From c91fe40cd78789bb0d7abd1f6751d3b1b3305630 Mon Sep 17 00:00:00 2001 From: Martha Date: Wed, 20 Nov 2024 22:53:55 +0100 Subject: [PATCH] digit matrix code --- digit_matrices/README.md | 27 + digit_matrices/all_data.csv | 55339 ++++++++++++++++ digit_matrices/convert_to_symb.py | 40 + digit_matrices/eval_gpt_matprob.py | 233 + digit_matrices/gen_problems_coords.py | 922 + digit_matrices/npz_to_json.py | 66 + digit_matrices/plotting/digit_alt_blank.pdf | Bin 0 -> 19228 bytes .../plotting/gpt_digit_alt_blank.pdf | Bin 0 -> 18985 bytes digit_matrices/plotting/gpt_digit_symbols.pdf | Bin 0 -> 18838 bytes digit_matrices/plotting/gpt_digit_webb.pdf | Bin 0 -> 17121 bytes digit_matrices/plotting/gpt_digitmat_data.csv | 51189 ++++++++++++++ .../plotting/human_digit_alt_blank.pdf | Bin 0 -> 16099 bytes .../plotting/human_digit_symbols.pdf | Bin 0 -> 16731 bytes digit_matrices/plotting/human_digit_webb.pdf | Bin 0 -> 15408 bytes digit_matrices/plotting/plotting.ipynb | 986 + .../plotting/symbol_matrices_gpt_human.pdf | Bin 0 -> 19282 bytes digit_matrices/problems/all_problems.js | 45306 +++++++++++++ digit_matrices/problems/all_problems.npz | Bin 0 -> 1250079 bytes .../problems/all_problems_coords.js | 23520 +++++++ .../problems/all_problems_coords.npz | Bin 0 -> 875091 bytes .../problems/all_problems_symbols.js | 45306 +++++++++++++ .../problems/all_problems_symbols.npz | Bin 0 -> 768648 bytes ...matprob_results_coords_0613_prompt_1_2.npz | Bin 0 -> 28047 bytes ...matprob_results_coords_0613_prompt_1_3.npz | Bin 0 -> 18438 bytes ...tprob_results_coords_350613_prompt_1_2.npz | Bin 0 -> 28088 bytes ...matprob_results_digits_0125_prompt_0_2.npz | Bin 0 -> 43942 bytes ...matprob_results_digits_0125_prompt_1_2.npz | Bin 0 -> 42337 bytes ...matprob_results_digits_0613_prompt_0_2.npz | Bin 0 -> 50484 bytes ...matprob_results_digits_0613_prompt_1_2.npz | Bin 0 -> 50193 bytes ...matprob_results_digits_1106_prompt_0_2.npz | Bin 0 -> 45319 bytes ...matprob_results_digits_1106_prompt_1_2.npz | Bin 0 -> 44320 bytes ...tprob_results_digits_350613_prompt_0_2.npz | Bin 0 -> 50497 bytes ...tprob_results_digits_350613_prompt_1_2.npz | Bin 0 -> 50179 bytes ...t_matprob_results_symb_0125_prompt_0_2.npz | Bin 0 -> 49191 bytes ...t_matprob_results_symb_0125_prompt_1_2.npz | Bin 0 -> 45643 bytes ...t_matprob_results_symb_0613_prompt_0_2.npz | Bin 0 -> 51964 bytes ...t_matprob_results_symb_0613_prompt_1_2.npz | Bin 0 -> 51932 bytes ...t_matprob_results_symb_1106_prompt_0_2.npz | Bin 0 -> 50293 bytes ...t_matprob_results_symb_1106_prompt_1_2.npz | Bin 0 -> 47874 bytes ...matprob_results_symb_350613_prompt_0_2.npz | Bin 0 -> 51983 bytes ...matprob_results_symb_350613_prompt_1_2.npz | Bin 0 -> 51929 bytes .../N_unique_rules_2rule_prob.npz | Bin 0 -> 330 bytes .../N_unique_rules_3rule_prob.npz | Bin 0 -> 362 bytes .../results/webb_original/all_prob.npz | Bin 0 -> 2944 bytes .../webb_original/all_probcat_gen_acc.npz | Bin 0 -> 594 bytes .../results/webb_original/exp1_all_data.csv | 2593 + .../webb_original/exp1_create_stats_dset.py | 215 + .../webb_original/gpt_matprob_results.npz | Bin 0 -> 65768 bytes .../webb_original/ind_subj_results.npz | Bin 0 -> 22600 bytes .../probcat_gen_acc_behavior.npz | Bin 0 -> 562 bytes 50 files changed, 225742 insertions(+) create mode 100644 digit_matrices/README.md create mode 100644 digit_matrices/all_data.csv create mode 100644 digit_matrices/convert_to_symb.py create mode 100755 digit_matrices/eval_gpt_matprob.py create mode 100644 digit_matrices/gen_problems_coords.py create mode 100644 digit_matrices/npz_to_json.py create mode 100644 digit_matrices/plotting/digit_alt_blank.pdf create mode 100644 digit_matrices/plotting/gpt_digit_alt_blank.pdf create mode 100644 digit_matrices/plotting/gpt_digit_symbols.pdf create mode 100644 digit_matrices/plotting/gpt_digit_webb.pdf create mode 100644 digit_matrices/plotting/gpt_digitmat_data.csv create mode 100644 digit_matrices/plotting/human_digit_alt_blank.pdf create mode 100644 digit_matrices/plotting/human_digit_symbols.pdf create mode 100644 digit_matrices/plotting/human_digit_webb.pdf create mode 100644 digit_matrices/plotting/plotting.ipynb create mode 100644 digit_matrices/plotting/symbol_matrices_gpt_human.pdf create mode 100644 digit_matrices/problems/all_problems.js create mode 100755 digit_matrices/problems/all_problems.npz create mode 100644 digit_matrices/problems/all_problems_coords.js create mode 100644 digit_matrices/problems/all_problems_coords.npz create mode 100644 digit_matrices/problems/all_problems_symbols.js create mode 100644 digit_matrices/problems/all_problems_symbols.npz create mode 100644 digit_matrices/results/gpt_matprob_results_coords_0613_prompt_1_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_coords_0613_prompt_1_3.npz create mode 100644 digit_matrices/results/gpt_matprob_results_coords_350613_prompt_1_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_digits_0125_prompt_0_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_digits_0125_prompt_1_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_digits_0613_prompt_0_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_digits_0613_prompt_1_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_digits_1106_prompt_0_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_digits_1106_prompt_1_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_digits_350613_prompt_0_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_digits_350613_prompt_1_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_symb_0125_prompt_0_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_symb_0125_prompt_1_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_symb_0613_prompt_0_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_symb_0613_prompt_1_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_symb_1106_prompt_0_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_symb_1106_prompt_1_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_symb_350613_prompt_0_2.npz create mode 100644 digit_matrices/results/gpt_matprob_results_symb_350613_prompt_1_2.npz create mode 100644 digit_matrices/results/webb_original/N_unique_rules_2rule_prob.npz create mode 100644 digit_matrices/results/webb_original/N_unique_rules_3rule_prob.npz create mode 100644 digit_matrices/results/webb_original/all_prob.npz create mode 100644 digit_matrices/results/webb_original/all_probcat_gen_acc.npz create mode 100644 digit_matrices/results/webb_original/exp1_all_data.csv create mode 100644 digit_matrices/results/webb_original/exp1_create_stats_dset.py create mode 100644 digit_matrices/results/webb_original/gpt_matprob_results.npz create mode 100644 digit_matrices/results/webb_original/ind_subj_results.npz create mode 100644 digit_matrices/results/webb_original/probcat_gen_acc_behavior.npz diff --git a/digit_matrices/README.md b/digit_matrices/README.md new file mode 100644 index 0000000..c087967 --- /dev/null +++ b/digit_matrices/README.md @@ -0,0 +1,27 @@ +# Digit matrix analogies + +## Generating problems +This directory contains code to generate digit matrix analogy problems with symbol alphabets or alternative blanks, in `gen_problems_coords.py`. The original problems used by Webb, Holyoak, Lu (2023) can be converted to a symbol alphabet using `convert_to_symb.py`. + +The problems used in the paper are all available in `problems`. + +## Testing GPT +GPT can be tested on the problems by running `eval_GPT_matprob.py` with command line arguments `--id` to choose GPT model, `--user_prompt_num` and `--sys_prompt_num` for alternative user and system prompts -- best results obtained with 2 and 1 respectively `--prob_format` specifies the problem format out of 'digits', 'symb', or 'coords'. GPT model setup needs to be defined by the user. + +#### Example usage. +To evaluate GPT 4 (0613) on symbol problems with system prompt 1 and user prompt 2, you would call + +`python eval_GPT_digitmat.py --gpt 0613 --sys_prompt_num 1 --user_prompt_num 2 --prob_format symb` + + +## Results +Results are stored in `results` directory as `.npz` files. Results are processed and saved as csv in `all_data.csv`. + +## Human data +Human data is available in `all_data.csv` for numeric subj_id + +## Data analysis and plotting +A notebook in `plotting` gives code to generate all plots in the paper. + + + diff --git a/digit_matrices/all_data.csv b/digit_matrices/all_data.csv new file mode 100644 index 0000000..8040484 --- /dev/null +++ b/digit_matrices/all_data.csv @@ -0,0 +1,55339 @@ +subj_id,model,promptstyle,symb_num,prob_type,prob_ind,correct_answer,response,correct,total +1,human,human,num,XOR_permuted,2.0,[1 7],7414,0,1.0 +1,human,human,num,c3_set_union_permuted,71.0,[8 9 0 3],8039,1,1.0 +1,human,human,num,c2_set_union,32.0,[2],2,1,1.0 +1,human,human,num,attn,6.0,[0 0 0],000,1,1.0 +1,human,human,num,two_rule_comb3,0.0,[9 1],34,0,1.0 +1,human,human,num,attn,45.0,[0 0 0],000,1,1.0 +1,human,human,num,three_rule_comb3,34.0,[9 4 8],712,0,1.0 +1,human,human,num,two_rule_comb1,59.0,[4 5],43,0,1.0 +1,human,human,num,row_constant,86.0,[4],4,1,1.0 +1,human,human,num,three_rule_comb6,12.0,[7 1 1],244,0,1.0 +1,human,human,num,XOR,29.0,[1 5],18,0,1.0 +1,human,human,num,AND,58.0,[2],24,0,1.0 +2,human,human,num,col_constant,9.0,[4],4,1,1.0 +2,human,human,num,three_rule_comb1,62.0,[4 0 4],404,1,1.0 +2,human,human,num,attn,95.0,[0 0 0],000,1,1.0 +2,human,human,num,two_rule_comb3,44.0,[0 8],08,1,1.0 +2,human,human,num,row_constant,0.0,[3],3,1,1.0 +2,human,human,num,two_rule_comb0,26.0,[6 8],68,1,1.0 +2,human,human,num,c2_set_union,57.0,[3],3,1,1.0 +2,human,human,num,XOR,70.0,[6 4],4 6,1,1.0 +2,human,human,num,attn,44.0,[0 0 0],000,1,1.0 +2,human,human,num,three_rule_comb3,89.0,[1 4 9],1 4 9,1,1.0 +2,human,human,num,three_rule_comb6,14.0,[4 2 9],4 2 9,1,1.0 +2,human,human,num,c1_set_union_permuted,85.0,[8],8,1,1.0 +3,human,human,num,c1_set_union_permuted,87.0,[3],3,1,1.0 +3,human,human,num,two_rule_comb0,4.0,[9 2],92,1,1.0 +3,human,human,num,attn,5.0,[0 0 0],000,1,1.0 +3,human,human,num,c2_set_union,91.0,[9],9,1,1.0 +3,human,human,num,XOR,57.0,[6 0],56,0,1.0 +3,human,human,num,AND,83.0,[4],4,1,1.0 +3,human,human,num,two_rule_comb3,68.0,[8 2],84,0,1.0 +3,human,human,num,row_constant,28.0,[6],6,1,1.0 +3,human,human,num,dist3_diag2,99.0,[0],0,1,1.0 +3,human,human,num,attn,4.0,[0 0 0],000,1,1.0 +3,human,human,num,XOR_permuted,23.0,[0 9],01,0,1.0 +3,human,human,num,c3_set_union_permuted,7.0,[2 8 4 1],8421,1,1.0 +4,human,human,num,row_constant,38.0,[0],0,1,1.0 +4,human,human,num,two_rule_comb3,5.0,[8 2],82,1,1.0 +4,human,human,num,three_rule_comb3,94.0,[6 0 5],65,0,1.0 +4,human,human,num,c3_set_union,62.0,[9 0 5 3],90,0,1.0 +4,human,human,num,c3_set_union_permuted,60.0,[9 4 2 1],19,0,1.0 +4,human,human,num,AND,50.0,[5],85,0,1.0 +4,human,human,num,three_rule_comb0,83.0,[6 9 7],697,1,1.0 +4,human,human,num,XOR_permuted,46.0,[2 0],80,0,1.0 +4,human,human,num,attn,61.0,[0 0 0],000,1,1.0 +4,human,human,num,attn,21.0,[0 0 0],000,1,1.0 +4,human,human,num,two_rule_comb0,31.0,[4 5],45,1,1.0 +4,human,human,num,c2_set_union,33.0,[1],12,0,1.0 +5,human,human,num,c3_set_union_permuted,76.0,[1 7 4 2],1427,1,1.0 +5,human,human,num,col_constant,62.0,[5],5,1,1.0 +5,human,human,num,attn,6.0,[0 0 0],000,1,1.0 +5,human,human,num,two_rule_comb3,85.0,[6 9],79,0,1.0 +5,human,human,num,XOR,75.0,[2 0],62,0,1.0 +5,human,human,num,two_rule_comb0,42.0,[1 7],17,1,1.0 +5,human,human,num,c1_set_union,52.0,[3],3,1,1.0 +5,human,human,num,XOR_permuted,92.0,[8 4],68,0,1.0 +5,human,human,num,c3_set_union,63.0,[6 7 5 3],6753,1,1.0 +5,human,human,num,attn,6.0,[0 0 0],000,1,1.0 +5,human,human,num,two_rule_comb1,57.0,[6 6],66,1,1.0 +5,human,human,num,three_rule_comb3,52.0,[4 4 6],446,1,1.0 +6,human,human,num,three_rule_comb6,31.0,[5 1 8],518,1,1.0 +6,human,human,num,two_rule_comb0,56.0,[7 1],71,1,1.0 +6,human,human,num,two_rule_comb3,74.0,[3 3],33,1,1.0 +6,human,human,num,three_rule_comb0,53.0,[8 3 7],837,1,1.0 +6,human,human,num,three_rule_comb3,94.0,[6 0 5],677,0,1.0 +6,human,human,num,c3_set_union_permuted,92.0,[7 6 4 3],4376,1,1.0 +6,human,human,num,attn,25.0,[0 0 0],000,1,1.0 +6,human,human,num,XOR_permuted,96.0,[5 9],7759,0,1.0 +6,human,human,num,attn,4.0,[0 0 0],000,1,1.0 +6,human,human,num,c2_set_union_permuted,24.0,[3],3,1,1.0 +6,human,human,num,AND,21.0,[0],0,1,1.0 +6,human,human,num,col_constant,56.0,[6],6,1,1.0 +7,human,human,num,col_constant,10.0,[5],5,1,1.0 +7,human,human,num,two_rule_comb1,35.0,[4 1],41,1,1.0 +7,human,human,num,dist3_diag1,81.0,[8],8,1,1.0 +7,human,human,num,attn,50.0,[0 0 0],000,1,1.0 +7,human,human,num,c2_set_union_permuted,31.0,[0],0,1,1.0 +7,human,human,num,attn,66.0,[0 0 0],000,1,1.0 +7,human,human,num,two_rule_comb3,18.0,[7 0],70,1,1.0 +7,human,human,num,XOR,76.0,[0 1],20,0,1.0 +7,human,human,num,XOR_permuted,9.0,[8 3],83,1,1.0 +7,human,human,num,c2_set_union,43.0,[6],6,1,1.0 +7,human,human,num,c1_set_union_permuted,40.0,[8],8,1,1.0 +7,human,human,num,c3_set_union,95.0,[4 9 5 0],4950,1,1.0 +8,human,human,num,three_rule_comb3,48.0,[7 7 8],778,1,1.0 +8,human,human,num,three_rule_comb1,1.0,[8 9 9],899,1,1.0 +8,human,human,num,dist3_diag2,47.0,[5],5,1,1.0 +8,human,human,num,two_rule_comb3,79.0,[4 2],42,1,1.0 +8,human,human,num,attn,79.0,[0 0 0],000,1,1.0 +8,human,human,num,XOR_permuted,55.0,[5 9],59,1,1.0 +8,human,human,num,two_rule_comb1,71.0,[4 8],48,1,1.0 +8,human,human,num,three_rule_comb6,30.0,[8 9 3],893,1,1.0 +8,human,human,num,attn,65.0,[0 0 0],000,1,1.0 +8,human,human,num,three_rule_comb0,51.0,[2 1 7],27,0,1.0 +8,human,human,num,AND,80.0,[3],33,0,1.0 +8,human,human,num,c1_set_union_permuted,88.0,[0],0,1,1.0 +9,human,human,num,c2_set_union_permuted,32.0,[8],5,0,1.0 +9,human,human,num,three_rule_comb0,71.0,[7 8 6],786,1,1.0 +9,human,human,num,c1_set_union_permuted,73.0,[0],0,1,1.0 +9,human,human,num,attn,59.0,[0 0 0],000,1,1.0 +9,human,human,num,c1_set_union,73.0,[2],2,1,1.0 +9,human,human,num,dist3_diag2,17.0,[5],5,1,1.0 +9,human,human,num,three_rule_comb6,60.0,[8 1 3],813,1,1.0 +9,human,human,num,dist3_diag1,60.0,[8],8,1,1.0 +9,human,human,num,two_rule_comb1,31.0,[6 2],62,1,1.0 +9,human,human,num,XOR,60.0,[5 0],46,0,1.0 +9,human,human,num,attn,68.0,[0 0 0],000,1,1.0 +9,human,human,num,XOR_permuted,91.0,[4 0],11,0,1.0 +10,human,human,num,attn,68.0,[0 0 0],000,1,1.0 +10,human,human,num,row_constant,37.0,[3],3,1,1.0 +10,human,human,num,three_rule_comb3,34.0,[9 4 8],923,0,1.0 +10,human,human,num,XOR,47.0,[0 8],71,0,1.0 +10,human,human,num,XOR_permuted,96.0,[5 9],22,0,1.0 +10,human,human,num,c3_set_union,86.0,[2 3 0 8],2308,1,1.0 +10,human,human,num,three_rule_comb0,92.0,[5 4 1],541,1,1.0 +10,human,human,num,dist3_diag2,42.0,[2],2,1,1.0 +10,human,human,num,c2_set_union,93.0,[8],8,1,1.0 +10,human,human,num,three_rule_comb1,72.0,[3 2 5],245,0,1.0 +10,human,human,num,dist3_diag1,84.0,[8],8,1,1.0 +10,human,human,num,attn,13.0,[0 0 0],000,1,1.0 +11,human,human,num,c2_set_union,65.0,[8],8,1,1.0 +11,human,human,num,dist3_diag2,31.0,[2],2,1,1.0 +11,human,human,num,three_rule_comb6,69.0,[6 9 2],692,1,1.0 +11,human,human,num,three_rule_comb3,42.0,[9 1 6],916,1,1.0 +11,human,human,num,attn,1.0,[0 0 0],000,1,1.0 +11,human,human,num,two_rule_comb3,33.0,[9 0],90,1,1.0 +11,human,human,num,c3_set_union_permuted,75.0,[5 9 4 7],97,0,1.0 +11,human,human,num,attn,85.0,[0 0 0],000,1,1.0 +11,human,human,num,XOR,5.0,[9 7],74,0,1.0 +11,human,human,num,dist3_diag1,71.0,[7],7,1,1.0 +11,human,human,num,two_rule_comb0,84.0,[3 1],31,1,1.0 +11,human,human,num,c3_set_union,85.0,[3 9 4 8],3948,1,1.0 +12,human,human,num,attn,94.0,[0 0 0],000,1,1.0 +12,human,human,num,three_rule_comb1,52.0,[9 7 5],975,1,1.0 +12,human,human,num,AND,61.0,[5],5,1,1.0 +12,human,human,num,three_rule_comb0,68.0,[7 5 4],754,1,1.0 +12,human,human,num,c1_set_union,56.0,[2],7,0,1.0 +12,human,human,num,attn,2.0,[0 0 0],000,1,1.0 +12,human,human,num,c2_set_union,86.0,[3],3,1,1.0 +12,human,human,num,two_rule_comb1,52.0,[8 9],89,1,1.0 +12,human,human,num,dist3_diag1,43.0,[8],8,1,1.0 +12,human,human,num,row_constant,28.0,[6],6,1,1.0 +12,human,human,num,c3_set_union_permuted,46.0,[0 4 6 7],0674,1,1.0 +12,human,human,num,XOR,25.0,[2 5],77,0,1.0 +13,human,human,num,attn,85.0,[0 0 0],0,0,1.0 +13,human,human,num,c3_set_union,14.0,[8 9 7 2],8792,1,1.0 +13,human,human,num,AND,65.0,[7],7,1,1.0 +13,human,human,num,dist3_diag1,90.0,[4],4,1,1.0 +13,human,human,num,three_rule_comb6,92.0,[3 7 9],379,1,1.0 +13,human,human,num,c1_set_union_permuted,69.0,[6],6,1,1.0 +13,human,human,num,col_constant,72.0,[6],6,1,1.0 +13,human,human,num,row_constant,57.0,[0],0,1,1.0 +13,human,human,num,attn,25.0,[0 0 0],000,1,1.0 +13,human,human,num,two_rule_comb0,82.0,[7 7],77,1,1.0 +13,human,human,num,XOR_permuted,22.0,[0 3],02,0,1.0 +13,human,human,num,c2_set_union,78.0,[2],2,1,1.0 +14,human,human,num,attn,93.0,[0 0 0],000,1,1.0 +14,human,human,num,XOR_permuted,93.0,[5 8],95,0,1.0 +14,human,human,num,three_rule_comb0,43.0,[3 0 3],303,1,1.0 +14,human,human,num,dist3_diag1,31.0,[2],2,1,1.0 +14,human,human,num,attn,87.0,[0 0 0],000,1,1.0 +14,human,human,num,three_rule_comb3,61.0,[8 4 8],848,1,1.0 +14,human,human,num,row_constant,37.0,[3],3,1,1.0 +14,human,human,num,c2_set_union_permuted,90.0,[8],7,0,1.0 +14,human,human,num,c2_set_union,85.0,[2],2,1,1.0 +14,human,human,num,two_rule_comb3,89.0,[2 1],22,0,1.0 +14,human,human,num,c1_set_union,54.0,[5],5,1,1.0 +14,human,human,num,three_rule_comb1,5.0,[2 3 5],235,1,1.0 +15,human,human,num,two_rule_comb3,91.0,[5 4],54,1,1.0 +15,human,human,num,c2_set_union,67.0,[5],5,1,1.0 +15,human,human,num,row_constant,74.0,[5],5,1,1.0 +15,human,human,num,attn,80.0,[0 0 0],000,1,1.0 +15,human,human,num,c1_set_union,22.0,[6],6,1,1.0 +15,human,human,num,c1_set_union_permuted,46.0,[2],2,1,1.0 +15,human,human,num,XOR_permuted,76.0,[9 6],79,0,1.0 +15,human,human,num,three_rule_comb6,30.0,[8 9 3],809,0,1.0 +15,human,human,num,c3_set_union,1.0,[5 7 4 1],5741,1,1.0 +15,human,human,num,attn,59.0,[0 0 0],000,1,1.0 +15,human,human,num,AND,30.0,[8],8,1,1.0 +15,human,human,num,c3_set_union_permuted,11.0,[4 7 2 0],04,0,1.0 +16,human,human,num,attn,90.0,[0 0 0],000,1,1.0 +16,human,human,num,col_constant,97.0,[5],5,1,1.0 +16,human,human,num,two_rule_comb0,84.0,[3 1],3 1,1,1.0 +16,human,human,num,XOR,74.0,[1 0],59,0,1.0 +16,human,human,num,c2_set_union_permuted,0.0,[5],56,0,1.0 +16,human,human,num,three_rule_comb3,20.0,[9 5 4],173,0,1.0 +16,human,human,num,c2_set_union,50.0,[1],1,1,1.0 +16,human,human,num,two_rule_comb3,35.0,[0 1],01,1,1.0 +16,human,human,num,XOR_permuted,6.0,[3 9],69,0,1.0 +16,human,human,num,c1_set_union_permuted,67.0,[3],3,1,1.0 +16,human,human,num,dist3_diag2,50.0,[5],5,1,1.0 +16,human,human,num,attn,6.0,[0 0 0],000,1,1.0 +17,human,human,num,attn,38.0,[0 0 0],000,1,1.0 +17,human,human,num,XOR_permuted,34.0,[3 5],00,0,1.0 +17,human,human,num,three_rule_comb3,84.0,[6 1 3],786,0,1.0 +17,human,human,num,dist3_diag1,60.0,[8],8,1,1.0 +17,human,human,num,col_constant,60.0,[3],3,1,1.0 +17,human,human,num,c3_set_union,75.0,[9 8 5 2],9852,1,1.0 +17,human,human,num,attn,67.0,[0 0 0],000,1,1.0 +17,human,human,num,dist3_diag2,61.0,[3],3,1,1.0 +17,human,human,num,three_rule_comb6,65.0,[1 3 6],136,1,1.0 +17,human,human,num,c1_set_union_permuted,42.0,[4],4,1,1.0 +17,human,human,num,XOR,18.0,[1 0],40,0,1.0 +17,human,human,num,two_rule_comb3,62.0,[9 6],93,0,1.0 +18,human,human,num,two_rule_comb1,14.0,[7 4],74,1,1.0 +18,human,human,num,three_rule_comb3,77.0,[6 9 3],693,1,1.0 +18,human,human,num,col_constant,78.0,[7],7,1,1.0 +18,human,human,num,row_constant,10.0,[8],8,1,1.0 +18,human,human,num,three_rule_comb0,22.0,[8 1 1],811,1,1.0 +18,human,human,num,XOR,66.0,[6 9],69,1,1.0 +18,human,human,num,two_rule_comb3,60.0,[8 1],81,1,1.0 +18,human,human,num,attn,72.0,[0 0 0],000,1,1.0 +18,human,human,num,three_rule_comb6,72.0,[0 4 7],047,1,1.0 +18,human,human,num,AND,97.0,[1],1,1,1.0 +18,human,human,num,c3_set_union_permuted,62.0,[6 2 9 8],2896,1,1.0 +18,human,human,num,attn,16.0,[0 0 0],000,1,1.0 +19,human,human,num,c1_set_union_permuted,46.0,[2],2,1,1.0 +19,human,human,num,XOR_permuted,76.0,[9 6],90,0,1.0 +19,human,human,num,c3_set_union_permuted,67.0,[3 4 0 7],0743,1,1.0 +19,human,human,num,three_rule_comb3,87.0,[7 6 6],579,0,1.0 +19,human,human,num,c3_set_union,20.0,[6 0 2 3],6023,1,1.0 +19,human,human,num,c2_set_union,89.0,[6],6,1,1.0 +19,human,human,num,three_rule_comb0,23.0,[2 1 3],213,1,1.0 +19,human,human,num,two_rule_comb3,76.0,[7 0],70,1,1.0 +19,human,human,num,c2_set_union_permuted,63.0,[7],7,1,1.0 +19,human,human,num,attn,44.0,[0 0 0],000,1,1.0 +19,human,human,num,XOR,72.0,[2 9],92,1,1.0 +19,human,human,num,attn,59.0,[0 0 0],000,1,1.0 +20,human,human,num,attn,77.0,[0 0 0],000,1,1.0 +20,human,human,num,three_rule_comb0,59.0,[3 2 6],326,1,1.0 +20,human,human,num,three_rule_comb6,35.0,[7 2 1],041,0,1.0 +20,human,human,num,c3_set_union,54.0,[1 7 5 0],0,0,1.0 +20,human,human,num,two_rule_comb0,6.0,[1 9],19,1,1.0 +20,human,human,num,AND,74.0,[2],02,0,1.0 +20,human,human,num,three_rule_comb1,42.0,[5 6 0],560,1,1.0 +20,human,human,num,three_rule_comb3,28.0,[4 0 4],901,0,1.0 +20,human,human,num,attn,6.0,[0 0 0],000,1,1.0 +20,human,human,num,dist3_diag1,95.0,[0],0,1,1.0 +20,human,human,num,c2_set_union,57.0,[3],30,0,1.0 +20,human,human,num,c3_set_union_permuted,20.0,[3 8 1 4],1843,1,1.0 +21,human,human,num,c1_set_union_permuted,15.0,[2],5,0,1.0 +21,human,human,num,dist3_diag2,23.0,[8],8,1,1.0 +21,human,human,num,attn,44.0,[0 0 0],000,1,1.0 +21,human,human,num,AND,13.0,[5],5,1,1.0 +21,human,human,num,two_rule_comb0,61.0,[2 3],23,1,1.0 +21,human,human,num,c2_set_union,98.0,[5],5,1,1.0 +21,human,human,num,two_rule_comb1,86.0,[1 7],17,1,1.0 +21,human,human,num,attn,67.0,[0 0 0],000,1,1.0 +21,human,human,num,XOR_permuted,55.0,[5 9],49,0,1.0 +21,human,human,num,three_rule_comb3,70.0,[8 6 2],862,1,1.0 +21,human,human,num,c2_set_union_permuted,46.0,[9],04,0,1.0 +21,human,human,num,three_rule_comb0,63.0,[5 6 3],563,1,1.0 +22,human,human,num,AND,4.0,[2],22,0,1.0 +22,human,human,num,three_rule_comb1,1.0,[8 9 9],839,0,1.0 +22,human,human,num,two_rule_comb1,45.0,[7 3],73,1,1.0 +22,human,human,num,dist3_diag2,36.0,[6],6,1,1.0 +22,human,human,num,row_constant,43.0,[4],4,1,1.0 +22,human,human,num,attn,54.0,[0 0 0],000,1,1.0 +22,human,human,num,c2_set_union_permuted,13.0,[5],4,0,1.0 +22,human,human,num,attn,9.0,[0 0 0],000,1,1.0 +22,human,human,num,col_constant,71.0,[2],2,1,1.0 +22,human,human,num,three_rule_comb0,92.0,[5 4 1],541,1,1.0 +22,human,human,num,dist3_diag1,17.0,[3],3,1,1.0 +22,human,human,num,c1_set_union_permuted,35.0,[2], 0,0,1.0 +23,human,human,num,three_rule_comb1,53.0,[6 9 6],696,1,1.0 +23,human,human,num,c1_set_union_permuted,62.0,[4],4,1,1.0 +23,human,human,num,three_rule_comb0,58.0,[2 1 9],219,1,1.0 +23,human,human,num,three_rule_comb6,11.0,[0 5 9],059,1,1.0 +23,human,human,num,three_rule_comb3,62.0,[5 4 7],547,1,1.0 +23,human,human,num,two_rule_comb3,34.0,[3 4],34,1,1.0 +23,human,human,num,dist3_diag1,71.0,[7],7,1,1.0 +23,human,human,num,attn,68.0,[0 0 0],000,1,1.0 +23,human,human,num,attn,73.0,[0 0 0],000,1,1.0 +23,human,human,num,two_rule_comb0,82.0,[7 7],77,1,1.0 +23,human,human,num,XOR,67.0,[7 2],102,0,1.0 +23,human,human,num,AND,33.0,[2],2,1,1.0 +24,human,human,num,XOR,61.0,[3 2],21,0,1.0 +24,human,human,num,c3_set_union_permuted,93.0,[7 0 2 6],0276,1,1.0 +24,human,human,num,col_constant,39.0,[3],3,1,1.0 +24,human,human,num,two_rule_comb0,56.0,[7 1],71,1,1.0 +24,human,human,num,XOR_permuted,54.0,[1 0],51,0,1.0 +24,human,human,num,attn,12.0,[0 0 0],000,1,1.0 +24,human,human,num,attn,84.0,[0 0 0],000,1,1.0 +24,human,human,num,dist3_diag1,7.0,[0],0,1,1.0 +24,human,human,num,three_rule_comb1,37.0,[5 5 6],556,1,1.0 +24,human,human,num,c1_set_union_permuted,75.0,[3],3,1,1.0 +24,human,human,num,c1_set_union,40.0,[7],7,1,1.0 +24,human,human,num,two_rule_comb1,7.0,[1 1],11,1,1.0 +25,human,human,num,dist3_diag2,23.0,[8],8,1,1.0 +25,human,human,num,XOR,82.0,[5 9],59,1,1.0 +25,human,human,num,attn,33.0,[0 0 0],000,1,1.0 +25,human,human,num,attn,55.0,[0 0 0],000,1,1.0 +25,human,human,num,c2_set_union,48.0,[5],4,0,1.0 +25,human,human,num,dist3_diag1,66.0,[0],0,1,1.0 +25,human,human,num,two_rule_comb1,89.0,[6 9],65,0,1.0 +25,human,human,num,XOR_permuted,2.0,[1 7],71,1,1.0 +25,human,human,num,row_constant,25.0,[4],4,1,1.0 +25,human,human,num,two_rule_comb3,59.0,[3 2],23,0,1.0 +25,human,human,num,three_rule_comb1,87.0,[1 0 7],136,0,1.0 +25,human,human,num,three_rule_comb6,97.0,[8 1 6],617,0,1.0 +26,human,human,num,attn,63.0,[0 0 0],000,1,1.0 +26,human,human,num,c1_set_union,79.0,[9],9,1,1.0 +26,human,human,num,row_constant,91.0,[7],7,1,1.0 +26,human,human,num,three_rule_comb6,92.0,[3 7 9],379,1,1.0 +26,human,human,num,XOR,94.0,[8 6],69,0,1.0 +26,human,human,num,dist3_diag2,56.0,[5],5,1,1.0 +26,human,human,num,c2_set_union_permuted,33.0,[4],4,1,1.0 +26,human,human,num,attn,34.0,[0 0 0],000,1,1.0 +26,human,human,num,c3_set_union_permuted,15.0,[7 0 6 1],6071,1,1.0 +26,human,human,num,XOR_permuted,32.0,[0 2],81,0,1.0 +26,human,human,num,c2_set_union,51.0,[3],3,1,1.0 +26,human,human,num,two_rule_comb3,41.0,[4 4],44,1,1.0 +27,human,human,num,c1_set_union_permuted,9.0,[9],9,1,1.0 +27,human,human,num,c2_set_union,31.0,[2],2,1,1.0 +27,human,human,num,three_rule_comb0,10.0,[1 5 7],157,1,1.0 +27,human,human,num,three_rule_comb6,78.0,[6 0 8],608,1,1.0 +27,human,human,num,c3_set_union,71.0,[8 6 1 5],0,0,1.0 +27,human,human,num,c3_set_union_permuted,0.0,[2 6 5 3],2,0,1.0 +27,human,human,num,col_constant,90.0,[3],3,1,1.0 +27,human,human,num,attn,33.0,[0 0 0],000,1,1.0 +27,human,human,num,three_rule_comb1,77.0,[3 1 8],318,1,1.0 +27,human,human,num,three_rule_comb3,55.0,[4 2 3],953,0,1.0 +27,human,human,num,dist3_diag2,31.0,[2],2,1,1.0 +27,human,human,num,attn,85.0,[0 0 0],000,1,1.0 +28,human,human,num,dist3_diag2,51.0,[2],2,1,1.0 +28,human,human,num,attn,95.0,[0 0 0],000,1,1.0 +28,human,human,num,three_rule_comb1,46.0,[6 5 8],658,1,1.0 +28,human,human,num,three_rule_comb0,19.0,[5 6 3],563,1,1.0 +28,human,human,num,AND,68.0,[5],55,0,1.0 +28,human,human,num,attn,83.0,[0 0 0],000,1,1.0 +28,human,human,num,c1_set_union,67.0,[6],6,1,1.0 +28,human,human,num,c2_set_union,97.0,[1],1,1,1.0 +28,human,human,num,c3_set_union,71.0,[8 6 1 5],8615,1,1.0 +28,human,human,num,col_constant,7.0,[5],5,1,1.0 +28,human,human,num,c3_set_union_permuted,97.0,[5 6 7 0],0657,1,1.0 +28,human,human,num,three_rule_comb6,83.0,[4 9 3],493,1,1.0 +29,human,human,num,attn,77.0,[0 0 0],000,1,1.0 +29,human,human,num,dist3_diag1,36.0,[0],0,1,1.0 +29,human,human,num,three_rule_comb3,32.0,[9 3 0],930,1,1.0 +29,human,human,num,three_rule_comb1,24.0,[9 4 3],943,1,1.0 +29,human,human,num,row_constant,40.0,[0],0,1,1.0 +29,human,human,num,two_rule_comb3,90.0,[3 6],36,1,1.0 +29,human,human,num,attn,82.0,[0 0 0],000,1,1.0 +29,human,human,num,dist3_diag2,32.0,[3],3,1,1.0 +29,human,human,num,XOR_permuted,46.0,[2 0],02,1,1.0 +29,human,human,num,c1_set_union_permuted,21.0,[3],1,0,1.0 +29,human,human,num,c2_set_union_permuted,75.0,[0],10,0,1.0 +29,human,human,num,c1_set_union,64.0,[1],1,1,1.0 +30,human,human,num,three_rule_comb6,7.0,[6 2 7],013,0,1.0 +30,human,human,num,XOR,61.0,[3 2],26,0,1.0 +30,human,human,num,dist3_diag1,77.0,[3],3,1,1.0 +30,human,human,num,c3_set_union_permuted,21.0,[7 9 3 0],30,0,1.0 +30,human,human,num,col_constant,23.0,[0],0,1,1.0 +30,human,human,num,c1_set_union,66.0,[9],27,0,1.0 +30,human,human,num,c1_set_union_permuted,31.0,[4],01,0,1.0 +30,human,human,num,attn,40.0,[0 0 0],000,1,1.0 +30,human,human,num,three_rule_comb3,23.0,[3 3 9],239,0,1.0 +30,human,human,num,attn,16.0,[0 0 0],000,1,1.0 +30,human,human,num,row_constant,39.0,[9],9,1,1.0 +30,human,human,num,two_rule_comb0,56.0,[7 1],71,1,1.0 +31,human,human,num,c3_set_union,57.0,[0 5 2 6],0256,1,1.0 +31,human,human,num,XOR,50.0,[7 6],78,0,1.0 +31,human,human,num,c3_set_union_permuted,25.0,[7 8 4 6],67,0,1.0 +31,human,human,num,two_rule_comb3,20.0,[6 4],57,0,1.0 +31,human,human,num,three_rule_comb1,43.0,[7 1 3],713,1,1.0 +31,human,human,num,attn,64.0,[0 0 0],000,1,1.0 +31,human,human,num,three_rule_comb3,15.0,[1 3 9],140,0,1.0 +31,human,human,num,dist3_diag1,55.0,[5],5,1,1.0 +31,human,human,num,two_rule_comb0,76.0,[1 9],19,1,1.0 +31,human,human,num,attn,59.0,[0 0 0],000,1,1.0 +31,human,human,num,c2_set_union_permuted,35.0,[4],4,1,1.0 +31,human,human,num,XOR_permuted,42.0,[8 9],50,0,1.0 +32,human,human,num,XOR_permuted,0.0,[4 0],8 8,0,1.0 +32,human,human,num,three_rule_comb1,18.0,[3 3 5],872,0,1.0 +32,human,human,num,c1_set_union,77.0,[3],3,1,1.0 +32,human,human,num,attn,88.0,[0 0 0],[000],0,1.0 +32,human,human,num,attn,10.0,[0 0 0],[000],0,1.0 +32,human,human,num,col_constant,56.0,[6],6,1,1.0 +32,human,human,num,c3_set_union_permuted,35.0,[1 3 0 7],03 71,1,1.0 +32,human,human,num,c1_set_union_permuted,8.0,[3],3,1,1.0 +32,human,human,num,AND,14.0,[9],9,1,1.0 +32,human,human,num,c2_set_union_permuted,16.0,[3],3 9,0,1.0 +32,human,human,num,two_rule_comb3,64.0,[1 1],1 4,0,1.0 +32,human,human,num,XOR,36.0,[2 7],2 5,0,1.0 +33,human,human,num,c1_set_union,98.0,[9],9,1,1.0 +33,human,human,num,XOR_permuted,11.0,[0 7],52,0,1.0 +33,human,human,num,two_rule_comb3,41.0,[4 4],35,0,1.0 +33,human,human,num,row_constant,99.0,[6],6,1,1.0 +33,human,human,num,XOR,64.0,[4 1],49,0,1.0 +33,human,human,num,three_rule_comb3,44.0,[8 9 8],772,0,1.0 +33,human,human,num,attn,93.0,[0 0 0],000,1,1.0 +33,human,human,num,c3_set_union,34.0,[6 5 1 4],64,0,1.0 +33,human,human,num,dist3_diag2,70.0,[3],3,1,1.0 +33,human,human,num,c3_set_union_permuted,21.0,[7 9 3 0],39,0,1.0 +33,human,human,num,attn,44.0,[0 0 0],000,1,1.0 +33,human,human,num,three_rule_comb0,3.0,[9 7 2],972,1,1.0 +34,human,human,num,c2_set_union,38.0,[2],2,1,1.0 +34,human,human,num,attn,68.0,[0 0 0],000,1,1.0 +34,human,human,num,c3_set_union_permuted,63.0,[9 4 6 0],4096,1,1.0 +34,human,human,num,three_rule_comb3,3.0,[4 8 9],409,0,1.0 +34,human,human,num,two_rule_comb1,38.0,[3 2],32,1,1.0 +34,human,human,num,c1_set_union,86.0,[2],2,1,1.0 +34,human,human,num,dist3_diag2,3.0,[4],4,1,1.0 +34,human,human,num,attn,27.0,[0 0 0],000,1,1.0 +34,human,human,num,c1_set_union_permuted,71.0,[5],5,1,1.0 +34,human,human,num,row_constant,53.0,[7],7,1,1.0 +34,human,human,num,two_rule_comb3,96.0,[5 8],85,0,1.0 +34,human,human,num,XOR_permuted,29.0,[9 0],98,0,1.0 +35,human,human,num,three_rule_comb3,16.0,[1 9 6],196,1,1.0 +35,human,human,num,two_rule_comb1,51.0,[3 4],34,1,1.0 +35,human,human,num,c2_set_union_permuted,63.0,[7],23,0,1.0 +35,human,human,num,attn,57.0,[0 0 0],000,1,1.0 +35,human,human,num,AND,51.0,[0],00,0,1.0 +35,human,human,num,c3_set_union,56.0,[8 3 2 5],58,0,1.0 +35,human,human,num,two_rule_comb3,11.0,[8 6],86,1,1.0 +35,human,human,num,three_rule_comb1,95.0,[1 5 5],155,1,1.0 +35,human,human,num,attn,17.0,[0 0 0],000,1,1.0 +35,human,human,num,c1_set_union,26.0,[5],5,1,1.0 +35,human,human,num,col_constant,48.0,[8],8,1,1.0 +35,human,human,num,XOR_permuted,34.0,[3 5],51,0,1.0 +36,human,human,num,dist3_diag1,51.0,[6],6,1,1.0 +36,human,human,num,attn,92.0,[0 0 0],000,1,1.0 +36,human,human,num,two_rule_comb1,79.0,[6 8],68,1,1.0 +36,human,human,num,two_rule_comb3,50.0,[6 9],69,1,1.0 +36,human,human,num,col_constant,89.0,[6],6,1,1.0 +36,human,human,num,three_rule_comb1,46.0,[6 5 8],658,1,1.0 +36,human,human,num,two_rule_comb0,76.0,[1 9],19,1,1.0 +36,human,human,num,dist3_diag2,83.0,[0],0,1,1.0 +36,human,human,num,attn,11.0,[0 0 0],000,1,1.0 +36,human,human,num,AND,88.0,[1],1,1,1.0 +36,human,human,num,c3_set_union_permuted,60.0,[9 4 2 1],149,0,1.0 +36,human,human,num,row_constant,68.0,[4],4,1,1.0 +37,human,human,num,XOR,71.0,[5 0],2 0,0,1.0 +37,human,human,num,c3_set_union,81.0,[3 1 2 7],3217,1,1.0 +37,human,human,num,c1_set_union,64.0,[1],1,1,1.0 +37,human,human,num,three_rule_comb6,31.0,[5 1 8],518,1,1.0 +37,human,human,num,attn,58.0,[0 0 0],000,1,1.0 +37,human,human,num,dist3_diag1,33.0,[0],0,1,1.0 +37,human,human,num,col_constant,92.0,[0],0,1,1.0 +37,human,human,num,attn,7.0,[0 0 0],000,1,1.0 +37,human,human,num,c2_set_union_permuted,68.0,[6],6,1,1.0 +37,human,human,num,c3_set_union_permuted,16.0,[5 7 2 0],0527,1,1.0 +37,human,human,num,three_rule_comb1,21.0,[9 1 6],916,1,1.0 +37,human,human,num,three_rule_comb3,86.0,[7 6 2],762,1,1.0 +38,human,human,num,AND,63.0,[7],5,0,1.0 +38,human,human,num,c1_set_union_permuted,23.0,[6],6,1,1.0 +38,human,human,num,three_rule_comb0,29.0,[2 0 4],0,0,1.0 +38,human,human,num,three_rule_comb3,45.0,[9 9 0],621,0,1.0 +38,human,human,num,attn,7.0,[0 0 0],000,1,1.0 +38,human,human,num,dist3_diag2,45.0,[4],4,1,1.0 +38,human,human,num,two_rule_comb3,98.0,[1 3],13,1,1.0 +38,human,human,num,attn,27.0,[0 0 0],000,1,1.0 +38,human,human,num,XOR_permuted,41.0,[7 6],12,0,1.0 +38,human,human,num,dist3_diag1,27.0,[0],0,1,1.0 +38,human,human,num,col_constant,34.0,[3],3,1,1.0 +38,human,human,num,three_rule_comb1,90.0,[4 1 8],418,1,1.0 +39,human,human,num,c3_set_union_permuted,33.0,[7 8 3 1],3 1 7 8,1,1.0 +39,human,human,num,dist3_diag1,29.0,[3],3,1,1.0 +39,human,human,num,XOR_permuted,67.0,[0 4],4 0,1,1.0 +39,human,human,num,c2_set_union_permuted,25.0,[0],0,1,1.0 +39,human,human,num,c1_set_union_permuted,99.0,[2],2,1,1.0 +39,human,human,num,XOR,58.0,[9 8],9 8,1,1.0 +39,human,human,num,AND,8.0,[7],7,1,1.0 +39,human,human,num,two_rule_comb1,63.0,[2 1],2 1,1,1.0 +39,human,human,num,attn,79.0,[0 0 0],000,1,1.0 +39,human,human,num,attn,67.0,[0 0 0],000,1,1.0 +39,human,human,num,row_constant,63.0,[3],3,1,1.0 +39,human,human,num,c2_set_union,48.0,[5],5,1,1.0 +40,human,human,num,attn,77.0,[0 0 0],000,1,1.0 +40,human,human,num,c1_set_union_permuted,5.0,[2],2,1,1.0 +40,human,human,num,three_rule_comb6,22.0,[8 3 9],839,1,1.0 +40,human,human,num,XOR,85.0,[4 9],8 5,0,1.0 +40,human,human,num,c2_set_union_permuted,91.0,[8],8,1,1.0 +40,human,human,num,three_rule_comb3,6.0,[4 7 8],8 7 6,0,1.0 +40,human,human,num,attn,22.0,[0 0 0],000,1,1.0 +40,human,human,num,row_constant,83.0,[8],8,1,1.0 +40,human,human,num,XOR_permuted,93.0,[5 8],5 8,1,1.0 +40,human,human,num,two_rule_comb1,93.0,[0 0],0 0,1,1.0 +40,human,human,num,dist3_diag2,86.0,[4],4,1,1.0 +40,human,human,num,c2_set_union,52.0,[2],0,0,1.0 +41,human,human,num,AND,42.0,[0],0,1,1.0 +41,human,human,num,dist3_diag2,15.0,[7],7,1,1.0 +41,human,human,num,three_rule_comb6,96.0,[3 7 7],377,1,1.0 +41,human,human,num,three_rule_comb0,64.0,[3 5 5],355,1,1.0 +41,human,human,num,c1_set_union_permuted,64.0,[9],9,1,1.0 +41,human,human,num,three_rule_comb3,87.0,[7 6 6],766,1,1.0 +41,human,human,num,c3_set_union,87.0,[4 3 2 6],4326,1,1.0 +41,human,human,num,attn,75.0,[0 0 0],000,1,1.0 +41,human,human,num,c2_set_union_permuted,63.0,[7],7,1,1.0 +41,human,human,num,col_constant,74.0,[8],8,1,1.0 +41,human,human,num,attn,26.0,[0 0 0],000,1,1.0 +41,human,human,num,dist3_diag1,89.0,[0],0,1,1.0 +42,human,human,num,attn,5.0,[0 0 0],000,1,1.0 +42,human,human,num,three_rule_comb1,5.0,[2 3 5],235,1,1.0 +42,human,human,num,AND,93.0,[3],3,1,1.0 +42,human,human,num,col_constant,21.0,[6],6,1,1.0 +42,human,human,num,XOR,56.0,[7 1],99,0,1.0 +42,human,human,num,dist3_diag1,77.0,[3],3,1,1.0 +42,human,human,num,three_rule_comb3,22.0,[4 7 6],476,1,1.0 +42,human,human,num,two_rule_comb3,33.0,[9 0],90,1,1.0 +42,human,human,num,two_rule_comb1,0.0,[1 2],12,1,1.0 +42,human,human,num,c3_set_union,42.0,[7 9 2 3],7923,1,1.0 +42,human,human,num,two_rule_comb0,95.0,[8 3],83,1,1.0 +42,human,human,num,attn,34.0,[0 0 0],000,1,1.0 +43,human,human,num,c2_set_union_permuted,93.0,[4],27,0,1.0 +43,human,human,num,three_rule_comb0,94.0,[0 3 5],035,1,1.0 +43,human,human,num,c3_set_union,25.0,[6 9 5 1],659,0,1.0 +43,human,human,num,c1_set_union,35.0,[1],51,0,1.0 +43,human,human,num,attn,61.0,[0 0 0],000,1,1.0 +43,human,human,num,attn,24.0,[0 0 0],000,1,1.0 +43,human,human,num,col_constant,5.0,[8],8,1,1.0 +43,human,human,num,three_rule_comb1,40.0,[3 2 0],320,1,1.0 +43,human,human,num,two_rule_comb0,12.0,[7 4],74,1,1.0 +43,human,human,num,XOR,83.0,[7 2],93,0,1.0 +43,human,human,num,dist3_diag1,63.0,[8],8,1,1.0 +43,human,human,num,c2_set_union,7.0,[7],7591,0,1.0 +44,human,human,num,three_rule_comb6,86.0,[4 7 6],2 5 8,0,1.0 +44,human,human,num,c3_set_union,0.0,[6 4 1 9],6419,1,1.0 +44,human,human,num,three_rule_comb1,6.0,[6 4 4],6 4 4,1,1.0 +44,human,human,num,dist3_diag1,47.0,[5],5,1,1.0 +44,human,human,num,three_rule_comb0,52.0,[9 5 5],9 5 5,1,1.0 +44,human,human,num,row_constant,52.0,[7],7 ,1,1.0 +44,human,human,num,attn,39.0,[0 0 0],000,1,1.0 +44,human,human,num,c2_set_union_permuted,85.0,[9],4 9 9,0,1.0 +44,human,human,num,c2_set_union,9.0,[4],4,1,1.0 +44,human,human,num,c1_set_union_permuted,87.0,[3],3,1,1.0 +44,human,human,num,attn,10.0,[0 0 0],000,1,1.0 +44,human,human,num,dist3_diag2,93.0,[1],1,1,1.0 +45,human,human,num,row_constant,7.0,[9],9,1,1.0 +45,human,human,num,three_rule_comb1,86.0,[8 5 7],850,0,1.0 +45,human,human,num,attn,80.0,[0 0 0],000,1,1.0 +45,human,human,num,three_rule_comb0,49.0,[4 4 9],449,1,1.0 +45,human,human,num,dist3_diag2,99.0,[0],0,1,1.0 +45,human,human,num,attn,49.0,[0 0 0],000,1,1.0 +45,human,human,num,c2_set_union_permuted,88.0,[8],8,1,1.0 +45,human,human,num,two_rule_comb0,23.0,[6 8],68,1,1.0 +45,human,human,num,three_rule_comb6,26.0,[0 7 8],780,0,1.0 +45,human,human,num,XOR_permuted,21.0,[6 5],57,0,1.0 +45,human,human,num,dist3_diag1,86.0,[3],3,1,1.0 +45,human,human,num,c2_set_union,99.0,[4],804,0,1.0 +46,human,human,num,two_rule_comb0,0.0,[6 9],6 9,1,1.0 +46,human,human,num,c2_set_union_permuted,12.0,[7],7,1,1.0 +46,human,human,num,three_rule_comb6,83.0,[4 9 3],4 9 3,1,1.0 +46,human,human,num,attn,48.0,[0 0 0],000,1,1.0 +46,human,human,num,c3_set_union,63.0,[6 7 5 3],6 7 5 3,1,1.0 +46,human,human,num,three_rule_comb3,23.0,[3 3 9],2 3 9,0,1.0 +46,human,human,num,two_rule_comb1,25.0,[6 5],6 5,1,1.0 +46,human,human,num,row_constant,42.0,[1],1,1,1.0 +46,human,human,num,three_rule_comb0,26.0,[8 9 6],8 9 6,1,1.0 +46,human,human,num,AND,16.0,[8],8,1,1.0 +46,human,human,num,three_rule_comb1,33.0,[2 6 1],2 6 1,1,1.0 +46,human,human,num,attn,69.0,[0 0 0],000,1,1.0 +47,human,human,num,two_rule_comb3,57.0,[8 6],86,1,1.0 +47,human,human,num,three_rule_comb1,92.0,[9 6 9],969,1,1.0 +47,human,human,num,three_rule_comb6,84.0,[8 7 0],877,0,1.0 +47,human,human,num,dist3_diag1,31.0,[2],2,1,1.0 +47,human,human,num,row_constant,60.0,[1],1,1,1.0 +47,human,human,num,c3_set_union_permuted,71.0,[8 9 0 3],09,0,1.0 +47,human,human,num,two_rule_comb0,53.0,[3 5],35,1,1.0 +47,human,human,num,attn,33.0,[0 0 0],100,0,1.0 +47,human,human,num,col_constant,29.0,[3],3,1,1.0 +47,human,human,num,XOR,17.0,[4 0],03,0,1.0 +47,human,human,num,attn,82.0,[0 0 0],000,1,1.0 +47,human,human,num,c1_set_union_permuted,78.0,[0],0,1,1.0 +48,human,human,num,XOR,34.0,[2 5],10,0,1.0 +48,human,human,num,attn,68.0,[0 0 0],000,1,1.0 +48,human,human,num,three_rule_comb3,67.0,[1 8 6],287,0,1.0 +48,human,human,num,col_constant,83.0,[9],9,1,1.0 +48,human,human,num,two_rule_comb3,89.0,[2 1],22,0,1.0 +48,human,human,num,row_constant,24.0,[7],7,1,1.0 +48,human,human,num,three_rule_comb0,94.0,[0 3 5],035,1,1.0 +48,human,human,num,dist3_diag1,28.0,[8],8,1,1.0 +48,human,human,num,two_rule_comb0,75.0,[7 0],70,1,1.0 +48,human,human,num,three_rule_comb6,93.0,[9 8 1],981,1,1.0 +48,human,human,num,c1_set_union_permuted,61.0,[9],3,0,1.0 +48,human,human,num,attn,35.0,[0 0 0],001,0,1.0 +49,human,human,num,attn,40.0,[0 0 0],000,1,1.0 +49,human,human,num,c1_set_union_permuted,87.0,[3],3,1,1.0 +49,human,human,num,XOR,26.0,[5 9],9 5,1,1.0 +49,human,human,num,dist3_diag1,42.0,[6],6,1,1.0 +49,human,human,num,three_rule_comb0,46.0,[2 6 6],2 6 6,1,1.0 +49,human,human,num,XOR_permuted,75.0,[2 9],7 2,0,1.0 +49,human,human,num,c3_set_union,53.0,[6 9 0 5],6 9 0 5,1,1.0 +49,human,human,num,three_rule_comb6,14.0,[4 2 9],4 2 9 ,1,1.0 +49,human,human,num,AND,82.0,[0],0,1,1.0 +49,human,human,num,c3_set_union_permuted,49.0,[2 1 0 7],0 1 2 7,1,1.0 +49,human,human,num,dist3_diag2,18.0,[5],5,1,1.0 +49,human,human,num,attn,47.0,[0 0 0],000,1,1.0 +50,human,human,num,dist3_diag2,50.0,[5],5,1,1.0 +50,human,human,num,dist3_diag1,80.0,[3],3,1,1.0 +50,human,human,num,attn,9.0,[0 0 0],000,1,1.0 +50,human,human,num,attn,95.0,[0 0 0],000,1,1.0 +50,human,human,num,c1_set_union_permuted,87.0,[3],3,1,1.0 +50,human,human,num,two_rule_comb0,30.0,[9 4],9 4,1,1.0 +50,human,human,num,two_rule_comb1,37.0,[6 2],6 5,0,1.0 +50,human,human,num,c3_set_union,10.0,[9 0 7 1],9 0 7 1,1,1.0 +50,human,human,num,two_rule_comb3,34.0,[3 4],3 4 ,1,1.0 +50,human,human,num,XOR_permuted,59.0,[8 2],2 8,1,1.0 +50,human,human,num,three_rule_comb1,0.0,[6 9 0],6 9 0 ,1,1.0 +50,human,human,num,c2_set_union,59.0,[5],5,1,1.0 +51,human,human,num,three_rule_comb0,86.0,[6 7 7],7,0,1.0 +51,human,human,num,two_rule_comb1,19.0,[1 9],9,0,1.0 +51,human,human,num,attn,15.0,[0 0 0],000,1,1.0 +51,human,human,num,c2_set_union_permuted,24.0,[3],5,0,1.0 +51,human,human,num,dist3_diag1,37.0,[3],3,1,1.0 +51,human,human,num,c1_set_union,27.0,[7],7,1,1.0 +51,human,human,num,three_rule_comb3,58.0,[5 1 1],511,1,1.0 +51,human,human,num,attn,16.0,[0 0 0],000,1,1.0 +51,human,human,num,dist3_diag2,44.0,[2],2,1,1.0 +51,human,human,num,col_constant,19.0,[2],2,1,1.0 +51,human,human,num,c3_set_union_permuted,6.0,[4 0 8 1],1840,1,1.0 +51,human,human,num,two_rule_comb0,66.0,[2 6],26,1,1.0 +52,human,human,num,AND,70.0,[3],3,1,1.0 +52,human,human,num,three_rule_comb6,71.0,[2 0 3],378,0,1.0 +52,human,human,num,two_rule_comb1,36.0,[6 6],50,0,1.0 +52,human,human,num,c3_set_union_permuted,62.0,[6 2 9 8],2689,1,1.0 +52,human,human,num,c1_set_union_permuted,11.0,[8],8,1,1.0 +52,human,human,num,two_rule_comb0,99.0,[3 1],31,1,1.0 +52,human,human,num,attn,71.0,[0 0 0],000,1,1.0 +52,human,human,num,two_rule_comb3,22.0,[7 0],70,1,1.0 +52,human,human,num,three_rule_comb1,83.0,[5 0 1],507,0,1.0 +52,human,human,num,c3_set_union,58.0,[7 4 5 0],7450,1,1.0 +52,human,human,num,attn,24.0,[0 0 0],000,1,1.0 +52,human,human,num,c2_set_union,1.0,[8],8,1,1.0 +53,human,human,num,attn,86.0,[0 0 0],000,1,1.0 +53,human,human,num,XOR_permuted,79.0,[7 3],68,0,1.0 +53,human,human,num,c2_set_union,43.0,[6],8,0,1.0 +53,human,human,num,dist3_diag1,25.0,[5],5,1,1.0 +53,human,human,num,c3_set_union_permuted,25.0,[7 8 4 6],87,0,1.0 +53,human,human,num,three_rule_comb1,24.0,[9 4 3],958,0,1.0 +53,human,human,num,two_rule_comb1,79.0,[6 8],98,0,1.0 +53,human,human,num,c1_set_union_permuted,69.0,[6],86,0,1.0 +53,human,human,num,attn,61.0,[0 0 0],000,1,1.0 +53,human,human,num,AND,19.0,[7],74,0,1.0 +53,human,human,num,two_rule_comb0,10.0,[7 2],75,0,1.0 +53,human,human,num,c3_set_union,81.0,[3 1 2 7],17,0,1.0 +54,human,human,num,attn,17.0,[0 0 0],000,1,1.0 +54,human,human,num,c3_set_union_permuted,21.0,[7 9 3 0],7390,1,1.0 +54,human,human,num,dist3_diag2,4.0,[2],2,1,1.0 +54,human,human,num,three_rule_comb0,15.0,[4 7 2],472,1,1.0 +54,human,human,num,two_rule_comb0,73.0,[3 5],35,1,1.0 +54,human,human,num,AND,88.0,[1],1,1,1.0 +54,human,human,num,three_rule_comb1,4.0,[2 2 3],223,1,1.0 +54,human,human,num,attn,46.0,[0 0 0],000,1,1.0 +54,human,human,num,c2_set_union_permuted,76.0,[8],8,1,1.0 +54,human,human,num,two_rule_comb1,32.0,[1 7],17,1,1.0 +54,human,human,num,col_constant,40.0,[2],2,1,1.0 +54,human,human,num,XOR,60.0,[5 0],04,0,1.0 +55,human,human,num,row_constant,5.0,[7],7,1,1.0 +55,human,human,num,XOR,64.0,[4 1],81,0,1.0 +55,human,human,num,two_rule_comb1,16.0,[7 3],73,1,1.0 +55,human,human,num,three_rule_comb3,34.0,[9 4 8],948,1,1.0 +55,human,human,num,c3_set_union_permuted,69.0,[5 1 3 9],91,0,1.0 +55,human,human,num,attn,13.0,[0 0 0],000,1,1.0 +55,human,human,num,three_rule_comb1,65.0,[5 6 0],560,1,1.0 +55,human,human,num,c1_set_union,51.0,[3],3,1,1.0 +55,human,human,num,attn,89.0,[0 0 0],000,1,1.0 +55,human,human,num,c2_set_union,75.0,[2],2,1,1.0 +55,human,human,num,c3_set_union,40.0,[9 3 2 6],92,0,1.0 +55,human,human,num,c1_set_union_permuted,88.0,[0],0,1,1.0 +56,human,human,num,two_rule_comb1,61.0,[8 4],7,0,1.0 +56,human,human,num,two_rule_comb0,28.0,[7 1],7,0,1.0 +56,human,human,num,c1_set_union_permuted,64.0,[9],1,0,1.0 +56,human,human,num,row_constant,36.0,[4],4,1,1.0 +56,human,human,num,three_rule_comb3,0.0,[5 1 7],5,0,1.0 +56,human,human,num,three_rule_comb0,64.0,[3 5 5],355,1,1.0 +56,human,human,num,attn,55.0,[0 0 0],000,1,1.0 +56,human,human,num,two_rule_comb3,98.0,[1 3],13,1,1.0 +56,human,human,num,dist3_diag2,95.0,[4],4,1,1.0 +56,human,human,num,attn,93.0,[0 0 0],000,1,1.0 +56,human,human,num,c3_set_union_permuted,97.0,[5 6 7 0],5706,1,1.0 +56,human,human,num,c2_set_union,12.0,[9],229,0,1.0 +57,human,human,num,three_rule_comb1,64.0,[6 9 7],697,1,1.0 +57,human,human,num,two_rule_comb3,17.0,[5 5],55,1,1.0 +57,human,human,num,AND,42.0,[0],0,1,1.0 +57,human,human,num,col_constant,0.0,[6],6,1,1.0 +57,human,human,num,c1_set_union,86.0,[2],2,1,1.0 +57,human,human,num,c2_set_union_permuted,89.0,[8],8,1,1.0 +57,human,human,num,c3_set_union,21.0,[8 4 5 9],8459,1,1.0 +57,human,human,num,three_rule_comb3,86.0,[7 6 2],762,1,1.0 +57,human,human,num,two_rule_comb0,99.0,[3 1],31,1,1.0 +57,human,human,num,attn,34.0,[0 0 0],000,1,1.0 +57,human,human,num,two_rule_comb1,36.0,[6 6],66,1,1.0 +57,human,human,num,attn,19.0,[0 0 0],000,1,1.0 +58,human,human,num,attn,53.0,[0 0 0],000,1,1.0 +58,human,human,num,dist3_diag1,8.0,[9],9,1,1.0 +58,human,human,num,dist3_diag2,11.0,[1],1,1,1.0 +58,human,human,num,c2_set_union_permuted,94.0,[0],0,1,1.0 +58,human,human,num,c3_set_union,0.0,[6 4 1 9],6 4 1 9,1,1.0 +58,human,human,num,XOR_permuted,20.0,[0 2],1 1,0,1.0 +58,human,human,num,three_rule_comb3,58.0,[5 1 1],5 1 1,1,1.0 +58,human,human,num,c1_set_union,92.0,[7],7,1,1.0 +58,human,human,num,two_rule_comb3,49.0,[5 2],5 2,1,1.0 +58,human,human,num,attn,39.0,[0 0 0],000,1,1.0 +58,human,human,num,c2_set_union,51.0,[3],3,1,1.0 +58,human,human,num,three_rule_comb0,85.0,[8 9 7],8 9 7,1,1.0 +59,human,human,num,c2_set_union_permuted,42.0,[6],6,1,1.0 +59,human,human,num,three_rule_comb0,85.0,[8 9 7],897,1,1.0 +59,human,human,num,attn,17.0,[0 0 0],000,1,1.0 +59,human,human,num,row_constant,9.0,[4],4,1,1.0 +59,human,human,num,two_rule_comb0,71.0,[9 0],90,1,1.0 +59,human,human,num,three_rule_comb6,77.0,[9 3 6],399,0,1.0 +59,human,human,num,c3_set_union_permuted,84.0,[1 0 5 4],5014,1,1.0 +59,human,human,num,three_rule_comb3,9.0,[9 0 4],1048,0,1.0 +59,human,human,num,three_rule_comb1,1.0,[8 9 9],693,0,1.0 +59,human,human,num,attn,53.0,[0 0 0],000,1,1.0 +59,human,human,num,dist3_diag1,81.0,[8],8,1,1.0 +59,human,human,num,c3_set_union,49.0,[4 6 2 5],4625,1,1.0 +60,human,human,num,c1_set_union_permuted,0.0,[0],0,1,1.0 +60,human,human,num,two_rule_comb3,2.0,[4 8],48,1,1.0 +60,human,human,num,c2_set_union_permuted,63.0,[7],7,1,1.0 +60,human,human,num,two_rule_comb0,83.0,[7 0],70,1,1.0 +60,human,human,num,col_constant,68.0,[4],4,1,1.0 +60,human,human,num,attn,52.0,[0 0 0],000,1,1.0 +60,human,human,num,three_rule_comb0,72.0,[5 5 6],556,1,1.0 +60,human,human,num,c3_set_union,12.0,[9 7 6 0],9,0,1.0 +60,human,human,num,three_rule_comb3,2.0,[6 3 7],637,1,1.0 +60,human,human,num,attn,90.0,[0 0 0],000,1,1.0 +60,human,human,num,dist3_diag1,88.0,[6],6,1,1.0 +60,human,human,num,two_rule_comb1,8.0,[7 9],79,1,1.0 +61,human,human,num,three_rule_comb6,96.0,[3 7 7],377,1,1.0 +61,human,human,num,c3_set_union_permuted,9.0,[6 9 2 4],2649,1,1.0 +61,human,human,num,dist3_diag1,91.0,[3],3,1,1.0 +61,human,human,num,attn,26.0,[0 0 0],000,1,1.0 +61,human,human,num,two_rule_comb0,49.0,[8 9],89,1,1.0 +61,human,human,num,row_constant,45.0,[3],3,1,1.0 +61,human,human,num,three_rule_comb1,56.0,[7 7 4],774,1,1.0 +61,human,human,num,attn,68.0,[0 0 0],000,1,1.0 +61,human,human,num,c2_set_union,1.0,[8],8,1,1.0 +61,human,human,num,dist3_diag2,9.0,[5],5,1,1.0 +61,human,human,num,c3_set_union,81.0,[3 1 2 7],3127,1,1.0 +61,human,human,num,three_rule_comb3,22.0,[4 7 6],479,0,1.0 +62,human,human,num,dist3_diag2,10.0,[7],7,1,1.0 +62,human,human,num,col_constant,92.0,[0],0,1,1.0 +62,human,human,num,attn,57.0,[0 0 0],000,1,1.0 +62,human,human,num,AND,48.0,[0],0,1,1.0 +62,human,human,num,dist3_diag1,5.0,[6],6,1,1.0 +62,human,human,num,c1_set_union,96.0,[9],9,1,1.0 +62,human,human,num,XOR,67.0,[7 2],73,0,1.0 +62,human,human,num,c2_set_union,31.0,[2],2,1,1.0 +62,human,human,num,row_constant,15.0,[4],4,1,1.0 +62,human,human,num,three_rule_comb3,57.0,[6 3 3],492,0,1.0 +62,human,human,num,attn,74.0,[0 0 0],000,1,1.0 +62,human,human,num,XOR_permuted,72.0,[8 1],77,0,1.0 +63,human,human,num,two_rule_comb0,24.0,[7 1],7 1,1,1.0 +63,human,human,num,row_constant,22.0,[7],7,1,1.0 +63,human,human,num,XOR_permuted,17.0,[6 2],6 2,1,1.0 +63,human,human,num,three_rule_comb1,51.0,[6 0 0],6 0 0,1,1.0 +63,human,human,num,dist3_diag2,45.0,[4],4,1,1.0 +63,human,human,num,dist3_diag1,91.0,[3],3,1,1.0 +63,human,human,num,attn,40.0,[0 0 0],000,1,1.0 +63,human,human,num,c2_set_union_permuted,71.0,[6],6,1,1.0 +63,human,human,num,attn,92.0,[0 0 0],000,1,1.0 +63,human,human,num,c3_set_union_permuted,78.0,[1 5 4 8],1 8 5 4,1,1.0 +63,human,human,num,col_constant,48.0,[8],8,1,1.0 +63,human,human,num,three_rule_comb3,56.0,[9 3 7],9 3 7,1,1.0 +64,human,human,num,three_rule_comb3,48.0,[7 7 8],778,1,1.0 +64,human,human,num,AND,98.0,[2],22,0,1.0 +64,human,human,num,three_rule_comb0,7.0,[8 7 1],871,1,1.0 +64,human,human,num,dist3_diag1,80.0,[3],3,1,1.0 +64,human,human,num,c2_set_union_permuted,62.0,[2],2,1,1.0 +64,human,human,num,c2_set_union,33.0,[1],1,1,1.0 +64,human,human,num,c1_set_union,40.0,[7],7,1,1.0 +64,human,human,num,attn,44.0,[0 0 0],000,1,1.0 +64,human,human,num,attn,16.0,[0 0 0],000,1,1.0 +64,human,human,num,two_rule_comb0,29.0,[0 2],02,1,1.0 +64,human,human,num,two_rule_comb3,45.0,[5 2],52,1,1.0 +64,human,human,num,col_constant,38.0,[2],2,1,1.0 +65,human,human,num,c2_set_union,50.0,[1],1,1,1.0 +65,human,human,num,three_rule_comb6,76.0,[8 0 7],807,1,1.0 +65,human,human,num,three_rule_comb0,50.0,[8 3 7],837,1,1.0 +65,human,human,num,three_rule_comb1,82.0,[0 3 8],038,1,1.0 +65,human,human,num,AND,8.0,[7],7,1,1.0 +65,human,human,num,c3_set_union,61.0,[0 5 2 4],0524,1,1.0 +65,human,human,num,attn,85.0,[0 0 0],000,1,1.0 +65,human,human,num,two_rule_comb3,74.0,[3 3],33,1,1.0 +65,human,human,num,dist3_diag1,26.0,[4],4,1,1.0 +65,human,human,num,row_constant,16.0,[3],3,1,1.0 +65,human,human,num,XOR_permuted,97.0,[8 3],83,1,1.0 +65,human,human,num,attn,61.0,[0 0 0],000,1,1.0 +66,human,human,num,three_rule_comb0,41.0,[0 1 7],17,0,1.0 +66,human,human,num,col_constant,37.0,[2],2,1,1.0 +66,human,human,num,two_rule_comb1,58.0,[6 3],67,0,1.0 +66,human,human,num,row_constant,13.0,[0],0,1,1.0 +66,human,human,num,XOR,18.0,[1 0],41,0,1.0 +66,human,human,num,XOR_permuted,46.0,[2 0],20,1,1.0 +66,human,human,num,dist3_diag2,95.0,[4],4,1,1.0 +66,human,human,num,attn,15.0,[0 0 0],000,1,1.0 +66,human,human,num,c2_set_union_permuted,79.0,[3],3,1,1.0 +66,human,human,num,dist3_diag1,76.0,[6],6,1,1.0 +66,human,human,num,attn,10.0,[0 0 0],000,1,1.0 +66,human,human,num,c3_set_union_permuted,62.0,[6 2 9 8],69,0,1.0 +67,human,human,num,three_rule_comb1,34.0,[4 4 2],442,1,1.0 +67,human,human,num,row_constant,58.0,[3],3,1,1.0 +67,human,human,num,attn,27.0,[0 0 0],000,1,1.0 +67,human,human,num,three_rule_comb0,37.0,[1 6 4],164,1,1.0 +67,human,human,num,c3_set_union_permuted,36.0,[6 9 5 7],7 5 9 6,1,1.0 +67,human,human,num,c1_set_union_permuted,22.0,[8],8,1,1.0 +67,human,human,num,col_constant,23.0,[0],0,1,1.0 +67,human,human,num,two_rule_comb3,95.0,[7 8],7 8,1,1.0 +67,human,human,num,c3_set_union,42.0,[7 9 2 3],7 2 9 3,1,1.0 +67,human,human,num,three_rule_comb6,48.0,[9 7 3],3 9 7,0,1.0 +67,human,human,num,attn,90.0,[0 0 0],000,1,1.0 +67,human,human,num,two_rule_comb1,56.0,[7 0],7 0,1,1.0 +68,human,human,num,col_constant,24.0,[5],5,1,1.0 +68,human,human,num,c2_set_union_permuted,20.0,[5],5,1,1.0 +68,human,human,num,c3_set_union_permuted,57.0,[6 8 0 7],8607,1,1.0 +68,human,human,num,c1_set_union,7.0,[0],0,1,1.0 +68,human,human,num,attn,97.0,[0 0 0],000,1,1.0 +68,human,human,num,AND,54.0,[7],7,1,1.0 +68,human,human,num,three_rule_comb0,30.0,[6 7 3],673,1,1.0 +68,human,human,num,attn,16.0,[0 0 0],000,1,1.0 +68,human,human,num,dist3_diag1,11.0,[3],3,1,1.0 +68,human,human,num,XOR_permuted,62.0,[0 2],30,0,1.0 +68,human,human,num,two_rule_comb0,82.0,[7 7],77,1,1.0 +68,human,human,num,two_rule_comb1,25.0,[6 5],65,1,1.0 +69,human,human,num,XOR,63.0,[9 1],91,1,1.0 +69,human,human,num,three_rule_comb1,83.0,[5 0 1],501,1,1.0 +69,human,human,num,two_rule_comb0,22.0,[6 4],64,1,1.0 +69,human,human,num,c2_set_union,67.0,[5],5,1,1.0 +69,human,human,num,attn,23.0,[0 0 0],000,1,1.0 +69,human,human,num,col_constant,89.0,[6],6,1,1.0 +69,human,human,num,c1_set_union_permuted,39.0,[3],3,1,1.0 +69,human,human,num,two_rule_comb3,52.0,[6 3],63,1,1.0 +69,human,human,num,dist3_diag1,47.0,[5],5,1,1.0 +69,human,human,num,row_constant,16.0,[3],3,1,1.0 +69,human,human,num,attn,6.0,[0 0 0],000,1,1.0 +69,human,human,num,three_rule_comb3,63.0,[6 3 3],630,0,1.0 +70,human,human,num,dist3_diag2,91.0,[0],0,1,1.0 +70,human,human,num,col_constant,50.0,[7],7,1,1.0 +70,human,human,num,attn,37.0,[0 0 0],000,1,1.0 +70,human,human,num,attn,39.0,[0 0 0],000,1,1.0 +70,human,human,num,three_rule_comb0,50.0,[8 3 7],837,1,1.0 +70,human,human,num,two_rule_comb3,96.0,[5 8],58,1,1.0 +70,human,human,num,c1_set_union_permuted,10.0,[6],6,1,1.0 +70,human,human,num,two_rule_comb0,52.0,[2 3],23,1,1.0 +70,human,human,num,XOR,55.0,[2 9],2449,0,1.0 +70,human,human,num,c3_set_union,84.0,[3 8 5 1],3851,1,1.0 +70,human,human,num,c1_set_union,86.0,[2],2,1,1.0 +70,human,human,num,c3_set_union_permuted,65.0,[2 9 0 7],7092,1,1.0 +71,human,human,num,c3_set_union_permuted,0.0,[2 6 5 3],32,0,1.0 +71,human,human,num,c2_set_union,14.0,[0],0,1,1.0 +71,human,human,num,three_rule_comb0,69.0,[2 1 7],217,1,1.0 +71,human,human,num,AND,48.0,[0],0,1,1.0 +71,human,human,num,XOR_permuted,10.0,[9 6],29,0,1.0 +71,human,human,num,attn,76.0,[0 0 0],000,1,1.0 +71,human,human,num,three_rule_comb6,61.0,[2 6 3],752,0,1.0 +71,human,human,num,two_rule_comb1,84.0,[7 7],36,0,1.0 +71,human,human,num,dist3_diag2,76.0,[7],7,1,1.0 +71,human,human,num,attn,2.0,[0 0 0],000,1,1.0 +71,human,human,num,c3_set_union,30.0,[3 2 4 8],22,0,1.0 +71,human,human,num,row_constant,94.0,[2],2,1,1.0 +72,human,human,num,two_rule_comb0,95.0,[8 3],83,1,1.0 +72,human,human,num,two_rule_comb1,62.0,[6 4],64,1,1.0 +72,human,human,num,c1_set_union_permuted,4.0,[1],1,1,1.0 +72,human,human,num,dist3_diag1,18.0,[3],3,1,1.0 +72,human,human,num,attn,5.0,[0 0 0],000,1,1.0 +72,human,human,num,dist3_diag2,87.0,[3],3,1,1.0 +72,human,human,num,three_rule_comb6,35.0,[7 2 1],721,1,1.0 +72,human,human,num,col_constant,99.0,[2],2,1,1.0 +72,human,human,num,c2_set_union_permuted,49.0,[4],4,1,1.0 +72,human,human,num,attn,63.0,[0 0 0],000,1,1.0 +72,human,human,num,XOR,56.0,[7 1],19,0,1.0 +72,human,human,num,c3_set_union_permuted,74.0,[9 6 0 2],9602,1,1.0 +73,human,human,num,XOR_permuted,5.0,[5 6],45,0,1.0 +73,human,human,num,attn,56.0,[0 0 0],000,1,1.0 +73,human,human,num,two_rule_comb0,73.0,[3 5],35,1,1.0 +73,human,human,num,c2_set_union,38.0,[2],7,0,1.0 +73,human,human,num,attn,12.0,[0 0 0],000,1,1.0 +73,human,human,num,c3_set_union,52.0,[1 9 7 8],1978,1,1.0 +73,human,human,num,c1_set_union_permuted,94.0,[9],9,1,1.0 +73,human,human,num,three_rule_comb0,49.0,[4 4 9],449,1,1.0 +73,human,human,num,three_rule_comb1,32.0,[1 2 0],150,0,1.0 +73,human,human,num,three_rule_comb6,33.0,[8 4 1],845,0,1.0 +73,human,human,num,dist3_diag1,22.0,[9],9,1,1.0 +73,human,human,num,row_constant,74.0,[5],5,1,1.0 +74,human,human,num,attn,71.0,[0 0 0],000,1,1.0 +74,human,human,num,attn,11.0,[0 0 0],000,1,1.0 +74,human,human,num,dist3_diag2,73.0,[9],9,1,1.0 +74,human,human,num,two_rule_comb3,47.0,[2 4],2 4,1,1.0 +74,human,human,num,row_constant,5.0,[7],7,1,1.0 +74,human,human,num,XOR_permuted,95.0,[8 5],3 5,0,1.0 +74,human,human,num,c3_set_union,87.0,[4 3 2 6],4 3 2 6,1,1.0 +74,human,human,num,two_rule_comb0,5.0,[7 0],7 0,1,1.0 +74,human,human,num,c2_set_union_permuted,46.0,[9],9,1,1.0 +74,human,human,num,two_rule_comb1,75.0,[7 9],3 9,0,1.0 +74,human,human,num,c1_set_union_permuted,11.0,[8],8,1,1.0 +74,human,human,num,three_rule_comb0,63.0,[5 6 3],5 6 3,1,1.0 +75,human,human,num,two_rule_comb1,72.0,[8 3],8 3,1,1.0 +75,human,human,num,attn,24.0,[0 0 0],'000',0,1.0 +75,human,human,num,c3_set_union_permuted,49.0,[2 1 0 7],0 7,0,1.0 +75,human,human,num,col_constant,12.0,[0],0,1,1.0 +75,human,human,num,two_rule_comb3,47.0,[2 4],2 4,1,1.0 +75,human,human,num,three_rule_comb0,11.0,[9 1 3],9 1 3,1,1.0 +75,human,human,num,c2_set_union,87.0,[1],1,1,1.0 +75,human,human,num,row_constant,69.0,[4],4,1,1.0 +75,human,human,num,three_rule_comb6,15.0,[9 0 8],9 0 8,1,1.0 +75,human,human,num,c1_set_union_permuted,13.0,[8],8,1,1.0 +75,human,human,num,c1_set_union,6.0,[5],5,1,1.0 +75,human,human,num,attn,22.0,[0 0 0],'000',0,1.0 +76,human,human,num,two_rule_comb1,86.0,[1 7],17,1,1.0 +76,human,human,num,row_constant,92.0,[1],1,1,1.0 +76,human,human,num,attn,25.0,[0 0 0],000,1,1.0 +76,human,human,num,attn,75.0,[0 0 0],000,1,1.0 +76,human,human,num,three_rule_comb3,15.0,[1 3 9],139,1,1.0 +76,human,human,num,c1_set_union_permuted,7.0,[6],0,0,1.0 +76,human,human,num,two_rule_comb3,90.0,[3 6],36,1,1.0 +76,human,human,num,two_rule_comb0,99.0,[3 1],31,1,1.0 +76,human,human,num,c1_set_union,8.0,[9],0,0,1.0 +76,human,human,num,c3_set_union_permuted,25.0,[7 8 4 6],6874,1,1.0 +76,human,human,num,three_rule_comb6,32.0,[4 0 4],330,0,1.0 +76,human,human,num,dist3_diag1,81.0,[8],8,1,1.0 +77,human,human,num,attn,42.0,[0 0 0],000,1,1.0 +77,human,human,num,three_rule_comb6,32.0,[4 0 4],404,1,1.0 +77,human,human,num,c3_set_union,64.0,[1 3 9 6],1396,1,1.0 +77,human,human,num,row_constant,17.0,[7],7,1,1.0 +77,human,human,num,three_rule_comb1,31.0,[3 9 8],398,1,1.0 +77,human,human,num,two_rule_comb0,76.0,[1 9],19,1,1.0 +77,human,human,num,two_rule_comb1,12.0,[6 7],67,1,1.0 +77,human,human,num,XOR,90.0,[2 6],66,0,1.0 +77,human,human,num,c2_set_union_permuted,21.0,[8],8,1,1.0 +77,human,human,num,attn,6.0,[0 0 0],000,1,1.0 +77,human,human,num,c1_set_union_permuted,71.0,[5],5,1,1.0 +77,human,human,num,c2_set_union,22.0,[1],1,1,1.0 +78,human,human,num,c1_set_union,55.0,[1],1,1,1.0 +78,human,human,num,attn,46.0,[0 0 0],000,1,1.0 +78,human,human,num,c2_set_union,92.0,[6],6,1,1.0 +78,human,human,num,c1_set_union_permuted,67.0,[3],3,1,1.0 +78,human,human,num,col_constant,15.0,[6],6,1,1.0 +78,human,human,num,row_constant,74.0,[5],5,1,1.0 +78,human,human,num,three_rule_comb1,19.0,[7 4 9],749,1,1.0 +78,human,human,num,attn,54.0,[0 0 0],000,1,1.0 +78,human,human,num,c3_set_union_permuted,20.0,[3 8 1 4],34,0,1.0 +78,human,human,num,c2_set_union_permuted,54.0,[0],0,1,1.0 +78,human,human,num,three_rule_comb3,27.0,[1 1 3],163,0,1.0 +78,human,human,num,three_rule_comb0,78.0,[2 7 9],279,1,1.0 +79,human,human,num,dist3_diag2,98.0,[5],5,1,1.0 +79,human,human,num,attn,41.0,[0 0 0],000,1,1.0 +79,human,human,num,XOR,36.0,[2 7],5 2,0,1.0 +79,human,human,num,AND,18.0,[4],4,1,1.0 +79,human,human,num,dist3_diag1,98.0,[6],6,1,1.0 +79,human,human,num,c1_set_union_permuted,17.0,[3],3,1,1.0 +79,human,human,num,c3_set_union_permuted,42.0,[6 3 7 9],7 9 6 3,1,1.0 +79,human,human,num,c2_set_union_permuted,78.0,[6],6,1,1.0 +79,human,human,num,row_constant,37.0,[3],3,1,1.0 +79,human,human,num,attn,19.0,[0 0 0],000,1,1.0 +79,human,human,num,c1_set_union,40.0,[7],7,1,1.0 +79,human,human,num,three_rule_comb0,90.0,[2 0 7],2 0 7,1,1.0 +80,human,human,num,attn,86.0,[0 0 0],000,1,1.0 +80,human,human,num,XOR,18.0,[1 0],44,0,1.0 +80,human,human,num,two_rule_comb1,37.0,[6 2],62,1,1.0 +80,human,human,num,three_rule_comb0,44.0,[9 1 0],910,1,1.0 +80,human,human,num,two_rule_comb3,87.0,[9 5],95,1,1.0 +80,human,human,num,c1_set_union_permuted,52.0,[0],0,1,1.0 +80,human,human,num,c1_set_union,68.0,[4],4,1,1.0 +80,human,human,num,three_rule_comb1,70.0,[1 3 2],134,0,1.0 +80,human,human,num,AND,93.0,[3],33,0,1.0 +80,human,human,num,c3_set_union_permuted,53.0,[4 9 7 6],74,0,1.0 +80,human,human,num,col_constant,64.0,[5],5,1,1.0 +80,human,human,num,attn,27.0,[0 0 0],000,1,1.0 +81,human,human,num,c1_set_union,51.0,[3],3,1,1.0 +81,human,human,num,XOR,86.0,[9 4],9 4,1,1.0 +81,human,human,num,two_rule_comb1,55.0,[6 2],6 2,1,1.0 +81,human,human,num,attn,25.0,[0 0 0],000,1,1.0 +81,human,human,num,c2_set_union_permuted,65.0,[3],3,1,1.0 +81,human,human,num,attn,93.0,[0 0 0],000,1,1.0 +81,human,human,num,col_constant,70.0,[8],8,1,1.0 +81,human,human,num,dist3_diag2,41.0,[8],8,1,1.0 +81,human,human,num,c1_set_union_permuted,31.0,[4],4,1,1.0 +81,human,human,num,two_rule_comb3,10.0,[0 4],0 4,1,1.0 +81,human,human,num,c2_set_union,68.0,[1],1,1,1.0 +81,human,human,num,three_rule_comb0,79.0,[6 9 2],6 9 2 ,1,1.0 +82,human,human,num,c1_set_union_permuted,84.0,[0],0,1,1.0 +82,human,human,num,dist3_diag1,42.0,[6],6,1,1.0 +82,human,human,num,dist3_diag2,44.0,[2],2,1,1.0 +82,human,human,num,attn,47.0,[0 0 0],000,1,1.0 +82,human,human,num,three_rule_comb0,65.0,[1 0 6],106,1,1.0 +82,human,human,num,c3_set_union,57.0,[0 5 2 6],0526,1,1.0 +82,human,human,num,AND,35.0,[9],99,0,1.0 +82,human,human,num,attn,30.0,[0 0 0],000,1,1.0 +82,human,human,num,two_rule_comb0,3.0,[2 0],20,1,1.0 +82,human,human,num,col_constant,12.0,[0],0,1,1.0 +82,human,human,num,row_constant,11.0,[9],9,1,1.0 +82,human,human,num,three_rule_comb3,34.0,[9 4 8],914,0,1.0 +83,human,human,num,col_constant,79.0,[9],9,1,1.0 +83,human,human,num,attn,79.0,[0 0 0],000,1,1.0 +83,human,human,num,c1_set_union,51.0,[3],3,1,1.0 +83,human,human,num,c2_set_union,44.0,[1],1,1,1.0 +83,human,human,num,three_rule_comb6,21.0,[6 9 8],594,0,1.0 +83,human,human,num,XOR_permuted,82.0,[5 7],57,1,1.0 +83,human,human,num,row_constant,44.0,[5],5,1,1.0 +83,human,human,num,attn,36.0,[0 0 0],000,1,1.0 +83,human,human,num,AND,29.0,[1],1,1,1.0 +83,human,human,num,two_rule_comb1,78.0,[5 5],55,1,1.0 +83,human,human,num,dist3_diag1,80.0,[3],3,1,1.0 +83,human,human,num,c2_set_union_permuted,31.0,[0],0,1,1.0 +84,human,human,num,two_rule_comb3,81.0,[3 0],30,1,1.0 +84,human,human,num,c2_set_union,97.0,[1],01,0,1.0 +84,human,human,num,c3_set_union_permuted,54.0,[6 5 2 9],5269,1,1.0 +84,human,human,num,c1_set_union_permuted,10.0,[6],6,1,1.0 +84,human,human,num,three_rule_comb3,51.0,[9 0 8],986,0,1.0 +84,human,human,num,c3_set_union,3.0,[0 4 8 7],0487,1,1.0 +84,human,human,num,attn,42.0,[0 0 0],000,1,1.0 +84,human,human,num,attn,16.0,[0 0 0],000,1,1.0 +84,human,human,num,row_constant,9.0,[4],4,1,1.0 +84,human,human,num,XOR,96.0,[8 1],81,1,1.0 +84,human,human,num,two_rule_comb0,71.0,[9 0],10 0,0,1.0 +84,human,human,num,three_rule_comb0,83.0,[6 9 7],697,1,1.0 +85,human,human,num,dist3_diag2,9.0,[5],5,1,1.0 +85,human,human,num,three_rule_comb3,90.0,[4 9 3],493,1,1.0 +85,human,human,num,attn,68.0,[0 0 0],000,1,1.0 +85,human,human,num,three_rule_comb0,73.0,[1 2 8],128,1,1.0 +85,human,human,num,three_rule_comb6,82.0,[1 4 5],145,1,1.0 +85,human,human,num,dist3_diag1,83.0,[9],9,1,1.0 +85,human,human,num,row_constant,19.0,[5],5,1,1.0 +85,human,human,num,c2_set_union,24.0,[5],5,1,1.0 +85,human,human,num,attn,84.0,[0 0 0],000,1,1.0 +85,human,human,num,c3_set_union_permuted,56.0,[6 9 4 3],6943,1,1.0 +85,human,human,num,AND,14.0,[9],9,1,1.0 +85,human,human,num,three_rule_comb1,67.0,[1 4 5],145,1,1.0 +86,human,human,num,XOR_permuted,79.0,[7 3],47,0,1.0 +86,human,human,num,dist3_diag1,52.0,[4],4,1,1.0 +86,human,human,num,row_constant,55.0,[0],0,1,1.0 +86,human,human,num,c2_set_union,13.0,[8],8,1,1.0 +86,human,human,num,XOR,24.0,[7 0],17,0,1.0 +86,human,human,num,three_rule_comb0,94.0,[0 3 5],035,1,1.0 +86,human,human,num,attn,5.0,[0 0 0],000,1,1.0 +86,human,human,num,two_rule_comb0,20.0,[5 5],55,1,1.0 +86,human,human,num,attn,57.0,[0 0 0],000,1,1.0 +86,human,human,num,c3_set_union,82.0,[8 0 1 5],8015,1,1.0 +86,human,human,num,c3_set_union_permuted,67.0,[3 4 0 7],0743,1,1.0 +86,human,human,num,c1_set_union,66.0,[9],9,1,1.0 +87,human,human,num,three_rule_comb0,55.0,[7 4 6],756,0,1.0 +87,human,human,num,attn,32.0,[0 0 0],000,1,1.0 +87,human,human,num,XOR_permuted,9.0,[8 3],08,0,1.0 +87,human,human,num,three_rule_comb6,32.0,[4 0 4],404,1,1.0 +87,human,human,num,c1_set_union,95.0,[2],2,1,1.0 +87,human,human,num,c3_set_union_permuted,13.0,[0 2 3 4],4032,1,1.0 +87,human,human,num,attn,52.0,[0 0 0],000,1,1.0 +87,human,human,num,three_rule_comb1,98.0,[6 9 4],694,1,1.0 +87,human,human,num,c2_set_union,28.0,[5],252,0,1.0 +87,human,human,num,dist3_diag2,80.0,[9],9,1,1.0 +87,human,human,num,two_rule_comb3,23.0,[6 8],68,1,1.0 +87,human,human,num,two_rule_comb0,73.0,[3 5],35,1,1.0 +88,human,human,num,c3_set_union,12.0,[9 7 6 0],9760,1,1.0 +88,human,human,num,two_rule_comb0,28.0,[7 1],71,1,1.0 +88,human,human,num,three_rule_comb1,21.0,[9 1 6],916,1,1.0 +88,human,human,num,two_rule_comb1,67.0,[4 9],49,1,1.0 +88,human,human,num,XOR_permuted,57.0,[5 4],03,0,1.0 +88,human,human,num,c1_set_union,94.0,[6],6,1,1.0 +88,human,human,num,attn,78.0,[0 0 0],000,1,1.0 +88,human,human,num,three_rule_comb6,50.0,[0 1 6],013,0,1.0 +88,human,human,num,col_constant,58.0,[0],0,1,1.0 +88,human,human,num,dist3_diag2,73.0,[9],9,1,1.0 +88,human,human,num,three_rule_comb0,95.0,[7 9 2],792,1,1.0 +88,human,human,num,attn,52.0,[0 0 0],000,1,1.0 +89,human,human,num,attn,26.0,[0 0 0],000,1,1.0 +89,human,human,num,AND,24.0,[1],1,1,1.0 +89,human,human,num,three_rule_comb0,66.0,[0 8 2],082,1,1.0 +89,human,human,num,row_constant,37.0,[3],3,1,1.0 +89,human,human,num,attn,22.0,[0 0 0],000,1,1.0 +89,human,human,num,c1_set_union,49.0,[7],7,1,1.0 +89,human,human,num,c3_set_union,10.0,[9 0 7 1],9071,1,1.0 +89,human,human,num,c3_set_union_permuted,92.0,[7 6 4 3],4736,1,1.0 +89,human,human,num,XOR,1.0,[9 8],98,1,1.0 +89,human,human,num,c2_set_union,57.0,[3],3,1,1.0 +89,human,human,num,c1_set_union_permuted,82.0,[1],1,1,1.0 +89,human,human,num,c2_set_union_permuted,88.0,[8],8,1,1.0 +90,human,human,num,three_rule_comb1,79.0,[2 3 4],234,1,1.0 +90,human,human,num,XOR,43.0,[6 1],36,0,1.0 +90,human,human,num,c3_set_union_permuted,73.0,[3 6 1 4],4631,1,1.0 +90,human,human,num,c3_set_union,27.0,[9 2 1 8],9218,1,1.0 +90,human,human,num,c1_set_union_permuted,97.0,[4],4,1,1.0 +90,human,human,num,two_rule_comb3,8.0,[9 8],98,1,1.0 +90,human,human,num,c2_set_union_permuted,36.0,[5],5,1,1.0 +90,human,human,num,two_rule_comb1,20.0,[4 9],49,1,1.0 +90,human,human,num,dist3_diag2,49.0,[9],9,1,1.0 +90,human,human,num,AND,29.0,[1],1,1,1.0 +90,human,human,num,attn,35.0,[0 0 0],000,1,1.0 +90,human,human,num,attn,99.0,[0 0 0],000,1,1.0 +91,human,human,num,dist3_diag1,31.0,[2],2,1,1.0 +91,human,human,num,two_rule_comb0,73.0,[3 5],3 5,1,1.0 +91,human,human,num,c3_set_union,57.0,[0 5 2 6],5 6,0,1.0 +91,human,human,num,col_constant,81.0,[6],6,1,1.0 +91,human,human,num,two_rule_comb1,0.0,[1 2],1 2,1,1.0 +91,human,human,num,attn,14.0,[0 0 0],000,1,1.0 +91,human,human,num,three_rule_comb6,77.0,[9 3 6],9 3 6,1,1.0 +91,human,human,num,three_rule_comb1,12.0,[7 7 6],7 7 6,1,1.0 +91,human,human,num,dist3_diag2,33.0,[3],3,1,1.0 +91,human,human,num,two_rule_comb3,67.0,[9 2],9 2,1,1.0 +91,human,human,num,c1_set_union_permuted,28.0,[1],3,0,1.0 +91,human,human,num,attn,59.0,[0 0 0],000,1,1.0 +92,human,human,num,three_rule_comb3,23.0,[3 3 9],431,0,1.0 +92,human,human,num,three_rule_comb0,56.0,[7 3 7],737,1,1.0 +92,human,human,num,attn,9.0,[0 0 0],000,1,1.0 +92,human,human,num,row_constant,32.0,[2],2,1,1.0 +92,human,human,num,XOR,54.0,[0 2],3,0,1.0 +92,human,human,num,two_rule_comb3,16.0,[0 5],32,0,1.0 +92,human,human,num,c3_set_union_permuted,44.0,[7 2 5 9],9,0,1.0 +92,human,human,num,attn,97.0,[0 0 0],000,1,1.0 +92,human,human,num,col_constant,24.0,[5],5,1,1.0 +92,human,human,num,c2_set_union,27.0,[2],602,0,1.0 +92,human,human,num,three_rule_comb6,50.0,[0 1 6],152,0,1.0 +92,human,human,num,c2_set_union_permuted,98.0,[9],9 8,0,1.0 +93,human,human,num,three_rule_comb0,86.0,[6 7 7],677,1,1.0 +93,human,human,num,c2_set_union,9.0,[4],4,1,1.0 +93,human,human,num,XOR,86.0,[9 4],49,1,1.0 +93,human,human,num,three_rule_comb1,9.0,[7 7 8],778,1,1.0 +93,human,human,num,c1_set_union,92.0,[7],4,0,1.0 +93,human,human,num,attn,99.0,[0 0 0],000,1,1.0 +93,human,human,num,AND,96.0,[6],6,1,1.0 +93,human,human,num,c3_set_union_permuted,12.0,[7 1 5 3],7135,1,1.0 +93,human,human,num,attn,80.0,[0 0 0],000,1,1.0 +93,human,human,num,c1_set_union_permuted,92.0,[6],6,1,1.0 +93,human,human,num,dist3_diag2,18.0,[5],5,1,1.0 +93,human,human,num,three_rule_comb3,70.0,[8 6 2],862,1,1.0 +94,human,human,num,dist3_diag1,75.0,[8],8,1,1.0 +94,human,human,num,c1_set_union,47.0,[7],7,1,1.0 +94,human,human,num,dist3_diag2,11.0,[1],1,1,1.0 +94,human,human,num,attn,36.0,[0 0 0],000,1,1.0 +94,human,human,num,attn,78.0,[0 0 0],000,1,1.0 +94,human,human,num,XOR,67.0,[7 2],37,0,1.0 +94,human,human,num,XOR_permuted,67.0,[0 4],90,0,1.0 +94,human,human,num,two_rule_comb3,24.0,[8 3],83,1,1.0 +94,human,human,num,c2_set_union,54.0,[4],4,1,1.0 +94,human,human,num,col_constant,57.0,[6],6,1,1.0 +94,human,human,num,c1_set_union_permuted,39.0,[3],5,0,1.0 +94,human,human,num,three_rule_comb1,27.0,[9 9 5],973,0,1.0 +95,human,human,num,c2_set_union_permuted,62.0,[2],2,1,1.0 +95,human,human,num,c1_set_union,83.0,[2],2,1,1.0 +95,human,human,num,row_constant,53.0,[7],7,1,1.0 +95,human,human,num,two_rule_comb0,19.0,[2 6],26,1,1.0 +95,human,human,num,col_constant,61.0,[4],4,1,1.0 +95,human,human,num,two_rule_comb3,5.0,[8 2],82,1,1.0 +95,human,human,num,c3_set_union,19.0,[8 4 6 1],8461,1,1.0 +95,human,human,num,attn,0.0,[0 0 0],000,1,1.0 +95,human,human,num,attn,72.0,[0 0 0],000,1,1.0 +95,human,human,num,c3_set_union_permuted,86.0,[0 2 8 4],2840,1,1.0 +95,human,human,num,dist3_diag2,22.0,[8],8,1,1.0 +95,human,human,num,three_rule_comb3,19.0,[7 2 1],721,1,1.0 +96,human,human,num,c1_set_union_permuted,99.0,[2],2,1,1.0 +96,human,human,num,c1_set_union,48.0,[6],6,1,1.0 +96,human,human,num,three_rule_comb3,76.0,[3 5 4],354,1,1.0 +96,human,human,num,two_rule_comb1,67.0,[4 9],49,1,1.0 +96,human,human,num,XOR,46.0,[8 0],80,1,1.0 +96,human,human,num,attn,94.0,[0 0 0],000,1,1.0 +96,human,human,num,c2_set_union,39.0,[3],3,1,1.0 +96,human,human,num,dist3_diag2,18.0,[5],5,1,1.0 +96,human,human,num,c3_set_union_permuted,83.0,[0 2 8 9],9208,1,1.0 +96,human,human,num,c2_set_union_permuted,6.0,[7],7,1,1.0 +96,human,human,num,three_rule_comb6,66.0,[6 1 6],616,1,1.0 +96,human,human,num,attn,87.0,[0 0 0],000,1,1.0 +97,human,human,num,c1_set_union_permuted,91.0,[1],1,1,1.0 +97,human,human,num,XOR_permuted,50.0,[6 9],78,0,1.0 +97,human,human,num,three_rule_comb0,48.0,[8 3 5],872,0,1.0 +97,human,human,num,AND,0.0,[4],44,0,1.0 +97,human,human,num,c3_set_union_permuted,49.0,[2 1 0 7],71,0,1.0 +97,human,human,num,c1_set_union,98.0,[9],9,1,1.0 +97,human,human,num,attn,83.0,[0 0 0],000,1,1.0 +97,human,human,num,two_rule_comb1,77.0,[7 5],52,0,1.0 +97,human,human,num,col_constant,53.0,[2],2,1,1.0 +97,human,human,num,dist3_diag1,17.0,[3],3,1,1.0 +97,human,human,num,c2_set_union,89.0,[6],6,1,1.0 +97,human,human,num,attn,13.0,[0 0 0],000,1,1.0 +98,human,human,num,attn,95.0,[0 0 0],000,1,1.0 +98,human,human,num,three_rule_comb0,70.0,[8 8 3],883,1,1.0 +98,human,human,num,dist3_diag1,89.0,[0],0,1,1.0 +98,human,human,num,c1_set_union_permuted,20.0,[1],1,1,1.0 +98,human,human,num,XOR,27.0,[1 7],14,0,1.0 +98,human,human,num,two_rule_comb0,55.0,[1 6],16,1,1.0 +98,human,human,num,attn,58.0,[0 0 0],000,1,1.0 +98,human,human,num,AND,60.0,[5],55,0,1.0 +98,human,human,num,c1_set_union,49.0,[7],7,1,1.0 +98,human,human,num,col_constant,70.0,[8],8,1,1.0 +98,human,human,num,c3_set_union,3.0,[0 4 8 7],0487,1,1.0 +98,human,human,num,row_constant,70.0,[4],4,1,1.0 +99,human,human,num,c3_set_union,47.0,[8 6 7 2],8672,1,1.0 +99,human,human,num,col_constant,82.0,[8],8,1,1.0 +99,human,human,num,c2_set_union_permuted,58.0,[2],2,1,1.0 +99,human,human,num,XOR_permuted,29.0,[9 0],98,0,1.0 +99,human,human,num,AND,0.0,[4],4,1,1.0 +99,human,human,num,attn,38.0,[0 0 0],000,1,1.0 +99,human,human,num,two_rule_comb1,63.0,[2 1],71,0,1.0 +99,human,human,num,three_rule_comb1,68.0,[2 1 0],262,0,1.0 +99,human,human,num,three_rule_comb3,68.0,[2 3 2],633,0,1.0 +99,human,human,num,XOR,32.0,[6 9],24,0,1.0 +99,human,human,num,attn,20.0,[0 0 0],000,1,1.0 +99,human,human,num,three_rule_comb6,59.0,[5 5 1],557,0,1.0 +100,human,human,num,row_constant,30.0,[6],6,1,1.0 +100,human,human,num,XOR,54.0,[0 2],35,0,1.0 +100,human,human,num,attn,39.0,[0 0 0],000,1,1.0 +100,human,human,num,c1_set_union,40.0,[7],4,0,1.0 +100,human,human,num,AND,61.0,[5],5,1,1.0 +100,human,human,num,XOR_permuted,88.0,[3 1],53,0,1.0 +100,human,human,num,col_constant,40.0,[2],2,1,1.0 +100,human,human,num,c2_set_union_permuted,87.0,[3],3,1,1.0 +100,human,human,num,three_rule_comb1,94.0,[3 8 0],115,0,1.0 +100,human,human,num,c2_set_union,49.0,[3],3,1,1.0 +100,human,human,num,attn,97.0,[0 0 0],000,1,1.0 +100,human,human,num,two_rule_comb0,80.0,[2 5],25,1,1.0 +1,human,human,num,prog_size2,0.0,[8],8,1,1.0 +1,human,human,num,three_rule_comb8,52.0,[6 4 5],645,1,1.0 +1,human,human,num,two_rule_comb4,92.0,[4 5],44,0,1.0 +1,human,human,num,three_rule_comb2,4.0,[9 3 1],931,1,1.0 +1,human,human,num,three_rule_comb7,37.0,[1 4 7],147,1,1.0 +1,human,human,num,three_rule_comb9,79.0,[1 7 0],170,1,1.0 +1,human,human,num,prog_size1,10.0,[4],4,1,1.0 +1,human,human,num,two_rule_comb5,11.0,[4 8],48,1,1.0 +1,human,human,num,two_rule_comb2,60.0,[2 0],20,1,1.0 +1,human,human,num,three_rule_comb5,84.0,[9 0 9],909,1,1.0 +1,human,human,num,three_rule_comb4,85.0,[8 2 4],821,0,1.0 +2,human,human,num,three_rule_comb4,40.0,[1 6 1],161,1,1.0 +2,human,human,num,prog_size2,2.0,[0],0,1,1.0 +2,human,human,num,prog_size1,0.0,[4],4,1,1.0 +2,human,human,num,two_rule_comb5,46.0,[3 9],57,0,1.0 +2,human,human,num,three_rule_comb2,0.0,[0 0 1],001,1,1.0 +2,human,human,num,three_rule_comb5,56.0,[0 6 2],61,0,1.0 +2,human,human,num,two_rule_comb4,1.0,[5 7],57,1,1.0 +2,human,human,num,three_rule_comb9,33.0,[7 5 9],759,1,1.0 +2,human,human,num,three_rule_comb7,6.0,[5 1 5],51,0,1.0 +2,human,human,num,two_rule_comb2,90.0,[8 5],85,1,1.0 +2,human,human,num,three_rule_comb8,52.0,[6 4 5],645,1,1.0 +3,human,human,num,prog_size1,10.0,[4],4,1,1.0 +3,human,human,num,three_rule_comb5,60.0,[1 4 7],215,0,1.0 +3,human,human,num,three_rule_comb7,18.0,[6 2 6],656,0,1.0 +3,human,human,num,three_rule_comb2,18.0,[6 3 9],639,1,1.0 +3,human,human,num,three_rule_comb9,31.0,[8 7 1],247,0,1.0 +3,human,human,num,three_rule_comb8,48.0,[5 1 3],198,0,1.0 +3,human,human,num,two_rule_comb2,65.0,[9 1],97,0,1.0 +3,human,human,num,two_rule_comb5,48.0,[3 8],74,0,1.0 +3,human,human,num,three_rule_comb4,45.0,[7 8 4],724,0,1.0 +3,human,human,num,two_rule_comb4,83.0,[0 2],44,0,1.0 +3,human,human,num,prog_size2,3.0,[1],9,0,1.0 +4,human,human,num,prog_size2,3.0,[1],1,1,1.0 +4,human,human,num,three_rule_comb4,57.0,[6 7 1],581,0,1.0 +4,human,human,num,two_rule_comb5,10.0,[9 0],90,1,1.0 +4,human,human,num,prog_size1,3.0,[7],7,1,1.0 +4,human,human,num,three_rule_comb8,50.0,[2 9 0],263,0,1.0 +4,human,human,num,three_rule_comb2,49.0,[8 8 2],882,1,1.0 +4,human,human,num,two_rule_comb2,90.0,[8 5],85,1,1.0 +4,human,human,num,three_rule_comb7,98.0,[8 3 0],69,0,1.0 +4,human,human,num,three_rule_comb5,1.0,[3 3 1],331,1,1.0 +4,human,human,num,three_rule_comb9,23.0,[6 1 2],296,0,1.0 +4,human,human,num,two_rule_comb4,25.0,[5 3],56,0,1.0 +5,human,human,num,three_rule_comb8,44.0,[0 9 0],412,0,1.0 +5,human,human,num,three_rule_comb7,30.0,[9 9 9],214,0,1.0 +5,human,human,num,prog_size2,3.0,[1],1,1,1.0 +5,human,human,num,three_rule_comb9,48.0,[6 9 5],255,0,1.0 +5,human,human,num,prog_size1,8.0,[2],2,1,1.0 +5,human,human,num,three_rule_comb5,0.0,[5 0 7],507,1,1.0 +5,human,human,num,two_rule_comb5,12.0,[9 6],96,1,1.0 +5,human,human,num,two_rule_comb2,25.0,[0 6],06,1,1.0 +5,human,human,num,three_rule_comb4,68.0,[0 9 4],094,1,1.0 +5,human,human,num,two_rule_comb4,26.0,[1 1],11,1,1.0 +5,human,human,num,three_rule_comb2,79.0,[7 4 7],746,0,1.0 +6,human,human,num,prog_size1,3.0,[7],7,1,1.0 +6,human,human,num,three_rule_comb4,28.0,[2 7 5],275,1,1.0 +6,human,human,num,three_rule_comb7,48.0,[5 6 2],567,0,1.0 +6,human,human,num,three_rule_comb2,67.0,[9 8 9],989,1,1.0 +6,human,human,num,three_rule_comb9,14.0,[2 5 0],586,0,1.0 +6,human,human,num,prog_size2,3.0,[1],9,0,1.0 +6,human,human,num,two_rule_comb5,47.0,[5 7],93,0,1.0 +6,human,human,num,three_rule_comb8,5.0,[5 3 8],267,0,1.0 +6,human,human,num,two_rule_comb4,12.0,[9 4],99,0,1.0 +6,human,human,num,two_rule_comb2,16.0,[4 9],49,1,1.0 +6,human,human,num,three_rule_comb5,35.0,[5 9 2],953,0,1.0 +7,human,human,num,three_rule_comb5,4.0,[0 2 4],024,1,1.0 +7,human,human,num,two_rule_comb2,72.0,[1 1],11,1,1.0 +7,human,human,num,prog_size1,0.0,[4],4,1,1.0 +7,human,human,num,two_rule_comb4,53.0,[7 2],72,1,1.0 +7,human,human,num,three_rule_comb9,43.0,[1 0 9],109,1,1.0 +7,human,human,num,three_rule_comb2,98.0,[4 1 8],418,1,1.0 +7,human,human,num,prog_size2,1.0,[9],9,1,1.0 +7,human,human,num,three_rule_comb4,77.0,[8 2 9],829,1,1.0 +7,human,human,num,three_rule_comb8,77.0,[0 7 4],074,1,1.0 +7,human,human,num,two_rule_comb5,35.0,[0 0],00,1,1.0 +7,human,human,num,three_rule_comb7,11.0,[2 6 1],261,1,1.0 +8,human,human,num,three_rule_comb2,10.0,[1 5 9],159,1,1.0 +8,human,human,num,three_rule_comb4,27.0,[5 9 8],598,1,1.0 +8,human,human,num,two_rule_comb2,28.0,[9 1],91,1,1.0 +8,human,human,num,two_rule_comb5,13.0,[3 6],36,1,1.0 +8,human,human,num,three_rule_comb5,60.0,[1 4 7],147,1,1.0 +8,human,human,num,two_rule_comb4,71.0,[0 1],04,0,1.0 +8,human,human,num,three_rule_comb9,37.0,[8 9 3],893,1,1.0 +8,human,human,num,three_rule_comb8,38.0,[5 0 1],531,0,1.0 +8,human,human,num,prog_size1,9.0,[3],3,1,1.0 +8,human,human,num,three_rule_comb7,0.0,[5 4 8],542,0,1.0 +8,human,human,num,prog_size2,3.0,[1],1,1,1.0 +9,human,human,num,three_rule_comb7,46.0,[9 7 5],945,0,1.0 +9,human,human,num,three_rule_comb8,49.0,[8 9 5],265,0,1.0 +9,human,human,num,prog_size1,7.0,[1],1,1,1.0 +9,human,human,num,three_rule_comb2,64.0,[1 2 2],122,1,1.0 +9,human,human,num,two_rule_comb2,9.0,[6 5],65,1,1.0 +9,human,human,num,three_rule_comb5,28.0,[4 8 3],483,1,1.0 +9,human,human,num,two_rule_comb4,83.0,[0 2],02,1,1.0 +9,human,human,num,prog_size2,1.0,[9],9,1,1.0 +9,human,human,num,three_rule_comb4,19.0,[5 4 5],545,1,1.0 +9,human,human,num,three_rule_comb9,91.0,[9 0 1],667,0,1.0 +9,human,human,num,two_rule_comb5,29.0,[8 7],24,0,1.0 +10,human,human,num,three_rule_comb7,25.0,[5 3 4],650,0,1.0 +10,human,human,num,three_rule_comb5,70.0,[3 2 5],325,1,1.0 +10,human,human,num,three_rule_comb2,22.0,[7 0 1],701,1,1.0 +10,human,human,num,two_rule_comb4,93.0,[4 5],45,1,1.0 +10,human,human,num,three_rule_comb9,2.0,[6 7 2],671,0,1.0 +10,human,human,num,three_rule_comb8,98.0,[5 0 3],566,0,1.0 +10,human,human,num,two_rule_comb2,19.0,[5 4],54,1,1.0 +10,human,human,num,two_rule_comb5,48.0,[3 8],38,1,1.0 +10,human,human,num,prog_size1,8.0,[2],2,1,1.0 +10,human,human,num,three_rule_comb4,12.0,[4 3 3],475,0,1.0 +10,human,human,num,prog_size2,0.0,[8],8,1,1.0 +11,human,human,num,two_rule_comb5,54.0,[0 9],66,0,1.0 +11,human,human,num,two_rule_comb2,71.0,[9 8],98,1,1.0 +11,human,human,num,prog_size2,3.0,[1],1,1,1.0 +11,human,human,num,three_rule_comb7,16.0,[8 8 0],833,0,1.0 +11,human,human,num,three_rule_comb2,22.0,[7 0 1],705,0,1.0 +11,human,human,num,three_rule_comb5,58.0,[0 6 9],101,0,1.0 +11,human,human,num,three_rule_comb8,0.0,[8 1 2],822,0,1.0 +11,human,human,num,two_rule_comb4,51.0,[6 5],53,0,1.0 +11,human,human,num,three_rule_comb4,87.0,[3 6 5],319,0,1.0 +11,human,human,num,prog_size1,8.0,[2],2,1,1.0 +11,human,human,num,three_rule_comb9,44.0,[6 4 4],424,0,1.0 +12,human,human,num,three_rule_comb2,99.0,[8 0 8],808,1,1.0 +12,human,human,num,two_rule_comb4,30.0,[9 6],96,1,1.0 +12,human,human,num,prog_size1,3.0,[7],7,1,1.0 +12,human,human,num,three_rule_comb5,25.0,[8 6 1],861,1,1.0 +12,human,human,num,prog_size2,0.0,[8],8,1,1.0 +12,human,human,num,two_rule_comb5,71.0,[6 0],60,1,1.0 +12,human,human,num,three_rule_comb9,69.0,[4 9 7],497,1,1.0 +12,human,human,num,two_rule_comb2,81.0,[0 8],8,0,1.0 +12,human,human,num,three_rule_comb8,91.0,[0 3 2],32,0,1.0 +12,human,human,num,three_rule_comb4,27.0,[5 9 8],598,1,1.0 +12,human,human,num,three_rule_comb7,88.0,[8 4 1],841,1,1.0 +13,human,human,num,three_rule_comb7,44.0,[8 7 2],872,1,1.0 +13,human,human,num,three_rule_comb5,69.0,[3 4 4],344,1,1.0 +13,human,human,num,two_rule_comb2,95.0,[1 0],10,1,1.0 +13,human,human,num,three_rule_comb4,22.0,[5 0 3],503,1,1.0 +13,human,human,num,three_rule_comb9,68.0,[8 9 0],890,1,1.0 +13,human,human,num,three_rule_comb2,16.0,[3 5 1],351,1,1.0 +13,human,human,num,three_rule_comb8,66.0,[5 6 8],568,1,1.0 +13,human,human,num,prog_size2,2.0,[0],0,1,1.0 +13,human,human,num,prog_size1,3.0,[7],7,1,1.0 +13,human,human,num,two_rule_comb5,94.0,[1 8],18,1,1.0 +13,human,human,num,two_rule_comb4,15.0,[6 6],66,1,1.0 +14,human,human,num,three_rule_comb7,41.0,[2 2 1],271,0,1.0 +14,human,human,num,two_rule_comb2,94.0,[7 0],4 0 ,0,1.0 +14,human,human,num,prog_size1,9.0,[3],7,0,1.0 +14,human,human,num,prog_size2,1.0,[9],1,0,1.0 +14,human,human,num,three_rule_comb2,65.0,[3 0 6],302,0,1.0 +14,human,human,num,three_rule_comb8,65.0,[8 0 5],011,0,1.0 +14,human,human,num,three_rule_comb4,39.0,[5 4 8],517,0,1.0 +14,human,human,num,two_rule_comb5,51.0,[1 7],53,0,1.0 +14,human,human,num,two_rule_comb4,53.0,[7 2],59,0,1.0 +14,human,human,num,three_rule_comb5,7.0,[8 4 5],808,0,1.0 +14,human,human,num,three_rule_comb9,73.0,[5 0 8],262,0,1.0 +15,human,human,num,prog_size1,5.0,[9],9,1,1.0 +15,human,human,num,three_rule_comb9,68.0,[8 9 0],054,0,1.0 +15,human,human,num,three_rule_comb8,94.0,[8 8 7],887,1,1.0 +15,human,human,num,two_rule_comb4,8.0,[6 4],64,1,1.0 +15,human,human,num,three_rule_comb5,44.0,[6 4 9],649,1,1.0 +15,human,human,num,three_rule_comb4,12.0,[4 3 3],433,1,1.0 +15,human,human,num,prog_size2,2.0,[0],0,1,1.0 +15,human,human,num,two_rule_comb2,87.0,[0 3],03,1,1.0 +15,human,human,num,three_rule_comb7,66.0,[9 2 3],923,1,1.0 +15,human,human,num,three_rule_comb2,77.0,[1 9 8],198,1,1.0 +15,human,human,num,two_rule_comb5,88.0,[1 6],16,1,1.0 +16,human,human,num,three_rule_comb4,85.0,[8 2 4],824,1,1.0 +16,human,human,num,three_rule_comb8,71.0,[5 4 2],542,1,1.0 +16,human,human,num,three_rule_comb9,12.0,[9 1 6],916,1,1.0 +16,human,human,num,two_rule_comb5,16.0,[1 9],19,1,1.0 +16,human,human,num,three_rule_comb5,50.0,[2 1 7],217,1,1.0 +16,human,human,num,three_rule_comb7,71.0,[6 6 1],661,1,1.0 +16,human,human,num,three_rule_comb2,68.0,[6 0 0],600,1,1.0 +16,human,human,num,prog_size1,0.0,[4],4,1,1.0 +16,human,human,num,two_rule_comb2,12.0,[5 4],54,1,1.0 +16,human,human,num,prog_size2,3.0,[1],1,1,1.0 +16,human,human,num,two_rule_comb4,17.0,[5 9],69,0,1.0 +17,human,human,num,two_rule_comb2,94.0,[7 0],70,1,1.0 +17,human,human,num,three_rule_comb9,68.0,[8 9 0],890,1,1.0 +17,human,human,num,three_rule_comb7,48.0,[5 6 2],002,0,1.0 +17,human,human,num,three_rule_comb4,20.0,[2 5 2],252,1,1.0 +17,human,human,num,three_rule_comb8,33.0,[3 0 2],302,1,1.0 +17,human,human,num,three_rule_comb2,80.0,[7 9 7],797,1,1.0 +17,human,human,num,three_rule_comb5,35.0,[5 9 2],592,1,1.0 +17,human,human,num,prog_size2,0.0,[8],0,0,1.0 +17,human,human,num,two_rule_comb5,49.0,[0 8],08,1,1.0 +17,human,human,num,two_rule_comb4,6.0,[1 3],13,1,1.0 +17,human,human,num,prog_size1,8.0,[2],2,1,1.0 +18,human,human,num,prog_size2,3.0,[1],1,1,1.0 +18,human,human,num,three_rule_comb7,93.0,[6 9 6],696,1,1.0 +18,human,human,num,three_rule_comb8,25.0,[0 5 8],058,1,1.0 +18,human,human,num,three_rule_comb9,31.0,[8 7 1],871,1,1.0 +18,human,human,num,three_rule_comb5,69.0,[3 4 4],344,1,1.0 +18,human,human,num,three_rule_comb2,39.0,[0 1 9],019,1,1.0 +18,human,human,num,two_rule_comb4,29.0,[4 1],41,1,1.0 +18,human,human,num,prog_size1,2.0,[6],6,1,1.0 +18,human,human,num,two_rule_comb5,5.0,[0 1],01,1,1.0 +18,human,human,num,three_rule_comb4,62.0,[8 1 9],819,1,1.0 +18,human,human,num,two_rule_comb2,22.0,[1 5],15,1,1.0 +19,human,human,num,three_rule_comb9,10.0,[0 8 1],805,0,1.0 +19,human,human,num,three_rule_comb5,0.0,[5 0 7],597,0,1.0 +19,human,human,num,three_rule_comb2,93.0,[4 5 1],451,1,1.0 +19,human,human,num,two_rule_comb2,31.0,[6 5],65,1,1.0 +19,human,human,num,three_rule_comb7,72.0,[4 0 8],108,0,1.0 +19,human,human,num,two_rule_comb5,98.0,[6 8],20,0,1.0 +19,human,human,num,prog_size1,8.0,[2],2,1,1.0 +19,human,human,num,two_rule_comb4,25.0,[5 3],56,0,1.0 +19,human,human,num,three_rule_comb8,58.0,[6 2 1],321,0,1.0 +19,human,human,num,three_rule_comb4,98.0,[0 7 8],082,0,1.0 +19,human,human,num,prog_size2,0.0,[8],8,1,1.0 +20,human,human,num,three_rule_comb5,20.0,[4 4 9],449,1,1.0 +20,human,human,num,two_rule_comb4,51.0,[6 5],64,0,1.0 +20,human,human,num,three_rule_comb8,10.0,[3 5 6],355,0,1.0 +20,human,human,num,prog_size1,6.0,[0],4,0,1.0 +20,human,human,num,three_rule_comb9,20.0,[0 8 7],403,0,1.0 +20,human,human,num,two_rule_comb5,53.0,[4 2],06,0,1.0 +20,human,human,num,three_rule_comb4,13.0,[0 8 0],080,1,1.0 +20,human,human,num,three_rule_comb2,60.0,[9 5 1],951,1,1.0 +20,human,human,num,two_rule_comb2,68.0,[0 9],09,1,1.0 +20,human,human,num,three_rule_comb7,33.0,[3 5 1],394,0,1.0 +20,human,human,num,prog_size2,1.0,[9],9,1,1.0 +21,human,human,num,three_rule_comb7,97.0,[0 3 0],60,0,1.0 +21,human,human,num,three_rule_comb9,45.0,[1 7 4],174,1,1.0 +21,human,human,num,three_rule_comb2,4.0,[9 3 1],931,1,1.0 +21,human,human,num,two_rule_comb5,34.0,[8 4],84,1,1.0 +21,human,human,num,prog_size2,3.0,[1],7,0,1.0 +21,human,human,num,three_rule_comb4,16.0,[0 0 0],000,1,1.0 +21,human,human,num,two_rule_comb4,28.0,[4 2],41,0,1.0 +21,human,human,num,prog_size1,9.0,[3],3,1,1.0 +21,human,human,num,two_rule_comb2,36.0,[8 0],50,0,1.0 +21,human,human,num,three_rule_comb8,38.0,[5 0 1],507,0,1.0 +21,human,human,num,three_rule_comb5,15.0,[0 9 8],072,0,1.0 +22,human,human,num,three_rule_comb5,65.0,[3 4 8],348,1,1.0 +22,human,human,num,three_rule_comb8,75.0,[4 5 6],456,1,1.0 +22,human,human,num,three_rule_comb2,86.0,[7 8 4],784,1,1.0 +22,human,human,num,three_rule_comb9,89.0,[6 8 0],680,1,1.0 +22,human,human,num,three_rule_comb7,82.0,[1 9 9],199,1,1.0 +22,human,human,num,two_rule_comb4,63.0,[0 2],02,1,1.0 +22,human,human,num,prog_size1,1.0,[5],5,1,1.0 +22,human,human,num,three_rule_comb4,3.0,[9 7 0],970,1,1.0 +22,human,human,num,prog_size2,3.0,[1],0,0,1.0 +22,human,human,num,two_rule_comb5,63.0,[3 8],38,1,1.0 +22,human,human,num,two_rule_comb2,6.0,[4 8],48,1,1.0 +23,human,human,num,two_rule_comb2,93.0,[7 7],7 7,1,1.0 +23,human,human,num,two_rule_comb5,49.0,[0 8],0 8,1,1.0 +23,human,human,num,three_rule_comb9,27.0,[0 1 5],015,1,1.0 +23,human,human,num,three_rule_comb4,32.0,[5 9 3],562,0,1.0 +23,human,human,num,three_rule_comb5,16.0,[7 5 6],756,1,1.0 +23,human,human,num,two_rule_comb4,70.0,[1 1],91,0,1.0 +23,human,human,num,three_rule_comb2,61.0,[7 7 7],777,1,1.0 +23,human,human,num,three_rule_comb7,62.0,[4 8 7],487,1,1.0 +23,human,human,num,prog_size2,1.0,[9],9,1,1.0 +23,human,human,num,three_rule_comb8,91.0,[0 3 2],032,1,1.0 +23,human,human,num,prog_size1,8.0,[2],2,1,1.0 +24,human,human,num,three_rule_comb2,31.0,[1 0 1],101,1,1.0 +24,human,human,num,two_rule_comb2,44.0,[4 3],33,0,1.0 +24,human,human,num,prog_size1,3.0,[7],7,1,1.0 +24,human,human,num,three_rule_comb7,75.0,[9 2 9],999,0,1.0 +24,human,human,num,two_rule_comb5,25.0,[9 8],98,1,1.0 +24,human,human,num,three_rule_comb4,3.0,[9 7 0],910,0,1.0 +24,human,human,num,prog_size2,3.0,[1],1,1,1.0 +24,human,human,num,three_rule_comb5,4.0,[0 2 4],24,0,1.0 +24,human,human,num,two_rule_comb4,11.0,[0 1],21,0,1.0 +24,human,human,num,three_rule_comb8,83.0,[2 1 8],36,0,1.0 +24,human,human,num,three_rule_comb9,2.0,[6 7 2],236,0,1.0 +25,human,human,num,two_rule_comb2,96.0,[2 0],20,1,1.0 +25,human,human,num,two_rule_comb4,7.0,[3 4],12,0,1.0 +25,human,human,num,prog_size1,1.0,[5],5,1,1.0 +25,human,human,num,three_rule_comb7,92.0,[6 6 4],719,0,1.0 +25,human,human,num,three_rule_comb9,28.0,[8 1 0],810,1,1.0 +25,human,human,num,three_rule_comb5,96.0,[9 9 5],995,1,1.0 +25,human,human,num,two_rule_comb5,6.0,[9 1],91,1,1.0 +25,human,human,num,prog_size2,2.0,[0],0,1,1.0 +25,human,human,num,three_rule_comb8,53.0,[3 5 7],390,0,1.0 +25,human,human,num,three_rule_comb2,78.0,[1 8 8],188,1,1.0 +25,human,human,num,three_rule_comb4,87.0,[3 6 5],165,0,1.0 +26,human,human,num,two_rule_comb4,77.0,[3 9],39,1,1.0 +26,human,human,num,two_rule_comb5,86.0,[3 9],39,1,1.0 +26,human,human,num,prog_size2,1.0,[9],9,1,1.0 +26,human,human,num,prog_size1,4.0,[8],8,1,1.0 +26,human,human,num,three_rule_comb4,26.0,[2 7 2],272,1,1.0 +26,human,human,num,three_rule_comb9,1.0,[8 9 0],890,1,1.0 +26,human,human,num,three_rule_comb8,82.0,[8 8 1],881,1,1.0 +26,human,human,num,two_rule_comb2,24.0,[5 3],53,1,1.0 +26,human,human,num,three_rule_comb5,65.0,[3 4 8],348,1,1.0 +26,human,human,num,three_rule_comb7,97.0,[0 3 0],030,1,1.0 +26,human,human,num,three_rule_comb2,88.0,[8 9 9],899,1,1.0 +27,human,human,num,three_rule_comb5,15.0,[0 9 8],98,0,1.0 +27,human,human,num,three_rule_comb8,0.0,[8 1 2],812,1,1.0 +27,human,human,num,three_rule_comb2,51.0,[4 2 3],423,1,1.0 +27,human,human,num,three_rule_comb9,52.0,[9 8 5],985,1,1.0 +27,human,human,num,prog_size2,2.0,[0],0,1,1.0 +27,human,human,num,prog_size1,10.0,[4],4,1,1.0 +27,human,human,num,two_rule_comb4,45.0,[1 3],94,0,1.0 +27,human,human,num,two_rule_comb2,96.0,[2 0],20,1,1.0 +27,human,human,num,two_rule_comb5,41.0,[9 5],11,0,1.0 +27,human,human,num,three_rule_comb7,71.0,[6 6 1],661,1,1.0 +27,human,human,num,three_rule_comb4,32.0,[5 9 3],593],1,1.0 +28,human,human,num,three_rule_comb9,20.0,[0 8 7],87,0,1.0 +28,human,human,num,three_rule_comb4,87.0,[3 6 5],365,1,1.0 +28,human,human,num,two_rule_comb2,43.0,[8 9],89,1,1.0 +28,human,human,num,three_rule_comb2,63.0,[6 5 7],657,1,1.0 +28,human,human,num,two_rule_comb4,71.0,[0 1],01,1,1.0 +28,human,human,num,two_rule_comb5,26.0,[1 5],15,1,1.0 +28,human,human,num,prog_size1,4.0,[8],8,1,1.0 +28,human,human,num,three_rule_comb7,66.0,[9 2 3],923,1,1.0 +28,human,human,num,three_rule_comb5,72.0,[5 9 7],597,1,1.0 +28,human,human,num,prog_size2,1.0,[9],9,1,1.0 +28,human,human,num,three_rule_comb8,40.0,[4 7 1],471,1,1.0 +29,human,human,num,three_rule_comb5,56.0,[0 6 2],062,1,1.0 +29,human,human,num,two_rule_comb5,10.0,[9 0],90,1,1.0 +29,human,human,num,prog_size1,10.0,[4],4,1,1.0 +29,human,human,num,two_rule_comb4,85.0,[5 1],59,0,1.0 +29,human,human,num,three_rule_comb9,33.0,[7 5 9],759,1,1.0 +29,human,human,num,prog_size2,3.0,[1],9,0,1.0 +29,human,human,num,three_rule_comb2,77.0,[1 9 8],198,1,1.0 +29,human,human,num,two_rule_comb2,47.0,[3 7],37,1,1.0 +29,human,human,num,three_rule_comb8,15.0,[3 8 3],383,1,1.0 +29,human,human,num,three_rule_comb7,8.0,[2 2 3],223,1,1.0 +29,human,human,num,three_rule_comb4,26.0,[2 7 2],272,1,1.0 +30,human,human,num,two_rule_comb2,70.0,[5 8],5 8,1,1.0 +30,human,human,num,three_rule_comb9,99.0,[3 1 2],675,0,1.0 +30,human,human,num,prog_size1,2.0,[6],6,1,1.0 +30,human,human,num,three_rule_comb4,86.0,[2 8 8],258,0,1.0 +30,human,human,num,three_rule_comb2,96.0,[6 8 6],686,1,1.0 +30,human,human,num,prog_size2,2.0,[0],0,1,1.0 +30,human,human,num,two_rule_comb4,99.0,[1 6],5,0,1.0 +30,human,human,num,three_rule_comb8,56.0,[0 9 1],104,0,1.0 +30,human,human,num,three_rule_comb5,22.0,[9 4 4],1045,0,1.0 +30,human,human,num,three_rule_comb7,61.0,[5 1 3],516,0,1.0 +30,human,human,num,two_rule_comb5,88.0,[1 6],43,0,1.0 +31,human,human,num,prog_size1,6.0,[0],0,1,1.0 +31,human,human,num,three_rule_comb7,65.0,[8 4 4],386,0,1.0 +31,human,human,num,three_rule_comb8,98.0,[5 0 3],566,0,1.0 +31,human,human,num,two_rule_comb2,23.0,[5 9],59,1,1.0 +31,human,human,num,two_rule_comb4,73.0,[5 3],98,0,1.0 +31,human,human,num,three_rule_comb9,61.0,[8 0 2],086,0,1.0 +31,human,human,num,three_rule_comb4,77.0,[8 2 9],849,0,1.0 +31,human,human,num,prog_size2,0.0,[8],0,0,1.0 +31,human,human,num,two_rule_comb5,91.0,[8 4],81,0,1.0 +31,human,human,num,three_rule_comb2,89.0,[4 2 2],422,1,1.0 +31,human,human,num,three_rule_comb5,34.0,[4 0 5],406,0,1.0 +32,human,human,num,two_rule_comb4,67.0,[6 4],6 1,0,1.0 +32,human,human,num,three_rule_comb8,34.0,[6 8 5],6 5 2,0,1.0 +32,human,human,num,three_rule_comb7,53.0,[3 8 0],1 9 1,0,1.0 +32,human,human,num,three_rule_comb5,97.0,[8 9 1],2 6 9,0,1.0 +32,human,human,num,prog_size2,3.0,[1],5 3 1,0,1.0 +32,human,human,num,three_rule_comb4,71.0,[3 2 8],3 2 8,1,1.0 +32,human,human,num,prog_size1,0.0,[4],4,1,1.0 +32,human,human,num,two_rule_comb2,15.0,[8 5],8 5,1,1.0 +32,human,human,num,three_rule_comb2,10.0,[1 5 9],1 5 9,1,1.0 +32,human,human,num,two_rule_comb5,97.0,[9 7],9 7,1,1.0 +32,human,human,num,three_rule_comb9,96.0,[7 9 1],7 9 1,1,1.0 +33,human,human,num,two_rule_comb4,62.0,[9 3],101,0,1.0 +33,human,human,num,three_rule_comb7,76.0,[8 5 7],887,0,1.0 +33,human,human,num,prog_size2,0.0,[8],8,1,1.0 +33,human,human,num,three_rule_comb8,38.0,[5 0 1],537,0,1.0 +33,human,human,num,three_rule_comb4,80.0,[4 4 0],446,0,1.0 +33,human,human,num,three_rule_comb2,57.0,[1 2 8],728,0,1.0 +33,human,human,num,two_rule_comb2,52.0,[1 1],11,1,1.0 +33,human,human,num,prog_size1,4.0,[8],8,1,1.0 +33,human,human,num,three_rule_comb9,10.0,[0 8 1],805,0,1.0 +33,human,human,num,three_rule_comb5,7.0,[8 4 5],845,1,1.0 +33,human,human,num,two_rule_comb5,33.0,[9 0],90,1,1.0 +34,human,human,num,three_rule_comb9,49.0,[1 5 5],919,0,1.0 +34,human,human,num,three_rule_comb7,38.0,[5 4 5],825,0,1.0 +34,human,human,num,two_rule_comb4,33.0,[5 0],56,0,1.0 +34,human,human,num,three_rule_comb2,90.0,[5 7 6],576,1,1.0 +34,human,human,num,two_rule_comb5,96.0,[1 1],74,0,1.0 +34,human,human,num,two_rule_comb2,23.0,[5 9],59,1,1.0 +34,human,human,num,three_rule_comb4,90.0,[8 6 2],820,0,1.0 +34,human,human,num,three_rule_comb5,38.0,[3 9 1],385,0,1.0 +34,human,human,num,three_rule_comb8,55.0,[1 6 3],733,0,1.0 +34,human,human,num,prog_size1,8.0,[2],2,1,1.0 +34,human,human,num,prog_size2,3.0,[1],7,0,1.0 +35,human,human,num,two_rule_comb4,66.0,[2 7],27,1,1.0 +35,human,human,num,three_rule_comb4,24.0,[5 8 0],580,1,1.0 +35,human,human,num,prog_size2,1.0,[9],9,1,1.0 +35,human,human,num,three_rule_comb9,47.0,[0 8 7],087,1,1.0 +35,human,human,num,prog_size1,10.0,[4],4,1,1.0 +35,human,human,num,three_rule_comb5,77.0,[8 0 6],806,1,1.0 +35,human,human,num,three_rule_comb2,59.0,[1 6 4],164,1,1.0 +35,human,human,num,three_rule_comb7,99.0,[8 9 3],893,1,1.0 +35,human,human,num,two_rule_comb2,36.0,[8 0],80,1,1.0 +35,human,human,num,three_rule_comb8,7.0,[8 3 0],830,1,1.0 +35,human,human,num,two_rule_comb5,97.0,[9 7],97,1,1.0 +36,human,human,num,three_rule_comb5,29.0,[9 8 0],904,0,1.0 +36,human,human,num,prog_size2,3.0,[1],7,0,1.0 +36,human,human,num,two_rule_comb2,58.0,[5 0],50,1,1.0 +36,human,human,num,prog_size1,5.0,[9],9,1,1.0 +36,human,human,num,three_rule_comb8,43.0,[6 1 3],676,0,1.0 +36,human,human,num,three_rule_comb9,39.0,[3 9 4],394,1,1.0 +36,human,human,num,two_rule_comb4,57.0,[8 1],84,0,1.0 +36,human,human,num,two_rule_comb5,38.0,[4 3],43,1,1.0 +36,human,human,num,three_rule_comb4,10.0,[8 1 5],815,1,1.0 +36,human,human,num,three_rule_comb7,90.0,[8 6 1],861,1,1.0 +36,human,human,num,three_rule_comb2,97.0,[7 3 4],734,1,1.0 +37,human,human,num,three_rule_comb5,77.0,[8 0 6],806,1,1.0 +37,human,human,num,two_rule_comb4,75.0,[3 0],90,0,1.0 +37,human,human,num,three_rule_comb9,19.0,[2 8 0],364,0,1.0 +37,human,human,num,two_rule_comb2,80.0,[2 2],25,0,1.0 +37,human,human,num,prog_size2,3.0,[1],1,1,1.0 +37,human,human,num,prog_size1,5.0,[9],9,1,1.0 +37,human,human,num,three_rule_comb8,83.0,[2 1 8],574,0,1.0 +37,human,human,num,three_rule_comb7,41.0,[2 2 1],221,1,1.0 +37,human,human,num,three_rule_comb2,76.0,[2 9 7],297,1,1.0 +37,human,human,num,three_rule_comb4,95.0,[7 2 6],726,1,1.0 +37,human,human,num,two_rule_comb5,19.0,[7 9],79,1,1.0 +38,human,human,num,three_rule_comb2,15.0,[9 5 2],952,1,1.0 +38,human,human,num,two_rule_comb4,61.0,[8 5],88,0,1.0 +38,human,human,num,three_rule_comb5,11.0,[2 4 8],646,0,1.0 +38,human,human,num,two_rule_comb2,78.0,[6 6],66,1,1.0 +38,human,human,num,prog_size2,0.0,[8],8,1,1.0 +38,human,human,num,three_rule_comb4,56.0,[7 5 5],785,0,1.0 +38,human,human,num,three_rule_comb8,52.0,[6 4 5],381,0,1.0 +38,human,human,num,two_rule_comb5,7.0,[2 3],56,0,1.0 +38,human,human,num,three_rule_comb7,68.0,[5 3 0],230,0,1.0 +38,human,human,num,three_rule_comb9,96.0,[7 9 1],437,0,1.0 +38,human,human,num,prog_size1,7.0,[1],1,1,1.0 +39,human,human,num,three_rule_comb7,10.0,[5 1 4],518,0,1.0 +39,human,human,num,prog_size2,0.0,[8],0,0,1.0 +39,human,human,num,three_rule_comb2,35.0,[1 0 3],103,1,1.0 +39,human,human,num,prog_size1,1.0,[5],5,1,1.0 +39,human,human,num,three_rule_comb5,80.0,[0 9 5],095,1,1.0 +39,human,human,num,two_rule_comb4,61.0,[8 5],88,0,1.0 +39,human,human,num,three_rule_comb4,63.0,[0 7 4],042,0,1.0 +39,human,human,num,two_rule_comb2,91.0,[9 5],95,1,1.0 +39,human,human,num,two_rule_comb5,37.0,[5 6],56,1,1.0 +39,human,human,num,three_rule_comb9,58.0,[4 1 0],410,1,1.0 +39,human,human,num,three_rule_comb8,19.0,[0 7 5],064,0,1.0 +40,human,human,num,two_rule_comb2,5.0,[2 6],26,1,1.0 +40,human,human,num,three_rule_comb2,91.0,[5 0 1],501,1,1.0 +40,human,human,num,three_rule_comb4,71.0,[3 2 8],328,1,1.0 +40,human,human,num,three_rule_comb9,32.0,[0 4 5],045,1,1.0 +40,human,human,num,prog_size2,0.0,[8],8,1,1.0 +40,human,human,num,three_rule_comb5,74.0,[8 4 5],845,1,1.0 +40,human,human,num,three_rule_comb7,88.0,[8 4 1],841,1,1.0 +40,human,human,num,three_rule_comb8,69.0,[1 8 9],189,1,1.0 +40,human,human,num,two_rule_comb5,95.0,[6 7],67,1,1.0 +40,human,human,num,two_rule_comb4,57.0,[8 1],81,1,1.0 +40,human,human,num,prog_size1,5.0,[9],9,1,1.0 +41,human,human,num,prog_size2,1.0,[9],9,1,1.0 +41,human,human,num,two_rule_comb5,36.0,[3 1],31,1,1.0 +41,human,human,num,three_rule_comb8,36.0,[7 4 6],746,1,1.0 +41,human,human,num,two_rule_comb4,71.0,[0 1],01,1,1.0 +41,human,human,num,three_rule_comb5,20.0,[4 4 9],449,1,1.0 +41,human,human,num,three_rule_comb9,96.0,[7 9 1],791,1,1.0 +41,human,human,num,three_rule_comb2,16.0,[3 5 1],351,1,1.0 +41,human,human,num,two_rule_comb2,60.0,[2 0],20,1,1.0 +41,human,human,num,prog_size1,0.0,[4],4,1,1.0 +41,human,human,num,three_rule_comb7,97.0,[0 3 0],030,1,1.0 +41,human,human,num,three_rule_comb4,99.0,[4 0 9],409,1,1.0 +42,human,human,num,two_rule_comb4,37.0,[9 4],97,0,1.0 +42,human,human,num,two_rule_comb5,65.0,[6 5],65,1,1.0 +42,human,human,num,prog_size1,9.0,[3],3,1,1.0 +42,human,human,num,three_rule_comb8,84.0,[3 9 0],390,1,1.0 +42,human,human,num,three_rule_comb7,27.0,[2 1 2],514,0,1.0 +42,human,human,num,three_rule_comb9,91.0,[9 0 1],901,1,1.0 +42,human,human,num,three_rule_comb2,34.0,[1 4 9],149,1,1.0 +42,human,human,num,two_rule_comb2,23.0,[5 9],59,1,1.0 +42,human,human,num,three_rule_comb5,46.0,[3 3 8],338,1,1.0 +42,human,human,num,three_rule_comb4,92.0,[2 9 4],294,1,1.0 +42,human,human,num,prog_size2,3.0,[1],1,1,1.0 +43,human,human,num,three_rule_comb8,91.0,[0 3 2],555,0,1.0 +43,human,human,num,two_rule_comb2,83.0,[8 4],84,1,1.0 +43,human,human,num,three_rule_comb7,78.0,[5 7 5],575,1,1.0 +43,human,human,num,three_rule_comb4,5.0,[4 8 5],485,1,1.0 +43,human,human,num,prog_size2,2.0,[0],0,1,1.0 +43,human,human,num,two_rule_comb5,35.0,[0 0],00,1,1.0 +43,human,human,num,two_rule_comb4,32.0,[0 0],00,1,1.0 +43,human,human,num,three_rule_comb9,64.0,[6 8 9],683,0,1.0 +43,human,human,num,three_rule_comb5,25.0,[8 6 1],861,1,1.0 +43,human,human,num,prog_size1,7.0,[1],1,1,1.0 +43,human,human,num,three_rule_comb2,22.0,[7 0 1],707,0,1.0 +44,human,human,num,two_rule_comb4,48.0,[5 4],43,0,1.0 +44,human,human,num,prog_size1,8.0,[2],2,1,1.0 +44,human,human,num,prog_size2,0.0,[8],8,1,1.0 +44,human,human,num,three_rule_comb7,78.0,[5 7 5],536,0,1.0 +44,human,human,num,three_rule_comb9,88.0,[7 4 5],745,1,1.0 +44,human,human,num,three_rule_comb5,84.0,[9 0 9],909,1,1.0 +44,human,human,num,three_rule_comb4,53.0,[0 9 9],035,0,1.0 +44,human,human,num,two_rule_comb2,80.0,[2 2],22,1,1.0 +44,human,human,num,two_rule_comb5,99.0,[0 8],8,0,1.0 +44,human,human,num,three_rule_comb2,67.0,[9 8 9],989,1,1.0 +44,human,human,num,three_rule_comb8,96.0,[9 9 3],993,1,1.0 +45,human,human,num,three_rule_comb4,51.0,[8 8 6],186,0,1.0 +45,human,human,num,two_rule_comb5,67.0,[2 5],25,1,1.0 +45,human,human,num,three_rule_comb2,48.0,[0 5 8],058,1,1.0 +45,human,human,num,three_rule_comb9,48.0,[6 9 5],695,1,1.0 +45,human,human,num,two_rule_comb2,49.0,[5 3],53,1,1.0 +45,human,human,num,prog_size2,0.0,[8],8,1,1.0 +45,human,human,num,prog_size1,0.0,[4],4,1,1.0 +45,human,human,num,three_rule_comb5,50.0,[2 1 7],217,1,1.0 +45,human,human,num,two_rule_comb4,6.0,[1 3],53,0,1.0 +45,human,human,num,three_rule_comb7,11.0,[2 6 1],561,0,1.0 +45,human,human,num,three_rule_comb8,40.0,[4 7 1],174,0,1.0 +46,human,human,num,prog_size1,3.0,[7],7,1,1.0 +46,human,human,num,three_rule_comb4,55.0,[4 7 6],476,1,1.0 +46,human,human,num,two_rule_comb5,91.0,[8 4],84,1,1.0 +46,human,human,num,three_rule_comb7,73.0,[1 9 7],137,0,1.0 +46,human,human,num,three_rule_comb9,33.0,[7 5 9],759,1,1.0 +46,human,human,num,three_rule_comb8,24.0,[5 3 0],530,1,1.0 +46,human,human,num,two_rule_comb2,19.0,[5 4],54,1,1.0 +46,human,human,num,two_rule_comb4,91.0,[2 1],21,1,1.0 +46,human,human,num,three_rule_comb2,96.0,[6 8 6],686,1,1.0 +46,human,human,num,prog_size2,1.0,[9],9,1,1.0 +46,human,human,num,three_rule_comb5,66.0,[9 1 0],910,1,1.0 +47,human,human,num,two_rule_comb4,41.0,[3 9],39,1,1.0 +47,human,human,num,two_rule_comb5,20.0,[1 9],79,0,1.0 +47,human,human,num,prog_size1,6.0,[0],0,1,1.0 +47,human,human,num,prog_size2,0.0,[8],8,1,1.0 +47,human,human,num,two_rule_comb2,76.0,[5 7],57,1,1.0 +47,human,human,num,three_rule_comb8,15.0,[3 8 3],326,0,1.0 +47,human,human,num,three_rule_comb4,12.0,[4 3 3],467,0,1.0 +47,human,human,num,three_rule_comb9,2.0,[6 7 2],345,0,1.0 +47,human,human,num,three_rule_comb7,55.0,[1 6 0],166,0,1.0 +47,human,human,num,three_rule_comb5,62.0,[4 0 4],488,0,1.0 +47,human,human,num,three_rule_comb2,85.0,[8 6 0],864,0,1.0 +48,human,human,num,two_rule_comb5,92.0,[4 4],44,1,1.0 +48,human,human,num,two_rule_comb4,66.0,[2 7],24,0,1.0 +48,human,human,num,prog_size2,0.0,[8],8,1,1.0 +48,human,human,num,two_rule_comb2,86.0,[5 0],50,1,1.0 +48,human,human,num,three_rule_comb2,84.0,[5 4 2],542,1,1.0 +48,human,human,num,three_rule_comb8,28.0,[4 5 3],453,1,1.0 +48,human,human,num,three_rule_comb5,37.0,[5 2 7],527,1,1.0 +48,human,human,num,three_rule_comb4,24.0,[5 8 0],580,1,1.0 +48,human,human,num,three_rule_comb9,98.0,[9 7 8],978,1,1.0 +48,human,human,num,prog_size1,6.0,[0],0,1,1.0 +48,human,human,num,three_rule_comb7,41.0,[2 2 1],221,1,1.0 +49,human,human,num,three_rule_comb8,6.0,[4 6 1],461,1,1.0 +49,human,human,num,three_rule_comb4,21.0,[3 3 4],345,0,1.0 +49,human,human,num,prog_size2,2.0,[0],0,1,1.0 +49,human,human,num,three_rule_comb2,28.0,[1 0 7],107,1,1.0 +49,human,human,num,three_rule_comb9,61.0,[8 0 2],802,1,1.0 +49,human,human,num,prog_size1,3.0,[7],7,1,1.0 +49,human,human,num,two_rule_comb2,40.0,[8 3],83,1,1.0 +49,human,human,num,two_rule_comb5,59.0,[6 2],62,1,1.0 +49,human,human,num,three_rule_comb5,46.0,[3 3 8],338,1,1.0 +49,human,human,num,two_rule_comb4,83.0,[0 2],02,1,1.0 +49,human,human,num,three_rule_comb7,65.0,[8 4 4],864,0,1.0 +50,human,human,num,three_rule_comb2,6.0,[4 5 3],453,1,1.0 +50,human,human,num,two_rule_comb5,34.0,[8 4],51,0,1.0 +50,human,human,num,prog_size1,2.0,[6],6,1,1.0 +50,human,human,num,two_rule_comb4,98.0,[0 9],06,0,1.0 +50,human,human,num,three_rule_comb8,83.0,[2 1 8],290,0,1.0 +50,human,human,num,three_rule_comb4,72.0,[7 7 4],797,0,1.0 +50,human,human,num,three_rule_comb9,79.0,[1 7 0],746,0,1.0 +50,human,human,num,three_rule_comb5,69.0,[3 4 4],344,1,1.0 +50,human,human,num,two_rule_comb2,6.0,[4 8],45,0,1.0 +50,human,human,num,three_rule_comb7,42.0,[2 4 3],236,0,1.0 +50,human,human,num,prog_size2,3.0,[1],1,1,1.0 +51,human,human,symb,three_rule_comb3,92.0,"['*', '(', '>']",*&>,0,1.0 +51,human,human,symb,attn,57.0,[0 0 0],@@@,1,1.0 +51,human,human,symb,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",~$', '&']",:>&,1,1.0 +52,human,human,symb,c1_set_union_permuted,60.0,['&'],&,1,1.0 +52,human,human,symb,col_constant,57.0,['~'],~,1,1.0 +52,human,human,symb,two_rule_comb0,83.0,"['>', '%']",>%,1,1.0 +52,human,human,symb,c1_set_union,68.0,['('],(,1,1.0 +52,human,human,symb,c2_set_union,51.0,['!'],!,1,1.0 +52,human,human,symb,three_rule_comb1,87.0,"['&', '%', '>']",&%>,1,1.0 +52,human,human,symb,c3_set_union_permuted,86.0,"['%', '*', ':', '(']",:%*(,1,1.0 +52,human,human,symb,AND,11.0,['*'],*,1,1.0 +53,human,human,symb,three_rule_comb0,99.0,"['<', ':', '&']",<:&,1,1.0 +53,human,human,symb,three_rule_comb6,94.0,"['(', '$', '(']",%*(,0,1.0 +53,human,human,symb,attn,7.0,[0 0 0],@@@,1,1.0 +53,human,human,symb,three_rule_comb3,24.0,"['%', '&', '(']",>&:,0,1.0 +53,human,human,symb,row_constant,5.0,['>'],>,1,1.0 +53,human,human,symb,dist3_diag2,67.0,['('],(,1,1.0 +53,human,human,symb,two_rule_comb3,99.0,"['(', '$']",($,1,1.0 +53,human,human,symb,c2_set_union,96.0,['*'],*,1,1.0 +53,human,human,symb,two_rule_comb1,78.0,"['<', '<']",<<,1,1.0 +53,human,human,symb,three_rule_comb1,49.0,"['>', '*', '<']",£(<,0,1.0 +53,human,human,symb,attn,77.0,[0 0 0],@@@,1,1.0 +53,human,human,symb,AND,29.0,['&'],&,1,1.0 +54,human,human,symb,three_rule_comb0,91.0,"['(', '%', '(']",(%(,1,1.0 +54,human,human,symb,two_rule_comb0,23.0,"['~', ':']",~:,1,1.0 +54,human,human,symb,attn,54.0,[0 0 0],@@@,1,1.0 +54,human,human,symb,c3_set_union_permuted,20.0,"['!', ':', '&', '(']",(!:&,1,1.0 +54,human,human,symb,c1_set_union,32.0,['&'],&,1,1.0 +54,human,human,symb,three_rule_comb3,97.0,"['~', '&', '<']",~&<,1,1.0 +54,human,human,symb,attn,36.0,[0 0 0],@@@,1,1.0 +54,human,human,symb,c1_set_union_permuted,66.0,['$'],$,1,1.0 +54,human,human,symb,dist3_diag1,76.0,['~'],~,1,1.0 +54,human,human,symb,c3_set_union,92.0,"['!', '<', '&', '%']",!<&%,1,1.0 +54,human,human,symb,AND,85.0,['&'],&&,0,1.0 +54,human,human,symb,three_rule_comb1,80.0,"['>', '<', '!']",>'],<,0,1.0 +55,human,human,symb,three_rule_comb3,16.0,"['&', '$', '~']",&,0,1.0 +55,human,human,symb,attn,61.0,[0 0 0],@@@,1,1.0 +55,human,human,symb,AND,19.0,['>'],>,1,1.0 +55,human,human,symb,c3_set_union,32.0,"[':', '~', '(', '%']",:,0,1.0 +55,human,human,symb,XOR,25.0,"['*', '<']",!*,0,1.0 +55,human,human,symb,c2_set_union,53.0,[':'],:,1,1.0 +55,human,human,symb,three_rule_comb1,40.0,"['!', '*', '%']",!%,0,1.0 +55,human,human,symb,attn,87.0,[0 0 0],@@@,1,1.0 +55,human,human,symb,XOR_permuted,24.0,"[':', '%']",%>,0,1.0 +55,human,human,symb,two_rule_comb0,62.0,"['~', '!']",~!,1,1.0 +55,human,human,symb,three_rule_comb6,82.0,"['&', '(', '<']",$$!,0,1.0 +56,human,human,symb,attn,70.0,[0 0 0],@@@,1,1.0 +56,human,human,symb,col_constant,95.0,['!'],!,1,1.0 +56,human,human,symb,c3_set_union,93.0,"[':', '(', '&', '>']",:&(>,1,1.0 +56,human,human,symb,AND,46.0,['*'],*,1,1.0 +56,human,human,symb,two_rule_comb1,95.0,"['&', '<']",<,0,1.0 +56,human,human,symb,three_rule_comb6,66.0,"['~', '&', '~']",~&~,1,1.0 +56,human,human,symb,two_rule_comb3,60.0,"[':', '&']",:&,1,1.0 +56,human,human,symb,c2_set_union_permuted,35.0,['('],(,1,1.0 +56,human,human,symb,XOR,92.0,"['*', '>']",>*,1,1.0 +56,human,human,symb,three_rule_comb0,2.0,"['*', '$', '%']",*$%,1,1.0 +56,human,human,symb,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",>!(&,1,1.0 +56,human,human,symb,attn,84.0,[0 0 0],@@@,1,1.0 +57,human,human,symb,two_rule_comb3,70.0,"['(', '>']",(>,1,1.0 +57,human,human,symb,three_rule_comb0,23.0,"['*', '&', '!']",*&!,1,1.0 +57,human,human,symb,attn,45.0,[0 0 0],@@@,1,1.0 +57,human,human,symb,three_rule_comb6,65.0,"['&', '!', '~']",&!~,1,1.0 +57,human,human,symb,AND,14.0,['$'],$%,0,1.0 +57,human,human,symb,attn,10.0,[0 0 0],@@@,1,1.0 +57,human,human,symb,dist3_diag1,63.0,[':'],:,1,1.0 +57,human,human,symb,two_rule_comb0,74.0,"['%', '<']",%<,1,1.0 +57,human,human,symb,col_constant,80.0,['<'],<,1,1.0 +57,human,human,symb,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",~!>%,1,1.0 +57,human,human,symb,c3_set_union,65.0,"[':', '&', '>', '%']",:>&%,1,1.0 +57,human,human,symb,two_rule_comb1,26.0,"[':', '&']",:&,1,1.0 +58,human,human,symb,three_rule_comb6,55.0,"['~', '*', '$']",~ * $,1,1.0 +58,human,human,symb,col_constant,49.0,['<'],<,1,1.0 +58,human,human,symb,three_rule_comb1,46.0,"['~', '<', ':']",~ < :,1,1.0 +58,human,human,symb,attn,8.0,[0 0 0],@@@,1,1.0 +58,human,human,symb,dist3_diag1,99.0,[':'],:,1,1.0 +58,human,human,symb,three_rule_comb0,50.0,"[':', '!', '>']",: ! >,1,1.0 +58,human,human,symb,attn,14.0,[0 0 0],@@@,1,1.0 +58,human,human,symb,c2_set_union_permuted,53.0,['~'],~,1,1.0 +58,human,human,symb,dist3_diag2,92.0,['!'],!,1,1.0 +58,human,human,symb,c3_set_union,16.0,"['~', '*', ':', '!']",~ * : !,1,1.0 +58,human,human,symb,c2_set_union,98.0,['<'],<,1,1.0 +58,human,human,symb,c1_set_union_permuted,88.0,['%'],%,1,1.0 +59,human,human,symb,c3_set_union_permuted,79.0,"['*', '&', '<', ':']",<*,0,1.0 +59,human,human,symb,three_rule_comb6,51.0,"['(', '&', '*']",(&*,1,1.0 +59,human,human,symb,attn,26.0,[0 0 0],@@@,1,1.0 +59,human,human,symb,two_rule_comb3,54.0,"['$', '$']",$!,0,1.0 +59,human,human,symb,attn,6.0,[0 0 0],@@@,1,1.0 +59,human,human,symb,c2_set_union_permuted,10.0,['('],(,1,1.0 +59,human,human,symb,XOR_permuted,5.0,"['<', '~']",~<,1,1.0 +59,human,human,symb,three_rule_comb0,1.0,"['!', '%', '%']",!%(,0,1.0 +59,human,human,symb,col_constant,14.0,['!'],!,1,1.0 +59,human,human,symb,c1_set_union,54.0,['<'],<,1,1.0 +59,human,human,symb,two_rule_comb0,71.0,"['$', '%']",$%,1,1.0 +59,human,human,symb,row_constant,11.0,['$'],$,1,1.0 +60,human,human,symb,dist3_diag1,82.0,['$'],$,1,1.0 +60,human,human,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",(,1,1.0 +60,human,human,symb,row_constant,39.0,['$'],$,1,1.0 +60,human,human,symb,two_rule_comb3,6.0,"['$', '*']",$ *,1,1.0 +60,human,human,symb,XOR_permuted,55.0,"['<', '$']",$<,1,1.0 +60,human,human,symb,attn,67.0,[0 0 0],@@@,1,1.0 +60,human,human,symb,three_rule_comb1,58.0,"['$', '<', '%']",%$<,0,1.0 +60,human,human,symb,c1_set_union_permuted,86.0,['('],(,1,1.0 +60,human,human,symb,dist3_diag2,95.0,['('],(,1,1.0 +60,human,human,symb,three_rule_comb6,43.0,"['%', '$', '&']",&$:%,0,1.0 +60,human,human,symb,c2_set_union_permuted,31.0,['%'],%,1,1.0 +60,human,human,symb,attn,36.0,[0 0 0],@@@,1,1.0 +61,human,human,symb,three_rule_comb3,65.0,"['>', '>', '$']",>>%,0,1.0 +61,human,human,symb,c1_set_union_permuted,42.0,['('],(,1,1.0 +61,human,human,symb,three_rule_comb6,80.0,"['!', '~', '!']",>~!,0,1.0 +61,human,human,symb,c3_set_union_permuted,66.0,"['>', '<', '*', '~']",<>~*,1,1.0 +61,human,human,symb,two_rule_comb1,99.0,"['*', '&']",*&,1,1.0 +61,human,human,symb,two_rule_comb3,61.0,"['!', '>']",!>,1,1.0 +61,human,human,symb,attn,78.0,[0 0 0],@@@,1,1.0 +61,human,human,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$%', ':']",(:,0,1.0 +62,human,human,symb,c2_set_union,72.0,['~'],~,1,1.0 +62,human,human,symb,two_rule_comb1,81.0,"['%', '~']",%~,1,1.0 +62,human,human,symb,three_rule_comb6,20.0,"['$', '(', '$']",$($,1,1.0 +62,human,human,symb,dist3_diag2,58.0,['!'],!,1,1.0 +62,human,human,symb,attn,99.0,[0 0 0],@@@,1,1.0 +62,human,human,symb,AND,10.0,[':'],:,1,1.0 +62,human,human,symb,c1_set_union_permuted,7.0,['~'],~,1,1.0 +62,human,human,symb,XOR,25.0,"['*', '<']",>*,0,1.0 +62,human,human,symb,attn,46.0,[0 0 0],@@@,1,1.0 +62,human,human,symb,c2_set_union_permuted,34.0,[':'],:,1,1.0 +62,human,human,symb,three_rule_comb1,1.0,"[':', '$', '$']",:$$,1,1.0 +63,human,human,symb,attn,37.0,[0 0 0],@@@,1,1.0 +63,human,human,symb,two_rule_comb0,69.0,"['~', '&']",~&,1,1.0 +63,human,human,symb,three_rule_comb3,6.0,"['(', '>', ':']",(>:,1,1.0 +63,human,human,symb,c1_set_union,3.0,['$'],$,1,1.0 +63,human,human,symb,dist3_diag2,56.0,['<'],<,1,1.0 +63,human,human,symb,XOR,40.0,"['*', ':']",:*,1,1.0 +63,human,human,symb,dist3_diag1,55.0,['<'],<,1,1.0 +63,human,human,symb,three_rule_comb6,64.0,"['~', '!', '&']",~!&,1,1.0 +63,human,human,symb,attn,92.0,[0 0 0],@@@,1,1.0 +63,human,human,symb,three_rule_comb1,95.0,"['&', '<', '<']",&<<,1,1.0 +63,human,human,symb,row_constant,7.0,['$'],$,1,1.0 +63,human,human,symb,c3_set_union_permuted,55.0,"['<', '>', '(', '~']",~><(,1,1.0 +64,human,human,symb,c2_set_union,3.0,['*'],*,1,1.0 +64,human,human,symb,three_rule_comb0,77.0,"['(', '~', '>']",( ~ >,1,1.0 +64,human,human,symb,two_rule_comb0,95.0,"[':', '!']",: !,1,1.0 +64,human,human,symb,row_constant,96.0,['~'],~,1,1.0 +64,human,human,symb,attn,23.0,[0 0 0],@@@,1,1.0 +64,human,human,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$ !,0,1.0 +64,human,human,symb,c2_set_union_permuted,18.0,['<'],<,1,1.0 +64,human,human,symb,XOR,84.0,"['*', '&']",& *,1,1.0 +64,human,human,symb,dist3_diag2,4.0,['*'],*,1,1.0 +64,human,human,symb,dist3_diag1,27.0,['%'],%,1,1.0 +64,human,human,symb,attn,83.0,[0 0 0],@@@,1,1.0 +64,human,human,symb,three_rule_comb1,40.0,"['!', '*', '%']",~ * %,0,1.0 +65,human,human,symb,attn,83.0,[0 0 0],@@@,1,1.0 +65,human,human,symb,attn,67.0,[0 0 0],@@@,1,1.0 +65,human,human,symb,row_constant,55.0,['%'],%,1,1.0 +65,human,human,symb,three_rule_comb6,35.0,"['>', '*', '&']",% * &,0,1.0 +65,human,human,symb,two_rule_comb1,39.0,"['$', '$']",$$,1,1.0 +65,human,human,symb,two_rule_comb0,65.0,"['<', '(']",< (,1,1.0 +65,human,human,symb,c1_set_union,26.0,['<'],<,1,1.0 +65,human,human,symb,three_rule_comb3,45.0,"['$', '$', '%']",$ & %,0,1.0 +65,human,human,symb,XOR_permuted,48.0,"['%', '&']",& %,1,1.0 +65,human,human,symb,c2_set_union_permuted,92.0,['<'],<,1,1.0 +65,human,human,symb,c2_set_union,10.0,['*'],(,0,1.0 +65,human,human,symb,dist3_diag2,71.0,['~'],~,1,1.0 +66,human,human,symb,two_rule_comb0,69.0,"['~', '&']",&,0,1.0 +66,human,human,symb,three_rule_comb0,16.0,"['~', '!', '&']",~!&,1,1.0 +66,human,human,symb,row_constant,51.0,['('],(,1,1.0 +66,human,human,symb,three_rule_comb1,13.0,"[':', '!', '*']",: !*,1,1.0 +66,human,human,symb,XOR,88.0,"[':', '%']",% !,0,1.0 +66,human,human,symb,attn,44.0,[0 0 0],'@@@',0,1.0 +66,human,human,symb,c1_set_union_permuted,58.0,['$'],$,1,1.0 +66,human,human,symb,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",% &: *,1,1.0 +66,human,human,symb,AND,95.0,['!'], &! ,0,1.0 +66,human,human,symb,c3_set_union,31.0,"['*', '~', '&', ':']",* ~& :,1,1.0 +66,human,human,symb,attn,46.0,[0 0 0], '@@@',0,1.0 +66,human,human,symb,dist3_diag2,67.0,['('],(,1,1.0 +67,human,human,symb,c3_set_union,83.0,"['>', '(', '$', '*']",(*,0,1.0 +67,human,human,symb,attn,52.0,[0 0 0],@@@,1,1.0 +67,human,human,symb,c1_set_union,86.0,['*'],*,1,1.0 +67,human,human,symb,three_rule_comb0,25.0,"['&', '(', '!']",&(!,1,1.0 +67,human,human,symb,row_constant,4.0,['~'],~,1,1.0 +67,human,human,symb,attn,62.0,[0 0 0],@@@,1,1.0 +67,human,human,symb,dist3_diag1,93.0,['%'],%,1,1.0 +67,human,human,symb,three_rule_comb3,65.0,"['>', '>', '$']",:&$,0,1.0 +67,human,human,symb,three_rule_comb6,59.0,"['<', '<', '&']",<:&,0,1.0 +67,human,human,symb,three_rule_comb1,98.0,"['~', '$', '(']",~$(,1,1.0 +67,human,human,symb,dist3_diag2,60.0,['&'],&,1,1.0 +67,human,human,symb,c2_set_union,96.0,['*'],*,1,1.0 +68,human,human,symb,c2_set_union,73.0,['*'],!,0,1.0 +68,human,human,symb,two_rule_comb1,15.0,"['&', '!']",<*,0,1.0 +68,human,human,symb,attn,17.0,[0 0 0],@@@,1,1.0 +68,human,human,symb,c1_set_union,44.0,['!'],!,1,1.0 +68,human,human,symb,three_rule_comb3,13.0,"['*', '~', '$']",*$~,0,1.0 +68,human,human,symb,three_rule_comb6,99.0,"['<', '~', ':']",<**,0,1.0 +68,human,human,symb,AND,89.0,['*'],!*,0,1.0 +68,human,human,symb,two_rule_comb0,49.0,"[':', '$']",:$,1,1.0 +68,human,human,symb,dist3_diag2,37.0,['!'],!,1,1.0 +68,human,human,symb,attn,54.0,[0 0 0],@@@,1,1.0 +68,human,human,symb,dist3_diag1,92.0,[':'],:,1,1.0 +68,human,human,symb,XOR_permuted,17.0,"['~', '*']",(~,0,1.0 +69,human,human,symb,two_rule_comb3,89.0,"['*', '&']",*&,1,1.0 +69,human,human,symb,dist3_diag2,29.0,['>'],>,1,1.0 +69,human,human,symb,dist3_diag1,58.0,['!'],!,1,1.0 +69,human,human,symb,row_constant,30.0,['~'],~,1,1.0 +69,human,human,symb,attn,88.0,[0 0 0],@@@,1,1.0 +69,human,human,symb,attn,68.0,[0 0 0],@@@,1,1.0 +69,human,human,symb,c2_set_union_permuted,10.0,['('],(&,0,1.0 +69,human,human,symb,three_rule_comb1,14.0,"[':', '$', '!']",:$!,1,1.0 +69,human,human,symb,AND,67.0,['>'],>&,0,1.0 +69,human,human,symb,two_rule_comb1,51.0,"['!', '(']",!*,0,1.0 +69,human,human,symb,XOR,66.0,"['~', '$']",$~,1,1.0 +69,human,human,symb,col_constant,93.0,['~'],~,1,1.0 +70,human,human,symb,dist3_diag2,9.0,['<'],<,1,1.0 +70,human,human,symb,c2_set_union_permuted,55.0,['>'],>,1,1.0 +70,human,human,symb,three_rule_comb1,89.0,"['$', '>', '(']",$>(,1,1.0 +70,human,human,symb,two_rule_comb1,0.0,"['&', '*']",&*,1,1.0 +70,human,human,symb,three_rule_comb3,81.0,"['$', '&', '~']",$&~,1,1.0 +70,human,human,symb,c2_set_union,87.0,['&'],&,1,1.0 +70,human,human,symb,c3_set_union,41.0,"['&', '%', '$', '!']",&%$!,1,1.0 +70,human,human,symb,attn,65.0,[0 0 0],@@@,1,1.0 +70,human,human,symb,attn,41.0,[0 0 0],@@@,1,1.0 +70,human,human,symb,col_constant,17.0,['<'],<,1,1.0 +70,human,human,symb,two_rule_comb3,72.0,"['%', '*']",%*,1,1.0 +70,human,human,symb,XOR,55.0,"['*', '$']",*$,1,1.0 +71,human,human,symb,three_rule_comb6,9.0,"['<', '<', '&']",<<&,1,1.0 +71,human,human,symb,col_constant,53.0,['*'],*,1,1.0 +71,human,human,symb,attn,14.0,[0 0 0],@@@,1,1.0 +71,human,human,symb,XOR,80.0,"['!', '$']",&!,0,1.0 +71,human,human,symb,three_rule_comb1,60.0,"[':', '(', '!']",:(!,1,1.0 +71,human,human,symb,two_rule_comb0,51.0,"['>', '<']",><,1,1.0 +71,human,human,symb,c2_set_union,69.0,['%'],%,1,1.0 +71,human,human,symb,attn,24.0,[0 0 0],@@@,1,1.0 +71,human,human,symb,AND,65.0,['>'],>,1,1.0 +71,human,human,symb,three_rule_comb0,60.0,"['*', '<', '&']",*<&,1,1.0 +71,human,human,symb,c3_set_union,26.0,"[':', '!', '$', '>']",:!$>,1,1.0 +71,human,human,symb,c3_set_union_permuted,50.0,"[':', '%', '*', '>']",%>*:,1,1.0 +72,human,human,symb,three_rule_comb6,23.0,"['$', '$', '<']",$<-,0,1.0 +72,human,human,symb,attn,3.0,[0 0 0],@@@,1,1.0 +72,human,human,symb,attn,11.0,[0 0 0],@@@,1,1.0 +72,human,human,symb,dist3_diag2,2.0,['<'],<,1,1.0 +72,human,human,symb,two_rule_comb1,29.0,"['%', '(']",%(,1,1.0 +72,human,human,symb,three_rule_comb3,46.0,"['%', '<', '&']",$<%,0,1.0 +72,human,human,symb,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",&(>,0,1.0 +72,human,human,symb,c3_set_union,64.0,"['&', '!', '$', '~']",&~,0,1.0 +72,human,human,symb,three_rule_comb0,99.0,"['<', ':', '&']",<:&,1,1.0 +72,human,human,symb,row_constant,28.0,['~'],~,1,1.0 +72,human,human,symb,dist3_diag1,84.0,[':'],:,1,1.0 +72,human,human,symb,three_rule_comb1,70.0,"['&', '!', '*']",&!*,1,1.0 +73,human,human,symb,three_rule_comb1,77.0,"['!', '&', ':']",!&:,1,1.0 +73,human,human,symb,dist3_diag2,33.0,['!'],!,1,1.0 +73,human,human,symb,AND,81.0,['!'],!,1,1.0 +73,human,human,symb,c1_set_union_permuted,70.0,[':'],:,1,1.0 +73,human,human,symb,attn,51.0,[0 0 0],@@@,1,1.0 +73,human,human,symb,c2_set_union_permuted,17.0,['&'],&,1,1.0 +73,human,human,symb,three_rule_comb0,75.0,"['~', '$', '!']",~$!,1,1.0 +73,human,human,symb,col_constant,15.0,['~'],~,1,1.0 +73,human,human,symb,attn,60.0,[0 0 0],@@@,1,1.0 +73,human,human,symb,two_rule_comb0,32.0,"['!', '!']",!!,1,1.0 +73,human,human,symb,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",:~', '$']",! > $,0,1.0 +74,human,human,symb,two_rule_comb1,22.0,"['~', '>']",~ (),0,1.0 +74,human,human,symb,XOR_permuted,6.0,"['!', '$']",~!,0,1.0 +74,human,human,symb,attn,99.0,[0 0 0],@@@,1,1.0 +74,human,human,symb,col_constant,85.0,['<'],<,1,1.0 +74,human,human,symb,c2_set_union,93.0,[':'],< :,0,1.0 +74,human,human,symb,two_rule_comb0,43.0,"[':', '%']", : *,0,1.0 +74,human,human,symb,dist3_diag1,12.0,['%'],%,1,1.0 +74,human,human,symb,c3_set_union_permuted,85.0,"['<', '!', '(', '%']",! %,0,1.0 +74,human,human,symb,c1_set_union,34.0,['!'],! ~,0,1.0 +74,human,human,symb,attn,39.0,[0 0 0],@@@,1,1.0 +74,human,human,symb,AND,13.0,['<'],<,1,1.0 +75,human,human,symb,three_rule_comb1,37.0,"['<', '<', '~']",><~,0,1.0 +75,human,human,symb,attn,47.0,[0 0 0],@@@,1,1.0 +75,human,human,symb,two_rule_comb0,90.0,"[':', '<']",: <,1,1.0 +75,human,human,symb,XOR,7.0,"['>', '!']",> !,1,1.0 +75,human,human,symb,two_rule_comb1,66.0,"['<', '$']",< $,1,1.0 +75,human,human,symb,AND,16.0,[':'],:,1,1.0 +75,human,human,symb,dist3_diag2,81.0,['>'],>,1,1.0 +75,human,human,symb,dist3_diag1,15.0,['>'],>,1,1.0 +75,human,human,symb,attn,53.0,[0 0 0],@@@,1,1.0 +75,human,human,symb,three_rule_comb0,54.0,"['(', '$', '&']",($&,1,1.0 +75,human,human,symb,row_constant,56.0,['>'],>,1,1.0 +75,human,human,symb,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",%&>~,1,1.0 +76,human,human,symb,two_rule_comb0,14.0,"['%', '%']",%,0,1.0 +76,human,human,symb,attn,68.0,[0 0 0],@@@,1,1.0 +76,human,human,symb,c2_set_union_permuted,18.0,['<'],>,0,1.0 +76,human,human,symb,dist3_diag2,38.0,['>'],>,1,1.0 +76,human,human,symb,col_constant,29.0,['!'],!,1,1.0 +76,human,human,symb,two_rule_comb3,33.0,"['$', '%']",%,0,1.0 +76,human,human,symb,three_rule_comb3,31.0,"['~', '(', ':']",>,0,1.0 +76,human,human,symb,two_rule_comb1,53.0,"['$', '<']",:(,0,1.0 +76,human,human,symb,three_rule_comb0,46.0,"['*', '~', '~']",*--,0,1.0 +76,human,human,symb,XOR_permuted,66.0,"['$', '(']",!:,0,1.0 +76,human,human,symb,c2_set_union,5.0,['&'],&:,0,1.0 +76,human,human,symb,attn,36.0,[0 0 0],@@@,1,1.0 +77,human,human,symb,three_rule_comb0,20.0,"['*', '*', '(']",**(,1,1.0 +77,human,human,symb,attn,50.0,[0 0 0],@@@,1,1.0 +77,human,human,symb,c3_set_union_permuted,64.0,"['!', '*', '$', '(']",$$*,0,1.0 +77,human,human,symb,attn,59.0,[0 0 0],@@@,1,1.0 +77,human,human,symb,c2_set_union_permuted,37.0,['!'],&&!,0,1.0 +77,human,human,symb,XOR_permuted,66.0,"['$', '(']",$:(,0,1.0 +77,human,human,symb,c2_set_union,1.0,[':'],:,1,1.0 +77,human,human,symb,dist3_diag2,85.0,['<'],<,1,1.0 +77,human,human,symb,XOR,97.0,"['&', '(']",(&,1,1.0 +77,human,human,symb,three_rule_comb1,45.0,"['<', '$', '$']",$<%,0,1.0 +77,human,human,symb,c3_set_union,69.0,"[':', '&', '$', '<']",:&$<,1,1.0 +77,human,human,symb,two_rule_comb3,10.0,"['%', '(']",%(,1,1.0 +78,human,human,symb,three_rule_comb1,39.0,"['$', '*', '<']",<,0,1.0 +78,human,human,symb,c3_set_union_permuted,72.0,"[':', '*', '<', '%']",*,0,1.0 +78,human,human,symb,c2_set_union_permuted,87.0,['!'],!,1,1.0 +78,human,human,symb,c3_set_union,0.0,"['~', '(', '&', '$']",~(&$,1,1.0 +78,human,human,symb,XOR_permuted,44.0,"['*', '&']",*),0,1.0 +78,human,human,symb,attn,86.0,[0 0 0],@@@,1,1.0 +78,human,human,symb,row_constant,47.0,[':'],:,1,1.0 +78,human,human,symb,attn,67.0,[0 0 0],@@@,1,1.0 +78,human,human,symb,three_rule_comb3,4.0,"['%', '<', '(']",<>),0,1.0 +78,human,human,symb,two_rule_comb1,59.0,"['(', '<']",(&,0,1.0 +78,human,human,symb,three_rule_comb0,94.0,"['%', '!', '<']",%!<,1,1.0 +78,human,human,symb,c1_set_union_permuted,67.0,['!'],%,0,1.0 +79,human,human,symb,row_constant,49.0,['>'],>,1,1.0 +79,human,human,symb,three_rule_comb6,56.0,"['(', ':', '&']",&,0,1.0 +79,human,human,symb,dist3_diag1,5.0,['~'],~,1,1.0 +79,human,human,symb,three_rule_comb0,60.0,"['*', '<', '&']",*$!,0,1.0 +79,human,human,symb,c1_set_union_permuted,75.0,['!'],&:,0,1.0 +79,human,human,symb,XOR_permuted,80.0,"[':', '!']",<:,0,1.0 +79,human,human,symb,two_rule_comb3,74.0,"['!', '!']",!!,1,1.0 +79,human,human,symb,three_rule_comb3,88.0,"['>', '>', '>']",~&$,0,1.0 +79,human,human,symb,AND,91.0,['<'],<$,0,1.0 +79,human,human,symb,attn,68.0,[0 0 0],@@@,1,1.0 +79,human,human,symb,attn,8.0,[0 0 0],@@@,1,1.0 +79,human,human,symb,col_constant,78.0,['>'],>,1,1.0 +80,human,human,symb,c2_set_union,79.0,[':'],>,0,1.0 +80,human,human,symb,attn,47.0,[0 0 0],@@@,1,1.0 +80,human,human,symb,XOR,13.0,"['~', ':']",~!,0,1.0 +80,human,human,symb,col_constant,51.0,['>'],>,1,1.0 +80,human,human,symb,two_rule_comb0,57.0,"['~', ':']",~:,1,1.0 +80,human,human,symb,c1_set_union,33.0,['('],&,0,1.0 +80,human,human,symb,three_rule_comb6,57.0,"['*', '~', ':']",*~:,1,1.0 +80,human,human,symb,dist3_diag1,68.0,['<'],<,1,1.0 +80,human,human,symb,c3_set_union,35.0,"['%', '<', '*', '!']",%<*!,1,1.0 +80,human,human,symb,attn,17.0,[0 0 0],@@@,1,1.0 +80,human,human,symb,three_rule_comb1,21.0,"['$', '&', '~']",:$>,0,1.0 +80,human,human,symb,XOR_permuted,62.0,"['%', '*']",!&,0,1.0 +81,human,human,symb,AND,64.0,['~'],~,1,1.0 +81,human,human,symb,three_rule_comb0,19.0,"['<', '~', '!']",< ~ !,1,1.0 +81,human,human,symb,two_rule_comb0,92.0,"['!', ':']",! :,1,1.0 +81,human,human,symb,c2_set_union_permuted,35.0,['('],(,1,1.0 +81,human,human,symb,c3_set_union_permuted,62.0,"['~', '*', '$', ':']",* : $ ~,1,1.0 +81,human,human,symb,dist3_diag1,77.0,['!'],!,1,1.0 +81,human,human,symb,attn,55.0,[0 0 0],@@@,1,1.0 +81,human,human,symb,dist3_diag2,78.0,['>'],>,1,1.0 +81,human,human,symb,c3_set_union,7.0,"['>', '!', ':', '(']",> ! : (,1,1.0 +81,human,human,symb,two_rule_comb1,98.0,"['>', '~']",> ~,1,1.0 +81,human,human,symb,attn,3.0,[0 0 0],@@@,1,1.0 +81,human,human,symb,col_constant,3.0,[':'],:,1,1.0 +82,human,human,symb,c3_set_union_permuted,80.0,"['(', '!', '$', '<']",$,0,1.0 +82,human,human,symb,attn,32.0,[0 0 0],@@@,1,1.0 +82,human,human,symb,row_constant,42.0,['&'],&,1,1.0 +82,human,human,symb,two_rule_comb1,11.0,"['%', '*']",(*,0,1.0 +82,human,human,symb,col_constant,25.0,['*'],*,1,1.0 +82,human,human,symb,attn,54.0,[0 0 0],@@@,1,1.0 +82,human,human,symb,c1_set_union,31.0,['!'],$>,0,1.0 +82,human,human,symb,XOR,15.0,"[':', '%']",$~,0,1.0 +82,human,human,symb,two_rule_comb3,51.0,"['~', '~']",~&,0,1.0 +82,human,human,symb,dist3_diag2,72.0,['<'],<,1,1.0 +82,human,human,symb,XOR_permuted,46.0,"['*', '%']",!:,0,1.0 +82,human,human,symb,c3_set_union,85.0,"['!', '$', '(', ':']",$(,0,1.0 +83,human,human,symb,attn,83.0,[0 0 0],@@@,1,1.0 +83,human,human,symb,attn,20.0,[0 0 0],@@@,1,1.0 +83,human,human,symb,two_rule_comb1,41.0,"['%', '*']",%*,1,1.0 +83,human,human,symb,c1_set_union,87.0,['$'],$,1,1.0 +83,human,human,symb,dist3_diag1,34.0,[':'],:,1,1.0 +83,human,human,symb,c2_set_union,85.0,['*'],*,1,1.0 +83,human,human,symb,XOR,82.0,"['<', '$']",<$,1,1.0 +83,human,human,symb,AND,41.0,['<'],<,1,1.0 +83,human,human,symb,XOR_permuted,85.0,"['$', '(']",($,1,1.0 +83,human,human,symb,row_constant,20.0,['%'],%,1,1.0 +83,human,human,symb,c2_set_union_permuted,85.0,['$'],$,1,1.0 +83,human,human,symb,c3_set_union_permuted,64.0,"['!', '*', '$', '(']",$!*(,1,1.0 +84,human,human,symb,three_rule_comb6,23.0,"['$', '$', '<']",&,0,1.0 +84,human,human,symb,XOR,87.0,"['%', ':']",<<,0,1.0 +84,human,human,symb,two_rule_comb3,10.0,"['%', '(']",%(,1,1.0 +84,human,human,symb,attn,93.0,[0 0 0],@@@,1,1.0 +84,human,human,symb,attn,68.0,[0 0 0],@@@,1,1.0 +84,human,human,symb,c2_set_union,3.0,['*'],*,1,1.0 +84,human,human,symb,three_rule_comb0,77.0,"['(', '~', '>']",(~>,1,1.0 +84,human,human,symb,two_rule_comb1,86.0,"['&', '>']",&>,1,1.0 +84,human,human,symb,c3_set_union,50.0,"['(', '$', '!', '%']",(!%,0,1.0 +84,human,human,symb,two_rule_comb0,69.0,"['~', '&']",~&,1,1.0 +84,human,human,symb,dist3_diag1,42.0,['~'],~,1,1.0 +84,human,human,symb,c1_set_union,61.0,['!'],!,1,1.0 +85,human,human,symb,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",( ! < ~,1,1.0 +85,human,human,symb,attn,62.0,[0 0 0],@@@,1,1.0 +85,human,human,symb,AND,5.0,['%'],%,1,1.0 +85,human,human,symb,XOR,8.0,"['%', '$']",%$,1,1.0 +85,human,human,symb,c1_set_union_permuted,36.0,['<'],<,1,1.0 +85,human,human,symb,two_rule_comb3,31.0,"['<', '<']",<,0,1.0 +85,human,human,symb,col_constant,20.0,['~'],~,1,1.0 +85,human,human,symb,three_rule_comb1,72.0,"['!', '*', '<']",!*<,1,1.0 +85,human,human,symb,c2_set_union_permuted,66.0,['&'],&,1,1.0 +85,human,human,symb,attn,48.0,[0 0 0],@@@,1,1.0 +85,human,human,symb,two_rule_comb0,30.0,"['$', '(']",$(,1,1.0 +85,human,human,symb,three_rule_comb0,35.0,"['<', ':', '%']",<:%,1,1.0 +86,human,human,symb,three_rule_comb3,77.0,"['~', '$', '!']",*{<,0,1.0 +86,human,human,symb,c2_set_union,62.0,[':'],:<,0,1.0 +86,human,human,symb,dist3_diag2,94.0,['('],%,0,1.0 +86,human,human,symb,two_rule_comb3,11.0,"[':', '~']",:,0,1.0 +86,human,human,symb,c1_set_union_permuted,29.0,['~'],$,0,1.0 +86,human,human,symb,AND,17.0,['>'],?<,0,1.0 +86,human,human,symb,attn,87.0,[0 0 0],@@@,1,1.0 +86,human,human,symb,col_constant,54.0,['%'],%,1,1.0 +86,human,human,symb,row_constant,31.0,['('],(,1,1.0 +86,human,human,symb,c2_set_union_permuted,6.0,['>'],!,0,1.0 +86,human,human,symb,XOR,29.0,"['&', '<']",:$,0,1.0 +86,human,human,symb,attn,79.0,[0 0 0],@@@,1,1.0 +87,human,human,symb,attn,89.0,[0 0 0],@@@,1,1.0 +87,human,human,symb,three_rule_comb6,90.0,"['<', '&', '*']",<**,0,1.0 +87,human,human,symb,attn,66.0,[0 0 0],@@@,1,1.0 +87,human,human,symb,dist3_diag2,2.0,['<'],<,1,1.0 +87,human,human,symb,c1_set_union_permuted,31.0,['('],(,1,1.0 +87,human,human,symb,c2_set_union,23.0,[':'],:,1,1.0 +87,human,human,symb,two_rule_comb0,80.0,"['*', '<']",<~,0,1.0 +87,human,human,symb,AND,83.0,['('],:,0,1.0 +87,human,human,symb,col_constant,5.0,[':'],:,1,1.0 +87,human,human,symb,dist3_diag1,55.0,['<'],<,1,1.0 +87,human,human,symb,c3_set_union_permuted,79.0,"['*', '&', '<', ':']",*:<&,1,1.0 +87,human,human,symb,XOR_permuted,59.0,"[':', '*']",*:,1,1.0 +88,human,human,symb,three_rule_comb6,19.0,"['~', '>', '*']",~ > *,1,1.0 +88,human,human,symb,c2_set_union_permuted,1.0,['<'],>,0,1.0 +88,human,human,symb,attn,97.0,[0 0 0],@@@,1,1.0 +88,human,human,symb,XOR,30.0,"['~', '*']",~*,1,1.0 +88,human,human,symb,c3_set_union,81.0,"['!', '&', '*', '>']",!&* >,1,1.0 +88,human,human,symb,XOR_permuted,98.0,"['>', '<']",><,1,1.0 +88,human,human,symb,three_rule_comb1,92.0,"['$', '~', '$']",$~>,0,1.0 +88,human,human,symb,attn,6.0,[0 0 0],@@@,1,1.0 +88,human,human,symb,dist3_diag2,94.0,['('],(,1,1.0 +88,human,human,symb,col_constant,76.0,['&'],&,1,1.0 +88,human,human,symb,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",* (: ~,1,1.0 +88,human,human,symb,c1_set_union_permuted,75.0,['!'],!,1,1.0 +89,human,human,symb,dist3_diag1,60.0,[':'],:,1,1.0 +89,human,human,symb,col_constant,59.0,['*'],*,1,1.0 +89,human,human,symb,three_rule_comb6,93.0,"['$', ':', '&']",$:&,1,1.0 +89,human,human,symb,attn,84.0,[0 0 0],@@@,1,1.0 +89,human,human,symb,three_rule_comb3,91.0,"['&', '%', ':']",&%:,1,1.0 +89,human,human,symb,three_rule_comb0,85.0,"[':', '$', '>']",:$>,1,1.0 +89,human,human,symb,two_rule_comb3,98.0,"['&', '!']",&!,1,1.0 +89,human,human,symb,attn,17.0,[0 0 0],@@@,1,1.0 +89,human,human,symb,row_constant,34.0,['~'],~,1,1.0 +89,human,human,symb,c2_set_union_permuted,60.0,['>'],>,1,1.0 +89,human,human,symb,c2_set_union,12.0,['$'],$,1,1.0 +89,human,human,symb,two_rule_comb0,31.0,"['(', '<']",(<,1,1.0 +90,human,human,symb,AND,92.0,['$'],$,1,1.0 +90,human,human,symb,two_rule_comb0,76.0,"['&', '$']",&%,0,1.0 +90,human,human,symb,dist3_diag1,21.0,['('],(,1,1.0 +90,human,human,symb,attn,70.0,[0 0 0],@@@,1,1.0 +90,human,human,symb,c3_set_union,63.0,"['~', '>', '<', '!']",~>', '&']",$(&>,1,1.0 +90,human,human,symb,c1_set_union,80.0,['!'],!,1,1.0 +90,human,human,symb,three_rule_comb6,10.0,"['!', '&', ':']",>>*,0,1.0 +90,human,human,symb,two_rule_comb3,53.0,"['(', '*']",(*,1,1.0 +90,human,human,symb,three_rule_comb3,10.0,"['~', '*', '>']",~*>,1,1.0 +90,human,human,symb,c2_set_union_permuted,22.0,['$'],$,1,1.0 +91,human,human,symb,AND,75.0,['>'],>,1,1.0 +91,human,human,symb,c1_set_union_permuted,67.0,['!'],!,1,1.0 +91,human,human,symb,attn,88.0,[0 0 0],@@@,1,1.0 +91,human,human,symb,two_rule_comb3,20.0,"['~', '(']",~(,1,1.0 +91,human,human,symb,c1_set_union,24.0,['&'],&,1,1.0 +91,human,human,symb,row_constant,77.0,['>'],>,1,1.0 +91,human,human,symb,three_rule_comb6,8.0,"['(', '$', '&']",($&,1,1.0 +91,human,human,symb,two_rule_comb0,89.0,"['*', '>']",*>,1,1.0 +91,human,human,symb,attn,4.0,[0 0 0],@@@,1,1.0 +91,human,human,symb,two_rule_comb1,45.0,"['>', '!']",>!,1,1.0 +91,human,human,symb,dist3_diag2,59.0,['$'],$,1,1.0 +91,human,human,symb,XOR,85.0,"['(', '$']",$(,1,1.0 +92,human,human,symb,two_rule_comb3,23.0,"['~', ':']",~:,1,1.0 +92,human,human,symb,XOR,27.0,"['&', '>']",(&,0,1.0 +92,human,human,symb,c2_set_union,70.0,['<'],$,0,1.0 +92,human,human,symb,three_rule_comb1,42.0,"['<', '~', '%']",<*~,0,1.0 +92,human,human,symb,attn,14.0,[0 0 0],@@@,1,1.0 +92,human,human,symb,three_rule_comb6,19.0,"['~', '>', '*']",~>*,1,1.0 +92,human,human,symb,attn,86.0,[0 0 0],@@@,1,1.0 +92,human,human,symb,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",<,0,1.0 +92,human,human,symb,col_constant,78.0,['>'],>,1,1.0 +92,human,human,symb,c3_set_union,87.0,"['(', '!', '*', '~']",*,0,1.0 +92,human,human,symb,two_rule_comb0,91.0,"['!', '&']",>&,0,1.0 +92,human,human,symb,three_rule_comb3,31.0,"['~', '(', ':']",~(<,0,1.0 +93,human,human,symb,c1_set_union_permuted,17.0,['!'],!,1,1.0 +93,human,human,symb,XOR_permuted,80.0,"[':', '!']",< :,0,1.0 +93,human,human,symb,three_rule_comb3,5.0,"['(', '&', '(']",( & (,1,1.0 +93,human,human,symb,dist3_diag2,23.0,[':'],:,1,1.0 +93,human,human,symb,c1_set_union,27.0,['>'],& %,0,1.0 +93,human,human,symb,attn,73.0,[0 0 0],@@@,1,1.0 +93,human,human,symb,c2_set_union_permuted,57.0,['>'],>,1,1.0 +93,human,human,symb,col_constant,32.0,['('],(,1,1.0 +93,human,human,symb,three_rule_comb0,85.0,"[':', '$', '>']",: $ >,1,1.0 +93,human,human,symb,XOR,91.0,"['<', '%']",% $,0,1.0 +93,human,human,symb,AND,87.0,['*'],* *,0,1.0 +93,human,human,symb,attn,25.0,[0 0 0],@@@,1,1.0 +94,human,human,symb,row_constant,80.0,['!'],!,1,1.0 +94,human,human,symb,c3_set_union,77.0,"[':', '~', '!', '%']",:!,0,1.0 +94,human,human,symb,attn,4.0,[0 0 0],@@@,1,1.0 +94,human,human,symb,XOR,68.0,"['<', '>']",$*,0,1.0 +94,human,human,symb,c1_set_union_permuted,17.0,['!'],:&,0,1.0 +94,human,human,symb,three_rule_comb1,20.0,"['(', '&', '%']",($%,0,1.0 +94,human,human,symb,two_rule_comb0,18.0,"['>', '*']",>*,1,1.0 +94,human,human,symb,c2_set_union_permuted,41.0,['('],:$,0,1.0 +94,human,human,symb,two_rule_comb3,98.0,"['&', '!']",!&,0,1.0 +94,human,human,symb,three_rule_comb6,26.0,"['%', '>', ':']",*>~,0,1.0 +94,human,human,symb,attn,85.0,[0 0 0],@@@,1,1.0 +94,human,human,symb,dist3_diag2,63.0,['>'],>,1,1.0 +95,human,human,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",),0,1.0 +95,human,human,symb,three_rule_comb1,38.0,"[':', ':', '*']",::*,1,1.0 +95,human,human,symb,attn,67.0,[0 0 0],@@@,1,1.0 +95,human,human,symb,col_constant,10.0,['<'],<,1,1.0 +95,human,human,symb,AND,65.0,['>'],>>,0,1.0 +95,human,human,symb,c1_set_union,23.0,[':'],%:(&,0,1.0 +95,human,human,symb,c3_set_union,80.0,"['(', ':', '&', '$']",(: &$,1,1.0 +95,human,human,symb,three_rule_comb3,22.0,"['(', '>', '~']",(>~,1,1.0 +95,human,human,symb,attn,74.0,[0 0 0],@@@,1,1.0 +95,human,human,symb,three_rule_comb6,32.0,"['(', '%', '(']",(!(,0,1.0 +95,human,human,symb,c2_set_union_permuted,86.0,[':'],:,1,1.0 +95,human,human,symb,c2_set_union,49.0,['!'],!,1,1.0 +96,human,human,symb,attn,17.0,[0 0 0],@@@,1,1.0 +96,human,human,symb,c1_set_union_permuted,80.0,['$'],$,1,1.0 +96,human,human,symb,c3_set_union_permuted,97.0,"['<', '~', '>', '%']",>~,0,1.0 +96,human,human,symb,two_rule_comb3,39.0,"['&', '!']",! :,0,1.0 +96,human,human,symb,attn,77.0,[0 0 0],@@@,1,1.0 +96,human,human,symb,c2_set_union,32.0,['*'],*,1,1.0 +96,human,human,symb,AND,71.0,['$'],$,1,1.0 +96,human,human,symb,dist3_diag2,39.0,['('],(,1,1.0 +96,human,human,symb,dist3_diag1,82.0,['$'],$,1,1.0 +96,human,human,symb,three_rule_comb1,12.0,"['>', '>', '~']",< & ~,0,1.0 +96,human,human,symb,XOR_permuted,9.0,"[':', '!']",% <,0,1.0 +96,human,human,symb,row_constant,15.0,['('],(,1,1.0 +97,human,human,symb,c3_set_union,28.0,"[':', '%', '&', '~']",: % & ~,1,1.0 +97,human,human,symb,col_constant,82.0,[':'],:,1,1.0 +97,human,human,symb,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",> ! $ %,1,1.0 +97,human,human,symb,three_rule_comb0,20.0,"['*', '*', '(']",**(,1,1.0 +97,human,human,symb,c2_set_union_permuted,13.0,['<'],<,1,1.0 +97,human,human,symb,two_rule_comb3,9.0,"['(', '<']",( <,1,1.0 +97,human,human,symb,attn,17.0,[0 0 0],@@@,1,1.0 +97,human,human,symb,three_rule_comb6,92.0,"['!', '>', '$']",! > $,1,1.0 +97,human,human,symb,dist3_diag2,76.0,['>'],>,1,1.0 +97,human,human,symb,attn,26.0,[0 0 0],@@@,1,1.0 +97,human,human,symb,two_rule_comb0,47.0,"['(', '*']",( *,1,1.0 +97,human,human,symb,three_rule_comb3,48.0,"['>', '>', ':']",> > :,1,1.0 +98,human,human,symb,two_rule_comb0,42.0,"['&', '>']",&>,1,1.0 +98,human,human,symb,three_rule_comb3,53.0,"['~', '%', '&']",(~%,0,1.0 +98,human,human,symb,three_rule_comb6,64.0,"['~', '!', '&']",~&!,0,1.0 +98,human,human,symb,c1_set_union_permuted,50.0,['!'],!,1,1.0 +98,human,human,symb,row_constant,16.0,['!'],!,1,1.0 +98,human,human,symb,attn,84.0,[0 0 0],@@@,1,1.0 +98,human,human,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$%', '*']",>*,1,1.0 +99,human,human,symb,two_rule_comb1,24.0,"['!', '&']",!&,1,1.0 +99,human,human,symb,c3_set_union,35.0,"['%', '<', '*', '!']",%<*!,1,1.0 +99,human,human,symb,c1_set_union,88.0,['*'],*,1,1.0 +99,human,human,symb,attn,13.0,[0 0 0],@@@,1,1.0 +99,human,human,symb,attn,52.0,[0 0 0],@@@,1,1.0 +99,human,human,symb,three_rule_comb3,52.0,"['(', '(', '~']",((~,1,1.0 +99,human,human,symb,c1_set_union_permuted,32.0,['('],(,1,1.0 +99,human,human,symb,two_rule_comb3,56.0,"['!', '%']",!%,1,1.0 +99,human,human,symb,three_rule_comb0,86.0,"['~', '>', '>']",~>>,1,1.0 +100,human,human,symb,c3_set_union,79.0,"['(', '$', '*', '<']",$*<,0,1.0 +100,human,human,symb,three_rule_comb6,52.0,"[':', '$', '!']",:'],>,1,1.0 +100,human,human,symb,three_rule_comb0,31.0,"['&', '&', ':']",&&:,1,1.0 +100,human,human,symb,attn,12.0,[0 0 0],@@@,1,1.0 +100,human,human,symb,c1_set_union,0.0,['('],(,1,1.0 +101,human,human,symb,c1_set_union,75.0,['>'],>,1,1.0 +101,human,human,symb,c2_set_union_permuted,71.0,['~'],~,1,1.0 +101,human,human,symb,two_rule_comb3,84.0,"['&', '(']",&(,1,1.0 +101,human,human,symb,three_rule_comb6,14.0,"['(', '*', '$']",(*$,1,1.0 +101,human,human,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",><,0,1.0 +101,human,human,symb,col_constant,8.0,['('],(,1,1.0 +101,human,human,symb,c1_set_union_permuted,1.0,['('],(,1,1.0 +101,human,human,symb,attn,38.0,[0 0 0],@@@,1,1.0 +101,human,human,symb,three_rule_comb3,22.0,"['(', '>', '~']",&>*,0,1.0 +101,human,human,symb,attn,16.0,[0 0 0],@@@,1,1.0 +101,human,human,symb,three_rule_comb0,92.0,"['<', '(', '&']",<(&,1,1.0 +101,human,human,symb,c2_set_union,5.0,['&'],&,1,1.0 +102,human,human,symb,two_rule_comb3,3.0,"['&', ':']",&:,1,1.0 +102,human,human,symb,dist3_diag2,84.0,['('],(,1,1.0 +102,human,human,symb,two_rule_comb0,33.0,"['>', '$']",>$,1,1.0 +102,human,human,symb,XOR_permuted,12.0,"['%', '$']",%:,0,1.0 +102,human,human,symb,c1_set_union,42.0,['&'],&,1,1.0 +102,human,human,symb,attn,43.0,[0 0 0],@@@,1,1.0 +102,human,human,symb,col_constant,7.0,['<'],<,1,1.0 +102,human,human,symb,attn,40.0,[0 0 0],@@@,1,1.0 +102,human,human,symb,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",!*(%,1,1.0 +102,human,human,symb,c1_set_union_permuted,16.0,['%'],%,1,1.0 +102,human,human,symb,two_rule_comb1,11.0,"['%', '*']",:(,0,1.0 +102,human,human,symb,AND,27.0,['<'],<<,0,1.0 +103,human,human,symb,dist3_diag2,44.0,['*'],*,1,1.0 +103,human,human,symb,attn,68.0,[0 0 0],@@@,1,1.0 +103,human,human,symb,attn,20.0,[0 0 0],@@@,1,1.0 +103,human,human,symb,three_rule_comb6,43.0,"['%', '$', '&']",%$&,1,1.0 +103,human,human,symb,c1_set_union_permuted,95.0,['*'],*,1,1.0 +103,human,human,symb,three_rule_comb1,31.0,"['!', '$', ':']",!$:,1,1.0 +103,human,human,symb,XOR_permuted,61.0,"['%', '&']",%~,0,1.0 +103,human,human,symb,c2_set_union_permuted,14.0,['!'],!,1,1.0 +103,human,human,symb,two_rule_comb1,61.0,"[':', '(']",:!,0,1.0 +103,human,human,symb,AND,60.0,['<'],<,1,1.0 +103,human,human,symb,c3_set_union_permuted,92.0,"['>', '~', '(', '!']",(>!~,1,1.0 +103,human,human,symb,row_constant,31.0,['('],(,1,1.0 +104,human,human,symb,attn,21.0,[0 0 0],@@@,1,1.0 +104,human,human,symb,c3_set_union,10.0,"['$', '%', '>', '&']",$>%&,1,1.0 +104,human,human,symb,attn,93.0,[0 0 0],@@@,1,1.0 +104,human,human,symb,XOR,59.0,"['*', '~']",*~,1,1.0 +104,human,human,symb,three_rule_comb1,41.0,"['<', '*', '<']",<*<,1,1.0 +104,human,human,symb,col_constant,45.0,['<'],<,1,1.0 +104,human,human,symb,XOR_permuted,64.0,"['*', '!']",:*,0,1.0 +104,human,human,symb,three_rule_comb0,22.0,"[':', '&', '&']",(&:,0,1.0 +104,human,human,symb,c2_set_union,24.0,['<'],<,1,1.0 +104,human,human,symb,dist3_diag2,53.0,['*'],*,1,1.0 +104,human,human,symb,two_rule_comb1,58.0,"['~', '!']",~!,1,1.0 +104,human,human,symb,two_rule_comb0,78.0,"['%', '&']",%&,1,1.0 +105,human,human,symb,dist3_diag2,56.0,['<'],<,1,1.0 +105,human,human,symb,three_rule_comb0,28.0,"[':', '(', '&']",:(&,1,1.0 +105,human,human,symb,three_rule_comb1,41.0,"['<', '*', '<']",:*<,0,1.0 +105,human,human,symb,c1_set_union,49.0,['>'],!,0,1.0 +105,human,human,symb,XOR_permuted,32.0,"['%', '*']",:&,0,1.0 +105,human,human,symb,attn,18.0,[0 0 0],@@@,1,1.0 +105,human,human,symb,attn,95.0,[0 0 0],@@@,1,1.0 +105,human,human,symb,two_rule_comb0,9.0,"['$', '%']",$%,1,1.0 +105,human,human,symb,col_constant,22.0,['$'],$,1,1.0 +105,human,human,symb,XOR,79.0,"['%', '<']",*<,0,1.0 +105,human,human,symb,c2_set_union_permuted,78.0,['~'],!<,0,1.0 +105,human,human,symb,AND,9.0,['~'],<:,0,1.0 +106,human,human,symb,three_rule_comb0,88.0,"['&', '!', '>']",&!>,1,1.0 +106,human,human,symb,attn,45.0,[0 0 0],@@@,1,1.0 +106,human,human,symb,c3_set_union,39.0,"['&', '>', '$', '*']",&>$*,1,1.0 +106,human,human,symb,dist3_diag2,93.0,['&'],&,1,1.0 +106,human,human,symb,two_rule_comb1,76.0,"['!', '*']",!*,1,1.0 +106,human,human,symb,XOR,57.0,"['~', '%']",<>,0,1.0 +106,human,human,symb,dist3_diag1,84.0,[':'],:,1,1.0 +106,human,human,symb,c2_set_union,64.0,['>'],>,1,1.0 +106,human,human,symb,attn,65.0,[0 0 0],@@@,1,1.0 +106,human,human,symb,c2_set_union_permuted,24.0,['!'],!,1,1.0 +106,human,human,symb,c1_set_union_permuted,45.0,['>'],>,1,1.0 +106,human,human,symb,three_rule_comb1,38.0,"[':', ':', '*']",::*,1,1.0 +107,human,human,symb,two_rule_comb0,72.0,"['!', '*']",!,0,1.0 +107,human,human,symb,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",& % : ( ,1,1.0 +107,human,human,symb,XOR_permuted,85.0,"['$', '(']",( $,1,1.0 +107,human,human,symb,c1_set_union_permuted,93.0,['<'],<,1,1.0 +107,human,human,symb,attn,48.0,[0 0 0],@@@,1,1.0 +107,human,human,symb,three_rule_comb1,28.0,"['%', '*', ':']",& **,0,1.0 +107,human,human,symb,two_rule_comb3,41.0,"['(', '(']",< !,0,1.0 +107,human,human,symb,col_constant,31.0,[':'],:,1,1.0 +107,human,human,symb,attn,7.0,[0 0 0],@@@,1,1.0 +107,human,human,symb,dist3_diag2,24.0,['~'],~,1,1.0 +107,human,human,symb,c2_set_union_permuted,69.0,['%'],%,1,1.0 +107,human,human,symb,dist3_diag1,86.0,['!'],!,1,1.0 +108,human,human,symb,col_constant,20.0,['~'],~,1,1.0 +108,human,human,symb,c2_set_union,46.0,['<'],<,1,1.0 +108,human,human,symb,attn,84.0,[0 0 0],@@@,1,1.0 +108,human,human,symb,c3_set_union,99.0,"['!', '(', '<', '*']",!<(*,1,1.0 +108,human,human,symb,three_rule_comb3,10.0,"['~', '*', '>']",~<*,0,1.0 +108,human,human,symb,two_rule_comb1,51.0,"['!', '(']",!(,1,1.0 +108,human,human,symb,XOR_permuted,93.0,"['<', ':']",<:,1,1.0 +108,human,human,symb,attn,82.0,[0 0 0],@@@,1,1.0 +108,human,human,symb,XOR,27.0,"['&', '>']",>&,1,1.0 +108,human,human,symb,c2_set_union_permuted,85.0,['$'],$,1,1.0 +108,human,human,symb,c1_set_union_permuted,15.0,['*'],*,1,1.0 +108,human,human,symb,dist3_diag1,67.0,['$'],$,1,1.0 +109,human,human,symb,c1_set_union,19.0,['('],:,0,1.0 +109,human,human,symb,attn,11.0,[0 0 0],@@@,1,1.0 +109,human,human,symb,two_rule_comb1,21.0,"['*', '!']",,0,1.0 +109,human,human,symb,three_rule_comb3,95.0,"['>', '$', '>']",>$!,0,1.0 +109,human,human,symb,XOR_permuted,59.0,"[':', '*']",!<,0,1.0 +109,human,human,symb,col_constant,32.0,['('],(,1,1.0 +109,human,human,symb,c2_set_union_permuted,9.0,['('],&$,0,1.0 +109,human,human,symb,c3_set_union_permuted,92.0,"['>', '~', '(', '!']",!,0,1.0 +109,human,human,symb,dist3_diag1,71.0,['>'],>,1,1.0 +109,human,human,symb,attn,4.0,[0 0 0],@@@,1,1.0 +110,human,human,symb,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",~!>%,1,1.0 +110,human,human,symb,three_rule_comb3,8.0,"['$', '%', '<']",>%>,0,1.0 +110,human,human,symb,dist3_diag2,17.0,['<'],<,1,1.0 +110,human,human,symb,attn,68.0,[0 0 0],@@@,1,1.0 +110,human,human,symb,attn,46.0,[0 0 0],@@@,1,1.0 +110,human,human,symb,three_rule_comb6,16.0,"['%', '<', '(']",%<(,1,1.0 +110,human,human,symb,three_rule_comb1,25.0,"[':', '(', '~']",:(~,1,1.0 +110,human,human,symb,dist3_diag1,52.0,['('],(,1,1.0 +110,human,human,symb,c1_set_union,71.0,['*'],*,1,1.0 +110,human,human,symb,row_constant,79.0,['*'],*,1,1.0 +110,human,human,symb,AND,36.0,['&'],&,1,1.0 +110,human,human,symb,XOR_permuted,1.0,"[':', '(']",:*,0,1.0 +111,human,human,symb,XOR_permuted,59.0,"[':', '*']",!*!,0,1.0 +111,human,human,symb,attn,97.0,[0 0 0],@@@,1,1.0 +111,human,human,symb,c3_set_union,39.0,"['&', '>', '$', '*']",&>$*,1,1.0 +111,human,human,symb,c1_set_union,42.0,['&'],&,1,1.0 +111,human,human,symb,XOR,31.0,"['(', '$']",~~,0,1.0 +111,human,human,symb,attn,58.0,[0 0 0],@@@,1,1.0 +111,human,human,symb,two_rule_comb1,66.0,"['<', '$']",<$,1,1.0 +111,human,human,symb,col_constant,69.0,['('],(,1,1.0 +111,human,human,symb,row_constant,69.0,['('],(,1,1.0 +111,human,human,symb,dist3_diag2,70.0,['!'],!,1,1.0 +111,human,human,symb,c2_set_union_permuted,58.0,['*'],*,1,1.0 +111,human,human,symb,three_rule_comb6,30.0,"[':', '$', '!']",:!$,0,1.0 +112,human,human,symb,attn,0.0,[0 0 0],@@@,1,1.0 +112,human,human,symb,dist3_diag2,82.0,['>'],>,1,1.0 +112,human,human,symb,two_rule_comb3,87.0,"['$', '<']",$<,1,1.0 +112,human,human,symb,c1_set_union,6.0,['<'],<,1,1.0 +112,human,human,symb,XOR_permuted,83.0,"['>', '%']",%*,0,1.0 +112,human,human,symb,AND,13.0,['<'],<>,0,1.0 +112,human,human,symb,dist3_diag1,95.0,['%'],%,1,1.0 +112,human,human,symb,attn,97.0,[0 0 0],@@@,1,1.0 +112,human,human,symb,three_rule_comb0,11.0,"['$', '&', '!']",$&!,1,1.0 +112,human,human,symb,c2_set_union,60.0,['$'],<,0,1.0 +112,human,human,symb,three_rule_comb1,44.0,"['*', '~', '<']",*$,0,1.0 +112,human,human,symb,row_constant,40.0,['%'],%,1,1.0 +113,human,human,symb,c1_set_union_permuted,30.0,['~'],~,1,1.0 +113,human,human,symb,attn,42.0,[0 0 0],@@@,1,1.0 +113,human,human,symb,c2_set_union,25.0,['&'],&,1,1.0 +113,human,human,symb,AND,44.0,['&'],&,1,1.0 +113,human,human,symb,three_rule_comb3,17.0,"[':', '$', '$']",:$$,1,1.0 +113,human,human,symb,attn,4.0,[0 0 0],@@@,1,1.0 +113,human,human,symb,dist3_diag1,66.0,['%'],%,1,1.0 +113,human,human,symb,three_rule_comb6,18.0,"['~', '$', '<']",$$%,0,1.0 +113,human,human,symb,c2_set_union_permuted,72.0,['*'],*,1,1.0 +113,human,human,symb,col_constant,47.0,['%'],%,1,1.0 +113,human,human,symb,c3_set_union_permuted,71.0,"[':', '$', '%', '!']",:%!$,1,1.0 +113,human,human,symb,three_rule_comb0,93.0,"['%', ':', '*']",%:*,1,1.0 +114,human,human,symb,c3_set_union,86.0,"['*', '!', '%', ':']",*!%:,1,1.0 +114,human,human,symb,three_rule_comb1,89.0,"['$', '>', '(']",$>9,0,1.0 +114,human,human,symb,c2_set_union,41.0,['>'],>,1,1.0 +114,human,human,symb,attn,42.0,[0 0 0],@@@,1,1.0 +114,human,human,symb,col_constant,48.0,[':'],:,1,1.0 +114,human,human,symb,XOR,59.0,"['*', '~']",*~,1,1.0 +114,human,human,symb,three_rule_comb0,49.0,"['(', '(', '$']",(($,1,1.0 +114,human,human,symb,XOR_permuted,0.0,"['(', '%']",%(,1,1.0 +114,human,human,symb,c1_set_union,81.0,['&'],&,1,1.0 +114,human,human,symb,attn,95.0,[0 0 0],@@@,1,1.0 +114,human,human,symb,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",<>%:,1,1.0 +114,human,human,symb,row_constant,26.0,['<'],<,1,1.0 +115,human,human,symb,XOR_permuted,23.0,"['%', '$']",$(,0,1.0 +115,human,human,symb,XOR,74.0,"['&', '%']",$&,0,1.0 +115,human,human,symb,two_rule_comb1,81.0,"['%', '~']",%(,0,1.0 +115,human,human,symb,dist3_diag1,68.0,['<'],<,1,1.0 +115,human,human,symb,two_rule_comb3,85.0,"['~', '$']",~ ),0,1.0 +115,human,human,symb,three_rule_comb1,57.0,"['$', '(', '$']",$($,1,1.0 +115,human,human,symb,two_rule_comb0,12.0,"['>', '(']",>(,1,1.0 +115,human,human,symb,attn,78.0,[0 0 0],@@@,1,1.0 +115,human,human,symb,row_constant,78.0,['('],(,1,1.0 +115,human,human,symb,attn,11.0,[0 0 0],@@@,1,1.0 +115,human,human,symb,col_constant,85.0,['<'],<,1,1.0 +115,human,human,symb,c2_set_union,66.0,['*'],>,0,1.0 +116,human,human,symb,two_rule_comb1,98.0,"['>', '~']",> ~,1,1.0 +116,human,human,symb,c3_set_union,86.0,"['*', '!', '%', ':']",* ! % :,1,1.0 +116,human,human,symb,three_rule_comb0,55.0,"['>', '(', '~']",> ( ~,1,1.0 +116,human,human,symb,XOR,99.0,"[':', '$']",& $,0,1.0 +116,human,human,symb,c3_set_union_permuted,78.0,"['&', '<', '(', ':']",& ( < :,1,1.0 +116,human,human,symb,col_constant,85.0,['<'],<,1,1.0 +116,human,human,symb,three_rule_comb6,39.0,"['*', '<', '!']",* < !,1,1.0 +116,human,human,symb,attn,46.0,[0 0 0],@@@,1,1.0 +116,human,human,symb,AND,67.0,['>'],>,1,1.0 +116,human,human,symb,attn,70.0,[0 0 0],@@@,1,1.0 +116,human,human,symb,XOR_permuted,50.0,"['~', '$']",~ $,1,1.0 +116,human,human,symb,dist3_diag1,27.0,['%'],%,1,1.0 +117,human,human,symb,XOR,36.0,"['*', '>']",*,0,1.0 +117,human,human,symb,col_constant,71.0,['*'],*,1,1.0 +117,human,human,symb,attn,46.0,[0 0 0],@@@,1,1.0 +117,human,human,symb,c2_set_union_permuted,56.0,['('],(,1,1.0 +117,human,human,symb,two_rule_comb1,84.0,"['>', '>']",>!,0,1.0 +117,human,human,symb,three_rule_comb3,88.0,"['>', '>', '>']",>>&,0,1.0 +117,human,human,symb,two_rule_comb0,26.0,"['~', ':']",~:,1,1.0 +117,human,human,symb,c1_set_union,54.0,['<'],'],>,1,1.0 +118,human,human,symb,row_constant,84.0,['<'],<,1,1.0 +118,human,human,symb,attn,89.0,[0 0 0],@@@,1,1.0 +118,human,human,symb,c2_set_union_permuted,21.0,[':'],!,0,1.0 +118,human,human,symb,XOR_permuted,97.0,"[':', '!']",( *,0,1.0 +118,human,human,symb,XOR,44.0,"['$', '%']",> %,0,1.0 +118,human,human,symb,three_rule_comb0,67.0,"[':', '!', '$']",: $ !,0,1.0 +118,human,human,symb,col_constant,19.0,['*'],*,1,1.0 +118,human,human,symb,two_rule_comb3,5.0,"[':', '*']",: ),0,1.0 +118,human,human,symb,three_rule_comb3,11.0,"['%', '>', '<']",% > <,1,1.0 +118,human,human,symb,c1_set_union,32.0,['&'],& $,0,1.0 +118,human,human,symb,attn,70.0,[0 0 0],@@@,1,1.0 +119,human,human,symb,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",:> %!,1,1.0 +119,human,human,symb,attn,0.0,[0 0 0],@@@,1,1.0 +119,human,human,symb,col_constant,84.0,['!'],!,1,1.0 +119,human,human,symb,c1_set_union_permuted,88.0,['%'],%,1,1.0 +119,human,human,symb,two_rule_comb1,1.0,"[':', '$']",:$,1,1.0 +119,human,human,symb,c2_set_union,4.0,['!'],!,1,1.0 +119,human,human,symb,XOR,79.0,"['%', '<']",<%,1,1.0 +119,human,human,symb,three_rule_comb0,7.0,"[':', '>', '&']",:>&,1,1.0 +119,human,human,symb,XOR_permuted,16.0,"['>', ':']",>:,1,1.0 +119,human,human,symb,attn,14.0,[0 0 0],@@@,1,1.0 +119,human,human,symb,three_rule_comb1,60.0,"[':', '(', '!']",:(!,1,1.0 +119,human,human,symb,AND,7.0,['$'],$,1,1.0 +120,human,human,symb,attn,59.0,[0 0 0],@@@,1,1.0 +120,human,human,symb,three_rule_comb1,11.0,"['!', '<', '<']",!<>,0,1.0 +120,human,human,symb,c1_set_union,8.0,['$'],$,1,1.0 +120,human,human,symb,c3_set_union,9.0,"['%', '*', '&', '~']",&%,0,1.0 +120,human,human,symb,two_rule_comb0,39.0,"['<', '$']",<$,1,1.0 +120,human,human,symb,AND,78.0,['~'],~~,0,1.0 +120,human,human,symb,three_rule_comb0,48.0,"[':', '!', '<']",:!<,1,1.0 +120,human,human,symb,row_constant,64.0,['&'],&,1,1.0 +120,human,human,symb,XOR,31.0,"['(', '$']",)~,0,1.0 +120,human,human,symb,attn,98.0,[0 0 0],@@@,1,1.0 +120,human,human,symb,two_rule_comb1,3.0,"['!', '(']",!>,0,1.0 +120,human,human,symb,c2_set_union,12.0,['$'],*!,0,1.0 +121,human,human,symb,attn,32.0,[0 0 0],@@@,1,1.0 +121,human,human,symb,three_rule_comb6,74.0,"['!', '*', '~']",$&*,0,1.0 +121,human,human,symb,attn,48.0,[0 0 0],@@@,1,1.0 +121,human,human,symb,two_rule_comb3,41.0,"['(', '(']",((,1,1.0 +121,human,human,symb,three_rule_comb0,38.0,"[':', '>', '$']",: > $,1,1.0 +121,human,human,symb,XOR,47.0,"['%', ':']",: &,0,1.0 +121,human,human,symb,dist3_diag2,56.0,['<'],<,1,1.0 +121,human,human,symb,dist3_diag1,56.0,['%'],%,1,1.0 +121,human,human,symb,three_rule_comb3,51.0,"['$', '%', ':']",$ % :,1,1.0 +121,human,human,symb,col_constant,89.0,['~'],~,1,1.0 +121,human,human,symb,c2_set_union_permuted,39.0,['$'],$ >,0,1.0 +121,human,human,symb,two_rule_comb1,52.0,"[':', '$']",: $,1,1.0 +122,human,human,symb,c2_set_union,10.0,['*'],*,1,1.0 +122,human,human,symb,attn,14.0,[0 0 0],@@@,1,1.0 +122,human,human,symb,three_rule_comb1,77.0,"['!', '&', ':']",!&:,1,1.0 +122,human,human,symb,three_rule_comb0,85.0,"[':', '$', '>']",:$>,1,1.0 +122,human,human,symb,c3_set_union,50.0,"['(', '$', '!', '%']",($!%,1,1.0 +122,human,human,symb,row_constant,2.0,['>'],>,1,1.0 +122,human,human,symb,AND,5.0,['%'],%,1,1.0 +122,human,human,symb,XOR_permuted,55.0,"['<', '$']",<$,1,1.0 +122,human,human,symb,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",$<>!,1,1.0 +122,human,human,symb,XOR,48.0,"['~', '&']",~&,1,1.0 +122,human,human,symb,three_rule_comb3,33.0,"['$', '$', '<']",$$<,1,1.0 +122,human,human,symb,attn,46.0,[0 0 0],@@@,1,1.0 +123,human,human,symb,AND,89.0,['*'],*,1,1.0 +123,human,human,symb,three_rule_comb6,14.0,"['(', '*', '$']",(*$,1,1.0 +123,human,human,symb,dist3_diag2,16.0,['<'],<,1,1.0 +123,human,human,symb,col_constant,51.0,['>'],>,1,1.0 +123,human,human,symb,c1_set_union_permuted,30.0,['~'],~,1,1.0 +123,human,human,symb,c2_set_union_permuted,17.0,['&'],&,1,1.0 +123,human,human,symb,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",~<>&,1,1.0 +123,human,human,symb,two_rule_comb1,7.0,"['&', '&']",&:,0,1.0 +123,human,human,symb,two_rule_comb0,24.0,"['>', '&']",>>,0,1.0 +123,human,human,symb,attn,62.0,[0 0 0],@@@,1,1.0 +123,human,human,symb,two_rule_comb3,82.0,"['&', '(']",&),0,1.0 +123,human,human,symb,attn,21.0,[0 0 0],@@@,1,1.0 +124,human,human,symb,col_constant,37.0,['*'],*,1,1.0 +124,human,human,symb,three_rule_comb6,61.0,"['*', '~', '!']",* ~ !,1,1.0 +124,human,human,symb,c3_set_union,71.0,"[':', '~', '&', '<']",: ~ & <,1,1.0 +124,human,human,symb,AND,54.0,['>'],>>,0,1.0 +124,human,human,symb,three_rule_comb0,14.0,"['(', '$', '<']",( $ <,1,1.0 +124,human,human,symb,three_rule_comb1,54.0,"['(', '~', '<']",( ~ <,1,1.0 +124,human,human,symb,dist3_diag2,88.0,['<'],<,1,1.0 +124,human,human,symb,two_rule_comb0,76.0,"['&', '$']",& $,1,1.0 +124,human,human,symb,attn,26.0,[0 0 0],@@@,1,1.0 +124,human,human,symb,attn,16.0,[0 0 0],@@@,1,1.0 +124,human,human,symb,c1_set_union_permuted,25.0,['!'],!,1,1.0 +124,human,human,symb,XOR_permuted,65.0,"['$', '~']",~ $,1,1.0 +125,human,human,symb,two_rule_comb1,36.0,"['~', '~']",~,0,1.0 +125,human,human,symb,attn,73.0,[0 0 0],@@@,1,1.0 +125,human,human,symb,col_constant,18.0,['('],(,1,1.0 +125,human,human,symb,three_rule_comb0,53.0,"[':', '!', '>']",:!>,1,1.0 +125,human,human,symb,c2_set_union,22.0,['&'],&,1,1.0 +125,human,human,symb,dist3_diag1,68.0,['<'],<,1,1.0 +125,human,human,symb,three_rule_comb3,98.0,"['%', ':', '*']",:~~>,0,1.0 +125,human,human,symb,c3_set_union,36.0,"['(', '~', ':', '!']",(~: !,1,1.0 +125,human,human,symb,c2_set_union_permuted,2.0,['$'],$,1,1.0 +125,human,human,symb,three_rule_comb6,51.0,"['(', '&', '*']",$(,0,1.0 +125,human,human,symb,AND,16.0,[':'],&:,0,1.0 +125,human,human,symb,attn,13.0,[0 0 0],@@@,1,1.0 +126,human,human,symb,col_constant,34.0,['!'],!,1,1.0 +126,human,human,symb,three_rule_comb0,13.0,"['>', '>', '$']",>>%,0,1.0 +126,human,human,symb,XOR,29.0,"['&', '<']",<$,0,1.0 +126,human,human,symb,two_rule_comb1,54.0,"['%', ':']",%:,1,1.0 +126,human,human,symb,AND,39.0,['*'],<*!,0,1.0 +126,human,human,symb,c1_set_union,52.0,['!'],!,1,1.0 +126,human,human,symb,attn,84.0,[0 0 0],@@@,1,1.0 +126,human,human,symb,c1_set_union_permuted,55.0,['~'],~,1,1.0 +126,human,human,symb,c2_set_union,13.0,[':'],<>:,0,1.0 +126,human,human,symb,three_rule_comb6,78.0,"['~', '%', ':']",<~~,0,1.0 +126,human,human,symb,attn,77.0,[0 0 0],@@@,1,1.0 +126,human,human,symb,dist3_diag1,16.0,['~'],~,1,1.0 +127,human,human,symb,c2_set_union_permuted,36.0,['<'],<,1,1.0 +127,human,human,symb,col_constant,15.0,['~'],~,1,1.0 +127,human,human,symb,XOR,86.0,"['$', '(']",($,1,1.0 +127,human,human,symb,XOR_permuted,56.0,"['%', '~']",%~,1,1.0 +127,human,human,symb,three_rule_comb6,54.0,"['(', '(', '~']",&~~,0,1.0 +127,human,human,symb,c2_set_union,63.0,['~'],~,1,1.0 +127,human,human,symb,attn,86.0,[0 0 0],@@@,1,1.0 +127,human,human,symb,two_rule_comb0,45.0,"['>', '(']",>(,1,1.0 +127,human,human,symb,c1_set_union_permuted,5.0,['*'],*,1,1.0 +127,human,human,symb,AND,26.0,['('],(,1,1.0 +127,human,human,symb,attn,38.0,[0 0 0],@@@,1,1.0 +127,human,human,symb,two_rule_comb3,5.0,"[':', '*']",:*,1,1.0 +128,human,human,symb,XOR,81.0,"['~', '%']",%!,0,1.0 +128,human,human,symb,dist3_diag1,71.0,['>'],>,1,1.0 +128,human,human,symb,attn,62.0,[0 0 0],@@@,1,1.0 +128,human,human,symb,attn,23.0,[0 0 0],@@@,1,1.0 +128,human,human,symb,XOR_permuted,1.0,"[':', '(']",*(,0,1.0 +128,human,human,symb,two_rule_comb0,62.0,"['~', '!']",~!,1,1.0 +128,human,human,symb,three_rule_comb6,72.0,"['%', '(', '>']",(>(,0,1.0 +128,human,human,symb,AND,88.0,['&'],&,1,1.0 +128,human,human,symb,three_rule_comb1,5.0,"['*', '!', '<']",*!<,1,1.0 +128,human,human,symb,c2_set_union_permuted,90.0,[':'],:,1,1.0 +128,human,human,symb,c3_set_union,34.0,"['~', '<', '&', '(']",~&<(,1,1.0 +128,human,human,symb,two_rule_comb3,90.0,"['!', '~']",<~,0,1.0 +129,human,human,symb,three_rule_comb0,55.0,"['>', '(', '~']",~,0,1.0 +129,human,human,symb,dist3_diag2,98.0,['<'],<,1,1.0 +129,human,human,symb,three_rule_comb3,70.0,"[':', '~', '*']",*,0,1.0 +129,human,human,symb,two_rule_comb0,39.0,"['<', '$']",$,0,1.0 +129,human,human,symb,three_rule_comb1,36.0,"['(', ':', '*']",*,0,1.0 +129,human,human,symb,XOR,30.0,"['~', '*']",~,0,1.0 +129,human,human,symb,attn,83.0,[0 0 0],@@@,1,1.0 +129,human,human,symb,c3_set_union,29.0,"['!', '$', '*', '&']",&,0,1.0 +129,human,human,symb,AND,43.0,['<'],<,1,1.0 +129,human,human,symb,attn,34.0,[0 0 0],@@@,1,1.0 +129,human,human,symb,c2_set_union_permuted,25.0,['%'],%,1,1.0 +129,human,human,symb,c3_set_union_permuted,65.0,"['*', '$', '%', '>']",*,0,1.0 +130,human,human,symb,two_rule_comb1,92.0,"['&', '*']",*<(,0,1.0 +130,human,human,symb,three_rule_comb6,60.0,"[':', '&', '!']",:&!,1,1.0 +130,human,human,symb,c3_set_union,20.0,"['~', '%', '*', '!']",~!*,0,1.0 +130,human,human,symb,attn,58.0,[0 0 0],@@@,1,1.0 +130,human,human,symb,AND,23.0,['*'],<*%,0,1.0 +130,human,human,symb,two_rule_comb0,27.0,"['>', '>']",>>,1,1.0 +130,human,human,symb,c2_set_union_permuted,74.0,['!'],!,1,1.0 +130,human,human,symb,dist3_diag2,21.0,['&'],&,1,1.0 +130,human,human,symb,three_rule_comb0,72.0,"['<', '<', '~']",<&~),0,1.0 +130,human,human,symb,attn,82.0,[0 0 0],@@@,1,1.0 +130,human,human,symb,three_rule_comb1,70.0,"['&', '!', '*']",&!*%,0,1.0 +130,human,human,symb,row_constant,44.0,['<'],<,1,1.0 +131,human,human,symb,three_rule_comb6,1.0,"['>', '&', '$']",> & $,1,1.0 +131,human,human,symb,two_rule_comb0,47.0,"['(', '*']",( *,1,1.0 +131,human,human,symb,XOR,95.0,"['<', '>']",> (,0,1.0 +131,human,human,symb,XOR_permuted,62.0,"['%', '*']",* %,1,1.0 +131,human,human,symb,two_rule_comb3,28.0,"['&', '*']",& *,1,1.0 +131,human,human,symb,dist3_diag1,44.0,['$'],$,1,1.0 +131,human,human,symb,attn,46.0,[0 0 0],@@@,1,1.0 +131,human,human,symb,AND,27.0,['<'],<,1,1.0 +131,human,human,symb,row_constant,71.0,['>'],>,1,1.0 +131,human,human,symb,c2_set_union_permuted,38.0,['$'],$,1,1.0 +131,human,human,symb,attn,95.0,[0 0 0],@@@,1,1.0 +131,human,human,symb,three_rule_comb3,45.0,"['$', '$', '%']",$ * %,0,1.0 +132,human,human,symb,AND,66.0,['$'],$,1,1.0 +132,human,human,symb,three_rule_comb6,60.0,"[':', '&', '!']",:&!,1,1.0 +132,human,human,symb,two_rule_comb3,39.0,"['&', '!']",: &,0,1.0 +132,human,human,symb,c3_set_union_permuted,90.0,"['!', ':', '&', '$']",! & : $,1,1.0 +132,human,human,symb,attn,0.0,[0 0 0],@@@,1,1.0 +132,human,human,symb,XOR,57.0,"['~', '%']",% <,0,1.0 +132,human,human,symb,XOR_permuted,44.0,"['*', '&']",% (,0,1.0 +132,human,human,symb,c1_set_union_permuted,70.0,[':'],:,1,1.0 +132,human,human,symb,col_constant,48.0,[':'],:,1,1.0 +132,human,human,symb,attn,5.0,[0 0 0],@@@,1,1.0 +132,human,human,symb,row_constant,58.0,['!'],!,1,1.0 +132,human,human,symb,two_rule_comb0,8.0,"['>', '!']",> !,1,1.0 +133,human,human,symb,dist3_diag2,91.0,['%'],%,1,1.0 +133,human,human,symb,row_constant,64.0,['&'],&,1,1.0 +133,human,human,symb,col_constant,58.0,['%'],%,1,1.0 +133,human,human,symb,attn,86.0,[0 0 0],@@@,1,1.0 +133,human,human,symb,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",:,0,1.0 +133,human,human,symb,c2_set_union,74.0,['~'],~!,0,1.0 +133,human,human,symb,c1_set_union,12.0,['('],(,1,1.0 +133,human,human,symb,three_rule_comb3,9.0,"['$', '%', '(']",:*:,0,1.0 +133,human,human,symb,three_rule_comb6,45.0,"['%', '!', '&']",!!%,0,1.0 +133,human,human,symb,two_rule_comb3,58.0,"['>', ':']",>:,1,1.0 +133,human,human,symb,attn,20.0,[0 0 0],@@@,1,1.0 +133,human,human,symb,c1_set_union_permuted,0.0,['%'],%,1,1.0 +134,human,human,symb,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",~', '>']",$>>,1,1.0 +134,human,human,symb,attn,94.0,[0 0 0],@@@,1,1.0 +135,human,human,symb,XOR_permuted,89.0,"['(', '$']",>$,0,1.0 +135,human,human,symb,attn,4.0,[0 0 0],@@@,1,1.0 +135,human,human,symb,attn,14.0,[0 0 0],@@@,1,1.0 +135,human,human,symb,c2_set_union_permuted,42.0,['~'],~,1,1.0 +135,human,human,symb,c1_set_union,19.0,['('],(,1,1.0 +135,human,human,symb,two_rule_comb1,21.0,"['*', '!']",*<,0,1.0 +135,human,human,symb,two_rule_comb3,98.0,"['&', '!']",&!,1,1.0 +135,human,human,symb,c3_set_union_permuted,84.0,"['&', '%', '<', '(']",<&%(,1,1.0 +135,human,human,symb,dist3_diag2,39.0,['('],(,1,1.0 +135,human,human,symb,three_rule_comb0,66.0,"['%', ':', '*']",%:*,1,1.0 +135,human,human,symb,XOR,14.0,"['~', '>']",~>,1,1.0 +135,human,human,symb,c2_set_union,46.0,['<'],<,1,1.0 +136,human,human,symb,col_constant,7.0,['<'],<,1,1.0 +136,human,human,symb,attn,20.0,[0 0 0],@@@,1,1.0 +136,human,human,symb,two_rule_comb3,54.0,"['$', '$']",$$,1,1.0 +136,human,human,symb,three_rule_comb6,84.0,"[':', '>', '%']",:%>,0,1.0 +136,human,human,symb,c2_set_union,52.0,['*'],<<*%%,0,1.0 +136,human,human,symb,three_rule_comb1,54.0,"['(', '~', '<']",(<,0,1.0 +136,human,human,symb,row_constant,71.0,['>'],>,1,1.0 +136,human,human,symb,two_rule_comb1,84.0,"['>', '>']",>>,1,1.0 +136,human,human,symb,c1_set_union,59.0,['&'],--,0,1.0 +136,human,human,symb,attn,63.0,[0 0 0],@@@,1,1.0 +136,human,human,symb,c3_set_union,27.0,"['$', '*', '&', ':']",:,0,1.0 +136,human,human,symb,XOR_permuted,47.0,"['*', '%']",!!,0,1.0 +137,human,human,symb,XOR_permuted,79.0,"['>', '!']",~!,0,1.0 +137,human,human,symb,attn,18.0,[0 0 0],@@@,1,1.0 +137,human,human,symb,XOR,82.0,"['<', '$']",(<,0,1.0 +137,human,human,symb,three_rule_comb3,11.0,"['%', '>', '<']",%$:,0,1.0 +137,human,human,symb,dist3_diag2,57.0,[':'],:,1,1.0 +137,human,human,symb,c3_set_union,46.0,"['>', '*', '&', '<']",>*&<,1,1.0 +137,human,human,symb,two_rule_comb1,49.0,"['(', '>']",(>,1,1.0 +137,human,human,symb,c1_set_union_permuted,92.0,['~'],~,1,1.0 +137,human,human,symb,two_rule_comb3,41.0,"['(', '(']",((,1,1.0 +137,human,human,symb,dist3_diag1,97.0,['$'],$,1,1.0 +137,human,human,symb,three_rule_comb0,93.0,"['%', ':', '*']",%:*,1,1.0 +137,human,human,symb,attn,7.0,[0 0 0],@@@,1,1.0 +138,human,human,symb,XOR_permuted,62.0,"['%', '*']",%*,1,1.0 +138,human,human,symb,attn,22.0,[0 0 0],@@@,1,1.0 +138,human,human,symb,row_constant,59.0,['<'],<,1,1.0 +138,human,human,symb,c1_set_union_permuted,79.0,['&'],&,1,1.0 +138,human,human,symb,attn,4.0,[0 0 0],@@@,1,1.0 +138,human,human,symb,c2_set_union_permuted,39.0,['$'],$,1,1.0 +138,human,human,symb,two_rule_comb0,7.0,"['&', '>']",&>,1,1.0 +138,human,human,symb,two_rule_comb3,4.0,"['<', '>']",<*,0,1.0 +138,human,human,symb,col_constant,39.0,['!'],!,1,1.0 +138,human,human,symb,three_rule_comb6,91.0,"['>', '~', '$']",&~$,0,1.0 +138,human,human,symb,three_rule_comb0,51.0,"['*', '&', '>']",&:&,0,1.0 +138,human,human,symb,c3_set_union,88.0,"['%', '!', '&', '(']",%!&(,1,1.0 +139,human,human,symb,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",&!(*,1,1.0 +139,human,human,symb,two_rule_comb3,58.0,"['>', ':']",>(,0,1.0 +139,human,human,symb,c3_set_union,41.0,"['&', '%', '$', '!']",&%$!,1,1.0 +139,human,human,symb,attn,53.0,[0 0 0],@@@,1,1.0 +139,human,human,symb,two_rule_comb1,63.0,"['*', '&']",*&,1,1.0 +139,human,human,symb,row_constant,38.0,['%'],%,1,1.0 +139,human,human,symb,three_rule_comb1,64.0,"['~', '$', '>']",~$>,1,1.0 +139,human,human,symb,dist3_diag1,40.0,['<'],<,1,1.0 +139,human,human,symb,XOR,22.0,"['~', '$']",$~,1,1.0 +139,human,human,symb,dist3_diag2,86.0,['('],(,1,1.0 +139,human,human,symb,c1_set_union,2.0,['&'],&,1,1.0 +139,human,human,symb,attn,95.0,[0 0 0],@@@,1,1.0 +140,human,human,symb,c2_set_union_permuted,59.0,['!'],%(,0,1.0 +140,human,human,symb,attn,5.0,[0 0 0],@@@,1,1.0 +140,human,human,symb,XOR_permuted,38.0,"[':', '$']",! *,0,1.0 +140,human,human,symb,XOR,70.0,"['~', '(']",~ <,0,1.0 +140,human,human,symb,c3_set_union,99.0,"['!', '(', '<', '*']",(<,0,1.0 +140,human,human,symb,dist3_diag1,67.0,['$'],$,1,1.0 +140,human,human,symb,three_rule_comb6,40.0,"[':', '>', '<']",! < :,0,1.0 +140,human,human,symb,dist3_diag2,19.0,['>'],>,1,1.0 +140,human,human,symb,attn,65.0,[0 0 0],@@@,1,1.0 +140,human,human,symb,col_constant,71.0,['*'],*,1,1.0 +140,human,human,symb,row_constant,66.0,[':'],:,1,1.0 +140,human,human,symb,c2_set_union,20.0,['>'],>,1,1.0 +141,human,human,symb,attn,65.0,[0 0 0],@@@,1,1.0 +141,human,human,symb,c2_set_union,95.0,['~'],~,1,1.0 +141,human,human,symb,attn,19.0,[0 0 0],@@@,1,1.0 +141,human,human,symb,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",:>%!,1,1.0 +141,human,human,symb,dist3_diag1,39.0,['&'],&,1,1.0 +141,human,human,symb,two_rule_comb1,58.0,"['~', '!']",~!,1,1.0 +141,human,human,symb,row_constant,47.0,[':'],:,1,1.0 +141,human,human,symb,c2_set_union_permuted,70.0,['!'],!,1,1.0 +141,human,human,symb,three_rule_comb6,14.0,"['(', '*', '$']",(*$,1,1.0 +141,human,human,symb,AND,44.0,['&'],&,1,1.0 +141,human,human,symb,dist3_diag2,57.0,[':'],:,1,1.0 +141,human,human,symb,two_rule_comb3,21.0,"['%', '~']",%~,1,1.0 +142,human,human,symb,AND,9.0,['~'],~ <,0,1.0 +142,human,human,symb,dist3_diag2,83.0,['%'],%,1,1.0 +142,human,human,symb,XOR_permuted,87.0,"['$', '(']",>>,0,1.0 +142,human,human,symb,two_rule_comb0,9.0,"['$', '%']",$%,1,1.0 +142,human,human,symb,row_constant,19.0,['<'],<,1,1.0 +142,human,human,symb,dist3_diag1,45.0,['&'],&,1,1.0 +142,human,human,symb,two_rule_comb3,70.0,"['(', '>']",(>,1,1.0 +142,human,human,symb,attn,61.0,[0 0 0],@@@,1,1.0 +142,human,human,symb,c1_set_union_permuted,52.0,['%'],%,1,1.0 +142,human,human,symb,c3_set_union_permuted,53.0,"['(', '$', '>', '~']",>(~$,1,1.0 +142,human,human,symb,two_rule_comb1,9.0,"['!', '&']",!&,1,1.0 +142,human,human,symb,attn,80.0,[0 0 0],@@@,1,1.0 +143,human,human,symb,three_rule_comb6,9.0,"['<', '<', '&']",%*>,0,1.0 +143,human,human,symb,row_constant,15.0,['('],(,1,1.0 +143,human,human,symb,AND,72.0,['&'],!&,0,1.0 +143,human,human,symb,attn,64.0,[0 0 0],@@@,1,1.0 +143,human,human,symb,dist3_diag2,12.0,['&'],&,1,1.0 +143,human,human,symb,c3_set_union_permuted,97.0,"['<', '~', '>', '%']",>,0,1.0 +143,human,human,symb,XOR_permuted,90.0,"['&', '<']",: (,0,1.0 +143,human,human,symb,two_rule_comb0,87.0,"['&', '<']",& <,1,1.0 +143,human,human,symb,three_rule_comb1,14.0,"[':', '$', '!']",> : *,0,1.0 +143,human,human,symb,three_rule_comb0,50.0,"[':', '!', '>']",: ! >,1,1.0 +143,human,human,symb,attn,61.0,[0 0 0],@@@,1,1.0 +143,human,human,symb,c2_set_union_permuted,27.0,['<'],<,1,1.0 +144,human,human,symb,c2_set_union_permuted,7.0,['!'],!,1,1.0 +144,human,human,symb,attn,45.0,[0 0 0],@@@,1,1.0 +144,human,human,symb,c1_set_union,75.0,['>'],>,1,1.0 +144,human,human,symb,three_rule_comb6,47.0,"['$', '<', '~']",$<~,1,1.0 +144,human,human,symb,XOR_permuted,73.0,"['~', '!']",%~,0,1.0 +144,human,human,symb,two_rule_comb1,94.0,"['>', '(']",>(,1,1.0 +144,human,human,symb,two_rule_comb0,91.0,"['!', '&']",!&,1,1.0 +144,human,human,symb,col_constant,21.0,['~'],~,1,1.0 +144,human,human,symb,attn,77.0,[0 0 0],@@@,1,1.0 +144,human,human,symb,three_rule_comb1,73.0,"['<', '%', '%']",<%%,1,1.0 +144,human,human,symb,AND,50.0,['<'],<<,0,1.0 +144,human,human,symb,c1_set_union_permuted,15.0,['*'],*,1,1.0 +145,human,human,symb,two_rule_comb0,18.0,"['>', '*']",> *,1,1.0 +145,human,human,symb,row_constant,20.0,['%'],%,1,1.0 +145,human,human,symb,two_rule_comb3,87.0,"['$', '<']",$ <,1,1.0 +145,human,human,symb,c3_set_union,2.0,"['&', '$', ':', '~']",& $ : ~,1,1.0 +145,human,human,symb,three_rule_comb3,0.0,"['<', '&', '>']",< & >,1,1.0 +145,human,human,symb,three_rule_comb0,96.0,"['$', '>', '>']",$ > >,1,1.0 +145,human,human,symb,attn,68.0,[0 0 0],@@@,1,1.0 +145,human,human,symb,attn,66.0,[0 0 0],@@@,1,1.0 +145,human,human,symb,AND,71.0,['$'],$ ,1,1.0 +145,human,human,symb,two_rule_comb1,35.0,"['(', '&']",( &,1,1.0 +145,human,human,symb,c2_set_union_permuted,43.0,['&'],&,1,1.0 +145,human,human,symb,c3_set_union_permuted,51.0,"['&', ':', '%', '!']",! &,0,1.0 +146,human,human,symb,attn,33.0,[0 0 0],@@@,1,1.0 +146,human,human,symb,three_rule_comb0,7.0,"[':', '>', '&']",:>&,1,1.0 +146,human,human,symb,c3_set_union_permuted,73.0,"['!', '~', '&', '(']",(~!&,1,1.0 +146,human,human,symb,AND,61.0,['<'],<,1,1.0 +146,human,human,symb,col_constant,81.0,['~'],~,1,1.0 +146,human,human,symb,c2_set_union,58.0,['>'],>,1,1.0 +146,human,human,symb,XOR_permuted,94.0,"['!', '>']",>!,1,1.0 +146,human,human,symb,attn,24.0,[0 0 0],@@@,1,1.0 +146,human,human,symb,dist3_diag2,94.0,['('],(,1,1.0 +146,human,human,symb,three_rule_comb3,33.0,"['$', '$', '<']",:>!,0,1.0 +146,human,human,symb,two_rule_comb3,17.0,"['<', '<']",<<,1,1.0 +146,human,human,symb,row_constant,10.0,[':'],:,1,1.0 +147,human,human,symb,attn,1.0,[0 0 0],@@@,1,1.0 +147,human,human,symb,three_rule_comb0,7.0,"[':', '>', '&']",[(:>&,0,1.0 +147,human,human,symb,dist3_diag2,29.0,['>'],*,0,1.0 +147,human,human,symb,attn,59.0,[0 0 0],@@@,1,1.0 +147,human,human,symb,two_rule_comb0,74.0,"['%', '<']",%<,1,1.0 +147,human,human,symb,col_constant,9.0,['('],(,1,1.0 +147,human,human,symb,XOR_permuted,63.0,"['*', '%']",>%,0,1.0 +147,human,human,symb,c2_set_union_permuted,76.0,[':'],%,0,1.0 +147,human,human,symb,c1_set_union,36.0,['~'],~,1,1.0 +147,human,human,symb,three_rule_comb1,98.0,"['~', '$', '(']",$:~,0,1.0 +147,human,human,symb,c3_set_union_permuted,86.0,"['%', '*', ':', '(']",*(,0,1.0 +147,human,human,symb,three_rule_comb3,68.0,"['*', '!', '*']",*!*,1,1.0 +148,human,human,symb,c3_set_union,15.0,"['%', '(', '&', '*']",%&(*,1,1.0 +148,human,human,symb,two_rule_comb1,53.0,"['$', '<']",$<,1,1.0 +148,human,human,symb,attn,74.0,[0 0 0],@@@,1,1.0 +148,human,human,symb,three_rule_comb1,14.0,"[':', '$', '!']",>$!,0,1.0 +148,human,human,symb,c1_set_union,31.0,['!'],!,1,1.0 +148,human,human,symb,XOR,24.0,"['>', '%']",>%,1,1.0 +148,human,human,symb,two_rule_comb0,35.0,"[':', '$']",:$,1,1.0 +148,human,human,symb,c2_set_union,79.0,[':'],:,1,1.0 +148,human,human,symb,dist3_diag1,55.0,['<'],<,1,1.0 +148,human,human,symb,dist3_diag2,68.0,['>'],>,1,1.0 +148,human,human,symb,three_rule_comb3,67.0,"['&', ':', '~']",*:*,0,1.0 +148,human,human,symb,attn,38.0,[0 0 0],@@@,1,1.0 +149,human,human,symb,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",~(,0,1.0 +149,human,human,symb,c1_set_union,24.0,['&'],&,1,1.0 +149,human,human,symb,three_rule_comb0,82.0,"['*', '(', '$']",* $ ,0,1.0 +149,human,human,symb,three_rule_comb6,87.0,"['&', '(', ':']",& ~ ,0,1.0 +149,human,human,symb,c2_set_union_permuted,99.0,['!'],! ~ ,0,1.0 +149,human,human,symb,attn,53.0,[0 0 0],@,0,1.0 +149,human,human,symb,dist3_diag1,88.0,['~'],~ ,1,1.0 +149,human,human,symb,two_rule_comb0,75.0,"['>', '%']",>%,1,1.0 +149,human,human,symb,XOR,33.0,"['(', ':']",> :,0,1.0 +149,human,human,symb,two_rule_comb3,19.0,"['<', '~']",< ~,1,1.0 +149,human,human,symb,two_rule_comb1,94.0,"['>', '(']",< (,0,1.0 +149,human,human,symb,attn,10.0,[0 0 0],@,0,1.0 +150,human,human,symb,c2_set_union,45.0,['~'],~,1,1.0 +150,human,human,symb,three_rule_comb1,80.0,"['>', '<', '!']",>$ !,0,1.0 +150,human,human,symb,col_constant,70.0,[':'],:,1,1.0 +150,human,human,symb,c3_set_union,35.0,"['%', '<', '*', '!']",%,0,1.0 +150,human,human,symb,c2_set_union_permuted,51.0,['!'],*,0,1.0 +150,human,human,symb,attn,64.0,[0 0 0],@@@,1,1.0 +150,human,human,symb,XOR_permuted,68.0,"['$', '<']",<$,1,1.0 +150,human,human,symb,attn,44.0,[0 0 0],@@@,1,1.0 +150,human,human,symb,c1_set_union,46.0,['*'],*,1,1.0 +150,human,human,symb,two_rule_comb1,89.0,"['~', '$']",~$,1,1.0 +150,human,human,symb,two_rule_comb3,14.0,"['~', '(']",~% ,0,1.0 +150,human,human,symb,three_rule_comb0,8.0,"['*', '<', '!']",*'],>],1,1.0 +350613,350613,02,symb,row_constant,3.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,4.0,['~'],~],1,1.0 +350613,350613,02,symb,row_constant,5.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,6.0,['<'],<],1,1.0 +350613,350613,02,symb,row_constant,7.0,['$'],$],1,1.0 +350613,350613,02,symb,row_constant,8.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,9.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,10.0,[':'],:],1,1.0 +350613,350613,02,symb,row_constant,11.0,['$'],$],1,1.0 +350613,350613,02,symb,row_constant,12.0,['%'],%],1,1.0 +350613,350613,02,symb,row_constant,13.0,['%'],%],1,1.0 +350613,350613,02,symb,row_constant,14.0,['&'],&],1,1.0 +350613,350613,02,symb,row_constant,15.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,16.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,17.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,18.0,['%'],%],1,1.0 +350613,350613,02,symb,row_constant,19.0,['<'],<],1,1.0 +350613,350613,02,symb,row_constant,20.0,['%'],%],1,1.0 +350613,350613,02,symb,row_constant,21.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,22.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,23.0,['$'],$],1,1.0 +350613,350613,02,symb,row_constant,24.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,25.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,26.0,['<'],<],1,1.0 +350613,350613,02,symb,row_constant,27.0,['$'],$],1,1.0 +350613,350613,02,symb,row_constant,28.0,['~'],~],1,1.0 +350613,350613,02,symb,row_constant,29.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,30.0,['~'],~],1,1.0 +350613,350613,02,symb,row_constant,31.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,32.0,['*'],*],1,1.0 +350613,350613,02,symb,row_constant,33.0,['('],)],0,1.0 +350613,350613,02,symb,row_constant,34.0,['~'],~],1,1.0 +350613,350613,02,symb,row_constant,35.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,36.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,37.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,38.0,['%'],%],1,1.0 +350613,350613,02,symb,row_constant,39.0,['$'],$],1,1.0 +350613,350613,02,symb,row_constant,40.0,['%'],%],1,1.0 +350613,350613,02,symb,row_constant,41.0,['~'],~],1,1.0 +350613,350613,02,symb,row_constant,42.0,['&'],&],1,1.0 +350613,350613,02,symb,row_constant,43.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,44.0,['<'],<],1,1.0 +350613,350613,02,symb,row_constant,45.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,46.0,['*'],*],1,1.0 +350613,350613,02,symb,row_constant,47.0,[':'],:],1,1.0 +350613,350613,02,symb,row_constant,48.0,[':'],:],1,1.0 +350613,350613,02,symb,row_constant,49.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,50.0,['&'],&],1,1.0 +350613,350613,02,symb,row_constant,51.0,['('],)],0,1.0 +350613,350613,02,symb,row_constant,52.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,53.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,54.0,['$'],$],1,1.0 +350613,350613,02,symb,row_constant,55.0,['%'],%],1,1.0 +350613,350613,02,symb,row_constant,56.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,57.0,['%'],%],1,1.0 +350613,350613,02,symb,row_constant,58.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,59.0,['<'],<],1,1.0 +350613,350613,02,symb,row_constant,60.0,['&'],&],1,1.0 +350613,350613,02,symb,row_constant,61.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,62.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,63.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,64.0,['&'],&],1,1.0 +350613,350613,02,symb,row_constant,65.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,66.0,[':'],:],1,1.0 +350613,350613,02,symb,row_constant,67.0,['<'],<],1,1.0 +350613,350613,02,symb,row_constant,68.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,69.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,70.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,71.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,72.0,['&'],&],1,1.0 +350613,350613,02,symb,row_constant,73.0,['~'],~],1,1.0 +350613,350613,02,symb,row_constant,74.0,['<'],<],1,1.0 +350613,350613,02,symb,row_constant,75.0,['%'],%],1,1.0 +350613,350613,02,symb,row_constant,76.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,77.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,78.0,['('],(],1,1.0 +350613,350613,02,symb,row_constant,79.0,['*'],*],1,1.0 +350613,350613,02,symb,row_constant,80.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,81.0,['*'],*],1,1.0 +350613,350613,02,symb,row_constant,82.0,['$'],$],1,1.0 +350613,350613,02,symb,row_constant,83.0,[':'],:],1,1.0 +350613,350613,02,symb,row_constant,84.0,['<'],<],1,1.0 +350613,350613,02,symb,row_constant,85.0,['*'],*],1,1.0 +350613,350613,02,symb,row_constant,86.0,['('],)],0,1.0 +350613,350613,02,symb,row_constant,87.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,88.0,['%'],%],1,1.0 +350613,350613,02,symb,row_constant,89.0,['!'],!],1,1.0 +350613,350613,02,symb,row_constant,90.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,91.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,92.0,['&'],&],1,1.0 +350613,350613,02,symb,row_constant,93.0,['>'],>],1,1.0 +350613,350613,02,symb,row_constant,94.0,['*'],*],1,1.0 +350613,350613,02,symb,row_constant,95.0,['~'],~],1,1.0 +350613,350613,02,symb,row_constant,96.0,['~'],~],1,1.0 +350613,350613,02,symb,row_constant,97.0,['*'],*],1,1.0 +350613,350613,02,symb,row_constant,98.0,[':'],:],1,1.0 +350613,350613,02,symb,row_constant,99.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,0.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,1.0,['$'],$],1,1.0 +350613,350613,02,symb,col_constant,2.0,['$'],$],1,1.0 +350613,350613,02,symb,col_constant,3.0,[':'],:],1,1.0 +350613,350613,02,symb,col_constant,4.0,['>'],>],1,1.0 +350613,350613,02,symb,col_constant,5.0,[':'],:],1,1.0 +350613,350613,02,symb,col_constant,6.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,7.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,8.0,['('],(],1,1.0 +350613,350613,02,symb,col_constant,9.0,['('],(],1,1.0 +350613,350613,02,symb,col_constant,10.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,11.0,[':'],:],1,1.0 +350613,350613,02,symb,col_constant,12.0,['%'],%],1,1.0 +350613,350613,02,symb,col_constant,13.0,['&'],&],1,1.0 +350613,350613,02,symb,col_constant,14.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,15.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,16.0,['>'],>],1,1.0 +350613,350613,02,symb,col_constant,17.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,18.0,['('],(],1,1.0 +350613,350613,02,symb,col_constant,19.0,['*'],*],1,1.0 +350613,350613,02,symb,col_constant,20.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,21.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,22.0,['$'],$],1,1.0 +350613,350613,02,symb,col_constant,23.0,['%'],%],1,1.0 +350613,350613,02,symb,col_constant,24.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,25.0,['*'],*],1,1.0 +350613,350613,02,symb,col_constant,26.0,['$'],$],1,1.0 +350613,350613,02,symb,col_constant,27.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,28.0,['$'],$],1,1.0 +350613,350613,02,symb,col_constant,29.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,30.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,31.0,[':'],:],1,1.0 +350613,350613,02,symb,col_constant,32.0,['('],(],1,1.0 +350613,350613,02,symb,col_constant,33.0,['%'],%],1,1.0 +350613,350613,02,symb,col_constant,34.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,35.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,36.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,37.0,['*'],*],1,1.0 +350613,350613,02,symb,col_constant,38.0,['*'],*],1,1.0 +350613,350613,02,symb,col_constant,39.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,40.0,['*'],*],1,1.0 +350613,350613,02,symb,col_constant,41.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,42.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,43.0,['%'],%],1,1.0 +350613,350613,02,symb,col_constant,44.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,45.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,46.0,['>'],>],1,1.0 +350613,350613,02,symb,col_constant,47.0,['%'],%],1,1.0 +350613,350613,02,symb,col_constant,48.0,[':'],:],1,1.0 +350613,350613,02,symb,col_constant,49.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,50.0,['>'],>],1,1.0 +350613,350613,02,symb,col_constant,51.0,['>'],>],1,1.0 +350613,350613,02,symb,col_constant,52.0,[':'],:],1,1.0 +350613,350613,02,symb,col_constant,53.0,['*'],*],1,1.0 +350613,350613,02,symb,col_constant,54.0,['%'],%],1,1.0 +350613,350613,02,symb,col_constant,55.0,['%'],%],1,1.0 +350613,350613,02,symb,col_constant,56.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,57.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,58.0,['%'],%],1,1.0 +350613,350613,02,symb,col_constant,59.0,['*'],*],1,1.0 +350613,350613,02,symb,col_constant,60.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,61.0,['('],(],1,1.0 +350613,350613,02,symb,col_constant,62.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,63.0,['&'],&],1,1.0 +350613,350613,02,symb,col_constant,64.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,65.0,['*'],*],1,1.0 +350613,350613,02,symb,col_constant,66.0,['%'],%],1,1.0 +350613,350613,02,symb,col_constant,67.0,['>'],>],1,1.0 +350613,350613,02,symb,col_constant,68.0,['('],(],1,1.0 +350613,350613,02,symb,col_constant,69.0,['('],(],1,1.0 +350613,350613,02,symb,col_constant,70.0,[':'],:],1,1.0 +350613,350613,02,symb,col_constant,71.0,['*'],*],1,1.0 +350613,350613,02,symb,col_constant,72.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,73.0,['('],(],1,1.0 +350613,350613,02,symb,col_constant,74.0,[':'],:],1,1.0 +350613,350613,02,symb,col_constant,75.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,76.0,['&'],&],1,1.0 +350613,350613,02,symb,col_constant,77.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,78.0,['>'],>],1,1.0 +350613,350613,02,symb,col_constant,79.0,['$'],$],1,1.0 +350613,350613,02,symb,col_constant,80.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,81.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,82.0,[':'],:],1,1.0 +350613,350613,02,symb,col_constant,83.0,['$'],$],1,1.0 +350613,350613,02,symb,col_constant,84.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,85.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,86.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,87.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,88.0,['&'],&],1,1.0 +350613,350613,02,symb,col_constant,89.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,90.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,91.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,92.0,['%'],%],1,1.0 +350613,350613,02,symb,col_constant,93.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,94.0,['~'],~],1,1.0 +350613,350613,02,symb,col_constant,95.0,['!'],!],1,1.0 +350613,350613,02,symb,col_constant,96.0,['&'],&],1,1.0 +350613,350613,02,symb,col_constant,97.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,98.0,['<'],<],1,1.0 +350613,350613,02,symb,col_constant,99.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag1,0.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag1,1.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag1,2.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag1,3.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,4.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,5.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,6.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag1,7.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,8.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,9.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,10.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag1,11.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,12.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,13.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag1,14.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,15.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag1,16.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,17.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,18.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,19.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,20.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag1,21.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag1,22.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,23.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,24.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag1,25.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag1,26.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag1,27.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,28.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,29.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,30.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag1,31.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag1,32.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,33.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,34.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,35.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,36.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,37.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,38.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag1,39.0,['&'],&],1,1.0 +350613,350613,02,symb,dist3_diag1,40.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag1,41.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag1,42.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,43.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,44.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,45.0,['&'],&],1,1.0 +350613,350613,02,symb,dist3_diag1,46.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,47.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag1,48.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,49.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag1,50.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,51.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,52.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag1,53.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag1,54.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,55.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag1,56.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,57.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,58.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,59.0,['&'],&],1,1.0 +350613,350613,02,symb,dist3_diag1,60.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,61.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag1,62.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,63.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,64.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag1,65.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,66.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,67.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,68.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag1,69.0,['&'],&],1,1.0 +350613,350613,02,symb,dist3_diag1,70.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag1,71.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag1,72.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,73.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,74.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,75.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,76.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,77.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,78.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag1,79.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag1,80.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,81.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,82.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,83.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,84.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,85.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag1,86.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,87.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,88.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,89.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,90.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag1,91.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag1,92.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag1,93.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,94.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag1,95.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag1,96.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,97.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag1,98.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag1,99.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag2,0.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,1.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,2.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,3.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,4.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag2,5.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag2,6.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,7.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,8.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,9.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,10.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,11.0,['&'],&],1,1.0 +350613,350613,02,symb,dist3_diag2,12.0,['&'],&],1,1.0 +350613,350613,02,symb,dist3_diag2,13.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,14.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,15.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,16.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,17.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,18.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,19.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,20.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,21.0,['&'],&],1,1.0 +350613,350613,02,symb,dist3_diag2,22.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag2,23.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag2,24.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag2,25.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,26.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,27.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,28.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag2,29.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,30.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag2,31.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag2,32.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,33.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,34.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag2,35.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag2,36.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag2,37.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,38.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,39.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,40.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag2,41.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag2,42.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag2,43.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,44.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag2,45.0,['('],(]],1,1.0 +350613,350613,02,symb,dist3_diag2,46.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,47.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,48.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag2,49.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,50.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,51.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag2,52.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,53.0,['*'],*],1,1.0 +350613,350613,02,symb,dist3_diag2,54.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,55.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,56.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,57.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag2,58.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,59.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,60.0,['&'],&],1,1.0 +350613,350613,02,symb,dist3_diag2,61.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,62.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,63.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,64.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,65.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,66.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,67.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,68.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,69.0,[':'],:],1,1.0 +350613,350613,02,symb,dist3_diag2,70.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,71.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag2,72.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,73.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,74.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag2,75.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,76.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,77.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,78.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,79.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag2,80.0,['$'],$],1,1.0 +350613,350613,02,symb,dist3_diag2,81.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,82.0,['>'],>],1,1.0 +350613,350613,02,symb,dist3_diag2,83.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag2,84.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,85.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,86.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,87.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,88.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,89.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag2,90.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag2,91.0,['%'],%],1,1.0 +350613,350613,02,symb,dist3_diag2,92.0,['!'],!],1,1.0 +350613,350613,02,symb,dist3_diag2,93.0,['&'],&],1,1.0 +350613,350613,02,symb,dist3_diag2,94.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,95.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,96.0,['~'],~],1,1.0 +350613,350613,02,symb,dist3_diag2,97.0,['('],(],1,1.0 +350613,350613,02,symb,dist3_diag2,98.0,['<'],<],1,1.0 +350613,350613,02,symb,dist3_diag2,99.0,['%'],%],1,1.0 +350613,350613,02,symb,prog_size1,0.0,['('],@],0,1.0 +350613,350613,02,symb,prog_size1,1.0,['<'],&],0,1.0 +350613,350613,02,symb,prog_size1,2.0,['~'],*],0,1.0 +350613,350613,02,symb,prog_size1,3.0,['>'],!],0,1.0 +350613,350613,02,symb,prog_size1,4.0,[':'],(],0,1.0 +350613,350613,02,symb,prog_size1,5.0,['$'],<],0,1.0 +350613,350613,02,symb,prog_size1,6.0,['%'],!]],0,1.0 +350613,350613,02,symb,prog_size1,7.0,['&'],<],0,1.0 +350613,350613,02,symb,prog_size1,8.0,['*'],~],0,1.0 +350613,350613,02,symb,prog_size1,9.0,['!'],)],0,1.0 +350613,350613,02,symb,prog_size1,10.0,['('],:],0,1.0 +350613,350613,02,symb,prog_size1,11.0,['<'],#],0,1.0 +350613,350613,02,symb,prog_size2,0.0,[':'],%],0,1.0 +350613,350613,02,symb,prog_size2,1.0,['$'],&]],0,1.0 +350613,350613,02,symb,prog_size2,2.0,['%'],:]],0,1.0 +350613,350613,02,symb,prog_size2,3.0,['&'],$],0,1.0 +350613,350613,02,symb,two_rule_comb0,0.0,"['~', '$']",~ $],1,1.0 +350613,350613,02,symb,two_rule_comb0,1.0,"['>', '%']",> %],1,1.0 +350613,350613,02,symb,two_rule_comb0,2.0,"['*', '(']",* (],1,1.0 +350613,350613,02,symb,two_rule_comb0,3.0,"['*', '%']",* %],1,1.0 +350613,350613,02,symb,two_rule_comb0,4.0,"['$', '*']",$ *],1,1.0 +350613,350613,02,symb,two_rule_comb0,5.0,"['>', '%']",> %],1,1.0 +350613,350613,02,symb,two_rule_comb0,6.0,"['&', '$']",& $],1,1.0 +350613,350613,02,symb,two_rule_comb0,7.0,"['&', '>']",& >],1,1.0 +350613,350613,02,symb,two_rule_comb0,8.0,"['>', '!']",> !],1,1.0 +350613,350613,02,symb,two_rule_comb0,9.0,"['$', '%']",$ %],1,1.0 +350613,350613,02,symb,two_rule_comb0,10.0,"['>', '*']",> *],1,1.0 +350613,350613,02,symb,two_rule_comb0,11.0,"['&', '~']",& ~],1,1.0 +350613,350613,02,symb,two_rule_comb0,12.0,"['>', '(']",> (],1,1.0 +350613,350613,02,symb,two_rule_comb0,13.0,"['$', '>']",$ >],1,1.0 +350613,350613,02,symb,two_rule_comb0,14.0,"['%', '%']",% %],1,1.0 +350613,350613,02,symb,two_rule_comb0,15.0,"['!', '>']",! >],1,1.0 +350613,350613,02,symb,two_rule_comb0,16.0,"['>', '!']",> !],1,1.0 +350613,350613,02,symb,two_rule_comb0,17.0,"['$', '%']",$ %],1,1.0 +350613,350613,02,symb,two_rule_comb0,18.0,"['>', '*']",> *],1,1.0 +350613,350613,02,symb,two_rule_comb0,19.0,"['*', '~']",* ~],1,1.0 +350613,350613,02,symb,two_rule_comb0,20.0,"['<', '<']",< <],1,1.0 +350613,350613,02,symb,two_rule_comb0,21.0,"[':', '<']",: <],1,1.0 +350613,350613,02,symb,two_rule_comb0,22.0,"['~', '(']",~ (],1,1.0 +350613,350613,02,symb,two_rule_comb0,23.0,"['~', ':']",~ :],1,1.0 +350613,350613,02,symb,two_rule_comb0,24.0,"['>', '&']",> &],1,1.0 +350613,350613,02,symb,two_rule_comb0,25.0,"['<', '&']",<&],1,1.0 +350613,350613,02,symb,two_rule_comb0,26.0,"['~', ':']",~ :],1,1.0 +350613,350613,02,symb,two_rule_comb0,27.0,"['>', '>']",> >]],1,1.0 +350613,350613,02,symb,two_rule_comb0,28.0,"['>', '&']",> &],1,1.0 +350613,350613,02,symb,two_rule_comb0,29.0,"['%', '*']",% *],1,1.0 +350613,350613,02,symb,two_rule_comb0,30.0,"['$', '(']",$ (],1,1.0 +350613,350613,02,symb,two_rule_comb0,31.0,"['(', '<']",(< <],0,1.0 +350613,350613,02,symb,two_rule_comb0,32.0,"['!', '!']",! !],1,1.0 +350613,350613,02,symb,two_rule_comb0,33.0,"['>', '$']",> $],1,1.0 +350613,350613,02,symb,two_rule_comb0,34.0,"['(', '*']",( *],1,1.0 +350613,350613,02,symb,two_rule_comb0,35.0,"[':', '$']",: $],1,1.0 +350613,350613,02,symb,two_rule_comb0,36.0,"['~', '<']",~ <],1,1.0 +350613,350613,02,symb,two_rule_comb0,37.0,"['&', '<']",& <],1,1.0 +350613,350613,02,symb,two_rule_comb0,38.0,"['!', '~']",! ~],1,1.0 +350613,350613,02,symb,two_rule_comb0,39.0,"['<', '$']",< $],1,1.0 +350613,350613,02,symb,two_rule_comb0,40.0,"['<', '~']",< ~],1,1.0 +350613,350613,02,symb,two_rule_comb0,41.0,"['&', '*']",& *],1,1.0 +350613,350613,02,symb,two_rule_comb0,42.0,"['&', '>']",& >],1,1.0 +350613,350613,02,symb,two_rule_comb0,43.0,"[':', '%']",: %],1,1.0 +350613,350613,02,symb,two_rule_comb0,44.0,"['!', '*']",! *],1,1.0 +350613,350613,02,symb,two_rule_comb0,45.0,"['>', '(']",> (],1,1.0 +350613,350613,02,symb,two_rule_comb0,46.0,"['$', '~']",$ ~],1,1.0 +350613,350613,02,symb,two_rule_comb0,47.0,"['(', '*']",( *],1,1.0 +350613,350613,02,symb,two_rule_comb0,48.0,"['~', '(']",~ (],1,1.0 +350613,350613,02,symb,two_rule_comb0,49.0,"[':', '$']",: $],1,1.0 +350613,350613,02,symb,two_rule_comb0,50.0,"['*', '%']",* %],1,1.0 +350613,350613,02,symb,two_rule_comb0,51.0,"['>', '<']",> <],1,1.0 +350613,350613,02,symb,two_rule_comb0,52.0,"['*', '!']",* !],1,1.0 +350613,350613,02,symb,two_rule_comb0,53.0,"['!', '<']",! <],1,1.0 +350613,350613,02,symb,two_rule_comb0,54.0,"['%', '>']",% >],1,1.0 +350613,350613,02,symb,two_rule_comb0,55.0,"['&', '~']",& ~],1,1.0 +350613,350613,02,symb,two_rule_comb0,56.0,"['>', '&']",> &],1,1.0 +350613,350613,02,symb,two_rule_comb0,57.0,"['~', ':']",~ :],1,1.0 +350613,350613,02,symb,two_rule_comb0,58.0,"[':', '%']",: %],1,1.0 +350613,350613,02,symb,two_rule_comb0,59.0,"['!', '%']",! %],1,1.0 +350613,350613,02,symb,two_rule_comb0,60.0,"['!', '%']",! %],1,1.0 +350613,350613,02,symb,two_rule_comb0,61.0,"['*', '!']",* !],1,1.0 +350613,350613,02,symb,two_rule_comb0,62.0,"['~', '!']",~ !],1,1.0 +350613,350613,02,symb,two_rule_comb0,63.0,"['%', ':']",% :],1,1.0 +350613,350613,02,symb,two_rule_comb0,64.0,"['$', '>']",$ >],1,1.0 +350613,350613,02,symb,two_rule_comb0,65.0,"['<', '(']",< (],1,1.0 +350613,350613,02,symb,two_rule_comb0,66.0,"['*', '~']",* ~],1,1.0 +350613,350613,02,symb,two_rule_comb0,67.0,"['%', ':']",% :],1,1.0 +350613,350613,02,symb,two_rule_comb0,68.0,"[':', '%']",: %],1,1.0 +350613,350613,02,symb,two_rule_comb0,69.0,"['~', '&']",~ &],1,1.0 +350613,350613,02,symb,two_rule_comb0,70.0,"['(', '~']",( ~],1,1.0 +350613,350613,02,symb,two_rule_comb0,71.0,"['$', '%']",$ %],1,1.0 +350613,350613,02,symb,two_rule_comb0,72.0,"['!', '*']",! *],1,1.0 +350613,350613,02,symb,two_rule_comb0,73.0,"['!', '<']",! <],1,1.0 +350613,350613,02,symb,two_rule_comb0,74.0,"['%', '<']",% <],1,1.0 +350613,350613,02,symb,two_rule_comb0,75.0,"['>', '%']",> %],1,1.0 +350613,350613,02,symb,two_rule_comb0,76.0,"['&', '$']",& $],1,1.0 +350613,350613,02,symb,two_rule_comb0,77.0,"['&', '>']",& >],1,1.0 +350613,350613,02,symb,two_rule_comb0,78.0,"['%', '&']",% &],1,1.0 +350613,350613,02,symb,two_rule_comb0,79.0,"['>', '>']",> >],1,1.0 +350613,350613,02,symb,two_rule_comb0,80.0,"['*', '<']",* <],1,1.0 +350613,350613,02,symb,two_rule_comb0,81.0,"['!', '<']",! <],1,1.0 +350613,350613,02,symb,two_rule_comb0,82.0,"['>', '>']",> >],1,1.0 +350613,350613,02,symb,two_rule_comb0,83.0,"['>', '%']",> %],1,1.0 +350613,350613,02,symb,two_rule_comb0,84.0,"['!', '&']",! &],1,1.0 +350613,350613,02,symb,two_rule_comb0,85.0,"['%', ':']",% :],1,1.0 +350613,350613,02,symb,two_rule_comb0,86.0,"['!', '%']",! %],1,1.0 +350613,350613,02,symb,two_rule_comb0,87.0,"['&', '<']",& <],1,1.0 +350613,350613,02,symb,two_rule_comb0,88.0,"[':', '%']",: %],1,1.0 +350613,350613,02,symb,two_rule_comb0,89.0,"['*', '>']",* >],1,1.0 +350613,350613,02,symb,two_rule_comb0,90.0,"[':', '<']",: <],1,1.0 +350613,350613,02,symb,two_rule_comb0,91.0,"['!', '&']",! &],1,1.0 +350613,350613,02,symb,two_rule_comb0,92.0,"['!', ':']",! :],1,1.0 +350613,350613,02,symb,two_rule_comb0,93.0,"['!', '$']",! $],1,1.0 +350613,350613,02,symb,two_rule_comb0,94.0,"['*', '*']",* *],1,1.0 +350613,350613,02,symb,two_rule_comb0,95.0,"[':', '!']",: !],1,1.0 +350613,350613,02,symb,two_rule_comb0,96.0,"['&', '<']",& <],1,1.0 +350613,350613,02,symb,two_rule_comb0,97.0,"['$', '(']",$ (],1,1.0 +350613,350613,02,symb,two_rule_comb0,98.0,"['<', '(']",< (],1,1.0 +350613,350613,02,symb,two_rule_comb0,99.0,"['!', '&']",! &],1,1.0 +350613,350613,02,symb,two_rule_comb1,0.0,"['&', '*']",& *],1,1.0 +350613,350613,02,symb,two_rule_comb1,1.0,"[':', '$']",$ $],0,1.0 +350613,350613,02,symb,two_rule_comb1,2.0,"['*', '~']",* ~],1,1.0 +350613,350613,02,symb,two_rule_comb1,3.0,"['!', '(']",! (],1,1.0 +350613,350613,02,symb,two_rule_comb1,4.0,"['*', '>']",* >],1,1.0 +350613,350613,02,symb,two_rule_comb1,5.0,"['(', '%']",( %],1,1.0 +350613,350613,02,symb,two_rule_comb1,6.0,"['>', '(']",> (],1,1.0 +350613,350613,02,symb,two_rule_comb1,7.0,"['&', '&']",& &],1,1.0 +350613,350613,02,symb,two_rule_comb1,8.0,"['>', '$']",> $],1,1.0 +350613,350613,02,symb,two_rule_comb1,9.0,"['!', '&']",! &],1,1.0 +350613,350613,02,symb,two_rule_comb1,10.0,"['!', '>']",! %],0,1.0 +350613,350613,02,symb,two_rule_comb1,11.0,"['%', '*']",* %],0,1.0 +350613,350613,02,symb,two_rule_comb1,12.0,"['~', '>']",~ >],1,1.0 +350613,350613,02,symb,two_rule_comb1,13.0,"[':', '*']",: *],1,1.0 +350613,350613,02,symb,two_rule_comb1,14.0,"['>', '(']",> (],1,1.0 +350613,350613,02,symb,two_rule_comb1,15.0,"['&', '!']",& !],1,1.0 +350613,350613,02,symb,two_rule_comb1,16.0,"['>', '!']",> !],1,1.0 +350613,350613,02,symb,two_rule_comb1,17.0,"['>', '>']",> >],1,1.0 +350613,350613,02,symb,two_rule_comb1,18.0,"['&', ':']",& :],1,1.0 +350613,350613,02,symb,two_rule_comb1,19.0,"['&', '$']",& $],1,1.0 +350613,350613,02,symb,two_rule_comb1,20.0,"['(', '$']",( $],1,1.0 +350613,350613,02,symb,two_rule_comb1,21.0,"['*', '!']",* !],1,1.0 +350613,350613,02,symb,two_rule_comb1,22.0,"['~', '>']",~ >,1,1.0 +350613,350613,02,symb,two_rule_comb1,23.0,"['*', '<']",* <],1,1.0 +350613,350613,02,symb,two_rule_comb1,24.0,"['!', '&']",! &],1,1.0 +350613,350613,02,symb,two_rule_comb1,25.0,"['~', '<']",~ <],1,1.0 +350613,350613,02,symb,two_rule_comb1,26.0,"[':', '&']",: &],1,1.0 +350613,350613,02,symb,two_rule_comb1,27.0,"['~', ':']",~ :],1,1.0 +350613,350613,02,symb,two_rule_comb1,28.0,"['<', '(']",< (],1,1.0 +350613,350613,02,symb,two_rule_comb1,29.0,"['%', '(']",% (],1,1.0 +350613,350613,02,symb,two_rule_comb1,30.0,"['(', '$']",( $],1,1.0 +350613,350613,02,symb,two_rule_comb1,31.0,"['~', '*']",~ *],1,1.0 +350613,350613,02,symb,two_rule_comb1,32.0,"['&', '>']",& >],1,1.0 +350613,350613,02,symb,two_rule_comb1,33.0,"['!', '%']",! %],1,1.0 +350613,350613,02,symb,two_rule_comb1,34.0,"['&', '*']",& *],1,1.0 +350613,350613,02,symb,two_rule_comb1,35.0,"['(', '&']",(& %)],0,1.0 +350613,350613,02,symb,two_rule_comb1,36.0,"['~', '~']",~ ~],1,1.0 +350613,350613,02,symb,two_rule_comb1,37.0,"['~', '*']",~ *],1,1.0 +350613,350613,02,symb,two_rule_comb1,38.0,"['!', '*']",! *],1,1.0 +350613,350613,02,symb,two_rule_comb1,39.0,"['$', '$']",$ $],1,1.0 +350613,350613,02,symb,two_rule_comb1,40.0,"['<', '$']",< $],1,1.0 +350613,350613,02,symb,two_rule_comb1,41.0,"['%', '*']",% *],1,1.0 +350613,350613,02,symb,two_rule_comb1,42.0,"['!', '*']",! *,1,1.0 +350613,350613,02,symb,two_rule_comb1,43.0,"['*', '*']",* $],0,1.0 +350613,350613,02,symb,two_rule_comb1,44.0,"[':', '&']",: &],1,1.0 +350613,350613,02,symb,two_rule_comb1,45.0,"['>', '!']",> !],1,1.0 +350613,350613,02,symb,two_rule_comb1,46.0,"['&', '<']",& <],1,1.0 +350613,350613,02,symb,two_rule_comb1,47.0,"['%', '<']",% <],1,1.0 +350613,350613,02,symb,two_rule_comb1,48.0,"['!', '<']",! <],1,1.0 +350613,350613,02,symb,two_rule_comb1,49.0,"['(', '>']",(< >],0,1.0 +350613,350613,02,symb,two_rule_comb1,50.0,"['!', '$']",! $],1,1.0 +350613,350613,02,symb,two_rule_comb1,51.0,"['!', '(']",! (],1,1.0 +350613,350613,02,symb,two_rule_comb1,52.0,"[':', '$']",: $],1,1.0 +350613,350613,02,symb,two_rule_comb1,53.0,"['$', '<']",$ <],1,1.0 +350613,350613,02,symb,two_rule_comb1,54.0,"['%', ':']",% :],1,1.0 +350613,350613,02,symb,two_rule_comb1,55.0,"['~', '*']",~ ~],0,1.0 +350613,350613,02,symb,two_rule_comb1,56.0,"['>', '%']",> %],1,1.0 +350613,350613,02,symb,two_rule_comb1,57.0,"['~', '~']",~ ~],1,1.0 +350613,350613,02,symb,two_rule_comb1,58.0,"['~', '!']",~ !],1,1.0 +350613,350613,02,symb,two_rule_comb1,59.0,"['(', '<']",( :],0,1.0 +350613,350613,02,symb,two_rule_comb1,60.0,"['~', '~']",~ >],0,1.0 +350613,350613,02,symb,two_rule_comb1,61.0,"[':', '(']",: (],1,1.0 +350613,350613,02,symb,two_rule_comb1,62.0,"['~', '(']",~ (],1,1.0 +350613,350613,02,symb,two_rule_comb1,63.0,"['*', '&']",*: &],0,1.0 +350613,350613,02,symb,two_rule_comb1,64.0,"[':', '&']",: &],1,1.0 +350613,350613,02,symb,two_rule_comb1,65.0,"['!', '!']",% !],0,1.0 +350613,350613,02,symb,two_rule_comb1,66.0,"['<', '$']",< $],1,1.0 +350613,350613,02,symb,two_rule_comb1,67.0,"['(', '$']",( $],1,1.0 +350613,350613,02,symb,two_rule_comb1,68.0,"['>', '>']",> ~],0,1.0 +350613,350613,02,symb,two_rule_comb1,69.0,"['<', '*']",< *],1,1.0 +350613,350613,02,symb,two_rule_comb1,70.0,"['%', '&']",% &],1,1.0 +350613,350613,02,symb,two_rule_comb1,71.0,"['(', ':']",( :]],1,1.0 +350613,350613,02,symb,two_rule_comb1,72.0,"[':', '!']",: !],1,1.0 +350613,350613,02,symb,two_rule_comb1,73.0,"['<', '~']",< <],0,1.0 +350613,350613,02,symb,two_rule_comb1,74.0,"['!', ':']",! :],1,1.0 +350613,350613,02,symb,two_rule_comb1,75.0,"['>', '$']",> $],1,1.0 +350613,350613,02,symb,two_rule_comb1,76.0,"['!', '*']",! *],1,1.0 +350613,350613,02,symb,two_rule_comb1,77.0,"['>', '<']",> <],1,1.0 +350613,350613,02,symb,two_rule_comb1,78.0,"['<', '<']",< &],0,1.0 +350613,350613,02,symb,two_rule_comb1,79.0,"['~', ':']",~ :],1,1.0 +350613,350613,02,symb,two_rule_comb1,80.0,"['~', ':']",~ :],1,1.0 +350613,350613,02,symb,two_rule_comb1,81.0,"['%', '~']",% ~],1,1.0 +350613,350613,02,symb,two_rule_comb1,82.0,"['<', '%']",< %],1,1.0 +350613,350613,02,symb,two_rule_comb1,83.0,"['&', '*']",& *],1,1.0 +350613,350613,02,symb,two_rule_comb1,84.0,"['>', '>']",> !],0,1.0 +350613,350613,02,symb,two_rule_comb1,85.0,"['<', '(']",< (],1,1.0 +350613,350613,02,symb,two_rule_comb1,86.0,"['&', '>']",& >],1,1.0 +350613,350613,02,symb,two_rule_comb1,87.0,"['&', '(']",& (],1,1.0 +350613,350613,02,symb,two_rule_comb1,88.0,"['&', '&']",<& ~],0,1.0 +350613,350613,02,symb,two_rule_comb1,89.0,"['~', '$']",~ ~],0,1.0 +350613,350613,02,symb,two_rule_comb1,90.0,"['*', '>']",* >],1,1.0 +350613,350613,02,symb,two_rule_comb1,91.0,"['(', '(']",(% (],0,1.0 +350613,350613,02,symb,two_rule_comb1,92.0,"['&', '*']",& *],1,1.0 +350613,350613,02,symb,two_rule_comb1,93.0,"['%', '%']",% &],0,1.0 +350613,350613,02,symb,two_rule_comb1,94.0,"['>', '(']",> (],1,1.0 +350613,350613,02,symb,two_rule_comb1,95.0,"['&', '<']",& <],1,1.0 +350613,350613,02,symb,two_rule_comb1,96.0,"['>', '&']",> &],1,1.0 +350613,350613,02,symb,two_rule_comb1,97.0,"['!', '$']",! $],1,1.0 +350613,350613,02,symb,two_rule_comb1,98.0,"['>', '~']",> ~],1,1.0 +350613,350613,02,symb,two_rule_comb1,99.0,"['*', '&']",* &],1,1.0 +350613,350613,02,symb,two_rule_comb2,0.0,"['&', '%']",< %],0,1.0 +350613,350613,02,symb,two_rule_comb2,1.0,"['%', '>']",: >],0,1.0 +350613,350613,02,symb,two_rule_comb2,2.0,"['~', '<']",~ &],0,1.0 +350613,350613,02,symb,two_rule_comb2,3.0,"['&', '<']",( <],0,1.0 +350613,350613,02,symb,two_rule_comb2,4.0,"['>', '*']",! *],0,1.0 +350613,350613,02,symb,two_rule_comb2,5.0,"['*', '~']",* !],0,1.0 +350613,350613,02,symb,two_rule_comb2,6.0,"['(', ':']",( ~],0,1.0 +350613,350613,02,symb,two_rule_comb2,7.0,"['!', '*']",! !],0,1.0 +350613,350613,02,symb,two_rule_comb2,8.0,"['$', '$']",< $],0,1.0 +350613,350613,02,symb,two_rule_comb2,9.0,"['~', '<']",~ &],0,1.0 +350613,350613,02,symb,two_rule_comb2,10.0,"[':', ':']",< :],0,1.0 +350613,350613,02,symb,two_rule_comb2,11.0,"['$', '<']",& <],0,1.0 +350613,350613,02,symb,two_rule_comb2,12.0,"['<', '(']",< >],0,1.0 +350613,350613,02,symb,two_rule_comb2,13.0,"['(', '~']",:> ~],0,1.0 +350613,350613,02,symb,two_rule_comb2,14.0,"['*', '!']",(~ !)],0,1.0 +350613,350613,02,symb,two_rule_comb2,15.0,"[':', '<']",: $],0,1.0 +350613,350613,02,symb,two_rule_comb2,16.0,"['(', '$']",( !],0,1.0 +350613,350613,02,symb,two_rule_comb2,17.0,"['$', '(']",< (],0,1.0 +350613,350613,02,symb,two_rule_comb2,18.0,"['%', '%']",% #],0,1.0 +350613,350613,02,symb,two_rule_comb2,19.0,"['<', '(']",< :],0,1.0 +350613,350613,02,symb,two_rule_comb2,20.0,"['(', '<']",: <],0,1.0 +350613,350613,02,symb,two_rule_comb2,21.0,"['%', '~']",> ~],0,1.0 +350613,350613,02,symb,two_rule_comb2,22.0,"['&', '<']",& $],0,1.0 +350613,350613,02,symb,two_rule_comb2,23.0,"['<', '$']",< ~],0,1.0 +350613,350613,02,symb,two_rule_comb2,24.0,"['<', '!']",& !],0,1.0 +350613,350613,02,symb,two_rule_comb2,25.0,"['%', '~']",% *],0,1.0 +350613,350613,02,symb,two_rule_comb2,26.0,"[':', '>']",% >],0,1.0 +350613,350613,02,symb,two_rule_comb2,27.0,"['~', '&']",~ ~],0,1.0 +350613,350613,02,symb,two_rule_comb2,28.0,"['$', '&']",$ >],0,1.0 +350613,350613,02,symb,two_rule_comb2,29.0,"['%', '(']",% :],0,1.0 +350613,350613,02,symb,two_rule_comb2,30.0,"['!', '*']",! <],0,1.0 +350613,350613,02,symb,two_rule_comb2,31.0,"['~', '<']",~ *),0,1.0 +350613,350613,02,symb,two_rule_comb2,32.0,"['&', '*']",& <],0,1.0 +350613,350613,02,symb,two_rule_comb2,33.0,"['<', '~']",< !],0,1.0 +350613,350613,02,symb,two_rule_comb2,34.0,"['<', '&']",< &],1,1.0 +350613,350613,02,symb,two_rule_comb2,35.0,"['>', '~']",:!],0,1.0 +350613,350613,02,symb,two_rule_comb2,36.0,"[':', '%']",% %],0,1.0 +350613,350613,02,symb,two_rule_comb2,37.0,"['$', '~']",< ~],0,1.0 +350613,350613,02,symb,two_rule_comb2,38.0,"['(', '*']",% *],0,1.0 +350613,350613,02,symb,two_rule_comb2,39.0,"['*', '&']",* (],0,1.0 +350613,350613,02,symb,two_rule_comb2,40.0,"[':', '!']",% !],0,1.0 +350613,350613,02,symb,two_rule_comb2,41.0,"['$', '~']",$ *],0,1.0 +350613,350613,02,symb,two_rule_comb2,42.0,"['~', '<']",& <],0,1.0 +350613,350613,02,symb,two_rule_comb2,43.0,"[':', '$']",: ?],0,1.0 +350613,350613,02,symb,two_rule_comb2,44.0,"['(', '!']",( <],0,1.0 +350613,350613,02,symb,two_rule_comb2,45.0,"['>', '&']",> %],0,1.0 +350613,350613,02,symb,two_rule_comb2,46.0,"['%', ':']",% %],0,1.0 +350613,350613,02,symb,two_rule_comb2,47.0,"['!', '>']",( >],0,1.0 +350613,350613,02,symb,two_rule_comb2,48.0,"['>', '<']",> *),0,1.0 +350613,350613,02,symb,two_rule_comb2,49.0,"['<', '!']",$ !],0,1.0 +350613,350613,02,symb,two_rule_comb2,50.0,"['~', '(']",~ >],0,1.0 +350613,350613,02,symb,two_rule_comb2,51.0,"['$', '!']",< !],0,1.0 +350613,350613,02,symb,two_rule_comb2,52.0,"['&', '&']",& #],0,1.0 +350613,350613,02,symb,two_rule_comb2,53.0,"['%', '$']",% <],0,1.0 +350613,350613,02,symb,two_rule_comb2,54.0,"['~', ':']",! :],0,1.0 +350613,350613,02,symb,two_rule_comb2,55.0,"['~', '!']",* !],0,1.0 +350613,350613,02,symb,two_rule_comb2,56.0,"[':', '<']",% <],0,1.0 +350613,350613,02,symb,two_rule_comb2,57.0,"['$', '~']",$ *],0,1.0 +350613,350613,02,symb,two_rule_comb2,58.0,"['<', '%']",$ %],0,1.0 +350613,350613,02,symb,two_rule_comb2,59.0,"['%', '<']",% $],0,1.0 +350613,350613,02,symb,two_rule_comb2,60.0,"['*', '%']",% %],0,1.0 +350613,350613,02,symb,two_rule_comb2,61.0,"['%', '*']",* *],0,1.0 +350613,350613,02,symb,two_rule_comb2,62.0,"['<', '&']",< $],0,1.0 +350613,350613,02,symb,two_rule_comb2,63.0,"[':', '*']",* *],0,1.0 +350613,350613,02,symb,two_rule_comb2,64.0,"[':', '>']",< >],0,1.0 +350613,350613,02,symb,two_rule_comb2,65.0,"['$', '&']",$ >],0,1.0 +350613,350613,02,symb,two_rule_comb2,66.0,"['<', '$']",* $],0,1.0 +350613,350613,02,symb,two_rule_comb2,67.0,"['$', '%']",% %],0,1.0 +350613,350613,02,symb,two_rule_comb2,68.0,"['%', '$']",% &],0,1.0 +350613,350613,02,symb,two_rule_comb2,69.0,"['%', '%']",% &],0,1.0 +350613,350613,02,symb,two_rule_comb2,70.0,"['<', ':']",* :],0,1.0 +350613,350613,02,symb,two_rule_comb2,71.0,"['$', ':']",$ #],0,1.0 +350613,350613,02,symb,two_rule_comb2,72.0,"['&', '&']",& $],0,1.0 +350613,350613,02,symb,two_rule_comb2,73.0,"['(', '!']",% %],0,1.0 +350613,350613,02,symb,two_rule_comb2,74.0,"[':', '*']",: ~],0,1.0 +350613,350613,02,symb,two_rule_comb2,75.0,"['%', '*']",( *],0,1.0 +350613,350613,02,symb,two_rule_comb2,76.0,"['<', '>']",> >],0,1.0 +350613,350613,02,symb,two_rule_comb2,77.0,"[':', ':']",: !],0,1.0 +350613,350613,02,symb,two_rule_comb2,78.0,"['~', '~']",* ~],0,1.0 +350613,350613,02,symb,two_rule_comb2,79.0,"[':', '%']",% %],0,1.0 +350613,350613,02,symb,two_rule_comb2,80.0,"['*', '*']",* *],1,1.0 +350613,350613,02,symb,two_rule_comb2,81.0,"['%', ':']",% :],1,1.0 +350613,350613,02,symb,two_rule_comb2,82.0,"['>', '<']",% <],0,1.0 +350613,350613,02,symb,two_rule_comb2,83.0,"[':', '(']",: >],0,1.0 +350613,350613,02,symb,two_rule_comb2,84.0,"['<', '*']",$ *],0,1.0 +350613,350613,02,symb,two_rule_comb2,85.0,"[':', '%']",: %],1,1.0 +350613,350613,02,symb,two_rule_comb2,86.0,"['<', '%']",< !],0,1.0 +350613,350613,02,symb,two_rule_comb2,87.0,"['%', '!']",: !],0,1.0 +350613,350613,02,symb,two_rule_comb2,88.0,"['>', '&']",! &],0,1.0 +350613,350613,02,symb,two_rule_comb2,89.0,"['~', '%']",~ #],0,1.0 +350613,350613,02,symb,two_rule_comb2,90.0,"[':', '<']",< <],0,1.0 +350613,350613,02,symb,two_rule_comb2,91.0,"['$', '<']",< <],0,1.0 +350613,350613,02,symb,two_rule_comb2,92.0,"['%', '<']",% <],1,1.0 +350613,350613,02,symb,two_rule_comb2,93.0,"['>', '>']",! >],0,1.0 +350613,350613,02,symb,two_rule_comb2,94.0,"['>', '%']",! %],0,1.0 +350613,350613,02,symb,two_rule_comb2,95.0,"['&', '%']",# %],0,1.0 +350613,350613,02,symb,two_rule_comb2,96.0,"['*', '%']",~ %],0,1.0 +350613,350613,02,symb,two_rule_comb2,97.0,"['<', '&']",< &],1,1.0 +350613,350613,02,symb,two_rule_comb2,98.0,"['~', '(']",~ >],0,1.0 +350613,350613,02,symb,two_rule_comb2,99.0,"['*', '>']",* !],0,1.0 +350613,350613,02,symb,two_rule_comb3,0.0,"['$', '&']",$ &],1,1.0 +350613,350613,02,symb,two_rule_comb3,1.0,"['$', '%']",$ %],1,1.0 +350613,350613,02,symb,two_rule_comb3,2.0,"['(', ':']",( :)],0,1.0 +350613,350613,02,symb,two_rule_comb3,3.0,"['&', ':']",& :],1,1.0 +350613,350613,02,symb,two_rule_comb3,4.0,"['<', '>']",< >],1,1.0 +350613,350613,02,symb,two_rule_comb3,5.0,"[':', '*']",: *],1,1.0 +350613,350613,02,symb,two_rule_comb3,6.0,"['$', '*']",$ *],1,1.0 +350613,350613,02,symb,two_rule_comb3,7.0,"['~', '&']",~ &],1,1.0 +350613,350613,02,symb,two_rule_comb3,8.0,"['$', ':']",$ :],1,1.0 +350613,350613,02,symb,two_rule_comb3,9.0,"['(', '<']",( <],1,1.0 +350613,350613,02,symb,two_rule_comb3,10.0,"['%', '(']",% (],1,1.0 +350613,350613,02,symb,two_rule_comb3,11.0,"[':', '~']",: ~],1,1.0 +350613,350613,02,symb,two_rule_comb3,12.0,"[':', '!']",: !],1,1.0 +350613,350613,02,symb,two_rule_comb3,13.0,"['<', '$']",< $],1,1.0 +350613,350613,02,symb,two_rule_comb3,14.0,"['~', '(']",~ (],1,1.0 +350613,350613,02,symb,two_rule_comb3,15.0,"['<', '!']",', '%']",> %],1,1.0 +350613,350613,02,symb,two_rule_comb3,19.0,"['<', '~']",< ~],1,1.0 +350613,350613,02,symb,two_rule_comb3,20.0,"['~', '(']",~ (],1,1.0 +350613,350613,02,symb,two_rule_comb3,21.0,"['%', '~']",% ~],1,1.0 +350613,350613,02,symb,two_rule_comb3,22.0,"['>', '%']",> %],1,1.0 +350613,350613,02,symb,two_rule_comb3,23.0,"['~', ':']",~ :],1,1.0 +350613,350613,02,symb,two_rule_comb3,24.0,"[':', '!']",: !],1,1.0 +350613,350613,02,symb,two_rule_comb3,25.0,"['&', '>']",& >],1,1.0 +350613,350613,02,symb,two_rule_comb3,26.0,"['&', '*']",:& *],0,1.0 +350613,350613,02,symb,two_rule_comb3,27.0,"['(', '~']",( ~],1,1.0 +350613,350613,02,symb,two_rule_comb3,28.0,"['&', '*']",& *],1,1.0 +350613,350613,02,symb,two_rule_comb3,29.0,"['%', '*']",% *],1,1.0 +350613,350613,02,symb,two_rule_comb3,30.0,"['*', '(']",* (],1,1.0 +350613,350613,02,symb,two_rule_comb3,31.0,"['<', '<']",< %],0,1.0 +350613,350613,02,symb,two_rule_comb3,32.0,"['$', '~']",$ ~],1,1.0 +350613,350613,02,symb,two_rule_comb3,33.0,"['$', '%']",$ %],1,1.0 +350613,350613,02,symb,two_rule_comb3,34.0,"['!', '(']",! (],1,1.0 +350613,350613,02,symb,two_rule_comb3,35.0,"['%', '&']",% &],1,1.0 +350613,350613,02,symb,two_rule_comb3,36.0,"['~', '!']",~ !],1,1.0 +350613,350613,02,symb,two_rule_comb3,37.0,"['!', '*']",! *],1,1.0 +350613,350613,02,symb,two_rule_comb3,38.0,"['*', '&']",* &],1,1.0 +350613,350613,02,symb,two_rule_comb3,39.0,"['&', '!']",& !],1,1.0 +350613,350613,02,symb,two_rule_comb3,40.0,"['$', '&']",$ &],1,1.0 +350613,350613,02,symb,two_rule_comb3,41.0,"['(', '(']",( (],1,1.0 +350613,350613,02,symb,two_rule_comb3,42.0,"['$', ':']",: ~],0,1.0 +350613,350613,02,symb,two_rule_comb3,43.0,"['!', '*']",! *],1,1.0 +350613,350613,02,symb,two_rule_comb3,44.0,"['%', ':']",% :],1,1.0 +350613,350613,02,symb,two_rule_comb3,45.0,"['<', '*']",<* !],0,1.0 +350613,350613,02,symb,two_rule_comb3,46.0,"['*', '!']",* !],1,1.0 +350613,350613,02,symb,two_rule_comb3,47.0,"['*', '(']",* (],1,1.0 +350613,350613,02,symb,two_rule_comb3,48.0,"['<', '&']",<& %],0,1.0 +350613,350613,02,symb,two_rule_comb3,49.0,"['<', '*']",< *],1,1.0 +350613,350613,02,symb,two_rule_comb3,50.0,"['~', '$']",~ $],1,1.0 +350613,350613,02,symb,two_rule_comb3,51.0,"['~', '~']",~ *],0,1.0 +350613,350613,02,symb,two_rule_comb3,52.0,"['~', '!']",~ !],1,1.0 +350613,350613,02,symb,two_rule_comb3,53.0,"['(', '*']",( *],1,1.0 +350613,350613,02,symb,two_rule_comb3,54.0,"['$', '$']",$ !],0,1.0 +350613,350613,02,symb,two_rule_comb3,55.0,"['*', '~']",* ~],1,1.0 +350613,350613,02,symb,two_rule_comb3,56.0,"['!', '%']",! %],1,1.0 +350613,350613,02,symb,two_rule_comb3,57.0,"[':', '~']",: ~],1,1.0 +350613,350613,02,symb,two_rule_comb3,58.0,"['>', ':']",> :],1,1.0 +350613,350613,02,symb,two_rule_comb3,59.0,"['!', '*']",! *],1,1.0 +350613,350613,02,symb,two_rule_comb3,60.0,"[':', '&']",: &],1,1.0 +350613,350613,02,symb,two_rule_comb3,61.0,"['!', '>']",! >],1,1.0 +350613,350613,02,symb,two_rule_comb3,62.0,"['$', '~']",~ $],0,1.0 +350613,350613,02,symb,two_rule_comb3,63.0,"['$', '&']",$ &],1,1.0 +350613,350613,02,symb,two_rule_comb3,64.0,"['&', '&']",& %],0,1.0 +350613,350613,02,symb,two_rule_comb3,65.0,"['$', '>']",$ >],1,1.0 +350613,350613,02,symb,two_rule_comb3,66.0,"[':', '>']",> *],0,1.0 +350613,350613,02,symb,two_rule_comb3,67.0,"['$', '*']",$ *],1,1.0 +350613,350613,02,symb,two_rule_comb3,68.0,"[':', '*']",: *],1,1.0 +350613,350613,02,symb,two_rule_comb3,69.0,"['&', '!']",& !],1,1.0 +350613,350613,02,symb,two_rule_comb3,70.0,"['(', '>']",( >],1,1.0 +350613,350613,02,symb,two_rule_comb3,71.0,"['>', '*']",> *],1,1.0 +350613,350613,02,symb,two_rule_comb3,72.0,"['%', '*']",% *],1,1.0 +350613,350613,02,symb,two_rule_comb3,73.0,"['~', '&']",~ &],1,1.0 +350613,350613,02,symb,two_rule_comb3,74.0,"['!', '!']",! !],1,1.0 +350613,350613,02,symb,two_rule_comb3,75.0,"[':', '(']",: (],1,1.0 +350613,350613,02,symb,two_rule_comb3,76.0,"['>', '%']",> %],1,1.0 +350613,350613,02,symb,two_rule_comb3,77.0,"['%', ':']",% :],1,1.0 +350613,350613,02,symb,two_rule_comb3,78.0,"[':', '!']",: !],1,1.0 +350613,350613,02,symb,two_rule_comb3,79.0,"['(', '*']",( *],1,1.0 +350613,350613,02,symb,two_rule_comb3,80.0,"['&', '%']",& %],1,1.0 +350613,350613,02,symb,two_rule_comb3,81.0,"['!', '%']",! %],1,1.0 +350613,350613,02,symb,two_rule_comb3,82.0,"['&', '(']",& (],1,1.0 +350613,350613,02,symb,two_rule_comb3,83.0,"['%', '(']",% (],1,1.0 +350613,350613,02,symb,two_rule_comb3,84.0,"['&', '(']",& (],1,1.0 +350613,350613,02,symb,two_rule_comb3,85.0,"['~', '$']",~ $],1,1.0 +350613,350613,02,symb,two_rule_comb3,86.0,"['!', ':']",! :],1,1.0 +350613,350613,02,symb,two_rule_comb3,87.0,"['$', '<']",< &],0,1.0 +350613,350613,02,symb,two_rule_comb3,88.0,"['~', '*']",~ *],1,1.0 +350613,350613,02,symb,two_rule_comb3,89.0,"['*', '&']",* *],0,1.0 +350613,350613,02,symb,two_rule_comb3,90.0,"['!', '~']",! ~],1,1.0 +350613,350613,02,symb,two_rule_comb3,91.0,"['<', '(']",< (],1,1.0 +350613,350613,02,symb,two_rule_comb3,92.0,"['*', '<']",* <],1,1.0 +350613,350613,02,symb,two_rule_comb3,93.0,"['*', '~']",* ~],1,1.0 +350613,350613,02,symb,two_rule_comb3,94.0,"['~', '*']",~ *],1,1.0 +350613,350613,02,symb,two_rule_comb3,95.0,"['>', ':']",> :],1,1.0 +350613,350613,02,symb,two_rule_comb3,96.0,"['<', ':']",< : ],1,1.0 +350613,350613,02,symb,two_rule_comb3,97.0,"[':', '$']",: $],1,1.0 +350613,350613,02,symb,two_rule_comb3,98.0,"['&', '!']",& !],1,1.0 +350613,350613,02,symb,two_rule_comb3,99.0,"['(', '$']",( $],1,1.0 +350613,350613,02,symb,two_rule_comb4,0.0,"['&', '~']",~ >],0,1.0 +350613,350613,02,symb,two_rule_comb4,1.0,"['<', '>']",& (&],0,1.0 +350613,350613,02,symb,two_rule_comb4,2.0,"['(', '!']",& !],0,1.0 +350613,350613,02,symb,two_rule_comb4,3.0,"['!', '&']",! : ],0,1.0 +350613,350613,02,symb,two_rule_comb4,4.0,"['&', '(']",< :],0,1.0 +350613,350613,02,symb,two_rule_comb4,5.0,"['$', '&']",$ <],0,1.0 +350613,350613,02,symb,two_rule_comb4,6.0,"['&', '!']",% <],0,1.0 +350613,350613,02,symb,two_rule_comb4,7.0,"['!', '(']",! <],0,1.0 +350613,350613,02,symb,two_rule_comb4,8.0,"['~', '(']",* (!],0,1.0 +350613,350613,02,symb,two_rule_comb4,9.0,"['*', '(']",~ >],0,1.0 +350613,350613,02,symb,two_rule_comb4,10.0,"[':', '<']",< *],0,1.0 +350613,350613,02,symb,two_rule_comb4,11.0,"['%', '&']",: &],0,1.0 +350613,350613,02,symb,two_rule_comb4,12.0,"['$', '(']",$ :],0,1.0 +350613,350613,02,symb,two_rule_comb4,13.0,"['$', '%']",$ #],0,1.0 +350613,350613,02,symb,two_rule_comb4,14.0,"['$', '*']",$ !],0,1.0 +350613,350613,02,symb,two_rule_comb4,15.0,"['~', '~']",~ !],0,1.0 +350613,350613,02,symb,two_rule_comb4,16.0,"['&', '%']",$ %],0,1.0 +350613,350613,02,symb,two_rule_comb4,17.0,"['<', '$']",< : ],0,1.0 +350613,350613,02,symb,two_rule_comb4,18.0,"['>', '$']",> &],0,1.0 +350613,350613,02,symb,two_rule_comb4,19.0,"['*', '!']",$ ~],0,1.0 +350613,350613,02,symb,two_rule_comb4,20.0,"['$', '*']",& *],0,1.0 +350613,350613,02,symb,two_rule_comb4,21.0,"['(', '&']",: &],0,1.0 +350613,350613,02,symb,two_rule_comb4,22.0,"['(', '!']",: &],0,1.0 +350613,350613,02,symb,two_rule_comb4,23.0,"['&', '!']",$ >],0,1.0 +350613,350613,02,symb,two_rule_comb4,24.0,"['<', ':']",< ~],0,1.0 +350613,350613,02,symb,two_rule_comb4,25.0,"['<', '!']",< (],0,1.0 +350613,350613,02,symb,two_rule_comb4,26.0,"['&', '&']",< &],0,1.0 +350613,350613,02,symb,two_rule_comb4,27.0,"[':', '(']",% (],0,1.0 +350613,350613,02,symb,two_rule_comb4,28.0,"['(', '*']",% *],0,1.0 +350613,350613,02,symb,two_rule_comb4,29.0,"['(', '&']",<( *)],0,1.0 +350613,350613,02,symb,two_rule_comb4,30.0,"['$', '~']",< ~],0,1.0 +350613,350613,02,symb,two_rule_comb4,31.0,"['%', '>']",: >],0,1.0 +350613,350613,02,symb,two_rule_comb4,32.0,"['%', '%']",% #],0,1.0 +350613,350613,02,symb,two_rule_comb4,33.0,"['<', '%']",< #],0,1.0 +350613,350613,02,symb,two_rule_comb4,34.0,"[':', '~']",% >],0,1.0 +350613,350613,02,symb,two_rule_comb4,35.0,"['<', '>']",! !],0,1.0 +350613,350613,02,symb,two_rule_comb4,36.0,"['%', '(']",: $],0,1.0 +350613,350613,02,symb,two_rule_comb4,37.0,"['$', '(']",$: >],0,1.0 +350613,350613,02,symb,two_rule_comb4,38.0,"['>', '%']",> !],0,1.0 +350613,350613,02,symb,two_rule_comb4,39.0,"['%', '(']",: (],0,1.0 +350613,350613,02,symb,two_rule_comb4,40.0,"['>', '*']",> $],0,1.0 +350613,350613,02,symb,two_rule_comb4,41.0,"['!', '$']",> *],0,1.0 +350613,350613,02,symb,two_rule_comb4,42.0,"['<', '%']",< *],0,1.0 +350613,350613,02,symb,two_rule_comb4,43.0,"['$', '<']",& <],0,1.0 +350613,350613,02,symb,two_rule_comb4,44.0,"['<', '%']",< %],1,1.0 +350613,350613,02,symb,two_rule_comb4,45.0,"['&', '!']",& >],0,1.0 +350613,350613,02,symb,two_rule_comb4,46.0,"['&', '%']",$ >],0,1.0 +350613,350613,02,symb,two_rule_comb4,47.0,"['*', '(']",* <],0,1.0 +350613,350613,02,symb,two_rule_comb4,48.0,"['<', '(']",$ %],0,1.0 +350613,350613,02,symb,two_rule_comb4,49.0,"['~', '!']",% !],0,1.0 +350613,350613,02,symb,two_rule_comb4,50.0,"['$', '(']",& !],0,1.0 +350613,350613,02,symb,two_rule_comb4,51.0,"['~', '<']",~ (],0,1.0 +350613,350613,02,symb,two_rule_comb4,52.0,"[':', '~']",: *],0,1.0 +350613,350613,02,symb,two_rule_comb4,53.0,"['>', '*']",! ~],0,1.0 +350613,350613,02,symb,two_rule_comb4,54.0,"['~', '(']",* (],0,1.0 +350613,350613,02,symb,two_rule_comb4,55.0,"['>', '!']",> $],0,1.0 +350613,350613,02,symb,two_rule_comb4,56.0,"['>', '$']",$ $],0,1.0 +350613,350613,02,symb,two_rule_comb4,57.0,"[':', '&']",: %],0,1.0 +350613,350613,02,symb,two_rule_comb4,58.0,"['~', '&']",& !],0,1.0 +350613,350613,02,symb,two_rule_comb4,59.0,"[':', ':']",: *],0,1.0 +350613,350613,02,symb,two_rule_comb4,60.0,"['&', '<']",% <],0,1.0 +350613,350613,02,symb,two_rule_comb4,61.0,"[':', '<']",: ^],0,1.0 +350613,350613,02,symb,two_rule_comb4,62.0,"['$', '!']",& !],0,1.0 +350613,350613,02,symb,two_rule_comb4,63.0,"['%', '*']",! *],0,1.0 +350613,350613,02,symb,two_rule_comb4,64.0,"['%', '*']",: %],0,1.0 +350613,350613,02,symb,two_rule_comb4,65.0,"['*', '>']",* ~],0,1.0 +350613,350613,02,symb,two_rule_comb4,66.0,"['*', '>']",* ~],0,1.0 +350613,350613,02,symb,two_rule_comb4,67.0,"['~', '(']",~ ~],0,1.0 +350613,350613,02,symb,two_rule_comb4,68.0,"['!', '>']",> :],0,1.0 +350613,350613,02,symb,two_rule_comb4,69.0,"['&', '<']",& :],0,1.0 +350613,350613,02,symb,two_rule_comb4,70.0,"['&', '&']",& ?],0,1.0 +350613,350613,02,symb,two_rule_comb4,71.0,"['%', '&']",% $],0,1.0 +350613,350613,02,symb,two_rule_comb4,72.0,"['(', '$']",: :]],0,1.0 +350613,350613,02,symb,two_rule_comb4,73.0,"['<', '!']",! !],0,1.0 +350613,350613,02,symb,two_rule_comb4,74.0,"['%', '%']",% $],0,1.0 +350613,350613,02,symb,two_rule_comb4,75.0,"['!', '%']",! *],0,1.0 +350613,350613,02,symb,two_rule_comb4,76.0,"['&', '!']",: !],0,1.0 +350613,350613,02,symb,two_rule_comb4,77.0,"['!', '$']",($ $)],0,1.0 +350613,350613,02,symb,two_rule_comb4,78.0,"['>', '<']",> *],0,1.0 +350613,350613,02,symb,two_rule_comb4,79.0,"['<', '~']",: ~],0,1.0 +350613,350613,02,symb,two_rule_comb4,80.0,"['(', '~']",(< !],0,1.0 +350613,350613,02,symb,two_rule_comb4,81.0,"['(', ':']",% :],0,1.0 +350613,350613,02,symb,two_rule_comb4,82.0,"['!', '*']",> :],0,1.0 +350613,350613,02,symb,two_rule_comb4,83.0,"['%', '*']",# !],0,1.0 +350613,350613,02,symb,two_rule_comb4,84.0,"['>', '%']",~ %],0,1.0 +350613,350613,02,symb,two_rule_comb4,85.0,"['<', '&']",< $],0,1.0 +350613,350613,02,symb,two_rule_comb4,86.0,"['>', ':']",> <],0,1.0 +350613,350613,02,symb,two_rule_comb4,87.0,"['%', '<']",# <],0,1.0 +350613,350613,02,symb,two_rule_comb4,88.0,"['>', '(']",! (],0,1.0 +350613,350613,02,symb,two_rule_comb4,89.0,"['$', '$']",< $],0,1.0 +350613,350613,02,symb,two_rule_comb4,90.0,"[':', '%']",: ~],0,1.0 +350613,350613,02,symb,two_rule_comb4,91.0,"['*', '&']",~ &],0,1.0 +350613,350613,02,symb,two_rule_comb4,92.0,"['(', '<']",@ <],0,1.0 +350613,350613,02,symb,two_rule_comb4,93.0,"['(', '<']",> <],0,1.0 +350613,350613,02,symb,two_rule_comb4,94.0,"['~', '%']",~ !],0,1.0 +350613,350613,02,symb,two_rule_comb4,95.0,"['!', '<']",! *],0,1.0 +350613,350613,02,symb,two_rule_comb4,96.0,"['>', '&']",> >],0,1.0 +350613,350613,02,symb,two_rule_comb4,97.0,"['(', '$']",( &],0,1.0 +350613,350613,02,symb,two_rule_comb4,98.0,"['%', '$']",% ~],0,1.0 +350613,350613,02,symb,two_rule_comb4,99.0,"['&', '~']",# ~],0,1.0 +350613,350613,02,symb,two_rule_comb5,0.0,"['*', '%']",*& ~],0,1.0 +350613,350613,02,symb,two_rule_comb5,1.0,"['(', '(']",# ^],0,1.0 +350613,350613,02,symb,two_rule_comb5,2.0,"['$', '$']",: ^],0,1.0 +350613,350613,02,symb,two_rule_comb5,3.0,"['(', '<']",: &],0,1.0 +350613,350613,02,symb,two_rule_comb5,4.0,"['$', '(']",& %],0,1.0 +350613,350613,02,symb,two_rule_comb5,5.0,"['%', '&']",: $],0,1.0 +350613,350613,02,symb,two_rule_comb5,6.0,"['$', '&']",& <],0,1.0 +350613,350613,02,symb,two_rule_comb5,7.0,"['*', '!']",# !],0,1.0 +350613,350613,02,symb,two_rule_comb5,8.0,"['(', '%']",*: : ],0,1.0 +350613,350613,02,symb,two_rule_comb5,9.0,"['!', '(']",> %],0,1.0 +350613,350613,02,symb,two_rule_comb5,10.0,"['$', '%']",< (],0,1.0 +350613,350613,02,symb,two_rule_comb5,11.0,"['(', ':']",% %]],0,1.0 +350613,350613,02,symb,two_rule_comb5,12.0,"['$', '~']",* ~],0,1.0 +350613,350613,02,symb,two_rule_comb5,13.0,"['!', '~']",( < >],0,1.0 +350613,350613,02,symb,two_rule_comb5,14.0,"['<', ':']",& (],0,1.0 +350613,350613,02,symb,two_rule_comb5,15.0,"['~', '&']",(* <)],0,1.0 +350613,350613,02,symb,two_rule_comb5,16.0,"['&', '$']",$ <],0,1.0 +350613,350613,02,symb,two_rule_comb5,17.0,"['~', '(']",% *],0,1.0 +350613,350613,02,symb,two_rule_comb5,18.0,"['&', '%']",$ :],0,1.0 +350613,350613,02,symb,two_rule_comb5,19.0,"['>', '$']",# ^],0,1.0 +350613,350613,02,symb,two_rule_comb5,20.0,"['&', '$']",& $],1,1.0 +350613,350613,02,symb,two_rule_comb5,21.0,"[':', '<']",& ],0,1.0 +350613,350613,02,symb,two_rule_comb5,22.0,"['$', '~']",& *],0,1.0 +350613,350613,02,symb,two_rule_comb5,23.0,"['~', '%']",* (],0,1.0 +350613,350613,02,symb,two_rule_comb5,24.0,"['$', '!']",& >],0,1.0 +350613,350613,02,symb,two_rule_comb5,25.0,"['$', ':']",< :],0,1.0 +350613,350613,02,symb,two_rule_comb5,26.0,"['&', '<']",& <],1,1.0 +350613,350613,02,symb,two_rule_comb5,27.0,"['*', '~']",* ~],1,1.0 +350613,350613,02,symb,two_rule_comb5,28.0,"['$', ':']",< %],0,1.0 +350613,350613,02,symb,two_rule_comb5,29.0,"[':', '>']",% !],0,1.0 +350613,350613,02,symb,two_rule_comb5,30.0,"['>', '(']",> !],0,1.0 +350613,350613,02,symb,two_rule_comb5,31.0,"['<', '!']",<( ],0,1.0 +350613,350613,02,symb,two_rule_comb5,32.0,"['&', ':']",$ %],0,1.0 +350613,350613,02,symb,two_rule_comb5,33.0,"['$', '%']",< :],0,1.0 +350613,350613,02,symb,two_rule_comb5,34.0,"[':', '(']",% ],0,1.0 +350613,350613,02,symb,two_rule_comb5,35.0,"['%', '%']",% &],0,1.0 +350613,350613,02,symb,two_rule_comb5,36.0,"['!', '&']",> $],0,1.0 +350613,350613,02,symb,two_rule_comb5,37.0,"['<', '~']",< &],0,1.0 +350613,350613,02,symb,two_rule_comb5,38.0,"['(', '!']",# %],0,1.0 +350613,350613,02,symb,two_rule_comb5,39.0,"['>', '<']",! &],0,1.0 +350613,350613,02,symb,two_rule_comb5,40.0,"['%', '$']",! !],0,1.0 +350613,350613,02,symb,two_rule_comb5,41.0,"['$', '<']",& &],0,1.0 +350613,350613,02,symb,two_rule_comb5,42.0,"['%', '(']",% %],0,1.0 +350613,350613,02,symb,two_rule_comb5,43.0,"['<', '$']",& <],0,1.0 +350613,350613,02,symb,two_rule_comb5,44.0,"['*', '&']",@ @],0,1.0 +350613,350613,02,symb,two_rule_comb5,45.0,"['*', '&']",* ~],0,1.0 +350613,350613,02,symb,two_rule_comb5,46.0,"['!', '$']",> <],0,1.0 +350613,350613,02,symb,two_rule_comb5,47.0,"['<', '>']",$ !],0,1.0 +350613,350613,02,symb,two_rule_comb5,48.0,"['!', ':']",> (],0,1.0 +350613,350613,02,symb,two_rule_comb5,49.0,"['%', ':']",# $],0,1.0 +350613,350613,02,symb,two_rule_comb5,50.0,"['!', '<']",> &]],0,1.0 +350613,350613,02,symb,two_rule_comb5,51.0,"['&', '>']",(~ *)],0,1.0 +350613,350613,02,symb,two_rule_comb5,52.0,"['(', '$']",> ?],0,1.0 +350613,350613,02,symb,two_rule_comb5,53.0,"['(', '*']",@ #],0,1.0 +350613,350613,02,symb,two_rule_comb5,54.0,"['%', '$']",: <],0,1.0 +350613,350613,02,symb,two_rule_comb5,55.0,"['&', '%']",*& $],0,1.0 +350613,350613,02,symb,two_rule_comb5,56.0,"['$', '<']",< &],0,1.0 +350613,350613,02,symb,two_rule_comb5,57.0,"['<', '<']",$ &],0,1.0 +350613,350613,02,symb,two_rule_comb5,58.0,"['%', '<']",! *],0,1.0 +350613,350613,02,symb,two_rule_comb5,59.0,"['~', '*']",< * ~],0,1.0 +350613,350613,02,symb,two_rule_comb5,60.0,"['~', '<']",* $],0,1.0 +350613,350613,02,symb,two_rule_comb5,61.0,"[':', '~']",* ],0,1.0 +350613,350613,02,symb,two_rule_comb5,62.0,"['(', '~']",(% *),0,1.0 +350613,350613,02,symb,two_rule_comb5,63.0,"['!', ':']",(> %],0,1.0 +350613,350613,02,symb,two_rule_comb5,64.0,"[':', '%']",( (],0,1.0 +350613,350613,02,symb,two_rule_comb5,65.0,"['~', '<']",< *],0,1.0 +350613,350613,02,symb,two_rule_comb5,66.0,"['%', '>']",: !],0,1.0 +350613,350613,02,symb,two_rule_comb5,67.0,"['*', '<']",(& ~],0,1.0 +350613,350613,02,symb,two_rule_comb5,68.0,"['(', '%']",: (],0,1.0 +350613,350613,02,symb,two_rule_comb5,69.0,"['$', '*']",! @],0,1.0 +350613,350613,02,symb,two_rule_comb5,70.0,"['>', '%']",# $],0,1.0 +350613,350613,02,symb,two_rule_comb5,71.0,"['~', '%']",> #],0,1.0 +350613,350613,02,symb,two_rule_comb5,72.0,"[':', '%']",:%],1,1.0 +350613,350613,02,symb,two_rule_comb5,73.0,"['<', '%']",& :],0,1.0 +350613,350613,02,symb,two_rule_comb5,74.0,"['(', '$']",% <],0,1.0 +350613,350613,02,symb,two_rule_comb5,75.0,"['&', '(']",: >],0,1.0 +350613,350613,02,symb,two_rule_comb5,76.0,"['$', '%']",& :],0,1.0 +350613,350613,02,symb,two_rule_comb5,77.0,"['(', ':']",: (],0,1.0 +350613,350613,02,symb,two_rule_comb5,78.0,"['(', '&']",@ #],0,1.0 +350613,350613,02,symb,two_rule_comb5,79.0,"['>', '<']",! $],0,1.0 +350613,350613,02,symb,two_rule_comb5,80.0,"['(', '!']",( :>],0,1.0 +350613,350613,02,symb,two_rule_comb5,81.0,"['<', '&']",$ <],0,1.0 +350613,350613,02,symb,two_rule_comb5,82.0,"['<', '&']",! @],0,1.0 +350613,350613,02,symb,two_rule_comb5,83.0,"['%', ':']",% !],0,1.0 +350613,350613,02,symb,two_rule_comb5,84.0,"['*', ':']",~ (],0,1.0 +350613,350613,02,symb,two_rule_comb5,85.0,"['>', '*']",( <],0,1.0 +350613,350613,02,symb,two_rule_comb5,86.0,"['!', '$']",> &],0,1.0 +350613,350613,02,symb,two_rule_comb5,87.0,"['>', '!']",> !],1,1.0 +350613,350613,02,symb,two_rule_comb5,88.0,"['&', '~']",< *],0,1.0 +350613,350613,02,symb,two_rule_comb5,89.0,"['(', '%']",% (],0,1.0 +350613,350613,02,symb,two_rule_comb5,90.0,"['(', '$']",: &],0,1.0 +350613,350613,02,symb,two_rule_comb5,91.0,"[':', '(']",% %],0,1.0 +350613,350613,02,symb,two_rule_comb5,92.0,"['(', '(']",: %],0,1.0 +350613,350613,02,symb,two_rule_comb5,93.0,"['&', '<']",$ $],0,1.0 +350613,350613,02,symb,two_rule_comb5,94.0,"['&', ':']",# <],0,1.0 +350613,350613,02,symb,two_rule_comb5,95.0,"['~', '>']",~ *],0,1.0 +350613,350613,02,symb,two_rule_comb5,96.0,"['&', '&']",* >],0,1.0 +350613,350613,02,symb,two_rule_comb5,97.0,"['$', '>']",< !],0,1.0 +350613,350613,02,symb,two_rule_comb5,98.0,"['~', ':']",% #],0,1.0 +350613,350613,02,symb,two_rule_comb5,99.0,"['%', ':']",: )],0,1.0 +350613,350613,02,symb,three_rule_comb0,0.0,"['&', ':', ':']",& : :],1,1.0 +350613,350613,02,symb,three_rule_comb0,1.0,"['!', '%', '%']",! % %],1,1.0 +350613,350613,02,symb,three_rule_comb0,2.0,"['*', '$', '%']",* $ %],1,1.0 +350613,350613,02,symb,three_rule_comb0,3.0,"['$', '>', '*']",$ > *],1,1.0 +350613,350613,02,symb,three_rule_comb0,4.0,"[':', '%', '<']",: % <],1,1.0 +350613,350613,02,symb,three_rule_comb0,5.0,"['~', '%', '$']",~ % $],1,1.0 +350613,350613,02,symb,three_rule_comb0,6.0,"['(', '$', ':']",( $ :],1,1.0 +350613,350613,02,symb,three_rule_comb0,7.0,"[':', '>', '&']",: > &],1,1.0 +350613,350613,02,symb,three_rule_comb0,8.0,"['*', '<', '!']",* < !],1,1.0 +350613,350613,02,symb,three_rule_comb0,9.0,"[':', '$', '(']",: $ (],1,1.0 +350613,350613,02,symb,three_rule_comb0,10.0,"['&', '<', '>']",& < >],1,1.0 +350613,350613,02,symb,three_rule_comb0,11.0,"['$', '&', '!']",$ & !],1,1.0 +350613,350613,02,symb,three_rule_comb0,12.0,"['&', '<', '(']",& < (],1,1.0 +350613,350613,02,symb,three_rule_comb0,13.0,"['>', '>', '$']",> > $]],1,1.0 +350613,350613,02,symb,three_rule_comb0,14.0,"['(', '$', '<']",( $ <],1,1.0 +350613,350613,02,symb,three_rule_comb0,15.0,"['(', '>', '*']",( > *],1,1.0 +350613,350613,02,symb,three_rule_comb0,16.0,"['~', '!', '&']",~ ! &],1,1.0 +350613,350613,02,symb,three_rule_comb0,17.0,"[':', '*', '(']",: * (],1,1.0 +350613,350613,02,symb,three_rule_comb0,18.0,"['<', '>', '>']",< > >],1,1.0 +350613,350613,02,symb,three_rule_comb0,19.0,"['<', '~', '!']",< ~ !],1,1.0 +350613,350613,02,symb,three_rule_comb0,20.0,"['*', '*', '(']",* * (],1,1.0 +350613,350613,02,symb,three_rule_comb0,21.0,"['>', '&', '%']",> & %],1,1.0 +350613,350613,02,symb,three_rule_comb0,22.0,"[':', '&', '&']",: & &],1,1.0 +350613,350613,02,symb,three_rule_comb0,23.0,"['*', '&', '!']",* & !],1,1.0 +350613,350613,02,symb,three_rule_comb0,24.0,"['~', '>', '&']",~ > &],1,1.0 +350613,350613,02,symb,three_rule_comb0,25.0,"['&', '(', '!']",& ( !],1,1.0 +350613,350613,02,symb,three_rule_comb0,26.0,"[':', '$', '~']",: $ ~],1,1.0 +350613,350613,02,symb,three_rule_comb0,27.0,"['(', '!', '!']",( & !],0,1.0 +350613,350613,02,symb,three_rule_comb0,28.0,"[':', '(', '&']",: ( &],1,1.0 +350613,350613,02,symb,three_rule_comb0,29.0,"['*', '%', '(']",* % (],1,1.0 +350613,350613,02,symb,three_rule_comb0,30.0,"['~', '>', '!']",~ > !],1,1.0 +350613,350613,02,symb,three_rule_comb0,31.0,"['&', '&', ':']",& & :],1,1.0 +350613,350613,02,symb,three_rule_comb0,32.0,"['(', ':', ':']",( : :],1,1.0 +350613,350613,02,symb,three_rule_comb0,33.0,"['%', '<', '<']",% < <],1,1.0 +350613,350613,02,symb,three_rule_comb0,34.0,"['&', ':', '%']",& : %],1,1.0 +350613,350613,02,symb,three_rule_comb0,35.0,"['<', ':', '%']",< : %],1,1.0 +350613,350613,02,symb,three_rule_comb0,36.0,"['&', '(', ':']",& ( :],1,1.0 +350613,350613,02,symb,three_rule_comb0,37.0,"['&', '~', '(']",& ~ (],1,1.0 +350613,350613,02,symb,three_rule_comb0,38.0,"[':', '>', '$']",: > $],1,1.0 +350613,350613,02,symb,three_rule_comb0,39.0,"[':', ':', '&']",: : &],1,1.0 +350613,350613,02,symb,three_rule_comb0,40.0,"['$', '(', '(']",$ ( (],1,1.0 +350613,350613,02,symb,three_rule_comb0,41.0,"['%', '&', '>']",% & >],1,1.0 +350613,350613,02,symb,three_rule_comb0,42.0,"['>', '%', '~']",> % ~],1,1.0 +350613,350613,02,symb,three_rule_comb0,43.0,"['!', '%', '!']",! % !],1,1.0 +350613,350613,02,symb,three_rule_comb0,44.0,"['$', '&', '%']",$ & %],1,1.0 +350613,350613,02,symb,three_rule_comb0,45.0,"[':', '>', '*']",: > *],1,1.0 +350613,350613,02,symb,three_rule_comb0,46.0,"['*', '~', '~']",* ~ ~],1,1.0 +350613,350613,02,symb,three_rule_comb0,47.0,"['>', '*', '>']",> * >],1,1.0 +350613,350613,02,symb,three_rule_comb0,48.0,"[':', '!', '<']",: ! <],1,1.0 +350613,350613,02,symb,three_rule_comb0,49.0,"['(', '(', '$']",( ( $],1,1.0 +350613,350613,02,symb,three_rule_comb0,50.0,"[':', '!', '>']",: ! >],1,1.0 +350613,350613,02,symb,three_rule_comb0,51.0,"['*', '&', '>']",* & >],1,1.0 +350613,350613,02,symb,three_rule_comb0,52.0,"['$', '<', '<']",$ < <],1,1.0 +350613,350613,02,symb,three_rule_comb0,53.0,"[':', '!', '>']",: ! >],1,1.0 +350613,350613,02,symb,three_rule_comb0,54.0,"['(', '$', '&']",( $ &],1,1.0 +350613,350613,02,symb,three_rule_comb0,55.0,"['>', '(', '~']",> ( ~],1,1.0 +350613,350613,02,symb,three_rule_comb0,56.0,"['>', '!', '>']",> ! >],1,1.0 +350613,350613,02,symb,three_rule_comb0,57.0,"['%', '(', '$']",%( ($],0,1.0 +350613,350613,02,symb,three_rule_comb0,58.0,"['*', '&', '$']",* & $],1,1.0 +350613,350613,02,symb,three_rule_comb0,59.0,"['!', '*', '~']",! * ~],1,1.0 +350613,350613,02,symb,three_rule_comb0,60.0,"['*', '<', '&']",* < &],1,1.0 +350613,350613,02,symb,three_rule_comb0,61.0,"['!', '&', '%']",! & %],1,1.0 +350613,350613,02,symb,three_rule_comb0,62.0,"['$', ':', '<']",$ : <],1,1.0 +350613,350613,02,symb,three_rule_comb0,63.0,"['<', '~', '!']",< ~ !],1,1.0 +350613,350613,02,symb,three_rule_comb0,64.0,"['!', '<', '<']",! < <],1,1.0 +350613,350613,02,symb,three_rule_comb0,65.0,"['&', '%', '~']",& % ~],1,1.0 +350613,350613,02,symb,three_rule_comb0,66.0,"['%', ':', '*']",% : *],1,1.0 +350613,350613,02,symb,three_rule_comb0,67.0,"[':', '!', '$']",: ! $],1,1.0 +350613,350613,02,symb,three_rule_comb0,68.0,"['>', '<', '(']",> < (],1,1.0 +350613,350613,02,symb,three_rule_comb0,69.0,"['*', '&', '>']",* & >],1,1.0 +350613,350613,02,symb,three_rule_comb0,70.0,"[':', ':', '!']",: : !],1,1.0 +350613,350613,02,symb,three_rule_comb0,71.0,"['>', ':', '~']",> : ~],1,1.0 +350613,350613,02,symb,three_rule_comb0,72.0,"['<', '<', '~']",< < ~],1,1.0 +350613,350613,02,symb,three_rule_comb0,73.0,"['&', '*', ':']",& * :],1,1.0 +350613,350613,02,symb,three_rule_comb0,74.0,"['&', '%', '>']",& % >],1,1.0 +350613,350613,02,symb,three_rule_comb0,75.0,"['~', '$', '!']",~ $ !],1,1.0 +350613,350613,02,symb,three_rule_comb0,76.0,"['(', '*', '~']",(* : ~],0,1.0 +350613,350613,02,symb,three_rule_comb0,77.0,"['(', '~', '>']",( ~ >],1,1.0 +350613,350613,02,symb,three_rule_comb0,78.0,"['*', '>', '$']",* > $],1,1.0 +350613,350613,02,symb,three_rule_comb0,79.0,"['~', '$', '*']",~ $ *],1,1.0 +350613,350613,02,symb,three_rule_comb0,80.0,"['&', '!', '>']",& ! >],1,1.0 +350613,350613,02,symb,three_rule_comb0,81.0,"[':', '*', '!']",: * !],1,1.0 +350613,350613,02,symb,three_rule_comb0,82.0,"['*', '(', '$']",* ( $],1,1.0 +350613,350613,02,symb,three_rule_comb0,83.0,"['~', '$', '>']",~ $ >],1,1.0 +350613,350613,02,symb,three_rule_comb0,84.0,"[':', '>', '<']",: > <],1,1.0 +350613,350613,02,symb,three_rule_comb0,85.0,"[':', '$', '>']",: $ >],1,1.0 +350613,350613,02,symb,three_rule_comb0,86.0,"['~', '>', '>']",~ > >],1,1.0 +350613,350613,02,symb,three_rule_comb0,87.0,"['~', '&', '$']",~ & $],1,1.0 +350613,350613,02,symb,three_rule_comb0,88.0,"['&', '!', '>']",& ! >,1,1.0 +350613,350613,02,symb,three_rule_comb0,89.0,"['*', '&', '$']",* & $],1,1.0 +350613,350613,02,symb,three_rule_comb0,90.0,"['*', '%', '>']",* % >],1,1.0 +350613,350613,02,symb,three_rule_comb0,91.0,"['(', '%', '(']",( % (],1,1.0 +350613,350613,02,symb,three_rule_comb0,92.0,"['<', '(', '&']",< ( &],1,1.0 +350613,350613,02,symb,three_rule_comb0,93.0,"['%', ':', '*']",% : *],1,1.0 +350613,350613,02,symb,three_rule_comb0,94.0,"['%', '!', '<']",% ! <],1,1.0 +350613,350613,02,symb,three_rule_comb0,95.0,"['>', '$', '*']",> $ *],1,1.0 +350613,350613,02,symb,three_rule_comb0,96.0,"['$', '>', '>']",$ > >],1,1.0 +350613,350613,02,symb,three_rule_comb0,97.0,"['*', '&', ':']",* & :],1,1.0 +350613,350613,02,symb,three_rule_comb0,98.0,"['(', '>', '$']",( > $],1,1.0 +350613,350613,02,symb,three_rule_comb0,99.0,"['<', ':', '&']",< : &],1,1.0 +350613,350613,02,symb,three_rule_comb1,0.0,"['~', '$', '%']",~ $ %],1,1.0 +350613,350613,02,symb,three_rule_comb1,1.0,"[':', '$', '$']",: $ $],1,1.0 +350613,350613,02,symb,three_rule_comb1,2.0,"['!', '!', '*']",! ! *],1,1.0 +350613,350613,02,symb,three_rule_comb1,3.0,"['~', '(', ':']",~ ( :],1,1.0 +350613,350613,02,symb,three_rule_comb1,4.0,"['*', '*', '!']",* * !],1,1.0 +350613,350613,02,symb,three_rule_comb1,5.0,"['*', '!', '<']",* ! <],1,1.0 +350613,350613,02,symb,three_rule_comb1,6.0,"['~', '(', '(']",~ ( >],0,1.0 +350613,350613,02,symb,three_rule_comb1,7.0,"['<', '>', '~']",< > <],0,1.0 +350613,350613,02,symb,three_rule_comb1,8.0,"['*', '(', '>']",* & >],0,1.0 +350613,350613,02,symb,three_rule_comb1,9.0,"['>', '>', ':']",> * :],0,1.0 +350613,350613,02,symb,three_rule_comb1,10.0,"['&', '$', '&']",& ! &],0,1.0 +350613,350613,02,symb,three_rule_comb1,11.0,"['!', '<', '<']",! < %],0,1.0 +350613,350613,02,symb,three_rule_comb1,12.0,"['>', '>', '~']",> & ~],0,1.0 +350613,350613,02,symb,three_rule_comb1,13.0,"[':', '!', '*']",: ! >],0,1.0 +350613,350613,02,symb,three_rule_comb1,14.0,"[':', '$', '!']",: $ !],1,1.0 +350613,350613,02,symb,three_rule_comb1,15.0,"['%', '!', '%']",% ! %],1,1.0 +350613,350613,02,symb,three_rule_comb1,16.0,"['(', '~', '%']",( % %],0,1.0 +350613,350613,02,symb,three_rule_comb1,17.0,"['*', '>', '%']",* > %],1,1.0 +350613,350613,02,symb,three_rule_comb1,18.0,"['!', '!', '<']",! ! <],1,1.0 +350613,350613,02,symb,three_rule_comb1,19.0,"['>', '(', '$']",> ( $],1,1.0 +350613,350613,02,symb,three_rule_comb1,20.0,"['(', '&', '%']",( & !],0,1.0 +350613,350613,02,symb,three_rule_comb1,21.0,"['$', '&', '~']",$ & ~],1,1.0 +350613,350613,02,symb,three_rule_comb1,22.0,"['<', '<', '>']",< < >],1,1.0 +350613,350613,02,symb,three_rule_comb1,23.0,"['&', ':', '$']",& : $],1,1.0 +350613,350613,02,symb,three_rule_comb1,24.0,"['$', '(', '!']",$ ( !],1,1.0 +350613,350613,02,symb,three_rule_comb1,25.0,"[':', '(', '~']",: ( &],0,1.0 +350613,350613,02,symb,three_rule_comb1,26.0,"[':', '>', '&']",: > &],1,1.0 +350613,350613,02,symb,three_rule_comb1,27.0,"['$', '$', '<']",$ $ $],0,1.0 +350613,350613,02,symb,three_rule_comb1,28.0,"['%', '*', ':']",% * :],1,1.0 +350613,350613,02,symb,three_rule_comb1,29.0,"[':', '~', '*']",% ~ *],0,1.0 +350613,350613,02,symb,three_rule_comb1,30.0,"['~', '%', '%']",~ % %],1,1.0 +350613,350613,02,symb,three_rule_comb1,31.0,"['!', '$', ':']",! $ :],1,1.0 +350613,350613,02,symb,three_rule_comb1,32.0,"['&', '*', '%']",& * %],1,1.0 +350613,350613,02,symb,three_rule_comb1,33.0,"['*', '~', '&']",* * &],0,1.0 +350613,350613,02,symb,three_rule_comb1,34.0,"['(', '(', '*']",( ( *],1,1.0 +350613,350613,02,symb,three_rule_comb1,35.0,"[':', '&', '*']",: & *],1,1.0 +350613,350613,02,symb,three_rule_comb1,36.0,"['(', ':', '*']",< : *],0,1.0 +350613,350613,02,symb,three_rule_comb1,37.0,"['<', '<', '~']",< > ~],0,1.0 +350613,350613,02,symb,three_rule_comb1,38.0,"[':', ':', '*']",: : *],1,1.0 +350613,350613,02,symb,three_rule_comb1,39.0,"['$', '*', '<']",$ * <],1,1.0 +350613,350613,02,symb,three_rule_comb1,40.0,"['!', '*', '%']",! * %],1,1.0 +350613,350613,02,symb,three_rule_comb1,41.0,"['<', '*', '<']",< * <],1,1.0 +350613,350613,02,symb,three_rule_comb1,42.0,"['<', '~', '%']",< ~ %],1,1.0 +350613,350613,02,symb,three_rule_comb1,43.0,"['>', '&', '!']",> % !],0,1.0 +350613,350613,02,symb,three_rule_comb1,44.0,"['*', '~', '<']",* ~ <],1,1.0 +350613,350613,02,symb,three_rule_comb1,45.0,"['<', '$', '$']",< $ $],1,1.0 +350613,350613,02,symb,three_rule_comb1,46.0,"['~', '<', ':']",~ $ :],0,1.0 +350613,350613,02,symb,three_rule_comb1,47.0,"[':', '>', '%']",: > %],1,1.0 +350613,350613,02,symb,three_rule_comb1,48.0,"['&', '~', '*']",& ~ *],1,1.0 +350613,350613,02,symb,three_rule_comb1,49.0,"['>', '*', '<']",> * <],1,1.0 +350613,350613,02,symb,three_rule_comb1,50.0,"['<', '&', '!']",< & !],1,1.0 +350613,350613,02,symb,three_rule_comb1,51.0,"['~', '%', '%']",~ $ %],0,1.0 +350613,350613,02,symb,three_rule_comb1,52.0,"['$', '>', '<']",$ > <],1,1.0 +350613,350613,02,symb,three_rule_comb1,53.0,"['~', '$', '~']",~ $ ~],1,1.0 +350613,350613,02,symb,three_rule_comb1,54.0,"['(', '~', '<']",( ~ <],1,1.0 +350613,350613,02,symb,three_rule_comb1,55.0,"['<', '$', '!']",< $ !],1,1.0 +350613,350613,02,symb,three_rule_comb1,56.0,"['>', '>', '(']",> > (],1,1.0 +350613,350613,02,symb,three_rule_comb1,57.0,"['$', '(', '$']",& ( $],0,1.0 +350613,350613,02,symb,three_rule_comb1,58.0,"['$', '<', '%']",$ < %],1,1.0 +350613,350613,02,symb,three_rule_comb1,59.0,"['<', '%', '&']",< % &],1,1.0 +350613,350613,02,symb,three_rule_comb1,60.0,"[':', '(', '!']",: ( !],1,1.0 +350613,350613,02,symb,three_rule_comb1,61.0,"['<', ':', '!']",< : !],1,1.0 +350613,350613,02,symb,three_rule_comb1,62.0,"['(', '%', '(']",( % (],1,1.0 +350613,350613,02,symb,three_rule_comb1,63.0,"['$', ':', '*']",$ : *],1,1.0 +350613,350613,02,symb,three_rule_comb1,64.0,"['~', '$', '>']",~ $ >],1,1.0 +350613,350613,02,symb,three_rule_comb1,65.0,"['<', '~', '%']",< ~ %],1,1.0 +350613,350613,02,symb,three_rule_comb1,66.0,"['*', '*', '>']",* $ >],0,1.0 +350613,350613,02,symb,three_rule_comb1,67.0,"['&', '(', '<']",& ( <],1,1.0 +350613,350613,02,symb,three_rule_comb1,68.0,"['*', '&', '%']",* ~ %],0,1.0 +350613,350613,02,symb,three_rule_comb1,69.0,"['~', '!', '$']",$ ! $],0,1.0 +350613,350613,02,symb,three_rule_comb1,70.0,"['&', '!', '*']",& % *],0,1.0 +350613,350613,02,symb,three_rule_comb1,71.0,"['%', '&', '&']",% ! &],0,1.0 +350613,350613,02,symb,three_rule_comb1,72.0,"['!', '*', '<']",! * <],1,1.0 +350613,350613,02,symb,three_rule_comb1,73.0,"['<', '%', '%']",< % >],0,1.0 +350613,350613,02,symb,three_rule_comb1,74.0,"['$', '%', ':']",$ % :],1,1.0 +350613,350613,02,symb,three_rule_comb1,75.0,"['$', '*', '%']",$ * %],1,1.0 +350613,350613,02,symb,three_rule_comb1,76.0,"['>', '%', '%']",> % %],1,1.0 +350613,350613,02,symb,three_rule_comb1,77.0,"['!', '&', ':']",! & :],1,1.0 +350613,350613,02,symb,three_rule_comb1,78.0,"['$', '$', '!']",$ ! $],0,1.0 +350613,350613,02,symb,three_rule_comb1,79.0,"['*', '!', '(']",* * (],0,1.0 +350613,350613,02,symb,three_rule_comb1,80.0,"['>', '<', '!']",> < !],1,1.0 +350613,350613,02,symb,three_rule_comb1,81.0,"['$', '>', '!']",$ > !],1,1.0 +350613,350613,02,symb,three_rule_comb1,82.0,"['%', '!', ':']",% ! :],1,1.0 +350613,350613,02,symb,three_rule_comb1,83.0,"['<', '%', '&']",< % &],1,1.0 +350613,350613,02,symb,three_rule_comb1,84.0,"['(', ':', '>']",( : >),0,1.0 +350613,350613,02,symb,three_rule_comb1,85.0,"[':', '&', '*']",: & *],1,1.0 +350613,350613,02,symb,three_rule_comb1,86.0,"[':', '<', '>']",: < >],1,1.0 +350613,350613,02,symb,three_rule_comb1,87.0,"['&', '%', '>']",& % &],0,1.0 +350613,350613,02,symb,three_rule_comb1,88.0,"['!', '(', ':']",! ( :],1,1.0 +350613,350613,02,symb,three_rule_comb1,89.0,"['$', '>', '(']",$ > (],1,1.0 +350613,350613,02,symb,three_rule_comb1,90.0,"['(', '&', ':']",( & (],0,1.0 +350613,350613,02,symb,three_rule_comb1,91.0,"['&', '&', '!']",& & !],1,1.0 +350613,350613,02,symb,three_rule_comb1,92.0,"['$', '~', '$']",$ ~ $],1,1.0 +350613,350613,02,symb,three_rule_comb1,93.0,"['!', ':', '&']",! : &],1,1.0 +350613,350613,02,symb,three_rule_comb1,94.0,"['!', ':', '%']",! : %],1,1.0 +350613,350613,02,symb,three_rule_comb1,95.0,"['&', '<', '<']",& * <],0,1.0 +350613,350613,02,symb,three_rule_comb1,96.0,"['<', '&', '>']",< & %],0,1.0 +350613,350613,02,symb,three_rule_comb1,97.0,"['!', '<', '<']",! < <],1,1.0 +350613,350613,02,symb,three_rule_comb1,98.0,"['~', '$', '(']",~ $ (],1,1.0 +350613,350613,02,symb,three_rule_comb1,99.0,"['>', '<', '>']",> % >],0,1.0 +350613,350613,02,symb,three_rule_comb2,0.0,"['%', '%', '&']",% % $],0,1.0 +350613,350613,02,symb,three_rule_comb2,1.0,"['&', '&', '$']",& > $],0,1.0 +350613,350613,02,symb,three_rule_comb2,2.0,"[':', '<', '~']",: % ~],0,1.0 +350613,350613,02,symb,three_rule_comb2,3.0,"['*', ':', ':']",* < :],0,1.0 +350613,350613,02,symb,three_rule_comb2,4.0,"['$', '!', '&']",$ ! #],0,1.0 +350613,350613,02,symb,three_rule_comb2,5.0,"['*', '!', '*']",* ! <],0,1.0 +350613,350613,02,symb,three_rule_comb2,6.0,"['(', '<', '!']",% < !],0,1.0 +350613,350613,02,symb,three_rule_comb2,7.0,"['>', '(', '$']",> * $],0,1.0 +350613,350613,02,symb,three_rule_comb2,8.0,"['!', ':', ':']",> : :],0,1.0 +350613,350613,02,symb,three_rule_comb2,9.0,"['&', ':', '<']",& $ <],0,1.0 +350613,350613,02,symb,three_rule_comb2,10.0,"['&', '<', '$']",& : $],0,1.0 +350613,350613,02,symb,three_rule_comb2,11.0,"['<', '$', '%']",(* $ %)],0,1.0 +350613,350613,02,symb,three_rule_comb2,12.0,"['~', '*', '>']",~ * >],1,1.0 +350613,350613,02,symb,three_rule_comb2,13.0,"['<', '*', '>']",(* * >),0,1.0 +350613,350613,02,symb,three_rule_comb2,14.0,"['*', '>', ':']",* # :],0,1.0 +350613,350613,02,symb,three_rule_comb2,15.0,"['$', '<', '*']",$ % *],0,1.0 +350613,350613,02,symb,three_rule_comb2,16.0,"['!', '<', '&']",! < $],0,1.0 +350613,350613,02,symb,three_rule_comb2,17.0,"['!', '%', '!']",! $ !],0,1.0 +350613,350613,02,symb,three_rule_comb2,18.0,"['~', '!', '$']",~ ! ?],0,1.0 +350613,350613,02,symb,three_rule_comb2,19.0,"['(', '>', '(']",( % !],0,1.0 +350613,350613,02,symb,three_rule_comb2,20.0,"['&', '$', '$']",& $ ~],0,1.0 +350613,350613,02,symb,three_rule_comb2,21.0,"['<', '<', '!']",& < !],0,1.0 +350613,350613,02,symb,three_rule_comb2,22.0,"['>', '%', '&']",> % >],0,1.0 +350613,350613,02,symb,three_rule_comb2,23.0,"['*', '&', ':']",* * * :],0,1.0 +350613,350613,02,symb,three_rule_comb2,24.0,"['%', '$', '<']",% < <],0,1.0 +350613,350613,02,symb,three_rule_comb2,25.0,"['~', ':', '(']",~ : &],0,1.0 +350613,350613,02,symb,three_rule_comb2,26.0,"['*', '!', '>']",* ! ^],0,1.0 +350613,350613,02,symb,three_rule_comb2,27.0,"['&', '<', '*']",& < &],0,1.0 +350613,350613,02,symb,three_rule_comb2,28.0,"['&', '%', '>']",& % >],1,1.0 +350613,350613,02,symb,three_rule_comb2,29.0,"['~', '<', '&']",> < &],0,1.0 +350613,350613,02,symb,three_rule_comb2,30.0,"['*', '<', ':']",( < :],0,1.0 +350613,350613,02,symb,three_rule_comb2,31.0,"['&', '%', '&']",& % %],0,1.0 +350613,350613,02,symb,three_rule_comb2,32.0,"['!', '(', '<']",! ~ ~],0,1.0 +350613,350613,02,symb,three_rule_comb2,33.0,"['~', '>', '*']",~ > ~],0,1.0 +350613,350613,02,symb,three_rule_comb2,34.0,"['&', '(', '$']",& $ $],0,1.0 +350613,350613,02,symb,three_rule_comb2,35.0,"['&', '%', '!']",& > &],0,1.0 +350613,350613,02,symb,three_rule_comb2,36.0,"['!', '%', ':']",! * *,0,1.0 +350613,350613,02,symb,three_rule_comb2,37.0,"['~', '*', '*']",* * *],0,1.0 +350613,350613,02,symb,three_rule_comb2,38.0,"['>', ':', '$']",> % $],0,1.0 +350613,350613,02,symb,three_rule_comb2,39.0,"['%', '&', '$']",% & ?],0,1.0 +350613,350613,02,symb,three_rule_comb2,40.0,"['<', '%', '(']",% % (],0,1.0 +350613,350613,02,symb,three_rule_comb2,41.0,"['(', ':', '>']",: : >],0,1.0 +350613,350613,02,symb,three_rule_comb2,42.0,"[':', '*', '&']",< * &],0,1.0 +350613,350613,02,symb,three_rule_comb2,43.0,"['>', '~', '>']",> ~ !],0,1.0 +350613,350613,02,symb,three_rule_comb2,44.0,"['*', '$', '$']",* ~ $],0,1.0 +350613,350613,02,symb,three_rule_comb2,45.0,"['%', '&', '>']",% & !],0,1.0 +350613,350613,02,symb,three_rule_comb2,46.0,"['&', '%', '%']",& % :],0,1.0 +350613,350613,02,symb,three_rule_comb2,47.0,"['(', '(', '>']",( % >],0,1.0 +350613,350613,02,symb,three_rule_comb2,48.0,"['%', '<', ':']",% : :],0,1.0 +350613,350613,02,symb,three_rule_comb2,49.0,"[':', ':', '*']",: & *],0,1.0 +350613,350613,02,symb,three_rule_comb2,50.0,"['~', '>', '>']",~ $ >],0,1.0 +350613,350613,02,symb,three_rule_comb2,51.0,"['(', '*', '!']",> * !],0,1.0 +350613,350613,02,symb,three_rule_comb2,52.0,"['<', '(', '&']",< ( %],0,1.0 +350613,350613,02,symb,three_rule_comb2,53.0,"['&', '&', '(']",> & (],0,1.0 +350613,350613,02,symb,three_rule_comb2,54.0,"['<', '*', '(']",& * (],0,1.0 +350613,350613,02,symb,three_rule_comb2,55.0,"[':', '~', ':']",* ~ :],0,1.0 +350613,350613,02,symb,three_rule_comb2,56.0,"['*', '!', '!']",* ! {],0,1.0 +350613,350613,02,symb,three_rule_comb2,57.0,"['&', '*', ':']",* * :],0,1.0 +350613,350613,02,symb,three_rule_comb2,58.0,"['!', '*', ':']",! * !],0,1.0 +350613,350613,02,symb,three_rule_comb2,59.0,"['&', '~', '(']",& ~ #],0,1.0 +350613,350613,02,symb,three_rule_comb2,60.0,"['$', '<', '&']",$ < >],0,1.0 +350613,350613,02,symb,three_rule_comb2,61.0,"['>', '>', '>']",> > >],1,1.0 +350613,350613,02,symb,three_rule_comb2,62.0,"[':', '~', '*']",: % *],0,1.0 +350613,350613,02,symb,three_rule_comb2,63.0,"['~', '<', '>']",~ : >],0,1.0 +350613,350613,02,symb,three_rule_comb2,64.0,"['&', '*', '*']",& * <],0,1.0 +350613,350613,02,symb,three_rule_comb2,65.0,"['!', '%', '~']",! % !],0,1.0 +350613,350613,02,symb,three_rule_comb2,66.0,"['$', '!', '$']",$ ! $],1,1.0 +350613,350613,02,symb,three_rule_comb2,67.0,"['$', ':', '$']",? : $],0,1.0 +350613,350613,02,symb,three_rule_comb2,68.0,"['~', '%', '%']",~ # %],0,1.0 +350613,350613,02,symb,three_rule_comb2,69.0,"['$', '$', '>']",$ $ %],0,1.0 +350613,350613,02,symb,three_rule_comb2,70.0,"['(', '>', '(']",( > #],0,1.0 +350613,350613,02,symb,three_rule_comb2,71.0,"['%', '&', '<']",% % %],0,1.0 +350613,350613,02,symb,three_rule_comb2,72.0,"['(', '%', '&']",% % &],0,1.0 +350613,350613,02,symb,three_rule_comb2,73.0,"['&', '!', '~']",% ! ~],0,1.0 +350613,350613,02,symb,three_rule_comb2,74.0,"['<', ':', ':']",< % :],0,1.0 +350613,350613,02,symb,three_rule_comb2,75.0,"['>', '!', '%']",~ ! %],0,1.0 +350613,350613,02,symb,three_rule_comb2,76.0,"['*', '$', '>']",> $ >],0,1.0 +350613,350613,02,symb,three_rule_comb2,77.0,"['&', '$', ':']",$ $ :],0,1.0 +350613,350613,02,symb,three_rule_comb2,78.0,"['&', ':', ':']",& < :],0,1.0 +350613,350613,02,symb,three_rule_comb2,79.0,"['>', '(', '>']",% ( >],0,1.0 +350613,350613,02,symb,three_rule_comb2,80.0,"['>', '$', '>']",> ! >],0,1.0 +350613,350613,02,symb,three_rule_comb2,81.0,"['>', '%', '~']",> % %],0,1.0 +350613,350613,02,symb,three_rule_comb2,82.0,"['(', '*', '*']",% * *,0,1.0 +350613,350613,02,symb,three_rule_comb2,83.0,"['~', '%', '>']",> % >],0,1.0 +350613,350613,02,symb,three_rule_comb2,84.0,"['<', '(', '*']",(* * *),0,1.0 +350613,350613,02,symb,three_rule_comb2,85.0,"[':', '~', '%']",: ~ %],1,1.0 +350613,350613,02,symb,three_rule_comb2,86.0,"['>', ':', '(']",: : (],0,1.0 +350613,350613,02,symb,three_rule_comb2,87.0,"['%', '!', ':']",~ ! :],0,1.0 +350613,350613,02,symb,three_rule_comb2,88.0,"[':', '$', '$']",: $ ?],0,1.0 +350613,350613,02,symb,three_rule_comb2,89.0,"['(', '*', '*']",( * [(],0,1.0 +350613,350613,02,symb,three_rule_comb2,90.0,"['<', '>', '~']",< % (],0,1.0 +350613,350613,02,symb,three_rule_comb2,91.0,"['<', '%', '&']",< $ &],0,1.0 +350613,350613,02,symb,three_rule_comb2,92.0,"['<', '<', '*']",< % *],0,1.0 +350613,350613,02,symb,three_rule_comb2,93.0,"['(', '<', '&']",( < ~],0,1.0 +350613,350613,02,symb,three_rule_comb2,94.0,"['&', ':', '~']",& % ~],0,1.0 +350613,350613,02,symb,three_rule_comb2,95.0,"['(', ':', '$']",( $ $],0,1.0 +350613,350613,02,symb,three_rule_comb2,96.0,"['~', ':', '~']",~ : *],0,1.0 +350613,350613,02,symb,three_rule_comb2,97.0,"['>', '!', '(']",> ! &],0,1.0 +350613,350613,02,symb,three_rule_comb2,98.0,"['(', '&', ':']",< & :],0,1.0 +350613,350613,02,symb,three_rule_comb2,99.0,"[':', '%', ':']",: % :],1,1.0 +350613,350613,02,symb,three_rule_comb3,0.0,"['<', '&', '>']",< & >],1,1.0 +350613,350613,02,symb,three_rule_comb3,1.0,"['*', '&', '*']",* & *],1,1.0 +350613,350613,02,symb,three_rule_comb3,2.0,"['~', '!', '>']",~ ! >],1,1.0 +350613,350613,02,symb,three_rule_comb3,3.0,"['(', ':', '$']",( : $],1,1.0 +350613,350613,02,symb,three_rule_comb3,4.0,"['%', '<', '(']",% < (],1,1.0 +350613,350613,02,symb,three_rule_comb3,5.0,"['(', '&', '(']",( & (],1,1.0 +350613,350613,02,symb,three_rule_comb3,6.0,"['(', '>', ':']",( > :],1,1.0 +350613,350613,02,symb,three_rule_comb3,7.0,"['$', '%', '~']",% % ~],0,1.0 +350613,350613,02,symb,three_rule_comb3,8.0,"['$', '%', '<']",$ % <],1,1.0 +350613,350613,02,symb,three_rule_comb3,9.0,"['$', '%', '(']",$ % (],1,1.0 +350613,350613,02,symb,three_rule_comb3,10.0,"['~', '*', '>']",~ * >],1,1.0 +350613,350613,02,symb,three_rule_comb3,11.0,"['%', '>', '<']",% > <],1,1.0 +350613,350613,02,symb,three_rule_comb3,12.0,"['!', '%', ':']",! % :],1,1.0 +350613,350613,02,symb,three_rule_comb3,13.0,"['*', '~', '$']",* ~ $],1,1.0 +350613,350613,02,symb,three_rule_comb3,14.0,"['(', '!', '<']",(% ! <)],0,1.0 +350613,350613,02,symb,three_rule_comb3,15.0,"['&', '!', '$']",& ! $],1,1.0 +350613,350613,02,symb,three_rule_comb3,16.0,"['&', '$', '~']",& $ ~],1,1.0 +350613,350613,02,symb,three_rule_comb3,17.0,"[':', '$', '$']",: * $],0,1.0 +350613,350613,02,symb,three_rule_comb3,18.0,"['<', '<', '$']",< < $],1,1.0 +350613,350613,02,symb,three_rule_comb3,19.0,"['>', '*', '&']",> * &],1,1.0 +350613,350613,02,symb,three_rule_comb3,20.0,"['$', '<', '(']",$ < (],1,1.0 +350613,350613,02,symb,three_rule_comb3,21.0,"['!', '!', '*']",! > *],0,1.0 +350613,350613,02,symb,three_rule_comb3,22.0,"['(', '>', '~']",( > ~],1,1.0 +350613,350613,02,symb,three_rule_comb3,23.0,"['!', '!', '$']",: % %],0,1.0 +350613,350613,02,symb,three_rule_comb3,24.0,"['%', '&', '(']",: & (],0,1.0 +350613,350613,02,symb,three_rule_comb3,25.0,"['&', '~', ':']",& ~ &],0,1.0 +350613,350613,02,symb,three_rule_comb3,26.0,"['<', '>', ':']",< ! !],0,1.0 +350613,350613,02,symb,three_rule_comb3,27.0,"['&', '&', '!']",& $ !],0,1.0 +350613,350613,02,symb,three_rule_comb3,28.0,"['(', '%', '(']",( % (],1,1.0 +350613,350613,02,symb,three_rule_comb3,29.0,"['%', '~', '>']",% ~ >],1,1.0 +350613,350613,02,symb,three_rule_comb3,30.0,"['<', '&', '$']",<&$],1,1.0 +350613,350613,02,symb,three_rule_comb3,31.0,"['~', '(', ':']",~ ( :],1,1.0 +350613,350613,02,symb,three_rule_comb3,32.0,"['$', '!', '%']",% ! *],0,1.0 +350613,350613,02,symb,three_rule_comb3,33.0,"['$', '$', '<']",$ * <],0,1.0 +350613,350613,02,symb,three_rule_comb3,34.0,"['$', '(', ':']",$ ( :]],1,1.0 +350613,350613,02,symb,three_rule_comb3,35.0,"['!', '!', ':']",! ! :],1,1.0 +350613,350613,02,symb,three_rule_comb3,36.0,"['&', '~', '!']",& ~ $],0,1.0 +350613,350613,02,symb,three_rule_comb3,37.0,"['(', '<', '>']",< & >],0,1.0 +350613,350613,02,symb,three_rule_comb3,38.0,"[':', '>', '$']",: > $],1,1.0 +350613,350613,02,symb,three_rule_comb3,39.0,"['!', ':', '!']",! : !],1,1.0 +350613,350613,02,symb,three_rule_comb3,40.0,"['%', '%', '$']",* * $],0,1.0 +350613,350613,02,symb,three_rule_comb3,41.0,"['<', '*', '*']",< * *],1,1.0 +350613,350613,02,symb,three_rule_comb3,42.0,"['$', '&', '~']",$ & ~],1,1.0 +350613,350613,02,symb,three_rule_comb3,43.0,"['!', '(', '!']",! ( !],1,1.0 +350613,350613,02,symb,three_rule_comb3,44.0,"[':', '$', ':']",: $ %],0,1.0 +350613,350613,02,symb,three_rule_comb3,45.0,"['$', '$', '%']",$ % >],0,1.0 +350613,350613,02,symb,three_rule_comb3,46.0,"['%', '<', '&']",% < &],1,1.0 +350613,350613,02,symb,three_rule_comb3,47.0,"['~', '(', '*']",~ ( *),0,1.0 +350613,350613,02,symb,three_rule_comb3,48.0,"['>', '>', ':']",> < !],0,1.0 +350613,350613,02,symb,three_rule_comb3,49.0,"['$', '$', '(']",$ ( *],0,1.0 +350613,350613,02,symb,three_rule_comb3,50.0,"['&', '~', '<']",& ~ <],1,1.0 +350613,350613,02,symb,three_rule_comb3,51.0,"['$', '%', ':']",$ % :],1,1.0 +350613,350613,02,symb,three_rule_comb3,52.0,"['(', '(', '~']",& & ~],0,1.0 +350613,350613,02,symb,three_rule_comb3,53.0,"['~', '%', '&']",~ % &],1,1.0 +350613,350613,02,symb,three_rule_comb3,54.0,"['%', '>', '<']",% > <],1,1.0 +350613,350613,02,symb,three_rule_comb3,55.0,"['(', '*', '!']",( * !],1,1.0 +350613,350613,02,symb,three_rule_comb3,56.0,"['$', '!', '>']",$ > !],0,1.0 +350613,350613,02,symb,three_rule_comb3,57.0,"['~', '!', '!']",~ ! >],0,1.0 +350613,350613,02,symb,three_rule_comb3,58.0,"['<', '&', '&']",< & !],0,1.0 +350613,350613,02,symb,three_rule_comb3,59.0,"['&', '~', '&']",& $ !],0,1.0 +350613,350613,02,symb,three_rule_comb3,60.0,"['~', '&', '%']",~ & %],1,1.0 +350613,350613,02,symb,three_rule_comb3,61.0,"[':', '(', ':']",: ( :],1,1.0 +350613,350613,02,symb,three_rule_comb3,62.0,"['<', '(', '>']",< % >],0,1.0 +350613,350613,02,symb,three_rule_comb3,63.0,"['~', '!', '!']",~ ! !],1,1.0 +350613,350613,02,symb,three_rule_comb3,64.0,"['!', '%', '>']",! % >],1,1.0 +350613,350613,02,symb,three_rule_comb3,65.0,"['>', '>', '$']",> > ~ $],0,1.0 +350613,350613,02,symb,three_rule_comb3,66.0,"[':', '>', '~']",: > ~],1,1.0 +350613,350613,02,symb,three_rule_comb3,67.0,"['&', ':', '~']",& : ~],1,1.0 +350613,350613,02,symb,three_rule_comb3,68.0,"['*', '!', '*']",* ! *],1,1.0 +350613,350613,02,symb,three_rule_comb3,69.0,"[':', '<', '(']",: < (],1,1.0 +350613,350613,02,symb,three_rule_comb3,70.0,"[':', '~', '*']",: ~ *],1,1.0 +350613,350613,02,symb,three_rule_comb3,71.0,"['&', '$', '(']",& $ (],1,1.0 +350613,350613,02,symb,three_rule_comb3,72.0,"['!', '*', '~']",! ! ~]],0,1.0 +350613,350613,02,symb,three_rule_comb3,73.0,"['$', ':', '%']",< : : !],0,1.0 +350613,350613,02,symb,three_rule_comb3,74.0,"['>', ':', '!']",> : !],1,1.0 +350613,350613,02,symb,three_rule_comb3,75.0,"['(', '&', '(']",( & (%],0,1.0 +350613,350613,02,symb,three_rule_comb3,76.0,"['!', '<', '(']",! < (],1,1.0 +350613,350613,02,symb,three_rule_comb3,77.0,"['~', '$', '!']",~ $ !],1,1.0 +350613,350613,02,symb,three_rule_comb3,78.0,"['&', '<', '$']",$ < $],0,1.0 +350613,350613,02,symb,three_rule_comb3,79.0,"['!', ':', '~']",! : ~],1,1.0 +350613,350613,02,symb,three_rule_comb3,80.0,"['(', '<', '&']",: : &],0,1.0 +350613,350613,02,symb,three_rule_comb3,81.0,"['$', '&', '~']",$ & ~],1,1.0 +350613,350613,02,symb,three_rule_comb3,82.0,"['&', '<', '$']",& < $],1,1.0 +350613,350613,02,symb,three_rule_comb3,83.0,"['$', '&', '>']",$ & >],1,1.0 +350613,350613,02,symb,three_rule_comb3,84.0,"['~', '&', '!']",~ & !],1,1.0 +350613,350613,02,symb,three_rule_comb3,85.0,"['!', '%', '~']",! % ~],1,1.0 +350613,350613,02,symb,three_rule_comb3,86.0,"['>', '~', '*']",> ~ *],1,1.0 +350613,350613,02,symb,three_rule_comb3,87.0,"['>', '~', '~']",> ! ~ ~],0,1.0 +350613,350613,02,symb,three_rule_comb3,88.0,"['>', '>', '>']",> > >],1,1.0 +350613,350613,02,symb,three_rule_comb3,89.0,"['&', '(', '$']",& ( $],1,1.0 +350613,350613,02,symb,three_rule_comb3,90.0,"['(', '$', '!']",( $ !],1,1.0 +350613,350613,02,symb,three_rule_comb3,91.0,"['&', '%', ':']",& % :],1,1.0 +350613,350613,02,symb,three_rule_comb3,92.0,"['*', '(', '>']",* ( >],1,1.0 +350613,350613,02,symb,three_rule_comb3,93.0,"['(', '&', '$']",$ & $],0,1.0 +350613,350613,02,symb,three_rule_comb3,94.0,"['~', '%', '<']",~ % <],1,1.0 +350613,350613,02,symb,three_rule_comb3,95.0,"['>', '$', '>']",> $ >],1,1.0 +350613,350613,02,symb,three_rule_comb3,96.0,"['(', '(', '&']",( ( &],1,1.0 +350613,350613,02,symb,three_rule_comb3,97.0,"['~', '&', '<']",~ & <],1,1.0 +350613,350613,02,symb,three_rule_comb3,98.0,"['%', ':', '*']",% : *],1,1.0 +350613,350613,02,symb,three_rule_comb3,99.0,"['%', '~', '*']",% ~ *,1,1.0 +350613,350613,02,symb,three_rule_comb4,0.0,"[':', '>', '%']",< < %],0,1.0 +350613,350613,02,symb,three_rule_comb4,1.0,"['>', '$', '(']",> ~ (],0,1.0 +350613,350613,02,symb,three_rule_comb4,2.0,"['$', '!', '&']",~ ! &],0,1.0 +350613,350613,02,symb,three_rule_comb4,3.0,"['$', '>', '%']",$ > ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,4.0,"['$', ':', '!']",& > !],0,1.0 +350613,350613,02,symb,three_rule_comb4,5.0,"['(', ':', '<']",: ~ >],0,1.0 +350613,350613,02,symb,three_rule_comb4,6.0,"['$', '!', '~']",~ ! ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,7.0,"['*', '<', ':']",* * :],0,1.0 +350613,350613,02,symb,three_rule_comb4,8.0,"['~', '%', '<']",~ & *],0,1.0 +350613,350613,02,symb,three_rule_comb4,9.0,"['%', '&', '$']",% ! >],0,1.0 +350613,350613,02,symb,three_rule_comb4,10.0,"[':', '&', '<']",: & :],0,1.0 +350613,350613,02,symb,three_rule_comb4,11.0,"['>', '!', ':']",> ( >],0,1.0 +350613,350613,02,symb,three_rule_comb4,12.0,"['(', '!', '!']",( ! ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,13.0,"['%', ':', '%']",% % %],0,1.0 +350613,350613,02,symb,three_rule_comb4,14.0,"['!', '%', '$']",! $ $],0,1.0 +350613,350613,02,symb,three_rule_comb4,15.0,"['$', ':', ':']",$ % :],0,1.0 +350613,350613,02,symb,three_rule_comb4,16.0,"['%', '%', '%']",% & *],0,1.0 +350613,350613,02,symb,three_rule_comb4,17.0,"['*', '>', '&']",* > $],0,1.0 +350613,350613,02,symb,three_rule_comb4,18.0,"['>', '(', '*']",!< ( !],0,1.0 +350613,350613,02,symb,three_rule_comb4,19.0,"['<', '(', '<']",& ( <],0,1.0 +350613,350613,02,symb,three_rule_comb4,20.0,"['*', '<', '*']",* < !],0,1.0 +350613,350613,02,symb,three_rule_comb4,21.0,"['!', '!', '(']",! > $],0,1.0 +350613,350613,02,symb,three_rule_comb4,22.0,"['<', '%', '!']",< ! !],0,1.0 +350613,350613,02,symb,three_rule_comb4,23.0,"['!', '%', ':']",! : $],0,1.0 +350613,350613,02,symb,three_rule_comb4,24.0,"['<', ':', '%']",< * %],0,1.0 +350613,350613,02,symb,three_rule_comb4,25.0,"['*', '&', '*']",* * *],0,1.0 +350613,350613,02,symb,three_rule_comb4,26.0,"['*', '>', '*']",* * (],0,1.0 +350613,350613,02,symb,three_rule_comb4,27.0,"['<', '$', ':']",* $ :],0,1.0 +350613,350613,02,symb,three_rule_comb4,28.0,"['*', '>', '<']",* ! *],0,1.0 +350613,350613,02,symb,three_rule_comb4,29.0,"['<', '<', '&']",< < %],0,1.0 +350613,350613,02,symb,three_rule_comb4,30.0,"['(', '(', '&']",# : #],0,1.0 +350613,350613,02,symb,three_rule_comb4,31.0,"['&', '!', '(']",& ! >],0,1.0 +350613,350613,02,symb,three_rule_comb4,32.0,"['<', '$', '!']",< : !],0,1.0 +350613,350613,02,symb,three_rule_comb4,33.0,"['%', ':', '%']",% : ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,34.0,"['~', '~', ':']",% ~ <],0,1.0 +350613,350613,02,symb,three_rule_comb4,35.0,"['&', '*', ':']",& * >],0,1.0 +350613,350613,02,symb,three_rule_comb4,36.0,"['<', ':', '!']",< < <],0,1.0 +350613,350613,02,symb,three_rule_comb4,37.0,"['*', '%', '&']",~ % &],0,1.0 +350613,350613,02,symb,three_rule_comb4,38.0,"['&', '(', '~']",# ( #),0,1.0 +350613,350613,02,symb,three_rule_comb4,39.0,"['<', '(', ':']",< % :>],0,1.0 +350613,350613,02,symb,three_rule_comb4,40.0,"['&', '~', '&']",$ ~ &],0,1.0 +350613,350613,02,symb,three_rule_comb4,41.0,"['>', '!', ':']",> ! <],0,1.0 +350613,350613,02,symb,three_rule_comb4,42.0,"[':', '(', '<']",: & *],0,1.0 +350613,350613,02,symb,three_rule_comb4,43.0,"['<', '!', ':']",< ! %],0,1.0 +350613,350613,02,symb,three_rule_comb4,44.0,"['>', '&', '$']",> ( $],0,1.0 +350613,350613,02,symb,three_rule_comb4,45.0,"['>', ':', '(']",> : %],0,1.0 +350613,350613,02,symb,three_rule_comb4,46.0,"['*', '*', '&']",< % &]],0,1.0 +350613,350613,02,symb,three_rule_comb4,47.0,"['$', '$', ':']",>& $ :],0,1.0 +350613,350613,02,symb,three_rule_comb4,48.0,"['%', '*', '!']",! % *],0,1.0 +350613,350613,02,symb,three_rule_comb4,49.0,"['&', '~', '$']",> $ $]],0,1.0 +350613,350613,02,symb,three_rule_comb4,50.0,"['(', ':', '<']",! : *],0,1.0 +350613,350613,02,symb,three_rule_comb4,51.0,"[':', ':', '~']",:% ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,52.0,"[':', '(', '%']",< % %],0,1.0 +350613,350613,02,symb,three_rule_comb4,53.0,"['%', '$', '$']",% $ !],0,1.0 +350613,350613,02,symb,three_rule_comb4,54.0,"['!', '(', '>']",! % >],0,1.0 +350613,350613,02,symb,three_rule_comb4,55.0,"['(', '>', '~']",: > ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,56.0,"['>', '<', '<']",> : <],0,1.0 +350613,350613,02,symb,three_rule_comb4,57.0,"['~', '>', '&']",> & &],0,1.0 +350613,350613,02,symb,three_rule_comb4,58.0,"['*', '$', '$']",* > $],0,1.0 +350613,350613,02,symb,three_rule_comb4,59.0,"['<', '!', '<']",< ! (],0,1.0 +350613,350613,02,symb,three_rule_comb4,60.0,"['%', ':', '(']",% < (],0,1.0 +350613,350613,02,symb,three_rule_comb4,61.0,"['*', '!', ':']",! ! :],0,1.0 +350613,350613,02,symb,three_rule_comb4,62.0,"[':', '&', '$']",$ & $],0,1.0 +350613,350613,02,symb,three_rule_comb4,63.0,"['%', '>', '(']",% > %],0,1.0 +350613,350613,02,symb,three_rule_comb4,64.0,"['<', '$', '*']",$ * $,0,1.0 +350613,350613,02,symb,three_rule_comb4,65.0,"['~', '~', '*']",< ( *],0,1.0 +350613,350613,02,symb,three_rule_comb4,66.0,"[':', '%', '%']",: % ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,67.0,"['~', '$', '$']",~ $ ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,68.0,"['%', '$', '(']",% * !],0,1.0 +350613,350613,02,symb,three_rule_comb4,69.0,"['<', ':', '~']",< ~ ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,70.0,"['%', '!', '<']",% ! <],1,1.0 +350613,350613,02,symb,three_rule_comb4,71.0,"['!', '*', ':']",> * :],0,1.0 +350613,350613,02,symb,three_rule_comb4,72.0,"['>', '>', '(']",> ! <],0,1.0 +350613,350613,02,symb,three_rule_comb4,73.0,"['&', '>', '*']",& ( *],0,1.0 +350613,350613,02,symb,three_rule_comb4,74.0,"['%', '>', '<']",% % ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,75.0,"['%', '!', '!']",~ * !],0,1.0 +350613,350613,02,symb,three_rule_comb4,76.0,"['<', '$', '<']",< $ *],0,1.0 +350613,350613,02,symb,three_rule_comb4,77.0,"[':', '*', '$']",* $ $],0,1.0 +350613,350613,02,symb,three_rule_comb4,78.0,"['<', '&', '&']",< & !],0,1.0 +350613,350613,02,symb,three_rule_comb4,79.0,"['~', '>', '<']",* > <],0,1.0 +350613,350613,02,symb,three_rule_comb4,80.0,"['(', '(', '%']",( : :],0,1.0 +350613,350613,02,symb,three_rule_comb4,81.0,"[':', '(', '>']",: ( (],0,1.0 +350613,350613,02,symb,three_rule_comb4,82.0,"['$', '%', '*']",$ % <],0,1.0 +350613,350613,02,symb,three_rule_comb4,83.0,"['<', '!', '$']",< & ?],0,1.0 +350613,350613,02,symb,three_rule_comb4,84.0,"['(', '*', ':']",> * :],0,1.0 +350613,350613,02,symb,three_rule_comb4,85.0,"[':', '*', '(']",(% : %),0,1.0 +350613,350613,02,symb,three_rule_comb4,86.0,"['*', ':', ':']",* * :],0,1.0 +350613,350613,02,symb,three_rule_comb4,87.0,"['!', '~', '<']",! ~ (,0,1.0 +350613,350613,02,symb,three_rule_comb4,88.0,"[':', '>', '<']",: : ~],0,1.0 +350613,350613,02,symb,three_rule_comb4,89.0,"['$', '$', '<']",$ & *],0,1.0 +350613,350613,02,symb,three_rule_comb4,90.0,"[':', '~', '*']",: * *],0,1.0 +350613,350613,02,symb,three_rule_comb4,91.0,"['<', '~', '&']",$ ~ >],0,1.0 +350613,350613,02,symb,three_rule_comb4,92.0,"['*', '$', '(']",* ! (],0,1.0 +350613,350613,02,symb,three_rule_comb4,93.0,"['(', '$', '~']",& $ <],0,1.0 +350613,350613,02,symb,three_rule_comb4,94.0,"['<', '(', '<']",< > <],0,1.0 +350613,350613,02,symb,three_rule_comb4,95.0,"['>', '*', '~']",! * :],0,1.0 +350613,350613,02,symb,three_rule_comb4,96.0,"['<', '&', '>']",< > !],0,1.0 +350613,350613,02,symb,three_rule_comb4,97.0,"['<', '&', '&']",< & >],0,1.0 +350613,350613,02,symb,three_rule_comb4,98.0,"['%', '>', ':']",$ > &],0,1.0 +350613,350613,02,symb,three_rule_comb4,99.0,"['(', '%', '$']",$ % !],0,1.0 +350613,350613,02,symb,three_rule_comb5,0.0,"['<', '%', '>']",<* ! ~],0,1.0 +350613,350613,02,symb,three_rule_comb5,1.0,"['!', '!', '&']",! > >],0,1.0 +350613,350613,02,symb,three_rule_comb5,2.0,"['<', '!', '&']",* > &],0,1.0 +350613,350613,02,symb,three_rule_comb5,3.0,"['<', '$', '*']",< > >],0,1.0 +350613,350613,02,symb,three_rule_comb5,4.0,"['%', '*', '(']",(! ! (],0,1.0 +350613,350613,02,symb,three_rule_comb5,5.0,"['$', '*', ':']",& * ~],0,1.0 +350613,350613,02,symb,three_rule_comb5,6.0,"['*', ':', '>']",* % !],0,1.0 +350613,350613,02,symb,three_rule_comb5,7.0,"[':', '(', '<']",: * %],0,1.0 +350613,350613,02,symb,three_rule_comb5,8.0,"['>', '(', '>']",> ~ !],0,1.0 +350613,350613,02,symb,three_rule_comb5,9.0,"['~', '&', '<']",* & $],0,1.0 +350613,350613,02,symb,three_rule_comb5,10.0,"['<', '<', '~']",< < &],0,1.0 +350613,350613,02,symb,three_rule_comb5,11.0,"['*', '(', ':']",$ ( <],0,1.0 +350613,350613,02,symb,three_rule_comb5,12.0,"['%', '~', '%']",& ~ %],0,1.0 +350613,350613,02,symb,three_rule_comb5,13.0,"['$', '(', '%']",& ( !],0,1.0 +350613,350613,02,symb,three_rule_comb5,14.0,"['~', '!', '*']",< ( *],0,1.0 +350613,350613,02,symb,three_rule_comb5,15.0,"['%', '$', ':']",% < %],0,1.0 +350613,350613,02,symb,three_rule_comb5,16.0,"['>', '<', '~']",(! ~ *),0,1.0 +350613,350613,02,symb,three_rule_comb5,17.0,"['%', '&', '>']",% > (],0,1.0 +350613,350613,02,symb,three_rule_comb5,18.0,"['&', '(', '&']",& > (],0,1.0 +350613,350613,02,symb,three_rule_comb5,19.0,"['%', '&', '%']",% & #],0,1.0 +350613,350613,02,symb,three_rule_comb5,20.0,"['(', '(', '$']",( > &],0,1.0 +350613,350613,02,symb,three_rule_comb5,21.0,"['&', '>', '(']",& : %],0,1.0 +350613,350613,02,symb,three_rule_comb5,22.0,"['$', '(', '(']",& ( %],0,1.0 +350613,350613,02,symb,three_rule_comb5,23.0,"['<', '(', '%']",< & %],0,1.0 +350613,350613,02,symb,three_rule_comb5,24.0,"['~', '%', '(']",* ( *],0,1.0 +350613,350613,02,symb,three_rule_comb5,25.0,"[':', '~', '&']",* ~ ],0,1.0 +350613,350613,02,symb,three_rule_comb5,26.0,"['>', '(', ':']",# * :],0,1.0 +350613,350613,02,symb,three_rule_comb5,27.0,"['$', '!', '~']",< ! >],0,1.0 +350613,350613,02,symb,three_rule_comb5,28.0,"['(', ':', '!']",: ( !],0,1.0 +350613,350613,02,symb,three_rule_comb5,29.0,"['$', ':', '%']",$ % (],0,1.0 +350613,350613,02,symb,three_rule_comb5,30.0,"['<', '$', '<']",$ $ >],0,1.0 +350613,350613,02,symb,three_rule_comb5,31.0,"['<', '(', '(']",< > &],0,1.0 +350613,350613,02,symb,three_rule_comb5,32.0,"['<', '<', '$']",< : ~],0,1.0 +350613,350613,02,symb,three_rule_comb5,33.0,"['>', '&', ':']",<&<],0,1.0 +350613,350613,02,symb,three_rule_comb5,34.0,"['(', '%', '<']",( & : ],0,1.0 +350613,350613,02,symb,three_rule_comb5,35.0,"['<', '$', '*']",: ~ *],0,1.0 +350613,350613,02,symb,three_rule_comb5,36.0,"['&', '*', '*']",(* * *),0,1.0 +350613,350613,02,symb,three_rule_comb5,37.0,"['<', '*', '>']",($ * $),0,1.0 +350613,350613,02,symb,three_rule_comb5,38.0,"['!', '$', '&']",! & *],0,1.0 +350613,350613,02,symb,three_rule_comb5,39.0,"['!', ':', '$']",> % $]],0,1.0 +350613,350613,02,symb,three_rule_comb5,40.0,"['%', '%', '%']",% $ &],0,1.0 +350613,350613,02,symb,three_rule_comb5,41.0,"['>', '%', '!']",> ! * ],0,1.0 +350613,350613,02,symb,three_rule_comb5,42.0,"['!', '~', ':']",> ~ %],0,1.0 +350613,350613,02,symb,three_rule_comb5,43.0,"['<', '&', '%']",(& < *)],0,1.0 +350613,350613,02,symb,three_rule_comb5,44.0,"['~', '(', '$']",~ * ?],0,1.0 +350613,350613,02,symb,three_rule_comb5,45.0,"['<', '!', '%']",* ! !],0,1.0 +350613,350613,02,symb,three_rule_comb5,46.0,"['!', '!', ':']",> ! %],0,1.0 +350613,350613,02,symb,three_rule_comb5,47.0,"['$', '$', ':']",$ $ $],0,1.0 +350613,350613,02,symb,three_rule_comb5,48.0,"['<', '!', '(']",< > (],0,1.0 +350613,350613,02,symb,three_rule_comb5,49.0,"['!', '(', '$']",! * ?],0,1.0 +350613,350613,02,symb,three_rule_comb5,50.0,"['*', '&', '>']",< & !],0,1.0 +350613,350613,02,symb,three_rule_comb5,51.0,"['*', '*', '<']",< * :],0,1.0 +350613,350613,02,symb,three_rule_comb5,52.0,"['&', '(', '$']",# < $],0,1.0 +350613,350613,02,symb,three_rule_comb5,53.0,"['&', '<', '$']",: > >],0,1.0 +350613,350613,02,symb,three_rule_comb5,54.0,"['%', ':', ':']",: % ~],0,1.0 +350613,350613,02,symb,three_rule_comb5,55.0,"['%', '<', '$']",% $ &],0,1.0 +350613,350613,02,symb,three_rule_comb5,56.0,"['%', '~', '*']",* ~ ~],0,1.0 +350613,350613,02,symb,three_rule_comb5,57.0,"['(', '!', '&']",% ! <],0,1.0 +350613,350613,02,symb,three_rule_comb5,58.0,"['%', '~', '$']",% > ?],0,1.0 +350613,350613,02,symb,three_rule_comb5,59.0,"[':', '>', '%']",: ~ *],0,1.0 +350613,350613,02,symb,three_rule_comb5,60.0,"['&', '(', '>']",$ : >],0,1.0 +350613,350613,02,symb,three_rule_comb5,61.0,"['>', '(', '&']",> $ $],0,1.0 +350613,350613,02,symb,three_rule_comb5,62.0,"['(', '%', '(']",( % : :],0,1.0 +350613,350613,02,symb,three_rule_comb5,63.0,"['$', '%', '&']",$ # &],0,1.0 +350613,350613,02,symb,three_rule_comb5,64.0,"['>', '%', ':']",(* : :),0,1.0 +350613,350613,02,symb,three_rule_comb5,65.0,"['!', '(', ':']",> > *],0,1.0 +350613,350613,02,symb,three_rule_comb5,66.0,"['$', '&', '%']",& $ %],0,1.0 +350613,350613,02,symb,three_rule_comb5,67.0,"['&', '&', '<']",($ & )],0,1.0 +350613,350613,02,symb,three_rule_comb5,68.0,"['!', '<', '!']",> $ !],0,1.0 +350613,350613,02,symb,three_rule_comb5,69.0,"['!', '(', '(']",> < %],0,1.0 +350613,350613,02,symb,three_rule_comb5,70.0,"['!', '*', '<']",> * ~],0,1.0 +350613,350613,02,symb,three_rule_comb5,71.0,"['%', '<', '<']",! < :],0,1.0 +350613,350613,02,symb,three_rule_comb5,72.0,"['<', '$', '>']",< < >],0,1.0 +350613,350613,02,symb,three_rule_comb5,73.0,"['$', '$', '!']",& $ >],0,1.0 +350613,350613,02,symb,three_rule_comb5,74.0,"[':', '(', '<']",(! ( (!],0,1.0 +350613,350613,02,symb,three_rule_comb5,75.0,"['!', '<', ':']",! ~ ~],0,1.0 +350613,350613,02,symb,three_rule_comb5,76.0,"['(', '!', '!']",( ! $],0,1.0 +350613,350613,02,symb,three_rule_comb5,77.0,"[':', '%', '~']",* % *],0,1.0 +350613,350613,02,symb,three_rule_comb5,78.0,"[':', '~', '>']",% * >],0,1.0 +350613,350613,02,symb,three_rule_comb5,79.0,"['$', '&', '%']",& & ^],0,1.0 +350613,350613,02,symb,three_rule_comb5,80.0,"['%', '$', '<']",$ ! *],0,1.0 +350613,350613,02,symb,three_rule_comb5,81.0,"['(', '!', '*']",% > ~],0,1.0 +350613,350613,02,symb,three_rule_comb5,82.0,"['*', ':', '~']",* ( *),0,1.0 +350613,350613,02,symb,three_rule_comb5,83.0,"['&', '>', '~']",( > !],0,1.0 +350613,350613,02,symb,three_rule_comb5,84.0,"['$', '%', '$']",< % : ],0,1.0 +350613,350613,02,symb,three_rule_comb5,85.0,"['<', '%', '<']",< $ ~],0,1.0 +350613,350613,02,symb,three_rule_comb5,86.0,"['&', '%', '>']",& : !],0,1.0 +350613,350613,02,symb,three_rule_comb5,87.0,"[':', '(', ':']",> * <],0,1.0 +350613,350613,02,symb,three_rule_comb5,88.0,"['$', '*', '>']",< * !],0,1.0 +350613,350613,02,symb,three_rule_comb5,89.0,"['%', '*', '<']",! * :],0,1.0 +350613,350613,02,symb,three_rule_comb5,90.0,"['>', '<', '*']",! $ *],0,1.0 +350613,350613,02,symb,three_rule_comb5,91.0,"['%', ':', '*']",% < <],0,1.0 +350613,350613,02,symb,three_rule_comb5,92.0,"['&', '%', '$']",& $ *],0,1.0 +350613,350613,02,symb,three_rule_comb5,93.0,"['%', '&', ':']",$ * :],0,1.0 +350613,350613,02,symb,three_rule_comb5,94.0,"['!', '(', '&']",! & >],0,1.0 +350613,350613,02,symb,three_rule_comb5,95.0,"['(', '$', '*']",% & *],0,1.0 +350613,350613,02,symb,three_rule_comb5,96.0,"['$', '$', '<']",& $ *],0,1.0 +350613,350613,02,symb,three_rule_comb5,97.0,"[':', '$', '&']",(% < &],0,1.0 +350613,350613,02,symb,three_rule_comb5,98.0,"['(', '*', '(']",: ~ (],0,1.0 +350613,350613,02,symb,three_rule_comb5,99.0,"['(', '~', '(']",( > &],0,1.0 +350613,350613,02,symb,three_rule_comb6,0.0,"['%', '&', '~']",% & ~],1,1.0 +350613,350613,02,symb,three_rule_comb6,1.0,"['>', '&', '$']",> & $],1,1.0 +350613,350613,02,symb,three_rule_comb6,2.0,"['&', '%', '*']",& % *],1,1.0 +350613,350613,02,symb,three_rule_comb6,3.0,"['!', '&', '$']",(& :)],0,1.0 +350613,350613,02,symb,three_rule_comb6,4.0,"['*', '<', '!']",* < !],1,1.0 +350613,350613,02,symb,three_rule_comb6,5.0,"['*', '%', '$']",* % $],1,1.0 +350613,350613,02,symb,three_rule_comb6,6.0,"['<', '%', '$']",< % $],1,1.0 +350613,350613,02,symb,three_rule_comb6,7.0,"['~', '*', '>']",~ * >],1,1.0 +350613,350613,02,symb,three_rule_comb6,8.0,"['(', '$', '&']",( $ &],1,1.0 +350613,350613,02,symb,three_rule_comb6,9.0,"['<', '<', '&']",< < &],1,1.0 +350613,350613,02,symb,three_rule_comb6,10.0,"['!', '&', ':']",! & :],1,1.0 +350613,350613,02,symb,three_rule_comb6,11.0,"['%', '<', '$']",$ < %],0,1.0 +350613,350613,02,symb,three_rule_comb6,12.0,"['>', '&', '&']",> & %],0,1.0 +350613,350613,02,symb,three_rule_comb6,13.0,"['$', '&', '(']",$ & (],1,1.0 +350613,350613,02,symb,three_rule_comb6,14.0,"['(', '*', '$']",( * $],1,1.0 +350613,350613,02,symb,three_rule_comb6,15.0,"['$', '%', ':']",$ ! :],0,1.0 +350613,350613,02,symb,three_rule_comb6,16.0,"['%', '<', '(']",% < (],1,1.0 +350613,350613,02,symb,three_rule_comb6,17.0,"['(', '<', '$']",( < $],1,1.0 +350613,350613,02,symb,three_rule_comb6,18.0,"['~', '$', '<']",~ * <],0,1.0 +350613,350613,02,symb,three_rule_comb6,19.0,"['~', '>', '*']",~ > *],1,1.0 +350613,350613,02,symb,three_rule_comb6,20.0,"['$', '(', '$']",$ ( $],1,1.0 +350613,350613,02,symb,three_rule_comb6,21.0,"['~', '$', ':']",~ $ :],1,1.0 +350613,350613,02,symb,three_rule_comb6,22.0,"[':', '!', '$']",: ! $],1,1.0 +350613,350613,02,symb,three_rule_comb6,23.0,"['$', '$', '<']",$ < !],0,1.0 +350613,350613,02,symb,three_rule_comb6,24.0,"['>', '~', '>']",> ~ >],1,1.0 +350613,350613,02,symb,three_rule_comb6,25.0,"['(', ':', ':']",! : :],0,1.0 +350613,350613,02,symb,three_rule_comb6,26.0,"['%', '>', ':']",% > :],1,1.0 +350613,350613,02,symb,three_rule_comb6,27.0,"['&', '(', '!']",& ( !],1,1.0 +350613,350613,02,symb,three_rule_comb6,28.0,"['~', '(', '~']",~ ( %],0,1.0 +350613,350613,02,symb,three_rule_comb6,29.0,"['&', '*', '(']",& * (],1,1.0 +350613,350613,02,symb,three_rule_comb6,30.0,"[':', '$', '!']",: $ !],1,1.0 +350613,350613,02,symb,three_rule_comb6,31.0,"['<', '&', ':']",< & *],0,1.0 +350613,350613,02,symb,three_rule_comb6,32.0,"['(', '%', '(']",( : (],0,1.0 +350613,350613,02,symb,three_rule_comb6,33.0,"[':', '(', '&']",: ( >],0,1.0 +350613,350613,02,symb,three_rule_comb6,34.0,"['$', '<', '!']",$ % ~],0,1.0 +350613,350613,02,symb,three_rule_comb6,35.0,"['>', '*', '&']",* > %],0,1.0 +350613,350613,02,symb,three_rule_comb6,36.0,"['!', '(', '*']",! ( *],1,1.0 +350613,350613,02,symb,three_rule_comb6,37.0,"['%', '<', '%']",% < %],1,1.0 +350613,350613,02,symb,three_rule_comb6,38.0,"['&', '&', '*']",& & *],1,1.0 +350613,350613,02,symb,three_rule_comb6,39.0,"['*', '<', '!']",* < !],1,1.0 +350613,350613,02,symb,three_rule_comb6,40.0,"[':', '>', '<']",> : >],0,1.0 +350613,350613,02,symb,three_rule_comb6,41.0,"['<', ':', '<']",< : <],1,1.0 +350613,350613,02,symb,three_rule_comb6,42.0,"['*', '*', '(']",* * >],0,1.0 +350613,350613,02,symb,three_rule_comb6,43.0,"['%', '$', '&']",% $ &],1,1.0 +350613,350613,02,symb,three_rule_comb6,44.0,"['$', '~', '<']",$ ~ <],1,1.0 +350613,350613,02,symb,three_rule_comb6,45.0,"['%', '!', '&']",% ! &],1,1.0 +350613,350613,02,symb,three_rule_comb6,46.0,"['%', '%', '!']",% % !],1,1.0 +350613,350613,02,symb,three_rule_comb6,47.0,"['$', '<', '~']",$ < ~],1,1.0 +350613,350613,02,symb,three_rule_comb6,48.0,"['$', '>', '!']",$ : !],0,1.0 +350613,350613,02,symb,three_rule_comb6,49.0,"[':', '~', '%']",: % %],0,1.0 +350613,350613,02,symb,three_rule_comb6,50.0,"['%', '&', '~']",% & ~],1,1.0 +350613,350613,02,symb,three_rule_comb6,51.0,"['(', '&', '*']",( ( (],0,1.0 +350613,350613,02,symb,three_rule_comb6,52.0,"[':', '$', '!']",: $ !],1,1.0 +350613,350613,02,symb,three_rule_comb6,53.0,"['$', '%', '<']",% < *],0,1.0 +350613,350613,02,symb,three_rule_comb6,54.0,"['(', '(', '~']",( ( ~],1,1.0 +350613,350613,02,symb,three_rule_comb6,55.0,"['~', '*', '$']",~ * $],1,1.0 +350613,350613,02,symb,three_rule_comb6,56.0,"['(', ':', '&']",( : &],1,1.0 +350613,350613,02,symb,three_rule_comb6,57.0,"['*', '~', ':']",* ! :],0,1.0 +350613,350613,02,symb,three_rule_comb6,58.0,"['*', '<', '~']",* < ~],1,1.0 +350613,350613,02,symb,three_rule_comb6,59.0,"['<', '<', '&']",< < &],1,1.0 +350613,350613,02,symb,three_rule_comb6,60.0,"[':', '&', '!']",: & !],1,1.0 +350613,350613,02,symb,three_rule_comb6,61.0,"['*', '~', '!']",* ~ !],1,1.0 +350613,350613,02,symb,three_rule_comb6,62.0,"['%', '<', '(']",% < (],1,1.0 +350613,350613,02,symb,three_rule_comb6,63.0,"['~', ':', '!']",~ : !],1,1.0 +350613,350613,02,symb,three_rule_comb6,64.0,"['~', '!', '&']",! ~ !],0,1.0 +350613,350613,02,symb,three_rule_comb6,65.0,"['&', '!', '~']",& ! ~],1,1.0 +350613,350613,02,symb,three_rule_comb6,66.0,"['~', '&', '~']",~ ! ~],0,1.0 +350613,350613,02,symb,three_rule_comb6,67.0,"['~', ':', '$']",~ : $],1,1.0 +350613,350613,02,symb,three_rule_comb6,68.0,"['(', '&', '$']",( > >],0,1.0 +350613,350613,02,symb,three_rule_comb6,69.0,"['~', '$', '*']",~ $ *],1,1.0 +350613,350613,02,symb,three_rule_comb6,70.0,"['&', '!', '<']",& ! <],1,1.0 +350613,350613,02,symb,three_rule_comb6,71.0,"['*', '%', '!']",% * !],0,1.0 +350613,350613,02,symb,three_rule_comb6,72.0,"['%', '(', '>']",% ( >],1,1.0 +350613,350613,02,symb,three_rule_comb6,73.0,"['&', '~', '~']",& ~ ~],1,1.0 +350613,350613,02,symb,three_rule_comb6,74.0,"['!', '*', '~']",! * &],0,1.0 +350613,350613,02,symb,three_rule_comb6,75.0,"['!', '(', '>']",! ( >],1,1.0 +350613,350613,02,symb,three_rule_comb6,76.0,"[':', '%', '>']",: % >],1,1.0 +350613,350613,02,symb,three_rule_comb6,77.0,"['$', '!', '~']",$ ~ : $,0,1.0 +350613,350613,02,symb,three_rule_comb6,78.0,"['~', '%', ':']",% ~ :],0,1.0 +350613,350613,02,symb,three_rule_comb6,79.0,"['~', '%', '%']",% ~ (],0,1.0 +350613,350613,02,symb,three_rule_comb6,80.0,"['!', '~', '!']",( ! !],0,1.0 +350613,350613,02,symb,three_rule_comb6,81.0,"['&', '<', '%']",& < &],0,1.0 +350613,350613,02,symb,three_rule_comb6,82.0,"['&', '(', '<']",& ( <],1,1.0 +350613,350613,02,symb,three_rule_comb6,83.0,"['(', '$', '!']",(~ : !)],0,1.0 +350613,350613,02,symb,three_rule_comb6,84.0,"[':', '>', '%']",& & %],0,1.0 +350613,350613,02,symb,three_rule_comb6,85.0,"['&', '!', '$']",& ! $],1,1.0 +350613,350613,02,symb,three_rule_comb6,86.0,"['(', '>', '~']",( > ~],1,1.0 +350613,350613,02,symb,three_rule_comb6,87.0,"['&', '(', ':']",& ( ~],0,1.0 +350613,350613,02,symb,three_rule_comb6,88.0,"['%', '<', ':']",% < :],1,1.0 +350613,350613,02,symb,three_rule_comb6,89.0,"[':', '!', '$']",: ! $],1,1.0 +350613,350613,02,symb,three_rule_comb6,90.0,"['<', '&', '*']",< & *],1,1.0 +350613,350613,02,symb,three_rule_comb6,91.0,"['>', '~', '$']",> ~ $],1,1.0 +350613,350613,02,symb,three_rule_comb6,92.0,"['!', '>', '$']",! > $],1,1.0 +350613,350613,02,symb,three_rule_comb6,93.0,"['$', ':', '&']",$ : &],1,1.0 +350613,350613,02,symb,three_rule_comb6,94.0,"['(', '$', '(']",( $ ~],0,1.0 +350613,350613,02,symb,three_rule_comb6,95.0,"['(', '>', ':']",( > >],0,1.0 +350613,350613,02,symb,three_rule_comb6,96.0,"['!', '>', '>']",! > !],0,1.0 +350613,350613,02,symb,three_rule_comb6,97.0,"[':', '&', '~']",: & ~],1,1.0 +350613,350613,02,symb,three_rule_comb6,98.0,"['>', '!', '<']",> ! <],1,1.0 +350613,350613,02,symb,three_rule_comb6,99.0,"['<', '~', ':']",< ~ :],1,1.0 +350613,350613,02,symb,three_rule_comb7,0.0,"['<', '(', ':']",< ( *],0,1.0 +350613,350613,02,symb,three_rule_comb7,1.0,"['!', '&', ':']",! & >],0,1.0 +350613,350613,02,symb,three_rule_comb7,2.0,"['(', '>', '$']",: * &],0,1.0 +350613,350613,02,symb,three_rule_comb7,3.0,"['(', ':', '<']",% ( ~]],0,1.0 +350613,350613,02,symb,three_rule_comb7,4.0,"['>', '<', '*']",> > *],0,1.0 +350613,350613,02,symb,three_rule_comb7,5.0,"['$', '!', '$']",$ ! ~],0,1.0 +350613,350613,02,symb,three_rule_comb7,6.0,"['<', '&', '<']",& : *],0,1.0 +350613,350613,02,symb,three_rule_comb7,7.0,"['*', '$', '%']",% $ &]],0,1.0 +350613,350613,02,symb,three_rule_comb7,8.0,"['*', '*', '!']",* ~ >],0,1.0 +350613,350613,02,symb,three_rule_comb7,9.0,"['~', '*', ':']",~ * %],0,1.0 +350613,350613,02,symb,three_rule_comb7,10.0,"['<', '&', '(']",< & :>,0,1.0 +350613,350613,02,symb,three_rule_comb7,11.0,"['*', '~', '&']",(~ ~ &)],0,1.0 +350613,350613,02,symb,three_rule_comb7,12.0,"['(', '(', '(']",(& ( (],0,1.0 +350613,350613,02,symb,three_rule_comb7,13.0,"['(', '(', '%']",( > !],0,1.0 +350613,350613,02,symb,three_rule_comb7,14.0,"['>', '>', '(']",> ( %],0,1.0 +350613,350613,02,symb,three_rule_comb7,15.0,"['!', '%', '%']",> % &],0,1.0 +350613,350613,02,symb,three_rule_comb7,16.0,"[':', ':', '%']",: ! !],0,1.0 +350613,350613,02,symb,three_rule_comb7,17.0,"[':', '&', '(']",: * !],0,1.0 +350613,350613,02,symb,three_rule_comb7,18.0,"['~', '*', '~']",~ ! ~],0,1.0 +350613,350613,02,symb,three_rule_comb7,19.0,"['&', '!', '$']",& ! &],0,1.0 +350613,350613,02,symb,three_rule_comb7,20.0,"['<', '~', '<']",* ~ <],0,1.0 +350613,350613,02,symb,three_rule_comb7,21.0,"['&', '(', '!']",% * $],0,1.0 +350613,350613,02,symb,three_rule_comb7,22.0,"['~', '(', '&']",~ ( (],0,1.0 +350613,350613,02,symb,three_rule_comb7,23.0,"[':', '%', '!']",: % (],0,1.0 +350613,350613,02,symb,three_rule_comb7,24.0,"[':', '(', '&']",< ( &],0,1.0 +350613,350613,02,symb,three_rule_comb7,25.0,"['<', '!', '(']",< ! &],0,1.0 +350613,350613,02,symb,three_rule_comb7,26.0,"['(', ':', '~']",% : ~],0,1.0 +350613,350613,02,symb,three_rule_comb7,27.0,"['*', '&', '*']",* & >],0,1.0 +350613,350613,02,symb,three_rule_comb7,28.0,"['$', ':', '$']",$: ~ &],0,1.0 +350613,350613,02,symb,three_rule_comb7,29.0,"['%', '*', '$']",% * ~],0,1.0 +350613,350613,02,symb,three_rule_comb7,30.0,"['$', '$', '$']",$ ! $],0,1.0 +350613,350613,02,symb,three_rule_comb7,31.0,"['~', '&', '$']",~ > $],0,1.0 +350613,350613,02,symb,three_rule_comb7,32.0,"['(', '<', '$']",( $ $],0,1.0 +350613,350613,02,symb,three_rule_comb7,33.0,"['!', '<', '&']",! : &],0,1.0 +350613,350613,02,symb,three_rule_comb7,34.0,"['~', '<', '(']",> ! >],0,1.0 +350613,350613,02,symb,three_rule_comb7,35.0,"['*', '!', '&']",$ > >],0,1.0 +350613,350613,02,symb,three_rule_comb7,36.0,"['~', '&', '<']",:& *],0,1.0 +350613,350613,02,symb,three_rule_comb7,37.0,"['&', '(', '>']",& : !],0,1.0 +350613,350613,02,symb,three_rule_comb7,38.0,"['<', '(', '<']",: ( <],0,1.0 +350613,350613,02,symb,three_rule_comb7,39.0,"['%', '*', '(']",% * >],0,1.0 +350613,350613,02,symb,three_rule_comb7,40.0,"['<', '$', '(']",< $ >],0,1.0 +350613,350613,02,symb,three_rule_comb7,41.0,"['*', '*', '&']",< * &],0,1.0 +350613,350613,02,symb,three_rule_comb7,42.0,"['*', '(', '!']",<* < ~],0,1.0 +350613,350613,02,symb,three_rule_comb7,43.0,"[':', '&', '>']",<& <],0,1.0 +350613,350613,02,symb,three_rule_comb7,44.0,"[':', '>', '*']",< > *],0,1.0 +350613,350613,02,symb,three_rule_comb7,45.0,"['!', '$', '*']",~ $ *],0,1.0 +350613,350613,02,symb,three_rule_comb7,46.0,"['$', '>', '<']",$ ~ <],0,1.0 +350613,350613,02,symb,three_rule_comb7,47.0,"['%', '(', '!']",% > !],0,1.0 +350613,350613,02,symb,three_rule_comb7,48.0,"['<', '~', '*']",< ~ !],0,1.0 +350613,350613,02,symb,three_rule_comb7,49.0,"['(', '%', '$']",% % $],0,1.0 +350613,350613,02,symb,three_rule_comb7,50.0,"['!', '&', '>']",! > >],0,1.0 +350613,350613,02,symb,three_rule_comb7,51.0,"[':', ':', '<']",< : <],0,1.0 +350613,350613,02,symb,three_rule_comb7,52.0,"['*', '$', '&']",* ! &],0,1.0 +350613,350613,02,symb,three_rule_comb7,53.0,"['!', ':', '%']",! : !],0,1.0 +350613,350613,02,symb,three_rule_comb7,54.0,"['~', '%', '%']",~ ! %],0,1.0 +350613,350613,02,symb,three_rule_comb7,55.0,"['&', '~', '%']",& ~ :],0,1.0 +350613,350613,02,symb,three_rule_comb7,56.0,"['$', '(', '%']",$ : %],0,1.0 +350613,350613,02,symb,three_rule_comb7,57.0,"['>', '%', '>']",! % *],0,1.0 +350613,350613,02,symb,three_rule_comb7,58.0,"['$', '!', '<']",< * >],0,1.0 +350613,350613,02,symb,three_rule_comb7,59.0,"['!', '(', '(']",! % (],0,1.0 +350613,350613,02,symb,three_rule_comb7,60.0,"[':', '&', '$']",: & !],0,1.0 +350613,350613,02,symb,three_rule_comb7,61.0,"['<', '&', '!']",< & (],0,1.0 +350613,350613,02,symb,three_rule_comb7,62.0,"['(', ':', '>']",: & >],0,1.0 +350613,350613,02,symb,three_rule_comb7,63.0,"['<', '%', '<']",< $ %],0,1.0 +350613,350613,02,symb,three_rule_comb7,64.0,"['<', '&', '~']",: & ~],0,1.0 +350613,350613,02,symb,three_rule_comb7,65.0,"[':', '(', '(']",: > (],0,1.0 +350613,350613,02,symb,three_rule_comb7,66.0,"['$', '*', '!']",! * !],0,1.0 +350613,350613,02,symb,three_rule_comb7,67.0,"['(', '~', '>']",% ~ >],0,1.0 +350613,350613,02,symb,three_rule_comb7,68.0,"['<', '!', '%']",* ! %],0,1.0 +350613,350613,02,symb,three_rule_comb7,69.0,"['<', '(', '$']",$ & !],0,1.0 +350613,350613,02,symb,three_rule_comb7,70.0,"['(', '~', '~']",* ! ~],0,1.0 +350613,350613,02,symb,three_rule_comb7,71.0,"['~', '~', '&']",~ ! &],0,1.0 +350613,350613,02,symb,three_rule_comb7,72.0,"['(', '%', ':']",% & :],0,1.0 +350613,350613,02,symb,three_rule_comb7,73.0,"['&', '$', '>']",& & >],0,1.0 +350613,350613,02,symb,three_rule_comb7,74.0,"['<', '(', '~']",& ~ ],0,1.0 +350613,350613,02,symb,three_rule_comb7,75.0,"['$', '*', '$']",& : *],0,1.0 +350613,350613,02,symb,three_rule_comb7,76.0,"[':', '<', '>']",: $ >],0,1.0 +350613,350613,02,symb,three_rule_comb7,77.0,"['&', ':', '&']",& ~ &],0,1.0 +350613,350613,02,symb,three_rule_comb7,78.0,"['<', '>', '<']",< : ~],0,1.0 +350613,350613,02,symb,three_rule_comb7,79.0,"['~', '%', '>']",! % >],0,1.0 +350613,350613,02,symb,three_rule_comb7,80.0,"['%', '>', '*']",: ~ !],0,1.0 +350613,350613,02,symb,three_rule_comb7,81.0,"['*', '<', '$']",* : $],0,1.0 +350613,350613,02,symb,three_rule_comb7,82.0,"['&', '$', '$']",& $ <],0,1.0 +350613,350613,02,symb,three_rule_comb7,83.0,"['*', '(', '(']",* : &],0,1.0 +350613,350613,02,symb,three_rule_comb7,84.0,"[':', '~', '(']",: ~ &],0,1.0 +350613,350613,02,symb,three_rule_comb7,85.0,"[':', '<', '<']",: < ~],0,1.0 +350613,350613,02,symb,three_rule_comb7,86.0,"['~', '%', '$']",~ ~ $],0,1.0 +350613,350613,02,symb,three_rule_comb7,87.0,"['&', '<', '~']",& < *],0,1.0 +350613,350613,02,symb,three_rule_comb7,88.0,"[':', '(', '&']",: > &],0,1.0 +350613,350613,02,symb,three_rule_comb7,89.0,"['~', '>', '%']",% ! &],0,1.0 +350613,350613,02,symb,three_rule_comb7,90.0,"[':', '~', '&']",* ~ &],0,1.0 +350613,350613,02,symb,three_rule_comb7,91.0,"['(', '&', '(']",( < :)],0,1.0 +350613,350613,02,symb,three_rule_comb7,92.0,"['~', '~', '(']",* : (],0,1.0 +350613,350613,02,symb,three_rule_comb7,93.0,"['~', '$', '~']",~ ! :],0,1.0 +350613,350613,02,symb,three_rule_comb7,94.0,"['&', '!', '<']",& ! *],0,1.0 +350613,350613,02,symb,three_rule_comb7,95.0,"['&', '<', '*']",:& $ *],0,1.0 +350613,350613,02,symb,three_rule_comb7,96.0,"['*', '(', '~']",# < (],0,1.0 +350613,350613,02,symb,three_rule_comb7,97.0,"['%', '!', '%']",% ~ &],0,1.0 +350613,350613,02,symb,three_rule_comb7,98.0,"[':', '!', '%']",: ~ >],0,1.0 +350613,350613,02,symb,three_rule_comb7,99.0,"[':', '$', '!']",(: $ <],0,1.0 +350613,350613,02,symb,three_rule_comb8,0.0,"[':', '&', '*']",$ * >],0,1.0 +350613,350613,02,symb,three_rule_comb8,1.0,"['<', '<', '<']",* : <]],0,1.0 +350613,350613,02,symb,three_rule_comb8,2.0,"['!', '%', ':']",! % *],0,1.0 +350613,350613,02,symb,three_rule_comb8,3.0,"['>', '<', '$']",! & *],0,1.0 +350613,350613,02,symb,three_rule_comb8,4.0,"['$', '(', ':']",< : :],0,1.0 +350613,350613,02,symb,three_rule_comb8,5.0,"['<', '!', ':']",& > *],0,1.0 +350613,350613,02,symb,three_rule_comb8,6.0,"['(', '~', '&']",: * &],0,1.0 +350613,350613,02,symb,three_rule_comb8,7.0,"[':', '!', '%']",! % *],0,1.0 +350613,350613,02,symb,three_rule_comb8,8.0,"['>', '%', '~']",> ! !],0,1.0 +350613,350613,02,symb,three_rule_comb8,9.0,"['%', '>', '%']",: ! %],0,1.0 +350613,350613,02,symb,three_rule_comb8,10.0,"['!', '<', '~']",* < *],0,1.0 +350613,350613,02,symb,three_rule_comb8,11.0,"['%', '(', '<']",! ( *],0,1.0 +350613,350613,02,symb,three_rule_comb8,12.0,"['~', '~', '(']",> ! >],0,1.0 +350613,350613,02,symb,three_rule_comb8,13.0,"['&', '$', ':']",< & %],0,1.0 +350613,350613,02,symb,three_rule_comb8,14.0,"['%', '>', '&']",% ( (],0,1.0 +350613,350613,02,symb,three_rule_comb8,15.0,"['!', ':', '!']",% > !],0,1.0 +350613,350613,02,symb,three_rule_comb8,16.0,"['(', '~', '>']",> ~ !],0,1.0 +350613,350613,02,symb,three_rule_comb8,17.0,"['*', ':', '(']",* < >],0,1.0 +350613,350613,02,symb,three_rule_comb8,18.0,"['&', '<', '<']",(% & <)],0,1.0 +350613,350613,02,symb,three_rule_comb8,19.0,"['%', '>', '<']",: ! %],0,1.0 +350613,350613,02,symb,three_rule_comb8,20.0,"['(', '&', '$']",> & ~],0,1.0 +350613,350613,02,symb,three_rule_comb8,21.0,"['%', '$', '(']",*: < >],0,1.0 +350613,350613,02,symb,three_rule_comb8,22.0,"[':', '(', '*']",: > <],0,1.0 +350613,350613,02,symb,three_rule_comb8,23.0,"['$', '(', ':']",< & %],0,1.0 +350613,350613,02,symb,three_rule_comb8,24.0,"['<', '!', '%']",< ( <],0,1.0 +350613,350613,02,symb,three_rule_comb8,25.0,"['%', '<', ':']",< % *],0,1.0 +350613,350613,02,symb,three_rule_comb8,26.0,"[':', ':', '<']",% : $,0,1.0 +350613,350613,02,symb,three_rule_comb8,27.0,"['%', '<', ':']",! * :],0,1.0 +350613,350613,02,symb,three_rule_comb8,28.0,"['(', '<', '!']",( > *],0,1.0 +350613,350613,02,symb,three_rule_comb8,29.0,"['(', '<', '~']",$ * ],0,1.0 +350613,350613,02,symb,three_rule_comb8,30.0,"['~', '~', '%']",! ~ !],0,1.0 +350613,350613,02,symb,three_rule_comb8,31.0,"['>', '<', '>']",! $ ~]],0,1.0 +350613,350613,02,symb,three_rule_comb8,32.0,"['(', '%', ':']",: * (],0,1.0 +350613,350613,02,symb,three_rule_comb8,33.0,"['!', '%', '*']",(! % >)],0,1.0 +350613,350613,02,symb,three_rule_comb8,34.0,"['~', ':', '<']",~ < *],0,1.0 +350613,350613,02,symb,three_rule_comb8,35.0,"['$', '%', '$']",& % <],0,1.0 +350613,350613,02,symb,three_rule_comb8,36.0,"['>', '(', '~']",> : *],0,1.0 +350613,350613,02,symb,three_rule_comb8,37.0,"['>', '!', ':']",> ! !],0,1.0 +350613,350613,02,symb,three_rule_comb8,38.0,"['<', '%', '&']",< $ <],0,1.0 +350613,350613,02,symb,three_rule_comb8,39.0,"['$', '<', '%']",& < (],0,1.0 +350613,350613,02,symb,three_rule_comb8,40.0,"['(', '>', '&']",(% < <)],0,1.0 +350613,350613,02,symb,three_rule_comb8,41.0,"['&', '~', '>']",( < !],0,1.0 +350613,350613,02,symb,three_rule_comb8,42.0,"['(', '*', '<']",( * !],0,1.0 +350613,350613,02,symb,three_rule_comb8,43.0,"['~', '&', '!']",~ > >],0,1.0 +350613,350613,02,symb,three_rule_comb8,44.0,"['%', '$', '%']",! ! %],0,1.0 +350613,350613,02,symb,three_rule_comb8,45.0,"['<', ':', '(']",% & (],0,1.0 +350613,350613,02,symb,three_rule_comb8,46.0,"['$', ':', '%']",& : (],0,1.0 +350613,350613,02,symb,three_rule_comb8,47.0,"['!', '%', '*']",< : $],0,1.0 +350613,350613,02,symb,three_rule_comb8,48.0,"['<', '&', '!']",* > !]],0,1.0 +350613,350613,02,symb,three_rule_comb8,49.0,"[':', '$', '<']",% < &],0,1.0 +350613,350613,02,symb,three_rule_comb8,50.0,"['*', '$', '%']",* ~ !],0,1.0 +350613,350613,02,symb,three_rule_comb8,51.0,"['&', '&', '&']",& ! &],0,1.0 +350613,350613,02,symb,three_rule_comb8,52.0,"['~', '(', '<']",* : &],0,1.0 +350613,350613,02,symb,three_rule_comb8,53.0,"['!', '<', '>']",> & ~],0,1.0 +350613,350613,02,symb,three_rule_comb8,54.0,"['>', '<', '*']",! & *],0,1.0 +350613,350613,02,symb,three_rule_comb8,55.0,"['&', '~', '!']",($ * %)],0,1.0 +350613,350613,02,symb,three_rule_comb8,56.0,"['%', '$', '&']",: $ >],0,1.0 +350613,350613,02,symb,three_rule_comb8,57.0,"['<', '!', '&']",$ & <],0,1.0 +350613,350613,02,symb,three_rule_comb8,58.0,"['~', '*', '&']",< ! * ~],0,1.0 +350613,350613,02,symb,three_rule_comb8,59.0,"['<', '<', '%']",* < :>],0,1.0 +350613,350613,02,symb,three_rule_comb8,60.0,"['&', '$', '$']",* : $],0,1.0 +350613,350613,02,symb,three_rule_comb8,61.0,"[':', ':', '&']",(% * <)],0,1.0 +350613,350613,02,symb,three_rule_comb8,62.0,"['$', '(', '*']",$ & <],0,1.0 +350613,350613,02,symb,three_rule_comb8,63.0,"['&', '$', '%']",& > *],0,1.0 +350613,350613,02,symb,three_rule_comb8,64.0,"['<', '$', '<']",< ! :],0,1.0 +350613,350613,02,symb,three_rule_comb8,65.0,"[':', '%', '<']",% ! <],0,1.0 +350613,350613,02,symb,three_rule_comb8,66.0,"['<', '~', ':']",& : ~],0,1.0 +350613,350613,02,symb,three_rule_comb8,67.0,"['%', '<', ':']",% ~ >],0,1.0 +350613,350613,02,symb,three_rule_comb8,68.0,"[':', '<', '>']",: $ !],0,1.0 +350613,350613,02,symb,three_rule_comb8,69.0,"['&', ':', '$']",& % &],0,1.0 +350613,350613,02,symb,three_rule_comb8,70.0,"['<', '*', '$']",* > >],0,1.0 +350613,350613,02,symb,three_rule_comb8,71.0,"['<', '(', '*']",(* < !)],0,1.0 +350613,350613,02,symb,three_rule_comb8,72.0,"[':', '$', '%']",: < %],0,1.0 +350613,350613,02,symb,three_rule_comb8,73.0,"['%', '!', '(']",# $ %],0,1.0 +350613,350613,02,symb,three_rule_comb8,74.0,"['%', '<', '&']",: $ &],0,1.0 +350613,350613,02,symb,three_rule_comb8,75.0,"['(', '<', '~']",% & ~],0,1.0 +350613,350613,02,symb,three_rule_comb8,76.0,"['$', '!', '*']",< ~ *],0,1.0 +350613,350613,02,symb,three_rule_comb8,77.0,"['%', '>', '(']",% ( &],0,1.0 +350613,350613,02,symb,three_rule_comb8,78.0,"[':', '&', '>']",% $ >],0,1.0 +350613,350613,02,symb,three_rule_comb8,79.0,"['&', '$', '>']",< & *],0,1.0 +350613,350613,02,symb,three_rule_comb8,80.0,"['%', '&', ':']",% & :]],1,1.0 +350613,350613,02,symb,three_rule_comb8,81.0,"['$', '*', '%']",< : (],0,1.0 +350613,350613,02,symb,three_rule_comb8,82.0,"[':', ':', '&']",: * >],0,1.0 +350613,350613,02,symb,three_rule_comb8,83.0,"['*', '&', ':']",*: > *],0,1.0 +350613,350613,02,symb,three_rule_comb8,84.0,"['!', '$', '%']",~ ! >]],0,1.0 +350613,350613,02,symb,three_rule_comb8,85.0,"['!', '<', ':']",> & >],0,1.0 +350613,350613,02,symb,three_rule_comb8,86.0,"['~', '&', '(']",~ > &],0,1.0 +350613,350613,02,symb,three_rule_comb8,87.0,"['<', '%', '*']",$ ! ~],0,1.0 +350613,350613,02,symb,three_rule_comb8,88.0,"[':', '&', '%']",: > !],0,1.0 +350613,350613,02,symb,three_rule_comb8,89.0,"['(', '$', ':']",$ : $],0,1.0 +350613,350613,02,symb,three_rule_comb8,90.0,"['<', '%', '*']",< ~ <],0,1.0 +350613,350613,02,symb,three_rule_comb8,91.0,"['%', '!', '*']",% ( !],0,1.0 +350613,350613,02,symb,three_rule_comb8,92.0,"[':', ':', '~']",( % ~],0,1.0 +350613,350613,02,symb,three_rule_comb8,93.0,"['&', '%', '*']",$ : $] [> ~ *],0,1.0 +350613,350613,02,symb,three_rule_comb8,94.0,"[':', ':', '>']",! ! <],0,1.0 +350613,350613,02,symb,three_rule_comb8,95.0,"['~', '<', '(']",% & *],0,1.0 +350613,350613,02,symb,three_rule_comb8,96.0,"['$', '$', '!']",*: : !],0,1.0 +350613,350613,02,symb,three_rule_comb8,97.0,"['%', ':', '<']",% < :],0,1.0 +350613,350613,02,symb,three_rule_comb8,98.0,"['<', '%', '!']",> > *],0,1.0 +350613,350613,02,symb,three_rule_comb8,99.0,"[':', '&', '%']",% < ~],0,1.0 +350613,350613,02,symb,three_rule_comb9,0.0,"['<', '>', '!']",<( ! >],0,1.0 +350613,350613,02,symb,three_rule_comb9,1.0,"[':', '$', '%']",: & #],0,1.0 +350613,350613,02,symb,three_rule_comb9,2.0,"['~', '>', '*']",< ( *],0,1.0 +350613,350613,02,symb,three_rule_comb9,3.0,"['<', ':', '~']",( < *],0,1.0 +350613,350613,02,symb,three_rule_comb9,4.0,"['<', '~', '*']",$ * ~],0,1.0 +350613,350613,02,symb,three_rule_comb9,5.0,"['>', ':', '(']",! % %],0,1.0 +350613,350613,02,symb,three_rule_comb9,6.0,"['%', '&', '<']",< & !],0,1.0 +350613,350613,02,symb,three_rule_comb9,7.0,"['$', '&', '%']",: * &],0,1.0 +350613,350613,02,symb,three_rule_comb9,8.0,"[':', '%', '!']",> % *],0,1.0 +350613,350613,02,symb,three_rule_comb9,9.0,"['%', '<', ':']",% $ #],0,1.0 +350613,350613,02,symb,three_rule_comb9,10.0,"['%', ':', '&']",! ( (],0,1.0 +350613,350613,02,symb,three_rule_comb9,11.0,"['%', '&', '&']",: < $],0,1.0 +350613,350613,02,symb,three_rule_comb9,12.0,"['$', '&', '~']",& < *],0,1.0 +350613,350613,02,symb,three_rule_comb9,13.0,"['(', ':', '&']",* ~ %],0,1.0 +350613,350613,02,symb,three_rule_comb9,14.0,"['*', '<', '%']",# * : !],0,1.0 +350613,350613,02,symb,three_rule_comb9,15.0,"[':', '&', '<']",% < $]],0,1.0 +350613,350613,02,symb,three_rule_comb9,16.0,"['~', '%', ':']",% * %],0,1.0 +350613,350613,02,symb,three_rule_comb9,17.0,"['<', '*', '(']",: < &],0,1.0 +350613,350613,02,symb,three_rule_comb9,18.0,"['(', '~', '$']",% * <],0,1.0 +350613,350613,02,symb,three_rule_comb9,19.0,"['*', ':', '%']",~ : <],0,1.0 +350613,350613,02,symb,three_rule_comb9,20.0,"['%', ':', '>']",~ % %],0,1.0 +350613,350613,02,symb,three_rule_comb9,21.0,"['&', '*', '$']",& & $],0,1.0 +350613,350613,02,symb,three_rule_comb9,22.0,"['<', ':', '*']",$ % ~],0,1.0 +350613,350613,02,symb,three_rule_comb9,23.0,"['~', '&', '*']",$ ~ *],0,1.0 +350613,350613,02,symb,three_rule_comb9,24.0,"['(', '$', '%']",(% & :)],0,1.0 +350613,350613,02,symb,three_rule_comb9,25.0,"['*', '$', ':']",% < #]],0,1.0 +350613,350613,02,symb,three_rule_comb9,26.0,"['%', '$', '&']",# $ @],0,1.0 +350613,350613,02,symb,three_rule_comb9,27.0,"['%', '&', '<']",: < $],0,1.0 +350613,350613,02,symb,three_rule_comb9,28.0,"[':', '&', '%']",% $ (]],0,1.0 +350613,350613,02,symb,three_rule_comb9,29.0,"[':', '~', '(']",# ~ ( *],0,1.0 +350613,350613,02,symb,three_rule_comb9,30.0,"['<', ':', ':']",(% > *),0,1.0 +350613,350613,02,symb,three_rule_comb9,31.0,"[':', '>', '&']",% ! $],0,1.0 +350613,350613,02,symb,three_rule_comb9,32.0,"['%', '(', '<']",% $ :],0,1.0 +350613,350613,02,symb,three_rule_comb9,33.0,"['>', '<', '$']",> & !],0,1.0 +350613,350613,02,symb,three_rule_comb9,34.0,"['$', '(', '*']",! ~ <],0,1.0 +350613,350613,02,symb,three_rule_comb9,35.0,"['~', '(', '%']",# > #],0,1.0 +350613,350613,02,symb,three_rule_comb9,36.0,"['$', '%', '(']",< ( :]],0,1.0 +350613,350613,02,symb,three_rule_comb9,37.0,"[':', '$', '!']",& & <],0,1.0 +350613,350613,02,symb,three_rule_comb9,38.0,"['>', '%', '%']",(& & %),0,1.0 +350613,350613,02,symb,three_rule_comb9,39.0,"['!', '$', '(']",> < %]],0,1.0 +350613,350613,02,symb,three_rule_comb9,40.0,"[':', '~', '$']",* & *],0,1.0 +350613,350613,02,symb,three_rule_comb9,41.0,"[':', '&', '(']",< % *],0,1.0 +350613,350613,02,symb,three_rule_comb9,42.0,"['>', '*', '$']",& ~ !],0,1.0 +350613,350613,02,symb,three_rule_comb9,43.0,"['&', '%', '$']",< : &],0,1.0 +350613,350613,02,symb,three_rule_comb9,44.0,"['~', '(', '(']",% : *],0,1.0 +350613,350613,02,symb,three_rule_comb9,45.0,"['&', '>', '(']",$ ! :],0,1.0 +350613,350613,02,symb,three_rule_comb9,46.0,"[':', '*', '&']",% < ],0,1.0 +350613,350613,02,symb,three_rule_comb9,47.0,"['%', ':', '>']",# > *],0,1.0 +350613,350613,02,symb,three_rule_comb9,48.0,"['~', '$', '<']",* < $]],0,1.0 +350613,350613,02,symb,three_rule_comb9,49.0,"['&', '<', '<']",(~ & ~)],0,1.0 +350613,350613,02,symb,three_rule_comb9,50.0,"['%', '%', '&']",(% & &)],0,1.0 +350613,350613,02,symb,three_rule_comb9,51.0,"['*', '$', '&']",* > ~],0,1.0 +350613,350613,02,symb,three_rule_comb9,52.0,"['$', ':', '<']",< : &],0,1.0 +350613,350613,02,symb,three_rule_comb9,53.0,"['%', '%', '~']",< ! ~],0,1.0 +350613,350613,02,symb,three_rule_comb9,54.0,"['$', '$', ':']",< & (],0,1.0 +350613,350613,02,symb,three_rule_comb9,55.0,"['<', '(', '!']",* & ~],0,1.0 +350613,350613,02,symb,three_rule_comb9,56.0,"['&', '>', '$']",$ ! <],0,1.0 +350613,350613,02,symb,three_rule_comb9,57.0,"['&', '$', ':']",$ & %],0,1.0 +350613,350613,02,symb,three_rule_comb9,58.0,"['(', '&', '%']",& ! %],0,1.0 +350613,350613,02,symb,three_rule_comb9,59.0,"['$', '>', '<']",< ! $]],0,1.0 +350613,350613,02,symb,three_rule_comb9,60.0,"['$', '<', '(']",< & :],0,1.0 +350613,350613,02,symb,three_rule_comb9,61.0,"[':', '%', '*']",% : ~],0,1.0 +350613,350613,02,symb,three_rule_comb9,62.0,"['&', '<', ':']",< & %],0,1.0 +350613,350613,02,symb,three_rule_comb9,63.0,"['$', '(', ':']",% : < >],0,1.0 +350613,350613,02,symb,three_rule_comb9,64.0,"['~', ':', '$']",(* & *)],0,1.0 +350613,350613,02,symb,three_rule_comb9,65.0,"['(', '%', '!']",% : >]],0,1.0 +350613,350613,02,symb,three_rule_comb9,66.0,"['<', '&', '~']",(< * >),0,1.0 +350613,350613,02,symb,three_rule_comb9,67.0,"['<', '$', '!']",& & >],0,1.0 +350613,350613,02,symb,three_rule_comb9,68.0,"[':', '$', '%']",: % <],0,1.0 +350613,350613,02,symb,three_rule_comb9,69.0,"['(', '$', '>']",: < !],0,1.0 +350613,350613,02,symb,three_rule_comb9,70.0,"[':', '$', '(']",# $ %],0,1.0 +350613,350613,02,symb,three_rule_comb9,71.0,"['(', '*', '<']",: ~ &],0,1.0 +350613,350613,02,symb,three_rule_comb9,72.0,"['>', '$', ':']",> > !],0,1.0 +350613,350613,02,symb,three_rule_comb9,73.0,"['<', '%', ':']",% : &],0,1.0 +350613,350613,02,symb,three_rule_comb9,74.0,"['$', ':', '>']",& % !],0,1.0 +350613,350613,02,symb,three_rule_comb9,75.0,"['!', '%', '(']",( > * ),0,1.0 +350613,350613,02,symb,three_rule_comb9,76.0,"['&', ':', '%']",% $ (],0,1.0 +350613,350613,02,symb,three_rule_comb9,77.0,"['>', '%', '(']",? * %],0,1.0 +350613,350613,02,symb,three_rule_comb9,78.0,"['$', '<', '$']",< $ &],0,1.0 +350613,350613,02,symb,three_rule_comb9,79.0,"['&', '>', '%']",$ ! :],0,1.0 +350613,350613,02,symb,three_rule_comb9,80.0,"['(', '(', '*']",> & <],0,1.0 +350613,350613,02,symb,three_rule_comb9,81.0,"['&', '(', '>']",< % !],0,1.0 +350613,350613,02,symb,three_rule_comb9,82.0,"['%', '<', '(']",% : &],0,1.0 +350613,350613,02,symb,three_rule_comb9,83.0,"['$', '<', '(']",< $ %],0,1.0 +350613,350613,02,symb,three_rule_comb9,84.0,"['<', '!', '%']",* > $],0,1.0 +350613,350613,02,symb,three_rule_comb9,85.0,"['<', '>', '&']",& ! <],0,1.0 +350613,350613,02,symb,three_rule_comb9,86.0,"['$', '(', '<']",< ( >],0,1.0 +350613,350613,02,symb,three_rule_comb9,87.0,"['(', '$', '<']",( < %],0,1.0 +350613,350613,02,symb,three_rule_comb9,88.0,"['>', '(', '<']",# $ #],0,1.0 +350613,350613,02,symb,three_rule_comb9,89.0,"['~', ':', '%']",* ( (],0,1.0 +350613,350613,02,symb,three_rule_comb9,90.0,"['&', '$', '!']",$ < >],0,1.0 +350613,350613,02,symb,three_rule_comb9,91.0,"['$', '%', '&']",< : $],0,1.0 +350613,350613,02,symb,three_rule_comb9,92.0,"['$', '>', '(']",< ! %],0,1.0 +350613,350613,02,symb,three_rule_comb9,93.0,"['&', '%', '~']",<& ! !],0,1.0 +350613,350613,02,symb,three_rule_comb9,94.0,"['$', '%', '*']",& ( ~],0,1.0 +350613,350613,02,symb,three_rule_comb9,95.0,"['&', '!', '&']",* > $],0,1.0 +350613,350613,02,symb,three_rule_comb9,96.0,"['>', '$', '&']",! & $],0,1.0 +350613,350613,02,symb,three_rule_comb9,97.0,"['!', '&', '%']",> $ (],0,1.0 +350613,350613,02,symb,three_rule_comb9,98.0,"['$', '>', ':']",& > &],0,1.0 +350613,350613,02,symb,three_rule_comb9,99.0,"['!', '&', '*']",! ! >],0,1.0 +350613,350613,02,symb,c3_set_union,0.0,"['~', '(', '&', '$']",~ ( & $],1,1.0 +350613,350613,02,symb,c3_set_union,1.0,"['<', '>', '(', '&']",< > &],0,1.0 +350613,350613,02,symb,c3_set_union,2.0,"['&', '$', ':', '~']",& $ : ~],1,1.0 +350613,350613,02,symb,c3_set_union,3.0,"['%', '(', ':', '>']",% :(],0,1.0 +350613,350613,02,symb,c3_set_union,4.0,"[':', '~', '<', '*']",: ~ < *],1,1.0 +350613,350613,02,symb,c3_set_union,5.0,"['*', '<', '&', '%']",* < & %],1,1.0 +350613,350613,02,symb,c3_set_union,6.0,"['~', '&', '%', '(']",~ & (%],1,1.0 +350613,350613,02,symb,c3_set_union,7.0,"['>', '!', ':', '(']",> ! (],0,1.0 +350613,350613,02,symb,c3_set_union,8.0,"[':', '!', '*', '&']",: * &],0,1.0 +350613,350613,02,symb,c3_set_union,9.0,"['%', '*', '&', '~']",% * & ~],1,1.0 +350613,350613,02,symb,c3_set_union,10.0,"['$', '%', '>', '&']",$ % > &],1,1.0 +350613,350613,02,symb,c3_set_union,11.0,"['~', '&', '!', '<']",~ & ! <],1,1.0 +350613,350613,02,symb,c3_set_union,12.0,"['$', '>', '~', '%']",$ > ~ %],1,1.0 +350613,350613,02,symb,c3_set_union,13.0,"['<', '%', '>', '!']",< % > !],1,1.0 +350613,350613,02,symb,c3_set_union,14.0,"[':', '$', '>', '*']",: $ > *],1,1.0 +350613,350613,02,symb,c3_set_union,15.0,"['%', '(', '&', '*']",% ( & *],1,1.0 +350613,350613,02,symb,c3_set_union,16.0,"['~', '*', ':', '!']",~ * :],0,1.0 +350613,350613,02,symb,c3_set_union,17.0,"['>', ':', '~', '!']",> : ~ !],1,1.0 +350613,350613,02,symb,c3_set_union,18.0,"['$', '(', '*', ':']",$ (:],0,1.0 +350613,350613,02,symb,c3_set_union,19.0,"[':', '(', '~', '&']",: ( ~ &],1,1.0 +350613,350613,02,symb,c3_set_union,20.0,"['~', '%', '*', '!']",~ % * !],1,1.0 +350613,350613,02,symb,c3_set_union,21.0,"[':', '(', '<', '$']",: ( < $],1,1.0 +350613,350613,02,symb,c3_set_union,22.0,"['!', '<', '>', ':']",! < > :],1,1.0 +350613,350613,02,symb,c3_set_union,23.0,"['%', '(', '~', '<']",% ( ~ <],1,1.0 +350613,350613,02,symb,c3_set_union,24.0,"['%', '$', '>', '<']",% $ > <],1,1.0 +350613,350613,02,symb,c3_set_union,25.0,"['~', '$', '<', '&']",~ $ &],0,1.0 +350613,350613,02,symb,c3_set_union,26.0,"[':', '!', '$', '>']",: ! $ >],1,1.0 +350613,350613,02,symb,c3_set_union,27.0,"['$', '*', '&', ':']",$ * & :],1,1.0 +350613,350613,02,symb,c3_set_union,28.0,"[':', '%', '&', '~']",: % & ~],1,1.0 +350613,350613,02,symb,c3_set_union,29.0,"['!', '$', '*', '&']",! $ * &],1,1.0 +350613,350613,02,symb,c3_set_union,30.0,"['!', '*', '(', ':']",! * :],0,1.0 +350613,350613,02,symb,c3_set_union,31.0,"['*', '~', '&', ':']",* ~ & :]],1,1.0 +350613,350613,02,symb,c3_set_union,32.0,"[':', '~', '(', '%']",: ~ ( %],1,1.0 +350613,350613,02,symb,c3_set_union,33.0,"['*', '%', '<', '$']",* % < $],1,1.0 +350613,350613,02,symb,c3_set_union,34.0,"['~', '<', '&', '(']",~ < & (],1,1.0 +350613,350613,02,symb,c3_set_union,35.0,"['%', '<', '*', '!']",% < * !],1,1.0 +350613,350613,02,symb,c3_set_union,36.0,"['(', '~', ':', '!']",( ~ :],0,1.0 +350613,350613,02,symb,c3_set_union,37.0,"['$', '&', '*', '~']",$ & * ~],1,1.0 +350613,350613,02,symb,c3_set_union,38.0,"[':', '(', '~', '$']",: (~ $],1,1.0 +350613,350613,02,symb,c3_set_union,39.0,"['&', '>', '$', '*']",& > $ *],1,1.0 +350613,350613,02,symb,c3_set_union,40.0,"['$', '!', '*', '~']",$ ! * ~],1,1.0 +350613,350613,02,symb,c3_set_union,41.0,"['&', '%', '$', '!']",& % $ !],1,1.0 +350613,350613,02,symb,c3_set_union,42.0,"['>', '$', '*', '!']",> $ * !],1,1.0 +350613,350613,02,symb,c3_set_union,43.0,"[':', '*', '(', '>']",: * ( >],1,1.0 +350613,350613,02,symb,c3_set_union,44.0,"['$', '%', '(', ':']",$ % ( : ],1,1.0 +350613,350613,02,symb,c3_set_union,45.0,"['!', '<', ':', '$']",! < : $],1,1.0 +350613,350613,02,symb,c3_set_union,46.0,"['>', '*', '&', '<']",> * & <],1,1.0 +350613,350613,02,symb,c3_set_union,47.0,"[':', '~', '>', '*']",: ~ > *],1,1.0 +350613,350613,02,symb,c3_set_union,48.0,"['%', '(', '*', '~']",% ( * ~],1,1.0 +350613,350613,02,symb,c3_set_union,49.0,"['(', '~', '*', '<']",( ~ * <],1,1.0 +350613,350613,02,symb,c3_set_union,50.0,"['(', '$', '!', '%']",( $ ! %],1,1.0 +350613,350613,02,symb,c3_set_union,51.0,"['>', '!', '%', '*']",> ! % *],1,1.0 +350613,350613,02,symb,c3_set_union,52.0,"['&', '$', '>', ':']",& $ > :],1,1.0 +350613,350613,02,symb,c3_set_union,53.0,"['~', '$', '%', '<']",~ $ % <],1,1.0 +350613,350613,02,symb,c3_set_union,54.0,"['&', '>', '<', '%']",& > < %],1,1.0 +350613,350613,02,symb,c3_set_union,55.0,"['>', '*', '<', ':']",> * :],0,1.0 +350613,350613,02,symb,c3_set_union,56.0,"[':', '!', '*', '<']",: * ! <],1,1.0 +350613,350613,02,symb,c3_set_union,57.0,"['%', '<', '*', '~']",% < * ~],1,1.0 +350613,350613,02,symb,c3_set_union,58.0,"['>', '(', '<', '%']",> ( < %],1,1.0 +350613,350613,02,symb,c3_set_union,59.0,"['>', ':', '<', '~']",> : ~],0,1.0 +350613,350613,02,symb,c3_set_union,60.0,"['*', '&', '<', '$']",* & $],0,1.0 +350613,350613,02,symb,c3_set_union,61.0,"['%', '<', '*', '(']",% < *],0,1.0 +350613,350613,02,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$ % < !],1,1.0 +350613,350613,02,symb,c3_set_union,63.0,"['~', '>', '<', '!']",~ > < !],1,1.0 +350613,350613,02,symb,c3_set_union,64.0,"['&', '!', '$', '~']",& $ ! ~],1,1.0 +350613,350613,02,symb,c3_set_union,65.0,"[':', '&', '>', '%']",: & > %],1,1.0 +350613,350613,02,symb,c3_set_union,66.0,"['<', '&', '$', '>']",< & $ >],1,1.0 +350613,350613,02,symb,c3_set_union,67.0,"['(', '$', '*', '%']",( $ * %],1,1.0 +350613,350613,02,symb,c3_set_union,68.0,"['<', '%', ':', '$']",< % $],0,1.0 +350613,350613,02,symb,c3_set_union,69.0,"[':', '&', '$', '<']",: & <],0,1.0 +350613,350613,02,symb,c3_set_union,70.0,"['>', '(', '~', '*']",> (~ *),0,1.0 +350613,350613,02,symb,c3_set_union,71.0,"[':', '~', '&', '<']",: ~ & <],1,1.0 +350613,350613,02,symb,c3_set_union,72.0,"['(', '!', ':', '%']",( ! %],0,1.0 +350613,350613,02,symb,c3_set_union,73.0,"['<', '&', '$', '(']",< & ($],1,1.0 +350613,350613,02,symb,c3_set_union,74.0,"['*', '!', '>', ':']",* ! > :],1,1.0 +350613,350613,02,symb,c3_set_union,75.0,"['$', ':', '<', '*']",$ : < *],1,1.0 +350613,350613,02,symb,c3_set_union,76.0,"['%', '>', ':', '$']",% > : $],1,1.0 +350613,350613,02,symb,c3_set_union,77.0,"[':', '~', '!', '%']",: ~ ! %],1,1.0 +350613,350613,02,symb,c3_set_union,78.0,"['&', '!', '~', '>']",& ! ~ >],1,1.0 +350613,350613,02,symb,c3_set_union,79.0,"['(', '$', '*', '<']",( $ * <],1,1.0 +350613,350613,02,symb,c3_set_union,80.0,"['(', ':', '&', '$']",(: $],0,1.0 +350613,350613,02,symb,c3_set_union,81.0,"['!', '&', '*', '>']",! & * >],1,1.0 +350613,350613,02,symb,c3_set_union,82.0,"[':', '%', '&', '<']",: % & <],1,1.0 +350613,350613,02,symb,c3_set_union,83.0,"['>', '(', '$', '*']",> ($ *),0,1.0 +350613,350613,02,symb,c3_set_union,84.0,"['!', ':', '<', '&']",! : &],0,1.0 +350613,350613,02,symb,c3_set_union,85.0,"['!', '$', '(', ':']",! $ :],0,1.0 +350613,350613,02,symb,c3_set_union,86.0,"['*', '!', '%', ':']",* ! % :],1,1.0 +350613,350613,02,symb,c3_set_union,87.0,"['(', '!', '*', '~']",( ! * ~],1,1.0 +350613,350613,02,symb,c3_set_union,88.0,"['%', '!', '&', '(']",% ! & (],1,1.0 +350613,350613,02,symb,c3_set_union,89.0,"['!', '(', '>', '$']",! (> $],1,1.0 +350613,350613,02,symb,c3_set_union,90.0,"['<', '>', '*', '(']",< > * (],1,1.0 +350613,350613,02,symb,c3_set_union,91.0,"['&', '$', '%', '(']",& $ % (],1,1.0 +350613,350613,02,symb,c3_set_union,92.0,"['!', '<', '&', '%']",! < & %],1,1.0 +350613,350613,02,symb,c3_set_union,93.0,"[':', '(', '&', '>']",: ( & >],1,1.0 +350613,350613,02,symb,c3_set_union,94.0,"[':', '<', '$', '>']",: < $ >],1,1.0 +350613,350613,02,symb,c3_set_union,95.0,"['(', '$', '<', '%']",<( $ %],1,1.0 +350613,350613,02,symb,c3_set_union,96.0,"['~', '%', '*', ':']",~ * :],0,1.0 +350613,350613,02,symb,c3_set_union,97.0,"['&', '%', '!', '*']",& % ! *],1,1.0 +350613,350613,02,symb,c3_set_union,98.0,"[':', '$', '*', '!']",: $ * !],1,1.0 +350613,350613,02,symb,c3_set_union,99.0,"['!', '(', '<', '*']",! (< *),0,1.0 +350613,350613,02,symb,c1_set_union,0.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union,1.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union,2.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,3.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,4.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union,5.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union,6.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union,7.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union,8.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,9.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,10.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union,11.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,12.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union,13.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union,14.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,15.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union,16.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union,17.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union,18.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union,19.0,['('],(~),0,1.0 +350613,350613,02,symb,c1_set_union,20.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union,21.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union,22.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union,23.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union,24.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,25.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union,26.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union,27.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union,28.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,29.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,30.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,31.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union,32.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,33.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union,34.0,['!'],!,1,1.0 +350613,350613,02,symb,c1_set_union,35.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,36.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union,37.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union,38.0,['$'],$,1,1.0 +350613,350613,02,symb,c1_set_union,39.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union,40.0,['>'],>,1,1.0 +350613,350613,02,symb,c1_set_union,41.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union,42.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,43.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,44.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union,45.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,46.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,47.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union,48.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union,49.0,['>'],> ],1,1.0 +350613,350613,02,symb,c1_set_union,50.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,51.0,['!'],! ],1,1.0 +350613,350613,02,symb,c1_set_union,52.0,['!'],!,1,1.0 +350613,350613,02,symb,c1_set_union,53.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,54.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union,55.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,56.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,57.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union,58.0,['('],(,1,1.0 +350613,350613,02,symb,c1_set_union,59.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,60.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union,61.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union,62.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union,63.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union,64.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,65.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union,66.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,67.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union,68.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union,69.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union,70.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union,71.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,72.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union,73.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,74.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union,75.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union,76.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union,77.0,['!'],!,1,1.0 +350613,350613,02,symb,c1_set_union,78.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,79.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,80.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union,81.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,82.0,['('],(,1,1.0 +350613,350613,02,symb,c1_set_union,83.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,84.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union,85.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union,86.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,87.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,88.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,89.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,90.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,91.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union,92.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union,93.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union,94.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union,95.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union,96.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,97.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union,98.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union,99.0,['~'],~],1,1.0 +350613,350613,02,symb,c2_set_union,0.0,['$'],( $],0,1.0 +350613,350613,02,symb,c2_set_union,1.0,[':'],:$ :],0,1.0 +350613,350613,02,symb,c2_set_union,2.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,3.0,['*'],<*],0,1.0 +350613,350613,02,symb,c2_set_union,4.0,['!'],:!],0,1.0 +350613,350613,02,symb,c2_set_union,5.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,6.0,[':'],:],1,1.0 +350613,350613,02,symb,c2_set_union,7.0,['>'],>],1,1.0 +350613,350613,02,symb,c2_set_union,8.0,['>'],< > >],0,1.0 +350613,350613,02,symb,c2_set_union,9.0,['('],(% (],0,1.0 +350613,350613,02,symb,c2_set_union,10.0,['*'],( *],0,1.0 +350613,350613,02,symb,c2_set_union,11.0,['%'],%],1,1.0 +350613,350613,02,symb,c2_set_union,12.0,['$'],$],1,1.0 +350613,350613,02,symb,c2_set_union,13.0,[':'],:% :],0,1.0 +350613,350613,02,symb,c2_set_union,14.0,['%'],$ %],0,1.0 +350613,350613,02,symb,c2_set_union,15.0,['%'],& % >],0,1.0 +350613,350613,02,symb,c2_set_union,16.0,['>'],> >],0,1.0 +350613,350613,02,symb,c2_set_union,17.0,['$'],$],1,1.0 +350613,350613,02,symb,c2_set_union,18.0,['$'],* $ &],0,1.0 +350613,350613,02,symb,c2_set_union,19.0,[':'],:],1,1.0 +350613,350613,02,symb,c2_set_union,20.0,['>'],:> >],0,1.0 +350613,350613,02,symb,c2_set_union,21.0,[':'],:]],1,1.0 +350613,350613,02,symb,c2_set_union,22.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,23.0,[':'],$ : :],0,1.0 +350613,350613,02,symb,c2_set_union,24.0,['<'],< *],0,1.0 +350613,350613,02,symb,c2_set_union,25.0,['&'],* &],0,1.0 +350613,350613,02,symb,c2_set_union,26.0,['>'],>],1,1.0 +350613,350613,02,symb,c2_set_union,27.0,['*'],* %],0,1.0 +350613,350613,02,symb,c2_set_union,28.0,['<'],<],1,1.0 +350613,350613,02,symb,c2_set_union,29.0,[':'],:],1,1.0 +350613,350613,02,symb,c2_set_union,30.0,['!'],!,1,1.0 +350613,350613,02,symb,c2_set_union,31.0,['*'],:*],0,1.0 +350613,350613,02,symb,c2_set_union,32.0,['*'],*],1,1.0 +350613,350613,02,symb,c2_set_union,33.0,['&'],<&],0,1.0 +350613,350613,02,symb,c2_set_union,34.0,[':'],$ :] [:],0,1.0 +350613,350613,02,symb,c2_set_union,35.0,['>'],:> >],0,1.0 +350613,350613,02,symb,c2_set_union,36.0,['<'],<],1,1.0 +350613,350613,02,symb,c2_set_union,37.0,['*'],& *],0,1.0 +350613,350613,02,symb,c2_set_union,38.0,['*'],*],1,1.0 +350613,350613,02,symb,c2_set_union,39.0,['!'],< !],0,1.0 +350613,350613,02,symb,c2_set_union,40.0,['<'],<],1,1.0 +350613,350613,02,symb,c2_set_union,41.0,['>'],> >],0,1.0 +350613,350613,02,symb,c2_set_union,42.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,43.0,['~'],~],1,1.0 +350613,350613,02,symb,c2_set_union,44.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,45.0,['~'],(~],0,1.0 +350613,350613,02,symb,c2_set_union,46.0,['<'],< !],0,1.0 +350613,350613,02,symb,c2_set_union,47.0,['*'],<*],0,1.0 +350613,350613,02,symb,c2_set_union,48.0,['<'],<],1,1.0 +350613,350613,02,symb,c2_set_union,49.0,['!'],! $],0,1.0 +350613,350613,02,symb,c2_set_union,50.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,51.0,['!'],!],1,1.0 +350613,350613,02,symb,c2_set_union,52.0,['*'],*]],1,1.0 +350613,350613,02,symb,c2_set_union,53.0,[':'],:*],0,1.0 +350613,350613,02,symb,c2_set_union,54.0,['('],(],1,1.0 +350613,350613,02,symb,c2_set_union,55.0,[':'],:],1,1.0 +350613,350613,02,symb,c2_set_union,56.0,['~'],~],1,1.0 +350613,350613,02,symb,c2_set_union,57.0,['!'],! %],0,1.0 +350613,350613,02,symb,c2_set_union,58.0,['>'],> >],0,1.0 +350613,350613,02,symb,c2_set_union,59.0,['<'],<],1,1.0 +350613,350613,02,symb,c2_set_union,60.0,['$'],(% $ $],0,1.0 +350613,350613,02,symb,c2_set_union,61.0,['&'],<&],0,1.0 +350613,350613,02,symb,c2_set_union,62.0,[':'],:],1,1.0 +350613,350613,02,symb,c2_set_union,63.0,['~'],~],1,1.0 +350613,350613,02,symb,c2_set_union,64.0,['>'],> *],0,1.0 +350613,350613,02,symb,c2_set_union,65.0,[':'],:],1,1.0 +350613,350613,02,symb,c2_set_union,66.0,['*'],*],1,1.0 +350613,350613,02,symb,c2_set_union,67.0,['<'],<],1,1.0 +350613,350613,02,symb,c2_set_union,68.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,69.0,['%'],%],1,1.0 +350613,350613,02,symb,c2_set_union,70.0,['<'],<],1,1.0 +350613,350613,02,symb,c2_set_union,71.0,[':'],:$:],0,1.0 +350613,350613,02,symb,c2_set_union,72.0,['~'],~ %],0,1.0 +350613,350613,02,symb,c2_set_union,73.0,['*'],*]],1,1.0 +350613,350613,02,symb,c2_set_union,74.0,['~'],~],1,1.0 +350613,350613,02,symb,c2_set_union,75.0,['*'],*],1,1.0 +350613,350613,02,symb,c2_set_union,76.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,77.0,['*'],*],1,1.0 +350613,350613,02,symb,c2_set_union,78.0,['*'],*],1,1.0 +350613,350613,02,symb,c2_set_union,79.0,[':'],% :] :],0,1.0 +350613,350613,02,symb,c2_set_union,80.0,['<'],<],1,1.0 +350613,350613,02,symb,c2_set_union,81.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,82.0,['$'],$],1,1.0 +350613,350613,02,symb,c2_set_union,83.0,['%'],%],1,1.0 +350613,350613,02,symb,c2_set_union,84.0,['('],(],1,1.0 +350613,350613,02,symb,c2_set_union,85.0,['*'],$ * %],0,1.0 +350613,350613,02,symb,c2_set_union,86.0,['!'],:!],0,1.0 +350613,350613,02,symb,c2_set_union,87.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,88.0,['('],(],1,1.0 +350613,350613,02,symb,c2_set_union,89.0,['~'],: ~],0,1.0 +350613,350613,02,symb,c2_set_union,90.0,['$'],$],1,1.0 +350613,350613,02,symb,c2_set_union,91.0,['$'],$],1,1.0 +350613,350613,02,symb,c2_set_union,92.0,['~'],~],1,1.0 +350613,350613,02,symb,c2_set_union,93.0,[':'],:$ :],0,1.0 +350613,350613,02,symb,c2_set_union,94.0,['%'],%],1,1.0 +350613,350613,02,symb,c2_set_union,95.0,['~'],: ~ <],0,1.0 +350613,350613,02,symb,c2_set_union,96.0,['*'],*],1,1.0 +350613,350613,02,symb,c2_set_union,97.0,['&'],&],1,1.0 +350613,350613,02,symb,c2_set_union,98.0,['<'],<],1,1.0 +350613,350613,02,symb,c2_set_union,99.0,['('],(],1,1.0 +350613,350613,02,symb,AND,0.0,['('],(],1,1.0 +350613,350613,02,symb,AND,1.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,2.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,3.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,4.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,5.0,['%'],%],1,1.0 +350613,350613,02,symb,AND,6.0,['%'],%],1,1.0 +350613,350613,02,symb,AND,7.0,['$'],$],1,1.0 +350613,350613,02,symb,AND,8.0,['>'],>],1,1.0 +350613,350613,02,symb,AND,9.0,['~'],~],1,1.0 +350613,350613,02,symb,AND,10.0,[':'],: ],1,1.0 +350613,350613,02,symb,AND,11.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,12.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,13.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,14.0,['$'],$],1,1.0 +350613,350613,02,symb,AND,15.0,['%'],%],1,1.0 +350613,350613,02,symb,AND,16.0,[':'],: ],1,1.0 +350613,350613,02,symb,AND,17.0,['>'],> ],1,1.0 +350613,350613,02,symb,AND,18.0,['('],(],1,1.0 +350613,350613,02,symb,AND,19.0,['>'],> ],1,1.0 +350613,350613,02,symb,AND,20.0,[':'],: ],1,1.0 +350613,350613,02,symb,AND,21.0,['%'],%],1,1.0 +350613,350613,02,symb,AND,22.0,['>'],> >],0,1.0 +350613,350613,02,symb,AND,23.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,24.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,25.0,['~'],~],1,1.0 +350613,350613,02,symb,AND,26.0,['('],(],1,1.0 +350613,350613,02,symb,AND,27.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,28.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,29.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,30.0,[':'],:],1,1.0 +350613,350613,02,symb,AND,31.0,['>'],> ],1,1.0 +350613,350613,02,symb,AND,32.0,['~'],~],1,1.0 +350613,350613,02,symb,AND,33.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,34.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,35.0,['$'],$],1,1.0 +350613,350613,02,symb,AND,36.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,37.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,38.0,['$'],$],1,1.0 +350613,350613,02,symb,AND,39.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,40.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,41.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,42.0,['%'],% %],0,1.0 +350613,350613,02,symb,AND,43.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,44.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,45.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,46.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,47.0,['!'],!],1,1.0 +350613,350613,02,symb,AND,48.0,['%'],%],1,1.0 +350613,350613,02,symb,AND,49.0,['('],(],1,1.0 +350613,350613,02,symb,AND,50.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,51.0,['%'],%],1,1.0 +350613,350613,02,symb,AND,52.0,[':'],:],1,1.0 +350613,350613,02,symb,AND,53.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,54.0,['>'],>],1,1.0 +350613,350613,02,symb,AND,55.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,56.0,[':'],: ],1,1.0 +350613,350613,02,symb,AND,57.0,['~'],~],1,1.0 +350613,350613,02,symb,AND,58.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,59.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,60.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,61.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,62.0,['('],(],1,1.0 +350613,350613,02,symb,AND,63.0,['>'],> ],1,1.0 +350613,350613,02,symb,AND,64.0,['~'],~],1,1.0 +350613,350613,02,symb,AND,65.0,['>'],> ],1,1.0 +350613,350613,02,symb,AND,66.0,['$'],$],1,1.0 +350613,350613,02,symb,AND,67.0,['>'],> ],1,1.0 +350613,350613,02,symb,AND,68.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,69.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,70.0,['!'],! ],1,1.0 +350613,350613,02,symb,AND,71.0,['$'],$],1,1.0 +350613,350613,02,symb,AND,72.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,73.0,['~'],~],1,1.0 +350613,350613,02,symb,AND,74.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,75.0,['>'],> >],0,1.0 +350613,350613,02,symb,AND,76.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,77.0,['!'],! !],0,1.0 +350613,350613,02,symb,AND,78.0,['~'],~],1,1.0 +350613,350613,02,symb,AND,79.0,['>'],> ],1,1.0 +350613,350613,02,symb,AND,80.0,['!'],!],1,1.0 +350613,350613,02,symb,AND,81.0,['!'],! ],1,1.0 +350613,350613,02,symb,AND,82.0,['%'],%],1,1.0 +350613,350613,02,symb,AND,83.0,['('],(],1,1.0 +350613,350613,02,symb,AND,84.0,['>'],> ],1,1.0 +350613,350613,02,symb,AND,85.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,86.0,['('],(],1,1.0 +350613,350613,02,symb,AND,87.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,88.0,['&'],& &],0,1.0 +350613,350613,02,symb,AND,89.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,90.0,['$'],$ ],1,1.0 +350613,350613,02,symb,AND,91.0,['<'],<],1,1.0 +350613,350613,02,symb,AND,92.0,['$'],$],1,1.0 +350613,350613,02,symb,AND,93.0,['!'],! !],0,1.0 +350613,350613,02,symb,AND,94.0,['~'],~],1,1.0 +350613,350613,02,symb,AND,95.0,['!'],! !],0,1.0 +350613,350613,02,symb,AND,96.0,['~'],~],1,1.0 +350613,350613,02,symb,AND,97.0,['&'],&],1,1.0 +350613,350613,02,symb,AND,98.0,['*'],*],1,1.0 +350613,350613,02,symb,AND,99.0,['!'],! ],1,1.0 +350613,350613,02,symb,XOR,0.0,"['(', '!']",! (],1,1.0 +350613,350613,02,symb,XOR,1.0,"['$', ':']",: >],0,1.0 +350613,350613,02,symb,XOR,2.0,"['!', '(']",< !],0,1.0 +350613,350613,02,symb,XOR,3.0,"['$', ':']",: $],1,1.0 +350613,350613,02,symb,XOR,4.0,"['$', '!']",$ !],1,1.0 +350613,350613,02,symb,XOR,5.0,"['$', '>']",$ >],1,1.0 +350613,350613,02,symb,XOR,6.0,"['!', '*']",* !],1,1.0 +350613,350613,02,symb,XOR,7.0,"['>', '!']",$ >],0,1.0 +350613,350613,02,symb,XOR,8.0,"['%', '$']",$ %],1,1.0 +350613,350613,02,symb,XOR,9.0,"['(', '*']",* (],1,1.0 +350613,350613,02,symb,XOR,10.0,"['<', ':']",: <],1,1.0 +350613,350613,02,symb,XOR,11.0,"['%', '*']",% *],1,1.0 +350613,350613,02,symb,XOR,12.0,"['!', '~']",> ~],0,1.0 +350613,350613,02,symb,XOR,13.0,"['~', ':']",: ~],1,1.0 +350613,350613,02,symb,XOR,14.0,"['~', '>']",> ~],1,1.0 +350613,350613,02,symb,XOR,15.0,"[':', '%']",% $],0,1.0 +350613,350613,02,symb,XOR,16.0,"[':', '(']",> (],0,1.0 +350613,350613,02,symb,XOR,17.0,"['(', '%']",% (],1,1.0 +350613,350613,02,symb,XOR,18.0,"['&', '%']",% &],1,1.0 +350613,350613,02,symb,XOR,19.0,"['>', '(']",( >],1,1.0 +350613,350613,02,symb,XOR,20.0,"['%', '<']",< %],1,1.0 +350613,350613,02,symb,XOR,21.0,"['!', '(']",! (],1,1.0 +350613,350613,02,symb,XOR,22.0,"['~', '$']",$ ~],1,1.0 +350613,350613,02,symb,XOR,23.0,"['%', '&']",& %],1,1.0 +350613,350613,02,symb,XOR,24.0,"['>', '%']",% >],1,1.0 +350613,350613,02,symb,XOR,25.0,"['*', '<']",* <],1,1.0 +350613,350613,02,symb,XOR,26.0,"['<', '$']",$ <],1,1.0 +350613,350613,02,symb,XOR,27.0,"['&', '>']",& >],1,1.0 +350613,350613,02,symb,XOR,28.0,"['$', '%']",% $],1,1.0 +350613,350613,02,symb,XOR,29.0,"['&', '<']",$ <],0,1.0 +350613,350613,02,symb,XOR,30.0,"['~', '*']",<* ~],0,1.0 +350613,350613,02,symb,XOR,31.0,"['(', '$']",$ (],1,1.0 +350613,350613,02,symb,XOR,32.0,"['~', '$']",$ ~],1,1.0 +350613,350613,02,symb,XOR,33.0,"['(', ':']",: >],0,1.0 +350613,350613,02,symb,XOR,34.0,"['*', '<']",< *],1,1.0 +350613,350613,02,symb,XOR,35.0,"[':', '~']",(~ :)],0,1.0 +350613,350613,02,symb,XOR,36.0,"['*', '>']",> <],0,1.0 +350613,350613,02,symb,XOR,37.0,"[':', '!']",! :],1,1.0 +350613,350613,02,symb,XOR,38.0,"['&', '(']",& (],1,1.0 +350613,350613,02,symb,XOR,39.0,"['(', '~']",( ~],1,1.0 +350613,350613,02,symb,XOR,40.0,"['*', ':']",$: *],0,1.0 +350613,350613,02,symb,XOR,41.0,"['<', '!']",< !],1,1.0 +350613,350613,02,symb,XOR,42.0,"['>', '%']",% >],1,1.0 +350613,350613,02,symb,XOR,43.0,"['~', '&']",& ~],1,1.0 +350613,350613,02,symb,XOR,44.0,"['$', '%']",% >],0,1.0 +350613,350613,02,symb,XOR,45.0,"['&', '!']",! &],1,1.0 +350613,350613,02,symb,XOR,46.0,"[':', '%']",(% *),0,1.0 +350613,350613,02,symb,XOR,47.0,"['%', ':']",:&],0,1.0 +350613,350613,02,symb,XOR,48.0,"['~', '&']",& ~],1,1.0 +350613,350613,02,symb,XOR,49.0,"['<', '%']",% <],1,1.0 +350613,350613,02,symb,XOR,50.0,"['>', '~']",~ >],1,1.0 +350613,350613,02,symb,XOR,51.0,"['&', '~']",% ~],0,1.0 +350613,350613,02,symb,XOR,52.0,"['>', ':']",:! >],0,1.0 +350613,350613,02,symb,XOR,53.0,"['(', '%']",% (],1,1.0 +350613,350613,02,symb,XOR,54.0,"['%', '*']",* %],1,1.0 +350613,350613,02,symb,XOR,55.0,"['*', '$']",% *],0,1.0 +350613,350613,02,symb,XOR,56.0,"['>', '&']",& >],1,1.0 +350613,350613,02,symb,XOR,57.0,"['~', '%']",% ~],1,1.0 +350613,350613,02,symb,XOR,58.0,"['$', ':']",: $],1,1.0 +350613,350613,02,symb,XOR,59.0,"['*', '~']",~ *],1,1.0 +350613,350613,02,symb,XOR,60.0,"['<', '%']",% ~],0,1.0 +350613,350613,02,symb,XOR,61.0,"['!', '*']",* !],1,1.0 +350613,350613,02,symb,XOR,62.0,"['!', '%']",% !],1,1.0 +350613,350613,02,symb,XOR,63.0,"['$', '&']",& $],1,1.0 +350613,350613,02,symb,XOR,64.0,"['(', '&']",& $],0,1.0 +350613,350613,02,symb,XOR,65.0,"['*', '&']",& *],1,1.0 +350613,350613,02,symb,XOR,66.0,"['~', '$']",$ ~],1,1.0 +350613,350613,02,symb,XOR,67.0,"['>', '*']",* >],1,1.0 +350613,350613,02,symb,XOR,68.0,"['<', '>']",> <],1,1.0 +350613,350613,02,symb,XOR,69.0,"['*', '>']",*> <],0,1.0 +350613,350613,02,symb,XOR,70.0,"['~', '(']",< (],0,1.0 +350613,350613,02,symb,XOR,71.0,"['<', '%']",% *],0,1.0 +350613,350613,02,symb,XOR,72.0,"['*', '$']",$ *],1,1.0 +350613,350613,02,symb,XOR,73.0,"['!', '&']",& !],1,1.0 +350613,350613,02,symb,XOR,74.0,"['&', '%']",% &],1,1.0 +350613,350613,02,symb,XOR,75.0,"['*', '%']",% *],1,1.0 +350613,350613,02,symb,XOR,76.0,"['%', '&']",& %],1,1.0 +350613,350613,02,symb,XOR,77.0,"['!', '~']",~ !],1,1.0 +350613,350613,02,symb,XOR,78.0,"['$', '~']",$ ~],1,1.0 +350613,350613,02,symb,XOR,79.0,"['%', '<']",< %],1,1.0 +350613,350613,02,symb,XOR,80.0,"['!', '$']",$ &],0,1.0 +350613,350613,02,symb,XOR,81.0,"['~', '%']",% ~],1,1.0 +350613,350613,02,symb,XOR,82.0,"['<', '$']",$ *],0,1.0 +350613,350613,02,symb,XOR,83.0,"['>', '*']",* >],1,1.0 +350613,350613,02,symb,XOR,84.0,"['*', '&']",& *],1,1.0 +350613,350613,02,symb,XOR,85.0,"['(', '$']",$ <],0,1.0 +350613,350613,02,symb,XOR,86.0,"['$', '(']",& (],0,1.0 +350613,350613,02,symb,XOR,87.0,"['%', ':']",: (],0,1.0 +350613,350613,02,symb,XOR,88.0,"[':', '%']",% : ],1,1.0 +350613,350613,02,symb,XOR,89.0,"[':', '&']",& :],1,1.0 +350613,350613,02,symb,XOR,90.0,"['*', '~']",~ *],1,1.0 +350613,350613,02,symb,XOR,91.0,"['<', '%']",% <],1,1.0 +350613,350613,02,symb,XOR,92.0,"['*', '>']",> *],1,1.0 +350613,350613,02,symb,XOR,93.0,"['<', '%']",% <],1,1.0 +350613,350613,02,symb,XOR,94.0,"[':', '~']",~ :],1,1.0 +350613,350613,02,symb,XOR,95.0,"['<', '>']",> (],0,1.0 +350613,350613,02,symb,XOR,96.0,"[':', '&']",& : ],1,1.0 +350613,350613,02,symb,XOR,97.0,"['&', '(']",& (],1,1.0 +350613,350613,02,symb,XOR,98.0,"['!', '>']",> !],1,1.0 +350613,350613,02,symb,XOR,99.0,"[':', '$']",$ %],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,0.0,"['*', '~', '<', '!']",* < ~],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",< ~ & >],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,2.0,"['*', '&', '(', '~']",~ & ( *],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,3.0,"['~', '%', '&', '!']",! % & ~],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",> ! (&],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,5.0,"['>', '<', ':', '(']",: (> <)],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",% & : (],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,7.0,"['*', ':', '(', '&']",: * (],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",~ > ! %],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,9.0,"['~', '$', '*', '(']",* ~ $],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,10.0,"['~', '<', '$', ':']",~ $ : <],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,11.0,"['(', '>', '*', '%']",( * % >),0,1.0 +350613,350613,02,symb,c3_set_union_permuted,12.0,"['>', '&', '<', '!']",& ! > <],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",( % ! *],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,14.0,"['&', '%', '~', '$']",& % ~ $],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",> & ~ %],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,16.0,"['<', '>', '*', '%']",* % < >],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",* ( ~],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,18.0,"[':', '(', '$', '>']",: $ > (,1,1.0 +350613,350613,02,symb,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",$ : %],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,20.0,"['!', ':', '&', '(']",: !],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",> ! $ %],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",< > : %],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,23.0,"['>', '&', '$', '!']",& ! $ >],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,24.0,"['&', '$', '!', '(']",& $ !],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,25.0,"['>', ':', '(', '~']",> ( ~ :],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,26.0,"['*', '!', '%', '$']",! $ *],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",% ~ !],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",> < !],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",(& ! *)],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",( * :],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",< ~ $ !],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",> ! < $],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,33.0,"['>', ':', '!', '&']",> : ! &],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",% & : *],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,35.0,"['&', '!', '%', '>']",% ! > &],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,36.0,"['~', '$', '<', '>']",> $ < ~],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",<( ! ~],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",~ < ! :],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,39.0,"[':', '$', '%', '&']",: % & $],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,40.0,"['!', '%', '$', '~']",% ! $ ~],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,41.0,"['%', '!', '<', ':']",% : ! <],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,42.0,"['~', '!', '>', '$']",> $ !],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,43.0,"['~', ':', '!', '$']",! : $],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,44.0,"['>', '*', '<', '$']",> $ * <],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,45.0,"['<', '!', '(', '&']",! < &],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,46.0,"['%', '(', '~', '>']",% (~ >],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",: % !],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,48.0,"[':', '&', '!', '~']",& ~ ! :],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,49.0,"['*', '&', '%', '>']",* & > %],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,50.0,"[':', '%', '*', '>']",> : *],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,51.0,"['&', ':', '%', '!']",! % : &],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,52.0,"['<', '&', '~', '%']",% & < ~],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,53.0,"['(', '$', '>', '~']",> (~ $],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,54.0,"['~', '<', '*', '$']",< * ~ $],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,55.0,"['<', '>', '(', '~']",~ > (<)],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,56.0,"['~', '$', '(', '!']",~ $ !],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,57.0,"['~', ':', '%', '>']",: % ~],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,58.0,"['(', '$', '>', '&']",$ & >],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,59.0,"['&', '%', '>', '(']",% > & (],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,60.0,"['$', '(', '*', '&']",& $ (],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,61.0,"['>', '~', '*', '$']",* > $ ~],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,62.0,"['~', '*', '$', ':']",* : $ ~],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,63.0,"['$', '(', '~', '%']",(% ~],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,64.0,"['!', '*', '$', '(']",$ ! * (],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,65.0,"['*', '$', '%', '>']",> % $ *],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,66.0,"['>', '<', '*', '~']",< > ~ *],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,67.0,"['!', '(', '%', '>']",% > ( !],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,68.0,"['~', '*', '&', '<']",~ < * &],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,69.0,"['<', '&', '!', '$']",$ < & !],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,70.0,"['~', '!', '&', '*']",* ~ & !],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,71.0,"[':', '$', '%', '!']",: ! %],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,72.0,"[':', '*', '<', '%']",* : %],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,73.0,"['!', '~', '&', '(']",(~ ! &)],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,74.0,"['$', '~', '%', '*']",$ ~ *],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,75.0,"['<', '$', '(', '>']",> < ($)],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,76.0,"['&', '>', '(', '*']",* > & (],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,77.0,"['!', '<', '*', '&']",* & ! <],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,78.0,"['&', '<', '(', ':']",& : (],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,79.0,"['*', '&', '<', ':']",<& : *],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,80.0,"['(', '!', '$', '<']",< ( $ !],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,81.0,"['*', '&', '$', '%']",& * %],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,82.0,"['%', '&', '<', '$']",$ < % &],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,83.0,"['%', '*', ':', '$']",$ * % :],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,84.0,"['&', '%', '<', '(']",< ( %],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,85.0,"['<', '!', '(', '%']",( < ! %],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,86.0,"['%', '*', ':', '(']",* : %],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,87.0,"['!', '~', '<', '%']",! % <],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,88.0,"['*', '(', '!', '>']",!* >],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,89.0,"['%', '~', ':', '<']",< : % ~],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,90.0,"['!', ':', '&', '$']",! : $ &],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,91.0,"[':', '*', '>', '&']",& > * :],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,92.0,"['>', '~', '(', '!']",> ! ~],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,93.0,"['>', '%', '*', '~']",% * > ~],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,94.0,"[':', '!', '<', '(']",: < (],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,95.0,"['&', '~', '>', '(']",( & > ~],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,96.0,"[':', '~', '>', '&']",~ > &],0,1.0 +350613,350613,02,symb,c3_set_union_permuted,97.0,"['<', '~', '>', '%']",% ~ < >],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,98.0,"['!', '~', '*', '>']",~ ! > *],1,1.0 +350613,350613,02,symb,c3_set_union_permuted,99.0,"['!', '<', '*', '>']",! * > <],1,1.0 +350613,350613,02,symb,c2_set_union_permuted,0.0,['<'],< ~ &],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,1.0,['<'],~ < ~],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,2.0,['$'],* $ >],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,3.0,[':'],:% :],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,4.0,[':'],:$],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,5.0,['~'],$ ~ *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,6.0,['>'],> $],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,7.0,['!'],!],1,1.0 +350613,350613,02,symb,c2_set_union_permuted,8.0,[':'],:&],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,9.0,['('],($ &],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,10.0,['('],: ( *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,11.0,['%'],& % <],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,12.0,['>'],> <],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,13.0,['<'],< !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,14.0,['!'],$ ! %],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,15.0,['!'],! < !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,16.0,['!'],!],1,1.0 +350613,350613,02,symb,c2_set_union_permuted,17.0,['&'],& : &],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,18.0,['<'],% < %],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,19.0,['*'],* !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,20.0,['<'],> < >],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,21.0,[':'],: ! :],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,22.0,['$'],* $ %],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,23.0,['<'],<],1,1.0 +350613,350613,02,symb,c2_set_union_permuted,24.0,['!'],< ! <],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,25.0,['%'],% ~],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,26.0,[':'],< : %],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,27.0,['<'],< $ <],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,28.0,['%'],% < &],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,29.0,['~'],% ~],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,30.0,['~'],& ~ %],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,31.0,['%'],% > &],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,32.0,[':'],:],1,1.0 +350613,350613,02,symb,c2_set_union_permuted,33.0,['('],! ( *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,34.0,[':'],:* &],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,35.0,['('],( )],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,36.0,['<'],< :],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,37.0,['!'],! &],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,38.0,['$'],$ (],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,39.0,['$'],% $ %],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,40.0,['&'],( & >],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,41.0,['('],: $],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,42.0,['~'],! ~ !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,43.0,['&'],& !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,44.0,['<'],(% < (],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,45.0,['!'],! $],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,46.0,['$'],& % (],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,47.0,['('],> *),0,1.0 +350613,350613,02,symb,c2_set_union_permuted,48.0,[':'],: &]],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,49.0,['('],( : >],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,50.0,['('],( <],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,51.0,['!'],! ! (],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,52.0,['('],($ &),0,1.0 +350613,350613,02,symb,c2_set_union_permuted,53.0,['~'],$ ~ %],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,54.0,['%'],%],1,1.0 +350613,350613,02,symb,c2_set_union_permuted,55.0,['>'],> *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,56.0,['('],(],1,1.0 +350613,350613,02,symb,c2_set_union_permuted,57.0,['>'],> >],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,58.0,['*'],* & ~],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,59.0,['!'],% ! !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,60.0,['>'],> * >],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,61.0,['%'],% *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,62.0,['*'],* *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,63.0,['>'],! > *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,64.0,['*'],> * % ( *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,65.0,['!'],! *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,66.0,['&'],% & !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,67.0,['!'],% ~ !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,68.0,['~'],> ~ &],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,69.0,['%'],% !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,70.0,['!'],! *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,71.0,['~'],~],1,1.0 +350613,350613,02,symb,c2_set_union_permuted,72.0,['*'],$ * <],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,73.0,['>'],& > <],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,74.0,['!'],> $ !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,75.0,['%'],% ~],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,76.0,[':'],:],1,1.0 +350613,350613,02,symb,c2_set_union_permuted,77.0,['$'],% (],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,78.0,['~'],< ~],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,79.0,['!'],< ! !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,80.0,['&'],& ~],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,81.0,['('],(% <),0,1.0 +350613,350613,02,symb,c2_set_union_permuted,82.0,['!'],! %],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,83.0,['>'],> < (],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,84.0,['<'],& < &],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,85.0,['$'],$ (],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,86.0,[':'],: & ( >],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,87.0,['!'],! *],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,88.0,[':'],$: &],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,89.0,[':'],*: !],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,90.0,[':'],> : >],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,91.0,[':'],: > ~],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,92.0,['<'],: <],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,93.0,['('],( ~ >],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,94.0,['%'],:% :],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,95.0,['~'],~],1,1.0 +350613,350613,02,symb,c2_set_union_permuted,96.0,['%'],: % >],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,97.0,['&'],< & %],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,98.0,['$'],$ %],0,1.0 +350613,350613,02,symb,c2_set_union_permuted,99.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,0.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,1.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,2.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,3.0,['!'],! >],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,4.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,5.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,6.0,['!'],!]],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,7.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,8.0,['!'],!),0,1.0 +350613,350613,02,symb,c1_set_union_permuted,9.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,10.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,11.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,12.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,13.0,[':'],%],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,14.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,15.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,16.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,17.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,18.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,19.0,['$'],$ >],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,20.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,21.0,['!'],!,1,1.0 +350613,350613,02,symb,c1_set_union_permuted,22.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,23.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,24.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,25.0,['!'],! >],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,26.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,27.0,['$'],< &],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,28.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,29.0,['~'],~,1,1.0 +350613,350613,02,symb,c1_set_union_permuted,30.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,31.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,32.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,33.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,34.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,35.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,36.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,37.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,38.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,39.0,['!'],! & >],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,40.0,[':'],:$],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,41.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,42.0,['('],( >],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,43.0,['!'],(!],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,44.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,45.0,['>'],>],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,46.0,['*'],:],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,47.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,48.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,49.0,[':'],*],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,50.0,['!'],!,1,1.0 +350613,350613,02,symb,c1_set_union_permuted,51.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,52.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,53.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,54.0,['!'],%],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,55.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,56.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,57.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,58.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,59.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,60.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,61.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,62.0,['('],< >],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,63.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,64.0,['$'],($),0,1.0 +350613,350613,02,symb,c1_set_union_permuted,65.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,66.0,['$'],$,1,1.0 +350613,350613,02,symb,c1_set_union_permuted,67.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,68.0,['~'],(~],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,69.0,['~'],~ :,0,1.0 +350613,350613,02,symb,c1_set_union_permuted,70.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,71.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,72.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,73.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,74.0,['!'],:],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,75.0,['!'],!*],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,76.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,77.0,['!'],! &],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,78.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,79.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,80.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,81.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,82.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,83.0,['!'],!],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,84.0,['%'],%,1,1.0 +350613,350613,02,symb,c1_set_union_permuted,85.0,[':'],:],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,86.0,['('],(],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,87.0,['!'],!,1,1.0 +350613,350613,02,symb,c1_set_union_permuted,88.0,['%'],%],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,89.0,['~'],< ~],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,90.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,91.0,['&'],&],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,92.0,['~'],( ~],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,93.0,['<'],<],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,94.0,['$'],$],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,95.0,['*'],*],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,96.0,['>'],:>,0,1.0 +350613,350613,02,symb,c1_set_union_permuted,97.0,['('],($],0,1.0 +350613,350613,02,symb,c1_set_union_permuted,98.0,['~'],~],1,1.0 +350613,350613,02,symb,c1_set_union_permuted,99.0,['*'],*],1,1.0 +350613,350613,02,symb,XOR_permuted,0.0,"['(', '%']",( %],1,1.0 +350613,350613,02,symb,XOR_permuted,1.0,"[':', '(']",(: *),0,1.0 +350613,350613,02,symb,XOR_permuted,2.0,"['&', '>']",& >],1,1.0 +350613,350613,02,symb,XOR_permuted,3.0,"['~', '%']",% ~],1,1.0 +350613,350613,02,symb,XOR_permuted,4.0,"['!', '~']",(~ %)],0,1.0 +350613,350613,02,symb,XOR_permuted,5.0,"['<', '~']",(~ !],0,1.0 +350613,350613,02,symb,XOR_permuted,6.0,"['!', '$']",> $],0,1.0 +350613,350613,02,symb,XOR_permuted,7.0,"['%', ':']",: %],1,1.0 +350613,350613,02,symb,XOR_permuted,8.0,"['&', '(']",& *],0,1.0 +350613,350613,02,symb,XOR_permuted,9.0,"[':', '!']",: !],1,1.0 +350613,350613,02,symb,XOR_permuted,10.0,"['$', '~']",~ $],1,1.0 +350613,350613,02,symb,XOR_permuted,11.0,"['%', '>']",< %],0,1.0 +350613,350613,02,symb,XOR_permuted,12.0,"['%', '$']",$ %],1,1.0 +350613,350613,02,symb,XOR_permuted,13.0,"['!', '~']",: ~],0,1.0 +350613,350613,02,symb,XOR_permuted,14.0,"['&', '!']",& !],1,1.0 +350613,350613,02,symb,XOR_permuted,15.0,"['%', '>']",% >],1,1.0 +350613,350613,02,symb,XOR_permuted,16.0,"['>', ':']",! :],0,1.0 +350613,350613,02,symb,XOR_permuted,17.0,"['~', '*']",* ~],1,1.0 +350613,350613,02,symb,XOR_permuted,18.0,"['>', ':']",( :)],0,1.0 +350613,350613,02,symb,XOR_permuted,19.0,"['%', '$']",$ %],1,1.0 +350613,350613,02,symb,XOR_permuted,20.0,"['%', '*']",> *],0,1.0 +350613,350613,02,symb,XOR_permuted,21.0,"['~', '<']",~ <],1,1.0 +350613,350613,02,symb,XOR_permuted,22.0,"['%', '!']",! %],1,1.0 +350613,350613,02,symb,XOR_permuted,23.0,"['%', '$']",$ %],1,1.0 +350613,350613,02,symb,XOR_permuted,24.0,"[':', '%']",:% !],0,1.0 +350613,350613,02,symb,XOR_permuted,25.0,"['*', ':']",:* &],0,1.0 +350613,350613,02,symb,XOR_permuted,26.0,"['!', '$']",$ !],1,1.0 +350613,350613,02,symb,XOR_permuted,27.0,"['*', '$']",$ *],1,1.0 +350613,350613,02,symb,XOR_permuted,28.0,"['!', '>']",! &],0,1.0 +350613,350613,02,symb,XOR_permuted,29.0,"['$', '%']",$ %],1,1.0 +350613,350613,02,symb,XOR_permuted,30.0,"['*', '<']",* <],1,1.0 +350613,350613,02,symb,XOR_permuted,31.0,"['*', '~']",~ *],1,1.0 +350613,350613,02,symb,XOR_permuted,32.0,"['%', '*']",& *],0,1.0 +350613,350613,02,symb,XOR_permuted,33.0,"['<', '>']",< &],0,1.0 +350613,350613,02,symb,XOR_permuted,34.0,"['!', '<']",< %],0,1.0 +350613,350613,02,symb,XOR_permuted,35.0,"['~', '%']",% ~],1,1.0 +350613,350613,02,symb,XOR_permuted,36.0,"['~', '%']",% ~],1,1.0 +350613,350613,02,symb,XOR_permuted,37.0,"['(', '<']",( <],1,1.0 +350613,350613,02,symb,XOR_permuted,38.0,"[':', '$']",$: !],0,1.0 +350613,350613,02,symb,XOR_permuted,39.0,"['~', '>']",> ~],1,1.0 +350613,350613,02,symb,XOR_permuted,40.0,"['$', '!']",$ !],1,1.0 +350613,350613,02,symb,XOR_permuted,41.0,"['>', '~']",* ~],0,1.0 +350613,350613,02,symb,XOR_permuted,42.0,"[':', '$']",: $],1,1.0 +350613,350613,02,symb,XOR_permuted,43.0,"['>', '%']",>% %],0,1.0 +350613,350613,02,symb,XOR_permuted,44.0,"['*', '&']",(% *),0,1.0 +350613,350613,02,symb,XOR_permuted,45.0,"['!', '<']",! ~],0,1.0 +350613,350613,02,symb,XOR_permuted,46.0,"['*', '%']",! %],0,1.0 +350613,350613,02,symb,XOR_permuted,47.0,"['*', '%']",* %],1,1.0 +350613,350613,02,symb,XOR_permuted,48.0,"['%', '&']",% &],1,1.0 +350613,350613,02,symb,XOR_permuted,49.0,"['<', '&']",& <],1,1.0 +350613,350613,02,symb,XOR_permuted,50.0,"['~', '$']",$ ~],1,1.0 +350613,350613,02,symb,XOR_permuted,51.0,"['%', '&']",< %],0,1.0 +350613,350613,02,symb,XOR_permuted,52.0,"['$', ':']",: $],1,1.0 +350613,350613,02,symb,XOR_permuted,53.0,"[':', '*']",: &],0,1.0 +350613,350613,02,symb,XOR_permuted,54.0,"['&', '%']",< &],0,1.0 +350613,350613,02,symb,XOR_permuted,55.0,"['<', '$']",$ <],1,1.0 +350613,350613,02,symb,XOR_permuted,56.0,"['%', '~']",% ~],1,1.0 +350613,350613,02,symb,XOR_permuted,57.0,"['<', '(']",< (],1,1.0 +350613,350613,02,symb,XOR_permuted,58.0,"['>', '<']",< &],0,1.0 +350613,350613,02,symb,XOR_permuted,59.0,"[':', '*']",! :],0,1.0 +350613,350613,02,symb,XOR_permuted,60.0,"['$', '*']",% *],0,1.0 +350613,350613,02,symb,XOR_permuted,61.0,"['%', '&']",& %],1,1.0 +350613,350613,02,symb,XOR_permuted,62.0,"['%', '*']",% *],1,1.0 +350613,350613,02,symb,XOR_permuted,63.0,"['*', '%']",% >],0,1.0 +350613,350613,02,symb,XOR_permuted,64.0,"['*', '!']",* >],0,1.0 +350613,350613,02,symb,XOR_permuted,65.0,"['$', '~']",* $],0,1.0 +350613,350613,02,symb,XOR_permuted,66.0,"['$', '(']",:$ !],0,1.0 +350613,350613,02,symb,XOR_permuted,67.0,"['%', '(']",: %],0,1.0 +350613,350613,02,symb,XOR_permuted,68.0,"['$', '<']",$ <],1,1.0 +350613,350613,02,symb,XOR_permuted,69.0,"['~', '(']",~ (],1,1.0 +350613,350613,02,symb,XOR_permuted,70.0,"['<', '%']",< %],1,1.0 +350613,350613,02,symb,XOR_permuted,71.0,"['!', '&']",& !],1,1.0 +350613,350613,02,symb,XOR_permuted,72.0,"[':', '&']",& : $],0,1.0 +350613,350613,02,symb,XOR_permuted,73.0,"['~', '!']",~ !],1,1.0 +350613,350613,02,symb,XOR_permuted,74.0,"['%', '$']",~ &],0,1.0 +350613,350613,02,symb,XOR_permuted,75.0,"['*', '$']",* $],1,1.0 +350613,350613,02,symb,XOR_permuted,76.0,"['$', '~']",~ $],1,1.0 +350613,350613,02,symb,XOR_permuted,77.0,"['(', '&']",& <],0,1.0 +350613,350613,02,symb,XOR_permuted,78.0,"['&', '(']",& ~],0,1.0 +350613,350613,02,symb,XOR_permuted,79.0,"['>', '!']",~ !],0,1.0 +350613,350613,02,symb,XOR_permuted,80.0,"[':', '!']",: !],1,1.0 +350613,350613,02,symb,XOR_permuted,81.0,"['<', '~']",< ~],1,1.0 +350613,350613,02,symb,XOR_permuted,82.0,"['<', '>']",< >],1,1.0 +350613,350613,02,symb,XOR_permuted,83.0,"['>', '%']",% >],1,1.0 +350613,350613,02,symb,XOR_permuted,84.0,"['~', '$']",< $],0,1.0 +350613,350613,02,symb,XOR_permuted,85.0,"['$', '(']",$ >],0,1.0 +350613,350613,02,symb,XOR_permuted,86.0,"['~', '*']",* ~],1,1.0 +350613,350613,02,symb,XOR_permuted,87.0,"['$', '(']",( $],1,1.0 +350613,350613,02,symb,XOR_permuted,88.0,"['!', '&']",! &],1,1.0 +350613,350613,02,symb,XOR_permuted,89.0,"['(', '$']",$ (],1,1.0 +350613,350613,02,symb,XOR_permuted,90.0,"['&', '<']",& <,1,1.0 +350613,350613,02,symb,XOR_permuted,91.0,"['(', '%']",% (],1,1.0 +350613,350613,02,symb,XOR_permuted,92.0,"[':', '(']",~ :],0,1.0 +350613,350613,02,symb,XOR_permuted,93.0,"['<', ':']",$ <],0,1.0 +350613,350613,02,symb,XOR_permuted,94.0,"['!', '>']",> !],1,1.0 +350613,350613,02,symb,XOR_permuted,95.0,"[':', '<']",& : ],0,1.0 +350613,350613,02,symb,XOR_permuted,96.0,"['<', '$']",< $],1,1.0 +350613,350613,02,symb,XOR_permuted,97.0,"[':', '!']",:*],0,1.0 +350613,350613,02,symb,XOR_permuted,98.0,"['>', '<']",> >],0,1.0 +350613,350613,02,symb,XOR_permuted,99.0,"['~', '>']",: >],0,1.0 +350613,350613,02,symb,AND_permuted,0.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,1.0,[],!],0,1.0 +350613,350613,02,symb,AND_permuted,2.0,[],>],0,1.0 +350613,350613,02,symb,AND_permuted,3.0,[],*],0,1.0 +350613,350613,02,symb,AND_permuted,4.0,[],%,0,1.0 +350613,350613,02,symb,AND_permuted,5.0,[],%,0,1.0 +350613,350613,02,symb,AND_permuted,6.0,[],<,0,1.0 +350613,350613,02,symb,AND_permuted,7.0,[],<],0,1.0 +350613,350613,02,symb,AND_permuted,8.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,9.0,[],%],0,1.0 +350613,350613,02,symb,AND_permuted,10.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,11.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,12.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,13.0,[],(),0,1.0 +350613,350613,02,symb,AND_permuted,14.0,[],>],0,1.0 +350613,350613,02,symb,AND_permuted,15.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,16.0,[],%],0,1.0 +350613,350613,02,symb,AND_permuted,17.0,[],%,0,1.0 +350613,350613,02,symb,AND_permuted,18.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,19.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,20.0,[],*],0,1.0 +350613,350613,02,symb,AND_permuted,21.0,[],(],0,1.0 +350613,350613,02,symb,AND_permuted,22.0,[],*],0,1.0 +350613,350613,02,symb,AND_permuted,23.0,[],<],0,1.0 +350613,350613,02,symb,AND_permuted,24.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,25.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,26.0,[], ],1,1.0 +350613,350613,02,symb,AND_permuted,27.0,[],(,0,1.0 +350613,350613,02,symb,AND_permuted,28.0,[],(],0,1.0 +350613,350613,02,symb,AND_permuted,29.0,[],!],0,1.0 +350613,350613,02,symb,AND_permuted,30.0,[],<],0,1.0 +350613,350613,02,symb,AND_permuted,31.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,32.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,33.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,34.0,[],<,0,1.0 +350613,350613,02,symb,AND_permuted,35.0,[],~],0,1.0 +350613,350613,02,symb,AND_permuted,36.0,[],*],0,1.0 +350613,350613,02,symb,AND_permuted,37.0,[],&],0,1.0 +350613,350613,02,symb,AND_permuted,38.0,[],%,0,1.0 +350613,350613,02,symb,AND_permuted,39.0,[],&],0,1.0 +350613,350613,02,symb,AND_permuted,40.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,41.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,42.0,[],(],0,1.0 +350613,350613,02,symb,AND_permuted,43.0,[],>],0,1.0 +350613,350613,02,symb,AND_permuted,44.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,45.0,[],%],0,1.0 +350613,350613,02,symb,AND_permuted,46.0,[],<,0,1.0 +350613,350613,02,symb,AND_permuted,47.0,[],)],0,1.0 +350613,350613,02,symb,AND_permuted,48.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,49.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,50.0,[],%,0,1.0 +350613,350613,02,symb,AND_permuted,51.0,[],*,0,1.0 +350613,350613,02,symb,AND_permuted,52.0,[],&],0,1.0 +350613,350613,02,symb,AND_permuted,53.0,[],(],0,1.0 +350613,350613,02,symb,AND_permuted,54.0,[],)],0,1.0 +350613,350613,02,symb,AND_permuted,55.0,[],%],0,1.0 +350613,350613,02,symb,AND_permuted,56.0,[],&],0,1.0 +350613,350613,02,symb,AND_permuted,57.0,[],*],0,1.0 +350613,350613,02,symb,AND_permuted,58.0,[],%],0,1.0 +350613,350613,02,symb,AND_permuted,59.0,[],$,0,1.0 +350613,350613,02,symb,AND_permuted,60.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,61.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,62.0,[],:,0,1.0 +350613,350613,02,symb,AND_permuted,63.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,64.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,65.0,[],&],0,1.0 +350613,350613,02,symb,AND_permuted,66.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,67.0,[], ],1,1.0 +350613,350613,02,symb,AND_permuted,68.0,[],<],0,1.0 +350613,350613,02,symb,AND_permuted,69.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,70.0,[],$],0,1.0 +350613,350613,02,symb,AND_permuted,71.0,[],&],0,1.0 +350613,350613,02,symb,AND_permuted,72.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,73.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,74.0,[],&],0,1.0 +350613,350613,02,symb,AND_permuted,75.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,76.0,[], ],1,1.0 +350613,350613,02,symb,AND_permuted,77.0,[],%],0,1.0 +350613,350613,02,symb,AND_permuted,78.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,79.0,[],&],0,1.0 +350613,350613,02,symb,AND_permuted,80.0,[],>],0,1.0 +350613,350613,02,symb,AND_permuted,81.0,[],<],0,1.0 +350613,350613,02,symb,AND_permuted,82.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,83.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,84.0,[],(*),0,1.0 +350613,350613,02,symb,AND_permuted,85.0,[],*],0,1.0 +350613,350613,02,symb,AND_permuted,86.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,87.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,88.0,[],&],0,1.0 +350613,350613,02,symb,AND_permuted,89.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,90.0,[],~],0,1.0 +350613,350613,02,symb,AND_permuted,91.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,92.0,[],<),0,1.0 +350613,350613,02,symb,AND_permuted,93.0,[],:],0,1.0 +350613,350613,02,symb,AND_permuted,94.0,[],%],0,1.0 +350613,350613,02,symb,AND_permuted,95.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,96.0,[],(],0,1.0 +350613,350613,02,symb,AND_permuted,97.0,[],<],0,1.0 +350613,350613,02,symb,AND_permuted,98.0,[],],1,1.0 +350613,350613,02,symb,AND_permuted,99.0,[],>],0,1.0 +350613,350613,12,coords,row_constant,0.0,['!'],8,1,1.0 +350613,350613,12,coords,row_constant,1.0,['('],5],1,1.0 +350613,350613,12,coords,row_constant,2.0,['>'],7],1,1.0 +350613,350613,12,coords,row_constant,3.0,['!'],49],0,1.0 +350613,350613,12,coords,row_constant,4.0,['~'],6,1,1.0 +350613,350613,12,coords,row_constant,5.0,['>'],7,1,1.0 +350613,350613,12,coords,row_constant,6.0,['<'],5,1,1.0 +350613,350613,12,coords,row_constant,7.0,['$'],6],0,1.0 +350613,350613,12,coords,row_constant,8.0,['('],2,0,1.0 +350613,350613,12,coords,row_constant,9.0,['('],7,1,1.0 +350613,350613,12,coords,row_constant,10.0,[':'],16] [16] [16],0,1.0 +350613,350613,12,coords,row_constant,11.0,['$'],6,1,1.0 +350613,350613,12,coords,row_constant,12.0,['%'],4] [4] [4],1,1.0 +350613,350613,12,coords,row_constant,13.0,['%'],5,1,1.0 +350613,350613,12,coords,row_constant,14.0,['&'],6],1,1.0 +350613,350613,12,coords,row_constant,15.0,['('],8,1,1.0 +350613,350613,12,coords,row_constant,16.0,['!'],0,1,1.0 +350613,350613,12,coords,row_constant,17.0,['>'],7,1,1.0 +350613,350613,12,coords,row_constant,18.0,['%'],6] [4] [4],0,1.0 +350613,350613,12,coords,row_constant,19.0,['<'],6,0,1.0 +350613,350613,12,coords,row_constant,20.0,['%'],4,1,1.0 +350613,350613,12,coords,row_constant,21.0,['!'],6,1,1.0 +350613,350613,12,coords,row_constant,22.0,['>'],4,0,1.0 +350613,350613,12,coords,row_constant,23.0,['$'],8,1,1.0 +350613,350613,12,coords,row_constant,24.0,['>'],9,1,1.0 +350613,350613,12,coords,row_constant,25.0,['('],8,1,1.0 +350613,350613,12,coords,row_constant,26.0,['<'],3,1,1.0 +350613,350613,12,coords,row_constant,27.0,['$'],9,1,1.0 +350613,350613,12,coords,row_constant,28.0,['~'],8,1,1.0 +350613,350613,12,coords,row_constant,29.0,['>'],16,0,1.0 +350613,350613,12,coords,row_constant,30.0,['~'],3,1,1.0 +350613,350613,12,coords,row_constant,31.0,['('],5,1,1.0 +350613,350613,12,coords,row_constant,32.0,['*'],1,1,1.0 +350613,350613,12,coords,row_constant,33.0,['('],12],0,1.0 +350613,350613,12,coords,row_constant,34.0,['~'],1] [0] [0],0,1.0 +350613,350613,12,coords,row_constant,35.0,['>'],7,1,1.0 +350613,350613,12,coords,row_constant,36.0,['('],6] [6] [6],0,1.0 +350613,350613,12,coords,row_constant,37.0,['!'],8,1,1.0 +350613,350613,12,coords,row_constant,38.0,['%'],6,1,1.0 +350613,350613,12,coords,row_constant,39.0,['$'],5,1,1.0 +350613,350613,12,coords,row_constant,40.0,['%'],1] [7] [7],0,1.0 +350613,350613,12,coords,row_constant,41.0,['~'],3] [2] [2],0,1.0 +350613,350613,12,coords,row_constant,42.0,['&'],4] [3] [3],0,1.0 +350613,350613,12,coords,row_constant,43.0,['('],8] [8] [8],0,1.0 +350613,350613,12,coords,row_constant,44.0,['<'],8],1,1.0 +350613,350613,12,coords,row_constant,45.0,['!'],9] [9] [9],1,1.0 +350613,350613,12,coords,row_constant,46.0,['*'],6,1,1.0 +350613,350613,12,coords,row_constant,47.0,[':'],7] [7] [7],1,1.0 +350613,350613,12,coords,row_constant,48.0,[':'],7,1,1.0 +350613,350613,12,coords,row_constant,49.0,['>'],3,1,1.0 +350613,350613,12,coords,col_constant,0.0,['~'],4] [9] [3],1,1.0 +350613,350613,12,coords,col_constant,1.0,['$'], ] [0] [8] = [,0,1.0 +350613,350613,12,coords,col_constant,2.0,['$'],7,1,1.0 +350613,350613,12,coords,col_constant,3.0,[':'],7,1,1.0 +350613,350613,12,coords,col_constant,4.0,['>'],3,1,1.0 +350613,350613,12,coords,col_constant,5.0,[':'],4],0,1.0 +350613,350613,12,coords,col_constant,6.0,['!'],3,1,1.0 +350613,350613,12,coords,col_constant,7.0,['<'],5] [2] [3],0,1.0 +350613,350613,12,coords,col_constant,8.0,['('],6,1,1.0 +350613,350613,12,coords,col_constant,9.0,['('],9,1,1.0 +350613,350613,12,coords,col_constant,10.0,['<'],4,1,1.0 +350613,350613,12,coords,col_constant,11.0,[':'],7],1,1.0 +350613,350613,12,coords,col_constant,12.0,['%'],1,1,1.0 +350613,350613,12,coords,col_constant,13.0,['&'],1],1,1.0 +350613,350613,12,coords,col_constant,14.0,['!'],5,1,1.0 +350613,350613,12,coords,col_constant,15.0,['~'],7,1,1.0 +350613,350613,12,coords,col_constant,16.0,['>'],6,1,1.0 +350613,350613,12,coords,col_constant,17.0,['<'],3],1,1.0 +350613,350613,12,coords,col_constant,18.0,['('],8,1,1.0 +350613,350613,12,coords,col_constant,19.0,['*'],1] [7] [6],1,1.0 +350613,350613,12,coords,col_constant,20.0,['~'],0,1,1.0 +350613,350613,12,coords,col_constant,21.0,['~'],3,1,1.0 +350613,350613,12,coords,col_constant,22.0,['$'],0,1,1.0 +350613,350613,12,coords,col_constant,23.0,['%'],5,1,1.0 +350613,350613,12,coords,col_constant,24.0,['<'],5,1,1.0 +350613,350613,12,coords,col_constant,25.0,['*'],2,1,1.0 +350613,350613,12,coords,col_constant,26.0,['$'],8,1,1.0 +350613,350613,12,coords,col_constant,27.0,['~'],6,1,1.0 +350613,350613,12,coords,col_constant,28.0,['$'],3] [5] [7],0,1.0 +350613,350613,12,coords,col_constant,29.0,['!'],0,1,1.0 +350613,350613,12,coords,col_constant,30.0,['~'],9,1,1.0 +350613,350613,12,coords,col_constant,31.0,[':'],9,1,1.0 +350613,350613,12,coords,col_constant,32.0,['('],0] [9] [4],0,1.0 +350613,350613,12,coords,col_constant,33.0,['%'],4,1,1.0 +350613,350613,12,coords,col_constant,34.0,['!'],],0,1.0 +350613,350613,12,coords,col_constant,35.0,['!'],6,1,1.0 +350613,350613,12,coords,col_constant,36.0,['<'],9],1,1.0 +350613,350613,12,coords,col_constant,37.0,['*'],8] [2] [7],0,1.0 +350613,350613,12,coords,col_constant,38.0,['*'],0,1,1.0 +350613,350613,12,coords,col_constant,39.0,['!'],7,1,1.0 +350613,350613,12,coords,col_constant,40.0,['*'],2,1,1.0 +350613,350613,12,coords,col_constant,41.0,['!'],1],0,1.0 +350613,350613,12,coords,col_constant,42.0,['!'],5,1,1.0 +350613,350613,12,coords,col_constant,43.0,['%'],6] [8] [7],0,1.0 +350613,350613,12,coords,col_constant,44.0,['~'],2,1,1.0 +350613,350613,12,coords,col_constant,45.0,['<'],0] [4] [9],0,1.0 +350613,350613,12,coords,col_constant,46.0,['>'],6],1,1.0 +350613,350613,12,coords,col_constant,47.0,['%'],1,1,1.0 +350613,350613,12,coords,col_constant,48.0,[':'],0,1,1.0 +350613,350613,12,coords,col_constant,49.0,['<'],1,1,1.0 +350613,350613,12,coords,dist3_diag1,0.0,['*'],8] [7] [1],1,1.0 +350613,350613,12,coords,dist3_diag1,1.0,['('],9,0,1.0 +350613,350613,12,coords,dist3_diag1,2.0,['>'],9] [1] [4],1,1.0 +350613,350613,12,coords,dist3_diag1,3.0,['%'],9,1,1.0 +350613,350613,12,coords,dist3_diag1,4.0,['~'],4],0,1.0 +350613,350613,12,coords,dist3_diag1,5.0,['~'],3,1,1.0 +350613,350613,12,coords,dist3_diag1,6.0,['*'],1] [6] [0],1,1.0 +350613,350613,12,coords,dist3_diag1,7.0,['%'],0,1,1.0 +350613,350613,12,coords,dist3_diag1,8.0,['$'],5] [2] [7],0,1.0 +350613,350613,12,coords,dist3_diag1,9.0,[':'],6,0,1.0 +350613,350613,12,coords,dist3_diag1,10.0,['<'],2,1,1.0 +350613,350613,12,coords,dist3_diag1,11.0,['!'],4] [7] [5],1,1.0 +350613,350613,12,coords,dist3_diag1,12.0,['%'],2,0,1.0 +350613,350613,12,coords,dist3_diag1,13.0,['*'],8] [9] [3],0,1.0 +350613,350613,12,coords,dist3_diag1,14.0,['!'],3],1,1.0 +350613,350613,12,coords,dist3_diag1,15.0,['>'],4] [6] [0],0,1.0 +350613,350613,12,coords,dist3_diag1,16.0,['~'],4,1,1.0 +350613,350613,12,coords,dist3_diag1,17.0,['!'],0] [9] [4],0,1.0 +350613,350613,12,coords,dist3_diag1,18.0,['!'],5] [1] [9],1,1.0 +350613,350613,12,coords,dist3_diag1,19.0,['!'],7,1,1.0 +350613,350613,12,coords,dist3_diag1,20.0,['>'],1] [6] [5],1,1.0 +350613,350613,12,coords,dist3_diag1,21.0,['('],7,1,1.0 +350613,350613,12,coords,dist3_diag1,22.0,['$'],7,1,1.0 +350613,350613,12,coords,dist3_diag1,23.0,['$'],3] [2] [4],0,1.0 +350613,350613,12,coords,dist3_diag1,24.0,['>'],0,1,1.0 +350613,350613,12,coords,dist3_diag1,25.0,['<'],3,1,1.0 +350613,350613,12,coords,dist3_diag1,26.0,['('],8] [7] [1],1,1.0 +350613,350613,12,coords,dist3_diag1,27.0,['%'],3] [9] [5],0,1.0 +350613,350613,12,coords,dist3_diag1,28.0,[':'],7],1,1.0 +350613,350613,12,coords,dist3_diag1,29.0,['!'],2,1,1.0 +350613,350613,12,coords,dist3_diag1,30.0,['('],9] [7] [1],0,1.0 +350613,350613,12,coords,dist3_diag1,31.0,['*'],7] [0] [9],1,1.0 +350613,350613,12,coords,dist3_diag1,32.0,[':'],0,1,1.0 +350613,350613,12,coords,dist3_diag1,33.0,['%'],3] [6] [7],1,1.0 +350613,350613,12,coords,dist3_diag1,34.0,[':'],8] [4] [5],0,1.0 +350613,350613,12,coords,dist3_diag1,35.0,['$'],0,0,1.0 +350613,350613,12,coords,dist3_diag1,36.0,['%'],0],1,1.0 +350613,350613,12,coords,dist3_diag1,37.0,['!'],7,1,1.0 +350613,350613,12,coords,dist3_diag1,38.0,['('],0],1,1.0 +350613,350613,12,coords,dist3_diag1,39.0,['&'],1] [5] [2],1,1.0 +350613,350613,12,coords,dist3_diag1,40.0,['<'],8] [6] [7],0,1.0 +350613,350613,12,coords,dist3_diag1,41.0,['<'],6],1,1.0 +350613,350613,12,coords,dist3_diag1,42.0,['~'],4,1,1.0 +350613,350613,12,coords,dist3_diag1,43.0,[':'],0] [1] [7],1,1.0 +350613,350613,12,coords,dist3_diag1,44.0,['$'],7,1,1.0 +350613,350613,12,coords,dist3_diag1,45.0,['&'],3,1,1.0 +350613,350613,12,coords,dist3_diag1,46.0,['!'],2,1,1.0 +350613,350613,12,coords,dist3_diag1,47.0,['<'],6],1,1.0 +350613,350613,12,coords,dist3_diag1,48.0,['%'],3] [1] [4],1,1.0 +350613,350613,12,coords,dist3_diag1,49.0,['*'],3] [6] [8],1,1.0 +350613,350613,12,coords,dist3_diag2,0.0,['$'],3,1,1.0 +350613,350613,12,coords,dist3_diag2,1.0,['<'],7,1,1.0 +350613,350613,12,coords,dist3_diag2,2.0,['<'],8,1,1.0 +350613,350613,12,coords,dist3_diag2,3.0,['('],7],1,1.0 +350613,350613,12,coords,dist3_diag2,4.0,['*'],5],1,1.0 +350613,350613,12,coords,dist3_diag2,5.0,[':'],7],1,1.0 +350613,350613,12,coords,dist3_diag2,6.0,['('],6] [0] [4],0,1.0 +350613,350613,12,coords,dist3_diag2,7.0,['('],4,0,1.0 +350613,350613,12,coords,dist3_diag2,8.0,['$'],1,1,1.0 +350613,350613,12,coords,dist3_diag2,9.0,['<'],0] [5] [2],1,1.0 +350613,350613,12,coords,dist3_diag2,10.0,['>'],0,1,1.0 +350613,350613,12,coords,dist3_diag2,11.0,['&'],6] [9] [7],1,1.0 +350613,350613,12,coords,dist3_diag2,12.0,['&'],9],1,1.0 +350613,350613,12,coords,dist3_diag2,13.0,['$'],1,0,1.0 +350613,350613,12,coords,dist3_diag2,14.0,['!'],9],1,1.0 +350613,350613,12,coords,dist3_diag2,15.0,['>'],16,0,1.0 +350613,350613,12,coords,dist3_diag2,16.0,['<'],9],1,1.0 +350613,350613,12,coords,dist3_diag2,17.0,['<'],6,1,1.0 +350613,350613,12,coords,dist3_diag2,18.0,['<'],0,1,1.0 +350613,350613,12,coords,dist3_diag2,19.0,['>'],3],1,1.0 +350613,350613,12,coords,dist3_diag2,20.0,['$'],5] [6] [7],0,1.0 +350613,350613,12,coords,dist3_diag2,21.0,['&'],5] [2] [6],0,1.0 +350613,350613,12,coords,dist3_diag2,22.0,[':'],5,1,1.0 +350613,350613,12,coords,dist3_diag2,23.0,[':'],0] [3] [8],1,1.0 +350613,350613,12,coords,dist3_diag2,24.0,['~'],4,1,1.0 +350613,350613,12,coords,dist3_diag2,25.0,['!'],9,1,1.0 +350613,350613,12,coords,dist3_diag2,26.0,['('],0] [2] [3],0,1.0 +350613,350613,12,coords,dist3_diag2,27.0,['!'],2],1,1.0 +350613,350613,12,coords,dist3_diag2,28.0,['~'],4] [1] [3],1,1.0 +350613,350613,12,coords,dist3_diag2,29.0,['>'],6] [1] [7],0,1.0 +350613,350613,12,coords,dist3_diag2,30.0,['~'],9],0,1.0 +350613,350613,12,coords,dist3_diag2,31.0,['*'],3],1,1.0 +350613,350613,12,coords,dist3_diag2,32.0,['!'],0] [1] [7],1,1.0 +350613,350613,12,coords,dist3_diag2,33.0,['!'],5] [2] [0],0,1.0 +350613,350613,12,coords,dist3_diag2,34.0,['%'],6,1,1.0 +350613,350613,12,coords,dist3_diag2,35.0,[':'],9] [0] [8],1,1.0 +350613,350613,12,coords,dist3_diag2,36.0,['~'],2] [5] [8],0,1.0 +350613,350613,12,coords,dist3_diag2,37.0,['!'],7,1,1.0 +350613,350613,12,coords,dist3_diag2,38.0,['>'],7,1,1.0 +350613,350613,12,coords,dist3_diag2,39.0,['('],6,1,1.0 +350613,350613,12,coords,dist3_diag2,40.0,[':'],8] [7] [6],1,1.0 +350613,350613,12,coords,dist3_diag2,41.0,[':'],3] [0] [4],1,1.0 +350613,350613,12,coords,dist3_diag2,42.0,['*'],8,1,1.0 +350613,350613,12,coords,dist3_diag2,43.0,['$'],7],1,1.0 +350613,350613,12,coords,dist3_diag2,44.0,['*'],1],1,1.0 +350613,350613,12,coords,dist3_diag2,45.0,['('],8,1,1.0 +350613,350613,12,coords,dist3_diag2,46.0,['<'],6,0,1.0 +350613,350613,12,coords,dist3_diag2,47.0,['<'],5,1,1.0 +350613,350613,12,coords,dist3_diag2,48.0,['%'],2] [4] [7],0,1.0 +350613,350613,12,coords,dist3_diag2,49.0,['$'],7,1,1.0 +350613,350613,12,coords,prog_size1,0.0,['('],3] [4] [5],0,1.0 +350613,350613,12,coords,prog_size1,1.0,['<'],4],1,1.0 +350613,350613,12,coords,prog_size1,2.0,['~'],5],1,1.0 +350613,350613,12,coords,prog_size1,3.0,['>'],4],1,1.0 +350613,350613,12,coords,prog_size1,4.0,[':'],5],1,1.0 +350613,350613,12,coords,prog_size1,5.0,['$'],8,1,1.0 +350613,350613,12,coords,prog_size1,6.0,['%'],2],1,1.0 +350613,350613,12,coords,prog_size1,7.0,['&'],2,1,1.0 +350613,350613,12,coords,prog_size1,8.0,['*'],3,1,1.0 +350613,350613,12,coords,prog_size1,9.0,['!'],7],0,1.0 +350613,350613,12,coords,prog_size1,10.0,['('],5] [4] [3],0,1.0 +350613,350613,12,coords,prog_size1,11.0,['<'],6],0,1.0 +350613,350613,12,coords,prog_size2,0.0,[':'],6,1,1.0 +350613,350613,12,coords,prog_size2,1.0,['$'],7] [9] [11],0,1.0 +350613,350613,12,coords,prog_size2,2.0,['%'],0,1,1.0 +350613,350613,12,coords,prog_size2,3.0,['&'],3] [1] [-1],0,1.0 +350613,350613,12,coords,two_rule_comb0,0.0,"['~', '$']",8 1],1,1.0 +350613,350613,12,coords,two_rule_comb0,1.0,"['>', '%']",7 8],1,1.0 +350613,350613,12,coords,two_rule_comb0,2.0,"['*', '(']",8 7] [9 3],0,1.0 +350613,350613,12,coords,two_rule_comb0,3.0,"['*', '%']",7 5],1,1.0 +350613,350613,12,coords,two_rule_comb0,4.0,"['$', '*']",11 5],0,1.0 +350613,350613,12,coords,two_rule_comb0,5.0,"['>', '%']",5 1],1,1.0 +350613,350613,12,coords,two_rule_comb0,6.0,"['&', '$']",8 2],1,1.0 +350613,350613,12,coords,two_rule_comb0,7.0,"['&', '>']",None,0,1.0 +350613,350613,12,coords,two_rule_comb0,8.0,"['>', '!']",8 4],1,1.0 +350613,350613,12,coords,two_rule_comb0,9.0,"['$', '%']",1 4],1,1.0 +350613,350613,12,coords,two_rule_comb0,10.0,"['>', '*']",9 0],1,1.0 +350613,350613,12,coords,two_rule_comb0,11.0,"['&', '~']",2 5],1,1.0 +350613,350613,12,coords,two_rule_comb0,12.0,"['>', '(']",1 2],1,1.0 +350613,350613,12,coords,two_rule_comb0,13.0,"['$', '>']",0 5],1,1.0 +350613,350613,12,coords,two_rule_comb0,14.0,"['%', '%']",5 2],1,1.0 +350613,350613,12,coords,two_rule_comb0,15.0,"['!', '>']",3 8],0,1.0 +350613,350613,12,coords,two_rule_comb0,16.0,"['>', '!']",3 2],1,1.0 +350613,350613,12,coords,two_rule_comb0,17.0,"['$', '%']",1 7] [5 3],0,1.0 +350613,350613,12,coords,two_rule_comb0,18.0,"['>', '*']",6 7],1,1.0 +350613,350613,12,coords,two_rule_comb0,19.0,"['*', '~']",6 2],1,1.0 +350613,350613,12,coords,two_rule_comb0,20.0,"['<', '<']",1 4],1,1.0 +350613,350613,12,coords,two_rule_comb0,21.0,"[':', '<']",0 6],1,1.0 +350613,350613,12,coords,two_rule_comb0,22.0,"['~', '(']",2 5] [2 3],0,1.0 +350613,350613,12,coords,two_rule_comb0,23.0,"['~', ':']",0 3],1,1.0 +350613,350613,12,coords,two_rule_comb0,24.0,"['>', '&']",8 7],1,1.0 +350613,350613,12,coords,two_rule_comb0,25.0,"['<', '&']",None,0,1.0 +350613,350613,12,coords,two_rule_comb0,26.0,"['~', ':']",None,0,1.0 +350613,350613,12,coords,two_rule_comb0,27.0,"['>', '>']",1 0],1,1.0 +350613,350613,12,coords,two_rule_comb0,28.0,"['>', '&']",5 9],1,1.0 +350613,350613,12,coords,two_rule_comb0,29.0,"['%', '*']",1 4],1,1.0 +350613,350613,12,coords,two_rule_comb0,30.0,"['$', '(']",0 0],1,1.0 +350613,350613,12,coords,two_rule_comb0,31.0,"['(', '<']",4 6] [1 2],0,1.0 +350613,350613,12,coords,two_rule_comb0,32.0,"['!', '!']",None,0,1.0 +350613,350613,12,coords,two_rule_comb0,33.0,"['>', '$']",0 2],1,1.0 +350613,350613,12,coords,two_rule_comb0,34.0,"['(', '*']",7 8],1,1.0 +350613,350613,12,coords,two_rule_comb0,35.0,"[':', '$']",2 3],1,1.0 +350613,350613,12,coords,two_rule_comb0,36.0,"['~', '<']",5 0],1,1.0 +350613,350613,12,coords,two_rule_comb0,37.0,"['&', '<']",8 4],1,1.0 +350613,350613,12,coords,two_rule_comb0,38.0,"['!', '~']",3 3],0,1.0 +350613,350613,12,coords,two_rule_comb0,39.0,"['<', '$']",9 2],1,1.0 +350613,350613,12,coords,two_rule_comb0,40.0,"['<', '~']",0 3] [8 3],0,1.0 +350613,350613,12,coords,two_rule_comb0,41.0,"['&', '*']",8 5] [2 7],0,1.0 +350613,350613,12,coords,two_rule_comb0,42.0,"['&', '>']",7 8],1,1.0 +350613,350613,12,coords,two_rule_comb0,43.0,"[':', '%']",9 0],1,1.0 +350613,350613,12,coords,two_rule_comb0,44.0,"['!', '*']",2 8],1,1.0 +350613,350613,12,coords,two_rule_comb0,45.0,"['>', '(']",0 0],1,1.0 +350613,350613,12,coords,two_rule_comb0,46.0,"['$', '~']",3 2],1,1.0 +350613,350613,12,coords,two_rule_comb0,47.0,"['(', '*']",3 6],1,1.0 +350613,350613,12,coords,two_rule_comb0,48.0,"['~', '(']",2 4] [2 8],0,1.0 +350613,350613,12,coords,two_rule_comb0,49.0,"[':', '$']",0 0],1,1.0 +350613,350613,12,coords,two_rule_comb1,0.0,"['&', '*']",-1 8],0,1.0 +350613,350613,12,coords,two_rule_comb1,1.0,"[':', '$']",7 5],0,1.0 +350613,350613,12,coords,two_rule_comb1,2.0,"['*', '~']",0 2],1,1.0 +350613,350613,12,coords,two_rule_comb1,3.0,"['!', '(']",2 10],0,1.0 +350613,350613,12,coords,two_rule_comb1,4.0,"['*', '>']",0 7],0,1.0 +350613,350613,12,coords,two_rule_comb1,5.0,"['(', '%']",8 4],0,1.0 +350613,350613,12,coords,two_rule_comb1,6.0,"['>', '(']",0 1],1,1.0 +350613,350613,12,coords,two_rule_comb1,7.0,"['&', '&']",2 1],1,1.0 +350613,350613,12,coords,two_rule_comb1,8.0,"['>', '$']",8 8],0,1.0 +350613,350613,12,coords,two_rule_comb1,9.0,"['!', '&']",None,0,1.0 +350613,350613,12,coords,two_rule_comb1,10.0,"['!', '>']",7 5] [3 2],1,1.0 +350613,350613,12,coords,two_rule_comb1,11.0,"['%', '*']",None,0,1.0 +350613,350613,12,coords,two_rule_comb1,12.0,"['~', '>']",0 1],0,1.0 +350613,350613,12,coords,two_rule_comb1,13.0,"[':', '*']",5 3],0,1.0 +350613,350613,12,coords,two_rule_comb1,14.0,"['>', '(']",1 1],0,1.0 +350613,350613,12,coords,two_rule_comb1,15.0,"['&', '!']",9 5],1,1.0 +350613,350613,12,coords,two_rule_comb1,16.0,"['>', '!']",8 9],1,1.0 +350613,350613,12,coords,two_rule_comb1,17.0,"['>', '>']",2 3],0,1.0 +350613,350613,12,coords,two_rule_comb1,18.0,"['&', ':']",6 2],1,1.0 +350613,350613,12,coords,two_rule_comb1,19.0,"['&', '$']",None,0,1.0 +350613,350613,12,coords,two_rule_comb1,20.0,"['(', '$']",0 7],1,1.0 +350613,350613,12,coords,two_rule_comb1,21.0,"['*', '!']",9 6],1,1.0 +350613,350613,12,coords,two_rule_comb1,22.0,"['~', '>']",2 9],1,1.0 +350613,350613,12,coords,two_rule_comb1,23.0,"['*', '<']",None,0,1.0 +350613,350613,12,coords,two_rule_comb1,24.0,"['!', '&']",9 2],0,1.0 +350613,350613,12,coords,two_rule_comb1,25.0,"['~', '<']",0 7],0,1.0 +350613,350613,12,coords,two_rule_comb1,26.0,"[':', '&']",4 5],0,1.0 +350613,350613,12,coords,two_rule_comb1,27.0,"['~', ':']",1 3],1,1.0 +350613,350613,12,coords,two_rule_comb1,28.0,"['<', '(']",5 7] [8 4],1,1.0 +350613,350613,12,coords,two_rule_comb1,29.0,"['%', '(']",5 7] [0 9],1,1.0 +350613,350613,12,coords,two_rule_comb1,30.0,"['(', '$']",8 0],0,1.0 +350613,350613,12,coords,two_rule_comb1,31.0,"['~', '*']",9 8],1,1.0 +350613,350613,12,coords,two_rule_comb1,32.0,"['&', '>']",8 4],0,1.0 +350613,350613,12,coords,two_rule_comb1,33.0,"['!', '%']",2 7],0,1.0 +350613,350613,12,coords,two_rule_comb1,34.0,"['&', '*']",9 9],1,1.0 +350613,350613,12,coords,two_rule_comb1,35.0,"['(', '&']",6 1],1,1.0 +350613,350613,12,coords,two_rule_comb1,36.0,"['~', '~']",5 9],0,1.0 +350613,350613,12,coords,two_rule_comb1,37.0,"['~', '*']",3 8],0,1.0 +350613,350613,12,coords,two_rule_comb1,38.0,"['!', '*']",8 5],1,1.0 +350613,350613,12,coords,two_rule_comb1,39.0,"['$', '$']",5 7],1,1.0 +350613,350613,12,coords,two_rule_comb1,40.0,"['<', '$']",1 6],0,1.0 +350613,350613,12,coords,two_rule_comb1,41.0,"['%', '*']",1 7],0,1.0 +350613,350613,12,coords,two_rule_comb1,42.0,"['!', '*']",4 3],0,1.0 +350613,350613,12,coords,two_rule_comb1,43.0,"['*', '*']",9 4],1,1.0 +350613,350613,12,coords,two_rule_comb1,44.0,"[':', '&']",4 0],1,1.0 +350613,350613,12,coords,two_rule_comb1,45.0,"['>', '!']",3 2],0,1.0 +350613,350613,12,coords,two_rule_comb1,46.0,"['&', '<']",3 9],1,1.0 +350613,350613,12,coords,two_rule_comb1,47.0,"['%', '<']",4 4],0,1.0 +350613,350613,12,coords,two_rule_comb1,48.0,"['!', '<']",8 4],1,1.0 +350613,350613,12,coords,two_rule_comb1,49.0,"['(', '>']",2 2] [5 2],0,1.0 +350613,350613,12,coords,two_rule_comb2,0.0,"['&', '%']",2 2],1,1.0 +350613,350613,12,coords,two_rule_comb2,1.0,"['%', '>']",8 2],1,1.0 +350613,350613,12,coords,two_rule_comb2,2.0,"['~', '<']",7 5],1,1.0 +350613,350613,12,coords,two_rule_comb2,3.0,"['&', '<']",3 5],1,1.0 +350613,350613,12,coords,two_rule_comb2,4.0,"['>', '*']",3 7],1,1.0 +350613,350613,12,coords,two_rule_comb2,5.0,"['*', '~']",5 7],1,1.0 +350613,350613,12,coords,two_rule_comb2,6.0,"['(', ':']",8 6],1,1.0 +350613,350613,12,coords,two_rule_comb2,7.0,"['!', '*']",7 4],1,1.0 +350613,350613,12,coords,two_rule_comb2,8.0,"['$', '$']",5 8],1,1.0 +350613,350613,12,coords,two_rule_comb2,9.0,"['~', '<']",6 7],1,1.0 +350613,350613,12,coords,two_rule_comb2,10.0,"[':', ':']",7 7] [8 3],0,1.0 +350613,350613,12,coords,two_rule_comb2,11.0,"['$', '<']",6 0],1,1.0 +350613,350613,12,coords,two_rule_comb2,12.0,"['<', '(']",3 3],1,1.0 +350613,350613,12,coords,two_rule_comb2,13.0,"['(', '~']",2 3],1,1.0 +350613,350613,12,coords,two_rule_comb2,14.0,"['*', '!']",8 6],0,1.0 +350613,350613,12,coords,two_rule_comb2,15.0,"[':', '<']",5 6],1,1.0 +350613,350613,12,coords,two_rule_comb2,16.0,"['(', '$']",1 2],1,1.0 +350613,350613,12,coords,two_rule_comb2,17.0,"['$', '(']",0 6],1,1.0 +350613,350613,12,coords,two_rule_comb2,18.0,"['%', '%']",3 0],1,1.0 +350613,350613,12,coords,two_rule_comb2,19.0,"['<', '(']",0 3],0,1.0 +350613,350613,12,coords,two_rule_comb2,20.0,"['(', '<']",2 2],1,1.0 +350613,350613,12,coords,two_rule_comb2,21.0,"['%', '~']",9 8],1,1.0 +350613,350613,12,coords,two_rule_comb2,22.0,"['&', '<']",2 7],0,1.0 +350613,350613,12,coords,two_rule_comb2,23.0,"['<', '$']",3 3] [2 1],0,1.0 +350613,350613,12,coords,two_rule_comb2,24.0,"['<', '!']",8 6],1,1.0 +350613,350613,12,coords,two_rule_comb2,25.0,"['%', '~']",3 0],1,1.0 +350613,350613,12,coords,two_rule_comb2,26.0,"[':', '>']",6 5] [6 4],0,1.0 +350613,350613,12,coords,two_rule_comb2,27.0,"['~', '&']",1 5],1,1.0 +350613,350613,12,coords,two_rule_comb2,28.0,"['$', '&']",2 3],1,1.0 +350613,350613,12,coords,two_rule_comb2,29.0,"['%', '(']",0 8],1,1.0 +350613,350613,12,coords,two_rule_comb2,30.0,"['!', '*']",None,0,1.0 +350613,350613,12,coords,two_rule_comb2,31.0,"['~', '<']",2 2],0,1.0 +350613,350613,12,coords,two_rule_comb2,32.0,"['&', '*']",4 3] [7 1],0,1.0 +350613,350613,12,coords,two_rule_comb2,33.0,"['<', '~']",3 2],1,1.0 +350613,350613,12,coords,two_rule_comb2,34.0,"['<', '&']",7 2],1,1.0 +350613,350613,12,coords,two_rule_comb2,35.0,"['>', '~']",8 6] [4 5],0,1.0 +350613,350613,12,coords,two_rule_comb2,36.0,"[':', '%']",7 2],1,1.0 +350613,350613,12,coords,two_rule_comb2,37.0,"['$', '~']",1 0],0,1.0 +350613,350613,12,coords,two_rule_comb2,38.0,"['(', '*']",5 7],1,1.0 +350613,350613,12,coords,two_rule_comb2,39.0,"['*', '&']",2 2],1,1.0 +350613,350613,12,coords,two_rule_comb2,40.0,"[':', '!']",3 2],1,1.0 +350613,350613,12,coords,two_rule_comb2,41.0,"['$', '~']",3 4],1,1.0 +350613,350613,12,coords,two_rule_comb2,42.0,"['~', '<']",5 0],1,1.0 +350613,350613,12,coords,two_rule_comb2,43.0,"[':', '$']",8 0] [9 5],0,1.0 +350613,350613,12,coords,two_rule_comb2,44.0,"['(', '!']",None,0,1.0 +350613,350613,12,coords,two_rule_comb2,45.0,"['>', '&']",5 8] [4 6],0,1.0 +350613,350613,12,coords,two_rule_comb2,46.0,"['%', ':']",4 5],1,1.0 +350613,350613,12,coords,two_rule_comb2,47.0,"['!', '>']",8 5],1,1.0 +350613,350613,12,coords,two_rule_comb2,48.0,"['>', '<']",2 3],1,1.0 +350613,350613,12,coords,two_rule_comb2,49.0,"['<', '!']",4 5],1,1.0 +350613,350613,12,coords,two_rule_comb3,0.0,"['$', '&']",6 7],0,1.0 +350613,350613,12,coords,two_rule_comb3,1.0,"['$', '%']",7 2] [3 4],1,1.0 +350613,350613,12,coords,two_rule_comb3,2.0,"['(', ':']",None,0,1.0 +350613,350613,12,coords,two_rule_comb3,3.0,"['&', ':']",1 0] [0 5],1,1.0 +350613,350613,12,coords,two_rule_comb3,4.0,"['<', '>']",8 7],1,1.0 +350613,350613,12,coords,two_rule_comb3,5.0,"[':', '*']",0 1],1,1.0 +350613,350613,12,coords,two_rule_comb3,6.0,"['$', '*']",5 0],0,1.0 +350613,350613,12,coords,two_rule_comb3,7.0,"['~', '&']",9 7],0,1.0 +350613,350613,12,coords,two_rule_comb3,8.0,"['$', ':']",2 2],0,1.0 +350613,350613,12,coords,two_rule_comb3,9.0,"['(', '<']",5 2],1,1.0 +350613,350613,12,coords,two_rule_comb3,10.0,"['%', '(']",4 4],1,1.0 +350613,350613,12,coords,two_rule_comb3,11.0,"[':', '~']",8 6],1,1.0 +350613,350613,12,coords,two_rule_comb3,12.0,"[':', '!']",1 1] [3 4],1,1.0 +350613,350613,12,coords,two_rule_comb3,13.0,"['<', '$']",8 1],1,1.0 +350613,350613,12,coords,two_rule_comb3,14.0,"['~', '(']",2 2],1,1.0 +350613,350613,12,coords,two_rule_comb3,15.0,"['<', '!']",3 5] [2 0],1,1.0 +350613,350613,12,coords,two_rule_comb3,16.0,"['%', '<']",2 7],0,1.0 +350613,350613,12,coords,two_rule_comb3,17.0,"['<', '<']",9 0],0,1.0 +350613,350613,12,coords,two_rule_comb3,18.0,"['>', '%']",6 9] [4 7],0,1.0 +350613,350613,12,coords,two_rule_comb3,19.0,"['<', '~']",5 9],0,1.0 +350613,350613,12,coords,two_rule_comb3,20.0,"['~', '(']",0 6],0,1.0 +350613,350613,12,coords,two_rule_comb3,21.0,"['%', '~']",3 0] [1 9],1,1.0 +350613,350613,12,coords,two_rule_comb3,22.0,"['>', '%']",1 9],1,1.0 +350613,350613,12,coords,two_rule_comb3,23.0,"['~', ':']",9 5],1,1.0 +350613,350613,12,coords,two_rule_comb3,24.0,"[':', '!']",None,0,1.0 +350613,350613,12,coords,two_rule_comb3,25.0,"['&', '>']",3 6],1,1.0 +350613,350613,12,coords,two_rule_comb3,26.0,"['&', '*']",1 0],1,1.0 +350613,350613,12,coords,two_rule_comb3,27.0,"['(', '~']",3 3] [9 0],0,1.0 +350613,350613,12,coords,two_rule_comb3,28.0,"['&', '*']",5 8],0,1.0 +350613,350613,12,coords,two_rule_comb3,29.0,"['%', '*']",8 0],1,1.0 +350613,350613,12,coords,two_rule_comb3,30.0,"['*', '(']",5 1],1,1.0 +350613,350613,12,coords,two_rule_comb3,31.0,"['<', '<']",14 4],0,1.0 +350613,350613,12,coords,two_rule_comb3,32.0,"['$', '~']",7 6] [9 3],1,1.0 +350613,350613,12,coords,two_rule_comb3,33.0,"['$', '%']",5 8],1,1.0 +350613,350613,12,coords,two_rule_comb3,34.0,"['!', '(']",6 2],1,1.0 +350613,350613,12,coords,two_rule_comb3,35.0,"['%', '&']",0 6],1,1.0 +350613,350613,12,coords,two_rule_comb3,36.0,"['~', '!']",7 5],0,1.0 +350613,350613,12,coords,two_rule_comb3,37.0,"['!', '*']",7 6],1,1.0 +350613,350613,12,coords,two_rule_comb3,38.0,"['*', '&']",8 1] [5 7],0,1.0 +350613,350613,12,coords,two_rule_comb3,39.0,"['&', '!']",None,0,1.0 +350613,350613,12,coords,two_rule_comb3,40.0,"['$', '&']",6 7],1,1.0 +350613,350613,12,coords,two_rule_comb3,41.0,"['(', '(']",4 1],0,1.0 +350613,350613,12,coords,two_rule_comb3,42.0,"['$', ':']",9 2],0,1.0 +350613,350613,12,coords,two_rule_comb3,43.0,"['!', '*']",9 6] [6 8],1,1.0 +350613,350613,12,coords,two_rule_comb3,44.0,"['%', ':']",6 4],0,1.0 +350613,350613,12,coords,two_rule_comb3,45.0,"['<', '*']",5 5],1,1.0 +350613,350613,12,coords,two_rule_comb3,46.0,"['*', '!']",7 1],1,1.0 +350613,350613,12,coords,two_rule_comb3,47.0,"['*', '(']",3 2],1,1.0 +350613,350613,12,coords,two_rule_comb3,48.0,"['<', '&']",3 5],0,1.0 +350613,350613,12,coords,two_rule_comb3,49.0,"['<', '*']",6 4],1,1.0 +350613,350613,12,coords,two_rule_comb4,0.0,"['&', '~']",7 8],0,1.0 +350613,350613,12,coords,two_rule_comb4,1.0,"['<', '>']",7 4],0,1.0 +350613,350613,12,coords,two_rule_comb4,2.0,"['(', '!']",7 6],0,1.0 +350613,350613,12,coords,two_rule_comb4,3.0,"['!', '&']",1 3],0,1.0 +350613,350613,12,coords,two_rule_comb4,4.0,"['&', '(']",7 1],1,1.0 +350613,350613,12,coords,two_rule_comb4,5.0,"['$', '&']",3 2],0,1.0 +350613,350613,12,coords,two_rule_comb4,6.0,"['&', '!']",6 8] [9 9],1,1.0 +350613,350613,12,coords,two_rule_comb4,7.0,"['!', '(']",7 2],1,1.0 +350613,350613,12,coords,two_rule_comb4,8.0,"['~', '(']",8 5],0,1.0 +350613,350613,12,coords,two_rule_comb4,9.0,"['*', '(']",7 6],0,1.0 +350613,350613,12,coords,two_rule_comb4,10.0,"[':', '<']",None,0,1.0 +350613,350613,12,coords,two_rule_comb4,11.0,"['%', '&']",5 7] [6 0],0,1.0 +350613,350613,12,coords,two_rule_comb4,12.0,"['$', '(']",3 6],0,1.0 +350613,350613,12,coords,two_rule_comb4,13.0,"['$', '%']",5 9],0,1.0 +350613,350613,12,coords,two_rule_comb4,14.0,"['$', '*']",2 6],0,1.0 +350613,350613,12,coords,two_rule_comb4,15.0,"['~', '~']",1 4],0,1.0 +350613,350613,12,coords,two_rule_comb4,16.0,"['&', '%']",5 11],0,1.0 +350613,350613,12,coords,two_rule_comb4,17.0,"['<', '$']",1 3],0,1.0 +350613,350613,12,coords,two_rule_comb4,18.0,"['>', '$']",8 9],1,1.0 +350613,350613,12,coords,two_rule_comb4,19.0,"['*', '!']",7 2],0,1.0 +350613,350613,12,coords,two_rule_comb4,20.0,"['$', '*']",None,0,1.0 +350613,350613,12,coords,two_rule_comb4,21.0,"['(', '&']",7 6],0,1.0 +350613,350613,12,coords,two_rule_comb4,22.0,"['(', '!']",1 4] [2 3],0,1.0 +350613,350613,12,coords,two_rule_comb4,23.0,"['&', '!']",2 4] [6 3],0,1.0 +350613,350613,12,coords,two_rule_comb4,24.0,"['<', ':']",8 7] [3 8],0,1.0 +350613,350613,12,coords,two_rule_comb4,25.0,"['<', '!']",2 7],0,1.0 +350613,350613,12,coords,two_rule_comb4,26.0,"['&', '&']",5 1],1,1.0 +350613,350613,12,coords,two_rule_comb4,27.0,"[':', '(']",3 1],0,1.0 +350613,350613,12,coords,two_rule_comb4,28.0,"['(', '*']",3 5],0,1.0 +350613,350613,12,coords,two_rule_comb4,29.0,"['(', '&']",16 2],0,1.0 +350613,350613,12,coords,two_rule_comb4,30.0,"['$', '~']",6 7],0,1.0 +350613,350613,12,coords,two_rule_comb4,31.0,"['%', '>']",5 -3],0,1.0 +350613,350613,12,coords,two_rule_comb4,32.0,"['%', '%']",7 5],0,1.0 +350613,350613,12,coords,two_rule_comb4,33.0,"['<', '%']",3 8],1,1.0 +350613,350613,12,coords,two_rule_comb4,34.0,"[':', '~']",1 5],1,1.0 +350613,350613,12,coords,two_rule_comb4,35.0,"['<', '>']",3 6] [8 8],0,1.0 +350613,350613,12,coords,two_rule_comb4,36.0,"['%', '(']",2 6],0,1.0 +350613,350613,12,coords,two_rule_comb4,37.0,"['$', '(']",4 1],0,1.0 +350613,350613,12,coords,two_rule_comb4,38.0,"['>', '%']",1 3],0,1.0 +350613,350613,12,coords,two_rule_comb4,39.0,"['%', '(']",5 7],1,1.0 +350613,350613,12,coords,two_rule_comb4,40.0,"['>', '*']",1 3],0,1.0 +350613,350613,12,coords,two_rule_comb4,41.0,"['!', '$']",2 1],0,1.0 +350613,350613,12,coords,two_rule_comb4,42.0,"['<', '%']",5 2],0,1.0 +350613,350613,12,coords,two_rule_comb4,43.0,"['$', '<']",8 4],0,1.0 +350613,350613,12,coords,two_rule_comb4,44.0,"['<', '%']",12 3],0,1.0 +350613,350613,12,coords,two_rule_comb4,45.0,"['&', '!']",1 6],0,1.0 +350613,350613,12,coords,two_rule_comb4,46.0,"['&', '%']",6 6],1,1.0 +350613,350613,12,coords,two_rule_comb4,47.0,"['*', '(']",6 5],1,1.0 +350613,350613,12,coords,two_rule_comb4,48.0,"['<', '(']",1 4],0,1.0 +350613,350613,12,coords,two_rule_comb4,49.0,"['~', '!']",None,0,1.0 +350613,350613,12,coords,two_rule_comb5,0.0,"['*', '%']",None,0,1.0 +350613,350613,12,coords,two_rule_comb5,1.0,"['(', '(']",None,0,1.0 +350613,350613,12,coords,two_rule_comb5,2.0,"['$', '$']",4 6] [5 5],1,1.0 +350613,350613,12,coords,two_rule_comb5,3.0,"['(', '<']",2 2],1,1.0 +350613,350613,12,coords,two_rule_comb5,4.0,"['$', '(']",4 2],1,1.0 +350613,350613,12,coords,two_rule_comb5,5.0,"['%', '&']",8 3],1,1.0 +350613,350613,12,coords,two_rule_comb5,6.0,"['$', '&']",3 7],1,1.0 +350613,350613,12,coords,two_rule_comb5,7.0,"['*', '!']",2 6],1,1.0 +350613,350613,12,coords,two_rule_comb5,8.0,"['(', '%']",5 5],1,1.0 +350613,350613,12,coords,two_rule_comb5,9.0,"['!', '(']",2 7],1,1.0 +350613,350613,12,coords,two_rule_comb5,10.0,"['$', '%']",9 6],1,1.0 +350613,350613,12,coords,two_rule_comb5,11.0,"['(', ':']",6 6] [5 8],1,1.0 +350613,350613,12,coords,two_rule_comb5,12.0,"['$', '~']",4 7] [3 8],0,1.0 +350613,350613,12,coords,two_rule_comb5,13.0,"['!', '~']",6 2],1,1.0 +350613,350613,12,coords,two_rule_comb5,14.0,"['<', ':']",6 2],1,1.0 +350613,350613,12,coords,two_rule_comb5,15.0,"['~', '&']",1 3],0,1.0 +350613,350613,12,coords,two_rule_comb5,16.0,"['&', '$']",7 5],1,1.0 +350613,350613,12,coords,two_rule_comb5,17.0,"['~', '(']",4 3],1,1.0 +350613,350613,12,coords,two_rule_comb5,18.0,"['&', '%']",4 5],1,1.0 +350613,350613,12,coords,two_rule_comb5,19.0,"['>', '$']",5 8],1,1.0 +350613,350613,12,coords,two_rule_comb5,20.0,"['&', '$']",5 3],1,1.0 +350613,350613,12,coords,two_rule_comb5,21.0,"[':', '<']",5 4],0,1.0 +350613,350613,12,coords,two_rule_comb5,22.0,"['$', '~']",1 8] [2 7],0,1.0 +350613,350613,12,coords,two_rule_comb5,23.0,"['~', '%']",3 4],1,1.0 +350613,350613,12,coords,two_rule_comb5,24.0,"['$', '!']",3 2],1,1.0 +350613,350613,12,coords,two_rule_comb5,25.0,"['$', ':']",5 2],1,1.0 +350613,350613,12,coords,two_rule_comb5,26.0,"['&', '<']",5 8],1,1.0 +350613,350613,12,coords,two_rule_comb5,27.0,"['*', '~']",6 2],1,1.0 +350613,350613,12,coords,two_rule_comb5,28.0,"['$', ':']",6 4],1,1.0 +350613,350613,12,coords,two_rule_comb5,29.0,"[':', '>']",3 5] [2 4],0,1.0 +350613,350613,12,coords,two_rule_comb5,30.0,"['>', '(']",7 6],1,1.0 +350613,350613,12,coords,two_rule_comb5,31.0,"['<', '!']",4 5] [3 6],1,1.0 +350613,350613,12,coords,two_rule_comb5,32.0,"['&', ':']",None,0,1.0 +350613,350613,12,coords,two_rule_comb5,33.0,"['$', '%']",3 6],1,1.0 +350613,350613,12,coords,two_rule_comb5,34.0,"[':', '(']",1 0],1,1.0 +350613,350613,12,coords,two_rule_comb5,35.0,"['%', '%']",4 4],1,1.0 +350613,350613,12,coords,two_rule_comb5,36.0,"['!', '&']",4 3],1,1.0 +350613,350613,12,coords,two_rule_comb5,37.0,"['<', '~']",-1 10],0,1.0 +350613,350613,12,coords,two_rule_comb5,38.0,"['(', '!']",7 3] [9 1],0,1.0 +350613,350613,12,coords,two_rule_comb5,39.0,"['>', '<']",2 3],1,1.0 +350613,350613,12,coords,two_rule_comb5,40.0,"['%', '$']",3 1],1,1.0 +350613,350613,12,coords,two_rule_comb5,41.0,"['$', '<']",5 6],1,1.0 +350613,350613,12,coords,two_rule_comb5,42.0,"['%', '(']",None,0,1.0 +350613,350613,12,coords,two_rule_comb5,43.0,"['<', '$']",1 0],0,1.0 +350613,350613,12,coords,two_rule_comb5,44.0,"['*', '&']",-2 6],0,1.0 +350613,350613,12,coords,two_rule_comb5,45.0,"['*', '&']",3 3],1,1.0 +350613,350613,12,coords,two_rule_comb5,46.0,"['!', '$']",None,0,1.0 +350613,350613,12,coords,two_rule_comb5,47.0,"['<', '>']",7 2],0,1.0 +350613,350613,12,coords,two_rule_comb5,48.0,"['!', ':']",9 5],1,1.0 +350613,350613,12,coords,two_rule_comb5,49.0,"['%', ':']",3 6] [4 8],1,1.0 +350613,350613,12,coords,three_rule_comb0,0.0,"['&', ':', ':']",9 0 6],1,1.0 +350613,350613,12,coords,three_rule_comb0,1.0,"['!', '%', '%']",0 6 5],1,1.0 +350613,350613,12,coords,three_rule_comb0,2.0,"['*', '$', '%']",9 4 8],1,1.0 +350613,350613,12,coords,three_rule_comb0,3.0,"['$', '>', '*']",16 4 1],0,1.0 +350613,350613,12,coords,three_rule_comb0,4.0,"[':', '%', '<']",9 5 4],1,1.0 +350613,350613,12,coords,three_rule_comb0,5.0,"['~', '%', '$']",0 2 0] [0 ,1,1.0 +350613,350613,12,coords,three_rule_comb0,6.0,"['(', '$', ':']",0 4 7],1,1.0 +350613,350613,12,coords,three_rule_comb0,7.0,"[':', '>', '&']",1 2 2],1,1.0 +350613,350613,12,coords,three_rule_comb0,8.0,"['*', '<', '!']",2 1 2] [9 ,0,1.0 +350613,350613,12,coords,three_rule_comb0,9.0,"[':', '$', '(']",None,0,1.0 +350613,350613,12,coords,three_rule_comb0,10.0,"['&', '<', '>']",3 5 6],1,1.0 +350613,350613,12,coords,three_rule_comb0,11.0,"['$', '&', '!']",8 7 5],1,1.0 +350613,350613,12,coords,three_rule_comb0,12.0,"['&', '<', '(']",5 8 0],1,1.0 +350613,350613,12,coords,three_rule_comb0,13.0,"['>', '>', '$']",9 1 6],1,1.0 +350613,350613,12,coords,three_rule_comb0,14.0,"['(', '$', '<']",6 1 8],0,1.0 +350613,350613,12,coords,three_rule_comb0,15.0,"['(', '>', '*']",7 7 9],0,1.0 +350613,350613,12,coords,three_rule_comb0,16.0,"['~', '!', '&']",1 1 9],0,1.0 +350613,350613,12,coords,three_rule_comb0,17.0,"[':', '*', '(']",1 6 2],1,1.0 +350613,350613,12,coords,three_rule_comb0,18.0,"['<', '>', '>']",0 9 9] [0 ,1,1.0 +350613,350613,12,coords,three_rule_comb0,19.0,"['<', '~', '!']",3 8 5],1,1.0 +350613,350613,12,coords,three_rule_comb0,20.0,"['*', '*', '(']",1 5 2],1,1.0 +350613,350613,12,coords,three_rule_comb0,21.0,"['>', '&', '%']",8 6 2],1,1.0 +350613,350613,12,coords,three_rule_comb0,22.0,"[':', '&', '&']",4 1 7],1,1.0 +350613,350613,12,coords,three_rule_comb0,23.0,"['*', '&', '!']",7 4 0],1,1.0 +350613,350613,12,coords,three_rule_comb0,24.0,"['~', '>', '&']",4 0 8] [4 ,1,1.0 +350613,350613,12,coords,three_rule_comb0,25.0,"['&', '(', '!']",7 7 7],1,1.0 +350613,350613,12,coords,three_rule_comb0,26.0,"[':', '$', '~']",5 5 1],1,1.0 +350613,350613,12,coords,three_rule_comb0,27.0,"['(', '!', '!']",None,0,1.0 +350613,350613,12,coords,three_rule_comb0,28.0,"[':', '(', '&']",6 0 4],1,1.0 +350613,350613,12,coords,three_rule_comb0,29.0,"['*', '%', '(']",9 3 1],1,1.0 +350613,350613,12,coords,three_rule_comb0,30.0,"['~', '>', '!']",7 4 6],1,1.0 +350613,350613,12,coords,three_rule_comb0,31.0,"['&', '&', ':']",0 8 9],1,1.0 +350613,350613,12,coords,three_rule_comb0,32.0,"['(', ':', ':']",8 0 2],1,1.0 +350613,350613,12,coords,three_rule_comb0,33.0,"['%', '<', '<']",5 2 4] [8 ,0,1.0 +350613,350613,12,coords,three_rule_comb0,34.0,"['&', ':', '%']",4 3 5],1,1.0 +350613,350613,12,coords,three_rule_comb0,35.0,"['<', ':', '%']",9 9 4],1,1.0 +350613,350613,12,coords,three_rule_comb0,36.0,"['&', '(', ':']",9 8 0],1,1.0 +350613,350613,12,coords,three_rule_comb0,37.0,"['&', '~', '(']",2 5 0],1,1.0 +350613,350613,12,coords,three_rule_comb0,38.0,"[':', '>', '$']",0 3 0],1,1.0 +350613,350613,12,coords,three_rule_comb0,39.0,"[':', ':', '&']",9 2 2],1,1.0 +350613,350613,12,coords,three_rule_comb0,40.0,"['$', '(', '(']",3 7 6],1,1.0 +350613,350613,12,coords,three_rule_comb0,41.0,"['%', '&', '>']",1 6 4],1,1.0 +350613,350613,12,coords,three_rule_comb0,42.0,"['>', '%', '~']",1 8 6],1,1.0 +350613,350613,12,coords,three_rule_comb0,43.0,"['!', '%', '!']",4 0 1],1,1.0 +350613,350613,12,coords,three_rule_comb0,44.0,"['$', '&', '%']",6 8 9] [6 ,1,1.0 +350613,350613,12,coords,three_rule_comb0,45.0,"[':', '>', '*']",3 -5 6],0,1.0 +350613,350613,12,coords,three_rule_comb0,46.0,"['*', '~', '~']",9 6 2],1,1.0 +350613,350613,12,coords,three_rule_comb0,47.0,"['>', '*', '>']",0 5 6],1,1.0 +350613,350613,12,coords,three_rule_comb0,48.0,"[':', '!', '<']",6 8 1],0,1.0 +350613,350613,12,coords,three_rule_comb0,49.0,"['(', '(', '$']",9 3 0],1,1.0 +350613,350613,12,coords,three_rule_comb1,0.0,"['~', '$', '%']",9 0 9],1,1.0 +350613,350613,12,coords,three_rule_comb1,1.0,"[':', '$', '$']",6 2 6],1,1.0 +350613,350613,12,coords,three_rule_comb1,2.0,"['!', '!', '*']",9 8 0] [6 ,0,1.0 +350613,350613,12,coords,three_rule_comb1,3.0,"['~', '(', ':']",4 0 7],1,1.0 +350613,350613,12,coords,three_rule_comb1,4.0,"['*', '*', '!']",5 1 1],1,1.0 +350613,350613,12,coords,three_rule_comb1,5.0,"['*', '!', '<']",8 1 3],0,1.0 +350613,350613,12,coords,three_rule_comb1,6.0,"['~', '(', '(']",8 4 1],0,1.0 +350613,350613,12,coords,three_rule_comb1,7.0,"['<', '>', '~']",4 0 5] [2 ,1,1.0 +350613,350613,12,coords,three_rule_comb1,8.0,"['*', '(', '>']",3 5 7],0,1.0 +350613,350613,12,coords,three_rule_comb1,9.0,"['>', '>', ':']",None,0,1.0 +350613,350613,12,coords,three_rule_comb1,10.0,"['&', '$', '&']",0 0 6],0,1.0 +350613,350613,12,coords,three_rule_comb1,11.0,"['!', '<', '<']",0 6 8],0,1.0 +350613,350613,12,coords,three_rule_comb1,12.0,"['>', '>', '~']",5 4 7],0,1.0 +350613,350613,12,coords,three_rule_comb1,13.0,"[':', '!', '*']",8 4 6],0,1.0 +350613,350613,12,coords,three_rule_comb1,14.0,"[':', '$', '!']",4 7 0] [5 ,0,1.0 +350613,350613,12,coords,three_rule_comb1,15.0,"['%', '!', '%']",2 1 1],1,1.0 +350613,350613,12,coords,three_rule_comb1,16.0,"['(', '~', '%']",4 3 8],0,1.0 +350613,350613,12,coords,three_rule_comb1,17.0,"['*', '>', '%']",None,0,1.0 +350613,350613,12,coords,three_rule_comb1,18.0,"['!', '!', '<']",1 1 1],0,1.0 +350613,350613,12,coords,three_rule_comb1,19.0,"['>', '(', '$']",5 3 8],1,1.0 +350613,350613,12,coords,three_rule_comb1,20.0,"['(', '&', '%']",6 0 8],0,1.0 +350613,350613,12,coords,three_rule_comb1,21.0,"['$', '&', '~']",1 4 0],0,1.0 +350613,350613,12,coords,three_rule_comb1,22.0,"['<', '<', '>']",0 9 3],1,1.0 +350613,350613,12,coords,three_rule_comb1,23.0,"['&', ':', '$']",9 6 5],1,1.0 +350613,350613,12,coords,three_rule_comb1,24.0,"['$', '(', '!']",6 8 0],1,1.0 +350613,350613,12,coords,three_rule_comb1,25.0,"[':', '(', '~']",8 3 5] [2 ,1,1.0 +350613,350613,12,coords,three_rule_comb1,26.0,"[':', '>', '&']",None,0,1.0 +350613,350613,12,coords,three_rule_comb1,27.0,"['$', '$', '<']",7 4 7],0,1.0 +350613,350613,12,coords,three_rule_comb1,28.0,"['%', '*', ':']",9 1 8],1,1.0 +350613,350613,12,coords,three_rule_comb1,29.0,"[':', '~', '*']",2 5 2],0,1.0 +350613,350613,12,coords,three_rule_comb1,30.0,"['~', '%', '%']",4 1 6],0,1.0 +350613,350613,12,coords,three_rule_comb1,31.0,"['!', '$', ':']",8 2 9],1,1.0 +350613,350613,12,coords,three_rule_comb1,32.0,"['&', '*', '%']",4 4 3],0,1.0 +350613,350613,12,coords,three_rule_comb1,33.0,"['*', '~', '&']",6 1 1],1,1.0 +350613,350613,12,coords,three_rule_comb1,34.0,"['(', '(', '*']",8 4 8],0,1.0 +350613,350613,12,coords,three_rule_comb1,35.0,"[':', '&', '*']",8 8 6],1,1.0 +350613,350613,12,coords,three_rule_comb1,36.0,"['(', ':', '*']",9 1 6],1,1.0 +350613,350613,12,coords,three_rule_comb1,37.0,"['<', '<', '~']",0 8 8],0,1.0 +350613,350613,12,coords,three_rule_comb1,38.0,"[':', ':', '*']",6 2 8],0,1.0 +350613,350613,12,coords,three_rule_comb1,39.0,"['$', '*', '<']",1 6 3],0,1.0 +350613,350613,12,coords,three_rule_comb1,40.0,"['!', '*', '%']",2 6 2],0,1.0 +350613,350613,12,coords,three_rule_comb1,41.0,"['<', '*', '<']",9 0 8],1,1.0 +350613,350613,12,coords,three_rule_comb1,42.0,"['<', '~', '%']",6 2 7],0,1.0 +350613,350613,12,coords,three_rule_comb1,43.0,"['>', '&', '!']",4 7 8],0,1.0 +350613,350613,12,coords,three_rule_comb1,44.0,"['*', '~', '<']",1 3 3],1,1.0 +350613,350613,12,coords,three_rule_comb1,45.0,"['<', '$', '$']",2 6 9],0,1.0 +350613,350613,12,coords,three_rule_comb1,46.0,"['~', '<', ':']",2 5 0],0,1.0 +350613,350613,12,coords,three_rule_comb1,47.0,"[':', '>', '%']",None,0,1.0 +350613,350613,12,coords,three_rule_comb1,48.0,"['&', '~', '*']",9 9 6],0,1.0 +350613,350613,12,coords,three_rule_comb1,49.0,"['>', '*', '<']",7 7 2],0,1.0 +350613,350613,12,coords,three_rule_comb2,0.0,"['%', '%', '&']",5 4 8],1,1.0 +350613,350613,12,coords,three_rule_comb2,1.0,"['&', '&', '$']",5 1 7] [8 ,0,1.0 +350613,350613,12,coords,three_rule_comb2,2.0,"[':', '<', '~']",9 0 3],1,1.0 +350613,350613,12,coords,three_rule_comb2,3.0,"['*', ':', ':']",6 4 7] [7 ,0,1.0 +350613,350613,12,coords,three_rule_comb2,4.0,"['$', '!', '&']",8 7 3],1,1.0 +350613,350613,12,coords,three_rule_comb2,5.0,"['*', '!', '*']",1 6 1] [1 ,0,1.0 +350613,350613,12,coords,three_rule_comb2,6.0,"['(', '<', '!']",7 6 8] [3 ,0,1.0 +350613,350613,12,coords,three_rule_comb2,7.0,"['>', '(', '$']",1 1 6],1,1.0 +350613,350613,12,coords,three_rule_comb2,8.0,"['!', ':', ':']",4 11 9] [5 ,0,1.0 +350613,350613,12,coords,three_rule_comb2,9.0,"['&', ':', '<']",7 1 6],1,1.0 +350613,350613,12,coords,three_rule_comb2,10.0,"['&', '<', '$']",4 5 8],1,1.0 +350613,350613,12,coords,three_rule_comb2,11.0,"['<', '$', '%']",5 1 2],1,1.0 +350613,350613,12,coords,three_rule_comb2,12.0,"['~', '*', '>']",5 5 1],1,1.0 +350613,350613,12,coords,three_rule_comb2,13.0,"['<', '*', '>']",2 6 7],0,1.0 +350613,350613,12,coords,three_rule_comb2,14.0,"['*', '>', ':']",5 0 1],1,1.0 +350613,350613,12,coords,three_rule_comb2,15.0,"['$', '<', '*']",2 3 8],1,1.0 +350613,350613,12,coords,three_rule_comb2,16.0,"['!', '<', '&']",5 9 8],1,1.0 +350613,350613,12,coords,three_rule_comb2,17.0,"['!', '%', '!']",3 5 0],1,1.0 +350613,350613,12,coords,three_rule_comb2,18.0,"['~', '!', '$']",7 5 5],1,1.0 +350613,350613,12,coords,three_rule_comb2,19.0,"['(', '>', '(']",8 8 0],1,1.0 +350613,350613,12,coords,three_rule_comb2,20.0,"['&', '$', '$']",6 0 0],1,1.0 +350613,350613,12,coords,three_rule_comb2,21.0,"['<', '<', '!']",6 2 3],1,1.0 +350613,350613,12,coords,three_rule_comb2,22.0,"['>', '%', '&']",1 11 8],0,1.0 +350613,350613,12,coords,three_rule_comb2,23.0,"['*', '&', ':']",2 0 4],1,1.0 +350613,350613,12,coords,three_rule_comb2,24.0,"['%', '$', '<']",0 8 6],1,1.0 +350613,350613,12,coords,three_rule_comb2,25.0,"['~', ':', '(']",1 6 8],1,1.0 +350613,350613,12,coords,three_rule_comb2,26.0,"['*', '!', '>']",8 0 7],1,1.0 +350613,350613,12,coords,three_rule_comb2,27.0,"['&', '<', '*']",6 4 4],1,1.0 +350613,350613,12,coords,three_rule_comb2,28.0,"['&', '%', '>']",1 4 6] [7 ,0,1.0 +350613,350613,12,coords,three_rule_comb2,29.0,"['~', '<', '&']",8 5 1],0,1.0 +350613,350613,12,coords,three_rule_comb2,30.0,"['*', '<', ':']",3 5 3],1,1.0 +350613,350613,12,coords,three_rule_comb2,31.0,"['&', '%', '&']",5 6 5],1,1.0 +350613,350613,12,coords,three_rule_comb2,32.0,"['!', '(', '<']",5 1 4],1,1.0 +350613,350613,12,coords,three_rule_comb2,33.0,"['~', '>', '*']",7 2 8],1,1.0 +350613,350613,12,coords,three_rule_comb2,34.0,"['&', '(', '$']",3 2 3],1,1.0 +350613,350613,12,coords,three_rule_comb2,35.0,"['&', '%', '!']",7 4 8] [9 ,0,1.0 +350613,350613,12,coords,three_rule_comb2,36.0,"['!', '%', ':']",4 1 4],1,1.0 +350613,350613,12,coords,three_rule_comb2,37.0,"['~', '*', '*']",4 1 0],1,1.0 +350613,350613,12,coords,three_rule_comb2,38.0,"['>', ':', '$']",9 2 3],1,1.0 +350613,350613,12,coords,three_rule_comb2,39.0,"['%', '&', '$']",2 8 2],1,1.0 +350613,350613,12,coords,three_rule_comb2,40.0,"['<', '%', '(']",1 8 2],1,1.0 +350613,350613,12,coords,three_rule_comb2,41.0,"['(', ':', '>']",4 2 7],0,1.0 +350613,350613,12,coords,three_rule_comb2,42.0,"[':', '*', '&']",9 8 7],1,1.0 +350613,350613,12,coords,three_rule_comb2,43.0,"['>', '~', '>']",5 4 1],1,1.0 +350613,350613,12,coords,three_rule_comb2,44.0,"['*', '$', '$']",5 4 3],1,1.0 +350613,350613,12,coords,three_rule_comb2,45.0,"['%', '&', '>']",6 1 6],1,1.0 +350613,350613,12,coords,three_rule_comb2,46.0,"['&', '%', '%']",0 5 3],1,1.0 +350613,350613,12,coords,three_rule_comb2,47.0,"['(', '(', '>']",4 4 7],1,1.0 +350613,350613,12,coords,three_rule_comb2,48.0,"['%', '<', ':']",7 3 6],1,1.0 +350613,350613,12,coords,three_rule_comb2,49.0,"[':', ':', '*']",8 7 8],1,1.0 +350613,350613,12,coords,three_rule_comb3,0.0,"['<', '&', '>']",2 0 9],1,1.0 +350613,350613,12,coords,three_rule_comb3,1.0,"['*', '&', '*']",6 9 5] [3 ,1,1.0 +350613,350613,12,coords,three_rule_comb3,2.0,"['~', '!', '>']",2 4 4],0,1.0 +350613,350613,12,coords,three_rule_comb3,3.0,"['(', ':', '$']",6 2 3],1,1.0 +350613,350613,12,coords,three_rule_comb3,4.0,"['%', '<', '(']",8 7 0],0,1.0 +350613,350613,12,coords,three_rule_comb3,5.0,"['(', '&', '(']",4 5 8],0,1.0 +350613,350613,12,coords,three_rule_comb3,6.0,"['(', '>', ':']",4 8 0],0,1.0 +350613,350613,12,coords,three_rule_comb3,7.0,"['$', '%', '~']",9 6 8],0,1.0 +350613,350613,12,coords,three_rule_comb3,8.0,"['$', '%', '<']",9 3 7],1,1.0 +350613,350613,12,coords,three_rule_comb3,9.0,"['$', '%', '(']",3 0 0],0,1.0 +350613,350613,12,coords,three_rule_comb3,10.0,"['~', '*', '>']",1 9 8],0,1.0 +350613,350613,12,coords,three_rule_comb3,11.0,"['%', '>', '<']",5 7 6],0,1.0 +350613,350613,12,coords,three_rule_comb3,12.0,"['!', '%', ':']",1 7 1],0,1.0 +350613,350613,12,coords,three_rule_comb3,13.0,"['*', '~', '$']",8 8 7],0,1.0 +350613,350613,12,coords,three_rule_comb3,14.0,"['(', '!', '<']",7 3 9],1,1.0 +350613,350613,12,coords,three_rule_comb3,15.0,"['&', '!', '$']",3 2 2],1,1.0 +350613,350613,12,coords,three_rule_comb3,16.0,"['&', '$', '~']",7 6 7],0,1.0 +350613,350613,12,coords,three_rule_comb3,17.0,"[':', '$', '$']",7 1 5],0,1.0 +350613,350613,12,coords,three_rule_comb3,18.0,"['<', '<', '$']",3 0 5],0,1.0 +350613,350613,12,coords,three_rule_comb3,19.0,"['>', '*', '&']",0 8 1],0,1.0 +350613,350613,12,coords,three_rule_comb3,20.0,"['$', '<', '(']",8 5 0],0,1.0 +350613,350613,12,coords,three_rule_comb3,21.0,"['!', '!', '*']",9 2 4],0,1.0 +350613,350613,12,coords,three_rule_comb3,22.0,"['(', '>', '~']",-4 4 0],0,1.0 +350613,350613,12,coords,three_rule_comb3,23.0,"['!', '!', '$']",2 1 1],1,1.0 +350613,350613,12,coords,three_rule_comb3,24.0,"['%', '&', '(']",1 6 2],0,1.0 +350613,350613,12,coords,three_rule_comb3,25.0,"['&', '~', ':']",8 2 8],0,1.0 +350613,350613,12,coords,three_rule_comb3,26.0,"['<', '>', ':']",9 8 8],1,1.0 +350613,350613,12,coords,three_rule_comb3,27.0,"['&', '&', '!']",3 7 2],0,1.0 +350613,350613,12,coords,three_rule_comb3,28.0,"['(', '%', '(']",16 2 3],0,1.0 +350613,350613,12,coords,three_rule_comb3,29.0,"['%', '~', '>']",4 5 2],1,1.0 +350613,350613,12,coords,three_rule_comb3,30.0,"['<', '&', '$']",2 5 6],0,1.0 +350613,350613,12,coords,three_rule_comb3,31.0,"['~', '(', ':']",5 6 8],0,1.0 +350613,350613,12,coords,three_rule_comb3,32.0,"['$', '!', '%']",5 0 1],1,1.0 +350613,350613,12,coords,three_rule_comb3,33.0,"['$', '$', '<']",7 3 2],1,1.0 +350613,350613,12,coords,three_rule_comb3,34.0,"['$', '(', ':']",8 3 1],1,1.0 +350613,350613,12,coords,three_rule_comb3,35.0,"['!', '!', ':']",8 1 0],0,1.0 +350613,350613,12,coords,three_rule_comb3,36.0,"['&', '~', '!']",7 9 6],0,1.0 +350613,350613,12,coords,three_rule_comb3,37.0,"['(', '<', '>']",5 5 5],0,1.0 +350613,350613,12,coords,three_rule_comb3,38.0,"[':', '>', '$']",0 5 6],0,1.0 +350613,350613,12,coords,three_rule_comb3,39.0,"['!', ':', '!']",1 1 1],0,1.0 +350613,350613,12,coords,three_rule_comb3,40.0,"['%', '%', '$']",9 5 1] [2 ,0,1.0 +350613,350613,12,coords,three_rule_comb3,41.0,"['<', '*', '*']",5 0 7],0,1.0 +350613,350613,12,coords,three_rule_comb3,42.0,"['$', '&', '~']",4 6 7],1,1.0 +350613,350613,12,coords,three_rule_comb3,43.0,"['!', '(', '!']",None,0,1.0 +350613,350613,12,coords,three_rule_comb3,44.0,"[':', '$', ':']",0 0 7],1,1.0 +350613,350613,12,coords,three_rule_comb3,45.0,"['$', '$', '%']",5 2 5],0,1.0 +350613,350613,12,coords,three_rule_comb3,46.0,"['%', '<', '&']",7 3 8],1,1.0 +350613,350613,12,coords,three_rule_comb3,47.0,"['~', '(', '*']",2 1 3],0,1.0 +350613,350613,12,coords,three_rule_comb3,48.0,"['>', '>', ':']",1 6 8],0,1.0 +350613,350613,12,coords,three_rule_comb3,49.0,"['$', '$', '(']",9 5 0],0,1.0 +350613,350613,12,coords,three_rule_comb4,0.0,"[':', '>', '%']",7 7 3],0,1.0 +350613,350613,12,coords,three_rule_comb4,1.0,"['>', '$', '(']",2 0 4] [4 ,0,1.0 +350613,350613,12,coords,three_rule_comb4,2.0,"['$', '!', '&']",5 0 4],0,1.0 +350613,350613,12,coords,three_rule_comb4,3.0,"['$', '>', '%']",7 1 2],0,1.0 +350613,350613,12,coords,three_rule_comb4,4.0,"['$', ':', '!']",7 4 2] [8 ,0,1.0 +350613,350613,12,coords,three_rule_comb4,5.0,"['(', ':', '<']",6 9 9],0,1.0 +350613,350613,12,coords,three_rule_comb4,6.0,"['$', '!', '~']",4 6 4],0,1.0 +350613,350613,12,coords,three_rule_comb4,7.0,"['*', '<', ':']",3 5 8],0,1.0 +350613,350613,12,coords,three_rule_comb4,8.0,"['~', '%', '<']",4 2 8],0,1.0 +350613,350613,12,coords,three_rule_comb4,9.0,"['%', '&', '$']",1 7 9],0,1.0 +350613,350613,12,coords,three_rule_comb4,10.0,"[':', '&', '<']",3 3 7],0,1.0 +350613,350613,12,coords,three_rule_comb4,11.0,"['>', '!', ':']",6 6 1],0,1.0 +350613,350613,12,coords,three_rule_comb4,12.0,"['(', '!', '!']",4 7 1],0,1.0 +350613,350613,12,coords,three_rule_comb4,13.0,"['%', ':', '%']",6 -1 8],0,1.0 +350613,350613,12,coords,three_rule_comb4,14.0,"['!', '%', '$']",1 3 0],0,1.0 +350613,350613,12,coords,three_rule_comb4,15.0,"['$', ':', ':']",8 6 8],0,1.0 +350613,350613,12,coords,three_rule_comb4,16.0,"['%', '%', '%']",7 6 4],1,1.0 +350613,350613,12,coords,three_rule_comb4,17.0,"['*', '>', '&']",3 6 6],0,1.0 +350613,350613,12,coords,three_rule_comb4,18.0,"['>', '(', '*']",1 8 1],0,1.0 +350613,350613,12,coords,three_rule_comb4,19.0,"['<', '(', '<']",5 0 2],0,1.0 +350613,350613,12,coords,three_rule_comb4,20.0,"['*', '<', '*']",3 5 6],1,1.0 +350613,350613,12,coords,three_rule_comb4,21.0,"['!', '!', '(']",1 4 7],1,1.0 +350613,350613,12,coords,three_rule_comb4,22.0,"['<', '%', '!']",3 4 1],0,1.0 +350613,350613,12,coords,three_rule_comb4,23.0,"['!', '%', ':']",7 9 6],0,1.0 +350613,350613,12,coords,three_rule_comb4,24.0,"['<', ':', '%']",8 8 6],0,1.0 +350613,350613,12,coords,three_rule_comb4,25.0,"['*', '&', '*']",6 2 2],1,1.0 +350613,350613,12,coords,three_rule_comb4,26.0,"['*', '>', '*']",1 4 2],0,1.0 +350613,350613,12,coords,three_rule_comb4,27.0,"['<', '$', ':']",2 1 9],0,1.0 +350613,350613,12,coords,three_rule_comb4,28.0,"['*', '>', '<']",3 3 8],0,1.0 +350613,350613,12,coords,three_rule_comb4,29.0,"['<', '<', '&']",5 6 8],0,1.0 +350613,350613,12,coords,three_rule_comb4,30.0,"['(', '(', '&']",7 5 4],0,1.0 +350613,350613,12,coords,three_rule_comb4,31.0,"['&', '!', '(']",7 11 6],0,1.0 +350613,350613,12,coords,three_rule_comb4,32.0,"['<', '$', '!']",0 6 4],1,1.0 +350613,350613,12,coords,three_rule_comb4,33.0,"['%', ':', '%']",8 1 3],0,1.0 +350613,350613,12,coords,three_rule_comb4,34.0,"['~', '~', ':']",3 1 3],0,1.0 +350613,350613,12,coords,three_rule_comb4,35.0,"['&', '*', ':']",0 3 6],1,1.0 +350613,350613,12,coords,three_rule_comb4,36.0,"['<', ':', '!']",9 4 1],0,1.0 +350613,350613,12,coords,three_rule_comb4,37.0,"['*', '%', '&']",7 6 5],0,1.0 +350613,350613,12,coords,three_rule_comb4,38.0,"['&', '(', '~']",1 6 3],0,1.0 +350613,350613,12,coords,three_rule_comb4,39.0,"['<', '(', ':']",5 9 7],0,1.0 +350613,350613,12,coords,three_rule_comb4,40.0,"['&', '~', '&']",8 2 5],0,1.0 +350613,350613,12,coords,three_rule_comb4,41.0,"['>', '!', ':']",5 1 3],0,1.0 +350613,350613,12,coords,three_rule_comb4,42.0,"[':', '(', '<']",1 5 2] [0 ,0,1.0 +350613,350613,12,coords,three_rule_comb4,43.0,"['<', '!', ':']",8 7 9],0,1.0 +350613,350613,12,coords,three_rule_comb4,44.0,"['>', '&', '$']",4 0 6],0,1.0 +350613,350613,12,coords,three_rule_comb4,45.0,"['>', ':', '(']",1 8 6] [1 ,0,1.0 +350613,350613,12,coords,three_rule_comb4,46.0,"['*', '*', '&']",0 6 2],0,1.0 +350613,350613,12,coords,three_rule_comb4,47.0,"['$', '$', ':']",8 4 3],0,1.0 +350613,350613,12,coords,three_rule_comb4,48.0,"['%', '*', '!']",6 9 9],1,1.0 +350613,350613,12,coords,three_rule_comb4,49.0,"['&', '~', '$']",4 6 6],0,1.0 +350613,350613,12,coords,three_rule_comb5,0.0,"['<', '%', '>']",7 9 4],1,1.0 +350613,350613,12,coords,three_rule_comb5,1.0,"['!', '!', '&']",5 4 2],1,1.0 +350613,350613,12,coords,three_rule_comb5,2.0,"['<', '!', '&']",6 6 5],0,1.0 +350613,350613,12,coords,three_rule_comb5,3.0,"['<', '$', '*']",5 4 7],0,1.0 +350613,350613,12,coords,three_rule_comb5,4.0,"['%', '*', '(']",5 0 6],0,1.0 +350613,350613,12,coords,three_rule_comb5,5.0,"['$', '*', ':']",7 2 6],1,1.0 +350613,350613,12,coords,three_rule_comb5,6.0,"['*', ':', '>']",6 6 3],1,1.0 +350613,350613,12,coords,three_rule_comb5,7.0,"[':', '(', '<']",7 2 4],1,1.0 +350613,350613,12,coords,three_rule_comb5,8.0,"['>', '(', '>']",8 6 7],1,1.0 +350613,350613,12,coords,three_rule_comb5,9.0,"['~', '&', '<']",7 4 7],0,1.0 +350613,350613,12,coords,three_rule_comb5,10.0,"['<', '<', '~']",5 2 2] [4 ,0,1.0 +350613,350613,12,coords,three_rule_comb5,11.0,"['*', '(', ':']",7 5 5],0,1.0 +350613,350613,12,coords,three_rule_comb5,12.0,"['%', '~', '%']",1 0 5],0,1.0 +350613,350613,12,coords,three_rule_comb5,13.0,"['$', '(', '%']",5 7 5],1,1.0 +350613,350613,12,coords,three_rule_comb5,14.0,"['~', '!', '*']",6 1 3],1,1.0 +350613,350613,12,coords,three_rule_comb5,15.0,"['%', '$', ':']",1 5 1],1,1.0 +350613,350613,12,coords,three_rule_comb5,16.0,"['>', '<', '~']",7 2 9],1,1.0 +350613,350613,12,coords,three_rule_comb5,17.0,"['%', '&', '>']",0 6 2],1,1.0 +350613,350613,12,coords,three_rule_comb5,18.0,"['&', '(', '&']",4 5 8],1,1.0 +350613,350613,12,coords,three_rule_comb5,19.0,"['%', '&', '%']",2 3 4] [0 ,0,1.0 +350613,350613,12,coords,three_rule_comb5,20.0,"['(', '(', '$']",5 2 6] [4 ,0,1.0 +350613,350613,12,coords,three_rule_comb5,21.0,"['&', '>', '(']",1 5 2],0,1.0 +350613,350613,12,coords,three_rule_comb5,22.0,"['$', '(', '(']",4 1 6],1,1.0 +350613,350613,12,coords,three_rule_comb5,23.0,"['<', '(', '%']",2 5 5],0,1.0 +350613,350613,12,coords,three_rule_comb5,24.0,"['~', '%', '(']",2 7 0],1,1.0 +350613,350613,12,coords,three_rule_comb5,25.0,"[':', '~', '&']",9 5 8],1,1.0 +350613,350613,12,coords,three_rule_comb5,26.0,"['>', '(', ':']",4 6 5],1,1.0 +350613,350613,12,coords,three_rule_comb5,27.0,"['$', '!', '~']",5 7 4],1,1.0 +350613,350613,12,coords,three_rule_comb5,28.0,"['(', ':', '!']",0 2 2] [8 ,0,1.0 +350613,350613,12,coords,three_rule_comb5,29.0,"['$', ':', '%']",0 6 6],0,1.0 +350613,350613,12,coords,three_rule_comb5,30.0,"['<', '$', '<']",5 4 8],1,1.0 +350613,350613,12,coords,three_rule_comb5,31.0,"['<', '(', '(']",8 7 2],1,1.0 +350613,350613,12,coords,three_rule_comb5,32.0,"['<', '<', '$']",1 9 5],1,1.0 +350613,350613,12,coords,three_rule_comb5,33.0,"['>', '&', ':']",5 0 5],1,1.0 +350613,350613,12,coords,three_rule_comb5,34.0,"['(', '%', '<']",3 6 3],1,1.0 +350613,350613,12,coords,three_rule_comb5,35.0,"['<', '$', '*']",5 6 7],0,1.0 +350613,350613,12,coords,three_rule_comb5,36.0,"['&', '*', '*']",5 5 5],1,1.0 +350613,350613,12,coords,three_rule_comb5,37.0,"['<', '*', '>']",None,0,1.0 +350613,350613,12,coords,three_rule_comb5,38.0,"['!', '$', '&']",1 4 7] [3 ,0,1.0 +350613,350613,12,coords,three_rule_comb5,39.0,"['!', ':', '$']",5 5 4],0,1.0 +350613,350613,12,coords,three_rule_comb5,40.0,"['%', '%', '%']",3 2 4] [2 ,0,1.0 +350613,350613,12,coords,three_rule_comb5,41.0,"['>', '%', '!']",7 2 3],1,1.0 +350613,350613,12,coords,three_rule_comb5,42.0,"['!', '~', ':']",1 2 7],0,1.0 +350613,350613,12,coords,three_rule_comb5,43.0,"['<', '&', '%']",6 4 2],0,1.0 +350613,350613,12,coords,three_rule_comb5,44.0,"['~', '(', '$']",2 7 2],0,1.0 +350613,350613,12,coords,three_rule_comb5,45.0,"['<', '!', '%']",5 4 1],1,1.0 +350613,350613,12,coords,three_rule_comb5,46.0,"['!', '!', ':']",6 7 5],1,1.0 +350613,350613,12,coords,three_rule_comb5,47.0,"['$', '$', ':']",1 9 3],0,1.0 +350613,350613,12,coords,three_rule_comb5,48.0,"['<', '!', '(']",8 3 6],1,1.0 +350613,350613,12,coords,three_rule_comb5,49.0,"['!', '(', '$']",2 4 5],1,1.0 +350613,350613,12,coords,three_rule_comb6,0.0,"['%', '&', '~']",8 1 2],1,1.0 +350613,350613,12,coords,three_rule_comb6,1.0,"['>', '&', '$']",8 2 5] [5 ,0,1.0 +350613,350613,12,coords,three_rule_comb6,2.0,"['&', '%', '*']",2 5 2],0,1.0 +350613,350613,12,coords,three_rule_comb6,3.0,"['!', '&', '$']",2 9 1],1,1.0 +350613,350613,12,coords,three_rule_comb6,4.0,"['*', '<', '!']",3 3 1],0,1.0 +350613,350613,12,coords,three_rule_comb6,5.0,"['*', '%', '$']",6 1 8],1,1.0 +350613,350613,12,coords,three_rule_comb6,6.0,"['<', '%', '$']",0 5 5],0,1.0 +350613,350613,12,coords,three_rule_comb6,7.0,"['~', '*', '>']",1 7 4] [8 ,0,1.0 +350613,350613,12,coords,three_rule_comb6,8.0,"['(', '$', '&']",4 4 2],0,1.0 +350613,350613,12,coords,three_rule_comb6,9.0,"['<', '<', '&']",3 0 0],0,1.0 +350613,350613,12,coords,three_rule_comb6,10.0,"['!', '&', ':']",4 5 9],0,1.0 +350613,350613,12,coords,three_rule_comb6,11.0,"['%', '<', '$']",2 5 3],0,1.0 +350613,350613,12,coords,three_rule_comb6,12.0,"['>', '&', '&']",5 5 7],1,1.0 +350613,350613,12,coords,three_rule_comb6,13.0,"['$', '&', '(']",4 7 1] [9 ,1,1.0 +350613,350613,12,coords,three_rule_comb6,14.0,"['(', '*', '$']",5 7 6],1,1.0 +350613,350613,12,coords,three_rule_comb6,15.0,"['$', '%', ':']",3 1 4],0,1.0 +350613,350613,12,coords,three_rule_comb6,16.0,"['%', '<', '(']",1 6 5] [4 ,1,1.0 +350613,350613,12,coords,three_rule_comb6,17.0,"['(', '<', '$']",5 7 1],1,1.0 +350613,350613,12,coords,three_rule_comb6,18.0,"['~', '$', '<']",0 7 1],0,1.0 +350613,350613,12,coords,three_rule_comb6,19.0,"['~', '>', '*']",1 9 8] [5 ,1,1.0 +350613,350613,12,coords,three_rule_comb6,20.0,"['$', '(', '$']",1 6 7] [7 ,0,1.0 +350613,350613,12,coords,three_rule_comb6,21.0,"['~', '$', ':']",4 6 1],0,1.0 +350613,350613,12,coords,three_rule_comb6,22.0,"[':', '!', '$']",8 7 6],1,1.0 +350613,350613,12,coords,three_rule_comb6,23.0,"['$', '$', '<']",0 9 7],1,1.0 +350613,350613,12,coords,three_rule_comb6,24.0,"['>', '~', '>']",7 7 5],1,1.0 +350613,350613,12,coords,three_rule_comb6,25.0,"['(', ':', ':']",3 0 4],0,1.0 +350613,350613,12,coords,three_rule_comb6,26.0,"['%', '>', ':']",None,0,1.0 +350613,350613,12,coords,three_rule_comb6,27.0,"['&', '(', '!']",9 5 6],1,1.0 +350613,350613,12,coords,three_rule_comb6,28.0,"['~', '(', '~']",2 9 7],1,1.0 +350613,350613,12,coords,three_rule_comb6,29.0,"['&', '*', '(']",0 9 5],1,1.0 +350613,350613,12,coords,three_rule_comb6,30.0,"[':', '$', '!']",8 8 0],0,1.0 +350613,350613,12,coords,three_rule_comb6,31.0,"['<', '&', ':']",0 6 3],1,1.0 +350613,350613,12,coords,three_rule_comb6,32.0,"['(', '%', '(']",2 6 3],0,1.0 +350613,350613,12,coords,three_rule_comb6,33.0,"[':', '(', '&']",8 2 7],0,1.0 +350613,350613,12,coords,three_rule_comb6,34.0,"['$', '<', '!']",3 0 6],0,1.0 +350613,350613,12,coords,three_rule_comb6,35.0,"['>', '*', '&']",9 7 7],1,1.0 +350613,350613,12,coords,three_rule_comb6,36.0,"['!', '(', '*']",2 2 3],0,1.0 +350613,350613,12,coords,three_rule_comb6,37.0,"['%', '<', '%']",0 5 9],1,1.0 +350613,350613,12,coords,three_rule_comb6,38.0,"['&', '&', '*']",2 8 4],0,1.0 +350613,350613,12,coords,three_rule_comb6,39.0,"['*', '<', '!']",8 1 1] [7 ,1,1.0 +350613,350613,12,coords,three_rule_comb6,40.0,"[':', '>', '<']",9 7 9],0,1.0 +350613,350613,12,coords,three_rule_comb6,41.0,"['<', ':', '<']",7 6 6] [0 ,1,1.0 +350613,350613,12,coords,three_rule_comb6,42.0,"['*', '*', '(']",None,0,1.0 +350613,350613,12,coords,three_rule_comb6,43.0,"['%', '$', '&']",2 7 2],0,1.0 +350613,350613,12,coords,three_rule_comb6,44.0,"['$', '~', '<']",1 9 4],1,1.0 +350613,350613,12,coords,three_rule_comb6,45.0,"['%', '!', '&']",4 8 7],1,1.0 +350613,350613,12,coords,three_rule_comb6,46.0,"['%', '%', '!']",2 0 1],1,1.0 +350613,350613,12,coords,three_rule_comb6,47.0,"['$', '<', '~']",4 1 1],1,1.0 +350613,350613,12,coords,three_rule_comb6,48.0,"['$', '>', '!']",9 1 0] [7 ,0,1.0 +350613,350613,12,coords,three_rule_comb6,49.0,"[':', '~', '%']",3 3 5],0,1.0 +350613,350613,12,coords,three_rule_comb7,0.0,"['<', '(', ':']",1 7 6],1,1.0 +350613,350613,12,coords,three_rule_comb7,1.0,"['!', '&', ':']",1 4 9],1,1.0 +350613,350613,12,coords,three_rule_comb7,2.0,"['(', '>', '$']",3 0 4],0,1.0 +350613,350613,12,coords,three_rule_comb7,3.0,"['(', ':', '<']",3 4 5] [1 ,0,1.0 +350613,350613,12,coords,three_rule_comb7,4.0,"['>', '<', '*']",8 3 8],0,1.0 +350613,350613,12,coords,three_rule_comb7,5.0,"['$', '!', '$']",1 4 1],0,1.0 +350613,350613,12,coords,three_rule_comb7,6.0,"['<', '&', '<']",0 4 2],1,1.0 +350613,350613,12,coords,three_rule_comb7,7.0,"['*', '$', '%']",0 5 2],0,1.0 +350613,350613,12,coords,three_rule_comb7,8.0,"['*', '*', '!']",6 4 3],0,1.0 +350613,350613,12,coords,three_rule_comb7,9.0,"['~', '*', ':']",3 1 1] [6 ,0,1.0 +350613,350613,12,coords,three_rule_comb7,10.0,"['<', '&', '(']",3 2 4] [1 ,0,1.0 +350613,350613,12,coords,three_rule_comb7,11.0,"['*', '~', '&']",3 7 1],0,1.0 +350613,350613,12,coords,three_rule_comb7,12.0,"['(', '(', '(']",3 8 4],0,1.0 +350613,350613,12,coords,three_rule_comb7,13.0,"['(', '(', '%']",6 6 3],1,1.0 +350613,350613,12,coords,three_rule_comb7,14.0,"['>', '>', '(']",8 1 6],0,1.0 +350613,350613,12,coords,three_rule_comb7,15.0,"['!', '%', '%']",9 3 8],0,1.0 +350613,350613,12,coords,three_rule_comb7,16.0,"[':', ':', '%']",3 3 7] [9 ,0,1.0 +350613,350613,12,coords,three_rule_comb7,17.0,"[':', '&', '(']",2 3 9],1,1.0 +350613,350613,12,coords,three_rule_comb7,18.0,"['~', '*', '~']",1 2 3],0,1.0 +350613,350613,12,coords,three_rule_comb7,19.0,"['&', '!', '$']",4 3 8],0,1.0 +350613,350613,12,coords,three_rule_comb7,20.0,"['<', '~', '<']",3 3 8],0,1.0 +350613,350613,12,coords,three_rule_comb7,21.0,"['&', '(', '!']",2 5 2] [0 ,0,1.0 +350613,350613,12,coords,three_rule_comb7,22.0,"['~', '(', '&']",3 2 6],0,1.0 +350613,350613,12,coords,three_rule_comb7,23.0,"[':', '%', '!']",6 7 4],0,1.0 +350613,350613,12,coords,three_rule_comb7,24.0,"[':', '(', '&']",9 2 1],0,1.0 +350613,350613,12,coords,three_rule_comb7,25.0,"['<', '!', '(']",2 4 1],0,1.0 +350613,350613,12,coords,three_rule_comb7,26.0,"['(', ':', '~']",7 6 7] [8 ,0,1.0 +350613,350613,12,coords,three_rule_comb7,27.0,"['*', '&', '*']",3 6 1],1,1.0 +350613,350613,12,coords,three_rule_comb7,28.0,"['$', ':', '$']",2 6 5],0,1.0 +350613,350613,12,coords,three_rule_comb7,29.0,"['%', '*', '$']",1 3 4],0,1.0 +350613,350613,12,coords,three_rule_comb7,30.0,"['$', '$', '$']",4 3 7],1,1.0 +350613,350613,12,coords,three_rule_comb7,31.0,"['~', '&', '$']",2 4 6] [6 ,0,1.0 +350613,350613,12,coords,three_rule_comb7,32.0,"['(', '<', '$']",1 5 6],0,1.0 +350613,350613,12,coords,three_rule_comb7,33.0,"['!', '<', '&']",8 8 6],1,1.0 +350613,350613,12,coords,three_rule_comb7,34.0,"['~', '<', '(']",3 6 9],0,1.0 +350613,350613,12,coords,three_rule_comb7,35.0,"['*', '!', '&']",3 0 0],1,1.0 +350613,350613,12,coords,three_rule_comb7,36.0,"['~', '&', '<']",0 3 4],0,1.0 +350613,350613,12,coords,three_rule_comb7,37.0,"['&', '(', '>']",6 4 9],0,1.0 +350613,350613,12,coords,three_rule_comb7,38.0,"['<', '(', '<']",2 5 9],0,1.0 +350613,350613,12,coords,three_rule_comb7,39.0,"['%', '*', '(']",4 4 6],1,1.0 +350613,350613,12,coords,three_rule_comb7,40.0,"['<', '$', '(']",5 5 8] [8 ,0,1.0 +350613,350613,12,coords,three_rule_comb7,41.0,"['*', '*', '&']",4 3 0],0,1.0 +350613,350613,12,coords,three_rule_comb7,42.0,"['*', '(', '!']",2 8 7],0,1.0 +350613,350613,12,coords,three_rule_comb7,43.0,"[':', '&', '>']",5 0 5],1,1.0 +350613,350613,12,coords,three_rule_comb7,44.0,"[':', '>', '*']",0 0 2],1,1.0 +350613,350613,12,coords,three_rule_comb7,45.0,"['!', '$', '*']",2 7 1],0,1.0 +350613,350613,12,coords,three_rule_comb7,46.0,"['$', '>', '<']",6 2 2],0,1.0 +350613,350613,12,coords,three_rule_comb7,47.0,"['%', '(', '!']",1 4 2],0,1.0 +350613,350613,12,coords,three_rule_comb7,48.0,"['<', '~', '*']",9 1 7],0,1.0 +350613,350613,12,coords,three_rule_comb7,49.0,"['(', '%', '$']",2 -1 9],0,1.0 +350613,350613,12,coords,three_rule_comb8,0.0,"[':', '&', '*']",3 8 4],0,1.0 +350613,350613,12,coords,three_rule_comb8,1.0,"['<', '<', '<']",2 5 9],0,1.0 +350613,350613,12,coords,three_rule_comb8,2.0,"['!', '%', ':']",9 1 5],0,1.0 +350613,350613,12,coords,three_rule_comb8,3.0,"['>', '<', '$']",6 9 4],0,1.0 +350613,350613,12,coords,three_rule_comb8,4.0,"['$', '(', ':']",3 5 5],0,1.0 +350613,350613,12,coords,three_rule_comb8,5.0,"['<', '!', ':']",5 3 4],0,1.0 +350613,350613,12,coords,three_rule_comb8,6.0,"['(', '~', '&']",7 2 0],0,1.0 +350613,350613,12,coords,three_rule_comb8,7.0,"[':', '!', '%']",7 3 6] [8 ,1,1.0 +350613,350613,12,coords,three_rule_comb8,8.0,"['>', '%', '~']",2 6 3] [3 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,9.0,"['%', '>', '%']",1 4 8] [0 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,10.0,"['!', '<', '~']",7 4 8],1,1.0 +350613,350613,12,coords,three_rule_comb8,11.0,"['%', '(', '<']",2 1 4] [0 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,12.0,"['~', '~', '(']",6 0 3],1,1.0 +350613,350613,12,coords,three_rule_comb8,13.0,"['&', '$', ':']",6 4 2],0,1.0 +350613,350613,12,coords,three_rule_comb8,14.0,"['%', '>', '&']",4 8 7],1,1.0 +350613,350613,12,coords,three_rule_comb8,15.0,"['!', ':', '!']",6 5 6],0,1.0 +350613,350613,12,coords,three_rule_comb8,16.0,"['(', '~', '>']",4 7 6],0,1.0 +350613,350613,12,coords,three_rule_comb8,17.0,"['*', ':', '(']",1 4 5] [6 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,18.0,"['&', '<', '<']",5 8 7],1,1.0 +350613,350613,12,coords,three_rule_comb8,19.0,"['%', '>', '<']",4 4 9] [5 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,20.0,"['(', '&', '$']",5 3 3],1,1.0 +350613,350613,12,coords,three_rule_comb8,21.0,"['%', '$', '(']",10 8 6],0,1.0 +350613,350613,12,coords,three_rule_comb8,22.0,"[':', '(', '*']",10 6 7],0,1.0 +350613,350613,12,coords,three_rule_comb8,23.0,"['$', '(', ':']",5 3 6],1,1.0 +350613,350613,12,coords,three_rule_comb8,24.0,"['<', '!', '%']",4 2 1],0,1.0 +350613,350613,12,coords,three_rule_comb8,25.0,"['%', '<', ':']",6 1 0],0,1.0 +350613,350613,12,coords,three_rule_comb8,26.0,"[':', ':', '<']",8 2 1] [0 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,27.0,"['%', '<', ':']",None,0,1.0 +350613,350613,12,coords,three_rule_comb8,28.0,"['(', '<', '!']",0 2 0],1,1.0 +350613,350613,12,coords,three_rule_comb8,29.0,"['(', '<', '~']",0 3 6],0,1.0 +350613,350613,12,coords,three_rule_comb8,30.0,"['~', '~', '%']",8 6 4],0,1.0 +350613,350613,12,coords,three_rule_comb8,31.0,"['>', '<', '>']",5 5 5],0,1.0 +350613,350613,12,coords,three_rule_comb8,32.0,"['(', '%', ':']",5 6 4] [8 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,33.0,"['!', '%', '*']",2 5 9] [1 ,1,1.0 +350613,350613,12,coords,three_rule_comb8,34.0,"['~', ':', '<']",6 2 6] [5 ,1,1.0 +350613,350613,12,coords,three_rule_comb8,35.0,"['$', '%', '$']",2 6 5],1,1.0 +350613,350613,12,coords,three_rule_comb8,36.0,"['>', '(', '~']",9 6 8] [4 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,37.0,"['>', '!', ':']",5 6 1] [6 ,1,1.0 +350613,350613,12,coords,three_rule_comb8,38.0,"['<', '%', '&']",8 4 3] [3 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,39.0,"['$', '<', '%']",3 7 3] [2 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,40.0,"['(', '>', '&']",4 5 7],1,1.0 +350613,350613,12,coords,three_rule_comb8,41.0,"['&', '~', '>']",2 8 6] [6 ,0,1.0 +350613,350613,12,coords,three_rule_comb8,42.0,"['(', '*', '<']",2 2 2],0,1.0 +350613,350613,12,coords,three_rule_comb8,43.0,"['~', '&', '!']",6 3 5],1,1.0 +350613,350613,12,coords,three_rule_comb8,44.0,"['%', '$', '%']",1 4 5],0,1.0 +350613,350613,12,coords,three_rule_comb8,45.0,"['<', ':', '(']",2 5 6],0,1.0 +350613,350613,12,coords,three_rule_comb8,46.0,"['$', ':', '%']",None,0,1.0 +350613,350613,12,coords,three_rule_comb8,47.0,"['!', '%', '*']",2 5 3],0,1.0 +350613,350613,12,coords,three_rule_comb8,48.0,"['<', '&', '!']",6 8 4],0,1.0 +350613,350613,12,coords,three_rule_comb8,49.0,"[':', '$', '<']",5 3 8],1,1.0 +350613,350613,12,coords,three_rule_comb9,0.0,"['<', '>', '!']",3 3 5] [4 ,1,1.0 +350613,350613,12,coords,three_rule_comb9,1.0,"[':', '$', '%']",2 7 6],1,1.0 +350613,350613,12,coords,three_rule_comb9,2.0,"['~', '>', '*']",8 4 9],1,1.0 +350613,350613,12,coords,three_rule_comb9,3.0,"['<', ':', '~']",4 1 6],0,1.0 +350613,350613,12,coords,three_rule_comb9,4.0,"['<', '~', '*']",2 2 5],1,1.0 +350613,350613,12,coords,three_rule_comb9,5.0,"['>', ':', '(']",5 3 3] [6 ,0,1.0 +350613,350613,12,coords,three_rule_comb9,6.0,"['%', '&', '<']",7 4 8] [8 ,1,1.0 +350613,350613,12,coords,three_rule_comb9,7.0,"['$', '&', '%']",2 7 4],1,1.0 +350613,350613,12,coords,three_rule_comb9,8.0,"[':', '%', '!']",3 5 7],1,1.0 +350613,350613,12,coords,three_rule_comb9,9.0,"['%', '<', ':']",7 5 0],0,1.0 +350613,350613,12,coords,three_rule_comb9,10.0,"['%', ':', '&']",7 1 3] [9 ,0,1.0 +350613,350613,12,coords,three_rule_comb9,11.0,"['%', '&', '&']",-2 7 -1],0,1.0 +350613,350613,12,coords,three_rule_comb9,12.0,"['$', '&', '~']",2 4 6],1,1.0 +350613,350613,12,coords,three_rule_comb9,13.0,"['(', ':', '&']",5 3 1] [4 ,0,1.0 +350613,350613,12,coords,three_rule_comb9,14.0,"['*', '<', '%']",0 2 4] [1 ,0,1.0 +350613,350613,12,coords,three_rule_comb9,15.0,"[':', '&', '<']",2 3 5],1,1.0 +350613,350613,12,coords,three_rule_comb9,16.0,"['~', '%', ':']",8 8 2],1,1.0 +350613,350613,12,coords,three_rule_comb9,17.0,"['<', '*', '(']",4 7 5],1,1.0 +350613,350613,12,coords,three_rule_comb9,18.0,"['(', '~', '$']",1 7 0] [3 ,0,1.0 +350613,350613,12,coords,three_rule_comb9,19.0,"['*', ':', '%']",5 7 6] [6 ,1,1.0 +350613,350613,12,coords,three_rule_comb9,20.0,"['%', ':', '>']",3 5 2],0,1.0 +350613,350613,12,coords,three_rule_comb9,21.0,"['&', '*', '$']",5 6 5],1,1.0 +350613,350613,12,coords,three_rule_comb9,22.0,"['<', ':', '*']",3 4 7] [2 ,0,1.0 +350613,350613,12,coords,three_rule_comb9,23.0,"['~', '&', '*']",6 8 1],1,1.0 +350613,350613,12,coords,three_rule_comb9,24.0,"['(', '$', '%']",None,0,1.0 +350613,350613,12,coords,three_rule_comb9,25.0,"['*', '$', ':']",2 6 2],1,1.0 +350613,350613,12,coords,three_rule_comb9,26.0,"['%', '$', '&']",None,0,1.0 +350613,350613,12,coords,three_rule_comb9,27.0,"['%', '&', '<']",2 1 6],1,1.0 +350613,350613,12,coords,three_rule_comb9,28.0,"[':', '&', '%']",3 6 6] [4 ,1,1.0 +350613,350613,12,coords,three_rule_comb9,29.0,"[':', '~', '(']",6 5 5],1,1.0 +350613,350613,12,coords,three_rule_comb9,30.0,"['<', ':', ':']",4 3 7],0,1.0 +350613,350613,12,coords,three_rule_comb9,31.0,"[':', '>', '&']",2 6 4],1,1.0 +350613,350613,12,coords,three_rule_comb9,32.0,"['%', '(', '<']",5 5 7],1,1.0 +350613,350613,12,coords,three_rule_comb9,33.0,"['>', '<', '$']",2 6 2],1,1.0 +350613,350613,12,coords,three_rule_comb9,34.0,"['$', '(', '*']",-2 6 4],0,1.0 +350613,350613,12,coords,three_rule_comb9,35.0,"['~', '(', '%']",3 3 7],1,1.0 +350613,350613,12,coords,three_rule_comb9,36.0,"['$', '%', '(']",3 3 4] [1 ,0,1.0 +350613,350613,12,coords,three_rule_comb9,37.0,"[':', '$', '!']",5 2 4],1,1.0 +350613,350613,12,coords,three_rule_comb9,38.0,"['>', '%', '%']",2 1 6],0,1.0 +350613,350613,12,coords,three_rule_comb9,39.0,"['!', '$', '(']",5 2 1],0,1.0 +350613,350613,12,coords,three_rule_comb9,40.0,"[':', '~', '$']",6 5 7] [7 ,0,1.0 +350613,350613,12,coords,three_rule_comb9,41.0,"[':', '&', '(']",6 2 5],1,1.0 +350613,350613,12,coords,three_rule_comb9,42.0,"['>', '*', '$']",5 5 7],1,1.0 +350613,350613,12,coords,three_rule_comb9,43.0,"['&', '%', '$']",4 5 1],1,1.0 +350613,350613,12,coords,three_rule_comb9,44.0,"['~', '(', '(']",-2 10 9],0,1.0 +350613,350613,12,coords,three_rule_comb9,45.0,"['&', '>', '(']",2 1 4],1,1.0 +350613,350613,12,coords,three_rule_comb9,46.0,"[':', '*', '&']",3 2 2],0,1.0 +350613,350613,12,coords,three_rule_comb9,47.0,"['%', ':', '>']",1 4 4],1,1.0 +350613,350613,12,coords,three_rule_comb9,48.0,"['~', '$', '<']",2 0 7],0,1.0 +350613,350613,12,coords,three_rule_comb9,49.0,"['&', '<', '<']",5 6 6],1,1.0 +350613,350613,12,coords,c3_set_union,0.0,"['~', '(', '&', '$']",7 4],1,1.0 +350613,350613,12,coords,c3_set_union,1.0,"['<', '>', '(', '&']",4],1,1.0 +350613,350613,12,coords,c3_set_union,2.0,"['&', '$', ':', '~']",5 3],1,1.0 +350613,350613,12,coords,c3_set_union,3.0,"['%', '(', ':', '>']", ] [6 1 3 ,0,1.0 +350613,350613,12,coords,c3_set_union,4.0,"[':', '~', '<', '*']",2 7 6 0] [,0,1.0 +350613,350613,12,coords,c3_set_union,5.0,"['*', '<', '&', '%']",7],0,1.0 +350613,350613,12,coords,c3_set_union,6.0,"['~', '&', '%', '(']",3],0,1.0 +350613,350613,12,coords,c3_set_union,7.0,"['>', '!', ':', '(']",1 4 1] [5 ,0,1.0 +350613,350613,12,coords,c3_set_union,8.0,"[':', '!', '*', '&']",5] [8] [9 5,1,1.0 +350613,350613,12,coords,c3_set_union,9.0,"['%', '*', '&', '~']",9 2] [4 7],0,1.0 +350613,350613,12,coords,c3_set_union,10.0,"['$', '%', '>', '&']",1 8 4 2],1,1.0 +350613,350613,12,coords,c3_set_union,11.0,"['~', '&', '!', '<']",4 1],1,1.0 +350613,350613,12,coords,c3_set_union,12.0,"['$', '>', '~', '%']",4 2],1,1.0 +350613,350613,12,coords,c3_set_union,13.0,"['<', '%', '>', '!']",4,0,1.0 +350613,350613,12,coords,c3_set_union,14.0,"[':', '$', '>', '*']",3,1,1.0 +350613,350613,12,coords,c3_set_union,15.0,"['%', '(', '&', '*']",None,0,1.0 +350613,350613,12,coords,c3_set_union,16.0,"['~', '*', ':', '!']",0 5 9] [6 ,0,1.0 +350613,350613,12,coords,c3_set_union,17.0,"['>', ':', '~', '!']",1],1,1.0 +350613,350613,12,coords,c3_set_union,18.0,"['$', '(', '*', ':']",9 8],1,1.0 +350613,350613,12,coords,c3_set_union,19.0,"[':', '(', '~', '&']",3 5],1,1.0 +350613,350613,12,coords,c3_set_union,20.0,"['~', '%', '*', '!']",0 6],1,1.0 +350613,350613,12,coords,c3_set_union,21.0,"[':', '(', '<', '$']",1 6 2] [8 ,0,1.0 +350613,350613,12,coords,c3_set_union,22.0,"['!', '<', '>', ':']",1 7 8 3],1,1.0 +350613,350613,12,coords,c3_set_union,23.0,"['%', '(', '~', '<']",0],1,1.0 +350613,350613,12,coords,c3_set_union,24.0,"['%', '$', '>', '<']",3],1,1.0 +350613,350613,12,coords,c3_set_union,25.0,"['~', '$', '<', '&']",3],1,1.0 +350613,350613,12,coords,c3_set_union,26.0,"[':', '!', '$', '>']",1],0,1.0 +350613,350613,12,coords,c3_set_union,27.0,"['$', '*', '&', ':']",5 0 7 8],1,1.0 +350613,350613,12,coords,c3_set_union,28.0,"[':', '%', '&', '~']",3,0,1.0 +350613,350613,12,coords,c3_set_union,29.0,"['!', '$', '*', '&']",1 7 9] [0 ,0,1.0 +350613,350613,12,coords,c3_set_union,30.0,"['!', '*', '(', ':']",8 1 0],0,1.0 +350613,350613,12,coords,c3_set_union,31.0,"['*', '~', '&', ':']",3 2 0 8],0,1.0 +350613,350613,12,coords,c3_set_union,32.0,"[':', '~', '(', '%']",None,0,1.0 +350613,350613,12,coords,c3_set_union,33.0,"['*', '%', '<', '$']",1],1,1.0 +350613,350613,12,coords,c3_set_union,34.0,"['~', '<', '&', '(']",0 5 0 5] [,0,1.0 +350613,350613,12,coords,c3_set_union,35.0,"['%', '<', '*', '!']",2],1,1.0 +350613,350613,12,coords,c3_set_union,36.0,"['(', '~', ':', '!']",6 2],1,1.0 +350613,350613,12,coords,c3_set_union,37.0,"['$', '&', '*', '~']",5],1,1.0 +350613,350613,12,coords,c3_set_union,38.0,"[':', '(', '~', '$']",3 0],1,1.0 +350613,350613,12,coords,c3_set_union,39.0,"['&', '>', '$', '*']", ] [5] [7 5],0,1.0 +350613,350613,12,coords,c3_set_union,40.0,"['$', '!', '*', '~']",4],0,1.0 +350613,350613,12,coords,c3_set_union,41.0,"['&', '%', '$', '!']",8 4],1,1.0 +350613,350613,12,coords,c3_set_union,42.0,"['>', '$', '*', '!']",],0,1.0 +350613,350613,12,coords,c3_set_union,43.0,"[':', '*', '(', '>']",4 1 0 3],1,1.0 +350613,350613,12,coords,c3_set_union,44.0,"['$', '%', '(', ':']",6 8],1,1.0 +350613,350613,12,coords,c3_set_union,45.0,"['!', '<', ':', '$']",3 2],1,1.0 +350613,350613,12,coords,c3_set_union,46.0,"['>', '*', '&', '<']",None,0,1.0 +350613,350613,12,coords,c3_set_union,47.0,"[':', '~', '>', '*']",2 6 8] [4 ,0,1.0 +350613,350613,12,coords,c3_set_union,48.0,"['%', '(', '*', '~']",3 2],1,1.0 +350613,350613,12,coords,c3_set_union,49.0,"['(', '~', '*', '<']",8 9],1,1.0 +350613,350613,12,coords,c1_set_union,0.0,['('],1],1,1.0 +350613,350613,12,coords,c1_set_union,1.0,['('],4 9] [4] [9,0,1.0 +350613,350613,12,coords,c1_set_union,2.0,['&'],1 0] [1] [0,0,1.0 +350613,350613,12,coords,c1_set_union,3.0,['$'],6 1] [6] [1,0,1.0 +350613,350613,12,coords,c1_set_union,4.0,['>'],4],1,1.0 +350613,350613,12,coords,c1_set_union,5.0,['~'],0,1,1.0 +350613,350613,12,coords,c1_set_union,6.0,['<'],4 5] [4] [5,0,1.0 +350613,350613,12,coords,c1_set_union,7.0,['%'],0 5],0,1.0 +350613,350613,12,coords,c1_set_union,8.0,['$'],4],1,1.0 +350613,350613,12,coords,c1_set_union,9.0,['$'],8 1] [8] [1,0,1.0 +350613,350613,12,coords,c1_set_union,10.0,[':'],7 0] [7] [0,0,1.0 +350613,350613,12,coords,c1_set_union,11.0,['*'],8],1,1.0 +350613,350613,12,coords,c1_set_union,12.0,['('],0,1,1.0 +350613,350613,12,coords,c1_set_union,13.0,['<'],7],1,1.0 +350613,350613,12,coords,c1_set_union,14.0,['*'],7],1,1.0 +350613,350613,12,coords,c1_set_union,15.0,['<'],8],1,1.0 +350613,350613,12,coords,c1_set_union,16.0,[':'],3 7] [7 8],0,1.0 +350613,350613,12,coords,c1_set_union,17.0,['>'],9 7] [9] [7,0,1.0 +350613,350613,12,coords,c1_set_union,18.0,[':'],8,0,1.0 +350613,350613,12,coords,c1_set_union,19.0,['('],9 4],0,1.0 +350613,350613,12,coords,c1_set_union,20.0,[':'],5 3] [5] [3,0,1.0 +350613,350613,12,coords,c1_set_union,21.0,['~'],8 9] [8] [9,0,1.0 +350613,350613,12,coords,c1_set_union,22.0,['~'],4 2] [4] [2,0,1.0 +350613,350613,12,coords,c1_set_union,23.0,[':'],2 9] [2] [9,0,1.0 +350613,350613,12,coords,c1_set_union,24.0,['&'],6 2],0,1.0 +350613,350613,12,coords,c1_set_union,25.0,['~'],4 7] [4] [7,0,1.0 +350613,350613,12,coords,c1_set_union,26.0,['<'],3 4] [3] [4,0,1.0 +350613,350613,12,coords,c1_set_union,27.0,['>'],0],1,1.0 +350613,350613,12,coords,c1_set_union,28.0,['$'],1 3] [7] [5,0,1.0 +350613,350613,12,coords,c1_set_union,29.0,['$'],3 7] [3] [7,1,1.0 +350613,350613,12,coords,c1_set_union,30.0,['&'],9],1,1.0 +350613,350613,12,coords,c1_set_union,31.0,['!'],8 16] [8] [16,0,1.0 +350613,350613,12,coords,c1_set_union,32.0,['&'],4 1] [4] [1,0,1.0 +350613,350613,12,coords,c1_set_union,33.0,['('],7,1,1.0 +350613,350613,12,coords,c1_set_union,34.0,['!'],2],1,1.0 +350613,350613,12,coords,c1_set_union,35.0,['&'],2 0],1,1.0 +350613,350613,12,coords,c1_set_union,36.0,['~'],3],1,1.0 +350613,350613,12,coords,c1_set_union,37.0,['('],8 1] [8] [1,0,1.0 +350613,350613,12,coords,c1_set_union,38.0,['$'],4],1,1.0 +350613,350613,12,coords,c1_set_union,39.0,['('],5],1,1.0 +350613,350613,12,coords,c1_set_union,40.0,['>'],1 3] [1] [3,1,1.0 +350613,350613,12,coords,c1_set_union,41.0,[':'],1 7],1,1.0 +350613,350613,12,coords,c1_set_union,42.0,['&'],9 5] [9] [5,0,1.0 +350613,350613,12,coords,c1_set_union,43.0,['$'],4],1,1.0 +350613,350613,12,coords,c1_set_union,44.0,['!'],7,0,1.0 +350613,350613,12,coords,c1_set_union,45.0,['$'],7 4] [7] [4,1,1.0 +350613,350613,12,coords,c1_set_union,46.0,['*'],5 4],1,1.0 +350613,350613,12,coords,c1_set_union,47.0,['>'],6 4],0,1.0 +350613,350613,12,coords,c1_set_union,48.0,['~'],3,0,1.0 +350613,350613,12,coords,c1_set_union,49.0,['>'],9],1,1.0 +350613,350613,12,coords,c2_set_union,0.0,['$'],0] [0 4 0 ,0,1.0 +350613,350613,12,coords,c2_set_union,1.0,[':'],5 2],1,1.0 +350613,350613,12,coords,c2_set_union,2.0,['&'],0] [6 2 0 ,0,1.0 +350613,350613,12,coords,c2_set_union,3.0,['*'],5 3],0,1.0 +350613,350613,12,coords,c2_set_union,4.0,['!'],5 9],0,1.0 +350613,350613,12,coords,c2_set_union,5.0,['&'],2 0],0,1.0 +350613,350613,12,coords,c2_set_union,6.0,[':'],7] [7 5] [5,1,1.0 +350613,350613,12,coords,c2_set_union,7.0,['>'],7],1,1.0 +350613,350613,12,coords,c2_set_union,8.0,['>'],7 2],1,1.0 +350613,350613,12,coords,c2_set_union,9.0,['('],1 6 4],0,1.0 +350613,350613,12,coords,c2_set_union,10.0,['*'],6 9 8],0,1.0 +350613,350613,12,coords,c2_set_union,11.0,['%'],1 4],0,1.0 +350613,350613,12,coords,c2_set_union,12.0,['$'],3 5 7],0,1.0 +350613,350613,12,coords,c2_set_union,13.0,[':'],2 7 6],0,1.0 +350613,350613,12,coords,c2_set_union,14.0,['%'],4] [4 5 9 ,0,1.0 +350613,350613,12,coords,c2_set_union,15.0,['%'],1 6],0,1.0 +350613,350613,12,coords,c2_set_union,16.0,['>'],6] [6 1 4 ,0,1.0 +350613,350613,12,coords,c2_set_union,17.0,['$'],2],1,1.0 +350613,350613,12,coords,c2_set_union,18.0,['$'],4 0 8],0,1.0 +350613,350613,12,coords,c2_set_union,19.0,[':'],8 4],0,1.0 +350613,350613,12,coords,c2_set_union,20.0,['>'],8 1],0,1.0 +350613,350613,12,coords,c2_set_union,21.0,[':'],2] [2 8] [8,1,1.0 +350613,350613,12,coords,c2_set_union,22.0,['&'],5],1,1.0 +350613,350613,12,coords,c2_set_union,23.0,[':'],2],1,1.0 +350613,350613,12,coords,c2_set_union,24.0,['<'],7 4 7],0,1.0 +350613,350613,12,coords,c2_set_union,25.0,['&'],0 7],0,1.0 +350613,350613,12,coords,c2_set_union,26.0,['>'],6] [6 1] [1,1,1.0 +350613,350613,12,coords,c2_set_union,27.0,['*'],3 1 9],0,1.0 +350613,350613,12,coords,c2_set_union,28.0,['<'],5 9 6],0,1.0 +350613,350613,12,coords,c2_set_union,29.0,[':'],5 7 8],0,1.0 +350613,350613,12,coords,c2_set_union,30.0,['!'],2] [9 2 1 ,0,1.0 +350613,350613,12,coords,c2_set_union,31.0,['*'],4] [4 6 0 ,0,1.0 +350613,350613,12,coords,c2_set_union,32.0,['*'],None,0,1.0 +350613,350613,12,coords,c2_set_union,33.0,['&'],3 9],1,1.0 +350613,350613,12,coords,c2_set_union,34.0,[':'],8] [8 7] [7,1,1.0 +350613,350613,12,coords,c2_set_union,35.0,['>'],5 1 3 2],0,1.0 +350613,350613,12,coords,c2_set_union,36.0,['<'],5 7 0] [5 ,0,1.0 +350613,350613,12,coords,c2_set_union,37.0,['*'],7 8 0],0,1.0 +350613,350613,12,coords,c2_set_union,38.0,['*'],9 0] [9 0 ,0,1.0 +350613,350613,12,coords,c2_set_union,39.0,['!'],0] [0 5 7 ,0,1.0 +350613,350613,12,coords,c2_set_union,40.0,['<'],1 7],0,1.0 +350613,350613,12,coords,c2_set_union,41.0,['>'],0 9 6],0,1.0 +350613,350613,12,coords,c2_set_union,42.0,['&'],0 8 9],0,1.0 +350613,350613,12,coords,c2_set_union,43.0,['~'],3],1,1.0 +350613,350613,12,coords,c2_set_union,44.0,['&'],5 7 8],0,1.0 +350613,350613,12,coords,c2_set_union,45.0,['~'],8],1,1.0 +350613,350613,12,coords,c2_set_union,46.0,['<'],1 0 8],0,1.0 +350613,350613,12,coords,c2_set_union,47.0,['*'],3 7],1,1.0 +350613,350613,12,coords,c2_set_union,48.0,['<'],7 5],1,1.0 +350613,350613,12,coords,c2_set_union,49.0,['!'],0 3 2 1],0,1.0 +350613,350613,12,coords,AND,0.0,['('],0 9 7],1,1.0 +350613,350613,12,coords,AND,1.0,['&'],4],0,1.0 +350613,350613,12,coords,AND,2.0,['<'],7,0,1.0 +350613,350613,12,coords,AND,3.0,['<'],5] [9] [1],0,1.0 +350613,350613,12,coords,AND,4.0,['*'],5 0],0,1.0 +350613,350613,12,coords,AND,5.0,['%'],5] [1] [1],0,1.0 +350613,350613,12,coords,AND,6.0,['%'],None,0,1.0 +350613,350613,12,coords,AND,7.0,['$'],5] [4] [2],0,1.0 +350613,350613,12,coords,AND,8.0,['>'],7 2 0] [7 ,0,1.0 +350613,350613,12,coords,AND,9.0,['~'],5 1],1,1.0 +350613,350613,12,coords,AND,10.0,[':'],0,0,1.0 +350613,350613,12,coords,AND,11.0,['*'],8],1,1.0 +350613,350613,12,coords,AND,12.0,['*'],8 4 0],1,1.0 +350613,350613,12,coords,AND,13.0,['<'],7 9 1],0,1.0 +350613,350613,12,coords,AND,14.0,['$'],8 2],1,1.0 +350613,350613,12,coords,AND,15.0,['%'],3],0,1.0 +350613,350613,12,coords,AND,16.0,[':'],1 4],1,1.0 +350613,350613,12,coords,AND,17.0,['>'],5 6 1],1,1.0 +350613,350613,12,coords,AND,18.0,['('],6 1],1,1.0 +350613,350613,12,coords,AND,19.0,['>'],8],1,1.0 +350613,350613,12,coords,AND,20.0,[':'],7] [2] [9],0,1.0 +350613,350613,12,coords,AND,21.0,['%'],5 2 0],1,1.0 +350613,350613,12,coords,AND,22.0,['>'],6] [1] [1],0,1.0 +350613,350613,12,coords,AND,23.0,['*'],4] [0] [6],0,1.0 +350613,350613,12,coords,AND,24.0,['&'],2 1],1,1.0 +350613,350613,12,coords,AND,25.0,['~'],1 4],1,1.0 +350613,350613,12,coords,AND,26.0,['('],6 5 0],1,1.0 +350613,350613,12,coords,AND,27.0,['<'],6 7],1,1.0 +350613,350613,12,coords,AND,28.0,['&'],0] [3] [4],0,1.0 +350613,350613,12,coords,AND,29.0,['&'],5],1,1.0 +350613,350613,12,coords,AND,30.0,[':'],5],0,1.0 +350613,350613,12,coords,AND,31.0,['>'],9],1,1.0 +350613,350613,12,coords,AND,32.0,['~'],1,0,1.0 +350613,350613,12,coords,AND,33.0,['*'],7],1,1.0 +350613,350613,12,coords,AND,34.0,['&'],None,0,1.0 +350613,350613,12,coords,AND,35.0,['$'],0 3 5],1,1.0 +350613,350613,12,coords,AND,36.0,['&'],4],0,1.0 +350613,350613,12,coords,AND,37.0,['&'],5 8],1,1.0 +350613,350613,12,coords,AND,38.0,['$'],7],0,1.0 +350613,350613,12,coords,AND,39.0,['*'],4 8 6],1,1.0 +350613,350613,12,coords,AND,40.0,['&'],3 4],1,1.0 +350613,350613,12,coords,AND,41.0,['<'],8 2],1,1.0 +350613,350613,12,coords,AND,42.0,['%'],7] [6] [5],0,1.0 +350613,350613,12,coords,AND,43.0,['<'],4 0 3],1,1.0 +350613,350613,12,coords,AND,44.0,['&'],9] [1] [6],0,1.0 +350613,350613,12,coords,AND,45.0,['*'],6] [1] [0],0,1.0 +350613,350613,12,coords,AND,46.0,['*'],2],0,1.0 +350613,350613,12,coords,AND,47.0,['!'],6],1,1.0 +350613,350613,12,coords,AND,48.0,['%'],4 1 3],1,1.0 +350613,350613,12,coords,AND,49.0,['('],0 4],1,1.0 +350613,350613,12,coords,XOR,0.0,"['(', '!']",3 0],0,1.0 +350613,350613,12,coords,XOR,1.0,"['$', ':']",2 8],0,1.0 +350613,350613,12,coords,XOR,2.0,"['!', '(']",7 8],0,1.0 +350613,350613,12,coords,XOR,3.0,"['$', ':']",3 1],0,1.0 +350613,350613,12,coords,XOR,4.0,"['$', '!']",3 1],0,1.0 +350613,350613,12,coords,XOR,5.0,"['$', '>']",5 8],1,1.0 +350613,350613,12,coords,XOR,6.0,"['!', '*']",0 8],0,1.0 +350613,350613,12,coords,XOR,7.0,"['>', '!']",7 6] [5 7],0,1.0 +350613,350613,12,coords,XOR,8.0,"['%', '$']",3 5],0,1.0 +350613,350613,12,coords,XOR,9.0,"['(', '*']",3 1],0,1.0 +350613,350613,12,coords,XOR,10.0,"['<', ':']",0 7],1,1.0 +350613,350613,12,coords,XOR,11.0,"['%', '*']",1 9],0,1.0 +350613,350613,12,coords,XOR,12.0,"['!', '~']",8 9] [7 9],0,1.0 +350613,350613,12,coords,XOR,13.0,"['~', ':']",None,0,1.0 +350613,350613,12,coords,XOR,14.0,"['~', '>']",15 5],0,1.0 +350613,350613,12,coords,XOR,15.0,"[':', '%']",8 4],0,1.0 +350613,350613,12,coords,XOR,16.0,"[':', '(']",3 0],0,1.0 +350613,350613,12,coords,XOR,17.0,"['(', '%']",8 2],0,1.0 +350613,350613,12,coords,XOR,18.0,"['&', '%']",None,0,1.0 +350613,350613,12,coords,XOR,19.0,"['>', '(']",5 2] [8 5],0,1.0 +350613,350613,12,coords,XOR,20.0,"['%', '<']",7 0] [4 7],0,1.0 +350613,350613,12,coords,XOR,21.0,"['!', '(']",4 0],1,1.0 +350613,350613,12,coords,XOR,22.0,"['~', '$']",8 5],0,1.0 +350613,350613,12,coords,XOR,23.0,"['%', '&']",9 5],1,1.0 +350613,350613,12,coords,XOR,24.0,"['>', '%']",5 1],0,1.0 +350613,350613,12,coords,XOR,25.0,"['*', '<']",2 7],0,1.0 +350613,350613,12,coords,XOR,26.0,"['<', '$']",0 4],0,1.0 +350613,350613,12,coords,XOR,27.0,"['&', '>']",7 1],0,1.0 +350613,350613,12,coords,XOR,28.0,"['$', '%']",None,0,1.0 +350613,350613,12,coords,XOR,29.0,"['&', '<']",1 6],0,1.0 +350613,350613,12,coords,XOR,30.0,"['~', '*']",7 0],1,1.0 +350613,350613,12,coords,XOR,31.0,"['(', '$']",2 9],0,1.0 +350613,350613,12,coords,XOR,32.0,"['~', '$']",None,0,1.0 +350613,350613,12,coords,XOR,33.0,"['(', ':']",2 1] [1 0],0,1.0 +350613,350613,12,coords,XOR,34.0,"['*', '<']",4 3],1,1.0 +350613,350613,12,coords,XOR,35.0,"[':', '~']",8 6] [5 8],0,1.0 +350613,350613,12,coords,XOR,36.0,"['*', '>']",7 4],0,1.0 +350613,350613,12,coords,XOR,37.0,"[':', '!']",2 7],0,1.0 +350613,350613,12,coords,XOR,38.0,"['&', '(']",7 2],0,1.0 +350613,350613,12,coords,XOR,39.0,"['(', '~']",6 7],0,1.0 +350613,350613,12,coords,XOR,40.0,"['*', ':']",0 1],0,1.0 +350613,350613,12,coords,XOR,41.0,"['<', '!']",5 0],0,1.0 +350613,350613,12,coords,XOR,42.0,"['>', '%']",4 2],0,1.0 +350613,350613,12,coords,XOR,43.0,"['~', '&']",6 1],0,1.0 +350613,350613,12,coords,XOR,44.0,"['$', '%']",2 1],0,1.0 +350613,350613,12,coords,XOR,45.0,"['&', '!']",7 1],0,1.0 +350613,350613,12,coords,XOR,46.0,"[':', '%']",1 8] [8 1],0,1.0 +350613,350613,12,coords,XOR,47.0,"['%', ':']",3 4],0,1.0 +350613,350613,12,coords,XOR,48.0,"['~', '&']",6 2],0,1.0 +350613,350613,12,coords,XOR,49.0,"['<', '%']",2 9],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,0.0,"['*', '~', '<', '!']",0] [8] [8 0,1,1.0 +350613,350613,12,coords,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",7 1],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,2.0,"['*', '&', '(', '~']",4 0 6] [7 ,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,3.0,"['~', '%', '&', '!']",3 4],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",9 7],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,5.0,"['>', '<', ':', '(']",None,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",4 0],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,7.0,"['*', ':', '(', '&']",5 7],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",1],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,9.0,"['~', '$', '*', '(']",8 1] [0 9],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,10.0,"['~', '<', '$', ':']",5 9],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,11.0,"['(', '>', '*', '%']",3 0],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,12.0,"['>', '&', '<', '!']",8 5 0],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",9],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,14.0,"['&', '%', '~', '$']",3 1 8],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",8] [4] [9 8,1,1.0 +350613,350613,12,coords,c3_set_union_permuted,16.0,"['<', '>', '*', '%']",3 6],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",7 0],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,18.0,"[':', '(', '$', '>']",3 1 9] [5 ,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",7 6],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,20.0,"['!', ':', '&', '(']", ] [4] [4 8],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",7 2 5 3],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",0 2 9] [8 ,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,23.0,"['>', '&', '$', '!']",1 7 6],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,24.0,"['&', '$', '!', '(']",8 4] [9 2],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,25.0,"['>', ':', '(', '~']",6],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,26.0,"['*', '!', '%', '$']",1 0],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",1] [7] [1 7,1,1.0 +350613,350613,12,coords,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",8 1 4] [3 ,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",None,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",None,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",3 1 0] [8 ,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",0 1 2 6],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,33.0,"['>', ':', '!', '&']",2 7],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",2],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,35.0,"['&', '!', '%', '>']",5 1],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,36.0,"['~', '$', '<', '>']",2],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",0 6 2 5],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",8 6],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,39.0,"[':', '$', '%', '&']",6],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,40.0,"['!', '%', '$', '~']",0],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,41.0,"['%', '!', '<', ':']",0 1 4] [9 ,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,42.0,"['~', '!', '>', '$']",2 3 0] [4 ,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,43.0,"['~', ':', '!', '$']",None,0,1.0 +350613,350613,12,coords,c3_set_union_permuted,44.0,"['>', '*', '<', '$']",0],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,45.0,"['<', '!', '(', '&']",0 2 4 5],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,46.0,"['%', '(', '~', '>']",1],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",9 1 1 9],0,1.0 +350613,350613,12,coords,c3_set_union_permuted,48.0,"[':', '&', '!', '~']",5 1],1,1.0 +350613,350613,12,coords,c3_set_union_permuted,49.0,"['*', '&', '%', '>']",8],1,1.0 +350613,350613,12,coords,c2_set_union_permuted,0.0,['<'],0 2],1,1.0 +350613,350613,12,coords,c2_set_union_permuted,1.0,['<'],2],1,1.0 +350613,350613,12,coords,c2_set_union_permuted,2.0,['$'],7 8] [8 1 ,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,3.0,[':'],4 0] [0 4 ,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,4.0,[':'],2 4] [4 0 ,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,5.0,['~'],3 9],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,6.0,['>'],2 9],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,7.0,['!'],3 1] [3 8 ,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,8.0,[':'],1 0 0],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,9.0,['('],0 3 7 2],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,10.0,['('],4],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,11.0,['%'],4 6 7 5],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,12.0,['>'],2 9 5],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,13.0,['<'],2] [3 2] [3,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,14.0,['!'],4] [4 0 8 ,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,15.0,['!'],None,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,16.0,['!'],8],1,1.0 +350613,350613,12,coords,c2_set_union_permuted,17.0,['&'],8 3],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,18.0,['<'],0 3 5],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,19.0,['*'],8 16],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,20.0,['<'],1 2],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,21.0,[':'],3],1,1.0 +350613,350613,12,coords,c2_set_union_permuted,22.0,['$'],4 6] [6 4 ,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,23.0,['<'],8 3],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,24.0,['!'],5 9],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,25.0,['%'],4 1],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,26.0,[':'],0] [1 0] [1,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,27.0,['<'],1] [4 1] [4,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,28.0,['%'],2 6],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,29.0,['~'],4 1],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,30.0,['~'],2 3],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,31.0,['%'],0 3],1,1.0 +350613,350613,12,coords,c2_set_union_permuted,32.0,[':'],5 7 9 5],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,33.0,['('],1 0 3 1],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,34.0,[':'],8],1,1.0 +350613,350613,12,coords,c2_set_union_permuted,35.0,['('],4 1 2],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,36.0,['<'],3 5 8],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,37.0,['!'],2 8],1,1.0 +350613,350613,12,coords,c2_set_union_permuted,38.0,['$'], ] [2 6 3 ,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,39.0,['$'],4 3 2 1],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,40.0,['&'],0 2] [2 0 ,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,41.0,['('],4 6] [3 4 ,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,42.0,['~'],1 7],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,43.0,['&'],0 7],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,44.0,['<'],4 2 0],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,45.0,['!'],None,0,1.0 +350613,350613,12,coords,c2_set_union_permuted,46.0,['$'],0 6 1],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,47.0,['('],8 5],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,48.0,[':'],8 6],0,1.0 +350613,350613,12,coords,c2_set_union_permuted,49.0,['('],3 1],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,0.0,['%'],2 4] [2] [4,0,1.0 +350613,350613,12,coords,c1_set_union_permuted,1.0,['('],9 0],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,2.0,['*'],4,1,1.0 +350613,350613,12,coords,c1_set_union_permuted,3.0,['!'],3,1,1.0 +350613,350613,12,coords,c1_set_union_permuted,4.0,['&'],3 4],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,5.0,['*'],6 8] [6 8],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,6.0,['!'],9 8] [8 9],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,7.0,['~'],5 2],1,1.0 +350613,350613,12,coords,c1_set_union_permuted,8.0,['!'],2 4],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,9.0,['$'],1 0 5 9],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,10.0,['~'],6,1,1.0 +350613,350613,12,coords,c1_set_union_permuted,11.0,[':'],5 9 8] [8 ,0,1.0 +350613,350613,12,coords,c1_set_union_permuted,12.0,['!'],4,1,1.0 +350613,350613,12,coords,c1_set_union_permuted,13.0,[':'],6 3] [6] [3,0,1.0 +350613,350613,12,coords,c1_set_union_permuted,14.0,['<'],6 8] [8] [6,0,1.0 +350613,350613,12,coords,c1_set_union_permuted,15.0,['*'],1 3 7],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,16.0,['%'],7 2],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,17.0,['!'],5 3] [3] [3,0,1.0 +350613,350613,12,coords,c1_set_union_permuted,18.0,['('],1 4 9] [9 ,0,1.0 +350613,350613,12,coords,c1_set_union_permuted,19.0,['$'],1 5],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,20.0,['&'],8 7],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,21.0,['!'],1],1,1.0 +350613,350613,12,coords,c1_set_union_permuted,22.0,[':'],7 1 3 0] [,0,1.0 +350613,350613,12,coords,c1_set_union_permuted,23.0,['~'],4 1],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,24.0,['>'],1 0],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,25.0,['!'],8 2 6],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,26.0,['$'],4,1,1.0 +350613,350613,12,coords,c1_set_union_permuted,27.0,['$'],8 0 2],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,28.0,['&'],0 2] [2 0],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,29.0,['~'],4 3 7],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,30.0,['~'],1 9],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,31.0,['('],7],1,1.0 +350613,350613,12,coords,c1_set_union_permuted,32.0,['('],7 4] [5] [4,1,1.0 +350613,350613,12,coords,c1_set_union_permuted,33.0,['('],4 9] [9] [4,0,1.0 +350613,350613,12,coords,c1_set_union_permuted,34.0,['$'],2],1,1.0 +350613,350613,12,coords,c1_set_union_permuted,35.0,['*'],1 4] [1 7],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,36.0,['<'],5],1,1.0 +350613,350613,12,coords,c1_set_union_permuted,37.0,['%'],1,1,1.0 +350613,350613,12,coords,c1_set_union_permuted,38.0,['%'],8],1,1.0 +350613,350613,12,coords,c1_set_union_permuted,39.0,['!'],1],1,1.0 +350613,350613,12,coords,c1_set_union_permuted,40.0,[':'],9 3 6] [3 ,0,1.0 +350613,350613,12,coords,c1_set_union_permuted,41.0,['%'],0 7],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,42.0,['('],0 8],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,43.0,['!'],0 3],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,44.0,['>'],9,1,1.0 +350613,350613,12,coords,c1_set_union_permuted,45.0,['>'],6 2],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,46.0,['*'],7,0,1.0 +350613,350613,12,coords,c1_set_union_permuted,47.0,['<'],1 8],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,48.0,['%'],5 2 1],0,1.0 +350613,350613,12,coords,c1_set_union_permuted,49.0,[':'],2 1] [2] [1,0,1.0 +350613,350613,12,coords,XOR_permuted,0.0,"['(', '%']",0 7],0,1.0 +350613,350613,12,coords,XOR_permuted,1.0,"[':', '(']",4 3],1,1.0 +350613,350613,12,coords,XOR_permuted,2.0,"['&', '>']",1 3],0,1.0 +350613,350613,12,coords,XOR_permuted,3.0,"['~', '%']",6 5],0,1.0 +350613,350613,12,coords,XOR_permuted,4.0,"['!', '~']",0 9],0,1.0 +350613,350613,12,coords,XOR_permuted,5.0,"['<', '~']",1 2],0,1.0 +350613,350613,12,coords,XOR_permuted,6.0,"['!', '$']",7 0] [8 4],0,1.0 +350613,350613,12,coords,XOR_permuted,7.0,"['%', ':']",1 5],0,1.0 +350613,350613,12,coords,XOR_permuted,8.0,"['&', '(']",6 7],0,1.0 +350613,350613,12,coords,XOR_permuted,9.0,"[':', '!']",None,0,1.0 +350613,350613,12,coords,XOR_permuted,10.0,"['$', '~']",2 0],0,1.0 +350613,350613,12,coords,XOR_permuted,11.0,"['%', '>']",1 5],0,1.0 +350613,350613,12,coords,XOR_permuted,12.0,"['%', '$']",8 0],1,1.0 +350613,350613,12,coords,XOR_permuted,13.0,"['!', '~']",1 2],0,1.0 +350613,350613,12,coords,XOR_permuted,14.0,"['&', '!']",5 8],0,1.0 +350613,350613,12,coords,XOR_permuted,15.0,"['%', '>']",7 2],0,1.0 +350613,350613,12,coords,XOR_permuted,16.0,"['>', ':']",3 3],0,1.0 +350613,350613,12,coords,XOR_permuted,17.0,"['~', '*']",9 7],0,1.0 +350613,350613,12,coords,XOR_permuted,18.0,"['>', ':']",6 8],0,1.0 +350613,350613,12,coords,XOR_permuted,19.0,"['%', '$']",4 5],0,1.0 +350613,350613,12,coords,XOR_permuted,20.0,"['%', '*']",8 1],0,1.0 +350613,350613,12,coords,XOR_permuted,21.0,"['~', '<']",4 9] [1 8],0,1.0 +350613,350613,12,coords,XOR_permuted,22.0,"['%', '!']",5 5],0,1.0 +350613,350613,12,coords,XOR_permuted,23.0,"['%', '$']",None,0,1.0 +350613,350613,12,coords,XOR_permuted,24.0,"[':', '%']",8 2],0,1.0 +350613,350613,12,coords,XOR_permuted,25.0,"['*', ':']",7 8] [8 4],0,1.0 +350613,350613,12,coords,XOR_permuted,26.0,"['!', '$']",2 8],0,1.0 +350613,350613,12,coords,XOR_permuted,27.0,"['*', '$']",3 5],0,1.0 +350613,350613,12,coords,XOR_permuted,28.0,"['!', '>']",2 9],1,1.0 +350613,350613,12,coords,XOR_permuted,29.0,"['$', '%']",None,0,1.0 +350613,350613,12,coords,XOR_permuted,30.0,"['*', '<']",3 8],0,1.0 +350613,350613,12,coords,XOR_permuted,31.0,"['*', '~']",4 1],0,1.0 +350613,350613,12,coords,XOR_permuted,32.0,"['%', '*']",7 9],1,1.0 +350613,350613,12,coords,XOR_permuted,33.0,"['<', '>']",7 0],0,1.0 +350613,350613,12,coords,XOR_permuted,34.0,"['!', '<']",2 2],0,1.0 +350613,350613,12,coords,XOR_permuted,35.0,"['~', '%']",2 5],1,1.0 +350613,350613,12,coords,XOR_permuted,36.0,"['~', '%']",5 3] [3 5],1,1.0 +350613,350613,12,coords,XOR_permuted,37.0,"['(', '<']",2 9] [16 2],0,1.0 +350613,350613,12,coords,XOR_permuted,38.0,"[':', '$']",6 8],0,1.0 +350613,350613,12,coords,XOR_permuted,39.0,"['~', '>']",5 7],1,1.0 +350613,350613,12,coords,XOR_permuted,40.0,"['$', '!']",3 7],1,1.0 +350613,350613,12,coords,XOR_permuted,41.0,"['>', '~']",9 1],0,1.0 +350613,350613,12,coords,XOR_permuted,42.0,"[':', '$']",0 8],0,1.0 +350613,350613,12,coords,XOR_permuted,43.0,"['>', '%']",8 1] [7 1],1,1.0 +350613,350613,12,coords,XOR_permuted,44.0,"['*', '&']",9 4],0,1.0 +350613,350613,12,coords,XOR_permuted,45.0,"['!', '<']",1 5],0,1.0 +350613,350613,12,coords,XOR_permuted,46.0,"['*', '%']",1 6],1,1.0 +350613,350613,12,coords,XOR_permuted,47.0,"['*', '%']",4 2],1,1.0 +350613,350613,12,coords,XOR_permuted,48.0,"['%', '&']",7 6] [6 7],0,1.0 +350613,350613,12,coords,XOR_permuted,49.0,"['<', '&']",7 4],1,1.0 +350613,350613,12,num,row_constant,0.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,1.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,2.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,3.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,4.0,[6],6],1,1.0 +350613,350613,12,num,row_constant,5.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,6.0,[5],5],1,1.0 +350613,350613,12,num,row_constant,7.0,[9],9],1,1.0 +350613,350613,12,num,row_constant,8.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,9.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,10.0,[8],8],1,1.0 +350613,350613,12,num,row_constant,11.0,[9],9],1,1.0 +350613,350613,12,num,row_constant,12.0,[0],0],1,1.0 +350613,350613,12,num,row_constant,13.0,[0],0],1,1.0 +350613,350613,12,num,row_constant,14.0,[1],1],1,1.0 +350613,350613,12,num,row_constant,15.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,16.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,17.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,18.0,[0],0],1,1.0 +350613,350613,12,num,row_constant,19.0,[5],5],1,1.0 +350613,350613,12,num,row_constant,20.0,[0],0],1,1.0 +350613,350613,12,num,row_constant,21.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,22.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,23.0,[9],9],1,1.0 +350613,350613,12,num,row_constant,24.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,25.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,26.0,[5],5],1,1.0 +350613,350613,12,num,row_constant,27.0,[9],9],1,1.0 +350613,350613,12,num,row_constant,28.0,[6],6],1,1.0 +350613,350613,12,num,row_constant,29.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,30.0,[6],6],1,1.0 +350613,350613,12,num,row_constant,31.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,32.0,[2],2],1,1.0 +350613,350613,12,num,row_constant,33.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,34.0,[6],6],1,1.0 +350613,350613,12,num,row_constant,35.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,36.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,37.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,38.0,[0],0],1,1.0 +350613,350613,12,num,row_constant,39.0,[9],9],1,1.0 +350613,350613,12,num,row_constant,40.0,[0],0],1,1.0 +350613,350613,12,num,row_constant,41.0,[6],6],1,1.0 +350613,350613,12,num,row_constant,42.0,[1],1],1,1.0 +350613,350613,12,num,row_constant,43.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,44.0,[5],5],1,1.0 +350613,350613,12,num,row_constant,45.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,46.0,[2],2],1,1.0 +350613,350613,12,num,row_constant,47.0,[8],8],1,1.0 +350613,350613,12,num,row_constant,48.0,[8],8],1,1.0 +350613,350613,12,num,row_constant,49.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,50.0,[1],1],1,1.0 +350613,350613,12,num,row_constant,51.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,52.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,53.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,54.0,[9],9],1,1.0 +350613,350613,12,num,row_constant,55.0,[0],0],1,1.0 +350613,350613,12,num,row_constant,56.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,57.0,[0],0],1,1.0 +350613,350613,12,num,row_constant,58.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,59.0,[5],5],1,1.0 +350613,350613,12,num,row_constant,60.0,[1],1],1,1.0 +350613,350613,12,num,row_constant,61.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,62.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,63.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,64.0,[1],1],1,1.0 +350613,350613,12,num,row_constant,65.0,[4],4,1,1.0 +350613,350613,12,num,row_constant,66.0,[8],8],1,1.0 +350613,350613,12,num,row_constant,67.0,[5],5],1,1.0 +350613,350613,12,num,row_constant,68.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,69.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,70.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,71.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,72.0,[1],1],1,1.0 +350613,350613,12,num,row_constant,73.0,[6],6,1,1.0 +350613,350613,12,num,row_constant,74.0,[5],5],1,1.0 +350613,350613,12,num,row_constant,75.0,[0],0],1,1.0 +350613,350613,12,num,row_constant,76.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,77.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,78.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,79.0,[2],2],1,1.0 +350613,350613,12,num,row_constant,80.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,81.0,[2],2],1,1.0 +350613,350613,12,num,row_constant,82.0,[9],9],1,1.0 +350613,350613,12,num,row_constant,83.0,[8],8],1,1.0 +350613,350613,12,num,row_constant,84.0,[5],5],1,1.0 +350613,350613,12,num,row_constant,85.0,[2],2],1,1.0 +350613,350613,12,num,row_constant,86.0,[4],4],1,1.0 +350613,350613,12,num,row_constant,87.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,88.0,[0],0],1,1.0 +350613,350613,12,num,row_constant,89.0,[3],3],1,1.0 +350613,350613,12,num,row_constant,90.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,91.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,92.0,[1],1],1,1.0 +350613,350613,12,num,row_constant,93.0,[7],7],1,1.0 +350613,350613,12,num,row_constant,94.0,[2],2],1,1.0 +350613,350613,12,num,row_constant,95.0,[6],6],1,1.0 +350613,350613,12,num,row_constant,96.0,[6],6],1,1.0 +350613,350613,12,num,row_constant,97.0,[2],2],1,1.0 +350613,350613,12,num,row_constant,98.0,[8],8],1,1.0 +350613,350613,12,num,row_constant,99.0,[6],6],1,1.0 +350613,350613,12,num,col_constant,0.0,[6],6,1,1.0 +350613,350613,12,num,col_constant,1.0,[9],9],1,1.0 +350613,350613,12,num,col_constant,2.0,[9],9,1,1.0 +350613,350613,12,num,col_constant,3.0,[8],8,1,1.0 +350613,350613,12,num,col_constant,4.0,[7],7],1,1.0 +350613,350613,12,num,col_constant,5.0,[8],8,1,1.0 +350613,350613,12,num,col_constant,6.0,[3],3,1,1.0 +350613,350613,12,num,col_constant,7.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,8.0,[4],4,1,1.0 +350613,350613,12,num,col_constant,9.0,[4],4,1,1.0 +350613,350613,12,num,col_constant,10.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,11.0,[8],8,1,1.0 +350613,350613,12,num,col_constant,12.0,[0],0],1,1.0 +350613,350613,12,num,col_constant,13.0,[1],1],1,1.0 +350613,350613,12,num,col_constant,14.0,[3],3,1,1.0 +350613,350613,12,num,col_constant,15.0,[6],6,1,1.0 +350613,350613,12,num,col_constant,16.0,[7],7,1,1.0 +350613,350613,12,num,col_constant,17.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,18.0,[4],4,1,1.0 +350613,350613,12,num,col_constant,19.0,[2],2,1,1.0 +350613,350613,12,num,col_constant,20.0,[6],6],1,1.0 +350613,350613,12,num,col_constant,21.0,[6],6,1,1.0 +350613,350613,12,num,col_constant,22.0,[9],9],1,1.0 +350613,350613,12,num,col_constant,23.0,[0],0],1,1.0 +350613,350613,12,num,col_constant,24.0,[5],5],1,1.0 +350613,350613,12,num,col_constant,25.0,[2],2,1,1.0 +350613,350613,12,num,col_constant,26.0,[9],9],1,1.0 +350613,350613,12,num,col_constant,27.0,[6],6],1,1.0 +350613,350613,12,num,col_constant,28.0,[9],9],1,1.0 +350613,350613,12,num,col_constant,29.0,[3],3],1,1.0 +350613,350613,12,num,col_constant,30.0,[6],6,1,1.0 +350613,350613,12,num,col_constant,31.0,[8],8,1,1.0 +350613,350613,12,num,col_constant,32.0,[4],4],1,1.0 +350613,350613,12,num,col_constant,33.0,[0],0,1,1.0 +350613,350613,12,num,col_constant,34.0,[3],3,1,1.0 +350613,350613,12,num,col_constant,35.0,[3],3,1,1.0 +350613,350613,12,num,col_constant,36.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,37.0,[2],2,1,1.0 +350613,350613,12,num,col_constant,38.0,[2],2],1,1.0 +350613,350613,12,num,col_constant,39.0,[3],3],1,1.0 +350613,350613,12,num,col_constant,40.0,[2],2,1,1.0 +350613,350613,12,num,col_constant,41.0,[3],3,1,1.0 +350613,350613,12,num,col_constant,42.0,[3],3,1,1.0 +350613,350613,12,num,col_constant,43.0,[0],0,1,1.0 +350613,350613,12,num,col_constant,44.0,[6],6],1,1.0 +350613,350613,12,num,col_constant,45.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,46.0,[7],7,1,1.0 +350613,350613,12,num,col_constant,47.0,[0],0],1,1.0 +350613,350613,12,num,col_constant,48.0,[8],8],1,1.0 +350613,350613,12,num,col_constant,49.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,50.0,[7],7,1,1.0 +350613,350613,12,num,col_constant,51.0,[7],7],1,1.0 +350613,350613,12,num,col_constant,52.0,[8],8,1,1.0 +350613,350613,12,num,col_constant,53.0,[2],2,1,1.0 +350613,350613,12,num,col_constant,54.0,[0],0,1,1.0 +350613,350613,12,num,col_constant,55.0,[0],0,1,1.0 +350613,350613,12,num,col_constant,56.0,[6],6],1,1.0 +350613,350613,12,num,col_constant,57.0,[6],6,1,1.0 +350613,350613,12,num,col_constant,58.0,[0],0],1,1.0 +350613,350613,12,num,col_constant,59.0,[2],2,1,1.0 +350613,350613,12,num,col_constant,60.0,[3],3,1,1.0 +350613,350613,12,num,col_constant,61.0,[4],4,1,1.0 +350613,350613,12,num,col_constant,62.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,63.0,[1],1,1,1.0 +350613,350613,12,num,col_constant,64.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,65.0,[2],2,1,1.0 +350613,350613,12,num,col_constant,66.0,[0],0,1,1.0 +350613,350613,12,num,col_constant,67.0,[7],7,1,1.0 +350613,350613,12,num,col_constant,68.0,[4],4,1,1.0 +350613,350613,12,num,col_constant,69.0,[4],4],1,1.0 +350613,350613,12,num,col_constant,70.0,[8],8],1,1.0 +350613,350613,12,num,col_constant,71.0,[2],2],1,1.0 +350613,350613,12,num,col_constant,72.0,[6],6],1,1.0 +350613,350613,12,num,col_constant,73.0,[4],4,1,1.0 +350613,350613,12,num,col_constant,74.0,[8],8],1,1.0 +350613,350613,12,num,col_constant,75.0,[3],3,1,1.0 +350613,350613,12,num,col_constant,76.0,[1],1,1,1.0 +350613,350613,12,num,col_constant,77.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,78.0,[7],7,1,1.0 +350613,350613,12,num,col_constant,79.0,[9],9,1,1.0 +350613,350613,12,num,col_constant,80.0,[5],5],1,1.0 +350613,350613,12,num,col_constant,81.0,[6],6,1,1.0 +350613,350613,12,num,col_constant,82.0,[8],8,1,1.0 +350613,350613,12,num,col_constant,83.0,[9],9],1,1.0 +350613,350613,12,num,col_constant,84.0,[3],3],1,1.0 +350613,350613,12,num,col_constant,85.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,86.0,[5],5],1,1.0 +350613,350613,12,num,col_constant,87.0,[6],6],1,1.0 +350613,350613,12,num,col_constant,88.0,[1],1],1,1.0 +350613,350613,12,num,col_constant,89.0,[6],6,1,1.0 +350613,350613,12,num,col_constant,90.0,[3],3],1,1.0 +350613,350613,12,num,col_constant,91.0,[3],3,1,1.0 +350613,350613,12,num,col_constant,92.0,[0],0,1,1.0 +350613,350613,12,num,col_constant,93.0,[6],6,1,1.0 +350613,350613,12,num,col_constant,94.0,[6],6,1,1.0 +350613,350613,12,num,col_constant,95.0,[3],3],1,1.0 +350613,350613,12,num,col_constant,96.0,[1],1],1,1.0 +350613,350613,12,num,col_constant,97.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,98.0,[5],5,1,1.0 +350613,350613,12,num,col_constant,99.0,[2],2,1,1.0 +350613,350613,12,num,dist3_diag1,0.0,[2],2],1,1.0 +350613,350613,12,num,dist3_diag1,1.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag1,2.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag1,3.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,4.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,5.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,6.0,[2],2],1,1.0 +350613,350613,12,num,dist3_diag1,7.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,8.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag1,9.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,10.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag1,11.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,12.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,13.0,[2],2],1,1.0 +350613,350613,12,num,dist3_diag1,14.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,15.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag1,16.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,17.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,18.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,19.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,20.0,[7],7,1,1.0 +350613,350613,12,num,dist3_diag1,21.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag1,22.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag1,23.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag1,24.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag1,25.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag1,26.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag1,27.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,28.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,29.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,30.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag1,31.0,[2],2],1,1.0 +350613,350613,12,num,dist3_diag1,32.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,33.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,34.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,35.0,[9],9,1,1.0 +350613,350613,12,num,dist3_diag1,36.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,37.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,38.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag1,39.0,[1],1],1,1.0 +350613,350613,12,num,dist3_diag1,40.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag1,41.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag1,42.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,43.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,44.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag1,45.0,[1],1],1,1.0 +350613,350613,12,num,dist3_diag1,46.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,47.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag1,48.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,49.0,[2],2],1,1.0 +350613,350613,12,num,dist3_diag1,50.0,[6],6,1,1.0 +350613,350613,12,num,dist3_diag1,51.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,52.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag1,53.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag1,54.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag1,55.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag1,56.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,57.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,58.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,59.0,[1],1],1,1.0 +350613,350613,12,num,dist3_diag1,60.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,61.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag1,62.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,63.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,64.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag1,65.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,66.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,67.0,[9],9,1,1.0 +350613,350613,12,num,dist3_diag1,68.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag1,69.0,[1],1],1,1.0 +350613,350613,12,num,dist3_diag1,70.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag1,71.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag1,72.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag1,73.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,74.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,75.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,76.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,77.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,78.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag1,79.0,[2],2],1,1.0 +350613,350613,12,num,dist3_diag1,80.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,81.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,82.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag1,83.0,[9],9,1,1.0 +350613,350613,12,num,dist3_diag1,84.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,85.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag1,86.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,87.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,88.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,89.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,90.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag1,91.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag1,92.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag1,93.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,94.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag1,95.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag1,96.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,97.0,[9],9,1,1.0 +350613,350613,12,num,dist3_diag1,98.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag1,99.0,[8],8,1,1.0 +350613,350613,12,num,dist3_diag2,0.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag2,1.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,2.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,3.0,[4],4,1,1.0 +350613,350613,12,num,dist3_diag2,4.0,[2],2,1,1.0 +350613,350613,12,num,dist3_diag2,5.0,[8],8,1,1.0 +350613,350613,12,num,dist3_diag2,6.0,[4],4,1,1.0 +350613,350613,12,num,dist3_diag2,7.0,[4],4,1,1.0 +350613,350613,12,num,dist3_diag2,8.0,[9],9,1,1.0 +350613,350613,12,num,dist3_diag2,9.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,10.0,[7],7,1,1.0 +350613,350613,12,num,dist3_diag2,11.0,[1],1],1,1.0 +350613,350613,12,num,dist3_diag2,12.0,[1],1],1,1.0 +350613,350613,12,num,dist3_diag2,13.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag2,14.0,[3],3,1,1.0 +350613,350613,12,num,dist3_diag2,15.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag2,16.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,17.0,[5],5,1,1.0 +350613,350613,12,num,dist3_diag2,18.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,19.0,[7],7,1,1.0 +350613,350613,12,num,dist3_diag2,20.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag2,21.0,[1],1],1,1.0 +350613,350613,12,num,dist3_diag2,22.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag2,23.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag2,24.0,[6],6,1,1.0 +350613,350613,12,num,dist3_diag2,25.0,[3],3,1,1.0 +350613,350613,12,num,dist3_diag2,26.0,[4],4,1,1.0 +350613,350613,12,num,dist3_diag2,27.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag2,28.0,[6],6,1,1.0 +350613,350613,12,num,dist3_diag2,29.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag2,30.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag2,31.0,[2],2],1,1.0 +350613,350613,12,num,dist3_diag2,32.0,[3],3,1,1.0 +350613,350613,12,num,dist3_diag2,33.0,[3],3,1,1.0 +350613,350613,12,num,dist3_diag2,34.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag2,35.0,[8],8,1,1.0 +350613,350613,12,num,dist3_diag2,36.0,[6],6,1,1.0 +350613,350613,12,num,dist3_diag2,37.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag2,38.0,[7],7,1,1.0 +350613,350613,12,num,dist3_diag2,39.0,[4],4,1,1.0 +350613,350613,12,num,dist3_diag2,40.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag2,41.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag2,42.0,[2],2,1,1.0 +350613,350613,12,num,dist3_diag2,43.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag2,44.0,[2],2,1,1.0 +350613,350613,12,num,dist3_diag2,45.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag2,46.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,47.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,48.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag2,49.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag2,50.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,51.0,[2],2],1,1.0 +350613,350613,12,num,dist3_diag2,52.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag2,53.0,[2],2,1,1.0 +350613,350613,12,num,dist3_diag2,54.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,55.0,[3],3,1,1.0 +350613,350613,12,num,dist3_diag2,56.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,57.0,[8],8],1,1.0 +350613,350613,12,num,dist3_diag2,58.0,[3],3,1,1.0 +350613,350613,12,num,dist3_diag2,59.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag2,60.0,[1],1],1,1.0 +350613,350613,12,num,dist3_diag2,61.0,[3],3,1,1.0 +350613,350613,12,num,dist3_diag2,62.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag2,63.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag2,64.0,[5],5,1,1.0 +350613,350613,12,num,dist3_diag2,65.0,[4],4,1,1.0 +350613,350613,12,num,dist3_diag2,66.0,[3],3,1,1.0 +350613,350613,12,num,dist3_diag2,67.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag2,68.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag2,69.0,[8],8,1,1.0 +350613,350613,12,num,dist3_diag2,70.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag2,71.0,[6],6,1,1.0 +350613,350613,12,num,dist3_diag2,72.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,73.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag2,74.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag2,75.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag2,76.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag2,77.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag2,78.0,[7],7,1,1.0 +350613,350613,12,num,dist3_diag2,79.0,[0],0,1,1.0 +350613,350613,12,num,dist3_diag2,80.0,[9],9],1,1.0 +350613,350613,12,num,dist3_diag2,81.0,[7],7,1,1.0 +350613,350613,12,num,dist3_diag2,82.0,[7],7],1,1.0 +350613,350613,12,num,dist3_diag2,83.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag2,84.0,[4],4,1,1.0 +350613,350613,12,num,dist3_diag2,85.0,[5],5],1,1.0 +350613,350613,12,num,dist3_diag2,86.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag2,87.0,[3],3,1,1.0 +350613,350613,12,num,dist3_diag2,88.0,[5],5,1,1.0 +350613,350613,12,num,dist3_diag2,89.0,[6],6,1,1.0 +350613,350613,12,num,dist3_diag2,90.0,[0],0],1,1.0 +350613,350613,12,num,dist3_diag2,91.0,[0],0,1,1.0 +350613,350613,12,num,dist3_diag2,92.0,[3],3],1,1.0 +350613,350613,12,num,dist3_diag2,93.0,[1],1,1,1.0 +350613,350613,12,num,dist3_diag2,94.0,[4],4],1,1.0 +350613,350613,12,num,dist3_diag2,95.0,[4],4,1,1.0 +350613,350613,12,num,dist3_diag2,96.0,[6],6],1,1.0 +350613,350613,12,num,dist3_diag2,97.0,[4],4,1,1.0 +350613,350613,12,num,dist3_diag2,98.0,[5],5,1,1.0 +350613,350613,12,num,dist3_diag2,99.0,[0],0],1,1.0 +350613,350613,12,num,prog_size1,0.0,[4],4],1,1.0 +350613,350613,12,num,prog_size1,1.0,[5],5],1,1.0 +350613,350613,12,num,prog_size1,2.0,[6],6],1,1.0 +350613,350613,12,num,prog_size1,3.0,[7],7],1,1.0 +350613,350613,12,num,prog_size1,4.0,[8],8,1,1.0 +350613,350613,12,num,prog_size1,5.0,[9],9],1,1.0 +350613,350613,12,num,prog_size1,6.0,[0],0],1,1.0 +350613,350613,12,num,prog_size1,7.0,[1],1],1,1.0 +350613,350613,12,num,prog_size1,8.0,[2],2],1,1.0 +350613,350613,12,num,prog_size1,9.0,[3],3],1,1.0 +350613,350613,12,num,prog_size1,10.0,[4],4],1,1.0 +350613,350613,12,num,prog_size1,11.0,[5],5],1,1.0 +350613,350613,12,num,prog_size2,0.0,[8],8],1,1.0 +350613,350613,12,num,prog_size2,1.0,[9],9],1,1.0 +350613,350613,12,num,prog_size2,2.0,[0],0],1,1.0 +350613,350613,12,num,prog_size2,3.0,[1],1],1,1.0 +350613,350613,12,num,two_rule_comb0,0.0,[6 9],6 9],1,1.0 +350613,350613,12,num,two_rule_comb0,1.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb0,2.0,[2 4],2 4],1,1.0 +350613,350613,12,num,two_rule_comb0,3.0,[2 0],2 0],1,1.0 +350613,350613,12,num,two_rule_comb0,4.0,[9 2],9 2],1,1.0 +350613,350613,12,num,two_rule_comb0,5.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb0,6.0,[1 9],1 9],1,1.0 +350613,350613,12,num,two_rule_comb0,7.0,[1 7],1 7],1,1.0 +350613,350613,12,num,two_rule_comb0,8.0,[7 3],7 3],1,1.0 +350613,350613,12,num,two_rule_comb0,9.0,[9 0],9 0],1,1.0 +350613,350613,12,num,two_rule_comb0,10.0,[7 2],7 2],1,1.0 +350613,350613,12,num,two_rule_comb0,11.0,[1 6],1 6],1,1.0 +350613,350613,12,num,two_rule_comb0,12.0,[7 4],7 4],1,1.0 +350613,350613,12,num,two_rule_comb0,13.0,[9 7],9 7],1,1.0 +350613,350613,12,num,two_rule_comb0,14.0,[0 0],0 0],1,1.0 +350613,350613,12,num,two_rule_comb0,15.0,[3 7],3 7],1,1.0 +350613,350613,12,num,two_rule_comb0,16.0,[7 3],7 3],1,1.0 +350613,350613,12,num,two_rule_comb0,17.0,[9 0],9 0],1,1.0 +350613,350613,12,num,two_rule_comb0,18.0,[7 2],7 2],1,1.0 +350613,350613,12,num,two_rule_comb0,19.0,[2 6],2 6],1,1.0 +350613,350613,12,num,two_rule_comb0,20.0,[5 5],5 5],1,1.0 +350613,350613,12,num,two_rule_comb0,21.0,[8 5],8 5],1,1.0 +350613,350613,12,num,two_rule_comb0,22.0,[6 4],6 4],1,1.0 +350613,350613,12,num,two_rule_comb0,23.0,[6 8],6 8],1,1.0 +350613,350613,12,num,two_rule_comb0,24.0,[7 1],7 1],1,1.0 +350613,350613,12,num,two_rule_comb0,25.0,[5 1],5 1],1,1.0 +350613,350613,12,num,two_rule_comb0,26.0,[6 8],6 8],1,1.0 +350613,350613,12,num,two_rule_comb0,27.0,[7 7],7 7],1,1.0 +350613,350613,12,num,two_rule_comb0,28.0,[7 1],7 1],1,1.0 +350613,350613,12,num,two_rule_comb0,29.0,[0 2],0 2],1,1.0 +350613,350613,12,num,two_rule_comb0,30.0,[9 4],9 4],1,1.0 +350613,350613,12,num,two_rule_comb0,31.0,[4 5],4 5],1,1.0 +350613,350613,12,num,two_rule_comb0,32.0,[3 3],3 3],1,1.0 +350613,350613,12,num,two_rule_comb0,33.0,[7 9],7 9],1,1.0 +350613,350613,12,num,two_rule_comb0,34.0,[4 2],4 2],1,1.0 +350613,350613,12,num,two_rule_comb0,35.0,[8 9],8 9],1,1.0 +350613,350613,12,num,two_rule_comb0,36.0,[6 5],6 5],1,1.0 +350613,350613,12,num,two_rule_comb0,37.0,[1 5],1 5],1,1.0 +350613,350613,12,num,two_rule_comb0,38.0,[3 6],3 6],1,1.0 +350613,350613,12,num,two_rule_comb0,39.0,[5 9],5 9],1,1.0 +350613,350613,12,num,two_rule_comb0,40.0,[5 6],5 6],1,1.0 +350613,350613,12,num,two_rule_comb0,41.0,[1 2],1 2],1,1.0 +350613,350613,12,num,two_rule_comb0,42.0,[1 7],1 7],1,1.0 +350613,350613,12,num,two_rule_comb0,43.0,[8 0],8 0],1,1.0 +350613,350613,12,num,two_rule_comb0,44.0,[3 2],3 2],1,1.0 +350613,350613,12,num,two_rule_comb0,45.0,[7 4],7 4],1,1.0 +350613,350613,12,num,two_rule_comb0,46.0,[9 6],None,0,1.0 +350613,350613,12,num,two_rule_comb0,47.0,[4 2],4 2],1,1.0 +350613,350613,12,num,two_rule_comb0,48.0,[6 4],6 4],1,1.0 +350613,350613,12,num,two_rule_comb0,49.0,[8 9],8 9],1,1.0 +350613,350613,12,num,two_rule_comb0,50.0,[2 0],2 0],1,1.0 +350613,350613,12,num,two_rule_comb0,51.0,[7 5],7 5],1,1.0 +350613,350613,12,num,two_rule_comb0,52.0,[2 3],2 3],1,1.0 +350613,350613,12,num,two_rule_comb0,53.0,[3 5],3 5],1,1.0 +350613,350613,12,num,two_rule_comb0,54.0,[0 7],0 7],1,1.0 +350613,350613,12,num,two_rule_comb0,55.0,[1 6],1 6],1,1.0 +350613,350613,12,num,two_rule_comb0,56.0,[7 1],7 1],1,1.0 +350613,350613,12,num,two_rule_comb0,57.0,[6 8],6 8],1,1.0 +350613,350613,12,num,two_rule_comb0,58.0,[8 0],8 0],1,1.0 +350613,350613,12,num,two_rule_comb0,59.0,[3 0],3 0],1,1.0 +350613,350613,12,num,two_rule_comb0,60.0,[3 0],3 0],1,1.0 +350613,350613,12,num,two_rule_comb0,61.0,[2 3],2 3],1,1.0 +350613,350613,12,num,two_rule_comb0,62.0,[6 3],6 3],1,1.0 +350613,350613,12,num,two_rule_comb0,63.0,[0 8],0 8],1,1.0 +350613,350613,12,num,two_rule_comb0,64.0,[9 7],None,0,1.0 +350613,350613,12,num,two_rule_comb0,65.0,[5 4],5 4],1,1.0 +350613,350613,12,num,two_rule_comb0,66.0,[2 6],2 6],1,1.0 +350613,350613,12,num,two_rule_comb0,67.0,[0 8],0 8],1,1.0 +350613,350613,12,num,two_rule_comb0,68.0,[8 0],8 0],1,1.0 +350613,350613,12,num,two_rule_comb0,69.0,[6 1],6 1],1,1.0 +350613,350613,12,num,two_rule_comb0,70.0,[4 6],4 6],1,1.0 +350613,350613,12,num,two_rule_comb0,71.0,[9 0],9 0],1,1.0 +350613,350613,12,num,two_rule_comb0,72.0,[3 2],3 2],1,1.0 +350613,350613,12,num,two_rule_comb0,73.0,[3 5],3 5],1,1.0 +350613,350613,12,num,two_rule_comb0,74.0,[0 5],0 5],1,1.0 +350613,350613,12,num,two_rule_comb0,75.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb0,76.0,[1 9],1 9],1,1.0 +350613,350613,12,num,two_rule_comb0,77.0,[1 7],1 7],1,1.0 +350613,350613,12,num,two_rule_comb0,78.0,[0 1],0 1],1,1.0 +350613,350613,12,num,two_rule_comb0,79.0,[7 7],7 7],1,1.0 +350613,350613,12,num,two_rule_comb0,80.0,[2 5],2 5],1,1.0 +350613,350613,12,num,two_rule_comb0,81.0,[3 5],3 5],1,1.0 +350613,350613,12,num,two_rule_comb0,82.0,[7 7],7 7],1,1.0 +350613,350613,12,num,two_rule_comb0,83.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb0,84.0,[3 1],3 1],1,1.0 +350613,350613,12,num,two_rule_comb0,85.0,[0 8],0 8],1,1.0 +350613,350613,12,num,two_rule_comb0,86.0,[3 0],3 0],1,1.0 +350613,350613,12,num,two_rule_comb0,87.0,[1 5],1 5],1,1.0 +350613,350613,12,num,two_rule_comb0,88.0,[8 0],8 0],1,1.0 +350613,350613,12,num,two_rule_comb0,89.0,[2 7],2 7],1,1.0 +350613,350613,12,num,two_rule_comb0,90.0,[8 5],8 5],1,1.0 +350613,350613,12,num,two_rule_comb0,91.0,[3 1],3 1],1,1.0 +350613,350613,12,num,two_rule_comb0,92.0,[3 8],3 8],1,1.0 +350613,350613,12,num,two_rule_comb0,93.0,[3 9],3 9],1,1.0 +350613,350613,12,num,two_rule_comb0,94.0,[2 2],2 2],1,1.0 +350613,350613,12,num,two_rule_comb0,95.0,[8 3],8 3],1,1.0 +350613,350613,12,num,two_rule_comb0,96.0,[1 5],1 5],1,1.0 +350613,350613,12,num,two_rule_comb0,97.0,[9 4],None,0,1.0 +350613,350613,12,num,two_rule_comb0,98.0,[5 4],5 4],1,1.0 +350613,350613,12,num,two_rule_comb0,99.0,[3 1],3 1],1,1.0 +350613,350613,12,num,two_rule_comb1,0.0,[1 2],1 2],1,1.0 +350613,350613,12,num,two_rule_comb1,1.0,[8 9],8 9],1,1.0 +350613,350613,12,num,two_rule_comb1,2.0,[2 6],2 6],1,1.0 +350613,350613,12,num,two_rule_comb1,3.0,[3 4],3 4],1,1.0 +350613,350613,12,num,two_rule_comb1,4.0,[2 7],2 7],1,1.0 +350613,350613,12,num,two_rule_comb1,5.0,[4 0],4 0],1,1.0 +350613,350613,12,num,two_rule_comb1,6.0,[7 4],7 4],1,1.0 +350613,350613,12,num,two_rule_comb1,7.0,[1 1],1 1],1,1.0 +350613,350613,12,num,two_rule_comb1,8.0,[7 9],7 9],1,1.0 +350613,350613,12,num,two_rule_comb1,9.0,[3 1],3 1],1,1.0 +350613,350613,12,num,two_rule_comb1,10.0,[3 7],3 7],1,1.0 +350613,350613,12,num,two_rule_comb1,11.0,[0 2],0 2],1,1.0 +350613,350613,12,num,two_rule_comb1,12.0,[6 7],6 7],1,1.0 +350613,350613,12,num,two_rule_comb1,13.0,[8 2],8 2],1,1.0 +350613,350613,12,num,two_rule_comb1,14.0,[7 4],7 4],1,1.0 +350613,350613,12,num,two_rule_comb1,15.0,[1 3],1 3],1,1.0 +350613,350613,12,num,two_rule_comb1,16.0,[7 3],7 3],1,1.0 +350613,350613,12,num,two_rule_comb1,17.0,[7 7],2 7],0,1.0 +350613,350613,12,num,two_rule_comb1,18.0,[1 8],1 8],1,1.0 +350613,350613,12,num,two_rule_comb1,19.0,[1 9],1 9],1,1.0 +350613,350613,12,num,two_rule_comb1,20.0,[4 9],4 9],1,1.0 +350613,350613,12,num,two_rule_comb1,21.0,[2 3],2 3],1,1.0 +350613,350613,12,num,two_rule_comb1,22.0,[6 7],6 6],0,1.0 +350613,350613,12,num,two_rule_comb1,23.0,[2 5],2 5],1,1.0 +350613,350613,12,num,two_rule_comb1,24.0,[3 1],3 1],1,1.0 +350613,350613,12,num,two_rule_comb1,25.0,[6 5],6 5],1,1.0 +350613,350613,12,num,two_rule_comb1,26.0,[8 1],8 1],1,1.0 +350613,350613,12,num,two_rule_comb1,27.0,[6 8],6 8],1,1.0 +350613,350613,12,num,two_rule_comb1,28.0,[5 4],5 4],1,1.0 +350613,350613,12,num,two_rule_comb1,29.0,[0 4],0 4],1,1.0 +350613,350613,12,num,two_rule_comb1,30.0,[4 9],4 4],0,1.0 +350613,350613,12,num,two_rule_comb1,31.0,[6 2],6 2],1,1.0 +350613,350613,12,num,two_rule_comb1,32.0,[1 7],1 7],1,1.0 +350613,350613,12,num,two_rule_comb1,33.0,[3 0],3 0],1,1.0 +350613,350613,12,num,two_rule_comb1,34.0,[1 2],1 2],1,1.0 +350613,350613,12,num,two_rule_comb1,35.0,[4 1],4 1],1,1.0 +350613,350613,12,num,two_rule_comb1,36.0,[6 6],6 6],1,1.0 +350613,350613,12,num,two_rule_comb1,37.0,[6 2],6 2],1,1.0 +350613,350613,12,num,two_rule_comb1,38.0,[3 2],3 2],1,1.0 +350613,350613,12,num,two_rule_comb1,39.0,[9 9],9 9],1,1.0 +350613,350613,12,num,two_rule_comb1,40.0,[5 9],5 9],1,1.0 +350613,350613,12,num,two_rule_comb1,41.0,[0 2],0 2],1,1.0 +350613,350613,12,num,two_rule_comb1,42.0,[3 2],3 2],1,1.0 +350613,350613,12,num,two_rule_comb1,43.0,[2 2],2 2],1,1.0 +350613,350613,12,num,two_rule_comb1,44.0,[8 1],8 1],1,1.0 +350613,350613,12,num,two_rule_comb1,45.0,[7 3],7 3],1,1.0 +350613,350613,12,num,two_rule_comb1,46.0,[1 5],1 5],1,1.0 +350613,350613,12,num,two_rule_comb1,47.0,[0 5],0 5],1,1.0 +350613,350613,12,num,two_rule_comb1,48.0,[3 5],3 5],1,1.0 +350613,350613,12,num,two_rule_comb1,49.0,[4 7],4 7],1,1.0 +350613,350613,12,num,two_rule_comb1,50.0,[3 9],3 3],0,1.0 +350613,350613,12,num,two_rule_comb1,51.0,[3 4],3 4],1,1.0 +350613,350613,12,num,two_rule_comb1,52.0,[8 9],8 9],1,1.0 +350613,350613,12,num,two_rule_comb1,53.0,[9 5],None,0,1.0 +350613,350613,12,num,two_rule_comb1,54.0,[0 8],0 8],1,1.0 +350613,350613,12,num,two_rule_comb1,55.0,[6 2],6 2],1,1.0 +350613,350613,12,num,two_rule_comb1,56.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb1,57.0,[6 6],6 6],1,1.0 +350613,350613,12,num,two_rule_comb1,58.0,[6 3],6 3],1,1.0 +350613,350613,12,num,two_rule_comb1,59.0,[4 5],4 5],1,1.0 +350613,350613,12,num,two_rule_comb1,60.0,[6 6],6 6],1,1.0 +350613,350613,12,num,two_rule_comb1,61.0,[8 4],8 4],1,1.0 +350613,350613,12,num,two_rule_comb1,62.0,[6 4],6 4],1,1.0 +350613,350613,12,num,two_rule_comb1,63.0,[2 1],2 1],1,1.0 +350613,350613,12,num,two_rule_comb1,64.0,[8 1],8 8],0,1.0 +350613,350613,12,num,two_rule_comb1,65.0,[3 3],3 3],1,1.0 +350613,350613,12,num,two_rule_comb1,66.0,[5 9],5 9],1,1.0 +350613,350613,12,num,two_rule_comb1,67.0,[4 9],4 9],1,1.0 +350613,350613,12,num,two_rule_comb1,68.0,[7 7],7 6],0,1.0 +350613,350613,12,num,two_rule_comb1,69.0,[5 2],5 2],1,1.0 +350613,350613,12,num,two_rule_comb1,70.0,[0 1],1 1],0,1.0 +350613,350613,12,num,two_rule_comb1,71.0,[4 8],4 8],1,1.0 +350613,350613,12,num,two_rule_comb1,72.0,[8 3],8 3],1,1.0 +350613,350613,12,num,two_rule_comb1,73.0,[5 6],5 6],1,1.0 +350613,350613,12,num,two_rule_comb1,74.0,[3 8],3 8],1,1.0 +350613,350613,12,num,two_rule_comb1,75.0,[7 9],7 9],1,1.0 +350613,350613,12,num,two_rule_comb1,76.0,[3 2],12 2],0,1.0 +350613,350613,12,num,two_rule_comb1,77.0,[7 5],7 5],1,1.0 +350613,350613,12,num,two_rule_comb1,78.0,[5 5],5 5],1,1.0 +350613,350613,12,num,two_rule_comb1,79.0,[6 8],6 8],1,1.0 +350613,350613,12,num,two_rule_comb1,80.0,[6 8],6 8],1,1.0 +350613,350613,12,num,two_rule_comb1,81.0,[0 6],0 6],1,1.0 +350613,350613,12,num,two_rule_comb1,82.0,[5 0],5 0],1,1.0 +350613,350613,12,num,two_rule_comb1,83.0,[1 2],1 2],1,1.0 +350613,350613,12,num,two_rule_comb1,84.0,[7 7],7 7],1,1.0 +350613,350613,12,num,two_rule_comb1,85.0,[5 4],5 4],1,1.0 +350613,350613,12,num,two_rule_comb1,86.0,[1 7],1 7],1,1.0 +350613,350613,12,num,two_rule_comb1,87.0,[1 4],1 4],1,1.0 +350613,350613,12,num,two_rule_comb1,88.0,[1 1],1 1],1,1.0 +350613,350613,12,num,two_rule_comb1,89.0,[6 9],None,0,1.0 +350613,350613,12,num,two_rule_comb1,90.0,[2 7],2 7],1,1.0 +350613,350613,12,num,two_rule_comb1,91.0,[4 4],4 4],1,1.0 +350613,350613,12,num,two_rule_comb1,92.0,[1 2],1 1],0,1.0 +350613,350613,12,num,two_rule_comb1,93.0,[0 0],0 5],0,1.0 +350613,350613,12,num,two_rule_comb1,94.0,[7 4],7 4],1,1.0 +350613,350613,12,num,two_rule_comb1,95.0,[1 5],1 5],1,1.0 +350613,350613,12,num,two_rule_comb1,96.0,[7 1],7 1],1,1.0 +350613,350613,12,num,two_rule_comb1,97.0,[3 9],3 5],0,1.0 +350613,350613,12,num,two_rule_comb1,98.0,[7 6],7 6],1,1.0 +350613,350613,12,num,two_rule_comb1,99.0,[2 1],2 1],1,1.0 +350613,350613,12,num,two_rule_comb2,0.0,[1 0],1 0],1,1.0 +350613,350613,12,num,two_rule_comb2,1.0,[0 7],0 7],1,1.0 +350613,350613,12,num,two_rule_comb2,2.0,[6 5],6 5],1,1.0 +350613,350613,12,num,two_rule_comb2,3.0,[1 5],1 5],1,1.0 +350613,350613,12,num,two_rule_comb2,4.0,[7 2],7 2],1,1.0 +350613,350613,12,num,two_rule_comb2,5.0,[2 6],2 6],1,1.0 +350613,350613,12,num,two_rule_comb2,6.0,[4 8],4 8],1,1.0 +350613,350613,12,num,two_rule_comb2,7.0,[3 2],3 2],1,1.0 +350613,350613,12,num,two_rule_comb2,8.0,[9 9],9 9],1,1.0 +350613,350613,12,num,two_rule_comb2,9.0,[6 5],6 5],1,1.0 +350613,350613,12,num,two_rule_comb2,10.0,[8 8],8 8],1,1.0 +350613,350613,12,num,two_rule_comb2,11.0,[9 5],9 5],1,1.0 +350613,350613,12,num,two_rule_comb2,12.0,[5 4],5 4],1,1.0 +350613,350613,12,num,two_rule_comb2,13.0,[4 6],4 6],1,1.0 +350613,350613,12,num,two_rule_comb2,14.0,[2 3],2 3],1,1.0 +350613,350613,12,num,two_rule_comb2,15.0,[8 5],8 5],1,1.0 +350613,350613,12,num,two_rule_comb2,16.0,[4 9],4 9],1,1.0 +350613,350613,12,num,two_rule_comb2,17.0,[9 4],9 4],1,1.0 +350613,350613,12,num,two_rule_comb2,18.0,[0 0],0 0],1,1.0 +350613,350613,12,num,two_rule_comb2,19.0,[5 4],5 4],1,1.0 +350613,350613,12,num,two_rule_comb2,20.0,[4 5],4 5],1,1.0 +350613,350613,12,num,two_rule_comb2,21.0,[0 6],0 6],1,1.0 +350613,350613,12,num,two_rule_comb2,22.0,[1 5],1 5],1,1.0 +350613,350613,12,num,two_rule_comb2,23.0,[5 9],5 9],1,1.0 +350613,350613,12,num,two_rule_comb2,24.0,[5 3],5 3],1,1.0 +350613,350613,12,num,two_rule_comb2,25.0,[0 6],0 6],1,1.0 +350613,350613,12,num,two_rule_comb2,26.0,[8 7],8 7],1,1.0 +350613,350613,12,num,two_rule_comb2,27.0,[6 1],6 1],1,1.0 +350613,350613,12,num,two_rule_comb2,28.0,[9 1],9 1],1,1.0 +350613,350613,12,num,two_rule_comb2,29.0,[0 4],0 4],1,1.0 +350613,350613,12,num,two_rule_comb2,30.0,[3 2],3 2],1,1.0 +350613,350613,12,num,two_rule_comb2,31.0,[6 5],6 5],1,1.0 +350613,350613,12,num,two_rule_comb2,32.0,[1 2],1 2],1,1.0 +350613,350613,12,num,two_rule_comb2,33.0,[5 6],5 6],1,1.0 +350613,350613,12,num,two_rule_comb2,34.0,[5 1],5 1],1,1.0 +350613,350613,12,num,two_rule_comb2,35.0,[7 6],7 6],1,1.0 +350613,350613,12,num,two_rule_comb2,36.0,[8 0],8 0],1,1.0 +350613,350613,12,num,two_rule_comb2,37.0,[9 6],9 6],1,1.0 +350613,350613,12,num,two_rule_comb2,38.0,[4 2],4 2],1,1.0 +350613,350613,12,num,two_rule_comb2,39.0,[2 1],2 1],1,1.0 +350613,350613,12,num,two_rule_comb2,40.0,[8 3],8 3],1,1.0 +350613,350613,12,num,two_rule_comb2,41.0,[9 6],None,0,1.0 +350613,350613,12,num,two_rule_comb2,42.0,[6 5],6 5],1,1.0 +350613,350613,12,num,two_rule_comb2,43.0,[8 9],8 9],1,1.0 +350613,350613,12,num,two_rule_comb2,44.0,[4 3],4 3],1,1.0 +350613,350613,12,num,two_rule_comb2,45.0,[7 1],7 1],1,1.0 +350613,350613,12,num,two_rule_comb2,46.0,[0 8],0 8],1,1.0 +350613,350613,12,num,two_rule_comb2,47.0,[3 7],3 7],1,1.0 +350613,350613,12,num,two_rule_comb2,48.0,[7 5],7 5],1,1.0 +350613,350613,12,num,two_rule_comb2,49.0,[5 3],5 3],1,1.0 +350613,350613,12,num,two_rule_comb2,50.0,[6 4],6 4],1,1.0 +350613,350613,12,num,two_rule_comb2,51.0,[9 3],9 3],1,1.0 +350613,350613,12,num,two_rule_comb2,52.0,[1 1],1 1],1,1.0 +350613,350613,12,num,two_rule_comb2,53.0,[0 9],0 9],1,1.0 +350613,350613,12,num,two_rule_comb2,54.0,[6 8],6 8],1,1.0 +350613,350613,12,num,two_rule_comb2,55.0,[6 3],6 3],1,1.0 +350613,350613,12,num,two_rule_comb2,56.0,[8 5],8 5],1,1.0 +350613,350613,12,num,two_rule_comb2,57.0,[9 6],None,0,1.0 +350613,350613,12,num,two_rule_comb2,58.0,[5 0],5 0],1,1.0 +350613,350613,12,num,two_rule_comb2,59.0,[0 5],0 5],1,1.0 +350613,350613,12,num,two_rule_comb2,60.0,[2 0],2 0],1,1.0 +350613,350613,12,num,two_rule_comb2,61.0,[0 2],0 2],1,1.0 +350613,350613,12,num,two_rule_comb2,62.0,[5 1],5 1],1,1.0 +350613,350613,12,num,two_rule_comb2,63.0,[8 2],8 2],1,1.0 +350613,350613,12,num,two_rule_comb2,64.0,[8 7],8 7],1,1.0 +350613,350613,12,num,two_rule_comb2,65.0,[9 1],9 1],1,1.0 +350613,350613,12,num,two_rule_comb2,66.0,[5 9],5 9],1,1.0 +350613,350613,12,num,two_rule_comb2,67.0,[9 0],9 0],1,1.0 +350613,350613,12,num,two_rule_comb2,68.0,[0 9],0 9],1,1.0 +350613,350613,12,num,two_rule_comb2,69.0,[0 0],0 0],1,1.0 +350613,350613,12,num,two_rule_comb2,70.0,[5 8],5 8],1,1.0 +350613,350613,12,num,two_rule_comb2,71.0,[9 8],9 8],1,1.0 +350613,350613,12,num,two_rule_comb2,72.0,[1 1],1 1],1,1.0 +350613,350613,12,num,two_rule_comb2,73.0,[4 3],4 3],1,1.0 +350613,350613,12,num,two_rule_comb2,74.0,[8 2],8 2],1,1.0 +350613,350613,12,num,two_rule_comb2,75.0,[0 2],0 2],1,1.0 +350613,350613,12,num,two_rule_comb2,76.0,[5 7],5 7],1,1.0 +350613,350613,12,num,two_rule_comb2,77.0,[8 8],8 8],1,1.0 +350613,350613,12,num,two_rule_comb2,78.0,[6 6],6 6],1,1.0 +350613,350613,12,num,two_rule_comb2,79.0,[8 0],8 0],1,1.0 +350613,350613,12,num,two_rule_comb2,80.0,[2 2],2 2],1,1.0 +350613,350613,12,num,two_rule_comb2,81.0,[0 8],0 8],1,1.0 +350613,350613,12,num,two_rule_comb2,82.0,[7 5],7 5],1,1.0 +350613,350613,12,num,two_rule_comb2,83.0,[8 4],8 4],1,1.0 +350613,350613,12,num,two_rule_comb2,84.0,[5 2],5 2],1,1.0 +350613,350613,12,num,two_rule_comb2,85.0,[8 0],8 0],1,1.0 +350613,350613,12,num,two_rule_comb2,86.0,[5 0],5 0],1,1.0 +350613,350613,12,num,two_rule_comb2,87.0,[0 3],0 3],1,1.0 +350613,350613,12,num,two_rule_comb2,88.0,[7 1],7 1],1,1.0 +350613,350613,12,num,two_rule_comb2,89.0,[6 0],6 0],1,1.0 +350613,350613,12,num,two_rule_comb2,90.0,[8 5],8 5],1,1.0 +350613,350613,12,num,two_rule_comb2,91.0,[9 5],None,0,1.0 +350613,350613,12,num,two_rule_comb2,92.0,[0 5],0 5],1,1.0 +350613,350613,12,num,two_rule_comb2,93.0,[7 7],7 7],1,1.0 +350613,350613,12,num,two_rule_comb2,94.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb2,95.0,[1 0],1 0],1,1.0 +350613,350613,12,num,two_rule_comb2,96.0,[2 0],2 0],1,1.0 +350613,350613,12,num,two_rule_comb2,97.0,[5 1],5 1],1,1.0 +350613,350613,12,num,two_rule_comb2,98.0,[6 4],6 4],1,1.0 +350613,350613,12,num,two_rule_comb2,99.0,[2 7],2 7],1,1.0 +350613,350613,12,num,two_rule_comb3,0.0,[9 1],9 1],1,1.0 +350613,350613,12,num,two_rule_comb3,1.0,[9 0],9 0],1,1.0 +350613,350613,12,num,two_rule_comb3,2.0,[4 8],4 8],1,1.0 +350613,350613,12,num,two_rule_comb3,3.0,[1 8],1 8],1,1.0 +350613,350613,12,num,two_rule_comb3,4.0,[5 7],5 7],1,1.0 +350613,350613,12,num,two_rule_comb3,5.0,[8 2],8 2],1,1.0 +350613,350613,12,num,two_rule_comb3,6.0,[9 2],9 2],1,1.0 +350613,350613,12,num,two_rule_comb3,7.0,[6 1],6 1],1,1.0 +350613,350613,12,num,two_rule_comb3,8.0,[9 8],9 8],1,1.0 +350613,350613,12,num,two_rule_comb3,9.0,[4 5],4 5],1,1.0 +350613,350613,12,num,two_rule_comb3,10.0,[0 4],0 4],1,1.0 +350613,350613,12,num,two_rule_comb3,11.0,[8 6],8 6],1,1.0 +350613,350613,12,num,two_rule_comb3,12.0,[8 3],8 3],1,1.0 +350613,350613,12,num,two_rule_comb3,13.0,[5 9],5 9],1,1.0 +350613,350613,12,num,two_rule_comb3,14.0,[6 4],6 4],1,1.0 +350613,350613,12,num,two_rule_comb3,15.0,[5 3],5 8],0,1.0 +350613,350613,12,num,two_rule_comb3,16.0,[0 5],0 5],1,1.0 +350613,350613,12,num,two_rule_comb3,17.0,[5 5],5 5],1,1.0 +350613,350613,12,num,two_rule_comb3,18.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb3,19.0,[5 6],5 6],1,1.0 +350613,350613,12,num,two_rule_comb3,20.0,[6 4],6 4],1,1.0 +350613,350613,12,num,two_rule_comb3,21.0,[0 6],0 6],1,1.0 +350613,350613,12,num,two_rule_comb3,22.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb3,23.0,[6 8],6 8],1,1.0 +350613,350613,12,num,two_rule_comb3,24.0,[8 3],8 3],1,1.0 +350613,350613,12,num,two_rule_comb3,25.0,[1 7],1 7],1,1.0 +350613,350613,12,num,two_rule_comb3,26.0,[1 2],8 2],0,1.0 +350613,350613,12,num,two_rule_comb3,27.0,[4 6],4 6],1,1.0 +350613,350613,12,num,two_rule_comb3,28.0,[1 2],1 2],1,1.0 +350613,350613,12,num,two_rule_comb3,29.0,[0 2],0 2],1,1.0 +350613,350613,12,num,two_rule_comb3,30.0,[2 4],2 4],1,1.0 +350613,350613,12,num,two_rule_comb3,31.0,[5 5],5 5],1,1.0 +350613,350613,12,num,two_rule_comb3,32.0,[9 6],9 6],1,1.0 +350613,350613,12,num,two_rule_comb3,33.0,[9 0],9 0],1,1.0 +350613,350613,12,num,two_rule_comb3,34.0,[3 4],3 4],1,1.0 +350613,350613,12,num,two_rule_comb3,35.0,[0 1],0 1],1,1.0 +350613,350613,12,num,two_rule_comb3,36.0,[6 3],6 3],1,1.0 +350613,350613,12,num,two_rule_comb3,37.0,[3 2],3 2],1,1.0 +350613,350613,12,num,two_rule_comb3,38.0,[2 1],1 2],0,1.0 +350613,350613,12,num,two_rule_comb3,39.0,[1 3],1 3],1,1.0 +350613,350613,12,num,two_rule_comb3,40.0,[9 1],9 1],1,1.0 +350613,350613,12,num,two_rule_comb3,41.0,[4 4],4 4],1,1.0 +350613,350613,12,num,two_rule_comb3,42.0,[9 8],8 8],0,1.0 +350613,350613,12,num,two_rule_comb3,43.0,[3 2],3 2],1,1.0 +350613,350613,12,num,two_rule_comb3,44.0,[0 8],0 8],1,1.0 +350613,350613,12,num,two_rule_comb3,45.0,[5 2],5 2],1,1.0 +350613,350613,12,num,two_rule_comb3,46.0,[2 3],2 3],1,1.0 +350613,350613,12,num,two_rule_comb3,47.0,[2 4],2 4],1,1.0 +350613,350613,12,num,two_rule_comb3,48.0,[5 1],5 1],1,1.0 +350613,350613,12,num,two_rule_comb3,49.0,[5 2],5 2],1,1.0 +350613,350613,12,num,two_rule_comb3,50.0,[6 9],None,0,1.0 +350613,350613,12,num,two_rule_comb3,51.0,[6 6],6 5],0,1.0 +350613,350613,12,num,two_rule_comb3,52.0,[6 3],6 3],1,1.0 +350613,350613,12,num,two_rule_comb3,53.0,[4 2],4 2],1,1.0 +350613,350613,12,num,two_rule_comb3,54.0,[9 9],9 9],1,1.0 +350613,350613,12,num,two_rule_comb3,55.0,[2 6],2 6],1,1.0 +350613,350613,12,num,two_rule_comb3,56.0,[3 0],3 0],1,1.0 +350613,350613,12,num,two_rule_comb3,57.0,[8 6],8 6],1,1.0 +350613,350613,12,num,two_rule_comb3,58.0,[7 8],7 8],1,1.0 +350613,350613,12,num,two_rule_comb3,59.0,[3 2],3 2],1,1.0 +350613,350613,12,num,two_rule_comb3,60.0,[8 1],8 1],1,1.0 +350613,350613,12,num,two_rule_comb3,61.0,[3 7],3 7],1,1.0 +350613,350613,12,num,two_rule_comb3,62.0,[9 6],None,0,1.0 +350613,350613,12,num,two_rule_comb3,63.0,[9 1],9 1],1,1.0 +350613,350613,12,num,two_rule_comb3,64.0,[1 1],1 4],0,1.0 +350613,350613,12,num,two_rule_comb3,65.0,[9 7],None,0,1.0 +350613,350613,12,num,two_rule_comb3,66.0,[8 7],7 7],0,1.0 +350613,350613,12,num,two_rule_comb3,67.0,[9 2],9 2],1,1.0 +350613,350613,12,num,two_rule_comb3,68.0,[8 2],8 2],1,1.0 +350613,350613,12,num,two_rule_comb3,69.0,[1 3],1 3],1,1.0 +350613,350613,12,num,two_rule_comb3,70.0,[4 7],4 7],1,1.0 +350613,350613,12,num,two_rule_comb3,71.0,[7 2],7 2],1,1.0 +350613,350613,12,num,two_rule_comb3,72.0,[0 2],0 2],1,1.0 +350613,350613,12,num,two_rule_comb3,73.0,[6 1],6 1],1,1.0 +350613,350613,12,num,two_rule_comb3,74.0,[3 3],3 3],1,1.0 +350613,350613,12,num,two_rule_comb3,75.0,[8 4],8 4],1,1.0 +350613,350613,12,num,two_rule_comb3,76.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb3,77.0,[0 8],8 8],0,1.0 +350613,350613,12,num,two_rule_comb3,78.0,[8 3],8 3],1,1.0 +350613,350613,12,num,two_rule_comb3,79.0,[4 2],4 2],1,1.0 +350613,350613,12,num,two_rule_comb3,80.0,[1 0],1 0],1,1.0 +350613,350613,12,num,two_rule_comb3,81.0,[3 0],3 0],1,1.0 +350613,350613,12,num,two_rule_comb3,82.0,[1 4],1 4],1,1.0 +350613,350613,12,num,two_rule_comb3,83.0,[0 4],0 4],1,1.0 +350613,350613,12,num,two_rule_comb3,84.0,[1 4],1 4],1,1.0 +350613,350613,12,num,two_rule_comb3,85.0,[6 9],None,0,1.0 +350613,350613,12,num,two_rule_comb3,86.0,[3 8],3 8],1,1.0 +350613,350613,12,num,two_rule_comb3,87.0,[9 5],None,0,1.0 +350613,350613,12,num,two_rule_comb3,88.0,[6 2],6 2],1,1.0 +350613,350613,12,num,two_rule_comb3,89.0,[2 1],1 1],0,1.0 +350613,350613,12,num,two_rule_comb3,90.0,[3 6],3 6],1,1.0 +350613,350613,12,num,two_rule_comb3,91.0,[5 4],5 4],1,1.0 +350613,350613,12,num,two_rule_comb3,92.0,[2 5],2 5],1,1.0 +350613,350613,12,num,two_rule_comb3,93.0,[2 6],2 6],1,1.0 +350613,350613,12,num,two_rule_comb3,94.0,[6 2],6 2],1,1.0 +350613,350613,12,num,two_rule_comb3,95.0,[7 8],7 8],1,1.0 +350613,350613,12,num,two_rule_comb3,96.0,[5 8],5 5],0,1.0 +350613,350613,12,num,two_rule_comb3,97.0,[8 9],8 9],1,1.0 +350613,350613,12,num,two_rule_comb3,98.0,[1 3],1 3],1,1.0 +350613,350613,12,num,two_rule_comb3,99.0,[4 9],4 9],1,1.0 +350613,350613,12,num,two_rule_comb4,0.0,[1 6],1 6],1,1.0 +350613,350613,12,num,two_rule_comb4,1.0,[5 7],5 8],0,1.0 +350613,350613,12,num,two_rule_comb4,2.0,[4 3],4 3],1,1.0 +350613,350613,12,num,two_rule_comb4,3.0,[3 1],3 4],0,1.0 +350613,350613,12,num,two_rule_comb4,4.0,[1 4],1 6],0,1.0 +350613,350613,12,num,two_rule_comb4,5.0,[9 1],9 1],1,1.0 +350613,350613,12,num,two_rule_comb4,6.0,[1 3],1 3],1,1.0 +350613,350613,12,num,two_rule_comb4,7.0,[3 4],3 4],1,1.0 +350613,350613,12,num,two_rule_comb4,8.0,[6 4],6 4],1,1.0 +350613,350613,12,num,two_rule_comb4,9.0,[2 4],2 4],1,1.0 +350613,350613,12,num,two_rule_comb4,10.0,[8 5],8 5],1,1.0 +350613,350613,12,num,two_rule_comb4,11.0,[0 1],0 1],1,1.0 +350613,350613,12,num,two_rule_comb4,12.0,[9 4],9 4],1,1.0 +350613,350613,12,num,two_rule_comb4,13.0,[9 0],9 0],1,1.0 +350613,350613,12,num,two_rule_comb4,14.0,[9 2],9 2],1,1.0 +350613,350613,12,num,two_rule_comb4,15.0,[6 6],6 6],1,1.0 +350613,350613,12,num,two_rule_comb4,16.0,[1 0],1 0],1,1.0 +350613,350613,12,num,two_rule_comb4,17.0,[5 9],5 6],0,1.0 +350613,350613,12,num,two_rule_comb4,18.0,[7 9],7 9],1,1.0 +350613,350613,12,num,two_rule_comb4,19.0,[2 3],2 3],1,1.0 +350613,350613,12,num,two_rule_comb4,20.0,[9 2],9 9],0,1.0 +350613,350613,12,num,two_rule_comb4,21.0,[4 1],4 1],1,1.0 +350613,350613,12,num,two_rule_comb4,22.0,[4 3],4 3],1,1.0 +350613,350613,12,num,two_rule_comb4,23.0,[1 3],1 5],0,1.0 +350613,350613,12,num,two_rule_comb4,24.0,[5 8],5 8],1,1.0 +350613,350613,12,num,two_rule_comb4,25.0,[5 3],0 3],0,1.0 +350613,350613,12,num,two_rule_comb4,26.0,[1 1],1 1],1,1.0 +350613,350613,12,num,two_rule_comb4,27.0,[8 4],8 4],1,1.0 +350613,350613,12,num,two_rule_comb4,28.0,[4 2],4 2],1,1.0 +350613,350613,12,num,two_rule_comb4,29.0,[4 1],4 1],1,1.0 +350613,350613,12,num,two_rule_comb4,30.0,[9 6],9 6],1,1.0 +350613,350613,12,num,two_rule_comb4,31.0,[0 7],0 3],0,1.0 +350613,350613,12,num,two_rule_comb4,32.0,[0 0],0 0],1,1.0 +350613,350613,12,num,two_rule_comb4,33.0,[5 0],5 0],1,1.0 +350613,350613,12,num,two_rule_comb4,34.0,[8 6],8 6],1,1.0 +350613,350613,12,num,two_rule_comb4,35.0,[5 7],7 7],0,1.0 +350613,350613,12,num,two_rule_comb4,36.0,[0 4],0 4],1,1.0 +350613,350613,12,num,two_rule_comb4,37.0,[9 4],9 4],1,1.0 +350613,350613,12,num,two_rule_comb4,38.0,[7 0],7 1],0,1.0 +350613,350613,12,num,two_rule_comb4,39.0,[0 4],0 6],0,1.0 +350613,350613,12,num,two_rule_comb4,40.0,[7 2],7 2],1,1.0 +350613,350613,12,num,two_rule_comb4,41.0,[3 9],3 5],0,1.0 +350613,350613,12,num,two_rule_comb4,42.0,[5 0],5 0],1,1.0 +350613,350613,12,num,two_rule_comb4,43.0,[9 5],None,0,1.0 +350613,350613,12,num,two_rule_comb4,44.0,[5 0],5 0],1,1.0 +350613,350613,12,num,two_rule_comb4,45.0,[1 3],1 7],0,1.0 +350613,350613,12,num,two_rule_comb4,46.0,[1 0],1 6],0,1.0 +350613,350613,12,num,two_rule_comb4,47.0,[2 4],2 4],1,1.0 +350613,350613,12,num,two_rule_comb4,48.0,[5 4],5 3],0,1.0 +350613,350613,12,num,two_rule_comb4,49.0,[6 3],6 3],1,1.0 +350613,350613,12,num,two_rule_comb4,50.0,[9 4],None,0,1.0 +350613,350613,12,num,two_rule_comb4,51.0,[6 5],6 5],1,1.0 +350613,350613,12,num,two_rule_comb4,52.0,[8 6],8 6],1,1.0 +350613,350613,12,num,two_rule_comb4,53.0,[7 2],7 3],0,1.0 +350613,350613,12,num,two_rule_comb4,54.0,[6 4],6 4],1,1.0 +350613,350613,12,num,two_rule_comb4,55.0,[7 3],7 3],1,1.0 +350613,350613,12,num,two_rule_comb4,56.0,[7 9],7 9],1,1.0 +350613,350613,12,num,two_rule_comb4,57.0,[8 1],8 1],1,1.0 +350613,350613,12,num,two_rule_comb4,58.0,[6 1],6 1],1,1.0 +350613,350613,12,num,two_rule_comb4,59.0,[8 8],8 10],0,1.0 +350613,350613,12,num,two_rule_comb4,60.0,[1 5],1 1],0,1.0 +350613,350613,12,num,two_rule_comb4,61.0,[8 5],8 5],1,1.0 +350613,350613,12,num,two_rule_comb4,62.0,[9 3],9 3],1,1.0 +350613,350613,12,num,two_rule_comb4,63.0,[0 2],0 16],0,1.0 +350613,350613,12,num,two_rule_comb4,64.0,[0 2],0 6],0,1.0 +350613,350613,12,num,two_rule_comb4,65.0,[2 7],6 7],0,1.0 +350613,350613,12,num,two_rule_comb4,66.0,[2 7],2 7],1,1.0 +350613,350613,12,num,two_rule_comb4,67.0,[6 4],6 3],0,1.0 +350613,350613,12,num,two_rule_comb4,68.0,[3 7],3 7],1,1.0 +350613,350613,12,num,two_rule_comb4,69.0,[1 5],1 5],1,1.0 +350613,350613,12,num,two_rule_comb4,70.0,[1 1],1 1],1,1.0 +350613,350613,12,num,two_rule_comb4,71.0,[0 1],0 1],1,1.0 +350613,350613,12,num,two_rule_comb4,72.0,[4 9],4 6],0,1.0 +350613,350613,12,num,two_rule_comb4,73.0,[5 3],5 3],1,1.0 +350613,350613,12,num,two_rule_comb4,74.0,[0 0],0 0],1,1.0 +350613,350613,12,num,two_rule_comb4,75.0,[3 0],3 0],1,1.0 +350613,350613,12,num,two_rule_comb4,76.0,[1 3],1 8],0,1.0 +350613,350613,12,num,two_rule_comb4,77.0,[3 9],3 9],1,1.0 +350613,350613,12,num,two_rule_comb4,78.0,[7 5],7 5],1,1.0 +350613,350613,12,num,two_rule_comb4,79.0,[5 6],5 6],1,1.0 +350613,350613,12,num,two_rule_comb4,80.0,[4 6],4 6],1,1.0 +350613,350613,12,num,two_rule_comb4,81.0,[4 8],4 8],1,1.0 +350613,350613,12,num,two_rule_comb4,82.0,[3 2],3 7],0,1.0 +350613,350613,12,num,two_rule_comb4,83.0,[0 2],0 16],0,1.0 +350613,350613,12,num,two_rule_comb4,84.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb4,85.0,[5 1],5 1],1,1.0 +350613,350613,12,num,two_rule_comb4,86.0,[7 8],7 8],1,1.0 +350613,350613,12,num,two_rule_comb4,87.0,[0 5],0 2],0,1.0 +350613,350613,12,num,two_rule_comb4,88.0,[7 4],7 1],0,1.0 +350613,350613,12,num,two_rule_comb4,89.0,[9 9],9 9],1,1.0 +350613,350613,12,num,two_rule_comb4,90.0,[8 0],8 0],1,1.0 +350613,350613,12,num,two_rule_comb4,91.0,[2 1],2 5],0,1.0 +350613,350613,12,num,two_rule_comb4,92.0,[4 5],4 6],0,1.0 +350613,350613,12,num,two_rule_comb4,93.0,[4 5],4 5],1,1.0 +350613,350613,12,num,two_rule_comb4,94.0,[6 0],6 3],0,1.0 +350613,350613,12,num,two_rule_comb4,95.0,[3 5],3 5],1,1.0 +350613,350613,12,num,two_rule_comb4,96.0,[7 1],7 1],1,1.0 +350613,350613,12,num,two_rule_comb4,97.0,[4 9],4 9],1,1.0 +350613,350613,12,num,two_rule_comb4,98.0,[0 9],0 9],1,1.0 +350613,350613,12,num,two_rule_comb4,99.0,[1 6],1 6],1,1.0 +350613,350613,12,num,two_rule_comb5,0.0,[2 0],2 0],1,1.0 +350613,350613,12,num,two_rule_comb5,1.0,[4 4],4 4],1,1.0 +350613,350613,12,num,two_rule_comb5,2.0,[9 9],9 9],1,1.0 +350613,350613,12,num,two_rule_comb5,3.0,[4 5],4 5],1,1.0 +350613,350613,12,num,two_rule_comb5,4.0,[9 4],9 4],1,1.0 +350613,350613,12,num,two_rule_comb5,5.0,[0 1],0 1],1,1.0 +350613,350613,12,num,two_rule_comb5,6.0,[9 1],9 1],1,1.0 +350613,350613,12,num,two_rule_comb5,7.0,[2 3],2 3],1,1.0 +350613,350613,12,num,two_rule_comb5,8.0,[4 0],4 0],1,1.0 +350613,350613,12,num,two_rule_comb5,9.0,[3 4],3 4],1,1.0 +350613,350613,12,num,two_rule_comb5,10.0,[9 0],9 0],1,1.0 +350613,350613,12,num,two_rule_comb5,11.0,[4 8],4 8],1,1.0 +350613,350613,12,num,two_rule_comb5,12.0,[9 6],9 6],1,1.0 +350613,350613,12,num,two_rule_comb5,13.0,[3 6],3 6],1,1.0 +350613,350613,12,num,two_rule_comb5,14.0,[5 8],5 8],1,1.0 +350613,350613,12,num,two_rule_comb5,15.0,[6 1],6 1],1,1.0 +350613,350613,12,num,two_rule_comb5,16.0,[1 9],1 9],1,1.0 +350613,350613,12,num,two_rule_comb5,17.0,[6 4],6 4],1,1.0 +350613,350613,12,num,two_rule_comb5,18.0,[1 0],1 0],1,1.0 +350613,350613,12,num,two_rule_comb5,19.0,[7 9],7 9],1,1.0 +350613,350613,12,num,two_rule_comb5,20.0,[1 9],1 9],1,1.0 +350613,350613,12,num,two_rule_comb5,21.0,[8 5],8 5],1,1.0 +350613,350613,12,num,two_rule_comb5,22.0,[9 6],9 6],1,1.0 +350613,350613,12,num,two_rule_comb5,23.0,[6 0],6 0],1,1.0 +350613,350613,12,num,two_rule_comb5,24.0,[9 3],9 3],1,1.0 +350613,350613,12,num,two_rule_comb5,25.0,[9 8],9 8],1,1.0 +350613,350613,12,num,two_rule_comb5,26.0,[1 5],1 5],1,1.0 +350613,350613,12,num,two_rule_comb5,27.0,[2 6],2 6],1,1.0 +350613,350613,12,num,two_rule_comb5,28.0,[9 8],9 8],1,1.0 +350613,350613,12,num,two_rule_comb5,29.0,[8 7],8 7],1,1.0 +350613,350613,12,num,two_rule_comb5,30.0,[7 4],7 4],1,1.0 +350613,350613,12,num,two_rule_comb5,31.0,[5 3],5 3],1,1.0 +350613,350613,12,num,two_rule_comb5,32.0,[1 8],1 8],1,1.0 +350613,350613,12,num,two_rule_comb5,33.0,[9 0],9 0],1,1.0 +350613,350613,12,num,two_rule_comb5,34.0,[8 4],8 4],1,1.0 +350613,350613,12,num,two_rule_comb5,35.0,[0 0],0 0],1,1.0 +350613,350613,12,num,two_rule_comb5,36.0,[3 1],3 1],1,1.0 +350613,350613,12,num,two_rule_comb5,37.0,[5 6],5 6],1,1.0 +350613,350613,12,num,two_rule_comb5,38.0,[4 3],4 3],1,1.0 +350613,350613,12,num,two_rule_comb5,39.0,[7 5],7 5],1,1.0 +350613,350613,12,num,two_rule_comb5,40.0,[0 9],0 9],1,1.0 +350613,350613,12,num,two_rule_comb5,41.0,[9 5],None,0,1.0 +350613,350613,12,num,two_rule_comb5,42.0,[0 4],0 4],1,1.0 +350613,350613,12,num,two_rule_comb5,43.0,[5 9],5 9],1,1.0 +350613,350613,12,num,two_rule_comb5,44.0,[2 1],2 1],1,1.0 +350613,350613,12,num,two_rule_comb5,45.0,[2 1],2 1],1,1.0 +350613,350613,12,num,two_rule_comb5,46.0,[3 9],3 9],1,1.0 +350613,350613,12,num,two_rule_comb5,47.0,[5 7],5 7],1,1.0 +350613,350613,12,num,two_rule_comb5,48.0,[3 8],3 8],1,1.0 +350613,350613,12,num,two_rule_comb5,49.0,[0 8],0 8],1,1.0 +350613,350613,12,num,two_rule_comb5,50.0,[3 5],3 5],1,1.0 +350613,350613,12,num,two_rule_comb5,51.0,[1 7],1 7],1,1.0 +350613,350613,12,num,two_rule_comb5,52.0,[4 9],4 9],1,1.0 +350613,350613,12,num,two_rule_comb5,53.0,[4 2],4 2],1,1.0 +350613,350613,12,num,two_rule_comb5,54.0,[0 9],0 9],1,1.0 +350613,350613,12,num,two_rule_comb5,55.0,[1 0],1 0],1,1.0 +350613,350613,12,num,two_rule_comb5,56.0,[9 5],None,0,1.0 +350613,350613,12,num,two_rule_comb5,57.0,[5 5],5 5],1,1.0 +350613,350613,12,num,two_rule_comb5,58.0,[0 5],0 5],1,1.0 +350613,350613,12,num,two_rule_comb5,59.0,[6 2],6 2],1,1.0 +350613,350613,12,num,two_rule_comb5,60.0,[6 5],6 5],1,1.0 +350613,350613,12,num,two_rule_comb5,61.0,[8 6],8 6],1,1.0 +350613,350613,12,num,two_rule_comb5,62.0,[4 6],4 6],1,1.0 +350613,350613,12,num,two_rule_comb5,63.0,[3 8],3 8],1,1.0 +350613,350613,12,num,two_rule_comb5,64.0,[8 0],8 0],1,1.0 +350613,350613,12,num,two_rule_comb5,65.0,[6 5],6 5],1,1.0 +350613,350613,12,num,two_rule_comb5,66.0,[0 7],0 7],1,1.0 +350613,350613,12,num,two_rule_comb5,67.0,[2 5],2 5],1,1.0 +350613,350613,12,num,two_rule_comb5,68.0,[4 0],4 0],1,1.0 +350613,350613,12,num,two_rule_comb5,69.0,[9 2],9 2],1,1.0 +350613,350613,12,num,two_rule_comb5,70.0,[7 0],7 0],1,1.0 +350613,350613,12,num,two_rule_comb5,71.0,[6 0],6 0],1,1.0 +350613,350613,12,num,two_rule_comb5,72.0,[8 0],8 0],1,1.0 +350613,350613,12,num,two_rule_comb5,73.0,[5 0],5 0],1,1.0 +350613,350613,12,num,two_rule_comb5,74.0,[4 9],4 9],1,1.0 +350613,350613,12,num,two_rule_comb5,75.0,[1 4],1 4],1,1.0 +350613,350613,12,num,two_rule_comb5,76.0,[9 0],9 0],1,1.0 +350613,350613,12,num,two_rule_comb5,77.0,[4 8],4 8],1,1.0 +350613,350613,12,num,two_rule_comb5,78.0,[4 1],4 1],1,1.0 +350613,350613,12,num,two_rule_comb5,79.0,[7 5],7 5],1,1.0 +350613,350613,12,num,two_rule_comb5,80.0,[4 3],4 3],1,1.0 +350613,350613,12,num,two_rule_comb5,81.0,[5 1],5 1],1,1.0 +350613,350613,12,num,two_rule_comb5,82.0,[5 1],5 1],1,1.0 +350613,350613,12,num,two_rule_comb5,83.0,[0 8],0 8],1,1.0 +350613,350613,12,num,two_rule_comb5,84.0,[2 8],2 8],1,1.0 +350613,350613,12,num,two_rule_comb5,85.0,[7 2],7 2],1,1.0 +350613,350613,12,num,two_rule_comb5,86.0,[3 9],3 9],1,1.0 +350613,350613,12,num,two_rule_comb5,87.0,[7 3],7 3],1,1.0 +350613,350613,12,num,two_rule_comb5,88.0,[1 6],1 6],1,1.0 +350613,350613,12,num,two_rule_comb5,89.0,[4 0],4 0],1,1.0 +350613,350613,12,num,two_rule_comb5,90.0,[4 9],4 9],1,1.0 +350613,350613,12,num,two_rule_comb5,91.0,[8 4],8 4],1,1.0 +350613,350613,12,num,two_rule_comb5,92.0,[4 4],4 4],1,1.0 +350613,350613,12,num,two_rule_comb5,93.0,[1 5],1 5],1,1.0 +350613,350613,12,num,two_rule_comb5,94.0,[1 8],1 8],1,1.0 +350613,350613,12,num,two_rule_comb5,95.0,[6 7],6 7],1,1.0 +350613,350613,12,num,two_rule_comb5,96.0,[1 1],1 1],1,1.0 +350613,350613,12,num,two_rule_comb5,97.0,[9 7],None,0,1.0 +350613,350613,12,num,two_rule_comb5,98.0,[6 8],6 8],1,1.0 +350613,350613,12,num,two_rule_comb5,99.0,[0 8],0 8],1,1.0 +350613,350613,12,num,three_rule_comb0,0.0,[1 8 8],1 8 8],1,1.0 +350613,350613,12,num,three_rule_comb0,1.0,[3 0 0],3 0 0],1,1.0 +350613,350613,12,num,three_rule_comb0,2.0,[2 9 0],2 9 0],1,1.0 +350613,350613,12,num,three_rule_comb0,3.0,[9 7 2],9 7 2],1,1.0 +350613,350613,12,num,three_rule_comb0,4.0,[8 0 5],8 0 5],1,1.0 +350613,350613,12,num,three_rule_comb0,5.0,[6 0 9],6 0 9],1,1.0 +350613,350613,12,num,three_rule_comb0,6.0,[4 9 8],4 9 8],1,1.0 +350613,350613,12,num,three_rule_comb0,7.0,[8 7 1],8 7 1],1,1.0 +350613,350613,12,num,three_rule_comb0,8.0,[2 5 3],2 5 3],1,1.0 +350613,350613,12,num,three_rule_comb0,9.0,[8 9 4],8 9 4],1,1.0 +350613,350613,12,num,three_rule_comb0,10.0,[1 5 7],1 5 7],1,1.0 +350613,350613,12,num,three_rule_comb0,11.0,[9 1 3],9 1 3],1,1.0 +350613,350613,12,num,three_rule_comb0,12.0,[1 5 4],1 5 4],1,1.0 +350613,350613,12,num,three_rule_comb0,13.0,[7 7 9],7 7 9],1,1.0 +350613,350613,12,num,three_rule_comb0,14.0,[4 9 5],4 9 5],1,1.0 +350613,350613,12,num,three_rule_comb0,15.0,[4 7 2],4 7 2],1,1.0 +350613,350613,12,num,three_rule_comb0,16.0,[6 3 1],6 3 1],1,1.0 +350613,350613,12,num,three_rule_comb0,17.0,[8 2 4],8 2 4],1,1.0 +350613,350613,12,num,three_rule_comb0,18.0,[5 7 7],5 7 7],1,1.0 +350613,350613,12,num,three_rule_comb0,19.0,[5 6 3],5 6 3],1,1.0 +350613,350613,12,num,three_rule_comb0,20.0,[2 2 4],2 2 4],1,1.0 +350613,350613,12,num,three_rule_comb0,21.0,[7 1 0],7 1 0],1,1.0 +350613,350613,12,num,three_rule_comb0,22.0,[8 1 1],8 1 1],1,1.0 +350613,350613,12,num,three_rule_comb0,23.0,[2 1 3],2 1 3],1,1.0 +350613,350613,12,num,three_rule_comb0,24.0,[6 7 1],6 7 1],1,1.0 +350613,350613,12,num,three_rule_comb0,25.0,[1 4 3],1 4 3],1,1.0 +350613,350613,12,num,three_rule_comb0,26.0,[8 9 6],8 9 6],1,1.0 +350613,350613,12,num,three_rule_comb0,27.0,[4 3 3],4 3 3],1,1.0 +350613,350613,12,num,three_rule_comb0,28.0,[8 4 1],8 4 1],1,1.0 +350613,350613,12,num,three_rule_comb0,29.0,[2 0 4],2 0 4],1,1.0 +350613,350613,12,num,three_rule_comb0,30.0,[6 7 3],6 7 3],1,1.0 +350613,350613,12,num,three_rule_comb0,31.0,[1 1 8],1 1 8],1,1.0 +350613,350613,12,num,three_rule_comb0,32.0,[4 8 8],4 8 8],1,1.0 +350613,350613,12,num,three_rule_comb0,33.0,[0 5 5],0 5 5],1,1.0 +350613,350613,12,num,three_rule_comb0,34.0,[1 8 0],1 8 0],1,1.0 +350613,350613,12,num,three_rule_comb0,35.0,[5 8 0],5 8 0],1,1.0 +350613,350613,12,num,three_rule_comb0,36.0,[1 4 8],1 4 8],1,1.0 +350613,350613,12,num,three_rule_comb0,37.0,[1 6 4],1 6 4],1,1.0 +350613,350613,12,num,three_rule_comb0,38.0,[8 7 9],8 7 9],1,1.0 +350613,350613,12,num,three_rule_comb0,39.0,[8 8 1],8 8 1],1,1.0 +350613,350613,12,num,three_rule_comb0,40.0,[9 4 4],9 4 4],1,1.0 +350613,350613,12,num,three_rule_comb0,41.0,[0 1 7],0 1 7],1,1.0 +350613,350613,12,num,three_rule_comb0,42.0,[7 0 6],7 0 6],1,1.0 +350613,350613,12,num,three_rule_comb0,43.0,[3 0 3],3 0 3],1,1.0 +350613,350613,12,num,three_rule_comb0,44.0,[9 1 0],9 1 0],1,1.0 +350613,350613,12,num,three_rule_comb0,45.0,[8 7 2],8 7 2],1,1.0 +350613,350613,12,num,three_rule_comb0,46.0,[2 6 6],2 6 6],1,1.0 +350613,350613,12,num,three_rule_comb0,47.0,[7 2 7],7 2 7],1,1.0 +350613,350613,12,num,three_rule_comb0,48.0,[8 3 5],8 3 5],1,1.0 +350613,350613,12,num,three_rule_comb0,49.0,[4 4 9],4 4 9],1,1.0 +350613,350613,12,num,three_rule_comb0,50.0,[8 3 7],8 3 7],1,1.0 +350613,350613,12,num,three_rule_comb0,51.0,[2 1 7],2 1 7],1,1.0 +350613,350613,12,num,three_rule_comb0,52.0,[9 5 5],9 5 5],1,1.0 +350613,350613,12,num,three_rule_comb0,53.0,[8 3 7],8 3 7],1,1.0 +350613,350613,12,num,three_rule_comb0,54.0,[4 9 1],4 9 1],1,1.0 +350613,350613,12,num,three_rule_comb0,55.0,[7 4 6],7 4 6],1,1.0 +350613,350613,12,num,three_rule_comb0,56.0,[7 3 7],7 3 7],1,1.0 +350613,350613,12,num,three_rule_comb0,57.0,[0 4 9],0 4 9],1,1.0 +350613,350613,12,num,three_rule_comb0,58.0,[2 1 9],2 1 9],1,1.0 +350613,350613,12,num,three_rule_comb0,59.0,[3 2 6],3 2 6],1,1.0 +350613,350613,12,num,three_rule_comb0,60.0,[2 5 1],2 5 1],1,1.0 +350613,350613,12,num,three_rule_comb0,61.0,[3 1 0],3 1 0],1,1.0 +350613,350613,12,num,three_rule_comb0,62.0,[9 8 5],None,0,1.0 +350613,350613,12,num,three_rule_comb0,63.0,[5 6 3],5 6 3],1,1.0 +350613,350613,12,num,three_rule_comb0,64.0,[3 5 5],3 5 5],1,1.0 +350613,350613,12,num,three_rule_comb0,65.0,[1 0 6],1 0 6],1,1.0 +350613,350613,12,num,three_rule_comb0,66.0,[0 8 2],0 8 2],1,1.0 +350613,350613,12,num,three_rule_comb0,67.0,[8 3 9],8 3 9],1,1.0 +350613,350613,12,num,three_rule_comb0,68.0,[7 5 4],7 5 4],1,1.0 +350613,350613,12,num,three_rule_comb0,69.0,[2 1 7],2 1 7],1,1.0 +350613,350613,12,num,three_rule_comb0,70.0,[8 8 3],8 8 3],1,1.0 +350613,350613,12,num,three_rule_comb0,71.0,[7 8 6],7 8 6],1,1.0 +350613,350613,12,num,three_rule_comb0,72.0,[5 5 6],5 5 6],1,1.0 +350613,350613,12,num,three_rule_comb0,73.0,[1 2 8],1 2 8],1,1.0 +350613,350613,12,num,three_rule_comb0,74.0,[1 0 7],1 0 7],1,1.0 +350613,350613,12,num,three_rule_comb0,75.0,[6 9 3],6 9 3],1,1.0 +350613,350613,12,num,three_rule_comb0,76.0,[4 2 6],4 2 6],1,1.0 +350613,350613,12,num,three_rule_comb0,77.0,[4 6 7],4 6 7],1,1.0 +350613,350613,12,num,three_rule_comb0,78.0,[2 7 9],2 7 9],1,1.0 +350613,350613,12,num,three_rule_comb0,79.0,[6 9 2],6 9 2],1,1.0 +350613,350613,12,num,three_rule_comb0,80.0,[1 3 7],1 3 7],1,1.0 +350613,350613,12,num,three_rule_comb0,81.0,[8 2 3],8 2 3],1,1.0 +350613,350613,12,num,three_rule_comb0,82.0,[2 4 9],2 4 9],1,1.0 +350613,350613,12,num,three_rule_comb0,83.0,[6 9 7],None,0,1.0 +350613,350613,12,num,three_rule_comb0,84.0,[8 7 5],8 7 5],1,1.0 +350613,350613,12,num,three_rule_comb0,85.0,[8 9 7],8 9 7],1,1.0 +350613,350613,12,num,three_rule_comb0,86.0,[6 7 7],6 7 7],1,1.0 +350613,350613,12,num,three_rule_comb0,87.0,[6 1 9],6 1 9],1,1.0 +350613,350613,12,num,three_rule_comb0,88.0,[1 3 7],1 3 7],1,1.0 +350613,350613,12,num,three_rule_comb0,89.0,[2 1 9],2 1 9],1,1.0 +350613,350613,12,num,three_rule_comb0,90.0,[2 0 7],2 0 7],1,1.0 +350613,350613,12,num,three_rule_comb0,91.0,[4 0 4],4 0 4],1,1.0 +350613,350613,12,num,three_rule_comb0,92.0,[5 4 1],5 4 1],1,1.0 +350613,350613,12,num,three_rule_comb0,93.0,[0 8 2],0 8 2],1,1.0 +350613,350613,12,num,three_rule_comb0,94.0,[0 3 5],0 3 5],1,1.0 +350613,350613,12,num,three_rule_comb0,95.0,[7 9 2],7 9 2],1,1.0 +350613,350613,12,num,three_rule_comb0,96.0,[9 7 7],9 7 7],1,1.0 +350613,350613,12,num,three_rule_comb0,97.0,[2 1 8],2 1 8],1,1.0 +350613,350613,12,num,three_rule_comb0,98.0,[4 7 9],4 7 9],1,1.0 +350613,350613,12,num,three_rule_comb0,99.0,[5 8 1],5 8 1],1,1.0 +350613,350613,12,num,three_rule_comb1,0.0,[6 9 0],6 9 0],1,1.0 +350613,350613,12,num,three_rule_comb1,1.0,[8 9 9],8 9 9],1,1.0 +350613,350613,12,num,three_rule_comb1,2.0,[3 3 2],16 3 2],0,1.0 +350613,350613,12,num,three_rule_comb1,3.0,[6 4 8],6 4 1],0,1.0 +350613,350613,12,num,three_rule_comb1,4.0,[2 2 3],2 2 3],1,1.0 +350613,350613,12,num,three_rule_comb1,5.0,[2 3 5],2 2 5],0,1.0 +350613,350613,12,num,three_rule_comb1,6.0,[6 4 4],6 4 5],0,1.0 +350613,350613,12,num,three_rule_comb1,7.0,[5 7 6],5 7 5],0,1.0 +350613,350613,12,num,three_rule_comb1,8.0,[2 4 7],2 4 7],1,1.0 +350613,350613,12,num,three_rule_comb1,9.0,[7 7 8],7 7 8],1,1.0 +350613,350613,12,num,three_rule_comb1,10.0,[1 9 1],1 9 1],1,1.0 +350613,350613,12,num,three_rule_comb1,11.0,[3 5 5],3 5 3],0,1.0 +350613,350613,12,num,three_rule_comb1,12.0,[7 7 6],7 4 6],0,1.0 +350613,350613,12,num,three_rule_comb1,13.0,[8 3 2],8 3 2],1,1.0 +350613,350613,12,num,three_rule_comb1,14.0,[8 9 3],8 9 3],1,1.0 +350613,350613,12,num,three_rule_comb1,15.0,[0 3 0],0 3 0],1,1.0 +350613,350613,12,num,three_rule_comb1,16.0,[4 6 0],4 3 0],0,1.0 +350613,350613,12,num,three_rule_comb1,17.0,[2 7 0],2 7 0],1,1.0 +350613,350613,12,num,three_rule_comb1,18.0,[3 3 5],3 3 5],1,1.0 +350613,350613,12,num,three_rule_comb1,19.0,[7 4 9],7 4 9],1,1.0 +350613,350613,12,num,three_rule_comb1,20.0,[4 1 0],4 1 0],1,1.0 +350613,350613,12,num,three_rule_comb1,21.0,[9 1 6],2 1 6],0,1.0 +350613,350613,12,num,three_rule_comb1,22.0,[5 5 7],5 5 0],0,1.0 +350613,350613,12,num,three_rule_comb1,23.0,[1 8 9],1 4 9],0,1.0 +350613,350613,12,num,three_rule_comb1,24.0,[9 4 3],9 4 3],1,1.0 +350613,350613,12,num,three_rule_comb1,25.0,[8 4 6],8 4 6],1,1.0 +350613,350613,12,num,three_rule_comb1,26.0,[8 7 1],8 7 1],1,1.0 +350613,350613,12,num,three_rule_comb1,27.0,[9 9 5],9 9 2],0,1.0 +350613,350613,12,num,three_rule_comb1,28.0,[0 2 8],0 2 0],0,1.0 +350613,350613,12,num,three_rule_comb1,29.0,[8 6 2],8 6 2],1,1.0 +350613,350613,12,num,three_rule_comb1,30.0,[6 0 0],6 0 0],1,1.0 +350613,350613,12,num,three_rule_comb1,31.0,[3 9 8],3 9 8],1,1.0 +350613,350613,12,num,three_rule_comb1,32.0,[1 2 0],1 5 0],0,1.0 +350613,350613,12,num,three_rule_comb1,33.0,[2 6 1],2 2 1],0,1.0 +350613,350613,12,num,three_rule_comb1,34.0,[4 4 2],4 4 8],0,1.0 +350613,350613,12,num,three_rule_comb1,35.0,[8 1 2],8 1 2],1,1.0 +350613,350613,12,num,three_rule_comb1,36.0,[4 8 2],9 8 2],0,1.0 +350613,350613,12,num,three_rule_comb1,37.0,[5 5 6],5 5 6],1,1.0 +350613,350613,12,num,three_rule_comb1,38.0,[8 8 2],8 8 9],0,1.0 +350613,350613,12,num,three_rule_comb1,39.0,[9 2 5],0 2 5],0,1.0 +350613,350613,12,num,three_rule_comb1,40.0,[3 2 0],8 2 0],0,1.0 +350613,350613,12,num,three_rule_comb1,41.0,[5 2 5],5 2 5],1,1.0 +350613,350613,12,num,three_rule_comb1,42.0,[5 6 0],3 6 0],0,1.0 +350613,350613,12,num,three_rule_comb1,43.0,[7 1 3],7 1 3],1,1.0 +350613,350613,12,num,three_rule_comb1,44.0,[2 6 5],10 6 5],0,1.0 +350613,350613,12,num,three_rule_comb1,45.0,[5 9 9],4 9 9],0,1.0 +350613,350613,12,num,three_rule_comb1,46.0,[6 5 8],6 7 8],0,1.0 +350613,350613,12,num,three_rule_comb1,47.0,[8 7 0],8 1 0],0,1.0 +350613,350613,12,num,three_rule_comb1,48.0,[1 6 2],1 1 2],0,1.0 +350613,350613,12,num,three_rule_comb1,49.0,[7 2 5],7 2 5],1,1.0 +350613,350613,12,num,three_rule_comb1,50.0,[5 1 3],5 1 3],1,1.0 +350613,350613,12,num,three_rule_comb1,51.0,[6 0 0],6 5 0],0,1.0 +350613,350613,12,num,three_rule_comb1,52.0,[9 7 5],6 7 5],0,1.0 +350613,350613,12,num,three_rule_comb1,53.0,[6 9 6],None,0,1.0 +350613,350613,12,num,three_rule_comb1,54.0,[4 6 5],2 6 5],0,1.0 +350613,350613,12,num,three_rule_comb1,55.0,[5 9 3],5 9 3],1,1.0 +350613,350613,12,num,three_rule_comb1,56.0,[7 7 4],7 7 2],0,1.0 +350613,350613,12,num,three_rule_comb1,57.0,[9 4 9],5 4 9],0,1.0 +350613,350613,12,num,three_rule_comb1,58.0,[9 5 0],9 5 9],0,1.0 +350613,350613,12,num,three_rule_comb1,59.0,[5 0 1],5 0 1],1,1.0 +350613,350613,12,num,three_rule_comb1,60.0,[8 4 3],8 2 3],0,1.0 +350613,350613,12,num,three_rule_comb1,61.0,[5 8 3],5 8 6],0,1.0 +350613,350613,12,num,three_rule_comb1,62.0,[4 0 4],4 1 4],0,1.0 +350613,350613,12,num,three_rule_comb1,63.0,[9 8 2],9 8 2],1,1.0 +350613,350613,12,num,three_rule_comb1,64.0,[6 9 7],5 9 7],0,1.0 +350613,350613,12,num,three_rule_comb1,65.0,[5 6 0],5 6 0],1,1.0 +350613,350613,12,num,three_rule_comb1,66.0,[2 2 7],2 4 7],0,1.0 +350613,350613,12,num,three_rule_comb1,67.0,[1 4 5],1 4 5],1,1.0 +350613,350613,12,num,three_rule_comb1,68.0,[2 1 0],2 1 0],1,1.0 +350613,350613,12,num,three_rule_comb1,69.0,[6 3 9],9 3 9],0,1.0 +350613,350613,12,num,three_rule_comb1,70.0,[1 3 2],1 3 2],1,1.0 +350613,350613,12,num,three_rule_comb1,71.0,[0 1 1],0 2 1],0,1.0 +350613,350613,12,num,three_rule_comb1,72.0,[3 2 5],8 2 5],0,1.0 +350613,350613,12,num,three_rule_comb1,73.0,[5 0 0],5 0 9],0,1.0 +350613,350613,12,num,three_rule_comb1,74.0,[9 0 8],9 0 8],1,1.0 +350613,350613,12,num,three_rule_comb1,75.0,[9 2 0],4 2 0],0,1.0 +350613,350613,12,num,three_rule_comb1,76.0,[7 0 0],7 0 9],0,1.0 +350613,350613,12,num,three_rule_comb1,77.0,[3 1 8],3 1 8],1,1.0 +350613,350613,12,num,three_rule_comb1,78.0,[9 9 3],9 9 3],1,1.0 +350613,350613,12,num,three_rule_comb1,79.0,[2 3 4],2 2 4],0,1.0 +350613,350613,12,num,three_rule_comb1,80.0,[7 5 3],2 5 3],0,1.0 +350613,350613,12,num,three_rule_comb1,81.0,[9 7 3],9 7 3],1,1.0 +350613,350613,12,num,three_rule_comb1,82.0,[0 3 8],0 3 5],0,1.0 +350613,350613,12,num,three_rule_comb1,83.0,[5 0 1],5 0 1],1,1.0 +350613,350613,12,num,three_rule_comb1,84.0,[4 8 7],4 2 7],0,1.0 +350613,350613,12,num,three_rule_comb1,85.0,[8 1 2],8 1 4],0,1.0 +350613,350613,12,num,three_rule_comb1,86.0,[8 5 7],8 5 7],1,1.0 +350613,350613,12,num,three_rule_comb1,87.0,[1 0 7],1 6 7],0,1.0 +350613,350613,12,num,three_rule_comb1,88.0,[3 4 8],None,0,1.0 +350613,350613,12,num,three_rule_comb1,89.0,[9 7 4],None,0,1.0 +350613,350613,12,num,three_rule_comb1,90.0,[4 1 8],4 1 1],0,1.0 +350613,350613,12,num,three_rule_comb1,91.0,[1 1 3],1 1 3],1,1.0 +350613,350613,12,num,three_rule_comb1,92.0,[9 6 9],9 6 9],1,1.0 +350613,350613,12,num,three_rule_comb1,93.0,[3 8 1],3 8 1],1,1.0 +350613,350613,12,num,three_rule_comb1,94.0,[3 8 0],3 8 0],1,1.0 +350613,350613,12,num,three_rule_comb1,95.0,[1 5 5],1 5 5],1,1.0 +350613,350613,12,num,three_rule_comb1,96.0,[5 1 7],5 1 7],1,1.0 +350613,350613,12,num,three_rule_comb1,97.0,[3 5 5],3 5 5],1,1.0 +350613,350613,12,num,three_rule_comb1,98.0,[6 9 4],7 9 4],0,1.0 +350613,350613,12,num,three_rule_comb1,99.0,[7 5 7],7 10 7],0,1.0 +350613,350613,12,num,three_rule_comb2,0.0,[0 0 1],0 0 1],1,1.0 +350613,350613,12,num,three_rule_comb2,1.0,[1 1 9],1 1 9],1,1.0 +350613,350613,12,num,three_rule_comb2,2.0,[8 5 6],8 5 6],1,1.0 +350613,350613,12,num,three_rule_comb2,3.0,[2 8 8],2 8 8],1,1.0 +350613,350613,12,num,three_rule_comb2,4.0,[9 3 1],9 3 1],1,1.0 +350613,350613,12,num,three_rule_comb2,5.0,[2 3 2],2 3 2],1,1.0 +350613,350613,12,num,three_rule_comb2,6.0,[4 5 3],4 5 3],1,1.0 +350613,350613,12,num,three_rule_comb2,7.0,[7 4 9],7 4 9],1,1.0 +350613,350613,12,num,three_rule_comb2,8.0,[3 8 8],3 8 8],1,1.0 +350613,350613,12,num,three_rule_comb2,9.0,[1 8 5],1 8 5],1,1.0 +350613,350613,12,num,three_rule_comb2,10.0,[1 5 9],1 5 9],1,1.0 +350613,350613,12,num,three_rule_comb2,11.0,[5 9 0],5 9 0],1,1.0 +350613,350613,12,num,three_rule_comb2,12.0,[6 2 7],6 2 7],1,1.0 +350613,350613,12,num,three_rule_comb2,13.0,[5 2 7],5 2 7],1,1.0 +350613,350613,12,num,three_rule_comb2,14.0,[2 7 8],2 7 8],1,1.0 +350613,350613,12,num,three_rule_comb2,15.0,[9 5 2],9 5 2],1,1.0 +350613,350613,12,num,three_rule_comb2,16.0,[3 5 1],3 5 1],1,1.0 +350613,350613,12,num,three_rule_comb2,17.0,[3 0 3],3 0 3],1,1.0 +350613,350613,12,num,three_rule_comb2,18.0,[6 3 9],6 3 9],1,1.0 +350613,350613,12,num,three_rule_comb2,19.0,[4 7 4],4 7 4],1,1.0 +350613,350613,12,num,three_rule_comb2,20.0,[1 9 9],1 9 9],1,1.0 +350613,350613,12,num,three_rule_comb2,21.0,[5 5 3],5 5 3],1,1.0 +350613,350613,12,num,three_rule_comb2,22.0,[7 0 1],7 0 1],1,1.0 +350613,350613,12,num,three_rule_comb2,23.0,[2 1 8],2 1 8],1,1.0 +350613,350613,12,num,three_rule_comb2,24.0,[0 9 5],0 9 5],1,1.0 +350613,350613,12,num,three_rule_comb2,25.0,[6 8 4],6 8 4],1,1.0 +350613,350613,12,num,three_rule_comb2,26.0,[2 3 7],2 3 7],1,1.0 +350613,350613,12,num,three_rule_comb2,27.0,[1 5 2],1 5 2],1,1.0 +350613,350613,12,num,three_rule_comb2,28.0,[1 0 7],1 0 7],1,1.0 +350613,350613,12,num,three_rule_comb2,29.0,[6 5 1],6 5 1],1,1.0 +350613,350613,12,num,three_rule_comb2,30.0,[2 5 8],2 5 8],1,1.0 +350613,350613,12,num,three_rule_comb2,31.0,[1 0 1],1 0 1],1,1.0 +350613,350613,12,num,three_rule_comb2,32.0,[3 4 5],3 4 5],1,1.0 +350613,350613,12,num,three_rule_comb2,33.0,[6 7 2],6 7 2],1,1.0 +350613,350613,12,num,three_rule_comb2,34.0,[1 4 9],1 4 9],1,1.0 +350613,350613,12,num,three_rule_comb2,35.0,[1 0 3],1 0 3],1,1.0 +350613,350613,12,num,three_rule_comb2,36.0,[3 0 8],3 0 8],1,1.0 +350613,350613,12,num,three_rule_comb2,37.0,[6 2 2],6 2 2],1,1.0 +350613,350613,12,num,three_rule_comb2,38.0,[7 8 9],7 8 9],1,1.0 +350613,350613,12,num,three_rule_comb2,39.0,[0 1 9],0 1 9],1,1.0 +350613,350613,12,num,three_rule_comb2,40.0,[5 0 4],5 0 4],1,1.0 +350613,350613,12,num,three_rule_comb2,41.0,[4 8 7],4 8 7],1,1.0 +350613,350613,12,num,three_rule_comb2,42.0,[8 2 1],8 2 1],1,1.0 +350613,350613,12,num,three_rule_comb2,43.0,[7 6 7],7 6 7],1,1.0 +350613,350613,12,num,three_rule_comb2,44.0,[2 9 9],2 9 9],1,1.0 +350613,350613,12,num,three_rule_comb2,45.0,[0 1 7],0 1 7],1,1.0 +350613,350613,12,num,three_rule_comb2,46.0,[1 0 0],1 0 0],1,1.0 +350613,350613,12,num,three_rule_comb2,47.0,[4 4 7],4 4 7],1,1.0 +350613,350613,12,num,three_rule_comb2,48.0,[0 5 8],0 5 8],1,1.0 +350613,350613,12,num,three_rule_comb2,49.0,[8 8 2],8 8 2],1,1.0 +350613,350613,12,num,three_rule_comb2,50.0,[6 7 7],6 7 7],1,1.0 +350613,350613,12,num,three_rule_comb2,51.0,[4 2 3],4 2 3],1,1.0 +350613,350613,12,num,three_rule_comb2,52.0,[5 4 1],5 4 1],1,1.0 +350613,350613,12,num,three_rule_comb2,53.0,[1 1 4],1 1 4],1,1.0 +350613,350613,12,num,three_rule_comb2,54.0,[5 2 4],5 2 4],1,1.0 +350613,350613,12,num,three_rule_comb2,55.0,[8 6 8],8 6 8],1,1.0 +350613,350613,12,num,three_rule_comb2,56.0,[2 3 3],2 3 3],1,1.0 +350613,350613,12,num,three_rule_comb2,57.0,[1 2 8],1 2 8],1,1.0 +350613,350613,12,num,three_rule_comb2,58.0,[3 2 8],3 2 8],1,1.0 +350613,350613,12,num,three_rule_comb2,59.0,[1 6 4],1 6 4],1,1.0 +350613,350613,12,num,three_rule_comb2,60.0,[9 5 1],9 5 1],1,1.0 +350613,350613,12,num,three_rule_comb2,61.0,[7 7 7],7 7 7],1,1.0 +350613,350613,12,num,three_rule_comb2,62.0,[8 6 2],8 6 2],1,1.0 +350613,350613,12,num,three_rule_comb2,63.0,[6 5 7],6 5 7],1,1.0 +350613,350613,12,num,three_rule_comb2,64.0,[1 2 2],1 2 2],1,1.0 +350613,350613,12,num,three_rule_comb2,65.0,[3 0 6],3 0 6],1,1.0 +350613,350613,12,num,three_rule_comb2,66.0,[9 3 9],9 3 9],1,1.0 +350613,350613,12,num,three_rule_comb2,67.0,[9 8 9],9 8 9],1,1.0 +350613,350613,12,num,three_rule_comb2,68.0,[6 0 0],6 0 0],1,1.0 +350613,350613,12,num,three_rule_comb2,69.0,[9 9 7],9 9 7],1,1.0 +350613,350613,12,num,three_rule_comb2,70.0,[4 7 4],4 7 4],1,1.0 +350613,350613,12,num,three_rule_comb2,71.0,[0 1 5],0 1 5],1,1.0 +350613,350613,12,num,three_rule_comb2,72.0,[4 0 1],4 0 1],1,1.0 +350613,350613,12,num,three_rule_comb2,73.0,[1 3 6],1 3 6],1,1.0 +350613,350613,12,num,three_rule_comb2,74.0,[5 8 8],5 8 8],1,1.0 +350613,350613,12,num,three_rule_comb2,75.0,[7 3 0],7 3 0],1,1.0 +350613,350613,12,num,three_rule_comb2,76.0,[2 9 7],2 9 7],1,1.0 +350613,350613,12,num,three_rule_comb2,77.0,[1 9 8],1 9 8],1,1.0 +350613,350613,12,num,three_rule_comb2,78.0,[1 8 8],1 8 8],1,1.0 +350613,350613,12,num,three_rule_comb2,79.0,[7 4 7],7 4 7],1,1.0 +350613,350613,12,num,three_rule_comb2,80.0,[7 9 7],7 9 7],1,1.0 +350613,350613,12,num,three_rule_comb2,81.0,[7 0 6],7 0 6],1,1.0 +350613,350613,12,num,three_rule_comb2,82.0,[4 2 2],4 2 2],1,1.0 +350613,350613,12,num,three_rule_comb2,83.0,[6 0 7],6 0 7],1,1.0 +350613,350613,12,num,three_rule_comb2,84.0,[5 4 2],5 4 2],1,1.0 +350613,350613,12,num,three_rule_comb2,85.0,[8 6 0],8 6 0],1,1.0 +350613,350613,12,num,three_rule_comb2,86.0,[7 8 4],7 8 4],1,1.0 +350613,350613,12,num,three_rule_comb2,87.0,[0 3 8],0 3 8],1,1.0 +350613,350613,12,num,three_rule_comb2,88.0,[8 9 9],8 9 9],1,1.0 +350613,350613,12,num,three_rule_comb2,89.0,[4 2 2],4 2 2],1,1.0 +350613,350613,12,num,three_rule_comb2,90.0,[5 7 6],5 7 6],1,1.0 +350613,350613,12,num,three_rule_comb2,91.0,[5 0 1],5 0 1],1,1.0 +350613,350613,12,num,three_rule_comb2,92.0,[5 5 2],5 5 2],1,1.0 +350613,350613,12,num,three_rule_comb2,93.0,[4 5 1],4 5 1],1,1.0 +350613,350613,12,num,three_rule_comb2,94.0,[1 8 6],1 8 6],1,1.0 +350613,350613,12,num,three_rule_comb2,95.0,[4 8 9],4 8 9],1,1.0 +350613,350613,12,num,three_rule_comb2,96.0,[6 8 6],6 8 6],1,1.0 +350613,350613,12,num,three_rule_comb2,97.0,[7 3 4],7 3 4],1,1.0 +350613,350613,12,num,three_rule_comb2,98.0,[4 1 8],4 1 8],1,1.0 +350613,350613,12,num,three_rule_comb2,99.0,[8 0 8],8 0 8],1,1.0 +350613,350613,12,num,three_rule_comb3,0.0,[5 1 7],5 1 7],1,1.0 +350613,350613,12,num,three_rule_comb3,1.0,[2 1 2],7 8 2],0,1.0 +350613,350613,12,num,three_rule_comb3,2.0,[6 3 7],6 3 7],1,1.0 +350613,350613,12,num,three_rule_comb3,3.0,[4 8 9],4 8 9],1,1.0 +350613,350613,12,num,three_rule_comb3,4.0,[0 5 4],0 5 4],1,1.0 +350613,350613,12,num,three_rule_comb3,5.0,[4 1 4],4 1 4],1,1.0 +350613,350613,12,num,three_rule_comb3,6.0,[4 7 8],4 7 8],1,1.0 +350613,350613,12,num,three_rule_comb3,7.0,[9 0 6],9 0 6],1,1.0 +350613,350613,12,num,three_rule_comb3,8.0,[9 0 5],9 0 5],1,1.0 +350613,350613,12,num,three_rule_comb3,9.0,[9 0 4],9 0 4],1,1.0 +350613,350613,12,num,three_rule_comb3,10.0,[6 2 7],6 2 7],1,1.0 +350613,350613,12,num,three_rule_comb3,11.0,[0 7 5],0 1 5],0,1.0 +350613,350613,12,num,three_rule_comb3,12.0,[3 0 8],3 2 4],0,1.0 +350613,350613,12,num,three_rule_comb3,13.0,[2 6 9],2 6 9],1,1.0 +350613,350613,12,num,three_rule_comb3,14.0,[4 3 5],4 3 5],1,1.0 +350613,350613,12,num,three_rule_comb3,15.0,[1 3 9],1 3 9],1,1.0 +350613,350613,12,num,three_rule_comb3,16.0,[1 9 6],1 9 6],1,1.0 +350613,350613,12,num,three_rule_comb3,17.0,[8 9 9],2 8 9],0,1.0 +350613,350613,12,num,three_rule_comb3,18.0,[5 5 9],5 5 9],1,1.0 +350613,350613,12,num,three_rule_comb3,19.0,[7 2 1],7 2 1],1,1.0 +350613,350613,12,num,three_rule_comb3,20.0,[9 5 4],9 6 4],0,1.0 +350613,350613,12,num,three_rule_comb3,21.0,[3 3 2],3 3 2],1,1.0 +350613,350613,12,num,three_rule_comb3,22.0,[4 7 6],7 7 5],0,1.0 +350613,350613,12,num,three_rule_comb3,23.0,[3 3 9],3 3 9],1,1.0 +350613,350613,12,num,three_rule_comb3,24.0,[0 1 4],0 1 1],0,1.0 +350613,350613,12,num,three_rule_comb3,25.0,[1 6 8],1 4 5],0,1.0 +350613,350613,12,num,three_rule_comb3,26.0,[5 7 8],5 5 8],0,1.0 +350613,350613,12,num,three_rule_comb3,27.0,[1 1 3],1 1 3],1,1.0 +350613,350613,12,num,three_rule_comb3,28.0,[4 0 4],0 0 7],0,1.0 +350613,350613,12,num,three_rule_comb3,29.0,[0 6 7],0 6 7],1,1.0 +350613,350613,12,num,three_rule_comb3,30.0,[5 1 9],5 4 9],0,1.0 +350613,350613,12,num,three_rule_comb3,31.0,[6 4 8],6 4 8],1,1.0 +350613,350613,12,num,three_rule_comb3,32.0,[9 3 0],9 3 3],0,1.0 +350613,350613,12,num,three_rule_comb3,33.0,[9 9 5],9 2 5],0,1.0 +350613,350613,12,num,three_rule_comb3,34.0,[9 4 8],9 4 8],1,1.0 +350613,350613,12,num,three_rule_comb3,35.0,[3 3 8],3 3 8],1,1.0 +350613,350613,12,num,three_rule_comb3,36.0,[1 6 3],1 7 3],0,1.0 +350613,350613,12,num,three_rule_comb3,37.0,[4 5 7],4 1 7],0,1.0 +350613,350613,12,num,three_rule_comb3,38.0,[8 7 9],8 7 0],0,1.0 +350613,350613,12,num,three_rule_comb3,39.0,[3 8 3],3 8 3],1,1.0 +350613,350613,12,num,three_rule_comb3,40.0,[0 0 9],4 0 9],0,1.0 +350613,350613,12,num,three_rule_comb3,41.0,[5 2 2],5 2 2],1,1.0 +350613,350613,12,num,three_rule_comb3,42.0,[9 1 6],9 6 6],0,1.0 +350613,350613,12,num,three_rule_comb3,43.0,[3 4 3],3 4 3],1,1.0 +350613,350613,12,num,three_rule_comb3,44.0,[8 9 8],8 9 8],1,1.0 +350613,350613,12,num,three_rule_comb3,45.0,[9 9 0],9 9 0],1,1.0 +350613,350613,12,num,three_rule_comb3,46.0,[0 5 1],0 6 2],0,1.0 +350613,350613,12,num,three_rule_comb3,47.0,[6 4 2],6 4 7],0,1.0 +350613,350613,12,num,three_rule_comb3,48.0,[7 7 8],7 3 2],0,1.0 +350613,350613,12,num,three_rule_comb3,49.0,[9 9 4],9 9 4],1,1.0 +350613,350613,12,num,three_rule_comb3,50.0,[1 6 5],1 6 8],0,1.0 +350613,350613,12,num,three_rule_comb3,51.0,[9 0 8],9 0 8],1,1.0 +350613,350613,12,num,three_rule_comb3,52.0,[4 4 6],4 1 6],0,1.0 +350613,350613,12,num,three_rule_comb3,53.0,[6 0 1],6 0 1],1,1.0 +350613,350613,12,num,three_rule_comb3,54.0,[0 7 5],0 7 5],1,1.0 +350613,350613,12,num,three_rule_comb3,55.0,[4 2 3],4 2 3],1,1.0 +350613,350613,12,num,three_rule_comb3,56.0,[9 3 7],None,0,1.0 +350613,350613,12,num,three_rule_comb3,57.0,[6 3 3],6 3 3],1,1.0 +350613,350613,12,num,three_rule_comb3,58.0,[5 1 1],5 1 3],0,1.0 +350613,350613,12,num,three_rule_comb3,59.0,[1 6 1],1 6 1],1,1.0 +350613,350613,12,num,three_rule_comb3,60.0,[6 1 0],6 1 0],1,1.0 +350613,350613,12,num,three_rule_comb3,61.0,[8 4 8],1 8 8],0,1.0 +350613,350613,12,num,three_rule_comb3,62.0,[5 4 7],5 4 7],1,1.0 +350613,350613,12,num,three_rule_comb3,63.0,[6 3 3],6 3 3],1,1.0 +350613,350613,12,num,three_rule_comb3,64.0,[3 0 7],3 0 7],1,1.0 +350613,350613,12,num,three_rule_comb3,65.0,[7 7 9],7 7 9],1,1.0 +350613,350613,12,num,three_rule_comb3,66.0,[8 7 6],8 7 2],0,1.0 +350613,350613,12,num,three_rule_comb3,67.0,[1 8 6],1 8 6],1,1.0 +350613,350613,12,num,three_rule_comb3,68.0,[2 3 2],2 3 2],1,1.0 +350613,350613,12,num,three_rule_comb3,69.0,[8 5 4],5 5 1],0,1.0 +350613,350613,12,num,three_rule_comb3,70.0,[8 6 2],8 6 2],1,1.0 +350613,350613,12,num,three_rule_comb3,71.0,[1 9 4],1 9 4],1,1.0 +350613,350613,12,num,three_rule_comb3,72.0,[3 2 6],6 6 6],0,1.0 +350613,350613,12,num,three_rule_comb3,73.0,[9 8 0],9 8 0],1,1.0 +350613,350613,12,num,three_rule_comb3,74.0,[7 8 3],7 2 3],0,1.0 +350613,350613,12,num,three_rule_comb3,75.0,[4 1 4],4 1 4],1,1.0 +350613,350613,12,num,three_rule_comb3,76.0,[3 5 4],3 5 4],1,1.0 +350613,350613,12,num,three_rule_comb3,77.0,[6 9 3],6 9 3],1,1.0 +350613,350613,12,num,three_rule_comb3,78.0,[1 5 9],6 5 4],0,1.0 +350613,350613,12,num,three_rule_comb3,79.0,[3 8 6],3 8 6],1,1.0 +350613,350613,12,num,three_rule_comb3,80.0,[4 5 1],4 8 1],0,1.0 +350613,350613,12,num,three_rule_comb3,81.0,[9 1 6],9 1 6],1,1.0 +350613,350613,12,num,three_rule_comb3,82.0,[1 5 9],2 5 9],0,1.0 +350613,350613,12,num,three_rule_comb3,83.0,[9 1 7],9 1 7],1,1.0 +350613,350613,12,num,three_rule_comb3,84.0,[6 1 3],6 1 3],1,1.0 +350613,350613,12,num,three_rule_comb3,85.0,[3 0 6],3 0 6],1,1.0 +350613,350613,12,num,three_rule_comb3,86.0,[7 6 2],7 6 2],1,1.0 +350613,350613,12,num,three_rule_comb3,87.0,[7 6 6],7 6 6],1,1.0 +350613,350613,12,num,three_rule_comb3,88.0,[7 7 7],7 7 7],1,1.0 +350613,350613,12,num,three_rule_comb3,89.0,[1 4 9],1 4 9],1,1.0 +350613,350613,12,num,three_rule_comb3,90.0,[4 9 3],4 9 3],1,1.0 +350613,350613,12,num,three_rule_comb3,91.0,[1 0 8],1 0 8],1,1.0 +350613,350613,12,num,three_rule_comb3,92.0,[2 4 7],7 2 7],0,1.0 +350613,350613,12,num,three_rule_comb3,93.0,[4 1 9],4 4 9],0,1.0 +350613,350613,12,num,three_rule_comb3,94.0,[6 0 5],4 0 5],0,1.0 +350613,350613,12,num,three_rule_comb3,95.0,[7 9 7],7 9 7],1,1.0 +350613,350613,12,num,three_rule_comb3,96.0,[4 4 1],4 2 1],0,1.0 +350613,350613,12,num,three_rule_comb3,97.0,[6 1 5],6 1 5],1,1.0 +350613,350613,12,num,three_rule_comb3,98.0,[0 8 2],0 8 2],1,1.0 +350613,350613,12,num,three_rule_comb3,99.0,[0 6 2],0 6 2],1,1.0 +350613,350613,12,num,three_rule_comb4,0.0,[8 7 0],8 7 1],0,1.0 +350613,350613,12,num,three_rule_comb4,1.0,[7 9 4],7 9 1],0,1.0 +350613,350613,12,num,three_rule_comb4,2.0,[9 3 1],9 4 1],0,1.0 +350613,350613,12,num,three_rule_comb4,3.0,[9 7 0],9 7 0],1,1.0 +350613,350613,12,num,three_rule_comb4,4.0,[9 8 3],9 4 3],0,1.0 +350613,350613,12,num,three_rule_comb4,5.0,[4 8 5],4 8 5],1,1.0 +350613,350613,12,num,three_rule_comb4,6.0,[9 3 6],9 3 6],1,1.0 +350613,350613,12,num,three_rule_comb4,7.0,[2 5 8],2 2 8],0,1.0 +350613,350613,12,num,three_rule_comb4,8.0,[6 0 5],7 0 5],0,1.0 +350613,350613,12,num,three_rule_comb4,9.0,[0 1 9],7 1 9],0,1.0 +350613,350613,12,num,three_rule_comb4,10.0,[8 1 5],8 1 5],1,1.0 +350613,350613,12,num,three_rule_comb4,11.0,[7 3 8],7 3 8],1,1.0 +350613,350613,12,num,three_rule_comb4,12.0,[4 3 3],4 3 6],0,1.0 +350613,350613,12,num,three_rule_comb4,13.0,[0 8 0],0 8 0],1,1.0 +350613,350613,12,num,three_rule_comb4,14.0,[3 0 9],3 0 9],1,1.0 +350613,350613,12,num,three_rule_comb4,15.0,[9 8 8],9 8 1],0,1.0 +350613,350613,12,num,three_rule_comb4,16.0,[0 0 0],0 0 0],1,1.0 +350613,350613,12,num,three_rule_comb4,17.0,[2 7 1],2 6 1],0,1.0 +350613,350613,12,num,three_rule_comb4,18.0,[7 4 2],7 4 4],0,1.0 +350613,350613,12,num,three_rule_comb4,19.0,[5 4 5],5 4 1],0,1.0 +350613,350613,12,num,three_rule_comb4,20.0,[2 5 2],2 5 4],0,1.0 +350613,350613,12,num,three_rule_comb4,21.0,[3 3 4],3 4 27],0,1.0 +350613,350613,12,num,three_rule_comb4,22.0,[5 0 3],5 3 3],0,1.0 +350613,350613,12,num,three_rule_comb4,23.0,[3 0 8],3 0 3],0,1.0 +350613,350613,12,num,three_rule_comb4,24.0,[5 8 0],5 8 0],1,1.0 +350613,350613,12,num,three_rule_comb4,25.0,[2 1 2],2 1 2],1,1.0 +350613,350613,12,num,three_rule_comb4,26.0,[2 7 2],2 2 2],0,1.0 +350613,350613,12,num,three_rule_comb4,27.0,[5 9 8],5 9 1],0,1.0 +350613,350613,12,num,three_rule_comb4,28.0,[2 7 5],2 7 5],1,1.0 +350613,350613,12,num,three_rule_comb4,29.0,[5 5 1],5 5 1],1,1.0 +350613,350613,12,num,three_rule_comb4,30.0,[4 4 1],4 4 1],1,1.0 +350613,350613,12,num,three_rule_comb4,31.0,[1 3 4],1 3 4],1,1.0 +350613,350613,12,num,three_rule_comb4,32.0,[5 9 3],2 9 3],0,1.0 +350613,350613,12,num,three_rule_comb4,33.0,[0 8 0],0 8 6],0,1.0 +350613,350613,12,num,three_rule_comb4,34.0,[6 6 8],7 6 8],0,1.0 +350613,350613,12,num,three_rule_comb4,35.0,[1 2 8],1 2 8],1,1.0 +350613,350613,12,num,three_rule_comb4,36.0,[5 8 3],5 8 8],0,1.0 +350613,350613,12,num,three_rule_comb4,37.0,[2 0 1],2 0 6],0,1.0 +350613,350613,12,num,three_rule_comb4,38.0,[1 4 6],1 4 3],0,1.0 +350613,350613,12,num,three_rule_comb4,39.0,[5 4 8],5 4 8],1,1.0 +350613,350613,12,num,three_rule_comb4,40.0,[1 6 1],1 6 8],0,1.0 +350613,350613,12,num,three_rule_comb4,41.0,[7 3 8],7 3 8],1,1.0 +350613,350613,12,num,three_rule_comb4,42.0,[8 4 5],8 8 2],0,1.0 +350613,350613,12,num,three_rule_comb4,43.0,[5 3 8],8 3 8],0,1.0 +350613,350613,12,num,three_rule_comb4,44.0,[7 1 9],7 4 9],0,1.0 +350613,350613,12,num,three_rule_comb4,45.0,[7 8 4],7 2 4],0,1.0 +350613,350613,12,num,three_rule_comb4,46.0,[2 2 1],2 2 5],0,1.0 +350613,350613,12,num,three_rule_comb4,47.0,[9 9 8],9 9 8],1,1.0 +350613,350613,12,num,three_rule_comb4,48.0,[0 2 3],0 2 3],1,1.0 +350613,350613,12,num,three_rule_comb4,49.0,[1 6 9],1 6 10],0,1.0 +350613,350613,12,num,three_rule_comb4,50.0,[4 8 5],-2 8 5],0,1.0 +350613,350613,12,num,three_rule_comb4,51.0,[8 8 6],8 2 6],0,1.0 +350613,350613,12,num,three_rule_comb4,52.0,[8 4 0],8 0 0],0,1.0 +350613,350613,12,num,three_rule_comb4,53.0,[0 9 9],0 9 9],1,1.0 +350613,350613,12,num,three_rule_comb4,54.0,[3 4 7],3 4 7],1,1.0 +350613,350613,12,num,three_rule_comb4,55.0,[4 7 6],4 7 6],1,1.0 +350613,350613,12,num,three_rule_comb4,56.0,[7 5 5],7 8 5],0,1.0 +350613,350613,12,num,three_rule_comb4,57.0,[6 7 1],6 7 1],1,1.0 +350613,350613,12,num,three_rule_comb4,58.0,[2 9 9],2 9 9],1,1.0 +350613,350613,12,num,three_rule_comb4,59.0,[5 3 5],5 3 5],1,1.0 +350613,350613,12,num,three_rule_comb4,60.0,[0 8 4],0 5 4],0,1.0 +350613,350613,12,num,three_rule_comb4,61.0,[2 3 8],2 3 8],1,1.0 +350613,350613,12,num,three_rule_comb4,62.0,[8 1 9],8 1 9],1,1.0 +350613,350613,12,num,three_rule_comb4,63.0,[0 7 4],0 0 4],0,1.0 +350613,350613,12,num,three_rule_comb4,64.0,[5 9 2],5 9 4],0,1.0 +350613,350613,12,num,three_rule_comb4,65.0,[6 6 2],6 5 2],0,1.0 +350613,350613,12,num,three_rule_comb4,66.0,[8 0 0],8 0 6],0,1.0 +350613,350613,12,num,three_rule_comb4,67.0,[6 9 9],2 9 9],0,1.0 +350613,350613,12,num,three_rule_comb4,68.0,[0 9 4],0 2 4],0,1.0 +350613,350613,12,num,three_rule_comb4,69.0,[5 8 6],5 8 3],0,1.0 +350613,350613,12,num,three_rule_comb4,70.0,[0 3 5],0 3 0],0,1.0 +350613,350613,12,num,three_rule_comb4,71.0,[3 2 8],3 2 1],0,1.0 +350613,350613,12,num,three_rule_comb4,72.0,[7 7 4],7 7 4],1,1.0 +350613,350613,12,num,three_rule_comb4,73.0,[1 7 2],1 7 2],1,1.0 +350613,350613,12,num,three_rule_comb4,74.0,[0 7 5],0 7 5],1,1.0 +350613,350613,12,num,three_rule_comb4,75.0,[0 3 3],0 3 3],1,1.0 +350613,350613,12,num,three_rule_comb4,76.0,[5 9 5],5 9 5],1,1.0 +350613,350613,12,num,three_rule_comb4,77.0,[8 2 9],8 9 9],0,1.0 +350613,350613,12,num,three_rule_comb4,78.0,[5 1 1],5 1 1],1,1.0 +350613,350613,12,num,three_rule_comb4,79.0,[6 7 5],6 7 6],0,1.0 +350613,350613,12,num,three_rule_comb4,80.0,[4 4 0],4 1 0],0,1.0 +350613,350613,12,num,three_rule_comb4,81.0,[8 4 7],8 4 7],1,1.0 +350613,350613,12,num,three_rule_comb4,82.0,[9 0 2],9 0 5],0,1.0 +350613,350613,12,num,three_rule_comb4,83.0,[5 3 9],5 1 9],0,1.0 +350613,350613,12,num,three_rule_comb4,84.0,[4 2 8],4 5 8],0,1.0 +350613,350613,12,num,three_rule_comb4,85.0,[8 2 4],8 2 1],0,1.0 +350613,350613,12,num,three_rule_comb4,86.0,[2 8 8],2 8 8],1,1.0 +350613,350613,12,num,three_rule_comb4,87.0,[3 6 5],4 6 5],0,1.0 +350613,350613,12,num,three_rule_comb4,88.0,[8 7 5],8 7 8],0,1.0 +350613,350613,12,num,three_rule_comb4,89.0,[9 9 5],9 9 5],1,1.0 +350613,350613,12,num,three_rule_comb4,90.0,[8 6 2],8 6 2],1,1.0 +350613,350613,12,num,three_rule_comb4,91.0,[5 6 1],5 6 1],1,1.0 +350613,350613,12,num,three_rule_comb4,92.0,[2 9 4],2 3 4],0,1.0 +350613,350613,12,num,three_rule_comb4,93.0,[4 9 6],None,0,1.0 +350613,350613,12,num,three_rule_comb4,94.0,[5 4 5],5 4 5],1,1.0 +350613,350613,12,num,three_rule_comb4,95.0,[7 2 6],7 2 6],1,1.0 +350613,350613,12,num,three_rule_comb4,96.0,[5 1 7],5 1 2],0,1.0 +350613,350613,12,num,three_rule_comb4,97.0,[5 1 1],2 1 1],0,1.0 +350613,350613,12,num,three_rule_comb4,98.0,[0 7 8],0 7 3],0,1.0 +350613,350613,12,num,three_rule_comb4,99.0,[4 0 9],4 0 0],0,1.0 +350613,350613,12,num,three_rule_comb5,0.0,[5 0 7],5 0 7],1,1.0 +350613,350613,12,num,three_rule_comb5,1.0,[3 3 1],3 3 1],1,1.0 +350613,350613,12,num,three_rule_comb5,2.0,[5 3 1],5 3 1],1,1.0 +350613,350613,12,num,three_rule_comb5,3.0,[5 9 2],5 9 2],1,1.0 +350613,350613,12,num,three_rule_comb5,4.0,[0 2 4],0 2 4],1,1.0 +350613,350613,12,num,three_rule_comb5,5.0,[9 2 8],9 2 8],1,1.0 +350613,350613,12,num,three_rule_comb5,6.0,[2 8 7],2 8 7],1,1.0 +350613,350613,12,num,three_rule_comb5,7.0,[8 4 5],8 4 5],1,1.0 +350613,350613,12,num,three_rule_comb5,8.0,[7 4 7],7 4 7],1,1.0 +350613,350613,12,num,three_rule_comb5,9.0,[6 1 5],6 1 5],1,1.0 +350613,350613,12,num,three_rule_comb5,10.0,[5 5 6],5 5 6],1,1.0 +350613,350613,12,num,three_rule_comb5,11.0,[2 4 8],2 4 8],1,1.0 +350613,350613,12,num,three_rule_comb5,12.0,[0 6 0],0 6 0],1,1.0 +350613,350613,12,num,three_rule_comb5,13.0,[9 4 0],9 4 0],1,1.0 +350613,350613,12,num,three_rule_comb5,14.0,[6 3 2],6 3 2],1,1.0 +350613,350613,12,num,three_rule_comb5,15.0,[0 9 8],0 9 8],1,1.0 +350613,350613,12,num,three_rule_comb5,16.0,[7 5 6],7 5 6],1,1.0 +350613,350613,12,num,three_rule_comb5,17.0,[0 1 7],0 1 7],1,1.0 +350613,350613,12,num,three_rule_comb5,18.0,[1 4 1],1 4 1],1,1.0 +350613,350613,12,num,three_rule_comb5,19.0,[0 1 0],0 1 0],1,1.0 +350613,350613,12,num,three_rule_comb5,20.0,[4 4 9],4 4 9],1,1.0 +350613,350613,12,num,three_rule_comb5,21.0,[1 7 4],1 7 4],1,1.0 +350613,350613,12,num,three_rule_comb5,22.0,[9 4 4],9 4 4],1,1.0 +350613,350613,12,num,three_rule_comb5,23.0,[5 4 0],5 4 0],1,1.0 +350613,350613,12,num,three_rule_comb5,24.0,[6 0 4],6 0 4],1,1.0 +350613,350613,12,num,three_rule_comb5,25.0,[8 6 1],8 6 1],1,1.0 +350613,350613,12,num,three_rule_comb5,26.0,[7 4 8],7 4 8],1,1.0 +350613,350613,12,num,three_rule_comb5,27.0,[9 3 6],9 3 6],1,1.0 +350613,350613,12,num,three_rule_comb5,28.0,[4 8 3],4 8 3],1,1.0 +350613,350613,12,num,three_rule_comb5,29.0,[9 8 0],9 8 0],1,1.0 +350613,350613,12,num,three_rule_comb5,30.0,[5 9 5],5 9 5],1,1.0 +350613,350613,12,num,three_rule_comb5,31.0,[5 4 4],5 4 4],1,1.0 +350613,350613,12,num,three_rule_comb5,32.0,[5 5 9],5 5 9],1,1.0 +350613,350613,12,num,three_rule_comb5,33.0,[7 1 8],7 1 8],1,1.0 +350613,350613,12,num,three_rule_comb5,34.0,[4 0 5],4 0 5],1,1.0 +350613,350613,12,num,three_rule_comb5,35.0,[5 9 2],5 9 2],1,1.0 +350613,350613,12,num,three_rule_comb5,36.0,[1 2 2],1 2 2],1,1.0 +350613,350613,12,num,three_rule_comb5,37.0,[5 2 7],5 2 7],1,1.0 +350613,350613,12,num,three_rule_comb5,38.0,[3 9 1],3 9 1],1,1.0 +350613,350613,12,num,three_rule_comb5,39.0,[3 8 9],3 8 9],1,1.0 +350613,350613,12,num,three_rule_comb5,40.0,[0 0 0],0 0 0],1,1.0 +350613,350613,12,num,three_rule_comb5,41.0,[7 0 3],7 0 3],1,1.0 +350613,350613,12,num,three_rule_comb5,42.0,[3 6 8],3 6 8],1,1.0 +350613,350613,12,num,three_rule_comb5,43.0,[5 1 0],5 1 0],1,1.0 +350613,350613,12,num,three_rule_comb5,44.0,[6 4 9],None,0,1.0 +350613,350613,12,num,three_rule_comb5,45.0,[5 3 0],5 3 0],1,1.0 +350613,350613,12,num,three_rule_comb5,46.0,[3 3 8],3 3 8],1,1.0 +350613,350613,12,num,three_rule_comb5,47.0,[9 9 8],9 9 8],1,1.0 +350613,350613,12,num,three_rule_comb5,48.0,[5 3 4],5 3 4],1,1.0 +350613,350613,12,num,three_rule_comb5,49.0,[3 4 9],3 4 9],1,1.0 +350613,350613,12,num,three_rule_comb5,50.0,[2 1 7],2 1 7],1,1.0 +350613,350613,12,num,three_rule_comb5,51.0,[2 2 5],2 2 5],1,1.0 +350613,350613,12,num,three_rule_comb5,52.0,[1 4 9],1 4 9],1,1.0 +350613,350613,12,num,three_rule_comb5,53.0,[1 5 9],1 5 9],1,1.0 +350613,350613,12,num,three_rule_comb5,54.0,[0 8 8],0 8 8],1,1.0 +350613,350613,12,num,three_rule_comb5,55.0,[0 5 9],0 5 9],1,1.0 +350613,350613,12,num,three_rule_comb5,56.0,[0 6 2],0 6 2],1,1.0 +350613,350613,12,num,three_rule_comb5,57.0,[4 3 1],4 3 1],1,1.0 +350613,350613,12,num,three_rule_comb5,58.0,[0 6 9],0 6 9],1,1.0 +350613,350613,12,num,three_rule_comb5,59.0,[8 7 0],8 7 0],1,1.0 +350613,350613,12,num,three_rule_comb5,60.0,[1 4 7],1 4 7],1,1.0 +350613,350613,12,num,three_rule_comb5,61.0,[7 4 1],7 4 1],1,1.0 +350613,350613,12,num,three_rule_comb5,62.0,[4 0 4],4 0 4],1,1.0 +350613,350613,12,num,three_rule_comb5,63.0,[9 0 1],9 0 1],1,1.0 +350613,350613,12,num,three_rule_comb5,64.0,[7 0 8],7 0 8],1,1.0 +350613,350613,12,num,three_rule_comb5,65.0,[3 4 8],3 4 8],1,1.0 +350613,350613,12,num,three_rule_comb5,66.0,[9 1 0],9 1 0],1,1.0 +350613,350613,12,num,three_rule_comb5,67.0,[1 1 5],1 1 5],1,1.0 +350613,350613,12,num,three_rule_comb5,68.0,[3 5 3],3 5 3],1,1.0 +350613,350613,12,num,three_rule_comb5,69.0,[3 4 4],3 4 4],1,1.0 +350613,350613,12,num,three_rule_comb5,70.0,[3 2 5],3 2 5],1,1.0 +350613,350613,12,num,three_rule_comb5,71.0,[0 5 5],0 5 5],1,1.0 +350613,350613,12,num,three_rule_comb5,72.0,[5 9 7],5 9 7],1,1.0 +350613,350613,12,num,three_rule_comb5,73.0,[9 9 3],9 9 3],1,1.0 +350613,350613,12,num,three_rule_comb5,74.0,[8 4 5],8 4 5],1,1.0 +350613,350613,12,num,three_rule_comb5,75.0,[3 5 8],3 5 8],1,1.0 +350613,350613,12,num,three_rule_comb5,76.0,[4 3 3],4 3 3],1,1.0 +350613,350613,12,num,three_rule_comb5,77.0,[8 0 6],8 0 6],1,1.0 +350613,350613,12,num,three_rule_comb5,78.0,[8 6 7],8 6 7],1,1.0 +350613,350613,12,num,three_rule_comb5,79.0,[9 1 0],9 1 0],1,1.0 +350613,350613,12,num,three_rule_comb5,80.0,[0 9 5],0 9 5],1,1.0 +350613,350613,12,num,three_rule_comb5,81.0,[4 3 2],4 3 2],1,1.0 +350613,350613,12,num,three_rule_comb5,82.0,[2 8 6],2 8 6],1,1.0 +350613,350613,12,num,three_rule_comb5,83.0,[1 7 6],1 7 6],1,1.0 +350613,350613,12,num,three_rule_comb5,84.0,[9 0 9],9 0 9],1,1.0 +350613,350613,12,num,three_rule_comb5,85.0,[5 0 5],5 0 5],1,1.0 +350613,350613,12,num,three_rule_comb5,86.0,[1 0 7],1 8 4],0,1.0 +350613,350613,12,num,three_rule_comb5,87.0,[8 4 8],8 4 8],1,1.0 +350613,350613,12,num,three_rule_comb5,88.0,[9 2 7],None,0,1.0 +350613,350613,12,num,three_rule_comb5,89.0,[0 2 5],0 2 5],1,1.0 +350613,350613,12,num,three_rule_comb5,90.0,[7 5 2],7 5 2],1,1.0 +350613,350613,12,num,three_rule_comb5,91.0,[0 8 2],0 8 2],1,1.0 +350613,350613,12,num,three_rule_comb5,92.0,[1 0 9],1 0 9],1,1.0 +350613,350613,12,num,three_rule_comb5,93.0,[0 1 8],0 1 8],1,1.0 +350613,350613,12,num,three_rule_comb5,94.0,[3 4 1],3 4 1],1,1.0 +350613,350613,12,num,three_rule_comb5,95.0,[4 9 2],4 9 2],1,1.0 +350613,350613,12,num,three_rule_comb5,96.0,[9 9 5],9 9 5],1,1.0 +350613,350613,12,num,three_rule_comb5,97.0,[8 9 1],8 9 1],1,1.0 +350613,350613,12,num,three_rule_comb5,98.0,[4 2 4],4 2 4],1,1.0 +350613,350613,12,num,three_rule_comb5,99.0,[4 6 4],4 6 4],1,1.0 +350613,350613,12,num,three_rule_comb6,0.0,[0 1 6],0 1 6],1,1.0 +350613,350613,12,num,three_rule_comb6,1.0,[7 1 9],7 1 9],1,1.0 +350613,350613,12,num,three_rule_comb6,2.0,[1 0 2],1 0 2],1,1.0 +350613,350613,12,num,three_rule_comb6,3.0,[3 1 9],3 1 9],1,1.0 +350613,350613,12,num,three_rule_comb6,4.0,[2 5 3],2 5 3],1,1.0 +350613,350613,12,num,three_rule_comb6,5.0,[2 0 9],2 0 9],1,1.0 +350613,350613,12,num,three_rule_comb6,6.0,[5 0 9],5 0 9],1,1.0 +350613,350613,12,num,three_rule_comb6,7.0,[6 2 7],6 2 7],1,1.0 +350613,350613,12,num,three_rule_comb6,8.0,[4 9 1],4 9 1],1,1.0 +350613,350613,12,num,three_rule_comb6,9.0,[5 5 1],5 5 1],1,1.0 +350613,350613,12,num,three_rule_comb6,10.0,[3 1 8],3 1 8],1,1.0 +350613,350613,12,num,three_rule_comb6,11.0,[0 5 9],9 9 3],0,1.0 +350613,350613,12,num,three_rule_comb6,12.0,[7 1 1],7 1 1],1,1.0 +350613,350613,12,num,three_rule_comb6,13.0,[9 1 4],9 1 4],1,1.0 +350613,350613,12,num,three_rule_comb6,14.0,[4 2 9],4 2 9],1,1.0 +350613,350613,12,num,three_rule_comb6,15.0,[9 0 8],9 1 7],0,1.0 +350613,350613,12,num,three_rule_comb6,16.0,[0 5 4],0 5 4],1,1.0 +350613,350613,12,num,three_rule_comb6,17.0,[4 5 9],4 5 9],1,1.0 +350613,350613,12,num,three_rule_comb6,18.0,[6 9 5],6 9 5],1,1.0 +350613,350613,12,num,three_rule_comb6,19.0,[6 7 2],6 7 2],1,1.0 +350613,350613,12,num,three_rule_comb6,20.0,[9 4 9],9 4 9],1,1.0 +350613,350613,12,num,three_rule_comb6,21.0,[6 9 8],6 6 8],0,1.0 +350613,350613,12,num,three_rule_comb6,22.0,[8 3 9],8 3 9],1,1.0 +350613,350613,12,num,three_rule_comb6,23.0,[9 9 5],9 9 5],1,1.0 +350613,350613,12,num,three_rule_comb6,24.0,[7 6 7],7 6 7],1,1.0 +350613,350613,12,num,three_rule_comb6,25.0,[4 8 8],4 8 8],1,1.0 +350613,350613,12,num,three_rule_comb6,26.0,[0 7 8],2 7 4],0,1.0 +350613,350613,12,num,three_rule_comb6,27.0,[1 4 3],1 4 3],1,1.0 +350613,350613,12,num,three_rule_comb6,28.0,[6 4 6],6 4 6],1,1.0 +350613,350613,12,num,three_rule_comb6,29.0,[1 2 4],1 2 4],1,1.0 +350613,350613,12,num,three_rule_comb6,30.0,[8 9 3],8 9 3],1,1.0 +350613,350613,12,num,three_rule_comb6,31.0,[5 1 8],5 1 8],1,1.0 +350613,350613,12,num,three_rule_comb6,32.0,[4 0 4],4 0 4],1,1.0 +350613,350613,12,num,three_rule_comb6,33.0,[8 4 1],8 4 1],1,1.0 +350613,350613,12,num,three_rule_comb6,34.0,[9 5 3],9 5 3],1,1.0 +350613,350613,12,num,three_rule_comb6,35.0,[7 2 1],7 2 1],1,1.0 +350613,350613,12,num,three_rule_comb6,36.0,[3 4 2],3 4 2],1,1.0 +350613,350613,12,num,three_rule_comb6,37.0,[0 5 0],0 5 0],1,1.0 +350613,350613,12,num,three_rule_comb6,38.0,[1 1 2],1 1 2],1,1.0 +350613,350613,12,num,three_rule_comb6,39.0,[2 5 3],2 5 3],1,1.0 +350613,350613,12,num,three_rule_comb6,40.0,[8 7 5],8 5 8],0,1.0 +350613,350613,12,num,three_rule_comb6,41.0,[5 8 5],5 8 5],1,1.0 +350613,350613,12,num,three_rule_comb6,42.0,[2 2 4],2 2 4],1,1.0 +350613,350613,12,num,three_rule_comb6,43.0,[0 9 1],0 9 1],1,1.0 +350613,350613,12,num,three_rule_comb6,44.0,[9 6 5],None,0,1.0 +350613,350613,12,num,three_rule_comb6,45.0,[0 3 1],0 3 1],1,1.0 +350613,350613,12,num,three_rule_comb6,46.0,[0 0 3],0 0 3],1,1.0 +350613,350613,12,num,three_rule_comb6,47.0,[9 5 6],None,0,1.0 +350613,350613,12,num,three_rule_comb6,48.0,[9 7 3],2 4 3],0,1.0 +350613,350613,12,num,three_rule_comb6,49.0,[8 6 0],8 6 0],1,1.0 +350613,350613,12,num,three_rule_comb6,50.0,[0 1 6],0 1 6],1,1.0 +350613,350613,12,num,three_rule_comb6,51.0,[4 1 2],4 1 2],1,1.0 +350613,350613,12,num,three_rule_comb6,52.0,[8 9 3],8 9 3],1,1.0 +350613,350613,12,num,three_rule_comb6,53.0,[9 0 5],9 0 5],1,1.0 +350613,350613,12,num,three_rule_comb6,54.0,[4 4 6],4 4 6],1,1.0 +350613,350613,12,num,three_rule_comb6,55.0,[6 2 9],6 2 9],1,1.0 +350613,350613,12,num,three_rule_comb6,56.0,[4 8 1],4 8 1],1,1.0 +350613,350613,12,num,three_rule_comb6,57.0,[2 6 8],2 6 8],1,1.0 +350613,350613,12,num,three_rule_comb6,58.0,[2 5 6],2 5 6],1,1.0 +350613,350613,12,num,three_rule_comb6,59.0,[5 5 1],5 5 1],1,1.0 +350613,350613,12,num,three_rule_comb6,60.0,[8 1 3],8 1 3],1,1.0 +350613,350613,12,num,three_rule_comb6,61.0,[2 6 3],2 6 3],1,1.0 +350613,350613,12,num,three_rule_comb6,62.0,[0 5 4],0 5 4],1,1.0 +350613,350613,12,num,three_rule_comb6,63.0,[6 8 3],6 8 3],1,1.0 +350613,350613,12,num,three_rule_comb6,64.0,[6 3 1],6 3 1],1,1.0 +350613,350613,12,num,three_rule_comb6,65.0,[1 3 6],1 3 6],1,1.0 +350613,350613,12,num,three_rule_comb6,66.0,[6 1 6],6 1 6],1,1.0 +350613,350613,12,num,three_rule_comb6,67.0,[6 8 9],None,0,1.0 +350613,350613,12,num,three_rule_comb6,68.0,[4 1 9],4 1 9],1,1.0 +350613,350613,12,num,three_rule_comb6,69.0,[6 9 2],6 9 2],1,1.0 +350613,350613,12,num,three_rule_comb6,70.0,[1 3 5],1 3 5],1,1.0 +350613,350613,12,num,three_rule_comb6,71.0,[2 0 3],2 0 3],1,1.0 +350613,350613,12,num,three_rule_comb6,72.0,[0 4 7],0 4 7],1,1.0 +350613,350613,12,num,three_rule_comb6,73.0,[1 6 6],1 6 6],1,1.0 +350613,350613,12,num,three_rule_comb6,74.0,[3 2 6],3 2 6],1,1.0 +350613,350613,12,num,three_rule_comb6,75.0,[3 4 7],3 4 7],1,1.0 +350613,350613,12,num,three_rule_comb6,76.0,[8 0 7],8 0 7],1,1.0 +350613,350613,12,num,three_rule_comb6,77.0,[9 3 6],9 3 2],0,1.0 +350613,350613,12,num,three_rule_comb6,78.0,[6 0 8],6 0 8],1,1.0 +350613,350613,12,num,three_rule_comb6,79.0,[6 0 0],6 0 0],1,1.0 +350613,350613,12,num,three_rule_comb6,80.0,[3 6 3],3 6 3],1,1.0 +350613,350613,12,num,three_rule_comb6,81.0,[1 5 0],1 5 0],1,1.0 +350613,350613,12,num,three_rule_comb6,82.0,[1 4 5],1 4 5],1,1.0 +350613,350613,12,num,three_rule_comb6,83.0,[4 9 3],4 4 3],0,1.0 +350613,350613,12,num,three_rule_comb6,84.0,[8 7 0],8 7 0],1,1.0 +350613,350613,12,num,three_rule_comb6,85.0,[1 3 9],1 3 9],1,1.0 +350613,350613,12,num,three_rule_comb6,86.0,[4 7 6],4 7 6],1,1.0 +350613,350613,12,num,three_rule_comb6,87.0,[1 4 8],1 4 8],1,1.0 +350613,350613,12,num,three_rule_comb6,88.0,[0 5 8],0 5 8],1,1.0 +350613,350613,12,num,three_rule_comb6,89.0,[8 3 9],8 3 9],1,1.0 +350613,350613,12,num,three_rule_comb6,90.0,[5 1 2],5 1 2],1,1.0 +350613,350613,12,num,three_rule_comb6,91.0,[7 6 9],7 6 9],1,1.0 +350613,350613,12,num,three_rule_comb6,92.0,[3 7 9],3 7 9],1,1.0 +350613,350613,12,num,three_rule_comb6,93.0,[9 8 1],9 8 1],1,1.0 +350613,350613,12,num,three_rule_comb6,94.0,[4 9 4],4 9 4],1,1.0 +350613,350613,12,num,three_rule_comb6,95.0,[4 7 8],4 8 4],0,1.0 +350613,350613,12,num,three_rule_comb6,96.0,[3 7 7],3 7 3],0,1.0 +350613,350613,12,num,three_rule_comb6,97.0,[8 1 6],8 1 6],1,1.0 +350613,350613,12,num,three_rule_comb6,98.0,[7 3 5],2 3 5],0,1.0 +350613,350613,12,num,three_rule_comb6,99.0,[5 6 8],5 6 8],1,1.0 +350613,350613,12,num,three_rule_comb7,0.0,[5 4 8],5 4 8],1,1.0 +350613,350613,12,num,three_rule_comb7,1.0,[3 1 8],3 1 8],1,1.0 +350613,350613,12,num,three_rule_comb7,2.0,[4 7 9],4 7 9],1,1.0 +350613,350613,12,num,three_rule_comb7,3.0,[4 8 5],4 6 4],0,1.0 +350613,350613,12,num,three_rule_comb7,4.0,[7 5 2],7 4 8],0,1.0 +350613,350613,12,num,three_rule_comb7,5.0,[9 3 9],9 3 6],0,1.0 +350613,350613,12,num,three_rule_comb7,6.0,[5 1 5],5 2 7],0,1.0 +350613,350613,12,num,three_rule_comb7,7.0,[2 9 0],2 5 1],0,1.0 +350613,350613,12,num,three_rule_comb7,8.0,[2 2 3],2 2 6],0,1.0 +350613,350613,12,num,three_rule_comb7,9.0,[6 2 8],6 2 8],1,1.0 +350613,350613,12,num,three_rule_comb7,10.0,[5 1 4],5 1 7],0,1.0 +350613,350613,12,num,three_rule_comb7,11.0,[2 6 1],2 6 1],1,1.0 +350613,350613,12,num,three_rule_comb7,12.0,[4 4 4],4 4 4],1,1.0 +350613,350613,12,num,three_rule_comb7,13.0,[4 4 0],4 4 3],0,1.0 +350613,350613,12,num,three_rule_comb7,14.0,[7 7 4],7 4 4],0,1.0 +350613,350613,12,num,three_rule_comb7,15.0,[3 0 0],3 3 0],0,1.0 +350613,350613,12,num,three_rule_comb7,16.0,[8 8 0],8 8 3],0,1.0 +350613,350613,12,num,three_rule_comb7,17.0,[8 1 4],8 4 4],0,1.0 +350613,350613,12,num,three_rule_comb7,18.0,[6 2 6],6 5 6],0,1.0 +350613,350613,12,num,three_rule_comb7,19.0,[1 3 9],1 3 8],0,1.0 +350613,350613,12,num,three_rule_comb7,20.0,[5 6 5],5 6 5],1,1.0 +350613,350613,12,num,three_rule_comb7,21.0,[1 4 3],1 4 3],1,1.0 +350613,350613,12,num,three_rule_comb7,22.0,[6 4 1],6 4 3],0,1.0 +350613,350613,12,num,three_rule_comb7,23.0,[8 0 3],8 0 6],0,1.0 +350613,350613,12,num,three_rule_comb7,24.0,[8 4 1],8 4 1],1,1.0 +350613,350613,12,num,three_rule_comb7,25.0,[5 3 4],5 3 1],0,1.0 +350613,350613,12,num,three_rule_comb7,26.0,[4 8 6],4 8 6],1,1.0 +350613,350613,12,num,three_rule_comb7,27.0,[2 1 2],2 1 5],0,1.0 +350613,350613,12,num,three_rule_comb7,28.0,[9 8 9],9 8 1],0,1.0 +350613,350613,12,num,three_rule_comb7,29.0,[0 2 9],0 2 9],1,1.0 +350613,350613,12,num,three_rule_comb7,30.0,[9 9 9],9 3 2],0,1.0 +350613,350613,12,num,three_rule_comb7,31.0,[6 1 9],6 7 9],0,1.0 +350613,350613,12,num,three_rule_comb7,32.0,[4 5 9],4 5 7],0,1.0 +350613,350613,12,num,three_rule_comb7,33.0,[3 5 1],7 5 3],0,1.0 +350613,350613,12,num,three_rule_comb7,34.0,[6 5 4],6 5 7],0,1.0 +350613,350613,12,num,three_rule_comb7,35.0,[2 3 1],2 3 7],0,1.0 +350613,350613,12,num,three_rule_comb7,36.0,[6 1 5],6 1 8],0,1.0 +350613,350613,12,num,three_rule_comb7,37.0,[1 4 7],1 4 2],0,1.0 +350613,350613,12,num,three_rule_comb7,38.0,[5 4 5],5 4 5],1,1.0 +350613,350613,12,num,three_rule_comb7,39.0,[0 2 4],0 2 4],1,1.0 +350613,350613,12,num,three_rule_comb7,40.0,[5 9 4],5 9 4],1,1.0 +350613,350613,12,num,three_rule_comb7,41.0,[2 2 1],2 4 4],0,1.0 +350613,350613,12,num,three_rule_comb7,42.0,[2 4 3],2 7 3],0,1.0 +350613,350613,12,num,three_rule_comb7,43.0,[8 1 7],8 1 1],0,1.0 +350613,350613,12,num,three_rule_comb7,44.0,[8 7 2],8 7 2],1,1.0 +350613,350613,12,num,three_rule_comb7,45.0,[3 9 2],3 9 2],1,1.0 +350613,350613,12,num,three_rule_comb7,46.0,[9 7 5],None,0,1.0 +350613,350613,12,num,three_rule_comb7,47.0,[0 4 3],0 8 3],0,1.0 +350613,350613,12,num,three_rule_comb7,48.0,[5 6 2],5 6 3],0,1.0 +350613,350613,12,num,three_rule_comb7,49.0,[4 0 9],4 0 9],1,1.0 +350613,350613,12,num,three_rule_comb7,50.0,[3 1 7],3 7 7],0,1.0 +350613,350613,12,num,three_rule_comb7,51.0,[8 8 5],8 4 3],0,1.0 +350613,350613,12,num,three_rule_comb7,52.0,[2 9 1],2 9 9],0,1.0 +350613,350613,12,num,three_rule_comb7,53.0,[3 8 0],3 8 3],0,1.0 +350613,350613,12,num,three_rule_comb7,54.0,[6 0 0],5 0 0],0,1.0 +350613,350613,12,num,three_rule_comb7,55.0,[1 6 0],8 9 0],0,1.0 +350613,350613,12,num,three_rule_comb7,56.0,[9 4 0],None,0,1.0 +350613,350613,12,num,three_rule_comb7,57.0,[7 0 7],7 0 7],1,1.0 +350613,350613,12,num,three_rule_comb7,58.0,[9 3 5],None,0,1.0 +350613,350613,12,num,three_rule_comb7,59.0,[3 4 4],3 4 4],1,1.0 +350613,350613,12,num,three_rule_comb7,60.0,[8 1 9],8 1 9],1,1.0 +350613,350613,12,num,three_rule_comb7,61.0,[5 1 3],5 1 6],0,1.0 +350613,350613,12,num,three_rule_comb7,62.0,[4 8 7],4 9 7],0,1.0 +350613,350613,12,num,three_rule_comb7,63.0,[5 0 5],5 3 5],0,1.0 +350613,350613,12,num,three_rule_comb7,64.0,[5 1 6],5 1 6],1,1.0 +350613,350613,12,num,three_rule_comb7,65.0,[8 4 4],8 8 4],0,1.0 +350613,350613,12,num,three_rule_comb7,66.0,[9 2 3],9 2 3],1,1.0 +350613,350613,12,num,three_rule_comb7,67.0,[4 6 7],4 6 7],1,1.0 +350613,350613,12,num,three_rule_comb7,68.0,[5 3 0],5 3 0],1,1.0 +350613,350613,12,num,three_rule_comb7,69.0,[5 4 9],5 4 9],1,1.0 +350613,350613,12,num,three_rule_comb7,70.0,[4 6 6],4 6 6],1,1.0 +350613,350613,12,num,three_rule_comb7,71.0,[6 6 1],6 2 1],0,1.0 +350613,350613,12,num,three_rule_comb7,72.0,[4 0 8],4 0 8],1,1.0 +350613,350613,12,num,three_rule_comb7,73.0,[1 9 7],1 1 7],0,1.0 +350613,350613,12,num,three_rule_comb7,74.0,[5 4 6],5 4 6],1,1.0 +350613,350613,12,num,three_rule_comb7,75.0,[9 2 9],9 10 9],0,1.0 +350613,350613,12,num,three_rule_comb7,76.0,[8 5 7],8 8 7],0,1.0 +350613,350613,12,num,three_rule_comb7,77.0,[1 8 1],1 8 4],0,1.0 +350613,350613,12,num,three_rule_comb7,78.0,[5 7 5],5 8 5],0,1.0 +350613,350613,12,num,three_rule_comb7,79.0,[6 0 7],6 0 7],1,1.0 +350613,350613,12,num,three_rule_comb7,80.0,[0 7 2],0 5 7],0,1.0 +350613,350613,12,num,three_rule_comb7,81.0,[2 5 9],2 5 7],0,1.0 +350613,350613,12,num,three_rule_comb7,82.0,[1 9 9],1 9 9],1,1.0 +350613,350613,12,num,three_rule_comb7,83.0,[2 4 4],2 4 4],1,1.0 +350613,350613,12,num,three_rule_comb7,84.0,[8 6 4],8 6 4],1,1.0 +350613,350613,12,num,three_rule_comb7,85.0,[8 5 5],8 5 5],1,1.0 +350613,350613,12,num,three_rule_comb7,86.0,[6 0 9],None,0,1.0 +350613,350613,12,num,three_rule_comb7,87.0,[1 5 6],5 5 3],0,1.0 +350613,350613,12,num,three_rule_comb7,88.0,[8 4 1],8 7 2],0,1.0 +350613,350613,12,num,three_rule_comb7,89.0,[6 7 0],6 4 0],0,1.0 +350613,350613,12,num,three_rule_comb7,90.0,[8 6 1],8 6 1],1,1.0 +350613,350613,12,num,three_rule_comb7,91.0,[4 1 4],4 1 7],0,1.0 +350613,350613,12,num,three_rule_comb7,92.0,[6 6 4],None,0,1.0 +350613,350613,12,num,three_rule_comb7,93.0,[6 9 6],None,0,1.0 +350613,350613,12,num,three_rule_comb7,94.0,[1 3 5],1 3 5],1,1.0 +350613,350613,12,num,three_rule_comb7,95.0,[1 5 2],5 5 4],0,1.0 +350613,350613,12,num,three_rule_comb7,96.0,[2 4 6],2 4 3],0,1.0 +350613,350613,12,num,three_rule_comb7,97.0,[0 3 0],0 3 2],0,1.0 +350613,350613,12,num,three_rule_comb7,98.0,[8 3 0],8 8 4],0,1.0 +350613,350613,12,num,three_rule_comb7,99.0,[8 9 3],7 6 6],0,1.0 +350613,350613,12,num,three_rule_comb8,0.0,[8 1 2],8 1 2],1,1.0 +350613,350613,12,num,three_rule_comb8,1.0,[5 5 5],5 5 3],0,1.0 +350613,350613,12,num,three_rule_comb8,2.0,[3 0 8],3 0 8],1,1.0 +350613,350613,12,num,three_rule_comb8,3.0,[7 5 9],7 5 8],0,1.0 +350613,350613,12,num,three_rule_comb8,4.0,[9 4 8],9 4 8],1,1.0 +350613,350613,12,num,three_rule_comb8,5.0,[5 3 8],5 3 8],1,1.0 +350613,350613,12,num,three_rule_comb8,6.0,[4 6 1],4 6 1],1,1.0 +350613,350613,12,num,three_rule_comb8,7.0,[8 3 0],8 2 0],0,1.0 +350613,350613,12,num,three_rule_comb8,8.0,[7 0 6],7 3 3],0,1.0 +350613,350613,12,num,three_rule_comb8,9.0,[0 7 0],0 7 4],0,1.0 +350613,350613,12,num,three_rule_comb8,10.0,[3 5 6],16 5 6],0,1.0 +350613,350613,12,num,three_rule_comb8,11.0,[0 4 5],0 5 5],0,1.0 +350613,350613,12,num,three_rule_comb8,12.0,[6 6 4],6 3 4],0,1.0 +350613,350613,12,num,three_rule_comb8,13.0,[1 9 8],1 9 5],0,1.0 +350613,350613,12,num,three_rule_comb8,14.0,[0 7 1],0 7 1],1,1.0 +350613,350613,12,num,three_rule_comb8,15.0,[3 8 3],3 8 3],1,1.0 +350613,350613,12,num,three_rule_comb8,16.0,[4 6 7],4 6 7],1,1.0 +350613,350613,12,num,three_rule_comb8,17.0,[2 8 4],2 5 7],0,1.0 +350613,350613,12,num,three_rule_comb8,18.0,[1 5 5],1 5 5],1,1.0 +350613,350613,12,num,three_rule_comb8,19.0,[0 7 5],0 7 4],0,1.0 +350613,350613,12,num,three_rule_comb8,20.0,[4 1 9],4 8 9],0,1.0 +350613,350613,12,num,three_rule_comb8,21.0,[0 9 4],0 9 2],0,1.0 +350613,350613,12,num,three_rule_comb8,22.0,[8 4 2],8 4 2],1,1.0 +350613,350613,12,num,three_rule_comb8,23.0,[9 4 8],9 5 8],0,1.0 +350613,350613,12,num,three_rule_comb8,24.0,[5 3 0],5 7 8],0,1.0 +350613,350613,12,num,three_rule_comb8,25.0,[0 5 8],0 6 8],0,1.0 +350613,350613,12,num,three_rule_comb8,26.0,[8 8 5],8 9 5],0,1.0 +350613,350613,12,num,three_rule_comb8,27.0,[0 5 8],0 5 8],1,1.0 +350613,350613,12,num,three_rule_comb8,28.0,[4 5 3],4 3 3],0,1.0 +350613,350613,12,num,three_rule_comb8,29.0,[4 5 6],4 5 6],1,1.0 +350613,350613,12,num,three_rule_comb8,30.0,[6 6 0],6 8 0],0,1.0 +350613,350613,12,num,three_rule_comb8,31.0,[7 5 7],7 5 4],0,1.0 +350613,350613,12,num,three_rule_comb8,32.0,[4 0 8],4 0 8],1,1.0 +350613,350613,12,num,three_rule_comb8,33.0,[3 0 2],3 5 2],0,1.0 +350613,350613,12,num,three_rule_comb8,34.0,[6 8 5],6 8 5],1,1.0 +350613,350613,12,num,three_rule_comb8,35.0,[9 0 9],9 0 9],1,1.0 +350613,350613,12,num,three_rule_comb8,36.0,[7 4 6],7 8 2],0,1.0 +350613,350613,12,num,three_rule_comb8,37.0,[7 3 8],7 3 8],1,1.0 +350613,350613,12,num,three_rule_comb8,38.0,[5 0 1],4 0 1],0,1.0 +350613,350613,12,num,three_rule_comb8,39.0,[9 5 0],9 5 0],1,1.0 +350613,350613,12,num,three_rule_comb8,40.0,[4 7 1],4 7 1],1,1.0 +350613,350613,12,num,three_rule_comb8,41.0,[1 6 7],1 4 7],0,1.0 +350613,350613,12,num,three_rule_comb8,42.0,[4 2 5],1 2 5],0,1.0 +350613,350613,12,num,three_rule_comb8,43.0,[6 1 3],6 7 8],0,1.0 +350613,350613,12,num,three_rule_comb8,44.0,[0 9 0],0 9 7],0,1.0 +350613,350613,12,num,three_rule_comb8,45.0,[5 8 4],5 1 4],0,1.0 +350613,350613,12,num,three_rule_comb8,46.0,[9 8 0],9 1 0],0,1.0 +350613,350613,12,num,three_rule_comb8,47.0,[3 0 2],3 0 2],1,1.0 +350613,350613,12,num,three_rule_comb8,48.0,[5 1 3],5 1 7],0,1.0 +350613,350613,12,num,three_rule_comb8,49.0,[8 9 5],None,0,1.0 +350613,350613,12,num,three_rule_comb8,50.0,[2 9 0],2 9 0],1,1.0 +350613,350613,12,num,three_rule_comb8,51.0,[1 1 1],1 1 1],1,1.0 +350613,350613,12,num,three_rule_comb8,52.0,[6 4 5],6 4 6],0,1.0 +350613,350613,12,num,three_rule_comb8,53.0,[3 5 7],3 5 4],0,1.0 +350613,350613,12,num,three_rule_comb8,54.0,[7 5 2],7 5 2],1,1.0 +350613,350613,12,num,three_rule_comb8,55.0,[1 6 3],1 6 4],0,1.0 +350613,350613,12,num,three_rule_comb8,56.0,[0 9 1],0 2 1],0,1.0 +350613,350613,12,num,three_rule_comb8,57.0,[5 3 1],5 2 1],0,1.0 +350613,350613,12,num,three_rule_comb8,58.0,[6 2 1],3 2 1],0,1.0 +350613,350613,12,num,three_rule_comb8,59.0,[5 5 0],5 2 0],0,1.0 +350613,350613,12,num,three_rule_comb8,60.0,[1 9 9],1 9 7],0,1.0 +350613,350613,12,num,three_rule_comb8,61.0,[8 8 1],8 10 1],0,1.0 +350613,350613,12,num,three_rule_comb8,62.0,[9 4 2],7 4 2],0,1.0 +350613,350613,12,num,three_rule_comb8,63.0,[1 9 0],1 1 8],0,1.0 +350613,350613,12,num,three_rule_comb8,64.0,[5 9 5],5 9 5],1,1.0 +350613,350613,12,num,three_rule_comb8,65.0,[8 0 5],8 0 2],0,1.0 +350613,350613,12,num,three_rule_comb8,66.0,[5 6 8],5 5 8],0,1.0 +350613,350613,12,num,three_rule_comb8,67.0,[0 5 8],0 5 8],1,1.0 +350613,350613,12,num,three_rule_comb8,68.0,[8 5 7],8 5 7],1,1.0 +350613,350613,12,num,three_rule_comb8,69.0,[1 8 9],1 8 9],1,1.0 +350613,350613,12,num,three_rule_comb8,70.0,[5 2 9],5 7 9],0,1.0 +350613,350613,12,num,three_rule_comb8,71.0,[5 4 2],5 3 2],0,1.0 +350613,350613,12,num,three_rule_comb8,72.0,[8 9 0],8 9 0],1,1.0 +350613,350613,12,num,three_rule_comb8,73.0,[0 3 4],0 16 4],0,1.0 +350613,350613,12,num,three_rule_comb8,74.0,[0 5 1],0 5 1],1,1.0 +350613,350613,12,num,three_rule_comb8,75.0,[4 5 6],4 5 0],0,1.0 +350613,350613,12,num,three_rule_comb8,76.0,[9 3 2],9 6 2],0,1.0 +350613,350613,12,num,three_rule_comb8,77.0,[0 7 4],1 7 4],0,1.0 +350613,350613,12,num,three_rule_comb8,78.0,[8 1 7],8 1 9],0,1.0 +350613,350613,12,num,three_rule_comb8,79.0,[1 9 7],1 9 4],0,1.0 +350613,350613,12,num,three_rule_comb8,80.0,[0 1 8],0 6 8],0,1.0 +350613,350613,12,num,three_rule_comb8,81.0,[9 2 0],9 7 0],0,1.0 +350613,350613,12,num,three_rule_comb8,82.0,[8 8 1],1 8 1],0,1.0 +350613,350613,12,num,three_rule_comb8,83.0,[2 1 8],11 1 8],0,1.0 +350613,350613,12,num,three_rule_comb8,84.0,[3 9 0],None,0,1.0 +350613,350613,12,num,three_rule_comb8,85.0,[3 5 8],3 5 5],0,1.0 +350613,350613,12,num,three_rule_comb8,86.0,[6 1 4],6 1 4],1,1.0 +350613,350613,12,num,three_rule_comb8,87.0,[5 0 2],5 5 2],0,1.0 +350613,350613,12,num,three_rule_comb8,88.0,[8 1 0],8 1 0],1,1.0 +350613,350613,12,num,three_rule_comb8,89.0,[4 9 8],4 9 8],1,1.0 +350613,350613,12,num,three_rule_comb8,90.0,[5 0 2],5 0 2],1,1.0 +350613,350613,12,num,three_rule_comb8,91.0,[0 3 2],0 3 2],1,1.0 +350613,350613,12,num,three_rule_comb8,92.0,[8 8 6],8 8 0],0,1.0 +350613,350613,12,num,three_rule_comb8,93.0,[1 0 2],1 0 3],0,1.0 +350613,350613,12,num,three_rule_comb8,94.0,[8 8 7],8 5 7],0,1.0 +350613,350613,12,num,three_rule_comb8,95.0,[6 5 4],6 7 4],0,1.0 +350613,350613,12,num,three_rule_comb8,96.0,[9 9 3],9 9 3],1,1.0 +350613,350613,12,num,three_rule_comb8,97.0,[0 8 5],0 8 5],1,1.0 +350613,350613,12,num,three_rule_comb8,98.0,[5 0 3],5 6 6],0,1.0 +350613,350613,12,num,three_rule_comb8,99.0,[8 1 0],8 1 8],0,1.0 +350613,350613,12,num,three_rule_comb9,0.0,[5 7 3],5 7 3],1,1.0 +350613,350613,12,num,three_rule_comb9,1.0,[8 9 0],8 9 0],1,1.0 +350613,350613,12,num,three_rule_comb9,2.0,[6 7 2],6 7 2],1,1.0 +350613,350613,12,num,three_rule_comb9,3.0,[5 8 6],5 8 6],1,1.0 +350613,350613,12,num,three_rule_comb9,4.0,[5 6 2],5 6 2],1,1.0 +350613,350613,12,num,three_rule_comb9,5.0,[7 8 4],7 8 4],1,1.0 +350613,350613,12,num,three_rule_comb9,6.0,[0 1 5],0 1 5],1,1.0 +350613,350613,12,num,three_rule_comb9,7.0,[9 1 0],9 1 0],1,1.0 +350613,350613,12,num,three_rule_comb9,8.0,[8 0 3],8 0 3],1,1.0 +350613,350613,12,num,three_rule_comb9,9.0,[0 5 8],0 5 8],1,1.0 +350613,350613,12,num,three_rule_comb9,10.0,[0 8 1],0 8 1],1,1.0 +350613,350613,12,num,three_rule_comb9,11.0,[0 1 1],0 1 1],1,1.0 +350613,350613,12,num,three_rule_comb9,12.0,[9 1 6],9 1 6],1,1.0 +350613,350613,12,num,three_rule_comb9,13.0,[4 8 1],4 8 1],1,1.0 +350613,350613,12,num,three_rule_comb9,14.0,[2 5 0],2 5 0],1,1.0 +350613,350613,12,num,three_rule_comb9,15.0,[8 1 5],8 1 5],1,1.0 +350613,350613,12,num,three_rule_comb9,16.0,[6 0 8],6 0 8],1,1.0 +350613,350613,12,num,three_rule_comb9,17.0,[5 2 4],5 2 4],1,1.0 +350613,350613,12,num,three_rule_comb9,18.0,[4 6 9],4 6 9],1,1.0 +350613,350613,12,num,three_rule_comb9,19.0,[2 8 0],2 8 0],1,1.0 +350613,350613,12,num,three_rule_comb9,20.0,[0 8 7],0 8 7],1,1.0 +350613,350613,12,num,three_rule_comb9,21.0,[1 2 9],1 2 9],1,1.0 +350613,350613,12,num,three_rule_comb9,22.0,[5 8 2],5 8 2],1,1.0 +350613,350613,12,num,three_rule_comb9,23.0,[6 1 2],6 1 2],1,1.0 +350613,350613,12,num,three_rule_comb9,24.0,[4 9 0],4 9 0],1,1.0 +350613,350613,12,num,three_rule_comb9,25.0,[2 9 8],2 9 8],1,1.0 +350613,350613,12,num,three_rule_comb9,26.0,[0 9 1],0 9 1],1,1.0 +350613,350613,12,num,three_rule_comb9,27.0,[0 1 5],0 1 5],1,1.0 +350613,350613,12,num,three_rule_comb9,28.0,[8 1 0],8 1 0],1,1.0 +350613,350613,12,num,three_rule_comb9,29.0,[8 6 4],8 6 4],1,1.0 +350613,350613,12,num,three_rule_comb9,30.0,[5 8 8],5 8 8],1,1.0 +350613,350613,12,num,three_rule_comb9,31.0,[8 7 1],8 7 1],1,1.0 +350613,350613,12,num,three_rule_comb9,32.0,[0 4 5],0 4 5],1,1.0 +350613,350613,12,num,three_rule_comb9,33.0,[7 5 9],7 5 9],1,1.0 +350613,350613,12,num,three_rule_comb9,34.0,[9 4 2],9 4 2],1,1.0 +350613,350613,12,num,three_rule_comb9,35.0,[6 4 0],6 4 0],1,1.0 +350613,350613,12,num,three_rule_comb9,36.0,[9 0 4],9 0 4],1,1.0 +350613,350613,12,num,three_rule_comb9,37.0,[8 9 3],8 9 3],1,1.0 +350613,350613,12,num,three_rule_comb9,38.0,[7 0 0],7 0 0],1,1.0 +350613,350613,12,num,three_rule_comb9,39.0,[3 9 4],3 9 4],1,1.0 +350613,350613,12,num,three_rule_comb9,40.0,[8 6 9],8 6 9],1,1.0 +350613,350613,12,num,three_rule_comb9,41.0,[8 1 4],8 1 4],1,1.0 +350613,350613,12,num,three_rule_comb9,42.0,[7 2 9],7 2 9],1,1.0 +350613,350613,12,num,three_rule_comb9,43.0,[1 0 9],1 0 9],1,1.0 +350613,350613,12,num,three_rule_comb9,44.0,[6 4 4],6 4 4],1,1.0 +350613,350613,12,num,three_rule_comb9,45.0,[1 7 4],1 7 4],1,1.0 +350613,350613,12,num,three_rule_comb9,46.0,[8 2 1],8 2 1],1,1.0 +350613,350613,12,num,three_rule_comb9,47.0,[0 8 7],0 8 7],1,1.0 +350613,350613,12,num,three_rule_comb9,48.0,[6 9 5],6 9 5],1,1.0 +350613,350613,12,num,three_rule_comb9,49.0,[1 5 5],1 5 5],1,1.0 +350613,350613,12,num,three_rule_comb9,50.0,[0 0 1],0 0 1],1,1.0 +350613,350613,12,num,three_rule_comb9,51.0,[2 9 1],2 9 1],1,1.0 +350613,350613,12,num,three_rule_comb9,52.0,[9 8 5],None,0,1.0 +350613,350613,12,num,three_rule_comb9,53.0,[0 0 6],0 0 6],1,1.0 +350613,350613,12,num,three_rule_comb9,54.0,[9 9 8],9 9 8],1,1.0 +350613,350613,12,num,three_rule_comb9,55.0,[5 4 3],5 4 3],1,1.0 +350613,350613,12,num,three_rule_comb9,56.0,[1 7 9],1 7 9],1,1.0 +350613,350613,12,num,three_rule_comb9,57.0,[1 9 8],1 9 8],1,1.0 +350613,350613,12,num,three_rule_comb9,58.0,[4 1 0],4 1 0],1,1.0 +350613,350613,12,num,three_rule_comb9,59.0,[9 7 5],None,0,1.0 +350613,350613,12,num,three_rule_comb9,60.0,[9 5 4],None,0,1.0 +350613,350613,12,num,three_rule_comb9,61.0,[8 0 2],8 0 2],1,1.0 +350613,350613,12,num,three_rule_comb9,62.0,[1 5 8],1 5 8],1,1.0 +350613,350613,12,num,three_rule_comb9,63.0,[9 4 8],None,0,1.0 +350613,350613,12,num,three_rule_comb9,64.0,[6 8 9],None,0,1.0 +350613,350613,12,num,three_rule_comb9,65.0,[4 0 3],4 0 3],1,1.0 +350613,350613,12,num,three_rule_comb9,66.0,[5 1 6],5 1 6],1,1.0 +350613,350613,12,num,three_rule_comb9,67.0,[5 9 3],5 9 3],1,1.0 +350613,350613,12,num,three_rule_comb9,68.0,[8 9 0],8 9 0],1,1.0 +350613,350613,12,num,three_rule_comb9,69.0,[4 9 7],4 9 7],1,1.0 +350613,350613,12,num,three_rule_comb9,70.0,[8 9 4],8 9 4],1,1.0 +350613,350613,12,num,three_rule_comb9,71.0,[4 2 5],4 2 5],1,1.0 +350613,350613,12,num,three_rule_comb9,72.0,[7 9 8],7 9 8],1,1.0 +350613,350613,12,num,three_rule_comb9,73.0,[5 0 8],5 0 8],1,1.0 +350613,350613,12,num,three_rule_comb9,74.0,[9 8 7],9 8 7],1,1.0 +350613,350613,12,num,three_rule_comb9,75.0,[3 0 4],3 0 4],1,1.0 +350613,350613,12,num,three_rule_comb9,76.0,[1 8 0],1 8 0],1,1.0 +350613,350613,12,num,three_rule_comb9,77.0,[7 0 4],7 0 4],1,1.0 +350613,350613,12,num,three_rule_comb9,78.0,[9 5 9],9 5 9],1,1.0 +350613,350613,12,num,three_rule_comb9,79.0,[1 7 0],1 7 0],1,1.0 +350613,350613,12,num,three_rule_comb9,80.0,[4 4 2],4 4 2],1,1.0 +350613,350613,12,num,three_rule_comb9,81.0,[1 4 7],1 4 7],1,1.0 +350613,350613,12,num,three_rule_comb9,82.0,[0 5 4],0 5 4],1,1.0 +350613,350613,12,num,three_rule_comb9,83.0,[9 5 4],None,0,1.0 +350613,350613,12,num,three_rule_comb9,84.0,[5 3 0],5 3 0],1,1.0 +350613,350613,12,num,three_rule_comb9,85.0,[5 7 1],5 7 1],1,1.0 +350613,350613,12,num,three_rule_comb9,86.0,[9 4 5],None,0,1.0 +350613,350613,12,num,three_rule_comb9,87.0,[4 9 5],4 9 5],1,1.0 +350613,350613,12,num,three_rule_comb9,88.0,[7 4 5],7 4 5],1,1.0 +350613,350613,12,num,three_rule_comb9,89.0,[6 8 0],6 8 0],1,1.0 +350613,350613,12,num,three_rule_comb9,90.0,[1 9 3],1 9 3],1,1.0 +350613,350613,12,num,three_rule_comb9,91.0,[9 0 1],9 0 1],1,1.0 +350613,350613,12,num,three_rule_comb9,92.0,[9 7 4],None,0,1.0 +350613,350613,12,num,three_rule_comb9,93.0,[1 0 6],1 0 6],1,1.0 +350613,350613,12,num,three_rule_comb9,94.0,[9 0 2],9 0 2],1,1.0 +350613,350613,12,num,three_rule_comb9,95.0,[1 3 1],1 3 1],1,1.0 +350613,350613,12,num,three_rule_comb9,96.0,[7 9 1],7 9 1],1,1.0 +350613,350613,12,num,three_rule_comb9,97.0,[3 1 0],3 1 0],1,1.0 +350613,350613,12,num,three_rule_comb9,98.0,[9 7 8],9 7 8],1,1.0 +350613,350613,12,num,three_rule_comb9,99.0,[3 1 2],3 1 2],1,1.0 +350613,350613,12,num,c3_set_union,0.0,[6 4 1 9],6 4 1 9],1,1.0 +350613,350613,12,num,c3_set_union,1.0,[5 7 4 1],5 7 4 1],1,1.0 +350613,350613,12,num,c3_set_union,2.0,[1 9 8 6],1 9 8 6],1,1.0 +350613,350613,12,num,c3_set_union,3.0,[0 4 8 7],0 4 8 7],1,1.0 +350613,350613,12,num,c3_set_union,4.0,[8 6 5 2],8 5 6 2],1,1.0 +350613,350613,12,num,c3_set_union,5.0,[2 5 1 0],2 5 1 0],1,1.0 +350613,350613,12,num,c3_set_union,6.0,[6 1 0 4],6 1 0 4],1,1.0 +350613,350613,12,num,c3_set_union,7.0,[7 3 8 4],7 8 3 4],1,1.0 +350613,350613,12,num,c3_set_union,8.0,[8 3 2 1],8 3 2 1],1,1.0 +350613,350613,12,num,c3_set_union,9.0,[0 2 1 6],0 2 1 6],1,1.0 +350613,350613,12,num,c3_set_union,10.0,[9 0 7 1],9 0 7 1],1,1.0 +350613,350613,12,num,c3_set_union,11.0,[6 1 3 5],6 1 3 5],1,1.0 +350613,350613,12,num,c3_set_union,12.0,[9 7 6 0],9 7 6 0],1,1.0 +350613,350613,12,num,c3_set_union,13.0,[5 0 7 3],5 7 0 3],1,1.0 +350613,350613,12,num,c3_set_union,14.0,[8 9 7 2],8 9 7 2],1,1.0 +350613,350613,12,num,c3_set_union,15.0,[0 4 1 2],0 4 1 2],1,1.0 +350613,350613,12,num,c3_set_union,16.0,[6 2 8 3],6 8 2 3],1,1.0 +350613,350613,12,num,c3_set_union,17.0,[7 8 6 3],7 8 6 3],1,1.0 +350613,350613,12,num,c3_set_union,18.0,[9 4 2 8],9 4 2 8],1,1.0 +350613,350613,12,num,c3_set_union,19.0,[8 4 6 1],8 4 6 1],1,1.0 +350613,350613,12,num,c3_set_union,20.0,[6 0 2 3],6 0 2 3],1,1.0 +350613,350613,12,num,c3_set_union,21.0,[8 4 5 9],8 4 5 9],1,1.0 +350613,350613,12,num,c3_set_union,22.0,[3 5 7 8],3 5 7 8],1,1.0 +350613,350613,12,num,c3_set_union,23.0,[0 4 6 5],0 4 6 5],1,1.0 +350613,350613,12,num,c3_set_union,24.0,[0 9 7 5],0 9 7 5],1,1.0 +350613,350613,12,num,c3_set_union,25.0,[6 9 5 1],6 9 5 1],1,1.0 +350613,350613,12,num,c3_set_union,26.0,[8 3 9 7],8 3 9 7],1,1.0 +350613,350613,12,num,c3_set_union,27.0,[9 2 1 8],9 2 1 8],1,1.0 +350613,350613,12,num,c3_set_union,28.0,[8 0 1 6],8 0 1 6],1,1.0 +350613,350613,12,num,c3_set_union,29.0,[3 9 2 1],3 9 2 1],1,1.0 +350613,350613,12,num,c3_set_union,30.0,[3 2 4 8],3 2 4 8],1,1.0 +350613,350613,12,num,c3_set_union,31.0,[2 6 1 8],2 6 1 8],1,1.0 +350613,350613,12,num,c3_set_union,32.0,[8 6 4 0],8 6 4 0],1,1.0 +350613,350613,12,num,c3_set_union,33.0,[2 0 5 9],2 0 5 9],1,1.0 +350613,350613,12,num,c3_set_union,34.0,[6 5 1 4],6 5 1 4],1,1.0 +350613,350613,12,num,c3_set_union,35.0,[0 5 2 3],0 5 2 3],1,1.0 +350613,350613,12,num,c3_set_union,36.0,[4 6 8 3],4 6 8 3],1,1.0 +350613,350613,12,num,c3_set_union,37.0,[9 1 2 6],9 1 2 6],1,1.0 +350613,350613,12,num,c3_set_union,38.0,[8 4 6 9],8 4 6 9],1,1.0 +350613,350613,12,num,c3_set_union,39.0,[1 7 9 2],1 7 9 2],1,1.0 +350613,350613,12,num,c3_set_union,40.0,[9 3 2 6],9 3 2 6],1,1.0 +350613,350613,12,num,c3_set_union,41.0,[1 0 9 3],1 0 9 3],1,1.0 +350613,350613,12,num,c3_set_union,42.0,[7 9 2 3],7 9 2 3],1,1.0 +350613,350613,12,num,c3_set_union,43.0,[8 2 4 7],8 2 4 7],1,1.0 +350613,350613,12,num,c3_set_union,44.0,[9 0 4 8],9 0 4 8],1,1.0 +350613,350613,12,num,c3_set_union,45.0,[3 5 8 9],3 5 8 9],1,1.0 +350613,350613,12,num,c3_set_union,46.0,[7 2 1 5],7 2 1 5],1,1.0 +350613,350613,12,num,c3_set_union,47.0,[8 6 7 2],8 6 7 2],1,1.0 +350613,350613,12,num,c3_set_union,48.0,[0 4 2 6],0 4 2 6],1,1.0 +350613,350613,12,num,c3_set_union,49.0,[4 6 2 5],4 6 2 5],1,1.0 +350613,350613,12,num,c3_set_union,50.0,[4 9 3 0],4 9 3 0],1,1.0 +350613,350613,12,num,c3_set_union,51.0,[7 3 0 2],7 0 3 2],1,1.0 +350613,350613,12,num,c3_set_union,52.0,[1 9 7 8],1 9 7 8],1,1.0 +350613,350613,12,num,c3_set_union,53.0,[6 9 0 5],6 9 0 5],1,1.0 +350613,350613,12,num,c3_set_union,54.0,[1 7 5 0],1 7 5 0],1,1.0 +350613,350613,12,num,c3_set_union,55.0,[7 2 5 8],7 2 5 8],1,1.0 +350613,350613,12,num,c3_set_union,56.0,[8 3 2 5],8 3 2 5],1,1.0 +350613,350613,12,num,c3_set_union,57.0,[0 5 2 6],0 5 2 6],1,1.0 +350613,350613,12,num,c3_set_union,58.0,[7 4 5 0],7 4 5 0],1,1.0 +350613,350613,12,num,c3_set_union,59.0,[7 8 5 6],7 8 5 6],1,1.0 +350613,350613,12,num,c3_set_union,60.0,[2 1 5 9],2 1 5 9],1,1.0 +350613,350613,12,num,c3_set_union,61.0,[0 5 2 4],0 5 2 4],1,1.0 +350613,350613,12,num,c3_set_union,62.0,[9 0 5 3],9 0 5 3],1,1.0 +350613,350613,12,num,c3_set_union,63.0,[6 7 5 3],6 7 5 3],1,1.0 +350613,350613,12,num,c3_set_union,64.0,[1 3 9 6],1 3 9 6],1,1.0 +350613,350613,12,num,c3_set_union,65.0,[8 1 7 0],8 1 7 0],1,1.0 +350613,350613,12,num,c3_set_union,66.0,[5 1 9 7],5 1 9 7],1,1.0 +350613,350613,12,num,c3_set_union,67.0,[4 9 2 0],4 9 2 0],1,1.0 +350613,350613,12,num,c3_set_union,68.0,[5 0 8 9],5 0 8 9],1,1.0 +350613,350613,12,num,c3_set_union,69.0,[8 1 9 5],8 1 9 5],1,1.0 +350613,350613,12,num,c3_set_union,70.0,[7 4 6 2],7 4 6 2],1,1.0 +350613,350613,12,num,c3_set_union,71.0,[8 6 1 5],8 1 6 5],1,1.0 +350613,350613,12,num,c3_set_union,72.0,[4 3 8 0],4 8 3 0],1,1.0 +350613,350613,12,num,c3_set_union,73.0,[5 1 9 4],5 1 9 4],1,1.0 +350613,350613,12,num,c3_set_union,74.0,[2 3 7 8],2 3 7 8],1,1.0 +350613,350613,12,num,c3_set_union,75.0,[9 8 5 2],9 8 5 2],1,1.0 +350613,350613,12,num,c3_set_union,76.0,[0 7 8 9],0 7 8 9],1,1.0 +350613,350613,12,num,c3_set_union,77.0,[8 6 3 0],8 6 3 0],1,1.0 +350613,350613,12,num,c3_set_union,78.0,[1 3 6 7],1 3 6 7],1,1.0 +350613,350613,12,num,c3_set_union,79.0,[4 9 2 5],4 9 2 5],1,1.0 +350613,350613,12,num,c3_set_union,80.0,[4 8 1 9],4 8 1 9],1,1.0 +350613,350613,12,num,c3_set_union,81.0,[3 1 2 7],3 1 2 7],1,1.0 +350613,350613,12,num,c3_set_union,82.0,[8 0 1 5],8 0 1 5],1,1.0 +350613,350613,12,num,c3_set_union,83.0,[7 4 9 2],7 4 9 2],1,1.0 +350613,350613,12,num,c3_set_union,84.0,[3 8 5 1],3 8 5 1],1,1.0 +350613,350613,12,num,c3_set_union,85.0,[3 9 4 8],3 4 9 8],1,1.0 +350613,350613,12,num,c3_set_union,86.0,[2 3 0 8],2 3 0 8],1,1.0 +350613,350613,12,num,c3_set_union,87.0,[4 3 2 6],4 3 2 6],1,1.0 +350613,350613,12,num,c3_set_union,88.0,[0 3 1 4],0 3 1 4],1,1.0 +350613,350613,12,num,c3_set_union,89.0,[3 4 7 9],3 4 7 9],1,1.0 +350613,350613,12,num,c3_set_union,90.0,[5 7 2 4],5 7 2 4],1,1.0 +350613,350613,12,num,c3_set_union,91.0,[1 9 0 4],1 9 0 4],1,1.0 +350613,350613,12,num,c3_set_union,92.0,[3 5 1 0],3 5 1 0],1,1.0 +350613,350613,12,num,c3_set_union,93.0,[8 4 1 7],8 4 1 7],1,1.0 +350613,350613,12,num,c3_set_union,94.0,[8 5 9 7],8 5 9 7],1,1.0 +350613,350613,12,num,c3_set_union,95.0,[4 9 5 0],4 9 5 0],1,1.0 +350613,350613,12,num,c3_set_union,96.0,[6 0 2 8],6 0 2 8],1,1.0 +350613,350613,12,num,c3_set_union,97.0,[1 0 3 2],1 3 0 2],1,1.0 +350613,350613,12,num,c3_set_union,98.0,[8 9 2 3],8 9 2 3],1,1.0 +350613,350613,12,num,c3_set_union,99.0,[3 4 5 2],3 4 5 2],1,1.0 +350613,350613,12,num,c1_set_union,0.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,1.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,2.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,3.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,4.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,5.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union,6.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union,7.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union,8.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,9.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,10.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union,11.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,12.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,13.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union,14.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,15.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union,16.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union,17.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,18.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union,19.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,20.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union,21.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union,22.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union,23.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union,24.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,25.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union,26.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union,27.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,28.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,29.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,30.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,31.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union,32.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,33.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,34.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union,35.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,36.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union,37.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,38.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,39.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,40.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,41.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union,42.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,43.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,44.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union,45.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,46.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,47.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,48.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union,49.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,50.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,51.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union,52.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union,53.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,54.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union,55.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,56.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,57.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union,58.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,59.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,60.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,61.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union,62.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union,63.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union,64.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,65.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,66.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,67.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union,68.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,69.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,70.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union,71.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,72.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union,73.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,74.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union,75.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,76.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union,77.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union,78.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,79.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,80.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union,81.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,82.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union,83.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,84.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union,85.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union,86.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,87.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,88.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,89.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,90.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,91.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,92.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union,93.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union,94.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union,95.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union,96.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,97.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union,98.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union,99.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union,0.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union,1.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,2.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,3.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,4.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union,5.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,6.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,7.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union,8.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union,9.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union,10.0,[2],2 1],0,1.0 +350613,350613,12,num,c2_set_union,11.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union,12.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union,13.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,14.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union,15.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union,16.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union,17.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union,18.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union,19.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,20.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union,21.0,[8],8 13],0,1.0 +350613,350613,12,num,c2_set_union,22.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,23.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,24.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union,25.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,26.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union,27.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,28.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union,29.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,30.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union,31.0,[2],2 4],0,1.0 +350613,350613,12,num,c2_set_union,32.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,33.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,34.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,35.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union,36.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union,37.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,38.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,39.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union,40.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union,41.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union,42.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,43.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union,44.0,[1],1 2],0,1.0 +350613,350613,12,num,c2_set_union,45.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union,46.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union,47.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,48.0,[5],5 4],0,1.0 +350613,350613,12,num,c2_set_union,49.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union,50.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,51.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union,52.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,53.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,54.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union,55.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,56.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union,57.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union,58.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union,59.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union,60.0,[9],9 0],0,1.0 +350613,350613,12,num,c2_set_union,61.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,62.0,[8],8 12],0,1.0 +350613,350613,12,num,c2_set_union,63.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union,64.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union,65.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,66.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,67.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union,68.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,69.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union,70.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union,71.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,72.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union,73.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,74.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union,75.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,76.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,77.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,78.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,79.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,80.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union,81.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,82.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union,83.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union,84.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union,85.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,86.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union,87.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,88.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union,89.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union,90.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union,91.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union,92.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union,93.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union,94.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union,95.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union,96.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union,97.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union,98.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union,99.0,[4],4],1,1.0 +350613,350613,12,num,AND,0.0,[4],4],1,1.0 +350613,350613,12,num,AND,1.0,[1],1],1,1.0 +350613,350613,12,num,AND,2.0,[5],5],1,1.0 +350613,350613,12,num,AND,3.0,[5],5],1,1.0 +350613,350613,12,num,AND,4.0,[2],2],1,1.0 +350613,350613,12,num,AND,5.0,[0],0],1,1.0 +350613,350613,12,num,AND,6.0,[0],0],1,1.0 +350613,350613,12,num,AND,7.0,[9],9],1,1.0 +350613,350613,12,num,AND,8.0,[7],7],1,1.0 +350613,350613,12,num,AND,9.0,[6],6],1,1.0 +350613,350613,12,num,AND,10.0,[8],8],1,1.0 +350613,350613,12,num,AND,11.0,[2],2],1,1.0 +350613,350613,12,num,AND,12.0,[2],2],1,1.0 +350613,350613,12,num,AND,13.0,[5],5],1,1.0 +350613,350613,12,num,AND,14.0,[9],9],1,1.0 +350613,350613,12,num,AND,15.0,[0],0],1,1.0 +350613,350613,12,num,AND,16.0,[8],5],0,1.0 +350613,350613,12,num,AND,17.0,[7],7],1,1.0 +350613,350613,12,num,AND,18.0,[4],4],1,1.0 +350613,350613,12,num,AND,19.0,[7],7],1,1.0 +350613,350613,12,num,AND,20.0,[8],8],1,1.0 +350613,350613,12,num,AND,21.0,[0],0],1,1.0 +350613,350613,12,num,AND,22.0,[7],7],1,1.0 +350613,350613,12,num,AND,23.0,[2],2],1,1.0 +350613,350613,12,num,AND,24.0,[1],1],1,1.0 +350613,350613,12,num,AND,25.0,[6],6],1,1.0 +350613,350613,12,num,AND,26.0,[4],4],1,1.0 +350613,350613,12,num,AND,27.0,[5],5],1,1.0 +350613,350613,12,num,AND,28.0,[1],1],1,1.0 +350613,350613,12,num,AND,29.0,[1],1],1,1.0 +350613,350613,12,num,AND,30.0,[8],8],1,1.0 +350613,350613,12,num,AND,31.0,[7],7],1,1.0 +350613,350613,12,num,AND,32.0,[6],6],1,1.0 +350613,350613,12,num,AND,33.0,[2],2],1,1.0 +350613,350613,12,num,AND,34.0,[1],1],1,1.0 +350613,350613,12,num,AND,35.0,[9],9],1,1.0 +350613,350613,12,num,AND,36.0,[1],1],1,1.0 +350613,350613,12,num,AND,37.0,[1],1],1,1.0 +350613,350613,12,num,AND,38.0,[9],9],1,1.0 +350613,350613,12,num,AND,39.0,[2],2],1,1.0 +350613,350613,12,num,AND,40.0,[1],1],1,1.0 +350613,350613,12,num,AND,41.0,[5],5],1,1.0 +350613,350613,12,num,AND,42.0,[0],0],1,1.0 +350613,350613,12,num,AND,43.0,[5],5],1,1.0 +350613,350613,12,num,AND,44.0,[1],1],1,1.0 +350613,350613,12,num,AND,45.0,[2],2],1,1.0 +350613,350613,12,num,AND,46.0,[2],2],1,1.0 +350613,350613,12,num,AND,47.0,[3],3],1,1.0 +350613,350613,12,num,AND,48.0,[0],0],1,1.0 +350613,350613,12,num,AND,49.0,[4],4],1,1.0 +350613,350613,12,num,AND,50.0,[5],5],1,1.0 +350613,350613,12,num,AND,51.0,[0],0],1,1.0 +350613,350613,12,num,AND,52.0,[8],8],1,1.0 +350613,350613,12,num,AND,53.0,[1],1],1,1.0 +350613,350613,12,num,AND,54.0,[7],7],1,1.0 +350613,350613,12,num,AND,55.0,[1],1],1,1.0 +350613,350613,12,num,AND,56.0,[8],8],1,1.0 +350613,350613,12,num,AND,57.0,[6],5],0,1.0 +350613,350613,12,num,AND,58.0,[2],2],1,1.0 +350613,350613,12,num,AND,59.0,[1],1],1,1.0 +350613,350613,12,num,AND,60.0,[5],5],1,1.0 +350613,350613,12,num,AND,61.0,[5],5],1,1.0 +350613,350613,12,num,AND,62.0,[4],1],0,1.0 +350613,350613,12,num,AND,63.0,[7],7],1,1.0 +350613,350613,12,num,AND,64.0,[6],6],1,1.0 +350613,350613,12,num,AND,65.0,[7],7],1,1.0 +350613,350613,12,num,AND,66.0,[9],9],1,1.0 +350613,350613,12,num,AND,67.0,[7],7],1,1.0 +350613,350613,12,num,AND,68.0,[5],5],1,1.0 +350613,350613,12,num,AND,69.0,[5],5],1,1.0 +350613,350613,12,num,AND,70.0,[3],3],1,1.0 +350613,350613,12,num,AND,71.0,[9],9],1,1.0 +350613,350613,12,num,AND,72.0,[1],1],1,1.0 +350613,350613,12,num,AND,73.0,[6],6],1,1.0 +350613,350613,12,num,AND,74.0,[2],2],1,1.0 +350613,350613,12,num,AND,75.0,[7],7],1,1.0 +350613,350613,12,num,AND,76.0,[1],1],1,1.0 +350613,350613,12,num,AND,77.0,[3],4],0,1.0 +350613,350613,12,num,AND,78.0,[6],6],1,1.0 +350613,350613,12,num,AND,79.0,[7],7],1,1.0 +350613,350613,12,num,AND,80.0,[3],3],1,1.0 +350613,350613,12,num,AND,81.0,[3],3],1,1.0 +350613,350613,12,num,AND,82.0,[0],0],1,1.0 +350613,350613,12,num,AND,83.0,[4],4],1,1.0 +350613,350613,12,num,AND,84.0,[7],7],1,1.0 +350613,350613,12,num,AND,85.0,[1],1],1,1.0 +350613,350613,12,num,AND,86.0,[4],4],1,1.0 +350613,350613,12,num,AND,87.0,[2],5],0,1.0 +350613,350613,12,num,AND,88.0,[1],1],1,1.0 +350613,350613,12,num,AND,89.0,[2],2],1,1.0 +350613,350613,12,num,AND,90.0,[9],9],1,1.0 +350613,350613,12,num,AND,91.0,[5],5],1,1.0 +350613,350613,12,num,AND,92.0,[9],9],1,1.0 +350613,350613,12,num,AND,93.0,[3],3],1,1.0 +350613,350613,12,num,AND,94.0,[6],6],1,1.0 +350613,350613,12,num,AND,95.0,[3],3],1,1.0 +350613,350613,12,num,AND,96.0,[6],6],1,1.0 +350613,350613,12,num,AND,97.0,[1],1],1,1.0 +350613,350613,12,num,AND,98.0,[2],2],1,1.0 +350613,350613,12,num,AND,99.0,[3],3],1,1.0 +350613,350613,12,num,XOR,0.0,[4 3],3 1],0,1.0 +350613,350613,12,num,XOR,1.0,[9 8],8 9],1,1.0 +350613,350613,12,num,XOR,2.0,[3 4],1 3],0,1.0 +350613,350613,12,num,XOR,3.0,[9 8],8 6],0,1.0 +350613,350613,12,num,XOR,4.0,[9 3],3 9],1,1.0 +350613,350613,12,num,XOR,5.0,[9 7],7 0],0,1.0 +350613,350613,12,num,XOR,6.0,[3 2],2 5],0,1.0 +350613,350613,12,num,XOR,7.0,[7 3],3 5],0,1.0 +350613,350613,12,num,XOR,8.0,[0 9],9 0],1,1.0 +350613,350613,12,num,XOR,9.0,[4 2],2 4],1,1.0 +350613,350613,12,num,XOR,10.0,[5 8],6 8],0,1.0 +350613,350613,12,num,XOR,11.0,[0 2],2 0],1,1.0 +350613,350613,12,num,XOR,12.0,[3 6],6 3],1,1.0 +350613,350613,12,num,XOR,13.0,[6 8],8 6],1,1.0 +350613,350613,12,num,XOR,14.0,[6 7],7 9],0,1.0 +350613,350613,12,num,XOR,15.0,[8 0],0 6],0,1.0 +350613,350613,12,num,XOR,16.0,[8 4],4 1],0,1.0 +350613,350613,12,num,XOR,17.0,[4 0],0 3],0,1.0 +350613,350613,12,num,XOR,18.0,[1 0],0 4],0,1.0 +350613,350613,12,num,XOR,19.0,[7 4],4 7],1,1.0 +350613,350613,12,num,XOR,20.0,[0 5],5 3],0,1.0 +350613,350613,12,num,XOR,21.0,[3 4],2 3],0,1.0 +350613,350613,12,num,XOR,22.0,[6 9],9 6],1,1.0 +350613,350613,12,num,XOR,23.0,[0 1],1 0],1,1.0 +350613,350613,12,num,XOR,24.0,[7 0],0 6],0,1.0 +350613,350613,12,num,XOR,25.0,[2 5],5 7],0,1.0 +350613,350613,12,num,XOR,26.0,[5 9],9 5],1,1.0 +350613,350613,12,num,XOR,27.0,[1 7],7 1],1,1.0 +350613,350613,12,num,XOR,28.0,[9 0],0 4],0,1.0 +350613,350613,12,num,XOR,29.0,[1 5],5 8],0,1.0 +350613,350613,12,num,XOR,30.0,[6 2],2 5],0,1.0 +350613,350613,12,num,XOR,31.0,[4 9],9 6],0,1.0 +350613,350613,12,num,XOR,32.0,[6 9],9 6],1,1.0 +350613,350613,12,num,XOR,33.0,[4 8],8 0],0,1.0 +350613,350613,12,num,XOR,34.0,[2 5],5 0],0,1.0 +350613,350613,12,num,XOR,35.0,[8 6],6 8],1,1.0 +350613,350613,12,num,XOR,36.0,[2 7],7 2],1,1.0 +350613,350613,12,num,XOR,37.0,[8 3],2 8],0,1.0 +350613,350613,12,num,XOR,38.0,[1 4],4 2],0,1.0 +350613,350613,12,num,XOR,39.0,[4 6],2 4],0,1.0 +350613,350613,12,num,XOR,40.0,[2 8],8 2],1,1.0 +350613,350613,12,num,XOR,41.0,[5 3],3 5],1,1.0 +350613,350613,12,num,XOR,42.0,[7 0],0 3],0,1.0 +350613,350613,12,num,XOR,43.0,[6 1],1 3],0,1.0 +350613,350613,12,num,XOR,44.0,[9 0],0 1],0,1.0 +350613,350613,12,num,XOR,45.0,[1 3],3 1],1,1.0 +350613,350613,12,num,XOR,46.0,[8 0],16 0],0,1.0 +350613,350613,12,num,XOR,47.0,[0 8],8 7],0,1.0 +350613,350613,12,num,XOR,48.0,[6 1],1 2],0,1.0 +350613,350613,12,num,XOR,49.0,[5 0],0 5],1,1.0 +350613,350613,12,num,XOR,50.0,[7 6],6 7],1,1.0 +350613,350613,12,num,XOR,51.0,[1 6],6 12],0,1.0 +350613,350613,12,num,XOR,52.0,[7 8],8 7],1,1.0 +350613,350613,12,num,XOR,53.0,[4 0],0 7],0,1.0 +350613,350613,12,num,XOR,54.0,[0 2],2 0],1,1.0 +350613,350613,12,num,XOR,55.0,[2 9],None,0,1.0 +350613,350613,12,num,XOR,56.0,[7 1],1 6],0,1.0 +350613,350613,12,num,XOR,57.0,[6 0],0 7],0,1.0 +350613,350613,12,num,XOR,58.0,[9 8],8 2],0,1.0 +350613,350613,12,num,XOR,59.0,[2 6],6 5],0,1.0 +350613,350613,12,num,XOR,60.0,[5 0],0 4],0,1.0 +350613,350613,12,num,XOR,61.0,[3 2],2 1],0,1.0 +350613,350613,12,num,XOR,62.0,[3 0],0 6],0,1.0 +350613,350613,12,num,XOR,63.0,[9 1],16 1],0,1.0 +350613,350613,12,num,XOR,64.0,[4 1],1 4],1,1.0 +350613,350613,12,num,XOR,65.0,[2 1],1 2],1,1.0 +350613,350613,12,num,XOR,66.0,[6 9],None,0,1.0 +350613,350613,12,num,XOR,67.0,[7 2],2 6],0,1.0 +350613,350613,12,num,XOR,68.0,[5 7],7 2],0,1.0 +350613,350613,12,num,XOR,69.0,[2 7],7 4],0,1.0 +350613,350613,12,num,XOR,70.0,[6 4],4 1],0,1.0 +350613,350613,12,num,XOR,71.0,[5 0],0 5],1,1.0 +350613,350613,12,num,XOR,72.0,[2 9],9 2],1,1.0 +350613,350613,12,num,XOR,73.0,[3 1],1 3],1,1.0 +350613,350613,12,num,XOR,74.0,[1 0],0 0],0,1.0 +350613,350613,12,num,XOR,75.0,[2 0],0 2],1,1.0 +350613,350613,12,num,XOR,76.0,[0 1],1 2],0,1.0 +350613,350613,12,num,XOR,77.0,[3 6],None,0,1.0 +350613,350613,12,num,XOR,78.0,[9 6],None,0,1.0 +350613,350613,12,num,XOR,79.0,[0 5],5 0],1,1.0 +350613,350613,12,num,XOR,80.0,[3 9],9 3],1,1.0 +350613,350613,12,num,XOR,81.0,[6 0],0 3],0,1.0 +350613,350613,12,num,XOR,82.0,[5 9],None,0,1.0 +350613,350613,12,num,XOR,83.0,[7 2],2 7],1,1.0 +350613,350613,12,num,XOR,84.0,[2 1],1 2],1,1.0 +350613,350613,12,num,XOR,85.0,[4 9],None,0,1.0 +350613,350613,12,num,XOR,86.0,[9 4],4 9],1,1.0 +350613,350613,12,num,XOR,87.0,[0 8],8 5],0,1.0 +350613,350613,12,num,XOR,88.0,[8 0],0 4],0,1.0 +350613,350613,12,num,XOR,89.0,[8 1],1 2],0,1.0 +350613,350613,12,num,XOR,90.0,[2 6],6 8],0,1.0 +350613,350613,12,num,XOR,91.0,[5 0],0 0],0,1.0 +350613,350613,12,num,XOR,92.0,[2 7],7 2],1,1.0 +350613,350613,12,num,XOR,93.0,[5 0],0 5],1,1.0 +350613,350613,12,num,XOR,94.0,[8 6],4 4],0,1.0 +350613,350613,12,num,XOR,95.0,[5 7],None,0,1.0 +350613,350613,12,num,XOR,96.0,[8 1],1 7],0,1.0 +350613,350613,12,num,XOR,97.0,[1 4],4 7],0,1.0 +350613,350613,12,num,XOR,98.0,[3 7],7 0],0,1.0 +350613,350613,12,num,XOR,99.0,[8 9],9 8],1,1.0 +350613,350613,12,num,c3_set_union_permuted,0.0,[2 6 5 3],2 5 3 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,1.0,[1 6 7 5],5 6 1 7],1,1.0 +350613,350613,12,num,c3_set_union_permuted,2.0,[2 1 4 6],1 6 2 4],1,1.0 +350613,350613,12,num,c3_set_union_permuted,3.0,[6 0 1 3],3 1 0 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,4.0,[4 3 1 7],7 3 4 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,5.0,[7 5 8 4],5 8 4 7],1,1.0 +350613,350613,12,num,c3_set_union_permuted,6.0,[4 0 8 1],8 4 0 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,7.0,[2 8 4 1],8 4 2 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,8.0,[3 0 7 6],6 7 3 0],1,1.0 +350613,350613,12,num,c3_set_union_permuted,9.0,[6 9 2 4],6 4 2 9],1,1.0 +350613,350613,12,num,c3_set_union_permuted,10.0,[6 5 9 8],6 9 8 5],1,1.0 +350613,350613,12,num,c3_set_union_permuted,11.0,[4 7 2 0],2 0 4 7],1,1.0 +350613,350613,12,num,c3_set_union_permuted,12.0,[7 1 5 3],1 3 7 5],1,1.0 +350613,350613,12,num,c3_set_union_permuted,13.0,[0 2 3 4],4 0 3 2],1,1.0 +350613,350613,12,num,c3_set_union_permuted,14.0,[1 0 6 9],1 0 6 9],1,1.0 +350613,350613,12,num,c3_set_union_permuted,15.0,[7 0 6 1],0 7 1 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,16.0,[5 7 2 0],0 5 2 7],1,1.0 +350613,350613,12,num,c3_set_union_permuted,17.0,[4 2 6 8],2 4 8 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,18.0,[8 4 9 7],8 4 9 7],1,1.0 +350613,350613,12,num,c3_set_union_permuted,19.0,[8 9 0 6],6 9 8 0],1,1.0 +350613,350613,12,num,c3_set_union_permuted,20.0,[3 8 1 4],1 8 4 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,21.0,[7 9 3 0],7 3 9 0],1,1.0 +350613,350613,12,num,c3_set_union_permuted,22.0,[0 5 8 7],5 7 0 8],1,1.0 +350613,350613,12,num,c3_set_union_permuted,23.0,[7 1 9 3],1 3 9 7],1,1.0 +350613,350613,12,num,c3_set_union_permuted,24.0,[1 9 3 4],1 4 9 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,25.0,[7 8 4 6],8 7 4 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,26.0,[2 3 0 9],3 9 0 2],1,1.0 +350613,350613,12,num,c3_set_union_permuted,27.0,[4 3 0 6],0 4 6 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,28.0,[5 3 7 4],7 5 3 4],1,1.0 +350613,350613,12,num,c3_set_union_permuted,29.0,[2 1 4 3],1 3 4 2],1,1.0 +350613,350613,12,num,c3_set_union_permuted,30.0,[5 8 2 4],4 2 8 5],1,1.0 +350613,350613,12,num,c3_set_union_permuted,31.0,[5 6 9 3],6 9 5 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,32.0,[5 7 3 9],5 9 7 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,33.0,[7 8 3 1],7 8 3 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,34.0,[0 2 1 8],0 1 8 2],1,1.0 +350613,350613,12,num,c3_set_union_permuted,35.0,[1 3 0 7],0 3 7 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,36.0,[6 9 5 7],7 5 9 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,37.0,[6 5 4 3],4 3 5 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,38.0,[8 5 6 3],6 5 3 8],1,1.0 +350613,350613,12,num,c3_set_union_permuted,39.0,[8 9 0 1],0 1 8 9],1,1.0 +350613,350613,12,num,c3_set_union_permuted,40.0,[3 0 9 6],0 3 9 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,41.0,[0 3 5 8],0 8 3 5],1,1.0 +350613,350613,12,num,c3_set_union_permuted,42.0,[6 3 7 9],9 6 7 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,43.0,[6 8 3 9],3 8 6 9],1,1.0 +350613,350613,12,num,c3_set_union_permuted,44.0,[7 2 5 9],7 9 2 5],1,1.0 +350613,350613,12,num,c3_set_union_permuted,45.0,[5 3 4 1],3 5 4 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,46.0,[0 4 6 7],0 6 4 7],1,1.0 +350613,350613,12,num,c3_set_union_permuted,47.0,[8 3 0 7],8 7 0 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,48.0,[8 1 3 6],1 6 3 8],1,1.0 +350613,350613,12,num,c3_set_union_permuted,49.0,[2 1 0 7],2 1 7 0],1,1.0 +350613,350613,12,num,c3_set_union_permuted,50.0,[8 0 2 7],8 7 2 0],1,1.0 +350613,350613,12,num,c3_set_union_permuted,51.0,[1 8 0 3],3 0 8 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,52.0,[5 1 6 0],0 1 5 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,53.0,[4 9 7 6],7 4 6 9],1,1.0 +350613,350613,12,num,c3_set_union_permuted,54.0,[6 5 2 9],5 6 6 9],0,1.0 +350613,350613,12,num,c3_set_union_permuted,55.0,[5 7 4 6],6 7 5 4],1,1.0 +350613,350613,12,num,c3_set_union_permuted,56.0,[6 9 4 3],6 9 4 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,57.0,[6 8 0 7],8 7 0 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,58.0,[4 9 7 1],9 4 1 7],1,1.0 +350613,350613,12,num,c3_set_union_permuted,59.0,[1 0 7 4],0 7 1 4],1,1.0 +350613,350613,12,num,c3_set_union_permuted,60.0,[9 4 2 1],1 9 2 4],1,1.0 +350613,350613,12,num,c3_set_union_permuted,61.0,[7 6 2 9],2 7 9 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,62.0,[6 2 9 8],2 6 8 9],1,1.0 +350613,350613,12,num,c3_set_union_permuted,63.0,[9 4 6 0],0 9 4 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,64.0,[3 2 9 4],2 4 9 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,65.0,[2 9 0 7],7 0 9 2],1,1.0 +350613,350613,12,num,c3_set_union_permuted,66.0,[7 5 2 6],5 7 6 2],1,1.0 +350613,350613,12,num,c3_set_union_permuted,67.0,[3 4 0 7],0 7 4 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,68.0,[6 2 1 5],6 5 2 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,69.0,[5 1 3 9],1 3 9 5],1,1.0 +350613,350613,12,num,c3_set_union_permuted,70.0,[6 3 1 2],2 6 1 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,71.0,[8 9 0 3],8 0 3 9],1,1.0 +350613,350613,12,num,c3_set_union_permuted,72.0,[8 2 5 0],2 5 8 0],1,1.0 +350613,350613,12,num,c3_set_union_permuted,73.0,[3 6 1 4],4 6 3 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,74.0,[9 6 0 2],9 0 6 2],1,1.0 +350613,350613,12,num,c3_set_union_permuted,75.0,[5 9 4 7],7 5 4 9],1,1.0 +350613,350613,12,num,c3_set_union_permuted,76.0,[1 7 4 2],2 7 1 4],1,1.0 +350613,350613,12,num,c3_set_union_permuted,77.0,[3 5 2 1],2 1 3 5],1,1.0 +350613,350613,12,num,c3_set_union_permuted,78.0,[1 5 4 8],4 1 8 5],1,1.0 +350613,350613,12,num,c3_set_union_permuted,79.0,[2 1 5 8],5 8 1 2],1,1.0 +350613,350613,12,num,c3_set_union_permuted,80.0,[4 3 9 5],5 4 9 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,81.0,[2 1 9 0],1 2 9 0],1,1.0 +350613,350613,12,num,c3_set_union_permuted,82.0,[0 1 5 9],9 5 0 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,83.0,[0 2 8 9],9 2 0 8],1,1.0 +350613,350613,12,num,c3_set_union_permuted,84.0,[1 0 5 4],5 0 1 4],1,1.0 +350613,350613,12,num,c3_set_union_permuted,85.0,[5 3 4 0],4 5 3 0],1,1.0 +350613,350613,12,num,c3_set_union_permuted,86.0,[0 2 8 4],2 4 8 0],1,1.0 +350613,350613,12,num,c3_set_union_permuted,87.0,[3 6 5 0],0 3 5 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,88.0,[2 4 3 7],3 7 2 4],1,1.0 +350613,350613,12,num,c3_set_union_permuted,89.0,[0 6 8 5],5 8 0 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,90.0,[3 8 1 9],3 8 9 1],1,1.0 +350613,350613,12,num,c3_set_union_permuted,91.0,[8 2 7 1],1 7 2 8],1,1.0 +350613,350613,12,num,c3_set_union_permuted,92.0,[7 6 4 3],4 7 6 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,93.0,[7 0 2 6],0 2 7 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,94.0,[8 3 5 4],8 5 4 3],1,1.0 +350613,350613,12,num,c3_set_union_permuted,95.0,[1 6 7 4],4 1 7 6],1,1.0 +350613,350613,12,num,c3_set_union_permuted,96.0,[8 6 7 1],6 7 1 8],1,1.0 +350613,350613,12,num,c3_set_union_permuted,97.0,[5 6 7 0],0 5 6 7],1,1.0 +350613,350613,12,num,c3_set_union_permuted,98.0,[3 6 2 7],6 3 7 2],1,1.0 +350613,350613,12,num,c3_set_union_permuted,99.0,[3 5 2 7],3 2 7 5],1,1.0 +350613,350613,12,num,c2_set_union_permuted,0.0,[5],1 5],0,1.0 +350613,350613,12,num,c2_set_union_permuted,1.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union_permuted,2.0,[9],7 9],0,1.0 +350613,350613,12,num,c2_set_union_permuted,3.0,[8],8 0],0,1.0 +350613,350613,12,num,c2_set_union_permuted,4.0,[8],8 7],0,1.0 +350613,350613,12,num,c2_set_union_permuted,5.0,[6],6 9],0,1.0 +350613,350613,12,num,c2_set_union_permuted,6.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union_permuted,7.0,[3],3 6],0,1.0 +350613,350613,12,num,c2_set_union_permuted,8.0,[8],1 8 6],0,1.0 +350613,350613,12,num,c2_set_union_permuted,9.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union_permuted,10.0,[4],2 8 4],0,1.0 +350613,350613,12,num,c2_set_union_permuted,11.0,[0],0 1],0,1.0 +350613,350613,12,num,c2_set_union_permuted,12.0,[7],7 5],0,1.0 +350613,350613,12,num,c2_set_union_permuted,13.0,[5],5 3],0,1.0 +350613,350613,12,num,c2_set_union_permuted,14.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union_permuted,15.0,[3],3 5],0,1.0 +350613,350613,12,num,c2_set_union_permuted,16.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union_permuted,17.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union_permuted,18.0,[5],5 0],0,1.0 +350613,350613,12,num,c2_set_union_permuted,19.0,[2],2 3],0,1.0 +350613,350613,12,num,c2_set_union_permuted,20.0,[5],7 5 4],0,1.0 +350613,350613,12,num,c2_set_union_permuted,21.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union_permuted,22.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union_permuted,23.0,[5],5 2],0,1.0 +350613,350613,12,num,c2_set_union_permuted,24.0,[3],5 3],0,1.0 +350613,350613,12,num,c2_set_union_permuted,25.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union_permuted,26.0,[8],8 0],0,1.0 +350613,350613,12,num,c2_set_union_permuted,27.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union_permuted,28.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union_permuted,29.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union_permuted,30.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union_permuted,31.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union_permuted,32.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union_permuted,33.0,[4],3 4 5],0,1.0 +350613,350613,12,num,c2_set_union_permuted,34.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union_permuted,35.0,[4],4 1],0,1.0 +350613,350613,12,num,c2_set_union_permuted,36.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union_permuted,37.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union_permuted,38.0,[9],9 4],0,1.0 +350613,350613,12,num,c2_set_union_permuted,39.0,[9],0 9 7],0,1.0 +350613,350613,12,num,c2_set_union_permuted,40.0,[1],4 7],0,1.0 +350613,350613,12,num,c2_set_union_permuted,41.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union_permuted,42.0,[6],None,0,1.0 +350613,350613,12,num,c2_set_union_permuted,43.0,[1],1],1,1.0 +350613,350613,12,num,c2_set_union_permuted,44.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union_permuted,45.0,[3],3 9],0,1.0 +350613,350613,12,num,c2_set_union_permuted,46.0,[9],9 1],0,1.0 +350613,350613,12,num,c2_set_union_permuted,47.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union_permuted,48.0,[8],8 1],0,1.0 +350613,350613,12,num,c2_set_union_permuted,49.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union_permuted,50.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union_permuted,51.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union_permuted,52.0,[4],4 1],0,1.0 +350613,350613,12,num,c2_set_union_permuted,53.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union_permuted,54.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union_permuted,55.0,[7],7 2],0,1.0 +350613,350613,12,num,c2_set_union_permuted,56.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union_permuted,57.0,[7],7 9],0,1.0 +350613,350613,12,num,c2_set_union_permuted,58.0,[2],2 2],0,1.0 +350613,350613,12,num,c2_set_union_permuted,59.0,[3],0 3 4],0,1.0 +350613,350613,12,num,c2_set_union_permuted,60.0,[7],2 7 3 2],0,1.0 +350613,350613,12,num,c2_set_union_permuted,61.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union_permuted,62.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union_permuted,63.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union_permuted,64.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union_permuted,65.0,[3],3 2 0],0,1.0 +350613,350613,12,num,c2_set_union_permuted,66.0,[1],1 3],0,1.0 +350613,350613,12,num,c2_set_union_permuted,67.0,[3],3],1,1.0 +350613,350613,12,num,c2_set_union_permuted,68.0,[6],6 7],0,1.0 +350613,350613,12,num,c2_set_union_permuted,69.0,[0],0 3],0,1.0 +350613,350613,12,num,c2_set_union_permuted,70.0,[3],3 2],0,1.0 +350613,350613,12,num,c2_set_union_permuted,71.0,[6],6],1,1.0 +350613,350613,12,num,c2_set_union_permuted,72.0,[2],2],1,1.0 +350613,350613,12,num,c2_set_union_permuted,73.0,[7],1 7],0,1.0 +350613,350613,12,num,c2_set_union_permuted,74.0,[3],3 9],0,1.0 +350613,350613,12,num,c2_set_union_permuted,75.0,[0],0 6],0,1.0 +350613,350613,12,num,c2_set_union_permuted,76.0,[8],0 8],0,1.0 +350613,350613,12,num,c2_set_union_permuted,77.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union_permuted,78.0,[6],4 6],0,1.0 +350613,350613,12,num,c2_set_union_permuted,79.0,[3],3 5],0,1.0 +350613,350613,12,num,c2_set_union_permuted,80.0,[1],1 6],0,1.0 +350613,350613,12,num,c2_set_union_permuted,81.0,[4],4 5],0,1.0 +350613,350613,12,num,c2_set_union_permuted,82.0,[3],3 0],0,1.0 +350613,350613,12,num,c2_set_union_permuted,83.0,[7],7],1,1.0 +350613,350613,12,num,c2_set_union_permuted,84.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union_permuted,85.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union_permuted,86.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union_permuted,87.0,[3],2 3],0,1.0 +350613,350613,12,num,c2_set_union_permuted,88.0,[8],8 9],0,1.0 +350613,350613,12,num,c2_set_union_permuted,89.0,[8],8],1,1.0 +350613,350613,12,num,c2_set_union_permuted,90.0,[8],7 8],0,1.0 +350613,350613,12,num,c2_set_union_permuted,91.0,[8],8 7 8],0,1.0 +350613,350613,12,num,c2_set_union_permuted,92.0,[5],5],1,1.0 +350613,350613,12,num,c2_set_union_permuted,93.0,[4],4],1,1.0 +350613,350613,12,num,c2_set_union_permuted,94.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union_permuted,95.0,[6],None,0,1.0 +350613,350613,12,num,c2_set_union_permuted,96.0,[0],0],1,1.0 +350613,350613,12,num,c2_set_union_permuted,97.0,[1],5 1 0],0,1.0 +350613,350613,12,num,c2_set_union_permuted,98.0,[9],9],1,1.0 +350613,350613,12,num,c2_set_union_permuted,99.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,0.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,1.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union_permuted,2.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union_permuted,3.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,4.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union_permuted,5.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union_permuted,6.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,7.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,8.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,9.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,10.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,11.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union_permuted,12.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,13.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union_permuted,14.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union_permuted,15.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union_permuted,16.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,17.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,18.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union_permuted,19.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,20.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union_permuted,21.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,22.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union_permuted,23.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,24.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union_permuted,25.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,26.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,27.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,28.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union_permuted,29.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,30.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,31.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union_permuted,32.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union_permuted,33.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union_permuted,34.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,35.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union_permuted,36.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union_permuted,37.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,38.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,39.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,40.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union_permuted,41.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,42.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union_permuted,43.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,44.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union_permuted,45.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union_permuted,46.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union_permuted,47.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union_permuted,48.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,49.0,[8],0 8],0,1.0 +350613,350613,12,num,c1_set_union_permuted,50.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,51.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,52.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,53.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union_permuted,54.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,55.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,56.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union_permuted,57.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,58.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,59.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,60.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union_permuted,61.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,62.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union_permuted,63.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,64.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,65.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union_permuted,66.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,67.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,68.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,69.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,70.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union_permuted,71.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union_permuted,72.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union_permuted,73.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,74.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,75.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,76.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union_permuted,77.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,78.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,79.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union_permuted,80.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,81.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union_permuted,82.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union_permuted,83.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,84.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,85.0,[8],8],1,1.0 +350613,350613,12,num,c1_set_union_permuted,86.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union_permuted,87.0,[3],3],1,1.0 +350613,350613,12,num,c1_set_union_permuted,88.0,[0],0],1,1.0 +350613,350613,12,num,c1_set_union_permuted,89.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,90.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union_permuted,91.0,[1],1],1,1.0 +350613,350613,12,num,c1_set_union_permuted,92.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,93.0,[5],5],1,1.0 +350613,350613,12,num,c1_set_union_permuted,94.0,[9],9],1,1.0 +350613,350613,12,num,c1_set_union_permuted,95.0,[2],2],1,1.0 +350613,350613,12,num,c1_set_union_permuted,96.0,[7],7],1,1.0 +350613,350613,12,num,c1_set_union_permuted,97.0,[4],4],1,1.0 +350613,350613,12,num,c1_set_union_permuted,98.0,[6],6],1,1.0 +350613,350613,12,num,c1_set_union_permuted,99.0,[2],2],1,1.0 +350613,350613,12,num,XOR_permuted,0.0,[4 0],0 4],1,1.0 +350613,350613,12,num,XOR_permuted,1.0,[8 4],8 4],1,1.0 +350613,350613,12,num,XOR_permuted,2.0,[1 7],7 1],1,1.0 +350613,350613,12,num,XOR_permuted,3.0,[6 0],0 6],1,1.0 +350613,350613,12,num,XOR_permuted,4.0,[3 6],3 6],1,1.0 +350613,350613,12,num,XOR_permuted,5.0,[5 6],6 5],1,1.0 +350613,350613,12,num,XOR_permuted,6.0,[3 9],7 9],0,1.0 +350613,350613,12,num,XOR_permuted,7.0,[0 8],8 0],1,1.0 +350613,350613,12,num,XOR_permuted,8.0,[1 4],4 3],0,1.0 +350613,350613,12,num,XOR_permuted,9.0,[8 3],8 3],1,1.0 +350613,350613,12,num,XOR_permuted,10.0,[9 6],6 9],1,1.0 +350613,350613,12,num,XOR_permuted,11.0,[0 7],5 5],0,1.0 +350613,350613,12,num,XOR_permuted,12.0,[0 9],0 9],1,1.0 +350613,350613,12,num,XOR_permuted,13.0,[3 6],8 6],0,1.0 +350613,350613,12,num,XOR_permuted,14.0,[1 3],1 3],1,1.0 +350613,350613,12,num,XOR_permuted,15.0,[0 7],7 0],1,1.0 +350613,350613,12,num,XOR_permuted,16.0,[7 8],8 7],1,1.0 +350613,350613,12,num,XOR_permuted,17.0,[6 2],6 2],1,1.0 +350613,350613,12,num,XOR_permuted,18.0,[7 8],7 8],1,1.0 +350613,350613,12,num,XOR_permuted,19.0,[0 9],9 0],1,1.0 +350613,350613,12,num,XOR_permuted,20.0,[0 2],2 1],0,1.0 +350613,350613,12,num,XOR_permuted,21.0,[6 5],4 1],0,1.0 +350613,350613,12,num,XOR_permuted,22.0,[0 3],0 3],1,1.0 +350613,350613,12,num,XOR_permuted,23.0,[0 9],16 9],0,1.0 +350613,350613,12,num,XOR_permuted,24.0,[8 0],0 8],1,1.0 +350613,350613,12,num,XOR_permuted,25.0,[2 8],8 1],0,1.0 +350613,350613,12,num,XOR_permuted,26.0,[3 9],9 8],0,1.0 +350613,350613,12,num,XOR_permuted,27.0,[2 9],9 2],1,1.0 +350613,350613,12,num,XOR_permuted,28.0,[3 7],7 3],1,1.0 +350613,350613,12,num,XOR_permuted,29.0,[9 0],9 8],0,1.0 +350613,350613,12,num,XOR_permuted,30.0,[2 5],2 5],1,1.0 +350613,350613,12,num,XOR_permuted,31.0,[2 6],6 2],1,1.0 +350613,350613,12,num,XOR_permuted,32.0,[0 2],2 0],1,1.0 +350613,350613,12,num,XOR_permuted,33.0,[5 7],5 7],1,1.0 +350613,350613,12,num,XOR_permuted,34.0,[3 5],3 0],0,1.0 +350613,350613,12,num,XOR_permuted,35.0,[6 0],6 0],1,1.0 +350613,350613,12,num,XOR_permuted,36.0,[6 0],0 6],1,1.0 +350613,350613,12,num,XOR_permuted,37.0,[4 5],4 5],1,1.0 +350613,350613,12,num,XOR_permuted,38.0,[8 9],8 9],1,1.0 +350613,350613,12,num,XOR_permuted,39.0,[6 7],7 6],1,1.0 +350613,350613,12,num,XOR_permuted,40.0,[9 3],9 3],1,1.0 +350613,350613,12,num,XOR_permuted,41.0,[7 6],2 7],0,1.0 +350613,350613,12,num,XOR_permuted,42.0,[8 9],8 9],1,1.0 +350613,350613,12,num,XOR_permuted,43.0,[7 0],0 7],1,1.0 +350613,350613,12,num,XOR_permuted,44.0,[2 1],3 4],0,1.0 +350613,350613,12,num,XOR_permuted,45.0,[3 5],5 3],1,1.0 +350613,350613,12,num,XOR_permuted,46.0,[2 0],8 0],0,1.0 +350613,350613,12,num,XOR_permuted,47.0,[2 0],2 0],1,1.0 +350613,350613,12,num,XOR_permuted,48.0,[0 1],1 0],1,1.0 +350613,350613,12,num,XOR_permuted,49.0,[5 1],5 1],1,1.0 +350613,350613,12,num,XOR_permuted,50.0,[6 9],None,0,1.0 +350613,350613,12,num,XOR_permuted,51.0,[0 1],0 5],0,1.0 +350613,350613,12,num,XOR_permuted,52.0,[9 8],8 6],0,1.0 +350613,350613,12,num,XOR_permuted,53.0,[8 2],8 1],0,1.0 +350613,350613,12,num,XOR_permuted,54.0,[1 0],8 1],0,1.0 +350613,350613,12,num,XOR_permuted,55.0,[5 9],None,0,1.0 +350613,350613,12,num,XOR_permuted,56.0,[0 6],0 6],1,1.0 +350613,350613,12,num,XOR_permuted,57.0,[5 4],4 5],1,1.0 +350613,350613,12,num,XOR_permuted,58.0,[7 5],7 5],1,1.0 +350613,350613,12,num,XOR_permuted,59.0,[8 2],2 8],1,1.0 +350613,350613,12,num,XOR_permuted,60.0,[9 2],0 2],0,1.0 +350613,350613,12,num,XOR_permuted,61.0,[0 1],1 0],1,1.0 +350613,350613,12,num,XOR_permuted,62.0,[0 2],1 0],0,1.0 +350613,350613,12,num,XOR_permuted,63.0,[2 0],0 2],1,1.0 +350613,350613,12,num,XOR_permuted,64.0,[2 3],2 3],1,1.0 +350613,350613,12,num,XOR_permuted,65.0,[9 6],None,0,1.0 +350613,350613,12,num,XOR_permuted,66.0,[9 4],4 9],1,1.0 +350613,350613,12,num,XOR_permuted,67.0,[0 4],8 0],0,1.0 +350613,350613,12,num,XOR_permuted,68.0,[9 5],None,0,1.0 +350613,350613,12,num,XOR_permuted,69.0,[6 4],6 4],1,1.0 +350613,350613,12,num,XOR_permuted,70.0,[5 0],5 0],1,1.0 +350613,350613,12,num,XOR_permuted,71.0,[3 1],3 1],1,1.0 +350613,350613,12,num,XOR_permuted,72.0,[8 1],1 8],1,1.0 +350613,350613,12,num,XOR_permuted,73.0,[6 3],6 3],1,1.0 +350613,350613,12,num,XOR_permuted,74.0,[0 9],1 0],0,1.0 +350613,350613,12,num,XOR_permuted,75.0,[2 9],2 9],1,1.0 +350613,350613,12,num,XOR_permuted,76.0,[9 6],None,0,1.0 +350613,350613,12,num,XOR_permuted,77.0,[4 1],1 5],0,1.0 +350613,350613,12,num,XOR_permuted,78.0,[1 4],1 4],1,1.0 +350613,350613,12,num,XOR_permuted,79.0,[7 3],6 7],0,1.0 +350613,350613,12,num,XOR_permuted,80.0,[8 3],3 8],1,1.0 +350613,350613,12,num,XOR_permuted,81.0,[5 6],5 6],1,1.0 +350613,350613,12,num,XOR_permuted,82.0,[5 7],3 3],0,1.0 +350613,350613,12,num,XOR_permuted,83.0,[7 0],0 7],1,1.0 +350613,350613,12,num,XOR_permuted,84.0,[6 9],5 9],0,1.0 +350613,350613,12,num,XOR_permuted,85.0,[9 4],4 9],1,1.0 +350613,350613,12,num,XOR_permuted,86.0,[6 2],2 6],1,1.0 +350613,350613,12,num,XOR_permuted,87.0,[9 4],4 9],1,1.0 +350613,350613,12,num,XOR_permuted,88.0,[3 1],3 1],1,1.0 +350613,350613,12,num,XOR_permuted,89.0,[4 9],None,0,1.0 +350613,350613,12,num,XOR_permuted,90.0,[1 5],5 1],1,1.0 +350613,350613,12,num,XOR_permuted,91.0,[4 0],4 4],0,1.0 +350613,350613,12,num,XOR_permuted,92.0,[8 4],6 8],0,1.0 +350613,350613,12,num,XOR_permuted,93.0,[5 8],2 5],0,1.0 +350613,350613,12,num,XOR_permuted,94.0,[3 7],7 3],1,1.0 +350613,350613,12,num,XOR_permuted,95.0,[8 5],5 8],1,1.0 +350613,350613,12,num,XOR_permuted,96.0,[5 9],5 9],1,1.0 +350613,350613,12,num,XOR_permuted,97.0,[8 3],8 3],1,1.0 +350613,350613,12,num,XOR_permuted,98.0,[7 5],7 5],1,1.0 +350613,350613,12,num,XOR_permuted,99.0,[6 7],7 6],1,1.0 +350613,350613,12,num,AND_permuted,0.0,[],7],0,1.0 +350613,350613,12,num,AND_permuted,1.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,2.0,[],7],0,1.0 +350613,350613,12,num,AND_permuted,3.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,4.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,5.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,6.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,7.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,8.0,[],3],0,1.0 +350613,350613,12,num,AND_permuted,9.0,[],0],0,1.0 +350613,350613,12,num,AND_permuted,10.0,[],9],0,1.0 +350613,350613,12,num,AND_permuted,11.0,[],8],0,1.0 +350613,350613,12,num,AND_permuted,12.0,[],0],0,1.0 +350613,350613,12,num,AND_permuted,13.0,[],6],0,1.0 +350613,350613,12,num,AND_permuted,14.0,[],6],0,1.0 +350613,350613,12,num,AND_permuted,15.0,[],3],0,1.0 +350613,350613,12,num,AND_permuted,16.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,17.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,18.0,[],0,0,1.0 +350613,350613,12,num,AND_permuted,19.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,20.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,21.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,22.0,[],8],0,1.0 +350613,350613,12,num,AND_permuted,23.0,[],6],0,1.0 +350613,350613,12,num,AND_permuted,24.0,[],7,0,1.0 +350613,350613,12,num,AND_permuted,25.0,[],2]],0,1.0 +350613,350613,12,num,AND_permuted,26.0,[],4,0,1.0 +350613,350613,12,num,AND_permuted,27.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,28.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,29.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,30.0,[],5],0,1.0 +350613,350613,12,num,AND_permuted,31.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,32.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,33.0,[],8],0,1.0 +350613,350613,12,num,AND_permuted,34.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,35.0,[],0],0,1.0 +350613,350613,12,num,AND_permuted,36.0,[],0],0,1.0 +350613,350613,12,num,AND_permuted,37.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,38.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,39.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,40.0,[],8],0,1.0 +350613,350613,12,num,AND_permuted,41.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,42.0,[],0],0,1.0 +350613,350613,12,num,AND_permuted,43.0,[],7,0,1.0 +350613,350613,12,num,AND_permuted,44.0,[],9],0,1.0 +350613,350613,12,num,AND_permuted,45.0,[],5,0,1.0 +350613,350613,12,num,AND_permuted,46.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,47.0,[],3],0,1.0 +350613,350613,12,num,AND_permuted,48.0,[],8],0,1.0 +350613,350613,12,num,AND_permuted,49.0,[],6],0,1.0 +350613,350613,12,num,AND_permuted,50.0,[],8],0,1.0 +350613,350613,12,num,AND_permuted,51.0,[],6],0,1.0 +350613,350613,12,num,AND_permuted,52.0,[],3],0,1.0 +350613,350613,12,num,AND_permuted,53.0,[],6],0,1.0 +350613,350613,12,num,AND_permuted,54.0,[],5],0,1.0 +350613,350613,12,num,AND_permuted,55.0,[],8],0,1.0 +350613,350613,12,num,AND_permuted,56.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,57.0,[],3],0,1.0 +350613,350613,12,num,AND_permuted,58.0,[],0],0,1.0 +350613,350613,12,num,AND_permuted,59.0,[],7],0,1.0 +350613,350613,12,num,AND_permuted,60.0,[],5],0,1.0 +350613,350613,12,num,AND_permuted,61.0,[],9],0,1.0 +350613,350613,12,num,AND_permuted,62.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,63.0,[],7],0,1.0 +350613,350613,12,num,AND_permuted,64.0,[],5],0,1.0 +350613,350613,12,num,AND_permuted,65.0,[],6],0,1.0 +350613,350613,12,num,AND_permuted,66.0,[],9],0,1.0 +350613,350613,12,num,AND_permuted,67.0,[],5],0,1.0 +350613,350613,12,num,AND_permuted,68.0,[],9],0,1.0 +350613,350613,12,num,AND_permuted,69.0,[],6],0,1.0 +350613,350613,12,num,AND_permuted,70.0,[],0],0,1.0 +350613,350613,12,num,AND_permuted,71.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,72.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,73.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,74.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,75.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,76.0,[],3],0,1.0 +350613,350613,12,num,AND_permuted,77.0,[],8],0,1.0 +350613,350613,12,num,AND_permuted,78.0,[],4,0,1.0 +350613,350613,12,num,AND_permuted,79.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,80.0,[],7],0,1.0 +350613,350613,12,num,AND_permuted,81.0,[],5],0,1.0 +350613,350613,12,num,AND_permuted,82.0,[],3],0,1.0 +350613,350613,12,num,AND_permuted,83.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,84.0,[],8],0,1.0 +350613,350613,12,num,AND_permuted,85.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,86.0,[],8],0,1.0 +350613,350613,12,num,AND_permuted,87.0,[],9],0,1.0 +350613,350613,12,num,AND_permuted,88.0,[],5],0,1.0 +350613,350613,12,num,AND_permuted,89.0,[],5],0,1.0 +350613,350613,12,num,AND_permuted,90.0,[],6],0,1.0 +350613,350613,12,num,AND_permuted,91.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,92.0,[],2],0,1.0 +350613,350613,12,num,AND_permuted,93.0,[],0],0,1.0 +350613,350613,12,num,AND_permuted,94.0,[],0],0,1.0 +350613,350613,12,num,AND_permuted,95.0,[],4,0,1.0 +350613,350613,12,num,AND_permuted,96.0,[],1],0,1.0 +350613,350613,12,num,AND_permuted,97.0,[],5],0,1.0 +350613,350613,12,num,AND_permuted,98.0,[],4],0,1.0 +350613,350613,12,num,AND_permuted,99.0,[],2,0,1.0 +350613,350613,12,symb,row_constant,0.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,1.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,2.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,3.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,4.0,['~'],~],1,1.0 +350613,350613,12,symb,row_constant,5.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,6.0,['<'],<],1,1.0 +350613,350613,12,symb,row_constant,7.0,['$'],$],1,1.0 +350613,350613,12,symb,row_constant,8.0,['('],)],0,1.0 +350613,350613,12,symb,row_constant,9.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,10.0,[':'],:],1,1.0 +350613,350613,12,symb,row_constant,11.0,['$'],$],1,1.0 +350613,350613,12,symb,row_constant,12.0,['%'],%],1,1.0 +350613,350613,12,symb,row_constant,13.0,['%'],%],1,1.0 +350613,350613,12,symb,row_constant,14.0,['&'],&],1,1.0 +350613,350613,12,symb,row_constant,15.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,16.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,17.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,18.0,['%'],%],1,1.0 +350613,350613,12,symb,row_constant,19.0,['<'],<],1,1.0 +350613,350613,12,symb,row_constant,20.0,['%'],%],1,1.0 +350613,350613,12,symb,row_constant,21.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,22.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,23.0,['$'],$],1,1.0 +350613,350613,12,symb,row_constant,24.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,25.0,['('],)],0,1.0 +350613,350613,12,symb,row_constant,26.0,['<'],<],1,1.0 +350613,350613,12,symb,row_constant,27.0,['$'],$],1,1.0 +350613,350613,12,symb,row_constant,28.0,['~'],~],1,1.0 +350613,350613,12,symb,row_constant,29.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,30.0,['~'],~],1,1.0 +350613,350613,12,symb,row_constant,31.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,32.0,['*'],*],1,1.0 +350613,350613,12,symb,row_constant,33.0,['('],)],0,1.0 +350613,350613,12,symb,row_constant,34.0,['~'],~],1,1.0 +350613,350613,12,symb,row_constant,35.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,36.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,37.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,38.0,['%'],%],1,1.0 +350613,350613,12,symb,row_constant,39.0,['$'],$],1,1.0 +350613,350613,12,symb,row_constant,40.0,['%'],%],1,1.0 +350613,350613,12,symb,row_constant,41.0,['~'],~],1,1.0 +350613,350613,12,symb,row_constant,42.0,['&'],&],1,1.0 +350613,350613,12,symb,row_constant,43.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,44.0,['<'],<],1,1.0 +350613,350613,12,symb,row_constant,45.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,46.0,['*'],*],1,1.0 +350613,350613,12,symb,row_constant,47.0,[':'],:],1,1.0 +350613,350613,12,symb,row_constant,48.0,[':'],:],1,1.0 +350613,350613,12,symb,row_constant,49.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,50.0,['&'],&],1,1.0 +350613,350613,12,symb,row_constant,51.0,['('],)],0,1.0 +350613,350613,12,symb,row_constant,52.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,53.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,54.0,['$'],$],1,1.0 +350613,350613,12,symb,row_constant,55.0,['%'],%],1,1.0 +350613,350613,12,symb,row_constant,56.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,57.0,['%'],%],1,1.0 +350613,350613,12,symb,row_constant,58.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,59.0,['<'],<],1,1.0 +350613,350613,12,symb,row_constant,60.0,['&'],&],1,1.0 +350613,350613,12,symb,row_constant,61.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,62.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,63.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,64.0,['&'],&],1,1.0 +350613,350613,12,symb,row_constant,65.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,66.0,[':'],:],1,1.0 +350613,350613,12,symb,row_constant,67.0,['<'],<],1,1.0 +350613,350613,12,symb,row_constant,68.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,69.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,70.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,71.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,72.0,['&'],&],1,1.0 +350613,350613,12,symb,row_constant,73.0,['~'],~],1,1.0 +350613,350613,12,symb,row_constant,74.0,['<'],<],1,1.0 +350613,350613,12,symb,row_constant,75.0,['%'],%],1,1.0 +350613,350613,12,symb,row_constant,76.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,77.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,78.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,79.0,['*'],*],1,1.0 +350613,350613,12,symb,row_constant,80.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,81.0,['*'],*],1,1.0 +350613,350613,12,symb,row_constant,82.0,['$'],$],1,1.0 +350613,350613,12,symb,row_constant,83.0,[':'],:],1,1.0 +350613,350613,12,symb,row_constant,84.0,['<'],<],1,1.0 +350613,350613,12,symb,row_constant,85.0,['*'],*],1,1.0 +350613,350613,12,symb,row_constant,86.0,['('],(],1,1.0 +350613,350613,12,symb,row_constant,87.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,88.0,['%'],%],1,1.0 +350613,350613,12,symb,row_constant,89.0,['!'],!],1,1.0 +350613,350613,12,symb,row_constant,90.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,91.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,92.0,['&'],&],1,1.0 +350613,350613,12,symb,row_constant,93.0,['>'],>],1,1.0 +350613,350613,12,symb,row_constant,94.0,['*'],*],1,1.0 +350613,350613,12,symb,row_constant,95.0,['~'],~],1,1.0 +350613,350613,12,symb,row_constant,96.0,['~'],~],1,1.0 +350613,350613,12,symb,row_constant,97.0,['*'],*],1,1.0 +350613,350613,12,symb,row_constant,98.0,[':'],:],1,1.0 +350613,350613,12,symb,row_constant,99.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,0.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,1.0,['$'],$],1,1.0 +350613,350613,12,symb,col_constant,2.0,['$'],$],1,1.0 +350613,350613,12,symb,col_constant,3.0,[':'],:],1,1.0 +350613,350613,12,symb,col_constant,4.0,['>'],>],1,1.0 +350613,350613,12,symb,col_constant,5.0,[':'],:],1,1.0 +350613,350613,12,symb,col_constant,6.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,7.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,8.0,['('],(],1,1.0 +350613,350613,12,symb,col_constant,9.0,['('],(],1,1.0 +350613,350613,12,symb,col_constant,10.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,11.0,[':'],:],1,1.0 +350613,350613,12,symb,col_constant,12.0,['%'],%],1,1.0 +350613,350613,12,symb,col_constant,13.0,['&'],&],1,1.0 +350613,350613,12,symb,col_constant,14.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,15.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,16.0,['>'],>],1,1.0 +350613,350613,12,symb,col_constant,17.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,18.0,['('],(],1,1.0 +350613,350613,12,symb,col_constant,19.0,['*'],*],1,1.0 +350613,350613,12,symb,col_constant,20.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,21.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,22.0,['$'],$],1,1.0 +350613,350613,12,symb,col_constant,23.0,['%'],%],1,1.0 +350613,350613,12,symb,col_constant,24.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,25.0,['*'],*],1,1.0 +350613,350613,12,symb,col_constant,26.0,['$'],$],1,1.0 +350613,350613,12,symb,col_constant,27.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,28.0,['$'],$],1,1.0 +350613,350613,12,symb,col_constant,29.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,30.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,31.0,[':'],:],1,1.0 +350613,350613,12,symb,col_constant,32.0,['('],(],1,1.0 +350613,350613,12,symb,col_constant,33.0,['%'],%],1,1.0 +350613,350613,12,symb,col_constant,34.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,35.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,36.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,37.0,['*'],*],1,1.0 +350613,350613,12,symb,col_constant,38.0,['*'],*],1,1.0 +350613,350613,12,symb,col_constant,39.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,40.0,['*'],*],1,1.0 +350613,350613,12,symb,col_constant,41.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,42.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,43.0,['%'],%],1,1.0 +350613,350613,12,symb,col_constant,44.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,45.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,46.0,['>'],>],1,1.0 +350613,350613,12,symb,col_constant,47.0,['%'],%],1,1.0 +350613,350613,12,symb,col_constant,48.0,[':'],:],1,1.0 +350613,350613,12,symb,col_constant,49.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,50.0,['>'],>],1,1.0 +350613,350613,12,symb,col_constant,51.0,['>'],>],1,1.0 +350613,350613,12,symb,col_constant,52.0,[':'],:],1,1.0 +350613,350613,12,symb,col_constant,53.0,['*'],*],1,1.0 +350613,350613,12,symb,col_constant,54.0,['%'],%],1,1.0 +350613,350613,12,symb,col_constant,55.0,['%'],%],1,1.0 +350613,350613,12,symb,col_constant,56.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,57.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,58.0,['%'],%],1,1.0 +350613,350613,12,symb,col_constant,59.0,['*'],*],1,1.0 +350613,350613,12,symb,col_constant,60.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,61.0,['('],(],1,1.0 +350613,350613,12,symb,col_constant,62.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,63.0,['&'],&],1,1.0 +350613,350613,12,symb,col_constant,64.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,65.0,['*'],*],1,1.0 +350613,350613,12,symb,col_constant,66.0,['%'],%],1,1.0 +350613,350613,12,symb,col_constant,67.0,['>'],>],1,1.0 +350613,350613,12,symb,col_constant,68.0,['('],(],1,1.0 +350613,350613,12,symb,col_constant,69.0,['('],(],1,1.0 +350613,350613,12,symb,col_constant,70.0,[':'],:],1,1.0 +350613,350613,12,symb,col_constant,71.0,['*'],*],1,1.0 +350613,350613,12,symb,col_constant,72.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,73.0,['('],(],1,1.0 +350613,350613,12,symb,col_constant,74.0,[':'],:],1,1.0 +350613,350613,12,symb,col_constant,75.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,76.0,['&'],&],1,1.0 +350613,350613,12,symb,col_constant,77.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,78.0,['>'],>],1,1.0 +350613,350613,12,symb,col_constant,79.0,['$'],$],1,1.0 +350613,350613,12,symb,col_constant,80.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,81.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,82.0,[':'],:],1,1.0 +350613,350613,12,symb,col_constant,83.0,['$'],$],1,1.0 +350613,350613,12,symb,col_constant,84.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,85.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,86.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,87.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,88.0,['&'],&],1,1.0 +350613,350613,12,symb,col_constant,89.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,90.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,91.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,92.0,['%'],%],1,1.0 +350613,350613,12,symb,col_constant,93.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,94.0,['~'],~],1,1.0 +350613,350613,12,symb,col_constant,95.0,['!'],!],1,1.0 +350613,350613,12,symb,col_constant,96.0,['&'],&],1,1.0 +350613,350613,12,symb,col_constant,97.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,98.0,['<'],<],1,1.0 +350613,350613,12,symb,col_constant,99.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag1,0.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag1,1.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag1,2.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag1,3.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,4.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,5.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,6.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag1,7.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,8.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,9.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,10.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag1,11.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,12.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,13.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag1,14.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,15.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag1,16.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,17.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,18.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,19.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,20.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag1,21.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag1,22.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,23.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,24.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag1,25.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag1,26.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag1,27.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,28.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,29.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,30.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag1,31.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag1,32.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,33.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,34.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,35.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,36.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,37.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,38.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag1,39.0,['&'],&],1,1.0 +350613,350613,12,symb,dist3_diag1,40.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag1,41.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag1,42.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,43.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,44.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,45.0,['&'],&],1,1.0 +350613,350613,12,symb,dist3_diag1,46.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,47.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag1,48.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,49.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag1,50.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,51.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,52.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag1,53.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag1,54.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,55.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag1,56.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,57.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,58.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,59.0,['&'],&],1,1.0 +350613,350613,12,symb,dist3_diag1,60.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,61.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag1,62.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,63.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,64.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag1,65.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,66.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,67.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,68.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag1,69.0,['&'],&],1,1.0 +350613,350613,12,symb,dist3_diag1,70.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag1,71.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag1,72.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,73.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,74.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,75.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,76.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,77.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,78.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag1,79.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag1,80.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,81.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,82.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,83.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,84.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,85.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag1,86.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,87.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,88.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,89.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,90.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag1,91.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag1,92.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag1,93.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,94.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag1,95.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag1,96.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,97.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag1,98.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag1,99.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag2,0.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,1.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,2.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,3.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,4.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag2,5.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag2,6.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,7.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,8.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,9.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,10.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,11.0,['&'],&],1,1.0 +350613,350613,12,symb,dist3_diag2,12.0,['&'],&],1,1.0 +350613,350613,12,symb,dist3_diag2,13.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,14.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,15.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,16.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,17.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,18.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,19.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,20.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,21.0,['&'],&],1,1.0 +350613,350613,12,symb,dist3_diag2,22.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag2,23.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag2,24.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag2,25.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,26.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,27.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,28.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag2,29.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,30.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag2,31.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag2,32.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,33.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,34.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag2,35.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag2,36.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag2,37.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,38.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,39.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,40.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag2,41.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag2,42.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag2,43.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,44.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag2,45.0,['('],(]],1,1.0 +350613,350613,12,symb,dist3_diag2,46.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,47.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,48.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag2,49.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,50.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,51.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag2,52.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,53.0,['*'],*],1,1.0 +350613,350613,12,symb,dist3_diag2,54.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,55.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,56.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,57.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag2,58.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,59.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,60.0,['&'],&],1,1.0 +350613,350613,12,symb,dist3_diag2,61.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,62.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,63.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,64.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,65.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,66.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,67.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,68.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,69.0,[':'],:],1,1.0 +350613,350613,12,symb,dist3_diag2,70.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,71.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag2,72.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,73.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,74.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag2,75.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,76.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,77.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,78.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,79.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag2,80.0,['$'],$],1,1.0 +350613,350613,12,symb,dist3_diag2,81.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,82.0,['>'],>],1,1.0 +350613,350613,12,symb,dist3_diag2,83.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag2,84.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,85.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,86.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,87.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,88.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,89.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag2,90.0,['%'],%],1,1.0 +350613,350613,12,symb,dist3_diag2,91.0,['%'],%,1,1.0 +350613,350613,12,symb,dist3_diag2,92.0,['!'],!],1,1.0 +350613,350613,12,symb,dist3_diag2,93.0,['&'],&],1,1.0 +350613,350613,12,symb,dist3_diag2,94.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,95.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,96.0,['~'],~],1,1.0 +350613,350613,12,symb,dist3_diag2,97.0,['('],(],1,1.0 +350613,350613,12,symb,dist3_diag2,98.0,['<'],<],1,1.0 +350613,350613,12,symb,dist3_diag2,99.0,['%'],%],1,1.0 +350613,350613,12,symb,prog_size1,0.0,['('],@],0,1.0 +350613,350613,12,symb,prog_size1,1.0,['<'],&],0,1.0 +350613,350613,12,symb,prog_size1,2.0,['~'],{],0,1.0 +350613,350613,12,symb,prog_size1,3.0,['>'],?],0,1.0 +350613,350613,12,symb,prog_size1,4.0,[':'],)],0,1.0 +350613,350613,12,symb,prog_size1,5.0,['$'],<],0,1.0 +350613,350613,12,symb,prog_size1,6.0,['%'],%],1,1.0 +350613,350613,12,symb,prog_size1,7.0,['&'],#],0,1.0 +350613,350613,12,symb,prog_size1,8.0,['*'],#],0,1.0 +350613,350613,12,symb,prog_size1,9.0,['!'],{],0,1.0 +350613,350613,12,symb,prog_size1,10.0,['('],:],0,1.0 +350613,350613,12,symb,prog_size1,11.0,['<'],?],0,1.0 +350613,350613,12,symb,prog_size2,0.0,[':'],%],0,1.0 +350613,350613,12,symb,prog_size2,1.0,['$'],&]],0,1.0 +350613,350613,12,symb,prog_size2,2.0,['%'],:]],0,1.0 +350613,350613,12,symb,prog_size2,3.0,['&'],$],0,1.0 +350613,350613,12,symb,two_rule_comb0,0.0,"['~', '$']",~ $],1,1.0 +350613,350613,12,symb,two_rule_comb0,1.0,"['>', '%']",> %],1,1.0 +350613,350613,12,symb,two_rule_comb0,2.0,"['*', '(']",* (],1,1.0 +350613,350613,12,symb,two_rule_comb0,3.0,"['*', '%']",* %],1,1.0 +350613,350613,12,symb,two_rule_comb0,4.0,"['$', '*']",$ *],1,1.0 +350613,350613,12,symb,two_rule_comb0,5.0,"['>', '%']",> %],1,1.0 +350613,350613,12,symb,two_rule_comb0,6.0,"['&', '$']",& $],1,1.0 +350613,350613,12,symb,two_rule_comb0,7.0,"['&', '>']",& >],1,1.0 +350613,350613,12,symb,two_rule_comb0,8.0,"['>', '!']",> !],1,1.0 +350613,350613,12,symb,two_rule_comb0,9.0,"['$', '%']",$ %],1,1.0 +350613,350613,12,symb,two_rule_comb0,10.0,"['>', '*']",> *],1,1.0 +350613,350613,12,symb,two_rule_comb0,11.0,"['&', '~']",& ~],1,1.0 +350613,350613,12,symb,two_rule_comb0,12.0,"['>', '(']",> (],1,1.0 +350613,350613,12,symb,two_rule_comb0,13.0,"['$', '>']",$ >],1,1.0 +350613,350613,12,symb,two_rule_comb0,14.0,"['%', '%']",% %],1,1.0 +350613,350613,12,symb,two_rule_comb0,15.0,"['!', '>']",! >],1,1.0 +350613,350613,12,symb,two_rule_comb0,16.0,"['>', '!']",> !],1,1.0 +350613,350613,12,symb,two_rule_comb0,17.0,"['$', '%']",$ %],1,1.0 +350613,350613,12,symb,two_rule_comb0,18.0,"['>', '*']",> *],1,1.0 +350613,350613,12,symb,two_rule_comb0,19.0,"['*', '~']",* ~],1,1.0 +350613,350613,12,symb,two_rule_comb0,20.0,"['<', '<']",< <],1,1.0 +350613,350613,12,symb,two_rule_comb0,21.0,"[':', '<']",: <],1,1.0 +350613,350613,12,symb,two_rule_comb0,22.0,"['~', '(']",~ (],1,1.0 +350613,350613,12,symb,two_rule_comb0,23.0,"['~', ':']",~ :],1,1.0 +350613,350613,12,symb,two_rule_comb0,24.0,"['>', '&']",> &],1,1.0 +350613,350613,12,symb,two_rule_comb0,25.0,"['<', '&']",< &],1,1.0 +350613,350613,12,symb,two_rule_comb0,26.0,"['~', ':']",~ :],1,1.0 +350613,350613,12,symb,two_rule_comb0,27.0,"['>', '>']",> >],1,1.0 +350613,350613,12,symb,two_rule_comb0,28.0,"['>', '&']",> &],1,1.0 +350613,350613,12,symb,two_rule_comb0,29.0,"['%', '*']",% *],1,1.0 +350613,350613,12,symb,two_rule_comb0,30.0,"['$', '(']",$ (],1,1.0 +350613,350613,12,symb,two_rule_comb0,31.0,"['(', '<']",( <],1,1.0 +350613,350613,12,symb,two_rule_comb0,32.0,"['!', '!']",! !],1,1.0 +350613,350613,12,symb,two_rule_comb0,33.0,"['>', '$']",> $],1,1.0 +350613,350613,12,symb,two_rule_comb0,34.0,"['(', '*']",( *],1,1.0 +350613,350613,12,symb,two_rule_comb0,35.0,"[':', '$']",: $],1,1.0 +350613,350613,12,symb,two_rule_comb0,36.0,"['~', '<']",~ <],1,1.0 +350613,350613,12,symb,two_rule_comb0,37.0,"['&', '<']",& <],1,1.0 +350613,350613,12,symb,two_rule_comb0,38.0,"['!', '~']",! ~],1,1.0 +350613,350613,12,symb,two_rule_comb0,39.0,"['<', '$']",< $],1,1.0 +350613,350613,12,symb,two_rule_comb0,40.0,"['<', '~']",< ~],1,1.0 +350613,350613,12,symb,two_rule_comb0,41.0,"['&', '*']",& *],1,1.0 +350613,350613,12,symb,two_rule_comb0,42.0,"['&', '>']",& >],1,1.0 +350613,350613,12,symb,two_rule_comb0,43.0,"[':', '%']",: %],1,1.0 +350613,350613,12,symb,two_rule_comb0,44.0,"['!', '*']",! *],1,1.0 +350613,350613,12,symb,two_rule_comb0,45.0,"['>', '(']",> (],1,1.0 +350613,350613,12,symb,two_rule_comb0,46.0,"['$', '~']",$ ~],1,1.0 +350613,350613,12,symb,two_rule_comb0,47.0,"['(', '*']",( *],1,1.0 +350613,350613,12,symb,two_rule_comb0,48.0,"['~', '(']",~ (],1,1.0 +350613,350613,12,symb,two_rule_comb0,49.0,"[':', '$']",: $],1,1.0 +350613,350613,12,symb,two_rule_comb0,50.0,"['*', '%']",* %],1,1.0 +350613,350613,12,symb,two_rule_comb0,51.0,"['>', '<']",> <],1,1.0 +350613,350613,12,symb,two_rule_comb0,52.0,"['*', '!']",* !],1,1.0 +350613,350613,12,symb,two_rule_comb0,53.0,"['!', '<']",! <,1,1.0 +350613,350613,12,symb,two_rule_comb0,54.0,"['%', '>']",% >],1,1.0 +350613,350613,12,symb,two_rule_comb0,55.0,"['&', '~']",& ~],1,1.0 +350613,350613,12,symb,two_rule_comb0,56.0,"['>', '&']",> &],1,1.0 +350613,350613,12,symb,two_rule_comb0,57.0,"['~', ':']",~ :],1,1.0 +350613,350613,12,symb,two_rule_comb0,58.0,"[':', '%']",: %],1,1.0 +350613,350613,12,symb,two_rule_comb0,59.0,"['!', '%']",! %],1,1.0 +350613,350613,12,symb,two_rule_comb0,60.0,"['!', '%']",! %],1,1.0 +350613,350613,12,symb,two_rule_comb0,61.0,"['*', '!']",* !],1,1.0 +350613,350613,12,symb,two_rule_comb0,62.0,"['~', '!']",~ !],1,1.0 +350613,350613,12,symb,two_rule_comb0,63.0,"['%', ':']",% :],1,1.0 +350613,350613,12,symb,two_rule_comb0,64.0,"['$', '>']",$ >],1,1.0 +350613,350613,12,symb,two_rule_comb0,65.0,"['<', '(']",< (],1,1.0 +350613,350613,12,symb,two_rule_comb0,66.0,"['*', '~']",* ~],1,1.0 +350613,350613,12,symb,two_rule_comb0,67.0,"['%', ':']",% :],1,1.0 +350613,350613,12,symb,two_rule_comb0,68.0,"[':', '%']",: %],1,1.0 +350613,350613,12,symb,two_rule_comb0,69.0,"['~', '&']",~ &],1,1.0 +350613,350613,12,symb,two_rule_comb0,70.0,"['(', '~']",( ~],1,1.0 +350613,350613,12,symb,two_rule_comb0,71.0,"['$', '%']",$ %],1,1.0 +350613,350613,12,symb,two_rule_comb0,72.0,"['!', '*']",! *],1,1.0 +350613,350613,12,symb,two_rule_comb0,73.0,"['!', '<']",! <],1,1.0 +350613,350613,12,symb,two_rule_comb0,74.0,"['%', '<']",% <],1,1.0 +350613,350613,12,symb,two_rule_comb0,75.0,"['>', '%']",> %],1,1.0 +350613,350613,12,symb,two_rule_comb0,76.0,"['&', '$']",& $],1,1.0 +350613,350613,12,symb,two_rule_comb0,77.0,"['&', '>']",& >],1,1.0 +350613,350613,12,symb,two_rule_comb0,78.0,"['%', '&']",% &],1,1.0 +350613,350613,12,symb,two_rule_comb0,79.0,"['>', '>']",> >],1,1.0 +350613,350613,12,symb,two_rule_comb0,80.0,"['*', '<']",* <],1,1.0 +350613,350613,12,symb,two_rule_comb0,81.0,"['!', '<']",! <],1,1.0 +350613,350613,12,symb,two_rule_comb0,82.0,"['>', '>']",> >],1,1.0 +350613,350613,12,symb,two_rule_comb0,83.0,"['>', '%']",> %],1,1.0 +350613,350613,12,symb,two_rule_comb0,84.0,"['!', '&']",! &],1,1.0 +350613,350613,12,symb,two_rule_comb0,85.0,"['%', ':']",% :],1,1.0 +350613,350613,12,symb,two_rule_comb0,86.0,"['!', '%']",! :],0,1.0 +350613,350613,12,symb,two_rule_comb0,87.0,"['&', '<']",& <],1,1.0 +350613,350613,12,symb,two_rule_comb0,88.0,"[':', '%']",: %],1,1.0 +350613,350613,12,symb,two_rule_comb0,89.0,"['*', '>']",* >],1,1.0 +350613,350613,12,symb,two_rule_comb0,90.0,"[':', '<']",: <],1,1.0 +350613,350613,12,symb,two_rule_comb0,91.0,"['!', '&']",! &],1,1.0 +350613,350613,12,symb,two_rule_comb0,92.0,"['!', ':']",! :],1,1.0 +350613,350613,12,symb,two_rule_comb0,93.0,"['!', '$']",! $,1,1.0 +350613,350613,12,symb,two_rule_comb0,94.0,"['*', '*']",* *],1,1.0 +350613,350613,12,symb,two_rule_comb0,95.0,"[':', '!']",: !],1,1.0 +350613,350613,12,symb,two_rule_comb0,96.0,"['&', '<']",& <],1,1.0 +350613,350613,12,symb,two_rule_comb0,97.0,"['$', '(']",$ (],1,1.0 +350613,350613,12,symb,two_rule_comb0,98.0,"['<', '(']",< (],1,1.0 +350613,350613,12,symb,two_rule_comb0,99.0,"['!', '&']",! &],1,1.0 +350613,350613,12,symb,two_rule_comb1,0.0,"['&', '*']",& *],1,1.0 +350613,350613,12,symb,two_rule_comb1,1.0,"[':', '$']",$ $],0,1.0 +350613,350613,12,symb,two_rule_comb1,2.0,"['*', '~']",* ~],1,1.0 +350613,350613,12,symb,two_rule_comb1,3.0,"['!', '(']",! (],1,1.0 +350613,350613,12,symb,two_rule_comb1,4.0,"['*', '>']",* >],1,1.0 +350613,350613,12,symb,two_rule_comb1,5.0,"['(', '%']",( %],1,1.0 +350613,350613,12,symb,two_rule_comb1,6.0,"['>', '(']",> (],1,1.0 +350613,350613,12,symb,two_rule_comb1,7.0,"['&', '&']",& &],1,1.0 +350613,350613,12,symb,two_rule_comb1,8.0,"['>', '$']",> $],1,1.0 +350613,350613,12,symb,two_rule_comb1,9.0,"['!', '&']",! &],1,1.0 +350613,350613,12,symb,two_rule_comb1,10.0,"['!', '>']",! >],1,1.0 +350613,350613,12,symb,two_rule_comb1,11.0,"['%', '*']",* %],0,1.0 +350613,350613,12,symb,two_rule_comb1,12.0,"['~', '>']",~ >],1,1.0 +350613,350613,12,symb,two_rule_comb1,13.0,"[':', '*']",: *],1,1.0 +350613,350613,12,symb,two_rule_comb1,14.0,"['>', '(']",> (],1,1.0 +350613,350613,12,symb,two_rule_comb1,15.0,"['&', '!']",& !],1,1.0 +350613,350613,12,symb,two_rule_comb1,16.0,"['>', '!']",> !],1,1.0 +350613,350613,12,symb,two_rule_comb1,17.0,"['>', '>']",> >],1,1.0 +350613,350613,12,symb,two_rule_comb1,18.0,"['&', ':']",& :],1,1.0 +350613,350613,12,symb,two_rule_comb1,19.0,"['&', '$']",& $],1,1.0 +350613,350613,12,symb,two_rule_comb1,20.0,"['(', '$']",( $],1,1.0 +350613,350613,12,symb,two_rule_comb1,21.0,"['*', '!']",* !],1,1.0 +350613,350613,12,symb,two_rule_comb1,22.0,"['~', '>']",~ >,1,1.0 +350613,350613,12,symb,two_rule_comb1,23.0,"['*', '<']",* <],1,1.0 +350613,350613,12,symb,two_rule_comb1,24.0,"['!', '&']",! &],1,1.0 +350613,350613,12,symb,two_rule_comb1,25.0,"['~', '<']",~ <],1,1.0 +350613,350613,12,symb,two_rule_comb1,26.0,"[':', '&']",: &],1,1.0 +350613,350613,12,symb,two_rule_comb1,27.0,"['~', ':']",~ :],1,1.0 +350613,350613,12,symb,two_rule_comb1,28.0,"['<', '(']",< (],1,1.0 +350613,350613,12,symb,two_rule_comb1,29.0,"['%', '(']",% (],1,1.0 +350613,350613,12,symb,two_rule_comb1,30.0,"['(', '$']",( $],1,1.0 +350613,350613,12,symb,two_rule_comb1,31.0,"['~', '*']",~ *],1,1.0 +350613,350613,12,symb,two_rule_comb1,32.0,"['&', '>']",& >],1,1.0 +350613,350613,12,symb,two_rule_comb1,33.0,"['!', '%']",! %],1,1.0 +350613,350613,12,symb,two_rule_comb1,34.0,"['&', '*']",& *],1,1.0 +350613,350613,12,symb,two_rule_comb1,35.0,"['(', '&']",(& %)],0,1.0 +350613,350613,12,symb,two_rule_comb1,36.0,"['~', '~']",~ ~],1,1.0 +350613,350613,12,symb,two_rule_comb1,37.0,"['~', '*']",~ *],1,1.0 +350613,350613,12,symb,two_rule_comb1,38.0,"['!', '*']",! *],1,1.0 +350613,350613,12,symb,two_rule_comb1,39.0,"['$', '$']",$ <],0,1.0 +350613,350613,12,symb,two_rule_comb1,40.0,"['<', '$']",< $],1,1.0 +350613,350613,12,symb,two_rule_comb1,41.0,"['%', '*']",% *],1,1.0 +350613,350613,12,symb,two_rule_comb1,42.0,"['!', '*']",! *],1,1.0 +350613,350613,12,symb,two_rule_comb1,43.0,"['*', '*']",* $],0,1.0 +350613,350613,12,symb,two_rule_comb1,44.0,"[':', '&']",: &],1,1.0 +350613,350613,12,symb,two_rule_comb1,45.0,"['>', '!']",> !],1,1.0 +350613,350613,12,symb,two_rule_comb1,46.0,"['&', '<']",& <],1,1.0 +350613,350613,12,symb,two_rule_comb1,47.0,"['%', '<']",% <],1,1.0 +350613,350613,12,symb,two_rule_comb1,48.0,"['!', '<']",! <],1,1.0 +350613,350613,12,symb,two_rule_comb1,49.0,"['(', '>']",(< >)],0,1.0 +350613,350613,12,symb,two_rule_comb1,50.0,"['!', '$']",! $],1,1.0 +350613,350613,12,symb,two_rule_comb1,51.0,"['!', '(']",! (],1,1.0 +350613,350613,12,symb,two_rule_comb1,52.0,"[':', '$']",: $],1,1.0 +350613,350613,12,symb,two_rule_comb1,53.0,"['$', '<']",$ <],1,1.0 +350613,350613,12,symb,two_rule_comb1,54.0,"['%', ':']",% :],1,1.0 +350613,350613,12,symb,two_rule_comb1,55.0,"['~', '*']",~ ~],0,1.0 +350613,350613,12,symb,two_rule_comb1,56.0,"['>', '%']",> %],1,1.0 +350613,350613,12,symb,two_rule_comb1,57.0,"['~', '~']",~ :],0,1.0 +350613,350613,12,symb,two_rule_comb1,58.0,"['~', '!']",~ !],1,1.0 +350613,350613,12,symb,two_rule_comb1,59.0,"['(', '<']",( <],1,1.0 +350613,350613,12,symb,two_rule_comb1,60.0,"['~', '~']",~ >],0,1.0 +350613,350613,12,symb,two_rule_comb1,61.0,"[':', '(']",: (],1,1.0 +350613,350613,12,symb,two_rule_comb1,62.0,"['~', '(']",~ (],1,1.0 +350613,350613,12,symb,two_rule_comb1,63.0,"['*', '&']",* &],1,1.0 +350613,350613,12,symb,two_rule_comb1,64.0,"[':', '&']",: :],0,1.0 +350613,350613,12,symb,two_rule_comb1,65.0,"['!', '!']",% !],0,1.0 +350613,350613,12,symb,two_rule_comb1,66.0,"['<', '$']",< $],1,1.0 +350613,350613,12,symb,two_rule_comb1,67.0,"['(', '$']",( $],1,1.0 +350613,350613,12,symb,two_rule_comb1,68.0,"['>', '>']",> <],0,1.0 +350613,350613,12,symb,two_rule_comb1,69.0,"['<', '*']",< *],1,1.0 +350613,350613,12,symb,two_rule_comb1,70.0,"['%', '&']",% &],1,1.0 +350613,350613,12,symb,two_rule_comb1,71.0,"['(', ':']",( : ],1,1.0 +350613,350613,12,symb,two_rule_comb1,72.0,"[':', '!']",: !],1,1.0 +350613,350613,12,symb,two_rule_comb1,73.0,"['<', '~']",> $],0,1.0 +350613,350613,12,symb,two_rule_comb1,74.0,"['!', ':']",! :],1,1.0 +350613,350613,12,symb,two_rule_comb1,75.0,"['>', '$']",> $],1,1.0 +350613,350613,12,symb,two_rule_comb1,76.0,"['!', '*']",! *],1,1.0 +350613,350613,12,symb,two_rule_comb1,77.0,"['>', '<']",> <],1,1.0 +350613,350613,12,symb,two_rule_comb1,78.0,"['<', '<']",< <],1,1.0 +350613,350613,12,symb,two_rule_comb1,79.0,"['~', ':']",~ :],1,1.0 +350613,350613,12,symb,two_rule_comb1,80.0,"['~', ':']",~ :],1,1.0 +350613,350613,12,symb,two_rule_comb1,81.0,"['%', '~']",% ~],1,1.0 +350613,350613,12,symb,two_rule_comb1,82.0,"['<', '%']",< %],1,1.0 +350613,350613,12,symb,two_rule_comb1,83.0,"['&', '*']",& *],1,1.0 +350613,350613,12,symb,two_rule_comb1,84.0,"['>', '>']",> !],0,1.0 +350613,350613,12,symb,two_rule_comb1,85.0,"['<', '(']",< (],1,1.0 +350613,350613,12,symb,two_rule_comb1,86.0,"['&', '>']",& >],1,1.0 +350613,350613,12,symb,two_rule_comb1,87.0,"['&', '(']",& (],1,1.0 +350613,350613,12,symb,two_rule_comb1,88.0,"['&', '&']",& <],0,1.0 +350613,350613,12,symb,two_rule_comb1,89.0,"['~', '$']",~ ~],0,1.0 +350613,350613,12,symb,two_rule_comb1,90.0,"['*', '>']",* >],1,1.0 +350613,350613,12,symb,two_rule_comb1,91.0,"['(', '(']",(% (],0,1.0 +350613,350613,12,symb,two_rule_comb1,92.0,"['&', '*']",& *],1,1.0 +350613,350613,12,symb,two_rule_comb1,93.0,"['%', '%']",% &],0,1.0 +350613,350613,12,symb,two_rule_comb1,94.0,"['>', '(']",> (],1,1.0 +350613,350613,12,symb,two_rule_comb1,95.0,"['&', '<']",& <],1,1.0 +350613,350613,12,symb,two_rule_comb1,96.0,"['>', '&']",> &],1,1.0 +350613,350613,12,symb,two_rule_comb1,97.0,"['!', '$']",! $],1,1.0 +350613,350613,12,symb,two_rule_comb1,98.0,"['>', '~']",> ~],1,1.0 +350613,350613,12,symb,two_rule_comb1,99.0,"['*', '&']",* &],1,1.0 +350613,350613,12,symb,two_rule_comb2,0.0,"['&', '%']",< %],0,1.0 +350613,350613,12,symb,two_rule_comb2,1.0,"['%', '>']",: >],0,1.0 +350613,350613,12,symb,two_rule_comb2,2.0,"['~', '<']",~ &],0,1.0 +350613,350613,12,symb,two_rule_comb2,3.0,"['&', '<']",>( <],0,1.0 +350613,350613,12,symb,two_rule_comb2,4.0,"['>', '*']",! *],0,1.0 +350613,350613,12,symb,two_rule_comb2,5.0,"['*', '~']",* !],0,1.0 +350613,350613,12,symb,two_rule_comb2,6.0,"['(', ':']",( <],0,1.0 +350613,350613,12,symb,two_rule_comb2,7.0,"['!', '*']",! <],0,1.0 +350613,350613,12,symb,two_rule_comb2,8.0,"['$', '$']",< $],0,1.0 +350613,350613,12,symb,two_rule_comb2,9.0,"['~', '<']",~ $],0,1.0 +350613,350613,12,symb,two_rule_comb2,10.0,"[':', ':']",< :],0,1.0 +350613,350613,12,symb,two_rule_comb2,11.0,"['$', '<']",& <],0,1.0 +350613,350613,12,symb,two_rule_comb2,12.0,"['<', '(']",< :],0,1.0 +350613,350613,12,symb,two_rule_comb2,13.0,"['(', '~']",: ~],0,1.0 +350613,350613,12,symb,two_rule_comb2,14.0,"['*', '!']",< !],0,1.0 +350613,350613,12,symb,two_rule_comb2,15.0,"[':', '<']",: $],0,1.0 +350613,350613,12,symb,two_rule_comb2,16.0,"['(', '$']",( !],0,1.0 +350613,350613,12,symb,two_rule_comb2,17.0,"['$', '(']",< (],0,1.0 +350613,350613,12,symb,two_rule_comb2,18.0,"['%', '%']",% #],0,1.0 +350613,350613,12,symb,two_rule_comb2,19.0,"['<', '(']",< >],0,1.0 +350613,350613,12,symb,two_rule_comb2,20.0,"['(', '<']",: <],0,1.0 +350613,350613,12,symb,two_rule_comb2,21.0,"['%', '~']",> ~],0,1.0 +350613,350613,12,symb,two_rule_comb2,22.0,"['&', '<']",& $],0,1.0 +350613,350613,12,symb,two_rule_comb2,23.0,"['<', '$']",< ~],0,1.0 +350613,350613,12,symb,two_rule_comb2,24.0,"['<', '!']",& !],0,1.0 +350613,350613,12,symb,two_rule_comb2,25.0,"['%', '~']",% *],0,1.0 +350613,350613,12,symb,two_rule_comb2,26.0,"[':', '>']",* >],0,1.0 +350613,350613,12,symb,two_rule_comb2,27.0,"['~', '&']",~ ~],0,1.0 +350613,350613,12,symb,two_rule_comb2,28.0,"['$', '&']",$ >],0,1.0 +350613,350613,12,symb,two_rule_comb2,29.0,"['%', '(']",% :],0,1.0 +350613,350613,12,symb,two_rule_comb2,30.0,"['!', '*']",! <],0,1.0 +350613,350613,12,symb,two_rule_comb2,31.0,"['~', '<']",~ *],0,1.0 +350613,350613,12,symb,two_rule_comb2,32.0,"['&', '*']",& <],0,1.0 +350613,350613,12,symb,two_rule_comb2,33.0,"['<', '~']",< !],0,1.0 +350613,350613,12,symb,two_rule_comb2,34.0,"['<', '&']",< $],0,1.0 +350613,350613,12,symb,two_rule_comb2,35.0,"['>', '~']",:!],0,1.0 +350613,350613,12,symb,two_rule_comb2,36.0,"[':', '%']",% %],0,1.0 +350613,350613,12,symb,two_rule_comb2,37.0,"['$', '~']",< ~],0,1.0 +350613,350613,12,symb,two_rule_comb2,38.0,"['(', '*']",% *],0,1.0 +350613,350613,12,symb,two_rule_comb2,39.0,"['*', '&']",* (],0,1.0 +350613,350613,12,symb,two_rule_comb2,40.0,"[':', '!']",% !],0,1.0 +350613,350613,12,symb,two_rule_comb2,41.0,"['$', '~']",$ *],0,1.0 +350613,350613,12,symb,two_rule_comb2,42.0,"['~', '<']",< <],0,1.0 +350613,350613,12,symb,two_rule_comb2,43.0,"[':', '$']",: ?],0,1.0 +350613,350613,12,symb,two_rule_comb2,44.0,"['(', '!']",( >],0,1.0 +350613,350613,12,symb,two_rule_comb2,45.0,"['>', '&']",> %],0,1.0 +350613,350613,12,symb,two_rule_comb2,46.0,"['%', ':']",% %],0,1.0 +350613,350613,12,symb,two_rule_comb2,47.0,"['!', '>']",( >],0,1.0 +350613,350613,12,symb,two_rule_comb2,48.0,"['>', '<']",> *)],0,1.0 +350613,350613,12,symb,two_rule_comb2,49.0,"['<', '!']",$ !],0,1.0 +350613,350613,12,symb,two_rule_comb2,50.0,"['~', '(']",~ >],0,1.0 +350613,350613,12,symb,two_rule_comb2,51.0,"['$', '!']",< !],0,1.0 +350613,350613,12,symb,two_rule_comb2,52.0,"['&', '&']",& #],0,1.0 +350613,350613,12,symb,two_rule_comb2,53.0,"['%', '$']",% <],0,1.0 +350613,350613,12,symb,two_rule_comb2,54.0,"['~', ':']",! :],0,1.0 +350613,350613,12,symb,two_rule_comb2,55.0,"['~', '!']",* !],0,1.0 +350613,350613,12,symb,two_rule_comb2,56.0,"[':', '<']",% <],0,1.0 +350613,350613,12,symb,two_rule_comb2,57.0,"['$', '~']",$ $],0,1.0 +350613,350613,12,symb,two_rule_comb2,58.0,"['<', '%']",? %],0,1.0 +350613,350613,12,symb,two_rule_comb2,59.0,"['%', '<']",% $],0,1.0 +350613,350613,12,symb,two_rule_comb2,60.0,"['*', '%']",% %],0,1.0 +350613,350613,12,symb,two_rule_comb2,61.0,"['%', '*']",% *],1,1.0 +350613,350613,12,symb,two_rule_comb2,62.0,"['<', '&']",< $],0,1.0 +350613,350613,12,symb,two_rule_comb2,63.0,"[':', '*']",* *],0,1.0 +350613,350613,12,symb,two_rule_comb2,64.0,"[':', '>']",< >],0,1.0 +350613,350613,12,symb,two_rule_comb2,65.0,"['$', '&']",$ >],0,1.0 +350613,350613,12,symb,two_rule_comb2,66.0,"['<', '$']",? $],0,1.0 +350613,350613,12,symb,two_rule_comb2,67.0,"['$', '%']",% %],0,1.0 +350613,350613,12,symb,two_rule_comb2,68.0,"['%', '$']",% !],0,1.0 +350613,350613,12,symb,two_rule_comb2,69.0,"['%', '%']",% &],0,1.0 +350613,350613,12,symb,two_rule_comb2,70.0,"['<', ':']",& :],0,1.0 +350613,350613,12,symb,two_rule_comb2,71.0,"['$', ':']",$ #],0,1.0 +350613,350613,12,symb,two_rule_comb2,72.0,"['&', '&']",& >],0,1.0 +350613,350613,12,symb,two_rule_comb2,73.0,"['(', '!']",% !],0,1.0 +350613,350613,12,symb,two_rule_comb2,74.0,"[':', '*']",: <],0,1.0 +350613,350613,12,symb,two_rule_comb2,75.0,"['%', '*']",(: *),0,1.0 +350613,350613,12,symb,two_rule_comb2,76.0,"['<', '>']",> >],0,1.0 +350613,350613,12,symb,two_rule_comb2,77.0,"[':', ':']",: <],0,1.0 +350613,350613,12,symb,two_rule_comb2,78.0,"['~', '~']",* ~],0,1.0 +350613,350613,12,symb,two_rule_comb2,79.0,"[':', '%']",% %],0,1.0 +350613,350613,12,symb,two_rule_comb2,80.0,"['*', '*']",* #],0,1.0 +350613,350613,12,symb,two_rule_comb2,81.0,"['%', ':']",% :],1,1.0 +350613,350613,12,symb,two_rule_comb2,82.0,"['>', '<']",% <],0,1.0 +350613,350613,12,symb,two_rule_comb2,83.0,"[':', '(']",: >],0,1.0 +350613,350613,12,symb,two_rule_comb2,84.0,"['<', '*']",$ *],0,1.0 +350613,350613,12,symb,two_rule_comb2,85.0,"[':', '%']",: #],0,1.0 +350613,350613,12,symb,two_rule_comb2,86.0,"['<', '%']",< !],0,1.0 +350613,350613,12,symb,two_rule_comb2,87.0,"['%', '!']",: !],0,1.0 +350613,350613,12,symb,two_rule_comb2,88.0,"['>', '&']",! &],0,1.0 +350613,350613,12,symb,two_rule_comb2,89.0,"['~', '%']",~ #],0,1.0 +350613,350613,12,symb,two_rule_comb2,90.0,"[':', '<']",% <],0,1.0 +350613,350613,12,symb,two_rule_comb2,91.0,"['$', '<']",< <],0,1.0 +350613,350613,12,symb,two_rule_comb2,92.0,"['%', '<']",% <],1,1.0 +350613,350613,12,symb,two_rule_comb2,93.0,"['>', '>']",! >],0,1.0 +350613,350613,12,symb,two_rule_comb2,94.0,"['>', '%']",! %],0,1.0 +350613,350613,12,symb,two_rule_comb2,95.0,"['&', '%']",# %],0,1.0 +350613,350613,12,symb,two_rule_comb2,96.0,"['*', '%']",~ %],0,1.0 +350613,350613,12,symb,two_rule_comb2,97.0,"['<', '&']",< (],0,1.0 +350613,350613,12,symb,two_rule_comb2,98.0,"['~', '(']",~ >],0,1.0 +350613,350613,12,symb,two_rule_comb2,99.0,"['*', '>']",* (],0,1.0 +350613,350613,12,symb,two_rule_comb3,0.0,"['$', '&']",$ &],1,1.0 +350613,350613,12,symb,two_rule_comb3,1.0,"['$', '%']",$ %],1,1.0 +350613,350613,12,symb,two_rule_comb3,2.0,"['(', ':']",(:],1,1.0 +350613,350613,12,symb,two_rule_comb3,3.0,"['&', ':']",& :],1,1.0 +350613,350613,12,symb,two_rule_comb3,4.0,"['<', '>']",< >],1,1.0 +350613,350613,12,symb,two_rule_comb3,5.0,"[':', '*']",: *],1,1.0 +350613,350613,12,symb,two_rule_comb3,6.0,"['$', '*']",$ *],1,1.0 +350613,350613,12,symb,two_rule_comb3,7.0,"['~', '&']",~ &],1,1.0 +350613,350613,12,symb,two_rule_comb3,8.0,"['$', ':']",$ :],1,1.0 +350613,350613,12,symb,two_rule_comb3,9.0,"['(', '<']",( <],1,1.0 +350613,350613,12,symb,two_rule_comb3,10.0,"['%', '(']",% (],1,1.0 +350613,350613,12,symb,two_rule_comb3,11.0,"[':', '~']",: ~],1,1.0 +350613,350613,12,symb,two_rule_comb3,12.0,"[':', '!']",: !],1,1.0 +350613,350613,12,symb,two_rule_comb3,13.0,"['<', '$']",< $],1,1.0 +350613,350613,12,symb,two_rule_comb3,14.0,"['~', '(']",~ (],1,1.0 +350613,350613,12,symb,two_rule_comb3,15.0,"['<', '!']",< !],1,1.0 +350613,350613,12,symb,two_rule_comb3,16.0,"['%', '<']",% <],1,1.0 +350613,350613,12,symb,two_rule_comb3,17.0,"['<', '<']",< <],1,1.0 +350613,350613,12,symb,two_rule_comb3,18.0,"['>', '%']",> %],1,1.0 +350613,350613,12,symb,two_rule_comb3,19.0,"['<', '~']",< ~],1,1.0 +350613,350613,12,symb,two_rule_comb3,20.0,"['~', '(']",~ (],1,1.0 +350613,350613,12,symb,two_rule_comb3,21.0,"['%', '~']",% ~],1,1.0 +350613,350613,12,symb,two_rule_comb3,22.0,"['>', '%']",> %],1,1.0 +350613,350613,12,symb,two_rule_comb3,23.0,"['~', ':']",~ :],1,1.0 +350613,350613,12,symb,two_rule_comb3,24.0,"[':', '!']",: !],1,1.0 +350613,350613,12,symb,two_rule_comb3,25.0,"['&', '>']",& >],1,1.0 +350613,350613,12,symb,two_rule_comb3,26.0,"['&', '*']",:& *],0,1.0 +350613,350613,12,symb,two_rule_comb3,27.0,"['(', '~']",( ~],1,1.0 +350613,350613,12,symb,two_rule_comb3,28.0,"['&', '*']",& *],1,1.0 +350613,350613,12,symb,two_rule_comb3,29.0,"['%', '*']",% *],1,1.0 +350613,350613,12,symb,two_rule_comb3,30.0,"['*', '(']",* (],1,1.0 +350613,350613,12,symb,two_rule_comb3,31.0,"['<', '<']",< %],0,1.0 +350613,350613,12,symb,two_rule_comb3,32.0,"['$', '~']",$ ~],1,1.0 +350613,350613,12,symb,two_rule_comb3,33.0,"['$', '%']",$ %],1,1.0 +350613,350613,12,symb,two_rule_comb3,34.0,"['!', '(']",! (],1,1.0 +350613,350613,12,symb,two_rule_comb3,35.0,"['%', '&']",% &],1,1.0 +350613,350613,12,symb,two_rule_comb3,36.0,"['~', '!']",~ !],1,1.0 +350613,350613,12,symb,two_rule_comb3,37.0,"['!', '*']",! *],1,1.0 +350613,350613,12,symb,two_rule_comb3,38.0,"['*', '&']",* &],1,1.0 +350613,350613,12,symb,two_rule_comb3,39.0,"['&', '!']",& !],1,1.0 +350613,350613,12,symb,two_rule_comb3,40.0,"['$', '&']",$ &],1,1.0 +350613,350613,12,symb,two_rule_comb3,41.0,"['(', '(']",( (],1,1.0 +350613,350613,12,symb,two_rule_comb3,42.0,"['$', ':']",: ~],0,1.0 +350613,350613,12,symb,two_rule_comb3,43.0,"['!', '*']",! *],1,1.0 +350613,350613,12,symb,two_rule_comb3,44.0,"['%', ':']",% :],1,1.0 +350613,350613,12,symb,two_rule_comb3,45.0,"['<', '*']",< *],1,1.0 +350613,350613,12,symb,two_rule_comb3,46.0,"['*', '!']",* !],1,1.0 +350613,350613,12,symb,two_rule_comb3,47.0,"['*', '(']",* (],1,1.0 +350613,350613,12,symb,two_rule_comb3,48.0,"['<', '&']",< &],1,1.0 +350613,350613,12,symb,two_rule_comb3,49.0,"['<', '*']",< *],1,1.0 +350613,350613,12,symb,two_rule_comb3,50.0,"['~', '$']",~ $],1,1.0 +350613,350613,12,symb,two_rule_comb3,51.0,"['~', '~']",~ *],0,1.0 +350613,350613,12,symb,two_rule_comb3,52.0,"['~', '!']",~ !],1,1.0 +350613,350613,12,symb,two_rule_comb3,53.0,"['(', '*']",( *],1,1.0 +350613,350613,12,symb,two_rule_comb3,54.0,"['$', '$']",$ !],0,1.0 +350613,350613,12,symb,two_rule_comb3,55.0,"['*', '~']",* ~],1,1.0 +350613,350613,12,symb,two_rule_comb3,56.0,"['!', '%']",! %],1,1.0 +350613,350613,12,symb,two_rule_comb3,57.0,"[':', '~']",: ~],1,1.0 +350613,350613,12,symb,two_rule_comb3,58.0,"['>', ':']",> :]],1,1.0 +350613,350613,12,symb,two_rule_comb3,59.0,"['!', '*']",! *],1,1.0 +350613,350613,12,symb,two_rule_comb3,60.0,"[':', '&']",: &],1,1.0 +350613,350613,12,symb,two_rule_comb3,61.0,"['!', '>']",! >],1,1.0 +350613,350613,12,symb,two_rule_comb3,62.0,"['$', '~']",$ ~],1,1.0 +350613,350613,12,symb,two_rule_comb3,63.0,"['$', '&']",$ &],1,1.0 +350613,350613,12,symb,two_rule_comb3,64.0,"['&', '&']",& %],0,1.0 +350613,350613,12,symb,two_rule_comb3,65.0,"['$', '>']",$ >],1,1.0 +350613,350613,12,symb,two_rule_comb3,66.0,"[':', '>']",> *],0,1.0 +350613,350613,12,symb,two_rule_comb3,67.0,"['$', '*']",$ *],1,1.0 +350613,350613,12,symb,two_rule_comb3,68.0,"[':', '*']",: *],1,1.0 +350613,350613,12,symb,two_rule_comb3,69.0,"['&', '!']",& !],1,1.0 +350613,350613,12,symb,two_rule_comb3,70.0,"['(', '>']",( >],1,1.0 +350613,350613,12,symb,two_rule_comb3,71.0,"['>', '*']",> *],1,1.0 +350613,350613,12,symb,two_rule_comb3,72.0,"['%', '*']",% *],1,1.0 +350613,350613,12,symb,two_rule_comb3,73.0,"['~', '&']",~ &],1,1.0 +350613,350613,12,symb,two_rule_comb3,74.0,"['!', '!']",! !],1,1.0 +350613,350613,12,symb,two_rule_comb3,75.0,"[':', '(']",: (],1,1.0 +350613,350613,12,symb,two_rule_comb3,76.0,"['>', '%']",> %],1,1.0 +350613,350613,12,symb,two_rule_comb3,77.0,"['%', ':']",% ~],0,1.0 +350613,350613,12,symb,two_rule_comb3,78.0,"[':', '!']",: !],1,1.0 +350613,350613,12,symb,two_rule_comb3,79.0,"['(', '*']",( *),0,1.0 +350613,350613,12,symb,two_rule_comb3,80.0,"['&', '%']",& %],1,1.0 +350613,350613,12,symb,two_rule_comb3,81.0,"['!', '%']",! %],1,1.0 +350613,350613,12,symb,two_rule_comb3,82.0,"['&', '(']",& (],1,1.0 +350613,350613,12,symb,two_rule_comb3,83.0,"['%', '(']",% (],1,1.0 +350613,350613,12,symb,two_rule_comb3,84.0,"['&', '(']",& (],1,1.0 +350613,350613,12,symb,two_rule_comb3,85.0,"['~', '$']",~ $],1,1.0 +350613,350613,12,symb,two_rule_comb3,86.0,"['!', ':']",! :],1,1.0 +350613,350613,12,symb,two_rule_comb3,87.0,"['$', '<']",< &],0,1.0 +350613,350613,12,symb,two_rule_comb3,88.0,"['~', '*']",~ *],1,1.0 +350613,350613,12,symb,two_rule_comb3,89.0,"['*', '&']",* *],0,1.0 +350613,350613,12,symb,two_rule_comb3,90.0,"['!', '~']",$ $],0,1.0 +350613,350613,12,symb,two_rule_comb3,91.0,"['<', '(']",< (],1,1.0 +350613,350613,12,symb,two_rule_comb3,92.0,"['*', '<']",* <]],1,1.0 +350613,350613,12,symb,two_rule_comb3,93.0,"['*', '~']",* ~],1,1.0 +350613,350613,12,symb,two_rule_comb3,94.0,"['~', '*']",~ *],1,1.0 +350613,350613,12,symb,two_rule_comb3,95.0,"['>', ':']",> :],1,1.0 +350613,350613,12,symb,two_rule_comb3,96.0,"['<', ':']",< :],1,1.0 +350613,350613,12,symb,two_rule_comb3,97.0,"[':', '$']",: $],1,1.0 +350613,350613,12,symb,two_rule_comb3,98.0,"['&', '!']",& !],1,1.0 +350613,350613,12,symb,two_rule_comb3,99.0,"['(', '$']",( $],1,1.0 +350613,350613,12,symb,two_rule_comb4,0.0,"['&', '~']",$ >],0,1.0 +350613,350613,12,symb,two_rule_comb4,1.0,"['<', '>']",& (],0,1.0 +350613,350613,12,symb,two_rule_comb4,2.0,"['(', '!']",& !],0,1.0 +350613,350613,12,symb,two_rule_comb4,3.0,"['!', '&']",! :],0,1.0 +350613,350613,12,symb,two_rule_comb4,4.0,"['&', '(']",# $],0,1.0 +350613,350613,12,symb,two_rule_comb4,5.0,"['$', '&']",$ *],0,1.0 +350613,350613,12,symb,two_rule_comb4,6.0,"['&', '!']",% *],0,1.0 +350613,350613,12,symb,two_rule_comb4,7.0,"['!', '(']",! <],0,1.0 +350613,350613,12,symb,two_rule_comb4,8.0,"['~', '(']",* (],0,1.0 +350613,350613,12,symb,two_rule_comb4,9.0,"['*', '(']",(~ >),0,1.0 +350613,350613,12,symb,two_rule_comb4,10.0,"[':', '<']",* <],0,1.0 +350613,350613,12,symb,two_rule_comb4,11.0,"['%', '&']",: &],0,1.0 +350613,350613,12,symb,two_rule_comb4,12.0,"['$', '(']",$ : ],0,1.0 +350613,350613,12,symb,two_rule_comb4,13.0,"['$', '%']",$ #],0,1.0 +350613,350613,12,symb,two_rule_comb4,14.0,"['$', '*']",$ <],0,1.0 +350613,350613,12,symb,two_rule_comb4,15.0,"['~', '~']",~ >],0,1.0 +350613,350613,12,symb,two_rule_comb4,16.0,"['&', '%']",$ %],0,1.0 +350613,350613,12,symb,two_rule_comb4,17.0,"['<', '$']",< ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,18.0,"['>', '$']",> &],0,1.0 +350613,350613,12,symb,two_rule_comb4,19.0,"['*', '!']",$ !],0,1.0 +350613,350613,12,symb,two_rule_comb4,20.0,"['$', '*']",& *],0,1.0 +350613,350613,12,symb,two_rule_comb4,21.0,"['(', '&']",: &],0,1.0 +350613,350613,12,symb,two_rule_comb4,22.0,"['(', '!']",: &],0,1.0 +350613,350613,12,symb,two_rule_comb4,23.0,"['&', '!']",($ >)],0,1.0 +350613,350613,12,symb,two_rule_comb4,24.0,"['<', ':']",< ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,25.0,"['<', '!']",< ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,26.0,"['&', '&']",< &],0,1.0 +350613,350613,12,symb,two_rule_comb4,27.0,"[':', '(']",% (],0,1.0 +350613,350613,12,symb,two_rule_comb4,28.0,"['(', '*']",% *],0,1.0 +350613,350613,12,symb,two_rule_comb4,29.0,"['(', '&']",( <],0,1.0 +350613,350613,12,symb,two_rule_comb4,30.0,"['$', '~']",< ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,31.0,"['%', '>']",: >],0,1.0 +350613,350613,12,symb,two_rule_comb4,32.0,"['%', '%']",% !],0,1.0 +350613,350613,12,symb,two_rule_comb4,33.0,"['<', '%']",< ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,34.0,"[':', '~']",% >],0,1.0 +350613,350613,12,symb,two_rule_comb4,35.0,"['<', '>']",! !],0,1.0 +350613,350613,12,symb,two_rule_comb4,36.0,"['%', '(']",: $],0,1.0 +350613,350613,12,symb,two_rule_comb4,37.0,"['$', '(']",$ >],0,1.0 +350613,350613,12,symb,two_rule_comb4,38.0,"['>', '%']",> !],0,1.0 +350613,350613,12,symb,two_rule_comb4,39.0,"['%', '(']",! *],0,1.0 +350613,350613,12,symb,two_rule_comb4,40.0,"['>', '*']",> $],0,1.0 +350613,350613,12,symb,two_rule_comb4,41.0,"['!', '$']",> *],0,1.0 +350613,350613,12,symb,two_rule_comb4,42.0,"['<', '%']",< *)],0,1.0 +350613,350613,12,symb,two_rule_comb4,43.0,"['$', '<']",& <],0,1.0 +350613,350613,12,symb,two_rule_comb4,44.0,"['<', '%']",< %],1,1.0 +350613,350613,12,symb,two_rule_comb4,45.0,"['&', '!']",& >],0,1.0 +350613,350613,12,symb,two_rule_comb4,46.0,"['&', '%']",$ *],0,1.0 +350613,350613,12,symb,two_rule_comb4,47.0,"['*', '(']",* >],0,1.0 +350613,350613,12,symb,two_rule_comb4,48.0,"['<', '(']",: (],0,1.0 +350613,350613,12,symb,two_rule_comb4,49.0,"['~', '!']",% %],0,1.0 +350613,350613,12,symb,two_rule_comb4,50.0,"['$', '(']",& !],0,1.0 +350613,350613,12,symb,two_rule_comb4,51.0,"['~', '<']",~ (],0,1.0 +350613,350613,12,symb,two_rule_comb4,52.0,"[':', '~']",: *],0,1.0 +350613,350613,12,symb,two_rule_comb4,53.0,"['>', '*']",! ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,54.0,"['~', '(']",< (],0,1.0 +350613,350613,12,symb,two_rule_comb4,55.0,"['>', '!']",( >],0,1.0 +350613,350613,12,symb,two_rule_comb4,56.0,"['>', '$']",$ $],0,1.0 +350613,350613,12,symb,two_rule_comb4,57.0,"[':', '&']",: %],0,1.0 +350613,350613,12,symb,two_rule_comb4,58.0,"['~', '&']",& !],0,1.0 +350613,350613,12,symb,two_rule_comb4,59.0,"[':', ':']",: *],0,1.0 +350613,350613,12,symb,two_rule_comb4,60.0,"['&', '<']",% <],0,1.0 +350613,350613,12,symb,two_rule_comb4,61.0,"[':', '<']",: ^],0,1.0 +350613,350613,12,symb,two_rule_comb4,62.0,"['$', '!']",& !],0,1.0 +350613,350613,12,symb,two_rule_comb4,63.0,"['%', '*']",! *],0,1.0 +350613,350613,12,symb,two_rule_comb4,64.0,"['%', '*']",:% :],0,1.0 +350613,350613,12,symb,two_rule_comb4,65.0,"['*', '>']",~ ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,66.0,"['*', '>']",* !],0,1.0 +350613,350613,12,symb,two_rule_comb4,67.0,"['~', '(']",~ ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,68.0,"['!', '>']",> :]],0,1.0 +350613,350613,12,symb,two_rule_comb4,69.0,"['&', '<']",& :.],0,1.0 +350613,350613,12,symb,two_rule_comb4,70.0,"['&', '&']",& ?],0,1.0 +350613,350613,12,symb,two_rule_comb4,71.0,"['%', '&']",% *],0,1.0 +350613,350613,12,symb,two_rule_comb4,72.0,"['(', '$']",: :],0,1.0 +350613,350613,12,symb,two_rule_comb4,73.0,"['<', '!']",! >],0,1.0 +350613,350613,12,symb,two_rule_comb4,74.0,"['%', '%']",% $],0,1.0 +350613,350613,12,symb,two_rule_comb4,75.0,"['!', '%']",! *],0,1.0 +350613,350613,12,symb,two_rule_comb4,76.0,"['&', '!']",:! *],0,1.0 +350613,350613,12,symb,two_rule_comb4,77.0,"['!', '$']",($ $)],0,1.0 +350613,350613,12,symb,two_rule_comb4,78.0,"['>', '<']",> %],0,1.0 +350613,350613,12,symb,two_rule_comb4,79.0,"['<', '~']",: ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,80.0,"['(', '~']",<( !],0,1.0 +350613,350613,12,symb,two_rule_comb4,81.0,"['(', ':']",% :],0,1.0 +350613,350613,12,symb,two_rule_comb4,82.0,"['!', '*']",> :],0,1.0 +350613,350613,12,symb,two_rule_comb4,83.0,"['%', '*']",: !],0,1.0 +350613,350613,12,symb,two_rule_comb4,84.0,"['>', '%']",~ %],0,1.0 +350613,350613,12,symb,two_rule_comb4,85.0,"['<', '&']",< $],0,1.0 +350613,350613,12,symb,two_rule_comb4,86.0,"['>', ':']",> : ],1,1.0 +350613,350613,12,symb,two_rule_comb4,87.0,"['%', '<']",# <],0,1.0 +350613,350613,12,symb,two_rule_comb4,88.0,"['>', '(']",! (],0,1.0 +350613,350613,12,symb,two_rule_comb4,89.0,"['$', '$']",< $],0,1.0 +350613,350613,12,symb,two_rule_comb4,90.0,"[':', '%']",: ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,91.0,"['*', '&']",& &],0,1.0 +350613,350613,12,symb,two_rule_comb4,92.0,"['(', '<']",@ #],0,1.0 +350613,350613,12,symb,two_rule_comb4,93.0,"['(', '<']",> <],0,1.0 +350613,350613,12,symb,two_rule_comb4,94.0,"['~', '%']",~ !],0,1.0 +350613,350613,12,symb,two_rule_comb4,95.0,"['!', '<']",! *],0,1.0 +350613,350613,12,symb,two_rule_comb4,96.0,"['>', '&']",> >],0,1.0 +350613,350613,12,symb,two_rule_comb4,97.0,"['(', '$']",( &],0,1.0 +350613,350613,12,symb,two_rule_comb4,98.0,"['%', '$']",% ~],0,1.0 +350613,350613,12,symb,two_rule_comb4,99.0,"['&', '~']",# ~],0,1.0 +350613,350613,12,symb,two_rule_comb5,0.0,"['*', '%']",*& ^],0,1.0 +350613,350613,12,symb,two_rule_comb5,1.0,"['(', '(']",# =],0,1.0 +350613,350613,12,symb,two_rule_comb5,2.0,"['$', '$']",: ^],0,1.0 +350613,350613,12,symb,two_rule_comb5,3.0,"['(', '<']",: &],0,1.0 +350613,350613,12,symb,two_rule_comb5,4.0,"['$', '(']",& %],0,1.0 +350613,350613,12,symb,two_rule_comb5,5.0,"['%', '&']",:? @],0,1.0 +350613,350613,12,symb,two_rule_comb5,6.0,"['$', '&']",& <],0,1.0 +350613,350613,12,symb,two_rule_comb5,7.0,"['*', '!']",# !],0,1.0 +350613,350613,12,symb,two_rule_comb5,8.0,"['(', '%']",*: :],0,1.0 +350613,350613,12,symb,two_rule_comb5,9.0,"['!', '(']",> %],0,1.0 +350613,350613,12,symb,two_rule_comb5,10.0,"['$', '%']",< (],0,1.0 +350613,350613,12,symb,two_rule_comb5,11.0,"['(', ':']",@ #],0,1.0 +350613,350613,12,symb,two_rule_comb5,12.0,"['$', '~']",# >],0,1.0 +350613,350613,12,symb,two_rule_comb5,13.0,"['!', '~']",( < *),0,1.0 +350613,350613,12,symb,two_rule_comb5,14.0,"['<', ':']",& (],0,1.0 +350613,350613,12,symb,two_rule_comb5,15.0,"['~', '&']",(! ],0,1.0 +350613,350613,12,symb,two_rule_comb5,16.0,"['&', '$']",$ <],0,1.0 +350613,350613,12,symb,two_rule_comb5,17.0,"['~', '(']",> %],0,1.0 +350613,350613,12,symb,two_rule_comb5,18.0,"['&', '%']",# @],0,1.0 +350613,350613,12,symb,two_rule_comb5,19.0,"['>', '$']",# ^],0,1.0 +350613,350613,12,symb,two_rule_comb5,20.0,"['&', '$']",& $],1,1.0 +350613,350613,12,symb,two_rule_comb5,21.0,"[':', '<']",& ],0,1.0 +350613,350613,12,symb,two_rule_comb5,22.0,"['$', '~']",& *],0,1.0 +350613,350613,12,symb,two_rule_comb5,23.0,"['~', '%']",& >],0,1.0 +350613,350613,12,symb,two_rule_comb5,24.0,"['$', '!']",& >],0,1.0 +350613,350613,12,symb,two_rule_comb5,25.0,"['$', ':']",< :],0,1.0 +350613,350613,12,symb,two_rule_comb5,26.0,"['&', '<']",& <],1,1.0 +350613,350613,12,symb,two_rule_comb5,27.0,"['*', '~']",* ~],1,1.0 +350613,350613,12,symb,two_rule_comb5,28.0,"['$', ':']",< %],0,1.0 +350613,350613,12,symb,two_rule_comb5,29.0,"[':', '>']",^ ^],0,1.0 +350613,350613,12,symb,two_rule_comb5,30.0,"['>', '(']",< !],0,1.0 +350613,350613,12,symb,two_rule_comb5,31.0,"['<', '!']",<( :)],0,1.0 +350613,350613,12,symb,two_rule_comb5,32.0,"['&', ':']",$ %],0,1.0 +350613,350613,12,symb,two_rule_comb5,33.0,"['$', '%']",< : ],0,1.0 +350613,350613,12,symb,two_rule_comb5,34.0,"[':', '(']",% ],0,1.0 +350613,350613,12,symb,two_rule_comb5,35.0,"['%', '%']",% &],0,1.0 +350613,350613,12,symb,two_rule_comb5,36.0,"['!', '&']",> $],0,1.0 +350613,350613,12,symb,two_rule_comb5,37.0,"['<', '~']",< *>],0,1.0 +350613,350613,12,symb,two_rule_comb5,38.0,"['(', '!']",# *),0,1.0 +350613,350613,12,symb,two_rule_comb5,39.0,"['>', '<']",^ %],0,1.0 +350613,350613,12,symb,two_rule_comb5,40.0,"['%', '$']",! !],0,1.0 +350613,350613,12,symb,two_rule_comb5,41.0,"['$', '<']",(? #)],0,1.0 +350613,350613,12,symb,two_rule_comb5,42.0,"['%', '(']",% ],0,1.0 +350613,350613,12,symb,two_rule_comb5,43.0,"['<', '$']",& <],0,1.0 +350613,350613,12,symb,two_rule_comb5,44.0,"['*', '&']",@ @],0,1.0 +350613,350613,12,symb,two_rule_comb5,45.0,"['*', '&']",* #],0,1.0 +350613,350613,12,symb,two_rule_comb5,46.0,"['!', '$']",> <],0,1.0 +350613,350613,12,symb,two_rule_comb5,47.0,"['<', '>']",: (],0,1.0 +350613,350613,12,symb,two_rule_comb5,48.0,"['!', ':']",> (],0,1.0 +350613,350613,12,symb,two_rule_comb5,49.0,"['%', ':']",# $],0,1.0 +350613,350613,12,symb,two_rule_comb5,50.0,"['!', '<']",> &],0,1.0 +350613,350613,12,symb,two_rule_comb5,51.0,"['&', '>']",(~ *)],0,1.0 +350613,350613,12,symb,two_rule_comb5,52.0,"['(', '$']",< ?],0,1.0 +350613,350613,12,symb,two_rule_comb5,53.0,"['(', '*']",@ #],0,1.0 +350613,350613,12,symb,two_rule_comb5,54.0,"['%', '$']",: <],0,1.0 +350613,350613,12,symb,two_rule_comb5,55.0,"['&', '%']",& #],0,1.0 +350613,350613,12,symb,two_rule_comb5,56.0,"['$', '<']",< &],0,1.0 +350613,350613,12,symb,two_rule_comb5,57.0,"['<', '<']",# @],0,1.0 +350613,350613,12,symb,two_rule_comb5,58.0,"['%', '<']",! *],0,1.0 +350613,350613,12,symb,two_rule_comb5,59.0,"['~', '*']",< ! !],0,1.0 +350613,350613,12,symb,two_rule_comb5,60.0,"['~', '<']",> #],0,1.0 +350613,350613,12,symb,two_rule_comb5,61.0,"[':', '~']",* ],0,1.0 +350613,350613,12,symb,two_rule_comb5,62.0,"['(', '~']",(% *)],0,1.0 +350613,350613,12,symb,two_rule_comb5,63.0,"['!', ':']",(> %)],0,1.0 +350613,350613,12,symb,two_rule_comb5,64.0,"[':', '%']",(? @),0,1.0 +350613,350613,12,symb,two_rule_comb5,65.0,"['~', '<']",> <)],0,1.0 +350613,350613,12,symb,two_rule_comb5,66.0,"['%', '>']",: !],0,1.0 +350613,350613,12,symb,two_rule_comb5,67.0,"['*', '<']",& ~],0,1.0 +350613,350613,12,symb,two_rule_comb5,68.0,"['(', '%']",: (],0,1.0 +350613,350613,12,symb,two_rule_comb5,69.0,"['$', '*']",! @],0,1.0 +350613,350613,12,symb,two_rule_comb5,70.0,"['>', '%']",^ %],0,1.0 +350613,350613,12,symb,two_rule_comb5,71.0,"['~', '%']",> !]],0,1.0 +350613,350613,12,symb,two_rule_comb5,72.0,"[':', '%']",:% :],0,1.0 +350613,350613,12,symb,two_rule_comb5,73.0,"['<', '%']",& : ],0,1.0 +350613,350613,12,symb,two_rule_comb5,74.0,"['(', '$']",% <],0,1.0 +350613,350613,12,symb,two_rule_comb5,75.0,"['&', '(']",# >],0,1.0 +350613,350613,12,symb,two_rule_comb5,76.0,"['$', '%']",? @]],0,1.0 +350613,350613,12,symb,two_rule_comb5,77.0,"['(', ':']",: (],0,1.0 +350613,350613,12,symb,two_rule_comb5,78.0,"['(', '&']",@ #],0,1.0 +350613,350613,12,symb,two_rule_comb5,79.0,"['>', '<']",# #],0,1.0 +350613,350613,12,symb,two_rule_comb5,80.0,"['(', '!']",( : >)],0,1.0 +350613,350613,12,symb,two_rule_comb5,81.0,"['<', '&']",? @],0,1.0 +350613,350613,12,symb,two_rule_comb5,82.0,"['<', '&']",! ~],0,1.0 +350613,350613,12,symb,two_rule_comb5,83.0,"['%', ':']",% !],0,1.0 +350613,350613,12,symb,two_rule_comb5,84.0,"['*', ':']",~ (],0,1.0 +350613,350613,12,symb,two_rule_comb5,85.0,"['>', '*']",( <],0,1.0 +350613,350613,12,symb,two_rule_comb5,86.0,"['!', '$']",> &],0,1.0 +350613,350613,12,symb,two_rule_comb5,87.0,"['>', '!']",> !],1,1.0 +350613,350613,12,symb,two_rule_comb5,88.0,"['&', '~']",< *],0,1.0 +350613,350613,12,symb,two_rule_comb5,89.0,"['(', '%']",% (],0,1.0 +350613,350613,12,symb,two_rule_comb5,90.0,"['(', '$']",: &],0,1.0 +350613,350613,12,symb,two_rule_comb5,91.0,"[':', '(']",? ?],0,1.0 +350613,350613,12,symb,two_rule_comb5,92.0,"['(', '(']",: %],0,1.0 +350613,350613,12,symb,two_rule_comb5,93.0,"['&', '<']",# %],0,1.0 +350613,350613,12,symb,two_rule_comb5,94.0,"['&', ':']",# <],0,1.0 +350613,350613,12,symb,two_rule_comb5,95.0,"['~', '>']",< ~],0,1.0 +350613,350613,12,symb,two_rule_comb5,96.0,"['&', '&']",* $],0,1.0 +350613,350613,12,symb,two_rule_comb5,97.0,"['$', '>']",! : ],0,1.0 +350613,350613,12,symb,two_rule_comb5,98.0,"['~', ':']",% !],0,1.0 +350613,350613,12,symb,two_rule_comb5,99.0,"['%', ':']",: (],0,1.0 +350613,350613,12,symb,three_rule_comb0,0.0,"['&', ':', ':']",& : :],1,1.0 +350613,350613,12,symb,three_rule_comb0,1.0,"['!', '%', '%']",! % %],1,1.0 +350613,350613,12,symb,three_rule_comb0,2.0,"['*', '$', '%']",* $ %],1,1.0 +350613,350613,12,symb,three_rule_comb0,3.0,"['$', '>', '*']",$ > *],1,1.0 +350613,350613,12,symb,three_rule_comb0,4.0,"[':', '%', '<']",: % <],1,1.0 +350613,350613,12,symb,three_rule_comb0,5.0,"['~', '%', '$']",~ % $],1,1.0 +350613,350613,12,symb,three_rule_comb0,6.0,"['(', '$', ':']",( $ :],1,1.0 +350613,350613,12,symb,three_rule_comb0,7.0,"[':', '>', '&']",: > &],1,1.0 +350613,350613,12,symb,three_rule_comb0,8.0,"['*', '<', '!']",* < !],1,1.0 +350613,350613,12,symb,three_rule_comb0,9.0,"[':', '$', '(']",: $ (],1,1.0 +350613,350613,12,symb,three_rule_comb0,10.0,"['&', '<', '>']",& < >],1,1.0 +350613,350613,12,symb,three_rule_comb0,11.0,"['$', '&', '!']",$ & !],1,1.0 +350613,350613,12,symb,three_rule_comb0,12.0,"['&', '<', '(']",& < (],1,1.0 +350613,350613,12,symb,three_rule_comb0,13.0,"['>', '>', '$']",> > $],1,1.0 +350613,350613,12,symb,three_rule_comb0,14.0,"['(', '$', '<']",( $ <],1,1.0 +350613,350613,12,symb,three_rule_comb0,15.0,"['(', '>', '*']",( > *],1,1.0 +350613,350613,12,symb,three_rule_comb0,16.0,"['~', '!', '&']",~ ! &],1,1.0 +350613,350613,12,symb,three_rule_comb0,17.0,"[':', '*', '(']",: * (],1,1.0 +350613,350613,12,symb,three_rule_comb0,18.0,"['<', '>', '>']",< > >],1,1.0 +350613,350613,12,symb,three_rule_comb0,19.0,"['<', '~', '!']",< ~ !],1,1.0 +350613,350613,12,symb,three_rule_comb0,20.0,"['*', '*', '(']",* * (],1,1.0 +350613,350613,12,symb,three_rule_comb0,21.0,"['>', '&', '%']",> & %],1,1.0 +350613,350613,12,symb,three_rule_comb0,22.0,"[':', '&', '&']",: & &],1,1.0 +350613,350613,12,symb,three_rule_comb0,23.0,"['*', '&', '!']",* & !],1,1.0 +350613,350613,12,symb,three_rule_comb0,24.0,"['~', '>', '&']",~ > &],1,1.0 +350613,350613,12,symb,three_rule_comb0,25.0,"['&', '(', '!']",& ( !],1,1.0 +350613,350613,12,symb,three_rule_comb0,26.0,"[':', '$', '~']",: $ ~],1,1.0 +350613,350613,12,symb,three_rule_comb0,27.0,"['(', '!', '!']",( & !],0,1.0 +350613,350613,12,symb,three_rule_comb0,28.0,"[':', '(', '&']",: ( &],1,1.0 +350613,350613,12,symb,three_rule_comb0,29.0,"['*', '%', '(']",* % (],1,1.0 +350613,350613,12,symb,three_rule_comb0,30.0,"['~', '>', '!']",~ > !],1,1.0 +350613,350613,12,symb,three_rule_comb0,31.0,"['&', '&', ':']",& & :],1,1.0 +350613,350613,12,symb,three_rule_comb0,32.0,"['(', ':', ':']",( : :],1,1.0 +350613,350613,12,symb,three_rule_comb0,33.0,"['%', '<', '<']",% < <],1,1.0 +350613,350613,12,symb,three_rule_comb0,34.0,"['&', ':', '%']",& : %],1,1.0 +350613,350613,12,symb,three_rule_comb0,35.0,"['<', ':', '%']",< : %],1,1.0 +350613,350613,12,symb,three_rule_comb0,36.0,"['&', '(', ':']",& ( :],1,1.0 +350613,350613,12,symb,three_rule_comb0,37.0,"['&', '~', '(']",& ~ (,1,1.0 +350613,350613,12,symb,three_rule_comb0,38.0,"[':', '>', '$']",: > $],1,1.0 +350613,350613,12,symb,three_rule_comb0,39.0,"[':', ':', '&']",: : &],1,1.0 +350613,350613,12,symb,three_rule_comb0,40.0,"['$', '(', '(']",$ ( (],1,1.0 +350613,350613,12,symb,three_rule_comb0,41.0,"['%', '&', '>']",% & >],1,1.0 +350613,350613,12,symb,three_rule_comb0,42.0,"['>', '%', '~']",> % ~],1,1.0 +350613,350613,12,symb,three_rule_comb0,43.0,"['!', '%', '!']",! % !],1,1.0 +350613,350613,12,symb,three_rule_comb0,44.0,"['$', '&', '%']",$ & %],1,1.0 +350613,350613,12,symb,three_rule_comb0,45.0,"[':', '>', '*']",: > *],1,1.0 +350613,350613,12,symb,three_rule_comb0,46.0,"['*', '~', '~']",* ~ ~],1,1.0 +350613,350613,12,symb,three_rule_comb0,47.0,"['>', '*', '>']",> * >],1,1.0 +350613,350613,12,symb,three_rule_comb0,48.0,"[':', '!', '<']",: ! <],1,1.0 +350613,350613,12,symb,three_rule_comb0,49.0,"['(', '(', '$']",( ( $],1,1.0 +350613,350613,12,symb,three_rule_comb0,50.0,"[':', '!', '>']",: ! >],1,1.0 +350613,350613,12,symb,three_rule_comb0,51.0,"['*', '&', '>']",* & >],1,1.0 +350613,350613,12,symb,three_rule_comb0,52.0,"['$', '<', '<']",$ < <],1,1.0 +350613,350613,12,symb,three_rule_comb0,53.0,"[':', '!', '>']",: ! >],1,1.0 +350613,350613,12,symb,three_rule_comb0,54.0,"['(', '$', '&']",( $ &],1,1.0 +350613,350613,12,symb,three_rule_comb0,55.0,"['>', '(', '~']",> ( ~],1,1.0 +350613,350613,12,symb,three_rule_comb0,56.0,"['>', '!', '>']",> ! >],1,1.0 +350613,350613,12,symb,three_rule_comb0,57.0,"['%', '(', '$']",% ( $],1,1.0 +350613,350613,12,symb,three_rule_comb0,58.0,"['*', '&', '$']",* & $],1,1.0 +350613,350613,12,symb,three_rule_comb0,59.0,"['!', '*', '~']",! * ~],1,1.0 +350613,350613,12,symb,three_rule_comb0,60.0,"['*', '<', '&']",* < &],1,1.0 +350613,350613,12,symb,three_rule_comb0,61.0,"['!', '&', '%']",! & %],1,1.0 +350613,350613,12,symb,three_rule_comb0,62.0,"['$', ':', '<']",$ : <],1,1.0 +350613,350613,12,symb,three_rule_comb0,63.0,"['<', '~', '!']",< ~ !],1,1.0 +350613,350613,12,symb,three_rule_comb0,64.0,"['!', '<', '<']",! < <],1,1.0 +350613,350613,12,symb,three_rule_comb0,65.0,"['&', '%', '~']",& % ~],1,1.0 +350613,350613,12,symb,three_rule_comb0,66.0,"['%', ':', '*']",% : *],1,1.0 +350613,350613,12,symb,three_rule_comb0,67.0,"[':', '!', '$']",: ! $],1,1.0 +350613,350613,12,symb,three_rule_comb0,68.0,"['>', '<', '(']",> < (],1,1.0 +350613,350613,12,symb,three_rule_comb0,69.0,"['*', '&', '>']",* & >],1,1.0 +350613,350613,12,symb,three_rule_comb0,70.0,"[':', ':', '!']",: : !],1,1.0 +350613,350613,12,symb,three_rule_comb0,71.0,"['>', ':', '~']",> : ~],1,1.0 +350613,350613,12,symb,three_rule_comb0,72.0,"['<', '<', '~']",< < ~],1,1.0 +350613,350613,12,symb,three_rule_comb0,73.0,"['&', '*', ':']",& * :],1,1.0 +350613,350613,12,symb,three_rule_comb0,74.0,"['&', '%', '>']",& % >],1,1.0 +350613,350613,12,symb,three_rule_comb0,75.0,"['~', '$', '!']",~ $ !],1,1.0 +350613,350613,12,symb,three_rule_comb0,76.0,"['(', '*', '~']",( * ~],1,1.0 +350613,350613,12,symb,three_rule_comb0,77.0,"['(', '~', '>']",( ~ >],1,1.0 +350613,350613,12,symb,three_rule_comb0,78.0,"['*', '>', '$']",* > $],1,1.0 +350613,350613,12,symb,three_rule_comb0,79.0,"['~', '$', '*']",~ $ *],1,1.0 +350613,350613,12,symb,three_rule_comb0,80.0,"['&', '!', '>']",& ! >],1,1.0 +350613,350613,12,symb,three_rule_comb0,81.0,"[':', '*', '!']",: * !],1,1.0 +350613,350613,12,symb,three_rule_comb0,82.0,"['*', '(', '$']",* ( $],1,1.0 +350613,350613,12,symb,three_rule_comb0,83.0,"['~', '$', '>']",~ $ >],1,1.0 +350613,350613,12,symb,three_rule_comb0,84.0,"[':', '>', '<']",: > <],1,1.0 +350613,350613,12,symb,three_rule_comb0,85.0,"[':', '$', '>']",: $ >],1,1.0 +350613,350613,12,symb,three_rule_comb0,86.0,"['~', '>', '>']",~ > >],1,1.0 +350613,350613,12,symb,three_rule_comb0,87.0,"['~', '&', '$']",~ & $],1,1.0 +350613,350613,12,symb,three_rule_comb0,88.0,"['&', '!', '>']",& ! >],1,1.0 +350613,350613,12,symb,three_rule_comb0,89.0,"['*', '&', '$']",* & $],1,1.0 +350613,350613,12,symb,three_rule_comb0,90.0,"['*', '%', '>']",* % >],1,1.0 +350613,350613,12,symb,three_rule_comb0,91.0,"['(', '%', '(']",( % (],1,1.0 +350613,350613,12,symb,three_rule_comb0,92.0,"['<', '(', '&']",< ( &],1,1.0 +350613,350613,12,symb,three_rule_comb0,93.0,"['%', ':', '*']",% : *],1,1.0 +350613,350613,12,symb,three_rule_comb0,94.0,"['%', '!', '<']",% ! <],1,1.0 +350613,350613,12,symb,three_rule_comb0,95.0,"['>', '$', '*']",> $ *],1,1.0 +350613,350613,12,symb,three_rule_comb0,96.0,"['$', '>', '>']",$ > >],1,1.0 +350613,350613,12,symb,three_rule_comb0,97.0,"['*', '&', ':']",* & :],1,1.0 +350613,350613,12,symb,three_rule_comb0,98.0,"['(', '>', '$']",( > $],1,1.0 +350613,350613,12,symb,three_rule_comb0,99.0,"['<', ':', '&']",< : &],1,1.0 +350613,350613,12,symb,three_rule_comb1,0.0,"['~', '$', '%']",~ $ %],1,1.0 +350613,350613,12,symb,three_rule_comb1,1.0,"[':', '$', '$']",: $ $],1,1.0 +350613,350613,12,symb,three_rule_comb1,2.0,"['!', '!', '*']",! ! *],1,1.0 +350613,350613,12,symb,three_rule_comb1,3.0,"['~', '(', ':']",~ ( :],1,1.0 +350613,350613,12,symb,three_rule_comb1,4.0,"['*', '*', '!']",* * !],1,1.0 +350613,350613,12,symb,three_rule_comb1,5.0,"['*', '!', '<']",* ! <],1,1.0 +350613,350613,12,symb,three_rule_comb1,6.0,"['~', '(', '(']",~ ( >],0,1.0 +350613,350613,12,symb,three_rule_comb1,7.0,"['<', '>', '~']",< > <],0,1.0 +350613,350613,12,symb,three_rule_comb1,8.0,"['*', '(', '>']",* & >],0,1.0 +350613,350613,12,symb,three_rule_comb1,9.0,"['>', '>', ':']",> * :],0,1.0 +350613,350613,12,symb,three_rule_comb1,10.0,"['&', '$', '&']",& ! &],0,1.0 +350613,350613,12,symb,three_rule_comb1,11.0,"['!', '<', '<']",! < %],0,1.0 +350613,350613,12,symb,three_rule_comb1,12.0,"['>', '>', '~']",> & ~],0,1.0 +350613,350613,12,symb,three_rule_comb1,13.0,"[':', '!', '*']",: ! *],1,1.0 +350613,350613,12,symb,three_rule_comb1,14.0,"[':', '$', '!']",: $ !],1,1.0 +350613,350613,12,symb,three_rule_comb1,15.0,"['%', '!', '%']",% ! %],1,1.0 +350613,350613,12,symb,three_rule_comb1,16.0,"['(', '~', '%']",( % %],0,1.0 +350613,350613,12,symb,three_rule_comb1,17.0,"['*', '>', '%']",* > %],1,1.0 +350613,350613,12,symb,three_rule_comb1,18.0,"['!', '!', '<']",! ! <],1,1.0 +350613,350613,12,symb,three_rule_comb1,19.0,"['>', '(', '$']",> % $],0,1.0 +350613,350613,12,symb,three_rule_comb1,20.0,"['(', '&', '%']",( & %],1,1.0 +350613,350613,12,symb,three_rule_comb1,21.0,"['$', '&', '~']",$ & ~],1,1.0 +350613,350613,12,symb,three_rule_comb1,22.0,"['<', '<', '>']",< < <],0,1.0 +350613,350613,12,symb,three_rule_comb1,23.0,"['&', ':', '$']",& : $],1,1.0 +350613,350613,12,symb,three_rule_comb1,24.0,"['$', '(', '!']",$ ( !],1,1.0 +350613,350613,12,symb,three_rule_comb1,25.0,"[':', '(', '~']",: ( &],0,1.0 +350613,350613,12,symb,three_rule_comb1,26.0,"[':', '>', '&']",: > &],1,1.0 +350613,350613,12,symb,three_rule_comb1,27.0,"['$', '$', '<']",$ $ $],0,1.0 +350613,350613,12,symb,three_rule_comb1,28.0,"['%', '*', ':']",% * :],1,1.0 +350613,350613,12,symb,three_rule_comb1,29.0,"[':', '~', '*']",% % *],0,1.0 +350613,350613,12,symb,three_rule_comb1,30.0,"['~', '%', '%']",~ % %],1,1.0 +350613,350613,12,symb,three_rule_comb1,31.0,"['!', '$', ':']",! $ :],1,1.0 +350613,350613,12,symb,three_rule_comb1,32.0,"['&', '*', '%']",& * %],1,1.0 +350613,350613,12,symb,three_rule_comb1,33.0,"['*', '~', '&']",* * &],0,1.0 +350613,350613,12,symb,three_rule_comb1,34.0,"['(', '(', '*']",( ( *],1,1.0 +350613,350613,12,symb,three_rule_comb1,35.0,"[':', '&', '*']",: & *],1,1.0 +350613,350613,12,symb,three_rule_comb1,36.0,"['(', ':', '*']",< : *],0,1.0 +350613,350613,12,symb,three_rule_comb1,37.0,"['<', '<', '~']",< ~ ~],0,1.0 +350613,350613,12,symb,three_rule_comb1,38.0,"[':', ':', '*']",: : *],1,1.0 +350613,350613,12,symb,three_rule_comb1,39.0,"['$', '*', '<']",$ * <],1,1.0 +350613,350613,12,symb,three_rule_comb1,40.0,"['!', '*', '%']",! * %],1,1.0 +350613,350613,12,symb,three_rule_comb1,41.0,"['<', '*', '<']",< * %],0,1.0 +350613,350613,12,symb,three_rule_comb1,42.0,"['<', '~', '%']",< ~ %],1,1.0 +350613,350613,12,symb,three_rule_comb1,43.0,"['>', '&', '!']",> % !],0,1.0 +350613,350613,12,symb,three_rule_comb1,44.0,"['*', '~', '<']",$ ~ <],0,1.0 +350613,350613,12,symb,three_rule_comb1,45.0,"['<', '$', '$']",< $ $],1,1.0 +350613,350613,12,symb,three_rule_comb1,46.0,"['~', '<', ':']",~ $ :],0,1.0 +350613,350613,12,symb,three_rule_comb1,47.0,"[':', '>', '%']",: > %],1,1.0 +350613,350613,12,symb,three_rule_comb1,48.0,"['&', '~', '*']",& ~ *],1,1.0 +350613,350613,12,symb,three_rule_comb1,49.0,"['>', '*', '<']",> * <],1,1.0 +350613,350613,12,symb,three_rule_comb1,50.0,"['<', '&', '!']",< & !],1,1.0 +350613,350613,12,symb,three_rule_comb1,51.0,"['~', '%', '%']",~ $ %],0,1.0 +350613,350613,12,symb,three_rule_comb1,52.0,"['$', '>', '<']",$ > <],1,1.0 +350613,350613,12,symb,three_rule_comb1,53.0,"['~', '$', '~']",~ $ ~],1,1.0 +350613,350613,12,symb,three_rule_comb1,54.0,"['(', '~', '<']",( ~ <],1,1.0 +350613,350613,12,symb,three_rule_comb1,55.0,"['<', '$', '!']",< $ !],1,1.0 +350613,350613,12,symb,three_rule_comb1,56.0,"['>', '>', '(']",> > (],1,1.0 +350613,350613,12,symb,three_rule_comb1,57.0,"['$', '(', '$']",$ ( ~],0,1.0 +350613,350613,12,symb,three_rule_comb1,58.0,"['$', '<', '%']",$ < %],1,1.0 +350613,350613,12,symb,three_rule_comb1,59.0,"['<', '%', '&']",< % &],1,1.0 +350613,350613,12,symb,three_rule_comb1,60.0,"[':', '(', '!']",: ( !],1,1.0 +350613,350613,12,symb,three_rule_comb1,61.0,"['<', ':', '!']",< : !],1,1.0 +350613,350613,12,symb,three_rule_comb1,62.0,"['(', '%', '(']",( > (],0,1.0 +350613,350613,12,symb,three_rule_comb1,63.0,"['$', ':', '*']",$ : *],1,1.0 +350613,350613,12,symb,three_rule_comb1,64.0,"['~', '$', '>']",~ $ >],1,1.0 +350613,350613,12,symb,three_rule_comb1,65.0,"['<', '~', '%']",< ~ %],1,1.0 +350613,350613,12,symb,three_rule_comb1,66.0,"['*', '*', '>']",* $ >],0,1.0 +350613,350613,12,symb,three_rule_comb1,67.0,"['&', '(', '<']",& ( <],1,1.0 +350613,350613,12,symb,three_rule_comb1,68.0,"['*', '&', '%']",* ~ %],0,1.0 +350613,350613,12,symb,three_rule_comb1,69.0,"['~', '!', '$']",! ! $],0,1.0 +350613,350613,12,symb,three_rule_comb1,70.0,"['&', '!', '*']",& * *],0,1.0 +350613,350613,12,symb,three_rule_comb1,71.0,"['%', '&', '&']",% ! &],0,1.0 +350613,350613,12,symb,three_rule_comb1,72.0,"['!', '*', '<']",< * $],0,1.0 +350613,350613,12,symb,three_rule_comb1,73.0,"['<', '%', '%']",< * >],0,1.0 +350613,350613,12,symb,three_rule_comb1,74.0,"['$', '%', ':']",$ % :],1,1.0 +350613,350613,12,symb,three_rule_comb1,75.0,"['$', '*', '%']",$ * %],1,1.0 +350613,350613,12,symb,three_rule_comb1,76.0,"['>', '%', '%']",> % %],1,1.0 +350613,350613,12,symb,three_rule_comb1,77.0,"['!', '&', ':']",! & :],1,1.0 +350613,350613,12,symb,three_rule_comb1,78.0,"['$', '$', '!']",$ $ !],1,1.0 +350613,350613,12,symb,three_rule_comb1,79.0,"['*', '!', '(']",* $ (],0,1.0 +350613,350613,12,symb,three_rule_comb1,80.0,"['>', '<', '!']",> < !],1,1.0 +350613,350613,12,symb,three_rule_comb1,81.0,"['$', '>', '!']",$ > !],1,1.0 +350613,350613,12,symb,three_rule_comb1,82.0,"['%', '!', ':']",% ! :],1,1.0 +350613,350613,12,symb,three_rule_comb1,83.0,"['<', '%', '&']",< % &],1,1.0 +350613,350613,12,symb,three_rule_comb1,84.0,"['(', ':', '>']",( : >),0,1.0 +350613,350613,12,symb,three_rule_comb1,85.0,"[':', '&', '*']",: & *],1,1.0 +350613,350613,12,symb,three_rule_comb1,86.0,"[':', '<', '>']",: < >],1,1.0 +350613,350613,12,symb,three_rule_comb1,87.0,"['&', '%', '>']",& % &],0,1.0 +350613,350613,12,symb,three_rule_comb1,88.0,"['!', '(', ':']",! ( :],1,1.0 +350613,350613,12,symb,three_rule_comb1,89.0,"['$', '>', '(']",$ > (],1,1.0 +350613,350613,12,symb,three_rule_comb1,90.0,"['(', '&', ':']",( & (],0,1.0 +350613,350613,12,symb,three_rule_comb1,91.0,"['&', '&', '!']",& & !],1,1.0 +350613,350613,12,symb,three_rule_comb1,92.0,"['$', '~', '$']",$ ~ %],0,1.0 +350613,350613,12,symb,three_rule_comb1,93.0,"['!', ':', '&']",! : &],1,1.0 +350613,350613,12,symb,three_rule_comb1,94.0,"['!', ':', '%']",! : %],1,1.0 +350613,350613,12,symb,three_rule_comb1,95.0,"['&', '<', '<']",& * <],0,1.0 +350613,350613,12,symb,three_rule_comb1,96.0,"['<', '&', '>']",< & !],0,1.0 +350613,350613,12,symb,three_rule_comb1,97.0,"['!', '<', '<']",! < <],1,1.0 +350613,350613,12,symb,three_rule_comb1,98.0,"['~', '$', '(']",% $ (],0,1.0 +350613,350613,12,symb,three_rule_comb1,99.0,"['>', '<', '>']",> > >],0,1.0 +350613,350613,12,symb,three_rule_comb2,0.0,"['%', '%', '&']",% % $],0,1.0 +350613,350613,12,symb,three_rule_comb2,1.0,"['&', '&', '$']",& > $],0,1.0 +350613,350613,12,symb,three_rule_comb2,2.0,"[':', '<', '~']",: % ~],0,1.0 +350613,350613,12,symb,three_rule_comb2,3.0,"['*', ':', ':']",* < :],0,1.0 +350613,350613,12,symb,three_rule_comb2,4.0,"['$', '!', '&']",$ ! ^],0,1.0 +350613,350613,12,symb,three_rule_comb2,5.0,"['*', '!', '*']",* ! <],0,1.0 +350613,350613,12,symb,three_rule_comb2,6.0,"['(', '<', '!']",% < !],0,1.0 +350613,350613,12,symb,three_rule_comb2,7.0,"['>', '(', '$']",> * $],0,1.0 +350613,350613,12,symb,three_rule_comb2,8.0,"['!', ':', ':']",> : :],0,1.0 +350613,350613,12,symb,three_rule_comb2,9.0,"['&', ':', '<']",& ( <],0,1.0 +350613,350613,12,symb,three_rule_comb2,10.0,"['&', '<', '$']",& : $],0,1.0 +350613,350613,12,symb,three_rule_comb2,11.0,"['<', '$', '%']",) $ %],0,1.0 +350613,350613,12,symb,three_rule_comb2,12.0,"['~', '*', '>']",~ % >],0,1.0 +350613,350613,12,symb,three_rule_comb2,13.0,"['<', '*', '>']",(* * >],0,1.0 +350613,350613,12,symb,three_rule_comb2,14.0,"['*', '>', ':']",* ? :],0,1.0 +350613,350613,12,symb,three_rule_comb2,15.0,"['$', '<', '*']",$ % *],0,1.0 +350613,350613,12,symb,three_rule_comb2,16.0,"['!', '<', '&']",! < <],0,1.0 +350613,350613,12,symb,three_rule_comb2,17.0,"['!', '%', '!']",! $ !],0,1.0 +350613,350613,12,symb,three_rule_comb2,18.0,"['~', '!', '$']",~ ! ?],0,1.0 +350613,350613,12,symb,three_rule_comb2,19.0,"['(', '>', '(']",( ! &],0,1.0 +350613,350613,12,symb,three_rule_comb2,20.0,"['&', '$', '$']",& $ <],0,1.0 +350613,350613,12,symb,three_rule_comb2,21.0,"['<', '<', '!']",& < !],0,1.0 +350613,350613,12,symb,three_rule_comb2,22.0,"['>', '%', '&']",> % >],0,1.0 +350613,350613,12,symb,three_rule_comb2,23.0,"['*', '&', ':']",* & :],1,1.0 +350613,350613,12,symb,three_rule_comb2,24.0,"['%', '$', '<']",% < <],0,1.0 +350613,350613,12,symb,three_rule_comb2,25.0,"['~', ':', '(']",~ : &],0,1.0 +350613,350613,12,symb,three_rule_comb2,26.0,"['*', '!', '>']",* ! ^],0,1.0 +350613,350613,12,symb,three_rule_comb2,27.0,"['&', '<', '*']",& < &],0,1.0 +350613,350613,12,symb,three_rule_comb2,28.0,"['&', '%', '>']",& ~ >],0,1.0 +350613,350613,12,symb,three_rule_comb2,29.0,"['~', '<', '&']",> < &],0,1.0 +350613,350613,12,symb,three_rule_comb2,30.0,"['*', '<', ':']",( < :],0,1.0 +350613,350613,12,symb,three_rule_comb2,31.0,"['&', '%', '&']",& % %],0,1.0 +350613,350613,12,symb,three_rule_comb2,32.0,"['!', '(', '<']",! ~ ~],0,1.0 +350613,350613,12,symb,three_rule_comb2,33.0,"['~', '>', '*']",~ > ~],0,1.0 +350613,350613,12,symb,three_rule_comb2,34.0,"['&', '(', '$']",& > $],0,1.0 +350613,350613,12,symb,three_rule_comb2,35.0,"['&', '%', '!']",& > &],0,1.0 +350613,350613,12,symb,three_rule_comb2,36.0,"['!', '%', ':']",! * *,0,1.0 +350613,350613,12,symb,three_rule_comb2,37.0,"['~', '*', '*']",> * *],0,1.0 +350613,350613,12,symb,three_rule_comb2,38.0,"['>', ':', '$']",> % $],0,1.0 +350613,350613,12,symb,three_rule_comb2,39.0,"['%', '&', '$']",% & ?],0,1.0 +350613,350613,12,symb,three_rule_comb2,40.0,"['<', '%', '(']",* % (],0,1.0 +350613,350613,12,symb,three_rule_comb2,41.0,"['(', ':', '>']",: ~ >],0,1.0 +350613,350613,12,symb,three_rule_comb2,42.0,"[':', '*', '&']",( * &],0,1.0 +350613,350613,12,symb,three_rule_comb2,43.0,"['>', '~', '>']",> ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb2,44.0,"['*', '$', '$']",* $ $],1,1.0 +350613,350613,12,symb,three_rule_comb2,45.0,"['%', '&', '>']",% & !],0,1.0 +350613,350613,12,symb,three_rule_comb2,46.0,"['&', '%', '%']",& % :],0,1.0 +350613,350613,12,symb,three_rule_comb2,47.0,"['(', '(', '>']",( % >],0,1.0 +350613,350613,12,symb,three_rule_comb2,48.0,"['%', '<', ':']",% : :],0,1.0 +350613,350613,12,symb,three_rule_comb2,49.0,"[':', ':', '*']",: : *],1,1.0 +350613,350613,12,symb,three_rule_comb2,50.0,"['~', '>', '>']",~ ! >],0,1.0 +350613,350613,12,symb,three_rule_comb2,51.0,"['(', '*', '!']",> * !],0,1.0 +350613,350613,12,symb,three_rule_comb2,52.0,"['<', '(', '&']",< ( %],0,1.0 +350613,350613,12,symb,three_rule_comb2,53.0,"['&', '&', '(']",> & (],0,1.0 +350613,350613,12,symb,three_rule_comb2,54.0,"['<', '*', '(']",& * (],0,1.0 +350613,350613,12,symb,three_rule_comb2,55.0,"[':', '~', ':']",* ~ :],0,1.0 +350613,350613,12,symb,three_rule_comb2,56.0,"['*', '!', '!']",* ! ),0,1.0 +350613,350613,12,symb,three_rule_comb2,57.0,"['&', '*', ':']",$ * :],0,1.0 +350613,350613,12,symb,three_rule_comb2,58.0,"['!', '*', ':']",! * !],0,1.0 +350613,350613,12,symb,three_rule_comb2,59.0,"['&', '~', '(']",& ~ #],0,1.0 +350613,350613,12,symb,three_rule_comb2,60.0,"['$', '<', '&']",$ < >],0,1.0 +350613,350613,12,symb,three_rule_comb2,61.0,"['>', '>', '>']",> > >],1,1.0 +350613,350613,12,symb,three_rule_comb2,62.0,"[':', '~', '*']",: % *],0,1.0 +350613,350613,12,symb,three_rule_comb2,63.0,"['~', '<', '>']",~ : >],0,1.0 +350613,350613,12,symb,three_rule_comb2,64.0,"['&', '*', '*']",& * <],0,1.0 +350613,350613,12,symb,three_rule_comb2,65.0,"['!', '%', '~']",! % %],0,1.0 +350613,350613,12,symb,three_rule_comb2,66.0,"['$', '!', '$']",$ ! $],1,1.0 +350613,350613,12,symb,three_rule_comb2,67.0,"['$', ':', '$']",? : $],0,1.0 +350613,350613,12,symb,three_rule_comb2,68.0,"['~', '%', '%']",~ # %],0,1.0 +350613,350613,12,symb,three_rule_comb2,69.0,"['$', '$', '>']",$ $ $],0,1.0 +350613,350613,12,symb,three_rule_comb2,70.0,"['(', '>', '(']",( > #],0,1.0 +350613,350613,12,symb,three_rule_comb2,71.0,"['%', '&', '<']",% % %],0,1.0 +350613,350613,12,symb,three_rule_comb2,72.0,"['(', '%', '&']",% % &],0,1.0 +350613,350613,12,symb,three_rule_comb2,73.0,"['&', '!', '~']",% ! ~],0,1.0 +350613,350613,12,symb,three_rule_comb2,74.0,"['<', ':', ':']",< % :],0,1.0 +350613,350613,12,symb,three_rule_comb2,75.0,"['>', '!', '%']",~ ! %],0,1.0 +350613,350613,12,symb,three_rule_comb2,76.0,"['*', '$', '>']",$ $ >],0,1.0 +350613,350613,12,symb,three_rule_comb2,77.0,"['&', '$', ':']",$ $ :],0,1.0 +350613,350613,12,symb,three_rule_comb2,78.0,"['&', ':', ':']",& < :],0,1.0 +350613,350613,12,symb,three_rule_comb2,79.0,"['>', '(', '>']",% ( >],0,1.0 +350613,350613,12,symb,three_rule_comb2,80.0,"['>', '$', '>']",> ! >],0,1.0 +350613,350613,12,symb,three_rule_comb2,81.0,"['>', '%', '~']",> % %],0,1.0 +350613,350613,12,symb,three_rule_comb2,82.0,"['(', '*', '*']",# * *],0,1.0 +350613,350613,12,symb,three_rule_comb2,83.0,"['~', '%', '>']",> % >],0,1.0 +350613,350613,12,symb,three_rule_comb2,84.0,"['<', '(', '*']",* ( *],0,1.0 +350613,350613,12,symb,three_rule_comb2,85.0,"[':', '~', '%']",: ~ %],1,1.0 +350613,350613,12,symb,three_rule_comb2,86.0,"['>', ':', '(']",: : (],0,1.0 +350613,350613,12,symb,three_rule_comb2,87.0,"['%', '!', ':']",~ ! :],0,1.0 +350613,350613,12,symb,three_rule_comb2,88.0,"[':', '$', '$']",: $ ?],0,1.0 +350613,350613,12,symb,three_rule_comb2,89.0,"['(', '*', '*']",( * <],0,1.0 +350613,350613,12,symb,three_rule_comb2,90.0,"['<', '>', '~']",< % (],0,1.0 +350613,350613,12,symb,three_rule_comb2,91.0,"['<', '%', '&']",< $ <],0,1.0 +350613,350613,12,symb,three_rule_comb2,92.0,"['<', '<', '*']",< * *],0,1.0 +350613,350613,12,symb,three_rule_comb2,93.0,"['(', '<', '&']",( < ~],0,1.0 +350613,350613,12,symb,three_rule_comb2,94.0,"['&', ':', '~']",& % ~],0,1.0 +350613,350613,12,symb,three_rule_comb2,95.0,"['(', ':', '$']",( % $],0,1.0 +350613,350613,12,symb,three_rule_comb2,96.0,"['~', ':', '~']",~ : *],0,1.0 +350613,350613,12,symb,three_rule_comb2,97.0,"['>', '!', '(']",> ! &],0,1.0 +350613,350613,12,symb,three_rule_comb2,98.0,"['(', '&', ':']",> & :],0,1.0 +350613,350613,12,symb,three_rule_comb2,99.0,"[':', '%', ':']",: * *],0,1.0 +350613,350613,12,symb,three_rule_comb3,0.0,"['<', '&', '>']",< & >],1,1.0 +350613,350613,12,symb,three_rule_comb3,1.0,"['*', '&', '*']",* & *],1,1.0 +350613,350613,12,symb,three_rule_comb3,2.0,"['~', '!', '>']",~ ! >],1,1.0 +350613,350613,12,symb,three_rule_comb3,3.0,"['(', ':', '$']",( : $],1,1.0 +350613,350613,12,symb,three_rule_comb3,4.0,"['%', '<', '(']",% < (],1,1.0 +350613,350613,12,symb,three_rule_comb3,5.0,"['(', '&', '(']",% : (],0,1.0 +350613,350613,12,symb,three_rule_comb3,6.0,"['(', '>', ':']",( > :],1,1.0 +350613,350613,12,symb,three_rule_comb3,7.0,"['$', '%', '~']",% % ~],0,1.0 +350613,350613,12,symb,three_rule_comb3,8.0,"['$', '%', '<']",$ % <],1,1.0 +350613,350613,12,symb,three_rule_comb3,9.0,"['$', '%', '(']",$ % (],1,1.0 +350613,350613,12,symb,three_rule_comb3,10.0,"['~', '*', '>']",~ * >],1,1.0 +350613,350613,12,symb,three_rule_comb3,11.0,"['%', '>', '<']",% > <],1,1.0 +350613,350613,12,symb,three_rule_comb3,12.0,"['!', '%', ':']",! % :],1,1.0 +350613,350613,12,symb,three_rule_comb3,13.0,"['*', '~', '$']",* ~ $],1,1.0 +350613,350613,12,symb,three_rule_comb3,14.0,"['(', '!', '<']",(% ! <)],0,1.0 +350613,350613,12,symb,three_rule_comb3,15.0,"['&', '!', '$']",& ! &],0,1.0 +350613,350613,12,symb,three_rule_comb3,16.0,"['&', '$', '~']",& $ ~],1,1.0 +350613,350613,12,symb,three_rule_comb3,17.0,"[':', '$', '$']",: * $],0,1.0 +350613,350613,12,symb,three_rule_comb3,18.0,"['<', '<', '$']",< < $],1,1.0 +350613,350613,12,symb,three_rule_comb3,19.0,"['>', '*', '&']",> * &],1,1.0 +350613,350613,12,symb,three_rule_comb3,20.0,"['$', '<', '(']",$ : (],0,1.0 +350613,350613,12,symb,three_rule_comb3,21.0,"['!', '!', '*']",! > *],0,1.0 +350613,350613,12,symb,three_rule_comb3,22.0,"['(', '>', '~']",& > %],0,1.0 +350613,350613,12,symb,three_rule_comb3,23.0,"['!', '!', '$']",: % %],0,1.0 +350613,350613,12,symb,three_rule_comb3,24.0,"['%', '&', '(']",% % %,0,1.0 +350613,350613,12,symb,three_rule_comb3,25.0,"['&', '~', ':']",& ~ $],0,1.0 +350613,350613,12,symb,three_rule_comb3,26.0,"['<', '>', ':']",< > !],0,1.0 +350613,350613,12,symb,three_rule_comb3,27.0,"['&', '&', '!']",& $ !],0,1.0 +350613,350613,12,symb,three_rule_comb3,28.0,"['(', '%', '(']",( % (],1,1.0 +350613,350613,12,symb,three_rule_comb3,29.0,"['%', '~', '>']",% ~ >],1,1.0 +350613,350613,12,symb,three_rule_comb3,30.0,"['<', '&', '$']",< $ $],0,1.0 +350613,350613,12,symb,three_rule_comb3,31.0,"['~', '(', ':']",~ ( :],1,1.0 +350613,350613,12,symb,three_rule_comb3,32.0,"['$', '!', '%']",$ ! %],1,1.0 +350613,350613,12,symb,three_rule_comb3,33.0,"['$', '$', '<']",$ * <],0,1.0 +350613,350613,12,symb,three_rule_comb3,34.0,"['$', '(', ':']",$ ( : ],1,1.0 +350613,350613,12,symb,three_rule_comb3,35.0,"['!', '!', ':']",! ! :],1,1.0 +350613,350613,12,symb,three_rule_comb3,36.0,"['&', '~', '!']",& ~ !],1,1.0 +350613,350613,12,symb,three_rule_comb3,37.0,"['(', '<', '>']",& % >],0,1.0 +350613,350613,12,symb,three_rule_comb3,38.0,"[':', '>', '$']",: > $],1,1.0 +350613,350613,12,symb,three_rule_comb3,39.0,"['!', ':', '!']",! : !],1,1.0 +350613,350613,12,symb,three_rule_comb3,40.0,"['%', '%', '$']",$ % *],0,1.0 +350613,350613,12,symb,three_rule_comb3,41.0,"['<', '*', '*']",! * !],0,1.0 +350613,350613,12,symb,three_rule_comb3,42.0,"['$', '&', '~']",$ & $,0,1.0 +350613,350613,12,symb,three_rule_comb3,43.0,"['!', '(', '!']",! ( !],1,1.0 +350613,350613,12,symb,three_rule_comb3,44.0,"[':', '$', ':']",: $ %],0,1.0 +350613,350613,12,symb,three_rule_comb3,45.0,"['$', '$', '%']",$ % >],0,1.0 +350613,350613,12,symb,three_rule_comb3,46.0,"['%', '<', '&']",% < &],1,1.0 +350613,350613,12,symb,three_rule_comb3,47.0,"['~', '(', '*']",~ ( !],0,1.0 +350613,350613,12,symb,three_rule_comb3,48.0,"['>', '>', ':']",> ! *],0,1.0 +350613,350613,12,symb,three_rule_comb3,49.0,"['$', '$', '(']",$ ! *],0,1.0 +350613,350613,12,symb,three_rule_comb3,50.0,"['&', '~', '<']",& ~ <],1,1.0 +350613,350613,12,symb,three_rule_comb3,51.0,"['$', '%', ':']",$ % :],1,1.0 +350613,350613,12,symb,three_rule_comb3,52.0,"['(', '(', '~']",< & ~],0,1.0 +350613,350613,12,symb,three_rule_comb3,53.0,"['~', '%', '&']",~ % &],1,1.0 +350613,350613,12,symb,three_rule_comb3,54.0,"['%', '>', '<']",% > <],1,1.0 +350613,350613,12,symb,three_rule_comb3,55.0,"['(', '*', '!']",( * !],1,1.0 +350613,350613,12,symb,three_rule_comb3,56.0,"['$', '!', '>']",$ ! >],1,1.0 +350613,350613,12,symb,three_rule_comb3,57.0,"['~', '!', '!']",~ ! $],0,1.0 +350613,350613,12,symb,three_rule_comb3,58.0,"['<', '&', '&']",< & !],0,1.0 +350613,350613,12,symb,three_rule_comb3,59.0,"['&', '~', '&']",& $ !],0,1.0 +350613,350613,12,symb,three_rule_comb3,60.0,"['~', '&', '%']",~ & %],1,1.0 +350613,350613,12,symb,three_rule_comb3,61.0,"[':', '(', ':']",: ( :],1,1.0 +350613,350613,12,symb,three_rule_comb3,62.0,"['<', '(', '>']",< % >],0,1.0 +350613,350613,12,symb,three_rule_comb3,63.0,"['~', '!', '!']",~ ! !],1,1.0 +350613,350613,12,symb,three_rule_comb3,64.0,"['!', '%', '>']",! % >],1,1.0 +350613,350613,12,symb,three_rule_comb3,65.0,"['>', '>', '$']",> > ~ $],0,1.0 +350613,350613,12,symb,three_rule_comb3,66.0,"[':', '>', '~']",: > ~],1,1.0 +350613,350613,12,symb,three_rule_comb3,67.0,"['&', ':', '~']",& : &],0,1.0 +350613,350613,12,symb,three_rule_comb3,68.0,"['*', '!', '*']",* ! *,1,1.0 +350613,350613,12,symb,three_rule_comb3,69.0,"[':', '<', '(']",: < (],1,1.0 +350613,350613,12,symb,three_rule_comb3,70.0,"[':', '~', '*']",: ~ *],1,1.0 +350613,350613,12,symb,three_rule_comb3,71.0,"['&', '$', '(']",& $ (],1,1.0 +350613,350613,12,symb,three_rule_comb3,72.0,"['!', '*', '~']",! ! ~],0,1.0 +350613,350613,12,symb,three_rule_comb3,73.0,"['$', ':', '%']",< : : !],0,1.0 +350613,350613,12,symb,three_rule_comb3,74.0,"['>', ':', '!']",> : !],1,1.0 +350613,350613,12,symb,three_rule_comb3,75.0,"['(', '&', '(']",( & %),0,1.0 +350613,350613,12,symb,three_rule_comb3,76.0,"['!', '<', '(']",! < (],1,1.0 +350613,350613,12,symb,three_rule_comb3,77.0,"['~', '$', '!']",~ $ !],1,1.0 +350613,350613,12,symb,three_rule_comb3,78.0,"['&', '<', '$']",$ < $],0,1.0 +350613,350613,12,symb,three_rule_comb3,79.0,"['!', ':', '~']",! : ~],1,1.0 +350613,350613,12,symb,three_rule_comb3,80.0,"['(', '<', '&']",: : &],0,1.0 +350613,350613,12,symb,three_rule_comb3,81.0,"['$', '&', '~']",$ & ~],1,1.0 +350613,350613,12,symb,three_rule_comb3,82.0,"['&', '<', '$']",& < $],1,1.0 +350613,350613,12,symb,three_rule_comb3,83.0,"['$', '&', '>']",$ & >],1,1.0 +350613,350613,12,symb,three_rule_comb3,84.0,"['~', '&', '!']",~ & !],1,1.0 +350613,350613,12,symb,three_rule_comb3,85.0,"['!', '%', '~']",! % ~],1,1.0 +350613,350613,12,symb,three_rule_comb3,86.0,"['>', '~', '*']",> ~ *],1,1.0 +350613,350613,12,symb,three_rule_comb3,87.0,"['>', '~', '~']",> ~ ~],1,1.0 +350613,350613,12,symb,three_rule_comb3,88.0,"['>', '>', '>']",> > >],1,1.0 +350613,350613,12,symb,three_rule_comb3,89.0,"['&', '(', '$']",& ( $],1,1.0 +350613,350613,12,symb,three_rule_comb3,90.0,"['(', '$', '!']",( $ !],1,1.0 +350613,350613,12,symb,three_rule_comb3,91.0,"['&', '%', ':']",& % :],1,1.0 +350613,350613,12,symb,three_rule_comb3,92.0,"['*', '(', '>']",* ( >],1,1.0 +350613,350613,12,symb,three_rule_comb3,93.0,"['(', '&', '$']",$ < $],0,1.0 +350613,350613,12,symb,three_rule_comb3,94.0,"['~', '%', '<']",~ % <],1,1.0 +350613,350613,12,symb,three_rule_comb3,95.0,"['>', '$', '>']",> $ >],1,1.0 +350613,350613,12,symb,three_rule_comb3,96.0,"['(', '(', '&']",( ( &],1,1.0 +350613,350613,12,symb,three_rule_comb3,97.0,"['~', '&', '<']",~ & <],1,1.0 +350613,350613,12,symb,three_rule_comb3,98.0,"['%', ':', '*']",% : *],1,1.0 +350613,350613,12,symb,three_rule_comb3,99.0,"['%', '~', '*']",% ~ *],1,1.0 +350613,350613,12,symb,three_rule_comb4,0.0,"[':', '>', '%']",< < %],0,1.0 +350613,350613,12,symb,three_rule_comb4,1.0,"['>', '$', '(']",> ~ <],0,1.0 +350613,350613,12,symb,three_rule_comb4,2.0,"['$', '!', '&']",~ ! &],0,1.0 +350613,350613,12,symb,three_rule_comb4,3.0,"['$', '>', '%']",$ > ~],0,1.0 +350613,350613,12,symb,three_rule_comb4,4.0,"['$', ':', '!']",! : !],0,1.0 +350613,350613,12,symb,three_rule_comb4,5.0,"['(', ':', '<']",( < <],0,1.0 +350613,350613,12,symb,three_rule_comb4,6.0,"['$', '!', '~']",< & ~],0,1.0 +350613,350613,12,symb,three_rule_comb4,7.0,"['*', '<', ':']",* * :],0,1.0 +350613,350613,12,symb,three_rule_comb4,8.0,"['~', '%', '<']",~ > &],0,1.0 +350613,350613,12,symb,three_rule_comb4,9.0,"['%', '&', '$']",% ! >],0,1.0 +350613,350613,12,symb,three_rule_comb4,10.0,"[':', '&', '<']",: & :],0,1.0 +350613,350613,12,symb,three_rule_comb4,11.0,"['>', '!', ':']",> ( : ],0,1.0 +350613,350613,12,symb,three_rule_comb4,12.0,"['(', '!', '!']",( ! ~],0,1.0 +350613,350613,12,symb,three_rule_comb4,13.0,"['%', ':', '%']",% % <],0,1.0 +350613,350613,12,symb,three_rule_comb4,14.0,"['!', '%', '$']",! $ $],0,1.0 +350613,350613,12,symb,three_rule_comb4,15.0,"['$', ':', ':']",$ * :],0,1.0 +350613,350613,12,symb,three_rule_comb4,16.0,"['%', '%', '%']",% & *],0,1.0 +350613,350613,12,symb,three_rule_comb4,17.0,"['*', '>', '&']",* > %],0,1.0 +350613,350613,12,symb,three_rule_comb4,18.0,"['>', '(', '*']",! ( *],0,1.0 +350613,350613,12,symb,three_rule_comb4,19.0,"['<', '(', '<']",& ( <],0,1.0 +350613,350613,12,symb,three_rule_comb4,20.0,"['*', '<', '*']",* < !],0,1.0 +350613,350613,12,symb,three_rule_comb4,21.0,"['!', '!', '(']",! > $],0,1.0 +350613,350613,12,symb,three_rule_comb4,22.0,"['<', '%', '!']",< ! !],0,1.0 +350613,350613,12,symb,three_rule_comb4,23.0,"['!', '%', ':']",! : ~],0,1.0 +350613,350613,12,symb,three_rule_comb4,24.0,"['<', ':', '%']",< * %],0,1.0 +350613,350613,12,symb,three_rule_comb4,25.0,"['*', '&', '*']",* ( !],0,1.0 +350613,350613,12,symb,three_rule_comb4,26.0,"['*', '>', '*']",* * (],0,1.0 +350613,350613,12,symb,three_rule_comb4,27.0,"['<', '$', ':']",* $ :],0,1.0 +350613,350613,12,symb,three_rule_comb4,28.0,"['*', '>', '<']",* ! *],0,1.0 +350613,350613,12,symb,three_rule_comb4,29.0,"['<', '<', '&']",< $ %],0,1.0 +350613,350613,12,symb,three_rule_comb4,30.0,"['(', '(', '&']",# : #],0,1.0 +350613,350613,12,symb,three_rule_comb4,31.0,"['&', '!', '(']",& ! >],0,1.0 +350613,350613,12,symb,three_rule_comb4,32.0,"['<', '$', '!']",< : !],0,1.0 +350613,350613,12,symb,three_rule_comb4,33.0,"['%', ':', '%']",% : ~],0,1.0 +350613,350613,12,symb,three_rule_comb4,34.0,"['~', '~', ':']",% ~ (],0,1.0 +350613,350613,12,symb,three_rule_comb4,35.0,"['&', '*', ':']",& ! (],0,1.0 +350613,350613,12,symb,three_rule_comb4,36.0,"['<', ':', '!']",< < <],0,1.0 +350613,350613,12,symb,three_rule_comb4,37.0,"['*', '%', '&']",! > &],0,1.0 +350613,350613,12,symb,three_rule_comb4,38.0,"['&', '(', '~']",# ( #],0,1.0 +350613,350613,12,symb,three_rule_comb4,39.0,"['<', '(', ':']",< % :>],0,1.0 +350613,350613,12,symb,three_rule_comb4,40.0,"['&', '~', '&']",$ ~ &],0,1.0 +350613,350613,12,symb,three_rule_comb4,41.0,"['>', '!', ':']",> ! <],0,1.0 +350613,350613,12,symb,three_rule_comb4,42.0,"[':', '(', '<']",: ( *],0,1.0 +350613,350613,12,symb,three_rule_comb4,43.0,"['<', '!', ':']",< ! %],0,1.0 +350613,350613,12,symb,three_rule_comb4,44.0,"['>', '&', '$']",> ( $],0,1.0 +350613,350613,12,symb,three_rule_comb4,45.0,"['>', ':', '(']",> : %],0,1.0 +350613,350613,12,symb,three_rule_comb4,46.0,"['*', '*', '&']",< * &],0,1.0 +350613,350613,12,symb,three_rule_comb4,47.0,"['$', '$', ':']",< $ :],0,1.0 +350613,350613,12,symb,three_rule_comb4,48.0,"['%', '*', '!']",! * !],0,1.0 +350613,350613,12,symb,three_rule_comb4,49.0,"['&', '~', '$']",> ~ $],0,1.0 +350613,350613,12,symb,three_rule_comb4,50.0,"['(', ':', '<']",! : &],0,1.0 +350613,350613,12,symb,three_rule_comb4,51.0,"[':', ':', '~']",: * ~],0,1.0 +350613,350613,12,symb,three_rule_comb4,52.0,"[':', '(', '%']",< % %],0,1.0 +350613,350613,12,symb,three_rule_comb4,53.0,"['%', '$', '$']",% $ !],0,1.0 +350613,350613,12,symb,three_rule_comb4,54.0,"['!', '(', '>']",! % >],0,1.0 +350613,350613,12,symb,three_rule_comb4,55.0,"['(', '>', '~']",: > ~],0,1.0 +350613,350613,12,symb,three_rule_comb4,56.0,"['>', '<', '<']",> : <],0,1.0 +350613,350613,12,symb,three_rule_comb4,57.0,"['~', '>', '&']",> * &],0,1.0 +350613,350613,12,symb,three_rule_comb4,58.0,"['*', '$', '$']",* ! $],0,1.0 +350613,350613,12,symb,three_rule_comb4,59.0,"['<', '!', '<']",< ! (],0,1.0 +350613,350613,12,symb,three_rule_comb4,60.0,"['%', ':', '(']",% < (],0,1.0 +350613,350613,12,symb,three_rule_comb4,61.0,"['*', '!', ':']",! ! :],0,1.0 +350613,350613,12,symb,three_rule_comb4,62.0,"[':', '&', '$']",$ & $],0,1.0 +350613,350613,12,symb,three_rule_comb4,63.0,"['%', '>', '(']",% > %],0,1.0 +350613,350613,12,symb,three_rule_comb4,64.0,"['<', '$', '*']",$ * $],0,1.0 +350613,350613,12,symb,three_rule_comb4,65.0,"['~', '~', '*']",< ( *],0,1.0 +350613,350613,12,symb,three_rule_comb4,66.0,"[':', '%', '%']",: % ~],0,1.0 +350613,350613,12,symb,three_rule_comb4,67.0,"['~', '$', '$']",~ $ ~],0,1.0 +350613,350613,12,symb,three_rule_comb4,68.0,"['%', '$', '(']",% * !],0,1.0 +350613,350613,12,symb,three_rule_comb4,69.0,"['<', ':', '~']",< % !],0,1.0 +350613,350613,12,symb,three_rule_comb4,70.0,"['%', '!', '<']",% ! <],1,1.0 +350613,350613,12,symb,three_rule_comb4,71.0,"['!', '*', ':']",> * :],0,1.0 +350613,350613,12,symb,three_rule_comb4,72.0,"['>', '>', '(']",> ! <],0,1.0 +350613,350613,12,symb,three_rule_comb4,73.0,"['&', '>', '*']",& ( *),0,1.0 +350613,350613,12,symb,three_rule_comb4,74.0,"['%', '>', '<']",% % ~],0,1.0 +350613,350613,12,symb,three_rule_comb4,75.0,"['%', '!', '!']",~ * !],0,1.0 +350613,350613,12,symb,three_rule_comb4,76.0,"['<', '$', '<']",< $ *],0,1.0 +350613,350613,12,symb,three_rule_comb4,77.0,"[':', '*', '$']",> * $],0,1.0 +350613,350613,12,symb,three_rule_comb4,78.0,"['<', '&', '&']",< & !],0,1.0 +350613,350613,12,symb,three_rule_comb4,79.0,"['~', '>', '<']",! > <],0,1.0 +350613,350613,12,symb,three_rule_comb4,80.0,"['(', '(', '%']",( : :],0,1.0 +350613,350613,12,symb,three_rule_comb4,81.0,"[':', '(', '>']",: ( :],0,1.0 +350613,350613,12,symb,three_rule_comb4,82.0,"['$', '%', '*']",$ % <],0,1.0 +350613,350613,12,symb,three_rule_comb4,83.0,"['<', '!', '$']",< & ?],0,1.0 +350613,350613,12,symb,three_rule_comb4,84.0,"['(', '*', ':']",> * :],0,1.0 +350613,350613,12,symb,three_rule_comb4,85.0,"[':', '*', '(']",(: : !],0,1.0 +350613,350613,12,symb,three_rule_comb4,86.0,"['*', ':', ':']",* * :],0,1.0 +350613,350613,12,symb,three_rule_comb4,87.0,"['!', '~', '<']",! ~ (],0,1.0 +350613,350613,12,symb,three_rule_comb4,88.0,"[':', '>', '<']",: ! !],0,1.0 +350613,350613,12,symb,three_rule_comb4,89.0,"['$', '$', '<']",$ $ $],0,1.0 +350613,350613,12,symb,three_rule_comb4,90.0,"[':', '~', '*']",: * %],0,1.0 +350613,350613,12,symb,three_rule_comb4,91.0,"['<', '~', '&']",$ ~ >],0,1.0 +350613,350613,12,symb,three_rule_comb4,92.0,"['*', '$', '(']",* ! (],0,1.0 +350613,350613,12,symb,three_rule_comb4,93.0,"['(', '$', '~']",& $ <],0,1.0 +350613,350613,12,symb,three_rule_comb4,94.0,"['<', '(', '<']",< > <],0,1.0 +350613,350613,12,symb,three_rule_comb4,95.0,"['>', '*', '~']",! * :,0,1.0 +350613,350613,12,symb,three_rule_comb4,96.0,"['<', '&', '>']",< > %],0,1.0 +350613,350613,12,symb,three_rule_comb4,97.0,"['<', '&', '&']",< & >],0,1.0 +350613,350613,12,symb,three_rule_comb4,98.0,"['%', '>', ':']",$ > &],0,1.0 +350613,350613,12,symb,three_rule_comb4,99.0,"['(', '%', '$']",% & !],0,1.0 +350613,350613,12,symb,three_rule_comb5,0.0,"['<', '%', '>']",< ! ~],0,1.0 +350613,350613,12,symb,three_rule_comb5,1.0,"['!', '!', '&']",! > $],0,1.0 +350613,350613,12,symb,three_rule_comb5,2.0,"['<', '!', '&']",* > &],0,1.0 +350613,350613,12,symb,three_rule_comb5,3.0,"['<', '$', '*']",< > ~],0,1.0 +350613,350613,12,symb,three_rule_comb5,4.0,"['%', '*', '(']",(! ! !],0,1.0 +350613,350613,12,symb,three_rule_comb5,5.0,"['$', '*', ':']",? * ?],0,1.0 +350613,350613,12,symb,three_rule_comb5,6.0,"['*', ':', '>']",* ! %],0,1.0 +350613,350613,12,symb,three_rule_comb5,7.0,"[':', '(', '<']",: * %],0,1.0 +350613,350613,12,symb,three_rule_comb5,8.0,"['>', '(', '>']",> ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb5,9.0,"['~', '&', '<']",* & $],0,1.0 +350613,350613,12,symb,three_rule_comb5,10.0,"['<', '<', '~']",< < !],0,1.0 +350613,350613,12,symb,three_rule_comb5,11.0,"['*', '(', ':']",< ( <],0,1.0 +350613,350613,12,symb,three_rule_comb5,12.0,"['%', '~', '%']",& ~ %],0,1.0 +350613,350613,12,symb,three_rule_comb5,13.0,"['$', '(', '%']",& ( !],0,1.0 +350613,350613,12,symb,three_rule_comb5,14.0,"['~', '!', '*']",< ( *],0,1.0 +350613,350613,12,symb,three_rule_comb5,15.0,"['%', '$', ':']",% < %],0,1.0 +350613,350613,12,symb,three_rule_comb5,16.0,"['>', '<', '~']",(! ~ *)],0,1.0 +350613,350613,12,symb,three_rule_comb5,17.0,"['%', '&', '>']",% > (],0,1.0 +350613,350613,12,symb,three_rule_comb5,18.0,"['&', '(', '&']",& > (],0,1.0 +350613,350613,12,symb,three_rule_comb5,19.0,"['%', '&', '%']",% & #],0,1.0 +350613,350613,12,symb,three_rule_comb5,20.0,"['(', '(', '$']",( > &)],0,1.0 +350613,350613,12,symb,three_rule_comb5,21.0,"['&', '>', '(']",& : !],0,1.0 +350613,350613,12,symb,three_rule_comb5,22.0,"['$', '(', '(']",& ( %],0,1.0 +350613,350613,12,symb,three_rule_comb5,23.0,"['<', '(', '%']",< & %],0,1.0 +350613,350613,12,symb,three_rule_comb5,24.0,"['~', '%', '(']",* ( * (],0,1.0 +350613,350613,12,symb,three_rule_comb5,25.0,"[':', '~', '&']",* ~ ],0,1.0 +350613,350613,12,symb,three_rule_comb5,26.0,"['>', '(', ':']",? * :],0,1.0 +350613,350613,12,symb,three_rule_comb5,27.0,"['$', '!', '~']",< ! *],0,1.0 +350613,350613,12,symb,three_rule_comb5,28.0,"['(', ':', '!']",: : !],0,1.0 +350613,350613,12,symb,three_rule_comb5,29.0,"['$', ':', '%']",$ % (],0,1.0 +350613,350613,12,symb,three_rule_comb5,30.0,"['<', '$', '<']",$ $ >],0,1.0 +350613,350613,12,symb,three_rule_comb5,31.0,"['<', '(', '(']",< : %],0,1.0 +350613,350613,12,symb,three_rule_comb5,32.0,"['<', '<', '$']",< : ~],0,1.0 +350613,350613,12,symb,three_rule_comb5,33.0,"['>', '&', ':']",& < &],0,1.0 +350613,350613,12,symb,three_rule_comb5,34.0,"['(', '%', '<']",( & $],0,1.0 +350613,350613,12,symb,three_rule_comb5,35.0,"['<', '$', '*']",: ~ *],0,1.0 +350613,350613,12,symb,three_rule_comb5,36.0,"['&', '*', '*']",( * *],0,1.0 +350613,350613,12,symb,three_rule_comb5,37.0,"['<', '*', '>']",$ * $],0,1.0 +350613,350613,12,symb,three_rule_comb5,38.0,"['!', '$', '&']",! < *],0,1.0 +350613,350613,12,symb,three_rule_comb5,39.0,"['!', ':', '$']",> % $],0,1.0 +350613,350613,12,symb,three_rule_comb5,40.0,"['%', '%', '%']",% $ &],0,1.0 +350613,350613,12,symb,three_rule_comb5,41.0,"['>', '%', '!']",> * *],0,1.0 +350613,350613,12,symb,three_rule_comb5,42.0,"['!', '~', ':']",> ~ %],0,1.0 +350613,350613,12,symb,three_rule_comb5,43.0,"['<', '&', '%']",(& < *)],0,1.0 +350613,350613,12,symb,three_rule_comb5,44.0,"['~', '(', '$']",~ * ?],0,1.0 +350613,350613,12,symb,three_rule_comb5,45.0,"['<', '!', '%']",* ! !],0,1.0 +350613,350613,12,symb,three_rule_comb5,46.0,"['!', '!', ':']",> ! %],0,1.0 +350613,350613,12,symb,three_rule_comb5,47.0,"['$', '$', ':']",~ $ (],0,1.0 +350613,350613,12,symb,three_rule_comb5,48.0,"['<', '!', '(']",< ( (),0,1.0 +350613,350613,12,symb,three_rule_comb5,49.0,"['!', '(', '$']",! * ?],0,1.0 +350613,350613,12,symb,three_rule_comb5,50.0,"['*', '&', '>']",< & !],0,1.0 +350613,350613,12,symb,three_rule_comb5,51.0,"['*', '*', '<']",< * :],0,1.0 +350613,350613,12,symb,three_rule_comb5,52.0,"['&', '(', '$']",< : $],0,1.0 +350613,350613,12,symb,three_rule_comb5,53.0,"['&', '<', '$']",: > !],0,1.0 +350613,350613,12,symb,three_rule_comb5,54.0,"['%', ':', ':']",% : *],0,1.0 +350613,350613,12,symb,three_rule_comb5,55.0,"['%', '<', '$']",% $ &],0,1.0 +350613,350613,12,symb,three_rule_comb5,56.0,"['%', '~', '*']",: ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb5,57.0,"['(', '!', '&']",% ! <],0,1.0 +350613,350613,12,symb,three_rule_comb5,58.0,"['%', '~', '$']",% > ?],0,1.0 +350613,350613,12,symb,three_rule_comb5,59.0,"[':', '>', '%']",: * ^],0,1.0 +350613,350613,12,symb,three_rule_comb5,60.0,"['&', '(', '>']",$ : >],0,1.0 +350613,350613,12,symb,three_rule_comb5,61.0,"['>', '(', '&']",> % %],0,1.0 +350613,350613,12,symb,three_rule_comb5,62.0,"['(', '%', '(']",( % : :],0,1.0 +350613,350613,12,symb,three_rule_comb5,63.0,"['$', '%', '&']",$ # &],0,1.0 +350613,350613,12,symb,three_rule_comb5,64.0,"['>', '%', ':']",:* : :],0,1.0 +350613,350613,12,symb,three_rule_comb5,65.0,"['!', '(', ':']",> * (],0,1.0 +350613,350613,12,symb,three_rule_comb5,66.0,"['$', '&', '%']",& $ %],0,1.0 +350613,350613,12,symb,three_rule_comb5,67.0,"['&', '&', '<']",($ & *)],0,1.0 +350613,350613,12,symb,three_rule_comb5,68.0,"['!', '<', '!']",> $ !],0,1.0 +350613,350613,12,symb,three_rule_comb5,69.0,"['!', '(', '(']",> < %],0,1.0 +350613,350613,12,symb,three_rule_comb5,70.0,"['!', '*', '<']",> * ~],0,1.0 +350613,350613,12,symb,three_rule_comb5,71.0,"['%', '<', '<']",! < :],0,1.0 +350613,350613,12,symb,three_rule_comb5,72.0,"['<', '$', '>']",! < <],0,1.0 +350613,350613,12,symb,three_rule_comb5,73.0,"['$', '$', '!']",& $ >],0,1.0 +350613,350613,12,symb,three_rule_comb5,74.0,"[':', '(', '<']",(! ( (!],0,1.0 +350613,350613,12,symb,three_rule_comb5,75.0,"['!', '<', ':']",! ~ ~],0,1.0 +350613,350613,12,symb,three_rule_comb5,76.0,"['(', '!', '!']",( ! $],0,1.0 +350613,350613,12,symb,three_rule_comb5,77.0,"[':', '%', '~']",* % *],0,1.0 +350613,350613,12,symb,three_rule_comb5,78.0,"[':', '~', '>']",* ! >],0,1.0 +350613,350613,12,symb,three_rule_comb5,79.0,"['$', '&', '%']",& & ^],0,1.0 +350613,350613,12,symb,three_rule_comb5,80.0,"['%', '$', '<']",$ ! *],0,1.0 +350613,350613,12,symb,three_rule_comb5,81.0,"['(', '!', '*']",% > ~],0,1.0 +350613,350613,12,symb,three_rule_comb5,82.0,"['*', ':', '~']",* % *],0,1.0 +350613,350613,12,symb,three_rule_comb5,83.0,"['&', '>', '~']",( > !],0,1.0 +350613,350613,12,symb,three_rule_comb5,84.0,"['$', '%', '$']",< % &],0,1.0 +350613,350613,12,symb,three_rule_comb5,85.0,"['<', '%', '<']",< $ ~],0,1.0 +350613,350613,12,symb,three_rule_comb5,86.0,"['&', '%', '>']",& : !],0,1.0 +350613,350613,12,symb,three_rule_comb5,87.0,"[':', '(', ':']",* < >],0,1.0 +350613,350613,12,symb,three_rule_comb5,88.0,"['$', '*', '>']",< * !],0,1.0 +350613,350613,12,symb,three_rule_comb5,89.0,"['%', '*', '<']",! * !],0,1.0 +350613,350613,12,symb,three_rule_comb5,90.0,"['>', '<', '*']",! $ *],0,1.0 +350613,350613,12,symb,three_rule_comb5,91.0,"['%', ':', '*']",% < <],0,1.0 +350613,350613,12,symb,three_rule_comb5,92.0,"['&', '%', '$']",& $ *],0,1.0 +350613,350613,12,symb,three_rule_comb5,93.0,"['%', '&', ':']",$ $ :],0,1.0 +350613,350613,12,symb,three_rule_comb5,94.0,"['!', '(', '&']",! * *],0,1.0 +350613,350613,12,symb,three_rule_comb5,95.0,"['(', '$', '*']",% & *],0,1.0 +350613,350613,12,symb,three_rule_comb5,96.0,"['$', '$', '<']",& $ *],0,1.0 +350613,350613,12,symb,three_rule_comb5,97.0,"[':', '$', '&']",% < &],0,1.0 +350613,350613,12,symb,three_rule_comb5,98.0,"['(', '*', '(']",: ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb5,99.0,"['(', '~', '(']",( > &],0,1.0 +350613,350613,12,symb,three_rule_comb6,0.0,"['%', '&', '~']",% & ~],1,1.0 +350613,350613,12,symb,three_rule_comb6,1.0,"['>', '&', '$']",> & $],1,1.0 +350613,350613,12,symb,three_rule_comb6,2.0,"['&', '%', '*']",& % *],1,1.0 +350613,350613,12,symb,three_rule_comb6,3.0,"['!', '&', '$']",! & $],1,1.0 +350613,350613,12,symb,three_rule_comb6,4.0,"['*', '<', '!']",* < !],1,1.0 +350613,350613,12,symb,three_rule_comb6,5.0,"['*', '%', '$']",* % $],1,1.0 +350613,350613,12,symb,three_rule_comb6,6.0,"['<', '%', '$']",< % $],1,1.0 +350613,350613,12,symb,three_rule_comb6,7.0,"['~', '*', '>']",~ * >],1,1.0 +350613,350613,12,symb,three_rule_comb6,8.0,"['(', '$', '&']",( $ &],1,1.0 +350613,350613,12,symb,three_rule_comb6,9.0,"['<', '<', '&']",< < &],1,1.0 +350613,350613,12,symb,three_rule_comb6,10.0,"['!', '&', ':']",! & :],1,1.0 +350613,350613,12,symb,three_rule_comb6,11.0,"['%', '<', '$']",< % $],0,1.0 +350613,350613,12,symb,three_rule_comb6,12.0,"['>', '&', '&']",> & %],0,1.0 +350613,350613,12,symb,three_rule_comb6,13.0,"['$', '&', '(']",$ & (],1,1.0 +350613,350613,12,symb,three_rule_comb6,14.0,"['(', '*', '$']",( * $],1,1.0 +350613,350613,12,symb,three_rule_comb6,15.0,"['$', '%', ':']",$ % :],1,1.0 +350613,350613,12,symb,three_rule_comb6,16.0,"['%', '<', '(']",% < (],1,1.0 +350613,350613,12,symb,three_rule_comb6,17.0,"['(', '<', '$']",( < $],1,1.0 +350613,350613,12,symb,three_rule_comb6,18.0,"['~', '$', '<']",~ ~ <],0,1.0 +350613,350613,12,symb,three_rule_comb6,19.0,"['~', '>', '*']",~ > *],1,1.0 +350613,350613,12,symb,three_rule_comb6,20.0,"['$', '(', '$']",$ ( $],1,1.0 +350613,350613,12,symb,three_rule_comb6,21.0,"['~', '$', ':']",~ : :],0,1.0 +350613,350613,12,symb,three_rule_comb6,22.0,"[':', '!', '$']",: ! $],1,1.0 +350613,350613,12,symb,three_rule_comb6,23.0,"['$', '$', '<']",$ < !],0,1.0 +350613,350613,12,symb,three_rule_comb6,24.0,"['>', '~', '>']",> ~ >],1,1.0 +350613,350613,12,symb,three_rule_comb6,25.0,"['(', ':', ':']",! : : ],0,1.0 +350613,350613,12,symb,three_rule_comb6,26.0,"['%', '>', ':']",% > &],0,1.0 +350613,350613,12,symb,three_rule_comb6,27.0,"['&', '(', '!']",& ( !],1,1.0 +350613,350613,12,symb,three_rule_comb6,28.0,"['~', '(', '~']",: ( ~],0,1.0 +350613,350613,12,symb,three_rule_comb6,29.0,"['&', '*', '(']",& : *],0,1.0 +350613,350613,12,symb,three_rule_comb6,30.0,"[':', '$', '!']",: $ !],1,1.0 +350613,350613,12,symb,three_rule_comb6,31.0,"['<', '&', ':']",< & %],0,1.0 +350613,350613,12,symb,three_rule_comb6,32.0,"['(', '%', '(']",( : (],0,1.0 +350613,350613,12,symb,three_rule_comb6,33.0,"[':', '(', '&']",: ( >],0,1.0 +350613,350613,12,symb,three_rule_comb6,34.0,"['$', '<', '!']",$ % !],0,1.0 +350613,350613,12,symb,three_rule_comb6,35.0,"['>', '*', '&']",> * &],1,1.0 +350613,350613,12,symb,three_rule_comb6,36.0,"['!', '(', '*']",! ( *],1,1.0 +350613,350613,12,symb,three_rule_comb6,37.0,"['%', '<', '%']",% < %],1,1.0 +350613,350613,12,symb,three_rule_comb6,38.0,"['&', '&', '*']",& & *],1,1.0 +350613,350613,12,symb,three_rule_comb6,39.0,"['*', '<', '!']",* < !],1,1.0 +350613,350613,12,symb,three_rule_comb6,40.0,"[':', '>', '<']",: > <],1,1.0 +350613,350613,12,symb,three_rule_comb6,41.0,"['<', ':', '<']",< : <],1,1.0 +350613,350613,12,symb,three_rule_comb6,42.0,"['*', '*', '(']",* * >],0,1.0 +350613,350613,12,symb,three_rule_comb6,43.0,"['%', '$', '&']",% $ &],1,1.0 +350613,350613,12,symb,three_rule_comb6,44.0,"['$', '~', '<']",$ ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb6,45.0,"['%', '!', '&']",% ! !],0,1.0 +350613,350613,12,symb,three_rule_comb6,46.0,"['%', '%', '!']",% % !],1,1.0 +350613,350613,12,symb,three_rule_comb6,47.0,"['$', '<', '~']",$ < ~],1,1.0 +350613,350613,12,symb,three_rule_comb6,48.0,"['$', '>', '!']",* : $],0,1.0 +350613,350613,12,symb,three_rule_comb6,49.0,"[':', '~', '%']",: % %],0,1.0 +350613,350613,12,symb,three_rule_comb6,50.0,"['%', '&', '~']",% & ~],1,1.0 +350613,350613,12,symb,three_rule_comb6,51.0,"['(', '&', '*']",( < *],0,1.0 +350613,350613,12,symb,three_rule_comb6,52.0,"[':', '$', '!']",: $ !],1,1.0 +350613,350613,12,symb,three_rule_comb6,53.0,"['$', '%', '<']",$ % <],1,1.0 +350613,350613,12,symb,three_rule_comb6,54.0,"['(', '(', '~']",( ( ~],1,1.0 +350613,350613,12,symb,three_rule_comb6,55.0,"['~', '*', '$']",~ * $],1,1.0 +350613,350613,12,symb,three_rule_comb6,56.0,"['(', ':', '&']",( * &],0,1.0 +350613,350613,12,symb,three_rule_comb6,57.0,"['*', '~', ':']",* $ :],0,1.0 +350613,350613,12,symb,three_rule_comb6,58.0,"['*', '<', '~']",* < !],0,1.0 +350613,350613,12,symb,three_rule_comb6,59.0,"['<', '<', '&']",< < &],1,1.0 +350613,350613,12,symb,three_rule_comb6,60.0,"[':', '&', '!']",: & !],1,1.0 +350613,350613,12,symb,three_rule_comb6,61.0,"['*', '~', '!']",* ~ !],1,1.0 +350613,350613,12,symb,three_rule_comb6,62.0,"['%', '<', '(']",% < (],1,1.0 +350613,350613,12,symb,three_rule_comb6,63.0,"['~', ':', '!']",~ : !],1,1.0 +350613,350613,12,symb,three_rule_comb6,64.0,"['~', '!', '&']",% % &],0,1.0 +350613,350613,12,symb,three_rule_comb6,65.0,"['&', '!', '~']",& ! ~],1,1.0 +350613,350613,12,symb,three_rule_comb6,66.0,"['~', '&', '~']",~ ! ~],0,1.0 +350613,350613,12,symb,three_rule_comb6,67.0,"['~', ':', '$']",~ : $],1,1.0 +350613,350613,12,symb,three_rule_comb6,68.0,"['(', '&', '$']",> & >],0,1.0 +350613,350613,12,symb,three_rule_comb6,69.0,"['~', '$', '*']",~ $ *],1,1.0 +350613,350613,12,symb,three_rule_comb6,70.0,"['&', '!', '<']",& ! <],1,1.0 +350613,350613,12,symb,three_rule_comb6,71.0,"['*', '%', '!']",% * !],0,1.0 +350613,350613,12,symb,three_rule_comb6,72.0,"['%', '(', '>']",% ( >],1,1.0 +350613,350613,12,symb,three_rule_comb6,73.0,"['&', '~', '~']",& ~ ~],1,1.0 +350613,350613,12,symb,three_rule_comb6,74.0,"['!', '*', '~']",! * *],0,1.0 +350613,350613,12,symb,three_rule_comb6,75.0,"['!', '(', '>']",! ( !],0,1.0 +350613,350613,12,symb,three_rule_comb6,76.0,"[':', '%', '>']",: % >],1,1.0 +350613,350613,12,symb,three_rule_comb6,77.0,"['$', '!', '~']",$ : $],0,1.0 +350613,350613,12,symb,three_rule_comb6,78.0,"['~', '%', ':']",~ % :],1,1.0 +350613,350613,12,symb,three_rule_comb6,79.0,"['~', '%', '%']",% ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb6,80.0,"['!', '~', '!']",! ~ ~],0,1.0 +350613,350613,12,symb,three_rule_comb6,81.0,"['&', '<', '%']",& < %],1,1.0 +350613,350613,12,symb,three_rule_comb6,82.0,"['&', '(', '<']",& ( <],1,1.0 +350613,350613,12,symb,three_rule_comb6,83.0,"['(', '$', '!']",(~ : !)],0,1.0 +350613,350613,12,symb,three_rule_comb6,84.0,"[':', '>', '%']",: > %],1,1.0 +350613,350613,12,symb,three_rule_comb6,85.0,"['&', '!', '$']",& ! $],1,1.0 +350613,350613,12,symb,three_rule_comb6,86.0,"['(', '>', '~']",( > ~],1,1.0 +350613,350613,12,symb,three_rule_comb6,87.0,"['&', '(', ':']",& ( ~],0,1.0 +350613,350613,12,symb,three_rule_comb6,88.0,"['%', '<', ':']",% < :],1,1.0 +350613,350613,12,symb,three_rule_comb6,89.0,"[':', '!', '$']",: ! $],1,1.0 +350613,350613,12,symb,three_rule_comb6,90.0,"['<', '&', '*']",< & *],1,1.0 +350613,350613,12,symb,three_rule_comb6,91.0,"['>', '~', '$']",> ~ $],1,1.0 +350613,350613,12,symb,three_rule_comb6,92.0,"['!', '>', '$']",! > $],1,1.0 +350613,350613,12,symb,three_rule_comb6,93.0,"['$', ':', '&']",$ : &],1,1.0 +350613,350613,12,symb,three_rule_comb6,94.0,"['(', '$', '(']",( $ : ],0,1.0 +350613,350613,12,symb,three_rule_comb6,95.0,"['(', '>', ':']",( : >],0,1.0 +350613,350613,12,symb,three_rule_comb6,96.0,"['!', '>', '>']",! > !],0,1.0 +350613,350613,12,symb,three_rule_comb6,97.0,"[':', '&', '~']",: & ~],1,1.0 +350613,350613,12,symb,three_rule_comb6,98.0,"['>', '!', '<']",> : <],0,1.0 +350613,350613,12,symb,three_rule_comb6,99.0,"['<', '~', ':']",< ~ :],1,1.0 +350613,350613,12,symb,three_rule_comb7,0.0,"['<', '(', ':']",< ( *],0,1.0 +350613,350613,12,symb,three_rule_comb7,1.0,"['!', '&', ':']",! & >],0,1.0 +350613,350613,12,symb,three_rule_comb7,2.0,"['(', '>', '$']",: * &],0,1.0 +350613,350613,12,symb,three_rule_comb7,3.0,"['(', ':', '<']",% ( ~]],0,1.0 +350613,350613,12,symb,three_rule_comb7,4.0,"['>', '<', '*']",> $ !],0,1.0 +350613,350613,12,symb,three_rule_comb7,5.0,"['$', '!', '$']",$ : ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,6.0,"['<', '&', '<']",& * <],0,1.0 +350613,350613,12,symb,three_rule_comb7,7.0,"['*', '$', '%']",(% $ &)],0,1.0 +350613,350613,12,symb,three_rule_comb7,8.0,"['*', '*', '!']",> : >],0,1.0 +350613,350613,12,symb,three_rule_comb7,9.0,"['~', '*', ':']",~ * %],0,1.0 +350613,350613,12,symb,three_rule_comb7,10.0,"['<', '&', '(']",< & :>],0,1.0 +350613,350613,12,symb,three_rule_comb7,11.0,"['*', '~', '&']",(~ ~ &)],0,1.0 +350613,350613,12,symb,three_rule_comb7,12.0,"['(', '(', '(']",(% ( &],0,1.0 +350613,350613,12,symb,three_rule_comb7,13.0,"['(', '(', '%']",( > !],0,1.0 +350613,350613,12,symb,three_rule_comb7,14.0,"['>', '>', '(']",> ( %],0,1.0 +350613,350613,12,symb,three_rule_comb7,15.0,"['!', '%', '%']",> * %],0,1.0 +350613,350613,12,symb,three_rule_comb7,16.0,"[':', ':', '%']",: ! !],0,1.0 +350613,350613,12,symb,three_rule_comb7,17.0,"[':', '&', '(']",: * !],0,1.0 +350613,350613,12,symb,three_rule_comb7,18.0,"['~', '*', '~']",~ ! ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,19.0,"['&', '!', '$']",& ! : ],0,1.0 +350613,350613,12,symb,three_rule_comb7,20.0,"['<', '~', '<']",* ~ <],0,1.0 +350613,350613,12,symb,three_rule_comb7,21.0,"['&', '(', '!']",% $ *],0,1.0 +350613,350613,12,symb,three_rule_comb7,22.0,"['~', '(', '&']",~ ( (],0,1.0 +350613,350613,12,symb,three_rule_comb7,23.0,"[':', '%', '!']",: % (],0,1.0 +350613,350613,12,symb,three_rule_comb7,24.0,"[':', '(', '&']",< ( &],0,1.0 +350613,350613,12,symb,three_rule_comb7,25.0,"['<', '!', '(']",< ! &],0,1.0 +350613,350613,12,symb,three_rule_comb7,26.0,"['(', ':', '~']",% : ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,27.0,"['*', '&', '*']",* & >],0,1.0 +350613,350613,12,symb,three_rule_comb7,28.0,"['$', ':', '$']",$ : ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,29.0,"['%', '*', '$']",% * ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,30.0,"['$', '$', '$']",$ ! $],0,1.0 +350613,350613,12,symb,three_rule_comb7,31.0,"['~', '&', '$']",~ > $],0,1.0 +350613,350613,12,symb,three_rule_comb7,32.0,"['(', '<', '$']",( $ ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,33.0,"['!', '<', '&']",! : &],0,1.0 +350613,350613,12,symb,three_rule_comb7,34.0,"['~', '<', '(']",~ > >],0,1.0 +350613,350613,12,symb,three_rule_comb7,35.0,"['*', '!', '&']",$ ! >],0,1.0 +350613,350613,12,symb,three_rule_comb7,36.0,"['~', '&', '<']",:& ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,37.0,"['&', '(', '>']",& : !],0,1.0 +350613,350613,12,symb,three_rule_comb7,38.0,"['<', '(', '<']",: < <],0,1.0 +350613,350613,12,symb,three_rule_comb7,39.0,"['%', '*', '(']",% * >],0,1.0 +350613,350613,12,symb,three_rule_comb7,40.0,"['<', '$', '(']",< $ >],0,1.0 +350613,350613,12,symb,three_rule_comb7,41.0,"['*', '*', '&']",< * &],0,1.0 +350613,350613,12,symb,three_rule_comb7,42.0,"['*', '(', '!']",> * >],0,1.0 +350613,350613,12,symb,three_rule_comb7,43.0,"[':', '&', '>']",& < %],0,1.0 +350613,350613,12,symb,three_rule_comb7,44.0,"[':', '>', '*']",< > *],0,1.0 +350613,350613,12,symb,three_rule_comb7,45.0,"['!', '$', '*']",> $ *],0,1.0 +350613,350613,12,symb,three_rule_comb7,46.0,"['$', '>', '<']",$ ~ <],0,1.0 +350613,350613,12,symb,three_rule_comb7,47.0,"['%', '(', '!']",% > !],0,1.0 +350613,350613,12,symb,three_rule_comb7,48.0,"['<', '~', '*']",< ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb7,49.0,"['(', '%', '$']",% % $],0,1.0 +350613,350613,12,symb,three_rule_comb7,50.0,"['!', '&', '>']",> < ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,51.0,"[':', ':', '<']",< : <],0,1.0 +350613,350613,12,symb,three_rule_comb7,52.0,"['*', '$', '&']",* ! $],0,1.0 +350613,350613,12,symb,three_rule_comb7,53.0,"['!', ':', '%']",: < :],0,1.0 +350613,350613,12,symb,three_rule_comb7,54.0,"['~', '%', '%']",~ ! %],0,1.0 +350613,350613,12,symb,three_rule_comb7,55.0,"['&', '~', '%']",& > ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,56.0,"['$', '(', '%']",$ : ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,57.0,"['>', '%', '>']",! % *],0,1.0 +350613,350613,12,symb,three_rule_comb7,58.0,"['$', '!', '<']",< * ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,59.0,"['!', '(', '(']",! % (],0,1.0 +350613,350613,12,symb,three_rule_comb7,60.0,"[':', '&', '$']",: & !],0,1.0 +350613,350613,12,symb,three_rule_comb7,61.0,"['<', '&', '!']",< & (],0,1.0 +350613,350613,12,symb,three_rule_comb7,62.0,"['(', ':', '>']",: & >],0,1.0 +350613,350613,12,symb,three_rule_comb7,63.0,"['<', '%', '<']",< $ %],0,1.0 +350613,350613,12,symb,three_rule_comb7,64.0,"['<', '&', '~']",: & ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,65.0,"[':', '(', '(']",: > (],0,1.0 +350613,350613,12,symb,three_rule_comb7,66.0,"['$', '*', '!']",! * !],0,1.0 +350613,350613,12,symb,three_rule_comb7,67.0,"['(', '~', '>']",% ~ >],0,1.0 +350613,350613,12,symb,three_rule_comb7,68.0,"['<', '!', '%']",& $ (],0,1.0 +350613,350613,12,symb,three_rule_comb7,69.0,"['<', '(', '$']",? & $],0,1.0 +350613,350613,12,symb,three_rule_comb7,70.0,"['(', '~', '~']",* ! ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,71.0,"['~', '~', '&']",~ ! &],0,1.0 +350613,350613,12,symb,three_rule_comb7,72.0,"['(', '%', ':']",% & &],0,1.0 +350613,350613,12,symb,three_rule_comb7,73.0,"['&', '$', '>']",& & >],0,1.0 +350613,350613,12,symb,three_rule_comb7,74.0,"['<', '(', '~']",& ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb7,75.0,"['$', '*', '$']",! * $],0,1.0 +350613,350613,12,symb,three_rule_comb7,76.0,"[':', '<', '>']",: $ >],0,1.0 +350613,350613,12,symb,three_rule_comb7,77.0,"['&', ':', '&']",& ~ &],0,1.0 +350613,350613,12,symb,three_rule_comb7,78.0,"['<', '>', '<']",> < $],0,1.0 +350613,350613,12,symb,three_rule_comb7,79.0,"['~', '%', '>']",! % >],0,1.0 +350613,350613,12,symb,three_rule_comb7,80.0,"['%', '>', '*']",: ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb7,81.0,"['*', '<', '$']",* : $],0,1.0 +350613,350613,12,symb,three_rule_comb7,82.0,"['&', '$', '$']",& $ ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,83.0,"['*', '(', '(']",* ( &],0,1.0 +350613,350613,12,symb,three_rule_comb7,84.0,"[':', '~', '(']",: ~ ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,85.0,"[':', '<', '<']",: < ~],0,1.0 +350613,350613,12,symb,three_rule_comb7,86.0,"['~', '%', '$']",~ ~ $],0,1.0 +350613,350613,12,symb,three_rule_comb7,87.0,"['&', '<', '~']",& < *],0,1.0 +350613,350613,12,symb,three_rule_comb7,88.0,"[':', '(', '&']",: > &],0,1.0 +350613,350613,12,symb,three_rule_comb7,89.0,"['~', '>', '%']",% ! &],0,1.0 +350613,350613,12,symb,three_rule_comb7,90.0,"[':', '~', '&']",* ~ &],0,1.0 +350613,350613,12,symb,three_rule_comb7,91.0,"['(', '&', '(']",( & <],0,1.0 +350613,350613,12,symb,three_rule_comb7,92.0,"['~', '~', '(']",* : (],0,1.0 +350613,350613,12,symb,three_rule_comb7,93.0,"['~', '$', '~']",~ ! :],0,1.0 +350613,350613,12,symb,three_rule_comb7,94.0,"['&', '!', '<']",& ! *],0,1.0 +350613,350613,12,symb,three_rule_comb7,95.0,"['&', '<', '*']",: & *],0,1.0 +350613,350613,12,symb,three_rule_comb7,96.0,"['*', '(', '~']",# < (~],0,1.0 +350613,350613,12,symb,three_rule_comb7,97.0,"['%', '!', '%']",% ~ *],0,1.0 +350613,350613,12,symb,three_rule_comb7,98.0,"[':', '!', '%']",: ~ >],0,1.0 +350613,350613,12,symb,three_rule_comb7,99.0,"[':', '$', '!']",: $ ~],0,1.0 +350613,350613,12,symb,three_rule_comb8,0.0,"[':', '&', '*']",$ * <],0,1.0 +350613,350613,12,symb,three_rule_comb8,1.0,"['<', '<', '<']",* : <],0,1.0 +350613,350613,12,symb,three_rule_comb8,2.0,"['!', '%', ':']",% ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb8,3.0,"['>', '<', '$']",# ! @],0,1.0 +350613,350613,12,symb,three_rule_comb8,4.0,"['$', '(', ':']",< : :],0,1.0 +350613,350613,12,symb,three_rule_comb8,5.0,"['<', '!', ':']",& > :],0,1.0 +350613,350613,12,symb,three_rule_comb8,6.0,"['(', '~', '&']",> ! !],0,1.0 +350613,350613,12,symb,three_rule_comb8,7.0,"[':', '!', '%']",! % (],0,1.0 +350613,350613,12,symb,three_rule_comb8,8.0,"['>', '%', '~']",> ! !],0,1.0 +350613,350613,12,symb,three_rule_comb8,9.0,"['%', '>', '%']",: ! %],0,1.0 +350613,350613,12,symb,three_rule_comb8,10.0,"['!', '<', '~']",* : *],0,1.0 +350613,350613,12,symb,three_rule_comb8,11.0,"['%', '(', '<']",! ( *],0,1.0 +350613,350613,12,symb,three_rule_comb8,12.0,"['~', '~', '(']",> ! >],0,1.0 +350613,350613,12,symb,three_rule_comb8,13.0,"['&', '$', ':']",% & *],0,1.0 +350613,350613,12,symb,three_rule_comb8,14.0,"['%', '>', '&']",% ! <],0,1.0 +350613,350613,12,symb,three_rule_comb8,15.0,"['!', ':', '!']",* ! %],0,1.0 +350613,350613,12,symb,three_rule_comb8,16.0,"['(', '~', '>']",> ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb8,17.0,"['*', ':', '(']",* < >],0,1.0 +350613,350613,12,symb,three_rule_comb8,18.0,"['&', '<', '<']",(% & <)],0,1.0 +350613,350613,12,symb,three_rule_comb8,19.0,"['%', '>', '<']",: ! %],0,1.0 +350613,350613,12,symb,three_rule_comb8,20.0,"['(', '&', '$']",> & ~],0,1.0 +350613,350613,12,symb,three_rule_comb8,21.0,"['%', '$', '(']",: < *],0,1.0 +350613,350613,12,symb,three_rule_comb8,22.0,"[':', '(', '*']",: > <],0,1.0 +350613,350613,12,symb,three_rule_comb8,23.0,"['$', '(', ':']",< & %],0,1.0 +350613,350613,12,symb,three_rule_comb8,24.0,"['<', '!', '%']",< ( <],0,1.0 +350613,350613,12,symb,three_rule_comb8,25.0,"['%', '<', ':']",< % %],0,1.0 +350613,350613,12,symb,three_rule_comb8,26.0,"[':', ':', '<']",% ( %],0,1.0 +350613,350613,12,symb,three_rule_comb8,27.0,"['%', '<', ':']",! * :],0,1.0 +350613,350613,12,symb,three_rule_comb8,28.0,"['(', '<', '!']",( * >],0,1.0 +350613,350613,12,symb,three_rule_comb8,29.0,"['(', '<', '~']",$ : *],0,1.0 +350613,350613,12,symb,three_rule_comb8,30.0,"['~', '~', '%']",< ~ &],0,1.0 +350613,350613,12,symb,three_rule_comb8,31.0,"['>', '<', '>']",! $ ~],0,1.0 +350613,350613,12,symb,three_rule_comb8,32.0,"['(', '%', ':']",: * (],0,1.0 +350613,350613,12,symb,three_rule_comb8,33.0,"['!', '%', '*']",(! % >)],0,1.0 +350613,350613,12,symb,three_rule_comb8,34.0,"['~', ':', '<']",~ < *],0,1.0 +350613,350613,12,symb,three_rule_comb8,35.0,"['$', '%', '$']",: % !],0,1.0 +350613,350613,12,symb,three_rule_comb8,36.0,"['>', '(', '~']",> : *],0,1.0 +350613,350613,12,symb,three_rule_comb8,37.0,"['>', '!', ':']",> ! !],0,1.0 +350613,350613,12,symb,three_rule_comb8,38.0,"['<', '%', '&']",< $ <],0,1.0 +350613,350613,12,symb,three_rule_comb8,39.0,"['$', '<', '%']",& < $],0,1.0 +350613,350613,12,symb,three_rule_comb8,40.0,"['(', '>', '&']",(% < <)],0,1.0 +350613,350613,12,symb,three_rule_comb8,41.0,"['&', '~', '>']",< ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb8,42.0,"['(', '*', '<']",( * &],0,1.0 +350613,350613,12,symb,three_rule_comb8,43.0,"['~', '&', '!']",~ > >],0,1.0 +350613,350613,12,symb,three_rule_comb8,44.0,"['%', '$', '%']",! ! %],0,1.0 +350613,350613,12,symb,three_rule_comb8,45.0,"['<', ':', '(']",% & (],0,1.0 +350613,350613,12,symb,three_rule_comb8,46.0,"['$', ':', '%']",& : (],0,1.0 +350613,350613,12,symb,three_rule_comb8,47.0,"['!', '%', '*']",< : $],0,1.0 +350613,350613,12,symb,three_rule_comb8,48.0,"['<', '&', '!']",(* > !)],0,1.0 +350613,350613,12,symb,three_rule_comb8,49.0,"[':', '$', '<']",% < &],0,1.0 +350613,350613,12,symb,three_rule_comb8,50.0,"['*', '$', '%']",* < &],0,1.0 +350613,350613,12,symb,three_rule_comb8,51.0,"['&', '&', '&']",& > $],0,1.0 +350613,350613,12,symb,three_rule_comb8,52.0,"['~', '(', '<']",! > <],0,1.0 +350613,350613,12,symb,three_rule_comb8,53.0,"['!', '<', '>']",> & ~],0,1.0 +350613,350613,12,symb,three_rule_comb8,54.0,"['>', '<', '*']",< ! &],0,1.0 +350613,350613,12,symb,three_rule_comb8,55.0,"['&', '~', '!']",( > $],0,1.0 +350613,350613,12,symb,three_rule_comb8,56.0,"['%', '$', '&']",$ * >],0,1.0 +350613,350613,12,symb,three_rule_comb8,57.0,"['<', '!', '&']",# $ @],0,1.0 +350613,350613,12,symb,three_rule_comb8,58.0,"['~', '*', '&']",< * *],0,1.0 +350613,350613,12,symb,three_rule_comb8,59.0,"['<', '<', '%']",* : >],0,1.0 +350613,350613,12,symb,three_rule_comb8,60.0,"['&', '$', '$']",# : $],0,1.0 +350613,350613,12,symb,three_rule_comb8,61.0,"[':', ':', '&']",(? # @)],0,1.0 +350613,350613,12,symb,three_rule_comb8,62.0,"['$', '(', '*']",$ & <],0,1.0 +350613,350613,12,symb,three_rule_comb8,63.0,"['&', '$', '%']",& > *],0,1.0 +350613,350613,12,symb,three_rule_comb8,64.0,"['<', '$', '<']",< ! :],0,1.0 +350613,350613,12,symb,three_rule_comb8,65.0,"[':', '%', '<']",% < !],0,1.0 +350613,350613,12,symb,three_rule_comb8,66.0,"['<', '~', ':']",& : : >],0,1.0 +350613,350613,12,symb,three_rule_comb8,67.0,"['%', '<', ':']",% ~ >],0,1.0 +350613,350613,12,symb,three_rule_comb8,68.0,"[':', '<', '>']",: $ !],0,1.0 +350613,350613,12,symb,three_rule_comb8,69.0,"['&', ':', '$']",& % &],0,1.0 +350613,350613,12,symb,three_rule_comb8,70.0,"['<', '*', '$']",! ~ >],0,1.0 +350613,350613,12,symb,three_rule_comb8,71.0,"['<', '(', '*']",(* < ! *),0,1.0 +350613,350613,12,symb,three_rule_comb8,72.0,"[':', '$', '%']",: < %],0,1.0 +350613,350613,12,symb,three_rule_comb8,73.0,"['%', '!', '(']",# > ?],0,1.0 +350613,350613,12,symb,three_rule_comb8,74.0,"['%', '<', '&']",( > $)],0,1.0 +350613,350613,12,symb,three_rule_comb8,75.0,"['(', '<', '~']",% * ~],0,1.0 +350613,350613,12,symb,three_rule_comb8,76.0,"['$', '!', '*']",< ~ *],0,1.0 +350613,350613,12,symb,three_rule_comb8,77.0,"['%', '>', '(']",% & ~],0,1.0 +350613,350613,12,symb,three_rule_comb8,78.0,"[':', '&', '>']",% $ %],0,1.0 +350613,350613,12,symb,three_rule_comb8,79.0,"['&', '$', '>']",< & *],0,1.0 +350613,350613,12,symb,three_rule_comb8,80.0,"['%', '&', ':']",(% & :)],0,1.0 +350613,350613,12,symb,three_rule_comb8,81.0,"['$', '*', '%']",< : (],0,1.0 +350613,350613,12,symb,three_rule_comb8,82.0,"[':', ':', '&']",: * >],0,1.0 +350613,350613,12,symb,three_rule_comb8,83.0,"['*', '&', ':']",* > %],0,1.0 +350613,350613,12,symb,three_rule_comb8,84.0,"['!', '$', '%']",~ ! %],0,1.0 +350613,350613,12,symb,three_rule_comb8,85.0,"['!', '<', ':']",> & >],0,1.0 +350613,350613,12,symb,three_rule_comb8,86.0,"['~', '&', '(']",~ > &],0,1.0 +350613,350613,12,symb,three_rule_comb8,87.0,"['<', '%', '*']",$ ! ~],0,1.0 +350613,350613,12,symb,three_rule_comb8,88.0,"[':', '&', '%']",: * $],0,1.0 +350613,350613,12,symb,three_rule_comb8,89.0,"['(', '$', ':']",: $ :],0,1.0 +350613,350613,12,symb,three_rule_comb8,90.0,"['<', '%', '*']",< ~ <],0,1.0 +350613,350613,12,symb,three_rule_comb8,91.0,"['%', '!', '*']",% ( !],0,1.0 +350613,350613,12,symb,three_rule_comb8,92.0,"[':', ':', '~']",( > *],0,1.0 +350613,350613,12,symb,three_rule_comb8,93.0,"['&', '%', '*']",# $ %],0,1.0 +350613,350613,12,symb,three_rule_comb8,94.0,"[':', ':', '>']",! : >],0,1.0 +350613,350613,12,symb,three_rule_comb8,95.0,"['~', '<', '(']",< % &],0,1.0 +350613,350613,12,symb,three_rule_comb8,96.0,"['$', '$', '!']",*: : !],0,1.0 +350613,350613,12,symb,three_rule_comb8,97.0,"['%', ':', '<']",% < :],0,1.0 +350613,350613,12,symb,three_rule_comb8,98.0,"['<', '%', '!']",> > *],0,1.0 +350613,350613,12,symb,three_rule_comb8,99.0,"[':', '&', '%']",% ~ %],0,1.0 +350613,350613,12,symb,three_rule_comb9,0.0,"['<', '>', '!']",( ( : ],0,1.0 +350613,350613,12,symb,three_rule_comb9,1.0,"[':', '$', '%']",: & #],0,1.0 +350613,350613,12,symb,three_rule_comb9,2.0,"['~', '>', '*']",< ! ~],0,1.0 +350613,350613,12,symb,three_rule_comb9,3.0,"['<', ':', '~']",( < *],0,1.0 +350613,350613,12,symb,three_rule_comb9,4.0,"['<', '~', '*']",$ * ~],0,1.0 +350613,350613,12,symb,three_rule_comb9,5.0,"['>', ':', '(']",! % %]],0,1.0 +350613,350613,12,symb,three_rule_comb9,6.0,"['%', '&', '<']",< & !],0,1.0 +350613,350613,12,symb,three_rule_comb9,7.0,"['$', '&', '%']",; & %],0,1.0 +350613,350613,12,symb,three_rule_comb9,8.0,"[':', '%', '!']",> % *],0,1.0 +350613,350613,12,symb,three_rule_comb9,9.0,"['%', '<', ':']",# $ %],0,1.0 +350613,350613,12,symb,three_rule_comb9,10.0,"['%', ':', '&']",! ( !],0,1.0 +350613,350613,12,symb,three_rule_comb9,11.0,"['%', '&', '&']",(? $ *)],0,1.0 +350613,350613,12,symb,three_rule_comb9,12.0,"['$', '&', '~']",& < *],0,1.0 +350613,350613,12,symb,three_rule_comb9,13.0,"['(', ':', '&']",* ~ &],0,1.0 +350613,350613,12,symb,three_rule_comb9,14.0,"['*', '<', '%']",# * %],0,1.0 +350613,350613,12,symb,three_rule_comb9,15.0,"[':', '&', '<']",# % #]],0,1.0 +350613,350613,12,symb,three_rule_comb9,16.0,"['~', '%', ':']",% # $],0,1.0 +350613,350613,12,symb,three_rule_comb9,17.0,"['<', '*', '(']",: < &],0,1.0 +350613,350613,12,symb,three_rule_comb9,18.0,"['(', '~', '$']",(% * <)],0,1.0 +350613,350613,12,symb,three_rule_comb9,19.0,"['*', ':', '%']",# % $],0,1.0 +350613,350613,12,symb,three_rule_comb9,20.0,"['%', ':', '>']",~ % %],0,1.0 +350613,350613,12,symb,three_rule_comb9,21.0,"['&', '*', '$']",( ( &],0,1.0 +350613,350613,12,symb,three_rule_comb9,22.0,"['<', ':', '*']",% % $],0,1.0 +350613,350613,12,symb,three_rule_comb9,23.0,"['~', '&', '*']",$ ~ *],0,1.0 +350613,350613,12,symb,three_rule_comb9,24.0,"['(', '$', '%']",< ? !],0,1.0 +350613,350613,12,symb,three_rule_comb9,25.0,"['*', '$', ':']",# $ %],0,1.0 +350613,350613,12,symb,three_rule_comb9,26.0,"['%', '$', '&']",? : @],0,1.0 +350613,350613,12,symb,three_rule_comb9,27.0,"['%', '&', '<']",? ? <],0,1.0 +350613,350613,12,symb,three_rule_comb9,28.0,"[':', '&', '%']",# $ %],0,1.0 +350613,350613,12,symb,three_rule_comb9,29.0,"[':', '~', '(']",# > <],0,1.0 +350613,350613,12,symb,three_rule_comb9,30.0,"['<', ':', ':']",% ( ],0,1.0 +350613,350613,12,symb,three_rule_comb9,31.0,"[':', '>', '&']",# # $],0,1.0 +350613,350613,12,symb,three_rule_comb9,32.0,"['%', '(', '<']",> & %],0,1.0 +350613,350613,12,symb,three_rule_comb9,33.0,"['>', '<', '$']",> ! &],0,1.0 +350613,350613,12,symb,three_rule_comb9,34.0,"['$', '(', '*']",! : ~ >],0,1.0 +350613,350613,12,symb,three_rule_comb9,35.0,"['~', '(', '%']",> > #],0,1.0 +350613,350613,12,symb,three_rule_comb9,36.0,"['$', '%', '(']",< ( :],0,1.0 +350613,350613,12,symb,three_rule_comb9,37.0,"[':', '$', '!']",& & <],0,1.0 +350613,350613,12,symb,three_rule_comb9,38.0,"['>', '%', '%']",& & %],0,1.0 +350613,350613,12,symb,three_rule_comb9,39.0,"['!', '$', '(']",> < %],0,1.0 +350613,350613,12,symb,three_rule_comb9,40.0,"[':', '~', '$']",& * &],0,1.0 +350613,350613,12,symb,three_rule_comb9,41.0,"[':', '&', '(']",! % *],0,1.0 +350613,350613,12,symb,three_rule_comb9,42.0,"['>', '*', '$']",& ~ !],0,1.0 +350613,350613,12,symb,three_rule_comb9,43.0,"['&', '%', '$']",& & ?],0,1.0 +350613,350613,12,symb,three_rule_comb9,44.0,"['~', '(', '(']",> % : ],0,1.0 +350613,350613,12,symb,three_rule_comb9,45.0,"['&', '>', '(']",$ ! :],0,1.0 +350613,350613,12,symb,three_rule_comb9,46.0,"[':', '*', '&']",% * <],0,1.0 +350613,350613,12,symb,three_rule_comb9,47.0,"['%', ':', '>']",# < *],0,1.0 +350613,350613,12,symb,three_rule_comb9,48.0,"['~', '$', '<']",$ < *],0,1.0 +350613,350613,12,symb,three_rule_comb9,49.0,"['&', '<', '<']",(~ $ &)],0,1.0 +350613,350613,12,symb,three_rule_comb9,50.0,"['%', '%', '&']",# * !],0,1.0 +350613,350613,12,symb,three_rule_comb9,51.0,"['*', '$', '&']",* > ~]],0,1.0 +350613,350613,12,symb,three_rule_comb9,52.0,"['$', ':', '<']",< : &],0,1.0 +350613,350613,12,symb,three_rule_comb9,53.0,"['%', '%', '~']",< & &],0,1.0 +350613,350613,12,symb,three_rule_comb9,54.0,"['$', '$', ':']",< & (],0,1.0 +350613,350613,12,symb,three_rule_comb9,55.0,"['<', '(', '!']",* ( * ],0,1.0 +350613,350613,12,symb,three_rule_comb9,56.0,"['&', '>', '$']",$ ! <],0,1.0 +350613,350613,12,symb,three_rule_comb9,57.0,"['&', '$', ':']",& % $],0,1.0 +350613,350613,12,symb,three_rule_comb9,58.0,"['(', '&', '%']",(% < ])],0,1.0 +350613,350613,12,symb,three_rule_comb9,59.0,"['$', '>', '<']",< ! $],0,1.0 +350613,350613,12,symb,three_rule_comb9,60.0,"['$', '<', '(']",< & :],0,1.0 +350613,350613,12,symb,three_rule_comb9,61.0,"[':', '%', '*']",% : ~],0,1.0 +350613,350613,12,symb,three_rule_comb9,62.0,"['&', '<', ':']",< & %],0,1.0 +350613,350613,12,symb,three_rule_comb9,63.0,"['$', '(', ':']",% : < *],0,1.0 +350613,350613,12,symb,three_rule_comb9,64.0,"['~', ':', '$']",(~ > ~)],0,1.0 +350613,350613,12,symb,three_rule_comb9,65.0,"['(', '%', '!']",# > %],0,1.0 +350613,350613,12,symb,three_rule_comb9,66.0,"['<', '&', '~']",(< * >),0,1.0 +350613,350613,12,symb,three_rule_comb9,67.0,"['<', '$', '!']",< * <],0,1.0 +350613,350613,12,symb,three_rule_comb9,68.0,"[':', '$', '%']",: % <],0,1.0 +350613,350613,12,symb,three_rule_comb9,69.0,"['(', '$', '>']",: < !],0,1.0 +350613,350613,12,symb,three_rule_comb9,70.0,"[':', '$', '(']",# < %],0,1.0 +350613,350613,12,symb,three_rule_comb9,71.0,"['(', '*', '<']",: ~ &],0,1.0 +350613,350613,12,symb,three_rule_comb9,72.0,"['>', '$', ':']",> > !],0,1.0 +350613,350613,12,symb,three_rule_comb9,73.0,"['<', '%', ':']",% & %],0,1.0 +350613,350613,12,symb,three_rule_comb9,74.0,"['$', ':', '>']",& % !],0,1.0 +350613,350613,12,symb,three_rule_comb9,75.0,"['!', '%', '(']",> : *],0,1.0 +350613,350613,12,symb,three_rule_comb9,76.0,"['&', ':', '%']",% $ #],0,1.0 +350613,350613,12,symb,three_rule_comb9,77.0,"['>', '%', '(']",> $ $],0,1.0 +350613,350613,12,symb,three_rule_comb9,78.0,"['$', '<', '$']",< $ &],0,1.0 +350613,350613,12,symb,three_rule_comb9,79.0,"['&', '>', '%']",$ ! :],0,1.0 +350613,350613,12,symb,three_rule_comb9,80.0,"['(', '(', '*']",% ~ :],0,1.0 +350613,350613,12,symb,three_rule_comb9,81.0,"['&', '(', '>']",~ % !],0,1.0 +350613,350613,12,symb,three_rule_comb9,82.0,"['%', '<', '(']",% : &],0,1.0 +350613,350613,12,symb,three_rule_comb9,83.0,"['$', '<', '(']",< $ %],0,1.0 +350613,350613,12,symb,three_rule_comb9,84.0,"['<', '!', '%']",* : &],0,1.0 +350613,350613,12,symb,three_rule_comb9,85.0,"['<', '>', '&']",< ! <],0,1.0 +350613,350613,12,symb,three_rule_comb9,86.0,"['$', '(', '<']",< ( >],0,1.0 +350613,350613,12,symb,three_rule_comb9,87.0,"['(', '$', '<']",( < %],0,1.0 +350613,350613,12,symb,three_rule_comb9,88.0,"['>', '(', '<']",(? @ ?)],0,1.0 +350613,350613,12,symb,three_rule_comb9,89.0,"['~', ':', '%']",* ( (],0,1.0 +350613,350613,12,symb,three_rule_comb9,90.0,"['&', '$', '!']",# $ %],0,1.0 +350613,350613,12,symb,three_rule_comb9,91.0,"['$', '%', '&']",< : $],0,1.0 +350613,350613,12,symb,three_rule_comb9,92.0,"['$', '>', '(']",? ? ?],0,1.0 +350613,350613,12,symb,three_rule_comb9,93.0,"['&', '%', '~']",& < !],0,1.0 +350613,350613,12,symb,three_rule_comb9,94.0,"['$', '%', '*']",& ~ <],0,1.0 +350613,350613,12,symb,three_rule_comb9,95.0,"['&', '!', '&']",* > $],0,1.0 +350613,350613,12,symb,three_rule_comb9,96.0,"['>', '$', '&']",$ & ~],0,1.0 +350613,350613,12,symb,three_rule_comb9,97.0,"['!', '&', '%']",> $ (],0,1.0 +350613,350613,12,symb,three_rule_comb9,98.0,"['$', '>', ':']",& ! (],0,1.0 +350613,350613,12,symb,three_rule_comb9,99.0,"['!', '&', '*']",(! > >)],0,1.0 +350613,350613,12,symb,c3_set_union,0.0,"['~', '(', '&', '$']",~ (& $],1,1.0 +350613,350613,12,symb,c3_set_union,1.0,"['<', '>', '(', '&']",< > &],0,1.0 +350613,350613,12,symb,c3_set_union,2.0,"['&', '$', ':', '~']",& $ : ~],1,1.0 +350613,350613,12,symb,c3_set_union,3.0,"['%', '(', ':', '>']",% ( : >],1,1.0 +350613,350613,12,symb,c3_set_union,4.0,"[':', '~', '<', '*']",: ~ < *],1,1.0 +350613,350613,12,symb,c3_set_union,5.0,"['*', '<', '&', '%']",* < & %],1,1.0 +350613,350613,12,symb,c3_set_union,6.0,"['~', '&', '%', '(']",~ & (%],1,1.0 +350613,350613,12,symb,c3_set_union,7.0,"['>', '!', ':', '(']",> ! (:],1,1.0 +350613,350613,12,symb,c3_set_union,8.0,"[':', '!', '*', '&']",: ! &],0,1.0 +350613,350613,12,symb,c3_set_union,9.0,"['%', '*', '&', '~']",% * & ~],1,1.0 +350613,350613,12,symb,c3_set_union,10.0,"['$', '%', '>', '&']",$ % > &],1,1.0 +350613,350613,12,symb,c3_set_union,11.0,"['~', '&', '!', '<']",~ & ! <],1,1.0 +350613,350613,12,symb,c3_set_union,12.0,"['$', '>', '~', '%']",$ > ~ %],1,1.0 +350613,350613,12,symb,c3_set_union,13.0,"['<', '%', '>', '!']",< % > !],1,1.0 +350613,350613,12,symb,c3_set_union,14.0,"[':', '$', '>', '*']",: $ > *],1,1.0 +350613,350613,12,symb,c3_set_union,15.0,"['%', '(', '&', '*']",% ( & *],1,1.0 +350613,350613,12,symb,c3_set_union,16.0,"['~', '*', ':', '!']",~ * : !],1,1.0 +350613,350613,12,symb,c3_set_union,17.0,"['>', ':', '~', '!']",> : ~ !],1,1.0 +350613,350613,12,symb,c3_set_union,18.0,"['$', '(', '*', ':']",$ (:],0,1.0 +350613,350613,12,symb,c3_set_union,19.0,"[':', '(', '~', '&']",: ( ~ &],1,1.0 +350613,350613,12,symb,c3_set_union,20.0,"['~', '%', '*', '!']",~ % * !],1,1.0 +350613,350613,12,symb,c3_set_union,21.0,"[':', '(', '<', '$']",: ( < $],1,1.0 +350613,350613,12,symb,c3_set_union,22.0,"['!', '<', '>', ':']",! < : >],1,1.0 +350613,350613,12,symb,c3_set_union,23.0,"['%', '(', '~', '<']",% (~ <],1,1.0 +350613,350613,12,symb,c3_set_union,24.0,"['%', '$', '>', '<']",% $ > <],1,1.0 +350613,350613,12,symb,c3_set_union,25.0,"['~', '$', '<', '&']",~ $ &],0,1.0 +350613,350613,12,symb,c3_set_union,26.0,"[':', '!', '$', '>']",: ! >],0,1.0 +350613,350613,12,symb,c3_set_union,27.0,"['$', '*', '&', ':']",$ * & :],1,1.0 +350613,350613,12,symb,c3_set_union,28.0,"[':', '%', '&', '~']",: % & ~],1,1.0 +350613,350613,12,symb,c3_set_union,29.0,"['!', '$', '*', '&']",! * $ &],1,1.0 +350613,350613,12,symb,c3_set_union,30.0,"['!', '*', '(', ':']",! * :],0,1.0 +350613,350613,12,symb,c3_set_union,31.0,"['*', '~', '&', ':']",* ~ & :],1,1.0 +350613,350613,12,symb,c3_set_union,32.0,"[':', '~', '(', '%']",: ~ ( %],1,1.0 +350613,350613,12,symb,c3_set_union,33.0,"['*', '%', '<', '$']",* % < $],1,1.0 +350613,350613,12,symb,c3_set_union,34.0,"['~', '<', '&', '(']",~ < & (],1,1.0 +350613,350613,12,symb,c3_set_union,35.0,"['%', '<', '*', '!']",% < * !],1,1.0 +350613,350613,12,symb,c3_set_union,36.0,"['(', '~', ':', '!']",( ~ : !],1,1.0 +350613,350613,12,symb,c3_set_union,37.0,"['$', '&', '*', '~']",$ & * ~],1,1.0 +350613,350613,12,symb,c3_set_union,38.0,"[':', '(', '~', '$']",: ( ~ $],1,1.0 +350613,350613,12,symb,c3_set_union,39.0,"['&', '>', '$', '*']",& > $ *],1,1.0 +350613,350613,12,symb,c3_set_union,40.0,"['$', '!', '*', '~']",$ ! * ~],1,1.0 +350613,350613,12,symb,c3_set_union,41.0,"['&', '%', '$', '!']",& % $ !],1,1.0 +350613,350613,12,symb,c3_set_union,42.0,"['>', '$', '*', '!']",> $ * !],1,1.0 +350613,350613,12,symb,c3_set_union,43.0,"[':', '*', '(', '>']",: * ( >],1,1.0 +350613,350613,12,symb,c3_set_union,44.0,"['$', '%', '(', ':']",$ % ( :],1,1.0 +350613,350613,12,symb,c3_set_union,45.0,"['!', '<', ':', '$']",! < : $],1,1.0 +350613,350613,12,symb,c3_set_union,46.0,"['>', '*', '&', '<']",> * & <],1,1.0 +350613,350613,12,symb,c3_set_union,47.0,"[':', '~', '>', '*']",: ~ > *],1,1.0 +350613,350613,12,symb,c3_set_union,48.0,"['%', '(', '*', '~']",% ( * ~],1,1.0 +350613,350613,12,symb,c3_set_union,49.0,"['(', '~', '*', '<']",( ~ * <],1,1.0 +350613,350613,12,symb,c3_set_union,50.0,"['(', '$', '!', '%']",( $ ! %],1,1.0 +350613,350613,12,symb,c3_set_union,51.0,"['>', '!', '%', '*']",> ! % *],1,1.0 +350613,350613,12,symb,c3_set_union,52.0,"['&', '$', '>', ':']",& $ > :],1,1.0 +350613,350613,12,symb,c3_set_union,53.0,"['~', '$', '%', '<']",~ $ % <],1,1.0 +350613,350613,12,symb,c3_set_union,54.0,"['&', '>', '<', '%']",& > < %],1,1.0 +350613,350613,12,symb,c3_set_union,55.0,"['>', '*', '<', ':']",> * :],0,1.0 +350613,350613,12,symb,c3_set_union,56.0,"[':', '!', '*', '<']",: ! * <],1,1.0 +350613,350613,12,symb,c3_set_union,57.0,"['%', '<', '*', '~']",% < * ~],1,1.0 +350613,350613,12,symb,c3_set_union,58.0,"['>', '(', '<', '%']",> ( < %],1,1.0 +350613,350613,12,symb,c3_set_union,59.0,"['>', ':', '<', '~']",> : ~],0,1.0 +350613,350613,12,symb,c3_set_union,60.0,"['*', '&', '<', '$']",* & $],0,1.0 +350613,350613,12,symb,c3_set_union,61.0,"['%', '<', '*', '(']",% < *],0,1.0 +350613,350613,12,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$ % < !],1,1.0 +350613,350613,12,symb,c3_set_union,63.0,"['~', '>', '<', '!']",~ > < !],1,1.0 +350613,350613,12,symb,c3_set_union,64.0,"['&', '!', '$', '~']",& ! $ ~],1,1.0 +350613,350613,12,symb,c3_set_union,65.0,"[':', '&', '>', '%']",: & > %],1,1.0 +350613,350613,12,symb,c3_set_union,66.0,"['<', '&', '$', '>']",< & $ >],1,1.0 +350613,350613,12,symb,c3_set_union,67.0,"['(', '$', '*', '%']",( $ * %],1,1.0 +350613,350613,12,symb,c3_set_union,68.0,"['<', '%', ':', '$']",< % $],0,1.0 +350613,350613,12,symb,c3_set_union,69.0,"[':', '&', '$', '<']",: & <],0,1.0 +350613,350613,12,symb,c3_set_union,70.0,"['>', '(', '~', '*']",> (~ *),0,1.0 +350613,350613,12,symb,c3_set_union,71.0,"[':', '~', '&', '<']",: ~ & <],1,1.0 +350613,350613,12,symb,c3_set_union,72.0,"['(', '!', ':', '%']",( ! %],0,1.0 +350613,350613,12,symb,c3_set_union,73.0,"['<', '&', '$', '(']",< & (],0,1.0 +350613,350613,12,symb,c3_set_union,74.0,"['*', '!', '>', ':']",* ! > :],1,1.0 +350613,350613,12,symb,c3_set_union,75.0,"['$', ':', '<', '*']",$ : < *],1,1.0 +350613,350613,12,symb,c3_set_union,76.0,"['%', '>', ':', '$']",% > : $],1,1.0 +350613,350613,12,symb,c3_set_union,77.0,"[':', '~', '!', '%']",: ~ ! %],1,1.0 +350613,350613,12,symb,c3_set_union,78.0,"['&', '!', '~', '>']",& ! ~ >],1,1.0 +350613,350613,12,symb,c3_set_union,79.0,"['(', '$', '*', '<']",( $ * <],1,1.0 +350613,350613,12,symb,c3_set_union,80.0,"['(', ':', '&', '$']",(: $],0,1.0 +350613,350613,12,symb,c3_set_union,81.0,"['!', '&', '*', '>']",! & * >],1,1.0 +350613,350613,12,symb,c3_set_union,82.0,"[':', '%', '&', '<']",: % & <],1,1.0 +350613,350613,12,symb,c3_set_union,83.0,"['>', '(', '$', '*']",> ( $ *),0,1.0 +350613,350613,12,symb,c3_set_union,84.0,"['!', ':', '<', '&']",! : &],0,1.0 +350613,350613,12,symb,c3_set_union,85.0,"['!', '$', '(', ':']",! $ :],0,1.0 +350613,350613,12,symb,c3_set_union,86.0,"['*', '!', '%', ':']",* ! % :],1,1.0 +350613,350613,12,symb,c3_set_union,87.0,"['(', '!', '*', '~']",(* ! ~],1,1.0 +350613,350613,12,symb,c3_set_union,88.0,"['%', '!', '&', '(']",% ! & (],1,1.0 +350613,350613,12,symb,c3_set_union,89.0,"['!', '(', '>', '$']",! ( > $],1,1.0 +350613,350613,12,symb,c3_set_union,90.0,"['<', '>', '*', '(']",< > * (],1,1.0 +350613,350613,12,symb,c3_set_union,91.0,"['&', '$', '%', '(']",& $ (%],1,1.0 +350613,350613,12,symb,c3_set_union,92.0,"['!', '<', '&', '%']",! < & %],1,1.0 +350613,350613,12,symb,c3_set_union,93.0,"[':', '(', '&', '>']",: ( & >],1,1.0 +350613,350613,12,symb,c3_set_union,94.0,"[':', '<', '$', '>']",: < $ >],1,1.0 +350613,350613,12,symb,c3_set_union,95.0,"['(', '$', '<', '%']",<( $ %],1,1.0 +350613,350613,12,symb,c3_set_union,96.0,"['~', '%', '*', ':']",~ * :],0,1.0 +350613,350613,12,symb,c3_set_union,97.0,"['&', '%', '!', '*']",& % ! *],1,1.0 +350613,350613,12,symb,c3_set_union,98.0,"[':', '$', '*', '!']",: $ * !],1,1.0 +350613,350613,12,symb,c3_set_union,99.0,"['!', '(', '<', '*']",! (< *),0,1.0 +350613,350613,12,symb,c1_set_union,0.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union,1.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union,2.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,3.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,4.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union,5.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union,6.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union,7.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union,8.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,9.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,10.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union,11.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,12.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union,13.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union,14.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,15.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union,16.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union,17.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union,18.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union,19.0,['('],(~],0,1.0 +350613,350613,12,symb,c1_set_union,20.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union,21.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union,22.0,['~'],~ (,0,1.0 +350613,350613,12,symb,c1_set_union,23.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union,24.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,25.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union,26.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union,27.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union,28.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,29.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,30.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,31.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union,32.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,33.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union,34.0,['!'],!,1,1.0 +350613,350613,12,symb,c1_set_union,35.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,36.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union,37.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union,38.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,39.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union,40.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union,41.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union,42.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,43.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,44.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union,45.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,46.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,47.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union,48.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union,49.0,['>'],> ],1,1.0 +350613,350613,12,symb,c1_set_union,50.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,51.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union,52.0,['!'],!,1,1.0 +350613,350613,12,symb,c1_set_union,53.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,54.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union,55.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,56.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,57.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union,58.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union,59.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,60.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union,61.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union,62.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union,63.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union,64.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,65.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union,66.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,67.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union,68.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union,69.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union,70.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union,71.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,72.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union,73.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,74.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union,75.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union,76.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union,77.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union,78.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,79.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,80.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union,81.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,82.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union,83.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,84.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union,85.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union,86.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,87.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,88.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,89.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,90.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,91.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union,92.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union,93.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union,94.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union,95.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union,96.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,97.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union,98.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union,99.0,['~'],~],1,1.0 +350613,350613,12,symb,c2_set_union,0.0,['$'],$],1,1.0 +350613,350613,12,symb,c2_set_union,1.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,2.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,3.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,4.0,['!'],! <],0,1.0 +350613,350613,12,symb,c2_set_union,5.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,6.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,7.0,['>'],> >],0,1.0 +350613,350613,12,symb,c2_set_union,8.0,['>'],< >],0,1.0 +350613,350613,12,symb,c2_set_union,9.0,['('],(],1,1.0 +350613,350613,12,symb,c2_set_union,10.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,11.0,['%'],%],1,1.0 +350613,350613,12,symb,c2_set_union,12.0,['$'],$],1,1.0 +350613,350613,12,symb,c2_set_union,13.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,14.0,['%'],%],1,1.0 +350613,350613,12,symb,c2_set_union,15.0,['%'],%],1,1.0 +350613,350613,12,symb,c2_set_union,16.0,['>'],> !],0,1.0 +350613,350613,12,symb,c2_set_union,17.0,['$'],$],1,1.0 +350613,350613,12,symb,c2_set_union,18.0,['$'],$],1,1.0 +350613,350613,12,symb,c2_set_union,19.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,20.0,['>'],:> >],0,1.0 +350613,350613,12,symb,c2_set_union,21.0,[':'],:<],0,1.0 +350613,350613,12,symb,c2_set_union,22.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,23.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,24.0,['<'],<],1,1.0 +350613,350613,12,symb,c2_set_union,25.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,26.0,['>'],> >],0,1.0 +350613,350613,12,symb,c2_set_union,27.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,28.0,['<'],<],1,1.0 +350613,350613,12,symb,c2_set_union,29.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,30.0,['!'],!,1,1.0 +350613,350613,12,symb,c2_set_union,31.0,['*'],:*],0,1.0 +350613,350613,12,symb,c2_set_union,32.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,33.0,['&'],<&],0,1.0 +350613,350613,12,symb,c2_set_union,34.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,35.0,['>'],>],1,1.0 +350613,350613,12,symb,c2_set_union,36.0,['<'],<],1,1.0 +350613,350613,12,symb,c2_set_union,37.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,38.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,39.0,['!'],< !],0,1.0 +350613,350613,12,symb,c2_set_union,40.0,['<'],<],1,1.0 +350613,350613,12,symb,c2_set_union,41.0,['>'],> >],0,1.0 +350613,350613,12,symb,c2_set_union,42.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,43.0,['~'],~],1,1.0 +350613,350613,12,symb,c2_set_union,44.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,45.0,['~'],< ~],0,1.0 +350613,350613,12,symb,c2_set_union,46.0,['<'],<],1,1.0 +350613,350613,12,symb,c2_set_union,47.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,48.0,['<'],<],1,1.0 +350613,350613,12,symb,c2_set_union,49.0,['!'],!],1,1.0 +350613,350613,12,symb,c2_set_union,50.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,51.0,['!'],!],1,1.0 +350613,350613,12,symb,c2_set_union,52.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,53.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,54.0,['('],($)],0,1.0 +350613,350613,12,symb,c2_set_union,55.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,56.0,['~'],~],1,1.0 +350613,350613,12,symb,c2_set_union,57.0,['!'],! %],0,1.0 +350613,350613,12,symb,c2_set_union,58.0,['>'],> >],0,1.0 +350613,350613,12,symb,c2_set_union,59.0,['<'],<],1,1.0 +350613,350613,12,symb,c2_set_union,60.0,['$'],($ $],0,1.0 +350613,350613,12,symb,c2_set_union,61.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,62.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,63.0,['~'],& ~],0,1.0 +350613,350613,12,symb,c2_set_union,64.0,['>'],> *],0,1.0 +350613,350613,12,symb,c2_set_union,65.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,66.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,67.0,['<'],<],1,1.0 +350613,350613,12,symb,c2_set_union,68.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,69.0,['%'],%],1,1.0 +350613,350613,12,symb,c2_set_union,70.0,['<'],<],1,1.0 +350613,350613,12,symb,c2_set_union,71.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,72.0,['~'],(~ ~],0,1.0 +350613,350613,12,symb,c2_set_union,73.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,74.0,['~'],~],1,1.0 +350613,350613,12,symb,c2_set_union,75.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,76.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,77.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,78.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,79.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union,80.0,['<'],< >],0,1.0 +350613,350613,12,symb,c2_set_union,81.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,82.0,['$'],$],1,1.0 +350613,350613,12,symb,c2_set_union,83.0,['%'],%],1,1.0 +350613,350613,12,symb,c2_set_union,84.0,['('],(],1,1.0 +350613,350613,12,symb,c2_set_union,85.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,86.0,['!'],!],1,1.0 +350613,350613,12,symb,c2_set_union,87.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,88.0,['('],(],1,1.0 +350613,350613,12,symb,c2_set_union,89.0,['~'],~],1,1.0 +350613,350613,12,symb,c2_set_union,90.0,['$'],<$],0,1.0 +350613,350613,12,symb,c2_set_union,91.0,['$'],$],1,1.0 +350613,350613,12,symb,c2_set_union,92.0,['~'],~],1,1.0 +350613,350613,12,symb,c2_set_union,93.0,[':'],:$ :],0,1.0 +350613,350613,12,symb,c2_set_union,94.0,['%'],%],1,1.0 +350613,350613,12,symb,c2_set_union,95.0,['~'],~],1,1.0 +350613,350613,12,symb,c2_set_union,96.0,['*'],*],1,1.0 +350613,350613,12,symb,c2_set_union,97.0,['&'],&],1,1.0 +350613,350613,12,symb,c2_set_union,98.0,['<'],% < >],0,1.0 +350613,350613,12,symb,c2_set_union,99.0,['('],( : ~],0,1.0 +350613,350613,12,symb,AND,0.0,['('],(],1,1.0 +350613,350613,12,symb,AND,1.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,2.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,3.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,4.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,5.0,['%'],%],1,1.0 +350613,350613,12,symb,AND,6.0,['%'],%],1,1.0 +350613,350613,12,symb,AND,7.0,['$'],$],1,1.0 +350613,350613,12,symb,AND,8.0,['>'],>],1,1.0 +350613,350613,12,symb,AND,9.0,['~'],~],1,1.0 +350613,350613,12,symb,AND,10.0,[':'],: ],1,1.0 +350613,350613,12,symb,AND,11.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,12.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,13.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,14.0,['$'],$],1,1.0 +350613,350613,12,symb,AND,15.0,['%'],%],1,1.0 +350613,350613,12,symb,AND,16.0,[':'],:],1,1.0 +350613,350613,12,symb,AND,17.0,['>'],> >],0,1.0 +350613,350613,12,symb,AND,18.0,['('],(],1,1.0 +350613,350613,12,symb,AND,19.0,['>'],> ],1,1.0 +350613,350613,12,symb,AND,20.0,[':'],: ],1,1.0 +350613,350613,12,symb,AND,21.0,['%'],%],1,1.0 +350613,350613,12,symb,AND,22.0,['>'],>],1,1.0 +350613,350613,12,symb,AND,23.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,24.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,25.0,['~'],~],1,1.0 +350613,350613,12,symb,AND,26.0,['('],(],1,1.0 +350613,350613,12,symb,AND,27.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,28.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,29.0,['&'],& &],0,1.0 +350613,350613,12,symb,AND,30.0,[':'],: :],0,1.0 +350613,350613,12,symb,AND,31.0,['>'],> ],1,1.0 +350613,350613,12,symb,AND,32.0,['~'],~],1,1.0 +350613,350613,12,symb,AND,33.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,34.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,35.0,['$'],$],1,1.0 +350613,350613,12,symb,AND,36.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,37.0,['&'],& &],0,1.0 +350613,350613,12,symb,AND,38.0,['$'],$],1,1.0 +350613,350613,12,symb,AND,39.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,40.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,41.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,42.0,['%'],%],1,1.0 +350613,350613,12,symb,AND,43.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,44.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,45.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,46.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,47.0,['!'],! ],1,1.0 +350613,350613,12,symb,AND,48.0,['%'],%],1,1.0 +350613,350613,12,symb,AND,49.0,['('],(],1,1.0 +350613,350613,12,symb,AND,50.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,51.0,['%'],%],1,1.0 +350613,350613,12,symb,AND,52.0,[':'],:],1,1.0 +350613,350613,12,symb,AND,53.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,54.0,['>'],>],1,1.0 +350613,350613,12,symb,AND,55.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,56.0,[':'],: ],1,1.0 +350613,350613,12,symb,AND,57.0,['~'],~],1,1.0 +350613,350613,12,symb,AND,58.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,59.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,60.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,61.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,62.0,['('],(],1,1.0 +350613,350613,12,symb,AND,63.0,['>'],>],1,1.0 +350613,350613,12,symb,AND,64.0,['~'],~],1,1.0 +350613,350613,12,symb,AND,65.0,['>'],> ],1,1.0 +350613,350613,12,symb,AND,66.0,['$'],$],1,1.0 +350613,350613,12,symb,AND,67.0,['>'],>],1,1.0 +350613,350613,12,symb,AND,68.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,69.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,70.0,['!'],!],1,1.0 +350613,350613,12,symb,AND,71.0,['$'],$],1,1.0 +350613,350613,12,symb,AND,72.0,['&'],& &],0,1.0 +350613,350613,12,symb,AND,73.0,['~'],~],1,1.0 +350613,350613,12,symb,AND,74.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,75.0,['>'],> ],1,1.0 +350613,350613,12,symb,AND,76.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,77.0,['!'],! !],0,1.0 +350613,350613,12,symb,AND,78.0,['~'],~],1,1.0 +350613,350613,12,symb,AND,79.0,['>'],> ],1,1.0 +350613,350613,12,symb,AND,80.0,['!'],!,1,1.0 +350613,350613,12,symb,AND,81.0,['!'],! ],1,1.0 +350613,350613,12,symb,AND,82.0,['%'],%],1,1.0 +350613,350613,12,symb,AND,83.0,['('],(],1,1.0 +350613,350613,12,symb,AND,84.0,['>'],> ],1,1.0 +350613,350613,12,symb,AND,85.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,86.0,['('],(],1,1.0 +350613,350613,12,symb,AND,87.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,88.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,89.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,90.0,['$'],$ ],1,1.0 +350613,350613,12,symb,AND,91.0,['<'],<],1,1.0 +350613,350613,12,symb,AND,92.0,['$'],$],1,1.0 +350613,350613,12,symb,AND,93.0,['!'],! !],0,1.0 +350613,350613,12,symb,AND,94.0,['~'],~],1,1.0 +350613,350613,12,symb,AND,95.0,['!'],!,1,1.0 +350613,350613,12,symb,AND,96.0,['~'],~],1,1.0 +350613,350613,12,symb,AND,97.0,['&'],&],1,1.0 +350613,350613,12,symb,AND,98.0,['*'],*],1,1.0 +350613,350613,12,symb,AND,99.0,['!'],! ],1,1.0 +350613,350613,12,symb,XOR,0.0,"['(', '!']",! (],1,1.0 +350613,350613,12,symb,XOR,1.0,"['$', ':']",: $],1,1.0 +350613,350613,12,symb,XOR,2.0,"['!', '(']",( !],1,1.0 +350613,350613,12,symb,XOR,3.0,"['$', ':']",: $],1,1.0 +350613,350613,12,symb,XOR,4.0,"['$', '!']",$ !],1,1.0 +350613,350613,12,symb,XOR,5.0,"['$', '>']",$ >],1,1.0 +350613,350613,12,symb,XOR,6.0,"['!', '*']",* !],1,1.0 +350613,350613,12,symb,XOR,7.0,"['>', '!']",! >],1,1.0 +350613,350613,12,symb,XOR,8.0,"['%', '$']",$ %],1,1.0 +350613,350613,12,symb,XOR,9.0,"['(', '*']",* (],1,1.0 +350613,350613,12,symb,XOR,10.0,"['<', ':']",: <],1,1.0 +350613,350613,12,symb,XOR,11.0,"['%', '*']",* %],1,1.0 +350613,350613,12,symb,XOR,12.0,"['!', '~']",~ !],1,1.0 +350613,350613,12,symb,XOR,13.0,"['~', ':']",: ~],1,1.0 +350613,350613,12,symb,XOR,14.0,"['~', '>']",> ~],1,1.0 +350613,350613,12,symb,XOR,15.0,"[':', '%']",% :],1,1.0 +350613,350613,12,symb,XOR,16.0,"[':', '(']",: (],1,1.0 +350613,350613,12,symb,XOR,17.0,"['(', '%']",% (],1,1.0 +350613,350613,12,symb,XOR,18.0,"['&', '%']",:% &],0,1.0 +350613,350613,12,symb,XOR,19.0,"['>', '(']",( >],1,1.0 +350613,350613,12,symb,XOR,20.0,"['%', '<']",% <],1,1.0 +350613,350613,12,symb,XOR,21.0,"['!', '(']",( !],1,1.0 +350613,350613,12,symb,XOR,22.0,"['~', '$']",$ ~],1,1.0 +350613,350613,12,symb,XOR,23.0,"['%', '&']",& %],1,1.0 +350613,350613,12,symb,XOR,24.0,"['>', '%']",% >],1,1.0 +350613,350613,12,symb,XOR,25.0,"['*', '<']",* <],1,1.0 +350613,350613,12,symb,XOR,26.0,"['<', '$']",$ <],1,1.0 +350613,350613,12,symb,XOR,27.0,"['&', '>']",& >],1,1.0 +350613,350613,12,symb,XOR,28.0,"['$', '%']",% $],1,1.0 +350613,350613,12,symb,XOR,29.0,"['&', '<']",$ <],0,1.0 +350613,350613,12,symb,XOR,30.0,"['~', '*']",<* ~],0,1.0 +350613,350613,12,symb,XOR,31.0,"['(', '$']",$ (],1,1.0 +350613,350613,12,symb,XOR,32.0,"['~', '$']",$ ~],1,1.0 +350613,350613,12,symb,XOR,33.0,"['(', ':']",: >],0,1.0 +350613,350613,12,symb,XOR,34.0,"['*', '<']",< *],1,1.0 +350613,350613,12,symb,XOR,35.0,"[':', '~']",(~ :)],0,1.0 +350613,350613,12,symb,XOR,36.0,"['*', '>']",> *],1,1.0 +350613,350613,12,symb,XOR,37.0,"[':', '!']",! :],1,1.0 +350613,350613,12,symb,XOR,38.0,"['&', '(']",& (],1,1.0 +350613,350613,12,symb,XOR,39.0,"['(', '~']",(~ >)],0,1.0 +350613,350613,12,symb,XOR,40.0,"['*', ':']",:$ *],0,1.0 +350613,350613,12,symb,XOR,41.0,"['<', '!']",$ <],0,1.0 +350613,350613,12,symb,XOR,42.0,"['>', '%']",% >],1,1.0 +350613,350613,12,symb,XOR,43.0,"['~', '&']",& ~],1,1.0 +350613,350613,12,symb,XOR,44.0,"['$', '%']",% $],1,1.0 +350613,350613,12,symb,XOR,45.0,"['&', '!']",& !],1,1.0 +350613,350613,12,symb,XOR,46.0,"[':', '%']",(% :)],0,1.0 +350613,350613,12,symb,XOR,47.0,"['%', ':']",: %],1,1.0 +350613,350613,12,symb,XOR,48.0,"['~', '&']",& ~],1,1.0 +350613,350613,12,symb,XOR,49.0,"['<', '%']",% <],1,1.0 +350613,350613,12,symb,XOR,50.0,"['>', '~']",& ~],0,1.0 +350613,350613,12,symb,XOR,51.0,"['&', '~']",& ~],1,1.0 +350613,350613,12,symb,XOR,52.0,"['>', ':']",: >],1,1.0 +350613,350613,12,symb,XOR,53.0,"['(', '%']",% (],1,1.0 +350613,350613,12,symb,XOR,54.0,"['%', '*']",* %],1,1.0 +350613,350613,12,symb,XOR,55.0,"['*', '$']",$ %],0,1.0 +350613,350613,12,symb,XOR,56.0,"['>', '&']",& >],1,1.0 +350613,350613,12,symb,XOR,57.0,"['~', '%']",% ~],1,1.0 +350613,350613,12,symb,XOR,58.0,"['$', ':']",: $],1,1.0 +350613,350613,12,symb,XOR,59.0,"['*', '~']",~ *],1,1.0 +350613,350613,12,symb,XOR,60.0,"['<', '%']",< %],1,1.0 +350613,350613,12,symb,XOR,61.0,"['!', '*']",* !],1,1.0 +350613,350613,12,symb,XOR,62.0,"['!', '%']",% !],1,1.0 +350613,350613,12,symb,XOR,63.0,"['$', '&']",& $],1,1.0 +350613,350613,12,symb,XOR,64.0,"['(', '&']",& $],0,1.0 +350613,350613,12,symb,XOR,65.0,"['*', '&']",& *],1,1.0 +350613,350613,12,symb,XOR,66.0,"['~', '$']",$ ~],1,1.0 +350613,350613,12,symb,XOR,67.0,"['>', '*']",* >],1,1.0 +350613,350613,12,symb,XOR,68.0,"['<', '>']",> <],1,1.0 +350613,350613,12,symb,XOR,69.0,"['*', '>']",*> <],0,1.0 +350613,350613,12,symb,XOR,70.0,"['~', '(']",< ~],0,1.0 +350613,350613,12,symb,XOR,71.0,"['<', '%']",% <],1,1.0 +350613,350613,12,symb,XOR,72.0,"['*', '$']",$ *],1,1.0 +350613,350613,12,symb,XOR,73.0,"['!', '&']",& !],1,1.0 +350613,350613,12,symb,XOR,74.0,"['&', '%']",% &],1,1.0 +350613,350613,12,symb,XOR,75.0,"['*', '%']",% *],1,1.0 +350613,350613,12,symb,XOR,76.0,"['%', '&']",& %],1,1.0 +350613,350613,12,symb,XOR,77.0,"['!', '~']",~ !],1,1.0 +350613,350613,12,symb,XOR,78.0,"['$', '~']",$ ~],1,1.0 +350613,350613,12,symb,XOR,79.0,"['%', '<']",< %],1,1.0 +350613,350613,12,symb,XOR,80.0,"['!', '$']",$ !],1,1.0 +350613,350613,12,symb,XOR,81.0,"['~', '%']",% ~],1,1.0 +350613,350613,12,symb,XOR,82.0,"['<', '$']",($ *),0,1.0 +350613,350613,12,symb,XOR,83.0,"['>', '*']",* >],1,1.0 +350613,350613,12,symb,XOR,84.0,"['*', '&']",& *],1,1.0 +350613,350613,12,symb,XOR,85.0,"['(', '$']",$ <],0,1.0 +350613,350613,12,symb,XOR,86.0,"['$', '(']",& (],0,1.0 +350613,350613,12,symb,XOR,87.0,"['%', ':']",: (],0,1.0 +350613,350613,12,symb,XOR,88.0,"[':', '%']",(% :)],0,1.0 +350613,350613,12,symb,XOR,89.0,"[':', '&']",& :],1,1.0 +350613,350613,12,symb,XOR,90.0,"['*', '~']",(~ *),0,1.0 +350613,350613,12,symb,XOR,91.0,"['<', '%']",< %],1,1.0 +350613,350613,12,symb,XOR,92.0,"['*', '>']",> *],1,1.0 +350613,350613,12,symb,XOR,93.0,"['<', '%']",% <],1,1.0 +350613,350613,12,symb,XOR,94.0,"[':', '~']",~ : ],1,1.0 +350613,350613,12,symb,XOR,95.0,"['<', '>']",> (],0,1.0 +350613,350613,12,symb,XOR,96.0,"[':', '&']",& :],1,1.0 +350613,350613,12,symb,XOR,97.0,"['&', '(']",& (],1,1.0 +350613,350613,12,symb,XOR,98.0,"['!', '>']",> !],1,1.0 +350613,350613,12,symb,XOR,99.0,"[':', '$']",$ :],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,0.0,"['*', '~', '<', '!']",* ! ~ <],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",< ~ & >],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,2.0,"['*', '&', '(', '~']",~ & *],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,3.0,"['~', '%', '&', '!']",! & % ~],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",> ! (&],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,5.0,"['>', '<', ':', '(']",:< ( >],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",% & (],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,7.0,"['*', ':', '(', '&']",: ( *],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",~ > ! %],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,9.0,"['~', '$', '*', '(']",* ~ $],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,10.0,"['~', '<', '$', ':']",~ $ : <],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,11.0,"['(', '>', '*', '%']",( * >),0,1.0 +350613,350613,12,symb,c3_set_union_permuted,12.0,"['>', '&', '<', '!']",> < & !],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",(! * %)],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,14.0,"['&', '%', '~', '$']",& % ~ $],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",> & ~ %],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,16.0,"['<', '>', '*', '%']",* % < >],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",* ~],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,18.0,"[':', '(', '$', '>']",: $ > (,1,1.0 +350613,350613,12,symb,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",% $ ~ :],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,20.0,"['!', ':', '&', '(']",: !],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",> ! $ %],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",< > :],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,23.0,"['>', '&', '$', '!']",& ! $ >],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,24.0,"['&', '$', '!', '(']",& $ !],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,25.0,"['>', ':', '(', '~']",> (: ~],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,26.0,"['*', '!', '%', '$']",! $ *],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",% ( ~ !],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",> < ! (],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",( & * !),0,1.0 +350613,350613,12,symb,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",( * : <],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",< ~ $ !],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",< $ > !],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,33.0,"['>', ':', '!', '&']",> : ! &],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",% & : *],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,35.0,"['&', '!', '%', '>']",% ! > &],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,36.0,"['~', '$', '<', '>']",> $ ~],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",( ! < ~],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",~ < ! :],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,39.0,"[':', '$', '%', '&']",: % $],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,40.0,"['!', '%', '$', '~']",% ! ~],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,41.0,"['%', '!', '<', ':']",% : ! <],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,42.0,"['~', '!', '>', '$']",> $ !],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,43.0,"['~', ':', '!', '$']",! : $],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,44.0,"['>', '*', '<', '$']",> $ <],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,45.0,"['<', '!', '(', '&']",! < &],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,46.0,"['%', '(', '~', '>']",~ > (%],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",: > !],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,48.0,"[':', '&', '!', '~']",& ~ : !],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,49.0,"['*', '&', '%', '>']",* & > %],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,50.0,"[':', '%', '*', '>']",> : *],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,51.0,"['&', ':', '%', '!']",! % : &],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,52.0,"['<', '&', '~', '%']",% & < ~],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,53.0,"['(', '$', '>', '~']",> ( ~ $],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,54.0,"['~', '<', '*', '$']",< * ~ $],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,55.0,"['<', '>', '(', '~']",~ > < (],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,56.0,"['~', '$', '(', '!']",~ $ !],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,57.0,"['~', ':', '%', '>']",: % ~ >],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,58.0,"['(', '$', '>', '&']",$ ( & >],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,59.0,"['&', '%', '>', '(']",& ( >],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,60.0,"['$', '(', '*', '&']",& $ (],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,61.0,"['>', '~', '*', '$']",* > $ ~],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,62.0,"['~', '*', '$', ':']",* : $],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,63.0,"['$', '(', '~', '%']",% $ ~],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,64.0,"['!', '*', '$', '(']",$ ! * (],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,65.0,"['*', '$', '%', '>']",> % $ *],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,66.0,"['>', '<', '*', '~']",~ * < >],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,67.0,"['!', '(', '%', '>']",% > !],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,68.0,"['~', '*', '&', '<']",~ < * &],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,69.0,"['<', '&', '!', '$']",& ! <],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,70.0,"['~', '!', '&', '*']",* ~ & !],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,71.0,"[':', '$', '%', '!']",: $ ! %],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,72.0,"[':', '*', '<', '%']",* < %],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,73.0,"['!', '~', '&', '(']",(~ ! &)],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,74.0,"['$', '~', '%', '*']",$ ~ *],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,75.0,"['<', '$', '(', '>']",> < ($)],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,76.0,"['&', '>', '(', '*']",> & (*],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,77.0,"['!', '<', '*', '&']",* & ! <],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,78.0,"['&', '<', '(', ':']",< ( :],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,79.0,"['*', '&', '<', ':']",<& * :],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,80.0,"['(', '!', '$', '<']",< ( $ !],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,81.0,"['*', '&', '$', '%']",& % *],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,82.0,"['%', '&', '<', '$']",$ < % &],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,83.0,"['%', '*', ':', '$']",$ * % :],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,84.0,"['&', '%', '<', '(']",< ( %],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,85.0,"['<', '!', '(', '%']",( < ! %],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,86.0,"['%', '*', ':', '(']",* ( %],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,87.0,"['!', '~', '<', '%']",% < !],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,88.0,"['*', '(', '!', '>']",!* > (,1,1.0 +350613,350613,12,symb,c3_set_union_permuted,89.0,"['%', '~', ':', '<']",< : % ~],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,90.0,"['!', ':', '&', '$']",! : $ &],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,91.0,"[':', '*', '>', '&']",& > : ],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,92.0,"['>', '~', '(', '!']",> ! ~],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,93.0,"['>', '%', '*', '~']",% * > ~],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,94.0,"[':', '!', '<', '(']",: ( !],0,1.0 +350613,350613,12,symb,c3_set_union_permuted,95.0,"['&', '~', '>', '(']",( & > ~],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,96.0,"[':', '~', '>', '&']",~ > & :],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,97.0,"['<', '~', '>', '%']",% ~ < >],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,98.0,"['!', '~', '*', '>']",~ ! > *],1,1.0 +350613,350613,12,symb,c3_set_union_permuted,99.0,"['!', '<', '*', '>']",! * > <],1,1.0 +350613,350613,12,symb,c2_set_union_permuted,0.0,['<'],< & >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,1.0,['<'],~ <],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,2.0,['$'],> $ >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,3.0,[':'],:% :],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,4.0,[':'],$: >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,5.0,['~'],* $ ~],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,6.0,['>'],$ > $],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,7.0,['!'],!],1,1.0 +350613,350613,12,symb,c2_set_union_permuted,8.0,[':'],: &],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,9.0,['('],$ (&],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,10.0,['('],: ( ],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,11.0,['%'],& % <],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,12.0,['>'],$ >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,13.0,['<'],< !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,14.0,['!'],$ ! %],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,15.0,['!'],! <],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,16.0,['!'],!],1,1.0 +350613,350613,12,symb,c2_set_union_permuted,17.0,['&'],& :] &],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,18.0,['<'],% < %],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,19.0,['*'],* !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,20.0,['<'],> < >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,21.0,[':'],: :],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,22.0,['$'],* $ %],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,23.0,['<'],< < :],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,24.0,['!'],< !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,25.0,['%'],% ~],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,26.0,[':'],:% :],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,27.0,['<'],< $ <],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,28.0,['%'],% <],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,29.0,['~'],~],1,1.0 +350613,350613,12,symb,c2_set_union_permuted,30.0,['~'],~ % ~],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,31.0,['%'],% > &],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,32.0,[':'],:<],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,33.0,['('],! ( *)],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,34.0,[':'],* &],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,35.0,['('],( )],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,36.0,['<'],< :],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,37.0,['!'],!],1,1.0 +350613,350613,12,symb,c2_set_union_permuted,38.0,['$'],$ (],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,39.0,['$'],% $ %],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,40.0,['&'],(&],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,41.0,['('],($ :],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,42.0,['~'],! ~ ~],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,43.0,['&'],& !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,44.0,['<'],(% < (],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,45.0,['!'],! $],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,46.0,['$'],& $ &],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,47.0,['('],( >),0,1.0 +350613,350613,12,symb,c2_set_union_permuted,48.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union_permuted,49.0,['('],( : >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,50.0,['('],( < ),0,1.0 +350613,350613,12,symb,c2_set_union_permuted,51.0,['!'],! ! (],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,52.0,['('],( & ],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,53.0,['~'],$ ~ %],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,54.0,['%'],%],1,1.0 +350613,350613,12,symb,c2_set_union_permuted,55.0,['>'],> *],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,56.0,['('],( < !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,57.0,['>'],> >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,58.0,['*'],* &],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,59.0,['!'],% !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,60.0,['>'],> *],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,61.0,['%'],% *],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,62.0,['*'],(* *)],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,63.0,['>'],> >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,64.0,['*'],% > *],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,65.0,['!'],$ ! *],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,66.0,['&'],% & !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,67.0,['!'],% !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,68.0,['~'],> ~ &],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,69.0,['%'],% !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,70.0,['!'],! * >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,71.0,['~'],* ~ <],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,72.0,['*'],$ * <],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,73.0,['>'],& > <],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,74.0,['!'],$ > !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,75.0,['%'],% ~],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,76.0,[':'],:],1,1.0 +350613,350613,12,symb,c2_set_union_permuted,77.0,['$'],% (],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,78.0,['~'],< ~],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,79.0,['!'],< ! !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,80.0,['&'],& ~],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,81.0,['('],(% <)],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,82.0,['!'],! %],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,83.0,['>'],: (],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,84.0,['<'],& < &],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,85.0,['$'],$),0,1.0 +350613,350613,12,symb,c2_set_union_permuted,86.0,[':'],(: &],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,87.0,['!'],!],1,1.0 +350613,350613,12,symb,c2_set_union_permuted,88.0,[':'],: $],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,89.0,[':'],*: !],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,90.0,[':'],> : >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,91.0,[':'],: <],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,92.0,['<'],:<],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,93.0,['('],( ~ >],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,94.0,['%'],:% :],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,95.0,['~'],~],1,1.0 +350613,350613,12,symb,c2_set_union_permuted,96.0,['%'],: > %],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,97.0,['&'],& < &],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,98.0,['$'],$ %],0,1.0 +350613,350613,12,symb,c2_set_union_permuted,99.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,0.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,1.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,2.0,['*'],* %],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,3.0,['!'],! >],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,4.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,5.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,6.0,['!'],!,1,1.0 +350613,350613,12,symb,c1_set_union_permuted,7.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,8.0,['!'],!),0,1.0 +350613,350613,12,symb,c1_set_union_permuted,9.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,10.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,11.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,12.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,13.0,[':'],% :],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,14.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,15.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,16.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,17.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,18.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,19.0,['$'],$ >],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,20.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,21.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,22.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,23.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,24.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,25.0,['!'],! >],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,26.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,27.0,['$'],<$>,0,1.0 +350613,350613,12,symb,c1_set_union_permuted,28.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,29.0,['~'],$,0,1.0 +350613,350613,12,symb,c1_set_union_permuted,30.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,31.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,32.0,['('],(],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,33.0,['('],<],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,34.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,35.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,36.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,37.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,38.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,39.0,['!'],! >],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,40.0,[':'],:$],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,41.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,42.0,['('],( >],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,43.0,['!'],(!],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,44.0,['>'],>],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,45.0,['>'],( >],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,46.0,['*'],:],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,47.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,48.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,49.0,[':'],*],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,50.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,51.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,52.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,53.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,54.0,['!'],%],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,55.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,56.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,57.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,58.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,59.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,60.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,61.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,62.0,['('],>],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,63.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,64.0,['$'],($],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,65.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,66.0,['$'],$,1,1.0 +350613,350613,12,symb,c1_set_union_permuted,67.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,68.0,['~'],(~],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,69.0,['~'],$ ~,0,1.0 +350613,350613,12,symb,c1_set_union_permuted,70.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,71.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,72.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,73.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,74.0,['!'],:],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,75.0,['!'],!*],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,76.0,['('],(,1,1.0 +350613,350613,12,symb,c1_set_union_permuted,77.0,['!'],! &],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,78.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,79.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,80.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,81.0,['*'],(*],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,82.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,83.0,['!'],!],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,84.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,85.0,[':'],:],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,86.0,['('],( >],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,87.0,['!'],!,1,1.0 +350613,350613,12,symb,c1_set_union_permuted,88.0,['%'],%],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,89.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,90.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,91.0,['&'],&],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,92.0,['~'],(~ *),0,1.0 +350613,350613,12,symb,c1_set_union_permuted,93.0,['<'],<],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,94.0,['$'],$],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,95.0,['*'],*],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,96.0,['>'],:>,0,1.0 +350613,350613,12,symb,c1_set_union_permuted,97.0,['('],($],0,1.0 +350613,350613,12,symb,c1_set_union_permuted,98.0,['~'],~],1,1.0 +350613,350613,12,symb,c1_set_union_permuted,99.0,['*'],*],1,1.0 +350613,350613,12,symb,XOR_permuted,0.0,"['(', '%']",( :%],0,1.0 +350613,350613,12,symb,XOR_permuted,1.0,"[':', '(']",* (],0,1.0 +350613,350613,12,symb,XOR_permuted,2.0,"['&', '>']",(& >)],0,1.0 +350613,350613,12,symb,XOR_permuted,3.0,"['~', '%']",% ~],1,1.0 +350613,350613,12,symb,XOR_permuted,4.0,"['!', '~']",(! ~)],0,1.0 +350613,350613,12,symb,XOR_permuted,5.0,"['<', '~']",(~ !],0,1.0 +350613,350613,12,symb,XOR_permuted,6.0,"['!', '$']",> $],0,1.0 +350613,350613,12,symb,XOR_permuted,7.0,"['%', ':']",: %],1,1.0 +350613,350613,12,symb,XOR_permuted,8.0,"['&', '(']",& (],1,1.0 +350613,350613,12,symb,XOR_permuted,9.0,"[':', '!']",:! <],0,1.0 +350613,350613,12,symb,XOR_permuted,10.0,"['$', '~']",~ $],1,1.0 +350613,350613,12,symb,XOR_permuted,11.0,"['%', '>']",< >],0,1.0 +350613,350613,12,symb,XOR_permuted,12.0,"['%', '$']",$ %],1,1.0 +350613,350613,12,symb,XOR_permuted,13.0,"['!', '~']",: ~],0,1.0 +350613,350613,12,symb,XOR_permuted,14.0,"['&', '!']",& !],1,1.0 +350613,350613,12,symb,XOR_permuted,15.0,"['%', '>']",% >],1,1.0 +350613,350613,12,symb,XOR_permuted,16.0,"['>', ':']",! !],0,1.0 +350613,350613,12,symb,XOR_permuted,17.0,"['~', '*']",~ *),0,1.0 +350613,350613,12,symb,XOR_permuted,18.0,"['>', ':']",: >],1,1.0 +350613,350613,12,symb,XOR_permuted,19.0,"['%', '$']",$ %],1,1.0 +350613,350613,12,symb,XOR_permuted,20.0,"['%', '*']",* %],1,1.0 +350613,350613,12,symb,XOR_permuted,21.0,"['~', '<']",~ <],1,1.0 +350613,350613,12,symb,XOR_permuted,22.0,"['%', '!']",! %],1,1.0 +350613,350613,12,symb,XOR_permuted,23.0,"['%', '$']",$ %],1,1.0 +350613,350613,12,symb,XOR_permuted,24.0,"[':', '%']",:%],1,1.0 +350613,350613,12,symb,XOR_permuted,25.0,"['*', ':']",:* &],0,1.0 +350613,350613,12,symb,XOR_permuted,26.0,"['!', '$']",$ !],1,1.0 +350613,350613,12,symb,XOR_permuted,27.0,"['*', '$']",* $],1,1.0 +350613,350613,12,symb,XOR_permuted,28.0,"['!', '>']",! >],1,1.0 +350613,350613,12,symb,XOR_permuted,29.0,"['$', '%']",: %],0,1.0 +350613,350613,12,symb,XOR_permuted,30.0,"['*', '<']",< *],1,1.0 +350613,350613,12,symb,XOR_permuted,31.0,"['*', '~']",~ *],1,1.0 +350613,350613,12,symb,XOR_permuted,32.0,"['%', '*']",& *],0,1.0 +350613,350613,12,symb,XOR_permuted,33.0,"['<', '>']",< >],1,1.0 +350613,350613,12,symb,XOR_permuted,34.0,"['!', '<']",! <],1,1.0 +350613,350613,12,symb,XOR_permuted,35.0,"['~', '%']",% (,0,1.0 +350613,350613,12,symb,XOR_permuted,36.0,"['~', '%']",% ~],1,1.0 +350613,350613,12,symb,XOR_permuted,37.0,"['(', '<']",( <],1,1.0 +350613,350613,12,symb,XOR_permuted,38.0,"[':', '$']",: $],1,1.0 +350613,350613,12,symb,XOR_permuted,39.0,"['~', '>']",> ~],1,1.0 +350613,350613,12,symb,XOR_permuted,40.0,"['$', '!']",$ !],1,1.0 +350613,350613,12,symb,XOR_permuted,41.0,"['>', '~']",* ~],0,1.0 +350613,350613,12,symb,XOR_permuted,42.0,"[':', '$']",: $],1,1.0 +350613,350613,12,symb,XOR_permuted,43.0,"['>', '%']",% >],1,1.0 +350613,350613,12,symb,XOR_permuted,44.0,"['*', '&']",(% *),0,1.0 +350613,350613,12,symb,XOR_permuted,45.0,"['!', '<']",< !],1,1.0 +350613,350613,12,symb,XOR_permuted,46.0,"['*', '%']",* %],1,1.0 +350613,350613,12,symb,XOR_permuted,47.0,"['*', '%']",* %],1,1.0 +350613,350613,12,symb,XOR_permuted,48.0,"['%', '&']",% &],1,1.0 +350613,350613,12,symb,XOR_permuted,49.0,"['<', '&']",& <],1,1.0 +350613,350613,12,symb,XOR_permuted,50.0,"['~', '$']",> ~],0,1.0 +350613,350613,12,symb,XOR_permuted,51.0,"['%', '&']",& %],1,1.0 +350613,350613,12,symb,XOR_permuted,52.0,"['$', ':']",: $],1,1.0 +350613,350613,12,symb,XOR_permuted,53.0,"[':', '*']",* &],0,1.0 +350613,350613,12,symb,XOR_permuted,54.0,"['&', '%']",:&],0,1.0 +350613,350613,12,symb,XOR_permuted,55.0,"['<', '$']",$ <],1,1.0 +350613,350613,12,symb,XOR_permuted,56.0,"['%', '~']",% ~],1,1.0 +350613,350613,12,symb,XOR_permuted,57.0,"['<', '(']",< (],1,1.0 +350613,350613,12,symb,XOR_permuted,58.0,"['>', '<']",< >],1,1.0 +350613,350613,12,symb,XOR_permuted,59.0,"[':', '*']",! :],0,1.0 +350613,350613,12,symb,XOR_permuted,60.0,"['$', '*']",% *],0,1.0 +350613,350613,12,symb,XOR_permuted,61.0,"['%', '&']",& %],1,1.0 +350613,350613,12,symb,XOR_permuted,62.0,"['%', '*']",% *],1,1.0 +350613,350613,12,symb,XOR_permuted,63.0,"['*', '%']",% *],1,1.0 +350613,350613,12,symb,XOR_permuted,64.0,"['*', '!']",* !],1,1.0 +350613,350613,12,symb,XOR_permuted,65.0,"['$', '~']",* ~],0,1.0 +350613,350613,12,symb,XOR_permuted,66.0,"['$', '(']",(: $],0,1.0 +350613,350613,12,symb,XOR_permuted,67.0,"['%', '(']",: %],0,1.0 +350613,350613,12,symb,XOR_permuted,68.0,"['$', '<']",$ <],1,1.0 +350613,350613,12,symb,XOR_permuted,69.0,"['~', '(']",~ (],1,1.0 +350613,350613,12,symb,XOR_permuted,70.0,"['<', '%']",% <],1,1.0 +350613,350613,12,symb,XOR_permuted,71.0,"['!', '&']",! &],1,1.0 +350613,350613,12,symb,XOR_permuted,72.0,"[':', '&']",& : $],0,1.0 +350613,350613,12,symb,XOR_permuted,73.0,"['~', '!']",~ !],1,1.0 +350613,350613,12,symb,XOR_permuted,74.0,"['%', '$']",~ &],0,1.0 +350613,350613,12,symb,XOR_permuted,75.0,"['*', '$']",* $],1,1.0 +350613,350613,12,symb,XOR_permuted,76.0,"['$', '~']",~ $],1,1.0 +350613,350613,12,symb,XOR_permuted,77.0,"['(', '&']",& <],0,1.0 +350613,350613,12,symb,XOR_permuted,78.0,"['&', '(']",& ~],0,1.0 +350613,350613,12,symb,XOR_permuted,79.0,"['>', '!']",~ >],0,1.0 +350613,350613,12,symb,XOR_permuted,80.0,"[':', '!']",! :],1,1.0 +350613,350613,12,symb,XOR_permuted,81.0,"['<', '~']",> ~],0,1.0 +350613,350613,12,symb,XOR_permuted,82.0,"['<', '>']",< >],1,1.0 +350613,350613,12,symb,XOR_permuted,83.0,"['>', '%']",% >],1,1.0 +350613,350613,12,symb,XOR_permuted,84.0,"['~', '$']",< $],0,1.0 +350613,350613,12,symb,XOR_permuted,85.0,"['$', '(']",( $],1,1.0 +350613,350613,12,symb,XOR_permuted,86.0,"['~', '*']",* ~],1,1.0 +350613,350613,12,symb,XOR_permuted,87.0,"['$', '(']",$ >],0,1.0 +350613,350613,12,symb,XOR_permuted,88.0,"['!', '&']",! &],1,1.0 +350613,350613,12,symb,XOR_permuted,89.0,"['(', '$']",$ (],1,1.0 +350613,350613,12,symb,XOR_permuted,90.0,"['&', '<']",& <],1,1.0 +350613,350613,12,symb,XOR_permuted,91.0,"['(', '%']",% (],1,1.0 +350613,350613,12,symb,XOR_permuted,92.0,"[':', '(']",~ :],0,1.0 +350613,350613,12,symb,XOR_permuted,93.0,"['<', ':']",$ <],0,1.0 +350613,350613,12,symb,XOR_permuted,94.0,"['!', '>']",> !],1,1.0 +350613,350613,12,symb,XOR_permuted,95.0,"[':', '<']",& <],0,1.0 +350613,350613,12,symb,XOR_permuted,96.0,"['<', '$']",< $],1,1.0 +350613,350613,12,symb,XOR_permuted,97.0,"[':', '!']",:!],1,1.0 +350613,350613,12,symb,XOR_permuted,98.0,"['>', '<']",> <],1,1.0 +350613,350613,12,symb,XOR_permuted,99.0,"['~', '>']",: >],0,1.0 +350613,350613,12,symb,AND_permuted,0.0,[],$],0,1.0 +350613,350613,12,symb,AND_permuted,1.0,[],*],0,1.0 +350613,350613,12,symb,AND_permuted,2.0,[],>],0,1.0 +350613,350613,12,symb,AND_permuted,3.0,[],*],0,1.0 +350613,350613,12,symb,AND_permuted,4.0,[],$],0,1.0 +350613,350613,12,symb,AND_permuted,5.0,[],%,0,1.0 +350613,350613,12,symb,AND_permuted,6.0,[],<,0,1.0 +350613,350613,12,symb,AND_permuted,7.0,[],*],0,1.0 +350613,350613,12,symb,AND_permuted,8.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,9.0,[],%],0,1.0 +350613,350613,12,symb,AND_permuted,10.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,11.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,12.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,13.0,[],(,0,1.0 +350613,350613,12,symb,AND_permuted,14.0,[],>],0,1.0 +350613,350613,12,symb,AND_permuted,15.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,16.0,[], ],1,1.0 +350613,350613,12,symb,AND_permuted,17.0,[],%,0,1.0 +350613,350613,12,symb,AND_permuted,18.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,19.0,[],$],0,1.0 +350613,350613,12,symb,AND_permuted,20.0,[],*],0,1.0 +350613,350613,12,symb,AND_permuted,21.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,22.0,[],$,0,1.0 +350613,350613,12,symb,AND_permuted,23.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,24.0,[],!],0,1.0 +350613,350613,12,symb,AND_permuted,25.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,26.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,27.0,[],(],0,1.0 +350613,350613,12,symb,AND_permuted,28.0,[],&,0,1.0 +350613,350613,12,symb,AND_permuted,29.0,[],!],0,1.0 +350613,350613,12,symb,AND_permuted,30.0,[],<,0,1.0 +350613,350613,12,symb,AND_permuted,31.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,32.0,[],*],0,1.0 +350613,350613,12,symb,AND_permuted,33.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,34.0,[],<,0,1.0 +350613,350613,12,symb,AND_permuted,35.0,[],~],0,1.0 +350613,350613,12,symb,AND_permuted,36.0,[],*],0,1.0 +350613,350613,12,symb,AND_permuted,37.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,38.0,[],%,0,1.0 +350613,350613,12,symb,AND_permuted,39.0,[],&],0,1.0 +350613,350613,12,symb,AND_permuted,40.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,41.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,42.0,[],(],0,1.0 +350613,350613,12,symb,AND_permuted,43.0,[],>],0,1.0 +350613,350613,12,symb,AND_permuted,44.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,45.0,[],%],0,1.0 +350613,350613,12,symb,AND_permuted,46.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,47.0,[],!],0,1.0 +350613,350613,12,symb,AND_permuted,48.0,[],&],0,1.0 +350613,350613,12,symb,AND_permuted,49.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,50.0,[],%],0,1.0 +350613,350613,12,symb,AND_permuted,51.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,52.0,[],&],0,1.0 +350613,350613,12,symb,AND_permuted,53.0,[],(],0,1.0 +350613,350613,12,symb,AND_permuted,54.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,55.0,[],%],0,1.0 +350613,350613,12,symb,AND_permuted,56.0,[],&],0,1.0 +350613,350613,12,symb,AND_permuted,57.0,[],*],0,1.0 +350613,350613,12,symb,AND_permuted,58.0,[],%],0,1.0 +350613,350613,12,symb,AND_permuted,59.0,[],$,0,1.0 +350613,350613,12,symb,AND_permuted,60.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,61.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,62.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,63.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,64.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,65.0,[],&],0,1.0 +350613,350613,12,symb,AND_permuted,66.0,[],)],0,1.0 +350613,350613,12,symb,AND_permuted,67.0,[],<,0,1.0 +350613,350613,12,symb,AND_permuted,68.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,69.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,70.0,[],%],0,1.0 +350613,350613,12,symb,AND_permuted,71.0,[],&,0,1.0 +350613,350613,12,symb,AND_permuted,72.0,[],~],0,1.0 +350613,350613,12,symb,AND_permuted,73.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,74.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,75.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,76.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,77.0,[],%],0,1.0 +350613,350613,12,symb,AND_permuted,78.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,79.0,[],&],0,1.0 +350613,350613,12,symb,AND_permuted,80.0,[],>],0,1.0 +350613,350613,12,symb,AND_permuted,81.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,82.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,83.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,84.0,[],*,0,1.0 +350613,350613,12,symb,AND_permuted,85.0,[],*],0,1.0 +350613,350613,12,symb,AND_permuted,86.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,87.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,88.0,[],&,0,1.0 +350613,350613,12,symb,AND_permuted,89.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,90.0,[],!],0,1.0 +350613,350613,12,symb,AND_permuted,91.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,92.0,[],<),0,1.0 +350613,350613,12,symb,AND_permuted,93.0,[],:],0,1.0 +350613,350613,12,symb,AND_permuted,94.0,[],%],0,1.0 +350613,350613,12,symb,AND_permuted,95.0,[],],1,1.0 +350613,350613,12,symb,AND_permuted,96.0,[],(],0,1.0 +350613,350613,12,symb,AND_permuted,97.0,[],<],0,1.0 +350613,350613,12,symb,AND_permuted,98.0,[],*,0,1.0 +350613,350613,12,symb,AND_permuted,99.0,[],>],0,1.0 +0613,0613,02,num,row_constant,0.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,1.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,2.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,3.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,4.0,[6],6],1,1.0 +0613,0613,02,num,row_constant,5.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,6.0,[5],5],1,1.0 +0613,0613,02,num,row_constant,7.0,[9],9],1,1.0 +0613,0613,02,num,row_constant,8.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,9.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,10.0,[8],8],1,1.0 +0613,0613,02,num,row_constant,11.0,[9],9],1,1.0 +0613,0613,02,num,row_constant,12.0,[0],0],1,1.0 +0613,0613,02,num,row_constant,13.0,[0],0],1,1.0 +0613,0613,02,num,row_constant,14.0,[1],1],1,1.0 +0613,0613,02,num,row_constant,15.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,16.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,17.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,18.0,[0],0],1,1.0 +0613,0613,02,num,row_constant,19.0,[5],5],1,1.0 +0613,0613,02,num,row_constant,20.0,[0],0],1,1.0 +0613,0613,02,num,row_constant,21.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,22.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,23.0,[9],9],1,1.0 +0613,0613,02,num,row_constant,24.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,25.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,26.0,[5],5],1,1.0 +0613,0613,02,num,row_constant,27.0,[9],9],1,1.0 +0613,0613,02,num,row_constant,28.0,[6],6],1,1.0 +0613,0613,02,num,row_constant,29.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,30.0,[6],6],1,1.0 +0613,0613,02,num,row_constant,31.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,32.0,[2],2],1,1.0 +0613,0613,02,num,row_constant,33.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,34.0,[6],6],1,1.0 +0613,0613,02,num,row_constant,35.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,36.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,37.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,38.0,[0],0],1,1.0 +0613,0613,02,num,row_constant,39.0,[9],9],1,1.0 +0613,0613,02,num,row_constant,40.0,[0],0],1,1.0 +0613,0613,02,num,row_constant,41.0,[6],6],1,1.0 +0613,0613,02,num,row_constant,42.0,[1],1],1,1.0 +0613,0613,02,num,row_constant,43.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,44.0,[5],5],1,1.0 +0613,0613,02,num,row_constant,45.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,46.0,[2],2],1,1.0 +0613,0613,02,num,row_constant,47.0,[8],8],1,1.0 +0613,0613,02,num,row_constant,48.0,[8],8],1,1.0 +0613,0613,02,num,row_constant,49.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,50.0,[1],1],1,1.0 +0613,0613,02,num,row_constant,51.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,52.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,53.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,54.0,[9],9],1,1.0 +0613,0613,02,num,row_constant,55.0,[0],0],1,1.0 +0613,0613,02,num,row_constant,56.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,57.0,[0],0],1,1.0 +0613,0613,02,num,row_constant,58.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,59.0,[5],5],1,1.0 +0613,0613,02,num,row_constant,60.0,[1],1],1,1.0 +0613,0613,02,num,row_constant,61.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,62.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,63.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,64.0,[1],1],1,1.0 +0613,0613,02,num,row_constant,65.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,66.0,[8],8],1,1.0 +0613,0613,02,num,row_constant,67.0,[5],5],1,1.0 +0613,0613,02,num,row_constant,68.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,69.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,70.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,71.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,72.0,[1],1],1,1.0 +0613,0613,02,num,row_constant,73.0,[6],6],1,1.0 +0613,0613,02,num,row_constant,74.0,[5],5],1,1.0 +0613,0613,02,num,row_constant,75.0,[0],0],1,1.0 +0613,0613,02,num,row_constant,76.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,77.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,78.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,79.0,[2],2],1,1.0 +0613,0613,02,num,row_constant,80.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,81.0,[2],2],1,1.0 +0613,0613,02,num,row_constant,82.0,[9],9],1,1.0 +0613,0613,02,num,row_constant,83.0,[8],8],1,1.0 +0613,0613,02,num,row_constant,84.0,[5],5],1,1.0 +0613,0613,02,num,row_constant,85.0,[2],2],1,1.0 +0613,0613,02,num,row_constant,86.0,[4],4],1,1.0 +0613,0613,02,num,row_constant,87.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,88.0,[0],0],1,1.0 +0613,0613,02,num,row_constant,89.0,[3],3],1,1.0 +0613,0613,02,num,row_constant,90.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,91.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,92.0,[1],1],1,1.0 +0613,0613,02,num,row_constant,93.0,[7],7],1,1.0 +0613,0613,02,num,row_constant,94.0,[2],2],1,1.0 +0613,0613,02,num,row_constant,95.0,[6],6],1,1.0 +0613,0613,02,num,row_constant,96.0,[6],6],1,1.0 +0613,0613,02,num,row_constant,97.0,[2],2],1,1.0 +0613,0613,02,num,row_constant,98.0,[8],8],1,1.0 +0613,0613,02,num,row_constant,99.0,[6],6],1,1.0 +0613,0613,02,num,col_constant,0.0,[6],6,1,1.0 +0613,0613,02,num,col_constant,1.0,[9],9,1,1.0 +0613,0613,02,num,col_constant,2.0,[9],9,1,1.0 +0613,0613,02,num,col_constant,3.0,[8],8],1,1.0 +0613,0613,02,num,col_constant,4.0,[7],7,1,1.0 +0613,0613,02,num,col_constant,5.0,[8],8],1,1.0 +0613,0613,02,num,col_constant,6.0,[3],3,1,1.0 +0613,0613,02,num,col_constant,7.0,[5],5],1,1.0 +0613,0613,02,num,col_constant,8.0,[4],4,1,1.0 +0613,0613,02,num,col_constant,9.0,[4],4,1,1.0 +0613,0613,02,num,col_constant,10.0,[5],5],1,1.0 +0613,0613,02,num,col_constant,11.0,[8],8],1,1.0 +0613,0613,02,num,col_constant,12.0,[0],0],1,1.0 +0613,0613,02,num,col_constant,13.0,[1],1],1,1.0 +0613,0613,02,num,col_constant,14.0,[3],3,1,1.0 +0613,0613,02,num,col_constant,15.0,[6],6],1,1.0 +0613,0613,02,num,col_constant,16.0,[7],7,1,1.0 +0613,0613,02,num,col_constant,17.0,[5],5,1,1.0 +0613,0613,02,num,col_constant,18.0,[4],4,1,1.0 +0613,0613,02,num,col_constant,19.0,[2],2,1,1.0 +0613,0613,02,num,col_constant,20.0,[6],6,1,1.0 +0613,0613,02,num,col_constant,21.0,[6],6,1,1.0 +0613,0613,02,num,col_constant,22.0,[9],9,1,1.0 +0613,0613,02,num,col_constant,23.0,[0],0],1,1.0 +0613,0613,02,num,col_constant,24.0,[5],5],1,1.0 +0613,0613,02,num,col_constant,25.0,[2],2],1,1.0 +0613,0613,02,num,col_constant,26.0,[9],9,1,1.0 +0613,0613,02,num,col_constant,27.0,[6],6,1,1.0 +0613,0613,02,num,col_constant,28.0,[9],9],1,1.0 +0613,0613,02,num,col_constant,29.0,[3],3],1,1.0 +0613,0613,02,num,col_constant,30.0,[6],6,1,1.0 +0613,0613,02,num,col_constant,31.0,[8],8,1,1.0 +0613,0613,02,num,col_constant,32.0,[4],4,1,1.0 +0613,0613,02,num,col_constant,33.0,[0],0],1,1.0 +0613,0613,02,num,col_constant,34.0,[3],3],1,1.0 +0613,0613,02,num,col_constant,35.0,[3],3,1,1.0 +0613,0613,02,num,col_constant,36.0,[5],5,1,1.0 +0613,0613,02,num,col_constant,37.0,[2],2],1,1.0 +0613,0613,02,num,col_constant,38.0,[2],2],1,1.0 +0613,0613,02,num,col_constant,39.0,[3],3,1,1.0 +0613,0613,02,num,col_constant,40.0,[2],2,1,1.0 +0613,0613,02,num,col_constant,41.0,[3],3],1,1.0 +0613,0613,02,num,col_constant,42.0,[3],3,1,1.0 +0613,0613,02,num,col_constant,43.0,[0],0],1,1.0 +0613,0613,02,num,col_constant,44.0,[6],6],1,1.0 +0613,0613,02,num,col_constant,45.0,[5],5],1,1.0 +0613,0613,02,num,col_constant,46.0,[7],7,1,1.0 +0613,0613,02,num,col_constant,47.0,[0],0],1,1.0 +0613,0613,02,num,col_constant,48.0,[8],8],1,1.0 +0613,0613,02,num,col_constant,49.0,[5],5,1,1.0 +0613,0613,02,num,col_constant,50.0,[7],7,1,1.0 +0613,0613,02,num,col_constant,51.0,[7],7],1,1.0 +0613,0613,02,num,col_constant,52.0,[8],8,1,1.0 +0613,0613,02,num,col_constant,53.0,[2],2,1,1.0 +0613,0613,02,num,col_constant,54.0,[0],0],1,1.0 +0613,0613,02,num,col_constant,55.0,[0],0],1,1.0 +0613,0613,02,num,col_constant,56.0,[6],6],1,1.0 +0613,0613,02,num,col_constant,57.0,[6],6,1,1.0 +0613,0613,02,num,col_constant,58.0,[0],0],1,1.0 +0613,0613,02,num,col_constant,59.0,[2],2],1,1.0 +0613,0613,02,num,col_constant,60.0,[3],3],1,1.0 +0613,0613,02,num,col_constant,61.0,[4],4,1,1.0 +0613,0613,02,num,col_constant,62.0,[5],5,1,1.0 +0613,0613,02,num,col_constant,63.0,[1],1],1,1.0 +0613,0613,02,num,col_constant,64.0,[5],5,1,1.0 +0613,0613,02,num,col_constant,65.0,[2],2],1,1.0 +0613,0613,02,num,col_constant,66.0,[0],0,1,1.0 +0613,0613,02,num,col_constant,67.0,[7],7],1,1.0 +0613,0613,02,num,col_constant,68.0,[4],4,1,1.0 +0613,0613,02,num,col_constant,69.0,[4],4],1,1.0 +0613,0613,02,num,col_constant,70.0,[8],8],1,1.0 +0613,0613,02,num,col_constant,71.0,[2],2],1,1.0 +0613,0613,02,num,col_constant,72.0,[6],6],1,1.0 +0613,0613,02,num,col_constant,73.0,[4],4],1,1.0 +0613,0613,02,num,col_constant,74.0,[8],8,1,1.0 +0613,0613,02,num,col_constant,75.0,[3],3],1,1.0 +0613,0613,02,num,col_constant,76.0,[1],1,1,1.0 +0613,0613,02,num,col_constant,77.0,[5],5],1,1.0 +0613,0613,02,num,col_constant,78.0,[7],7,1,1.0 +0613,0613,02,num,col_constant,79.0,[9],9,1,1.0 +0613,0613,02,num,col_constant,80.0,[5],5,1,1.0 +0613,0613,02,num,col_constant,81.0,[6],6,1,1.0 +0613,0613,02,num,col_constant,82.0,[8],8],1,1.0 +0613,0613,02,num,col_constant,83.0,[9],9],1,1.0 +0613,0613,02,num,col_constant,84.0,[3],3],1,1.0 +0613,0613,02,num,col_constant,85.0,[5],5],1,1.0 +0613,0613,02,num,col_constant,86.0,[5],5],1,1.0 +0613,0613,02,num,col_constant,87.0,[6],6],1,1.0 +0613,0613,02,num,col_constant,88.0,[1],1,1,1.0 +0613,0613,02,num,col_constant,89.0,[6],6],1,1.0 +0613,0613,02,num,col_constant,90.0,[3],3],1,1.0 +0613,0613,02,num,col_constant,91.0,[3],3],1,1.0 +0613,0613,02,num,col_constant,92.0,[0],0,1,1.0 +0613,0613,02,num,col_constant,93.0,[6],6,1,1.0 +0613,0613,02,num,col_constant,94.0,[6],6],1,1.0 +0613,0613,02,num,col_constant,95.0,[3],3,1,1.0 +0613,0613,02,num,col_constant,96.0,[1],1],1,1.0 +0613,0613,02,num,col_constant,97.0,[5],5,1,1.0 +0613,0613,02,num,col_constant,98.0,[5],5,1,1.0 +0613,0613,02,num,col_constant,99.0,[2],2],1,1.0 +0613,0613,02,num,dist3_diag1,0.0,[2],2],1,1.0 +0613,0613,02,num,dist3_diag1,1.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag1,2.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag1,3.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,4.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,5.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,6.0,[2],2],1,1.0 +0613,0613,02,num,dist3_diag1,7.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,8.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag1,9.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,10.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag1,11.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,12.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,13.0,[2],2],1,1.0 +0613,0613,02,num,dist3_diag1,14.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,15.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag1,16.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,17.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,18.0,[3],3,1,1.0 +0613,0613,02,num,dist3_diag1,19.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,20.0,[7],7,1,1.0 +0613,0613,02,num,dist3_diag1,21.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag1,22.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag1,23.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag1,24.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag1,25.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag1,26.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag1,27.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,28.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,29.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,30.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag1,31.0,[2],2],1,1.0 +0613,0613,02,num,dist3_diag1,32.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,33.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,34.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,35.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag1,36.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,37.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,38.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag1,39.0,[1],1],1,1.0 +0613,0613,02,num,dist3_diag1,40.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag1,41.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag1,42.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,43.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,44.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag1,45.0,[1],1],1,1.0 +0613,0613,02,num,dist3_diag1,46.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,47.0,[5],5,1,1.0 +0613,0613,02,num,dist3_diag1,48.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,49.0,[2],2],1,1.0 +0613,0613,02,num,dist3_diag1,50.0,[6],6,1,1.0 +0613,0613,02,num,dist3_diag1,51.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,52.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag1,53.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag1,54.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag1,55.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag1,56.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,57.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,58.0,[3],3,1,1.0 +0613,0613,02,num,dist3_diag1,59.0,[1],1],1,1.0 +0613,0613,02,num,dist3_diag1,60.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,61.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag1,62.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,63.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,64.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag1,65.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,66.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,67.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag1,68.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag1,69.0,[1],1],1,1.0 +0613,0613,02,num,dist3_diag1,70.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag1,71.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag1,72.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag1,73.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,74.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,75.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,76.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,77.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,78.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag1,79.0,[2],2],1,1.0 +0613,0613,02,num,dist3_diag1,80.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,81.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,82.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag1,83.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag1,84.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,85.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag1,86.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,87.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,88.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,89.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,90.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag1,91.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag1,92.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag1,93.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,94.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag1,95.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag1,96.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,97.0,[9],9,1,1.0 +0613,0613,02,num,dist3_diag1,98.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag1,99.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag2,0.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag2,1.0,[5],5,1,1.0 +0613,0613,02,num,dist3_diag2,2.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,3.0,[4],4,1,1.0 +0613,0613,02,num,dist3_diag2,4.0,[2],2],1,1.0 +0613,0613,02,num,dist3_diag2,5.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag2,6.0,[4],4,1,1.0 +0613,0613,02,num,dist3_diag2,7.0,[4],4,1,1.0 +0613,0613,02,num,dist3_diag2,8.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag2,9.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,10.0,[7],7,1,1.0 +0613,0613,02,num,dist3_diag2,11.0,[1],1,1,1.0 +0613,0613,02,num,dist3_diag2,12.0,[1],1],1,1.0 +0613,0613,02,num,dist3_diag2,13.0,[9],9,1,1.0 +0613,0613,02,num,dist3_diag2,14.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag2,15.0,[7],7,1,1.0 +0613,0613,02,num,dist3_diag2,16.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,17.0,[5],5,1,1.0 +0613,0613,02,num,dist3_diag2,18.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,19.0,[7],7,1,1.0 +0613,0613,02,num,dist3_diag2,20.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag2,21.0,[1],1],1,1.0 +0613,0613,02,num,dist3_diag2,22.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag2,23.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag2,24.0,[6],6,1,1.0 +0613,0613,02,num,dist3_diag2,25.0,[3],3,1,1.0 +0613,0613,02,num,dist3_diag2,26.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag2,27.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag2,28.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag2,29.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag2,30.0,[6],6,1,1.0 +0613,0613,02,num,dist3_diag2,31.0,[2],2],1,1.0 +0613,0613,02,num,dist3_diag2,32.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag2,33.0,[3],3,1,1.0 +0613,0613,02,num,dist3_diag2,34.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag2,35.0,[8],8,1,1.0 +0613,0613,02,num,dist3_diag2,36.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag2,37.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag2,38.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag2,39.0,[4],4,1,1.0 +0613,0613,02,num,dist3_diag2,40.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag2,41.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag2,42.0,[2],2,1,1.0 +0613,0613,02,num,dist3_diag2,43.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag2,44.0,[2],2,1,1.0 +0613,0613,02,num,dist3_diag2,45.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag2,46.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,47.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,48.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag2,49.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag2,50.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,51.0,[2],2],1,1.0 +0613,0613,02,num,dist3_diag2,52.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag2,53.0,[2],2,1,1.0 +0613,0613,02,num,dist3_diag2,54.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,55.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag2,56.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,57.0,[8],8],1,1.0 +0613,0613,02,num,dist3_diag2,58.0,[3],3,1,1.0 +0613,0613,02,num,dist3_diag2,59.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag2,60.0,[1],1],1,1.0 +0613,0613,02,num,dist3_diag2,61.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag2,62.0,[9],9,1,1.0 +0613,0613,02,num,dist3_diag2,63.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag2,64.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,65.0,[4],4,1,1.0 +0613,0613,02,num,dist3_diag2,66.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag2,67.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag2,68.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag2,69.0,[8],8,1,1.0 +0613,0613,02,num,dist3_diag2,70.0,[3],3,1,1.0 +0613,0613,02,num,dist3_diag2,71.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag2,72.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,73.0,[9],9,1,1.0 +0613,0613,02,num,dist3_diag2,74.0,[6],6],1,1.0 +0613,0613,02,num,dist3_diag2,75.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag2,76.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag2,77.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag2,78.0,[7],7,1,1.0 +0613,0613,02,num,dist3_diag2,79.0,[0],0,1,1.0 +0613,0613,02,num,dist3_diag2,80.0,[9],9],1,1.0 +0613,0613,02,num,dist3_diag2,81.0,[7],7,1,1.0 +0613,0613,02,num,dist3_diag2,82.0,[7],7],1,1.0 +0613,0613,02,num,dist3_diag2,83.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag2,84.0,[4],4,1,1.0 +0613,0613,02,num,dist3_diag2,85.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,86.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag2,87.0,[3],3,1,1.0 +0613,0613,02,num,dist3_diag2,88.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,89.0,[6],6,1,1.0 +0613,0613,02,num,dist3_diag2,90.0,[0],0,1,1.0 +0613,0613,02,num,dist3_diag2,91.0,[0],0],1,1.0 +0613,0613,02,num,dist3_diag2,92.0,[3],3],1,1.0 +0613,0613,02,num,dist3_diag2,93.0,[1],1,1,1.0 +0613,0613,02,num,dist3_diag2,94.0,[4],4],1,1.0 +0613,0613,02,num,dist3_diag2,95.0,[4],4,1,1.0 +0613,0613,02,num,dist3_diag2,96.0,[6],6,1,1.0 +0613,0613,02,num,dist3_diag2,97.0,[4],4,1,1.0 +0613,0613,02,num,dist3_diag2,98.0,[5],5],1,1.0 +0613,0613,02,num,dist3_diag2,99.0,[0],0,1,1.0 +0613,0613,02,num,prog_size1,0.0,[4],4,1,1.0 +0613,0613,02,num,prog_size1,1.0,[5],5],1,1.0 +0613,0613,02,num,prog_size1,2.0,[6],6],1,1.0 +0613,0613,02,num,prog_size1,3.0,[7],7],1,1.0 +0613,0613,02,num,prog_size1,4.0,[8],8,1,1.0 +0613,0613,02,num,prog_size1,5.0,[9],9],1,1.0 +0613,0613,02,num,prog_size1,6.0,[0],0],1,1.0 +0613,0613,02,num,prog_size1,7.0,[1],1],1,1.0 +0613,0613,02,num,prog_size1,8.0,[2],2],1,1.0 +0613,0613,02,num,prog_size1,9.0,[3],3],1,1.0 +0613,0613,02,num,prog_size1,10.0,[4],4],1,1.0 +0613,0613,02,num,prog_size1,11.0,[5],5],1,1.0 +0613,0613,02,num,prog_size2,0.0,[8],8],1,1.0 +0613,0613,02,num,prog_size2,1.0,[9],9],1,1.0 +0613,0613,02,num,prog_size2,2.0,[0],0],1,1.0 +0613,0613,02,num,prog_size2,3.0,[1],1],1,1.0 +0613,0613,02,num,two_rule_comb0,0.0,[6 9],6 9],1,1.0 +0613,0613,02,num,two_rule_comb0,1.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb0,2.0,[2 4],2 4],1,1.0 +0613,0613,02,num,two_rule_comb0,3.0,[2 0],2 0],1,1.0 +0613,0613,02,num,two_rule_comb0,4.0,[9 2],9 2],1,1.0 +0613,0613,02,num,two_rule_comb0,5.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb0,6.0,[1 9],1 9],1,1.0 +0613,0613,02,num,two_rule_comb0,7.0,[1 7],1 7],1,1.0 +0613,0613,02,num,two_rule_comb0,8.0,[7 3],7 3],1,1.0 +0613,0613,02,num,two_rule_comb0,9.0,[9 0],9 0],1,1.0 +0613,0613,02,num,two_rule_comb0,10.0,[7 2],7 2],1,1.0 +0613,0613,02,num,two_rule_comb0,11.0,[1 6],1 6],1,1.0 +0613,0613,02,num,two_rule_comb0,12.0,[7 4],7 4],1,1.0 +0613,0613,02,num,two_rule_comb0,13.0,[9 7],9 7],1,1.0 +0613,0613,02,num,two_rule_comb0,14.0,[0 0],0 0],1,1.0 +0613,0613,02,num,two_rule_comb0,15.0,[3 7],3 7],1,1.0 +0613,0613,02,num,two_rule_comb0,16.0,[7 3],7 3],1,1.0 +0613,0613,02,num,two_rule_comb0,17.0,[9 0],9 0],1,1.0 +0613,0613,02,num,two_rule_comb0,18.0,[7 2],7 2],1,1.0 +0613,0613,02,num,two_rule_comb0,19.0,[2 6],2 6],1,1.0 +0613,0613,02,num,two_rule_comb0,20.0,[5 5],5 5],1,1.0 +0613,0613,02,num,two_rule_comb0,21.0,[8 5],8 5],1,1.0 +0613,0613,02,num,two_rule_comb0,22.0,[6 4],6 4],1,1.0 +0613,0613,02,num,two_rule_comb0,23.0,[6 8],6 8],1,1.0 +0613,0613,02,num,two_rule_comb0,24.0,[7 1],7 1],1,1.0 +0613,0613,02,num,two_rule_comb0,25.0,[5 1],5 1],1,1.0 +0613,0613,02,num,two_rule_comb0,26.0,[6 8],6 8],1,1.0 +0613,0613,02,num,two_rule_comb0,27.0,[7 7],7 7],1,1.0 +0613,0613,02,num,two_rule_comb0,28.0,[7 1],7 1],1,1.0 +0613,0613,02,num,two_rule_comb0,29.0,[0 2],0 2],1,1.0 +0613,0613,02,num,two_rule_comb0,30.0,[9 4],9 4],1,1.0 +0613,0613,02,num,two_rule_comb0,31.0,[4 5],4 5],1,1.0 +0613,0613,02,num,two_rule_comb0,32.0,[3 3],3 3],1,1.0 +0613,0613,02,num,two_rule_comb0,33.0,[7 9],7 9],1,1.0 +0613,0613,02,num,two_rule_comb0,34.0,[4 2],4 2],1,1.0 +0613,0613,02,num,two_rule_comb0,35.0,[8 9],8 9],1,1.0 +0613,0613,02,num,two_rule_comb0,36.0,[6 5],6 5],1,1.0 +0613,0613,02,num,two_rule_comb0,37.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb0,38.0,[3 6],3 6],1,1.0 +0613,0613,02,num,two_rule_comb0,39.0,[5 9],5 9],1,1.0 +0613,0613,02,num,two_rule_comb0,40.0,[5 6],5 6],1,1.0 +0613,0613,02,num,two_rule_comb0,41.0,[1 2],1 2],1,1.0 +0613,0613,02,num,two_rule_comb0,42.0,[1 7],1 7],1,1.0 +0613,0613,02,num,two_rule_comb0,43.0,[8 0],8 0],1,1.0 +0613,0613,02,num,two_rule_comb0,44.0,[3 2],3 2],1,1.0 +0613,0613,02,num,two_rule_comb0,45.0,[7 4],7 4],1,1.0 +0613,0613,02,num,two_rule_comb0,46.0,[9 6],None,0,1.0 +0613,0613,02,num,two_rule_comb0,47.0,[4 2],4 2],1,1.0 +0613,0613,02,num,two_rule_comb0,48.0,[6 4],6 4],1,1.0 +0613,0613,02,num,two_rule_comb0,49.0,[8 9],8 9],1,1.0 +0613,0613,02,num,two_rule_comb0,50.0,[2 0],2 0],1,1.0 +0613,0613,02,num,two_rule_comb0,51.0,[7 5],7 5],1,1.0 +0613,0613,02,num,two_rule_comb0,52.0,[2 3],2 3],1,1.0 +0613,0613,02,num,two_rule_comb0,53.0,[3 5],3 5],1,1.0 +0613,0613,02,num,two_rule_comb0,54.0,[0 7],0 7],1,1.0 +0613,0613,02,num,two_rule_comb0,55.0,[1 6],1 6],1,1.0 +0613,0613,02,num,two_rule_comb0,56.0,[7 1],7 1],1,1.0 +0613,0613,02,num,two_rule_comb0,57.0,[6 8],6 8],1,1.0 +0613,0613,02,num,two_rule_comb0,58.0,[8 0],8 0],1,1.0 +0613,0613,02,num,two_rule_comb0,59.0,[3 0],3 0],1,1.0 +0613,0613,02,num,two_rule_comb0,60.0,[3 0],3 0],1,1.0 +0613,0613,02,num,two_rule_comb0,61.0,[2 3],2 3],1,1.0 +0613,0613,02,num,two_rule_comb0,62.0,[6 3],6 3],1,1.0 +0613,0613,02,num,two_rule_comb0,63.0,[0 8],0 8],1,1.0 +0613,0613,02,num,two_rule_comb0,64.0,[9 7],None,0,1.0 +0613,0613,02,num,two_rule_comb0,65.0,[5 4],5 4],1,1.0 +0613,0613,02,num,two_rule_comb0,66.0,[2 6],2 6],1,1.0 +0613,0613,02,num,two_rule_comb0,67.0,[0 8],0 8],1,1.0 +0613,0613,02,num,two_rule_comb0,68.0,[8 0],8 0],1,1.0 +0613,0613,02,num,two_rule_comb0,69.0,[6 1],6 1],1,1.0 +0613,0613,02,num,two_rule_comb0,70.0,[4 6],4 6],1,1.0 +0613,0613,02,num,two_rule_comb0,71.0,[9 0],9 0],1,1.0 +0613,0613,02,num,two_rule_comb0,72.0,[3 2],3 2],1,1.0 +0613,0613,02,num,two_rule_comb0,73.0,[3 5],3 5],1,1.0 +0613,0613,02,num,two_rule_comb0,74.0,[0 5],0 5],1,1.0 +0613,0613,02,num,two_rule_comb0,75.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb0,76.0,[1 9],1 9],1,1.0 +0613,0613,02,num,two_rule_comb0,77.0,[1 7],1 7],1,1.0 +0613,0613,02,num,two_rule_comb0,78.0,[0 1],0 1],1,1.0 +0613,0613,02,num,two_rule_comb0,79.0,[7 7],7 7],1,1.0 +0613,0613,02,num,two_rule_comb0,80.0,[2 5],2 5],1,1.0 +0613,0613,02,num,two_rule_comb0,81.0,[3 5],3 5],1,1.0 +0613,0613,02,num,two_rule_comb0,82.0,[7 7],7 7],1,1.0 +0613,0613,02,num,two_rule_comb0,83.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb0,84.0,[3 1],3 1],1,1.0 +0613,0613,02,num,two_rule_comb0,85.0,[0 8],0 8],1,1.0 +0613,0613,02,num,two_rule_comb0,86.0,[3 0],3 0],1,1.0 +0613,0613,02,num,two_rule_comb0,87.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb0,88.0,[8 0],8 0],1,1.0 +0613,0613,02,num,two_rule_comb0,89.0,[2 7],2 7],1,1.0 +0613,0613,02,num,two_rule_comb0,90.0,[8 5],8 5],1,1.0 +0613,0613,02,num,two_rule_comb0,91.0,[3 1],3 1],1,1.0 +0613,0613,02,num,two_rule_comb0,92.0,[3 8],3 8],1,1.0 +0613,0613,02,num,two_rule_comb0,93.0,[3 9],3 9],1,1.0 +0613,0613,02,num,two_rule_comb0,94.0,[2 2],2 2],1,1.0 +0613,0613,02,num,two_rule_comb0,95.0,[8 3],8 3],1,1.0 +0613,0613,02,num,two_rule_comb0,96.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb0,97.0,[9 4],None,0,1.0 +0613,0613,02,num,two_rule_comb0,98.0,[5 4],5 4],1,1.0 +0613,0613,02,num,two_rule_comb0,99.0,[3 1],3 1],1,1.0 +0613,0613,02,num,two_rule_comb1,0.0,[1 2],1 2],1,1.0 +0613,0613,02,num,two_rule_comb1,1.0,[8 9],8 9],1,1.0 +0613,0613,02,num,two_rule_comb1,2.0,[2 6],2 6],1,1.0 +0613,0613,02,num,two_rule_comb1,3.0,[3 4],3 4],1,1.0 +0613,0613,02,num,two_rule_comb1,4.0,[2 7],2 7],1,1.0 +0613,0613,02,num,two_rule_comb1,5.0,[4 0],4 0],1,1.0 +0613,0613,02,num,two_rule_comb1,6.0,[7 4],7 4],1,1.0 +0613,0613,02,num,two_rule_comb1,7.0,[1 1],1 1],1,1.0 +0613,0613,02,num,two_rule_comb1,8.0,[7 9],7 9],1,1.0 +0613,0613,02,num,two_rule_comb1,9.0,[3 1],3 1],1,1.0 +0613,0613,02,num,two_rule_comb1,10.0,[3 7],3 7],1,1.0 +0613,0613,02,num,two_rule_comb1,11.0,[0 2],0 2],1,1.0 +0613,0613,02,num,two_rule_comb1,12.0,[6 7],6 7],1,1.0 +0613,0613,02,num,two_rule_comb1,13.0,[8 2],8 2],1,1.0 +0613,0613,02,num,two_rule_comb1,14.0,[7 4],7 4],1,1.0 +0613,0613,02,num,two_rule_comb1,15.0,[1 3],1 3],1,1.0 +0613,0613,02,num,two_rule_comb1,16.0,[7 3],7 3],1,1.0 +0613,0613,02,num,two_rule_comb1,17.0,[7 7],5 7],0,1.0 +0613,0613,02,num,two_rule_comb1,18.0,[1 8],1 8],1,1.0 +0613,0613,02,num,two_rule_comb1,19.0,[1 9],1 9],1,1.0 +0613,0613,02,num,two_rule_comb1,20.0,[4 9],4 9],1,1.0 +0613,0613,02,num,two_rule_comb1,21.0,[2 3],2 3],1,1.0 +0613,0613,02,num,two_rule_comb1,22.0,[6 7],6 7],1,1.0 +0613,0613,02,num,two_rule_comb1,23.0,[2 5],2 5],1,1.0 +0613,0613,02,num,two_rule_comb1,24.0,[3 1],3 1],1,1.0 +0613,0613,02,num,two_rule_comb1,25.0,[6 5],6 5],1,1.0 +0613,0613,02,num,two_rule_comb1,26.0,[8 1],8 1],1,1.0 +0613,0613,02,num,two_rule_comb1,27.0,[6 8],6 8],1,1.0 +0613,0613,02,num,two_rule_comb1,28.0,[5 4],5 4],1,1.0 +0613,0613,02,num,two_rule_comb1,29.0,[0 4],0 4],1,1.0 +0613,0613,02,num,two_rule_comb1,30.0,[4 9],4 9],1,1.0 +0613,0613,02,num,two_rule_comb1,31.0,[6 2],6 2],1,1.0 +0613,0613,02,num,two_rule_comb1,32.0,[1 7],1 7],1,1.0 +0613,0613,02,num,two_rule_comb1,33.0,[3 0],3 0],1,1.0 +0613,0613,02,num,two_rule_comb1,34.0,[1 2],1 2],1,1.0 +0613,0613,02,num,two_rule_comb1,35.0,[4 1],4 1],1,1.0 +0613,0613,02,num,two_rule_comb1,36.0,[6 6],6 6],1,1.0 +0613,0613,02,num,two_rule_comb1,37.0,[6 2],6 5],0,1.0 +0613,0613,02,num,two_rule_comb1,38.0,[3 2],3 2],1,1.0 +0613,0613,02,num,two_rule_comb1,39.0,[9 9],9 9],1,1.0 +0613,0613,02,num,two_rule_comb1,40.0,[5 9],5 9],1,1.0 +0613,0613,02,num,two_rule_comb1,41.0,[0 2],0 2],1,1.0 +0613,0613,02,num,two_rule_comb1,42.0,[3 2],3 2],1,1.0 +0613,0613,02,num,two_rule_comb1,43.0,[2 2],2 2],1,1.0 +0613,0613,02,num,two_rule_comb1,44.0,[8 1],8 1],1,1.0 +0613,0613,02,num,two_rule_comb1,45.0,[7 3],7 9],0,1.0 +0613,0613,02,num,two_rule_comb1,46.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb1,47.0,[0 5],0 5],1,1.0 +0613,0613,02,num,two_rule_comb1,48.0,[3 5],3 5],1,1.0 +0613,0613,02,num,two_rule_comb1,49.0,[4 7],4 7],1,1.0 +0613,0613,02,num,two_rule_comb1,50.0,[3 9],3 3],0,1.0 +0613,0613,02,num,two_rule_comb1,51.0,[3 4],3 4],1,1.0 +0613,0613,02,num,two_rule_comb1,52.0,[8 9],8 9],1,1.0 +0613,0613,02,num,two_rule_comb1,53.0,[9 5],None,0,1.0 +0613,0613,02,num,two_rule_comb1,54.0,[0 8],0 8],1,1.0 +0613,0613,02,num,two_rule_comb1,55.0,[6 2],6 2],1,1.0 +0613,0613,02,num,two_rule_comb1,56.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb1,57.0,[6 6],6 6],1,1.0 +0613,0613,02,num,two_rule_comb1,58.0,[6 3],6 3],1,1.0 +0613,0613,02,num,two_rule_comb1,59.0,[4 5],4 2],0,1.0 +0613,0613,02,num,two_rule_comb1,60.0,[6 6],6 6],1,1.0 +0613,0613,02,num,two_rule_comb1,61.0,[8 4],8 1],0,1.0 +0613,0613,02,num,two_rule_comb1,62.0,[6 4],6 4],1,1.0 +0613,0613,02,num,two_rule_comb1,63.0,[2 1],2 1],1,1.0 +0613,0613,02,num,two_rule_comb1,64.0,[8 1],8 8],0,1.0 +0613,0613,02,num,two_rule_comb1,65.0,[3 3],3 3],1,1.0 +0613,0613,02,num,two_rule_comb1,66.0,[5 9],5 9],1,1.0 +0613,0613,02,num,two_rule_comb1,67.0,[4 9],4 9],1,1.0 +0613,0613,02,num,two_rule_comb1,68.0,[7 7],7 6],0,1.0 +0613,0613,02,num,two_rule_comb1,69.0,[5 2],5 2],1,1.0 +0613,0613,02,num,two_rule_comb1,70.0,[0 1],0 1],1,1.0 +0613,0613,02,num,two_rule_comb1,71.0,[4 8],4 8],1,1.0 +0613,0613,02,num,two_rule_comb1,72.0,[8 3],8 3],1,1.0 +0613,0613,02,num,two_rule_comb1,73.0,[5 6],5 6],1,1.0 +0613,0613,02,num,two_rule_comb1,74.0,[3 8],3 8],1,1.0 +0613,0613,02,num,two_rule_comb1,75.0,[7 9],7 9],1,1.0 +0613,0613,02,num,two_rule_comb1,76.0,[3 2],12 2],0,1.0 +0613,0613,02,num,two_rule_comb1,77.0,[7 5],7 5],1,1.0 +0613,0613,02,num,two_rule_comb1,78.0,[5 5],5 5],1,1.0 +0613,0613,02,num,two_rule_comb1,79.0,[6 8],6 8],1,1.0 +0613,0613,02,num,two_rule_comb1,80.0,[6 8],6 8],1,1.0 +0613,0613,02,num,two_rule_comb1,81.0,[0 6],0 6],1,1.0 +0613,0613,02,num,two_rule_comb1,82.0,[5 0],5 0],1,1.0 +0613,0613,02,num,two_rule_comb1,83.0,[1 2],1 2],1,1.0 +0613,0613,02,num,two_rule_comb1,84.0,[7 7],7 7],1,1.0 +0613,0613,02,num,two_rule_comb1,85.0,[5 4],5 4],1,1.0 +0613,0613,02,num,two_rule_comb1,86.0,[1 7],1 7],1,1.0 +0613,0613,02,num,two_rule_comb1,87.0,[1 4],1 4],1,1.0 +0613,0613,02,num,two_rule_comb1,88.0,[1 1],1 1],1,1.0 +0613,0613,02,num,two_rule_comb1,89.0,[6 9],None,0,1.0 +0613,0613,02,num,two_rule_comb1,90.0,[2 7],2 7],1,1.0 +0613,0613,02,num,two_rule_comb1,91.0,[4 4],6 4],0,1.0 +0613,0613,02,num,two_rule_comb1,92.0,[1 2],1 1],0,1.0 +0613,0613,02,num,two_rule_comb1,93.0,[0 0],0 5],0,1.0 +0613,0613,02,num,two_rule_comb1,94.0,[7 4],7 4],1,1.0 +0613,0613,02,num,two_rule_comb1,95.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb1,96.0,[7 1],7 1],1,1.0 +0613,0613,02,num,two_rule_comb1,97.0,[3 9],3 5],0,1.0 +0613,0613,02,num,two_rule_comb1,98.0,[7 6],7 6],1,1.0 +0613,0613,02,num,two_rule_comb1,99.0,[2 1],2 1],1,1.0 +0613,0613,02,num,two_rule_comb2,0.0,[1 0],1 0],1,1.0 +0613,0613,02,num,two_rule_comb2,1.0,[0 7],0 7],1,1.0 +0613,0613,02,num,two_rule_comb2,2.0,[6 5],6 5],1,1.0 +0613,0613,02,num,two_rule_comb2,3.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb2,4.0,[7 2],7 2],1,1.0 +0613,0613,02,num,two_rule_comb2,5.0,[2 6],2 6],1,1.0 +0613,0613,02,num,two_rule_comb2,6.0,[4 8],4 8],1,1.0 +0613,0613,02,num,two_rule_comb2,7.0,[3 2],3 2],1,1.0 +0613,0613,02,num,two_rule_comb2,8.0,[9 9],9 9],1,1.0 +0613,0613,02,num,two_rule_comb2,9.0,[6 5],6 5],1,1.0 +0613,0613,02,num,two_rule_comb2,10.0,[8 8],8 8],1,1.0 +0613,0613,02,num,two_rule_comb2,11.0,[9 5],9 5],1,1.0 +0613,0613,02,num,two_rule_comb2,12.0,[5 4],5 4],1,1.0 +0613,0613,02,num,two_rule_comb2,13.0,[4 6],4 6],1,1.0 +0613,0613,02,num,two_rule_comb2,14.0,[2 3],2 3],1,1.0 +0613,0613,02,num,two_rule_comb2,15.0,[8 5],8 5],1,1.0 +0613,0613,02,num,two_rule_comb2,16.0,[4 9],4 9],1,1.0 +0613,0613,02,num,two_rule_comb2,17.0,[9 4],9 4],1,1.0 +0613,0613,02,num,two_rule_comb2,18.0,[0 0],0 0],1,1.0 +0613,0613,02,num,two_rule_comb2,19.0,[5 4],5 4],1,1.0 +0613,0613,02,num,two_rule_comb2,20.0,[4 5],4 5],1,1.0 +0613,0613,02,num,two_rule_comb2,21.0,[0 6],0 6],1,1.0 +0613,0613,02,num,two_rule_comb2,22.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb2,23.0,[5 9],5 9],1,1.0 +0613,0613,02,num,two_rule_comb2,24.0,[5 3],5 3],1,1.0 +0613,0613,02,num,two_rule_comb2,25.0,[0 6],0 6],1,1.0 +0613,0613,02,num,two_rule_comb2,26.0,[8 7],8 7],1,1.0 +0613,0613,02,num,two_rule_comb2,27.0,[6 1],6 1],1,1.0 +0613,0613,02,num,two_rule_comb2,28.0,[9 1],9 1],1,1.0 +0613,0613,02,num,two_rule_comb2,29.0,[0 4],0 4],1,1.0 +0613,0613,02,num,two_rule_comb2,30.0,[3 2],3 2],1,1.0 +0613,0613,02,num,two_rule_comb2,31.0,[6 5],6 5],1,1.0 +0613,0613,02,num,two_rule_comb2,32.0,[1 2],1 2],1,1.0 +0613,0613,02,num,two_rule_comb2,33.0,[5 6],5 6],1,1.0 +0613,0613,02,num,two_rule_comb2,34.0,[5 1],5 1],1,1.0 +0613,0613,02,num,two_rule_comb2,35.0,[7 6],7 6],1,1.0 +0613,0613,02,num,two_rule_comb2,36.0,[8 0],8 0],1,1.0 +0613,0613,02,num,two_rule_comb2,37.0,[9 6],9 6],1,1.0 +0613,0613,02,num,two_rule_comb2,38.0,[4 2],4 2],1,1.0 +0613,0613,02,num,two_rule_comb2,39.0,[2 1],2 1],1,1.0 +0613,0613,02,num,two_rule_comb2,40.0,[8 3],8 3],1,1.0 +0613,0613,02,num,two_rule_comb2,41.0,[9 6],None,0,1.0 +0613,0613,02,num,two_rule_comb2,42.0,[6 5],6 5],1,1.0 +0613,0613,02,num,two_rule_comb2,43.0,[8 9],8 9],1,1.0 +0613,0613,02,num,two_rule_comb2,44.0,[4 3],3 3],0,1.0 +0613,0613,02,num,two_rule_comb2,45.0,[7 1],7 1],1,1.0 +0613,0613,02,num,two_rule_comb2,46.0,[0 8],0 8],1,1.0 +0613,0613,02,num,two_rule_comb2,47.0,[3 7],3 7],1,1.0 +0613,0613,02,num,two_rule_comb2,48.0,[7 5],7 5],1,1.0 +0613,0613,02,num,two_rule_comb2,49.0,[5 3],5 3],1,1.0 +0613,0613,02,num,two_rule_comb2,50.0,[6 4],6 4],1,1.0 +0613,0613,02,num,two_rule_comb2,51.0,[9 3],9 3],1,1.0 +0613,0613,02,num,two_rule_comb2,52.0,[1 1],1 1],1,1.0 +0613,0613,02,num,two_rule_comb2,53.0,[0 9],0 9],1,1.0 +0613,0613,02,num,two_rule_comb2,54.0,[6 8],6 8],1,1.0 +0613,0613,02,num,two_rule_comb2,55.0,[6 3],6 3],1,1.0 +0613,0613,02,num,two_rule_comb2,56.0,[8 5],8 5],1,1.0 +0613,0613,02,num,two_rule_comb2,57.0,[9 6],None,0,1.0 +0613,0613,02,num,two_rule_comb2,58.0,[5 0],5 0],1,1.0 +0613,0613,02,num,two_rule_comb2,59.0,[0 5],0 5],1,1.0 +0613,0613,02,num,two_rule_comb2,60.0,[2 0],2 0],1,1.0 +0613,0613,02,num,two_rule_comb2,61.0,[0 2],0 2],1,1.0 +0613,0613,02,num,two_rule_comb2,62.0,[5 1],5 1],1,1.0 +0613,0613,02,num,two_rule_comb2,63.0,[8 2],8 2],1,1.0 +0613,0613,02,num,two_rule_comb2,64.0,[8 7],8 7],1,1.0 +0613,0613,02,num,two_rule_comb2,65.0,[9 1],9 1],1,1.0 +0613,0613,02,num,two_rule_comb2,66.0,[5 9],5 9],1,1.0 +0613,0613,02,num,two_rule_comb2,67.0,[9 0],9 0],1,1.0 +0613,0613,02,num,two_rule_comb2,68.0,[0 9],0 9],1,1.0 +0613,0613,02,num,two_rule_comb2,69.0,[0 0],0 0],1,1.0 +0613,0613,02,num,two_rule_comb2,70.0,[5 8],5 8],1,1.0 +0613,0613,02,num,two_rule_comb2,71.0,[9 8],9 8],1,1.0 +0613,0613,02,num,two_rule_comb2,72.0,[1 1],1 1],1,1.0 +0613,0613,02,num,two_rule_comb2,73.0,[4 3],4 3],1,1.0 +0613,0613,02,num,two_rule_comb2,74.0,[8 2],8 2],1,1.0 +0613,0613,02,num,two_rule_comb2,75.0,[0 2],0 2],1,1.0 +0613,0613,02,num,two_rule_comb2,76.0,[5 7],5 7],1,1.0 +0613,0613,02,num,two_rule_comb2,77.0,[8 8],8 8],1,1.0 +0613,0613,02,num,two_rule_comb2,78.0,[6 6],6 6],1,1.0 +0613,0613,02,num,two_rule_comb2,79.0,[8 0],8 0],1,1.0 +0613,0613,02,num,two_rule_comb2,80.0,[2 2],2 2],1,1.0 +0613,0613,02,num,two_rule_comb2,81.0,[0 8],0 8],1,1.0 +0613,0613,02,num,two_rule_comb2,82.0,[7 5],7 5],1,1.0 +0613,0613,02,num,two_rule_comb2,83.0,[8 4],8 4],1,1.0 +0613,0613,02,num,two_rule_comb2,84.0,[5 2],5 2],1,1.0 +0613,0613,02,num,two_rule_comb2,85.0,[8 0],8 0],1,1.0 +0613,0613,02,num,two_rule_comb2,86.0,[5 0],5 0],1,1.0 +0613,0613,02,num,two_rule_comb2,87.0,[0 3],0 3],1,1.0 +0613,0613,02,num,two_rule_comb2,88.0,[7 1],7 1],1,1.0 +0613,0613,02,num,two_rule_comb2,89.0,[6 0],6 0],1,1.0 +0613,0613,02,num,two_rule_comb2,90.0,[8 5],8 5],1,1.0 +0613,0613,02,num,two_rule_comb2,91.0,[9 5],None,0,1.0 +0613,0613,02,num,two_rule_comb2,92.0,[0 5],0 5],1,1.0 +0613,0613,02,num,two_rule_comb2,93.0,[7 7],7 7],1,1.0 +0613,0613,02,num,two_rule_comb2,94.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb2,95.0,[1 0],1 0],1,1.0 +0613,0613,02,num,two_rule_comb2,96.0,[2 0],2 0],1,1.0 +0613,0613,02,num,two_rule_comb2,97.0,[5 1],5 1],1,1.0 +0613,0613,02,num,two_rule_comb2,98.0,[6 4],6 4],1,1.0 +0613,0613,02,num,two_rule_comb2,99.0,[2 7],2 7],1,1.0 +0613,0613,02,num,two_rule_comb3,0.0,[9 1],9 1],1,1.0 +0613,0613,02,num,two_rule_comb3,1.0,[9 0],9 0],1,1.0 +0613,0613,02,num,two_rule_comb3,2.0,[4 8],4 8],1,1.0 +0613,0613,02,num,two_rule_comb3,3.0,[1 8],1 8],1,1.0 +0613,0613,02,num,two_rule_comb3,4.0,[5 7],5 7],1,1.0 +0613,0613,02,num,two_rule_comb3,5.0,[8 2],8 2],1,1.0 +0613,0613,02,num,two_rule_comb3,6.0,[9 2],9 2],1,1.0 +0613,0613,02,num,two_rule_comb3,7.0,[6 1],6 1],1,1.0 +0613,0613,02,num,two_rule_comb3,8.0,[9 8],9 8],1,1.0 +0613,0613,02,num,two_rule_comb3,9.0,[4 5],4 5],1,1.0 +0613,0613,02,num,two_rule_comb3,10.0,[0 4],0 4],1,1.0 +0613,0613,02,num,two_rule_comb3,11.0,[8 6],8 6],1,1.0 +0613,0613,02,num,two_rule_comb3,12.0,[8 3],8 3],1,1.0 +0613,0613,02,num,two_rule_comb3,13.0,[5 9],5 9],1,1.0 +0613,0613,02,num,two_rule_comb3,14.0,[6 4],6 4],1,1.0 +0613,0613,02,num,two_rule_comb3,15.0,[5 3],5 3],1,1.0 +0613,0613,02,num,two_rule_comb3,16.0,[0 5],0 5],1,1.0 +0613,0613,02,num,two_rule_comb3,17.0,[5 5],5 5],1,1.0 +0613,0613,02,num,two_rule_comb3,18.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb3,19.0,[5 6],5 6],1,1.0 +0613,0613,02,num,two_rule_comb3,20.0,[6 4],6 4],1,1.0 +0613,0613,02,num,two_rule_comb3,21.0,[0 6],0 6],1,1.0 +0613,0613,02,num,two_rule_comb3,22.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb3,23.0,[6 8],6 8],1,1.0 +0613,0613,02,num,two_rule_comb3,24.0,[8 3],8 3],1,1.0 +0613,0613,02,num,two_rule_comb3,25.0,[1 7],1 7],1,1.0 +0613,0613,02,num,two_rule_comb3,26.0,[1 2],8 2],0,1.0 +0613,0613,02,num,two_rule_comb3,27.0,[4 6],4 6],1,1.0 +0613,0613,02,num,two_rule_comb3,28.0,[1 2],1 2],1,1.0 +0613,0613,02,num,two_rule_comb3,29.0,[0 2],0 2],1,1.0 +0613,0613,02,num,two_rule_comb3,30.0,[2 4],2 4],1,1.0 +0613,0613,02,num,two_rule_comb3,31.0,[5 5],5 5],1,1.0 +0613,0613,02,num,two_rule_comb3,32.0,[9 6],9 6],1,1.0 +0613,0613,02,num,two_rule_comb3,33.0,[9 0],9 0],1,1.0 +0613,0613,02,num,two_rule_comb3,34.0,[3 4],3 4],1,1.0 +0613,0613,02,num,two_rule_comb3,35.0,[0 1],0 1],1,1.0 +0613,0613,02,num,two_rule_comb3,36.0,[6 3],6 3],1,1.0 +0613,0613,02,num,two_rule_comb3,37.0,[3 2],2 2],0,1.0 +0613,0613,02,num,two_rule_comb3,38.0,[2 1],1 2],0,1.0 +0613,0613,02,num,two_rule_comb3,39.0,[1 3],1 3],1,1.0 +0613,0613,02,num,two_rule_comb3,40.0,[9 1],9 1],1,1.0 +0613,0613,02,num,two_rule_comb3,41.0,[4 4],4 4],1,1.0 +0613,0613,02,num,two_rule_comb3,42.0,[9 8],9 8],1,1.0 +0613,0613,02,num,two_rule_comb3,43.0,[3 2],3 2],1,1.0 +0613,0613,02,num,two_rule_comb3,44.0,[0 8],0 8],1,1.0 +0613,0613,02,num,two_rule_comb3,45.0,[5 2],5 2],1,1.0 +0613,0613,02,num,two_rule_comb3,46.0,[2 3],2 3],1,1.0 +0613,0613,02,num,two_rule_comb3,47.0,[2 4],2 4],1,1.0 +0613,0613,02,num,two_rule_comb3,48.0,[5 1],5 1],1,1.0 +0613,0613,02,num,two_rule_comb3,49.0,[5 2],5 2],1,1.0 +0613,0613,02,num,two_rule_comb3,50.0,[6 9],None,0,1.0 +0613,0613,02,num,two_rule_comb3,51.0,[6 6],6 6],1,1.0 +0613,0613,02,num,two_rule_comb3,52.0,[6 3],6 3],1,1.0 +0613,0613,02,num,two_rule_comb3,53.0,[4 2],4 2],1,1.0 +0613,0613,02,num,two_rule_comb3,54.0,[9 9],9 9],1,1.0 +0613,0613,02,num,two_rule_comb3,55.0,[2 6],2 6],1,1.0 +0613,0613,02,num,two_rule_comb3,56.0,[3 0],3 0],1,1.0 +0613,0613,02,num,two_rule_comb3,57.0,[8 6],8 6],1,1.0 +0613,0613,02,num,two_rule_comb3,58.0,[7 8],7 8],1,1.0 +0613,0613,02,num,two_rule_comb3,59.0,[3 2],3 2],1,1.0 +0613,0613,02,num,two_rule_comb3,60.0,[8 1],8 1],1,1.0 +0613,0613,02,num,two_rule_comb3,61.0,[3 7],3 7],1,1.0 +0613,0613,02,num,two_rule_comb3,62.0,[9 6],None,0,1.0 +0613,0613,02,num,two_rule_comb3,63.0,[9 1],9 1],1,1.0 +0613,0613,02,num,two_rule_comb3,64.0,[1 1],1 4],0,1.0 +0613,0613,02,num,two_rule_comb3,65.0,[9 7],None,0,1.0 +0613,0613,02,num,two_rule_comb3,66.0,[8 7],7 7],0,1.0 +0613,0613,02,num,two_rule_comb3,67.0,[9 2],9 2],1,1.0 +0613,0613,02,num,two_rule_comb3,68.0,[8 2],8 2],1,1.0 +0613,0613,02,num,two_rule_comb3,69.0,[1 3],1 3],1,1.0 +0613,0613,02,num,two_rule_comb3,70.0,[4 7],4 7],1,1.0 +0613,0613,02,num,two_rule_comb3,71.0,[7 2],7 2],1,1.0 +0613,0613,02,num,two_rule_comb3,72.0,[0 2],0 2],1,1.0 +0613,0613,02,num,two_rule_comb3,73.0,[6 1],6 1],1,1.0 +0613,0613,02,num,two_rule_comb3,74.0,[3 3],3 3],1,1.0 +0613,0613,02,num,two_rule_comb3,75.0,[8 4],8 4],1,1.0 +0613,0613,02,num,two_rule_comb3,76.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb3,77.0,[0 8],8 8],0,1.0 +0613,0613,02,num,two_rule_comb3,78.0,[8 3],8 3],1,1.0 +0613,0613,02,num,two_rule_comb3,79.0,[4 2],4 2],1,1.0 +0613,0613,02,num,two_rule_comb3,80.0,[1 0],1 0],1,1.0 +0613,0613,02,num,two_rule_comb3,81.0,[3 0],3 0],1,1.0 +0613,0613,02,num,two_rule_comb3,82.0,[1 4],1 4],1,1.0 +0613,0613,02,num,two_rule_comb3,83.0,[0 4],0 4],1,1.0 +0613,0613,02,num,two_rule_comb3,84.0,[1 4],1 4],1,1.0 +0613,0613,02,num,two_rule_comb3,85.0,[6 9],None,0,1.0 +0613,0613,02,num,two_rule_comb3,86.0,[3 8],3 8],1,1.0 +0613,0613,02,num,two_rule_comb3,87.0,[9 5],None,0,1.0 +0613,0613,02,num,two_rule_comb3,88.0,[6 2],6 2],1,1.0 +0613,0613,02,num,two_rule_comb3,89.0,[2 1],1 1],0,1.0 +0613,0613,02,num,two_rule_comb3,90.0,[3 6],3 6],1,1.0 +0613,0613,02,num,two_rule_comb3,91.0,[5 4],5 4],1,1.0 +0613,0613,02,num,two_rule_comb3,92.0,[2 5],2 5],1,1.0 +0613,0613,02,num,two_rule_comb3,93.0,[2 6],2 6],1,1.0 +0613,0613,02,num,two_rule_comb3,94.0,[6 2],6 2],1,1.0 +0613,0613,02,num,two_rule_comb3,95.0,[7 8],7 8],1,1.0 +0613,0613,02,num,two_rule_comb3,96.0,[5 8],5 6],0,1.0 +0613,0613,02,num,two_rule_comb3,97.0,[8 9],8 9],1,1.0 +0613,0613,02,num,two_rule_comb3,98.0,[1 3],1 3],1,1.0 +0613,0613,02,num,two_rule_comb3,99.0,[4 9],4 9],1,1.0 +0613,0613,02,num,two_rule_comb4,0.0,[1 6],1 6],1,1.0 +0613,0613,02,num,two_rule_comb4,1.0,[5 7],5 8],0,1.0 +0613,0613,02,num,two_rule_comb4,2.0,[4 3],4 3],1,1.0 +0613,0613,02,num,two_rule_comb4,3.0,[3 1],3 8],0,1.0 +0613,0613,02,num,two_rule_comb4,4.0,[1 4],1 8],0,1.0 +0613,0613,02,num,two_rule_comb4,5.0,[9 1],9 1],1,1.0 +0613,0613,02,num,two_rule_comb4,6.0,[1 3],1 3],1,1.0 +0613,0613,02,num,two_rule_comb4,7.0,[3 4],3 4],1,1.0 +0613,0613,02,num,two_rule_comb4,8.0,[6 4],6 4],1,1.0 +0613,0613,02,num,two_rule_comb4,9.0,[2 4],2 6],0,1.0 +0613,0613,02,num,two_rule_comb4,10.0,[8 5],8 5],1,1.0 +0613,0613,02,num,two_rule_comb4,11.0,[0 1],0 1],1,1.0 +0613,0613,02,num,two_rule_comb4,12.0,[9 4],9 4],1,1.0 +0613,0613,02,num,two_rule_comb4,13.0,[9 0],9 0],1,1.0 +0613,0613,02,num,two_rule_comb4,14.0,[9 2],9 2],1,1.0 +0613,0613,02,num,two_rule_comb4,15.0,[6 6],6 6],1,1.0 +0613,0613,02,num,two_rule_comb4,16.0,[1 0],1 0],1,1.0 +0613,0613,02,num,two_rule_comb4,17.0,[5 9],6 7],0,1.0 +0613,0613,02,num,two_rule_comb4,18.0,[7 9],7 9],1,1.0 +0613,0613,02,num,two_rule_comb4,19.0,[2 3],2 3],1,1.0 +0613,0613,02,num,two_rule_comb4,20.0,[9 2],9 4],0,1.0 +0613,0613,02,num,two_rule_comb4,21.0,[4 1],4 1],1,1.0 +0613,0613,02,num,two_rule_comb4,22.0,[4 3],4 3],1,1.0 +0613,0613,02,num,two_rule_comb4,23.0,[1 3],1 5],0,1.0 +0613,0613,02,num,two_rule_comb4,24.0,[5 8],5 8],1,1.0 +0613,0613,02,num,two_rule_comb4,25.0,[5 3],5 3],1,1.0 +0613,0613,02,num,two_rule_comb4,26.0,[1 1],1 1],1,1.0 +0613,0613,02,num,two_rule_comb4,27.0,[8 4],8 4],1,1.0 +0613,0613,02,num,two_rule_comb4,28.0,[4 2],4 2],1,1.0 +0613,0613,02,num,two_rule_comb4,29.0,[4 1],4 1],1,1.0 +0613,0613,02,num,two_rule_comb4,30.0,[9 6],9 6],1,1.0 +0613,0613,02,num,two_rule_comb4,31.0,[0 7],0 9],0,1.0 +0613,0613,02,num,two_rule_comb4,32.0,[0 0],0 0],1,1.0 +0613,0613,02,num,two_rule_comb4,33.0,[5 0],5 0],1,1.0 +0613,0613,02,num,two_rule_comb4,34.0,[8 6],8 6],1,1.0 +0613,0613,02,num,two_rule_comb4,35.0,[5 7],7 7],0,1.0 +0613,0613,02,num,two_rule_comb4,36.0,[0 4],0 4],1,1.0 +0613,0613,02,num,two_rule_comb4,37.0,[9 4],9 4],1,1.0 +0613,0613,02,num,two_rule_comb4,38.0,[7 0],7 1],0,1.0 +0613,0613,02,num,two_rule_comb4,39.0,[0 4],0 6],0,1.0 +0613,0613,02,num,two_rule_comb4,40.0,[7 2],7 2],1,1.0 +0613,0613,02,num,two_rule_comb4,41.0,[3 9],3 9],1,1.0 +0613,0613,02,num,two_rule_comb4,42.0,[5 0],5 0],1,1.0 +0613,0613,02,num,two_rule_comb4,43.0,[9 5],None,0,1.0 +0613,0613,02,num,two_rule_comb4,44.0,[5 0],5 0],1,1.0 +0613,0613,02,num,two_rule_comb4,45.0,[1 3],1 7],0,1.0 +0613,0613,02,num,two_rule_comb4,46.0,[1 0],1 6],0,1.0 +0613,0613,02,num,two_rule_comb4,47.0,[2 4],2 4],1,1.0 +0613,0613,02,num,two_rule_comb4,48.0,[5 4],5 3],0,1.0 +0613,0613,02,num,two_rule_comb4,49.0,[6 3],6 0],0,1.0 +0613,0613,02,num,two_rule_comb4,50.0,[9 4],None,0,1.0 +0613,0613,02,num,two_rule_comb4,51.0,[6 5],6 5],1,1.0 +0613,0613,02,num,two_rule_comb4,52.0,[8 6],8 6],1,1.0 +0613,0613,02,num,two_rule_comb4,53.0,[7 2],7 3],0,1.0 +0613,0613,02,num,two_rule_comb4,54.0,[6 4],6 3],0,1.0 +0613,0613,02,num,two_rule_comb4,55.0,[7 3],7 3],1,1.0 +0613,0613,02,num,two_rule_comb4,56.0,[7 9],7 9],1,1.0 +0613,0613,02,num,two_rule_comb4,57.0,[8 1],8 1],1,1.0 +0613,0613,02,num,two_rule_comb4,58.0,[6 1],6 1],1,1.0 +0613,0613,02,num,two_rule_comb4,59.0,[8 8],8 8],1,1.0 +0613,0613,02,num,two_rule_comb4,60.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb4,61.0,[8 5],8 5],1,1.0 +0613,0613,02,num,two_rule_comb4,62.0,[9 3],9 3],1,1.0 +0613,0613,02,num,two_rule_comb4,63.0,[0 2],0 16],0,1.0 +0613,0613,02,num,two_rule_comb4,64.0,[0 2],0 4],0,1.0 +0613,0613,02,num,two_rule_comb4,65.0,[2 7],6 7],0,1.0 +0613,0613,02,num,two_rule_comb4,66.0,[2 7],2 7],1,1.0 +0613,0613,02,num,two_rule_comb4,67.0,[6 4],6 4],1,1.0 +0613,0613,02,num,two_rule_comb4,68.0,[3 7],3 7],1,1.0 +0613,0613,02,num,two_rule_comb4,69.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb4,70.0,[1 1],1 1],1,1.0 +0613,0613,02,num,two_rule_comb4,71.0,[0 1],0 1],1,1.0 +0613,0613,02,num,two_rule_comb4,72.0,[4 9],4 7],0,1.0 +0613,0613,02,num,two_rule_comb4,73.0,[5 3],5 3],1,1.0 +0613,0613,02,num,two_rule_comb4,74.0,[0 0],0 0],1,1.0 +0613,0613,02,num,two_rule_comb4,75.0,[3 0],3 0],1,1.0 +0613,0613,02,num,two_rule_comb4,76.0,[1 3],1 8],0,1.0 +0613,0613,02,num,two_rule_comb4,77.0,[3 9],3 9],1,1.0 +0613,0613,02,num,two_rule_comb4,78.0,[7 5],7 5],1,1.0 +0613,0613,02,num,two_rule_comb4,79.0,[5 6],5 6],1,1.0 +0613,0613,02,num,two_rule_comb4,80.0,[4 6],4 6],1,1.0 +0613,0613,02,num,two_rule_comb4,81.0,[4 8],4 8],1,1.0 +0613,0613,02,num,two_rule_comb4,82.0,[3 2],3 7],0,1.0 +0613,0613,02,num,two_rule_comb4,83.0,[0 2],0 16],0,1.0 +0613,0613,02,num,two_rule_comb4,84.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb4,85.0,[5 1],5 1],1,1.0 +0613,0613,02,num,two_rule_comb4,86.0,[7 8],7 8],1,1.0 +0613,0613,02,num,two_rule_comb4,87.0,[0 5],0 2],0,1.0 +0613,0613,02,num,two_rule_comb4,88.0,[7 4],7 5],0,1.0 +0613,0613,02,num,two_rule_comb4,89.0,[9 9],9 9],1,1.0 +0613,0613,02,num,two_rule_comb4,90.0,[8 0],8 0],1,1.0 +0613,0613,02,num,two_rule_comb4,91.0,[2 1],2 5],0,1.0 +0613,0613,02,num,two_rule_comb4,92.0,[4 5],4 6],0,1.0 +0613,0613,02,num,two_rule_comb4,93.0,[4 5],4 5],1,1.0 +0613,0613,02,num,two_rule_comb4,94.0,[6 0],6 3],0,1.0 +0613,0613,02,num,two_rule_comb4,95.0,[3 5],3 5],1,1.0 +0613,0613,02,num,two_rule_comb4,96.0,[7 1],7 1],1,1.0 +0613,0613,02,num,two_rule_comb4,97.0,[4 9],4 9],1,1.0 +0613,0613,02,num,two_rule_comb4,98.0,[0 9],0 9],1,1.0 +0613,0613,02,num,two_rule_comb4,99.0,[1 6],1 6],1,1.0 +0613,0613,02,num,two_rule_comb5,0.0,[2 0],2 0],1,1.0 +0613,0613,02,num,two_rule_comb5,1.0,[4 4],4 4],1,1.0 +0613,0613,02,num,two_rule_comb5,2.0,[9 9],9 9],1,1.0 +0613,0613,02,num,two_rule_comb5,3.0,[4 5],4 5],1,1.0 +0613,0613,02,num,two_rule_comb5,4.0,[9 4],9 4],1,1.0 +0613,0613,02,num,two_rule_comb5,5.0,[0 1],0 1],1,1.0 +0613,0613,02,num,two_rule_comb5,6.0,[9 1],9 1],1,1.0 +0613,0613,02,num,two_rule_comb5,7.0,[2 3],2 3],1,1.0 +0613,0613,02,num,two_rule_comb5,8.0,[4 0],4 0],1,1.0 +0613,0613,02,num,two_rule_comb5,9.0,[3 4],3 4],1,1.0 +0613,0613,02,num,two_rule_comb5,10.0,[9 0],9 0],1,1.0 +0613,0613,02,num,two_rule_comb5,11.0,[4 8],4 8],1,1.0 +0613,0613,02,num,two_rule_comb5,12.0,[9 6],9 6],1,1.0 +0613,0613,02,num,two_rule_comb5,13.0,[3 6],3 6],1,1.0 +0613,0613,02,num,two_rule_comb5,14.0,[5 8],5 8],1,1.0 +0613,0613,02,num,two_rule_comb5,15.0,[6 1],6 1],1,1.0 +0613,0613,02,num,two_rule_comb5,16.0,[1 9],1 9],1,1.0 +0613,0613,02,num,two_rule_comb5,17.0,[6 4],6 4],1,1.0 +0613,0613,02,num,two_rule_comb5,18.0,[1 0],1 0],1,1.0 +0613,0613,02,num,two_rule_comb5,19.0,[7 9],7 9],1,1.0 +0613,0613,02,num,two_rule_comb5,20.0,[1 9],1 9],1,1.0 +0613,0613,02,num,two_rule_comb5,21.0,[8 5],8 5],1,1.0 +0613,0613,02,num,two_rule_comb5,22.0,[9 6],9 6],1,1.0 +0613,0613,02,num,two_rule_comb5,23.0,[6 0],6 0],1,1.0 +0613,0613,02,num,two_rule_comb5,24.0,[9 3],9 3],1,1.0 +0613,0613,02,num,two_rule_comb5,25.0,[9 8],9 8],1,1.0 +0613,0613,02,num,two_rule_comb5,26.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb5,27.0,[2 6],2 6],1,1.0 +0613,0613,02,num,two_rule_comb5,28.0,[9 8],9 8],1,1.0 +0613,0613,02,num,two_rule_comb5,29.0,[8 7],8 7],1,1.0 +0613,0613,02,num,two_rule_comb5,30.0,[7 4],7 4],1,1.0 +0613,0613,02,num,two_rule_comb5,31.0,[5 3],5 3],1,1.0 +0613,0613,02,num,two_rule_comb5,32.0,[1 8],1 8],1,1.0 +0613,0613,02,num,two_rule_comb5,33.0,[9 0],9 0],1,1.0 +0613,0613,02,num,two_rule_comb5,34.0,[8 4],8 4],1,1.0 +0613,0613,02,num,two_rule_comb5,35.0,[0 0],0 0],1,1.0 +0613,0613,02,num,two_rule_comb5,36.0,[3 1],3 1],1,1.0 +0613,0613,02,num,two_rule_comb5,37.0,[5 6],5 6],1,1.0 +0613,0613,02,num,two_rule_comb5,38.0,[4 3],4 3],1,1.0 +0613,0613,02,num,two_rule_comb5,39.0,[7 5],7 5],1,1.0 +0613,0613,02,num,two_rule_comb5,40.0,[0 9],0 9],1,1.0 +0613,0613,02,num,two_rule_comb5,41.0,[9 5],None,0,1.0 +0613,0613,02,num,two_rule_comb5,42.0,[0 4],0 4],1,1.0 +0613,0613,02,num,two_rule_comb5,43.0,[5 9],5 9],1,1.0 +0613,0613,02,num,two_rule_comb5,44.0,[2 1],2 1],1,1.0 +0613,0613,02,num,two_rule_comb5,45.0,[2 1],2 1],1,1.0 +0613,0613,02,num,two_rule_comb5,46.0,[3 9],3 9],1,1.0 +0613,0613,02,num,two_rule_comb5,47.0,[5 7],5 7],1,1.0 +0613,0613,02,num,two_rule_comb5,48.0,[3 8],3 8],1,1.0 +0613,0613,02,num,two_rule_comb5,49.0,[0 8],0 8],1,1.0 +0613,0613,02,num,two_rule_comb5,50.0,[3 5],3 5],1,1.0 +0613,0613,02,num,two_rule_comb5,51.0,[1 7],1 7],1,1.0 +0613,0613,02,num,two_rule_comb5,52.0,[4 9],4 9],1,1.0 +0613,0613,02,num,two_rule_comb5,53.0,[4 2],4 2],1,1.0 +0613,0613,02,num,two_rule_comb5,54.0,[0 9],0 9],1,1.0 +0613,0613,02,num,two_rule_comb5,55.0,[1 0],1 0],1,1.0 +0613,0613,02,num,two_rule_comb5,56.0,[9 5],None,0,1.0 +0613,0613,02,num,two_rule_comb5,57.0,[5 5],5 5],1,1.0 +0613,0613,02,num,two_rule_comb5,58.0,[0 5],0 5],1,1.0 +0613,0613,02,num,two_rule_comb5,59.0,[6 2],6 2],1,1.0 +0613,0613,02,num,two_rule_comb5,60.0,[6 5],6 5],1,1.0 +0613,0613,02,num,two_rule_comb5,61.0,[8 6],8 6],1,1.0 +0613,0613,02,num,two_rule_comb5,62.0,[4 6],4 6],1,1.0 +0613,0613,02,num,two_rule_comb5,63.0,[3 8],3 8],1,1.0 +0613,0613,02,num,two_rule_comb5,64.0,[8 0],8 0],1,1.0 +0613,0613,02,num,two_rule_comb5,65.0,[6 5],6 5],1,1.0 +0613,0613,02,num,two_rule_comb5,66.0,[0 7],0 7],1,1.0 +0613,0613,02,num,two_rule_comb5,67.0,[2 5],2 5],1,1.0 +0613,0613,02,num,two_rule_comb5,68.0,[4 0],4 0],1,1.0 +0613,0613,02,num,two_rule_comb5,69.0,[9 2],9 2],1,1.0 +0613,0613,02,num,two_rule_comb5,70.0,[7 0],7 0],1,1.0 +0613,0613,02,num,two_rule_comb5,71.0,[6 0],6 0],1,1.0 +0613,0613,02,num,two_rule_comb5,72.0,[8 0],8 0],1,1.0 +0613,0613,02,num,two_rule_comb5,73.0,[5 0],5 0],1,1.0 +0613,0613,02,num,two_rule_comb5,74.0,[4 9],4 9],1,1.0 +0613,0613,02,num,two_rule_comb5,75.0,[1 4],1 4],1,1.0 +0613,0613,02,num,two_rule_comb5,76.0,[9 0],9 0],1,1.0 +0613,0613,02,num,two_rule_comb5,77.0,[4 8],4 8],1,1.0 +0613,0613,02,num,two_rule_comb5,78.0,[4 1],4 1],1,1.0 +0613,0613,02,num,two_rule_comb5,79.0,[7 5],7 5],1,1.0 +0613,0613,02,num,two_rule_comb5,80.0,[4 3],4 3],1,1.0 +0613,0613,02,num,two_rule_comb5,81.0,[5 1],5 1],1,1.0 +0613,0613,02,num,two_rule_comb5,82.0,[5 1],5 1],1,1.0 +0613,0613,02,num,two_rule_comb5,83.0,[0 8],0 8],1,1.0 +0613,0613,02,num,two_rule_comb5,84.0,[2 8],2 8],1,1.0 +0613,0613,02,num,two_rule_comb5,85.0,[7 2],7 2],1,1.0 +0613,0613,02,num,two_rule_comb5,86.0,[3 9],3 9],1,1.0 +0613,0613,02,num,two_rule_comb5,87.0,[7 3],7 3],1,1.0 +0613,0613,02,num,two_rule_comb5,88.0,[1 6],1 6],1,1.0 +0613,0613,02,num,two_rule_comb5,89.0,[4 0],4 0],1,1.0 +0613,0613,02,num,two_rule_comb5,90.0,[4 9],4 9],1,1.0 +0613,0613,02,num,two_rule_comb5,91.0,[8 4],8 4],1,1.0 +0613,0613,02,num,two_rule_comb5,92.0,[4 4],4 4],1,1.0 +0613,0613,02,num,two_rule_comb5,93.0,[1 5],1 5],1,1.0 +0613,0613,02,num,two_rule_comb5,94.0,[1 8],1 8],1,1.0 +0613,0613,02,num,two_rule_comb5,95.0,[6 7],6 7],1,1.0 +0613,0613,02,num,two_rule_comb5,96.0,[1 1],1 1],1,1.0 +0613,0613,02,num,two_rule_comb5,97.0,[9 7],None,0,1.0 +0613,0613,02,num,two_rule_comb5,98.0,[6 8],6 8],1,1.0 +0613,0613,02,num,two_rule_comb5,99.0,[0 8],0 8],1,1.0 +0613,0613,02,num,three_rule_comb0,0.0,[1 8 8],1 8 8],1,1.0 +0613,0613,02,num,three_rule_comb0,1.0,[3 0 0],3 0 0],1,1.0 +0613,0613,02,num,three_rule_comb0,2.0,[2 9 0],2 9 0],1,1.0 +0613,0613,02,num,three_rule_comb0,3.0,[9 7 2],9 7 2],1,1.0 +0613,0613,02,num,three_rule_comb0,4.0,[8 0 5],8 0 5],1,1.0 +0613,0613,02,num,three_rule_comb0,5.0,[6 0 9],6 0 9],1,1.0 +0613,0613,02,num,three_rule_comb0,6.0,[4 9 8],4 9 8],1,1.0 +0613,0613,02,num,three_rule_comb0,7.0,[8 7 1],8 7 1],1,1.0 +0613,0613,02,num,three_rule_comb0,8.0,[2 5 3],2 5 3],1,1.0 +0613,0613,02,num,three_rule_comb0,9.0,[8 9 4],8 9 4],1,1.0 +0613,0613,02,num,three_rule_comb0,10.0,[1 5 7],1 5 7],1,1.0 +0613,0613,02,num,three_rule_comb0,11.0,[9 1 3],9 1 3],1,1.0 +0613,0613,02,num,three_rule_comb0,12.0,[1 5 4],1 5 4],1,1.0 +0613,0613,02,num,three_rule_comb0,13.0,[7 7 9],7 7 9],1,1.0 +0613,0613,02,num,three_rule_comb0,14.0,[4 9 5],4 9 5],1,1.0 +0613,0613,02,num,three_rule_comb0,15.0,[4 7 2],4 7 2],1,1.0 +0613,0613,02,num,three_rule_comb0,16.0,[6 3 1],6 3 1],1,1.0 +0613,0613,02,num,three_rule_comb0,17.0,[8 2 4],8 2 4],1,1.0 +0613,0613,02,num,three_rule_comb0,18.0,[5 7 7],5 7 7],1,1.0 +0613,0613,02,num,three_rule_comb0,19.0,[5 6 3],5 6 3],1,1.0 +0613,0613,02,num,three_rule_comb0,20.0,[2 2 4],2 2 4],1,1.0 +0613,0613,02,num,three_rule_comb0,21.0,[7 1 0],7 1 0],1,1.0 +0613,0613,02,num,three_rule_comb0,22.0,[8 1 1],8 1 1],1,1.0 +0613,0613,02,num,three_rule_comb0,23.0,[2 1 3],2 1 3],1,1.0 +0613,0613,02,num,three_rule_comb0,24.0,[6 7 1],6 7 1],1,1.0 +0613,0613,02,num,three_rule_comb0,25.0,[1 4 3],1 4 3],1,1.0 +0613,0613,02,num,three_rule_comb0,26.0,[8 9 6],8 9 6],1,1.0 +0613,0613,02,num,three_rule_comb0,27.0,[4 3 3],4 3 3],1,1.0 +0613,0613,02,num,three_rule_comb0,28.0,[8 4 1],8 4 1],1,1.0 +0613,0613,02,num,three_rule_comb0,29.0,[2 0 4],2 0 4],1,1.0 +0613,0613,02,num,three_rule_comb0,30.0,[6 7 3],6 7 3],1,1.0 +0613,0613,02,num,three_rule_comb0,31.0,[1 1 8],1 1 8],1,1.0 +0613,0613,02,num,three_rule_comb0,32.0,[4 8 8],4 8 8],1,1.0 +0613,0613,02,num,three_rule_comb0,33.0,[0 5 5],0 5 5],1,1.0 +0613,0613,02,num,three_rule_comb0,34.0,[1 8 0],1 8 0],1,1.0 +0613,0613,02,num,three_rule_comb0,35.0,[5 8 0],5 8 0],1,1.0 +0613,0613,02,num,three_rule_comb0,36.0,[1 4 8],1 4 8],1,1.0 +0613,0613,02,num,three_rule_comb0,37.0,[1 6 4],1 6 4],1,1.0 +0613,0613,02,num,three_rule_comb0,38.0,[8 7 9],8 7 9],1,1.0 +0613,0613,02,num,three_rule_comb0,39.0,[8 8 1],8 8 1],1,1.0 +0613,0613,02,num,three_rule_comb0,40.0,[9 4 4],9 4 4],1,1.0 +0613,0613,02,num,three_rule_comb0,41.0,[0 1 7],0 1 7],1,1.0 +0613,0613,02,num,three_rule_comb0,42.0,[7 0 6],7 0 6],1,1.0 +0613,0613,02,num,three_rule_comb0,43.0,[3 0 3],3 0 3],1,1.0 +0613,0613,02,num,three_rule_comb0,44.0,[9 1 0],9 1 0],1,1.0 +0613,0613,02,num,three_rule_comb0,45.0,[8 7 2],8 7 2],1,1.0 +0613,0613,02,num,three_rule_comb0,46.0,[2 6 6],2 6 6],1,1.0 +0613,0613,02,num,three_rule_comb0,47.0,[7 2 7],7 2 7],1,1.0 +0613,0613,02,num,three_rule_comb0,48.0,[8 3 5],8 3 5],1,1.0 +0613,0613,02,num,three_rule_comb0,49.0,[4 4 9],4 4 9],1,1.0 +0613,0613,02,num,three_rule_comb0,50.0,[8 3 7],8 3 7],1,1.0 +0613,0613,02,num,three_rule_comb0,51.0,[2 1 7],2 1 7],1,1.0 +0613,0613,02,num,three_rule_comb0,52.0,[9 5 5],9 5 5],1,1.0 +0613,0613,02,num,three_rule_comb0,53.0,[8 3 7],8 3 7],1,1.0 +0613,0613,02,num,three_rule_comb0,54.0,[4 9 1],4 9 1],1,1.0 +0613,0613,02,num,three_rule_comb0,55.0,[7 4 6],7 4 6],1,1.0 +0613,0613,02,num,three_rule_comb0,56.0,[7 3 7],7 3 7],1,1.0 +0613,0613,02,num,three_rule_comb0,57.0,[0 4 9],0 4 9],1,1.0 +0613,0613,02,num,three_rule_comb0,58.0,[2 1 9],2 1 9],1,1.0 +0613,0613,02,num,three_rule_comb0,59.0,[3 2 6],3 2 6],1,1.0 +0613,0613,02,num,three_rule_comb0,60.0,[2 5 1],2 5 1],1,1.0 +0613,0613,02,num,three_rule_comb0,61.0,[3 1 0],3 1 0],1,1.0 +0613,0613,02,num,three_rule_comb0,62.0,[9 8 5],None,0,1.0 +0613,0613,02,num,three_rule_comb0,63.0,[5 6 3],5 6 3],1,1.0 +0613,0613,02,num,three_rule_comb0,64.0,[3 5 5],3 5 5],1,1.0 +0613,0613,02,num,three_rule_comb0,65.0,[1 0 6],1 0 6],1,1.0 +0613,0613,02,num,three_rule_comb0,66.0,[0 8 2],0 8 2],1,1.0 +0613,0613,02,num,three_rule_comb0,67.0,[8 3 9],8 3 9],1,1.0 +0613,0613,02,num,three_rule_comb0,68.0,[7 5 4],7 5 4],1,1.0 +0613,0613,02,num,three_rule_comb0,69.0,[2 1 7],2 1 7],1,1.0 +0613,0613,02,num,three_rule_comb0,70.0,[8 8 3],8 8 3],1,1.0 +0613,0613,02,num,three_rule_comb0,71.0,[7 8 6],7 8 6],1,1.0 +0613,0613,02,num,three_rule_comb0,72.0,[5 5 6],5 5 6],1,1.0 +0613,0613,02,num,three_rule_comb0,73.0,[1 2 8],1 2 8],1,1.0 +0613,0613,02,num,three_rule_comb0,74.0,[1 0 7],1 0 7],1,1.0 +0613,0613,02,num,three_rule_comb0,75.0,[6 9 3],6 9 3],1,1.0 +0613,0613,02,num,three_rule_comb0,76.0,[4 2 6],4 2 6],1,1.0 +0613,0613,02,num,three_rule_comb0,77.0,[4 6 7],4 6 7],1,1.0 +0613,0613,02,num,three_rule_comb0,78.0,[2 7 9],2 7 9],1,1.0 +0613,0613,02,num,three_rule_comb0,79.0,[6 9 2],6 9 2],1,1.0 +0613,0613,02,num,three_rule_comb0,80.0,[1 3 7],1 3 7],1,1.0 +0613,0613,02,num,three_rule_comb0,81.0,[8 2 3],8 2 3],1,1.0 +0613,0613,02,num,three_rule_comb0,82.0,[2 4 9],2 4 9],1,1.0 +0613,0613,02,num,three_rule_comb0,83.0,[6 9 7],None,0,1.0 +0613,0613,02,num,three_rule_comb0,84.0,[8 7 5],8 7 5],1,1.0 +0613,0613,02,num,three_rule_comb0,85.0,[8 9 7],8 9 7],1,1.0 +0613,0613,02,num,three_rule_comb0,86.0,[6 7 7],6 7 7],1,1.0 +0613,0613,02,num,three_rule_comb0,87.0,[6 1 9],6 1 9],1,1.0 +0613,0613,02,num,three_rule_comb0,88.0,[1 3 7],1 3 7],1,1.0 +0613,0613,02,num,three_rule_comb0,89.0,[2 1 9],2 1 9],1,1.0 +0613,0613,02,num,three_rule_comb0,90.0,[2 0 7],2 0 7],1,1.0 +0613,0613,02,num,three_rule_comb0,91.0,[4 0 4],4 0 4],1,1.0 +0613,0613,02,num,three_rule_comb0,92.0,[5 4 1],5 4 1],1,1.0 +0613,0613,02,num,three_rule_comb0,93.0,[0 8 2],0 8 2],1,1.0 +0613,0613,02,num,three_rule_comb0,94.0,[0 3 5],0 3 5],1,1.0 +0613,0613,02,num,three_rule_comb0,95.0,[7 9 2],7 9 2],1,1.0 +0613,0613,02,num,three_rule_comb0,96.0,[9 7 7],9 7 7],1,1.0 +0613,0613,02,num,three_rule_comb0,97.0,[2 1 8],2 1 8],1,1.0 +0613,0613,02,num,three_rule_comb0,98.0,[4 7 9],4 7 9],1,1.0 +0613,0613,02,num,three_rule_comb0,99.0,[5 8 1],5 8 1],1,1.0 +0613,0613,02,num,three_rule_comb1,0.0,[6 9 0],6 9 0],1,1.0 +0613,0613,02,num,three_rule_comb1,1.0,[8 9 9],8 9 9],1,1.0 +0613,0613,02,num,three_rule_comb1,2.0,[3 3 2],3 3 2],1,1.0 +0613,0613,02,num,three_rule_comb1,3.0,[6 4 8],6 4 8],1,1.0 +0613,0613,02,num,three_rule_comb1,4.0,[2 2 3],2 2 3],1,1.0 +0613,0613,02,num,three_rule_comb1,5.0,[2 3 5],2 2 5],0,1.0 +0613,0613,02,num,three_rule_comb1,6.0,[6 4 4],6 4 5],0,1.0 +0613,0613,02,num,three_rule_comb1,7.0,[5 7 6],5 7 6],1,1.0 +0613,0613,02,num,three_rule_comb1,8.0,[2 4 7],2 4 7],1,1.0 +0613,0613,02,num,three_rule_comb1,9.0,[7 7 8],7 7 8],1,1.0 +0613,0613,02,num,three_rule_comb1,10.0,[1 9 1],1 9 1],1,1.0 +0613,0613,02,num,three_rule_comb1,11.0,[3 5 5],3 5 3],0,1.0 +0613,0613,02,num,three_rule_comb1,12.0,[7 7 6],7 1 6],0,1.0 +0613,0613,02,num,three_rule_comb1,13.0,[8 3 2],8 3 2],1,1.0 +0613,0613,02,num,three_rule_comb1,14.0,[8 9 3],8 9 3],1,1.0 +0613,0613,02,num,three_rule_comb1,15.0,[0 3 0],0 3 0],1,1.0 +0613,0613,02,num,three_rule_comb1,16.0,[4 6 0],4 3 0],0,1.0 +0613,0613,02,num,three_rule_comb1,17.0,[2 7 0],2 7 0],1,1.0 +0613,0613,02,num,three_rule_comb1,18.0,[3 3 5],3 3 5],1,1.0 +0613,0613,02,num,three_rule_comb1,19.0,[7 4 9],7 4 9],1,1.0 +0613,0613,02,num,three_rule_comb1,20.0,[4 1 0],4 1 1],0,1.0 +0613,0613,02,num,three_rule_comb1,21.0,[9 1 6],0 1 6],0,1.0 +0613,0613,02,num,three_rule_comb1,22.0,[5 5 7],5 5 0],0,1.0 +0613,0613,02,num,three_rule_comb1,23.0,[1 8 9],1 4 9],0,1.0 +0613,0613,02,num,three_rule_comb1,24.0,[9 4 3],9 4 3],1,1.0 +0613,0613,02,num,three_rule_comb1,25.0,[8 4 6],8 4 6],1,1.0 +0613,0613,02,num,three_rule_comb1,26.0,[8 7 1],8 7 1],1,1.0 +0613,0613,02,num,three_rule_comb1,27.0,[9 9 5],9 9 2],0,1.0 +0613,0613,02,num,three_rule_comb1,28.0,[0 2 8],0 2 0],0,1.0 +0613,0613,02,num,three_rule_comb1,29.0,[8 6 2],8 6 2],1,1.0 +0613,0613,02,num,three_rule_comb1,30.0,[6 0 0],6 0 0],1,1.0 +0613,0613,02,num,three_rule_comb1,31.0,[3 9 8],3 9 8],1,1.0 +0613,0613,02,num,three_rule_comb1,32.0,[1 2 0],1 5 0],0,1.0 +0613,0613,02,num,three_rule_comb1,33.0,[2 6 1],2 2 1],0,1.0 +0613,0613,02,num,three_rule_comb1,34.0,[4 4 2],4 4 8],0,1.0 +0613,0613,02,num,three_rule_comb1,35.0,[8 1 2],8 1 2],1,1.0 +0613,0613,02,num,three_rule_comb1,36.0,[4 8 2],4 8 2],1,1.0 +0613,0613,02,num,three_rule_comb1,37.0,[5 5 6],5 5 6],1,1.0 +0613,0613,02,num,three_rule_comb1,38.0,[8 8 2],8 8 9],0,1.0 +0613,0613,02,num,three_rule_comb1,39.0,[9 2 5],9 2 5],1,1.0 +0613,0613,02,num,three_rule_comb1,40.0,[3 2 0],3 2 0],1,1.0 +0613,0613,02,num,three_rule_comb1,41.0,[5 2 5],5 2 5],1,1.0 +0613,0613,02,num,three_rule_comb1,42.0,[5 6 0],3 6 0],0,1.0 +0613,0613,02,num,three_rule_comb1,43.0,[7 1 3],7 1 3],1,1.0 +0613,0613,02,num,three_rule_comb1,44.0,[2 6 5],10 6 5],0,1.0 +0613,0613,02,num,three_rule_comb1,45.0,[5 9 9],5 9 9],1,1.0 +0613,0613,02,num,three_rule_comb1,46.0,[6 5 8],6 7 8],0,1.0 +0613,0613,02,num,three_rule_comb1,47.0,[8 7 0],8 1 0],0,1.0 +0613,0613,02,num,three_rule_comb1,48.0,[1 6 2],1 1 2],0,1.0 +0613,0613,02,num,three_rule_comb1,49.0,[7 2 5],2 2 5],0,1.0 +0613,0613,02,num,three_rule_comb1,50.0,[5 1 3],5 1 3],1,1.0 +0613,0613,02,num,three_rule_comb1,51.0,[6 0 0],6 5 0],0,1.0 +0613,0613,02,num,three_rule_comb1,52.0,[9 7 5],6 7 5],0,1.0 +0613,0613,02,num,three_rule_comb1,53.0,[6 9 6],None,0,1.0 +0613,0613,02,num,three_rule_comb1,54.0,[4 6 5],2 6 5],0,1.0 +0613,0613,02,num,three_rule_comb1,55.0,[5 9 3],5 9 3],1,1.0 +0613,0613,02,num,three_rule_comb1,56.0,[7 7 4],7 7 2],0,1.0 +0613,0613,02,num,three_rule_comb1,57.0,[9 4 9],5 4 9],0,1.0 +0613,0613,02,num,three_rule_comb1,58.0,[9 5 0],9 5 9],0,1.0 +0613,0613,02,num,three_rule_comb1,59.0,[5 0 1],5 0 1],1,1.0 +0613,0613,02,num,three_rule_comb1,60.0,[8 4 3],8 2 3],0,1.0 +0613,0613,02,num,three_rule_comb1,61.0,[5 8 3],5 8 10],0,1.0 +0613,0613,02,num,three_rule_comb1,62.0,[4 0 4],4 1 4],0,1.0 +0613,0613,02,num,three_rule_comb1,63.0,[9 8 2],9 8 2],1,1.0 +0613,0613,02,num,three_rule_comb1,64.0,[6 9 7],5 9 7],0,1.0 +0613,0613,02,num,three_rule_comb1,65.0,[5 6 0],5 6 0],1,1.0 +0613,0613,02,num,three_rule_comb1,66.0,[2 2 7],2 4 7],0,1.0 +0613,0613,02,num,three_rule_comb1,67.0,[1 4 5],1 4 5],1,1.0 +0613,0613,02,num,three_rule_comb1,68.0,[2 1 0],2 1 0],1,1.0 +0613,0613,02,num,three_rule_comb1,69.0,[6 3 9],9 3 9],0,1.0 +0613,0613,02,num,three_rule_comb1,70.0,[1 3 2],1 3 2],1,1.0 +0613,0613,02,num,three_rule_comb1,71.0,[0 1 1],0 2 1],0,1.0 +0613,0613,02,num,three_rule_comb1,72.0,[3 2 5],14 2 5],0,1.0 +0613,0613,02,num,three_rule_comb1,73.0,[5 0 0],5 0 8],0,1.0 +0613,0613,02,num,three_rule_comb1,74.0,[9 0 8],9 0 8],1,1.0 +0613,0613,02,num,three_rule_comb1,75.0,[9 2 0],4 2 0],0,1.0 +0613,0613,02,num,three_rule_comb1,76.0,[7 0 0],7 0 9],0,1.0 +0613,0613,02,num,three_rule_comb1,77.0,[3 1 8],3 1 8],1,1.0 +0613,0613,02,num,three_rule_comb1,78.0,[9 9 3],9 9 3],1,1.0 +0613,0613,02,num,three_rule_comb1,79.0,[2 3 4],2 2 4],0,1.0 +0613,0613,02,num,three_rule_comb1,80.0,[7 5 3],7 5 3],1,1.0 +0613,0613,02,num,three_rule_comb1,81.0,[9 7 3],9 7 3],1,1.0 +0613,0613,02,num,three_rule_comb1,82.0,[0 3 8],0 3 5],0,1.0 +0613,0613,02,num,three_rule_comb1,83.0,[5 0 1],5 0 1],1,1.0 +0613,0613,02,num,three_rule_comb1,84.0,[4 8 7],4 2 7],0,1.0 +0613,0613,02,num,three_rule_comb1,85.0,[8 1 2],8 1 4],0,1.0 +0613,0613,02,num,three_rule_comb1,86.0,[8 5 7],8 5 7],1,1.0 +0613,0613,02,num,three_rule_comb1,87.0,[1 0 7],1 0 7],1,1.0 +0613,0613,02,num,three_rule_comb1,88.0,[3 4 8],None,0,1.0 +0613,0613,02,num,three_rule_comb1,89.0,[9 7 4],None,0,1.0 +0613,0613,02,num,three_rule_comb1,90.0,[4 1 8],4 1 1],0,1.0 +0613,0613,02,num,three_rule_comb1,91.0,[1 1 3],1 9 3],0,1.0 +0613,0613,02,num,three_rule_comb1,92.0,[9 6 9],9 6 9],1,1.0 +0613,0613,02,num,three_rule_comb1,93.0,[3 8 1],3 8 1],1,1.0 +0613,0613,02,num,three_rule_comb1,94.0,[3 8 0],3 8 0],1,1.0 +0613,0613,02,num,three_rule_comb1,95.0,[1 5 5],1 5 5],1,1.0 +0613,0613,02,num,three_rule_comb1,96.0,[5 1 7],5 1 1],0,1.0 +0613,0613,02,num,three_rule_comb1,97.0,[3 5 5],3 5 5],1,1.0 +0613,0613,02,num,three_rule_comb1,98.0,[6 9 4],7 9 4],0,1.0 +0613,0613,02,num,three_rule_comb1,99.0,[7 5 7],7 10 7],0,1.0 +0613,0613,02,num,three_rule_comb2,0.0,[0 0 1],0 0 1],1,1.0 +0613,0613,02,num,three_rule_comb2,1.0,[1 1 9],1 1 9],1,1.0 +0613,0613,02,num,three_rule_comb2,2.0,[8 5 6],8 5 6],1,1.0 +0613,0613,02,num,three_rule_comb2,3.0,[2 8 8],2 8 8],1,1.0 +0613,0613,02,num,three_rule_comb2,4.0,[9 3 1],9 3 1],1,1.0 +0613,0613,02,num,three_rule_comb2,5.0,[2 3 2],2 3 2],1,1.0 +0613,0613,02,num,three_rule_comb2,6.0,[4 5 3],4 5 3],1,1.0 +0613,0613,02,num,three_rule_comb2,7.0,[7 4 9],7 4 9],1,1.0 +0613,0613,02,num,three_rule_comb2,8.0,[3 8 8],3 8 8],1,1.0 +0613,0613,02,num,three_rule_comb2,9.0,[1 8 5],1 8 5],1,1.0 +0613,0613,02,num,three_rule_comb2,10.0,[1 5 9],1 5 9],1,1.0 +0613,0613,02,num,three_rule_comb2,11.0,[5 9 0],5 9 0],1,1.0 +0613,0613,02,num,three_rule_comb2,12.0,[6 2 7],6 2 7],1,1.0 +0613,0613,02,num,three_rule_comb2,13.0,[5 2 7],5 2 7],1,1.0 +0613,0613,02,num,three_rule_comb2,14.0,[2 7 8],2 7 8],1,1.0 +0613,0613,02,num,three_rule_comb2,15.0,[9 5 2],9 5 2],1,1.0 +0613,0613,02,num,three_rule_comb2,16.0,[3 5 1],3 5 1],1,1.0 +0613,0613,02,num,three_rule_comb2,17.0,[3 0 3],3 0 3],1,1.0 +0613,0613,02,num,three_rule_comb2,18.0,[6 3 9],6 3 9],1,1.0 +0613,0613,02,num,three_rule_comb2,19.0,[4 7 4],4 7 4],1,1.0 +0613,0613,02,num,three_rule_comb2,20.0,[1 9 9],1 9 9],1,1.0 +0613,0613,02,num,three_rule_comb2,21.0,[5 5 3],5 5 3],1,1.0 +0613,0613,02,num,three_rule_comb2,22.0,[7 0 1],7 0 1],1,1.0 +0613,0613,02,num,three_rule_comb2,23.0,[2 1 8],2 1 8],1,1.0 +0613,0613,02,num,three_rule_comb2,24.0,[0 9 5],0 9 5],1,1.0 +0613,0613,02,num,three_rule_comb2,25.0,[6 8 4],6 8 4],1,1.0 +0613,0613,02,num,three_rule_comb2,26.0,[2 3 7],2 3 7],1,1.0 +0613,0613,02,num,three_rule_comb2,27.0,[1 5 2],1 5 2],1,1.0 +0613,0613,02,num,three_rule_comb2,28.0,[1 0 7],1 0 7],1,1.0 +0613,0613,02,num,three_rule_comb2,29.0,[6 5 1],6 5 1],1,1.0 +0613,0613,02,num,three_rule_comb2,30.0,[2 5 8],2 5 8],1,1.0 +0613,0613,02,num,three_rule_comb2,31.0,[1 0 1],1 0 1],1,1.0 +0613,0613,02,num,three_rule_comb2,32.0,[3 4 5],3 4 5],1,1.0 +0613,0613,02,num,three_rule_comb2,33.0,[6 7 2],6 7 2],1,1.0 +0613,0613,02,num,three_rule_comb2,34.0,[1 4 9],1 4 9],1,1.0 +0613,0613,02,num,three_rule_comb2,35.0,[1 0 3],1 0 3],1,1.0 +0613,0613,02,num,three_rule_comb2,36.0,[3 0 8],3 0 8],1,1.0 +0613,0613,02,num,three_rule_comb2,37.0,[6 2 2],6 2 2],1,1.0 +0613,0613,02,num,three_rule_comb2,38.0,[7 8 9],7 8 9],1,1.0 +0613,0613,02,num,three_rule_comb2,39.0,[0 1 9],0 1 9],1,1.0 +0613,0613,02,num,three_rule_comb2,40.0,[5 0 4],5 0 4],1,1.0 +0613,0613,02,num,three_rule_comb2,41.0,[4 8 7],4 8 7],1,1.0 +0613,0613,02,num,three_rule_comb2,42.0,[8 2 1],8 2 1],1,1.0 +0613,0613,02,num,three_rule_comb2,43.0,[7 6 7],7 6 7],1,1.0 +0613,0613,02,num,three_rule_comb2,44.0,[2 9 9],2 9 9],1,1.0 +0613,0613,02,num,three_rule_comb2,45.0,[0 1 7],0 1 7],1,1.0 +0613,0613,02,num,three_rule_comb2,46.0,[1 0 0],1 0 0],1,1.0 +0613,0613,02,num,three_rule_comb2,47.0,[4 4 7],4 4 7],1,1.0 +0613,0613,02,num,three_rule_comb2,48.0,[0 5 8],0 5 8],1,1.0 +0613,0613,02,num,three_rule_comb2,49.0,[8 8 2],8 8 2],1,1.0 +0613,0613,02,num,three_rule_comb2,50.0,[6 7 7],6 7 7],1,1.0 +0613,0613,02,num,three_rule_comb2,51.0,[4 2 3],4 2 3],1,1.0 +0613,0613,02,num,three_rule_comb2,52.0,[5 4 1],5 4 1],1,1.0 +0613,0613,02,num,three_rule_comb2,53.0,[1 1 4],1 1 4],1,1.0 +0613,0613,02,num,three_rule_comb2,54.0,[5 2 4],5 2 4],1,1.0 +0613,0613,02,num,three_rule_comb2,55.0,[8 6 8],8 6 8],1,1.0 +0613,0613,02,num,three_rule_comb2,56.0,[2 3 3],2 3 3],1,1.0 +0613,0613,02,num,three_rule_comb2,57.0,[1 2 8],1 2 8],1,1.0 +0613,0613,02,num,three_rule_comb2,58.0,[3 2 8],3 2 8],1,1.0 +0613,0613,02,num,three_rule_comb2,59.0,[1 6 4],1 6 4],1,1.0 +0613,0613,02,num,three_rule_comb2,60.0,[9 5 1],9 5 1],1,1.0 +0613,0613,02,num,three_rule_comb2,61.0,[7 7 7],7 7 7],1,1.0 +0613,0613,02,num,three_rule_comb2,62.0,[8 6 2],8 6 2],1,1.0 +0613,0613,02,num,three_rule_comb2,63.0,[6 5 7],6 5 7],1,1.0 +0613,0613,02,num,three_rule_comb2,64.0,[1 2 2],1 2 2],1,1.0 +0613,0613,02,num,three_rule_comb2,65.0,[3 0 6],3 0 6],1,1.0 +0613,0613,02,num,three_rule_comb2,66.0,[9 3 9],9 3 9],1,1.0 +0613,0613,02,num,three_rule_comb2,67.0,[9 8 9],9 8 9],1,1.0 +0613,0613,02,num,three_rule_comb2,68.0,[6 0 0],6 0 0],1,1.0 +0613,0613,02,num,three_rule_comb2,69.0,[9 9 7],9 9 7],1,1.0 +0613,0613,02,num,three_rule_comb2,70.0,[4 7 4],4 7 4],1,1.0 +0613,0613,02,num,three_rule_comb2,71.0,[0 1 5],0 1 5],1,1.0 +0613,0613,02,num,three_rule_comb2,72.0,[4 0 1],4 0 1],1,1.0 +0613,0613,02,num,three_rule_comb2,73.0,[1 3 6],1 3 6],1,1.0 +0613,0613,02,num,three_rule_comb2,74.0,[5 8 8],5 8 8],1,1.0 +0613,0613,02,num,three_rule_comb2,75.0,[7 3 0],7 3 0],1,1.0 +0613,0613,02,num,three_rule_comb2,76.0,[2 9 7],2 9 7],1,1.0 +0613,0613,02,num,three_rule_comb2,77.0,[1 9 8],1 9 8],1,1.0 +0613,0613,02,num,three_rule_comb2,78.0,[1 8 8],1 8 8],1,1.0 +0613,0613,02,num,three_rule_comb2,79.0,[7 4 7],7 4 7],1,1.0 +0613,0613,02,num,three_rule_comb2,80.0,[7 9 7],7 9 7],1,1.0 +0613,0613,02,num,three_rule_comb2,81.0,[7 0 6],7 0 6],1,1.0 +0613,0613,02,num,three_rule_comb2,82.0,[4 2 2],4 2 2],1,1.0 +0613,0613,02,num,three_rule_comb2,83.0,[6 0 7],6 0 7],1,1.0 +0613,0613,02,num,three_rule_comb2,84.0,[5 4 2],5 4 2],1,1.0 +0613,0613,02,num,three_rule_comb2,85.0,[8 6 0],8 6 0],1,1.0 +0613,0613,02,num,three_rule_comb2,86.0,[7 8 4],7 8 4],1,1.0 +0613,0613,02,num,three_rule_comb2,87.0,[0 3 8],0 3 8],1,1.0 +0613,0613,02,num,three_rule_comb2,88.0,[8 9 9],8 9 9],1,1.0 +0613,0613,02,num,three_rule_comb2,89.0,[4 2 2],4 2 2],1,1.0 +0613,0613,02,num,three_rule_comb2,90.0,[5 7 6],5 7 6],1,1.0 +0613,0613,02,num,three_rule_comb2,91.0,[5 0 1],5 0 1],1,1.0 +0613,0613,02,num,three_rule_comb2,92.0,[5 5 2],5 5 2],1,1.0 +0613,0613,02,num,three_rule_comb2,93.0,[4 5 1],4 5 1],1,1.0 +0613,0613,02,num,three_rule_comb2,94.0,[1 8 6],1 8 6],1,1.0 +0613,0613,02,num,three_rule_comb2,95.0,[4 8 9],4 8 9],1,1.0 +0613,0613,02,num,three_rule_comb2,96.0,[6 8 6],6 8 6],1,1.0 +0613,0613,02,num,three_rule_comb2,97.0,[7 3 4],7 3 4],1,1.0 +0613,0613,02,num,three_rule_comb2,98.0,[4 1 8],4 1 8],1,1.0 +0613,0613,02,num,three_rule_comb2,99.0,[8 0 8],8 0 8],1,1.0 +0613,0613,02,num,three_rule_comb3,0.0,[5 1 7],5 1 7],1,1.0 +0613,0613,02,num,three_rule_comb3,1.0,[2 1 2],2 1 2],1,1.0 +0613,0613,02,num,three_rule_comb3,2.0,[6 3 7],6 3 7],1,1.0 +0613,0613,02,num,three_rule_comb3,3.0,[4 8 9],4 8 9],1,1.0 +0613,0613,02,num,three_rule_comb3,4.0,[0 5 4],0 5 4],1,1.0 +0613,0613,02,num,three_rule_comb3,5.0,[4 1 4],4 1 4],1,1.0 +0613,0613,02,num,three_rule_comb3,6.0,[4 7 8],4 7 8],1,1.0 +0613,0613,02,num,three_rule_comb3,7.0,[9 0 6],9 0 6],1,1.0 +0613,0613,02,num,three_rule_comb3,8.0,[9 0 5],9 0 5],1,1.0 +0613,0613,02,num,three_rule_comb3,9.0,[9 0 4],9 0 4],1,1.0 +0613,0613,02,num,three_rule_comb3,10.0,[6 2 7],6 2 7],1,1.0 +0613,0613,02,num,three_rule_comb3,11.0,[0 7 5],0 1 5],0,1.0 +0613,0613,02,num,three_rule_comb3,12.0,[3 0 8],3 2 4],0,1.0 +0613,0613,02,num,three_rule_comb3,13.0,[2 6 9],2 6 9],1,1.0 +0613,0613,02,num,three_rule_comb3,14.0,[4 3 5],4 3 5],1,1.0 +0613,0613,02,num,three_rule_comb3,15.0,[1 3 9],1 3 9],1,1.0 +0613,0613,02,num,three_rule_comb3,16.0,[1 9 6],1 9 6],1,1.0 +0613,0613,02,num,three_rule_comb3,17.0,[8 9 9],8 9 9],1,1.0 +0613,0613,02,num,three_rule_comb3,18.0,[5 5 9],5 5 9],1,1.0 +0613,0613,02,num,three_rule_comb3,19.0,[7 2 1],7 2 1],1,1.0 +0613,0613,02,num,three_rule_comb3,20.0,[9 5 4],9 6 4],0,1.0 +0613,0613,02,num,three_rule_comb3,21.0,[3 3 2],3 3 2],1,1.0 +0613,0613,02,num,three_rule_comb3,22.0,[4 7 6],7 7 5],0,1.0 +0613,0613,02,num,three_rule_comb3,23.0,[3 3 9],3 3 9],1,1.0 +0613,0613,02,num,three_rule_comb3,24.0,[0 1 4],0 1 4],1,1.0 +0613,0613,02,num,three_rule_comb3,25.0,[1 6 8],1 8 5],0,1.0 +0613,0613,02,num,three_rule_comb3,26.0,[5 7 8],5 5 8],0,1.0 +0613,0613,02,num,three_rule_comb3,27.0,[1 1 3],1 6 4],0,1.0 +0613,0613,02,num,three_rule_comb3,28.0,[4 0 4],0 0 7],0,1.0 +0613,0613,02,num,three_rule_comb3,29.0,[0 6 7],0 6 7],1,1.0 +0613,0613,02,num,three_rule_comb3,30.0,[5 1 9],5 1 9],1,1.0 +0613,0613,02,num,three_rule_comb3,31.0,[6 4 8],6 4 8],1,1.0 +0613,0613,02,num,three_rule_comb3,32.0,[9 3 0],9 3 3],0,1.0 +0613,0613,02,num,three_rule_comb3,33.0,[9 9 5],9 2 5],0,1.0 +0613,0613,02,num,three_rule_comb3,34.0,[9 4 8],9 4 8],1,1.0 +0613,0613,02,num,three_rule_comb3,35.0,[3 3 8],3 3 8],1,1.0 +0613,0613,02,num,three_rule_comb3,36.0,[1 6 3],1 7 2],0,1.0 +0613,0613,02,num,three_rule_comb3,37.0,[4 5 7],4 0 7],0,1.0 +0613,0613,02,num,three_rule_comb3,38.0,[8 7 9],8 7 9],1,1.0 +0613,0613,02,num,three_rule_comb3,39.0,[3 8 3],3 8 3],1,1.0 +0613,0613,02,num,three_rule_comb3,40.0,[0 0 9],0 0 9],1,1.0 +0613,0613,02,num,three_rule_comb3,41.0,[5 2 2],5 2 2],1,1.0 +0613,0613,02,num,three_rule_comb3,42.0,[9 1 6],9 1 6],1,1.0 +0613,0613,02,num,three_rule_comb3,43.0,[3 4 3],3 4 3],1,1.0 +0613,0613,02,num,three_rule_comb3,44.0,[8 9 8],8 9 8],1,1.0 +0613,0613,02,num,three_rule_comb3,45.0,[9 9 0],9 9 0],1,1.0 +0613,0613,02,num,three_rule_comb3,46.0,[0 5 1],0 14 2],0,1.0 +0613,0613,02,num,three_rule_comb3,47.0,[6 4 2],6 4 2],1,1.0 +0613,0613,02,num,three_rule_comb3,48.0,[7 7 8],7 5 2],0,1.0 +0613,0613,02,num,three_rule_comb3,49.0,[9 9 4],None,0,1.0 +0613,0613,02,num,three_rule_comb3,50.0,[1 6 5],1 6 8],0,1.0 +0613,0613,02,num,three_rule_comb3,51.0,[9 0 8],9 0 8],1,1.0 +0613,0613,02,num,three_rule_comb3,52.0,[4 4 6],4 8 6],0,1.0 +0613,0613,02,num,three_rule_comb3,53.0,[6 0 1],6 0 1],1,1.0 +0613,0613,02,num,three_rule_comb3,54.0,[0 7 5],0 7 5],1,1.0 +0613,0613,02,num,three_rule_comb3,55.0,[4 2 3],4 2 3],1,1.0 +0613,0613,02,num,three_rule_comb3,56.0,[9 3 7],None,0,1.0 +0613,0613,02,num,three_rule_comb3,57.0,[6 3 3],6 3 3],1,1.0 +0613,0613,02,num,three_rule_comb3,58.0,[5 1 1],5 1 1],1,1.0 +0613,0613,02,num,three_rule_comb3,59.0,[1 6 1],1 6 1],1,1.0 +0613,0613,02,num,three_rule_comb3,60.0,[6 1 0],6 1 0],1,1.0 +0613,0613,02,num,three_rule_comb3,61.0,[8 4 8],1 8 8],0,1.0 +0613,0613,02,num,three_rule_comb3,62.0,[5 4 7],5 4 7],1,1.0 +0613,0613,02,num,three_rule_comb3,63.0,[6 3 3],6 3 3],1,1.0 +0613,0613,02,num,three_rule_comb3,64.0,[3 0 7],3 0 7],1,1.0 +0613,0613,02,num,three_rule_comb3,65.0,[7 7 9],7 7 9],1,1.0 +0613,0613,02,num,three_rule_comb3,66.0,[8 7 6],8 7 2],0,1.0 +0613,0613,02,num,three_rule_comb3,67.0,[1 8 6],1 8 6],1,1.0 +0613,0613,02,num,three_rule_comb3,68.0,[2 3 2],2 3 2],1,1.0 +0613,0613,02,num,three_rule_comb3,69.0,[8 5 4],8 5 4],1,1.0 +0613,0613,02,num,three_rule_comb3,70.0,[8 6 2],8 6 2],1,1.0 +0613,0613,02,num,three_rule_comb3,71.0,[1 9 4],1 9 4],1,1.0 +0613,0613,02,num,three_rule_comb3,72.0,[3 2 6],6 6 6],0,1.0 +0613,0613,02,num,three_rule_comb3,73.0,[9 8 0],9 8 0],1,1.0 +0613,0613,02,num,three_rule_comb3,74.0,[7 8 3],7 8 3],1,1.0 +0613,0613,02,num,three_rule_comb3,75.0,[4 1 4],4 1 4],1,1.0 +0613,0613,02,num,three_rule_comb3,76.0,[3 5 4],3 5 4],1,1.0 +0613,0613,02,num,three_rule_comb3,77.0,[6 9 3],6 9 3],1,1.0 +0613,0613,02,num,three_rule_comb3,78.0,[1 5 9],5 5 4],0,1.0 +0613,0613,02,num,three_rule_comb3,79.0,[3 8 6],3 8 6],1,1.0 +0613,0613,02,num,three_rule_comb3,80.0,[4 5 1],4 8 1],0,1.0 +0613,0613,02,num,three_rule_comb3,81.0,[9 1 6],9 1 6],1,1.0 +0613,0613,02,num,three_rule_comb3,82.0,[1 5 9],1 5 9],1,1.0 +0613,0613,02,num,three_rule_comb3,83.0,[9 1 7],9 1 7],1,1.0 +0613,0613,02,num,three_rule_comb3,84.0,[6 1 3],6 1 3],1,1.0 +0613,0613,02,num,three_rule_comb3,85.0,[3 0 6],3 0 6],1,1.0 +0613,0613,02,num,three_rule_comb3,86.0,[7 6 2],7 6 2],1,1.0 +0613,0613,02,num,three_rule_comb3,87.0,[7 6 6],7 6 6],1,1.0 +0613,0613,02,num,three_rule_comb3,88.0,[7 7 7],7 7 7],1,1.0 +0613,0613,02,num,three_rule_comb3,89.0,[1 4 9],1 4 1],0,1.0 +0613,0613,02,num,three_rule_comb3,90.0,[4 9 3],4 9 3],1,1.0 +0613,0613,02,num,three_rule_comb3,91.0,[1 0 8],1 0 8],1,1.0 +0613,0613,02,num,three_rule_comb3,92.0,[2 4 7],7 2 7],0,1.0 +0613,0613,02,num,three_rule_comb3,93.0,[4 1 9],4 1 9],1,1.0 +0613,0613,02,num,three_rule_comb3,94.0,[6 0 5],4 0 5],0,1.0 +0613,0613,02,num,three_rule_comb3,95.0,[7 9 7],7 9 7],1,1.0 +0613,0613,02,num,three_rule_comb3,96.0,[4 4 1],4 4 1],1,1.0 +0613,0613,02,num,three_rule_comb3,97.0,[6 1 5],6 1 5],1,1.0 +0613,0613,02,num,three_rule_comb3,98.0,[0 8 2],0 8 2],1,1.0 +0613,0613,02,num,three_rule_comb3,99.0,[0 6 2],0 6 2],1,1.0 +0613,0613,02,num,three_rule_comb4,0.0,[8 7 0],8 7 1],0,1.0 +0613,0613,02,num,three_rule_comb4,1.0,[7 9 4],7 9 4],1,1.0 +0613,0613,02,num,three_rule_comb4,2.0,[9 3 1],9 4 1],0,1.0 +0613,0613,02,num,three_rule_comb4,3.0,[9 7 0],9 7 0],1,1.0 +0613,0613,02,num,three_rule_comb4,4.0,[9 8 3],9 4 3],0,1.0 +0613,0613,02,num,three_rule_comb4,5.0,[4 8 5],4 8 5],1,1.0 +0613,0613,02,num,three_rule_comb4,6.0,[9 3 6],9 3 6],1,1.0 +0613,0613,02,num,three_rule_comb4,7.0,[2 5 8],2 2 8],0,1.0 +0613,0613,02,num,three_rule_comb4,8.0,[6 0 5],6 0 5],1,1.0 +0613,0613,02,num,three_rule_comb4,9.0,[0 1 9],0 1 9],1,1.0 +0613,0613,02,num,three_rule_comb4,10.0,[8 1 5],8 1 5],1,1.0 +0613,0613,02,num,three_rule_comb4,11.0,[7 3 8],7 3 8],1,1.0 +0613,0613,02,num,three_rule_comb4,12.0,[4 3 3],4 3 6],0,1.0 +0613,0613,02,num,three_rule_comb4,13.0,[0 8 0],0 8 0],1,1.0 +0613,0613,02,num,three_rule_comb4,14.0,[3 0 9],3 0 9],1,1.0 +0613,0613,02,num,three_rule_comb4,15.0,[9 8 8],9 8 1],0,1.0 +0613,0613,02,num,three_rule_comb4,16.0,[0 0 0],0 0 0],1,1.0 +0613,0613,02,num,three_rule_comb4,17.0,[2 7 1],2 6 1],0,1.0 +0613,0613,02,num,three_rule_comb4,18.0,[7 4 2],7 4 3],0,1.0 +0613,0613,02,num,three_rule_comb4,19.0,[5 4 5],5 4 1],0,1.0 +0613,0613,02,num,three_rule_comb4,20.0,[2 5 2],2 5 2],1,1.0 +0613,0613,02,num,three_rule_comb4,21.0,[3 3 4],3 3 7],0,1.0 +0613,0613,02,num,three_rule_comb4,22.0,[5 0 3],5 3 3],0,1.0 +0613,0613,02,num,three_rule_comb4,23.0,[3 0 8],3 0 3],0,1.0 +0613,0613,02,num,three_rule_comb4,24.0,[5 8 0],5 8 0],1,1.0 +0613,0613,02,num,three_rule_comb4,25.0,[2 1 2],2 1 4],0,1.0 +0613,0613,02,num,three_rule_comb4,26.0,[2 7 2],2 2 2],0,1.0 +0613,0613,02,num,three_rule_comb4,27.0,[5 9 8],5 9 1],0,1.0 +0613,0613,02,num,three_rule_comb4,28.0,[2 7 5],2 7 5],1,1.0 +0613,0613,02,num,three_rule_comb4,29.0,[5 5 1],5 5 1],1,1.0 +0613,0613,02,num,three_rule_comb4,30.0,[4 4 1],4 4 0],0,1.0 +0613,0613,02,num,three_rule_comb4,31.0,[1 3 4],1 3 7],0,1.0 +0613,0613,02,num,three_rule_comb4,32.0,[5 9 3],5 9 3],1,1.0 +0613,0613,02,num,three_rule_comb4,33.0,[0 8 0],0 8 0],1,1.0 +0613,0613,02,num,three_rule_comb4,34.0,[6 6 8],7 6 8],0,1.0 +0613,0613,02,num,three_rule_comb4,35.0,[1 2 8],1 2 8],1,1.0 +0613,0613,02,num,three_rule_comb4,36.0,[5 8 3],5 8 8],0,1.0 +0613,0613,02,num,three_rule_comb4,37.0,[2 0 1],2 0 6],0,1.0 +0613,0613,02,num,three_rule_comb4,38.0,[1 4 6],1 4 3],0,1.0 +0613,0613,02,num,three_rule_comb4,39.0,[5 4 8],5 4 8],1,1.0 +0613,0613,02,num,three_rule_comb4,40.0,[1 6 1],1 6 8],0,1.0 +0613,0613,02,num,three_rule_comb4,41.0,[7 3 8],7 3 8],1,1.0 +0613,0613,02,num,three_rule_comb4,42.0,[8 4 5],8 4 2],0,1.0 +0613,0613,02,num,three_rule_comb4,43.0,[5 3 8],8 3 8],0,1.0 +0613,0613,02,num,three_rule_comb4,44.0,[7 1 9],7 1 9],1,1.0 +0613,0613,02,num,three_rule_comb4,45.0,[7 8 4],7 2 4],0,1.0 +0613,0613,02,num,three_rule_comb4,46.0,[2 2 1],2 2 5],0,1.0 +0613,0613,02,num,three_rule_comb4,47.0,[9 9 8],9 9 8],1,1.0 +0613,0613,02,num,three_rule_comb4,48.0,[0 2 3],0 2 3],1,1.0 +0613,0613,02,num,three_rule_comb4,49.0,[1 6 9],1 6 10],0,1.0 +0613,0613,02,num,three_rule_comb4,50.0,[4 8 5],-2 8 5],0,1.0 +0613,0613,02,num,three_rule_comb4,51.0,[8 8 6],8 8 6],1,1.0 +0613,0613,02,num,three_rule_comb4,52.0,[8 4 0],8 0 0],0,1.0 +0613,0613,02,num,three_rule_comb4,53.0,[0 9 9],0 9 9],1,1.0 +0613,0613,02,num,three_rule_comb4,54.0,[3 4 7],3 4 7],1,1.0 +0613,0613,02,num,three_rule_comb4,55.0,[4 7 6],4 7 6],1,1.0 +0613,0613,02,num,three_rule_comb4,56.0,[7 5 5],7 8 5],0,1.0 +0613,0613,02,num,three_rule_comb4,57.0,[6 7 1],6 4 1],0,1.0 +0613,0613,02,num,three_rule_comb4,58.0,[2 9 9],5 9 9],0,1.0 +0613,0613,02,num,three_rule_comb4,59.0,[5 3 5],5 3 5],1,1.0 +0613,0613,02,num,three_rule_comb4,60.0,[0 8 4],0 5 4],0,1.0 +0613,0613,02,num,three_rule_comb4,61.0,[2 3 8],2 3 8],1,1.0 +0613,0613,02,num,three_rule_comb4,62.0,[8 1 9],8 1 9],1,1.0 +0613,0613,02,num,three_rule_comb4,63.0,[0 7 4],0 0 4],0,1.0 +0613,0613,02,num,three_rule_comb4,64.0,[5 9 2],5 9 4],0,1.0 +0613,0613,02,num,three_rule_comb4,65.0,[6 6 2],6 5 2],0,1.0 +0613,0613,02,num,three_rule_comb4,66.0,[8 0 0],8 0 0],1,1.0 +0613,0613,02,num,three_rule_comb4,67.0,[6 9 9],2 9 9],0,1.0 +0613,0613,02,num,three_rule_comb4,68.0,[0 9 4],0 2 4],0,1.0 +0613,0613,02,num,three_rule_comb4,69.0,[5 8 6],5 8 3],0,1.0 +0613,0613,02,num,three_rule_comb4,70.0,[0 3 5],0 3 0],0,1.0 +0613,0613,02,num,three_rule_comb4,71.0,[3 2 8],3 2 1],0,1.0 +0613,0613,02,num,three_rule_comb4,72.0,[7 7 4],7 7 4],1,1.0 +0613,0613,02,num,three_rule_comb4,73.0,[1 7 2],1 7 2],1,1.0 +0613,0613,02,num,three_rule_comb4,74.0,[0 7 5],0 7 5],1,1.0 +0613,0613,02,num,three_rule_comb4,75.0,[0 3 3],0 3 3],1,1.0 +0613,0613,02,num,three_rule_comb4,76.0,[5 9 5],5 9 5],1,1.0 +0613,0613,02,num,three_rule_comb4,77.0,[8 2 9],8 5 9],0,1.0 +0613,0613,02,num,three_rule_comb4,78.0,[5 1 1],5 1 1],1,1.0 +0613,0613,02,num,three_rule_comb4,79.0,[6 7 5],6 7 6],0,1.0 +0613,0613,02,num,three_rule_comb4,80.0,[4 4 0],4 1 0],0,1.0 +0613,0613,02,num,three_rule_comb4,81.0,[8 4 7],8 4 7],1,1.0 +0613,0613,02,num,three_rule_comb4,82.0,[9 0 2],9 0 5],0,1.0 +0613,0613,02,num,three_rule_comb4,83.0,[5 3 9],5 1 9],0,1.0 +0613,0613,02,num,three_rule_comb4,84.0,[4 2 8],4 5 8],0,1.0 +0613,0613,02,num,three_rule_comb4,85.0,[8 2 4],8 2 4],1,1.0 +0613,0613,02,num,three_rule_comb4,86.0,[2 8 8],2 8 8],1,1.0 +0613,0613,02,num,three_rule_comb4,87.0,[3 6 5],4 6 5],0,1.0 +0613,0613,02,num,three_rule_comb4,88.0,[8 7 5],8 7 8],0,1.0 +0613,0613,02,num,three_rule_comb4,89.0,[9 9 5],9 9 5],1,1.0 +0613,0613,02,num,three_rule_comb4,90.0,[8 6 2],8 6 2],1,1.0 +0613,0613,02,num,three_rule_comb4,91.0,[5 6 1],5 6 1],1,1.0 +0613,0613,02,num,three_rule_comb4,92.0,[2 9 4],2 3 4],0,1.0 +0613,0613,02,num,three_rule_comb4,93.0,[4 9 6],None,0,1.0 +0613,0613,02,num,three_rule_comb4,94.0,[5 4 5],5 4 5],1,1.0 +0613,0613,02,num,three_rule_comb4,95.0,[7 2 6],7 2 0],0,1.0 +0613,0613,02,num,three_rule_comb4,96.0,[5 1 7],5 1 2],0,1.0 +0613,0613,02,num,three_rule_comb4,97.0,[5 1 1],2 1 1],0,1.0 +0613,0613,02,num,three_rule_comb4,98.0,[0 7 8],0 7 3],0,1.0 +0613,0613,02,num,three_rule_comb4,99.0,[4 0 9],4 0 0],0,1.0 +0613,0613,02,num,three_rule_comb5,0.0,[5 0 7],5 0 7],1,1.0 +0613,0613,02,num,three_rule_comb5,1.0,[3 3 1],3 3 1],1,1.0 +0613,0613,02,num,three_rule_comb5,2.0,[5 3 1],5 3 1],1,1.0 +0613,0613,02,num,three_rule_comb5,3.0,[5 9 2],5 9 2],1,1.0 +0613,0613,02,num,three_rule_comb5,4.0,[0 2 4],0 2 4],1,1.0 +0613,0613,02,num,three_rule_comb5,5.0,[9 2 8],9 2 8],1,1.0 +0613,0613,02,num,three_rule_comb5,6.0,[2 8 7],2 8 7],1,1.0 +0613,0613,02,num,three_rule_comb5,7.0,[8 4 5],8 4 5],1,1.0 +0613,0613,02,num,three_rule_comb5,8.0,[7 4 7],7 4 7],1,1.0 +0613,0613,02,num,three_rule_comb5,9.0,[6 1 5],6 1 5],1,1.0 +0613,0613,02,num,three_rule_comb5,10.0,[5 5 6],5 5 6],1,1.0 +0613,0613,02,num,three_rule_comb5,11.0,[2 4 8],2 4 8],1,1.0 +0613,0613,02,num,three_rule_comb5,12.0,[0 6 0],0 6 0],1,1.0 +0613,0613,02,num,three_rule_comb5,13.0,[9 4 0],9 4 0],1,1.0 +0613,0613,02,num,three_rule_comb5,14.0,[6 3 2],6 3 2],1,1.0 +0613,0613,02,num,three_rule_comb5,15.0,[0 9 8],0 9 8],1,1.0 +0613,0613,02,num,three_rule_comb5,16.0,[7 5 6],7 5 6],1,1.0 +0613,0613,02,num,three_rule_comb5,17.0,[0 1 7],0 1 7],1,1.0 +0613,0613,02,num,three_rule_comb5,18.0,[1 4 1],1 4 1],1,1.0 +0613,0613,02,num,three_rule_comb5,19.0,[0 1 0],0 1 0],1,1.0 +0613,0613,02,num,three_rule_comb5,20.0,[4 4 9],4 4 9],1,1.0 +0613,0613,02,num,three_rule_comb5,21.0,[1 7 4],1 7 4],1,1.0 +0613,0613,02,num,three_rule_comb5,22.0,[9 4 4],9 4 4],1,1.0 +0613,0613,02,num,three_rule_comb5,23.0,[5 4 0],5 4 0],1,1.0 +0613,0613,02,num,three_rule_comb5,24.0,[6 0 4],6 0 4],1,1.0 +0613,0613,02,num,three_rule_comb5,25.0,[8 6 1],8 6 1],1,1.0 +0613,0613,02,num,three_rule_comb5,26.0,[7 4 8],7 4 8],1,1.0 +0613,0613,02,num,three_rule_comb5,27.0,[9 3 6],9 3 6],1,1.0 +0613,0613,02,num,three_rule_comb5,28.0,[4 8 3],4 8 3],1,1.0 +0613,0613,02,num,three_rule_comb5,29.0,[9 8 0],9 8 0],1,1.0 +0613,0613,02,num,three_rule_comb5,30.0,[5 9 5],5 9 5],1,1.0 +0613,0613,02,num,three_rule_comb5,31.0,[5 4 4],5 4 4],1,1.0 +0613,0613,02,num,three_rule_comb5,32.0,[5 5 9],5 5 9],1,1.0 +0613,0613,02,num,three_rule_comb5,33.0,[7 1 8],7 1 8],1,1.0 +0613,0613,02,num,three_rule_comb5,34.0,[4 0 5],4 0 5],1,1.0 +0613,0613,02,num,three_rule_comb5,35.0,[5 9 2],5 9 2],1,1.0 +0613,0613,02,num,three_rule_comb5,36.0,[1 2 2],1 2 2],1,1.0 +0613,0613,02,num,three_rule_comb5,37.0,[5 2 7],5 2 7],1,1.0 +0613,0613,02,num,three_rule_comb5,38.0,[3 9 1],3 9 1],1,1.0 +0613,0613,02,num,three_rule_comb5,39.0,[3 8 9],3 8 9],1,1.0 +0613,0613,02,num,three_rule_comb5,40.0,[0 0 0],0 0 0],1,1.0 +0613,0613,02,num,three_rule_comb5,41.0,[7 0 3],7 0 3],1,1.0 +0613,0613,02,num,three_rule_comb5,42.0,[3 6 8],3 6 8],1,1.0 +0613,0613,02,num,three_rule_comb5,43.0,[5 1 0],5 1 0],1,1.0 +0613,0613,02,num,three_rule_comb5,44.0,[6 4 9],None,0,1.0 +0613,0613,02,num,three_rule_comb5,45.0,[5 3 0],5 3 0],1,1.0 +0613,0613,02,num,three_rule_comb5,46.0,[3 3 8],3 3 8],1,1.0 +0613,0613,02,num,three_rule_comb5,47.0,[9 9 8],9 9 8],1,1.0 +0613,0613,02,num,three_rule_comb5,48.0,[5 3 4],5 3 4],1,1.0 +0613,0613,02,num,three_rule_comb5,49.0,[3 4 9],3 4 9],1,1.0 +0613,0613,02,num,three_rule_comb5,50.0,[2 1 7],2 1 7],1,1.0 +0613,0613,02,num,three_rule_comb5,51.0,[2 2 5],2 2 5],1,1.0 +0613,0613,02,num,three_rule_comb5,52.0,[1 4 9],1 4 9],1,1.0 +0613,0613,02,num,three_rule_comb5,53.0,[1 5 9],1 5 9],1,1.0 +0613,0613,02,num,three_rule_comb5,54.0,[0 8 8],0 8 8],1,1.0 +0613,0613,02,num,three_rule_comb5,55.0,[0 5 9],0 5 9],1,1.0 +0613,0613,02,num,three_rule_comb5,56.0,[0 6 2],0 6 2],1,1.0 +0613,0613,02,num,three_rule_comb5,57.0,[4 3 1],4 3 1],1,1.0 +0613,0613,02,num,three_rule_comb5,58.0,[0 6 9],0 6 9],1,1.0 +0613,0613,02,num,three_rule_comb5,59.0,[8 7 0],8 7 0],1,1.0 +0613,0613,02,num,three_rule_comb5,60.0,[1 4 7],1 4 7],1,1.0 +0613,0613,02,num,three_rule_comb5,61.0,[7 4 1],7 4 1],1,1.0 +0613,0613,02,num,three_rule_comb5,62.0,[4 0 4],4 0 4],1,1.0 +0613,0613,02,num,three_rule_comb5,63.0,[9 0 1],9 0 1],1,1.0 +0613,0613,02,num,three_rule_comb5,64.0,[7 0 8],7 0 8],1,1.0 +0613,0613,02,num,three_rule_comb5,65.0,[3 4 8],3 4 8],1,1.0 +0613,0613,02,num,three_rule_comb5,66.0,[9 1 0],9 1 0],1,1.0 +0613,0613,02,num,three_rule_comb5,67.0,[1 1 5],1 1 5],1,1.0 +0613,0613,02,num,three_rule_comb5,68.0,[3 5 3],3 5 3],1,1.0 +0613,0613,02,num,three_rule_comb5,69.0,[3 4 4],3 4 4],1,1.0 +0613,0613,02,num,three_rule_comb5,70.0,[3 2 5],3 2 5],1,1.0 +0613,0613,02,num,three_rule_comb5,71.0,[0 5 5],0 5 5],1,1.0 +0613,0613,02,num,three_rule_comb5,72.0,[5 9 7],5 9 7],1,1.0 +0613,0613,02,num,three_rule_comb5,73.0,[9 9 3],9 9 3],1,1.0 +0613,0613,02,num,three_rule_comb5,74.0,[8 4 5],8 4 5],1,1.0 +0613,0613,02,num,three_rule_comb5,75.0,[3 5 8],3 5 8],1,1.0 +0613,0613,02,num,three_rule_comb5,76.0,[4 3 3],4 3 3],1,1.0 +0613,0613,02,num,three_rule_comb5,77.0,[8 0 6],8 0 6],1,1.0 +0613,0613,02,num,three_rule_comb5,78.0,[8 6 7],8 6 7],1,1.0 +0613,0613,02,num,three_rule_comb5,79.0,[9 1 0],9 1 0],1,1.0 +0613,0613,02,num,three_rule_comb5,80.0,[0 9 5],0 9 5],1,1.0 +0613,0613,02,num,three_rule_comb5,81.0,[4 3 2],4 3 2],1,1.0 +0613,0613,02,num,three_rule_comb5,82.0,[2 8 6],2 8 6],1,1.0 +0613,0613,02,num,three_rule_comb5,83.0,[1 7 6],1 7 6],1,1.0 +0613,0613,02,num,three_rule_comb5,84.0,[9 0 9],9 0 9],1,1.0 +0613,0613,02,num,three_rule_comb5,85.0,[5 0 5],5 0 5],1,1.0 +0613,0613,02,num,three_rule_comb5,86.0,[1 0 7],1 8 4],0,1.0 +0613,0613,02,num,three_rule_comb5,87.0,[8 4 8],8 4 8],1,1.0 +0613,0613,02,num,three_rule_comb5,88.0,[9 2 7],None,0,1.0 +0613,0613,02,num,three_rule_comb5,89.0,[0 2 5],0 2 5],1,1.0 +0613,0613,02,num,three_rule_comb5,90.0,[7 5 2],7 5 2],1,1.0 +0613,0613,02,num,three_rule_comb5,91.0,[0 8 2],0 8 2],1,1.0 +0613,0613,02,num,three_rule_comb5,92.0,[1 0 9],1 0 9],1,1.0 +0613,0613,02,num,three_rule_comb5,93.0,[0 1 8],0 1 8],1,1.0 +0613,0613,02,num,three_rule_comb5,94.0,[3 4 1],3 4 1],1,1.0 +0613,0613,02,num,three_rule_comb5,95.0,[4 9 2],4 9 2],1,1.0 +0613,0613,02,num,three_rule_comb5,96.0,[9 9 5],9 9 5],1,1.0 +0613,0613,02,num,three_rule_comb5,97.0,[8 9 1],8 9 1],1,1.0 +0613,0613,02,num,three_rule_comb5,98.0,[4 2 4],4 2 4],1,1.0 +0613,0613,02,num,three_rule_comb5,99.0,[4 6 4],4 6 4],1,1.0 +0613,0613,02,num,three_rule_comb6,0.0,[0 1 6],0 1 6],1,1.0 +0613,0613,02,num,three_rule_comb6,1.0,[7 1 9],7 1 9],1,1.0 +0613,0613,02,num,three_rule_comb6,2.0,[1 0 2],1 0 2],1,1.0 +0613,0613,02,num,three_rule_comb6,3.0,[3 1 9],3 1 9],1,1.0 +0613,0613,02,num,three_rule_comb6,4.0,[2 5 3],2 5 3],1,1.0 +0613,0613,02,num,three_rule_comb6,5.0,[2 0 9],2 0 9],1,1.0 +0613,0613,02,num,three_rule_comb6,6.0,[5 0 9],5 0 9],1,1.0 +0613,0613,02,num,three_rule_comb6,7.0,[6 2 7],6 2 7],1,1.0 +0613,0613,02,num,three_rule_comb6,8.0,[4 9 1],4 9 1],1,1.0 +0613,0613,02,num,three_rule_comb6,9.0,[5 5 1],5 5 1],1,1.0 +0613,0613,02,num,three_rule_comb6,10.0,[3 1 8],3 1 8],1,1.0 +0613,0613,02,num,three_rule_comb6,11.0,[0 5 9],0 5 9],1,1.0 +0613,0613,02,num,three_rule_comb6,12.0,[7 1 1],7 1 1],1,1.0 +0613,0613,02,num,three_rule_comb6,13.0,[9 1 4],9 1 4],1,1.0 +0613,0613,02,num,three_rule_comb6,14.0,[4 2 9],4 2 9],1,1.0 +0613,0613,02,num,three_rule_comb6,15.0,[9 0 8],9 0 8],1,1.0 +0613,0613,02,num,three_rule_comb6,16.0,[0 5 4],0 5 4],1,1.0 +0613,0613,02,num,three_rule_comb6,17.0,[4 5 9],4 5 9],1,1.0 +0613,0613,02,num,three_rule_comb6,18.0,[6 9 5],6 9 5],1,1.0 +0613,0613,02,num,three_rule_comb6,19.0,[6 7 2],6 7 2],1,1.0 +0613,0613,02,num,three_rule_comb6,20.0,[9 4 9],9 4 9],1,1.0 +0613,0613,02,num,three_rule_comb6,21.0,[6 9 8],6 6 8],0,1.0 +0613,0613,02,num,three_rule_comb6,22.0,[8 3 9],8 3 9],1,1.0 +0613,0613,02,num,three_rule_comb6,23.0,[9 9 5],9 9 5],1,1.0 +0613,0613,02,num,three_rule_comb6,24.0,[7 6 7],7 6 7],1,1.0 +0613,0613,02,num,three_rule_comb6,25.0,[4 8 8],4 8 8],1,1.0 +0613,0613,02,num,three_rule_comb6,26.0,[0 7 8],0 7 6],0,1.0 +0613,0613,02,num,three_rule_comb6,27.0,[1 4 3],1 4 3],1,1.0 +0613,0613,02,num,three_rule_comb6,28.0,[6 4 6],6 4 6],1,1.0 +0613,0613,02,num,three_rule_comb6,29.0,[1 2 4],1 2 4],1,1.0 +0613,0613,02,num,three_rule_comb6,30.0,[8 9 3],8 9 3],1,1.0 +0613,0613,02,num,three_rule_comb6,31.0,[5 1 8],5 1 8],1,1.0 +0613,0613,02,num,three_rule_comb6,32.0,[4 0 4],4 0 4],1,1.0 +0613,0613,02,num,three_rule_comb6,33.0,[8 4 1],8 4 1],1,1.0 +0613,0613,02,num,three_rule_comb6,34.0,[9 5 3],9 5 3],1,1.0 +0613,0613,02,num,three_rule_comb6,35.0,[7 2 1],7 2 1],1,1.0 +0613,0613,02,num,three_rule_comb6,36.0,[3 4 2],3 4 2],1,1.0 +0613,0613,02,num,three_rule_comb6,37.0,[0 5 0],0 5 0],1,1.0 +0613,0613,02,num,three_rule_comb6,38.0,[1 1 2],1 1 2],1,1.0 +0613,0613,02,num,three_rule_comb6,39.0,[2 5 3],2 5 3],1,1.0 +0613,0613,02,num,three_rule_comb6,40.0,[8 7 5],8 7 5],1,1.0 +0613,0613,02,num,three_rule_comb6,41.0,[5 8 5],5 8 5],1,1.0 +0613,0613,02,num,three_rule_comb6,42.0,[2 2 4],2 2 4],1,1.0 +0613,0613,02,num,three_rule_comb6,43.0,[0 9 1],0 9 1],1,1.0 +0613,0613,02,num,three_rule_comb6,44.0,[9 6 5],None,0,1.0 +0613,0613,02,num,three_rule_comb6,45.0,[0 3 1],0 3 1],1,1.0 +0613,0613,02,num,three_rule_comb6,46.0,[0 0 3],0 0 3],1,1.0 +0613,0613,02,num,three_rule_comb6,47.0,[9 5 6],None,0,1.0 +0613,0613,02,num,three_rule_comb6,48.0,[9 7 3],2 7 9],0,1.0 +0613,0613,02,num,three_rule_comb6,49.0,[8 6 0],8 6 0],1,1.0 +0613,0613,02,num,three_rule_comb6,50.0,[0 1 6],0 1 6],1,1.0 +0613,0613,02,num,three_rule_comb6,51.0,[4 1 2],4 1 2],1,1.0 +0613,0613,02,num,three_rule_comb6,52.0,[8 9 3],8 9 3],1,1.0 +0613,0613,02,num,three_rule_comb6,53.0,[9 0 5],9 0 5],1,1.0 +0613,0613,02,num,three_rule_comb6,54.0,[4 4 6],4 4 6],1,1.0 +0613,0613,02,num,three_rule_comb6,55.0,[6 2 9],6 2 9],1,1.0 +0613,0613,02,num,three_rule_comb6,56.0,[4 8 1],4 8 1],1,1.0 +0613,0613,02,num,three_rule_comb6,57.0,[2 6 8],2 6 8],1,1.0 +0613,0613,02,num,three_rule_comb6,58.0,[2 5 6],2 5 6],1,1.0 +0613,0613,02,num,three_rule_comb6,59.0,[5 5 1],5 5 1],1,1.0 +0613,0613,02,num,three_rule_comb6,60.0,[8 1 3],8 1 3],1,1.0 +0613,0613,02,num,three_rule_comb6,61.0,[2 6 3],2 6 3],1,1.0 +0613,0613,02,num,three_rule_comb6,62.0,[0 5 4],0 5 4],1,1.0 +0613,0613,02,num,three_rule_comb6,63.0,[6 8 3],6 8 3],1,1.0 +0613,0613,02,num,three_rule_comb6,64.0,[6 3 1],6 3 1],1,1.0 +0613,0613,02,num,three_rule_comb6,65.0,[1 3 6],1 3 6],1,1.0 +0613,0613,02,num,three_rule_comb6,66.0,[6 1 6],6 1 6],1,1.0 +0613,0613,02,num,three_rule_comb6,67.0,[6 8 9],None,0,1.0 +0613,0613,02,num,three_rule_comb6,68.0,[4 1 9],4 1 9],1,1.0 +0613,0613,02,num,three_rule_comb6,69.0,[6 9 2],6 9 2],1,1.0 +0613,0613,02,num,three_rule_comb6,70.0,[1 3 5],1 3 5],1,1.0 +0613,0613,02,num,three_rule_comb6,71.0,[2 0 3],2 0 3],1,1.0 +0613,0613,02,num,three_rule_comb6,72.0,[0 4 7],0 4 7],1,1.0 +0613,0613,02,num,three_rule_comb6,73.0,[1 6 6],1 6 6],1,1.0 +0613,0613,02,num,three_rule_comb6,74.0,[3 2 6],3 2 6],1,1.0 +0613,0613,02,num,three_rule_comb6,75.0,[3 4 7],3 4 7],1,1.0 +0613,0613,02,num,three_rule_comb6,76.0,[8 0 7],8 0 7],1,1.0 +0613,0613,02,num,three_rule_comb6,77.0,[9 3 6],None,0,1.0 +0613,0613,02,num,three_rule_comb6,78.0,[6 0 8],6 0 8],1,1.0 +0613,0613,02,num,three_rule_comb6,79.0,[6 0 0],6 0 0],1,1.0 +0613,0613,02,num,three_rule_comb6,80.0,[3 6 3],3 6 3],1,1.0 +0613,0613,02,num,three_rule_comb6,81.0,[1 5 0],1 5 0],1,1.0 +0613,0613,02,num,three_rule_comb6,82.0,[1 4 5],1 4 5],1,1.0 +0613,0613,02,num,three_rule_comb6,83.0,[4 9 3],4 4 3],0,1.0 +0613,0613,02,num,three_rule_comb6,84.0,[8 7 0],8 7 0],1,1.0 +0613,0613,02,num,three_rule_comb6,85.0,[1 3 9],1 3 9],1,1.0 +0613,0613,02,num,three_rule_comb6,86.0,[4 7 6],4 7 6],1,1.0 +0613,0613,02,num,three_rule_comb6,87.0,[1 4 8],1 4 8],1,1.0 +0613,0613,02,num,three_rule_comb6,88.0,[0 5 8],0 5 8],1,1.0 +0613,0613,02,num,three_rule_comb6,89.0,[8 3 9],8 3 9],1,1.0 +0613,0613,02,num,three_rule_comb6,90.0,[5 1 2],5 1 2],1,1.0 +0613,0613,02,num,three_rule_comb6,91.0,[7 6 9],7 6 9],1,1.0 +0613,0613,02,num,three_rule_comb6,92.0,[3 7 9],3 7 9],1,1.0 +0613,0613,02,num,three_rule_comb6,93.0,[9 8 1],9 8 1],1,1.0 +0613,0613,02,num,three_rule_comb6,94.0,[4 9 4],4 9 4],1,1.0 +0613,0613,02,num,three_rule_comb6,95.0,[4 7 8],4 8 8],0,1.0 +0613,0613,02,num,three_rule_comb6,96.0,[3 7 7],3 7 3],0,1.0 +0613,0613,02,num,three_rule_comb6,97.0,[8 1 6],8 1 6],1,1.0 +0613,0613,02,num,three_rule_comb6,98.0,[7 3 5],7 3 5],1,1.0 +0613,0613,02,num,three_rule_comb6,99.0,[5 6 8],5 6 8],1,1.0 +0613,0613,02,num,three_rule_comb7,0.0,[5 4 8],5 4 8],1,1.0 +0613,0613,02,num,three_rule_comb7,1.0,[3 1 8],3 1 8],1,1.0 +0613,0613,02,num,three_rule_comb7,2.0,[4 7 9],4 7 9],1,1.0 +0613,0613,02,num,three_rule_comb7,3.0,[4 8 5],4 8 5],1,1.0 +0613,0613,02,num,three_rule_comb7,4.0,[7 5 2],7 4 8],0,1.0 +0613,0613,02,num,three_rule_comb7,5.0,[9 3 9],9 3 6],0,1.0 +0613,0613,02,num,three_rule_comb7,6.0,[5 1 5],5 2 6],0,1.0 +0613,0613,02,num,three_rule_comb7,7.0,[2 9 0],2 5 1],0,1.0 +0613,0613,02,num,three_rule_comb7,8.0,[2 2 3],2 2 6],0,1.0 +0613,0613,02,num,three_rule_comb7,9.0,[6 2 8],6 2 0],0,1.0 +0613,0613,02,num,three_rule_comb7,10.0,[5 1 4],5 1 7],0,1.0 +0613,0613,02,num,three_rule_comb7,11.0,[2 6 1],2 6 1],1,1.0 +0613,0613,02,num,three_rule_comb7,12.0,[4 4 4],4 4 4],1,1.0 +0613,0613,02,num,three_rule_comb7,13.0,[4 4 0],4 4 3],0,1.0 +0613,0613,02,num,three_rule_comb7,14.0,[7 7 4],7 4 4],0,1.0 +0613,0613,02,num,three_rule_comb7,15.0,[3 0 0],3 3 0],0,1.0 +0613,0613,02,num,three_rule_comb7,16.0,[8 8 0],8 8 3],0,1.0 +0613,0613,02,num,three_rule_comb7,17.0,[8 1 4],8 4 4],0,1.0 +0613,0613,02,num,three_rule_comb7,18.0,[6 2 6],6 5 6],0,1.0 +0613,0613,02,num,three_rule_comb7,19.0,[1 3 9],1 3 9],1,1.0 +0613,0613,02,num,three_rule_comb7,20.0,[5 6 5],5 6 5],1,1.0 +0613,0613,02,num,three_rule_comb7,21.0,[1 4 3],1 4 3],1,1.0 +0613,0613,02,num,three_rule_comb7,22.0,[6 4 1],6 4 3],0,1.0 +0613,0613,02,num,three_rule_comb7,23.0,[8 0 3],8 0 6],0,1.0 +0613,0613,02,num,three_rule_comb7,24.0,[8 4 1],8 4 1],1,1.0 +0613,0613,02,num,three_rule_comb7,25.0,[5 3 4],5 3 1],0,1.0 +0613,0613,02,num,three_rule_comb7,26.0,[4 8 6],4 8 6],1,1.0 +0613,0613,02,num,three_rule_comb7,27.0,[2 1 2],2 1 5],0,1.0 +0613,0613,02,num,three_rule_comb7,28.0,[9 8 9],9 8 6],0,1.0 +0613,0613,02,num,three_rule_comb7,29.0,[0 2 9],0 2 9],1,1.0 +0613,0613,02,num,three_rule_comb7,30.0,[9 9 9],9 3 9],0,1.0 +0613,0613,02,num,three_rule_comb7,31.0,[6 1 9],6 7 9],0,1.0 +0613,0613,02,num,three_rule_comb7,32.0,[4 5 9],4 5 7],0,1.0 +0613,0613,02,num,three_rule_comb7,33.0,[3 5 1],3 5 2],0,1.0 +0613,0613,02,num,three_rule_comb7,34.0,[6 5 4],6 5 7],0,1.0 +0613,0613,02,num,three_rule_comb7,35.0,[2 3 1],2 3 1],1,1.0 +0613,0613,02,num,three_rule_comb7,36.0,[6 1 5],6 1 8],0,1.0 +0613,0613,02,num,three_rule_comb7,37.0,[1 4 7],1 4 2],0,1.0 +0613,0613,02,num,three_rule_comb7,38.0,[5 4 5],5 4 5],1,1.0 +0613,0613,02,num,three_rule_comb7,39.0,[0 2 4],0 2 3],0,1.0 +0613,0613,02,num,three_rule_comb7,40.0,[5 9 4],5 9 4],1,1.0 +0613,0613,02,num,three_rule_comb7,41.0,[2 2 1],2 2 6],0,1.0 +0613,0613,02,num,three_rule_comb7,42.0,[2 4 3],2 7 6],0,1.0 +0613,0613,02,num,three_rule_comb7,43.0,[8 1 7],8 1 1],0,1.0 +0613,0613,02,num,three_rule_comb7,44.0,[8 7 2],8 7 2],1,1.0 +0613,0613,02,num,three_rule_comb7,45.0,[3 9 2],3 9 2],1,1.0 +0613,0613,02,num,three_rule_comb7,46.0,[9 7 5],None,0,1.0 +0613,0613,02,num,three_rule_comb7,47.0,[0 4 3],0 8 3],0,1.0 +0613,0613,02,num,three_rule_comb7,48.0,[5 6 2],5 6 2],1,1.0 +0613,0613,02,num,three_rule_comb7,49.0,[4 0 9],4 0 9],1,1.0 +0613,0613,02,num,three_rule_comb7,50.0,[3 1 7],3 7 7],0,1.0 +0613,0613,02,num,three_rule_comb7,51.0,[8 8 5],8 5 5],0,1.0 +0613,0613,02,num,three_rule_comb7,52.0,[2 9 1],2 9 1],1,1.0 +0613,0613,02,num,three_rule_comb7,53.0,[3 8 0],3 8 3],0,1.0 +0613,0613,02,num,three_rule_comb7,54.0,[6 0 0],6 0 0],1,1.0 +0613,0613,02,num,three_rule_comb7,55.0,[1 6 0],8 6 0],0,1.0 +0613,0613,02,num,three_rule_comb7,56.0,[9 4 0],None,0,1.0 +0613,0613,02,num,three_rule_comb7,57.0,[7 0 7],7 0 7],1,1.0 +0613,0613,02,num,three_rule_comb7,58.0,[9 3 5],None,0,1.0 +0613,0613,02,num,three_rule_comb7,59.0,[3 4 4],3 4 4],1,1.0 +0613,0613,02,num,three_rule_comb7,60.0,[8 1 9],8 1 9],1,1.0 +0613,0613,02,num,three_rule_comb7,61.0,[5 1 3],5 1 3],1,1.0 +0613,0613,02,num,three_rule_comb7,62.0,[4 8 7],4 9 7],0,1.0 +0613,0613,02,num,three_rule_comb7,63.0,[5 0 5],5 3 5],0,1.0 +0613,0613,02,num,three_rule_comb7,64.0,[5 1 6],5 1 6],1,1.0 +0613,0613,02,num,three_rule_comb7,65.0,[8 4 4],8 8 4],0,1.0 +0613,0613,02,num,three_rule_comb7,66.0,[9 2 3],9 2 3],1,1.0 +0613,0613,02,num,three_rule_comb7,67.0,[4 6 7],4 6 7],1,1.0 +0613,0613,02,num,three_rule_comb7,68.0,[5 3 0],5 3 0],1,1.0 +0613,0613,02,num,three_rule_comb7,69.0,[5 4 9],5 4 9],1,1.0 +0613,0613,02,num,three_rule_comb7,70.0,[4 6 6],4 3 6],0,1.0 +0613,0613,02,num,three_rule_comb7,71.0,[6 6 1],6 6 1],1,1.0 +0613,0613,02,num,three_rule_comb7,72.0,[4 0 8],4 0 8],1,1.0 +0613,0613,02,num,three_rule_comb7,73.0,[1 9 7],1 1 7],0,1.0 +0613,0613,02,num,three_rule_comb7,74.0,[5 4 6],5 4 6],1,1.0 +0613,0613,02,num,three_rule_comb7,75.0,[9 2 9],9 10 9],0,1.0 +0613,0613,02,num,three_rule_comb7,76.0,[8 5 7],8 4 1],0,1.0 +0613,0613,02,num,three_rule_comb7,77.0,[1 8 1],1 8 1],1,1.0 +0613,0613,02,num,three_rule_comb7,78.0,[5 7 5],5 8 5],0,1.0 +0613,0613,02,num,three_rule_comb7,79.0,[6 0 7],6 0 7],1,1.0 +0613,0613,02,num,three_rule_comb7,80.0,[0 7 2],0 2 2],0,1.0 +0613,0613,02,num,three_rule_comb7,81.0,[2 5 9],2 5 9],1,1.0 +0613,0613,02,num,three_rule_comb7,82.0,[1 9 9],1 9 9],1,1.0 +0613,0613,02,num,three_rule_comb7,83.0,[2 4 4],2 4 4],1,1.0 +0613,0613,02,num,three_rule_comb7,84.0,[8 6 4],8 6 4],1,1.0 +0613,0613,02,num,three_rule_comb7,85.0,[8 5 5],8 5 5],1,1.0 +0613,0613,02,num,three_rule_comb7,86.0,[6 0 9],6 6 9],0,1.0 +0613,0613,02,num,three_rule_comb7,87.0,[1 5 6],1 5 3],0,1.0 +0613,0613,02,num,three_rule_comb7,88.0,[8 4 1],8 7 1],0,1.0 +0613,0613,02,num,three_rule_comb7,89.0,[6 7 0],6 7 0],1,1.0 +0613,0613,02,num,three_rule_comb7,90.0,[8 6 1],8 6 16],0,1.0 +0613,0613,02,num,three_rule_comb7,91.0,[4 1 4],4 1 7],0,1.0 +0613,0613,02,num,three_rule_comb7,92.0,[6 6 4],None,0,1.0 +0613,0613,02,num,three_rule_comb7,93.0,[6 9 6],6 1 8],0,1.0 +0613,0613,02,num,three_rule_comb7,94.0,[1 3 5],1 3 5],1,1.0 +0613,0613,02,num,three_rule_comb7,95.0,[1 5 2],5 5 2],0,1.0 +0613,0613,02,num,three_rule_comb7,96.0,[2 4 6],2 4 3],0,1.0 +0613,0613,02,num,three_rule_comb7,97.0,[0 3 0],0 3 5],0,1.0 +0613,0613,02,num,three_rule_comb7,98.0,[8 3 0],8 3 5],0,1.0 +0613,0613,02,num,three_rule_comb7,99.0,[8 9 3],8 6 5],0,1.0 +0613,0613,02,num,three_rule_comb8,0.0,[8 1 2],8 1 6],0,1.0 +0613,0613,02,num,three_rule_comb8,1.0,[5 5 5],5 5 5],1,1.0 +0613,0613,02,num,three_rule_comb8,2.0,[3 0 8],3 0 8],1,1.0 +0613,0613,02,num,three_rule_comb8,3.0,[7 5 9],7 5 9],1,1.0 +0613,0613,02,num,three_rule_comb8,4.0,[9 4 8],9 4 6],0,1.0 +0613,0613,02,num,three_rule_comb8,5.0,[5 3 8],5 3 8],1,1.0 +0613,0613,02,num,three_rule_comb8,6.0,[4 6 1],4 6 1],1,1.0 +0613,0613,02,num,three_rule_comb8,7.0,[8 3 0],8 2 0],0,1.0 +0613,0613,02,num,three_rule_comb8,8.0,[7 0 6],7 3 3],0,1.0 +0613,0613,02,num,three_rule_comb8,9.0,[0 7 0],0 7 0],1,1.0 +0613,0613,02,num,three_rule_comb8,10.0,[3 5 6],3 5 6],1,1.0 +0613,0613,02,num,three_rule_comb8,11.0,[0 4 5],0 9 5],0,1.0 +0613,0613,02,num,three_rule_comb8,12.0,[6 6 4],6 6 4],1,1.0 +0613,0613,02,num,three_rule_comb8,13.0,[1 9 8],1 9 9],0,1.0 +0613,0613,02,num,three_rule_comb8,14.0,[0 7 1],0 7 1],1,1.0 +0613,0613,02,num,three_rule_comb8,15.0,[3 8 3],3 8 3],1,1.0 +0613,0613,02,num,three_rule_comb8,16.0,[4 6 7],4 6 7],1,1.0 +0613,0613,02,num,three_rule_comb8,17.0,[2 8 4],2 5 7],0,1.0 +0613,0613,02,num,three_rule_comb8,18.0,[1 5 5],1 5 5],1,1.0 +0613,0613,02,num,three_rule_comb8,19.0,[0 7 5],0 7 -5],0,1.0 +0613,0613,02,num,three_rule_comb8,20.0,[4 1 9],4 8 9],0,1.0 +0613,0613,02,num,three_rule_comb8,21.0,[0 9 4],0 9 2],0,1.0 +0613,0613,02,num,three_rule_comb8,22.0,[8 4 2],8 4 2],1,1.0 +0613,0613,02,num,three_rule_comb8,23.0,[9 4 8],9 5 8],0,1.0 +0613,0613,02,num,three_rule_comb8,24.0,[5 3 0],5 3 0],1,1.0 +0613,0613,02,num,three_rule_comb8,25.0,[0 5 8],0 6 8],0,1.0 +0613,0613,02,num,three_rule_comb8,26.0,[8 8 5],8 8 5],1,1.0 +0613,0613,02,num,three_rule_comb8,27.0,[0 5 8],0 5 8],1,1.0 +0613,0613,02,num,three_rule_comb8,28.0,[4 5 3],4 3 3],0,1.0 +0613,0613,02,num,three_rule_comb8,29.0,[4 5 6],4 5 6],1,1.0 +0613,0613,02,num,three_rule_comb8,30.0,[6 6 0],6 2 0],0,1.0 +0613,0613,02,num,three_rule_comb8,31.0,[7 5 7],7 5 4],0,1.0 +0613,0613,02,num,three_rule_comb8,32.0,[4 0 8],4 0 8],1,1.0 +0613,0613,02,num,three_rule_comb8,33.0,[3 0 2],3 5 2],0,1.0 +0613,0613,02,num,three_rule_comb8,34.0,[6 8 5],6 8 5],1,1.0 +0613,0613,02,num,three_rule_comb8,35.0,[9 0 9],9 0 9],1,1.0 +0613,0613,02,num,three_rule_comb8,36.0,[7 4 6],7 4 6],1,1.0 +0613,0613,02,num,three_rule_comb8,37.0,[7 3 8],7 3 8],1,1.0 +0613,0613,02,num,three_rule_comb8,38.0,[5 0 1],5 0 1],1,1.0 +0613,0613,02,num,three_rule_comb8,39.0,[9 5 0],9 5 0],1,1.0 +0613,0613,02,num,three_rule_comb8,40.0,[4 7 1],4 1 1],0,1.0 +0613,0613,02,num,three_rule_comb8,41.0,[1 6 7],1 4 7],0,1.0 +0613,0613,02,num,three_rule_comb8,42.0,[4 2 5],1 2 5],0,1.0 +0613,0613,02,num,three_rule_comb8,43.0,[6 1 3],6 7 8],0,1.0 +0613,0613,02,num,three_rule_comb8,44.0,[0 9 0],0 9 7],0,1.0 +0613,0613,02,num,three_rule_comb8,45.0,[5 8 4],5 1 4],0,1.0 +0613,0613,02,num,three_rule_comb8,46.0,[9 8 0],9 8 0],1,1.0 +0613,0613,02,num,three_rule_comb8,47.0,[3 0 2],12 0 2],0,1.0 +0613,0613,02,num,three_rule_comb8,48.0,[5 1 3],5 1 7],0,1.0 +0613,0613,02,num,three_rule_comb8,49.0,[8 9 5],None,0,1.0 +0613,0613,02,num,three_rule_comb8,50.0,[2 9 0],2 9 0],1,1.0 +0613,0613,02,num,three_rule_comb8,51.0,[1 1 1],1 1 1],1,1.0 +0613,0613,02,num,three_rule_comb8,52.0,[6 4 5],6 4 5],1,1.0 +0613,0613,02,num,three_rule_comb8,53.0,[3 5 7],3 5 4],0,1.0 +0613,0613,02,num,three_rule_comb8,54.0,[7 5 2],7 5 2],1,1.0 +0613,0613,02,num,three_rule_comb8,55.0,[1 6 3],1 6 4],0,1.0 +0613,0613,02,num,three_rule_comb8,56.0,[0 9 1],0 5 1],0,1.0 +0613,0613,02,num,three_rule_comb8,57.0,[5 3 1],5 2 1],0,1.0 +0613,0613,02,num,three_rule_comb8,58.0,[6 2 1],3 2 1],0,1.0 +0613,0613,02,num,three_rule_comb8,59.0,[5 5 0],5 2 0],0,1.0 +0613,0613,02,num,three_rule_comb8,60.0,[1 9 9],1 9 7],0,1.0 +0613,0613,02,num,three_rule_comb8,61.0,[8 8 1],8 7 1],0,1.0 +0613,0613,02,num,three_rule_comb8,62.0,[9 4 2],7 4 2],0,1.0 +0613,0613,02,num,three_rule_comb8,63.0,[1 9 0],1 9 0],1,1.0 +0613,0613,02,num,three_rule_comb8,64.0,[5 9 5],5 9 5],1,1.0 +0613,0613,02,num,three_rule_comb8,65.0,[8 0 5],8 0 2],0,1.0 +0613,0613,02,num,three_rule_comb8,66.0,[5 6 8],5 5 8],0,1.0 +0613,0613,02,num,three_rule_comb8,67.0,[0 5 8],0 5 8],1,1.0 +0613,0613,02,num,three_rule_comb8,68.0,[8 5 7],8 5 7],1,1.0 +0613,0613,02,num,three_rule_comb8,69.0,[1 8 9],1 8 9],1,1.0 +0613,0613,02,num,three_rule_comb8,70.0,[5 2 9],5 7 9],0,1.0 +0613,0613,02,num,three_rule_comb8,71.0,[5 4 2],5 3 2],0,1.0 +0613,0613,02,num,three_rule_comb8,72.0,[8 9 0],8 9 0],1,1.0 +0613,0613,02,num,three_rule_comb8,73.0,[0 3 4],0 16 4],0,1.0 +0613,0613,02,num,three_rule_comb8,74.0,[0 5 1],0 5 1],1,1.0 +0613,0613,02,num,three_rule_comb8,75.0,[4 5 6],4 5 0],0,1.0 +0613,0613,02,num,three_rule_comb8,76.0,[9 3 2],9 3 2],1,1.0 +0613,0613,02,num,three_rule_comb8,77.0,[0 7 4],1 7 4],0,1.0 +0613,0613,02,num,three_rule_comb8,78.0,[8 1 7],8 1 9],0,1.0 +0613,0613,02,num,three_rule_comb8,79.0,[1 9 7],1 9 4],0,1.0 +0613,0613,02,num,three_rule_comb8,80.0,[0 1 8],0 6 8],0,1.0 +0613,0613,02,num,three_rule_comb8,81.0,[9 2 0],9 7 0],0,1.0 +0613,0613,02,num,three_rule_comb8,82.0,[8 8 1],8 8 1],1,1.0 +0613,0613,02,num,three_rule_comb8,83.0,[2 1 8],2 1 8],1,1.0 +0613,0613,02,num,three_rule_comb8,84.0,[3 9 0],None,0,1.0 +0613,0613,02,num,three_rule_comb8,85.0,[3 5 8],3 5 5],0,1.0 +0613,0613,02,num,three_rule_comb8,86.0,[6 1 4],6 1 4],1,1.0 +0613,0613,02,num,three_rule_comb8,87.0,[5 0 2],5 5 2],0,1.0 +0613,0613,02,num,three_rule_comb8,88.0,[8 1 0],8 1 0],1,1.0 +0613,0613,02,num,three_rule_comb8,89.0,[4 9 8],4 9 8],1,1.0 +0613,0613,02,num,three_rule_comb8,90.0,[5 0 2],5 0 2],1,1.0 +0613,0613,02,num,three_rule_comb8,91.0,[0 3 2],0 3 2],1,1.0 +0613,0613,02,num,three_rule_comb8,92.0,[8 8 6],8 8 0],0,1.0 +0613,0613,02,num,three_rule_comb8,93.0,[1 0 2],1 0 3],0,1.0 +0613,0613,02,num,three_rule_comb8,94.0,[8 8 7],8 5 7],0,1.0 +0613,0613,02,num,three_rule_comb8,95.0,[6 5 4],6 7 4],0,1.0 +0613,0613,02,num,three_rule_comb8,96.0,[9 9 3],9 9 3],1,1.0 +0613,0613,02,num,three_rule_comb8,97.0,[0 8 5],0 8 5],1,1.0 +0613,0613,02,num,three_rule_comb8,98.0,[5 0 3],5 6 6],0,1.0 +0613,0613,02,num,three_rule_comb8,99.0,[8 1 0],8 1 10],0,1.0 +0613,0613,02,num,three_rule_comb9,0.0,[5 7 3],5 7 3],1,1.0 +0613,0613,02,num,three_rule_comb9,1.0,[8 9 0],8 9 0],1,1.0 +0613,0613,02,num,three_rule_comb9,2.0,[6 7 2],6 7 2],1,1.0 +0613,0613,02,num,three_rule_comb9,3.0,[5 8 6],5 8 6],1,1.0 +0613,0613,02,num,three_rule_comb9,4.0,[5 6 2],5 6 2],1,1.0 +0613,0613,02,num,three_rule_comb9,5.0,[7 8 4],7 8 4],1,1.0 +0613,0613,02,num,three_rule_comb9,6.0,[0 1 5],0 1 5],1,1.0 +0613,0613,02,num,three_rule_comb9,7.0,[9 1 0],9 1 0],1,1.0 +0613,0613,02,num,three_rule_comb9,8.0,[8 0 3],8 0 3],1,1.0 +0613,0613,02,num,three_rule_comb9,9.0,[0 5 8],0 5 8],1,1.0 +0613,0613,02,num,three_rule_comb9,10.0,[0 8 1],0 8 1],1,1.0 +0613,0613,02,num,three_rule_comb9,11.0,[0 1 1],0 1 1],1,1.0 +0613,0613,02,num,three_rule_comb9,12.0,[9 1 6],9 1 6],1,1.0 +0613,0613,02,num,three_rule_comb9,13.0,[4 8 1],4 8 1],1,1.0 +0613,0613,02,num,three_rule_comb9,14.0,[2 5 0],2 5 0],1,1.0 +0613,0613,02,num,three_rule_comb9,15.0,[8 1 5],8 1 5],1,1.0 +0613,0613,02,num,three_rule_comb9,16.0,[6 0 8],6 0 8],1,1.0 +0613,0613,02,num,three_rule_comb9,17.0,[5 2 4],5 2 4],1,1.0 +0613,0613,02,num,three_rule_comb9,18.0,[4 6 9],4 6 9],1,1.0 +0613,0613,02,num,three_rule_comb9,19.0,[2 8 0],2 8 0],1,1.0 +0613,0613,02,num,three_rule_comb9,20.0,[0 8 7],0 8 7],1,1.0 +0613,0613,02,num,three_rule_comb9,21.0,[1 2 9],1 2 9],1,1.0 +0613,0613,02,num,three_rule_comb9,22.0,[5 8 2],5 8 2],1,1.0 +0613,0613,02,num,three_rule_comb9,23.0,[6 1 2],6 1 2],1,1.0 +0613,0613,02,num,three_rule_comb9,24.0,[4 9 0],4 9 0],1,1.0 +0613,0613,02,num,three_rule_comb9,25.0,[2 9 8],2 9 8],1,1.0 +0613,0613,02,num,three_rule_comb9,26.0,[0 9 1],0 9 1],1,1.0 +0613,0613,02,num,three_rule_comb9,27.0,[0 1 5],0 1 5],1,1.0 +0613,0613,02,num,three_rule_comb9,28.0,[8 1 0],8 1 0],1,1.0 +0613,0613,02,num,three_rule_comb9,29.0,[8 6 4],8 6 4],1,1.0 +0613,0613,02,num,three_rule_comb9,30.0,[5 8 8],5 8 8],1,1.0 +0613,0613,02,num,three_rule_comb9,31.0,[8 7 1],8 7 1],1,1.0 +0613,0613,02,num,three_rule_comb9,32.0,[0 4 5],0 4 5],1,1.0 +0613,0613,02,num,three_rule_comb9,33.0,[7 5 9],7 5 9],1,1.0 +0613,0613,02,num,three_rule_comb9,34.0,[9 4 2],9 4 2],1,1.0 +0613,0613,02,num,three_rule_comb9,35.0,[6 4 0],6 4 0],1,1.0 +0613,0613,02,num,three_rule_comb9,36.0,[9 0 4],9 0 4],1,1.0 +0613,0613,02,num,three_rule_comb9,37.0,[8 9 3],8 9 3],1,1.0 +0613,0613,02,num,three_rule_comb9,38.0,[7 0 0],7 0 0],1,1.0 +0613,0613,02,num,three_rule_comb9,39.0,[3 9 4],3 9 4],1,1.0 +0613,0613,02,num,three_rule_comb9,40.0,[8 6 9],8 6 9],1,1.0 +0613,0613,02,num,three_rule_comb9,41.0,[8 1 4],8 1 4],1,1.0 +0613,0613,02,num,three_rule_comb9,42.0,[7 2 9],7 2 9],1,1.0 +0613,0613,02,num,three_rule_comb9,43.0,[1 0 9],1 0 9],1,1.0 +0613,0613,02,num,three_rule_comb9,44.0,[6 4 4],6 4 4],1,1.0 +0613,0613,02,num,three_rule_comb9,45.0,[1 7 4],1 7 4],1,1.0 +0613,0613,02,num,three_rule_comb9,46.0,[8 2 1],8 2 1],1,1.0 +0613,0613,02,num,three_rule_comb9,47.0,[0 8 7],0 8 7],1,1.0 +0613,0613,02,num,three_rule_comb9,48.0,[6 9 5],None,0,1.0 +0613,0613,02,num,three_rule_comb9,49.0,[1 5 5],1 5 5],1,1.0 +0613,0613,02,num,three_rule_comb9,50.0,[0 0 1],0 0 1],1,1.0 +0613,0613,02,num,three_rule_comb9,51.0,[2 9 1],2 9 1],1,1.0 +0613,0613,02,num,three_rule_comb9,52.0,[9 8 5],None,0,1.0 +0613,0613,02,num,three_rule_comb9,53.0,[0 0 6],0 0 6],1,1.0 +0613,0613,02,num,three_rule_comb9,54.0,[9 9 8],9 9 8],1,1.0 +0613,0613,02,num,three_rule_comb9,55.0,[5 4 3],5 4 3],1,1.0 +0613,0613,02,num,three_rule_comb9,56.0,[1 7 9],1 7 9],1,1.0 +0613,0613,02,num,three_rule_comb9,57.0,[1 9 8],1 9 8],1,1.0 +0613,0613,02,num,three_rule_comb9,58.0,[4 1 0],4 1 0],1,1.0 +0613,0613,02,num,three_rule_comb9,59.0,[9 7 5],None,0,1.0 +0613,0613,02,num,three_rule_comb9,60.0,[9 5 4],None,0,1.0 +0613,0613,02,num,three_rule_comb9,61.0,[8 0 2],8 0 2],1,1.0 +0613,0613,02,num,three_rule_comb9,62.0,[1 5 8],1 5 8],1,1.0 +0613,0613,02,num,three_rule_comb9,63.0,[9 4 8],None,0,1.0 +0613,0613,02,num,three_rule_comb9,64.0,[6 8 9],None,0,1.0 +0613,0613,02,num,three_rule_comb9,65.0,[4 0 3],4 0 3],1,1.0 +0613,0613,02,num,three_rule_comb9,66.0,[5 1 6],5 1 6],1,1.0 +0613,0613,02,num,three_rule_comb9,67.0,[5 9 3],5 9 3],1,1.0 +0613,0613,02,num,three_rule_comb9,68.0,[8 9 0],8 9 0],1,1.0 +0613,0613,02,num,three_rule_comb9,69.0,[4 9 7],4 9 7],1,1.0 +0613,0613,02,num,three_rule_comb9,70.0,[8 9 4],8 9 4],1,1.0 +0613,0613,02,num,three_rule_comb9,71.0,[4 2 5],4 2 5],1,1.0 +0613,0613,02,num,three_rule_comb9,72.0,[7 9 8],7 9 8],1,1.0 +0613,0613,02,num,three_rule_comb9,73.0,[5 0 8],5 0 8],1,1.0 +0613,0613,02,num,three_rule_comb9,74.0,[9 8 7],9 8 7],1,1.0 +0613,0613,02,num,three_rule_comb9,75.0,[3 0 4],3 0 4],1,1.0 +0613,0613,02,num,three_rule_comb9,76.0,[1 8 0],1 8 0],1,1.0 +0613,0613,02,num,three_rule_comb9,77.0,[7 0 4],7 0 4],1,1.0 +0613,0613,02,num,three_rule_comb9,78.0,[9 5 9],9 5 9],1,1.0 +0613,0613,02,num,three_rule_comb9,79.0,[1 7 0],1 7 0],1,1.0 +0613,0613,02,num,three_rule_comb9,80.0,[4 4 2],4 4 2],1,1.0 +0613,0613,02,num,three_rule_comb9,81.0,[1 4 7],1 4 7],1,1.0 +0613,0613,02,num,three_rule_comb9,82.0,[0 5 4],0 5 4],1,1.0 +0613,0613,02,num,three_rule_comb9,83.0,[9 5 4],None,0,1.0 +0613,0613,02,num,three_rule_comb9,84.0,[5 3 0],5 3 0],1,1.0 +0613,0613,02,num,three_rule_comb9,85.0,[5 7 1],5 7 1],1,1.0 +0613,0613,02,num,three_rule_comb9,86.0,[9 4 5],None,0,1.0 +0613,0613,02,num,three_rule_comb9,87.0,[4 9 5],4 9 5],1,1.0 +0613,0613,02,num,three_rule_comb9,88.0,[7 4 5],7 4 5],1,1.0 +0613,0613,02,num,three_rule_comb9,89.0,[6 8 0],6 8 0],1,1.0 +0613,0613,02,num,three_rule_comb9,90.0,[1 9 3],1 9 3],1,1.0 +0613,0613,02,num,three_rule_comb9,91.0,[9 0 1],9 0 1],1,1.0 +0613,0613,02,num,three_rule_comb9,92.0,[9 7 4],None,0,1.0 +0613,0613,02,num,three_rule_comb9,93.0,[1 0 6],1 0 6],1,1.0 +0613,0613,02,num,three_rule_comb9,94.0,[9 0 2],9 0 2],1,1.0 +0613,0613,02,num,three_rule_comb9,95.0,[1 3 1],1 3 1],1,1.0 +0613,0613,02,num,three_rule_comb9,96.0,[7 9 1],7 9 1],1,1.0 +0613,0613,02,num,three_rule_comb9,97.0,[3 1 0],3 1 0],1,1.0 +0613,0613,02,num,three_rule_comb9,98.0,[9 7 8],9 7 8],1,1.0 +0613,0613,02,num,three_rule_comb9,99.0,[3 1 2],3 1 2],1,1.0 +0613,0613,02,num,c3_set_union,0.0,[6 4 1 9],6 4 1 9],1,1.0 +0613,0613,02,num,c3_set_union,1.0,[5 7 4 1],5 7 4 1],1,1.0 +0613,0613,02,num,c3_set_union,2.0,[1 9 8 6],1 9 8 6],1,1.0 +0613,0613,02,num,c3_set_union,3.0,[0 4 8 7],0 4 8 7],1,1.0 +0613,0613,02,num,c3_set_union,4.0,[8 6 5 2],8 6 5 2],1,1.0 +0613,0613,02,num,c3_set_union,5.0,[2 5 1 0],2 5 1 0],1,1.0 +0613,0613,02,num,c3_set_union,6.0,[6 1 0 4],6 1 0 4],1,1.0 +0613,0613,02,num,c3_set_union,7.0,[7 3 8 4],7 8 3 4],1,1.0 +0613,0613,02,num,c3_set_union,8.0,[8 3 2 1],8 3 2 1],1,1.0 +0613,0613,02,num,c3_set_union,9.0,[0 2 1 6],0 2 1 6],1,1.0 +0613,0613,02,num,c3_set_union,10.0,[9 0 7 1],9 0 7 1],1,1.0 +0613,0613,02,num,c3_set_union,11.0,[6 1 3 5],6 1 3 5],1,1.0 +0613,0613,02,num,c3_set_union,12.0,[9 7 6 0],9 7 6 0],1,1.0 +0613,0613,02,num,c3_set_union,13.0,[5 0 7 3],5 0 7 3],1,1.0 +0613,0613,02,num,c3_set_union,14.0,[8 9 7 2],8 9 7 2],1,1.0 +0613,0613,02,num,c3_set_union,15.0,[0 4 1 2],0 4 1 2],1,1.0 +0613,0613,02,num,c3_set_union,16.0,[6 2 8 3],6 2 8 3],1,1.0 +0613,0613,02,num,c3_set_union,17.0,[7 8 6 3],7 8 6 3],1,1.0 +0613,0613,02,num,c3_set_union,18.0,[9 4 2 8],9 4 2 8],1,1.0 +0613,0613,02,num,c3_set_union,19.0,[8 4 6 1],8 4 6 1],1,1.0 +0613,0613,02,num,c3_set_union,20.0,[6 0 2 3],6 0 2 3],1,1.0 +0613,0613,02,num,c3_set_union,21.0,[8 4 5 9],8 4 5 9],1,1.0 +0613,0613,02,num,c3_set_union,22.0,[3 5 7 8],3 5 7 8],1,1.0 +0613,0613,02,num,c3_set_union,23.0,[0 4 6 5],0 4 6 5],1,1.0 +0613,0613,02,num,c3_set_union,24.0,[0 9 7 5],0 9 7 5],1,1.0 +0613,0613,02,num,c3_set_union,25.0,[6 9 5 1],6 9 5 1],1,1.0 +0613,0613,02,num,c3_set_union,26.0,[8 3 9 7],8 3 9 7],1,1.0 +0613,0613,02,num,c3_set_union,27.0,[9 2 1 8],9 2 1 8],1,1.0 +0613,0613,02,num,c3_set_union,28.0,[8 0 1 6],8 0 1 6],1,1.0 +0613,0613,02,num,c3_set_union,29.0,[3 9 2 1],3 9 2 1],1,1.0 +0613,0613,02,num,c3_set_union,30.0,[3 2 4 8],3 2 4 8],1,1.0 +0613,0613,02,num,c3_set_union,31.0,[2 6 1 8],2 6 1 8],1,1.0 +0613,0613,02,num,c3_set_union,32.0,[8 6 4 0],8 6 4 0],1,1.0 +0613,0613,02,num,c3_set_union,33.0,[2 0 5 9],2 0 5 9],1,1.0 +0613,0613,02,num,c3_set_union,34.0,[6 5 1 4],6 5 1 4],1,1.0 +0613,0613,02,num,c3_set_union,35.0,[0 5 2 3],0 5 2 3],1,1.0 +0613,0613,02,num,c3_set_union,36.0,[4 6 8 3],4 6 8 3],1,1.0 +0613,0613,02,num,c3_set_union,37.0,[9 1 2 6],9 1 2 6],1,1.0 +0613,0613,02,num,c3_set_union,38.0,[8 4 6 9],8 4 6 9],1,1.0 +0613,0613,02,num,c3_set_union,39.0,[1 7 9 2],1 7 9 2],1,1.0 +0613,0613,02,num,c3_set_union,40.0,[9 3 2 6],9 3 2 6],1,1.0 +0613,0613,02,num,c3_set_union,41.0,[1 0 9 3],1 0 9 3],1,1.0 +0613,0613,02,num,c3_set_union,42.0,[7 9 2 3],7 9 2 3],1,1.0 +0613,0613,02,num,c3_set_union,43.0,[8 2 4 7],8 2 4 7],1,1.0 +0613,0613,02,num,c3_set_union,44.0,[9 0 4 8],9 0 4 8],1,1.0 +0613,0613,02,num,c3_set_union,45.0,[3 5 8 9],3 5 8 9],1,1.0 +0613,0613,02,num,c3_set_union,46.0,[7 2 1 5],7 2 1 5],1,1.0 +0613,0613,02,num,c3_set_union,47.0,[8 6 7 2],8 6 7 2],1,1.0 +0613,0613,02,num,c3_set_union,48.0,[0 4 2 6],0 4 2 6],1,1.0 +0613,0613,02,num,c3_set_union,49.0,[4 6 2 5],4 6 2 5],1,1.0 +0613,0613,02,num,c3_set_union,50.0,[4 9 3 0],4 9 3 0],1,1.0 +0613,0613,02,num,c3_set_union,51.0,[7 3 0 2],7 3 0 2],1,1.0 +0613,0613,02,num,c3_set_union,52.0,[1 9 7 8],1 9 7 8],1,1.0 +0613,0613,02,num,c3_set_union,53.0,[6 9 0 5],6 9 0 5],1,1.0 +0613,0613,02,num,c3_set_union,54.0,[1 7 5 0],1 7 5 0],1,1.0 +0613,0613,02,num,c3_set_union,55.0,[7 2 5 8],7 2 5 8],1,1.0 +0613,0613,02,num,c3_set_union,56.0,[8 3 2 5],8 3 2 5],1,1.0 +0613,0613,02,num,c3_set_union,57.0,[0 5 2 6],0 5 2 6],1,1.0 +0613,0613,02,num,c3_set_union,58.0,[7 4 5 0],7 4 5 0],1,1.0 +0613,0613,02,num,c3_set_union,59.0,[7 8 5 6],7 8 5 6],1,1.0 +0613,0613,02,num,c3_set_union,60.0,[2 1 5 9],2 1 5 9],1,1.0 +0613,0613,02,num,c3_set_union,61.0,[0 5 2 4],0 5 2 4],1,1.0 +0613,0613,02,num,c3_set_union,62.0,[9 0 5 3],9 0 5 3],1,1.0 +0613,0613,02,num,c3_set_union,63.0,[6 7 5 3],6 7 5 3],1,1.0 +0613,0613,02,num,c3_set_union,64.0,[1 3 9 6],1 3 9 6],1,1.0 +0613,0613,02,num,c3_set_union,65.0,[8 1 7 0],8 1 7 0],1,1.0 +0613,0613,02,num,c3_set_union,66.0,[5 1 9 7],5 1 9 7],1,1.0 +0613,0613,02,num,c3_set_union,67.0,[4 9 2 0],4 9 2 0],1,1.0 +0613,0613,02,num,c3_set_union,68.0,[5 0 8 9],5 0 8 9],1,1.0 +0613,0613,02,num,c3_set_union,69.0,[8 1 9 5],8 1 9 5],1,1.0 +0613,0613,02,num,c3_set_union,70.0,[7 4 6 2],7 4 6 2],1,1.0 +0613,0613,02,num,c3_set_union,71.0,[8 6 1 5],8 6 1 5],1,1.0 +0613,0613,02,num,c3_set_union,72.0,[4 3 8 0],4 3 8 0],1,1.0 +0613,0613,02,num,c3_set_union,73.0,[5 1 9 4],5 1 9 4],1,1.0 +0613,0613,02,num,c3_set_union,74.0,[2 3 7 8],2 3 7 8],1,1.0 +0613,0613,02,num,c3_set_union,75.0,[9 8 5 2],9 8 5 2],1,1.0 +0613,0613,02,num,c3_set_union,76.0,[0 7 8 9],0 7 8 9],1,1.0 +0613,0613,02,num,c3_set_union,77.0,[8 6 3 0],8 6 3 0],1,1.0 +0613,0613,02,num,c3_set_union,78.0,[1 3 6 7],1 3 6 7],1,1.0 +0613,0613,02,num,c3_set_union,79.0,[4 9 2 5],4 9 2 5],1,1.0 +0613,0613,02,num,c3_set_union,80.0,[4 8 1 9],4 8 1 9],1,1.0 +0613,0613,02,num,c3_set_union,81.0,[3 1 2 7],3 1 2 7],1,1.0 +0613,0613,02,num,c3_set_union,82.0,[8 0 1 5],8 0 1 5],1,1.0 +0613,0613,02,num,c3_set_union,83.0,[7 4 9 2],7 4 9 2],1,1.0 +0613,0613,02,num,c3_set_union,84.0,[3 8 5 1],3 8 5 1],1,1.0 +0613,0613,02,num,c3_set_union,85.0,[3 9 4 8],3 4 9 8],1,1.0 +0613,0613,02,num,c3_set_union,86.0,[2 3 0 8],2 3 0 8],1,1.0 +0613,0613,02,num,c3_set_union,87.0,[4 3 2 6],4 3 2 6],1,1.0 +0613,0613,02,num,c3_set_union,88.0,[0 3 1 4],0 3 1 4],1,1.0 +0613,0613,02,num,c3_set_union,89.0,[3 4 7 9],3 4 7 9],1,1.0 +0613,0613,02,num,c3_set_union,90.0,[5 7 2 4],5 7 2 4],1,1.0 +0613,0613,02,num,c3_set_union,91.0,[1 9 0 4],1 9 0 4],1,1.0 +0613,0613,02,num,c3_set_union,92.0,[3 5 1 0],3 5 1 0],1,1.0 +0613,0613,02,num,c3_set_union,93.0,[8 4 1 7],8 4 1 7],1,1.0 +0613,0613,02,num,c3_set_union,94.0,[8 5 9 7],8 5 9 7],1,1.0 +0613,0613,02,num,c3_set_union,95.0,[4 9 5 0],4 9 5 0],1,1.0 +0613,0613,02,num,c3_set_union,96.0,[6 0 2 8],6 0 2 8],1,1.0 +0613,0613,02,num,c3_set_union,97.0,[1 0 3 2],1 3 0 2],1,1.0 +0613,0613,02,num,c3_set_union,98.0,[8 9 2 3],8 9 2 3],1,1.0 +0613,0613,02,num,c3_set_union,99.0,[3 4 5 2],3 4 5 2],1,1.0 +0613,0613,02,num,c1_set_union,0.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,1.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,2.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,3.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,4.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,5.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union,6.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union,7.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union,8.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,9.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,10.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union,11.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,12.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,13.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union,14.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,15.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union,16.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union,17.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,18.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union,19.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,20.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union,21.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union,22.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union,23.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union,24.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,25.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union,26.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union,27.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,28.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,29.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,30.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,31.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union,32.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,33.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,34.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union,35.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,36.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union,37.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,38.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,39.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,40.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,41.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union,42.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,43.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,44.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union,45.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,46.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,47.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,48.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union,49.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,50.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,51.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union,52.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union,53.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,54.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union,55.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,56.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,57.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union,58.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,59.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,60.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,61.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union,62.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union,63.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union,64.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,65.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,66.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,67.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union,68.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,69.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,70.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union,71.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,72.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union,73.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,74.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union,75.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,76.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union,77.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union,78.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,79.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,80.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union,81.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,82.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union,83.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,84.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union,85.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union,86.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,87.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,88.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,89.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,90.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,91.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,92.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union,93.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union,94.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union,95.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union,96.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,97.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union,98.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union,99.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union,0.0,[9],9],1,1.0 +0613,0613,02,num,c2_set_union,1.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,2.0,[1],16 1 4],0,1.0 +0613,0613,02,num,c2_set_union,3.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,4.0,[3],3],1,1.0 +0613,0613,02,num,c2_set_union,5.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,6.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,7.0,[7],7],1,1.0 +0613,0613,02,num,c2_set_union,8.0,[7],7],1,1.0 +0613,0613,02,num,c2_set_union,9.0,[4],4],1,1.0 +0613,0613,02,num,c2_set_union,10.0,[2],2 4],0,1.0 +0613,0613,02,num,c2_set_union,11.0,[0],0],1,1.0 +0613,0613,02,num,c2_set_union,12.0,[9],9],1,1.0 +0613,0613,02,num,c2_set_union,13.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,14.0,[0],0],1,1.0 +0613,0613,02,num,c2_set_union,15.0,[0],0],1,1.0 +0613,0613,02,num,c2_set_union,16.0,[7],7],1,1.0 +0613,0613,02,num,c2_set_union,17.0,[9],9],1,1.0 +0613,0613,02,num,c2_set_union,18.0,[9],9],1,1.0 +0613,0613,02,num,c2_set_union,19.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,20.0,[7],7],1,1.0 +0613,0613,02,num,c2_set_union,21.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,22.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,23.0,[8],8 2],0,1.0 +0613,0613,02,num,c2_set_union,24.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union,25.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,26.0,[7],7],1,1.0 +0613,0613,02,num,c2_set_union,27.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,28.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union,29.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,30.0,[3],3],1,1.0 +0613,0613,02,num,c2_set_union,31.0,[2],2 8],0,1.0 +0613,0613,02,num,c2_set_union,32.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,33.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,34.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,35.0,[7],7],1,1.0 +0613,0613,02,num,c2_set_union,36.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union,37.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,38.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,39.0,[3],3],1,1.0 +0613,0613,02,num,c2_set_union,40.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union,41.0,[7],7],1,1.0 +0613,0613,02,num,c2_set_union,42.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,43.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union,44.0,[1],2 1 8 2],0,1.0 +0613,0613,02,num,c2_set_union,45.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union,46.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union,47.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,48.0,[5],5 4],0,1.0 +0613,0613,02,num,c2_set_union,49.0,[3],3],1,1.0 +0613,0613,02,num,c2_set_union,50.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,51.0,[3],3],1,1.0 +0613,0613,02,num,c2_set_union,52.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,53.0,[8],8 2],0,1.0 +0613,0613,02,num,c2_set_union,54.0,[4],4],1,1.0 +0613,0613,02,num,c2_set_union,55.0,[8],8 4],0,1.0 +0613,0613,02,num,c2_set_union,56.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union,57.0,[3],3 6],0,1.0 +0613,0613,02,num,c2_set_union,58.0,[7],7],1,1.0 +0613,0613,02,num,c2_set_union,59.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union,60.0,[9],9 0],0,1.0 +0613,0613,02,num,c2_set_union,61.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,62.0,[8],8 12],0,1.0 +0613,0613,02,num,c2_set_union,63.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union,64.0,[7],7],1,1.0 +0613,0613,02,num,c2_set_union,65.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,66.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,67.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union,68.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,69.0,[0],0],1,1.0 +0613,0613,02,num,c2_set_union,70.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union,71.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,72.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union,73.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,74.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union,75.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,76.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,77.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,78.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,79.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,80.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union,81.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,82.0,[9],9],1,1.0 +0613,0613,02,num,c2_set_union,83.0,[0],0],1,1.0 +0613,0613,02,num,c2_set_union,84.0,[4],4],1,1.0 +0613,0613,02,num,c2_set_union,85.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union,86.0,[3],3],1,1.0 +0613,0613,02,num,c2_set_union,87.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,88.0,[4],4],1,1.0 +0613,0613,02,num,c2_set_union,89.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union,90.0,[9],9],1,1.0 +0613,0613,02,num,c2_set_union,91.0,[9],9],1,1.0 +0613,0613,02,num,c2_set_union,92.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union,93.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union,94.0,[0],0],1,1.0 +0613,0613,02,num,c2_set_union,95.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union,96.0,[2],2 4],0,1.0 +0613,0613,02,num,c2_set_union,97.0,[1],1],1,1.0 +0613,0613,02,num,c2_set_union,98.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union,99.0,[4],4 8],0,1.0 +0613,0613,02,num,AND,0.0,[4],4],1,1.0 +0613,0613,02,num,AND,1.0,[1],1],1,1.0 +0613,0613,02,num,AND,2.0,[5],5],1,1.0 +0613,0613,02,num,AND,3.0,[5],5],1,1.0 +0613,0613,02,num,AND,4.0,[2],2],1,1.0 +0613,0613,02,num,AND,5.0,[0],0],1,1.0 +0613,0613,02,num,AND,6.0,[0],0],1,1.0 +0613,0613,02,num,AND,7.0,[9],9],1,1.0 +0613,0613,02,num,AND,8.0,[7],7],1,1.0 +0613,0613,02,num,AND,9.0,[6],6],1,1.0 +0613,0613,02,num,AND,10.0,[8],8],1,1.0 +0613,0613,02,num,AND,11.0,[2],2],1,1.0 +0613,0613,02,num,AND,12.0,[2],2],1,1.0 +0613,0613,02,num,AND,13.0,[5],5],1,1.0 +0613,0613,02,num,AND,14.0,[9],9],1,1.0 +0613,0613,02,num,AND,15.0,[0],0],1,1.0 +0613,0613,02,num,AND,16.0,[8],8],1,1.0 +0613,0613,02,num,AND,17.0,[7],7],1,1.0 +0613,0613,02,num,AND,18.0,[4],4],1,1.0 +0613,0613,02,num,AND,19.0,[7],7],1,1.0 +0613,0613,02,num,AND,20.0,[8],8],1,1.0 +0613,0613,02,num,AND,21.0,[0],0],1,1.0 +0613,0613,02,num,AND,22.0,[7],7],1,1.0 +0613,0613,02,num,AND,23.0,[2],2],1,1.0 +0613,0613,02,num,AND,24.0,[1],1],1,1.0 +0613,0613,02,num,AND,25.0,[6],6],1,1.0 +0613,0613,02,num,AND,26.0,[4],4],1,1.0 +0613,0613,02,num,AND,27.0,[5],5],1,1.0 +0613,0613,02,num,AND,28.0,[1],1],1,1.0 +0613,0613,02,num,AND,29.0,[1],1],1,1.0 +0613,0613,02,num,AND,30.0,[8],8],1,1.0 +0613,0613,02,num,AND,31.0,[7],7],1,1.0 +0613,0613,02,num,AND,32.0,[6],6],1,1.0 +0613,0613,02,num,AND,33.0,[2],2],1,1.0 +0613,0613,02,num,AND,34.0,[1],1],1,1.0 +0613,0613,02,num,AND,35.0,[9],9],1,1.0 +0613,0613,02,num,AND,36.0,[1],1],1,1.0 +0613,0613,02,num,AND,37.0,[1],1],1,1.0 +0613,0613,02,num,AND,38.0,[9],9],1,1.0 +0613,0613,02,num,AND,39.0,[2],2],1,1.0 +0613,0613,02,num,AND,40.0,[1],1],1,1.0 +0613,0613,02,num,AND,41.0,[5],5],1,1.0 +0613,0613,02,num,AND,42.0,[0],0],1,1.0 +0613,0613,02,num,AND,43.0,[5],5],1,1.0 +0613,0613,02,num,AND,44.0,[1],1],1,1.0 +0613,0613,02,num,AND,45.0,[2],2],1,1.0 +0613,0613,02,num,AND,46.0,[2],2],1,1.0 +0613,0613,02,num,AND,47.0,[3],3],1,1.0 +0613,0613,02,num,AND,48.0,[0],0],1,1.0 +0613,0613,02,num,AND,49.0,[4],4],1,1.0 +0613,0613,02,num,AND,50.0,[5],5],1,1.0 +0613,0613,02,num,AND,51.0,[0],0],1,1.0 +0613,0613,02,num,AND,52.0,[8],8],1,1.0 +0613,0613,02,num,AND,53.0,[1],1],1,1.0 +0613,0613,02,num,AND,54.0,[7],7],1,1.0 +0613,0613,02,num,AND,55.0,[1],1],1,1.0 +0613,0613,02,num,AND,56.0,[8],8],1,1.0 +0613,0613,02,num,AND,57.0,[6],6],1,1.0 +0613,0613,02,num,AND,58.0,[2],2],1,1.0 +0613,0613,02,num,AND,59.0,[1],1],1,1.0 +0613,0613,02,num,AND,60.0,[5],5],1,1.0 +0613,0613,02,num,AND,61.0,[5],5],1,1.0 +0613,0613,02,num,AND,62.0,[4],4],1,1.0 +0613,0613,02,num,AND,63.0,[7],7],1,1.0 +0613,0613,02,num,AND,64.0,[6],6],1,1.0 +0613,0613,02,num,AND,65.0,[7],7],1,1.0 +0613,0613,02,num,AND,66.0,[9],9],1,1.0 +0613,0613,02,num,AND,67.0,[7],7],1,1.0 +0613,0613,02,num,AND,68.0,[5],5],1,1.0 +0613,0613,02,num,AND,69.0,[5],5],1,1.0 +0613,0613,02,num,AND,70.0,[3],3],1,1.0 +0613,0613,02,num,AND,71.0,[9],9],1,1.0 +0613,0613,02,num,AND,72.0,[1],1],1,1.0 +0613,0613,02,num,AND,73.0,[6],6],1,1.0 +0613,0613,02,num,AND,74.0,[2],2],1,1.0 +0613,0613,02,num,AND,75.0,[7],7],1,1.0 +0613,0613,02,num,AND,76.0,[1],1],1,1.0 +0613,0613,02,num,AND,77.0,[3],3],1,1.0 +0613,0613,02,num,AND,78.0,[6],6],1,1.0 +0613,0613,02,num,AND,79.0,[7],7],1,1.0 +0613,0613,02,num,AND,80.0,[3],3],1,1.0 +0613,0613,02,num,AND,81.0,[3],3],1,1.0 +0613,0613,02,num,AND,82.0,[0],0],1,1.0 +0613,0613,02,num,AND,83.0,[4],4],1,1.0 +0613,0613,02,num,AND,84.0,[7],7],1,1.0 +0613,0613,02,num,AND,85.0,[1],1],1,1.0 +0613,0613,02,num,AND,86.0,[4],4],1,1.0 +0613,0613,02,num,AND,87.0,[2],2],1,1.0 +0613,0613,02,num,AND,88.0,[1],1],1,1.0 +0613,0613,02,num,AND,89.0,[2],2],1,1.0 +0613,0613,02,num,AND,90.0,[9],9],1,1.0 +0613,0613,02,num,AND,91.0,[5],5],1,1.0 +0613,0613,02,num,AND,92.0,[9],9],1,1.0 +0613,0613,02,num,AND,93.0,[3],3],1,1.0 +0613,0613,02,num,AND,94.0,[6],6],1,1.0 +0613,0613,02,num,AND,95.0,[3],3],1,1.0 +0613,0613,02,num,AND,96.0,[6],6],1,1.0 +0613,0613,02,num,AND,97.0,[1],1],1,1.0 +0613,0613,02,num,AND,98.0,[2],2],1,1.0 +0613,0613,02,num,AND,99.0,[3],3],1,1.0 +0613,0613,02,num,XOR,0.0,[4 3],3 1],0,1.0 +0613,0613,02,num,XOR,1.0,[9 8],8 9],1,1.0 +0613,0613,02,num,XOR,2.0,[3 4],1 3],0,1.0 +0613,0613,02,num,XOR,3.0,[9 8],9 8],1,1.0 +0613,0613,02,num,XOR,4.0,[9 3],3 2],0,1.0 +0613,0613,02,num,XOR,5.0,[9 7],7 9],1,1.0 +0613,0613,02,num,XOR,6.0,[3 2],2 3],1,1.0 +0613,0613,02,num,XOR,7.0,[7 3],3 3],0,1.0 +0613,0613,02,num,XOR,8.0,[0 9],9 0],1,1.0 +0613,0613,02,num,XOR,9.0,[4 2],2 4],1,1.0 +0613,0613,02,num,XOR,10.0,[5 8],8 7],0,1.0 +0613,0613,02,num,XOR,11.0,[0 2],2 0],1,1.0 +0613,0613,02,num,XOR,12.0,[3 6],6 8],0,1.0 +0613,0613,02,num,XOR,13.0,[6 8],8 4],0,1.0 +0613,0613,02,num,XOR,14.0,[6 7],12 9],0,1.0 +0613,0613,02,num,XOR,15.0,[8 0],0 6],0,1.0 +0613,0613,02,num,XOR,16.0,[8 4],1 8],0,1.0 +0613,0613,02,num,XOR,17.0,[4 0],0 3],0,1.0 +0613,0613,02,num,XOR,18.0,[1 0],0 4],0,1.0 +0613,0613,02,num,XOR,19.0,[7 4],7 4],1,1.0 +0613,0613,02,num,XOR,20.0,[0 5],5 3],0,1.0 +0613,0613,02,num,XOR,21.0,[3 4],2 3],0,1.0 +0613,0613,02,num,XOR,22.0,[6 9],9 8],0,1.0 +0613,0613,02,num,XOR,23.0,[0 1],1 0],1,1.0 +0613,0613,02,num,XOR,24.0,[7 0],0 6],0,1.0 +0613,0613,02,num,XOR,25.0,[2 5],5 7],0,1.0 +0613,0613,02,num,XOR,26.0,[5 9],9 5],1,1.0 +0613,0613,02,num,XOR,27.0,[1 7],7 1],1,1.0 +0613,0613,02,num,XOR,28.0,[9 0],0 4],0,1.0 +0613,0613,02,num,XOR,29.0,[1 5],5 8],0,1.0 +0613,0613,02,num,XOR,30.0,[6 2],2 5],0,1.0 +0613,0613,02,num,XOR,31.0,[4 9],9 6],0,1.0 +0613,0613,02,num,XOR,32.0,[6 9],9 6],1,1.0 +0613,0613,02,num,XOR,33.0,[4 8],8 0],0,1.0 +0613,0613,02,num,XOR,34.0,[2 5],10 0],0,1.0 +0613,0613,02,num,XOR,35.0,[8 6],6 8],1,1.0 +0613,0613,02,num,XOR,36.0,[2 7],7 2],1,1.0 +0613,0613,02,num,XOR,37.0,[8 3],3 2],0,1.0 +0613,0613,02,num,XOR,38.0,[1 4],4 2],0,1.0 +0613,0613,02,num,XOR,39.0,[4 6],2 4],0,1.0 +0613,0613,02,num,XOR,40.0,[2 8],8 2],1,1.0 +0613,0613,02,num,XOR,41.0,[5 3],3 5],1,1.0 +0613,0613,02,num,XOR,42.0,[7 0],0 7],1,1.0 +0613,0613,02,num,XOR,43.0,[6 1],1 3],0,1.0 +0613,0613,02,num,XOR,44.0,[9 0],0 1],0,1.0 +0613,0613,02,num,XOR,45.0,[1 3],3 1],1,1.0 +0613,0613,02,num,XOR,46.0,[8 0],16 0],0,1.0 +0613,0613,02,num,XOR,47.0,[0 8],8 7],0,1.0 +0613,0613,02,num,XOR,48.0,[6 1],2 2],0,1.0 +0613,0613,02,num,XOR,49.0,[5 0],0 5],1,1.0 +0613,0613,02,num,XOR,50.0,[7 6],6 7],1,1.0 +0613,0613,02,num,XOR,51.0,[1 6],6 12],0,1.0 +0613,0613,02,num,XOR,52.0,[7 8],8 7],1,1.0 +0613,0613,02,num,XOR,53.0,[4 0],0 4],1,1.0 +0613,0613,02,num,XOR,54.0,[0 2],2 0],1,1.0 +0613,0613,02,num,XOR,55.0,[2 9],None,0,1.0 +0613,0613,02,num,XOR,56.0,[7 1],1 6],0,1.0 +0613,0613,02,num,XOR,57.0,[6 0],0 7],0,1.0 +0613,0613,02,num,XOR,58.0,[9 8],8 2],0,1.0 +0613,0613,02,num,XOR,59.0,[2 6],6 2],1,1.0 +0613,0613,02,num,XOR,60.0,[5 0],0 4],0,1.0 +0613,0613,02,num,XOR,61.0,[3 2],2 1],0,1.0 +0613,0613,02,num,XOR,62.0,[3 0],0 6],0,1.0 +0613,0613,02,num,XOR,63.0,[9 1],16 1],0,1.0 +0613,0613,02,num,XOR,64.0,[4 1],1 9],0,1.0 +0613,0613,02,num,XOR,65.0,[2 1],1 2],1,1.0 +0613,0613,02,num,XOR,66.0,[6 9],None,0,1.0 +0613,0613,02,num,XOR,67.0,[7 2],2 7],1,1.0 +0613,0613,02,num,XOR,68.0,[5 7],14 5],0,1.0 +0613,0613,02,num,XOR,69.0,[2 7],7 4],0,1.0 +0613,0613,02,num,XOR,70.0,[6 4],1 6],0,1.0 +0613,0613,02,num,XOR,71.0,[5 0],0 5],1,1.0 +0613,0613,02,num,XOR,72.0,[2 9],9 8],0,1.0 +0613,0613,02,num,XOR,73.0,[3 1],1 3],1,1.0 +0613,0613,02,num,XOR,74.0,[1 0],0 5],0,1.0 +0613,0613,02,num,XOR,75.0,[2 0],0 6],0,1.0 +0613,0613,02,num,XOR,76.0,[0 1],2 1],0,1.0 +0613,0613,02,num,XOR,77.0,[3 6],6 6],0,1.0 +0613,0613,02,num,XOR,78.0,[9 6],None,0,1.0 +0613,0613,02,num,XOR,79.0,[0 5],5 0],1,1.0 +0613,0613,02,num,XOR,80.0,[3 9],9 8],0,1.0 +0613,0613,02,num,XOR,81.0,[6 0],0 3],0,1.0 +0613,0613,02,num,XOR,82.0,[5 9],None,0,1.0 +0613,0613,02,num,XOR,83.0,[7 2],2 7],1,1.0 +0613,0613,02,num,XOR,84.0,[2 1],1 7],0,1.0 +0613,0613,02,num,XOR,85.0,[4 9],None,0,1.0 +0613,0613,02,num,XOR,86.0,[9 4],4 9],1,1.0 +0613,0613,02,num,XOR,87.0,[0 8],8 0],1,1.0 +0613,0613,02,num,XOR,88.0,[8 0],0 4],0,1.0 +0613,0613,02,num,XOR,89.0,[8 1],1 2],0,1.0 +0613,0613,02,num,XOR,90.0,[2 6],6 8],0,1.0 +0613,0613,02,num,XOR,91.0,[5 0],0 6],0,1.0 +0613,0613,02,num,XOR,92.0,[2 7],7 5],0,1.0 +0613,0613,02,num,XOR,93.0,[5 0],0 7],0,1.0 +0613,0613,02,num,XOR,94.0,[8 6],6 4],0,1.0 +0613,0613,02,num,XOR,95.0,[5 7],None,0,1.0 +0613,0613,02,num,XOR,96.0,[8 1],1 7],0,1.0 +0613,0613,02,num,XOR,97.0,[1 4],4 1],1,1.0 +0613,0613,02,num,XOR,98.0,[3 7],7 3],1,1.0 +0613,0613,02,num,XOR,99.0,[8 9],9 8],1,1.0 +0613,0613,02,num,c3_set_union_permuted,0.0,[2 6 5 3],2 5 3 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,1.0,[1 6 7 5],5 6 1 7],1,1.0 +0613,0613,02,num,c3_set_union_permuted,2.0,[2 1 4 6],6 1 4 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,3.0,[6 0 1 3],3 1 0 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,4.0,[4 3 1 7],7 3 4 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,5.0,[7 5 8 4],5 8 4 7],1,1.0 +0613,0613,02,num,c3_set_union_permuted,6.0,[4 0 8 1],8 4 0 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,7.0,[2 8 4 1],8 4 2 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,8.0,[3 0 7 6],6 7 3 0],1,1.0 +0613,0613,02,num,c3_set_union_permuted,9.0,[6 9 2 4],6 4 2 9],1,1.0 +0613,0613,02,num,c3_set_union_permuted,10.0,[6 5 9 8],6 9 8 5],1,1.0 +0613,0613,02,num,c3_set_union_permuted,11.0,[4 7 2 0],2 0 4 7],1,1.0 +0613,0613,02,num,c3_set_union_permuted,12.0,[7 1 5 3],1 3 7 5],1,1.0 +0613,0613,02,num,c3_set_union_permuted,13.0,[0 2 3 4],4 0 3 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,14.0,[1 0 6 9],1 0 6 9],1,1.0 +0613,0613,02,num,c3_set_union_permuted,15.0,[7 0 6 1],7 1 6 0],1,1.0 +0613,0613,02,num,c3_set_union_permuted,16.0,[5 7 2 0],0 5 2 7],1,1.0 +0613,0613,02,num,c3_set_union_permuted,17.0,[4 2 6 8],2 4 8 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,18.0,[8 4 9 7],8 4 9 7],1,1.0 +0613,0613,02,num,c3_set_union_permuted,19.0,[8 9 0 6],6 9 8 0],1,1.0 +0613,0613,02,num,c3_set_union_permuted,20.0,[3 8 1 4],1 8 4 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,21.0,[7 9 3 0],7 3 9 0],1,1.0 +0613,0613,02,num,c3_set_union_permuted,22.0,[0 5 8 7],5 7 0 8],1,1.0 +0613,0613,02,num,c3_set_union_permuted,23.0,[7 1 9 3],1 3 9 7],1,1.0 +0613,0613,02,num,c3_set_union_permuted,24.0,[1 9 3 4],1 4 9 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,25.0,[7 8 4 6],8 7 4 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,26.0,[2 3 0 9],3 9 0 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,27.0,[4 3 0 6],0 4 6 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,28.0,[5 3 7 4],7 5 3 4],1,1.0 +0613,0613,02,num,c3_set_union_permuted,29.0,[2 1 4 3],1 3 4 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,30.0,[5 8 2 4],4 2 8 5],1,1.0 +0613,0613,02,num,c3_set_union_permuted,31.0,[5 6 9 3],6 9 5 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,32.0,[5 7 3 9],5 9 7 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,33.0,[7 8 3 1],7 8 3 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,34.0,[0 2 1 8],0 1 8 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,35.0,[1 3 0 7],0 3 7 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,36.0,[6 9 5 7],7 5 9 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,37.0,[6 5 4 3],4 3 5 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,38.0,[8 5 6 3],6 5 3 8],1,1.0 +0613,0613,02,num,c3_set_union_permuted,39.0,[8 9 0 1],8 0 1 9],1,1.0 +0613,0613,02,num,c3_set_union_permuted,40.0,[3 0 9 6],0 3 9 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,41.0,[0 3 5 8],0 8 3 5],1,1.0 +0613,0613,02,num,c3_set_union_permuted,42.0,[6 3 7 9],9 6 7 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,43.0,[6 8 3 9],3 8 6 9],1,1.0 +0613,0613,02,num,c3_set_union_permuted,44.0,[7 2 5 9],7 9 2 5],1,1.0 +0613,0613,02,num,c3_set_union_permuted,45.0,[5 3 4 1],3 5 4 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,46.0,[0 4 6 7],6 7 0 4],1,1.0 +0613,0613,02,num,c3_set_union_permuted,47.0,[8 3 0 7],8 7 0 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,48.0,[8 1 3 6],1 6 3 8],1,1.0 +0613,0613,02,num,c3_set_union_permuted,49.0,[2 1 0 7],2 1 7 0],1,1.0 +0613,0613,02,num,c3_set_union_permuted,50.0,[8 0 2 7],8 7 2 0],1,1.0 +0613,0613,02,num,c3_set_union_permuted,51.0,[1 8 0 3],3 0 8 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,52.0,[5 1 6 0],0 1 5 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,53.0,[4 9 7 6],7 4 6 9],1,1.0 +0613,0613,02,num,c3_set_union_permuted,54.0,[6 5 2 9],5 6 9 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,55.0,[5 7 4 6],6 7 5 4],1,1.0 +0613,0613,02,num,c3_set_union_permuted,56.0,[6 9 4 3],6 9 4 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,57.0,[6 8 0 7],8 7 0 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,58.0,[4 9 7 1],9 4 1 7]],1,1.0 +0613,0613,02,num,c3_set_union_permuted,59.0,[1 0 7 4],0 7 1 4],1,1.0 +0613,0613,02,num,c3_set_union_permuted,60.0,[9 4 2 1],1 9 2 4],1,1.0 +0613,0613,02,num,c3_set_union_permuted,61.0,[7 6 2 9],2 7 9 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,62.0,[6 2 9 8],2 6 8 9],1,1.0 +0613,0613,02,num,c3_set_union_permuted,63.0,[9 4 6 0],0 9 4 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,64.0,[3 2 9 4],2 4 9 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,65.0,[2 9 0 7],7 0 9 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,66.0,[7 5 2 6],5 7 6 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,67.0,[3 4 0 7],0 7 4 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,68.0,[6 2 1 5],6 5 2 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,69.0,[5 1 3 9],1 3 9 5],1,1.0 +0613,0613,02,num,c3_set_union_permuted,70.0,[6 3 1 2],2 6 1 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,71.0,[8 9 0 3],8 0 3 9]],1,1.0 +0613,0613,02,num,c3_set_union_permuted,72.0,[8 2 5 0],2 5 8 0],1,1.0 +0613,0613,02,num,c3_set_union_permuted,73.0,[3 6 1 4],6 3 4 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,74.0,[9 6 0 2],9 6 0 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,75.0,[5 9 4 7],7 5 4 9],1,1.0 +0613,0613,02,num,c3_set_union_permuted,76.0,[1 7 4 2],2 7 1 4],1,1.0 +0613,0613,02,num,c3_set_union_permuted,77.0,[3 5 2 1],2 1 3 5],1,1.0 +0613,0613,02,num,c3_set_union_permuted,78.0,[1 5 4 8],4 1 8 5],1,1.0 +0613,0613,02,num,c3_set_union_permuted,79.0,[2 1 5 8],5 8 1 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,80.0,[4 3 9 5],5 4 9 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,81.0,[2 1 9 0],1 2 9 0],1,1.0 +0613,0613,02,num,c3_set_union_permuted,82.0,[0 1 5 9],9 5 0 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,83.0,[0 2 8 9],9 2 0 8],1,1.0 +0613,0613,02,num,c3_set_union_permuted,84.0,[1 0 5 4],5 0 1 4],1,1.0 +0613,0613,02,num,c3_set_union_permuted,85.0,[5 3 4 0],4 5 3 0],1,1.0 +0613,0613,02,num,c3_set_union_permuted,86.0,[0 2 8 4],2 4 8 0],1,1.0 +0613,0613,02,num,c3_set_union_permuted,87.0,[3 6 5 0],0 3 5 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,88.0,[2 4 3 7],3 7 2 4],1,1.0 +0613,0613,02,num,c3_set_union_permuted,89.0,[0 6 8 5],5 8 0 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,90.0,[3 8 1 9],3 8 9 1],1,1.0 +0613,0613,02,num,c3_set_union_permuted,91.0,[8 2 7 1],1 7 2 8],1,1.0 +0613,0613,02,num,c3_set_union_permuted,92.0,[7 6 4 3],4 7 6 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,93.0,[7 0 2 6],0 2 7 6]],1,1.0 +0613,0613,02,num,c3_set_union_permuted,94.0,[8 3 5 4],8 5 4 3],1,1.0 +0613,0613,02,num,c3_set_union_permuted,95.0,[1 6 7 4],4 1 7 6],1,1.0 +0613,0613,02,num,c3_set_union_permuted,96.0,[8 6 7 1],6 7 1 8],1,1.0 +0613,0613,02,num,c3_set_union_permuted,97.0,[5 6 7 0],0 5 6 7],1,1.0 +0613,0613,02,num,c3_set_union_permuted,98.0,[3 6 2 7],6 3 7 2],1,1.0 +0613,0613,02,num,c3_set_union_permuted,99.0,[3 5 2 7],3 2 7 5],1,1.0 +0613,0613,02,num,c2_set_union_permuted,0.0,[5],1 5],0,1.0 +0613,0613,02,num,c2_set_union_permuted,1.0,[5],5 6],0,1.0 +0613,0613,02,num,c2_set_union_permuted,2.0,[9],7 9],0,1.0 +0613,0613,02,num,c2_set_union_permuted,3.0,[8],8 0],0,1.0 +0613,0613,02,num,c2_set_union_permuted,4.0,[8],8 7],0,1.0 +0613,0613,02,num,c2_set_union_permuted,5.0,[6],9 2 6],0,1.0 +0613,0613,02,num,c2_set_union_permuted,6.0,[7],7 9],0,1.0 +0613,0613,02,num,c2_set_union_permuted,7.0,[3],6 3 1],0,1.0 +0613,0613,02,num,c2_set_union_permuted,8.0,[8],1 8 6],0,1.0 +0613,0613,02,num,c2_set_union_permuted,9.0,[4],4],1,1.0 +0613,0613,02,num,c2_set_union_permuted,10.0,[4],2 8 4],0,1.0 +0613,0613,02,num,c2_set_union_permuted,11.0,[0],1 1],0,1.0 +0613,0613,02,num,c2_set_union_permuted,12.0,[7],5 7 5],0,1.0 +0613,0613,02,num,c2_set_union_permuted,13.0,[5],5 3 7 5] [7,0,1.0 +0613,0613,02,num,c2_set_union_permuted,14.0,[3],0 3],0,1.0 +0613,0613,02,num,c2_set_union_permuted,15.0,[3],3 5 0],0,1.0 +0613,0613,02,num,c2_set_union_permuted,16.0,[3],3],1,1.0 +0613,0613,02,num,c2_set_union_permuted,17.0,[1],1 1],0,1.0 +0613,0613,02,num,c2_set_union_permuted,18.0,[5],5 0],0,1.0 +0613,0613,02,num,c2_set_union_permuted,19.0,[2],2 3],0,1.0 +0613,0613,02,num,c2_set_union_permuted,20.0,[5],7 5 1],0,1.0 +0613,0613,02,num,c2_set_union_permuted,21.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union_permuted,22.0,[9],9 2],0,1.0 +0613,0613,02,num,c2_set_union_permuted,23.0,[5],5 2],0,1.0 +0613,0613,02,num,c2_set_union_permuted,24.0,[3],5 3],0,1.0 +0613,0613,02,num,c2_set_union_permuted,25.0,[0],0],1,1.0 +0613,0613,02,num,c2_set_union_permuted,26.0,[8],8 0],0,1.0 +0613,0613,02,num,c2_set_union_permuted,27.0,[5],5 9 9 7],0,1.0 +0613,0613,02,num,c2_set_union_permuted,28.0,[0],0],1,1.0 +0613,0613,02,num,c2_set_union_permuted,29.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union_permuted,30.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union_permuted,31.0,[0],0],1,1.0 +0613,0613,02,num,c2_set_union_permuted,32.0,[8],8 6],0,1.0 +0613,0613,02,num,c2_set_union_permuted,33.0,[4],3 4 5],0,1.0 +0613,0613,02,num,c2_set_union_permuted,34.0,[8],1 8],0,1.0 +0613,0613,02,num,c2_set_union_permuted,35.0,[4],4 1],0,1.0 +0613,0613,02,num,c2_set_union_permuted,36.0,[5],5 8 2 9],0,1.0 +0613,0613,02,num,c2_set_union_permuted,37.0,[3],3 1],0,1.0 +0613,0613,02,num,c2_set_union_permuted,38.0,[9],9 4],0,1.0 +0613,0613,02,num,c2_set_union_permuted,39.0,[9],0 9 0],0,1.0 +0613,0613,02,num,c2_set_union_permuted,40.0,[1],4 1 0 4] [4,0,1.0 +0613,0613,02,num,c2_set_union_permuted,41.0,[4],4 1],0,1.0 +0613,0613,02,num,c2_set_union_permuted,42.0,[6],6 9 3],0,1.0 +0613,0613,02,num,c2_set_union_permuted,43.0,[1],1 3],0,1.0 +0613,0613,02,num,c2_set_union_permuted,44.0,[5],5 4 0],0,1.0 +0613,0613,02,num,c2_set_union_permuted,45.0,[3],3 9],0,1.0 +0613,0613,02,num,c2_set_union_permuted,46.0,[9],1 4 9],0,1.0 +0613,0613,02,num,c2_set_union_permuted,47.0,[4],4 7],0,1.0 +0613,0613,02,num,c2_set_union_permuted,48.0,[8],18 8],0,1.0 +0613,0613,02,num,c2_set_union_permuted,49.0,[4],4],1,1.0 +0613,0613,02,num,c2_set_union_permuted,50.0,[4],4],1,1.0 +0613,0613,02,num,c2_set_union_permuted,51.0,[3],3],1,1.0 +0613,0613,02,num,c2_set_union_permuted,52.0,[4],4 1],0,1.0 +0613,0613,02,num,c2_set_union_permuted,53.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union_permuted,54.0,[0],0 6],0,1.0 +0613,0613,02,num,c2_set_union_permuted,55.0,[7],7 2],0,1.0 +0613,0613,02,num,c2_set_union_permuted,56.0,[4],4],1,1.0 +0613,0613,02,num,c2_set_union_permuted,57.0,[7],7 9],0,1.0 +0613,0613,02,num,c2_set_union_permuted,58.0,[2],2 1],0,1.0 +0613,0613,02,num,c2_set_union_permuted,59.0,[3],0 3],0,1.0 +0613,0613,02,num,c2_set_union_permuted,60.0,[7],2 0],0,1.0 +0613,0613,02,num,c2_set_union_permuted,61.0,[0],0 2 0],0,1.0 +0613,0613,02,num,c2_set_union_permuted,62.0,[2],2],1,1.0 +0613,0613,02,num,c2_set_union_permuted,63.0,[7],7],1,1.0 +0613,0613,02,num,c2_set_union_permuted,64.0,[2],7 2],0,1.0 +0613,0613,02,num,c2_set_union_permuted,65.0,[3],3 2 0 1] [1,0,1.0 +0613,0613,02,num,c2_set_union_permuted,66.0,[1],1 3],0,1.0 +0613,0613,02,num,c2_set_union_permuted,67.0,[3],3],1,1.0 +0613,0613,02,num,c2_set_union_permuted,68.0,[6],6 7],0,1.0 +0613,0613,02,num,c2_set_union_permuted,69.0,[0],0 3 1 9],0,1.0 +0613,0613,02,num,c2_set_union_permuted,70.0,[3],3],1,1.0 +0613,0613,02,num,c2_set_union_permuted,71.0,[6],6],1,1.0 +0613,0613,02,num,c2_set_union_permuted,72.0,[2],2 5],0,1.0 +0613,0613,02,num,c2_set_union_permuted,73.0,[7],1 7 5],0,1.0 +0613,0613,02,num,c2_set_union_permuted,74.0,[3],3 9 9 3],0,1.0 +0613,0613,02,num,c2_set_union_permuted,75.0,[0],0 6],0,1.0 +0613,0613,02,num,c2_set_union_permuted,76.0,[8],0 8],0,1.0 +0613,0613,02,num,c2_set_union_permuted,77.0,[9],4 0],0,1.0 +0613,0613,02,num,c2_set_union_permuted,78.0,[6],4 6],0,1.0 +0613,0613,02,num,c2_set_union_permuted,79.0,[3],3 5],0,1.0 +0613,0613,02,num,c2_set_union_permuted,80.0,[1],1 6],0,1.0 +0613,0613,02,num,c2_set_union_permuted,81.0,[4],4 5],0,1.0 +0613,0613,02,num,c2_set_union_permuted,82.0,[3],0 3 0],0,1.0 +0613,0613,02,num,c2_set_union_permuted,83.0,[7],7 4],0,1.0 +0613,0613,02,num,c2_set_union_permuted,84.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union_permuted,85.0,[9],9 4 6 7],0,1.0 +0613,0613,02,num,c2_set_union_permuted,86.0,[8],8 1 7 2],0,1.0 +0613,0613,02,num,c2_set_union_permuted,87.0,[3],2 3],0,1.0 +0613,0613,02,num,c2_set_union_permuted,88.0,[8],8 9],0,1.0 +0613,0613,02,num,c2_set_union_permuted,89.0,[8],8],1,1.0 +0613,0613,02,num,c2_set_union_permuted,90.0,[8],7 8],0,1.0 +0613,0613,02,num,c2_set_union_permuted,91.0,[8],8 7 8 6],0,1.0 +0613,0613,02,num,c2_set_union_permuted,92.0,[5],5],1,1.0 +0613,0613,02,num,c2_set_union_permuted,93.0,[4],4 6 2]],0,1.0 +0613,0613,02,num,c2_set_union_permuted,94.0,[0],0 8],0,1.0 +0613,0613,02,num,c2_set_union_permuted,95.0,[6],None,0,1.0 +0613,0613,02,num,c2_set_union_permuted,96.0,[0],0],1,1.0 +0613,0613,02,num,c2_set_union_permuted,97.0,[1],5 1 5],0,1.0 +0613,0613,02,num,c2_set_union_permuted,98.0,[9],9],1,1.0 +0613,0613,02,num,c2_set_union_permuted,99.0,[3],1 3],0,1.0 +0613,0613,02,num,c1_set_union_permuted,0.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,1.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union_permuted,2.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union_permuted,3.0,[3],0 3],0,1.0 +0613,0613,02,num,c1_set_union_permuted,4.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union_permuted,5.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union_permuted,6.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,7.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,8.0,[3],0],0,1.0 +0613,0613,02,num,c1_set_union_permuted,9.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,10.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,11.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union_permuted,12.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,13.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union_permuted,14.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union_permuted,15.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union_permuted,16.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,17.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,18.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union_permuted,19.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,20.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union_permuted,21.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,22.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union_permuted,23.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,24.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union_permuted,25.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,26.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,27.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,28.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union_permuted,29.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,30.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,31.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union_permuted,32.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union_permuted,33.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union_permuted,34.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,35.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union_permuted,36.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union_permuted,37.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,38.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,39.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,40.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union_permuted,41.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,42.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union_permuted,43.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,44.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union_permuted,45.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union_permuted,46.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union_permuted,47.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union_permuted,48.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,49.0,[8],0 8],0,1.0 +0613,0613,02,num,c1_set_union_permuted,50.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,51.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,52.0,[0],0 2],0,1.0 +0613,0613,02,num,c1_set_union_permuted,53.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union_permuted,54.0,[3],0],0,1.0 +0613,0613,02,num,c1_set_union_permuted,55.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,56.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union_permuted,57.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,58.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,59.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,60.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union_permuted,61.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,62.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union_permuted,63.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,64.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,65.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union_permuted,66.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,67.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,68.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,69.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,70.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union_permuted,71.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union_permuted,72.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union_permuted,73.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,74.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,75.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,76.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union_permuted,77.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,78.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,79.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union_permuted,80.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,81.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union_permuted,82.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union_permuted,83.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,84.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,85.0,[8],8],1,1.0 +0613,0613,02,num,c1_set_union_permuted,86.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union_permuted,87.0,[3],3],1,1.0 +0613,0613,02,num,c1_set_union_permuted,88.0,[0],0],1,1.0 +0613,0613,02,num,c1_set_union_permuted,89.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,90.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union_permuted,91.0,[1],1],1,1.0 +0613,0613,02,num,c1_set_union_permuted,92.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,93.0,[5],5],1,1.0 +0613,0613,02,num,c1_set_union_permuted,94.0,[9],9],1,1.0 +0613,0613,02,num,c1_set_union_permuted,95.0,[2],2],1,1.0 +0613,0613,02,num,c1_set_union_permuted,96.0,[7],7],1,1.0 +0613,0613,02,num,c1_set_union_permuted,97.0,[4],4],1,1.0 +0613,0613,02,num,c1_set_union_permuted,98.0,[6],6],1,1.0 +0613,0613,02,num,c1_set_union_permuted,99.0,[2],2],1,1.0 +0613,0613,02,num,XOR_permuted,0.0,[4 0],0 4],1,1.0 +0613,0613,02,num,XOR_permuted,1.0,[8 4],8 4],1,1.0 +0613,0613,02,num,XOR_permuted,2.0,[1 7],7 1],1,1.0 +0613,0613,02,num,XOR_permuted,3.0,[6 0],0 6],1,1.0 +0613,0613,02,num,XOR_permuted,4.0,[3 6],8 3],0,1.0 +0613,0613,02,num,XOR_permuted,5.0,[5 6],6 5],1,1.0 +0613,0613,02,num,XOR_permuted,6.0,[3 9],7 9],0,1.0 +0613,0613,02,num,XOR_permuted,7.0,[0 8],8 0],1,1.0 +0613,0613,02,num,XOR_permuted,8.0,[1 4],4 3],0,1.0 +0613,0613,02,num,XOR_permuted,9.0,[8 3],8 3],1,1.0 +0613,0613,02,num,XOR_permuted,10.0,[9 6],6 9],1,1.0 +0613,0613,02,num,XOR_permuted,11.0,[0 7],5 7],0,1.0 +0613,0613,02,num,XOR_permuted,12.0,[0 9],0 9],1,1.0 +0613,0613,02,num,XOR_permuted,13.0,[3 6],1 3],0,1.0 +0613,0613,02,num,XOR_permuted,14.0,[1 3],1 3],1,1.0 +0613,0613,02,num,XOR_permuted,15.0,[0 7],0 7],1,1.0 +0613,0613,02,num,XOR_permuted,16.0,[7 8],8 7],1,1.0 +0613,0613,02,num,XOR_permuted,17.0,[6 2],6 2],1,1.0 +0613,0613,02,num,XOR_permuted,18.0,[7 8],7 8],1,1.0 +0613,0613,02,num,XOR_permuted,19.0,[0 9],9 0],1,1.0 +0613,0613,02,num,XOR_permuted,20.0,[0 2],2 1],0,1.0 +0613,0613,02,num,XOR_permuted,21.0,[6 5],5 1],0,1.0 +0613,0613,02,num,XOR_permuted,22.0,[0 3],3 0],1,1.0 +0613,0613,02,num,XOR_permuted,23.0,[0 9],16 4],0,1.0 +0613,0613,02,num,XOR_permuted,24.0,[8 0],8 0],1,1.0 +0613,0613,02,num,XOR_permuted,25.0,[2 8],8 1],0,1.0 +0613,0613,02,num,XOR_permuted,26.0,[3 9],9 8],0,1.0 +0613,0613,02,num,XOR_permuted,27.0,[2 9],9 2],1,1.0 +0613,0613,02,num,XOR_permuted,28.0,[3 7],7 3],1,1.0 +0613,0613,02,num,XOR_permuted,29.0,[9 0],9 0],1,1.0 +0613,0613,02,num,XOR_permuted,30.0,[2 5],2 5],1,1.0 +0613,0613,02,num,XOR_permuted,31.0,[2 6],6 2],1,1.0 +0613,0613,02,num,XOR_permuted,32.0,[0 2],2 0],1,1.0 +0613,0613,02,num,XOR_permuted,33.0,[5 7],5 7],1,1.0 +0613,0613,02,num,XOR_permuted,34.0,[3 5],3 0],0,1.0 +0613,0613,02,num,XOR_permuted,35.0,[6 0],6 0],1,1.0 +0613,0613,02,num,XOR_permuted,36.0,[6 0],0 6],1,1.0 +0613,0613,02,num,XOR_permuted,37.0,[4 5],4 5],1,1.0 +0613,0613,02,num,XOR_permuted,38.0,[8 9],8 9],1,1.0 +0613,0613,02,num,XOR_permuted,39.0,[6 7],7 6],1,1.0 +0613,0613,02,num,XOR_permuted,40.0,[9 3],9 3],1,1.0 +0613,0613,02,num,XOR_permuted,41.0,[7 6],2 7],0,1.0 +0613,0613,02,num,XOR_permuted,42.0,[8 9],8 9],1,1.0 +0613,0613,02,num,XOR_permuted,43.0,[7 0],0 7],1,1.0 +0613,0613,02,num,XOR_permuted,44.0,[2 1],3 4],0,1.0 +0613,0613,02,num,XOR_permuted,45.0,[3 5],5 3],1,1.0 +0613,0613,02,num,XOR_permuted,46.0,[2 0],8 0],0,1.0 +0613,0613,02,num,XOR_permuted,47.0,[2 0],2 0],1,1.0 +0613,0613,02,num,XOR_permuted,48.0,[0 1],1 0],1,1.0 +0613,0613,02,num,XOR_permuted,49.0,[5 1],1 5],1,1.0 +0613,0613,02,num,XOR_permuted,50.0,[6 9],None,0,1.0 +0613,0613,02,num,XOR_permuted,51.0,[0 1],0 5],0,1.0 +0613,0613,02,num,XOR_permuted,52.0,[9 8],8 6],0,1.0 +0613,0613,02,num,XOR_permuted,53.0,[8 2],8 1],0,1.0 +0613,0613,02,num,XOR_permuted,54.0,[1 0],8 8],0,1.0 +0613,0613,02,num,XOR_permuted,55.0,[5 9],None,0,1.0 +0613,0613,02,num,XOR_permuted,56.0,[0 6],0 6],1,1.0 +0613,0613,02,num,XOR_permuted,57.0,[5 4],5 4],1,1.0 +0613,0613,02,num,XOR_permuted,58.0,[7 5],7 5],1,1.0 +0613,0613,02,num,XOR_permuted,59.0,[8 2],2 8],1,1.0 +0613,0613,02,num,XOR_permuted,60.0,[9 2],2 9],1,1.0 +0613,0613,02,num,XOR_permuted,61.0,[0 1],1 0],1,1.0 +0613,0613,02,num,XOR_permuted,62.0,[0 2],1 0],0,1.0 +0613,0613,02,num,XOR_permuted,63.0,[2 0],2 0],1,1.0 +0613,0613,02,num,XOR_permuted,64.0,[2 3],8 7],0,1.0 +0613,0613,02,num,XOR_permuted,65.0,[9 6],None,0,1.0 +0613,0613,02,num,XOR_permuted,66.0,[9 4],4 9],1,1.0 +0613,0613,02,num,XOR_permuted,67.0,[0 4],8 0],0,1.0 +0613,0613,02,num,XOR_permuted,68.0,[9 5],None,0,1.0 +0613,0613,02,num,XOR_permuted,69.0,[6 4],6 4],1,1.0 +0613,0613,02,num,XOR_permuted,70.0,[5 0],5 0],1,1.0 +0613,0613,02,num,XOR_permuted,71.0,[3 1],3 1],1,1.0 +0613,0613,02,num,XOR_permuted,72.0,[8 1],1 8],1,1.0 +0613,0613,02,num,XOR_permuted,73.0,[6 3],7 4,0,1.0 +0613,0613,02,num,XOR_permuted,74.0,[0 9],0 9],1,1.0 +0613,0613,02,num,XOR_permuted,75.0,[2 9],2 9],1,1.0 +0613,0613,02,num,XOR_permuted,76.0,[9 6],None,0,1.0 +0613,0613,02,num,XOR_permuted,77.0,[4 1],1 5],0,1.0 +0613,0613,02,num,XOR_permuted,78.0,[1 4],1 4],1,1.0 +0613,0613,02,num,XOR_permuted,79.0,[7 3],6 7],0,1.0 +0613,0613,02,num,XOR_permuted,80.0,[8 3],3 8],1,1.0 +0613,0613,02,num,XOR_permuted,81.0,[5 6],5 6],1,1.0 +0613,0613,02,num,XOR_permuted,82.0,[5 7],5 7],1,1.0 +0613,0613,02,num,XOR_permuted,83.0,[7 0],0 7],1,1.0 +0613,0613,02,num,XOR_permuted,84.0,[6 9],5 6],0,1.0 +0613,0613,02,num,XOR_permuted,85.0,[9 4],4 9],1,1.0 +0613,0613,02,num,XOR_permuted,86.0,[6 2],2 5],0,1.0 +0613,0613,02,num,XOR_permuted,87.0,[9 4],4 9],1,1.0 +0613,0613,02,num,XOR_permuted,88.0,[3 1],3 1],1,1.0 +0613,0613,02,num,XOR_permuted,89.0,[4 9],None,0,1.0 +0613,0613,02,num,XOR_permuted,90.0,[1 5],5 1],1,1.0 +0613,0613,02,num,XOR_permuted,91.0,[4 0],4 4],0,1.0 +0613,0613,02,num,XOR_permuted,92.0,[8 4],6 8],0,1.0 +0613,0613,02,num,XOR_permuted,93.0,[5 8],2 5],0,1.0 +0613,0613,02,num,XOR_permuted,94.0,[3 7],7 3],1,1.0 +0613,0613,02,num,XOR_permuted,95.0,[8 5],5 8],1,1.0 +0613,0613,02,num,XOR_permuted,96.0,[5 9],None,0,1.0 +0613,0613,02,num,XOR_permuted,97.0,[8 3],8 3],1,1.0 +0613,0613,02,num,XOR_permuted,98.0,[7 5],7 5],1,1.0 +0613,0613,02,num,XOR_permuted,99.0,[6 7],7 6],1,1.0 +0613,0613,02,num,AND_permuted,0.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,1.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,2.0,[],7],0,1.0 +0613,0613,02,num,AND_permuted,3.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,4.0,[],9],0,1.0 +0613,0613,02,num,AND_permuted,5.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,6.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,7.0,[],1],0,1.0 +0613,0613,02,num,AND_permuted,8.0,[],3],0,1.0 +0613,0613,02,num,AND_permuted,9.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,10.0,[],9],0,1.0 +0613,0613,02,num,AND_permuted,11.0,[],8,0,1.0 +0613,0613,02,num,AND_permuted,12.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,13.0,[],6],0,1.0 +0613,0613,02,num,AND_permuted,14.0,[],6],0,1.0 +0613,0613,02,num,AND_permuted,15.0,[],3],0,1.0 +0613,0613,02,num,AND_permuted,16.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,17.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,18.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,19.0,[],1],0,1.0 +0613,0613,02,num,AND_permuted,20.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,21.0,[],5],0,1.0 +0613,0613,02,num,AND_permuted,22.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,23.0,[],6],0,1.0 +0613,0613,02,num,AND_permuted,24.0,[],4,0,1.0 +0613,0613,02,num,AND_permuted,25.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,26.0,[],4],0,1.0 +0613,0613,02,num,AND_permuted,27.0,[],1,0,1.0 +0613,0613,02,num,AND_permuted,28.0,[],4],0,1.0 +0613,0613,02,num,AND_permuted,29.0,[],1],0,1.0 +0613,0613,02,num,AND_permuted,30.0,[],5],0,1.0 +0613,0613,02,num,AND_permuted,31.0,[],1],0,1.0 +0613,0613,02,num,AND_permuted,32.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,33.0,[],8,0,1.0 +0613,0613,02,num,AND_permuted,34.0,[],4],0,1.0 +0613,0613,02,num,AND_permuted,35.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,36.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,37.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,38.0,[],1],0,1.0 +0613,0613,02,num,AND_permuted,39.0,[],1],0,1.0 +0613,0613,02,num,AND_permuted,40.0,[],8],0,1.0 +0613,0613,02,num,AND_permuted,41.0,[],4],0,1.0 +0613,0613,02,num,AND_permuted,42.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,43.0,[],7,0,1.0 +0613,0613,02,num,AND_permuted,44.0,[],9],0,1.0 +0613,0613,02,num,AND_permuted,45.0,[],7,0,1.0 +0613,0613,02,num,AND_permuted,46.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,47.0,[],4],0,1.0 +0613,0613,02,num,AND_permuted,48.0,[],8,0,1.0 +0613,0613,02,num,AND_permuted,49.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,50.0,[],8],0,1.0 +0613,0613,02,num,AND_permuted,51.0,[],7],0,1.0 +0613,0613,02,num,AND_permuted,52.0,[],1],0,1.0 +0613,0613,02,num,AND_permuted,53.0,[],6],0,1.0 +0613,0613,02,num,AND_permuted,54.0,[],5,0,1.0 +0613,0613,02,num,AND_permuted,55.0,[],8],0,1.0 +0613,0613,02,num,AND_permuted,56.0,[],7],0,1.0 +0613,0613,02,num,AND_permuted,57.0,[],3],0,1.0 +0613,0613,02,num,AND_permuted,58.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,59.0,[],7],0,1.0 +0613,0613,02,num,AND_permuted,60.0,[],5],0,1.0 +0613,0613,02,num,AND_permuted,61.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,62.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,63.0,[],9],0,1.0 +0613,0613,02,num,AND_permuted,64.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,65.0,[],6],0,1.0 +0613,0613,02,num,AND_permuted,66.0,[],1],0,1.0 +0613,0613,02,num,AND_permuted,67.0,[],5],0,1.0 +0613,0613,02,num,AND_permuted,68.0,[],5],0,1.0 +0613,0613,02,num,AND_permuted,69.0,[],6,0,1.0 +0613,0613,02,num,AND_permuted,70.0,[],9],0,1.0 +0613,0613,02,num,AND_permuted,71.0,[],9],0,1.0 +0613,0613,02,num,AND_permuted,72.0,[],1],0,1.0 +0613,0613,02,num,AND_permuted,73.0,[],1,0,1.0 +0613,0613,02,num,AND_permuted,74.0,[],1],0,1.0 +0613,0613,02,num,AND_permuted,75.0,[],4],0,1.0 +0613,0613,02,num,AND_permuted,76.0,[],3,0,1.0 +0613,0613,02,num,AND_permuted,77.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,78.0,[],4,0,1.0 +0613,0613,02,num,AND_permuted,79.0,[],1,0,1.0 +0613,0613,02,num,AND_permuted,80.0,[],7],0,1.0 +0613,0613,02,num,AND_permuted,81.0,[],5],0,1.0 +0613,0613,02,num,AND_permuted,82.0,[],3],0,1.0 +0613,0613,02,num,AND_permuted,83.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,84.0,[],8],0,1.0 +0613,0613,02,num,AND_permuted,85.0,[],2,0,1.0 +0613,0613,02,num,AND_permuted,86.0,[],8],0,1.0 +0613,0613,02,num,AND_permuted,87.0,[],9],0,1.0 +0613,0613,02,num,AND_permuted,88.0,[],5],0,1.0 +0613,0613,02,num,AND_permuted,89.0,[],5],0,1.0 +0613,0613,02,num,AND_permuted,90.0,[],6],0,1.0 +0613,0613,02,num,AND_permuted,91.0,[],0,0,1.0 +0613,0613,02,num,AND_permuted,92.0,[],2],0,1.0 +0613,0613,02,num,AND_permuted,93.0,[],5],0,1.0 +0613,0613,02,num,AND_permuted,94.0,[],0],0,1.0 +0613,0613,02,num,AND_permuted,95.0,[],],1,1.0 +0613,0613,02,num,AND_permuted,96.0,[],3],0,1.0 +0613,0613,02,num,AND_permuted,97.0,[],5],0,1.0 +0613,0613,02,num,AND_permuted,98.0,[],4],0,1.0 +0613,0613,02,num,AND_permuted,99.0,[],7,0,1.0 +0613,0613,02,symb,row_constant,0.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,1.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,2.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,3.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,4.0,['~'],~],1,1.0 +0613,0613,02,symb,row_constant,5.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,6.0,['<'],<],1,1.0 +0613,0613,02,symb,row_constant,7.0,['$'],$],1,1.0 +0613,0613,02,symb,row_constant,8.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,9.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,10.0,[':'],:],1,1.0 +0613,0613,02,symb,row_constant,11.0,['$'],$],1,1.0 +0613,0613,02,symb,row_constant,12.0,['%'],%],1,1.0 +0613,0613,02,symb,row_constant,13.0,['%'],%],1,1.0 +0613,0613,02,symb,row_constant,14.0,['&'],&],1,1.0 +0613,0613,02,symb,row_constant,15.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,16.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,17.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,18.0,['%'],%],1,1.0 +0613,0613,02,symb,row_constant,19.0,['<'],<],1,1.0 +0613,0613,02,symb,row_constant,20.0,['%'],%],1,1.0 +0613,0613,02,symb,row_constant,21.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,22.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,23.0,['$'],$],1,1.0 +0613,0613,02,symb,row_constant,24.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,25.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,26.0,['<'],<],1,1.0 +0613,0613,02,symb,row_constant,27.0,['$'],$],1,1.0 +0613,0613,02,symb,row_constant,28.0,['~'],~],1,1.0 +0613,0613,02,symb,row_constant,29.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,30.0,['~'],~],1,1.0 +0613,0613,02,symb,row_constant,31.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,32.0,['*'],*],1,1.0 +0613,0613,02,symb,row_constant,33.0,['('],)],0,1.0 +0613,0613,02,symb,row_constant,34.0,['~'],~],1,1.0 +0613,0613,02,symb,row_constant,35.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,36.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,37.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,38.0,['%'],%],1,1.0 +0613,0613,02,symb,row_constant,39.0,['$'],$],1,1.0 +0613,0613,02,symb,row_constant,40.0,['%'],%],1,1.0 +0613,0613,02,symb,row_constant,41.0,['~'],~],1,1.0 +0613,0613,02,symb,row_constant,42.0,['&'],&],1,1.0 +0613,0613,02,symb,row_constant,43.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,44.0,['<'],<,1,1.0 +0613,0613,02,symb,row_constant,45.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,46.0,['*'],*],1,1.0 +0613,0613,02,symb,row_constant,47.0,[':'],:],1,1.0 +0613,0613,02,symb,row_constant,48.0,[':'],:],1,1.0 +0613,0613,02,symb,row_constant,49.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,50.0,['&'],&],1,1.0 +0613,0613,02,symb,row_constant,51.0,['('],)],0,1.0 +0613,0613,02,symb,row_constant,52.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,53.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,54.0,['$'],$],1,1.0 +0613,0613,02,symb,row_constant,55.0,['%'],%],1,1.0 +0613,0613,02,symb,row_constant,56.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,57.0,['%'],%],1,1.0 +0613,0613,02,symb,row_constant,58.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,59.0,['<'],<],1,1.0 +0613,0613,02,symb,row_constant,60.0,['&'],&],1,1.0 +0613,0613,02,symb,row_constant,61.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,62.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,63.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,64.0,['&'],&],1,1.0 +0613,0613,02,symb,row_constant,65.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,66.0,[':'],:],1,1.0 +0613,0613,02,symb,row_constant,67.0,['<'],<],1,1.0 +0613,0613,02,symb,row_constant,68.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,69.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,70.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,71.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,72.0,['&'],&],1,1.0 +0613,0613,02,symb,row_constant,73.0,['~'],~],1,1.0 +0613,0613,02,symb,row_constant,74.0,['<'],<],1,1.0 +0613,0613,02,symb,row_constant,75.0,['%'],%],1,1.0 +0613,0613,02,symb,row_constant,76.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,77.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,78.0,['('],(],1,1.0 +0613,0613,02,symb,row_constant,79.0,['*'],*],1,1.0 +0613,0613,02,symb,row_constant,80.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,81.0,['*'],*],1,1.0 +0613,0613,02,symb,row_constant,82.0,['$'],$],1,1.0 +0613,0613,02,symb,row_constant,83.0,[':'],:],1,1.0 +0613,0613,02,symb,row_constant,84.0,['<'],<],1,1.0 +0613,0613,02,symb,row_constant,85.0,['*'],*],1,1.0 +0613,0613,02,symb,row_constant,86.0,['('],)],0,1.0 +0613,0613,02,symb,row_constant,87.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,88.0,['%'],%],1,1.0 +0613,0613,02,symb,row_constant,89.0,['!'],!],1,1.0 +0613,0613,02,symb,row_constant,90.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,91.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,92.0,['&'],&],1,1.0 +0613,0613,02,symb,row_constant,93.0,['>'],>],1,1.0 +0613,0613,02,symb,row_constant,94.0,['*'],*],1,1.0 +0613,0613,02,symb,row_constant,95.0,['~'],~],1,1.0 +0613,0613,02,symb,row_constant,96.0,['~'],~],1,1.0 +0613,0613,02,symb,row_constant,97.0,['*'],*],1,1.0 +0613,0613,02,symb,row_constant,98.0,[':'],:],1,1.0 +0613,0613,02,symb,row_constant,99.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,0.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,1.0,['$'],$],1,1.0 +0613,0613,02,symb,col_constant,2.0,['$'],$],1,1.0 +0613,0613,02,symb,col_constant,3.0,[':'],:],1,1.0 +0613,0613,02,symb,col_constant,4.0,['>'],>],1,1.0 +0613,0613,02,symb,col_constant,5.0,[':'],:],1,1.0 +0613,0613,02,symb,col_constant,6.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,7.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,8.0,['('],(],1,1.0 +0613,0613,02,symb,col_constant,9.0,['('],(],1,1.0 +0613,0613,02,symb,col_constant,10.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,11.0,[':'],:],1,1.0 +0613,0613,02,symb,col_constant,12.0,['%'],%],1,1.0 +0613,0613,02,symb,col_constant,13.0,['&'],&],1,1.0 +0613,0613,02,symb,col_constant,14.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,15.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,16.0,['>'],>],1,1.0 +0613,0613,02,symb,col_constant,17.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,18.0,['('],(],1,1.0 +0613,0613,02,symb,col_constant,19.0,['*'],*],1,1.0 +0613,0613,02,symb,col_constant,20.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,21.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,22.0,['$'],$],1,1.0 +0613,0613,02,symb,col_constant,23.0,['%'],%],1,1.0 +0613,0613,02,symb,col_constant,24.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,25.0,['*'],*],1,1.0 +0613,0613,02,symb,col_constant,26.0,['$'],$],1,1.0 +0613,0613,02,symb,col_constant,27.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,28.0,['$'],$],1,1.0 +0613,0613,02,symb,col_constant,29.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,30.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,31.0,[':'],:],1,1.0 +0613,0613,02,symb,col_constant,32.0,['('],(],1,1.0 +0613,0613,02,symb,col_constant,33.0,['%'],%],1,1.0 +0613,0613,02,symb,col_constant,34.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,35.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,36.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,37.0,['*'],*],1,1.0 +0613,0613,02,symb,col_constant,38.0,['*'],*],1,1.0 +0613,0613,02,symb,col_constant,39.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,40.0,['*'],*],1,1.0 +0613,0613,02,symb,col_constant,41.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,42.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,43.0,['%'],%],1,1.0 +0613,0613,02,symb,col_constant,44.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,45.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,46.0,['>'],>],1,1.0 +0613,0613,02,symb,col_constant,47.0,['%'],%],1,1.0 +0613,0613,02,symb,col_constant,48.0,[':'],:],1,1.0 +0613,0613,02,symb,col_constant,49.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,50.0,['>'],>],1,1.0 +0613,0613,02,symb,col_constant,51.0,['>'],>],1,1.0 +0613,0613,02,symb,col_constant,52.0,[':'],:],1,1.0 +0613,0613,02,symb,col_constant,53.0,['*'],*],1,1.0 +0613,0613,02,symb,col_constant,54.0,['%'],%],1,1.0 +0613,0613,02,symb,col_constant,55.0,['%'],%],1,1.0 +0613,0613,02,symb,col_constant,56.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,57.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,58.0,['%'],%],1,1.0 +0613,0613,02,symb,col_constant,59.0,['*'],*],1,1.0 +0613,0613,02,symb,col_constant,60.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,61.0,['('],(],1,1.0 +0613,0613,02,symb,col_constant,62.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,63.0,['&'],&],1,1.0 +0613,0613,02,symb,col_constant,64.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,65.0,['*'],*],1,1.0 +0613,0613,02,symb,col_constant,66.0,['%'],%],1,1.0 +0613,0613,02,symb,col_constant,67.0,['>'],>],1,1.0 +0613,0613,02,symb,col_constant,68.0,['('],(],1,1.0 +0613,0613,02,symb,col_constant,69.0,['('],(],1,1.0 +0613,0613,02,symb,col_constant,70.0,[':'],:],1,1.0 +0613,0613,02,symb,col_constant,71.0,['*'],*],1,1.0 +0613,0613,02,symb,col_constant,72.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,73.0,['('],(],1,1.0 +0613,0613,02,symb,col_constant,74.0,[':'],:],1,1.0 +0613,0613,02,symb,col_constant,75.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,76.0,['&'],&],1,1.0 +0613,0613,02,symb,col_constant,77.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,78.0,['>'],>],1,1.0 +0613,0613,02,symb,col_constant,79.0,['$'],$],1,1.0 +0613,0613,02,symb,col_constant,80.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,81.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,82.0,[':'],:],1,1.0 +0613,0613,02,symb,col_constant,83.0,['$'],$],1,1.0 +0613,0613,02,symb,col_constant,84.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,85.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,86.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,87.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,88.0,['&'],&],1,1.0 +0613,0613,02,symb,col_constant,89.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,90.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,91.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,92.0,['%'],%],1,1.0 +0613,0613,02,symb,col_constant,93.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,94.0,['~'],~],1,1.0 +0613,0613,02,symb,col_constant,95.0,['!'],!],1,1.0 +0613,0613,02,symb,col_constant,96.0,['&'],&],1,1.0 +0613,0613,02,symb,col_constant,97.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,98.0,['<'],<],1,1.0 +0613,0613,02,symb,col_constant,99.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag1,0.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag1,1.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag1,2.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag1,3.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,4.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,5.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,6.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag1,7.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,8.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,9.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,10.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag1,11.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,12.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,13.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag1,14.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,15.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag1,16.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,17.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,18.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,19.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,20.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag1,21.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag1,22.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,23.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,24.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag1,25.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag1,26.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag1,27.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,28.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,29.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,30.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag1,31.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag1,32.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,33.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,34.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,35.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,36.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,37.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,38.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag1,39.0,['&'],&],1,1.0 +0613,0613,02,symb,dist3_diag1,40.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag1,41.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag1,42.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,43.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,44.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,45.0,['&'],&],1,1.0 +0613,0613,02,symb,dist3_diag1,46.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,47.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag1,48.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,49.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag1,50.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,51.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,52.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag1,53.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag1,54.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,55.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag1,56.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,57.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,58.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,59.0,['&'],&],1,1.0 +0613,0613,02,symb,dist3_diag1,60.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,61.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag1,62.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,63.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,64.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag1,65.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,66.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,67.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,68.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag1,69.0,['&'],&],1,1.0 +0613,0613,02,symb,dist3_diag1,70.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag1,71.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag1,72.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,73.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,74.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,75.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,76.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,77.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,78.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag1,79.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag1,80.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,81.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,82.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,83.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,84.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,85.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag1,86.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,87.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,88.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,89.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,90.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag1,91.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag1,92.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag1,93.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,94.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag1,95.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag1,96.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,97.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag1,98.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag1,99.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag2,0.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,1.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,2.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,3.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,4.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag2,5.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag2,6.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,7.0,['('],(]],1,1.0 +0613,0613,02,symb,dist3_diag2,8.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,9.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,10.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,11.0,['&'],&,1,1.0 +0613,0613,02,symb,dist3_diag2,12.0,['&'],&],1,1.0 +0613,0613,02,symb,dist3_diag2,13.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,14.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,15.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,16.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,17.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,18.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,19.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,20.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,21.0,['&'],&],1,1.0 +0613,0613,02,symb,dist3_diag2,22.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag2,23.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag2,24.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag2,25.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,26.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,27.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,28.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag2,29.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,30.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag2,31.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag2,32.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,33.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,34.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag2,35.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag2,36.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag2,37.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,38.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,39.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,40.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag2,41.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag2,42.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag2,43.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,44.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag2,45.0,['('],(]],1,1.0 +0613,0613,02,symb,dist3_diag2,46.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,47.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,48.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag2,49.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,50.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,51.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag2,52.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,53.0,['*'],*],1,1.0 +0613,0613,02,symb,dist3_diag2,54.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,55.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,56.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,57.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag2,58.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,59.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,60.0,['&'],&],1,1.0 +0613,0613,02,symb,dist3_diag2,61.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,62.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,63.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,64.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,65.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,66.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,67.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,68.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,69.0,[':'],:],1,1.0 +0613,0613,02,symb,dist3_diag2,70.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,71.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag2,72.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,73.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,74.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag2,75.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,76.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,77.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,78.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,79.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag2,80.0,['$'],$],1,1.0 +0613,0613,02,symb,dist3_diag2,81.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,82.0,['>'],>],1,1.0 +0613,0613,02,symb,dist3_diag2,83.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag2,84.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,85.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,86.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,87.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,88.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,89.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag2,90.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag2,91.0,['%'],%],1,1.0 +0613,0613,02,symb,dist3_diag2,92.0,['!'],!],1,1.0 +0613,0613,02,symb,dist3_diag2,93.0,['&'],&],1,1.0 +0613,0613,02,symb,dist3_diag2,94.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,95.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,96.0,['~'],~],1,1.0 +0613,0613,02,symb,dist3_diag2,97.0,['('],(],1,1.0 +0613,0613,02,symb,dist3_diag2,98.0,['<'],<],1,1.0 +0613,0613,02,symb,dist3_diag2,99.0,['%'],%],1,1.0 +0613,0613,02,symb,prog_size1,0.0,['('],@],0,1.0 +0613,0613,02,symb,prog_size1,1.0,['<'],&],0,1.0 +0613,0613,02,symb,prog_size1,2.0,['~'],*],0,1.0 +0613,0613,02,symb,prog_size1,3.0,['>'],!],0,1.0 +0613,0613,02,symb,prog_size1,4.0,[':'],)],0,1.0 +0613,0613,02,symb,prog_size1,5.0,['$'],<],0,1.0 +0613,0613,02,symb,prog_size1,6.0,['%'],!]],0,1.0 +0613,0613,02,symb,prog_size1,7.0,['&'],<],0,1.0 +0613,0613,02,symb,prog_size1,8.0,['*'],~],0,1.0 +0613,0613,02,symb,prog_size1,9.0,['!'],)],0,1.0 +0613,0613,02,symb,prog_size1,10.0,['('],:],0,1.0 +0613,0613,02,symb,prog_size1,11.0,['<'],#],0,1.0 +0613,0613,02,symb,prog_size2,0.0,[':'],%],0,1.0 +0613,0613,02,symb,prog_size2,1.0,['$'],&]],0,1.0 +0613,0613,02,symb,prog_size2,2.0,['%'],:]],0,1.0 +0613,0613,02,symb,prog_size2,3.0,['&'],$],0,1.0 +0613,0613,02,symb,two_rule_comb0,0.0,"['~', '$']",~ $],1,1.0 +0613,0613,02,symb,two_rule_comb0,1.0,"['>', '%']",> %],1,1.0 +0613,0613,02,symb,two_rule_comb0,2.0,"['*', '(']",* (],1,1.0 +0613,0613,02,symb,two_rule_comb0,3.0,"['*', '%']",* %]],1,1.0 +0613,0613,02,symb,two_rule_comb0,4.0,"['$', '*']",$ *],1,1.0 +0613,0613,02,symb,two_rule_comb0,5.0,"['>', '%']",> %],1,1.0 +0613,0613,02,symb,two_rule_comb0,6.0,"['&', '$']",& $],1,1.0 +0613,0613,02,symb,two_rule_comb0,7.0,"['&', '>']",& >],1,1.0 +0613,0613,02,symb,two_rule_comb0,8.0,"['>', '!']",> !],1,1.0 +0613,0613,02,symb,two_rule_comb0,9.0,"['$', '%']",$ %],1,1.0 +0613,0613,02,symb,two_rule_comb0,10.0,"['>', '*']",> *],1,1.0 +0613,0613,02,symb,two_rule_comb0,11.0,"['&', '~']",& ~],1,1.0 +0613,0613,02,symb,two_rule_comb0,12.0,"['>', '(']",> (],1,1.0 +0613,0613,02,symb,two_rule_comb0,13.0,"['$', '>']",$ >],1,1.0 +0613,0613,02,symb,two_rule_comb0,14.0,"['%', '%']",% %],1,1.0 +0613,0613,02,symb,two_rule_comb0,15.0,"['!', '>']",! >],1,1.0 +0613,0613,02,symb,two_rule_comb0,16.0,"['>', '!']",> !],1,1.0 +0613,0613,02,symb,two_rule_comb0,17.0,"['$', '%']",$ %],1,1.0 +0613,0613,02,symb,two_rule_comb0,18.0,"['>', '*']",> *],1,1.0 +0613,0613,02,symb,two_rule_comb0,19.0,"['*', '~']",* ~],1,1.0 +0613,0613,02,symb,two_rule_comb0,20.0,"['<', '<']",< <],1,1.0 +0613,0613,02,symb,two_rule_comb0,21.0,"[':', '<']",: <],1,1.0 +0613,0613,02,symb,two_rule_comb0,22.0,"['~', '(']",~ (],1,1.0 +0613,0613,02,symb,two_rule_comb0,23.0,"['~', ':']",~ :],1,1.0 +0613,0613,02,symb,two_rule_comb0,24.0,"['>', '&']",> &],1,1.0 +0613,0613,02,symb,two_rule_comb0,25.0,"['<', '&']",<&],1,1.0 +0613,0613,02,symb,two_rule_comb0,26.0,"['~', ':']",~ :],1,1.0 +0613,0613,02,symb,two_rule_comb0,27.0,"['>', '>']",> >],1,1.0 +0613,0613,02,symb,two_rule_comb0,28.0,"['>', '&']",> &],1,1.0 +0613,0613,02,symb,two_rule_comb0,29.0,"['%', '*']",% *],1,1.0 +0613,0613,02,symb,two_rule_comb0,30.0,"['$', '(']",$ (],1,1.0 +0613,0613,02,symb,two_rule_comb0,31.0,"['(', '<']",(< <],0,1.0 +0613,0613,02,symb,two_rule_comb0,32.0,"['!', '!']",! !],1,1.0 +0613,0613,02,symb,two_rule_comb0,33.0,"['>', '$']",> $],1,1.0 +0613,0613,02,symb,two_rule_comb0,34.0,"['(', '*']",( *],1,1.0 +0613,0613,02,symb,two_rule_comb0,35.0,"[':', '$']",: $],1,1.0 +0613,0613,02,symb,two_rule_comb0,36.0,"['~', '<']",~ <],1,1.0 +0613,0613,02,symb,two_rule_comb0,37.0,"['&', '<']",& <],1,1.0 +0613,0613,02,symb,two_rule_comb0,38.0,"['!', '~']",! ~,1,1.0 +0613,0613,02,symb,two_rule_comb0,39.0,"['<', '$']",< $],1,1.0 +0613,0613,02,symb,two_rule_comb0,40.0,"['<', '~']",< ~],1,1.0 +0613,0613,02,symb,two_rule_comb0,41.0,"['&', '*']",& *],1,1.0 +0613,0613,02,symb,two_rule_comb0,42.0,"['&', '>']",& >],1,1.0 +0613,0613,02,symb,two_rule_comb0,43.0,"[':', '%']",: %],1,1.0 +0613,0613,02,symb,two_rule_comb0,44.0,"['!', '*']",! *],1,1.0 +0613,0613,02,symb,two_rule_comb0,45.0,"['>', '(']",> (],1,1.0 +0613,0613,02,symb,two_rule_comb0,46.0,"['$', '~']",$ ~],1,1.0 +0613,0613,02,symb,two_rule_comb0,47.0,"['(', '*']",( *],1,1.0 +0613,0613,02,symb,two_rule_comb0,48.0,"['~', '(']",~ (],1,1.0 +0613,0613,02,symb,two_rule_comb0,49.0,"[':', '$']",: $],1,1.0 +0613,0613,02,symb,two_rule_comb0,50.0,"['*', '%']",* %],1,1.0 +0613,0613,02,symb,two_rule_comb0,51.0,"['>', '<']",> <],1,1.0 +0613,0613,02,symb,two_rule_comb0,52.0,"['*', '!']",* !],1,1.0 +0613,0613,02,symb,two_rule_comb0,53.0,"['!', '<']",! <],1,1.0 +0613,0613,02,symb,two_rule_comb0,54.0,"['%', '>']",% >],1,1.0 +0613,0613,02,symb,two_rule_comb0,55.0,"['&', '~']",& ~],1,1.0 +0613,0613,02,symb,two_rule_comb0,56.0,"['>', '&']",> &],1,1.0 +0613,0613,02,symb,two_rule_comb0,57.0,"['~', ':']",~ :],1,1.0 +0613,0613,02,symb,two_rule_comb0,58.0,"[':', '%']",: %],1,1.0 +0613,0613,02,symb,two_rule_comb0,59.0,"['!', '%']",! %],1,1.0 +0613,0613,02,symb,two_rule_comb0,60.0,"['!', '%']",! %],1,1.0 +0613,0613,02,symb,two_rule_comb0,61.0,"['*', '!']",* !],1,1.0 +0613,0613,02,symb,two_rule_comb0,62.0,"['~', '!']",~ !],1,1.0 +0613,0613,02,symb,two_rule_comb0,63.0,"['%', ':']",% :],1,1.0 +0613,0613,02,symb,two_rule_comb0,64.0,"['$', '>']",$ >],1,1.0 +0613,0613,02,symb,two_rule_comb0,65.0,"['<', '(']",< (],1,1.0 +0613,0613,02,symb,two_rule_comb0,66.0,"['*', '~']",* ~],1,1.0 +0613,0613,02,symb,two_rule_comb0,67.0,"['%', ':']",% :],1,1.0 +0613,0613,02,symb,two_rule_comb0,68.0,"[':', '%']",: %],1,1.0 +0613,0613,02,symb,two_rule_comb0,69.0,"['~', '&']",~ &],1,1.0 +0613,0613,02,symb,two_rule_comb0,70.0,"['(', '~']",( ~],1,1.0 +0613,0613,02,symb,two_rule_comb0,71.0,"['$', '%']",$ %],1,1.0 +0613,0613,02,symb,two_rule_comb0,72.0,"['!', '*']",! *],1,1.0 +0613,0613,02,symb,two_rule_comb0,73.0,"['!', '<']",! <],1,1.0 +0613,0613,02,symb,two_rule_comb0,74.0,"['%', '<']",% <],1,1.0 +0613,0613,02,symb,two_rule_comb0,75.0,"['>', '%']",> %],1,1.0 +0613,0613,02,symb,two_rule_comb0,76.0,"['&', '$']",& $],1,1.0 +0613,0613,02,symb,two_rule_comb0,77.0,"['&', '>']",& >],1,1.0 +0613,0613,02,symb,two_rule_comb0,78.0,"['%', '&']",% &],1,1.0 +0613,0613,02,symb,two_rule_comb0,79.0,"['>', '>']",> >],1,1.0 +0613,0613,02,symb,two_rule_comb0,80.0,"['*', '<']",* <],1,1.0 +0613,0613,02,symb,two_rule_comb0,81.0,"['!', '<']",! <],1,1.0 +0613,0613,02,symb,two_rule_comb0,82.0,"['>', '>']",> >],1,1.0 +0613,0613,02,symb,two_rule_comb0,83.0,"['>', '%']",> %],1,1.0 +0613,0613,02,symb,two_rule_comb0,84.0,"['!', '&']",! &],1,1.0 +0613,0613,02,symb,two_rule_comb0,85.0,"['%', ':']",% :],1,1.0 +0613,0613,02,symb,two_rule_comb0,86.0,"['!', '%']",! %],1,1.0 +0613,0613,02,symb,two_rule_comb0,87.0,"['&', '<']",& <],1,1.0 +0613,0613,02,symb,two_rule_comb0,88.0,"[':', '%']",: %],1,1.0 +0613,0613,02,symb,two_rule_comb0,89.0,"['*', '>']",* >],1,1.0 +0613,0613,02,symb,two_rule_comb0,90.0,"[':', '<']",: <],1,1.0 +0613,0613,02,symb,two_rule_comb0,91.0,"['!', '&']",! &],1,1.0 +0613,0613,02,symb,two_rule_comb0,92.0,"['!', ':']",! :],1,1.0 +0613,0613,02,symb,two_rule_comb0,93.0,"['!', '$']",! $],1,1.0 +0613,0613,02,symb,two_rule_comb0,94.0,"['*', '*']",* *],1,1.0 +0613,0613,02,symb,two_rule_comb0,95.0,"[':', '!']",: !],1,1.0 +0613,0613,02,symb,two_rule_comb0,96.0,"['&', '<']",& <],1,1.0 +0613,0613,02,symb,two_rule_comb0,97.0,"['$', '(']",$ (],1,1.0 +0613,0613,02,symb,two_rule_comb0,98.0,"['<', '(']",< (],1,1.0 +0613,0613,02,symb,two_rule_comb0,99.0,"['!', '&']",! &],1,1.0 +0613,0613,02,symb,two_rule_comb1,0.0,"['&', '*']",& *],1,1.0 +0613,0613,02,symb,two_rule_comb1,1.0,"[':', '$']",$ $],0,1.0 +0613,0613,02,symb,two_rule_comb1,2.0,"['*', '~']",* ~],1,1.0 +0613,0613,02,symb,two_rule_comb1,3.0,"['!', '(']",! (],1,1.0 +0613,0613,02,symb,two_rule_comb1,4.0,"['*', '>']",* >],1,1.0 +0613,0613,02,symb,two_rule_comb1,5.0,"['(', '%']",( %],1,1.0 +0613,0613,02,symb,two_rule_comb1,6.0,"['>', '(']",> (],1,1.0 +0613,0613,02,symb,two_rule_comb1,7.0,"['&', '&']",& &],1,1.0 +0613,0613,02,symb,two_rule_comb1,8.0,"['>', '$']",> $],1,1.0 +0613,0613,02,symb,two_rule_comb1,9.0,"['!', '&']",! &],1,1.0 +0613,0613,02,symb,two_rule_comb1,10.0,"['!', '>']",! %],0,1.0 +0613,0613,02,symb,two_rule_comb1,11.0,"['%', '*']",* %],0,1.0 +0613,0613,02,symb,two_rule_comb1,12.0,"['~', '>']",~ >],1,1.0 +0613,0613,02,symb,two_rule_comb1,13.0,"[':', '*']",: *],1,1.0 +0613,0613,02,symb,two_rule_comb1,14.0,"['>', '(']",> (],1,1.0 +0613,0613,02,symb,two_rule_comb1,15.0,"['&', '!']",& !],1,1.0 +0613,0613,02,symb,two_rule_comb1,16.0,"['>', '!']",> !],1,1.0 +0613,0613,02,symb,two_rule_comb1,17.0,"['>', '>']",> >],1,1.0 +0613,0613,02,symb,two_rule_comb1,18.0,"['&', ':']",& :],1,1.0 +0613,0613,02,symb,two_rule_comb1,19.0,"['&', '$']",& $],1,1.0 +0613,0613,02,symb,two_rule_comb1,20.0,"['(', '$']",( $],1,1.0 +0613,0613,02,symb,two_rule_comb1,21.0,"['*', '!']",* !],1,1.0 +0613,0613,02,symb,two_rule_comb1,22.0,"['~', '>']",~ >,1,1.0 +0613,0613,02,symb,two_rule_comb1,23.0,"['*', '<']",* <],1,1.0 +0613,0613,02,symb,two_rule_comb1,24.0,"['!', '&']",! &],1,1.0 +0613,0613,02,symb,two_rule_comb1,25.0,"['~', '<']",~ <],1,1.0 +0613,0613,02,symb,two_rule_comb1,26.0,"[':', '&']",: &],1,1.0 +0613,0613,02,symb,two_rule_comb1,27.0,"['~', ':']",~ :],1,1.0 +0613,0613,02,symb,two_rule_comb1,28.0,"['<', '(']",< (],1,1.0 +0613,0613,02,symb,two_rule_comb1,29.0,"['%', '(']",% (],1,1.0 +0613,0613,02,symb,two_rule_comb1,30.0,"['(', '$']",( $],1,1.0 +0613,0613,02,symb,two_rule_comb1,31.0,"['~', '*']",~ *],1,1.0 +0613,0613,02,symb,two_rule_comb1,32.0,"['&', '>']",& >],1,1.0 +0613,0613,02,symb,two_rule_comb1,33.0,"['!', '%']",! %],1,1.0 +0613,0613,02,symb,two_rule_comb1,34.0,"['&', '*']",& *],1,1.0 +0613,0613,02,symb,two_rule_comb1,35.0,"['(', '&']",(& %],0,1.0 +0613,0613,02,symb,two_rule_comb1,36.0,"['~', '~']",~ ~],1,1.0 +0613,0613,02,symb,two_rule_comb1,37.0,"['~', '*']",~ *],1,1.0 +0613,0613,02,symb,two_rule_comb1,38.0,"['!', '*']",! *],1,1.0 +0613,0613,02,symb,two_rule_comb1,39.0,"['$', '$']",$ $],1,1.0 +0613,0613,02,symb,two_rule_comb1,40.0,"['<', '$']",< $],1,1.0 +0613,0613,02,symb,two_rule_comb1,41.0,"['%', '*']",% *],1,1.0 +0613,0613,02,symb,two_rule_comb1,42.0,"['!', '*']",! *,1,1.0 +0613,0613,02,symb,two_rule_comb1,43.0,"['*', '*']",* $],0,1.0 +0613,0613,02,symb,two_rule_comb1,44.0,"[':', '&']",: &),0,1.0 +0613,0613,02,symb,two_rule_comb1,45.0,"['>', '!']",> !],1,1.0 +0613,0613,02,symb,two_rule_comb1,46.0,"['&', '<']",& <],1,1.0 +0613,0613,02,symb,two_rule_comb1,47.0,"['%', '<']",% <],1,1.0 +0613,0613,02,symb,two_rule_comb1,48.0,"['!', '<']",! <],1,1.0 +0613,0613,02,symb,two_rule_comb1,49.0,"['(', '>']",(< >],0,1.0 +0613,0613,02,symb,two_rule_comb1,50.0,"['!', '$']",! $],1,1.0 +0613,0613,02,symb,two_rule_comb1,51.0,"['!', '(']",! (],1,1.0 +0613,0613,02,symb,two_rule_comb1,52.0,"[':', '$']",: $],1,1.0 +0613,0613,02,symb,two_rule_comb1,53.0,"['$', '<']",$ <],1,1.0 +0613,0613,02,symb,two_rule_comb1,54.0,"['%', ':']",% :],1,1.0 +0613,0613,02,symb,two_rule_comb1,55.0,"['~', '*']",~ ~],0,1.0 +0613,0613,02,symb,two_rule_comb1,56.0,"['>', '%']",> %],1,1.0 +0613,0613,02,symb,two_rule_comb1,57.0,"['~', '~']",~ ~],1,1.0 +0613,0613,02,symb,two_rule_comb1,58.0,"['~', '!']",~ !],1,1.0 +0613,0613,02,symb,two_rule_comb1,59.0,"['(', '<']",( :],0,1.0 +0613,0613,02,symb,two_rule_comb1,60.0,"['~', '~']",~ >],0,1.0 +0613,0613,02,symb,two_rule_comb1,61.0,"[':', '(']",: (],1,1.0 +0613,0613,02,symb,two_rule_comb1,62.0,"['~', '(']",~ (],1,1.0 +0613,0613,02,symb,two_rule_comb1,63.0,"['*', '&']",*: &],0,1.0 +0613,0613,02,symb,two_rule_comb1,64.0,"[':', '&']",: :],0,1.0 +0613,0613,02,symb,two_rule_comb1,65.0,"['!', '!']",% !],0,1.0 +0613,0613,02,symb,two_rule_comb1,66.0,"['<', '$']",< $],1,1.0 +0613,0613,02,symb,two_rule_comb1,67.0,"['(', '$']",( $],1,1.0 +0613,0613,02,symb,two_rule_comb1,68.0,"['>', '>']",> ~],0,1.0 +0613,0613,02,symb,two_rule_comb1,69.0,"['<', '*']",< *],1,1.0 +0613,0613,02,symb,two_rule_comb1,70.0,"['%', '&']",% &],1,1.0 +0613,0613,02,symb,two_rule_comb1,71.0,"['(', ':']",( :]],1,1.0 +0613,0613,02,symb,two_rule_comb1,72.0,"[':', '!']",: !],1,1.0 +0613,0613,02,symb,two_rule_comb1,73.0,"['<', '~']",< <],0,1.0 +0613,0613,02,symb,two_rule_comb1,74.0,"['!', ':']",! :],1,1.0 +0613,0613,02,symb,two_rule_comb1,75.0,"['>', '$']",> $],1,1.0 +0613,0613,02,symb,two_rule_comb1,76.0,"['!', '*']",! *],1,1.0 +0613,0613,02,symb,two_rule_comb1,77.0,"['>', '<']",> <],1,1.0 +0613,0613,02,symb,two_rule_comb1,78.0,"['<', '<']",< &],0,1.0 +0613,0613,02,symb,two_rule_comb1,79.0,"['~', ':']",~ :],1,1.0 +0613,0613,02,symb,two_rule_comb1,80.0,"['~', ':']",~ :],1,1.0 +0613,0613,02,symb,two_rule_comb1,81.0,"['%', '~']",% ~],1,1.0 +0613,0613,02,symb,two_rule_comb1,82.0,"['<', '%']",< %],1,1.0 +0613,0613,02,symb,two_rule_comb1,83.0,"['&', '*']",& *],1,1.0 +0613,0613,02,symb,two_rule_comb1,84.0,"['>', '>']",> !],0,1.0 +0613,0613,02,symb,two_rule_comb1,85.0,"['<', '(']",< (],1,1.0 +0613,0613,02,symb,two_rule_comb1,86.0,"['&', '>']",& >],1,1.0 +0613,0613,02,symb,two_rule_comb1,87.0,"['&', '(']",& (],1,1.0 +0613,0613,02,symb,two_rule_comb1,88.0,"['&', '&']",& <],0,1.0 +0613,0613,02,symb,two_rule_comb1,89.0,"['~', '$']",~ ~],0,1.0 +0613,0613,02,symb,two_rule_comb1,90.0,"['*', '>']",* >],1,1.0 +0613,0613,02,symb,two_rule_comb1,91.0,"['(', '(']",(% (],0,1.0 +0613,0613,02,symb,two_rule_comb1,92.0,"['&', '*']",& *],1,1.0 +0613,0613,02,symb,two_rule_comb1,93.0,"['%', '%']",% &],0,1.0 +0613,0613,02,symb,two_rule_comb1,94.0,"['>', '(']",> (],1,1.0 +0613,0613,02,symb,two_rule_comb1,95.0,"['&', '<']",& <],1,1.0 +0613,0613,02,symb,two_rule_comb1,96.0,"['>', '&']",> &],1,1.0 +0613,0613,02,symb,two_rule_comb1,97.0,"['!', '$']",! $],1,1.0 +0613,0613,02,symb,two_rule_comb1,98.0,"['>', '~']",> ~],1,1.0 +0613,0613,02,symb,two_rule_comb1,99.0,"['*', '&']",* &],1,1.0 +0613,0613,02,symb,two_rule_comb2,0.0,"['&', '%']",< %],0,1.0 +0613,0613,02,symb,two_rule_comb2,1.0,"['%', '>']",: >],0,1.0 +0613,0613,02,symb,two_rule_comb2,2.0,"['~', '<']",~ *),0,1.0 +0613,0613,02,symb,two_rule_comb2,3.0,"['&', '<']",( <],0,1.0 +0613,0613,02,symb,two_rule_comb2,4.0,"['>', '*']",! *],0,1.0 +0613,0613,02,symb,two_rule_comb2,5.0,"['*', '~']",* !],0,1.0 +0613,0613,02,symb,two_rule_comb2,6.0,"['(', ':']",( ~],0,1.0 +0613,0613,02,symb,two_rule_comb2,7.0,"['!', '*']",! <],0,1.0 +0613,0613,02,symb,two_rule_comb2,8.0,"['$', '$']",< $],0,1.0 +0613,0613,02,symb,two_rule_comb2,9.0,"['~', '<']",~ &],0,1.0 +0613,0613,02,symb,two_rule_comb2,10.0,"[':', ':']",< :],0,1.0 +0613,0613,02,symb,two_rule_comb2,11.0,"['$', '<']",& <],0,1.0 +0613,0613,02,symb,two_rule_comb2,12.0,"['<', '(']",< >],0,1.0 +0613,0613,02,symb,two_rule_comb2,13.0,"['(', '~']",: ~],0,1.0 +0613,0613,02,symb,two_rule_comb2,14.0,"['*', '!']",(~ !)],0,1.0 +0613,0613,02,symb,two_rule_comb2,15.0,"[':', '<']",: $],0,1.0 +0613,0613,02,symb,two_rule_comb2,16.0,"['(', '$']",( &],0,1.0 +0613,0613,02,symb,two_rule_comb2,17.0,"['$', '(']",< (],0,1.0 +0613,0613,02,symb,two_rule_comb2,18.0,"['%', '%']",% #],0,1.0 +0613,0613,02,symb,two_rule_comb2,19.0,"['<', '(']",< :],0,1.0 +0613,0613,02,symb,two_rule_comb2,20.0,"['(', '<']",:> >],0,1.0 +0613,0613,02,symb,two_rule_comb2,21.0,"['%', '~']",> ~],0,1.0 +0613,0613,02,symb,two_rule_comb2,22.0,"['&', '<']",& $],0,1.0 +0613,0613,02,symb,two_rule_comb2,23.0,"['<', '$']",< ~],0,1.0 +0613,0613,02,symb,two_rule_comb2,24.0,"['<', '!']",& !],0,1.0 +0613,0613,02,symb,two_rule_comb2,25.0,"['%', '~']",% *],0,1.0 +0613,0613,02,symb,two_rule_comb2,26.0,"[':', '>']",% >],0,1.0 +0613,0613,02,symb,two_rule_comb2,27.0,"['~', '&']",~ ~],0,1.0 +0613,0613,02,symb,two_rule_comb2,28.0,"['$', '&']",$ >],0,1.0 +0613,0613,02,symb,two_rule_comb2,29.0,"['%', '(']",% :],0,1.0 +0613,0613,02,symb,two_rule_comb2,30.0,"['!', '*']",! <],0,1.0 +0613,0613,02,symb,two_rule_comb2,31.0,"['~', '<']",~ *)],0,1.0 +0613,0613,02,symb,two_rule_comb2,32.0,"['&', '*']",& <%],0,1.0 +0613,0613,02,symb,two_rule_comb2,33.0,"['<', '~']",< !],0,1.0 +0613,0613,02,symb,two_rule_comb2,34.0,"['<', '&']",< $],0,1.0 +0613,0613,02,symb,two_rule_comb2,35.0,"['>', '~']",:!],0,1.0 +0613,0613,02,symb,two_rule_comb2,36.0,"[':', '%']",% %],0,1.0 +0613,0613,02,symb,two_rule_comb2,37.0,"['$', '~']",< ~],0,1.0 +0613,0613,02,symb,two_rule_comb2,38.0,"['(', '*']",% *],0,1.0 +0613,0613,02,symb,two_rule_comb2,39.0,"['*', '&']",* (],0,1.0 +0613,0613,02,symb,two_rule_comb2,40.0,"[':', '!']",% !],0,1.0 +0613,0613,02,symb,two_rule_comb2,41.0,"['$', '~']",$ *],0,1.0 +0613,0613,02,symb,two_rule_comb2,42.0,"['~', '<']",& <]],0,1.0 +0613,0613,02,symb,two_rule_comb2,43.0,"[':', '$']",: ?],0,1.0 +0613,0613,02,symb,two_rule_comb2,44.0,"['(', '!']",( <],0,1.0 +0613,0613,02,symb,two_rule_comb2,45.0,"['>', '&']",> %],0,1.0 +0613,0613,02,symb,two_rule_comb2,46.0,"['%', ':']",% %],0,1.0 +0613,0613,02,symb,two_rule_comb2,47.0,"['!', '>']",( >],0,1.0 +0613,0613,02,symb,two_rule_comb2,48.0,"['>', '<']",> *),0,1.0 +0613,0613,02,symb,two_rule_comb2,49.0,"['<', '!']",$ !],0,1.0 +0613,0613,02,symb,two_rule_comb2,50.0,"['~', '(']",~ >],0,1.0 +0613,0613,02,symb,two_rule_comb2,51.0,"['$', '!']",< !],0,1.0 +0613,0613,02,symb,two_rule_comb2,52.0,"['&', '&']",& #],0,1.0 +0613,0613,02,symb,two_rule_comb2,53.0,"['%', '$']",% <],0,1.0 +0613,0613,02,symb,two_rule_comb2,54.0,"['~', ':']",! :],0,1.0 +0613,0613,02,symb,two_rule_comb2,55.0,"['~', '!']",* !],0,1.0 +0613,0613,02,symb,two_rule_comb2,56.0,"[':', '<']",% <,0,1.0 +0613,0613,02,symb,two_rule_comb2,57.0,"['$', '~']",$ *],0,1.0 +0613,0613,02,symb,two_rule_comb2,58.0,"['<', '%']",$ %],0,1.0 +0613,0613,02,symb,two_rule_comb2,59.0,"['%', '<']",% $],0,1.0 +0613,0613,02,symb,two_rule_comb2,60.0,"['*', '%']",% %],0,1.0 +0613,0613,02,symb,two_rule_comb2,61.0,"['%', '*']",* *],0,1.0 +0613,0613,02,symb,two_rule_comb2,62.0,"['<', '&']",< $],0,1.0 +0613,0613,02,symb,two_rule_comb2,63.0,"[':', '*']",* *],0,1.0 +0613,0613,02,symb,two_rule_comb2,64.0,"[':', '>']",< >],0,1.0 +0613,0613,02,symb,two_rule_comb2,65.0,"['$', '&']",$ >],0,1.0 +0613,0613,02,symb,two_rule_comb2,66.0,"['<', '$']",* $],0,1.0 +0613,0613,02,symb,two_rule_comb2,67.0,"['$', '%']",% %],0,1.0 +0613,0613,02,symb,two_rule_comb2,68.0,"['%', '$']",% &],0,1.0 +0613,0613,02,symb,two_rule_comb2,69.0,"['%', '%']",% &],0,1.0 +0613,0613,02,symb,two_rule_comb2,70.0,"['<', ':']",* :],0,1.0 +0613,0613,02,symb,two_rule_comb2,71.0,"['$', ':']",$ #],0,1.0 +0613,0613,02,symb,two_rule_comb2,72.0,"['&', '&']",& >],0,1.0 +0613,0613,02,symb,two_rule_comb2,73.0,"['(', '!']",% %],0,1.0 +0613,0613,02,symb,two_rule_comb2,74.0,"[':', '*']",: ~],0,1.0 +0613,0613,02,symb,two_rule_comb2,75.0,"['%', '*']",( *],0,1.0 +0613,0613,02,symb,two_rule_comb2,76.0,"['<', '>']",> >],0,1.0 +0613,0613,02,symb,two_rule_comb2,77.0,"[':', ':']",: !],0,1.0 +0613,0613,02,symb,two_rule_comb2,78.0,"['~', '~']",* ~],0,1.0 +0613,0613,02,symb,two_rule_comb2,79.0,"[':', '%']",% %],0,1.0 +0613,0613,02,symb,two_rule_comb2,80.0,"['*', '*']",* *],1,1.0 +0613,0613,02,symb,two_rule_comb2,81.0,"['%', ':']",% :],1,1.0 +0613,0613,02,symb,two_rule_comb2,82.0,"['>', '<']",% <],0,1.0 +0613,0613,02,symb,two_rule_comb2,83.0,"[':', '(']",: >],0,1.0 +0613,0613,02,symb,two_rule_comb2,84.0,"['<', '*']",$ *],0,1.0 +0613,0613,02,symb,two_rule_comb2,85.0,"[':', '%']",: %],1,1.0 +0613,0613,02,symb,two_rule_comb2,86.0,"['<', '%']",< !],0,1.0 +0613,0613,02,symb,two_rule_comb2,87.0,"['%', '!']",: !],0,1.0 +0613,0613,02,symb,two_rule_comb2,88.0,"['>', '&']",! &],0,1.0 +0613,0613,02,symb,two_rule_comb2,89.0,"['~', '%']",~ #],0,1.0 +0613,0613,02,symb,two_rule_comb2,90.0,"[':', '<']",% <],0,1.0 +0613,0613,02,symb,two_rule_comb2,91.0,"['$', '<']",< <],0,1.0 +0613,0613,02,symb,two_rule_comb2,92.0,"['%', '<']",% <],1,1.0 +0613,0613,02,symb,two_rule_comb2,93.0,"['>', '>']",! >],0,1.0 +0613,0613,02,symb,two_rule_comb2,94.0,"['>', '%']",! %],0,1.0 +0613,0613,02,symb,two_rule_comb2,95.0,"['&', '%']",# %],0,1.0 +0613,0613,02,symb,two_rule_comb2,96.0,"['*', '%']",~ %],0,1.0 +0613,0613,02,symb,two_rule_comb2,97.0,"['<', '&']",< &],1,1.0 +0613,0613,02,symb,two_rule_comb2,98.0,"['~', '(']",~ >],0,1.0 +0613,0613,02,symb,two_rule_comb2,99.0,"['*', '>']",* !],0,1.0 +0613,0613,02,symb,two_rule_comb3,0.0,"['$', '&']",$ &],1,1.0 +0613,0613,02,symb,two_rule_comb3,1.0,"['$', '%']",$ %],1,1.0 +0613,0613,02,symb,two_rule_comb3,2.0,"['(', ':']",( :)],0,1.0 +0613,0613,02,symb,two_rule_comb3,3.0,"['&', ':']",& :],1,1.0 +0613,0613,02,symb,two_rule_comb3,4.0,"['<', '>']",< >],1,1.0 +0613,0613,02,symb,two_rule_comb3,5.0,"[':', '*']",: *],1,1.0 +0613,0613,02,symb,two_rule_comb3,6.0,"['$', '*']",$ *],1,1.0 +0613,0613,02,symb,two_rule_comb3,7.0,"['~', '&']",~ &],1,1.0 +0613,0613,02,symb,two_rule_comb3,8.0,"['$', ':']",$ :],1,1.0 +0613,0613,02,symb,two_rule_comb3,9.0,"['(', '<']",( <],1,1.0 +0613,0613,02,symb,two_rule_comb3,10.0,"['%', '(']",% (],1,1.0 +0613,0613,02,symb,two_rule_comb3,11.0,"[':', '~']",: ~],1,1.0 +0613,0613,02,symb,two_rule_comb3,12.0,"[':', '!']",: !],1,1.0 +0613,0613,02,symb,two_rule_comb3,13.0,"['<', '$']",< $],1,1.0 +0613,0613,02,symb,two_rule_comb3,14.0,"['~', '(']",~ (],1,1.0 +0613,0613,02,symb,two_rule_comb3,15.0,"['<', '!']",< !],1,1.0 +0613,0613,02,symb,two_rule_comb3,16.0,"['%', '<']",% <],1,1.0 +0613,0613,02,symb,two_rule_comb3,17.0,"['<', '<']",< <],1,1.0 +0613,0613,02,symb,two_rule_comb3,18.0,"['>', '%']",> %],1,1.0 +0613,0613,02,symb,two_rule_comb3,19.0,"['<', '~']",< ~],1,1.0 +0613,0613,02,symb,two_rule_comb3,20.0,"['~', '(']",~ (],1,1.0 +0613,0613,02,symb,two_rule_comb3,21.0,"['%', '~']",% ~],1,1.0 +0613,0613,02,symb,two_rule_comb3,22.0,"['>', '%']",> %],1,1.0 +0613,0613,02,symb,two_rule_comb3,23.0,"['~', ':']",~ :],1,1.0 +0613,0613,02,symb,two_rule_comb3,24.0,"[':', '!']",: !],1,1.0 +0613,0613,02,symb,two_rule_comb3,25.0,"['&', '>']",& >],1,1.0 +0613,0613,02,symb,two_rule_comb3,26.0,"['&', '*']",:& *],0,1.0 +0613,0613,02,symb,two_rule_comb3,27.0,"['(', '~']",( ~],1,1.0 +0613,0613,02,symb,two_rule_comb3,28.0,"['&', '*']",& *],1,1.0 +0613,0613,02,symb,two_rule_comb3,29.0,"['%', '*']",% *],1,1.0 +0613,0613,02,symb,two_rule_comb3,30.0,"['*', '(']",* (],1,1.0 +0613,0613,02,symb,two_rule_comb3,31.0,"['<', '<']",< %],0,1.0 +0613,0613,02,symb,two_rule_comb3,32.0,"['$', '~']",$ ~],1,1.0 +0613,0613,02,symb,two_rule_comb3,33.0,"['$', '%']",$ %],1,1.0 +0613,0613,02,symb,two_rule_comb3,34.0,"['!', '(']",! (],1,1.0 +0613,0613,02,symb,two_rule_comb3,35.0,"['%', '&']",% &],1,1.0 +0613,0613,02,symb,two_rule_comb3,36.0,"['~', '!']",~ !],1,1.0 +0613,0613,02,symb,two_rule_comb3,37.0,"['!', '*']",! *],1,1.0 +0613,0613,02,symb,two_rule_comb3,38.0,"['*', '&']",* &],1,1.0 +0613,0613,02,symb,two_rule_comb3,39.0,"['&', '!']",& !],1,1.0 +0613,0613,02,symb,two_rule_comb3,40.0,"['$', '&']",$ &],1,1.0 +0613,0613,02,symb,two_rule_comb3,41.0,"['(', '(']",( (],1,1.0 +0613,0613,02,symb,two_rule_comb3,42.0,"['$', ':']",: ~],0,1.0 +0613,0613,02,symb,two_rule_comb3,43.0,"['!', '*']",! *],1,1.0 +0613,0613,02,symb,two_rule_comb3,44.0,"['%', ':']",% :],1,1.0 +0613,0613,02,symb,two_rule_comb3,45.0,"['<', '*']",<* !],0,1.0 +0613,0613,02,symb,two_rule_comb3,46.0,"['*', '!']",* !],1,1.0 +0613,0613,02,symb,two_rule_comb3,47.0,"['*', '(']",* (],1,1.0 +0613,0613,02,symb,two_rule_comb3,48.0,"['<', '&']",<& %],0,1.0 +0613,0613,02,symb,two_rule_comb3,49.0,"['<', '*']",< *],1,1.0 +0613,0613,02,symb,two_rule_comb3,50.0,"['~', '$']",~ $],1,1.0 +0613,0613,02,symb,two_rule_comb3,51.0,"['~', '~']",~ *],0,1.0 +0613,0613,02,symb,two_rule_comb3,52.0,"['~', '!']",~ !],1,1.0 +0613,0613,02,symb,two_rule_comb3,53.0,"['(', '*']",( *],1,1.0 +0613,0613,02,symb,two_rule_comb3,54.0,"['$', '$']",$ >],0,1.0 +0613,0613,02,symb,two_rule_comb3,55.0,"['*', '~']",* ~],1,1.0 +0613,0613,02,symb,two_rule_comb3,56.0,"['!', '%']",! %],1,1.0 +0613,0613,02,symb,two_rule_comb3,57.0,"[':', '~']",: ~],1,1.0 +0613,0613,02,symb,two_rule_comb3,58.0,"['>', ':']",> :],1,1.0 +0613,0613,02,symb,two_rule_comb3,59.0,"['!', '*']",! *],1,1.0 +0613,0613,02,symb,two_rule_comb3,60.0,"[':', '&']",: &],1,1.0 +0613,0613,02,symb,two_rule_comb3,61.0,"['!', '>']",! >],1,1.0 +0613,0613,02,symb,two_rule_comb3,62.0,"['$', '~']",~ $],0,1.0 +0613,0613,02,symb,two_rule_comb3,63.0,"['$', '&']",$ &],1,1.0 +0613,0613,02,symb,two_rule_comb3,64.0,"['&', '&']",& %],0,1.0 +0613,0613,02,symb,two_rule_comb3,65.0,"['$', '>']",$ >],1,1.0 +0613,0613,02,symb,two_rule_comb3,66.0,"[':', '>']",> *],0,1.0 +0613,0613,02,symb,two_rule_comb3,67.0,"['$', '*']",$ *],1,1.0 +0613,0613,02,symb,two_rule_comb3,68.0,"[':', '*']",: *],1,1.0 +0613,0613,02,symb,two_rule_comb3,69.0,"['&', '!']",& !],1,1.0 +0613,0613,02,symb,two_rule_comb3,70.0,"['(', '>']",( >],1,1.0 +0613,0613,02,symb,two_rule_comb3,71.0,"['>', '*']",> *],1,1.0 +0613,0613,02,symb,two_rule_comb3,72.0,"['%', '*']",% *],1,1.0 +0613,0613,02,symb,two_rule_comb3,73.0,"['~', '&']",~ &],1,1.0 +0613,0613,02,symb,two_rule_comb3,74.0,"['!', '!']",! !],1,1.0 +0613,0613,02,symb,two_rule_comb3,75.0,"[':', '(']",: (],1,1.0 +0613,0613,02,symb,two_rule_comb3,76.0,"['>', '%']",> %],1,1.0 +0613,0613,02,symb,two_rule_comb3,77.0,"['%', ':']",% :],1,1.0 +0613,0613,02,symb,two_rule_comb3,78.0,"[':', '!']",: !],1,1.0 +0613,0613,02,symb,two_rule_comb3,79.0,"['(', '*']",( *],1,1.0 +0613,0613,02,symb,two_rule_comb3,80.0,"['&', '%']",& %],1,1.0 +0613,0613,02,symb,two_rule_comb3,81.0,"['!', '%']",! %],1,1.0 +0613,0613,02,symb,two_rule_comb3,82.0,"['&', '(']",& (],1,1.0 +0613,0613,02,symb,two_rule_comb3,83.0,"['%', '(']",% (],1,1.0 +0613,0613,02,symb,two_rule_comb3,84.0,"['&', '(']",& (],1,1.0 +0613,0613,02,symb,two_rule_comb3,85.0,"['~', '$']",~ $],1,1.0 +0613,0613,02,symb,two_rule_comb3,86.0,"['!', ':']",! :],1,1.0 +0613,0613,02,symb,two_rule_comb3,87.0,"['$', '<']",< &],0,1.0 +0613,0613,02,symb,two_rule_comb3,88.0,"['~', '*']",~ *],1,1.0 +0613,0613,02,symb,two_rule_comb3,89.0,"['*', '&']",* *],0,1.0 +0613,0613,02,symb,two_rule_comb3,90.0,"['!', '~']",! ~],1,1.0 +0613,0613,02,symb,two_rule_comb3,91.0,"['<', '(']",< (],1,1.0 +0613,0613,02,symb,two_rule_comb3,92.0,"['*', '<']",* <],1,1.0 +0613,0613,02,symb,two_rule_comb3,93.0,"['*', '~']",* ~],1,1.0 +0613,0613,02,symb,two_rule_comb3,94.0,"['~', '*']",~ *],1,1.0 +0613,0613,02,symb,two_rule_comb3,95.0,"['>', ':']",> :],1,1.0 +0613,0613,02,symb,two_rule_comb3,96.0,"['<', ':']",< : ],1,1.0 +0613,0613,02,symb,two_rule_comb3,97.0,"[':', '$']",: $],1,1.0 +0613,0613,02,symb,two_rule_comb3,98.0,"['&', '!']",& !],1,1.0 +0613,0613,02,symb,two_rule_comb3,99.0,"['(', '$']",( $],1,1.0 +0613,0613,02,symb,two_rule_comb4,0.0,"['&', '~']",~ >],0,1.0 +0613,0613,02,symb,two_rule_comb4,1.0,"['<', '>']",& (],0,1.0 +0613,0613,02,symb,two_rule_comb4,2.0,"['(', '!']",& !],0,1.0 +0613,0613,02,symb,two_rule_comb4,3.0,"['!', '&']",! : ],0,1.0 +0613,0613,02,symb,two_rule_comb4,4.0,"['&', '(']",< :],0,1.0 +0613,0613,02,symb,two_rule_comb4,5.0,"['$', '&']",$ *],0,1.0 +0613,0613,02,symb,two_rule_comb4,6.0,"['&', '!']",% <],0,1.0 +0613,0613,02,symb,two_rule_comb4,7.0,"['!', '(']",! <],0,1.0 +0613,0613,02,symb,two_rule_comb4,8.0,"['~', '(']",* !],0,1.0 +0613,0613,02,symb,two_rule_comb4,9.0,"['*', '(']",~ >],0,1.0 +0613,0613,02,symb,two_rule_comb4,10.0,"[':', '<']",% <],0,1.0 +0613,0613,02,symb,two_rule_comb4,11.0,"['%', '&']",: &],0,1.0 +0613,0613,02,symb,two_rule_comb4,12.0,"['$', '(']",$ : ],0,1.0 +0613,0613,02,symb,two_rule_comb4,13.0,"['$', '%']",$ ],0,1.0 +0613,0613,02,symb,two_rule_comb4,14.0,"['$', '*']",$ !],0,1.0 +0613,0613,02,symb,two_rule_comb4,15.0,"['~', '~']",~ !],0,1.0 +0613,0613,02,symb,two_rule_comb4,16.0,"['&', '%']",$ %],0,1.0 +0613,0613,02,symb,two_rule_comb4,17.0,"['<', '$']",< :>],0,1.0 +0613,0613,02,symb,two_rule_comb4,18.0,"['>', '$']",> &],0,1.0 +0613,0613,02,symb,two_rule_comb4,19.0,"['*', '!']",$ ~],0,1.0 +0613,0613,02,symb,two_rule_comb4,20.0,"['$', '*']",& *],0,1.0 +0613,0613,02,symb,two_rule_comb4,21.0,"['(', '&']",: &],0,1.0 +0613,0613,02,symb,two_rule_comb4,22.0,"['(', '!']",: &],0,1.0 +0613,0613,02,symb,two_rule_comb4,23.0,"['&', '!']",> !],0,1.0 +0613,0613,02,symb,two_rule_comb4,24.0,"['<', ':']",< ~],0,1.0 +0613,0613,02,symb,two_rule_comb4,25.0,"['<', '!']",< (],0,1.0 +0613,0613,02,symb,two_rule_comb4,26.0,"['&', '&']",< &],0,1.0 +0613,0613,02,symb,two_rule_comb4,27.0,"[':', '(']",% (],0,1.0 +0613,0613,02,symb,two_rule_comb4,28.0,"['(', '*']",% *],0,1.0 +0613,0613,02,symb,two_rule_comb4,29.0,"['(', '&']",<( *)],0,1.0 +0613,0613,02,symb,two_rule_comb4,30.0,"['$', '~']",< ~],0,1.0 +0613,0613,02,symb,two_rule_comb4,31.0,"['%', '>']",: >],0,1.0 +0613,0613,02,symb,two_rule_comb4,32.0,"['%', '%']",% !],0,1.0 +0613,0613,02,symb,two_rule_comb4,33.0,"['<', '%']",< #],0,1.0 +0613,0613,02,symb,two_rule_comb4,34.0,"[':', '~']",% >],0,1.0 +0613,0613,02,symb,two_rule_comb4,35.0,"['<', '>']",! !],0,1.0 +0613,0613,02,symb,two_rule_comb4,36.0,"['%', '(']",: $],0,1.0 +0613,0613,02,symb,two_rule_comb4,37.0,"['$', '(']",$ >],0,1.0 +0613,0613,02,symb,two_rule_comb4,38.0,"['>', '%']",> !],0,1.0 +0613,0613,02,symb,two_rule_comb4,39.0,"['%', '(']",: (],0,1.0 +0613,0613,02,symb,two_rule_comb4,40.0,"['>', '*']",> $],0,1.0 +0613,0613,02,symb,two_rule_comb4,41.0,"['!', '$']",> *],0,1.0 +0613,0613,02,symb,two_rule_comb4,42.0,"['<', '%']",< *],0,1.0 +0613,0613,02,symb,two_rule_comb4,43.0,"['$', '<']",& <],0,1.0 +0613,0613,02,symb,two_rule_comb4,44.0,"['<', '%']",< %],1,1.0 +0613,0613,02,symb,two_rule_comb4,45.0,"['&', '!']",& >],0,1.0 +0613,0613,02,symb,two_rule_comb4,46.0,"['&', '%']",$ >],0,1.0 +0613,0613,02,symb,two_rule_comb4,47.0,"['*', '(']",* <],0,1.0 +0613,0613,02,symb,two_rule_comb4,48.0,"['<', '(']",$ %],0,1.0 +0613,0613,02,symb,two_rule_comb4,49.0,"['~', '!']",% !],0,1.0 +0613,0613,02,symb,two_rule_comb4,50.0,"['$', '(']",& !],0,1.0 +0613,0613,02,symb,two_rule_comb4,51.0,"['~', '<']",~ (],0,1.0 +0613,0613,02,symb,two_rule_comb4,52.0,"[':', '~']",: *],0,1.0 +0613,0613,02,symb,two_rule_comb4,53.0,"['>', '*']",! ~],0,1.0 +0613,0613,02,symb,two_rule_comb4,54.0,"['~', '(']",* (],0,1.0 +0613,0613,02,symb,two_rule_comb4,55.0,"['>', '!']",( >],0,1.0 +0613,0613,02,symb,two_rule_comb4,56.0,"['>', '$']",$ !],0,1.0 +0613,0613,02,symb,two_rule_comb4,57.0,"[':', '&']",: %],0,1.0 +0613,0613,02,symb,two_rule_comb4,58.0,"['~', '&']",& !],0,1.0 +0613,0613,02,symb,two_rule_comb4,59.0,"[':', ':']",: *],0,1.0 +0613,0613,02,symb,two_rule_comb4,60.0,"['&', '<']",% <],0,1.0 +0613,0613,02,symb,two_rule_comb4,61.0,"[':', '<']",: : ],0,1.0 +0613,0613,02,symb,two_rule_comb4,62.0,"['$', '!']",& !],0,1.0 +0613,0613,02,symb,two_rule_comb4,63.0,"['%', '*']",! *],0,1.0 +0613,0613,02,symb,two_rule_comb4,64.0,"['%', '*']",: %],0,1.0 +0613,0613,02,symb,two_rule_comb4,65.0,"['*', '>']",* ~],0,1.0 +0613,0613,02,symb,two_rule_comb4,66.0,"['*', '>']",* ~],0,1.0 +0613,0613,02,symb,two_rule_comb4,67.0,"['~', '(']",~ ~],0,1.0 +0613,0613,02,symb,two_rule_comb4,68.0,"['!', '>']",> :],0,1.0 +0613,0613,02,symb,two_rule_comb4,69.0,"['&', '<']",& :],0,1.0 +0613,0613,02,symb,two_rule_comb4,70.0,"['&', '&']",& ?],0,1.0 +0613,0613,02,symb,two_rule_comb4,71.0,"['%', '&']",% $],0,1.0 +0613,0613,02,symb,two_rule_comb4,72.0,"['(', '$']",: :]],0,1.0 +0613,0613,02,symb,two_rule_comb4,73.0,"['<', '!']",! !],0,1.0 +0613,0613,02,symb,two_rule_comb4,74.0,"['%', '%']",% $],0,1.0 +0613,0613,02,symb,two_rule_comb4,75.0,"['!', '%']",! *],0,1.0 +0613,0613,02,symb,two_rule_comb4,76.0,"['&', '!']",: !],0,1.0 +0613,0613,02,symb,two_rule_comb4,77.0,"['!', '$']",($ $)],0,1.0 +0613,0613,02,symb,two_rule_comb4,78.0,"['>', '<']",> *],0,1.0 +0613,0613,02,symb,two_rule_comb4,79.0,"['<', '~']",: ~],0,1.0 +0613,0613,02,symb,two_rule_comb4,80.0,"['(', '~']",(< !],0,1.0 +0613,0613,02,symb,two_rule_comb4,81.0,"['(', ':']",% :],0,1.0 +0613,0613,02,symb,two_rule_comb4,82.0,"['!', '*']",> :],0,1.0 +0613,0613,02,symb,two_rule_comb4,83.0,"['%', '*']",# !],0,1.0 +0613,0613,02,symb,two_rule_comb4,84.0,"['>', '%']",~ %],0,1.0 +0613,0613,02,symb,two_rule_comb4,85.0,"['<', '&']",< $],0,1.0 +0613,0613,02,symb,two_rule_comb4,86.0,"['>', ':']",> <],0,1.0 +0613,0613,02,symb,two_rule_comb4,87.0,"['%', '<']",# <],0,1.0 +0613,0613,02,symb,two_rule_comb4,88.0,"['>', '(']",! (],0,1.0 +0613,0613,02,symb,two_rule_comb4,89.0,"['$', '$']",< $],0,1.0 +0613,0613,02,symb,two_rule_comb4,90.0,"[':', '%']",: ~],0,1.0 +0613,0613,02,symb,two_rule_comb4,91.0,"['*', '&']",~ &],0,1.0 +0613,0613,02,symb,two_rule_comb4,92.0,"['(', '<']",@ <],0,1.0 +0613,0613,02,symb,two_rule_comb4,93.0,"['(', '<']",> <],0,1.0 +0613,0613,02,symb,two_rule_comb4,94.0,"['~', '%']",~ !],0,1.0 +0613,0613,02,symb,two_rule_comb4,95.0,"['!', '<']",! *],0,1.0 +0613,0613,02,symb,two_rule_comb4,96.0,"['>', '&']",> >],0,1.0 +0613,0613,02,symb,two_rule_comb4,97.0,"['(', '$']",( &],0,1.0 +0613,0613,02,symb,two_rule_comb4,98.0,"['%', '$']",% ~],0,1.0 +0613,0613,02,symb,two_rule_comb4,99.0,"['&', '~']",# ~],0,1.0 +0613,0613,02,symb,two_rule_comb5,0.0,"['*', '%']",*& ~],0,1.0 +0613,0613,02,symb,two_rule_comb5,1.0,"['(', '(']",# ^],0,1.0 +0613,0613,02,symb,two_rule_comb5,2.0,"['$', '$']",: #],0,1.0 +0613,0613,02,symb,two_rule_comb5,3.0,"['(', '<']",: &],0,1.0 +0613,0613,02,symb,two_rule_comb5,4.0,"['$', '(']",& %],0,1.0 +0613,0613,02,symb,two_rule_comb5,5.0,"['%', '&']",: $],0,1.0 +0613,0613,02,symb,two_rule_comb5,6.0,"['$', '&']",& <],0,1.0 +0613,0613,02,symb,two_rule_comb5,7.0,"['*', '!']",# !],0,1.0 +0613,0613,02,symb,two_rule_comb5,8.0,"['(', '%']",*: :>],0,1.0 +0613,0613,02,symb,two_rule_comb5,9.0,"['!', '(']",> %],0,1.0 +0613,0613,02,symb,two_rule_comb5,10.0,"['$', '%']",< (],0,1.0 +0613,0613,02,symb,two_rule_comb5,11.0,"['(', ':']",% %]],0,1.0 +0613,0613,02,symb,two_rule_comb5,12.0,"['$', '~']",# >],0,1.0 +0613,0613,02,symb,two_rule_comb5,13.0,"['!', '~']",( < >],0,1.0 +0613,0613,02,symb,two_rule_comb5,14.0,"['<', ':']",& (],0,1.0 +0613,0613,02,symb,two_rule_comb5,15.0,"['~', '&']",(* <)],0,1.0 +0613,0613,02,symb,two_rule_comb5,16.0,"['&', '$']",$ <],0,1.0 +0613,0613,02,symb,two_rule_comb5,17.0,"['~', '(']",% *],0,1.0 +0613,0613,02,symb,two_rule_comb5,18.0,"['&', '%']",$ :],0,1.0 +0613,0613,02,symb,two_rule_comb5,19.0,"['>', '$']",# ^],0,1.0 +0613,0613,02,symb,two_rule_comb5,20.0,"['&', '$']",& $],1,1.0 +0613,0613,02,symb,two_rule_comb5,21.0,"[':', '<']",& ],0,1.0 +0613,0613,02,symb,two_rule_comb5,22.0,"['$', '~']",& *],0,1.0 +0613,0613,02,symb,two_rule_comb5,23.0,"['~', '%']",* (]],0,1.0 +0613,0613,02,symb,two_rule_comb5,24.0,"['$', '!']",& >],0,1.0 +0613,0613,02,symb,two_rule_comb5,25.0,"['$', ':']",< :],0,1.0 +0613,0613,02,symb,two_rule_comb5,26.0,"['&', '<']",& <],1,1.0 +0613,0613,02,symb,two_rule_comb5,27.0,"['*', '~']",* ~]],1,1.0 +0613,0613,02,symb,two_rule_comb5,28.0,"['$', ':']",< %],0,1.0 +0613,0613,02,symb,two_rule_comb5,29.0,"[':', '>']",% !],0,1.0 +0613,0613,02,symb,two_rule_comb5,30.0,"['>', '(']",> !],0,1.0 +0613,0613,02,symb,two_rule_comb5,31.0,"['<', '!']",<( $],0,1.0 +0613,0613,02,symb,two_rule_comb5,32.0,"['&', ':']",$ %],0,1.0 +0613,0613,02,symb,two_rule_comb5,33.0,"['$', '%']",< :],0,1.0 +0613,0613,02,symb,two_rule_comb5,34.0,"[':', '(']",(% ],0,1.0 +0613,0613,02,symb,two_rule_comb5,35.0,"['%', '%']",% &],0,1.0 +0613,0613,02,symb,two_rule_comb5,36.0,"['!', '&']",> $],0,1.0 +0613,0613,02,symb,two_rule_comb5,37.0,"['<', '~']",< &],0,1.0 +0613,0613,02,symb,two_rule_comb5,38.0,"['(', '!']",# %],0,1.0 +0613,0613,02,symb,two_rule_comb5,39.0,"['>', '<']",! &],0,1.0 +0613,0613,02,symb,two_rule_comb5,40.0,"['%', '$']",! !],0,1.0 +0613,0613,02,symb,two_rule_comb5,41.0,"['$', '<']",(& &)],0,1.0 +0613,0613,02,symb,two_rule_comb5,42.0,"['%', '(']",% %],0,1.0 +0613,0613,02,symb,two_rule_comb5,43.0,"['<', '$']",& <],0,1.0 +0613,0613,02,symb,two_rule_comb5,44.0,"['*', '&']",@ @],0,1.0 +0613,0613,02,symb,two_rule_comb5,45.0,"['*', '&']",* ~],0,1.0 +0613,0613,02,symb,two_rule_comb5,46.0,"['!', '$']",> <],0,1.0 +0613,0613,02,symb,two_rule_comb5,47.0,"['<', '>']",$ !],0,1.0 +0613,0613,02,symb,two_rule_comb5,48.0,"['!', ':']",> (],0,1.0 +0613,0613,02,symb,two_rule_comb5,49.0,"['%', ':']",# $],0,1.0 +0613,0613,02,symb,two_rule_comb5,50.0,"['!', '<']",> &]],0,1.0 +0613,0613,02,symb,two_rule_comb5,51.0,"['&', '>']",(~ *)],0,1.0 +0613,0613,02,symb,two_rule_comb5,52.0,"['(', '$']",> ?],0,1.0 +0613,0613,02,symb,two_rule_comb5,53.0,"['(', '*']",@ #],0,1.0 +0613,0613,02,symb,two_rule_comb5,54.0,"['%', '$']",: <],0,1.0 +0613,0613,02,symb,two_rule_comb5,55.0,"['&', '%']",*& $],0,1.0 +0613,0613,02,symb,two_rule_comb5,56.0,"['$', '<']",< &],0,1.0 +0613,0613,02,symb,two_rule_comb5,57.0,"['<', '<']",$ &],0,1.0 +0613,0613,02,symb,two_rule_comb5,58.0,"['%', '<']",! *],0,1.0 +0613,0613,02,symb,two_rule_comb5,59.0,"['~', '*']",< * ~],0,1.0 +0613,0613,02,symb,two_rule_comb5,60.0,"['~', '<']",* $],0,1.0 +0613,0613,02,symb,two_rule_comb5,61.0,"[':', '~']",* ],0,1.0 +0613,0613,02,symb,two_rule_comb5,62.0,"['(', '~']",(% *),0,1.0 +0613,0613,02,symb,two_rule_comb5,63.0,"['!', ':']",(> %],0,1.0 +0613,0613,02,symb,two_rule_comb5,64.0,"[':', '%']",( (],0,1.0 +0613,0613,02,symb,two_rule_comb5,65.0,"['~', '<']",< *],0,1.0 +0613,0613,02,symb,two_rule_comb5,66.0,"['%', '>']",: !],0,1.0 +0613,0613,02,symb,two_rule_comb5,67.0,"['*', '<']",(& ~],0,1.0 +0613,0613,02,symb,two_rule_comb5,68.0,"['(', '%']",: (],0,1.0 +0613,0613,02,symb,two_rule_comb5,69.0,"['$', '*']",! @],0,1.0 +0613,0613,02,symb,two_rule_comb5,70.0,"['>', '%']",# $],0,1.0 +0613,0613,02,symb,two_rule_comb5,71.0,"['~', '%']",> #],0,1.0 +0613,0613,02,symb,two_rule_comb5,72.0,"[':', '%']",:%],1,1.0 +0613,0613,02,symb,two_rule_comb5,73.0,"['<', '%']",& :],0,1.0 +0613,0613,02,symb,two_rule_comb5,74.0,"['(', '$']",@ #],0,1.0 +0613,0613,02,symb,two_rule_comb5,75.0,"['&', '(']",: >],0,1.0 +0613,0613,02,symb,two_rule_comb5,76.0,"['$', '%']",& :],0,1.0 +0613,0613,02,symb,two_rule_comb5,77.0,"['(', ':']",: (],0,1.0 +0613,0613,02,symb,two_rule_comb5,78.0,"['(', '&']",@ #],0,1.0 +0613,0613,02,symb,two_rule_comb5,79.0,"['>', '<']",! $],0,1.0 +0613,0613,02,symb,two_rule_comb5,80.0,"['(', '!']",( :>],0,1.0 +0613,0613,02,symb,two_rule_comb5,81.0,"['<', '&']",$ <],0,1.0 +0613,0613,02,symb,two_rule_comb5,82.0,"['<', '&']",! @],0,1.0 +0613,0613,02,symb,two_rule_comb5,83.0,"['%', ':']",% !],0,1.0 +0613,0613,02,symb,two_rule_comb5,84.0,"['*', ':']",~ (],0,1.0 +0613,0613,02,symb,two_rule_comb5,85.0,"['>', '*']",( <],0,1.0 +0613,0613,02,symb,two_rule_comb5,86.0,"['!', '$']",> &],0,1.0 +0613,0613,02,symb,two_rule_comb5,87.0,"['>', '!']",> !],1,1.0 +0613,0613,02,symb,two_rule_comb5,88.0,"['&', '~']",< *],0,1.0 +0613,0613,02,symb,two_rule_comb5,89.0,"['(', '%']",% (],0,1.0 +0613,0613,02,symb,two_rule_comb5,90.0,"['(', '$']",: &],0,1.0 +0613,0613,02,symb,two_rule_comb5,91.0,"[':', '(']",% %],0,1.0 +0613,0613,02,symb,two_rule_comb5,92.0,"['(', '(']",: %],0,1.0 +0613,0613,02,symb,two_rule_comb5,93.0,"['&', '<']",$ $],0,1.0 +0613,0613,02,symb,two_rule_comb5,94.0,"['&', ':']",# <],0,1.0 +0613,0613,02,symb,two_rule_comb5,95.0,"['~', '>']",~ *],0,1.0 +0613,0613,02,symb,two_rule_comb5,96.0,"['&', '&']",* >],0,1.0 +0613,0613,02,symb,two_rule_comb5,97.0,"['$', '>']",< !],0,1.0 +0613,0613,02,symb,two_rule_comb5,98.0,"['~', ':']",% #],0,1.0 +0613,0613,02,symb,two_rule_comb5,99.0,"['%', ':']",: )],0,1.0 +0613,0613,02,symb,three_rule_comb0,0.0,"['&', ':', ':']",& : :],1,1.0 +0613,0613,02,symb,three_rule_comb0,1.0,"['!', '%', '%']",! % %],1,1.0 +0613,0613,02,symb,three_rule_comb0,2.0,"['*', '$', '%']",* $ %],1,1.0 +0613,0613,02,symb,three_rule_comb0,3.0,"['$', '>', '*']",$ > *],1,1.0 +0613,0613,02,symb,three_rule_comb0,4.0,"[':', '%', '<']",: % <],1,1.0 +0613,0613,02,symb,three_rule_comb0,5.0,"['~', '%', '$']",~ % $],1,1.0 +0613,0613,02,symb,three_rule_comb0,6.0,"['(', '$', ':']",( $ :],1,1.0 +0613,0613,02,symb,three_rule_comb0,7.0,"[':', '>', '&']",: > &],1,1.0 +0613,0613,02,symb,three_rule_comb0,8.0,"['*', '<', '!']",* < !],1,1.0 +0613,0613,02,symb,three_rule_comb0,9.0,"[':', '$', '(']",: $ (],1,1.0 +0613,0613,02,symb,three_rule_comb0,10.0,"['&', '<', '>']",& < >],1,1.0 +0613,0613,02,symb,three_rule_comb0,11.0,"['$', '&', '!']",$ & !],1,1.0 +0613,0613,02,symb,three_rule_comb0,12.0,"['&', '<', '(']",& < (],1,1.0 +0613,0613,02,symb,three_rule_comb0,13.0,"['>', '>', '$']",> > $]],1,1.0 +0613,0613,02,symb,three_rule_comb0,14.0,"['(', '$', '<']",( $ <],1,1.0 +0613,0613,02,symb,three_rule_comb0,15.0,"['(', '>', '*']",( > *],1,1.0 +0613,0613,02,symb,three_rule_comb0,16.0,"['~', '!', '&']",~ ! &],1,1.0 +0613,0613,02,symb,three_rule_comb0,17.0,"[':', '*', '(']",: * (],1,1.0 +0613,0613,02,symb,three_rule_comb0,18.0,"['<', '>', '>']",< > >],1,1.0 +0613,0613,02,symb,three_rule_comb0,19.0,"['<', '~', '!']",< ~ !],1,1.0 +0613,0613,02,symb,three_rule_comb0,20.0,"['*', '*', '(']",* * (],1,1.0 +0613,0613,02,symb,three_rule_comb0,21.0,"['>', '&', '%']",> & %],1,1.0 +0613,0613,02,symb,three_rule_comb0,22.0,"[':', '&', '&']",: & &],1,1.0 +0613,0613,02,symb,three_rule_comb0,23.0,"['*', '&', '!']",* & !],1,1.0 +0613,0613,02,symb,three_rule_comb0,24.0,"['~', '>', '&']",~ > &],1,1.0 +0613,0613,02,symb,three_rule_comb0,25.0,"['&', '(', '!']",& ( !],1,1.0 +0613,0613,02,symb,three_rule_comb0,26.0,"[':', '$', '~']",: $ ~],1,1.0 +0613,0613,02,symb,three_rule_comb0,27.0,"['(', '!', '!']",( & !],0,1.0 +0613,0613,02,symb,three_rule_comb0,28.0,"[':', '(', '&']",: ( &],1,1.0 +0613,0613,02,symb,three_rule_comb0,29.0,"['*', '%', '(']",* % (],1,1.0 +0613,0613,02,symb,three_rule_comb0,30.0,"['~', '>', '!']",~ > !],1,1.0 +0613,0613,02,symb,three_rule_comb0,31.0,"['&', '&', ':']",& & :],1,1.0 +0613,0613,02,symb,three_rule_comb0,32.0,"['(', ':', ':']",( : :],1,1.0 +0613,0613,02,symb,three_rule_comb0,33.0,"['%', '<', '<']",% < <],1,1.0 +0613,0613,02,symb,three_rule_comb0,34.0,"['&', ':', '%']",& : %],1,1.0 +0613,0613,02,symb,three_rule_comb0,35.0,"['<', ':', '%']",< : %],1,1.0 +0613,0613,02,symb,three_rule_comb0,36.0,"['&', '(', ':']",& ( :],1,1.0 +0613,0613,02,symb,three_rule_comb0,37.0,"['&', '~', '(']",& ~ (],1,1.0 +0613,0613,02,symb,three_rule_comb0,38.0,"[':', '>', '$']",: > $],1,1.0 +0613,0613,02,symb,three_rule_comb0,39.0,"[':', ':', '&']",: : &],1,1.0 +0613,0613,02,symb,three_rule_comb0,40.0,"['$', '(', '(']",$ ( (],1,1.0 +0613,0613,02,symb,three_rule_comb0,41.0,"['%', '&', '>']",% & >],1,1.0 +0613,0613,02,symb,three_rule_comb0,42.0,"['>', '%', '~']",> % ~],1,1.0 +0613,0613,02,symb,three_rule_comb0,43.0,"['!', '%', '!']",! % !],1,1.0 +0613,0613,02,symb,three_rule_comb0,44.0,"['$', '&', '%']",$ & %],1,1.0 +0613,0613,02,symb,three_rule_comb0,45.0,"[':', '>', '*']",: > *],1,1.0 +0613,0613,02,symb,three_rule_comb0,46.0,"['*', '~', '~']",* ~ ~],1,1.0 +0613,0613,02,symb,three_rule_comb0,47.0,"['>', '*', '>']",> * >],1,1.0 +0613,0613,02,symb,three_rule_comb0,48.0,"[':', '!', '<']",: ! <],1,1.0 +0613,0613,02,symb,three_rule_comb0,49.0,"['(', '(', '$']",( ( $],1,1.0 +0613,0613,02,symb,three_rule_comb0,50.0,"[':', '!', '>']",: ! >],1,1.0 +0613,0613,02,symb,three_rule_comb0,51.0,"['*', '&', '>']",* & >],1,1.0 +0613,0613,02,symb,three_rule_comb0,52.0,"['$', '<', '<']",$ < <],1,1.0 +0613,0613,02,symb,three_rule_comb0,53.0,"[':', '!', '>']",: ! >],1,1.0 +0613,0613,02,symb,three_rule_comb0,54.0,"['(', '$', '&']",( $ &],1,1.0 +0613,0613,02,symb,three_rule_comb0,55.0,"['>', '(', '~']",> ( ~],1,1.0 +0613,0613,02,symb,three_rule_comb0,56.0,"['>', '!', '>']",> ! >],1,1.0 +0613,0613,02,symb,three_rule_comb0,57.0,"['%', '(', '$']",%( ($],0,1.0 +0613,0613,02,symb,three_rule_comb0,58.0,"['*', '&', '$']",* & $],1,1.0 +0613,0613,02,symb,three_rule_comb0,59.0,"['!', '*', '~']",! * ~],1,1.0 +0613,0613,02,symb,three_rule_comb0,60.0,"['*', '<', '&']",* < &],1,1.0 +0613,0613,02,symb,three_rule_comb0,61.0,"['!', '&', '%']",! & %],1,1.0 +0613,0613,02,symb,three_rule_comb0,62.0,"['$', ':', '<']",$ : <],1,1.0 +0613,0613,02,symb,three_rule_comb0,63.0,"['<', '~', '!']",< ~ !],1,1.0 +0613,0613,02,symb,three_rule_comb0,64.0,"['!', '<', '<']",! < <],1,1.0 +0613,0613,02,symb,three_rule_comb0,65.0,"['&', '%', '~']",& % ~],1,1.0 +0613,0613,02,symb,three_rule_comb0,66.0,"['%', ':', '*']",% : *],1,1.0 +0613,0613,02,symb,three_rule_comb0,67.0,"[':', '!', '$']",: ! $],1,1.0 +0613,0613,02,symb,three_rule_comb0,68.0,"['>', '<', '(']",> < (],1,1.0 +0613,0613,02,symb,three_rule_comb0,69.0,"['*', '&', '>']",* & >],1,1.0 +0613,0613,02,symb,three_rule_comb0,70.0,"[':', ':', '!']",: : !],1,1.0 +0613,0613,02,symb,three_rule_comb0,71.0,"['>', ':', '~']",> : ~],1,1.0 +0613,0613,02,symb,three_rule_comb0,72.0,"['<', '<', '~']",< ~ ~],0,1.0 +0613,0613,02,symb,three_rule_comb0,73.0,"['&', '*', ':']",& * :],1,1.0 +0613,0613,02,symb,three_rule_comb0,74.0,"['&', '%', '>']",& % >],1,1.0 +0613,0613,02,symb,three_rule_comb0,75.0,"['~', '$', '!']",~ $ !],1,1.0 +0613,0613,02,symb,three_rule_comb0,76.0,"['(', '*', '~']",(* : ~],0,1.0 +0613,0613,02,symb,three_rule_comb0,77.0,"['(', '~', '>']",( ~ >],1,1.0 +0613,0613,02,symb,three_rule_comb0,78.0,"['*', '>', '$']",* > $],1,1.0 +0613,0613,02,symb,three_rule_comb0,79.0,"['~', '$', '*']",~ $ *],1,1.0 +0613,0613,02,symb,three_rule_comb0,80.0,"['&', '!', '>']",& ! >],1,1.0 +0613,0613,02,symb,three_rule_comb0,81.0,"[':', '*', '!']",: * !],1,1.0 +0613,0613,02,symb,three_rule_comb0,82.0,"['*', '(', '$']",* ( $],1,1.0 +0613,0613,02,symb,three_rule_comb0,83.0,"['~', '$', '>']",~ $ >],1,1.0 +0613,0613,02,symb,three_rule_comb0,84.0,"[':', '>', '<']",: > <],1,1.0 +0613,0613,02,symb,three_rule_comb0,85.0,"[':', '$', '>']",: $ >],1,1.0 +0613,0613,02,symb,three_rule_comb0,86.0,"['~', '>', '>']",~ > >],1,1.0 +0613,0613,02,symb,three_rule_comb0,87.0,"['~', '&', '$']",~ & $],1,1.0 +0613,0613,02,symb,three_rule_comb0,88.0,"['&', '!', '>']",& ! >,1,1.0 +0613,0613,02,symb,three_rule_comb0,89.0,"['*', '&', '$']",* & $],1,1.0 +0613,0613,02,symb,three_rule_comb0,90.0,"['*', '%', '>']",* % >],1,1.0 +0613,0613,02,symb,three_rule_comb0,91.0,"['(', '%', '(']",( % (],1,1.0 +0613,0613,02,symb,three_rule_comb0,92.0,"['<', '(', '&']",< ( &],1,1.0 +0613,0613,02,symb,three_rule_comb0,93.0,"['%', ':', '*']",% : *],1,1.0 +0613,0613,02,symb,three_rule_comb0,94.0,"['%', '!', '<']",% ! <],1,1.0 +0613,0613,02,symb,three_rule_comb0,95.0,"['>', '$', '*']",> $ *],1,1.0 +0613,0613,02,symb,three_rule_comb0,96.0,"['$', '>', '>']",$ > >],1,1.0 +0613,0613,02,symb,three_rule_comb0,97.0,"['*', '&', ':']",* & :],1,1.0 +0613,0613,02,symb,three_rule_comb0,98.0,"['(', '>', '$']",( > $],1,1.0 +0613,0613,02,symb,three_rule_comb0,99.0,"['<', ':', '&']",< : &],1,1.0 +0613,0613,02,symb,three_rule_comb1,0.0,"['~', '$', '%']",~ $ %],1,1.0 +0613,0613,02,symb,three_rule_comb1,1.0,"[':', '$', '$']",: $ $],1,1.0 +0613,0613,02,symb,three_rule_comb1,2.0,"['!', '!', '*']",! ! *],1,1.0 +0613,0613,02,symb,three_rule_comb1,3.0,"['~', '(', ':']",~ ( :],1,1.0 +0613,0613,02,symb,three_rule_comb1,4.0,"['*', '*', '!']",* * !],1,1.0 +0613,0613,02,symb,three_rule_comb1,5.0,"['*', '!', '<']",* ! <],1,1.0 +0613,0613,02,symb,three_rule_comb1,6.0,"['~', '(', '(']",~ ( >],0,1.0 +0613,0613,02,symb,three_rule_comb1,7.0,"['<', '>', '~']",< > <],0,1.0 +0613,0613,02,symb,three_rule_comb1,8.0,"['*', '(', '>']",* & >],0,1.0 +0613,0613,02,symb,three_rule_comb1,9.0,"['>', '>', ':']",> % :],0,1.0 +0613,0613,02,symb,three_rule_comb1,10.0,"['&', '$', '&']",& $ &],1,1.0 +0613,0613,02,symb,three_rule_comb1,11.0,"['!', '<', '<']",! < %],0,1.0 +0613,0613,02,symb,three_rule_comb1,12.0,"['>', '>', '~']",> & ~],0,1.0 +0613,0613,02,symb,three_rule_comb1,13.0,"[':', '!', '*']",: ! >],0,1.0 +0613,0613,02,symb,three_rule_comb1,14.0,"[':', '$', '!']",: $ !],1,1.0 +0613,0613,02,symb,three_rule_comb1,15.0,"['%', '!', '%']",% ! %],1,1.0 +0613,0613,02,symb,three_rule_comb1,16.0,"['(', '~', '%']",( % %],0,1.0 +0613,0613,02,symb,three_rule_comb1,17.0,"['*', '>', '%']",* > %],1,1.0 +0613,0613,02,symb,three_rule_comb1,18.0,"['!', '!', '<']",! ! <],1,1.0 +0613,0613,02,symb,three_rule_comb1,19.0,"['>', '(', '$']",> ( $],1,1.0 +0613,0613,02,symb,three_rule_comb1,20.0,"['(', '&', '%']",(& !)],0,1.0 +0613,0613,02,symb,three_rule_comb1,21.0,"['$', '&', '~']",$ & ~],1,1.0 +0613,0613,02,symb,three_rule_comb1,22.0,"['<', '<', '>']",< < >],1,1.0 +0613,0613,02,symb,three_rule_comb1,23.0,"['&', ':', '$']",& : $],1,1.0 +0613,0613,02,symb,three_rule_comb1,24.0,"['$', '(', '!']",$ ( !],1,1.0 +0613,0613,02,symb,three_rule_comb1,25.0,"[':', '(', '~']",: ( &],0,1.0 +0613,0613,02,symb,three_rule_comb1,26.0,"[':', '>', '&']",: > &],1,1.0 +0613,0613,02,symb,three_rule_comb1,27.0,"['$', '$', '<']",$ $ $,0,1.0 +0613,0613,02,symb,three_rule_comb1,28.0,"['%', '*', ':']",% * :],1,1.0 +0613,0613,02,symb,three_rule_comb1,29.0,"[':', '~', '*']",% % *],0,1.0 +0613,0613,02,symb,three_rule_comb1,30.0,"['~', '%', '%']",~ % %],1,1.0 +0613,0613,02,symb,three_rule_comb1,31.0,"['!', '$', ':']",! $ :],1,1.0 +0613,0613,02,symb,three_rule_comb1,32.0,"['&', '*', '%']",& * %],1,1.0 +0613,0613,02,symb,three_rule_comb1,33.0,"['*', '~', '&']",* * &],0,1.0 +0613,0613,02,symb,three_rule_comb1,34.0,"['(', '(', '*']",( ( *],1,1.0 +0613,0613,02,symb,three_rule_comb1,35.0,"[':', '&', '*']",: & *],1,1.0 +0613,0613,02,symb,three_rule_comb1,36.0,"['(', ':', '*']",< : *],0,1.0 +0613,0613,02,symb,three_rule_comb1,37.0,"['<', '<', '~']",< : ~],0,1.0 +0613,0613,02,symb,three_rule_comb1,38.0,"[':', ':', '*']",: : *],1,1.0 +0613,0613,02,symb,three_rule_comb1,39.0,"['$', '*', '<']",$ * <],1,1.0 +0613,0613,02,symb,three_rule_comb1,40.0,"['!', '*', '%']",! * %],1,1.0 +0613,0613,02,symb,three_rule_comb1,41.0,"['<', '*', '<']",< * %],0,1.0 +0613,0613,02,symb,three_rule_comb1,42.0,"['<', '~', '%']",< ~ %],1,1.0 +0613,0613,02,symb,three_rule_comb1,43.0,"['>', '&', '!']",> % !],0,1.0 +0613,0613,02,symb,three_rule_comb1,44.0,"['*', '~', '<']",* ~ <],1,1.0 +0613,0613,02,symb,three_rule_comb1,45.0,"['<', '$', '$']",< $ $],1,1.0 +0613,0613,02,symb,three_rule_comb1,46.0,"['~', '<', ':']",~ $ :],0,1.0 +0613,0613,02,symb,three_rule_comb1,47.0,"[':', '>', '%']",: > %],1,1.0 +0613,0613,02,symb,three_rule_comb1,48.0,"['&', '~', '*']",& ~ *],1,1.0 +0613,0613,02,symb,three_rule_comb1,49.0,"['>', '*', '<']",> * <],1,1.0 +0613,0613,02,symb,three_rule_comb1,50.0,"['<', '&', '!']",< & !],1,1.0 +0613,0613,02,symb,three_rule_comb1,51.0,"['~', '%', '%']",~ $ %],0,1.0 +0613,0613,02,symb,three_rule_comb1,52.0,"['$', '>', '<']",$ > <],1,1.0 +0613,0613,02,symb,three_rule_comb1,53.0,"['~', '$', '~']",~ $ ~],1,1.0 +0613,0613,02,symb,three_rule_comb1,54.0,"['(', '~', '<']",( ~ <],1,1.0 +0613,0613,02,symb,three_rule_comb1,55.0,"['<', '$', '!']",< $ !],1,1.0 +0613,0613,02,symb,three_rule_comb1,56.0,"['>', '>', '(']",> > (],1,1.0 +0613,0613,02,symb,three_rule_comb1,57.0,"['$', '(', '$']",& ( $],0,1.0 +0613,0613,02,symb,three_rule_comb1,58.0,"['$', '<', '%']",$ < %],1,1.0 +0613,0613,02,symb,three_rule_comb1,59.0,"['<', '%', '&']",< % &],1,1.0 +0613,0613,02,symb,three_rule_comb1,60.0,"[':', '(', '!']",: ( !],1,1.0 +0613,0613,02,symb,three_rule_comb1,61.0,"['<', ':', '!']",< : !],1,1.0 +0613,0613,02,symb,three_rule_comb1,62.0,"['(', '%', '(']",( % (],1,1.0 +0613,0613,02,symb,three_rule_comb1,63.0,"['$', ':', '*']",$ : *],1,1.0 +0613,0613,02,symb,three_rule_comb1,64.0,"['~', '$', '>']",~ $ >],1,1.0 +0613,0613,02,symb,three_rule_comb1,65.0,"['<', '~', '%']",< ~ %],1,1.0 +0613,0613,02,symb,three_rule_comb1,66.0,"['*', '*', '>']",* $ >],0,1.0 +0613,0613,02,symb,three_rule_comb1,67.0,"['&', '(', '<']",& ( <],1,1.0 +0613,0613,02,symb,three_rule_comb1,68.0,"['*', '&', '%']",* ~ %],0,1.0 +0613,0613,02,symb,three_rule_comb1,69.0,"['~', '!', '$']",$ ! $],0,1.0 +0613,0613,02,symb,three_rule_comb1,70.0,"['&', '!', '*']",& % *],0,1.0 +0613,0613,02,symb,three_rule_comb1,71.0,"['%', '&', '&']",% ! &],0,1.0 +0613,0613,02,symb,three_rule_comb1,72.0,"['!', '*', '<']",! * <],1,1.0 +0613,0613,02,symb,three_rule_comb1,73.0,"['<', '%', '%']",< % >],0,1.0 +0613,0613,02,symb,three_rule_comb1,74.0,"['$', '%', ':']",$ % :],1,1.0 +0613,0613,02,symb,three_rule_comb1,75.0,"['$', '*', '%']",$ * %],1,1.0 +0613,0613,02,symb,three_rule_comb1,76.0,"['>', '%', '%']",> % %],1,1.0 +0613,0613,02,symb,three_rule_comb1,77.0,"['!', '&', ':']",! & :],1,1.0 +0613,0613,02,symb,three_rule_comb1,78.0,"['$', '$', '!']",$ ! &],0,1.0 +0613,0613,02,symb,three_rule_comb1,79.0,"['*', '!', '(']",* $ (],0,1.0 +0613,0613,02,symb,three_rule_comb1,80.0,"['>', '<', '!']",> < !],1,1.0 +0613,0613,02,symb,three_rule_comb1,81.0,"['$', '>', '!']",$ > !],1,1.0 +0613,0613,02,symb,three_rule_comb1,82.0,"['%', '!', ':']",% ! :],1,1.0 +0613,0613,02,symb,three_rule_comb1,83.0,"['<', '%', '&']",< % &],1,1.0 +0613,0613,02,symb,three_rule_comb1,84.0,"['(', ':', '>']",( : >),0,1.0 +0613,0613,02,symb,three_rule_comb1,85.0,"[':', '&', '*']",: & *],1,1.0 +0613,0613,02,symb,three_rule_comb1,86.0,"[':', '<', '>']",: < >],1,1.0 +0613,0613,02,symb,three_rule_comb1,87.0,"['&', '%', '>']",& % &],0,1.0 +0613,0613,02,symb,three_rule_comb1,88.0,"['!', '(', ':']",! ( :],1,1.0 +0613,0613,02,symb,three_rule_comb1,89.0,"['$', '>', '(']",$ > (],1,1.0 +0613,0613,02,symb,three_rule_comb1,90.0,"['(', '&', ':']",( & (],0,1.0 +0613,0613,02,symb,three_rule_comb1,91.0,"['&', '&', '!']",& & !],1,1.0 +0613,0613,02,symb,three_rule_comb1,92.0,"['$', '~', '$']",$ ~ $],1,1.0 +0613,0613,02,symb,three_rule_comb1,93.0,"['!', ':', '&']",! : &],1,1.0 +0613,0613,02,symb,three_rule_comb1,94.0,"['!', ':', '%']",! : %],1,1.0 +0613,0613,02,symb,three_rule_comb1,95.0,"['&', '<', '<']",& * <],0,1.0 +0613,0613,02,symb,three_rule_comb1,96.0,"['<', '&', '>']",< & %],0,1.0 +0613,0613,02,symb,three_rule_comb1,97.0,"['!', '<', '<']",! < <],1,1.0 +0613,0613,02,symb,three_rule_comb1,98.0,"['~', '$', '(']",~ $ (],1,1.0 +0613,0613,02,symb,three_rule_comb1,99.0,"['>', '<', '>']",> % >],0,1.0 +0613,0613,02,symb,three_rule_comb2,0.0,"['%', '%', '&']",% % $],0,1.0 +0613,0613,02,symb,three_rule_comb2,1.0,"['&', '&', '$']",& > $],0,1.0 +0613,0613,02,symb,three_rule_comb2,2.0,"[':', '<', '~']",: % ~],0,1.0 +0613,0613,02,symb,three_rule_comb2,3.0,"['*', ':', ':']",* < :],0,1.0 +0613,0613,02,symb,three_rule_comb2,4.0,"['$', '!', '&']",$ ! #],0,1.0 +0613,0613,02,symb,three_rule_comb2,5.0,"['*', '!', '*']",* ! <],0,1.0 +0613,0613,02,symb,three_rule_comb2,6.0,"['(', '<', '!']",% < !],0,1.0 +0613,0613,02,symb,three_rule_comb2,7.0,"['>', '(', '$']",> * $],0,1.0 +0613,0613,02,symb,three_rule_comb2,8.0,"['!', ':', ':']",> : :],0,1.0 +0613,0613,02,symb,three_rule_comb2,9.0,"['&', ':', '<']",& ( <],0,1.0 +0613,0613,02,symb,three_rule_comb2,10.0,"['&', '<', '$']",& : $],0,1.0 +0613,0613,02,symb,three_rule_comb2,11.0,"['<', '$', '%']",{ $ %],0,1.0 +0613,0613,02,symb,three_rule_comb2,12.0,"['~', '*', '>']",~ * >],1,1.0 +0613,0613,02,symb,three_rule_comb2,13.0,"['<', '*', '>']",(* * >),0,1.0 +0613,0613,02,symb,three_rule_comb2,14.0,"['*', '>', ':']",* # :],0,1.0 +0613,0613,02,symb,three_rule_comb2,15.0,"['$', '<', '*']",$ % *],0,1.0 +0613,0613,02,symb,three_rule_comb2,16.0,"['!', '<', '&']",! < $],0,1.0 +0613,0613,02,symb,three_rule_comb2,17.0,"['!', '%', '!']",! $ !],0,1.0 +0613,0613,02,symb,three_rule_comb2,18.0,"['~', '!', '$']",~ ! ?],0,1.0 +0613,0613,02,symb,three_rule_comb2,19.0,"['(', '>', '(']",( % !],0,1.0 +0613,0613,02,symb,three_rule_comb2,20.0,"['&', '$', '$']",& $ <],0,1.0 +0613,0613,02,symb,three_rule_comb2,21.0,"['<', '<', '!']",& < !],0,1.0 +0613,0613,02,symb,three_rule_comb2,22.0,"['>', '%', '&']",> % >],0,1.0 +0613,0613,02,symb,three_rule_comb2,23.0,"['*', '&', ':']",* & :],1,1.0 +0613,0613,02,symb,three_rule_comb2,24.0,"['%', '$', '<']",% < <],0,1.0 +0613,0613,02,symb,three_rule_comb2,25.0,"['~', ':', '(']",~ : &],0,1.0 +0613,0613,02,symb,three_rule_comb2,26.0,"['*', '!', '>']",* ! ^],0,1.0 +0613,0613,02,symb,three_rule_comb2,27.0,"['&', '<', '*']",& < $],0,1.0 +0613,0613,02,symb,three_rule_comb2,28.0,"['&', '%', '>']",& % >],1,1.0 +0613,0613,02,symb,three_rule_comb2,29.0,"['~', '<', '&']",> < &],0,1.0 +0613,0613,02,symb,three_rule_comb2,30.0,"['*', '<', ':']",( ! : ],0,1.0 +0613,0613,02,symb,three_rule_comb2,31.0,"['&', '%', '&']",& % %],0,1.0 +0613,0613,02,symb,three_rule_comb2,32.0,"['!', '(', '<']",! ~ ~],0,1.0 +0613,0613,02,symb,three_rule_comb2,33.0,"['~', '>', '*']",~ > ~],0,1.0 +0613,0613,02,symb,three_rule_comb2,34.0,"['&', '(', '$']",& $ $],0,1.0 +0613,0613,02,symb,three_rule_comb2,35.0,"['&', '%', '!']",& > &],0,1.0 +0613,0613,02,symb,three_rule_comb2,36.0,"['!', '%', ':']",! * *,0,1.0 +0613,0613,02,symb,three_rule_comb2,37.0,"['~', '*', '*']",* * *],0,1.0 +0613,0613,02,symb,three_rule_comb2,38.0,"['>', ':', '$']",> % $],0,1.0 +0613,0613,02,symb,three_rule_comb2,39.0,"['%', '&', '$']",% & ?],0,1.0 +0613,0613,02,symb,three_rule_comb2,40.0,"['<', '%', '(']",% % (],0,1.0 +0613,0613,02,symb,three_rule_comb2,41.0,"['(', ':', '>']",: : >],0,1.0 +0613,0613,02,symb,three_rule_comb2,42.0,"[':', '*', '&']",< * &],0,1.0 +0613,0613,02,symb,three_rule_comb2,43.0,"['>', '~', '>']",> ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb2,44.0,"['*', '$', '$']",* ~ $],0,1.0 +0613,0613,02,symb,three_rule_comb2,45.0,"['%', '&', '>']",% & !],0,1.0 +0613,0613,02,symb,three_rule_comb2,46.0,"['&', '%', '%']",& % :],0,1.0 +0613,0613,02,symb,three_rule_comb2,47.0,"['(', '(', '>']",( % >],0,1.0 +0613,0613,02,symb,three_rule_comb2,48.0,"['%', '<', ':']",% : :],0,1.0 +0613,0613,02,symb,three_rule_comb2,49.0,"[':', ':', '*']",: & *],0,1.0 +0613,0613,02,symb,three_rule_comb2,50.0,"['~', '>', '>']",~ $ >],0,1.0 +0613,0613,02,symb,three_rule_comb2,51.0,"['(', '*', '!']",> * !],0,1.0 +0613,0613,02,symb,three_rule_comb2,52.0,"['<', '(', '&']",< ( %],0,1.0 +0613,0613,02,symb,three_rule_comb2,53.0,"['&', '&', '(']",> & (],0,1.0 +0613,0613,02,symb,three_rule_comb2,54.0,"['<', '*', '(']",& * (],0,1.0 +0613,0613,02,symb,three_rule_comb2,55.0,"[':', '~', ':']",* ~ :],0,1.0 +0613,0613,02,symb,three_rule_comb2,56.0,"['*', '!', '!']",* ! {],0,1.0 +0613,0613,02,symb,three_rule_comb2,57.0,"['&', '*', ':']",* * :],0,1.0 +0613,0613,02,symb,three_rule_comb2,58.0,"['!', '*', ':']",! * !],0,1.0 +0613,0613,02,symb,three_rule_comb2,59.0,"['&', '~', '(']",& ~ #],0,1.0 +0613,0613,02,symb,three_rule_comb2,60.0,"['$', '<', '&']",$ < >],0,1.0 +0613,0613,02,symb,three_rule_comb2,61.0,"['>', '>', '>']",> > >],1,1.0 +0613,0613,02,symb,three_rule_comb2,62.0,"[':', '~', '*']",: % *],0,1.0 +0613,0613,02,symb,three_rule_comb2,63.0,"['~', '<', '>']",~ : >],0,1.0 +0613,0613,02,symb,three_rule_comb2,64.0,"['&', '*', '*']",& * <],0,1.0 +0613,0613,02,symb,three_rule_comb2,65.0,"['!', '%', '~']",! % !],0,1.0 +0613,0613,02,symb,three_rule_comb2,66.0,"['$', '!', '$']",$ ! $],1,1.0 +0613,0613,02,symb,three_rule_comb2,67.0,"['$', ':', '$']",? : $],0,1.0 +0613,0613,02,symb,three_rule_comb2,68.0,"['~', '%', '%']",~ # %],0,1.0 +0613,0613,02,symb,three_rule_comb2,69.0,"['$', '$', '>']",$ $ %],0,1.0 +0613,0613,02,symb,three_rule_comb2,70.0,"['(', '>', '(']",( > #],0,1.0 +0613,0613,02,symb,three_rule_comb2,71.0,"['%', '&', '<']",% % %],0,1.0 +0613,0613,02,symb,three_rule_comb2,72.0,"['(', '%', '&']",% % &],0,1.0 +0613,0613,02,symb,three_rule_comb2,73.0,"['&', '!', '~']",% ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb2,74.0,"['<', ':', ':']",< % :],0,1.0 +0613,0613,02,symb,three_rule_comb2,75.0,"['>', '!', '%']",~ ! %],0,1.0 +0613,0613,02,symb,three_rule_comb2,76.0,"['*', '$', '>']",> $ >],0,1.0 +0613,0613,02,symb,three_rule_comb2,77.0,"['&', '$', ':']",$ $ :],0,1.0 +0613,0613,02,symb,three_rule_comb2,78.0,"['&', ':', ':']",& < :],0,1.0 +0613,0613,02,symb,three_rule_comb2,79.0,"['>', '(', '>']",% ( >],0,1.0 +0613,0613,02,symb,three_rule_comb2,80.0,"['>', '$', '>']",> ! >],0,1.0 +0613,0613,02,symb,three_rule_comb2,81.0,"['>', '%', '~']",> % %],0,1.0 +0613,0613,02,symb,three_rule_comb2,82.0,"['(', '*', '*']",% * *,0,1.0 +0613,0613,02,symb,three_rule_comb2,83.0,"['~', '%', '>']",> % >],0,1.0 +0613,0613,02,symb,three_rule_comb2,84.0,"['<', '(', '*']",(* * *),0,1.0 +0613,0613,02,symb,three_rule_comb2,85.0,"[':', '~', '%']",: ~ %],1,1.0 +0613,0613,02,symb,three_rule_comb2,86.0,"['>', ':', '(']",: : (],0,1.0 +0613,0613,02,symb,three_rule_comb2,87.0,"['%', '!', ':']",~ ! :],0,1.0 +0613,0613,02,symb,three_rule_comb2,88.0,"[':', '$', '$']",: $ ?],0,1.0 +0613,0613,02,symb,three_rule_comb2,89.0,"['(', '*', '*']",( * [(],0,1.0 +0613,0613,02,symb,three_rule_comb2,90.0,"['<', '>', '~']",< % (],0,1.0 +0613,0613,02,symb,three_rule_comb2,91.0,"['<', '%', '&']",< $ &],0,1.0 +0613,0613,02,symb,three_rule_comb2,92.0,"['<', '<', '*']",< % *],0,1.0 +0613,0613,02,symb,three_rule_comb2,93.0,"['(', '<', '&']",( < ~],0,1.0 +0613,0613,02,symb,three_rule_comb2,94.0,"['&', ':', '~']",& % ~],0,1.0 +0613,0613,02,symb,three_rule_comb2,95.0,"['(', ':', '$']",( $ $],0,1.0 +0613,0613,02,symb,three_rule_comb2,96.0,"['~', ':', '~']",~ : *],0,1.0 +0613,0613,02,symb,three_rule_comb2,97.0,"['>', '!', '(']",> ! &],0,1.0 +0613,0613,02,symb,three_rule_comb2,98.0,"['(', '&', ':']",< & :],0,1.0 +0613,0613,02,symb,three_rule_comb2,99.0,"[':', '%', ':']",: % :],1,1.0 +0613,0613,02,symb,three_rule_comb3,0.0,"['<', '&', '>']",< & >],1,1.0 +0613,0613,02,symb,three_rule_comb3,1.0,"['*', '&', '*']",* & %],0,1.0 +0613,0613,02,symb,three_rule_comb3,2.0,"['~', '!', '>']",~ ! >],1,1.0 +0613,0613,02,symb,three_rule_comb3,3.0,"['(', ':', '$']",( : $],1,1.0 +0613,0613,02,symb,three_rule_comb3,4.0,"['%', '<', '(']",% < (],1,1.0 +0613,0613,02,symb,three_rule_comb3,5.0,"['(', '&', '(']",( & (],1,1.0 +0613,0613,02,symb,three_rule_comb3,6.0,"['(', '>', ':']",( > :],1,1.0 +0613,0613,02,symb,three_rule_comb3,7.0,"['$', '%', '~']",% % ~],0,1.0 +0613,0613,02,symb,three_rule_comb3,8.0,"['$', '%', '<']",$ % <],1,1.0 +0613,0613,02,symb,three_rule_comb3,9.0,"['$', '%', '(']",$ % (],1,1.0 +0613,0613,02,symb,three_rule_comb3,10.0,"['~', '*', '>']",~ * >],1,1.0 +0613,0613,02,symb,three_rule_comb3,11.0,"['%', '>', '<']",% > <],1,1.0 +0613,0613,02,symb,three_rule_comb3,12.0,"['!', '%', ':']",! % :],1,1.0 +0613,0613,02,symb,three_rule_comb3,13.0,"['*', '~', '$']",* ~ $],1,1.0 +0613,0613,02,symb,three_rule_comb3,14.0,"['(', '!', '<']",(% ! <)],0,1.0 +0613,0613,02,symb,three_rule_comb3,15.0,"['&', '!', '$']",& ! &],0,1.0 +0613,0613,02,symb,three_rule_comb3,16.0,"['&', '$', '~']",& $ ~],1,1.0 +0613,0613,02,symb,three_rule_comb3,17.0,"[':', '$', '$']",: * $],0,1.0 +0613,0613,02,symb,three_rule_comb3,18.0,"['<', '<', '$']",< < $],1,1.0 +0613,0613,02,symb,three_rule_comb3,19.0,"['>', '*', '&']",> * &],1,1.0 +0613,0613,02,symb,three_rule_comb3,20.0,"['$', '<', '(']",$ < (],1,1.0 +0613,0613,02,symb,three_rule_comb3,21.0,"['!', '!', '*']",! > *],0,1.0 +0613,0613,02,symb,three_rule_comb3,22.0,"['(', '>', '~']",( > ~],1,1.0 +0613,0613,02,symb,three_rule_comb3,23.0,"['!', '!', '$']",: % %],0,1.0 +0613,0613,02,symb,three_rule_comb3,24.0,"['%', '&', '(']",: : :,0,1.0 +0613,0613,02,symb,three_rule_comb3,25.0,"['&', '~', ':']",& ~ &],0,1.0 +0613,0613,02,symb,three_rule_comb3,26.0,"['<', '>', ':']",< > !],0,1.0 +0613,0613,02,symb,three_rule_comb3,27.0,"['&', '&', '!']",& $ !],0,1.0 +0613,0613,02,symb,three_rule_comb3,28.0,"['(', '%', '(']",( % (],1,1.0 +0613,0613,02,symb,three_rule_comb3,29.0,"['%', '~', '>']",% ~ >],1,1.0 +0613,0613,02,symb,three_rule_comb3,30.0,"['<', '&', '$']",<&$],1,1.0 +0613,0613,02,symb,three_rule_comb3,31.0,"['~', '(', ':']",~ ( :],1,1.0 +0613,0613,02,symb,three_rule_comb3,32.0,"['$', '!', '%']",$ % !],0,1.0 +0613,0613,02,symb,three_rule_comb3,33.0,"['$', '$', '<']",$ * <],0,1.0 +0613,0613,02,symb,three_rule_comb3,34.0,"['$', '(', ':']",$ ( :]],1,1.0 +0613,0613,02,symb,three_rule_comb3,35.0,"['!', '!', ':']",! ! :],1,1.0 +0613,0613,02,symb,three_rule_comb3,36.0,"['&', '~', '!']",& ~ !],1,1.0 +0613,0613,02,symb,three_rule_comb3,37.0,"['(', '<', '>']",<& >],0,1.0 +0613,0613,02,symb,three_rule_comb3,38.0,"[':', '>', '$']",: > $],1,1.0 +0613,0613,02,symb,three_rule_comb3,39.0,"['!', ':', '!']",! : !],1,1.0 +0613,0613,02,symb,three_rule_comb3,40.0,"['%', '%', '$']",* $ $],0,1.0 +0613,0613,02,symb,three_rule_comb3,41.0,"['<', '*', '*']",< * *],1,1.0 +0613,0613,02,symb,three_rule_comb3,42.0,"['$', '&', '~']",$ & ~],1,1.0 +0613,0613,02,symb,three_rule_comb3,43.0,"['!', '(', '!']",! ( !],1,1.0 +0613,0613,02,symb,three_rule_comb3,44.0,"[':', '$', ':']",: $ %],0,1.0 +0613,0613,02,symb,three_rule_comb3,45.0,"['$', '$', '%']",$ % >],0,1.0 +0613,0613,02,symb,three_rule_comb3,46.0,"['%', '<', '&']",% < &],1,1.0 +0613,0613,02,symb,three_rule_comb3,47.0,"['~', '(', '*']",~ ( >],0,1.0 +0613,0613,02,symb,three_rule_comb3,48.0,"['>', '>', ':']",> < !],0,1.0 +0613,0613,02,symb,three_rule_comb3,49.0,"['$', '$', '(']",$ ! (],0,1.0 +0613,0613,02,symb,three_rule_comb3,50.0,"['&', '~', '<']",& ~ <],1,1.0 +0613,0613,02,symb,three_rule_comb3,51.0,"['$', '%', ':']",$ % :],1,1.0 +0613,0613,02,symb,three_rule_comb3,52.0,"['(', '(', '~']",& & ~],0,1.0 +0613,0613,02,symb,three_rule_comb3,53.0,"['~', '%', '&']",~ % &],1,1.0 +0613,0613,02,symb,three_rule_comb3,54.0,"['%', '>', '<']",% > <],1,1.0 +0613,0613,02,symb,three_rule_comb3,55.0,"['(', '*', '!']",( * !],1,1.0 +0613,0613,02,symb,three_rule_comb3,56.0,"['$', '!', '>']",$ > !],0,1.0 +0613,0613,02,symb,three_rule_comb3,57.0,"['~', '!', '!']",~ ! >],0,1.0 +0613,0613,02,symb,three_rule_comb3,58.0,"['<', '&', '&']",< & !],0,1.0 +0613,0613,02,symb,three_rule_comb3,59.0,"['&', '~', '&']",& $ !],0,1.0 +0613,0613,02,symb,three_rule_comb3,60.0,"['~', '&', '%']",~ & %],1,1.0 +0613,0613,02,symb,three_rule_comb3,61.0,"[':', '(', ':']",: ( :],1,1.0 +0613,0613,02,symb,three_rule_comb3,62.0,"['<', '(', '>']",< % >],0,1.0 +0613,0613,02,symb,three_rule_comb3,63.0,"['~', '!', '!']",~ ! !],1,1.0 +0613,0613,02,symb,three_rule_comb3,64.0,"['!', '%', '>']",! % >],1,1.0 +0613,0613,02,symb,three_rule_comb3,65.0,"['>', '>', '$']",> > ~ $],0,1.0 +0613,0613,02,symb,three_rule_comb3,66.0,"[':', '>', '~']",: > ~],1,1.0 +0613,0613,02,symb,three_rule_comb3,67.0,"['&', ':', '~']",& : ~],1,1.0 +0613,0613,02,symb,three_rule_comb3,68.0,"['*', '!', '*']",* ! *],1,1.0 +0613,0613,02,symb,three_rule_comb3,69.0,"[':', '<', '(']",: < (],1,1.0 +0613,0613,02,symb,three_rule_comb3,70.0,"[':', '~', '*']",: ~ *],1,1.0 +0613,0613,02,symb,three_rule_comb3,71.0,"['&', '$', '(']",& $ (],1,1.0 +0613,0613,02,symb,three_rule_comb3,72.0,"['!', '*', '~']",! ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb3,73.0,"['$', ':', '%']",< : : !],0,1.0 +0613,0613,02,symb,three_rule_comb3,74.0,"['>', ':', '!']",> : !],1,1.0 +0613,0613,02,symb,three_rule_comb3,75.0,"['(', '&', '(']",( & (%],0,1.0 +0613,0613,02,symb,three_rule_comb3,76.0,"['!', '<', '(']",! < (],1,1.0 +0613,0613,02,symb,three_rule_comb3,77.0,"['~', '$', '!']",~ $ !],1,1.0 +0613,0613,02,symb,three_rule_comb3,78.0,"['&', '<', '$']",$ < $],0,1.0 +0613,0613,02,symb,three_rule_comb3,79.0,"['!', ':', '~']",! : ~],1,1.0 +0613,0613,02,symb,three_rule_comb3,80.0,"['(', '<', '&']",: : &],0,1.0 +0613,0613,02,symb,three_rule_comb3,81.0,"['$', '&', '~']",$ & ~],1,1.0 +0613,0613,02,symb,three_rule_comb3,82.0,"['&', '<', '$']",& < $],1,1.0 +0613,0613,02,symb,three_rule_comb3,83.0,"['$', '&', '>']",$ & >],1,1.0 +0613,0613,02,symb,three_rule_comb3,84.0,"['~', '&', '!']",~ & !],1,1.0 +0613,0613,02,symb,three_rule_comb3,85.0,"['!', '%', '~']",! % ~],1,1.0 +0613,0613,02,symb,three_rule_comb3,86.0,"['>', '~', '*']",> ~ *],1,1.0 +0613,0613,02,symb,three_rule_comb3,87.0,"['>', '~', '~']",> ~ ~],1,1.0 +0613,0613,02,symb,three_rule_comb3,88.0,"['>', '>', '>']",> > >],1,1.0 +0613,0613,02,symb,three_rule_comb3,89.0,"['&', '(', '$']",& ( $],1,1.0 +0613,0613,02,symb,three_rule_comb3,90.0,"['(', '$', '!']",( $ !],1,1.0 +0613,0613,02,symb,three_rule_comb3,91.0,"['&', '%', ':']",& % :],1,1.0 +0613,0613,02,symb,three_rule_comb3,92.0,"['*', '(', '>']",* ( >],1,1.0 +0613,0613,02,symb,three_rule_comb3,93.0,"['(', '&', '$']",$ & $],0,1.0 +0613,0613,02,symb,three_rule_comb3,94.0,"['~', '%', '<']",~ % <],1,1.0 +0613,0613,02,symb,three_rule_comb3,95.0,"['>', '$', '>']",> $ >],1,1.0 +0613,0613,02,symb,three_rule_comb3,96.0,"['(', '(', '&']",( ( &],1,1.0 +0613,0613,02,symb,three_rule_comb3,97.0,"['~', '&', '<']",~ & <],1,1.0 +0613,0613,02,symb,three_rule_comb3,98.0,"['%', ':', '*']",% : *],1,1.0 +0613,0613,02,symb,three_rule_comb3,99.0,"['%', '~', '*']",% ~ *,1,1.0 +0613,0613,02,symb,three_rule_comb4,0.0,"[':', '>', '%']",< < %],0,1.0 +0613,0613,02,symb,three_rule_comb4,1.0,"['>', '$', '(']",> ~ (],0,1.0 +0613,0613,02,symb,three_rule_comb4,2.0,"['$', '!', '&']",~ ! &],0,1.0 +0613,0613,02,symb,three_rule_comb4,3.0,"['$', '>', '%']",$ > ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,4.0,"['$', ':', '!']",& > !],0,1.0 +0613,0613,02,symb,three_rule_comb4,5.0,"['(', ':', '<']",(: ~ >),0,1.0 +0613,0613,02,symb,three_rule_comb4,6.0,"['$', '!', '~']",~ ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,7.0,"['*', '<', ':']",* * :],0,1.0 +0613,0613,02,symb,three_rule_comb4,8.0,"['~', '%', '<']",~ & *],0,1.0 +0613,0613,02,symb,three_rule_comb4,9.0,"['%', '&', '$']",% ! >],0,1.0 +0613,0613,02,symb,three_rule_comb4,10.0,"[':', '&', '<']",: & :],0,1.0 +0613,0613,02,symb,three_rule_comb4,11.0,"['>', '!', ':']",> ( >],0,1.0 +0613,0613,02,symb,three_rule_comb4,12.0,"['(', '!', '!']",( ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,13.0,"['%', ':', '%']",% % %],0,1.0 +0613,0613,02,symb,three_rule_comb4,14.0,"['!', '%', '$']",! $ >],0,1.0 +0613,0613,02,symb,three_rule_comb4,15.0,"['$', ':', ':']",$ * :],0,1.0 +0613,0613,02,symb,three_rule_comb4,16.0,"['%', '%', '%']",% & *],0,1.0 +0613,0613,02,symb,three_rule_comb4,17.0,"['*', '>', '&']",* $ >],0,1.0 +0613,0613,02,symb,three_rule_comb4,18.0,"['>', '(', '*']",! ( !,0,1.0 +0613,0613,02,symb,three_rule_comb4,19.0,"['<', '(', '<']",& ( <],0,1.0 +0613,0613,02,symb,three_rule_comb4,20.0,"['*', '<', '*']",* < !],0,1.0 +0613,0613,02,symb,three_rule_comb4,21.0,"['!', '!', '(']",! > $],0,1.0 +0613,0613,02,symb,three_rule_comb4,22.0,"['<', '%', '!']",< ! !],0,1.0 +0613,0613,02,symb,three_rule_comb4,23.0,"['!', '%', ':']",! : $],0,1.0 +0613,0613,02,symb,three_rule_comb4,24.0,"['<', ':', '%']",< * %],0,1.0 +0613,0613,02,symb,three_rule_comb4,25.0,"['*', '&', '*']",* ( (],0,1.0 +0613,0613,02,symb,three_rule_comb4,26.0,"['*', '>', '*']",* * *],0,1.0 +0613,0613,02,symb,three_rule_comb4,27.0,"['<', '$', ':']",* $ :],0,1.0 +0613,0613,02,symb,three_rule_comb4,28.0,"['*', '>', '<']",* ! *],0,1.0 +0613,0613,02,symb,three_rule_comb4,29.0,"['<', '<', '&']",< $ $],0,1.0 +0613,0613,02,symb,three_rule_comb4,30.0,"['(', '(', '&']",# : #],0,1.0 +0613,0613,02,symb,three_rule_comb4,31.0,"['&', '!', '(']",& ! >],0,1.0 +0613,0613,02,symb,three_rule_comb4,32.0,"['<', '$', '!']",< ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb4,33.0,"['%', ':', '%']",% : ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,34.0,"['~', '~', ':']",% ~ (],0,1.0 +0613,0613,02,symb,three_rule_comb4,35.0,"['&', '*', ':']",& ! @],0,1.0 +0613,0613,02,symb,three_rule_comb4,36.0,"['<', ':', '!']",< < <],0,1.0 +0613,0613,02,symb,three_rule_comb4,37.0,"['*', '%', '&']",~ % &],0,1.0 +0613,0613,02,symb,three_rule_comb4,38.0,"['&', '(', '~']",# ( #),0,1.0 +0613,0613,02,symb,three_rule_comb4,39.0,"['<', '(', ':']",< % :>],0,1.0 +0613,0613,02,symb,three_rule_comb4,40.0,"['&', '~', '&']",$ ~ &],0,1.0 +0613,0613,02,symb,three_rule_comb4,41.0,"['>', '!', ':']",> ! <],0,1.0 +0613,0613,02,symb,three_rule_comb4,42.0,"[':', '(', '<']",: & *],0,1.0 +0613,0613,02,symb,three_rule_comb4,43.0,"['<', '!', ':']",< ! %],0,1.0 +0613,0613,02,symb,three_rule_comb4,44.0,"['>', '&', '$']",> ( $],0,1.0 +0613,0613,02,symb,three_rule_comb4,45.0,"['>', ':', '(']",> : %],0,1.0 +0613,0613,02,symb,three_rule_comb4,46.0,"['*', '*', '&']",< % &]],0,1.0 +0613,0613,02,symb,three_rule_comb4,47.0,"['$', '$', ':']",>& $ :],0,1.0 +0613,0613,02,symb,three_rule_comb4,48.0,"['%', '*', '!']",! * !],0,1.0 +0613,0613,02,symb,three_rule_comb4,49.0,"['&', '~', '$']",> $ $]],0,1.0 +0613,0613,02,symb,three_rule_comb4,50.0,"['(', ':', '<']",! : *],0,1.0 +0613,0613,02,symb,three_rule_comb4,51.0,"[':', ':', '~']",:% ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,52.0,"[':', '(', '%']",< % %],0,1.0 +0613,0613,02,symb,three_rule_comb4,53.0,"['%', '$', '$']",% $ !],0,1.0 +0613,0613,02,symb,three_rule_comb4,54.0,"['!', '(', '>']",! % >],0,1.0 +0613,0613,02,symb,three_rule_comb4,55.0,"['(', '>', '~']",: > ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,56.0,"['>', '<', '<']",> : <],0,1.0 +0613,0613,02,symb,three_rule_comb4,57.0,"['~', '>', '&']",> & $],0,1.0 +0613,0613,02,symb,three_rule_comb4,58.0,"['*', '$', '$']",* > $],0,1.0 +0613,0613,02,symb,three_rule_comb4,59.0,"['<', '!', '<']",< ! (],0,1.0 +0613,0613,02,symb,three_rule_comb4,60.0,"['%', ':', '(']",% < (],0,1.0 +0613,0613,02,symb,three_rule_comb4,61.0,"['*', '!', ':']",(! ! :)],0,1.0 +0613,0613,02,symb,three_rule_comb4,62.0,"[':', '&', '$']",$ & $],0,1.0 +0613,0613,02,symb,three_rule_comb4,63.0,"['%', '>', '(']",% > %],0,1.0 +0613,0613,02,symb,three_rule_comb4,64.0,"['<', '$', '*']",$ * $,0,1.0 +0613,0613,02,symb,three_rule_comb4,65.0,"['~', '~', '*']",< ( *],0,1.0 +0613,0613,02,symb,three_rule_comb4,66.0,"[':', '%', '%']",: % ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,67.0,"['~', '$', '$']",~ $ ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,68.0,"['%', '$', '(']",% * !],0,1.0 +0613,0613,02,symb,three_rule_comb4,69.0,"['<', ':', '~']",< ~ ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,70.0,"['%', '!', '<']",% ! <],1,1.0 +0613,0613,02,symb,three_rule_comb4,71.0,"['!', '*', ':']",> * :],0,1.0 +0613,0613,02,symb,three_rule_comb4,72.0,"['>', '>', '(']",> ! <],0,1.0 +0613,0613,02,symb,three_rule_comb4,73.0,"['&', '>', '*']",& ( *],0,1.0 +0613,0613,02,symb,three_rule_comb4,74.0,"['%', '>', '<']",% % ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,75.0,"['%', '!', '!']",~ * !],0,1.0 +0613,0613,02,symb,three_rule_comb4,76.0,"['<', '$', '<']",< $ *],0,1.0 +0613,0613,02,symb,three_rule_comb4,77.0,"[':', '*', '$']",* $ $],0,1.0 +0613,0613,02,symb,three_rule_comb4,78.0,"['<', '&', '&']",< & !],0,1.0 +0613,0613,02,symb,three_rule_comb4,79.0,"['~', '>', '<']",* > <],0,1.0 +0613,0613,02,symb,three_rule_comb4,80.0,"['(', '(', '%']",( : :],0,1.0 +0613,0613,02,symb,three_rule_comb4,81.0,"[':', '(', '>']",: ( ],0,1.0 +0613,0613,02,symb,three_rule_comb4,82.0,"['$', '%', '*']",$ % <],0,1.0 +0613,0613,02,symb,three_rule_comb4,83.0,"['<', '!', '$']",< & ?],0,1.0 +0613,0613,02,symb,three_rule_comb4,84.0,"['(', '*', ':']",> * :],0,1.0 +0613,0613,02,symb,three_rule_comb4,85.0,"[':', '*', '(']",(% : %),0,1.0 +0613,0613,02,symb,three_rule_comb4,86.0,"['*', ':', ':']",* * :],0,1.0 +0613,0613,02,symb,three_rule_comb4,87.0,"['!', '~', '<']",! ~ (,0,1.0 +0613,0613,02,symb,three_rule_comb4,88.0,"[':', '>', '<']",: : ~],0,1.0 +0613,0613,02,symb,three_rule_comb4,89.0,"['$', '$', '<']",$ & *],0,1.0 +0613,0613,02,symb,three_rule_comb4,90.0,"[':', '~', '*']",: * *],0,1.0 +0613,0613,02,symb,three_rule_comb4,91.0,"['<', '~', '&']",$ ~ >],0,1.0 +0613,0613,02,symb,three_rule_comb4,92.0,"['*', '$', '(']",* ! (],0,1.0 +0613,0613,02,symb,three_rule_comb4,93.0,"['(', '$', '~']",& $ <],0,1.0 +0613,0613,02,symb,three_rule_comb4,94.0,"['<', '(', '<']",< > <],0,1.0 +0613,0613,02,symb,three_rule_comb4,95.0,"['>', '*', '~']",! * :],0,1.0 +0613,0613,02,symb,three_rule_comb4,96.0,"['<', '&', '>']",< % >],0,1.0 +0613,0613,02,symb,three_rule_comb4,97.0,"['<', '&', '&']",< & >],0,1.0 +0613,0613,02,symb,three_rule_comb4,98.0,"['%', '>', ':']",$ > &],0,1.0 +0613,0613,02,symb,three_rule_comb4,99.0,"['(', '%', '$']",$ % !],0,1.0 +0613,0613,02,symb,three_rule_comb5,0.0,"['<', '%', '>']",<* ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb5,1.0,"['!', '!', '&']",! > >],0,1.0 +0613,0613,02,symb,three_rule_comb5,2.0,"['<', '!', '&']",* > &],0,1.0 +0613,0613,02,symb,three_rule_comb5,3.0,"['<', '$', '*']",< > >],0,1.0 +0613,0613,02,symb,three_rule_comb5,4.0,"['%', '*', '(']",* ! !],0,1.0 +0613,0613,02,symb,three_rule_comb5,5.0,"['$', '*', ':']",& * ~],0,1.0 +0613,0613,02,symb,three_rule_comb5,6.0,"['*', ':', '>']",* % !],0,1.0 +0613,0613,02,symb,three_rule_comb5,7.0,"[':', '(', '<']",: * %],0,1.0 +0613,0613,02,symb,three_rule_comb5,8.0,"['>', '(', '>']",> ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb5,9.0,"['~', '&', '<']",* & $],0,1.0 +0613,0613,02,symb,three_rule_comb5,10.0,"['<', '<', '~']",< < !],0,1.0 +0613,0613,02,symb,three_rule_comb5,11.0,"['*', '(', ':']",> $ >],0,1.0 +0613,0613,02,symb,three_rule_comb5,12.0,"['%', '~', '%']",& ~ %],0,1.0 +0613,0613,02,symb,three_rule_comb5,13.0,"['$', '(', '%']",& ( !],0,1.0 +0613,0613,02,symb,three_rule_comb5,14.0,"['~', '!', '*']",< ( *],0,1.0 +0613,0613,02,symb,three_rule_comb5,15.0,"['%', '$', ':']",% < %],0,1.0 +0613,0613,02,symb,three_rule_comb5,16.0,"['>', '<', '~']",(! ~ *),0,1.0 +0613,0613,02,symb,three_rule_comb5,17.0,"['%', '&', '>']",% > (],0,1.0 +0613,0613,02,symb,three_rule_comb5,18.0,"['&', '(', '&']",& > (],0,1.0 +0613,0613,02,symb,three_rule_comb5,19.0,"['%', '&', '%']",% & #],0,1.0 +0613,0613,02,symb,three_rule_comb5,20.0,"['(', '(', '$']",( > &)],0,1.0 +0613,0613,02,symb,three_rule_comb5,21.0,"['&', '>', '(']",& ? %],0,1.0 +0613,0613,02,symb,three_rule_comb5,22.0,"['$', '(', '(']",& ( %],0,1.0 +0613,0613,02,symb,three_rule_comb5,23.0,"['<', '(', '%']",< & %],0,1.0 +0613,0613,02,symb,three_rule_comb5,24.0,"['~', '%', '(']",* ( *],0,1.0 +0613,0613,02,symb,three_rule_comb5,25.0,"[':', '~', '&']",* ~ ],0,1.0 +0613,0613,02,symb,three_rule_comb5,26.0,"['>', '(', ':']",# ! :],0,1.0 +0613,0613,02,symb,three_rule_comb5,27.0,"['$', '!', '~']",< ! >],0,1.0 +0613,0613,02,symb,three_rule_comb5,28.0,"['(', ':', '!']",: ( !],0,1.0 +0613,0613,02,symb,three_rule_comb5,29.0,"['$', ':', '%']",$ % (],0,1.0 +0613,0613,02,symb,three_rule_comb5,30.0,"['<', '$', '<']",$ > &],0,1.0 +0613,0613,02,symb,three_rule_comb5,31.0,"['<', '(', '(']",< > &],0,1.0 +0613,0613,02,symb,three_rule_comb5,32.0,"['<', '<', '$']",< : ~],0,1.0 +0613,0613,02,symb,three_rule_comb5,33.0,"['>', '&', ':']",<&<],0,1.0 +0613,0613,02,symb,three_rule_comb5,34.0,"['(', '%', '<']",( & : ],0,1.0 +0613,0613,02,symb,three_rule_comb5,35.0,"['<', '$', '*']",: ~ *],0,1.0 +0613,0613,02,symb,three_rule_comb5,36.0,"['&', '*', '*']",(* * *),0,1.0 +0613,0613,02,symb,three_rule_comb5,37.0,"['<', '*', '>']",($ * $),0,1.0 +0613,0613,02,symb,three_rule_comb5,38.0,"['!', '$', '&']",! & *],0,1.0 +0613,0613,02,symb,three_rule_comb5,39.0,"['!', ':', '$']",> % ~],0,1.0 +0613,0613,02,symb,three_rule_comb5,40.0,"['%', '%', '%']",% $ &],0,1.0 +0613,0613,02,symb,three_rule_comb5,41.0,"['>', '%', '!']",> ! * ],0,1.0 +0613,0613,02,symb,three_rule_comb5,42.0,"['!', '~', ':']",> ~ %],0,1.0 +0613,0613,02,symb,three_rule_comb5,43.0,"['<', '&', '%']",(& < *)],0,1.0 +0613,0613,02,symb,three_rule_comb5,44.0,"['~', '(', '$']",~ * ?],0,1.0 +0613,0613,02,symb,three_rule_comb5,45.0,"['<', '!', '%']",* ! !],0,1.0 +0613,0613,02,symb,three_rule_comb5,46.0,"['!', '!', ':']",> ! %],0,1.0 +0613,0613,02,symb,three_rule_comb5,47.0,"['$', '$', ':']",$ $ $],0,1.0 +0613,0613,02,symb,three_rule_comb5,48.0,"['<', '!', '(']",< > (],0,1.0 +0613,0613,02,symb,three_rule_comb5,49.0,"['!', '(', '$']",! * ?],0,1.0 +0613,0613,02,symb,three_rule_comb5,50.0,"['*', '&', '>']",< & !]],0,1.0 +0613,0613,02,symb,three_rule_comb5,51.0,"['*', '*', '<']",< * :],0,1.0 +0613,0613,02,symb,three_rule_comb5,52.0,"['&', '(', '$']",# < $],0,1.0 +0613,0613,02,symb,three_rule_comb5,53.0,"['&', '<', '$']",: > >],0,1.0 +0613,0613,02,symb,three_rule_comb5,54.0,"['%', ':', ':']",: % ~],0,1.0 +0613,0613,02,symb,three_rule_comb5,55.0,"['%', '<', '$']",% $ &],0,1.0 +0613,0613,02,symb,three_rule_comb5,56.0,"['%', '~', '*']",* ~ ~],0,1.0 +0613,0613,02,symb,three_rule_comb5,57.0,"['(', '!', '&']",% ! <],0,1.0 +0613,0613,02,symb,three_rule_comb5,58.0,"['%', '~', '$']",% > ?],0,1.0 +0613,0613,02,symb,three_rule_comb5,59.0,"[':', '>', '%']",: ~ *],0,1.0 +0613,0613,02,symb,three_rule_comb5,60.0,"['&', '(', '>']",$ : >],0,1.0 +0613,0613,02,symb,three_rule_comb5,61.0,"['>', '(', '&']",> $ $],0,1.0 +0613,0613,02,symb,three_rule_comb5,62.0,"['(', '%', '(']",( % : :],0,1.0 +0613,0613,02,symb,three_rule_comb5,63.0,"['$', '%', '&']",$ # &],0,1.0 +0613,0613,02,symb,three_rule_comb5,64.0,"['>', '%', ':']",(* : :),0,1.0 +0613,0613,02,symb,three_rule_comb5,65.0,"['!', '(', ':']",> > *],0,1.0 +0613,0613,02,symb,three_rule_comb5,66.0,"['$', '&', '%']",& $ %],0,1.0 +0613,0613,02,symb,three_rule_comb5,67.0,"['&', '&', '<']",($ & )],0,1.0 +0613,0613,02,symb,three_rule_comb5,68.0,"['!', '<', '!']",> $ !],0,1.0 +0613,0613,02,symb,three_rule_comb5,69.0,"['!', '(', '(']",> < %],0,1.0 +0613,0613,02,symb,three_rule_comb5,70.0,"['!', '*', '<']",> * ~],0,1.0 +0613,0613,02,symb,three_rule_comb5,71.0,"['%', '<', '<']",! < :],0,1.0 +0613,0613,02,symb,three_rule_comb5,72.0,"['<', '$', '>']",! < >],0,1.0 +0613,0613,02,symb,three_rule_comb5,73.0,"['$', '$', '!']",& $ >,0,1.0 +0613,0613,02,symb,three_rule_comb5,74.0,"[':', '(', '<']",(! ( (!],0,1.0 +0613,0613,02,symb,three_rule_comb5,75.0,"['!', '<', ':']",! ~ ~],0,1.0 +0613,0613,02,symb,three_rule_comb5,76.0,"['(', '!', '!']",( ! $],0,1.0 +0613,0613,02,symb,three_rule_comb5,77.0,"[':', '%', '~']",* % *],0,1.0 +0613,0613,02,symb,three_rule_comb5,78.0,"[':', '~', '>']",% * >],0,1.0 +0613,0613,02,symb,three_rule_comb5,79.0,"['$', '&', '%']",& & ^],0,1.0 +0613,0613,02,symb,three_rule_comb5,80.0,"['%', '$', '<']",$ ! *],0,1.0 +0613,0613,02,symb,three_rule_comb5,81.0,"['(', '!', '*']",% > ~],0,1.0 +0613,0613,02,symb,three_rule_comb5,82.0,"['*', ':', '~']",* ( *),0,1.0 +0613,0613,02,symb,three_rule_comb5,83.0,"['&', '>', '~']",( > !],0,1.0 +0613,0613,02,symb,three_rule_comb5,84.0,"['$', '%', '$']",< % :],0,1.0 +0613,0613,02,symb,three_rule_comb5,85.0,"['<', '%', '<']",< $ ~],0,1.0 +0613,0613,02,symb,three_rule_comb5,86.0,"['&', '%', '>']",& : !],0,1.0 +0613,0613,02,symb,three_rule_comb5,87.0,"[':', '(', ':']",> * <],0,1.0 +0613,0613,02,symb,three_rule_comb5,88.0,"['$', '*', '>']",< * !],0,1.0 +0613,0613,02,symb,three_rule_comb5,89.0,"['%', '*', '<']",! * :],0,1.0 +0613,0613,02,symb,three_rule_comb5,90.0,"['>', '<', '*']",! $ *],0,1.0 +0613,0613,02,symb,three_rule_comb5,91.0,"['%', ':', '*']",% < <],0,1.0 +0613,0613,02,symb,three_rule_comb5,92.0,"['&', '%', '$']",& $ *],0,1.0 +0613,0613,02,symb,three_rule_comb5,93.0,"['%', '&', ':']",$ * :],0,1.0 +0613,0613,02,symb,three_rule_comb5,94.0,"['!', '(', '&']",! & >],0,1.0 +0613,0613,02,symb,three_rule_comb5,95.0,"['(', '$', '*']",% & *],0,1.0 +0613,0613,02,symb,three_rule_comb5,96.0,"['$', '$', '<']",& $ *],0,1.0 +0613,0613,02,symb,three_rule_comb5,97.0,"[':', '$', '&']",(% < &],0,1.0 +0613,0613,02,symb,three_rule_comb5,98.0,"['(', '*', '(']",: ~ (],0,1.0 +0613,0613,02,symb,three_rule_comb5,99.0,"['(', '~', '(']",( > &],0,1.0 +0613,0613,02,symb,three_rule_comb6,0.0,"['%', '&', '~']",% & ~],1,1.0 +0613,0613,02,symb,three_rule_comb6,1.0,"['>', '&', '$']",> & $],1,1.0 +0613,0613,02,symb,three_rule_comb6,2.0,"['&', '%', '*']",& % *],1,1.0 +0613,0613,02,symb,three_rule_comb6,3.0,"['!', '&', '$']",(& : <),0,1.0 +0613,0613,02,symb,three_rule_comb6,4.0,"['*', '<', '!']",* < !],1,1.0 +0613,0613,02,symb,three_rule_comb6,5.0,"['*', '%', '$']",* % $],1,1.0 +0613,0613,02,symb,three_rule_comb6,6.0,"['<', '%', '$']",< % $],1,1.0 +0613,0613,02,symb,three_rule_comb6,7.0,"['~', '*', '>']",~ * >],1,1.0 +0613,0613,02,symb,three_rule_comb6,8.0,"['(', '$', '&']",( $ &],1,1.0 +0613,0613,02,symb,three_rule_comb6,9.0,"['<', '<', '&']",< < &],1,1.0 +0613,0613,02,symb,three_rule_comb6,10.0,"['!', '&', ':']",! & :],1,1.0 +0613,0613,02,symb,three_rule_comb6,11.0,"['%', '<', '$']",$ < %],0,1.0 +0613,0613,02,symb,three_rule_comb6,12.0,"['>', '&', '&']",> & &],1,1.0 +0613,0613,02,symb,three_rule_comb6,13.0,"['$', '&', '(']",$ & (],1,1.0 +0613,0613,02,symb,three_rule_comb6,14.0,"['(', '*', '$']",( * $],1,1.0 +0613,0613,02,symb,three_rule_comb6,15.0,"['$', '%', ':']",$ % :],1,1.0 +0613,0613,02,symb,three_rule_comb6,16.0,"['%', '<', '(']",% < (],1,1.0 +0613,0613,02,symb,three_rule_comb6,17.0,"['(', '<', '$']",( < $],1,1.0 +0613,0613,02,symb,three_rule_comb6,18.0,"['~', '$', '<']",~ * <],0,1.0 +0613,0613,02,symb,three_rule_comb6,19.0,"['~', '>', '*']",~ > *],1,1.0 +0613,0613,02,symb,three_rule_comb6,20.0,"['$', '(', '$']",$ ( $],1,1.0 +0613,0613,02,symb,three_rule_comb6,21.0,"['~', '$', ':']",~ $ :],1,1.0 +0613,0613,02,symb,three_rule_comb6,22.0,"[':', '!', '$']",: ! $],1,1.0 +0613,0613,02,symb,three_rule_comb6,23.0,"['$', '$', '<']",$ ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb6,24.0,"['>', '~', '>']",> ~ >],1,1.0 +0613,0613,02,symb,three_rule_comb6,25.0,"['(', ':', ':']",! : :],0,1.0 +0613,0613,02,symb,three_rule_comb6,26.0,"['%', '>', ':']",% > :],1,1.0 +0613,0613,02,symb,three_rule_comb6,27.0,"['&', '(', '!']",& ( !],1,1.0 +0613,0613,02,symb,three_rule_comb6,28.0,"['~', '(', '~']",~ : &],0,1.0 +0613,0613,02,symb,three_rule_comb6,29.0,"['&', '*', '(']",& * (],1,1.0 +0613,0613,02,symb,three_rule_comb6,30.0,"[':', '$', '!']",: $ !],1,1.0 +0613,0613,02,symb,three_rule_comb6,31.0,"['<', '&', ':']",< & *],0,1.0 +0613,0613,02,symb,three_rule_comb6,32.0,"['(', '%', '(']",( : (],0,1.0 +0613,0613,02,symb,three_rule_comb6,33.0,"[':', '(', '&']",: ( >],0,1.0 +0613,0613,02,symb,three_rule_comb6,34.0,"['$', '<', '!']",$ % ~],0,1.0 +0613,0613,02,symb,three_rule_comb6,35.0,"['>', '*', '&']",* > &],0,1.0 +0613,0613,02,symb,three_rule_comb6,36.0,"['!', '(', '*']",! ( *],1,1.0 +0613,0613,02,symb,three_rule_comb6,37.0,"['%', '<', '%']",% < %],1,1.0 +0613,0613,02,symb,three_rule_comb6,38.0,"['&', '&', '*']",& & *],1,1.0 +0613,0613,02,symb,three_rule_comb6,39.0,"['*', '<', '!']",* < !],1,1.0 +0613,0613,02,symb,three_rule_comb6,40.0,"[':', '>', '<']",> : >],0,1.0 +0613,0613,02,symb,three_rule_comb6,41.0,"['<', ':', '<']",< : <],1,1.0 +0613,0613,02,symb,three_rule_comb6,42.0,"['*', '*', '(']",* * >],0,1.0 +0613,0613,02,symb,three_rule_comb6,43.0,"['%', '$', '&']",% $ &],1,1.0 +0613,0613,02,symb,three_rule_comb6,44.0,"['$', '~', '<']",$ ~ <],1,1.0 +0613,0613,02,symb,three_rule_comb6,45.0,"['%', '!', '&']",% ! &],1,1.0 +0613,0613,02,symb,three_rule_comb6,46.0,"['%', '%', '!']",% % !],1,1.0 +0613,0613,02,symb,three_rule_comb6,47.0,"['$', '<', '~']",$ < ~],1,1.0 +0613,0613,02,symb,three_rule_comb6,48.0,"['$', '>', '!']",* > $],0,1.0 +0613,0613,02,symb,three_rule_comb6,49.0,"[':', '~', '%']",: % %],0,1.0 +0613,0613,02,symb,three_rule_comb6,50.0,"['%', '&', '~']",% & ~],1,1.0 +0613,0613,02,symb,three_rule_comb6,51.0,"['(', '&', '*']",( ( (],0,1.0 +0613,0613,02,symb,three_rule_comb6,52.0,"[':', '$', '!']",: $ !],1,1.0 +0613,0613,02,symb,three_rule_comb6,53.0,"['$', '%', '<']",% < *],0,1.0 +0613,0613,02,symb,three_rule_comb6,54.0,"['(', '(', '~']",( ( ~],1,1.0 +0613,0613,02,symb,three_rule_comb6,55.0,"['~', '*', '$']",~ * $],1,1.0 +0613,0613,02,symb,three_rule_comb6,56.0,"['(', ':', '&']",( : &],1,1.0 +0613,0613,02,symb,three_rule_comb6,57.0,"['*', '~', ':']",* ! :],0,1.0 +0613,0613,02,symb,three_rule_comb6,58.0,"['*', '<', '~']",* < ~],1,1.0 +0613,0613,02,symb,three_rule_comb6,59.0,"['<', '<', '&']",< < &],1,1.0 +0613,0613,02,symb,three_rule_comb6,60.0,"[':', '&', '!']",: & !],1,1.0 +0613,0613,02,symb,three_rule_comb6,61.0,"['*', '~', '!']",* ~ !],1,1.0 +0613,0613,02,symb,three_rule_comb6,62.0,"['%', '<', '(']",% < (],1,1.0 +0613,0613,02,symb,three_rule_comb6,63.0,"['~', ':', '!']",~ : !],1,1.0 +0613,0613,02,symb,three_rule_comb6,64.0,"['~', '!', '&']",! ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb6,65.0,"['&', '!', '~']",& ! ~],1,1.0 +0613,0613,02,symb,three_rule_comb6,66.0,"['~', '&', '~']",~ ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb6,67.0,"['~', ':', '$']",~ : $],1,1.0 +0613,0613,02,symb,three_rule_comb6,68.0,"['(', '&', '$']",( > >],0,1.0 +0613,0613,02,symb,three_rule_comb6,69.0,"['~', '$', '*']",~ $ *],1,1.0 +0613,0613,02,symb,three_rule_comb6,70.0,"['&', '!', '<']",& ! <],1,1.0 +0613,0613,02,symb,three_rule_comb6,71.0,"['*', '%', '!']",% * !],0,1.0 +0613,0613,02,symb,three_rule_comb6,72.0,"['%', '(', '>']",% ( >],1,1.0 +0613,0613,02,symb,three_rule_comb6,73.0,"['&', '~', '~']",& ~ ~],1,1.0 +0613,0613,02,symb,three_rule_comb6,74.0,"['!', '*', '~']",! * &],0,1.0 +0613,0613,02,symb,three_rule_comb6,75.0,"['!', '(', '>']",! ( >],1,1.0 +0613,0613,02,symb,three_rule_comb6,76.0,"[':', '%', '>']",: % >],1,1.0 +0613,0613,02,symb,three_rule_comb6,77.0,"['$', '!', '~']",$ ~ : $,0,1.0 +0613,0613,02,symb,three_rule_comb6,78.0,"['~', '%', ':']",% ~ :],0,1.0 +0613,0613,02,symb,three_rule_comb6,79.0,"['~', '%', '%']",% ~ (],0,1.0 +0613,0613,02,symb,three_rule_comb6,80.0,"['!', '~', '!']",( & !],0,1.0 +0613,0613,02,symb,three_rule_comb6,81.0,"['&', '<', '%']",& < &],0,1.0 +0613,0613,02,symb,three_rule_comb6,82.0,"['&', '(', '<']",& ( <],1,1.0 +0613,0613,02,symb,three_rule_comb6,83.0,"['(', '$', '!']",(~ : !)],0,1.0 +0613,0613,02,symb,three_rule_comb6,84.0,"[':', '>', '%']",& & %],0,1.0 +0613,0613,02,symb,three_rule_comb6,85.0,"['&', '!', '$']",& ! $],1,1.0 +0613,0613,02,symb,three_rule_comb6,86.0,"['(', '>', '~']",( > ~],1,1.0 +0613,0613,02,symb,three_rule_comb6,87.0,"['&', '(', ':']",& ( ~],0,1.0 +0613,0613,02,symb,three_rule_comb6,88.0,"['%', '<', ':']",% < :],1,1.0 +0613,0613,02,symb,three_rule_comb6,89.0,"[':', '!', '$']",: ! $],1,1.0 +0613,0613,02,symb,three_rule_comb6,90.0,"['<', '&', '*']",< & *],1,1.0 +0613,0613,02,symb,three_rule_comb6,91.0,"['>', '~', '$']",> ~ $],1,1.0 +0613,0613,02,symb,three_rule_comb6,92.0,"['!', '>', '$']",! > $],1,1.0 +0613,0613,02,symb,three_rule_comb6,93.0,"['$', ':', '&']",$ : &],1,1.0 +0613,0613,02,symb,three_rule_comb6,94.0,"['(', '$', '(']",( $ ~],0,1.0 +0613,0613,02,symb,three_rule_comb6,95.0,"['(', '>', ':']",( > >],0,1.0 +0613,0613,02,symb,three_rule_comb6,96.0,"['!', '>', '>']",! > !],0,1.0 +0613,0613,02,symb,three_rule_comb6,97.0,"[':', '&', '~']",: & ~],1,1.0 +0613,0613,02,symb,three_rule_comb6,98.0,"['>', '!', '<']",> ! <],1,1.0 +0613,0613,02,symb,three_rule_comb6,99.0,"['<', '~', ':']",< ~ :],1,1.0 +0613,0613,02,symb,three_rule_comb7,0.0,"['<', '(', ':']",< ( *],0,1.0 +0613,0613,02,symb,three_rule_comb7,1.0,"['!', '&', ':']",! & >],0,1.0 +0613,0613,02,symb,three_rule_comb7,2.0,"['(', '>', '$']",: * &],0,1.0 +0613,0613,02,symb,three_rule_comb7,3.0,"['(', ':', '<']",% : <],0,1.0 +0613,0613,02,symb,three_rule_comb7,4.0,"['>', '<', '*']",> > *],0,1.0 +0613,0613,02,symb,three_rule_comb7,5.0,"['$', '!', '$']",$ ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,6.0,"['<', '&', '<']",& : *],0,1.0 +0613,0613,02,symb,three_rule_comb7,7.0,"['*', '$', '%']",(% $ &)],0,1.0 +0613,0613,02,symb,three_rule_comb7,8.0,"['*', '*', '!']",> : >],0,1.0 +0613,0613,02,symb,three_rule_comb7,9.0,"['~', '*', ':']",~ * %],0,1.0 +0613,0613,02,symb,three_rule_comb7,10.0,"['<', '&', '(']",< & :>,0,1.0 +0613,0613,02,symb,three_rule_comb7,11.0,"['*', '~', '&']",(~ ~ &)],0,1.0 +0613,0613,02,symb,three_rule_comb7,12.0,"['(', '(', '(']",(& ( (],0,1.0 +0613,0613,02,symb,three_rule_comb7,13.0,"['(', '(', '%']",( > !],0,1.0 +0613,0613,02,symb,three_rule_comb7,14.0,"['>', '>', '(']",> ( %],0,1.0 +0613,0613,02,symb,three_rule_comb7,15.0,"['!', '%', '%']",> * %],0,1.0 +0613,0613,02,symb,three_rule_comb7,16.0,"[':', ':', '%']",: ! !],0,1.0 +0613,0613,02,symb,three_rule_comb7,17.0,"[':', '&', '(']",: * !],0,1.0 +0613,0613,02,symb,three_rule_comb7,18.0,"['~', '*', '~']",~ ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,19.0,"['&', '!', '$']",& ! &],0,1.0 +0613,0613,02,symb,three_rule_comb7,20.0,"['<', '~', '<']",* ~ <,0,1.0 +0613,0613,02,symb,three_rule_comb7,21.0,"['&', '(', '!']",% * $],0,1.0 +0613,0613,02,symb,three_rule_comb7,22.0,"['~', '(', '&']",~ ( (],0,1.0 +0613,0613,02,symb,three_rule_comb7,23.0,"[':', '%', '!']",: % (],0,1.0 +0613,0613,02,symb,three_rule_comb7,24.0,"[':', '(', '&']",< ( &],0,1.0 +0613,0613,02,symb,three_rule_comb7,25.0,"['<', '!', '(']",< ! &],0,1.0 +0613,0613,02,symb,three_rule_comb7,26.0,"['(', ':', '~']",% : ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,27.0,"['*', '&', '*']",* & >],0,1.0 +0613,0613,02,symb,three_rule_comb7,28.0,"['$', ':', '$']",$ : ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,29.0,"['%', '*', '$']",% * ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,30.0,"['$', '$', '$']",$ ! $] [( < *] [* >,0,1.0 +0613,0613,02,symb,three_rule_comb7,31.0,"['~', '&', '$']",~ > $],0,1.0 +0613,0613,02,symb,three_rule_comb7,32.0,"['(', '<', '$']",( : :)],0,1.0 +0613,0613,02,symb,three_rule_comb7,33.0,"['!', '<', '&']",! : &],0,1.0 +0613,0613,02,symb,three_rule_comb7,34.0,"['~', '<', '(']",> ! >],0,1.0 +0613,0613,02,symb,three_rule_comb7,35.0,"['*', '!', '&']",$ > >],0,1.0 +0613,0613,02,symb,three_rule_comb7,36.0,"['~', '&', '<']",:& ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,37.0,"['&', '(', '>']",& : !],0,1.0 +0613,0613,02,symb,three_rule_comb7,38.0,"['<', '(', '<']",: ( <],0,1.0 +0613,0613,02,symb,three_rule_comb7,39.0,"['%', '*', '(']",% * >],0,1.0 +0613,0613,02,symb,three_rule_comb7,40.0,"['<', '$', '(']",< $ >],0,1.0 +0613,0613,02,symb,three_rule_comb7,41.0,"['*', '*', '&']",< * &],0,1.0 +0613,0613,02,symb,three_rule_comb7,42.0,"['*', '(', '!']",<* < ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,43.0,"[':', '&', '>']",<& <],0,1.0 +0613,0613,02,symb,three_rule_comb7,44.0,"[':', '>', '*']",< > *],0,1.0 +0613,0613,02,symb,three_rule_comb7,45.0,"['!', '$', '*']",~ $ *],0,1.0 +0613,0613,02,symb,three_rule_comb7,46.0,"['$', '>', '<']",$ ~ <],0,1.0 +0613,0613,02,symb,three_rule_comb7,47.0,"['%', '(', '!']",% > !],0,1.0 +0613,0613,02,symb,three_rule_comb7,48.0,"['<', '~', '*']",< ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb7,49.0,"['(', '%', '$']",% % $],0,1.0 +0613,0613,02,symb,three_rule_comb7,50.0,"['!', '&', '>']",! > >],0,1.0 +0613,0613,02,symb,three_rule_comb7,51.0,"[':', ':', '<']",< : <],0,1.0 +0613,0613,02,symb,three_rule_comb7,52.0,"['*', '$', '&']",* ! &],0,1.0 +0613,0613,02,symb,three_rule_comb7,53.0,"['!', ':', '%']",! : !],0,1.0 +0613,0613,02,symb,three_rule_comb7,54.0,"['~', '%', '%']",~ ! %],0,1.0 +0613,0613,02,symb,three_rule_comb7,55.0,"['&', '~', '%']",& ~ :],0,1.0 +0613,0613,02,symb,three_rule_comb7,56.0,"['$', '(', '%']",$ : %],0,1.0 +0613,0613,02,symb,three_rule_comb7,57.0,"['>', '%', '>']",! % *],0,1.0 +0613,0613,02,symb,three_rule_comb7,58.0,"['$', '!', '<']",< * >],0,1.0 +0613,0613,02,symb,three_rule_comb7,59.0,"['!', '(', '(']",! % (],0,1.0 +0613,0613,02,symb,three_rule_comb7,60.0,"[':', '&', '$']",: & !],0,1.0 +0613,0613,02,symb,three_rule_comb7,61.0,"['<', '&', '!']",< & (],0,1.0 +0613,0613,02,symb,three_rule_comb7,62.0,"['(', ':', '>']",: & >],0,1.0 +0613,0613,02,symb,three_rule_comb7,63.0,"['<', '%', '<']",< $ %],0,1.0 +0613,0613,02,symb,three_rule_comb7,64.0,"['<', '&', '~']",: & ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,65.0,"[':', '(', '(']",: > (],0,1.0 +0613,0613,02,symb,three_rule_comb7,66.0,"['$', '*', '!']",! * !],0,1.0 +0613,0613,02,symb,three_rule_comb7,67.0,"['(', '~', '>']",% ~ >],0,1.0 +0613,0613,02,symb,three_rule_comb7,68.0,"['<', '!', '%']",* ! %],0,1.0 +0613,0613,02,symb,three_rule_comb7,69.0,"['<', '(', '$']",$ & !],0,1.0 +0613,0613,02,symb,three_rule_comb7,70.0,"['(', '~', '~']",* ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,71.0,"['~', '~', '&']",~ ! &],0,1.0 +0613,0613,02,symb,three_rule_comb7,72.0,"['(', '%', ':']",% & :],0,1.0 +0613,0613,02,symb,three_rule_comb7,73.0,"['&', '$', '>']",& & >],0,1.0 +0613,0613,02,symb,three_rule_comb7,74.0,"['<', '(', '~']",& ~ ],0,1.0 +0613,0613,02,symb,three_rule_comb7,75.0,"['$', '*', '$']",& : *],0,1.0 +0613,0613,02,symb,three_rule_comb7,76.0,"[':', '<', '>']",: $ >],0,1.0 +0613,0613,02,symb,three_rule_comb7,77.0,"['&', ':', '&']",& ~ &],0,1.0 +0613,0613,02,symb,three_rule_comb7,78.0,"['<', '>', '<']",< : ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,79.0,"['~', '%', '>']",! % >],0,1.0 +0613,0613,02,symb,three_rule_comb7,80.0,"['%', '>', '*']",: ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb7,81.0,"['*', '<', '$']",* : $],0,1.0 +0613,0613,02,symb,three_rule_comb7,82.0,"['&', '$', '$']",& $ <],0,1.0 +0613,0613,02,symb,three_rule_comb7,83.0,"['*', '(', '(']",* : &],0,1.0 +0613,0613,02,symb,three_rule_comb7,84.0,"[':', '~', '(']",: ~ &],0,1.0 +0613,0613,02,symb,three_rule_comb7,85.0,"[':', '<', '<']",: < ~],0,1.0 +0613,0613,02,symb,three_rule_comb7,86.0,"['~', '%', '$']",~ ~ $],0,1.0 +0613,0613,02,symb,three_rule_comb7,87.0,"['&', '<', '~']",<& %],0,1.0 +0613,0613,02,symb,three_rule_comb7,88.0,"[':', '(', '&']",: > &],0,1.0 +0613,0613,02,symb,three_rule_comb7,89.0,"['~', '>', '%']",% ! &],0,1.0 +0613,0613,02,symb,three_rule_comb7,90.0,"[':', '~', '&']",* ~ &],0,1.0 +0613,0613,02,symb,three_rule_comb7,91.0,"['(', '&', '(']",( < :)],0,1.0 +0613,0613,02,symb,three_rule_comb7,92.0,"['~', '~', '(']",* : (],0,1.0 +0613,0613,02,symb,three_rule_comb7,93.0,"['~', '$', '~']",~ ! :],0,1.0 +0613,0613,02,symb,three_rule_comb7,94.0,"['&', '!', '<']",& ! *],0,1.0 +0613,0613,02,symb,three_rule_comb7,95.0,"['&', '<', '*']",: & *],0,1.0 +0613,0613,02,symb,three_rule_comb7,96.0,"['*', '(', '~']",# < (],0,1.0 +0613,0613,02,symb,three_rule_comb7,97.0,"['%', '!', '%']",% ~ &],0,1.0 +0613,0613,02,symb,three_rule_comb7,98.0,"[':', '!', '%']",: ~ >],0,1.0 +0613,0613,02,symb,three_rule_comb7,99.0,"[':', '$', '!']",(: $ <],0,1.0 +0613,0613,02,symb,three_rule_comb8,0.0,"[':', '&', '*']",$ * $],0,1.0 +0613,0613,02,symb,three_rule_comb8,1.0,"['<', '<', '<']",* : <],0,1.0 +0613,0613,02,symb,three_rule_comb8,2.0,"['!', '%', ':']",! % *],0,1.0 +0613,0613,02,symb,three_rule_comb8,3.0,"['>', '<', '$']",! & *],0,1.0 +0613,0613,02,symb,three_rule_comb8,4.0,"['$', '(', ':']",< : :],0,1.0 +0613,0613,02,symb,three_rule_comb8,5.0,"['<', '!', ':']",& > <],0,1.0 +0613,0613,02,symb,three_rule_comb8,6.0,"['(', '~', '&']",: * &],0,1.0 +0613,0613,02,symb,three_rule_comb8,7.0,"[':', '!', '%']",! % !],0,1.0 +0613,0613,02,symb,three_rule_comb8,8.0,"['>', '%', '~']",> ! !],0,1.0 +0613,0613,02,symb,three_rule_comb8,9.0,"['%', '>', '%']",% : ~],0,1.0 +0613,0613,02,symb,three_rule_comb8,10.0,"['!', '<', '~']",! < !],0,1.0 +0613,0613,02,symb,three_rule_comb8,11.0,"['%', '(', '<']",! ( *],0,1.0 +0613,0613,02,symb,three_rule_comb8,12.0,"['~', '~', '(']",> ! > ~],0,1.0 +0613,0613,02,symb,three_rule_comb8,13.0,"['&', '$', ':']",* & %],0,1.0 +0613,0613,02,symb,three_rule_comb8,14.0,"['%', '>', '&']",% ( (],0,1.0 +0613,0613,02,symb,three_rule_comb8,15.0,"['!', ':', '!']",% > !],0,1.0 +0613,0613,02,symb,three_rule_comb8,16.0,"['(', '~', '>']",> ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb8,17.0,"['*', ':', '(']",* < >],0,1.0 +0613,0613,02,symb,three_rule_comb8,18.0,"['&', '<', '<']",> * %],0,1.0 +0613,0613,02,symb,three_rule_comb8,19.0,"['%', '>', '<']",: ! %],0,1.0 +0613,0613,02,symb,three_rule_comb8,20.0,"['(', '&', '$']",> & ~],0,1.0 +0613,0613,02,symb,three_rule_comb8,21.0,"['%', '$', '(']",: < >],0,1.0 +0613,0613,02,symb,three_rule_comb8,22.0,"[':', '(', '*']",: > <],0,1.0 +0613,0613,02,symb,three_rule_comb8,23.0,"['$', '(', ':']",< & %],0,1.0 +0613,0613,02,symb,three_rule_comb8,24.0,"['<', '!', '%']",< ( <],0,1.0 +0613,0613,02,symb,three_rule_comb8,25.0,"['%', '<', ':']",< % *],0,1.0 +0613,0613,02,symb,three_rule_comb8,26.0,"[':', ':', '<']",% : $],0,1.0 +0613,0613,02,symb,three_rule_comb8,27.0,"['%', '<', ':']",! * :],0,1.0 +0613,0613,02,symb,three_rule_comb8,28.0,"['(', '<', '!']",( > *],0,1.0 +0613,0613,02,symb,three_rule_comb8,29.0,"['(', '<', '~']",$ * ],0,1.0 +0613,0613,02,symb,three_rule_comb8,30.0,"['~', '~', '%']",! ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb8,31.0,"['>', '<', '>']",! ! !],0,1.0 +0613,0613,02,symb,three_rule_comb8,32.0,"['(', '%', ':']",: * (],0,1.0 +0613,0613,02,symb,three_rule_comb8,33.0,"['!', '%', '*']",(! % >)],0,1.0 +0613,0613,02,symb,three_rule_comb8,34.0,"['~', ':', '<']",~ < *],0,1.0 +0613,0613,02,symb,three_rule_comb8,35.0,"['$', '%', '$']",& % <],0,1.0 +0613,0613,02,symb,three_rule_comb8,36.0,"['>', '(', '~']",> : *],0,1.0 +0613,0613,02,symb,three_rule_comb8,37.0,"['>', '!', ':']",> ! !],0,1.0 +0613,0613,02,symb,three_rule_comb8,38.0,"['<', '%', '&']",< $ <],0,1.0 +0613,0613,02,symb,three_rule_comb8,39.0,"['$', '<', '%']",& < (],0,1.0 +0613,0613,02,symb,three_rule_comb8,40.0,"['(', '>', '&']",(% < <)],0,1.0 +0613,0613,02,symb,three_rule_comb8,41.0,"['&', '~', '>']",( < !],0,1.0 +0613,0613,02,symb,three_rule_comb8,42.0,"['(', '*', '<']",( * !],0,1.0 +0613,0613,02,symb,three_rule_comb8,43.0,"['~', '&', '!']",~ > >],0,1.0 +0613,0613,02,symb,three_rule_comb8,44.0,"['%', '$', '%']",! ! %],0,1.0 +0613,0613,02,symb,three_rule_comb8,45.0,"['<', ':', '(']",% & (],0,1.0 +0613,0613,02,symb,three_rule_comb8,46.0,"['$', ':', '%']",& : (],0,1.0 +0613,0613,02,symb,three_rule_comb8,47.0,"['!', '%', '*']",< : $],0,1.0 +0613,0613,02,symb,three_rule_comb8,48.0,"['<', '&', '!']",* > !]],0,1.0 +0613,0613,02,symb,three_rule_comb8,49.0,"[':', '$', '<']",% < &],0,1.0 +0613,0613,02,symb,three_rule_comb8,50.0,"['*', '$', '%']",* ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb8,51.0,"['&', '&', '&']",& ! &],0,1.0 +0613,0613,02,symb,three_rule_comb8,52.0,"['~', '(', '<']",* : &],0,1.0 +0613,0613,02,symb,three_rule_comb8,53.0,"['!', '<', '>']",> & ~],0,1.0 +0613,0613,02,symb,three_rule_comb8,54.0,"['>', '<', '*']",! & *],0,1.0 +0613,0613,02,symb,three_rule_comb8,55.0,"['&', '~', '!']",($ * %)],0,1.0 +0613,0613,02,symb,three_rule_comb8,56.0,"['%', '$', '&']",: $ >],0,1.0 +0613,0613,02,symb,three_rule_comb8,57.0,"['<', '!', '&']",$ & <],0,1.0 +0613,0613,02,symb,three_rule_comb8,58.0,"['~', '*', '&']",< ! * ~],0,1.0 +0613,0613,02,symb,three_rule_comb8,59.0,"['<', '<', '%']",* < :>],0,1.0 +0613,0613,02,symb,three_rule_comb8,60.0,"['&', '$', '$']",* : $],0,1.0 +0613,0613,02,symb,three_rule_comb8,61.0,"[':', ':', '&']",% * <]],0,1.0 +0613,0613,02,symb,three_rule_comb8,62.0,"['$', '(', '*']",$ & <],0,1.0 +0613,0613,02,symb,three_rule_comb8,63.0,"['&', '$', '%']",& > *],0,1.0 +0613,0613,02,symb,three_rule_comb8,64.0,"['<', '$', '<']",< ! :],0,1.0 +0613,0613,02,symb,three_rule_comb8,65.0,"[':', '%', '<']",% ! <],0,1.0 +0613,0613,02,symb,three_rule_comb8,66.0,"['<', '~', ':']",& : <],0,1.0 +0613,0613,02,symb,three_rule_comb8,67.0,"['%', '<', ':']",% ~ >],0,1.0 +0613,0613,02,symb,three_rule_comb8,68.0,"[':', '<', '>']",: $ !],0,1.0 +0613,0613,02,symb,three_rule_comb8,69.0,"['&', ':', '$']",& % &],0,1.0 +0613,0613,02,symb,three_rule_comb8,70.0,"['<', '*', '$']",* > >],0,1.0 +0613,0613,02,symb,three_rule_comb8,71.0,"['<', '(', '*']",(* < !)],0,1.0 +0613,0613,02,symb,three_rule_comb8,72.0,"[':', '$', '%']",: < %],0,1.0 +0613,0613,02,symb,three_rule_comb8,73.0,"['%', '!', '(']",# $ %],0,1.0 +0613,0613,02,symb,three_rule_comb8,74.0,"['%', '<', '&']",: $ &],0,1.0 +0613,0613,02,symb,three_rule_comb8,75.0,"['(', '<', '~']",> * &],0,1.0 +0613,0613,02,symb,three_rule_comb8,76.0,"['$', '!', '*']",< ~ *],0,1.0 +0613,0613,02,symb,three_rule_comb8,77.0,"['%', '>', '(']",% ( &],0,1.0 +0613,0613,02,symb,three_rule_comb8,78.0,"[':', '&', '>']",% $ >],0,1.0 +0613,0613,02,symb,three_rule_comb8,79.0,"['&', '$', '>']",< & *],0,1.0 +0613,0613,02,symb,three_rule_comb8,80.0,"['%', '&', ':']",% & :]],1,1.0 +0613,0613,02,symb,three_rule_comb8,81.0,"['$', '*', '%']",< : (],0,1.0 +0613,0613,02,symb,three_rule_comb8,82.0,"[':', ':', '&']",: * >],0,1.0 +0613,0613,02,symb,three_rule_comb8,83.0,"['*', '&', ':']",*: > *],0,1.0 +0613,0613,02,symb,three_rule_comb8,84.0,"['!', '$', '%']",~ ! >]],0,1.0 +0613,0613,02,symb,three_rule_comb8,85.0,"['!', '<', ':']",> & >],0,1.0 +0613,0613,02,symb,three_rule_comb8,86.0,"['~', '&', '(']",~ > &],0,1.0 +0613,0613,02,symb,three_rule_comb8,87.0,"['<', '%', '*']",$ ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb8,88.0,"[':', '&', '%']",: > !],0,1.0 +0613,0613,02,symb,three_rule_comb8,89.0,"['(', '$', ':']",$ : $],0,1.0 +0613,0613,02,symb,three_rule_comb8,90.0,"['<', '%', '*']",< ~ <],0,1.0 +0613,0613,02,symb,three_rule_comb8,91.0,"['%', '!', '*']",% ( !],0,1.0 +0613,0613,02,symb,three_rule_comb8,92.0,"[':', ':', '~']",( % ~],0,1.0 +0613,0613,02,symb,three_rule_comb8,93.0,"['&', '%', '*']",$ : $] [> ~ *],0,1.0 +0613,0613,02,symb,three_rule_comb8,94.0,"[':', ':', '>']",! ! <],0,1.0 +0613,0613,02,symb,three_rule_comb8,95.0,"['~', '<', '(']",% & *],0,1.0 +0613,0613,02,symb,three_rule_comb8,96.0,"['$', '$', '!']",*: : !],0,1.0 +0613,0613,02,symb,three_rule_comb8,97.0,"['%', ':', '<']",% < :],0,1.0 +0613,0613,02,symb,three_rule_comb8,98.0,"['<', '%', '!']",> > *],0,1.0 +0613,0613,02,symb,three_rule_comb8,99.0,"[':', '&', '%']",% < ~],0,1.0 +0613,0613,02,symb,three_rule_comb9,0.0,"['<', '>', '!']",< ! $],0,1.0 +0613,0613,02,symb,three_rule_comb9,1.0,"[':', '$', '%']",: & #],0,1.0 +0613,0613,02,symb,three_rule_comb9,2.0,"['~', '>', '*']",< ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb9,3.0,"['<', ':', '~']",( < *],0,1.0 +0613,0613,02,symb,three_rule_comb9,4.0,"['<', '~', '*']",$ * ~],0,1.0 +0613,0613,02,symb,three_rule_comb9,5.0,"['>', ':', '(']",! % %],0,1.0 +0613,0613,02,symb,three_rule_comb9,6.0,"['%', '&', '<']",< ! *],0,1.0 +0613,0613,02,symb,three_rule_comb9,7.0,"['$', '&', '%']",: * &],0,1.0 +0613,0613,02,symb,three_rule_comb9,8.0,"[':', '%', '!']",> % *],0,1.0 +0613,0613,02,symb,three_rule_comb9,9.0,"['%', '<', ':']",% $ #],0,1.0 +0613,0613,02,symb,three_rule_comb9,10.0,"['%', ':', '&']",! ( !],0,1.0 +0613,0613,02,symb,three_rule_comb9,11.0,"['%', '&', '&']",: < $],0,1.0 +0613,0613,02,symb,three_rule_comb9,12.0,"['$', '&', '~']",& < *],0,1.0 +0613,0613,02,symb,three_rule_comb9,13.0,"['(', ':', '&']",* ~ %],0,1.0 +0613,0613,02,symb,three_rule_comb9,14.0,"['*', '<', '%']",# * :)],0,1.0 +0613,0613,02,symb,three_rule_comb9,15.0,"[':', '&', '<']",% < $]],0,1.0 +0613,0613,02,symb,three_rule_comb9,16.0,"['~', '%', ':']",% * %],0,1.0 +0613,0613,02,symb,three_rule_comb9,17.0,"['<', '*', '(']",: < &],0,1.0 +0613,0613,02,symb,three_rule_comb9,18.0,"['(', '~', '$']",% * <],0,1.0 +0613,0613,02,symb,three_rule_comb9,19.0,"['*', ':', '%']",~ ( :]],0,1.0 +0613,0613,02,symb,three_rule_comb9,20.0,"['%', ':', '>']",~ % %],0,1.0 +0613,0613,02,symb,three_rule_comb9,21.0,"['&', '*', '$']",& $ ~],0,1.0 +0613,0613,02,symb,three_rule_comb9,22.0,"['<', ':', '*']",: * <],0,1.0 +0613,0613,02,symb,three_rule_comb9,23.0,"['~', '&', '*']",$ ~ *],0,1.0 +0613,0613,02,symb,three_rule_comb9,24.0,"['(', '$', '%']",(% & :)],0,1.0 +0613,0613,02,symb,three_rule_comb9,25.0,"['*', '$', ':']",% < #],0,1.0 +0613,0613,02,symb,three_rule_comb9,26.0,"['%', '$', '&']",# $ @],0,1.0 +0613,0613,02,symb,three_rule_comb9,27.0,"['%', '&', '<']",# # <],0,1.0 +0613,0613,02,symb,three_rule_comb9,28.0,"[':', '&', '%']",% $ (]],0,1.0 +0613,0613,02,symb,three_rule_comb9,29.0,"[':', '~', '(']",# ~ *],0,1.0 +0613,0613,02,symb,three_rule_comb9,30.0,"['<', ':', ':']",(% > &],0,1.0 +0613,0613,02,symb,three_rule_comb9,31.0,"[':', '>', '&']",% ! $]],0,1.0 +0613,0613,02,symb,three_rule_comb9,32.0,"['%', '(', '<']",% $ :],0,1.0 +0613,0613,02,symb,three_rule_comb9,33.0,"['>', '<', '$']",> & !],0,1.0 +0613,0613,02,symb,three_rule_comb9,34.0,"['$', '(', '*']",! ~ >],0,1.0 +0613,0613,02,symb,three_rule_comb9,35.0,"['~', '(', '%']",* : (],0,1.0 +0613,0613,02,symb,three_rule_comb9,36.0,"['$', '%', '(']",< ( :]],0,1.0 +0613,0613,02,symb,three_rule_comb9,37.0,"[':', '$', '!']",& & <],0,1.0 +0613,0613,02,symb,three_rule_comb9,38.0,"['>', '%', '%']",(& & @],0,1.0 +0613,0613,02,symb,three_rule_comb9,39.0,"['!', '$', '(']",> < %]],0,1.0 +0613,0613,02,symb,three_rule_comb9,40.0,"[':', '~', '$']",* & *],0,1.0 +0613,0613,02,symb,three_rule_comb9,41.0,"[':', '&', '(']",< % *],0,1.0 +0613,0613,02,symb,three_rule_comb9,42.0,"['>', '*', '$']",& ~ !],0,1.0 +0613,0613,02,symb,three_rule_comb9,43.0,"['&', '%', '$']",< : &],0,1.0 +0613,0613,02,symb,three_rule_comb9,44.0,"['~', '(', '(']",% : *],0,1.0 +0613,0613,02,symb,three_rule_comb9,45.0,"['&', '>', '(']",$ ! :],0,1.0 +0613,0613,02,symb,three_rule_comb9,46.0,"[':', '*', '&']",% < ],0,1.0 +0613,0613,02,symb,three_rule_comb9,47.0,"['%', ':', '>']",# < *],0,1.0 +0613,0613,02,symb,three_rule_comb9,48.0,"['~', '$', '<']",* < $]],0,1.0 +0613,0613,02,symb,three_rule_comb9,49.0,"['&', '<', '<']",(~ & ~)],0,1.0 +0613,0613,02,symb,three_rule_comb9,50.0,"['%', '%', '&']",(% & &],0,1.0 +0613,0613,02,symb,three_rule_comb9,51.0,"['*', '$', '&']",* > ~],0,1.0 +0613,0613,02,symb,three_rule_comb9,52.0,"['$', ':', '<']",< : &],0,1.0 +0613,0613,02,symb,three_rule_comb9,53.0,"['%', '%', '~']",< ! ~],0,1.0 +0613,0613,02,symb,three_rule_comb9,54.0,"['$', '$', ':']",< & (],0,1.0 +0613,0613,02,symb,three_rule_comb9,55.0,"['<', '(', '!']",* & ~],0,1.0 +0613,0613,02,symb,three_rule_comb9,56.0,"['&', '>', '$']",$ ! <],0,1.0 +0613,0613,02,symb,three_rule_comb9,57.0,"['&', '$', ':']",$ & %],0,1.0 +0613,0613,02,symb,three_rule_comb9,58.0,"['(', '&', '%']",& ! %],0,1.0 +0613,0613,02,symb,three_rule_comb9,59.0,"['$', '>', '<']",< ! $]],0,1.0 +0613,0613,02,symb,three_rule_comb9,60.0,"['$', '<', '(']",< & :],0,1.0 +0613,0613,02,symb,three_rule_comb9,61.0,"[':', '%', '*']",% : ~],0,1.0 +0613,0613,02,symb,three_rule_comb9,62.0,"['&', '<', ':']",< & %],0,1.0 +0613,0613,02,symb,three_rule_comb9,63.0,"['$', '(', ':']",% : < >],0,1.0 +0613,0613,02,symb,three_rule_comb9,64.0,"['~', ':', '$']",(* & *)],0,1.0 +0613,0613,02,symb,three_rule_comb9,65.0,"['(', '%', '!']",% : >]],0,1.0 +0613,0613,02,symb,three_rule_comb9,66.0,"['<', '&', '~']",(< * >),0,1.0 +0613,0613,02,symb,three_rule_comb9,67.0,"['<', '$', '!']",& & >],0,1.0 +0613,0613,02,symb,three_rule_comb9,68.0,"[':', '$', '%']",: % <],0,1.0 +0613,0613,02,symb,three_rule_comb9,69.0,"['(', '$', '>']",: < !],0,1.0 +0613,0613,02,symb,three_rule_comb9,70.0,"[':', '$', '(']",# $ %],0,1.0 +0613,0613,02,symb,three_rule_comb9,71.0,"['(', '*', '<']",: ~ &],0,1.0 +0613,0613,02,symb,three_rule_comb9,72.0,"['>', '$', ':']",> > !],0,1.0 +0613,0613,02,symb,three_rule_comb9,73.0,"['<', '%', ':']",% : &],0,1.0 +0613,0613,02,symb,three_rule_comb9,74.0,"['$', ':', '>']",& % !],0,1.0 +0613,0613,02,symb,three_rule_comb9,75.0,"['!', '%', '(']",( > * ),0,1.0 +0613,0613,02,symb,three_rule_comb9,76.0,"['&', ':', '%']",% $ (],0,1.0 +0613,0613,02,symb,three_rule_comb9,77.0,"['>', '%', '(']",? * %],0,1.0 +0613,0613,02,symb,three_rule_comb9,78.0,"['$', '<', '$']",< $ &],0,1.0 +0613,0613,02,symb,three_rule_comb9,79.0,"['&', '>', '%']",$ ! :],0,1.0 +0613,0613,02,symb,three_rule_comb9,80.0,"['(', '(', '*']",> & <],0,1.0 +0613,0613,02,symb,three_rule_comb9,81.0,"['&', '(', '>']",< % !],0,1.0 +0613,0613,02,symb,three_rule_comb9,82.0,"['%', '<', '(']",% : &],0,1.0 +0613,0613,02,symb,three_rule_comb9,83.0,"['$', '<', '(']",< $ %],0,1.0 +0613,0613,02,symb,three_rule_comb9,84.0,"['<', '!', '%']",* > : ],0,1.0 +0613,0613,02,symb,three_rule_comb9,85.0,"['<', '>', '&']",& ! <],0,1.0 +0613,0613,02,symb,three_rule_comb9,86.0,"['$', '(', '<']",< ( %],0,1.0 +0613,0613,02,symb,three_rule_comb9,87.0,"['(', '$', '<']",( < %],0,1.0 +0613,0613,02,symb,three_rule_comb9,88.0,"['>', '(', '<']",(? @ ?)],0,1.0 +0613,0613,02,symb,three_rule_comb9,89.0,"['~', ':', '%']",* ( (],0,1.0 +0613,0613,02,symb,three_rule_comb9,90.0,"['&', '$', '!']",$ < >],0,1.0 +0613,0613,02,symb,three_rule_comb9,91.0,"['$', '%', '&']",< : $],0,1.0 +0613,0613,02,symb,three_rule_comb9,92.0,"['$', '>', '(']",< ! %],0,1.0 +0613,0613,02,symb,three_rule_comb9,93.0,"['&', '%', '~']",<& ! !],0,1.0 +0613,0613,02,symb,three_rule_comb9,94.0,"['$', '%', '*']",& ~ <],0,1.0 +0613,0613,02,symb,three_rule_comb9,95.0,"['&', '!', '&']",* > $],0,1.0 +0613,0613,02,symb,three_rule_comb9,96.0,"['>', '$', '&']",! & $],0,1.0 +0613,0613,02,symb,three_rule_comb9,97.0,"['!', '&', '%']",> $ (],0,1.0 +0613,0613,02,symb,three_rule_comb9,98.0,"['$', '>', ':']",& > &],0,1.0 +0613,0613,02,symb,three_rule_comb9,99.0,"['!', '&', '*']",! ! >],0,1.0 +0613,0613,02,symb,c3_set_union,0.0,"['~', '(', '&', '$']",~ ( & $],1,1.0 +0613,0613,02,symb,c3_set_union,1.0,"['<', '>', '(', '&']",< > &],0,1.0 +0613,0613,02,symb,c3_set_union,2.0,"['&', '$', ':', '~']",& $ : ~],1,1.0 +0613,0613,02,symb,c3_set_union,3.0,"['%', '(', ':', '>']",% (:],0,1.0 +0613,0613,02,symb,c3_set_union,4.0,"[':', '~', '<', '*']",: ~ < *],1,1.0 +0613,0613,02,symb,c3_set_union,5.0,"['*', '<', '&', '%']",* < & %],1,1.0 +0613,0613,02,symb,c3_set_union,6.0,"['~', '&', '%', '(']",~ & % (],1,1.0 +0613,0613,02,symb,c3_set_union,7.0,"['>', '!', ':', '(']",> ! (:],1,1.0 +0613,0613,02,symb,c3_set_union,8.0,"[':', '!', '*', '&']",: ! * &],1,1.0 +0613,0613,02,symb,c3_set_union,9.0,"['%', '*', '&', '~']",% * & ~],1,1.0 +0613,0613,02,symb,c3_set_union,10.0,"['$', '%', '>', '&']",$ % > &],1,1.0 +0613,0613,02,symb,c3_set_union,11.0,"['~', '&', '!', '<']",~ & ! <],1,1.0 +0613,0613,02,symb,c3_set_union,12.0,"['$', '>', '~', '%']",$ > ~ %],1,1.0 +0613,0613,02,symb,c3_set_union,13.0,"['<', '%', '>', '!']",< % > !],1,1.0 +0613,0613,02,symb,c3_set_union,14.0,"[':', '$', '>', '*']",: > $ *],1,1.0 +0613,0613,02,symb,c3_set_union,15.0,"['%', '(', '&', '*']",% ( & *],1,1.0 +0613,0613,02,symb,c3_set_union,16.0,"['~', '*', ':', '!']",~ * :],0,1.0 +0613,0613,02,symb,c3_set_union,17.0,"['>', ':', '~', '!']",> : ~ !],1,1.0 +0613,0613,02,symb,c3_set_union,18.0,"['$', '(', '*', ':']",$ (:],0,1.0 +0613,0613,02,symb,c3_set_union,19.0,"[':', '(', '~', '&']",: ( ~ &],1,1.0 +0613,0613,02,symb,c3_set_union,20.0,"['~', '%', '*', '!']",~ % * !],1,1.0 +0613,0613,02,symb,c3_set_union,21.0,"[':', '(', '<', '$']",: ( < $],1,1.0 +0613,0613,02,symb,c3_set_union,22.0,"['!', '<', '>', ':']",! < > :],1,1.0 +0613,0613,02,symb,c3_set_union,23.0,"['%', '(', '~', '<']",% (~ <],1,1.0 +0613,0613,02,symb,c3_set_union,24.0,"['%', '$', '>', '<']",% $ > <],1,1.0 +0613,0613,02,symb,c3_set_union,25.0,"['~', '$', '<', '&']",~ $ &],0,1.0 +0613,0613,02,symb,c3_set_union,26.0,"[':', '!', '$', '>']",: ! $ >],1,1.0 +0613,0613,02,symb,c3_set_union,27.0,"['$', '*', '&', ':']",$ * & :],1,1.0 +0613,0613,02,symb,c3_set_union,28.0,"[':', '%', '&', '~']",: % & ~],1,1.0 +0613,0613,02,symb,c3_set_union,29.0,"['!', '$', '*', '&']",! $ * &],1,1.0 +0613,0613,02,symb,c3_set_union,30.0,"['!', '*', '(', ':']",! * :],0,1.0 +0613,0613,02,symb,c3_set_union,31.0,"['*', '~', '&', ':']",* ~ & :]],1,1.0 +0613,0613,02,symb,c3_set_union,32.0,"[':', '~', '(', '%']",: ~ %],0,1.0 +0613,0613,02,symb,c3_set_union,33.0,"['*', '%', '<', '$']",* % < $],1,1.0 +0613,0613,02,symb,c3_set_union,34.0,"['~', '<', '&', '(']",~ < & (],1,1.0 +0613,0613,02,symb,c3_set_union,35.0,"['%', '<', '*', '!']",% < * !],1,1.0 +0613,0613,02,symb,c3_set_union,36.0,"['(', '~', ':', '!']",( ~ :],0,1.0 +0613,0613,02,symb,c3_set_union,37.0,"['$', '&', '*', '~']",$ & * ~],1,1.0 +0613,0613,02,symb,c3_set_union,38.0,"[':', '(', '~', '$']",: (~ $],1,1.0 +0613,0613,02,symb,c3_set_union,39.0,"['&', '>', '$', '*']",& > $ *],1,1.0 +0613,0613,02,symb,c3_set_union,40.0,"['$', '!', '*', '~']",$ ! * ~],1,1.0 +0613,0613,02,symb,c3_set_union,41.0,"['&', '%', '$', '!']",& % $ !],1,1.0 +0613,0613,02,symb,c3_set_union,42.0,"['>', '$', '*', '!']",> $ * !],1,1.0 +0613,0613,02,symb,c3_set_union,43.0,"[':', '*', '(', '>']",: * ( >],1,1.0 +0613,0613,02,symb,c3_set_union,44.0,"['$', '%', '(', ':']",$ % ( : ],1,1.0 +0613,0613,02,symb,c3_set_union,45.0,"['!', '<', ':', '$']",! < : $],1,1.0 +0613,0613,02,symb,c3_set_union,46.0,"['>', '*', '&', '<']",> * & <],1,1.0 +0613,0613,02,symb,c3_set_union,47.0,"[':', '~', '>', '*']",: ~ > *],1,1.0 +0613,0613,02,symb,c3_set_union,48.0,"['%', '(', '*', '~']",% ( * ~],1,1.0 +0613,0613,02,symb,c3_set_union,49.0,"['(', '~', '*', '<']",( ~ * <],1,1.0 +0613,0613,02,symb,c3_set_union,50.0,"['(', '$', '!', '%']",( $ ! %],1,1.0 +0613,0613,02,symb,c3_set_union,51.0,"['>', '!', '%', '*']",> ! % *],1,1.0 +0613,0613,02,symb,c3_set_union,52.0,"['&', '$', '>', ':']",& $ > :],1,1.0 +0613,0613,02,symb,c3_set_union,53.0,"['~', '$', '%', '<']",~ $ % <],1,1.0 +0613,0613,02,symb,c3_set_union,54.0,"['&', '>', '<', '%']",& > < %],1,1.0 +0613,0613,02,symb,c3_set_union,55.0,"['>', '*', '<', ':']",> * < :],1,1.0 +0613,0613,02,symb,c3_set_union,56.0,"[':', '!', '*', '<']",: * ! <],1,1.0 +0613,0613,02,symb,c3_set_union,57.0,"['%', '<', '*', '~']",% < * ~],1,1.0 +0613,0613,02,symb,c3_set_union,58.0,"['>', '(', '<', '%']",> ( < %],1,1.0 +0613,0613,02,symb,c3_set_union,59.0,"['>', ':', '<', '~']",> : ~],0,1.0 +0613,0613,02,symb,c3_set_union,60.0,"['*', '&', '<', '$']",* & $],0,1.0 +0613,0613,02,symb,c3_set_union,61.0,"['%', '<', '*', '(']",% < *],0,1.0 +0613,0613,02,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$ % < !],1,1.0 +0613,0613,02,symb,c3_set_union,63.0,"['~', '>', '<', '!']",~ > < !],1,1.0 +0613,0613,02,symb,c3_set_union,64.0,"['&', '!', '$', '~']",& $ ! ~],1,1.0 +0613,0613,02,symb,c3_set_union,65.0,"[':', '&', '>', '%']",: & > %],1,1.0 +0613,0613,02,symb,c3_set_union,66.0,"['<', '&', '$', '>']",< & $ >],1,1.0 +0613,0613,02,symb,c3_set_union,67.0,"['(', '$', '*', '%']",($ %),0,1.0 +0613,0613,02,symb,c3_set_union,68.0,"['<', '%', ':', '$']",< % $],0,1.0 +0613,0613,02,symb,c3_set_union,69.0,"[':', '&', '$', '<']",: & <],0,1.0 +0613,0613,02,symb,c3_set_union,70.0,"['>', '(', '~', '*']",> (~ *),0,1.0 +0613,0613,02,symb,c3_set_union,71.0,"[':', '~', '&', '<']",: ~ & <],1,1.0 +0613,0613,02,symb,c3_set_union,72.0,"['(', '!', ':', '%']",( ! %],0,1.0 +0613,0613,02,symb,c3_set_union,73.0,"['<', '&', '$', '(']",< & ($],1,1.0 +0613,0613,02,symb,c3_set_union,74.0,"['*', '!', '>', ':']",* ! > :],1,1.0 +0613,0613,02,symb,c3_set_union,75.0,"['$', ':', '<', '*']",$ : < *],1,1.0 +0613,0613,02,symb,c3_set_union,76.0,"['%', '>', ':', '$']",% > : $],1,1.0 +0613,0613,02,symb,c3_set_union,77.0,"[':', '~', '!', '%']",: ~ ! %],1,1.0 +0613,0613,02,symb,c3_set_union,78.0,"['&', '!', '~', '>']",& ! ~ >],1,1.0 +0613,0613,02,symb,c3_set_union,79.0,"['(', '$', '*', '<']",( $ * <],1,1.0 +0613,0613,02,symb,c3_set_union,80.0,"['(', ':', '&', '$']",(: $],0,1.0 +0613,0613,02,symb,c3_set_union,81.0,"['!', '&', '*', '>']",! & * >],1,1.0 +0613,0613,02,symb,c3_set_union,82.0,"[':', '%', '&', '<']",: % & <],1,1.0 +0613,0613,02,symb,c3_set_union,83.0,"['>', '(', '$', '*']",> ($ *),0,1.0 +0613,0613,02,symb,c3_set_union,84.0,"['!', ':', '<', '&']",! : &],0,1.0 +0613,0613,02,symb,c3_set_union,85.0,"['!', '$', '(', ':']",! $ :],0,1.0 +0613,0613,02,symb,c3_set_union,86.0,"['*', '!', '%', ':']",* ! % :],1,1.0 +0613,0613,02,symb,c3_set_union,87.0,"['(', '!', '*', '~']",( ! * ~],1,1.0 +0613,0613,02,symb,c3_set_union,88.0,"['%', '!', '&', '(']",% ! & (],1,1.0 +0613,0613,02,symb,c3_set_union,89.0,"['!', '(', '>', '$']",! (> $],1,1.0 +0613,0613,02,symb,c3_set_union,90.0,"['<', '>', '*', '(']",< > * (],1,1.0 +0613,0613,02,symb,c3_set_union,91.0,"['&', '$', '%', '(']",& $ % (],1,1.0 +0613,0613,02,symb,c3_set_union,92.0,"['!', '<', '&', '%']",! < & %],1,1.0 +0613,0613,02,symb,c3_set_union,93.0,"[':', '(', '&', '>']",: ( & >],1,1.0 +0613,0613,02,symb,c3_set_union,94.0,"[':', '<', '$', '>']",: < $ >],1,1.0 +0613,0613,02,symb,c3_set_union,95.0,"['(', '$', '<', '%']",<( $ %],1,1.0 +0613,0613,02,symb,c3_set_union,96.0,"['~', '%', '*', ':']",~ * :],0,1.0 +0613,0613,02,symb,c3_set_union,97.0,"['&', '%', '!', '*']",& % ! *],1,1.0 +0613,0613,02,symb,c3_set_union,98.0,"[':', '$', '*', '!']",: $ * !],1,1.0 +0613,0613,02,symb,c3_set_union,99.0,"['!', '(', '<', '*']",! (< *),0,1.0 +0613,0613,02,symb,c1_set_union,0.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union,1.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union,2.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,3.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,4.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union,5.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union,6.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union,7.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union,8.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,9.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,10.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union,11.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,12.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union,13.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union,14.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,15.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union,16.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union,17.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union,18.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union,19.0,['('],(~],0,1.0 +0613,0613,02,symb,c1_set_union,20.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union,21.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union,22.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union,23.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union,24.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,25.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union,26.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union,27.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union,28.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,29.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,30.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,31.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union,32.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,33.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union,34.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union,35.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,36.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union,37.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union,38.0,['$'],$,1,1.0 +0613,0613,02,symb,c1_set_union,39.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union,40.0,['>'],>,1,1.0 +0613,0613,02,symb,c1_set_union,41.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union,42.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,43.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,44.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union,45.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,46.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,47.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union,48.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union,49.0,['>'],> ],1,1.0 +0613,0613,02,symb,c1_set_union,50.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,51.0,['!'],!,1,1.0 +0613,0613,02,symb,c1_set_union,52.0,['!'],!,1,1.0 +0613,0613,02,symb,c1_set_union,53.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,54.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union,55.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,56.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,57.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union,58.0,['('],(,1,1.0 +0613,0613,02,symb,c1_set_union,59.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,60.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union,61.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union,62.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union,63.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union,64.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,65.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union,66.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,67.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union,68.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union,69.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union,70.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union,71.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,72.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union,73.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,74.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union,75.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union,76.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union,77.0,['!'],!,1,1.0 +0613,0613,02,symb,c1_set_union,78.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,79.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,80.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union,81.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,82.0,['('],(,1,1.0 +0613,0613,02,symb,c1_set_union,83.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,84.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union,85.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union,86.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,87.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,88.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,89.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,90.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,91.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union,92.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union,93.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union,94.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union,95.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union,96.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,97.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union,98.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union,99.0,['~'],~],1,1.0 +0613,0613,02,symb,c2_set_union,0.0,['$'],$],1,1.0 +0613,0613,02,symb,c2_set_union,1.0,[':'],:$ :],0,1.0 +0613,0613,02,symb,c2_set_union,2.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,3.0,['*'],<*],0,1.0 +0613,0613,02,symb,c2_set_union,4.0,['!'],: !],0,1.0 +0613,0613,02,symb,c2_set_union,5.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,6.0,[':'],:],1,1.0 +0613,0613,02,symb,c2_set_union,7.0,['>'],>],1,1.0 +0613,0613,02,symb,c2_set_union,8.0,['>'],< >]],0,1.0 +0613,0613,02,symb,c2_set_union,9.0,['('],(% (]),0,1.0 +0613,0613,02,symb,c2_set_union,10.0,['*'],( *],0,1.0 +0613,0613,02,symb,c2_set_union,11.0,['%'],%],1,1.0 +0613,0613,02,symb,c2_set_union,12.0,['$'],$],1,1.0 +0613,0613,02,symb,c2_set_union,13.0,[':'],:%],0,1.0 +0613,0613,02,symb,c2_set_union,14.0,['%'],%],1,1.0 +0613,0613,02,symb,c2_set_union,15.0,['%'],& % >],0,1.0 +0613,0613,02,symb,c2_set_union,16.0,['>'],> >],0,1.0 +0613,0613,02,symb,c2_set_union,17.0,['$'],$],1,1.0 +0613,0613,02,symb,c2_set_union,18.0,['$'],$],1,1.0 +0613,0613,02,symb,c2_set_union,19.0,[':'],:],1,1.0 +0613,0613,02,symb,c2_set_union,20.0,['>'],:> >],0,1.0 +0613,0613,02,symb,c2_set_union,21.0,[':'],:]],1,1.0 +0613,0613,02,symb,c2_set_union,22.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,23.0,[':'],*: $],0,1.0 +0613,0613,02,symb,c2_set_union,24.0,['<'],<],1,1.0 +0613,0613,02,symb,c2_set_union,25.0,['&'],* &],0,1.0 +0613,0613,02,symb,c2_set_union,26.0,['>'],>]],1,1.0 +0613,0613,02,symb,c2_set_union,27.0,['*'],*],1,1.0 +0613,0613,02,symb,c2_set_union,28.0,['<'],<],1,1.0 +0613,0613,02,symb,c2_set_union,29.0,[':'],:],1,1.0 +0613,0613,02,symb,c2_set_union,30.0,['!'],!,1,1.0 +0613,0613,02,symb,c2_set_union,31.0,['*'],:*],0,1.0 +0613,0613,02,symb,c2_set_union,32.0,['*'],*],1,1.0 +0613,0613,02,symb,c2_set_union,33.0,['&'],<&],0,1.0 +0613,0613,02,symb,c2_set_union,34.0,[':'],$ :] [:],0,1.0 +0613,0613,02,symb,c2_set_union,35.0,['>'],:> >],0,1.0 +0613,0613,02,symb,c2_set_union,36.0,['<'],< <],0,1.0 +0613,0613,02,symb,c2_set_union,37.0,['*'],* *],0,1.0 +0613,0613,02,symb,c2_set_union,38.0,['*'],*],1,1.0 +0613,0613,02,symb,c2_set_union,39.0,['!'],< !],0,1.0 +0613,0613,02,symb,c2_set_union,40.0,['<'],<],1,1.0 +0613,0613,02,symb,c2_set_union,41.0,['>'],> >],0,1.0 +0613,0613,02,symb,c2_set_union,42.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,43.0,['~'],~],1,1.0 +0613,0613,02,symb,c2_set_union,44.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,45.0,['~'],(~],0,1.0 +0613,0613,02,symb,c2_set_union,46.0,['<'],< !],0,1.0 +0613,0613,02,symb,c2_set_union,47.0,['*'],<*],0,1.0 +0613,0613,02,symb,c2_set_union,48.0,['<'],<],1,1.0 +0613,0613,02,symb,c2_set_union,49.0,['!'],!],1,1.0 +0613,0613,02,symb,c2_set_union,50.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,51.0,['!'],!],1,1.0 +0613,0613,02,symb,c2_set_union,52.0,['*'],*]],1,1.0 +0613,0613,02,symb,c2_set_union,53.0,[':'],:*],0,1.0 +0613,0613,02,symb,c2_set_union,54.0,['('],(],1,1.0 +0613,0613,02,symb,c2_set_union,55.0,[':'],:],1,1.0 +0613,0613,02,symb,c2_set_union,56.0,['~'],~],1,1.0 +0613,0613,02,symb,c2_set_union,57.0,['!'],! %],0,1.0 +0613,0613,02,symb,c2_set_union,58.0,['>'],> >],0,1.0 +0613,0613,02,symb,c2_set_union,59.0,['<'],<],1,1.0 +0613,0613,02,symb,c2_set_union,60.0,['$'],$ %],0,1.0 +0613,0613,02,symb,c2_set_union,61.0,['&'],<&],0,1.0 +0613,0613,02,symb,c2_set_union,62.0,[':'],:],1,1.0 +0613,0613,02,symb,c2_set_union,63.0,['~'],~],1,1.0 +0613,0613,02,symb,c2_set_union,64.0,['>'],> *],0,1.0 +0613,0613,02,symb,c2_set_union,65.0,[':'],:],1,1.0 +0613,0613,02,symb,c2_set_union,66.0,['*'],*],1,1.0 +0613,0613,02,symb,c2_set_union,67.0,['<'],<],1,1.0 +0613,0613,02,symb,c2_set_union,68.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,69.0,['%'],%],1,1.0 +0613,0613,02,symb,c2_set_union,70.0,['<'],< %],0,1.0 +0613,0613,02,symb,c2_set_union,71.0,[':'],:$:],0,1.0 +0613,0613,02,symb,c2_set_union,72.0,['~'],~ %],0,1.0 +0613,0613,02,symb,c2_set_union,73.0,['*'],*]],1,1.0 +0613,0613,02,symb,c2_set_union,74.0,['~'],~],1,1.0 +0613,0613,02,symb,c2_set_union,75.0,['*'],*],1,1.0 +0613,0613,02,symb,c2_set_union,76.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,77.0,['*'],*],1,1.0 +0613,0613,02,symb,c2_set_union,78.0,['*'],*],1,1.0 +0613,0613,02,symb,c2_set_union,79.0,[':'],% :] :],0,1.0 +0613,0613,02,symb,c2_set_union,80.0,['<'],<],1,1.0 +0613,0613,02,symb,c2_set_union,81.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,82.0,['$'],$],1,1.0 +0613,0613,02,symb,c2_set_union,83.0,['%'],%],1,1.0 +0613,0613,02,symb,c2_set_union,84.0,['('],(],1,1.0 +0613,0613,02,symb,c2_set_union,85.0,['*'],$ * %],0,1.0 +0613,0613,02,symb,c2_set_union,86.0,['!'],:!],0,1.0 +0613,0613,02,symb,c2_set_union,87.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,88.0,['('],(],1,1.0 +0613,0613,02,symb,c2_set_union,89.0,['~'],: ~],0,1.0 +0613,0613,02,symb,c2_set_union,90.0,['$'],$],1,1.0 +0613,0613,02,symb,c2_set_union,91.0,['$'],$ $],0,1.0 +0613,0613,02,symb,c2_set_union,92.0,['~'],~],1,1.0 +0613,0613,02,symb,c2_set_union,93.0,[':'],:$],0,1.0 +0613,0613,02,symb,c2_set_union,94.0,['%'],%],1,1.0 +0613,0613,02,symb,c2_set_union,95.0,['~'],: ~ <],0,1.0 +0613,0613,02,symb,c2_set_union,96.0,['*'],*],1,1.0 +0613,0613,02,symb,c2_set_union,97.0,['&'],&],1,1.0 +0613,0613,02,symb,c2_set_union,98.0,['<'],<],1,1.0 +0613,0613,02,symb,c2_set_union,99.0,['('],(],1,1.0 +0613,0613,02,symb,AND,0.0,['('],(],1,1.0 +0613,0613,02,symb,AND,1.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,2.0,['<'],<],1,1.0 +0613,0613,02,symb,AND,3.0,['<'],< <],0,1.0 +0613,0613,02,symb,AND,4.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,5.0,['%'],%],1,1.0 +0613,0613,02,symb,AND,6.0,['%'],%],1,1.0 +0613,0613,02,symb,AND,7.0,['$'],$],1,1.0 +0613,0613,02,symb,AND,8.0,['>'],>],1,1.0 +0613,0613,02,symb,AND,9.0,['~'],~],1,1.0 +0613,0613,02,symb,AND,10.0,[':'],: :],0,1.0 +0613,0613,02,symb,AND,11.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,12.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,13.0,['<'],<],1,1.0 +0613,0613,02,symb,AND,14.0,['$'],$],1,1.0 +0613,0613,02,symb,AND,15.0,['%'],%],1,1.0 +0613,0613,02,symb,AND,16.0,[':'],: ],1,1.0 +0613,0613,02,symb,AND,17.0,['>'],> ],1,1.0 +0613,0613,02,symb,AND,18.0,['('],(],1,1.0 +0613,0613,02,symb,AND,19.0,['>'],> ],1,1.0 +0613,0613,02,symb,AND,20.0,[':'],: ],1,1.0 +0613,0613,02,symb,AND,21.0,['%'],%],1,1.0 +0613,0613,02,symb,AND,22.0,['>'],> >],0,1.0 +0613,0613,02,symb,AND,23.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,24.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,25.0,['~'],~],1,1.0 +0613,0613,02,symb,AND,26.0,['('],(],1,1.0 +0613,0613,02,symb,AND,27.0,['<'],< <],0,1.0 +0613,0613,02,symb,AND,28.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,29.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,30.0,[':'],:],1,1.0 +0613,0613,02,symb,AND,31.0,['>'],> ],1,1.0 +0613,0613,02,symb,AND,32.0,['~'],~],1,1.0 +0613,0613,02,symb,AND,33.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,34.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,35.0,['$'],$],1,1.0 +0613,0613,02,symb,AND,36.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,37.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,38.0,['$'],$],1,1.0 +0613,0613,02,symb,AND,39.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,40.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,41.0,['<'],<],1,1.0 +0613,0613,02,symb,AND,42.0,['%'],% %],0,1.0 +0613,0613,02,symb,AND,43.0,['<'],<],1,1.0 +0613,0613,02,symb,AND,44.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,45.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,46.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,47.0,['!'],! ],1,1.0 +0613,0613,02,symb,AND,48.0,['%'],%],1,1.0 +0613,0613,02,symb,AND,49.0,['('],(],1,1.0 +0613,0613,02,symb,AND,50.0,['<'],<],1,1.0 +0613,0613,02,symb,AND,51.0,['%'],%],1,1.0 +0613,0613,02,symb,AND,52.0,[':'],:],1,1.0 +0613,0613,02,symb,AND,53.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,54.0,['>'],>],1,1.0 +0613,0613,02,symb,AND,55.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,56.0,[':'],: ],1,1.0 +0613,0613,02,symb,AND,57.0,['~'],~],1,1.0 +0613,0613,02,symb,AND,58.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,59.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,60.0,['<'],<],1,1.0 +0613,0613,02,symb,AND,61.0,['<'],<],1,1.0 +0613,0613,02,symb,AND,62.0,['('],(],1,1.0 +0613,0613,02,symb,AND,63.0,['>'],> ],1,1.0 +0613,0613,02,symb,AND,64.0,['~'],~],1,1.0 +0613,0613,02,symb,AND,65.0,['>'],> ],1,1.0 +0613,0613,02,symb,AND,66.0,['$'],$],1,1.0 +0613,0613,02,symb,AND,67.0,['>'],> ],1,1.0 +0613,0613,02,symb,AND,68.0,['<'],<],1,1.0 +0613,0613,02,symb,AND,69.0,['<'],<],1,1.0 +0613,0613,02,symb,AND,70.0,['!'],! ],1,1.0 +0613,0613,02,symb,AND,71.0,['$'],$],1,1.0 +0613,0613,02,symb,AND,72.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,73.0,['~'],~],1,1.0 +0613,0613,02,symb,AND,74.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,75.0,['>'],> >],0,1.0 +0613,0613,02,symb,AND,76.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,77.0,['!'],! !],0,1.0 +0613,0613,02,symb,AND,78.0,['~'],~],1,1.0 +0613,0613,02,symb,AND,79.0,['>'],> ],1,1.0 +0613,0613,02,symb,AND,80.0,['!'],!],1,1.0 +0613,0613,02,symb,AND,81.0,['!'],! ],1,1.0 +0613,0613,02,symb,AND,82.0,['%'],%],1,1.0 +0613,0613,02,symb,AND,83.0,['('],(],1,1.0 +0613,0613,02,symb,AND,84.0,['>'],> ],1,1.0 +0613,0613,02,symb,AND,85.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,86.0,['('],(],1,1.0 +0613,0613,02,symb,AND,87.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,88.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,89.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,90.0,['$'],$ ],1,1.0 +0613,0613,02,symb,AND,91.0,['<'],<],1,1.0 +0613,0613,02,symb,AND,92.0,['$'],$],1,1.0 +0613,0613,02,symb,AND,93.0,['!'],! !],0,1.0 +0613,0613,02,symb,AND,94.0,['~'],~],1,1.0 +0613,0613,02,symb,AND,95.0,['!'],! !],0,1.0 +0613,0613,02,symb,AND,96.0,['~'],~],1,1.0 +0613,0613,02,symb,AND,97.0,['&'],&],1,1.0 +0613,0613,02,symb,AND,98.0,['*'],*],1,1.0 +0613,0613,02,symb,AND,99.0,['!'],! ],1,1.0 +0613,0613,02,symb,XOR,0.0,"['(', '!']",! (],1,1.0 +0613,0613,02,symb,XOR,1.0,"['$', ':']",: >],0,1.0 +0613,0613,02,symb,XOR,2.0,"['!', '(']",< !],0,1.0 +0613,0613,02,symb,XOR,3.0,"['$', ':']",: $],1,1.0 +0613,0613,02,symb,XOR,4.0,"['$', '!']",$ !],1,1.0 +0613,0613,02,symb,XOR,5.0,"['$', '>']",$ >],1,1.0 +0613,0613,02,symb,XOR,6.0,"['!', '*']",* !],1,1.0 +0613,0613,02,symb,XOR,7.0,"['>', '!']",$ >],0,1.0 +0613,0613,02,symb,XOR,8.0,"['%', '$']",$ %],1,1.0 +0613,0613,02,symb,XOR,9.0,"['(', '*']",* (],1,1.0 +0613,0613,02,symb,XOR,10.0,"['<', ':']",: <],1,1.0 +0613,0613,02,symb,XOR,11.0,"['%', '*']",% *],1,1.0 +0613,0613,02,symb,XOR,12.0,"['!', '~']",> ~],0,1.0 +0613,0613,02,symb,XOR,13.0,"['~', ':']",: ~],1,1.0 +0613,0613,02,symb,XOR,14.0,"['~', '>']",> ~],1,1.0 +0613,0613,02,symb,XOR,15.0,"[':', '%']",% :],1,1.0 +0613,0613,02,symb,XOR,16.0,"[':', '(']",> (],0,1.0 +0613,0613,02,symb,XOR,17.0,"['(', '%']",% (],1,1.0 +0613,0613,02,symb,XOR,18.0,"['&', '%']",% &],1,1.0 +0613,0613,02,symb,XOR,19.0,"['>', '(']",( >],1,1.0 +0613,0613,02,symb,XOR,20.0,"['%', '<']",% <],1,1.0 +0613,0613,02,symb,XOR,21.0,"['!', '(']",! (],1,1.0 +0613,0613,02,symb,XOR,22.0,"['~', '$']",$ ~],1,1.0 +0613,0613,02,symb,XOR,23.0,"['%', '&']",& %],1,1.0 +0613,0613,02,symb,XOR,24.0,"['>', '%']",% >],1,1.0 +0613,0613,02,symb,XOR,25.0,"['*', '<']",< *],1,1.0 +0613,0613,02,symb,XOR,26.0,"['<', '$']",$ <],1,1.0 +0613,0613,02,symb,XOR,27.0,"['&', '>']",& >],1,1.0 +0613,0613,02,symb,XOR,28.0,"['$', '%']",% $],1,1.0 +0613,0613,02,symb,XOR,29.0,"['&', '<']",$ <],0,1.0 +0613,0613,02,symb,XOR,30.0,"['~', '*']",<* ~],0,1.0 +0613,0613,02,symb,XOR,31.0,"['(', '$']",$ (],1,1.0 +0613,0613,02,symb,XOR,32.0,"['~', '$']",$ ~],1,1.0 +0613,0613,02,symb,XOR,33.0,"['(', ':']",: >],0,1.0 +0613,0613,02,symb,XOR,34.0,"['*', '<']",< *],1,1.0 +0613,0613,02,symb,XOR,35.0,"[':', '~']",(~ :)],0,1.0 +0613,0613,02,symb,XOR,36.0,"['*', '>']",> *],1,1.0 +0613,0613,02,symb,XOR,37.0,"[':', '!']",! :],1,1.0 +0613,0613,02,symb,XOR,38.0,"['&', '(']",& (],1,1.0 +0613,0613,02,symb,XOR,39.0,"['(', '~']",( ~],1,1.0 +0613,0613,02,symb,XOR,40.0,"['*', ':']",$: *],0,1.0 +0613,0613,02,symb,XOR,41.0,"['<', '!']",< !],1,1.0 +0613,0613,02,symb,XOR,42.0,"['>', '%']",% >],1,1.0 +0613,0613,02,symb,XOR,43.0,"['~', '&']",& ~],1,1.0 +0613,0613,02,symb,XOR,44.0,"['$', '%']",% >],0,1.0 +0613,0613,02,symb,XOR,45.0,"['&', '!']",! &],1,1.0 +0613,0613,02,symb,XOR,46.0,"[':', '%']",% :],1,1.0 +0613,0613,02,symb,XOR,47.0,"['%', ':']",: %],1,1.0 +0613,0613,02,symb,XOR,48.0,"['~', '&']",& ~],1,1.0 +0613,0613,02,symb,XOR,49.0,"['<', '%']",% <],1,1.0 +0613,0613,02,symb,XOR,50.0,"['>', '~']",~ >],1,1.0 +0613,0613,02,symb,XOR,51.0,"['&', '~']",% ~],0,1.0 +0613,0613,02,symb,XOR,52.0,"['>', ':']",:! >],0,1.0 +0613,0613,02,symb,XOR,53.0,"['(', '%']",% (],1,1.0 +0613,0613,02,symb,XOR,54.0,"['%', '*']",* %],1,1.0 +0613,0613,02,symb,XOR,55.0,"['*', '$']",% *],0,1.0 +0613,0613,02,symb,XOR,56.0,"['>', '&']",& >],1,1.0 +0613,0613,02,symb,XOR,57.0,"['~', '%']",% ~],1,1.0 +0613,0613,02,symb,XOR,58.0,"['$', ':']",: $],1,1.0 +0613,0613,02,symb,XOR,59.0,"['*', '~']",~ *],1,1.0 +0613,0613,02,symb,XOR,60.0,"['<', '%']",% ~],0,1.0 +0613,0613,02,symb,XOR,61.0,"['!', '*']",* !],1,1.0 +0613,0613,02,symb,XOR,62.0,"['!', '%']",% !],1,1.0 +0613,0613,02,symb,XOR,63.0,"['$', '&']",& $],1,1.0 +0613,0613,02,symb,XOR,64.0,"['(', '&']",& $],0,1.0 +0613,0613,02,symb,XOR,65.0,"['*', '&']",& *],1,1.0 +0613,0613,02,symb,XOR,66.0,"['~', '$']",$ ~],1,1.0 +0613,0613,02,symb,XOR,67.0,"['>', '*']",* >],1,1.0 +0613,0613,02,symb,XOR,68.0,"['<', '>']",> <],1,1.0 +0613,0613,02,symb,XOR,69.0,"['*', '>']",*> <],0,1.0 +0613,0613,02,symb,XOR,70.0,"['~', '(']",< (],0,1.0 +0613,0613,02,symb,XOR,71.0,"['<', '%']",% *],0,1.0 +0613,0613,02,symb,XOR,72.0,"['*', '$']",$ *],1,1.0 +0613,0613,02,symb,XOR,73.0,"['!', '&']",& !],1,1.0 +0613,0613,02,symb,XOR,74.0,"['&', '%']",% &],1,1.0 +0613,0613,02,symb,XOR,75.0,"['*', '%']",% *],1,1.0 +0613,0613,02,symb,XOR,76.0,"['%', '&']",& %],1,1.0 +0613,0613,02,symb,XOR,77.0,"['!', '~']",~ !],1,1.0 +0613,0613,02,symb,XOR,78.0,"['$', '~']",$ ~],1,1.0 +0613,0613,02,symb,XOR,79.0,"['%', '<']",< %],1,1.0 +0613,0613,02,symb,XOR,80.0,"['!', '$']",$ &],0,1.0 +0613,0613,02,symb,XOR,81.0,"['~', '%']",% ~],1,1.0 +0613,0613,02,symb,XOR,82.0,"['<', '$']",$ *],0,1.0 +0613,0613,02,symb,XOR,83.0,"['>', '*']",* >],1,1.0 +0613,0613,02,symb,XOR,84.0,"['*', '&']",& *],1,1.0 +0613,0613,02,symb,XOR,85.0,"['(', '$']",$ <],0,1.0 +0613,0613,02,symb,XOR,86.0,"['$', '(']",& (],0,1.0 +0613,0613,02,symb,XOR,87.0,"['%', ':']",: (],0,1.0 +0613,0613,02,symb,XOR,88.0,"[':', '%']",% : ],1,1.0 +0613,0613,02,symb,XOR,89.0,"[':', '&']",& :],1,1.0 +0613,0613,02,symb,XOR,90.0,"['*', '~']",~ *],1,1.0 +0613,0613,02,symb,XOR,91.0,"['<', '%']",% <],1,1.0 +0613,0613,02,symb,XOR,92.0,"['*', '>']",> *],1,1.0 +0613,0613,02,symb,XOR,93.0,"['<', '%']",% <],1,1.0 +0613,0613,02,symb,XOR,94.0,"[':', '~']",~ :],1,1.0 +0613,0613,02,symb,XOR,95.0,"['<', '>']",> (],0,1.0 +0613,0613,02,symb,XOR,96.0,"[':', '&']",& : ],1,1.0 +0613,0613,02,symb,XOR,97.0,"['&', '(']",& (],1,1.0 +0613,0613,02,symb,XOR,98.0,"['!', '>']",> !],1,1.0 +0613,0613,02,symb,XOR,99.0,"[':', '$']",$ %],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,0.0,"['*', '~', '<', '!']",* < ~],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",< ~ & >],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,2.0,"['*', '&', '(', '~']",~ & ( *],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,3.0,"['~', '%', '&', '!']",! & % ~],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",> ! (&],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,5.0,"['>', '<', ':', '(']",: ( >],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",% & : (],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,7.0,"['*', ':', '(', '&']",: ( *],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",~ > ! %],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,9.0,"['~', '$', '*', '(']",* ~ $],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,10.0,"['~', '<', '$', ':']",~ $ : <],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,11.0,"['(', '>', '*', '%']",( * % >),0,1.0 +0613,0613,02,symb,c3_set_union_permuted,12.0,"['>', '&', '<', '!']",>& !<],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",( % ! *],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,14.0,"['&', '%', '~', '$']",& % ~ $],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",> & ~ %],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,16.0,"['<', '>', '*', '%']",* % < >],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",* (:],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,18.0,"[':', '(', '$', '>']",$: > (],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",$ ~ :],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,20.0,"['!', ':', '&', '(']",: !],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",> ! $ %],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",< > :],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,23.0,"['>', '&', '$', '!']",& ! $ >],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,24.0,"['&', '$', '!', '(']",& $ !],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,25.0,"['>', ':', '(', '~']",> ( ~ :],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,26.0,"['*', '!', '%', '$']",! $ % *],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",% ~ !],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",> < ! (],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",(& ! *)],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",( * : <],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",< ~ $ !],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",> ! $ <],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,33.0,"['>', ':', '!', '&']",> : ! &],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",% & : *],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,35.0,"['&', '!', '%', '>']",% ! > &],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,36.0,"['~', '$', '<', '>']",> $ < ~],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",<( ! ~],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",~ < ! :],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,39.0,"[':', '$', '%', '&']",: % & $],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,40.0,"['!', '%', '$', '~']",% ! $ ~],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,41.0,"['%', '!', '<', ':']",% : ! <],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,42.0,"['~', '!', '>', '$']",> $ !],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,43.0,"['~', ':', '!', '$']",! : $],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,44.0,"['>', '*', '<', '$']",> $ * <],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,45.0,"['<', '!', '(', '&']",! < &],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,46.0,"['%', '(', '~', '>']",% (~ >],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",: % !],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,48.0,"[':', '&', '!', '~']",& ~ :],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,49.0,"['*', '&', '%', '>']",* & > %],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,50.0,"[':', '%', '*', '>']",> : *],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,51.0,"['&', ':', '%', '!']",! % : &],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,52.0,"['<', '&', '~', '%']",% & < ~],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,53.0,"['(', '$', '>', '~']",> (~ $],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,54.0,"['~', '<', '*', '$']",< * ~ $],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,55.0,"['<', '>', '(', '~']",~ > (<)],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,56.0,"['~', '$', '(', '!']",~ $ !],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,57.0,"['~', ':', '%', '>']",: % ~],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,58.0,"['(', '$', '>', '&']",$ ( & >],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,59.0,"['&', '%', '>', '(']",% > & (],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,60.0,"['$', '(', '*', '&']",& $ (],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,61.0,"['>', '~', '*', '$']",* > $ ~],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,62.0,"['~', '*', '$', ':']",:* ~ $],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,63.0,"['$', '(', '~', '%']",(% ~],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,64.0,"['!', '*', '$', '(']",$ ! * (],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,65.0,"['*', '$', '%', '>']",> % $ *],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,66.0,"['>', '<', '*', '~']",< > ~ *],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,67.0,"['!', '(', '%', '>']",% > ( !],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,68.0,"['~', '*', '&', '<']",~ < * &],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,69.0,"['<', '&', '!', '$']",$ & < !],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,70.0,"['~', '!', '&', '*']",* ~ & !],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,71.0,"[':', '$', '%', '!']",: ! %],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,72.0,"[':', '*', '<', '%']",* : %],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,73.0,"['!', '~', '&', '(']",(~ ! &)],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,74.0,"['$', '~', '%', '*']",$ ~ *],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,75.0,"['<', '$', '(', '>']",> < ($)],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,76.0,"['&', '>', '(', '*']",* > & (],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,77.0,"['!', '<', '*', '&']",* & ! <],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,78.0,"['&', '<', '(', ':']",& : (],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,79.0,"['*', '&', '<', ':']",<& : *],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,80.0,"['(', '!', '$', '<']",< ( $ !],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,81.0,"['*', '&', '$', '%']",& * %],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,82.0,"['%', '&', '<', '$']",$ < % &],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,83.0,"['%', '*', ':', '$']",$ * % :],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,84.0,"['&', '%', '<', '(']",< ( %],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,85.0,"['<', '!', '(', '%']",( < ! %],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,86.0,"['%', '*', ':', '(']",* : %],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,87.0,"['!', '~', '<', '%']",! % <],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,88.0,"['*', '(', '!', '>']",!* >],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,89.0,"['%', '~', ':', '<']",< : % ~],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,90.0,"['!', ':', '&', '$']",! : $ &],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,91.0,"[':', '*', '>', '&']",& > * :],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,92.0,"['>', '~', '(', '!']",> ! ~],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,93.0,"['>', '%', '*', '~']",% * > ~],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,94.0,"[':', '!', '<', '(']",: < (],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,95.0,"['&', '~', '>', '(']",( & > ~)],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,96.0,"[':', '~', '>', '&']",~ > &],0,1.0 +0613,0613,02,symb,c3_set_union_permuted,97.0,"['<', '~', '>', '%']",% ~ < >],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,98.0,"['!', '~', '*', '>']",~ ! > *],1,1.0 +0613,0613,02,symb,c3_set_union_permuted,99.0,"['!', '<', '*', '>']",! * > <],1,1.0 +0613,0613,02,symb,c2_set_union_permuted,0.0,['<'],< ~ & >],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,1.0,['<'],~ < ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,2.0,['$'],* $ >],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,3.0,[':'],:% :],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,4.0,[':'],$: >],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,5.0,['~'],$ * ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,6.0,['>'],> $],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,7.0,['!'],!],1,1.0 +0613,0613,02,symb,c2_set_union_permuted,8.0,[':'],:&],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,9.0,['('],($ &],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,10.0,['('],: ( *],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,11.0,['%'],& % <],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,12.0,['>'],> <],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,13.0,['<'],< !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,14.0,['!'],$ ! %],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,15.0,['!'],! < !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,16.0,['!'],!],1,1.0 +0613,0613,02,symb,c2_set_union_permuted,17.0,['&'],& : &],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,18.0,['<'],% < %],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,19.0,['*'],* !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,20.0,['<'],> < >],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,21.0,[':'],:! :],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,22.0,['$'],* $ %],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,23.0,['<'],<],1,1.0 +0613,0613,02,symb,c2_set_union_permuted,24.0,['!'],< ! <],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,25.0,['%'],% ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,26.0,[':'],:< %],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,27.0,['<'],< $ <],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,28.0,['%'],% < &],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,29.0,['~'],% ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,30.0,['~'],~ % ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,31.0,['%'],% > &],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,32.0,[':'],:<],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,33.0,['('],! ( *],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,34.0,[':'],:* &],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,35.0,['('],( )],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,36.0,['<'],< :],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,37.0,['!'],! &],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,38.0,['$'],$ (],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,39.0,['$'],% $ %],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,40.0,['&'],& &],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,41.0,['('],: $],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,42.0,['~'],~ ! ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,43.0,['&'],& !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,44.0,['<'],( % < >],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,45.0,['!'],! $],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,46.0,['$'],& % (],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,47.0,['('],( *),0,1.0 +0613,0613,02,symb,c2_set_union_permuted,48.0,[':'],: &]],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,49.0,['('],( : >],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,50.0,['('],(< (],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,51.0,['!'],* ! (],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,52.0,['('],($ &),0,1.0 +0613,0613,02,symb,c2_set_union_permuted,53.0,['~'],$ ~ %],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,54.0,['%'],%],1,1.0 +0613,0613,02,symb,c2_set_union_permuted,55.0,['>'],> *],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,56.0,['('],(],1,1.0 +0613,0613,02,symb,c2_set_union_permuted,57.0,['>'],> >],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,58.0,['*'],* & ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,59.0,['!'],% ! !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,60.0,['>'],> *],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,61.0,['%'],% *],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,62.0,['*'],* *],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,63.0,['>'],! > *],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,64.0,['*'],> * % ( *],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,65.0,['!'],! * !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,66.0,['&'],% & !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,67.0,['!'],% ~ !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,68.0,['~'],> ~ &],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,69.0,['%'],% !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,70.0,['!'],! *],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,71.0,['~'],~],1,1.0 +0613,0613,02,symb,c2_set_union_permuted,72.0,['*'],$ * <],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,73.0,['>'],& > <],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,74.0,['!'],> $ !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,75.0,['%'],% ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,76.0,[':'],:],1,1.0 +0613,0613,02,symb,c2_set_union_permuted,77.0,['$'],% (],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,78.0,['~'],< ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,79.0,['!'],< ! !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,80.0,['&'],& ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,81.0,['('],(% <),0,1.0 +0613,0613,02,symb,c2_set_union_permuted,82.0,['!'],! %],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,83.0,['>'],> < (],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,84.0,['<'],& < &],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,85.0,['$'],$ :],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,86.0,[':'],(: & (],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,87.0,['!'],! *],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,88.0,[':'],$: &],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,89.0,[':'],*: !],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,90.0,[':'],> : >],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,91.0,[':'],: > ~],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,92.0,['<'],: <],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,93.0,['('],( ~ >],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,94.0,['%'],% :],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,95.0,['~'],~],1,1.0 +0613,0613,02,symb,c2_set_union_permuted,96.0,['%'],: % >],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,97.0,['&'],< & %],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,98.0,['$'],$ %],0,1.0 +0613,0613,02,symb,c2_set_union_permuted,99.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,0.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,1.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,2.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,3.0,['!'],! >],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,4.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,5.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,6.0,['!'],!:],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,7.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,8.0,['!'],!),0,1.0 +0613,0613,02,symb,c1_set_union_permuted,9.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,10.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,11.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,12.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,13.0,[':'],:%],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,14.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,15.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,16.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,17.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,18.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,19.0,['$'],$ >],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,20.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,21.0,['!'],!,1,1.0 +0613,0613,02,symb,c1_set_union_permuted,22.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,23.0,['~'],: ~],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,24.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,25.0,['!'],! >],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,26.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,27.0,['$'],<$>,0,1.0 +0613,0613,02,symb,c1_set_union_permuted,28.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,29.0,['~'],$,0,1.0 +0613,0613,02,symb,c1_set_union_permuted,30.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,31.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,32.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,33.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,34.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,35.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,36.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,37.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,38.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,39.0,['!'],! & >],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,40.0,[':'],:$],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,41.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,42.0,['('],( >],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,43.0,['!'],(!],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,44.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,45.0,['>'],>],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,46.0,['*'],:],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,47.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,48.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,49.0,[':'],*],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,50.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,51.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,52.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,53.0,[':'],( $],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,54.0,['!'],%],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,55.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,56.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,57.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,58.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,59.0,['!'],! <],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,60.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,61.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,62.0,['('],< >],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,63.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,64.0,['$'],($),0,1.0 +0613,0613,02,symb,c1_set_union_permuted,65.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,66.0,['$'],$,1,1.0 +0613,0613,02,symb,c1_set_union_permuted,67.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,68.0,['~'],(~],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,69.0,['~'],~ $],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,70.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,71.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,72.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,73.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,74.0,['!'],:],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,75.0,['!'],!*],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,76.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,77.0,['!'],! &],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,78.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,79.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,80.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,81.0,['*'],(*)],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,82.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,83.0,['!'],!],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,84.0,['%'],%,1,1.0 +0613,0613,02,symb,c1_set_union_permuted,85.0,[':'],:],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,86.0,['('],(],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,87.0,['!'],!,1,1.0 +0613,0613,02,symb,c1_set_union_permuted,88.0,['%'],%],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,89.0,['~'],< ~],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,90.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,91.0,['&'],&],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,92.0,['~'],( ~],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,93.0,['<'],<],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,94.0,['$'],$],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,95.0,['*'],*],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,96.0,['>'],:>,0,1.0 +0613,0613,02,symb,c1_set_union_permuted,97.0,['('],($],0,1.0 +0613,0613,02,symb,c1_set_union_permuted,98.0,['~'],~],1,1.0 +0613,0613,02,symb,c1_set_union_permuted,99.0,['*'],*],1,1.0 +0613,0613,02,symb,XOR_permuted,0.0,"['(', '%']",( %],1,1.0 +0613,0613,02,symb,XOR_permuted,1.0,"[':', '(']",( : ],1,1.0 +0613,0613,02,symb,XOR_permuted,2.0,"['&', '>']",& >],1,1.0 +0613,0613,02,symb,XOR_permuted,3.0,"['~', '%']",% ~],1,1.0 +0613,0613,02,symb,XOR_permuted,4.0,"['!', '~']",(~ %),0,1.0 +0613,0613,02,symb,XOR_permuted,5.0,"['<', '~']",(~ !],0,1.0 +0613,0613,02,symb,XOR_permuted,6.0,"['!', '$']",> $],0,1.0 +0613,0613,02,symb,XOR_permuted,7.0,"['%', ':']",: %],1,1.0 +0613,0613,02,symb,XOR_permuted,8.0,"['&', '(']",& *],0,1.0 +0613,0613,02,symb,XOR_permuted,9.0,"[':', '!']",:] !],0,1.0 +0613,0613,02,symb,XOR_permuted,10.0,"['$', '~']",~ $],1,1.0 +0613,0613,02,symb,XOR_permuted,11.0,"['%', '>']",< %],0,1.0 +0613,0613,02,symb,XOR_permuted,12.0,"['%', '$']",$ %],1,1.0 +0613,0613,02,symb,XOR_permuted,13.0,"['!', '~']",: ~],0,1.0 +0613,0613,02,symb,XOR_permuted,14.0,"['&', '!']",& !],1,1.0 +0613,0613,02,symb,XOR_permuted,15.0,"['%', '>']",% >],1,1.0 +0613,0613,02,symb,XOR_permuted,16.0,"['>', ':']",! :],0,1.0 +0613,0613,02,symb,XOR_permuted,17.0,"['~', '*']",* ~],1,1.0 +0613,0613,02,symb,XOR_permuted,18.0,"['>', ':']",( :)],0,1.0 +0613,0613,02,symb,XOR_permuted,19.0,"['%', '$']",$ %],1,1.0 +0613,0613,02,symb,XOR_permuted,20.0,"['%', '*']",> *],0,1.0 +0613,0613,02,symb,XOR_permuted,21.0,"['~', '<']",~ <],1,1.0 +0613,0613,02,symb,XOR_permuted,22.0,"['%', '!']",! %],1,1.0 +0613,0613,02,symb,XOR_permuted,23.0,"['%', '$']",$ %],1,1.0 +0613,0613,02,symb,XOR_permuted,24.0,"[':', '%']",:% !],0,1.0 +0613,0613,02,symb,XOR_permuted,25.0,"['*', ':']",:* &],0,1.0 +0613,0613,02,symb,XOR_permuted,26.0,"['!', '$']",$ !],1,1.0 +0613,0613,02,symb,XOR_permuted,27.0,"['*', '$']",$ *],1,1.0 +0613,0613,02,symb,XOR_permuted,28.0,"['!', '>']",! &],0,1.0 +0613,0613,02,symb,XOR_permuted,29.0,"['$', '%']",$ %],1,1.0 +0613,0613,02,symb,XOR_permuted,30.0,"['*', '<']",< *],1,1.0 +0613,0613,02,symb,XOR_permuted,31.0,"['*', '~']",~ *],1,1.0 +0613,0613,02,symb,XOR_permuted,32.0,"['%', '*']",& *],0,1.0 +0613,0613,02,symb,XOR_permuted,33.0,"['<', '>']",< &],0,1.0 +0613,0613,02,symb,XOR_permuted,34.0,"['!', '<']",< %],0,1.0 +0613,0613,02,symb,XOR_permuted,35.0,"['~', '%']",% ~],1,1.0 +0613,0613,02,symb,XOR_permuted,36.0,"['~', '%']",% ~],1,1.0 +0613,0613,02,symb,XOR_permuted,37.0,"['(', '<']",( <],1,1.0 +0613,0613,02,symb,XOR_permuted,38.0,"[':', '$']",$: !],0,1.0 +0613,0613,02,symb,XOR_permuted,39.0,"['~', '>']",~ >],1,1.0 +0613,0613,02,symb,XOR_permuted,40.0,"['$', '!']",$ !],1,1.0 +0613,0613,02,symb,XOR_permuted,41.0,"['>', '~']",* ~],0,1.0 +0613,0613,02,symb,XOR_permuted,42.0,"[':', '$']",: $],1,1.0 +0613,0613,02,symb,XOR_permuted,43.0,"['>', '%']",>% %],0,1.0 +0613,0613,02,symb,XOR_permuted,44.0,"['*', '&']",(% *),0,1.0 +0613,0613,02,symb,XOR_permuted,45.0,"['!', '<']",! ~],0,1.0 +0613,0613,02,symb,XOR_permuted,46.0,"['*', '%']",:! %],0,1.0 +0613,0613,02,symb,XOR_permuted,47.0,"['*', '%']",* %],1,1.0 +0613,0613,02,symb,XOR_permuted,48.0,"['%', '&']",% &],1,1.0 +0613,0613,02,symb,XOR_permuted,49.0,"['<', '&']",& <],1,1.0 +0613,0613,02,symb,XOR_permuted,50.0,"['~', '$']",> $ ~],0,1.0 +0613,0613,02,symb,XOR_permuted,51.0,"['%', '&']",< %],0,1.0 +0613,0613,02,symb,XOR_permuted,52.0,"['$', ':']",: $],1,1.0 +0613,0613,02,symb,XOR_permuted,53.0,"[':', '*']",: &],0,1.0 +0613,0613,02,symb,XOR_permuted,54.0,"['&', '%']",< &],0,1.0 +0613,0613,02,symb,XOR_permuted,55.0,"['<', '$']",$ <],1,1.0 +0613,0613,02,symb,XOR_permuted,56.0,"['%', '~']",% ~],1,1.0 +0613,0613,02,symb,XOR_permuted,57.0,"['<', '(']",< (],1,1.0 +0613,0613,02,symb,XOR_permuted,58.0,"['>', '<']",< &],0,1.0 +0613,0613,02,symb,XOR_permuted,59.0,"[':', '*']",! :],0,1.0 +0613,0613,02,symb,XOR_permuted,60.0,"['$', '*']",% *],0,1.0 +0613,0613,02,symb,XOR_permuted,61.0,"['%', '&']",& %],1,1.0 +0613,0613,02,symb,XOR_permuted,62.0,"['%', '*']",% *],1,1.0 +0613,0613,02,symb,XOR_permuted,63.0,"['*', '%']",% >],0,1.0 +0613,0613,02,symb,XOR_permuted,64.0,"['*', '!']",* >],0,1.0 +0613,0613,02,symb,XOR_permuted,65.0,"['$', '~']",* ~],0,1.0 +0613,0613,02,symb,XOR_permuted,66.0,"['$', '(']",:$ !],0,1.0 +0613,0613,02,symb,XOR_permuted,67.0,"['%', '(']",: %],0,1.0 +0613,0613,02,symb,XOR_permuted,68.0,"['$', '<']",$ <],1,1.0 +0613,0613,02,symb,XOR_permuted,69.0,"['~', '(']",~ (],1,1.0 +0613,0613,02,symb,XOR_permuted,70.0,"['<', '%']",< %],1,1.0 +0613,0613,02,symb,XOR_permuted,71.0,"['!', '&']",& !],1,1.0 +0613,0613,02,symb,XOR_permuted,72.0,"[':', '&']",& : >],0,1.0 +0613,0613,02,symb,XOR_permuted,73.0,"['~', '!']",~ !],1,1.0 +0613,0613,02,symb,XOR_permuted,74.0,"['%', '$']",~ &],0,1.0 +0613,0613,02,symb,XOR_permuted,75.0,"['*', '$']",* $],1,1.0 +0613,0613,02,symb,XOR_permuted,76.0,"['$', '~']",~ $],1,1.0 +0613,0613,02,symb,XOR_permuted,77.0,"['(', '&']",& <],0,1.0 +0613,0613,02,symb,XOR_permuted,78.0,"['&', '(']",& ~],0,1.0 +0613,0613,02,symb,XOR_permuted,79.0,"['>', '!']",~ !],0,1.0 +0613,0613,02,symb,XOR_permuted,80.0,"[':', '!']",: !],1,1.0 +0613,0613,02,symb,XOR_permuted,81.0,"['<', '~']",< ~],1,1.0 +0613,0613,02,symb,XOR_permuted,82.0,"['<', '>']",< >],1,1.0 +0613,0613,02,symb,XOR_permuted,83.0,"['>', '%']",% >],1,1.0 +0613,0613,02,symb,XOR_permuted,84.0,"['~', '$']",< $],0,1.0 +0613,0613,02,symb,XOR_permuted,85.0,"['$', '(']",( $],1,1.0 +0613,0613,02,symb,XOR_permuted,86.0,"['~', '*']",* ~],1,1.0 +0613,0613,02,symb,XOR_permuted,87.0,"['$', '(']",( $],1,1.0 +0613,0613,02,symb,XOR_permuted,88.0,"['!', '&']",! &],1,1.0 +0613,0613,02,symb,XOR_permuted,89.0,"['(', '$']",$ (],1,1.0 +0613,0613,02,symb,XOR_permuted,90.0,"['&', '<']",& <,1,1.0 +0613,0613,02,symb,XOR_permuted,91.0,"['(', '%']",% (],1,1.0 +0613,0613,02,symb,XOR_permuted,92.0,"[':', '(']",~ :],0,1.0 +0613,0613,02,symb,XOR_permuted,93.0,"['<', ':']",$ <],0,1.0 +0613,0613,02,symb,XOR_permuted,94.0,"['!', '>']",> !],1,1.0 +0613,0613,02,symb,XOR_permuted,95.0,"[':', '<']",& : ],0,1.0 +0613,0613,02,symb,XOR_permuted,96.0,"['<', '$']",< $],1,1.0 +0613,0613,02,symb,XOR_permuted,97.0,"[':', '!']",:*],0,1.0 +0613,0613,02,symb,XOR_permuted,98.0,"['>', '<']",> >],0,1.0 +0613,0613,02,symb,XOR_permuted,99.0,"['~', '>']",: >],0,1.0 +0613,0613,02,symb,AND_permuted,0.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,1.0,[],$],0,1.0 +0613,0613,02,symb,AND_permuted,2.0,[],>],0,1.0 +0613,0613,02,symb,AND_permuted,3.0,[],*],0,1.0 +0613,0613,02,symb,AND_permuted,4.0,[],%,0,1.0 +0613,0613,02,symb,AND_permuted,5.0,[],*,0,1.0 +0613,0613,02,symb,AND_permuted,6.0,[],<,0,1.0 +0613,0613,02,symb,AND_permuted,7.0,[],<],0,1.0 +0613,0613,02,symb,AND_permuted,8.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,9.0,[],%],0,1.0 +0613,0613,02,symb,AND_permuted,10.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,11.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,12.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,13.0,[],(),0,1.0 +0613,0613,02,symb,AND_permuted,14.0,[],>],0,1.0 +0613,0613,02,symb,AND_permuted,15.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,16.0,[],%],0,1.0 +0613,0613,02,symb,AND_permuted,17.0,[],%,0,1.0 +0613,0613,02,symb,AND_permuted,18.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,19.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,20.0,[],*],0,1.0 +0613,0613,02,symb,AND_permuted,21.0,[],(],0,1.0 +0613,0613,02,symb,AND_permuted,22.0,[],*],0,1.0 +0613,0613,02,symb,AND_permuted,23.0,[], ],1,1.0 +0613,0613,02,symb,AND_permuted,24.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,25.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,26.0,[],(],0,1.0 +0613,0613,02,symb,AND_permuted,27.0,[],($),0,1.0 +0613,0613,02,symb,AND_permuted,28.0,[],(],0,1.0 +0613,0613,02,symb,AND_permuted,29.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,30.0,[],<],0,1.0 +0613,0613,02,symb,AND_permuted,31.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,32.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,33.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,34.0,[],<,0,1.0 +0613,0613,02,symb,AND_permuted,35.0,[],~],0,1.0 +0613,0613,02,symb,AND_permuted,36.0,[],*],0,1.0 +0613,0613,02,symb,AND_permuted,37.0,[],&],0,1.0 +0613,0613,02,symb,AND_permuted,38.0,[],%,0,1.0 +0613,0613,02,symb,AND_permuted,39.0,[],&],0,1.0 +0613,0613,02,symb,AND_permuted,40.0,[],$],0,1.0 +0613,0613,02,symb,AND_permuted,41.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,42.0,[],(],0,1.0 +0613,0613,02,symb,AND_permuted,43.0,[],>],0,1.0 +0613,0613,02,symb,AND_permuted,44.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,45.0,[],%],0,1.0 +0613,0613,02,symb,AND_permuted,46.0,[],<,0,1.0 +0613,0613,02,symb,AND_permuted,47.0,[],)],0,1.0 +0613,0613,02,symb,AND_permuted,48.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,49.0,[],<,0,1.0 +0613,0613,02,symb,AND_permuted,50.0,[],%,0,1.0 +0613,0613,02,symb,AND_permuted,51.0,[],*,0,1.0 +0613,0613,02,symb,AND_permuted,52.0,[],&],0,1.0 +0613,0613,02,symb,AND_permuted,53.0,[],(],0,1.0 +0613,0613,02,symb,AND_permuted,54.0,[],)],0,1.0 +0613,0613,02,symb,AND_permuted,55.0,[],%],0,1.0 +0613,0613,02,symb,AND_permuted,56.0,[],&],0,1.0 +0613,0613,02,symb,AND_permuted,57.0,[],*],0,1.0 +0613,0613,02,symb,AND_permuted,58.0,[],%],0,1.0 +0613,0613,02,symb,AND_permuted,59.0,[],$,0,1.0 +0613,0613,02,symb,AND_permuted,60.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,61.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,62.0,[],:,0,1.0 +0613,0613,02,symb,AND_permuted,63.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,64.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,65.0,[],&],0,1.0 +0613,0613,02,symb,AND_permuted,66.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,67.0,[], ],1,1.0 +0613,0613,02,symb,AND_permuted,68.0,[],<],0,1.0 +0613,0613,02,symb,AND_permuted,69.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,70.0,[],$],0,1.0 +0613,0613,02,symb,AND_permuted,71.0,[],&],0,1.0 +0613,0613,02,symb,AND_permuted,72.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,73.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,74.0,[],&],0,1.0 +0613,0613,02,symb,AND_permuted,75.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,76.0,[], ],1,1.0 +0613,0613,02,symb,AND_permuted,77.0,[],%],0,1.0 +0613,0613,02,symb,AND_permuted,78.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,79.0,[],&],0,1.0 +0613,0613,02,symb,AND_permuted,80.0,[],>],0,1.0 +0613,0613,02,symb,AND_permuted,81.0,[],<],0,1.0 +0613,0613,02,symb,AND_permuted,82.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,83.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,84.0,[],(*),0,1.0 +0613,0613,02,symb,AND_permuted,85.0,[],*],0,1.0 +0613,0613,02,symb,AND_permuted,86.0,[],<,0,1.0 +0613,0613,02,symb,AND_permuted,87.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,88.0,[],&],0,1.0 +0613,0613,02,symb,AND_permuted,89.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,90.0,[],~],0,1.0 +0613,0613,02,symb,AND_permuted,91.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,92.0,[],<),0,1.0 +0613,0613,02,symb,AND_permuted,93.0,[],:],0,1.0 +0613,0613,02,symb,AND_permuted,94.0,[],%],0,1.0 +0613,0613,02,symb,AND_permuted,95.0,[], ],1,1.0 +0613,0613,02,symb,AND_permuted,96.0,[],(],0,1.0 +0613,0613,02,symb,AND_permuted,97.0,[],<],0,1.0 +0613,0613,02,symb,AND_permuted,98.0,[],],1,1.0 +0613,0613,02,symb,AND_permuted,99.0,[],>],0,1.0 +0613,0613,12,coords,row_constant,0.0,['!'],8,1,1.0 +0613,0613,12,coords,row_constant,1.0,['('],5],1,1.0 +0613,0613,12,coords,row_constant,2.0,['>'],7],1,1.0 +0613,0613,12,coords,row_constant,3.0,['!'],49],0,1.0 +0613,0613,12,coords,row_constant,4.0,['~'],6,1,1.0 +0613,0613,12,coords,row_constant,5.0,['>'],7,1,1.0 +0613,0613,12,coords,row_constant,6.0,['<'],5,1,1.0 +0613,0613,12,coords,row_constant,7.0,['$'],6],0,1.0 +0613,0613,12,coords,row_constant,8.0,['('],2,0,1.0 +0613,0613,12,coords,row_constant,9.0,['('],7,1,1.0 +0613,0613,12,coords,row_constant,10.0,[':'],16] [16] [16],0,1.0 +0613,0613,12,coords,row_constant,11.0,['$'],6,1,1.0 +0613,0613,12,coords,row_constant,12.0,['%'],4] [4] [4],1,1.0 +0613,0613,12,coords,row_constant,13.0,['%'],5,1,1.0 +0613,0613,12,coords,row_constant,14.0,['&'],6],1,1.0 +0613,0613,12,coords,row_constant,15.0,['('],8,1,1.0 +0613,0613,12,coords,row_constant,16.0,['!'],0,1,1.0 +0613,0613,12,coords,row_constant,17.0,['>'],7,1,1.0 +0613,0613,12,coords,row_constant,18.0,['%'],6] [4] [4],0,1.0 +0613,0613,12,coords,row_constant,19.0,['<'],6,0,1.0 +0613,0613,12,coords,row_constant,20.0,['%'],4,1,1.0 +0613,0613,12,coords,row_constant,21.0,['!'],6,1,1.0 +0613,0613,12,coords,row_constant,22.0,['>'],4,0,1.0 +0613,0613,12,coords,row_constant,23.0,['$'],8,1,1.0 +0613,0613,12,coords,row_constant,24.0,['>'],9,1,1.0 +0613,0613,12,coords,row_constant,25.0,['('],8,1,1.0 +0613,0613,12,coords,row_constant,26.0,['<'],3,1,1.0 +0613,0613,12,coords,row_constant,27.0,['$'],9,1,1.0 +0613,0613,12,coords,row_constant,28.0,['~'],8,1,1.0 +0613,0613,12,coords,row_constant,29.0,['>'],16,0,1.0 +0613,0613,12,coords,row_constant,30.0,['~'],3,1,1.0 +0613,0613,12,coords,row_constant,31.0,['('],5,1,1.0 +0613,0613,12,coords,row_constant,32.0,['*'],1,1,1.0 +0613,0613,12,coords,row_constant,33.0,['('],12],0,1.0 +0613,0613,12,coords,row_constant,34.0,['~'],1] [0] [0],0,1.0 +0613,0613,12,coords,row_constant,35.0,['>'],7,1,1.0 +0613,0613,12,coords,row_constant,36.0,['('],6] [6] [6],0,1.0 +0613,0613,12,coords,row_constant,37.0,['!'],8,1,1.0 +0613,0613,12,coords,row_constant,38.0,['%'],6,1,1.0 +0613,0613,12,coords,row_constant,39.0,['$'],5,1,1.0 +0613,0613,12,coords,row_constant,40.0,['%'],1] [7] [7],0,1.0 +0613,0613,12,coords,row_constant,41.0,['~'],3] [2] [2],0,1.0 +0613,0613,12,coords,row_constant,42.0,['&'],4] [3] [3],0,1.0 +0613,0613,12,coords,row_constant,43.0,['('],8] [8] [8],0,1.0 +0613,0613,12,coords,row_constant,44.0,['<'],8],1,1.0 +0613,0613,12,coords,row_constant,45.0,['!'],9] [9] [9],1,1.0 +0613,0613,12,coords,row_constant,46.0,['*'],6,1,1.0 +0613,0613,12,coords,row_constant,47.0,[':'],7] [7] [7],1,1.0 +0613,0613,12,coords,row_constant,48.0,[':'],7,1,1.0 +0613,0613,12,coords,row_constant,49.0,['>'],3,1,1.0 +0613,0613,12,coords,col_constant,0.0,['~'],4] [9] [3],1,1.0 +0613,0613,12,coords,col_constant,1.0,['$'], ] [0] [8] = [,0,1.0 +0613,0613,12,coords,col_constant,2.0,['$'],7,1,1.0 +0613,0613,12,coords,col_constant,3.0,[':'],7,1,1.0 +0613,0613,12,coords,col_constant,4.0,['>'],3,1,1.0 +0613,0613,12,coords,col_constant,5.0,[':'],4],0,1.0 +0613,0613,12,coords,col_constant,6.0,['!'],3,1,1.0 +0613,0613,12,coords,col_constant,7.0,['<'],2,1,1.0 +0613,0613,12,coords,col_constant,8.0,['('],6,1,1.0 +0613,0613,12,coords,col_constant,9.0,['('],9,1,1.0 +0613,0613,12,coords,col_constant,10.0,['<'],4,1,1.0 +0613,0613,12,coords,col_constant,11.0,[':'],7],1,1.0 +0613,0613,12,coords,col_constant,12.0,['%'],1,1,1.0 +0613,0613,12,coords,col_constant,13.0,['&'],1,1,1.0 +0613,0613,12,coords,col_constant,14.0,['!'],5,1,1.0 +0613,0613,12,coords,col_constant,15.0,['~'],7,1,1.0 +0613,0613,12,coords,col_constant,16.0,['>'],6,1,1.0 +0613,0613,12,coords,col_constant,17.0,['<'],3,1,1.0 +0613,0613,12,coords,col_constant,18.0,['('],8,1,1.0 +0613,0613,12,coords,col_constant,19.0,['*'],1] [7] [6],1,1.0 +0613,0613,12,coords,col_constant,20.0,['~'],0,1,1.0 +0613,0613,12,coords,col_constant,21.0,['~'],3,1,1.0 +0613,0613,12,coords,col_constant,22.0,['$'],0,1,1.0 +0613,0613,12,coords,col_constant,23.0,['%'],5,1,1.0 +0613,0613,12,coords,col_constant,24.0,['<'],5,1,1.0 +0613,0613,12,coords,col_constant,25.0,['*'],2,1,1.0 +0613,0613,12,coords,col_constant,26.0,['$'],8,1,1.0 +0613,0613,12,coords,col_constant,27.0,['~'],6,1,1.0 +0613,0613,12,coords,col_constant,28.0,['$'],3] [5] [7],0,1.0 +0613,0613,12,coords,col_constant,29.0,['!'],0,1,1.0 +0613,0613,12,coords,col_constant,30.0,['~'],9,1,1.0 +0613,0613,12,coords,col_constant,31.0,[':'],9,1,1.0 +0613,0613,12,coords,col_constant,32.0,['('],0] [9] [4],0,1.0 +0613,0613,12,coords,col_constant,33.0,['%'],4,1,1.0 +0613,0613,12,coords,col_constant,34.0,['!'],],0,1.0 +0613,0613,12,coords,col_constant,35.0,['!'],6,1,1.0 +0613,0613,12,coords,col_constant,36.0,['<'],9],1,1.0 +0613,0613,12,coords,col_constant,37.0,['*'],8] [2] [7],0,1.0 +0613,0613,12,coords,col_constant,38.0,['*'],0,1,1.0 +0613,0613,12,coords,col_constant,39.0,['!'],7,1,1.0 +0613,0613,12,coords,col_constant,40.0,['*'],2,1,1.0 +0613,0613,12,coords,col_constant,41.0,['!'],1],0,1.0 +0613,0613,12,coords,col_constant,42.0,['!'],5,1,1.0 +0613,0613,12,coords,col_constant,43.0,['%'],6] [8] [7],0,1.0 +0613,0613,12,coords,col_constant,44.0,['~'],2,1,1.0 +0613,0613,12,coords,col_constant,45.0,['<'],0] [4] [9],0,1.0 +0613,0613,12,coords,col_constant,46.0,['>'],6],1,1.0 +0613,0613,12,coords,col_constant,47.0,['%'],1,1,1.0 +0613,0613,12,coords,col_constant,48.0,[':'],0,1,1.0 +0613,0613,12,coords,col_constant,49.0,['<'],1,1,1.0 +0613,0613,12,coords,dist3_diag1,0.0,['*'],8] [7] [1],1,1.0 +0613,0613,12,coords,dist3_diag1,1.0,['('],9,0,1.0 +0613,0613,12,coords,dist3_diag1,2.0,['>'],9] [1] [4],1,1.0 +0613,0613,12,coords,dist3_diag1,3.0,['%'],9,1,1.0 +0613,0613,12,coords,dist3_diag1,4.0,['~'],4],0,1.0 +0613,0613,12,coords,dist3_diag1,5.0,['~'],3,1,1.0 +0613,0613,12,coords,dist3_diag1,6.0,['*'],1] [6] [0],1,1.0 +0613,0613,12,coords,dist3_diag1,7.0,['%'],0,1,1.0 +0613,0613,12,coords,dist3_diag1,8.0,['$'],5] [2] [7],0,1.0 +0613,0613,12,coords,dist3_diag1,9.0,[':'],6,0,1.0 +0613,0613,12,coords,dist3_diag1,10.0,['<'],2],1,1.0 +0613,0613,12,coords,dist3_diag1,11.0,['!'],4] [7] [5],1,1.0 +0613,0613,12,coords,dist3_diag1,12.0,['%'],2,0,1.0 +0613,0613,12,coords,dist3_diag1,13.0,['*'],8] [9] [3],0,1.0 +0613,0613,12,coords,dist3_diag1,14.0,['!'],3],1,1.0 +0613,0613,12,coords,dist3_diag1,15.0,['>'],4] [6] [0],0,1.0 +0613,0613,12,coords,dist3_diag1,16.0,['~'],4,1,1.0 +0613,0613,12,coords,dist3_diag1,17.0,['!'],0] [9] [4],0,1.0 +0613,0613,12,coords,dist3_diag1,18.0,['!'],5] [1] [9],1,1.0 +0613,0613,12,coords,dist3_diag1,19.0,['!'],7,1,1.0 +0613,0613,12,coords,dist3_diag1,20.0,['>'],1] [6] [5],1,1.0 +0613,0613,12,coords,dist3_diag1,21.0,['('],7,1,1.0 +0613,0613,12,coords,dist3_diag1,22.0,['$'],7,1,1.0 +0613,0613,12,coords,dist3_diag1,23.0,['$'],3] [2] [4],0,1.0 +0613,0613,12,coords,dist3_diag1,24.0,['>'],0,1,1.0 +0613,0613,12,coords,dist3_diag1,25.0,['<'],3,1,1.0 +0613,0613,12,coords,dist3_diag1,26.0,['('],8] [7] [1],1,1.0 +0613,0613,12,coords,dist3_diag1,27.0,['%'],3] [9] [5],0,1.0 +0613,0613,12,coords,dist3_diag1,28.0,[':'],7],1,1.0 +0613,0613,12,coords,dist3_diag1,29.0,['!'],2,1,1.0 +0613,0613,12,coords,dist3_diag1,30.0,['('],9] [7] [1],0,1.0 +0613,0613,12,coords,dist3_diag1,31.0,['*'],7] [0] [9],1,1.0 +0613,0613,12,coords,dist3_diag1,32.0,[':'],0,1,1.0 +0613,0613,12,coords,dist3_diag1,33.0,['%'],3] [6] [7],1,1.0 +0613,0613,12,coords,dist3_diag1,34.0,[':'],8] [4] [5],0,1.0 +0613,0613,12,coords,dist3_diag1,35.0,['$'],0,0,1.0 +0613,0613,12,coords,dist3_diag1,36.0,['%'],0],1,1.0 +0613,0613,12,coords,dist3_diag1,37.0,['!'],7,1,1.0 +0613,0613,12,coords,dist3_diag1,38.0,['('],0],1,1.0 +0613,0613,12,coords,dist3_diag1,39.0,['&'],1] [5] [2],1,1.0 +0613,0613,12,coords,dist3_diag1,40.0,['<'],8] [6] [7],0,1.0 +0613,0613,12,coords,dist3_diag1,41.0,['<'],6],1,1.0 +0613,0613,12,coords,dist3_diag1,42.0,['~'],4,1,1.0 +0613,0613,12,coords,dist3_diag1,43.0,[':'],0] [1] [7],1,1.0 +0613,0613,12,coords,dist3_diag1,44.0,['$'],7,1,1.0 +0613,0613,12,coords,dist3_diag1,45.0,['&'],3,1,1.0 +0613,0613,12,coords,dist3_diag1,46.0,['!'],2,1,1.0 +0613,0613,12,coords,dist3_diag1,47.0,['<'],6],1,1.0 +0613,0613,12,coords,dist3_diag1,48.0,['%'],3] [1] [4],1,1.0 +0613,0613,12,coords,dist3_diag1,49.0,['*'],3] [6] [8],1,1.0 +0613,0613,12,coords,dist3_diag2,0.0,['$'],3,1,1.0 +0613,0613,12,coords,dist3_diag2,1.0,['<'],7,1,1.0 +0613,0613,12,coords,dist3_diag2,2.0,['<'],8,1,1.0 +0613,0613,12,coords,dist3_diag2,3.0,['('],7,1,1.0 +0613,0613,12,coords,dist3_diag2,4.0,['*'],5,1,1.0 +0613,0613,12,coords,dist3_diag2,5.0,[':'],7],1,1.0 +0613,0613,12,coords,dist3_diag2,6.0,['('],6] [0] [4],0,1.0 +0613,0613,12,coords,dist3_diag2,7.0,['('],4,0,1.0 +0613,0613,12,coords,dist3_diag2,8.0,['$'],1,1,1.0 +0613,0613,12,coords,dist3_diag2,9.0,['<'],0] [5] [2],1,1.0 +0613,0613,12,coords,dist3_diag2,10.0,['>'],0,1,1.0 +0613,0613,12,coords,dist3_diag2,11.0,['&'],6] [9] [7],1,1.0 +0613,0613,12,coords,dist3_diag2,12.0,['&'],9,1,1.0 +0613,0613,12,coords,dist3_diag2,13.0,['$'],1,0,1.0 +0613,0613,12,coords,dist3_diag2,14.0,['!'],9],1,1.0 +0613,0613,12,coords,dist3_diag2,15.0,['>'],16,0,1.0 +0613,0613,12,coords,dist3_diag2,16.0,['<'],9],1,1.0 +0613,0613,12,coords,dist3_diag2,17.0,['<'],6,1,1.0 +0613,0613,12,coords,dist3_diag2,18.0,['<'],0,1,1.0 +0613,0613,12,coords,dist3_diag2,19.0,['>'],3],1,1.0 +0613,0613,12,coords,dist3_diag2,20.0,['$'],5] [6] [7],0,1.0 +0613,0613,12,coords,dist3_diag2,21.0,['&'],5] [2] [6],0,1.0 +0613,0613,12,coords,dist3_diag2,22.0,[':'],5,1,1.0 +0613,0613,12,coords,dist3_diag2,23.0,[':'],0] [3] [8],1,1.0 +0613,0613,12,coords,dist3_diag2,24.0,['~'],4,1,1.0 +0613,0613,12,coords,dist3_diag2,25.0,['!'],9,1,1.0 +0613,0613,12,coords,dist3_diag2,26.0,['('],0] [2] [3],0,1.0 +0613,0613,12,coords,dist3_diag2,27.0,['!'],2],1,1.0 +0613,0613,12,coords,dist3_diag2,28.0,['~'],4] [1] [3],1,1.0 +0613,0613,12,coords,dist3_diag2,29.0,['>'],6] [1] [7],0,1.0 +0613,0613,12,coords,dist3_diag2,30.0,['~'],9],0,1.0 +0613,0613,12,coords,dist3_diag2,31.0,['*'],3],1,1.0 +0613,0613,12,coords,dist3_diag2,32.0,['!'],0] [1] [7],1,1.0 +0613,0613,12,coords,dist3_diag2,33.0,['!'],5] [2] [0],0,1.0 +0613,0613,12,coords,dist3_diag2,34.0,['%'],6,1,1.0 +0613,0613,12,coords,dist3_diag2,35.0,[':'],9],1,1.0 +0613,0613,12,coords,dist3_diag2,36.0,['~'],2] [5] [8],0,1.0 +0613,0613,12,coords,dist3_diag2,37.0,['!'],7,1,1.0 +0613,0613,12,coords,dist3_diag2,38.0,['>'],7,1,1.0 +0613,0613,12,coords,dist3_diag2,39.0,['('],6,1,1.0 +0613,0613,12,coords,dist3_diag2,40.0,[':'],8] [7] [6],1,1.0 +0613,0613,12,coords,dist3_diag2,41.0,[':'],3] [0] [4],1,1.0 +0613,0613,12,coords,dist3_diag2,42.0,['*'],8,1,1.0 +0613,0613,12,coords,dist3_diag2,43.0,['$'],7] [0] [6],1,1.0 +0613,0613,12,coords,dist3_diag2,44.0,['*'],1],1,1.0 +0613,0613,12,coords,dist3_diag2,45.0,['('],8,1,1.0 +0613,0613,12,coords,dist3_diag2,46.0,['<'],6,0,1.0 +0613,0613,12,coords,dist3_diag2,47.0,['<'],5,1,1.0 +0613,0613,12,coords,dist3_diag2,48.0,['%'],2] [4] [7],0,1.0 +0613,0613,12,coords,dist3_diag2,49.0,['$'],7,1,1.0 +0613,0613,12,coords,prog_size1,0.0,['('],3] [4] [5],0,1.0 +0613,0613,12,coords,prog_size1,1.0,['<'],4],1,1.0 +0613,0613,12,coords,prog_size1,2.0,['~'],5],1,1.0 +0613,0613,12,coords,prog_size1,3.0,['>'],4],1,1.0 +0613,0613,12,coords,prog_size1,4.0,[':'],5],1,1.0 +0613,0613,12,coords,prog_size1,5.0,['$'],8,1,1.0 +0613,0613,12,coords,prog_size1,6.0,['%'],2],1,1.0 +0613,0613,12,coords,prog_size1,7.0,['&'],2,1,1.0 +0613,0613,12,coords,prog_size1,8.0,['*'],3,1,1.0 +0613,0613,12,coords,prog_size1,9.0,['!'],7],0,1.0 +0613,0613,12,coords,prog_size1,10.0,['('],5] [4] [3],0,1.0 +0613,0613,12,coords,prog_size1,11.0,['<'],6],0,1.0 +0613,0613,12,coords,prog_size2,0.0,[':'],6,1,1.0 +0613,0613,12,coords,prog_size2,1.0,['$'],7] [9] [11],0,1.0 +0613,0613,12,coords,prog_size2,2.0,['%'],0,1,1.0 +0613,0613,12,coords,prog_size2,3.0,['&'],3] [1] [-1],0,1.0 +0613,0613,12,coords,two_rule_comb0,0.0,"['~', '$']",8 1],1,1.0 +0613,0613,12,coords,two_rule_comb0,1.0,"['>', '%']",7 8],1,1.0 +0613,0613,12,coords,two_rule_comb0,2.0,"['*', '(']",8 7] [9 3],0,1.0 +0613,0613,12,coords,two_rule_comb0,3.0,"['*', '%']",7 5],1,1.0 +0613,0613,12,coords,two_rule_comb0,4.0,"['$', '*']",11 5],0,1.0 +0613,0613,12,coords,two_rule_comb0,5.0,"['>', '%']",5 1],1,1.0 +0613,0613,12,coords,two_rule_comb0,6.0,"['&', '$']",8 2],1,1.0 +0613,0613,12,coords,two_rule_comb0,7.0,"['&', '>']",None,0,1.0 +0613,0613,12,coords,two_rule_comb0,8.0,"['>', '!']",8 4],1,1.0 +0613,0613,12,coords,two_rule_comb0,9.0,"['$', '%']",1 4],1,1.0 +0613,0613,12,coords,two_rule_comb0,10.0,"['>', '*']",9 0],1,1.0 +0613,0613,12,coords,two_rule_comb0,11.0,"['&', '~']",2 5],1,1.0 +0613,0613,12,coords,two_rule_comb0,12.0,"['>', '(']",1 2],1,1.0 +0613,0613,12,coords,two_rule_comb0,13.0,"['$', '>']",0 5],1,1.0 +0613,0613,12,coords,two_rule_comb0,14.0,"['%', '%']",5 2],1,1.0 +0613,0613,12,coords,two_rule_comb0,15.0,"['!', '>']",3 8],0,1.0 +0613,0613,12,coords,two_rule_comb0,16.0,"['>', '!']",3 2],1,1.0 +0613,0613,12,coords,two_rule_comb0,17.0,"['$', '%']",1 7] [5 3],0,1.0 +0613,0613,12,coords,two_rule_comb0,18.0,"['>', '*']",6 7],1,1.0 +0613,0613,12,coords,two_rule_comb0,19.0,"['*', '~']",6 2],1,1.0 +0613,0613,12,coords,two_rule_comb0,20.0,"['<', '<']",1 4],1,1.0 +0613,0613,12,coords,two_rule_comb0,21.0,"[':', '<']",0 6],1,1.0 +0613,0613,12,coords,two_rule_comb0,22.0,"['~', '(']",2 5] [2 3],0,1.0 +0613,0613,12,coords,two_rule_comb0,23.0,"['~', ':']",0 3],1,1.0 +0613,0613,12,coords,two_rule_comb0,24.0,"['>', '&']",8 7],1,1.0 +0613,0613,12,coords,two_rule_comb0,25.0,"['<', '&']",None,0,1.0 +0613,0613,12,coords,two_rule_comb0,26.0,"['~', ':']",None,0,1.0 +0613,0613,12,coords,two_rule_comb0,27.0,"['>', '>']",1 0],1,1.0 +0613,0613,12,coords,two_rule_comb0,28.0,"['>', '&']",5 9],1,1.0 +0613,0613,12,coords,two_rule_comb0,29.0,"['%', '*']",1 4],1,1.0 +0613,0613,12,coords,two_rule_comb0,30.0,"['$', '(']",0 0],1,1.0 +0613,0613,12,coords,two_rule_comb0,31.0,"['(', '<']",None,0,1.0 +0613,0613,12,coords,two_rule_comb0,32.0,"['!', '!']",None,0,1.0 +0613,0613,12,coords,two_rule_comb0,33.0,"['>', '$']",0 2],1,1.0 +0613,0613,12,coords,two_rule_comb0,34.0,"['(', '*']",7 8],1,1.0 +0613,0613,12,coords,two_rule_comb0,35.0,"[':', '$']",2 3],1,1.0 +0613,0613,12,coords,two_rule_comb0,36.0,"['~', '<']",5 0],1,1.0 +0613,0613,12,coords,two_rule_comb0,37.0,"['&', '<']",8 4],1,1.0 +0613,0613,12,coords,two_rule_comb0,38.0,"['!', '~']",8 9],1,1.0 +0613,0613,12,coords,two_rule_comb0,39.0,"['<', '$']",9 2],1,1.0 +0613,0613,12,coords,two_rule_comb0,40.0,"['<', '~']",0 3] [8 3],0,1.0 +0613,0613,12,coords,two_rule_comb0,41.0,"['&', '*']",8 5] [2 7],0,1.0 +0613,0613,12,coords,two_rule_comb0,42.0,"['&', '>']",7 8],1,1.0 +0613,0613,12,coords,two_rule_comb0,43.0,"[':', '%']",9 0],1,1.0 +0613,0613,12,coords,two_rule_comb0,44.0,"['!', '*']",2 8],1,1.0 +0613,0613,12,coords,two_rule_comb0,45.0,"['>', '(']",0 0],1,1.0 +0613,0613,12,coords,two_rule_comb0,46.0,"['$', '~']",3 2],1,1.0 +0613,0613,12,coords,two_rule_comb0,47.0,"['(', '*']",3 6],1,1.0 +0613,0613,12,coords,two_rule_comb0,48.0,"['~', '(']",2 4] [2 8],0,1.0 +0613,0613,12,coords,two_rule_comb0,49.0,"[':', '$']",0 0],1,1.0 +0613,0613,12,coords,two_rule_comb1,0.0,"['&', '*']",-1 8],0,1.0 +0613,0613,12,coords,two_rule_comb1,1.0,"[':', '$']",7 5],0,1.0 +0613,0613,12,coords,two_rule_comb1,2.0,"['*', '~']",0 2],1,1.0 +0613,0613,12,coords,two_rule_comb1,3.0,"['!', '(']",2 4],0,1.0 +0613,0613,12,coords,two_rule_comb1,4.0,"['*', '>']",0 7],0,1.0 +0613,0613,12,coords,two_rule_comb1,5.0,"['(', '%']",8 4],0,1.0 +0613,0613,12,coords,two_rule_comb1,6.0,"['>', '(']",0 1],1,1.0 +0613,0613,12,coords,two_rule_comb1,7.0,"['&', '&']",2 1],1,1.0 +0613,0613,12,coords,two_rule_comb1,8.0,"['>', '$']",8 6],0,1.0 +0613,0613,12,coords,two_rule_comb1,9.0,"['!', '&']",None,0,1.0 +0613,0613,12,coords,two_rule_comb1,10.0,"['!', '>']",7 5] [3 2],1,1.0 +0613,0613,12,coords,two_rule_comb1,11.0,"['%', '*']",None,0,1.0 +0613,0613,12,coords,two_rule_comb1,12.0,"['~', '>']",0 1],0,1.0 +0613,0613,12,coords,two_rule_comb1,13.0,"[':', '*']",5 3],0,1.0 +0613,0613,12,coords,two_rule_comb1,14.0,"['>', '(']",1 1],0,1.0 +0613,0613,12,coords,two_rule_comb1,15.0,"['&', '!']",5 7],0,1.0 +0613,0613,12,coords,two_rule_comb1,16.0,"['>', '!']",8 9],1,1.0 +0613,0613,12,coords,two_rule_comb1,17.0,"['>', '>']",2 3],0,1.0 +0613,0613,12,coords,two_rule_comb1,18.0,"['&', ':']",6 2],1,1.0 +0613,0613,12,coords,two_rule_comb1,19.0,"['&', '$']",None,0,1.0 +0613,0613,12,coords,two_rule_comb1,20.0,"['(', '$']",0 7],1,1.0 +0613,0613,12,coords,two_rule_comb1,21.0,"['*', '!']",9 6],1,1.0 +0613,0613,12,coords,two_rule_comb1,22.0,"['~', '>']",2 9],1,1.0 +0613,0613,12,coords,two_rule_comb1,23.0,"['*', '<']",None,0,1.0 +0613,0613,12,coords,two_rule_comb1,24.0,"['!', '&']",9 2],0,1.0 +0613,0613,12,coords,two_rule_comb1,25.0,"['~', '<']",0 7],0,1.0 +0613,0613,12,coords,two_rule_comb1,26.0,"[':', '&']",4 5],0,1.0 +0613,0613,12,coords,two_rule_comb1,27.0,"['~', ':']",1 3],1,1.0 +0613,0613,12,coords,two_rule_comb1,28.0,"['<', '(']",5 7] [8 4],1,1.0 +0613,0613,12,coords,two_rule_comb1,29.0,"['%', '(']",5 7] [0 9],1,1.0 +0613,0613,12,coords,two_rule_comb1,30.0,"['(', '$']",8 0],0,1.0 +0613,0613,12,coords,two_rule_comb1,31.0,"['~', '*']",9 8],1,1.0 +0613,0613,12,coords,two_rule_comb1,32.0,"['&', '>']",1 4],0,1.0 +0613,0613,12,coords,two_rule_comb1,33.0,"['!', '%']",2 7],0,1.0 +0613,0613,12,coords,two_rule_comb1,34.0,"['&', '*']",9 9],1,1.0 +0613,0613,12,coords,two_rule_comb1,35.0,"['(', '&']",6 1],1,1.0 +0613,0613,12,coords,two_rule_comb1,36.0,"['~', '~']",5 9],0,1.0 +0613,0613,12,coords,two_rule_comb1,37.0,"['~', '*']",3 8],0,1.0 +0613,0613,12,coords,two_rule_comb1,38.0,"['!', '*']",8 5],1,1.0 +0613,0613,12,coords,two_rule_comb1,39.0,"['$', '$']",5 7],1,1.0 +0613,0613,12,coords,two_rule_comb1,40.0,"['<', '$']",1 6],0,1.0 +0613,0613,12,coords,two_rule_comb1,41.0,"['%', '*']",1 7],0,1.0 +0613,0613,12,coords,two_rule_comb1,42.0,"['!', '*']",4 3],0,1.0 +0613,0613,12,coords,two_rule_comb1,43.0,"['*', '*']",9 4],1,1.0 +0613,0613,12,coords,two_rule_comb1,44.0,"[':', '&']",4 0],1,1.0 +0613,0613,12,coords,two_rule_comb1,45.0,"['>', '!']",3 2],0,1.0 +0613,0613,12,coords,two_rule_comb1,46.0,"['&', '<']",3 9],1,1.0 +0613,0613,12,coords,two_rule_comb1,47.0,"['%', '<']",4 4],0,1.0 +0613,0613,12,coords,two_rule_comb1,48.0,"['!', '<']",8 4],1,1.0 +0613,0613,12,coords,two_rule_comb1,49.0,"['(', '>']",2 2] [5 2],0,1.0 +0613,0613,12,coords,two_rule_comb2,0.0,"['&', '%']",2 2],1,1.0 +0613,0613,12,coords,two_rule_comb2,1.0,"['%', '>']",8 2],1,1.0 +0613,0613,12,coords,two_rule_comb2,2.0,"['~', '<']",7 5],1,1.0 +0613,0613,12,coords,two_rule_comb2,3.0,"['&', '<']",3 5],1,1.0 +0613,0613,12,coords,two_rule_comb2,4.0,"['>', '*']",3 7],1,1.0 +0613,0613,12,coords,two_rule_comb2,5.0,"['*', '~']",5 7],1,1.0 +0613,0613,12,coords,two_rule_comb2,6.0,"['(', ':']",8 6],1,1.0 +0613,0613,12,coords,two_rule_comb2,7.0,"['!', '*']",7 4],1,1.0 +0613,0613,12,coords,two_rule_comb2,8.0,"['$', '$']",5 8],1,1.0 +0613,0613,12,coords,two_rule_comb2,9.0,"['~', '<']",6 7],1,1.0 +0613,0613,12,coords,two_rule_comb2,10.0,"[':', ':']",7 7] [8 3],0,1.0 +0613,0613,12,coords,two_rule_comb2,11.0,"['$', '<']",6 0],1,1.0 +0613,0613,12,coords,two_rule_comb2,12.0,"['<', '(']",3 3],1,1.0 +0613,0613,12,coords,two_rule_comb2,13.0,"['(', '~']",2 3],1,1.0 +0613,0613,12,coords,two_rule_comb2,14.0,"['*', '!']",8 6],0,1.0 +0613,0613,12,coords,two_rule_comb2,15.0,"[':', '<']",5 6],1,1.0 +0613,0613,12,coords,two_rule_comb2,16.0,"['(', '$']",1 2],1,1.0 +0613,0613,12,coords,two_rule_comb2,17.0,"['$', '(']",0 6],1,1.0 +0613,0613,12,coords,two_rule_comb2,18.0,"['%', '%']",3 0],1,1.0 +0613,0613,12,coords,two_rule_comb2,19.0,"['<', '(']",0 3],0,1.0 +0613,0613,12,coords,two_rule_comb2,20.0,"['(', '<']",2 2],1,1.0 +0613,0613,12,coords,two_rule_comb2,21.0,"['%', '~']",9 8],1,1.0 +0613,0613,12,coords,two_rule_comb2,22.0,"['&', '<']",2 7],0,1.0 +0613,0613,12,coords,two_rule_comb2,23.0,"['<', '$']",3 3] [2 1],0,1.0 +0613,0613,12,coords,two_rule_comb2,24.0,"['<', '!']",8 6],1,1.0 +0613,0613,12,coords,two_rule_comb2,25.0,"['%', '~']",3 0],1,1.0 +0613,0613,12,coords,two_rule_comb2,26.0,"[':', '>']",6 5] [6 4],0,1.0 +0613,0613,12,coords,two_rule_comb2,27.0,"['~', '&']",1 5],1,1.0 +0613,0613,12,coords,two_rule_comb2,28.0,"['$', '&']",2 3],1,1.0 +0613,0613,12,coords,two_rule_comb2,29.0,"['%', '(']",0 8],1,1.0 +0613,0613,12,coords,two_rule_comb2,30.0,"['!', '*']",None,0,1.0 +0613,0613,12,coords,two_rule_comb2,31.0,"['~', '<']",2 2],0,1.0 +0613,0613,12,coords,two_rule_comb2,32.0,"['&', '*']",4 3] [7 1],0,1.0 +0613,0613,12,coords,two_rule_comb2,33.0,"['<', '~']",3 2],1,1.0 +0613,0613,12,coords,two_rule_comb2,34.0,"['<', '&']",7 2],1,1.0 +0613,0613,12,coords,two_rule_comb2,35.0,"['>', '~']",8 6] [4 5],0,1.0 +0613,0613,12,coords,two_rule_comb2,36.0,"[':', '%']",7 2],1,1.0 +0613,0613,12,coords,two_rule_comb2,37.0,"['$', '~']",1 0],0,1.0 +0613,0613,12,coords,two_rule_comb2,38.0,"['(', '*']",5 7],1,1.0 +0613,0613,12,coords,two_rule_comb2,39.0,"['*', '&']",2 2],1,1.0 +0613,0613,12,coords,two_rule_comb2,40.0,"[':', '!']",3 2],1,1.0 +0613,0613,12,coords,two_rule_comb2,41.0,"['$', '~']",3 4],1,1.0 +0613,0613,12,coords,two_rule_comb2,42.0,"['~', '<']",5 0],1,1.0 +0613,0613,12,coords,two_rule_comb2,43.0,"[':', '$']",8 0] [9 5],0,1.0 +0613,0613,12,coords,two_rule_comb2,44.0,"['(', '!']",None,0,1.0 +0613,0613,12,coords,two_rule_comb2,45.0,"['>', '&']",5 8] [4 6],0,1.0 +0613,0613,12,coords,two_rule_comb2,46.0,"['%', ':']",4 5],1,1.0 +0613,0613,12,coords,two_rule_comb2,47.0,"['!', '>']",8 5],1,1.0 +0613,0613,12,coords,two_rule_comb2,48.0,"['>', '<']",2 3],1,1.0 +0613,0613,12,coords,two_rule_comb2,49.0,"['<', '!']",4 5],1,1.0 +0613,0613,12,coords,two_rule_comb3,0.0,"['$', '&']",6 7],0,1.0 +0613,0613,12,coords,two_rule_comb3,1.0,"['$', '%']",7 2] [3 4],1,1.0 +0613,0613,12,coords,two_rule_comb3,2.0,"['(', ':']",None,0,1.0 +0613,0613,12,coords,two_rule_comb3,3.0,"['&', ':']",1 0] [0 5],1,1.0 +0613,0613,12,coords,two_rule_comb3,4.0,"['<', '>']",8 7],1,1.0 +0613,0613,12,coords,two_rule_comb3,5.0,"[':', '*']",0 1],1,1.0 +0613,0613,12,coords,two_rule_comb3,6.0,"['$', '*']",5 1],0,1.0 +0613,0613,12,coords,two_rule_comb3,7.0,"['~', '&']",9 7],0,1.0 +0613,0613,12,coords,two_rule_comb3,8.0,"['$', ':']",2 2],0,1.0 +0613,0613,12,coords,two_rule_comb3,9.0,"['(', '<']",5 2],1,1.0 +0613,0613,12,coords,two_rule_comb3,10.0,"['%', '(']",4 4],1,1.0 +0613,0613,12,coords,two_rule_comb3,11.0,"[':', '~']",8 6],1,1.0 +0613,0613,12,coords,two_rule_comb3,12.0,"[':', '!']",1 1] [3 4],1,1.0 +0613,0613,12,coords,two_rule_comb3,13.0,"['<', '$']",8 1],1,1.0 +0613,0613,12,coords,two_rule_comb3,14.0,"['~', '(']",2 2],1,1.0 +0613,0613,12,coords,two_rule_comb3,15.0,"['<', '!']",3 5] [2 0],1,1.0 +0613,0613,12,coords,two_rule_comb3,16.0,"['%', '<']",9 7],1,1.0 +0613,0613,12,coords,two_rule_comb3,17.0,"['<', '<']",9 0],0,1.0 +0613,0613,12,coords,two_rule_comb3,18.0,"['>', '%']",6 9] [4 7],0,1.0 +0613,0613,12,coords,two_rule_comb3,19.0,"['<', '~']",5 9],0,1.0 +0613,0613,12,coords,two_rule_comb3,20.0,"['~', '(']",0 6],0,1.0 +0613,0613,12,coords,two_rule_comb3,21.0,"['%', '~']",3 0] [1 9],1,1.0 +0613,0613,12,coords,two_rule_comb3,22.0,"['>', '%']",1 9],1,1.0 +0613,0613,12,coords,two_rule_comb3,23.0,"['~', ':']",9 5],1,1.0 +0613,0613,12,coords,two_rule_comb3,24.0,"[':', '!']",None,0,1.0 +0613,0613,12,coords,two_rule_comb3,25.0,"['&', '>']",3 6],1,1.0 +0613,0613,12,coords,two_rule_comb3,26.0,"['&', '*']",1 0],1,1.0 +0613,0613,12,coords,two_rule_comb3,27.0,"['(', '~']",3 3] [9 0],0,1.0 +0613,0613,12,coords,two_rule_comb3,28.0,"['&', '*']",5 1],0,1.0 +0613,0613,12,coords,two_rule_comb3,29.0,"['%', '*']",8 0],1,1.0 +0613,0613,12,coords,two_rule_comb3,30.0,"['*', '(']",5 1],1,1.0 +0613,0613,12,coords,two_rule_comb3,31.0,"['<', '<']",14 9],0,1.0 +0613,0613,12,coords,two_rule_comb3,32.0,"['$', '~']",7 6] [9 3],1,1.0 +0613,0613,12,coords,two_rule_comb3,33.0,"['$', '%']",5 8],1,1.0 +0613,0613,12,coords,two_rule_comb3,34.0,"['!', '(']",6 2],1,1.0 +0613,0613,12,coords,two_rule_comb3,35.0,"['%', '&']",0 6],1,1.0 +0613,0613,12,coords,two_rule_comb3,36.0,"['~', '!']",7 5],0,1.0 +0613,0613,12,coords,two_rule_comb3,37.0,"['!', '*']",7 6] [2 8],1,1.0 +0613,0613,12,coords,two_rule_comb3,38.0,"['*', '&']",8 1] [5 7],0,1.0 +0613,0613,12,coords,two_rule_comb3,39.0,"['&', '!']",None,0,1.0 +0613,0613,12,coords,two_rule_comb3,40.0,"['$', '&']",6 7],1,1.0 +0613,0613,12,coords,two_rule_comb3,41.0,"['(', '(']",4 1],0,1.0 +0613,0613,12,coords,two_rule_comb3,42.0,"['$', ':']",9 2],0,1.0 +0613,0613,12,coords,two_rule_comb3,43.0,"['!', '*']",9 6] [6 8],1,1.0 +0613,0613,12,coords,two_rule_comb3,44.0,"['%', ':']",6 4],0,1.0 +0613,0613,12,coords,two_rule_comb3,45.0,"['<', '*']",5 5],1,1.0 +0613,0613,12,coords,two_rule_comb3,46.0,"['*', '!']",7 1],1,1.0 +0613,0613,12,coords,two_rule_comb3,47.0,"['*', '(']",3 2],1,1.0 +0613,0613,12,coords,two_rule_comb3,48.0,"['<', '&']",3 5],0,1.0 +0613,0613,12,coords,two_rule_comb3,49.0,"['<', '*']",6 4],1,1.0 +0613,0613,12,coords,two_rule_comb4,0.0,"['&', '~']",7 8],0,1.0 +0613,0613,12,coords,two_rule_comb4,1.0,"['<', '>']",7 4],0,1.0 +0613,0613,12,coords,two_rule_comb4,2.0,"['(', '!']",7 6],0,1.0 +0613,0613,12,coords,two_rule_comb4,3.0,"['!', '&']",1 -5],0,1.0 +0613,0613,12,coords,two_rule_comb4,4.0,"['&', '(']",7 1],1,1.0 +0613,0613,12,coords,two_rule_comb4,5.0,"['$', '&']",3 2],0,1.0 +0613,0613,12,coords,two_rule_comb4,6.0,"['&', '!']",6 8] [9 9],1,1.0 +0613,0613,12,coords,two_rule_comb4,7.0,"['!', '(']",7 2],1,1.0 +0613,0613,12,coords,two_rule_comb4,8.0,"['~', '(']",8 5],0,1.0 +0613,0613,12,coords,two_rule_comb4,9.0,"['*', '(']",7 6],0,1.0 +0613,0613,12,coords,two_rule_comb4,10.0,"[':', '<']",4 1],0,1.0 +0613,0613,12,coords,two_rule_comb4,11.0,"['%', '&']",5 7] [6 0],0,1.0 +0613,0613,12,coords,two_rule_comb4,12.0,"['$', '(']",3 6],0,1.0 +0613,0613,12,coords,two_rule_comb4,13.0,"['$', '%']",5 9],0,1.0 +0613,0613,12,coords,two_rule_comb4,14.0,"['$', '*']",2 6],0,1.0 +0613,0613,12,coords,two_rule_comb4,15.0,"['~', '~']",1 4],0,1.0 +0613,0613,12,coords,two_rule_comb4,16.0,"['&', '%']",5 9],0,1.0 +0613,0613,12,coords,two_rule_comb4,17.0,"['<', '$']",1 3],0,1.0 +0613,0613,12,coords,two_rule_comb4,18.0,"['>', '$']",8 9],1,1.0 +0613,0613,12,coords,two_rule_comb4,19.0,"['*', '!']",7 2],0,1.0 +0613,0613,12,coords,two_rule_comb4,20.0,"['$', '*']",None,0,1.0 +0613,0613,12,coords,two_rule_comb4,21.0,"['(', '&']",7 6],0,1.0 +0613,0613,12,coords,two_rule_comb4,22.0,"['(', '!']",1 4] [2 3],0,1.0 +0613,0613,12,coords,two_rule_comb4,23.0,"['&', '!']",2 4] [6 3],0,1.0 +0613,0613,12,coords,two_rule_comb4,24.0,"['<', ':']",8 7] [3 8],0,1.0 +0613,0613,12,coords,two_rule_comb4,25.0,"['<', '!']",2 7],0,1.0 +0613,0613,12,coords,two_rule_comb4,26.0,"['&', '&']",5 1],1,1.0 +0613,0613,12,coords,two_rule_comb4,27.0,"[':', '(']",3 1],0,1.0 +0613,0613,12,coords,two_rule_comb4,28.0,"['(', '*']",3 5],0,1.0 +0613,0613,12,coords,two_rule_comb4,29.0,"['(', '&']",16 2],0,1.0 +0613,0613,12,coords,two_rule_comb4,30.0,"['$', '~']",6 7],0,1.0 +0613,0613,12,coords,two_rule_comb4,31.0,"['%', '>']",5 -3],0,1.0 +0613,0613,12,coords,two_rule_comb4,32.0,"['%', '%']",7 5],0,1.0 +0613,0613,12,coords,two_rule_comb4,33.0,"['<', '%']",3 8],1,1.0 +0613,0613,12,coords,two_rule_comb4,34.0,"[':', '~']",1 5],1,1.0 +0613,0613,12,coords,two_rule_comb4,35.0,"['<', '>']",3 6],0,1.0 +0613,0613,12,coords,two_rule_comb4,36.0,"['%', '(']",2 6],0,1.0 +0613,0613,12,coords,two_rule_comb4,37.0,"['$', '(']",4 1],0,1.0 +0613,0613,12,coords,two_rule_comb4,38.0,"['>', '%']",1 3],0,1.0 +0613,0613,12,coords,two_rule_comb4,39.0,"['%', '(']",5 7],1,1.0 +0613,0613,12,coords,two_rule_comb4,40.0,"['>', '*']",1 3],0,1.0 +0613,0613,12,coords,two_rule_comb4,41.0,"['!', '$']",2 1],0,1.0 +0613,0613,12,coords,two_rule_comb4,42.0,"['<', '%']",5 2],0,1.0 +0613,0613,12,coords,two_rule_comb4,43.0,"['$', '<']",8 4],0,1.0 +0613,0613,12,coords,two_rule_comb4,44.0,"['<', '%']",12 3],0,1.0 +0613,0613,12,coords,two_rule_comb4,45.0,"['&', '!']",1 6],0,1.0 +0613,0613,12,coords,two_rule_comb4,46.0,"['&', '%']",6 6],1,1.0 +0613,0613,12,coords,two_rule_comb4,47.0,"['*', '(']",6 5],1,1.0 +0613,0613,12,coords,two_rule_comb4,48.0,"['<', '(']",1 4],0,1.0 +0613,0613,12,coords,two_rule_comb4,49.0,"['~', '!']",None,0,1.0 +0613,0613,12,coords,two_rule_comb5,0.0,"['*', '%']",None,0,1.0 +0613,0613,12,coords,two_rule_comb5,1.0,"['(', '(']",None,0,1.0 +0613,0613,12,coords,two_rule_comb5,2.0,"['$', '$']",4 6] [5 5],1,1.0 +0613,0613,12,coords,two_rule_comb5,3.0,"['(', '<']",2 2],1,1.0 +0613,0613,12,coords,two_rule_comb5,4.0,"['$', '(']",4 2],1,1.0 +0613,0613,12,coords,two_rule_comb5,5.0,"['%', '&']",8 3],1,1.0 +0613,0613,12,coords,two_rule_comb5,6.0,"['$', '&']",3 7],1,1.0 +0613,0613,12,coords,two_rule_comb5,7.0,"['*', '!']",2 6],1,1.0 +0613,0613,12,coords,two_rule_comb5,8.0,"['(', '%']",5 5],1,1.0 +0613,0613,12,coords,two_rule_comb5,9.0,"['!', '(']",2 7] [1 6],1,1.0 +0613,0613,12,coords,two_rule_comb5,10.0,"['$', '%']",9 6],1,1.0 +0613,0613,12,coords,two_rule_comb5,11.0,"['(', ':']",6 6] [5 8],1,1.0 +0613,0613,12,coords,two_rule_comb5,12.0,"['$', '~']",4 7] [3 8],0,1.0 +0613,0613,12,coords,two_rule_comb5,13.0,"['!', '~']",6 2],1,1.0 +0613,0613,12,coords,two_rule_comb5,14.0,"['<', ':']",6 2],1,1.0 +0613,0613,12,coords,two_rule_comb5,15.0,"['~', '&']",1 3],0,1.0 +0613,0613,12,coords,two_rule_comb5,16.0,"['&', '$']",7 5],1,1.0 +0613,0613,12,coords,two_rule_comb5,17.0,"['~', '(']",4 3],1,1.0 +0613,0613,12,coords,two_rule_comb5,18.0,"['&', '%']",4 5],1,1.0 +0613,0613,12,coords,two_rule_comb5,19.0,"['>', '$']",5 8],1,1.0 +0613,0613,12,coords,two_rule_comb5,20.0,"['&', '$']",5 3],1,1.0 +0613,0613,12,coords,two_rule_comb5,21.0,"[':', '<']",5 4],0,1.0 +0613,0613,12,coords,two_rule_comb5,22.0,"['$', '~']",1 8] [2 7],0,1.0 +0613,0613,12,coords,two_rule_comb5,23.0,"['~', '%']",3 4],1,1.0 +0613,0613,12,coords,two_rule_comb5,24.0,"['$', '!']",3 2],1,1.0 +0613,0613,12,coords,two_rule_comb5,25.0,"['$', ':']",5 2],1,1.0 +0613,0613,12,coords,two_rule_comb5,26.0,"['&', '<']",5 8],1,1.0 +0613,0613,12,coords,two_rule_comb5,27.0,"['*', '~']",6 2],1,1.0 +0613,0613,12,coords,two_rule_comb5,28.0,"['$', ':']",6 4],1,1.0 +0613,0613,12,coords,two_rule_comb5,29.0,"[':', '>']",3 5] [2 4],0,1.0 +0613,0613,12,coords,two_rule_comb5,30.0,"['>', '(']",7 6],1,1.0 +0613,0613,12,coords,two_rule_comb5,31.0,"['<', '!']",4 5] [3 6],1,1.0 +0613,0613,12,coords,two_rule_comb5,32.0,"['&', ':']",None,0,1.0 +0613,0613,12,coords,two_rule_comb5,33.0,"['$', '%']",3 6],1,1.0 +0613,0613,12,coords,two_rule_comb5,34.0,"[':', '(']",1 0],1,1.0 +0613,0613,12,coords,two_rule_comb5,35.0,"['%', '%']",4 4],1,1.0 +0613,0613,12,coords,two_rule_comb5,36.0,"['!', '&']",4 3],1,1.0 +0613,0613,12,coords,two_rule_comb5,37.0,"['<', '~']",-1 10],0,1.0 +0613,0613,12,coords,two_rule_comb5,38.0,"['(', '!']",7 3] [9 1],0,1.0 +0613,0613,12,coords,two_rule_comb5,39.0,"['>', '<']",2 3],1,1.0 +0613,0613,12,coords,two_rule_comb5,40.0,"['%', '$']",3 1],1,1.0 +0613,0613,12,coords,two_rule_comb5,41.0,"['$', '<']",5 6],1,1.0 +0613,0613,12,coords,two_rule_comb5,42.0,"['%', '(']",None,0,1.0 +0613,0613,12,coords,two_rule_comb5,43.0,"['<', '$']",1 0],0,1.0 +0613,0613,12,coords,two_rule_comb5,44.0,"['*', '&']",-2 6],0,1.0 +0613,0613,12,coords,two_rule_comb5,45.0,"['*', '&']",3 3],1,1.0 +0613,0613,12,coords,two_rule_comb5,46.0,"['!', '$']",None,0,1.0 +0613,0613,12,coords,two_rule_comb5,47.0,"['<', '>']",7 2],0,1.0 +0613,0613,12,coords,two_rule_comb5,48.0,"['!', ':']",9 5],1,1.0 +0613,0613,12,coords,two_rule_comb5,49.0,"['%', ':']",3 6] [4 8],1,1.0 +0613,0613,12,coords,three_rule_comb0,0.0,"['&', ':', ':']",9 0 6],1,1.0 +0613,0613,12,coords,three_rule_comb0,1.0,"['!', '%', '%']",0 6 5],1,1.0 +0613,0613,12,coords,three_rule_comb0,2.0,"['*', '$', '%']",9 4 8],1,1.0 +0613,0613,12,coords,three_rule_comb0,3.0,"['$', '>', '*']",16 4 1],0,1.0 +0613,0613,12,coords,three_rule_comb0,4.0,"[':', '%', '<']",9 5 4],1,1.0 +0613,0613,12,coords,three_rule_comb0,5.0,"['~', '%', '$']",0 2 0] [0 ,1,1.0 +0613,0613,12,coords,three_rule_comb0,6.0,"['(', '$', ':']",0 4 7],1,1.0 +0613,0613,12,coords,three_rule_comb0,7.0,"[':', '>', '&']",1 2 2],1,1.0 +0613,0613,12,coords,three_rule_comb0,8.0,"['*', '<', '!']",2 1 2] [9 ,0,1.0 +0613,0613,12,coords,three_rule_comb0,9.0,"[':', '$', '(']",None,0,1.0 +0613,0613,12,coords,three_rule_comb0,10.0,"['&', '<', '>']",3 5 6],1,1.0 +0613,0613,12,coords,three_rule_comb0,11.0,"['$', '&', '!']",8 7 5],1,1.0 +0613,0613,12,coords,three_rule_comb0,12.0,"['&', '<', '(']",5 8 0],1,1.0 +0613,0613,12,coords,three_rule_comb0,13.0,"['>', '>', '$']",9 1 6],1,1.0 +0613,0613,12,coords,three_rule_comb0,14.0,"['(', '$', '<']",6 1 8],0,1.0 +0613,0613,12,coords,three_rule_comb0,15.0,"['(', '>', '*']",7 7 9],0,1.0 +0613,0613,12,coords,three_rule_comb0,16.0,"['~', '!', '&']",1 1 9],0,1.0 +0613,0613,12,coords,three_rule_comb0,17.0,"[':', '*', '(']",6 6 2],0,1.0 +0613,0613,12,coords,three_rule_comb0,18.0,"['<', '>', '>']",0 9 9] [0 ,1,1.0 +0613,0613,12,coords,three_rule_comb0,19.0,"['<', '~', '!']",3 8 5],1,1.0 +0613,0613,12,coords,three_rule_comb0,20.0,"['*', '*', '(']",1 5 2],1,1.0 +0613,0613,12,coords,three_rule_comb0,21.0,"['>', '&', '%']",8 6 2],1,1.0 +0613,0613,12,coords,three_rule_comb0,22.0,"[':', '&', '&']",4 1 7],1,1.0 +0613,0613,12,coords,three_rule_comb0,23.0,"['*', '&', '!']",7 4 0],1,1.0 +0613,0613,12,coords,three_rule_comb0,24.0,"['~', '>', '&']",4 0 8] [4 ,1,1.0 +0613,0613,12,coords,three_rule_comb0,25.0,"['&', '(', '!']",7 7 7],1,1.0 +0613,0613,12,coords,three_rule_comb0,26.0,"[':', '$', '~']",5 5 1],1,1.0 +0613,0613,12,coords,three_rule_comb0,27.0,"['(', '!', '!']",None,0,1.0 +0613,0613,12,coords,three_rule_comb0,28.0,"[':', '(', '&']",6 0 4],1,1.0 +0613,0613,12,coords,three_rule_comb0,29.0,"['*', '%', '(']",9 3 1],1,1.0 +0613,0613,12,coords,three_rule_comb0,30.0,"['~', '>', '!']",7 4 6],1,1.0 +0613,0613,12,coords,three_rule_comb0,31.0,"['&', '&', ':']",0 8 9],1,1.0 +0613,0613,12,coords,three_rule_comb0,32.0,"['(', ':', ':']",8 0 2],1,1.0 +0613,0613,12,coords,three_rule_comb0,33.0,"['%', '<', '<']",5 2 4] [8 ,0,1.0 +0613,0613,12,coords,three_rule_comb0,34.0,"['&', ':', '%']",4 3 5],1,1.0 +0613,0613,12,coords,three_rule_comb0,35.0,"['<', ':', '%']",9 9 4],1,1.0 +0613,0613,12,coords,three_rule_comb0,36.0,"['&', '(', ':']",9 8 0],1,1.0 +0613,0613,12,coords,three_rule_comb0,37.0,"['&', '~', '(']",2 5 0],1,1.0 +0613,0613,12,coords,three_rule_comb0,38.0,"[':', '>', '$']",0 3 3],0,1.0 +0613,0613,12,coords,three_rule_comb0,39.0,"[':', ':', '&']",9 2 2],1,1.0 +0613,0613,12,coords,three_rule_comb0,40.0,"['$', '(', '(']",3 7 6],1,1.0 +0613,0613,12,coords,three_rule_comb0,41.0,"['%', '&', '>']",1 6 4],1,1.0 +0613,0613,12,coords,three_rule_comb0,42.0,"['>', '%', '~']",1 8 6],1,1.0 +0613,0613,12,coords,three_rule_comb0,43.0,"['!', '%', '!']",4 0 1],1,1.0 +0613,0613,12,coords,three_rule_comb0,44.0,"['$', '&', '%']",6 8 9] [6 ,1,1.0 +0613,0613,12,coords,three_rule_comb0,45.0,"[':', '>', '*']",3 -5 6],0,1.0 +0613,0613,12,coords,three_rule_comb0,46.0,"['*', '~', '~']",9 6 2],1,1.0 +0613,0613,12,coords,three_rule_comb0,47.0,"['>', '*', '>']",0 5 6],1,1.0 +0613,0613,12,coords,three_rule_comb0,48.0,"[':', '!', '<']",6 8 1],0,1.0 +0613,0613,12,coords,three_rule_comb0,49.0,"['(', '(', '$']",9 3 0],1,1.0 +0613,0613,12,coords,three_rule_comb1,0.0,"['~', '$', '%']",9 0 9],1,1.0 +0613,0613,12,coords,three_rule_comb1,1.0,"[':', '$', '$']",6 2 6],1,1.0 +0613,0613,12,coords,three_rule_comb1,2.0,"['!', '!', '*']",9 8 0] [6 ,0,1.0 +0613,0613,12,coords,three_rule_comb1,3.0,"['~', '(', ':']",4 0 7],1,1.0 +0613,0613,12,coords,three_rule_comb1,4.0,"['*', '*', '!']",5 1 1],1,1.0 +0613,0613,12,coords,three_rule_comb1,5.0,"['*', '!', '<']",1 3 3],0,1.0 +0613,0613,12,coords,three_rule_comb1,6.0,"['~', '(', '(']",8 4 1],0,1.0 +0613,0613,12,coords,three_rule_comb1,7.0,"['<', '>', '~']",8 0 5] [8 ,0,1.0 +0613,0613,12,coords,three_rule_comb1,8.0,"['*', '(', '>']",3 5 7],0,1.0 +0613,0613,12,coords,three_rule_comb1,9.0,"['>', '>', ':']",None,0,1.0 +0613,0613,12,coords,three_rule_comb1,10.0,"['&', '$', '&']",0 0 6],0,1.0 +0613,0613,12,coords,three_rule_comb1,11.0,"['!', '<', '<']",0 6 8],0,1.0 +0613,0613,12,coords,three_rule_comb1,12.0,"['>', '>', '~']",5 4 7],0,1.0 +0613,0613,12,coords,three_rule_comb1,13.0,"[':', '!', '*']",8 4 6],0,1.0 +0613,0613,12,coords,three_rule_comb1,14.0,"[':', '$', '!']",4 7 0],0,1.0 +0613,0613,12,coords,three_rule_comb1,15.0,"['%', '!', '%']",2 1 1],1,1.0 +0613,0613,12,coords,three_rule_comb1,16.0,"['(', '~', '%']",4 3 8],0,1.0 +0613,0613,12,coords,three_rule_comb1,17.0,"['*', '>', '%']",None,0,1.0 +0613,0613,12,coords,three_rule_comb1,18.0,"['!', '!', '<']",1 1 1],0,1.0 +0613,0613,12,coords,three_rule_comb1,19.0,"['>', '(', '$']",5 3 8],1,1.0 +0613,0613,12,coords,three_rule_comb1,20.0,"['(', '&', '%']",6 0 8],0,1.0 +0613,0613,12,coords,three_rule_comb1,21.0,"['$', '&', '~']",1 4 0],0,1.0 +0613,0613,12,coords,three_rule_comb1,22.0,"['<', '<', '>']",0 9 3],1,1.0 +0613,0613,12,coords,three_rule_comb1,23.0,"['&', ':', '$']",9 6 5],1,1.0 +0613,0613,12,coords,three_rule_comb1,24.0,"['$', '(', '!']",6 8 0],1,1.0 +0613,0613,12,coords,three_rule_comb1,25.0,"[':', '(', '~']",8 3 5] [2 ,1,1.0 +0613,0613,12,coords,three_rule_comb1,26.0,"[':', '>', '&']",None,0,1.0 +0613,0613,12,coords,three_rule_comb1,27.0,"['$', '$', '<']",7 4 7],0,1.0 +0613,0613,12,coords,three_rule_comb1,28.0,"['%', '*', ':']",9 1 8],1,1.0 +0613,0613,12,coords,three_rule_comb1,29.0,"[':', '~', '*']",2 5 2],0,1.0 +0613,0613,12,coords,three_rule_comb1,30.0,"['~', '%', '%']",2 1 7],0,1.0 +0613,0613,12,coords,three_rule_comb1,31.0,"['!', '$', ':']",8 2 9],1,1.0 +0613,0613,12,coords,three_rule_comb1,32.0,"['&', '*', '%']",4 4 3],0,1.0 +0613,0613,12,coords,three_rule_comb1,33.0,"['*', '~', '&']",6 1 1],1,1.0 +0613,0613,12,coords,three_rule_comb1,34.0,"['(', '(', '*']",8 4 8],0,1.0 +0613,0613,12,coords,three_rule_comb1,35.0,"[':', '&', '*']",8 8 6],1,1.0 +0613,0613,12,coords,three_rule_comb1,36.0,"['(', ':', '*']",9 1 6],1,1.0 +0613,0613,12,coords,three_rule_comb1,37.0,"['<', '<', '~']",0 8 6],0,1.0 +0613,0613,12,coords,three_rule_comb1,38.0,"[':', ':', '*']",6 2 8],0,1.0 +0613,0613,12,coords,three_rule_comb1,39.0,"['$', '*', '<']",1 6 3],0,1.0 +0613,0613,12,coords,three_rule_comb1,40.0,"['!', '*', '%']",2 6 2],0,1.0 +0613,0613,12,coords,three_rule_comb1,41.0,"['<', '*', '<']",9 0 8],1,1.0 +0613,0613,12,coords,three_rule_comb1,42.0,"['<', '~', '%']",6 2 7],0,1.0 +0613,0613,12,coords,three_rule_comb1,43.0,"['>', '&', '!']",4 7 8],0,1.0 +0613,0613,12,coords,three_rule_comb1,44.0,"['*', '~', '<']",1 3 3],1,1.0 +0613,0613,12,coords,three_rule_comb1,45.0,"['<', '$', '$']",2 6 9],0,1.0 +0613,0613,12,coords,three_rule_comb1,46.0,"['~', '<', ':']",2 5 0],0,1.0 +0613,0613,12,coords,three_rule_comb1,47.0,"[':', '>', '%']",None,0,1.0 +0613,0613,12,coords,three_rule_comb1,48.0,"['&', '~', '*']",9 9 6],0,1.0 +0613,0613,12,coords,three_rule_comb1,49.0,"['>', '*', '<']",7 7 2],0,1.0 +0613,0613,12,coords,three_rule_comb2,0.0,"['%', '%', '&']",5 4 8],1,1.0 +0613,0613,12,coords,three_rule_comb2,1.0,"['&', '&', '$']",5 1 7] [8 ,0,1.0 +0613,0613,12,coords,three_rule_comb2,2.0,"[':', '<', '~']",9 0 6],0,1.0 +0613,0613,12,coords,three_rule_comb2,3.0,"['*', ':', ':']",6 4 7] [7 ,0,1.0 +0613,0613,12,coords,three_rule_comb2,4.0,"['$', '!', '&']",8 7 3],1,1.0 +0613,0613,12,coords,three_rule_comb2,5.0,"['*', '!', '*']",1 6 1] [1 ,0,1.0 +0613,0613,12,coords,three_rule_comb2,6.0,"['(', '<', '!']",7 6 8] [3 ,0,1.0 +0613,0613,12,coords,three_rule_comb2,7.0,"['>', '(', '$']",1 1 6],1,1.0 +0613,0613,12,coords,three_rule_comb2,8.0,"['!', ':', ':']",6 8 9],0,1.0 +0613,0613,12,coords,three_rule_comb2,9.0,"['&', ':', '<']",7 1 6],1,1.0 +0613,0613,12,coords,three_rule_comb2,10.0,"['&', '<', '$']",4 5 8],1,1.0 +0613,0613,12,coords,three_rule_comb2,11.0,"['<', '$', '%']",5 1 2],1,1.0 +0613,0613,12,coords,three_rule_comb2,12.0,"['~', '*', '>']",5 5 1],1,1.0 +0613,0613,12,coords,three_rule_comb2,13.0,"['<', '*', '>']",2 6 7],0,1.0 +0613,0613,12,coords,three_rule_comb2,14.0,"['*', '>', ':']",5 0 1],1,1.0 +0613,0613,12,coords,three_rule_comb2,15.0,"['$', '<', '*']",2 3 8],1,1.0 +0613,0613,12,coords,three_rule_comb2,16.0,"['!', '<', '&']",5 9 8],1,1.0 +0613,0613,12,coords,three_rule_comb2,17.0,"['!', '%', '!']",3 5 0],1,1.0 +0613,0613,12,coords,three_rule_comb2,18.0,"['~', '!', '$']",7 5 5],1,1.0 +0613,0613,12,coords,three_rule_comb2,19.0,"['(', '>', '(']",8 8 0],1,1.0 +0613,0613,12,coords,three_rule_comb2,20.0,"['&', '$', '$']",6 0 0],1,1.0 +0613,0613,12,coords,three_rule_comb2,21.0,"['<', '<', '!']",6 2 3],1,1.0 +0613,0613,12,coords,three_rule_comb2,22.0,"['>', '%', '&']",1 11 8],0,1.0 +0613,0613,12,coords,three_rule_comb2,23.0,"['*', '&', ':']",2 0 4],1,1.0 +0613,0613,12,coords,three_rule_comb2,24.0,"['%', '$', '<']",0 8 6],1,1.0 +0613,0613,12,coords,three_rule_comb2,25.0,"['~', ':', '(']",1 6 8],1,1.0 +0613,0613,12,coords,three_rule_comb2,26.0,"['*', '!', '>']",8 0 7],1,1.0 +0613,0613,12,coords,three_rule_comb2,27.0,"['&', '<', '*']",6 4 4],1,1.0 +0613,0613,12,coords,three_rule_comb2,28.0,"['&', '%', '>']",1 4 6] [7 ,0,1.0 +0613,0613,12,coords,three_rule_comb2,29.0,"['~', '<', '&']",8 5 1],0,1.0 +0613,0613,12,coords,three_rule_comb2,30.0,"['*', '<', ':']",3 5 3],1,1.0 +0613,0613,12,coords,three_rule_comb2,31.0,"['&', '%', '&']",5 6 5],1,1.0 +0613,0613,12,coords,three_rule_comb2,32.0,"['!', '(', '<']",5 1 4],1,1.0 +0613,0613,12,coords,three_rule_comb2,33.0,"['~', '>', '*']",7 2 8],1,1.0 +0613,0613,12,coords,three_rule_comb2,34.0,"['&', '(', '$']",3 2 3],1,1.0 +0613,0613,12,coords,three_rule_comb2,35.0,"['&', '%', '!']",7 4 8] [9 ,0,1.0 +0613,0613,12,coords,three_rule_comb2,36.0,"['!', '%', ':']",4 1 4],1,1.0 +0613,0613,12,coords,three_rule_comb2,37.0,"['~', '*', '*']",4 1 0],1,1.0 +0613,0613,12,coords,three_rule_comb2,38.0,"['>', ':', '$']",9 2 3],1,1.0 +0613,0613,12,coords,three_rule_comb2,39.0,"['%', '&', '$']",2 8 2],1,1.0 +0613,0613,12,coords,three_rule_comb2,40.0,"['<', '%', '(']",1 8 2],1,1.0 +0613,0613,12,coords,three_rule_comb2,41.0,"['(', ':', '>']",4 8 7],0,1.0 +0613,0613,12,coords,three_rule_comb2,42.0,"[':', '*', '&']",9 8 7],1,1.0 +0613,0613,12,coords,three_rule_comb2,43.0,"['>', '~', '>']",5 4 1],1,1.0 +0613,0613,12,coords,three_rule_comb2,44.0,"['*', '$', '$']",5 4 3],1,1.0 +0613,0613,12,coords,three_rule_comb2,45.0,"['%', '&', '>']",6 1 6],1,1.0 +0613,0613,12,coords,three_rule_comb2,46.0,"['&', '%', '%']",0 5 3],1,1.0 +0613,0613,12,coords,three_rule_comb2,47.0,"['(', '(', '>']",4 4 7],1,1.0 +0613,0613,12,coords,three_rule_comb2,48.0,"['%', '<', ':']",7 3 6],1,1.0 +0613,0613,12,coords,three_rule_comb2,49.0,"[':', ':', '*']",8 7 8],1,1.0 +0613,0613,12,coords,three_rule_comb3,0.0,"['<', '&', '>']",2 0 9],1,1.0 +0613,0613,12,coords,three_rule_comb3,1.0,"['*', '&', '*']",6 9 5] [3 ,1,1.0 +0613,0613,12,coords,three_rule_comb3,2.0,"['~', '!', '>']",2 4 4],0,1.0 +0613,0613,12,coords,three_rule_comb3,3.0,"['(', ':', '$']",6 2 3],1,1.0 +0613,0613,12,coords,three_rule_comb3,4.0,"['%', '<', '(']",8 7 0],0,1.0 +0613,0613,12,coords,three_rule_comb3,5.0,"['(', '&', '(']",4 5 8],0,1.0 +0613,0613,12,coords,three_rule_comb3,6.0,"['(', '>', ':']",4 8 0],0,1.0 +0613,0613,12,coords,three_rule_comb3,7.0,"['$', '%', '~']",9 6 8],0,1.0 +0613,0613,12,coords,three_rule_comb3,8.0,"['$', '%', '<']",9 3 7],1,1.0 +0613,0613,12,coords,three_rule_comb3,9.0,"['$', '%', '(']",3 7 0],0,1.0 +0613,0613,12,coords,three_rule_comb3,10.0,"['~', '*', '>']",4 9 0],0,1.0 +0613,0613,12,coords,three_rule_comb3,11.0,"['%', '>', '<']",5 7 6],0,1.0 +0613,0613,12,coords,three_rule_comb3,12.0,"['!', '%', ':']",1 7 1],0,1.0 +0613,0613,12,coords,three_rule_comb3,13.0,"['*', '~', '$']",8 8 7],0,1.0 +0613,0613,12,coords,three_rule_comb3,14.0,"['(', '!', '<']",7 3 9],1,1.0 +0613,0613,12,coords,three_rule_comb3,15.0,"['&', '!', '$']",3 2 2],1,1.0 +0613,0613,12,coords,three_rule_comb3,16.0,"['&', '$', '~']",7 1 7],0,1.0 +0613,0613,12,coords,three_rule_comb3,17.0,"[':', '$', '$']",7 1 5],0,1.0 +0613,0613,12,coords,three_rule_comb3,18.0,"['<', '<', '$']",3 0 5],0,1.0 +0613,0613,12,coords,three_rule_comb3,19.0,"['>', '*', '&']",0 8 1],0,1.0 +0613,0613,12,coords,three_rule_comb3,20.0,"['$', '<', '(']",8 5 0],0,1.0 +0613,0613,12,coords,three_rule_comb3,21.0,"['!', '!', '*']",9 2 4],0,1.0 +0613,0613,12,coords,three_rule_comb3,22.0,"['(', '>', '~']",-4 4 0],0,1.0 +0613,0613,12,coords,three_rule_comb3,23.0,"['!', '!', '$']",2 1 1],1,1.0 +0613,0613,12,coords,three_rule_comb3,24.0,"['%', '&', '(']",1 6 2],0,1.0 +0613,0613,12,coords,three_rule_comb3,25.0,"['&', '~', ':']",8 2 8],0,1.0 +0613,0613,12,coords,three_rule_comb3,26.0,"['<', '>', ':']",9 8 8],1,1.0 +0613,0613,12,coords,three_rule_comb3,27.0,"['&', '&', '!']",3 7 2],0,1.0 +0613,0613,12,coords,three_rule_comb3,28.0,"['(', '%', '(']",16 2 3],0,1.0 +0613,0613,12,coords,three_rule_comb3,29.0,"['%', '~', '>']",4 5 2],1,1.0 +0613,0613,12,coords,three_rule_comb3,30.0,"['<', '&', '$']",5 8 6],0,1.0 +0613,0613,12,coords,three_rule_comb3,31.0,"['~', '(', ':']",5 6 8],0,1.0 +0613,0613,12,coords,three_rule_comb3,32.0,"['$', '!', '%']",5 0 1],1,1.0 +0613,0613,12,coords,three_rule_comb3,33.0,"['$', '$', '<']",7 3 2],1,1.0 +0613,0613,12,coords,three_rule_comb3,34.0,"['$', '(', ':']",8 3 1],1,1.0 +0613,0613,12,coords,three_rule_comb3,35.0,"['!', '!', ':']",8 1 0],0,1.0 +0613,0613,12,coords,three_rule_comb3,36.0,"['&', '~', '!']",7 9 6],0,1.0 +0613,0613,12,coords,three_rule_comb3,37.0,"['(', '<', '>']",5 5 5],0,1.0 +0613,0613,12,coords,three_rule_comb3,38.0,"[':', '>', '$']",0 5 6],0,1.0 +0613,0613,12,coords,three_rule_comb3,39.0,"['!', ':', '!']",1 1 1],0,1.0 +0613,0613,12,coords,three_rule_comb3,40.0,"['%', '%', '$']",9 5 1] [2 ,0,1.0 +0613,0613,12,coords,three_rule_comb3,41.0,"['<', '*', '*']",5 0 7],0,1.0 +0613,0613,12,coords,three_rule_comb3,42.0,"['$', '&', '~']",4 6 7],1,1.0 +0613,0613,12,coords,three_rule_comb3,43.0,"['!', '(', '!']",None,0,1.0 +0613,0613,12,coords,three_rule_comb3,44.0,"[':', '$', ':']",0 0 7],1,1.0 +0613,0613,12,coords,three_rule_comb3,45.0,"['$', '$', '%']",5 2 5],0,1.0 +0613,0613,12,coords,three_rule_comb3,46.0,"['%', '<', '&']",7 3 8],1,1.0 +0613,0613,12,coords,three_rule_comb3,47.0,"['~', '(', '*']",2 1 3],0,1.0 +0613,0613,12,coords,three_rule_comb3,48.0,"['>', '>', ':']",1 6 8],0,1.0 +0613,0613,12,coords,three_rule_comb3,49.0,"['$', '$', '(']",9 5 0],0,1.0 +0613,0613,12,coords,three_rule_comb4,0.0,"[':', '>', '%']",7 7 3],0,1.0 +0613,0613,12,coords,three_rule_comb4,1.0,"['>', '$', '(']",2 0 4] [4 ,0,1.0 +0613,0613,12,coords,three_rule_comb4,2.0,"['$', '!', '&']",5 0 4],0,1.0 +0613,0613,12,coords,three_rule_comb4,3.0,"['$', '>', '%']",7 1 2],0,1.0 +0613,0613,12,coords,three_rule_comb4,4.0,"['$', ':', '!']",7 4 2] [8 ,0,1.0 +0613,0613,12,coords,three_rule_comb4,5.0,"['(', ':', '<']",6 9 9],0,1.0 +0613,0613,12,coords,three_rule_comb4,6.0,"['$', '!', '~']",4 6 4],0,1.0 +0613,0613,12,coords,three_rule_comb4,7.0,"['*', '<', ':']",3 5 2],0,1.0 +0613,0613,12,coords,three_rule_comb4,8.0,"['~', '%', '<']",4 2 8],0,1.0 +0613,0613,12,coords,three_rule_comb4,9.0,"['%', '&', '$']",1 7 9],0,1.0 +0613,0613,12,coords,three_rule_comb4,10.0,"[':', '&', '<']",3 1 7],0,1.0 +0613,0613,12,coords,three_rule_comb4,11.0,"['>', '!', ':']",6 6 1],0,1.0 +0613,0613,12,coords,three_rule_comb4,12.0,"['(', '!', '!']",4 7 1],0,1.0 +0613,0613,12,coords,three_rule_comb4,13.0,"['%', ':', '%']",6 9 8],0,1.0 +0613,0613,12,coords,three_rule_comb4,14.0,"['!', '%', '$']",1 3 0],0,1.0 +0613,0613,12,coords,three_rule_comb4,15.0,"['$', ':', ':']",8 6 8],0,1.0 +0613,0613,12,coords,three_rule_comb4,16.0,"['%', '%', '%']",7 6 4],1,1.0 +0613,0613,12,coords,three_rule_comb4,17.0,"['*', '>', '&']",3 6 6],0,1.0 +0613,0613,12,coords,three_rule_comb4,18.0,"['>', '(', '*']",1 8 1],0,1.0 +0613,0613,12,coords,three_rule_comb4,19.0,"['<', '(', '<']",5 0 2],0,1.0 +0613,0613,12,coords,three_rule_comb4,20.0,"['*', '<', '*']",3 5 6],1,1.0 +0613,0613,12,coords,three_rule_comb4,21.0,"['!', '!', '(']",1 4 7],1,1.0 +0613,0613,12,coords,three_rule_comb4,22.0,"['<', '%', '!']",3 4 1],0,1.0 +0613,0613,12,coords,three_rule_comb4,23.0,"['!', '%', ':']",7 9 6],0,1.0 +0613,0613,12,coords,three_rule_comb4,24.0,"['<', ':', '%']",8 8 6],0,1.0 +0613,0613,12,coords,three_rule_comb4,25.0,"['*', '&', '*']",6 2 2],1,1.0 +0613,0613,12,coords,three_rule_comb4,26.0,"['*', '>', '*']",1 4 2],0,1.0 +0613,0613,12,coords,three_rule_comb4,27.0,"['<', '$', ':']",2 1 9],0,1.0 +0613,0613,12,coords,three_rule_comb4,28.0,"['*', '>', '<']",3 3 8],0,1.0 +0613,0613,12,coords,three_rule_comb4,29.0,"['<', '<', '&']",5 6 8],0,1.0 +0613,0613,12,coords,three_rule_comb4,30.0,"['(', '(', '&']",7 5 4],0,1.0 +0613,0613,12,coords,three_rule_comb4,31.0,"['&', '!', '(']",7 11 6],0,1.0 +0613,0613,12,coords,three_rule_comb4,32.0,"['<', '$', '!']",0 6 4],1,1.0 +0613,0613,12,coords,three_rule_comb4,33.0,"['%', ':', '%']",8 1 3],0,1.0 +0613,0613,12,coords,three_rule_comb4,34.0,"['~', '~', ':']",3 1 3],0,1.0 +0613,0613,12,coords,three_rule_comb4,35.0,"['&', '*', ':']",0 3 6],1,1.0 +0613,0613,12,coords,three_rule_comb4,36.0,"['<', ':', '!']",9 4 1],0,1.0 +0613,0613,12,coords,three_rule_comb4,37.0,"['*', '%', '&']",7 6 5],0,1.0 +0613,0613,12,coords,three_rule_comb4,38.0,"['&', '(', '~']",1 6 3],0,1.0 +0613,0613,12,coords,three_rule_comb4,39.0,"['<', '(', ':']",5 9 7],0,1.0 +0613,0613,12,coords,three_rule_comb4,40.0,"['&', '~', '&']",8 2 5],0,1.0 +0613,0613,12,coords,three_rule_comb4,41.0,"['>', '!', ':']",5 1 3],0,1.0 +0613,0613,12,coords,three_rule_comb4,42.0,"[':', '(', '<']",1 5 2] [0 ,0,1.0 +0613,0613,12,coords,three_rule_comb4,43.0,"['<', '!', ':']",8 7 9],0,1.0 +0613,0613,12,coords,three_rule_comb4,44.0,"['>', '&', '$']",4 0 6],0,1.0 +0613,0613,12,coords,three_rule_comb4,45.0,"['>', ':', '(']",1 8 6] [1 ,0,1.0 +0613,0613,12,coords,three_rule_comb4,46.0,"['*', '*', '&']",0 6 2],0,1.0 +0613,0613,12,coords,three_rule_comb4,47.0,"['$', '$', ':']",8 4 3],0,1.0 +0613,0613,12,coords,three_rule_comb4,48.0,"['%', '*', '!']",6 9 9],1,1.0 +0613,0613,12,coords,three_rule_comb4,49.0,"['&', '~', '$']",4 6 6],0,1.0 +0613,0613,12,coords,three_rule_comb5,0.0,"['<', '%', '>']",7 9 4],1,1.0 +0613,0613,12,coords,three_rule_comb5,1.0,"['!', '!', '&']",5 4 2],1,1.0 +0613,0613,12,coords,three_rule_comb5,2.0,"['<', '!', '&']",6 6 5],0,1.0 +0613,0613,12,coords,three_rule_comb5,3.0,"['<', '$', '*']",5 4 7],0,1.0 +0613,0613,12,coords,three_rule_comb5,4.0,"['%', '*', '(']",5 0 6],0,1.0 +0613,0613,12,coords,three_rule_comb5,5.0,"['$', '*', ':']",7 2 6],1,1.0 +0613,0613,12,coords,three_rule_comb5,6.0,"['*', ':', '>']",9 7 4],0,1.0 +0613,0613,12,coords,three_rule_comb5,7.0,"[':', '(', '<']",7 2 4],1,1.0 +0613,0613,12,coords,three_rule_comb5,8.0,"['>', '(', '>']",8 6 7],1,1.0 +0613,0613,12,coords,three_rule_comb5,9.0,"['~', '&', '<']",7 4 7],0,1.0 +0613,0613,12,coords,three_rule_comb5,10.0,"['<', '<', '~']",5 5 0],0,1.0 +0613,0613,12,coords,three_rule_comb5,11.0,"['*', '(', ':']",7 5 9],1,1.0 +0613,0613,12,coords,three_rule_comb5,12.0,"['%', '~', '%']",1 0 5],0,1.0 +0613,0613,12,coords,three_rule_comb5,13.0,"['$', '(', '%']",5 7 5],1,1.0 +0613,0613,12,coords,three_rule_comb5,14.0,"['~', '!', '*']",6 1 3],1,1.0 +0613,0613,12,coords,three_rule_comb5,15.0,"['%', '$', ':']",1 5 1],1,1.0 +0613,0613,12,coords,three_rule_comb5,16.0,"['>', '<', '~']",7 2 9],1,1.0 +0613,0613,12,coords,three_rule_comb5,17.0,"['%', '&', '>']",0 6 2],1,1.0 +0613,0613,12,coords,three_rule_comb5,18.0,"['&', '(', '&']",4 5 8],1,1.0 +0613,0613,12,coords,three_rule_comb5,19.0,"['%', '&', '%']",2 3 4] [0 ,0,1.0 +0613,0613,12,coords,three_rule_comb5,20.0,"['(', '(', '$']",5 2 6] [4 ,0,1.0 +0613,0613,12,coords,three_rule_comb5,21.0,"['&', '>', '(']",1 5 2],0,1.0 +0613,0613,12,coords,three_rule_comb5,22.0,"['$', '(', '(']",4 1 6],1,1.0 +0613,0613,12,coords,three_rule_comb5,23.0,"['<', '(', '%']",2 5 5],0,1.0 +0613,0613,12,coords,three_rule_comb5,24.0,"['~', '%', '(']",2 7 0],1,1.0 +0613,0613,12,coords,three_rule_comb5,25.0,"[':', '~', '&']",9 5 8],1,1.0 +0613,0613,12,coords,three_rule_comb5,26.0,"['>', '(', ':']",4 6 5],1,1.0 +0613,0613,12,coords,three_rule_comb5,27.0,"['$', '!', '~']",5 7 4],1,1.0 +0613,0613,12,coords,three_rule_comb5,28.0,"['(', ':', '!']",0 2 2] [8 ,0,1.0 +0613,0613,12,coords,three_rule_comb5,29.0,"['$', ':', '%']",0 6 6],0,1.0 +0613,0613,12,coords,three_rule_comb5,30.0,"['<', '$', '<']",5 4 8],1,1.0 +0613,0613,12,coords,three_rule_comb5,31.0,"['<', '(', '(']",8 7 2],1,1.0 +0613,0613,12,coords,three_rule_comb5,32.0,"['<', '<', '$']",1 9 5],1,1.0 +0613,0613,12,coords,three_rule_comb5,33.0,"['>', '&', ':']",5 0 5],1,1.0 +0613,0613,12,coords,three_rule_comb5,34.0,"['(', '%', '<']",3 6 3],1,1.0 +0613,0613,12,coords,three_rule_comb5,35.0,"['<', '$', '*']",5 6 7],0,1.0 +0613,0613,12,coords,three_rule_comb5,36.0,"['&', '*', '*']",5 5 5],1,1.0 +0613,0613,12,coords,three_rule_comb5,37.0,"['<', '*', '>']",None,0,1.0 +0613,0613,12,coords,three_rule_comb5,38.0,"['!', '$', '&']",1 4 7] [3 ,0,1.0 +0613,0613,12,coords,three_rule_comb5,39.0,"['!', ':', '$']",8 4 6],0,1.0 +0613,0613,12,coords,three_rule_comb5,40.0,"['%', '%', '%']",3 2 4] [2 ,0,1.0 +0613,0613,12,coords,three_rule_comb5,41.0,"['>', '%', '!']",7 2 3],1,1.0 +0613,0613,12,coords,three_rule_comb5,42.0,"['!', '~', ':']",1 2 7],0,1.0 +0613,0613,12,coords,three_rule_comb5,43.0,"['<', '&', '%']",6 4 2],0,1.0 +0613,0613,12,coords,three_rule_comb5,44.0,"['~', '(', '$']",2 7 2],0,1.0 +0613,0613,12,coords,three_rule_comb5,45.0,"['<', '!', '%']",5 4 1],1,1.0 +0613,0613,12,coords,three_rule_comb5,46.0,"['!', '!', ':']",6 7 5],1,1.0 +0613,0613,12,coords,three_rule_comb5,47.0,"['$', '$', ':']",1 9 3],0,1.0 +0613,0613,12,coords,three_rule_comb5,48.0,"['<', '!', '(']",8 3 6],1,1.0 +0613,0613,12,coords,three_rule_comb5,49.0,"['!', '(', '$']",2 4 5],1,1.0 +0613,0613,12,coords,three_rule_comb6,0.0,"['%', '&', '~']",8 1 2],1,1.0 +0613,0613,12,coords,three_rule_comb6,1.0,"['>', '&', '$']",8 2 5] [5 ,0,1.0 +0613,0613,12,coords,three_rule_comb6,2.0,"['&', '%', '*']",2 5 2],0,1.0 +0613,0613,12,coords,three_rule_comb6,3.0,"['!', '&', '$']",2 9 1],1,1.0 +0613,0613,12,coords,three_rule_comb6,4.0,"['*', '<', '!']",3 3 1],0,1.0 +0613,0613,12,coords,three_rule_comb6,5.0,"['*', '%', '$']",6 1 8],1,1.0 +0613,0613,12,coords,three_rule_comb6,6.0,"['<', '%', '$']",0 5 5],0,1.0 +0613,0613,12,coords,three_rule_comb6,7.0,"['~', '*', '>']",1 7 4] [8 ,0,1.0 +0613,0613,12,coords,three_rule_comb6,8.0,"['(', '$', '&']",4 4 2],0,1.0 +0613,0613,12,coords,three_rule_comb6,9.0,"['<', '<', '&']",3 0 0],0,1.0 +0613,0613,12,coords,three_rule_comb6,10.0,"['!', '&', ':']",4 5 9],0,1.0 +0613,0613,12,coords,three_rule_comb6,11.0,"['%', '<', '$']",2 5 3],0,1.0 +0613,0613,12,coords,three_rule_comb6,12.0,"['>', '&', '&']",5 5 7],1,1.0 +0613,0613,12,coords,three_rule_comb6,13.0,"['$', '&', '(']",4 7 1] [9 ,1,1.0 +0613,0613,12,coords,three_rule_comb6,14.0,"['(', '*', '$']",5 7 6],1,1.0 +0613,0613,12,coords,three_rule_comb6,15.0,"['$', '%', ':']",3 1 4],0,1.0 +0613,0613,12,coords,three_rule_comb6,16.0,"['%', '<', '(']",1 6 5] [4 ,1,1.0 +0613,0613,12,coords,three_rule_comb6,17.0,"['(', '<', '$']",5 7 1],1,1.0 +0613,0613,12,coords,three_rule_comb6,18.0,"['~', '$', '<']",0 7 1],0,1.0 +0613,0613,12,coords,three_rule_comb6,19.0,"['~', '>', '*']",1 9 8] [5 ,1,1.0 +0613,0613,12,coords,three_rule_comb6,20.0,"['$', '(', '$']",1 6 7] [7 ,0,1.0 +0613,0613,12,coords,three_rule_comb6,21.0,"['~', '$', ':']",4 6 1],0,1.0 +0613,0613,12,coords,three_rule_comb6,22.0,"[':', '!', '$']",8 7 6],1,1.0 +0613,0613,12,coords,three_rule_comb6,23.0,"['$', '$', '<']",0 9 7],1,1.0 +0613,0613,12,coords,three_rule_comb6,24.0,"['>', '~', '>']",7 7 5],1,1.0 +0613,0613,12,coords,three_rule_comb6,25.0,"['(', ':', ':']",3 0 4],0,1.0 +0613,0613,12,coords,three_rule_comb6,26.0,"['%', '>', ':']",6 2 5],0,1.0 +0613,0613,12,coords,three_rule_comb6,27.0,"['&', '(', '!']",9 5 6],1,1.0 +0613,0613,12,coords,three_rule_comb6,28.0,"['~', '(', '~']",2 9 7],1,1.0 +0613,0613,12,coords,three_rule_comb6,29.0,"['&', '*', '(']",0 9 5],1,1.0 +0613,0613,12,coords,three_rule_comb6,30.0,"[':', '$', '!']",8 6 0],0,1.0 +0613,0613,12,coords,three_rule_comb6,31.0,"['<', '&', ':']",0 6 3],1,1.0 +0613,0613,12,coords,three_rule_comb6,32.0,"['(', '%', '(']",2 6 3],0,1.0 +0613,0613,12,coords,three_rule_comb6,33.0,"[':', '(', '&']",8 2 7],0,1.0 +0613,0613,12,coords,three_rule_comb6,34.0,"['$', '<', '!']",3 0 2],0,1.0 +0613,0613,12,coords,three_rule_comb6,35.0,"['>', '*', '&']",9 7 7],1,1.0 +0613,0613,12,coords,three_rule_comb6,36.0,"['!', '(', '*']",2 2 3],0,1.0 +0613,0613,12,coords,three_rule_comb6,37.0,"['%', '<', '%']",0 5 9],1,1.0 +0613,0613,12,coords,three_rule_comb6,38.0,"['&', '&', '*']",4 8 0],0,1.0 +0613,0613,12,coords,three_rule_comb6,39.0,"['*', '<', '!']",8 1 1] [7 ,1,1.0 +0613,0613,12,coords,three_rule_comb6,40.0,"[':', '>', '<']",9 7 9],0,1.0 +0613,0613,12,coords,three_rule_comb6,41.0,"['<', ':', '<']",7 6 6] [0 ,1,1.0 +0613,0613,12,coords,three_rule_comb6,42.0,"['*', '*', '(']",None,0,1.0 +0613,0613,12,coords,three_rule_comb6,43.0,"['%', '$', '&']",8 6 8],0,1.0 +0613,0613,12,coords,three_rule_comb6,44.0,"['$', '~', '<']",1 9 4],1,1.0 +0613,0613,12,coords,three_rule_comb6,45.0,"['%', '!', '&']",4 8 7],1,1.0 +0613,0613,12,coords,three_rule_comb6,46.0,"['%', '%', '!']",2 0 1],1,1.0 +0613,0613,12,coords,three_rule_comb6,47.0,"['$', '<', '~']",4 1 1],1,1.0 +0613,0613,12,coords,three_rule_comb6,48.0,"['$', '>', '!']",9 1 0] [7 ,0,1.0 +0613,0613,12,coords,three_rule_comb6,49.0,"[':', '~', '%']",3 3 5],0,1.0 +0613,0613,12,coords,three_rule_comb7,0.0,"['<', '(', ':']",1 7 6],1,1.0 +0613,0613,12,coords,three_rule_comb7,1.0,"['!', '&', ':']",1 4 9],1,1.0 +0613,0613,12,coords,three_rule_comb7,2.0,"['(', '>', '$']",3 0 4],0,1.0 +0613,0613,12,coords,three_rule_comb7,3.0,"['(', ':', '<']",3 4 5] [1 ,0,1.0 +0613,0613,12,coords,three_rule_comb7,4.0,"['>', '<', '*']",8 3 8],0,1.0 +0613,0613,12,coords,three_rule_comb7,5.0,"['$', '!', '$']",1 4 1],0,1.0 +0613,0613,12,coords,three_rule_comb7,6.0,"['<', '&', '<']",0 4 2],1,1.0 +0613,0613,12,coords,three_rule_comb7,7.0,"['*', '$', '%']",0 5 2],0,1.0 +0613,0613,12,coords,three_rule_comb7,8.0,"['*', '*', '!']",6 4 3],0,1.0 +0613,0613,12,coords,three_rule_comb7,9.0,"['~', '*', ':']",3 1 1] [6 ,0,1.0 +0613,0613,12,coords,three_rule_comb7,10.0,"['<', '&', '(']",3 2 4] [1 ,0,1.0 +0613,0613,12,coords,three_rule_comb7,11.0,"['*', '~', '&']",3 1 9],0,1.0 +0613,0613,12,coords,three_rule_comb7,12.0,"['(', '(', '(']",3 8 4],0,1.0 +0613,0613,12,coords,three_rule_comb7,13.0,"['(', '(', '%']",6 6 3],1,1.0 +0613,0613,12,coords,three_rule_comb7,14.0,"['>', '>', '(']",8 1 6],0,1.0 +0613,0613,12,coords,three_rule_comb7,15.0,"['!', '%', '%']",9 3 8],0,1.0 +0613,0613,12,coords,three_rule_comb7,16.0,"[':', ':', '%']",3 3 7] [9 ,0,1.0 +0613,0613,12,coords,three_rule_comb7,17.0,"[':', '&', '(']",2 3 9],1,1.0 +0613,0613,12,coords,three_rule_comb7,18.0,"['~', '*', '~']",1 2 3],0,1.0 +0613,0613,12,coords,three_rule_comb7,19.0,"['&', '!', '$']",4 3 8],0,1.0 +0613,0613,12,coords,three_rule_comb7,20.0,"['<', '~', '<']",3 3 3],0,1.0 +0613,0613,12,coords,three_rule_comb7,21.0,"['&', '(', '!']",2 5 2] [0 ,0,1.0 +0613,0613,12,coords,three_rule_comb7,22.0,"['~', '(', '&']",3 2 6],0,1.0 +0613,0613,12,coords,three_rule_comb7,23.0,"[':', '%', '!']",6 7 4],0,1.0 +0613,0613,12,coords,three_rule_comb7,24.0,"[':', '(', '&']",9 2 1],0,1.0 +0613,0613,12,coords,three_rule_comb7,25.0,"['<', '!', '(']",2 4 1],0,1.0 +0613,0613,12,coords,three_rule_comb7,26.0,"['(', ':', '~']",7 6 7] [8 ,0,1.0 +0613,0613,12,coords,three_rule_comb7,27.0,"['*', '&', '*']",3 6 1],1,1.0 +0613,0613,12,coords,three_rule_comb7,28.0,"['$', ':', '$']",2 6 5],0,1.0 +0613,0613,12,coords,three_rule_comb7,29.0,"['%', '*', '$']",1 3 4],0,1.0 +0613,0613,12,coords,three_rule_comb7,30.0,"['$', '$', '$']",4 3 7],1,1.0 +0613,0613,12,coords,three_rule_comb7,31.0,"['~', '&', '$']",2 4 6] [6 ,0,1.0 +0613,0613,12,coords,three_rule_comb7,32.0,"['(', '<', '$']",1 5 6],0,1.0 +0613,0613,12,coords,three_rule_comb7,33.0,"['!', '<', '&']",8 8 6],1,1.0 +0613,0613,12,coords,three_rule_comb7,34.0,"['~', '<', '(']",3 6 9],0,1.0 +0613,0613,12,coords,three_rule_comb7,35.0,"['*', '!', '&']",3 0 0],1,1.0 +0613,0613,12,coords,three_rule_comb7,36.0,"['~', '&', '<']",0 3 4],0,1.0 +0613,0613,12,coords,three_rule_comb7,37.0,"['&', '(', '>']",6 4 9],0,1.0 +0613,0613,12,coords,three_rule_comb7,38.0,"['<', '(', '<']",2 5 3],0,1.0 +0613,0613,12,coords,three_rule_comb7,39.0,"['%', '*', '(']",4 4 6],1,1.0 +0613,0613,12,coords,three_rule_comb7,40.0,"['<', '$', '(']",5 5 8] [8 ,0,1.0 +0613,0613,12,coords,three_rule_comb7,41.0,"['*', '*', '&']",4 3 0],0,1.0 +0613,0613,12,coords,three_rule_comb7,42.0,"['*', '(', '!']",2 8 7],0,1.0 +0613,0613,12,coords,three_rule_comb7,43.0,"[':', '&', '>']",5 0 5],1,1.0 +0613,0613,12,coords,three_rule_comb7,44.0,"[':', '>', '*']",0 0 2],1,1.0 +0613,0613,12,coords,three_rule_comb7,45.0,"['!', '$', '*']",2 7 1],0,1.0 +0613,0613,12,coords,three_rule_comb7,46.0,"['$', '>', '<']",6 2 2],0,1.0 +0613,0613,12,coords,three_rule_comb7,47.0,"['%', '(', '!']",1 4 2],0,1.0 +0613,0613,12,coords,three_rule_comb7,48.0,"['<', '~', '*']",9 1 7],0,1.0 +0613,0613,12,coords,three_rule_comb7,49.0,"['(', '%', '$']",2 -1 9],0,1.0 +0613,0613,12,coords,three_rule_comb8,0.0,"[':', '&', '*']",3 8 4],0,1.0 +0613,0613,12,coords,three_rule_comb8,1.0,"['<', '<', '<']",2 5 9],0,1.0 +0613,0613,12,coords,three_rule_comb8,2.0,"['!', '%', ':']",9 1 5],0,1.0 +0613,0613,12,coords,three_rule_comb8,3.0,"['>', '<', '$']",6 9 4],0,1.0 +0613,0613,12,coords,three_rule_comb8,4.0,"['$', '(', ':']",3 5 5],0,1.0 +0613,0613,12,coords,three_rule_comb8,5.0,"['<', '!', ':']",5 3 4],0,1.0 +0613,0613,12,coords,three_rule_comb8,6.0,"['(', '~', '&']",7 2 0],0,1.0 +0613,0613,12,coords,three_rule_comb8,7.0,"[':', '!', '%']",7 3 6] [8 ,1,1.0 +0613,0613,12,coords,three_rule_comb8,8.0,"['>', '%', '~']",2 6 3] [3 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,9.0,"['%', '>', '%']",1 4 8] [0 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,10.0,"['!', '<', '~']",7 4 8],1,1.0 +0613,0613,12,coords,three_rule_comb8,11.0,"['%', '(', '<']",2 1 4] [0 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,12.0,"['~', '~', '(']",6 0 3],1,1.0 +0613,0613,12,coords,three_rule_comb8,13.0,"['&', '$', ':']",6 4 2],0,1.0 +0613,0613,12,coords,three_rule_comb8,14.0,"['%', '>', '&']",4 8 7],1,1.0 +0613,0613,12,coords,three_rule_comb8,15.0,"['!', ':', '!']",6 5 6],0,1.0 +0613,0613,12,coords,three_rule_comb8,16.0,"['(', '~', '>']",4 7 6],0,1.0 +0613,0613,12,coords,three_rule_comb8,17.0,"['*', ':', '(']",1 4 5] [6 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,18.0,"['&', '<', '<']",5 8 7],1,1.0 +0613,0613,12,coords,three_rule_comb8,19.0,"['%', '>', '<']",4 4 9] [5 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,20.0,"['(', '&', '$']",5 3 3],1,1.0 +0613,0613,12,coords,three_rule_comb8,21.0,"['%', '$', '(']",10 8 6],0,1.0 +0613,0613,12,coords,three_rule_comb8,22.0,"[':', '(', '*']",10 6 7],0,1.0 +0613,0613,12,coords,three_rule_comb8,23.0,"['$', '(', ':']",7 5 5] [8 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,24.0,"['<', '!', '%']",4 2 1],0,1.0 +0613,0613,12,coords,three_rule_comb8,25.0,"['%', '<', ':']",6 1 0],0,1.0 +0613,0613,12,coords,three_rule_comb8,26.0,"[':', ':', '<']",8 2 1] [0 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,27.0,"['%', '<', ':']",None,0,1.0 +0613,0613,12,coords,three_rule_comb8,28.0,"['(', '<', '!']",0 2 0],1,1.0 +0613,0613,12,coords,three_rule_comb8,29.0,"['(', '<', '~']",0 3 6],0,1.0 +0613,0613,12,coords,three_rule_comb8,30.0,"['~', '~', '%']",8 6 4],0,1.0 +0613,0613,12,coords,three_rule_comb8,31.0,"['>', '<', '>']",5 5 5],0,1.0 +0613,0613,12,coords,three_rule_comb8,32.0,"['(', '%', ':']",5 6 4] [8 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,33.0,"['!', '%', '*']",2 5 9] [1 ,1,1.0 +0613,0613,12,coords,three_rule_comb8,34.0,"['~', ':', '<']",6 2 6] [5 ,1,1.0 +0613,0613,12,coords,three_rule_comb8,35.0,"['$', '%', '$']",5 8 7],0,1.0 +0613,0613,12,coords,three_rule_comb8,36.0,"['>', '(', '~']",9 6 8] [4 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,37.0,"['>', '!', ':']",5 6 1] [6 ,1,1.0 +0613,0613,12,coords,three_rule_comb8,38.0,"['<', '%', '&']",8 4 3] [3 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,39.0,"['$', '<', '%']",3 7 3] [2 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,40.0,"['(', '>', '&']",4 5 7],1,1.0 +0613,0613,12,coords,three_rule_comb8,41.0,"['&', '~', '>']",0 8 6] [6 ,0,1.0 +0613,0613,12,coords,three_rule_comb8,42.0,"['(', '*', '<']",2 2 2],0,1.0 +0613,0613,12,coords,three_rule_comb8,43.0,"['~', '&', '!']",6 3 5],1,1.0 +0613,0613,12,coords,three_rule_comb8,44.0,"['%', '$', '%']",1 4 5],0,1.0 +0613,0613,12,coords,three_rule_comb8,45.0,"['<', ':', '(']",2 5 6],0,1.0 +0613,0613,12,coords,three_rule_comb8,46.0,"['$', ':', '%']",None,0,1.0 +0613,0613,12,coords,three_rule_comb8,47.0,"['!', '%', '*']",2 5 3],0,1.0 +0613,0613,12,coords,three_rule_comb8,48.0,"['<', '&', '!']",6 8 4],0,1.0 +0613,0613,12,coords,three_rule_comb8,49.0,"[':', '$', '<']",5 3 8],1,1.0 +0613,0613,12,coords,three_rule_comb9,0.0,"['<', '>', '!']",3 3 5] [4 ,1,1.0 +0613,0613,12,coords,three_rule_comb9,1.0,"[':', '$', '%']",2 7 6],1,1.0 +0613,0613,12,coords,three_rule_comb9,2.0,"['~', '>', '*']",8 4 9],1,1.0 +0613,0613,12,coords,three_rule_comb9,3.0,"['<', ':', '~']",4 1 6],0,1.0 +0613,0613,12,coords,three_rule_comb9,4.0,"['<', '~', '*']",2 2 5],1,1.0 +0613,0613,12,coords,three_rule_comb9,5.0,"['>', ':', '(']",5 3 3] [6 ,0,1.0 +0613,0613,12,coords,three_rule_comb9,6.0,"['%', '&', '<']",7 4 8] [8 ,1,1.0 +0613,0613,12,coords,three_rule_comb9,7.0,"['$', '&', '%']",2 7 4],1,1.0 +0613,0613,12,coords,three_rule_comb9,8.0,"[':', '%', '!']",3 5 7],1,1.0 +0613,0613,12,coords,three_rule_comb9,9.0,"['%', '<', ':']",7 5 0],0,1.0 +0613,0613,12,coords,three_rule_comb9,10.0,"['%', ':', '&']",7 1 3] [9 ,0,1.0 +0613,0613,12,coords,three_rule_comb9,11.0,"['%', '&', '&']",-2 7 -1],0,1.0 +0613,0613,12,coords,three_rule_comb9,12.0,"['$', '&', '~']",2 4 6],1,1.0 +0613,0613,12,coords,three_rule_comb9,13.0,"['(', ':', '&']",5 3 1] [4 ,0,1.0 +0613,0613,12,coords,three_rule_comb9,14.0,"['*', '<', '%']",0 2 4] [1 ,0,1.0 +0613,0613,12,coords,three_rule_comb9,15.0,"[':', '&', '<']",2 3 5],1,1.0 +0613,0613,12,coords,three_rule_comb9,16.0,"['~', '%', ':']",8 8 2],1,1.0 +0613,0613,12,coords,three_rule_comb9,17.0,"['<', '*', '(']",4 7 5],1,1.0 +0613,0613,12,coords,three_rule_comb9,18.0,"['(', '~', '$']",1 7 0] [3 ,0,1.0 +0613,0613,12,coords,three_rule_comb9,19.0,"['*', ':', '%']",5 7 6] [6 ,1,1.0 +0613,0613,12,coords,three_rule_comb9,20.0,"['%', ':', '>']",3 5 2] [1 ,0,1.0 +0613,0613,12,coords,three_rule_comb9,21.0,"['&', '*', '$']",5 6 5],1,1.0 +0613,0613,12,coords,three_rule_comb9,22.0,"['<', ':', '*']",3 4 7] [2 ,0,1.0 +0613,0613,12,coords,three_rule_comb9,23.0,"['~', '&', '*']",6 8 1],1,1.0 +0613,0613,12,coords,three_rule_comb9,24.0,"['(', '$', '%']",None,0,1.0 +0613,0613,12,coords,three_rule_comb9,25.0,"['*', '$', ':']",2 6 2],1,1.0 +0613,0613,12,coords,three_rule_comb9,26.0,"['%', '$', '&']",None,0,1.0 +0613,0613,12,coords,three_rule_comb9,27.0,"['%', '&', '<']",2 1 6],1,1.0 +0613,0613,12,coords,three_rule_comb9,28.0,"[':', '&', '%']",3 6 6] [4 ,1,1.0 +0613,0613,12,coords,three_rule_comb9,29.0,"[':', '~', '(']",6 5 5],1,1.0 +0613,0613,12,coords,three_rule_comb9,30.0,"['<', ':', ':']",4 3 7],0,1.0 +0613,0613,12,coords,three_rule_comb9,31.0,"[':', '>', '&']",2 6 4],1,1.0 +0613,0613,12,coords,three_rule_comb9,32.0,"['%', '(', '<']",5 5 7],1,1.0 +0613,0613,12,coords,three_rule_comb9,33.0,"['>', '<', '$']",2 6 2],1,1.0 +0613,0613,12,coords,three_rule_comb9,34.0,"['$', '(', '*']",-2 6 4],0,1.0 +0613,0613,12,coords,three_rule_comb9,35.0,"['~', '(', '%']",3 3 7],1,1.0 +0613,0613,12,coords,three_rule_comb9,36.0,"['$', '%', '(']",3 3 4] [1 ,0,1.0 +0613,0613,12,coords,three_rule_comb9,37.0,"[':', '$', '!']",5 2 4] [7 ,1,1.0 +0613,0613,12,coords,three_rule_comb9,38.0,"['>', '%', '%']",2 1 6],0,1.0 +0613,0613,12,coords,three_rule_comb9,39.0,"['!', '$', '(']",5 2 1],0,1.0 +0613,0613,12,coords,three_rule_comb9,40.0,"[':', '~', '$']",6 5 7] [7 ,0,1.0 +0613,0613,12,coords,three_rule_comb9,41.0,"[':', '&', '(']",6 2 5],1,1.0 +0613,0613,12,coords,three_rule_comb9,42.0,"['>', '*', '$']",5 5 7],1,1.0 +0613,0613,12,coords,three_rule_comb9,43.0,"['&', '%', '$']",4 5 1],1,1.0 +0613,0613,12,coords,three_rule_comb9,44.0,"['~', '(', '(']",-2 10 9],0,1.0 +0613,0613,12,coords,three_rule_comb9,45.0,"['&', '>', '(']",2 1 4],1,1.0 +0613,0613,12,coords,three_rule_comb9,46.0,"[':', '*', '&']",3 2 2],0,1.0 +0613,0613,12,coords,three_rule_comb9,47.0,"['%', ':', '>']",1 4 4],1,1.0 +0613,0613,12,coords,three_rule_comb9,48.0,"['~', '$', '<']",0 -2 11],0,1.0 +0613,0613,12,coords,three_rule_comb9,49.0,"['&', '<', '<']",5 6 6],1,1.0 +0613,0613,12,coords,c3_set_union,0.0,"['~', '(', '&', '$']",7 4],1,1.0 +0613,0613,12,coords,c3_set_union,1.0,"['<', '>', '(', '&']",4],1,1.0 +0613,0613,12,coords,c3_set_union,2.0,"['&', '$', ':', '~']",5 3],1,1.0 +0613,0613,12,coords,c3_set_union,3.0,"['%', '(', ':', '>']", ] [6 1 3 ,0,1.0 +0613,0613,12,coords,c3_set_union,4.0,"[':', '~', '<', '*']",2 7 6 0] [,0,1.0 +0613,0613,12,coords,c3_set_union,5.0,"['*', '<', '&', '%']",7],0,1.0 +0613,0613,12,coords,c3_set_union,6.0,"['~', '&', '%', '(']",3],0,1.0 +0613,0613,12,coords,c3_set_union,7.0,"['>', '!', ':', '(']",1 4 1] [5 ,0,1.0 +0613,0613,12,coords,c3_set_union,8.0,"[':', '!', '*', '&']",5] [8] [9 5,1,1.0 +0613,0613,12,coords,c3_set_union,9.0,"['%', '*', '&', '~']",9 2] [4 7],0,1.0 +0613,0613,12,coords,c3_set_union,10.0,"['$', '%', '>', '&']",1 8 4 2],1,1.0 +0613,0613,12,coords,c3_set_union,11.0,"['~', '&', '!', '<']",4 1],1,1.0 +0613,0613,12,coords,c3_set_union,12.0,"['$', '>', '~', '%']",4 2],1,1.0 +0613,0613,12,coords,c3_set_union,13.0,"['<', '%', '>', '!']",4,0,1.0 +0613,0613,12,coords,c3_set_union,14.0,"[':', '$', '>', '*']",3,1,1.0 +0613,0613,12,coords,c3_set_union,15.0,"['%', '(', '&', '*']",None,0,1.0 +0613,0613,12,coords,c3_set_union,16.0,"['~', '*', ':', '!']",0 5 9] [6 ,0,1.0 +0613,0613,12,coords,c3_set_union,17.0,"['>', ':', '~', '!']",1],1,1.0 +0613,0613,12,coords,c3_set_union,18.0,"['$', '(', '*', ':']",9 8],1,1.0 +0613,0613,12,coords,c3_set_union,19.0,"[':', '(', '~', '&']",3 5],1,1.0 +0613,0613,12,coords,c3_set_union,20.0,"['~', '%', '*', '!']",0 6],1,1.0 +0613,0613,12,coords,c3_set_union,21.0,"[':', '(', '<', '$']",1 6 2] [8 ,0,1.0 +0613,0613,12,coords,c3_set_union,22.0,"['!', '<', '>', ':']",1 7 8 3],1,1.0 +0613,0613,12,coords,c3_set_union,23.0,"['%', '(', '~', '<']",0],1,1.0 +0613,0613,12,coords,c3_set_union,24.0,"['%', '$', '>', '<']",3],1,1.0 +0613,0613,12,coords,c3_set_union,25.0,"['~', '$', '<', '&']",3],1,1.0 +0613,0613,12,coords,c3_set_union,26.0,"[':', '!', '$', '>']",1],0,1.0 +0613,0613,12,coords,c3_set_union,27.0,"['$', '*', '&', ':']",5 0 7 8],1,1.0 +0613,0613,12,coords,c3_set_union,28.0,"[':', '%', '&', '~']",3,0,1.0 +0613,0613,12,coords,c3_set_union,29.0,"['!', '$', '*', '&']",1 7 9] [0 ,0,1.0 +0613,0613,12,coords,c3_set_union,30.0,"['!', '*', '(', ':']",8 1 0],0,1.0 +0613,0613,12,coords,c3_set_union,31.0,"['*', '~', '&', ':']",3 2 0 8],0,1.0 +0613,0613,12,coords,c3_set_union,32.0,"[':', '~', '(', '%']",None,0,1.0 +0613,0613,12,coords,c3_set_union,33.0,"['*', '%', '<', '$']",1],1,1.0 +0613,0613,12,coords,c3_set_union,34.0,"['~', '<', '&', '(']",0 2 0 5 2,0,1.0 +0613,0613,12,coords,c3_set_union,35.0,"['%', '<', '*', '!']",2],1,1.0 +0613,0613,12,coords,c3_set_union,36.0,"['(', '~', ':', '!']",6 2],1,1.0 +0613,0613,12,coords,c3_set_union,37.0,"['$', '&', '*', '~']",5],1,1.0 +0613,0613,12,coords,c3_set_union,38.0,"[':', '(', '~', '$']",3 0],1,1.0 +0613,0613,12,coords,c3_set_union,39.0,"['&', '>', '$', '*']", ] [5] [7 5],0,1.0 +0613,0613,12,coords,c3_set_union,40.0,"['$', '!', '*', '~']",4],0,1.0 +0613,0613,12,coords,c3_set_union,41.0,"['&', '%', '$', '!']",8 4],1,1.0 +0613,0613,12,coords,c3_set_union,42.0,"['>', '$', '*', '!']",],0,1.0 +0613,0613,12,coords,c3_set_union,43.0,"[':', '*', '(', '>']",4 1 0 3],1,1.0 +0613,0613,12,coords,c3_set_union,44.0,"['$', '%', '(', ':']",6 8],1,1.0 +0613,0613,12,coords,c3_set_union,45.0,"['!', '<', ':', '$']",3 2],1,1.0 +0613,0613,12,coords,c3_set_union,46.0,"['>', '*', '&', '<']",None,0,1.0 +0613,0613,12,coords,c3_set_union,47.0,"[':', '~', '>', '*']",2 6 8] [4 ,0,1.0 +0613,0613,12,coords,c3_set_union,48.0,"['%', '(', '*', '~']",3 2],1,1.0 +0613,0613,12,coords,c3_set_union,49.0,"['(', '~', '*', '<']",8 9],1,1.0 +0613,0613,12,coords,c1_set_union,0.0,['('],1],1,1.0 +0613,0613,12,coords,c1_set_union,1.0,['('],4 9] [4] [9,0,1.0 +0613,0613,12,coords,c1_set_union,2.0,['&'],1 0] [1] [0,0,1.0 +0613,0613,12,coords,c1_set_union,3.0,['$'],6 1] [6] [1,0,1.0 +0613,0613,12,coords,c1_set_union,4.0,['>'],4],1,1.0 +0613,0613,12,coords,c1_set_union,5.0,['~'],0,1,1.0 +0613,0613,12,coords,c1_set_union,6.0,['<'],4 5] [4] [5,0,1.0 +0613,0613,12,coords,c1_set_union,7.0,['%'],0 5],0,1.0 +0613,0613,12,coords,c1_set_union,8.0,['$'],4],1,1.0 +0613,0613,12,coords,c1_set_union,9.0,['$'],8 1] [8] [1,0,1.0 +0613,0613,12,coords,c1_set_union,10.0,[':'],7 0] [7] [0,0,1.0 +0613,0613,12,coords,c1_set_union,11.0,['*'],8],1,1.0 +0613,0613,12,coords,c1_set_union,12.0,['('],0,1,1.0 +0613,0613,12,coords,c1_set_union,13.0,['<'],7],1,1.0 +0613,0613,12,coords,c1_set_union,14.0,['*'],7],1,1.0 +0613,0613,12,coords,c1_set_union,15.0,['<'],8],1,1.0 +0613,0613,12,coords,c1_set_union,16.0,[':'],3 7] [7 8],0,1.0 +0613,0613,12,coords,c1_set_union,17.0,['>'],9 7] [9] [7,0,1.0 +0613,0613,12,coords,c1_set_union,18.0,[':'],8,0,1.0 +0613,0613,12,coords,c1_set_union,19.0,['('],9 4],0,1.0 +0613,0613,12,coords,c1_set_union,20.0,[':'],5 3] [5] [3,0,1.0 +0613,0613,12,coords,c1_set_union,21.0,['~'],8 9] [8] [9,0,1.0 +0613,0613,12,coords,c1_set_union,22.0,['~'],4 2] [4] [2,0,1.0 +0613,0613,12,coords,c1_set_union,23.0,[':'],2 9] [2] [9,0,1.0 +0613,0613,12,coords,c1_set_union,24.0,['&'],6 2],0,1.0 +0613,0613,12,coords,c1_set_union,25.0,['~'],4 7] [4] [7,0,1.0 +0613,0613,12,coords,c1_set_union,26.0,['<'],3 4] [3] [4,0,1.0 +0613,0613,12,coords,c1_set_union,27.0,['>'],0],1,1.0 +0613,0613,12,coords,c1_set_union,28.0,['$'],1 3] [7] [5,0,1.0 +0613,0613,12,coords,c1_set_union,29.0,['$'],3 7] [3] [7,1,1.0 +0613,0613,12,coords,c1_set_union,30.0,['&'],9],1,1.0 +0613,0613,12,coords,c1_set_union,31.0,['!'],8 16] [8] [16,0,1.0 +0613,0613,12,coords,c1_set_union,32.0,['&'],4 7] [4] [7,0,1.0 +0613,0613,12,coords,c1_set_union,33.0,['('],7,1,1.0 +0613,0613,12,coords,c1_set_union,34.0,['!'],2],1,1.0 +0613,0613,12,coords,c1_set_union,35.0,['&'],2 0],1,1.0 +0613,0613,12,coords,c1_set_union,36.0,['~'],3],1,1.0 +0613,0613,12,coords,c1_set_union,37.0,['('],8 1] [8] [1,0,1.0 +0613,0613,12,coords,c1_set_union,38.0,['$'],4],1,1.0 +0613,0613,12,coords,c1_set_union,39.0,['('],5],1,1.0 +0613,0613,12,coords,c1_set_union,40.0,['>'],1 3] [1] [3,1,1.0 +0613,0613,12,coords,c1_set_union,41.0,[':'],1 7],1,1.0 +0613,0613,12,coords,c1_set_union,42.0,['&'],9 5] [9] [5,0,1.0 +0613,0613,12,coords,c1_set_union,43.0,['$'],4],1,1.0 +0613,0613,12,coords,c1_set_union,44.0,['!'],7,0,1.0 +0613,0613,12,coords,c1_set_union,45.0,['$'],7 4] [7] [4,1,1.0 +0613,0613,12,coords,c1_set_union,46.0,['*'],5 4],1,1.0 +0613,0613,12,coords,c1_set_union,47.0,['>'],6 4],0,1.0 +0613,0613,12,coords,c1_set_union,48.0,['~'],3,0,1.0 +0613,0613,12,coords,c1_set_union,49.0,['>'],9],1,1.0 +0613,0613,12,coords,c2_set_union,0.0,['$'],0] [0 1 0 ,0,1.0 +0613,0613,12,coords,c2_set_union,1.0,[':'],5 2],1,1.0 +0613,0613,12,coords,c2_set_union,2.0,['&'],0] [6 2 0 ,0,1.0 +0613,0613,12,coords,c2_set_union,3.0,['*'],5 3],0,1.0 +0613,0613,12,coords,c2_set_union,4.0,['!'],5 9],0,1.0 +0613,0613,12,coords,c2_set_union,5.0,['&'],2 0],0,1.0 +0613,0613,12,coords,c2_set_union,6.0,[':'],7] [7 5 9],1,1.0 +0613,0613,12,coords,c2_set_union,7.0,['>'],7],1,1.0 +0613,0613,12,coords,c2_set_union,8.0,['>'],7 2],1,1.0 +0613,0613,12,coords,c2_set_union,9.0,['('],1 6 4],0,1.0 +0613,0613,12,coords,c2_set_union,10.0,['*'],6 9 8],0,1.0 +0613,0613,12,coords,c2_set_union,11.0,['%'],1 4],0,1.0 +0613,0613,12,coords,c2_set_union,12.0,['$'],3 5 7],0,1.0 +0613,0613,12,coords,c2_set_union,13.0,[':'],2 7 6],0,1.0 +0613,0613,12,coords,c2_set_union,14.0,['%'],4] [4 5 9 ,0,1.0 +0613,0613,12,coords,c2_set_union,15.0,['%'],1 6],0,1.0 +0613,0613,12,coords,c2_set_union,16.0,['>'],6] [6 1 4 ,0,1.0 +0613,0613,12,coords,c2_set_union,17.0,['$'],2],1,1.0 +0613,0613,12,coords,c2_set_union,18.0,['$'],4 0 8],0,1.0 +0613,0613,12,coords,c2_set_union,19.0,[':'],8 4],0,1.0 +0613,0613,12,coords,c2_set_union,20.0,['>'],8 1],0,1.0 +0613,0613,12,coords,c2_set_union,21.0,[':'],2] [2 1 8],1,1.0 +0613,0613,12,coords,c2_set_union,22.0,['&'],5],1,1.0 +0613,0613,12,coords,c2_set_union,23.0,[':'],2],1,1.0 +0613,0613,12,coords,c2_set_union,24.0,['<'],7 4 5],0,1.0 +0613,0613,12,coords,c2_set_union,25.0,['&'],0 7],0,1.0 +0613,0613,12,coords,c2_set_union,26.0,['>'],6] [6 1] [1,1,1.0 +0613,0613,12,coords,c2_set_union,27.0,['*'],3 1 9],0,1.0 +0613,0613,12,coords,c2_set_union,28.0,['<'],5 9],1,1.0 +0613,0613,12,coords,c2_set_union,29.0,[':'],5 7 8],0,1.0 +0613,0613,12,coords,c2_set_union,30.0,['!'],2],0,1.0 +0613,0613,12,coords,c2_set_union,31.0,['*'],4] [4 6 0 ,0,1.0 +0613,0613,12,coords,c2_set_union,32.0,['*'],None,0,1.0 +0613,0613,12,coords,c2_set_union,33.0,['&'],3 9],1,1.0 +0613,0613,12,coords,c2_set_union,34.0,[':'],8] [8 7] [7,1,1.0 +0613,0613,12,coords,c2_set_union,35.0,['>'],5 1 3 2],0,1.0 +0613,0613,12,coords,c2_set_union,36.0,['<'],5 7 0] [5 ,0,1.0 +0613,0613,12,coords,c2_set_union,37.0,['*'],7 8 0],0,1.0 +0613,0613,12,coords,c2_set_union,38.0,['*'],16 0] [16 0 ,0,1.0 +0613,0613,12,coords,c2_set_union,39.0,['!'],0] [0 5 7 ,0,1.0 +0613,0613,12,coords,c2_set_union,40.0,['<'],1 7],0,1.0 +0613,0613,12,coords,c2_set_union,41.0,['>'],0 9 6],0,1.0 +0613,0613,12,coords,c2_set_union,42.0,['&'],0 8 9],0,1.0 +0613,0613,12,coords,c2_set_union,43.0,['~'],3],1,1.0 +0613,0613,12,coords,c2_set_union,44.0,['&'],5 7 8],0,1.0 +0613,0613,12,coords,c2_set_union,45.0,['~'],8],1,1.0 +0613,0613,12,coords,c2_set_union,46.0,['<'],1 0 8],0,1.0 +0613,0613,12,coords,c2_set_union,47.0,['*'],3 7],1,1.0 +0613,0613,12,coords,c2_set_union,48.0,['<'],7 5],1,1.0 +0613,0613,12,coords,c2_set_union,49.0,['!'],0 3 2 1],0,1.0 +0613,0613,12,coords,AND,0.0,['('],0 9 7],1,1.0 +0613,0613,12,coords,AND,1.0,['&'],4 6 9],1,1.0 +0613,0613,12,coords,AND,2.0,['<'],7,0,1.0 +0613,0613,12,coords,AND,3.0,['<'],5] [9] [1],0,1.0 +0613,0613,12,coords,AND,4.0,['*'],5 0],0,1.0 +0613,0613,12,coords,AND,5.0,['%'],5] [1] [1],0,1.0 +0613,0613,12,coords,AND,6.0,['%'],None,0,1.0 +0613,0613,12,coords,AND,7.0,['$'],5],0,1.0 +0613,0613,12,coords,AND,8.0,['>'],2 0],1,1.0 +0613,0613,12,coords,AND,9.0,['~'],5 1],1,1.0 +0613,0613,12,coords,AND,10.0,[':'],0,0,1.0 +0613,0613,12,coords,AND,11.0,['*'],8],1,1.0 +0613,0613,12,coords,AND,12.0,['*'],3 4 0] [8 ,0,1.0 +0613,0613,12,coords,AND,13.0,['<'],7 9 1],0,1.0 +0613,0613,12,coords,AND,14.0,['$'],8 2],1,1.0 +0613,0613,12,coords,AND,15.0,['%'],3],0,1.0 +0613,0613,12,coords,AND,16.0,[':'],1 4],1,1.0 +0613,0613,12,coords,AND,17.0,['>'],5 6 1],1,1.0 +0613,0613,12,coords,AND,18.0,['('],6 1],1,1.0 +0613,0613,12,coords,AND,19.0,['>'],8],1,1.0 +0613,0613,12,coords,AND,20.0,[':'],7] [2] [9],0,1.0 +0613,0613,12,coords,AND,21.0,['%'],5 2 0],1,1.0 +0613,0613,12,coords,AND,22.0,['>'],6] [1] [1],0,1.0 +0613,0613,12,coords,AND,23.0,['*'],4] [0] [6],0,1.0 +0613,0613,12,coords,AND,24.0,['&'],2 1],1,1.0 +0613,0613,12,coords,AND,25.0,['~'],1 4],1,1.0 +0613,0613,12,coords,AND,26.0,['('],6 5 0],1,1.0 +0613,0613,12,coords,AND,27.0,['<'],6 7],1,1.0 +0613,0613,12,coords,AND,28.0,['&'],0] [3] [4],0,1.0 +0613,0613,12,coords,AND,29.0,['&'],5],1,1.0 +0613,0613,12,coords,AND,30.0,[':'],5],0,1.0 +0613,0613,12,coords,AND,31.0,['>'],9],1,1.0 +0613,0613,12,coords,AND,32.0,['~'],1,0,1.0 +0613,0613,12,coords,AND,33.0,['*'],7],1,1.0 +0613,0613,12,coords,AND,34.0,['&'],11 4],0,1.0 +0613,0613,12,coords,AND,35.0,['$'],0 3 5],1,1.0 +0613,0613,12,coords,AND,36.0,['&'],4],0,1.0 +0613,0613,12,coords,AND,37.0,['&'],5 8],1,1.0 +0613,0613,12,coords,AND,38.0,['$'],7],0,1.0 +0613,0613,12,coords,AND,39.0,['*'],4 8 6],1,1.0 +0613,0613,12,coords,AND,40.0,['&'],3 4],1,1.0 +0613,0613,12,coords,AND,41.0,['<'],8 2],1,1.0 +0613,0613,12,coords,AND,42.0,['%'],7] [6] [5],0,1.0 +0613,0613,12,coords,AND,43.0,['<'],4 0 3],1,1.0 +0613,0613,12,coords,AND,44.0,['&'],9] [1] [6],0,1.0 +0613,0613,12,coords,AND,45.0,['*'],6] [1] [0],0,1.0 +0613,0613,12,coords,AND,46.0,['*'],2],0,1.0 +0613,0613,12,coords,AND,47.0,['!'],6],1,1.0 +0613,0613,12,coords,AND,48.0,['%'],4 1 3],1,1.0 +0613,0613,12,coords,AND,49.0,['('],0 4],1,1.0 +0613,0613,12,coords,XOR,0.0,"['(', '!']",3 0],0,1.0 +0613,0613,12,coords,XOR,1.0,"['$', ':']",2 8],0,1.0 +0613,0613,12,coords,XOR,2.0,"['!', '(']",7 8],0,1.0 +0613,0613,12,coords,XOR,3.0,"['$', ':']",3 1],0,1.0 +0613,0613,12,coords,XOR,4.0,"['$', '!']",3 1],0,1.0 +0613,0613,12,coords,XOR,5.0,"['$', '>']",5 8],1,1.0 +0613,0613,12,coords,XOR,6.0,"['!', '*']",0 8],0,1.0 +0613,0613,12,coords,XOR,7.0,"['>', '!']",7 6] [5 7],0,1.0 +0613,0613,12,coords,XOR,8.0,"['%', '$']",3 5],0,1.0 +0613,0613,12,coords,XOR,9.0,"['(', '*']",3 1],0,1.0 +0613,0613,12,coords,XOR,10.0,"['<', ':']",0 7],1,1.0 +0613,0613,12,coords,XOR,11.0,"['%', '*']",1 9],0,1.0 +0613,0613,12,coords,XOR,12.0,"['!', '~']",8 9] [7 9],0,1.0 +0613,0613,12,coords,XOR,13.0,"['~', ':']",None,0,1.0 +0613,0613,12,coords,XOR,14.0,"['~', '>']",15 5],0,1.0 +0613,0613,12,coords,XOR,15.0,"[':', '%']",8 4],0,1.0 +0613,0613,12,coords,XOR,16.0,"[':', '(']",0 3],0,1.0 +0613,0613,12,coords,XOR,17.0,"['(', '%']",8 2],0,1.0 +0613,0613,12,coords,XOR,18.0,"['&', '%']",None,0,1.0 +0613,0613,12,coords,XOR,19.0,"['>', '(']",5 2] [8 5],0,1.0 +0613,0613,12,coords,XOR,20.0,"['%', '<']",7 0] [4 7],0,1.0 +0613,0613,12,coords,XOR,21.0,"['!', '(']",4 0],1,1.0 +0613,0613,12,coords,XOR,22.0,"['~', '$']",8 5],0,1.0 +0613,0613,12,coords,XOR,23.0,"['%', '&']",9 5],1,1.0 +0613,0613,12,coords,XOR,24.0,"['>', '%']",5 1],0,1.0 +0613,0613,12,coords,XOR,25.0,"['*', '<']",2 7],0,1.0 +0613,0613,12,coords,XOR,26.0,"['<', '$']",0 4],0,1.0 +0613,0613,12,coords,XOR,27.0,"['&', '>']",7 1],0,1.0 +0613,0613,12,coords,XOR,28.0,"['$', '%']",None,0,1.0 +0613,0613,12,coords,XOR,29.0,"['&', '<']",1 6],0,1.0 +0613,0613,12,coords,XOR,30.0,"['~', '*']",7 0],1,1.0 +0613,0613,12,coords,XOR,31.0,"['(', '$']",2 9],0,1.0 +0613,0613,12,coords,XOR,32.0,"['~', '$']",None,0,1.0 +0613,0613,12,coords,XOR,33.0,"['(', ':']",2 1] [1 0],0,1.0 +0613,0613,12,coords,XOR,34.0,"['*', '<']",None,0,1.0 +0613,0613,12,coords,XOR,35.0,"[':', '~']",8 6] [5 8],0,1.0 +0613,0613,12,coords,XOR,36.0,"['*', '>']",7 4],0,1.0 +0613,0613,12,coords,XOR,37.0,"[':', '!']",2 7],0,1.0 +0613,0613,12,coords,XOR,38.0,"['&', '(']",7 2],0,1.0 +0613,0613,12,coords,XOR,39.0,"['(', '~']",6 7],0,1.0 +0613,0613,12,coords,XOR,40.0,"['*', ':']",0 1],0,1.0 +0613,0613,12,coords,XOR,41.0,"['<', '!']",5 0],0,1.0 +0613,0613,12,coords,XOR,42.0,"['>', '%']",4 2],0,1.0 +0613,0613,12,coords,XOR,43.0,"['~', '&']",6 1],0,1.0 +0613,0613,12,coords,XOR,44.0,"['$', '%']",2 1],0,1.0 +0613,0613,12,coords,XOR,45.0,"['&', '!']",7 1],0,1.0 +0613,0613,12,coords,XOR,46.0,"[':', '%']",1 8] [8 1],0,1.0 +0613,0613,12,coords,XOR,47.0,"['%', ':']",3 4],0,1.0 +0613,0613,12,coords,XOR,48.0,"['~', '&']",6 2],0,1.0 +0613,0613,12,coords,XOR,49.0,"['<', '%']",2 9],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,0.0,"['*', '~', '<', '!']",0] [8] [8 0,1,1.0 +0613,0613,12,coords,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",7 1],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,2.0,"['*', '&', '(', '~']",4 0 6] [7 ,0,1.0 +0613,0613,12,coords,c3_set_union_permuted,3.0,"['~', '%', '&', '!']",3 4],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",9 7],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,5.0,"['>', '<', ':', '(']",None,0,1.0 +0613,0613,12,coords,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",4 0],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,7.0,"['*', ':', '(', '&']",5 7],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",1],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,9.0,"['~', '$', '*', '(']",9 8 1] [0 ,0,1.0 +0613,0613,12,coords,c3_set_union_permuted,10.0,"['~', '<', '$', ':']",5 9] [8 3],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,11.0,"['(', '>', '*', '%']",3 0],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,12.0,"['>', '&', '<', '!']",8 5],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",9],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,14.0,"['&', '%', '~', '$']",3 1 8],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",8] [4] [9 8,1,1.0 +0613,0613,12,coords,c3_set_union_permuted,16.0,"['<', '>', '*', '%']",3 6],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",7 0],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,18.0,"[':', '(', '$', '>']",3 1 9] [5 ,0,1.0 +0613,0613,12,coords,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",7 6],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,20.0,"['!', ':', '&', '(']",4] [2] [2 4,1,1.0 +0613,0613,12,coords,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",7 2 5 3],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",9 0] [8 2],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,23.0,"['>', '&', '$', '!']",1 7 6],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,24.0,"['&', '$', '!', '(']",8 4] [9 2],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,25.0,"['>', ':', '(', '~']",6],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,26.0,"['*', '!', '%', '$']",1 0],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",1] [7] [1 7,1,1.0 +0613,0613,12,coords,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",8 1] [4 3],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",1 6],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",None,0,1.0 +0613,0613,12,coords,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",3 1 0] [8 ,0,1.0 +0613,0613,12,coords,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",0 1 2] [0 ,0,1.0 +0613,0613,12,coords,c3_set_union_permuted,33.0,"['>', ':', '!', '&']",2 7],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",2],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,35.0,"['&', '!', '%', '>']",5 1],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,36.0,"['~', '$', '<', '>']",2],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",0 6 2 5],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",8 6 8],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,39.0,"[':', '$', '%', '&']",6],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,40.0,"['!', '%', '$', '~']",0],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,41.0,"['%', '!', '<', ':']",0 1 4] [9 ,0,1.0 +0613,0613,12,coords,c3_set_union_permuted,42.0,"['~', '!', '>', '$']",2 3 0] [4 ,0,1.0 +0613,0613,12,coords,c3_set_union_permuted,43.0,"['~', ':', '!', '$']",None,0,1.0 +0613,0613,12,coords,c3_set_union_permuted,44.0,"['>', '*', '<', '$']",0],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,45.0,"['<', '!', '(', '&']",0 2 4 5],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,46.0,"['%', '(', '~', '>']",1],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",9 1 5],0,1.0 +0613,0613,12,coords,c3_set_union_permuted,48.0,"[':', '&', '!', '~']",5 1],1,1.0 +0613,0613,12,coords,c3_set_union_permuted,49.0,"['*', '&', '%', '>']",8],1,1.0 +0613,0613,12,coords,c2_set_union_permuted,0.0,['<'],0 2],1,1.0 +0613,0613,12,coords,c2_set_union_permuted,1.0,['<'],2],1,1.0 +0613,0613,12,coords,c2_set_union_permuted,2.0,['$'],7 8] [8 1 ,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,3.0,[':'],0 3] [0 3 ,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,4.0,[':'],2 4] [4 0 ,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,5.0,['~'],3 9],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,6.0,['>'],2 9],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,7.0,['!'],3 1] [3 8 ,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,8.0,[':'],1 0 0],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,9.0,['('],1 3 0 7],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,10.0,['('],4],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,11.0,['%'],4 6 7 5],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,12.0,['>'],2 9 5],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,13.0,['<'],2] [3 2] [3,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,14.0,['!'],4] [4 0 8 ,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,15.0,['!'],None,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,16.0,['!'],8],1,1.0 +0613,0613,12,coords,c2_set_union_permuted,17.0,['&'],8 3],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,18.0,['<'],0 3 5],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,19.0,['*'],8 16],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,20.0,['<'],1 2],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,21.0,[':'],3],1,1.0 +0613,0613,12,coords,c2_set_union_permuted,22.0,['$'],4 6] [6 4 ,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,23.0,['<'],8 3],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,24.0,['!'],5 9],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,25.0,['%'],4 1],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,26.0,[':'],0] [1 0] [1,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,27.0,['<'],1] [4 1] [4,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,28.0,['%'],2 6],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,29.0,['~'],4 1],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,30.0,['~'],2 3],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,31.0,['%'],0 3],1,1.0 +0613,0613,12,coords,c2_set_union_permuted,32.0,[':'],5 7 9 5],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,33.0,['('],1 0 3 1],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,34.0,[':'],8],1,1.0 +0613,0613,12,coords,c2_set_union_permuted,35.0,['('],4 1 2],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,36.0,['<'],3 5 8],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,37.0,['!'],2 8],1,1.0 +0613,0613,12,coords,c2_set_union_permuted,38.0,['$'], ] [2 6 3 ,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,39.0,['$'],4 3 2 1],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,40.0,['&'],0 2] [2 0 ,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,41.0,['('],4 6] [3 4 ,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,42.0,['~'],1 7],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,43.0,['&'],0 7],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,44.0,['<'],4 2 0],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,45.0,['!'],None,0,1.0 +0613,0613,12,coords,c2_set_union_permuted,46.0,['$'],0 6 1],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,47.0,['('],8 5],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,48.0,[':'],8 6],0,1.0 +0613,0613,12,coords,c2_set_union_permuted,49.0,['('],3 1],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,0.0,['%'],2 4] [2] [4,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,1.0,['('],9 0],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,2.0,['*'],4,1,1.0 +0613,0613,12,coords,c1_set_union_permuted,3.0,['!'],3,1,1.0 +0613,0613,12,coords,c1_set_union_permuted,4.0,['&'],3 4],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,5.0,['*'],6 8] [6 8],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,6.0,['!'],9 8] [8 9],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,7.0,['~'],5 2],1,1.0 +0613,0613,12,coords,c1_set_union_permuted,8.0,['!'],2 4],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,9.0,['$'],1 0 5 9],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,10.0,['~'],4,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,11.0,[':'],5 9 8 0] [,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,12.0,['!'],4,1,1.0 +0613,0613,12,coords,c1_set_union_permuted,13.0,[':'],6 3] [6] [3,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,14.0,['<'],6 8] [8] [6,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,15.0,['*'],1 3 7],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,16.0,['%'],7 2],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,17.0,['!'],5 3] [3] [3,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,18.0,['('],1 4 9] [9 ,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,19.0,['$'],1 5],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,20.0,['&'],8 7],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,21.0,['!'],1],1,1.0 +0613,0613,12,coords,c1_set_union_permuted,22.0,[':'],7 1 3 0] [,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,23.0,['~'],4 1 6],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,24.0,['>'],1 0] [0] [1,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,25.0,['!'],8 2 6],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,26.0,['$'],4,1,1.0 +0613,0613,12,coords,c1_set_union_permuted,27.0,['$'],8 0 2],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,28.0,['&'],2 0],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,29.0,['~'],4 3 7],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,30.0,['~'],1 9],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,31.0,['('],7],1,1.0 +0613,0613,12,coords,c1_set_union_permuted,32.0,['('],7 4] [5] [4,1,1.0 +0613,0613,12,coords,c1_set_union_permuted,33.0,['('],4 9] [9] [4,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,34.0,['$'],2],1,1.0 +0613,0613,12,coords,c1_set_union_permuted,35.0,['*'],1 4] [1 7],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,36.0,['<'],5],1,1.0 +0613,0613,12,coords,c1_set_union_permuted,37.0,['%'],1,1,1.0 +0613,0613,12,coords,c1_set_union_permuted,38.0,['%'],8],1,1.0 +0613,0613,12,coords,c1_set_union_permuted,39.0,['!'],1],1,1.0 +0613,0613,12,coords,c1_set_union_permuted,40.0,[':'],9 3 2] [3],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,41.0,['%'],0 7],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,42.0,['('],0 8],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,43.0,['!'],0 3],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,44.0,['>'],9,1,1.0 +0613,0613,12,coords,c1_set_union_permuted,45.0,['>'],6 2],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,46.0,['*'],7,0,1.0 +0613,0613,12,coords,c1_set_union_permuted,47.0,['<'],1 8],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,48.0,['%'],5 2 1],0,1.0 +0613,0613,12,coords,c1_set_union_permuted,49.0,[':'],2 1] [2] [1,0,1.0 +0613,0613,12,coords,XOR_permuted,0.0,"['(', '%']",0 7],0,1.0 +0613,0613,12,coords,XOR_permuted,1.0,"[':', '(']",4 3],1,1.0 +0613,0613,12,coords,XOR_permuted,2.0,"['&', '>']",1 3],0,1.0 +0613,0613,12,coords,XOR_permuted,3.0,"['~', '%']",6 5],0,1.0 +0613,0613,12,coords,XOR_permuted,4.0,"['!', '~']",0 9],0,1.0 +0613,0613,12,coords,XOR_permuted,5.0,"['<', '~']",1 2],0,1.0 +0613,0613,12,coords,XOR_permuted,6.0,"['!', '$']",7 0] [8 4],0,1.0 +0613,0613,12,coords,XOR_permuted,7.0,"['%', ':']",1 5],0,1.0 +0613,0613,12,coords,XOR_permuted,8.0,"['&', '(']",6 7],0,1.0 +0613,0613,12,coords,XOR_permuted,9.0,"[':', '!']",None,0,1.0 +0613,0613,12,coords,XOR_permuted,10.0,"['$', '~']",2 0],0,1.0 +0613,0613,12,coords,XOR_permuted,11.0,"['%', '>']",1 5],0,1.0 +0613,0613,12,coords,XOR_permuted,12.0,"['%', '$']",0 4],0,1.0 +0613,0613,12,coords,XOR_permuted,13.0,"['!', '~']",1 2],0,1.0 +0613,0613,12,coords,XOR_permuted,14.0,"['&', '!']",5 8],0,1.0 +0613,0613,12,coords,XOR_permuted,15.0,"['%', '>']",7 2],0,1.0 +0613,0613,12,coords,XOR_permuted,16.0,"['>', ':']",3 5],0,1.0 +0613,0613,12,coords,XOR_permuted,17.0,"['~', '*']",9 7],0,1.0 +0613,0613,12,coords,XOR_permuted,18.0,"['>', ':']",6 8],0,1.0 +0613,0613,12,coords,XOR_permuted,19.0,"['%', '$']",4 5],0,1.0 +0613,0613,12,coords,XOR_permuted,20.0,"['%', '*']",8 1],0,1.0 +0613,0613,12,coords,XOR_permuted,21.0,"['~', '<']",4 9] [1 8],0,1.0 +0613,0613,12,coords,XOR_permuted,22.0,"['%', '!']",5 5],0,1.0 +0613,0613,12,coords,XOR_permuted,23.0,"['%', '$']",4 0],0,1.0 +0613,0613,12,coords,XOR_permuted,24.0,"[':', '%']",8 2],0,1.0 +0613,0613,12,coords,XOR_permuted,25.0,"['*', ':']",7 8] [8 4],0,1.0 +0613,0613,12,coords,XOR_permuted,26.0,"['!', '$']",2 8],0,1.0 +0613,0613,12,coords,XOR_permuted,27.0,"['*', '$']",3 5],0,1.0 +0613,0613,12,coords,XOR_permuted,28.0,"['!', '>']",2 9],1,1.0 +0613,0613,12,coords,XOR_permuted,29.0,"['$', '%']",None,0,1.0 +0613,0613,12,coords,XOR_permuted,30.0,"['*', '<']",3 8],0,1.0 +0613,0613,12,coords,XOR_permuted,31.0,"['*', '~']",4 1],0,1.0 +0613,0613,12,coords,XOR_permuted,32.0,"['%', '*']",7 9],1,1.0 +0613,0613,12,coords,XOR_permuted,33.0,"['<', '>']",7 0],0,1.0 +0613,0613,12,coords,XOR_permuted,34.0,"['!', '<']",2 2],0,1.0 +0613,0613,12,coords,XOR_permuted,35.0,"['~', '%']",2 5],1,1.0 +0613,0613,12,coords,XOR_permuted,36.0,"['~', '%']",5 3] [3 5],1,1.0 +0613,0613,12,coords,XOR_permuted,37.0,"['(', '<']",2 9] [16 4],0,1.0 +0613,0613,12,coords,XOR_permuted,38.0,"[':', '$']",6 8],0,1.0 +0613,0613,12,coords,XOR_permuted,39.0,"['~', '>']",5 7],1,1.0 +0613,0613,12,coords,XOR_permuted,40.0,"['$', '!']",3 7],1,1.0 +0613,0613,12,coords,XOR_permuted,41.0,"['>', '~']",9 1],0,1.0 +0613,0613,12,coords,XOR_permuted,42.0,"[':', '$']",None,0,1.0 +0613,0613,12,coords,XOR_permuted,43.0,"['>', '%']",8 1] [7 1],1,1.0 +0613,0613,12,coords,XOR_permuted,44.0,"['*', '&']",9 4],0,1.0 +0613,0613,12,coords,XOR_permuted,45.0,"['!', '<']",1 5],0,1.0 +0613,0613,12,coords,XOR_permuted,46.0,"['*', '%']",1 6],1,1.0 +0613,0613,12,coords,XOR_permuted,47.0,"['*', '%']",4 2],1,1.0 +0613,0613,12,coords,XOR_permuted,48.0,"['%', '&']",7 6] [6 7],0,1.0 +0613,0613,12,coords,XOR_permuted,49.0,"['<', '&']",7 4],1,1.0 +0613,0613,12,num,row_constant,0.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,1.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,2.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,3.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,4.0,[6],6],1,1.0 +0613,0613,12,num,row_constant,5.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,6.0,[5],5],1,1.0 +0613,0613,12,num,row_constant,7.0,[9],9],1,1.0 +0613,0613,12,num,row_constant,8.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,9.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,10.0,[8],8],1,1.0 +0613,0613,12,num,row_constant,11.0,[9],9],1,1.0 +0613,0613,12,num,row_constant,12.0,[0],0],1,1.0 +0613,0613,12,num,row_constant,13.0,[0],0],1,1.0 +0613,0613,12,num,row_constant,14.0,[1],1],1,1.0 +0613,0613,12,num,row_constant,15.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,16.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,17.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,18.0,[0],0],1,1.0 +0613,0613,12,num,row_constant,19.0,[5],5],1,1.0 +0613,0613,12,num,row_constant,20.0,[0],0],1,1.0 +0613,0613,12,num,row_constant,21.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,22.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,23.0,[9],9],1,1.0 +0613,0613,12,num,row_constant,24.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,25.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,26.0,[5],5],1,1.0 +0613,0613,12,num,row_constant,27.0,[9],9],1,1.0 +0613,0613,12,num,row_constant,28.0,[6],6],1,1.0 +0613,0613,12,num,row_constant,29.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,30.0,[6],6],1,1.0 +0613,0613,12,num,row_constant,31.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,32.0,[2],2],1,1.0 +0613,0613,12,num,row_constant,33.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,34.0,[6],6],1,1.0 +0613,0613,12,num,row_constant,35.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,36.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,37.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,38.0,[0],0],1,1.0 +0613,0613,12,num,row_constant,39.0,[9],9],1,1.0 +0613,0613,12,num,row_constant,40.0,[0],0],1,1.0 +0613,0613,12,num,row_constant,41.0,[6],6],1,1.0 +0613,0613,12,num,row_constant,42.0,[1],1],1,1.0 +0613,0613,12,num,row_constant,43.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,44.0,[5],5],1,1.0 +0613,0613,12,num,row_constant,45.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,46.0,[2],2],1,1.0 +0613,0613,12,num,row_constant,47.0,[8],8],1,1.0 +0613,0613,12,num,row_constant,48.0,[8],8],1,1.0 +0613,0613,12,num,row_constant,49.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,50.0,[1],1],1,1.0 +0613,0613,12,num,row_constant,51.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,52.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,53.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,54.0,[9],9],1,1.0 +0613,0613,12,num,row_constant,55.0,[0],0],1,1.0 +0613,0613,12,num,row_constant,56.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,57.0,[0],0],1,1.0 +0613,0613,12,num,row_constant,58.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,59.0,[5],5],1,1.0 +0613,0613,12,num,row_constant,60.0,[1],1],1,1.0 +0613,0613,12,num,row_constant,61.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,62.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,63.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,64.0,[1],1],1,1.0 +0613,0613,12,num,row_constant,65.0,[4],4,1,1.0 +0613,0613,12,num,row_constant,66.0,[8],8],1,1.0 +0613,0613,12,num,row_constant,67.0,[5],5],1,1.0 +0613,0613,12,num,row_constant,68.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,69.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,70.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,71.0,[7],7,1,1.0 +0613,0613,12,num,row_constant,72.0,[1],1],1,1.0 +0613,0613,12,num,row_constant,73.0,[6],6],1,1.0 +0613,0613,12,num,row_constant,74.0,[5],5],1,1.0 +0613,0613,12,num,row_constant,75.0,[0],0],1,1.0 +0613,0613,12,num,row_constant,76.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,77.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,78.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,79.0,[2],2],1,1.0 +0613,0613,12,num,row_constant,80.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,81.0,[2],2],1,1.0 +0613,0613,12,num,row_constant,82.0,[9],9],1,1.0 +0613,0613,12,num,row_constant,83.0,[8],8],1,1.0 +0613,0613,12,num,row_constant,84.0,[5],5],1,1.0 +0613,0613,12,num,row_constant,85.0,[2],2],1,1.0 +0613,0613,12,num,row_constant,86.0,[4],4],1,1.0 +0613,0613,12,num,row_constant,87.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,88.0,[0],0],1,1.0 +0613,0613,12,num,row_constant,89.0,[3],3],1,1.0 +0613,0613,12,num,row_constant,90.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,91.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,92.0,[1],1],1,1.0 +0613,0613,12,num,row_constant,93.0,[7],7],1,1.0 +0613,0613,12,num,row_constant,94.0,[2],2],1,1.0 +0613,0613,12,num,row_constant,95.0,[6],6],1,1.0 +0613,0613,12,num,row_constant,96.0,[6],6],1,1.0 +0613,0613,12,num,row_constant,97.0,[2],2],1,1.0 +0613,0613,12,num,row_constant,98.0,[8],8],1,1.0 +0613,0613,12,num,row_constant,99.0,[6],6],1,1.0 +0613,0613,12,num,col_constant,0.0,[6],6,1,1.0 +0613,0613,12,num,col_constant,1.0,[9],9,1,1.0 +0613,0613,12,num,col_constant,2.0,[9],9,1,1.0 +0613,0613,12,num,col_constant,3.0,[8],8,1,1.0 +0613,0613,12,num,col_constant,4.0,[7],7],1,1.0 +0613,0613,12,num,col_constant,5.0,[8],8,1,1.0 +0613,0613,12,num,col_constant,6.0,[3],3],1,1.0 +0613,0613,12,num,col_constant,7.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,8.0,[4],4,1,1.0 +0613,0613,12,num,col_constant,9.0,[4],4,1,1.0 +0613,0613,12,num,col_constant,10.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,11.0,[8],8,1,1.0 +0613,0613,12,num,col_constant,12.0,[0],0],1,1.0 +0613,0613,12,num,col_constant,13.0,[1],1],1,1.0 +0613,0613,12,num,col_constant,14.0,[3],3],1,1.0 +0613,0613,12,num,col_constant,15.0,[6],6,1,1.0 +0613,0613,12,num,col_constant,16.0,[7],7,1,1.0 +0613,0613,12,num,col_constant,17.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,18.0,[4],4,1,1.0 +0613,0613,12,num,col_constant,19.0,[2],2,1,1.0 +0613,0613,12,num,col_constant,20.0,[6],6],1,1.0 +0613,0613,12,num,col_constant,21.0,[6],6,1,1.0 +0613,0613,12,num,col_constant,22.0,[9],9],1,1.0 +0613,0613,12,num,col_constant,23.0,[0],0],1,1.0 +0613,0613,12,num,col_constant,24.0,[5],5],1,1.0 +0613,0613,12,num,col_constant,25.0,[2],2,1,1.0 +0613,0613,12,num,col_constant,26.0,[9],9],1,1.0 +0613,0613,12,num,col_constant,27.0,[6],6,1,1.0 +0613,0613,12,num,col_constant,28.0,[9],9],1,1.0 +0613,0613,12,num,col_constant,29.0,[3],3,1,1.0 +0613,0613,12,num,col_constant,30.0,[6],6,1,1.0 +0613,0613,12,num,col_constant,31.0,[8],8,1,1.0 +0613,0613,12,num,col_constant,32.0,[4],4],1,1.0 +0613,0613,12,num,col_constant,33.0,[0],0,1,1.0 +0613,0613,12,num,col_constant,34.0,[3],3,1,1.0 +0613,0613,12,num,col_constant,35.0,[3],3],1,1.0 +0613,0613,12,num,col_constant,36.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,37.0,[2],2,1,1.0 +0613,0613,12,num,col_constant,38.0,[2],2],1,1.0 +0613,0613,12,num,col_constant,39.0,[3],3],1,1.0 +0613,0613,12,num,col_constant,40.0,[2],2,1,1.0 +0613,0613,12,num,col_constant,41.0,[3],3,1,1.0 +0613,0613,12,num,col_constant,42.0,[3],3,1,1.0 +0613,0613,12,num,col_constant,43.0,[0],0],1,1.0 +0613,0613,12,num,col_constant,44.0,[6],6],1,1.0 +0613,0613,12,num,col_constant,45.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,46.0,[7],7,1,1.0 +0613,0613,12,num,col_constant,47.0,[0],0],1,1.0 +0613,0613,12,num,col_constant,48.0,[8],8],1,1.0 +0613,0613,12,num,col_constant,49.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,50.0,[7],7,1,1.0 +0613,0613,12,num,col_constant,51.0,[7],7],1,1.0 +0613,0613,12,num,col_constant,52.0,[8],8,1,1.0 +0613,0613,12,num,col_constant,53.0,[2],2,1,1.0 +0613,0613,12,num,col_constant,54.0,[0],0],1,1.0 +0613,0613,12,num,col_constant,55.0,[0],0,1,1.0 +0613,0613,12,num,col_constant,56.0,[6],6],1,1.0 +0613,0613,12,num,col_constant,57.0,[6],6,1,1.0 +0613,0613,12,num,col_constant,58.0,[0],0],1,1.0 +0613,0613,12,num,col_constant,59.0,[2],2,1,1.0 +0613,0613,12,num,col_constant,60.0,[3],3],1,1.0 +0613,0613,12,num,col_constant,61.0,[4],4,1,1.0 +0613,0613,12,num,col_constant,62.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,63.0,[1],1,1,1.0 +0613,0613,12,num,col_constant,64.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,65.0,[2],2,1,1.0 +0613,0613,12,num,col_constant,66.0,[0],0,1,1.0 +0613,0613,12,num,col_constant,67.0,[7],7,1,1.0 +0613,0613,12,num,col_constant,68.0,[4],4],1,1.0 +0613,0613,12,num,col_constant,69.0,[4],4],1,1.0 +0613,0613,12,num,col_constant,70.0,[8],8],1,1.0 +0613,0613,12,num,col_constant,71.0,[2],2],1,1.0 +0613,0613,12,num,col_constant,72.0,[6],6,1,1.0 +0613,0613,12,num,col_constant,73.0,[4],4,1,1.0 +0613,0613,12,num,col_constant,74.0,[8],8,1,1.0 +0613,0613,12,num,col_constant,75.0,[3],3,1,1.0 +0613,0613,12,num,col_constant,76.0,[1],1,1,1.0 +0613,0613,12,num,col_constant,77.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,78.0,[7],7],1,1.0 +0613,0613,12,num,col_constant,79.0,[9],9,1,1.0 +0613,0613,12,num,col_constant,80.0,[5],5],1,1.0 +0613,0613,12,num,col_constant,81.0,[6],6,1,1.0 +0613,0613,12,num,col_constant,82.0,[8],8,1,1.0 +0613,0613,12,num,col_constant,83.0,[9],9],1,1.0 +0613,0613,12,num,col_constant,84.0,[3],3],1,1.0 +0613,0613,12,num,col_constant,85.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,86.0,[5],5],1,1.0 +0613,0613,12,num,col_constant,87.0,[6],6],1,1.0 +0613,0613,12,num,col_constant,88.0,[1],1],1,1.0 +0613,0613,12,num,col_constant,89.0,[6],6],1,1.0 +0613,0613,12,num,col_constant,90.0,[3],3],1,1.0 +0613,0613,12,num,col_constant,91.0,[3],3,1,1.0 +0613,0613,12,num,col_constant,92.0,[0],0,1,1.0 +0613,0613,12,num,col_constant,93.0,[6],6,1,1.0 +0613,0613,12,num,col_constant,94.0,[6],6,1,1.0 +0613,0613,12,num,col_constant,95.0,[3],3],1,1.0 +0613,0613,12,num,col_constant,96.0,[1],1],1,1.0 +0613,0613,12,num,col_constant,97.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,98.0,[5],5,1,1.0 +0613,0613,12,num,col_constant,99.0,[2],2,1,1.0 +0613,0613,12,num,dist3_diag1,0.0,[2],2],1,1.0 +0613,0613,12,num,dist3_diag1,1.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag1,2.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag1,3.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,4.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag1,5.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag1,6.0,[2],2],1,1.0 +0613,0613,12,num,dist3_diag1,7.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,8.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag1,9.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,10.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag1,11.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,12.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,13.0,[2],2],1,1.0 +0613,0613,12,num,dist3_diag1,14.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,15.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag1,16.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag1,17.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,18.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,19.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,20.0,[7],7,1,1.0 +0613,0613,12,num,dist3_diag1,21.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag1,22.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag1,23.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag1,24.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag1,25.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag1,26.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag1,27.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,28.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,29.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,30.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag1,31.0,[2],2],1,1.0 +0613,0613,12,num,dist3_diag1,32.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,33.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,34.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,35.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag1,36.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,37.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,38.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag1,39.0,[1],1],1,1.0 +0613,0613,12,num,dist3_diag1,40.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag1,41.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag1,42.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag1,43.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,44.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag1,45.0,[1],1],1,1.0 +0613,0613,12,num,dist3_diag1,46.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,47.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag1,48.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,49.0,[2],2],1,1.0 +0613,0613,12,num,dist3_diag1,50.0,[6],6,1,1.0 +0613,0613,12,num,dist3_diag1,51.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag1,52.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag1,53.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag1,54.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag1,55.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag1,56.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,57.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,58.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,59.0,[1],1],1,1.0 +0613,0613,12,num,dist3_diag1,60.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,61.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag1,62.0,[6],6,1,1.0 +0613,0613,12,num,dist3_diag1,63.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,64.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag1,65.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag1,66.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,67.0,[9],9,1,1.0 +0613,0613,12,num,dist3_diag1,68.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag1,69.0,[1],1],1,1.0 +0613,0613,12,num,dist3_diag1,70.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag1,71.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag1,72.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag1,73.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,74.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,75.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,76.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag1,77.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,78.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag1,79.0,[2],2],1,1.0 +0613,0613,12,num,dist3_diag1,80.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,81.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,82.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag1,83.0,[9],9,1,1.0 +0613,0613,12,num,dist3_diag1,84.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,85.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag1,86.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,87.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,88.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag1,89.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,90.0,[4],4,1,1.0 +0613,0613,12,num,dist3_diag1,91.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag1,92.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag1,93.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,94.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag1,95.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag1,96.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag1,97.0,[9],9,1,1.0 +0613,0613,12,num,dist3_diag1,98.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag1,99.0,[8],8,1,1.0 +0613,0613,12,num,dist3_diag2,0.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,1.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,2.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,3.0,[4],4,1,1.0 +0613,0613,12,num,dist3_diag2,4.0,[2],2,1,1.0 +0613,0613,12,num,dist3_diag2,5.0,[8],8,1,1.0 +0613,0613,12,num,dist3_diag2,6.0,[4],4,1,1.0 +0613,0613,12,num,dist3_diag2,7.0,[4],4,1,1.0 +0613,0613,12,num,dist3_diag2,8.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,9.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,10.0,[7],7,1,1.0 +0613,0613,12,num,dist3_diag2,11.0,[1],1],1,1.0 +0613,0613,12,num,dist3_diag2,12.0,[1],1],1,1.0 +0613,0613,12,num,dist3_diag2,13.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,14.0,[3],3,1,1.0 +0613,0613,12,num,dist3_diag2,15.0,[7],7,1,1.0 +0613,0613,12,num,dist3_diag2,16.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,17.0,[5],5,1,1.0 +0613,0613,12,num,dist3_diag2,18.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,19.0,[7],7,1,1.0 +0613,0613,12,num,dist3_diag2,20.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,21.0,[1],1],1,1.0 +0613,0613,12,num,dist3_diag2,22.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag2,23.0,[8],8,1,1.0 +0613,0613,12,num,dist3_diag2,24.0,[6],6,1,1.0 +0613,0613,12,num,dist3_diag2,25.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag2,26.0,[4],4,1,1.0 +0613,0613,12,num,dist3_diag2,27.0,[3],3,1,1.0 +0613,0613,12,num,dist3_diag2,28.0,[6],6,1,1.0 +0613,0613,12,num,dist3_diag2,29.0,[7],7,1,1.0 +0613,0613,12,num,dist3_diag2,30.0,[6],6,1,1.0 +0613,0613,12,num,dist3_diag2,31.0,[2],2],1,1.0 +0613,0613,12,num,dist3_diag2,32.0,[3],3,1,1.0 +0613,0613,12,num,dist3_diag2,33.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag2,34.0,[0],0,1,1.0 +0613,0613,12,num,dist3_diag2,35.0,[8],8,1,1.0 +0613,0613,12,num,dist3_diag2,36.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag2,37.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag2,38.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag2,39.0,[4],4,1,1.0 +0613,0613,12,num,dist3_diag2,40.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag2,41.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag2,42.0,[2],2,1,1.0 +0613,0613,12,num,dist3_diag2,43.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,44.0,[2],2,1,1.0 +0613,0613,12,num,dist3_diag2,45.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag2,46.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,47.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,48.0,[0],0,1,1.0 +0613,0613,12,num,dist3_diag2,49.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,50.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,51.0,[2],2],1,1.0 +0613,0613,12,num,dist3_diag2,52.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,53.0,[2],2,1,1.0 +0613,0613,12,num,dist3_diag2,54.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,55.0,[3],3,1,1.0 +0613,0613,12,num,dist3_diag2,56.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,57.0,[8],8],1,1.0 +0613,0613,12,num,dist3_diag2,58.0,[3],3,1,1.0 +0613,0613,12,num,dist3_diag2,59.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,60.0,[1],1],1,1.0 +0613,0613,12,num,dist3_diag2,61.0,[3],3,1,1.0 +0613,0613,12,num,dist3_diag2,62.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,63.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag2,64.0,[5],5,1,1.0 +0613,0613,12,num,dist3_diag2,65.0,[4],4,1,1.0 +0613,0613,12,num,dist3_diag2,66.0,[3],3,1,1.0 +0613,0613,12,num,dist3_diag2,67.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag2,68.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag2,69.0,[8],8,1,1.0 +0613,0613,12,num,dist3_diag2,70.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag2,71.0,[6],6,1,1.0 +0613,0613,12,num,dist3_diag2,72.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,73.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,74.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag2,75.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag2,76.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag2,77.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag2,78.0,[7],7,1,1.0 +0613,0613,12,num,dist3_diag2,79.0,[0],0,1,1.0 +0613,0613,12,num,dist3_diag2,80.0,[9],9],1,1.0 +0613,0613,12,num,dist3_diag2,81.0,[7],7,1,1.0 +0613,0613,12,num,dist3_diag2,82.0,[7],7],1,1.0 +0613,0613,12,num,dist3_diag2,83.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag2,84.0,[4],4,1,1.0 +0613,0613,12,num,dist3_diag2,85.0,[5],5],1,1.0 +0613,0613,12,num,dist3_diag2,86.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag2,87.0,[3],3,1,1.0 +0613,0613,12,num,dist3_diag2,88.0,[5],5,1,1.0 +0613,0613,12,num,dist3_diag2,89.0,[6],6,1,1.0 +0613,0613,12,num,dist3_diag2,90.0,[0],0],1,1.0 +0613,0613,12,num,dist3_diag2,91.0,[0],0,1,1.0 +0613,0613,12,num,dist3_diag2,92.0,[3],3],1,1.0 +0613,0613,12,num,dist3_diag2,93.0,[1],1],1,1.0 +0613,0613,12,num,dist3_diag2,94.0,[4],4],1,1.0 +0613,0613,12,num,dist3_diag2,95.0,[4],4,1,1.0 +0613,0613,12,num,dist3_diag2,96.0,[6],6],1,1.0 +0613,0613,12,num,dist3_diag2,97.0,[4],4,1,1.0 +0613,0613,12,num,dist3_diag2,98.0,[5],5,1,1.0 +0613,0613,12,num,dist3_diag2,99.0,[0],0,1,1.0 +0613,0613,12,num,prog_size1,0.0,[4],4],1,1.0 +0613,0613,12,num,prog_size1,1.0,[5],5],1,1.0 +0613,0613,12,num,prog_size1,2.0,[6],6],1,1.0 +0613,0613,12,num,prog_size1,3.0,[7],7],1,1.0 +0613,0613,12,num,prog_size1,4.0,[8],8],1,1.0 +0613,0613,12,num,prog_size1,5.0,[9],9],1,1.0 +0613,0613,12,num,prog_size1,6.0,[0],0],1,1.0 +0613,0613,12,num,prog_size1,7.0,[1],1],1,1.0 +0613,0613,12,num,prog_size1,8.0,[2],2],1,1.0 +0613,0613,12,num,prog_size1,9.0,[3],3],1,1.0 +0613,0613,12,num,prog_size1,10.0,[4],4],1,1.0 +0613,0613,12,num,prog_size1,11.0,[5],5],1,1.0 +0613,0613,12,num,prog_size2,0.0,[8],8],1,1.0 +0613,0613,12,num,prog_size2,1.0,[9],9],1,1.0 +0613,0613,12,num,prog_size2,2.0,[0],0],1,1.0 +0613,0613,12,num,prog_size2,3.0,[1],1],1,1.0 +0613,0613,12,num,two_rule_comb0,0.0,[6 9],6 9],1,1.0 +0613,0613,12,num,two_rule_comb0,1.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb0,2.0,[2 4],2 4],1,1.0 +0613,0613,12,num,two_rule_comb0,3.0,[2 0],2 0],1,1.0 +0613,0613,12,num,two_rule_comb0,4.0,[9 2],9 2],1,1.0 +0613,0613,12,num,two_rule_comb0,5.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb0,6.0,[1 9],1 9],1,1.0 +0613,0613,12,num,two_rule_comb0,7.0,[1 7],1 7],1,1.0 +0613,0613,12,num,two_rule_comb0,8.0,[7 3],7 3],1,1.0 +0613,0613,12,num,two_rule_comb0,9.0,[9 0],9 0],1,1.0 +0613,0613,12,num,two_rule_comb0,10.0,[7 2],7 2],1,1.0 +0613,0613,12,num,two_rule_comb0,11.0,[1 6],1 6],1,1.0 +0613,0613,12,num,two_rule_comb0,12.0,[7 4],7 4],1,1.0 +0613,0613,12,num,two_rule_comb0,13.0,[9 7],9 7],1,1.0 +0613,0613,12,num,two_rule_comb0,14.0,[0 0],0 0],1,1.0 +0613,0613,12,num,two_rule_comb0,15.0,[3 7],3 7],1,1.0 +0613,0613,12,num,two_rule_comb0,16.0,[7 3],7 3],1,1.0 +0613,0613,12,num,two_rule_comb0,17.0,[9 0],9 0],1,1.0 +0613,0613,12,num,two_rule_comb0,18.0,[7 2],7 2],1,1.0 +0613,0613,12,num,two_rule_comb0,19.0,[2 6],2 6],1,1.0 +0613,0613,12,num,two_rule_comb0,20.0,[5 5],5 5],1,1.0 +0613,0613,12,num,two_rule_comb0,21.0,[8 5],8 5],1,1.0 +0613,0613,12,num,two_rule_comb0,22.0,[6 4],6 4],1,1.0 +0613,0613,12,num,two_rule_comb0,23.0,[6 8],6 8],1,1.0 +0613,0613,12,num,two_rule_comb0,24.0,[7 1],7 1],1,1.0 +0613,0613,12,num,two_rule_comb0,25.0,[5 1],5 1],1,1.0 +0613,0613,12,num,two_rule_comb0,26.0,[6 8],6 8],1,1.0 +0613,0613,12,num,two_rule_comb0,27.0,[7 7],7 7],1,1.0 +0613,0613,12,num,two_rule_comb0,28.0,[7 1],7 1],1,1.0 +0613,0613,12,num,two_rule_comb0,29.0,[0 2],0 2],1,1.0 +0613,0613,12,num,two_rule_comb0,30.0,[9 4],9 4],1,1.0 +0613,0613,12,num,two_rule_comb0,31.0,[4 5],4 5],1,1.0 +0613,0613,12,num,two_rule_comb0,32.0,[3 3],3 3],1,1.0 +0613,0613,12,num,two_rule_comb0,33.0,[7 9],7 9],1,1.0 +0613,0613,12,num,two_rule_comb0,34.0,[4 2],4 2],1,1.0 +0613,0613,12,num,two_rule_comb0,35.0,[8 9],8 9],1,1.0 +0613,0613,12,num,two_rule_comb0,36.0,[6 5],6 5],1,1.0 +0613,0613,12,num,two_rule_comb0,37.0,[1 5],1 5],1,1.0 +0613,0613,12,num,two_rule_comb0,38.0,[3 6],3 6],1,1.0 +0613,0613,12,num,two_rule_comb0,39.0,[5 9],5 9],1,1.0 +0613,0613,12,num,two_rule_comb0,40.0,[5 6],5 6],1,1.0 +0613,0613,12,num,two_rule_comb0,41.0,[1 2],1 2],1,1.0 +0613,0613,12,num,two_rule_comb0,42.0,[1 7],1 7],1,1.0 +0613,0613,12,num,two_rule_comb0,43.0,[8 0],8 0],1,1.0 +0613,0613,12,num,two_rule_comb0,44.0,[3 2],3 2],1,1.0 +0613,0613,12,num,two_rule_comb0,45.0,[7 4],7 4],1,1.0 +0613,0613,12,num,two_rule_comb0,46.0,[9 6],None,0,1.0 +0613,0613,12,num,two_rule_comb0,47.0,[4 2],4 2],1,1.0 +0613,0613,12,num,two_rule_comb0,48.0,[6 4],6 4],1,1.0 +0613,0613,12,num,two_rule_comb0,49.0,[8 9],8 9],1,1.0 +0613,0613,12,num,two_rule_comb0,50.0,[2 0],2 0],1,1.0 +0613,0613,12,num,two_rule_comb0,51.0,[7 5],7 5],1,1.0 +0613,0613,12,num,two_rule_comb0,52.0,[2 3],2 3],1,1.0 +0613,0613,12,num,two_rule_comb0,53.0,[3 5],3 5],1,1.0 +0613,0613,12,num,two_rule_comb0,54.0,[0 7],0 7],1,1.0 +0613,0613,12,num,two_rule_comb0,55.0,[1 6],1 6],1,1.0 +0613,0613,12,num,two_rule_comb0,56.0,[7 1],7 1],1,1.0 +0613,0613,12,num,two_rule_comb0,57.0,[6 8],6 8],1,1.0 +0613,0613,12,num,two_rule_comb0,58.0,[8 0],8 0],1,1.0 +0613,0613,12,num,two_rule_comb0,59.0,[3 0],3 0],1,1.0 +0613,0613,12,num,two_rule_comb0,60.0,[3 0],3 0],1,1.0 +0613,0613,12,num,two_rule_comb0,61.0,[2 3],2 3],1,1.0 +0613,0613,12,num,two_rule_comb0,62.0,[6 3],6 3],1,1.0 +0613,0613,12,num,two_rule_comb0,63.0,[0 8],0 8],1,1.0 +0613,0613,12,num,two_rule_comb0,64.0,[9 7],None,0,1.0 +0613,0613,12,num,two_rule_comb0,65.0,[5 4],5 4],1,1.0 +0613,0613,12,num,two_rule_comb0,66.0,[2 6],2 6],1,1.0 +0613,0613,12,num,two_rule_comb0,67.0,[0 8],0 8],1,1.0 +0613,0613,12,num,two_rule_comb0,68.0,[8 0],8 0],1,1.0 +0613,0613,12,num,two_rule_comb0,69.0,[6 1],6 1],1,1.0 +0613,0613,12,num,two_rule_comb0,70.0,[4 6],4 6],1,1.0 +0613,0613,12,num,two_rule_comb0,71.0,[9 0],9 0],1,1.0 +0613,0613,12,num,two_rule_comb0,72.0,[3 2],3 2],1,1.0 +0613,0613,12,num,two_rule_comb0,73.0,[3 5],3 5],1,1.0 +0613,0613,12,num,two_rule_comb0,74.0,[0 5],0 5],1,1.0 +0613,0613,12,num,two_rule_comb0,75.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb0,76.0,[1 9],1 9],1,1.0 +0613,0613,12,num,two_rule_comb0,77.0,[1 7],1 7],1,1.0 +0613,0613,12,num,two_rule_comb0,78.0,[0 1],0 1],1,1.0 +0613,0613,12,num,two_rule_comb0,79.0,[7 7],7 7],1,1.0 +0613,0613,12,num,two_rule_comb0,80.0,[2 5],2 5],1,1.0 +0613,0613,12,num,two_rule_comb0,81.0,[3 5],3 5],1,1.0 +0613,0613,12,num,two_rule_comb0,82.0,[7 7],7 7],1,1.0 +0613,0613,12,num,two_rule_comb0,83.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb0,84.0,[3 1],3 1],1,1.0 +0613,0613,12,num,two_rule_comb0,85.0,[0 8],0 8],1,1.0 +0613,0613,12,num,two_rule_comb0,86.0,[3 0],3 0],1,1.0 +0613,0613,12,num,two_rule_comb0,87.0,[1 5],1 5],1,1.0 +0613,0613,12,num,two_rule_comb0,88.0,[8 0],8 0],1,1.0 +0613,0613,12,num,two_rule_comb0,89.0,[2 7],2 7],1,1.0 +0613,0613,12,num,two_rule_comb0,90.0,[8 5],8 5],1,1.0 +0613,0613,12,num,two_rule_comb0,91.0,[3 1],3 1],1,1.0 +0613,0613,12,num,two_rule_comb0,92.0,[3 8],3 8],1,1.0 +0613,0613,12,num,two_rule_comb0,93.0,[3 9],3 9],1,1.0 +0613,0613,12,num,two_rule_comb0,94.0,[2 2],2 2],1,1.0 +0613,0613,12,num,two_rule_comb0,95.0,[8 3],8 3],1,1.0 +0613,0613,12,num,two_rule_comb0,96.0,[1 5],1 5],1,1.0 +0613,0613,12,num,two_rule_comb0,97.0,[9 4],None,0,1.0 +0613,0613,12,num,two_rule_comb0,98.0,[5 4],5 4],1,1.0 +0613,0613,12,num,two_rule_comb0,99.0,[3 1],3 1],1,1.0 +0613,0613,12,num,two_rule_comb1,0.0,[1 2],1 2],1,1.0 +0613,0613,12,num,two_rule_comb1,1.0,[8 9],9 9],0,1.0 +0613,0613,12,num,two_rule_comb1,2.0,[2 6],2 6],1,1.0 +0613,0613,12,num,two_rule_comb1,3.0,[3 4],3 5],0,1.0 +0613,0613,12,num,two_rule_comb1,4.0,[2 7],2 7],1,1.0 +0613,0613,12,num,two_rule_comb1,5.0,[4 0],4 0],1,1.0 +0613,0613,12,num,two_rule_comb1,6.0,[7 4],7 4],1,1.0 +0613,0613,12,num,two_rule_comb1,7.0,[1 1],1 1],1,1.0 +0613,0613,12,num,two_rule_comb1,8.0,[7 9],7 9],1,1.0 +0613,0613,12,num,two_rule_comb1,9.0,[3 1],3 1],1,1.0 +0613,0613,12,num,two_rule_comb1,10.0,[3 7],3 7],1,1.0 +0613,0613,12,num,two_rule_comb1,11.0,[0 2],0 2],1,1.0 +0613,0613,12,num,two_rule_comb1,12.0,[6 7],6 7],1,1.0 +0613,0613,12,num,two_rule_comb1,13.0,[8 2],8 2],1,1.0 +0613,0613,12,num,two_rule_comb1,14.0,[7 4],7 4],1,1.0 +0613,0613,12,num,two_rule_comb1,15.0,[1 3],1 3],1,1.0 +0613,0613,12,num,two_rule_comb1,16.0,[7 3],7 3],1,1.0 +0613,0613,12,num,two_rule_comb1,17.0,[7 7],5 7],0,1.0 +0613,0613,12,num,two_rule_comb1,18.0,[1 8],1 8],1,1.0 +0613,0613,12,num,two_rule_comb1,19.0,[1 9],1 9],1,1.0 +0613,0613,12,num,two_rule_comb1,20.0,[4 9],4 9],1,1.0 +0613,0613,12,num,two_rule_comb1,21.0,[2 3],2 3],1,1.0 +0613,0613,12,num,two_rule_comb1,22.0,[6 7],6 6],0,1.0 +0613,0613,12,num,two_rule_comb1,23.0,[2 5],2 5],1,1.0 +0613,0613,12,num,two_rule_comb1,24.0,[3 1],3 1],1,1.0 +0613,0613,12,num,two_rule_comb1,25.0,[6 5],6 5],1,1.0 +0613,0613,12,num,two_rule_comb1,26.0,[8 1],8 1],1,1.0 +0613,0613,12,num,two_rule_comb1,27.0,[6 8],6 8],1,1.0 +0613,0613,12,num,two_rule_comb1,28.0,[5 4],5 4],1,1.0 +0613,0613,12,num,two_rule_comb1,29.0,[0 4],0 4],1,1.0 +0613,0613,12,num,two_rule_comb1,30.0,[4 9],4 4],0,1.0 +0613,0613,12,num,two_rule_comb1,31.0,[6 2],6 2],1,1.0 +0613,0613,12,num,two_rule_comb1,32.0,[1 7],1 7],1,1.0 +0613,0613,12,num,two_rule_comb1,33.0,[3 0],3 0],1,1.0 +0613,0613,12,num,two_rule_comb1,34.0,[1 2],1 2],1,1.0 +0613,0613,12,num,two_rule_comb1,35.0,[4 1],4 1],1,1.0 +0613,0613,12,num,two_rule_comb1,36.0,[6 6],6 6],1,1.0 +0613,0613,12,num,two_rule_comb1,37.0,[6 2],6 2],1,1.0 +0613,0613,12,num,two_rule_comb1,38.0,[3 2],3 2],1,1.0 +0613,0613,12,num,two_rule_comb1,39.0,[9 9],9 9],1,1.0 +0613,0613,12,num,two_rule_comb1,40.0,[5 9],5 9],1,1.0 +0613,0613,12,num,two_rule_comb1,41.0,[0 2],0 2],1,1.0 +0613,0613,12,num,two_rule_comb1,42.0,[3 2],3 2],1,1.0 +0613,0613,12,num,two_rule_comb1,43.0,[2 2],2 2],1,1.0 +0613,0613,12,num,two_rule_comb1,44.0,[8 1],8 1],1,1.0 +0613,0613,12,num,two_rule_comb1,45.0,[7 3],7 3],1,1.0 +0613,0613,12,num,two_rule_comb1,46.0,[1 5],1 5],1,1.0 +0613,0613,12,num,two_rule_comb1,47.0,[0 5],0 5],1,1.0 +0613,0613,12,num,two_rule_comb1,48.0,[3 5],3 5],1,1.0 +0613,0613,12,num,two_rule_comb1,49.0,[4 7],4 7],1,1.0 +0613,0613,12,num,two_rule_comb1,50.0,[3 9],3 3],0,1.0 +0613,0613,12,num,two_rule_comb1,51.0,[3 4],3 4],1,1.0 +0613,0613,12,num,two_rule_comb1,52.0,[8 9],8 9],1,1.0 +0613,0613,12,num,two_rule_comb1,53.0,[9 5],None,0,1.0 +0613,0613,12,num,two_rule_comb1,54.0,[0 8],0 8],1,1.0 +0613,0613,12,num,two_rule_comb1,55.0,[6 2],6 2],1,1.0 +0613,0613,12,num,two_rule_comb1,56.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb1,57.0,[6 6],6 6],1,1.0 +0613,0613,12,num,two_rule_comb1,58.0,[6 3],6 3],1,1.0 +0613,0613,12,num,two_rule_comb1,59.0,[4 5],4 5],1,1.0 +0613,0613,12,num,two_rule_comb1,60.0,[6 6],6 6],1,1.0 +0613,0613,12,num,two_rule_comb1,61.0,[8 4],8 4],1,1.0 +0613,0613,12,num,two_rule_comb1,62.0,[6 4],6 4],1,1.0 +0613,0613,12,num,two_rule_comb1,63.0,[2 1],2 1],1,1.0 +0613,0613,12,num,two_rule_comb1,64.0,[8 1],8 8],0,1.0 +0613,0613,12,num,two_rule_comb1,65.0,[3 3],3 3],1,1.0 +0613,0613,12,num,two_rule_comb1,66.0,[5 9],5 9],1,1.0 +0613,0613,12,num,two_rule_comb1,67.0,[4 9],4 9],1,1.0 +0613,0613,12,num,two_rule_comb1,68.0,[7 7],7 6],0,1.0 +0613,0613,12,num,two_rule_comb1,69.0,[5 2],5 2],1,1.0 +0613,0613,12,num,two_rule_comb1,70.0,[0 1],1 1],0,1.0 +0613,0613,12,num,two_rule_comb1,71.0,[4 8],4 8],1,1.0 +0613,0613,12,num,two_rule_comb1,72.0,[8 3],8 3],1,1.0 +0613,0613,12,num,two_rule_comb1,73.0,[5 6],5 6],1,1.0 +0613,0613,12,num,two_rule_comb1,74.0,[3 8],3 8],1,1.0 +0613,0613,12,num,two_rule_comb1,75.0,[7 9],7 9],1,1.0 +0613,0613,12,num,two_rule_comb1,76.0,[3 2],12 2],0,1.0 +0613,0613,12,num,two_rule_comb1,77.0,[7 5],7 5],1,1.0 +0613,0613,12,num,two_rule_comb1,78.0,[5 5],5 5],1,1.0 +0613,0613,12,num,two_rule_comb1,79.0,[6 8],6 8],1,1.0 +0613,0613,12,num,two_rule_comb1,80.0,[6 8],6 8],1,1.0 +0613,0613,12,num,two_rule_comb1,81.0,[0 6],0 6],1,1.0 +0613,0613,12,num,two_rule_comb1,82.0,[5 0],5 0],1,1.0 +0613,0613,12,num,two_rule_comb1,83.0,[1 2],1 2],1,1.0 +0613,0613,12,num,two_rule_comb1,84.0,[7 7],7 7],1,1.0 +0613,0613,12,num,two_rule_comb1,85.0,[5 4],5 4],1,1.0 +0613,0613,12,num,two_rule_comb1,86.0,[1 7],1 7],1,1.0 +0613,0613,12,num,two_rule_comb1,87.0,[1 4],1 4],1,1.0 +0613,0613,12,num,two_rule_comb1,88.0,[1 1],1 1],1,1.0 +0613,0613,12,num,two_rule_comb1,89.0,[6 9],None,0,1.0 +0613,0613,12,num,two_rule_comb1,90.0,[2 7],2 7],1,1.0 +0613,0613,12,num,two_rule_comb1,91.0,[4 4],4 4],1,1.0 +0613,0613,12,num,two_rule_comb1,92.0,[1 2],1 1],0,1.0 +0613,0613,12,num,two_rule_comb1,93.0,[0 0],0 5],0,1.0 +0613,0613,12,num,two_rule_comb1,94.0,[7 4],7 4],1,1.0 +0613,0613,12,num,two_rule_comb1,95.0,[1 5],1 5],1,1.0 +0613,0613,12,num,two_rule_comb1,96.0,[7 1],7 1],1,1.0 +0613,0613,12,num,two_rule_comb1,97.0,[3 9],3 5],0,1.0 +0613,0613,12,num,two_rule_comb1,98.0,[7 6],7 6],1,1.0 +0613,0613,12,num,two_rule_comb1,99.0,[2 1],2 1],1,1.0 +0613,0613,12,num,two_rule_comb2,0.0,[1 0],1 0],1,1.0 +0613,0613,12,num,two_rule_comb2,1.0,[0 7],0 7],1,1.0 +0613,0613,12,num,two_rule_comb2,2.0,[6 5],6 5],1,1.0 +0613,0613,12,num,two_rule_comb2,3.0,[1 5],1 5],1,1.0 +0613,0613,12,num,two_rule_comb2,4.0,[7 2],7 2],1,1.0 +0613,0613,12,num,two_rule_comb2,5.0,[2 6],2 6],1,1.0 +0613,0613,12,num,two_rule_comb2,6.0,[4 8],4 8],1,1.0 +0613,0613,12,num,two_rule_comb2,7.0,[3 2],3 2],1,1.0 +0613,0613,12,num,two_rule_comb2,8.0,[9 9],9 9],1,1.0 +0613,0613,12,num,two_rule_comb2,9.0,[6 5],6 5],1,1.0 +0613,0613,12,num,two_rule_comb2,10.0,[8 8],8 8],1,1.0 +0613,0613,12,num,two_rule_comb2,11.0,[9 5],9 5],1,1.0 +0613,0613,12,num,two_rule_comb2,12.0,[5 4],5 4],1,1.0 +0613,0613,12,num,two_rule_comb2,13.0,[4 6],4 6],1,1.0 +0613,0613,12,num,two_rule_comb2,14.0,[2 3],2 3],1,1.0 +0613,0613,12,num,two_rule_comb2,15.0,[8 5],8 5],1,1.0 +0613,0613,12,num,two_rule_comb2,16.0,[4 9],4 9],1,1.0 +0613,0613,12,num,two_rule_comb2,17.0,[9 4],9 4],1,1.0 +0613,0613,12,num,two_rule_comb2,18.0,[0 0],0 0],1,1.0 +0613,0613,12,num,two_rule_comb2,19.0,[5 4],5 4],1,1.0 +0613,0613,12,num,two_rule_comb2,20.0,[4 5],4 5],1,1.0 +0613,0613,12,num,two_rule_comb2,21.0,[0 6],0 6],1,1.0 +0613,0613,12,num,two_rule_comb2,22.0,[1 5],1 5],1,1.0 +0613,0613,12,num,two_rule_comb2,23.0,[5 9],5 9],1,1.0 +0613,0613,12,num,two_rule_comb2,24.0,[5 3],5 3],1,1.0 +0613,0613,12,num,two_rule_comb2,25.0,[0 6],0 6],1,1.0 +0613,0613,12,num,two_rule_comb2,26.0,[8 7],8 7],1,1.0 +0613,0613,12,num,two_rule_comb2,27.0,[6 1],6 1],1,1.0 +0613,0613,12,num,two_rule_comb2,28.0,[9 1],9 1],1,1.0 +0613,0613,12,num,two_rule_comb2,29.0,[0 4],0 4],1,1.0 +0613,0613,12,num,two_rule_comb2,30.0,[3 2],3 2],1,1.0 +0613,0613,12,num,two_rule_comb2,31.0,[6 5],6 5],1,1.0 +0613,0613,12,num,two_rule_comb2,32.0,[1 2],1 2],1,1.0 +0613,0613,12,num,two_rule_comb2,33.0,[5 6],5 6],1,1.0 +0613,0613,12,num,two_rule_comb2,34.0,[5 1],5 1],1,1.0 +0613,0613,12,num,two_rule_comb2,35.0,[7 6],7 6],1,1.0 +0613,0613,12,num,two_rule_comb2,36.0,[8 0],8 0],1,1.0 +0613,0613,12,num,two_rule_comb2,37.0,[9 6],9 6],1,1.0 +0613,0613,12,num,two_rule_comb2,38.0,[4 2],4 2],1,1.0 +0613,0613,12,num,two_rule_comb2,39.0,[2 1],2 1],1,1.0 +0613,0613,12,num,two_rule_comb2,40.0,[8 3],8 3],1,1.0 +0613,0613,12,num,two_rule_comb2,41.0,[9 6],None,0,1.0 +0613,0613,12,num,two_rule_comb2,42.0,[6 5],6 5],1,1.0 +0613,0613,12,num,two_rule_comb2,43.0,[8 9],8 9],1,1.0 +0613,0613,12,num,two_rule_comb2,44.0,[4 3],4 3],1,1.0 +0613,0613,12,num,two_rule_comb2,45.0,[7 1],7 1],1,1.0 +0613,0613,12,num,two_rule_comb2,46.0,[0 8],0 8],1,1.0 +0613,0613,12,num,two_rule_comb2,47.0,[3 7],3 7],1,1.0 +0613,0613,12,num,two_rule_comb2,48.0,[7 5],7 5],1,1.0 +0613,0613,12,num,two_rule_comb2,49.0,[5 3],5 3],1,1.0 +0613,0613,12,num,two_rule_comb2,50.0,[6 4],6 4],1,1.0 +0613,0613,12,num,two_rule_comb2,51.0,[9 3],9 3],1,1.0 +0613,0613,12,num,two_rule_comb2,52.0,[1 1],1 1],1,1.0 +0613,0613,12,num,two_rule_comb2,53.0,[0 9],0 9],1,1.0 +0613,0613,12,num,two_rule_comb2,54.0,[6 8],6 8],1,1.0 +0613,0613,12,num,two_rule_comb2,55.0,[6 3],6 3],1,1.0 +0613,0613,12,num,two_rule_comb2,56.0,[8 5],8 5],1,1.0 +0613,0613,12,num,two_rule_comb2,57.0,[9 6],None,0,1.0 +0613,0613,12,num,two_rule_comb2,58.0,[5 0],5 0],1,1.0 +0613,0613,12,num,two_rule_comb2,59.0,[0 5],0 5],1,1.0 +0613,0613,12,num,two_rule_comb2,60.0,[2 0],2 0],1,1.0 +0613,0613,12,num,two_rule_comb2,61.0,[0 2],0 2],1,1.0 +0613,0613,12,num,two_rule_comb2,62.0,[5 1],5 1],1,1.0 +0613,0613,12,num,two_rule_comb2,63.0,[8 2],8 2],1,1.0 +0613,0613,12,num,two_rule_comb2,64.0,[8 7],8 7],1,1.0 +0613,0613,12,num,two_rule_comb2,65.0,[9 1],9 1],1,1.0 +0613,0613,12,num,two_rule_comb2,66.0,[5 9],5 9],1,1.0 +0613,0613,12,num,two_rule_comb2,67.0,[9 0],9 0],1,1.0 +0613,0613,12,num,two_rule_comb2,68.0,[0 9],0 9],1,1.0 +0613,0613,12,num,two_rule_comb2,69.0,[0 0],0 0],1,1.0 +0613,0613,12,num,two_rule_comb2,70.0,[5 8],5 8],1,1.0 +0613,0613,12,num,two_rule_comb2,71.0,[9 8],9 8],1,1.0 +0613,0613,12,num,two_rule_comb2,72.0,[1 1],1 1],1,1.0 +0613,0613,12,num,two_rule_comb2,73.0,[4 3],4 3],1,1.0 +0613,0613,12,num,two_rule_comb2,74.0,[8 2],8 2],1,1.0 +0613,0613,12,num,two_rule_comb2,75.0,[0 2],0 2],1,1.0 +0613,0613,12,num,two_rule_comb2,76.0,[5 7],5 7],1,1.0 +0613,0613,12,num,two_rule_comb2,77.0,[8 8],8 8],1,1.0 +0613,0613,12,num,two_rule_comb2,78.0,[6 6],6 6],1,1.0 +0613,0613,12,num,two_rule_comb2,79.0,[8 0],8 0],1,1.0 +0613,0613,12,num,two_rule_comb2,80.0,[2 2],2 2],1,1.0 +0613,0613,12,num,two_rule_comb2,81.0,[0 8],0 8],1,1.0 +0613,0613,12,num,two_rule_comb2,82.0,[7 5],7 5],1,1.0 +0613,0613,12,num,two_rule_comb2,83.0,[8 4],8 4],1,1.0 +0613,0613,12,num,two_rule_comb2,84.0,[5 2],5 2],1,1.0 +0613,0613,12,num,two_rule_comb2,85.0,[8 0],8 0],1,1.0 +0613,0613,12,num,two_rule_comb2,86.0,[5 0],5 0],1,1.0 +0613,0613,12,num,two_rule_comb2,87.0,[0 3],0 3],1,1.0 +0613,0613,12,num,two_rule_comb2,88.0,[7 1],7 1],1,1.0 +0613,0613,12,num,two_rule_comb2,89.0,[6 0],6 0],1,1.0 +0613,0613,12,num,two_rule_comb2,90.0,[8 5],8 5],1,1.0 +0613,0613,12,num,two_rule_comb2,91.0,[9 5],None,0,1.0 +0613,0613,12,num,two_rule_comb2,92.0,[0 5],0 5],1,1.0 +0613,0613,12,num,two_rule_comb2,93.0,[7 7],7 7],1,1.0 +0613,0613,12,num,two_rule_comb2,94.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb2,95.0,[1 0],1 0],1,1.0 +0613,0613,12,num,two_rule_comb2,96.0,[2 0],2 0],1,1.0 +0613,0613,12,num,two_rule_comb2,97.0,[5 1],5 1],1,1.0 +0613,0613,12,num,two_rule_comb2,98.0,[6 4],6 4],1,1.0 +0613,0613,12,num,two_rule_comb2,99.0,[2 7],2 7],1,1.0 +0613,0613,12,num,two_rule_comb3,0.0,[9 1],9 1],1,1.0 +0613,0613,12,num,two_rule_comb3,1.0,[9 0],9 0],1,1.0 +0613,0613,12,num,two_rule_comb3,2.0,[4 8],4 8],1,1.0 +0613,0613,12,num,two_rule_comb3,3.0,[1 8],1 8],1,1.0 +0613,0613,12,num,two_rule_comb3,4.0,[5 7],5 7],1,1.0 +0613,0613,12,num,two_rule_comb3,5.0,[8 2],8 2],1,1.0 +0613,0613,12,num,two_rule_comb3,6.0,[9 2],9 2],1,1.0 +0613,0613,12,num,two_rule_comb3,7.0,[6 1],6 1],1,1.0 +0613,0613,12,num,two_rule_comb3,8.0,[9 8],9 8],1,1.0 +0613,0613,12,num,two_rule_comb3,9.0,[4 5],4 5],1,1.0 +0613,0613,12,num,two_rule_comb3,10.0,[0 4],0 4],1,1.0 +0613,0613,12,num,two_rule_comb3,11.0,[8 6],8 6],1,1.0 +0613,0613,12,num,two_rule_comb3,12.0,[8 3],8 3],1,1.0 +0613,0613,12,num,two_rule_comb3,13.0,[5 9],5 9],1,1.0 +0613,0613,12,num,two_rule_comb3,14.0,[6 4],6 4],1,1.0 +0613,0613,12,num,two_rule_comb3,15.0,[5 3],5 8],0,1.0 +0613,0613,12,num,two_rule_comb3,16.0,[0 5],0 5],1,1.0 +0613,0613,12,num,two_rule_comb3,17.0,[5 5],5 5],1,1.0 +0613,0613,12,num,two_rule_comb3,18.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb3,19.0,[5 6],5 6],1,1.0 +0613,0613,12,num,two_rule_comb3,20.0,[6 4],6 4],1,1.0 +0613,0613,12,num,two_rule_comb3,21.0,[0 6],0 6],1,1.0 +0613,0613,12,num,two_rule_comb3,22.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb3,23.0,[6 8],6 8],1,1.0 +0613,0613,12,num,two_rule_comb3,24.0,[8 3],8 3],1,1.0 +0613,0613,12,num,two_rule_comb3,25.0,[1 7],1 6],0,1.0 +0613,0613,12,num,two_rule_comb3,26.0,[1 2],8 2],0,1.0 +0613,0613,12,num,two_rule_comb3,27.0,[4 6],4 6],1,1.0 +0613,0613,12,num,two_rule_comb3,28.0,[1 2],1 2],1,1.0 +0613,0613,12,num,two_rule_comb3,29.0,[0 2],0 2],1,1.0 +0613,0613,12,num,two_rule_comb3,30.0,[2 4],2 4],1,1.0 +0613,0613,12,num,two_rule_comb3,31.0,[5 5],5 5],1,1.0 +0613,0613,12,num,two_rule_comb3,32.0,[9 6],9 6],1,1.0 +0613,0613,12,num,two_rule_comb3,33.0,[9 0],9 0],1,1.0 +0613,0613,12,num,two_rule_comb3,34.0,[3 4],3 4],1,1.0 +0613,0613,12,num,two_rule_comb3,35.0,[0 1],0 1],1,1.0 +0613,0613,12,num,two_rule_comb3,36.0,[6 3],6 3],1,1.0 +0613,0613,12,num,two_rule_comb3,37.0,[3 2],3 2],1,1.0 +0613,0613,12,num,two_rule_comb3,38.0,[2 1],1 2],0,1.0 +0613,0613,12,num,two_rule_comb3,39.0,[1 3],1 3],1,1.0 +0613,0613,12,num,two_rule_comb3,40.0,[9 1],9 1],1,1.0 +0613,0613,12,num,two_rule_comb3,41.0,[4 4],4 4],1,1.0 +0613,0613,12,num,two_rule_comb3,42.0,[9 8],8 8],0,1.0 +0613,0613,12,num,two_rule_comb3,43.0,[3 2],3 2],1,1.0 +0613,0613,12,num,two_rule_comb3,44.0,[0 8],0 8],1,1.0 +0613,0613,12,num,two_rule_comb3,45.0,[5 2],5 2],1,1.0 +0613,0613,12,num,two_rule_comb3,46.0,[2 3],2 3],1,1.0 +0613,0613,12,num,two_rule_comb3,47.0,[2 4],2 4],1,1.0 +0613,0613,12,num,two_rule_comb3,48.0,[5 1],5 1],1,1.0 +0613,0613,12,num,two_rule_comb3,49.0,[5 2],5 2],1,1.0 +0613,0613,12,num,two_rule_comb3,50.0,[6 9],None,0,1.0 +0613,0613,12,num,two_rule_comb3,51.0,[6 6],6 5],0,1.0 +0613,0613,12,num,two_rule_comb3,52.0,[6 3],6 3],1,1.0 +0613,0613,12,num,two_rule_comb3,53.0,[4 2],4 2],1,1.0 +0613,0613,12,num,two_rule_comb3,54.0,[9 9],9 9],1,1.0 +0613,0613,12,num,two_rule_comb3,55.0,[2 6],2 6],1,1.0 +0613,0613,12,num,two_rule_comb3,56.0,[3 0],3 0],1,1.0 +0613,0613,12,num,two_rule_comb3,57.0,[8 6],8 6],1,1.0 +0613,0613,12,num,two_rule_comb3,58.0,[7 8],7 8],1,1.0 +0613,0613,12,num,two_rule_comb3,59.0,[3 2],3 2],1,1.0 +0613,0613,12,num,two_rule_comb3,60.0,[8 1],8 1],1,1.0 +0613,0613,12,num,two_rule_comb3,61.0,[3 7],3 7],1,1.0 +0613,0613,12,num,two_rule_comb3,62.0,[9 6],None,0,1.0 +0613,0613,12,num,two_rule_comb3,63.0,[9 1],9 1],1,1.0 +0613,0613,12,num,two_rule_comb3,64.0,[1 1],1 4],0,1.0 +0613,0613,12,num,two_rule_comb3,65.0,[9 7],None,0,1.0 +0613,0613,12,num,two_rule_comb3,66.0,[8 7],7 7],0,1.0 +0613,0613,12,num,two_rule_comb3,67.0,[9 2],9 2],1,1.0 +0613,0613,12,num,two_rule_comb3,68.0,[8 2],8 2],1,1.0 +0613,0613,12,num,two_rule_comb3,69.0,[1 3],1 3],1,1.0 +0613,0613,12,num,two_rule_comb3,70.0,[4 7],4 7],1,1.0 +0613,0613,12,num,two_rule_comb3,71.0,[7 2],7 2],1,1.0 +0613,0613,12,num,two_rule_comb3,72.0,[0 2],0 2],1,1.0 +0613,0613,12,num,two_rule_comb3,73.0,[6 1],6 1],1,1.0 +0613,0613,12,num,two_rule_comb3,74.0,[3 3],3 3],1,1.0 +0613,0613,12,num,two_rule_comb3,75.0,[8 4],8 4],1,1.0 +0613,0613,12,num,two_rule_comb3,76.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb3,77.0,[0 8],8 8],0,1.0 +0613,0613,12,num,two_rule_comb3,78.0,[8 3],8 3],1,1.0 +0613,0613,12,num,two_rule_comb3,79.0,[4 2],4 2],1,1.0 +0613,0613,12,num,two_rule_comb3,80.0,[1 0],1 0],1,1.0 +0613,0613,12,num,two_rule_comb3,81.0,[3 0],3 0],1,1.0 +0613,0613,12,num,two_rule_comb3,82.0,[1 4],1 4],1,1.0 +0613,0613,12,num,two_rule_comb3,83.0,[0 4],0 4],1,1.0 +0613,0613,12,num,two_rule_comb3,84.0,[1 4],1 4],1,1.0 +0613,0613,12,num,two_rule_comb3,85.0,[6 9],None,0,1.0 +0613,0613,12,num,two_rule_comb3,86.0,[3 8],3 8],1,1.0 +0613,0613,12,num,two_rule_comb3,87.0,[9 5],None,0,1.0 +0613,0613,12,num,two_rule_comb3,88.0,[6 2],6 2],1,1.0 +0613,0613,12,num,two_rule_comb3,89.0,[2 1],1 1],0,1.0 +0613,0613,12,num,two_rule_comb3,90.0,[3 6],3 6],1,1.0 +0613,0613,12,num,two_rule_comb3,91.0,[5 4],5 4],1,1.0 +0613,0613,12,num,two_rule_comb3,92.0,[2 5],2 5],1,1.0 +0613,0613,12,num,two_rule_comb3,93.0,[2 6],2 6],1,1.0 +0613,0613,12,num,two_rule_comb3,94.0,[6 2],6 2],1,1.0 +0613,0613,12,num,two_rule_comb3,95.0,[7 8],7 8],1,1.0 +0613,0613,12,num,two_rule_comb3,96.0,[5 8],5 5],0,1.0 +0613,0613,12,num,two_rule_comb3,97.0,[8 9],8 9],1,1.0 +0613,0613,12,num,two_rule_comb3,98.0,[1 3],1 3],1,1.0 +0613,0613,12,num,two_rule_comb3,99.0,[4 9],4 9],1,1.0 +0613,0613,12,num,two_rule_comb4,0.0,[1 6],1 6],1,1.0 +0613,0613,12,num,two_rule_comb4,1.0,[5 7],5 8],0,1.0 +0613,0613,12,num,two_rule_comb4,2.0,[4 3],4 3],1,1.0 +0613,0613,12,num,two_rule_comb4,3.0,[3 1],3 5],0,1.0 +0613,0613,12,num,two_rule_comb4,4.0,[1 4],1 4],1,1.0 +0613,0613,12,num,two_rule_comb4,5.0,[9 1],9 1],1,1.0 +0613,0613,12,num,two_rule_comb4,6.0,[1 3],1 3],1,1.0 +0613,0613,12,num,two_rule_comb4,7.0,[3 4],3 4],1,1.0 +0613,0613,12,num,two_rule_comb4,8.0,[6 4],6 4],1,1.0 +0613,0613,12,num,two_rule_comb4,9.0,[2 4],2 6],0,1.0 +0613,0613,12,num,two_rule_comb4,10.0,[8 5],8 5],1,1.0 +0613,0613,12,num,two_rule_comb4,11.0,[0 1],0 1],1,1.0 +0613,0613,12,num,two_rule_comb4,12.0,[9 4],9 4],1,1.0 +0613,0613,12,num,two_rule_comb4,13.0,[9 0],9 0],1,1.0 +0613,0613,12,num,two_rule_comb4,14.0,[9 2],9 2],1,1.0 +0613,0613,12,num,two_rule_comb4,15.0,[6 6],6 6],1,1.0 +0613,0613,12,num,two_rule_comb4,16.0,[1 0],1 0],1,1.0 +0613,0613,12,num,two_rule_comb4,17.0,[5 9],5 8],0,1.0 +0613,0613,12,num,two_rule_comb4,18.0,[7 9],7 9],1,1.0 +0613,0613,12,num,two_rule_comb4,19.0,[2 3],2 3],1,1.0 +0613,0613,12,num,two_rule_comb4,20.0,[9 2],9 9],0,1.0 +0613,0613,12,num,two_rule_comb4,21.0,[4 1],4 1],1,1.0 +0613,0613,12,num,two_rule_comb4,22.0,[4 3],4 3],1,1.0 +0613,0613,12,num,two_rule_comb4,23.0,[1 3],1 3],1,1.0 +0613,0613,12,num,two_rule_comb4,24.0,[5 8],5 8],1,1.0 +0613,0613,12,num,two_rule_comb4,25.0,[5 3],0 3],0,1.0 +0613,0613,12,num,two_rule_comb4,26.0,[1 1],1 1],1,1.0 +0613,0613,12,num,two_rule_comb4,27.0,[8 4],8 4],1,1.0 +0613,0613,12,num,two_rule_comb4,28.0,[4 2],4 2],1,1.0 +0613,0613,12,num,two_rule_comb4,29.0,[4 1],4 1],1,1.0 +0613,0613,12,num,two_rule_comb4,30.0,[9 6],9 6],1,1.0 +0613,0613,12,num,two_rule_comb4,31.0,[0 7],0 7],1,1.0 +0613,0613,12,num,two_rule_comb4,32.0,[0 0],0 0],1,1.0 +0613,0613,12,num,two_rule_comb4,33.0,[5 0],5 0],1,1.0 +0613,0613,12,num,two_rule_comb4,34.0,[8 6],8 6],1,1.0 +0613,0613,12,num,two_rule_comb4,35.0,[5 7],7 7],0,1.0 +0613,0613,12,num,two_rule_comb4,36.0,[0 4],0 4],1,1.0 +0613,0613,12,num,two_rule_comb4,37.0,[9 4],9 4],1,1.0 +0613,0613,12,num,two_rule_comb4,38.0,[7 0],7 1],0,1.0 +0613,0613,12,num,two_rule_comb4,39.0,[0 4],0 6],0,1.0 +0613,0613,12,num,two_rule_comb4,40.0,[7 2],7 2],1,1.0 +0613,0613,12,num,two_rule_comb4,41.0,[3 9],3 5],0,1.0 +0613,0613,12,num,two_rule_comb4,42.0,[5 0],5 0],1,1.0 +0613,0613,12,num,two_rule_comb4,43.0,[9 5],None,0,1.0 +0613,0613,12,num,two_rule_comb4,44.0,[5 0],5 0],1,1.0 +0613,0613,12,num,two_rule_comb4,45.0,[1 3],1 7],0,1.0 +0613,0613,12,num,two_rule_comb4,46.0,[1 0],1 6],0,1.0 +0613,0613,12,num,two_rule_comb4,47.0,[2 4],2 4],1,1.0 +0613,0613,12,num,two_rule_comb4,48.0,[5 4],5 3],0,1.0 +0613,0613,12,num,two_rule_comb4,49.0,[6 3],6 3],1,1.0 +0613,0613,12,num,two_rule_comb4,50.0,[9 4],None,0,1.0 +0613,0613,12,num,two_rule_comb4,51.0,[6 5],6 5],1,1.0 +0613,0613,12,num,two_rule_comb4,52.0,[8 6],8 6],1,1.0 +0613,0613,12,num,two_rule_comb4,53.0,[7 2],7 3],0,1.0 +0613,0613,12,num,two_rule_comb4,54.0,[6 4],6 4],1,1.0 +0613,0613,12,num,two_rule_comb4,55.0,[7 3],7 3],1,1.0 +0613,0613,12,num,two_rule_comb4,56.0,[7 9],7 9],1,1.0 +0613,0613,12,num,two_rule_comb4,57.0,[8 1],8 1],1,1.0 +0613,0613,12,num,two_rule_comb4,58.0,[6 1],6 1],1,1.0 +0613,0613,12,num,two_rule_comb4,59.0,[8 8],8 10],0,1.0 +0613,0613,12,num,two_rule_comb4,60.0,[1 5],1 1],0,1.0 +0613,0613,12,num,two_rule_comb4,61.0,[8 5],8 5],1,1.0 +0613,0613,12,num,two_rule_comb4,62.0,[9 3],9 3],1,1.0 +0613,0613,12,num,two_rule_comb4,63.0,[0 2],0 16],0,1.0 +0613,0613,12,num,two_rule_comb4,64.0,[0 2],0 6],0,1.0 +0613,0613,12,num,two_rule_comb4,65.0,[2 7],6 7],0,1.0 +0613,0613,12,num,two_rule_comb4,66.0,[2 7],2 7],1,1.0 +0613,0613,12,num,two_rule_comb4,67.0,[6 4],6 3],0,1.0 +0613,0613,12,num,two_rule_comb4,68.0,[3 7],3 7],1,1.0 +0613,0613,12,num,two_rule_comb4,69.0,[1 5],1 5],1,1.0 +0613,0613,12,num,two_rule_comb4,70.0,[1 1],1 1],1,1.0 +0613,0613,12,num,two_rule_comb4,71.0,[0 1],0 1],1,1.0 +0613,0613,12,num,two_rule_comb4,72.0,[4 9],4 6],0,1.0 +0613,0613,12,num,two_rule_comb4,73.0,[5 3],5 3],1,1.0 +0613,0613,12,num,two_rule_comb4,74.0,[0 0],0 0],1,1.0 +0613,0613,12,num,two_rule_comb4,75.0,[3 0],3 0],1,1.0 +0613,0613,12,num,two_rule_comb4,76.0,[1 3],1 8],0,1.0 +0613,0613,12,num,two_rule_comb4,77.0,[3 9],3 9],1,1.0 +0613,0613,12,num,two_rule_comb4,78.0,[7 5],7 5],1,1.0 +0613,0613,12,num,two_rule_comb4,79.0,[5 6],5 6],1,1.0 +0613,0613,12,num,two_rule_comb4,80.0,[4 6],4 6],1,1.0 +0613,0613,12,num,two_rule_comb4,81.0,[4 8],4 8],1,1.0 +0613,0613,12,num,two_rule_comb4,82.0,[3 2],3 7],0,1.0 +0613,0613,12,num,two_rule_comb4,83.0,[0 2],0 16],0,1.0 +0613,0613,12,num,two_rule_comb4,84.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb4,85.0,[5 1],5 1],1,1.0 +0613,0613,12,num,two_rule_comb4,86.0,[7 8],7 8],1,1.0 +0613,0613,12,num,two_rule_comb4,87.0,[0 5],0 2],0,1.0 +0613,0613,12,num,two_rule_comb4,88.0,[7 4],7 1],0,1.0 +0613,0613,12,num,two_rule_comb4,89.0,[9 9],9 9],1,1.0 +0613,0613,12,num,two_rule_comb4,90.0,[8 0],8 0],1,1.0 +0613,0613,12,num,two_rule_comb4,91.0,[2 1],2 5],0,1.0 +0613,0613,12,num,two_rule_comb4,92.0,[4 5],4 6],0,1.0 +0613,0613,12,num,two_rule_comb4,93.0,[4 5],4 5],1,1.0 +0613,0613,12,num,two_rule_comb4,94.0,[6 0],6 3],0,1.0 +0613,0613,12,num,two_rule_comb4,95.0,[3 5],3 5],1,1.0 +0613,0613,12,num,two_rule_comb4,96.0,[7 1],7 1],1,1.0 +0613,0613,12,num,two_rule_comb4,97.0,[4 9],4 9],1,1.0 +0613,0613,12,num,two_rule_comb4,98.0,[0 9],0 9],1,1.0 +0613,0613,12,num,two_rule_comb4,99.0,[1 6],1 6],1,1.0 +0613,0613,12,num,two_rule_comb5,0.0,[2 0],2 0],1,1.0 +0613,0613,12,num,two_rule_comb5,1.0,[4 4],4 4],1,1.0 +0613,0613,12,num,two_rule_comb5,2.0,[9 9],9 9],1,1.0 +0613,0613,12,num,two_rule_comb5,3.0,[4 5],4 5],1,1.0 +0613,0613,12,num,two_rule_comb5,4.0,[9 4],9 4],1,1.0 +0613,0613,12,num,two_rule_comb5,5.0,[0 1],0 1],1,1.0 +0613,0613,12,num,two_rule_comb5,6.0,[9 1],9 1],1,1.0 +0613,0613,12,num,two_rule_comb5,7.0,[2 3],2 3],1,1.0 +0613,0613,12,num,two_rule_comb5,8.0,[4 0],4 0],1,1.0 +0613,0613,12,num,two_rule_comb5,9.0,[3 4],3 4],1,1.0 +0613,0613,12,num,two_rule_comb5,10.0,[9 0],9 0],1,1.0 +0613,0613,12,num,two_rule_comb5,11.0,[4 8],4 8],1,1.0 +0613,0613,12,num,two_rule_comb5,12.0,[9 6],9 6],1,1.0 +0613,0613,12,num,two_rule_comb5,13.0,[3 6],3 6],1,1.0 +0613,0613,12,num,two_rule_comb5,14.0,[5 8],5 8],1,1.0 +0613,0613,12,num,two_rule_comb5,15.0,[6 1],6 1],1,1.0 +0613,0613,12,num,two_rule_comb5,16.0,[1 9],1 9],1,1.0 +0613,0613,12,num,two_rule_comb5,17.0,[6 4],6 4],1,1.0 +0613,0613,12,num,two_rule_comb5,18.0,[1 0],1 0],1,1.0 +0613,0613,12,num,two_rule_comb5,19.0,[7 9],7 9],1,1.0 +0613,0613,12,num,two_rule_comb5,20.0,[1 9],1 9],1,1.0 +0613,0613,12,num,two_rule_comb5,21.0,[8 5],8 5],1,1.0 +0613,0613,12,num,two_rule_comb5,22.0,[9 6],9 6],1,1.0 +0613,0613,12,num,two_rule_comb5,23.0,[6 0],6 0],1,1.0 +0613,0613,12,num,two_rule_comb5,24.0,[9 3],9 3],1,1.0 +0613,0613,12,num,two_rule_comb5,25.0,[9 8],9 8],1,1.0 +0613,0613,12,num,two_rule_comb5,26.0,[1 5],1 5],1,1.0 +0613,0613,12,num,two_rule_comb5,27.0,[2 6],2 6],1,1.0 +0613,0613,12,num,two_rule_comb5,28.0,[9 8],9 8],1,1.0 +0613,0613,12,num,two_rule_comb5,29.0,[8 7],8 7],1,1.0 +0613,0613,12,num,two_rule_comb5,30.0,[7 4],7 4],1,1.0 +0613,0613,12,num,two_rule_comb5,31.0,[5 3],5 3],1,1.0 +0613,0613,12,num,two_rule_comb5,32.0,[1 8],1 8],1,1.0 +0613,0613,12,num,two_rule_comb5,33.0,[9 0],9 0],1,1.0 +0613,0613,12,num,two_rule_comb5,34.0,[8 4],8 4],1,1.0 +0613,0613,12,num,two_rule_comb5,35.0,[0 0],0 0],1,1.0 +0613,0613,12,num,two_rule_comb5,36.0,[3 1],3 1],1,1.0 +0613,0613,12,num,two_rule_comb5,37.0,[5 6],5 6],1,1.0 +0613,0613,12,num,two_rule_comb5,38.0,[4 3],4 3],1,1.0 +0613,0613,12,num,two_rule_comb5,39.0,[7 5],7 5],1,1.0 +0613,0613,12,num,two_rule_comb5,40.0,[0 9],0 9],1,1.0 +0613,0613,12,num,two_rule_comb5,41.0,[9 5],None,0,1.0 +0613,0613,12,num,two_rule_comb5,42.0,[0 4],0 4],1,1.0 +0613,0613,12,num,two_rule_comb5,43.0,[5 9],5 9],1,1.0 +0613,0613,12,num,two_rule_comb5,44.0,[2 1],2 1],1,1.0 +0613,0613,12,num,two_rule_comb5,45.0,[2 1],2 1],1,1.0 +0613,0613,12,num,two_rule_comb5,46.0,[3 9],3 9],1,1.0 +0613,0613,12,num,two_rule_comb5,47.0,[5 7],5 7],1,1.0 +0613,0613,12,num,two_rule_comb5,48.0,[3 8],3 8],1,1.0 +0613,0613,12,num,two_rule_comb5,49.0,[0 8],0 8],1,1.0 +0613,0613,12,num,two_rule_comb5,50.0,[3 5],3 5],1,1.0 +0613,0613,12,num,two_rule_comb5,51.0,[1 7],1 7],1,1.0 +0613,0613,12,num,two_rule_comb5,52.0,[4 9],4 9],1,1.0 +0613,0613,12,num,two_rule_comb5,53.0,[4 2],4 2],1,1.0 +0613,0613,12,num,two_rule_comb5,54.0,[0 9],0 9],1,1.0 +0613,0613,12,num,two_rule_comb5,55.0,[1 0],1 0],1,1.0 +0613,0613,12,num,two_rule_comb5,56.0,[9 5],None,0,1.0 +0613,0613,12,num,two_rule_comb5,57.0,[5 5],5 5],1,1.0 +0613,0613,12,num,two_rule_comb5,58.0,[0 5],0 5],1,1.0 +0613,0613,12,num,two_rule_comb5,59.0,[6 2],6 2],1,1.0 +0613,0613,12,num,two_rule_comb5,60.0,[6 5],6 5],1,1.0 +0613,0613,12,num,two_rule_comb5,61.0,[8 6],8 6],1,1.0 +0613,0613,12,num,two_rule_comb5,62.0,[4 6],4 6],1,1.0 +0613,0613,12,num,two_rule_comb5,63.0,[3 8],3 8],1,1.0 +0613,0613,12,num,two_rule_comb5,64.0,[8 0],8 0],1,1.0 +0613,0613,12,num,two_rule_comb5,65.0,[6 5],6 5],1,1.0 +0613,0613,12,num,two_rule_comb5,66.0,[0 7],0 7],1,1.0 +0613,0613,12,num,two_rule_comb5,67.0,[2 5],2 5],1,1.0 +0613,0613,12,num,two_rule_comb5,68.0,[4 0],4 0],1,1.0 +0613,0613,12,num,two_rule_comb5,69.0,[9 2],9 2],1,1.0 +0613,0613,12,num,two_rule_comb5,70.0,[7 0],7 0],1,1.0 +0613,0613,12,num,two_rule_comb5,71.0,[6 0],6 0],1,1.0 +0613,0613,12,num,two_rule_comb5,72.0,[8 0],8 0],1,1.0 +0613,0613,12,num,two_rule_comb5,73.0,[5 0],5 0],1,1.0 +0613,0613,12,num,two_rule_comb5,74.0,[4 9],4 9],1,1.0 +0613,0613,12,num,two_rule_comb5,75.0,[1 4],1 4],1,1.0 +0613,0613,12,num,two_rule_comb5,76.0,[9 0],9 0],1,1.0 +0613,0613,12,num,two_rule_comb5,77.0,[4 8],4 8],1,1.0 +0613,0613,12,num,two_rule_comb5,78.0,[4 1],4 1],1,1.0 +0613,0613,12,num,two_rule_comb5,79.0,[7 5],7 5],1,1.0 +0613,0613,12,num,two_rule_comb5,80.0,[4 3],4 3],1,1.0 +0613,0613,12,num,two_rule_comb5,81.0,[5 1],5 1],1,1.0 +0613,0613,12,num,two_rule_comb5,82.0,[5 1],5 1],1,1.0 +0613,0613,12,num,two_rule_comb5,83.0,[0 8],0 8],1,1.0 +0613,0613,12,num,two_rule_comb5,84.0,[2 8],2 8],1,1.0 +0613,0613,12,num,two_rule_comb5,85.0,[7 2],7 2],1,1.0 +0613,0613,12,num,two_rule_comb5,86.0,[3 9],3 9],1,1.0 +0613,0613,12,num,two_rule_comb5,87.0,[7 3],7 3],1,1.0 +0613,0613,12,num,two_rule_comb5,88.0,[1 6],1 6],1,1.0 +0613,0613,12,num,two_rule_comb5,89.0,[4 0],4 0],1,1.0 +0613,0613,12,num,two_rule_comb5,90.0,[4 9],4 9],1,1.0 +0613,0613,12,num,two_rule_comb5,91.0,[8 4],8 4],1,1.0 +0613,0613,12,num,two_rule_comb5,92.0,[4 4],4 4],1,1.0 +0613,0613,12,num,two_rule_comb5,93.0,[1 5],1 5],1,1.0 +0613,0613,12,num,two_rule_comb5,94.0,[1 8],1 8],1,1.0 +0613,0613,12,num,two_rule_comb5,95.0,[6 7],6 7],1,1.0 +0613,0613,12,num,two_rule_comb5,96.0,[1 1],1 1],1,1.0 +0613,0613,12,num,two_rule_comb5,97.0,[9 7],None,0,1.0 +0613,0613,12,num,two_rule_comb5,98.0,[6 8],6 8],1,1.0 +0613,0613,12,num,two_rule_comb5,99.0,[0 8],0 8],1,1.0 +0613,0613,12,num,three_rule_comb0,0.0,[1 8 8],1 8 8],1,1.0 +0613,0613,12,num,three_rule_comb0,1.0,[3 0 0],3 0 0],1,1.0 +0613,0613,12,num,three_rule_comb0,2.0,[2 9 0],2 9 0],1,1.0 +0613,0613,12,num,three_rule_comb0,3.0,[9 7 2],9 7 2],1,1.0 +0613,0613,12,num,three_rule_comb0,4.0,[8 0 5],8 0 5],1,1.0 +0613,0613,12,num,three_rule_comb0,5.0,[6 0 9],6 0 9],1,1.0 +0613,0613,12,num,three_rule_comb0,6.0,[4 9 8],4 9 8],1,1.0 +0613,0613,12,num,three_rule_comb0,7.0,[8 7 1],8 7 1],1,1.0 +0613,0613,12,num,three_rule_comb0,8.0,[2 5 3],2 5 3],1,1.0 +0613,0613,12,num,three_rule_comb0,9.0,[8 9 4],8 9 4],1,1.0 +0613,0613,12,num,three_rule_comb0,10.0,[1 5 7],1 5 7],1,1.0 +0613,0613,12,num,three_rule_comb0,11.0,[9 1 3],9 1 3],1,1.0 +0613,0613,12,num,three_rule_comb0,12.0,[1 5 4],1 5 4],1,1.0 +0613,0613,12,num,three_rule_comb0,13.0,[7 7 9],7 7 9],1,1.0 +0613,0613,12,num,three_rule_comb0,14.0,[4 9 5],4 9 5],1,1.0 +0613,0613,12,num,three_rule_comb0,15.0,[4 7 2],4 7 2],1,1.0 +0613,0613,12,num,three_rule_comb0,16.0,[6 3 1],6 3 1],1,1.0 +0613,0613,12,num,three_rule_comb0,17.0,[8 2 4],8 2 4],1,1.0 +0613,0613,12,num,three_rule_comb0,18.0,[5 7 7],5 7 7],1,1.0 +0613,0613,12,num,three_rule_comb0,19.0,[5 6 3],5 6 3],1,1.0 +0613,0613,12,num,three_rule_comb0,20.0,[2 2 4],2 2 4],1,1.0 +0613,0613,12,num,three_rule_comb0,21.0,[7 1 0],7 1 0],1,1.0 +0613,0613,12,num,three_rule_comb0,22.0,[8 1 1],8 1 1],1,1.0 +0613,0613,12,num,three_rule_comb0,23.0,[2 1 3],2 1 3],1,1.0 +0613,0613,12,num,three_rule_comb0,24.0,[6 7 1],6 7 1],1,1.0 +0613,0613,12,num,three_rule_comb0,25.0,[1 4 3],1 4 3],1,1.0 +0613,0613,12,num,three_rule_comb0,26.0,[8 9 6],8 9 6],1,1.0 +0613,0613,12,num,three_rule_comb0,27.0,[4 3 3],4 3 3],1,1.0 +0613,0613,12,num,three_rule_comb0,28.0,[8 4 1],8 4 1],1,1.0 +0613,0613,12,num,three_rule_comb0,29.0,[2 0 4],2 0 4],1,1.0 +0613,0613,12,num,three_rule_comb0,30.0,[6 7 3],6 7 3],1,1.0 +0613,0613,12,num,three_rule_comb0,31.0,[1 1 8],1 1 8],1,1.0 +0613,0613,12,num,three_rule_comb0,32.0,[4 8 8],4 8 8],1,1.0 +0613,0613,12,num,three_rule_comb0,33.0,[0 5 5],0 5 5],1,1.0 +0613,0613,12,num,three_rule_comb0,34.0,[1 8 0],1 1 0],0,1.0 +0613,0613,12,num,three_rule_comb0,35.0,[5 8 0],5 8 0],1,1.0 +0613,0613,12,num,three_rule_comb0,36.0,[1 4 8],1 4 8],1,1.0 +0613,0613,12,num,three_rule_comb0,37.0,[1 6 4],1 6 4],1,1.0 +0613,0613,12,num,three_rule_comb0,38.0,[8 7 9],8 7 9],1,1.0 +0613,0613,12,num,three_rule_comb0,39.0,[8 8 1],8 8 1],1,1.0 +0613,0613,12,num,three_rule_comb0,40.0,[9 4 4],9 4 4],1,1.0 +0613,0613,12,num,three_rule_comb0,41.0,[0 1 7],0 1 7],1,1.0 +0613,0613,12,num,three_rule_comb0,42.0,[7 0 6],7 0 6],1,1.0 +0613,0613,12,num,three_rule_comb0,43.0,[3 0 3],3 0 3],1,1.0 +0613,0613,12,num,three_rule_comb0,44.0,[9 1 0],9 1 0],1,1.0 +0613,0613,12,num,three_rule_comb0,45.0,[8 7 2],8 7 2],1,1.0 +0613,0613,12,num,three_rule_comb0,46.0,[2 6 6],2 6 6],1,1.0 +0613,0613,12,num,three_rule_comb0,47.0,[7 2 7],7 2 7],1,1.0 +0613,0613,12,num,three_rule_comb0,48.0,[8 3 5],8 3 5],1,1.0 +0613,0613,12,num,three_rule_comb0,49.0,[4 4 9],4 4 9],1,1.0 +0613,0613,12,num,three_rule_comb0,50.0,[8 3 7],8 3 7],1,1.0 +0613,0613,12,num,three_rule_comb0,51.0,[2 1 7],2 1 7],1,1.0 +0613,0613,12,num,three_rule_comb0,52.0,[9 5 5],9 5 5],1,1.0 +0613,0613,12,num,three_rule_comb0,53.0,[8 3 7],8 3 7],1,1.0 +0613,0613,12,num,three_rule_comb0,54.0,[4 9 1],4 9 1],1,1.0 +0613,0613,12,num,three_rule_comb0,55.0,[7 4 6],7 4 6],1,1.0 +0613,0613,12,num,three_rule_comb0,56.0,[7 3 7],7 3 7],1,1.0 +0613,0613,12,num,three_rule_comb0,57.0,[0 4 9],0 4 9],1,1.0 +0613,0613,12,num,three_rule_comb0,58.0,[2 1 9],2 1 9],1,1.0 +0613,0613,12,num,three_rule_comb0,59.0,[3 2 6],3 2 6],1,1.0 +0613,0613,12,num,three_rule_comb0,60.0,[2 5 1],2 5 1],1,1.0 +0613,0613,12,num,three_rule_comb0,61.0,[3 1 0],3 1 0],1,1.0 +0613,0613,12,num,three_rule_comb0,62.0,[9 8 5],None,0,1.0 +0613,0613,12,num,three_rule_comb0,63.0,[5 6 3],5 6 3],1,1.0 +0613,0613,12,num,three_rule_comb0,64.0,[3 5 5],3 5 5],1,1.0 +0613,0613,12,num,three_rule_comb0,65.0,[1 0 6],1 0 6],1,1.0 +0613,0613,12,num,three_rule_comb0,66.0,[0 8 2],0 8 2],1,1.0 +0613,0613,12,num,three_rule_comb0,67.0,[8 3 9],8 3 9],1,1.0 +0613,0613,12,num,three_rule_comb0,68.0,[7 5 4],7 5 4],1,1.0 +0613,0613,12,num,three_rule_comb0,69.0,[2 1 7],2 1 7],1,1.0 +0613,0613,12,num,three_rule_comb0,70.0,[8 8 3],8 8 3],1,1.0 +0613,0613,12,num,three_rule_comb0,71.0,[7 8 6],7 8 6],1,1.0 +0613,0613,12,num,three_rule_comb0,72.0,[5 5 6],5 5 6],1,1.0 +0613,0613,12,num,three_rule_comb0,73.0,[1 2 8],1 2 8],1,1.0 +0613,0613,12,num,three_rule_comb0,74.0,[1 0 7],1 0 7],1,1.0 +0613,0613,12,num,three_rule_comb0,75.0,[6 9 3],6 9 3],1,1.0 +0613,0613,12,num,three_rule_comb0,76.0,[4 2 6],4 2 6],1,1.0 +0613,0613,12,num,three_rule_comb0,77.0,[4 6 7],4 6 7],1,1.0 +0613,0613,12,num,three_rule_comb0,78.0,[2 7 9],2 7 9],1,1.0 +0613,0613,12,num,three_rule_comb0,79.0,[6 9 2],6 9 2],1,1.0 +0613,0613,12,num,three_rule_comb0,80.0,[1 3 7],1 3 7],1,1.0 +0613,0613,12,num,three_rule_comb0,81.0,[8 2 3],8 2 3],1,1.0 +0613,0613,12,num,three_rule_comb0,82.0,[2 4 9],2 4 9],1,1.0 +0613,0613,12,num,three_rule_comb0,83.0,[6 9 7],None,0,1.0 +0613,0613,12,num,three_rule_comb0,84.0,[8 7 5],8 7 5],1,1.0 +0613,0613,12,num,three_rule_comb0,85.0,[8 9 7],8 9 7],1,1.0 +0613,0613,12,num,three_rule_comb0,86.0,[6 7 7],6 7 7],1,1.0 +0613,0613,12,num,three_rule_comb0,87.0,[6 1 9],6 1 9],1,1.0 +0613,0613,12,num,three_rule_comb0,88.0,[1 3 7],1 3 7],1,1.0 +0613,0613,12,num,three_rule_comb0,89.0,[2 1 9],2 1 9],1,1.0 +0613,0613,12,num,three_rule_comb0,90.0,[2 0 7],2 0 7],1,1.0 +0613,0613,12,num,three_rule_comb0,91.0,[4 0 4],4 0 4],1,1.0 +0613,0613,12,num,three_rule_comb0,92.0,[5 4 1],5 4 1],1,1.0 +0613,0613,12,num,three_rule_comb0,93.0,[0 8 2],0 8 2],1,1.0 +0613,0613,12,num,three_rule_comb0,94.0,[0 3 5],0 3 5],1,1.0 +0613,0613,12,num,three_rule_comb0,95.0,[7 9 2],7 9 2],1,1.0 +0613,0613,12,num,three_rule_comb0,96.0,[9 7 7],9 7 7],1,1.0 +0613,0613,12,num,three_rule_comb0,97.0,[2 1 8],2 1 8],1,1.0 +0613,0613,12,num,three_rule_comb0,98.0,[4 7 9],4 7 9],1,1.0 +0613,0613,12,num,three_rule_comb0,99.0,[5 8 1],5 8 1],1,1.0 +0613,0613,12,num,three_rule_comb1,0.0,[6 9 0],6 9 0],1,1.0 +0613,0613,12,num,three_rule_comb1,1.0,[8 9 9],8 9 9],1,1.0 +0613,0613,12,num,three_rule_comb1,2.0,[3 3 2],16 3 2],0,1.0 +0613,0613,12,num,three_rule_comb1,3.0,[6 4 8],6 4 0],0,1.0 +0613,0613,12,num,three_rule_comb1,4.0,[2 2 3],2 2 3],1,1.0 +0613,0613,12,num,three_rule_comb1,5.0,[2 3 5],2 2 5],0,1.0 +0613,0613,12,num,three_rule_comb1,6.0,[6 4 4],6 4 5],0,1.0 +0613,0613,12,num,three_rule_comb1,7.0,[5 7 6],5 7 5],0,1.0 +0613,0613,12,num,three_rule_comb1,8.0,[2 4 7],2 4 7],1,1.0 +0613,0613,12,num,three_rule_comb1,9.0,[7 7 8],7 7 8],1,1.0 +0613,0613,12,num,three_rule_comb1,10.0,[1 9 1],1 9 1],1,1.0 +0613,0613,12,num,three_rule_comb1,11.0,[3 5 5],3 5 3],0,1.0 +0613,0613,12,num,three_rule_comb1,12.0,[7 7 6],7 4 6],0,1.0 +0613,0613,12,num,three_rule_comb1,13.0,[8 3 2],8 3 2],1,1.0 +0613,0613,12,num,three_rule_comb1,14.0,[8 9 3],8 9 3],1,1.0 +0613,0613,12,num,three_rule_comb1,15.0,[0 3 0],0 3 0],1,1.0 +0613,0613,12,num,three_rule_comb1,16.0,[4 6 0],4 3 0],0,1.0 +0613,0613,12,num,three_rule_comb1,17.0,[2 7 0],2 7 0],1,1.0 +0613,0613,12,num,three_rule_comb1,18.0,[3 3 5],3 3 5],1,1.0 +0613,0613,12,num,three_rule_comb1,19.0,[7 4 9],7 4 9],1,1.0 +0613,0613,12,num,three_rule_comb1,20.0,[4 1 0],4 1 0],1,1.0 +0613,0613,12,num,three_rule_comb1,21.0,[9 1 6],2 1 6],0,1.0 +0613,0613,12,num,three_rule_comb1,22.0,[5 5 7],5 5 0],0,1.0 +0613,0613,12,num,three_rule_comb1,23.0,[1 8 9],1 4 9],0,1.0 +0613,0613,12,num,three_rule_comb1,24.0,[9 4 3],9 4 3],1,1.0 +0613,0613,12,num,three_rule_comb1,25.0,[8 4 6],8 4 6],1,1.0 +0613,0613,12,num,three_rule_comb1,26.0,[8 7 1],8 7 1],1,1.0 +0613,0613,12,num,three_rule_comb1,27.0,[9 9 5],9 9 7],0,1.0 +0613,0613,12,num,three_rule_comb1,28.0,[0 2 8],0 2 0],0,1.0 +0613,0613,12,num,three_rule_comb1,29.0,[8 6 2],8 6 2],1,1.0 +0613,0613,12,num,three_rule_comb1,30.0,[6 0 0],6 0 0],1,1.0 +0613,0613,12,num,three_rule_comb1,31.0,[3 9 8],5 9 8],0,1.0 +0613,0613,12,num,three_rule_comb1,32.0,[1 2 0],1 5 0],0,1.0 +0613,0613,12,num,three_rule_comb1,33.0,[2 6 1],2 2 1],0,1.0 +0613,0613,12,num,three_rule_comb1,34.0,[4 4 2],4 4 8],0,1.0 +0613,0613,12,num,three_rule_comb1,35.0,[8 1 2],5 1 2],0,1.0 +0613,0613,12,num,three_rule_comb1,36.0,[4 8 2],4 8 2],1,1.0 +0613,0613,12,num,three_rule_comb1,37.0,[5 5 6],5 8 6],0,1.0 +0613,0613,12,num,three_rule_comb1,38.0,[8 8 2],8 8 9],0,1.0 +0613,0613,12,num,three_rule_comb1,39.0,[9 2 5],0 2 5],0,1.0 +0613,0613,12,num,three_rule_comb1,40.0,[3 2 0],8 2 0],0,1.0 +0613,0613,12,num,three_rule_comb1,41.0,[5 2 5],5 2 5],1,1.0 +0613,0613,12,num,three_rule_comb1,42.0,[5 6 0],3 6 0],0,1.0 +0613,0613,12,num,three_rule_comb1,43.0,[7 1 3],7 1 3],1,1.0 +0613,0613,12,num,three_rule_comb1,44.0,[2 6 5],10 6 5],0,1.0 +0613,0613,12,num,three_rule_comb1,45.0,[5 9 9],4 9 9],0,1.0 +0613,0613,12,num,three_rule_comb1,46.0,[6 5 8],6 7 8],0,1.0 +0613,0613,12,num,three_rule_comb1,47.0,[8 7 0],8 1 0],0,1.0 +0613,0613,12,num,three_rule_comb1,48.0,[1 6 2],1 1 2],0,1.0 +0613,0613,12,num,three_rule_comb1,49.0,[7 2 5],7 2 5],1,1.0 +0613,0613,12,num,three_rule_comb1,50.0,[5 1 3],5 1 3],1,1.0 +0613,0613,12,num,three_rule_comb1,51.0,[6 0 0],6 5 0],0,1.0 +0613,0613,12,num,three_rule_comb1,52.0,[9 7 5],6 7 5],0,1.0 +0613,0613,12,num,three_rule_comb1,53.0,[6 9 6],None,0,1.0 +0613,0613,12,num,three_rule_comb1,54.0,[4 6 5],2 6 5],0,1.0 +0613,0613,12,num,three_rule_comb1,55.0,[5 9 3],5 9 3],1,1.0 +0613,0613,12,num,three_rule_comb1,56.0,[7 7 4],7 7 2],0,1.0 +0613,0613,12,num,three_rule_comb1,57.0,[9 4 9],5 4 9],0,1.0 +0613,0613,12,num,three_rule_comb1,58.0,[9 5 0],9 5 9],0,1.0 +0613,0613,12,num,three_rule_comb1,59.0,[5 0 1],5 0 1],1,1.0 +0613,0613,12,num,three_rule_comb1,60.0,[8 4 3],8 2 3],0,1.0 +0613,0613,12,num,three_rule_comb1,61.0,[5 8 3],5 8 6],0,1.0 +0613,0613,12,num,three_rule_comb1,62.0,[4 0 4],4 1 4],0,1.0 +0613,0613,12,num,three_rule_comb1,63.0,[9 8 2],9 8 2],1,1.0 +0613,0613,12,num,three_rule_comb1,64.0,[6 9 7],5 9 7],0,1.0 +0613,0613,12,num,three_rule_comb1,65.0,[5 6 0],5 6 0],1,1.0 +0613,0613,12,num,three_rule_comb1,66.0,[2 2 7],2 4 7],0,1.0 +0613,0613,12,num,three_rule_comb1,67.0,[1 4 5],1 4 5],1,1.0 +0613,0613,12,num,three_rule_comb1,68.0,[2 1 0],2 1 0],1,1.0 +0613,0613,12,num,three_rule_comb1,69.0,[6 3 9],9 3 9],0,1.0 +0613,0613,12,num,three_rule_comb1,70.0,[1 3 2],1 3 2],1,1.0 +0613,0613,12,num,three_rule_comb1,71.0,[0 1 1],0 2 1],0,1.0 +0613,0613,12,num,three_rule_comb1,72.0,[3 2 5],8 2 5],0,1.0 +0613,0613,12,num,three_rule_comb1,73.0,[5 0 0],5 0 9],0,1.0 +0613,0613,12,num,three_rule_comb1,74.0,[9 0 8],9 0 8],1,1.0 +0613,0613,12,num,three_rule_comb1,75.0,[9 2 0],4 2 0],0,1.0 +0613,0613,12,num,three_rule_comb1,76.0,[7 0 0],7 0 9],0,1.0 +0613,0613,12,num,three_rule_comb1,77.0,[3 1 8],3 1 8],1,1.0 +0613,0613,12,num,three_rule_comb1,78.0,[9 9 3],9 9 3],1,1.0 +0613,0613,12,num,three_rule_comb1,79.0,[2 3 4],2 2 4],0,1.0 +0613,0613,12,num,three_rule_comb1,80.0,[7 5 3],2 5 3],0,1.0 +0613,0613,12,num,three_rule_comb1,81.0,[9 7 3],9 7 3],1,1.0 +0613,0613,12,num,three_rule_comb1,82.0,[0 3 8],0 3 5],0,1.0 +0613,0613,12,num,three_rule_comb1,83.0,[5 0 1],5 0 1],1,1.0 +0613,0613,12,num,three_rule_comb1,84.0,[4 8 7],4 2 7],0,1.0 +0613,0613,12,num,three_rule_comb1,85.0,[8 1 2],8 1 4],0,1.0 +0613,0613,12,num,three_rule_comb1,86.0,[8 5 7],8 5 7],1,1.0 +0613,0613,12,num,three_rule_comb1,87.0,[1 0 7],1 6 7],0,1.0 +0613,0613,12,num,three_rule_comb1,88.0,[3 4 8],None,0,1.0 +0613,0613,12,num,three_rule_comb1,89.0,[9 7 4],None,0,1.0 +0613,0613,12,num,three_rule_comb1,90.0,[4 1 8],4 1 1],0,1.0 +0613,0613,12,num,three_rule_comb1,91.0,[1 1 3],1 1 3],1,1.0 +0613,0613,12,num,three_rule_comb1,92.0,[9 6 9],9 6 9],1,1.0 +0613,0613,12,num,three_rule_comb1,93.0,[3 8 1],3 8 1],1,1.0 +0613,0613,12,num,three_rule_comb1,94.0,[3 8 0],3 8 0],1,1.0 +0613,0613,12,num,three_rule_comb1,95.0,[1 5 5],1 5 5],1,1.0 +0613,0613,12,num,three_rule_comb1,96.0,[5 1 7],5 1 7],1,1.0 +0613,0613,12,num,three_rule_comb1,97.0,[3 5 5],3 5 5],1,1.0 +0613,0613,12,num,three_rule_comb1,98.0,[6 9 4],7 9 4],0,1.0 +0613,0613,12,num,three_rule_comb1,99.0,[7 5 7],7 10 7],0,1.0 +0613,0613,12,num,three_rule_comb2,0.0,[0 0 1],0 0 1],1,1.0 +0613,0613,12,num,three_rule_comb2,1.0,[1 1 9],1 1 9],1,1.0 +0613,0613,12,num,three_rule_comb2,2.0,[8 5 6],8 5 6],1,1.0 +0613,0613,12,num,three_rule_comb2,3.0,[2 8 8],2 8 8],1,1.0 +0613,0613,12,num,three_rule_comb2,4.0,[9 3 1],9 3 1],1,1.0 +0613,0613,12,num,three_rule_comb2,5.0,[2 3 2],2 3 2],1,1.0 +0613,0613,12,num,three_rule_comb2,6.0,[4 5 3],4 5 3],1,1.0 +0613,0613,12,num,three_rule_comb2,7.0,[7 4 9],7 4 9],1,1.0 +0613,0613,12,num,three_rule_comb2,8.0,[3 8 8],3 8 8],1,1.0 +0613,0613,12,num,three_rule_comb2,9.0,[1 8 5],1 8 5],1,1.0 +0613,0613,12,num,three_rule_comb2,10.0,[1 5 9],1 5 9],1,1.0 +0613,0613,12,num,three_rule_comb2,11.0,[5 9 0],5 9 0],1,1.0 +0613,0613,12,num,three_rule_comb2,12.0,[6 2 7],6 2 7],1,1.0 +0613,0613,12,num,three_rule_comb2,13.0,[5 2 7],5 2 7],1,1.0 +0613,0613,12,num,three_rule_comb2,14.0,[2 7 8],2 7 8],1,1.0 +0613,0613,12,num,three_rule_comb2,15.0,[9 5 2],9 5 2],1,1.0 +0613,0613,12,num,three_rule_comb2,16.0,[3 5 1],3 5 1],1,1.0 +0613,0613,12,num,three_rule_comb2,17.0,[3 0 3],3 0 3],1,1.0 +0613,0613,12,num,three_rule_comb2,18.0,[6 3 9],6 3 9],1,1.0 +0613,0613,12,num,three_rule_comb2,19.0,[4 7 4],4 7 4],1,1.0 +0613,0613,12,num,three_rule_comb2,20.0,[1 9 9],1 9 9],1,1.0 +0613,0613,12,num,three_rule_comb2,21.0,[5 5 3],5 5 3],1,1.0 +0613,0613,12,num,three_rule_comb2,22.0,[7 0 1],7 0 1],1,1.0 +0613,0613,12,num,three_rule_comb2,23.0,[2 1 8],2 1 8],1,1.0 +0613,0613,12,num,three_rule_comb2,24.0,[0 9 5],0 9 5],1,1.0 +0613,0613,12,num,three_rule_comb2,25.0,[6 8 4],6 8 4],1,1.0 +0613,0613,12,num,three_rule_comb2,26.0,[2 3 7],2 3 7],1,1.0 +0613,0613,12,num,three_rule_comb2,27.0,[1 5 2],1 5 2],1,1.0 +0613,0613,12,num,three_rule_comb2,28.0,[1 0 7],1 0 7],1,1.0 +0613,0613,12,num,three_rule_comb2,29.0,[6 5 1],6 5 1],1,1.0 +0613,0613,12,num,three_rule_comb2,30.0,[2 5 8],2 5 8],1,1.0 +0613,0613,12,num,three_rule_comb2,31.0,[1 0 1],1 0 1],1,1.0 +0613,0613,12,num,three_rule_comb2,32.0,[3 4 5],3 4 5],1,1.0 +0613,0613,12,num,three_rule_comb2,33.0,[6 7 2],6 7 2],1,1.0 +0613,0613,12,num,three_rule_comb2,34.0,[1 4 9],1 4 9],1,1.0 +0613,0613,12,num,three_rule_comb2,35.0,[1 0 3],1 0 3],1,1.0 +0613,0613,12,num,three_rule_comb2,36.0,[3 0 8],3 1 8],0,1.0 +0613,0613,12,num,three_rule_comb2,37.0,[6 2 2],6 2 2],1,1.0 +0613,0613,12,num,three_rule_comb2,38.0,[7 8 9],7 8 9],1,1.0 +0613,0613,12,num,three_rule_comb2,39.0,[0 1 9],0 1 9],1,1.0 +0613,0613,12,num,three_rule_comb2,40.0,[5 0 4],5 0 4],1,1.0 +0613,0613,12,num,three_rule_comb2,41.0,[4 8 7],4 8 7],1,1.0 +0613,0613,12,num,three_rule_comb2,42.0,[8 2 1],8 2 1],1,1.0 +0613,0613,12,num,three_rule_comb2,43.0,[7 6 7],7 6 7],1,1.0 +0613,0613,12,num,three_rule_comb2,44.0,[2 9 9],2 9 9],1,1.0 +0613,0613,12,num,three_rule_comb2,45.0,[0 1 7],0 1 7],1,1.0 +0613,0613,12,num,three_rule_comb2,46.0,[1 0 0],1 0 0],1,1.0 +0613,0613,12,num,three_rule_comb2,47.0,[4 4 7],4 4 7],1,1.0 +0613,0613,12,num,three_rule_comb2,48.0,[0 5 8],0 5 8],1,1.0 +0613,0613,12,num,three_rule_comb2,49.0,[8 8 2],8 8 2],1,1.0 +0613,0613,12,num,three_rule_comb2,50.0,[6 7 7],6 7 7],1,1.0 +0613,0613,12,num,three_rule_comb2,51.0,[4 2 3],4 2 3],1,1.0 +0613,0613,12,num,three_rule_comb2,52.0,[5 4 1],5 4 1],1,1.0 +0613,0613,12,num,three_rule_comb2,53.0,[1 1 4],1 1 4],1,1.0 +0613,0613,12,num,three_rule_comb2,54.0,[5 2 4],5 2 4],1,1.0 +0613,0613,12,num,three_rule_comb2,55.0,[8 6 8],8 6 8],1,1.0 +0613,0613,12,num,three_rule_comb2,56.0,[2 3 3],2 3 3],1,1.0 +0613,0613,12,num,three_rule_comb2,57.0,[1 2 8],1 2 8],1,1.0 +0613,0613,12,num,three_rule_comb2,58.0,[3 2 8],3 2 8],1,1.0 +0613,0613,12,num,three_rule_comb2,59.0,[1 6 4],1 6 4],1,1.0 +0613,0613,12,num,three_rule_comb2,60.0,[9 5 1],9 5 1],1,1.0 +0613,0613,12,num,three_rule_comb2,61.0,[7 7 7],7 7 7],1,1.0 +0613,0613,12,num,three_rule_comb2,62.0,[8 6 2],8 6 2],1,1.0 +0613,0613,12,num,three_rule_comb2,63.0,[6 5 7],6 5 7],1,1.0 +0613,0613,12,num,three_rule_comb2,64.0,[1 2 2],1 2 2],1,1.0 +0613,0613,12,num,three_rule_comb2,65.0,[3 0 6],3 0 6],1,1.0 +0613,0613,12,num,three_rule_comb2,66.0,[9 3 9],9 3 9],1,1.0 +0613,0613,12,num,three_rule_comb2,67.0,[9 8 9],9 8 9],1,1.0 +0613,0613,12,num,three_rule_comb2,68.0,[6 0 0],6 0 0],1,1.0 +0613,0613,12,num,three_rule_comb2,69.0,[9 9 7],9 9 7],1,1.0 +0613,0613,12,num,three_rule_comb2,70.0,[4 7 4],4 7 4],1,1.0 +0613,0613,12,num,three_rule_comb2,71.0,[0 1 5],0 1 5],1,1.0 +0613,0613,12,num,three_rule_comb2,72.0,[4 0 1],4 0 1],1,1.0 +0613,0613,12,num,three_rule_comb2,73.0,[1 3 6],1 3 6],1,1.0 +0613,0613,12,num,three_rule_comb2,74.0,[5 8 8],5 8 8],1,1.0 +0613,0613,12,num,three_rule_comb2,75.0,[7 3 0],7 3 0],1,1.0 +0613,0613,12,num,three_rule_comb2,76.0,[2 9 7],2 9 7],1,1.0 +0613,0613,12,num,three_rule_comb2,77.0,[1 9 8],1 9 8],1,1.0 +0613,0613,12,num,three_rule_comb2,78.0,[1 8 8],1 8 8],1,1.0 +0613,0613,12,num,three_rule_comb2,79.0,[7 4 7],7 4 7],1,1.0 +0613,0613,12,num,three_rule_comb2,80.0,[7 9 7],7 9 7],1,1.0 +0613,0613,12,num,three_rule_comb2,81.0,[7 0 6],7 0 6],1,1.0 +0613,0613,12,num,three_rule_comb2,82.0,[4 2 2],4 2 2],1,1.0 +0613,0613,12,num,three_rule_comb2,83.0,[6 0 7],6 0 7],1,1.0 +0613,0613,12,num,three_rule_comb2,84.0,[5 4 2],5 4 2],1,1.0 +0613,0613,12,num,three_rule_comb2,85.0,[8 6 0],8 6 0],1,1.0 +0613,0613,12,num,three_rule_comb2,86.0,[7 8 4],7 8 4],1,1.0 +0613,0613,12,num,three_rule_comb2,87.0,[0 3 8],0 3 8],1,1.0 +0613,0613,12,num,three_rule_comb2,88.0,[8 9 9],8 9 9],1,1.0 +0613,0613,12,num,three_rule_comb2,89.0,[4 2 2],4 2 2],1,1.0 +0613,0613,12,num,three_rule_comb2,90.0,[5 7 6],5 7 6],1,1.0 +0613,0613,12,num,three_rule_comb2,91.0,[5 0 1],5 0 1],1,1.0 +0613,0613,12,num,three_rule_comb2,92.0,[5 5 2],5 5 2],1,1.0 +0613,0613,12,num,three_rule_comb2,93.0,[4 5 1],4 5 1],1,1.0 +0613,0613,12,num,three_rule_comb2,94.0,[1 8 6],1 8 6],1,1.0 +0613,0613,12,num,three_rule_comb2,95.0,[4 8 9],4 8 9],1,1.0 +0613,0613,12,num,three_rule_comb2,96.0,[6 8 6],6 8 6],1,1.0 +0613,0613,12,num,three_rule_comb2,97.0,[7 3 4],7 3 4],1,1.0 +0613,0613,12,num,three_rule_comb2,98.0,[4 1 8],4 1 8],1,1.0 +0613,0613,12,num,three_rule_comb2,99.0,[8 0 8],8 0 8],1,1.0 +0613,0613,12,num,three_rule_comb3,0.0,[5 1 7],5 1 7],1,1.0 +0613,0613,12,num,three_rule_comb3,1.0,[2 1 2],7 8 2],0,1.0 +0613,0613,12,num,three_rule_comb3,2.0,[6 3 7],6 3 7],1,1.0 +0613,0613,12,num,three_rule_comb3,3.0,[4 8 9],4 8 9],1,1.0 +0613,0613,12,num,three_rule_comb3,4.0,[0 5 4],0 5 4],1,1.0 +0613,0613,12,num,three_rule_comb3,5.0,[4 1 4],4 1 4],1,1.0 +0613,0613,12,num,three_rule_comb3,6.0,[4 7 8],4 7 8],1,1.0 +0613,0613,12,num,three_rule_comb3,7.0,[9 0 6],9 0 6],1,1.0 +0613,0613,12,num,three_rule_comb3,8.0,[9 0 5],9 0 5],1,1.0 +0613,0613,12,num,three_rule_comb3,9.0,[9 0 4],9 0 4],1,1.0 +0613,0613,12,num,three_rule_comb3,10.0,[6 2 7],6 2 7],1,1.0 +0613,0613,12,num,three_rule_comb3,11.0,[0 7 5],0 1 5],0,1.0 +0613,0613,12,num,three_rule_comb3,12.0,[3 0 8],3 2 4],0,1.0 +0613,0613,12,num,three_rule_comb3,13.0,[2 6 9],2 6 9],1,1.0 +0613,0613,12,num,three_rule_comb3,14.0,[4 3 5],4 3 5],1,1.0 +0613,0613,12,num,three_rule_comb3,15.0,[1 3 9],1 3 9],1,1.0 +0613,0613,12,num,three_rule_comb3,16.0,[1 9 6],1 9 6],1,1.0 +0613,0613,12,num,three_rule_comb3,17.0,[8 9 9],2 8 9],0,1.0 +0613,0613,12,num,three_rule_comb3,18.0,[5 5 9],5 5 9],1,1.0 +0613,0613,12,num,three_rule_comb3,19.0,[7 2 1],7 2 1],1,1.0 +0613,0613,12,num,three_rule_comb3,20.0,[9 5 4],9 6 4],0,1.0 +0613,0613,12,num,three_rule_comb3,21.0,[3 3 2],3 3 2],1,1.0 +0613,0613,12,num,three_rule_comb3,22.0,[4 7 6],7 7 5],0,1.0 +0613,0613,12,num,three_rule_comb3,23.0,[3 3 9],3 3 9],1,1.0 +0613,0613,12,num,three_rule_comb3,24.0,[0 1 4],0 1 1],0,1.0 +0613,0613,12,num,three_rule_comb3,25.0,[1 6 8],1 4 5],0,1.0 +0613,0613,12,num,three_rule_comb3,26.0,[5 7 8],5 5 8],0,1.0 +0613,0613,12,num,three_rule_comb3,27.0,[1 1 3],1 6 4],0,1.0 +0613,0613,12,num,three_rule_comb3,28.0,[4 0 4],0 0 7],0,1.0 +0613,0613,12,num,three_rule_comb3,29.0,[0 6 7],0 6 7],1,1.0 +0613,0613,12,num,three_rule_comb3,30.0,[5 1 9],5 4 9],0,1.0 +0613,0613,12,num,three_rule_comb3,31.0,[6 4 8],6 4 8],1,1.0 +0613,0613,12,num,three_rule_comb3,32.0,[9 3 0],9 3 3],0,1.0 +0613,0613,12,num,three_rule_comb3,33.0,[9 9 5],9 2 5],0,1.0 +0613,0613,12,num,three_rule_comb3,34.0,[9 4 8],9 4 8],1,1.0 +0613,0613,12,num,three_rule_comb3,35.0,[3 3 8],3 3 8],1,1.0 +0613,0613,12,num,three_rule_comb3,36.0,[1 6 3],1 7 3],0,1.0 +0613,0613,12,num,three_rule_comb3,37.0,[4 5 7],4 1 7],0,1.0 +0613,0613,12,num,three_rule_comb3,38.0,[8 7 9],8 7 0],0,1.0 +0613,0613,12,num,three_rule_comb3,39.0,[3 8 3],3 8 3],1,1.0 +0613,0613,12,num,three_rule_comb3,40.0,[0 0 9],4 0 9],0,1.0 +0613,0613,12,num,three_rule_comb3,41.0,[5 2 2],5 2 2],1,1.0 +0613,0613,12,num,three_rule_comb3,42.0,[9 1 6],9 1 6],1,1.0 +0613,0613,12,num,three_rule_comb3,43.0,[3 4 3],3 4 3],1,1.0 +0613,0613,12,num,three_rule_comb3,44.0,[8 9 8],8 9 8],1,1.0 +0613,0613,12,num,three_rule_comb3,45.0,[9 9 0],9 9 0],1,1.0 +0613,0613,12,num,three_rule_comb3,46.0,[0 5 1],0 6 2],0,1.0 +0613,0613,12,num,three_rule_comb3,47.0,[6 4 2],6 4 7],0,1.0 +0613,0613,12,num,three_rule_comb3,48.0,[7 7 8],7 3 2],0,1.0 +0613,0613,12,num,three_rule_comb3,49.0,[9 9 4],9 9 4],1,1.0 +0613,0613,12,num,three_rule_comb3,50.0,[1 6 5],1 6 8],0,1.0 +0613,0613,12,num,three_rule_comb3,51.0,[9 0 8],9 0 8],1,1.0 +0613,0613,12,num,three_rule_comb3,52.0,[4 4 6],4 1 6],0,1.0 +0613,0613,12,num,three_rule_comb3,53.0,[6 0 1],6 0 1],1,1.0 +0613,0613,12,num,three_rule_comb3,54.0,[0 7 5],0 7 5],1,1.0 +0613,0613,12,num,three_rule_comb3,55.0,[4 2 3],4 2 3],1,1.0 +0613,0613,12,num,three_rule_comb3,56.0,[9 3 7],None,0,1.0 +0613,0613,12,num,three_rule_comb3,57.0,[6 3 3],6 3 3],1,1.0 +0613,0613,12,num,three_rule_comb3,58.0,[5 1 1],5 1 3],0,1.0 +0613,0613,12,num,three_rule_comb3,59.0,[1 6 1],1 6 1],1,1.0 +0613,0613,12,num,three_rule_comb3,60.0,[6 1 0],6 1 0],1,1.0 +0613,0613,12,num,three_rule_comb3,61.0,[8 4 8],1 8 8],0,1.0 +0613,0613,12,num,three_rule_comb3,62.0,[5 4 7],5 4 7],1,1.0 +0613,0613,12,num,three_rule_comb3,63.0,[6 3 3],6 3 3],1,1.0 +0613,0613,12,num,three_rule_comb3,64.0,[3 0 7],3 0 7],1,1.0 +0613,0613,12,num,three_rule_comb3,65.0,[7 7 9],7 7 9],1,1.0 +0613,0613,12,num,three_rule_comb3,66.0,[8 7 6],8 7 2],0,1.0 +0613,0613,12,num,three_rule_comb3,67.0,[1 8 6],1 8 6],1,1.0 +0613,0613,12,num,three_rule_comb3,68.0,[2 3 2],2 3 2],1,1.0 +0613,0613,12,num,three_rule_comb3,69.0,[8 5 4],5 5 1],0,1.0 +0613,0613,12,num,three_rule_comb3,70.0,[8 6 2],8 6 2],1,1.0 +0613,0613,12,num,three_rule_comb3,71.0,[1 9 4],1 9 4],1,1.0 +0613,0613,12,num,three_rule_comb3,72.0,[3 2 6],6 6 6],0,1.0 +0613,0613,12,num,three_rule_comb3,73.0,[9 8 0],9 3 0],0,1.0 +0613,0613,12,num,three_rule_comb3,74.0,[7 8 3],7 2 3],0,1.0 +0613,0613,12,num,three_rule_comb3,75.0,[4 1 4],4 1 4],1,1.0 +0613,0613,12,num,three_rule_comb3,76.0,[3 5 4],3 5 4],1,1.0 +0613,0613,12,num,three_rule_comb3,77.0,[6 9 3],6 9 3],1,1.0 +0613,0613,12,num,three_rule_comb3,78.0,[1 5 9],6 5 4],0,1.0 +0613,0613,12,num,three_rule_comb3,79.0,[3 8 6],3 8 6],1,1.0 +0613,0613,12,num,three_rule_comb3,80.0,[4 5 1],4 8 1],0,1.0 +0613,0613,12,num,three_rule_comb3,81.0,[9 1 6],9 1 6],1,1.0 +0613,0613,12,num,three_rule_comb3,82.0,[1 5 9],2 5 9],0,1.0 +0613,0613,12,num,three_rule_comb3,83.0,[9 1 7],9 1 7],1,1.0 +0613,0613,12,num,three_rule_comb3,84.0,[6 1 3],6 1 3],1,1.0 +0613,0613,12,num,three_rule_comb3,85.0,[3 0 6],3 0 6],1,1.0 +0613,0613,12,num,three_rule_comb3,86.0,[7 6 2],7 6 2],1,1.0 +0613,0613,12,num,three_rule_comb3,87.0,[7 6 6],7 6 6],1,1.0 +0613,0613,12,num,three_rule_comb3,88.0,[7 7 7],7 6 7],0,1.0 +0613,0613,12,num,three_rule_comb3,89.0,[1 4 9],1 4 9],1,1.0 +0613,0613,12,num,three_rule_comb3,90.0,[4 9 3],4 9 3],1,1.0 +0613,0613,12,num,three_rule_comb3,91.0,[1 0 8],1 0 8],1,1.0 +0613,0613,12,num,three_rule_comb3,92.0,[2 4 7],7 2 7],0,1.0 +0613,0613,12,num,three_rule_comb3,93.0,[4 1 9],4 4 9],0,1.0 +0613,0613,12,num,three_rule_comb3,94.0,[6 0 5],4 0 5],0,1.0 +0613,0613,12,num,three_rule_comb3,95.0,[7 9 7],7 9 7],1,1.0 +0613,0613,12,num,three_rule_comb3,96.0,[4 4 1],4 2 1],0,1.0 +0613,0613,12,num,three_rule_comb3,97.0,[6 1 5],6 1 5],1,1.0 +0613,0613,12,num,three_rule_comb3,98.0,[0 8 2],0 8 2],1,1.0 +0613,0613,12,num,three_rule_comb3,99.0,[0 6 2],0 6 2],1,1.0 +0613,0613,12,num,three_rule_comb4,0.0,[8 7 0],8 7 6],0,1.0 +0613,0613,12,num,three_rule_comb4,1.0,[7 9 4],7 9 1],0,1.0 +0613,0613,12,num,three_rule_comb4,2.0,[9 3 1],9 4 1],0,1.0 +0613,0613,12,num,three_rule_comb4,3.0,[9 7 0],9 7 0],1,1.0 +0613,0613,12,num,three_rule_comb4,4.0,[9 8 3],9 4 3],0,1.0 +0613,0613,12,num,three_rule_comb4,5.0,[4 8 5],4 8 5],1,1.0 +0613,0613,12,num,three_rule_comb4,6.0,[9 3 6],9 3 6],1,1.0 +0613,0613,12,num,three_rule_comb4,7.0,[2 5 8],2 2 8],0,1.0 +0613,0613,12,num,three_rule_comb4,8.0,[6 0 5],7 3 5],0,1.0 +0613,0613,12,num,three_rule_comb4,9.0,[0 1 9],7 1 9],0,1.0 +0613,0613,12,num,three_rule_comb4,10.0,[8 1 5],8 1 5],1,1.0 +0613,0613,12,num,three_rule_comb4,11.0,[7 3 8],7 3 8],1,1.0 +0613,0613,12,num,three_rule_comb4,12.0,[4 3 3],4 3 6],0,1.0 +0613,0613,12,num,three_rule_comb4,13.0,[0 8 0],0 8 0],1,1.0 +0613,0613,12,num,three_rule_comb4,14.0,[3 0 9],3 0 9],1,1.0 +0613,0613,12,num,three_rule_comb4,15.0,[9 8 8],9 8 1],0,1.0 +0613,0613,12,num,three_rule_comb4,16.0,[0 0 0],0 0 0],1,1.0 +0613,0613,12,num,three_rule_comb4,17.0,[2 7 1],2 6 1],0,1.0 +0613,0613,12,num,three_rule_comb4,18.0,[7 4 2],7 4 4],0,1.0 +0613,0613,12,num,three_rule_comb4,19.0,[5 4 5],5 4 1],0,1.0 +0613,0613,12,num,three_rule_comb4,20.0,[2 5 2],2 5 16],0,1.0 +0613,0613,12,num,three_rule_comb4,21.0,[3 3 4],3 3 15],0,1.0 +0613,0613,12,num,three_rule_comb4,22.0,[5 0 3],5 3 3],0,1.0 +0613,0613,12,num,three_rule_comb4,23.0,[3 0 8],3 0 3],0,1.0 +0613,0613,12,num,three_rule_comb4,24.0,[5 8 0],5 2 0],0,1.0 +0613,0613,12,num,three_rule_comb4,25.0,[2 1 2],2 1 4],0,1.0 +0613,0613,12,num,three_rule_comb4,26.0,[2 7 2],2 2 2],0,1.0 +0613,0613,12,num,three_rule_comb4,27.0,[5 9 8],5 9 1],0,1.0 +0613,0613,12,num,three_rule_comb4,28.0,[2 7 5],2 7 5],1,1.0 +0613,0613,12,num,three_rule_comb4,29.0,[5 5 1],5 5 1],1,1.0 +0613,0613,12,num,three_rule_comb4,30.0,[4 4 1],4 4 1],1,1.0 +0613,0613,12,num,three_rule_comb4,31.0,[1 3 4],1 3 7],0,1.0 +0613,0613,12,num,three_rule_comb4,32.0,[5 9 3],2 9 3],0,1.0 +0613,0613,12,num,three_rule_comb4,33.0,[0 8 0],0 8 6],0,1.0 +0613,0613,12,num,three_rule_comb4,34.0,[6 6 8],7 6 8],0,1.0 +0613,0613,12,num,three_rule_comb4,35.0,[1 2 8],1 2 8],1,1.0 +0613,0613,12,num,three_rule_comb4,36.0,[5 8 3],5 8 8],0,1.0 +0613,0613,12,num,three_rule_comb4,37.0,[2 0 1],2 0 6],0,1.0 +0613,0613,12,num,three_rule_comb4,38.0,[1 4 6],1 4 3],0,1.0 +0613,0613,12,num,three_rule_comb4,39.0,[5 4 8],5 4 8],1,1.0 +0613,0613,12,num,three_rule_comb4,40.0,[1 6 1],1 6 8],0,1.0 +0613,0613,12,num,three_rule_comb4,41.0,[7 3 8],7 3 8],1,1.0 +0613,0613,12,num,three_rule_comb4,42.0,[8 4 5],8 4 5],1,1.0 +0613,0613,12,num,three_rule_comb4,43.0,[5 3 8],8 3 8],0,1.0 +0613,0613,12,num,three_rule_comb4,44.0,[7 1 9],7 4 9],0,1.0 +0613,0613,12,num,three_rule_comb4,45.0,[7 8 4],7 2 4],0,1.0 +0613,0613,12,num,three_rule_comb4,46.0,[2 2 1],2 2 5],0,1.0 +0613,0613,12,num,three_rule_comb4,47.0,[9 9 8],9 9 8],1,1.0 +0613,0613,12,num,three_rule_comb4,48.0,[0 2 3],0 2 3],1,1.0 +0613,0613,12,num,three_rule_comb4,49.0,[1 6 9],1 6 10],0,1.0 +0613,0613,12,num,three_rule_comb4,50.0,[4 8 5],-2 8 5],0,1.0 +0613,0613,12,num,three_rule_comb4,51.0,[8 8 6],8 2 6],0,1.0 +0613,0613,12,num,three_rule_comb4,52.0,[8 4 0],8 0 0],0,1.0 +0613,0613,12,num,three_rule_comb4,53.0,[0 9 9],0 9 9],1,1.0 +0613,0613,12,num,three_rule_comb4,54.0,[3 4 7],3 4 7],1,1.0 +0613,0613,12,num,three_rule_comb4,55.0,[4 7 6],4 6 6],0,1.0 +0613,0613,12,num,three_rule_comb4,56.0,[7 5 5],7 8 5],0,1.0 +0613,0613,12,num,three_rule_comb4,57.0,[6 7 1],6 4 1],0,1.0 +0613,0613,12,num,three_rule_comb4,58.0,[2 9 9],2 9 9],1,1.0 +0613,0613,12,num,three_rule_comb4,59.0,[5 3 5],5 3 5],1,1.0 +0613,0613,12,num,three_rule_comb4,60.0,[0 8 4],0 5 4],0,1.0 +0613,0613,12,num,three_rule_comb4,61.0,[2 3 8],2 3 8],1,1.0 +0613,0613,12,num,three_rule_comb4,62.0,[8 1 9],8 1 9],1,1.0 +0613,0613,12,num,three_rule_comb4,63.0,[0 7 4],0 0 4],0,1.0 +0613,0613,12,num,three_rule_comb4,64.0,[5 9 2],5 9 4],0,1.0 +0613,0613,12,num,three_rule_comb4,65.0,[6 6 2],6 5 2],0,1.0 +0613,0613,12,num,three_rule_comb4,66.0,[8 0 0],8 0 6],0,1.0 +0613,0613,12,num,three_rule_comb4,67.0,[6 9 9],2 9 9],0,1.0 +0613,0613,12,num,three_rule_comb4,68.0,[0 9 4],0 2 4],0,1.0 +0613,0613,12,num,three_rule_comb4,69.0,[5 8 6],5 8 3],0,1.0 +0613,0613,12,num,three_rule_comb4,70.0,[0 3 5],0 3 0],0,1.0 +0613,0613,12,num,three_rule_comb4,71.0,[3 2 8],3 2 1],0,1.0 +0613,0613,12,num,three_rule_comb4,72.0,[7 7 4],7 7 4],1,1.0 +0613,0613,12,num,three_rule_comb4,73.0,[1 7 2],1 7 2],1,1.0 +0613,0613,12,num,three_rule_comb4,74.0,[0 7 5],0 7 5],1,1.0 +0613,0613,12,num,three_rule_comb4,75.0,[0 3 3],0 3 3],1,1.0 +0613,0613,12,num,three_rule_comb4,76.0,[5 9 5],5 9 5],1,1.0 +0613,0613,12,num,three_rule_comb4,77.0,[8 2 9],8 9 9],0,1.0 +0613,0613,12,num,three_rule_comb4,78.0,[5 1 1],5 1 1],1,1.0 +0613,0613,12,num,three_rule_comb4,79.0,[6 7 5],6 7 6],0,1.0 +0613,0613,12,num,three_rule_comb4,80.0,[4 4 0],4 1 0],0,1.0 +0613,0613,12,num,three_rule_comb4,81.0,[8 4 7],8 4 7],1,1.0 +0613,0613,12,num,three_rule_comb4,82.0,[9 0 2],9 0 5],0,1.0 +0613,0613,12,num,three_rule_comb4,83.0,[5 3 9],5 1 9],0,1.0 +0613,0613,12,num,three_rule_comb4,84.0,[4 2 8],4 5 8],0,1.0 +0613,0613,12,num,three_rule_comb4,85.0,[8 2 4],8 2 4],1,1.0 +0613,0613,12,num,three_rule_comb4,86.0,[2 8 8],2 8 8],1,1.0 +0613,0613,12,num,three_rule_comb4,87.0,[3 6 5],4 6 5],0,1.0 +0613,0613,12,num,three_rule_comb4,88.0,[8 7 5],8 7 8],0,1.0 +0613,0613,12,num,three_rule_comb4,89.0,[9 9 5],9 9 5],1,1.0 +0613,0613,12,num,three_rule_comb4,90.0,[8 6 2],8 6 2],1,1.0 +0613,0613,12,num,three_rule_comb4,91.0,[5 6 1],5 6 1],1,1.0 +0613,0613,12,num,three_rule_comb4,92.0,[2 9 4],2 3 4],0,1.0 +0613,0613,12,num,three_rule_comb4,93.0,[4 9 6],None,0,1.0 +0613,0613,12,num,three_rule_comb4,94.0,[5 4 5],5 4 5],1,1.0 +0613,0613,12,num,three_rule_comb4,95.0,[7 2 6],7 2 6],1,1.0 +0613,0613,12,num,three_rule_comb4,96.0,[5 1 7],5 1 2],0,1.0 +0613,0613,12,num,three_rule_comb4,97.0,[5 1 1],2 1 1],0,1.0 +0613,0613,12,num,three_rule_comb4,98.0,[0 7 8],0 7 3],0,1.0 +0613,0613,12,num,three_rule_comb4,99.0,[4 0 9],4 0 0],0,1.0 +0613,0613,12,num,three_rule_comb5,0.0,[5 0 7],5 0 7],1,1.0 +0613,0613,12,num,three_rule_comb5,1.0,[3 3 1],3 3 1],1,1.0 +0613,0613,12,num,three_rule_comb5,2.0,[5 3 1],5 3 1],1,1.0 +0613,0613,12,num,three_rule_comb5,3.0,[5 9 2],5 9 2],1,1.0 +0613,0613,12,num,three_rule_comb5,4.0,[0 2 4],0 2 4],1,1.0 +0613,0613,12,num,three_rule_comb5,5.0,[9 2 8],9 2 8],1,1.0 +0613,0613,12,num,three_rule_comb5,6.0,[2 8 7],2 8 7],1,1.0 +0613,0613,12,num,three_rule_comb5,7.0,[8 4 5],8 4 5],1,1.0 +0613,0613,12,num,three_rule_comb5,8.0,[7 4 7],7 4 7],1,1.0 +0613,0613,12,num,three_rule_comb5,9.0,[6 1 5],6 1 5],1,1.0 +0613,0613,12,num,three_rule_comb5,10.0,[5 5 6],5 5 6],1,1.0 +0613,0613,12,num,three_rule_comb5,11.0,[2 4 8],2 4 8],1,1.0 +0613,0613,12,num,three_rule_comb5,12.0,[0 6 0],0 6 0],1,1.0 +0613,0613,12,num,three_rule_comb5,13.0,[9 4 0],9 4 0],1,1.0 +0613,0613,12,num,three_rule_comb5,14.0,[6 3 2],6 3 2],1,1.0 +0613,0613,12,num,three_rule_comb5,15.0,[0 9 8],0 9 8],1,1.0 +0613,0613,12,num,three_rule_comb5,16.0,[7 5 6],7 5 6],1,1.0 +0613,0613,12,num,three_rule_comb5,17.0,[0 1 7],0 1 7],1,1.0 +0613,0613,12,num,three_rule_comb5,18.0,[1 4 1],1 4 1],1,1.0 +0613,0613,12,num,three_rule_comb5,19.0,[0 1 0],0 1 0],1,1.0 +0613,0613,12,num,three_rule_comb5,20.0,[4 4 9],4 4 9],1,1.0 +0613,0613,12,num,three_rule_comb5,21.0,[1 7 4],1 7 4],1,1.0 +0613,0613,12,num,three_rule_comb5,22.0,[9 4 4],9 4 4],1,1.0 +0613,0613,12,num,three_rule_comb5,23.0,[5 4 0],5 4 0],1,1.0 +0613,0613,12,num,three_rule_comb5,24.0,[6 0 4],6 0 4],1,1.0 +0613,0613,12,num,three_rule_comb5,25.0,[8 6 1],8 6 1],1,1.0 +0613,0613,12,num,three_rule_comb5,26.0,[7 4 8],7 4 8],1,1.0 +0613,0613,12,num,three_rule_comb5,27.0,[9 3 6],9 3 6],1,1.0 +0613,0613,12,num,three_rule_comb5,28.0,[4 8 3],4 8 3],1,1.0 +0613,0613,12,num,three_rule_comb5,29.0,[9 8 0],9 8 0],1,1.0 +0613,0613,12,num,three_rule_comb5,30.0,[5 9 5],5 9 5],1,1.0 +0613,0613,12,num,three_rule_comb5,31.0,[5 4 4],5 4 4],1,1.0 +0613,0613,12,num,three_rule_comb5,32.0,[5 5 9],5 5 9],1,1.0 +0613,0613,12,num,three_rule_comb5,33.0,[7 1 8],7 1 8],1,1.0 +0613,0613,12,num,three_rule_comb5,34.0,[4 0 5],4 0 5],1,1.0 +0613,0613,12,num,three_rule_comb5,35.0,[5 9 2],5 9 2],1,1.0 +0613,0613,12,num,three_rule_comb5,36.0,[1 2 2],1 2 2],1,1.0 +0613,0613,12,num,three_rule_comb5,37.0,[5 2 7],5 2 7],1,1.0 +0613,0613,12,num,three_rule_comb5,38.0,[3 9 1],3 9 1],1,1.0 +0613,0613,12,num,three_rule_comb5,39.0,[3 8 9],3 8 9],1,1.0 +0613,0613,12,num,three_rule_comb5,40.0,[0 0 0],0 0 0],1,1.0 +0613,0613,12,num,three_rule_comb5,41.0,[7 0 3],7 0 3],1,1.0 +0613,0613,12,num,three_rule_comb5,42.0,[3 6 8],3 6 8],1,1.0 +0613,0613,12,num,three_rule_comb5,43.0,[5 1 0],5 1 0],1,1.0 +0613,0613,12,num,three_rule_comb5,44.0,[6 4 9],None,0,1.0 +0613,0613,12,num,three_rule_comb5,45.0,[5 3 0],5 3 0],1,1.0 +0613,0613,12,num,three_rule_comb5,46.0,[3 3 8],3 3 8],1,1.0 +0613,0613,12,num,three_rule_comb5,47.0,[9 9 8],9 9 8],1,1.0 +0613,0613,12,num,three_rule_comb5,48.0,[5 3 4],5 3 4],1,1.0 +0613,0613,12,num,three_rule_comb5,49.0,[3 4 9],3 4 9],1,1.0 +0613,0613,12,num,three_rule_comb5,50.0,[2 1 7],2 1 7],1,1.0 +0613,0613,12,num,three_rule_comb5,51.0,[2 2 5],2 2 5],1,1.0 +0613,0613,12,num,three_rule_comb5,52.0,[1 4 9],1 4 9],1,1.0 +0613,0613,12,num,three_rule_comb5,53.0,[1 5 9],1 5 9],1,1.0 +0613,0613,12,num,three_rule_comb5,54.0,[0 8 8],0 8 8],1,1.0 +0613,0613,12,num,three_rule_comb5,55.0,[0 5 9],0 5 9],1,1.0 +0613,0613,12,num,three_rule_comb5,56.0,[0 6 2],0 6 2],1,1.0 +0613,0613,12,num,three_rule_comb5,57.0,[4 3 1],4 3 1],1,1.0 +0613,0613,12,num,three_rule_comb5,58.0,[0 6 9],0 6 9],1,1.0 +0613,0613,12,num,three_rule_comb5,59.0,[8 7 0],8 7 0],1,1.0 +0613,0613,12,num,three_rule_comb5,60.0,[1 4 7],1 4 7],1,1.0 +0613,0613,12,num,three_rule_comb5,61.0,[7 4 1],7 4 1],1,1.0 +0613,0613,12,num,three_rule_comb5,62.0,[4 0 4],4 0 4],1,1.0 +0613,0613,12,num,three_rule_comb5,63.0,[9 0 1],9 0 1],1,1.0 +0613,0613,12,num,three_rule_comb5,64.0,[7 0 8],7 0 8],1,1.0 +0613,0613,12,num,three_rule_comb5,65.0,[3 4 8],3 4 8],1,1.0 +0613,0613,12,num,three_rule_comb5,66.0,[9 1 0],9 1 0],1,1.0 +0613,0613,12,num,three_rule_comb5,67.0,[1 1 5],1 1 5],1,1.0 +0613,0613,12,num,three_rule_comb5,68.0,[3 5 3],3 5 3],1,1.0 +0613,0613,12,num,three_rule_comb5,69.0,[3 4 4],3 4 4],1,1.0 +0613,0613,12,num,three_rule_comb5,70.0,[3 2 5],3 2 5],1,1.0 +0613,0613,12,num,three_rule_comb5,71.0,[0 5 5],0 5 5],1,1.0 +0613,0613,12,num,three_rule_comb5,72.0,[5 9 7],5 9 7],1,1.0 +0613,0613,12,num,three_rule_comb5,73.0,[9 9 3],9 9 3],1,1.0 +0613,0613,12,num,three_rule_comb5,74.0,[8 4 5],8 4 5],1,1.0 +0613,0613,12,num,three_rule_comb5,75.0,[3 5 8],3 5 8],1,1.0 +0613,0613,12,num,three_rule_comb5,76.0,[4 3 3],4 3 3],1,1.0 +0613,0613,12,num,three_rule_comb5,77.0,[8 0 6],8 0 6],1,1.0 +0613,0613,12,num,three_rule_comb5,78.0,[8 6 7],8 6 7],1,1.0 +0613,0613,12,num,three_rule_comb5,79.0,[9 1 0],9 1 0],1,1.0 +0613,0613,12,num,three_rule_comb5,80.0,[0 9 5],0 9 5],1,1.0 +0613,0613,12,num,three_rule_comb5,81.0,[4 3 2],4 3 2],1,1.0 +0613,0613,12,num,three_rule_comb5,82.0,[2 8 6],2 8 6],1,1.0 +0613,0613,12,num,three_rule_comb5,83.0,[1 7 6],1 7 6],1,1.0 +0613,0613,12,num,three_rule_comb5,84.0,[9 0 9],9 0 9],1,1.0 +0613,0613,12,num,three_rule_comb5,85.0,[5 0 5],5 0 5],1,1.0 +0613,0613,12,num,three_rule_comb5,86.0,[1 0 7],1 8 4],0,1.0 +0613,0613,12,num,three_rule_comb5,87.0,[8 4 8],8 4 8],1,1.0 +0613,0613,12,num,three_rule_comb5,88.0,[9 2 7],None,0,1.0 +0613,0613,12,num,three_rule_comb5,89.0,[0 2 5],0 2 5],1,1.0 +0613,0613,12,num,three_rule_comb5,90.0,[7 5 2],7 5 2],1,1.0 +0613,0613,12,num,three_rule_comb5,91.0,[0 8 2],0 8 2],1,1.0 +0613,0613,12,num,three_rule_comb5,92.0,[1 0 9],1 0 9],1,1.0 +0613,0613,12,num,three_rule_comb5,93.0,[0 1 8],0 1 8],1,1.0 +0613,0613,12,num,three_rule_comb5,94.0,[3 4 1],3 4 1],1,1.0 +0613,0613,12,num,three_rule_comb5,95.0,[4 9 2],4 9 2],1,1.0 +0613,0613,12,num,three_rule_comb5,96.0,[9 9 5],9 9 5],1,1.0 +0613,0613,12,num,three_rule_comb5,97.0,[8 9 1],8 9 1],1,1.0 +0613,0613,12,num,three_rule_comb5,98.0,[4 2 4],4 2 4],1,1.0 +0613,0613,12,num,three_rule_comb5,99.0,[4 6 4],4 6 4],1,1.0 +0613,0613,12,num,three_rule_comb6,0.0,[0 1 6],0 1 6],1,1.0 +0613,0613,12,num,three_rule_comb6,1.0,[7 1 9],7 1 9],1,1.0 +0613,0613,12,num,three_rule_comb6,2.0,[1 0 2],1 0 2],1,1.0 +0613,0613,12,num,three_rule_comb6,3.0,[3 1 9],3 1 9],1,1.0 +0613,0613,12,num,three_rule_comb6,4.0,[2 5 3],2 5 3],1,1.0 +0613,0613,12,num,three_rule_comb6,5.0,[2 0 9],2 0 9],1,1.0 +0613,0613,12,num,three_rule_comb6,6.0,[5 0 9],5 0 9],1,1.0 +0613,0613,12,num,three_rule_comb6,7.0,[6 2 7],6 2 7],1,1.0 +0613,0613,12,num,three_rule_comb6,8.0,[4 9 1],4 9 1],1,1.0 +0613,0613,12,num,three_rule_comb6,9.0,[5 5 1],5 5 1],1,1.0 +0613,0613,12,num,three_rule_comb6,10.0,[3 1 8],3 1 8],1,1.0 +0613,0613,12,num,three_rule_comb6,11.0,[0 5 9],9 9 3],0,1.0 +0613,0613,12,num,three_rule_comb6,12.0,[7 1 1],7 1 1],1,1.0 +0613,0613,12,num,three_rule_comb6,13.0,[9 1 4],9 1 4],1,1.0 +0613,0613,12,num,three_rule_comb6,14.0,[4 2 9],4 2 9],1,1.0 +0613,0613,12,num,three_rule_comb6,15.0,[9 0 8],9 1 7],0,1.0 +0613,0613,12,num,three_rule_comb6,16.0,[0 5 4],0 5 4],1,1.0 +0613,0613,12,num,three_rule_comb6,17.0,[4 5 9],4 5 9],1,1.0 +0613,0613,12,num,three_rule_comb6,18.0,[6 9 5],6 9 5],1,1.0 +0613,0613,12,num,three_rule_comb6,19.0,[6 7 2],6 7 2],1,1.0 +0613,0613,12,num,three_rule_comb6,20.0,[9 4 9],9 4 9],1,1.0 +0613,0613,12,num,three_rule_comb6,21.0,[6 9 8],6 6 8],0,1.0 +0613,0613,12,num,three_rule_comb6,22.0,[8 3 9],8 3 9],1,1.0 +0613,0613,12,num,three_rule_comb6,23.0,[9 9 5],9 9 5],1,1.0 +0613,0613,12,num,three_rule_comb6,24.0,[7 6 7],7 6 7],1,1.0 +0613,0613,12,num,three_rule_comb6,25.0,[4 8 8],4 8 8],1,1.0 +0613,0613,12,num,three_rule_comb6,26.0,[0 7 8],2 7 6],0,1.0 +0613,0613,12,num,three_rule_comb6,27.0,[1 4 3],1 4 3],1,1.0 +0613,0613,12,num,three_rule_comb6,28.0,[6 4 6],6 4 6],1,1.0 +0613,0613,12,num,three_rule_comb6,29.0,[1 2 4],1 2 4],1,1.0 +0613,0613,12,num,three_rule_comb6,30.0,[8 9 3],8 9 3],1,1.0 +0613,0613,12,num,three_rule_comb6,31.0,[5 1 8],5 1 8],1,1.0 +0613,0613,12,num,three_rule_comb6,32.0,[4 0 4],4 0 4],1,1.0 +0613,0613,12,num,three_rule_comb6,33.0,[8 4 1],8 4 1],1,1.0 +0613,0613,12,num,three_rule_comb6,34.0,[9 5 3],9 5 3],1,1.0 +0613,0613,12,num,three_rule_comb6,35.0,[7 2 1],7 2 1],1,1.0 +0613,0613,12,num,three_rule_comb6,36.0,[3 4 2],3 4 2],1,1.0 +0613,0613,12,num,three_rule_comb6,37.0,[0 5 0],0 5 0],1,1.0 +0613,0613,12,num,three_rule_comb6,38.0,[1 1 2],1 1 2],1,1.0 +0613,0613,12,num,three_rule_comb6,39.0,[2 5 3],2 5 3],1,1.0 +0613,0613,12,num,three_rule_comb6,40.0,[8 7 5],8 5 8],0,1.0 +0613,0613,12,num,three_rule_comb6,41.0,[5 8 5],5 8 5],1,1.0 +0613,0613,12,num,three_rule_comb6,42.0,[2 2 4],2 2 4],1,1.0 +0613,0613,12,num,three_rule_comb6,43.0,[0 9 1],0 9 1],1,1.0 +0613,0613,12,num,three_rule_comb6,44.0,[9 6 5],None,0,1.0 +0613,0613,12,num,three_rule_comb6,45.0,[0 3 1],0 3 1],1,1.0 +0613,0613,12,num,three_rule_comb6,46.0,[0 0 3],0 0 3],1,1.0 +0613,0613,12,num,three_rule_comb6,47.0,[9 5 6],None,0,1.0 +0613,0613,12,num,three_rule_comb6,48.0,[9 7 3],2 4 3],0,1.0 +0613,0613,12,num,three_rule_comb6,49.0,[8 6 0],8 6 0],1,1.0 +0613,0613,12,num,three_rule_comb6,50.0,[0 1 6],0 1 6],1,1.0 +0613,0613,12,num,three_rule_comb6,51.0,[4 1 2],4 1 2],1,1.0 +0613,0613,12,num,three_rule_comb6,52.0,[8 9 3],8 9 3],1,1.0 +0613,0613,12,num,three_rule_comb6,53.0,[9 0 5],9 0 5],1,1.0 +0613,0613,12,num,three_rule_comb6,54.0,[4 4 6],4 4 6],1,1.0 +0613,0613,12,num,three_rule_comb6,55.0,[6 2 9],6 2 9],1,1.0 +0613,0613,12,num,three_rule_comb6,56.0,[4 8 1],4 8 1],1,1.0 +0613,0613,12,num,three_rule_comb6,57.0,[2 6 8],2 6 8],1,1.0 +0613,0613,12,num,three_rule_comb6,58.0,[2 5 6],2 5 6],1,1.0 +0613,0613,12,num,three_rule_comb6,59.0,[5 5 1],5 5 1],1,1.0 +0613,0613,12,num,three_rule_comb6,60.0,[8 1 3],8 1 3],1,1.0 +0613,0613,12,num,three_rule_comb6,61.0,[2 6 3],2 6 3],1,1.0 +0613,0613,12,num,three_rule_comb6,62.0,[0 5 4],0 5 4],1,1.0 +0613,0613,12,num,three_rule_comb6,63.0,[6 8 3],6 8 3],1,1.0 +0613,0613,12,num,three_rule_comb6,64.0,[6 3 1],6 3 1],1,1.0 +0613,0613,12,num,three_rule_comb6,65.0,[1 3 6],1 3 6],1,1.0 +0613,0613,12,num,three_rule_comb6,66.0,[6 1 6],6 1 6],1,1.0 +0613,0613,12,num,three_rule_comb6,67.0,[6 8 9],None,0,1.0 +0613,0613,12,num,three_rule_comb6,68.0,[4 1 9],4 1 9],1,1.0 +0613,0613,12,num,three_rule_comb6,69.0,[6 9 2],6 9 2],1,1.0 +0613,0613,12,num,three_rule_comb6,70.0,[1 3 5],1 3 5],1,1.0 +0613,0613,12,num,three_rule_comb6,71.0,[2 0 3],2 0 3],1,1.0 +0613,0613,12,num,three_rule_comb6,72.0,[0 4 7],0 4 7],1,1.0 +0613,0613,12,num,three_rule_comb6,73.0,[1 6 6],1 6 6],1,1.0 +0613,0613,12,num,three_rule_comb6,74.0,[3 2 6],3 2 6],1,1.0 +0613,0613,12,num,three_rule_comb6,75.0,[3 4 7],3 4 7],1,1.0 +0613,0613,12,num,three_rule_comb6,76.0,[8 0 7],8 0 7],1,1.0 +0613,0613,12,num,three_rule_comb6,77.0,[9 3 6],None,0,1.0 +0613,0613,12,num,three_rule_comb6,78.0,[6 0 8],6 0 8],1,1.0 +0613,0613,12,num,three_rule_comb6,79.0,[6 0 0],6 0 0],1,1.0 +0613,0613,12,num,three_rule_comb6,80.0,[3 6 3],3 6 3],1,1.0 +0613,0613,12,num,three_rule_comb6,81.0,[1 5 0],1 5 0],1,1.0 +0613,0613,12,num,three_rule_comb6,82.0,[1 4 5],1 4 5],1,1.0 +0613,0613,12,num,three_rule_comb6,83.0,[4 9 3],4 4 3],0,1.0 +0613,0613,12,num,three_rule_comb6,84.0,[8 7 0],8 7 0],1,1.0 +0613,0613,12,num,three_rule_comb6,85.0,[1 3 9],1 3 9],1,1.0 +0613,0613,12,num,three_rule_comb6,86.0,[4 7 6],4 7 6],1,1.0 +0613,0613,12,num,three_rule_comb6,87.0,[1 4 8],1 4 8],1,1.0 +0613,0613,12,num,three_rule_comb6,88.0,[0 5 8],0 5 8],1,1.0 +0613,0613,12,num,three_rule_comb6,89.0,[8 3 9],8 3 9],1,1.0 +0613,0613,12,num,three_rule_comb6,90.0,[5 1 2],5 1 2],1,1.0 +0613,0613,12,num,three_rule_comb6,91.0,[7 6 9],7 6 9],1,1.0 +0613,0613,12,num,three_rule_comb6,92.0,[3 7 9],3 7 9],1,1.0 +0613,0613,12,num,three_rule_comb6,93.0,[9 8 1],9 8 1],1,1.0 +0613,0613,12,num,three_rule_comb6,94.0,[4 9 4],4 9 4],1,1.0 +0613,0613,12,num,three_rule_comb6,95.0,[4 7 8],4 8 4],0,1.0 +0613,0613,12,num,three_rule_comb6,96.0,[3 7 7],3 7 3],0,1.0 +0613,0613,12,num,three_rule_comb6,97.0,[8 1 6],8 1 6],1,1.0 +0613,0613,12,num,three_rule_comb6,98.0,[7 3 5],2 3 5],0,1.0 +0613,0613,12,num,three_rule_comb6,99.0,[5 6 8],5 6 8],1,1.0 +0613,0613,12,num,three_rule_comb7,0.0,[5 4 8],5 4 8],1,1.0 +0613,0613,12,num,three_rule_comb7,1.0,[3 1 8],3 1 8],1,1.0 +0613,0613,12,num,three_rule_comb7,2.0,[4 7 9],4 7 9],1,1.0 +0613,0613,12,num,three_rule_comb7,3.0,[4 8 5],4 8 5],1,1.0 +0613,0613,12,num,three_rule_comb7,4.0,[7 5 2],7 9 8],0,1.0 +0613,0613,12,num,three_rule_comb7,5.0,[9 3 9],9 3 6],0,1.0 +0613,0613,12,num,three_rule_comb7,6.0,[5 1 5],5 2 7],0,1.0 +0613,0613,12,num,three_rule_comb7,7.0,[2 9 0],2 3 1],0,1.0 +0613,0613,12,num,three_rule_comb7,8.0,[2 2 3],2 2 6],0,1.0 +0613,0613,12,num,three_rule_comb7,9.0,[6 2 8],6 2 8],1,1.0 +0613,0613,12,num,three_rule_comb7,10.0,[5 1 4],5 1 7],0,1.0 +0613,0613,12,num,three_rule_comb7,11.0,[2 6 1],2 6 1],1,1.0 +0613,0613,12,num,three_rule_comb7,12.0,[4 4 4],4 4 4],1,1.0 +0613,0613,12,num,three_rule_comb7,13.0,[4 4 0],4 4 3],0,1.0 +0613,0613,12,num,three_rule_comb7,14.0,[7 7 4],7 4 4],0,1.0 +0613,0613,12,num,three_rule_comb7,15.0,[3 0 0],3 3 0],0,1.0 +0613,0613,12,num,three_rule_comb7,16.0,[8 8 0],8 8 3],0,1.0 +0613,0613,12,num,three_rule_comb7,17.0,[8 1 4],8 4 4],0,1.0 +0613,0613,12,num,three_rule_comb7,18.0,[6 2 6],6 5 6],0,1.0 +0613,0613,12,num,three_rule_comb7,19.0,[1 3 9],1 3 8],0,1.0 +0613,0613,12,num,three_rule_comb7,20.0,[5 6 5],5 6 5],1,1.0 +0613,0613,12,num,three_rule_comb7,21.0,[1 4 3],1 4 3],1,1.0 +0613,0613,12,num,three_rule_comb7,22.0,[6 4 1],6 4 3],0,1.0 +0613,0613,12,num,three_rule_comb7,23.0,[8 0 3],8 0 6],0,1.0 +0613,0613,12,num,three_rule_comb7,24.0,[8 4 1],8 4 1],1,1.0 +0613,0613,12,num,three_rule_comb7,25.0,[5 3 4],5 3 1],0,1.0 +0613,0613,12,num,three_rule_comb7,26.0,[4 8 6],4 8 6],1,1.0 +0613,0613,12,num,three_rule_comb7,27.0,[2 1 2],2 1 5],0,1.0 +0613,0613,12,num,three_rule_comb7,28.0,[9 8 9],9 8 1],0,1.0 +0613,0613,12,num,three_rule_comb7,29.0,[0 2 9],0 2 9],1,1.0 +0613,0613,12,num,three_rule_comb7,30.0,[9 9 9],9 3 9],0,1.0 +0613,0613,12,num,three_rule_comb7,31.0,[6 1 9],6 7 9],0,1.0 +0613,0613,12,num,three_rule_comb7,32.0,[4 5 9],4 5 7],0,1.0 +0613,0613,12,num,three_rule_comb7,33.0,[3 5 1],7 5 3],0,1.0 +0613,0613,12,num,three_rule_comb7,34.0,[6 5 4],6 5 7],0,1.0 +0613,0613,12,num,three_rule_comb7,35.0,[2 3 1],2 3 7],0,1.0 +0613,0613,12,num,three_rule_comb7,36.0,[6 1 5],6 1 8],0,1.0 +0613,0613,12,num,three_rule_comb7,37.0,[1 4 7],1 4 2],0,1.0 +0613,0613,12,num,three_rule_comb7,38.0,[5 4 5],5 4 5],1,1.0 +0613,0613,12,num,three_rule_comb7,39.0,[0 2 4],0 2 4],1,1.0 +0613,0613,12,num,three_rule_comb7,40.0,[5 9 4],5 9 4],1,1.0 +0613,0613,12,num,three_rule_comb7,41.0,[2 2 1],2 12 10],0,1.0 +0613,0613,12,num,three_rule_comb7,42.0,[2 4 3],2 7 3],0,1.0 +0613,0613,12,num,three_rule_comb7,43.0,[8 1 7],8 1 1],0,1.0 +0613,0613,12,num,three_rule_comb7,44.0,[8 7 2],8 7 2],1,1.0 +0613,0613,12,num,three_rule_comb7,45.0,[3 9 2],3 9 2],1,1.0 +0613,0613,12,num,three_rule_comb7,46.0,[9 7 5],None,0,1.0 +0613,0613,12,num,three_rule_comb7,47.0,[0 4 3],0 8 3],0,1.0 +0613,0613,12,num,three_rule_comb7,48.0,[5 6 2],5 6 3],0,1.0 +0613,0613,12,num,three_rule_comb7,49.0,[4 0 9],4 0 9],1,1.0 +0613,0613,12,num,three_rule_comb7,50.0,[3 1 7],3 7 7],0,1.0 +0613,0613,12,num,three_rule_comb7,51.0,[8 8 5],8 4 3],0,1.0 +0613,0613,12,num,three_rule_comb7,52.0,[2 9 1],2 9 9],0,1.0 +0613,0613,12,num,three_rule_comb7,53.0,[3 8 0],3 8 3],0,1.0 +0613,0613,12,num,three_rule_comb7,54.0,[6 0 0],5 0 0],0,1.0 +0613,0613,12,num,three_rule_comb7,55.0,[1 6 0],8 9 0],0,1.0 +0613,0613,12,num,three_rule_comb7,56.0,[9 4 0],9 4 4],0,1.0 +0613,0613,12,num,three_rule_comb7,57.0,[7 0 7],7 0 7],1,1.0 +0613,0613,12,num,three_rule_comb7,58.0,[9 3 5],None,0,1.0 +0613,0613,12,num,three_rule_comb7,59.0,[3 4 4],3 4 4],1,1.0 +0613,0613,12,num,three_rule_comb7,60.0,[8 1 9],8 1 9],1,1.0 +0613,0613,12,num,three_rule_comb7,61.0,[5 1 3],5 1 6],0,1.0 +0613,0613,12,num,three_rule_comb7,62.0,[4 8 7],4 9 7],0,1.0 +0613,0613,12,num,three_rule_comb7,63.0,[5 0 5],5 3 5],0,1.0 +0613,0613,12,num,three_rule_comb7,64.0,[5 1 6],5 1 6],1,1.0 +0613,0613,12,num,three_rule_comb7,65.0,[8 4 4],8 8 4],0,1.0 +0613,0613,12,num,three_rule_comb7,66.0,[9 2 3],9 3 3],0,1.0 +0613,0613,12,num,three_rule_comb7,67.0,[4 6 7],4 6 7],1,1.0 +0613,0613,12,num,three_rule_comb7,68.0,[5 3 0],5 3 0],1,1.0 +0613,0613,12,num,three_rule_comb7,69.0,[5 4 9],5 4 9],1,1.0 +0613,0613,12,num,three_rule_comb7,70.0,[4 6 6],4 6 6],1,1.0 +0613,0613,12,num,three_rule_comb7,71.0,[6 6 1],6 2 1],0,1.0 +0613,0613,12,num,three_rule_comb7,72.0,[4 0 8],4 0 8],1,1.0 +0613,0613,12,num,three_rule_comb7,73.0,[1 9 7],1 1 7],0,1.0 +0613,0613,12,num,three_rule_comb7,74.0,[5 4 6],5 4 6],1,1.0 +0613,0613,12,num,three_rule_comb7,75.0,[9 2 9],9 10 9],0,1.0 +0613,0613,12,num,three_rule_comb7,76.0,[8 5 7],8 8 7],0,1.0 +0613,0613,12,num,three_rule_comb7,77.0,[1 8 1],1 8 1],1,1.0 +0613,0613,12,num,three_rule_comb7,78.0,[5 7 5],5 8 5],0,1.0 +0613,0613,12,num,three_rule_comb7,79.0,[6 0 7],6 0 7],1,1.0 +0613,0613,12,num,three_rule_comb7,80.0,[0 7 2],0 5 7],0,1.0 +0613,0613,12,num,three_rule_comb7,81.0,[2 5 9],2 5 7],0,1.0 +0613,0613,12,num,three_rule_comb7,82.0,[1 9 9],1 9 9],1,1.0 +0613,0613,12,num,three_rule_comb7,83.0,[2 4 4],2 4 4],1,1.0 +0613,0613,12,num,three_rule_comb7,84.0,[8 6 4],8 6 4],1,1.0 +0613,0613,12,num,three_rule_comb7,85.0,[8 5 5],8 5 5],1,1.0 +0613,0613,12,num,three_rule_comb7,86.0,[6 0 9],None,0,1.0 +0613,0613,12,num,three_rule_comb7,87.0,[1 5 6],5 5 3],0,1.0 +0613,0613,12,num,three_rule_comb7,88.0,[8 4 1],8 7 2],0,1.0 +0613,0613,12,num,three_rule_comb7,89.0,[6 7 0],6 4 0],0,1.0 +0613,0613,12,num,three_rule_comb7,90.0,[8 6 1],8 6 1],1,1.0 +0613,0613,12,num,three_rule_comb7,91.0,[4 1 4],4 1 7],0,1.0 +0613,0613,12,num,three_rule_comb7,92.0,[6 6 4],None,0,1.0 +0613,0613,12,num,three_rule_comb7,93.0,[6 9 6],None,0,1.0 +0613,0613,12,num,three_rule_comb7,94.0,[1 3 5],1 3 5],1,1.0 +0613,0613,12,num,three_rule_comb7,95.0,[1 5 2],5 5 4],0,1.0 +0613,0613,12,num,three_rule_comb7,96.0,[2 4 6],2 4 3],0,1.0 +0613,0613,12,num,three_rule_comb7,97.0,[0 3 0],0 3 5],0,1.0 +0613,0613,12,num,three_rule_comb7,98.0,[8 3 0],8 6 5],0,1.0 +0613,0613,12,num,three_rule_comb7,99.0,[8 9 3],8 6 3],0,1.0 +0613,0613,12,num,three_rule_comb8,0.0,[8 1 2],8 1 2],1,1.0 +0613,0613,12,num,three_rule_comb8,1.0,[5 5 5],5 5 3],0,1.0 +0613,0613,12,num,three_rule_comb8,2.0,[3 0 8],3 0 8],1,1.0 +0613,0613,12,num,three_rule_comb8,3.0,[7 5 9],7 5 8],0,1.0 +0613,0613,12,num,three_rule_comb8,4.0,[9 4 8],9 4 8],1,1.0 +0613,0613,12,num,three_rule_comb8,5.0,[5 3 8],5 3 8],1,1.0 +0613,0613,12,num,three_rule_comb8,6.0,[4 6 1],4 6 1],1,1.0 +0613,0613,12,num,three_rule_comb8,7.0,[8 3 0],8 2 0],0,1.0 +0613,0613,12,num,three_rule_comb8,8.0,[7 0 6],7 3 3],0,1.0 +0613,0613,12,num,three_rule_comb8,9.0,[0 7 0],0 7 4],0,1.0 +0613,0613,12,num,three_rule_comb8,10.0,[3 5 6],16 5 6],0,1.0 +0613,0613,12,num,three_rule_comb8,11.0,[0 4 5],0 5 5],0,1.0 +0613,0613,12,num,three_rule_comb8,12.0,[6 6 4],6 3 4],0,1.0 +0613,0613,12,num,three_rule_comb8,13.0,[1 9 8],1 9 5],0,1.0 +0613,0613,12,num,three_rule_comb8,14.0,[0 7 1],0 7 1],1,1.0 +0613,0613,12,num,three_rule_comb8,15.0,[3 8 3],3 8 3],1,1.0 +0613,0613,12,num,three_rule_comb8,16.0,[4 6 7],4 6 7],1,1.0 +0613,0613,12,num,three_rule_comb8,17.0,[2 8 4],2 5 7],0,1.0 +0613,0613,12,num,three_rule_comb8,18.0,[1 5 5],1 5 5],1,1.0 +0613,0613,12,num,three_rule_comb8,19.0,[0 7 5],0 7 5],1,1.0 +0613,0613,12,num,three_rule_comb8,20.0,[4 1 9],4 8 9],0,1.0 +0613,0613,12,num,three_rule_comb8,21.0,[0 9 4],0 9 2],0,1.0 +0613,0613,12,num,three_rule_comb8,22.0,[8 4 2],8 4 2],1,1.0 +0613,0613,12,num,three_rule_comb8,23.0,[9 4 8],9 5 8],0,1.0 +0613,0613,12,num,three_rule_comb8,24.0,[5 3 0],5 7 8],0,1.0 +0613,0613,12,num,three_rule_comb8,25.0,[0 5 8],0 6 8],0,1.0 +0613,0613,12,num,three_rule_comb8,26.0,[8 8 5],8 9 5],0,1.0 +0613,0613,12,num,three_rule_comb8,27.0,[0 5 8],0 5 8],1,1.0 +0613,0613,12,num,three_rule_comb8,28.0,[4 5 3],4 3 3],0,1.0 +0613,0613,12,num,three_rule_comb8,29.0,[4 5 6],4 5 6],1,1.0 +0613,0613,12,num,three_rule_comb8,30.0,[6 6 0],6 8 0],0,1.0 +0613,0613,12,num,three_rule_comb8,31.0,[7 5 7],7 5 4],0,1.0 +0613,0613,12,num,three_rule_comb8,32.0,[4 0 8],4 0 8],1,1.0 +0613,0613,12,num,three_rule_comb8,33.0,[3 0 2],3 5 2],0,1.0 +0613,0613,12,num,three_rule_comb8,34.0,[6 8 5],6 8 5],1,1.0 +0613,0613,12,num,three_rule_comb8,35.0,[9 0 9],9 0 9],1,1.0 +0613,0613,12,num,three_rule_comb8,36.0,[7 4 6],7 4 6],1,1.0 +0613,0613,12,num,three_rule_comb8,37.0,[7 3 8],7 3 8],1,1.0 +0613,0613,12,num,three_rule_comb8,38.0,[5 0 1],4 0 1],0,1.0 +0613,0613,12,num,three_rule_comb8,39.0,[9 5 0],9 5 0],1,1.0 +0613,0613,12,num,three_rule_comb8,40.0,[4 7 1],4 7 1],1,1.0 +0613,0613,12,num,three_rule_comb8,41.0,[1 6 7],1 4 7],0,1.0 +0613,0613,12,num,three_rule_comb8,42.0,[4 2 5],1 2 5],0,1.0 +0613,0613,12,num,three_rule_comb8,43.0,[6 1 3],6 7 8],0,1.0 +0613,0613,12,num,three_rule_comb8,44.0,[0 9 0],0 9 7],0,1.0 +0613,0613,12,num,three_rule_comb8,45.0,[5 8 4],5 1 4],0,1.0 +0613,0613,12,num,three_rule_comb8,46.0,[9 8 0],9 1 0],0,1.0 +0613,0613,12,num,three_rule_comb8,47.0,[3 0 2],3 0 2],1,1.0 +0613,0613,12,num,three_rule_comb8,48.0,[5 1 3],5 1 7],0,1.0 +0613,0613,12,num,three_rule_comb8,49.0,[8 9 5],None,0,1.0 +0613,0613,12,num,three_rule_comb8,50.0,[2 9 0],2 9 0],1,1.0 +0613,0613,12,num,three_rule_comb8,51.0,[1 1 1],1 1 1],1,1.0 +0613,0613,12,num,three_rule_comb8,52.0,[6 4 5],6 4 6],0,1.0 +0613,0613,12,num,three_rule_comb8,53.0,[3 5 7],3 5 4],0,1.0 +0613,0613,12,num,three_rule_comb8,54.0,[7 5 2],7 5 2],1,1.0 +0613,0613,12,num,three_rule_comb8,55.0,[1 6 3],1 6 4],0,1.0 +0613,0613,12,num,three_rule_comb8,56.0,[0 9 1],0 2 1],0,1.0 +0613,0613,12,num,three_rule_comb8,57.0,[5 3 1],5 2 1],0,1.0 +0613,0613,12,num,three_rule_comb8,58.0,[6 2 1],3 2 1],0,1.0 +0613,0613,12,num,three_rule_comb8,59.0,[5 5 0],5 2 0],0,1.0 +0613,0613,12,num,three_rule_comb8,60.0,[1 9 9],1 9 7],0,1.0 +0613,0613,12,num,three_rule_comb8,61.0,[8 8 1],8 10 1],0,1.0 +0613,0613,12,num,three_rule_comb8,62.0,[9 4 2],1 4 2],0,1.0 +0613,0613,12,num,three_rule_comb8,63.0,[1 9 0],1 1 8],0,1.0 +0613,0613,12,num,three_rule_comb8,64.0,[5 9 5],5 9 5],1,1.0 +0613,0613,12,num,three_rule_comb8,65.0,[8 0 5],8 0 2],0,1.0 +0613,0613,12,num,three_rule_comb8,66.0,[5 6 8],5 5 8],0,1.0 +0613,0613,12,num,three_rule_comb8,67.0,[0 5 8],0 5 8],1,1.0 +0613,0613,12,num,three_rule_comb8,68.0,[8 5 7],8 5 7],1,1.0 +0613,0613,12,num,three_rule_comb8,69.0,[1 8 9],1 8 9],1,1.0 +0613,0613,12,num,three_rule_comb8,70.0,[5 2 9],5 7 9],0,1.0 +0613,0613,12,num,three_rule_comb8,71.0,[5 4 2],5 3 2],0,1.0 +0613,0613,12,num,three_rule_comb8,72.0,[8 9 0],8 9 0],1,1.0 +0613,0613,12,num,three_rule_comb8,73.0,[0 3 4],0 16 4],0,1.0 +0613,0613,12,num,three_rule_comb8,74.0,[0 5 1],0 5 1],1,1.0 +0613,0613,12,num,three_rule_comb8,75.0,[4 5 6],4 5 0],0,1.0 +0613,0613,12,num,three_rule_comb8,76.0,[9 3 2],9 6 2],0,1.0 +0613,0613,12,num,three_rule_comb8,77.0,[0 7 4],1 7 4],0,1.0 +0613,0613,12,num,three_rule_comb8,78.0,[8 1 7],8 1 9],0,1.0 +0613,0613,12,num,three_rule_comb8,79.0,[1 9 7],1 9 4],0,1.0 +0613,0613,12,num,three_rule_comb8,80.0,[0 1 8],0 6 8],0,1.0 +0613,0613,12,num,three_rule_comb8,81.0,[9 2 0],9 7 0],0,1.0 +0613,0613,12,num,three_rule_comb8,82.0,[8 8 1],1 8 1],0,1.0 +0613,0613,12,num,three_rule_comb8,83.0,[2 1 8],11 1 8],0,1.0 +0613,0613,12,num,three_rule_comb8,84.0,[3 9 0],None,0,1.0 +0613,0613,12,num,three_rule_comb8,85.0,[3 5 8],3 5 5],0,1.0 +0613,0613,12,num,three_rule_comb8,86.0,[6 1 4],6 1 4],1,1.0 +0613,0613,12,num,three_rule_comb8,87.0,[5 0 2],5 5 2],0,1.0 +0613,0613,12,num,three_rule_comb8,88.0,[8 1 0],8 1 0],1,1.0 +0613,0613,12,num,three_rule_comb8,89.0,[4 9 8],4 9 8],1,1.0 +0613,0613,12,num,three_rule_comb8,90.0,[5 0 2],5 0 2],1,1.0 +0613,0613,12,num,three_rule_comb8,91.0,[0 3 2],0 3 2],1,1.0 +0613,0613,12,num,three_rule_comb8,92.0,[8 8 6],8 8 0],0,1.0 +0613,0613,12,num,three_rule_comb8,93.0,[1 0 2],1 0 10],0,1.0 +0613,0613,12,num,three_rule_comb8,94.0,[8 8 7],8 5 7],0,1.0 +0613,0613,12,num,three_rule_comb8,95.0,[6 5 4],6 7 4],0,1.0 +0613,0613,12,num,three_rule_comb8,96.0,[9 9 3],9 9 3],1,1.0 +0613,0613,12,num,three_rule_comb8,97.0,[0 8 5],0 8 5],1,1.0 +0613,0613,12,num,three_rule_comb8,98.0,[5 0 3],5 6 6],0,1.0 +0613,0613,12,num,three_rule_comb8,99.0,[8 1 0],8 1 8],0,1.0 +0613,0613,12,num,three_rule_comb9,0.0,[5 7 3],5 7 3],1,1.0 +0613,0613,12,num,three_rule_comb9,1.0,[8 9 0],8 9 0],1,1.0 +0613,0613,12,num,three_rule_comb9,2.0,[6 7 2],6 7 2],1,1.0 +0613,0613,12,num,three_rule_comb9,3.0,[5 8 6],5 8 6],1,1.0 +0613,0613,12,num,three_rule_comb9,4.0,[5 6 2],5 6 2],1,1.0 +0613,0613,12,num,three_rule_comb9,5.0,[7 8 4],7 8 4],1,1.0 +0613,0613,12,num,three_rule_comb9,6.0,[0 1 5],0 1 5],1,1.0 +0613,0613,12,num,three_rule_comb9,7.0,[9 1 0],9 1 0],1,1.0 +0613,0613,12,num,three_rule_comb9,8.0,[8 0 3],8 0 3],1,1.0 +0613,0613,12,num,three_rule_comb9,9.0,[0 5 8],0 5 8],1,1.0 +0613,0613,12,num,three_rule_comb9,10.0,[0 8 1],0 8 1],1,1.0 +0613,0613,12,num,three_rule_comb9,11.0,[0 1 1],0 1 1],1,1.0 +0613,0613,12,num,three_rule_comb9,12.0,[9 1 6],9 1 6],1,1.0 +0613,0613,12,num,three_rule_comb9,13.0,[4 8 1],4 8 1],1,1.0 +0613,0613,12,num,three_rule_comb9,14.0,[2 5 0],2 5 0],1,1.0 +0613,0613,12,num,three_rule_comb9,15.0,[8 1 5],8 1 5],1,1.0 +0613,0613,12,num,three_rule_comb9,16.0,[6 0 8],6 0 8],1,1.0 +0613,0613,12,num,three_rule_comb9,17.0,[5 2 4],5 2 4],1,1.0 +0613,0613,12,num,three_rule_comb9,18.0,[4 6 9],4 6 9],1,1.0 +0613,0613,12,num,three_rule_comb9,19.0,[2 8 0],2 8 0],1,1.0 +0613,0613,12,num,three_rule_comb9,20.0,[0 8 7],0 8 7],1,1.0 +0613,0613,12,num,three_rule_comb9,21.0,[1 2 9],1 2 9],1,1.0 +0613,0613,12,num,three_rule_comb9,22.0,[5 8 2],5 8 2],1,1.0 +0613,0613,12,num,three_rule_comb9,23.0,[6 1 2],6 1 2],1,1.0 +0613,0613,12,num,three_rule_comb9,24.0,[4 9 0],4 9 0],1,1.0 +0613,0613,12,num,three_rule_comb9,25.0,[2 9 8],2 9 8],1,1.0 +0613,0613,12,num,three_rule_comb9,26.0,[0 9 1],0 9 1],1,1.0 +0613,0613,12,num,three_rule_comb9,27.0,[0 1 5],0 1 5],1,1.0 +0613,0613,12,num,three_rule_comb9,28.0,[8 1 0],8 1 0],1,1.0 +0613,0613,12,num,three_rule_comb9,29.0,[8 6 4],8 6 4],1,1.0 +0613,0613,12,num,three_rule_comb9,30.0,[5 8 8],5 8 8],1,1.0 +0613,0613,12,num,three_rule_comb9,31.0,[8 7 1],8 7 1],1,1.0 +0613,0613,12,num,three_rule_comb9,32.0,[0 4 5],0 4 5],1,1.0 +0613,0613,12,num,three_rule_comb9,33.0,[7 5 9],7 5 9],1,1.0 +0613,0613,12,num,three_rule_comb9,34.0,[9 4 2],9 4 2],1,1.0 +0613,0613,12,num,three_rule_comb9,35.0,[6 4 0],6 4 0],1,1.0 +0613,0613,12,num,three_rule_comb9,36.0,[9 0 4],9 0 4],1,1.0 +0613,0613,12,num,three_rule_comb9,37.0,[8 9 3],8 9 3],1,1.0 +0613,0613,12,num,three_rule_comb9,38.0,[7 0 0],7 0 0],1,1.0 +0613,0613,12,num,three_rule_comb9,39.0,[3 9 4],3 9 4],1,1.0 +0613,0613,12,num,three_rule_comb9,40.0,[8 6 9],8 6 9],1,1.0 +0613,0613,12,num,three_rule_comb9,41.0,[8 1 4],8 1 4],1,1.0 +0613,0613,12,num,three_rule_comb9,42.0,[7 2 9],7 2 9],1,1.0 +0613,0613,12,num,three_rule_comb9,43.0,[1 0 9],1 0 9],1,1.0 +0613,0613,12,num,three_rule_comb9,44.0,[6 4 4],6 4 4],1,1.0 +0613,0613,12,num,three_rule_comb9,45.0,[1 7 4],1 7 4],1,1.0 +0613,0613,12,num,three_rule_comb9,46.0,[8 2 1],8 2 1],1,1.0 +0613,0613,12,num,three_rule_comb9,47.0,[0 8 7],0 8 7],1,1.0 +0613,0613,12,num,three_rule_comb9,48.0,[6 9 5],None,0,1.0 +0613,0613,12,num,three_rule_comb9,49.0,[1 5 5],1 5 5],1,1.0 +0613,0613,12,num,three_rule_comb9,50.0,[0 0 1],0 0 1],1,1.0 +0613,0613,12,num,three_rule_comb9,51.0,[2 9 1],2 9 1],1,1.0 +0613,0613,12,num,three_rule_comb9,52.0,[9 8 5],None,0,1.0 +0613,0613,12,num,three_rule_comb9,53.0,[0 0 6],0 0 6],1,1.0 +0613,0613,12,num,three_rule_comb9,54.0,[9 9 8],9 9 8],1,1.0 +0613,0613,12,num,three_rule_comb9,55.0,[5 4 3],5 4 3],1,1.0 +0613,0613,12,num,three_rule_comb9,56.0,[1 7 9],1 7 9],1,1.0 +0613,0613,12,num,three_rule_comb9,57.0,[1 9 8],1 9 8],1,1.0 +0613,0613,12,num,three_rule_comb9,58.0,[4 1 0],4 1 0],1,1.0 +0613,0613,12,num,three_rule_comb9,59.0,[9 7 5],None,0,1.0 +0613,0613,12,num,three_rule_comb9,60.0,[9 5 4],None,0,1.0 +0613,0613,12,num,three_rule_comb9,61.0,[8 0 2],8 0 2],1,1.0 +0613,0613,12,num,three_rule_comb9,62.0,[1 5 8],1 5 8],1,1.0 +0613,0613,12,num,three_rule_comb9,63.0,[9 4 8],None,0,1.0 +0613,0613,12,num,three_rule_comb9,64.0,[6 8 9],None,0,1.0 +0613,0613,12,num,three_rule_comb9,65.0,[4 0 3],4 0 3],1,1.0 +0613,0613,12,num,three_rule_comb9,66.0,[5 1 6],5 1 6],1,1.0 +0613,0613,12,num,three_rule_comb9,67.0,[5 9 3],5 9 3],1,1.0 +0613,0613,12,num,three_rule_comb9,68.0,[8 9 0],8 9 0],1,1.0 +0613,0613,12,num,three_rule_comb9,69.0,[4 9 7],4 9 7],1,1.0 +0613,0613,12,num,three_rule_comb9,70.0,[8 9 4],8 9 4],1,1.0 +0613,0613,12,num,three_rule_comb9,71.0,[4 2 5],4 2 5],1,1.0 +0613,0613,12,num,three_rule_comb9,72.0,[7 9 8],7 9 8],1,1.0 +0613,0613,12,num,three_rule_comb9,73.0,[5 0 8],5 0 8],1,1.0 +0613,0613,12,num,three_rule_comb9,74.0,[9 8 7],9 8 7],1,1.0 +0613,0613,12,num,three_rule_comb9,75.0,[3 0 4],3 0 4],1,1.0 +0613,0613,12,num,three_rule_comb9,76.0,[1 8 0],1 8 0],1,1.0 +0613,0613,12,num,three_rule_comb9,77.0,[7 0 4],7 0 4],1,1.0 +0613,0613,12,num,three_rule_comb9,78.0,[9 5 9],9 5 9],1,1.0 +0613,0613,12,num,three_rule_comb9,79.0,[1 7 0],1 7 0],1,1.0 +0613,0613,12,num,three_rule_comb9,80.0,[4 4 2],4 4 2],1,1.0 +0613,0613,12,num,three_rule_comb9,81.0,[1 4 7],1 4 7],1,1.0 +0613,0613,12,num,three_rule_comb9,82.0,[0 5 4],0 5 4],1,1.0 +0613,0613,12,num,three_rule_comb9,83.0,[9 5 4],None,0,1.0 +0613,0613,12,num,three_rule_comb9,84.0,[5 3 0],5 3 0],1,1.0 +0613,0613,12,num,three_rule_comb9,85.0,[5 7 1],5 7 1],1,1.0 +0613,0613,12,num,three_rule_comb9,86.0,[9 4 5],None,0,1.0 +0613,0613,12,num,three_rule_comb9,87.0,[4 9 5],4 9 5],1,1.0 +0613,0613,12,num,three_rule_comb9,88.0,[7 4 5],7 4 5],1,1.0 +0613,0613,12,num,three_rule_comb9,89.0,[6 8 0],6 8 0],1,1.0 +0613,0613,12,num,three_rule_comb9,90.0,[1 9 3],1 9 3],1,1.0 +0613,0613,12,num,three_rule_comb9,91.0,[9 0 1],9 0 1],1,1.0 +0613,0613,12,num,three_rule_comb9,92.0,[9 7 4],None,0,1.0 +0613,0613,12,num,three_rule_comb9,93.0,[1 0 6],1 0 6],1,1.0 +0613,0613,12,num,three_rule_comb9,94.0,[9 0 2],9 0 2],1,1.0 +0613,0613,12,num,three_rule_comb9,95.0,[1 3 1],1 3 1],1,1.0 +0613,0613,12,num,three_rule_comb9,96.0,[7 9 1],7 9 1],1,1.0 +0613,0613,12,num,three_rule_comb9,97.0,[3 1 0],3 1 0],1,1.0 +0613,0613,12,num,three_rule_comb9,98.0,[9 7 8],9 7 8],1,1.0 +0613,0613,12,num,three_rule_comb9,99.0,[3 1 2],3 1 2],1,1.0 +0613,0613,12,num,c3_set_union,0.0,[6 4 1 9],6 4 1 9],1,1.0 +0613,0613,12,num,c3_set_union,1.0,[5 7 4 1],5 7 4 1],1,1.0 +0613,0613,12,num,c3_set_union,2.0,[1 9 8 6],1 9 8 6],1,1.0 +0613,0613,12,num,c3_set_union,3.0,[0 4 8 7],0 4 8 7],1,1.0 +0613,0613,12,num,c3_set_union,4.0,[8 6 5 2],8 5 6 2],1,1.0 +0613,0613,12,num,c3_set_union,5.0,[2 5 1 0],2 5 1 0],1,1.0 +0613,0613,12,num,c3_set_union,6.0,[6 1 0 4],6 1 0 4],1,1.0 +0613,0613,12,num,c3_set_union,7.0,[7 3 8 4],7 8 3 4],1,1.0 +0613,0613,12,num,c3_set_union,8.0,[8 3 2 1],8 3 2 1],1,1.0 +0613,0613,12,num,c3_set_union,9.0,[0 2 1 6],0 2 1 6],1,1.0 +0613,0613,12,num,c3_set_union,10.0,[9 0 7 1],9 0 7 1],1,1.0 +0613,0613,12,num,c3_set_union,11.0,[6 1 3 5],6 1 3 5],1,1.0 +0613,0613,12,num,c3_set_union,12.0,[9 7 6 0],9 7 6 0],1,1.0 +0613,0613,12,num,c3_set_union,13.0,[5 0 7 3],5 0 7 3],1,1.0 +0613,0613,12,num,c3_set_union,14.0,[8 9 7 2],8 9 7 2],1,1.0 +0613,0613,12,num,c3_set_union,15.0,[0 4 1 2],0 4 1 2],1,1.0 +0613,0613,12,num,c3_set_union,16.0,[6 2 8 3],6 8 2 3],1,1.0 +0613,0613,12,num,c3_set_union,17.0,[7 8 6 3],7 8 6 3],1,1.0 +0613,0613,12,num,c3_set_union,18.0,[9 4 2 8],9 4 2 8],1,1.0 +0613,0613,12,num,c3_set_union,19.0,[8 4 6 1],8 4 6 1],1,1.0 +0613,0613,12,num,c3_set_union,20.0,[6 0 2 3],6 0 2 3],1,1.0 +0613,0613,12,num,c3_set_union,21.0,[8 4 5 9],8 4 5 9],1,1.0 +0613,0613,12,num,c3_set_union,22.0,[3 5 7 8],3 5 7 8],1,1.0 +0613,0613,12,num,c3_set_union,23.0,[0 4 6 5],0 4 6 5],1,1.0 +0613,0613,12,num,c3_set_union,24.0,[0 9 7 5],0 9 7 5],1,1.0 +0613,0613,12,num,c3_set_union,25.0,[6 9 5 1],6 9 5 1],1,1.0 +0613,0613,12,num,c3_set_union,26.0,[8 3 9 7],8 9 3 7],1,1.0 +0613,0613,12,num,c3_set_union,27.0,[9 2 1 8],9 2 1 8],1,1.0 +0613,0613,12,num,c3_set_union,28.0,[8 0 1 6],8 0 1 6],1,1.0 +0613,0613,12,num,c3_set_union,29.0,[3 9 2 1],3 9 2 1],1,1.0 +0613,0613,12,num,c3_set_union,30.0,[3 2 4 8],3 2 4 8],1,1.0 +0613,0613,12,num,c3_set_union,31.0,[2 6 1 8],2 6 1 8],1,1.0 +0613,0613,12,num,c3_set_union,32.0,[8 6 4 0],8 4 6 0],1,1.0 +0613,0613,12,num,c3_set_union,33.0,[2 0 5 9],2 0 5 9],1,1.0 +0613,0613,12,num,c3_set_union,34.0,[6 5 1 4],6 5 1 4],1,1.0 +0613,0613,12,num,c3_set_union,35.0,[0 5 2 3],0 5 2 3],1,1.0 +0613,0613,12,num,c3_set_union,36.0,[4 6 8 3],4 6 8 3],1,1.0 +0613,0613,12,num,c3_set_union,37.0,[9 1 2 6],9 1 2 6],1,1.0 +0613,0613,12,num,c3_set_union,38.0,[8 4 6 9],8 4 6 9],1,1.0 +0613,0613,12,num,c3_set_union,39.0,[1 7 9 2],1 7 9 2],1,1.0 +0613,0613,12,num,c3_set_union,40.0,[9 3 2 6],9 3 2 6],1,1.0 +0613,0613,12,num,c3_set_union,41.0,[1 0 9 3],1 0 9 3],1,1.0 +0613,0613,12,num,c3_set_union,42.0,[7 9 2 3],7 9 2 3],1,1.0 +0613,0613,12,num,c3_set_union,43.0,[8 2 4 7],8 2 4 7],1,1.0 +0613,0613,12,num,c3_set_union,44.0,[9 0 4 8],9 0 4 8],1,1.0 +0613,0613,12,num,c3_set_union,45.0,[3 5 8 9],3 5 8 9],1,1.0 +0613,0613,12,num,c3_set_union,46.0,[7 2 1 5],7 2 1 5],1,1.0 +0613,0613,12,num,c3_set_union,47.0,[8 6 7 2],8 6 7 2],1,1.0 +0613,0613,12,num,c3_set_union,48.0,[0 4 2 6],0 4 2 6],1,1.0 +0613,0613,12,num,c3_set_union,49.0,[4 6 2 5],4 6 2 5],1,1.0 +0613,0613,12,num,c3_set_union,50.0,[4 9 3 0],4 9 3 0],1,1.0 +0613,0613,12,num,c3_set_union,51.0,[7 3 0 2],7 0 3 2],1,1.0 +0613,0613,12,num,c3_set_union,52.0,[1 9 7 8],1 9 7 8],1,1.0 +0613,0613,12,num,c3_set_union,53.0,[6 9 0 5],6 9 0 5],1,1.0 +0613,0613,12,num,c3_set_union,54.0,[1 7 5 0],1 7 5 0],1,1.0 +0613,0613,12,num,c3_set_union,55.0,[7 2 5 8],7 2 5 8],1,1.0 +0613,0613,12,num,c3_set_union,56.0,[8 3 2 5],8 3 2 5],1,1.0 +0613,0613,12,num,c3_set_union,57.0,[0 5 2 6],0 5 2 6],1,1.0 +0613,0613,12,num,c3_set_union,58.0,[7 4 5 0],7 4 5 0],1,1.0 +0613,0613,12,num,c3_set_union,59.0,[7 8 5 6],7 8 5 6],1,1.0 +0613,0613,12,num,c3_set_union,60.0,[2 1 5 9],2 1 5 9],1,1.0 +0613,0613,12,num,c3_set_union,61.0,[0 5 2 4],0 5 2 4],1,1.0 +0613,0613,12,num,c3_set_union,62.0,[9 0 5 3],9 0 5 3],1,1.0 +0613,0613,12,num,c3_set_union,63.0,[6 7 5 3],6 7 5 3],1,1.0 +0613,0613,12,num,c3_set_union,64.0,[1 3 9 6],1 3 9 6],1,1.0 +0613,0613,12,num,c3_set_union,65.0,[8 1 7 0],8 1 7 0],1,1.0 +0613,0613,12,num,c3_set_union,66.0,[5 1 9 7],5 1 9 7],1,1.0 +0613,0613,12,num,c3_set_union,67.0,[4 9 2 0],4 9 2 0],1,1.0 +0613,0613,12,num,c3_set_union,68.0,[5 0 8 9],5 0 8 9],1,1.0 +0613,0613,12,num,c3_set_union,69.0,[8 1 9 5],8 1 9 5],1,1.0 +0613,0613,12,num,c3_set_union,70.0,[7 4 6 2],7 4 6 2],1,1.0 +0613,0613,12,num,c3_set_union,71.0,[8 6 1 5],8 1 6 5],1,1.0 +0613,0613,12,num,c3_set_union,72.0,[4 3 8 0],4 8 3 0],1,1.0 +0613,0613,12,num,c3_set_union,73.0,[5 1 9 4],5 1 9 4],1,1.0 +0613,0613,12,num,c3_set_union,74.0,[2 3 7 8],2 3 7 8],1,1.0 +0613,0613,12,num,c3_set_union,75.0,[9 8 5 2],9 8 5 2],1,1.0 +0613,0613,12,num,c3_set_union,76.0,[0 7 8 9],0 7 8 9],1,1.0 +0613,0613,12,num,c3_set_union,77.0,[8 6 3 0],8 6 3 0],1,1.0 +0613,0613,12,num,c3_set_union,78.0,[1 3 6 7],1 3 6 7],1,1.0 +0613,0613,12,num,c3_set_union,79.0,[4 9 2 5],4 9 2 5],1,1.0 +0613,0613,12,num,c3_set_union,80.0,[4 8 1 9],4 8 1 9],1,1.0 +0613,0613,12,num,c3_set_union,81.0,[3 1 2 7],3 1 2 7],1,1.0 +0613,0613,12,num,c3_set_union,82.0,[8 0 1 5],8 0 1 5],1,1.0 +0613,0613,12,num,c3_set_union,83.0,[7 4 9 2],7 4 9 2],1,1.0 +0613,0613,12,num,c3_set_union,84.0,[3 8 5 1],3 8 5 1],1,1.0 +0613,0613,12,num,c3_set_union,85.0,[3 9 4 8],3 4 9 8],1,1.0 +0613,0613,12,num,c3_set_union,86.0,[2 3 0 8],2 3 0 8],1,1.0 +0613,0613,12,num,c3_set_union,87.0,[4 3 2 6],4 3 2 6],1,1.0 +0613,0613,12,num,c3_set_union,88.0,[0 3 1 4],0 3 1 4],1,1.0 +0613,0613,12,num,c3_set_union,89.0,[3 4 7 9],3 4 7 9],1,1.0 +0613,0613,12,num,c3_set_union,90.0,[5 7 2 4],5 7 2 4],1,1.0 +0613,0613,12,num,c3_set_union,91.0,[1 9 0 4],1 9 0 4],1,1.0 +0613,0613,12,num,c3_set_union,92.0,[3 5 1 0],3 5 1 0],1,1.0 +0613,0613,12,num,c3_set_union,93.0,[8 4 1 7],8 4 1 7],1,1.0 +0613,0613,12,num,c3_set_union,94.0,[8 5 9 7],8 5 9 7],1,1.0 +0613,0613,12,num,c3_set_union,95.0,[4 9 5 0],4 9 5 0],1,1.0 +0613,0613,12,num,c3_set_union,96.0,[6 0 2 8],6 0 2 8],1,1.0 +0613,0613,12,num,c3_set_union,97.0,[1 0 3 2],1 3 0 2],1,1.0 +0613,0613,12,num,c3_set_union,98.0,[8 9 2 3],8 9 2 3],1,1.0 +0613,0613,12,num,c3_set_union,99.0,[3 4 5 2],3 4 5 2],1,1.0 +0613,0613,12,num,c1_set_union,0.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,1.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,2.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,3.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,4.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,5.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union,6.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union,7.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union,8.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,9.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,10.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union,11.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,12.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,13.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union,14.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,15.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union,16.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union,17.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,18.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union,19.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,20.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union,21.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union,22.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union,23.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union,24.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,25.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union,26.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union,27.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,28.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,29.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,30.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,31.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union,32.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,33.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,34.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union,35.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,36.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union,37.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,38.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,39.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,40.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,41.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union,42.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,43.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,44.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union,45.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,46.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,47.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,48.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union,49.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,50.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,51.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union,52.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union,53.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,54.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union,55.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,56.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,57.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union,58.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,59.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,60.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,61.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union,62.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union,63.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union,64.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,65.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,66.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,67.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union,68.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,69.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,70.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union,71.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,72.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union,73.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,74.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union,75.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,76.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union,77.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union,78.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,79.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,80.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union,81.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,82.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union,83.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,84.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union,85.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union,86.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,87.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,88.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,89.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,90.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,91.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,92.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union,93.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union,94.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union,95.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union,96.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,97.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union,98.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union,99.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union,0.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union,1.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,2.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,3.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,4.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union,5.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,6.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,7.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union,8.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union,9.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union,10.0,[2],2 1],0,1.0 +0613,0613,12,num,c2_set_union,11.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union,12.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union,13.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,14.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union,15.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union,16.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union,17.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union,18.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union,19.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,20.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union,21.0,[8],8 13],0,1.0 +0613,0613,12,num,c2_set_union,22.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,23.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,24.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union,25.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,26.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union,27.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,28.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union,29.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,30.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union,31.0,[2],2 4],0,1.0 +0613,0613,12,num,c2_set_union,32.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,33.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,34.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,35.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union,36.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union,37.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,38.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,39.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union,40.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union,41.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union,42.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,43.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union,44.0,[1],1 2],0,1.0 +0613,0613,12,num,c2_set_union,45.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union,46.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union,47.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,48.0,[5],5 4],0,1.0 +0613,0613,12,num,c2_set_union,49.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union,50.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,51.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union,52.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,53.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,54.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union,55.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,56.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union,57.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union,58.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union,59.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union,60.0,[9],9 0],0,1.0 +0613,0613,12,num,c2_set_union,61.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,62.0,[8],8 12],0,1.0 +0613,0613,12,num,c2_set_union,63.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union,64.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union,65.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,66.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,67.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union,68.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,69.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union,70.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union,71.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,72.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union,73.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,74.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union,75.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,76.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,77.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,78.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,79.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,80.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union,81.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,82.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union,83.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union,84.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union,85.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,86.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union,87.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,88.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union,89.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union,90.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union,91.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union,92.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union,93.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union,94.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union,95.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union,96.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union,97.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union,98.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union,99.0,[4],4],1,1.0 +0613,0613,12,num,AND,0.0,[4],4],1,1.0 +0613,0613,12,num,AND,1.0,[1],1],1,1.0 +0613,0613,12,num,AND,2.0,[5],5],1,1.0 +0613,0613,12,num,AND,3.0,[5],5],1,1.0 +0613,0613,12,num,AND,4.0,[2],2],1,1.0 +0613,0613,12,num,AND,5.0,[0],0],1,1.0 +0613,0613,12,num,AND,6.0,[0],0],1,1.0 +0613,0613,12,num,AND,7.0,[9],9],1,1.0 +0613,0613,12,num,AND,8.0,[7],7],1,1.0 +0613,0613,12,num,AND,9.0,[6],6],1,1.0 +0613,0613,12,num,AND,10.0,[8],8],1,1.0 +0613,0613,12,num,AND,11.0,[2],2],1,1.0 +0613,0613,12,num,AND,12.0,[2],2],1,1.0 +0613,0613,12,num,AND,13.0,[5],5],1,1.0 +0613,0613,12,num,AND,14.0,[9],9],1,1.0 +0613,0613,12,num,AND,15.0,[0],0],1,1.0 +0613,0613,12,num,AND,16.0,[8],5],0,1.0 +0613,0613,12,num,AND,17.0,[7],7],1,1.0 +0613,0613,12,num,AND,18.0,[4],4],1,1.0 +0613,0613,12,num,AND,19.0,[7],7],1,1.0 +0613,0613,12,num,AND,20.0,[8],8],1,1.0 +0613,0613,12,num,AND,21.0,[0],0],1,1.0 +0613,0613,12,num,AND,22.0,[7],7],1,1.0 +0613,0613,12,num,AND,23.0,[2],2],1,1.0 +0613,0613,12,num,AND,24.0,[1],1],1,1.0 +0613,0613,12,num,AND,25.0,[6],6],1,1.0 +0613,0613,12,num,AND,26.0,[4],4],1,1.0 +0613,0613,12,num,AND,27.0,[5],5],1,1.0 +0613,0613,12,num,AND,28.0,[1],1],1,1.0 +0613,0613,12,num,AND,29.0,[1],1],1,1.0 +0613,0613,12,num,AND,30.0,[8],8],1,1.0 +0613,0613,12,num,AND,31.0,[7],7],1,1.0 +0613,0613,12,num,AND,32.0,[6],6],1,1.0 +0613,0613,12,num,AND,33.0,[2],2],1,1.0 +0613,0613,12,num,AND,34.0,[1],1],1,1.0 +0613,0613,12,num,AND,35.0,[9],9],1,1.0 +0613,0613,12,num,AND,36.0,[1],1],1,1.0 +0613,0613,12,num,AND,37.0,[1],1],1,1.0 +0613,0613,12,num,AND,38.0,[9],9],1,1.0 +0613,0613,12,num,AND,39.0,[2],2],1,1.0 +0613,0613,12,num,AND,40.0,[1],1],1,1.0 +0613,0613,12,num,AND,41.0,[5],5],1,1.0 +0613,0613,12,num,AND,42.0,[0],0],1,1.0 +0613,0613,12,num,AND,43.0,[5],5],1,1.0 +0613,0613,12,num,AND,44.0,[1],1],1,1.0 +0613,0613,12,num,AND,45.0,[2],2],1,1.0 +0613,0613,12,num,AND,46.0,[2],2],1,1.0 +0613,0613,12,num,AND,47.0,[3],3],1,1.0 +0613,0613,12,num,AND,48.0,[0],0],1,1.0 +0613,0613,12,num,AND,49.0,[4],4],1,1.0 +0613,0613,12,num,AND,50.0,[5],5],1,1.0 +0613,0613,12,num,AND,51.0,[0],0],1,1.0 +0613,0613,12,num,AND,52.0,[8],8],1,1.0 +0613,0613,12,num,AND,53.0,[1],1],1,1.0 +0613,0613,12,num,AND,54.0,[7],7],1,1.0 +0613,0613,12,num,AND,55.0,[1],1],1,1.0 +0613,0613,12,num,AND,56.0,[8],8],1,1.0 +0613,0613,12,num,AND,57.0,[6],5],0,1.0 +0613,0613,12,num,AND,58.0,[2],2],1,1.0 +0613,0613,12,num,AND,59.0,[1],1],1,1.0 +0613,0613,12,num,AND,60.0,[5],5],1,1.0 +0613,0613,12,num,AND,61.0,[5],5],1,1.0 +0613,0613,12,num,AND,62.0,[4],1],0,1.0 +0613,0613,12,num,AND,63.0,[7],7],1,1.0 +0613,0613,12,num,AND,64.0,[6],6],1,1.0 +0613,0613,12,num,AND,65.0,[7],7],1,1.0 +0613,0613,12,num,AND,66.0,[9],9],1,1.0 +0613,0613,12,num,AND,67.0,[7],7],1,1.0 +0613,0613,12,num,AND,68.0,[5],5],1,1.0 +0613,0613,12,num,AND,69.0,[5],5],1,1.0 +0613,0613,12,num,AND,70.0,[3],3],1,1.0 +0613,0613,12,num,AND,71.0,[9],9],1,1.0 +0613,0613,12,num,AND,72.0,[1],1],1,1.0 +0613,0613,12,num,AND,73.0,[6],6],1,1.0 +0613,0613,12,num,AND,74.0,[2],2],1,1.0 +0613,0613,12,num,AND,75.0,[7],7],1,1.0 +0613,0613,12,num,AND,76.0,[1],1],1,1.0 +0613,0613,12,num,AND,77.0,[3],4],0,1.0 +0613,0613,12,num,AND,78.0,[6],6],1,1.0 +0613,0613,12,num,AND,79.0,[7],7],1,1.0 +0613,0613,12,num,AND,80.0,[3],3],1,1.0 +0613,0613,12,num,AND,81.0,[3],3],1,1.0 +0613,0613,12,num,AND,82.0,[0],0],1,1.0 +0613,0613,12,num,AND,83.0,[4],4],1,1.0 +0613,0613,12,num,AND,84.0,[7],7],1,1.0 +0613,0613,12,num,AND,85.0,[1],1],1,1.0 +0613,0613,12,num,AND,86.0,[4],4],1,1.0 +0613,0613,12,num,AND,87.0,[2],5],0,1.0 +0613,0613,12,num,AND,88.0,[1],1],1,1.0 +0613,0613,12,num,AND,89.0,[2],2],1,1.0 +0613,0613,12,num,AND,90.0,[9],9],1,1.0 +0613,0613,12,num,AND,91.0,[5],5],1,1.0 +0613,0613,12,num,AND,92.0,[9],9],1,1.0 +0613,0613,12,num,AND,93.0,[3],3],1,1.0 +0613,0613,12,num,AND,94.0,[6],6],1,1.0 +0613,0613,12,num,AND,95.0,[3],3],1,1.0 +0613,0613,12,num,AND,96.0,[6],6],1,1.0 +0613,0613,12,num,AND,97.0,[1],1],1,1.0 +0613,0613,12,num,AND,98.0,[2],2],1,1.0 +0613,0613,12,num,AND,99.0,[3],3],1,1.0 +0613,0613,12,num,XOR,0.0,[4 3],1 1],0,1.0 +0613,0613,12,num,XOR,1.0,[9 8],8 9],1,1.0 +0613,0613,12,num,XOR,2.0,[3 4],1 3],0,1.0 +0613,0613,12,num,XOR,3.0,[9 8],8 6],0,1.0 +0613,0613,12,num,XOR,4.0,[9 3],3 9],1,1.0 +0613,0613,12,num,XOR,5.0,[9 7],7 0],0,1.0 +0613,0613,12,num,XOR,6.0,[3 2],2 5],0,1.0 +0613,0613,12,num,XOR,7.0,[7 3],3 5],0,1.0 +0613,0613,12,num,XOR,8.0,[0 9],9 0],1,1.0 +0613,0613,12,num,XOR,9.0,[4 2],2 4],1,1.0 +0613,0613,12,num,XOR,10.0,[5 8],7 8],0,1.0 +0613,0613,12,num,XOR,11.0,[0 2],2 0],1,1.0 +0613,0613,12,num,XOR,12.0,[3 6],6 3],1,1.0 +0613,0613,12,num,XOR,13.0,[6 8],8 6],1,1.0 +0613,0613,12,num,XOR,14.0,[6 7],7 9],0,1.0 +0613,0613,12,num,XOR,15.0,[8 0],0 6],0,1.0 +0613,0613,12,num,XOR,16.0,[8 4],4 1],0,1.0 +0613,0613,12,num,XOR,17.0,[4 0],0 4],1,1.0 +0613,0613,12,num,XOR,18.0,[1 0],0 4],0,1.0 +0613,0613,12,num,XOR,19.0,[7 4],4 7],1,1.0 +0613,0613,12,num,XOR,20.0,[0 5],5 3],0,1.0 +0613,0613,12,num,XOR,21.0,[3 4],2 3],0,1.0 +0613,0613,12,num,XOR,22.0,[6 9],9 2],0,1.0 +0613,0613,12,num,XOR,23.0,[0 1],1 0],1,1.0 +0613,0613,12,num,XOR,24.0,[7 0],0 6],0,1.0 +0613,0613,12,num,XOR,25.0,[2 5],5 7],0,1.0 +0613,0613,12,num,XOR,26.0,[5 9],9 5],1,1.0 +0613,0613,12,num,XOR,27.0,[1 7],7 1],1,1.0 +0613,0613,12,num,XOR,28.0,[9 0],0 4],0,1.0 +0613,0613,12,num,XOR,29.0,[1 5],5 8],0,1.0 +0613,0613,12,num,XOR,30.0,[6 2],2 5],0,1.0 +0613,0613,12,num,XOR,31.0,[4 9],9 6],0,1.0 +0613,0613,12,num,XOR,32.0,[6 9],9 6],1,1.0 +0613,0613,12,num,XOR,33.0,[4 8],8 0],0,1.0 +0613,0613,12,num,XOR,34.0,[2 5],5 0],0,1.0 +0613,0613,12,num,XOR,35.0,[8 6],6 8],1,1.0 +0613,0613,12,num,XOR,36.0,[2 7],7 2],1,1.0 +0613,0613,12,num,XOR,37.0,[8 3],2 8],0,1.0 +0613,0613,12,num,XOR,38.0,[1 4],4 2],0,1.0 +0613,0613,12,num,XOR,39.0,[4 6],2 4],0,1.0 +0613,0613,12,num,XOR,40.0,[2 8],8 2],1,1.0 +0613,0613,12,num,XOR,41.0,[5 3],3 5],1,1.0 +0613,0613,12,num,XOR,42.0,[7 0],0 7],1,1.0 +0613,0613,12,num,XOR,43.0,[6 1],1 3],0,1.0 +0613,0613,12,num,XOR,44.0,[9 0],0 1],0,1.0 +0613,0613,12,num,XOR,45.0,[1 3],3 1],1,1.0 +0613,0613,12,num,XOR,46.0,[8 0],16 0],0,1.0 +0613,0613,12,num,XOR,47.0,[0 8],8 7],0,1.0 +0613,0613,12,num,XOR,48.0,[6 1],1 2],0,1.0 +0613,0613,12,num,XOR,49.0,[5 0],0 5],1,1.0 +0613,0613,12,num,XOR,50.0,[7 6],6 7],1,1.0 +0613,0613,12,num,XOR,51.0,[1 6],6 12],0,1.0 +0613,0613,12,num,XOR,52.0,[7 8],8 7],1,1.0 +0613,0613,12,num,XOR,53.0,[4 0],0 7],0,1.0 +0613,0613,12,num,XOR,54.0,[0 2],2 0],1,1.0 +0613,0613,12,num,XOR,55.0,[2 9],None,0,1.0 +0613,0613,12,num,XOR,56.0,[7 1],1 6],0,1.0 +0613,0613,12,num,XOR,57.0,[6 0],0 6],1,1.0 +0613,0613,12,num,XOR,58.0,[9 8],8 2],0,1.0 +0613,0613,12,num,XOR,59.0,[2 6],6 5],0,1.0 +0613,0613,12,num,XOR,60.0,[5 0],0 4],0,1.0 +0613,0613,12,num,XOR,61.0,[3 2],2 1],0,1.0 +0613,0613,12,num,XOR,62.0,[3 0],0 6],0,1.0 +0613,0613,12,num,XOR,63.0,[9 1],16 1],0,1.0 +0613,0613,12,num,XOR,64.0,[4 1],1 4],1,1.0 +0613,0613,12,num,XOR,65.0,[2 1],1 2],1,1.0 +0613,0613,12,num,XOR,66.0,[6 9],None,0,1.0 +0613,0613,12,num,XOR,67.0,[7 2],2 6],0,1.0 +0613,0613,12,num,XOR,68.0,[5 7],7 2],0,1.0 +0613,0613,12,num,XOR,69.0,[2 7],7 4],0,1.0 +0613,0613,12,num,XOR,70.0,[6 4],4 1],0,1.0 +0613,0613,12,num,XOR,71.0,[5 0],0 5],1,1.0 +0613,0613,12,num,XOR,72.0,[2 9],9 2],1,1.0 +0613,0613,12,num,XOR,73.0,[3 1],1 3],1,1.0 +0613,0613,12,num,XOR,74.0,[1 0],0 0],0,1.0 +0613,0613,12,num,XOR,75.0,[2 0],0 2],1,1.0 +0613,0613,12,num,XOR,76.0,[0 1],1 2],0,1.0 +0613,0613,12,num,XOR,77.0,[3 6],None,0,1.0 +0613,0613,12,num,XOR,78.0,[9 6],None,0,1.0 +0613,0613,12,num,XOR,79.0,[0 5],5 0],1,1.0 +0613,0613,12,num,XOR,80.0,[3 9],9 3],1,1.0 +0613,0613,12,num,XOR,81.0,[6 0],0 3],0,1.0 +0613,0613,12,num,XOR,82.0,[5 9],None,0,1.0 +0613,0613,12,num,XOR,83.0,[7 2],2 7],1,1.0 +0613,0613,12,num,XOR,84.0,[2 1],1 2],1,1.0 +0613,0613,12,num,XOR,85.0,[4 9],None,0,1.0 +0613,0613,12,num,XOR,86.0,[9 4],4 9],1,1.0 +0613,0613,12,num,XOR,87.0,[0 8],8 5],0,1.0 +0613,0613,12,num,XOR,88.0,[8 0],0 4],0,1.0 +0613,0613,12,num,XOR,89.0,[8 1],1 2],0,1.0 +0613,0613,12,num,XOR,90.0,[2 6],6 8],0,1.0 +0613,0613,12,num,XOR,91.0,[5 0],0 0],0,1.0 +0613,0613,12,num,XOR,92.0,[2 7],7 2],1,1.0 +0613,0613,12,num,XOR,93.0,[5 0],0 5],1,1.0 +0613,0613,12,num,XOR,94.0,[8 6],4 4],0,1.0 +0613,0613,12,num,XOR,95.0,[5 7],None,0,1.0 +0613,0613,12,num,XOR,96.0,[8 1],1 7],0,1.0 +0613,0613,12,num,XOR,97.0,[1 4],4 7],0,1.0 +0613,0613,12,num,XOR,98.0,[3 7],7 3],1,1.0 +0613,0613,12,num,XOR,99.0,[8 9],9 8],1,1.0 +0613,0613,12,num,c3_set_union_permuted,0.0,[2 6 5 3],6 3 5 2],1,1.0 +0613,0613,12,num,c3_set_union_permuted,1.0,[1 6 7 5],5 6 1 7],1,1.0 +0613,0613,12,num,c3_set_union_permuted,2.0,[2 1 4 6],1 6 2 4],1,1.0 +0613,0613,12,num,c3_set_union_permuted,3.0,[6 0 1 3],3 1 0 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,4.0,[4 3 1 7],7 3 4 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,5.0,[7 5 8 4],5 8 4 7],1,1.0 +0613,0613,12,num,c3_set_union_permuted,6.0,[4 0 8 1],8 4 0 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,7.0,[2 8 4 1],8 4 2 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,8.0,[3 0 7 6],6 7 3 0],1,1.0 +0613,0613,12,num,c3_set_union_permuted,9.0,[6 9 2 4],6 4 2 9],1,1.0 +0613,0613,12,num,c3_set_union_permuted,10.0,[6 5 9 8],6 8 5 9],1,1.0 +0613,0613,12,num,c3_set_union_permuted,11.0,[4 7 2 0],2 0 4 7],1,1.0 +0613,0613,12,num,c3_set_union_permuted,12.0,[7 1 5 3],7 1 5 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,13.0,[0 2 3 4],4 0 3 2],1,1.0 +0613,0613,12,num,c3_set_union_permuted,14.0,[1 0 6 9],1 0 6 9],1,1.0 +0613,0613,12,num,c3_set_union_permuted,15.0,[7 0 6 1],7 1 6 0],1,1.0 +0613,0613,12,num,c3_set_union_permuted,16.0,[5 7 2 0],0 5 2 7],1,1.0 +0613,0613,12,num,c3_set_union_permuted,17.0,[4 2 6 8],2 4 8 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,18.0,[8 4 9 7],8 4 9 7],1,1.0 +0613,0613,12,num,c3_set_union_permuted,19.0,[8 9 0 6],6 8 9],0,1.0 +0613,0613,12,num,c3_set_union_permuted,20.0,[3 8 1 4],1 8 4 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,21.0,[7 9 3 0],7 3 9 0],1,1.0 +0613,0613,12,num,c3_set_union_permuted,22.0,[0 5 8 7],5 7 0 8],1,1.0 +0613,0613,12,num,c3_set_union_permuted,23.0,[7 1 9 3],1 3 9 7],1,1.0 +0613,0613,12,num,c3_set_union_permuted,24.0,[1 9 3 4],1 4 9 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,25.0,[7 8 4 6],8 7 4 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,26.0,[2 3 0 9],3 9 0 2],1,1.0 +0613,0613,12,num,c3_set_union_permuted,27.0,[4 3 0 6],0 4 6 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,28.0,[5 3 7 4],7 5 3 4],1,1.0 +0613,0613,12,num,c3_set_union_permuted,29.0,[2 1 4 3],1 3 4 2],1,1.0 +0613,0613,12,num,c3_set_union_permuted,30.0,[5 8 2 4],4 2 8 5],1,1.0 +0613,0613,12,num,c3_set_union_permuted,31.0,[5 6 9 3],6 9 5 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,32.0,[5 7 3 9],5 9 7 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,33.0,[7 8 3 1],7 8 3 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,34.0,[0 2 1 8],0 1 8 2],1,1.0 +0613,0613,12,num,c3_set_union_permuted,35.0,[1 3 0 7],0 3 7 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,36.0,[6 9 5 7],7 5 6 9],1,1.0 +0613,0613,12,num,c3_set_union_permuted,37.0,[6 5 4 3],4 3 5 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,38.0,[8 5 6 3],6 5 3 8],1,1.0 +0613,0613,12,num,c3_set_union_permuted,39.0,[8 9 0 1],0 1 8 9],1,1.0 +0613,0613,12,num,c3_set_union_permuted,40.0,[3 0 9 6],0 3 9 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,41.0,[0 3 5 8],0 8 3 5],1,1.0 +0613,0613,12,num,c3_set_union_permuted,42.0,[6 3 7 9],9 6 7 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,43.0,[6 8 3 9],3 8 6 9],1,1.0 +0613,0613,12,num,c3_set_union_permuted,44.0,[7 2 5 9],7 9 2 5],1,1.0 +0613,0613,12,num,c3_set_union_permuted,45.0,[5 3 4 1],3 5 4 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,46.0,[0 4 6 7],0 6 7 4],1,1.0 +0613,0613,12,num,c3_set_union_permuted,47.0,[8 3 0 7],8 7 0 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,48.0,[8 1 3 6],1 6 3 8],1,1.0 +0613,0613,12,num,c3_set_union_permuted,49.0,[2 1 0 7],2 1 7 0],1,1.0 +0613,0613,12,num,c3_set_union_permuted,50.0,[8 0 2 7],8 7 2 0],1,1.0 +0613,0613,12,num,c3_set_union_permuted,51.0,[1 8 0 3],3 0 8 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,52.0,[5 1 6 0],0 1 5 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,53.0,[4 9 7 6],7 4 6 9],1,1.0 +0613,0613,12,num,c3_set_union_permuted,54.0,[6 5 2 9],5 6 6 9],0,1.0 +0613,0613,12,num,c3_set_union_permuted,55.0,[5 7 4 6],6 7 5 4],1,1.0 +0613,0613,12,num,c3_set_union_permuted,56.0,[6 9 4 3],6 9 4 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,57.0,[6 8 0 7],8 7 0 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,58.0,[4 9 7 1],9 4 1 7],1,1.0 +0613,0613,12,num,c3_set_union_permuted,59.0,[1 0 7 4],0 7 1 4],1,1.0 +0613,0613,12,num,c3_set_union_permuted,60.0,[9 4 2 1],1 9 2 4],1,1.0 +0613,0613,12,num,c3_set_union_permuted,61.0,[7 6 2 9],2 7 9 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,62.0,[6 2 9 8],2 8 9 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,63.0,[9 4 6 0],0 9 4 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,64.0,[3 2 9 4],2 4 9 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,65.0,[2 9 0 7],7 0 9 2],1,1.0 +0613,0613,12,num,c3_set_union_permuted,66.0,[7 5 2 6],5 7 6 2],1,1.0 +0613,0613,12,num,c3_set_union_permuted,67.0,[3 4 0 7],0 7 4 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,68.0,[6 2 1 5],6 5 2 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,69.0,[5 1 3 9],1 3 9 5],1,1.0 +0613,0613,12,num,c3_set_union_permuted,70.0,[6 3 1 2],2 6 1 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,71.0,[8 9 0 3],8 0 3 9],1,1.0 +0613,0613,12,num,c3_set_union_permuted,72.0,[8 2 5 0],2 5 8 0],1,1.0 +0613,0613,12,num,c3_set_union_permuted,73.0,[3 6 1 4],4 6 3 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,74.0,[9 6 0 2],9 0 6 2],1,1.0 +0613,0613,12,num,c3_set_union_permuted,75.0,[5 9 4 7],7 5 4 9],1,1.0 +0613,0613,12,num,c3_set_union_permuted,76.0,[1 7 4 2],2 7 1 4],1,1.0 +0613,0613,12,num,c3_set_union_permuted,77.0,[3 5 2 1],2 1 3 5],1,1.0 +0613,0613,12,num,c3_set_union_permuted,78.0,[1 5 4 8],4 1 8 5],1,1.0 +0613,0613,12,num,c3_set_union_permuted,79.0,[2 1 5 8],5 8 1 2],1,1.0 +0613,0613,12,num,c3_set_union_permuted,80.0,[4 3 9 5],5 4 9 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,81.0,[2 1 9 0],1 2 9 0],1,1.0 +0613,0613,12,num,c3_set_union_permuted,82.0,[0 1 5 9],9 5 0 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,83.0,[0 2 8 9],9 2 0 8],1,1.0 +0613,0613,12,num,c3_set_union_permuted,84.0,[1 0 5 4],5 0 1 4],1,1.0 +0613,0613,12,num,c3_set_union_permuted,85.0,[5 3 4 0],4 5 3 0],1,1.0 +0613,0613,12,num,c3_set_union_permuted,86.0,[0 2 8 4],2 4 8 0],1,1.0 +0613,0613,12,num,c3_set_union_permuted,87.0,[3 6 5 0],0 3 5 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,88.0,[2 4 3 7],3 7 2 4],1,1.0 +0613,0613,12,num,c3_set_union_permuted,89.0,[0 6 8 5],5 8 0 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,90.0,[3 8 1 9],3 8 9 1],1,1.0 +0613,0613,12,num,c3_set_union_permuted,91.0,[8 2 7 1],1 7 2 8],1,1.0 +0613,0613,12,num,c3_set_union_permuted,92.0,[7 6 4 3],4 7 6 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,93.0,[7 0 2 6],0 2 7 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,94.0,[8 3 5 4],8 5 4 3],1,1.0 +0613,0613,12,num,c3_set_union_permuted,95.0,[1 6 7 4],4 1 7 6],1,1.0 +0613,0613,12,num,c3_set_union_permuted,96.0,[8 6 7 1],6 7 1 8],1,1.0 +0613,0613,12,num,c3_set_union_permuted,97.0,[5 6 7 0],0 5 6 7],1,1.0 +0613,0613,12,num,c3_set_union_permuted,98.0,[3 6 2 7],6 3 7 2],1,1.0 +0613,0613,12,num,c3_set_union_permuted,99.0,[3 5 2 7],3 2 7 5],1,1.0 +0613,0613,12,num,c2_set_union_permuted,0.0,[5],1 5],0,1.0 +0613,0613,12,num,c2_set_union_permuted,1.0,[5],6],0,1.0 +0613,0613,12,num,c2_set_union_permuted,2.0,[9],7 9],0,1.0 +0613,0613,12,num,c2_set_union_permuted,3.0,[8],8 0],0,1.0 +0613,0613,12,num,c2_set_union_permuted,4.0,[8],8 7],0,1.0 +0613,0613,12,num,c2_set_union_permuted,5.0,[6],6 9],0,1.0 +0613,0613,12,num,c2_set_union_permuted,6.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union_permuted,7.0,[3],3 6],0,1.0 +0613,0613,12,num,c2_set_union_permuted,8.0,[8],1 8 6],0,1.0 +0613,0613,12,num,c2_set_union_permuted,9.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union_permuted,10.0,[4],2 8],0,1.0 +0613,0613,12,num,c2_set_union_permuted,11.0,[0],0 1],0,1.0 +0613,0613,12,num,c2_set_union_permuted,12.0,[7],7 5],0,1.0 +0613,0613,12,num,c2_set_union_permuted,13.0,[5],5 3],0,1.0 +0613,0613,12,num,c2_set_union_permuted,14.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union_permuted,15.0,[3],3 5],0,1.0 +0613,0613,12,num,c2_set_union_permuted,16.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union_permuted,17.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union_permuted,18.0,[5],5 0],0,1.0 +0613,0613,12,num,c2_set_union_permuted,19.0,[2],2 3],0,1.0 +0613,0613,12,num,c2_set_union_permuted,20.0,[5],7 5 4],0,1.0 +0613,0613,12,num,c2_set_union_permuted,21.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union_permuted,22.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union_permuted,23.0,[5],5 2],0,1.0 +0613,0613,12,num,c2_set_union_permuted,24.0,[3],5 3],0,1.0 +0613,0613,12,num,c2_set_union_permuted,25.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union_permuted,26.0,[8],8 0],0,1.0 +0613,0613,12,num,c2_set_union_permuted,27.0,[5],5 9],0,1.0 +0613,0613,12,num,c2_set_union_permuted,28.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union_permuted,29.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union_permuted,30.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union_permuted,31.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union_permuted,32.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union_permuted,33.0,[4],3 4 5],0,1.0 +0613,0613,12,num,c2_set_union_permuted,34.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union_permuted,35.0,[4],4 1],0,1.0 +0613,0613,12,num,c2_set_union_permuted,36.0,[5],5 8 4 3],0,1.0 +0613,0613,12,num,c2_set_union_permuted,37.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union_permuted,38.0,[9],9 4],0,1.0 +0613,0613,12,num,c2_set_union_permuted,39.0,[9],0 9 7],0,1.0 +0613,0613,12,num,c2_set_union_permuted,40.0,[1],4 7],0,1.0 +0613,0613,12,num,c2_set_union_permuted,41.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union_permuted,42.0,[6],None,0,1.0 +0613,0613,12,num,c2_set_union_permuted,43.0,[1],1],1,1.0 +0613,0613,12,num,c2_set_union_permuted,44.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union_permuted,45.0,[3],3 9],0,1.0 +0613,0613,12,num,c2_set_union_permuted,46.0,[9],9 1],0,1.0 +0613,0613,12,num,c2_set_union_permuted,47.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union_permuted,48.0,[8],8 1],0,1.0 +0613,0613,12,num,c2_set_union_permuted,49.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union_permuted,50.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union_permuted,51.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union_permuted,52.0,[4],4 1],0,1.0 +0613,0613,12,num,c2_set_union_permuted,53.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union_permuted,54.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union_permuted,55.0,[7],7 2],0,1.0 +0613,0613,12,num,c2_set_union_permuted,56.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union_permuted,57.0,[7],7 9],0,1.0 +0613,0613,12,num,c2_set_union_permuted,58.0,[2],2 2],0,1.0 +0613,0613,12,num,c2_set_union_permuted,59.0,[3],0 3 4],0,1.0 +0613,0613,12,num,c2_set_union_permuted,60.0,[7],2 7 3 2],0,1.0 +0613,0613,12,num,c2_set_union_permuted,61.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union_permuted,62.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union_permuted,63.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union_permuted,64.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union_permuted,65.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union_permuted,66.0,[1],1 3],0,1.0 +0613,0613,12,num,c2_set_union_permuted,67.0,[3],3],1,1.0 +0613,0613,12,num,c2_set_union_permuted,68.0,[6],6 7],0,1.0 +0613,0613,12,num,c2_set_union_permuted,69.0,[0],0 3],0,1.0 +0613,0613,12,num,c2_set_union_permuted,70.0,[3],3 2],0,1.0 +0613,0613,12,num,c2_set_union_permuted,71.0,[6],6],1,1.0 +0613,0613,12,num,c2_set_union_permuted,72.0,[2],2],1,1.0 +0613,0613,12,num,c2_set_union_permuted,73.0,[7],1 7],0,1.0 +0613,0613,12,num,c2_set_union_permuted,74.0,[3],3 9],0,1.0 +0613,0613,12,num,c2_set_union_permuted,75.0,[0],0 6],0,1.0 +0613,0613,12,num,c2_set_union_permuted,76.0,[8],0 8],0,1.0 +0613,0613,12,num,c2_set_union_permuted,77.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union_permuted,78.0,[6],4 6],0,1.0 +0613,0613,12,num,c2_set_union_permuted,79.0,[3],3 5],0,1.0 +0613,0613,12,num,c2_set_union_permuted,80.0,[1],1 6],0,1.0 +0613,0613,12,num,c2_set_union_permuted,81.0,[4],4 5],0,1.0 +0613,0613,12,num,c2_set_union_permuted,82.0,[3],3 0],0,1.0 +0613,0613,12,num,c2_set_union_permuted,83.0,[7],7],1,1.0 +0613,0613,12,num,c2_set_union_permuted,84.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union_permuted,85.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union_permuted,86.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union_permuted,87.0,[3],2 3],0,1.0 +0613,0613,12,num,c2_set_union_permuted,88.0,[8],8 9],0,1.0 +0613,0613,12,num,c2_set_union_permuted,89.0,[8],8],1,1.0 +0613,0613,12,num,c2_set_union_permuted,90.0,[8],7 8],0,1.0 +0613,0613,12,num,c2_set_union_permuted,91.0,[8],8 7 8 6],0,1.0 +0613,0613,12,num,c2_set_union_permuted,92.0,[5],5],1,1.0 +0613,0613,12,num,c2_set_union_permuted,93.0,[4],4],1,1.0 +0613,0613,12,num,c2_set_union_permuted,94.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union_permuted,95.0,[6],None,0,1.0 +0613,0613,12,num,c2_set_union_permuted,96.0,[0],0],1,1.0 +0613,0613,12,num,c2_set_union_permuted,97.0,[1],5 1 5],0,1.0 +0613,0613,12,num,c2_set_union_permuted,98.0,[9],9],1,1.0 +0613,0613,12,num,c2_set_union_permuted,99.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,0.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,1.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union_permuted,2.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union_permuted,3.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,4.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union_permuted,5.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union_permuted,6.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,7.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,8.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,9.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,10.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,11.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union_permuted,12.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,13.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union_permuted,14.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union_permuted,15.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union_permuted,16.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,17.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,18.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union_permuted,19.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,20.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union_permuted,21.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,22.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union_permuted,23.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,24.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union_permuted,25.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,26.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,27.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,28.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union_permuted,29.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,30.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,31.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union_permuted,32.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union_permuted,33.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union_permuted,34.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,35.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union_permuted,36.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union_permuted,37.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,38.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,39.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,40.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union_permuted,41.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,42.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union_permuted,43.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,44.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union_permuted,45.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union_permuted,46.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union_permuted,47.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union_permuted,48.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,49.0,[8],0 8],0,1.0 +0613,0613,12,num,c1_set_union_permuted,50.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,51.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,52.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,53.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union_permuted,54.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,55.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,56.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union_permuted,57.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,58.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,59.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,60.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union_permuted,61.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,62.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union_permuted,63.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,64.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,65.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union_permuted,66.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,67.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,68.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,69.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,70.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union_permuted,71.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union_permuted,72.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union_permuted,73.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,74.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,75.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,76.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union_permuted,77.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,78.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,79.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union_permuted,80.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,81.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union_permuted,82.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union_permuted,83.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,84.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,85.0,[8],8],1,1.0 +0613,0613,12,num,c1_set_union_permuted,86.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union_permuted,87.0,[3],3],1,1.0 +0613,0613,12,num,c1_set_union_permuted,88.0,[0],0],1,1.0 +0613,0613,12,num,c1_set_union_permuted,89.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,90.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union_permuted,91.0,[1],1],1,1.0 +0613,0613,12,num,c1_set_union_permuted,92.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,93.0,[5],5],1,1.0 +0613,0613,12,num,c1_set_union_permuted,94.0,[9],9],1,1.0 +0613,0613,12,num,c1_set_union_permuted,95.0,[2],2],1,1.0 +0613,0613,12,num,c1_set_union_permuted,96.0,[7],7],1,1.0 +0613,0613,12,num,c1_set_union_permuted,97.0,[4],4],1,1.0 +0613,0613,12,num,c1_set_union_permuted,98.0,[6],6],1,1.0 +0613,0613,12,num,c1_set_union_permuted,99.0,[2],2],1,1.0 +0613,0613,12,num,XOR_permuted,0.0,[4 0],0 4],1,1.0 +0613,0613,12,num,XOR_permuted,1.0,[8 4],8 4],1,1.0 +0613,0613,12,num,XOR_permuted,2.0,[1 7],7 1],1,1.0 +0613,0613,12,num,XOR_permuted,3.0,[6 0],0 6],1,1.0 +0613,0613,12,num,XOR_permuted,4.0,[3 6],3 6],1,1.0 +0613,0613,12,num,XOR_permuted,5.0,[5 6],6 4],0,1.0 +0613,0613,12,num,XOR_permuted,6.0,[3 9],7 9],0,1.0 +0613,0613,12,num,XOR_permuted,7.0,[0 8],8 0],1,1.0 +0613,0613,12,num,XOR_permuted,8.0,[1 4],4 3],0,1.0 +0613,0613,12,num,XOR_permuted,9.0,[8 3],8 3],1,1.0 +0613,0613,12,num,XOR_permuted,10.0,[9 6],6 9],1,1.0 +0613,0613,12,num,XOR_permuted,11.0,[0 7],5 7],0,1.0 +0613,0613,12,num,XOR_permuted,12.0,[0 9],0 9],1,1.0 +0613,0613,12,num,XOR_permuted,13.0,[3 6],3 6],1,1.0 +0613,0613,12,num,XOR_permuted,14.0,[1 3],1 3],1,1.0 +0613,0613,12,num,XOR_permuted,15.0,[0 7],7 0],1,1.0 +0613,0613,12,num,XOR_permuted,16.0,[7 8],8 7],1,1.0 +0613,0613,12,num,XOR_permuted,17.0,[6 2],6 2],1,1.0 +0613,0613,12,num,XOR_permuted,18.0,[7 8],7 8],1,1.0 +0613,0613,12,num,XOR_permuted,19.0,[0 9],9 0],1,1.0 +0613,0613,12,num,XOR_permuted,20.0,[0 2],2 1],0,1.0 +0613,0613,12,num,XOR_permuted,21.0,[6 5],5 1],0,1.0 +0613,0613,12,num,XOR_permuted,22.0,[0 3],0 3],1,1.0 +0613,0613,12,num,XOR_permuted,23.0,[0 9],16 9],0,1.0 +0613,0613,12,num,XOR_permuted,24.0,[8 0],0 8],1,1.0 +0613,0613,12,num,XOR_permuted,25.0,[2 8],8 1],0,1.0 +0613,0613,12,num,XOR_permuted,26.0,[3 9],9 8],0,1.0 +0613,0613,12,num,XOR_permuted,27.0,[2 9],9 2],1,1.0 +0613,0613,12,num,XOR_permuted,28.0,[3 7],7 3],1,1.0 +0613,0613,12,num,XOR_permuted,29.0,[9 0],9 8],0,1.0 +0613,0613,12,num,XOR_permuted,30.0,[2 5],2 5],1,1.0 +0613,0613,12,num,XOR_permuted,31.0,[2 6],6 2],1,1.0 +0613,0613,12,num,XOR_permuted,32.0,[0 2],2 0],1,1.0 +0613,0613,12,num,XOR_permuted,33.0,[5 7],5 7],1,1.0 +0613,0613,12,num,XOR_permuted,34.0,[3 5],3 0],0,1.0 +0613,0613,12,num,XOR_permuted,35.0,[6 0],4 4],0,1.0 +0613,0613,12,num,XOR_permuted,36.0,[6 0],0 6],1,1.0 +0613,0613,12,num,XOR_permuted,37.0,[4 5],4 5],1,1.0 +0613,0613,12,num,XOR_permuted,38.0,[8 9],8 9],1,1.0 +0613,0613,12,num,XOR_permuted,39.0,[6 7],7 6],1,1.0 +0613,0613,12,num,XOR_permuted,40.0,[9 3],9 3],1,1.0 +0613,0613,12,num,XOR_permuted,41.0,[7 6],2 7],0,1.0 +0613,0613,12,num,XOR_permuted,42.0,[8 9],8 9],1,1.0 +0613,0613,12,num,XOR_permuted,43.0,[7 0],0 7],1,1.0 +0613,0613,12,num,XOR_permuted,44.0,[2 1],3 4],0,1.0 +0613,0613,12,num,XOR_permuted,45.0,[3 5],5 3],1,1.0 +0613,0613,12,num,XOR_permuted,46.0,[2 0],8 0],0,1.0 +0613,0613,12,num,XOR_permuted,47.0,[2 0],2 0],1,1.0 +0613,0613,12,num,XOR_permuted,48.0,[0 1],1 0],1,1.0 +0613,0613,12,num,XOR_permuted,49.0,[5 1],5 1],1,1.0 +0613,0613,12,num,XOR_permuted,50.0,[6 9],None,0,1.0 +0613,0613,12,num,XOR_permuted,51.0,[0 1],0 5],0,1.0 +0613,0613,12,num,XOR_permuted,52.0,[9 8],8 6],0,1.0 +0613,0613,12,num,XOR_permuted,53.0,[8 2],8 1],0,1.0 +0613,0613,12,num,XOR_permuted,54.0,[1 0],8 1],0,1.0 +0613,0613,12,num,XOR_permuted,55.0,[5 9],None,0,1.0 +0613,0613,12,num,XOR_permuted,56.0,[0 6],0 6],1,1.0 +0613,0613,12,num,XOR_permuted,57.0,[5 4],5 4],1,1.0 +0613,0613,12,num,XOR_permuted,58.0,[7 5],7 5],1,1.0 +0613,0613,12,num,XOR_permuted,59.0,[8 2],2 8],1,1.0 +0613,0613,12,num,XOR_permuted,60.0,[9 2],0 2],0,1.0 +0613,0613,12,num,XOR_permuted,61.0,[0 1],1 0],1,1.0 +0613,0613,12,num,XOR_permuted,62.0,[0 2],1 0],0,1.0 +0613,0613,12,num,XOR_permuted,63.0,[2 0],0 2],1,1.0 +0613,0613,12,num,XOR_permuted,64.0,[2 3],2 3],1,1.0 +0613,0613,12,num,XOR_permuted,65.0,[9 6],None,0,1.0 +0613,0613,12,num,XOR_permuted,66.0,[9 4],4 9],1,1.0 +0613,0613,12,num,XOR_permuted,67.0,[0 4],8 0],0,1.0 +0613,0613,12,num,XOR_permuted,68.0,[9 5],None,0,1.0 +0613,0613,12,num,XOR_permuted,69.0,[6 4],6 4],1,1.0 +0613,0613,12,num,XOR_permuted,70.0,[5 0],5 0],1,1.0 +0613,0613,12,num,XOR_permuted,71.0,[3 1],3 1],1,1.0 +0613,0613,12,num,XOR_permuted,72.0,[8 1],1 8],1,1.0 +0613,0613,12,num,XOR_permuted,73.0,[6 3],6 3],1,1.0 +0613,0613,12,num,XOR_permuted,74.0,[0 9],1 0],0,1.0 +0613,0613,12,num,XOR_permuted,75.0,[2 9],2 9],1,1.0 +0613,0613,12,num,XOR_permuted,76.0,[9 6],None,0,1.0 +0613,0613,12,num,XOR_permuted,77.0,[4 1],1 5],0,1.0 +0613,0613,12,num,XOR_permuted,78.0,[1 4],1 4],1,1.0 +0613,0613,12,num,XOR_permuted,79.0,[7 3],6 7],0,1.0 +0613,0613,12,num,XOR_permuted,80.0,[8 3],3 8],1,1.0 +0613,0613,12,num,XOR_permuted,81.0,[5 6],5 6],1,1.0 +0613,0613,12,num,XOR_permuted,82.0,[5 7],3 3],0,1.0 +0613,0613,12,num,XOR_permuted,83.0,[7 0],0 7],1,1.0 +0613,0613,12,num,XOR_permuted,84.0,[6 9],5 9],0,1.0 +0613,0613,12,num,XOR_permuted,85.0,[9 4],4 9],1,1.0 +0613,0613,12,num,XOR_permuted,86.0,[6 2],2 6],1,1.0 +0613,0613,12,num,XOR_permuted,87.0,[9 4],4 9],1,1.0 +0613,0613,12,num,XOR_permuted,88.0,[3 1],3 1],1,1.0 +0613,0613,12,num,XOR_permuted,89.0,[4 9],None,0,1.0 +0613,0613,12,num,XOR_permuted,90.0,[1 5],5 1],1,1.0 +0613,0613,12,num,XOR_permuted,91.0,[4 0],4 4],0,1.0 +0613,0613,12,num,XOR_permuted,92.0,[8 4],6 8],0,1.0 +0613,0613,12,num,XOR_permuted,93.0,[5 8],2 5],0,1.0 +0613,0613,12,num,XOR_permuted,94.0,[3 7],7 3],1,1.0 +0613,0613,12,num,XOR_permuted,95.0,[8 5],5 8],1,1.0 +0613,0613,12,num,XOR_permuted,96.0,[5 9],5 9],1,1.0 +0613,0613,12,num,XOR_permuted,97.0,[8 3],8 3],1,1.0 +0613,0613,12,num,XOR_permuted,98.0,[7 5],7 5],1,1.0 +0613,0613,12,num,XOR_permuted,99.0,[6 7],7 6],1,1.0 +0613,0613,12,num,AND_permuted,0.0,[],7],0,1.0 +0613,0613,12,num,AND_permuted,1.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,2.0,[],7],0,1.0 +0613,0613,12,num,AND_permuted,3.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,4.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,5.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,6.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,7.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,8.0,[],3],0,1.0 +0613,0613,12,num,AND_permuted,9.0,[],0],0,1.0 +0613,0613,12,num,AND_permuted,10.0,[],9],0,1.0 +0613,0613,12,num,AND_permuted,11.0,[],8],0,1.0 +0613,0613,12,num,AND_permuted,12.0,[],0],0,1.0 +0613,0613,12,num,AND_permuted,13.0,[],6],0,1.0 +0613,0613,12,num,AND_permuted,14.0,[],6],0,1.0 +0613,0613,12,num,AND_permuted,15.0,[],3],0,1.0 +0613,0613,12,num,AND_permuted,16.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,17.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,18.0,[],0],0,1.0 +0613,0613,12,num,AND_permuted,19.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,20.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,21.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,22.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,23.0,[],6,0,1.0 +0613,0613,12,num,AND_permuted,24.0,[],7,0,1.0 +0613,0613,12,num,AND_permuted,25.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,26.0,[],4,0,1.0 +0613,0613,12,num,AND_permuted,27.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,28.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,29.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,30.0,[],5],0,1.0 +0613,0613,12,num,AND_permuted,31.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,32.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,33.0,[],8],0,1.0 +0613,0613,12,num,AND_permuted,34.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,35.0,[],0],0,1.0 +0613,0613,12,num,AND_permuted,36.0,[],0],0,1.0 +0613,0613,12,num,AND_permuted,37.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,38.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,39.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,40.0,[],8],0,1.0 +0613,0613,12,num,AND_permuted,41.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,42.0,[],0],0,1.0 +0613,0613,12,num,AND_permuted,43.0,[],7,0,1.0 +0613,0613,12,num,AND_permuted,44.0,[],9],0,1.0 +0613,0613,12,num,AND_permuted,45.0,[],5,0,1.0 +0613,0613,12,num,AND_permuted,46.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,47.0,[],3],0,1.0 +0613,0613,12,num,AND_permuted,48.0,[],8],0,1.0 +0613,0613,12,num,AND_permuted,49.0,[],6],0,1.0 +0613,0613,12,num,AND_permuted,50.0,[],8],0,1.0 +0613,0613,12,num,AND_permuted,51.0,[],6],0,1.0 +0613,0613,12,num,AND_permuted,52.0,[],3],0,1.0 +0613,0613,12,num,AND_permuted,53.0,[],6],0,1.0 +0613,0613,12,num,AND_permuted,54.0,[],5],0,1.0 +0613,0613,12,num,AND_permuted,55.0,[],8],0,1.0 +0613,0613,12,num,AND_permuted,56.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,57.0,[],3],0,1.0 +0613,0613,12,num,AND_permuted,58.0,[],0],0,1.0 +0613,0613,12,num,AND_permuted,59.0,[],7],0,1.0 +0613,0613,12,num,AND_permuted,60.0,[],5],0,1.0 +0613,0613,12,num,AND_permuted,61.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,62.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,63.0,[],7],0,1.0 +0613,0613,12,num,AND_permuted,64.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,65.0,[],6],0,1.0 +0613,0613,12,num,AND_permuted,66.0,[],9],0,1.0 +0613,0613,12,num,AND_permuted,67.0,[],5],0,1.0 +0613,0613,12,num,AND_permuted,68.0,[],9],0,1.0 +0613,0613,12,num,AND_permuted,69.0,[],6],0,1.0 +0613,0613,12,num,AND_permuted,70.0,[],0],0,1.0 +0613,0613,12,num,AND_permuted,71.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,72.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,73.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,74.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,75.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,76.0,[],3],0,1.0 +0613,0613,12,num,AND_permuted,77.0,[],8],0,1.0 +0613,0613,12,num,AND_permuted,78.0,[],4,0,1.0 +0613,0613,12,num,AND_permuted,79.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,80.0,[],7],0,1.0 +0613,0613,12,num,AND_permuted,81.0,[],5],0,1.0 +0613,0613,12,num,AND_permuted,82.0,[],3],0,1.0 +0613,0613,12,num,AND_permuted,83.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,84.0,[],8],0,1.0 +0613,0613,12,num,AND_permuted,85.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,86.0,[],8],0,1.0 +0613,0613,12,num,AND_permuted,87.0,[],9],0,1.0 +0613,0613,12,num,AND_permuted,88.0,[],5],0,1.0 +0613,0613,12,num,AND_permuted,89.0,[],5],0,1.0 +0613,0613,12,num,AND_permuted,90.0,[],6],0,1.0 +0613,0613,12,num,AND_permuted,91.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,92.0,[],2],0,1.0 +0613,0613,12,num,AND_permuted,93.0,[],0],0,1.0 +0613,0613,12,num,AND_permuted,94.0,[],0],0,1.0 +0613,0613,12,num,AND_permuted,95.0,[],4,0,1.0 +0613,0613,12,num,AND_permuted,96.0,[],1],0,1.0 +0613,0613,12,num,AND_permuted,97.0,[],5],0,1.0 +0613,0613,12,num,AND_permuted,98.0,[],4],0,1.0 +0613,0613,12,num,AND_permuted,99.0,[],2,0,1.0 +0613,0613,12,symb,row_constant,0.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,1.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,2.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,3.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,4.0,['~'],~],1,1.0 +0613,0613,12,symb,row_constant,5.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,6.0,['<'],<],1,1.0 +0613,0613,12,symb,row_constant,7.0,['$'],$],1,1.0 +0613,0613,12,symb,row_constant,8.0,['('],)],0,1.0 +0613,0613,12,symb,row_constant,9.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,10.0,[':'],:],1,1.0 +0613,0613,12,symb,row_constant,11.0,['$'],$],1,1.0 +0613,0613,12,symb,row_constant,12.0,['%'],%],1,1.0 +0613,0613,12,symb,row_constant,13.0,['%'],%],1,1.0 +0613,0613,12,symb,row_constant,14.0,['&'],&],1,1.0 +0613,0613,12,symb,row_constant,15.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,16.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,17.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,18.0,['%'],%],1,1.0 +0613,0613,12,symb,row_constant,19.0,['<'],<],1,1.0 +0613,0613,12,symb,row_constant,20.0,['%'],%],1,1.0 +0613,0613,12,symb,row_constant,21.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,22.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,23.0,['$'],$],1,1.0 +0613,0613,12,symb,row_constant,24.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,25.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,26.0,['<'],<],1,1.0 +0613,0613,12,symb,row_constant,27.0,['$'],$],1,1.0 +0613,0613,12,symb,row_constant,28.0,['~'],~],1,1.0 +0613,0613,12,symb,row_constant,29.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,30.0,['~'],~],1,1.0 +0613,0613,12,symb,row_constant,31.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,32.0,['*'],*],1,1.0 +0613,0613,12,symb,row_constant,33.0,['('],)],0,1.0 +0613,0613,12,symb,row_constant,34.0,['~'],~],1,1.0 +0613,0613,12,symb,row_constant,35.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,36.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,37.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,38.0,['%'],%],1,1.0 +0613,0613,12,symb,row_constant,39.0,['$'],$],1,1.0 +0613,0613,12,symb,row_constant,40.0,['%'],%],1,1.0 +0613,0613,12,symb,row_constant,41.0,['~'],~],1,1.0 +0613,0613,12,symb,row_constant,42.0,['&'],&],1,1.0 +0613,0613,12,symb,row_constant,43.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,44.0,['<'],<],1,1.0 +0613,0613,12,symb,row_constant,45.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,46.0,['*'],*],1,1.0 +0613,0613,12,symb,row_constant,47.0,[':'],:],1,1.0 +0613,0613,12,symb,row_constant,48.0,[':'],:],1,1.0 +0613,0613,12,symb,row_constant,49.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,50.0,['&'],&],1,1.0 +0613,0613,12,symb,row_constant,51.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,52.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,53.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,54.0,['$'],$],1,1.0 +0613,0613,12,symb,row_constant,55.0,['%'],%],1,1.0 +0613,0613,12,symb,row_constant,56.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,57.0,['%'],%],1,1.0 +0613,0613,12,symb,row_constant,58.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,59.0,['<'],<],1,1.0 +0613,0613,12,symb,row_constant,60.0,['&'],&],1,1.0 +0613,0613,12,symb,row_constant,61.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,62.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,63.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,64.0,['&'],&],1,1.0 +0613,0613,12,symb,row_constant,65.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,66.0,[':'],:],1,1.0 +0613,0613,12,symb,row_constant,67.0,['<'],<],1,1.0 +0613,0613,12,symb,row_constant,68.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,69.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,70.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,71.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,72.0,['&'],&],1,1.0 +0613,0613,12,symb,row_constant,73.0,['~'],~],1,1.0 +0613,0613,12,symb,row_constant,74.0,['<'],<],1,1.0 +0613,0613,12,symb,row_constant,75.0,['%'],%],1,1.0 +0613,0613,12,symb,row_constant,76.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,77.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,78.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,79.0,['*'],*],1,1.0 +0613,0613,12,symb,row_constant,80.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,81.0,['*'],*],1,1.0 +0613,0613,12,symb,row_constant,82.0,['$'],$],1,1.0 +0613,0613,12,symb,row_constant,83.0,[':'],:],1,1.0 +0613,0613,12,symb,row_constant,84.0,['<'],<],1,1.0 +0613,0613,12,symb,row_constant,85.0,['*'],*],1,1.0 +0613,0613,12,symb,row_constant,86.0,['('],(],1,1.0 +0613,0613,12,symb,row_constant,87.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,88.0,['%'],%],1,1.0 +0613,0613,12,symb,row_constant,89.0,['!'],!],1,1.0 +0613,0613,12,symb,row_constant,90.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,91.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,92.0,['&'],&],1,1.0 +0613,0613,12,symb,row_constant,93.0,['>'],>],1,1.0 +0613,0613,12,symb,row_constant,94.0,['*'],*],1,1.0 +0613,0613,12,symb,row_constant,95.0,['~'],~],1,1.0 +0613,0613,12,symb,row_constant,96.0,['~'],~],1,1.0 +0613,0613,12,symb,row_constant,97.0,['*'],*],1,1.0 +0613,0613,12,symb,row_constant,98.0,[':'],:],1,1.0 +0613,0613,12,symb,row_constant,99.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,0.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,1.0,['$'],$],1,1.0 +0613,0613,12,symb,col_constant,2.0,['$'],$],1,1.0 +0613,0613,12,symb,col_constant,3.0,[':'],:],1,1.0 +0613,0613,12,symb,col_constant,4.0,['>'],>],1,1.0 +0613,0613,12,symb,col_constant,5.0,[':'],:],1,1.0 +0613,0613,12,symb,col_constant,6.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,7.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,8.0,['('],(],1,1.0 +0613,0613,12,symb,col_constant,9.0,['('],(],1,1.0 +0613,0613,12,symb,col_constant,10.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,11.0,[':'],:],1,1.0 +0613,0613,12,symb,col_constant,12.0,['%'],%],1,1.0 +0613,0613,12,symb,col_constant,13.0,['&'],&],1,1.0 +0613,0613,12,symb,col_constant,14.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,15.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,16.0,['>'],>],1,1.0 +0613,0613,12,symb,col_constant,17.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,18.0,['('],)],0,1.0 +0613,0613,12,symb,col_constant,19.0,['*'],*],1,1.0 +0613,0613,12,symb,col_constant,20.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,21.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,22.0,['$'],$],1,1.0 +0613,0613,12,symb,col_constant,23.0,['%'],%],1,1.0 +0613,0613,12,symb,col_constant,24.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,25.0,['*'],*],1,1.0 +0613,0613,12,symb,col_constant,26.0,['$'],$],1,1.0 +0613,0613,12,symb,col_constant,27.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,28.0,['$'],$],1,1.0 +0613,0613,12,symb,col_constant,29.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,30.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,31.0,[':'],:],1,1.0 +0613,0613,12,symb,col_constant,32.0,['('],(],1,1.0 +0613,0613,12,symb,col_constant,33.0,['%'],%],1,1.0 +0613,0613,12,symb,col_constant,34.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,35.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,36.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,37.0,['*'],*],1,1.0 +0613,0613,12,symb,col_constant,38.0,['*'],*],1,1.0 +0613,0613,12,symb,col_constant,39.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,40.0,['*'],*],1,1.0 +0613,0613,12,symb,col_constant,41.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,42.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,43.0,['%'],%],1,1.0 +0613,0613,12,symb,col_constant,44.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,45.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,46.0,['>'],>],1,1.0 +0613,0613,12,symb,col_constant,47.0,['%'],%],1,1.0 +0613,0613,12,symb,col_constant,48.0,[':'],:],1,1.0 +0613,0613,12,symb,col_constant,49.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,50.0,['>'],>],1,1.0 +0613,0613,12,symb,col_constant,51.0,['>'],>],1,1.0 +0613,0613,12,symb,col_constant,52.0,[':'],:],1,1.0 +0613,0613,12,symb,col_constant,53.0,['*'],*],1,1.0 +0613,0613,12,symb,col_constant,54.0,['%'],%],1,1.0 +0613,0613,12,symb,col_constant,55.0,['%'],%],1,1.0 +0613,0613,12,symb,col_constant,56.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,57.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,58.0,['%'],%],1,1.0 +0613,0613,12,symb,col_constant,59.0,['*'],*],1,1.0 +0613,0613,12,symb,col_constant,60.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,61.0,['('],(],1,1.0 +0613,0613,12,symb,col_constant,62.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,63.0,['&'],&],1,1.0 +0613,0613,12,symb,col_constant,64.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,65.0,['*'],*],1,1.0 +0613,0613,12,symb,col_constant,66.0,['%'],%],1,1.0 +0613,0613,12,symb,col_constant,67.0,['>'],>],1,1.0 +0613,0613,12,symb,col_constant,68.0,['('],(],1,1.0 +0613,0613,12,symb,col_constant,69.0,['('],(],1,1.0 +0613,0613,12,symb,col_constant,70.0,[':'],:],1,1.0 +0613,0613,12,symb,col_constant,71.0,['*'],*],1,1.0 +0613,0613,12,symb,col_constant,72.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,73.0,['('],(],1,1.0 +0613,0613,12,symb,col_constant,74.0,[':'],:],1,1.0 +0613,0613,12,symb,col_constant,75.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,76.0,['&'],&],1,1.0 +0613,0613,12,symb,col_constant,77.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,78.0,['>'],>],1,1.0 +0613,0613,12,symb,col_constant,79.0,['$'],$],1,1.0 +0613,0613,12,symb,col_constant,80.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,81.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,82.0,[':'],:],1,1.0 +0613,0613,12,symb,col_constant,83.0,['$'],$],1,1.0 +0613,0613,12,symb,col_constant,84.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,85.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,86.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,87.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,88.0,['&'],&],1,1.0 +0613,0613,12,symb,col_constant,89.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,90.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,91.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,92.0,['%'],%],1,1.0 +0613,0613,12,symb,col_constant,93.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,94.0,['~'],~],1,1.0 +0613,0613,12,symb,col_constant,95.0,['!'],!],1,1.0 +0613,0613,12,symb,col_constant,96.0,['&'],&],1,1.0 +0613,0613,12,symb,col_constant,97.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,98.0,['<'],<],1,1.0 +0613,0613,12,symb,col_constant,99.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag1,0.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag1,1.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag1,2.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag1,3.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,4.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,5.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,6.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag1,7.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,8.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,9.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,10.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag1,11.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,12.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,13.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag1,14.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,15.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag1,16.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,17.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,18.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,19.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,20.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag1,21.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag1,22.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,23.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,24.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag1,25.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag1,26.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag1,27.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,28.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,29.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,30.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag1,31.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag1,32.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,33.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,34.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,35.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,36.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,37.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,38.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag1,39.0,['&'],&],1,1.0 +0613,0613,12,symb,dist3_diag1,40.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag1,41.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag1,42.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,43.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,44.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,45.0,['&'],&],1,1.0 +0613,0613,12,symb,dist3_diag1,46.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,47.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag1,48.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,49.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag1,50.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,51.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,52.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag1,53.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag1,54.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,55.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag1,56.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,57.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,58.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,59.0,['&'],&],1,1.0 +0613,0613,12,symb,dist3_diag1,60.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,61.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag1,62.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,63.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,64.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag1,65.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,66.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,67.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,68.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag1,69.0,['&'],&],1,1.0 +0613,0613,12,symb,dist3_diag1,70.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag1,71.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag1,72.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,73.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,74.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,75.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,76.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,77.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,78.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag1,79.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag1,80.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,81.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,82.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,83.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,84.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,85.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag1,86.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,87.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,88.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,89.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,90.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag1,91.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag1,92.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag1,93.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,94.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag1,95.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag1,96.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,97.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag1,98.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag1,99.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag2,0.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,1.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,2.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,3.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,4.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag2,5.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag2,6.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,7.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,8.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,9.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,10.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,11.0,['&'],&],1,1.0 +0613,0613,12,symb,dist3_diag2,12.0,['&'],&],1,1.0 +0613,0613,12,symb,dist3_diag2,13.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,14.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,15.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,16.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,17.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,18.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,19.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,20.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,21.0,['&'],&],1,1.0 +0613,0613,12,symb,dist3_diag2,22.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag2,23.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag2,24.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag2,25.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,26.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,27.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,28.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag2,29.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,30.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag2,31.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag2,32.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,33.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,34.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag2,35.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag2,36.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag2,37.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,38.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,39.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,40.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag2,41.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag2,42.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag2,43.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,44.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag2,45.0,['('],(]],1,1.0 +0613,0613,12,symb,dist3_diag2,46.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,47.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,48.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag2,49.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,50.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,51.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag2,52.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,53.0,['*'],*],1,1.0 +0613,0613,12,symb,dist3_diag2,54.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,55.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,56.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,57.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag2,58.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,59.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,60.0,['&'],&],1,1.0 +0613,0613,12,symb,dist3_diag2,61.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,62.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,63.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,64.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,65.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,66.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,67.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,68.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,69.0,[':'],:],1,1.0 +0613,0613,12,symb,dist3_diag2,70.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,71.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag2,72.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,73.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,74.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag2,75.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,76.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,77.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,78.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,79.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag2,80.0,['$'],$],1,1.0 +0613,0613,12,symb,dist3_diag2,81.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,82.0,['>'],>],1,1.0 +0613,0613,12,symb,dist3_diag2,83.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag2,84.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,85.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,86.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,87.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,88.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,89.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag2,90.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag2,91.0,['%'],%],1,1.0 +0613,0613,12,symb,dist3_diag2,92.0,['!'],!],1,1.0 +0613,0613,12,symb,dist3_diag2,93.0,['&'],&],1,1.0 +0613,0613,12,symb,dist3_diag2,94.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,95.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,96.0,['~'],~],1,1.0 +0613,0613,12,symb,dist3_diag2,97.0,['('],(],1,1.0 +0613,0613,12,symb,dist3_diag2,98.0,['<'],<],1,1.0 +0613,0613,12,symb,dist3_diag2,99.0,['%'],%],1,1.0 +0613,0613,12,symb,prog_size1,0.0,['('],@],0,1.0 +0613,0613,12,symb,prog_size1,1.0,['<'],&],0,1.0 +0613,0613,12,symb,prog_size1,2.0,['~'],{],0,1.0 +0613,0613,12,symb,prog_size1,3.0,['>'],?],0,1.0 +0613,0613,12,symb,prog_size1,4.0,[':'],?]],0,1.0 +0613,0613,12,symb,prog_size1,5.0,['$'],<],0,1.0 +0613,0613,12,symb,prog_size1,6.0,['%'],%],1,1.0 +0613,0613,12,symb,prog_size1,7.0,['&'],#],0,1.0 +0613,0613,12,symb,prog_size1,8.0,['*'],~]],0,1.0 +0613,0613,12,symb,prog_size1,9.0,['!'],~],0,1.0 +0613,0613,12,symb,prog_size1,10.0,['('],:],0,1.0 +0613,0613,12,symb,prog_size1,11.0,['<'],?],0,1.0 +0613,0613,12,symb,prog_size2,0.0,[':'],%],0,1.0 +0613,0613,12,symb,prog_size2,1.0,['$'],&]],0,1.0 +0613,0613,12,symb,prog_size2,2.0,['%'],:]],0,1.0 +0613,0613,12,symb,prog_size2,3.0,['&'],$],0,1.0 +0613,0613,12,symb,two_rule_comb0,0.0,"['~', '$']",~ $],1,1.0 +0613,0613,12,symb,two_rule_comb0,1.0,"['>', '%']",> %],1,1.0 +0613,0613,12,symb,two_rule_comb0,2.0,"['*', '(']",* (],1,1.0 +0613,0613,12,symb,two_rule_comb0,3.0,"['*', '%']",* %],1,1.0 +0613,0613,12,symb,two_rule_comb0,4.0,"['$', '*']",$ *],1,1.0 +0613,0613,12,symb,two_rule_comb0,5.0,"['>', '%']",> %],1,1.0 +0613,0613,12,symb,two_rule_comb0,6.0,"['&', '$']",& $],1,1.0 +0613,0613,12,symb,two_rule_comb0,7.0,"['&', '>']",& >],1,1.0 +0613,0613,12,symb,two_rule_comb0,8.0,"['>', '!']",> !],1,1.0 +0613,0613,12,symb,two_rule_comb0,9.0,"['$', '%']",$ %],1,1.0 +0613,0613,12,symb,two_rule_comb0,10.0,"['>', '*']",> *],1,1.0 +0613,0613,12,symb,two_rule_comb0,11.0,"['&', '~']",& ~],1,1.0 +0613,0613,12,symb,two_rule_comb0,12.0,"['>', '(']",> (],1,1.0 +0613,0613,12,symb,two_rule_comb0,13.0,"['$', '>']",$ >],1,1.0 +0613,0613,12,symb,two_rule_comb0,14.0,"['%', '%']",% %],1,1.0 +0613,0613,12,symb,two_rule_comb0,15.0,"['!', '>']",! >],1,1.0 +0613,0613,12,symb,two_rule_comb0,16.0,"['>', '!']",> !],1,1.0 +0613,0613,12,symb,two_rule_comb0,17.0,"['$', '%']",$ %],1,1.0 +0613,0613,12,symb,two_rule_comb0,18.0,"['>', '*']",> *],1,1.0 +0613,0613,12,symb,two_rule_comb0,19.0,"['*', '~']",* ~],1,1.0 +0613,0613,12,symb,two_rule_comb0,20.0,"['<', '<']",< <],1,1.0 +0613,0613,12,symb,two_rule_comb0,21.0,"[':', '<']",: <],1,1.0 +0613,0613,12,symb,two_rule_comb0,22.0,"['~', '(']",~ (],1,1.0 +0613,0613,12,symb,two_rule_comb0,23.0,"['~', ':']",~ :],1,1.0 +0613,0613,12,symb,two_rule_comb0,24.0,"['>', '&']",> &],1,1.0 +0613,0613,12,symb,two_rule_comb0,25.0,"['<', '&']",< &],1,1.0 +0613,0613,12,symb,two_rule_comb0,26.0,"['~', ':']",~ :],1,1.0 +0613,0613,12,symb,two_rule_comb0,27.0,"['>', '>']",> >],1,1.0 +0613,0613,12,symb,two_rule_comb0,28.0,"['>', '&']",> &],1,1.0 +0613,0613,12,symb,two_rule_comb0,29.0,"['%', '*']",% *],1,1.0 +0613,0613,12,symb,two_rule_comb0,30.0,"['$', '(']",$ (],1,1.0 +0613,0613,12,symb,two_rule_comb0,31.0,"['(', '<']",( <],1,1.0 +0613,0613,12,symb,two_rule_comb0,32.0,"['!', '!']",! !],1,1.0 +0613,0613,12,symb,two_rule_comb0,33.0,"['>', '$']",> $],1,1.0 +0613,0613,12,symb,two_rule_comb0,34.0,"['(', '*']",( *],1,1.0 +0613,0613,12,symb,two_rule_comb0,35.0,"[':', '$']",: $],1,1.0 +0613,0613,12,symb,two_rule_comb0,36.0,"['~', '<']",~ <],1,1.0 +0613,0613,12,symb,two_rule_comb0,37.0,"['&', '<']",& <],1,1.0 +0613,0613,12,symb,two_rule_comb0,38.0,"['!', '~']",! ~,1,1.0 +0613,0613,12,symb,two_rule_comb0,39.0,"['<', '$']",< $],1,1.0 +0613,0613,12,symb,two_rule_comb0,40.0,"['<', '~']",< ~],1,1.0 +0613,0613,12,symb,two_rule_comb0,41.0,"['&', '*']",& *],1,1.0 +0613,0613,12,symb,two_rule_comb0,42.0,"['&', '>']",& >],1,1.0 +0613,0613,12,symb,two_rule_comb0,43.0,"[':', '%']",: %],1,1.0 +0613,0613,12,symb,two_rule_comb0,44.0,"['!', '*']",! *],1,1.0 +0613,0613,12,symb,two_rule_comb0,45.0,"['>', '(']",> (],1,1.0 +0613,0613,12,symb,two_rule_comb0,46.0,"['$', '~']",$ ~],1,1.0 +0613,0613,12,symb,two_rule_comb0,47.0,"['(', '*']",( *],1,1.0 +0613,0613,12,symb,two_rule_comb0,48.0,"['~', '(']",~ (],1,1.0 +0613,0613,12,symb,two_rule_comb0,49.0,"[':', '$']",: $],1,1.0 +0613,0613,12,symb,two_rule_comb0,50.0,"['*', '%']",* %],1,1.0 +0613,0613,12,symb,two_rule_comb0,51.0,"['>', '<']",> <],1,1.0 +0613,0613,12,symb,two_rule_comb0,52.0,"['*', '!']",* !],1,1.0 +0613,0613,12,symb,two_rule_comb0,53.0,"['!', '<']",! <,1,1.0 +0613,0613,12,symb,two_rule_comb0,54.0,"['%', '>']",% >],1,1.0 +0613,0613,12,symb,two_rule_comb0,55.0,"['&', '~']",& ~],1,1.0 +0613,0613,12,symb,two_rule_comb0,56.0,"['>', '&']",> &],1,1.0 +0613,0613,12,symb,two_rule_comb0,57.0,"['~', ':']",~ :],1,1.0 +0613,0613,12,symb,two_rule_comb0,58.0,"[':', '%']",: %],1,1.0 +0613,0613,12,symb,two_rule_comb0,59.0,"['!', '%']",! %],1,1.0 +0613,0613,12,symb,two_rule_comb0,60.0,"['!', '%']",! %],1,1.0 +0613,0613,12,symb,two_rule_comb0,61.0,"['*', '!']",* !],1,1.0 +0613,0613,12,symb,two_rule_comb0,62.0,"['~', '!']",~ !],1,1.0 +0613,0613,12,symb,two_rule_comb0,63.0,"['%', ':']",% :],1,1.0 +0613,0613,12,symb,two_rule_comb0,64.0,"['$', '>']",$ >],1,1.0 +0613,0613,12,symb,two_rule_comb0,65.0,"['<', '(']",< (],1,1.0 +0613,0613,12,symb,two_rule_comb0,66.0,"['*', '~']",* ~],1,1.0 +0613,0613,12,symb,two_rule_comb0,67.0,"['%', ':']",% :],1,1.0 +0613,0613,12,symb,two_rule_comb0,68.0,"[':', '%']",: %],1,1.0 +0613,0613,12,symb,two_rule_comb0,69.0,"['~', '&']",~ &],1,1.0 +0613,0613,12,symb,two_rule_comb0,70.0,"['(', '~']",( ~],1,1.0 +0613,0613,12,symb,two_rule_comb0,71.0,"['$', '%']",$ %],1,1.0 +0613,0613,12,symb,two_rule_comb0,72.0,"['!', '*']",! *],1,1.0 +0613,0613,12,symb,two_rule_comb0,73.0,"['!', '<']",! <],1,1.0 +0613,0613,12,symb,two_rule_comb0,74.0,"['%', '<']",% <],1,1.0 +0613,0613,12,symb,two_rule_comb0,75.0,"['>', '%']",> %],1,1.0 +0613,0613,12,symb,two_rule_comb0,76.0,"['&', '$']",& $],1,1.0 +0613,0613,12,symb,two_rule_comb0,77.0,"['&', '>']",& >],1,1.0 +0613,0613,12,symb,two_rule_comb0,78.0,"['%', '&']",% &],1,1.0 +0613,0613,12,symb,two_rule_comb0,79.0,"['>', '>']",> >],1,1.0 +0613,0613,12,symb,two_rule_comb0,80.0,"['*', '<']",* <],1,1.0 +0613,0613,12,symb,two_rule_comb0,81.0,"['!', '<']",! <],1,1.0 +0613,0613,12,symb,two_rule_comb0,82.0,"['>', '>']",> >],1,1.0 +0613,0613,12,symb,two_rule_comb0,83.0,"['>', '%']",> %],1,1.0 +0613,0613,12,symb,two_rule_comb0,84.0,"['!', '&']",! &],1,1.0 +0613,0613,12,symb,two_rule_comb0,85.0,"['%', ':']",% :],1,1.0 +0613,0613,12,symb,two_rule_comb0,86.0,"['!', '%']",! :],0,1.0 +0613,0613,12,symb,two_rule_comb0,87.0,"['&', '<']",& <],1,1.0 +0613,0613,12,symb,two_rule_comb0,88.0,"[':', '%']",: %],1,1.0 +0613,0613,12,symb,two_rule_comb0,89.0,"['*', '>']",* >],1,1.0 +0613,0613,12,symb,two_rule_comb0,90.0,"[':', '<']",: <],1,1.0 +0613,0613,12,symb,two_rule_comb0,91.0,"['!', '&']",! &],1,1.0 +0613,0613,12,symb,two_rule_comb0,92.0,"['!', ':']",! :],1,1.0 +0613,0613,12,symb,two_rule_comb0,93.0,"['!', '$']",! $,1,1.0 +0613,0613,12,symb,two_rule_comb0,94.0,"['*', '*']",* *],1,1.0 +0613,0613,12,symb,two_rule_comb0,95.0,"[':', '!']",: !],1,1.0 +0613,0613,12,symb,two_rule_comb0,96.0,"['&', '<']",& <],1,1.0 +0613,0613,12,symb,two_rule_comb0,97.0,"['$', '(']",$ (],1,1.0 +0613,0613,12,symb,two_rule_comb0,98.0,"['<', '(']",< (],1,1.0 +0613,0613,12,symb,two_rule_comb0,99.0,"['!', '&']",! &],1,1.0 +0613,0613,12,symb,two_rule_comb1,0.0,"['&', '*']",& *],1,1.0 +0613,0613,12,symb,two_rule_comb1,1.0,"[':', '$']",$ $],0,1.0 +0613,0613,12,symb,two_rule_comb1,2.0,"['*', '~']",* ~],1,1.0 +0613,0613,12,symb,two_rule_comb1,3.0,"['!', '(']",! (],1,1.0 +0613,0613,12,symb,two_rule_comb1,4.0,"['*', '>']",* >],1,1.0 +0613,0613,12,symb,two_rule_comb1,5.0,"['(', '%']",( %],1,1.0 +0613,0613,12,symb,two_rule_comb1,6.0,"['>', '(']",> (],1,1.0 +0613,0613,12,symb,two_rule_comb1,7.0,"['&', '&']",& &],1,1.0 +0613,0613,12,symb,two_rule_comb1,8.0,"['>', '$']",> $],1,1.0 +0613,0613,12,symb,two_rule_comb1,9.0,"['!', '&']",! &],1,1.0 +0613,0613,12,symb,two_rule_comb1,10.0,"['!', '>']",! >],1,1.0 +0613,0613,12,symb,two_rule_comb1,11.0,"['%', '*']",% *],1,1.0 +0613,0613,12,symb,two_rule_comb1,12.0,"['~', '>']",~ >],1,1.0 +0613,0613,12,symb,two_rule_comb1,13.0,"[':', '*']",: *],1,1.0 +0613,0613,12,symb,two_rule_comb1,14.0,"['>', '(']",> (],1,1.0 +0613,0613,12,symb,two_rule_comb1,15.0,"['&', '!']",& !],1,1.0 +0613,0613,12,symb,two_rule_comb1,16.0,"['>', '!']",> !],1,1.0 +0613,0613,12,symb,two_rule_comb1,17.0,"['>', '>']",> >],1,1.0 +0613,0613,12,symb,two_rule_comb1,18.0,"['&', ':']",& :],1,1.0 +0613,0613,12,symb,two_rule_comb1,19.0,"['&', '$']",& $],1,1.0 +0613,0613,12,symb,two_rule_comb1,20.0,"['(', '$']",( $],1,1.0 +0613,0613,12,symb,two_rule_comb1,21.0,"['*', '!']",* !],1,1.0 +0613,0613,12,symb,two_rule_comb1,22.0,"['~', '>']",~ >,1,1.0 +0613,0613,12,symb,two_rule_comb1,23.0,"['*', '<']",* <],1,1.0 +0613,0613,12,symb,two_rule_comb1,24.0,"['!', '&']",! &],1,1.0 +0613,0613,12,symb,two_rule_comb1,25.0,"['~', '<']",~ <],1,1.0 +0613,0613,12,symb,two_rule_comb1,26.0,"[':', '&']",: &],1,1.0 +0613,0613,12,symb,two_rule_comb1,27.0,"['~', ':']",~ :],1,1.0 +0613,0613,12,symb,two_rule_comb1,28.0,"['<', '(']",< (],1,1.0 +0613,0613,12,symb,two_rule_comb1,29.0,"['%', '(']",% (],1,1.0 +0613,0613,12,symb,two_rule_comb1,30.0,"['(', '$']",( $],1,1.0 +0613,0613,12,symb,two_rule_comb1,31.0,"['~', '*']",~ *],1,1.0 +0613,0613,12,symb,two_rule_comb1,32.0,"['&', '>']",& >],1,1.0 +0613,0613,12,symb,two_rule_comb1,33.0,"['!', '%']",! %],1,1.0 +0613,0613,12,symb,two_rule_comb1,34.0,"['&', '*']",& *],1,1.0 +0613,0613,12,symb,two_rule_comb1,35.0,"['(', '&']",(& %)],0,1.0 +0613,0613,12,symb,two_rule_comb1,36.0,"['~', '~']",~ ~],1,1.0 +0613,0613,12,symb,two_rule_comb1,37.0,"['~', '*']",~ *],1,1.0 +0613,0613,12,symb,two_rule_comb1,38.0,"['!', '*']",! *],1,1.0 +0613,0613,12,symb,two_rule_comb1,39.0,"['$', '$']",$ $],1,1.0 +0613,0613,12,symb,two_rule_comb1,40.0,"['<', '$']",< $],1,1.0 +0613,0613,12,symb,two_rule_comb1,41.0,"['%', '*']",% *],1,1.0 +0613,0613,12,symb,two_rule_comb1,42.0,"['!', '*']",! *],1,1.0 +0613,0613,12,symb,two_rule_comb1,43.0,"['*', '*']",* $],0,1.0 +0613,0613,12,symb,two_rule_comb1,44.0,"[':', '&']",: &],1,1.0 +0613,0613,12,symb,two_rule_comb1,45.0,"['>', '!']",> !],1,1.0 +0613,0613,12,symb,two_rule_comb1,46.0,"['&', '<']",& <],1,1.0 +0613,0613,12,symb,two_rule_comb1,47.0,"['%', '<']",% <],1,1.0 +0613,0613,12,symb,two_rule_comb1,48.0,"['!', '<']",! <],1,1.0 +0613,0613,12,symb,two_rule_comb1,49.0,"['(', '>']",(< >],0,1.0 +0613,0613,12,symb,two_rule_comb1,50.0,"['!', '$']",! $],1,1.0 +0613,0613,12,symb,two_rule_comb1,51.0,"['!', '(']",! (],1,1.0 +0613,0613,12,symb,two_rule_comb1,52.0,"[':', '$']",: $],1,1.0 +0613,0613,12,symb,two_rule_comb1,53.0,"['$', '<']",$ <],1,1.0 +0613,0613,12,symb,two_rule_comb1,54.0,"['%', ':']",% :],1,1.0 +0613,0613,12,symb,two_rule_comb1,55.0,"['~', '*']",~ ~],0,1.0 +0613,0613,12,symb,two_rule_comb1,56.0,"['>', '%']",> %],1,1.0 +0613,0613,12,symb,two_rule_comb1,57.0,"['~', '~']",~ :],0,1.0 +0613,0613,12,symb,two_rule_comb1,58.0,"['~', '!']",~ !],1,1.0 +0613,0613,12,symb,two_rule_comb1,59.0,"['(', '<']",( <],1,1.0 +0613,0613,12,symb,two_rule_comb1,60.0,"['~', '~']",~ >],0,1.0 +0613,0613,12,symb,two_rule_comb1,61.0,"[':', '(']",: (],1,1.0 +0613,0613,12,symb,two_rule_comb1,62.0,"['~', '(']",~ (],1,1.0 +0613,0613,12,symb,two_rule_comb1,63.0,"['*', '&']",* &],1,1.0 +0613,0613,12,symb,two_rule_comb1,64.0,"[':', '&']",: :],0,1.0 +0613,0613,12,symb,two_rule_comb1,65.0,"['!', '!']",% !],0,1.0 +0613,0613,12,symb,two_rule_comb1,66.0,"['<', '$']",< $],1,1.0 +0613,0613,12,symb,two_rule_comb1,67.0,"['(', '$']",( $],1,1.0 +0613,0613,12,symb,two_rule_comb1,68.0,"['>', '>']",> <],0,1.0 +0613,0613,12,symb,two_rule_comb1,69.0,"['<', '*']",< *],1,1.0 +0613,0613,12,symb,two_rule_comb1,70.0,"['%', '&']",% &],1,1.0 +0613,0613,12,symb,two_rule_comb1,71.0,"['(', ':']",( : ],1,1.0 +0613,0613,12,symb,two_rule_comb1,72.0,"[':', '!']",: !],1,1.0 +0613,0613,12,symb,two_rule_comb1,73.0,"['<', '~']",> $],0,1.0 +0613,0613,12,symb,two_rule_comb1,74.0,"['!', ':']",! :],1,1.0 +0613,0613,12,symb,two_rule_comb1,75.0,"['>', '$']",> $],1,1.0 +0613,0613,12,symb,two_rule_comb1,76.0,"['!', '*']",! *],1,1.0 +0613,0613,12,symb,two_rule_comb1,77.0,"['>', '<']",> <],1,1.0 +0613,0613,12,symb,two_rule_comb1,78.0,"['<', '<']",< <],1,1.0 +0613,0613,12,symb,two_rule_comb1,79.0,"['~', ':']",~ :],1,1.0 +0613,0613,12,symb,two_rule_comb1,80.0,"['~', ':']",~ :],1,1.0 +0613,0613,12,symb,two_rule_comb1,81.0,"['%', '~']",% ~],1,1.0 +0613,0613,12,symb,two_rule_comb1,82.0,"['<', '%']",< %],1,1.0 +0613,0613,12,symb,two_rule_comb1,83.0,"['&', '*']",& *],1,1.0 +0613,0613,12,symb,two_rule_comb1,84.0,"['>', '>']",> !],0,1.0 +0613,0613,12,symb,two_rule_comb1,85.0,"['<', '(']",< (],1,1.0 +0613,0613,12,symb,two_rule_comb1,86.0,"['&', '>']",& >],1,1.0 +0613,0613,12,symb,two_rule_comb1,87.0,"['&', '(']",& (],1,1.0 +0613,0613,12,symb,two_rule_comb1,88.0,"['&', '&']",& <],0,1.0 +0613,0613,12,symb,two_rule_comb1,89.0,"['~', '$']",~ ~],0,1.0 +0613,0613,12,symb,two_rule_comb1,90.0,"['*', '>']",* >],1,1.0 +0613,0613,12,symb,two_rule_comb1,91.0,"['(', '(']",(% (],0,1.0 +0613,0613,12,symb,two_rule_comb1,92.0,"['&', '*']",& *],1,1.0 +0613,0613,12,symb,two_rule_comb1,93.0,"['%', '%']",% &],0,1.0 +0613,0613,12,symb,two_rule_comb1,94.0,"['>', '(']",> (],1,1.0 +0613,0613,12,symb,two_rule_comb1,95.0,"['&', '<']",& <],1,1.0 +0613,0613,12,symb,two_rule_comb1,96.0,"['>', '&']",> &],1,1.0 +0613,0613,12,symb,two_rule_comb1,97.0,"['!', '$']",! $],1,1.0 +0613,0613,12,symb,two_rule_comb1,98.0,"['>', '~']",> ~],1,1.0 +0613,0613,12,symb,two_rule_comb1,99.0,"['*', '&']",* &],1,1.0 +0613,0613,12,symb,two_rule_comb2,0.0,"['&', '%']",< %],0,1.0 +0613,0613,12,symb,two_rule_comb2,1.0,"['%', '>']",: >],0,1.0 +0613,0613,12,symb,two_rule_comb2,2.0,"['~', '<']",~ &],0,1.0 +0613,0613,12,symb,two_rule_comb2,3.0,"['&', '<']",>( <],0,1.0 +0613,0613,12,symb,two_rule_comb2,4.0,"['>', '*']",! *],0,1.0 +0613,0613,12,symb,two_rule_comb2,5.0,"['*', '~']",* !],0,1.0 +0613,0613,12,symb,two_rule_comb2,6.0,"['(', ':']",( <],0,1.0 +0613,0613,12,symb,two_rule_comb2,7.0,"['!', '*']",! <],0,1.0 +0613,0613,12,symb,two_rule_comb2,8.0,"['$', '$']",< $],0,1.0 +0613,0613,12,symb,two_rule_comb2,9.0,"['~', '<']",~ $],0,1.0 +0613,0613,12,symb,two_rule_comb2,10.0,"[':', ':']",< :],0,1.0 +0613,0613,12,symb,two_rule_comb2,11.0,"['$', '<']",& <],0,1.0 +0613,0613,12,symb,two_rule_comb2,12.0,"['<', '(']",< :],0,1.0 +0613,0613,12,symb,two_rule_comb2,13.0,"['(', '~']",: ~],0,1.0 +0613,0613,12,symb,two_rule_comb2,14.0,"['*', '!']",< !],0,1.0 +0613,0613,12,symb,two_rule_comb2,15.0,"[':', '<']",: $],0,1.0 +0613,0613,12,symb,two_rule_comb2,16.0,"['(', '$']",( !],0,1.0 +0613,0613,12,symb,two_rule_comb2,17.0,"['$', '(']",< (],0,1.0 +0613,0613,12,symb,two_rule_comb2,18.0,"['%', '%']",% #],0,1.0 +0613,0613,12,symb,two_rule_comb2,19.0,"['<', '(']",< >],0,1.0 +0613,0613,12,symb,two_rule_comb2,20.0,"['(', '<']",: <],0,1.0 +0613,0613,12,symb,two_rule_comb2,21.0,"['%', '~']",> ~],0,1.0 +0613,0613,12,symb,two_rule_comb2,22.0,"['&', '<']",& $],0,1.0 +0613,0613,12,symb,two_rule_comb2,23.0,"['<', '$']",< ~],0,1.0 +0613,0613,12,symb,two_rule_comb2,24.0,"['<', '!']",& !],0,1.0 +0613,0613,12,symb,two_rule_comb2,25.0,"['%', '~']",% *],0,1.0 +0613,0613,12,symb,two_rule_comb2,26.0,"[':', '>']",* >],0,1.0 +0613,0613,12,symb,two_rule_comb2,27.0,"['~', '&']",~ ~],0,1.0 +0613,0613,12,symb,two_rule_comb2,28.0,"['$', '&']",$ >],0,1.0 +0613,0613,12,symb,two_rule_comb2,29.0,"['%', '(']",% :],0,1.0 +0613,0613,12,symb,two_rule_comb2,30.0,"['!', '*']",! <],0,1.0 +0613,0613,12,symb,two_rule_comb2,31.0,"['~', '<']",~ *],0,1.0 +0613,0613,12,symb,two_rule_comb2,32.0,"['&', '*']",& <],0,1.0 +0613,0613,12,symb,two_rule_comb2,33.0,"['<', '~']",< !],0,1.0 +0613,0613,12,symb,two_rule_comb2,34.0,"['<', '&']",< $],0,1.0 +0613,0613,12,symb,two_rule_comb2,35.0,"['>', '~']",:!],0,1.0 +0613,0613,12,symb,two_rule_comb2,36.0,"[':', '%']",% %],0,1.0 +0613,0613,12,symb,two_rule_comb2,37.0,"['$', '~']",< ~],0,1.0 +0613,0613,12,symb,two_rule_comb2,38.0,"['(', '*']",% *],0,1.0 +0613,0613,12,symb,two_rule_comb2,39.0,"['*', '&']",* (],0,1.0 +0613,0613,12,symb,two_rule_comb2,40.0,"[':', '!']",% !],0,1.0 +0613,0613,12,symb,two_rule_comb2,41.0,"['$', '~']",$ *],0,1.0 +0613,0613,12,symb,two_rule_comb2,42.0,"['~', '<']",< <],0,1.0 +0613,0613,12,symb,two_rule_comb2,43.0,"[':', '$']",: ?],0,1.0 +0613,0613,12,symb,two_rule_comb2,44.0,"['(', '!']",( >],0,1.0 +0613,0613,12,symb,two_rule_comb2,45.0,"['>', '&']",> %],0,1.0 +0613,0613,12,symb,two_rule_comb2,46.0,"['%', ':']",% %],0,1.0 +0613,0613,12,symb,two_rule_comb2,47.0,"['!', '>']",> >],0,1.0 +0613,0613,12,symb,two_rule_comb2,48.0,"['>', '<']",> *),0,1.0 +0613,0613,12,symb,two_rule_comb2,49.0,"['<', '!']",$ !],0,1.0 +0613,0613,12,symb,two_rule_comb2,50.0,"['~', '(']",~ >],0,1.0 +0613,0613,12,symb,two_rule_comb2,51.0,"['$', '!']",< !],0,1.0 +0613,0613,12,symb,two_rule_comb2,52.0,"['&', '&']",& #],0,1.0 +0613,0613,12,symb,two_rule_comb2,53.0,"['%', '$']",% <],0,1.0 +0613,0613,12,symb,two_rule_comb2,54.0,"['~', ':']",! :],0,1.0 +0613,0613,12,symb,two_rule_comb2,55.0,"['~', '!']",* !],0,1.0 +0613,0613,12,symb,two_rule_comb2,56.0,"[':', '<']",% <],0,1.0 +0613,0613,12,symb,two_rule_comb2,57.0,"['$', '~']",$ $],0,1.0 +0613,0613,12,symb,two_rule_comb2,58.0,"['<', '%']",? %],0,1.0 +0613,0613,12,symb,two_rule_comb2,59.0,"['%', '<']",% $],0,1.0 +0613,0613,12,symb,two_rule_comb2,60.0,"['*', '%']",% %],0,1.0 +0613,0613,12,symb,two_rule_comb2,61.0,"['%', '*']",% *],1,1.0 +0613,0613,12,symb,two_rule_comb2,62.0,"['<', '&']",< $],0,1.0 +0613,0613,12,symb,two_rule_comb2,63.0,"[':', '*']",* *],0,1.0 +0613,0613,12,symb,two_rule_comb2,64.0,"[':', '>']",< >],0,1.0 +0613,0613,12,symb,two_rule_comb2,65.0,"['$', '&']",$ >],0,1.0 +0613,0613,12,symb,two_rule_comb2,66.0,"['<', '$']",? $],0,1.0 +0613,0613,12,symb,two_rule_comb2,67.0,"['$', '%']",% %],0,1.0 +0613,0613,12,symb,two_rule_comb2,68.0,"['%', '$']",% !],0,1.0 +0613,0613,12,symb,two_rule_comb2,69.0,"['%', '%']",% &],0,1.0 +0613,0613,12,symb,two_rule_comb2,70.0,"['<', ':']",& :],0,1.0 +0613,0613,12,symb,two_rule_comb2,71.0,"['$', ':']",$ #],0,1.0 +0613,0613,12,symb,two_rule_comb2,72.0,"['&', '&']",& >],0,1.0 +0613,0613,12,symb,two_rule_comb2,73.0,"['(', '!']",% %],0,1.0 +0613,0613,12,symb,two_rule_comb2,74.0,"[':', '*']",: <],0,1.0 +0613,0613,12,symb,two_rule_comb2,75.0,"['%', '*']",(: *),0,1.0 +0613,0613,12,symb,two_rule_comb2,76.0,"['<', '>']",> >],0,1.0 +0613,0613,12,symb,two_rule_comb2,77.0,"[':', ':']",: <],0,1.0 +0613,0613,12,symb,two_rule_comb2,78.0,"['~', '~']",* ~],0,1.0 +0613,0613,12,symb,two_rule_comb2,79.0,"[':', '%']",% %],0,1.0 +0613,0613,12,symb,two_rule_comb2,80.0,"['*', '*']",* #],0,1.0 +0613,0613,12,symb,two_rule_comb2,81.0,"['%', ':']",% :],1,1.0 +0613,0613,12,symb,two_rule_comb2,82.0,"['>', '<']",% <],0,1.0 +0613,0613,12,symb,two_rule_comb2,83.0,"[':', '(']",: >],0,1.0 +0613,0613,12,symb,two_rule_comb2,84.0,"['<', '*']",$ *],0,1.0 +0613,0613,12,symb,two_rule_comb2,85.0,"[':', '%']",: #],0,1.0 +0613,0613,12,symb,two_rule_comb2,86.0,"['<', '%']",< !],0,1.0 +0613,0613,12,symb,two_rule_comb2,87.0,"['%', '!']",: !],0,1.0 +0613,0613,12,symb,two_rule_comb2,88.0,"['>', '&']",! &],0,1.0 +0613,0613,12,symb,two_rule_comb2,89.0,"['~', '%']",~ #],0,1.0 +0613,0613,12,symb,two_rule_comb2,90.0,"[':', '<']",% <],0,1.0 +0613,0613,12,symb,two_rule_comb2,91.0,"['$', '<']",< <],0,1.0 +0613,0613,12,symb,two_rule_comb2,92.0,"['%', '<']",% <],1,1.0 +0613,0613,12,symb,two_rule_comb2,93.0,"['>', '>']",! >],0,1.0 +0613,0613,12,symb,two_rule_comb2,94.0,"['>', '%']",! %],0,1.0 +0613,0613,12,symb,two_rule_comb2,95.0,"['&', '%']",# %],0,1.0 +0613,0613,12,symb,two_rule_comb2,96.0,"['*', '%']",~ %],0,1.0 +0613,0613,12,symb,two_rule_comb2,97.0,"['<', '&']",< (],0,1.0 +0613,0613,12,symb,two_rule_comb2,98.0,"['~', '(']",~ >],0,1.0 +0613,0613,12,symb,two_rule_comb2,99.0,"['*', '>']",* (],0,1.0 +0613,0613,12,symb,two_rule_comb3,0.0,"['$', '&']",$ &],1,1.0 +0613,0613,12,symb,two_rule_comb3,1.0,"['$', '%']",$ %],1,1.0 +0613,0613,12,symb,two_rule_comb3,2.0,"['(', ':']",(:],1,1.0 +0613,0613,12,symb,two_rule_comb3,3.0,"['&', ':']",& :],1,1.0 +0613,0613,12,symb,two_rule_comb3,4.0,"['<', '>']",< >],1,1.0 +0613,0613,12,symb,two_rule_comb3,5.0,"[':', '*']",: *],1,1.0 +0613,0613,12,symb,two_rule_comb3,6.0,"['$', '*']",$ *],1,1.0 +0613,0613,12,symb,two_rule_comb3,7.0,"['~', '&']",~ &],1,1.0 +0613,0613,12,symb,two_rule_comb3,8.0,"['$', ':']",$ :],1,1.0 +0613,0613,12,symb,two_rule_comb3,9.0,"['(', '<']",( <],1,1.0 +0613,0613,12,symb,two_rule_comb3,10.0,"['%', '(']",% (],1,1.0 +0613,0613,12,symb,two_rule_comb3,11.0,"[':', '~']",: ~],1,1.0 +0613,0613,12,symb,two_rule_comb3,12.0,"[':', '!']",: !],1,1.0 +0613,0613,12,symb,two_rule_comb3,13.0,"['<', '$']",< $],1,1.0 +0613,0613,12,symb,two_rule_comb3,14.0,"['~', '(']",~ (],1,1.0 +0613,0613,12,symb,two_rule_comb3,15.0,"['<', '!']",< !],1,1.0 +0613,0613,12,symb,two_rule_comb3,16.0,"['%', '<']",% <],1,1.0 +0613,0613,12,symb,two_rule_comb3,17.0,"['<', '<']",< <],1,1.0 +0613,0613,12,symb,two_rule_comb3,18.0,"['>', '%']",> %],1,1.0 +0613,0613,12,symb,two_rule_comb3,19.0,"['<', '~']",< ~],1,1.0 +0613,0613,12,symb,two_rule_comb3,20.0,"['~', '(']",~ (],1,1.0 +0613,0613,12,symb,two_rule_comb3,21.0,"['%', '~']",% ~],1,1.0 +0613,0613,12,symb,two_rule_comb3,22.0,"['>', '%']",> %],1,1.0 +0613,0613,12,symb,two_rule_comb3,23.0,"['~', ':']",~ :],1,1.0 +0613,0613,12,symb,two_rule_comb3,24.0,"[':', '!']",: !],1,1.0 +0613,0613,12,symb,two_rule_comb3,25.0,"['&', '>']",& >],1,1.0 +0613,0613,12,symb,two_rule_comb3,26.0,"['&', '*']",:& *],0,1.0 +0613,0613,12,symb,two_rule_comb3,27.0,"['(', '~']",( ~],1,1.0 +0613,0613,12,symb,two_rule_comb3,28.0,"['&', '*']",& *],1,1.0 +0613,0613,12,symb,two_rule_comb3,29.0,"['%', '*']",% *],1,1.0 +0613,0613,12,symb,two_rule_comb3,30.0,"['*', '(']",* (],1,1.0 +0613,0613,12,symb,two_rule_comb3,31.0,"['<', '<']",< %],0,1.0 +0613,0613,12,symb,two_rule_comb3,32.0,"['$', '~']",$ ~],1,1.0 +0613,0613,12,symb,two_rule_comb3,33.0,"['$', '%']",$ %],1,1.0 +0613,0613,12,symb,two_rule_comb3,34.0,"['!', '(']",! (],1,1.0 +0613,0613,12,symb,two_rule_comb3,35.0,"['%', '&']",% &],1,1.0 +0613,0613,12,symb,two_rule_comb3,36.0,"['~', '!']",~ !],1,1.0 +0613,0613,12,symb,two_rule_comb3,37.0,"['!', '*']",! *],1,1.0 +0613,0613,12,symb,two_rule_comb3,38.0,"['*', '&']",* &],1,1.0 +0613,0613,12,symb,two_rule_comb3,39.0,"['&', '!']",& !],1,1.0 +0613,0613,12,symb,two_rule_comb3,40.0,"['$', '&']",$ &],1,1.0 +0613,0613,12,symb,two_rule_comb3,41.0,"['(', '(']",( (],1,1.0 +0613,0613,12,symb,two_rule_comb3,42.0,"['$', ':']",: ~],0,1.0 +0613,0613,12,symb,two_rule_comb3,43.0,"['!', '*']",! *],1,1.0 +0613,0613,12,symb,two_rule_comb3,44.0,"['%', ':']",% :],1,1.0 +0613,0613,12,symb,two_rule_comb3,45.0,"['<', '*']",< *],1,1.0 +0613,0613,12,symb,two_rule_comb3,46.0,"['*', '!']",* !],1,1.0 +0613,0613,12,symb,two_rule_comb3,47.0,"['*', '(']",* (],1,1.0 +0613,0613,12,symb,two_rule_comb3,48.0,"['<', '&']",<& %],0,1.0 +0613,0613,12,symb,two_rule_comb3,49.0,"['<', '*']",< *],1,1.0 +0613,0613,12,symb,two_rule_comb3,50.0,"['~', '$']",~ $],1,1.0 +0613,0613,12,symb,two_rule_comb3,51.0,"['~', '~']",~ *],0,1.0 +0613,0613,12,symb,two_rule_comb3,52.0,"['~', '!']",~ !],1,1.0 +0613,0613,12,symb,two_rule_comb3,53.0,"['(', '*']",( *],1,1.0 +0613,0613,12,symb,two_rule_comb3,54.0,"['$', '$']",$ !],0,1.0 +0613,0613,12,symb,two_rule_comb3,55.0,"['*', '~']",* ~],1,1.0 +0613,0613,12,symb,two_rule_comb3,56.0,"['!', '%']",! %],1,1.0 +0613,0613,12,symb,two_rule_comb3,57.0,"[':', '~']",: ~],1,1.0 +0613,0613,12,symb,two_rule_comb3,58.0,"['>', ':']",> :]],1,1.0 +0613,0613,12,symb,two_rule_comb3,59.0,"['!', '*']",! *],1,1.0 +0613,0613,12,symb,two_rule_comb3,60.0,"[':', '&']",: &],1,1.0 +0613,0613,12,symb,two_rule_comb3,61.0,"['!', '>']",! >],1,1.0 +0613,0613,12,symb,two_rule_comb3,62.0,"['$', '~']",$ ~],1,1.0 +0613,0613,12,symb,two_rule_comb3,63.0,"['$', '&']",$ &],1,1.0 +0613,0613,12,symb,two_rule_comb3,64.0,"['&', '&']",& %],0,1.0 +0613,0613,12,symb,two_rule_comb3,65.0,"['$', '>']",$ >],1,1.0 +0613,0613,12,symb,two_rule_comb3,66.0,"[':', '>']",> *],0,1.0 +0613,0613,12,symb,two_rule_comb3,67.0,"['$', '*']",$ *],1,1.0 +0613,0613,12,symb,two_rule_comb3,68.0,"[':', '*']",: *],1,1.0 +0613,0613,12,symb,two_rule_comb3,69.0,"['&', '!']",& !],1,1.0 +0613,0613,12,symb,two_rule_comb3,70.0,"['(', '>']",( >],1,1.0 +0613,0613,12,symb,two_rule_comb3,71.0,"['>', '*']",> *],1,1.0 +0613,0613,12,symb,two_rule_comb3,72.0,"['%', '*']",% *],1,1.0 +0613,0613,12,symb,two_rule_comb3,73.0,"['~', '&']",~ &],1,1.0 +0613,0613,12,symb,two_rule_comb3,74.0,"['!', '!']",! !],1,1.0 +0613,0613,12,symb,two_rule_comb3,75.0,"[':', '(']",: (],1,1.0 +0613,0613,12,symb,two_rule_comb3,76.0,"['>', '%']",> %],1,1.0 +0613,0613,12,symb,two_rule_comb3,77.0,"['%', ':']",% ~],0,1.0 +0613,0613,12,symb,two_rule_comb3,78.0,"[':', '!']",: !],1,1.0 +0613,0613,12,symb,two_rule_comb3,79.0,"['(', '*']",( *),0,1.0 +0613,0613,12,symb,two_rule_comb3,80.0,"['&', '%']",& %],1,1.0 +0613,0613,12,symb,two_rule_comb3,81.0,"['!', '%']",! %],1,1.0 +0613,0613,12,symb,two_rule_comb3,82.0,"['&', '(']",& (],1,1.0 +0613,0613,12,symb,two_rule_comb3,83.0,"['%', '(']",% (],1,1.0 +0613,0613,12,symb,two_rule_comb3,84.0,"['&', '(']",& (],1,1.0 +0613,0613,12,symb,two_rule_comb3,85.0,"['~', '$']",~ $],1,1.0 +0613,0613,12,symb,two_rule_comb3,86.0,"['!', ':']",! :],1,1.0 +0613,0613,12,symb,two_rule_comb3,87.0,"['$', '<']",< &],0,1.0 +0613,0613,12,symb,two_rule_comb3,88.0,"['~', '*']",~ *],1,1.0 +0613,0613,12,symb,two_rule_comb3,89.0,"['*', '&']",* *],0,1.0 +0613,0613,12,symb,two_rule_comb3,90.0,"['!', '~']",$ $],0,1.0 +0613,0613,12,symb,two_rule_comb3,91.0,"['<', '(']",< (],1,1.0 +0613,0613,12,symb,two_rule_comb3,92.0,"['*', '<']",* <]],1,1.0 +0613,0613,12,symb,two_rule_comb3,93.0,"['*', '~']",* ~],1,1.0 +0613,0613,12,symb,two_rule_comb3,94.0,"['~', '*']",~ *],1,1.0 +0613,0613,12,symb,two_rule_comb3,95.0,"['>', ':']",> :],1,1.0 +0613,0613,12,symb,two_rule_comb3,96.0,"['<', ':']",< :],1,1.0 +0613,0613,12,symb,two_rule_comb3,97.0,"[':', '$']",: $],1,1.0 +0613,0613,12,symb,two_rule_comb3,98.0,"['&', '!']",& !],1,1.0 +0613,0613,12,symb,two_rule_comb3,99.0,"['(', '$']",( $],1,1.0 +0613,0613,12,symb,two_rule_comb4,0.0,"['&', '~']",$ ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,1.0,"['<', '>']",& (],0,1.0 +0613,0613,12,symb,two_rule_comb4,2.0,"['(', '!']",& !],0,1.0 +0613,0613,12,symb,two_rule_comb4,3.0,"['!', '&']",! :],0,1.0 +0613,0613,12,symb,two_rule_comb4,4.0,"['&', '(']",# $],0,1.0 +0613,0613,12,symb,two_rule_comb4,5.0,"['$', '&']",$ <],0,1.0 +0613,0613,12,symb,two_rule_comb4,6.0,"['&', '!']",% <],0,1.0 +0613,0613,12,symb,two_rule_comb4,7.0,"['!', '(']",! <],0,1.0 +0613,0613,12,symb,two_rule_comb4,8.0,"['~', '(']",> * !],0,1.0 +0613,0613,12,symb,two_rule_comb4,9.0,"['*', '(']",~ >],0,1.0 +0613,0613,12,symb,two_rule_comb4,10.0,"[':', '<']",* <],0,1.0 +0613,0613,12,symb,two_rule_comb4,11.0,"['%', '&']",: &],0,1.0 +0613,0613,12,symb,two_rule_comb4,12.0,"['$', '(']",$ : ],0,1.0 +0613,0613,12,symb,two_rule_comb4,13.0,"['$', '%']",$ ],0,1.0 +0613,0613,12,symb,two_rule_comb4,14.0,"['$', '*']",$ <],0,1.0 +0613,0613,12,symb,two_rule_comb4,15.0,"['~', '~']",~ >],0,1.0 +0613,0613,12,symb,two_rule_comb4,16.0,"['&', '%']",$ %],0,1.0 +0613,0613,12,symb,two_rule_comb4,17.0,"['<', '$']",< : ],0,1.0 +0613,0613,12,symb,two_rule_comb4,18.0,"['>', '$']",> &],0,1.0 +0613,0613,12,symb,two_rule_comb4,19.0,"['*', '!']",$ !],0,1.0 +0613,0613,12,symb,two_rule_comb4,20.0,"['$', '*']",& *],0,1.0 +0613,0613,12,symb,two_rule_comb4,21.0,"['(', '&']",: &],0,1.0 +0613,0613,12,symb,two_rule_comb4,22.0,"['(', '!']",: &],0,1.0 +0613,0613,12,symb,two_rule_comb4,23.0,"['&', '!']",> !],0,1.0 +0613,0613,12,symb,two_rule_comb4,24.0,"['<', ':']",< ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,25.0,"['<', '!']",< ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,26.0,"['&', '&']",< &],0,1.0 +0613,0613,12,symb,two_rule_comb4,27.0,"[':', '(']",% (],0,1.0 +0613,0613,12,symb,two_rule_comb4,28.0,"['(', '*']",% *],0,1.0 +0613,0613,12,symb,two_rule_comb4,29.0,"['(', '&']",( <],0,1.0 +0613,0613,12,symb,two_rule_comb4,30.0,"['$', '~']",< ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,31.0,"['%', '>']",: >],0,1.0 +0613,0613,12,symb,two_rule_comb4,32.0,"['%', '%']",% !],0,1.0 +0613,0613,12,symb,two_rule_comb4,33.0,"['<', '%']",< ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,34.0,"[':', '~']",% >],0,1.0 +0613,0613,12,symb,two_rule_comb4,35.0,"['<', '>']",! !],0,1.0 +0613,0613,12,symb,two_rule_comb4,36.0,"['%', '(']",: $],0,1.0 +0613,0613,12,symb,two_rule_comb4,37.0,"['$', '(']",$: >],0,1.0 +0613,0613,12,symb,two_rule_comb4,38.0,"['>', '%']",> !],0,1.0 +0613,0613,12,symb,two_rule_comb4,39.0,"['%', '(']",* (],0,1.0 +0613,0613,12,symb,two_rule_comb4,40.0,"['>', '*']",> $],0,1.0 +0613,0613,12,symb,two_rule_comb4,41.0,"['!', '$']",> *],0,1.0 +0613,0613,12,symb,two_rule_comb4,42.0,"['<', '%']",< *)],0,1.0 +0613,0613,12,symb,two_rule_comb4,43.0,"['$', '<']",& <],0,1.0 +0613,0613,12,symb,two_rule_comb4,44.0,"['<', '%']",< %],1,1.0 +0613,0613,12,symb,two_rule_comb4,45.0,"['&', '!']",& >],0,1.0 +0613,0613,12,symb,two_rule_comb4,46.0,"['&', '%']",$ *],0,1.0 +0613,0613,12,symb,two_rule_comb4,47.0,"['*', '(']",* >],0,1.0 +0613,0613,12,symb,two_rule_comb4,48.0,"['<', '(']",: (],0,1.0 +0613,0613,12,symb,two_rule_comb4,49.0,"['~', '!']",% %],0,1.0 +0613,0613,12,symb,two_rule_comb4,50.0,"['$', '(']",& !],0,1.0 +0613,0613,12,symb,two_rule_comb4,51.0,"['~', '<']",~ (],0,1.0 +0613,0613,12,symb,two_rule_comb4,52.0,"[':', '~']",: *],0,1.0 +0613,0613,12,symb,two_rule_comb4,53.0,"['>', '*']",! ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,54.0,"['~', '(']",< (],0,1.0 +0613,0613,12,symb,two_rule_comb4,55.0,"['>', '!']",( >],0,1.0 +0613,0613,12,symb,two_rule_comb4,56.0,"['>', '$']",$ $],0,1.0 +0613,0613,12,symb,two_rule_comb4,57.0,"[':', '&']",: %],0,1.0 +0613,0613,12,symb,two_rule_comb4,58.0,"['~', '&']",& !],0,1.0 +0613,0613,12,symb,two_rule_comb4,59.0,"[':', ':']",: ^],0,1.0 +0613,0613,12,symb,two_rule_comb4,60.0,"['&', '<']",% <],0,1.0 +0613,0613,12,symb,two_rule_comb4,61.0,"[':', '<']",: ^],0,1.0 +0613,0613,12,symb,two_rule_comb4,62.0,"['$', '!']",& !],0,1.0 +0613,0613,12,symb,two_rule_comb4,63.0,"['%', '*']",! *],0,1.0 +0613,0613,12,symb,two_rule_comb4,64.0,"['%', '*']",:% :],0,1.0 +0613,0613,12,symb,two_rule_comb4,65.0,"['*', '>']",~ ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,66.0,"['*', '>']",* !],0,1.0 +0613,0613,12,symb,two_rule_comb4,67.0,"['~', '(']",~ ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,68.0,"['!', '>']",> :]],0,1.0 +0613,0613,12,symb,two_rule_comb4,69.0,"['&', '<']",& :.],0,1.0 +0613,0613,12,symb,two_rule_comb4,70.0,"['&', '&']",& ?],0,1.0 +0613,0613,12,symb,two_rule_comb4,71.0,"['%', '&']",% *],0,1.0 +0613,0613,12,symb,two_rule_comb4,72.0,"['(', '$']",: :],0,1.0 +0613,0613,12,symb,two_rule_comb4,73.0,"['<', '!']",! >],0,1.0 +0613,0613,12,symb,two_rule_comb4,74.0,"['%', '%']",% $],0,1.0 +0613,0613,12,symb,two_rule_comb4,75.0,"['!', '%']",! *],0,1.0 +0613,0613,12,symb,two_rule_comb4,76.0,"['&', '!']",:! *],0,1.0 +0613,0613,12,symb,two_rule_comb4,77.0,"['!', '$']",($ $)],0,1.0 +0613,0613,12,symb,two_rule_comb4,78.0,"['>', '<']",> %],0,1.0 +0613,0613,12,symb,two_rule_comb4,79.0,"['<', '~']",: ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,80.0,"['(', '~']",<( !],0,1.0 +0613,0613,12,symb,two_rule_comb4,81.0,"['(', ':']",% :],0,1.0 +0613,0613,12,symb,two_rule_comb4,82.0,"['!', '*']",> :],0,1.0 +0613,0613,12,symb,two_rule_comb4,83.0,"['%', '*']",: !],0,1.0 +0613,0613,12,symb,two_rule_comb4,84.0,"['>', '%']",~ %],0,1.0 +0613,0613,12,symb,two_rule_comb4,85.0,"['<', '&']",< $],0,1.0 +0613,0613,12,symb,two_rule_comb4,86.0,"['>', ':']",> : ],1,1.0 +0613,0613,12,symb,two_rule_comb4,87.0,"['%', '<']",# <],0,1.0 +0613,0613,12,symb,two_rule_comb4,88.0,"['>', '(']",! (],0,1.0 +0613,0613,12,symb,two_rule_comb4,89.0,"['$', '$']",< $],0,1.0 +0613,0613,12,symb,two_rule_comb4,90.0,"[':', '%']",: ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,91.0,"['*', '&']",& &],0,1.0 +0613,0613,12,symb,two_rule_comb4,92.0,"['(', '<']",@ #],0,1.0 +0613,0613,12,symb,two_rule_comb4,93.0,"['(', '<']",> <],0,1.0 +0613,0613,12,symb,two_rule_comb4,94.0,"['~', '%']",~ !],0,1.0 +0613,0613,12,symb,two_rule_comb4,95.0,"['!', '<']",! *],0,1.0 +0613,0613,12,symb,two_rule_comb4,96.0,"['>', '&']",> >],0,1.0 +0613,0613,12,symb,two_rule_comb4,97.0,"['(', '$']",( &],0,1.0 +0613,0613,12,symb,two_rule_comb4,98.0,"['%', '$']",% ~],0,1.0 +0613,0613,12,symb,two_rule_comb4,99.0,"['&', '~']",# ~],0,1.0 +0613,0613,12,symb,two_rule_comb5,0.0,"['*', '%']",*& ^],0,1.0 +0613,0613,12,symb,two_rule_comb5,1.0,"['(', '(']",# =],0,1.0 +0613,0613,12,symb,two_rule_comb5,2.0,"['$', '$']",: ^],0,1.0 +0613,0613,12,symb,two_rule_comb5,3.0,"['(', '<']",: &],0,1.0 +0613,0613,12,symb,two_rule_comb5,4.0,"['$', '(']",& %],0,1.0 +0613,0613,12,symb,two_rule_comb5,5.0,"['%', '&']",: $],0,1.0 +0613,0613,12,symb,two_rule_comb5,6.0,"['$', '&']",& <],0,1.0 +0613,0613,12,symb,two_rule_comb5,7.0,"['*', '!']",# !],0,1.0 +0613,0613,12,symb,two_rule_comb5,8.0,"['(', '%']",* : >],0,1.0 +0613,0613,12,symb,two_rule_comb5,9.0,"['!', '(']",> %],0,1.0 +0613,0613,12,symb,two_rule_comb5,10.0,"['$', '%']",< (],0,1.0 +0613,0613,12,symb,two_rule_comb5,11.0,"['(', ':']",@ #],0,1.0 +0613,0613,12,symb,two_rule_comb5,12.0,"['$', '~']",# >],0,1.0 +0613,0613,12,symb,two_rule_comb5,13.0,"['!', '~']",( < *),0,1.0 +0613,0613,12,symb,two_rule_comb5,14.0,"['<', ':']",& (],0,1.0 +0613,0613,12,symb,two_rule_comb5,15.0,"['~', '&']",(! ],0,1.0 +0613,0613,12,symb,two_rule_comb5,16.0,"['&', '$']",$ <],0,1.0 +0613,0613,12,symb,two_rule_comb5,17.0,"['~', '(']",> %],0,1.0 +0613,0613,12,symb,two_rule_comb5,18.0,"['&', '%']",# @],0,1.0 +0613,0613,12,symb,two_rule_comb5,19.0,"['>', '$']",# ^],0,1.0 +0613,0613,12,symb,two_rule_comb5,20.0,"['&', '$']",& $],1,1.0 +0613,0613,12,symb,two_rule_comb5,21.0,"[':', '<']",& ],0,1.0 +0613,0613,12,symb,two_rule_comb5,22.0,"['$', '~']",& *],0,1.0 +0613,0613,12,symb,two_rule_comb5,23.0,"['~', '%']",& >],0,1.0 +0613,0613,12,symb,two_rule_comb5,24.0,"['$', '!']",& >],0,1.0 +0613,0613,12,symb,two_rule_comb5,25.0,"['$', ':']",< : ],0,1.0 +0613,0613,12,symb,two_rule_comb5,26.0,"['&', '<']",& <],1,1.0 +0613,0613,12,symb,two_rule_comb5,27.0,"['*', '~']",* ~],1,1.0 +0613,0613,12,symb,two_rule_comb5,28.0,"['$', ':']",< %],0,1.0 +0613,0613,12,symb,two_rule_comb5,29.0,"[':', '>']",! %]],0,1.0 +0613,0613,12,symb,two_rule_comb5,30.0,"['>', '(']",< !],0,1.0 +0613,0613,12,symb,two_rule_comb5,31.0,"['<', '!']",<( :)],0,1.0 +0613,0613,12,symb,two_rule_comb5,32.0,"['&', ':']",# @],0,1.0 +0613,0613,12,symb,two_rule_comb5,33.0,"['$', '%']",< #],0,1.0 +0613,0613,12,symb,two_rule_comb5,34.0,"[':', '(']",% ],0,1.0 +0613,0613,12,symb,two_rule_comb5,35.0,"['%', '%']",% &],0,1.0 +0613,0613,12,symb,two_rule_comb5,36.0,"['!', '&']",> $],0,1.0 +0613,0613,12,symb,two_rule_comb5,37.0,"['<', '~']",< >],0,1.0 +0613,0613,12,symb,two_rule_comb5,38.0,"['(', '!']",# *)],0,1.0 +0613,0613,12,symb,two_rule_comb5,39.0,"['>', '<']",# <],0,1.0 +0613,0613,12,symb,two_rule_comb5,40.0,"['%', '$']",! !],0,1.0 +0613,0613,12,symb,two_rule_comb5,41.0,"['$', '<']",(? #)],0,1.0 +0613,0613,12,symb,two_rule_comb5,42.0,"['%', '(']",% ],0,1.0 +0613,0613,12,symb,two_rule_comb5,43.0,"['<', '$']",& <],0,1.0 +0613,0613,12,symb,two_rule_comb5,44.0,"['*', '&']",# #],0,1.0 +0613,0613,12,symb,two_rule_comb5,45.0,"['*', '&']",* #],0,1.0 +0613,0613,12,symb,two_rule_comb5,46.0,"['!', '$']",> <],0,1.0 +0613,0613,12,symb,two_rule_comb5,47.0,"['<', '>']",: (],0,1.0 +0613,0613,12,symb,two_rule_comb5,48.0,"['!', ':']",> (],0,1.0 +0613,0613,12,symb,two_rule_comb5,49.0,"['%', ':']",# $],0,1.0 +0613,0613,12,symb,two_rule_comb5,50.0,"['!', '<']",> &],0,1.0 +0613,0613,12,symb,two_rule_comb5,51.0,"['&', '>']",(~ *)],0,1.0 +0613,0613,12,symb,two_rule_comb5,52.0,"['(', '$']",< ?],0,1.0 +0613,0613,12,symb,two_rule_comb5,53.0,"['(', '*']",@ #],0,1.0 +0613,0613,12,symb,two_rule_comb5,54.0,"['%', '$']",: <],0,1.0 +0613,0613,12,symb,two_rule_comb5,55.0,"['&', '%']",& #],0,1.0 +0613,0613,12,symb,two_rule_comb5,56.0,"['$', '<']",< &],0,1.0 +0613,0613,12,symb,two_rule_comb5,57.0,"['<', '<']",# @],0,1.0 +0613,0613,12,symb,two_rule_comb5,58.0,"['%', '<']",! *],0,1.0 +0613,0613,12,symb,two_rule_comb5,59.0,"['~', '*']",< !],0,1.0 +0613,0613,12,symb,two_rule_comb5,60.0,"['~', '<']",> #],0,1.0 +0613,0613,12,symb,two_rule_comb5,61.0,"[':', '~']",* ],0,1.0 +0613,0613,12,symb,two_rule_comb5,62.0,"['(', '~']",(% *)],0,1.0 +0613,0613,12,symb,two_rule_comb5,63.0,"['!', ':']",(> %)],0,1.0 +0613,0613,12,symb,two_rule_comb5,64.0,"[':', '%']",(? @),0,1.0 +0613,0613,12,symb,two_rule_comb5,65.0,"['~', '<']",> <)],0,1.0 +0613,0613,12,symb,two_rule_comb5,66.0,"['%', '>']",: !],0,1.0 +0613,0613,12,symb,two_rule_comb5,67.0,"['*', '<']",& ~],0,1.0 +0613,0613,12,symb,two_rule_comb5,68.0,"['(', '%']",: (],0,1.0 +0613,0613,12,symb,two_rule_comb5,69.0,"['$', '*']",! @],0,1.0 +0613,0613,12,symb,two_rule_comb5,70.0,"['>', '%']",^ %],0,1.0 +0613,0613,12,symb,two_rule_comb5,71.0,"['~', '%']",> #],0,1.0 +0613,0613,12,symb,two_rule_comb5,72.0,"[':', '%']",:% :],0,1.0 +0613,0613,12,symb,two_rule_comb5,73.0,"['<', '%']",& : ],0,1.0 +0613,0613,12,symb,two_rule_comb5,74.0,"['(', '$']",% <],0,1.0 +0613,0613,12,symb,two_rule_comb5,75.0,"['&', '(']",# >],0,1.0 +0613,0613,12,symb,two_rule_comb5,76.0,"['$', '%']",? @]],0,1.0 +0613,0613,12,symb,two_rule_comb5,77.0,"['(', ':']",: (],0,1.0 +0613,0613,12,symb,two_rule_comb5,78.0,"['(', '&']",@ @],0,1.0 +0613,0613,12,symb,two_rule_comb5,79.0,"['>', '<']",# #],0,1.0 +0613,0613,12,symb,two_rule_comb5,80.0,"['(', '!']",( : >)],0,1.0 +0613,0613,12,symb,two_rule_comb5,81.0,"['<', '&']",# @],0,1.0 +0613,0613,12,symb,two_rule_comb5,82.0,"['<', '&']",! ~],0,1.0 +0613,0613,12,symb,two_rule_comb5,83.0,"['%', ':']",% !],0,1.0 +0613,0613,12,symb,two_rule_comb5,84.0,"['*', ':']",# ^],0,1.0 +0613,0613,12,symb,two_rule_comb5,85.0,"['>', '*']",( <],0,1.0 +0613,0613,12,symb,two_rule_comb5,86.0,"['!', '$']",> &],0,1.0 +0613,0613,12,symb,two_rule_comb5,87.0,"['>', '!']",> !],1,1.0 +0613,0613,12,symb,two_rule_comb5,88.0,"['&', '~']",< *],0,1.0 +0613,0613,12,symb,two_rule_comb5,89.0,"['(', '%']",% (],0,1.0 +0613,0613,12,symb,two_rule_comb5,90.0,"['(', '$']",: &],0,1.0 +0613,0613,12,symb,two_rule_comb5,91.0,"[':', '(']",? ?],0,1.0 +0613,0613,12,symb,two_rule_comb5,92.0,"['(', '(']",: %],0,1.0 +0613,0613,12,symb,two_rule_comb5,93.0,"['&', '<']",# %],0,1.0 +0613,0613,12,symb,two_rule_comb5,94.0,"['&', ':']",# <],0,1.0 +0613,0613,12,symb,two_rule_comb5,95.0,"['~', '>']",< ~],0,1.0 +0613,0613,12,symb,two_rule_comb5,96.0,"['&', '&']",* $],0,1.0 +0613,0613,12,symb,two_rule_comb5,97.0,"['$', '>']",! : ],0,1.0 +0613,0613,12,symb,two_rule_comb5,98.0,"['~', ':']",% !],0,1.0 +0613,0613,12,symb,two_rule_comb5,99.0,"['%', ':']",: (],0,1.0 +0613,0613,12,symb,three_rule_comb0,0.0,"['&', ':', ':']",& : :],1,1.0 +0613,0613,12,symb,three_rule_comb0,1.0,"['!', '%', '%']",! % %],1,1.0 +0613,0613,12,symb,three_rule_comb0,2.0,"['*', '$', '%']",* $ %],1,1.0 +0613,0613,12,symb,three_rule_comb0,3.0,"['$', '>', '*']",$ > *],1,1.0 +0613,0613,12,symb,three_rule_comb0,4.0,"[':', '%', '<']",: % <],1,1.0 +0613,0613,12,symb,three_rule_comb0,5.0,"['~', '%', '$']",~ % $],1,1.0 +0613,0613,12,symb,three_rule_comb0,6.0,"['(', '$', ':']",( $ :],1,1.0 +0613,0613,12,symb,three_rule_comb0,7.0,"[':', '>', '&']",: > &],1,1.0 +0613,0613,12,symb,three_rule_comb0,8.0,"['*', '<', '!']",* < !],1,1.0 +0613,0613,12,symb,three_rule_comb0,9.0,"[':', '$', '(']",: $ (],1,1.0 +0613,0613,12,symb,three_rule_comb0,10.0,"['&', '<', '>']",& < >],1,1.0 +0613,0613,12,symb,three_rule_comb0,11.0,"['$', '&', '!']",$ & !],1,1.0 +0613,0613,12,symb,three_rule_comb0,12.0,"['&', '<', '(']",& < (],1,1.0 +0613,0613,12,symb,three_rule_comb0,13.0,"['>', '>', '$']",> > $],1,1.0 +0613,0613,12,symb,three_rule_comb0,14.0,"['(', '$', '<']",( $ <],1,1.0 +0613,0613,12,symb,three_rule_comb0,15.0,"['(', '>', '*']",( > *],1,1.0 +0613,0613,12,symb,three_rule_comb0,16.0,"['~', '!', '&']",~ ! &],1,1.0 +0613,0613,12,symb,three_rule_comb0,17.0,"[':', '*', '(']",: * (],1,1.0 +0613,0613,12,symb,three_rule_comb0,18.0,"['<', '>', '>']",< > >],1,1.0 +0613,0613,12,symb,three_rule_comb0,19.0,"['<', '~', '!']",< ~ !],1,1.0 +0613,0613,12,symb,three_rule_comb0,20.0,"['*', '*', '(']",* * (],1,1.0 +0613,0613,12,symb,three_rule_comb0,21.0,"['>', '&', '%']",> & %],1,1.0 +0613,0613,12,symb,three_rule_comb0,22.0,"[':', '&', '&']",: & &],1,1.0 +0613,0613,12,symb,three_rule_comb0,23.0,"['*', '&', '!']",* & !],1,1.0 +0613,0613,12,symb,three_rule_comb0,24.0,"['~', '>', '&']",~ > &],1,1.0 +0613,0613,12,symb,three_rule_comb0,25.0,"['&', '(', '!']",& ( !],1,1.0 +0613,0613,12,symb,three_rule_comb0,26.0,"[':', '$', '~']",: $ ~],1,1.0 +0613,0613,12,symb,three_rule_comb0,27.0,"['(', '!', '!']",( & !],0,1.0 +0613,0613,12,symb,three_rule_comb0,28.0,"[':', '(', '&']",: ( &],1,1.0 +0613,0613,12,symb,three_rule_comb0,29.0,"['*', '%', '(']",* % (],1,1.0 +0613,0613,12,symb,three_rule_comb0,30.0,"['~', '>', '!']",~ > !],1,1.0 +0613,0613,12,symb,three_rule_comb0,31.0,"['&', '&', ':']",& & :],1,1.0 +0613,0613,12,symb,three_rule_comb0,32.0,"['(', ':', ':']",( : :],1,1.0 +0613,0613,12,symb,three_rule_comb0,33.0,"['%', '<', '<']",% < <],1,1.0 +0613,0613,12,symb,three_rule_comb0,34.0,"['&', ':', '%']",& : %],1,1.0 +0613,0613,12,symb,three_rule_comb0,35.0,"['<', ':', '%']",< : %],1,1.0 +0613,0613,12,symb,three_rule_comb0,36.0,"['&', '(', ':']",& ( :],1,1.0 +0613,0613,12,symb,three_rule_comb0,37.0,"['&', '~', '(']",& ~ (,1,1.0 +0613,0613,12,symb,three_rule_comb0,38.0,"[':', '>', '$']",: > $],1,1.0 +0613,0613,12,symb,three_rule_comb0,39.0,"[':', ':', '&']",: : &],1,1.0 +0613,0613,12,symb,three_rule_comb0,40.0,"['$', '(', '(']",$ ( (],1,1.0 +0613,0613,12,symb,three_rule_comb0,41.0,"['%', '&', '>']",% & >],1,1.0 +0613,0613,12,symb,three_rule_comb0,42.0,"['>', '%', '~']",> % ~],1,1.0 +0613,0613,12,symb,three_rule_comb0,43.0,"['!', '%', '!']",! % !],1,1.0 +0613,0613,12,symb,three_rule_comb0,44.0,"['$', '&', '%']",$ & %],1,1.0 +0613,0613,12,symb,three_rule_comb0,45.0,"[':', '>', '*']",: > *],1,1.0 +0613,0613,12,symb,three_rule_comb0,46.0,"['*', '~', '~']",* ~ ~],1,1.0 +0613,0613,12,symb,three_rule_comb0,47.0,"['>', '*', '>']",> * >],1,1.0 +0613,0613,12,symb,three_rule_comb0,48.0,"[':', '!', '<']",: ! <],1,1.0 +0613,0613,12,symb,three_rule_comb0,49.0,"['(', '(', '$']",( ( $],1,1.0 +0613,0613,12,symb,three_rule_comb0,50.0,"[':', '!', '>']",: ! >],1,1.0 +0613,0613,12,symb,three_rule_comb0,51.0,"['*', '&', '>']",* & >],1,1.0 +0613,0613,12,symb,three_rule_comb0,52.0,"['$', '<', '<']",$ < <],1,1.0 +0613,0613,12,symb,three_rule_comb0,53.0,"[':', '!', '>']",: ! >],1,1.0 +0613,0613,12,symb,three_rule_comb0,54.0,"['(', '$', '&']",( $ &],1,1.0 +0613,0613,12,symb,three_rule_comb0,55.0,"['>', '(', '~']",> ( ~],1,1.0 +0613,0613,12,symb,three_rule_comb0,56.0,"['>', '!', '>']",> ! >],1,1.0 +0613,0613,12,symb,three_rule_comb0,57.0,"['%', '(', '$']",% ( $],1,1.0 +0613,0613,12,symb,three_rule_comb0,58.0,"['*', '&', '$']",* & $],1,1.0 +0613,0613,12,symb,three_rule_comb0,59.0,"['!', '*', '~']",! * ~],1,1.0 +0613,0613,12,symb,three_rule_comb0,60.0,"['*', '<', '&']",* < &],1,1.0 +0613,0613,12,symb,three_rule_comb0,61.0,"['!', '&', '%']",! & %],1,1.0 +0613,0613,12,symb,three_rule_comb0,62.0,"['$', ':', '<']",$ : <],1,1.0 +0613,0613,12,symb,three_rule_comb0,63.0,"['<', '~', '!']",< ~ !],1,1.0 +0613,0613,12,symb,three_rule_comb0,64.0,"['!', '<', '<']",! < <],1,1.0 +0613,0613,12,symb,three_rule_comb0,65.0,"['&', '%', '~']",& % ~],1,1.0 +0613,0613,12,symb,three_rule_comb0,66.0,"['%', ':', '*']",% : *],1,1.0 +0613,0613,12,symb,three_rule_comb0,67.0,"[':', '!', '$']",: ! $],1,1.0 +0613,0613,12,symb,three_rule_comb0,68.0,"['>', '<', '(']",> < (],1,1.0 +0613,0613,12,symb,three_rule_comb0,69.0,"['*', '&', '>']",* & >],1,1.0 +0613,0613,12,symb,three_rule_comb0,70.0,"[':', ':', '!']",: : !],1,1.0 +0613,0613,12,symb,three_rule_comb0,71.0,"['>', ':', '~']",> : ~],1,1.0 +0613,0613,12,symb,three_rule_comb0,72.0,"['<', '<', '~']",< < ~],1,1.0 +0613,0613,12,symb,three_rule_comb0,73.0,"['&', '*', ':']",& * :],1,1.0 +0613,0613,12,symb,three_rule_comb0,74.0,"['&', '%', '>']",& % >],1,1.0 +0613,0613,12,symb,three_rule_comb0,75.0,"['~', '$', '!']",~ $ !],1,1.0 +0613,0613,12,symb,three_rule_comb0,76.0,"['(', '*', '~']",( * ~],1,1.0 +0613,0613,12,symb,three_rule_comb0,77.0,"['(', '~', '>']",( ~ >],1,1.0 +0613,0613,12,symb,three_rule_comb0,78.0,"['*', '>', '$']",* > $],1,1.0 +0613,0613,12,symb,three_rule_comb0,79.0,"['~', '$', '*']",~ $ *],1,1.0 +0613,0613,12,symb,three_rule_comb0,80.0,"['&', '!', '>']",& ! >],1,1.0 +0613,0613,12,symb,three_rule_comb0,81.0,"[':', '*', '!']",: * !],1,1.0 +0613,0613,12,symb,three_rule_comb0,82.0,"['*', '(', '$']",* ( $],1,1.0 +0613,0613,12,symb,three_rule_comb0,83.0,"['~', '$', '>']",~ $ >],1,1.0 +0613,0613,12,symb,three_rule_comb0,84.0,"[':', '>', '<']",: > <],1,1.0 +0613,0613,12,symb,three_rule_comb0,85.0,"[':', '$', '>']",: $ >],1,1.0 +0613,0613,12,symb,three_rule_comb0,86.0,"['~', '>', '>']",~ > >],1,1.0 +0613,0613,12,symb,three_rule_comb0,87.0,"['~', '&', '$']",~ & $],1,1.0 +0613,0613,12,symb,three_rule_comb0,88.0,"['&', '!', '>']",& ! >],1,1.0 +0613,0613,12,symb,three_rule_comb0,89.0,"['*', '&', '$']",* & $],1,1.0 +0613,0613,12,symb,three_rule_comb0,90.0,"['*', '%', '>']",* % >],1,1.0 +0613,0613,12,symb,three_rule_comb0,91.0,"['(', '%', '(']",( % (],1,1.0 +0613,0613,12,symb,three_rule_comb0,92.0,"['<', '(', '&']",< ( &],1,1.0 +0613,0613,12,symb,three_rule_comb0,93.0,"['%', ':', '*']",% : *],1,1.0 +0613,0613,12,symb,three_rule_comb0,94.0,"['%', '!', '<']",% ! <],1,1.0 +0613,0613,12,symb,three_rule_comb0,95.0,"['>', '$', '*']",> $ *],1,1.0 +0613,0613,12,symb,three_rule_comb0,96.0,"['$', '>', '>']",$ > >],1,1.0 +0613,0613,12,symb,three_rule_comb0,97.0,"['*', '&', ':']",* & :],1,1.0 +0613,0613,12,symb,three_rule_comb0,98.0,"['(', '>', '$']",( > $],1,1.0 +0613,0613,12,symb,three_rule_comb0,99.0,"['<', ':', '&']",< : &],1,1.0 +0613,0613,12,symb,three_rule_comb1,0.0,"['~', '$', '%']",~ $ %],1,1.0 +0613,0613,12,symb,three_rule_comb1,1.0,"[':', '$', '$']",: $ $],1,1.0 +0613,0613,12,symb,three_rule_comb1,2.0,"['!', '!', '*']",! ! *],1,1.0 +0613,0613,12,symb,three_rule_comb1,3.0,"['~', '(', ':']",~ ( :],1,1.0 +0613,0613,12,symb,three_rule_comb1,4.0,"['*', '*', '!']",* * !],1,1.0 +0613,0613,12,symb,three_rule_comb1,5.0,"['*', '!', '<']",* ! <],1,1.0 +0613,0613,12,symb,three_rule_comb1,6.0,"['~', '(', '(']",~ ( >],0,1.0 +0613,0613,12,symb,three_rule_comb1,7.0,"['<', '>', '~']",< > <],0,1.0 +0613,0613,12,symb,three_rule_comb1,8.0,"['*', '(', '>']",* & >],0,1.0 +0613,0613,12,symb,three_rule_comb1,9.0,"['>', '>', ':']",> * :],0,1.0 +0613,0613,12,symb,three_rule_comb1,10.0,"['&', '$', '&']",& ! &],0,1.0 +0613,0613,12,symb,three_rule_comb1,11.0,"['!', '<', '<']",! < %],0,1.0 +0613,0613,12,symb,three_rule_comb1,12.0,"['>', '>', '~']",> & ~],0,1.0 +0613,0613,12,symb,three_rule_comb1,13.0,"[':', '!', '*']",: ! *],1,1.0 +0613,0613,12,symb,three_rule_comb1,14.0,"[':', '$', '!']",: $ !],1,1.0 +0613,0613,12,symb,three_rule_comb1,15.0,"['%', '!', '%']",% ! %],1,1.0 +0613,0613,12,symb,three_rule_comb1,16.0,"['(', '~', '%']",( % %],0,1.0 +0613,0613,12,symb,three_rule_comb1,17.0,"['*', '>', '%']",* > %],1,1.0 +0613,0613,12,symb,three_rule_comb1,18.0,"['!', '!', '<']",! ! <],1,1.0 +0613,0613,12,symb,three_rule_comb1,19.0,"['>', '(', '$']",> ( $],1,1.0 +0613,0613,12,symb,three_rule_comb1,20.0,"['(', '&', '%']",( & !],0,1.0 +0613,0613,12,symb,three_rule_comb1,21.0,"['$', '&', '~']",$ & ~],1,1.0 +0613,0613,12,symb,three_rule_comb1,22.0,"['<', '<', '>']",< < >],1,1.0 +0613,0613,12,symb,three_rule_comb1,23.0,"['&', ':', '$']",& : $],1,1.0 +0613,0613,12,symb,three_rule_comb1,24.0,"['$', '(', '!']",$ ( !],1,1.0 +0613,0613,12,symb,three_rule_comb1,25.0,"[':', '(', '~']",: ( ~],1,1.0 +0613,0613,12,symb,three_rule_comb1,26.0,"[':', '>', '&']",: > &],1,1.0 +0613,0613,12,symb,three_rule_comb1,27.0,"['$', '$', '<']",$ $ $],0,1.0 +0613,0613,12,symb,three_rule_comb1,28.0,"['%', '*', ':']",% * :],1,1.0 +0613,0613,12,symb,three_rule_comb1,29.0,"[':', '~', '*']",% ~ *],0,1.0 +0613,0613,12,symb,three_rule_comb1,30.0,"['~', '%', '%']",~ % %],1,1.0 +0613,0613,12,symb,three_rule_comb1,31.0,"['!', '$', ':']",! $ :],1,1.0 +0613,0613,12,symb,three_rule_comb1,32.0,"['&', '*', '%']",& * %],1,1.0 +0613,0613,12,symb,three_rule_comb1,33.0,"['*', '~', '&']",* * &],0,1.0 +0613,0613,12,symb,three_rule_comb1,34.0,"['(', '(', '*']",( ( *],1,1.0 +0613,0613,12,symb,three_rule_comb1,35.0,"[':', '&', '*']",: & *],1,1.0 +0613,0613,12,symb,three_rule_comb1,36.0,"['(', ':', '*']",< : *],0,1.0 +0613,0613,12,symb,three_rule_comb1,37.0,"['<', '<', '~']",< > ~],0,1.0 +0613,0613,12,symb,three_rule_comb1,38.0,"[':', ':', '*']",: : *],1,1.0 +0613,0613,12,symb,three_rule_comb1,39.0,"['$', '*', '<']",$ * <],1,1.0 +0613,0613,12,symb,three_rule_comb1,40.0,"['!', '*', '%']",! * %],1,1.0 +0613,0613,12,symb,three_rule_comb1,41.0,"['<', '*', '<']",< * %],0,1.0 +0613,0613,12,symb,three_rule_comb1,42.0,"['<', '~', '%']",< ~ %],1,1.0 +0613,0613,12,symb,three_rule_comb1,43.0,"['>', '&', '!']",> % !],0,1.0 +0613,0613,12,symb,three_rule_comb1,44.0,"['*', '~', '<']",$ ~ <],0,1.0 +0613,0613,12,symb,three_rule_comb1,45.0,"['<', '$', '$']",< $ $],1,1.0 +0613,0613,12,symb,three_rule_comb1,46.0,"['~', '<', ':']",~ $ :],0,1.0 +0613,0613,12,symb,three_rule_comb1,47.0,"[':', '>', '%']",: > %],1,1.0 +0613,0613,12,symb,three_rule_comb1,48.0,"['&', '~', '*']",& ~ *],1,1.0 +0613,0613,12,symb,three_rule_comb1,49.0,"['>', '*', '<']",> * <],1,1.0 +0613,0613,12,symb,three_rule_comb1,50.0,"['<', '&', '!']",< & !],1,1.0 +0613,0613,12,symb,three_rule_comb1,51.0,"['~', '%', '%']",~ $ %],0,1.0 +0613,0613,12,symb,three_rule_comb1,52.0,"['$', '>', '<']",$ > <],1,1.0 +0613,0613,12,symb,three_rule_comb1,53.0,"['~', '$', '~']",~ $ ~],1,1.0 +0613,0613,12,symb,three_rule_comb1,54.0,"['(', '~', '<']",( ~ <],1,1.0 +0613,0613,12,symb,three_rule_comb1,55.0,"['<', '$', '!']",< $ !],1,1.0 +0613,0613,12,symb,three_rule_comb1,56.0,"['>', '>', '(']",> > (],1,1.0 +0613,0613,12,symb,three_rule_comb1,57.0,"['$', '(', '$']",$ ( ~],0,1.0 +0613,0613,12,symb,three_rule_comb1,58.0,"['$', '<', '%']",$ < %],1,1.0 +0613,0613,12,symb,three_rule_comb1,59.0,"['<', '%', '&']",< % &],1,1.0 +0613,0613,12,symb,three_rule_comb1,60.0,"[':', '(', '!']",: ( !],1,1.0 +0613,0613,12,symb,three_rule_comb1,61.0,"['<', ':', '!']",< : !],1,1.0 +0613,0613,12,symb,three_rule_comb1,62.0,"['(', '%', '(']",( > (],0,1.0 +0613,0613,12,symb,three_rule_comb1,63.0,"['$', ':', '*']",$ : *],1,1.0 +0613,0613,12,symb,three_rule_comb1,64.0,"['~', '$', '>']",~ $ >],1,1.0 +0613,0613,12,symb,three_rule_comb1,65.0,"['<', '~', '%']",< ~ %],1,1.0 +0613,0613,12,symb,three_rule_comb1,66.0,"['*', '*', '>']",* $ >],0,1.0 +0613,0613,12,symb,three_rule_comb1,67.0,"['&', '(', '<']",& ( <],1,1.0 +0613,0613,12,symb,three_rule_comb1,68.0,"['*', '&', '%']",* ~ %],0,1.0 +0613,0613,12,symb,three_rule_comb1,69.0,"['~', '!', '$']",! ! $],0,1.0 +0613,0613,12,symb,three_rule_comb1,70.0,"['&', '!', '*']",& * *],0,1.0 +0613,0613,12,symb,three_rule_comb1,71.0,"['%', '&', '&']",% ! &],0,1.0 +0613,0613,12,symb,three_rule_comb1,72.0,"['!', '*', '<']",< * $],0,1.0 +0613,0613,12,symb,three_rule_comb1,73.0,"['<', '%', '%']",< * >],0,1.0 +0613,0613,12,symb,three_rule_comb1,74.0,"['$', '%', ':']",$ % :],1,1.0 +0613,0613,12,symb,three_rule_comb1,75.0,"['$', '*', '%']",$ * %],1,1.0 +0613,0613,12,symb,three_rule_comb1,76.0,"['>', '%', '%']",> % %],1,1.0 +0613,0613,12,symb,three_rule_comb1,77.0,"['!', '&', ':']",! & :],1,1.0 +0613,0613,12,symb,three_rule_comb1,78.0,"['$', '$', '!']",$ ! &],0,1.0 +0613,0613,12,symb,three_rule_comb1,79.0,"['*', '!', '(']",* $ (],0,1.0 +0613,0613,12,symb,three_rule_comb1,80.0,"['>', '<', '!']",> < !],1,1.0 +0613,0613,12,symb,three_rule_comb1,81.0,"['$', '>', '!']",$ > !],1,1.0 +0613,0613,12,symb,three_rule_comb1,82.0,"['%', '!', ':']",% ! :],1,1.0 +0613,0613,12,symb,three_rule_comb1,83.0,"['<', '%', '&']",< % &],1,1.0 +0613,0613,12,symb,three_rule_comb1,84.0,"['(', ':', '>']",( : >),0,1.0 +0613,0613,12,symb,three_rule_comb1,85.0,"[':', '&', '*']",: & *],1,1.0 +0613,0613,12,symb,three_rule_comb1,86.0,"[':', '<', '>']",: < >],1,1.0 +0613,0613,12,symb,three_rule_comb1,87.0,"['&', '%', '>']",& % &],0,1.0 +0613,0613,12,symb,three_rule_comb1,88.0,"['!', '(', ':']",! ( :],1,1.0 +0613,0613,12,symb,three_rule_comb1,89.0,"['$', '>', '(']",$ > (],1,1.0 +0613,0613,12,symb,three_rule_comb1,90.0,"['(', '&', ':']",( & &],0,1.0 +0613,0613,12,symb,three_rule_comb1,91.0,"['&', '&', '!']",& & !],1,1.0 +0613,0613,12,symb,three_rule_comb1,92.0,"['$', '~', '$']",$ ~ %],0,1.0 +0613,0613,12,symb,three_rule_comb1,93.0,"['!', ':', '&']",! : &],1,1.0 +0613,0613,12,symb,three_rule_comb1,94.0,"['!', ':', '%']",! : %],1,1.0 +0613,0613,12,symb,three_rule_comb1,95.0,"['&', '<', '<']",& * <],0,1.0 +0613,0613,12,symb,three_rule_comb1,96.0,"['<', '&', '>']",< & !],0,1.0 +0613,0613,12,symb,three_rule_comb1,97.0,"['!', '<', '<']",! < <],1,1.0 +0613,0613,12,symb,three_rule_comb1,98.0,"['~', '$', '(']",~ $ (],1,1.0 +0613,0613,12,symb,three_rule_comb1,99.0,"['>', '<', '>']",> > >],0,1.0 +0613,0613,12,symb,three_rule_comb2,0.0,"['%', '%', '&']",% % $],0,1.0 +0613,0613,12,symb,three_rule_comb2,1.0,"['&', '&', '$']",& > $],0,1.0 +0613,0613,12,symb,three_rule_comb2,2.0,"[':', '<', '~']",: % ~],0,1.0 +0613,0613,12,symb,three_rule_comb2,3.0,"['*', ':', ':']",* < :],0,1.0 +0613,0613,12,symb,three_rule_comb2,4.0,"['$', '!', '&']",$ ! ^],0,1.0 +0613,0613,12,symb,three_rule_comb2,5.0,"['*', '!', '*']",* ! <],0,1.0 +0613,0613,12,symb,three_rule_comb2,6.0,"['(', '<', '!']",% < !],0,1.0 +0613,0613,12,symb,three_rule_comb2,7.0,"['>', '(', '$']",> * $],0,1.0 +0613,0613,12,symb,three_rule_comb2,8.0,"['!', ':', ':']",> : :],0,1.0 +0613,0613,12,symb,three_rule_comb2,9.0,"['&', ':', '<']",& ( <],0,1.0 +0613,0613,12,symb,three_rule_comb2,10.0,"['&', '<', '$']",& : $],0,1.0 +0613,0613,12,symb,three_rule_comb2,11.0,"['<', '$', '%']",) $ %],0,1.0 +0613,0613,12,symb,three_rule_comb2,12.0,"['~', '*', '>']",~ % >],0,1.0 +0613,0613,12,symb,three_rule_comb2,13.0,"['<', '*', '>']",(* * >],0,1.0 +0613,0613,12,symb,three_rule_comb2,14.0,"['*', '>', ':']",* ? :],0,1.0 +0613,0613,12,symb,three_rule_comb2,15.0,"['$', '<', '*']",$ % *],0,1.0 +0613,0613,12,symb,three_rule_comb2,16.0,"['!', '<', '&']",! < $],0,1.0 +0613,0613,12,symb,three_rule_comb2,17.0,"['!', '%', '!']",! $ !],0,1.0 +0613,0613,12,symb,three_rule_comb2,18.0,"['~', '!', '$']",~ ! ?],0,1.0 +0613,0613,12,symb,three_rule_comb2,19.0,"['(', '>', '(']",( % !],0,1.0 +0613,0613,12,symb,three_rule_comb2,20.0,"['&', '$', '$']",& $ <],0,1.0 +0613,0613,12,symb,three_rule_comb2,21.0,"['<', '<', '!']",& < !],0,1.0 +0613,0613,12,symb,three_rule_comb2,22.0,"['>', '%', '&']",> % >],0,1.0 +0613,0613,12,symb,three_rule_comb2,23.0,"['*', '&', ':']",* & :],1,1.0 +0613,0613,12,symb,three_rule_comb2,24.0,"['%', '$', '<']",% < <],0,1.0 +0613,0613,12,symb,three_rule_comb2,25.0,"['~', ':', '(']",~ : %],0,1.0 +0613,0613,12,symb,three_rule_comb2,26.0,"['*', '!', '>']",* ! ^],0,1.0 +0613,0613,12,symb,three_rule_comb2,27.0,"['&', '<', '*']",& < &],0,1.0 +0613,0613,12,symb,three_rule_comb2,28.0,"['&', '%', '>']",& ~ >],0,1.0 +0613,0613,12,symb,three_rule_comb2,29.0,"['~', '<', '&']",> < &],0,1.0 +0613,0613,12,symb,three_rule_comb2,30.0,"['*', '<', ':']",( < :],0,1.0 +0613,0613,12,symb,three_rule_comb2,31.0,"['&', '%', '&']",& % %],0,1.0 +0613,0613,12,symb,three_rule_comb2,32.0,"['!', '(', '<']",! ~ ~],0,1.0 +0613,0613,12,symb,three_rule_comb2,33.0,"['~', '>', '*']",~ > ~],0,1.0 +0613,0613,12,symb,three_rule_comb2,34.0,"['&', '(', '$']",& > $],0,1.0 +0613,0613,12,symb,three_rule_comb2,35.0,"['&', '%', '!']",& > &],0,1.0 +0613,0613,12,symb,three_rule_comb2,36.0,"['!', '%', ':']",! * *,0,1.0 +0613,0613,12,symb,three_rule_comb2,37.0,"['~', '*', '*']",> * *],0,1.0 +0613,0613,12,symb,three_rule_comb2,38.0,"['>', ':', '$']",> % $],0,1.0 +0613,0613,12,symb,three_rule_comb2,39.0,"['%', '&', '$']",% & ?],0,1.0 +0613,0613,12,symb,three_rule_comb2,40.0,"['<', '%', '(']",* % (],0,1.0 +0613,0613,12,symb,three_rule_comb2,41.0,"['(', ':', '>']",: ~ >],0,1.0 +0613,0613,12,symb,three_rule_comb2,42.0,"[':', '*', '&']",( * &],0,1.0 +0613,0613,12,symb,three_rule_comb2,43.0,"['>', '~', '>']",> ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb2,44.0,"['*', '$', '$']",* $ $],1,1.0 +0613,0613,12,symb,three_rule_comb2,45.0,"['%', '&', '>']",% & !],0,1.0 +0613,0613,12,symb,three_rule_comb2,46.0,"['&', '%', '%']",& % :],0,1.0 +0613,0613,12,symb,three_rule_comb2,47.0,"['(', '(', '>']",( % >],0,1.0 +0613,0613,12,symb,three_rule_comb2,48.0,"['%', '<', ':']",% : :],0,1.0 +0613,0613,12,symb,three_rule_comb2,49.0,"[':', ':', '*']",: : *],1,1.0 +0613,0613,12,symb,three_rule_comb2,50.0,"['~', '>', '>']",~ ! >],0,1.0 +0613,0613,12,symb,three_rule_comb2,51.0,"['(', '*', '!']",> * !],0,1.0 +0613,0613,12,symb,three_rule_comb2,52.0,"['<', '(', '&']",< ( %],0,1.0 +0613,0613,12,symb,three_rule_comb2,53.0,"['&', '&', '(']",> & (],0,1.0 +0613,0613,12,symb,three_rule_comb2,54.0,"['<', '*', '(']",& * (!],0,1.0 +0613,0613,12,symb,three_rule_comb2,55.0,"[':', '~', ':']",* ~ :],0,1.0 +0613,0613,12,symb,three_rule_comb2,56.0,"['*', '!', '!']",* ! ),0,1.0 +0613,0613,12,symb,three_rule_comb2,57.0,"['&', '*', ':']",> * :],0,1.0 +0613,0613,12,symb,three_rule_comb2,58.0,"['!', '*', ':']",! * !],0,1.0 +0613,0613,12,symb,three_rule_comb2,59.0,"['&', '~', '(']",& ~ #],0,1.0 +0613,0613,12,symb,three_rule_comb2,60.0,"['$', '<', '&']",$ < >],0,1.0 +0613,0613,12,symb,three_rule_comb2,61.0,"['>', '>', '>']",> > >],1,1.0 +0613,0613,12,symb,three_rule_comb2,62.0,"[':', '~', '*']",: % *],0,1.0 +0613,0613,12,symb,three_rule_comb2,63.0,"['~', '<', '>']",~ : >],0,1.0 +0613,0613,12,symb,three_rule_comb2,64.0,"['&', '*', '*']",& * <],0,1.0 +0613,0613,12,symb,three_rule_comb2,65.0,"['!', '%', '~']",! % %],0,1.0 +0613,0613,12,symb,three_rule_comb2,66.0,"['$', '!', '$']",$ ! $],1,1.0 +0613,0613,12,symb,three_rule_comb2,67.0,"['$', ':', '$']",? : $],0,1.0 +0613,0613,12,symb,three_rule_comb2,68.0,"['~', '%', '%']",~ # %],0,1.0 +0613,0613,12,symb,three_rule_comb2,69.0,"['$', '$', '>']",$ $ $],0,1.0 +0613,0613,12,symb,three_rule_comb2,70.0,"['(', '>', '(']",( > #],0,1.0 +0613,0613,12,symb,three_rule_comb2,71.0,"['%', '&', '<']",% % %],0,1.0 +0613,0613,12,symb,three_rule_comb2,72.0,"['(', '%', '&']",% % &],0,1.0 +0613,0613,12,symb,three_rule_comb2,73.0,"['&', '!', '~']",% ! ~],0,1.0 +0613,0613,12,symb,three_rule_comb2,74.0,"['<', ':', ':']",< % :],0,1.0 +0613,0613,12,symb,three_rule_comb2,75.0,"['>', '!', '%']",~ ! %],0,1.0 +0613,0613,12,symb,three_rule_comb2,76.0,"['*', '$', '>']",$ $ >],0,1.0 +0613,0613,12,symb,three_rule_comb2,77.0,"['&', '$', ':']",$ $ :],0,1.0 +0613,0613,12,symb,three_rule_comb2,78.0,"['&', ':', ':']",& < :],0,1.0 +0613,0613,12,symb,three_rule_comb2,79.0,"['>', '(', '>']",% ( >],0,1.0 +0613,0613,12,symb,three_rule_comb2,80.0,"['>', '$', '>']",> ! >],0,1.0 +0613,0613,12,symb,three_rule_comb2,81.0,"['>', '%', '~']",> % %],0,1.0 +0613,0613,12,symb,three_rule_comb2,82.0,"['(', '*', '*']",# * *],0,1.0 +0613,0613,12,symb,three_rule_comb2,83.0,"['~', '%', '>']",> % >],0,1.0 +0613,0613,12,symb,three_rule_comb2,84.0,"['<', '(', '*']",* ( *],0,1.0 +0613,0613,12,symb,three_rule_comb2,85.0,"[':', '~', '%']",: ~ %],1,1.0 +0613,0613,12,symb,three_rule_comb2,86.0,"['>', ':', '(']",: : (],0,1.0 +0613,0613,12,symb,three_rule_comb2,87.0,"['%', '!', ':']",~ ! :],0,1.0 +0613,0613,12,symb,three_rule_comb2,88.0,"[':', '$', '$']",: $ ?],0,1.0 +0613,0613,12,symb,three_rule_comb2,89.0,"['(', '*', '*']",( * <],0,1.0 +0613,0613,12,symb,three_rule_comb2,90.0,"['<', '>', '~']",< % (],0,1.0 +0613,0613,12,symb,three_rule_comb2,91.0,"['<', '%', '&']",< $ <],0,1.0 +0613,0613,12,symb,three_rule_comb2,92.0,"['<', '<', '*']",< * *],0,1.0 +0613,0613,12,symb,three_rule_comb2,93.0,"['(', '<', '&']",( < ~],0,1.0 +0613,0613,12,symb,three_rule_comb2,94.0,"['&', ':', '~']",& % ~],0,1.0 +0613,0613,12,symb,three_rule_comb2,95.0,"['(', ':', '$']",( % $],0,1.0 +0613,0613,12,symb,three_rule_comb2,96.0,"['~', ':', '~']",~ : *],0,1.0 +0613,0613,12,symb,three_rule_comb2,97.0,"['>', '!', '(']",> ! &],0,1.0 +0613,0613,12,symb,three_rule_comb2,98.0,"['(', '&', ':']",> & :],0,1.0 +0613,0613,12,symb,three_rule_comb2,99.0,"[':', '%', ':']",: * *],0,1.0 +0613,0613,12,symb,three_rule_comb3,0.0,"['<', '&', '>']",< & >],1,1.0 +0613,0613,12,symb,three_rule_comb3,1.0,"['*', '&', '*']",* & *],1,1.0 +0613,0613,12,symb,three_rule_comb3,2.0,"['~', '!', '>']",~ ! >],1,1.0 +0613,0613,12,symb,three_rule_comb3,3.0,"['(', ':', '$']",( : $],1,1.0 +0613,0613,12,symb,three_rule_comb3,4.0,"['%', '<', '(']",% < (],1,1.0 +0613,0613,12,symb,three_rule_comb3,5.0,"['(', '&', '(']",% & (],0,1.0 +0613,0613,12,symb,three_rule_comb3,6.0,"['(', '>', ':']",( > :],1,1.0 +0613,0613,12,symb,three_rule_comb3,7.0,"['$', '%', '~']",% % ~],0,1.0 +0613,0613,12,symb,three_rule_comb3,8.0,"['$', '%', '<']",$ % <],1,1.0 +0613,0613,12,symb,three_rule_comb3,9.0,"['$', '%', '(']",$ % (],1,1.0 +0613,0613,12,symb,three_rule_comb3,10.0,"['~', '*', '>']",~ * >],1,1.0 +0613,0613,12,symb,three_rule_comb3,11.0,"['%', '>', '<']",% > <],1,1.0 +0613,0613,12,symb,three_rule_comb3,12.0,"['!', '%', ':']",! % :],1,1.0 +0613,0613,12,symb,three_rule_comb3,13.0,"['*', '~', '$']",* ~ $],1,1.0 +0613,0613,12,symb,three_rule_comb3,14.0,"['(', '!', '<']",(% ! <)],0,1.0 +0613,0613,12,symb,three_rule_comb3,15.0,"['&', '!', '$']",& ! &],0,1.0 +0613,0613,12,symb,three_rule_comb3,16.0,"['&', '$', '~']",& $ ~],1,1.0 +0613,0613,12,symb,three_rule_comb3,17.0,"[':', '$', '$']",: * $],0,1.0 +0613,0613,12,symb,three_rule_comb3,18.0,"['<', '<', '$']",< < $],1,1.0 +0613,0613,12,symb,three_rule_comb3,19.0,"['>', '*', '&']",> * &],1,1.0 +0613,0613,12,symb,three_rule_comb3,20.0,"['$', '<', '(']",$ : (],0,1.0 +0613,0613,12,symb,three_rule_comb3,21.0,"['!', '!', '*']",! > *],0,1.0 +0613,0613,12,symb,three_rule_comb3,22.0,"['(', '>', '~']",& > %],0,1.0 +0613,0613,12,symb,three_rule_comb3,23.0,"['!', '!', '$']",: % %],0,1.0 +0613,0613,12,symb,three_rule_comb3,24.0,"['%', '&', '(']",% % %],0,1.0 +0613,0613,12,symb,three_rule_comb3,25.0,"['&', '~', ':']",& ~ $],0,1.0 +0613,0613,12,symb,three_rule_comb3,26.0,"['<', '>', ':']",< > !],0,1.0 +0613,0613,12,symb,three_rule_comb3,27.0,"['&', '&', '!']",& $ !],0,1.0 +0613,0613,12,symb,three_rule_comb3,28.0,"['(', '%', '(']",( % (],1,1.0 +0613,0613,12,symb,three_rule_comb3,29.0,"['%', '~', '>']",% ~ >],1,1.0 +0613,0613,12,symb,three_rule_comb3,30.0,"['<', '&', '$']",< $ $],0,1.0 +0613,0613,12,symb,three_rule_comb3,31.0,"['~', '(', ':']",~ ( :],1,1.0 +0613,0613,12,symb,three_rule_comb3,32.0,"['$', '!', '%']",% ! *],0,1.0 +0613,0613,12,symb,three_rule_comb3,33.0,"['$', '$', '<']",$ * <],0,1.0 +0613,0613,12,symb,three_rule_comb3,34.0,"['$', '(', ':']",$ ( : ],1,1.0 +0613,0613,12,symb,three_rule_comb3,35.0,"['!', '!', ':']",! ! :],1,1.0 +0613,0613,12,symb,three_rule_comb3,36.0,"['&', '~', '!']",& ~ !],1,1.0 +0613,0613,12,symb,three_rule_comb3,37.0,"['(', '<', '>']",> & *],0,1.0 +0613,0613,12,symb,three_rule_comb3,38.0,"[':', '>', '$']",: > $],1,1.0 +0613,0613,12,symb,three_rule_comb3,39.0,"['!', ':', '!']",! : !],1,1.0 +0613,0613,12,symb,three_rule_comb3,40.0,"['%', '%', '$']",$ % *],0,1.0 +0613,0613,12,symb,three_rule_comb3,41.0,"['<', '*', '*']",! * !],0,1.0 +0613,0613,12,symb,three_rule_comb3,42.0,"['$', '&', '~']",$ & $,0,1.0 +0613,0613,12,symb,three_rule_comb3,43.0,"['!', '(', '!']",! ( !],1,1.0 +0613,0613,12,symb,three_rule_comb3,44.0,"[':', '$', ':']",: $ %],0,1.0 +0613,0613,12,symb,three_rule_comb3,45.0,"['$', '$', '%']",$ % >],0,1.0 +0613,0613,12,symb,three_rule_comb3,46.0,"['%', '<', '&']",% < &],1,1.0 +0613,0613,12,symb,three_rule_comb3,47.0,"['~', '(', '*']",~ ( >],0,1.0 +0613,0613,12,symb,three_rule_comb3,48.0,"['>', '>', ':']",> ! *],0,1.0 +0613,0613,12,symb,three_rule_comb3,49.0,"['$', '$', '(']",$ ! *],0,1.0 +0613,0613,12,symb,three_rule_comb3,50.0,"['&', '~', '<']",& ~ <],1,1.0 +0613,0613,12,symb,three_rule_comb3,51.0,"['$', '%', ':']",$ % :],1,1.0 +0613,0613,12,symb,three_rule_comb3,52.0,"['(', '(', '~']",< & ~],0,1.0 +0613,0613,12,symb,three_rule_comb3,53.0,"['~', '%', '&']",~ % &],1,1.0 +0613,0613,12,symb,three_rule_comb3,54.0,"['%', '>', '<']",% > <],1,1.0 +0613,0613,12,symb,three_rule_comb3,55.0,"['(', '*', '!']",( * !],1,1.0 +0613,0613,12,symb,three_rule_comb3,56.0,"['$', '!', '>']",$ ! >],1,1.0 +0613,0613,12,symb,three_rule_comb3,57.0,"['~', '!', '!']",~ ! $],0,1.0 +0613,0613,12,symb,three_rule_comb3,58.0,"['<', '&', '&']",< & !],0,1.0 +0613,0613,12,symb,three_rule_comb3,59.0,"['&', '~', '&']",& $ !],0,1.0 +0613,0613,12,symb,three_rule_comb3,60.0,"['~', '&', '%']",~ & %],1,1.0 +0613,0613,12,symb,three_rule_comb3,61.0,"[':', '(', ':']",: ( :],1,1.0 +0613,0613,12,symb,three_rule_comb3,62.0,"['<', '(', '>']",< % >],0,1.0 +0613,0613,12,symb,three_rule_comb3,63.0,"['~', '!', '!']",~ ! !],1,1.0 +0613,0613,12,symb,three_rule_comb3,64.0,"['!', '%', '>']",! % >],1,1.0 +0613,0613,12,symb,three_rule_comb3,65.0,"['>', '>', '$']",> > ~ $],0,1.0 +0613,0613,12,symb,three_rule_comb3,66.0,"[':', '>', '~']",: > ~],1,1.0 +0613,0613,12,symb,three_rule_comb3,67.0,"['&', ':', '~']",& : &],0,1.0 +0613,0613,12,symb,three_rule_comb3,68.0,"['*', '!', '*']",* ! *,1,1.0 +0613,0613,12,symb,three_rule_comb3,69.0,"[':', '<', '(']",: < (],1,1.0 +0613,0613,12,symb,three_rule_comb3,70.0,"[':', '~', '*']",: ~ *],1,1.0 +0613,0613,12,symb,three_rule_comb3,71.0,"['&', '$', '(']",& $ (],1,1.0 +0613,0613,12,symb,three_rule_comb3,72.0,"['!', '*', '~']",! ! ~],0,1.0 +0613,0613,12,symb,three_rule_comb3,73.0,"['$', ':', '%']",< : : !],0,1.0 +0613,0613,12,symb,three_rule_comb3,74.0,"['>', ':', '!']",> : !],1,1.0 +0613,0613,12,symb,three_rule_comb3,75.0,"['(', '&', '(']",( & %),0,1.0 +0613,0613,12,symb,three_rule_comb3,76.0,"['!', '<', '(']",! < (],1,1.0 +0613,0613,12,symb,three_rule_comb3,77.0,"['~', '$', '!']",~ $ !],1,1.0 +0613,0613,12,symb,three_rule_comb3,78.0,"['&', '<', '$']",$ < $],0,1.0 +0613,0613,12,symb,three_rule_comb3,79.0,"['!', ':', '~']",! : ~],1,1.0 +0613,0613,12,symb,three_rule_comb3,80.0,"['(', '<', '&']",: : &],0,1.0 +0613,0613,12,symb,three_rule_comb3,81.0,"['$', '&', '~']",$ & ~],1,1.0 +0613,0613,12,symb,three_rule_comb3,82.0,"['&', '<', '$']",& < $],1,1.0 +0613,0613,12,symb,three_rule_comb3,83.0,"['$', '&', '>']",$ & >],1,1.0 +0613,0613,12,symb,three_rule_comb3,84.0,"['~', '&', '!']",~ & !],1,1.0 +0613,0613,12,symb,three_rule_comb3,85.0,"['!', '%', '~']",! % ~],1,1.0 +0613,0613,12,symb,three_rule_comb3,86.0,"['>', '~', '*']",> ~ *],1,1.0 +0613,0613,12,symb,three_rule_comb3,87.0,"['>', '~', '~']",> ~ ~],1,1.0 +0613,0613,12,symb,three_rule_comb3,88.0,"['>', '>', '>']",> > >],1,1.0 +0613,0613,12,symb,three_rule_comb3,89.0,"['&', '(', '$']",& ( $],1,1.0 +0613,0613,12,symb,three_rule_comb3,90.0,"['(', '$', '!']",( $ !],1,1.0 +0613,0613,12,symb,three_rule_comb3,91.0,"['&', '%', ':']",& % :],1,1.0 +0613,0613,12,symb,three_rule_comb3,92.0,"['*', '(', '>']",* ( >],1,1.0 +0613,0613,12,symb,three_rule_comb3,93.0,"['(', '&', '$']",$ < $],0,1.0 +0613,0613,12,symb,three_rule_comb3,94.0,"['~', '%', '<']",~ % <],1,1.0 +0613,0613,12,symb,three_rule_comb3,95.0,"['>', '$', '>']",> $ >],1,1.0 +0613,0613,12,symb,three_rule_comb3,96.0,"['(', '(', '&']",( ( &],1,1.0 +0613,0613,12,symb,three_rule_comb3,97.0,"['~', '&', '<']",~ & <],1,1.0 +0613,0613,12,symb,three_rule_comb3,98.0,"['%', ':', '*']",% : *],1,1.0 +0613,0613,12,symb,three_rule_comb3,99.0,"['%', '~', '*']",% ~ *],1,1.0 +0613,0613,12,symb,three_rule_comb4,0.0,"[':', '>', '%']",< < %],0,1.0 +0613,0613,12,symb,three_rule_comb4,1.0,"['>', '$', '(']",> ~ <],0,1.0 +0613,0613,12,symb,three_rule_comb4,2.0,"['$', '!', '&']",< ! &],0,1.0 +0613,0613,12,symb,three_rule_comb4,3.0,"['$', '>', '%']",$ > ~],0,1.0 +0613,0613,12,symb,three_rule_comb4,4.0,"['$', ':', '!']",! : !],0,1.0 +0613,0613,12,symb,three_rule_comb4,5.0,"['(', ':', '<']",( < <],0,1.0 +0613,0613,12,symb,three_rule_comb4,6.0,"['$', '!', '~']",~ ! ~],0,1.0 +0613,0613,12,symb,three_rule_comb4,7.0,"['*', '<', ':']",* * :],0,1.0 +0613,0613,12,symb,three_rule_comb4,8.0,"['~', '%', '<']",~ > &],0,1.0 +0613,0613,12,symb,three_rule_comb4,9.0,"['%', '&', '$']",% ! >],0,1.0 +0613,0613,12,symb,three_rule_comb4,10.0,"[':', '&', '<']",: & :],0,1.0 +0613,0613,12,symb,three_rule_comb4,11.0,"['>', '!', ':']",> ( : ],0,1.0 +0613,0613,12,symb,three_rule_comb4,12.0,"['(', '!', '!']",( ! ~],0,1.0 +0613,0613,12,symb,three_rule_comb4,13.0,"['%', ':', '%']",% % <],0,1.0 +0613,0613,12,symb,three_rule_comb4,14.0,"['!', '%', '$']",! $ $],0,1.0 +0613,0613,12,symb,three_rule_comb4,15.0,"['$', ':', ':']",$ * :],0,1.0 +0613,0613,12,symb,three_rule_comb4,16.0,"['%', '%', '%']",% & *],0,1.0 +0613,0613,12,symb,three_rule_comb4,17.0,"['*', '>', '&']",* > $],0,1.0 +0613,0613,12,symb,three_rule_comb4,18.0,"['>', '(', '*']",! ( !,0,1.0 +0613,0613,12,symb,three_rule_comb4,19.0,"['<', '(', '<']",& ( !],0,1.0 +0613,0613,12,symb,three_rule_comb4,20.0,"['*', '<', '*']",* < !],0,1.0 +0613,0613,12,symb,three_rule_comb4,21.0,"['!', '!', '(']",! > $],0,1.0 +0613,0613,12,symb,three_rule_comb4,22.0,"['<', '%', '!']",< ! !],0,1.0 +0613,0613,12,symb,three_rule_comb4,23.0,"['!', '%', ':']",! : ~],0,1.0 +0613,0613,12,symb,three_rule_comb4,24.0,"['<', ':', '%']",< * %],0,1.0 +0613,0613,12,symb,three_rule_comb4,25.0,"['*', '&', '*']",* ( !],0,1.0 +0613,0613,12,symb,three_rule_comb4,26.0,"['*', '>', '*']",* * (],0,1.0 +0613,0613,12,symb,three_rule_comb4,27.0,"['<', '$', ':']",* $ :],0,1.0 +0613,0613,12,symb,three_rule_comb4,28.0,"['*', '>', '<']",* ! *],0,1.0 +0613,0613,12,symb,three_rule_comb4,29.0,"['<', '<', '&']",< $ %],0,1.0 +0613,0613,12,symb,three_rule_comb4,30.0,"['(', '(', '&']",# : #],0,1.0 +0613,0613,12,symb,three_rule_comb4,31.0,"['&', '!', '(']",& ! >],0,1.0 +0613,0613,12,symb,three_rule_comb4,32.0,"['<', '$', '!']",< : !],0,1.0 +0613,0613,12,symb,three_rule_comb4,33.0,"['%', ':', '%']",% : ~],0,1.0 +0613,0613,12,symb,three_rule_comb4,34.0,"['~', '~', ':']",% ~ <],0,1.0 +0613,0613,12,symb,three_rule_comb4,35.0,"['&', '*', ':']",& * <],0,1.0 +0613,0613,12,symb,three_rule_comb4,36.0,"['<', ':', '!']",< < <],0,1.0 +0613,0613,12,symb,three_rule_comb4,37.0,"['*', '%', '&']",! > &],0,1.0 +0613,0613,12,symb,three_rule_comb4,38.0,"['&', '(', '~']",# ( #],0,1.0 +0613,0613,12,symb,three_rule_comb4,39.0,"['<', '(', ':']",< % :>],0,1.0 +0613,0613,12,symb,three_rule_comb4,40.0,"['&', '~', '&']",$ ~ &],0,1.0 +0613,0613,12,symb,three_rule_comb4,41.0,"['>', '!', ':']",> ! <],0,1.0 +0613,0613,12,symb,three_rule_comb4,42.0,"[':', '(', '<']",: ( *],0,1.0 +0613,0613,12,symb,three_rule_comb4,43.0,"['<', '!', ':']",< ! %],0,1.0 +0613,0613,12,symb,three_rule_comb4,44.0,"['>', '&', '$']",> ( $],0,1.0 +0613,0613,12,symb,three_rule_comb4,45.0,"['>', ':', '(']",> : %],0,1.0 +0613,0613,12,symb,three_rule_comb4,46.0,"['*', '*', '&']",< * &],0,1.0 +0613,0613,12,symb,three_rule_comb4,47.0,"['$', '$', ':']",> $ !],0,1.0 +0613,0613,12,symb,three_rule_comb4,48.0,"['%', '*', '!']",! * !],0,1.0 +0613,0613,12,symb,three_rule_comb4,49.0,"['&', '~', '$']",> ~ $],0,1.0 +0613,0613,12,symb,three_rule_comb4,50.0,"['(', ':', '<']",! : &],0,1.0 +0613,0613,12,symb,three_rule_comb4,51.0,"[':', ':', '~']",: * ~],0,1.0 +0613,0613,12,symb,three_rule_comb4,52.0,"[':', '(', '%']",< % %],0,1.0 +0613,0613,12,symb,three_rule_comb4,53.0,"['%', '$', '$']",% $ !],0,1.0 +0613,0613,12,symb,three_rule_comb4,54.0,"['!', '(', '>']",! % >,0,1.0 +0613,0613,12,symb,three_rule_comb4,55.0,"['(', '>', '~']",: > ~],0,1.0 +0613,0613,12,symb,three_rule_comb4,56.0,"['>', '<', '<']",> : <],0,1.0 +0613,0613,12,symb,three_rule_comb4,57.0,"['~', '>', '&']",> * &],0,1.0 +0613,0613,12,symb,three_rule_comb4,58.0,"['*', '$', '$']",* ! $],0,1.0 +0613,0613,12,symb,three_rule_comb4,59.0,"['<', '!', '<']",< ! (],0,1.0 +0613,0613,12,symb,three_rule_comb4,60.0,"['%', ':', '(']",% < (],0,1.0 +0613,0613,12,symb,three_rule_comb4,61.0,"['*', '!', ':']",! ! :],0,1.0 +0613,0613,12,symb,three_rule_comb4,62.0,"[':', '&', '$']",$ & $],0,1.0 +0613,0613,12,symb,three_rule_comb4,63.0,"['%', '>', '(']",% > %],0,1.0 +0613,0613,12,symb,three_rule_comb4,64.0,"['<', '$', '*']",$ * $],0,1.0 +0613,0613,12,symb,three_rule_comb4,65.0,"['~', '~', '*']",< ( *],0,1.0 +0613,0613,12,symb,three_rule_comb4,66.0,"[':', '%', '%']",: % ~],0,1.0 +0613,0613,12,symb,three_rule_comb4,67.0,"['~', '$', '$']",~ $ ~],0,1.0 +0613,0613,12,symb,three_rule_comb4,68.0,"['%', '$', '(']",% * !],0,1.0 +0613,0613,12,symb,three_rule_comb4,69.0,"['<', ':', '~']",< % !],0,1.0 +0613,0613,12,symb,three_rule_comb4,70.0,"['%', '!', '<']",% ! <],1,1.0 +0613,0613,12,symb,three_rule_comb4,71.0,"['!', '*', ':']",> * :],0,1.0 +0613,0613,12,symb,three_rule_comb4,72.0,"['>', '>', '(']",> ! <],0,1.0 +0613,0613,12,symb,three_rule_comb4,73.0,"['&', '>', '*']",& ( *),0,1.0 +0613,0613,12,symb,three_rule_comb4,74.0,"['%', '>', '<']",% % ~],0,1.0 +0613,0613,12,symb,three_rule_comb4,75.0,"['%', '!', '!']",~ * !],0,1.0 +0613,0613,12,symb,three_rule_comb4,76.0,"['<', '$', '<']",< $ *],0,1.0 +0613,0613,12,symb,three_rule_comb4,77.0,"[':', '*', '$']",> $ $],0,1.0 +0613,0613,12,symb,three_rule_comb4,78.0,"['<', '&', '&']",< & !],0,1.0 +0613,0613,12,symb,three_rule_comb4,79.0,"['~', '>', '<']",! > <],0,1.0 +0613,0613,12,symb,three_rule_comb4,80.0,"['(', '(', '%']",( : :],0,1.0 +0613,0613,12,symb,three_rule_comb4,81.0,"[':', '(', '>']",: ( :],0,1.0 +0613,0613,12,symb,three_rule_comb4,82.0,"['$', '%', '*']",$ % <],0,1.0 +0613,0613,12,symb,three_rule_comb4,83.0,"['<', '!', '$']",< & ?],0,1.0 +0613,0613,12,symb,three_rule_comb4,84.0,"['(', '*', ':']",> * :],0,1.0 +0613,0613,12,symb,three_rule_comb4,85.0,"[':', '*', '(']",(: : !],0,1.0 +0613,0613,12,symb,three_rule_comb4,86.0,"['*', ':', ':']",* * :],0,1.0 +0613,0613,12,symb,three_rule_comb4,87.0,"['!', '~', '<']",! ~ (],0,1.0 +0613,0613,12,symb,three_rule_comb4,88.0,"[':', '>', '<']",: ! !],0,1.0 +0613,0613,12,symb,three_rule_comb4,89.0,"['$', '$', '<']",$ $ $],0,1.0 +0613,0613,12,symb,three_rule_comb4,90.0,"[':', '~', '*']",: * %],0,1.0 +0613,0613,12,symb,three_rule_comb4,91.0,"['<', '~', '&']",$ ~ >],0,1.0 +0613,0613,12,symb,three_rule_comb4,92.0,"['*', '$', '(']",* ! (],0,1.0 +0613,0613,12,symb,three_rule_comb4,93.0,"['(', '$', '~']",& $ <],0,1.0 +0613,0613,12,symb,three_rule_comb4,94.0,"['<', '(', '<']",< > <],0,1.0 +0613,0613,12,symb,three_rule_comb4,95.0,"['>', '*', '~']",! * :,0,1.0 +0613,0613,12,symb,three_rule_comb4,96.0,"['<', '&', '>']",< > %],0,1.0 +0613,0613,12,symb,three_rule_comb4,97.0,"['<', '&', '&']",< & >],0,1.0 +0613,0613,12,symb,three_rule_comb4,98.0,"['%', '>', ':']",$ > &],0,1.0 +0613,0613,12,symb,three_rule_comb4,99.0,"['(', '%', '$']",% & !],0,1.0 +0613,0613,12,symb,three_rule_comb5,0.0,"['<', '%', '>']",< ! ~],0,1.0 +0613,0613,12,symb,three_rule_comb5,1.0,"['!', '!', '&']",! > $],0,1.0 +0613,0613,12,symb,three_rule_comb5,2.0,"['<', '!', '&']",* > &],0,1.0 +0613,0613,12,symb,three_rule_comb5,3.0,"['<', '$', '*']",< > ~],0,1.0 +0613,0613,12,symb,three_rule_comb5,4.0,"['%', '*', '(']",(! ! !],0,1.0 +0613,0613,12,symb,three_rule_comb5,5.0,"['$', '*', ':']",? * ?],0,1.0 +0613,0613,12,symb,three_rule_comb5,6.0,"['*', ':', '>']",* ! %],0,1.0 +0613,0613,12,symb,three_rule_comb5,7.0,"[':', '(', '<']",: * %],0,1.0 +0613,0613,12,symb,three_rule_comb5,8.0,"['>', '(', '>']",> ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb5,9.0,"['~', '&', '<']",% & $],0,1.0 +0613,0613,12,symb,three_rule_comb5,10.0,"['<', '<', '~']",< < &],0,1.0 +0613,0613,12,symb,three_rule_comb5,11.0,"['*', '(', ':']",< ( <],0,1.0 +0613,0613,12,symb,three_rule_comb5,12.0,"['%', '~', '%']",& ~ %],0,1.0 +0613,0613,12,symb,three_rule_comb5,13.0,"['$', '(', '%']",& ( !],0,1.0 +0613,0613,12,symb,three_rule_comb5,14.0,"['~', '!', '*']",* > *],0,1.0 +0613,0613,12,symb,three_rule_comb5,15.0,"['%', '$', ':']",% < %],0,1.0 +0613,0613,12,symb,three_rule_comb5,16.0,"['>', '<', '~']",(! ~ *)],0,1.0 +0613,0613,12,symb,three_rule_comb5,17.0,"['%', '&', '>']",% > (],0,1.0 +0613,0613,12,symb,three_rule_comb5,18.0,"['&', '(', '&']",& > (],0,1.0 +0613,0613,12,symb,three_rule_comb5,19.0,"['%', '&', '%']",% & #],0,1.0 +0613,0613,12,symb,three_rule_comb5,20.0,"['(', '(', '$']",( > &)],0,1.0 +0613,0613,12,symb,three_rule_comb5,21.0,"['&', '>', '(']",& : !],0,1.0 +0613,0613,12,symb,three_rule_comb5,22.0,"['$', '(', '(']",& ( %],0,1.0 +0613,0613,12,symb,three_rule_comb5,23.0,"['<', '(', '%']",< & %],0,1.0 +0613,0613,12,symb,three_rule_comb5,24.0,"['~', '%', '(']",* ( *],0,1.0 +0613,0613,12,symb,three_rule_comb5,25.0,"[':', '~', '&']",( ~ <],0,1.0 +0613,0613,12,symb,three_rule_comb5,26.0,"['>', '(', ':']",! % :],0,1.0 +0613,0613,12,symb,three_rule_comb5,27.0,"['$', '!', '~']",< ! &],0,1.0 +0613,0613,12,symb,three_rule_comb5,28.0,"['(', ':', '!']",: : !],0,1.0 +0613,0613,12,symb,three_rule_comb5,29.0,"['$', ':', '%']",$ % (],0,1.0 +0613,0613,12,symb,three_rule_comb5,30.0,"['<', '$', '<']",$ $ >],0,1.0 +0613,0613,12,symb,three_rule_comb5,31.0,"['<', '(', '(']",< > &],0,1.0 +0613,0613,12,symb,three_rule_comb5,32.0,"['<', '<', '$']",< : ~],0,1.0 +0613,0613,12,symb,three_rule_comb5,33.0,"['>', '&', ':']",& ~ %],0,1.0 +0613,0613,12,symb,three_rule_comb5,34.0,"['(', '%', '<']",( ~ *),0,1.0 +0613,0613,12,symb,three_rule_comb5,35.0,"['<', '$', '*']",: ~ *],0,1.0 +0613,0613,12,symb,three_rule_comb5,36.0,"['&', '*', '*']",( * *],0,1.0 +0613,0613,12,symb,three_rule_comb5,37.0,"['<', '*', '>']",> * >],0,1.0 +0613,0613,12,symb,three_rule_comb5,38.0,"['!', '$', '&']",! & %],0,1.0 +0613,0613,12,symb,three_rule_comb5,39.0,"['!', ':', '$']",> % $],0,1.0 +0613,0613,12,symb,three_rule_comb5,40.0,"['%', '%', '%']",% $ &],0,1.0 +0613,0613,12,symb,three_rule_comb5,41.0,"['>', '%', '!']",> * *],0,1.0 +0613,0613,12,symb,three_rule_comb5,42.0,"['!', '~', ':']",> ~ %],0,1.0 +0613,0613,12,symb,three_rule_comb5,43.0,"['<', '&', '%']",(& < *)],0,1.0 +0613,0613,12,symb,three_rule_comb5,44.0,"['~', '(', '$']",~ * ?],0,1.0 +0613,0613,12,symb,three_rule_comb5,45.0,"['<', '!', '%']",* ! !],0,1.0 +0613,0613,12,symb,three_rule_comb5,46.0,"['!', '!', ':']",> ! %],0,1.0 +0613,0613,12,symb,three_rule_comb5,47.0,"['$', '$', ':']",~ $ (<],0,1.0 +0613,0613,12,symb,three_rule_comb5,48.0,"['<', '!', '(']",< ( (),0,1.0 +0613,0613,12,symb,three_rule_comb5,49.0,"['!', '(', '$']",! * ?],0,1.0 +0613,0613,12,symb,three_rule_comb5,50.0,"['*', '&', '>']",< & !],0,1.0 +0613,0613,12,symb,three_rule_comb5,51.0,"['*', '*', '<']",< * :],0,1.0 +0613,0613,12,symb,three_rule_comb5,52.0,"['&', '(', '$']",< : $],0,1.0 +0613,0613,12,symb,three_rule_comb5,53.0,"['&', '<', '$']",: > !],0,1.0 +0613,0613,12,symb,three_rule_comb5,54.0,"['%', ':', ':']",% : *],0,1.0 +0613,0613,12,symb,three_rule_comb5,55.0,"['%', '<', '$']",% $ &],0,1.0 +0613,0613,12,symb,three_rule_comb5,56.0,"['%', '~', '*']",: ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb5,57.0,"['(', '!', '&']",% ! <],0,1.0 +0613,0613,12,symb,three_rule_comb5,58.0,"['%', '~', '$']",% > ?],0,1.0 +0613,0613,12,symb,three_rule_comb5,59.0,"[':', '>', '%']",: * ^],0,1.0 +0613,0613,12,symb,three_rule_comb5,60.0,"['&', '(', '>']",$ : >],0,1.0 +0613,0613,12,symb,three_rule_comb5,61.0,"['>', '(', '&']",> % %],0,1.0 +0613,0613,12,symb,three_rule_comb5,62.0,"['(', '%', '(']",( % : :],0,1.0 +0613,0613,12,symb,three_rule_comb5,63.0,"['$', '%', '&']",$ # &],0,1.0 +0613,0613,12,symb,three_rule_comb5,64.0,"['>', '%', ':']",:* : :],0,1.0 +0613,0613,12,symb,three_rule_comb5,65.0,"['!', '(', ':']",> * (],0,1.0 +0613,0613,12,symb,three_rule_comb5,66.0,"['$', '&', '%']",& $ %],0,1.0 +0613,0613,12,symb,three_rule_comb5,67.0,"['&', '&', '<']",($ & *)],0,1.0 +0613,0613,12,symb,three_rule_comb5,68.0,"['!', '<', '!']",> $ !],0,1.0 +0613,0613,12,symb,three_rule_comb5,69.0,"['!', '(', '(']",> < %],0,1.0 +0613,0613,12,symb,three_rule_comb5,70.0,"['!', '*', '<']",> * ~],0,1.0 +0613,0613,12,symb,three_rule_comb5,71.0,"['%', '<', '<']",! < :],0,1.0 +0613,0613,12,symb,three_rule_comb5,72.0,"['<', '$', '>']",! < <],0,1.0 +0613,0613,12,symb,three_rule_comb5,73.0,"['$', '$', '!']",& $ >],0,1.0 +0613,0613,12,symb,three_rule_comb5,74.0,"[':', '(', '<']",(! ( (!],0,1.0 +0613,0613,12,symb,three_rule_comb5,75.0,"['!', '<', ':']",! ~ ~],0,1.0 +0613,0613,12,symb,three_rule_comb5,76.0,"['(', '!', '!']",( ! $],0,1.0 +0613,0613,12,symb,three_rule_comb5,77.0,"[':', '%', '~']",* % ],0,1.0 +0613,0613,12,symb,three_rule_comb5,78.0,"[':', '~', '>']",% * >],0,1.0 +0613,0613,12,symb,three_rule_comb5,79.0,"['$', '&', '%']",& & ^],0,1.0 +0613,0613,12,symb,three_rule_comb5,80.0,"['%', '$', '<']",$ ! *],0,1.0 +0613,0613,12,symb,three_rule_comb5,81.0,"['(', '!', '*']",% > ~],0,1.0 +0613,0613,12,symb,three_rule_comb5,82.0,"['*', ':', '~']",* % *],0,1.0 +0613,0613,12,symb,three_rule_comb5,83.0,"['&', '>', '~']",( > !],0,1.0 +0613,0613,12,symb,three_rule_comb5,84.0,"['$', '%', '$']",< % &],0,1.0 +0613,0613,12,symb,three_rule_comb5,85.0,"['<', '%', '<']",< $ ~],0,1.0 +0613,0613,12,symb,three_rule_comb5,86.0,"['&', '%', '>']",& : !],0,1.0 +0613,0613,12,symb,three_rule_comb5,87.0,"[':', '(', ':']",* < >],0,1.0 +0613,0613,12,symb,three_rule_comb5,88.0,"['$', '*', '>']",< * !],0,1.0 +0613,0613,12,symb,three_rule_comb5,89.0,"['%', '*', '<']",! * !],0,1.0 +0613,0613,12,symb,three_rule_comb5,90.0,"['>', '<', '*']",! $ *],0,1.0 +0613,0613,12,symb,three_rule_comb5,91.0,"['%', ':', '*']",% < <],0,1.0 +0613,0613,12,symb,three_rule_comb5,92.0,"['&', '%', '$']",& $ *],0,1.0 +0613,0613,12,symb,three_rule_comb5,93.0,"['%', '&', ':']",$ $ :],0,1.0 +0613,0613,12,symb,three_rule_comb5,94.0,"['!', '(', '&']",! * *],0,1.0 +0613,0613,12,symb,three_rule_comb5,95.0,"['(', '$', '*']",% & *],0,1.0 +0613,0613,12,symb,three_rule_comb5,96.0,"['$', '$', '<']",& $ *],0,1.0 +0613,0613,12,symb,three_rule_comb5,97.0,"[':', '$', '&']",% < &],0,1.0 +0613,0613,12,symb,three_rule_comb5,98.0,"['(', '*', '(']",: ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb5,99.0,"['(', '~', '(']",( > &],0,1.0 +0613,0613,12,symb,three_rule_comb6,0.0,"['%', '&', '~']",% & ~],1,1.0 +0613,0613,12,symb,three_rule_comb6,1.0,"['>', '&', '$']",> & $],1,1.0 +0613,0613,12,symb,three_rule_comb6,2.0,"['&', '%', '*']",& % *],1,1.0 +0613,0613,12,symb,three_rule_comb6,3.0,"['!', '&', '$']",! & $],1,1.0 +0613,0613,12,symb,three_rule_comb6,4.0,"['*', '<', '!']",* < !],1,1.0 +0613,0613,12,symb,three_rule_comb6,5.0,"['*', '%', '$']",* % $],1,1.0 +0613,0613,12,symb,three_rule_comb6,6.0,"['<', '%', '$']",< % $],1,1.0 +0613,0613,12,symb,three_rule_comb6,7.0,"['~', '*', '>']",~ * >],1,1.0 +0613,0613,12,symb,three_rule_comb6,8.0,"['(', '$', '&']",( $ &],1,1.0 +0613,0613,12,symb,three_rule_comb6,9.0,"['<', '<', '&']",< < &],1,1.0 +0613,0613,12,symb,three_rule_comb6,10.0,"['!', '&', ':']",! & :],1,1.0 +0613,0613,12,symb,three_rule_comb6,11.0,"['%', '<', '$']",< % $],0,1.0 +0613,0613,12,symb,three_rule_comb6,12.0,"['>', '&', '&']",> & %],0,1.0 +0613,0613,12,symb,three_rule_comb6,13.0,"['$', '&', '(']",$ & (],1,1.0 +0613,0613,12,symb,three_rule_comb6,14.0,"['(', '*', '$']",( * $],1,1.0 +0613,0613,12,symb,three_rule_comb6,15.0,"['$', '%', ':']",$ % :],1,1.0 +0613,0613,12,symb,three_rule_comb6,16.0,"['%', '<', '(']",% < (],1,1.0 +0613,0613,12,symb,three_rule_comb6,17.0,"['(', '<', '$']",( < $],1,1.0 +0613,0613,12,symb,three_rule_comb6,18.0,"['~', '$', '<']",~ ~ <],0,1.0 +0613,0613,12,symb,three_rule_comb6,19.0,"['~', '>', '*']",~ > *],1,1.0 +0613,0613,12,symb,three_rule_comb6,20.0,"['$', '(', '$']",$ ( $],1,1.0 +0613,0613,12,symb,three_rule_comb6,21.0,"['~', '$', ':']",~ : :],0,1.0 +0613,0613,12,symb,three_rule_comb6,22.0,"[':', '!', '$']",: ! $],1,1.0 +0613,0613,12,symb,three_rule_comb6,23.0,"['$', '$', '<']",$ < !],0,1.0 +0613,0613,12,symb,three_rule_comb6,24.0,"['>', '~', '>']",> ~ >],1,1.0 +0613,0613,12,symb,three_rule_comb6,25.0,"['(', ':', ':']",! : :],0,1.0 +0613,0613,12,symb,three_rule_comb6,26.0,"['%', '>', ':']",% > :],1,1.0 +0613,0613,12,symb,three_rule_comb6,27.0,"['&', '(', '!']",& ( !],1,1.0 +0613,0613,12,symb,three_rule_comb6,28.0,"['~', '(', '~']",: ( ~],0,1.0 +0613,0613,12,symb,three_rule_comb6,29.0,"['&', '*', '(']",& : *],0,1.0 +0613,0613,12,symb,three_rule_comb6,30.0,"[':', '$', '!']",: $ !],1,1.0 +0613,0613,12,symb,three_rule_comb6,31.0,"['<', '&', ':']",< & %],0,1.0 +0613,0613,12,symb,three_rule_comb6,32.0,"['(', '%', '(']",( : (],0,1.0 +0613,0613,12,symb,three_rule_comb6,33.0,"[':', '(', '&']",: ( >],0,1.0 +0613,0613,12,symb,three_rule_comb6,34.0,"['$', '<', '!']",$ % !],0,1.0 +0613,0613,12,symb,three_rule_comb6,35.0,"['>', '*', '&']",> * &],1,1.0 +0613,0613,12,symb,three_rule_comb6,36.0,"['!', '(', '*']",! ( *],1,1.0 +0613,0613,12,symb,three_rule_comb6,37.0,"['%', '<', '%']",% < %],1,1.0 +0613,0613,12,symb,three_rule_comb6,38.0,"['&', '&', '*']",& & *],1,1.0 +0613,0613,12,symb,three_rule_comb6,39.0,"['*', '<', '!']",* < !],1,1.0 +0613,0613,12,symb,three_rule_comb6,40.0,"[':', '>', '<']",: > <],1,1.0 +0613,0613,12,symb,three_rule_comb6,41.0,"['<', ':', '<']",< : <],1,1.0 +0613,0613,12,symb,three_rule_comb6,42.0,"['*', '*', '(']",* * >],0,1.0 +0613,0613,12,symb,three_rule_comb6,43.0,"['%', '$', '&']",% $ &],1,1.0 +0613,0613,12,symb,three_rule_comb6,44.0,"['$', '~', '<']",$ ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb6,45.0,"['%', '!', '&']",% ! !],0,1.0 +0613,0613,12,symb,three_rule_comb6,46.0,"['%', '%', '!']",% % !],1,1.0 +0613,0613,12,symb,three_rule_comb6,47.0,"['$', '<', '~']",$ < ~],1,1.0 +0613,0613,12,symb,three_rule_comb6,48.0,"['$', '>', '!']",* : $],0,1.0 +0613,0613,12,symb,three_rule_comb6,49.0,"[':', '~', '%']",: % %],0,1.0 +0613,0613,12,symb,three_rule_comb6,50.0,"['%', '&', '~']",% & ~],1,1.0 +0613,0613,12,symb,three_rule_comb6,51.0,"['(', '&', '*']",( < *],0,1.0 +0613,0613,12,symb,three_rule_comb6,52.0,"[':', '$', '!']",: $ !],1,1.0 +0613,0613,12,symb,three_rule_comb6,53.0,"['$', '%', '<']",$ % <],1,1.0 +0613,0613,12,symb,three_rule_comb6,54.0,"['(', '(', '~']",( ( ~],1,1.0 +0613,0613,12,symb,three_rule_comb6,55.0,"['~', '*', '$']",~ * $],1,1.0 +0613,0613,12,symb,three_rule_comb6,56.0,"['(', ':', '&']",( * &],0,1.0 +0613,0613,12,symb,three_rule_comb6,57.0,"['*', '~', ':']",* $ :],0,1.0 +0613,0613,12,symb,three_rule_comb6,58.0,"['*', '<', '~']",* < !],0,1.0 +0613,0613,12,symb,three_rule_comb6,59.0,"['<', '<', '&']",< < &],1,1.0 +0613,0613,12,symb,three_rule_comb6,60.0,"[':', '&', '!']",: & !],1,1.0 +0613,0613,12,symb,three_rule_comb6,61.0,"['*', '~', '!']",* ~ !],1,1.0 +0613,0613,12,symb,three_rule_comb6,62.0,"['%', '<', '(']",% < (],1,1.0 +0613,0613,12,symb,three_rule_comb6,63.0,"['~', ':', '!']",~ : !],1,1.0 +0613,0613,12,symb,three_rule_comb6,64.0,"['~', '!', '&']",% % &],0,1.0 +0613,0613,12,symb,three_rule_comb6,65.0,"['&', '!', '~']",& ! ~],1,1.0 +0613,0613,12,symb,three_rule_comb6,66.0,"['~', '&', '~']",~ ! ~],0,1.0 +0613,0613,12,symb,three_rule_comb6,67.0,"['~', ':', '$']",~ : $],1,1.0 +0613,0613,12,symb,three_rule_comb6,68.0,"['(', '&', '$']",> & >],0,1.0 +0613,0613,12,symb,three_rule_comb6,69.0,"['~', '$', '*']",~ $ *],1,1.0 +0613,0613,12,symb,three_rule_comb6,70.0,"['&', '!', '<']",& ! <],1,1.0 +0613,0613,12,symb,three_rule_comb6,71.0,"['*', '%', '!']",% * !],0,1.0 +0613,0613,12,symb,three_rule_comb6,72.0,"['%', '(', '>']",% ( >],1,1.0 +0613,0613,12,symb,three_rule_comb6,73.0,"['&', '~', '~']",& ~ ~],1,1.0 +0613,0613,12,symb,three_rule_comb6,74.0,"['!', '*', '~']",! * *],0,1.0 +0613,0613,12,symb,three_rule_comb6,75.0,"['!', '(', '>']",! ( !],0,1.0 +0613,0613,12,symb,three_rule_comb6,76.0,"[':', '%', '>']",: % >],1,1.0 +0613,0613,12,symb,three_rule_comb6,77.0,"['$', '!', '~']",$ : *],0,1.0 +0613,0613,12,symb,three_rule_comb6,78.0,"['~', '%', ':']",~ % :],1,1.0 +0613,0613,12,symb,three_rule_comb6,79.0,"['~', '%', '%']",% ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb6,80.0,"['!', '~', '!']",! ~ ~],0,1.0 +0613,0613,12,symb,three_rule_comb6,81.0,"['&', '<', '%']",& < %],1,1.0 +0613,0613,12,symb,three_rule_comb6,82.0,"['&', '(', '<']",& ( <],1,1.0 +0613,0613,12,symb,three_rule_comb6,83.0,"['(', '$', '!']",(~ : !)],0,1.0 +0613,0613,12,symb,three_rule_comb6,84.0,"[':', '>', '%']",: > %],1,1.0 +0613,0613,12,symb,three_rule_comb6,85.0,"['&', '!', '$']",& ! $],1,1.0 +0613,0613,12,symb,three_rule_comb6,86.0,"['(', '>', '~']",( > ~],1,1.0 +0613,0613,12,symb,three_rule_comb6,87.0,"['&', '(', ':']",& ( >],0,1.0 +0613,0613,12,symb,three_rule_comb6,88.0,"['%', '<', ':']",% < :],1,1.0 +0613,0613,12,symb,three_rule_comb6,89.0,"[':', '!', '$']",: ! $],1,1.0 +0613,0613,12,symb,three_rule_comb6,90.0,"['<', '&', '*']",< & *],1,1.0 +0613,0613,12,symb,three_rule_comb6,91.0,"['>', '~', '$']",> ~ $],1,1.0 +0613,0613,12,symb,three_rule_comb6,92.0,"['!', '>', '$']",! > $],1,1.0 +0613,0613,12,symb,three_rule_comb6,93.0,"['$', ':', '&']",$ : &],1,1.0 +0613,0613,12,symb,three_rule_comb6,94.0,"['(', '$', '(']",( $ : ],0,1.0 +0613,0613,12,symb,three_rule_comb6,95.0,"['(', '>', ':']",( : >],0,1.0 +0613,0613,12,symb,three_rule_comb6,96.0,"['!', '>', '>']",! > !],0,1.0 +0613,0613,12,symb,three_rule_comb6,97.0,"[':', '&', '~']",: & ~],1,1.0 +0613,0613,12,symb,three_rule_comb6,98.0,"['>', '!', '<']",> : <],0,1.0 +0613,0613,12,symb,three_rule_comb6,99.0,"['<', '~', ':']",< ~ :],1,1.0 +0613,0613,12,symb,three_rule_comb7,0.0,"['<', '(', ':']",< ( *],0,1.0 +0613,0613,12,symb,three_rule_comb7,1.0,"['!', '&', ':']",! & >],0,1.0 +0613,0613,12,symb,three_rule_comb7,2.0,"['(', '>', '$']",: * &],0,1.0 +0613,0613,12,symb,three_rule_comb7,3.0,"['(', ':', '<']",% : <],0,1.0 +0613,0613,12,symb,three_rule_comb7,4.0,"['>', '<', '*']",> $ *],0,1.0 +0613,0613,12,symb,three_rule_comb7,5.0,"['$', '!', '$']",$ : ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,6.0,"['<', '&', '<']",& * <],0,1.0 +0613,0613,12,symb,three_rule_comb7,7.0,"['*', '$', '%']",( $ %],0,1.0 +0613,0613,12,symb,three_rule_comb7,8.0,"['*', '*', '!']",> : >],0,1.0 +0613,0613,12,symb,three_rule_comb7,9.0,"['~', '*', ':']",~ * %],0,1.0 +0613,0613,12,symb,three_rule_comb7,10.0,"['<', '&', '(']",< & :>],0,1.0 +0613,0613,12,symb,three_rule_comb7,11.0,"['*', '~', '&']",(~ ~ &)],0,1.0 +0613,0613,12,symb,three_rule_comb7,12.0,"['(', '(', '(']",(& ( (],0,1.0 +0613,0613,12,symb,three_rule_comb7,13.0,"['(', '(', '%']",( > !],0,1.0 +0613,0613,12,symb,three_rule_comb7,14.0,"['>', '>', '(']",> ( %],0,1.0 +0613,0613,12,symb,three_rule_comb7,15.0,"['!', '%', '%']",> * %],0,1.0 +0613,0613,12,symb,three_rule_comb7,16.0,"[':', ':', '%']",: ! !],0,1.0 +0613,0613,12,symb,three_rule_comb7,17.0,"[':', '&', '(']",: * !],0,1.0 +0613,0613,12,symb,three_rule_comb7,18.0,"['~', '*', '~']",~ < ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,19.0,"['&', '!', '$']",& ! : ],0,1.0 +0613,0613,12,symb,three_rule_comb7,20.0,"['<', '~', '<']",* ~ <],0,1.0 +0613,0613,12,symb,three_rule_comb7,21.0,"['&', '(', '!']",< $ %],0,1.0 +0613,0613,12,symb,three_rule_comb7,22.0,"['~', '(', '&']",~ ( (],0,1.0 +0613,0613,12,symb,three_rule_comb7,23.0,"[':', '%', '!']",: % (],0,1.0 +0613,0613,12,symb,three_rule_comb7,24.0,"[':', '(', '&']",< ( &],0,1.0 +0613,0613,12,symb,three_rule_comb7,25.0,"['<', '!', '(']",< ! &],0,1.0 +0613,0613,12,symb,three_rule_comb7,26.0,"['(', ':', '~']",% : ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,27.0,"['*', '&', '*']",* & >],0,1.0 +0613,0613,12,symb,three_rule_comb7,28.0,"['$', ':', '$']",$ : ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,29.0,"['%', '*', '$']",% * ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,30.0,"['$', '$', '$']",$ ! (],0,1.0 +0613,0613,12,symb,three_rule_comb7,31.0,"['~', '&', '$']",~ > $],0,1.0 +0613,0613,12,symb,three_rule_comb7,32.0,"['(', '<', '$']",( $ ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,33.0,"['!', '<', '&']",! : &],0,1.0 +0613,0613,12,symb,three_rule_comb7,34.0,"['~', '<', '(']",~ > >],0,1.0 +0613,0613,12,symb,three_rule_comb7,35.0,"['*', '!', '&']",$ ! >],0,1.0 +0613,0613,12,symb,three_rule_comb7,36.0,"['~', '&', '<']",:& *],0,1.0 +0613,0613,12,symb,three_rule_comb7,37.0,"['&', '(', '>']",& : !],0,1.0 +0613,0613,12,symb,three_rule_comb7,38.0,"['<', '(', '<']",: ( <],0,1.0 +0613,0613,12,symb,three_rule_comb7,39.0,"['%', '*', '(']",% * >],0,1.0 +0613,0613,12,symb,three_rule_comb7,40.0,"['<', '$', '(']",< $ >],0,1.0 +0613,0613,12,symb,three_rule_comb7,41.0,"['*', '*', '&']",< * &],0,1.0 +0613,0613,12,symb,three_rule_comb7,42.0,"['*', '(', '!']",> * >],0,1.0 +0613,0613,12,symb,three_rule_comb7,43.0,"[':', '&', '>']",& < %],0,1.0 +0613,0613,12,symb,three_rule_comb7,44.0,"[':', '>', '*']",< > *],0,1.0 +0613,0613,12,symb,three_rule_comb7,45.0,"['!', '$', '*']",> $ *],0,1.0 +0613,0613,12,symb,three_rule_comb7,46.0,"['$', '>', '<']",$ ~ <],0,1.0 +0613,0613,12,symb,three_rule_comb7,47.0,"['%', '(', '!']",% > !],0,1.0 +0613,0613,12,symb,three_rule_comb7,48.0,"['<', '~', '*']",< ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb7,49.0,"['(', '%', '$']",% % $],0,1.0 +0613,0613,12,symb,three_rule_comb7,50.0,"['!', '&', '>']",> < ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,51.0,"[':', ':', '<']",< : <],0,1.0 +0613,0613,12,symb,three_rule_comb7,52.0,"['*', '$', '&']",* ! $],0,1.0 +0613,0613,12,symb,three_rule_comb7,53.0,"['!', ':', '%']",: < :],0,1.0 +0613,0613,12,symb,three_rule_comb7,54.0,"['~', '%', '%']",~ ! %],0,1.0 +0613,0613,12,symb,three_rule_comb7,55.0,"['&', '~', '%']",& > ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,56.0,"['$', '(', '%']",$ : ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,57.0,"['>', '%', '>']",! % *],0,1.0 +0613,0613,12,symb,three_rule_comb7,58.0,"['$', '!', '<']",< * ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,59.0,"['!', '(', '(']",! % (],0,1.0 +0613,0613,12,symb,three_rule_comb7,60.0,"[':', '&', '$']",: & !],0,1.0 +0613,0613,12,symb,three_rule_comb7,61.0,"['<', '&', '!']",< & (],0,1.0 +0613,0613,12,symb,three_rule_comb7,62.0,"['(', ':', '>']",: & >],0,1.0 +0613,0613,12,symb,three_rule_comb7,63.0,"['<', '%', '<']",< $ %],0,1.0 +0613,0613,12,symb,three_rule_comb7,64.0,"['<', '&', '~']",: & ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,65.0,"[':', '(', '(']",: > (],0,1.0 +0613,0613,12,symb,three_rule_comb7,66.0,"['$', '*', '!']",! * !],0,1.0 +0613,0613,12,symb,three_rule_comb7,67.0,"['(', '~', '>']",% ~ >],0,1.0 +0613,0613,12,symb,three_rule_comb7,68.0,"['<', '!', '%']",& $ (],0,1.0 +0613,0613,12,symb,three_rule_comb7,69.0,"['<', '(', '$']",? & $],0,1.0 +0613,0613,12,symb,three_rule_comb7,70.0,"['(', '~', '~']",* ! ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,71.0,"['~', '~', '&']",~ ! &],0,1.0 +0613,0613,12,symb,three_rule_comb7,72.0,"['(', '%', ':']",% & &],0,1.0 +0613,0613,12,symb,three_rule_comb7,73.0,"['&', '$', '>']",& & >],0,1.0 +0613,0613,12,symb,three_rule_comb7,74.0,"['<', '(', '~']",& ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb7,75.0,"['$', '*', '$']",! * $],0,1.0 +0613,0613,12,symb,three_rule_comb7,76.0,"[':', '<', '>']",: $ >],0,1.0 +0613,0613,12,symb,three_rule_comb7,77.0,"['&', ':', '&']",& ~ &],0,1.0 +0613,0613,12,symb,three_rule_comb7,78.0,"['<', '>', '<']",> < $],0,1.0 +0613,0613,12,symb,three_rule_comb7,79.0,"['~', '%', '>']",! % >],0,1.0 +0613,0613,12,symb,three_rule_comb7,80.0,"['%', '>', '*']",: ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb7,81.0,"['*', '<', '$']",* : $],0,1.0 +0613,0613,12,symb,three_rule_comb7,82.0,"['&', '$', '$']",& $ ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,83.0,"['*', '(', '(']",* ( &],0,1.0 +0613,0613,12,symb,three_rule_comb7,84.0,"[':', '~', '(']",: ~ ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,85.0,"[':', '<', '<']",: < ~],0,1.0 +0613,0613,12,symb,three_rule_comb7,86.0,"['~', '%', '$']",~ ~ $],0,1.0 +0613,0613,12,symb,three_rule_comb7,87.0,"['&', '<', '~']",< ! *],0,1.0 +0613,0613,12,symb,three_rule_comb7,88.0,"[':', '(', '&']",: > &],0,1.0 +0613,0613,12,symb,three_rule_comb7,89.0,"['~', '>', '%']",% ! &],0,1.0 +0613,0613,12,symb,three_rule_comb7,90.0,"[':', '~', '&']",* ~ &],0,1.0 +0613,0613,12,symb,three_rule_comb7,91.0,"['(', '&', '(']",( & <],0,1.0 +0613,0613,12,symb,three_rule_comb7,92.0,"['~', '~', '(']",* : (],0,1.0 +0613,0613,12,symb,three_rule_comb7,93.0,"['~', '$', '~']",~ ! :],0,1.0 +0613,0613,12,symb,three_rule_comb7,94.0,"['&', '!', '<']",& ! *],0,1.0 +0613,0613,12,symb,three_rule_comb7,95.0,"['&', '<', '*']",: & *],0,1.0 +0613,0613,12,symb,three_rule_comb7,96.0,"['*', '(', '~']",# < (~],0,1.0 +0613,0613,12,symb,three_rule_comb7,97.0,"['%', '!', '%']",% ~ *],0,1.0 +0613,0613,12,symb,three_rule_comb7,98.0,"[':', '!', '%']",: ~ >],0,1.0 +0613,0613,12,symb,three_rule_comb7,99.0,"[':', '$', '!']",: $ ~],0,1.0 +0613,0613,12,symb,three_rule_comb8,0.0,"[':', '&', '*']",$ * <],0,1.0 +0613,0613,12,symb,three_rule_comb8,1.0,"['<', '<', '<']",* : <],0,1.0 +0613,0613,12,symb,three_rule_comb8,2.0,"['!', '%', ':']",% : : !],0,1.0 +0613,0613,12,symb,three_rule_comb8,3.0,"['>', '<', '$']",! & *]],0,1.0 +0613,0613,12,symb,three_rule_comb8,4.0,"['$', '(', ':']",< : :],0,1.0 +0613,0613,12,symb,three_rule_comb8,5.0,"['<', '!', ':']",& > :],0,1.0 +0613,0613,12,symb,three_rule_comb8,6.0,"['(', '~', '&']",> ! !],0,1.0 +0613,0613,12,symb,three_rule_comb8,7.0,"[':', '!', '%']",! % !],0,1.0 +0613,0613,12,symb,three_rule_comb8,8.0,"['>', '%', '~']",> ! !],0,1.0 +0613,0613,12,symb,three_rule_comb8,9.0,"['%', '>', '%']",: ! %],0,1.0 +0613,0613,12,symb,three_rule_comb8,10.0,"['!', '<', '~']",* : *],0,1.0 +0613,0613,12,symb,three_rule_comb8,11.0,"['%', '(', '<']",! ( &],0,1.0 +0613,0613,12,symb,three_rule_comb8,12.0,"['~', '~', '(']",> ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb8,13.0,"['&', '$', ':']",% & *],0,1.0 +0613,0613,12,symb,three_rule_comb8,14.0,"['%', '>', '&']",% ( (],0,1.0 +0613,0613,12,symb,three_rule_comb8,15.0,"['!', ':', '!']",* % !],0,1.0 +0613,0613,12,symb,three_rule_comb8,16.0,"['(', '~', '>']",> ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb8,17.0,"['*', ':', '(']",* < >],0,1.0 +0613,0613,12,symb,three_rule_comb8,18.0,"['&', '<', '<']",(% & <)],0,1.0 +0613,0613,12,symb,three_rule_comb8,19.0,"['%', '>', '<']",! % :],0,1.0 +0613,0613,12,symb,three_rule_comb8,20.0,"['(', '&', '$']",> & ~],0,1.0 +0613,0613,12,symb,three_rule_comb8,21.0,"['%', '$', '(']",: < *],0,1.0 +0613,0613,12,symb,three_rule_comb8,22.0,"[':', '(', '*']",: > <],0,1.0 +0613,0613,12,symb,three_rule_comb8,23.0,"['$', '(', ':']",< & %],0,1.0 +0613,0613,12,symb,three_rule_comb8,24.0,"['<', '!', '%']",< ( <],0,1.0 +0613,0613,12,symb,three_rule_comb8,25.0,"['%', '<', ':']",< % <],0,1.0 +0613,0613,12,symb,three_rule_comb8,26.0,"[':', ':', '<']",% : $],0,1.0 +0613,0613,12,symb,three_rule_comb8,27.0,"['%', '<', ':']",! * :],0,1.0 +0613,0613,12,symb,three_rule_comb8,28.0,"['(', '<', '!']",( * >],0,1.0 +0613,0613,12,symb,three_rule_comb8,29.0,"['(', '<', '~']",$ : *],0,1.0 +0613,0613,12,symb,three_rule_comb8,30.0,"['~', '~', '%']",< ~ &],0,1.0 +0613,0613,12,symb,three_rule_comb8,31.0,"['>', '<', '>']",! $ ~],0,1.0 +0613,0613,12,symb,three_rule_comb8,32.0,"['(', '%', ':']",: * (],0,1.0 +0613,0613,12,symb,three_rule_comb8,33.0,"['!', '%', '*']",(! % >)],0,1.0 +0613,0613,12,symb,three_rule_comb8,34.0,"['~', ':', '<']",~ < *],0,1.0 +0613,0613,12,symb,three_rule_comb8,35.0,"['$', '%', '$']",! % ~],0,1.0 +0613,0613,12,symb,three_rule_comb8,36.0,"['>', '(', '~']",> : *],0,1.0 +0613,0613,12,symb,three_rule_comb8,37.0,"['>', '!', ':']",> ! !],0,1.0 +0613,0613,12,symb,three_rule_comb8,38.0,"['<', '%', '&']",< $ <],0,1.0 +0613,0613,12,symb,three_rule_comb8,39.0,"['$', '<', '%']",& < (],0,1.0 +0613,0613,12,symb,three_rule_comb8,40.0,"['(', '>', '&']",(% < <)],0,1.0 +0613,0613,12,symb,three_rule_comb8,41.0,"['&', '~', '>']",< ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb8,42.0,"['(', '*', '<']",( * &],0,1.0 +0613,0613,12,symb,three_rule_comb8,43.0,"['~', '&', '!']",~ > >],0,1.0 +0613,0613,12,symb,three_rule_comb8,44.0,"['%', '$', '%']",! ! %],0,1.0 +0613,0613,12,symb,three_rule_comb8,45.0,"['<', ':', '(']",% & (],0,1.0 +0613,0613,12,symb,three_rule_comb8,46.0,"['$', ':', '%']",& : (],0,1.0 +0613,0613,12,symb,three_rule_comb8,47.0,"['!', '%', '*']",< : $],0,1.0 +0613,0613,12,symb,three_rule_comb8,48.0,"['<', '&', '!']",(* > !)],0,1.0 +0613,0613,12,symb,three_rule_comb8,49.0,"[':', '$', '<']",% < &],0,1.0 +0613,0613,12,symb,three_rule_comb8,50.0,"['*', '$', '%']",* < &],0,1.0 +0613,0613,12,symb,three_rule_comb8,51.0,"['&', '&', '&']",& > $],0,1.0 +0613,0613,12,symb,three_rule_comb8,52.0,"['~', '(', '<']",! > <],0,1.0 +0613,0613,12,symb,three_rule_comb8,53.0,"['!', '<', '>']",> & ~],0,1.0 +0613,0613,12,symb,three_rule_comb8,54.0,"['>', '<', '*']",< ! &],0,1.0 +0613,0613,12,symb,three_rule_comb8,55.0,"['&', '~', '!']",( > $],0,1.0 +0613,0613,12,symb,three_rule_comb8,56.0,"['%', '$', '&']",$ * >],0,1.0 +0613,0613,12,symb,three_rule_comb8,57.0,"['<', '!', '&']",# $ @],0,1.0 +0613,0613,12,symb,three_rule_comb8,58.0,"['~', '*', '&']",< * *],0,1.0 +0613,0613,12,symb,three_rule_comb8,59.0,"['<', '<', '%']",* : >],0,1.0 +0613,0613,12,symb,three_rule_comb8,60.0,"['&', '$', '$']",# : $],0,1.0 +0613,0613,12,symb,three_rule_comb8,61.0,"[':', ':', '&']",(? # @)],0,1.0 +0613,0613,12,symb,three_rule_comb8,62.0,"['$', '(', '*']",$ & <],0,1.0 +0613,0613,12,symb,three_rule_comb8,63.0,"['&', '$', '%']",& > *],0,1.0 +0613,0613,12,symb,three_rule_comb8,64.0,"['<', '$', '<']",< ! :],0,1.0 +0613,0613,12,symb,three_rule_comb8,65.0,"[':', '%', '<']",% < !],0,1.0 +0613,0613,12,symb,three_rule_comb8,66.0,"['<', '~', ':']",& : <],0,1.0 +0613,0613,12,symb,three_rule_comb8,67.0,"['%', '<', ':']",% ~ >],0,1.0 +0613,0613,12,symb,three_rule_comb8,68.0,"[':', '<', '>']",: $ !],0,1.0 +0613,0613,12,symb,three_rule_comb8,69.0,"['&', ':', '$']",& % &],0,1.0 +0613,0613,12,symb,three_rule_comb8,70.0,"['<', '*', '$']",! ~ >],0,1.0 +0613,0613,12,symb,three_rule_comb8,71.0,"['<', '(', '*']",(* < ! *),0,1.0 +0613,0613,12,symb,three_rule_comb8,72.0,"[':', '$', '%']",: < %],0,1.0 +0613,0613,12,symb,three_rule_comb8,73.0,"['%', '!', '(']",# > ?],0,1.0 +0613,0613,12,symb,three_rule_comb8,74.0,"['%', '<', '&']",( > $)],0,1.0 +0613,0613,12,symb,three_rule_comb8,75.0,"['(', '<', '~']",% * ~],0,1.0 +0613,0613,12,symb,three_rule_comb8,76.0,"['$', '!', '*']",< ~ *],0,1.0 +0613,0613,12,symb,three_rule_comb8,77.0,"['%', '>', '(']",% & ~],0,1.0 +0613,0613,12,symb,three_rule_comb8,78.0,"[':', '&', '>']",% $ %],0,1.0 +0613,0613,12,symb,three_rule_comb8,79.0,"['&', '$', '>']",< & *],0,1.0 +0613,0613,12,symb,three_rule_comb8,80.0,"['%', '&', ':']",(% & :)],0,1.0 +0613,0613,12,symb,three_rule_comb8,81.0,"['$', '*', '%']",< : (],0,1.0 +0613,0613,12,symb,three_rule_comb8,82.0,"[':', ':', '&']",: * >],0,1.0 +0613,0613,12,symb,three_rule_comb8,83.0,"['*', '&', ':']",* > %],0,1.0 +0613,0613,12,symb,three_rule_comb8,84.0,"['!', '$', '%']",~ ! %],0,1.0 +0613,0613,12,symb,three_rule_comb8,85.0,"['!', '<', ':']",> & >],0,1.0 +0613,0613,12,symb,three_rule_comb8,86.0,"['~', '&', '(']",~ > &],0,1.0 +0613,0613,12,symb,three_rule_comb8,87.0,"['<', '%', '*']",$ ! ~],0,1.0 +0613,0613,12,symb,three_rule_comb8,88.0,"[':', '&', '%']",: * $],0,1.0 +0613,0613,12,symb,three_rule_comb8,89.0,"['(', '$', ':']",: $ :],0,1.0 +0613,0613,12,symb,three_rule_comb8,90.0,"['<', '%', '*']",< # @],0,1.0 +0613,0613,12,symb,three_rule_comb8,91.0,"['%', '!', '*']",% ( !],0,1.0 +0613,0613,12,symb,three_rule_comb8,92.0,"[':', ':', '~']",( > *],0,1.0 +0613,0613,12,symb,three_rule_comb8,93.0,"['&', '%', '*']",# $ %],0,1.0 +0613,0613,12,symb,three_rule_comb8,94.0,"[':', ':', '>']",! : >],0,1.0 +0613,0613,12,symb,three_rule_comb8,95.0,"['~', '<', '(']",< % &],0,1.0 +0613,0613,12,symb,three_rule_comb8,96.0,"['$', '$', '!']",*: : !],0,1.0 +0613,0613,12,symb,three_rule_comb8,97.0,"['%', ':', '<']",% < :],0,1.0 +0613,0613,12,symb,three_rule_comb8,98.0,"['<', '%', '!']",> > *],0,1.0 +0613,0613,12,symb,three_rule_comb8,99.0,"[':', '&', '%']",% ~ %],0,1.0 +0613,0613,12,symb,three_rule_comb9,0.0,"['<', '>', '!']",( ( : ],0,1.0 +0613,0613,12,symb,three_rule_comb9,1.0,"[':', '$', '%']",: & #],0,1.0 +0613,0613,12,symb,three_rule_comb9,2.0,"['~', '>', '*']",< ! ~],0,1.0 +0613,0613,12,symb,three_rule_comb9,3.0,"['<', ':', '~']",( < *],0,1.0 +0613,0613,12,symb,three_rule_comb9,4.0,"['<', '~', '*']",$ * ~],0,1.0 +0613,0613,12,symb,three_rule_comb9,5.0,"['>', ':', '(']",! % %]],0,1.0 +0613,0613,12,symb,three_rule_comb9,6.0,"['%', '&', '<']",< & !],0,1.0 +0613,0613,12,symb,three_rule_comb9,7.0,"['$', '&', '%']",; & ^],0,1.0 +0613,0613,12,symb,three_rule_comb9,8.0,"[':', '%', '!']",> % *],0,1.0 +0613,0613,12,symb,three_rule_comb9,9.0,"['%', '<', ':']",% $ $],0,1.0 +0613,0613,12,symb,three_rule_comb9,10.0,"['%', ':', '&']",! ( !],0,1.0 +0613,0613,12,symb,three_rule_comb9,11.0,"['%', '&', '&']",(? $ *)],0,1.0 +0613,0613,12,symb,three_rule_comb9,12.0,"['$', '&', '~']",& < *],0,1.0 +0613,0613,12,symb,three_rule_comb9,13.0,"['(', ':', '&']",~ * &],0,1.0 +0613,0613,12,symb,three_rule_comb9,14.0,"['*', '<', '%']",# * %],0,1.0 +0613,0613,12,symb,three_rule_comb9,15.0,"[':', '&', '<']",# % #]],0,1.0 +0613,0613,12,symb,three_rule_comb9,16.0,"['~', '%', ':']",% # $],0,1.0 +0613,0613,12,symb,three_rule_comb9,17.0,"['<', '*', '(']",: < &],0,1.0 +0613,0613,12,symb,three_rule_comb9,18.0,"['(', '~', '$']",% * <],0,1.0 +0613,0613,12,symb,three_rule_comb9,19.0,"['*', ':', '%']",# $ %],0,1.0 +0613,0613,12,symb,three_rule_comb9,20.0,"['%', ':', '>']",~ % %],0,1.0 +0613,0613,12,symb,three_rule_comb9,21.0,"['&', '*', '$']",& & $],0,1.0 +0613,0613,12,symb,three_rule_comb9,22.0,"['<', ':', '*']",% % $],0,1.0 +0613,0613,12,symb,three_rule_comb9,23.0,"['~', '&', '*']",> * $],0,1.0 +0613,0613,12,symb,three_rule_comb9,24.0,"['(', '$', '%']",< ? !],0,1.0 +0613,0613,12,symb,three_rule_comb9,25.0,"['*', '$', ':']",# $ %],0,1.0 +0613,0613,12,symb,three_rule_comb9,26.0,"['%', '$', '&']",# $ %],0,1.0 +0613,0613,12,symb,three_rule_comb9,27.0,"['%', '&', '<']",? ? <]],0,1.0 +0613,0613,12,symb,three_rule_comb9,28.0,"[':', '&', '%']",# $ %],0,1.0 +0613,0613,12,symb,three_rule_comb9,29.0,"[':', '~', '(']",# ~ %],0,1.0 +0613,0613,12,symb,three_rule_comb9,30.0,"['<', ':', ':']",% ( ],0,1.0 +0613,0613,12,symb,three_rule_comb9,31.0,"[':', '>', '&']",% ! $]],0,1.0 +0613,0613,12,symb,three_rule_comb9,32.0,"['%', '(', '<']",! % *],0,1.0 +0613,0613,12,symb,three_rule_comb9,33.0,"['>', '<', '$']",> ! &],0,1.0 +0613,0613,12,symb,three_rule_comb9,34.0,"['$', '(', '*']",! : ~],0,1.0 +0613,0613,12,symb,three_rule_comb9,35.0,"['~', '(', '%']",> > #],0,1.0 +0613,0613,12,symb,three_rule_comb9,36.0,"['$', '%', '(']",< ( :],0,1.0 +0613,0613,12,symb,three_rule_comb9,37.0,"[':', '$', '!']",& & <],0,1.0 +0613,0613,12,symb,three_rule_comb9,38.0,"['>', '%', '%']",& & %],0,1.0 +0613,0613,12,symb,three_rule_comb9,39.0,"['!', '$', '(']",> < %],0,1.0 +0613,0613,12,symb,three_rule_comb9,40.0,"[':', '~', '$']",& * &],0,1.0 +0613,0613,12,symb,three_rule_comb9,41.0,"[':', '&', '(']",! % *],0,1.0 +0613,0613,12,symb,three_rule_comb9,42.0,"['>', '*', '$']",& ~ !],0,1.0 +0613,0613,12,symb,three_rule_comb9,43.0,"['&', '%', '$']",& & ?],0,1.0 +0613,0613,12,symb,three_rule_comb9,44.0,"['~', '(', '(']",> % : ],0,1.0 +0613,0613,12,symb,three_rule_comb9,45.0,"['&', '>', '(']",$ ! :],0,1.0 +0613,0613,12,symb,three_rule_comb9,46.0,"[':', '*', '&']",< * %],0,1.0 +0613,0613,12,symb,three_rule_comb9,47.0,"['%', ':', '>']",# < *],0,1.0 +0613,0613,12,symb,three_rule_comb9,48.0,"['~', '$', '<']",$ < *],0,1.0 +0613,0613,12,symb,three_rule_comb9,49.0,"['&', '<', '<']",(~ $ &)],0,1.0 +0613,0613,12,symb,three_rule_comb9,50.0,"['%', '%', '&']",# * !],0,1.0 +0613,0613,12,symb,three_rule_comb9,51.0,"['*', '$', '&']",* > ~],0,1.0 +0613,0613,12,symb,three_rule_comb9,52.0,"['$', ':', '<']",< : &],0,1.0 +0613,0613,12,symb,three_rule_comb9,53.0,"['%', '%', '~']",< & &],0,1.0 +0613,0613,12,symb,three_rule_comb9,54.0,"['$', '$', ':']",< & (],0,1.0 +0613,0613,12,symb,three_rule_comb9,55.0,"['<', '(', '!']",* ( * ],0,1.0 +0613,0613,12,symb,three_rule_comb9,56.0,"['&', '>', '$']",$ ! <],0,1.0 +0613,0613,12,symb,three_rule_comb9,57.0,"['&', '$', ':']",& % $],0,1.0 +0613,0613,12,symb,three_rule_comb9,58.0,"['(', '&', '%']",(% < ])],0,1.0 +0613,0613,12,symb,three_rule_comb9,59.0,"['$', '>', '<']",< ! $],0,1.0 +0613,0613,12,symb,three_rule_comb9,60.0,"['$', '<', '(']",< & :],0,1.0 +0613,0613,12,symb,three_rule_comb9,61.0,"[':', '%', '*']",% : ~],0,1.0 +0613,0613,12,symb,three_rule_comb9,62.0,"['&', '<', ':']",< & %],0,1.0 +0613,0613,12,symb,three_rule_comb9,63.0,"['$', '(', ':']",% : < *],0,1.0 +0613,0613,12,symb,three_rule_comb9,64.0,"['~', ':', '$']",(~ > ~)],0,1.0 +0613,0613,12,symb,three_rule_comb9,65.0,"['(', '%', '!']",# > %],0,1.0 +0613,0613,12,symb,three_rule_comb9,66.0,"['<', '&', '~']",(< * >),0,1.0 +0613,0613,12,symb,three_rule_comb9,67.0,"['<', '$', '!']",~ * ~],0,1.0 +0613,0613,12,symb,three_rule_comb9,68.0,"[':', '$', '%']",: % <],0,1.0 +0613,0613,12,symb,three_rule_comb9,69.0,"['(', '$', '>']",: < !],0,1.0 +0613,0613,12,symb,three_rule_comb9,70.0,"[':', '$', '(']",# < %],0,1.0 +0613,0613,12,symb,three_rule_comb9,71.0,"['(', '*', '<']",* ! >],0,1.0 +0613,0613,12,symb,three_rule_comb9,72.0,"['>', '$', ':']",> > !],0,1.0 +0613,0613,12,symb,three_rule_comb9,73.0,"['<', '%', ':']",% & %],0,1.0 +0613,0613,12,symb,three_rule_comb9,74.0,"['$', ':', '>']",& % !],0,1.0 +0613,0613,12,symb,three_rule_comb9,75.0,"['!', '%', '(']",> : *],0,1.0 +0613,0613,12,symb,three_rule_comb9,76.0,"['&', ':', '%']",% $ #],0,1.0 +0613,0613,12,symb,three_rule_comb9,77.0,"['>', '%', '(']",> $ $],0,1.0 +0613,0613,12,symb,three_rule_comb9,78.0,"['$', '<', '$']",< $ &],0,1.0 +0613,0613,12,symb,three_rule_comb9,79.0,"['&', '>', '%']",$ ! :],0,1.0 +0613,0613,12,symb,three_rule_comb9,80.0,"['(', '(', '*']",% ~ :],0,1.0 +0613,0613,12,symb,three_rule_comb9,81.0,"['&', '(', '>']",~ % !],0,1.0 +0613,0613,12,symb,three_rule_comb9,82.0,"['%', '<', '(']",% : &],0,1.0 +0613,0613,12,symb,three_rule_comb9,83.0,"['$', '<', '(']",< $ %],0,1.0 +0613,0613,12,symb,three_rule_comb9,84.0,"['<', '!', '%']",* : &],0,1.0 +0613,0613,12,symb,three_rule_comb9,85.0,"['<', '>', '&']",< ! <],0,1.0 +0613,0613,12,symb,three_rule_comb9,86.0,"['$', '(', '<']",< ( >],0,1.0 +0613,0613,12,symb,three_rule_comb9,87.0,"['(', '$', '<']",( < %],0,1.0 +0613,0613,12,symb,three_rule_comb9,88.0,"['>', '(', '<']",(? @ ?)],0,1.0 +0613,0613,12,symb,three_rule_comb9,89.0,"['~', ':', '%']",* # $],0,1.0 +0613,0613,12,symb,three_rule_comb9,90.0,"['&', '$', '!']",# $ %],0,1.0 +0613,0613,12,symb,three_rule_comb9,91.0,"['$', '%', '&']",< : $],0,1.0 +0613,0613,12,symb,three_rule_comb9,92.0,"['$', '>', '(']",? ? ?],0,1.0 +0613,0613,12,symb,three_rule_comb9,93.0,"['&', '%', '~']",& < !],0,1.0 +0613,0613,12,symb,three_rule_comb9,94.0,"['$', '%', '*']",& ~ <],0,1.0 +0613,0613,12,symb,three_rule_comb9,95.0,"['&', '!', '&']",* > $],0,1.0 +0613,0613,12,symb,three_rule_comb9,96.0,"['>', '$', '&']",$ & ~],0,1.0 +0613,0613,12,symb,three_rule_comb9,97.0,"['!', '&', '%']",> $ (],0,1.0 +0613,0613,12,symb,three_rule_comb9,98.0,"['$', '>', ':']",& ! (],0,1.0 +0613,0613,12,symb,three_rule_comb9,99.0,"['!', '&', '*']",(! > >)],0,1.0 +0613,0613,12,symb,c3_set_union,0.0,"['~', '(', '&', '$']",~ (& $],1,1.0 +0613,0613,12,symb,c3_set_union,1.0,"['<', '>', '(', '&']",< > &],0,1.0 +0613,0613,12,symb,c3_set_union,2.0,"['&', '$', ':', '~']",& $ : ~],1,1.0 +0613,0613,12,symb,c3_set_union,3.0,"['%', '(', ':', '>']",% ( : >],1,1.0 +0613,0613,12,symb,c3_set_union,4.0,"[':', '~', '<', '*']",: ~ < *],1,1.0 +0613,0613,12,symb,c3_set_union,5.0,"['*', '<', '&', '%']",* < & %],1,1.0 +0613,0613,12,symb,c3_set_union,6.0,"['~', '&', '%', '(']",~ & (%],1,1.0 +0613,0613,12,symb,c3_set_union,7.0,"['>', '!', ':', '(']",> ! (:],1,1.0 +0613,0613,12,symb,c3_set_union,8.0,"[':', '!', '*', '&']",: ! * &],1,1.0 +0613,0613,12,symb,c3_set_union,9.0,"['%', '*', '&', '~']",% * & ~],1,1.0 +0613,0613,12,symb,c3_set_union,10.0,"['$', '%', '>', '&']",$ % > &],1,1.0 +0613,0613,12,symb,c3_set_union,11.0,"['~', '&', '!', '<']",~ & ! <],1,1.0 +0613,0613,12,symb,c3_set_union,12.0,"['$', '>', '~', '%']",$ > ~ %],1,1.0 +0613,0613,12,symb,c3_set_union,13.0,"['<', '%', '>', '!']",< % > !],1,1.0 +0613,0613,12,symb,c3_set_union,14.0,"[':', '$', '>', '*']",: $ > *],1,1.0 +0613,0613,12,symb,c3_set_union,15.0,"['%', '(', '&', '*']",% ( & *],1,1.0 +0613,0613,12,symb,c3_set_union,16.0,"['~', '*', ':', '!']",~ * : !],1,1.0 +0613,0613,12,symb,c3_set_union,17.0,"['>', ':', '~', '!']",> : ~ !],1,1.0 +0613,0613,12,symb,c3_set_union,18.0,"['$', '(', '*', ':']",$ (:],0,1.0 +0613,0613,12,symb,c3_set_union,19.0,"[':', '(', '~', '&']",: ( ~ &],1,1.0 +0613,0613,12,symb,c3_set_union,20.0,"['~', '%', '*', '!']",~ % * !],1,1.0 +0613,0613,12,symb,c3_set_union,21.0,"[':', '(', '<', '$']",: ( < $],1,1.0 +0613,0613,12,symb,c3_set_union,22.0,"['!', '<', '>', ':']",! < : >],1,1.0 +0613,0613,12,symb,c3_set_union,23.0,"['%', '(', '~', '<']",% ( ~ <],1,1.0 +0613,0613,12,symb,c3_set_union,24.0,"['%', '$', '>', '<']",% $ > <],1,1.0 +0613,0613,12,symb,c3_set_union,25.0,"['~', '$', '<', '&']",~ $ &],0,1.0 +0613,0613,12,symb,c3_set_union,26.0,"[':', '!', '$', '>']",: ! >],0,1.0 +0613,0613,12,symb,c3_set_union,27.0,"['$', '*', '&', ':']",$ * & :],1,1.0 +0613,0613,12,symb,c3_set_union,28.0,"[':', '%', '&', '~']",: % & ~],1,1.0 +0613,0613,12,symb,c3_set_union,29.0,"['!', '$', '*', '&']",! $ * &],1,1.0 +0613,0613,12,symb,c3_set_union,30.0,"['!', '*', '(', ':']",! * :],0,1.0 +0613,0613,12,symb,c3_set_union,31.0,"['*', '~', '&', ':']",* ~ & :],1,1.0 +0613,0613,12,symb,c3_set_union,32.0,"[':', '~', '(', '%']",: ~ %],0,1.0 +0613,0613,12,symb,c3_set_union,33.0,"['*', '%', '<', '$']",* % < $],1,1.0 +0613,0613,12,symb,c3_set_union,34.0,"['~', '<', '&', '(']",~ < & (],1,1.0 +0613,0613,12,symb,c3_set_union,35.0,"['%', '<', '*', '!']",% < * !],1,1.0 +0613,0613,12,symb,c3_set_union,36.0,"['(', '~', ':', '!']",( ~ :],0,1.0 +0613,0613,12,symb,c3_set_union,37.0,"['$', '&', '*', '~']",$ & * ~],1,1.0 +0613,0613,12,symb,c3_set_union,38.0,"[':', '(', '~', '$']",: ( ~ $],1,1.0 +0613,0613,12,symb,c3_set_union,39.0,"['&', '>', '$', '*']",& > $ *],1,1.0 +0613,0613,12,symb,c3_set_union,40.0,"['$', '!', '*', '~']",$ ! * ~],1,1.0 +0613,0613,12,symb,c3_set_union,41.0,"['&', '%', '$', '!']",& % $ !],1,1.0 +0613,0613,12,symb,c3_set_union,42.0,"['>', '$', '*', '!']",> $ * !],1,1.0 +0613,0613,12,symb,c3_set_union,43.0,"[':', '*', '(', '>']",: * ( >],1,1.0 +0613,0613,12,symb,c3_set_union,44.0,"['$', '%', '(', ':']",$ % ( :],1,1.0 +0613,0613,12,symb,c3_set_union,45.0,"['!', '<', ':', '$']",! < : $],1,1.0 +0613,0613,12,symb,c3_set_union,46.0,"['>', '*', '&', '<']",> * & <],1,1.0 +0613,0613,12,symb,c3_set_union,47.0,"[':', '~', '>', '*']",: ~ > *],1,1.0 +0613,0613,12,symb,c3_set_union,48.0,"['%', '(', '*', '~']",% ( * ~],1,1.0 +0613,0613,12,symb,c3_set_union,49.0,"['(', '~', '*', '<']",( ~ * <],1,1.0 +0613,0613,12,symb,c3_set_union,50.0,"['(', '$', '!', '%']",( $ ! %],1,1.0 +0613,0613,12,symb,c3_set_union,51.0,"['>', '!', '%', '*']",> ! % *],1,1.0 +0613,0613,12,symb,c3_set_union,52.0,"['&', '$', '>', ':']",& $ > :],1,1.0 +0613,0613,12,symb,c3_set_union,53.0,"['~', '$', '%', '<']",~ $ % <],1,1.0 +0613,0613,12,symb,c3_set_union,54.0,"['&', '>', '<', '%']",& > < %],1,1.0 +0613,0613,12,symb,c3_set_union,55.0,"['>', '*', '<', ':']",> * :],0,1.0 +0613,0613,12,symb,c3_set_union,56.0,"[':', '!', '*', '<']",: ! * <],1,1.0 +0613,0613,12,symb,c3_set_union,57.0,"['%', '<', '*', '~']",% < * ~],1,1.0 +0613,0613,12,symb,c3_set_union,58.0,"['>', '(', '<', '%']",> ( < %],1,1.0 +0613,0613,12,symb,c3_set_union,59.0,"['>', ':', '<', '~']",> : ~],0,1.0 +0613,0613,12,symb,c3_set_union,60.0,"['*', '&', '<', '$']",* & $],0,1.0 +0613,0613,12,symb,c3_set_union,61.0,"['%', '<', '*', '(']",% < *],0,1.0 +0613,0613,12,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$ % < !],1,1.0 +0613,0613,12,symb,c3_set_union,63.0,"['~', '>', '<', '!']",~ > < !],1,1.0 +0613,0613,12,symb,c3_set_union,64.0,"['&', '!', '$', '~']",& ! $ ~],1,1.0 +0613,0613,12,symb,c3_set_union,65.0,"[':', '&', '>', '%']",: & > %],1,1.0 +0613,0613,12,symb,c3_set_union,66.0,"['<', '&', '$', '>']",< & $ >],1,1.0 +0613,0613,12,symb,c3_set_union,67.0,"['(', '$', '*', '%']",( $ * %],1,1.0 +0613,0613,12,symb,c3_set_union,68.0,"['<', '%', ':', '$']",< % $],0,1.0 +0613,0613,12,symb,c3_set_union,69.0,"[':', '&', '$', '<']",: & <],0,1.0 +0613,0613,12,symb,c3_set_union,70.0,"['>', '(', '~', '*']",> (~ *),0,1.0 +0613,0613,12,symb,c3_set_union,71.0,"[':', '~', '&', '<']",: ~ & <],1,1.0 +0613,0613,12,symb,c3_set_union,72.0,"['(', '!', ':', '%']",( ! %],0,1.0 +0613,0613,12,symb,c3_set_union,73.0,"['<', '&', '$', '(']",< & (],0,1.0 +0613,0613,12,symb,c3_set_union,74.0,"['*', '!', '>', ':']",* ! > :],1,1.0 +0613,0613,12,symb,c3_set_union,75.0,"['$', ':', '<', '*']",$ : < *],1,1.0 +0613,0613,12,symb,c3_set_union,76.0,"['%', '>', ':', '$']",% > : $],1,1.0 +0613,0613,12,symb,c3_set_union,77.0,"[':', '~', '!', '%']",: ~ ! %],1,1.0 +0613,0613,12,symb,c3_set_union,78.0,"['&', '!', '~', '>']",& ! ~ >],1,1.0 +0613,0613,12,symb,c3_set_union,79.0,"['(', '$', '*', '<']",( $ * <],1,1.0 +0613,0613,12,symb,c3_set_union,80.0,"['(', ':', '&', '$']",(: $],0,1.0 +0613,0613,12,symb,c3_set_union,81.0,"['!', '&', '*', '>']",! & * >],1,1.0 +0613,0613,12,symb,c3_set_union,82.0,"[':', '%', '&', '<']",: % & <],1,1.0 +0613,0613,12,symb,c3_set_union,83.0,"['>', '(', '$', '*']",> ( $ *),0,1.0 +0613,0613,12,symb,c3_set_union,84.0,"['!', ':', '<', '&']",! : &],0,1.0 +0613,0613,12,symb,c3_set_union,85.0,"['!', '$', '(', ':']",! $ :],0,1.0 +0613,0613,12,symb,c3_set_union,86.0,"['*', '!', '%', ':']",* ! % :],1,1.0 +0613,0613,12,symb,c3_set_union,87.0,"['(', '!', '*', '~']",( ! * ~],1,1.0 +0613,0613,12,symb,c3_set_union,88.0,"['%', '!', '&', '(']",% ! & (],1,1.0 +0613,0613,12,symb,c3_set_union,89.0,"['!', '(', '>', '$']",! ( > $],1,1.0 +0613,0613,12,symb,c3_set_union,90.0,"['<', '>', '*', '(']",< > * (],1,1.0 +0613,0613,12,symb,c3_set_union,91.0,"['&', '$', '%', '(']",& $ (%],1,1.0 +0613,0613,12,symb,c3_set_union,92.0,"['!', '<', '&', '%']",! < & %],1,1.0 +0613,0613,12,symb,c3_set_union,93.0,"[':', '(', '&', '>']",: ( & >],1,1.0 +0613,0613,12,symb,c3_set_union,94.0,"[':', '<', '$', '>']",: < $ >],1,1.0 +0613,0613,12,symb,c3_set_union,95.0,"['(', '$', '<', '%']",<( $ %],1,1.0 +0613,0613,12,symb,c3_set_union,96.0,"['~', '%', '*', ':']",~ * :],0,1.0 +0613,0613,12,symb,c3_set_union,97.0,"['&', '%', '!', '*']",& % ! *],1,1.0 +0613,0613,12,symb,c3_set_union,98.0,"[':', '$', '*', '!']",: $ * !],1,1.0 +0613,0613,12,symb,c3_set_union,99.0,"['!', '(', '<', '*']",! (< *),0,1.0 +0613,0613,12,symb,c1_set_union,0.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union,1.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union,2.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,3.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,4.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union,5.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union,6.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union,7.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union,8.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,9.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,10.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union,11.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,12.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union,13.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union,14.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,15.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union,16.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union,17.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union,18.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union,19.0,['('],(~],0,1.0 +0613,0613,12,symb,c1_set_union,20.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union,21.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union,22.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union,23.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union,24.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,25.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union,26.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union,27.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union,28.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,29.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,30.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,31.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union,32.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,33.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union,34.0,['!'],!,1,1.0 +0613,0613,12,symb,c1_set_union,35.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,36.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union,37.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union,38.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,39.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union,40.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union,41.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union,42.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,43.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,44.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union,45.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,46.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,47.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union,48.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union,49.0,['>'],> ],1,1.0 +0613,0613,12,symb,c1_set_union,50.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,51.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union,52.0,['!'],!,1,1.0 +0613,0613,12,symb,c1_set_union,53.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,54.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union,55.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,56.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,57.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union,58.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union,59.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,60.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union,61.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union,62.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union,63.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union,64.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,65.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union,66.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,67.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union,68.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union,69.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union,70.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union,71.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,72.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union,73.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,74.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union,75.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union,76.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union,77.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union,78.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,79.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,80.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union,81.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,82.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union,83.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,84.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union,85.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union,86.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,87.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,88.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,89.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,90.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,91.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union,92.0,['>'],>,1,1.0 +0613,0613,12,symb,c1_set_union,93.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union,94.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union,95.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union,96.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,97.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union,98.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union,99.0,['~'],~],1,1.0 +0613,0613,12,symb,c2_set_union,0.0,['$'],$],1,1.0 +0613,0613,12,symb,c2_set_union,1.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,2.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,3.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,4.0,['!'],:!],0,1.0 +0613,0613,12,symb,c2_set_union,5.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,6.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,7.0,['>'],> >],0,1.0 +0613,0613,12,symb,c2_set_union,8.0,['>'],< >],0,1.0 +0613,0613,12,symb,c2_set_union,9.0,['('],(],1,1.0 +0613,0613,12,symb,c2_set_union,10.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,11.0,['%'],%],1,1.0 +0613,0613,12,symb,c2_set_union,12.0,['$'],$],1,1.0 +0613,0613,12,symb,c2_set_union,13.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,14.0,['%'],%],1,1.0 +0613,0613,12,symb,c2_set_union,15.0,['%'],%],1,1.0 +0613,0613,12,symb,c2_set_union,16.0,['>'],> !],0,1.0 +0613,0613,12,symb,c2_set_union,17.0,['$'],$],1,1.0 +0613,0613,12,symb,c2_set_union,18.0,['$'],$],1,1.0 +0613,0613,12,symb,c2_set_union,19.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,20.0,['>'],:> >],0,1.0 +0613,0613,12,symb,c2_set_union,21.0,[':'],:<],0,1.0 +0613,0613,12,symb,c2_set_union,22.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,23.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,24.0,['<'],<],1,1.0 +0613,0613,12,symb,c2_set_union,25.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,26.0,['>'],> >],0,1.0 +0613,0613,12,symb,c2_set_union,27.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,28.0,['<'],<],1,1.0 +0613,0613,12,symb,c2_set_union,29.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,30.0,['!'],!,1,1.0 +0613,0613,12,symb,c2_set_union,31.0,['*'],:*],0,1.0 +0613,0613,12,symb,c2_set_union,32.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,33.0,['&'],<&],0,1.0 +0613,0613,12,symb,c2_set_union,34.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,35.0,['>'],> >],0,1.0 +0613,0613,12,symb,c2_set_union,36.0,['<'],<],1,1.0 +0613,0613,12,symb,c2_set_union,37.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,38.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,39.0,['!'],< !],0,1.0 +0613,0613,12,symb,c2_set_union,40.0,['<'],<],1,1.0 +0613,0613,12,symb,c2_set_union,41.0,['>'],> >],0,1.0 +0613,0613,12,symb,c2_set_union,42.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,43.0,['~'],~],1,1.0 +0613,0613,12,symb,c2_set_union,44.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,45.0,['~'],(~],0,1.0 +0613,0613,12,symb,c2_set_union,46.0,['<'],<],1,1.0 +0613,0613,12,symb,c2_set_union,47.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,48.0,['<'],<],1,1.0 +0613,0613,12,symb,c2_set_union,49.0,['!'],!],1,1.0 +0613,0613,12,symb,c2_set_union,50.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,51.0,['!'],!],1,1.0 +0613,0613,12,symb,c2_set_union,52.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,53.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,54.0,['('],($)],0,1.0 +0613,0613,12,symb,c2_set_union,55.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,56.0,['~'],~],1,1.0 +0613,0613,12,symb,c2_set_union,57.0,['!'],! %],0,1.0 +0613,0613,12,symb,c2_set_union,58.0,['>'],>],1,1.0 +0613,0613,12,symb,c2_set_union,59.0,['<'],<],1,1.0 +0613,0613,12,symb,c2_set_union,60.0,['$'],($ $],0,1.0 +0613,0613,12,symb,c2_set_union,61.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,62.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,63.0,['~'],& ~],0,1.0 +0613,0613,12,symb,c2_set_union,64.0,['>'],> *],0,1.0 +0613,0613,12,symb,c2_set_union,65.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,66.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,67.0,['<'],<],1,1.0 +0613,0613,12,symb,c2_set_union,68.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,69.0,['%'],%],1,1.0 +0613,0613,12,symb,c2_set_union,70.0,['<'],<],1,1.0 +0613,0613,12,symb,c2_set_union,71.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,72.0,['~'],(~ ~],0,1.0 +0613,0613,12,symb,c2_set_union,73.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,74.0,['~'],~],1,1.0 +0613,0613,12,symb,c2_set_union,75.0,['*'],* %],0,1.0 +0613,0613,12,symb,c2_set_union,76.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,77.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,78.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,79.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union,80.0,['<'],< >],0,1.0 +0613,0613,12,symb,c2_set_union,81.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,82.0,['$'],$],1,1.0 +0613,0613,12,symb,c2_set_union,83.0,['%'],%],1,1.0 +0613,0613,12,symb,c2_set_union,84.0,['('],(],1,1.0 +0613,0613,12,symb,c2_set_union,85.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,86.0,['!'],!],1,1.0 +0613,0613,12,symb,c2_set_union,87.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,88.0,['('],(],1,1.0 +0613,0613,12,symb,c2_set_union,89.0,['~'],~],1,1.0 +0613,0613,12,symb,c2_set_union,90.0,['$'],<$],0,1.0 +0613,0613,12,symb,c2_set_union,91.0,['$'],$],1,1.0 +0613,0613,12,symb,c2_set_union,92.0,['~'],~],1,1.0 +0613,0613,12,symb,c2_set_union,93.0,[':'],:$ :],0,1.0 +0613,0613,12,symb,c2_set_union,94.0,['%'],%],1,1.0 +0613,0613,12,symb,c2_set_union,95.0,['~'],~],1,1.0 +0613,0613,12,symb,c2_set_union,96.0,['*'],*],1,1.0 +0613,0613,12,symb,c2_set_union,97.0,['&'],&],1,1.0 +0613,0613,12,symb,c2_set_union,98.0,['<'],% < >],0,1.0 +0613,0613,12,symb,c2_set_union,99.0,['('],( : ~],0,1.0 +0613,0613,12,symb,AND,0.0,['('],(],1,1.0 +0613,0613,12,symb,AND,1.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,2.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,3.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,4.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,5.0,['%'],%],1,1.0 +0613,0613,12,symb,AND,6.0,['%'],%],1,1.0 +0613,0613,12,symb,AND,7.0,['$'],$],1,1.0 +0613,0613,12,symb,AND,8.0,['>'],>],1,1.0 +0613,0613,12,symb,AND,9.0,['~'],~],1,1.0 +0613,0613,12,symb,AND,10.0,[':'],: ],1,1.0 +0613,0613,12,symb,AND,11.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,12.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,13.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,14.0,['$'],$],1,1.0 +0613,0613,12,symb,AND,15.0,['%'],%],1,1.0 +0613,0613,12,symb,AND,16.0,[':'],:],1,1.0 +0613,0613,12,symb,AND,17.0,['>'],> ],1,1.0 +0613,0613,12,symb,AND,18.0,['('],(],1,1.0 +0613,0613,12,symb,AND,19.0,['>'],> ],1,1.0 +0613,0613,12,symb,AND,20.0,[':'],: ],1,1.0 +0613,0613,12,symb,AND,21.0,['%'],%],1,1.0 +0613,0613,12,symb,AND,22.0,['>'],>],1,1.0 +0613,0613,12,symb,AND,23.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,24.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,25.0,['~'],~],1,1.0 +0613,0613,12,symb,AND,26.0,['('],(],1,1.0 +0613,0613,12,symb,AND,27.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,28.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,29.0,['&'],& &],0,1.0 +0613,0613,12,symb,AND,30.0,[':'],: :],0,1.0 +0613,0613,12,symb,AND,31.0,['>'],> ],1,1.0 +0613,0613,12,symb,AND,32.0,['~'],~],1,1.0 +0613,0613,12,symb,AND,33.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,34.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,35.0,['$'],$],1,1.0 +0613,0613,12,symb,AND,36.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,37.0,['&'],& &],0,1.0 +0613,0613,12,symb,AND,38.0,['$'],$],1,1.0 +0613,0613,12,symb,AND,39.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,40.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,41.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,42.0,['%'],%],1,1.0 +0613,0613,12,symb,AND,43.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,44.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,45.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,46.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,47.0,['!'],! ],1,1.0 +0613,0613,12,symb,AND,48.0,['%'],%],1,1.0 +0613,0613,12,symb,AND,49.0,['('],(],1,1.0 +0613,0613,12,symb,AND,50.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,51.0,['%'],%],1,1.0 +0613,0613,12,symb,AND,52.0,[':'],:],1,1.0 +0613,0613,12,symb,AND,53.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,54.0,['>'],>],1,1.0 +0613,0613,12,symb,AND,55.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,56.0,[':'],: ],1,1.0 +0613,0613,12,symb,AND,57.0,['~'],~],1,1.0 +0613,0613,12,symb,AND,58.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,59.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,60.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,61.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,62.0,['('],(],1,1.0 +0613,0613,12,symb,AND,63.0,['>'],>],1,1.0 +0613,0613,12,symb,AND,64.0,['~'],~],1,1.0 +0613,0613,12,symb,AND,65.0,['>'],> ],1,1.0 +0613,0613,12,symb,AND,66.0,['$'],$],1,1.0 +0613,0613,12,symb,AND,67.0,['>'],>],1,1.0 +0613,0613,12,symb,AND,68.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,69.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,70.0,['!'],!],1,1.0 +0613,0613,12,symb,AND,71.0,['$'],$],1,1.0 +0613,0613,12,symb,AND,72.0,['&'],& &],0,1.0 +0613,0613,12,symb,AND,73.0,['~'],~],1,1.0 +0613,0613,12,symb,AND,74.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,75.0,['>'],> ],1,1.0 +0613,0613,12,symb,AND,76.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,77.0,['!'],! !],0,1.0 +0613,0613,12,symb,AND,78.0,['~'],~],1,1.0 +0613,0613,12,symb,AND,79.0,['>'],> ],1,1.0 +0613,0613,12,symb,AND,80.0,['!'],!,1,1.0 +0613,0613,12,symb,AND,81.0,['!'],! ],1,1.0 +0613,0613,12,symb,AND,82.0,['%'],%],1,1.0 +0613,0613,12,symb,AND,83.0,['('],(],1,1.0 +0613,0613,12,symb,AND,84.0,['>'],> ],1,1.0 +0613,0613,12,symb,AND,85.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,86.0,['('],(],1,1.0 +0613,0613,12,symb,AND,87.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,88.0,['&'],& &],0,1.0 +0613,0613,12,symb,AND,89.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,90.0,['$'],$ ],1,1.0 +0613,0613,12,symb,AND,91.0,['<'],<],1,1.0 +0613,0613,12,symb,AND,92.0,['$'],$],1,1.0 +0613,0613,12,symb,AND,93.0,['!'],! !],0,1.0 +0613,0613,12,symb,AND,94.0,['~'],~],1,1.0 +0613,0613,12,symb,AND,95.0,['!'],!,1,1.0 +0613,0613,12,symb,AND,96.0,['~'],~],1,1.0 +0613,0613,12,symb,AND,97.0,['&'],&],1,1.0 +0613,0613,12,symb,AND,98.0,['*'],*],1,1.0 +0613,0613,12,symb,AND,99.0,['!'],! ],1,1.0 +0613,0613,12,symb,XOR,0.0,"['(', '!']",! (],1,1.0 +0613,0613,12,symb,XOR,1.0,"['$', ':']",: $],1,1.0 +0613,0613,12,symb,XOR,2.0,"['!', '(']",( !],1,1.0 +0613,0613,12,symb,XOR,3.0,"['$', ':']",: $],1,1.0 +0613,0613,12,symb,XOR,4.0,"['$', '!']",$ !],1,1.0 +0613,0613,12,symb,XOR,5.0,"['$', '>']",$ >],1,1.0 +0613,0613,12,symb,XOR,6.0,"['!', '*']",* !],1,1.0 +0613,0613,12,symb,XOR,7.0,"['>', '!']",! >],1,1.0 +0613,0613,12,symb,XOR,8.0,"['%', '$']",$ %],1,1.0 +0613,0613,12,symb,XOR,9.0,"['(', '*']",* (],1,1.0 +0613,0613,12,symb,XOR,10.0,"['<', ':']",: <],1,1.0 +0613,0613,12,symb,XOR,11.0,"['%', '*']",% *],1,1.0 +0613,0613,12,symb,XOR,12.0,"['!', '~']",~ !],1,1.0 +0613,0613,12,symb,XOR,13.0,"['~', ':']",: ~],1,1.0 +0613,0613,12,symb,XOR,14.0,"['~', '>']",> ~],1,1.0 +0613,0613,12,symb,XOR,15.0,"[':', '%']",% :],1,1.0 +0613,0613,12,symb,XOR,16.0,"[':', '(']",: (],1,1.0 +0613,0613,12,symb,XOR,17.0,"['(', '%']",% (],1,1.0 +0613,0613,12,symb,XOR,18.0,"['&', '%']",:% &],0,1.0 +0613,0613,12,symb,XOR,19.0,"['>', '(']",( >],1,1.0 +0613,0613,12,symb,XOR,20.0,"['%', '<']",% <],1,1.0 +0613,0613,12,symb,XOR,21.0,"['!', '(']",( !],1,1.0 +0613,0613,12,symb,XOR,22.0,"['~', '$']",$ ~],1,1.0 +0613,0613,12,symb,XOR,23.0,"['%', '&']",& %],1,1.0 +0613,0613,12,symb,XOR,24.0,"['>', '%']",% >],1,1.0 +0613,0613,12,symb,XOR,25.0,"['*', '<']",* <],1,1.0 +0613,0613,12,symb,XOR,26.0,"['<', '$']",$ <],1,1.0 +0613,0613,12,symb,XOR,27.0,"['&', '>']",& >],1,1.0 +0613,0613,12,symb,XOR,28.0,"['$', '%']",% $],1,1.0 +0613,0613,12,symb,XOR,29.0,"['&', '<']",$ <],0,1.0 +0613,0613,12,symb,XOR,30.0,"['~', '*']",<* ~],0,1.0 +0613,0613,12,symb,XOR,31.0,"['(', '$']",$ (],1,1.0 +0613,0613,12,symb,XOR,32.0,"['~', '$']",$ ~],1,1.0 +0613,0613,12,symb,XOR,33.0,"['(', ':']",: >],0,1.0 +0613,0613,12,symb,XOR,34.0,"['*', '<']",< *],1,1.0 +0613,0613,12,symb,XOR,35.0,"[':', '~']",(~ :)],0,1.0 +0613,0613,12,symb,XOR,36.0,"['*', '>']",> *],1,1.0 +0613,0613,12,symb,XOR,37.0,"[':', '!']",! :],1,1.0 +0613,0613,12,symb,XOR,38.0,"['&', '(']",& (],1,1.0 +0613,0613,12,symb,XOR,39.0,"['(', '~']",( ~],1,1.0 +0613,0613,12,symb,XOR,40.0,"['*', ':']",:$ *],0,1.0 +0613,0613,12,symb,XOR,41.0,"['<', '!']",$ <],0,1.0 +0613,0613,12,symb,XOR,42.0,"['>', '%']",% >],1,1.0 +0613,0613,12,symb,XOR,43.0,"['~', '&']",& ~],1,1.0 +0613,0613,12,symb,XOR,44.0,"['$', '%']",% $],1,1.0 +0613,0613,12,symb,XOR,45.0,"['&', '!']",& !],1,1.0 +0613,0613,12,symb,XOR,46.0,"[':', '%']",(% :)],0,1.0 +0613,0613,12,symb,XOR,47.0,"['%', ':']",: %],1,1.0 +0613,0613,12,symb,XOR,48.0,"['~', '&']",& ~],1,1.0 +0613,0613,12,symb,XOR,49.0,"['<', '%']",% <],1,1.0 +0613,0613,12,symb,XOR,50.0,"['>', '~']",& ~],0,1.0 +0613,0613,12,symb,XOR,51.0,"['&', '~']",& ~],1,1.0 +0613,0613,12,symb,XOR,52.0,"['>', ':']",: >],1,1.0 +0613,0613,12,symb,XOR,53.0,"['(', '%']",% (],1,1.0 +0613,0613,12,symb,XOR,54.0,"['%', '*']",* %],1,1.0 +0613,0613,12,symb,XOR,55.0,"['*', '$']",$ %],0,1.0 +0613,0613,12,symb,XOR,56.0,"['>', '&']",& >],1,1.0 +0613,0613,12,symb,XOR,57.0,"['~', '%']",% ~],1,1.0 +0613,0613,12,symb,XOR,58.0,"['$', ':']",: $],1,1.0 +0613,0613,12,symb,XOR,59.0,"['*', '~']",~ *],1,1.0 +0613,0613,12,symb,XOR,60.0,"['<', '%']",< %],1,1.0 +0613,0613,12,symb,XOR,61.0,"['!', '*']",* !],1,1.0 +0613,0613,12,symb,XOR,62.0,"['!', '%']",% !],1,1.0 +0613,0613,12,symb,XOR,63.0,"['$', '&']",& $],1,1.0 +0613,0613,12,symb,XOR,64.0,"['(', '&']",& $],0,1.0 +0613,0613,12,symb,XOR,65.0,"['*', '&']",& *],1,1.0 +0613,0613,12,symb,XOR,66.0,"['~', '$']",$ ~],1,1.0 +0613,0613,12,symb,XOR,67.0,"['>', '*']",* >],1,1.0 +0613,0613,12,symb,XOR,68.0,"['<', '>']",> <],1,1.0 +0613,0613,12,symb,XOR,69.0,"['*', '>']",*> <],0,1.0 +0613,0613,12,symb,XOR,70.0,"['~', '(']",< ~],0,1.0 +0613,0613,12,symb,XOR,71.0,"['<', '%']",% <],1,1.0 +0613,0613,12,symb,XOR,72.0,"['*', '$']",$ *],1,1.0 +0613,0613,12,symb,XOR,73.0,"['!', '&']",& !],1,1.0 +0613,0613,12,symb,XOR,74.0,"['&', '%']",% &],1,1.0 +0613,0613,12,symb,XOR,75.0,"['*', '%']",% *],1,1.0 +0613,0613,12,symb,XOR,76.0,"['%', '&']",& %],1,1.0 +0613,0613,12,symb,XOR,77.0,"['!', '~']",! ~],1,1.0 +0613,0613,12,symb,XOR,78.0,"['$', '~']",$ ~],1,1.0 +0613,0613,12,symb,XOR,79.0,"['%', '<']",< %],1,1.0 +0613,0613,12,symb,XOR,80.0,"['!', '$']",$ !],1,1.0 +0613,0613,12,symb,XOR,81.0,"['~', '%']",% ~],1,1.0 +0613,0613,12,symb,XOR,82.0,"['<', '$']",($ <],0,1.0 +0613,0613,12,symb,XOR,83.0,"['>', '*']",* >],1,1.0 +0613,0613,12,symb,XOR,84.0,"['*', '&']",& *],1,1.0 +0613,0613,12,symb,XOR,85.0,"['(', '$']",$ <],0,1.0 +0613,0613,12,symb,XOR,86.0,"['$', '(']",& (],0,1.0 +0613,0613,12,symb,XOR,87.0,"['%', ':']",: (],0,1.0 +0613,0613,12,symb,XOR,88.0,"[':', '%']",(% :)],0,1.0 +0613,0613,12,symb,XOR,89.0,"[':', '&']",& :],1,1.0 +0613,0613,12,symb,XOR,90.0,"['*', '~']",(~ *),0,1.0 +0613,0613,12,symb,XOR,91.0,"['<', '%']",< %],1,1.0 +0613,0613,12,symb,XOR,92.0,"['*', '>']",> *],1,1.0 +0613,0613,12,symb,XOR,93.0,"['<', '%']",% <],1,1.0 +0613,0613,12,symb,XOR,94.0,"[':', '~']",~ : ],1,1.0 +0613,0613,12,symb,XOR,95.0,"['<', '>']",> (],0,1.0 +0613,0613,12,symb,XOR,96.0,"[':', '&']",& :],1,1.0 +0613,0613,12,symb,XOR,97.0,"['&', '(']",& (],1,1.0 +0613,0613,12,symb,XOR,98.0,"['!', '>']",> !],1,1.0 +0613,0613,12,symb,XOR,99.0,"[':', '$']",$ :],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,0.0,"['*', '~', '<', '!']",* ! ~ <],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",< ~ & >],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,2.0,"['*', '&', '(', '~']",~ & *],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,3.0,"['~', '%', '&', '!']",! & % ~],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",> ! (&],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,5.0,"['>', '<', ':', '(']",:< ( >],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",% & (],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,7.0,"['*', ':', '(', '&']",: ( *],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",~ > ! %],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,9.0,"['~', '$', '*', '(']",* ~ $],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,10.0,"['~', '<', '$', ':']",~ < $],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,11.0,"['(', '>', '*', '%']",( * >),0,1.0 +0613,0613,12,symb,c3_set_union_permuted,12.0,"['>', '&', '<', '!']",& ! > <],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",(! * %)],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,14.0,"['&', '%', '~', '$']",& % ~ $],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",> & ~ %],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,16.0,"['<', '>', '*', '%']",* % < >],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",* (:],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,18.0,"[':', '(', '$', '>']",: $ > (,1,1.0 +0613,0613,12,symb,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",% $ ~ :],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,20.0,"['!', ':', '&', '(']",: !],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",> ! $ %],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",< > :],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,23.0,"['>', '&', '$', '!']",& ! $ >],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,24.0,"['&', '$', '!', '(']",& $ !],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,25.0,"['>', ':', '(', '~']",> (: ~],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,26.0,"['*', '!', '%', '$']",! $ *],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",% ( ~ !],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",> < ! (],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",( & * !),0,1.0 +0613,0613,12,symb,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",( * : <],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",< ~ $ !],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",< $ > !],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,33.0,"['>', ':', '!', '&']",> : ! &],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",% & : *],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,35.0,"['&', '!', '%', '>']",% ! > &],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,36.0,"['~', '$', '<', '>']",> $ ~],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",( ! < ~],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",~ < ! :],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,39.0,"[':', '$', '%', '&']",: % $],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,40.0,"['!', '%', '$', '~']",% ! ~],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,41.0,"['%', '!', '<', ':']",% : ! <],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,42.0,"['~', '!', '>', '$']",> $ !],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,43.0,"['~', ':', '!', '$']",! : $],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,44.0,"['>', '*', '<', '$']",> $ <],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,45.0,"['<', '!', '(', '&']",! < &],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,46.0,"['%', '(', '~', '>']",~ > (%],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",: > !],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,48.0,"[':', '&', '!', '~']",& ~ : !],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,49.0,"['*', '&', '%', '>']",* & > %],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,50.0,"[':', '%', '*', '>']",> : *],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,51.0,"['&', ':', '%', '!']",! % : &],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,52.0,"['<', '&', '~', '%']",% & < ~],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,53.0,"['(', '$', '>', '~']",> ( ~ $],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,54.0,"['~', '<', '*', '$']",< * ~ $],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,55.0,"['<', '>', '(', '~']",~ > < (],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,56.0,"['~', '$', '(', '!']",~ $ !],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,57.0,"['~', ':', '%', '>']",: % ~ >],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,58.0,"['(', '$', '>', '&']",$ ( & >],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,59.0,"['&', '%', '>', '(']",& ( >],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,60.0,"['$', '(', '*', '&']",& $ (],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,61.0,"['>', '~', '*', '$']",* > $ ~],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,62.0,"['~', '*', '$', ':']",:$ ~],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,63.0,"['$', '(', '~', '%']",% $ ~],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,64.0,"['!', '*', '$', '(']",$ ! * (],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,65.0,"['*', '$', '%', '>']",> % $ *],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,66.0,"['>', '<', '*', '~']",~ * < >],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,67.0,"['!', '(', '%', '>']",% > !],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,68.0,"['~', '*', '&', '<']",~ < * &],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,69.0,"['<', '&', '!', '$']",& ! <],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,70.0,"['~', '!', '&', '*']",* ~ & !],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,71.0,"[':', '$', '%', '!']",: $ ! %],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,72.0,"[':', '*', '<', '%']",* < %],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,73.0,"['!', '~', '&', '(']",(~ ! &)],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,74.0,"['$', '~', '%', '*']",$ ~ *],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,75.0,"['<', '$', '(', '>']",> < ($)],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,76.0,"['&', '>', '(', '*']",> & (*],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,77.0,"['!', '<', '*', '&']",* & ! <],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,78.0,"['&', '<', '(', ':']",< ( :],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,79.0,"['*', '&', '<', ':']",<& * :],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,80.0,"['(', '!', '$', '<']",< ( $ !],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,81.0,"['*', '&', '$', '%']",& % *],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,82.0,"['%', '&', '<', '$']",$ < % &],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,83.0,"['%', '*', ':', '$']",$ * % :],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,84.0,"['&', '%', '<', '(']",< ( %],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,85.0,"['<', '!', '(', '%']",( < ! %],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,86.0,"['%', '*', ':', '(']",* ( %],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,87.0,"['!', '~', '<', '%']",% < !],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,88.0,"['*', '(', '!', '>']",!* > (,1,1.0 +0613,0613,12,symb,c3_set_union_permuted,89.0,"['%', '~', ':', '<']",< : % ~],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,90.0,"['!', ':', '&', '$']",! : $ &],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,91.0,"[':', '*', '>', '&']",& > : ],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,92.0,"['>', '~', '(', '!']",> ! ~],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,93.0,"['>', '%', '*', '~']",% * > ~],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,94.0,"[':', '!', '<', '(']",: < (],0,1.0 +0613,0613,12,symb,c3_set_union_permuted,95.0,"['&', '~', '>', '(']",( & > ~],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,96.0,"[':', '~', '>', '&']",~ > & :],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,97.0,"['<', '~', '>', '%']",% ~ < >],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,98.0,"['!', '~', '*', '>']",~ ! > *],1,1.0 +0613,0613,12,symb,c3_set_union_permuted,99.0,"['!', '<', '*', '>']",! * > <],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,0.0,['<'],< & ~],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,1.0,['<'],~ <],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,2.0,['$'],> $ >],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,3.0,[':'],:% :],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,4.0,[':'],:$ :],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,5.0,['~'],* $ ~],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,6.0,['>'],$ > $],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,7.0,['!'],!],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,8.0,[':'],:&],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,9.0,['('],$ (&],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,10.0,['('],: ( ],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,11.0,['%'],& % <],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,12.0,['>'],$ > <],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,13.0,['<'],< !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,14.0,['!'],$ ! %],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,15.0,['!'],! < !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,16.0,['!'],!],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,17.0,['&'],& :] &],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,18.0,['<'],% < %],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,19.0,['*'],* !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,20.0,['<'],> <],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,21.0,[':'],: :],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,22.0,['$'],* $ %],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,23.0,['<'],< < :],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,24.0,['!'],< !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,25.0,['%'],% ~],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,26.0,[':'],:< %],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,27.0,['<'],< $ <],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,28.0,['%'],% <],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,29.0,['~'],~],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,30.0,['~'],~ %],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,31.0,['%'],% > &],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,32.0,[':'],: ],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,33.0,['('],(! *)],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,34.0,[':'],:* &],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,35.0,['('],( )],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,36.0,['<'],< :],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,37.0,['!'],!],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,38.0,['$'],$ (],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,39.0,['$'],% $ %],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,40.0,['&'],(&],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,41.0,['('],($ :],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,42.0,['~'],! ~ ~],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,43.0,['&'],& !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,44.0,['<'],(% < (],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,45.0,['!'],! $],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,46.0,['$'],& $ &],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,47.0,['('],( >),0,1.0 +0613,0613,12,symb,c2_set_union_permuted,48.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,49.0,['('],( : >],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,50.0,['('],( < ),0,1.0 +0613,0613,12,symb,c2_set_union_permuted,51.0,['!'],! ! (],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,52.0,['('],( & ],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,53.0,['~'],$ ~ %],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,54.0,['%'],%],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,55.0,['>'],> *],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,56.0,['('],( < !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,57.0,['>'],> >],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,58.0,['*'],* & ~],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,59.0,['!'],% !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,60.0,['>'],> *],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,61.0,['%'],% *],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,62.0,['*'],(* *)],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,63.0,['>'],> >],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,64.0,['*'],% > *],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,65.0,['!'],$ ! *],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,66.0,['&'],% & !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,67.0,['!'],% !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,68.0,['~'],> ~ &],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,69.0,['%'],% !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,70.0,['!'],! * >],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,71.0,['~'],* ~ <],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,72.0,['*'],$ * <],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,73.0,['>'],& > <],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,74.0,['!'],$ > !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,75.0,['%'],% ~],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,76.0,[':'],:],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,77.0,['$'],% (],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,78.0,['~'],< ~],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,79.0,['!'],< ! !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,80.0,['&'],& ~],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,81.0,['('],(% <),0,1.0 +0613,0613,12,symb,c2_set_union_permuted,82.0,['!'],! %],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,83.0,['>'],: (],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,84.0,['<'],& < &],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,85.0,['$'],$),0,1.0 +0613,0613,12,symb,c2_set_union_permuted,86.0,[':'],(: &],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,87.0,['!'],!],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,88.0,[':'],: $],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,89.0,[':'],*: !],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,90.0,[':'],> : >],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,91.0,[':'],: <],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,92.0,['<'],:<],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,93.0,['('],( ~ >],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,94.0,['%'],:% :],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,95.0,['~'],~],1,1.0 +0613,0613,12,symb,c2_set_union_permuted,96.0,['%'],: > %],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,97.0,['&'],& < &],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,98.0,['$'],$ %],0,1.0 +0613,0613,12,symb,c2_set_union_permuted,99.0,['!'],! &],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,0.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,1.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,2.0,['*'],* %],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,3.0,['!'],! >],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,4.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,5.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,6.0,['!'],!,1,1.0 +0613,0613,12,symb,c1_set_union_permuted,7.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,8.0,['!'],!),0,1.0 +0613,0613,12,symb,c1_set_union_permuted,9.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,10.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,11.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,12.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,13.0,[':'],:%],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,14.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,15.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,16.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,17.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,18.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,19.0,['$'],$ >],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,20.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,21.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,22.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,23.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,24.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,25.0,['!'],! >],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,26.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,27.0,['$'],<$>,0,1.0 +0613,0613,12,symb,c1_set_union_permuted,28.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,29.0,['~'],$,0,1.0 +0613,0613,12,symb,c1_set_union_permuted,30.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,31.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,32.0,['('],(],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,33.0,['('],*],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,34.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,35.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,36.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,37.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,38.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,39.0,['!'],! >],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,40.0,[':'],:$],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,41.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,42.0,['('],( >],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,43.0,['!'],!,1,1.0 +0613,0613,12,symb,c1_set_union_permuted,44.0,['>'],>],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,45.0,['>'],( >],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,46.0,['*'],:],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,47.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,48.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,49.0,[':'],*],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,50.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,51.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,52.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,53.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,54.0,['!'],%],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,55.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,56.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,57.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,58.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,59.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,60.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,61.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,62.0,['('],>],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,63.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,64.0,['$'],($],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,65.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,66.0,['$'],$,1,1.0 +0613,0613,12,symb,c1_set_union_permuted,67.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,68.0,['~'],(~],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,69.0,['~'],$ ~,0,1.0 +0613,0613,12,symb,c1_set_union_permuted,70.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,71.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,72.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,73.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,74.0,['!'],:],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,75.0,['!'],!*],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,76.0,['('],(,1,1.0 +0613,0613,12,symb,c1_set_union_permuted,77.0,['!'],! &],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,78.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,79.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,80.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,81.0,['*'],(*],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,82.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,83.0,['!'],!],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,84.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,85.0,[':'],:],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,86.0,['('],( >],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,87.0,['!'],!,1,1.0 +0613,0613,12,symb,c1_set_union_permuted,88.0,['%'],%],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,89.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,90.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,91.0,['&'],&],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,92.0,['~'],(~ *),0,1.0 +0613,0613,12,symb,c1_set_union_permuted,93.0,['<'],<],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,94.0,['$'],$],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,95.0,['*'],*],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,96.0,['>'],:>,0,1.0 +0613,0613,12,symb,c1_set_union_permuted,97.0,['('],($],0,1.0 +0613,0613,12,symb,c1_set_union_permuted,98.0,['~'],~],1,1.0 +0613,0613,12,symb,c1_set_union_permuted,99.0,['*'],*],1,1.0 +0613,0613,12,symb,XOR_permuted,0.0,"['(', '%']",( :%],0,1.0 +0613,0613,12,symb,XOR_permuted,1.0,"[':', '(']",* (],0,1.0 +0613,0613,12,symb,XOR_permuted,2.0,"['&', '>']",(& >)],0,1.0 +0613,0613,12,symb,XOR_permuted,3.0,"['~', '%']",% ~],1,1.0 +0613,0613,12,symb,XOR_permuted,4.0,"['!', '~']",(! ~)],0,1.0 +0613,0613,12,symb,XOR_permuted,5.0,"['<', '~']",(~ !],0,1.0 +0613,0613,12,symb,XOR_permuted,6.0,"['!', '$']",> $],0,1.0 +0613,0613,12,symb,XOR_permuted,7.0,"['%', ':']",: %],1,1.0 +0613,0613,12,symb,XOR_permuted,8.0,"['&', '(']",& (],1,1.0 +0613,0613,12,symb,XOR_permuted,9.0,"[':', '!']",:] !],0,1.0 +0613,0613,12,symb,XOR_permuted,10.0,"['$', '~']",~ $],1,1.0 +0613,0613,12,symb,XOR_permuted,11.0,"['%', '>']",> %],1,1.0 +0613,0613,12,symb,XOR_permuted,12.0,"['%', '$']",$ %],1,1.0 +0613,0613,12,symb,XOR_permuted,13.0,"['!', '~']",: ~],0,1.0 +0613,0613,12,symb,XOR_permuted,14.0,"['&', '!']",& !],1,1.0 +0613,0613,12,symb,XOR_permuted,15.0,"['%', '>']",% >],1,1.0 +0613,0613,12,symb,XOR_permuted,16.0,"['>', ':']",! !],0,1.0 +0613,0613,12,symb,XOR_permuted,17.0,"['~', '*']",~ *),0,1.0 +0613,0613,12,symb,XOR_permuted,18.0,"['>', ':']",: >],1,1.0 +0613,0613,12,symb,XOR_permuted,19.0,"['%', '$']",$ %],1,1.0 +0613,0613,12,symb,XOR_permuted,20.0,"['%', '*']",* %],1,1.0 +0613,0613,12,symb,XOR_permuted,21.0,"['~', '<']",~ <],1,1.0 +0613,0613,12,symb,XOR_permuted,22.0,"['%', '!']",! %],1,1.0 +0613,0613,12,symb,XOR_permuted,23.0,"['%', '$']",$ %],1,1.0 +0613,0613,12,symb,XOR_permuted,24.0,"[':', '%']",:% !],0,1.0 +0613,0613,12,symb,XOR_permuted,25.0,"['*', ':']",:* &],0,1.0 +0613,0613,12,symb,XOR_permuted,26.0,"['!', '$']",$ !],1,1.0 +0613,0613,12,symb,XOR_permuted,27.0,"['*', '$']",* $],1,1.0 +0613,0613,12,symb,XOR_permuted,28.0,"['!', '>']",! >],1,1.0 +0613,0613,12,symb,XOR_permuted,29.0,"['$', '%']",$ %],1,1.0 +0613,0613,12,symb,XOR_permuted,30.0,"['*', '<']",< *],1,1.0 +0613,0613,12,symb,XOR_permuted,31.0,"['*', '~']",~ *],1,1.0 +0613,0613,12,symb,XOR_permuted,32.0,"['%', '*']",& *],0,1.0 +0613,0613,12,symb,XOR_permuted,33.0,"['<', '>']",< >],1,1.0 +0613,0613,12,symb,XOR_permuted,34.0,"['!', '<']",! <],1,1.0 +0613,0613,12,symb,XOR_permuted,35.0,"['~', '%']",% (,0,1.0 +0613,0613,12,symb,XOR_permuted,36.0,"['~', '%']",% ~],1,1.0 +0613,0613,12,symb,XOR_permuted,37.0,"['(', '<']",( <],1,1.0 +0613,0613,12,symb,XOR_permuted,38.0,"[':', '$']",: $],1,1.0 +0613,0613,12,symb,XOR_permuted,39.0,"['~', '>']",> ~],1,1.0 +0613,0613,12,symb,XOR_permuted,40.0,"['$', '!']",$ !],1,1.0 +0613,0613,12,symb,XOR_permuted,41.0,"['>', '~']",* ~],0,1.0 +0613,0613,12,symb,XOR_permuted,42.0,"[':', '$']",: $],1,1.0 +0613,0613,12,symb,XOR_permuted,43.0,"['>', '%']",% >],1,1.0 +0613,0613,12,symb,XOR_permuted,44.0,"['*', '&']",(% *),0,1.0 +0613,0613,12,symb,XOR_permuted,45.0,"['!', '<']",< !],1,1.0 +0613,0613,12,symb,XOR_permuted,46.0,"['*', '%']",* %],1,1.0 +0613,0613,12,symb,XOR_permuted,47.0,"['*', '%']",* %],1,1.0 +0613,0613,12,symb,XOR_permuted,48.0,"['%', '&']",% &],1,1.0 +0613,0613,12,symb,XOR_permuted,49.0,"['<', '&']",& <],1,1.0 +0613,0613,12,symb,XOR_permuted,50.0,"['~', '$']",> ~],0,1.0 +0613,0613,12,symb,XOR_permuted,51.0,"['%', '&']",& %],1,1.0 +0613,0613,12,symb,XOR_permuted,52.0,"['$', ':']",: $],1,1.0 +0613,0613,12,symb,XOR_permuted,53.0,"[':', '*']",* &],0,1.0 +0613,0613,12,symb,XOR_permuted,54.0,"['&', '%']",:&],0,1.0 +0613,0613,12,symb,XOR_permuted,55.0,"['<', '$']",$ <],1,1.0 +0613,0613,12,symb,XOR_permuted,56.0,"['%', '~']",% ~],1,1.0 +0613,0613,12,symb,XOR_permuted,57.0,"['<', '(']",< (],1,1.0 +0613,0613,12,symb,XOR_permuted,58.0,"['>', '<']",< >],1,1.0 +0613,0613,12,symb,XOR_permuted,59.0,"[':', '*']",* :],1,1.0 +0613,0613,12,symb,XOR_permuted,60.0,"['$', '*']",% *],0,1.0 +0613,0613,12,symb,XOR_permuted,61.0,"['%', '&']",& %],1,1.0 +0613,0613,12,symb,XOR_permuted,62.0,"['%', '*']",% *],1,1.0 +0613,0613,12,symb,XOR_permuted,63.0,"['*', '%']",% *],1,1.0 +0613,0613,12,symb,XOR_permuted,64.0,"['*', '!']",* !],1,1.0 +0613,0613,12,symb,XOR_permuted,65.0,"['$', '~']",* ~],0,1.0 +0613,0613,12,symb,XOR_permuted,66.0,"['$', '(']",(: !],0,1.0 +0613,0613,12,symb,XOR_permuted,67.0,"['%', '(']",: %],0,1.0 +0613,0613,12,symb,XOR_permuted,68.0,"['$', '<']",$ <],1,1.0 +0613,0613,12,symb,XOR_permuted,69.0,"['~', '(']",~ :)],0,1.0 +0613,0613,12,symb,XOR_permuted,70.0,"['<', '%']",< %],1,1.0 +0613,0613,12,symb,XOR_permuted,71.0,"['!', '&']",! &],1,1.0 +0613,0613,12,symb,XOR_permuted,72.0,"[':', '&']",& : $],0,1.0 +0613,0613,12,symb,XOR_permuted,73.0,"['~', '!']",~ !],1,1.0 +0613,0613,12,symb,XOR_permuted,74.0,"['%', '$']",~ &],0,1.0 +0613,0613,12,symb,XOR_permuted,75.0,"['*', '$']",* $],1,1.0 +0613,0613,12,symb,XOR_permuted,76.0,"['$', '~']",~ $],1,1.0 +0613,0613,12,symb,XOR_permuted,77.0,"['(', '&']",& <],0,1.0 +0613,0613,12,symb,XOR_permuted,78.0,"['&', '(']",& ~],0,1.0 +0613,0613,12,symb,XOR_permuted,79.0,"['>', '!']",~ >],0,1.0 +0613,0613,12,symb,XOR_permuted,80.0,"[':', '!']",! :],1,1.0 +0613,0613,12,symb,XOR_permuted,81.0,"['<', '~']",> ~],0,1.0 +0613,0613,12,symb,XOR_permuted,82.0,"['<', '>']",< <],0,1.0 +0613,0613,12,symb,XOR_permuted,83.0,"['>', '%']",% >],1,1.0 +0613,0613,12,symb,XOR_permuted,84.0,"['~', '$']",< $],0,1.0 +0613,0613,12,symb,XOR_permuted,85.0,"['$', '(']",( $],1,1.0 +0613,0613,12,symb,XOR_permuted,86.0,"['~', '*']",* ~],1,1.0 +0613,0613,12,symb,XOR_permuted,87.0,"['$', '(']",$ >],0,1.0 +0613,0613,12,symb,XOR_permuted,88.0,"['!', '&']",! &],1,1.0 +0613,0613,12,symb,XOR_permuted,89.0,"['(', '$']",$ (],1,1.0 +0613,0613,12,symb,XOR_permuted,90.0,"['&', '<']",& <],1,1.0 +0613,0613,12,symb,XOR_permuted,91.0,"['(', '%']",% (],1,1.0 +0613,0613,12,symb,XOR_permuted,92.0,"[':', '(']",~ :],0,1.0 +0613,0613,12,symb,XOR_permuted,93.0,"['<', ':']",$ <],0,1.0 +0613,0613,12,symb,XOR_permuted,94.0,"['!', '>']",> !],1,1.0 +0613,0613,12,symb,XOR_permuted,95.0,"[':', '<']",& <],0,1.0 +0613,0613,12,symb,XOR_permuted,96.0,"['<', '$']",< $],1,1.0 +0613,0613,12,symb,XOR_permuted,97.0,"[':', '!']",:!],1,1.0 +0613,0613,12,symb,XOR_permuted,98.0,"['>', '<']",> <],1,1.0 +0613,0613,12,symb,XOR_permuted,99.0,"['~', '>']",: >],0,1.0 +0613,0613,12,symb,AND_permuted,0.0,[],$],0,1.0 +0613,0613,12,symb,AND_permuted,1.0,[],*],0,1.0 +0613,0613,12,symb,AND_permuted,2.0,[],>],0,1.0 +0613,0613,12,symb,AND_permuted,3.0,[],*],0,1.0 +0613,0613,12,symb,AND_permuted,4.0,[],$],0,1.0 +0613,0613,12,symb,AND_permuted,5.0,[],%,0,1.0 +0613,0613,12,symb,AND_permuted,6.0,[],<,0,1.0 +0613,0613,12,symb,AND_permuted,7.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,8.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,9.0,[],%],0,1.0 +0613,0613,12,symb,AND_permuted,10.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,11.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,12.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,13.0,[],)],0,1.0 +0613,0613,12,symb,AND_permuted,14.0,[],>],0,1.0 +0613,0613,12,symb,AND_permuted,15.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,16.0,[], ],1,1.0 +0613,0613,12,symb,AND_permuted,17.0,[],%,0,1.0 +0613,0613,12,symb,AND_permuted,18.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,19.0,[],$],0,1.0 +0613,0613,12,symb,AND_permuted,20.0,[],*],0,1.0 +0613,0613,12,symb,AND_permuted,21.0,[],(],0,1.0 +0613,0613,12,symb,AND_permuted,22.0,[],$,0,1.0 +0613,0613,12,symb,AND_permuted,23.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,24.0,[],!],0,1.0 +0613,0613,12,symb,AND_permuted,25.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,26.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,27.0,[],(],0,1.0 +0613,0613,12,symb,AND_permuted,28.0,[],&,0,1.0 +0613,0613,12,symb,AND_permuted,29.0,[],!],0,1.0 +0613,0613,12,symb,AND_permuted,30.0,[],<,0,1.0 +0613,0613,12,symb,AND_permuted,31.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,32.0,[],*],0,1.0 +0613,0613,12,symb,AND_permuted,33.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,34.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,35.0,[],~],0,1.0 +0613,0613,12,symb,AND_permuted,36.0,[],*],0,1.0 +0613,0613,12,symb,AND_permuted,37.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,38.0,[],%,0,1.0 +0613,0613,12,symb,AND_permuted,39.0,[],&],0,1.0 +0613,0613,12,symb,AND_permuted,40.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,41.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,42.0,[],(],0,1.0 +0613,0613,12,symb,AND_permuted,43.0,[],>],0,1.0 +0613,0613,12,symb,AND_permuted,44.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,45.0,[],%],0,1.0 +0613,0613,12,symb,AND_permuted,46.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,47.0,[],!],0,1.0 +0613,0613,12,symb,AND_permuted,48.0,[],&],0,1.0 +0613,0613,12,symb,AND_permuted,49.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,50.0,[],%],0,1.0 +0613,0613,12,symb,AND_permuted,51.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,52.0,[],&],0,1.0 +0613,0613,12,symb,AND_permuted,53.0,[],(],0,1.0 +0613,0613,12,symb,AND_permuted,54.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,55.0,[],%],0,1.0 +0613,0613,12,symb,AND_permuted,56.0,[],&],0,1.0 +0613,0613,12,symb,AND_permuted,57.0,[],*],0,1.0 +0613,0613,12,symb,AND_permuted,58.0,[],%],0,1.0 +0613,0613,12,symb,AND_permuted,59.0,[],$,0,1.0 +0613,0613,12,symb,AND_permuted,60.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,61.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,62.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,63.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,64.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,65.0,[],&],0,1.0 +0613,0613,12,symb,AND_permuted,66.0,[],)],0,1.0 +0613,0613,12,symb,AND_permuted,67.0,[],<,0,1.0 +0613,0613,12,symb,AND_permuted,68.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,69.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,70.0,[],%],0,1.0 +0613,0613,12,symb,AND_permuted,71.0,[],&,0,1.0 +0613,0613,12,symb,AND_permuted,72.0,[],~],0,1.0 +0613,0613,12,symb,AND_permuted,73.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,74.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,75.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,76.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,77.0,[],%],0,1.0 +0613,0613,12,symb,AND_permuted,78.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,79.0,[],&],0,1.0 +0613,0613,12,symb,AND_permuted,80.0,[],>],0,1.0 +0613,0613,12,symb,AND_permuted,81.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,82.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,83.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,84.0,[],*,0,1.0 +0613,0613,12,symb,AND_permuted,85.0,[],*],0,1.0 +0613,0613,12,symb,AND_permuted,86.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,87.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,88.0,[],&,0,1.0 +0613,0613,12,symb,AND_permuted,89.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,90.0,[],!],0,1.0 +0613,0613,12,symb,AND_permuted,91.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,92.0,[],<),0,1.0 +0613,0613,12,symb,AND_permuted,93.0,[],:],0,1.0 +0613,0613,12,symb,AND_permuted,94.0,[],%],0,1.0 +0613,0613,12,symb,AND_permuted,95.0,[],],1,1.0 +0613,0613,12,symb,AND_permuted,96.0,[],(],0,1.0 +0613,0613,12,symb,AND_permuted,97.0,[],<],0,1.0 +0613,0613,12,symb,AND_permuted,98.0,[],*,0,1.0 +0613,0613,12,symb,AND_permuted,99.0,[],>],0,1.0 +1106,1106,02,num,row_constant,0.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,1.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,2.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,3.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,4.0,[6],6],1,1.0 +1106,1106,02,num,row_constant,5.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,6.0,[5],5],1,1.0 +1106,1106,02,num,row_constant,7.0,[9],9],1,1.0 +1106,1106,02,num,row_constant,8.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,9.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,10.0,[8],8],1,1.0 +1106,1106,02,num,row_constant,11.0,[9],9],1,1.0 +1106,1106,02,num,row_constant,12.0,[0],0],1,1.0 +1106,1106,02,num,row_constant,13.0,[0],0],1,1.0 +1106,1106,02,num,row_constant,14.0,[1],1],1,1.0 +1106,1106,02,num,row_constant,15.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,16.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,17.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,18.0,[0],0],1,1.0 +1106,1106,02,num,row_constant,19.0,[5],5],1,1.0 +1106,1106,02,num,row_constant,20.0,[0],0],1,1.0 +1106,1106,02,num,row_constant,21.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,22.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,23.0,[9],9],1,1.0 +1106,1106,02,num,row_constant,24.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,25.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,26.0,[5],5],1,1.0 +1106,1106,02,num,row_constant,27.0,[9],9],1,1.0 +1106,1106,02,num,row_constant,28.0,[6],6],1,1.0 +1106,1106,02,num,row_constant,29.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,30.0,[6],6],1,1.0 +1106,1106,02,num,row_constant,31.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,32.0,[2],2],1,1.0 +1106,1106,02,num,row_constant,33.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,34.0,[6],6],1,1.0 +1106,1106,02,num,row_constant,35.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,36.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,37.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,38.0,[0],0],1,1.0 +1106,1106,02,num,row_constant,39.0,[9],9],1,1.0 +1106,1106,02,num,row_constant,40.0,[0],0],1,1.0 +1106,1106,02,num,row_constant,41.0,[6],6],1,1.0 +1106,1106,02,num,row_constant,42.0,[1],1],1,1.0 +1106,1106,02,num,row_constant,43.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,44.0,[5],5],1,1.0 +1106,1106,02,num,row_constant,45.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,46.0,[2],2],1,1.0 +1106,1106,02,num,row_constant,47.0,[8],8],1,1.0 +1106,1106,02,num,row_constant,48.0,[8],8],1,1.0 +1106,1106,02,num,row_constant,49.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,50.0,[1],1],1,1.0 +1106,1106,02,num,row_constant,51.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,52.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,53.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,54.0,[9],9],1,1.0 +1106,1106,02,num,row_constant,55.0,[0],0],1,1.0 +1106,1106,02,num,row_constant,56.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,57.0,[0],0],1,1.0 +1106,1106,02,num,row_constant,58.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,59.0,[5],5],1,1.0 +1106,1106,02,num,row_constant,60.0,[1],1],1,1.0 +1106,1106,02,num,row_constant,61.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,62.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,63.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,64.0,[1],1],1,1.0 +1106,1106,02,num,row_constant,65.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,66.0,[8],8],1,1.0 +1106,1106,02,num,row_constant,67.0,[5],5],1,1.0 +1106,1106,02,num,row_constant,68.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,69.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,70.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,71.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,72.0,[1],1],1,1.0 +1106,1106,02,num,row_constant,73.0,[6],6],1,1.0 +1106,1106,02,num,row_constant,74.0,[5],5],1,1.0 +1106,1106,02,num,row_constant,75.0,[0],0],1,1.0 +1106,1106,02,num,row_constant,76.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,77.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,78.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,79.0,[2],2],1,1.0 +1106,1106,02,num,row_constant,80.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,81.0,[2],2],1,1.0 +1106,1106,02,num,row_constant,82.0,[9],9],1,1.0 +1106,1106,02,num,row_constant,83.0,[8],8],1,1.0 +1106,1106,02,num,row_constant,84.0,[5],5],1,1.0 +1106,1106,02,num,row_constant,85.0,[2],2],1,1.0 +1106,1106,02,num,row_constant,86.0,[4],4],1,1.0 +1106,1106,02,num,row_constant,87.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,88.0,[0],0,1,1.0 +1106,1106,02,num,row_constant,89.0,[3],3],1,1.0 +1106,1106,02,num,row_constant,90.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,91.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,92.0,[1],1],1,1.0 +1106,1106,02,num,row_constant,93.0,[7],7],1,1.0 +1106,1106,02,num,row_constant,94.0,[2],2],1,1.0 +1106,1106,02,num,row_constant,95.0,[6],6],1,1.0 +1106,1106,02,num,row_constant,96.0,[6],6],1,1.0 +1106,1106,02,num,row_constant,97.0,[2],2],1,1.0 +1106,1106,02,num,row_constant,98.0,[8],8],1,1.0 +1106,1106,02,num,row_constant,99.0,[6],6],1,1.0 +1106,1106,02,num,col_constant,0.0,[6],6],1,1.0 +1106,1106,02,num,col_constant,1.0,[9],9],1,1.0 +1106,1106,02,num,col_constant,2.0,[9],9],1,1.0 +1106,1106,02,num,col_constant,3.0,[8],8],1,1.0 +1106,1106,02,num,col_constant,4.0,[7],7],1,1.0 +1106,1106,02,num,col_constant,5.0,[8],8],1,1.0 +1106,1106,02,num,col_constant,6.0,[3],3,1,1.0 +1106,1106,02,num,col_constant,7.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,8.0,[4],4],1,1.0 +1106,1106,02,num,col_constant,9.0,[4],4],1,1.0 +1106,1106,02,num,col_constant,10.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,11.0,[8],8,1,1.0 +1106,1106,02,num,col_constant,12.0,[0],0,1,1.0 +1106,1106,02,num,col_constant,13.0,[1],1],1,1.0 +1106,1106,02,num,col_constant,14.0,[3],3],1,1.0 +1106,1106,02,num,col_constant,15.0,[6],6,1,1.0 +1106,1106,02,num,col_constant,16.0,[7],7],1,1.0 +1106,1106,02,num,col_constant,17.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,18.0,[4],4],1,1.0 +1106,1106,02,num,col_constant,19.0,[2],2,1,1.0 +1106,1106,02,num,col_constant,20.0,[6],6],1,1.0 +1106,1106,02,num,col_constant,21.0,[6],6,1,1.0 +1106,1106,02,num,col_constant,22.0,[9],9,1,1.0 +1106,1106,02,num,col_constant,23.0,[0],0],1,1.0 +1106,1106,02,num,col_constant,24.0,[5],5,1,1.0 +1106,1106,02,num,col_constant,25.0,[2],2,1,1.0 +1106,1106,02,num,col_constant,26.0,[9],9],1,1.0 +1106,1106,02,num,col_constant,27.0,[6],6,1,1.0 +1106,1106,02,num,col_constant,28.0,[9],9],1,1.0 +1106,1106,02,num,col_constant,29.0,[3],3],1,1.0 +1106,1106,02,num,col_constant,30.0,[6],6,1,1.0 +1106,1106,02,num,col_constant,31.0,[8],8],1,1.0 +1106,1106,02,num,col_constant,32.0,[4],4],1,1.0 +1106,1106,02,num,col_constant,33.0,[0],0,1,1.0 +1106,1106,02,num,col_constant,34.0,[3],3],1,1.0 +1106,1106,02,num,col_constant,35.0,[3],3],1,1.0 +1106,1106,02,num,col_constant,36.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,37.0,[2],2],1,1.0 +1106,1106,02,num,col_constant,38.0,[2],2,1,1.0 +1106,1106,02,num,col_constant,39.0,[3],3],1,1.0 +1106,1106,02,num,col_constant,40.0,[2],2],1,1.0 +1106,1106,02,num,col_constant,41.0,[3],3,1,1.0 +1106,1106,02,num,col_constant,42.0,[3],3,1,1.0 +1106,1106,02,num,col_constant,43.0,[0],0],1,1.0 +1106,1106,02,num,col_constant,44.0,[6],6],1,1.0 +1106,1106,02,num,col_constant,45.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,46.0,[7],7],1,1.0 +1106,1106,02,num,col_constant,47.0,[0],0,1,1.0 +1106,1106,02,num,col_constant,48.0,[8],8],1,1.0 +1106,1106,02,num,col_constant,49.0,[5],5,1,1.0 +1106,1106,02,num,col_constant,50.0,[7],7,1,1.0 +1106,1106,02,num,col_constant,51.0,[7],7,1,1.0 +1106,1106,02,num,col_constant,52.0,[8],8,1,1.0 +1106,1106,02,num,col_constant,53.0,[2],2],1,1.0 +1106,1106,02,num,col_constant,54.0,[0],0,1,1.0 +1106,1106,02,num,col_constant,55.0,[0],0,1,1.0 +1106,1106,02,num,col_constant,56.0,[6],6],1,1.0 +1106,1106,02,num,col_constant,57.0,[6],6,1,1.0 +1106,1106,02,num,col_constant,58.0,[0],0,1,1.0 +1106,1106,02,num,col_constant,59.0,[2],2,1,1.0 +1106,1106,02,num,col_constant,60.0,[3],3],1,1.0 +1106,1106,02,num,col_constant,61.0,[4],4,1,1.0 +1106,1106,02,num,col_constant,62.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,63.0,[1],1],1,1.0 +1106,1106,02,num,col_constant,64.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,65.0,[2],2],1,1.0 +1106,1106,02,num,col_constant,66.0,[0],0,1,1.0 +1106,1106,02,num,col_constant,67.0,[7],7,1,1.0 +1106,1106,02,num,col_constant,68.0,[4],4,1,1.0 +1106,1106,02,num,col_constant,69.0,[4],4,1,1.0 +1106,1106,02,num,col_constant,70.0,[8],8],1,1.0 +1106,1106,02,num,col_constant,71.0,[2],2],1,1.0 +1106,1106,02,num,col_constant,72.0,[6],6],1,1.0 +1106,1106,02,num,col_constant,73.0,[4],4],1,1.0 +1106,1106,02,num,col_constant,74.0,[8],8],1,1.0 +1106,1106,02,num,col_constant,75.0,[3],3],1,1.0 +1106,1106,02,num,col_constant,76.0,[1],1],1,1.0 +1106,1106,02,num,col_constant,77.0,[5],5,1,1.0 +1106,1106,02,num,col_constant,78.0,[7],7],1,1.0 +1106,1106,02,num,col_constant,79.0,[9],9,1,1.0 +1106,1106,02,num,col_constant,80.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,81.0,[6],6,1,1.0 +1106,1106,02,num,col_constant,82.0,[8],8,1,1.0 +1106,1106,02,num,col_constant,83.0,[9],9],1,1.0 +1106,1106,02,num,col_constant,84.0,[3],3],1,1.0 +1106,1106,02,num,col_constant,85.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,86.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,87.0,[6],6,1,1.0 +1106,1106,02,num,col_constant,88.0,[1],1,1,1.0 +1106,1106,02,num,col_constant,89.0,[6],6,1,1.0 +1106,1106,02,num,col_constant,90.0,[3],3,1,1.0 +1106,1106,02,num,col_constant,91.0,[3],3,1,1.0 +1106,1106,02,num,col_constant,92.0,[0],0,1,1.0 +1106,1106,02,num,col_constant,93.0,[6],6,1,1.0 +1106,1106,02,num,col_constant,94.0,[6],6],1,1.0 +1106,1106,02,num,col_constant,95.0,[3],3],1,1.0 +1106,1106,02,num,col_constant,96.0,[1],1,1,1.0 +1106,1106,02,num,col_constant,97.0,[5],5],1,1.0 +1106,1106,02,num,col_constant,98.0,[5],5,1,1.0 +1106,1106,02,num,col_constant,99.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag1,0.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag1,1.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag1,2.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag1,3.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,4.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag1,5.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag1,6.0,[2],2],1,1.0 +1106,1106,02,num,dist3_diag1,7.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,8.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,9.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,10.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag1,11.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,12.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,13.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag1,14.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,15.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag1,16.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag1,17.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,18.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,19.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,20.0,[7],7],1,1.0 +1106,1106,02,num,dist3_diag1,21.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag1,22.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,23.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,24.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag1,25.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag1,26.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag1,27.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,28.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,29.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,30.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag1,31.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag1,32.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,33.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,34.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,35.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,36.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,37.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,38.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag1,39.0,[1],1,1,1.0 +1106,1106,02,num,dist3_diag1,40.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag1,41.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag1,42.0,[6],6],1,1.0 +1106,1106,02,num,dist3_diag1,43.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,44.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,45.0,[1],1,1,1.0 +1106,1106,02,num,dist3_diag1,46.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,47.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag1,48.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,49.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag1,50.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag1,51.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag1,52.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag1,53.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag1,54.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,55.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag1,56.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,57.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,58.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,59.0,[1],1,1,1.0 +1106,1106,02,num,dist3_diag1,60.0,[8],8],1,1.0 +1106,1106,02,num,dist3_diag1,61.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag1,62.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag1,63.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,64.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag1,65.0,[6],6],1,1.0 +1106,1106,02,num,dist3_diag1,66.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,67.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,68.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag1,69.0,[1],1,1,1.0 +1106,1106,02,num,dist3_diag1,70.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag1,71.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag1,72.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,73.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,74.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,75.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,76.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag1,77.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,78.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag1,79.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag1,80.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,81.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,82.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,83.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,84.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,85.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag1,86.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,87.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,88.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag1,89.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,90.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag1,91.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag1,92.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag1,93.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,94.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag1,95.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag1,96.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag1,97.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag1,98.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag1,99.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag2,0.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,1.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,2.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,3.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,4.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag2,5.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag2,6.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,7.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,8.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,9.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,10.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,11.0,[1],1,1,1.0 +1106,1106,02,num,dist3_diag2,12.0,[1],1,1,1.0 +1106,1106,02,num,dist3_diag2,13.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,14.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,15.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,16.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,17.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,18.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,19.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,20.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,21.0,[1],1,1,1.0 +1106,1106,02,num,dist3_diag2,22.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag2,23.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag2,24.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag2,25.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,26.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,27.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,28.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag2,29.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,30.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag2,31.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag2,32.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,33.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,34.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag2,35.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag2,36.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag2,37.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,38.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,39.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,40.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag2,41.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag2,42.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag2,43.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,44.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag2,45.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,46.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,47.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,48.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag2,49.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,50.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,51.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag2,52.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,53.0,[2],2,1,1.0 +1106,1106,02,num,dist3_diag2,54.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,55.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,56.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,57.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag2,58.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,59.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,60.0,[1],1,1,1.0 +1106,1106,02,num,dist3_diag2,61.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,62.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,63.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,64.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,65.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,66.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,67.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,68.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,69.0,[8],8,1,1.0 +1106,1106,02,num,dist3_diag2,70.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,71.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag2,72.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,73.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,74.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag2,75.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,76.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,77.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,78.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,79.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag2,80.0,[9],9,1,1.0 +1106,1106,02,num,dist3_diag2,81.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,82.0,[7],7,1,1.0 +1106,1106,02,num,dist3_diag2,83.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag2,84.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,85.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,86.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,87.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,88.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,89.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag2,90.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag2,91.0,[0],0,1,1.0 +1106,1106,02,num,dist3_diag2,92.0,[3],3,1,1.0 +1106,1106,02,num,dist3_diag2,93.0,[1],1,1,1.0 +1106,1106,02,num,dist3_diag2,94.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,95.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,96.0,[6],6,1,1.0 +1106,1106,02,num,dist3_diag2,97.0,[4],4,1,1.0 +1106,1106,02,num,dist3_diag2,98.0,[5],5,1,1.0 +1106,1106,02,num,dist3_diag2,99.0,[0],0,1,1.0 +1106,1106,02,num,prog_size1,0.0,[4],4,1,1.0 +1106,1106,02,num,prog_size1,1.0,[5],5],1,1.0 +1106,1106,02,num,prog_size1,2.0,[6],6],1,1.0 +1106,1106,02,num,prog_size1,3.0,[7],7,1,1.0 +1106,1106,02,num,prog_size1,4.0,[8],8],1,1.0 +1106,1106,02,num,prog_size1,5.0,[9],9,1,1.0 +1106,1106,02,num,prog_size1,6.0,[0],0,1,1.0 +1106,1106,02,num,prog_size1,7.0,[1],1],1,1.0 +1106,1106,02,num,prog_size1,8.0,[2],2],1,1.0 +1106,1106,02,num,prog_size1,9.0,[3],3],1,1.0 +1106,1106,02,num,prog_size1,10.0,[4],4,1,1.0 +1106,1106,02,num,prog_size1,11.0,[5],5],1,1.0 +1106,1106,02,num,prog_size2,0.0,[8],8],1,1.0 +1106,1106,02,num,prog_size2,1.0,[9],9,1,1.0 +1106,1106,02,num,prog_size2,2.0,[0],0,1,1.0 +1106,1106,02,num,prog_size2,3.0,[1],1,1,1.0 +1106,1106,02,num,two_rule_comb0,0.0,[6 9],6 9],1,1.0 +1106,1106,02,num,two_rule_comb0,1.0,[7 0],7 0],1,1.0 +1106,1106,02,num,two_rule_comb0,2.0,[2 4],2 4,1,1.0 +1106,1106,02,num,two_rule_comb0,3.0,[2 0],2 0],1,1.0 +1106,1106,02,num,two_rule_comb0,4.0,[9 2],9 2,1,1.0 +1106,1106,02,num,two_rule_comb0,5.0,[7 0],7 0,1,1.0 +1106,1106,02,num,two_rule_comb0,6.0,[1 9],1 9],1,1.0 +1106,1106,02,num,two_rule_comb0,7.0,[1 7],1 7],1,1.0 +1106,1106,02,num,two_rule_comb0,8.0,[7 3],7 3],1,1.0 +1106,1106,02,num,two_rule_comb0,9.0,[9 0],9 0],1,1.0 +1106,1106,02,num,two_rule_comb0,10.0,[7 2],7 2],1,1.0 +1106,1106,02,num,two_rule_comb0,11.0,[1 6],1 6],1,1.0 +1106,1106,02,num,two_rule_comb0,12.0,[7 4],7 4],1,1.0 +1106,1106,02,num,two_rule_comb0,13.0,[9 7],9 7],1,1.0 +1106,1106,02,num,two_rule_comb0,14.0,[0 0],0 0],1,1.0 +1106,1106,02,num,two_rule_comb0,15.0,[3 7],3 7],1,1.0 +1106,1106,02,num,two_rule_comb0,16.0,[7 3],7 3],1,1.0 +1106,1106,02,num,two_rule_comb0,17.0,[9 0],9 0],1,1.0 +1106,1106,02,num,two_rule_comb0,18.0,[7 2],7 2],1,1.0 +1106,1106,02,num,two_rule_comb0,19.0,[2 6],2 6],1,1.0 +1106,1106,02,num,two_rule_comb0,20.0,[5 5],5 5],1,1.0 +1106,1106,02,num,two_rule_comb0,21.0,[8 5],8 5],1,1.0 +1106,1106,02,num,two_rule_comb0,22.0,[6 4],6 4],1,1.0 +1106,1106,02,num,two_rule_comb0,23.0,[6 8],6 8],1,1.0 +1106,1106,02,num,two_rule_comb0,24.0,[7 1],7 1],1,1.0 +1106,1106,02,num,two_rule_comb0,25.0,[5 1],5 1],1,1.0 +1106,1106,02,num,two_rule_comb0,26.0,[6 8],6 8],1,1.0 +1106,1106,02,num,two_rule_comb0,27.0,[7 7],7 7],1,1.0 +1106,1106,02,num,two_rule_comb0,28.0,[7 1],7 1,1,1.0 +1106,1106,02,num,two_rule_comb0,29.0,[0 2],0 2],1,1.0 +1106,1106,02,num,two_rule_comb0,30.0,[9 4],9 4],1,1.0 +1106,1106,02,num,two_rule_comb0,31.0,[4 5],4 5],1,1.0 +1106,1106,02,num,two_rule_comb0,32.0,[3 3],3 3],1,1.0 +1106,1106,02,num,two_rule_comb0,33.0,[7 9],7 9],1,1.0 +1106,1106,02,num,two_rule_comb0,34.0,[4 2],4 2],1,1.0 +1106,1106,02,num,two_rule_comb0,35.0,[8 9],8 9],1,1.0 +1106,1106,02,num,two_rule_comb0,36.0,[6 5],6 5],1,1.0 +1106,1106,02,num,two_rule_comb0,37.0,[1 5],1 5],1,1.0 +1106,1106,02,num,two_rule_comb0,38.0,[3 6],3 6],1,1.0 +1106,1106,02,num,two_rule_comb0,39.0,[5 9],5 9],1,1.0 +1106,1106,02,num,two_rule_comb0,40.0,[5 6],5 6],1,1.0 +1106,1106,02,num,two_rule_comb0,41.0,[1 2],1 2],1,1.0 +1106,1106,02,num,two_rule_comb0,42.0,[1 7],1 7],1,1.0 +1106,1106,02,num,two_rule_comb0,43.0,[8 0],8 0],1,1.0 +1106,1106,02,num,two_rule_comb0,44.0,[3 2],3 2,1,1.0 +1106,1106,02,num,two_rule_comb0,45.0,[7 4],7 4],1,1.0 +1106,1106,02,num,two_rule_comb0,46.0,[9 6],9 6],1,1.0 +1106,1106,02,num,two_rule_comb0,47.0,[4 2],4 2],1,1.0 +1106,1106,02,num,two_rule_comb0,48.0,[6 4],6 4],1,1.0 +1106,1106,02,num,two_rule_comb0,49.0,[8 9],8 9],1,1.0 +1106,1106,02,num,two_rule_comb0,50.0,[2 0],2 0,1,1.0 +1106,1106,02,num,two_rule_comb0,51.0,[7 5],7 5],1,1.0 +1106,1106,02,num,two_rule_comb0,52.0,[2 3],2 3],1,1.0 +1106,1106,02,num,two_rule_comb0,53.0,[3 5],3 5],1,1.0 +1106,1106,02,num,two_rule_comb0,54.0,[0 7],0 7],1,1.0 +1106,1106,02,num,two_rule_comb0,55.0,[1 6],1 6],1,1.0 +1106,1106,02,num,two_rule_comb0,56.0,[7 1],7 1,1,1.0 +1106,1106,02,num,two_rule_comb0,57.0,[6 8],6 8],1,1.0 +1106,1106,02,num,two_rule_comb0,58.0,[8 0],8 0,1,1.0 +1106,1106,02,num,two_rule_comb0,59.0,[3 0],3 0],1,1.0 +1106,1106,02,num,two_rule_comb0,60.0,[3 0],3 0],1,1.0 +1106,1106,02,num,two_rule_comb0,61.0,[2 3],2 3],1,1.0 +1106,1106,02,num,two_rule_comb0,62.0,[6 3],None,0,1.0 +1106,1106,02,num,two_rule_comb0,63.0,[0 8],0 8],1,1.0 +1106,1106,02,num,two_rule_comb0,64.0,[9 7],9 7],1,1.0 +1106,1106,02,num,two_rule_comb0,65.0,[5 4],5 4],1,1.0 +1106,1106,02,num,two_rule_comb0,66.0,[2 6],2 6,1,1.0 +1106,1106,02,num,two_rule_comb0,67.0,[0 8],0 8],1,1.0 +1106,1106,02,num,two_rule_comb0,68.0,[8 0],8 0],1,1.0 +1106,1106,02,num,two_rule_comb0,69.0,[6 1],6 1],1,1.0 +1106,1106,02,num,two_rule_comb0,70.0,[4 6],6],0,1.0 +1106,1106,02,num,two_rule_comb0,71.0,[9 0],9 0],1,1.0 +1106,1106,02,num,two_rule_comb0,72.0,[3 2],3 2],1,1.0 +1106,1106,02,num,two_rule_comb0,73.0,[3 5],3 5],1,1.0 +1106,1106,02,num,two_rule_comb0,74.0,[0 5],5],0,1.0 +1106,1106,02,num,two_rule_comb0,75.0,[7 0],0 7,0,1.0 +1106,1106,02,num,two_rule_comb0,76.0,[1 9],1 9],1,1.0 +1106,1106,02,num,two_rule_comb0,77.0,[1 7],1 7,1,1.0 +1106,1106,02,num,two_rule_comb0,78.0,[0 1],0 1],1,1.0 +1106,1106,02,num,two_rule_comb0,79.0,[7 7],7 7,1,1.0 +1106,1106,02,num,two_rule_comb0,80.0,[2 5],2 5],1,1.0 +1106,1106,02,num,two_rule_comb0,81.0,[3 5],3 5],1,1.0 +1106,1106,02,num,two_rule_comb0,82.0,[7 7],7 7,1,1.0 +1106,1106,02,num,two_rule_comb0,83.0,[7 0],7 0],1,1.0 +1106,1106,02,num,two_rule_comb0,84.0,[3 1],3 1],1,1.0 +1106,1106,02,num,two_rule_comb0,85.0,[0 8],8],0,1.0 +1106,1106,02,num,two_rule_comb0,86.0,[3 0],3 0],1,1.0 +1106,1106,02,num,two_rule_comb0,87.0,[1 5],1 5,1,1.0 +1106,1106,02,num,two_rule_comb0,88.0,[8 0],8 0],1,1.0 +1106,1106,02,num,two_rule_comb0,89.0,[2 7],2 7],1,1.0 +1106,1106,02,num,two_rule_comb0,90.0,[8 5],8 5],1,1.0 +1106,1106,02,num,two_rule_comb0,91.0,[3 1],3 1],1,1.0 +1106,1106,02,num,two_rule_comb0,92.0,[3 8],3 8],1,1.0 +1106,1106,02,num,two_rule_comb0,93.0,[3 9],3 9],1,1.0 +1106,1106,02,num,two_rule_comb0,94.0,[2 2],2 2],1,1.0 +1106,1106,02,num,two_rule_comb0,95.0,[8 3],8 3],1,1.0 +1106,1106,02,num,two_rule_comb0,96.0,[1 5],1 5],1,1.0 +1106,1106,02,num,two_rule_comb0,97.0,[9 4],9 4],1,1.0 +1106,1106,02,num,two_rule_comb0,98.0,[5 4],5 4],1,1.0 +1106,1106,02,num,two_rule_comb0,99.0,[3 1],3 1],1,1.0 +1106,1106,02,num,two_rule_comb1,0.0,[1 2],1 2,1,1.0 +1106,1106,02,num,two_rule_comb1,1.0,[8 9],9 9,0,1.0 +1106,1106,02,num,two_rule_comb1,2.0,[2 6],2 6],1,1.0 +1106,1106,02,num,two_rule_comb1,3.0,[3 4],3 4],1,1.0 +1106,1106,02,num,two_rule_comb1,4.0,[2 7],2 7,1,1.0 +1106,1106,02,num,two_rule_comb1,5.0,[4 0],4 0],1,1.0 +1106,1106,02,num,two_rule_comb1,6.0,[7 4],7 4],1,1.0 +1106,1106,02,num,two_rule_comb1,7.0,[1 1],1 1],1,1.0 +1106,1106,02,num,two_rule_comb1,8.0,[7 9],7 9],1,1.0 +1106,1106,02,num,two_rule_comb1,9.0,[3 1],1 1],0,1.0 +1106,1106,02,num,two_rule_comb1,10.0,[3 7],3 7],1,1.0 +1106,1106,02,num,two_rule_comb1,11.0,[0 2],0 2],1,1.0 +1106,1106,02,num,two_rule_comb1,12.0,[6 7],6 7],1,1.0 +1106,1106,02,num,two_rule_comb1,13.0,[8 2],8 2],1,1.0 +1106,1106,02,num,two_rule_comb1,14.0,[7 4],7 4,1,1.0 +1106,1106,02,num,two_rule_comb1,15.0,[1 3],1 3],1,1.0 +1106,1106,02,num,two_rule_comb1,16.0,[7 3],7 3],1,1.0 +1106,1106,02,num,two_rule_comb1,17.0,[7 7],5 7],0,1.0 +1106,1106,02,num,two_rule_comb1,18.0,[1 8],1 8],1,1.0 +1106,1106,02,num,two_rule_comb1,19.0,[1 9],1 9],1,1.0 +1106,1106,02,num,two_rule_comb1,20.0,[4 9],4 9],1,1.0 +1106,1106,02,num,two_rule_comb1,21.0,[2 3],3 3],0,1.0 +1106,1106,02,num,two_rule_comb1,22.0,[6 7],6 7],1,1.0 +1106,1106,02,num,two_rule_comb1,23.0,[2 5],2 5],1,1.0 +1106,1106,02,num,two_rule_comb1,24.0,[3 1],3 1],1,1.0 +1106,1106,02,num,two_rule_comb1,25.0,[6 5],6 5],1,1.0 +1106,1106,02,num,two_rule_comb1,26.0,[8 1],8 1,1,1.0 +1106,1106,02,num,two_rule_comb1,27.0,[6 8],6 8,1,1.0 +1106,1106,02,num,two_rule_comb1,28.0,[5 4],4 4],0,1.0 +1106,1106,02,num,two_rule_comb1,29.0,[0 4],6 4],0,1.0 +1106,1106,02,num,two_rule_comb1,30.0,[4 9],4 9],1,1.0 +1106,1106,02,num,two_rule_comb1,31.0,[6 2],6 2],1,1.0 +1106,1106,02,num,two_rule_comb1,32.0,[1 7],1 7,1,1.0 +1106,1106,02,num,two_rule_comb1,33.0,[3 0],2 0],0,1.0 +1106,1106,02,num,two_rule_comb1,34.0,[1 2],1 2],1,1.0 +1106,1106,02,num,two_rule_comb1,35.0,[4 1],4 1],1,1.0 +1106,1106,02,num,two_rule_comb1,36.0,[6 6],6 6],1,1.0 +1106,1106,02,num,two_rule_comb1,37.0,[6 2],6 2],1,1.0 +1106,1106,02,num,two_rule_comb1,38.0,[3 2],3 2],1,1.0 +1106,1106,02,num,two_rule_comb1,39.0,[9 9],9 9],1,1.0 +1106,1106,02,num,two_rule_comb1,40.0,[5 9],1 9],0,1.0 +1106,1106,02,num,two_rule_comb1,41.0,[0 2],0 2],1,1.0 +1106,1106,02,num,two_rule_comb1,42.0,[3 2],3 2,1,1.0 +1106,1106,02,num,two_rule_comb1,43.0,[2 2],2 8],0,1.0 +1106,1106,02,num,two_rule_comb1,44.0,[8 1],8 1,1,1.0 +1106,1106,02,num,two_rule_comb1,45.0,[7 3],None,0,1.0 +1106,1106,02,num,two_rule_comb1,46.0,[1 5],1 5],1,1.0 +1106,1106,02,num,two_rule_comb1,47.0,[0 5],0 5],1,1.0 +1106,1106,02,num,two_rule_comb1,48.0,[3 5],3 5],1,1.0 +1106,1106,02,num,two_rule_comb1,49.0,[4 7],None,0,1.0 +1106,1106,02,num,two_rule_comb1,50.0,[3 9],3 9,1,1.0 +1106,1106,02,num,two_rule_comb1,51.0,[3 4],3 4],1,1.0 +1106,1106,02,num,two_rule_comb1,52.0,[8 9],9 9],0,1.0 +1106,1106,02,num,two_rule_comb1,53.0,[9 5],9 5],1,1.0 +1106,1106,02,num,two_rule_comb1,54.0,[0 8],0 8],1,1.0 +1106,1106,02,num,two_rule_comb1,55.0,[6 2],6 2],1,1.0 +1106,1106,02,num,two_rule_comb1,56.0,[7 0],7 0],1,1.0 +1106,1106,02,num,two_rule_comb1,57.0,[6 6],6 6],1,1.0 +1106,1106,02,num,two_rule_comb1,58.0,[6 3],None,0,1.0 +1106,1106,02,num,two_rule_comb1,59.0,[4 5],4 5],1,1.0 +1106,1106,02,num,two_rule_comb1,60.0,[6 6],6 6],1,1.0 +1106,1106,02,num,two_rule_comb1,61.0,[8 4],8 4],1,1.0 +1106,1106,02,num,two_rule_comb1,62.0,[6 4],6 4],1,1.0 +1106,1106,02,num,two_rule_comb1,63.0,[2 1],2 1,1,1.0 +1106,1106,02,num,two_rule_comb1,64.0,[8 1],8 1],1,1.0 +1106,1106,02,num,two_rule_comb1,65.0,[3 3],3 3],1,1.0 +1106,1106,02,num,two_rule_comb1,66.0,[5 9],5 9],1,1.0 +1106,1106,02,num,two_rule_comb1,67.0,[4 9],None,0,1.0 +1106,1106,02,num,two_rule_comb1,68.0,[7 7],7 7,1,1.0 +1106,1106,02,num,two_rule_comb1,69.0,[5 2],5 2,1,1.0 +1106,1106,02,num,two_rule_comb1,70.0,[0 1],1 1,0,1.0 +1106,1106,02,num,two_rule_comb1,71.0,[4 8],4 8,1,1.0 +1106,1106,02,num,two_rule_comb1,72.0,[8 3],8 3],1,1.0 +1106,1106,02,num,two_rule_comb1,73.0,[5 6],7 6],0,1.0 +1106,1106,02,num,two_rule_comb1,74.0,[3 8],3 8],1,1.0 +1106,1106,02,num,two_rule_comb1,75.0,[7 9],7 9],1,1.0 +1106,1106,02,num,two_rule_comb1,76.0,[3 2],3 2],1,1.0 +1106,1106,02,num,two_rule_comb1,77.0,[7 5],5 5],0,1.0 +1106,1106,02,num,two_rule_comb1,78.0,[5 5],5 5],1,1.0 +1106,1106,02,num,two_rule_comb1,79.0,[6 8],8 8],0,1.0 +1106,1106,02,num,two_rule_comb1,80.0,[6 8],6 8],1,1.0 +1106,1106,02,num,two_rule_comb1,81.0,[0 6],0 6],1,1.0 +1106,1106,02,num,two_rule_comb1,82.0,[5 0],5 0],1,1.0 +1106,1106,02,num,two_rule_comb1,83.0,[1 2],1 2],1,1.0 +1106,1106,02,num,two_rule_comb1,84.0,[7 7],7 7,1,1.0 +1106,1106,02,num,two_rule_comb1,85.0,[5 4],5 4],1,1.0 +1106,1106,02,num,two_rule_comb1,86.0,[1 7],7 7],0,1.0 +1106,1106,02,num,two_rule_comb1,87.0,[1 4],1 4],1,1.0 +1106,1106,02,num,two_rule_comb1,88.0,[1 1],1 1],1,1.0 +1106,1106,02,num,two_rule_comb1,89.0,[6 9],None,0,1.0 +1106,1106,02,num,two_rule_comb1,90.0,[2 7],2 7],1,1.0 +1106,1106,02,num,two_rule_comb1,91.0,[4 4],6 4],0,1.0 +1106,1106,02,num,two_rule_comb1,92.0,[1 2],1 1],0,1.0 +1106,1106,02,num,two_rule_comb1,93.0,[0 0],0 0,1,1.0 +1106,1106,02,num,two_rule_comb1,94.0,[7 4],7 4],1,1.0 +1106,1106,02,num,two_rule_comb1,95.0,[1 5],1 5],1,1.0 +1106,1106,02,num,two_rule_comb1,96.0,[7 1],7 1,1,1.0 +1106,1106,02,num,two_rule_comb1,97.0,[3 9],3 9],1,1.0 +1106,1106,02,num,two_rule_comb1,98.0,[7 6],7 6],1,1.0 +1106,1106,02,num,two_rule_comb1,99.0,[2 1],2 1],1,1.0 +1106,1106,02,num,two_rule_comb2,0.0,[1 0],1 0],1,1.0 +1106,1106,02,num,two_rule_comb2,1.0,[0 7],0 7],1,1.0 +1106,1106,02,num,two_rule_comb2,2.0,[6 5],6 5],1,1.0 +1106,1106,02,num,two_rule_comb2,3.0,[1 5],1 5,1,1.0 +1106,1106,02,num,two_rule_comb2,4.0,[7 2],7 2],1,1.0 +1106,1106,02,num,two_rule_comb2,5.0,[2 6],2 6],1,1.0 +1106,1106,02,num,two_rule_comb2,6.0,[4 8],4 8],1,1.0 +1106,1106,02,num,two_rule_comb2,7.0,[3 2],3 2],1,1.0 +1106,1106,02,num,two_rule_comb2,8.0,[9 9],9 9],1,1.0 +1106,1106,02,num,two_rule_comb2,9.0,[6 5],6 5],1,1.0 +1106,1106,02,num,two_rule_comb2,10.0,[8 8],8 8],1,1.0 +1106,1106,02,num,two_rule_comb2,11.0,[9 5],9 5],1,1.0 +1106,1106,02,num,two_rule_comb2,12.0,[5 4],5 4],1,1.0 +1106,1106,02,num,two_rule_comb2,13.0,[4 6],4 6],1,1.0 +1106,1106,02,num,two_rule_comb2,14.0,[2 3],2 3],1,1.0 +1106,1106,02,num,two_rule_comb2,15.0,[8 5],8 5],1,1.0 +1106,1106,02,num,two_rule_comb2,16.0,[4 9],4 9],1,1.0 +1106,1106,02,num,two_rule_comb2,17.0,[9 4],9 4],1,1.0 +1106,1106,02,num,two_rule_comb2,18.0,[0 0],0 0],1,1.0 +1106,1106,02,num,two_rule_comb2,19.0,[5 4],5 4],1,1.0 +1106,1106,02,num,two_rule_comb2,20.0,[4 5],4 5],1,1.0 +1106,1106,02,num,two_rule_comb2,21.0,[0 6],0 6],1,1.0 +1106,1106,02,num,two_rule_comb2,22.0,[1 5],1 5],1,1.0 +1106,1106,02,num,two_rule_comb2,23.0,[5 9],5 9],1,1.0 +1106,1106,02,num,two_rule_comb2,24.0,[5 3],5 3],1,1.0 +1106,1106,02,num,two_rule_comb2,25.0,[0 6],0 6],1,1.0 +1106,1106,02,num,two_rule_comb2,26.0,[8 7],8 7],1,1.0 +1106,1106,02,num,two_rule_comb2,27.0,[6 1],6 1],1,1.0 +1106,1106,02,num,two_rule_comb2,28.0,[9 1],9 1,1,1.0 +1106,1106,02,num,two_rule_comb2,29.0,[0 4],0 4,1,1.0 +1106,1106,02,num,two_rule_comb2,30.0,[3 2],3 2,1,1.0 +1106,1106,02,num,two_rule_comb2,31.0,[6 5],6 5],1,1.0 +1106,1106,02,num,two_rule_comb2,32.0,[1 2],1 2,1,1.0 +1106,1106,02,num,two_rule_comb2,33.0,[5 6],5 6],1,1.0 +1106,1106,02,num,two_rule_comb2,34.0,[5 1],5 1],1,1.0 +1106,1106,02,num,two_rule_comb2,35.0,[7 6],7 6],1,1.0 +1106,1106,02,num,two_rule_comb2,36.0,[8 0],8 0],1,1.0 +1106,1106,02,num,two_rule_comb2,37.0,[9 6],9 6],1,1.0 +1106,1106,02,num,two_rule_comb2,38.0,[4 2],4 2,1,1.0 +1106,1106,02,num,two_rule_comb2,39.0,[2 1],2 1],1,1.0 +1106,1106,02,num,two_rule_comb2,40.0,[8 3],8 3],1,1.0 +1106,1106,02,num,two_rule_comb2,41.0,[9 6],9 6],1,1.0 +1106,1106,02,num,two_rule_comb2,42.0,[6 5],6 5],1,1.0 +1106,1106,02,num,two_rule_comb2,43.0,[8 9],8 9],1,1.0 +1106,1106,02,num,two_rule_comb2,44.0,[4 3],4 3],1,1.0 +1106,1106,02,num,two_rule_comb2,45.0,[7 1],7 1],1,1.0 +1106,1106,02,num,two_rule_comb2,46.0,[0 8],0 8],1,1.0 +1106,1106,02,num,two_rule_comb2,47.0,[3 7],3 7],1,1.0 +1106,1106,02,num,two_rule_comb2,48.0,[7 5],7 5],1,1.0 +1106,1106,02,num,two_rule_comb2,49.0,[5 3],5 3],1,1.0 +1106,1106,02,num,two_rule_comb2,50.0,[6 4],6 4],1,1.0 +1106,1106,02,num,two_rule_comb2,51.0,[9 3],None,0,1.0 +1106,1106,02,num,two_rule_comb2,52.0,[1 1],1 1],1,1.0 +1106,1106,02,num,two_rule_comb2,53.0,[0 9],0 9],1,1.0 +1106,1106,02,num,two_rule_comb2,54.0,[6 8],6 8],1,1.0 +1106,1106,02,num,two_rule_comb2,55.0,[6 3],None,0,1.0 +1106,1106,02,num,two_rule_comb2,56.0,[8 5],8 5],1,1.0 +1106,1106,02,num,two_rule_comb2,57.0,[9 6],9 6],1,1.0 +1106,1106,02,num,two_rule_comb2,58.0,[5 0],5 0,1,1.0 +1106,1106,02,num,two_rule_comb2,59.0,[0 5],0 5,1,1.0 +1106,1106,02,num,two_rule_comb2,60.0,[2 0],2 0],1,1.0 +1106,1106,02,num,two_rule_comb2,61.0,[0 2],0 2],1,1.0 +1106,1106,02,num,two_rule_comb2,62.0,[5 1],5 1],1,1.0 +1106,1106,02,num,two_rule_comb2,63.0,[8 2],8 2],1,1.0 +1106,1106,02,num,two_rule_comb2,64.0,[8 7],8 7],1,1.0 +1106,1106,02,num,two_rule_comb2,65.0,[9 1],9 1],1,1.0 +1106,1106,02,num,two_rule_comb2,66.0,[5 9],5 9],1,1.0 +1106,1106,02,num,two_rule_comb2,67.0,[9 0],9 0],1,1.0 +1106,1106,02,num,two_rule_comb2,68.0,[0 9],0 9],1,1.0 +1106,1106,02,num,two_rule_comb2,69.0,[0 0],0 0],1,1.0 +1106,1106,02,num,two_rule_comb2,70.0,[5 8],5 8,1,1.0 +1106,1106,02,num,two_rule_comb2,71.0,[9 8],9 8],1,1.0 +1106,1106,02,num,two_rule_comb2,72.0,[1 1],1 1,1,1.0 +1106,1106,02,num,two_rule_comb2,73.0,[4 3],4 3],1,1.0 +1106,1106,02,num,two_rule_comb2,74.0,[8 2],8 2],1,1.0 +1106,1106,02,num,two_rule_comb2,75.0,[0 2],0 2],1,1.0 +1106,1106,02,num,two_rule_comb2,76.0,[5 7],5 7],1,1.0 +1106,1106,02,num,two_rule_comb2,77.0,[8 8],8 8],1,1.0 +1106,1106,02,num,two_rule_comb2,78.0,[6 6],6 6],1,1.0 +1106,1106,02,num,two_rule_comb2,79.0,[8 0],8 0,1,1.0 +1106,1106,02,num,two_rule_comb2,80.0,[2 2],2 2],1,1.0 +1106,1106,02,num,two_rule_comb2,81.0,[0 8],0 8],1,1.0 +1106,1106,02,num,two_rule_comb2,82.0,[7 5],7 5],1,1.0 +1106,1106,02,num,two_rule_comb2,83.0,[8 4],8 4,1,1.0 +1106,1106,02,num,two_rule_comb2,84.0,[5 2],5 2],1,1.0 +1106,1106,02,num,two_rule_comb2,85.0,[8 0],8 0],1,1.0 +1106,1106,02,num,two_rule_comb2,86.0,[5 0],5 0],1,1.0 +1106,1106,02,num,two_rule_comb2,87.0,[0 3],0 3],1,1.0 +1106,1106,02,num,two_rule_comb2,88.0,[7 1],7 1],1,1.0 +1106,1106,02,num,two_rule_comb2,89.0,[6 0],6 0],1,1.0 +1106,1106,02,num,two_rule_comb2,90.0,[8 5],8 5],1,1.0 +1106,1106,02,num,two_rule_comb2,91.0,[9 5],9 5],1,1.0 +1106,1106,02,num,two_rule_comb2,92.0,[0 5],0 5],1,1.0 +1106,1106,02,num,two_rule_comb2,93.0,[7 7],7 7],1,1.0 +1106,1106,02,num,two_rule_comb2,94.0,[7 0],7 0],1,1.0 +1106,1106,02,num,two_rule_comb2,95.0,[1 0],1 0],1,1.0 +1106,1106,02,num,two_rule_comb2,96.0,[2 0],2 0],1,1.0 +1106,1106,02,num,two_rule_comb2,97.0,[5 1],5 1],1,1.0 +1106,1106,02,num,two_rule_comb2,98.0,[6 4],6 4],1,1.0 +1106,1106,02,num,two_rule_comb2,99.0,[2 7],2 7],1,1.0 +1106,1106,02,num,two_rule_comb3,0.0,[9 1],9 1],1,1.0 +1106,1106,02,num,two_rule_comb3,1.0,[9 0],9 0,1,1.0 +1106,1106,02,num,two_rule_comb3,2.0,[4 8],4 8,1,1.0 +1106,1106,02,num,two_rule_comb3,3.0,[1 8],1 8],1,1.0 +1106,1106,02,num,two_rule_comb3,4.0,[5 7],5 7],1,1.0 +1106,1106,02,num,two_rule_comb3,5.0,[8 2],8 2],1,1.0 +1106,1106,02,num,two_rule_comb3,6.0,[9 2],9 2],1,1.0 +1106,1106,02,num,two_rule_comb3,7.0,[6 1],6 1],1,1.0 +1106,1106,02,num,two_rule_comb3,8.0,[9 8],9 8],1,1.0 +1106,1106,02,num,two_rule_comb3,9.0,[4 5],4 5],1,1.0 +1106,1106,02,num,two_rule_comb3,10.0,[0 4],2 4],0,1.0 +1106,1106,02,num,two_rule_comb3,11.0,[8 6],8 6],1,1.0 +1106,1106,02,num,two_rule_comb3,12.0,[8 3],8 3],1,1.0 +1106,1106,02,num,two_rule_comb3,13.0,[5 9],5 9,1,1.0 +1106,1106,02,num,two_rule_comb3,14.0,[6 4],6 4],1,1.0 +1106,1106,02,num,two_rule_comb3,15.0,[5 3],4 9],0,1.0 +1106,1106,02,num,two_rule_comb3,16.0,[0 5],0 5],1,1.0 +1106,1106,02,num,two_rule_comb3,17.0,[5 5],5 5],1,1.0 +1106,1106,02,num,two_rule_comb3,18.0,[7 0],7 2],0,1.0 +1106,1106,02,num,two_rule_comb3,19.0,[5 6],5 6],1,1.0 +1106,1106,02,num,two_rule_comb3,20.0,[6 4],6 4],1,1.0 +1106,1106,02,num,two_rule_comb3,21.0,[0 6],0 6],1,1.0 +1106,1106,02,num,two_rule_comb3,22.0,[7 0],7 0,1,1.0 +1106,1106,02,num,two_rule_comb3,23.0,[6 8],6 8],1,1.0 +1106,1106,02,num,two_rule_comb3,24.0,[8 3],8 3],1,1.0 +1106,1106,02,num,two_rule_comb3,25.0,[1 7],1 8],0,1.0 +1106,1106,02,num,two_rule_comb3,26.0,[1 2],8 1],0,1.0 +1106,1106,02,num,two_rule_comb3,27.0,[4 6],4 6],1,1.0 +1106,1106,02,num,two_rule_comb3,28.0,[1 2],3 1],0,1.0 +1106,1106,02,num,two_rule_comb3,29.0,[0 2],0 5],0,1.0 +1106,1106,02,num,two_rule_comb3,30.0,[2 4],2 4],1,1.0 +1106,1106,02,num,two_rule_comb3,31.0,[5 5],5 0],0,1.0 +1106,1106,02,num,two_rule_comb3,32.0,[9 6],9 6],1,1.0 +1106,1106,02,num,two_rule_comb3,33.0,[9 0],9 0],1,1.0 +1106,1106,02,num,two_rule_comb3,34.0,[3 4],3 3],0,1.0 +1106,1106,02,num,two_rule_comb3,35.0,[0 1],0 1],1,1.0 +1106,1106,02,num,two_rule_comb3,36.0,[6 3],6 3],1,1.0 +1106,1106,02,num,two_rule_comb3,37.0,[3 2],3 2],1,1.0 +1106,1106,02,num,two_rule_comb3,38.0,[2 1],2 1],1,1.0 +1106,1106,02,num,two_rule_comb3,39.0,[1 3],1 3,1,1.0 +1106,1106,02,num,two_rule_comb3,40.0,[9 1],9 2],0,1.0 +1106,1106,02,num,two_rule_comb3,41.0,[4 4],4 4],1,1.0 +1106,1106,02,num,two_rule_comb3,42.0,[9 8],8 8],0,1.0 +1106,1106,02,num,two_rule_comb3,43.0,[3 2],3 2],1,1.0 +1106,1106,02,num,two_rule_comb3,44.0,[0 8],0 8],1,1.0 +1106,1106,02,num,two_rule_comb3,45.0,[5 2],5 2],1,1.0 +1106,1106,02,num,two_rule_comb3,46.0,[2 3],2 3],1,1.0 +1106,1106,02,num,two_rule_comb3,47.0,[2 4],2 4],1,1.0 +1106,1106,02,num,two_rule_comb3,48.0,[5 1],5 1],1,1.0 +1106,1106,02,num,two_rule_comb3,49.0,[5 2],5 2],1,1.0 +1106,1106,02,num,two_rule_comb3,50.0,[6 9],None,0,1.0 +1106,1106,02,num,two_rule_comb3,51.0,[6 6],6 5],0,1.0 +1106,1106,02,num,two_rule_comb3,52.0,[6 3],6 3,1,1.0 +1106,1106,02,num,two_rule_comb3,53.0,[4 2],4 2],1,1.0 +1106,1106,02,num,two_rule_comb3,54.0,[9 9],1 9],0,1.0 +1106,1106,02,num,two_rule_comb3,55.0,[2 6],2 6,1,1.0 +1106,1106,02,num,two_rule_comb3,56.0,[3 0],3 0],1,1.0 +1106,1106,02,num,two_rule_comb3,57.0,[8 6],8 6],1,1.0 +1106,1106,02,num,two_rule_comb3,58.0,[7 8],7 8],1,1.0 +1106,1106,02,num,two_rule_comb3,59.0,[3 2],3 2],1,1.0 +1106,1106,02,num,two_rule_comb3,60.0,[8 1],8 1],1,1.0 +1106,1106,02,num,two_rule_comb3,61.0,[3 7],3 7],1,1.0 +1106,1106,02,num,two_rule_comb3,62.0,[9 6],6 6],0,1.0 +1106,1106,02,num,two_rule_comb3,63.0,[9 1],9 1],1,1.0 +1106,1106,02,num,two_rule_comb3,64.0,[1 1],1 8],0,1.0 +1106,1106,02,num,two_rule_comb3,65.0,[9 7],9 7],1,1.0 +1106,1106,02,num,two_rule_comb3,66.0,[8 7],7 1],0,1.0 +1106,1106,02,num,two_rule_comb3,67.0,[9 2],9 2],1,1.0 +1106,1106,02,num,two_rule_comb3,68.0,[8 2],8 2],1,1.0 +1106,1106,02,num,two_rule_comb3,69.0,[1 3],1 3],1,1.0 +1106,1106,02,num,two_rule_comb3,70.0,[4 7],None,0,1.0 +1106,1106,02,num,two_rule_comb3,71.0,[7 2],7 2],1,1.0 +1106,1106,02,num,two_rule_comb3,72.0,[0 2],0 2],1,1.0 +1106,1106,02,num,two_rule_comb3,73.0,[6 1],6 1],1,1.0 +1106,1106,02,num,two_rule_comb3,74.0,[3 3],3 3],1,1.0 +1106,1106,02,num,two_rule_comb3,75.0,[8 4],8 4],1,1.0 +1106,1106,02,num,two_rule_comb3,76.0,[7 0],7 0],1,1.0 +1106,1106,02,num,two_rule_comb3,77.0,[0 8],8 3],0,1.0 +1106,1106,02,num,two_rule_comb3,78.0,[8 3],8 3],1,1.0 +1106,1106,02,num,two_rule_comb3,79.0,[4 2],4 2],1,1.0 +1106,1106,02,num,two_rule_comb3,80.0,[1 0],1 0],1,1.0 +1106,1106,02,num,two_rule_comb3,81.0,[3 0],3 0],1,1.0 +1106,1106,02,num,two_rule_comb3,82.0,[1 4],1 1],0,1.0 +1106,1106,02,num,two_rule_comb3,83.0,[0 4],0 4],1,1.0 +1106,1106,02,num,two_rule_comb3,84.0,[1 4],1 4],1,1.0 +1106,1106,02,num,two_rule_comb3,85.0,[6 9],9 6],0,1.0 +1106,1106,02,num,two_rule_comb3,86.0,[3 8],3 8],1,1.0 +1106,1106,02,num,two_rule_comb3,87.0,[9 5],5 1],0,1.0 +1106,1106,02,num,two_rule_comb3,88.0,[6 2],6 2],1,1.0 +1106,1106,02,num,two_rule_comb3,89.0,[2 1],1 0],0,1.0 +1106,1106,02,num,two_rule_comb3,90.0,[3 6],3 6],1,1.0 +1106,1106,02,num,two_rule_comb3,91.0,[5 4],None,0,1.0 +1106,1106,02,num,two_rule_comb3,92.0,[2 5],2 5],1,1.0 +1106,1106,02,num,two_rule_comb3,93.0,[2 6],2 6],1,1.0 +1106,1106,02,num,two_rule_comb3,94.0,[6 2],6 2],1,1.0 +1106,1106,02,num,two_rule_comb3,95.0,[7 8],7 8],1,1.0 +1106,1106,02,num,two_rule_comb3,96.0,[5 8],5 6],0,1.0 +1106,1106,02,num,two_rule_comb3,97.0,[8 9],8 9],1,1.0 +1106,1106,02,num,two_rule_comb3,98.0,[1 3],1 3],1,1.0 +1106,1106,02,num,two_rule_comb3,99.0,[4 9],None,0,1.0 +1106,1106,02,num,two_rule_comb4,0.0,[1 6],1 6],1,1.0 +1106,1106,02,num,two_rule_comb4,1.0,[5 7],5 1],0,1.0 +1106,1106,02,num,two_rule_comb4,2.0,[4 3],4 3],1,1.0 +1106,1106,02,num,two_rule_comb4,3.0,[3 1],3 4],0,1.0 +1106,1106,02,num,two_rule_comb4,4.0,[1 4],1 6],0,1.0 +1106,1106,02,num,two_rule_comb4,5.0,[9 1],9 1],1,1.0 +1106,1106,02,num,two_rule_comb4,6.0,[1 3],1 3],1,1.0 +1106,1106,02,num,two_rule_comb4,7.0,[3 4],3 4],1,1.0 +1106,1106,02,num,two_rule_comb4,8.0,[6 4],6 4],1,1.0 +1106,1106,02,num,two_rule_comb4,9.0,[2 4],2 5],0,1.0 +1106,1106,02,num,two_rule_comb4,10.0,[8 5],8 5],1,1.0 +1106,1106,02,num,two_rule_comb4,11.0,[0 1],0 1],1,1.0 +1106,1106,02,num,two_rule_comb4,12.0,[9 4],9 4],1,1.0 +1106,1106,02,num,two_rule_comb4,13.0,[9 0],9 0],1,1.0 +1106,1106,02,num,two_rule_comb4,14.0,[9 2],9 2],1,1.0 +1106,1106,02,num,two_rule_comb4,15.0,[6 6],6 6],1,1.0 +1106,1106,02,num,two_rule_comb4,16.0,[1 0],1 0,1,1.0 +1106,1106,02,num,two_rule_comb4,17.0,[5 9],6 9],0,1.0 +1106,1106,02,num,two_rule_comb4,18.0,[7 9],7 9],1,1.0 +1106,1106,02,num,two_rule_comb4,19.0,[2 3],2 3],1,1.0 +1106,1106,02,num,two_rule_comb4,20.0,[9 2],9 4],0,1.0 +1106,1106,02,num,two_rule_comb4,21.0,[4 1],4 1],1,1.0 +1106,1106,02,num,two_rule_comb4,22.0,[4 3],4 3],1,1.0 +1106,1106,02,num,two_rule_comb4,23.0,[1 3],1 7],0,1.0 +1106,1106,02,num,two_rule_comb4,24.0,[5 8],5 8],1,1.0 +1106,1106,02,num,two_rule_comb4,25.0,[5 3],4 3],0,1.0 +1106,1106,02,num,two_rule_comb4,26.0,[1 1],1 1],1,1.0 +1106,1106,02,num,two_rule_comb4,27.0,[8 4],8 4,1,1.0 +1106,1106,02,num,two_rule_comb4,28.0,[4 2],4 2],1,1.0 +1106,1106,02,num,two_rule_comb4,29.0,[4 1],4 1],1,1.0 +1106,1106,02,num,two_rule_comb4,30.0,[9 6],9 6,1,1.0 +1106,1106,02,num,two_rule_comb4,31.0,[0 7],0 3],0,1.0 +1106,1106,02,num,two_rule_comb4,32.0,[0 0],0 0],1,1.0 +1106,1106,02,num,two_rule_comb4,33.0,[5 0],5 6],0,1.0 +1106,1106,02,num,two_rule_comb4,34.0,[8 6],8 5],0,1.0 +1106,1106,02,num,two_rule_comb4,35.0,[5 7],5 4],0,1.0 +1106,1106,02,num,two_rule_comb4,36.0,[0 4],0 1],0,1.0 +1106,1106,02,num,two_rule_comb4,37.0,[9 4],9 7],0,1.0 +1106,1106,02,num,two_rule_comb4,38.0,[7 0],4 4],0,1.0 +1106,1106,02,num,two_rule_comb4,39.0,[0 4],0 4,1,1.0 +1106,1106,02,num,two_rule_comb4,40.0,[7 2],7 2],1,1.0 +1106,1106,02,num,two_rule_comb4,41.0,[3 9],3 5],0,1.0 +1106,1106,02,num,two_rule_comb4,42.0,[5 0],1 0],0,1.0 +1106,1106,02,num,two_rule_comb4,43.0,[9 5],9 5,1,1.0 +1106,1106,02,num,two_rule_comb4,44.0,[5 0],5 0],1,1.0 +1106,1106,02,num,two_rule_comb4,45.0,[1 3],1 0],0,1.0 +1106,1106,02,num,two_rule_comb4,46.0,[1 0],1 6],0,1.0 +1106,1106,02,num,two_rule_comb4,47.0,[2 4],5 4],0,1.0 +1106,1106,02,num,two_rule_comb4,48.0,[5 4],5 2],0,1.0 +1106,1106,02,num,two_rule_comb4,49.0,[6 3],6 2],0,1.0 +1106,1106,02,num,two_rule_comb4,50.0,[9 4],9 6],0,1.0 +1106,1106,02,num,two_rule_comb4,51.0,[6 5],6 5],1,1.0 +1106,1106,02,num,two_rule_comb4,52.0,[8 6],6 6],0,1.0 +1106,1106,02,num,two_rule_comb4,53.0,[7 2],None,0,1.0 +1106,1106,02,num,two_rule_comb4,54.0,[6 4],6 2],0,1.0 +1106,1106,02,num,two_rule_comb4,55.0,[7 3],None,0,1.0 +1106,1106,02,num,two_rule_comb4,56.0,[7 9],7 0,0,1.0 +1106,1106,02,num,two_rule_comb4,57.0,[8 1],8 1],1,1.0 +1106,1106,02,num,two_rule_comb4,58.0,[6 1],6 1],1,1.0 +1106,1106,02,num,two_rule_comb4,59.0,[8 8],8 8],1,1.0 +1106,1106,02,num,two_rule_comb4,60.0,[1 5],1 3,0,1.0 +1106,1106,02,num,two_rule_comb4,61.0,[8 5],8 5],1,1.0 +1106,1106,02,num,two_rule_comb4,62.0,[9 3],None,0,1.0 +1106,1106,02,num,two_rule_comb4,63.0,[0 2],0 16],0,1.0 +1106,1106,02,num,two_rule_comb4,64.0,[0 2],0 4],0,1.0 +1106,1106,02,num,two_rule_comb4,65.0,[2 7],6 5],0,1.0 +1106,1106,02,num,two_rule_comb4,66.0,[2 7],2 7],1,1.0 +1106,1106,02,num,two_rule_comb4,67.0,[6 4],6 4],1,1.0 +1106,1106,02,num,two_rule_comb4,68.0,[3 7],3 7],1,1.0 +1106,1106,02,num,two_rule_comb4,69.0,[1 5],1 5],1,1.0 +1106,1106,02,num,two_rule_comb4,70.0,[1 1],1 1],1,1.0 +1106,1106,02,num,two_rule_comb4,71.0,[0 1],0 1],1,1.0 +1106,1106,02,num,two_rule_comb4,72.0,[4 9],4 5],0,1.0 +1106,1106,02,num,two_rule_comb4,73.0,[5 3],5 6,0,1.0 +1106,1106,02,num,two_rule_comb4,74.0,[0 0],0 0],1,1.0 +1106,1106,02,num,two_rule_comb4,75.0,[3 0],3 0],1,1.0 +1106,1106,02,num,two_rule_comb4,76.0,[1 3],1 5],0,1.0 +1106,1106,02,num,two_rule_comb4,77.0,[3 9],3 6,0,1.0 +1106,1106,02,num,two_rule_comb4,78.0,[7 5],7 5],1,1.0 +1106,1106,02,num,two_rule_comb4,79.0,[5 6],5 6],1,1.0 +1106,1106,02,num,two_rule_comb4,80.0,[4 6],None,0,1.0 +1106,1106,02,num,two_rule_comb4,81.0,[4 8],None,0,1.0 +1106,1106,02,num,two_rule_comb4,82.0,[3 2],3 7,0,1.0 +1106,1106,02,num,two_rule_comb4,83.0,[0 2],0 2],1,1.0 +1106,1106,02,num,two_rule_comb4,84.0,[7 0],7 5],0,1.0 +1106,1106,02,num,two_rule_comb4,85.0,[5 1],3 1],0,1.0 +1106,1106,02,num,two_rule_comb4,86.0,[7 8],6 8],0,1.0 +1106,1106,02,num,two_rule_comb4,87.0,[0 5],0 2],0,1.0 +1106,1106,02,num,two_rule_comb4,88.0,[7 4],7 4],1,1.0 +1106,1106,02,num,two_rule_comb4,89.0,[9 9],9 7,0,1.0 +1106,1106,02,num,two_rule_comb4,90.0,[8 0],8 0],1,1.0 +1106,1106,02,num,two_rule_comb4,91.0,[2 1],2 1],1,1.0 +1106,1106,02,num,two_rule_comb4,92.0,[4 5],4 4],0,1.0 +1106,1106,02,num,two_rule_comb4,93.0,[4 5],None,0,1.0 +1106,1106,02,num,two_rule_comb4,94.0,[6 0],None,0,1.0 +1106,1106,02,num,two_rule_comb4,95.0,[3 5],3 5],1,1.0 +1106,1106,02,num,two_rule_comb4,96.0,[7 1],7 1],1,1.0 +1106,1106,02,num,two_rule_comb4,97.0,[4 9],None,0,1.0 +1106,1106,02,num,two_rule_comb4,98.0,[0 9],1 9],0,1.0 +1106,1106,02,num,two_rule_comb4,99.0,[1 6],1 6],1,1.0 +1106,1106,02,num,two_rule_comb5,0.0,[2 0],2 0],1,1.0 +1106,1106,02,num,two_rule_comb5,1.0,[4 4],4 4],1,1.0 +1106,1106,02,num,two_rule_comb5,2.0,[9 9],9 9],1,1.0 +1106,1106,02,num,two_rule_comb5,3.0,[4 5],4 5],1,1.0 +1106,1106,02,num,two_rule_comb5,4.0,[9 4],9 4],1,1.0 +1106,1106,02,num,two_rule_comb5,5.0,[0 1],0 1,1,1.0 +1106,1106,02,num,two_rule_comb5,6.0,[9 1],9 1],1,1.0 +1106,1106,02,num,two_rule_comb5,7.0,[2 3],2 3],1,1.0 +1106,1106,02,num,two_rule_comb5,8.0,[4 0],4 0],1,1.0 +1106,1106,02,num,two_rule_comb5,9.0,[3 4],3 4],1,1.0 +1106,1106,02,num,two_rule_comb5,10.0,[9 0],9 0],1,1.0 +1106,1106,02,num,two_rule_comb5,11.0,[4 8],4 8],1,1.0 +1106,1106,02,num,two_rule_comb5,12.0,[9 6],9 6],1,1.0 +1106,1106,02,num,two_rule_comb5,13.0,[3 6],3 6],1,1.0 +1106,1106,02,num,two_rule_comb5,14.0,[5 8],5 8],1,1.0 +1106,1106,02,num,two_rule_comb5,15.0,[6 1],6 1],1,1.0 +1106,1106,02,num,two_rule_comb5,16.0,[1 9],1 9],1,1.0 +1106,1106,02,num,two_rule_comb5,17.0,[6 4],6 4],1,1.0 +1106,1106,02,num,two_rule_comb5,18.0,[1 0],1 0,1,1.0 +1106,1106,02,num,two_rule_comb5,19.0,[7 9],7 9],1,1.0 +1106,1106,02,num,two_rule_comb5,20.0,[1 9],1 9],1,1.0 +1106,1106,02,num,two_rule_comb5,21.0,[8 5],8 5],1,1.0 +1106,1106,02,num,two_rule_comb5,22.0,[9 6],9 6],1,1.0 +1106,1106,02,num,two_rule_comb5,23.0,[6 0],6 0],1,1.0 +1106,1106,02,num,two_rule_comb5,24.0,[9 3],9 3],1,1.0 +1106,1106,02,num,two_rule_comb5,25.0,[9 8],9 8],1,1.0 +1106,1106,02,num,two_rule_comb5,26.0,[1 5],1 5],1,1.0 +1106,1106,02,num,two_rule_comb5,27.0,[2 6],2 6],1,1.0 +1106,1106,02,num,two_rule_comb5,28.0,[9 8],9 8],1,1.0 +1106,1106,02,num,two_rule_comb5,29.0,[8 7],8 7],1,1.0 +1106,1106,02,num,two_rule_comb5,30.0,[7 4],7 4],1,1.0 +1106,1106,02,num,two_rule_comb5,31.0,[5 3],5 3],1,1.0 +1106,1106,02,num,two_rule_comb5,32.0,[1 8],1 8,1,1.0 +1106,1106,02,num,two_rule_comb5,33.0,[9 0],9 0,1,1.0 +1106,1106,02,num,two_rule_comb5,34.0,[8 4],8 4],1,1.0 +1106,1106,02,num,two_rule_comb5,35.0,[0 0],0 0],1,1.0 +1106,1106,02,num,two_rule_comb5,36.0,[3 1],3 1],1,1.0 +1106,1106,02,num,two_rule_comb5,37.0,[5 6],5 6],1,1.0 +1106,1106,02,num,two_rule_comb5,38.0,[4 3],4 3],1,1.0 +1106,1106,02,num,two_rule_comb5,39.0,[7 5],7 5],1,1.0 +1106,1106,02,num,two_rule_comb5,40.0,[0 9],0 9],1,1.0 +1106,1106,02,num,two_rule_comb5,41.0,[9 5],9 5],1,1.0 +1106,1106,02,num,two_rule_comb5,42.0,[0 4],0 4],1,1.0 +1106,1106,02,num,two_rule_comb5,43.0,[5 9],5 9],1,1.0 +1106,1106,02,num,two_rule_comb5,44.0,[2 1],2 1],1,1.0 +1106,1106,02,num,two_rule_comb5,45.0,[2 1],2 1],1,1.0 +1106,1106,02,num,two_rule_comb5,46.0,[3 9],3 9],1,1.0 +1106,1106,02,num,two_rule_comb5,47.0,[5 7],5 7],1,1.0 +1106,1106,02,num,two_rule_comb5,48.0,[3 8],3 8],1,1.0 +1106,1106,02,num,two_rule_comb5,49.0,[0 8],0 8],1,1.0 +1106,1106,02,num,two_rule_comb5,50.0,[3 5],3 5],1,1.0 +1106,1106,02,num,two_rule_comb5,51.0,[1 7],1 7],1,1.0 +1106,1106,02,num,two_rule_comb5,52.0,[4 9],None,0,1.0 +1106,1106,02,num,two_rule_comb5,53.0,[4 2],4 2],1,1.0 +1106,1106,02,num,two_rule_comb5,54.0,[0 9],0 9],1,1.0 +1106,1106,02,num,two_rule_comb5,55.0,[1 0],1 0,1,1.0 +1106,1106,02,num,two_rule_comb5,56.0,[9 5],9 5],1,1.0 +1106,1106,02,num,two_rule_comb5,57.0,[5 5],5 5],1,1.0 +1106,1106,02,num,two_rule_comb5,58.0,[0 5],4 1],0,1.0 +1106,1106,02,num,two_rule_comb5,59.0,[6 2],6 2,1,1.0 +1106,1106,02,num,two_rule_comb5,60.0,[6 5],6 5],1,1.0 +1106,1106,02,num,two_rule_comb5,61.0,[8 6],8 6],1,1.0 +1106,1106,02,num,two_rule_comb5,62.0,[4 6],None,0,1.0 +1106,1106,02,num,two_rule_comb5,63.0,[3 8],3 8,1,1.0 +1106,1106,02,num,two_rule_comb5,64.0,[8 0],8 0],1,1.0 +1106,1106,02,num,two_rule_comb5,65.0,[6 5],6 5],1,1.0 +1106,1106,02,num,two_rule_comb5,66.0,[0 7],0 7],1,1.0 +1106,1106,02,num,two_rule_comb5,67.0,[2 5],2 5],1,1.0 +1106,1106,02,num,two_rule_comb5,68.0,[4 0],4 0],1,1.0 +1106,1106,02,num,two_rule_comb5,69.0,[9 2],9 2,1,1.0 +1106,1106,02,num,two_rule_comb5,70.0,[7 0],7 0],1,1.0 +1106,1106,02,num,two_rule_comb5,71.0,[6 0],6 0],1,1.0 +1106,1106,02,num,two_rule_comb5,72.0,[8 0],8 0,1,1.0 +1106,1106,02,num,two_rule_comb5,73.0,[5 0],5 0,1,1.0 +1106,1106,02,num,two_rule_comb5,74.0,[4 9],None,0,1.0 +1106,1106,02,num,two_rule_comb5,75.0,[1 4],1 4],1,1.0 +1106,1106,02,num,two_rule_comb5,76.0,[9 0],9 0,1,1.0 +1106,1106,02,num,two_rule_comb5,77.0,[4 8],None,0,1.0 +1106,1106,02,num,two_rule_comb5,78.0,[4 1],4 1],1,1.0 +1106,1106,02,num,two_rule_comb5,79.0,[7 5],7 5],1,1.0 +1106,1106,02,num,two_rule_comb5,80.0,[4 3],4 3],1,1.0 +1106,1106,02,num,two_rule_comb5,81.0,[5 1],5 1],1,1.0 +1106,1106,02,num,two_rule_comb5,82.0,[5 1],5 1],1,1.0 +1106,1106,02,num,two_rule_comb5,83.0,[0 8],0 8],1,1.0 +1106,1106,02,num,two_rule_comb5,84.0,[2 8],2 8],1,1.0 +1106,1106,02,num,two_rule_comb5,85.0,[7 2],7 2],1,1.0 +1106,1106,02,num,two_rule_comb5,86.0,[3 9],3 9],1,1.0 +1106,1106,02,num,two_rule_comb5,87.0,[7 3],None,0,1.0 +1106,1106,02,num,two_rule_comb5,88.0,[1 6],1 6],1,1.0 +1106,1106,02,num,two_rule_comb5,89.0,[4 0],4 0],1,1.0 +1106,1106,02,num,two_rule_comb5,90.0,[4 9],None,0,1.0 +1106,1106,02,num,two_rule_comb5,91.0,[8 4],8 4],1,1.0 +1106,1106,02,num,two_rule_comb5,92.0,[4 4],4 4],1,1.0 +1106,1106,02,num,two_rule_comb5,93.0,[1 5],1 5],1,1.0 +1106,1106,02,num,two_rule_comb5,94.0,[1 8],1 8],1,1.0 +1106,1106,02,num,two_rule_comb5,95.0,[6 7],6 7],1,1.0 +1106,1106,02,num,two_rule_comb5,96.0,[1 1],1 1,1,1.0 +1106,1106,02,num,two_rule_comb5,97.0,[9 7],9 7],1,1.0 +1106,1106,02,num,two_rule_comb5,98.0,[6 8],6 8],1,1.0 +1106,1106,02,num,two_rule_comb5,99.0,[0 8],0 8],1,1.0 +1106,1106,02,num,three_rule_comb0,0.0,[1 8 8],1 8 8,1,1.0 +1106,1106,02,num,three_rule_comb0,1.0,[3 0 0],3 0 0],1,1.0 +1106,1106,02,num,three_rule_comb0,2.0,[2 9 0],2 9 0,1,1.0 +1106,1106,02,num,three_rule_comb0,3.0,[9 7 2],9 7 2,1,1.0 +1106,1106,02,num,three_rule_comb0,4.0,[8 0 5],8 0 5],1,1.0 +1106,1106,02,num,three_rule_comb0,5.0,[6 0 9],6 0 9,1,1.0 +1106,1106,02,num,three_rule_comb0,6.0,[4 9 8],4 9 8,1,1.0 +1106,1106,02,num,three_rule_comb0,7.0,[8 7 1],8 7 1,1,1.0 +1106,1106,02,num,three_rule_comb0,8.0,[2 5 3],2 5 3,1,1.0 +1106,1106,02,num,three_rule_comb0,9.0,[8 9 4],8 9 4],1,1.0 +1106,1106,02,num,three_rule_comb0,10.0,[1 5 7],1 5 7,1,1.0 +1106,1106,02,num,three_rule_comb0,11.0,[9 1 3],9 1 3,1,1.0 +1106,1106,02,num,three_rule_comb0,12.0,[1 5 4],1 5 4],1,1.0 +1106,1106,02,num,three_rule_comb0,13.0,[7 7 9],7 7 9,1,1.0 +1106,1106,02,num,three_rule_comb0,14.0,[4 9 5],4 9 5,1,1.0 +1106,1106,02,num,three_rule_comb0,15.0,[4 7 2],4 7 2,1,1.0 +1106,1106,02,num,three_rule_comb0,16.0,[6 3 1],6 3 1,1,1.0 +1106,1106,02,num,three_rule_comb0,17.0,[8 2 4],8 2 4,1,1.0 +1106,1106,02,num,three_rule_comb0,18.0,[5 7 7],5 7 7],1,1.0 +1106,1106,02,num,three_rule_comb0,19.0,[5 6 3],5 6 3],1,1.0 +1106,1106,02,num,three_rule_comb0,20.0,[2 2 4],2 2 4,1,1.0 +1106,1106,02,num,three_rule_comb0,21.0,[7 1 0],7 1 0,1,1.0 +1106,1106,02,num,three_rule_comb0,22.0,[8 1 1],8 1 1],1,1.0 +1106,1106,02,num,three_rule_comb0,23.0,[2 1 3],2 1 3,1,1.0 +1106,1106,02,num,three_rule_comb0,24.0,[6 7 1],6 7 1,1,1.0 +1106,1106,02,num,three_rule_comb0,25.0,[1 4 3],1 4 3,1,1.0 +1106,1106,02,num,three_rule_comb0,26.0,[8 9 6],8 9 6,1,1.0 +1106,1106,02,num,three_rule_comb0,27.0,[4 3 3],4 3 3,1,1.0 +1106,1106,02,num,three_rule_comb0,28.0,[8 4 1],8 4 1,1,1.0 +1106,1106,02,num,three_rule_comb0,29.0,[2 0 4],2 0 4,1,1.0 +1106,1106,02,num,three_rule_comb0,30.0,[6 7 3],6 7 3,1,1.0 +1106,1106,02,num,three_rule_comb0,31.0,[1 1 8],1 1 8,1,1.0 +1106,1106,02,num,three_rule_comb0,32.0,[4 8 8],4 8 8,1,1.0 +1106,1106,02,num,three_rule_comb0,33.0,[0 5 5],0 5 5,1,1.0 +1106,1106,02,num,three_rule_comb0,34.0,[1 8 0],1 8 0],1,1.0 +1106,1106,02,num,three_rule_comb0,35.0,[5 8 0],5 8 0],1,1.0 +1106,1106,02,num,three_rule_comb0,36.0,[1 4 8],1 4 8,1,1.0 +1106,1106,02,num,three_rule_comb0,37.0,[1 6 4],1 6 4,1,1.0 +1106,1106,02,num,three_rule_comb0,38.0,[8 7 9],8 7 9],1,1.0 +1106,1106,02,num,three_rule_comb0,39.0,[8 8 1],8 8 1,1,1.0 +1106,1106,02,num,three_rule_comb0,40.0,[9 4 4],9 4 4],1,1.0 +1106,1106,02,num,three_rule_comb0,41.0,[0 1 7],0 1 7,1,1.0 +1106,1106,02,num,three_rule_comb0,42.0,[7 0 6],7 0 6,1,1.0 +1106,1106,02,num,three_rule_comb0,43.0,[3 0 3],3 0 3,1,1.0 +1106,1106,02,num,three_rule_comb0,44.0,[9 1 0],9 1 0],1,1.0 +1106,1106,02,num,three_rule_comb0,45.0,[8 7 2],8 7 2],1,1.0 +1106,1106,02,num,three_rule_comb0,46.0,[2 6 6],2 6 6,1,1.0 +1106,1106,02,num,three_rule_comb0,47.0,[7 2 7],7 2 7,1,1.0 +1106,1106,02,num,three_rule_comb0,48.0,[8 3 5],8 3 5,1,1.0 +1106,1106,02,num,three_rule_comb0,49.0,[4 4 9],4 4 9],1,1.0 +1106,1106,02,num,three_rule_comb0,50.0,[8 3 7],8 3 7,1,1.0 +1106,1106,02,num,three_rule_comb0,51.0,[2 1 7],2 1 7,1,1.0 +1106,1106,02,num,three_rule_comb0,52.0,[9 5 5],9 5 5],1,1.0 +1106,1106,02,num,three_rule_comb0,53.0,[8 3 7],8 3 7,1,1.0 +1106,1106,02,num,three_rule_comb0,54.0,[4 9 1],4 9 1,1,1.0 +1106,1106,02,num,three_rule_comb0,55.0,[7 4 6],7 4 6,1,1.0 +1106,1106,02,num,three_rule_comb0,56.0,[7 3 7],7 3 7,1,1.0 +1106,1106,02,num,three_rule_comb0,57.0,[0 4 9],0 4 9,1,1.0 +1106,1106,02,num,three_rule_comb0,58.0,[2 1 9],2 1 9],1,1.0 +1106,1106,02,num,three_rule_comb0,59.0,[3 2 6],3 2 6,1,1.0 +1106,1106,02,num,three_rule_comb0,60.0,[2 5 1],2 5 1,1,1.0 +1106,1106,02,num,three_rule_comb0,61.0,[3 1 0],3 1 0],1,1.0 +1106,1106,02,num,three_rule_comb0,62.0,[9 8 5],9 8 5],1,1.0 +1106,1106,02,num,three_rule_comb0,63.0,[5 6 3],5 6 3,1,1.0 +1106,1106,02,num,three_rule_comb0,64.0,[3 5 5],3 5 5,1,1.0 +1106,1106,02,num,three_rule_comb0,65.0,[1 0 6],1 0 6,1,1.0 +1106,1106,02,num,three_rule_comb0,66.0,[0 8 2],0 8 2,1,1.0 +1106,1106,02,num,three_rule_comb0,67.0,[8 3 9],8 3 9],1,1.0 +1106,1106,02,num,three_rule_comb0,68.0,[7 5 4],7 5 4,1,1.0 +1106,1106,02,num,three_rule_comb0,69.0,[2 1 7],2 1 7,1,1.0 +1106,1106,02,num,three_rule_comb0,70.0,[8 8 3],8 8 3,1,1.0 +1106,1106,02,num,three_rule_comb0,71.0,[7 8 6],7 8 6,1,1.0 +1106,1106,02,num,three_rule_comb0,72.0,[5 5 6],5 5 6,1,1.0 +1106,1106,02,num,three_rule_comb0,73.0,[1 2 8],1 2 8,1,1.0 +1106,1106,02,num,three_rule_comb0,74.0,[1 0 7],1 0 7],1,1.0 +1106,1106,02,num,three_rule_comb0,75.0,[6 9 3],6 9 3,1,1.0 +1106,1106,02,num,three_rule_comb0,76.0,[4 2 6],4 2 6,1,1.0 +1106,1106,02,num,three_rule_comb0,77.0,[4 6 7],4 6 7],1,1.0 +1106,1106,02,num,three_rule_comb0,78.0,[2 7 9],2 7 9,1,1.0 +1106,1106,02,num,three_rule_comb0,79.0,[6 9 2],6 9 2,1,1.0 +1106,1106,02,num,three_rule_comb0,80.0,[1 3 7],1 3 7,1,1.0 +1106,1106,02,num,three_rule_comb0,81.0,[8 2 3],8 2 3,1,1.0 +1106,1106,02,num,three_rule_comb0,82.0,[2 4 9],2 4 9,1,1.0 +1106,1106,02,num,three_rule_comb0,83.0,[6 9 7],6 9 7,1,1.0 +1106,1106,02,num,three_rule_comb0,84.0,[8 7 5],8 7 5,1,1.0 +1106,1106,02,num,three_rule_comb0,85.0,[8 9 7],8 9 7],1,1.0 +1106,1106,02,num,three_rule_comb0,86.0,[6 7 7],6 7 7],1,1.0 +1106,1106,02,num,three_rule_comb0,87.0,[6 1 9],6 1 9,1,1.0 +1106,1106,02,num,three_rule_comb0,88.0,[1 3 7],1 3 7],1,1.0 +1106,1106,02,num,three_rule_comb0,89.0,[2 1 9],2 1 9],1,1.0 +1106,1106,02,num,three_rule_comb0,90.0,[2 0 7],2 0 7,1,1.0 +1106,1106,02,num,three_rule_comb0,91.0,[4 0 4],4 0 4,1,1.0 +1106,1106,02,num,three_rule_comb0,92.0,[5 4 1],5 4 1,1,1.0 +1106,1106,02,num,three_rule_comb0,93.0,[0 8 2],0 8 2,1,1.0 +1106,1106,02,num,three_rule_comb0,94.0,[0 3 5],0 3 5,1,1.0 +1106,1106,02,num,three_rule_comb0,95.0,[7 9 2],7 9 2,1,1.0 +1106,1106,02,num,three_rule_comb0,96.0,[9 7 7],9 7 7,1,1.0 +1106,1106,02,num,three_rule_comb0,97.0,[2 1 8],2 1 8],1,1.0 +1106,1106,02,num,three_rule_comb0,98.0,[4 7 9],4 7 9,1,1.0 +1106,1106,02,num,three_rule_comb0,99.0,[5 8 1],5 8 1],1,1.0 +1106,1106,02,num,three_rule_comb1,0.0,[6 9 0],6 9 0,1,1.0 +1106,1106,02,num,three_rule_comb1,1.0,[8 9 9],1 9 9],0,1.0 +1106,1106,02,num,three_rule_comb1,2.0,[3 3 2],1 3 2],0,1.0 +1106,1106,02,num,three_rule_comb1,3.0,[6 4 8],6 4 8,1,1.0 +1106,1106,02,num,three_rule_comb1,4.0,[2 2 3],2 2 3,1,1.0 +1106,1106,02,num,three_rule_comb1,5.0,[2 3 5],2 2 5,0,1.0 +1106,1106,02,num,three_rule_comb1,6.0,[6 4 4],6 4 5,0,1.0 +1106,1106,02,num,three_rule_comb1,7.0,[5 7 6],5 7 5],0,1.0 +1106,1106,02,num,three_rule_comb1,8.0,[2 4 7],2 4 7],1,1.0 +1106,1106,02,num,three_rule_comb1,9.0,[7 7 8],7 4 8,0,1.0 +1106,1106,02,num,three_rule_comb1,10.0,[1 9 1],1 9 1,1,1.0 +1106,1106,02,num,three_rule_comb1,11.0,[3 5 5],3 5 3],0,1.0 +1106,1106,02,num,three_rule_comb1,12.0,[7 7 6],7 4 6],0,1.0 +1106,1106,02,num,three_rule_comb1,13.0,[8 3 2],8 3 2,1,1.0 +1106,1106,02,num,three_rule_comb1,14.0,[8 9 3],8 9 3,1,1.0 +1106,1106,02,num,three_rule_comb1,15.0,[0 3 0],0 3 0,1,1.0 +1106,1106,02,num,three_rule_comb1,16.0,[4 6 0],4 3 0,0,1.0 +1106,1106,02,num,three_rule_comb1,17.0,[2 7 0],2 7 0,1,1.0 +1106,1106,02,num,three_rule_comb1,18.0,[3 3 5],3 3 5],1,1.0 +1106,1106,02,num,three_rule_comb1,19.0,[7 4 9],7 4 9,1,1.0 +1106,1106,02,num,three_rule_comb1,20.0,[4 1 0],4 1 1,0,1.0 +1106,1106,02,num,three_rule_comb1,21.0,[9 1 6],0 1 6,0,1.0 +1106,1106,02,num,three_rule_comb1,22.0,[5 5 7],5 5 1],0,1.0 +1106,1106,02,num,three_rule_comb1,23.0,[1 8 9],1 7 9,0,1.0 +1106,1106,02,num,three_rule_comb1,24.0,[9 4 3],9 4 6],0,1.0 +1106,1106,02,num,three_rule_comb1,25.0,[8 4 6],8 4 5,0,1.0 +1106,1106,02,num,three_rule_comb1,26.0,[8 7 1],8 7 1],1,1.0 +1106,1106,02,num,three_rule_comb1,27.0,[9 9 5],9 9 2],0,1.0 +1106,1106,02,num,three_rule_comb1,28.0,[0 2 8],0 2 5,0,1.0 +1106,1106,02,num,three_rule_comb1,29.0,[8 6 2],3 6 2,0,1.0 +1106,1106,02,num,three_rule_comb1,30.0,[6 0 0],6 0 0,1,1.0 +1106,1106,02,num,three_rule_comb1,31.0,[3 9 8],6 9 8],0,1.0 +1106,1106,02,num,three_rule_comb1,32.0,[1 2 0],1 5 0,0,1.0 +1106,1106,02,num,three_rule_comb1,33.0,[2 6 1],2 8 1,0,1.0 +1106,1106,02,num,three_rule_comb1,34.0,[4 4 2],4 4 2,1,1.0 +1106,1106,02,num,three_rule_comb1,35.0,[8 1 2],8 1 2],1,1.0 +1106,1106,02,num,three_rule_comb1,36.0,[4 8 2],6 8 2,0,1.0 +1106,1106,02,num,three_rule_comb1,37.0,[5 5 6],5 6 6],0,1.0 +1106,1106,02,num,three_rule_comb1,38.0,[8 8 2],8 8 0,0,1.0 +1106,1106,02,num,three_rule_comb1,39.0,[9 2 5],9 2 5,1,1.0 +1106,1106,02,num,three_rule_comb1,40.0,[3 2 0],5 2 0,0,1.0 +1106,1106,02,num,three_rule_comb1,41.0,[5 2 5],5 0 5,0,1.0 +1106,1106,02,num,three_rule_comb1,42.0,[5 6 0],5 6 0,1,1.0 +1106,1106,02,num,three_rule_comb1,43.0,[7 1 3],7 1 3],1,1.0 +1106,1106,02,num,three_rule_comb1,44.0,[2 6 5],3 6 5,0,1.0 +1106,1106,02,num,three_rule_comb1,45.0,[5 9 9],5 9 9,1,1.0 +1106,1106,02,num,three_rule_comb1,46.0,[6 5 8],6 5 8,1,1.0 +1106,1106,02,num,three_rule_comb1,47.0,[8 7 0],8 1 0,0,1.0 +1106,1106,02,num,three_rule_comb1,48.0,[1 6 2],1 2 2,0,1.0 +1106,1106,02,num,three_rule_comb1,49.0,[7 2 5],1 2 5],0,1.0 +1106,1106,02,num,three_rule_comb1,50.0,[5 1 3],5 1 3,1,1.0 +1106,1106,02,num,three_rule_comb1,51.0,[6 0 0],6 5 0,0,1.0 +1106,1106,02,num,three_rule_comb1,52.0,[9 7 5],6 7 5,0,1.0 +1106,1106,02,num,three_rule_comb1,53.0,[6 9 6],4 9 6],0,1.0 +1106,1106,02,num,three_rule_comb1,54.0,[4 6 5],2 6 5],0,1.0 +1106,1106,02,num,three_rule_comb1,55.0,[5 9 3],5 9 3,1,1.0 +1106,1106,02,num,three_rule_comb1,56.0,[7 7 4],7 7 2,0,1.0 +1106,1106,02,num,three_rule_comb1,57.0,[9 4 9],8 4 9],0,1.0 +1106,1106,02,num,three_rule_comb1,58.0,[9 5 0],9 5 0,1,1.0 +1106,1106,02,num,three_rule_comb1,59.0,[5 0 1],5 0 1,1,1.0 +1106,1106,02,num,three_rule_comb1,60.0,[8 4 3],8 4 3,1,1.0 +1106,1106,02,num,three_rule_comb1,61.0,[5 8 3],5 8 7,0,1.0 +1106,1106,02,num,three_rule_comb1,62.0,[4 0 4],4 1 4],0,1.0 +1106,1106,02,num,three_rule_comb1,63.0,[9 8 2],9 8 2],1,1.0 +1106,1106,02,num,three_rule_comb1,64.0,[6 9 7],5 9 7,0,1.0 +1106,1106,02,num,three_rule_comb1,65.0,[5 6 0],5 6 0],1,1.0 +1106,1106,02,num,three_rule_comb1,66.0,[2 2 7],2 4 7,0,1.0 +1106,1106,02,num,three_rule_comb1,67.0,[1 4 5],1 4 5,1,1.0 +1106,1106,02,num,three_rule_comb1,68.0,[2 1 0],2 1 0,1,1.0 +1106,1106,02,num,three_rule_comb1,69.0,[6 3 9],2 3 9],0,1.0 +1106,1106,02,num,three_rule_comb1,70.0,[1 3 2],1 1 2,0,1.0 +1106,1106,02,num,three_rule_comb1,71.0,[0 1 1],0 2 1,0,1.0 +1106,1106,02,num,three_rule_comb1,72.0,[3 2 5],1 2 5],0,1.0 +1106,1106,02,num,three_rule_comb1,73.0,[5 0 0],5 0 8,0,1.0 +1106,1106,02,num,three_rule_comb1,74.0,[9 0 8],9 6 8,0,1.0 +1106,1106,02,num,three_rule_comb1,75.0,[9 2 0],1 2 0],0,1.0 +1106,1106,02,num,three_rule_comb1,76.0,[7 0 0],7 0 9,0,1.0 +1106,1106,02,num,three_rule_comb1,77.0,[3 1 8],3 1 8,1,1.0 +1106,1106,02,num,three_rule_comb1,78.0,[9 9 3],9 9 3,1,1.0 +1106,1106,02,num,three_rule_comb1,79.0,[2 3 4],2 2 4,0,1.0 +1106,1106,02,num,three_rule_comb1,80.0,[7 5 3],2 5 3,0,1.0 +1106,1106,02,num,three_rule_comb1,81.0,[9 7 3],None,0,1.0 +1106,1106,02,num,three_rule_comb1,82.0,[0 3 8],0 3 5,0,1.0 +1106,1106,02,num,three_rule_comb1,83.0,[5 0 1],5 0 1,1,1.0 +1106,1106,02,num,three_rule_comb1,84.0,[4 8 7],4 2 7,0,1.0 +1106,1106,02,num,three_rule_comb1,85.0,[8 1 2],8 1 4,0,1.0 +1106,1106,02,num,three_rule_comb1,86.0,[8 5 7],8 5 9],0,1.0 +1106,1106,02,num,three_rule_comb1,87.0,[1 0 7],1 0 7,1,1.0 +1106,1106,02,num,three_rule_comb1,88.0,[3 4 8],3 4 8,1,1.0 +1106,1106,02,num,three_rule_comb1,89.0,[9 7 4],9 5 4,0,1.0 +1106,1106,02,num,three_rule_comb1,90.0,[4 1 8],4 1 1],0,1.0 +1106,1106,02,num,three_rule_comb1,91.0,[1 1 3],1 3 3,0,1.0 +1106,1106,02,num,three_rule_comb1,92.0,[9 6 9],9 6 9,1,1.0 +1106,1106,02,num,three_rule_comb1,93.0,[3 8 1],3 8 1,1,1.0 +1106,1106,02,num,three_rule_comb1,94.0,[3 8 0],3 0 0,0,1.0 +1106,1106,02,num,three_rule_comb1,95.0,[1 5 5],3 5 5,0,1.0 +1106,1106,02,num,three_rule_comb1,96.0,[5 1 7],5 1 7,1,1.0 +1106,1106,02,num,three_rule_comb1,97.0,[3 5 5],5 5 5],0,1.0 +1106,1106,02,num,three_rule_comb1,98.0,[6 9 4],1 9 4],0,1.0 +1106,1106,02,num,three_rule_comb1,99.0,[7 5 7],7 5 7,1,1.0 +1106,1106,02,num,three_rule_comb2,0.0,[0 0 1],0 0 1,1,1.0 +1106,1106,02,num,three_rule_comb2,1.0,[1 1 9],1 1 9,1,1.0 +1106,1106,02,num,three_rule_comb2,2.0,[8 5 6],8 5 6,1,1.0 +1106,1106,02,num,three_rule_comb2,3.0,[2 8 8],2 8 8],1,1.0 +1106,1106,02,num,three_rule_comb2,4.0,[9 3 1],9 3 1],1,1.0 +1106,1106,02,num,three_rule_comb2,5.0,[2 3 2],2 3 2,1,1.0 +1106,1106,02,num,three_rule_comb2,6.0,[4 5 3],4 5 3,1,1.0 +1106,1106,02,num,three_rule_comb2,7.0,[7 4 9],7 4 9,1,1.0 +1106,1106,02,num,three_rule_comb2,8.0,[3 8 8],3 8 8,1,1.0 +1106,1106,02,num,three_rule_comb2,9.0,[1 8 5],1 8 5,1,1.0 +1106,1106,02,num,three_rule_comb2,10.0,[1 5 9],1 5 9,1,1.0 +1106,1106,02,num,three_rule_comb2,11.0,[5 9 0],5 9 0,1,1.0 +1106,1106,02,num,three_rule_comb2,12.0,[6 2 7],6 2 7,1,1.0 +1106,1106,02,num,three_rule_comb2,13.0,[5 2 7],5 2 7,1,1.0 +1106,1106,02,num,three_rule_comb2,14.0,[2 7 8],2 7 8,1,1.0 +1106,1106,02,num,three_rule_comb2,15.0,[9 5 2],9 5 2],1,1.0 +1106,1106,02,num,three_rule_comb2,16.0,[3 5 1],3 5 1,1,1.0 +1106,1106,02,num,three_rule_comb2,17.0,[3 0 3],3 0 3,1,1.0 +1106,1106,02,num,three_rule_comb2,18.0,[6 3 9],6 3 9,1,1.0 +1106,1106,02,num,three_rule_comb2,19.0,[4 7 4],4 7 4,1,1.0 +1106,1106,02,num,three_rule_comb2,20.0,[1 9 9],1 9 9,1,1.0 +1106,1106,02,num,three_rule_comb2,21.0,[5 5 3],5 5 3,1,1.0 +1106,1106,02,num,three_rule_comb2,22.0,[7 0 1],7 0 1,1,1.0 +1106,1106,02,num,three_rule_comb2,23.0,[2 1 8],2 1 8,1,1.0 +1106,1106,02,num,three_rule_comb2,24.0,[0 9 5],0 9 5,1,1.0 +1106,1106,02,num,three_rule_comb2,25.0,[6 8 4],6 8 4,1,1.0 +1106,1106,02,num,three_rule_comb2,26.0,[2 3 7],2 3 7,1,1.0 +1106,1106,02,num,three_rule_comb2,27.0,[1 5 2],1 5 2,1,1.0 +1106,1106,02,num,three_rule_comb2,28.0,[1 0 7],1 0 7,1,1.0 +1106,1106,02,num,three_rule_comb2,29.0,[6 5 1],6 5 1,1,1.0 +1106,1106,02,num,three_rule_comb2,30.0,[2 5 8],2 5 8,1,1.0 +1106,1106,02,num,three_rule_comb2,31.0,[1 0 1],1 0 1,1,1.0 +1106,1106,02,num,three_rule_comb2,32.0,[3 4 5],3 4 5,1,1.0 +1106,1106,02,num,three_rule_comb2,33.0,[6 7 2],6 7 2],1,1.0 +1106,1106,02,num,three_rule_comb2,34.0,[1 4 9],1 4 9],1,1.0 +1106,1106,02,num,three_rule_comb2,35.0,[1 0 3],1 0 3],1,1.0 +1106,1106,02,num,three_rule_comb2,36.0,[3 0 8],3 0 8,1,1.0 +1106,1106,02,num,three_rule_comb2,37.0,[6 2 2],6 2 2,1,1.0 +1106,1106,02,num,three_rule_comb2,38.0,[7 8 9],7 8 9,1,1.0 +1106,1106,02,num,three_rule_comb2,39.0,[0 1 9],0 1 9,1,1.0 +1106,1106,02,num,three_rule_comb2,40.0,[5 0 4],5 0 4,1,1.0 +1106,1106,02,num,three_rule_comb2,41.0,[4 8 7],4 8 7,1,1.0 +1106,1106,02,num,three_rule_comb2,42.0,[8 2 1],8 2 1,1,1.0 +1106,1106,02,num,three_rule_comb2,43.0,[7 6 7],7 6 7],1,1.0 +1106,1106,02,num,three_rule_comb2,44.0,[2 9 9],2 9 9,1,1.0 +1106,1106,02,num,three_rule_comb2,45.0,[0 1 7],0 1 7],1,1.0 +1106,1106,02,num,three_rule_comb2,46.0,[1 0 0],1 0 0,1,1.0 +1106,1106,02,num,three_rule_comb2,47.0,[4 4 7],4 4 7],1,1.0 +1106,1106,02,num,three_rule_comb2,48.0,[0 5 8],0 5 8,1,1.0 +1106,1106,02,num,three_rule_comb2,49.0,[8 8 2],8 8 2,1,1.0 +1106,1106,02,num,three_rule_comb2,50.0,[6 7 7],6 7 7,1,1.0 +1106,1106,02,num,three_rule_comb2,51.0,[4 2 3],4 2 3,1,1.0 +1106,1106,02,num,three_rule_comb2,52.0,[5 4 1],5 4 1],1,1.0 +1106,1106,02,num,three_rule_comb2,53.0,[1 1 4],1 1 4],1,1.0 +1106,1106,02,num,three_rule_comb2,54.0,[5 2 4],5 2 4,1,1.0 +1106,1106,02,num,three_rule_comb2,55.0,[8 6 8],8 6 8,1,1.0 +1106,1106,02,num,three_rule_comb2,56.0,[2 3 3],2 3 3,1,1.0 +1106,1106,02,num,three_rule_comb2,57.0,[1 2 8],1 2 8,1,1.0 +1106,1106,02,num,three_rule_comb2,58.0,[3 2 8],3 2 8,1,1.0 +1106,1106,02,num,three_rule_comb2,59.0,[1 6 4],1 6 4,1,1.0 +1106,1106,02,num,three_rule_comb2,60.0,[9 5 1],9 5 1,1,1.0 +1106,1106,02,num,three_rule_comb2,61.0,[7 7 7],7 7 7,1,1.0 +1106,1106,02,num,three_rule_comb2,62.0,[8 6 2],8 6 2,1,1.0 +1106,1106,02,num,three_rule_comb2,63.0,[6 5 7],6 5 7,1,1.0 +1106,1106,02,num,three_rule_comb2,64.0,[1 2 2],1 2 2,1,1.0 +1106,1106,02,num,three_rule_comb2,65.0,[3 0 6],3 0 6],1,1.0 +1106,1106,02,num,three_rule_comb2,66.0,[9 3 9],9 3 9],1,1.0 +1106,1106,02,num,three_rule_comb2,67.0,[9 8 9],9 8 9,1,1.0 +1106,1106,02,num,three_rule_comb2,68.0,[6 0 0],6 0 0],1,1.0 +1106,1106,02,num,three_rule_comb2,69.0,[9 9 7],9 9 7,1,1.0 +1106,1106,02,num,three_rule_comb2,70.0,[4 7 4],4 7 4,1,1.0 +1106,1106,02,num,three_rule_comb2,71.0,[0 1 5],0 1 5],1,1.0 +1106,1106,02,num,three_rule_comb2,72.0,[4 0 1],4 0 1,1,1.0 +1106,1106,02,num,three_rule_comb2,73.0,[1 3 6],1 3 6],1,1.0 +1106,1106,02,num,three_rule_comb2,74.0,[5 8 8],5 8 8],1,1.0 +1106,1106,02,num,three_rule_comb2,75.0,[7 3 0],7 3 0],1,1.0 +1106,1106,02,num,three_rule_comb2,76.0,[2 9 7],2 9 7,1,1.0 +1106,1106,02,num,three_rule_comb2,77.0,[1 9 8],1 9 8,1,1.0 +1106,1106,02,num,three_rule_comb2,78.0,[1 8 8],1 8 8],1,1.0 +1106,1106,02,num,three_rule_comb2,79.0,[7 4 7],7 4 7,1,1.0 +1106,1106,02,num,three_rule_comb2,80.0,[7 9 7],7 9 7],1,1.0 +1106,1106,02,num,three_rule_comb2,81.0,[7 0 6],7 0 6],1,1.0 +1106,1106,02,num,three_rule_comb2,82.0,[4 2 2],4 2 2,1,1.0 +1106,1106,02,num,three_rule_comb2,83.0,[6 0 7],6 0 7,1,1.0 +1106,1106,02,num,three_rule_comb2,84.0,[5 4 2],5 4 2,1,1.0 +1106,1106,02,num,three_rule_comb2,85.0,[8 6 0],8 6 0,1,1.0 +1106,1106,02,num,three_rule_comb2,86.0,[7 8 4],7 8 4,1,1.0 +1106,1106,02,num,three_rule_comb2,87.0,[0 3 8],0 3 8,1,1.0 +1106,1106,02,num,three_rule_comb2,88.0,[8 9 9],8 9 9,1,1.0 +1106,1106,02,num,three_rule_comb2,89.0,[4 2 2],4 2 2,1,1.0 +1106,1106,02,num,three_rule_comb2,90.0,[5 7 6],5 7 6],1,1.0 +1106,1106,02,num,three_rule_comb2,91.0,[5 0 1],5 0 1,1,1.0 +1106,1106,02,num,three_rule_comb2,92.0,[5 5 2],5 5 2,1,1.0 +1106,1106,02,num,three_rule_comb2,93.0,[4 5 1],4 5 1,1,1.0 +1106,1106,02,num,three_rule_comb2,94.0,[1 8 6],1 8 6],1,1.0 +1106,1106,02,num,three_rule_comb2,95.0,[4 8 9],4 8 9,1,1.0 +1106,1106,02,num,three_rule_comb2,96.0,[6 8 6],6 8 6],1,1.0 +1106,1106,02,num,three_rule_comb2,97.0,[7 3 4],7 3 4,1,1.0 +1106,1106,02,num,three_rule_comb2,98.0,[4 1 8],4 1 8],1,1.0 +1106,1106,02,num,three_rule_comb2,99.0,[8 0 8],8 0 8,1,1.0 +1106,1106,02,num,three_rule_comb3,0.0,[5 1 7],5 5 7,0,1.0 +1106,1106,02,num,three_rule_comb3,1.0,[2 1 2],4 1 2],0,1.0 +1106,1106,02,num,three_rule_comb3,2.0,[6 3 7],6 3 7],1,1.0 +1106,1106,02,num,three_rule_comb3,3.0,[4 8 9],2 8 1,0,1.0 +1106,1106,02,num,three_rule_comb3,4.0,[0 5 4],1 5 6],0,1.0 +1106,1106,02,num,three_rule_comb3,5.0,[4 1 4],4 1 4,1,1.0 +1106,1106,02,num,three_rule_comb3,6.0,[4 7 8],4 7 8,1,1.0 +1106,1106,02,num,three_rule_comb3,7.0,[9 0 6],6 0 6],0,1.0 +1106,1106,02,num,three_rule_comb3,8.0,[9 0 5],9 0 5,1,1.0 +1106,1106,02,num,three_rule_comb3,9.0,[9 0 4],9 0 4,1,1.0 +1106,1106,02,num,three_rule_comb3,10.0,[6 2 7],6 2 7],1,1.0 +1106,1106,02,num,three_rule_comb3,11.0,[0 7 5],0 1 5,0,1.0 +1106,1106,02,num,three_rule_comb3,12.0,[3 0 8],3 3 3],0,1.0 +1106,1106,02,num,three_rule_comb3,13.0,[2 6 9],2 6 9,1,1.0 +1106,1106,02,num,three_rule_comb3,14.0,[4 3 5],4 3 5,1,1.0 +1106,1106,02,num,three_rule_comb3,15.0,[1 3 9],1 3 9,1,1.0 +1106,1106,02,num,three_rule_comb3,16.0,[1 9 6],1 9 6,1,1.0 +1106,1106,02,num,three_rule_comb3,17.0,[8 9 9],8 1 9,0,1.0 +1106,1106,02,num,three_rule_comb3,18.0,[5 5 9],5 5 9,1,1.0 +1106,1106,02,num,three_rule_comb3,19.0,[7 2 1],7 2 6],0,1.0 +1106,1106,02,num,three_rule_comb3,20.0,[9 5 4],5 9 4],0,1.0 +1106,1106,02,num,three_rule_comb3,21.0,[3 3 2],3 3 2],1,1.0 +1106,1106,02,num,three_rule_comb3,22.0,[4 7 6],4 7 3],0,1.0 +1106,1106,02,num,three_rule_comb3,23.0,[3 3 9],3 3 9,1,1.0 +1106,1106,02,num,three_rule_comb3,24.0,[0 1 4],0 1 3],0,1.0 +1106,1106,02,num,three_rule_comb3,25.0,[1 6 8],1 6 8,1,1.0 +1106,1106,02,num,three_rule_comb3,26.0,[5 7 8],5 5 8,0,1.0 +1106,1106,02,num,three_rule_comb3,27.0,[1 1 3],1 6 8,0,1.0 +1106,1106,02,num,three_rule_comb3,28.0,[4 0 4],3 0 1,0,1.0 +1106,1106,02,num,three_rule_comb3,29.0,[0 6 7],0 6 7],1,1.0 +1106,1106,02,num,three_rule_comb3,30.0,[5 1 9],1 1 9],0,1.0 +1106,1106,02,num,three_rule_comb3,31.0,[6 4 8],6 4 8,1,1.0 +1106,1106,02,num,three_rule_comb3,32.0,[9 3 0],9 3 0],1,1.0 +1106,1106,02,num,three_rule_comb3,33.0,[9 9 5],9 9 5],1,1.0 +1106,1106,02,num,three_rule_comb3,34.0,[9 4 8],9 2 4,0,1.0 +1106,1106,02,num,three_rule_comb3,35.0,[3 3 8],3 3 8],1,1.0 +1106,1106,02,num,three_rule_comb3,36.0,[1 6 3],1 6 2],0,1.0 +1106,1106,02,num,three_rule_comb3,37.0,[4 5 7],1 0 7],0,1.0 +1106,1106,02,num,three_rule_comb3,38.0,[8 7 9],7 2 0,0,1.0 +1106,1106,02,num,three_rule_comb3,39.0,[3 8 3],3 8 3],1,1.0 +1106,1106,02,num,three_rule_comb3,40.0,[0 0 9],6 0 9,0,1.0 +1106,1106,02,num,three_rule_comb3,41.0,[5 2 2],5 2 2],1,1.0 +1106,1106,02,num,three_rule_comb3,42.0,[9 1 6],9 1 8],0,1.0 +1106,1106,02,num,three_rule_comb3,43.0,[3 4 3],3 4 3,1,1.0 +1106,1106,02,num,three_rule_comb3,44.0,[8 9 8],8 9 8,1,1.0 +1106,1106,02,num,three_rule_comb3,45.0,[9 9 0],9 0 0],0,1.0 +1106,1106,02,num,three_rule_comb3,46.0,[0 5 1],0 1 2,0,1.0 +1106,1106,02,num,three_rule_comb3,47.0,[6 4 2],6 4 7],0,1.0 +1106,1106,02,num,three_rule_comb3,48.0,[7 7 8],7 9 2,0,1.0 +1106,1106,02,num,three_rule_comb3,49.0,[9 9 4],9 5 4],0,1.0 +1106,1106,02,num,three_rule_comb3,50.0,[1 6 5],1 6 5,1,1.0 +1106,1106,02,num,three_rule_comb3,51.0,[9 0 8],9 0 8,1,1.0 +1106,1106,02,num,three_rule_comb3,52.0,[4 4 6],4 4 6,1,1.0 +1106,1106,02,num,three_rule_comb3,53.0,[6 0 1],5 0 1,0,1.0 +1106,1106,02,num,three_rule_comb3,54.0,[0 7 5],0 7 5,1,1.0 +1106,1106,02,num,three_rule_comb3,55.0,[4 2 3],4 2 3],1,1.0 +1106,1106,02,num,three_rule_comb3,56.0,[9 3 7],9 3 7,1,1.0 +1106,1106,02,num,three_rule_comb3,57.0,[6 3 3],6 3 3,1,1.0 +1106,1106,02,num,three_rule_comb3,58.0,[5 1 1],5 1 7,0,1.0 +1106,1106,02,num,three_rule_comb3,59.0,[1 6 1],1 6 1],1,1.0 +1106,1106,02,num,three_rule_comb3,60.0,[6 1 0],6 1 0,1,1.0 +1106,1106,02,num,three_rule_comb3,61.0,[8 4 8],1 5 8],0,1.0 +1106,1106,02,num,three_rule_comb3,62.0,[5 4 7],5 4 7],1,1.0 +1106,1106,02,num,three_rule_comb3,63.0,[6 3 3],6 3 3,1,1.0 +1106,1106,02,num,three_rule_comb3,64.0,[3 0 7],3 0 7],1,1.0 +1106,1106,02,num,three_rule_comb3,65.0,[7 7 9],7 7 9,1,1.0 +1106,1106,02,num,three_rule_comb3,66.0,[8 7 6],3 7 5],0,1.0 +1106,1106,02,num,three_rule_comb3,67.0,[1 8 6],1 8 6],1,1.0 +1106,1106,02,num,three_rule_comb3,68.0,[2 3 2],3 3 3],0,1.0 +1106,1106,02,num,three_rule_comb3,69.0,[8 5 4],5 5 1],0,1.0 +1106,1106,02,num,three_rule_comb3,70.0,[8 6 2],8 6 2,1,1.0 +1106,1106,02,num,three_rule_comb3,71.0,[1 9 4],1 9 4,1,1.0 +1106,1106,02,num,three_rule_comb3,72.0,[3 2 6],6 6 6,0,1.0 +1106,1106,02,num,three_rule_comb3,73.0,[9 8 0],8 3 0],0,1.0 +1106,1106,02,num,three_rule_comb3,74.0,[7 8 3],7 2 3,0,1.0 +1106,1106,02,num,three_rule_comb3,75.0,[4 1 4],4 1 3],0,1.0 +1106,1106,02,num,three_rule_comb3,76.0,[3 5 4],3 5 4,1,1.0 +1106,1106,02,num,three_rule_comb3,77.0,[6 9 3],None,0,1.0 +1106,1106,02,num,three_rule_comb3,78.0,[1 5 9],5 5 3,0,1.0 +1106,1106,02,num,three_rule_comb3,79.0,[3 8 6],3 8 6],1,1.0 +1106,1106,02,num,three_rule_comb3,80.0,[4 5 1],4 8 1],0,1.0 +1106,1106,02,num,three_rule_comb3,81.0,[9 1 6],9 1 6],1,1.0 +1106,1106,02,num,three_rule_comb3,82.0,[1 5 9],1 5 9,1,1.0 +1106,1106,02,num,three_rule_comb3,83.0,[9 1 7],9 1 7],1,1.0 +1106,1106,02,num,three_rule_comb3,84.0,[6 1 3],6 1 3,1,1.0 +1106,1106,02,num,three_rule_comb3,85.0,[3 0 6],3 0 6],1,1.0 +1106,1106,02,num,three_rule_comb3,86.0,[7 6 2],7 6 2,1,1.0 +1106,1106,02,num,three_rule_comb3,87.0,[7 6 6],7 6 6,1,1.0 +1106,1106,02,num,three_rule_comb3,88.0,[7 7 7],7 7 7,1,1.0 +1106,1106,02,num,three_rule_comb3,89.0,[1 4 9],1 4 1,0,1.0 +1106,1106,02,num,three_rule_comb3,90.0,[4 9 3],4 9 3,1,1.0 +1106,1106,02,num,three_rule_comb3,91.0,[1 0 8],1 0 8,1,1.0 +1106,1106,02,num,three_rule_comb3,92.0,[2 4 7],8 4 7],0,1.0 +1106,1106,02,num,three_rule_comb3,93.0,[4 1 9],4 1 9],1,1.0 +1106,1106,02,num,three_rule_comb3,94.0,[6 0 5],4 2 5],0,1.0 +1106,1106,02,num,three_rule_comb3,95.0,[7 9 7],7 9 7,1,1.0 +1106,1106,02,num,three_rule_comb3,96.0,[4 4 1],4 4 1],1,1.0 +1106,1106,02,num,three_rule_comb3,97.0,[6 1 5],6 1 5],1,1.0 +1106,1106,02,num,three_rule_comb3,98.0,[0 8 2],0 8 1,0,1.0 +1106,1106,02,num,three_rule_comb3,99.0,[0 6 2],5 6 2],0,1.0 +1106,1106,02,num,three_rule_comb4,0.0,[8 7 0],8 7 0,1,1.0 +1106,1106,02,num,three_rule_comb4,1.0,[7 9 4],7 9 6,0,1.0 +1106,1106,02,num,three_rule_comb4,2.0,[9 3 1],9 4 1,0,1.0 +1106,1106,02,num,three_rule_comb4,3.0,[9 7 0],9 7 6],0,1.0 +1106,1106,02,num,three_rule_comb4,4.0,[9 8 3],9 9 3,0,1.0 +1106,1106,02,num,three_rule_comb4,5.0,[4 8 5],4 8 5],1,1.0 +1106,1106,02,num,three_rule_comb4,6.0,[9 3 6],9 3 6,1,1.0 +1106,1106,02,num,three_rule_comb4,7.0,[2 5 8],3 5 8],0,1.0 +1106,1106,02,num,three_rule_comb4,8.0,[6 0 5],6 0 5,1,1.0 +1106,1106,02,num,three_rule_comb4,9.0,[0 1 9],5 1 9],0,1.0 +1106,1106,02,num,three_rule_comb4,10.0,[8 1 5],8 1 5,1,1.0 +1106,1106,02,num,three_rule_comb4,11.0,[7 3 8],7 3 8,1,1.0 +1106,1106,02,num,three_rule_comb4,12.0,[4 3 3],3 3 6,0,1.0 +1106,1106,02,num,three_rule_comb4,13.0,[0 8 0],0 8 0],1,1.0 +1106,1106,02,num,three_rule_comb4,14.0,[3 0 9],3 0 7,0,1.0 +1106,1106,02,num,three_rule_comb4,15.0,[9 8 8],9 8 4,0,1.0 +1106,1106,02,num,three_rule_comb4,16.0,[0 0 0],0 0 0,1,1.0 +1106,1106,02,num,three_rule_comb4,17.0,[2 7 1],2 7 1,1,1.0 +1106,1106,02,num,three_rule_comb4,18.0,[7 4 2],7 4 3,0,1.0 +1106,1106,02,num,three_rule_comb4,19.0,[5 4 5],5 4 1,0,1.0 +1106,1106,02,num,three_rule_comb4,20.0,[2 5 2],2 5 2,1,1.0 +1106,1106,02,num,three_rule_comb4,21.0,[3 3 4],3 3 7,0,1.0 +1106,1106,02,num,three_rule_comb4,22.0,[5 0 3],5 3 3],0,1.0 +1106,1106,02,num,three_rule_comb4,23.0,[3 0 8],3 0 3,0,1.0 +1106,1106,02,num,three_rule_comb4,24.0,[5 8 0],5 8 0],1,1.0 +1106,1106,02,num,three_rule_comb4,25.0,[2 1 2],2 1 4,0,1.0 +1106,1106,02,num,three_rule_comb4,26.0,[2 7 2],2 2 2,0,1.0 +1106,1106,02,num,three_rule_comb4,27.0,[5 9 8],5 9 8,1,1.0 +1106,1106,02,num,three_rule_comb4,28.0,[2 7 5],2 7 5],1,1.0 +1106,1106,02,num,three_rule_comb4,29.0,[5 5 1],5 5 1],1,1.0 +1106,1106,02,num,three_rule_comb4,30.0,[4 4 1],4 4 1,1,1.0 +1106,1106,02,num,three_rule_comb4,31.0,[1 3 4],1 3 4],1,1.0 +1106,1106,02,num,three_rule_comb4,32.0,[5 9 3],2 9 3,0,1.0 +1106,1106,02,num,three_rule_comb4,33.0,[0 8 0],0 4 0,0,1.0 +1106,1106,02,num,three_rule_comb4,34.0,[6 6 8],6 6 8],1,1.0 +1106,1106,02,num,three_rule_comb4,35.0,[1 2 8],1 2 5],0,1.0 +1106,1106,02,num,three_rule_comb4,36.0,[5 8 3],5 8 5],0,1.0 +1106,1106,02,num,three_rule_comb4,37.0,[2 0 1],2 0 4,0,1.0 +1106,1106,02,num,three_rule_comb4,38.0,[1 4 6],1 4 7,0,1.0 +1106,1106,02,num,three_rule_comb4,39.0,[5 4 8],5 4 8,1,1.0 +1106,1106,02,num,three_rule_comb4,40.0,[1 6 1],1 6 8,0,1.0 +1106,1106,02,num,three_rule_comb4,41.0,[7 3 8],7 3 8],1,1.0 +1106,1106,02,num,three_rule_comb4,42.0,[8 4 5],8 4 1],0,1.0 +1106,1106,02,num,three_rule_comb4,43.0,[5 3 8],8 3 8],0,1.0 +1106,1106,02,num,three_rule_comb4,44.0,[7 1 9],7 4 9],0,1.0 +1106,1106,02,num,three_rule_comb4,45.0,[7 8 4],7 2 4,0,1.0 +1106,1106,02,num,three_rule_comb4,46.0,[2 2 1],2 2 3],0,1.0 +1106,1106,02,num,three_rule_comb4,47.0,[9 9 8],9 9 2,0,1.0 +1106,1106,02,num,three_rule_comb4,48.0,[0 2 3],0 2 3,1,1.0 +1106,1106,02,num,three_rule_comb4,49.0,[1 6 9],1 6 7,0,1.0 +1106,1106,02,num,three_rule_comb4,50.0,[4 8 5],4 8 5],1,1.0 +1106,1106,02,num,three_rule_comb4,51.0,[8 8 6],8 2 6],0,1.0 +1106,1106,02,num,three_rule_comb4,52.0,[8 4 0],8 2 0,0,1.0 +1106,1106,02,num,three_rule_comb4,53.0,[0 9 9],0 9 9,1,1.0 +1106,1106,02,num,three_rule_comb4,54.0,[3 4 7],3 4 8],0,1.0 +1106,1106,02,num,three_rule_comb4,55.0,[4 7 6],4 6 6,0,1.0 +1106,1106,02,num,three_rule_comb4,56.0,[7 5 5],7 8 5],0,1.0 +1106,1106,02,num,three_rule_comb4,57.0,[6 7 1],6 7 1],1,1.0 +1106,1106,02,num,three_rule_comb4,58.0,[2 9 9],2 9 9],1,1.0 +1106,1106,02,num,three_rule_comb4,59.0,[5 3 5],5 3 5],1,1.0 +1106,1106,02,num,three_rule_comb4,60.0,[0 8 4],0 5 4,0,1.0 +1106,1106,02,num,three_rule_comb4,61.0,[2 3 8],2 3 8,1,1.0 +1106,1106,02,num,three_rule_comb4,62.0,[8 1 9],8 7 9],0,1.0 +1106,1106,02,num,three_rule_comb4,63.0,[0 7 4],0 7 4,1,1.0 +1106,1106,02,num,three_rule_comb4,64.0,[5 9 2],5 9 4,0,1.0 +1106,1106,02,num,three_rule_comb4,65.0,[6 6 2],6 5 2,0,1.0 +1106,1106,02,num,three_rule_comb4,66.0,[8 0 0],8 0 0,1,1.0 +1106,1106,02,num,three_rule_comb4,67.0,[6 9 9],2 9 9],0,1.0 +1106,1106,02,num,three_rule_comb4,68.0,[0 9 4],0 2 4],0,1.0 +1106,1106,02,num,three_rule_comb4,69.0,[5 8 6],5 8 3],0,1.0 +1106,1106,02,num,three_rule_comb4,70.0,[0 3 5],0 3 7,0,1.0 +1106,1106,02,num,three_rule_comb4,71.0,[3 2 8],3 2 1,0,1.0 +1106,1106,02,num,three_rule_comb4,72.0,[7 7 4],7 7 4,1,1.0 +1106,1106,02,num,three_rule_comb4,73.0,[1 7 2],3 7 2],0,1.0 +1106,1106,02,num,three_rule_comb4,74.0,[0 7 5],0 7 5,1,1.0 +1106,1106,02,num,three_rule_comb4,75.0,[0 3 3],0 3 4,0,1.0 +1106,1106,02,num,three_rule_comb4,76.0,[5 9 5],5 9 5,1,1.0 +1106,1106,02,num,three_rule_comb4,77.0,[8 2 9],8 2 9],1,1.0 +1106,1106,02,num,three_rule_comb4,78.0,[5 1 1],5 1 1,1,1.0 +1106,1106,02,num,three_rule_comb4,79.0,[6 7 5],6 7 3,0,1.0 +1106,1106,02,num,three_rule_comb4,80.0,[4 4 0],4 1 8,0,1.0 +1106,1106,02,num,three_rule_comb4,81.0,[8 4 7],8 4 7],1,1.0 +1106,1106,02,num,three_rule_comb4,82.0,[9 0 2],9 0 2,1,1.0 +1106,1106,02,num,three_rule_comb4,83.0,[5 3 9],5 1 9],0,1.0 +1106,1106,02,num,three_rule_comb4,84.0,[4 2 8],4 5 8],0,1.0 +1106,1106,02,num,three_rule_comb4,85.0,[8 2 4],8 2 1,0,1.0 +1106,1106,02,num,three_rule_comb4,86.0,[2 8 8],2 8 8,1,1.0 +1106,1106,02,num,three_rule_comb4,87.0,[3 6 5],3 6 5,1,1.0 +1106,1106,02,num,three_rule_comb4,88.0,[8 7 5],8 7 8,0,1.0 +1106,1106,02,num,three_rule_comb4,89.0,[9 9 5],9 6 5,0,1.0 +1106,1106,02,num,three_rule_comb4,90.0,[8 6 2],2 6 2],0,1.0 +1106,1106,02,num,three_rule_comb4,91.0,[5 6 1],5 6 1,1,1.0 +1106,1106,02,num,three_rule_comb4,92.0,[2 9 4],2 3 4,0,1.0 +1106,1106,02,num,three_rule_comb4,93.0,[4 9 6],4 9 6],1,1.0 +1106,1106,02,num,three_rule_comb4,94.0,[5 4 5],1 4 5],0,1.0 +1106,1106,02,num,three_rule_comb4,95.0,[7 2 6],7 2 4,0,1.0 +1106,1106,02,num,three_rule_comb4,96.0,[5 1 7],5 1 2,0,1.0 +1106,1106,02,num,three_rule_comb4,97.0,[5 1 1],2 1 1,0,1.0 +1106,1106,02,num,three_rule_comb4,98.0,[0 7 8],0 7 0,0,1.0 +1106,1106,02,num,three_rule_comb4,99.0,[4 0 9],4 0 6,0,1.0 +1106,1106,02,num,three_rule_comb5,0.0,[5 0 7],5 0 7,1,1.0 +1106,1106,02,num,three_rule_comb5,1.0,[3 3 1],3 3 1,1,1.0 +1106,1106,02,num,three_rule_comb5,2.0,[5 3 1],5 3 1,1,1.0 +1106,1106,02,num,three_rule_comb5,3.0,[5 9 2],5 9 2],1,1.0 +1106,1106,02,num,three_rule_comb5,4.0,[0 2 4],0 2 4,1,1.0 +1106,1106,02,num,three_rule_comb5,5.0,[9 2 8],9 2 8],1,1.0 +1106,1106,02,num,three_rule_comb5,6.0,[2 8 7],2 0 3],0,1.0 +1106,1106,02,num,three_rule_comb5,7.0,[8 4 5],8 4 5,1,1.0 +1106,1106,02,num,three_rule_comb5,8.0,[7 4 7],7 4 7,1,1.0 +1106,1106,02,num,three_rule_comb5,9.0,[6 1 5],6 1 5,1,1.0 +1106,1106,02,num,three_rule_comb5,10.0,[5 5 6],5 5 6],1,1.0 +1106,1106,02,num,three_rule_comb5,11.0,[2 4 8],2 4 8,1,1.0 +1106,1106,02,num,three_rule_comb5,12.0,[0 6 0],0 6 0],1,1.0 +1106,1106,02,num,three_rule_comb5,13.0,[9 4 0],9 4 0],1,1.0 +1106,1106,02,num,three_rule_comb5,14.0,[6 3 2],6 3 2,1,1.0 +1106,1106,02,num,three_rule_comb5,15.0,[0 9 8],0 9 8,1,1.0 +1106,1106,02,num,three_rule_comb5,16.0,[7 5 6],7 5 6,1,1.0 +1106,1106,02,num,three_rule_comb5,17.0,[0 1 7],0 1 7,1,1.0 +1106,1106,02,num,three_rule_comb5,18.0,[1 4 1],1 4 1,1,1.0 +1106,1106,02,num,three_rule_comb5,19.0,[0 1 0],0 1 0],1,1.0 +1106,1106,02,num,three_rule_comb5,20.0,[4 4 9],4 4 9],1,1.0 +1106,1106,02,num,three_rule_comb5,21.0,[1 7 4],1 7 4,1,1.0 +1106,1106,02,num,three_rule_comb5,22.0,[9 4 4],9 4 4,1,1.0 +1106,1106,02,num,three_rule_comb5,23.0,[5 4 0],5 4 0,1,1.0 +1106,1106,02,num,three_rule_comb5,24.0,[6 0 4],6 0 4,1,1.0 +1106,1106,02,num,three_rule_comb5,25.0,[8 6 1],8 6 1,1,1.0 +1106,1106,02,num,three_rule_comb5,26.0,[7 4 8],7 4 8,1,1.0 +1106,1106,02,num,three_rule_comb5,27.0,[9 3 6],9 3 6,1,1.0 +1106,1106,02,num,three_rule_comb5,28.0,[4 8 3],4 8 3],1,1.0 +1106,1106,02,num,three_rule_comb5,29.0,[9 8 0],9 8 0],1,1.0 +1106,1106,02,num,three_rule_comb5,30.0,[5 9 5],5 9 5,1,1.0 +1106,1106,02,num,three_rule_comb5,31.0,[5 4 4],5 4 4,1,1.0 +1106,1106,02,num,three_rule_comb5,32.0,[5 5 9],5 5 9],1,1.0 +1106,1106,02,num,three_rule_comb5,33.0,[7 1 8],7 1 8,1,1.0 +1106,1106,02,num,three_rule_comb5,34.0,[4 0 5],4 0 5,1,1.0 +1106,1106,02,num,three_rule_comb5,35.0,[5 9 2],5 9 2,1,1.0 +1106,1106,02,num,three_rule_comb5,36.0,[1 2 2],1 2 2,1,1.0 +1106,1106,02,num,three_rule_comb5,37.0,[5 2 7],5 2 7,1,1.0 +1106,1106,02,num,three_rule_comb5,38.0,[3 9 1],3 9 1],1,1.0 +1106,1106,02,num,three_rule_comb5,39.0,[3 8 9],3 8 9,1,1.0 +1106,1106,02,num,three_rule_comb5,40.0,[0 0 0],0 0 0,1,1.0 +1106,1106,02,num,three_rule_comb5,41.0,[7 0 3],7 0 3],1,1.0 +1106,1106,02,num,three_rule_comb5,42.0,[3 6 8],3 6 8,1,1.0 +1106,1106,02,num,three_rule_comb5,43.0,[5 1 0],5 1 0,1,1.0 +1106,1106,02,num,three_rule_comb5,44.0,[6 4 9],6 4 9],1,1.0 +1106,1106,02,num,three_rule_comb5,45.0,[5 3 0],5 3 0],1,1.0 +1106,1106,02,num,three_rule_comb5,46.0,[3 3 8],3 3 8,1,1.0 +1106,1106,02,num,three_rule_comb5,47.0,[9 9 8],9 9 8],1,1.0 +1106,1106,02,num,three_rule_comb5,48.0,[5 3 4],5 3 4,1,1.0 +1106,1106,02,num,three_rule_comb5,49.0,[3 4 9],3 4 9],1,1.0 +1106,1106,02,num,three_rule_comb5,50.0,[2 1 7],2 1 7],1,1.0 +1106,1106,02,num,three_rule_comb5,51.0,[2 2 5],2 2 5,1,1.0 +1106,1106,02,num,three_rule_comb5,52.0,[1 4 9],1 4 9,1,1.0 +1106,1106,02,num,three_rule_comb5,53.0,[1 5 9],1 5 9,1,1.0 +1106,1106,02,num,three_rule_comb5,54.0,[0 8 8],0 8 8,1,1.0 +1106,1106,02,num,three_rule_comb5,55.0,[0 5 9],0 5 9,1,1.0 +1106,1106,02,num,three_rule_comb5,56.0,[0 6 2],0 6 2,1,1.0 +1106,1106,02,num,three_rule_comb5,57.0,[4 3 1],4 3 1,1,1.0 +1106,1106,02,num,three_rule_comb5,58.0,[0 6 9],0 6 9],1,1.0 +1106,1106,02,num,three_rule_comb5,59.0,[8 7 0],8 7 0,1,1.0 +1106,1106,02,num,three_rule_comb5,60.0,[1 4 7],1 4 7,1,1.0 +1106,1106,02,num,three_rule_comb5,61.0,[7 4 1],7 4 1,1,1.0 +1106,1106,02,num,three_rule_comb5,62.0,[4 0 4],4 0 4],1,1.0 +1106,1106,02,num,three_rule_comb5,63.0,[9 0 1],9 0 1,1,1.0 +1106,1106,02,num,three_rule_comb5,64.0,[7 0 8],7 0 8,1,1.0 +1106,1106,02,num,three_rule_comb5,65.0,[3 4 8],3 4 8],1,1.0 +1106,1106,02,num,three_rule_comb5,66.0,[9 1 0],9 1 0],1,1.0 +1106,1106,02,num,three_rule_comb5,67.0,[1 1 5],1 1 5,1,1.0 +1106,1106,02,num,three_rule_comb5,68.0,[3 5 3],3 5 3],1,1.0 +1106,1106,02,num,three_rule_comb5,69.0,[3 4 4],3 4 4],1,1.0 +1106,1106,02,num,three_rule_comb5,70.0,[3 2 5],3 2 5,1,1.0 +1106,1106,02,num,three_rule_comb5,71.0,[0 5 5],0 5 5,1,1.0 +1106,1106,02,num,three_rule_comb5,72.0,[5 9 7],5 9 7,1,1.0 +1106,1106,02,num,three_rule_comb5,73.0,[9 9 3],9 9 3,1,1.0 +1106,1106,02,num,three_rule_comb5,74.0,[8 4 5],8 4 5,1,1.0 +1106,1106,02,num,three_rule_comb5,75.0,[3 5 8],3 5 8],1,1.0 +1106,1106,02,num,three_rule_comb5,76.0,[4 3 3],4 3 3,1,1.0 +1106,1106,02,num,three_rule_comb5,77.0,[8 0 6],8 0 6],1,1.0 +1106,1106,02,num,three_rule_comb5,78.0,[8 6 7],8 6 7],1,1.0 +1106,1106,02,num,three_rule_comb5,79.0,[9 1 0],9 1 0,1,1.0 +1106,1106,02,num,three_rule_comb5,80.0,[0 9 5],0 9 5,1,1.0 +1106,1106,02,num,three_rule_comb5,81.0,[4 3 2],4 3 2,1,1.0 +1106,1106,02,num,three_rule_comb5,82.0,[2 8 6],2 8 6],1,1.0 +1106,1106,02,num,three_rule_comb5,83.0,[1 7 6],1 7 6,1,1.0 +1106,1106,02,num,three_rule_comb5,84.0,[9 0 9],9 0 9,1,1.0 +1106,1106,02,num,three_rule_comb5,85.0,[5 0 5],5 0 5,1,1.0 +1106,1106,02,num,three_rule_comb5,86.0,[1 0 7],1 8 3,0,1.0 +1106,1106,02,num,three_rule_comb5,87.0,[8 4 8],8 4 8],1,1.0 +1106,1106,02,num,three_rule_comb5,88.0,[9 2 7],9 2 7,1,1.0 +1106,1106,02,num,three_rule_comb5,89.0,[0 2 5],0 2 5,1,1.0 +1106,1106,02,num,three_rule_comb5,90.0,[7 5 2],7 5 2,1,1.0 +1106,1106,02,num,three_rule_comb5,91.0,[0 8 2],0 8 2,1,1.0 +1106,1106,02,num,three_rule_comb5,92.0,[1 0 9],1 0 9,1,1.0 +1106,1106,02,num,three_rule_comb5,93.0,[0 1 8],0 1 8,1,1.0 +1106,1106,02,num,three_rule_comb5,94.0,[3 4 1],3 4 1,1,1.0 +1106,1106,02,num,three_rule_comb5,95.0,[4 9 2],None,0,1.0 +1106,1106,02,num,three_rule_comb5,96.0,[9 9 5],9 9 5],1,1.0 +1106,1106,02,num,three_rule_comb5,97.0,[8 9 1],8 9 1,1,1.0 +1106,1106,02,num,three_rule_comb5,98.0,[4 2 4],4 2 4,1,1.0 +1106,1106,02,num,three_rule_comb5,99.0,[4 6 4],4 6 4,1,1.0 +1106,1106,02,num,three_rule_comb6,0.0,[0 1 6],0 1 6],1,1.0 +1106,1106,02,num,three_rule_comb6,1.0,[7 1 9],7 1 9,1,1.0 +1106,1106,02,num,three_rule_comb6,2.0,[1 0 2],1 0 2],1,1.0 +1106,1106,02,num,three_rule_comb6,3.0,[3 1 9],3 1 9],1,1.0 +1106,1106,02,num,three_rule_comb6,4.0,[2 5 3],2 5 3,1,1.0 +1106,1106,02,num,three_rule_comb6,5.0,[2 0 9],2 0 9,1,1.0 +1106,1106,02,num,three_rule_comb6,6.0,[5 0 9],5 0 9,1,1.0 +1106,1106,02,num,three_rule_comb6,7.0,[6 2 7],6 2 7,1,1.0 +1106,1106,02,num,three_rule_comb6,8.0,[4 9 1],4 9 1],1,1.0 +1106,1106,02,num,three_rule_comb6,9.0,[5 5 1],5 5 1,1,1.0 +1106,1106,02,num,three_rule_comb6,10.0,[3 1 8],3 1 8,1,1.0 +1106,1106,02,num,three_rule_comb6,11.0,[0 5 9],0 5 9],1,1.0 +1106,1106,02,num,three_rule_comb6,12.0,[7 1 1],7 1 1,1,1.0 +1106,1106,02,num,three_rule_comb6,13.0,[9 1 4],9 1 4],1,1.0 +1106,1106,02,num,three_rule_comb6,14.0,[4 2 9],4 2 9,1,1.0 +1106,1106,02,num,three_rule_comb6,15.0,[9 0 8],8 4 5,0,1.0 +1106,1106,02,num,three_rule_comb6,16.0,[0 5 4],0 5 4,1,1.0 +1106,1106,02,num,three_rule_comb6,17.0,[4 5 9],4 5 9],1,1.0 +1106,1106,02,num,three_rule_comb6,18.0,[6 9 5],6 8 5,0,1.0 +1106,1106,02,num,three_rule_comb6,19.0,[6 7 2],6 7 2],1,1.0 +1106,1106,02,num,three_rule_comb6,20.0,[9 4 9],9 4 9,1,1.0 +1106,1106,02,num,three_rule_comb6,21.0,[6 9 8],6 6 7],0,1.0 +1106,1106,02,num,three_rule_comb6,22.0,[8 3 9],8 3 9,1,1.0 +1106,1106,02,num,three_rule_comb6,23.0,[9 9 5],9 5 5,0,1.0 +1106,1106,02,num,three_rule_comb6,24.0,[7 6 7],7 6 7,1,1.0 +1106,1106,02,num,three_rule_comb6,25.0,[4 8 8],4 8 8,1,1.0 +1106,1106,02,num,three_rule_comb6,26.0,[0 7 8],0 7 6],0,1.0 +1106,1106,02,num,three_rule_comb6,27.0,[1 4 3],1 4 3,1,1.0 +1106,1106,02,num,three_rule_comb6,28.0,[6 4 6],6 4 6,1,1.0 +1106,1106,02,num,three_rule_comb6,29.0,[1 2 4],1 2 4,1,1.0 +1106,1106,02,num,three_rule_comb6,30.0,[8 9 3],9 8 3],0,1.0 +1106,1106,02,num,three_rule_comb6,31.0,[5 1 8],5 1 8,1,1.0 +1106,1106,02,num,three_rule_comb6,32.0,[4 0 4],4 3 4],0,1.0 +1106,1106,02,num,three_rule_comb6,33.0,[8 4 1],8 4 1,1,1.0 +1106,1106,02,num,three_rule_comb6,34.0,[9 5 3],5 3 3],0,1.0 +1106,1106,02,num,three_rule_comb6,35.0,[7 2 1],7 0 1],0,1.0 +1106,1106,02,num,three_rule_comb6,36.0,[3 4 2],3 4 2,1,1.0 +1106,1106,02,num,three_rule_comb6,37.0,[0 5 0],0 5 0,1,1.0 +1106,1106,02,num,three_rule_comb6,38.0,[1 1 2],1 1 3,0,1.0 +1106,1106,02,num,three_rule_comb6,39.0,[2 5 3],2 5 3,1,1.0 +1106,1106,02,num,three_rule_comb6,40.0,[8 7 5],8 5 3,0,1.0 +1106,1106,02,num,three_rule_comb6,41.0,[5 8 5],5 8 5,1,1.0 +1106,1106,02,num,three_rule_comb6,42.0,[2 2 4],2 2 4,1,1.0 +1106,1106,02,num,three_rule_comb6,43.0,[0 9 1],0 9 1,1,1.0 +1106,1106,02,num,three_rule_comb6,44.0,[9 6 5],8 6 5,0,1.0 +1106,1106,02,num,three_rule_comb6,45.0,[0 3 1],0 3 4,0,1.0 +1106,1106,02,num,three_rule_comb6,46.0,[0 0 3],0 0 3,1,1.0 +1106,1106,02,num,three_rule_comb6,47.0,[9 5 6],9 5 6],1,1.0 +1106,1106,02,num,three_rule_comb6,48.0,[9 7 3],2 7 3,0,1.0 +1106,1106,02,num,three_rule_comb6,49.0,[8 6 0],8 0 0,0,1.0 +1106,1106,02,num,three_rule_comb6,50.0,[0 1 6],0 6 3,0,1.0 +1106,1106,02,num,three_rule_comb6,51.0,[4 1 2],2 2 3,0,1.0 +1106,1106,02,num,three_rule_comb6,52.0,[8 9 3],8 9 3,1,1.0 +1106,1106,02,num,three_rule_comb6,53.0,[9 0 5],9 0 5],1,1.0 +1106,1106,02,num,three_rule_comb6,54.0,[4 4 6],4 4 6],1,1.0 +1106,1106,02,num,three_rule_comb6,55.0,[6 2 9],6 2 9,1,1.0 +1106,1106,02,num,three_rule_comb6,56.0,[4 8 1],4 8 1],1,1.0 +1106,1106,02,num,three_rule_comb6,57.0,[2 6 8],2 8 9],0,1.0 +1106,1106,02,num,three_rule_comb6,58.0,[2 5 6],2 5 6,1,1.0 +1106,1106,02,num,three_rule_comb6,59.0,[5 5 1],5 6 1],0,1.0 +1106,1106,02,num,three_rule_comb6,60.0,[8 1 3],8 1 3,1,1.0 +1106,1106,02,num,three_rule_comb6,61.0,[2 6 3],2 6 3],1,1.0 +1106,1106,02,num,three_rule_comb6,62.0,[0 5 4],0 5 4,1,1.0 +1106,1106,02,num,three_rule_comb6,63.0,[6 8 3],None,0,1.0 +1106,1106,02,num,three_rule_comb6,64.0,[6 3 1],6 1 1],0,1.0 +1106,1106,02,num,three_rule_comb6,65.0,[1 3 6],1 3 6,1,1.0 +1106,1106,02,num,three_rule_comb6,66.0,[6 1 6],6 2 4],0,1.0 +1106,1106,02,num,three_rule_comb6,67.0,[6 8 9],6 8 9,1,1.0 +1106,1106,02,num,three_rule_comb6,68.0,[4 1 9],1 1 9],0,1.0 +1106,1106,02,num,three_rule_comb6,69.0,[6 9 2],6 9 2,1,1.0 +1106,1106,02,num,three_rule_comb6,70.0,[1 3 5],1 3 5,1,1.0 +1106,1106,02,num,three_rule_comb6,71.0,[2 0 3],0 0 3],0,1.0 +1106,1106,02,num,three_rule_comb6,72.0,[0 4 7],0 3 7],0,1.0 +1106,1106,02,num,three_rule_comb6,73.0,[1 6 6],1 6 6,1,1.0 +1106,1106,02,num,three_rule_comb6,74.0,[3 2 6],3 2 4],0,1.0 +1106,1106,02,num,three_rule_comb6,75.0,[3 4 7],3 4 7,1,1.0 +1106,1106,02,num,three_rule_comb6,76.0,[8 0 7],8 0 7,1,1.0 +1106,1106,02,num,three_rule_comb6,77.0,[9 3 6],9 3 8],0,1.0 +1106,1106,02,num,three_rule_comb6,78.0,[6 0 8],6 0 8],1,1.0 +1106,1106,02,num,three_rule_comb6,79.0,[6 0 0],6 0 0],1,1.0 +1106,1106,02,num,three_rule_comb6,80.0,[3 6 3],3 6 3],1,1.0 +1106,1106,02,num,three_rule_comb6,81.0,[1 5 0],1 5 0,1,1.0 +1106,1106,02,num,three_rule_comb6,82.0,[1 4 5],1 4 5],1,1.0 +1106,1106,02,num,three_rule_comb6,83.0,[4 9 3],4 4 3,0,1.0 +1106,1106,02,num,three_rule_comb6,84.0,[8 7 0],8 1 7,0,1.0 +1106,1106,02,num,three_rule_comb6,85.0,[1 3 9],1 3 9,1,1.0 +1106,1106,02,num,three_rule_comb6,86.0,[4 7 6],4 7 6,1,1.0 +1106,1106,02,num,three_rule_comb6,87.0,[1 4 8],1 4 8],1,1.0 +1106,1106,02,num,three_rule_comb6,88.0,[0 5 8],0 5 0,0,1.0 +1106,1106,02,num,three_rule_comb6,89.0,[8 3 9],8 3 9,1,1.0 +1106,1106,02,num,three_rule_comb6,90.0,[5 1 2],5 1 2],1,1.0 +1106,1106,02,num,three_rule_comb6,91.0,[7 6 9],7 6 5,0,1.0 +1106,1106,02,num,three_rule_comb6,92.0,[3 7 9],3 7 9,1,1.0 +1106,1106,02,num,three_rule_comb6,93.0,[9 8 1],9 8 1,1,1.0 +1106,1106,02,num,three_rule_comb6,94.0,[4 9 4],4 9 6,0,1.0 +1106,1106,02,num,three_rule_comb6,95.0,[4 7 8],4 7 8],1,1.0 +1106,1106,02,num,three_rule_comb6,96.0,[3 7 7],3 7 7,1,1.0 +1106,1106,02,num,three_rule_comb6,97.0,[8 1 6],8 1 6],1,1.0 +1106,1106,02,num,three_rule_comb6,98.0,[7 3 5],2 3 5],0,1.0 +1106,1106,02,num,three_rule_comb6,99.0,[5 6 8],5 6 0],0,1.0 +1106,1106,02,num,three_rule_comb7,0.0,[5 4 8],5 4 8,1,1.0 +1106,1106,02,num,three_rule_comb7,1.0,[3 1 8],3 1 8],1,1.0 +1106,1106,02,num,three_rule_comb7,2.0,[4 7 9],4 4 4],0,1.0 +1106,1106,02,num,three_rule_comb7,3.0,[4 8 5],4 1 2,0,1.0 +1106,1106,02,num,three_rule_comb7,4.0,[7 5 2],7 6 3,0,1.0 +1106,1106,02,num,three_rule_comb7,5.0,[9 3 9],9 0 5,0,1.0 +1106,1106,02,num,three_rule_comb7,6.0,[5 1 5],5 2 6,0,1.0 +1106,1106,02,num,three_rule_comb7,7.0,[2 9 0],2 3 1,0,1.0 +1106,1106,02,num,three_rule_comb7,8.0,[2 2 3],2 2 7,0,1.0 +1106,1106,02,num,three_rule_comb7,9.0,[6 2 8],6 2 0],0,1.0 +1106,1106,02,num,three_rule_comb7,10.0,[5 1 4],8 1 7,0,1.0 +1106,1106,02,num,three_rule_comb7,11.0,[2 6 1],2 6 1,1,1.0 +1106,1106,02,num,three_rule_comb7,12.0,[4 4 4],4 4 4,1,1.0 +1106,1106,02,num,three_rule_comb7,13.0,[4 4 0],4 4 3],0,1.0 +1106,1106,02,num,three_rule_comb7,14.0,[7 7 4],7 4 4,0,1.0 +1106,1106,02,num,three_rule_comb7,15.0,[3 0 0],3 3 0,0,1.0 +1106,1106,02,num,three_rule_comb7,16.0,[8 8 0],8 4 0],0,1.0 +1106,1106,02,num,three_rule_comb7,17.0,[8 1 4],7 1 4],0,1.0 +1106,1106,02,num,three_rule_comb7,18.0,[6 2 6],6 5 6],0,1.0 +1106,1106,02,num,three_rule_comb7,19.0,[1 3 9],1 3 9,1,1.0 +1106,1106,02,num,three_rule_comb7,20.0,[5 6 5],5 6 5,1,1.0 +1106,1106,02,num,three_rule_comb7,21.0,[1 4 3],1 5 3,0,1.0 +1106,1106,02,num,three_rule_comb7,22.0,[6 4 1],6 4 1,1,1.0 +1106,1106,02,num,three_rule_comb7,23.0,[8 0 3],8 0 7],0,1.0 +1106,1106,02,num,three_rule_comb7,24.0,[8 4 1],8 4 1],1,1.0 +1106,1106,02,num,three_rule_comb7,25.0,[5 3 4],5 3 1,0,1.0 +1106,1106,02,num,three_rule_comb7,26.0,[4 8 6],4 8 6,1,1.0 +1106,1106,02,num,three_rule_comb7,27.0,[2 1 2],1 2 6],0,1.0 +1106,1106,02,num,three_rule_comb7,28.0,[9 8 9],7 6 1,0,1.0 +1106,1106,02,num,three_rule_comb7,29.0,[0 2 9],6 7 9],0,1.0 +1106,1106,02,num,three_rule_comb7,30.0,[9 9 9],9 3 4],0,1.0 +1106,1106,02,num,three_rule_comb7,31.0,[6 1 9],6 7 9],0,1.0 +1106,1106,02,num,three_rule_comb7,32.0,[4 5 9],4 5 4,0,1.0 +1106,1106,02,num,three_rule_comb7,33.0,[3 5 1],7 5 3,0,1.0 +1106,1106,02,num,three_rule_comb7,34.0,[6 5 4],3 7 8],0,1.0 +1106,1106,02,num,three_rule_comb7,35.0,[2 3 1],2 4 6],0,1.0 +1106,1106,02,num,three_rule_comb7,36.0,[6 1 5],8 1 9,0,1.0 +1106,1106,02,num,three_rule_comb7,37.0,[1 4 7],1 4 2],0,1.0 +1106,1106,02,num,three_rule_comb7,38.0,[5 4 5],5 3 3,0,1.0 +1106,1106,02,num,three_rule_comb7,39.0,[0 2 4],0 2 4,1,1.0 +1106,1106,02,num,three_rule_comb7,40.0,[5 9 4],5 9 7,0,1.0 +1106,1106,02,num,three_rule_comb7,41.0,[2 2 1],2 5 1,0,1.0 +1106,1106,02,num,three_rule_comb7,42.0,[2 4 3],5 4 6],0,1.0 +1106,1106,02,num,three_rule_comb7,43.0,[8 1 7],8 1 7],1,1.0 +1106,1106,02,num,three_rule_comb7,44.0,[8 7 2],8 7 2,1,1.0 +1106,1106,02,num,three_rule_comb7,45.0,[3 9 2],3 9 2,1,1.0 +1106,1106,02,num,three_rule_comb7,46.0,[9 7 5],1 7 3],0,1.0 +1106,1106,02,num,three_rule_comb7,47.0,[0 4 3],0 7 2,0,1.0 +1106,1106,02,num,three_rule_comb7,48.0,[5 6 2],5 6 2,1,1.0 +1106,1106,02,num,three_rule_comb7,49.0,[4 0 9],4 0 9],1,1.0 +1106,1106,02,num,three_rule_comb7,50.0,[3 1 7],3 7 7],0,1.0 +1106,1106,02,num,three_rule_comb7,51.0,[8 8 5],8 2 5,0,1.0 +1106,1106,02,num,three_rule_comb7,52.0,[2 9 1],2 9 5],0,1.0 +1106,1106,02,num,three_rule_comb7,53.0,[3 8 0],3 8 4],0,1.0 +1106,1106,02,num,three_rule_comb7,54.0,[6 0 0],6 0 0,1,1.0 +1106,1106,02,num,three_rule_comb7,55.0,[1 6 0],1 6 8,0,1.0 +1106,1106,02,num,three_rule_comb7,56.0,[9 4 0],9 4 8,0,1.0 +1106,1106,02,num,three_rule_comb7,57.0,[7 0 7],7 0 5],0,1.0 +1106,1106,02,num,three_rule_comb7,58.0,[9 3 5],9 4 5,0,1.0 +1106,1106,02,num,three_rule_comb7,59.0,[3 4 4],3 4 4],1,1.0 +1106,1106,02,num,three_rule_comb7,60.0,[8 1 9],8 1 9],1,1.0 +1106,1106,02,num,three_rule_comb7,61.0,[5 1 3],5 1 6,0,1.0 +1106,1106,02,num,three_rule_comb7,62.0,[4 8 7],4 8 7,1,1.0 +1106,1106,02,num,three_rule_comb7,63.0,[5 0 5],5 3 5,0,1.0 +1106,1106,02,num,three_rule_comb7,64.0,[5 1 6],5 1 6],1,1.0 +1106,1106,02,num,three_rule_comb7,65.0,[8 4 4],8 4 6,0,1.0 +1106,1106,02,num,three_rule_comb7,66.0,[9 2 3],None,0,1.0 +1106,1106,02,num,three_rule_comb7,67.0,[4 6 7],4 6 7,1,1.0 +1106,1106,02,num,three_rule_comb7,68.0,[5 3 0],6 3 0],0,1.0 +1106,1106,02,num,three_rule_comb7,69.0,[5 4 9],5 5 9],0,1.0 +1106,1106,02,num,three_rule_comb7,70.0,[4 6 6],4 2 6,0,1.0 +1106,1106,02,num,three_rule_comb7,71.0,[6 6 1],6 2 3],0,1.0 +1106,1106,02,num,three_rule_comb7,72.0,[4 0 8],4 0 8],1,1.0 +1106,1106,02,num,three_rule_comb7,73.0,[1 9 7],3 3 7,0,1.0 +1106,1106,02,num,three_rule_comb7,74.0,[5 4 6],5 4 6,1,1.0 +1106,1106,02,num,three_rule_comb7,75.0,[9 2 9],9 2 9],1,1.0 +1106,1106,02,num,three_rule_comb7,76.0,[8 5 7],7 8 9],0,1.0 +1106,1106,02,num,three_rule_comb7,77.0,[1 8 1],1 8 1],1,1.0 +1106,1106,02,num,three_rule_comb7,78.0,[5 7 5],5 8 5,0,1.0 +1106,1106,02,num,three_rule_comb7,79.0,[6 0 7],6 3 3],0,1.0 +1106,1106,02,num,three_rule_comb7,80.0,[0 7 2],8 7 3,0,1.0 +1106,1106,02,num,three_rule_comb7,81.0,[2 5 9],6 5 0,0,1.0 +1106,1106,02,num,three_rule_comb7,82.0,[1 9 9],1 9 6],0,1.0 +1106,1106,02,num,three_rule_comb7,83.0,[2 4 4],1 4 4],0,1.0 +1106,1106,02,num,three_rule_comb7,84.0,[8 6 4],8 6 4],1,1.0 +1106,1106,02,num,three_rule_comb7,85.0,[8 5 5],8 2 5,0,1.0 +1106,1106,02,num,three_rule_comb7,86.0,[6 0 9],6 6 9,0,1.0 +1106,1106,02,num,three_rule_comb7,87.0,[1 5 6],2 5 3,0,1.0 +1106,1106,02,num,three_rule_comb7,88.0,[8 4 1],8 7 1,0,1.0 +1106,1106,02,num,three_rule_comb7,89.0,[6 7 0],6 7 0],1,1.0 +1106,1106,02,num,three_rule_comb7,90.0,[8 6 1],8 3 6,0,1.0 +1106,1106,02,num,three_rule_comb7,91.0,[4 1 4],4 8 8,0,1.0 +1106,1106,02,num,three_rule_comb7,92.0,[6 6 4],6 9 4],0,1.0 +1106,1106,02,num,three_rule_comb7,93.0,[6 9 6],7 3 6],0,1.0 +1106,1106,02,num,three_rule_comb7,94.0,[1 3 5],1 3 5],1,1.0 +1106,1106,02,num,three_rule_comb7,95.0,[1 5 2],1 5 2,1,1.0 +1106,1106,02,num,three_rule_comb7,96.0,[2 4 6],2 4 3,0,1.0 +1106,1106,02,num,three_rule_comb7,97.0,[0 3 0],0 3 0,1,1.0 +1106,1106,02,num,three_rule_comb7,98.0,[8 3 0],8 3 6,0,1.0 +1106,1106,02,num,three_rule_comb7,99.0,[8 9 3],7 6 3,0,1.0 +1106,1106,02,num,three_rule_comb8,0.0,[8 1 2],8 1 6],0,1.0 +1106,1106,02,num,three_rule_comb8,1.0,[5 5 5],5 5 3],0,1.0 +1106,1106,02,num,three_rule_comb8,2.0,[3 0 8],6 0 8,0,1.0 +1106,1106,02,num,three_rule_comb8,3.0,[7 5 9],7 5 6,0,1.0 +1106,1106,02,num,three_rule_comb8,4.0,[9 4 8],9 4 6,0,1.0 +1106,1106,02,num,three_rule_comb8,5.0,[5 3 8],5 3 2,0,1.0 +1106,1106,02,num,three_rule_comb8,6.0,[4 6 1],4 6 1],1,1.0 +1106,1106,02,num,three_rule_comb8,7.0,[8 3 0],8 2 0],0,1.0 +1106,1106,02,num,three_rule_comb8,8.0,[7 0 6],5 0 6],0,1.0 +1106,1106,02,num,three_rule_comb8,9.0,[0 7 0],0 7 1,0,1.0 +1106,1106,02,num,three_rule_comb8,10.0,[3 5 6],9 5 6],0,1.0 +1106,1106,02,num,three_rule_comb8,11.0,[0 4 5],0 9 5],0,1.0 +1106,1106,02,num,three_rule_comb8,12.0,[6 6 4],6 3 4,0,1.0 +1106,1106,02,num,three_rule_comb8,13.0,[1 9 8],1 9 6,0,1.0 +1106,1106,02,num,three_rule_comb8,14.0,[0 7 1],0 7 1],1,1.0 +1106,1106,02,num,three_rule_comb8,15.0,[3 8 3],3 8 3,1,1.0 +1106,1106,02,num,three_rule_comb8,16.0,[4 6 7],4 6 7],1,1.0 +1106,1106,02,num,three_rule_comb8,17.0,[2 8 4],2 5 7,0,1.0 +1106,1106,02,num,three_rule_comb8,18.0,[1 5 5],1 5 7,0,1.0 +1106,1106,02,num,three_rule_comb8,19.0,[0 7 5],0 7 5],1,1.0 +1106,1106,02,num,three_rule_comb8,20.0,[4 1 9],4 3 9,0,1.0 +1106,1106,02,num,three_rule_comb8,21.0,[0 9 4],0 9 2,0,1.0 +1106,1106,02,num,three_rule_comb8,22.0,[8 4 2],8 4 2,1,1.0 +1106,1106,02,num,three_rule_comb8,23.0,[9 4 8],9 5 8,0,1.0 +1106,1106,02,num,three_rule_comb8,24.0,[5 3 0],5 7 8,0,1.0 +1106,1106,02,num,three_rule_comb8,25.0,[0 5 8],0 8 8,0,1.0 +1106,1106,02,num,three_rule_comb8,26.0,[8 8 5],8 3 5,0,1.0 +1106,1106,02,num,three_rule_comb8,27.0,[0 5 8],0 5 4],0,1.0 +1106,1106,02,num,three_rule_comb8,28.0,[4 5 3],4 1 3,0,1.0 +1106,1106,02,num,three_rule_comb8,29.0,[4 5 6],1 5 6],0,1.0 +1106,1106,02,num,three_rule_comb8,30.0,[6 6 0],6 2 0],0,1.0 +1106,1106,02,num,three_rule_comb8,31.0,[7 5 7],7 5 8,0,1.0 +1106,1106,02,num,three_rule_comb8,32.0,[4 0 8],4 6 8,0,1.0 +1106,1106,02,num,three_rule_comb8,33.0,[3 0 2],3 7 2],0,1.0 +1106,1106,02,num,three_rule_comb8,34.0,[6 8 5],6 8 5,1,1.0 +1106,1106,02,num,three_rule_comb8,35.0,[9 0 9],9 0 9],1,1.0 +1106,1106,02,num,three_rule_comb8,36.0,[7 4 6],7 4 6],1,1.0 +1106,1106,02,num,three_rule_comb8,37.0,[7 3 8],7 3 8],1,1.0 +1106,1106,02,num,three_rule_comb8,38.0,[5 0 1],5 0 1],1,1.0 +1106,1106,02,num,three_rule_comb8,39.0,[9 5 0],9 6 0],0,1.0 +1106,1106,02,num,three_rule_comb8,40.0,[4 7 1],4 1 1,0,1.0 +1106,1106,02,num,three_rule_comb8,41.0,[1 6 7],1 4 7],0,1.0 +1106,1106,02,num,three_rule_comb8,42.0,[4 2 5],1 2 5],0,1.0 +1106,1106,02,num,three_rule_comb8,43.0,[6 1 3],6 1 3,1,1.0 +1106,1106,02,num,three_rule_comb8,44.0,[0 9 0],0 9 7,0,1.0 +1106,1106,02,num,three_rule_comb8,45.0,[5 8 4],5 1 4,0,1.0 +1106,1106,02,num,three_rule_comb8,46.0,[9 8 0],9 1 0,0,1.0 +1106,1106,02,num,three_rule_comb8,47.0,[3 0 2],3 0 2],1,1.0 +1106,1106,02,num,three_rule_comb8,48.0,[5 1 3],5 1 7,0,1.0 +1106,1106,02,num,three_rule_comb8,49.0,[8 9 5],8 9 2,0,1.0 +1106,1106,02,num,three_rule_comb8,50.0,[2 9 0],2 9 0],1,1.0 +1106,1106,02,num,three_rule_comb8,51.0,[1 1 1],1 1 1,1,1.0 +1106,1106,02,num,three_rule_comb8,52.0,[6 4 5],6 4 5],1,1.0 +1106,1106,02,num,three_rule_comb8,53.0,[3 5 7],3 5 2,0,1.0 +1106,1106,02,num,three_rule_comb8,54.0,[7 5 2],None,0,1.0 +1106,1106,02,num,three_rule_comb8,55.0,[1 6 3],1 6 5,0,1.0 +1106,1106,02,num,three_rule_comb8,56.0,[0 9 1],0 2 1,0,1.0 +1106,1106,02,num,three_rule_comb8,57.0,[5 3 1],5 2 1,0,1.0 +1106,1106,02,num,three_rule_comb8,58.0,[6 2 1],3 2 1,0,1.0 +1106,1106,02,num,three_rule_comb8,59.0,[5 5 0],5 2 0],0,1.0 +1106,1106,02,num,three_rule_comb8,60.0,[1 9 9],1 9 4,0,1.0 +1106,1106,02,num,three_rule_comb8,61.0,[8 8 1],8 3 1,0,1.0 +1106,1106,02,num,three_rule_comb8,62.0,[9 4 2],9 4 2],1,1.0 +1106,1106,02,num,three_rule_comb8,63.0,[1 9 0],1 9 0],1,1.0 +1106,1106,02,num,three_rule_comb8,64.0,[5 9 5],1 9 5],0,1.0 +1106,1106,02,num,three_rule_comb8,65.0,[8 0 5],8 0 2],0,1.0 +1106,1106,02,num,three_rule_comb8,66.0,[5 6 8],5 5 8,0,1.0 +1106,1106,02,num,three_rule_comb8,67.0,[0 5 8],7 5 8],0,1.0 +1106,1106,02,num,three_rule_comb8,68.0,[8 5 7],6 8 7],0,1.0 +1106,1106,02,num,three_rule_comb8,69.0,[1 8 9],1 0 1],0,1.0 +1106,1106,02,num,three_rule_comb8,70.0,[5 2 9],5 7 9],0,1.0 +1106,1106,02,num,three_rule_comb8,71.0,[5 4 2],5 3 2,0,1.0 +1106,1106,02,num,three_rule_comb8,72.0,[8 9 0],8 9 0,1,1.0 +1106,1106,02,num,three_rule_comb8,73.0,[0 3 4],0 6 4,0,1.0 +1106,1106,02,num,three_rule_comb8,74.0,[0 5 1],0 5 1,1,1.0 +1106,1106,02,num,three_rule_comb8,75.0,[4 5 6],4 5 6],1,1.0 +1106,1106,02,num,three_rule_comb8,76.0,[9 3 2],9 9 2,0,1.0 +1106,1106,02,num,three_rule_comb8,77.0,[0 7 4],1 7 4],0,1.0 +1106,1106,02,num,three_rule_comb8,78.0,[8 1 7],8 1 0],0,1.0 +1106,1106,02,num,three_rule_comb8,79.0,[1 9 7],1 9 5,0,1.0 +1106,1106,02,num,three_rule_comb8,80.0,[0 1 8],0 6 8,0,1.0 +1106,1106,02,num,three_rule_comb8,81.0,[9 2 0],9 7 0,0,1.0 +1106,1106,02,num,three_rule_comb8,82.0,[8 8 1],5 8 1],0,1.0 +1106,1106,02,num,three_rule_comb8,83.0,[2 1 8],2 1 8,1,1.0 +1106,1106,02,num,three_rule_comb8,84.0,[3 9 0],3 9 0],1,1.0 +1106,1106,02,num,three_rule_comb8,85.0,[3 5 8],3 5 5],0,1.0 +1106,1106,02,num,three_rule_comb8,86.0,[6 1 4],6 7 1],0,1.0 +1106,1106,02,num,three_rule_comb8,87.0,[5 0 2],5 1 2,0,1.0 +1106,1106,02,num,three_rule_comb8,88.0,[8 1 0],2 1 0],0,1.0 +1106,1106,02,num,three_rule_comb8,89.0,[4 9 8],4 8 8,0,1.0 +1106,1106,02,num,three_rule_comb8,90.0,[5 0 2],5 0 2],1,1.0 +1106,1106,02,num,three_rule_comb8,91.0,[0 3 2],0 3 2],1,1.0 +1106,1106,02,num,three_rule_comb8,92.0,[8 8 6],8 8 6],1,1.0 +1106,1106,02,num,three_rule_comb8,93.0,[1 0 2],1 0 7,0,1.0 +1106,1106,02,num,three_rule_comb8,94.0,[8 8 7],8 7 7],0,1.0 +1106,1106,02,num,three_rule_comb8,95.0,[6 5 4],6 1 4],0,1.0 +1106,1106,02,num,three_rule_comb8,96.0,[9 9 3],9 9 3],1,1.0 +1106,1106,02,num,three_rule_comb8,97.0,[0 8 5],0 5 8,0,1.0 +1106,1106,02,num,three_rule_comb8,98.0,[5 0 3],1 0 3],0,1.0 +1106,1106,02,num,three_rule_comb8,99.0,[8 1 0],8 1 4,0,1.0 +1106,1106,02,num,three_rule_comb9,0.0,[5 7 3],5 7 3,1,1.0 +1106,1106,02,num,three_rule_comb9,1.0,[8 9 0],8 9 0,1,1.0 +1106,1106,02,num,three_rule_comb9,2.0,[6 7 2],6 7 2,1,1.0 +1106,1106,02,num,three_rule_comb9,3.0,[5 8 6],5 8 6,1,1.0 +1106,1106,02,num,three_rule_comb9,4.0,[5 6 2],5 6 2,1,1.0 +1106,1106,02,num,three_rule_comb9,5.0,[7 8 4],7 8 4],1,1.0 +1106,1106,02,num,three_rule_comb9,6.0,[0 1 5],0 1 5,1,1.0 +1106,1106,02,num,three_rule_comb9,7.0,[9 1 0],9 1 0,1,1.0 +1106,1106,02,num,three_rule_comb9,8.0,[8 0 3],8 0 3,1,1.0 +1106,1106,02,num,three_rule_comb9,9.0,[0 5 8],0 5 8,1,1.0 +1106,1106,02,num,three_rule_comb9,10.0,[0 8 1],0 8 1,1,1.0 +1106,1106,02,num,three_rule_comb9,11.0,[0 1 1],0 1 1],1,1.0 +1106,1106,02,num,three_rule_comb9,12.0,[9 1 6],9 1 6],1,1.0 +1106,1106,02,num,three_rule_comb9,13.0,[4 8 1],4 8 1,1,1.0 +1106,1106,02,num,three_rule_comb9,14.0,[2 5 0],2 5 0,1,1.0 +1106,1106,02,num,three_rule_comb9,15.0,[8 1 5],8 1 5,1,1.0 +1106,1106,02,num,three_rule_comb9,16.0,[6 0 8],6 0 8],1,1.0 +1106,1106,02,num,three_rule_comb9,17.0,[5 2 4],5 2 4,1,1.0 +1106,1106,02,num,three_rule_comb9,18.0,[4 6 9],4 6 9,1,1.0 +1106,1106,02,num,three_rule_comb9,19.0,[2 8 0],2 8 0,1,1.0 +1106,1106,02,num,three_rule_comb9,20.0,[0 8 7],0 8 7,1,1.0 +1106,1106,02,num,three_rule_comb9,21.0,[1 2 9],1 2 9,1,1.0 +1106,1106,02,num,three_rule_comb9,22.0,[5 8 2],5 8 2],1,1.0 +1106,1106,02,num,three_rule_comb9,23.0,[6 1 2],6 1 2,1,1.0 +1106,1106,02,num,three_rule_comb9,24.0,[4 9 0],4 9 0,1,1.0 +1106,1106,02,num,three_rule_comb9,25.0,[2 9 8],2 9 8,1,1.0 +1106,1106,02,num,three_rule_comb9,26.0,[0 9 1],0 9 1,1,1.0 +1106,1106,02,num,three_rule_comb9,27.0,[0 1 5],0 1 5,1,1.0 +1106,1106,02,num,three_rule_comb9,28.0,[8 1 0],8 1 0],1,1.0 +1106,1106,02,num,three_rule_comb9,29.0,[8 6 4],8 6 4,1,1.0 +1106,1106,02,num,three_rule_comb9,30.0,[5 8 8],5 8 8,1,1.0 +1106,1106,02,num,three_rule_comb9,31.0,[8 7 1],8 7 1,1,1.0 +1106,1106,02,num,three_rule_comb9,32.0,[0 4 5],0 4 5,1,1.0 +1106,1106,02,num,three_rule_comb9,33.0,[7 5 9],7 5 9,1,1.0 +1106,1106,02,num,three_rule_comb9,34.0,[9 4 2],9 4 2,1,1.0 +1106,1106,02,num,three_rule_comb9,35.0,[6 4 0],6 4 0],1,1.0 +1106,1106,02,num,three_rule_comb9,36.0,[9 0 4],9 0 4,1,1.0 +1106,1106,02,num,three_rule_comb9,37.0,[8 9 3],8 9 3],1,1.0 +1106,1106,02,num,three_rule_comb9,38.0,[7 0 0],7 0 0],1,1.0 +1106,1106,02,num,three_rule_comb9,39.0,[3 9 4],3 9 4,1,1.0 +1106,1106,02,num,three_rule_comb9,40.0,[8 6 9],8 6 9,1,1.0 +1106,1106,02,num,three_rule_comb9,41.0,[8 1 4],8 1 4,1,1.0 +1106,1106,02,num,three_rule_comb9,42.0,[7 2 9],7 2 9,1,1.0 +1106,1106,02,num,three_rule_comb9,43.0,[1 0 9],1 0 9,1,1.0 +1106,1106,02,num,three_rule_comb9,44.0,[6 4 4],6 4 4,1,1.0 +1106,1106,02,num,three_rule_comb9,45.0,[1 7 4],1 7 4,1,1.0 +1106,1106,02,num,three_rule_comb9,46.0,[8 2 1],8 2 1,1,1.0 +1106,1106,02,num,three_rule_comb9,47.0,[0 8 7],0 8 7],1,1.0 +1106,1106,02,num,three_rule_comb9,48.0,[6 9 5],6 9 5,1,1.0 +1106,1106,02,num,three_rule_comb9,49.0,[1 5 5],1 5 5,1,1.0 +1106,1106,02,num,three_rule_comb9,50.0,[0 0 1],0 0 1,1,1.0 +1106,1106,02,num,three_rule_comb9,51.0,[2 9 1],2 9 1,1,1.0 +1106,1106,02,num,three_rule_comb9,52.0,[9 8 5],9 8 5,1,1.0 +1106,1106,02,num,three_rule_comb9,53.0,[0 0 6],0 0 6,1,1.0 +1106,1106,02,num,three_rule_comb9,54.0,[9 9 8],9 9 8,1,1.0 +1106,1106,02,num,three_rule_comb9,55.0,[5 4 3],5 4 3,1,1.0 +1106,1106,02,num,three_rule_comb9,56.0,[1 7 9],1 7 9,1,1.0 +1106,1106,02,num,three_rule_comb9,57.0,[1 9 8],1 9 8,1,1.0 +1106,1106,02,num,three_rule_comb9,58.0,[4 1 0],4 1 0,1,1.0 +1106,1106,02,num,three_rule_comb9,59.0,[9 7 5],9 7 5,1,1.0 +1106,1106,02,num,three_rule_comb9,60.0,[9 5 4],9 5 4,1,1.0 +1106,1106,02,num,three_rule_comb9,61.0,[8 0 2],8 0 2],1,1.0 +1106,1106,02,num,three_rule_comb9,62.0,[1 5 8],1 5 8,1,1.0 +1106,1106,02,num,three_rule_comb9,63.0,[9 4 8],9 4 8,1,1.0 +1106,1106,02,num,three_rule_comb9,64.0,[6 8 9],6 8 9],1,1.0 +1106,1106,02,num,three_rule_comb9,65.0,[4 0 3],4 0 3,1,1.0 +1106,1106,02,num,three_rule_comb9,66.0,[5 1 6],5 1 6],1,1.0 +1106,1106,02,num,three_rule_comb9,67.0,[5 9 3],5 9 3,1,1.0 +1106,1106,02,num,three_rule_comb9,68.0,[8 9 0],8 9 0],1,1.0 +1106,1106,02,num,three_rule_comb9,69.0,[4 9 7],4 9 7],1,1.0 +1106,1106,02,num,three_rule_comb9,70.0,[8 9 4],8 9 4,1,1.0 +1106,1106,02,num,three_rule_comb9,71.0,[4 2 5],4 2 5,1,1.0 +1106,1106,02,num,three_rule_comb9,72.0,[7 9 8],7 9 8],1,1.0 +1106,1106,02,num,three_rule_comb9,73.0,[5 0 8],5 0 8,1,1.0 +1106,1106,02,num,three_rule_comb9,74.0,[9 8 7],9 8 7,1,1.0 +1106,1106,02,num,three_rule_comb9,75.0,[3 0 4],3 0 4,1,1.0 +1106,1106,02,num,three_rule_comb9,76.0,[1 8 0],1 8 0,1,1.0 +1106,1106,02,num,three_rule_comb9,77.0,[7 0 4],7 0 4,1,1.0 +1106,1106,02,num,three_rule_comb9,78.0,[9 5 9],9 5 9,1,1.0 +1106,1106,02,num,three_rule_comb9,79.0,[1 7 0],1 7 0,1,1.0 +1106,1106,02,num,three_rule_comb9,80.0,[4 4 2],4 4 2,1,1.0 +1106,1106,02,num,three_rule_comb9,81.0,[1 4 7],1 4 7,1,1.0 +1106,1106,02,num,three_rule_comb9,82.0,[0 5 4],0 5 4,1,1.0 +1106,1106,02,num,three_rule_comb9,83.0,[9 5 4],9 5 4,1,1.0 +1106,1106,02,num,three_rule_comb9,84.0,[5 3 0],5 3 0,1,1.0 +1106,1106,02,num,three_rule_comb9,85.0,[5 7 1],5 7 1,1,1.0 +1106,1106,02,num,three_rule_comb9,86.0,[9 4 5],9 4 5],1,1.0 +1106,1106,02,num,three_rule_comb9,87.0,[4 9 5],4 9 5,1,1.0 +1106,1106,02,num,three_rule_comb9,88.0,[7 4 5],7 4 5,1,1.0 +1106,1106,02,num,three_rule_comb9,89.0,[6 8 0],6 8 0,1,1.0 +1106,1106,02,num,three_rule_comb9,90.0,[1 9 3],1 9 3,1,1.0 +1106,1106,02,num,three_rule_comb9,91.0,[9 0 1],9 0 1,1,1.0 +1106,1106,02,num,three_rule_comb9,92.0,[9 7 4],9 7 4,1,1.0 +1106,1106,02,num,three_rule_comb9,93.0,[1 0 6],1 0 6,1,1.0 +1106,1106,02,num,three_rule_comb9,94.0,[9 0 2],9 0 2],1,1.0 +1106,1106,02,num,three_rule_comb9,95.0,[1 3 1],1 3 1,1,1.0 +1106,1106,02,num,three_rule_comb9,96.0,[7 9 1],7 9 1,1,1.0 +1106,1106,02,num,three_rule_comb9,97.0,[3 1 0],3 1 0,1,1.0 +1106,1106,02,num,three_rule_comb9,98.0,[9 7 8],9 7 8],1,1.0 +1106,1106,02,num,three_rule_comb9,99.0,[3 1 2],3 1 2,1,1.0 +1106,1106,02,num,c3_set_union,0.0,[6 4 1 9],6 4 1 9,1,1.0 +1106,1106,02,num,c3_set_union,1.0,[5 7 4 1],5 7 4 1,1,1.0 +1106,1106,02,num,c3_set_union,2.0,[1 9 8 6],1 9 8 6,1,1.0 +1106,1106,02,num,c3_set_union,3.0,[0 4 8 7],0 4 8 7,1,1.0 +1106,1106,02,num,c3_set_union,4.0,[8 6 5 2],8 5 6 2,1,1.0 +1106,1106,02,num,c3_set_union,5.0,[2 5 1 0],2 5 1 0,1,1.0 +1106,1106,02,num,c3_set_union,6.0,[6 1 0 4],6 1 0 4,1,1.0 +1106,1106,02,num,c3_set_union,7.0,[7 3 8 4],7 8 3 4,1,1.0 +1106,1106,02,num,c3_set_union,8.0,[8 3 2 1],8 3 2 1,1,1.0 +1106,1106,02,num,c3_set_union,9.0,[0 2 1 6],0 1 2 6,1,1.0 +1106,1106,02,num,c3_set_union,10.0,[9 0 7 1],9 0 7 1],1,1.0 +1106,1106,02,num,c3_set_union,11.0,[6 1 3 5],6 1 3 5],1,1.0 +1106,1106,02,num,c3_set_union,12.0,[9 7 6 0],9 7 6 0,1,1.0 +1106,1106,02,num,c3_set_union,13.0,[5 0 7 3],5 0 7 3],1,1.0 +1106,1106,02,num,c3_set_union,14.0,[8 9 7 2],8 9 7 2,1,1.0 +1106,1106,02,num,c3_set_union,15.0,[0 4 1 2],0 4 1 2,1,1.0 +1106,1106,02,num,c3_set_union,16.0,[6 2 8 3],6 8 2 3,1,1.0 +1106,1106,02,num,c3_set_union,17.0,[7 8 6 3],7 8 6 3],1,1.0 +1106,1106,02,num,c3_set_union,18.0,[9 4 2 8],9 4 2 8,1,1.0 +1106,1106,02,num,c3_set_union,19.0,[8 4 6 1],8 4 6 1,1,1.0 +1106,1106,02,num,c3_set_union,20.0,[6 0 2 3],6 2 3],0,1.0 +1106,1106,02,num,c3_set_union,21.0,[8 4 5 9],8 4 5 9,1,1.0 +1106,1106,02,num,c3_set_union,22.0,[3 5 7 8],3 5 7 8,1,1.0 +1106,1106,02,num,c3_set_union,23.0,[0 4 6 5],0 4 6 5,1,1.0 +1106,1106,02,num,c3_set_union,24.0,[0 9 7 5],0 9 7 5,1,1.0 +1106,1106,02,num,c3_set_union,25.0,[6 9 5 1],6 9 5 1,1,1.0 +1106,1106,02,num,c3_set_union,26.0,[8 3 9 7],8 3 9 7,1,1.0 +1106,1106,02,num,c3_set_union,27.0,[9 2 1 8],9 1 8,0,1.0 +1106,1106,02,num,c3_set_union,28.0,[8 0 1 6],80 16,1,1.0 +1106,1106,02,num,c3_set_union,29.0,[3 9 2 1],3 9 2 1],1,1.0 +1106,1106,02,num,c3_set_union,30.0,[3 2 4 8],3 2 4 8],1,1.0 +1106,1106,02,num,c3_set_union,31.0,[2 6 1 8],2 6 1 8,1,1.0 +1106,1106,02,num,c3_set_union,32.0,[8 6 4 0],8 4 0,0,1.0 +1106,1106,02,num,c3_set_union,33.0,[2 0 5 9],2 0 5 9,1,1.0 +1106,1106,02,num,c3_set_union,34.0,[6 5 1 4],6 5 1 4,1,1.0 +1106,1106,02,num,c3_set_union,35.0,[0 5 2 3],0 5 2 3,1,1.0 +1106,1106,02,num,c3_set_union,36.0,[4 6 8 3],4 8 6 3,1,1.0 +1106,1106,02,num,c3_set_union,37.0,[9 1 2 6],9 1 2 6,1,1.0 +1106,1106,02,num,c3_set_union,38.0,[8 4 6 9],8 4 6 9,1,1.0 +1106,1106,02,num,c3_set_union,39.0,[1 7 9 2],1 7 9 2,1,1.0 +1106,1106,02,num,c3_set_union,40.0,[9 3 2 6],9 3 2 6,1,1.0 +1106,1106,02,num,c3_set_union,41.0,[1 0 9 3],1 0 9 3],1,1.0 +1106,1106,02,num,c3_set_union,42.0,[7 9 2 3],7 9 2 3,1,1.0 +1106,1106,02,num,c3_set_union,43.0,[8 2 4 7],8 4 2 7,1,1.0 +1106,1106,02,num,c3_set_union,44.0,[9 0 4 8],9 4 8,0,1.0 +1106,1106,02,num,c3_set_union,45.0,[3 5 8 9],3 5 8 9,1,1.0 +1106,1106,02,num,c3_set_union,46.0,[7 2 1 5],7 1 5,0,1.0 +1106,1106,02,num,c3_set_union,47.0,[8 6 7 2],8 6 7 2,1,1.0 +1106,1106,02,num,c3_set_union,48.0,[0 4 2 6],0 4 2 6,1,1.0 +1106,1106,02,num,c3_set_union,49.0,[4 6 2 5],4 6 2 5,1,1.0 +1106,1106,02,num,c3_set_union,50.0,[4 9 3 0],4 9 3 0,1,1.0 +1106,1106,02,num,c3_set_union,51.0,[7 3 0 2],7 3 0 2,1,1.0 +1106,1106,02,num,c3_set_union,52.0,[1 9 7 8],1 9 7 8],1,1.0 +1106,1106,02,num,c3_set_union,53.0,[6 9 0 5],6 9 0 5,1,1.0 +1106,1106,02,num,c3_set_union,54.0,[1 7 5 0],1 7 5 0,1,1.0 +1106,1106,02,num,c3_set_union,55.0,[7 2 5 8],7 5 8,0,1.0 +1106,1106,02,num,c3_set_union,56.0,[8 3 2 5],8 3 2 5,1,1.0 +1106,1106,02,num,c3_set_union,57.0,[0 5 2 6],0 5 2 6,1,1.0 +1106,1106,02,num,c3_set_union,58.0,[7 4 5 0],7 4 5 0,1,1.0 +1106,1106,02,num,c3_set_union,59.0,[7 8 5 6],7 5 8 6,1,1.0 +1106,1106,02,num,c3_set_union,60.0,[2 1 5 9],2 1 5 9,1,1.0 +1106,1106,02,num,c3_set_union,61.0,[0 5 2 4],0 5 2 4,1,1.0 +1106,1106,02,num,c3_set_union,62.0,[9 0 5 3],9 5 0 3],1,1.0 +1106,1106,02,num,c3_set_union,63.0,[6 7 5 3],6 7 5 3],1,1.0 +1106,1106,02,num,c3_set_union,64.0,[1 3 9 6],1 3 9 6],1,1.0 +1106,1106,02,num,c3_set_union,65.0,[8 1 7 0],8 1 7 0,1,1.0 +1106,1106,02,num,c3_set_union,66.0,[5 1 9 7],5 1 9 7,1,1.0 +1106,1106,02,num,c3_set_union,67.0,[4 9 2 0],4 9 2 0,1,1.0 +1106,1106,02,num,c3_set_union,68.0,[5 0 8 9],5 0 8 9],1,1.0 +1106,1106,02,num,c3_set_union,69.0,[8 1 9 5],8 1 9 5,1,1.0 +1106,1106,02,num,c3_set_union,70.0,[7 4 6 2],7 4 6 2,1,1.0 +1106,1106,02,num,c3_set_union,71.0,[8 6 1 5],8 6 1 5,1,1.0 +1106,1106,02,num,c3_set_union,72.0,[4 3 8 0],4 8 3 0,1,1.0 +1106,1106,02,num,c3_set_union,73.0,[5 1 9 4],5 9 1 4,1,1.0 +1106,1106,02,num,c3_set_union,74.0,[2 3 7 8],2 3 7 8,1,1.0 +1106,1106,02,num,c3_set_union,75.0,[9 8 5 2],9 8 5 2,1,1.0 +1106,1106,02,num,c3_set_union,76.0,[0 7 8 9],0 7 8 9,1,1.0 +1106,1106,02,num,c3_set_union,77.0,[8 6 3 0],8 6 3 0,1,1.0 +1106,1106,02,num,c3_set_union,78.0,[1 3 6 7],1 3 6 7],1,1.0 +1106,1106,02,num,c3_set_union,79.0,[4 9 2 5],4 9 2 5,1,1.0 +1106,1106,02,num,c3_set_union,80.0,[4 8 1 9],4 1 8 9,1,1.0 +1106,1106,02,num,c3_set_union,81.0,[3 1 2 7],3 1 2 7,1,1.0 +1106,1106,02,num,c3_set_union,82.0,[8 0 1 5],8 0 1 5,1,1.0 +1106,1106,02,num,c3_set_union,83.0,[7 4 9 2],7 4 9 2,1,1.0 +1106,1106,02,num,c3_set_union,84.0,[3 8 5 1],3 8 5 1,1,1.0 +1106,1106,02,num,c3_set_union,85.0,[3 9 4 8],3 9 4 8],1,1.0 +1106,1106,02,num,c3_set_union,86.0,[2 3 0 8],2 3 0 8,1,1.0 +1106,1106,02,num,c3_set_union,87.0,[4 3 2 6],4 3 2 6],1,1.0 +1106,1106,02,num,c3_set_union,88.0,[0 3 1 4],0 1 3 4,1,1.0 +1106,1106,02,num,c3_set_union,89.0,[3 4 7 9],3 4 7 9],1,1.0 +1106,1106,02,num,c3_set_union,90.0,[5 7 2 4],5 7 2 4,1,1.0 +1106,1106,02,num,c3_set_union,91.0,[1 9 0 4],1 9 0 4,1,1.0 +1106,1106,02,num,c3_set_union,92.0,[3 5 1 0],3 5 1 0,1,1.0 +1106,1106,02,num,c3_set_union,93.0,[8 4 1 7],8 4 1 7,1,1.0 +1106,1106,02,num,c3_set_union,94.0,[8 5 9 7],8 5 9 7,1,1.0 +1106,1106,02,num,c3_set_union,95.0,[4 9 5 0],4 5 9 0,1,1.0 +1106,1106,02,num,c3_set_union,96.0,[6 0 2 8],6 0 2 8,1,1.0 +1106,1106,02,num,c3_set_union,97.0,[1 0 3 2],1 0 3 2,1,1.0 +1106,1106,02,num,c3_set_union,98.0,[8 9 2 3],8 9 2 3],1,1.0 +1106,1106,02,num,c3_set_union,99.0,[3 4 5 2],3 4 5 2,1,1.0 +1106,1106,02,num,c1_set_union,0.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union,1.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union,2.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union,3.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union,4.0,[7],7,1,1.0 +1106,1106,02,num,c1_set_union,5.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union,6.0,[5],5,1,1.0 +1106,1106,02,num,c1_set_union,7.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union,8.0,[9],9],1,1.0 +1106,1106,02,num,c1_set_union,9.0,[9],9],1,1.0 +1106,1106,02,num,c1_set_union,10.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union,11.0,[2],2],1,1.0 +1106,1106,02,num,c1_set_union,12.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union,13.0,[5],5,1,1.0 +1106,1106,02,num,c1_set_union,14.0,[2],2],1,1.0 +1106,1106,02,num,c1_set_union,15.0,[5],5,1,1.0 +1106,1106,02,num,c1_set_union,16.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union,17.0,[7],7,1,1.0 +1106,1106,02,num,c1_set_union,18.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union,19.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union,20.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union,21.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union,22.0,[6],6],1,1.0 +1106,1106,02,num,c1_set_union,23.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union,24.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union,25.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union,26.0,[5],5],1,1.0 +1106,1106,02,num,c1_set_union,27.0,[7],7,1,1.0 +1106,1106,02,num,c1_set_union,28.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union,29.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union,30.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union,31.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union,32.0,[1],1],1,1.0 +1106,1106,02,num,c1_set_union,33.0,[4],4],1,1.0 +1106,1106,02,num,c1_set_union,34.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union,35.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union,36.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union,37.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union,38.0,[9],9],1,1.0 +1106,1106,02,num,c1_set_union,39.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union,40.0,[7],7],1,1.0 +1106,1106,02,num,c1_set_union,41.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union,42.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union,43.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union,44.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union,45.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union,46.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union,47.0,[7],7,1,1.0 +1106,1106,02,num,c1_set_union,48.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union,49.0,[7],7],1,1.0 +1106,1106,02,num,c1_set_union,50.0,[9],9],1,1.0 +1106,1106,02,num,c1_set_union,51.0,[3],3],1,1.0 +1106,1106,02,num,c1_set_union,52.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union,53.0,[9],9],1,1.0 +1106,1106,02,num,c1_set_union,54.0,[5],5,1,1.0 +1106,1106,02,num,c1_set_union,55.0,[1],1],1,1.0 +1106,1106,02,num,c1_set_union,56.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union,57.0,[5],5],1,1.0 +1106,1106,02,num,c1_set_union,58.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union,59.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union,60.0,[7],7],1,1.0 +1106,1106,02,num,c1_set_union,61.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union,62.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union,63.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union,64.0,[1],1],1,1.0 +1106,1106,02,num,c1_set_union,65.0,[7],7,1,1.0 +1106,1106,02,num,c1_set_union,66.0,[9],9],1,1.0 +1106,1106,02,num,c1_set_union,67.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union,68.0,[4],4],1,1.0 +1106,1106,02,num,c1_set_union,69.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union,70.0,[0],0],1,1.0 +1106,1106,02,num,c1_set_union,71.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union,72.0,[5],5,1,1.0 +1106,1106,02,num,c1_set_union,73.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union,74.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union,75.0,[7],7],1,1.0 +1106,1106,02,num,c1_set_union,76.0,[5],5],1,1.0 +1106,1106,02,num,c1_set_union,77.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union,78.0,[2],2],1,1.0 +1106,1106,02,num,c1_set_union,79.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union,80.0,[3],3],1,1.0 +1106,1106,02,num,c1_set_union,81.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union,82.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union,83.0,[2],2],1,1.0 +1106,1106,02,num,c1_set_union,84.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union,85.0,[0],0],1,1.0 +1106,1106,02,num,c1_set_union,86.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union,87.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union,88.0,[2],2],1,1.0 +1106,1106,02,num,c1_set_union,89.0,[2],2],1,1.0 +1106,1106,02,num,c1_set_union,90.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union,91.0,[7],7],1,1.0 +1106,1106,02,num,c1_set_union,92.0,[7],7,1,1.0 +1106,1106,02,num,c1_set_union,93.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union,94.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union,95.0,[2],2],1,1.0 +1106,1106,02,num,c1_set_union,96.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union,97.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union,98.0,[9],9],1,1.0 +1106,1106,02,num,c1_set_union,99.0,[6],6,1,1.0 +1106,1106,02,num,c2_set_union,0.0,[9],9],1,1.0 +1106,1106,02,num,c2_set_union,1.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union,2.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,3.0,[2],2,1,1.0 +1106,1106,02,num,c2_set_union,4.0,[3],3],1,1.0 +1106,1106,02,num,c2_set_union,5.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,6.0,[8],8,1,1.0 +1106,1106,02,num,c2_set_union,7.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union,8.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union,9.0,[4],4],1,1.0 +1106,1106,02,num,c2_set_union,10.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,11.0,[0],0],1,1.0 +1106,1106,02,num,c2_set_union,12.0,[9],9],1,1.0 +1106,1106,02,num,c2_set_union,13.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union,14.0,[0],0,1,1.0 +1106,1106,02,num,c2_set_union,15.0,[0],0],1,1.0 +1106,1106,02,num,c2_set_union,16.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union,17.0,[9],9],1,1.0 +1106,1106,02,num,c2_set_union,18.0,[9],9],1,1.0 +1106,1106,02,num,c2_set_union,19.0,[8],0 8 7],0,1.0 +1106,1106,02,num,c2_set_union,20.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union,21.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union,22.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,23.0,[8],8 2,0,1.0 +1106,1106,02,num,c2_set_union,24.0,[5],5],1,1.0 +1106,1106,02,num,c2_set_union,25.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,26.0,[7],7,1,1.0 +1106,1106,02,num,c2_set_union,27.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,28.0,[5],5],1,1.0 +1106,1106,02,num,c2_set_union,29.0,[8],8,1,1.0 +1106,1106,02,num,c2_set_union,30.0,[3],3],1,1.0 +1106,1106,02,num,c2_set_union,31.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,32.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,33.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,34.0,[8],8,1,1.0 +1106,1106,02,num,c2_set_union,35.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union,36.0,[5],5,1,1.0 +1106,1106,02,num,c2_set_union,37.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,38.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,39.0,[3],3],1,1.0 +1106,1106,02,num,c2_set_union,40.0,[5],5],1,1.0 +1106,1106,02,num,c2_set_union,41.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union,42.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,43.0,[6],6],1,1.0 +1106,1106,02,num,c2_set_union,44.0,[1],1 2,0,1.0 +1106,1106,02,num,c2_set_union,45.0,[6],6],1,1.0 +1106,1106,02,num,c2_set_union,46.0,[5],5],1,1.0 +1106,1106,02,num,c2_set_union,47.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,48.0,[5],5],1,1.0 +1106,1106,02,num,c2_set_union,49.0,[3],3],1,1.0 +1106,1106,02,num,c2_set_union,50.0,[1],1,1,1.0 +1106,1106,02,num,c2_set_union,51.0,[3],3],1,1.0 +1106,1106,02,num,c2_set_union,52.0,[2],2 0],0,1.0 +1106,1106,02,num,c2_set_union,53.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union,54.0,[4],4,1,1.0 +1106,1106,02,num,c2_set_union,55.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union,56.0,[6],6,1,1.0 +1106,1106,02,num,c2_set_union,57.0,[3],3],1,1.0 +1106,1106,02,num,c2_set_union,58.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union,59.0,[5],5],1,1.0 +1106,1106,02,num,c2_set_union,60.0,[9],9],1,1.0 +1106,1106,02,num,c2_set_union,61.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,62.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union,63.0,[6],6],1,1.0 +1106,1106,02,num,c2_set_union,64.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union,65.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union,66.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,67.0,[5],5],1,1.0 +1106,1106,02,num,c2_set_union,68.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,69.0,[0],0,1,1.0 +1106,1106,02,num,c2_set_union,70.0,[5],5],1,1.0 +1106,1106,02,num,c2_set_union,71.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union,72.0,[6],6],1,1.0 +1106,1106,02,num,c2_set_union,73.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,74.0,[6],6],1,1.0 +1106,1106,02,num,c2_set_union,75.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,76.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,77.0,[2],2 3],0,1.0 +1106,1106,02,num,c2_set_union,78.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,79.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union,80.0,[5],5],1,1.0 +1106,1106,02,num,c2_set_union,81.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,82.0,[9],9],1,1.0 +1106,1106,02,num,c2_set_union,83.0,[0],0],1,1.0 +1106,1106,02,num,c2_set_union,84.0,[4],4,1,1.0 +1106,1106,02,num,c2_set_union,85.0,[2],2 3],0,1.0 +1106,1106,02,num,c2_set_union,86.0,[3],3,1,1.0 +1106,1106,02,num,c2_set_union,87.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union,88.0,[4],4],1,1.0 +1106,1106,02,num,c2_set_union,89.0,[6],6],1,1.0 +1106,1106,02,num,c2_set_union,90.0,[9],9],1,1.0 +1106,1106,02,num,c2_set_union,91.0,[9],9],1,1.0 +1106,1106,02,num,c2_set_union,92.0,[6],6],1,1.0 +1106,1106,02,num,c2_set_union,93.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union,94.0,[0],0],1,1.0 +1106,1106,02,num,c2_set_union,95.0,[6],6],1,1.0 +1106,1106,02,num,c2_set_union,96.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union,97.0,[1],1 0],0,1.0 +1106,1106,02,num,c2_set_union,98.0,[5],5 0],0,1.0 +1106,1106,02,num,c2_set_union,99.0,[4],4 8,0,1.0 +1106,1106,02,num,AND,0.0,[4],4,1,1.0 +1106,1106,02,num,AND,1.0,[1],1,1,1.0 +1106,1106,02,num,AND,2.0,[5],5,1,1.0 +1106,1106,02,num,AND,3.0,[5],5],1,1.0 +1106,1106,02,num,AND,4.0,[2],2,1,1.0 +1106,1106,02,num,AND,5.0,[0],0],1,1.0 +1106,1106,02,num,AND,6.0,[0],0],1,1.0 +1106,1106,02,num,AND,7.0,[9],9],1,1.0 +1106,1106,02,num,AND,8.0,[7],7,1,1.0 +1106,1106,02,num,AND,9.0,[6],6,1,1.0 +1106,1106,02,num,AND,10.0,[8],8,1,1.0 +1106,1106,02,num,AND,11.0,[2],2,1,1.0 +1106,1106,02,num,AND,12.0,[2],2,1,1.0 +1106,1106,02,num,AND,13.0,[5],5],1,1.0 +1106,1106,02,num,AND,14.0,[9],9,1,1.0 +1106,1106,02,num,AND,15.0,[0],0,1,1.0 +1106,1106,02,num,AND,16.0,[8],8,1,1.0 +1106,1106,02,num,AND,17.0,[7],7,1,1.0 +1106,1106,02,num,AND,18.0,[4],4,1,1.0 +1106,1106,02,num,AND,19.0,[7],7,1,1.0 +1106,1106,02,num,AND,20.0,[8],8,1,1.0 +1106,1106,02,num,AND,21.0,[0],0],1,1.0 +1106,1106,02,num,AND,22.0,[7],7],1,1.0 +1106,1106,02,num,AND,23.0,[2],2,1,1.0 +1106,1106,02,num,AND,24.0,[1],1],1,1.0 +1106,1106,02,num,AND,25.0,[6],6,1,1.0 +1106,1106,02,num,AND,26.0,[4],4,1,1.0 +1106,1106,02,num,AND,27.0,[5],5,1,1.0 +1106,1106,02,num,AND,28.0,[1],5 1,0,1.0 +1106,1106,02,num,AND,29.0,[1],1],1,1.0 +1106,1106,02,num,AND,30.0,[8],8,1,1.0 +1106,1106,02,num,AND,31.0,[7],7,1,1.0 +1106,1106,02,num,AND,32.0,[6],6],1,1.0 +1106,1106,02,num,AND,33.0,[2],2],1,1.0 +1106,1106,02,num,AND,34.0,[1],1],1,1.0 +1106,1106,02,num,AND,35.0,[9],9],1,1.0 +1106,1106,02,num,AND,36.0,[1],1 1,0,1.0 +1106,1106,02,num,AND,37.0,[1],1,1,1.0 +1106,1106,02,num,AND,38.0,[9],9,1,1.0 +1106,1106,02,num,AND,39.0,[2],2,1,1.0 +1106,1106,02,num,AND,40.0,[1],1],1,1.0 +1106,1106,02,num,AND,41.0,[5],5],1,1.0 +1106,1106,02,num,AND,42.0,[0],0],1,1.0 +1106,1106,02,num,AND,43.0,[5],5],1,1.0 +1106,1106,02,num,AND,44.0,[1],1],1,1.0 +1106,1106,02,num,AND,45.0,[2],1,0,1.0 +1106,1106,02,num,AND,46.0,[2],2],1,1.0 +1106,1106,02,num,AND,47.0,[3],3,1,1.0 +1106,1106,02,num,AND,48.0,[0],0,1,1.0 +1106,1106,02,num,AND,49.0,[4],4],1,1.0 +1106,1106,02,num,AND,50.0,[5],5],1,1.0 +1106,1106,02,num,AND,51.0,[0],0,1,1.0 +1106,1106,02,num,AND,52.0,[8],7,0,1.0 +1106,1106,02,num,AND,53.0,[1],1],1,1.0 +1106,1106,02,num,AND,54.0,[7],7,1,1.0 +1106,1106,02,num,AND,55.0,[1],1 1,0,1.0 +1106,1106,02,num,AND,56.0,[8],5],0,1.0 +1106,1106,02,num,AND,57.0,[6],6,1,1.0 +1106,1106,02,num,AND,58.0,[2],2,1,1.0 +1106,1106,02,num,AND,59.0,[1],1,1,1.0 +1106,1106,02,num,AND,60.0,[5],5],1,1.0 +1106,1106,02,num,AND,61.0,[5],5,1,1.0 +1106,1106,02,num,AND,62.0,[4],4,1,1.0 +1106,1106,02,num,AND,63.0,[7],7,1,1.0 +1106,1106,02,num,AND,64.0,[6],6],1,1.0 +1106,1106,02,num,AND,65.0,[7],7,1,1.0 +1106,1106,02,num,AND,66.0,[9],9,1,1.0 +1106,1106,02,num,AND,67.0,[7],7,1,1.0 +1106,1106,02,num,AND,68.0,[5],5,1,1.0 +1106,1106,02,num,AND,69.0,[5],5],1,1.0 +1106,1106,02,num,AND,70.0,[3],3,1,1.0 +1106,1106,02,num,AND,71.0,[9],9],1,1.0 +1106,1106,02,num,AND,72.0,[1],3],0,1.0 +1106,1106,02,num,AND,73.0,[6],6],1,1.0 +1106,1106,02,num,AND,74.0,[2],7,0,1.0 +1106,1106,02,num,AND,75.0,[7],7,1,1.0 +1106,1106,02,num,AND,76.0,[1],1],1,1.0 +1106,1106,02,num,AND,77.0,[3],3,1,1.0 +1106,1106,02,num,AND,78.0,[6],6,1,1.0 +1106,1106,02,num,AND,79.0,[7],7,1,1.0 +1106,1106,02,num,AND,80.0,[3],3,1,1.0 +1106,1106,02,num,AND,81.0,[3],3],1,1.0 +1106,1106,02,num,AND,82.0,[0],0],1,1.0 +1106,1106,02,num,AND,83.0,[4],4,1,1.0 +1106,1106,02,num,AND,84.0,[7],7,1,1.0 +1106,1106,02,num,AND,85.0,[1],1,1,1.0 +1106,1106,02,num,AND,86.0,[4],4,1,1.0 +1106,1106,02,num,AND,87.0,[2],2,1,1.0 +1106,1106,02,num,AND,88.0,[1],1],1,1.0 +1106,1106,02,num,AND,89.0,[2],2],1,1.0 +1106,1106,02,num,AND,90.0,[9],9,1,1.0 +1106,1106,02,num,AND,91.0,[5],5,1,1.0 +1106,1106,02,num,AND,92.0,[9],9],1,1.0 +1106,1106,02,num,AND,93.0,[3],3,1,1.0 +1106,1106,02,num,AND,94.0,[6],6,1,1.0 +1106,1106,02,num,AND,95.0,[3],3,1,1.0 +1106,1106,02,num,AND,96.0,[6],6,1,1.0 +1106,1106,02,num,AND,97.0,[1],1],1,1.0 +1106,1106,02,num,AND,98.0,[2],2],1,1.0 +1106,1106,02,num,AND,99.0,[3],3],1,1.0 +1106,1106,02,num,XOR,0.0,[4 3],4 1],0,1.0 +1106,1106,02,num,XOR,1.0,[9 8],8 7],0,1.0 +1106,1106,02,num,XOR,2.0,[3 4],2 3],0,1.0 +1106,1106,02,num,XOR,3.0,[9 8],8 1],0,1.0 +1106,1106,02,num,XOR,4.0,[9 3],3 9],1,1.0 +1106,1106,02,num,XOR,5.0,[9 7],7 4],0,1.0 +1106,1106,02,num,XOR,6.0,[3 2],2 3],1,1.0 +1106,1106,02,num,XOR,7.0,[7 3],7 3],1,1.0 +1106,1106,02,num,XOR,8.0,[0 9],9 0],1,1.0 +1106,1106,02,num,XOR,9.0,[4 2],2 3],0,1.0 +1106,1106,02,num,XOR,10.0,[5 8],6 5],0,1.0 +1106,1106,02,num,XOR,11.0,[0 2],2 0],1,1.0 +1106,1106,02,num,XOR,12.0,[3 6],6 3],1,1.0 +1106,1106,02,num,XOR,13.0,[6 8],8 6],1,1.0 +1106,1106,02,num,XOR,14.0,[6 7],7 8],0,1.0 +1106,1106,02,num,XOR,15.0,[8 0],8 4],0,1.0 +1106,1106,02,num,XOR,16.0,[8 4],4 8],1,1.0 +1106,1106,02,num,XOR,17.0,[4 0],0 3,0,1.0 +1106,1106,02,num,XOR,18.0,[1 0],0 1],1,1.0 +1106,1106,02,num,XOR,19.0,[7 4],7 2,0,1.0 +1106,1106,02,num,XOR,20.0,[0 5],0 3],0,1.0 +1106,1106,02,num,XOR,21.0,[3 4],1 3],0,1.0 +1106,1106,02,num,XOR,22.0,[6 9],9 6],1,1.0 +1106,1106,02,num,XOR,23.0,[0 1],1 0],1,1.0 +1106,1106,02,num,XOR,24.0,[7 0],0 7,1,1.0 +1106,1106,02,num,XOR,25.0,[2 5],5 2],1,1.0 +1106,1106,02,num,XOR,26.0,[5 9],9 5],1,1.0 +1106,1106,02,num,XOR,27.0,[1 7],7 1],1,1.0 +1106,1106,02,num,XOR,28.0,[9 0],0 9],1,1.0 +1106,1106,02,num,XOR,29.0,[1 5],5 1],1,1.0 +1106,1106,02,num,XOR,30.0,[6 2],2 6],1,1.0 +1106,1106,02,num,XOR,31.0,[4 9],9 4],1,1.0 +1106,1106,02,num,XOR,32.0,[6 9],9 6],1,1.0 +1106,1106,02,num,XOR,33.0,[4 8],1 4],0,1.0 +1106,1106,02,num,XOR,34.0,[2 5],5 1],0,1.0 +1106,1106,02,num,XOR,35.0,[8 6],6 8,1,1.0 +1106,1106,02,num,XOR,36.0,[2 7],5 2],0,1.0 +1106,1106,02,num,XOR,37.0,[8 3],3 8],1,1.0 +1106,1106,02,num,XOR,38.0,[1 4],4 1],1,1.0 +1106,1106,02,num,XOR,39.0,[4 6],1 4],0,1.0 +1106,1106,02,num,XOR,40.0,[2 8],8 4],0,1.0 +1106,1106,02,num,XOR,41.0,[5 3],3 6],0,1.0 +1106,1106,02,num,XOR,42.0,[7 0],0 7],1,1.0 +1106,1106,02,num,XOR,43.0,[6 1],1 6],1,1.0 +1106,1106,02,num,XOR,44.0,[9 0],0 9,1,1.0 +1106,1106,02,num,XOR,45.0,[1 3],3 1],1,1.0 +1106,1106,02,num,XOR,46.0,[8 0],0 8],1,1.0 +1106,1106,02,num,XOR,47.0,[0 8],6 1,0,1.0 +1106,1106,02,num,XOR,48.0,[6 1],1 6],1,1.0 +1106,1106,02,num,XOR,49.0,[5 0],0 5],1,1.0 +1106,1106,02,num,XOR,50.0,[7 6],6 7],1,1.0 +1106,1106,02,num,XOR,51.0,[1 6],6 1],1,1.0 +1106,1106,02,num,XOR,52.0,[7 8],7 8],1,1.0 +1106,1106,02,num,XOR,53.0,[4 0],4 4],0,1.0 +1106,1106,02,num,XOR,54.0,[0 2],2 0],1,1.0 +1106,1106,02,num,XOR,55.0,[2 9],16 2],0,1.0 +1106,1106,02,num,XOR,56.0,[7 1],1 7],1,1.0 +1106,1106,02,num,XOR,57.0,[6 0],0 6],1,1.0 +1106,1106,02,num,XOR,58.0,[9 8],8 0],0,1.0 +1106,1106,02,num,XOR,59.0,[2 6],6 2],1,1.0 +1106,1106,02,num,XOR,60.0,[5 0],1 5],0,1.0 +1106,1106,02,num,XOR,61.0,[3 2],1 3],0,1.0 +1106,1106,02,num,XOR,62.0,[3 0],0 3],1,1.0 +1106,1106,02,num,XOR,63.0,[9 1],1 9,1,1.0 +1106,1106,02,num,XOR,64.0,[4 1],1 4],1,1.0 +1106,1106,02,num,XOR,65.0,[2 1],2 3],0,1.0 +1106,1106,02,num,XOR,66.0,[6 9],9 6],1,1.0 +1106,1106,02,num,XOR,67.0,[7 2],2 7],1,1.0 +1106,1106,02,num,XOR,68.0,[5 7],7 5],1,1.0 +1106,1106,02,num,XOR,69.0,[2 7],7 2],1,1.0 +1106,1106,02,num,XOR,70.0,[6 4],6 4],1,1.0 +1106,1106,02,num,XOR,71.0,[5 0],0 5],1,1.0 +1106,1106,02,num,XOR,72.0,[2 9],9 2],1,1.0 +1106,1106,02,num,XOR,73.0,[3 1],1 3],1,1.0 +1106,1106,02,num,XOR,74.0,[1 0],0 1],1,1.0 +1106,1106,02,num,XOR,75.0,[2 0],0 2],1,1.0 +1106,1106,02,num,XOR,76.0,[0 1],1 0],1,1.0 +1106,1106,02,num,XOR,77.0,[3 6],6 4],0,1.0 +1106,1106,02,num,XOR,78.0,[9 6],6 4],0,1.0 +1106,1106,02,num,XOR,79.0,[0 5],2 0],0,1.0 +1106,1106,02,num,XOR,80.0,[3 9],27 8],0,1.0 +1106,1106,02,num,XOR,81.0,[6 0],0 6],1,1.0 +1106,1106,02,num,XOR,82.0,[5 9],9 5],1,1.0 +1106,1106,02,num,XOR,83.0,[7 2],2 7],1,1.0 +1106,1106,02,num,XOR,84.0,[2 1],1 2],1,1.0 +1106,1106,02,num,XOR,85.0,[4 9],9 4],1,1.0 +1106,1106,02,num,XOR,86.0,[9 4],None,0,1.0 +1106,1106,02,num,XOR,87.0,[0 8],8 0],1,1.0 +1106,1106,02,num,XOR,88.0,[8 0],0 8],1,1.0 +1106,1106,02,num,XOR,89.0,[8 1],8 1],1,1.0 +1106,1106,02,num,XOR,90.0,[2 6],6 2],1,1.0 +1106,1106,02,num,XOR,91.0,[5 0],0 5,1,1.0 +1106,1106,02,num,XOR,92.0,[2 7],7 2],1,1.0 +1106,1106,02,num,XOR,93.0,[5 0],0 5],1,1.0 +1106,1106,02,num,XOR,94.0,[8 6],None,0,1.0 +1106,1106,02,num,XOR,95.0,[5 7],9 5],0,1.0 +1106,1106,02,num,XOR,96.0,[8 1],1 8,1,1.0 +1106,1106,02,num,XOR,97.0,[1 4],4 1],1,1.0 +1106,1106,02,num,XOR,98.0,[3 7],None,0,1.0 +1106,1106,02,num,XOR,99.0,[8 9],9 8,1,1.0 +1106,1106,02,num,c3_set_union_permuted,0.0,[2 6 5 3],3 5 6 2],1,1.0 +1106,1106,02,num,c3_set_union_permuted,1.0,[1 6 7 5],6 1],0,1.0 +1106,1106,02,num,c3_set_union_permuted,2.0,[2 1 4 6],1 2 6],0,1.0 +1106,1106,02,num,c3_set_union_permuted,3.0,[6 0 1 3],3 1 0 6,1,1.0 +1106,1106,02,num,c3_set_union_permuted,4.0,[4 3 1 7],7 3 4 1,1,1.0 +1106,1106,02,num,c3_set_union_permuted,5.0,[7 5 8 4],5 8 4 7,1,1.0 +1106,1106,02,num,c3_set_union_permuted,6.0,[4 0 8 1],8 4 0 1,1,1.0 +1106,1106,02,num,c3_set_union_permuted,7.0,[2 8 4 1],4 1 2 8],1,1.0 +1106,1106,02,num,c3_set_union_permuted,8.0,[3 0 7 6],6 7 3 0],1,1.0 +1106,1106,02,num,c3_set_union_permuted,9.0,[6 9 2 4],6 4],0,1.0 +1106,1106,02,num,c3_set_union_permuted,10.0,[6 5 9 8],6 8 9],0,1.0 +1106,1106,02,num,c3_set_union_permuted,11.0,[4 7 2 0],2 0 7,0,1.0 +1106,1106,02,num,c3_set_union_permuted,12.0,[7 1 5 3],7 1 3,0,1.0 +1106,1106,02,num,c3_set_union_permuted,13.0,[0 2 3 4],4 0 3 2,1,1.0 +1106,1106,02,num,c3_set_union_permuted,14.0,[1 0 6 9],1 0 6 9],1,1.0 +1106,1106,02,num,c3_set_union_permuted,15.0,[7 0 6 1],0 6 1 7],1,1.0 +1106,1106,02,num,c3_set_union_permuted,16.0,[5 7 2 0],0 5 2 7,1,1.0 +1106,1106,02,num,c3_set_union_permuted,17.0,[4 2 6 8],2 4 8 6,1,1.0 +1106,1106,02,num,c3_set_union_permuted,18.0,[8 4 9 7],8 4 9 7,1,1.0 +1106,1106,02,num,c3_set_union_permuted,19.0,[8 9 0 6],0 6 8 9,1,1.0 +1106,1106,02,num,c3_set_union_permuted,20.0,[3 8 1 4],1 8 4 3],1,1.0 +1106,1106,02,num,c3_set_union_permuted,21.0,[7 9 3 0],7 3 9 0,1,1.0 +1106,1106,02,num,c3_set_union_permuted,22.0,[0 5 8 7],5 7 0 8,1,1.0 +1106,1106,02,num,c3_set_union_permuted,23.0,[7 1 9 3],1 3 9 7,1,1.0 +1106,1106,02,num,c3_set_union_permuted,24.0,[1 9 3 4],1 9 4 3],1,1.0 +1106,1106,02,num,c3_set_union_permuted,25.0,[7 8 4 6],6 7,0,1.0 +1106,1106,02,num,c3_set_union_permuted,26.0,[2 3 0 9],3 9 0 2],1,1.0 +1106,1106,02,num,c3_set_union_permuted,27.0,[4 3 0 6],6 3 0 4],1,1.0 +1106,1106,02,num,c3_set_union_permuted,28.0,[5 3 7 4],7 5 4 3,1,1.0 +1106,1106,02,num,c3_set_union_permuted,29.0,[2 1 4 3],1 3 4 2],1,1.0 +1106,1106,02,num,c3_set_union_permuted,30.0,[5 8 2 4],4 2 8 5,1,1.0 +1106,1106,02,num,c3_set_union_permuted,31.0,[5 6 9 3],6 9 5 3],1,1.0 +1106,1106,02,num,c3_set_union_permuted,32.0,[5 7 3 9],5 9 7 3],1,1.0 +1106,1106,02,num,c3_set_union_permuted,33.0,[7 8 3 1],7 8 3 1,1,1.0 +1106,1106,02,num,c3_set_union_permuted,34.0,[0 2 1 8],0 1 8 2],1,1.0 +1106,1106,02,num,c3_set_union_permuted,35.0,[1 3 0 7],0 3 7 1,1,1.0 +1106,1106,02,num,c3_set_union_permuted,36.0,[6 9 5 7],7 5 9,0,1.0 +1106,1106,02,num,c3_set_union_permuted,37.0,[6 5 4 3],4 3 5 6],1,1.0 +1106,1106,02,num,c3_set_union_permuted,38.0,[8 5 6 3],6 5 3],0,1.0 +1106,1106,02,num,c3_set_union_permuted,39.0,[8 9 0 1],0 1 9],0,1.0 +1106,1106,02,num,c3_set_union_permuted,40.0,[3 0 9 6],3 9 6],0,1.0 +1106,1106,02,num,c3_set_union_permuted,41.0,[0 3 5 8],0 8 3 5,1,1.0 +1106,1106,02,num,c3_set_union_permuted,42.0,[6 3 7 9],None,0,1.0 +1106,1106,02,num,c3_set_union_permuted,43.0,[6 8 3 9],3 8 6 9],1,1.0 +1106,1106,02,num,c3_set_union_permuted,44.0,[7 2 5 9],7 9 2 5],1,1.0 +1106,1106,02,num,c3_set_union_permuted,45.0,[5 3 4 1],5 3 1],0,1.0 +1106,1106,02,num,c3_set_union_permuted,46.0,[0 4 6 7],0 6 4,0,1.0 +1106,1106,02,num,c3_set_union_permuted,47.0,[8 3 0 7],8 7 0 3,1,1.0 +1106,1106,02,num,c3_set_union_permuted,48.0,[8 1 3 6],1 6 3 8],1,1.0 +1106,1106,02,num,c3_set_union_permuted,49.0,[2 1 0 7],0 2 1,0,1.0 +1106,1106,02,num,c3_set_union_permuted,50.0,[8 0 2 7],0 2 7 8,1,1.0 +1106,1106,02,num,c3_set_union_permuted,51.0,[1 8 0 3],3 0 8 1,1,1.0 +1106,1106,02,num,c3_set_union_permuted,52.0,[5 1 6 0],0 1 5 6],1,1.0 +1106,1106,02,num,c3_set_union_permuted,53.0,[4 9 7 6],7 4 6 9],1,1.0 +1106,1106,02,num,c3_set_union_permuted,54.0,[6 5 2 9],5 6 2 9,1,1.0 +1106,1106,02,num,c3_set_union_permuted,55.0,[5 7 4 6],6 7 5 4,1,1.0 +1106,1106,02,num,c3_set_union_permuted,56.0,[6 9 4 3],6 9 4 3],1,1.0 +1106,1106,02,num,c3_set_union_permuted,57.0,[6 8 0 7],8 7 0 6,1,1.0 +1106,1106,02,num,c3_set_union_permuted,58.0,[4 9 7 1],9 4 1 7,1,1.0 +1106,1106,02,num,c3_set_union_permuted,59.0,[1 0 7 4],0 7 1 4,1,1.0 +1106,1106,02,num,c3_set_union_permuted,60.0,[9 4 2 1],1 9 2 4,1,1.0 +1106,1106,02,num,c3_set_union_permuted,61.0,[7 6 2 9],2 7 9 6,1,1.0 +1106,1106,02,num,c3_set_union_permuted,62.0,[6 2 9 8],2 6 8 9,1,1.0 +1106,1106,02,num,c3_set_union_permuted,63.0,[9 4 6 0],0 9 6],0,1.0 +1106,1106,02,num,c3_set_union_permuted,64.0,[3 2 9 4],3 4 9 2],1,1.0 +1106,1106,02,num,c3_set_union_permuted,65.0,[2 9 0 7],7 0 9 2,1,1.0 +1106,1106,02,num,c3_set_union_permuted,66.0,[7 5 2 6],5 6 7],0,1.0 +1106,1106,02,num,c3_set_union_permuted,67.0,[3 4 0 7],0 4 7 3,1,1.0 +1106,1106,02,num,c3_set_union_permuted,68.0,[6 2 1 5],5 1 6 2],1,1.0 +1106,1106,02,num,c3_set_union_permuted,69.0,[5 1 3 9],9 1 5 3,1,1.0 +1106,1106,02,num,c3_set_union_permuted,70.0,[6 3 1 2],2 6 1 3],1,1.0 +1106,1106,02,num,c3_set_union_permuted,71.0,[8 9 0 3],8 0 3 9],1,1.0 +1106,1106,02,num,c3_set_union_permuted,72.0,[8 2 5 0],2 8 0,0,1.0 +1106,1106,02,num,c3_set_union_permuted,73.0,[3 6 1 4],6 3 4 1],1,1.0 +1106,1106,02,num,c3_set_union_permuted,74.0,[9 6 0 2],9 6 0 2,1,1.0 +1106,1106,02,num,c3_set_union_permuted,75.0,[5 9 4 7],7 5 4 9,1,1.0 +1106,1106,02,num,c3_set_union_permuted,76.0,[1 7 4 2],1 4 2 7],1,1.0 +1106,1106,02,num,c3_set_union_permuted,77.0,[3 5 2 1],2 1 3 5,1,1.0 +1106,1106,02,num,c3_set_union_permuted,78.0,[1 5 4 8],4 1],0,1.0 +1106,1106,02,num,c3_set_union_permuted,79.0,[2 1 5 8],5 8 1 2,1,1.0 +1106,1106,02,num,c3_set_union_permuted,80.0,[4 3 9 5],5 4 9 3],1,1.0 +1106,1106,02,num,c3_set_union_permuted,81.0,[2 1 9 0],2 1 0 9],1,1.0 +1106,1106,02,num,c3_set_union_permuted,82.0,[0 1 5 9],5 0 9 1],1,1.0 +1106,1106,02,num,c3_set_union_permuted,83.0,[0 2 8 9],9 2 0 8,1,1.0 +1106,1106,02,num,c3_set_union_permuted,84.0,[1 0 5 4],5 0 1 4,1,1.0 +1106,1106,02,num,c3_set_union_permuted,85.0,[5 3 4 0],4 5 0],0,1.0 +1106,1106,02,num,c3_set_union_permuted,86.0,[0 2 8 4],6 4,0,1.0 +1106,1106,02,num,c3_set_union_permuted,87.0,[3 6 5 0],5 6],0,1.0 +1106,1106,02,num,c3_set_union_permuted,88.0,[2 4 3 7],3 7 2 4],1,1.0 +1106,1106,02,num,c3_set_union_permuted,89.0,[0 6 8 5],5 8 0,0,1.0 +1106,1106,02,num,c3_set_union_permuted,90.0,[3 8 1 9],3 8 9 1],1,1.0 +1106,1106,02,num,c3_set_union_permuted,91.0,[8 2 7 1],1 7 2 8],1,1.0 +1106,1106,02,num,c3_set_union_permuted,92.0,[7 6 4 3],4 6 7 3],1,1.0 +1106,1106,02,num,c3_set_union_permuted,93.0,[7 0 2 6],0 2 7 6],1,1.0 +1106,1106,02,num,c3_set_union_permuted,94.0,[8 3 5 4],8 5 4 3,1,1.0 +1106,1106,02,num,c3_set_union_permuted,95.0,[1 6 7 4],4 1 7 6,1,1.0 +1106,1106,02,num,c3_set_union_permuted,96.0,[8 6 7 1],7 1],0,1.0 +1106,1106,02,num,c3_set_union_permuted,97.0,[5 6 7 0],0 5 6 7],1,1.0 +1106,1106,02,num,c3_set_union_permuted,98.0,[3 6 2 7],6 3 7],0,1.0 +1106,1106,02,num,c3_set_union_permuted,99.0,[3 5 2 7],2 7 5 3],1,1.0 +1106,1106,02,num,c2_set_union_permuted,0.0,[5],5 1 6 7],0,1.0 +1106,1106,02,num,c2_set_union_permuted,1.0,[5],6 5 3],0,1.0 +1106,1106,02,num,c2_set_union_permuted,2.0,[9],7 9 7],0,1.0 +1106,1106,02,num,c2_set_union_permuted,3.0,[8],8 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,4.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union_permuted,5.0,[6],6 9 2],0,1.0 +1106,1106,02,num,c2_set_union_permuted,6.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union_permuted,7.0,[3],6 3 1],0,1.0 +1106,1106,02,num,c2_set_union_permuted,8.0,[8],1 7],0,1.0 +1106,1106,02,num,c2_set_union_permuted,9.0,[4],4],1,1.0 +1106,1106,02,num,c2_set_union_permuted,10.0,[4],8 2 4 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,11.0,[0],1 5],0,1.0 +1106,1106,02,num,c2_set_union_permuted,12.0,[7],7 5,0,1.0 +1106,1106,02,num,c2_set_union_permuted,13.0,[5],5 3],0,1.0 +1106,1106,02,num,c2_set_union_permuted,14.0,[3],0 3 9,0,1.0 +1106,1106,02,num,c2_set_union_permuted,15.0,[3],5 3 0 6],0,1.0 +1106,1106,02,num,c2_set_union_permuted,16.0,[3],3],1,1.0 +1106,1106,02,num,c2_set_union_permuted,17.0,[1],1],1,1.0 +1106,1106,02,num,c2_set_union_permuted,18.0,[5],0 5 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,19.0,[2],2 1 3],0,1.0 +1106,1106,02,num,c2_set_union_permuted,20.0,[5],7 5 1],0,1.0 +1106,1106,02,num,c2_set_union_permuted,21.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union_permuted,22.0,[9],2 9 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,23.0,[5],5 8 2],0,1.0 +1106,1106,02,num,c2_set_union_permuted,24.0,[3],5 3 5,0,1.0 +1106,1106,02,num,c2_set_union_permuted,25.0,[0],0 6 2,0,1.0 +1106,1106,02,num,c2_set_union_permuted,26.0,[8],8 0,0,1.0 +1106,1106,02,num,c2_set_union_permuted,27.0,[5],5 9 7 3],0,1.0 +1106,1106,02,num,c2_set_union_permuted,28.0,[0],0 5],0,1.0 +1106,1106,02,num,c2_set_union_permuted,29.0,[6],6],1,1.0 +1106,1106,02,num,c2_set_union_permuted,30.0,[6],6 0 1],0,1.0 +1106,1106,02,num,c2_set_union_permuted,31.0,[0],0 7 1],0,1.0 +1106,1106,02,num,c2_set_union_permuted,32.0,[8],8 6],0,1.0 +1106,1106,02,num,c2_set_union_permuted,33.0,[4],3 4 3],0,1.0 +1106,1106,02,num,c2_set_union_permuted,34.0,[8],1 8 2],0,1.0 +1106,1106,02,num,c2_set_union_permuted,35.0,[4],4],1,1.0 +1106,1106,02,num,c2_set_union_permuted,36.0,[5],5 8 0 9,0,1.0 +1106,1106,02,num,c2_set_union_permuted,37.0,[3],3],1,1.0 +1106,1106,02,num,c2_set_union_permuted,38.0,[9],9 4],0,1.0 +1106,1106,02,num,c2_set_union_permuted,39.0,[9],0 9 0,0,1.0 +1106,1106,02,num,c2_set_union_permuted,40.0,[1],4 1 0 4],0,1.0 +1106,1106,02,num,c2_set_union_permuted,41.0,[4],9 4 1],0,1.0 +1106,1106,02,num,c2_set_union_permuted,42.0,[6],None,0,1.0 +1106,1106,02,num,c2_set_union_permuted,43.0,[1],1 3],0,1.0 +1106,1106,02,num,c2_set_union_permuted,44.0,[5],4 5 0 4],0,1.0 +1106,1106,02,num,c2_set_union_permuted,45.0,[3],3 9],0,1.0 +1106,1106,02,num,c2_set_union_permuted,46.0,[9],1 0 1,0,1.0 +1106,1106,02,num,c2_set_union_permuted,47.0,[4],4],1,1.0 +1106,1106,02,num,c2_set_union_permuted,48.0,[8],8 1,0,1.0 +1106,1106,02,num,c2_set_union_permuted,49.0,[4],4],1,1.0 +1106,1106,02,num,c2_set_union_permuted,50.0,[4],4 5],0,1.0 +1106,1106,02,num,c2_set_union_permuted,51.0,[3],3],1,1.0 +1106,1106,02,num,c2_set_union_permuted,52.0,[4],4 1],0,1.0 +1106,1106,02,num,c2_set_union_permuted,53.0,[6],6 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,54.0,[0],0 6],0,1.0 +1106,1106,02,num,c2_set_union_permuted,55.0,[7],7 2],0,1.0 +1106,1106,02,num,c2_set_union_permuted,56.0,[4],4],1,1.0 +1106,1106,02,num,c2_set_union_permuted,57.0,[7],7 9 4 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,58.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union_permuted,59.0,[3],0 3 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,60.0,[7],7 2],0,1.0 +1106,1106,02,num,c2_set_union_permuted,61.0,[0],0],1,1.0 +1106,1106,02,num,c2_set_union_permuted,62.0,[2],2],1,1.0 +1106,1106,02,num,c2_set_union_permuted,63.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union_permuted,64.0,[2],7 2 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,65.0,[3],3 9 2],0,1.0 +1106,1106,02,num,c2_set_union_permuted,66.0,[1],1 3 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,67.0,[3],0 3 6 9],0,1.0 +1106,1106,02,num,c2_set_union_permuted,68.0,[6],6 7],0,1.0 +1106,1106,02,num,c2_set_union_permuted,69.0,[0],0 3 1],0,1.0 +1106,1106,02,num,c2_set_union_permuted,70.0,[3],3],1,1.0 +1106,1106,02,num,c2_set_union_permuted,71.0,[6],5 6],0,1.0 +1106,1106,02,num,c2_set_union_permuted,72.0,[2],2 9],0,1.0 +1106,1106,02,num,c2_set_union_permuted,73.0,[7],5 7 1],0,1.0 +1106,1106,02,num,c2_set_union_permuted,74.0,[3],9 3 7 9],0,1.0 +1106,1106,02,num,c2_set_union_permuted,75.0,[0],0 6 9 1],0,1.0 +1106,1106,02,num,c2_set_union_permuted,76.0,[8],0 8],0,1.0 +1106,1106,02,num,c2_set_union_permuted,77.0,[9],4 16 9 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,78.0,[6],None,0,1.0 +1106,1106,02,num,c2_set_union_permuted,79.0,[3],5 3 5],0,1.0 +1106,1106,02,num,c2_set_union_permuted,80.0,[1],1 6],0,1.0 +1106,1106,02,num,c2_set_union_permuted,81.0,[4],4 5 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,82.0,[3],0 6 3 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,83.0,[7],7],1,1.0 +1106,1106,02,num,c2_set_union_permuted,84.0,[5],1 5 3],0,1.0 +1106,1106,02,num,c2_set_union_permuted,85.0,[9],9],1,1.0 +1106,1106,02,num,c2_set_union_permuted,86.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union_permuted,87.0,[3],2 3 8],0,1.0 +1106,1106,02,num,c2_set_union_permuted,88.0,[8],8 9],0,1.0 +1106,1106,02,num,c2_set_union_permuted,89.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union_permuted,90.0,[8],8 7],0,1.0 +1106,1106,02,num,c2_set_union_permuted,91.0,[8],8],1,1.0 +1106,1106,02,num,c2_set_union_permuted,92.0,[5],4 8 5],0,1.0 +1106,1106,02,num,c2_set_union_permuted,93.0,[4],7 4 6],0,1.0 +1106,1106,02,num,c2_set_union_permuted,94.0,[0],0 8],0,1.0 +1106,1106,02,num,c2_set_union_permuted,95.0,[6],6 9,0,1.0 +1106,1106,02,num,c2_set_union_permuted,96.0,[0],7 0],0,1.0 +1106,1106,02,num,c2_set_union_permuted,97.0,[1],5 1 3],0,1.0 +1106,1106,02,num,c2_set_union_permuted,98.0,[9],9],1,1.0 +1106,1106,02,num,c2_set_union_permuted,99.0,[3],1 3 5],0,1.0 +1106,1106,02,num,c1_set_union_permuted,0.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,1.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union_permuted,2.0,[2],2],1,1.0 +1106,1106,02,num,c1_set_union_permuted,3.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,4.0,[1],1],1,1.0 +1106,1106,02,num,c1_set_union_permuted,5.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union_permuted,6.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,7.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,8.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,9.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,10.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,11.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union_permuted,12.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,13.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union_permuted,14.0,[5],5,1,1.0 +1106,1106,02,num,c1_set_union_permuted,15.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union_permuted,16.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,17.0,[3],3],1,1.0 +1106,1106,02,num,c1_set_union_permuted,18.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union_permuted,19.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,20.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union_permuted,21.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,22.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union_permuted,23.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,24.0,[7],7,1,1.0 +1106,1106,02,num,c1_set_union_permuted,25.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,26.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,27.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,28.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union_permuted,29.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,30.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,31.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union_permuted,32.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union_permuted,33.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union_permuted,34.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,35.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union_permuted,36.0,[5],5,1,1.0 +1106,1106,02,num,c1_set_union_permuted,37.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,38.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,39.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,40.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union_permuted,41.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,42.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union_permuted,43.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,44.0,[7],7,1,1.0 +1106,1106,02,num,c1_set_union_permuted,45.0,[7],7,1,1.0 +1106,1106,02,num,c1_set_union_permuted,46.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union_permuted,47.0,[5],5,1,1.0 +1106,1106,02,num,c1_set_union_permuted,48.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,49.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union_permuted,50.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,51.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,52.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,53.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union_permuted,54.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,55.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,56.0,[5],5],1,1.0 +1106,1106,02,num,c1_set_union_permuted,57.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,58.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,59.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,60.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union_permuted,61.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,62.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union_permuted,63.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,64.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,65.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union_permuted,66.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,67.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,68.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,69.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,70.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union_permuted,71.0,[5],5,1,1.0 +1106,1106,02,num,c1_set_union_permuted,72.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union_permuted,73.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,74.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,75.0,[3],3],1,1.0 +1106,1106,02,num,c1_set_union_permuted,76.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union_permuted,77.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,78.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,79.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union_permuted,80.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,81.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union_permuted,82.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union_permuted,83.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,84.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,85.0,[8],8,1,1.0 +1106,1106,02,num,c1_set_union_permuted,86.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union_permuted,87.0,[3],3,1,1.0 +1106,1106,02,num,c1_set_union_permuted,88.0,[0],0,1,1.0 +1106,1106,02,num,c1_set_union_permuted,89.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,90.0,[5],5],1,1.0 +1106,1106,02,num,c1_set_union_permuted,91.0,[1],1,1,1.0 +1106,1106,02,num,c1_set_union_permuted,92.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,93.0,[5],5,1,1.0 +1106,1106,02,num,c1_set_union_permuted,94.0,[9],9,1,1.0 +1106,1106,02,num,c1_set_union_permuted,95.0,[2],2,1,1.0 +1106,1106,02,num,c1_set_union_permuted,96.0,[7],7,1,1.0 +1106,1106,02,num,c1_set_union_permuted,97.0,[4],4,1,1.0 +1106,1106,02,num,c1_set_union_permuted,98.0,[6],6,1,1.0 +1106,1106,02,num,c1_set_union_permuted,99.0,[2],2,1,1.0 +1106,1106,02,num,XOR_permuted,0.0,[4 0],4 0],1,1.0 +1106,1106,02,num,XOR_permuted,1.0,[8 4],8 2],0,1.0 +1106,1106,02,num,XOR_permuted,2.0,[1 7],7 1],1,1.0 +1106,1106,02,num,XOR_permuted,3.0,[6 0],0 6,1,1.0 +1106,1106,02,num,XOR_permuted,4.0,[3 6],0 6],0,1.0 +1106,1106,02,num,XOR_permuted,5.0,[5 6],6 5],1,1.0 +1106,1106,02,num,XOR_permuted,6.0,[3 9],7 9],0,1.0 +1106,1106,02,num,XOR_permuted,7.0,[0 8],8 1],0,1.0 +1106,1106,02,num,XOR_permuted,8.0,[1 4],1 3],0,1.0 +1106,1106,02,num,XOR_permuted,9.0,[8 3],8 3],1,1.0 +1106,1106,02,num,XOR_permuted,10.0,[9 6],6 9],1,1.0 +1106,1106,02,num,XOR_permuted,11.0,[0 7],5 7],0,1.0 +1106,1106,02,num,XOR_permuted,12.0,[0 9],0 9],1,1.0 +1106,1106,02,num,XOR_permuted,13.0,[3 6],8 6],0,1.0 +1106,1106,02,num,XOR_permuted,14.0,[1 3],1 3],1,1.0 +1106,1106,02,num,XOR_permuted,15.0,[0 7],0 7],1,1.0 +1106,1106,02,num,XOR_permuted,16.0,[7 8],7 8],1,1.0 +1106,1106,02,num,XOR_permuted,17.0,[6 2],6 3],0,1.0 +1106,1106,02,num,XOR_permuted,18.0,[7 8],4 4],0,1.0 +1106,1106,02,num,XOR_permuted,19.0,[0 9],9 0,1,1.0 +1106,1106,02,num,XOR_permuted,20.0,[0 2],2 0],1,1.0 +1106,1106,02,num,XOR_permuted,21.0,[6 5],5 7],0,1.0 +1106,1106,02,num,XOR_permuted,22.0,[0 3],0 3],1,1.0 +1106,1106,02,num,XOR_permuted,23.0,[0 9],16 4],0,1.0 +1106,1106,02,num,XOR_permuted,24.0,[8 0],0 8,1,1.0 +1106,1106,02,num,XOR_permuted,25.0,[2 8],2 1],0,1.0 +1106,1106,02,num,XOR_permuted,26.0,[3 9],9 8],0,1.0 +1106,1106,02,num,XOR_permuted,27.0,[2 9],9 2],1,1.0 +1106,1106,02,num,XOR_permuted,28.0,[3 7],7 0],0,1.0 +1106,1106,02,num,XOR_permuted,29.0,[9 0],9 0,1,1.0 +1106,1106,02,num,XOR_permuted,30.0,[2 5],2 5,1,1.0 +1106,1106,02,num,XOR_permuted,31.0,[2 6],6 2],1,1.0 +1106,1106,02,num,XOR_permuted,32.0,[0 2],0 2],1,1.0 +1106,1106,02,num,XOR_permuted,33.0,[5 7],5 7],1,1.0 +1106,1106,02,num,XOR_permuted,34.0,[3 5],3 5,1,1.0 +1106,1106,02,num,XOR_permuted,35.0,[6 0],0 4],0,1.0 +1106,1106,02,num,XOR_permuted,36.0,[6 0],0 6],1,1.0 +1106,1106,02,num,XOR_permuted,37.0,[4 5],4 5],1,1.0 +1106,1106,02,num,XOR_permuted,38.0,[8 9],8 4],0,1.0 +1106,1106,02,num,XOR_permuted,39.0,[6 7],7 6],1,1.0 +1106,1106,02,num,XOR_permuted,40.0,[9 3],None,0,1.0 +1106,1106,02,num,XOR_permuted,41.0,[7 6],2 7],0,1.0 +1106,1106,02,num,XOR_permuted,42.0,[8 9],8 9],1,1.0 +1106,1106,02,num,XOR_permuted,43.0,[7 0],0 7],1,1.0 +1106,1106,02,num,XOR_permuted,44.0,[2 1],3 0],0,1.0 +1106,1106,02,num,XOR_permuted,45.0,[3 5],5 3],1,1.0 +1106,1106,02,num,XOR_permuted,46.0,[2 0],2 3],0,1.0 +1106,1106,02,num,XOR_permuted,47.0,[2 0],2 0],1,1.0 +1106,1106,02,num,XOR_permuted,48.0,[0 1],1 0],1,1.0 +1106,1106,02,num,XOR_permuted,49.0,[5 1],1 5],1,1.0 +1106,1106,02,num,XOR_permuted,50.0,[6 9],7 9],0,1.0 +1106,1106,02,num,XOR_permuted,51.0,[0 1],0 5],0,1.0 +1106,1106,02,num,XOR_permuted,52.0,[9 8],8 9,1,1.0 +1106,1106,02,num,XOR_permuted,53.0,[8 2],1 1],0,1.0 +1106,1106,02,num,XOR_permuted,54.0,[1 0],8 0],0,1.0 +1106,1106,02,num,XOR_permuted,55.0,[5 9],5 9],1,1.0 +1106,1106,02,num,XOR_permuted,56.0,[0 6],0 6,1,1.0 +1106,1106,02,num,XOR_permuted,57.0,[5 4],4 3],0,1.0 +1106,1106,02,num,XOR_permuted,58.0,[7 5],5 7],1,1.0 +1106,1106,02,num,XOR_permuted,59.0,[8 2],2 8],1,1.0 +1106,1106,02,num,XOR_permuted,60.0,[9 2],9 2],1,1.0 +1106,1106,02,num,XOR_permuted,61.0,[0 1],1 0],1,1.0 +1106,1106,02,num,XOR_permuted,62.0,[0 2],1 2],0,1.0 +1106,1106,02,num,XOR_permuted,63.0,[2 0],2 7,0,1.0 +1106,1106,02,num,XOR_permuted,64.0,[2 3],1 7],0,1.0 +1106,1106,02,num,XOR_permuted,65.0,[9 6],6 6],0,1.0 +1106,1106,02,num,XOR_permuted,66.0,[9 4],None,0,1.0 +1106,1106,02,num,XOR_permuted,67.0,[0 4],8 0],0,1.0 +1106,1106,02,num,XOR_permuted,68.0,[9 5],9 5],1,1.0 +1106,1106,02,num,XOR_permuted,69.0,[6 4],6 4,1,1.0 +1106,1106,02,num,XOR_permuted,70.0,[5 0],5 0],1,1.0 +1106,1106,02,num,XOR_permuted,71.0,[3 1],3 1],1,1.0 +1106,1106,02,num,XOR_permuted,72.0,[8 1],1 8,1,1.0 +1106,1106,02,num,XOR_permuted,73.0,[6 3],6 4],0,1.0 +1106,1106,02,num,XOR_permuted,74.0,[0 9],1 0],0,1.0 +1106,1106,02,num,XOR_permuted,75.0,[2 9],9 2],1,1.0 +1106,1106,02,num,XOR_permuted,76.0,[9 6],9 6,1,1.0 +1106,1106,02,num,XOR_permuted,77.0,[4 1],4 5,0,1.0 +1106,1106,02,num,XOR_permuted,78.0,[1 4],1 4],1,1.0 +1106,1106,02,num,XOR_permuted,79.0,[7 3],6 7],0,1.0 +1106,1106,02,num,XOR_permuted,80.0,[8 3],3 7],0,1.0 +1106,1106,02,num,XOR_permuted,81.0,[5 6],5 6],1,1.0 +1106,1106,02,num,XOR_permuted,82.0,[5 7],5 7],1,1.0 +1106,1106,02,num,XOR_permuted,83.0,[7 0],0 7,1,1.0 +1106,1106,02,num,XOR_permuted,84.0,[6 9],None,0,1.0 +1106,1106,02,num,XOR_permuted,85.0,[9 4],7 4],0,1.0 +1106,1106,02,num,XOR_permuted,86.0,[6 2],2 6],1,1.0 +1106,1106,02,num,XOR_permuted,87.0,[9 4],None,0,1.0 +1106,1106,02,num,XOR_permuted,88.0,[3 1],3 1],1,1.0 +1106,1106,02,num,XOR_permuted,89.0,[4 9],9 4],1,1.0 +1106,1106,02,num,XOR_permuted,90.0,[1 5],5 1],1,1.0 +1106,1106,02,num,XOR_permuted,91.0,[4 0],0 4,1,1.0 +1106,1106,02,num,XOR_permuted,92.0,[8 4],6 8],0,1.0 +1106,1106,02,num,XOR_permuted,93.0,[5 8],9 5],0,1.0 +1106,1106,02,num,XOR_permuted,94.0,[3 7],None,0,1.0 +1106,1106,02,num,XOR_permuted,95.0,[8 5],3 8],0,1.0 +1106,1106,02,num,XOR_permuted,96.0,[5 9],9 5,1,1.0 +1106,1106,02,num,XOR_permuted,97.0,[8 3],8 3],1,1.0 +1106,1106,02,num,XOR_permuted,98.0,[7 5],5 1],0,1.0 +1106,1106,02,num,XOR_permuted,99.0,[6 7],8 7],0,1.0 +1106,1106,02,num,AND_permuted,0.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,1.0,[],9],0,1.0 +1106,1106,02,num,AND_permuted,2.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,3.0,[],2 3],0,1.0 +1106,1106,02,num,AND_permuted,4.0,[],1],0,1.0 +1106,1106,02,num,AND_permuted,5.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,6.0,[],2,0,1.0 +1106,1106,02,num,AND_permuted,7.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,8.0,[],3],0,1.0 +1106,1106,02,num,AND_permuted,9.0,[],0],0,1.0 +1106,1106,02,num,AND_permuted,10.0,[],8,0,1.0 +1106,1106,02,num,AND_permuted,11.0,[],8,0,1.0 +1106,1106,02,num,AND_permuted,12.0,[],5,0,1.0 +1106,1106,02,num,AND_permuted,13.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,14.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,15.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,16.0,[],4,0,1.0 +1106,1106,02,num,AND_permuted,17.0,[],1,0,1.0 +1106,1106,02,num,AND_permuted,18.0,[],0,0,1.0 +1106,1106,02,num,AND_permuted,19.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,20.0,[],2 5],0,1.0 +1106,1106,02,num,AND_permuted,21.0,[],5,0,1.0 +1106,1106,02,num,AND_permuted,22.0,[],2,0,1.0 +1106,1106,02,num,AND_permuted,23.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,24.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,25.0,[],2,0,1.0 +1106,1106,02,num,AND_permuted,26.0,[],0,0,1.0 +1106,1106,02,num,AND_permuted,27.0,[],1,0,1.0 +1106,1106,02,num,AND_permuted,28.0,[],4],0,1.0 +1106,1106,02,num,AND_permuted,29.0,[],1],0,1.0 +1106,1106,02,num,AND_permuted,30.0,[],5 6],0,1.0 +1106,1106,02,num,AND_permuted,31.0,[],1],0,1.0 +1106,1106,02,num,AND_permuted,32.0,[],2,0,1.0 +1106,1106,02,num,AND_permuted,33.0,[],8,0,1.0 +1106,1106,02,num,AND_permuted,34.0,[],4,0,1.0 +1106,1106,02,num,AND_permuted,35.0,[],0,0,1.0 +1106,1106,02,num,AND_permuted,36.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,37.0,[],5,0,1.0 +1106,1106,02,num,AND_permuted,38.0,[],3 5],0,1.0 +1106,1106,02,num,AND_permuted,39.0,[],1,0,1.0 +1106,1106,02,num,AND_permuted,40.0,[],5,0,1.0 +1106,1106,02,num,AND_permuted,41.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,42.0,[],2,0,1.0 +1106,1106,02,num,AND_permuted,43.0,[],7,0,1.0 +1106,1106,02,num,AND_permuted,44.0,[],2,0,1.0 +1106,1106,02,num,AND_permuted,45.0,[],1,0,1.0 +1106,1106,02,num,AND_permuted,46.0,[],8,0,1.0 +1106,1106,02,num,AND_permuted,47.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,48.0,[],8,0,1.0 +1106,1106,02,num,AND_permuted,49.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,50.0,[],0],0,1.0 +1106,1106,02,num,AND_permuted,51.0,[],3 7],0,1.0 +1106,1106,02,num,AND_permuted,52.0,[],2 5],0,1.0 +1106,1106,02,num,AND_permuted,53.0,[],6],0,1.0 +1106,1106,02,num,AND_permuted,54.0,[],5,0,1.0 +1106,1106,02,num,AND_permuted,55.0,[],8],0,1.0 +1106,1106,02,num,AND_permuted,56.0,[],1 8] [8 3],0,1.0 +1106,1106,02,num,AND_permuted,57.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,58.0,[],0,0,1.0 +1106,1106,02,num,AND_permuted,59.0,[],7,0,1.0 +1106,1106,02,num,AND_permuted,60.0,[],5,0,1.0 +1106,1106,02,num,AND_permuted,61.0,[],3 2],0,1.0 +1106,1106,02,num,AND_permuted,62.0,[],2 6],0,1.0 +1106,1106,02,num,AND_permuted,63.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,64.0,[],2,0,1.0 +1106,1106,02,num,AND_permuted,65.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,66.0,[],7,0,1.0 +1106,1106,02,num,AND_permuted,67.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,68.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,69.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,70.0,[],1,0,1.0 +1106,1106,02,num,AND_permuted,71.0,[],1],0,1.0 +1106,1106,02,num,AND_permuted,72.0,[],4,0,1.0 +1106,1106,02,num,AND_permuted,73.0,[],1 6],0,1.0 +1106,1106,02,num,AND_permuted,74.0,[],1,0,1.0 +1106,1106,02,num,AND_permuted,75.0,[],5],0,1.0 +1106,1106,02,num,AND_permuted,76.0,[],3],0,1.0 +1106,1106,02,num,AND_permuted,77.0,[],2 0],0,1.0 +1106,1106,02,num,AND_permuted,78.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,79.0,[],7,0,1.0 +1106,1106,02,num,AND_permuted,80.0,[],7,0,1.0 +1106,1106,02,num,AND_permuted,81.0,[],5,0,1.0 +1106,1106,02,num,AND_permuted,82.0,[],8 3],0,1.0 +1106,1106,02,num,AND_permuted,83.0,[],5],0,1.0 +1106,1106,02,num,AND_permuted,84.0,[],2,0,1.0 +1106,1106,02,num,AND_permuted,85.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,86.0,[],8,0,1.0 +1106,1106,02,num,AND_permuted,87.0,[],9 9],0,1.0 +1106,1106,02,num,AND_permuted,88.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,89.0,[],5,0,1.0 +1106,1106,02,num,AND_permuted,90.0,[],3],0,1.0 +1106,1106,02,num,AND_permuted,91.0,[],0],0,1.0 +1106,1106,02,num,AND_permuted,92.0,[],2,0,1.0 +1106,1106,02,num,AND_permuted,93.0,[],3,0,1.0 +1106,1106,02,num,AND_permuted,94.0,[],0,0,1.0 +1106,1106,02,num,AND_permuted,95.0,[],4],0,1.0 +1106,1106,02,num,AND_permuted,96.0,[],2,0,1.0 +1106,1106,02,num,AND_permuted,97.0,[],5 2],0,1.0 +1106,1106,02,num,AND_permuted,98.0,[],6,0,1.0 +1106,1106,02,num,AND_permuted,99.0,[],7,0,1.0 +1106,1106,02,symb,row_constant,0.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,1.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,2.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,3.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,4.0,['~'],~],1,1.0 +1106,1106,02,symb,row_constant,5.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,6.0,['<'],<],1,1.0 +1106,1106,02,symb,row_constant,7.0,['$'],$],1,1.0 +1106,1106,02,symb,row_constant,8.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,9.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,10.0,[':'],:],1,1.0 +1106,1106,02,symb,row_constant,11.0,['$'],$],1,1.0 +1106,1106,02,symb,row_constant,12.0,['%'],%],1,1.0 +1106,1106,02,symb,row_constant,13.0,['%'],%,1,1.0 +1106,1106,02,symb,row_constant,14.0,['&'],&],1,1.0 +1106,1106,02,symb,row_constant,15.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,16.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,17.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,18.0,['%'],%],1,1.0 +1106,1106,02,symb,row_constant,19.0,['<'],<],1,1.0 +1106,1106,02,symb,row_constant,20.0,['%'],%],1,1.0 +1106,1106,02,symb,row_constant,21.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,22.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,23.0,['$'],$,1,1.0 +1106,1106,02,symb,row_constant,24.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,25.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,26.0,['<'],<,1,1.0 +1106,1106,02,symb,row_constant,27.0,['$'],$,1,1.0 +1106,1106,02,symb,row_constant,28.0,['~'],~],1,1.0 +1106,1106,02,symb,row_constant,29.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,30.0,['~'],~],1,1.0 +1106,1106,02,symb,row_constant,31.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,32.0,['*'],*,1,1.0 +1106,1106,02,symb,row_constant,33.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,34.0,['~'],~],1,1.0 +1106,1106,02,symb,row_constant,35.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,36.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,37.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,38.0,['%'],%],1,1.0 +1106,1106,02,symb,row_constant,39.0,['$'],$,1,1.0 +1106,1106,02,symb,row_constant,40.0,['%'],%],1,1.0 +1106,1106,02,symb,row_constant,41.0,['~'],~],1,1.0 +1106,1106,02,symb,row_constant,42.0,['&'],&],1,1.0 +1106,1106,02,symb,row_constant,43.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,44.0,['<'],<],1,1.0 +1106,1106,02,symb,row_constant,45.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,46.0,['*'],*],1,1.0 +1106,1106,02,symb,row_constant,47.0,[':'],:],1,1.0 +1106,1106,02,symb,row_constant,48.0,[':'],:],1,1.0 +1106,1106,02,symb,row_constant,49.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,50.0,['&'],&],1,1.0 +1106,1106,02,symb,row_constant,51.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,52.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,53.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,54.0,['$'],$],1,1.0 +1106,1106,02,symb,row_constant,55.0,['%'],%],1,1.0 +1106,1106,02,symb,row_constant,56.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,57.0,['%'],%],1,1.0 +1106,1106,02,symb,row_constant,58.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,59.0,['<'],<,1,1.0 +1106,1106,02,symb,row_constant,60.0,['&'],&],1,1.0 +1106,1106,02,symb,row_constant,61.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,62.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,63.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,64.0,['&'],&],1,1.0 +1106,1106,02,symb,row_constant,65.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,66.0,[':'],:],1,1.0 +1106,1106,02,symb,row_constant,67.0,['<'],<],1,1.0 +1106,1106,02,symb,row_constant,68.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,69.0,['('],(],1,1.0 +1106,1106,02,symb,row_constant,70.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,71.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,72.0,['&'],&,1,1.0 +1106,1106,02,symb,row_constant,73.0,['~'],~],1,1.0 +1106,1106,02,symb,row_constant,74.0,['<'],<],1,1.0 +1106,1106,02,symb,row_constant,75.0,['%'],%],1,1.0 +1106,1106,02,symb,row_constant,76.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,77.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,78.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,79.0,['*'],*,1,1.0 +1106,1106,02,symb,row_constant,80.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,81.0,['*'],*],1,1.0 +1106,1106,02,symb,row_constant,82.0,['$'],$],1,1.0 +1106,1106,02,symb,row_constant,83.0,[':'],:],1,1.0 +1106,1106,02,symb,row_constant,84.0,['<'],<],1,1.0 +1106,1106,02,symb,row_constant,85.0,['*'],*],1,1.0 +1106,1106,02,symb,row_constant,86.0,['('],)],0,1.0 +1106,1106,02,symb,row_constant,87.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,88.0,['%'],%],1,1.0 +1106,1106,02,symb,row_constant,89.0,['!'],!],1,1.0 +1106,1106,02,symb,row_constant,90.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,91.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,92.0,['&'],&],1,1.0 +1106,1106,02,symb,row_constant,93.0,['>'],>],1,1.0 +1106,1106,02,symb,row_constant,94.0,['*'],*,1,1.0 +1106,1106,02,symb,row_constant,95.0,['~'],~],1,1.0 +1106,1106,02,symb,row_constant,96.0,['~'],~],1,1.0 +1106,1106,02,symb,row_constant,97.0,['*'],*],1,1.0 +1106,1106,02,symb,row_constant,98.0,[':'],:],1,1.0 +1106,1106,02,symb,row_constant,99.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,0.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,1.0,['$'],$,1,1.0 +1106,1106,02,symb,col_constant,2.0,['$'],$],1,1.0 +1106,1106,02,symb,col_constant,3.0,[':'],:],1,1.0 +1106,1106,02,symb,col_constant,4.0,['>'],>],1,1.0 +1106,1106,02,symb,col_constant,5.0,[':'],:],1,1.0 +1106,1106,02,symb,col_constant,6.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,7.0,['<'],<,1,1.0 +1106,1106,02,symb,col_constant,8.0,['('],(,1,1.0 +1106,1106,02,symb,col_constant,9.0,['('],(,1,1.0 +1106,1106,02,symb,col_constant,10.0,['<'],<],1,1.0 +1106,1106,02,symb,col_constant,11.0,[':'],:],1,1.0 +1106,1106,02,symb,col_constant,12.0,['%'],%,1,1.0 +1106,1106,02,symb,col_constant,13.0,['&'],&,1,1.0 +1106,1106,02,symb,col_constant,14.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,15.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,16.0,['>'],>],1,1.0 +1106,1106,02,symb,col_constant,17.0,['<'],<],1,1.0 +1106,1106,02,symb,col_constant,18.0,['('],)],0,1.0 +1106,1106,02,symb,col_constant,19.0,['*'],*],1,1.0 +1106,1106,02,symb,col_constant,20.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,21.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,22.0,['$'],$,1,1.0 +1106,1106,02,symb,col_constant,23.0,['%'],%,1,1.0 +1106,1106,02,symb,col_constant,24.0,['<'],<,1,1.0 +1106,1106,02,symb,col_constant,25.0,['*'],*,1,1.0 +1106,1106,02,symb,col_constant,26.0,['$'],$,1,1.0 +1106,1106,02,symb,col_constant,27.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,28.0,['$'],$,1,1.0 +1106,1106,02,symb,col_constant,29.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,30.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,31.0,[':'],:],1,1.0 +1106,1106,02,symb,col_constant,32.0,['('],)],0,1.0 +1106,1106,02,symb,col_constant,33.0,['%'],%,1,1.0 +1106,1106,02,symb,col_constant,34.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,35.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,36.0,['<'],<,1,1.0 +1106,1106,02,symb,col_constant,37.0,['*'],*,1,1.0 +1106,1106,02,symb,col_constant,38.0,['*'],*,1,1.0 +1106,1106,02,symb,col_constant,39.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,40.0,['*'],*],1,1.0 +1106,1106,02,symb,col_constant,41.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,42.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,43.0,['%'],%],1,1.0 +1106,1106,02,symb,col_constant,44.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,45.0,['<'],<,1,1.0 +1106,1106,02,symb,col_constant,46.0,['>'],>],1,1.0 +1106,1106,02,symb,col_constant,47.0,['%'],%],1,1.0 +1106,1106,02,symb,col_constant,48.0,[':'],:],1,1.0 +1106,1106,02,symb,col_constant,49.0,['<'],<,1,1.0 +1106,1106,02,symb,col_constant,50.0,['>'],>],1,1.0 +1106,1106,02,symb,col_constant,51.0,['>'],>],1,1.0 +1106,1106,02,symb,col_constant,52.0,[':'],:],1,1.0 +1106,1106,02,symb,col_constant,53.0,['*'],*],1,1.0 +1106,1106,02,symb,col_constant,54.0,['%'],%,1,1.0 +1106,1106,02,symb,col_constant,55.0,['%'],%,1,1.0 +1106,1106,02,symb,col_constant,56.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,57.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,58.0,['%'],%,1,1.0 +1106,1106,02,symb,col_constant,59.0,['*'],*,1,1.0 +1106,1106,02,symb,col_constant,60.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,61.0,['('],(],1,1.0 +1106,1106,02,symb,col_constant,62.0,['<'],<,1,1.0 +1106,1106,02,symb,col_constant,63.0,['&'],&],1,1.0 +1106,1106,02,symb,col_constant,64.0,['<'],<],1,1.0 +1106,1106,02,symb,col_constant,65.0,['*'],*,1,1.0 +1106,1106,02,symb,col_constant,66.0,['%'],%,1,1.0 +1106,1106,02,symb,col_constant,67.0,['>'],>],1,1.0 +1106,1106,02,symb,col_constant,68.0,['('],)],0,1.0 +1106,1106,02,symb,col_constant,69.0,['('],)],0,1.0 +1106,1106,02,symb,col_constant,70.0,[':'],:],1,1.0 +1106,1106,02,symb,col_constant,71.0,['*'],*],1,1.0 +1106,1106,02,symb,col_constant,72.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,73.0,['('],)],0,1.0 +1106,1106,02,symb,col_constant,74.0,[':'],:],1,1.0 +1106,1106,02,symb,col_constant,75.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,76.0,['&'],&],1,1.0 +1106,1106,02,symb,col_constant,77.0,['<'],<,1,1.0 +1106,1106,02,symb,col_constant,78.0,['>'],*] [~] [>],0,1.0 +1106,1106,02,symb,col_constant,79.0,['$'],$,1,1.0 +1106,1106,02,symb,col_constant,80.0,['<'],<],1,1.0 +1106,1106,02,symb,col_constant,81.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,82.0,[':'],:],1,1.0 +1106,1106,02,symb,col_constant,83.0,['$'],$,1,1.0 +1106,1106,02,symb,col_constant,84.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,85.0,['<'],<],1,1.0 +1106,1106,02,symb,col_constant,86.0,['<'],<],1,1.0 +1106,1106,02,symb,col_constant,87.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,88.0,['&'],&,1,1.0 +1106,1106,02,symb,col_constant,89.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,90.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,91.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,92.0,['%'],%,1,1.0 +1106,1106,02,symb,col_constant,93.0,['~'],~],1,1.0 +1106,1106,02,symb,col_constant,94.0,['~'],:] [&] [~],0,1.0 +1106,1106,02,symb,col_constant,95.0,['!'],!],1,1.0 +1106,1106,02,symb,col_constant,96.0,['&'],&],1,1.0 +1106,1106,02,symb,col_constant,97.0,['<'],<],1,1.0 +1106,1106,02,symb,col_constant,98.0,['<'],<,1,1.0 +1106,1106,02,symb,col_constant,99.0,['*'],*,1,1.0 +1106,1106,02,symb,dist3_diag1,0.0,['*'],*],1,1.0 +1106,1106,02,symb,dist3_diag1,1.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag1,2.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag1,3.0,['%'],%,1,1.0 +1106,1106,02,symb,dist3_diag1,4.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,5.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,6.0,['*'],*],1,1.0 +1106,1106,02,symb,dist3_diag1,7.0,['%'],%,1,1.0 +1106,1106,02,symb,dist3_diag1,8.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag1,9.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,10.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag1,11.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,12.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag1,13.0,['*'],*],1,1.0 +1106,1106,02,symb,dist3_diag1,14.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,15.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag1,16.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,17.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,18.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,19.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,20.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag1,21.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag1,22.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag1,23.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag1,24.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag1,25.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag1,26.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag1,27.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag1,28.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,29.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,30.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag1,31.0,['*'],*],1,1.0 +1106,1106,02,symb,dist3_diag1,32.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,33.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag1,34.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,35.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag1,36.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag1,37.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,38.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag1,39.0,['&'],&],1,1.0 +1106,1106,02,symb,dist3_diag1,40.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag1,41.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag1,42.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,43.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,44.0,['$'],$,1,1.0 +1106,1106,02,symb,dist3_diag1,45.0,['&'],&],1,1.0 +1106,1106,02,symb,dist3_diag1,46.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,47.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag1,48.0,['%'],%,1,1.0 +1106,1106,02,symb,dist3_diag1,49.0,['*'],*,1,1.0 +1106,1106,02,symb,dist3_diag1,50.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,51.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,52.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag1,53.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag1,54.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag1,55.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag1,56.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag1,57.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,58.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,59.0,['&'],&,1,1.0 +1106,1106,02,symb,dist3_diag1,60.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,61.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag1,62.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,63.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,64.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag1,65.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,66.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag1,67.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag1,68.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag1,69.0,['&'],&],1,1.0 +1106,1106,02,symb,dist3_diag1,70.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag1,71.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag1,72.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag1,73.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,74.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,75.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,76.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,77.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,78.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag1,79.0,['*'],*],1,1.0 +1106,1106,02,symb,dist3_diag1,80.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,81.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,82.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag1,83.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag1,84.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,85.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag1,86.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,87.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,88.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,89.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag1,90.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag1,91.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag1,92.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag1,93.0,['%'],%,1,1.0 +1106,1106,02,symb,dist3_diag1,94.0,['('],)],0,1.0 +1106,1106,02,symb,dist3_diag1,95.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag1,96.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,97.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag1,98.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag1,99.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag2,0.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,1.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,2.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,3.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,4.0,['*'],*],1,1.0 +1106,1106,02,symb,dist3_diag2,5.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag2,6.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,7.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,8.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,9.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,10.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,11.0,['&'],&],1,1.0 +1106,1106,02,symb,dist3_diag2,12.0,['&'],&,1,1.0 +1106,1106,02,symb,dist3_diag2,13.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,14.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,15.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,16.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,17.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,18.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,19.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,20.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,21.0,['&'],&],1,1.0 +1106,1106,02,symb,dist3_diag2,22.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag2,23.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag2,24.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag2,25.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,26.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,27.0,['!'],!,1,1.0 +1106,1106,02,symb,dist3_diag2,28.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag2,29.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,30.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag2,31.0,['*'],*,1,1.0 +1106,1106,02,symb,dist3_diag2,32.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,33.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,34.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag2,35.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag2,36.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag2,37.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,38.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,39.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,40.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag2,41.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag2,42.0,['*'],*],1,1.0 +1106,1106,02,symb,dist3_diag2,43.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,44.0,['*'],*],1,1.0 +1106,1106,02,symb,dist3_diag2,45.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,46.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,47.0,['<'],<,1,1.0 +1106,1106,02,symb,dist3_diag2,48.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag2,49.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,50.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,51.0,['*'],*],1,1.0 +1106,1106,02,symb,dist3_diag2,52.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,53.0,['*'],*],1,1.0 +1106,1106,02,symb,dist3_diag2,54.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,55.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,56.0,['<'],<,1,1.0 +1106,1106,02,symb,dist3_diag2,57.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag2,58.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,59.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,60.0,['&'],&,1,1.0 +1106,1106,02,symb,dist3_diag2,61.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,62.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,63.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,64.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,65.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,66.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,67.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,68.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,69.0,[':'],:],1,1.0 +1106,1106,02,symb,dist3_diag2,70.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,71.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag2,72.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,73.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,74.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag2,75.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,76.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,77.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,78.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,79.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag2,80.0,['$'],$],1,1.0 +1106,1106,02,symb,dist3_diag2,81.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,82.0,['>'],>],1,1.0 +1106,1106,02,symb,dist3_diag2,83.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag2,84.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,85.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,86.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,87.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,88.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,89.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag2,90.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag2,91.0,['%'],%],1,1.0 +1106,1106,02,symb,dist3_diag2,92.0,['!'],!],1,1.0 +1106,1106,02,symb,dist3_diag2,93.0,['&'],&],1,1.0 +1106,1106,02,symb,dist3_diag2,94.0,['('],(,1,1.0 +1106,1106,02,symb,dist3_diag2,95.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,96.0,['~'],~],1,1.0 +1106,1106,02,symb,dist3_diag2,97.0,['('],(],1,1.0 +1106,1106,02,symb,dist3_diag2,98.0,['<'],<],1,1.0 +1106,1106,02,symb,dist3_diag2,99.0,['%'],%],1,1.0 +1106,1106,02,symb,prog_size1,0.0,['('],@],0,1.0 +1106,1106,02,symb,prog_size1,1.0,['<'],)],0,1.0 +1106,1106,02,symb,prog_size1,2.0,['~'],#],0,1.0 +1106,1106,02,symb,prog_size1,3.0,['>'],#],0,1.0 +1106,1106,02,symb,prog_size1,4.0,[':'],)],0,1.0 +1106,1106,02,symb,prog_size1,5.0,['$'],~],0,1.0 +1106,1106,02,symb,prog_size1,6.0,['%'],#],0,1.0 +1106,1106,02,symb,prog_size1,7.0,['&'],#],0,1.0 +1106,1106,02,symb,prog_size1,8.0,['*'],>],0,1.0 +1106,1106,02,symb,prog_size1,9.0,['!'],>],0,1.0 +1106,1106,02,symb,prog_size1,10.0,['('],:],0,1.0 +1106,1106,02,symb,prog_size1,11.0,['<'],$],0,1.0 +1106,1106,02,symb,prog_size2,0.0,[':'],%],0,1.0 +1106,1106,02,symb,prog_size2,1.0,['$'],&],0,1.0 +1106,1106,02,symb,prog_size2,2.0,['%'],*],0,1.0 +1106,1106,02,symb,prog_size2,3.0,['&'],$],0,1.0 +1106,1106,02,symb,two_rule_comb0,0.0,"['~', '$']",~ $],1,1.0 +1106,1106,02,symb,two_rule_comb0,1.0,"['>', '%']",> %],1,1.0 +1106,1106,02,symb,two_rule_comb0,2.0,"['*', '(']",* (,1,1.0 +1106,1106,02,symb,two_rule_comb0,3.0,"['*', '%']",* %],1,1.0 +1106,1106,02,symb,two_rule_comb0,4.0,"['$', '*']",$ *,1,1.0 +1106,1106,02,symb,two_rule_comb0,5.0,"['>', '%']",> %],1,1.0 +1106,1106,02,symb,two_rule_comb0,6.0,"['&', '$']",& $],1,1.0 +1106,1106,02,symb,two_rule_comb0,7.0,"['&', '>']",& >],1,1.0 +1106,1106,02,symb,two_rule_comb0,8.0,"['>', '!']",> !],1,1.0 +1106,1106,02,symb,two_rule_comb0,9.0,"['$', '%']",$ %],1,1.0 +1106,1106,02,symb,two_rule_comb0,10.0,"['>', '*']",> *],1,1.0 +1106,1106,02,symb,two_rule_comb0,11.0,"['&', '~']",& ~],1,1.0 +1106,1106,02,symb,two_rule_comb0,12.0,"['>', '(']",> (],1,1.0 +1106,1106,02,symb,two_rule_comb0,13.0,"['$', '>']",$ >],1,1.0 +1106,1106,02,symb,two_rule_comb0,14.0,"['%', '%']",% %],1,1.0 +1106,1106,02,symb,two_rule_comb0,15.0,"['!', '>']",! >],1,1.0 +1106,1106,02,symb,two_rule_comb0,16.0,"['>', '!']",> !],1,1.0 +1106,1106,02,symb,two_rule_comb0,17.0,"['$', '%']",$ %],1,1.0 +1106,1106,02,symb,two_rule_comb0,18.0,"['>', '*']",> *],1,1.0 +1106,1106,02,symb,two_rule_comb0,19.0,"['*', '~']",* ~],1,1.0 +1106,1106,02,symb,two_rule_comb0,20.0,"['<', '<']",< <],1,1.0 +1106,1106,02,symb,two_rule_comb0,21.0,"[':', '<']",: <],1,1.0 +1106,1106,02,symb,two_rule_comb0,22.0,"['~', '(']",~ (],1,1.0 +1106,1106,02,symb,two_rule_comb0,23.0,"['~', ':']",~ :],1,1.0 +1106,1106,02,symb,two_rule_comb0,24.0,"['>', '&']",> &],1,1.0 +1106,1106,02,symb,two_rule_comb0,25.0,"['<', '&']",< &],1,1.0 +1106,1106,02,symb,two_rule_comb0,26.0,"['~', ':']",~ :],1,1.0 +1106,1106,02,symb,two_rule_comb0,27.0,"['>', '>']",> >],1,1.0 +1106,1106,02,symb,two_rule_comb0,28.0,"['>', '&']",> &],1,1.0 +1106,1106,02,symb,two_rule_comb0,29.0,"['%', '*']",% *],1,1.0 +1106,1106,02,symb,two_rule_comb0,30.0,"['$', '(']",$ (,1,1.0 +1106,1106,02,symb,two_rule_comb0,31.0,"['(', '<']",( <],1,1.0 +1106,1106,02,symb,two_rule_comb0,32.0,"['!', '!']",! !],1,1.0 +1106,1106,02,symb,two_rule_comb0,33.0,"['>', '$']",> $],1,1.0 +1106,1106,02,symb,two_rule_comb0,34.0,"['(', '*']",( *],1,1.0 +1106,1106,02,symb,two_rule_comb0,35.0,"[':', '$']",: $],1,1.0 +1106,1106,02,symb,two_rule_comb0,36.0,"['~', '<']",~ <],1,1.0 +1106,1106,02,symb,two_rule_comb0,37.0,"['&', '<']",& <],1,1.0 +1106,1106,02,symb,two_rule_comb0,38.0,"['!', '~']",! ~],1,1.0 +1106,1106,02,symb,two_rule_comb0,39.0,"['<', '$']",< $],1,1.0 +1106,1106,02,symb,two_rule_comb0,40.0,"['<', '~']",< ~],1,1.0 +1106,1106,02,symb,two_rule_comb0,41.0,"['&', '*']",& *],1,1.0 +1106,1106,02,symb,two_rule_comb0,42.0,"['&', '>']",& >,1,1.0 +1106,1106,02,symb,two_rule_comb0,43.0,"[':', '%']",: %],1,1.0 +1106,1106,02,symb,two_rule_comb0,44.0,"['!', '*']",! *,1,1.0 +1106,1106,02,symb,two_rule_comb0,45.0,"['>', '(']",> (],1,1.0 +1106,1106,02,symb,two_rule_comb0,46.0,"['$', '~']",$ ~],1,1.0 +1106,1106,02,symb,two_rule_comb0,47.0,"['(', '*']",( *],1,1.0 +1106,1106,02,symb,two_rule_comb0,48.0,"['~', '(']",~ (],1,1.0 +1106,1106,02,symb,two_rule_comb0,49.0,"[':', '$']",: $],1,1.0 +1106,1106,02,symb,two_rule_comb0,50.0,"['*', '%']",* %],1,1.0 +1106,1106,02,symb,two_rule_comb0,51.0,"['>', '<']",> <],1,1.0 +1106,1106,02,symb,two_rule_comb0,52.0,"['*', '!']",* !],1,1.0 +1106,1106,02,symb,two_rule_comb0,53.0,"['!', '<']",! <],1,1.0 +1106,1106,02,symb,two_rule_comb0,54.0,"['%', '>']",% >],1,1.0 +1106,1106,02,symb,two_rule_comb0,55.0,"['&', '~']",& ~],1,1.0 +1106,1106,02,symb,two_rule_comb0,56.0,"['>', '&']",> &],1,1.0 +1106,1106,02,symb,two_rule_comb0,57.0,"['~', ':']",~ :],1,1.0 +1106,1106,02,symb,two_rule_comb0,58.0,"[':', '%']",: %],1,1.0 +1106,1106,02,symb,two_rule_comb0,59.0,"['!', '%']",! %],1,1.0 +1106,1106,02,symb,two_rule_comb0,60.0,"['!', '%']",! %],1,1.0 +1106,1106,02,symb,two_rule_comb0,61.0,"['*', '!']",* !,1,1.0 +1106,1106,02,symb,two_rule_comb0,62.0,"['~', '!']",~ !],1,1.0 +1106,1106,02,symb,two_rule_comb0,63.0,"['%', ':']",% :],1,1.0 +1106,1106,02,symb,two_rule_comb0,64.0,"['$', '>']",$ >],1,1.0 +1106,1106,02,symb,two_rule_comb0,65.0,"['<', '(']",< (],1,1.0 +1106,1106,02,symb,two_rule_comb0,66.0,"['*', '~']",* ~],1,1.0 +1106,1106,02,symb,two_rule_comb0,67.0,"['%', ':']",% :],1,1.0 +1106,1106,02,symb,two_rule_comb0,68.0,"[':', '%']",: %,1,1.0 +1106,1106,02,symb,two_rule_comb0,69.0,"['~', '&']",~ &],1,1.0 +1106,1106,02,symb,two_rule_comb0,70.0,"['(', '~']",( ~],1,1.0 +1106,1106,02,symb,two_rule_comb0,71.0,"['$', '%']",$ %],1,1.0 +1106,1106,02,symb,two_rule_comb0,72.0,"['!', '*']",! *],1,1.0 +1106,1106,02,symb,two_rule_comb0,73.0,"['!', '<']",! <],1,1.0 +1106,1106,02,symb,two_rule_comb0,74.0,"['%', '<']",% <],1,1.0 +1106,1106,02,symb,two_rule_comb0,75.0,"['>', '%']",>%],1,1.0 +1106,1106,02,symb,two_rule_comb0,76.0,"['&', '$']",& $],1,1.0 +1106,1106,02,symb,two_rule_comb0,77.0,"['&', '>']",& >],1,1.0 +1106,1106,02,symb,two_rule_comb0,78.0,"['%', '&']",% &],1,1.0 +1106,1106,02,symb,two_rule_comb0,79.0,"['>', '>']",> >],1,1.0 +1106,1106,02,symb,two_rule_comb0,80.0,"['*', '<']",* <],1,1.0 +1106,1106,02,symb,two_rule_comb0,81.0,"['!', '<']",! <],1,1.0 +1106,1106,02,symb,two_rule_comb0,82.0,"['>', '>']",> >],1,1.0 +1106,1106,02,symb,two_rule_comb0,83.0,"['>', '%']",> %],1,1.0 +1106,1106,02,symb,two_rule_comb0,84.0,"['!', '&']",! &],1,1.0 +1106,1106,02,symb,two_rule_comb0,85.0,"['%', ':']",% :],1,1.0 +1106,1106,02,symb,two_rule_comb0,86.0,"['!', '%']",! %,1,1.0 +1106,1106,02,symb,two_rule_comb0,87.0,"['&', '<']",& <],1,1.0 +1106,1106,02,symb,two_rule_comb0,88.0,"[':', '%']",: %],1,1.0 +1106,1106,02,symb,two_rule_comb0,89.0,"['*', '>']",* >,1,1.0 +1106,1106,02,symb,two_rule_comb0,90.0,"[':', '<']",: <],1,1.0 +1106,1106,02,symb,two_rule_comb0,91.0,"['!', '&']",! &],1,1.0 +1106,1106,02,symb,two_rule_comb0,92.0,"['!', ':']",! :],1,1.0 +1106,1106,02,symb,two_rule_comb0,93.0,"['!', '$']",! $],1,1.0 +1106,1106,02,symb,two_rule_comb0,94.0,"['*', '*']",* *],1,1.0 +1106,1106,02,symb,two_rule_comb0,95.0,"[':', '!']",: !],1,1.0 +1106,1106,02,symb,two_rule_comb0,96.0,"['&', '<']",& <],1,1.0 +1106,1106,02,symb,two_rule_comb0,97.0,"['$', '(']",$ (,1,1.0 +1106,1106,02,symb,two_rule_comb0,98.0,"['<', '(']",< (],1,1.0 +1106,1106,02,symb,two_rule_comb0,99.0,"['!', '&']",! &],1,1.0 +1106,1106,02,symb,two_rule_comb1,0.0,"['&', '*']",& *],1,1.0 +1106,1106,02,symb,two_rule_comb1,1.0,"[':', '$']",: $],1,1.0 +1106,1106,02,symb,two_rule_comb1,2.0,"['*', '~']",* ~],1,1.0 +1106,1106,02,symb,two_rule_comb1,3.0,"['!', '(']",! (],1,1.0 +1106,1106,02,symb,two_rule_comb1,4.0,"['*', '>']",* >],1,1.0 +1106,1106,02,symb,two_rule_comb1,5.0,"['(', '%']",( %],1,1.0 +1106,1106,02,symb,two_rule_comb1,6.0,"['>', '(']",> (],1,1.0 +1106,1106,02,symb,two_rule_comb1,7.0,"['&', '&']",(& :),0,1.0 +1106,1106,02,symb,two_rule_comb1,8.0,"['>', '$']",> $],1,1.0 +1106,1106,02,symb,two_rule_comb1,9.0,"['!', '&']",! &],1,1.0 +1106,1106,02,symb,two_rule_comb1,10.0,"['!', '>']",! %],0,1.0 +1106,1106,02,symb,two_rule_comb1,11.0,"['%', '*']",* :],0,1.0 +1106,1106,02,symb,two_rule_comb1,12.0,"['~', '>']",~ >],1,1.0 +1106,1106,02,symb,two_rule_comb1,13.0,"[':', '*']",: *],1,1.0 +1106,1106,02,symb,two_rule_comb1,14.0,"['>', '(']",> (],1,1.0 +1106,1106,02,symb,two_rule_comb1,15.0,"['&', '!']",& !],1,1.0 +1106,1106,02,symb,two_rule_comb1,16.0,"['>', '!']",> !],1,1.0 +1106,1106,02,symb,two_rule_comb1,17.0,"['>', '>']",> >],1,1.0 +1106,1106,02,symb,two_rule_comb1,18.0,"['&', ':']",& :],1,1.0 +1106,1106,02,symb,two_rule_comb1,19.0,"['&', '$']",& $],1,1.0 +1106,1106,02,symb,two_rule_comb1,20.0,"['(', '$']",(% $],0,1.0 +1106,1106,02,symb,two_rule_comb1,21.0,"['*', '!']",* !],1,1.0 +1106,1106,02,symb,two_rule_comb1,22.0,"['~', '>']",~ >],1,1.0 +1106,1106,02,symb,two_rule_comb1,23.0,"['*', '<']",* <],1,1.0 +1106,1106,02,symb,two_rule_comb1,24.0,"['!', '&']",! &,1,1.0 +1106,1106,02,symb,two_rule_comb1,25.0,"['~', '<']",~ <],1,1.0 +1106,1106,02,symb,two_rule_comb1,26.0,"[':', '&']",: &],1,1.0 +1106,1106,02,symb,two_rule_comb1,27.0,"['~', ':']",~ :],1,1.0 +1106,1106,02,symb,two_rule_comb1,28.0,"['<', '(']",< (],1,1.0 +1106,1106,02,symb,two_rule_comb1,29.0,"['%', '(']",% (],1,1.0 +1106,1106,02,symb,two_rule_comb1,30.0,"['(', '$']",( $],1,1.0 +1106,1106,02,symb,two_rule_comb1,31.0,"['~', '*']",~ *],1,1.0 +1106,1106,02,symb,two_rule_comb1,32.0,"['&', '>']",& >],1,1.0 +1106,1106,02,symb,two_rule_comb1,33.0,"['!', '%']",! %],1,1.0 +1106,1106,02,symb,two_rule_comb1,34.0,"['&', '*']",& *],1,1.0 +1106,1106,02,symb,two_rule_comb1,35.0,"['(', '&']",( &],1,1.0 +1106,1106,02,symb,two_rule_comb1,36.0,"['~', '~']",~ ~],1,1.0 +1106,1106,02,symb,two_rule_comb1,37.0,"['~', '*']",~ *],1,1.0 +1106,1106,02,symb,two_rule_comb1,38.0,"['!', '*']",! *],1,1.0 +1106,1106,02,symb,two_rule_comb1,39.0,"['$', '$']",$ <],0,1.0 +1106,1106,02,symb,two_rule_comb1,40.0,"['<', '$']",$ $],0,1.0 +1106,1106,02,symb,two_rule_comb1,41.0,"['%', '*']",% *],1,1.0 +1106,1106,02,symb,two_rule_comb1,42.0,"['!', '*']",! *],1,1.0 +1106,1106,02,symb,two_rule_comb1,43.0,"['*', '*']",* :],0,1.0 +1106,1106,02,symb,two_rule_comb1,44.0,"[':', '&']",: &],1,1.0 +1106,1106,02,symb,two_rule_comb1,45.0,"['>', '!']",> !],1,1.0 +1106,1106,02,symb,two_rule_comb1,46.0,"['&', '<']",& <],1,1.0 +1106,1106,02,symb,two_rule_comb1,47.0,"['%', '<']",% <],1,1.0 +1106,1106,02,symb,two_rule_comb1,48.0,"['!', '<']",! <],1,1.0 +1106,1106,02,symb,two_rule_comb1,49.0,"['(', '>']",( >],1,1.0 +1106,1106,02,symb,two_rule_comb1,50.0,"['!', '$']",! $],1,1.0 +1106,1106,02,symb,two_rule_comb1,51.0,"['!', '(']",! (],1,1.0 +1106,1106,02,symb,two_rule_comb1,52.0,"[':', '$']",: $],1,1.0 +1106,1106,02,symb,two_rule_comb1,53.0,"['$', '<']",$ <],1,1.0 +1106,1106,02,symb,two_rule_comb1,54.0,"['%', ':']",% :],1,1.0 +1106,1106,02,symb,two_rule_comb1,55.0,"['~', '*']",~ *],1,1.0 +1106,1106,02,symb,two_rule_comb1,56.0,"['>', '%']",> %],1,1.0 +1106,1106,02,symb,two_rule_comb1,57.0,"['~', '~']",~ ~],1,1.0 +1106,1106,02,symb,two_rule_comb1,58.0,"['~', '!']",~ !],1,1.0 +1106,1106,02,symb,two_rule_comb1,59.0,"['(', '<']",( <],1,1.0 +1106,1106,02,symb,two_rule_comb1,60.0,"['~', '~']",> ~],0,1.0 +1106,1106,02,symb,two_rule_comb1,61.0,"[':', '(']",: (],1,1.0 +1106,1106,02,symb,two_rule_comb1,62.0,"['~', '(']",~ (],1,1.0 +1106,1106,02,symb,two_rule_comb1,63.0,"['*', '&']",* &],1,1.0 +1106,1106,02,symb,two_rule_comb1,64.0,"[':', '&']",: :],0,1.0 +1106,1106,02,symb,two_rule_comb1,65.0,"['!', '!']",% !],0,1.0 +1106,1106,02,symb,two_rule_comb1,66.0,"['<', '$']",< $],1,1.0 +1106,1106,02,symb,two_rule_comb1,67.0,"['(', '$']",> $],0,1.0 +1106,1106,02,symb,two_rule_comb1,68.0,"['>', '>']",> >],1,1.0 +1106,1106,02,symb,two_rule_comb1,69.0,"['<', '*']",< *],1,1.0 +1106,1106,02,symb,two_rule_comb1,70.0,"['%', '&']",% &],1,1.0 +1106,1106,02,symb,two_rule_comb1,71.0,"['(', ':']",( :],1,1.0 +1106,1106,02,symb,two_rule_comb1,72.0,"[':', '!']",: !],1,1.0 +1106,1106,02,symb,two_rule_comb1,73.0,"['<', '~']",> <],0,1.0 +1106,1106,02,symb,two_rule_comb1,74.0,"['!', ':']",! :],1,1.0 +1106,1106,02,symb,two_rule_comb1,75.0,"['>', '$']",> $],1,1.0 +1106,1106,02,symb,two_rule_comb1,76.0,"['!', '*']",! *],1,1.0 +1106,1106,02,symb,two_rule_comb1,77.0,"['>', '<']",< %],0,1.0 +1106,1106,02,symb,two_rule_comb1,78.0,"['<', '<']",< &],0,1.0 +1106,1106,02,symb,two_rule_comb1,79.0,"['~', ':']",~ :],1,1.0 +1106,1106,02,symb,two_rule_comb1,80.0,"['~', ':']",~ :],1,1.0 +1106,1106,02,symb,two_rule_comb1,81.0,"['%', '~']",% ~],1,1.0 +1106,1106,02,symb,two_rule_comb1,82.0,"['<', '%']",< %],1,1.0 +1106,1106,02,symb,two_rule_comb1,83.0,"['&', '*']",& *,1,1.0 +1106,1106,02,symb,two_rule_comb1,84.0,"['>', '>']",* >],0,1.0 +1106,1106,02,symb,two_rule_comb1,85.0,"['<', '(']",< (],1,1.0 +1106,1106,02,symb,two_rule_comb1,86.0,"['&', '>']",& >],1,1.0 +1106,1106,02,symb,two_rule_comb1,87.0,"['&', '(']",& (],1,1.0 +1106,1106,02,symb,two_rule_comb1,88.0,"['&', '&']",& <],0,1.0 +1106,1106,02,symb,two_rule_comb1,89.0,"['~', '$']",~ ~],0,1.0 +1106,1106,02,symb,two_rule_comb1,90.0,"['*', '>']",* >],1,1.0 +1106,1106,02,symb,two_rule_comb1,91.0,"['(', '(']",(%],0,1.0 +1106,1106,02,symb,two_rule_comb1,92.0,"['&', '*']",& *],1,1.0 +1106,1106,02,symb,two_rule_comb1,93.0,"['%', '%']",% %],1,1.0 +1106,1106,02,symb,two_rule_comb1,94.0,"['>', '(']",> (],1,1.0 +1106,1106,02,symb,two_rule_comb1,95.0,"['&', '<']",& <],1,1.0 +1106,1106,02,symb,two_rule_comb1,96.0,"['>', '&']",> &],1,1.0 +1106,1106,02,symb,two_rule_comb1,97.0,"['!', '$']",! $],1,1.0 +1106,1106,02,symb,two_rule_comb1,98.0,"['>', '~']",: ~],0,1.0 +1106,1106,02,symb,two_rule_comb1,99.0,"['*', '&']",* &],1,1.0 +1106,1106,02,symb,two_rule_comb2,0.0,"['&', '%']",# %],0,1.0 +1106,1106,02,symb,two_rule_comb2,1.0,"['%', '>']",: >],0,1.0 +1106,1106,02,symb,two_rule_comb2,2.0,"['~', '<']",~ *],0,1.0 +1106,1106,02,symb,two_rule_comb2,3.0,"['&', '<']",> >],0,1.0 +1106,1106,02,symb,two_rule_comb2,4.0,"['>', '*']",! *],0,1.0 +1106,1106,02,symb,two_rule_comb2,5.0,"['*', '~']",* !],0,1.0 +1106,1106,02,symb,two_rule_comb2,6.0,"['(', ':']",( <],0,1.0 +1106,1106,02,symb,two_rule_comb2,7.0,"['!', '*']",! <],0,1.0 +1106,1106,02,symb,two_rule_comb2,8.0,"['$', '$']",< $],0,1.0 +1106,1106,02,symb,two_rule_comb2,9.0,"['~', '<']",~ $],0,1.0 +1106,1106,02,symb,two_rule_comb2,10.0,"[':', ':']",( :],0,1.0 +1106,1106,02,symb,two_rule_comb2,11.0,"['$', '<']",& <],0,1.0 +1106,1106,02,symb,two_rule_comb2,12.0,"['<', '(']",< >],0,1.0 +1106,1106,02,symb,two_rule_comb2,13.0,"['(', '~']",: ~],0,1.0 +1106,1106,02,symb,two_rule_comb2,14.0,"['*', '!']",(~ !],0,1.0 +1106,1106,02,symb,two_rule_comb2,15.0,"[':', '<']",: <,1,1.0 +1106,1106,02,symb,two_rule_comb2,16.0,"['(', '$']",( &],0,1.0 +1106,1106,02,symb,two_rule_comb2,17.0,"['$', '(']",< (],0,1.0 +1106,1106,02,symb,two_rule_comb2,18.0,"['%', '%']",% :],0,1.0 +1106,1106,02,symb,two_rule_comb2,19.0,"['<', '(']",< :],0,1.0 +1106,1106,02,symb,two_rule_comb2,20.0,"['(', '<']",: <],0,1.0 +1106,1106,02,symb,two_rule_comb2,21.0,"['%', '~']",# ~],0,1.0 +1106,1106,02,symb,two_rule_comb2,22.0,"['&', '<']",& :],0,1.0 +1106,1106,02,symb,two_rule_comb2,23.0,"['<', '$']",< ~],0,1.0 +1106,1106,02,symb,two_rule_comb2,24.0,"['<', '!']",* !],0,1.0 +1106,1106,02,symb,two_rule_comb2,25.0,"['%', '~']",% *],0,1.0 +1106,1106,02,symb,two_rule_comb2,26.0,"[':', '>']",* >],0,1.0 +1106,1106,02,symb,two_rule_comb2,27.0,"['~', '&']",~ ~],0,1.0 +1106,1106,02,symb,two_rule_comb2,28.0,"['$', '&']",$ >],0,1.0 +1106,1106,02,symb,two_rule_comb2,29.0,"['%', '(']",% :],0,1.0 +1106,1106,02,symb,two_rule_comb2,30.0,"['!', '*']",! <],0,1.0 +1106,1106,02,symb,two_rule_comb2,31.0,"['~', '<']",~ *],0,1.0 +1106,1106,02,symb,two_rule_comb2,32.0,"['&', '*']",& <],0,1.0 +1106,1106,02,symb,two_rule_comb2,33.0,"['<', '~']",< *],0,1.0 +1106,1106,02,symb,two_rule_comb2,34.0,"['<', '&']",< >],0,1.0 +1106,1106,02,symb,two_rule_comb2,35.0,"['>', '~']",:] <],0,1.0 +1106,1106,02,symb,two_rule_comb2,36.0,"[':', '%']",% %],0,1.0 +1106,1106,02,symb,two_rule_comb2,37.0,"['$', '~']",< ~],0,1.0 +1106,1106,02,symb,two_rule_comb2,38.0,"['(', '*']",% *],0,1.0 +1106,1106,02,symb,two_rule_comb2,39.0,"['*', '&']",* <],0,1.0 +1106,1106,02,symb,two_rule_comb2,40.0,"[':', '!']",% !],0,1.0 +1106,1106,02,symb,two_rule_comb2,41.0,"['$', '~']",$ *],0,1.0 +1106,1106,02,symb,two_rule_comb2,42.0,"['~', '<']",* <],0,1.0 +1106,1106,02,symb,two_rule_comb2,43.0,"[':', '$']",: &],0,1.0 +1106,1106,02,symb,two_rule_comb2,44.0,"['(', '!']",( >],0,1.0 +1106,1106,02,symb,two_rule_comb2,45.0,"['>', '&']",> %],0,1.0 +1106,1106,02,symb,two_rule_comb2,46.0,"['%', ':']",% *],0,1.0 +1106,1106,02,symb,two_rule_comb2,47.0,"['!', '>']",> >],0,1.0 +1106,1106,02,symb,two_rule_comb2,48.0,"['>', '<']",> &],0,1.0 +1106,1106,02,symb,two_rule_comb2,49.0,"['<', '!']",: !],0,1.0 +1106,1106,02,symb,two_rule_comb2,50.0,"['~', '(']",~ >],0,1.0 +1106,1106,02,symb,two_rule_comb2,51.0,"['$', '!']",! !],0,1.0 +1106,1106,02,symb,two_rule_comb2,52.0,"['&', '&']",& <],0,1.0 +1106,1106,02,symb,two_rule_comb2,53.0,"['%', '$']",% <],0,1.0 +1106,1106,02,symb,two_rule_comb2,54.0,"['~', ':']",! :],0,1.0 +1106,1106,02,symb,two_rule_comb2,55.0,"['~', '!']",{ !],0,1.0 +1106,1106,02,symb,two_rule_comb2,56.0,"[':', '<']",% <],0,1.0 +1106,1106,02,symb,two_rule_comb2,57.0,"['$', '~']",$ *],0,1.0 +1106,1106,02,symb,two_rule_comb2,58.0,"['<', '%']",: %],0,1.0 +1106,1106,02,symb,two_rule_comb2,59.0,"['%', '<']",% *],0,1.0 +1106,1106,02,symb,two_rule_comb2,60.0,"['*', '%']",% %],0,1.0 +1106,1106,02,symb,two_rule_comb2,61.0,"['%', '*']",* (],0,1.0 +1106,1106,02,symb,two_rule_comb2,62.0,"['<', '&']",< $],0,1.0 +1106,1106,02,symb,two_rule_comb2,63.0,"[':', '*']",* *],0,1.0 +1106,1106,02,symb,two_rule_comb2,64.0,"[':', '>']",( >],0,1.0 +1106,1106,02,symb,two_rule_comb2,65.0,"['$', '&']",$ >],0,1.0 +1106,1106,02,symb,two_rule_comb2,66.0,"['<', '$']",: $],0,1.0 +1106,1106,02,symb,two_rule_comb2,67.0,"['$', '%']",% %],0,1.0 +1106,1106,02,symb,two_rule_comb2,68.0,"['%', '$']",% &],0,1.0 +1106,1106,02,symb,two_rule_comb2,69.0,"['%', '%']",% :],0,1.0 +1106,1106,02,symb,two_rule_comb2,70.0,"['<', ':']",* :],0,1.0 +1106,1106,02,symb,two_rule_comb2,71.0,"['$', ':']",$ %],0,1.0 +1106,1106,02,symb,two_rule_comb2,72.0,"['&', '&']",& >,0,1.0 +1106,1106,02,symb,two_rule_comb2,73.0,"['(', '!']",% %],0,1.0 +1106,1106,02,symb,two_rule_comb2,74.0,"[':', '*']",: ~],0,1.0 +1106,1106,02,symb,two_rule_comb2,75.0,"['%', '*']",: *],0,1.0 +1106,1106,02,symb,two_rule_comb2,76.0,"['<', '>']",> >],0,1.0 +1106,1106,02,symb,two_rule_comb2,77.0,"[':', ':']",: <],0,1.0 +1106,1106,02,symb,two_rule_comb2,78.0,"['~', '~']",> ~],0,1.0 +1106,1106,02,symb,two_rule_comb2,79.0,"[':', '%']",% %],0,1.0 +1106,1106,02,symb,two_rule_comb2,80.0,"['*', '*']",* ~],0,1.0 +1106,1106,02,symb,two_rule_comb2,81.0,"['%', ':']",# :],0,1.0 +1106,1106,02,symb,two_rule_comb2,82.0,"['>', '<']",% <],0,1.0 +1106,1106,02,symb,two_rule_comb2,83.0,"[':', '(']",: >],0,1.0 +1106,1106,02,symb,two_rule_comb2,84.0,"['<', '*']",$ *],0,1.0 +1106,1106,02,symb,two_rule_comb2,85.0,"[':', '%']",: %],1,1.0 +1106,1106,02,symb,two_rule_comb2,86.0,"['<', '%']",< (],0,1.0 +1106,1106,02,symb,two_rule_comb2,87.0,"['%', '!']",: !],0,1.0 +1106,1106,02,symb,two_rule_comb2,88.0,"['>', '&']",! &],0,1.0 +1106,1106,02,symb,two_rule_comb2,89.0,"['~', '%']",* ~],0,1.0 +1106,1106,02,symb,two_rule_comb2,90.0,"[':', '<']",% <],0,1.0 +1106,1106,02,symb,two_rule_comb2,91.0,"['$', '<']",< >],0,1.0 +1106,1106,02,symb,two_rule_comb2,92.0,"['%', '<']",# <],0,1.0 +1106,1106,02,symb,two_rule_comb2,93.0,"['>', '>']",! >],0,1.0 +1106,1106,02,symb,two_rule_comb2,94.0,"['>', '%']",! %],0,1.0 +1106,1106,02,symb,two_rule_comb2,95.0,"['&', '%']",? %],0,1.0 +1106,1106,02,symb,two_rule_comb2,96.0,"['*', '%']",~ %],0,1.0 +1106,1106,02,symb,two_rule_comb2,97.0,"['<', '&']",< (],0,1.0 +1106,1106,02,symb,two_rule_comb2,98.0,"['~', '(']",~ >],0,1.0 +1106,1106,02,symb,two_rule_comb2,99.0,"['*', '>']",* (],0,1.0 +1106,1106,02,symb,two_rule_comb3,0.0,"['$', '&']",$ &],1,1.0 +1106,1106,02,symb,two_rule_comb3,1.0,"['$', '%']",$ %],1,1.0 +1106,1106,02,symb,two_rule_comb3,2.0,"['(', ':']",( :],1,1.0 +1106,1106,02,symb,two_rule_comb3,3.0,"['&', ':']",& :],1,1.0 +1106,1106,02,symb,two_rule_comb3,4.0,"['<', '>']",< >],1,1.0 +1106,1106,02,symb,two_rule_comb3,5.0,"[':', '*']",: *],1,1.0 +1106,1106,02,symb,two_rule_comb3,6.0,"['$', '*']",$ *],1,1.0 +1106,1106,02,symb,two_rule_comb3,7.0,"['~', '&']",& ~],0,1.0 +1106,1106,02,symb,two_rule_comb3,8.0,"['$', ':']",$ :],1,1.0 +1106,1106,02,symb,two_rule_comb3,9.0,"['(', '<']",( <],1,1.0 +1106,1106,02,symb,two_rule_comb3,10.0,"['%', '(']",% !],0,1.0 +1106,1106,02,symb,two_rule_comb3,11.0,"[':', '~']",: ~],1,1.0 +1106,1106,02,symb,two_rule_comb3,12.0,"[':', '!']",: !],1,1.0 +1106,1106,02,symb,two_rule_comb3,13.0,"['<', '$']",< $],1,1.0 +1106,1106,02,symb,two_rule_comb3,14.0,"['~', '(']",( ~],0,1.0 +1106,1106,02,symb,two_rule_comb3,15.0,"['<', '!']",< !],1,1.0 +1106,1106,02,symb,two_rule_comb3,16.0,"['%', '<']",% <],1,1.0 +1106,1106,02,symb,two_rule_comb3,17.0,"['<', '<']",< <],1,1.0 +1106,1106,02,symb,two_rule_comb3,18.0,"['>', '%']",% >],0,1.0 +1106,1106,02,symb,two_rule_comb3,19.0,"['<', '~']",< ~],1,1.0 +1106,1106,02,symb,two_rule_comb3,20.0,"['~', '(']",~ (],1,1.0 +1106,1106,02,symb,two_rule_comb3,21.0,"['%', '~']",% ~],1,1.0 +1106,1106,02,symb,two_rule_comb3,22.0,"['>', '%']",> %],1,1.0 +1106,1106,02,symb,two_rule_comb3,23.0,"['~', ':']",~ :],1,1.0 +1106,1106,02,symb,two_rule_comb3,24.0,"[':', '!']",: !],1,1.0 +1106,1106,02,symb,two_rule_comb3,25.0,"['&', '>']",& !],0,1.0 +1106,1106,02,symb,two_rule_comb3,26.0,"['&', '*']",:& $,0,1.0 +1106,1106,02,symb,two_rule_comb3,27.0,"['(', '~']",( ~],1,1.0 +1106,1106,02,symb,two_rule_comb3,28.0,"['&', '*']",* >],0,1.0 +1106,1106,02,symb,two_rule_comb3,29.0,"['%', '*']",% *],1,1.0 +1106,1106,02,symb,two_rule_comb3,30.0,"['*', '(']",* (],1,1.0 +1106,1106,02,symb,two_rule_comb3,31.0,"['<', '<']",< %],0,1.0 +1106,1106,02,symb,two_rule_comb3,32.0,"['$', '~']",$ ~],1,1.0 +1106,1106,02,symb,two_rule_comb3,33.0,"['$', '%']",% ~],0,1.0 +1106,1106,02,symb,two_rule_comb3,34.0,"['!', '(']",! (],1,1.0 +1106,1106,02,symb,two_rule_comb3,35.0,"['%', '&']",% &],1,1.0 +1106,1106,02,symb,two_rule_comb3,36.0,"['~', '!']",~ !],1,1.0 +1106,1106,02,symb,two_rule_comb3,37.0,"['!', '*']",! *],1,1.0 +1106,1106,02,symb,two_rule_comb3,38.0,"['*', '&']",* &],1,1.0 +1106,1106,02,symb,two_rule_comb3,39.0,"['&', '!']",& !],1,1.0 +1106,1106,02,symb,two_rule_comb3,40.0,"['$', '&']",$ &],1,1.0 +1106,1106,02,symb,two_rule_comb3,41.0,"['(', '(']",( (],1,1.0 +1106,1106,02,symb,two_rule_comb3,42.0,"['$', ':']",$ :],1,1.0 +1106,1106,02,symb,two_rule_comb3,43.0,"['!', '*']",! *],1,1.0 +1106,1106,02,symb,two_rule_comb3,44.0,"['%', ':']",% :],1,1.0 +1106,1106,02,symb,two_rule_comb3,45.0,"['<', '*']",* <],0,1.0 +1106,1106,02,symb,two_rule_comb3,46.0,"['*', '!']",* !],1,1.0 +1106,1106,02,symb,two_rule_comb3,47.0,"['*', '(']",* (],1,1.0 +1106,1106,02,symb,two_rule_comb3,48.0,"['<', '&']",& <],0,1.0 +1106,1106,02,symb,two_rule_comb3,49.0,"['<', '*']",< *],1,1.0 +1106,1106,02,symb,two_rule_comb3,50.0,"['~', '$']",~ $],1,1.0 +1106,1106,02,symb,two_rule_comb3,51.0,"['~', '~']",& <],0,1.0 +1106,1106,02,symb,two_rule_comb3,52.0,"['~', '!']",~ !],1,1.0 +1106,1106,02,symb,two_rule_comb3,53.0,"['(', '*']",( *],1,1.0 +1106,1106,02,symb,two_rule_comb3,54.0,"['$', '$']",$ >],0,1.0 +1106,1106,02,symb,two_rule_comb3,55.0,"['*', '~']",* ~],1,1.0 +1106,1106,02,symb,two_rule_comb3,56.0,"['!', '%']",! %],1,1.0 +1106,1106,02,symb,two_rule_comb3,57.0,"[':', '~']",: ~],1,1.0 +1106,1106,02,symb,two_rule_comb3,58.0,"['>', ':']",> :],1,1.0 +1106,1106,02,symb,two_rule_comb3,59.0,"['!', '*']",! *],1,1.0 +1106,1106,02,symb,two_rule_comb3,60.0,"[':', '&']",: &],1,1.0 +1106,1106,02,symb,two_rule_comb3,61.0,"['!', '>']",! >],1,1.0 +1106,1106,02,symb,two_rule_comb3,62.0,"['$', '~']",$ ~],1,1.0 +1106,1106,02,symb,two_rule_comb3,63.0,"['$', '&']",$ &],1,1.0 +1106,1106,02,symb,two_rule_comb3,64.0,"['&', '&']",$ %],0,1.0 +1106,1106,02,symb,two_rule_comb3,65.0,"['$', '>']",$ >],1,1.0 +1106,1106,02,symb,two_rule_comb3,66.0,"[':', '>']",: >],1,1.0 +1106,1106,02,symb,two_rule_comb3,67.0,"['$', '*']",$ *],1,1.0 +1106,1106,02,symb,two_rule_comb3,68.0,"[':', '*']",: *],1,1.0 +1106,1106,02,symb,two_rule_comb3,69.0,"['&', '!']",& !],1,1.0 +1106,1106,02,symb,two_rule_comb3,70.0,"['(', '>']",( >],1,1.0 +1106,1106,02,symb,two_rule_comb3,71.0,"['>', '*']",> *],1,1.0 +1106,1106,02,symb,two_rule_comb3,72.0,"['%', '*']",% *],1,1.0 +1106,1106,02,symb,two_rule_comb3,73.0,"['~', '&']",~ &],1,1.0 +1106,1106,02,symb,two_rule_comb3,74.0,"['!', '!']",! !],1,1.0 +1106,1106,02,symb,two_rule_comb3,75.0,"[':', '(']",: (],1,1.0 +1106,1106,02,symb,two_rule_comb3,76.0,"['>', '%']",% >],0,1.0 +1106,1106,02,symb,two_rule_comb3,77.0,"['%', ':']",% :],1,1.0 +1106,1106,02,symb,two_rule_comb3,78.0,"[':', '!']",: !],1,1.0 +1106,1106,02,symb,two_rule_comb3,79.0,"['(', '*']",( *],1,1.0 +1106,1106,02,symb,two_rule_comb3,80.0,"['&', '%']",& %],1,1.0 +1106,1106,02,symb,two_rule_comb3,81.0,"['!', '%']",! %],1,1.0 +1106,1106,02,symb,two_rule_comb3,82.0,"['&', '(']",& (],1,1.0 +1106,1106,02,symb,two_rule_comb3,83.0,"['%', '(']",% (],1,1.0 +1106,1106,02,symb,two_rule_comb3,84.0,"['&', '(']",& (],1,1.0 +1106,1106,02,symb,two_rule_comb3,85.0,"['~', '$']",$ ~],0,1.0 +1106,1106,02,symb,two_rule_comb3,86.0,"['!', ':']",! :],1,1.0 +1106,1106,02,symb,two_rule_comb3,87.0,"['$', '<']",$ <],1,1.0 +1106,1106,02,symb,two_rule_comb3,88.0,"['~', '*']",~ *],1,1.0 +1106,1106,02,symb,two_rule_comb3,89.0,"['*', '&']",& *],0,1.0 +1106,1106,02,symb,two_rule_comb3,90.0,"['!', '~']",! ~],1,1.0 +1106,1106,02,symb,two_rule_comb3,91.0,"['<', '(']",< (],1,1.0 +1106,1106,02,symb,two_rule_comb3,92.0,"['*', '<']",* <],1,1.0 +1106,1106,02,symb,two_rule_comb3,93.0,"['*', '~']",* ~],1,1.0 +1106,1106,02,symb,two_rule_comb3,94.0,"['~', '*']",~ *],1,1.0 +1106,1106,02,symb,two_rule_comb3,95.0,"['>', ':']",> :],1,1.0 +1106,1106,02,symb,two_rule_comb3,96.0,"['<', ':']",< :],1,1.0 +1106,1106,02,symb,two_rule_comb3,97.0,"[':', '$']",: $],1,1.0 +1106,1106,02,symb,two_rule_comb3,98.0,"['&', '!']",& !],1,1.0 +1106,1106,02,symb,two_rule_comb3,99.0,"['(', '$']",( $],1,1.0 +1106,1106,02,symb,two_rule_comb4,0.0,"['&', '~']",$ >],0,1.0 +1106,1106,02,symb,two_rule_comb4,1.0,"['<', '>']",# ?],0,1.0 +1106,1106,02,symb,two_rule_comb4,2.0,"['(', '!']",& !],0,1.0 +1106,1106,02,symb,two_rule_comb4,3.0,"['!', '&']",! <],0,1.0 +1106,1106,02,symb,two_rule_comb4,4.0,"['&', '(']",( (],0,1.0 +1106,1106,02,symb,two_rule_comb4,5.0,"['$', '&']",$ :],0,1.0 +1106,1106,02,symb,two_rule_comb4,6.0,"['&', '!']",% >],0,1.0 +1106,1106,02,symb,two_rule_comb4,7.0,"['!', '(']",! <],0,1.0 +1106,1106,02,symb,two_rule_comb4,8.0,"['~', '(']",< (],0,1.0 +1106,1106,02,symb,two_rule_comb4,9.0,"['*', '(']",) ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,10.0,"[':', '<']",* <],0,1.0 +1106,1106,02,symb,two_rule_comb4,11.0,"['%', '&']",: &],0,1.0 +1106,1106,02,symb,two_rule_comb4,12.0,"['$', '(']",$ >],0,1.0 +1106,1106,02,symb,two_rule_comb4,13.0,"['$', '%']",$ :],0,1.0 +1106,1106,02,symb,two_rule_comb4,14.0,"['$', '*']",$ !],0,1.0 +1106,1106,02,symb,two_rule_comb4,15.0,"['~', '~']",~ !],0,1.0 +1106,1106,02,symb,two_rule_comb4,16.0,"['&', '%']",$ %],0,1.0 +1106,1106,02,symb,two_rule_comb4,17.0,"['<', '$']",< ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,18.0,"['>', '$']",! &],0,1.0 +1106,1106,02,symb,two_rule_comb4,19.0,"['*', '!']",$ ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,20.0,"['$', '*']",* >],0,1.0 +1106,1106,02,symb,two_rule_comb4,21.0,"['(', '&']",: >],0,1.0 +1106,1106,02,symb,two_rule_comb4,22.0,"['(', '!']",: >],0,1.0 +1106,1106,02,symb,two_rule_comb4,23.0,"['&', '!']",$ ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,24.0,"['<', ':']",< *],0,1.0 +1106,1106,02,symb,two_rule_comb4,25.0,"['<', '!']",< ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,26.0,"['&', '&']",< %],0,1.0 +1106,1106,02,symb,two_rule_comb4,27.0,"[':', '(']",% >],0,1.0 +1106,1106,02,symb,two_rule_comb4,28.0,"['(', '*']",% *],0,1.0 +1106,1106,02,symb,two_rule_comb4,29.0,"['(', '&']",( <],0,1.0 +1106,1106,02,symb,two_rule_comb4,30.0,"['$', '~']",< ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,31.0,"['%', '>']",: <],0,1.0 +1106,1106,02,symb,two_rule_comb4,32.0,"['%', '%']",% !],0,1.0 +1106,1106,02,symb,two_rule_comb4,33.0,"['<', '%']",< ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,34.0,"[':', '~']",% >],0,1.0 +1106,1106,02,symb,two_rule_comb4,35.0,"['<', '>']",! ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,36.0,"['%', '(']",: $],0,1.0 +1106,1106,02,symb,two_rule_comb4,37.0,"['$', '(']",$ >],0,1.0 +1106,1106,02,symb,two_rule_comb4,38.0,"['>', '%']",> >],0,1.0 +1106,1106,02,symb,two_rule_comb4,39.0,"['%', '(']",! *],0,1.0 +1106,1106,02,symb,two_rule_comb4,40.0,"['>', '*']",> !],0,1.0 +1106,1106,02,symb,two_rule_comb4,41.0,"['!', '$']",> *],0,1.0 +1106,1106,02,symb,two_rule_comb4,42.0,"['<', '%']",< *],0,1.0 +1106,1106,02,symb,two_rule_comb4,43.0,"['$', '<']",% >],0,1.0 +1106,1106,02,symb,two_rule_comb4,44.0,"['<', '%']",< !],0,1.0 +1106,1106,02,symb,two_rule_comb4,45.0,"['&', '!']",$ (],0,1.0 +1106,1106,02,symb,two_rule_comb4,46.0,"['&', '%']",$ *],0,1.0 +1106,1106,02,symb,two_rule_comb4,47.0,"['*', '(']",* <],0,1.0 +1106,1106,02,symb,two_rule_comb4,48.0,"['<', '(']",: (],0,1.0 +1106,1106,02,symb,two_rule_comb4,49.0,"['~', '!']",% !],0,1.0 +1106,1106,02,symb,two_rule_comb4,50.0,"['$', '(']",& :],0,1.0 +1106,1106,02,symb,two_rule_comb4,51.0,"['~', '<']",~ :],0,1.0 +1106,1106,02,symb,two_rule_comb4,52.0,"[':', '~']",: >],0,1.0 +1106,1106,02,symb,two_rule_comb4,53.0,"['>', '*']",* *],0,1.0 +1106,1106,02,symb,two_rule_comb4,54.0,"['~', '(']",~ <],0,1.0 +1106,1106,02,symb,two_rule_comb4,55.0,"['>', '!']",( >,0,1.0 +1106,1106,02,symb,two_rule_comb4,56.0,"['>', '$']",$ ],0,1.0 +1106,1106,02,symb,two_rule_comb4,57.0,"[':', '&']",: %],0,1.0 +1106,1106,02,symb,two_rule_comb4,58.0,"['~', '&']",* <],0,1.0 +1106,1106,02,symb,two_rule_comb4,59.0,"[':', ':']",: *],0,1.0 +1106,1106,02,symb,two_rule_comb4,60.0,"['&', '<']",% >],0,1.0 +1106,1106,02,symb,two_rule_comb4,61.0,"[':', '<']",: :],0,1.0 +1106,1106,02,symb,two_rule_comb4,62.0,"['$', '!']",~ >],0,1.0 +1106,1106,02,symb,two_rule_comb4,63.0,"['%', '*']",! *],0,1.0 +1106,1106,02,symb,two_rule_comb4,64.0,"['%', '*']",* ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,65.0,"['*', '>']",~ *],0,1.0 +1106,1106,02,symb,two_rule_comb4,66.0,"['*', '>']",* ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,67.0,"['~', '(']",~ &],0,1.0 +1106,1106,02,symb,two_rule_comb4,68.0,"['!', '>']",> :],0,1.0 +1106,1106,02,symb,two_rule_comb4,69.0,"['&', '<']",& :],0,1.0 +1106,1106,02,symb,two_rule_comb4,70.0,"['&', '&']",& >],0,1.0 +1106,1106,02,symb,two_rule_comb4,71.0,"['%', '&']",% *],0,1.0 +1106,1106,02,symb,two_rule_comb4,72.0,"['(', '$']",: :],0,1.0 +1106,1106,02,symb,two_rule_comb4,73.0,"['<', '!']",$ :],0,1.0 +1106,1106,02,symb,two_rule_comb4,74.0,"['%', '%']",% !],0,1.0 +1106,1106,02,symb,two_rule_comb4,75.0,"['!', '%']",! ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,76.0,"['&', '!']",: *],0,1.0 +1106,1106,02,symb,two_rule_comb4,77.0,"['!', '$']",$ >],0,1.0 +1106,1106,02,symb,two_rule_comb4,78.0,"['>', '<']",& >],0,1.0 +1106,1106,02,symb,two_rule_comb4,79.0,"['<', '~']",: *],0,1.0 +1106,1106,02,symb,two_rule_comb4,80.0,"['(', '~']",( *],0,1.0 +1106,1106,02,symb,two_rule_comb4,81.0,"['(', ':']",% *],0,1.0 +1106,1106,02,symb,two_rule_comb4,82.0,"['!', '*']",> :],0,1.0 +1106,1106,02,symb,two_rule_comb4,83.0,"['%', '*']",! *],0,1.0 +1106,1106,02,symb,two_rule_comb4,84.0,"['>', '%']",! %],0,1.0 +1106,1106,02,symb,two_rule_comb4,85.0,"['<', '&']",< &],1,1.0 +1106,1106,02,symb,two_rule_comb4,86.0,"['>', ':']",> :],1,1.0 +1106,1106,02,symb,two_rule_comb4,87.0,"['%', '<']",! <],0,1.0 +1106,1106,02,symb,two_rule_comb4,88.0,"['>', '(']",! *],0,1.0 +1106,1106,02,symb,two_rule_comb4,89.0,"['$', '$']",< ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,90.0,"[':', '%']",: ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,91.0,"['*', '&']",~ &],0,1.0 +1106,1106,02,symb,two_rule_comb4,92.0,"['(', '<']",< &],0,1.0 +1106,1106,02,symb,two_rule_comb4,93.0,"['(', '<']",& >],0,1.0 +1106,1106,02,symb,two_rule_comb4,94.0,"['~', '%']",! ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,95.0,"['!', '<']",* !],0,1.0 +1106,1106,02,symb,two_rule_comb4,96.0,"['>', '&']",> >],0,1.0 +1106,1106,02,symb,two_rule_comb4,97.0,"['(', '$']",( &],0,1.0 +1106,1106,02,symb,two_rule_comb4,98.0,"['%', '$']",% ~],0,1.0 +1106,1106,02,symb,two_rule_comb4,99.0,"['&', '~']",@ ~],0,1.0 +1106,1106,02,symb,two_rule_comb5,0.0,"['*', '%']",* ~],0,1.0 +1106,1106,02,symb,two_rule_comb5,1.0,"['(', '(']",% :],0,1.0 +1106,1106,02,symb,two_rule_comb5,2.0,"['$', '$']",& <],0,1.0 +1106,1106,02,symb,two_rule_comb5,3.0,"['(', '<']",: &],0,1.0 +1106,1106,02,symb,two_rule_comb5,4.0,"['$', '(']",% &],0,1.0 +1106,1106,02,symb,two_rule_comb5,5.0,"['%', '&']",: $],0,1.0 +1106,1106,02,symb,two_rule_comb5,6.0,"['$', '&']",& <],0,1.0 +1106,1106,02,symb,two_rule_comb5,7.0,"['*', '!']",~ >],0,1.0 +1106,1106,02,symb,two_rule_comb5,8.0,"['(', '%']",: :],0,1.0 +1106,1106,02,symb,two_rule_comb5,9.0,"['!', '(']",> %],0,1.0 +1106,1106,02,symb,two_rule_comb5,10.0,"['$', '%']",< (],0,1.0 +1106,1106,02,symb,two_rule_comb5,11.0,"['(', ':']",% %],0,1.0 +1106,1106,02,symb,two_rule_comb5,12.0,"['$', '~']",! ~],0,1.0 +1106,1106,02,symb,two_rule_comb5,13.0,"['!', '~']",> *],0,1.0 +1106,1106,02,symb,two_rule_comb5,14.0,"['<', ':']",# %,0,1.0 +1106,1106,02,symb,two_rule_comb5,15.0,"['~', '&']",* <],0,1.0 +1106,1106,02,symb,two_rule_comb5,16.0,"['&', '$']",$ <],0,1.0 +1106,1106,02,symb,two_rule_comb5,17.0,"['~', '(']",# @],0,1.0 +1106,1106,02,symb,two_rule_comb5,18.0,"['&', '%']",$ :],0,1.0 +1106,1106,02,symb,two_rule_comb5,19.0,"['>', '$']",! &],0,1.0 +1106,1106,02,symb,two_rule_comb5,20.0,"['&', '$']",$ &],0,1.0 +1106,1106,02,symb,two_rule_comb5,21.0,"[':', '<']",& ],0,1.0 +1106,1106,02,symb,two_rule_comb5,22.0,"['$', '~']",& *],0,1.0 +1106,1106,02,symb,two_rule_comb5,23.0,"['~', '%']",& <],0,1.0 +1106,1106,02,symb,two_rule_comb5,24.0,"['$', '!']",& >],0,1.0 +1106,1106,02,symb,two_rule_comb5,25.0,"['$', ':']",~ :],0,1.0 +1106,1106,02,symb,two_rule_comb5,26.0,"['&', '<']",<&],0,1.0 +1106,1106,02,symb,two_rule_comb5,27.0,"['*', '~']",~ *],0,1.0 +1106,1106,02,symb,two_rule_comb5,28.0,"['$', ':']",< %],0,1.0 +1106,1106,02,symb,two_rule_comb5,29.0,"[':', '>']",? ?],0,1.0 +1106,1106,02,symb,two_rule_comb5,30.0,"['>', '(']",>: !],0,1.0 +1106,1106,02,symb,two_rule_comb5,31.0,"['<', '!']",( : ],0,1.0 +1106,1106,02,symb,two_rule_comb5,32.0,"['&', ':']",$ %],0,1.0 +1106,1106,02,symb,two_rule_comb5,33.0,"['$', '%']",~ ~],0,1.0 +1106,1106,02,symb,two_rule_comb5,34.0,"[':', '(']",% ],0,1.0 +1106,1106,02,symb,two_rule_comb5,35.0,"['%', '%']",# !],0,1.0 +1106,1106,02,symb,two_rule_comb5,36.0,"['!', '&']",> $],0,1.0 +1106,1106,02,symb,two_rule_comb5,37.0,"['<', '~']",< &],0,1.0 +1106,1106,02,symb,two_rule_comb5,38.0,"['(', '!']",# %],0,1.0 +1106,1106,02,symb,two_rule_comb5,39.0,"['>', '<']",! &],0,1.0 +1106,1106,02,symb,two_rule_comb5,40.0,"['%', '$']",! !],0,1.0 +1106,1106,02,symb,two_rule_comb5,41.0,"['$', '<']",# #],0,1.0 +1106,1106,02,symb,two_rule_comb5,42.0,"['%', '(']",% ],0,1.0 +1106,1106,02,symb,two_rule_comb5,43.0,"['<', '$']",* ~],0,1.0 +1106,1106,02,symb,two_rule_comb5,44.0,"['*', '&']",~ $],0,1.0 +1106,1106,02,symb,two_rule_comb5,45.0,"['*', '&']",* ~],0,1.0 +1106,1106,02,symb,two_rule_comb5,46.0,"['!', '$']",: )],0,1.0 +1106,1106,02,symb,two_rule_comb5,47.0,"['<', '>']",$ !],0,1.0 +1106,1106,02,symb,two_rule_comb5,48.0,"['!', ':']",> (],0,1.0 +1106,1106,02,symb,two_rule_comb5,49.0,"['%', ':']",! <],0,1.0 +1106,1106,02,symb,two_rule_comb5,50.0,"['!', '<']",> &],0,1.0 +1106,1106,02,symb,two_rule_comb5,51.0,"['&', '>']",< !],0,1.0 +1106,1106,02,symb,two_rule_comb5,52.0,"['(', '$']",% &],0,1.0 +1106,1106,02,symb,two_rule_comb5,53.0,"['(', '*']",# #],0,1.0 +1106,1106,02,symb,two_rule_comb5,54.0,"['%', '$']",: <],0,1.0 +1106,1106,02,symb,two_rule_comb5,55.0,"['&', '%']",* >],0,1.0 +1106,1106,02,symb,two_rule_comb5,56.0,"['$', '<']",< &],0,1.0 +1106,1106,02,symb,two_rule_comb5,57.0,"['<', '<']",$ &],0,1.0 +1106,1106,02,symb,two_rule_comb5,58.0,"['%', '<']",! *],0,1.0 +1106,1106,02,symb,two_rule_comb5,59.0,"['~', '*']",~ *],1,1.0 +1106,1106,02,symb,two_rule_comb5,60.0,"['~', '<']",# =],0,1.0 +1106,1106,02,symb,two_rule_comb5,61.0,"[':', '~']",* ],0,1.0 +1106,1106,02,symb,two_rule_comb5,62.0,"['(', '~']",( %],0,1.0 +1106,1106,02,symb,two_rule_comb5,63.0,"['!', ':']",% >],0,1.0 +1106,1106,02,symb,two_rule_comb5,64.0,"[':', '%']",< !],0,1.0 +1106,1106,02,symb,two_rule_comb5,65.0,"['~', '<']",> <],0,1.0 +1106,1106,02,symb,two_rule_comb5,66.0,"['%', '>']",: !],0,1.0 +1106,1106,02,symb,two_rule_comb5,67.0,"['*', '<']",* <],1,1.0 +1106,1106,02,symb,two_rule_comb5,68.0,"['(', '%']",: (],0,1.0 +1106,1106,02,symb,two_rule_comb5,69.0,"['$', '*']",! :],0,1.0 +1106,1106,02,symb,two_rule_comb5,70.0,"['>', '%']",! (],0,1.0 +1106,1106,02,symb,two_rule_comb5,71.0,"['~', '%']",# #],0,1.0 +1106,1106,02,symb,two_rule_comb5,72.0,"[':', '%']",:% :],0,1.0 +1106,1106,02,symb,two_rule_comb5,73.0,"['<', '%']",~ !],0,1.0 +1106,1106,02,symb,two_rule_comb5,74.0,"['(', '$']",@ =],0,1.0 +1106,1106,02,symb,two_rule_comb5,75.0,"['&', '(']",# :],0,1.0 +1106,1106,02,symb,two_rule_comb5,76.0,"['$', '%']",@ %],0,1.0 +1106,1106,02,symb,two_rule_comb5,77.0,"['(', ':']",: (],0,1.0 +1106,1106,02,symb,two_rule_comb5,78.0,"['(', '&']",# #],0,1.0 +1106,1106,02,symb,two_rule_comb5,79.0,"['>', '<']",? ?],0,1.0 +1106,1106,02,symb,two_rule_comb5,80.0,"['(', '!']",( : ],0,1.0 +1106,1106,02,symb,two_rule_comb5,81.0,"['<', '&']",$ <],0,1.0 +1106,1106,02,symb,two_rule_comb5,82.0,"['<', '&']",$ $],0,1.0 +1106,1106,02,symb,two_rule_comb5,83.0,"['%', ':']",@ #],0,1.0 +1106,1106,02,symb,two_rule_comb5,84.0,"['*', ':']",< <],0,1.0 +1106,1106,02,symb,two_rule_comb5,85.0,"['>', '*']",( <],0,1.0 +1106,1106,02,symb,two_rule_comb5,86.0,"['!', '$']",> &],0,1.0 +1106,1106,02,symb,two_rule_comb5,87.0,"['>', '!']",> !],1,1.0 +1106,1106,02,symb,two_rule_comb5,88.0,"['&', '~']",( !],0,1.0 +1106,1106,02,symb,two_rule_comb5,89.0,"['(', '%']",% (],0,1.0 +1106,1106,02,symb,two_rule_comb5,90.0,"['(', '$']",: &],0,1.0 +1106,1106,02,symb,two_rule_comb5,91.0,"[':', '(']",% %],0,1.0 +1106,1106,02,symb,two_rule_comb5,92.0,"['(', '(']",: %],0,1.0 +1106,1106,02,symb,two_rule_comb5,93.0,"['&', '<']",$ $],0,1.0 +1106,1106,02,symb,two_rule_comb5,94.0,"['&', ':']",$ (],0,1.0 +1106,1106,02,symb,two_rule_comb5,95.0,"['~', '>']",~ *],0,1.0 +1106,1106,02,symb,two_rule_comb5,96.0,"['&', '&']",* $],0,1.0 +1106,1106,02,symb,two_rule_comb5,97.0,"['$', '>']",< !],0,1.0 +1106,1106,02,symb,two_rule_comb5,98.0,"['~', ':']",% !],0,1.0 +1106,1106,02,symb,two_rule_comb5,99.0,"['%', ':']",: (],0,1.0 +1106,1106,02,symb,three_rule_comb0,0.0,"['&', ':', ':']",& : :],1,1.0 +1106,1106,02,symb,three_rule_comb0,1.0,"['!', '%', '%']",! % %],1,1.0 +1106,1106,02,symb,three_rule_comb0,2.0,"['*', '$', '%']",* $ %],1,1.0 +1106,1106,02,symb,three_rule_comb0,3.0,"['$', '>', '*']",$ > *],1,1.0 +1106,1106,02,symb,three_rule_comb0,4.0,"[':', '%', '<']",: % <],1,1.0 +1106,1106,02,symb,three_rule_comb0,5.0,"['~', '%', '$']",~ % $],1,1.0 +1106,1106,02,symb,three_rule_comb0,6.0,"['(', '$', ':']",( $ :],1,1.0 +1106,1106,02,symb,three_rule_comb0,7.0,"[':', '>', '&']",: > &],1,1.0 +1106,1106,02,symb,three_rule_comb0,8.0,"['*', '<', '!']",* < !,1,1.0 +1106,1106,02,symb,three_rule_comb0,9.0,"[':', '$', '(']",: $ (],1,1.0 +1106,1106,02,symb,three_rule_comb0,10.0,"['&', '<', '>']",& < >],1,1.0 +1106,1106,02,symb,three_rule_comb0,11.0,"['$', '&', '!']",$ & !],1,1.0 +1106,1106,02,symb,three_rule_comb0,12.0,"['&', '<', '(']",& < (],1,1.0 +1106,1106,02,symb,three_rule_comb0,13.0,"['>', '>', '$']",> > $],1,1.0 +1106,1106,02,symb,three_rule_comb0,14.0,"['(', '$', '<']",( $ <],1,1.0 +1106,1106,02,symb,three_rule_comb0,15.0,"['(', '>', '*']",( > *],1,1.0 +1106,1106,02,symb,three_rule_comb0,16.0,"['~', '!', '&']",~ ! &],1,1.0 +1106,1106,02,symb,three_rule_comb0,17.0,"[':', '*', '(']",: * (],1,1.0 +1106,1106,02,symb,three_rule_comb0,18.0,"['<', '>', '>']",< > >],1,1.0 +1106,1106,02,symb,three_rule_comb0,19.0,"['<', '~', '!']",< ~ !],1,1.0 +1106,1106,02,symb,three_rule_comb0,20.0,"['*', '*', '(']",* * (],1,1.0 +1106,1106,02,symb,three_rule_comb0,21.0,"['>', '&', '%']",> & %],1,1.0 +1106,1106,02,symb,three_rule_comb0,22.0,"[':', '&', '&']",: & &],1,1.0 +1106,1106,02,symb,three_rule_comb0,23.0,"['*', '&', '!']",* & !],1,1.0 +1106,1106,02,symb,three_rule_comb0,24.0,"['~', '>', '&']",~ > &],1,1.0 +1106,1106,02,symb,three_rule_comb0,25.0,"['&', '(', '!']",& ( !],1,1.0 +1106,1106,02,symb,three_rule_comb0,26.0,"[':', '$', '~']",: $ ~,1,1.0 +1106,1106,02,symb,three_rule_comb0,27.0,"['(', '!', '!']",( ! !],1,1.0 +1106,1106,02,symb,three_rule_comb0,28.0,"[':', '(', '&']",: ( &],1,1.0 +1106,1106,02,symb,three_rule_comb0,29.0,"['*', '%', '(']",* % (],1,1.0 +1106,1106,02,symb,three_rule_comb0,30.0,"['~', '>', '!']",~ > !],1,1.0 +1106,1106,02,symb,three_rule_comb0,31.0,"['&', '&', ':']",& & :],1,1.0 +1106,1106,02,symb,three_rule_comb0,32.0,"['(', ':', ':']",( : :],1,1.0 +1106,1106,02,symb,three_rule_comb0,33.0,"['%', '<', '<']",% < <],1,1.0 +1106,1106,02,symb,three_rule_comb0,34.0,"['&', ':', '%']",& : %],1,1.0 +1106,1106,02,symb,three_rule_comb0,35.0,"['<', ':', '%']",< : %],1,1.0 +1106,1106,02,symb,three_rule_comb0,36.0,"['&', '(', ':']",& ( :],1,1.0 +1106,1106,02,symb,three_rule_comb0,37.0,"['&', '~', '(']",& ~ (],1,1.0 +1106,1106,02,symb,three_rule_comb0,38.0,"[':', '>', '$']",: > $],1,1.0 +1106,1106,02,symb,three_rule_comb0,39.0,"[':', ':', '&']",: : &],1,1.0 +1106,1106,02,symb,three_rule_comb0,40.0,"['$', '(', '(']",$ ( (],1,1.0 +1106,1106,02,symb,three_rule_comb0,41.0,"['%', '&', '>']",% & >],1,1.0 +1106,1106,02,symb,three_rule_comb0,42.0,"['>', '%', '~']",> % ~],1,1.0 +1106,1106,02,symb,three_rule_comb0,43.0,"['!', '%', '!']",! % !,1,1.0 +1106,1106,02,symb,three_rule_comb0,44.0,"['$', '&', '%']",$ & %],1,1.0 +1106,1106,02,symb,three_rule_comb0,45.0,"[':', '>', '*']",: > *],1,1.0 +1106,1106,02,symb,three_rule_comb0,46.0,"['*', '~', '~']",* ~ ~],1,1.0 +1106,1106,02,symb,three_rule_comb0,47.0,"['>', '*', '>']",> * >],1,1.0 +1106,1106,02,symb,three_rule_comb0,48.0,"[':', '!', '<']",: ! <],1,1.0 +1106,1106,02,symb,three_rule_comb0,49.0,"['(', '(', '$']",( ( $],1,1.0 +1106,1106,02,symb,three_rule_comb0,50.0,"[':', '!', '>']",: ! >],1,1.0 +1106,1106,02,symb,three_rule_comb0,51.0,"['*', '&', '>']",* & >,1,1.0 +1106,1106,02,symb,three_rule_comb0,52.0,"['$', '<', '<']",$ < <],1,1.0 +1106,1106,02,symb,three_rule_comb0,53.0,"[':', '!', '>']",: ! >],1,1.0 +1106,1106,02,symb,three_rule_comb0,54.0,"['(', '$', '&']",( $ &],1,1.0 +1106,1106,02,symb,three_rule_comb0,55.0,"['>', '(', '~']",> ( ~],1,1.0 +1106,1106,02,symb,three_rule_comb0,56.0,"['>', '!', '>']",> ! >],1,1.0 +1106,1106,02,symb,three_rule_comb0,57.0,"['%', '(', '$']",% ( $],1,1.0 +1106,1106,02,symb,three_rule_comb0,58.0,"['*', '&', '$']",* & $],1,1.0 +1106,1106,02,symb,three_rule_comb0,59.0,"['!', '*', '~']",! * ~],1,1.0 +1106,1106,02,symb,three_rule_comb0,60.0,"['*', '<', '&']",* < &],1,1.0 +1106,1106,02,symb,three_rule_comb0,61.0,"['!', '&', '%']",! & %],1,1.0 +1106,1106,02,symb,three_rule_comb0,62.0,"['$', ':', '<']",$ : <],1,1.0 +1106,1106,02,symb,three_rule_comb0,63.0,"['<', '~', '!']",< ~ !],1,1.0 +1106,1106,02,symb,three_rule_comb0,64.0,"['!', '<', '<']",! < <],1,1.0 +1106,1106,02,symb,three_rule_comb0,65.0,"['&', '%', '~']",& % ~],1,1.0 +1106,1106,02,symb,three_rule_comb0,66.0,"['%', ':', '*']",% : *],1,1.0 +1106,1106,02,symb,three_rule_comb0,67.0,"[':', '!', '$']",: ! $,1,1.0 +1106,1106,02,symb,three_rule_comb0,68.0,"['>', '<', '(']",> < (],1,1.0 +1106,1106,02,symb,three_rule_comb0,69.0,"['*', '&', '>']",* & >],1,1.0 +1106,1106,02,symb,three_rule_comb0,70.0,"[':', ':', '!']",: : !],1,1.0 +1106,1106,02,symb,three_rule_comb0,71.0,"['>', ':', '~']",> : ~,1,1.0 +1106,1106,02,symb,three_rule_comb0,72.0,"['<', '<', '~']",< < ~],1,1.0 +1106,1106,02,symb,three_rule_comb0,73.0,"['&', '*', ':']",& * :],1,1.0 +1106,1106,02,symb,three_rule_comb0,74.0,"['&', '%', '>']",& % >],1,1.0 +1106,1106,02,symb,three_rule_comb0,75.0,"['~', '$', '!']",~ $ !],1,1.0 +1106,1106,02,symb,three_rule_comb0,76.0,"['(', '*', '~']",( * ~],1,1.0 +1106,1106,02,symb,three_rule_comb0,77.0,"['(', '~', '>']",( ~ >],1,1.0 +1106,1106,02,symb,three_rule_comb0,78.0,"['*', '>', '$']",* > $],1,1.0 +1106,1106,02,symb,three_rule_comb0,79.0,"['~', '$', '*']",~ $ *],1,1.0 +1106,1106,02,symb,three_rule_comb0,80.0,"['&', '!', '>']",& ! >],1,1.0 +1106,1106,02,symb,three_rule_comb0,81.0,"[':', '*', '!']",: * !],1,1.0 +1106,1106,02,symb,three_rule_comb0,82.0,"['*', '(', '$']",* ( $],1,1.0 +1106,1106,02,symb,three_rule_comb0,83.0,"['~', '$', '>']",~ $ >],1,1.0 +1106,1106,02,symb,three_rule_comb0,84.0,"[':', '>', '<']",: > <],1,1.0 +1106,1106,02,symb,three_rule_comb0,85.0,"[':', '$', '>']",: $ >],1,1.0 +1106,1106,02,symb,three_rule_comb0,86.0,"['~', '>', '>']",~ > >],1,1.0 +1106,1106,02,symb,three_rule_comb0,87.0,"['~', '&', '$']",~ & $],1,1.0 +1106,1106,02,symb,three_rule_comb0,88.0,"['&', '!', '>']",& ! >,1,1.0 +1106,1106,02,symb,three_rule_comb0,89.0,"['*', '&', '$']",* & $],1,1.0 +1106,1106,02,symb,three_rule_comb0,90.0,"['*', '%', '>']",* % >],1,1.0 +1106,1106,02,symb,three_rule_comb0,91.0,"['(', '%', '(']",( % (],1,1.0 +1106,1106,02,symb,three_rule_comb0,92.0,"['<', '(', '&']",< ( &],1,1.0 +1106,1106,02,symb,three_rule_comb0,93.0,"['%', ':', '*']",% : *],1,1.0 +1106,1106,02,symb,three_rule_comb0,94.0,"['%', '!', '<']",% ! <],1,1.0 +1106,1106,02,symb,three_rule_comb0,95.0,"['>', '$', '*']",> $ *],1,1.0 +1106,1106,02,symb,three_rule_comb0,96.0,"['$', '>', '>']",$ > >],1,1.0 +1106,1106,02,symb,three_rule_comb0,97.0,"['*', '&', ':']",* & :],1,1.0 +1106,1106,02,symb,three_rule_comb0,98.0,"['(', '>', '$']",( > $],1,1.0 +1106,1106,02,symb,three_rule_comb0,99.0,"['<', ':', '&']",< : &],1,1.0 +1106,1106,02,symb,three_rule_comb1,0.0,"['~', '$', '%']",~ $ %],1,1.0 +1106,1106,02,symb,three_rule_comb1,1.0,"[':', '$', '$']",: $ $],1,1.0 +1106,1106,02,symb,three_rule_comb1,2.0,"['!', '!', '*']",! ! *],1,1.0 +1106,1106,02,symb,three_rule_comb1,3.0,"['~', '(', ':']",~ ( :],1,1.0 +1106,1106,02,symb,three_rule_comb1,4.0,"['*', '*', '!']",* !,0,1.0 +1106,1106,02,symb,three_rule_comb1,5.0,"['*', '!', '<']",* ! <],1,1.0 +1106,1106,02,symb,three_rule_comb1,6.0,"['~', '(', '(']",~ ( >],0,1.0 +1106,1106,02,symb,three_rule_comb1,7.0,"['<', '>', '~']",< > ~],1,1.0 +1106,1106,02,symb,three_rule_comb1,8.0,"['*', '(', '>']",* ( >],1,1.0 +1106,1106,02,symb,three_rule_comb1,9.0,"['>', '>', ':']",> & :],0,1.0 +1106,1106,02,symb,three_rule_comb1,10.0,"['&', '$', '&']",& $ &],1,1.0 +1106,1106,02,symb,three_rule_comb1,11.0,"['!', '<', '<']",! < %],0,1.0 +1106,1106,02,symb,three_rule_comb1,12.0,"['>', '>', '~']",> & ~],0,1.0 +1106,1106,02,symb,three_rule_comb1,13.0,"[':', '!', '*']",: ! *],1,1.0 +1106,1106,02,symb,three_rule_comb1,14.0,"[':', '$', '!']",: $ !],1,1.0 +1106,1106,02,symb,three_rule_comb1,15.0,"['%', '!', '%']",% ! %],1,1.0 +1106,1106,02,symb,three_rule_comb1,16.0,"['(', '~', '%']",( % %],0,1.0 +1106,1106,02,symb,three_rule_comb1,17.0,"['*', '>', '%']",* > %],1,1.0 +1106,1106,02,symb,three_rule_comb1,18.0,"['!', '!', '<']",! ! <],1,1.0 +1106,1106,02,symb,three_rule_comb1,19.0,"['>', '(', '$']",> ( $],1,1.0 +1106,1106,02,symb,three_rule_comb1,20.0,"['(', '&', '%']",( & %],1,1.0 +1106,1106,02,symb,three_rule_comb1,21.0,"['$', '&', '~']",$ & ~],1,1.0 +1106,1106,02,symb,three_rule_comb1,22.0,"['<', '<', '>']",< < >],1,1.0 +1106,1106,02,symb,three_rule_comb1,23.0,"['&', ':', '$']",& : $],1,1.0 +1106,1106,02,symb,three_rule_comb1,24.0,"['$', '(', '!']",$ ( !],1,1.0 +1106,1106,02,symb,three_rule_comb1,25.0,"[':', '(', '~']",: ( ~],1,1.0 +1106,1106,02,symb,three_rule_comb1,26.0,"[':', '>', '&']",: > &,1,1.0 +1106,1106,02,symb,three_rule_comb1,27.0,"['$', '$', '<']",$ $ >],0,1.0 +1106,1106,02,symb,three_rule_comb1,28.0,"['%', '*', ':']",% * :],1,1.0 +1106,1106,02,symb,three_rule_comb1,29.0,"[':', '~', '*']",: ~ *],1,1.0 +1106,1106,02,symb,three_rule_comb1,30.0,"['~', '%', '%']",~ % %],1,1.0 +1106,1106,02,symb,three_rule_comb1,31.0,"['!', '$', ':']",! $ :],1,1.0 +1106,1106,02,symb,three_rule_comb1,32.0,"['&', '*', '%']",& * %],1,1.0 +1106,1106,02,symb,three_rule_comb1,33.0,"['*', '~', '&']",* % &],0,1.0 +1106,1106,02,symb,three_rule_comb1,34.0,"['(', '(', '*']",( ( *],1,1.0 +1106,1106,02,symb,three_rule_comb1,35.0,"[':', '&', '*']",: & *],1,1.0 +1106,1106,02,symb,three_rule_comb1,36.0,"['(', ':', '*']",: : *],0,1.0 +1106,1106,02,symb,three_rule_comb1,37.0,"['<', '<', '~']",< < ~],1,1.0 +1106,1106,02,symb,three_rule_comb1,38.0,"[':', ':', '*']",: : *],1,1.0 +1106,1106,02,symb,three_rule_comb1,39.0,"['$', '*', '<']",$ * <],1,1.0 +1106,1106,02,symb,three_rule_comb1,40.0,"['!', '*', '%']",(% > %),0,1.0 +1106,1106,02,symb,three_rule_comb1,41.0,"['<', '*', '<']",: * <],0,1.0 +1106,1106,02,symb,three_rule_comb1,42.0,"['<', '~', '%']",< ~ %,1,1.0 +1106,1106,02,symb,three_rule_comb1,43.0,"['>', '&', '!']",> & !],1,1.0 +1106,1106,02,symb,three_rule_comb1,44.0,"['*', '~', '<']",$ ~ <,0,1.0 +1106,1106,02,symb,three_rule_comb1,45.0,"['<', '$', '$']",< $ $],1,1.0 +1106,1106,02,symb,three_rule_comb1,46.0,"['~', '<', ':']",~ % :],0,1.0 +1106,1106,02,symb,three_rule_comb1,47.0,"[':', '>', '%']",: > %],1,1.0 +1106,1106,02,symb,three_rule_comb1,48.0,"['&', '~', '*']",& ~ *],1,1.0 +1106,1106,02,symb,three_rule_comb1,49.0,"['>', '*', '<']",* <],0,1.0 +1106,1106,02,symb,three_rule_comb1,50.0,"['<', '&', '!']",< & %],0,1.0 +1106,1106,02,symb,three_rule_comb1,51.0,"['~', '%', '%']",~ % >],0,1.0 +1106,1106,02,symb,three_rule_comb1,52.0,"['$', '>', '<']",$ > <,1,1.0 +1106,1106,02,symb,three_rule_comb1,53.0,"['~', '$', '~']",~ $ ~],1,1.0 +1106,1106,02,symb,three_rule_comb1,54.0,"['(', '~', '<']",% ~ <],0,1.0 +1106,1106,02,symb,three_rule_comb1,55.0,"['<', '$', '!']",< $ !],1,1.0 +1106,1106,02,symb,three_rule_comb1,56.0,"['>', '>', '(']",> > (],1,1.0 +1106,1106,02,symb,three_rule_comb1,57.0,"['$', '(', '$']",$ ( $],1,1.0 +1106,1106,02,symb,three_rule_comb1,58.0,"['$', '<', '%']",$ < %,1,1.0 +1106,1106,02,symb,three_rule_comb1,59.0,"['<', '%', '&']",< % &],1,1.0 +1106,1106,02,symb,three_rule_comb1,60.0,"[':', '(', '!']",: ( !],1,1.0 +1106,1106,02,symb,three_rule_comb1,61.0,"['<', ':', '!']",< : !],1,1.0 +1106,1106,02,symb,three_rule_comb1,62.0,"['(', '%', '(']",( % (,1,1.0 +1106,1106,02,symb,three_rule_comb1,63.0,"['$', ':', '*']",$ : *],1,1.0 +1106,1106,02,symb,three_rule_comb1,64.0,"['~', '$', '>']",~ $ >],1,1.0 +1106,1106,02,symb,three_rule_comb1,65.0,"['<', '~', '%']",< ~ %],1,1.0 +1106,1106,02,symb,three_rule_comb1,66.0,"['*', '*', '>']",* > >],0,1.0 +1106,1106,02,symb,three_rule_comb1,67.0,"['&', '(', '<']",& ( <],1,1.0 +1106,1106,02,symb,three_rule_comb1,68.0,"['*', '&', '%']",* & %],1,1.0 +1106,1106,02,symb,three_rule_comb1,69.0,"['~', '!', '$']",~ ! $],1,1.0 +1106,1106,02,symb,three_rule_comb1,70.0,"['&', '!', '*']",& ! *],1,1.0 +1106,1106,02,symb,three_rule_comb1,71.0,"['%', '&', '&']",% % &],0,1.0 +1106,1106,02,symb,three_rule_comb1,72.0,"['!', '*', '<']",< * <],0,1.0 +1106,1106,02,symb,three_rule_comb1,73.0,"['<', '%', '%']",< % $],0,1.0 +1106,1106,02,symb,three_rule_comb1,74.0,"['$', '%', ':']",$ % :],1,1.0 +1106,1106,02,symb,three_rule_comb1,75.0,"['$', '*', '%']",$ * %,1,1.0 +1106,1106,02,symb,three_rule_comb1,76.0,"['>', '%', '%']",> % %],1,1.0 +1106,1106,02,symb,three_rule_comb1,77.0,"['!', '&', ':']",! & !,0,1.0 +1106,1106,02,symb,three_rule_comb1,78.0,"['$', '$', '!']",$ ! $,0,1.0 +1106,1106,02,symb,three_rule_comb1,79.0,"['*', '!', '(']",* ! (],1,1.0 +1106,1106,02,symb,three_rule_comb1,80.0,"['>', '<', '!']",> < !],1,1.0 +1106,1106,02,symb,three_rule_comb1,81.0,"['$', '>', '!']",$ > !,1,1.0 +1106,1106,02,symb,three_rule_comb1,82.0,"['%', '!', ':']",% ! :],1,1.0 +1106,1106,02,symb,three_rule_comb1,83.0,"['<', '%', '&']",< % &],1,1.0 +1106,1106,02,symb,three_rule_comb1,84.0,"['(', ':', '>']",( % >],0,1.0 +1106,1106,02,symb,three_rule_comb1,85.0,"[':', '&', '*']",: & $],0,1.0 +1106,1106,02,symb,three_rule_comb1,86.0,"[':', '<', '>']",: < >],1,1.0 +1106,1106,02,symb,three_rule_comb1,87.0,"['&', '%', '>']",& % &],0,1.0 +1106,1106,02,symb,three_rule_comb1,88.0,"['!', '(', ':']",! ( :],1,1.0 +1106,1106,02,symb,three_rule_comb1,89.0,"['$', '>', '(']",$ > (],1,1.0 +1106,1106,02,symb,three_rule_comb1,90.0,"['(', '&', ':']",( & :],1,1.0 +1106,1106,02,symb,three_rule_comb1,91.0,"['&', '&', '!']",& & !],1,1.0 +1106,1106,02,symb,three_rule_comb1,92.0,"['$', '~', '$']",$ ~ $],1,1.0 +1106,1106,02,symb,three_rule_comb1,93.0,"['!', ':', '&']",! : &],1,1.0 +1106,1106,02,symb,three_rule_comb1,94.0,"['!', ':', '%']",! : %],1,1.0 +1106,1106,02,symb,three_rule_comb1,95.0,"['&', '<', '<']",& * <],0,1.0 +1106,1106,02,symb,three_rule_comb1,96.0,"['<', '&', '>']",< & %],0,1.0 +1106,1106,02,symb,three_rule_comb1,97.0,"['!', '<', '<']",$ > <],0,1.0 +1106,1106,02,symb,three_rule_comb1,98.0,"['~', '$', '(']",~ $ (],1,1.0 +1106,1106,02,symb,three_rule_comb1,99.0,"['>', '<', '>']",> < >],1,1.0 +1106,1106,02,symb,three_rule_comb2,0.0,"['%', '%', '&']",% % $],0,1.0 +1106,1106,02,symb,three_rule_comb2,1.0,"['&', '&', '$']",& > $],0,1.0 +1106,1106,02,symb,three_rule_comb2,2.0,"[':', '<', '~']",: % ~],0,1.0 +1106,1106,02,symb,three_rule_comb2,3.0,"['*', ':', ':']",* < :],0,1.0 +1106,1106,02,symb,three_rule_comb2,4.0,"['$', '!', '&']",$ ! (],0,1.0 +1106,1106,02,symb,three_rule_comb2,5.0,"['*', '!', '*']",* ! *],1,1.0 +1106,1106,02,symb,three_rule_comb2,6.0,"['(', '<', '!']",* < !],0,1.0 +1106,1106,02,symb,three_rule_comb2,7.0,"['>', '(', '$']",> % $],0,1.0 +1106,1106,02,symb,three_rule_comb2,8.0,"['!', ':', ':']",> : :],0,1.0 +1106,1106,02,symb,three_rule_comb2,9.0,"['&', ':', '<']",& ( <],0,1.0 +1106,1106,02,symb,three_rule_comb2,10.0,"['&', '<', '$']",& : $],0,1.0 +1106,1106,02,symb,three_rule_comb2,11.0,"['<', '$', '%']",$ $ %],0,1.0 +1106,1106,02,symb,three_rule_comb2,12.0,"['~', '*', '>']",~ % >],0,1.0 +1106,1106,02,symb,three_rule_comb2,13.0,"['<', '*', '>']",& * >,0,1.0 +1106,1106,02,symb,three_rule_comb2,14.0,"['*', '>', ':']",* & :],0,1.0 +1106,1106,02,symb,three_rule_comb2,15.0,"['$', '<', '*']",$ % *],0,1.0 +1106,1106,02,symb,three_rule_comb2,16.0,"['!', '<', '&']",! < >],0,1.0 +1106,1106,02,symb,three_rule_comb2,17.0,"['!', '%', '!']",! # !],0,1.0 +1106,1106,02,symb,three_rule_comb2,18.0,"['~', '!', '$']",~ ! &],0,1.0 +1106,1106,02,symb,three_rule_comb2,19.0,"['(', '>', '(']",( % <],0,1.0 +1106,1106,02,symb,three_rule_comb2,20.0,"['&', '$', '$']",& $ ~],0,1.0 +1106,1106,02,symb,three_rule_comb2,21.0,"['<', '<', '!']",* < !],0,1.0 +1106,1106,02,symb,three_rule_comb2,22.0,"['>', '%', '&']",> % >],0,1.0 +1106,1106,02,symb,three_rule_comb2,23.0,"['*', '&', ':']",* & :],1,1.0 +1106,1106,02,symb,three_rule_comb2,24.0,"['%', '$', '<']",% ~ <],0,1.0 +1106,1106,02,symb,three_rule_comb2,25.0,"['~', ':', '(']",~ : &],0,1.0 +1106,1106,02,symb,three_rule_comb2,26.0,"['*', '!', '>']",* ! %,0,1.0 +1106,1106,02,symb,three_rule_comb2,27.0,"['&', '<', '*']",& < ~],0,1.0 +1106,1106,02,symb,three_rule_comb2,28.0,"['&', '%', '>']",& : >],0,1.0 +1106,1106,02,symb,three_rule_comb2,29.0,"['~', '<', '&']",* < &],0,1.0 +1106,1106,02,symb,three_rule_comb2,30.0,"['*', '<', ':']",( < :],0,1.0 +1106,1106,02,symb,three_rule_comb2,31.0,"['&', '%', '&']",& % (],0,1.0 +1106,1106,02,symb,three_rule_comb2,32.0,"['!', '(', '<']",! > <],0,1.0 +1106,1106,02,symb,three_rule_comb2,33.0,"['~', '>', '*']",~ > ~],0,1.0 +1106,1106,02,symb,three_rule_comb2,34.0,"['&', '(', '$']",& $ $],0,1.0 +1106,1106,02,symb,three_rule_comb2,35.0,"['&', '%', '!']",& ! *],0,1.0 +1106,1106,02,symb,three_rule_comb2,36.0,"['!', '%', ':']",! * :],0,1.0 +1106,1106,02,symb,three_rule_comb2,37.0,"['~', '*', '*']",* * *],0,1.0 +1106,1106,02,symb,three_rule_comb2,38.0,"['>', ':', '$']",> % $],0,1.0 +1106,1106,02,symb,three_rule_comb2,39.0,"['%', '&', '$']",% & =],0,1.0 +1106,1106,02,symb,three_rule_comb2,40.0,"['<', '%', '(']",~ % (,0,1.0 +1106,1106,02,symb,three_rule_comb2,41.0,"['(', ':', '>']",: : >],0,1.0 +1106,1106,02,symb,three_rule_comb2,42.0,"[':', '*', '&']",< * &],0,1.0 +1106,1106,02,symb,three_rule_comb2,43.0,"['>', '~', '>']",> ~ !],0,1.0 +1106,1106,02,symb,three_rule_comb2,44.0,"['*', '$', '$']",* < $],0,1.0 +1106,1106,02,symb,three_rule_comb2,45.0,"['%', '&', '>']",% & (],0,1.0 +1106,1106,02,symb,three_rule_comb2,46.0,"['&', '%', '%']",& % :],0,1.0 +1106,1106,02,symb,three_rule_comb2,47.0,"['(', '(', '>']",( % >],0,1.0 +1106,1106,02,symb,three_rule_comb2,48.0,"['%', '<', ':']",% ( :),0,1.0 +1106,1106,02,symb,three_rule_comb2,49.0,"[':', ':', '*']",> : *],0,1.0 +1106,1106,02,symb,three_rule_comb2,50.0,"['~', '>', '>']",~ ! >],0,1.0 +1106,1106,02,symb,three_rule_comb2,51.0,"['(', '*', '!']",> * !],0,1.0 +1106,1106,02,symb,three_rule_comb2,52.0,"['<', '(', '&']",< ( %],0,1.0 +1106,1106,02,symb,three_rule_comb2,53.0,"['&', '&', '(']",> & (],0,1.0 +1106,1106,02,symb,three_rule_comb2,54.0,"['<', '*', '(']",* ! (],0,1.0 +1106,1106,02,symb,three_rule_comb2,55.0,"[':', '~', ':']",* $ :],0,1.0 +1106,1106,02,symb,three_rule_comb2,56.0,"['*', '!', '!']",* ! ),0,1.0 +1106,1106,02,symb,three_rule_comb2,57.0,"['&', '*', ':']",: * <],0,1.0 +1106,1106,02,symb,three_rule_comb2,58.0,"['!', '*', ':']",! * %],0,1.0 +1106,1106,02,symb,three_rule_comb2,59.0,"['&', '~', '(']",& ~ %],0,1.0 +1106,1106,02,symb,three_rule_comb2,60.0,"['$', '<', '&']",$ < >],0,1.0 +1106,1106,02,symb,three_rule_comb2,61.0,"['>', '>', '>']",> > >],1,1.0 +1106,1106,02,symb,three_rule_comb2,62.0,"[':', '~', '*']",: * *],0,1.0 +1106,1106,02,symb,three_rule_comb2,63.0,"['~', '<', '>']",~ : >],0,1.0 +1106,1106,02,symb,three_rule_comb2,64.0,"['&', '*', '*']",& * <],0,1.0 +1106,1106,02,symb,three_rule_comb2,65.0,"['!', '%', '~']",! % :],0,1.0 +1106,1106,02,symb,three_rule_comb2,66.0,"['$', '!', '$']",$ ! $],1,1.0 +1106,1106,02,symb,three_rule_comb2,67.0,"['$', ':', '$']",& : $],0,1.0 +1106,1106,02,symb,three_rule_comb2,68.0,"['~', '%', '%']",~ : %],0,1.0 +1106,1106,02,symb,three_rule_comb2,69.0,"['$', '$', '>']",$ $ !],0,1.0 +1106,1106,02,symb,three_rule_comb2,70.0,"['(', '>', '(']",( > &),0,1.0 +1106,1106,02,symb,three_rule_comb2,71.0,"['%', '&', '<']",% > <],0,1.0 +1106,1106,02,symb,three_rule_comb2,72.0,"['(', '%', '&']",% % &],0,1.0 +1106,1106,02,symb,three_rule_comb2,73.0,"['&', '!', '~']",~ ! ~],0,1.0 +1106,1106,02,symb,three_rule_comb2,74.0,"['<', ':', ':']",< % :],0,1.0 +1106,1106,02,symb,three_rule_comb2,75.0,"['>', '!', '%']",~ ~ %],0,1.0 +1106,1106,02,symb,three_rule_comb2,76.0,"['*', '$', '>']",> $ >],0,1.0 +1106,1106,02,symb,three_rule_comb2,77.0,"['&', '$', ':']",$ $ :],0,1.0 +1106,1106,02,symb,three_rule_comb2,78.0,"['&', ':', ':']",& < :],0,1.0 +1106,1106,02,symb,three_rule_comb2,79.0,"['>', '(', '>']",< $ >],0,1.0 +1106,1106,02,symb,three_rule_comb2,80.0,"['>', '$', '>']",> ! <],0,1.0 +1106,1106,02,symb,three_rule_comb2,81.0,"['>', '%', '~']",> % %],0,1.0 +1106,1106,02,symb,three_rule_comb2,82.0,"['(', '*', '*']",% * !],0,1.0 +1106,1106,02,symb,three_rule_comb2,83.0,"['~', '%', '>']",> % >],0,1.0 +1106,1106,02,symb,three_rule_comb2,84.0,"['<', '(', '*']",% * !,0,1.0 +1106,1106,02,symb,three_rule_comb2,85.0,"[':', '~', '%']",: ~ :],0,1.0 +1106,1106,02,symb,three_rule_comb2,86.0,"['>', ':', '(']",: : (,0,1.0 +1106,1106,02,symb,three_rule_comb2,87.0,"['%', '!', ':']",* ! :],0,1.0 +1106,1106,02,symb,three_rule_comb2,88.0,"[':', '$', '$']",: $ &],0,1.0 +1106,1106,02,symb,three_rule_comb2,89.0,"['(', '*', '*']",( * %],0,1.0 +1106,1106,02,symb,three_rule_comb2,90.0,"['<', '>', '~']",< ! (],0,1.0 +1106,1106,02,symb,three_rule_comb2,91.0,"['<', '%', '&']",< $ &],0,1.0 +1106,1106,02,symb,three_rule_comb2,92.0,"['<', '<', '*']",< & *],0,1.0 +1106,1106,02,symb,three_rule_comb2,93.0,"['(', '<', '&']",( < <],0,1.0 +1106,1106,02,symb,three_rule_comb2,94.0,"['&', ':', '~']",& % ~],0,1.0 +1106,1106,02,symb,three_rule_comb2,95.0,"['(', ':', '$']",( % $],0,1.0 +1106,1106,02,symb,three_rule_comb2,96.0,"['~', ':', '~']",~ : *],0,1.0 +1106,1106,02,symb,three_rule_comb2,97.0,"['>', '!', '(']",> ! &,0,1.0 +1106,1106,02,symb,three_rule_comb2,98.0,"['(', '&', ':']",< : &],0,1.0 +1106,1106,02,symb,three_rule_comb2,99.0,"[':', '%', ':']",: % :],1,1.0 +1106,1106,02,symb,three_rule_comb3,0.0,"['<', '&', '>']",< & >],1,1.0 +1106,1106,02,symb,three_rule_comb3,1.0,"['*', '&', '*']",* & %],0,1.0 +1106,1106,02,symb,three_rule_comb3,2.0,"['~', '!', '>']",~ ! >],1,1.0 +1106,1106,02,symb,three_rule_comb3,3.0,"['(', ':', '$']",( : $],1,1.0 +1106,1106,02,symb,three_rule_comb3,4.0,"['%', '<', '(']",% < >],0,1.0 +1106,1106,02,symb,three_rule_comb3,5.0,"['(', '&', '(']",( & (],1,1.0 +1106,1106,02,symb,three_rule_comb3,6.0,"['(', '>', ':']",( > >),0,1.0 +1106,1106,02,symb,three_rule_comb3,7.0,"['$', '%', '~']",% ~ $],0,1.0 +1106,1106,02,symb,three_rule_comb3,8.0,"['$', '%', '<']",$ % <],1,1.0 +1106,1106,02,symb,three_rule_comb3,9.0,"['$', '%', '(']",$ % (],1,1.0 +1106,1106,02,symb,three_rule_comb3,10.0,"['~', '*', '>']",~ * >],1,1.0 +1106,1106,02,symb,three_rule_comb3,11.0,"['%', '>', '<']",% > <],1,1.0 +1106,1106,02,symb,three_rule_comb3,12.0,"['!', '%', ':']",! % :],1,1.0 +1106,1106,02,symb,three_rule_comb3,13.0,"['*', '~', '$']",* ~ $],1,1.0 +1106,1106,02,symb,three_rule_comb3,14.0,"['(', '!', '<']",( % <],0,1.0 +1106,1106,02,symb,three_rule_comb3,15.0,"['&', '!', '$']",& ! $],1,1.0 +1106,1106,02,symb,three_rule_comb3,16.0,"['&', '$', '~']",& $ ~],1,1.0 +1106,1106,02,symb,three_rule_comb3,17.0,"[':', '$', '$']",: $ ~],0,1.0 +1106,1106,02,symb,three_rule_comb3,18.0,"['<', '<', '$']",< < $],1,1.0 +1106,1106,02,symb,three_rule_comb3,19.0,"['>', '*', '&']",> * &],1,1.0 +1106,1106,02,symb,three_rule_comb3,20.0,"['$', '<', '(']",$ < (],1,1.0 +1106,1106,02,symb,three_rule_comb3,21.0,"['!', '!', '*']",* ! :],0,1.0 +1106,1106,02,symb,three_rule_comb3,22.0,"['(', '>', '~']",~ > %],0,1.0 +1106,1106,02,symb,three_rule_comb3,23.0,"['!', '!', '$']",! : $],0,1.0 +1106,1106,02,symb,three_rule_comb3,24.0,"['%', '&', '(']",(% > :),0,1.0 +1106,1106,02,symb,three_rule_comb3,25.0,"['&', '~', ':']",& ~ :],1,1.0 +1106,1106,02,symb,three_rule_comb3,26.0,"['<', '>', ':']",< > :],1,1.0 +1106,1106,02,symb,three_rule_comb3,27.0,"['&', '&', '!']",& ! :],0,1.0 +1106,1106,02,symb,three_rule_comb3,28.0,"['(', '%', '(']",( % *,0,1.0 +1106,1106,02,symb,three_rule_comb3,29.0,"['%', '~', '>']",% ~ >],1,1.0 +1106,1106,02,symb,three_rule_comb3,30.0,"['<', '&', '$']",< & $],1,1.0 +1106,1106,02,symb,three_rule_comb3,31.0,"['~', '(', ':']",~ ( :],1,1.0 +1106,1106,02,symb,three_rule_comb3,32.0,"['$', '!', '%']",$ % *],0,1.0 +1106,1106,02,symb,three_rule_comb3,33.0,"['$', '$', '<']",$ $ <],1,1.0 +1106,1106,02,symb,three_rule_comb3,34.0,"['$', '(', ':']",$ ( :],1,1.0 +1106,1106,02,symb,three_rule_comb3,35.0,"['!', '!', ':']",! ! :],1,1.0 +1106,1106,02,symb,three_rule_comb3,36.0,"['&', '~', '!']",& * !],0,1.0 +1106,1106,02,symb,three_rule_comb3,37.0,"['(', '<', '>']",< % <,0,1.0 +1106,1106,02,symb,three_rule_comb3,38.0,"[':', '>', '$']",: * %],0,1.0 +1106,1106,02,symb,three_rule_comb3,39.0,"['!', ':', '!']",! : !],1,1.0 +1106,1106,02,symb,three_rule_comb3,40.0,"['%', '%', '$']",$ * $,0,1.0 +1106,1106,02,symb,three_rule_comb3,41.0,"['<', '*', '*']",< * *,1,1.0 +1106,1106,02,symb,three_rule_comb3,42.0,"['$', '&', '~']",$ & ~],1,1.0 +1106,1106,02,symb,three_rule_comb3,43.0,"['!', '(', '!']",! ( !],1,1.0 +1106,1106,02,symb,three_rule_comb3,44.0,"[':', '$', ':']",: $ :],1,1.0 +1106,1106,02,symb,three_rule_comb3,45.0,"['$', '$', '%']",% $ <],0,1.0 +1106,1106,02,symb,three_rule_comb3,46.0,"['%', '<', '&']",% < &],1,1.0 +1106,1106,02,symb,three_rule_comb3,47.0,"['~', '(', '*']",! ( >],0,1.0 +1106,1106,02,symb,three_rule_comb3,48.0,"['>', '>', ':']",> ! >],0,1.0 +1106,1106,02,symb,three_rule_comb3,49.0,"['$', '$', '(']",$ < (],0,1.0 +1106,1106,02,symb,three_rule_comb3,50.0,"['&', '~', '<']",& % <],0,1.0 +1106,1106,02,symb,three_rule_comb3,51.0,"['$', '%', ':']",$ % :],1,1.0 +1106,1106,02,symb,three_rule_comb3,52.0,"['(', '(', '~']",< & ~],0,1.0 +1106,1106,02,symb,three_rule_comb3,53.0,"['~', '%', '&']",~ % &],1,1.0 +1106,1106,02,symb,three_rule_comb3,54.0,"['%', '>', '<']",% % <],0,1.0 +1106,1106,02,symb,three_rule_comb3,55.0,"['(', '*', '!']",( * !],1,1.0 +1106,1106,02,symb,three_rule_comb3,56.0,"['$', '!', '>']",$ ! >],1,1.0 +1106,1106,02,symb,three_rule_comb3,57.0,"['~', '!', '!']",~ ! $],0,1.0 +1106,1106,02,symb,three_rule_comb3,58.0,"['<', '&', '&']",< & !],0,1.0 +1106,1106,02,symb,three_rule_comb3,59.0,"['&', '~', '&']",& $ !],0,1.0 +1106,1106,02,symb,three_rule_comb3,60.0,"['~', '&', '%']",~ & %],1,1.0 +1106,1106,02,symb,three_rule_comb3,61.0,"[':', '(', ':']",% ~ :],0,1.0 +1106,1106,02,symb,three_rule_comb3,62.0,"['<', '(', '>']",< ( >],1,1.0 +1106,1106,02,symb,three_rule_comb3,63.0,"['~', '!', '!']",~ ! !],1,1.0 +1106,1106,02,symb,three_rule_comb3,64.0,"['!', '%', '>']",! % >,1,1.0 +1106,1106,02,symb,three_rule_comb3,65.0,"['>', '>', '$']",> > $],1,1.0 +1106,1106,02,symb,three_rule_comb3,66.0,"[':', '>', '~']",: > ~],1,1.0 +1106,1106,02,symb,three_rule_comb3,67.0,"['&', ':', '~']",& : &,0,1.0 +1106,1106,02,symb,three_rule_comb3,68.0,"['*', '!', '*']",* ! *],1,1.0 +1106,1106,02,symb,three_rule_comb3,69.0,"[':', '<', '(']",: < (],1,1.0 +1106,1106,02,symb,three_rule_comb3,70.0,"[':', '~', '*']",: ~ *],1,1.0 +1106,1106,02,symb,three_rule_comb3,71.0,"['&', '$', '(']",& $ (],1,1.0 +1106,1106,02,symb,three_rule_comb3,72.0,"['!', '*', '~']",! ! ~],0,1.0 +1106,1106,02,symb,three_rule_comb3,73.0,"['$', ':', '%']",$ : %],1,1.0 +1106,1106,02,symb,three_rule_comb3,74.0,"['>', ':', '!']",>% >,0,1.0 +1106,1106,02,symb,three_rule_comb3,75.0,"['(', '&', '(']",( & %],0,1.0 +1106,1106,02,symb,three_rule_comb3,76.0,"['!', '<', '(']",! < (,1,1.0 +1106,1106,02,symb,three_rule_comb3,77.0,"['~', '$', '!']",~ $ !],1,1.0 +1106,1106,02,symb,three_rule_comb3,78.0,"['&', '<', '$']",$ > &,0,1.0 +1106,1106,02,symb,three_rule_comb3,79.0,"['!', ':', '~']",! : ~],1,1.0 +1106,1106,02,symb,three_rule_comb3,80.0,"['(', '<', '&']",< < &],0,1.0 +1106,1106,02,symb,three_rule_comb3,81.0,"['$', '&', '~']",$ & ~],1,1.0 +1106,1106,02,symb,three_rule_comb3,82.0,"['&', '<', '$']",& < $],1,1.0 +1106,1106,02,symb,three_rule_comb3,83.0,"['$', '&', '>']",$ & >],1,1.0 +1106,1106,02,symb,three_rule_comb3,84.0,"['~', '&', '!']",& : !],0,1.0 +1106,1106,02,symb,three_rule_comb3,85.0,"['!', '%', '~']",! % ~],1,1.0 +1106,1106,02,symb,three_rule_comb3,86.0,"['>', '~', '*']",> ~ *],1,1.0 +1106,1106,02,symb,three_rule_comb3,87.0,"['>', '~', '~']",> ~ ~],1,1.0 +1106,1106,02,symb,three_rule_comb3,88.0,"['>', '>', '>']",> > >],1,1.0 +1106,1106,02,symb,three_rule_comb3,89.0,"['&', '(', '$']",& ( $],1,1.0 +1106,1106,02,symb,three_rule_comb3,90.0,"['(', '$', '!']",( $ !],1,1.0 +1106,1106,02,symb,three_rule_comb3,91.0,"['&', '%', ':']",& % :],1,1.0 +1106,1106,02,symb,three_rule_comb3,92.0,"['*', '(', '>']",* % <],0,1.0 +1106,1106,02,symb,three_rule_comb3,93.0,"['(', '&', '$']",$ < &,0,1.0 +1106,1106,02,symb,three_rule_comb3,94.0,"['~', '%', '<']",~ % <],1,1.0 +1106,1106,02,symb,three_rule_comb3,95.0,"['>', '$', '>']",> $ %],0,1.0 +1106,1106,02,symb,three_rule_comb3,96.0,"['(', '(', '&']",( ( &],1,1.0 +1106,1106,02,symb,three_rule_comb3,97.0,"['~', '&', '<']",~ & <],1,1.0 +1106,1106,02,symb,three_rule_comb3,98.0,"['%', ':', '*']",% : *],1,1.0 +1106,1106,02,symb,three_rule_comb3,99.0,"['%', '~', '*']",% % *,0,1.0 +1106,1106,02,symb,three_rule_comb4,0.0,"[':', '>', '%']",% > %],0,1.0 +1106,1106,02,symb,three_rule_comb4,1.0,"['>', '$', '(']",> ~ $],0,1.0 +1106,1106,02,symb,three_rule_comb4,2.0,"['$', '!', '&']",< ! &],0,1.0 +1106,1106,02,symb,three_rule_comb4,3.0,"['$', '>', '%']",$ > ~],0,1.0 +1106,1106,02,symb,three_rule_comb4,4.0,"['$', ':', '!']",! : !],0,1.0 +1106,1106,02,symb,three_rule_comb4,5.0,"['(', ':', '<']",( > <),0,1.0 +1106,1106,02,symb,three_rule_comb4,6.0,"['$', '!', '~']",~ ! ~],0,1.0 +1106,1106,02,symb,three_rule_comb4,7.0,"['*', '<', ':']",* * :],0,1.0 +1106,1106,02,symb,three_rule_comb4,8.0,"['~', '%', '<']",> ~ >],0,1.0 +1106,1106,02,symb,three_rule_comb4,9.0,"['%', '&', '$']",% % =],0,1.0 +1106,1106,02,symb,three_rule_comb4,10.0,"[':', '&', '<']",: & :],0,1.0 +1106,1106,02,symb,three_rule_comb4,11.0,"['>', '!', ':']",* ~ <],0,1.0 +1106,1106,02,symb,three_rule_comb4,12.0,"['(', '!', '!']",~ ! :],0,1.0 +1106,1106,02,symb,three_rule_comb4,13.0,"['%', ':', '%']",% % %],0,1.0 +1106,1106,02,symb,three_rule_comb4,14.0,"['!', '%', '$']",! $ $],0,1.0 +1106,1106,02,symb,three_rule_comb4,15.0,"['$', ':', ':']",$ % *],0,1.0 +1106,1106,02,symb,three_rule_comb4,16.0,"['%', '%', '%']",% & !],0,1.0 +1106,1106,02,symb,three_rule_comb4,17.0,"['*', '>', '&']",* > %],0,1.0 +1106,1106,02,symb,three_rule_comb4,18.0,"['>', '(', '*']",! ( *],0,1.0 +1106,1106,02,symb,three_rule_comb4,19.0,"['<', '(', '<']",& ( <,0,1.0 +1106,1106,02,symb,three_rule_comb4,20.0,"['*', '<', '*']",< * >],0,1.0 +1106,1106,02,symb,three_rule_comb4,21.0,"['!', '!', '(']",! > $],0,1.0 +1106,1106,02,symb,three_rule_comb4,22.0,"['<', '%', '!']",< ! !],0,1.0 +1106,1106,02,symb,three_rule_comb4,23.0,"['!', '%', ':']",! : *],0,1.0 +1106,1106,02,symb,three_rule_comb4,24.0,"['<', ':', '%']",< * %],0,1.0 +1106,1106,02,symb,three_rule_comb4,25.0,"['*', '&', '*']",* < *],0,1.0 +1106,1106,02,symb,three_rule_comb4,26.0,"['*', '>', '*']",* * *],0,1.0 +1106,1106,02,symb,three_rule_comb4,27.0,"['<', '$', ':']",* $ :,0,1.0 +1106,1106,02,symb,three_rule_comb4,28.0,"['*', '>', '<']",* ! *],0,1.0 +1106,1106,02,symb,three_rule_comb4,29.0,"['<', '<', '&']",< : &],0,1.0 +1106,1106,02,symb,three_rule_comb4,30.0,"['(', '(', '&']",% & *],0,1.0 +1106,1106,02,symb,three_rule_comb4,31.0,"['&', '!', '(']",& ! >],0,1.0 +1106,1106,02,symb,three_rule_comb4,32.0,"['<', '$', '!']",~ < !],0,1.0 +1106,1106,02,symb,three_rule_comb4,33.0,"['%', ':', '%']",% : :],0,1.0 +1106,1106,02,symb,three_rule_comb4,34.0,"['~', '~', ':']",$ ~ <],0,1.0 +1106,1106,02,symb,three_rule_comb4,35.0,"['&', '*', ':']",& * <],0,1.0 +1106,1106,02,symb,three_rule_comb4,36.0,"['<', ':', '!']",< > !],0,1.0 +1106,1106,02,symb,three_rule_comb4,37.0,"['*', '%', '&']",< % &],0,1.0 +1106,1106,02,symb,three_rule_comb4,38.0,"['&', '(', '~']",* ( *],0,1.0 +1106,1106,02,symb,three_rule_comb4,39.0,"['<', '(', ':']",< % :],0,1.0 +1106,1106,02,symb,three_rule_comb4,40.0,"['&', '~', '&']",$ & <],0,1.0 +1106,1106,02,symb,three_rule_comb4,41.0,"['>', '!', ':']",> ! (],0,1.0 +1106,1106,02,symb,three_rule_comb4,42.0,"[':', '(', '<']",: % &],0,1.0 +1106,1106,02,symb,three_rule_comb4,43.0,"['<', '!', ':']",< ! %],0,1.0 +1106,1106,02,symb,three_rule_comb4,44.0,"['>', '&', '$']",> ( $],0,1.0 +1106,1106,02,symb,three_rule_comb4,45.0,"['>', ':', '(']",> % #],0,1.0 +1106,1106,02,symb,three_rule_comb4,46.0,"['*', '*', '&']",~ & %],0,1.0 +1106,1106,02,symb,three_rule_comb4,47.0,"['$', '$', ':']",< $ :],0,1.0 +1106,1106,02,symb,three_rule_comb4,48.0,"['%', '*', '!']",! % *],0,1.0 +1106,1106,02,symb,three_rule_comb4,49.0,"['&', '~', '$']",$ > !],0,1.0 +1106,1106,02,symb,three_rule_comb4,50.0,"['(', ':', '<']",( : %],0,1.0 +1106,1106,02,symb,three_rule_comb4,51.0,"[':', ':', '~']",: * ~],0,1.0 +1106,1106,02,symb,three_rule_comb4,52.0,"[':', '(', '%']",< ~ ~],0,1.0 +1106,1106,02,symb,three_rule_comb4,53.0,"['%', '$', '$']",% $ !],0,1.0 +1106,1106,02,symb,three_rule_comb4,54.0,"['!', '(', '>']",! % >],0,1.0 +1106,1106,02,symb,three_rule_comb4,55.0,"['(', '>', '~']",% ~ >],0,1.0 +1106,1106,02,symb,three_rule_comb4,56.0,"['>', '<', '<']",> : <],0,1.0 +1106,1106,02,symb,three_rule_comb4,57.0,"['~', '>', '&']",> ! &],0,1.0 +1106,1106,02,symb,three_rule_comb4,58.0,"['*', '$', '$']",* & $],0,1.0 +1106,1106,02,symb,three_rule_comb4,59.0,"['<', '!', '<']",* ! *],0,1.0 +1106,1106,02,symb,three_rule_comb4,60.0,"['%', ':', '(']",% < (],0,1.0 +1106,1106,02,symb,three_rule_comb4,61.0,"['*', '!', ':']",~ ! :],0,1.0 +1106,1106,02,symb,three_rule_comb4,62.0,"[':', '&', '$']",! & $],0,1.0 +1106,1106,02,symb,three_rule_comb4,63.0,"['%', '>', '(']",% > %],0,1.0 +1106,1106,02,symb,three_rule_comb4,64.0,"['<', '$', '*']",$ * >,0,1.0 +1106,1106,02,symb,three_rule_comb4,65.0,"['~', '~', '*']",< ! *],0,1.0 +1106,1106,02,symb,three_rule_comb4,66.0,"[':', '%', '%']",: % ~],0,1.0 +1106,1106,02,symb,three_rule_comb4,67.0,"['~', '$', '$']",~ $ ~],0,1.0 +1106,1106,02,symb,three_rule_comb4,68.0,"['%', '$', '(']",% $ %],0,1.0 +1106,1106,02,symb,three_rule_comb4,69.0,"['<', ':', '~']",< ! ~],0,1.0 +1106,1106,02,symb,three_rule_comb4,70.0,"['%', '!', '<']",% ! <],1,1.0 +1106,1106,02,symb,three_rule_comb4,71.0,"['!', '*', ':']",> * :],0,1.0 +1106,1106,02,symb,three_rule_comb4,72.0,"['>', '>', '(']",> ! :],0,1.0 +1106,1106,02,symb,three_rule_comb4,73.0,"['&', '>', '*']",& ( *],0,1.0 +1106,1106,02,symb,three_rule_comb4,74.0,"['%', '>', '<']",% > :],0,1.0 +1106,1106,02,symb,three_rule_comb4,75.0,"['%', '!', '!']",~ * !],0,1.0 +1106,1106,02,symb,three_rule_comb4,76.0,"['<', '$', '<']",< $ *],0,1.0 +1106,1106,02,symb,three_rule_comb4,77.0,"[':', '*', '$']",* $ &],0,1.0 +1106,1106,02,symb,three_rule_comb4,78.0,"['<', '&', '&']",< & >,0,1.0 +1106,1106,02,symb,three_rule_comb4,79.0,"['~', '>', '<']",% > *,0,1.0 +1106,1106,02,symb,three_rule_comb4,80.0,"['(', '(', '%']",( : :],0,1.0 +1106,1106,02,symb,three_rule_comb4,81.0,"[':', '(', '>']",: ( ~],0,1.0 +1106,1106,02,symb,three_rule_comb4,82.0,"['$', '%', '*']",$ % <],0,1.0 +1106,1106,02,symb,three_rule_comb4,83.0,"['<', '!', '$']",< ! &],0,1.0 +1106,1106,02,symb,three_rule_comb4,84.0,"['(', '*', ':']",: ! :],0,1.0 +1106,1106,02,symb,three_rule_comb4,85.0,"[':', '*', '(']",% * :],0,1.0 +1106,1106,02,symb,three_rule_comb4,86.0,"['*', ':', ':']",* * :],0,1.0 +1106,1106,02,symb,three_rule_comb4,87.0,"['!', '~', '<']",$ ~ *,0,1.0 +1106,1106,02,symb,three_rule_comb4,88.0,"[':', '>', '<']",: ! !],0,1.0 +1106,1106,02,symb,three_rule_comb4,89.0,"['$', '$', '<']",$ & *],0,1.0 +1106,1106,02,symb,three_rule_comb4,90.0,"[':', '~', '*']",: ! *],0,1.0 +1106,1106,02,symb,three_rule_comb4,91.0,"['<', '~', '&']",< ~ $],0,1.0 +1106,1106,02,symb,three_rule_comb4,92.0,"['*', '$', '(']",* ! (],0,1.0 +1106,1106,02,symb,three_rule_comb4,93.0,"['(', '$', '~']",& $ !],0,1.0 +1106,1106,02,symb,three_rule_comb4,94.0,"['<', '(', '<']",< > <],0,1.0 +1106,1106,02,symb,three_rule_comb4,95.0,"['>', '*', '~']",! * ~],0,1.0 +1106,1106,02,symb,three_rule_comb4,96.0,"['<', '&', '>']",< & !],0,1.0 +1106,1106,02,symb,three_rule_comb4,97.0,"['<', '&', '&']",<$>,0,1.0 +1106,1106,02,symb,three_rule_comb4,98.0,"['%', '>', ':']",& > :],0,1.0 +1106,1106,02,symb,three_rule_comb4,99.0,"['(', '%', '$']",$ % &],0,1.0 +1106,1106,02,symb,three_rule_comb5,0.0,"['<', '%', '>']",< ! (],0,1.0 +1106,1106,02,symb,three_rule_comb5,1.0,"['!', '!', '&']",! ~ >],0,1.0 +1106,1106,02,symb,three_rule_comb5,2.0,"['<', '!', '&']",* ~ <,0,1.0 +1106,1106,02,symb,three_rule_comb5,3.0,"['<', '$', '*']",< & ~],0,1.0 +1106,1106,02,symb,three_rule_comb5,4.0,"['%', '*', '(']",: ~ (],0,1.0 +1106,1106,02,symb,three_rule_comb5,5.0,"['$', '*', ':']",? * %],0,1.0 +1106,1106,02,symb,three_rule_comb5,6.0,"['*', ':', '>']",* % !],0,1.0 +1106,1106,02,symb,three_rule_comb5,7.0,"[':', '(', '<']",: % $],0,1.0 +1106,1106,02,symb,three_rule_comb5,8.0,"['>', '(', '>']",> : !],0,1.0 +1106,1106,02,symb,three_rule_comb5,9.0,"['~', '&', '<']",* ( :],0,1.0 +1106,1106,02,symb,three_rule_comb5,10.0,"['<', '<', '~']",< < *],0,1.0 +1106,1106,02,symb,three_rule_comb5,11.0,"['*', '(', ':']",> ( $],0,1.0 +1106,1106,02,symb,three_rule_comb5,12.0,"['%', '~', '%']",& ~ (],0,1.0 +1106,1106,02,symb,three_rule_comb5,13.0,"['$', '(', '%']",& ( !],0,1.0 +1106,1106,02,symb,three_rule_comb5,14.0,"['~', '!', '*']",* > *],0,1.0 +1106,1106,02,symb,three_rule_comb5,15.0,"['%', '$', ':']",% < %],0,1.0 +1106,1106,02,symb,three_rule_comb5,16.0,"['>', '<', '~']",! ( ~],0,1.0 +1106,1106,02,symb,three_rule_comb5,17.0,"['%', '&', '>']",% > (],0,1.0 +1106,1106,02,symb,three_rule_comb5,18.0,"['&', '(', '&']",& > (],0,1.0 +1106,1106,02,symb,three_rule_comb5,19.0,"['%', '&', '%']",% & %],1,1.0 +1106,1106,02,symb,three_rule_comb5,20.0,"['(', '(', '$']",( > &],0,1.0 +1106,1106,02,symb,three_rule_comb5,21.0,"['&', '>', '(']",& % :],0,1.0 +1106,1106,02,symb,three_rule_comb5,22.0,"['$', '(', '(']",& ( %],0,1.0 +1106,1106,02,symb,three_rule_comb5,23.0,"['<', '(', '%']",< & %],0,1.0 +1106,1106,02,symb,three_rule_comb5,24.0,"['~', '%', '(']",* * <],0,1.0 +1106,1106,02,symb,three_rule_comb5,25.0,"[':', '~', '&']",(: <),0,1.0 +1106,1106,02,symb,three_rule_comb5,26.0,"['>', '(', ':']",? % :],0,1.0 +1106,1106,02,symb,three_rule_comb5,27.0,"['$', '!', '~']",< ! *],0,1.0 +1106,1106,02,symb,three_rule_comb5,28.0,"['(', ':', '!']",: : !],0,1.0 +1106,1106,02,symb,three_rule_comb5,29.0,"['$', ':', '%']",$ % (],0,1.0 +1106,1106,02,symb,three_rule_comb5,30.0,"['<', '$', '<']",* $ :],0,1.0 +1106,1106,02,symb,three_rule_comb5,31.0,"['<', '(', '(']",: % >],0,1.0 +1106,1106,02,symb,three_rule_comb5,32.0,"['<', '<', '$']",< $ <],0,1.0 +1106,1106,02,symb,three_rule_comb5,33.0,"['>', '&', ':']",% < %],0,1.0 +1106,1106,02,symb,three_rule_comb5,34.0,"['(', '%', '<']",( & ~],0,1.0 +1106,1106,02,symb,three_rule_comb5,35.0,"['<', '$', '*']",$ < *],0,1.0 +1106,1106,02,symb,three_rule_comb5,36.0,"['&', '*', '*']",* * (],0,1.0 +1106,1106,02,symb,three_rule_comb5,37.0,"['<', '*', '>']",: * (],0,1.0 +1106,1106,02,symb,three_rule_comb5,38.0,"['!', '$', '&']",! & <],0,1.0 +1106,1106,02,symb,three_rule_comb5,39.0,"['!', ':', '$']",> * $],0,1.0 +1106,1106,02,symb,three_rule_comb5,40.0,"['%', '%', '%']",% $ &],0,1.0 +1106,1106,02,symb,three_rule_comb5,41.0,"['>', '%', '!']",> : >],0,1.0 +1106,1106,02,symb,three_rule_comb5,42.0,"['!', '~', ':']",* % >,0,1.0 +1106,1106,02,symb,three_rule_comb5,43.0,"['<', '&', '%']",$ & :],0,1.0 +1106,1106,02,symb,three_rule_comb5,44.0,"['~', '(', '$']",% ! >],0,1.0 +1106,1106,02,symb,three_rule_comb5,45.0,"['<', '!', '%']",* ! !,0,1.0 +1106,1106,02,symb,three_rule_comb5,46.0,"['!', '!', ':']",> ! %],0,1.0 +1106,1106,02,symb,three_rule_comb5,47.0,"['$', '$', ':']",$ $ $],0,1.0 +1106,1106,02,symb,three_rule_comb5,48.0,"['<', '!', '(']",$ > (],0,1.0 +1106,1106,02,symb,three_rule_comb5,49.0,"['!', '(', '$']",! % &,0,1.0 +1106,1106,02,symb,three_rule_comb5,50.0,"['*', '&', '>']",< & (],0,1.0 +1106,1106,02,symb,three_rule_comb5,51.0,"['*', '*', '<']",< * :],0,1.0 +1106,1106,02,symb,three_rule_comb5,52.0,"['&', '(', '$']",# $ $],0,1.0 +1106,1106,02,symb,three_rule_comb5,53.0,"['&', '<', '$']",> < ~],0,1.0 +1106,1106,02,symb,three_rule_comb5,54.0,"['%', ':', ':']",: % *],0,1.0 +1106,1106,02,symb,three_rule_comb5,55.0,"['%', '<', '$']",% : !],0,1.0 +1106,1106,02,symb,three_rule_comb5,56.0,"['%', '~', '*']",* & *,0,1.0 +1106,1106,02,symb,three_rule_comb5,57.0,"['(', '!', '&']",(% &],0,1.0 +1106,1106,02,symb,three_rule_comb5,58.0,"['%', '~', '$']",% > &],0,1.0 +1106,1106,02,symb,three_rule_comb5,59.0,"[':', '>', '%']",: ! :],0,1.0 +1106,1106,02,symb,three_rule_comb5,60.0,"['&', '(', '>']",$ : >],0,1.0 +1106,1106,02,symb,three_rule_comb5,61.0,"['>', '(', '&']",$ ! !],0,1.0 +1106,1106,02,symb,three_rule_comb5,62.0,"['(', '%', '(']",( % : ],0,1.0 +1106,1106,02,symb,three_rule_comb5,63.0,"['$', '%', '&']",$ # &],0,1.0 +1106,1106,02,symb,three_rule_comb5,64.0,"['>', '%', ':']",! : :],0,1.0 +1106,1106,02,symb,three_rule_comb5,65.0,"['!', '(', ':']",> ( <],0,1.0 +1106,1106,02,symb,three_rule_comb5,66.0,"['$', '&', '%']",& $ %],0,1.0 +1106,1106,02,symb,three_rule_comb5,67.0,"['&', '&', '<']",> & *],0,1.0 +1106,1106,02,symb,three_rule_comb5,68.0,"['!', '<', '!']",> $ !],0,1.0 +1106,1106,02,symb,three_rule_comb5,69.0,"['!', '(', '(']",> : (],0,1.0 +1106,1106,02,symb,three_rule_comb5,70.0,"['!', '*', '<']",> * :],0,1.0 +1106,1106,02,symb,three_rule_comb5,71.0,"['%', '<', '<']",! < :],0,1.0 +1106,1106,02,symb,three_rule_comb5,72.0,"['<', '$', '>']",* < >,0,1.0 +1106,1106,02,symb,three_rule_comb5,73.0,"['$', '$', '!']",$ ~ $],0,1.0 +1106,1106,02,symb,three_rule_comb5,74.0,"[':', '(', '<']",(! ! %),0,1.0 +1106,1106,02,symb,three_rule_comb5,75.0,"['!', '<', ':']",! ~ ~],0,1.0 +1106,1106,02,symb,three_rule_comb5,76.0,"['(', '!', '!']",( ! >],0,1.0 +1106,1106,02,symb,three_rule_comb5,77.0,"[':', '%', '~']",< % !],0,1.0 +1106,1106,02,symb,three_rule_comb5,78.0,"[':', '~', '>']",* < >],0,1.0 +1106,1106,02,symb,three_rule_comb5,79.0,"['$', '&', '%']",> ! :],0,1.0 +1106,1106,02,symb,three_rule_comb5,80.0,"['%', '$', '<']",$ ! *],0,1.0 +1106,1106,02,symb,three_rule_comb5,81.0,"['(', '!', '*']",% > ~],0,1.0 +1106,1106,02,symb,three_rule_comb5,82.0,"['*', ':', '~']",* % *],0,1.0 +1106,1106,02,symb,three_rule_comb5,83.0,"['&', '>', '~']",< > !,0,1.0 +1106,1106,02,symb,three_rule_comb5,84.0,"['$', '%', '$']",< % &],0,1.0 +1106,1106,02,symb,three_rule_comb5,85.0,"['<', '%', '<']",< $],0,1.0 +1106,1106,02,symb,three_rule_comb5,86.0,"['&', '%', '>']",& : !],0,1.0 +1106,1106,02,symb,three_rule_comb5,87.0,"[':', '(', ':']",> * %],0,1.0 +1106,1106,02,symb,three_rule_comb5,88.0,"['$', '*', '>']",< * !],0,1.0 +1106,1106,02,symb,three_rule_comb5,89.0,"['%', '*', '<']",: * &,0,1.0 +1106,1106,02,symb,three_rule_comb5,90.0,"['>', '<', '*']",! $ *],0,1.0 +1106,1106,02,symb,three_rule_comb5,91.0,"['%', ':', '*']",% < <],0,1.0 +1106,1106,02,symb,three_rule_comb5,92.0,"['&', '%', '$']",* $ $],0,1.0 +1106,1106,02,symb,three_rule_comb5,93.0,"['%', '&', ':']",# $ :],0,1.0 +1106,1106,02,symb,three_rule_comb5,94.0,"['!', '(', '&']",! % $],0,1.0 +1106,1106,02,symb,three_rule_comb5,95.0,"['(', '$', '*']",% & *,0,1.0 +1106,1106,02,symb,three_rule_comb5,96.0,"['$', '$', '<']",& $ *],0,1.0 +1106,1106,02,symb,three_rule_comb5,97.0,"[':', '$', '&']",% < &],0,1.0 +1106,1106,02,symb,three_rule_comb5,98.0,"['(', '*', '(']",: ~ <],0,1.0 +1106,1106,02,symb,three_rule_comb5,99.0,"['(', '~', '(']",( * %],0,1.0 +1106,1106,02,symb,three_rule_comb6,0.0,"['%', '&', '~']",% & (],0,1.0 +1106,1106,02,symb,three_rule_comb6,1.0,"['>', '&', '$']",> & $],1,1.0 +1106,1106,02,symb,three_rule_comb6,2.0,"['&', '%', '*']",% > *],0,1.0 +1106,1106,02,symb,three_rule_comb6,3.0,"['!', '&', '$']",& % $],0,1.0 +1106,1106,02,symb,three_rule_comb6,4.0,"['*', '<', '!']",* < !],1,1.0 +1106,1106,02,symb,three_rule_comb6,5.0,"['*', '%', '$']",* % $],1,1.0 +1106,1106,02,symb,three_rule_comb6,6.0,"['<', '%', '$']",< % $],1,1.0 +1106,1106,02,symb,three_rule_comb6,7.0,"['~', '*', '>']",~ * >],1,1.0 +1106,1106,02,symb,three_rule_comb6,8.0,"['(', '$', '&']",( $ &],1,1.0 +1106,1106,02,symb,three_rule_comb6,9.0,"['<', '<', '&']",< < &,1,1.0 +1106,1106,02,symb,three_rule_comb6,10.0,"['!', '&', ':']",! & :],1,1.0 +1106,1106,02,symb,three_rule_comb6,11.0,"['%', '<', '$']",$ < %,0,1.0 +1106,1106,02,symb,three_rule_comb6,12.0,"['>', '&', '&']",> & %],0,1.0 +1106,1106,02,symb,three_rule_comb6,13.0,"['$', '&', '(']",$ & (],1,1.0 +1106,1106,02,symb,three_rule_comb6,14.0,"['(', '*', '$']",( * $],1,1.0 +1106,1106,02,symb,three_rule_comb6,15.0,"['$', '%', ':']",$ % :],1,1.0 +1106,1106,02,symb,three_rule_comb6,16.0,"['%', '<', '(']",% < (],1,1.0 +1106,1106,02,symb,three_rule_comb6,17.0,"['(', '<', '$']",( < $],1,1.0 +1106,1106,02,symb,three_rule_comb6,18.0,"['~', '$', '<']",$ ~ %],0,1.0 +1106,1106,02,symb,three_rule_comb6,19.0,"['~', '>', '*']",~ > *],1,1.0 +1106,1106,02,symb,three_rule_comb6,20.0,"['$', '(', '$']",$ ( $],1,1.0 +1106,1106,02,symb,three_rule_comb6,21.0,"['~', '$', ':']",~ $ :],1,1.0 +1106,1106,02,symb,three_rule_comb6,22.0,"[':', '!', '$']",: ! $],1,1.0 +1106,1106,02,symb,three_rule_comb6,23.0,"['$', '$', '<']",$ < &],0,1.0 +1106,1106,02,symb,three_rule_comb6,24.0,"['>', '~', '>']",> ~ >],1,1.0 +1106,1106,02,symb,three_rule_comb6,25.0,"['(', ':', ':']",! : :],0,1.0 +1106,1106,02,symb,three_rule_comb6,26.0,"['%', '>', ':']",% > :],1,1.0 +1106,1106,02,symb,three_rule_comb6,27.0,"['&', '(', '!']",& ( !],1,1.0 +1106,1106,02,symb,three_rule_comb6,28.0,"['~', '(', '~']",~ : %],0,1.0 +1106,1106,02,symb,three_rule_comb6,29.0,"['&', '*', '(']",& * (],1,1.0 +1106,1106,02,symb,three_rule_comb6,30.0,"[':', '$', '!']",: $ !],1,1.0 +1106,1106,02,symb,three_rule_comb6,31.0,"['<', '&', ':']",% * &],0,1.0 +1106,1106,02,symb,three_rule_comb6,32.0,"['(', '%', '(']",( % (],1,1.0 +1106,1106,02,symb,three_rule_comb6,33.0,"[':', '(', '&']",: ( >],0,1.0 +1106,1106,02,symb,three_rule_comb6,34.0,"['$', '<', '!']",$ % ~],0,1.0 +1106,1106,02,symb,three_rule_comb6,35.0,"['>', '*', '&']",% * &],0,1.0 +1106,1106,02,symb,three_rule_comb6,36.0,"['!', '(', '*']",! ( *],1,1.0 +1106,1106,02,symb,three_rule_comb6,37.0,"['%', '<', '%']",% < %],1,1.0 +1106,1106,02,symb,three_rule_comb6,38.0,"['&', '&', '*']",& & *],1,1.0 +1106,1106,02,symb,three_rule_comb6,39.0,"['*', '<', '!']",* < !],1,1.0 +1106,1106,02,symb,three_rule_comb6,40.0,"[':', '>', '<']",: > <],1,1.0 +1106,1106,02,symb,three_rule_comb6,41.0,"['<', ':', '<']",< : >,0,1.0 +1106,1106,02,symb,three_rule_comb6,42.0,"['*', '*', '(']",* * >],0,1.0 +1106,1106,02,symb,three_rule_comb6,43.0,"['%', '$', '&']",% $ &],1,1.0 +1106,1106,02,symb,three_rule_comb6,44.0,"['$', '~', '<']",$ ~ <],1,1.0 +1106,1106,02,symb,three_rule_comb6,45.0,"['%', '!', '&']",% ! &],1,1.0 +1106,1106,02,symb,three_rule_comb6,46.0,"['%', '%', '!']",% % !],1,1.0 +1106,1106,02,symb,three_rule_comb6,47.0,"['$', '<', '~']",$ < &],0,1.0 +1106,1106,02,symb,three_rule_comb6,48.0,"['$', '>', '!']",$ * !],0,1.0 +1106,1106,02,symb,three_rule_comb6,49.0,"[':', '~', '%']",: ~ %],1,1.0 +1106,1106,02,symb,three_rule_comb6,50.0,"['%', '&', '~']",% & ~],1,1.0 +1106,1106,02,symb,three_rule_comb6,51.0,"['(', '&', '*']",* & *],0,1.0 +1106,1106,02,symb,three_rule_comb6,52.0,"[':', '$', '!']",: $ !],1,1.0 +1106,1106,02,symb,three_rule_comb6,53.0,"['$', '%', '<']",% < &],0,1.0 +1106,1106,02,symb,three_rule_comb6,54.0,"['(', '(', '~']",( ( %],0,1.0 +1106,1106,02,symb,three_rule_comb6,55.0,"['~', '*', '$']",~ * $],1,1.0 +1106,1106,02,symb,three_rule_comb6,56.0,"['(', ':', '&']",( & %],0,1.0 +1106,1106,02,symb,three_rule_comb6,57.0,"['*', '~', ':']",* $ :],0,1.0 +1106,1106,02,symb,three_rule_comb6,58.0,"['*', '<', '~']",* < !],0,1.0 +1106,1106,02,symb,three_rule_comb6,59.0,"['<', '<', '&']",< < &],1,1.0 +1106,1106,02,symb,three_rule_comb6,60.0,"[':', '&', '!']",: & !],1,1.0 +1106,1106,02,symb,three_rule_comb6,61.0,"['*', '~', '!']",* ~ !],1,1.0 +1106,1106,02,symb,three_rule_comb6,62.0,"['%', '<', '(']",% < (],1,1.0 +1106,1106,02,symb,three_rule_comb6,63.0,"['~', ':', '!']",~ : !],1,1.0 +1106,1106,02,symb,three_rule_comb6,64.0,"['~', '!', '&']",: % ~],0,1.0 +1106,1106,02,symb,three_rule_comb6,65.0,"['&', '!', '~']",& ! ~],1,1.0 +1106,1106,02,symb,three_rule_comb6,66.0,"['~', '&', '~']",~ & ~],1,1.0 +1106,1106,02,symb,three_rule_comb6,67.0,"['~', ':', '$']",~ : $],1,1.0 +1106,1106,02,symb,three_rule_comb6,68.0,"['(', '&', '$']",% & $],0,1.0 +1106,1106,02,symb,three_rule_comb6,69.0,"['~', '$', '*']",~ $ *],1,1.0 +1106,1106,02,symb,three_rule_comb6,70.0,"['&', '!', '<']",& ! >],0,1.0 +1106,1106,02,symb,three_rule_comb6,71.0,"['*', '%', '!']",* % :],0,1.0 +1106,1106,02,symb,three_rule_comb6,72.0,"['%', '(', '>']",% ( >],1,1.0 +1106,1106,02,symb,three_rule_comb6,73.0,"['&', '~', '~']",& ~ ~],1,1.0 +1106,1106,02,symb,three_rule_comb6,74.0,"['!', '*', '~']",! & ~,0,1.0 +1106,1106,02,symb,three_rule_comb6,75.0,"['!', '(', '>']",! ( >],1,1.0 +1106,1106,02,symb,three_rule_comb6,76.0,"[':', '%', '>']",: % >],1,1.0 +1106,1106,02,symb,three_rule_comb6,77.0,"['$', '!', '~']",$ ! :],0,1.0 +1106,1106,02,symb,three_rule_comb6,78.0,"['~', '%', ':']",~ % :],1,1.0 +1106,1106,02,symb,three_rule_comb6,79.0,"['~', '%', '%']",% ~ $],0,1.0 +1106,1106,02,symb,three_rule_comb6,80.0,"['!', '~', '!']",> ~ !],0,1.0 +1106,1106,02,symb,three_rule_comb6,81.0,"['&', '<', '%']",& < %],1,1.0 +1106,1106,02,symb,three_rule_comb6,82.0,"['&', '(', '<']",& ( <],1,1.0 +1106,1106,02,symb,three_rule_comb6,83.0,"['(', '$', '!']",! $ !],0,1.0 +1106,1106,02,symb,three_rule_comb6,84.0,"[':', '>', '%']",: & %],0,1.0 +1106,1106,02,symb,three_rule_comb6,85.0,"['&', '!', '$']",& ! $],1,1.0 +1106,1106,02,symb,three_rule_comb6,86.0,"['(', '>', '~']",( > ~],1,1.0 +1106,1106,02,symb,three_rule_comb6,87.0,"['&', '(', ':']",& ( :],1,1.0 +1106,1106,02,symb,three_rule_comb6,88.0,"['%', '<', ':']",% < :],1,1.0 +1106,1106,02,symb,three_rule_comb6,89.0,"[':', '!', '$']",: ! $],1,1.0 +1106,1106,02,symb,three_rule_comb6,90.0,"['<', '&', '*']",< & *],1,1.0 +1106,1106,02,symb,three_rule_comb6,91.0,"['>', '~', '$']",> ~ $],1,1.0 +1106,1106,02,symb,three_rule_comb6,92.0,"['!', '>', '$']",! > $],1,1.0 +1106,1106,02,symb,three_rule_comb6,93.0,"['$', ':', '&']",$ : &],1,1.0 +1106,1106,02,symb,three_rule_comb6,94.0,"['(', '$', '(']",( $ :],0,1.0 +1106,1106,02,symb,three_rule_comb6,95.0,"['(', '>', ':']",: ( :],0,1.0 +1106,1106,02,symb,three_rule_comb6,96.0,"['!', '>', '>']",! > &],0,1.0 +1106,1106,02,symb,three_rule_comb6,97.0,"[':', '&', '~']",: & ~],1,1.0 +1106,1106,02,symb,three_rule_comb6,98.0,"['>', '!', '<']",> ! <],1,1.0 +1106,1106,02,symb,three_rule_comb6,99.0,"['<', '~', ':']",< ~ :],1,1.0 +1106,1106,02,symb,three_rule_comb7,0.0,"['<', '(', ':']",< ( *],0,1.0 +1106,1106,02,symb,three_rule_comb7,1.0,"['!', '&', ':']",! & >],0,1.0 +1106,1106,02,symb,three_rule_comb7,2.0,"['(', '>', '$']",: * &],0,1.0 +1106,1106,02,symb,three_rule_comb7,3.0,"['(', ':', '<']",% ( ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,4.0,"['>', '<', '*']",> * >],0,1.0 +1106,1106,02,symb,three_rule_comb7,5.0,"['$', '!', '$']",$ ! :],0,1.0 +1106,1106,02,symb,three_rule_comb7,6.0,"['<', '&', '<']",* & <],0,1.0 +1106,1106,02,symb,three_rule_comb7,7.0,"['*', '$', '%']",% < &],0,1.0 +1106,1106,02,symb,three_rule_comb7,8.0,"['*', '*', '!']",* ~ >],0,1.0 +1106,1106,02,symb,three_rule_comb7,9.0,"['~', '*', ':']",~ * %],0,1.0 +1106,1106,02,symb,three_rule_comb7,10.0,"['<', '&', '(']",< & :],0,1.0 +1106,1106,02,symb,three_rule_comb7,11.0,"['*', '~', '&']",~ ~ &],0,1.0 +1106,1106,02,symb,three_rule_comb7,12.0,"['(', '(', '(']",( ( &],0,1.0 +1106,1106,02,symb,three_rule_comb7,13.0,"['(', '(', '%']",( > !),0,1.0 +1106,1106,02,symb,three_rule_comb7,14.0,"['>', '>', '(']",> ( (],0,1.0 +1106,1106,02,symb,three_rule_comb7,15.0,"['!', '%', '%']",> * %],0,1.0 +1106,1106,02,symb,three_rule_comb7,16.0,"[':', ':', '%']",: & !],0,1.0 +1106,1106,02,symb,three_rule_comb7,17.0,"[':', '&', '(']",: * %],0,1.0 +1106,1106,02,symb,three_rule_comb7,18.0,"['~', '*', '~']",~ : ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,19.0,"['&', '!', '$']",& ! !],0,1.0 +1106,1106,02,symb,three_rule_comb7,20.0,"['<', '~', '<']",* ~ <],0,1.0 +1106,1106,02,symb,three_rule_comb7,21.0,"['&', '(', '!']",< $ %],0,1.0 +1106,1106,02,symb,three_rule_comb7,22.0,"['~', '(', '&']",~ ( (],0,1.0 +1106,1106,02,symb,three_rule_comb7,23.0,"[':', '%', '!']",: % (],0,1.0 +1106,1106,02,symb,three_rule_comb7,24.0,"[':', '(', '&']",< ( &],0,1.0 +1106,1106,02,symb,three_rule_comb7,25.0,"['<', '!', '(']",< ! &],0,1.0 +1106,1106,02,symb,three_rule_comb7,26.0,"['(', ':', '~']",% : ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,27.0,"['*', '&', '*']",* & <],0,1.0 +1106,1106,02,symb,three_rule_comb7,28.0,"['$', ':', '$']",$ : ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,29.0,"['%', '*', '$']",% * ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,30.0,"['$', '$', '$']",$ ! <,0,1.0 +1106,1106,02,symb,three_rule_comb7,31.0,"['~', '&', '$']",* $ ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,32.0,"['(', '<', '$']",( ~ ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,33.0,"['!', '<', '&']",! : &],0,1.0 +1106,1106,02,symb,three_rule_comb7,34.0,"['~', '<', '(']",> * >],0,1.0 +1106,1106,02,symb,three_rule_comb7,35.0,"['*', '!', '&']",* ! >,0,1.0 +1106,1106,02,symb,three_rule_comb7,36.0,"['~', '&', '<']",* & :],0,1.0 +1106,1106,02,symb,three_rule_comb7,37.0,"['&', '(', '>']",& < >],0,1.0 +1106,1106,02,symb,three_rule_comb7,38.0,"['<', '(', '<']",: * >],0,1.0 +1106,1106,02,symb,three_rule_comb7,39.0,"['%', '*', '(']",% * >],0,1.0 +1106,1106,02,symb,three_rule_comb7,40.0,"['<', '$', '(']",< $ >],0,1.0 +1106,1106,02,symb,three_rule_comb7,41.0,"['*', '*', '&']",< * &],0,1.0 +1106,1106,02,symb,three_rule_comb7,42.0,"['*', '(', '!']",* > ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,43.0,"[':', '&', '>']",% > ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,44.0,"[':', '>', '*']",* > <],0,1.0 +1106,1106,02,symb,three_rule_comb7,45.0,"['!', '$', '*']",> $ %],0,1.0 +1106,1106,02,symb,three_rule_comb7,46.0,"['$', '>', '<']",$ # $],0,1.0 +1106,1106,02,symb,three_rule_comb7,47.0,"['%', '(', '!']",% > !,0,1.0 +1106,1106,02,symb,three_rule_comb7,48.0,"['<', '~', '*']",< ~ !],0,1.0 +1106,1106,02,symb,three_rule_comb7,49.0,"['(', '%', '$']",% : :],0,1.0 +1106,1106,02,symb,three_rule_comb7,50.0,"['!', '&', '>']",$ > >,0,1.0 +1106,1106,02,symb,three_rule_comb7,51.0,"[':', ':', '<']",( & >],0,1.0 +1106,1106,02,symb,three_rule_comb7,52.0,"['*', '$', '&']",* ! &],0,1.0 +1106,1106,02,symb,three_rule_comb7,53.0,"['!', ':', '%']",! : !],0,1.0 +1106,1106,02,symb,three_rule_comb7,54.0,"['~', '%', '%']",~ ! %],0,1.0 +1106,1106,02,symb,three_rule_comb7,55.0,"['&', '~', '%']",& ~ :],0,1.0 +1106,1106,02,symb,three_rule_comb7,56.0,"['$', '(', '%']",$ < %],0,1.0 +1106,1106,02,symb,three_rule_comb7,57.0,"['>', '%', '>']",> % >],1,1.0 +1106,1106,02,symb,three_rule_comb7,58.0,"['$', '!', '<']",~ ! <],0,1.0 +1106,1106,02,symb,three_rule_comb7,59.0,"['!', '(', '(']",! & (],0,1.0 +1106,1106,02,symb,three_rule_comb7,60.0,"[':', '&', '$']",: & !],0,1.0 +1106,1106,02,symb,three_rule_comb7,61.0,"['<', '&', '!']",<$ & >,0,1.0 +1106,1106,02,symb,three_rule_comb7,62.0,"['(', ':', '>']",: > &],0,1.0 +1106,1106,02,symb,three_rule_comb7,63.0,"['<', '%', '<']",$ % <,0,1.0 +1106,1106,02,symb,three_rule_comb7,64.0,"['<', '&', '~']",$ & ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,65.0,"[':', '(', '(']",: > (],0,1.0 +1106,1106,02,symb,three_rule_comb7,66.0,"['$', '*', '!']",! * >],0,1.0 +1106,1106,02,symb,three_rule_comb7,67.0,"['(', '~', '>']",% ~ >],0,1.0 +1106,1106,02,symb,three_rule_comb7,68.0,"['<', '!', '%']",* ! %],0,1.0 +1106,1106,02,symb,three_rule_comb7,69.0,"['<', '(', '$']",: ( $],0,1.0 +1106,1106,02,symb,three_rule_comb7,70.0,"['(', '~', '~']",( * <],0,1.0 +1106,1106,02,symb,three_rule_comb7,71.0,"['~', '~', '&']",~ ! >],0,1.0 +1106,1106,02,symb,three_rule_comb7,72.0,"['(', '%', ':']",% % %],0,1.0 +1106,1106,02,symb,three_rule_comb7,73.0,"['&', '$', '>']",& ! >],0,1.0 +1106,1106,02,symb,three_rule_comb7,74.0,"['<', '(', '~']",* & ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,75.0,"['$', '*', '$']",& : *],0,1.0 +1106,1106,02,symb,three_rule_comb7,76.0,"[':', '<', '>']",: $ %],0,1.0 +1106,1106,02,symb,three_rule_comb7,77.0,"['&', ':', '&']",& : &],1,1.0 +1106,1106,02,symb,three_rule_comb7,78.0,"['<', '>', '<']",$ > ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,79.0,"['~', '%', '>']",! % >],0,1.0 +1106,1106,02,symb,three_rule_comb7,80.0,"['%', '>', '*']",: ~ <],0,1.0 +1106,1106,02,symb,three_rule_comb7,81.0,"['*', '<', '$']",* : $],0,1.0 +1106,1106,02,symb,three_rule_comb7,82.0,"['&', '$', '$']",& $ <],0,1.0 +1106,1106,02,symb,three_rule_comb7,83.0,"['*', '(', '(']",* & %],0,1.0 +1106,1106,02,symb,three_rule_comb7,84.0,"[':', '~', '(']",: ~ &],0,1.0 +1106,1106,02,symb,three_rule_comb7,85.0,"[':', '<', '<']",: < ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,86.0,"['~', '%', '$']",~ ~ $],0,1.0 +1106,1106,02,symb,three_rule_comb7,87.0,"['&', '<', '~']",% < !],0,1.0 +1106,1106,02,symb,three_rule_comb7,88.0,"[':', '(', '&']",:% > &],0,1.0 +1106,1106,02,symb,three_rule_comb7,89.0,"['~', '>', '%']",% ! &],0,1.0 +1106,1106,02,symb,three_rule_comb7,90.0,"[':', '~', '&']",* ~ &],0,1.0 +1106,1106,02,symb,three_rule_comb7,91.0,"['(', '&', '(']",( & <],0,1.0 +1106,1106,02,symb,three_rule_comb7,92.0,"['~', '~', '(']",* : ~],0,1.0 +1106,1106,02,symb,three_rule_comb7,93.0,"['~', '$', '~']",~ ! :],0,1.0 +1106,1106,02,symb,three_rule_comb7,94.0,"['&', '!', '<']",& ! *],0,1.0 +1106,1106,02,symb,three_rule_comb7,95.0,"['&', '<', '*']",& : *],0,1.0 +1106,1106,02,symb,three_rule_comb7,96.0,"['*', '(', '~']",~ < (],0,1.0 +1106,1106,02,symb,three_rule_comb7,97.0,"['%', '!', '%']",% ~ &],0,1.0 +1106,1106,02,symb,three_rule_comb7,98.0,"[':', '!', '%']",:],0,1.0 +1106,1106,02,symb,three_rule_comb7,99.0,"[':', '$', '!']",(: $ >),0,1.0 +1106,1106,02,symb,three_rule_comb8,0.0,"[':', '&', '*']",$ * >],0,1.0 +1106,1106,02,symb,three_rule_comb8,1.0,"['<', '<', '<']",* : <],0,1.0 +1106,1106,02,symb,three_rule_comb8,2.0,"['!', '%', ':']",! ~ *],0,1.0 +1106,1106,02,symb,three_rule_comb8,3.0,"['>', '<', '$']",! & *],0,1.0 +1106,1106,02,symb,three_rule_comb8,4.0,"['$', '(', ':']",< : !],0,1.0 +1106,1106,02,symb,three_rule_comb8,5.0,"['<', '!', ':']",* ~ <],0,1.0 +1106,1106,02,symb,three_rule_comb8,6.0,"['(', '~', '&']",: * (],0,1.0 +1106,1106,02,symb,three_rule_comb8,7.0,"[':', '!', '%']",! % !],0,1.0 +1106,1106,02,symb,three_rule_comb8,8.0,"['>', '%', '~']",> ! !],0,1.0 +1106,1106,02,symb,three_rule_comb8,9.0,"['%', '>', '%']",% ~ %],0,1.0 +1106,1106,02,symb,three_rule_comb8,10.0,"['!', '<', '~']",! * !],0,1.0 +1106,1106,02,symb,three_rule_comb8,11.0,"['%', '(', '<']",! ( *],0,1.0 +1106,1106,02,symb,three_rule_comb8,12.0,"['~', '~', '(']",> ~ !],0,1.0 +1106,1106,02,symb,three_rule_comb8,13.0,"['&', '$', ':']",< & %],0,1.0 +1106,1106,02,symb,three_rule_comb8,14.0,"['%', '>', '&']",% ! <],0,1.0 +1106,1106,02,symb,three_rule_comb8,15.0,"['!', ':', '!']",% > !],0,1.0 +1106,1106,02,symb,three_rule_comb8,16.0,"['(', '~', '>']",! ~ >],0,1.0 +1106,1106,02,symb,three_rule_comb8,17.0,"['*', ':', '(']",* < >],0,1.0 +1106,1106,02,symb,three_rule_comb8,18.0,"['&', '<', '<']",$ & %],0,1.0 +1106,1106,02,symb,three_rule_comb8,19.0,"['%', '>', '<']",: ! %],0,1.0 +1106,1106,02,symb,three_rule_comb8,20.0,"['(', '&', '$']",> & ~],0,1.0 +1106,1106,02,symb,three_rule_comb8,21.0,"['%', '$', '(']",* > ~],0,1.0 +1106,1106,02,symb,three_rule_comb8,22.0,"[':', '(', '*']",: > <],0,1.0 +1106,1106,02,symb,three_rule_comb8,23.0,"['$', '(', ':']",< & %],0,1.0 +1106,1106,02,symb,three_rule_comb8,24.0,"['<', '!', '%']",< ~ ~],0,1.0 +1106,1106,02,symb,three_rule_comb8,25.0,"['%', '<', ':']",% ~ %],0,1.0 +1106,1106,02,symb,three_rule_comb8,26.0,"[':', ':', '<']",% : $],0,1.0 +1106,1106,02,symb,three_rule_comb8,27.0,"['%', '<', ':']",! * :],0,1.0 +1106,1106,02,symb,three_rule_comb8,28.0,"['(', '<', '!']",> * >],0,1.0 +1106,1106,02,symb,three_rule_comb8,29.0,"['(', '<', '~']",( *],0,1.0 +1106,1106,02,symb,three_rule_comb8,30.0,"['~', '~', '%']",* % *],0,1.0 +1106,1106,02,symb,three_rule_comb8,31.0,"['>', '<', '>']",! $ ~],0,1.0 +1106,1106,02,symb,three_rule_comb8,32.0,"['(', '%', ':']",: * (],0,1.0 +1106,1106,02,symb,three_rule_comb8,33.0,"['!', '%', '*']",! % >],0,1.0 +1106,1106,02,symb,three_rule_comb8,34.0,"['~', ':', '<']",& ( &],0,1.0 +1106,1106,02,symb,three_rule_comb8,35.0,"['$', '%', '$']",% > ~],0,1.0 +1106,1106,02,symb,three_rule_comb8,36.0,"['>', '(', '~']",> : *],0,1.0 +1106,1106,02,symb,three_rule_comb8,37.0,"['>', '!', ':']",> ! <],0,1.0 +1106,1106,02,symb,three_rule_comb8,38.0,"['<', '%', '&']",< $ >],0,1.0 +1106,1106,02,symb,three_rule_comb8,39.0,"['$', '<', '%']",& ! <],0,1.0 +1106,1106,02,symb,three_rule_comb8,40.0,"['(', '>', '&']",% < <],0,1.0 +1106,1106,02,symb,three_rule_comb8,41.0,"['&', '~', '>']",< * !],0,1.0 +1106,1106,02,symb,three_rule_comb8,42.0,"['(', '*', '<']",( * !],0,1.0 +1106,1106,02,symb,three_rule_comb8,43.0,"['~', '&', '!']",$ > >,0,1.0 +1106,1106,02,symb,three_rule_comb8,44.0,"['%', '$', '%']",! ! %],0,1.0 +1106,1106,02,symb,three_rule_comb8,45.0,"['<', ':', '(']",% & :],0,1.0 +1106,1106,02,symb,three_rule_comb8,46.0,"['$', ':', '%']",& : (],0,1.0 +1106,1106,02,symb,three_rule_comb8,47.0,"['!', '%', '*']",! ~ <],0,1.0 +1106,1106,02,symb,three_rule_comb8,48.0,"['<', '&', '!']",* > !],0,1.0 +1106,1106,02,symb,three_rule_comb8,49.0,"[':', '$', '<']",% < &],0,1.0 +1106,1106,02,symb,three_rule_comb8,50.0,"['*', '$', '%']",* < &],0,1.0 +1106,1106,02,symb,three_rule_comb8,51.0,"['&', '&', '&']",& > &],0,1.0 +1106,1106,02,symb,three_rule_comb8,52.0,"['~', '(', '<']",* : &],0,1.0 +1106,1106,02,symb,three_rule_comb8,53.0,"['!', '<', '>']",> & ~],0,1.0 +1106,1106,02,symb,three_rule_comb8,54.0,"['>', '<', '*']",~ ( *],0,1.0 +1106,1106,02,symb,three_rule_comb8,55.0,"['&', '~', '!']",$ * %],0,1.0 +1106,1106,02,symb,three_rule_comb8,56.0,"['%', '$', '&']",* $ $],0,1.0 +1106,1106,02,symb,three_rule_comb8,57.0,"['<', '!', '&']",$ & <],0,1.0 +1106,1106,02,symb,three_rule_comb8,58.0,"['~', '*', '&']",< ~ !],0,1.0 +1106,1106,02,symb,three_rule_comb8,59.0,"['<', '<', '%']",* : >],0,1.0 +1106,1106,02,symb,three_rule_comb8,60.0,"['&', '$', '$']",* : $],0,1.0 +1106,1106,02,symb,three_rule_comb8,61.0,"[':', ':', '&']",% * <],0,1.0 +1106,1106,02,symb,three_rule_comb8,62.0,"['$', '(', '*']",$ & <],0,1.0 +1106,1106,02,symb,three_rule_comb8,63.0,"['&', '$', '%']",& ! ~],0,1.0 +1106,1106,02,symb,three_rule_comb8,64.0,"['<', '$', '<']",< ! :],0,1.0 +1106,1106,02,symb,three_rule_comb8,65.0,"[':', '%', '<']",~ & <],0,1.0 +1106,1106,02,symb,three_rule_comb8,66.0,"['<', '~', ':']",$ > (],0,1.0 +1106,1106,02,symb,three_rule_comb8,67.0,"['%', '<', ':']",% ~ >],0,1.0 +1106,1106,02,symb,three_rule_comb8,68.0,"[':', '<', '>']",: ~ ~],0,1.0 +1106,1106,02,symb,three_rule_comb8,69.0,"['&', ':', '$']",& * !],0,1.0 +1106,1106,02,symb,three_rule_comb8,70.0,"['<', '*', '$']",* > ~,0,1.0 +1106,1106,02,symb,three_rule_comb8,71.0,"['<', '(', '*']",* ( <],0,1.0 +1106,1106,02,symb,three_rule_comb8,72.0,"[':', '$', '%']",< ~ %],0,1.0 +1106,1106,02,symb,three_rule_comb8,73.0,"['%', '!', '(']",? ? ?],0,1.0 +1106,1106,02,symb,three_rule_comb8,74.0,"['%', '<', '&']",* ~ &],0,1.0 +1106,1106,02,symb,three_rule_comb8,75.0,"['(', '<', '~']",: & %],0,1.0 +1106,1106,02,symb,three_rule_comb8,76.0,"['$', '!', '*']",! ~ >],0,1.0 +1106,1106,02,symb,three_rule_comb8,77.0,"['%', '>', '(']",% ( &],0,1.0 +1106,1106,02,symb,three_rule_comb8,78.0,"[':', '&', '>']",% > ~,0,1.0 +1106,1106,02,symb,three_rule_comb8,79.0,"['&', '$', '>']",< & *],0,1.0 +1106,1106,02,symb,three_rule_comb8,80.0,"['%', '&', ':']",% & %],0,1.0 +1106,1106,02,symb,three_rule_comb8,81.0,"['$', '*', '%']",< : (],0,1.0 +1106,1106,02,symb,three_rule_comb8,82.0,"[':', ':', '&']",: * >],0,1.0 +1106,1106,02,symb,three_rule_comb8,83.0,"['*', '&', ':']",* > *],0,1.0 +1106,1106,02,symb,three_rule_comb8,84.0,"['!', '$', '%']",~ ! %],0,1.0 +1106,1106,02,symb,three_rule_comb8,85.0,"['!', '<', ':']",> & >],0,1.0 +1106,1106,02,symb,three_rule_comb8,86.0,"['~', '&', '(']",~ > &],0,1.0 +1106,1106,02,symb,three_rule_comb8,87.0,"['<', '%', '*']",$ ! ~],0,1.0 +1106,1106,02,symb,three_rule_comb8,88.0,"[':', '&', '%']",: > !],0,1.0 +1106,1106,02,symb,three_rule_comb8,89.0,"['(', '$', ':']",$ < $],0,1.0 +1106,1106,02,symb,three_rule_comb8,90.0,"['<', '%', '*']",< ~ <],0,1.0 +1106,1106,02,symb,three_rule_comb8,91.0,"['%', '!', '*']",% ( !],0,1.0 +1106,1106,02,symb,three_rule_comb8,92.0,"[':', ':', '~']",% ~ >],0,1.0 +1106,1106,02,symb,three_rule_comb8,93.0,"['&', '%', '*']",> ~ *],0,1.0 +1106,1106,02,symb,three_rule_comb8,94.0,"[':', ':', '>']",: ! >],0,1.0 +1106,1106,02,symb,three_rule_comb8,95.0,"['~', '<', '(']",* % &],0,1.0 +1106,1106,02,symb,three_rule_comb8,96.0,"['$', '$', '!']",! ~ !],0,1.0 +1106,1106,02,symb,three_rule_comb8,97.0,"['%', ':', '<']",% < :],0,1.0 +1106,1106,02,symb,three_rule_comb8,98.0,"['<', '%', '!']",> > ~],0,1.0 +1106,1106,02,symb,three_rule_comb8,99.0,"[':', '&', '%']",% < ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,0.0,"['<', '>', '!']",( : >],0,1.0 +1106,1106,02,symb,three_rule_comb9,1.0,"[':', '$', '%']",( < (],0,1.0 +1106,1106,02,symb,three_rule_comb9,2.0,"['~', '>', '*']",< ~ !],0,1.0 +1106,1106,02,symb,three_rule_comb9,3.0,"['<', ':', '~']",$ ( *],0,1.0 +1106,1106,02,symb,three_rule_comb9,4.0,"['<', '~', '*']",$ * ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,5.0,"['>', ':', '(']",! % %],0,1.0 +1106,1106,02,symb,three_rule_comb9,6.0,"['%', '&', '<']",< & <],0,1.0 +1106,1106,02,symb,three_rule_comb9,7.0,"['$', '&', '%']",! & <],0,1.0 +1106,1106,02,symb,three_rule_comb9,8.0,"[':', '%', '!']",% ( >],0,1.0 +1106,1106,02,symb,three_rule_comb9,9.0,"['%', '<', ':']",! : *],0,1.0 +1106,1106,02,symb,three_rule_comb9,10.0,"['%', ':', '&']",% : %],0,1.0 +1106,1106,02,symb,three_rule_comb9,11.0,"['%', '&', '&']",: < $],0,1.0 +1106,1106,02,symb,three_rule_comb9,12.0,"['$', '&', '~']",& < *],0,1.0 +1106,1106,02,symb,three_rule_comb9,13.0,"['(', ':', '&']",* % &],0,1.0 +1106,1106,02,symb,three_rule_comb9,14.0,"['*', '<', '%']",< : ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,15.0,"[':', '&', '<']",% < $],0,1.0 +1106,1106,02,symb,three_rule_comb9,16.0,"['~', '%', ':']",! ! *],0,1.0 +1106,1106,02,symb,three_rule_comb9,17.0,"['<', '*', '(']",$ ~ %],0,1.0 +1106,1106,02,symb,three_rule_comb9,18.0,"['(', '~', '$']",% * <],0,1.0 +1106,1106,02,symb,three_rule_comb9,19.0,"['*', ':', '%']",~ > :],0,1.0 +1106,1106,02,symb,three_rule_comb9,20.0,"['%', ':', '>']",~ ~ %],0,1.0 +1106,1106,02,symb,three_rule_comb9,21.0,"['&', '*', '$']",$ ~ &],0,1.0 +1106,1106,02,symb,three_rule_comb9,22.0,"['<', ':', '*']",$ % ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,23.0,"['~', '&', '*']",* $ ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,24.0,"['(', '$', '%']",% & :],0,1.0 +1106,1106,02,symb,three_rule_comb9,25.0,"['*', '$', ':']",% < %],0,1.0 +1106,1106,02,symb,three_rule_comb9,26.0,"['%', '$', '&']",: < $],0,1.0 +1106,1106,02,symb,three_rule_comb9,27.0,"['%', '&', '<']",: < $],0,1.0 +1106,1106,02,symb,three_rule_comb9,28.0,"[':', '&', '%']",% $ (],0,1.0 +1106,1106,02,symb,three_rule_comb9,29.0,"[':', '~', '(']",% * ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,30.0,"['<', ':', ':']",% & )],0,1.0 +1106,1106,02,symb,three_rule_comb9,31.0,"[':', '>', '&']",% ! $],0,1.0 +1106,1106,02,symb,three_rule_comb9,32.0,"['%', '(', '<']",& : %],0,1.0 +1106,1106,02,symb,three_rule_comb9,33.0,"['>', '<', '$']",! & <],0,1.0 +1106,1106,02,symb,three_rule_comb9,34.0,"['$', '(', '*']",! ~ >],0,1.0 +1106,1106,02,symb,three_rule_comb9,35.0,"['~', '(', '%']",* : (],0,1.0 +1106,1106,02,symb,three_rule_comb9,36.0,"['$', '%', '(']",< ( :],0,1.0 +1106,1106,02,symb,three_rule_comb9,37.0,"[':', '$', '!']",( & >],0,1.0 +1106,1106,02,symb,three_rule_comb9,38.0,"['>', '%', '%']",! : (],0,1.0 +1106,1106,02,symb,three_rule_comb9,39.0,"['!', '$', '(']",> < %],0,1.0 +1106,1106,02,symb,three_rule_comb9,40.0,"[':', '~', '$']",( * &],0,1.0 +1106,1106,02,symb,three_rule_comb9,41.0,"[':', '&', '(']",% $ :],0,1.0 +1106,1106,02,symb,three_rule_comb9,42.0,"['>', '*', '$']",! ~ &],0,1.0 +1106,1106,02,symb,three_rule_comb9,43.0,"['&', '%', '$']",< : &],0,1.0 +1106,1106,02,symb,three_rule_comb9,44.0,"['~', '(', '(']",* % :],0,1.0 +1106,1106,02,symb,three_rule_comb9,45.0,"['&', '>', '(']",$ ! :],0,1.0 +1106,1106,02,symb,three_rule_comb9,46.0,"[':', '*', '&']",% ~ <,0,1.0 +1106,1106,02,symb,three_rule_comb9,47.0,"['%', ':', '>']",* > ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,48.0,"['~', '$', '<']",* < $],0,1.0 +1106,1106,02,symb,three_rule_comb9,49.0,"['&', '<', '<']",$ & $],0,1.0 +1106,1106,02,symb,three_rule_comb9,50.0,"['%', '%', '&']",! ~ &],0,1.0 +1106,1106,02,symb,three_rule_comb9,51.0,"['*', '$', '&']",* & ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,52.0,"['$', ':', '<']",& : <],0,1.0 +1106,1106,02,symb,three_rule_comb9,53.0,"['%', '%', '~']",! ~ !],0,1.0 +1106,1106,02,symb,three_rule_comb9,54.0,"['$', '$', ':']",! ~ :],0,1.0 +1106,1106,02,symb,three_rule_comb9,55.0,"['<', '(', '!']",* & ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,56.0,"['&', '>', '$']",$ ! <],0,1.0 +1106,1106,02,symb,three_rule_comb9,57.0,"['&', '$', ':']",$ & %],0,1.0 +1106,1106,02,symb,three_rule_comb9,58.0,"['(', '&', '%']",% < (],0,1.0 +1106,1106,02,symb,three_rule_comb9,59.0,"['$', '>', '<']",< ! $],0,1.0 +1106,1106,02,symb,three_rule_comb9,60.0,"['$', '<', '(']",< & :],0,1.0 +1106,1106,02,symb,three_rule_comb9,61.0,"[':', '%', '*']",% : ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,62.0,"['&', '<', ':']",% & >],0,1.0 +1106,1106,02,symb,three_rule_comb9,63.0,"['$', '(', ':']",* : %],0,1.0 +1106,1106,02,symb,three_rule_comb9,64.0,"['~', ':', '$']",* ( &],0,1.0 +1106,1106,02,symb,three_rule_comb9,65.0,"['(', '%', '!']",% : >],0,1.0 +1106,1106,02,symb,three_rule_comb9,66.0,"['<', '&', '~']",< ( !],0,1.0 +1106,1106,02,symb,three_rule_comb9,67.0,"['<', '$', '!']",* ! ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,68.0,"[':', '$', '%']",% < (],0,1.0 +1106,1106,02,symb,three_rule_comb9,69.0,"['(', '$', '>']",: < !],0,1.0 +1106,1106,02,symb,three_rule_comb9,70.0,"[':', '$', '(']",% & %],0,1.0 +1106,1106,02,symb,three_rule_comb9,71.0,"['(', '*', '<']",: ~ &],0,1.0 +1106,1106,02,symb,three_rule_comb9,72.0,"['>', '$', ':']",> ! )],0,1.0 +1106,1106,02,symb,three_rule_comb9,73.0,"['<', '%', ':']",% : &],0,1.0 +1106,1106,02,symb,three_rule_comb9,74.0,"['$', ':', '>']",& % !],0,1.0 +1106,1106,02,symb,three_rule_comb9,75.0,"['!', '%', '(']",> : :],0,1.0 +1106,1106,02,symb,three_rule_comb9,76.0,"['&', ':', '%']",$ % (],0,1.0 +1106,1106,02,symb,three_rule_comb9,77.0,"['>', '%', '(']",% ! ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,78.0,"['$', '<', '$']",< $ &],0,1.0 +1106,1106,02,symb,three_rule_comb9,79.0,"['&', '>', '%']",$ ! :],0,1.0 +1106,1106,02,symb,three_rule_comb9,80.0,"['(', '(', '*']",: % ~],0,1.0 +1106,1106,02,symb,three_rule_comb9,81.0,"['&', '(', '>']",% < !],0,1.0 +1106,1106,02,symb,three_rule_comb9,82.0,"['%', '<', '(']",% : ~,0,1.0 +1106,1106,02,symb,three_rule_comb9,83.0,"['$', '<', '(']",< $ %],0,1.0 +1106,1106,02,symb,three_rule_comb9,84.0,"['<', '!', '%']",$ > (],0,1.0 +1106,1106,02,symb,three_rule_comb9,85.0,"['<', '>', '&']",* ( (],0,1.0 +1106,1106,02,symb,three_rule_comb9,86.0,"['$', '(', '<']",& % &],0,1.0 +1106,1106,02,symb,three_rule_comb9,87.0,"['(', '$', '<']",( > %],0,1.0 +1106,1106,02,symb,three_rule_comb9,88.0,"['>', '(', '<']",% $ !],0,1.0 +1106,1106,02,symb,three_rule_comb9,89.0,"['~', ':', '%']",* ( (],0,1.0 +1106,1106,02,symb,three_rule_comb9,90.0,"['&', '$', '!']",$ < >],0,1.0 +1106,1106,02,symb,three_rule_comb9,91.0,"['$', '%', '&']",< : $],0,1.0 +1106,1106,02,symb,three_rule_comb9,92.0,"['$', '>', '(']",< ! %],0,1.0 +1106,1106,02,symb,three_rule_comb9,93.0,"['&', '%', '~']",< ( *],0,1.0 +1106,1106,02,symb,three_rule_comb9,94.0,"['$', '%', '*']",~ ] &],0,1.0 +1106,1106,02,symb,three_rule_comb9,95.0,"['&', '!', '&']",* > <],0,1.0 +1106,1106,02,symb,three_rule_comb9,96.0,"['>', '$', '&']",! & $],0,1.0 +1106,1106,02,symb,three_rule_comb9,97.0,"['!', '&', '%']",> $ (],0,1.0 +1106,1106,02,symb,three_rule_comb9,98.0,"['$', '>', ':']",~ > !],0,1.0 +1106,1106,02,symb,three_rule_comb9,99.0,"['!', '&', '*']",! ( >],0,1.0 +1106,1106,02,symb,c3_set_union,0.0,"['~', '(', '&', '$']",~ ( & $),0,1.0 +1106,1106,02,symb,c3_set_union,1.0,"['<', '>', '(', '&']",< > &,0,1.0 +1106,1106,02,symb,c3_set_union,2.0,"['&', '$', ':', '~']",& $ : ~,1,1.0 +1106,1106,02,symb,c3_set_union,3.0,"['%', '(', ':', '>']",% >],0,1.0 +1106,1106,02,symb,c3_set_union,4.0,"[':', '~', '<', '*']",: ~ *,0,1.0 +1106,1106,02,symb,c3_set_union,5.0,"['*', '<', '&', '%']",* < & %,1,1.0 +1106,1106,02,symb,c3_set_union,6.0,"['~', '&', '%', '(']",~ % (],0,1.0 +1106,1106,02,symb,c3_set_union,7.0,"['>', '!', ':', '(']",> ! (],0,1.0 +1106,1106,02,symb,c3_set_union,8.0,"[':', '!', '*', '&']",: ! &,0,1.0 +1106,1106,02,symb,c3_set_union,9.0,"['%', '*', '&', '~']",% & ~,0,1.0 +1106,1106,02,symb,c3_set_union,10.0,"['$', '%', '>', '&']",$ % &,0,1.0 +1106,1106,02,symb,c3_set_union,11.0,"['~', '&', '!', '<']",~ & ! <,1,1.0 +1106,1106,02,symb,c3_set_union,12.0,"['$', '>', '~', '%']",$ > ~ %,1,1.0 +1106,1106,02,symb,c3_set_union,13.0,"['<', '%', '>', '!']",< % ! >,1,1.0 +1106,1106,02,symb,c3_set_union,14.0,"[':', '$', '>', '*']",: > *,0,1.0 +1106,1106,02,symb,c3_set_union,15.0,"['%', '(', '&', '*']",% & *],0,1.0 +1106,1106,02,symb,c3_set_union,16.0,"['~', '*', ':', '!']",~ * !,0,1.0 +1106,1106,02,symb,c3_set_union,17.0,"['>', ':', '~', '!']",> : ~ !,1,1.0 +1106,1106,02,symb,c3_set_union,18.0,"['$', '(', '*', ':']",$ ( : ),0,1.0 +1106,1106,02,symb,c3_set_union,19.0,"[':', '(', '~', '&']",: (&),0,1.0 +1106,1106,02,symb,c3_set_union,20.0,"['~', '%', '*', '!']",~ % * !],1,1.0 +1106,1106,02,symb,c3_set_union,21.0,"[':', '(', '<', '$']",: < $],0,1.0 +1106,1106,02,symb,c3_set_union,22.0,"['!', '<', '>', ':']",! > :],0,1.0 +1106,1106,02,symb,c3_set_union,23.0,"['%', '(', '~', '<']",% (~ <),0,1.0 +1106,1106,02,symb,c3_set_union,24.0,"['%', '$', '>', '<']",% $ > <,1,1.0 +1106,1106,02,symb,c3_set_union,25.0,"['~', '$', '<', '&']",~ $ &,0,1.0 +1106,1106,02,symb,c3_set_union,26.0,"[':', '!', '$', '>']",: ! >,0,1.0 +1106,1106,02,symb,c3_set_union,27.0,"['$', '*', '&', ':']",$ * & :,1,1.0 +1106,1106,02,symb,c3_set_union,28.0,"[':', '%', '&', '~']",: % & ~,1,1.0 +1106,1106,02,symb,c3_set_union,29.0,"['!', '$', '*', '&']",! * &,0,1.0 +1106,1106,02,symb,c3_set_union,30.0,"['!', '*', '(', ':']",! * :],0,1.0 +1106,1106,02,symb,c3_set_union,31.0,"['*', '~', '&', ':']",* & :],0,1.0 +1106,1106,02,symb,c3_set_union,32.0,"[':', '~', '(', '%']",: (%],0,1.0 +1106,1106,02,symb,c3_set_union,33.0,"['*', '%', '<', '$']",* % < $,1,1.0 +1106,1106,02,symb,c3_set_union,34.0,"['~', '<', '&', '(']",~ < (],0,1.0 +1106,1106,02,symb,c3_set_union,35.0,"['%', '<', '*', '!']",% < * !,1,1.0 +1106,1106,02,symb,c3_set_union,36.0,"['(', '~', ':', '!']",( ~ :],0,1.0 +1106,1106,02,symb,c3_set_union,37.0,"['$', '&', '*', '~']",$ * ~,0,1.0 +1106,1106,02,symb,c3_set_union,38.0,"[':', '(', '~', '$']",: ($],0,1.0 +1106,1106,02,symb,c3_set_union,39.0,"['&', '>', '$', '*']",& > $ *,1,1.0 +1106,1106,02,symb,c3_set_union,40.0,"['$', '!', '*', '~']",$ * ~,0,1.0 +1106,1106,02,symb,c3_set_union,41.0,"['&', '%', '$', '!']",& % $ !,1,1.0 +1106,1106,02,symb,c3_set_union,42.0,"['>', '$', '*', '!']",> $ *,0,1.0 +1106,1106,02,symb,c3_set_union,43.0,"[':', '*', '(', '>']",: >,0,1.0 +1106,1106,02,symb,c3_set_union,44.0,"['$', '%', '(', ':']",$ % :],0,1.0 +1106,1106,02,symb,c3_set_union,45.0,"['!', '<', ':', '$']",! < :],0,1.0 +1106,1106,02,symb,c3_set_union,46.0,"['>', '*', '&', '<']",> * &,0,1.0 +1106,1106,02,symb,c3_set_union,47.0,"[':', '~', '>', '*']",: ~ > *,1,1.0 +1106,1106,02,symb,c3_set_union,48.0,"['%', '(', '*', '~']",% ( * ~),0,1.0 +1106,1106,02,symb,c3_set_union,49.0,"['(', '~', '*', '<']",(~ < *],1,1.0 +1106,1106,02,symb,c3_set_union,50.0,"['(', '$', '!', '%']",($ %),0,1.0 +1106,1106,02,symb,c3_set_union,51.0,"['>', '!', '%', '*']",> ! %,0,1.0 +1106,1106,02,symb,c3_set_union,52.0,"['&', '$', '>', ':']",& $ > :,1,1.0 +1106,1106,02,symb,c3_set_union,53.0,"['~', '$', '%', '<']",~ $ % <,1,1.0 +1106,1106,02,symb,c3_set_union,54.0,"['&', '>', '<', '%']",& < %],0,1.0 +1106,1106,02,symb,c3_set_union,55.0,"['>', '*', '<', ':']",> * :],0,1.0 +1106,1106,02,symb,c3_set_union,56.0,"[':', '!', '*', '<']",: ! <],0,1.0 +1106,1106,02,symb,c3_set_union,57.0,"['%', '<', '*', '~']",% < * ~,1,1.0 +1106,1106,02,symb,c3_set_union,58.0,"['>', '(', '<', '%']",> (%],0,1.0 +1106,1106,02,symb,c3_set_union,59.0,"['>', ':', '<', '~']",> : ~,0,1.0 +1106,1106,02,symb,c3_set_union,60.0,"['*', '&', '<', '$']",* < $,0,1.0 +1106,1106,02,symb,c3_set_union,61.0,"['%', '<', '*', '(']",% < (],0,1.0 +1106,1106,02,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$ % < !,1,1.0 +1106,1106,02,symb,c3_set_union,63.0,"['~', '>', '<', '!']",~ < !,0,1.0 +1106,1106,02,symb,c3_set_union,64.0,"['&', '!', '$', '~']",& ! ~,0,1.0 +1106,1106,02,symb,c3_set_union,65.0,"[':', '&', '>', '%']",: > %,0,1.0 +1106,1106,02,symb,c3_set_union,66.0,"['<', '&', '$', '>']",<$ &>,1,1.0 +1106,1106,02,symb,c3_set_union,67.0,"['(', '$', '*', '%']",($ %),0,1.0 +1106,1106,02,symb,c3_set_union,68.0,"['<', '%', ':', '$']",< % $],0,1.0 +1106,1106,02,symb,c3_set_union,69.0,"[':', '&', '$', '<']",: $ <,0,1.0 +1106,1106,02,symb,c3_set_union,70.0,"['>', '(', '~', '*']",> ( ~ *,1,1.0 +1106,1106,02,symb,c3_set_union,71.0,"[':', '~', '&', '<']",: ~ & <,1,1.0 +1106,1106,02,symb,c3_set_union,72.0,"['(', '!', ':', '%']",(! %),0,1.0 +1106,1106,02,symb,c3_set_union,73.0,"['<', '&', '$', '(']",< (],0,1.0 +1106,1106,02,symb,c3_set_union,74.0,"['*', '!', '>', ':']",* ! : :],0,1.0 +1106,1106,02,symb,c3_set_union,75.0,"['$', ':', '<', '*']",$ : *,0,1.0 +1106,1106,02,symb,c3_set_union,76.0,"['%', '>', ':', '$']",% $,0,1.0 +1106,1106,02,symb,c3_set_union,77.0,"[':', '~', '!', '%']",: ~ ! %,1,1.0 +1106,1106,02,symb,c3_set_union,78.0,"['&', '!', '~', '>']",& ! >,0,1.0 +1106,1106,02,symb,c3_set_union,79.0,"['(', '$', '*', '<']",* $ <,0,1.0 +1106,1106,02,symb,c3_set_union,80.0,"['(', ':', '&', '$']",: &],0,1.0 +1106,1106,02,symb,c3_set_union,81.0,"['!', '&', '*', '>']",! * >,0,1.0 +1106,1106,02,symb,c3_set_union,82.0,"[':', '%', '&', '<']",: % & <,1,1.0 +1106,1106,02,symb,c3_set_union,83.0,"['>', '(', '$', '*']",> ( $ *],1,1.0 +1106,1106,02,symb,c3_set_union,84.0,"['!', ':', '<', '&']",! < &,0,1.0 +1106,1106,02,symb,c3_set_union,85.0,"['!', '$', '(', ':']",! $ :,0,1.0 +1106,1106,02,symb,c3_set_union,86.0,"['*', '!', '%', ':']",* ! % :,1,1.0 +1106,1106,02,symb,c3_set_union,87.0,"['(', '!', '*', '~']",(! *~),0,1.0 +1106,1106,02,symb,c3_set_union,88.0,"['%', '!', '&', '(']",% & (,0,1.0 +1106,1106,02,symb,c3_set_union,89.0,"['!', '(', '>', '$']",! ( > $,1,1.0 +1106,1106,02,symb,c3_set_union,90.0,"['<', '>', '*', '(']",<* >],0,1.0 +1106,1106,02,symb,c3_set_union,91.0,"['&', '$', '%', '(']",& $(,0,1.0 +1106,1106,02,symb,c3_set_union,92.0,"['!', '<', '&', '%']",! < & %,1,1.0 +1106,1106,02,symb,c3_set_union,93.0,"[':', '(', '&', '>']",: (>,0,1.0 +1106,1106,02,symb,c3_set_union,94.0,"[':', '<', '$', '>']",: >,0,1.0 +1106,1106,02,symb,c3_set_union,95.0,"['(', '$', '<', '%']",($ %),0,1.0 +1106,1106,02,symb,c3_set_union,96.0,"['~', '%', '*', ':']",~ % * :],1,1.0 +1106,1106,02,symb,c3_set_union,97.0,"['&', '%', '!', '*']",& % ! *,1,1.0 +1106,1106,02,symb,c3_set_union,98.0,"[':', '$', '*', '!']",: * !,0,1.0 +1106,1106,02,symb,c3_set_union,99.0,"['!', '(', '<', '*']",! < *,0,1.0 +1106,1106,02,symb,c1_set_union,0.0,['('],(],1,1.0 +1106,1106,02,symb,c1_set_union,1.0,['('],( :],0,1.0 +1106,1106,02,symb,c1_set_union,2.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union,3.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,4.0,['>'],% :],0,1.0 +1106,1106,02,symb,c1_set_union,5.0,['~'],~,1,1.0 +1106,1106,02,symb,c1_set_union,6.0,['<'],<,1,1.0 +1106,1106,02,symb,c1_set_union,7.0,['%'],%],1,1.0 +1106,1106,02,symb,c1_set_union,8.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,9.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,10.0,[':'],:],1,1.0 +1106,1106,02,symb,c1_set_union,11.0,['*'],*,1,1.0 +1106,1106,02,symb,c1_set_union,12.0,['('],(,1,1.0 +1106,1106,02,symb,c1_set_union,13.0,['<'],<,1,1.0 +1106,1106,02,symb,c1_set_union,14.0,['*'],*,1,1.0 +1106,1106,02,symb,c1_set_union,15.0,['<'],<],1,1.0 +1106,1106,02,symb,c1_set_union,16.0,[':'],:],1,1.0 +1106,1106,02,symb,c1_set_union,17.0,['>'],>,1,1.0 +1106,1106,02,symb,c1_set_union,18.0,[':'],:],1,1.0 +1106,1106,02,symb,c1_set_union,19.0,['('],(% :],0,1.0 +1106,1106,02,symb,c1_set_union,20.0,[':'],:],1,1.0 +1106,1106,02,symb,c1_set_union,21.0,['~'],~],1,1.0 +1106,1106,02,symb,c1_set_union,22.0,['~'],* ~ :],0,1.0 +1106,1106,02,symb,c1_set_union,23.0,[':'],:],1,1.0 +1106,1106,02,symb,c1_set_union,24.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union,25.0,['~'],~,1,1.0 +1106,1106,02,symb,c1_set_union,26.0,['<'],<,1,1.0 +1106,1106,02,symb,c1_set_union,27.0,['>'],>,1,1.0 +1106,1106,02,symb,c1_set_union,28.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,29.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,30.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union,31.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union,32.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union,33.0,['('],(],1,1.0 +1106,1106,02,symb,c1_set_union,34.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union,35.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union,36.0,['~'],~],1,1.0 +1106,1106,02,symb,c1_set_union,37.0,['('],(,1,1.0 +1106,1106,02,symb,c1_set_union,38.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,39.0,['('],( :],0,1.0 +1106,1106,02,symb,c1_set_union,40.0,['>'],% <],0,1.0 +1106,1106,02,symb,c1_set_union,41.0,[':'],:],1,1.0 +1106,1106,02,symb,c1_set_union,42.0,['&'],&,1,1.0 +1106,1106,02,symb,c1_set_union,43.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,44.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union,45.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,46.0,['*'],*,1,1.0 +1106,1106,02,symb,c1_set_union,47.0,['>'],>,1,1.0 +1106,1106,02,symb,c1_set_union,48.0,['~'],~],1,1.0 +1106,1106,02,symb,c1_set_union,49.0,['>'],>],1,1.0 +1106,1106,02,symb,c1_set_union,50.0,['$'],$],1,1.0 +1106,1106,02,symb,c1_set_union,51.0,['!'],!],1,1.0 +1106,1106,02,symb,c1_set_union,52.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union,53.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,54.0,['<'],<,1,1.0 +1106,1106,02,symb,c1_set_union,55.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union,56.0,['*'],*,1,1.0 +1106,1106,02,symb,c1_set_union,57.0,['<'],<],1,1.0 +1106,1106,02,symb,c1_set_union,58.0,['('],(],1,1.0 +1106,1106,02,symb,c1_set_union,59.0,['&'],&,1,1.0 +1106,1106,02,symb,c1_set_union,60.0,['>'],>,1,1.0 +1106,1106,02,symb,c1_set_union,61.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union,62.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union,63.0,[':'],:],1,1.0 +1106,1106,02,symb,c1_set_union,64.0,['&'],&,1,1.0 +1106,1106,02,symb,c1_set_union,65.0,['>'],>,1,1.0 +1106,1106,02,symb,c1_set_union,66.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,67.0,['~'],~,1,1.0 +1106,1106,02,symb,c1_set_union,68.0,['('],(],1,1.0 +1106,1106,02,symb,c1_set_union,69.0,['('],(],1,1.0 +1106,1106,02,symb,c1_set_union,70.0,['%'],%,1,1.0 +1106,1106,02,symb,c1_set_union,71.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union,72.0,['<'],<,1,1.0 +1106,1106,02,symb,c1_set_union,73.0,['*'],*,1,1.0 +1106,1106,02,symb,c1_set_union,74.0,['~'],~],1,1.0 +1106,1106,02,symb,c1_set_union,75.0,['>'],>,1,1.0 +1106,1106,02,symb,c1_set_union,76.0,['<'],<,1,1.0 +1106,1106,02,symb,c1_set_union,77.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union,78.0,['*'],*,1,1.0 +1106,1106,02,symb,c1_set_union,79.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,80.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union,81.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union,82.0,['('],( %],0,1.0 +1106,1106,02,symb,c1_set_union,83.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union,84.0,['~'],~,1,1.0 +1106,1106,02,symb,c1_set_union,85.0,['%'],%],1,1.0 +1106,1106,02,symb,c1_set_union,86.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union,87.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union,88.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union,89.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union,90.0,['&'],&,1,1.0 +1106,1106,02,symb,c1_set_union,91.0,['>'],>],1,1.0 +1106,1106,02,symb,c1_set_union,92.0,['>'],>],1,1.0 +1106,1106,02,symb,c1_set_union,93.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union,94.0,['~'],~],1,1.0 +1106,1106,02,symb,c1_set_union,95.0,['*'],*,1,1.0 +1106,1106,02,symb,c1_set_union,96.0,['$'],$],1,1.0 +1106,1106,02,symb,c1_set_union,97.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union,98.0,['$'],$ :],0,1.0 +1106,1106,02,symb,c1_set_union,99.0,['~'],~],1,1.0 +1106,1106,02,symb,c2_set_union,0.0,['$'],~ (],0,1.0 +1106,1106,02,symb,c2_set_union,1.0,[':'],* $],0,1.0 +1106,1106,02,symb,c2_set_union,2.0,['&'],& :],0,1.0 +1106,1106,02,symb,c2_set_union,3.0,['*'],*],1,1.0 +1106,1106,02,symb,c2_set_union,4.0,['!'],!],1,1.0 +1106,1106,02,symb,c2_set_union,5.0,['&'],&],1,1.0 +1106,1106,02,symb,c2_set_union,6.0,[':'],:],1,1.0 +1106,1106,02,symb,c2_set_union,7.0,['>'],< $ >,0,1.0 +1106,1106,02,symb,c2_set_union,8.0,['>'],>],1,1.0 +1106,1106,02,symb,c2_set_union,9.0,['('],(],1,1.0 +1106,1106,02,symb,c2_set_union,10.0,['*'],* *],0,1.0 +1106,1106,02,symb,c2_set_union,11.0,['%'],%],1,1.0 +1106,1106,02,symb,c2_set_union,12.0,['$'],$,1,1.0 +1106,1106,02,symb,c2_set_union,13.0,[':'],< %],0,1.0 +1106,1106,02,symb,c2_set_union,14.0,['%'],* % $],0,1.0 +1106,1106,02,symb,c2_set_union,15.0,['%'],> &],0,1.0 +1106,1106,02,symb,c2_set_union,16.0,['>'],! * >],0,1.0 +1106,1106,02,symb,c2_set_union,17.0,['$'],$,1,1.0 +1106,1106,02,symb,c2_set_union,18.0,['$'],$],1,1.0 +1106,1106,02,symb,c2_set_union,19.0,[':'],% :],0,1.0 +1106,1106,02,symb,c2_set_union,20.0,['>'],: <],0,1.0 +1106,1106,02,symb,c2_set_union,21.0,[':'],! < :],0,1.0 +1106,1106,02,symb,c2_set_union,22.0,['&'],&],1,1.0 +1106,1106,02,symb,c2_set_union,23.0,[':'],$ *] [$ * :],0,1.0 +1106,1106,02,symb,c2_set_union,24.0,['<'],* < >],0,1.0 +1106,1106,02,symb,c2_set_union,25.0,['&'],$ & *],0,1.0 +1106,1106,02,symb,c2_set_union,26.0,['>'],> <],0,1.0 +1106,1106,02,symb,c2_set_union,27.0,['*'],* %],0,1.0 +1106,1106,02,symb,c2_set_union,28.0,['<'],* < (],0,1.0 +1106,1106,02,symb,c2_set_union,29.0,[':'],$ :],0,1.0 +1106,1106,02,symb,c2_set_union,30.0,['!'],! :],0,1.0 +1106,1106,02,symb,c2_set_union,31.0,['*'],$ :] [$ : *],0,1.0 +1106,1106,02,symb,c2_set_union,32.0,['*'],*],1,1.0 +1106,1106,02,symb,c2_set_union,33.0,['&'],* <],0,1.0 +1106,1106,02,symb,c2_set_union,34.0,[':'],$ :],0,1.0 +1106,1106,02,symb,c2_set_union,35.0,['>'],! > :],0,1.0 +1106,1106,02,symb,c2_set_union,36.0,['<'],<],1,1.0 +1106,1106,02,symb,c2_set_union,37.0,['*'],*],1,1.0 +1106,1106,02,symb,c2_set_union,38.0,['*'],* *],0,1.0 +1106,1106,02,symb,c2_set_union,39.0,['!'],< >],0,1.0 +1106,1106,02,symb,c2_set_union,40.0,['<'],<],1,1.0 +1106,1106,02,symb,c2_set_union,41.0,['>'],> :],0,1.0 +1106,1106,02,symb,c2_set_union,42.0,['&'],> * &],0,1.0 +1106,1106,02,symb,c2_set_union,43.0,['~'],~],1,1.0 +1106,1106,02,symb,c2_set_union,44.0,['&'],&],1,1.0 +1106,1106,02,symb,c2_set_union,45.0,['~'],~],1,1.0 +1106,1106,02,symb,c2_set_union,46.0,['<'],<],1,1.0 +1106,1106,02,symb,c2_set_union,47.0,['*'],*],1,1.0 +1106,1106,02,symb,c2_set_union,48.0,['<'],<],1,1.0 +1106,1106,02,symb,c2_set_union,49.0,['!'],!],1,1.0 +1106,1106,02,symb,c2_set_union,50.0,['&'],! & (],0,1.0 +1106,1106,02,symb,c2_set_union,51.0,['!'],'],% > ~],0,1.0 +1106,1106,02,symb,c2_set_union,59.0,['<'],<],1,1.0 +1106,1106,02,symb,c2_set_union,60.0,['$'],% $ %],0,1.0 +1106,1106,02,symb,c2_set_union,61.0,['&'],% & <],0,1.0 +1106,1106,02,symb,c2_set_union,62.0,[':'],:],1,1.0 +1106,1106,02,symb,c2_set_union,63.0,['~'],: ~ &],0,1.0 +1106,1106,02,symb,c2_set_union,64.0,['>'],* ~ <],0,1.0 +1106,1106,02,symb,c2_set_union,65.0,[':'],< :],0,1.0 +1106,1106,02,symb,c2_set_union,66.0,['*'],*],1,1.0 +1106,1106,02,symb,c2_set_union,67.0,['<'],<],1,1.0 +1106,1106,02,symb,c2_set_union,68.0,['&'],&],1,1.0 +1106,1106,02,symb,c2_set_union,69.0,['%'],%],1,1.0 +1106,1106,02,symb,c2_set_union,70.0,['<'],% < ~],0,1.0 +1106,1106,02,symb,c2_set_union,71.0,[':'],> $],0,1.0 +1106,1106,02,symb,c2_set_union,72.0,['~'],% ~ (],0,1.0 +1106,1106,02,symb,c2_set_union,73.0,['*'],* &],0,1.0 +1106,1106,02,symb,c2_set_union,74.0,['~'],~],1,1.0 +1106,1106,02,symb,c2_set_union,75.0,['*'],* %],0,1.0 +1106,1106,02,symb,c2_set_union,76.0,['&'],&],1,1.0 +1106,1106,02,symb,c2_set_union,77.0,['*'],*,1,1.0 +1106,1106,02,symb,c2_set_union,78.0,['*'],*],1,1.0 +1106,1106,02,symb,c2_set_union,79.0,[':'],% :],0,1.0 +1106,1106,02,symb,c2_set_union,80.0,['<'],<],1,1.0 +1106,1106,02,symb,c2_set_union,81.0,['&'],* & !],0,1.0 +1106,1106,02,symb,c2_set_union,82.0,['$'],$],1,1.0 +1106,1106,02,symb,c2_set_union,83.0,['%'],%],1,1.0 +1106,1106,02,symb,c2_set_union,84.0,['('],% ~],0,1.0 +1106,1106,02,symb,c2_set_union,85.0,['*'],* %],0,1.0 +1106,1106,02,symb,c2_set_union,86.0,['!'],% :],0,1.0 +1106,1106,02,symb,c2_set_union,87.0,['&'],* & $],0,1.0 +1106,1106,02,symb,c2_set_union,88.0,['('],(],1,1.0 +1106,1106,02,symb,c2_set_union,89.0,['~'],~],1,1.0 +1106,1106,02,symb,c2_set_union,90.0,['$'],$],1,1.0 +1106,1106,02,symb,c2_set_union,91.0,['$'],$],1,1.0 +1106,1106,02,symb,c2_set_union,92.0,['~'],! > ~],0,1.0 +1106,1106,02,symb,c2_set_union,93.0,[':'],< $],0,1.0 +1106,1106,02,symb,c2_set_union,94.0,['%'],%],1,1.0 +1106,1106,02,symb,c2_set_union,95.0,['~'],~],1,1.0 +1106,1106,02,symb,c2_set_union,96.0,['*'],*],1,1.0 +1106,1106,02,symb,c2_set_union,97.0,['&'],<& %],0,1.0 +1106,1106,02,symb,c2_set_union,98.0,['<'],<],1,1.0 +1106,1106,02,symb,c2_set_union,99.0,['('],~ :],0,1.0 +1106,1106,02,symb,AND,0.0,['('],(],1,1.0 +1106,1106,02,symb,AND,1.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,2.0,['<'],<,1,1.0 +1106,1106,02,symb,AND,3.0,['<'],< <],0,1.0 +1106,1106,02,symb,AND,4.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,5.0,['%'],%],1,1.0 +1106,1106,02,symb,AND,6.0,['%'],%],1,1.0 +1106,1106,02,symb,AND,7.0,['$'],$,1,1.0 +1106,1106,02,symb,AND,8.0,['>'],>%],0,1.0 +1106,1106,02,symb,AND,9.0,['~'],~],1,1.0 +1106,1106,02,symb,AND,10.0,[':'],: :],0,1.0 +1106,1106,02,symb,AND,11.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,12.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,13.0,['<'],<],1,1.0 +1106,1106,02,symb,AND,14.0,['$'],$],1,1.0 +1106,1106,02,symb,AND,15.0,['%'],%],1,1.0 +1106,1106,02,symb,AND,16.0,[':'],: :],0,1.0 +1106,1106,02,symb,AND,17.0,['>'],>,1,1.0 +1106,1106,02,symb,AND,18.0,['('],(],1,1.0 +1106,1106,02,symb,AND,19.0,['>'],>],1,1.0 +1106,1106,02,symb,AND,20.0,[':'],: ],1,1.0 +1106,1106,02,symb,AND,21.0,['%'],%],1,1.0 +1106,1106,02,symb,AND,22.0,['>'],>],1,1.0 +1106,1106,02,symb,AND,23.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,24.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,25.0,['~'],~],1,1.0 +1106,1106,02,symb,AND,26.0,['('],(],1,1.0 +1106,1106,02,symb,AND,27.0,['<'],<,1,1.0 +1106,1106,02,symb,AND,28.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,29.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,30.0,[':'],: :],0,1.0 +1106,1106,02,symb,AND,31.0,['>'],!,0,1.0 +1106,1106,02,symb,AND,32.0,['~'],~],1,1.0 +1106,1106,02,symb,AND,33.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,34.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,35.0,['$'],$ >,0,1.0 +1106,1106,02,symb,AND,36.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,37.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,38.0,['$'],$],1,1.0 +1106,1106,02,symb,AND,39.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,40.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,41.0,['<'],<],1,1.0 +1106,1106,02,symb,AND,42.0,['%'],%],1,1.0 +1106,1106,02,symb,AND,43.0,['<'],<],1,1.0 +1106,1106,02,symb,AND,44.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,45.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,46.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,47.0,['!'],! ],1,1.0 +1106,1106,02,symb,AND,48.0,['%'],%],1,1.0 +1106,1106,02,symb,AND,49.0,['('],(],1,1.0 +1106,1106,02,symb,AND,50.0,['<'],<,1,1.0 +1106,1106,02,symb,AND,51.0,['%'],%],1,1.0 +1106,1106,02,symb,AND,52.0,[':'],:<],0,1.0 +1106,1106,02,symb,AND,53.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,54.0,['>'],% >,0,1.0 +1106,1106,02,symb,AND,55.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,56.0,[':'],: ],1,1.0 +1106,1106,02,symb,AND,57.0,['~'],~],1,1.0 +1106,1106,02,symb,AND,58.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,59.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,60.0,['<'],<],1,1.0 +1106,1106,02,symb,AND,61.0,['<'],<],1,1.0 +1106,1106,02,symb,AND,62.0,['('],(],1,1.0 +1106,1106,02,symb,AND,63.0,['>'],>,1,1.0 +1106,1106,02,symb,AND,64.0,['~'],: ~],0,1.0 +1106,1106,02,symb,AND,65.0,['>'],$,0,1.0 +1106,1106,02,symb,AND,66.0,['$'],$],1,1.0 +1106,1106,02,symb,AND,67.0,['>'],>,1,1.0 +1106,1106,02,symb,AND,68.0,['<'],<],1,1.0 +1106,1106,02,symb,AND,69.0,['<'],< &],0,1.0 +1106,1106,02,symb,AND,70.0,['!'],!],1,1.0 +1106,1106,02,symb,AND,71.0,['$'],$],1,1.0 +1106,1106,02,symb,AND,72.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,73.0,['~'],&],0,1.0 +1106,1106,02,symb,AND,74.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,75.0,['>'],>],1,1.0 +1106,1106,02,symb,AND,76.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,77.0,['!'],!],1,1.0 +1106,1106,02,symb,AND,78.0,['~'],~],1,1.0 +1106,1106,02,symb,AND,79.0,['>'],>,1,1.0 +1106,1106,02,symb,AND,80.0,['!'],!],1,1.0 +1106,1106,02,symb,AND,81.0,['!'],!],1,1.0 +1106,1106,02,symb,AND,82.0,['%'],%],1,1.0 +1106,1106,02,symb,AND,83.0,['('],(],1,1.0 +1106,1106,02,symb,AND,84.0,['>'],>,1,1.0 +1106,1106,02,symb,AND,85.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,86.0,['('],(],1,1.0 +1106,1106,02,symb,AND,87.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,88.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,89.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,90.0,['$'],$],1,1.0 +1106,1106,02,symb,AND,91.0,['<'],<],1,1.0 +1106,1106,02,symb,AND,92.0,['$'],$],1,1.0 +1106,1106,02,symb,AND,93.0,['!'],!],1,1.0 +1106,1106,02,symb,AND,94.0,['~'],* ~,0,1.0 +1106,1106,02,symb,AND,95.0,['!'],!,1,1.0 +1106,1106,02,symb,AND,96.0,['~'],~],1,1.0 +1106,1106,02,symb,AND,97.0,['&'],&],1,1.0 +1106,1106,02,symb,AND,98.0,['*'],*],1,1.0 +1106,1106,02,symb,AND,99.0,['!'],!],1,1.0 +1106,1106,02,symb,XOR,0.0,"['(', '!']",! (],1,1.0 +1106,1106,02,symb,XOR,1.0,"['$', ':']",: $],1,1.0 +1106,1106,02,symb,XOR,2.0,"['!', '(']",< !],0,1.0 +1106,1106,02,symb,XOR,3.0,"['$', ':']",$: &,0,1.0 +1106,1106,02,symb,XOR,4.0,"['$', '!']",! $,1,1.0 +1106,1106,02,symb,XOR,5.0,"['$', '>']",$ >],1,1.0 +1106,1106,02,symb,XOR,6.0,"['!', '*']",* !],1,1.0 +1106,1106,02,symb,XOR,7.0,"['>', '!']",! >],1,1.0 +1106,1106,02,symb,XOR,8.0,"['%', '$']",% >],0,1.0 +1106,1106,02,symb,XOR,9.0,"['(', '*']",* (],1,1.0 +1106,1106,02,symb,XOR,10.0,"['<', ':']",: ~],0,1.0 +1106,1106,02,symb,XOR,11.0,"['%', '*']",*( %],0,1.0 +1106,1106,02,symb,XOR,12.0,"['!', '~']",~ !],1,1.0 +1106,1106,02,symb,XOR,13.0,"['~', ':']",: ~],1,1.0 +1106,1106,02,symb,XOR,14.0,"['~', '>']",> ~],1,1.0 +1106,1106,02,symb,XOR,15.0,"[':', '%']",% :],1,1.0 +1106,1106,02,symb,XOR,16.0,"[':', '(']",( :],1,1.0 +1106,1106,02,symb,XOR,17.0,"['(', '%']",% (],1,1.0 +1106,1106,02,symb,XOR,18.0,"['&', '%']",% :],0,1.0 +1106,1106,02,symb,XOR,19.0,"['>', '(']",( >],1,1.0 +1106,1106,02,symb,XOR,20.0,"['%', '<']",% <],1,1.0 +1106,1106,02,symb,XOR,21.0,"['!', '(']",< !],0,1.0 +1106,1106,02,symb,XOR,22.0,"['~', '$']",$ ~],1,1.0 +1106,1106,02,symb,XOR,23.0,"['%', '&']",& ~],0,1.0 +1106,1106,02,symb,XOR,24.0,"['>', '%']",% >],1,1.0 +1106,1106,02,symb,XOR,25.0,"['*', '<']",* >],0,1.0 +1106,1106,02,symb,XOR,26.0,"['<', '$']",$ <,1,1.0 +1106,1106,02,symb,XOR,27.0,"['&', '>']",> &],1,1.0 +1106,1106,02,symb,XOR,28.0,"['$', '%']",% $],1,1.0 +1106,1106,02,symb,XOR,29.0,"['&', '<']",<$ &],0,1.0 +1106,1106,02,symb,XOR,30.0,"['~', '*']",* (],0,1.0 +1106,1106,02,symb,XOR,31.0,"['(', '$']",$ ~,0,1.0 +1106,1106,02,symb,XOR,32.0,"['~', '$']",$ ~],1,1.0 +1106,1106,02,symb,XOR,33.0,"['(', ':']",: (],1,1.0 +1106,1106,02,symb,XOR,34.0,"['*', '<']",< *],1,1.0 +1106,1106,02,symb,XOR,35.0,"[':', '~']",~ :],1,1.0 +1106,1106,02,symb,XOR,36.0,"['*', '>']",* <],0,1.0 +1106,1106,02,symb,XOR,37.0,"[':', '!']",! :],1,1.0 +1106,1106,02,symb,XOR,38.0,"['&', '(']",( <,0,1.0 +1106,1106,02,symb,XOR,39.0,"['(', '~']",~ (],1,1.0 +1106,1106,02,symb,XOR,40.0,"['*', ':']",*: ),0,1.0 +1106,1106,02,symb,XOR,41.0,"['<', '!']",! <],1,1.0 +1106,1106,02,symb,XOR,42.0,"['>', '%']",% >,1,1.0 +1106,1106,02,symb,XOR,43.0,"['~', '&']",$ ~],0,1.0 +1106,1106,02,symb,XOR,44.0,"['$', '%']",% $],1,1.0 +1106,1106,02,symb,XOR,45.0,"['&', '!']",! (],0,1.0 +1106,1106,02,symb,XOR,46.0,"[':', '%']",% :],1,1.0 +1106,1106,02,symb,XOR,47.0,"['%', ':']",: %],1,1.0 +1106,1106,02,symb,XOR,48.0,"['~', '&']",& ~],1,1.0 +1106,1106,02,symb,XOR,49.0,"['<', '%']",% <,1,1.0 +1106,1106,02,symb,XOR,50.0,"['>', '~']",~ >],1,1.0 +1106,1106,02,symb,XOR,51.0,"['&', '~']",~ &],1,1.0 +1106,1106,02,symb,XOR,52.0,"['>', ':']",: >],1,1.0 +1106,1106,02,symb,XOR,53.0,"['(', '%']",% (],1,1.0 +1106,1106,02,symb,XOR,54.0,"['%', '*']",* %],1,1.0 +1106,1106,02,symb,XOR,55.0,"['*', '$']",$ *],1,1.0 +1106,1106,02,symb,XOR,56.0,"['>', '&']",$ >,0,1.0 +1106,1106,02,symb,XOR,57.0,"['~', '%']",% <],0,1.0 +1106,1106,02,symb,XOR,58.0,"['$', ':']",$ %,0,1.0 +1106,1106,02,symb,XOR,59.0,"['*', '~']",* %,0,1.0 +1106,1106,02,symb,XOR,60.0,"['<', '%']",% <],1,1.0 +1106,1106,02,symb,XOR,61.0,"['!', '*']",* !],1,1.0 +1106,1106,02,symb,XOR,62.0,"['!', '%']",% !,1,1.0 +1106,1106,02,symb,XOR,63.0,"['$', '&']",& !],0,1.0 +1106,1106,02,symb,XOR,64.0,"['(', '&']",:&],0,1.0 +1106,1106,02,symb,XOR,65.0,"['*', '&']",* >],0,1.0 +1106,1106,02,symb,XOR,66.0,"['~', '$']",$ ~],1,1.0 +1106,1106,02,symb,XOR,67.0,"['>', '*']",* !],0,1.0 +1106,1106,02,symb,XOR,68.0,"['<', '>']",* <],0,1.0 +1106,1106,02,symb,XOR,69.0,"['*', '>']",> *],1,1.0 +1106,1106,02,symb,XOR,70.0,"['~', '(']",< ~],0,1.0 +1106,1106,02,symb,XOR,71.0,"['<', '%']",% <],1,1.0 +1106,1106,02,symb,XOR,72.0,"['*', '$']",$ *],1,1.0 +1106,1106,02,symb,XOR,73.0,"['!', '&']",& !],1,1.0 +1106,1106,02,symb,XOR,74.0,"['&', '%']",% $],0,1.0 +1106,1106,02,symb,XOR,75.0,"['*', '%']",% *,1,1.0 +1106,1106,02,symb,XOR,76.0,"['%', '&']",& %],1,1.0 +1106,1106,02,symb,XOR,77.0,"['!', '~']",~ !],1,1.0 +1106,1106,02,symb,XOR,78.0,"['$', '~']",$ ~,1,1.0 +1106,1106,02,symb,XOR,79.0,"['%', '<']",% <],1,1.0 +1106,1106,02,symb,XOR,80.0,"['!', '$']",$ !],1,1.0 +1106,1106,02,symb,XOR,81.0,"['~', '%']",% ~],1,1.0 +1106,1106,02,symb,XOR,82.0,"['<', '$']",$ <],1,1.0 +1106,1106,02,symb,XOR,83.0,"['>', '*']",* >],1,1.0 +1106,1106,02,symb,XOR,84.0,"['*', '&']",: *],0,1.0 +1106,1106,02,symb,XOR,85.0,"['(', '$']",$ <],0,1.0 +1106,1106,02,symb,XOR,86.0,"['$', '(']",$ (],1,1.0 +1106,1106,02,symb,XOR,87.0,"['%', ':']",: (],0,1.0 +1106,1106,02,symb,XOR,88.0,"[':', '%']",% :],1,1.0 +1106,1106,02,symb,XOR,89.0,"[':', '&']",& :],1,1.0 +1106,1106,02,symb,XOR,90.0,"['*', '~']",* ~],1,1.0 +1106,1106,02,symb,XOR,91.0,"['<', '%']",% <,1,1.0 +1106,1106,02,symb,XOR,92.0,"['*', '>']",* ~],0,1.0 +1106,1106,02,symb,XOR,93.0,"['<', '%']",: <],0,1.0 +1106,1106,02,symb,XOR,94.0,"[':', '~']",~ :],1,1.0 +1106,1106,02,symb,XOR,95.0,"['<', '>']",> <],1,1.0 +1106,1106,02,symb,XOR,96.0,"[':', '&']",: &],1,1.0 +1106,1106,02,symb,XOR,97.0,"['&', '(']",* &],0,1.0 +1106,1106,02,symb,XOR,98.0,"['!', '>']",< !],0,1.0 +1106,1106,02,symb,XOR,99.0,"[':', '$']",$ :],1,1.0 +1106,1106,02,symb,c3_set_union_permuted,0.0,"['*', '~', '<', '!']",! *,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",< ~ &],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,2.0,"['*', '&', '(', '~']",~ & (],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,3.0,"['~', '%', '&', '!']",! % ~,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",> ! (,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,5.0,"['>', '<', ':', '(']",< >],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",% &: :],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,7.0,"['*', ':', '(', '&']",: (&),0,1.0 +1106,1106,02,symb,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",~ > %,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,9.0,"['~', '$', '*', '(']",* ~ $,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,10.0,"['~', '<', '$', ':']",: < $],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,11.0,"['(', '>', '*', '%']",* % >],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,12.0,"['>', '&', '<', '!']",> & !,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",(! %),0,1.0 +1106,1106,02,symb,c3_set_union_permuted,14.0,"['&', '%', '~', '$']",& % ~],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",% ~],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,16.0,"['<', '>', '*', '%']",* < % >,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",* (~],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,18.0,"[':', '(', '$', '>']",: >],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",% $,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,20.0,"['!', ':', '&', '(']",& (],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",> ! $ %,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",< > % :],1,1.0 +1106,1106,02,symb,c3_set_union_permuted,23.0,"['>', '&', '$', '!']",$ > & !,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,24.0,"['&', '$', '!', '(']",$ &,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,25.0,"['>', ':', '(', '~']",( ~ :],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,26.0,"['*', '!', '%', '$']",! % *,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",% !(,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",< >],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",& ! *],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",( * :],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",~ $ !,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",<$ >!],1,1.0 +1106,1106,02,symb,c3_set_union_permuted,33.0,"['>', ':', '!', '&']",: > &,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",% & *,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,35.0,"['&', '!', '%', '>']",% > &,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,36.0,"['~', '$', '<', '>']",< > ~],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",(! < ~),0,1.0 +1106,1106,02,symb,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",~ < ! :],1,1.0 +1106,1106,02,symb,c3_set_union_permuted,39.0,"[':', '$', '%', '&']",: % &,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,40.0,"['!', '%', '$', '~']",% $ ~,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,41.0,"['%', '!', '<', ':']",% ! <,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,42.0,"['~', '!', '>', '$']",$ ~ >,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,43.0,"['~', ':', '!', '$']",! ~],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,44.0,"['>', '*', '<', '$']",$ *,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,45.0,"['<', '!', '(', '&']",< &],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,46.0,"['%', '(', '~', '>']",% ~ >,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",: > %,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,48.0,"[':', '&', '!', '~']",! : & ~],1,1.0 +1106,1106,02,symb,c3_set_union_permuted,49.0,"['*', '&', '%', '>']",% * >,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,50.0,"[':', '%', '*', '>']",% :],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,51.0,"['&', ':', '%', '!']",! % &,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,52.0,"['<', '&', '~', '%']",% & <,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,53.0,"['(', '$', '>', '~']",> (~ $),0,1.0 +1106,1106,02,symb,c3_set_union_permuted,54.0,"['~', '<', '*', '$']",< * ~ $,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,55.0,"['<', '>', '(', '~']",~ > (,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,56.0,"['~', '$', '(', '!']",~ $ (!],1,1.0 +1106,1106,02,symb,c3_set_union_permuted,57.0,"['~', ':', '%', '>']",:% >,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,58.0,"['(', '$', '>', '&']",$ >,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,59.0,"['&', '%', '>', '(']",% > &],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,60.0,"['$', '(', '*', '&']",* $ &,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,61.0,"['>', '~', '*', '$']",* > ~,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,62.0,"['~', '*', '$', ':']",* : $ ~,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,63.0,"['$', '(', '~', '%']",% ~],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,64.0,"['!', '*', '$', '(']",$ ! *],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,65.0,"['*', '$', '%', '>']",> % *,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,66.0,"['>', '<', '*', '~']",< > ~ *,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,67.0,"['!', '(', '%', '>']",% > !],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,68.0,"['~', '*', '&', '<']",* & ~,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,69.0,"['<', '&', '!', '$']",$ & !,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,70.0,"['~', '!', '&', '*']",* ~ &,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,71.0,"[':', '$', '%', '!']",! %,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,72.0,"[':', '*', '<', '%']",* < %],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,73.0,"['!', '~', '&', '(']",~ &],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,74.0,"['$', '~', '%', '*']",$ ~ %,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,75.0,"['<', '$', '(', '>']",> < (,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,76.0,"['&', '>', '(', '*']",*( &>,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,77.0,"['!', '<', '*', '&']",* & !,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,78.0,"['&', '<', '(', ':']",< &],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,79.0,"['*', '&', '<', ':']",<& :],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,80.0,"['(', '!', '$', '<']",<$ (]>,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,81.0,"['*', '&', '$', '%']",* $ %,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,82.0,"['%', '&', '<', '$']",$ % < &,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,83.0,"['%', '*', ':', '$']",$ * :],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,84.0,"['&', '%', '<', '(']",<& %>,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,85.0,"['<', '!', '(', '%']",( < !],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,86.0,"['%', '*', ':', '(']",* %),0,1.0 +1106,1106,02,symb,c3_set_union_permuted,87.0,"['!', '~', '<', '%']",% !,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,88.0,"['*', '(', '!', '>']",!* >,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,89.0,"['%', '~', ':', '<']",< : % ~],1,1.0 +1106,1106,02,symb,c3_set_union_permuted,90.0,"['!', ':', '&', '$']",! : $ &,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,91.0,"[':', '*', '>', '&']",& > :],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,92.0,"['>', '~', '(', '!']",( > ~),0,1.0 +1106,1106,02,symb,c3_set_union_permuted,93.0,"['>', '%', '*', '~']",% * > ~,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,94.0,"[':', '!', '<', '(']",: < (],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,95.0,"['&', '~', '>', '(']",( > &],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,96.0,"[':', '~', '>', '&']",~ > :],0,1.0 +1106,1106,02,symb,c3_set_union_permuted,97.0,"['<', '~', '>', '%']",% < >,0,1.0 +1106,1106,02,symb,c3_set_union_permuted,98.0,"['!', '~', '*', '>']",~ ! > *,1,1.0 +1106,1106,02,symb,c3_set_union_permuted,99.0,"['!', '<', '*', '>']",!* > <,1,1.0 +1106,1106,02,symb,c2_set_union_permuted,0.0,['<'],~ &],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,1.0,['<'],! < ~],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,2.0,['$'],* > $],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,3.0,[':'],% % %,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,4.0,[':'],:] :],1,1.0 +1106,1106,02,symb,c2_set_union_permuted,5.0,['~'],* $ ~,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,6.0,['>'],$ > $],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,7.0,['!'],! ~,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,8.0,[':'],:& :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,9.0,['('],& $],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,10.0,['('],: * (],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,11.0,['%'],& % &],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,12.0,['>'],> <],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,13.0,['<'],< !],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,14.0,['!'],$ % & !,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,15.0,['!'],! <],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,16.0,['!'],! * ~],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,17.0,['&'],&],1,1.0 +1106,1106,02,symb,c2_set_union_permuted,18.0,['<'],% >],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,19.0,['*'],* !,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,20.0,['<'],<],1,1.0 +1106,1106,02,symb,c2_set_union_permuted,21.0,[':'],: :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,22.0,['$'],* % $,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,23.0,['<'],< :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,24.0,['!'],< ! *],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,25.0,['%'],% ~],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,26.0,[':'],% <],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,27.0,['<'],$ >],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,28.0,['%'],% < %],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,29.0,['~'],%],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,30.0,['~'],% & ~],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,31.0,['%'],% > &],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,32.0,[':'],:],1,1.0 +1106,1106,02,symb,c2_set_union_permuted,33.0,['('],! *],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,34.0,[':'],& * :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,35.0,['('],& %],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,36.0,['<'],< :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,37.0,['!'],! &,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,38.0,['$'],$],1,1.0 +1106,1106,02,symb,c2_set_union_permuted,39.0,['$'],% $ %],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,40.0,['&'],&],1,1.0 +1106,1106,02,symb,c2_set_union_permuted,41.0,['('],$ :] [: $],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,42.0,['~'],! ~ $],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,43.0,['&'],& !],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,44.0,['<'],( % <)],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,45.0,['!'],$ ! >],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,46.0,['$'],& $ %],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,47.0,['('],> *)],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,48.0,[':'],% :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,49.0,['('],( > :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,50.0,['('],< $],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,51.0,['!'],! ( *],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,52.0,['('],& >],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,53.0,['~'],% $],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,54.0,['%'],% :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,55.0,['>'],$ * >,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,56.0,['('],( < !],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,57.0,['>'],$ > (],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,58.0,['*'],* & ~,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,59.0,['!'],% &],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,60.0,['>'],* % >,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,61.0,['%'],%],1,1.0 +1106,1106,02,symb,c2_set_union_permuted,62.0,['*'],* *],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,63.0,['>'],* > *],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,64.0,['*'],* % >],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,65.0,['!'],$ * %,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,66.0,['&'],% & !,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,67.0,['!'],$ ~ %,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,68.0,['~'],~ >],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,69.0,['%'],% !],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,70.0,['!'],! > *],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,71.0,['~'],< % ~],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,72.0,['*'],*],1,1.0 +1106,1106,02,symb,c2_set_union_permuted,73.0,['>'],>],1,1.0 +1106,1106,02,symb,c2_set_union_permuted,74.0,['!'],$ > $ !],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,75.0,['%'],% ~ &],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,76.0,[':'],!],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,77.0,['$'],$ ! %],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,78.0,['~'],( < ~],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,79.0,['!'],< :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,80.0,['&'],$ & ~,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,81.0,['('],% <],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,82.0,['!'],% ~],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,83.0,['>'],< > (],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,84.0,['<'],& < (],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,85.0,['$'],$ :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,86.0,[':'],: :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,87.0,['!'],* ~],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,88.0,[':'],$ &],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,89.0,[':'],* !],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,90.0,[':'],> : >],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,91.0,[':'],: > ~],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,92.0,['<'],( : <],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,93.0,['('],> ~],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,94.0,['%'],% :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,95.0,['~'],$ ~ $],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,96.0,['%'],% :] :],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,97.0,['&'],& <,0,1.0 +1106,1106,02,symb,c2_set_union_permuted,98.0,['$'],% : $],0,1.0 +1106,1106,02,symb,c2_set_union_permuted,99.0,['!'],! < & !,0,1.0 +1106,1106,02,symb,c1_set_union_permuted,0.0,['%'],%,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,1.0,['('],(,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,2.0,['*'],* %,0,1.0 +1106,1106,02,symb,c1_set_union_permuted,3.0,['!'],% !],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,4.0,['&'],& :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,5.0,['*'],*,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,6.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,7.0,['~'],% ~],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,8.0,['!'],!],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,9.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,10.0,['~'],~,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,11.0,[':'],:],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,12.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,13.0,[':'],:% :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,14.0,['<'],< %],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,15.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,16.0,['%'],%],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,17.0,['!'],! :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,18.0,['('],(< $),0,1.0 +1106,1106,02,symb,c1_set_union_permuted,19.0,['$'],$ !,0,1.0 +1106,1106,02,symb,c1_set_union_permuted,20.0,['&'],& ~],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,21.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,22.0,[':'],: &,0,1.0 +1106,1106,02,symb,c1_set_union_permuted,23.0,['~'],: ~,0,1.0 +1106,1106,02,symb,c1_set_union_permuted,24.0,['>'],> %,0,1.0 +1106,1106,02,symb,c1_set_union_permuted,25.0,['!'],! :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,26.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,27.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,28.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,29.0,['~'],~],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,30.0,['~'],~ %],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,31.0,['('],(%],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,32.0,['('],(],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,33.0,['('],(~ *],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,34.0,['$'],$],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,35.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,36.0,['<'],<],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,37.0,['%'],%],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,38.0,['%'],% :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,39.0,['!'],! &,0,1.0 +1106,1106,02,symb,c1_set_union_permuted,40.0,[':'],: $],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,41.0,['%'],%],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,42.0,['('],(!],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,43.0,['!'],!],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,44.0,['>'],> :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,45.0,['>'],$ (],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,46.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,47.0,['<'],<],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,48.0,['%'],%],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,49.0,[':'],* :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,50.0,['!'],!],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,51.0,['~'],~],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,52.0,['%'],% % :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,53.0,[':'],$ %],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,54.0,['!'],% !,0,1.0 +1106,1106,02,symb,c1_set_union_permuted,55.0,['~'],~],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,56.0,['<'],<,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,57.0,['%'],%],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,58.0,['$'],$],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,59.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,60.0,['&'],% & !],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,61.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,62.0,['('],>],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,63.0,['~'],~,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,64.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,65.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,66.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,67.0,['!'],! %,0,1.0 +1106,1106,02,symb,c1_set_union_permuted,68.0,['~'],& %],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,69.0,['~'],~ :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,70.0,[':'],:],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,71.0,['<'],< % :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,72.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,73.0,['%'],%],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,74.0,['!'],! :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,75.0,['!'],! :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,76.0,['('],(,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,77.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,78.0,['%'],%],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,79.0,['&'],:&],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,80.0,['$'],$,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,81.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,82.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,83.0,['!'],!,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,84.0,['%'],%,1,1.0 +1106,1106,02,symb,c1_set_union_permuted,85.0,[':'],: %],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,86.0,['('],>],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,87.0,['!'],!],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,88.0,['%'],%],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,89.0,['~'],~ %],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,90.0,['<'],<$],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,91.0,['&'],&],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,92.0,['~'],~ >],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,93.0,['<'],<],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,94.0,['$'],$ :],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,95.0,['*'],*],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,96.0,['>'],: >],0,1.0 +1106,1106,02,symb,c1_set_union_permuted,97.0,['('],$ < !,0,1.0 +1106,1106,02,symb,c1_set_union_permuted,98.0,['~'],~],1,1.0 +1106,1106,02,symb,c1_set_union_permuted,99.0,['*'],*,1,1.0 +1106,1106,02,symb,XOR_permuted,0.0,"['(', '%']",(% (),0,1.0 +1106,1106,02,symb,XOR_permuted,1.0,"[':', '(']",* :],0,1.0 +1106,1106,02,symb,XOR_permuted,2.0,"['&', '>']",% >],0,1.0 +1106,1106,02,symb,XOR_permuted,3.0,"['~', '%']",% ~],1,1.0 +1106,1106,02,symb,XOR_permuted,4.0,"['!', '~']",% ~],0,1.0 +1106,1106,02,symb,XOR_permuted,5.0,"['<', '~']",< !],0,1.0 +1106,1106,02,symb,XOR_permuted,6.0,"['!', '$']",$ !],1,1.0 +1106,1106,02,symb,XOR_permuted,7.0,"['%', ':']",: %],1,1.0 +1106,1106,02,symb,XOR_permuted,8.0,"['&', '(']",* !],0,1.0 +1106,1106,02,symb,XOR_permuted,9.0,"[':', '!']",:] !,0,1.0 +1106,1106,02,symb,XOR_permuted,10.0,"['$', '~']",$ ~,1,1.0 +1106,1106,02,symb,XOR_permuted,11.0,"['%', '>']",* >],0,1.0 +1106,1106,02,symb,XOR_permuted,12.0,"['%', '$']",% $],1,1.0 +1106,1106,02,symb,XOR_permuted,13.0,"['!', '~']",: ~],0,1.0 +1106,1106,02,symb,XOR_permuted,14.0,"['&', '!']",$ >],0,1.0 +1106,1106,02,symb,XOR_permuted,15.0,"['%', '>']",! %,0,1.0 +1106,1106,02,symb,XOR_permuted,16.0,"['>', ':']",! !],0,1.0 +1106,1106,02,symb,XOR_permuted,17.0,"['~', '*']",~ !],0,1.0 +1106,1106,02,symb,XOR_permuted,18.0,"['>', ':']",> :],1,1.0 +1106,1106,02,symb,XOR_permuted,19.0,"['%', '$']",$ %,1,1.0 +1106,1106,02,symb,XOR_permuted,20.0,"['%', '*']",* %,1,1.0 +1106,1106,02,symb,XOR_permuted,21.0,"['~', '<']",~ <],1,1.0 +1106,1106,02,symb,XOR_permuted,22.0,"['%', '!']",! %],1,1.0 +1106,1106,02,symb,XOR_permuted,23.0,"['%', '$']",$ %],1,1.0 +1106,1106,02,symb,XOR_permuted,24.0,"[':', '%']",:% %],0,1.0 +1106,1106,02,symb,XOR_permuted,25.0,"['*', ':']",* :],1,1.0 +1106,1106,02,symb,XOR_permuted,26.0,"['!', '$']",$ !],1,1.0 +1106,1106,02,symb,XOR_permuted,27.0,"['*', '$']",* $,1,1.0 +1106,1106,02,symb,XOR_permuted,28.0,"['!', '>']",> %],0,1.0 +1106,1106,02,symb,XOR_permuted,29.0,"['$', '%']",$ %],1,1.0 +1106,1106,02,symb,XOR_permuted,30.0,"['*', '<']",* <],1,1.0 +1106,1106,02,symb,XOR_permuted,31.0,"['*', '~']",~ *],1,1.0 +1106,1106,02,symb,XOR_permuted,32.0,"['%', '*']",: %],0,1.0 +1106,1106,02,symb,XOR_permuted,33.0,"['<', '>']",: &],0,1.0 +1106,1106,02,symb,XOR_permuted,34.0,"['!', '<']",],0,1.0 +1106,1106,02,symb,XOR_permuted,35.0,"['~', '%']",~ %],1,1.0 +1106,1106,02,symb,XOR_permuted,36.0,"['~', '%']",% ~],1,1.0 +1106,1106,02,symb,XOR_permuted,37.0,"['(', '<']",< >],0,1.0 +1106,1106,02,symb,XOR_permuted,38.0,"[':', '$']",$ $],0,1.0 +1106,1106,02,symb,XOR_permuted,39.0,"['~', '>']",> ~],1,1.0 +1106,1106,02,symb,XOR_permuted,40.0,"['$', '!']",$ !],1,1.0 +1106,1106,02,symb,XOR_permuted,41.0,"['>', '~']",* >],0,1.0 +1106,1106,02,symb,XOR_permuted,42.0,"[':', '$']",: $,1,1.0 +1106,1106,02,symb,XOR_permuted,43.0,"['>', '%']",% >],1,1.0 +1106,1106,02,symb,XOR_permuted,44.0,"['*', '&']",% &],0,1.0 +1106,1106,02,symb,XOR_permuted,45.0,"['!', '<']",< ~],0,1.0 +1106,1106,02,symb,XOR_permuted,46.0,"['*', '%']",% *],1,1.0 +1106,1106,02,symb,XOR_permuted,47.0,"['*', '%']",* %],1,1.0 +1106,1106,02,symb,XOR_permuted,48.0,"['%', '&']",$ %,0,1.0 +1106,1106,02,symb,XOR_permuted,49.0,"['<', '&']",& <],1,1.0 +1106,1106,02,symb,XOR_permuted,50.0,"['~', '$']",: $],0,1.0 +1106,1106,02,symb,XOR_permuted,51.0,"['%', '&']",% (],0,1.0 +1106,1106,02,symb,XOR_permuted,52.0,"['$', ':']",: $],1,1.0 +1106,1106,02,symb,XOR_permuted,53.0,"[':', '*']",& (],0,1.0 +1106,1106,02,symb,XOR_permuted,54.0,"['&', '%']",< &],0,1.0 +1106,1106,02,symb,XOR_permuted,55.0,"['<', '$']",$ <],1,1.0 +1106,1106,02,symb,XOR_permuted,56.0,"['%', '~']",% :],0,1.0 +1106,1106,02,symb,XOR_permuted,57.0,"['<', '(']",(% !),0,1.0 +1106,1106,02,symb,XOR_permuted,58.0,"['>', '<']",< &],0,1.0 +1106,1106,02,symb,XOR_permuted,59.0,"[':', '*']",* :],1,1.0 +1106,1106,02,symb,XOR_permuted,60.0,"['$', '*']",% *],0,1.0 +1106,1106,02,symb,XOR_permuted,61.0,"['%', '&']",% &],1,1.0 +1106,1106,02,symb,XOR_permuted,62.0,"['%', '*']",% *],1,1.0 +1106,1106,02,symb,XOR_permuted,63.0,"['*', '%']",: *],0,1.0 +1106,1106,02,symb,XOR_permuted,64.0,"['*', '!']",: >],0,1.0 +1106,1106,02,symb,XOR_permuted,65.0,"['$', '~']",$ ~],1,1.0 +1106,1106,02,symb,XOR_permuted,66.0,"['$', '(']",$ !],0,1.0 +1106,1106,02,symb,XOR_permuted,67.0,"['%', '(']",% (,1,1.0 +1106,1106,02,symb,XOR_permuted,68.0,"['$', '<']",$ <],1,1.0 +1106,1106,02,symb,XOR_permuted,69.0,"['~', '(']",* :],0,1.0 +1106,1106,02,symb,XOR_permuted,70.0,"['<', '%']",% <],1,1.0 +1106,1106,02,symb,XOR_permuted,71.0,"['!', '&']",! >],0,1.0 +1106,1106,02,symb,XOR_permuted,72.0,"[':', '&']",& :],1,1.0 +1106,1106,02,symb,XOR_permuted,73.0,"['~', '!']",% ~],0,1.0 +1106,1106,02,symb,XOR_permuted,74.0,"['%', '$']",% $],1,1.0 +1106,1106,02,symb,XOR_permuted,75.0,"['*', '$']",* $],1,1.0 +1106,1106,02,symb,XOR_permuted,76.0,"['$', '~']",$ ~,1,1.0 +1106,1106,02,symb,XOR_permuted,77.0,"['(', '&']",(& <),0,1.0 +1106,1106,02,symb,XOR_permuted,78.0,"['&', '(']",& ~],0,1.0 +1106,1106,02,symb,XOR_permuted,79.0,"['>', '!']",! >],1,1.0 +1106,1106,02,symb,XOR_permuted,80.0,"[':', '!']",< !],0,1.0 +1106,1106,02,symb,XOR_permuted,81.0,"['<', '~']",< ~],1,1.0 +1106,1106,02,symb,XOR_permuted,82.0,"['<', '>']",( >],0,1.0 +1106,1106,02,symb,XOR_permuted,83.0,"['>', '%']",% >],1,1.0 +1106,1106,02,symb,XOR_permuted,84.0,"['~', '$']",~ $],1,1.0 +1106,1106,02,symb,XOR_permuted,85.0,"['$', '(']",$ :],0,1.0 +1106,1106,02,symb,XOR_permuted,86.0,"['~', '*']",* ~],1,1.0 +1106,1106,02,symb,XOR_permuted,87.0,"['$', '(']",$ >,0,1.0 +1106,1106,02,symb,XOR_permuted,88.0,"['!', '&']",! &],1,1.0 +1106,1106,02,symb,XOR_permuted,89.0,"['(', '$']",$ (],1,1.0 +1106,1106,02,symb,XOR_permuted,90.0,"['&', '<']",& <],1,1.0 +1106,1106,02,symb,XOR_permuted,91.0,"['(', '%']",% (],1,1.0 +1106,1106,02,symb,XOR_permuted,92.0,"[':', '(']",~ :],0,1.0 +1106,1106,02,symb,XOR_permuted,93.0,"['<', ':']",$ <,0,1.0 +1106,1106,02,symb,XOR_permuted,94.0,"['!', '>']",! $],0,1.0 +1106,1106,02,symb,XOR_permuted,95.0,"[':', '<']",< :],1,1.0 +1106,1106,02,symb,XOR_permuted,96.0,"['<', '$']",$ >],0,1.0 +1106,1106,02,symb,XOR_permuted,97.0,"[':', '!']",: *],0,1.0 +1106,1106,02,symb,XOR_permuted,98.0,"['>', '<']",< *>],0,1.0 +1106,1106,02,symb,XOR_permuted,99.0,"['~', '>']",: >],0,1.0 +1106,1106,02,symb,AND_permuted,0.0,[],* > !],0,1.0 +1106,1106,02,symb,AND_permuted,1.0,[],$ *],0,1.0 +1106,1106,02,symb,AND_permuted,2.0,[],!],0,1.0 +1106,1106,02,symb,AND_permuted,3.0,[],* >],0,1.0 +1106,1106,02,symb,AND_permuted,4.0,[],$ &] [& <] [&],0,1.0 +1106,1106,02,symb,AND_permuted,5.0,[],*],0,1.0 +1106,1106,02,symb,AND_permuted,6.0,[],* >],0,1.0 +1106,1106,02,symb,AND_permuted,7.0,[],* >],0,1.0 +1106,1106,02,symb,AND_permuted,8.0,[],],1,1.0 +1106,1106,02,symb,AND_permuted,9.0,[],%,0,1.0 +1106,1106,02,symb,AND_permuted,10.0,[],$,0,1.0 +1106,1106,02,symb,AND_permuted,11.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,12.0,[],*],0,1.0 +1106,1106,02,symb,AND_permuted,13.0,[],*],0,1.0 +1106,1106,02,symb,AND_permuted,14.0,[],>],0,1.0 +1106,1106,02,symb,AND_permuted,15.0,[],>],0,1.0 +1106,1106,02,symb,AND_permuted,16.0,[],%],0,1.0 +1106,1106,02,symb,AND_permuted,17.0,[],%],0,1.0 +1106,1106,02,symb,AND_permuted,18.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,19.0,[],&,0,1.0 +1106,1106,02,symb,AND_permuted,20.0,[],*,0,1.0 +1106,1106,02,symb,AND_permuted,21.0,[],>],0,1.0 +1106,1106,02,symb,AND_permuted,22.0,[],*],0,1.0 +1106,1106,02,symb,AND_permuted,23.0,[],~],0,1.0 +1106,1106,02,symb,AND_permuted,24.0,[],],1,1.0 +1106,1106,02,symb,AND_permuted,25.0,[],#],0,1.0 +1106,1106,02,symb,AND_permuted,26.0,[],()],0,1.0 +1106,1106,02,symb,AND_permuted,27.0,[],(&),0,1.0 +1106,1106,02,symb,AND_permuted,28.0,[],)],0,1.0 +1106,1106,02,symb,AND_permuted,29.0,[],$,0,1.0 +1106,1106,02,symb,AND_permuted,30.0,[],<],0,1.0 +1106,1106,02,symb,AND_permuted,31.0,[],&],0,1.0 +1106,1106,02,symb,AND_permuted,32.0,[],*],0,1.0 +1106,1106,02,symb,AND_permuted,33.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,34.0,[],<],0,1.0 +1106,1106,02,symb,AND_permuted,35.0,[],~],0,1.0 +1106,1106,02,symb,AND_permuted,36.0,[],~,0,1.0 +1106,1106,02,symb,AND_permuted,37.0,[],<,0,1.0 +1106,1106,02,symb,AND_permuted,38.0,[],%,0,1.0 +1106,1106,02,symb,AND_permuted,39.0,[],*,0,1.0 +1106,1106,02,symb,AND_permuted,40.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,41.0,[],],1,1.0 +1106,1106,02,symb,AND_permuted,42.0,[],&],0,1.0 +1106,1106,02,symb,AND_permuted,43.0,[],%],0,1.0 +1106,1106,02,symb,AND_permuted,44.0,[],*],0,1.0 +1106,1106,02,symb,AND_permuted,45.0,[],% <],0,1.0 +1106,1106,02,symb,AND_permuted,46.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,47.0,[],%],0,1.0 +1106,1106,02,symb,AND_permuted,48.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,49.0,[],%],0,1.0 +1106,1106,02,symb,AND_permuted,50.0,[],% :],0,1.0 +1106,1106,02,symb,AND_permuted,51.0,[],*,0,1.0 +1106,1106,02,symb,AND_permuted,52.0,[],* <],0,1.0 +1106,1106,02,symb,AND_permuted,53.0,[],~],0,1.0 +1106,1106,02,symb,AND_permuted,54.0,[],<],0,1.0 +1106,1106,02,symb,AND_permuted,55.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,56.0,[],& <],0,1.0 +1106,1106,02,symb,AND_permuted,57.0,[],*,0,1.0 +1106,1106,02,symb,AND_permuted,58.0,[],! %,0,1.0 +1106,1106,02,symb,AND_permuted,59.0,[],$,0,1.0 +1106,1106,02,symb,AND_permuted,60.0,[],% <],0,1.0 +1106,1106,02,symb,AND_permuted,61.0,[],*],0,1.0 +1106,1106,02,symb,AND_permuted,62.0,[],*],0,1.0 +1106,1106,02,symb,AND_permuted,63.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,64.0,[],*,0,1.0 +1106,1106,02,symb,AND_permuted,65.0,[],&],0,1.0 +1106,1106,02,symb,AND_permuted,66.0,[],>],0,1.0 +1106,1106,02,symb,AND_permuted,67.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,68.0,[],!],0,1.0 +1106,1106,02,symb,AND_permuted,69.0,[],)],0,1.0 +1106,1106,02,symb,AND_permuted,70.0,[],&,0,1.0 +1106,1106,02,symb,AND_permuted,71.0,[],$],0,1.0 +1106,1106,02,symb,AND_permuted,72.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,73.0,[],>],0,1.0 +1106,1106,02,symb,AND_permuted,74.0,[],&],0,1.0 +1106,1106,02,symb,AND_permuted,75.0,[],!],0,1.0 +1106,1106,02,symb,AND_permuted,76.0,[],],1,1.0 +1106,1106,02,symb,AND_permuted,77.0,[],%],0,1.0 +1106,1106,02,symb,AND_permuted,78.0,[],],1,1.0 +1106,1106,02,symb,AND_permuted,79.0,[],$ &,0,1.0 +1106,1106,02,symb,AND_permuted,80.0,[],$],0,1.0 +1106,1106,02,symb,AND_permuted,81.0,[],<,0,1.0 +1106,1106,02,symb,AND_permuted,82.0,[],>,0,1.0 +1106,1106,02,symb,AND_permuted,83.0,[],],1,1.0 +1106,1106,02,symb,AND_permuted,84.0,[],* <],0,1.0 +1106,1106,02,symb,AND_permuted,85.0,[],*,0,1.0 +1106,1106,02,symb,AND_permuted,86.0,[],:],0,1.0 +1106,1106,02,symb,AND_permuted,87.0,[],],1,1.0 +1106,1106,02,symb,AND_permuted,88.0,[],%],0,1.0 +1106,1106,02,symb,AND_permuted,89.0,[],$ <],0,1.0 +1106,1106,02,symb,AND_permuted,90.0,[],~,0,1.0 +1106,1106,02,symb,AND_permuted,91.0,[],)],0,1.0 +1106,1106,02,symb,AND_permuted,92.0,[],<],0,1.0 +1106,1106,02,symb,AND_permuted,93.0,[],],1,1.0 +1106,1106,02,symb,AND_permuted,94.0,[],%,0,1.0 +1106,1106,02,symb,AND_permuted,95.0,[],],1,1.0 +1106,1106,02,symb,AND_permuted,96.0,[],<],0,1.0 +1106,1106,02,symb,AND_permuted,97.0,[],*,0,1.0 +1106,1106,02,symb,AND_permuted,98.0,[],],1,1.0 +1106,1106,02,symb,AND_permuted,99.0,[],>],0,1.0 +1106,1106,12,num,row_constant,0.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,1.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,2.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,3.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,4.0,[6],6],1,1.0 +1106,1106,12,num,row_constant,5.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,6.0,[5],5],1,1.0 +1106,1106,12,num,row_constant,7.0,[9],9],1,1.0 +1106,1106,12,num,row_constant,8.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,9.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,10.0,[8],8],1,1.0 +1106,1106,12,num,row_constant,11.0,[9],9],1,1.0 +1106,1106,12,num,row_constant,12.0,[0],0],1,1.0 +1106,1106,12,num,row_constant,13.0,[0],0],1,1.0 +1106,1106,12,num,row_constant,14.0,[1],1],1,1.0 +1106,1106,12,num,row_constant,15.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,16.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,17.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,18.0,[0],0],1,1.0 +1106,1106,12,num,row_constant,19.0,[5],5],1,1.0 +1106,1106,12,num,row_constant,20.0,[0],0],1,1.0 +1106,1106,12,num,row_constant,21.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,22.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,23.0,[9],9],1,1.0 +1106,1106,12,num,row_constant,24.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,25.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,26.0,[5],5],1,1.0 +1106,1106,12,num,row_constant,27.0,[9],9],1,1.0 +1106,1106,12,num,row_constant,28.0,[6],6],1,1.0 +1106,1106,12,num,row_constant,29.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,30.0,[6],6],1,1.0 +1106,1106,12,num,row_constant,31.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,32.0,[2],2],1,1.0 +1106,1106,12,num,row_constant,33.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,34.0,[6],6],1,1.0 +1106,1106,12,num,row_constant,35.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,36.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,37.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,38.0,[0],0],1,1.0 +1106,1106,12,num,row_constant,39.0,[9],9],1,1.0 +1106,1106,12,num,row_constant,40.0,[0],0],1,1.0 +1106,1106,12,num,row_constant,41.0,[6],6],1,1.0 +1106,1106,12,num,row_constant,42.0,[1],1],1,1.0 +1106,1106,12,num,row_constant,43.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,44.0,[5],5],1,1.0 +1106,1106,12,num,row_constant,45.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,46.0,[2],2],1,1.0 +1106,1106,12,num,row_constant,47.0,[8],8],1,1.0 +1106,1106,12,num,row_constant,48.0,[8],8],1,1.0 +1106,1106,12,num,row_constant,49.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,50.0,[1],1],1,1.0 +1106,1106,12,num,row_constant,51.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,52.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,53.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,54.0,[9],9],1,1.0 +1106,1106,12,num,row_constant,55.0,[0],0],1,1.0 +1106,1106,12,num,row_constant,56.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,57.0,[0],0],1,1.0 +1106,1106,12,num,row_constant,58.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,59.0,[5],5],1,1.0 +1106,1106,12,num,row_constant,60.0,[1],1],1,1.0 +1106,1106,12,num,row_constant,61.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,62.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,63.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,64.0,[1],1],1,1.0 +1106,1106,12,num,row_constant,65.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,66.0,[8],8],1,1.0 +1106,1106,12,num,row_constant,67.0,[5],5],1,1.0 +1106,1106,12,num,row_constant,68.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,69.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,70.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,71.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,72.0,[1],1],1,1.0 +1106,1106,12,num,row_constant,73.0,[6],6],1,1.0 +1106,1106,12,num,row_constant,74.0,[5],5],1,1.0 +1106,1106,12,num,row_constant,75.0,[0],0],1,1.0 +1106,1106,12,num,row_constant,76.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,77.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,78.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,79.0,[2],2],1,1.0 +1106,1106,12,num,row_constant,80.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,81.0,[2],2],1,1.0 +1106,1106,12,num,row_constant,82.0,[9],9],1,1.0 +1106,1106,12,num,row_constant,83.0,[8],8],1,1.0 +1106,1106,12,num,row_constant,84.0,[5],5],1,1.0 +1106,1106,12,num,row_constant,85.0,[2],2,1,1.0 +1106,1106,12,num,row_constant,86.0,[4],4],1,1.0 +1106,1106,12,num,row_constant,87.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,88.0,[0],0],1,1.0 +1106,1106,12,num,row_constant,89.0,[3],3],1,1.0 +1106,1106,12,num,row_constant,90.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,91.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,92.0,[1],1],1,1.0 +1106,1106,12,num,row_constant,93.0,[7],7],1,1.0 +1106,1106,12,num,row_constant,94.0,[2],2],1,1.0 +1106,1106,12,num,row_constant,95.0,[6],6],1,1.0 +1106,1106,12,num,row_constant,96.0,[6],6],1,1.0 +1106,1106,12,num,row_constant,97.0,[2],2],1,1.0 +1106,1106,12,num,row_constant,98.0,[8],8],1,1.0 +1106,1106,12,num,row_constant,99.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,0.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,1.0,[9],9],1,1.0 +1106,1106,12,num,col_constant,2.0,[9],9],1,1.0 +1106,1106,12,num,col_constant,3.0,[8],8],1,1.0 +1106,1106,12,num,col_constant,4.0,[7],7],1,1.0 +1106,1106,12,num,col_constant,5.0,[8],8,1,1.0 +1106,1106,12,num,col_constant,6.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,7.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,8.0,[4],4,1,1.0 +1106,1106,12,num,col_constant,9.0,[4],4],1,1.0 +1106,1106,12,num,col_constant,10.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,11.0,[8],8,1,1.0 +1106,1106,12,num,col_constant,12.0,[0],0,1,1.0 +1106,1106,12,num,col_constant,13.0,[1],1],1,1.0 +1106,1106,12,num,col_constant,14.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,15.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,16.0,[7],7],1,1.0 +1106,1106,12,num,col_constant,17.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,18.0,[4],4],1,1.0 +1106,1106,12,num,col_constant,19.0,[2],2],1,1.0 +1106,1106,12,num,col_constant,20.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,21.0,[6],6,1,1.0 +1106,1106,12,num,col_constant,22.0,[9],9],1,1.0 +1106,1106,12,num,col_constant,23.0,[0],0,1,1.0 +1106,1106,12,num,col_constant,24.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,25.0,[2],2],1,1.0 +1106,1106,12,num,col_constant,26.0,[9],9],1,1.0 +1106,1106,12,num,col_constant,27.0,[6],6,1,1.0 +1106,1106,12,num,col_constant,28.0,[9],9],1,1.0 +1106,1106,12,num,col_constant,29.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,30.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,31.0,[8],8,1,1.0 +1106,1106,12,num,col_constant,32.0,[4],4],1,1.0 +1106,1106,12,num,col_constant,33.0,[0],0],1,1.0 +1106,1106,12,num,col_constant,34.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,35.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,36.0,[5],5,1,1.0 +1106,1106,12,num,col_constant,37.0,[2],2],1,1.0 +1106,1106,12,num,col_constant,38.0,[2],2],1,1.0 +1106,1106,12,num,col_constant,39.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,40.0,[2],2],1,1.0 +1106,1106,12,num,col_constant,41.0,[3],3,1,1.0 +1106,1106,12,num,col_constant,42.0,[3],3,1,1.0 +1106,1106,12,num,col_constant,43.0,[0],0,1,1.0 +1106,1106,12,num,col_constant,44.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,45.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,46.0,[7],7],1,1.0 +1106,1106,12,num,col_constant,47.0,[0],0],1,1.0 +1106,1106,12,num,col_constant,48.0,[8],8],1,1.0 +1106,1106,12,num,col_constant,49.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,50.0,[7],7],1,1.0 +1106,1106,12,num,col_constant,51.0,[7],7],1,1.0 +1106,1106,12,num,col_constant,52.0,[8],8,1,1.0 +1106,1106,12,num,col_constant,53.0,[2],2],1,1.0 +1106,1106,12,num,col_constant,54.0,[0],0],1,1.0 +1106,1106,12,num,col_constant,55.0,[0],0],1,1.0 +1106,1106,12,num,col_constant,56.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,57.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,58.0,[0],0,1,1.0 +1106,1106,12,num,col_constant,59.0,[2],2],1,1.0 +1106,1106,12,num,col_constant,60.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,61.0,[4],4],1,1.0 +1106,1106,12,num,col_constant,62.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,63.0,[1],1,1,1.0 +1106,1106,12,num,col_constant,64.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,65.0,[2],2],1,1.0 +1106,1106,12,num,col_constant,66.0,[0],0,1,1.0 +1106,1106,12,num,col_constant,67.0,[7],7],1,1.0 +1106,1106,12,num,col_constant,68.0,[4],4,1,1.0 +1106,1106,12,num,col_constant,69.0,[4],4],1,1.0 +1106,1106,12,num,col_constant,70.0,[8],8],1,1.0 +1106,1106,12,num,col_constant,71.0,[2],2],1,1.0 +1106,1106,12,num,col_constant,72.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,73.0,[4],4],1,1.0 +1106,1106,12,num,col_constant,74.0,[8],8,1,1.0 +1106,1106,12,num,col_constant,75.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,76.0,[1],1,1,1.0 +1106,1106,12,num,col_constant,77.0,[5],5,1,1.0 +1106,1106,12,num,col_constant,78.0,[7],7],1,1.0 +1106,1106,12,num,col_constant,79.0,[9],9],1,1.0 +1106,1106,12,num,col_constant,80.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,81.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,82.0,[8],8],1,1.0 +1106,1106,12,num,col_constant,83.0,[9],9],1,1.0 +1106,1106,12,num,col_constant,84.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,85.0,[5],5,1,1.0 +1106,1106,12,num,col_constant,86.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,87.0,[6],6,1,1.0 +1106,1106,12,num,col_constant,88.0,[1],1,1,1.0 +1106,1106,12,num,col_constant,89.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,90.0,[3],3,1,1.0 +1106,1106,12,num,col_constant,91.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,92.0,[0],0,1,1.0 +1106,1106,12,num,col_constant,93.0,[6],6,1,1.0 +1106,1106,12,num,col_constant,94.0,[6],6],1,1.0 +1106,1106,12,num,col_constant,95.0,[3],3],1,1.0 +1106,1106,12,num,col_constant,96.0,[1],1],1,1.0 +1106,1106,12,num,col_constant,97.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,98.0,[5],5],1,1.0 +1106,1106,12,num,col_constant,99.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag1,0.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag1,1.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag1,2.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag1,3.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,4.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag1,5.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag1,6.0,[2],2],1,1.0 +1106,1106,12,num,dist3_diag1,7.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,8.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,9.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,10.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag1,11.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,12.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,13.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag1,14.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,15.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag1,16.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag1,17.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,18.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,19.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,20.0,[7],7],1,1.0 +1106,1106,12,num,dist3_diag1,21.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag1,22.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,23.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,24.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag1,25.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag1,26.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag1,27.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,28.0,[8],8],1,1.0 +1106,1106,12,num,dist3_diag1,29.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,30.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag1,31.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag1,32.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,33.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,34.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,35.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,36.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,37.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,38.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag1,39.0,[1],1,1,1.0 +1106,1106,12,num,dist3_diag1,40.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag1,41.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag1,42.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag1,43.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,44.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,45.0,[1],1,1,1.0 +1106,1106,12,num,dist3_diag1,46.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,47.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag1,48.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,49.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag1,50.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag1,51.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag1,52.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag1,53.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag1,54.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,55.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag1,56.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,57.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,58.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,59.0,[1],1,1,1.0 +1106,1106,12,num,dist3_diag1,60.0,[8],8],1,1.0 +1106,1106,12,num,dist3_diag1,61.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag1,62.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag1,63.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,64.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag1,65.0,[6],6],1,1.0 +1106,1106,12,num,dist3_diag1,66.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,67.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,68.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag1,69.0,[1],1,1,1.0 +1106,1106,12,num,dist3_diag1,70.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag1,71.0,[7],7],1,1.0 +1106,1106,12,num,dist3_diag1,72.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,73.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,74.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,75.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,76.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag1,77.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,78.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag1,79.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag1,80.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,81.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,82.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,83.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,84.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,85.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag1,86.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,87.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,88.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag1,89.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,90.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag1,91.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag1,92.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag1,93.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,94.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag1,95.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag1,96.0,[6],6],1,1.0 +1106,1106,12,num,dist3_diag1,97.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag1,98.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag1,99.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag2,0.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,1.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,2.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,3.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,4.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag2,5.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag2,6.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,7.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,8.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,9.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,10.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,11.0,[1],1,1,1.0 +1106,1106,12,num,dist3_diag2,12.0,[1],1,1,1.0 +1106,1106,12,num,dist3_diag2,13.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,14.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,15.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,16.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,17.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,18.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,19.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,20.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,21.0,[1],1,1,1.0 +1106,1106,12,num,dist3_diag2,22.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag2,23.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag2,24.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag2,25.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,26.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,27.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,28.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag2,29.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,30.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag2,31.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag2,32.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,33.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,34.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag2,35.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag2,36.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag2,37.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,38.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,39.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,40.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag2,41.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag2,42.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag2,43.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,44.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag2,45.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,46.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,47.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,48.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag2,49.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,50.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,51.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag2,52.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,53.0,[2],2,1,1.0 +1106,1106,12,num,dist3_diag2,54.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,55.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,56.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,57.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag2,58.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,59.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,60.0,[1],1,1,1.0 +1106,1106,12,num,dist3_diag2,61.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,62.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,63.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,64.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,65.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,66.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,67.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,68.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,69.0,[8],8,1,1.0 +1106,1106,12,num,dist3_diag2,70.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,71.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag2,72.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,73.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,74.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag2,75.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,76.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,77.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,78.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,79.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag2,80.0,[9],9,1,1.0 +1106,1106,12,num,dist3_diag2,81.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,82.0,[7],7,1,1.0 +1106,1106,12,num,dist3_diag2,83.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag2,84.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,85.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,86.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,87.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,88.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,89.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag2,90.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag2,91.0,[0],0,1,1.0 +1106,1106,12,num,dist3_diag2,92.0,[3],3,1,1.0 +1106,1106,12,num,dist3_diag2,93.0,[1],1,1,1.0 +1106,1106,12,num,dist3_diag2,94.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,95.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,96.0,[6],6,1,1.0 +1106,1106,12,num,dist3_diag2,97.0,[4],4,1,1.0 +1106,1106,12,num,dist3_diag2,98.0,[5],5,1,1.0 +1106,1106,12,num,dist3_diag2,99.0,[0],0,1,1.0 +1106,1106,12,num,prog_size1,0.0,[4],4],1,1.0 +1106,1106,12,num,prog_size1,1.0,[5],5],1,1.0 +1106,1106,12,num,prog_size1,2.0,[6],6],1,1.0 +1106,1106,12,num,prog_size1,3.0,[7],7],1,1.0 +1106,1106,12,num,prog_size1,4.0,[8],8],1,1.0 +1106,1106,12,num,prog_size1,5.0,[9],9,1,1.0 +1106,1106,12,num,prog_size1,6.0,[0],0,1,1.0 +1106,1106,12,num,prog_size1,7.0,[1],1,1,1.0 +1106,1106,12,num,prog_size1,8.0,[2],2,1,1.0 +1106,1106,12,num,prog_size1,9.0,[3],3],1,1.0 +1106,1106,12,num,prog_size1,10.0,[4],4,1,1.0 +1106,1106,12,num,prog_size1,11.0,[5],5,1,1.0 +1106,1106,12,num,prog_size2,0.0,[8],8,1,1.0 +1106,1106,12,num,prog_size2,1.0,[9],9],1,1.0 +1106,1106,12,num,prog_size2,2.0,[0],0,1,1.0 +1106,1106,12,num,prog_size2,3.0,[1],1,1,1.0 +1106,1106,12,num,two_rule_comb0,0.0,[6 9],6 9],1,1.0 +1106,1106,12,num,two_rule_comb0,1.0,[7 0],7 0],1,1.0 +1106,1106,12,num,two_rule_comb0,2.0,[2 4],2 4],1,1.0 +1106,1106,12,num,two_rule_comb0,3.0,[2 0],2 0],1,1.0 +1106,1106,12,num,two_rule_comb0,4.0,[9 2],9 2,1,1.0 +1106,1106,12,num,two_rule_comb0,5.0,[7 0],7 0,1,1.0 +1106,1106,12,num,two_rule_comb0,6.0,[1 9],1 9],1,1.0 +1106,1106,12,num,two_rule_comb0,7.0,[1 7],1 7],1,1.0 +1106,1106,12,num,two_rule_comb0,8.0,[7 3],7 3,1,1.0 +1106,1106,12,num,two_rule_comb0,9.0,[9 0],9 0],1,1.0 +1106,1106,12,num,two_rule_comb0,10.0,[7 2],7 2,1,1.0 +1106,1106,12,num,two_rule_comb0,11.0,[1 6],1 6],1,1.0 +1106,1106,12,num,two_rule_comb0,12.0,[7 4],7 4],1,1.0 +1106,1106,12,num,two_rule_comb0,13.0,[9 7],9 7],1,1.0 +1106,1106,12,num,two_rule_comb0,14.0,[0 0],0 0],1,1.0 +1106,1106,12,num,two_rule_comb0,15.0,[3 7],3 7],1,1.0 +1106,1106,12,num,two_rule_comb0,16.0,[7 3],3,0,1.0 +1106,1106,12,num,two_rule_comb0,17.0,[9 0],9 0],1,1.0 +1106,1106,12,num,two_rule_comb0,18.0,[7 2],7 2],1,1.0 +1106,1106,12,num,two_rule_comb0,19.0,[2 6],2 6,1,1.0 +1106,1106,12,num,two_rule_comb0,20.0,[5 5],5 5],1,1.0 +1106,1106,12,num,two_rule_comb0,21.0,[8 5],8 5],1,1.0 +1106,1106,12,num,two_rule_comb0,22.0,[6 4],6 4],1,1.0 +1106,1106,12,num,two_rule_comb0,23.0,[6 8],6 8],1,1.0 +1106,1106,12,num,two_rule_comb0,24.0,[7 1],7 1],1,1.0 +1106,1106,12,num,two_rule_comb0,25.0,[5 1],5 1],1,1.0 +1106,1106,12,num,two_rule_comb0,26.0,[6 8],6 8],1,1.0 +1106,1106,12,num,two_rule_comb0,27.0,[7 7],7 7,1,1.0 +1106,1106,12,num,two_rule_comb0,28.0,[7 1],7 1,1,1.0 +1106,1106,12,num,two_rule_comb0,29.0,[0 2],0 2],1,1.0 +1106,1106,12,num,two_rule_comb0,30.0,[9 4],9 4],1,1.0 +1106,1106,12,num,two_rule_comb0,31.0,[4 5],4 5],1,1.0 +1106,1106,12,num,two_rule_comb0,32.0,[3 3],3 3],1,1.0 +1106,1106,12,num,two_rule_comb0,33.0,[7 9],7 9],1,1.0 +1106,1106,12,num,two_rule_comb0,34.0,[4 2],4 2],1,1.0 +1106,1106,12,num,two_rule_comb0,35.0,[8 9],8 9],1,1.0 +1106,1106,12,num,two_rule_comb0,36.0,[6 5],5],0,1.0 +1106,1106,12,num,two_rule_comb0,37.0,[1 5],5],0,1.0 +1106,1106,12,num,two_rule_comb0,38.0,[3 6],3 6],1,1.0 +1106,1106,12,num,two_rule_comb0,39.0,[5 9],5 9],1,1.0 +1106,1106,12,num,two_rule_comb0,40.0,[5 6],5 6,1,1.0 +1106,1106,12,num,two_rule_comb0,41.0,[1 2],1 2],1,1.0 +1106,1106,12,num,two_rule_comb0,42.0,[1 7],1 7],1,1.0 +1106,1106,12,num,two_rule_comb0,43.0,[8 0],8 0],1,1.0 +1106,1106,12,num,two_rule_comb0,44.0,[3 2],3 2],1,1.0 +1106,1106,12,num,two_rule_comb0,45.0,[7 4],7 4],1,1.0 +1106,1106,12,num,two_rule_comb0,46.0,[9 6],9 6],1,1.0 +1106,1106,12,num,two_rule_comb0,47.0,[4 2],4 2],1,1.0 +1106,1106,12,num,two_rule_comb0,48.0,[6 4],6 4],1,1.0 +1106,1106,12,num,two_rule_comb0,49.0,[8 9],8 9],1,1.0 +1106,1106,12,num,two_rule_comb0,50.0,[2 0],2 0,1,1.0 +1106,1106,12,num,two_rule_comb0,51.0,[7 5],7 5],1,1.0 +1106,1106,12,num,two_rule_comb0,52.0,[2 3],2 3],1,1.0 +1106,1106,12,num,two_rule_comb0,53.0,[3 5],3 5],1,1.0 +1106,1106,12,num,two_rule_comb0,54.0,[0 7],0 7],1,1.0 +1106,1106,12,num,two_rule_comb0,55.0,[1 6],1 6],1,1.0 +1106,1106,12,num,two_rule_comb0,56.0,[7 1],7 1],1,1.0 +1106,1106,12,num,two_rule_comb0,57.0,[6 8],6 8],1,1.0 +1106,1106,12,num,two_rule_comb0,58.0,[8 0],8 0,1,1.0 +1106,1106,12,num,two_rule_comb0,59.0,[3 0],3 0],1,1.0 +1106,1106,12,num,two_rule_comb0,60.0,[3 0],3 0],1,1.0 +1106,1106,12,num,two_rule_comb0,61.0,[2 3],2 3],1,1.0 +1106,1106,12,num,two_rule_comb0,62.0,[6 3],None,0,1.0 +1106,1106,12,num,two_rule_comb0,63.0,[0 8],0 8,1,1.0 +1106,1106,12,num,two_rule_comb0,64.0,[9 7],9 7],1,1.0 +1106,1106,12,num,two_rule_comb0,65.0,[5 4],5 4],1,1.0 +1106,1106,12,num,two_rule_comb0,66.0,[2 6],2 6],1,1.0 +1106,1106,12,num,two_rule_comb0,67.0,[0 8],0 8],1,1.0 +1106,1106,12,num,two_rule_comb0,68.0,[8 0],8 0],1,1.0 +1106,1106,12,num,two_rule_comb0,69.0,[6 1],6 1],1,1.0 +1106,1106,12,num,two_rule_comb0,70.0,[4 6],None,0,1.0 +1106,1106,12,num,two_rule_comb0,71.0,[9 0],9 0],1,1.0 +1106,1106,12,num,two_rule_comb0,72.0,[3 2],3 2,1,1.0 +1106,1106,12,num,two_rule_comb0,73.0,[3 5],3 5],1,1.0 +1106,1106,12,num,two_rule_comb0,74.0,[0 5],5],0,1.0 +1106,1106,12,num,two_rule_comb0,75.0,[7 0],7 0],1,1.0 +1106,1106,12,num,two_rule_comb0,76.0,[1 9],1 9],1,1.0 +1106,1106,12,num,two_rule_comb0,77.0,[1 7],1 7],1,1.0 +1106,1106,12,num,two_rule_comb0,78.0,[0 1],0 1],1,1.0 +1106,1106,12,num,two_rule_comb0,79.0,[7 7],7 7],1,1.0 +1106,1106,12,num,two_rule_comb0,80.0,[2 5],2 5,1,1.0 +1106,1106,12,num,two_rule_comb0,81.0,[3 5],3 5],1,1.0 +1106,1106,12,num,two_rule_comb0,82.0,[7 7],7 7,1,1.0 +1106,1106,12,num,two_rule_comb0,83.0,[7 0],7 0],1,1.0 +1106,1106,12,num,two_rule_comb0,84.0,[3 1],3 1],1,1.0 +1106,1106,12,num,two_rule_comb0,85.0,[0 8],8,0,1.0 +1106,1106,12,num,two_rule_comb0,86.0,[3 0],3 0],1,1.0 +1106,1106,12,num,two_rule_comb0,87.0,[1 5],1 5],1,1.0 +1106,1106,12,num,two_rule_comb0,88.0,[8 0],8 0],1,1.0 +1106,1106,12,num,two_rule_comb0,89.0,[2 7],2 7],1,1.0 +1106,1106,12,num,two_rule_comb0,90.0,[8 5],8 5],1,1.0 +1106,1106,12,num,two_rule_comb0,91.0,[3 1],3 1],1,1.0 +1106,1106,12,num,two_rule_comb0,92.0,[3 8],3 8],1,1.0 +1106,1106,12,num,two_rule_comb0,93.0,[3 9],3 9],1,1.0 +1106,1106,12,num,two_rule_comb0,94.0,[2 2],2 2],1,1.0 +1106,1106,12,num,two_rule_comb0,95.0,[8 3],8 3],1,1.0 +1106,1106,12,num,two_rule_comb0,96.0,[1 5],5],0,1.0 +1106,1106,12,num,two_rule_comb0,97.0,[9 4],9 4],1,1.0 +1106,1106,12,num,two_rule_comb0,98.0,[5 4],5 4],1,1.0 +1106,1106,12,num,two_rule_comb0,99.0,[3 1],3 1],1,1.0 +1106,1106,12,num,two_rule_comb1,0.0,[1 2],1 2,1,1.0 +1106,1106,12,num,two_rule_comb1,1.0,[8 9],9 9],0,1.0 +1106,1106,12,num,two_rule_comb1,2.0,[2 6],2 6],1,1.0 +1106,1106,12,num,two_rule_comb1,3.0,[3 4],3 4,1,1.0 +1106,1106,12,num,two_rule_comb1,4.0,[2 7],2 7],1,1.0 +1106,1106,12,num,two_rule_comb1,5.0,[4 0],4 0],1,1.0 +1106,1106,12,num,two_rule_comb1,6.0,[7 4],7 4],1,1.0 +1106,1106,12,num,two_rule_comb1,7.0,[1 1],1 1],1,1.0 +1106,1106,12,num,two_rule_comb1,8.0,[7 9],7 9],1,1.0 +1106,1106,12,num,two_rule_comb1,9.0,[3 1],1 1],0,1.0 +1106,1106,12,num,two_rule_comb1,10.0,[3 7],3 7],1,1.0 +1106,1106,12,num,two_rule_comb1,11.0,[0 2],0 2],1,1.0 +1106,1106,12,num,two_rule_comb1,12.0,[6 7],6 7],1,1.0 +1106,1106,12,num,two_rule_comb1,13.0,[8 2],8 2],1,1.0 +1106,1106,12,num,two_rule_comb1,14.0,[7 4],7 4],1,1.0 +1106,1106,12,num,two_rule_comb1,15.0,[1 3],1 3],1,1.0 +1106,1106,12,num,two_rule_comb1,16.0,[7 3],7 3],1,1.0 +1106,1106,12,num,two_rule_comb1,17.0,[7 7],5 7,0,1.0 +1106,1106,12,num,two_rule_comb1,18.0,[1 8],1 8],1,1.0 +1106,1106,12,num,two_rule_comb1,19.0,[1 9],1 9,1,1.0 +1106,1106,12,num,two_rule_comb1,20.0,[4 9],4 9],1,1.0 +1106,1106,12,num,two_rule_comb1,21.0,[2 3],3 3],0,1.0 +1106,1106,12,num,two_rule_comb1,22.0,[6 7],6 7],1,1.0 +1106,1106,12,num,two_rule_comb1,23.0,[2 5],2 5],1,1.0 +1106,1106,12,num,two_rule_comb1,24.0,[3 1],3 1],1,1.0 +1106,1106,12,num,two_rule_comb1,25.0,[6 5],6 5],1,1.0 +1106,1106,12,num,two_rule_comb1,26.0,[8 1],8 1,1,1.0 +1106,1106,12,num,two_rule_comb1,27.0,[6 8],6 8,1,1.0 +1106,1106,12,num,two_rule_comb1,28.0,[5 4],4 4],0,1.0 +1106,1106,12,num,two_rule_comb1,29.0,[0 4],0 4],1,1.0 +1106,1106,12,num,two_rule_comb1,30.0,[4 9],4 9,1,1.0 +1106,1106,12,num,two_rule_comb1,31.0,[6 2],6 2],1,1.0 +1106,1106,12,num,two_rule_comb1,32.0,[1 7],1 7],1,1.0 +1106,1106,12,num,two_rule_comb1,33.0,[3 0],2 0],0,1.0 +1106,1106,12,num,two_rule_comb1,34.0,[1 2],1 2],1,1.0 +1106,1106,12,num,two_rule_comb1,35.0,[4 1],4 1],1,1.0 +1106,1106,12,num,two_rule_comb1,36.0,[6 6],6 6],1,1.0 +1106,1106,12,num,two_rule_comb1,37.0,[6 2],6 2],1,1.0 +1106,1106,12,num,two_rule_comb1,38.0,[3 2],3 2],1,1.0 +1106,1106,12,num,two_rule_comb1,39.0,[9 9],9 9],1,1.0 +1106,1106,12,num,two_rule_comb1,40.0,[5 9],1 9],0,1.0 +1106,1106,12,num,two_rule_comb1,41.0,[0 2],0 2,1,1.0 +1106,1106,12,num,two_rule_comb1,42.0,[3 2],3 2,1,1.0 +1106,1106,12,num,two_rule_comb1,43.0,[2 2],2 8],0,1.0 +1106,1106,12,num,two_rule_comb1,44.0,[8 1],8 1],1,1.0 +1106,1106,12,num,two_rule_comb1,45.0,[7 3],None,0,1.0 +1106,1106,12,num,two_rule_comb1,46.0,[1 5],1 5],1,1.0 +1106,1106,12,num,two_rule_comb1,47.0,[0 5],0 5],1,1.0 +1106,1106,12,num,two_rule_comb1,48.0,[3 5],3 5],1,1.0 +1106,1106,12,num,two_rule_comb1,49.0,[4 7],None,0,1.0 +1106,1106,12,num,two_rule_comb1,50.0,[3 9],3 9],1,1.0 +1106,1106,12,num,two_rule_comb1,51.0,[3 4],3 4],1,1.0 +1106,1106,12,num,two_rule_comb1,52.0,[8 9],9 9],0,1.0 +1106,1106,12,num,two_rule_comb1,53.0,[9 5],9 5],1,1.0 +1106,1106,12,num,two_rule_comb1,54.0,[0 8],0 8],1,1.0 +1106,1106,12,num,two_rule_comb1,55.0,[6 2],6 2],1,1.0 +1106,1106,12,num,two_rule_comb1,56.0,[7 0],7 0],1,1.0 +1106,1106,12,num,two_rule_comb1,57.0,[6 6],6 6],1,1.0 +1106,1106,12,num,two_rule_comb1,58.0,[6 3],None,0,1.0 +1106,1106,12,num,two_rule_comb1,59.0,[4 5],4 5],1,1.0 +1106,1106,12,num,two_rule_comb1,60.0,[6 6],6 6],1,1.0 +1106,1106,12,num,two_rule_comb1,61.0,[8 4],8 4],1,1.0 +1106,1106,12,num,two_rule_comb1,62.0,[6 4],6 4,1,1.0 +1106,1106,12,num,two_rule_comb1,63.0,[2 1],2 1],1,1.0 +1106,1106,12,num,two_rule_comb1,64.0,[8 1],8 1],1,1.0 +1106,1106,12,num,two_rule_comb1,65.0,[3 3],3 3],1,1.0 +1106,1106,12,num,two_rule_comb1,66.0,[5 9],5 9],1,1.0 +1106,1106,12,num,two_rule_comb1,67.0,[4 9],None,0,1.0 +1106,1106,12,num,two_rule_comb1,68.0,[7 7],7 6],0,1.0 +1106,1106,12,num,two_rule_comb1,69.0,[5 2],5 2],1,1.0 +1106,1106,12,num,two_rule_comb1,70.0,[0 1],1 1],0,1.0 +1106,1106,12,num,two_rule_comb1,71.0,[4 8],None,0,1.0 +1106,1106,12,num,two_rule_comb1,72.0,[8 3],8 3],1,1.0 +1106,1106,12,num,two_rule_comb1,73.0,[5 6],7 6],0,1.0 +1106,1106,12,num,two_rule_comb1,74.0,[3 8],3 8],1,1.0 +1106,1106,12,num,two_rule_comb1,75.0,[7 9],7 9],1,1.0 +1106,1106,12,num,two_rule_comb1,76.0,[3 2],3 2],1,1.0 +1106,1106,12,num,two_rule_comb1,77.0,[7 5],5 5],0,1.0 +1106,1106,12,num,two_rule_comb1,78.0,[5 5],5 5,1,1.0 +1106,1106,12,num,two_rule_comb1,79.0,[6 8],8 8],0,1.0 +1106,1106,12,num,two_rule_comb1,80.0,[6 8],6 8],1,1.0 +1106,1106,12,num,two_rule_comb1,81.0,[0 6],0 6],1,1.0 +1106,1106,12,num,two_rule_comb1,82.0,[5 0],5 1],0,1.0 +1106,1106,12,num,two_rule_comb1,83.0,[1 2],1 2],1,1.0 +1106,1106,12,num,two_rule_comb1,84.0,[7 7],7 7,1,1.0 +1106,1106,12,num,two_rule_comb1,85.0,[5 4],5 4],1,1.0 +1106,1106,12,num,two_rule_comb1,86.0,[1 7],7 7],0,1.0 +1106,1106,12,num,two_rule_comb1,87.0,[1 4],1 4],1,1.0 +1106,1106,12,num,two_rule_comb1,88.0,[1 1],1 1],1,1.0 +1106,1106,12,num,two_rule_comb1,89.0,[6 9],None,0,1.0 +1106,1106,12,num,two_rule_comb1,90.0,[2 7],2 7],1,1.0 +1106,1106,12,num,two_rule_comb1,91.0,[4 4],6 4],0,1.0 +1106,1106,12,num,two_rule_comb1,92.0,[1 2],1 1],0,1.0 +1106,1106,12,num,two_rule_comb1,93.0,[0 0],0 0,1,1.0 +1106,1106,12,num,two_rule_comb1,94.0,[7 4],7 4],1,1.0 +1106,1106,12,num,two_rule_comb1,95.0,[1 5],1 5],1,1.0 +1106,1106,12,num,two_rule_comb1,96.0,[7 1],7 1],1,1.0 +1106,1106,12,num,two_rule_comb1,97.0,[3 9],3 9],1,1.0 +1106,1106,12,num,two_rule_comb1,98.0,[7 6],7 6,1,1.0 +1106,1106,12,num,two_rule_comb1,99.0,[2 1],2 1],1,1.0 +1106,1106,12,num,two_rule_comb2,0.0,[1 0],1 0],1,1.0 +1106,1106,12,num,two_rule_comb2,1.0,[0 7],0 7],1,1.0 +1106,1106,12,num,two_rule_comb2,2.0,[6 5],6 5],1,1.0 +1106,1106,12,num,two_rule_comb2,3.0,[1 5],1 5],1,1.0 +1106,1106,12,num,two_rule_comb2,4.0,[7 2],7 2],1,1.0 +1106,1106,12,num,two_rule_comb2,5.0,[2 6],2 6],1,1.0 +1106,1106,12,num,two_rule_comb2,6.0,[4 8],4 8],1,1.0 +1106,1106,12,num,two_rule_comb2,7.0,[3 2],3 2],1,1.0 +1106,1106,12,num,two_rule_comb2,8.0,[9 9],9 9],1,1.0 +1106,1106,12,num,two_rule_comb2,9.0,[6 5],6 5],1,1.0 +1106,1106,12,num,two_rule_comb2,10.0,[8 8],8 8],1,1.0 +1106,1106,12,num,two_rule_comb2,11.0,[9 5],9 5],1,1.0 +1106,1106,12,num,two_rule_comb2,12.0,[5 4],5 4],1,1.0 +1106,1106,12,num,two_rule_comb2,13.0,[4 6],4 6],1,1.0 +1106,1106,12,num,two_rule_comb2,14.0,[2 3],2 3],1,1.0 +1106,1106,12,num,two_rule_comb2,15.0,[8 5],8 5],1,1.0 +1106,1106,12,num,two_rule_comb2,16.0,[4 9],4 9],1,1.0 +1106,1106,12,num,two_rule_comb2,17.0,[9 4],9 4],1,1.0 +1106,1106,12,num,two_rule_comb2,18.0,[0 0],0 0],1,1.0 +1106,1106,12,num,two_rule_comb2,19.0,[5 4],5 4],1,1.0 +1106,1106,12,num,two_rule_comb2,20.0,[4 5],4 5],1,1.0 +1106,1106,12,num,two_rule_comb2,21.0,[0 6],0 6,1,1.0 +1106,1106,12,num,two_rule_comb2,22.0,[1 5],1 5],1,1.0 +1106,1106,12,num,two_rule_comb2,23.0,[5 9],5 9],1,1.0 +1106,1106,12,num,two_rule_comb2,24.0,[5 3],5 3],1,1.0 +1106,1106,12,num,two_rule_comb2,25.0,[0 6],0 6],1,1.0 +1106,1106,12,num,two_rule_comb2,26.0,[8 7],8 7],1,1.0 +1106,1106,12,num,two_rule_comb2,27.0,[6 1],6 1],1,1.0 +1106,1106,12,num,two_rule_comb2,28.0,[9 1],9 1,1,1.0 +1106,1106,12,num,two_rule_comb2,29.0,[0 4],0 4],1,1.0 +1106,1106,12,num,two_rule_comb2,30.0,[3 2],3 2,1,1.0 +1106,1106,12,num,two_rule_comb2,31.0,[6 5],6 5],1,1.0 +1106,1106,12,num,two_rule_comb2,32.0,[1 2],1 2],1,1.0 +1106,1106,12,num,two_rule_comb2,33.0,[5 6],5 6],1,1.0 +1106,1106,12,num,two_rule_comb2,34.0,[5 1],5 1],1,1.0 +1106,1106,12,num,two_rule_comb2,35.0,[7 6],7 6],1,1.0 +1106,1106,12,num,two_rule_comb2,36.0,[8 0],8 0],1,1.0 +1106,1106,12,num,two_rule_comb2,37.0,[9 6],9 6],1,1.0 +1106,1106,12,num,two_rule_comb2,38.0,[4 2],4 2,1,1.0 +1106,1106,12,num,two_rule_comb2,39.0,[2 1],2 1],1,1.0 +1106,1106,12,num,two_rule_comb2,40.0,[8 3],8 3],1,1.0 +1106,1106,12,num,two_rule_comb2,41.0,[9 6],9 6],1,1.0 +1106,1106,12,num,two_rule_comb2,42.0,[6 5],6 5],1,1.0 +1106,1106,12,num,two_rule_comb2,43.0,[8 9],8 9],1,1.0 +1106,1106,12,num,two_rule_comb2,44.0,[4 3],4 3,1,1.0 +1106,1106,12,num,two_rule_comb2,45.0,[7 1],7 1],1,1.0 +1106,1106,12,num,two_rule_comb2,46.0,[0 8],0 8],1,1.0 +1106,1106,12,num,two_rule_comb2,47.0,[3 7],3 7],1,1.0 +1106,1106,12,num,two_rule_comb2,48.0,[7 5],7 5],1,1.0 +1106,1106,12,num,two_rule_comb2,49.0,[5 3],5 3],1,1.0 +1106,1106,12,num,two_rule_comb2,50.0,[6 4],6 4],1,1.0 +1106,1106,12,num,two_rule_comb2,51.0,[9 3],None,0,1.0 +1106,1106,12,num,two_rule_comb2,52.0,[1 1],1 1],1,1.0 +1106,1106,12,num,two_rule_comb2,53.0,[0 9],0 9,1,1.0 +1106,1106,12,num,two_rule_comb2,54.0,[6 8],6 8,1,1.0 +1106,1106,12,num,two_rule_comb2,55.0,[6 3],None,0,1.0 +1106,1106,12,num,two_rule_comb2,56.0,[8 5],8 5],1,1.0 +1106,1106,12,num,two_rule_comb2,57.0,[9 6],9 6],1,1.0 +1106,1106,12,num,two_rule_comb2,58.0,[5 0],5 0],1,1.0 +1106,1106,12,num,two_rule_comb2,59.0,[0 5],0 5],1,1.0 +1106,1106,12,num,two_rule_comb2,60.0,[2 0],2 0],1,1.0 +1106,1106,12,num,two_rule_comb2,61.0,[0 2],0 2],1,1.0 +1106,1106,12,num,two_rule_comb2,62.0,[5 1],5 1],1,1.0 +1106,1106,12,num,two_rule_comb2,63.0,[8 2],8 2,1,1.0 +1106,1106,12,num,two_rule_comb2,64.0,[8 7],8 7],1,1.0 +1106,1106,12,num,two_rule_comb2,65.0,[9 1],9 1],1,1.0 +1106,1106,12,num,two_rule_comb2,66.0,[5 9],5 9],1,1.0 +1106,1106,12,num,two_rule_comb2,67.0,[9 0],9 0],1,1.0 +1106,1106,12,num,two_rule_comb2,68.0,[0 9],0 9],1,1.0 +1106,1106,12,num,two_rule_comb2,69.0,[0 0],0 0],1,1.0 +1106,1106,12,num,two_rule_comb2,70.0,[5 8],5 8],1,1.0 +1106,1106,12,num,two_rule_comb2,71.0,[9 8],9 8],1,1.0 +1106,1106,12,num,two_rule_comb2,72.0,[1 1],1 1],1,1.0 +1106,1106,12,num,two_rule_comb2,73.0,[4 3],4 3],1,1.0 +1106,1106,12,num,two_rule_comb2,74.0,[8 2],8 2],1,1.0 +1106,1106,12,num,two_rule_comb2,75.0,[0 2],0 2],1,1.0 +1106,1106,12,num,two_rule_comb2,76.0,[5 7],5 7],1,1.0 +1106,1106,12,num,two_rule_comb2,77.0,[8 8],8 8],1,1.0 +1106,1106,12,num,two_rule_comb2,78.0,[6 6],6 6],1,1.0 +1106,1106,12,num,two_rule_comb2,79.0,[8 0],8 0],1,1.0 +1106,1106,12,num,two_rule_comb2,80.0,[2 2],2 2],1,1.0 +1106,1106,12,num,two_rule_comb2,81.0,[0 8],0 8],1,1.0 +1106,1106,12,num,two_rule_comb2,82.0,[7 5],7 5],1,1.0 +1106,1106,12,num,two_rule_comb2,83.0,[8 4],8 4,1,1.0 +1106,1106,12,num,two_rule_comb2,84.0,[5 2],5 2],1,1.0 +1106,1106,12,num,two_rule_comb2,85.0,[8 0],8 0],1,1.0 +1106,1106,12,num,two_rule_comb2,86.0,[5 0],5 0,1,1.0 +1106,1106,12,num,two_rule_comb2,87.0,[0 3],0 3,1,1.0 +1106,1106,12,num,two_rule_comb2,88.0,[7 1],7 1],1,1.0 +1106,1106,12,num,two_rule_comb2,89.0,[6 0],6 0],1,1.0 +1106,1106,12,num,two_rule_comb2,90.0,[8 5],8 5],1,1.0 +1106,1106,12,num,two_rule_comb2,91.0,[9 5],9 5],1,1.0 +1106,1106,12,num,two_rule_comb2,92.0,[0 5],0 5],1,1.0 +1106,1106,12,num,two_rule_comb2,93.0,[7 7],7 7],1,1.0 +1106,1106,12,num,two_rule_comb2,94.0,[7 0],7 0,1,1.0 +1106,1106,12,num,two_rule_comb2,95.0,[1 0],1 0],1,1.0 +1106,1106,12,num,two_rule_comb2,96.0,[2 0],2 0],1,1.0 +1106,1106,12,num,two_rule_comb2,97.0,[5 1],5 1],1,1.0 +1106,1106,12,num,two_rule_comb2,98.0,[6 4],6 4],1,1.0 +1106,1106,12,num,two_rule_comb2,99.0,[2 7],2 7],1,1.0 +1106,1106,12,num,two_rule_comb3,0.0,[9 1],9 1],1,1.0 +1106,1106,12,num,two_rule_comb3,1.0,[9 0],9 0,1,1.0 +1106,1106,12,num,two_rule_comb3,2.0,[4 8],4 8],1,1.0 +1106,1106,12,num,two_rule_comb3,3.0,[1 8],1 8,1,1.0 +1106,1106,12,num,two_rule_comb3,4.0,[5 7],5 7],1,1.0 +1106,1106,12,num,two_rule_comb3,5.0,[8 2],8 2],1,1.0 +1106,1106,12,num,two_rule_comb3,6.0,[9 2],9 2],1,1.0 +1106,1106,12,num,two_rule_comb3,7.0,[6 1],6 1],1,1.0 +1106,1106,12,num,two_rule_comb3,8.0,[9 8],9 8],1,1.0 +1106,1106,12,num,two_rule_comb3,9.0,[4 5],4 2],0,1.0 +1106,1106,12,num,two_rule_comb3,10.0,[0 4],2 6],0,1.0 +1106,1106,12,num,two_rule_comb3,11.0,[8 6],8 6],1,1.0 +1106,1106,12,num,two_rule_comb3,12.0,[8 3],8 3],1,1.0 +1106,1106,12,num,two_rule_comb3,13.0,[5 9],5 9,1,1.0 +1106,1106,12,num,two_rule_comb3,14.0,[6 4],6 4],1,1.0 +1106,1106,12,num,two_rule_comb3,15.0,[5 3],4 8],0,1.0 +1106,1106,12,num,two_rule_comb3,16.0,[0 5],0 5],1,1.0 +1106,1106,12,num,two_rule_comb3,17.0,[5 5],5 5],1,1.0 +1106,1106,12,num,two_rule_comb3,18.0,[7 0],7 2],0,1.0 +1106,1106,12,num,two_rule_comb3,19.0,[5 6],5 6],1,1.0 +1106,1106,12,num,two_rule_comb3,20.0,[6 4],6 4,1,1.0 +1106,1106,12,num,two_rule_comb3,21.0,[0 6],0 6],1,1.0 +1106,1106,12,num,two_rule_comb3,22.0,[7 0],7 0],1,1.0 +1106,1106,12,num,two_rule_comb3,23.0,[6 8],6 8],1,1.0 +1106,1106,12,num,two_rule_comb3,24.0,[8 3],8 3],1,1.0 +1106,1106,12,num,two_rule_comb3,25.0,[1 7],1 7],1,1.0 +1106,1106,12,num,two_rule_comb3,26.0,[1 2],8 1,0,1.0 +1106,1106,12,num,two_rule_comb3,27.0,[4 6],4 6],1,1.0 +1106,1106,12,num,two_rule_comb3,28.0,[1 2],3 1],0,1.0 +1106,1106,12,num,two_rule_comb3,29.0,[0 2],0 2],1,1.0 +1106,1106,12,num,two_rule_comb3,30.0,[2 4],2 4],1,1.0 +1106,1106,12,num,two_rule_comb3,31.0,[5 5],5 0],0,1.0 +1106,1106,12,num,two_rule_comb3,32.0,[9 6],9 6],1,1.0 +1106,1106,12,num,two_rule_comb3,33.0,[9 0],9 0],1,1.0 +1106,1106,12,num,two_rule_comb3,34.0,[3 4],3 3],0,1.0 +1106,1106,12,num,two_rule_comb3,35.0,[0 1],0 1],1,1.0 +1106,1106,12,num,two_rule_comb3,36.0,[6 3],6 3],1,1.0 +1106,1106,12,num,two_rule_comb3,37.0,[3 2],3 2],1,1.0 +1106,1106,12,num,two_rule_comb3,38.0,[2 1],2 1],1,1.0 +1106,1106,12,num,two_rule_comb3,39.0,[1 3],1 3,1,1.0 +1106,1106,12,num,two_rule_comb3,40.0,[9 1],9 1],1,1.0 +1106,1106,12,num,two_rule_comb3,41.0,[4 4],4 4],1,1.0 +1106,1106,12,num,two_rule_comb3,42.0,[9 8],8 8],0,1.0 +1106,1106,12,num,two_rule_comb3,43.0,[3 2],3 2],1,1.0 +1106,1106,12,num,two_rule_comb3,44.0,[0 8],0 8],1,1.0 +1106,1106,12,num,two_rule_comb3,45.0,[5 2],5 2],1,1.0 +1106,1106,12,num,two_rule_comb3,46.0,[2 3],2 3],1,1.0 +1106,1106,12,num,two_rule_comb3,47.0,[2 4],2 4],1,1.0 +1106,1106,12,num,two_rule_comb3,48.0,[5 1],5 1],1,1.0 +1106,1106,12,num,two_rule_comb3,49.0,[5 2],5 3],0,1.0 +1106,1106,12,num,two_rule_comb3,50.0,[6 9],6 9,1,1.0 +1106,1106,12,num,two_rule_comb3,51.0,[6 6],6 5],0,1.0 +1106,1106,12,num,two_rule_comb3,52.0,[6 3],None,0,1.0 +1106,1106,12,num,two_rule_comb3,53.0,[4 2],4 2],1,1.0 +1106,1106,12,num,two_rule_comb3,54.0,[9 9],1 9],0,1.0 +1106,1106,12,num,two_rule_comb3,55.0,[2 6],2 6],1,1.0 +1106,1106,12,num,two_rule_comb3,56.0,[3 0],3 0,1,1.0 +1106,1106,12,num,two_rule_comb3,57.0,[8 6],8 6],1,1.0 +1106,1106,12,num,two_rule_comb3,58.0,[7 8],7 8],1,1.0 +1106,1106,12,num,two_rule_comb3,59.0,[3 2],3 2],1,1.0 +1106,1106,12,num,two_rule_comb3,60.0,[8 1],8 1],1,1.0 +1106,1106,12,num,two_rule_comb3,61.0,[3 7],3 7],1,1.0 +1106,1106,12,num,two_rule_comb3,62.0,[9 6],6 6],0,1.0 +1106,1106,12,num,two_rule_comb3,63.0,[9 1],9 2],0,1.0 +1106,1106,12,num,two_rule_comb3,64.0,[1 1],1 8],0,1.0 +1106,1106,12,num,two_rule_comb3,65.0,[9 7],9 7],1,1.0 +1106,1106,12,num,two_rule_comb3,66.0,[8 7],8 1],0,1.0 +1106,1106,12,num,two_rule_comb3,67.0,[9 2],9 2],1,1.0 +1106,1106,12,num,two_rule_comb3,68.0,[8 2],8 5],0,1.0 +1106,1106,12,num,two_rule_comb3,69.0,[1 3],1 3],1,1.0 +1106,1106,12,num,two_rule_comb3,70.0,[4 7],None,0,1.0 +1106,1106,12,num,two_rule_comb3,71.0,[7 2],7 2],1,1.0 +1106,1106,12,num,two_rule_comb3,72.0,[0 2],0 2],1,1.0 +1106,1106,12,num,two_rule_comb3,73.0,[6 1],6 1],1,1.0 +1106,1106,12,num,two_rule_comb3,74.0,[3 3],3 3],1,1.0 +1106,1106,12,num,two_rule_comb3,75.0,[8 4],8 4],1,1.0 +1106,1106,12,num,two_rule_comb3,76.0,[7 0],7 6],0,1.0 +1106,1106,12,num,two_rule_comb3,77.0,[0 8],8 8],0,1.0 +1106,1106,12,num,two_rule_comb3,78.0,[8 3],8 3],1,1.0 +1106,1106,12,num,two_rule_comb3,79.0,[4 2],4 2],1,1.0 +1106,1106,12,num,two_rule_comb3,80.0,[1 0],1 0],1,1.0 +1106,1106,12,num,two_rule_comb3,81.0,[3 0],3 0],1,1.0 +1106,1106,12,num,two_rule_comb3,82.0,[1 4],3 1],0,1.0 +1106,1106,12,num,two_rule_comb3,83.0,[0 4],0 4],1,1.0 +1106,1106,12,num,two_rule_comb3,84.0,[1 4],1 4],1,1.0 +1106,1106,12,num,two_rule_comb3,85.0,[6 9],9 6],0,1.0 +1106,1106,12,num,two_rule_comb3,86.0,[3 8],3 8],1,1.0 +1106,1106,12,num,two_rule_comb3,87.0,[9 5],5 1],0,1.0 +1106,1106,12,num,two_rule_comb3,88.0,[6 2],6 2],1,1.0 +1106,1106,12,num,two_rule_comb3,89.0,[2 1],1 2],0,1.0 +1106,1106,12,num,two_rule_comb3,90.0,[3 6],3 6],1,1.0 +1106,1106,12,num,two_rule_comb3,91.0,[5 4],4 4],0,1.0 +1106,1106,12,num,two_rule_comb3,92.0,[2 5],2 5],1,1.0 +1106,1106,12,num,two_rule_comb3,93.0,[2 6],2 6],1,1.0 +1106,1106,12,num,two_rule_comb3,94.0,[6 2],6 2],1,1.0 +1106,1106,12,num,two_rule_comb3,95.0,[7 8],7 8],1,1.0 +1106,1106,12,num,two_rule_comb3,96.0,[5 8],5 6],0,1.0 +1106,1106,12,num,two_rule_comb3,97.0,[8 9],8 9,1,1.0 +1106,1106,12,num,two_rule_comb3,98.0,[1 3],1 3],1,1.0 +1106,1106,12,num,two_rule_comb3,99.0,[4 9],None,0,1.0 +1106,1106,12,num,two_rule_comb4,0.0,[1 6],1 6],1,1.0 +1106,1106,12,num,two_rule_comb4,1.0,[5 7],5 1],0,1.0 +1106,1106,12,num,two_rule_comb4,2.0,[4 3],4 3],1,1.0 +1106,1106,12,num,two_rule_comb4,3.0,[3 1],5 1],0,1.0 +1106,1106,12,num,two_rule_comb4,4.0,[1 4],1 6],0,1.0 +1106,1106,12,num,two_rule_comb4,5.0,[9 1],9 1],1,1.0 +1106,1106,12,num,two_rule_comb4,6.0,[1 3],1 3],1,1.0 +1106,1106,12,num,two_rule_comb4,7.0,[3 4],3 4],1,1.0 +1106,1106,12,num,two_rule_comb4,8.0,[6 4],6 4],1,1.0 +1106,1106,12,num,two_rule_comb4,9.0,[2 4],2 11],0,1.0 +1106,1106,12,num,two_rule_comb4,10.0,[8 5],8 5],1,1.0 +1106,1106,12,num,two_rule_comb4,11.0,[0 1],0 1],1,1.0 +1106,1106,12,num,two_rule_comb4,12.0,[9 4],9 4],1,1.0 +1106,1106,12,num,two_rule_comb4,13.0,[9 0],8 0],0,1.0 +1106,1106,12,num,two_rule_comb4,14.0,[9 2],9 2],1,1.0 +1106,1106,12,num,two_rule_comb4,15.0,[6 6],6 6],1,1.0 +1106,1106,12,num,two_rule_comb4,16.0,[1 0],1 8],0,1.0 +1106,1106,12,num,two_rule_comb4,17.0,[5 9],6 9],0,1.0 +1106,1106,12,num,two_rule_comb4,18.0,[7 9],7 9],1,1.0 +1106,1106,12,num,two_rule_comb4,19.0,[2 3],2 3],1,1.0 +1106,1106,12,num,two_rule_comb4,20.0,[9 2],9 4],0,1.0 +1106,1106,12,num,two_rule_comb4,21.0,[4 1],4 1],1,1.0 +1106,1106,12,num,two_rule_comb4,22.0,[4 3],4 3],1,1.0 +1106,1106,12,num,two_rule_comb4,23.0,[1 3],1 7],0,1.0 +1106,1106,12,num,two_rule_comb4,24.0,[5 8],5 8],1,1.0 +1106,1106,12,num,two_rule_comb4,25.0,[5 3],4 3],0,1.0 +1106,1106,12,num,two_rule_comb4,26.0,[1 1],1 1],1,1.0 +1106,1106,12,num,two_rule_comb4,27.0,[8 4],8 4],1,1.0 +1106,1106,12,num,two_rule_comb4,28.0,[4 2],4 2],1,1.0 +1106,1106,12,num,two_rule_comb4,29.0,[4 1],4 1],1,1.0 +1106,1106,12,num,two_rule_comb4,30.0,[9 6],9 6,1,1.0 +1106,1106,12,num,two_rule_comb4,31.0,[0 7],0 3],0,1.0 +1106,1106,12,num,two_rule_comb4,32.0,[0 0],0 0],1,1.0 +1106,1106,12,num,two_rule_comb4,33.0,[5 0],5 0],1,1.0 +1106,1106,12,num,two_rule_comb4,34.0,[8 6],8 3,0,1.0 +1106,1106,12,num,two_rule_comb4,35.0,[5 7],3 6],0,1.0 +1106,1106,12,num,two_rule_comb4,36.0,[0 4],0 1],0,1.0 +1106,1106,12,num,two_rule_comb4,37.0,[9 4],9 7,0,1.0 +1106,1106,12,num,two_rule_comb4,38.0,[7 0],4 1],0,1.0 +1106,1106,12,num,two_rule_comb4,39.0,[0 4],0 9],0,1.0 +1106,1106,12,num,two_rule_comb4,40.0,[7 2],7 2],1,1.0 +1106,1106,12,num,two_rule_comb4,41.0,[3 9],3 5],0,1.0 +1106,1106,12,num,two_rule_comb4,42.0,[5 0],5 0],1,1.0 +1106,1106,12,num,two_rule_comb4,43.0,[9 5],9 5,1,1.0 +1106,1106,12,num,two_rule_comb4,44.0,[5 0],5 0],1,1.0 +1106,1106,12,num,two_rule_comb4,45.0,[1 3],1 0],0,1.0 +1106,1106,12,num,two_rule_comb4,46.0,[1 0],1 6],0,1.0 +1106,1106,12,num,two_rule_comb4,47.0,[2 4],5 4],0,1.0 +1106,1106,12,num,two_rule_comb4,48.0,[5 4],5 2],0,1.0 +1106,1106,12,num,two_rule_comb4,49.0,[6 3],6 2],0,1.0 +1106,1106,12,num,two_rule_comb4,50.0,[9 4],9 6],0,1.0 +1106,1106,12,num,two_rule_comb4,51.0,[6 5],6 5],1,1.0 +1106,1106,12,num,two_rule_comb4,52.0,[8 6],6 6],0,1.0 +1106,1106,12,num,two_rule_comb4,53.0,[7 2],None,0,1.0 +1106,1106,12,num,two_rule_comb4,54.0,[6 4],6 2],0,1.0 +1106,1106,12,num,two_rule_comb4,55.0,[7 3],None,0,1.0 +1106,1106,12,num,two_rule_comb4,56.0,[7 9],7 0],0,1.0 +1106,1106,12,num,two_rule_comb4,57.0,[8 1],8 1],1,1.0 +1106,1106,12,num,two_rule_comb4,58.0,[6 1],6 1],1,1.0 +1106,1106,12,num,two_rule_comb4,59.0,[8 8],8 8],1,1.0 +1106,1106,12,num,two_rule_comb4,60.0,[1 5],1 1],0,1.0 +1106,1106,12,num,two_rule_comb4,61.0,[8 5],8 5],1,1.0 +1106,1106,12,num,two_rule_comb4,62.0,[9 3],None,0,1.0 +1106,1106,12,num,two_rule_comb4,63.0,[0 2],0 16],0,1.0 +1106,1106,12,num,two_rule_comb4,64.0,[0 2],0 4],0,1.0 +1106,1106,12,num,two_rule_comb4,65.0,[2 7],6 5],0,1.0 +1106,1106,12,num,two_rule_comb4,66.0,[2 7],2 7],1,1.0 +1106,1106,12,num,two_rule_comb4,67.0,[6 4],6 4],1,1.0 +1106,1106,12,num,two_rule_comb4,68.0,[3 7],3 7],1,1.0 +1106,1106,12,num,two_rule_comb4,69.0,[1 5],1 5],1,1.0 +1106,1106,12,num,two_rule_comb4,70.0,[1 1],1 1],1,1.0 +1106,1106,12,num,two_rule_comb4,71.0,[0 1],0 1],1,1.0 +1106,1106,12,num,two_rule_comb4,72.0,[4 9],4 5],0,1.0 +1106,1106,12,num,two_rule_comb4,73.0,[5 3],5 6],0,1.0 +1106,1106,12,num,two_rule_comb4,74.0,[0 0],0 0],1,1.0 +1106,1106,12,num,two_rule_comb4,75.0,[3 0],3 8,0,1.0 +1106,1106,12,num,two_rule_comb4,76.0,[1 3],1 5],0,1.0 +1106,1106,12,num,two_rule_comb4,77.0,[3 9],3 6,0,1.0 +1106,1106,12,num,two_rule_comb4,78.0,[7 5],7 5],1,1.0 +1106,1106,12,num,two_rule_comb4,79.0,[5 6],5 5,0,1.0 +1106,1106,12,num,two_rule_comb4,80.0,[4 6],None,0,1.0 +1106,1106,12,num,two_rule_comb4,81.0,[4 8],None,0,1.0 +1106,1106,12,num,two_rule_comb4,82.0,[3 2],3 7],0,1.0 +1106,1106,12,num,two_rule_comb4,83.0,[0 2],0 2],1,1.0 +1106,1106,12,num,two_rule_comb4,84.0,[7 0],7 5],0,1.0 +1106,1106,12,num,two_rule_comb4,85.0,[5 1],3 1],0,1.0 +1106,1106,12,num,two_rule_comb4,86.0,[7 8],6 8],0,1.0 +1106,1106,12,num,two_rule_comb4,87.0,[0 5],0 2],0,1.0 +1106,1106,12,num,two_rule_comb4,88.0,[7 4],7 4],1,1.0 +1106,1106,12,num,two_rule_comb4,89.0,[9 9],9 7],0,1.0 +1106,1106,12,num,two_rule_comb4,90.0,[8 0],8 0],1,1.0 +1106,1106,12,num,two_rule_comb4,91.0,[2 1],2 2],0,1.0 +1106,1106,12,num,two_rule_comb4,92.0,[4 5],4 4],0,1.0 +1106,1106,12,num,two_rule_comb4,93.0,[4 5],4 5],1,1.0 +1106,1106,12,num,two_rule_comb4,94.0,[6 0],None,0,1.0 +1106,1106,12,num,two_rule_comb4,95.0,[3 5],3 5],1,1.0 +1106,1106,12,num,two_rule_comb4,96.0,[7 1],1 1],0,1.0 +1106,1106,12,num,two_rule_comb4,97.0,[4 9],None,0,1.0 +1106,1106,12,num,two_rule_comb4,98.0,[0 9],1 9],0,1.0 +1106,1106,12,num,two_rule_comb4,99.0,[1 6],1 6],1,1.0 +1106,1106,12,num,two_rule_comb5,0.0,[2 0],2 0],1,1.0 +1106,1106,12,num,two_rule_comb5,1.0,[4 4],4 4],1,1.0 +1106,1106,12,num,two_rule_comb5,2.0,[9 9],9 9],1,1.0 +1106,1106,12,num,two_rule_comb5,3.0,[4 5],4 5],1,1.0 +1106,1106,12,num,two_rule_comb5,4.0,[9 4],9 4],1,1.0 +1106,1106,12,num,two_rule_comb5,5.0,[0 1],0 1,1,1.0 +1106,1106,12,num,two_rule_comb5,6.0,[9 1],9 1],1,1.0 +1106,1106,12,num,two_rule_comb5,7.0,[2 3],2 3],1,1.0 +1106,1106,12,num,two_rule_comb5,8.0,[4 0],4 0],1,1.0 +1106,1106,12,num,two_rule_comb5,9.0,[3 4],3 4],1,1.0 +1106,1106,12,num,two_rule_comb5,10.0,[9 0],9 0,1,1.0 +1106,1106,12,num,two_rule_comb5,11.0,[4 8],4 8],1,1.0 +1106,1106,12,num,two_rule_comb5,12.0,[9 6],9 6],1,1.0 +1106,1106,12,num,two_rule_comb5,13.0,[3 6],3 6],1,1.0 +1106,1106,12,num,two_rule_comb5,14.0,[5 8],5 8],1,1.0 +1106,1106,12,num,two_rule_comb5,15.0,[6 1],6 1,1,1.0 +1106,1106,12,num,two_rule_comb5,16.0,[1 9],1 9,1,1.0 +1106,1106,12,num,two_rule_comb5,17.0,[6 4],6 4],1,1.0 +1106,1106,12,num,two_rule_comb5,18.0,[1 0],1 0,1,1.0 +1106,1106,12,num,two_rule_comb5,19.0,[7 9],7 9],1,1.0 +1106,1106,12,num,two_rule_comb5,20.0,[1 9],1 9],1,1.0 +1106,1106,12,num,two_rule_comb5,21.0,[8 5],8 5],1,1.0 +1106,1106,12,num,two_rule_comb5,22.0,[9 6],9 6],1,1.0 +1106,1106,12,num,two_rule_comb5,23.0,[6 0],6 0],1,1.0 +1106,1106,12,num,two_rule_comb5,24.0,[9 3],9 3],1,1.0 +1106,1106,12,num,two_rule_comb5,25.0,[9 8],9 8],1,1.0 +1106,1106,12,num,two_rule_comb5,26.0,[1 5],1 5],1,1.0 +1106,1106,12,num,two_rule_comb5,27.0,[2 6],2 6],1,1.0 +1106,1106,12,num,two_rule_comb5,28.0,[9 8],9 8,1,1.0 +1106,1106,12,num,two_rule_comb5,29.0,[8 7],8 7],1,1.0 +1106,1106,12,num,two_rule_comb5,30.0,[7 4],7 4,1,1.0 +1106,1106,12,num,two_rule_comb5,31.0,[5 3],5 3,1,1.0 +1106,1106,12,num,two_rule_comb5,32.0,[1 8],1 8,1,1.0 +1106,1106,12,num,two_rule_comb5,33.0,[9 0],9 0,1,1.0 +1106,1106,12,num,two_rule_comb5,34.0,[8 4],8 4],1,1.0 +1106,1106,12,num,two_rule_comb5,35.0,[0 0],0 0],1,1.0 +1106,1106,12,num,two_rule_comb5,36.0,[3 1],3 1],1,1.0 +1106,1106,12,num,two_rule_comb5,37.0,[5 6],5 6],1,1.0 +1106,1106,12,num,two_rule_comb5,38.0,[4 3],4 3],1,1.0 +1106,1106,12,num,two_rule_comb5,39.0,[7 5],7 5],1,1.0 +1106,1106,12,num,two_rule_comb5,40.0,[0 9],0 9],1,1.0 +1106,1106,12,num,two_rule_comb5,41.0,[9 5],9 5],1,1.0 +1106,1106,12,num,two_rule_comb5,42.0,[0 4],0 4],1,1.0 +1106,1106,12,num,two_rule_comb5,43.0,[5 9],5 9],1,1.0 +1106,1106,12,num,two_rule_comb5,44.0,[2 1],2 1],1,1.0 +1106,1106,12,num,two_rule_comb5,45.0,[2 1],2 1,1,1.0 +1106,1106,12,num,two_rule_comb5,46.0,[3 9],3 9],1,1.0 +1106,1106,12,num,two_rule_comb5,47.0,[5 7],5 7],1,1.0 +1106,1106,12,num,two_rule_comb5,48.0,[3 8],3 8],1,1.0 +1106,1106,12,num,two_rule_comb5,49.0,[0 8],0 8],1,1.0 +1106,1106,12,num,two_rule_comb5,50.0,[3 5],3 5],1,1.0 +1106,1106,12,num,two_rule_comb5,51.0,[1 7],1 7],1,1.0 +1106,1106,12,num,two_rule_comb5,52.0,[4 9],None,0,1.0 +1106,1106,12,num,two_rule_comb5,53.0,[4 2],4 2],1,1.0 +1106,1106,12,num,two_rule_comb5,54.0,[0 9],0 9],1,1.0 +1106,1106,12,num,two_rule_comb5,55.0,[1 0],1 0,1,1.0 +1106,1106,12,num,two_rule_comb5,56.0,[9 5],9 5],1,1.0 +1106,1106,12,num,two_rule_comb5,57.0,[5 5],5 5],1,1.0 +1106,1106,12,num,two_rule_comb5,58.0,[0 5],0 5],1,1.0 +1106,1106,12,num,two_rule_comb5,59.0,[6 2],6 2,1,1.0 +1106,1106,12,num,two_rule_comb5,60.0,[6 5],6 5],1,1.0 +1106,1106,12,num,two_rule_comb5,61.0,[8 6],8 6],1,1.0 +1106,1106,12,num,two_rule_comb5,62.0,[4 6],None,0,1.0 +1106,1106,12,num,two_rule_comb5,63.0,[3 8],3 8],1,1.0 +1106,1106,12,num,two_rule_comb5,64.0,[8 0],8 0],1,1.0 +1106,1106,12,num,two_rule_comb5,65.0,[6 5],6 5],1,1.0 +1106,1106,12,num,two_rule_comb5,66.0,[0 7],0 7],1,1.0 +1106,1106,12,num,two_rule_comb5,67.0,[2 5],2 5],1,1.0 +1106,1106,12,num,two_rule_comb5,68.0,[4 0],4 0],1,1.0 +1106,1106,12,num,two_rule_comb5,69.0,[9 2],9 2,1,1.0 +1106,1106,12,num,two_rule_comb5,70.0,[7 0],7 0],1,1.0 +1106,1106,12,num,two_rule_comb5,71.0,[6 0],6 0],1,1.0 +1106,1106,12,num,two_rule_comb5,72.0,[8 0],8 0,1,1.0 +1106,1106,12,num,two_rule_comb5,73.0,[5 0],5 0,1,1.0 +1106,1106,12,num,two_rule_comb5,74.0,[4 9],None,0,1.0 +1106,1106,12,num,two_rule_comb5,75.0,[1 4],1 4],1,1.0 +1106,1106,12,num,two_rule_comb5,76.0,[9 0],9 0,1,1.0 +1106,1106,12,num,two_rule_comb5,77.0,[4 8],None,0,1.0 +1106,1106,12,num,two_rule_comb5,78.0,[4 1],4 1],1,1.0 +1106,1106,12,num,two_rule_comb5,79.0,[7 5],7 5],1,1.0 +1106,1106,12,num,two_rule_comb5,80.0,[4 3],4 3],1,1.0 +1106,1106,12,num,two_rule_comb5,81.0,[5 1],5 1],1,1.0 +1106,1106,12,num,two_rule_comb5,82.0,[5 1],5 1],1,1.0 +1106,1106,12,num,two_rule_comb5,83.0,[0 8],0 8],1,1.0 +1106,1106,12,num,two_rule_comb5,84.0,[2 8],2 8],1,1.0 +1106,1106,12,num,two_rule_comb5,85.0,[7 2],7 2,1,1.0 +1106,1106,12,num,two_rule_comb5,86.0,[3 9],3 9],1,1.0 +1106,1106,12,num,two_rule_comb5,87.0,[7 3],7 3,1,1.0 +1106,1106,12,num,two_rule_comb5,88.0,[1 6],1 6],1,1.0 +1106,1106,12,num,two_rule_comb5,89.0,[4 0],4 0],1,1.0 +1106,1106,12,num,two_rule_comb5,90.0,[4 9],None,0,1.0 +1106,1106,12,num,two_rule_comb5,91.0,[8 4],8 4],1,1.0 +1106,1106,12,num,two_rule_comb5,92.0,[4 4],4 4],1,1.0 +1106,1106,12,num,two_rule_comb5,93.0,[1 5],1 5],1,1.0 +1106,1106,12,num,two_rule_comb5,94.0,[1 8],1 8,1,1.0 +1106,1106,12,num,two_rule_comb5,95.0,[6 7],6 7],1,1.0 +1106,1106,12,num,two_rule_comb5,96.0,[1 1],1 1],1,1.0 +1106,1106,12,num,two_rule_comb5,97.0,[9 7],9 7],1,1.0 +1106,1106,12,num,two_rule_comb5,98.0,[6 8],6 8],1,1.0 +1106,1106,12,num,two_rule_comb5,99.0,[0 8],0 8],1,1.0 +1106,1106,12,num,three_rule_comb0,0.0,[1 8 8],1 8 8,1,1.0 +1106,1106,12,num,three_rule_comb0,1.0,[3 0 0],3 0 0],1,1.0 +1106,1106,12,num,three_rule_comb0,2.0,[2 9 0],2 9 0,1,1.0 +1106,1106,12,num,three_rule_comb0,3.0,[9 7 2],9 7 2,1,1.0 +1106,1106,12,num,three_rule_comb0,4.0,[8 0 5],8 0 5],1,1.0 +1106,1106,12,num,three_rule_comb0,5.0,[6 0 9],6 0 9,1,1.0 +1106,1106,12,num,three_rule_comb0,6.0,[4 9 8],4 9 8,1,1.0 +1106,1106,12,num,three_rule_comb0,7.0,[8 7 1],8 7 1,1,1.0 +1106,1106,12,num,three_rule_comb0,8.0,[2 5 3],2 5 3],1,1.0 +1106,1106,12,num,three_rule_comb0,9.0,[8 9 4],8 9 4],1,1.0 +1106,1106,12,num,three_rule_comb0,10.0,[1 5 7],1 5 7,1,1.0 +1106,1106,12,num,three_rule_comb0,11.0,[9 1 3],9 1 3,1,1.0 +1106,1106,12,num,three_rule_comb0,12.0,[1 5 4],1 5 4],1,1.0 +1106,1106,12,num,three_rule_comb0,13.0,[7 7 9],7 7 9,1,1.0 +1106,1106,12,num,three_rule_comb0,14.0,[4 9 5],4 9 5,1,1.0 +1106,1106,12,num,three_rule_comb0,15.0,[4 7 2],4 7 2,1,1.0 +1106,1106,12,num,three_rule_comb0,16.0,[6 3 1],6 3 1,1,1.0 +1106,1106,12,num,three_rule_comb0,17.0,[8 2 4],8 2 4],1,1.0 +1106,1106,12,num,three_rule_comb0,18.0,[5 7 7],5 7 7],1,1.0 +1106,1106,12,num,three_rule_comb0,19.0,[5 6 3],5 6 3],1,1.0 +1106,1106,12,num,three_rule_comb0,20.0,[2 2 4],2 2 4],1,1.0 +1106,1106,12,num,three_rule_comb0,21.0,[7 1 0],7 1 0],1,1.0 +1106,1106,12,num,three_rule_comb0,22.0,[8 1 1],8 1 1,1,1.0 +1106,1106,12,num,three_rule_comb0,23.0,[2 1 3],2 1 3,1,1.0 +1106,1106,12,num,three_rule_comb0,24.0,[6 7 1],6 7 1,1,1.0 +1106,1106,12,num,three_rule_comb0,25.0,[1 4 3],1 4 3,1,1.0 +1106,1106,12,num,three_rule_comb0,26.0,[8 9 6],8 9 6,1,1.0 +1106,1106,12,num,three_rule_comb0,27.0,[4 3 3],4 3 3,1,1.0 +1106,1106,12,num,three_rule_comb0,28.0,[8 4 1],8 4 1,1,1.0 +1106,1106,12,num,three_rule_comb0,29.0,[2 0 4],2 0 4,1,1.0 +1106,1106,12,num,three_rule_comb0,30.0,[6 7 3],6 7 3,1,1.0 +1106,1106,12,num,three_rule_comb0,31.0,[1 1 8],1 1 8,1,1.0 +1106,1106,12,num,three_rule_comb0,32.0,[4 8 8],4 8 8],1,1.0 +1106,1106,12,num,three_rule_comb0,33.0,[0 5 5],0 5 5,1,1.0 +1106,1106,12,num,three_rule_comb0,34.0,[1 8 0],1 8 0],1,1.0 +1106,1106,12,num,three_rule_comb0,35.0,[5 8 0],5 8 0],1,1.0 +1106,1106,12,num,three_rule_comb0,36.0,[1 4 8],1 4 8,1,1.0 +1106,1106,12,num,three_rule_comb0,37.0,[1 6 4],1 6 4],1,1.0 +1106,1106,12,num,three_rule_comb0,38.0,[8 7 9],8 7 9],1,1.0 +1106,1106,12,num,three_rule_comb0,39.0,[8 8 1],8 8 1,1,1.0 +1106,1106,12,num,three_rule_comb0,40.0,[9 4 4],9 4 4,1,1.0 +1106,1106,12,num,three_rule_comb0,41.0,[0 1 7],0 1 7,1,1.0 +1106,1106,12,num,three_rule_comb0,42.0,[7 0 6],7 0 6,1,1.0 +1106,1106,12,num,three_rule_comb0,43.0,[3 0 3],3 0 3,1,1.0 +1106,1106,12,num,three_rule_comb0,44.0,[9 1 0],9 1 0,1,1.0 +1106,1106,12,num,three_rule_comb0,45.0,[8 7 2],8 7 2],1,1.0 +1106,1106,12,num,three_rule_comb0,46.0,[2 6 6],2 6 6,1,1.0 +1106,1106,12,num,three_rule_comb0,47.0,[7 2 7],7 2 7,1,1.0 +1106,1106,12,num,three_rule_comb0,48.0,[8 3 5],8 3 5,1,1.0 +1106,1106,12,num,three_rule_comb0,49.0,[4 4 9],4 4 9],1,1.0 +1106,1106,12,num,three_rule_comb0,50.0,[8 3 7],8 3 7,1,1.0 +1106,1106,12,num,three_rule_comb0,51.0,[2 1 7],2 1 7,1,1.0 +1106,1106,12,num,three_rule_comb0,52.0,[9 5 5],9 5 5],1,1.0 +1106,1106,12,num,three_rule_comb0,53.0,[8 3 7],8 3 7],1,1.0 +1106,1106,12,num,three_rule_comb0,54.0,[4 9 1],4 9 1],1,1.0 +1106,1106,12,num,three_rule_comb0,55.0,[7 4 6],7 4 6],1,1.0 +1106,1106,12,num,three_rule_comb0,56.0,[7 3 7],7 3 7,1,1.0 +1106,1106,12,num,three_rule_comb0,57.0,[0 4 9],0 4 9,1,1.0 +1106,1106,12,num,three_rule_comb0,58.0,[2 1 9],2 1 9],1,1.0 +1106,1106,12,num,three_rule_comb0,59.0,[3 2 6],3 2 6,1,1.0 +1106,1106,12,num,three_rule_comb0,60.0,[2 5 1],2 5 1,1,1.0 +1106,1106,12,num,three_rule_comb0,61.0,[3 1 0],3 1 0],1,1.0 +1106,1106,12,num,three_rule_comb0,62.0,[9 8 5],9 8 5],1,1.0 +1106,1106,12,num,three_rule_comb0,63.0,[5 6 3],5 6 3,1,1.0 +1106,1106,12,num,three_rule_comb0,64.0,[3 5 5],3 5 5],1,1.0 +1106,1106,12,num,three_rule_comb0,65.0,[1 0 6],1 0 6,1,1.0 +1106,1106,12,num,three_rule_comb0,66.0,[0 8 2],0 8 2,1,1.0 +1106,1106,12,num,three_rule_comb0,67.0,[8 3 9],8 3 9],1,1.0 +1106,1106,12,num,three_rule_comb0,68.0,[7 5 4],7 5 4,1,1.0 +1106,1106,12,num,three_rule_comb0,69.0,[2 1 7],2 1 7,1,1.0 +1106,1106,12,num,three_rule_comb0,70.0,[8 8 3],8 8 3,1,1.0 +1106,1106,12,num,three_rule_comb0,71.0,[7 8 6],7 8 6,1,1.0 +1106,1106,12,num,three_rule_comb0,72.0,[5 5 6],5 5 6,1,1.0 +1106,1106,12,num,three_rule_comb0,73.0,[1 2 8],1 2 8,1,1.0 +1106,1106,12,num,three_rule_comb0,74.0,[1 0 7],1 0 7],1,1.0 +1106,1106,12,num,three_rule_comb0,75.0,[6 9 3],6 9 3,1,1.0 +1106,1106,12,num,three_rule_comb0,76.0,[4 2 6],4 2 6,1,1.0 +1106,1106,12,num,three_rule_comb0,77.0,[4 6 7],4 6 7],1,1.0 +1106,1106,12,num,three_rule_comb0,78.0,[2 7 9],2 7 9],1,1.0 +1106,1106,12,num,three_rule_comb0,79.0,[6 9 2],6 9 2,1,1.0 +1106,1106,12,num,three_rule_comb0,80.0,[1 3 7],1 3 7,1,1.0 +1106,1106,12,num,three_rule_comb0,81.0,[8 2 3],3,0,1.0 +1106,1106,12,num,three_rule_comb0,82.0,[2 4 9],2 4 9,1,1.0 +1106,1106,12,num,three_rule_comb0,83.0,[6 9 7],6 9 7,1,1.0 +1106,1106,12,num,three_rule_comb0,84.0,[8 7 5],8 7 5,1,1.0 +1106,1106,12,num,three_rule_comb0,85.0,[8 9 7],8 9 7],1,1.0 +1106,1106,12,num,three_rule_comb0,86.0,[6 7 7],6 7 7],1,1.0 +1106,1106,12,num,three_rule_comb0,87.0,[6 1 9],6 1 9,1,1.0 +1106,1106,12,num,three_rule_comb0,88.0,[1 3 7],1 3 7],1,1.0 +1106,1106,12,num,three_rule_comb0,89.0,[2 1 9],2 1 9,1,1.0 +1106,1106,12,num,three_rule_comb0,90.0,[2 0 7],2 0 7,1,1.0 +1106,1106,12,num,three_rule_comb0,91.0,[4 0 4],4 0 4,1,1.0 +1106,1106,12,num,three_rule_comb0,92.0,[5 4 1],5 4 1,1,1.0 +1106,1106,12,num,three_rule_comb0,93.0,[0 8 2],0 8 2,1,1.0 +1106,1106,12,num,three_rule_comb0,94.0,[0 3 5],0 3 5],1,1.0 +1106,1106,12,num,three_rule_comb0,95.0,[7 9 2],7 9 2,1,1.0 +1106,1106,12,num,three_rule_comb0,96.0,[9 7 7],2,0,1.0 +1106,1106,12,num,three_rule_comb0,97.0,[2 1 8],2 1 8],1,1.0 +1106,1106,12,num,three_rule_comb0,98.0,[4 7 9],4 7 9,1,1.0 +1106,1106,12,num,three_rule_comb0,99.0,[5 8 1],5 8 1],1,1.0 +1106,1106,12,num,three_rule_comb1,0.0,[6 9 0],6 9 0,1,1.0 +1106,1106,12,num,three_rule_comb1,1.0,[8 9 9],1 9 9],0,1.0 +1106,1106,12,num,three_rule_comb1,2.0,[3 3 2],1 3 2],0,1.0 +1106,1106,12,num,three_rule_comb1,3.0,[6 4 8],6 4 8,1,1.0 +1106,1106,12,num,three_rule_comb1,4.0,[2 2 3],2 2 3,1,1.0 +1106,1106,12,num,three_rule_comb1,5.0,[2 3 5],2 2 5,0,1.0 +1106,1106,12,num,three_rule_comb1,6.0,[6 4 4],6 4 5,0,1.0 +1106,1106,12,num,three_rule_comb1,7.0,[5 7 6],5 7 5],0,1.0 +1106,1106,12,num,three_rule_comb1,8.0,[2 4 7],2 4 7],1,1.0 +1106,1106,12,num,three_rule_comb1,9.0,[7 7 8],7 4 8,0,1.0 +1106,1106,12,num,three_rule_comb1,10.0,[1 9 1],1 9 1,1,1.0 +1106,1106,12,num,three_rule_comb1,11.0,[3 5 5],3 5 3],0,1.0 +1106,1106,12,num,three_rule_comb1,12.0,[7 7 6],7 8 6],0,1.0 +1106,1106,12,num,three_rule_comb1,13.0,[8 3 2],8 3 2,1,1.0 +1106,1106,12,num,three_rule_comb1,14.0,[8 9 3],8 9 3],1,1.0 +1106,1106,12,num,three_rule_comb1,15.0,[0 3 0],0 3 0,1,1.0 +1106,1106,12,num,three_rule_comb1,16.0,[4 6 0],4 3 0],0,1.0 +1106,1106,12,num,three_rule_comb1,17.0,[2 7 0],2 7 0,1,1.0 +1106,1106,12,num,three_rule_comb1,18.0,[3 3 5],3 3 5,1,1.0 +1106,1106,12,num,three_rule_comb1,19.0,[7 4 9],7 4 9,1,1.0 +1106,1106,12,num,three_rule_comb1,20.0,[4 1 0],4 1 0,1,1.0 +1106,1106,12,num,three_rule_comb1,21.0,[9 1 6],0 1 6,0,1.0 +1106,1106,12,num,three_rule_comb1,22.0,[5 5 7],5 5 1],0,1.0 +1106,1106,12,num,three_rule_comb1,23.0,[1 8 9],1 7 9,0,1.0 +1106,1106,12,num,three_rule_comb1,24.0,[9 4 3],9 4 6],0,1.0 +1106,1106,12,num,three_rule_comb1,25.0,[8 4 6],8 4 1,0,1.0 +1106,1106,12,num,three_rule_comb1,26.0,[8 7 1],8 7 1,1,1.0 +1106,1106,12,num,three_rule_comb1,27.0,[9 9 5],9 9 1],0,1.0 +1106,1106,12,num,three_rule_comb1,28.0,[0 2 8],0 2 5,0,1.0 +1106,1106,12,num,three_rule_comb1,29.0,[8 6 2],3 6 2],0,1.0 +1106,1106,12,num,three_rule_comb1,30.0,[6 0 0],6 0 0,1,1.0 +1106,1106,12,num,three_rule_comb1,31.0,[3 9 8],6 9 8],0,1.0 +1106,1106,12,num,three_rule_comb1,32.0,[1 2 0],1 5 0,0,1.0 +1106,1106,12,num,three_rule_comb1,33.0,[2 6 1],2 2 1],0,1.0 +1106,1106,12,num,three_rule_comb1,34.0,[4 4 2],4 4 2,1,1.0 +1106,1106,12,num,three_rule_comb1,35.0,[8 1 2],8 1 2,1,1.0 +1106,1106,12,num,three_rule_comb1,36.0,[4 8 2],6 8 2,0,1.0 +1106,1106,12,num,three_rule_comb1,37.0,[5 5 6],7 6 6,0,1.0 +1106,1106,12,num,three_rule_comb1,38.0,[8 8 2],8 8 0,0,1.0 +1106,1106,12,num,three_rule_comb1,39.0,[9 2 5],9 2 5,1,1.0 +1106,1106,12,num,three_rule_comb1,40.0,[3 2 0],5 2 0,0,1.0 +1106,1106,12,num,three_rule_comb1,41.0,[5 2 5],3 2 5],0,1.0 +1106,1106,12,num,three_rule_comb1,42.0,[5 6 0],3 6 0,0,1.0 +1106,1106,12,num,three_rule_comb1,43.0,[7 1 3],7 1 3],1,1.0 +1106,1106,12,num,three_rule_comb1,44.0,[2 6 5],2 6 5,1,1.0 +1106,1106,12,num,three_rule_comb1,45.0,[5 9 9],5 9 9,1,1.0 +1106,1106,12,num,three_rule_comb1,46.0,[6 5 8],6 5 8,1,1.0 +1106,1106,12,num,three_rule_comb1,47.0,[8 7 0],8 1 0,0,1.0 +1106,1106,12,num,three_rule_comb1,48.0,[1 6 2],1 2 2,0,1.0 +1106,1106,12,num,three_rule_comb1,49.0,[7 2 5],1 2 5,0,1.0 +1106,1106,12,num,three_rule_comb1,50.0,[5 1 3],5 1 3,1,1.0 +1106,1106,12,num,three_rule_comb1,51.0,[6 0 0],6 5 0,0,1.0 +1106,1106,12,num,three_rule_comb1,52.0,[9 7 5],6 7 5],0,1.0 +1106,1106,12,num,three_rule_comb1,53.0,[6 9 6],4 9 6],0,1.0 +1106,1106,12,num,three_rule_comb1,54.0,[4 6 5],2 6 5],0,1.0 +1106,1106,12,num,three_rule_comb1,55.0,[5 9 3],5 9 3,1,1.0 +1106,1106,12,num,three_rule_comb1,56.0,[7 7 4],7 7 2,0,1.0 +1106,1106,12,num,three_rule_comb1,57.0,[9 4 9],8 4 9],0,1.0 +1106,1106,12,num,three_rule_comb1,58.0,[9 5 0],9 5 0,1,1.0 +1106,1106,12,num,three_rule_comb1,59.0,[5 0 1],5 0 1],1,1.0 +1106,1106,12,num,three_rule_comb1,60.0,[8 4 3],8 4 3,1,1.0 +1106,1106,12,num,three_rule_comb1,61.0,[5 8 3],5 8 1],0,1.0 +1106,1106,12,num,three_rule_comb1,62.0,[4 0 4],4 1 4],0,1.0 +1106,1106,12,num,three_rule_comb1,63.0,[9 8 2],9 8 2,1,1.0 +1106,1106,12,num,three_rule_comb1,64.0,[6 9 7],6 9 7,1,1.0 +1106,1106,12,num,three_rule_comb1,65.0,[5 6 0],5 6 0],1,1.0 +1106,1106,12,num,three_rule_comb1,66.0,[2 2 7],2 4 7,0,1.0 +1106,1106,12,num,three_rule_comb1,67.0,[1 4 5],1 4 5,1,1.0 +1106,1106,12,num,three_rule_comb1,68.0,[2 1 0],2 1 0,1,1.0 +1106,1106,12,num,three_rule_comb1,69.0,[6 3 9],2 3 9],0,1.0 +1106,1106,12,num,three_rule_comb1,70.0,[1 3 2],1 1 2,0,1.0 +1106,1106,12,num,three_rule_comb1,71.0,[0 1 1],0 2 1,0,1.0 +1106,1106,12,num,three_rule_comb1,72.0,[3 2 5],1 2 5],0,1.0 +1106,1106,12,num,three_rule_comb1,73.0,[5 0 0],5 0 8,0,1.0 +1106,1106,12,num,three_rule_comb1,74.0,[9 0 8],9 6 8,0,1.0 +1106,1106,12,num,three_rule_comb1,75.0,[9 2 0],4 2 0],0,1.0 +1106,1106,12,num,three_rule_comb1,76.0,[7 0 0],7 0 9,0,1.0 +1106,1106,12,num,three_rule_comb1,77.0,[3 1 8],3 1 8,1,1.0 +1106,1106,12,num,three_rule_comb1,78.0,[9 9 3],9 9 3,1,1.0 +1106,1106,12,num,three_rule_comb1,79.0,[2 3 4],2 2 4,0,1.0 +1106,1106,12,num,three_rule_comb1,80.0,[7 5 3],2 5 3],0,1.0 +1106,1106,12,num,three_rule_comb1,81.0,[9 7 3],None,0,1.0 +1106,1106,12,num,three_rule_comb1,82.0,[0 3 8],0 3 5],0,1.0 +1106,1106,12,num,three_rule_comb1,83.0,[5 0 1],5 0 1,1,1.0 +1106,1106,12,num,three_rule_comb1,84.0,[4 8 7],4 2 7,0,1.0 +1106,1106,12,num,three_rule_comb1,85.0,[8 1 2],8 1 9,0,1.0 +1106,1106,12,num,three_rule_comb1,86.0,[8 5 7],8 5 7],1,1.0 +1106,1106,12,num,three_rule_comb1,87.0,[1 0 7],1 0 7,1,1.0 +1106,1106,12,num,three_rule_comb1,88.0,[3 4 8],3 4 8,1,1.0 +1106,1106,12,num,three_rule_comb1,89.0,[9 7 4],9 5 4,0,1.0 +1106,1106,12,num,three_rule_comb1,90.0,[4 1 8],4 1 1],0,1.0 +1106,1106,12,num,three_rule_comb1,91.0,[1 1 3],1 1 3,1,1.0 +1106,1106,12,num,three_rule_comb1,92.0,[9 6 9],9 6 9,1,1.0 +1106,1106,12,num,three_rule_comb1,93.0,[3 8 1],3 8 1,1,1.0 +1106,1106,12,num,three_rule_comb1,94.0,[3 8 0],3 0 0,0,1.0 +1106,1106,12,num,three_rule_comb1,95.0,[1 5 5],3 5 5],0,1.0 +1106,1106,12,num,three_rule_comb1,96.0,[5 1 7],5 1 1,0,1.0 +1106,1106,12,num,three_rule_comb1,97.0,[3 5 5],5 5 5],0,1.0 +1106,1106,12,num,three_rule_comb1,98.0,[6 9 4],1 9 4,0,1.0 +1106,1106,12,num,three_rule_comb1,99.0,[7 5 7],7 7 7],0,1.0 +1106,1106,12,num,three_rule_comb2,0.0,[0 0 1],0 0 1,1,1.0 +1106,1106,12,num,three_rule_comb2,1.0,[1 1 9],1 1 9,1,1.0 +1106,1106,12,num,three_rule_comb2,2.0,[8 5 6],8 5 6,1,1.0 +1106,1106,12,num,three_rule_comb2,3.0,[2 8 8],2 8 8,1,1.0 +1106,1106,12,num,three_rule_comb2,4.0,[9 3 1],9 3 1,1,1.0 +1106,1106,12,num,three_rule_comb2,5.0,[2 3 2],2 3 2,1,1.0 +1106,1106,12,num,three_rule_comb2,6.0,[4 5 3],4 5 3,1,1.0 +1106,1106,12,num,three_rule_comb2,7.0,[7 4 9],7 4 9,1,1.0 +1106,1106,12,num,three_rule_comb2,8.0,[3 8 8],3 8 8,1,1.0 +1106,1106,12,num,three_rule_comb2,9.0,[1 8 5],1 8 5,1,1.0 +1106,1106,12,num,three_rule_comb2,10.0,[1 5 9],1 5 9],1,1.0 +1106,1106,12,num,three_rule_comb2,11.0,[5 9 0],5 9 0,1,1.0 +1106,1106,12,num,three_rule_comb2,12.0,[6 2 7],6 2 7,1,1.0 +1106,1106,12,num,three_rule_comb2,13.0,[5 2 7],5 2 7,1,1.0 +1106,1106,12,num,three_rule_comb2,14.0,[2 7 8],2 7 8],1,1.0 +1106,1106,12,num,three_rule_comb2,15.0,[9 5 2],9 5 2,1,1.0 +1106,1106,12,num,three_rule_comb2,16.0,[3 5 1],3 5 1,1,1.0 +1106,1106,12,num,three_rule_comb2,17.0,[3 0 3],3 0 3,1,1.0 +1106,1106,12,num,three_rule_comb2,18.0,[6 3 9],6 3 9,1,1.0 +1106,1106,12,num,three_rule_comb2,19.0,[4 7 4],4 7 4,1,1.0 +1106,1106,12,num,three_rule_comb2,20.0,[1 9 9],1 9 9,1,1.0 +1106,1106,12,num,three_rule_comb2,21.0,[5 5 3],5 5 3],1,1.0 +1106,1106,12,num,three_rule_comb2,22.0,[7 0 1],7 0 1],1,1.0 +1106,1106,12,num,three_rule_comb2,23.0,[2 1 8],2 1 8,1,1.0 +1106,1106,12,num,three_rule_comb2,24.0,[0 9 5],0 9 5],1,1.0 +1106,1106,12,num,three_rule_comb2,25.0,[6 8 4],6 8 4,1,1.0 +1106,1106,12,num,three_rule_comb2,26.0,[2 3 7],2 3 7],1,1.0 +1106,1106,12,num,three_rule_comb2,27.0,[1 5 2],1 5 2,1,1.0 +1106,1106,12,num,three_rule_comb2,28.0,[1 0 7],1 0 7],1,1.0 +1106,1106,12,num,three_rule_comb2,29.0,[6 5 1],6 5 1,1,1.0 +1106,1106,12,num,three_rule_comb2,30.0,[2 5 8],2 5 8],1,1.0 +1106,1106,12,num,three_rule_comb2,31.0,[1 0 1],1 0 1,1,1.0 +1106,1106,12,num,three_rule_comb2,32.0,[3 4 5],3 4 5,1,1.0 +1106,1106,12,num,three_rule_comb2,33.0,[6 7 2],6 7 2],1,1.0 +1106,1106,12,num,three_rule_comb2,34.0,[1 4 9],1 4 9],1,1.0 +1106,1106,12,num,three_rule_comb2,35.0,[1 0 3],1 0 3],1,1.0 +1106,1106,12,num,three_rule_comb2,36.0,[3 0 8],3 0 8,1,1.0 +1106,1106,12,num,three_rule_comb2,37.0,[6 2 2],6 2 2,1,1.0 +1106,1106,12,num,three_rule_comb2,38.0,[7 8 9],7 8 9,1,1.0 +1106,1106,12,num,three_rule_comb2,39.0,[0 1 9],0 1 9],1,1.0 +1106,1106,12,num,three_rule_comb2,40.0,[5 0 4],5 0 4,1,1.0 +1106,1106,12,num,three_rule_comb2,41.0,[4 8 7],4 8 7],1,1.0 +1106,1106,12,num,three_rule_comb2,42.0,[8 2 1],8 2 1,1,1.0 +1106,1106,12,num,three_rule_comb2,43.0,[7 6 7],7 6 7],1,1.0 +1106,1106,12,num,three_rule_comb2,44.0,[2 9 9],2 9 9,1,1.0 +1106,1106,12,num,three_rule_comb2,45.0,[0 1 7],0 1 7,1,1.0 +1106,1106,12,num,three_rule_comb2,46.0,[1 0 0],1 0 0,1,1.0 +1106,1106,12,num,three_rule_comb2,47.0,[4 4 7],4 4 7],1,1.0 +1106,1106,12,num,three_rule_comb2,48.0,[0 5 8],0 5 8,1,1.0 +1106,1106,12,num,three_rule_comb2,49.0,[8 8 2],8 8 2,1,1.0 +1106,1106,12,num,three_rule_comb2,50.0,[6 7 7],6 7 7,1,1.0 +1106,1106,12,num,three_rule_comb2,51.0,[4 2 3],4 2 3,1,1.0 +1106,1106,12,num,three_rule_comb2,52.0,[5 4 1],5 4 1,1,1.0 +1106,1106,12,num,three_rule_comb2,53.0,[1 1 4],1 1 4],1,1.0 +1106,1106,12,num,three_rule_comb2,54.0,[5 2 4],5 2 4],1,1.0 +1106,1106,12,num,three_rule_comb2,55.0,[8 6 8],8 6 8,1,1.0 +1106,1106,12,num,three_rule_comb2,56.0,[2 3 3],2 3 3,1,1.0 +1106,1106,12,num,three_rule_comb2,57.0,[1 2 8],1 2 8,1,1.0 +1106,1106,12,num,three_rule_comb2,58.0,[3 2 8],3 2 8],1,1.0 +1106,1106,12,num,three_rule_comb2,59.0,[1 6 4],1 6 4,1,1.0 +1106,1106,12,num,three_rule_comb2,60.0,[9 5 1],9 5 1],1,1.0 +1106,1106,12,num,three_rule_comb2,61.0,[7 7 7],7 7 7,1,1.0 +1106,1106,12,num,three_rule_comb2,62.0,[8 6 2],8 6 2,1,1.0 +1106,1106,12,num,three_rule_comb2,63.0,[6 5 7],6 5 7,1,1.0 +1106,1106,12,num,three_rule_comb2,64.0,[1 2 2],1 2 2,1,1.0 +1106,1106,12,num,three_rule_comb2,65.0,[3 0 6],3 0 6],1,1.0 +1106,1106,12,num,three_rule_comb2,66.0,[9 3 9],9 3 9,1,1.0 +1106,1106,12,num,three_rule_comb2,67.0,[9 8 9],9 8 9,1,1.0 +1106,1106,12,num,three_rule_comb2,68.0,[6 0 0],6 0 0],1,1.0 +1106,1106,12,num,three_rule_comb2,69.0,[9 9 7],9 9 7,1,1.0 +1106,1106,12,num,three_rule_comb2,70.0,[4 7 4],4 7 4,1,1.0 +1106,1106,12,num,three_rule_comb2,71.0,[0 1 5],0 1 5],1,1.0 +1106,1106,12,num,three_rule_comb2,72.0,[4 0 1],4 0 1,1,1.0 +1106,1106,12,num,three_rule_comb2,73.0,[1 3 6],1 3 6,1,1.0 +1106,1106,12,num,three_rule_comb2,74.0,[5 8 8],5 8 8,1,1.0 +1106,1106,12,num,three_rule_comb2,75.0,[7 3 0],7 3 0],1,1.0 +1106,1106,12,num,three_rule_comb2,76.0,[2 9 7],2 9 7],1,1.0 +1106,1106,12,num,three_rule_comb2,77.0,[1 9 8],1 9 8,1,1.0 +1106,1106,12,num,three_rule_comb2,78.0,[1 8 8],1 8 8,1,1.0 +1106,1106,12,num,three_rule_comb2,79.0,[7 4 7],7 4 7,1,1.0 +1106,1106,12,num,three_rule_comb2,80.0,[7 9 7],7 9 7],1,1.0 +1106,1106,12,num,three_rule_comb2,81.0,[7 0 6],7 0 6,1,1.0 +1106,1106,12,num,three_rule_comb2,82.0,[4 2 2],4 2 2,1,1.0 +1106,1106,12,num,three_rule_comb2,83.0,[6 0 7],6 0 7,1,1.0 +1106,1106,12,num,three_rule_comb2,84.0,[5 4 2],5 4 2,1,1.0 +1106,1106,12,num,three_rule_comb2,85.0,[8 6 0],8 6 0,1,1.0 +1106,1106,12,num,three_rule_comb2,86.0,[7 8 4],7 8 4,1,1.0 +1106,1106,12,num,three_rule_comb2,87.0,[0 3 8],0 3 8,1,1.0 +1106,1106,12,num,three_rule_comb2,88.0,[8 9 9],8 9 9,1,1.0 +1106,1106,12,num,three_rule_comb2,89.0,[4 2 2],4 2 2],1,1.0 +1106,1106,12,num,three_rule_comb2,90.0,[5 7 6],5 7 6],1,1.0 +1106,1106,12,num,three_rule_comb2,91.0,[5 0 1],5 0 1,1,1.0 +1106,1106,12,num,three_rule_comb2,92.0,[5 5 2],5 5 2,1,1.0 +1106,1106,12,num,three_rule_comb2,93.0,[4 5 1],4 5 1,1,1.0 +1106,1106,12,num,three_rule_comb2,94.0,[1 8 6],1 8 6],1,1.0 +1106,1106,12,num,three_rule_comb2,95.0,[4 8 9],4 8 9,1,1.0 +1106,1106,12,num,three_rule_comb2,96.0,[6 8 6],6 8 6],1,1.0 +1106,1106,12,num,three_rule_comb2,97.0,[7 3 4],7 3 4,1,1.0 +1106,1106,12,num,three_rule_comb2,98.0,[4 1 8],4 1 8],1,1.0 +1106,1106,12,num,three_rule_comb2,99.0,[8 0 8],8 0 8,1,1.0 +1106,1106,12,num,three_rule_comb3,0.0,[5 1 7],5 5 7],0,1.0 +1106,1106,12,num,three_rule_comb3,1.0,[2 1 2],4 1 2],0,1.0 +1106,1106,12,num,three_rule_comb3,2.0,[6 3 7],6 3 7,1,1.0 +1106,1106,12,num,three_rule_comb3,3.0,[4 8 9],2 8 1,0,1.0 +1106,1106,12,num,three_rule_comb3,4.0,[0 5 4],1 5 6],0,1.0 +1106,1106,12,num,three_rule_comb3,5.0,[4 1 4],4 1 4,1,1.0 +1106,1106,12,num,three_rule_comb3,6.0,[4 7 8],4 7 8],1,1.0 +1106,1106,12,num,three_rule_comb3,7.0,[9 0 6],0 6 6],0,1.0 +1106,1106,12,num,three_rule_comb3,8.0,[9 0 5],9 0 5,1,1.0 +1106,1106,12,num,three_rule_comb3,9.0,[9 0 4],9 0 4,1,1.0 +1106,1106,12,num,three_rule_comb3,10.0,[6 2 7],6 2 7],1,1.0 +1106,1106,12,num,three_rule_comb3,11.0,[0 7 5],0 1 5],0,1.0 +1106,1106,12,num,three_rule_comb3,12.0,[3 0 8],3 3 9],0,1.0 +1106,1106,12,num,three_rule_comb3,13.0,[2 6 9],2 6 9,1,1.0 +1106,1106,12,num,three_rule_comb3,14.0,[4 3 5],4 3 5,1,1.0 +1106,1106,12,num,three_rule_comb3,15.0,[1 3 9],1 3 9,1,1.0 +1106,1106,12,num,three_rule_comb3,16.0,[1 9 6],1 9 6,1,1.0 +1106,1106,12,num,three_rule_comb3,17.0,[8 9 9],8 1 9,0,1.0 +1106,1106,12,num,three_rule_comb3,18.0,[5 5 9],5 5 9,1,1.0 +1106,1106,12,num,three_rule_comb3,19.0,[7 2 1],7 2 6],0,1.0 +1106,1106,12,num,three_rule_comb3,20.0,[9 5 4],5 9 4],0,1.0 +1106,1106,12,num,three_rule_comb3,21.0,[3 3 2],3 3 2],1,1.0 +1106,1106,12,num,three_rule_comb3,22.0,[4 7 6],6 7 4],0,1.0 +1106,1106,12,num,three_rule_comb3,23.0,[3 3 9],3 3 9],1,1.0 +1106,1106,12,num,three_rule_comb3,24.0,[0 1 4],4 1 3],0,1.0 +1106,1106,12,num,three_rule_comb3,25.0,[1 6 8],1 6 8,1,1.0 +1106,1106,12,num,three_rule_comb3,26.0,[5 7 8],5 5 8,0,1.0 +1106,1106,12,num,three_rule_comb3,27.0,[1 1 3],1 9 4],0,1.0 +1106,1106,12,num,three_rule_comb3,28.0,[4 0 4],3 0 5,0,1.0 +1106,1106,12,num,three_rule_comb3,29.0,[0 6 7],0 6 7],1,1.0 +1106,1106,12,num,three_rule_comb3,30.0,[5 1 9],1 1 9],0,1.0 +1106,1106,12,num,three_rule_comb3,31.0,[6 4 8],6 4 8],1,1.0 +1106,1106,12,num,three_rule_comb3,32.0,[9 3 0],9 3 0],1,1.0 +1106,1106,12,num,three_rule_comb3,33.0,[9 9 5],9 9 5],1,1.0 +1106,1106,12,num,three_rule_comb3,34.0,[9 4 8],9 2 4,0,1.0 +1106,1106,12,num,three_rule_comb3,35.0,[3 3 8],3 3 8],1,1.0 +1106,1106,12,num,three_rule_comb3,36.0,[1 6 3],1 7 2],0,1.0 +1106,1106,12,num,three_rule_comb3,37.0,[4 5 7],1 0 7],0,1.0 +1106,1106,12,num,three_rule_comb3,38.0,[8 7 9],3 7 0,0,1.0 +1106,1106,12,num,three_rule_comb3,39.0,[3 8 3],3 8 3],1,1.0 +1106,1106,12,num,three_rule_comb3,40.0,[0 0 9],0 0 9],1,1.0 +1106,1106,12,num,three_rule_comb3,41.0,[5 2 2],5 2 2],1,1.0 +1106,1106,12,num,three_rule_comb3,42.0,[9 1 6],9 1 8],0,1.0 +1106,1106,12,num,three_rule_comb3,43.0,[3 4 3],3 4 3,1,1.0 +1106,1106,12,num,three_rule_comb3,44.0,[8 9 8],8 9 8,1,1.0 +1106,1106,12,num,three_rule_comb3,45.0,[9 9 0],9 0 0],0,1.0 +1106,1106,12,num,three_rule_comb3,46.0,[0 5 1],0 1 2,0,1.0 +1106,1106,12,num,three_rule_comb3,47.0,[6 4 2],6 4 7],0,1.0 +1106,1106,12,num,three_rule_comb3,48.0,[7 7 8],None,0,1.0 +1106,1106,12,num,three_rule_comb3,49.0,[9 9 4],9 9 4],1,1.0 +1106,1106,12,num,three_rule_comb3,50.0,[1 6 5],1 6 5],1,1.0 +1106,1106,12,num,three_rule_comb3,51.0,[9 0 8],9 0 8,1,1.0 +1106,1106,12,num,three_rule_comb3,52.0,[4 4 6],2 1 6],0,1.0 +1106,1106,12,num,three_rule_comb3,53.0,[6 0 1],5 0 1],0,1.0 +1106,1106,12,num,three_rule_comb3,54.0,[0 7 5],0 7 5,1,1.0 +1106,1106,12,num,three_rule_comb3,55.0,[4 2 3],6 1 3],0,1.0 +1106,1106,12,num,three_rule_comb3,56.0,[9 3 7],9 3 7,1,1.0 +1106,1106,12,num,three_rule_comb3,57.0,[6 3 3],6 3 3,1,1.0 +1106,1106,12,num,three_rule_comb3,58.0,[5 1 1],5 1 7],0,1.0 +1106,1106,12,num,three_rule_comb3,59.0,[1 6 1],1 7 1],0,1.0 +1106,1106,12,num,three_rule_comb3,60.0,[6 1 0],6 1 0,1,1.0 +1106,1106,12,num,three_rule_comb3,61.0,[8 4 8],1 5 8],0,1.0 +1106,1106,12,num,three_rule_comb3,62.0,[5 4 7],5 4 7,1,1.0 +1106,1106,12,num,three_rule_comb3,63.0,[6 3 3],6 3 3],1,1.0 +1106,1106,12,num,three_rule_comb3,64.0,[3 0 7],3 0 7,1,1.0 +1106,1106,12,num,three_rule_comb3,65.0,[7 7 9],7 7 9,1,1.0 +1106,1106,12,num,three_rule_comb3,66.0,[8 7 6],5 7 1],0,1.0 +1106,1106,12,num,three_rule_comb3,67.0,[1 8 6],1 8 6],1,1.0 +1106,1106,12,num,three_rule_comb3,68.0,[2 3 2],2 3 2],1,1.0 +1106,1106,12,num,three_rule_comb3,69.0,[8 5 4],5 5 1],0,1.0 +1106,1106,12,num,three_rule_comb3,70.0,[8 6 2],8 6 2,1,1.0 +1106,1106,12,num,three_rule_comb3,71.0,[1 9 4],1 9 4,1,1.0 +1106,1106,12,num,three_rule_comb3,72.0,[3 2 6],6 6 6],0,1.0 +1106,1106,12,num,three_rule_comb3,73.0,[9 8 0],8 3 5],0,1.0 +1106,1106,12,num,three_rule_comb3,74.0,[7 8 3],7 2 3,0,1.0 +1106,1106,12,num,three_rule_comb3,75.0,[4 1 4],4 1 5],0,1.0 +1106,1106,12,num,three_rule_comb3,76.0,[3 5 4],5 3 4,0,1.0 +1106,1106,12,num,three_rule_comb3,77.0,[6 9 3],None,0,1.0 +1106,1106,12,num,three_rule_comb3,78.0,[1 5 9],5 5 4,0,1.0 +1106,1106,12,num,three_rule_comb3,79.0,[3 8 6],3 8 6],1,1.0 +1106,1106,12,num,three_rule_comb3,80.0,[4 5 1],4 8 1],0,1.0 +1106,1106,12,num,three_rule_comb3,81.0,[9 1 6],9 1 6,1,1.0 +1106,1106,12,num,three_rule_comb3,82.0,[1 5 9],1 5 9,1,1.0 +1106,1106,12,num,three_rule_comb3,83.0,[9 1 7],9 1 7,1,1.0 +1106,1106,12,num,three_rule_comb3,84.0,[6 1 3],6 1 3],1,1.0 +1106,1106,12,num,three_rule_comb3,85.0,[3 0 6],3 0 6],1,1.0 +1106,1106,12,num,three_rule_comb3,86.0,[7 6 2],7 6 2],1,1.0 +1106,1106,12,num,three_rule_comb3,87.0,[7 6 6],7 6 6,1,1.0 +1106,1106,12,num,three_rule_comb3,88.0,[7 7 7],7 7 7],1,1.0 +1106,1106,12,num,three_rule_comb3,89.0,[1 4 9],1 4 1],0,1.0 +1106,1106,12,num,three_rule_comb3,90.0,[4 9 3],4 9 3,1,1.0 +1106,1106,12,num,three_rule_comb3,91.0,[1 0 8],1 0 8],1,1.0 +1106,1106,12,num,three_rule_comb3,92.0,[2 4 7],8 2 7],0,1.0 +1106,1106,12,num,three_rule_comb3,93.0,[4 1 9],9 1 9],0,1.0 +1106,1106,12,num,three_rule_comb3,94.0,[6 0 5],4 2 5],0,1.0 +1106,1106,12,num,three_rule_comb3,95.0,[7 9 7],7 9 7,1,1.0 +1106,1106,12,num,three_rule_comb3,96.0,[4 4 1],4 4 1],1,1.0 +1106,1106,12,num,three_rule_comb3,97.0,[6 1 5],6 1 5],1,1.0 +1106,1106,12,num,three_rule_comb3,98.0,[0 8 2],0 8 1,0,1.0 +1106,1106,12,num,three_rule_comb3,99.0,[0 6 2],5 6 2],0,1.0 +1106,1106,12,num,three_rule_comb4,0.0,[8 7 0],8 7 2],0,1.0 +1106,1106,12,num,three_rule_comb4,1.0,[7 9 4],7 9 6,0,1.0 +1106,1106,12,num,three_rule_comb4,2.0,[9 3 1],9 4 1,0,1.0 +1106,1106,12,num,three_rule_comb4,3.0,[9 7 0],9 7 6,0,1.0 +1106,1106,12,num,three_rule_comb4,4.0,[9 8 3],9 9 3],0,1.0 +1106,1106,12,num,three_rule_comb4,5.0,[4 8 5],5 8 5],0,1.0 +1106,1106,12,num,three_rule_comb4,6.0,[9 3 6],9 3 6,1,1.0 +1106,1106,12,num,three_rule_comb4,7.0,[2 5 8],3 1 8],0,1.0 +1106,1106,12,num,three_rule_comb4,8.0,[6 0 5],6 0 5],1,1.0 +1106,1106,12,num,three_rule_comb4,9.0,[0 1 9],5 1 9],0,1.0 +1106,1106,12,num,three_rule_comb4,10.0,[8 1 5],8 1 8,0,1.0 +1106,1106,12,num,three_rule_comb4,11.0,[7 3 8],7 3 8,1,1.0 +1106,1106,12,num,three_rule_comb4,12.0,[4 3 3],3 3 6,0,1.0 +1106,1106,12,num,three_rule_comb4,13.0,[0 8 0],0 8 0,1,1.0 +1106,1106,12,num,three_rule_comb4,14.0,[3 0 9],3 0 9],1,1.0 +1106,1106,12,num,three_rule_comb4,15.0,[9 8 8],9 8 4,0,1.0 +1106,1106,12,num,three_rule_comb4,16.0,[0 0 0],0 0 0],1,1.0 +1106,1106,12,num,three_rule_comb4,17.0,[2 7 1],2 6 1,0,1.0 +1106,1106,12,num,three_rule_comb4,18.0,[7 4 2],7 4 3,0,1.0 +1106,1106,12,num,three_rule_comb4,19.0,[5 4 5],5 4 7,0,1.0 +1106,1106,12,num,three_rule_comb4,20.0,[2 5 2],2 5 2],1,1.0 +1106,1106,12,num,three_rule_comb4,21.0,[3 3 4],3 3 7],0,1.0 +1106,1106,12,num,three_rule_comb4,22.0,[5 0 3],5 3 3,0,1.0 +1106,1106,12,num,three_rule_comb4,23.0,[3 0 8],3 0 3,0,1.0 +1106,1106,12,num,three_rule_comb4,24.0,[5 8 0],5 8 0],1,1.0 +1106,1106,12,num,three_rule_comb4,25.0,[2 1 2],2 1 4,0,1.0 +1106,1106,12,num,three_rule_comb4,26.0,[2 7 2],2 2 2],0,1.0 +1106,1106,12,num,three_rule_comb4,27.0,[5 9 8],5 9 8,1,1.0 +1106,1106,12,num,three_rule_comb4,28.0,[2 7 5],2 7 1],0,1.0 +1106,1106,12,num,three_rule_comb4,29.0,[5 5 1],5 5 1],1,1.0 +1106,1106,12,num,three_rule_comb4,30.0,[4 4 1],4 4 1,1,1.0 +1106,1106,12,num,three_rule_comb4,31.0,[1 3 4],1 3 7],0,1.0 +1106,1106,12,num,three_rule_comb4,32.0,[5 9 3],2 9 3],0,1.0 +1106,1106,12,num,three_rule_comb4,33.0,[0 8 0],0 4 6,0,1.0 +1106,1106,12,num,three_rule_comb4,34.0,[6 6 8],6 6 8],1,1.0 +1106,1106,12,num,three_rule_comb4,35.0,[1 2 8],1 2 5],0,1.0 +1106,1106,12,num,three_rule_comb4,36.0,[5 8 3],5 8 5],0,1.0 +1106,1106,12,num,three_rule_comb4,37.0,[2 0 1],2 0 6,0,1.0 +1106,1106,12,num,three_rule_comb4,38.0,[1 4 6],1 4 1,0,1.0 +1106,1106,12,num,three_rule_comb4,39.0,[5 4 8],5 4 5,0,1.0 +1106,1106,12,num,three_rule_comb4,40.0,[1 6 1],1 6 8],0,1.0 +1106,1106,12,num,three_rule_comb4,41.0,[7 3 8],7 3 8],1,1.0 +1106,1106,12,num,three_rule_comb4,42.0,[8 4 5],8 4 1],0,1.0 +1106,1106,12,num,three_rule_comb4,43.0,[5 3 8],8 3 8,0,1.0 +1106,1106,12,num,three_rule_comb4,44.0,[7 1 9],7 4 9],0,1.0 +1106,1106,12,num,three_rule_comb4,45.0,[7 8 4],7 2 4,0,1.0 +1106,1106,12,num,three_rule_comb4,46.0,[2 2 1],2 2 3],0,1.0 +1106,1106,12,num,three_rule_comb4,47.0,[9 9 8],9 9 0,0,1.0 +1106,1106,12,num,three_rule_comb4,48.0,[0 2 3],0 2 3],1,1.0 +1106,1106,12,num,three_rule_comb4,49.0,[1 6 9],1 6 7],0,1.0 +1106,1106,12,num,three_rule_comb4,50.0,[4 8 5],4 8 5],1,1.0 +1106,1106,12,num,three_rule_comb4,51.0,[8 8 6],0 8 6],0,1.0 +1106,1106,12,num,three_rule_comb4,52.0,[8 4 0],8 2 0],0,1.0 +1106,1106,12,num,three_rule_comb4,53.0,[0 9 9],0 9 9],1,1.0 +1106,1106,12,num,three_rule_comb4,54.0,[3 4 7],3 4 6],0,1.0 +1106,1106,12,num,three_rule_comb4,55.0,[4 7 6],4 6 6,0,1.0 +1106,1106,12,num,three_rule_comb4,56.0,[7 5 5],7 8 5],0,1.0 +1106,1106,12,num,three_rule_comb4,57.0,[6 7 1],6 3 1,0,1.0 +1106,1106,12,num,three_rule_comb4,58.0,[2 9 9],2 9 9],1,1.0 +1106,1106,12,num,three_rule_comb4,59.0,[5 3 5],5 3 5],1,1.0 +1106,1106,12,num,three_rule_comb4,60.0,[0 8 4],0 5 4],0,1.0 +1106,1106,12,num,three_rule_comb4,61.0,[2 3 8],2 3 9,0,1.0 +1106,1106,12,num,three_rule_comb4,62.0,[8 1 9],8 7 9],0,1.0 +1106,1106,12,num,three_rule_comb4,63.0,[0 7 4],0 7 4,1,1.0 +1106,1106,12,num,three_rule_comb4,64.0,[5 9 2],5 9 4],0,1.0 +1106,1106,12,num,three_rule_comb4,65.0,[6 6 2],6 2 2,0,1.0 +1106,1106,12,num,three_rule_comb4,66.0,[8 0 0],4 0 0],0,1.0 +1106,1106,12,num,three_rule_comb4,67.0,[6 9 9],2 9 9],0,1.0 +1106,1106,12,num,three_rule_comb4,68.0,[0 9 4],0 2 4,0,1.0 +1106,1106,12,num,three_rule_comb4,69.0,[5 8 6],5 8 5],0,1.0 +1106,1106,12,num,three_rule_comb4,70.0,[0 3 5],0 3 7,0,1.0 +1106,1106,12,num,three_rule_comb4,71.0,[3 2 8],3 2 1,0,1.0 +1106,1106,12,num,three_rule_comb4,72.0,[7 7 4],7 7 4],1,1.0 +1106,1106,12,num,three_rule_comb4,73.0,[1 7 2],3 7 2],0,1.0 +1106,1106,12,num,three_rule_comb4,74.0,[0 7 5],0 7 5,1,1.0 +1106,1106,12,num,three_rule_comb4,75.0,[0 3 3],0 3 4,0,1.0 +1106,1106,12,num,three_rule_comb4,76.0,[5 9 5],5 9 5],1,1.0 +1106,1106,12,num,three_rule_comb4,77.0,[8 2 9],8 2 9],1,1.0 +1106,1106,12,num,three_rule_comb4,78.0,[5 1 1],5 1 7],0,1.0 +1106,1106,12,num,three_rule_comb4,79.0,[6 7 5],6 7 3,0,1.0 +1106,1106,12,num,three_rule_comb4,80.0,[4 4 0],4 1 6],0,1.0 +1106,1106,12,num,three_rule_comb4,81.0,[8 4 7],8 4 7],1,1.0 +1106,1106,12,num,three_rule_comb4,82.0,[9 0 2],9 0 2,1,1.0 +1106,1106,12,num,three_rule_comb4,83.0,[5 3 9],5 1 9],0,1.0 +1106,1106,12,num,three_rule_comb4,84.0,[4 2 8],4 5 8],0,1.0 +1106,1106,12,num,three_rule_comb4,85.0,[8 2 4],8 2 1,0,1.0 +1106,1106,12,num,three_rule_comb4,86.0,[2 8 8],2 2 8],0,1.0 +1106,1106,12,num,three_rule_comb4,87.0,[3 6 5],3 6 5],1,1.0 +1106,1106,12,num,three_rule_comb4,88.0,[8 7 5],8 7 8],0,1.0 +1106,1106,12,num,three_rule_comb4,89.0,[9 9 5],9 6 5],0,1.0 +1106,1106,12,num,three_rule_comb4,90.0,[8 6 2],8 6 2],1,1.0 +1106,1106,12,num,three_rule_comb4,91.0,[5 6 1],5 6 1,1,1.0 +1106,1106,12,num,three_rule_comb4,92.0,[2 9 4],2 3 4],0,1.0 +1106,1106,12,num,three_rule_comb4,93.0,[4 9 6],4 9 6],1,1.0 +1106,1106,12,num,three_rule_comb4,94.0,[5 4 5],5 4 5],1,1.0 +1106,1106,12,num,three_rule_comb4,95.0,[7 2 6],7 2 4,0,1.0 +1106,1106,12,num,three_rule_comb4,96.0,[5 1 7],5 1 2,0,1.0 +1106,1106,12,num,three_rule_comb4,97.0,[5 1 1],2 1 1,0,1.0 +1106,1106,12,num,three_rule_comb4,98.0,[0 7 8],0 7 3,0,1.0 +1106,1106,12,num,three_rule_comb4,99.0,[4 0 9],4 0 6],0,1.0 +1106,1106,12,num,three_rule_comb5,0.0,[5 0 7],5 0 7],1,1.0 +1106,1106,12,num,three_rule_comb5,1.0,[3 3 1],3 3 1,1,1.0 +1106,1106,12,num,three_rule_comb5,2.0,[5 3 1],5 3 1,1,1.0 +1106,1106,12,num,three_rule_comb5,3.0,[5 9 2],5 9 2],1,1.0 +1106,1106,12,num,three_rule_comb5,4.0,[0 2 4],0 2 4,1,1.0 +1106,1106,12,num,three_rule_comb5,5.0,[9 2 8],9 2 8],1,1.0 +1106,1106,12,num,three_rule_comb5,6.0,[2 8 7],2 0 3],0,1.0 +1106,1106,12,num,three_rule_comb5,7.0,[8 4 5],8 4 5,1,1.0 +1106,1106,12,num,three_rule_comb5,8.0,[7 4 7],7 4 7,1,1.0 +1106,1106,12,num,three_rule_comb5,9.0,[6 1 5],6 1 5,1,1.0 +1106,1106,12,num,three_rule_comb5,10.0,[5 5 6],5 5 6],1,1.0 +1106,1106,12,num,three_rule_comb5,11.0,[2 4 8],2 4 8],1,1.0 +1106,1106,12,num,three_rule_comb5,12.0,[0 6 0],0 6 0,1,1.0 +1106,1106,12,num,three_rule_comb5,13.0,[9 4 0],9 4 0],1,1.0 +1106,1106,12,num,three_rule_comb5,14.0,[6 3 2],6 3 2,1,1.0 +1106,1106,12,num,three_rule_comb5,15.0,[0 9 8],0 9 8,1,1.0 +1106,1106,12,num,three_rule_comb5,16.0,[7 5 6],7 5 6],1,1.0 +1106,1106,12,num,three_rule_comb5,17.0,[0 1 7],0 1 7,1,1.0 +1106,1106,12,num,three_rule_comb5,18.0,[1 4 1],1 4 1,1,1.0 +1106,1106,12,num,three_rule_comb5,19.0,[0 1 0],0 1 0],1,1.0 +1106,1106,12,num,three_rule_comb5,20.0,[4 4 9],4 4 9],1,1.0 +1106,1106,12,num,three_rule_comb5,21.0,[1 7 4],1 7 4,1,1.0 +1106,1106,12,num,three_rule_comb5,22.0,[9 4 4],9 4 4,1,1.0 +1106,1106,12,num,three_rule_comb5,23.0,[5 4 0],5 4 0,1,1.0 +1106,1106,12,num,three_rule_comb5,24.0,[6 0 4],6 0 4,1,1.0 +1106,1106,12,num,three_rule_comb5,25.0,[8 6 1],8 6 1,1,1.0 +1106,1106,12,num,three_rule_comb5,26.0,[7 4 8],7 4 8,1,1.0 +1106,1106,12,num,three_rule_comb5,27.0,[9 3 6],9 3 6],1,1.0 +1106,1106,12,num,three_rule_comb5,28.0,[4 8 3],4 8 3,1,1.0 +1106,1106,12,num,three_rule_comb5,29.0,[9 8 0],9 8 0],1,1.0 +1106,1106,12,num,three_rule_comb5,30.0,[5 9 5],5 9 5,1,1.0 +1106,1106,12,num,three_rule_comb5,31.0,[5 4 4],5 4 4,1,1.0 +1106,1106,12,num,three_rule_comb5,32.0,[5 5 9],5 5 9],1,1.0 +1106,1106,12,num,three_rule_comb5,33.0,[7 1 8],7 1 8,1,1.0 +1106,1106,12,num,three_rule_comb5,34.0,[4 0 5],4 0 5,1,1.0 +1106,1106,12,num,three_rule_comb5,35.0,[5 9 2],5 9 2,1,1.0 +1106,1106,12,num,three_rule_comb5,36.0,[1 2 2],1 2 2,1,1.0 +1106,1106,12,num,three_rule_comb5,37.0,[5 2 7],5 2 7,1,1.0 +1106,1106,12,num,three_rule_comb5,38.0,[3 9 1],3 9 1],1,1.0 +1106,1106,12,num,three_rule_comb5,39.0,[3 8 9],3 8 9,1,1.0 +1106,1106,12,num,three_rule_comb5,40.0,[0 0 0],0 0 0],1,1.0 +1106,1106,12,num,three_rule_comb5,41.0,[7 0 3],7 0 3],1,1.0 +1106,1106,12,num,three_rule_comb5,42.0,[3 6 8],3 6 8,1,1.0 +1106,1106,12,num,three_rule_comb5,43.0,[5 1 0],5 1 0,1,1.0 +1106,1106,12,num,three_rule_comb5,44.0,[6 4 9],6 4 9],1,1.0 +1106,1106,12,num,three_rule_comb5,45.0,[5 3 0],5 3 0,1,1.0 +1106,1106,12,num,three_rule_comb5,46.0,[3 3 8],3 3 8,1,1.0 +1106,1106,12,num,three_rule_comb5,47.0,[9 9 8],9 9 8],1,1.0 +1106,1106,12,num,three_rule_comb5,48.0,[5 3 4],5 3 4,1,1.0 +1106,1106,12,num,three_rule_comb5,49.0,[3 4 9],3 4 9],1,1.0 +1106,1106,12,num,three_rule_comb5,50.0,[2 1 7],2 1 7],1,1.0 +1106,1106,12,num,three_rule_comb5,51.0,[2 2 5],2 2 5,1,1.0 +1106,1106,12,num,three_rule_comb5,52.0,[1 4 9],1 4 9],1,1.0 +1106,1106,12,num,three_rule_comb5,53.0,[1 5 9],1 5 9,1,1.0 +1106,1106,12,num,three_rule_comb5,54.0,[0 8 8],0 8 8,1,1.0 +1106,1106,12,num,three_rule_comb5,55.0,[0 5 9],0 5 9,1,1.0 +1106,1106,12,num,three_rule_comb5,56.0,[0 6 2],0 6 2,1,1.0 +1106,1106,12,num,three_rule_comb5,57.0,[4 3 1],4 3 1,1,1.0 +1106,1106,12,num,three_rule_comb5,58.0,[0 6 9],0 6 9],1,1.0 +1106,1106,12,num,three_rule_comb5,59.0,[8 7 0],8 7 0],1,1.0 +1106,1106,12,num,three_rule_comb5,60.0,[1 4 7],1 4 7],1,1.0 +1106,1106,12,num,three_rule_comb5,61.0,[7 4 1],7 4 1,1,1.0 +1106,1106,12,num,three_rule_comb5,62.0,[4 0 4],4 0 4],1,1.0 +1106,1106,12,num,three_rule_comb5,63.0,[9 0 1],9 0 1],1,1.0 +1106,1106,12,num,three_rule_comb5,64.0,[7 0 8],7 0 8,1,1.0 +1106,1106,12,num,three_rule_comb5,65.0,[3 4 8],3 4 8],1,1.0 +1106,1106,12,num,three_rule_comb5,66.0,[9 1 0],9 1 0],1,1.0 +1106,1106,12,num,three_rule_comb5,67.0,[1 1 5],1 1 5,1,1.0 +1106,1106,12,num,three_rule_comb5,68.0,[3 5 3],3 5 3],1,1.0 +1106,1106,12,num,three_rule_comb5,69.0,[3 4 4],3 4 4,1,1.0 +1106,1106,12,num,three_rule_comb5,70.0,[3 2 5],3 2 5,1,1.0 +1106,1106,12,num,three_rule_comb5,71.0,[0 5 5],0 5 5,1,1.0 +1106,1106,12,num,three_rule_comb5,72.0,[5 9 7],5 9 7],1,1.0 +1106,1106,12,num,three_rule_comb5,73.0,[9 9 3],9 9 3,1,1.0 +1106,1106,12,num,three_rule_comb5,74.0,[8 4 5],8 4 5],1,1.0 +1106,1106,12,num,three_rule_comb5,75.0,[3 5 8],3 5 8],1,1.0 +1106,1106,12,num,three_rule_comb5,76.0,[4 3 3],4 3 3,1,1.0 +1106,1106,12,num,three_rule_comb5,77.0,[8 0 6],8 0 6],1,1.0 +1106,1106,12,num,three_rule_comb5,78.0,[8 6 7],8 6 7],1,1.0 +1106,1106,12,num,three_rule_comb5,79.0,[9 1 0],9 1 0,1,1.0 +1106,1106,12,num,three_rule_comb5,80.0,[0 9 5],0 9 5],1,1.0 +1106,1106,12,num,three_rule_comb5,81.0,[4 3 2],4 3 2,1,1.0 +1106,1106,12,num,three_rule_comb5,82.0,[2 8 6],2 8 6],1,1.0 +1106,1106,12,num,three_rule_comb5,83.0,[1 7 6],1 7 6,1,1.0 +1106,1106,12,num,three_rule_comb5,84.0,[9 0 9],9 0 9,1,1.0 +1106,1106,12,num,three_rule_comb5,85.0,[5 0 5],5 0 5],1,1.0 +1106,1106,12,num,three_rule_comb5,86.0,[1 0 7],1 8 7,0,1.0 +1106,1106,12,num,three_rule_comb5,87.0,[8 4 8],8 4 8],1,1.0 +1106,1106,12,num,three_rule_comb5,88.0,[9 2 7],9 2 7,1,1.0 +1106,1106,12,num,three_rule_comb5,89.0,[0 2 5],0 2 5],1,1.0 +1106,1106,12,num,three_rule_comb5,90.0,[7 5 2],None,0,1.0 +1106,1106,12,num,three_rule_comb5,91.0,[0 8 2],0 8 2,1,1.0 +1106,1106,12,num,three_rule_comb5,92.0,[1 0 9],1 0 9,1,1.0 +1106,1106,12,num,three_rule_comb5,93.0,[0 1 8],0 1 8],1,1.0 +1106,1106,12,num,three_rule_comb5,94.0,[3 4 1],3 4 1,1,1.0 +1106,1106,12,num,three_rule_comb5,95.0,[4 9 2],None,0,1.0 +1106,1106,12,num,three_rule_comb5,96.0,[9 9 5],9 9 5],1,1.0 +1106,1106,12,num,three_rule_comb5,97.0,[8 9 1],8 9 1,1,1.0 +1106,1106,12,num,three_rule_comb5,98.0,[4 2 4],4 2 4],1,1.0 +1106,1106,12,num,three_rule_comb5,99.0,[4 6 4],4 6 4],1,1.0 +1106,1106,12,num,three_rule_comb6,0.0,[0 1 6],0 1 6],1,1.0 +1106,1106,12,num,three_rule_comb6,1.0,[7 1 9],7 1 9,1,1.0 +1106,1106,12,num,three_rule_comb6,2.0,[1 0 2],1 0 2],1,1.0 +1106,1106,12,num,three_rule_comb6,3.0,[3 1 9],3 1 9,1,1.0 +1106,1106,12,num,three_rule_comb6,4.0,[2 5 3],2 5 3],1,1.0 +1106,1106,12,num,three_rule_comb6,5.0,[2 0 9],2 0 9],1,1.0 +1106,1106,12,num,three_rule_comb6,6.0,[5 0 9],5 0 9,1,1.0 +1106,1106,12,num,three_rule_comb6,7.0,[6 2 7],6 2 7,1,1.0 +1106,1106,12,num,three_rule_comb6,8.0,[4 9 1],4 9 1],1,1.0 +1106,1106,12,num,three_rule_comb6,9.0,[5 5 1],5 5 1],1,1.0 +1106,1106,12,num,three_rule_comb6,10.0,[3 1 8],3 1 8,1,1.0 +1106,1106,12,num,three_rule_comb6,11.0,[0 5 9],0 0 3,0,1.0 +1106,1106,12,num,three_rule_comb6,12.0,[7 1 1],7 1 1,1,1.0 +1106,1106,12,num,three_rule_comb6,13.0,[9 1 4],9 1 4],1,1.0 +1106,1106,12,num,three_rule_comb6,14.0,[4 2 9],4 2 9,1,1.0 +1106,1106,12,num,three_rule_comb6,15.0,[9 0 8],8 4 3],0,1.0 +1106,1106,12,num,three_rule_comb6,16.0,[0 5 4],0 5 4],1,1.0 +1106,1106,12,num,three_rule_comb6,17.0,[4 5 9],4 5 9],1,1.0 +1106,1106,12,num,three_rule_comb6,18.0,[6 9 5],6 2 5,0,1.0 +1106,1106,12,num,three_rule_comb6,19.0,[6 7 2],6 7 2],1,1.0 +1106,1106,12,num,three_rule_comb6,20.0,[9 4 9],9 4 9],1,1.0 +1106,1106,12,num,three_rule_comb6,21.0,[6 9 8],1 6 7],0,1.0 +1106,1106,12,num,three_rule_comb6,22.0,[8 3 9],8 3 9,1,1.0 +1106,1106,12,num,three_rule_comb6,23.0,[9 9 5],9 5 5],0,1.0 +1106,1106,12,num,three_rule_comb6,24.0,[7 6 7],7 6 7,1,1.0 +1106,1106,12,num,three_rule_comb6,25.0,[4 8 8],4 8 8,1,1.0 +1106,1106,12,num,three_rule_comb6,26.0,[0 7 8],2 7 6],0,1.0 +1106,1106,12,num,three_rule_comb6,27.0,[1 4 3],1 4 3,1,1.0 +1106,1106,12,num,three_rule_comb6,28.0,[6 4 6],6 4 6,1,1.0 +1106,1106,12,num,three_rule_comb6,29.0,[1 2 4],7 1 6,0,1.0 +1106,1106,12,num,three_rule_comb6,30.0,[8 9 3],9 4 8],0,1.0 +1106,1106,12,num,three_rule_comb6,31.0,[5 1 8],5 1 8,1,1.0 +1106,1106,12,num,three_rule_comb6,32.0,[4 0 4],4 0 4],1,1.0 +1106,1106,12,num,three_rule_comb6,33.0,[8 4 1],8 4 1,1,1.0 +1106,1106,12,num,three_rule_comb6,34.0,[9 5 3],5 3 3],0,1.0 +1106,1106,12,num,three_rule_comb6,35.0,[7 2 1],7 0 1],0,1.0 +1106,1106,12,num,three_rule_comb6,36.0,[3 4 2],3 4 2],1,1.0 +1106,1106,12,num,three_rule_comb6,37.0,[0 5 0],0 5 0,1,1.0 +1106,1106,12,num,three_rule_comb6,38.0,[1 1 2],1 1 3],0,1.0 +1106,1106,12,num,three_rule_comb6,39.0,[2 5 3],2 5 3,1,1.0 +1106,1106,12,num,three_rule_comb6,40.0,[8 7 5],8 5 5],0,1.0 +1106,1106,12,num,three_rule_comb6,41.0,[5 8 5],5 8 5],1,1.0 +1106,1106,12,num,three_rule_comb6,42.0,[2 2 4],2 2 4],1,1.0 +1106,1106,12,num,three_rule_comb6,43.0,[0 9 1],0 9 1,1,1.0 +1106,1106,12,num,three_rule_comb6,44.0,[9 6 5],8 5 4],0,1.0 +1106,1106,12,num,three_rule_comb6,45.0,[0 3 1],0 3 4],0,1.0 +1106,1106,12,num,three_rule_comb6,46.0,[0 0 3],0 0 3,1,1.0 +1106,1106,12,num,three_rule_comb6,47.0,[9 5 6],9 5 6],1,1.0 +1106,1106,12,num,three_rule_comb6,48.0,[9 7 3],2 7 3,0,1.0 +1106,1106,12,num,three_rule_comb6,49.0,[8 6 0],6 3 0],0,1.0 +1106,1106,12,num,three_rule_comb6,50.0,[0 1 6],0 4 7,0,1.0 +1106,1106,12,num,three_rule_comb6,51.0,[4 1 2],2 2 3],0,1.0 +1106,1106,12,num,three_rule_comb6,52.0,[8 9 3],8 9 3,1,1.0 +1106,1106,12,num,three_rule_comb6,53.0,[9 0 5],9 0 5],1,1.0 +1106,1106,12,num,three_rule_comb6,54.0,[4 4 6],4 4 6],1,1.0 +1106,1106,12,num,three_rule_comb6,55.0,[6 2 9],6 2 9,1,1.0 +1106,1106,12,num,three_rule_comb6,56.0,[4 8 1],4 1 1],0,1.0 +1106,1106,12,num,three_rule_comb6,57.0,[2 6 8],2 8 4],0,1.0 +1106,1106,12,num,three_rule_comb6,58.0,[2 5 6],2 5 6,1,1.0 +1106,1106,12,num,three_rule_comb6,59.0,[5 5 1],5 6 1],0,1.0 +1106,1106,12,num,three_rule_comb6,60.0,[8 1 3],8 1 3,1,1.0 +1106,1106,12,num,three_rule_comb6,61.0,[2 6 3],2 6 3],1,1.0 +1106,1106,12,num,three_rule_comb6,62.0,[0 5 4],0 5 4,1,1.0 +1106,1106,12,num,three_rule_comb6,63.0,[6 8 3],None,0,1.0 +1106,1106,12,num,three_rule_comb6,64.0,[6 3 1],6 1 1,0,1.0 +1106,1106,12,num,three_rule_comb6,65.0,[1 3 6],1 3 6,1,1.0 +1106,1106,12,num,three_rule_comb6,66.0,[6 1 6],6 2 4],0,1.0 +1106,1106,12,num,three_rule_comb6,67.0,[6 8 9],6 8 9,1,1.0 +1106,1106,12,num,three_rule_comb6,68.0,[4 1 9],1 1 9],0,1.0 +1106,1106,12,num,three_rule_comb6,69.0,[6 9 2],6 9 2,1,1.0 +1106,1106,12,num,three_rule_comb6,70.0,[1 3 5],1 3 5,1,1.0 +1106,1106,12,num,three_rule_comb6,71.0,[2 0 3],2 0 3],1,1.0 +1106,1106,12,num,three_rule_comb6,72.0,[0 4 7],1 3 7],0,1.0 +1106,1106,12,num,three_rule_comb6,73.0,[1 6 6],1 6 6],1,1.0 +1106,1106,12,num,three_rule_comb6,74.0,[3 2 6],3 2 4,0,1.0 +1106,1106,12,num,three_rule_comb6,75.0,[3 4 7],3 4 7,1,1.0 +1106,1106,12,num,three_rule_comb6,76.0,[8 0 7],8 0 7],1,1.0 +1106,1106,12,num,three_rule_comb6,77.0,[9 3 6],9 3 8],0,1.0 +1106,1106,12,num,three_rule_comb6,78.0,[6 0 8],6 0 8],1,1.0 +1106,1106,12,num,three_rule_comb6,79.0,[6 0 0],6 0 0],1,1.0 +1106,1106,12,num,three_rule_comb6,80.0,[3 6 3],3 6 3],1,1.0 +1106,1106,12,num,three_rule_comb6,81.0,[1 5 0],1 5 0],1,1.0 +1106,1106,12,num,three_rule_comb6,82.0,[1 4 5],1 4 5],1,1.0 +1106,1106,12,num,three_rule_comb6,83.0,[4 9 3],4 4 3,0,1.0 +1106,1106,12,num,three_rule_comb6,84.0,[8 7 0],8 1 7,0,1.0 +1106,1106,12,num,three_rule_comb6,85.0,[1 3 9],1 3 9,1,1.0 +1106,1106,12,num,three_rule_comb6,86.0,[4 7 6],4 7 6,1,1.0 +1106,1106,12,num,three_rule_comb6,87.0,[1 4 8],1 4 8],1,1.0 +1106,1106,12,num,three_rule_comb6,88.0,[0 5 8],0 5 8,1,1.0 +1106,1106,12,num,three_rule_comb6,89.0,[8 3 9],8 3 9],1,1.0 +1106,1106,12,num,three_rule_comb6,90.0,[5 1 2],5 1 2],1,1.0 +1106,1106,12,num,three_rule_comb6,91.0,[7 6 9],7 6 1,0,1.0 +1106,1106,12,num,three_rule_comb6,92.0,[3 7 9],3 7 9],1,1.0 +1106,1106,12,num,three_rule_comb6,93.0,[9 8 1],9 8 1,1,1.0 +1106,1106,12,num,three_rule_comb6,94.0,[4 9 4],4 9 6,0,1.0 +1106,1106,12,num,three_rule_comb6,95.0,[4 7 8],4 1 8],0,1.0 +1106,1106,12,num,three_rule_comb6,96.0,[3 7 7],3 7 7],1,1.0 +1106,1106,12,num,three_rule_comb6,97.0,[8 1 6],8 1 6],1,1.0 +1106,1106,12,num,three_rule_comb6,98.0,[7 3 5],2 3 5],0,1.0 +1106,1106,12,num,three_rule_comb6,99.0,[5 6 8],5 6 0,0,1.0 +1106,1106,12,num,three_rule_comb7,0.0,[5 4 8],5 4 8,1,1.0 +1106,1106,12,num,three_rule_comb7,1.0,[3 1 8],3 1 8],1,1.0 +1106,1106,12,num,three_rule_comb7,2.0,[4 7 9],4 4 4],0,1.0 +1106,1106,12,num,three_rule_comb7,3.0,[4 8 5],4 1 2,0,1.0 +1106,1106,12,num,three_rule_comb7,4.0,[7 5 2],7 6 3,0,1.0 +1106,1106,12,num,three_rule_comb7,5.0,[9 3 9],9 3 6],0,1.0 +1106,1106,12,num,three_rule_comb7,6.0,[5 1 5],5 2 8,0,1.0 +1106,1106,12,num,three_rule_comb7,7.0,[2 9 0],2 3 1,0,1.0 +1106,1106,12,num,three_rule_comb7,8.0,[2 2 3],3 2 7,0,1.0 +1106,1106,12,num,three_rule_comb7,9.0,[6 2 8],6 2 0],0,1.0 +1106,1106,12,num,three_rule_comb7,10.0,[5 1 4],3 1 8,0,1.0 +1106,1106,12,num,three_rule_comb7,11.0,[2 6 1],2 6 1],1,1.0 +1106,1106,12,num,three_rule_comb7,12.0,[4 4 4],4 4 4,1,1.0 +1106,1106,12,num,three_rule_comb7,13.0,[4 4 0],4 4 3],0,1.0 +1106,1106,12,num,three_rule_comb7,14.0,[7 7 4],7 4 4],0,1.0 +1106,1106,12,num,three_rule_comb7,15.0,[3 0 0],3 3 0,0,1.0 +1106,1106,12,num,three_rule_comb7,16.0,[8 8 0],8 4 3,0,1.0 +1106,1106,12,num,three_rule_comb7,17.0,[8 1 4],7 1 1],0,1.0 +1106,1106,12,num,three_rule_comb7,18.0,[6 2 6],6 5 6],0,1.0 +1106,1106,12,num,three_rule_comb7,19.0,[1 3 9],1 3 9,1,1.0 +1106,1106,12,num,three_rule_comb7,20.0,[5 6 5],5 6 5],1,1.0 +1106,1106,12,num,three_rule_comb7,21.0,[1 4 3],1 8 1,0,1.0 +1106,1106,12,num,three_rule_comb7,22.0,[6 4 1],6 4 4],0,1.0 +1106,1106,12,num,three_rule_comb7,23.0,[8 0 3],8 0 6],0,1.0 +1106,1106,12,num,three_rule_comb7,24.0,[8 4 1],8 6 1],0,1.0 +1106,1106,12,num,three_rule_comb7,25.0,[5 3 4],5 3 1],0,1.0 +1106,1106,12,num,three_rule_comb7,26.0,[4 8 6],4 8 6,1,1.0 +1106,1106,12,num,three_rule_comb7,27.0,[2 1 2],1 2 5],0,1.0 +1106,1106,12,num,three_rule_comb7,28.0,[9 8 9],9 8 5,0,1.0 +1106,1106,12,num,three_rule_comb7,29.0,[0 2 9],6 7 9],0,1.0 +1106,1106,12,num,three_rule_comb7,30.0,[9 9 9],9 3 9],0,1.0 +1106,1106,12,num,three_rule_comb7,31.0,[6 1 9],6 7 9,0,1.0 +1106,1106,12,num,three_rule_comb7,32.0,[4 5 9],4 5 4],0,1.0 +1106,1106,12,num,three_rule_comb7,33.0,[3 5 1],7 5 3],0,1.0 +1106,1106,12,num,three_rule_comb7,34.0,[6 5 4],3 7 8],0,1.0 +1106,1106,12,num,three_rule_comb7,35.0,[2 3 1],2 4 4],0,1.0 +1106,1106,12,num,three_rule_comb7,36.0,[6 1 5],6 1 8,0,1.0 +1106,1106,12,num,three_rule_comb7,37.0,[1 4 7],1 4 2],0,1.0 +1106,1106,12,num,three_rule_comb7,38.0,[5 4 5],5 3 3,0,1.0 +1106,1106,12,num,three_rule_comb7,39.0,[0 2 4],0 2 4,1,1.0 +1106,1106,12,num,three_rule_comb7,40.0,[5 9 4],5 9 7,0,1.0 +1106,1106,12,num,three_rule_comb7,41.0,[2 2 1],2 3 1,0,1.0 +1106,1106,12,num,three_rule_comb7,42.0,[2 4 3],5 7 1],0,1.0 +1106,1106,12,num,three_rule_comb7,43.0,[8 1 7],8 1 7],1,1.0 +1106,1106,12,num,three_rule_comb7,44.0,[8 7 2],8 7 2],1,1.0 +1106,1106,12,num,three_rule_comb7,45.0,[3 9 2],3 9 2,1,1.0 +1106,1106,12,num,three_rule_comb7,46.0,[9 7 5],1 7 3],0,1.0 +1106,1106,12,num,three_rule_comb7,47.0,[0 4 3],0 7 2,0,1.0 +1106,1106,12,num,three_rule_comb7,48.0,[5 6 2],5 6 2,1,1.0 +1106,1106,12,num,three_rule_comb7,49.0,[4 0 9],4 0 9],1,1.0 +1106,1106,12,num,three_rule_comb7,50.0,[3 1 7],3 7 7],0,1.0 +1106,1106,12,num,three_rule_comb7,51.0,[8 8 5],8 2 5],0,1.0 +1106,1106,12,num,three_rule_comb7,52.0,[2 9 1],7 9 5],0,1.0 +1106,1106,12,num,three_rule_comb7,53.0,[3 8 0],3 8 3],0,1.0 +1106,1106,12,num,three_rule_comb7,54.0,[6 0 0],6 0 0],1,1.0 +1106,1106,12,num,three_rule_comb7,55.0,[1 6 0],8 0 6],0,1.0 +1106,1106,12,num,three_rule_comb7,56.0,[9 4 0],9 4 8,0,1.0 +1106,1106,12,num,three_rule_comb7,57.0,[7 0 7],7 0 4],0,1.0 +1106,1106,12,num,three_rule_comb7,58.0,[9 3 5],9 0 11,0,1.0 +1106,1106,12,num,three_rule_comb7,59.0,[3 4 4],3 4 4],1,1.0 +1106,1106,12,num,three_rule_comb7,60.0,[8 1 9],8 1 9],1,1.0 +1106,1106,12,num,three_rule_comb7,61.0,[5 1 3],5 1 6],0,1.0 +1106,1106,12,num,three_rule_comb7,62.0,[4 8 7],4 2 7],0,1.0 +1106,1106,12,num,three_rule_comb7,63.0,[5 0 5],5 3 5],0,1.0 +1106,1106,12,num,three_rule_comb7,64.0,[5 1 6],5 1 6],1,1.0 +1106,1106,12,num,three_rule_comb7,65.0,[8 4 4],8 7 4],0,1.0 +1106,1106,12,num,three_rule_comb7,66.0,[9 2 3],9 6 2],0,1.0 +1106,1106,12,num,three_rule_comb7,67.0,[4 6 7],4 6 7,1,1.0 +1106,1106,12,num,three_rule_comb7,68.0,[5 3 0],5 4 0,0,1.0 +1106,1106,12,num,three_rule_comb7,69.0,[5 4 9],5 5 9],0,1.0 +1106,1106,12,num,three_rule_comb7,70.0,[4 6 6],4 2 6,0,1.0 +1106,1106,12,num,three_rule_comb7,71.0,[6 6 1],6 3 1],0,1.0 +1106,1106,12,num,three_rule_comb7,72.0,[4 0 8],4 8 6],0,1.0 +1106,1106,12,num,three_rule_comb7,73.0,[1 9 7],3 1 7],0,1.0 +1106,1106,12,num,three_rule_comb7,74.0,[5 4 6],5 4 6,1,1.0 +1106,1106,12,num,three_rule_comb7,75.0,[9 2 9],9 4 8,0,1.0 +1106,1106,12,num,three_rule_comb7,76.0,[8 5 7],8 7 7,0,1.0 +1106,1106,12,num,three_rule_comb7,77.0,[1 8 1],10 8 8],0,1.0 +1106,1106,12,num,three_rule_comb7,78.0,[5 7 5],5 8 5,0,1.0 +1106,1106,12,num,three_rule_comb7,79.0,[6 0 7],6 3 3],0,1.0 +1106,1106,12,num,three_rule_comb7,80.0,[0 7 2],8 6 2],0,1.0 +1106,1106,12,num,three_rule_comb7,81.0,[2 5 9],6 5 0],0,1.0 +1106,1106,12,num,three_rule_comb7,82.0,[1 9 9],1 4 9],0,1.0 +1106,1106,12,num,three_rule_comb7,83.0,[2 4 4],1 4 4],0,1.0 +1106,1106,12,num,three_rule_comb7,84.0,[8 6 4],8 6 4],1,1.0 +1106,1106,12,num,three_rule_comb7,85.0,[8 5 5],8 2 9,0,1.0 +1106,1106,12,num,three_rule_comb7,86.0,[6 0 9],6 8 9,0,1.0 +1106,1106,12,num,three_rule_comb7,87.0,[1 5 6],2 5 2],0,1.0 +1106,1106,12,num,three_rule_comb7,88.0,[8 4 1],8 7 1,0,1.0 +1106,1106,12,num,three_rule_comb7,89.0,[6 7 0],6 4 0],0,1.0 +1106,1106,12,num,three_rule_comb7,90.0,[8 6 1],8 3 6],0,1.0 +1106,1106,12,num,three_rule_comb7,91.0,[4 1 4],4 8 4],0,1.0 +1106,1106,12,num,three_rule_comb7,92.0,[6 6 4],6 9 4,0,1.0 +1106,1106,12,num,three_rule_comb7,93.0,[6 9 6],7 3 6],0,1.0 +1106,1106,12,num,three_rule_comb7,94.0,[1 3 5],1 3 5],1,1.0 +1106,1106,12,num,three_rule_comb7,95.0,[1 5 2],8 5 8],0,1.0 +1106,1106,12,num,three_rule_comb7,96.0,[2 4 6],2 4 3,0,1.0 +1106,1106,12,num,three_rule_comb7,97.0,[0 3 0],0 3 0],1,1.0 +1106,1106,12,num,three_rule_comb7,98.0,[8 3 0],8 3 7,0,1.0 +1106,1106,12,num,three_rule_comb7,99.0,[8 9 3],7 6 3],0,1.0 +1106,1106,12,num,three_rule_comb8,0.0,[8 1 2],8 1 6,0,1.0 +1106,1106,12,num,three_rule_comb8,1.0,[5 5 5],5 5 3],0,1.0 +1106,1106,12,num,three_rule_comb8,2.0,[3 0 8],6 0 8],0,1.0 +1106,1106,12,num,three_rule_comb8,3.0,[7 5 9],7 5 4],0,1.0 +1106,1106,12,num,three_rule_comb8,4.0,[9 4 8],9 4 8,1,1.0 +1106,1106,12,num,three_rule_comb8,5.0,[5 3 8],5 3 2,0,1.0 +1106,1106,12,num,three_rule_comb8,6.0,[4 6 1],4 6 3],0,1.0 +1106,1106,12,num,three_rule_comb8,7.0,[8 3 0],8 2 0],0,1.0 +1106,1106,12,num,three_rule_comb8,8.0,[7 0 6],2 0 6],0,1.0 +1106,1106,12,num,three_rule_comb8,9.0,[0 7 0],0 7 1,0,1.0 +1106,1106,12,num,three_rule_comb8,10.0,[3 5 6],9 5 6],0,1.0 +1106,1106,12,num,three_rule_comb8,11.0,[0 4 5],0 9 5],0,1.0 +1106,1106,12,num,three_rule_comb8,12.0,[6 6 4],6 3 4,0,1.0 +1106,1106,12,num,three_rule_comb8,13.0,[1 9 8],1 9 6],0,1.0 +1106,1106,12,num,three_rule_comb8,14.0,[0 7 1],0 7 1],1,1.0 +1106,1106,12,num,three_rule_comb8,15.0,[3 8 3],3 8 3],1,1.0 +1106,1106,12,num,three_rule_comb8,16.0,[4 6 7],4 4 7],0,1.0 +1106,1106,12,num,three_rule_comb8,17.0,[2 8 4],2 5 7,0,1.0 +1106,1106,12,num,three_rule_comb8,18.0,[1 5 5],1 5 7,0,1.0 +1106,1106,12,num,three_rule_comb8,19.0,[0 7 5],0 7 5],1,1.0 +1106,1106,12,num,three_rule_comb8,20.0,[4 1 9],4 3 9,0,1.0 +1106,1106,12,num,three_rule_comb8,21.0,[0 9 4],0 9 2,0,1.0 +1106,1106,12,num,three_rule_comb8,22.0,[8 4 2],8 4 2],1,1.0 +1106,1106,12,num,three_rule_comb8,23.0,[9 4 8],9 5 8,0,1.0 +1106,1106,12,num,three_rule_comb8,24.0,[5 3 0],5 7 8,0,1.0 +1106,1106,12,num,three_rule_comb8,25.0,[0 5 8],0 8 8,0,1.0 +1106,1106,12,num,three_rule_comb8,26.0,[8 8 5],8 3 5,0,1.0 +1106,1106,12,num,three_rule_comb8,27.0,[0 5 8],0 5 2],0,1.0 +1106,1106,12,num,three_rule_comb8,28.0,[4 5 3],4 1 3,0,1.0 +1106,1106,12,num,three_rule_comb8,29.0,[4 5 6],6 5 6,0,1.0 +1106,1106,12,num,three_rule_comb8,30.0,[6 6 0],6 8 0,0,1.0 +1106,1106,12,num,three_rule_comb8,31.0,[7 5 7],7 5 4,0,1.0 +1106,1106,12,num,three_rule_comb8,32.0,[4 0 8],4 6 8,0,1.0 +1106,1106,12,num,three_rule_comb8,33.0,[3 0 2],3 7 2],0,1.0 +1106,1106,12,num,three_rule_comb8,34.0,[6 8 5],6 8 5],1,1.0 +1106,1106,12,num,three_rule_comb8,35.0,[9 0 9],9 1 9],0,1.0 +1106,1106,12,num,three_rule_comb8,36.0,[7 4 6],7 4 3],0,1.0 +1106,1106,12,num,three_rule_comb8,37.0,[7 3 8],7 3 8],1,1.0 +1106,1106,12,num,three_rule_comb8,38.0,[5 0 1],4 0 1],0,1.0 +1106,1106,12,num,three_rule_comb8,39.0,[9 5 0],9 5 0],1,1.0 +1106,1106,12,num,three_rule_comb8,40.0,[4 7 1],4 1 1],0,1.0 +1106,1106,12,num,three_rule_comb8,41.0,[1 6 7],1 3 7],0,1.0 +1106,1106,12,num,three_rule_comb8,42.0,[4 2 5],1 2 5],0,1.0 +1106,1106,12,num,three_rule_comb8,43.0,[6 1 3],6 1 3],1,1.0 +1106,1106,12,num,three_rule_comb8,44.0,[0 9 0],0 9 7],0,1.0 +1106,1106,12,num,three_rule_comb8,45.0,[5 8 4],5 1 4],0,1.0 +1106,1106,12,num,three_rule_comb8,46.0,[9 8 0],9 1 0],0,1.0 +1106,1106,12,num,three_rule_comb8,47.0,[3 0 2],3 0 2],1,1.0 +1106,1106,12,num,three_rule_comb8,48.0,[5 1 3],5 1 7,0,1.0 +1106,1106,12,num,three_rule_comb8,49.0,[8 9 5],8 9 2],0,1.0 +1106,1106,12,num,three_rule_comb8,50.0,[2 9 0],2 6 1],0,1.0 +1106,1106,12,num,three_rule_comb8,51.0,[1 1 1],1 1 1],1,1.0 +1106,1106,12,num,three_rule_comb8,52.0,[6 4 5],6 4 5],1,1.0 +1106,1106,12,num,three_rule_comb8,53.0,[3 5 7],3 5 2],0,1.0 +1106,1106,12,num,three_rule_comb8,54.0,[7 5 2],7 5 5],0,1.0 +1106,1106,12,num,three_rule_comb8,55.0,[1 6 3],1 6 5,0,1.0 +1106,1106,12,num,three_rule_comb8,56.0,[0 9 1],0 2 1],0,1.0 +1106,1106,12,num,three_rule_comb8,57.0,[5 3 1],5 2 1],0,1.0 +1106,1106,12,num,three_rule_comb8,58.0,[6 2 1],3 2 1,0,1.0 +1106,1106,12,num,three_rule_comb8,59.0,[5 5 0],5 2 0],0,1.0 +1106,1106,12,num,three_rule_comb8,60.0,[1 9 9],1 9 4,0,1.0 +1106,1106,12,num,three_rule_comb8,61.0,[8 8 1],8 1 1],0,1.0 +1106,1106,12,num,three_rule_comb8,62.0,[9 4 2],9 4 2],1,1.0 +1106,1106,12,num,three_rule_comb8,63.0,[1 9 0],1 9 0],1,1.0 +1106,1106,12,num,three_rule_comb8,64.0,[5 9 5],1 9 5],0,1.0 +1106,1106,12,num,three_rule_comb8,65.0,[8 0 5],8 0 0],0,1.0 +1106,1106,12,num,three_rule_comb8,66.0,[5 6 8],5 5 8],0,1.0 +1106,1106,12,num,three_rule_comb8,67.0,[0 5 8],7 5 8],0,1.0 +1106,1106,12,num,three_rule_comb8,68.0,[8 5 7],7 8 4],0,1.0 +1106,1106,12,num,three_rule_comb8,69.0,[1 8 9],1 8 9],1,1.0 +1106,1106,12,num,three_rule_comb8,70.0,[5 2 9],5 7 9,0,1.0 +1106,1106,12,num,three_rule_comb8,71.0,[5 4 2],5 3 2],0,1.0 +1106,1106,12,num,three_rule_comb8,72.0,[8 9 0],8 9 0,1,1.0 +1106,1106,12,num,three_rule_comb8,73.0,[0 3 4],0 6 4],0,1.0 +1106,1106,12,num,three_rule_comb8,74.0,[0 5 1],0 5 1],1,1.0 +1106,1106,12,num,three_rule_comb8,75.0,[4 5 6],4 5 1],0,1.0 +1106,1106,12,num,three_rule_comb8,76.0,[9 3 2],9 9 2,0,1.0 +1106,1106,12,num,three_rule_comb8,77.0,[0 7 4],1 7 4],0,1.0 +1106,1106,12,num,three_rule_comb8,78.0,[8 1 7],8 1 0],0,1.0 +1106,1106,12,num,three_rule_comb8,79.0,[1 9 7],1 9 4],0,1.0 +1106,1106,12,num,three_rule_comb8,80.0,[0 1 8],0 6 8],0,1.0 +1106,1106,12,num,three_rule_comb8,81.0,[9 2 0],9 7 0,0,1.0 +1106,1106,12,num,three_rule_comb8,82.0,[8 8 1],5 8 1],0,1.0 +1106,1106,12,num,three_rule_comb8,83.0,[2 1 8],2 1 8],1,1.0 +1106,1106,12,num,three_rule_comb8,84.0,[3 9 0],3 9 0],1,1.0 +1106,1106,12,num,three_rule_comb8,85.0,[3 5 8],3 5 5],0,1.0 +1106,1106,12,num,three_rule_comb8,86.0,[6 1 4],6 7 1],0,1.0 +1106,1106,12,num,three_rule_comb8,87.0,[5 0 2],5 1 2,0,1.0 +1106,1106,12,num,three_rule_comb8,88.0,[8 1 0],2 1 0],0,1.0 +1106,1106,12,num,three_rule_comb8,89.0,[4 9 8],4 8 8],0,1.0 +1106,1106,12,num,three_rule_comb8,90.0,[5 0 2],5 0 2],1,1.0 +1106,1106,12,num,three_rule_comb8,91.0,[0 3 2],0 3 2],1,1.0 +1106,1106,12,num,three_rule_comb8,92.0,[8 8 6],8 8 1],0,1.0 +1106,1106,12,num,three_rule_comb8,93.0,[1 0 2],1 0 2,1,1.0 +1106,1106,12,num,three_rule_comb8,94.0,[8 8 7],8 7 7],0,1.0 +1106,1106,12,num,three_rule_comb8,95.0,[6 5 4],6 1 4],0,1.0 +1106,1106,12,num,three_rule_comb8,96.0,[9 9 3],9 9 3],1,1.0 +1106,1106,12,num,three_rule_comb8,97.0,[0 8 5],0 8 9],0,1.0 +1106,1106,12,num,three_rule_comb8,98.0,[5 0 3],1 0 3],0,1.0 +1106,1106,12,num,three_rule_comb8,99.0,[8 1 0],8 1 4],0,1.0 +1106,1106,12,num,three_rule_comb9,0.0,[5 7 3],5 7 3],1,1.0 +1106,1106,12,num,three_rule_comb9,1.0,[8 9 0],8 9 0,1,1.0 +1106,1106,12,num,three_rule_comb9,2.0,[6 7 2],6 7 2,1,1.0 +1106,1106,12,num,three_rule_comb9,3.0,[5 8 6],5 8 6,1,1.0 +1106,1106,12,num,three_rule_comb9,4.0,[5 6 2],5 6 2,1,1.0 +1106,1106,12,num,three_rule_comb9,5.0,[7 8 4],7 8 4],1,1.0 +1106,1106,12,num,three_rule_comb9,6.0,[0 1 5],0 1 5],1,1.0 +1106,1106,12,num,three_rule_comb9,7.0,[9 1 0],9 1 0,1,1.0 +1106,1106,12,num,three_rule_comb9,8.0,[8 0 3],8 0 3,1,1.0 +1106,1106,12,num,three_rule_comb9,9.0,[0 5 8],0 5 8],1,1.0 +1106,1106,12,num,three_rule_comb9,10.0,[0 8 1],0 8 1,1,1.0 +1106,1106,12,num,three_rule_comb9,11.0,[0 1 1],0 1 1],1,1.0 +1106,1106,12,num,three_rule_comb9,12.0,[9 1 6],9 1 6],1,1.0 +1106,1106,12,num,three_rule_comb9,13.0,[4 8 1],4 8 1,1,1.0 +1106,1106,12,num,three_rule_comb9,14.0,[2 5 0],2 5 0,1,1.0 +1106,1106,12,num,three_rule_comb9,15.0,[8 1 5],8 1 5],1,1.0 +1106,1106,12,num,three_rule_comb9,16.0,[6 0 8],6 0 8],1,1.0 +1106,1106,12,num,three_rule_comb9,17.0,[5 2 4],5 2 4,1,1.0 +1106,1106,12,num,three_rule_comb9,18.0,[4 6 9],4 6 9,1,1.0 +1106,1106,12,num,three_rule_comb9,19.0,[2 8 0],2 8 0,1,1.0 +1106,1106,12,num,three_rule_comb9,20.0,[0 8 7],0 8 7],1,1.0 +1106,1106,12,num,three_rule_comb9,21.0,[1 2 9],1 2 9],1,1.0 +1106,1106,12,num,three_rule_comb9,22.0,[5 8 2],5 8 2],1,1.0 +1106,1106,12,num,three_rule_comb9,23.0,[6 1 2],6 1 2,1,1.0 +1106,1106,12,num,three_rule_comb9,24.0,[4 9 0],4 9 0,1,1.0 +1106,1106,12,num,three_rule_comb9,25.0,[2 9 8],2 9 8,1,1.0 +1106,1106,12,num,three_rule_comb9,26.0,[0 9 1],0 9 1],1,1.0 +1106,1106,12,num,three_rule_comb9,27.0,[0 1 5],0 1 5,1,1.0 +1106,1106,12,num,three_rule_comb9,28.0,[8 1 0],8 1 0],1,1.0 +1106,1106,12,num,three_rule_comb9,29.0,[8 6 4],8 6 4,1,1.0 +1106,1106,12,num,three_rule_comb9,30.0,[5 8 8],5 8 8],1,1.0 +1106,1106,12,num,three_rule_comb9,31.0,[8 7 1],8 7 1],1,1.0 +1106,1106,12,num,three_rule_comb9,32.0,[0 4 5],0 4 5,1,1.0 +1106,1106,12,num,three_rule_comb9,33.0,[7 5 9],7 5 9,1,1.0 +1106,1106,12,num,three_rule_comb9,34.0,[9 4 2],9 4 2,1,1.0 +1106,1106,12,num,three_rule_comb9,35.0,[6 4 0],6 4 0],1,1.0 +1106,1106,12,num,three_rule_comb9,36.0,[9 0 4],9 0 4,1,1.0 +1106,1106,12,num,three_rule_comb9,37.0,[8 9 3],8 9 3],1,1.0 +1106,1106,12,num,three_rule_comb9,38.0,[7 0 0],7 0 0],1,1.0 +1106,1106,12,num,three_rule_comb9,39.0,[3 9 4],3 9 4,1,1.0 +1106,1106,12,num,three_rule_comb9,40.0,[8 6 9],8 6 9,1,1.0 +1106,1106,12,num,three_rule_comb9,41.0,[8 1 4],8 1 4,1,1.0 +1106,1106,12,num,three_rule_comb9,42.0,[7 2 9],7 2 9],1,1.0 +1106,1106,12,num,three_rule_comb9,43.0,[1 0 9],1 0 9],1,1.0 +1106,1106,12,num,three_rule_comb9,44.0,[6 4 4],6 4 4],1,1.0 +1106,1106,12,num,three_rule_comb9,45.0,[1 7 4],1 7 4,1,1.0 +1106,1106,12,num,three_rule_comb9,46.0,[8 2 1],8 2 1,1,1.0 +1106,1106,12,num,three_rule_comb9,47.0,[0 8 7],0 8 7],1,1.0 +1106,1106,12,num,three_rule_comb9,48.0,[6 9 5],6 9 5,1,1.0 +1106,1106,12,num,three_rule_comb9,49.0,[1 5 5],1 5 5,1,1.0 +1106,1106,12,num,three_rule_comb9,50.0,[0 0 1],0 0 1],1,1.0 +1106,1106,12,num,three_rule_comb9,51.0,[2 9 1],2 9 1],1,1.0 +1106,1106,12,num,three_rule_comb9,52.0,[9 8 5],9 8 5,1,1.0 +1106,1106,12,num,three_rule_comb9,53.0,[0 0 6],0 0 6],1,1.0 +1106,1106,12,num,three_rule_comb9,54.0,[9 9 8],9 9 8,1,1.0 +1106,1106,12,num,three_rule_comb9,55.0,[5 4 3],5 4 3,1,1.0 +1106,1106,12,num,three_rule_comb9,56.0,[1 7 9],1 7 9,1,1.0 +1106,1106,12,num,three_rule_comb9,57.0,[1 9 8],1 9 8,1,1.0 +1106,1106,12,num,three_rule_comb9,58.0,[4 1 0],4 1 0,1,1.0 +1106,1106,12,num,three_rule_comb9,59.0,[9 7 5],9 7 5,1,1.0 +1106,1106,12,num,three_rule_comb9,60.0,[9 5 4],9 5 4,1,1.0 +1106,1106,12,num,three_rule_comb9,61.0,[8 0 2],8 0 2],1,1.0 +1106,1106,12,num,three_rule_comb9,62.0,[1 5 8],1 5 8,1,1.0 +1106,1106,12,num,three_rule_comb9,63.0,[9 4 8],9 4 8,1,1.0 +1106,1106,12,num,three_rule_comb9,64.0,[6 8 9],6 8 9],1,1.0 +1106,1106,12,num,three_rule_comb9,65.0,[4 0 3],4 0 3,1,1.0 +1106,1106,12,num,three_rule_comb9,66.0,[5 1 6],5 1 6,1,1.0 +1106,1106,12,num,three_rule_comb9,67.0,[5 9 3],5 9 3,1,1.0 +1106,1106,12,num,three_rule_comb9,68.0,[8 9 0],8 9 0,1,1.0 +1106,1106,12,num,three_rule_comb9,69.0,[4 9 7],4 9 7],1,1.0 +1106,1106,12,num,three_rule_comb9,70.0,[8 9 4],8 9 4],1,1.0 +1106,1106,12,num,three_rule_comb9,71.0,[4 2 5],4 2 5],1,1.0 +1106,1106,12,num,three_rule_comb9,72.0,[7 9 8],7 9 8],1,1.0 +1106,1106,12,num,three_rule_comb9,73.0,[5 0 8],5 0 8,1,1.0 +1106,1106,12,num,three_rule_comb9,74.0,[9 8 7],9 8 7,1,1.0 +1106,1106,12,num,three_rule_comb9,75.0,[3 0 4],3 0 4,1,1.0 +1106,1106,12,num,three_rule_comb9,76.0,[1 8 0],1 8 0,1,1.0 +1106,1106,12,num,three_rule_comb9,77.0,[7 0 4],7 0 4,1,1.0 +1106,1106,12,num,three_rule_comb9,78.0,[9 5 9],9 5 9,1,1.0 +1106,1106,12,num,three_rule_comb9,79.0,[1 7 0],1 7 0],1,1.0 +1106,1106,12,num,three_rule_comb9,80.0,[4 4 2],4 4 2,1,1.0 +1106,1106,12,num,three_rule_comb9,81.0,[1 4 7],1 4 7],1,1.0 +1106,1106,12,num,three_rule_comb9,82.0,[0 5 4],0 5 4,1,1.0 +1106,1106,12,num,three_rule_comb9,83.0,[9 5 4],9 5 4,1,1.0 +1106,1106,12,num,three_rule_comb9,84.0,[5 3 0],5 3 0,1,1.0 +1106,1106,12,num,three_rule_comb9,85.0,[5 7 1],5 7 1,1,1.0 +1106,1106,12,num,three_rule_comb9,86.0,[9 4 5],9 4 5],1,1.0 +1106,1106,12,num,three_rule_comb9,87.0,[4 9 5],4 9 5],1,1.0 +1106,1106,12,num,three_rule_comb9,88.0,[7 4 5],7 4 5],1,1.0 +1106,1106,12,num,three_rule_comb9,89.0,[6 8 0],6 8 0,1,1.0 +1106,1106,12,num,three_rule_comb9,90.0,[1 9 3],1 9 3],1,1.0 +1106,1106,12,num,three_rule_comb9,91.0,[9 0 1],9 0 1,1,1.0 +1106,1106,12,num,three_rule_comb9,92.0,[9 7 4],9 7 4,1,1.0 +1106,1106,12,num,three_rule_comb9,93.0,[1 0 6],1 0 6,1,1.0 +1106,1106,12,num,three_rule_comb9,94.0,[9 0 2],9 0 2],1,1.0 +1106,1106,12,num,three_rule_comb9,95.0,[1 3 1],1 3 1,1,1.0 +1106,1106,12,num,three_rule_comb9,96.0,[7 9 1],7 9 1,1,1.0 +1106,1106,12,num,three_rule_comb9,97.0,[3 1 0],3 1 0],1,1.0 +1106,1106,12,num,three_rule_comb9,98.0,[9 7 8],9 7 8],1,1.0 +1106,1106,12,num,three_rule_comb9,99.0,[3 1 2],3 1 2],1,1.0 +1106,1106,12,num,c3_set_union,0.0,[6 4 1 9],6 4 1 9,1,1.0 +1106,1106,12,num,c3_set_union,1.0,[5 7 4 1],5 7 4 1],1,1.0 +1106,1106,12,num,c3_set_union,2.0,[1 9 8 6],1 9 8 6,1,1.0 +1106,1106,12,num,c3_set_union,3.0,[0 4 8 7],0 4 8 7,1,1.0 +1106,1106,12,num,c3_set_union,4.0,[8 6 5 2],8 5 6 2,1,1.0 +1106,1106,12,num,c3_set_union,5.0,[2 5 1 0],2 5 1 0,1,1.0 +1106,1106,12,num,c3_set_union,6.0,[6 1 0 4],6 1 0 4,1,1.0 +1106,1106,12,num,c3_set_union,7.0,[7 3 8 4],7 3 8 4,1,1.0 +1106,1106,12,num,c3_set_union,8.0,[8 3 2 1],8 3 2 1,1,1.0 +1106,1106,12,num,c3_set_union,9.0,[0 2 1 6],0 2 1 6],1,1.0 +1106,1106,12,num,c3_set_union,10.0,[9 0 7 1],9 0 7 1,1,1.0 +1106,1106,12,num,c3_set_union,11.0,[6 1 3 5],6 1 3 5],1,1.0 +1106,1106,12,num,c3_set_union,12.0,[9 7 6 0],9 7 6 0,1,1.0 +1106,1106,12,num,c3_set_union,13.0,[5 0 7 3],5 7 0 3],1,1.0 +1106,1106,12,num,c3_set_union,14.0,[8 9 7 2],8 9 7 2,1,1.0 +1106,1106,12,num,c3_set_union,15.0,[0 4 1 2],0 1 4 2,1,1.0 +1106,1106,12,num,c3_set_union,16.0,[6 2 8 3],6 2 8 3],1,1.0 +1106,1106,12,num,c3_set_union,17.0,[7 8 6 3],7 8 6 3,1,1.0 +1106,1106,12,num,c3_set_union,18.0,[9 4 2 8],9 4 2 8,1,1.0 +1106,1106,12,num,c3_set_union,19.0,[8 4 6 1],8 4 6 1,1,1.0 +1106,1106,12,num,c3_set_union,20.0,[6 0 2 3],6 2 3],0,1.0 +1106,1106,12,num,c3_set_union,21.0,[8 4 5 9],8 5 4 9,1,1.0 +1106,1106,12,num,c3_set_union,22.0,[3 5 7 8],3 5 7 8,1,1.0 +1106,1106,12,num,c3_set_union,23.0,[0 4 6 5],0 4 6 5,1,1.0 +1106,1106,12,num,c3_set_union,24.0,[0 9 7 5],07 95,1,1.0 +1106,1106,12,num,c3_set_union,25.0,[6 9 5 1],6 9 5 1],1,1.0 +1106,1106,12,num,c3_set_union,26.0,[8 3 9 7],8 3 9 7],1,1.0 +1106,1106,12,num,c3_set_union,27.0,[9 2 1 8],9 1 8,0,1.0 +1106,1106,12,num,c3_set_union,28.0,[8 0 1 6],80 16,1,1.0 +1106,1106,12,num,c3_set_union,29.0,[3 9 2 1],3 9 2 1,1,1.0 +1106,1106,12,num,c3_set_union,30.0,[3 2 4 8],3 2 4 8],1,1.0 +1106,1106,12,num,c3_set_union,31.0,[2 6 1 8],2 1 6 8,1,1.0 +1106,1106,12,num,c3_set_union,32.0,[8 6 4 0],8 6 4 0,1,1.0 +1106,1106,12,num,c3_set_union,33.0,[2 0 5 9],2 0 5 9],1,1.0 +1106,1106,12,num,c3_set_union,34.0,[6 5 1 4],6 5 1 4,1,1.0 +1106,1106,12,num,c3_set_union,35.0,[0 5 2 3],0 5 2 3,1,1.0 +1106,1106,12,num,c3_set_union,36.0,[4 6 8 3],4 8 6 3,1,1.0 +1106,1106,12,num,c3_set_union,37.0,[9 1 2 6],9 1 2 6,1,1.0 +1106,1106,12,num,c3_set_union,38.0,[8 4 6 9],8 4 6 9,1,1.0 +1106,1106,12,num,c3_set_union,39.0,[1 7 9 2],1 7 9 2,1,1.0 +1106,1106,12,num,c3_set_union,40.0,[9 3 2 6],9 6,0,1.0 +1106,1106,12,num,c3_set_union,41.0,[1 0 9 3],1 0 9 3],1,1.0 +1106,1106,12,num,c3_set_union,42.0,[7 9 2 3],7 9 2 3,1,1.0 +1106,1106,12,num,c3_set_union,43.0,[8 2 4 7],8 4 2 7],1,1.0 +1106,1106,12,num,c3_set_union,44.0,[9 0 4 8],9 0 4 8],1,1.0 +1106,1106,12,num,c3_set_union,45.0,[3 5 8 9],3 5 8 9],1,1.0 +1106,1106,12,num,c3_set_union,46.0,[7 2 1 5],7 1 5,0,1.0 +1106,1106,12,num,c3_set_union,47.0,[8 6 7 2],8 6 7 2],1,1.0 +1106,1106,12,num,c3_set_union,48.0,[0 4 2 6],0 4 2 6,1,1.0 +1106,1106,12,num,c3_set_union,49.0,[4 6 2 5],4 6 2 5],1,1.0 +1106,1106,12,num,c3_set_union,50.0,[4 9 3 0],4 9 3 0],1,1.0 +1106,1106,12,num,c3_set_union,51.0,[7 3 0 2],7 3 0 2,1,1.0 +1106,1106,12,num,c3_set_union,52.0,[1 9 7 8],1 9 7 8,1,1.0 +1106,1106,12,num,c3_set_union,53.0,[6 9 0 5],6 9 0 5,1,1.0 +1106,1106,12,num,c3_set_union,54.0,[1 7 5 0],1 7 5 0,1,1.0 +1106,1106,12,num,c3_set_union,55.0,[7 2 5 8],7 5 8,0,1.0 +1106,1106,12,num,c3_set_union,56.0,[8 3 2 5],8 3 2 5,1,1.0 +1106,1106,12,num,c3_set_union,57.0,[0 5 2 6],0 5 2 6,1,1.0 +1106,1106,12,num,c3_set_union,58.0,[7 4 5 0],7 4 5 0,1,1.0 +1106,1106,12,num,c3_set_union,59.0,[7 8 5 6],7 5 8 6,1,1.0 +1106,1106,12,num,c3_set_union,60.0,[2 1 5 9],21 59,1,1.0 +1106,1106,12,num,c3_set_union,61.0,[0 5 2 4],0 5 2 4,1,1.0 +1106,1106,12,num,c3_set_union,62.0,[9 0 5 3],9 5 0 3],1,1.0 +1106,1106,12,num,c3_set_union,63.0,[6 7 5 3],6 7 5 3],1,1.0 +1106,1106,12,num,c3_set_union,64.0,[1 3 9 6],1 3 9 6,1,1.0 +1106,1106,12,num,c3_set_union,65.0,[8 1 7 0],8 1 7 0,1,1.0 +1106,1106,12,num,c3_set_union,66.0,[5 1 9 7],5 1 9 7],1,1.0 +1106,1106,12,num,c3_set_union,67.0,[4 9 2 0],4 9 2 0,1,1.0 +1106,1106,12,num,c3_set_union,68.0,[5 0 8 9],5 0 8 9],1,1.0 +1106,1106,12,num,c3_set_union,69.0,[8 1 9 5],8 9 5,0,1.0 +1106,1106,12,num,c3_set_union,70.0,[7 4 6 2],7 4 6 2,1,1.0 +1106,1106,12,num,c3_set_union,71.0,[8 6 1 5],8 6 1 5],1,1.0 +1106,1106,12,num,c3_set_union,72.0,[4 3 8 0],4 3 8 0],1,1.0 +1106,1106,12,num,c3_set_union,73.0,[5 1 9 4],5 1 9 4,1,1.0 +1106,1106,12,num,c3_set_union,74.0,[2 3 7 8],2 3 7 8,1,1.0 +1106,1106,12,num,c3_set_union,75.0,[9 8 5 2],9 8 5 2,1,1.0 +1106,1106,12,num,c3_set_union,76.0,[0 7 8 9],0 7 8 9,1,1.0 +1106,1106,12,num,c3_set_union,77.0,[8 6 3 0],8 6 3 0,1,1.0 +1106,1106,12,num,c3_set_union,78.0,[1 3 6 7],1 3 6 7,1,1.0 +1106,1106,12,num,c3_set_union,79.0,[4 9 2 5],4 2 9 5,1,1.0 +1106,1106,12,num,c3_set_union,80.0,[4 8 1 9],4 1 8 9,1,1.0 +1106,1106,12,num,c3_set_union,81.0,[3 1 2 7],3 1 2 7,1,1.0 +1106,1106,12,num,c3_set_union,82.0,[8 0 1 5],8 1 5,0,1.0 +1106,1106,12,num,c3_set_union,83.0,[7 4 9 2],7 4 9 2,1,1.0 +1106,1106,12,num,c3_set_union,84.0,[3 8 5 1],3 8 5 1],1,1.0 +1106,1106,12,num,c3_set_union,85.0,[3 9 4 8],3 9 4 8],1,1.0 +1106,1106,12,num,c3_set_union,86.0,[2 3 0 8],2 3 0 8,1,1.0 +1106,1106,12,num,c3_set_union,87.0,[4 3 2 6],4 3 2 6],1,1.0 +1106,1106,12,num,c3_set_union,88.0,[0 3 1 4],0 1 3 4,1,1.0 +1106,1106,12,num,c3_set_union,89.0,[3 4 7 9],3 4 7 9],1,1.0 +1106,1106,12,num,c3_set_union,90.0,[5 7 2 4],5 7 2 4,1,1.0 +1106,1106,12,num,c3_set_union,91.0,[1 9 0 4],1 9 0 4,1,1.0 +1106,1106,12,num,c3_set_union,92.0,[3 5 1 0],3 5 1 0,1,1.0 +1106,1106,12,num,c3_set_union,93.0,[8 4 1 7],8 4 1 7,1,1.0 +1106,1106,12,num,c3_set_union,94.0,[8 5 9 7],8 5 9 7,1,1.0 +1106,1106,12,num,c3_set_union,95.0,[4 9 5 0],4 5 9 0,1,1.0 +1106,1106,12,num,c3_set_union,96.0,[6 0 2 8],6 2 8,0,1.0 +1106,1106,12,num,c3_set_union,97.0,[1 0 3 2],1 3 0 2],1,1.0 +1106,1106,12,num,c3_set_union,98.0,[8 9 2 3],8 9 2 3],1,1.0 +1106,1106,12,num,c3_set_union,99.0,[3 4 5 2],3 4 5 2,1,1.0 +1106,1106,12,num,c1_set_union,0.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,1.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,2.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,3.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,4.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union,5.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union,6.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union,7.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union,8.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,9.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,10.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union,11.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union,12.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,13.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union,14.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union,15.0,[5],5],1,1.0 +1106,1106,12,num,c1_set_union,16.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union,17.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union,18.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union,19.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,20.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union,21.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union,22.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union,23.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union,24.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,25.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union,26.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union,27.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union,28.0,[9],9],1,1.0 +1106,1106,12,num,c1_set_union,29.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,30.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,31.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union,32.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,33.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,34.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union,35.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,36.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union,37.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,38.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,39.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,40.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union,41.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union,42.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,43.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,44.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union,45.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,46.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union,47.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union,48.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union,49.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union,50.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,51.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union,52.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union,53.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,54.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union,55.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,56.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union,57.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union,58.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,59.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,60.0,[7],7],1,1.0 +1106,1106,12,num,c1_set_union,61.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union,62.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union,63.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union,64.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,65.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union,66.0,[9],9],1,1.0 +1106,1106,12,num,c1_set_union,67.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union,68.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,69.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,70.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union,71.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union,72.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union,73.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union,74.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union,75.0,[7],7],1,1.0 +1106,1106,12,num,c1_set_union,76.0,[5],5],1,1.0 +1106,1106,12,num,c1_set_union,77.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union,78.0,[2],2],1,1.0 +1106,1106,12,num,c1_set_union,79.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,80.0,[3],3],1,1.0 +1106,1106,12,num,c1_set_union,81.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,82.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union,83.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union,84.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union,85.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union,86.0,[2],2],1,1.0 +1106,1106,12,num,c1_set_union,87.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,88.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union,89.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union,90.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,91.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union,92.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union,93.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union,94.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union,95.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union,96.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,97.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union,98.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union,99.0,[6],6,1,1.0 +1106,1106,12,num,c2_set_union,0.0,[9],9,1,1.0 +1106,1106,12,num,c2_set_union,1.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union,2.0,[1],1,1,1.0 +1106,1106,12,num,c2_set_union,3.0,[2],2,1,1.0 +1106,1106,12,num,c2_set_union,4.0,[3],3],1,1.0 +1106,1106,12,num,c2_set_union,5.0,[1],1],1,1.0 +1106,1106,12,num,c2_set_union,6.0,[8],8,1,1.0 +1106,1106,12,num,c2_set_union,7.0,[7],7],1,1.0 +1106,1106,12,num,c2_set_union,8.0,[7],7,1,1.0 +1106,1106,12,num,c2_set_union,9.0,[4],4],1,1.0 +1106,1106,12,num,c2_set_union,10.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union,11.0,[0],0,1,1.0 +1106,1106,12,num,c2_set_union,12.0,[9],9],1,1.0 +1106,1106,12,num,c2_set_union,13.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union,14.0,[0],0,1,1.0 +1106,1106,12,num,c2_set_union,15.0,[0],0,1,1.0 +1106,1106,12,num,c2_set_union,16.0,[7],7],1,1.0 +1106,1106,12,num,c2_set_union,17.0,[9],9],1,1.0 +1106,1106,12,num,c2_set_union,18.0,[9],9,1,1.0 +1106,1106,12,num,c2_set_union,19.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union,20.0,[7],7,1,1.0 +1106,1106,12,num,c2_set_union,21.0,[8],8,1,1.0 +1106,1106,12,num,c2_set_union,22.0,[1],1],1,1.0 +1106,1106,12,num,c2_set_union,23.0,[8],8,1,1.0 +1106,1106,12,num,c2_set_union,24.0,[5],5],1,1.0 +1106,1106,12,num,c2_set_union,25.0,[1],1,1,1.0 +1106,1106,12,num,c2_set_union,26.0,[7],7,1,1.0 +1106,1106,12,num,c2_set_union,27.0,[2],2,1,1.0 +1106,1106,12,num,c2_set_union,28.0,[5],5,1,1.0 +1106,1106,12,num,c2_set_union,29.0,[8],8,1,1.0 +1106,1106,12,num,c2_set_union,30.0,[3],3,1,1.0 +1106,1106,12,num,c2_set_union,31.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union,32.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union,33.0,[1],1],1,1.0 +1106,1106,12,num,c2_set_union,34.0,[8],8,1,1.0 +1106,1106,12,num,c2_set_union,35.0,[7],7],1,1.0 +1106,1106,12,num,c2_set_union,36.0,[5],5],1,1.0 +1106,1106,12,num,c2_set_union,37.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union,38.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union,39.0,[3],3],1,1.0 +1106,1106,12,num,c2_set_union,40.0,[5],5],1,1.0 +1106,1106,12,num,c2_set_union,41.0,[7],7],1,1.0 +1106,1106,12,num,c2_set_union,42.0,[1],1],1,1.0 +1106,1106,12,num,c2_set_union,43.0,[6],6],1,1.0 +1106,1106,12,num,c2_set_union,44.0,[1],1,1,1.0 +1106,1106,12,num,c2_set_union,45.0,[6],6],1,1.0 +1106,1106,12,num,c2_set_union,46.0,[5],5,1,1.0 +1106,1106,12,num,c2_set_union,47.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union,48.0,[5],5],1,1.0 +1106,1106,12,num,c2_set_union,49.0,[3],3],1,1.0 +1106,1106,12,num,c2_set_union,50.0,[1],1,1,1.0 +1106,1106,12,num,c2_set_union,51.0,[3],3,1,1.0 +1106,1106,12,num,c2_set_union,52.0,[2],2,1,1.0 +1106,1106,12,num,c2_set_union,53.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union,54.0,[4],4],1,1.0 +1106,1106,12,num,c2_set_union,55.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union,56.0,[6],6,1,1.0 +1106,1106,12,num,c2_set_union,57.0,[3],3,1,1.0 +1106,1106,12,num,c2_set_union,58.0,[7],7],1,1.0 +1106,1106,12,num,c2_set_union,59.0,[5],5,1,1.0 +1106,1106,12,num,c2_set_union,60.0,[9],9,1,1.0 +1106,1106,12,num,c2_set_union,61.0,[1],1],1,1.0 +1106,1106,12,num,c2_set_union,62.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union,63.0,[6],6,1,1.0 +1106,1106,12,num,c2_set_union,64.0,[7],7],1,1.0 +1106,1106,12,num,c2_set_union,65.0,[8],8,1,1.0 +1106,1106,12,num,c2_set_union,66.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union,67.0,[5],5],1,1.0 +1106,1106,12,num,c2_set_union,68.0,[1],1],1,1.0 +1106,1106,12,num,c2_set_union,69.0,[0],0,1,1.0 +1106,1106,12,num,c2_set_union,70.0,[5],5,1,1.0 +1106,1106,12,num,c2_set_union,71.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union,72.0,[6],6],1,1.0 +1106,1106,12,num,c2_set_union,73.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union,74.0,[6],6],1,1.0 +1106,1106,12,num,c2_set_union,75.0,[2],2,1,1.0 +1106,1106,12,num,c2_set_union,76.0,[1],1],1,1.0 +1106,1106,12,num,c2_set_union,77.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union,78.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union,79.0,[8],8,1,1.0 +1106,1106,12,num,c2_set_union,80.0,[5],5],1,1.0 +1106,1106,12,num,c2_set_union,81.0,[1],1],1,1.0 +1106,1106,12,num,c2_set_union,82.0,[9],9],1,1.0 +1106,1106,12,num,c2_set_union,83.0,[0],0,1,1.0 +1106,1106,12,num,c2_set_union,84.0,[4],4,1,1.0 +1106,1106,12,num,c2_set_union,85.0,[2],2 3],0,1.0 +1106,1106,12,num,c2_set_union,86.0,[3],3,1,1.0 +1106,1106,12,num,c2_set_union,87.0,[1],1],1,1.0 +1106,1106,12,num,c2_set_union,88.0,[4],4],1,1.0 +1106,1106,12,num,c2_set_union,89.0,[6],6,1,1.0 +1106,1106,12,num,c2_set_union,90.0,[9],9],1,1.0 +1106,1106,12,num,c2_set_union,91.0,[9],9,1,1.0 +1106,1106,12,num,c2_set_union,92.0,[6],6],1,1.0 +1106,1106,12,num,c2_set_union,93.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union,94.0,[0],0,1,1.0 +1106,1106,12,num,c2_set_union,95.0,[6],6],1,1.0 +1106,1106,12,num,c2_set_union,96.0,[2],2 4,0,1.0 +1106,1106,12,num,c2_set_union,97.0,[1],1,1,1.0 +1106,1106,12,num,c2_set_union,98.0,[5],5 0],0,1.0 +1106,1106,12,num,c2_set_union,99.0,[4],4,1,1.0 +1106,1106,12,num,AND,0.0,[4],4,1,1.0 +1106,1106,12,num,AND,1.0,[1],1,1,1.0 +1106,1106,12,num,AND,2.0,[5],5,1,1.0 +1106,1106,12,num,AND,3.0,[5],5],1,1.0 +1106,1106,12,num,AND,4.0,[2],4,0,1.0 +1106,1106,12,num,AND,5.0,[0],0,1,1.0 +1106,1106,12,num,AND,6.0,[0],0,1,1.0 +1106,1106,12,num,AND,7.0,[9],9,1,1.0 +1106,1106,12,num,AND,8.0,[7],7,1,1.0 +1106,1106,12,num,AND,9.0,[6],6,1,1.0 +1106,1106,12,num,AND,10.0,[8],8,1,1.0 +1106,1106,12,num,AND,11.0,[2],6,0,1.0 +1106,1106,12,num,AND,12.0,[2],2,1,1.0 +1106,1106,12,num,AND,13.0,[5],5,1,1.0 +1106,1106,12,num,AND,14.0,[9],9,1,1.0 +1106,1106,12,num,AND,15.0,[0],0,1,1.0 +1106,1106,12,num,AND,16.0,[8],8,1,1.0 +1106,1106,12,num,AND,17.0,[7],7,1,1.0 +1106,1106,12,num,AND,18.0,[4],4,1,1.0 +1106,1106,12,num,AND,19.0,[7],7,1,1.0 +1106,1106,12,num,AND,20.0,[8],8,1,1.0 +1106,1106,12,num,AND,21.0,[0],0,1,1.0 +1106,1106,12,num,AND,22.0,[7],6,0,1.0 +1106,1106,12,num,AND,23.0,[2],2,1,1.0 +1106,1106,12,num,AND,24.0,[1],1,1,1.0 +1106,1106,12,num,AND,25.0,[6],6,1,1.0 +1106,1106,12,num,AND,26.0,[4],1,0,1.0 +1106,1106,12,num,AND,27.0,[5],5,1,1.0 +1106,1106,12,num,AND,28.0,[1],1],1,1.0 +1106,1106,12,num,AND,29.0,[1],1,1,1.0 +1106,1106,12,num,AND,30.0,[8],8,1,1.0 +1106,1106,12,num,AND,31.0,[7],7,1,1.0 +1106,1106,12,num,AND,32.0,[6],6,1,1.0 +1106,1106,12,num,AND,33.0,[2],7,0,1.0 +1106,1106,12,num,AND,34.0,[1],1,1,1.0 +1106,1106,12,num,AND,35.0,[9],9,1,1.0 +1106,1106,12,num,AND,36.0,[1],1,1,1.0 +1106,1106,12,num,AND,37.0,[1],1,1,1.0 +1106,1106,12,num,AND,38.0,[9],9,1,1.0 +1106,1106,12,num,AND,39.0,[2],5 2,0,1.0 +1106,1106,12,num,AND,40.0,[1],1],1,1.0 +1106,1106,12,num,AND,41.0,[5],5],1,1.0 +1106,1106,12,num,AND,42.0,[0],0,1,1.0 +1106,1106,12,num,AND,43.0,[5],5,1,1.0 +1106,1106,12,num,AND,44.0,[1],1,1,1.0 +1106,1106,12,num,AND,45.0,[2],2,1,1.0 +1106,1106,12,num,AND,46.0,[2],2,1,1.0 +1106,1106,12,num,AND,47.0,[3],0,0,1.0 +1106,1106,12,num,AND,48.0,[0],0,1,1.0 +1106,1106,12,num,AND,49.0,[4],4],1,1.0 +1106,1106,12,num,AND,50.0,[5],5],1,1.0 +1106,1106,12,num,AND,51.0,[0],0,1,1.0 +1106,1106,12,num,AND,52.0,[8],8,1,1.0 +1106,1106,12,num,AND,53.0,[1],1,1,1.0 +1106,1106,12,num,AND,54.0,[7],7,1,1.0 +1106,1106,12,num,AND,55.0,[1],1,1,1.0 +1106,1106,12,num,AND,56.0,[8],8,1,1.0 +1106,1106,12,num,AND,57.0,[6],6,1,1.0 +1106,1106,12,num,AND,58.0,[2],2,1,1.0 +1106,1106,12,num,AND,59.0,[1],1,1,1.0 +1106,1106,12,num,AND,60.0,[5],5,1,1.0 +1106,1106,12,num,AND,61.0,[5],5,1,1.0 +1106,1106,12,num,AND,62.0,[4],4,1,1.0 +1106,1106,12,num,AND,63.0,[7],7,1,1.0 +1106,1106,12,num,AND,64.0,[6],6],1,1.0 +1106,1106,12,num,AND,65.0,[7],7,1,1.0 +1106,1106,12,num,AND,66.0,[9],5,0,1.0 +1106,1106,12,num,AND,67.0,[7],7,1,1.0 +1106,1106,12,num,AND,68.0,[5],5,1,1.0 +1106,1106,12,num,AND,69.0,[5],1,0,1.0 +1106,1106,12,num,AND,70.0,[3],2,0,1.0 +1106,1106,12,num,AND,71.0,[9],6,0,1.0 +1106,1106,12,num,AND,72.0,[1],1,1,1.0 +1106,1106,12,num,AND,73.0,[6],6,1,1.0 +1106,1106,12,num,AND,74.0,[2],2,1,1.0 +1106,1106,12,num,AND,75.0,[7],7,1,1.0 +1106,1106,12,num,AND,76.0,[1],1,1,1.0 +1106,1106,12,num,AND,77.0,[3],3,1,1.0 +1106,1106,12,num,AND,78.0,[6],1,0,1.0 +1106,1106,12,num,AND,79.0,[7],7,1,1.0 +1106,1106,12,num,AND,80.0,[3],3,1,1.0 +1106,1106,12,num,AND,81.0,[3],3,1,1.0 +1106,1106,12,num,AND,82.0,[0],0,1,1.0 +1106,1106,12,num,AND,83.0,[4],0,0,1.0 +1106,1106,12,num,AND,84.0,[7],7,1,1.0 +1106,1106,12,num,AND,85.0,[1],1,1,1.0 +1106,1106,12,num,AND,86.0,[4],4,1,1.0 +1106,1106,12,num,AND,87.0,[2],2,1,1.0 +1106,1106,12,num,AND,88.0,[1],1,1,1.0 +1106,1106,12,num,AND,89.0,[2],2],1,1.0 +1106,1106,12,num,AND,90.0,[9],9,1,1.0 +1106,1106,12,num,AND,91.0,[5],5,1,1.0 +1106,1106,12,num,AND,92.0,[9],5,0,1.0 +1106,1106,12,num,AND,93.0,[3],3,1,1.0 +1106,1106,12,num,AND,94.0,[6],6,1,1.0 +1106,1106,12,num,AND,95.0,[3],3],1,1.0 +1106,1106,12,num,AND,96.0,[6],6,1,1.0 +1106,1106,12,num,AND,97.0,[1],1,1,1.0 +1106,1106,12,num,AND,98.0,[2],2],1,1.0 +1106,1106,12,num,AND,99.0,[3],6,0,1.0 +1106,1106,12,num,XOR,0.0,[4 3],4 3],1,1.0 +1106,1106,12,num,XOR,1.0,[9 8],8 7],0,1.0 +1106,1106,12,num,XOR,2.0,[3 4],3 4],1,1.0 +1106,1106,12,num,XOR,3.0,[9 8],8 1,0,1.0 +1106,1106,12,num,XOR,4.0,[9 3],3 9],1,1.0 +1106,1106,12,num,XOR,5.0,[9 7],1 6,0,1.0 +1106,1106,12,num,XOR,6.0,[3 2],2 3],1,1.0 +1106,1106,12,num,XOR,7.0,[7 3],3 7],1,1.0 +1106,1106,12,num,XOR,8.0,[0 9],9 0],1,1.0 +1106,1106,12,num,XOR,9.0,[4 2],2 4],1,1.0 +1106,1106,12,num,XOR,10.0,[5 8],8 5],1,1.0 +1106,1106,12,num,XOR,11.0,[0 2],2 0],1,1.0 +1106,1106,12,num,XOR,12.0,[3 6],6 3],1,1.0 +1106,1106,12,num,XOR,13.0,[6 8],8 6],1,1.0 +1106,1106,12,num,XOR,14.0,[6 7],7 6],1,1.0 +1106,1106,12,num,XOR,15.0,[8 0],0 8],1,1.0 +1106,1106,12,num,XOR,16.0,[8 4],4 1,0,1.0 +1106,1106,12,num,XOR,17.0,[4 0],0 3,0,1.0 +1106,1106,12,num,XOR,18.0,[1 0],0 1],1,1.0 +1106,1106,12,num,XOR,19.0,[7 4],7 4],1,1.0 +1106,1106,12,num,XOR,20.0,[0 5],0 5,1,1.0 +1106,1106,12,num,XOR,21.0,[3 4],1 3],0,1.0 +1106,1106,12,num,XOR,22.0,[6 9],9 6],1,1.0 +1106,1106,12,num,XOR,23.0,[0 1],1 0],1,1.0 +1106,1106,12,num,XOR,24.0,[7 0],0 1],0,1.0 +1106,1106,12,num,XOR,25.0,[2 5],5 2],1,1.0 +1106,1106,12,num,XOR,26.0,[5 9],9 5],1,1.0 +1106,1106,12,num,XOR,27.0,[1 7],7 1],1,1.0 +1106,1106,12,num,XOR,28.0,[9 0],0 9,1,1.0 +1106,1106,12,num,XOR,29.0,[1 5],5 1,1,1.0 +1106,1106,12,num,XOR,30.0,[6 2],2 6],1,1.0 +1106,1106,12,num,XOR,31.0,[4 9],9 4],1,1.0 +1106,1106,12,num,XOR,32.0,[6 9],9 6],1,1.0 +1106,1106,12,num,XOR,33.0,[4 8],1 4],0,1.0 +1106,1106,12,num,XOR,34.0,[2 5],5 1],0,1.0 +1106,1106,12,num,XOR,35.0,[8 6],6 8,1,1.0 +1106,1106,12,num,XOR,36.0,[2 7],7 2],1,1.0 +1106,1106,12,num,XOR,37.0,[8 3],8 3],1,1.0 +1106,1106,12,num,XOR,38.0,[1 4],4 1],1,1.0 +1106,1106,12,num,XOR,39.0,[4 6],1 4],0,1.0 +1106,1106,12,num,XOR,40.0,[2 8],8 2],1,1.0 +1106,1106,12,num,XOR,41.0,[5 3],3 5],1,1.0 +1106,1106,12,num,XOR,42.0,[7 0],0 7,1,1.0 +1106,1106,12,num,XOR,43.0,[6 1],1 6],1,1.0 +1106,1106,12,num,XOR,44.0,[9 0],0 9,1,1.0 +1106,1106,12,num,XOR,45.0,[1 3],3 1],1,1.0 +1106,1106,12,num,XOR,46.0,[8 0],16 8,0,1.0 +1106,1106,12,num,XOR,47.0,[0 8],6 1],0,1.0 +1106,1106,12,num,XOR,48.0,[6 1],1 6],1,1.0 +1106,1106,12,num,XOR,49.0,[5 0],0 5],1,1.0 +1106,1106,12,num,XOR,50.0,[7 6],6 7,1,1.0 +1106,1106,12,num,XOR,51.0,[1 6],6 1],1,1.0 +1106,1106,12,num,XOR,52.0,[7 8],7 8],1,1.0 +1106,1106,12,num,XOR,53.0,[4 0],0 4],1,1.0 +1106,1106,12,num,XOR,54.0,[0 2],2 0],1,1.0 +1106,1106,12,num,XOR,55.0,[2 9],9 16],0,1.0 +1106,1106,12,num,XOR,56.0,[7 1],1 7],1,1.0 +1106,1106,12,num,XOR,57.0,[6 0],0 6],1,1.0 +1106,1106,12,num,XOR,58.0,[9 8],8 0],0,1.0 +1106,1106,12,num,XOR,59.0,[2 6],6 2],1,1.0 +1106,1106,12,num,XOR,60.0,[5 0],1 5],0,1.0 +1106,1106,12,num,XOR,61.0,[3 2],2 3],1,1.0 +1106,1106,12,num,XOR,62.0,[3 0],0 3],1,1.0 +1106,1106,12,num,XOR,63.0,[9 1],1 9,1,1.0 +1106,1106,12,num,XOR,64.0,[4 1],1 4],1,1.0 +1106,1106,12,num,XOR,65.0,[2 1],1 2,1,1.0 +1106,1106,12,num,XOR,66.0,[6 9],9 6],1,1.0 +1106,1106,12,num,XOR,67.0,[7 2],2 7],1,1.0 +1106,1106,12,num,XOR,68.0,[5 7],7 5],1,1.0 +1106,1106,12,num,XOR,69.0,[2 7],7 2],1,1.0 +1106,1106,12,num,XOR,70.0,[6 4],6 4],1,1.0 +1106,1106,12,num,XOR,71.0,[5 0],0 5],1,1.0 +1106,1106,12,num,XOR,72.0,[2 9],64 4],0,1.0 +1106,1106,12,num,XOR,73.0,[3 1],1 3],1,1.0 +1106,1106,12,num,XOR,74.0,[1 0],0 1,1,1.0 +1106,1106,12,num,XOR,75.0,[2 0],0 2],1,1.0 +1106,1106,12,num,XOR,76.0,[0 1],0 1,1,1.0 +1106,1106,12,num,XOR,77.0,[3 6],6 4],0,1.0 +1106,1106,12,num,XOR,78.0,[9 6],6 4],0,1.0 +1106,1106,12,num,XOR,79.0,[0 5],5 2],0,1.0 +1106,1106,12,num,XOR,80.0,[3 9],27 1],0,1.0 +1106,1106,12,num,XOR,81.0,[6 0],0 6],1,1.0 +1106,1106,12,num,XOR,82.0,[5 9],9 5],1,1.0 +1106,1106,12,num,XOR,83.0,[7 2],2 7],1,1.0 +1106,1106,12,num,XOR,84.0,[2 1],1 2],1,1.0 +1106,1106,12,num,XOR,85.0,[4 9],9 4],1,1.0 +1106,1106,12,num,XOR,86.0,[9 4],None,0,1.0 +1106,1106,12,num,XOR,87.0,[0 8],8 0],1,1.0 +1106,1106,12,num,XOR,88.0,[8 0],0 8,1,1.0 +1106,1106,12,num,XOR,89.0,[8 1],1 8],1,1.0 +1106,1106,12,num,XOR,90.0,[2 6],6 8],0,1.0 +1106,1106,12,num,XOR,91.0,[5 0],0 5,1,1.0 +1106,1106,12,num,XOR,92.0,[2 7],7 2],1,1.0 +1106,1106,12,num,XOR,93.0,[5 0],0 5],1,1.0 +1106,1106,12,num,XOR,94.0,[8 6],6 8],1,1.0 +1106,1106,12,num,XOR,95.0,[5 7],7 5],1,1.0 +1106,1106,12,num,XOR,96.0,[8 1],1 8,1,1.0 +1106,1106,12,num,XOR,97.0,[1 4],4 1],1,1.0 +1106,1106,12,num,XOR,98.0,[3 7],None,0,1.0 +1106,1106,12,num,XOR,99.0,[8 9],9 8,1,1.0 +1106,1106,12,num,c3_set_union_permuted,0.0,[2 6 5 3],2 5 3 6],1,1.0 +1106,1106,12,num,c3_set_union_permuted,1.0,[1 6 7 5],6 7 1],0,1.0 +1106,1106,12,num,c3_set_union_permuted,2.0,[2 1 4 6],1 2 6],0,1.0 +1106,1106,12,num,c3_set_union_permuted,3.0,[6 0 1 3],3 1 0 6,1,1.0 +1106,1106,12,num,c3_set_union_permuted,4.0,[4 3 1 7],7 4,0,1.0 +1106,1106,12,num,c3_set_union_permuted,5.0,[7 5 8 4],5 8 4 7,1,1.0 +1106,1106,12,num,c3_set_union_permuted,6.0,[4 0 8 1],8 4 0 1,1,1.0 +1106,1106,12,num,c3_set_union_permuted,7.0,[2 8 4 1],8 4 2 1],1,1.0 +1106,1106,12,num,c3_set_union_permuted,8.0,[3 0 7 6],7 0 3,0,1.0 +1106,1106,12,num,c3_set_union_permuted,9.0,[6 9 2 4],6 2],0,1.0 +1106,1106,12,num,c3_set_union_permuted,10.0,[6 5 9 8],6 9 8 5,1,1.0 +1106,1106,12,num,c3_set_union_permuted,11.0,[4 7 2 0],2 7,0,1.0 +1106,1106,12,num,c3_set_union_permuted,12.0,[7 1 5 3],7 1 3,0,1.0 +1106,1106,12,num,c3_set_union_permuted,13.0,[0 2 3 4],4 0 3 2,1,1.0 +1106,1106,12,num,c3_set_union_permuted,14.0,[1 0 6 9],1 0 6 9,1,1.0 +1106,1106,12,num,c3_set_union_permuted,15.0,[7 0 6 1],0 6 1 7],1,1.0 +1106,1106,12,num,c3_set_union_permuted,16.0,[5 7 2 0],0 5 2 7,1,1.0 +1106,1106,12,num,c3_set_union_permuted,17.0,[4 2 6 8],2 4 8 6,1,1.0 +1106,1106,12,num,c3_set_union_permuted,18.0,[8 4 9 7],8 4 9 7,1,1.0 +1106,1106,12,num,c3_set_union_permuted,19.0,[8 9 0 6],6 9,0,1.0 +1106,1106,12,num,c3_set_union_permuted,20.0,[3 8 1 4],1 8 4 3,1,1.0 +1106,1106,12,num,c3_set_union_permuted,21.0,[7 9 3 0],7 3 9 0,1,1.0 +1106,1106,12,num,c3_set_union_permuted,22.0,[0 5 8 7],5 7 0 8,1,1.0 +1106,1106,12,num,c3_set_union_permuted,23.0,[7 1 9 3],1 3 9 7],1,1.0 +1106,1106,12,num,c3_set_union_permuted,24.0,[1 9 3 4],1 9 4 3],1,1.0 +1106,1106,12,num,c3_set_union_permuted,25.0,[7 8 4 6],8 4],0,1.0 +1106,1106,12,num,c3_set_union_permuted,26.0,[2 3 0 9],3 9 0 2],1,1.0 +1106,1106,12,num,c3_set_union_permuted,27.0,[4 3 0 6],6 3 0 4],1,1.0 +1106,1106,12,num,c3_set_union_permuted,28.0,[5 3 7 4],7 4 5 3,1,1.0 +1106,1106,12,num,c3_set_union_permuted,29.0,[2 1 4 3],1 3 4 2,1,1.0 +1106,1106,12,num,c3_set_union_permuted,30.0,[5 8 2 4],4 2 8 5,1,1.0 +1106,1106,12,num,c3_set_union_permuted,31.0,[5 6 9 3],6 9 5 3],1,1.0 +1106,1106,12,num,c3_set_union_permuted,32.0,[5 7 3 9],5 9 7 3],1,1.0 +1106,1106,12,num,c3_set_union_permuted,33.0,[7 8 3 1],7 8 3 1],1,1.0 +1106,1106,12,num,c3_set_union_permuted,34.0,[0 2 1 8],0 1 8 2,1,1.0 +1106,1106,12,num,c3_set_union_permuted,35.0,[1 3 0 7],0 3 7 1,1,1.0 +1106,1106,12,num,c3_set_union_permuted,36.0,[6 9 5 7],7 5 9,0,1.0 +1106,1106,12,num,c3_set_union_permuted,37.0,[6 5 4 3],4 3 5 6],1,1.0 +1106,1106,12,num,c3_set_union_permuted,38.0,[8 5 6 3],6 5 3],0,1.0 +1106,1106,12,num,c3_set_union_permuted,39.0,[8 9 0 1],8 0 9],0,1.0 +1106,1106,12,num,c3_set_union_permuted,40.0,[3 0 9 6],3 9 6],0,1.0 +1106,1106,12,num,c3_set_union_permuted,41.0,[0 3 5 8],0 8 3 5],1,1.0 +1106,1106,12,num,c3_set_union_permuted,42.0,[6 3 7 9],9 6 7 3],1,1.0 +1106,1106,12,num,c3_set_union_permuted,43.0,[6 8 3 9],3 8 6 9],1,1.0 +1106,1106,12,num,c3_set_union_permuted,44.0,[7 2 5 9],7 9 2 5],1,1.0 +1106,1106,12,num,c3_set_union_permuted,45.0,[5 3 4 1],3 5 4 1],1,1.0 +1106,1106,12,num,c3_set_union_permuted,46.0,[0 4 6 7],0 6 4 7,1,1.0 +1106,1106,12,num,c3_set_union_permuted,47.0,[8 3 0 7],8 0 7 3,1,1.0 +1106,1106,12,num,c3_set_union_permuted,48.0,[8 1 3 6],8 6,0,1.0 +1106,1106,12,num,c3_set_union_permuted,49.0,[2 1 0 7],0 2 1,0,1.0 +1106,1106,12,num,c3_set_union_permuted,50.0,[8 0 2 7],2 0,0,1.0 +1106,1106,12,num,c3_set_union_permuted,51.0,[1 8 0 3],3 0 8 1,1,1.0 +1106,1106,12,num,c3_set_union_permuted,52.0,[5 1 6 0],0 1 5 6],1,1.0 +1106,1106,12,num,c3_set_union_permuted,53.0,[4 9 7 6],7 4 6 9],1,1.0 +1106,1106,12,num,c3_set_union_permuted,54.0,[6 5 2 9],5 6 9 2],1,1.0 +1106,1106,12,num,c3_set_union_permuted,55.0,[5 7 4 6],6 7 5 4,1,1.0 +1106,1106,12,num,c3_set_union_permuted,56.0,[6 9 4 3],6 4 3],0,1.0 +1106,1106,12,num,c3_set_union_permuted,57.0,[6 8 0 7],8 7 0 6,1,1.0 +1106,1106,12,num,c3_set_union_permuted,58.0,[4 9 7 1],9 4 1 7,1,1.0 +1106,1106,12,num,c3_set_union_permuted,59.0,[1 0 7 4],0 7 1 4,1,1.0 +1106,1106,12,num,c3_set_union_permuted,60.0,[9 4 2 1],1 9 2 4,1,1.0 +1106,1106,12,num,c3_set_union_permuted,61.0,[7 6 2 9],2 7 9 6],1,1.0 +1106,1106,12,num,c3_set_union_permuted,62.0,[6 2 9 8],2 6 8 9],1,1.0 +1106,1106,12,num,c3_set_union_permuted,63.0,[9 4 6 0],0 9 6 4],1,1.0 +1106,1106,12,num,c3_set_union_permuted,64.0,[3 2 9 4],3 4 9 2],1,1.0 +1106,1106,12,num,c3_set_union_permuted,65.0,[2 9 0 7],7 0 9 2,1,1.0 +1106,1106,12,num,c3_set_union_permuted,66.0,[7 5 2 6],5 6 2],0,1.0 +1106,1106,12,num,c3_set_union_permuted,67.0,[3 4 0 7],0 4 7 3,1,1.0 +1106,1106,12,num,c3_set_union_permuted,68.0,[6 2 1 5],5 6 1 2],1,1.0 +1106,1106,12,num,c3_set_union_permuted,69.0,[5 1 3 9],9 1 3 5],1,1.0 +1106,1106,12,num,c3_set_union_permuted,70.0,[6 3 1 2],2 6 1 3],1,1.0 +1106,1106,12,num,c3_set_union_permuted,71.0,[8 9 0 3],8 0 3 9,1,1.0 +1106,1106,12,num,c3_set_union_permuted,72.0,[8 2 5 0],2 5 8 0],1,1.0 +1106,1106,12,num,c3_set_union_permuted,73.0,[3 6 1 4],6 3 4 1],1,1.0 +1106,1106,12,num,c3_set_union_permuted,74.0,[9 6 0 2],9 6 0 2,1,1.0 +1106,1106,12,num,c3_set_union_permuted,75.0,[5 9 4 7],7 5 4 9,1,1.0 +1106,1106,12,num,c3_set_union_permuted,76.0,[1 7 4 2],4 2 7 1],1,1.0 +1106,1106,12,num,c3_set_union_permuted,77.0,[3 5 2 1],2 1 3 5],1,1.0 +1106,1106,12,num,c3_set_union_permuted,78.0,[1 5 4 8],1 4 5 8,1,1.0 +1106,1106,12,num,c3_set_union_permuted,79.0,[2 1 5 8],5 8 1 2,1,1.0 +1106,1106,12,num,c3_set_union_permuted,80.0,[4 3 9 5],5 4 9 3],1,1.0 +1106,1106,12,num,c3_set_union_permuted,81.0,[2 1 9 0],2 1 0 9],1,1.0 +1106,1106,12,num,c3_set_union_permuted,82.0,[0 1 5 9],5 0 9 1],1,1.0 +1106,1106,12,num,c3_set_union_permuted,83.0,[0 2 8 9],9 2 0 8,1,1.0 +1106,1106,12,num,c3_set_union_permuted,84.0,[1 0 5 4],5 0 1 4],1,1.0 +1106,1106,12,num,c3_set_union_permuted,85.0,[5 3 4 0],4 5 0 3],1,1.0 +1106,1106,12,num,c3_set_union_permuted,86.0,[0 2 8 4],6 4,0,1.0 +1106,1106,12,num,c3_set_union_permuted,87.0,[3 6 5 0],5 0],0,1.0 +1106,1106,12,num,c3_set_union_permuted,88.0,[2 4 3 7],3 7 2 4],1,1.0 +1106,1106,12,num,c3_set_union_permuted,89.0,[0 6 8 5],5 8 0 6,1,1.0 +1106,1106,12,num,c3_set_union_permuted,90.0,[3 8 1 9],3 8 9 1],1,1.0 +1106,1106,12,num,c3_set_union_permuted,91.0,[8 2 7 1],1 7 2 8],1,1.0 +1106,1106,12,num,c3_set_union_permuted,92.0,[7 6 4 3],4 6 7 3],1,1.0 +1106,1106,12,num,c3_set_union_permuted,93.0,[7 0 2 6],0 2 7 6],1,1.0 +1106,1106,12,num,c3_set_union_permuted,94.0,[8 3 5 4],8 5 4 3,1,1.0 +1106,1106,12,num,c3_set_union_permuted,95.0,[1 6 7 4],4 1 7 6,1,1.0 +1106,1106,12,num,c3_set_union_permuted,96.0,[8 6 7 1],7 1],0,1.0 +1106,1106,12,num,c3_set_union_permuted,97.0,[5 6 7 0],0 6 5 7],1,1.0 +1106,1106,12,num,c3_set_union_permuted,98.0,[3 6 2 7],6 3 7],0,1.0 +1106,1106,12,num,c3_set_union_permuted,99.0,[3 5 2 7],2 7 5 3],1,1.0 +1106,1106,12,num,c2_set_union_permuted,0.0,[5],1 5],0,1.0 +1106,1106,12,num,c2_set_union_permuted,1.0,[5],5 6],0,1.0 +1106,1106,12,num,c2_set_union_permuted,2.0,[9],7 9 7],0,1.0 +1106,1106,12,num,c2_set_union_permuted,3.0,[8],8 0],0,1.0 +1106,1106,12,num,c2_set_union_permuted,4.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union_permuted,5.0,[6],6 9,0,1.0 +1106,1106,12,num,c2_set_union_permuted,6.0,[7],7,1,1.0 +1106,1106,12,num,c2_set_union_permuted,7.0,[3],3],1,1.0 +1106,1106,12,num,c2_set_union_permuted,8.0,[8],1 7],0,1.0 +1106,1106,12,num,c2_set_union_permuted,9.0,[4],4],1,1.0 +1106,1106,12,num,c2_set_union_permuted,10.0,[4],4 8,0,1.0 +1106,1106,12,num,c2_set_union_permuted,11.0,[0],1 0 1],0,1.0 +1106,1106,12,num,c2_set_union_permuted,12.0,[7],7 5,0,1.0 +1106,1106,12,num,c2_set_union_permuted,13.0,[5],5 3],0,1.0 +1106,1106,12,num,c2_set_union_permuted,14.0,[3],0 3],0,1.0 +1106,1106,12,num,c2_set_union_permuted,15.0,[3],5 3 0 6],0,1.0 +1106,1106,12,num,c2_set_union_permuted,16.0,[3],3],1,1.0 +1106,1106,12,num,c2_set_union_permuted,17.0,[1],1],1,1.0 +1106,1106,12,num,c2_set_union_permuted,18.0,[5],5 0],0,1.0 +1106,1106,12,num,c2_set_union_permuted,19.0,[2],2 3],0,1.0 +1106,1106,12,num,c2_set_union_permuted,20.0,[5],7 5 1],0,1.0 +1106,1106,12,num,c2_set_union_permuted,21.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union_permuted,22.0,[9],9 0 2,0,1.0 +1106,1106,12,num,c2_set_union_permuted,23.0,[5],5 8],0,1.0 +1106,1106,12,num,c2_set_union_permuted,24.0,[3],5 3 2],0,1.0 +1106,1106,12,num,c2_set_union_permuted,25.0,[0],0,1,1.0 +1106,1106,12,num,c2_set_union_permuted,26.0,[8],8 5,0,1.0 +1106,1106,12,num,c2_set_union_permuted,27.0,[5],9 5 7],0,1.0 +1106,1106,12,num,c2_set_union_permuted,28.0,[0],0 5,0,1.0 +1106,1106,12,num,c2_set_union_permuted,29.0,[6],6,1,1.0 +1106,1106,12,num,c2_set_union_permuted,30.0,[6],6,1,1.0 +1106,1106,12,num,c2_set_union_permuted,31.0,[0],0],1,1.0 +1106,1106,12,num,c2_set_union_permuted,32.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union_permuted,33.0,[4],3 4 3],0,1.0 +1106,1106,12,num,c2_set_union_permuted,34.0,[8],1 2],0,1.0 +1106,1106,12,num,c2_set_union_permuted,35.0,[4],4],1,1.0 +1106,1106,12,num,c2_set_union_permuted,36.0,[5],5,1,1.0 +1106,1106,12,num,c2_set_union_permuted,37.0,[3],3,1,1.0 +1106,1106,12,num,c2_set_union_permuted,38.0,[9],9 4],0,1.0 +1106,1106,12,num,c2_set_union_permuted,39.0,[9],0 9 0],0,1.0 +1106,1106,12,num,c2_set_union_permuted,40.0,[1],4 7,0,1.0 +1106,1106,12,num,c2_set_union_permuted,41.0,[4],9 4 1],0,1.0 +1106,1106,12,num,c2_set_union_permuted,42.0,[6],None,0,1.0 +1106,1106,12,num,c2_set_union_permuted,43.0,[1],1 3],0,1.0 +1106,1106,12,num,c2_set_union_permuted,44.0,[5],5,1,1.0 +1106,1106,12,num,c2_set_union_permuted,45.0,[3],3 9],0,1.0 +1106,1106,12,num,c2_set_union_permuted,46.0,[9],1 9 1],0,1.0 +1106,1106,12,num,c2_set_union_permuted,47.0,[4],4],1,1.0 +1106,1106,12,num,c2_set_union_permuted,48.0,[8],8 1,0,1.0 +1106,1106,12,num,c2_set_union_permuted,49.0,[4],7 8],0,1.0 +1106,1106,12,num,c2_set_union_permuted,50.0,[4],4 5],0,1.0 +1106,1106,12,num,c2_set_union_permuted,51.0,[3],3],1,1.0 +1106,1106,12,num,c2_set_union_permuted,52.0,[4],4 1],0,1.0 +1106,1106,12,num,c2_set_union_permuted,53.0,[6],6],1,1.0 +1106,1106,12,num,c2_set_union_permuted,54.0,[0],0 6,0,1.0 +1106,1106,12,num,c2_set_union_permuted,55.0,[7],7 2],0,1.0 +1106,1106,12,num,c2_set_union_permuted,56.0,[4],4,1,1.0 +1106,1106,12,num,c2_set_union_permuted,57.0,[7],7 9 0 4],0,1.0 +1106,1106,12,num,c2_set_union_permuted,58.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union_permuted,59.0,[3],0 3 0],0,1.0 +1106,1106,12,num,c2_set_union_permuted,60.0,[7],7 2],0,1.0 +1106,1106,12,num,c2_set_union_permuted,61.0,[0],0],1,1.0 +1106,1106,12,num,c2_set_union_permuted,62.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union_permuted,63.0,[7],7],1,1.0 +1106,1106,12,num,c2_set_union_permuted,64.0,[2],2 7 0,0,1.0 +1106,1106,12,num,c2_set_union_permuted,65.0,[3],2 3],0,1.0 +1106,1106,12,num,c2_set_union_permuted,66.0,[1],1 3 0,0,1.0 +1106,1106,12,num,c2_set_union_permuted,67.0,[3],0 3],0,1.0 +1106,1106,12,num,c2_set_union_permuted,68.0,[6],6 7],0,1.0 +1106,1106,12,num,c2_set_union_permuted,69.0,[0],0 3 1],0,1.0 +1106,1106,12,num,c2_set_union_permuted,70.0,[3],3],1,1.0 +1106,1106,12,num,c2_set_union_permuted,71.0,[6],5 6],0,1.0 +1106,1106,12,num,c2_set_union_permuted,72.0,[2],2],1,1.0 +1106,1106,12,num,c2_set_union_permuted,73.0,[7],5 7 1],0,1.0 +1106,1106,12,num,c2_set_union_permuted,74.0,[3],3 9],0,1.0 +1106,1106,12,num,c2_set_union_permuted,75.0,[0],0 6,0,1.0 +1106,1106,12,num,c2_set_union_permuted,76.0,[8],0 8],0,1.0 +1106,1106,12,num,c2_set_union_permuted,77.0,[9],None,0,1.0 +1106,1106,12,num,c2_set_union_permuted,78.0,[6],None,0,1.0 +1106,1106,12,num,c2_set_union_permuted,79.0,[3],3 5],0,1.0 +1106,1106,12,num,c2_set_union_permuted,80.0,[1],1 6,0,1.0 +1106,1106,12,num,c2_set_union_permuted,81.0,[4],4 5],0,1.0 +1106,1106,12,num,c2_set_union_permuted,82.0,[3],0 3 0],0,1.0 +1106,1106,12,num,c2_set_union_permuted,83.0,[7],7],1,1.0 +1106,1106,12,num,c2_set_union_permuted,84.0,[5],1 5 3],0,1.0 +1106,1106,12,num,c2_set_union_permuted,85.0,[9],9,1,1.0 +1106,1106,12,num,c2_set_union_permuted,86.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union_permuted,87.0,[3],3],1,1.0 +1106,1106,12,num,c2_set_union_permuted,88.0,[8],8 9],0,1.0 +1106,1106,12,num,c2_set_union_permuted,89.0,[8],8,1,1.0 +1106,1106,12,num,c2_set_union_permuted,90.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union_permuted,91.0,[8],8],1,1.0 +1106,1106,12,num,c2_set_union_permuted,92.0,[5],5],1,1.0 +1106,1106,12,num,c2_set_union_permuted,93.0,[4],4,1,1.0 +1106,1106,12,num,c2_set_union_permuted,94.0,[0],0 8],0,1.0 +1106,1106,12,num,c2_set_union_permuted,95.0,[6],6 9,0,1.0 +1106,1106,12,num,c2_set_union_permuted,96.0,[0],7 0],0,1.0 +1106,1106,12,num,c2_set_union_permuted,97.0,[1],5 1 3],0,1.0 +1106,1106,12,num,c2_set_union_permuted,98.0,[9],9,1,1.0 +1106,1106,12,num,c2_set_union_permuted,99.0,[3],1 3 5],0,1.0 +1106,1106,12,num,c1_set_union_permuted,0.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,1.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union_permuted,2.0,[2],2],1,1.0 +1106,1106,12,num,c1_set_union_permuted,3.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,4.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union_permuted,5.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union_permuted,6.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,7.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,8.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,9.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union_permuted,10.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,11.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union_permuted,12.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,13.0,[8],8],1,1.0 +1106,1106,12,num,c1_set_union_permuted,14.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union_permuted,15.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union_permuted,16.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,17.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,18.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union_permuted,19.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union_permuted,20.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union_permuted,21.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,22.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union_permuted,23.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,24.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union_permuted,25.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,26.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union_permuted,27.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union_permuted,28.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union_permuted,29.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,30.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,31.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union_permuted,32.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union_permuted,33.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union_permuted,34.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union_permuted,35.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union_permuted,36.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union_permuted,37.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,38.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,39.0,[3],3],1,1.0 +1106,1106,12,num,c1_set_union_permuted,40.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union_permuted,41.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,42.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union_permuted,43.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,44.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union_permuted,45.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union_permuted,46.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union_permuted,47.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union_permuted,48.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,49.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union_permuted,50.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,51.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,52.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,53.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union_permuted,54.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,55.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,56.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union_permuted,57.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,58.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union_permuted,59.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,60.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union_permuted,61.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union_permuted,62.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union_permuted,63.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,64.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union_permuted,65.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union_permuted,66.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union_permuted,67.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,68.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,69.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,70.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union_permuted,71.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union_permuted,72.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union_permuted,73.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,74.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,75.0,[3],3],1,1.0 +1106,1106,12,num,c1_set_union_permuted,76.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union_permuted,77.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,78.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,79.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union_permuted,80.0,[9],9],1,1.0 +1106,1106,12,num,c1_set_union_permuted,81.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union_permuted,82.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union_permuted,83.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,84.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,85.0,[8],8,1,1.0 +1106,1106,12,num,c1_set_union_permuted,86.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union_permuted,87.0,[3],3,1,1.0 +1106,1106,12,num,c1_set_union_permuted,88.0,[0],0,1,1.0 +1106,1106,12,num,c1_set_union_permuted,89.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,90.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union_permuted,91.0,[1],1,1,1.0 +1106,1106,12,num,c1_set_union_permuted,92.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,93.0,[5],5,1,1.0 +1106,1106,12,num,c1_set_union_permuted,94.0,[9],9,1,1.0 +1106,1106,12,num,c1_set_union_permuted,95.0,[2],2,1,1.0 +1106,1106,12,num,c1_set_union_permuted,96.0,[7],7,1,1.0 +1106,1106,12,num,c1_set_union_permuted,97.0,[4],4,1,1.0 +1106,1106,12,num,c1_set_union_permuted,98.0,[6],6,1,1.0 +1106,1106,12,num,c1_set_union_permuted,99.0,[2],2,1,1.0 +1106,1106,12,num,XOR_permuted,0.0,[4 0],0 4,1,1.0 +1106,1106,12,num,XOR_permuted,1.0,[8 4],8 2,0,1.0 +1106,1106,12,num,XOR_permuted,2.0,[1 7],7 1],1,1.0 +1106,1106,12,num,XOR_permuted,3.0,[6 0],0 6,1,1.0 +1106,1106,12,num,XOR_permuted,4.0,[3 6],0 9],0,1.0 +1106,1106,12,num,XOR_permuted,5.0,[5 6],6 5,1,1.0 +1106,1106,12,num,XOR_permuted,6.0,[3 9],9 3,1,1.0 +1106,1106,12,num,XOR_permuted,7.0,[0 8],8 0],1,1.0 +1106,1106,12,num,XOR_permuted,8.0,[1 4],1 3],0,1.0 +1106,1106,12,num,XOR_permuted,9.0,[8 3],8 3],1,1.0 +1106,1106,12,num,XOR_permuted,10.0,[9 6],6 9],1,1.0 +1106,1106,12,num,XOR_permuted,11.0,[0 7],7 2],0,1.0 +1106,1106,12,num,XOR_permuted,12.0,[0 9],0 9],1,1.0 +1106,1106,12,num,XOR_permuted,13.0,[3 6],3 6],1,1.0 +1106,1106,12,num,XOR_permuted,14.0,[1 3],1 3],1,1.0 +1106,1106,12,num,XOR_permuted,15.0,[0 7],7 0],1,1.0 +1106,1106,12,num,XOR_permuted,16.0,[7 8],7 8],1,1.0 +1106,1106,12,num,XOR_permuted,17.0,[6 2],6 2],1,1.0 +1106,1106,12,num,XOR_permuted,18.0,[7 8],4 8],0,1.0 +1106,1106,12,num,XOR_permuted,19.0,[0 9],9 0,1,1.0 +1106,1106,12,num,XOR_permuted,20.0,[0 2],2 0],1,1.0 +1106,1106,12,num,XOR_permuted,21.0,[6 5],5 6],1,1.0 +1106,1106,12,num,XOR_permuted,22.0,[0 3],3 0],1,1.0 +1106,1106,12,num,XOR_permuted,23.0,[0 9],16 9,0,1.0 +1106,1106,12,num,XOR_permuted,24.0,[8 0],0 8,1,1.0 +1106,1106,12,num,XOR_permuted,25.0,[2 8],8 1],0,1.0 +1106,1106,12,num,XOR_permuted,26.0,[3 9],9 8,0,1.0 +1106,1106,12,num,XOR_permuted,27.0,[2 9],9 2],1,1.0 +1106,1106,12,num,XOR_permuted,28.0,[3 7],7 0],0,1.0 +1106,1106,12,num,XOR_permuted,29.0,[9 0],9 0,1,1.0 +1106,1106,12,num,XOR_permuted,30.0,[2 5],2 5,1,1.0 +1106,1106,12,num,XOR_permuted,31.0,[2 6],6 2],1,1.0 +1106,1106,12,num,XOR_permuted,32.0,[0 2],2 0],1,1.0 +1106,1106,12,num,XOR_permuted,33.0,[5 7],5 7,1,1.0 +1106,1106,12,num,XOR_permuted,34.0,[3 5],3 5],1,1.0 +1106,1106,12,num,XOR_permuted,35.0,[6 0],0 4],0,1.0 +1106,1106,12,num,XOR_permuted,36.0,[6 0],0 6,1,1.0 +1106,1106,12,num,XOR_permuted,37.0,[4 5],4 5],1,1.0 +1106,1106,12,num,XOR_permuted,38.0,[8 9],3 3],0,1.0 +1106,1106,12,num,XOR_permuted,39.0,[6 7],7 6],1,1.0 +1106,1106,12,num,XOR_permuted,40.0,[9 3],None,0,1.0 +1106,1106,12,num,XOR_permuted,41.0,[7 6],2 7],0,1.0 +1106,1106,12,num,XOR_permuted,42.0,[8 9],8 9],1,1.0 +1106,1106,12,num,XOR_permuted,43.0,[7 0],0 7],1,1.0 +1106,1106,12,num,XOR_permuted,44.0,[2 1],3 0],0,1.0 +1106,1106,12,num,XOR_permuted,45.0,[3 5],5 3],1,1.0 +1106,1106,12,num,XOR_permuted,46.0,[2 0],2 0],1,1.0 +1106,1106,12,num,XOR_permuted,47.0,[2 0],2 0],1,1.0 +1106,1106,12,num,XOR_permuted,48.0,[0 1],1 0],1,1.0 +1106,1106,12,num,XOR_permuted,49.0,[5 1],5 1,1,1.0 +1106,1106,12,num,XOR_permuted,50.0,[6 9],7 9],0,1.0 +1106,1106,12,num,XOR_permuted,51.0,[0 1],0 5],0,1.0 +1106,1106,12,num,XOR_permuted,52.0,[9 8],8 9,1,1.0 +1106,1106,12,num,XOR_permuted,53.0,[8 2],1 1],0,1.0 +1106,1106,12,num,XOR_permuted,54.0,[1 0],8 0],0,1.0 +1106,1106,12,num,XOR_permuted,55.0,[5 9],9 5],1,1.0 +1106,1106,12,num,XOR_permuted,56.0,[0 6],0 6,1,1.0 +1106,1106,12,num,XOR_permuted,57.0,[5 4],4 0],0,1.0 +1106,1106,12,num,XOR_permuted,58.0,[7 5],5 7],1,1.0 +1106,1106,12,num,XOR_permuted,59.0,[8 2],2 8],1,1.0 +1106,1106,12,num,XOR_permuted,60.0,[9 2],2 9],1,1.0 +1106,1106,12,num,XOR_permuted,61.0,[0 1],1 0],1,1.0 +1106,1106,12,num,XOR_permuted,62.0,[0 2],1 2],0,1.0 +1106,1106,12,num,XOR_permuted,63.0,[2 0],2 7,0,1.0 +1106,1106,12,num,XOR_permuted,64.0,[2 3],1 7],0,1.0 +1106,1106,12,num,XOR_permuted,65.0,[9 6],None,0,1.0 +1106,1106,12,num,XOR_permuted,66.0,[9 4],None,0,1.0 +1106,1106,12,num,XOR_permuted,67.0,[0 4],0 4,1,1.0 +1106,1106,12,num,XOR_permuted,68.0,[9 5],9 5],1,1.0 +1106,1106,12,num,XOR_permuted,69.0,[6 4],6 4,1,1.0 +1106,1106,12,num,XOR_permuted,70.0,[5 0],0 5],1,1.0 +1106,1106,12,num,XOR_permuted,71.0,[3 1],1 3],1,1.0 +1106,1106,12,num,XOR_permuted,72.0,[8 1],1 8,1,1.0 +1106,1106,12,num,XOR_permuted,73.0,[6 3],6 4],0,1.0 +1106,1106,12,num,XOR_permuted,74.0,[0 9],1 0],0,1.0 +1106,1106,12,num,XOR_permuted,75.0,[2 9],2 1],0,1.0 +1106,1106,12,num,XOR_permuted,76.0,[9 6],9 6,1,1.0 +1106,1106,12,num,XOR_permuted,77.0,[4 1],4 5,0,1.0 +1106,1106,12,num,XOR_permuted,78.0,[1 4],1 3],0,1.0 +1106,1106,12,num,XOR_permuted,79.0,[7 3],None,0,1.0 +1106,1106,12,num,XOR_permuted,80.0,[8 3],3 7,0,1.0 +1106,1106,12,num,XOR_permuted,81.0,[5 6],5 6],1,1.0 +1106,1106,12,num,XOR_permuted,82.0,[5 7],5 7],1,1.0 +1106,1106,12,num,XOR_permuted,83.0,[7 0],0 7],1,1.0 +1106,1106,12,num,XOR_permuted,84.0,[6 9],None,0,1.0 +1106,1106,12,num,XOR_permuted,85.0,[9 4],7 4],0,1.0 +1106,1106,12,num,XOR_permuted,86.0,[6 2],2 6],1,1.0 +1106,1106,12,num,XOR_permuted,87.0,[9 4],None,0,1.0 +1106,1106,12,num,XOR_permuted,88.0,[3 1],3 1],1,1.0 +1106,1106,12,num,XOR_permuted,89.0,[4 9],9 4],1,1.0 +1106,1106,12,num,XOR_permuted,90.0,[1 5],5 1],1,1.0 +1106,1106,12,num,XOR_permuted,91.0,[4 0],None,0,1.0 +1106,1106,12,num,XOR_permuted,92.0,[8 4],None,0,1.0 +1106,1106,12,num,XOR_permuted,93.0,[5 8],5 8],1,1.0 +1106,1106,12,num,XOR_permuted,94.0,[3 7],None,0,1.0 +1106,1106,12,num,XOR_permuted,95.0,[8 5],2 8],0,1.0 +1106,1106,12,num,XOR_permuted,96.0,[5 9],9 5,1,1.0 +1106,1106,12,num,XOR_permuted,97.0,[8 3],8 3],1,1.0 +1106,1106,12,num,XOR_permuted,98.0,[7 5],5 7],1,1.0 +1106,1106,12,num,XOR_permuted,99.0,[6 7],7 6],1,1.0 +1106,1106,12,num,AND_permuted,0.0,[],7,0,1.0 +1106,1106,12,num,AND_permuted,1.0,[],9,0,1.0 +1106,1106,12,num,AND_permuted,2.0,[],3,0,1.0 +1106,1106,12,num,AND_permuted,3.0,[],2 1],0,1.0 +1106,1106,12,num,AND_permuted,4.0,[],1],0,1.0 +1106,1106,12,num,AND_permuted,5.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,6.0,[],2,0,1.0 +1106,1106,12,num,AND_permuted,7.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,8.0,[],6 3] [9 3],0,1.0 +1106,1106,12,num,AND_permuted,9.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,10.0,[],8,0,1.0 +1106,1106,12,num,AND_permuted,11.0,[],8,0,1.0 +1106,1106,12,num,AND_permuted,12.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,13.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,14.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,15.0,[],3,0,1.0 +1106,1106,12,num,AND_permuted,16.0,[],4,0,1.0 +1106,1106,12,num,AND_permuted,17.0,[],1],0,1.0 +1106,1106,12,num,AND_permuted,18.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,19.0,[],3],0,1.0 +1106,1106,12,num,AND_permuted,20.0,[],3,0,1.0 +1106,1106,12,num,AND_permuted,21.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,22.0,[],8,0,1.0 +1106,1106,12,num,AND_permuted,23.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,24.0,[],3,0,1.0 +1106,1106,12,num,AND_permuted,25.0,[],2,0,1.0 +1106,1106,12,num,AND_permuted,26.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,27.0,[],9,0,1.0 +1106,1106,12,num,AND_permuted,28.0,[],4,0,1.0 +1106,1106,12,num,AND_permuted,29.0,[],9,0,1.0 +1106,1106,12,num,AND_permuted,30.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,31.0,[],1,0,1.0 +1106,1106,12,num,AND_permuted,32.0,[],2,0,1.0 +1106,1106,12,num,AND_permuted,33.0,[],8,0,1.0 +1106,1106,12,num,AND_permuted,34.0,[],4,0,1.0 +1106,1106,12,num,AND_permuted,35.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,36.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,37.0,[],2,0,1.0 +1106,1106,12,num,AND_permuted,38.0,[],3,0,1.0 +1106,1106,12,num,AND_permuted,39.0,[],1,0,1.0 +1106,1106,12,num,AND_permuted,40.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,41.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,42.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,43.0,[],7,0,1.0 +1106,1106,12,num,AND_permuted,44.0,[],9,0,1.0 +1106,1106,12,num,AND_permuted,45.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,46.0,[],8 1],0,1.0 +1106,1106,12,num,AND_permuted,47.0,[],3,0,1.0 +1106,1106,12,num,AND_permuted,48.0,[],8,0,1.0 +1106,1106,12,num,AND_permuted,49.0,[],4,0,1.0 +1106,1106,12,num,AND_permuted,50.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,51.0,[],7,0,1.0 +1106,1106,12,num,AND_permuted,52.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,53.0,[],2,0,1.0 +1106,1106,12,num,AND_permuted,54.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,55.0,[],8,0,1.0 +1106,1106,12,num,AND_permuted,56.0,[],3 1],0,1.0 +1106,1106,12,num,AND_permuted,57.0,[],3,0,1.0 +1106,1106,12,num,AND_permuted,58.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,59.0,[],7,0,1.0 +1106,1106,12,num,AND_permuted,60.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,61.0,[],3],0,1.0 +1106,1106,12,num,AND_permuted,62.0,[],2 6],0,1.0 +1106,1106,12,num,AND_permuted,63.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,64.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,65.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,66.0,[],9,0,1.0 +1106,1106,12,num,AND_permuted,67.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,68.0,[],3,0,1.0 +1106,1106,12,num,AND_permuted,69.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,70.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,71.0,[],1],0,1.0 +1106,1106,12,num,AND_permuted,72.0,[],4,0,1.0 +1106,1106,12,num,AND_permuted,73.0,[],1 6],0,1.0 +1106,1106,12,num,AND_permuted,74.0,[],1,0,1.0 +1106,1106,12,num,AND_permuted,75.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,76.0,[],2,0,1.0 +1106,1106,12,num,AND_permuted,77.0,[],8,0,1.0 +1106,1106,12,num,AND_permuted,78.0,[],3,0,1.0 +1106,1106,12,num,AND_permuted,79.0,[],7,0,1.0 +1106,1106,12,num,AND_permuted,80.0,[],7,0,1.0 +1106,1106,12,num,AND_permuted,81.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,82.0,[],8 3],0,1.0 +1106,1106,12,num,AND_permuted,83.0,[],4,0,1.0 +1106,1106,12,num,AND_permuted,84.0,[],2,0,1.0 +1106,1106,12,num,AND_permuted,85.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,86.0,[],8,0,1.0 +1106,1106,12,num,AND_permuted,87.0,[],9],0,1.0 +1106,1106,12,num,AND_permuted,88.0,[],5,0,1.0 +1106,1106,12,num,AND_permuted,89.0,[],7,0,1.0 +1106,1106,12,num,AND_permuted,90.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,91.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,92.0,[],2,0,1.0 +1106,1106,12,num,AND_permuted,93.0,[],3,0,1.0 +1106,1106,12,num,AND_permuted,94.0,[],0,0,1.0 +1106,1106,12,num,AND_permuted,95.0,[],4,0,1.0 +1106,1106,12,num,AND_permuted,96.0,[],2,0,1.0 +1106,1106,12,num,AND_permuted,97.0,[],5 9],0,1.0 +1106,1106,12,num,AND_permuted,98.0,[],6,0,1.0 +1106,1106,12,num,AND_permuted,99.0,[],7,0,1.0 +1106,1106,12,symb,row_constant,0.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,1.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,2.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,3.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,4.0,['~'],~],1,1.0 +1106,1106,12,symb,row_constant,5.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,6.0,['<'],<],1,1.0 +1106,1106,12,symb,row_constant,7.0,['$'],$,1,1.0 +1106,1106,12,symb,row_constant,8.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,9.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,10.0,[':'],:],1,1.0 +1106,1106,12,symb,row_constant,11.0,['$'],$,1,1.0 +1106,1106,12,symb,row_constant,12.0,['%'],%],1,1.0 +1106,1106,12,symb,row_constant,13.0,['%'],%],1,1.0 +1106,1106,12,symb,row_constant,14.0,['&'],&],1,1.0 +1106,1106,12,symb,row_constant,15.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,16.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,17.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,18.0,['%'],%],1,1.0 +1106,1106,12,symb,row_constant,19.0,['<'],<],1,1.0 +1106,1106,12,symb,row_constant,20.0,['%'],%],1,1.0 +1106,1106,12,symb,row_constant,21.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,22.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,23.0,['$'],$,1,1.0 +1106,1106,12,symb,row_constant,24.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,25.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,26.0,['<'],<],1,1.0 +1106,1106,12,symb,row_constant,27.0,['$'],$,1,1.0 +1106,1106,12,symb,row_constant,28.0,['~'],~],1,1.0 +1106,1106,12,symb,row_constant,29.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,30.0,['~'],~],1,1.0 +1106,1106,12,symb,row_constant,31.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,32.0,['*'],*],1,1.0 +1106,1106,12,symb,row_constant,33.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,34.0,['~'],~],1,1.0 +1106,1106,12,symb,row_constant,35.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,36.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,37.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,38.0,['%'],%,1,1.0 +1106,1106,12,symb,row_constant,39.0,['$'],$,1,1.0 +1106,1106,12,symb,row_constant,40.0,['%'],%,1,1.0 +1106,1106,12,symb,row_constant,41.0,['~'],~],1,1.0 +1106,1106,12,symb,row_constant,42.0,['&'],]&,0,1.0 +1106,1106,12,symb,row_constant,43.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,44.0,['<'],<],1,1.0 +1106,1106,12,symb,row_constant,45.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,46.0,['*'],*],1,1.0 +1106,1106,12,symb,row_constant,47.0,[':'],:],1,1.0 +1106,1106,12,symb,row_constant,48.0,[':'],:],1,1.0 +1106,1106,12,symb,row_constant,49.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,50.0,['&'],&,1,1.0 +1106,1106,12,symb,row_constant,51.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,52.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,53.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,54.0,['$'],$],1,1.0 +1106,1106,12,symb,row_constant,55.0,['%'],%,1,1.0 +1106,1106,12,symb,row_constant,56.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,57.0,['%'],%,1,1.0 +1106,1106,12,symb,row_constant,58.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,59.0,['<'],<],1,1.0 +1106,1106,12,symb,row_constant,60.0,['&'],&],1,1.0 +1106,1106,12,symb,row_constant,61.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,62.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,63.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,64.0,['&'],&],1,1.0 +1106,1106,12,symb,row_constant,65.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,66.0,[':'],:],1,1.0 +1106,1106,12,symb,row_constant,67.0,['<'],<],1,1.0 +1106,1106,12,symb,row_constant,68.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,69.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,70.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,71.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,72.0,['&'],&],1,1.0 +1106,1106,12,symb,row_constant,73.0,['~'],~],1,1.0 +1106,1106,12,symb,row_constant,74.0,['<'],<],1,1.0 +1106,1106,12,symb,row_constant,75.0,['%'],%,1,1.0 +1106,1106,12,symb,row_constant,76.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,77.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,78.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,79.0,['*'],*,1,1.0 +1106,1106,12,symb,row_constant,80.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,81.0,['*'],*],1,1.0 +1106,1106,12,symb,row_constant,82.0,['$'],$,1,1.0 +1106,1106,12,symb,row_constant,83.0,[':'],:],1,1.0 +1106,1106,12,symb,row_constant,84.0,['<'],<],1,1.0 +1106,1106,12,symb,row_constant,85.0,['*'],*,1,1.0 +1106,1106,12,symb,row_constant,86.0,['('],)],0,1.0 +1106,1106,12,symb,row_constant,87.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,88.0,['%'],%,1,1.0 +1106,1106,12,symb,row_constant,89.0,['!'],!],1,1.0 +1106,1106,12,symb,row_constant,90.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,91.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,92.0,['&'],&,1,1.0 +1106,1106,12,symb,row_constant,93.0,['>'],>],1,1.0 +1106,1106,12,symb,row_constant,94.0,['*'],*,1,1.0 +1106,1106,12,symb,row_constant,95.0,['~'],~],1,1.0 +1106,1106,12,symb,row_constant,96.0,['~'],~],1,1.0 +1106,1106,12,symb,row_constant,97.0,['*'],*],1,1.0 +1106,1106,12,symb,row_constant,98.0,[':'],:],1,1.0 +1106,1106,12,symb,row_constant,99.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,0.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,1.0,['$'],$,1,1.0 +1106,1106,12,symb,col_constant,2.0,['$'],$,1,1.0 +1106,1106,12,symb,col_constant,3.0,[':'],:],1,1.0 +1106,1106,12,symb,col_constant,4.0,['>'],>],1,1.0 +1106,1106,12,symb,col_constant,5.0,[':'],:],1,1.0 +1106,1106,12,symb,col_constant,6.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,7.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,8.0,['('],)],0,1.0 +1106,1106,12,symb,col_constant,9.0,['('],)],0,1.0 +1106,1106,12,symb,col_constant,10.0,['<'],<],1,1.0 +1106,1106,12,symb,col_constant,11.0,[':'],:],1,1.0 +1106,1106,12,symb,col_constant,12.0,['%'],%,1,1.0 +1106,1106,12,symb,col_constant,13.0,['&'],&,1,1.0 +1106,1106,12,symb,col_constant,14.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,15.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,16.0,['>'],>],1,1.0 +1106,1106,12,symb,col_constant,17.0,['<'],<],1,1.0 +1106,1106,12,symb,col_constant,18.0,['('],)],0,1.0 +1106,1106,12,symb,col_constant,19.0,['*'],*,1,1.0 +1106,1106,12,symb,col_constant,20.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,21.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,22.0,['$'],$,1,1.0 +1106,1106,12,symb,col_constant,23.0,['%'],%,1,1.0 +1106,1106,12,symb,col_constant,24.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,25.0,['*'],*,1,1.0 +1106,1106,12,symb,col_constant,26.0,['$'],$,1,1.0 +1106,1106,12,symb,col_constant,27.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,28.0,['$'],$,1,1.0 +1106,1106,12,symb,col_constant,29.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,30.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,31.0,[':'],:],1,1.0 +1106,1106,12,symb,col_constant,32.0,['('],)],0,1.0 +1106,1106,12,symb,col_constant,33.0,['%'],%,1,1.0 +1106,1106,12,symb,col_constant,34.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,35.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,36.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,37.0,['*'],*,1,1.0 +1106,1106,12,symb,col_constant,38.0,['*'],*,1,1.0 +1106,1106,12,symb,col_constant,39.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,40.0,['*'],*,1,1.0 +1106,1106,12,symb,col_constant,41.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,42.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,43.0,['%'],%],1,1.0 +1106,1106,12,symb,col_constant,44.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,45.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,46.0,['>'],>,1,1.0 +1106,1106,12,symb,col_constant,47.0,['%'],%,1,1.0 +1106,1106,12,symb,col_constant,48.0,[':'],:],1,1.0 +1106,1106,12,symb,col_constant,49.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,50.0,['>'],>],1,1.0 +1106,1106,12,symb,col_constant,51.0,['>'],>],1,1.0 +1106,1106,12,symb,col_constant,52.0,[':'],:],1,1.0 +1106,1106,12,symb,col_constant,53.0,['*'],*,1,1.0 +1106,1106,12,symb,col_constant,54.0,['%'],%,1,1.0 +1106,1106,12,symb,col_constant,55.0,['%'],%,1,1.0 +1106,1106,12,symb,col_constant,56.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,57.0,['~'],~,1,1.0 +1106,1106,12,symb,col_constant,58.0,['%'],%,1,1.0 +1106,1106,12,symb,col_constant,59.0,['*'],*,1,1.0 +1106,1106,12,symb,col_constant,60.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,61.0,['('],)],0,1.0 +1106,1106,12,symb,col_constant,62.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,63.0,['&'],&,1,1.0 +1106,1106,12,symb,col_constant,64.0,['<'],>],0,1.0 +1106,1106,12,symb,col_constant,65.0,['*'],*,1,1.0 +1106,1106,12,symb,col_constant,66.0,['%'],%,1,1.0 +1106,1106,12,symb,col_constant,67.0,['>'],>],1,1.0 +1106,1106,12,symb,col_constant,68.0,['('],)],0,1.0 +1106,1106,12,symb,col_constant,69.0,['('],)],0,1.0 +1106,1106,12,symb,col_constant,70.0,[':'],:],1,1.0 +1106,1106,12,symb,col_constant,71.0,['*'],*],1,1.0 +1106,1106,12,symb,col_constant,72.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,73.0,['('],)],0,1.0 +1106,1106,12,symb,col_constant,74.0,[':'],:],1,1.0 +1106,1106,12,symb,col_constant,75.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,76.0,['&'],&,1,1.0 +1106,1106,12,symb,col_constant,77.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,78.0,['>'],>],1,1.0 +1106,1106,12,symb,col_constant,79.0,['$'],$,1,1.0 +1106,1106,12,symb,col_constant,80.0,['<'],>],0,1.0 +1106,1106,12,symb,col_constant,81.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,82.0,[':'],:],1,1.0 +1106,1106,12,symb,col_constant,83.0,['$'],$,1,1.0 +1106,1106,12,symb,col_constant,84.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,85.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,86.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,87.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,88.0,['&'],&,1,1.0 +1106,1106,12,symb,col_constant,89.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,90.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,91.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,92.0,['%'],%,1,1.0 +1106,1106,12,symb,col_constant,93.0,['~'],~],1,1.0 +1106,1106,12,symb,col_constant,94.0,['~'],:],0,1.0 +1106,1106,12,symb,col_constant,95.0,['!'],!],1,1.0 +1106,1106,12,symb,col_constant,96.0,['&'],&,1,1.0 +1106,1106,12,symb,col_constant,97.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,98.0,['<'],<,1,1.0 +1106,1106,12,symb,col_constant,99.0,['*'],*,1,1.0 +1106,1106,12,symb,dist3_diag1,0.0,['*'],*],1,1.0 +1106,1106,12,symb,dist3_diag1,1.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag1,2.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag1,3.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag1,4.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,5.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,6.0,['*'],*],1,1.0 +1106,1106,12,symb,dist3_diag1,7.0,['%'],%,1,1.0 +1106,1106,12,symb,dist3_diag1,8.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,9.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,10.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag1,11.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag1,12.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag1,13.0,['*'],*],1,1.0 +1106,1106,12,symb,dist3_diag1,14.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag1,15.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag1,16.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,17.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag1,18.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag1,19.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag1,20.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag1,21.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag1,22.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,23.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,24.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag1,25.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag1,26.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag1,27.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag1,28.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,29.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag1,30.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag1,31.0,['*'],*,1,1.0 +1106,1106,12,symb,dist3_diag1,32.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,33.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag1,34.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,35.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,36.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag1,37.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag1,38.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag1,39.0,['&'],&],1,1.0 +1106,1106,12,symb,dist3_diag1,40.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag1,41.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag1,42.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,43.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,44.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,45.0,['&'],&],1,1.0 +1106,1106,12,symb,dist3_diag1,46.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag1,47.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag1,48.0,['%'],%,1,1.0 +1106,1106,12,symb,dist3_diag1,49.0,['*'],*,1,1.0 +1106,1106,12,symb,dist3_diag1,50.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,51.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,52.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag1,53.0,['<'],<,1,1.0 +1106,1106,12,symb,dist3_diag1,54.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,55.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag1,56.0,['%'],%,1,1.0 +1106,1106,12,symb,dist3_diag1,57.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag1,58.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag1,59.0,['&'],&,1,1.0 +1106,1106,12,symb,dist3_diag1,60.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,61.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag1,62.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,63.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,64.0,['<'],<,1,1.0 +1106,1106,12,symb,dist3_diag1,65.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,66.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag1,67.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,68.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag1,69.0,['&'],&],1,1.0 +1106,1106,12,symb,dist3_diag1,70.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag1,71.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag1,72.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,73.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,74.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,75.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,76.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,77.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag1,78.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag1,79.0,['*'],*],1,1.0 +1106,1106,12,symb,dist3_diag1,80.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag1,81.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,82.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,83.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,84.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,85.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag1,86.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag1,87.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag1,88.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,89.0,['%'],%,1,1.0 +1106,1106,12,symb,dist3_diag1,90.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag1,91.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag1,92.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag1,93.0,['%'],%,1,1.0 +1106,1106,12,symb,dist3_diag1,94.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag1,95.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag1,96.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,97.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag1,98.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag1,99.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag2,0.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,1.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag2,2.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag2,3.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,4.0,['*'],*],1,1.0 +1106,1106,12,symb,dist3_diag2,5.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag2,6.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,7.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,8.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,9.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag2,10.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag2,11.0,['&'],&],1,1.0 +1106,1106,12,symb,dist3_diag2,12.0,['&'],&],1,1.0 +1106,1106,12,symb,dist3_diag2,13.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,14.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag2,15.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag2,16.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag2,17.0,['<'],<,1,1.0 +1106,1106,12,symb,dist3_diag2,18.0,['<'],<,1,1.0 +1106,1106,12,symb,dist3_diag2,19.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag2,20.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,21.0,['&'],&],1,1.0 +1106,1106,12,symb,dist3_diag2,22.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag2,23.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag2,24.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag2,25.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag2,26.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,27.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag2,28.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag2,29.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag2,30.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag2,31.0,['*'],*,1,1.0 +1106,1106,12,symb,dist3_diag2,32.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag2,33.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag2,34.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag2,35.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag2,36.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag2,37.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag2,38.0,['>'],>,1,1.0 +1106,1106,12,symb,dist3_diag2,39.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,40.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag2,41.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag2,42.0,['*'],*],1,1.0 +1106,1106,12,symb,dist3_diag2,43.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,44.0,['*'],*],1,1.0 +1106,1106,12,symb,dist3_diag2,45.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,46.0,['<'],<,1,1.0 +1106,1106,12,symb,dist3_diag2,47.0,['<'],<,1,1.0 +1106,1106,12,symb,dist3_diag2,48.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag2,49.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,50.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag2,51.0,['*'],*],1,1.0 +1106,1106,12,symb,dist3_diag2,52.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,53.0,['*'],*],1,1.0 +1106,1106,12,symb,dist3_diag2,54.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag2,55.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag2,56.0,['<'],<,1,1.0 +1106,1106,12,symb,dist3_diag2,57.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag2,58.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag2,59.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,60.0,['&'],&],1,1.0 +1106,1106,12,symb,dist3_diag2,61.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag2,62.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,63.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag2,64.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag2,65.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,66.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag2,67.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,68.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag2,69.0,[':'],:],1,1.0 +1106,1106,12,symb,dist3_diag2,70.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag2,71.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag2,72.0,['<'],<,1,1.0 +1106,1106,12,symb,dist3_diag2,73.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,74.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag2,75.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag2,76.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag2,77.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag2,78.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag2,79.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag2,80.0,['$'],$],1,1.0 +1106,1106,12,symb,dist3_diag2,81.0,['>'],>,1,1.0 +1106,1106,12,symb,dist3_diag2,82.0,['>'],>],1,1.0 +1106,1106,12,symb,dist3_diag2,83.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag2,84.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,85.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag2,86.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,87.0,['!'],!,1,1.0 +1106,1106,12,symb,dist3_diag2,88.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag2,89.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag2,90.0,['%'],%,1,1.0 +1106,1106,12,symb,dist3_diag2,91.0,['%'],%],1,1.0 +1106,1106,12,symb,dist3_diag2,92.0,['!'],!],1,1.0 +1106,1106,12,symb,dist3_diag2,93.0,['&'],&],1,1.0 +1106,1106,12,symb,dist3_diag2,94.0,['('],(,1,1.0 +1106,1106,12,symb,dist3_diag2,95.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,96.0,['~'],~],1,1.0 +1106,1106,12,symb,dist3_diag2,97.0,['('],(],1,1.0 +1106,1106,12,symb,dist3_diag2,98.0,['<'],<],1,1.0 +1106,1106,12,symb,dist3_diag2,99.0,['%'],%],1,1.0 +1106,1106,12,symb,prog_size1,0.0,['('],@],0,1.0 +1106,1106,12,symb,prog_size1,1.0,['<'],)],0,1.0 +1106,1106,12,symb,prog_size1,2.0,['~'],],0,1.0 +1106,1106,12,symb,prog_size1,3.0,['>'],#],0,1.0 +1106,1106,12,symb,prog_size1,4.0,[':'],)],0,1.0 +1106,1106,12,symb,prog_size1,5.0,['$'],~],0,1.0 +1106,1106,12,symb,prog_size1,6.0,['%'],#],0,1.0 +1106,1106,12,symb,prog_size1,7.0,['&'],]?,0,1.0 +1106,1106,12,symb,prog_size1,8.0,['*'],#],0,1.0 +1106,1106,12,symb,prog_size1,9.0,['!'],)],0,1.0 +1106,1106,12,symb,prog_size1,10.0,['('],:],0,1.0 +1106,1106,12,symb,prog_size1,11.0,['<'],?],0,1.0 +1106,1106,12,symb,prog_size2,0.0,[':'],%,0,1.0 +1106,1106,12,symb,prog_size2,1.0,['$'],&],0,1.0 +1106,1106,12,symb,prog_size2,2.0,['%'],#],0,1.0 +1106,1106,12,symb,prog_size2,3.0,['&'],$],0,1.0 +1106,1106,12,symb,two_rule_comb0,0.0,"['~', '$']",$],0,1.0 +1106,1106,12,symb,two_rule_comb0,1.0,"['>', '%']",> %],1,1.0 +1106,1106,12,symb,two_rule_comb0,2.0,"['*', '(']",* (,1,1.0 +1106,1106,12,symb,two_rule_comb0,3.0,"['*', '%']",* %],1,1.0 +1106,1106,12,symb,two_rule_comb0,4.0,"['$', '*']",$ *,1,1.0 +1106,1106,12,symb,two_rule_comb0,5.0,"['>', '%']",> %],1,1.0 +1106,1106,12,symb,two_rule_comb0,6.0,"['&', '$']",& $],1,1.0 +1106,1106,12,symb,two_rule_comb0,7.0,"['&', '>']",& >,1,1.0 +1106,1106,12,symb,two_rule_comb0,8.0,"['>', '!']",> !],1,1.0 +1106,1106,12,symb,two_rule_comb0,9.0,"['$', '%']",$ %],1,1.0 +1106,1106,12,symb,two_rule_comb0,10.0,"['>', '*']",> *],1,1.0 +1106,1106,12,symb,two_rule_comb0,11.0,"['&', '~']",& ~],1,1.0 +1106,1106,12,symb,two_rule_comb0,12.0,"['>', '(']",> (],1,1.0 +1106,1106,12,symb,two_rule_comb0,13.0,"['$', '>']",$ >,1,1.0 +1106,1106,12,symb,two_rule_comb0,14.0,"['%', '%']",% %],1,1.0 +1106,1106,12,symb,two_rule_comb0,15.0,"['!', '>']",! >],1,1.0 +1106,1106,12,symb,two_rule_comb0,16.0,"['>', '!']",> !],1,1.0 +1106,1106,12,symb,two_rule_comb0,17.0,"['$', '%']",$ %],1,1.0 +1106,1106,12,symb,two_rule_comb0,18.0,"['>', '*']",> *],1,1.0 +1106,1106,12,symb,two_rule_comb0,19.0,"['*', '~']",* ~],1,1.0 +1106,1106,12,symb,two_rule_comb0,20.0,"['<', '<']",< <],1,1.0 +1106,1106,12,symb,two_rule_comb0,21.0,"[':', '<']",:] :],0,1.0 +1106,1106,12,symb,two_rule_comb0,22.0,"['~', '(']",~ (],1,1.0 +1106,1106,12,symb,two_rule_comb0,23.0,"['~', ':']",~ :],1,1.0 +1106,1106,12,symb,two_rule_comb0,24.0,"['>', '&']",> &],1,1.0 +1106,1106,12,symb,two_rule_comb0,25.0,"['<', '&']",<&>],0,1.0 +1106,1106,12,symb,two_rule_comb0,26.0,"['~', ':']",~ :],1,1.0 +1106,1106,12,symb,two_rule_comb0,27.0,"['>', '>']",> >],1,1.0 +1106,1106,12,symb,two_rule_comb0,28.0,"['>', '&']",> &],1,1.0 +1106,1106,12,symb,two_rule_comb0,29.0,"['%', '*']",% *],1,1.0 +1106,1106,12,symb,two_rule_comb0,30.0,"['$', '(']",$ ),0,1.0 +1106,1106,12,symb,two_rule_comb0,31.0,"['(', '<']",( <],1,1.0 +1106,1106,12,symb,two_rule_comb0,32.0,"['!', '!']",! !],1,1.0 +1106,1106,12,symb,two_rule_comb0,33.0,"['>', '$']",> $],1,1.0 +1106,1106,12,symb,two_rule_comb0,34.0,"['(', '*']",( *],1,1.0 +1106,1106,12,symb,two_rule_comb0,35.0,"[':', '$']",: $],1,1.0 +1106,1106,12,symb,two_rule_comb0,36.0,"['~', '<']",~ <],1,1.0 +1106,1106,12,symb,two_rule_comb0,37.0,"['&', '<']",& <],1,1.0 +1106,1106,12,symb,two_rule_comb0,38.0,"['!', '~']",! ~,1,1.0 +1106,1106,12,symb,two_rule_comb0,39.0,"['<', '$']",<$,1,1.0 +1106,1106,12,symb,two_rule_comb0,40.0,"['<', '~']",< ~,1,1.0 +1106,1106,12,symb,two_rule_comb0,41.0,"['&', '*']",& *],1,1.0 +1106,1106,12,symb,two_rule_comb0,42.0,"['&', '>']",& >,1,1.0 +1106,1106,12,symb,two_rule_comb0,43.0,"[':', '%']",: %],1,1.0 +1106,1106,12,symb,two_rule_comb0,44.0,"['!', '*']",! *,1,1.0 +1106,1106,12,symb,two_rule_comb0,45.0,"['>', '(']",> (],1,1.0 +1106,1106,12,symb,two_rule_comb0,46.0,"['$', '~']",$ ~,1,1.0 +1106,1106,12,symb,two_rule_comb0,47.0,"['(', '*']",( *],1,1.0 +1106,1106,12,symb,two_rule_comb0,48.0,"['~', '(']",~ (],1,1.0 +1106,1106,12,symb,two_rule_comb0,49.0,"[':', '$']",: $],1,1.0 +1106,1106,12,symb,two_rule_comb0,50.0,"['*', '%']",* %,1,1.0 +1106,1106,12,symb,two_rule_comb0,51.0,"['>', '<']",> <],1,1.0 +1106,1106,12,symb,two_rule_comb0,52.0,"['*', '!']",* !],1,1.0 +1106,1106,12,symb,two_rule_comb0,53.0,"['!', '<']",! <],1,1.0 +1106,1106,12,symb,two_rule_comb0,54.0,"['%', '>']",% >],1,1.0 +1106,1106,12,symb,two_rule_comb0,55.0,"['&', '~']",& ~],1,1.0 +1106,1106,12,symb,two_rule_comb0,56.0,"['>', '&']",> &,1,1.0 +1106,1106,12,symb,two_rule_comb0,57.0,"['~', ':']",~ :],1,1.0 +1106,1106,12,symb,two_rule_comb0,58.0,"[':', '%']",: %],1,1.0 +1106,1106,12,symb,two_rule_comb0,59.0,"['!', '%']",! %],1,1.0 +1106,1106,12,symb,two_rule_comb0,60.0,"['!', '%']",%],0,1.0 +1106,1106,12,symb,two_rule_comb0,61.0,"['*', '!']",* !,1,1.0 +1106,1106,12,symb,two_rule_comb0,62.0,"['~', '!']",~ !],1,1.0 +1106,1106,12,symb,two_rule_comb0,63.0,"['%', ':']",% :],1,1.0 +1106,1106,12,symb,two_rule_comb0,64.0,"['$', '>']",$ >],1,1.0 +1106,1106,12,symb,two_rule_comb0,65.0,"['<', '(']",< (],1,1.0 +1106,1106,12,symb,two_rule_comb0,66.0,"['*', '~']",* ~],1,1.0 +1106,1106,12,symb,two_rule_comb0,67.0,"['%', ':']",% :],1,1.0 +1106,1106,12,symb,two_rule_comb0,68.0,"[':', '%']",:] %,0,1.0 +1106,1106,12,symb,two_rule_comb0,69.0,"['~', '&']",~ &],1,1.0 +1106,1106,12,symb,two_rule_comb0,70.0,"['(', '~']",)],0,1.0 +1106,1106,12,symb,two_rule_comb0,71.0,"['$', '%']",$ %],1,1.0 +1106,1106,12,symb,two_rule_comb0,72.0,"['!', '*']",! *,1,1.0 +1106,1106,12,symb,two_rule_comb0,73.0,"['!', '<']",! <],1,1.0 +1106,1106,12,symb,two_rule_comb0,74.0,"['%', '<']",% <,1,1.0 +1106,1106,12,symb,two_rule_comb0,75.0,"['>', '%']",%],0,1.0 +1106,1106,12,symb,two_rule_comb0,76.0,"['&', '$']",& $,1,1.0 +1106,1106,12,symb,two_rule_comb0,77.0,"['&', '>']",& >],1,1.0 +1106,1106,12,symb,two_rule_comb0,78.0,"['%', '&']",% &],1,1.0 +1106,1106,12,symb,two_rule_comb0,79.0,"['>', '>']",> >],1,1.0 +1106,1106,12,symb,two_rule_comb0,80.0,"['*', '<']",* <,1,1.0 +1106,1106,12,symb,two_rule_comb0,81.0,"['!', '<']",! <,1,1.0 +1106,1106,12,symb,two_rule_comb0,82.0,"['>', '>']",> >],1,1.0 +1106,1106,12,symb,two_rule_comb0,83.0,"['>', '%']",> %],1,1.0 +1106,1106,12,symb,two_rule_comb0,84.0,"['!', '&']",! &],1,1.0 +1106,1106,12,symb,two_rule_comb0,85.0,"['%', ':']",% :],1,1.0 +1106,1106,12,symb,two_rule_comb0,86.0,"['!', '%']",! %],1,1.0 +1106,1106,12,symb,two_rule_comb0,87.0,"['&', '<']",& <,1,1.0 +1106,1106,12,symb,two_rule_comb0,88.0,"[':', '%']",: %],1,1.0 +1106,1106,12,symb,two_rule_comb0,89.0,"['*', '>']",* >,1,1.0 +1106,1106,12,symb,two_rule_comb0,90.0,"[':', '<']",: <],1,1.0 +1106,1106,12,symb,two_rule_comb0,91.0,"['!', '&']",! &],1,1.0 +1106,1106,12,symb,two_rule_comb0,92.0,"['!', ':']",! :],1,1.0 +1106,1106,12,symb,two_rule_comb0,93.0,"['!', '$']",$],0,1.0 +1106,1106,12,symb,two_rule_comb0,94.0,"['*', '*']",* *],1,1.0 +1106,1106,12,symb,two_rule_comb0,95.0,"[':', '!']",: !],1,1.0 +1106,1106,12,symb,two_rule_comb0,96.0,"['&', '<']",& <,1,1.0 +1106,1106,12,symb,two_rule_comb0,97.0,"['$', '(']",$ (,1,1.0 +1106,1106,12,symb,two_rule_comb0,98.0,"['<', '(']",< (,1,1.0 +1106,1106,12,symb,two_rule_comb0,99.0,"['!', '&']",! &],1,1.0 +1106,1106,12,symb,two_rule_comb1,0.0,"['&', '*']",& *,1,1.0 +1106,1106,12,symb,two_rule_comb1,1.0,"[':', '$']",: $],1,1.0 +1106,1106,12,symb,two_rule_comb1,2.0,"['*', '~']",* ~],1,1.0 +1106,1106,12,symb,two_rule_comb1,3.0,"['!', '(']",! (],1,1.0 +1106,1106,12,symb,two_rule_comb1,4.0,"['*', '>']",* >,1,1.0 +1106,1106,12,symb,two_rule_comb1,5.0,"['(', '%']",( %],1,1.0 +1106,1106,12,symb,two_rule_comb1,6.0,"['>', '(']",> (],1,1.0 +1106,1106,12,symb,two_rule_comb1,7.0,"['&', '&']",(& <),0,1.0 +1106,1106,12,symb,two_rule_comb1,8.0,"['>', '$']",> $,1,1.0 +1106,1106,12,symb,two_rule_comb1,9.0,"['!', '&']",! &],1,1.0 +1106,1106,12,symb,two_rule_comb1,10.0,"['!', '>']",! >],1,1.0 +1106,1106,12,symb,two_rule_comb1,11.0,"['%', '*']",* %],0,1.0 +1106,1106,12,symb,two_rule_comb1,12.0,"['~', '>']",~ >],1,1.0 +1106,1106,12,symb,two_rule_comb1,13.0,"[':', '*']",: *],1,1.0 +1106,1106,12,symb,two_rule_comb1,14.0,"['>', '(']",> (],1,1.0 +1106,1106,12,symb,two_rule_comb1,15.0,"['&', '!']",& !],1,1.0 +1106,1106,12,symb,two_rule_comb1,16.0,"['>', '!']",> !],1,1.0 +1106,1106,12,symb,two_rule_comb1,17.0,"['>', '>']",< >,0,1.0 +1106,1106,12,symb,two_rule_comb1,18.0,"['&', ':']",& :],1,1.0 +1106,1106,12,symb,two_rule_comb1,19.0,"['&', '$']",& $],1,1.0 +1106,1106,12,symb,two_rule_comb1,20.0,"['(', '$']",(% $],0,1.0 +1106,1106,12,symb,two_rule_comb1,21.0,"['*', '!']",* !],1,1.0 +1106,1106,12,symb,two_rule_comb1,22.0,"['~', '>']",~ >],1,1.0 +1106,1106,12,symb,two_rule_comb1,23.0,"['*', '<']",* <],1,1.0 +1106,1106,12,symb,two_rule_comb1,24.0,"['!', '&']",! &,1,1.0 +1106,1106,12,symb,two_rule_comb1,25.0,"['~', '<']",~ <],1,1.0 +1106,1106,12,symb,two_rule_comb1,26.0,"[':', '&']",: &],1,1.0 +1106,1106,12,symb,two_rule_comb1,27.0,"['~', ':']",~ :],1,1.0 +1106,1106,12,symb,two_rule_comb1,28.0,"['<', '(']",< (],1,1.0 +1106,1106,12,symb,two_rule_comb1,29.0,"['%', '(']",% (],1,1.0 +1106,1106,12,symb,two_rule_comb1,30.0,"['(', '$']",( $],1,1.0 +1106,1106,12,symb,two_rule_comb1,31.0,"['~', '*']",~ *,1,1.0 +1106,1106,12,symb,two_rule_comb1,32.0,"['&', '>']",& >,1,1.0 +1106,1106,12,symb,two_rule_comb1,33.0,"['!', '%']",! %],1,1.0 +1106,1106,12,symb,two_rule_comb1,34.0,"['&', '*']",& *],1,1.0 +1106,1106,12,symb,two_rule_comb1,35.0,"['(', '&']",( &],1,1.0 +1106,1106,12,symb,two_rule_comb1,36.0,"['~', '~']",~ ~],1,1.0 +1106,1106,12,symb,two_rule_comb1,37.0,"['~', '*']",~ *],1,1.0 +1106,1106,12,symb,two_rule_comb1,38.0,"['!', '*']",! *,1,1.0 +1106,1106,12,symb,two_rule_comb1,39.0,"['$', '$']",$ <],0,1.0 +1106,1106,12,symb,two_rule_comb1,40.0,"['<', '$']",<$],1,1.0 +1106,1106,12,symb,two_rule_comb1,41.0,"['%', '*']",% *],1,1.0 +1106,1106,12,symb,two_rule_comb1,42.0,"['!', '*']",! *,1,1.0 +1106,1106,12,symb,two_rule_comb1,43.0,"['*', '*']",* :],0,1.0 +1106,1106,12,symb,two_rule_comb1,44.0,"[':', '&']",: &],1,1.0 +1106,1106,12,symb,two_rule_comb1,45.0,"['>', '!']",> !],1,1.0 +1106,1106,12,symb,two_rule_comb1,46.0,"['&', '<']",& <],1,1.0 +1106,1106,12,symb,two_rule_comb1,47.0,"['%', '<']",% <],1,1.0 +1106,1106,12,symb,two_rule_comb1,48.0,"['!', '<']",! <,1,1.0 +1106,1106,12,symb,two_rule_comb1,49.0,"['(', '>']",( !],0,1.0 +1106,1106,12,symb,two_rule_comb1,50.0,"['!', '$']",! $],1,1.0 +1106,1106,12,symb,two_rule_comb1,51.0,"['!', '(']",! (],1,1.0 +1106,1106,12,symb,two_rule_comb1,52.0,"[':', '$']",: $],1,1.0 +1106,1106,12,symb,two_rule_comb1,53.0,"['$', '<']",$ <],1,1.0 +1106,1106,12,symb,two_rule_comb1,54.0,"['%', ':']",% :],1,1.0 +1106,1106,12,symb,two_rule_comb1,55.0,"['~', '*']",~ *],1,1.0 +1106,1106,12,symb,two_rule_comb1,56.0,"['>', '%']",> %],1,1.0 +1106,1106,12,symb,two_rule_comb1,57.0,"['~', '~']",~ ~],1,1.0 +1106,1106,12,symb,two_rule_comb1,58.0,"['~', '!']",~ !],1,1.0 +1106,1106,12,symb,two_rule_comb1,59.0,"['(', '<']",( <],1,1.0 +1106,1106,12,symb,two_rule_comb1,60.0,"['~', '~']",~ $],0,1.0 +1106,1106,12,symb,two_rule_comb1,61.0,"[':', '(']",: (],1,1.0 +1106,1106,12,symb,two_rule_comb1,62.0,"['~', '(']",~ (],1,1.0 +1106,1106,12,symb,two_rule_comb1,63.0,"['*', '&']",* &],1,1.0 +1106,1106,12,symb,two_rule_comb1,64.0,"[':', '&']",: &],1,1.0 +1106,1106,12,symb,two_rule_comb1,65.0,"['!', '!']",% !],0,1.0 +1106,1106,12,symb,two_rule_comb1,66.0,"['<', '$']",< $],1,1.0 +1106,1106,12,symb,two_rule_comb1,67.0,"['(', '$']",> $],0,1.0 +1106,1106,12,symb,two_rule_comb1,68.0,"['>', '>']",> >],1,1.0 +1106,1106,12,symb,two_rule_comb1,69.0,"['<', '*']",< *],1,1.0 +1106,1106,12,symb,two_rule_comb1,70.0,"['%', '&']",% &],1,1.0 +1106,1106,12,symb,two_rule_comb1,71.0,"['(', ':']",( :],1,1.0 +1106,1106,12,symb,two_rule_comb1,72.0,"[':', '!']",: !],1,1.0 +1106,1106,12,symb,two_rule_comb1,73.0,"['<', '~']",> <],0,1.0 +1106,1106,12,symb,two_rule_comb1,74.0,"['!', ':']",! :],1,1.0 +1106,1106,12,symb,two_rule_comb1,75.0,"['>', '$']",> $],1,1.0 +1106,1106,12,symb,two_rule_comb1,76.0,"['!', '*']",! *,1,1.0 +1106,1106,12,symb,two_rule_comb1,77.0,"['>', '<']",< %],0,1.0 +1106,1106,12,symb,two_rule_comb1,78.0,"['<', '<']",< &],0,1.0 +1106,1106,12,symb,two_rule_comb1,79.0,"['~', ':']",% :],0,1.0 +1106,1106,12,symb,two_rule_comb1,80.0,"['~', ':']",~ :],1,1.0 +1106,1106,12,symb,two_rule_comb1,81.0,"['%', '~']",% ~],1,1.0 +1106,1106,12,symb,two_rule_comb1,82.0,"['<', '%']",< %],1,1.0 +1106,1106,12,symb,two_rule_comb1,83.0,"['&', '*']",& *,1,1.0 +1106,1106,12,symb,two_rule_comb1,84.0,"['>', '>']",* >],0,1.0 +1106,1106,12,symb,two_rule_comb1,85.0,"['<', '(']",< (],1,1.0 +1106,1106,12,symb,two_rule_comb1,86.0,"['&', '>']",& >],1,1.0 +1106,1106,12,symb,two_rule_comb1,87.0,"['&', '(']",& (],1,1.0 +1106,1106,12,symb,two_rule_comb1,88.0,"['&', '&']",& <],0,1.0 +1106,1106,12,symb,two_rule_comb1,89.0,"['~', '$']",~ ~],0,1.0 +1106,1106,12,symb,two_rule_comb1,90.0,"['*', '>']",* >,1,1.0 +1106,1106,12,symb,two_rule_comb1,91.0,"['(', '(']",(% ],0,1.0 +1106,1106,12,symb,two_rule_comb1,92.0,"['&', '*']",& *],1,1.0 +1106,1106,12,symb,two_rule_comb1,93.0,"['%', '%']",% &],0,1.0 +1106,1106,12,symb,two_rule_comb1,94.0,"['>', '(']",> (],1,1.0 +1106,1106,12,symb,two_rule_comb1,95.0,"['&', '<']",& <],1,1.0 +1106,1106,12,symb,two_rule_comb1,96.0,"['>', '&']",> &],1,1.0 +1106,1106,12,symb,two_rule_comb1,97.0,"['!', '$']",! $,1,1.0 +1106,1106,12,symb,two_rule_comb1,98.0,"['>', '~']",: ~],0,1.0 +1106,1106,12,symb,two_rule_comb1,99.0,"['*', '&']",* &],1,1.0 +1106,1106,12,symb,two_rule_comb2,0.0,"['&', '%']",# %],0,1.0 +1106,1106,12,symb,two_rule_comb2,1.0,"['%', '>']",: >],0,1.0 +1106,1106,12,symb,two_rule_comb2,2.0,"['~', '<']",~ &],0,1.0 +1106,1106,12,symb,two_rule_comb2,3.0,"['&', '<']",> <],0,1.0 +1106,1106,12,symb,two_rule_comb2,4.0,"['>', '*']",! *],0,1.0 +1106,1106,12,symb,two_rule_comb2,5.0,"['*', '~']",* !],0,1.0 +1106,1106,12,symb,two_rule_comb2,6.0,"['(', ':']",( <],0,1.0 +1106,1106,12,symb,two_rule_comb2,7.0,"['!', '*']",! <],0,1.0 +1106,1106,12,symb,two_rule_comb2,8.0,"['$', '$']",< $,0,1.0 +1106,1106,12,symb,two_rule_comb2,9.0,"['~', '<']",~ $,0,1.0 +1106,1106,12,symb,two_rule_comb2,10.0,"[':', ':']",( :],0,1.0 +1106,1106,12,symb,two_rule_comb2,11.0,"['$', '<']",& <],0,1.0 +1106,1106,12,symb,two_rule_comb2,12.0,"['<', '(']",< :],0,1.0 +1106,1106,12,symb,two_rule_comb2,13.0,"['(', '~']",: ~],0,1.0 +1106,1106,12,symb,two_rule_comb2,14.0,"['*', '!']",? !],0,1.0 +1106,1106,12,symb,two_rule_comb2,15.0,"[':', '<']",: <,1,1.0 +1106,1106,12,symb,two_rule_comb2,16.0,"['(', '$']",( !),0,1.0 +1106,1106,12,symb,two_rule_comb2,17.0,"['$', '(']",< (],0,1.0 +1106,1106,12,symb,two_rule_comb2,18.0,"['%', '%']",% :],0,1.0 +1106,1106,12,symb,two_rule_comb2,19.0,"['<', '(']",: >,0,1.0 +1106,1106,12,symb,two_rule_comb2,20.0,"['(', '<']",: <],0,1.0 +1106,1106,12,symb,two_rule_comb2,21.0,"['%', '~']",! ~],0,1.0 +1106,1106,12,symb,two_rule_comb2,22.0,"['&', '<']",& :],0,1.0 +1106,1106,12,symb,two_rule_comb2,23.0,"['<', '$']",< ~,0,1.0 +1106,1106,12,symb,two_rule_comb2,24.0,"['<', '!']",& !],0,1.0 +1106,1106,12,symb,two_rule_comb2,25.0,"['%', '~']",% *],0,1.0 +1106,1106,12,symb,two_rule_comb2,26.0,"[':', '>']",% >],0,1.0 +1106,1106,12,symb,two_rule_comb2,27.0,"['~', '&']",~ ~],0,1.0 +1106,1106,12,symb,two_rule_comb2,28.0,"['$', '&']",$ >,0,1.0 +1106,1106,12,symb,two_rule_comb2,29.0,"['%', '(']",% :],0,1.0 +1106,1106,12,symb,two_rule_comb2,30.0,"['!', '*']",! <],0,1.0 +1106,1106,12,symb,two_rule_comb2,31.0,"['~', '<']",~ *],0,1.0 +1106,1106,12,symb,two_rule_comb2,32.0,"['&', '*']",& <],0,1.0 +1106,1106,12,symb,two_rule_comb2,33.0,"['<', '~']",< %],0,1.0 +1106,1106,12,symb,two_rule_comb2,34.0,"['<', '&']",< >],0,1.0 +1106,1106,12,symb,two_rule_comb2,35.0,"['>', '~']",:] ~],0,1.0 +1106,1106,12,symb,two_rule_comb2,36.0,"[':', '%']",< %],0,1.0 +1106,1106,12,symb,two_rule_comb2,37.0,"['$', '~']",< ~],0,1.0 +1106,1106,12,symb,two_rule_comb2,38.0,"['(', '*']",% *],0,1.0 +1106,1106,12,symb,two_rule_comb2,39.0,"['*', '&']",* <],0,1.0 +1106,1106,12,symb,two_rule_comb2,40.0,"[':', '!']",% !],0,1.0 +1106,1106,12,symb,two_rule_comb2,41.0,"['$', '~']",$ *],0,1.0 +1106,1106,12,symb,two_rule_comb2,42.0,"['~', '<']",< <],0,1.0 +1106,1106,12,symb,two_rule_comb2,43.0,"[':', '$']",: &],0,1.0 +1106,1106,12,symb,two_rule_comb2,44.0,"['(', '!']",( >,0,1.0 +1106,1106,12,symb,two_rule_comb2,45.0,"['>', '&']",> %],0,1.0 +1106,1106,12,symb,two_rule_comb2,46.0,"['%', ':']",% %],0,1.0 +1106,1106,12,symb,two_rule_comb2,47.0,"['!', '>']",> >],0,1.0 +1106,1106,12,symb,two_rule_comb2,48.0,"['>', '<']",> &],0,1.0 +1106,1106,12,symb,two_rule_comb2,49.0,"['<', '!']",: !],0,1.0 +1106,1106,12,symb,two_rule_comb2,50.0,"['~', '(']",~ >,0,1.0 +1106,1106,12,symb,two_rule_comb2,51.0,"['$', '!']",< !],0,1.0 +1106,1106,12,symb,two_rule_comb2,52.0,"['&', '&']",& <],0,1.0 +1106,1106,12,symb,two_rule_comb2,53.0,"['%', '$']",% <],0,1.0 +1106,1106,12,symb,two_rule_comb2,54.0,"['~', ':']",* :],0,1.0 +1106,1106,12,symb,two_rule_comb2,55.0,"['~', '!']",{< !},0,1.0 +1106,1106,12,symb,two_rule_comb2,56.0,"[':', '<']",% <,0,1.0 +1106,1106,12,symb,two_rule_comb2,57.0,"['$', '~']",$ *],0,1.0 +1106,1106,12,symb,two_rule_comb2,58.0,"['<', '%']",$ %],0,1.0 +1106,1106,12,symb,two_rule_comb2,59.0,"['%', '<']",% *,0,1.0 +1106,1106,12,symb,two_rule_comb2,60.0,"['*', '%']",% %],0,1.0 +1106,1106,12,symb,two_rule_comb2,61.0,"['%', '*']",% *],1,1.0 +1106,1106,12,symb,two_rule_comb2,62.0,"['<', '&']",< $],0,1.0 +1106,1106,12,symb,two_rule_comb2,63.0,"[':', '*']",* *],0,1.0 +1106,1106,12,symb,two_rule_comb2,64.0,"[':', '>']",( >],0,1.0 +1106,1106,12,symb,two_rule_comb2,65.0,"['$', '&']",$ >,0,1.0 +1106,1106,12,symb,two_rule_comb2,66.0,"['<', '$']",: $],0,1.0 +1106,1106,12,symb,two_rule_comb2,67.0,"['$', '%']",% %],0,1.0 +1106,1106,12,symb,two_rule_comb2,68.0,"['%', '$']",% &],0,1.0 +1106,1106,12,symb,two_rule_comb2,69.0,"['%', '%']",% :],0,1.0 +1106,1106,12,symb,two_rule_comb2,70.0,"['<', ':']",* :],0,1.0 +1106,1106,12,symb,two_rule_comb2,71.0,"['$', ':']",$ %],0,1.0 +1106,1106,12,symb,two_rule_comb2,72.0,"['&', '&']",& :],0,1.0 +1106,1106,12,symb,two_rule_comb2,73.0,"['(', '!']",% %,0,1.0 +1106,1106,12,symb,two_rule_comb2,74.0,"[':', '*']",: ~],0,1.0 +1106,1106,12,symb,two_rule_comb2,75.0,"['%', '*']",: *],0,1.0 +1106,1106,12,symb,two_rule_comb2,76.0,"['<', '>']",> >,0,1.0 +1106,1106,12,symb,two_rule_comb2,77.0,"[':', ':']",: <],0,1.0 +1106,1106,12,symb,two_rule_comb2,78.0,"['~', '~']",> ~],0,1.0 +1106,1106,12,symb,two_rule_comb2,79.0,"[':', '%']",% %],0,1.0 +1106,1106,12,symb,two_rule_comb2,80.0,"['*', '*']",* ~],0,1.0 +1106,1106,12,symb,two_rule_comb2,81.0,"['%', ':']",# :],0,1.0 +1106,1106,12,symb,two_rule_comb2,82.0,"['>', '<']",% <],0,1.0 +1106,1106,12,symb,two_rule_comb2,83.0,"[':', '(']",: >],0,1.0 +1106,1106,12,symb,two_rule_comb2,84.0,"['<', '*']",$ *,0,1.0 +1106,1106,12,symb,two_rule_comb2,85.0,"[':', '%']",: %],1,1.0 +1106,1106,12,symb,two_rule_comb2,86.0,"['<', '%']",< #],0,1.0 +1106,1106,12,symb,two_rule_comb2,87.0,"['%', '!']",: !],0,1.0 +1106,1106,12,symb,two_rule_comb2,88.0,"['>', '&']",! &],0,1.0 +1106,1106,12,symb,two_rule_comb2,89.0,"['~', '%']",~ #],0,1.0 +1106,1106,12,symb,two_rule_comb2,90.0,"[':', '<']",% <],0,1.0 +1106,1106,12,symb,two_rule_comb2,91.0,"['$', '<']",< <],0,1.0 +1106,1106,12,symb,two_rule_comb2,92.0,"['%', '<']",# <],0,1.0 +1106,1106,12,symb,two_rule_comb2,93.0,"['>', '>']",! >],0,1.0 +1106,1106,12,symb,two_rule_comb2,94.0,"['>', '%']",! %],0,1.0 +1106,1106,12,symb,two_rule_comb2,95.0,"['&', '%']",% %],0,1.0 +1106,1106,12,symb,two_rule_comb2,96.0,"['*', '%']",~ %],0,1.0 +1106,1106,12,symb,two_rule_comb2,97.0,"['<', '&']",< (],0,1.0 +1106,1106,12,symb,two_rule_comb2,98.0,"['~', '(']",~ >],0,1.0 +1106,1106,12,symb,two_rule_comb2,99.0,"['*', '>']",* >],1,1.0 +1106,1106,12,symb,two_rule_comb3,0.0,"['$', '&']",$ &],1,1.0 +1106,1106,12,symb,two_rule_comb3,1.0,"['$', '%']",% $],0,1.0 +1106,1106,12,symb,two_rule_comb3,2.0,"['(', ':']",( :],1,1.0 +1106,1106,12,symb,two_rule_comb3,3.0,"['&', ':']",& :],1,1.0 +1106,1106,12,symb,two_rule_comb3,4.0,"['<', '>']",< >],1,1.0 +1106,1106,12,symb,two_rule_comb3,5.0,"[':', '*']",: *],1,1.0 +1106,1106,12,symb,two_rule_comb3,6.0,"['$', '*']",$ *],1,1.0 +1106,1106,12,symb,two_rule_comb3,7.0,"['~', '&']",~ &],1,1.0 +1106,1106,12,symb,two_rule_comb3,8.0,"['$', ':']",$ :],1,1.0 +1106,1106,12,symb,two_rule_comb3,9.0,"['(', '<']",( <],1,1.0 +1106,1106,12,symb,two_rule_comb3,10.0,"['%', '(']",% ),0,1.0 +1106,1106,12,symb,two_rule_comb3,11.0,"[':', '~']",: ~],1,1.0 +1106,1106,12,symb,two_rule_comb3,12.0,"[':', '!']",: !],1,1.0 +1106,1106,12,symb,two_rule_comb3,13.0,"['<', '$']",< $],1,1.0 +1106,1106,12,symb,two_rule_comb3,14.0,"['~', '(']",(~ (),0,1.0 +1106,1106,12,symb,two_rule_comb3,15.0,"['<', '!']",< !],1,1.0 +1106,1106,12,symb,two_rule_comb3,16.0,"['%', '<']",% <],1,1.0 +1106,1106,12,symb,two_rule_comb3,17.0,"['<', '<']",< <],1,1.0 +1106,1106,12,symb,two_rule_comb3,18.0,"['>', '%']",% >],0,1.0 +1106,1106,12,symb,two_rule_comb3,19.0,"['<', '~']",< ~],1,1.0 +1106,1106,12,symb,two_rule_comb3,20.0,"['~', '(']",~ (],1,1.0 +1106,1106,12,symb,two_rule_comb3,21.0,"['%', '~']",% ~],1,1.0 +1106,1106,12,symb,two_rule_comb3,22.0,"['>', '%']",> %],1,1.0 +1106,1106,12,symb,two_rule_comb3,23.0,"['~', ':']",~ :],1,1.0 +1106,1106,12,symb,two_rule_comb3,24.0,"[':', '!']",: !],1,1.0 +1106,1106,12,symb,two_rule_comb3,25.0,"['&', '>']",& >],1,1.0 +1106,1106,12,symb,two_rule_comb3,26.0,"['&', '*']",:&],0,1.0 +1106,1106,12,symb,two_rule_comb3,27.0,"['(', '~']",( ~],1,1.0 +1106,1106,12,symb,two_rule_comb3,28.0,"['&', '*']",& *],1,1.0 +1106,1106,12,symb,two_rule_comb3,29.0,"['%', '*']",% *],1,1.0 +1106,1106,12,symb,two_rule_comb3,30.0,"['*', '(']",* (],1,1.0 +1106,1106,12,symb,two_rule_comb3,31.0,"['<', '<']",< %],0,1.0 +1106,1106,12,symb,two_rule_comb3,32.0,"['$', '~']",$ ~],1,1.0 +1106,1106,12,symb,two_rule_comb3,33.0,"['$', '%']",% ~],0,1.0 +1106,1106,12,symb,two_rule_comb3,34.0,"['!', '(']",! !],0,1.0 +1106,1106,12,symb,two_rule_comb3,35.0,"['%', '&']",% &],1,1.0 +1106,1106,12,symb,two_rule_comb3,36.0,"['~', '!']",~ !],1,1.0 +1106,1106,12,symb,two_rule_comb3,37.0,"['!', '*']",! *,1,1.0 +1106,1106,12,symb,two_rule_comb3,38.0,"['*', '&']",* &],1,1.0 +1106,1106,12,symb,two_rule_comb3,39.0,"['&', '!']",& !],1,1.0 +1106,1106,12,symb,two_rule_comb3,40.0,"['$', '&']",$ &],1,1.0 +1106,1106,12,symb,two_rule_comb3,41.0,"['(', '(']",( (],1,1.0 +1106,1106,12,symb,two_rule_comb3,42.0,"['$', ':']",$ :],1,1.0 +1106,1106,12,symb,two_rule_comb3,43.0,"['!', '*']",! *],1,1.0 +1106,1106,12,symb,two_rule_comb3,44.0,"['%', ':']",% :],1,1.0 +1106,1106,12,symb,two_rule_comb3,45.0,"['<', '*']",* <,0,1.0 +1106,1106,12,symb,two_rule_comb3,46.0,"['*', '!']",* !],1,1.0 +1106,1106,12,symb,two_rule_comb3,47.0,"['*', '(']",* (],1,1.0 +1106,1106,12,symb,two_rule_comb3,48.0,"['<', '&']",& <],0,1.0 +1106,1106,12,symb,two_rule_comb3,49.0,"['<', '*']",< *],1,1.0 +1106,1106,12,symb,two_rule_comb3,50.0,"['~', '$']",~ $],1,1.0 +1106,1106,12,symb,two_rule_comb3,51.0,"['~', '~']",& <],0,1.0 +1106,1106,12,symb,two_rule_comb3,52.0,"['~', '!']",~ !],1,1.0 +1106,1106,12,symb,two_rule_comb3,53.0,"['(', '*']",( *],1,1.0 +1106,1106,12,symb,two_rule_comb3,54.0,"['$', '$']",$ >],0,1.0 +1106,1106,12,symb,two_rule_comb3,55.0,"['*', '~']",* ~],1,1.0 +1106,1106,12,symb,two_rule_comb3,56.0,"['!', '%']",! %],1,1.0 +1106,1106,12,symb,two_rule_comb3,57.0,"[':', '~']",: ~],1,1.0 +1106,1106,12,symb,two_rule_comb3,58.0,"['>', ':']",> :],1,1.0 +1106,1106,12,symb,two_rule_comb3,59.0,"['!', '*']",! *,1,1.0 +1106,1106,12,symb,two_rule_comb3,60.0,"[':', '&']",: &],1,1.0 +1106,1106,12,symb,two_rule_comb3,61.0,"['!', '>']",! >],1,1.0 +1106,1106,12,symb,two_rule_comb3,62.0,"['$', '~']",$ ~],1,1.0 +1106,1106,12,symb,two_rule_comb3,63.0,"['$', '&']",$ &],1,1.0 +1106,1106,12,symb,two_rule_comb3,64.0,"['&', '&']",$ %,0,1.0 +1106,1106,12,symb,two_rule_comb3,65.0,"['$', '>']",$ >,1,1.0 +1106,1106,12,symb,two_rule_comb3,66.0,"[':', '>']",: >],1,1.0 +1106,1106,12,symb,two_rule_comb3,67.0,"['$', '*']",$ *],1,1.0 +1106,1106,12,symb,two_rule_comb3,68.0,"[':', '*']",: *],1,1.0 +1106,1106,12,symb,two_rule_comb3,69.0,"['&', '!']",& !],1,1.0 +1106,1106,12,symb,two_rule_comb3,70.0,"['(', '>']",( >],1,1.0 +1106,1106,12,symb,two_rule_comb3,71.0,"['>', '*']",> *],1,1.0 +1106,1106,12,symb,two_rule_comb3,72.0,"['%', '*']",% *,1,1.0 +1106,1106,12,symb,two_rule_comb3,73.0,"['~', '&']",~ &],1,1.0 +1106,1106,12,symb,two_rule_comb3,74.0,"['!', '!']",! !],1,1.0 +1106,1106,12,symb,two_rule_comb3,75.0,"[':', '(']",: (],1,1.0 +1106,1106,12,symb,two_rule_comb3,76.0,"['>', '%']",% >,0,1.0 +1106,1106,12,symb,two_rule_comb3,77.0,"['%', ':']",% :],1,1.0 +1106,1106,12,symb,two_rule_comb3,78.0,"[':', '!']",: !],1,1.0 +1106,1106,12,symb,two_rule_comb3,79.0,"['(', '*']",( *],1,1.0 +1106,1106,12,symb,two_rule_comb3,80.0,"['&', '%']",& %],1,1.0 +1106,1106,12,symb,two_rule_comb3,81.0,"['!', '%']",! %],1,1.0 +1106,1106,12,symb,two_rule_comb3,82.0,"['&', '(']",& (],1,1.0 +1106,1106,12,symb,two_rule_comb3,83.0,"['%', '(']",% (],1,1.0 +1106,1106,12,symb,two_rule_comb3,84.0,"['&', '(']",& (],1,1.0 +1106,1106,12,symb,two_rule_comb3,85.0,"['~', '$']",$ ~],0,1.0 +1106,1106,12,symb,two_rule_comb3,86.0,"['!', ':']",! :],1,1.0 +1106,1106,12,symb,two_rule_comb3,87.0,"['$', '<']",<$>,0,1.0 +1106,1106,12,symb,two_rule_comb3,88.0,"['~', '*']",~ *],1,1.0 +1106,1106,12,symb,two_rule_comb3,89.0,"['*', '&']",* *],0,1.0 +1106,1106,12,symb,two_rule_comb3,90.0,"['!', '~']",! <],0,1.0 +1106,1106,12,symb,two_rule_comb3,91.0,"['<', '(']",< (],1,1.0 +1106,1106,12,symb,two_rule_comb3,92.0,"['*', '<']",* <],1,1.0 +1106,1106,12,symb,two_rule_comb3,93.0,"['*', '~']",* ~],1,1.0 +1106,1106,12,symb,two_rule_comb3,94.0,"['~', '*']",~ *],1,1.0 +1106,1106,12,symb,two_rule_comb3,95.0,"['>', ':']",> :],1,1.0 +1106,1106,12,symb,two_rule_comb3,96.0,"['<', ':']",< :],1,1.0 +1106,1106,12,symb,two_rule_comb3,97.0,"[':', '$']",: $],1,1.0 +1106,1106,12,symb,two_rule_comb3,98.0,"['&', '!']",& !],1,1.0 +1106,1106,12,symb,two_rule_comb3,99.0,"['(', '$']",( $],1,1.0 +1106,1106,12,symb,two_rule_comb4,0.0,"['&', '~']",$ >],0,1.0 +1106,1106,12,symb,two_rule_comb4,1.0,"['<', '>']",# &,0,1.0 +1106,1106,12,symb,two_rule_comb4,2.0,"['(', '!']",% &],0,1.0 +1106,1106,12,symb,two_rule_comb4,3.0,"['!', '&']",! :],0,1.0 +1106,1106,12,symb,two_rule_comb4,4.0,"['&', '(']",) )],0,1.0 +1106,1106,12,symb,two_rule_comb4,5.0,"['$', '&']",$ :],0,1.0 +1106,1106,12,symb,two_rule_comb4,6.0,"['&', '!']",% *,0,1.0 +1106,1106,12,symb,two_rule_comb4,7.0,"['!', '(']",! <,0,1.0 +1106,1106,12,symb,two_rule_comb4,8.0,"['~', '(']",: *],0,1.0 +1106,1106,12,symb,two_rule_comb4,9.0,"['*', '(']",) ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,10.0,"[':', '<']",* <],0,1.0 +1106,1106,12,symb,two_rule_comb4,11.0,"['%', '&']",: <],0,1.0 +1106,1106,12,symb,two_rule_comb4,12.0,"['$', '(']",$ :],0,1.0 +1106,1106,12,symb,two_rule_comb4,13.0,"['$', '%']",$ :],0,1.0 +1106,1106,12,symb,two_rule_comb4,14.0,"['$', '*']",$ !],0,1.0 +1106,1106,12,symb,two_rule_comb4,15.0,"['~', '~']",(~ >),0,1.0 +1106,1106,12,symb,two_rule_comb4,16.0,"['&', '%']",$ %],0,1.0 +1106,1106,12,symb,two_rule_comb4,17.0,"['<', '$']",< ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,18.0,"['>', '$']",& !],0,1.0 +1106,1106,12,symb,two_rule_comb4,19.0,"['*', '!']",$ ~,0,1.0 +1106,1106,12,symb,two_rule_comb4,20.0,"['$', '*']",* ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,21.0,"['(', '&']",: >],0,1.0 +1106,1106,12,symb,two_rule_comb4,22.0,"['(', '!']",: >],0,1.0 +1106,1106,12,symb,two_rule_comb4,23.0,"['&', '!']",$ >],0,1.0 +1106,1106,12,symb,two_rule_comb4,24.0,"['<', ':']",< *],0,1.0 +1106,1106,12,symb,two_rule_comb4,25.0,"['<', '!']",< ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,26.0,"['&', '&']",< %],0,1.0 +1106,1106,12,symb,two_rule_comb4,27.0,"[':', '(']",% >],0,1.0 +1106,1106,12,symb,two_rule_comb4,28.0,"['(', '*']",% *,0,1.0 +1106,1106,12,symb,two_rule_comb4,29.0,"['(', '&']",( <],0,1.0 +1106,1106,12,symb,two_rule_comb4,30.0,"['$', '~']",< ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,31.0,"['%', '>']",: >],0,1.0 +1106,1106,12,symb,two_rule_comb4,32.0,"['%', '%']",% #],0,1.0 +1106,1106,12,symb,two_rule_comb4,33.0,"['<', '%']",< ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,34.0,"[':', '~']",% >,0,1.0 +1106,1106,12,symb,two_rule_comb4,35.0,"['<', '>']",< (],0,1.0 +1106,1106,12,symb,two_rule_comb4,36.0,"['%', '(']",# &],0,1.0 +1106,1106,12,symb,two_rule_comb4,37.0,"['$', '(']",$ >,0,1.0 +1106,1106,12,symb,two_rule_comb4,38.0,"['>', '%']",> >],0,1.0 +1106,1106,12,symb,two_rule_comb4,39.0,"['%', '(']",! *],0,1.0 +1106,1106,12,symb,two_rule_comb4,40.0,"['>', '*']",> !],0,1.0 +1106,1106,12,symb,two_rule_comb4,41.0,"['!', '$']",> *],0,1.0 +1106,1106,12,symb,two_rule_comb4,42.0,"['<', '%']",< *],0,1.0 +1106,1106,12,symb,two_rule_comb4,43.0,"['$', '<']",% >],0,1.0 +1106,1106,12,symb,two_rule_comb4,44.0,"['<', '%']",< !],0,1.0 +1106,1106,12,symb,two_rule_comb4,45.0,"['&', '!']",& >],0,1.0 +1106,1106,12,symb,two_rule_comb4,46.0,"['&', '%']",$ *],0,1.0 +1106,1106,12,symb,two_rule_comb4,47.0,"['*', '(']",* <],0,1.0 +1106,1106,12,symb,two_rule_comb4,48.0,"['<', '(']",$ %],0,1.0 +1106,1106,12,symb,two_rule_comb4,49.0,"['~', '!']",% >,0,1.0 +1106,1106,12,symb,two_rule_comb4,50.0,"['$', '(']",& :],0,1.0 +1106,1106,12,symb,two_rule_comb4,51.0,"['~', '<']",~ (],0,1.0 +1106,1106,12,symb,two_rule_comb4,52.0,"[':', '~']",: >],0,1.0 +1106,1106,12,symb,two_rule_comb4,53.0,"['>', '*']",* *],0,1.0 +1106,1106,12,symb,two_rule_comb4,54.0,"['~', '(']",~ <],0,1.0 +1106,1106,12,symb,two_rule_comb4,55.0,"['>', '!']",( >,0,1.0 +1106,1106,12,symb,two_rule_comb4,56.0,"['>', '$']",$ ],0,1.0 +1106,1106,12,symb,two_rule_comb4,57.0,"[':', '&']",: %],0,1.0 +1106,1106,12,symb,two_rule_comb4,58.0,"['~', '&']",* !],0,1.0 +1106,1106,12,symb,two_rule_comb4,59.0,"[':', ':']",: *],0,1.0 +1106,1106,12,symb,two_rule_comb4,60.0,"['&', '<']",% >],0,1.0 +1106,1106,12,symb,two_rule_comb4,61.0,"[':', '<']",: :],0,1.0 +1106,1106,12,symb,two_rule_comb4,62.0,"['$', '!']",~ >],0,1.0 +1106,1106,12,symb,two_rule_comb4,63.0,"['%', '*']",! *],0,1.0 +1106,1106,12,symb,two_rule_comb4,64.0,"['%', '*']",% ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,65.0,"['*', '>']",~ !],0,1.0 +1106,1106,12,symb,two_rule_comb4,66.0,"['*', '>']",* ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,67.0,"['~', '(']",~ ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,68.0,"['!', '>']",: >],0,1.0 +1106,1106,12,symb,two_rule_comb4,69.0,"['&', '<']",& :],0,1.0 +1106,1106,12,symb,two_rule_comb4,70.0,"['&', '&']",& >],0,1.0 +1106,1106,12,symb,two_rule_comb4,71.0,"['%', '&']",% *],0,1.0 +1106,1106,12,symb,two_rule_comb4,72.0,"['(', '$']",: >],0,1.0 +1106,1106,12,symb,two_rule_comb4,73.0,"['<', '!']",$ :],0,1.0 +1106,1106,12,symb,two_rule_comb4,74.0,"['%', '%']",% $],0,1.0 +1106,1106,12,symb,two_rule_comb4,75.0,"['!', '%']",! ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,76.0,"['&', '!']",: *],0,1.0 +1106,1106,12,symb,two_rule_comb4,77.0,"['!', '$']",$ >],0,1.0 +1106,1106,12,symb,two_rule_comb4,78.0,"['>', '<']",& >],0,1.0 +1106,1106,12,symb,two_rule_comb4,79.0,"['<', '~']",$: :,0,1.0 +1106,1106,12,symb,two_rule_comb4,80.0,"['(', '~']",( *,0,1.0 +1106,1106,12,symb,two_rule_comb4,81.0,"['(', ':']",% *],0,1.0 +1106,1106,12,symb,two_rule_comb4,82.0,"['!', '*']",> :],0,1.0 +1106,1106,12,symb,two_rule_comb4,83.0,"['%', '*']",! *],0,1.0 +1106,1106,12,symb,two_rule_comb4,84.0,"['>', '%']",% ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,85.0,"['<', '&']",< >],0,1.0 +1106,1106,12,symb,two_rule_comb4,86.0,"['>', ':']",> :],1,1.0 +1106,1106,12,symb,two_rule_comb4,87.0,"['%', '<']",# ),0,1.0 +1106,1106,12,symb,two_rule_comb4,88.0,"['>', '(']",* ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,89.0,"['$', '$']",< ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,90.0,"[':', '%']",: ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,91.0,"['*', '&']",~ &],0,1.0 +1106,1106,12,symb,two_rule_comb4,92.0,"['(', '<']",< <],0,1.0 +1106,1106,12,symb,two_rule_comb4,93.0,"['(', '<']",> <],0,1.0 +1106,1106,12,symb,two_rule_comb4,94.0,"['~', '%']",! ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,95.0,"['!', '<']",* !],0,1.0 +1106,1106,12,symb,two_rule_comb4,96.0,"['>', '&']",> >],0,1.0 +1106,1106,12,symb,two_rule_comb4,97.0,"['(', '$']",( &),0,1.0 +1106,1106,12,symb,two_rule_comb4,98.0,"['%', '$']",% ~],0,1.0 +1106,1106,12,symb,two_rule_comb4,99.0,"['&', '~']",# ~],0,1.0 +1106,1106,12,symb,two_rule_comb5,0.0,"['*', '%']",* ~],0,1.0 +1106,1106,12,symb,two_rule_comb5,1.0,"['(', '(']",# ?,0,1.0 +1106,1106,12,symb,two_rule_comb5,2.0,"['$', '$']",: &],0,1.0 +1106,1106,12,symb,two_rule_comb5,3.0,"['(', '<']",: &],0,1.0 +1106,1106,12,symb,two_rule_comb5,4.0,"['$', '(']",% <],0,1.0 +1106,1106,12,symb,two_rule_comb5,5.0,"['%', '&']",: $],0,1.0 +1106,1106,12,symb,two_rule_comb5,6.0,"['$', '&']",& <],0,1.0 +1106,1106,12,symb,two_rule_comb5,7.0,"['*', '!']",~ >],0,1.0 +1106,1106,12,symb,two_rule_comb5,8.0,"['(', '%']",*) :],0,1.0 +1106,1106,12,symb,two_rule_comb5,9.0,"['!', '(']",> %],0,1.0 +1106,1106,12,symb,two_rule_comb5,10.0,"['$', '%']",! ~],0,1.0 +1106,1106,12,symb,two_rule_comb5,11.0,"['(', ':']",% %],0,1.0 +1106,1106,12,symb,two_rule_comb5,12.0,"['$', '~']",! ~],0,1.0 +1106,1106,12,symb,two_rule_comb5,13.0,"['!', '~']",> *],0,1.0 +1106,1106,12,symb,two_rule_comb5,14.0,"['<', ':']",# ?,0,1.0 +1106,1106,12,symb,two_rule_comb5,15.0,"['~', '&']",*) !],0,1.0 +1106,1106,12,symb,two_rule_comb5,16.0,"['&', '$']",$ <],0,1.0 +1106,1106,12,symb,two_rule_comb5,17.0,"['~', '(']",# @],0,1.0 +1106,1106,12,symb,two_rule_comb5,18.0,"['&', '%']",$ :],0,1.0 +1106,1106,12,symb,two_rule_comb5,19.0,"['>', '$']",! &],0,1.0 +1106,1106,12,symb,two_rule_comb5,20.0,"['&', '$']",$ &],0,1.0 +1106,1106,12,symb,two_rule_comb5,21.0,"[':', '<']",& ],0,1.0 +1106,1106,12,symb,two_rule_comb5,22.0,"['$', '~']",) &],0,1.0 +1106,1106,12,symb,two_rule_comb5,23.0,"['~', '%']",& <],0,1.0 +1106,1106,12,symb,two_rule_comb5,24.0,"['$', '!']",& >],0,1.0 +1106,1106,12,symb,two_rule_comb5,25.0,"['$', ':']",< :],0,1.0 +1106,1106,12,symb,two_rule_comb5,26.0,"['&', '<']",& >,0,1.0 +1106,1106,12,symb,two_rule_comb5,27.0,"['*', '~']",) )],0,1.0 +1106,1106,12,symb,two_rule_comb5,28.0,"['$', ':']",< %],0,1.0 +1106,1106,12,symb,two_rule_comb5,29.0,"[':', '>']",? ?],0,1.0 +1106,1106,12,symb,two_rule_comb5,30.0,"['>', '(']",:] <],0,1.0 +1106,1106,12,symb,two_rule_comb5,31.0,"['<', '!']",( : ),0,1.0 +1106,1106,12,symb,two_rule_comb5,32.0,"['&', ':']",# @],0,1.0 +1106,1106,12,symb,two_rule_comb5,33.0,"['$', '%']",~ ~],0,1.0 +1106,1106,12,symb,two_rule_comb5,34.0,"[':', '(']",% ],0,1.0 +1106,1106,12,symb,two_rule_comb5,35.0,"['%', '%']",# &],0,1.0 +1106,1106,12,symb,two_rule_comb5,36.0,"['!', '&']",! ~],0,1.0 +1106,1106,12,symb,two_rule_comb5,37.0,"['<', '~']",< &,0,1.0 +1106,1106,12,symb,two_rule_comb5,38.0,"['(', '!']",# >],0,1.0 +1106,1106,12,symb,two_rule_comb5,39.0,"['>', '<']",? :],0,1.0 +1106,1106,12,symb,two_rule_comb5,40.0,"['%', '$']",! !],0,1.0 +1106,1106,12,symb,two_rule_comb5,41.0,"['$', '<']",# @],0,1.0 +1106,1106,12,symb,two_rule_comb5,42.0,"['%', '(']",% ],0,1.0 +1106,1106,12,symb,two_rule_comb5,43.0,"['<', '$']",@ :],0,1.0 +1106,1106,12,symb,two_rule_comb5,44.0,"['*', '&']",> )],0,1.0 +1106,1106,12,symb,two_rule_comb5,45.0,"['*', '&']",* ),0,1.0 +1106,1106,12,symb,two_rule_comb5,46.0,"['!', '$']",: )],0,1.0 +1106,1106,12,symb,two_rule_comb5,47.0,"['<', '>']",? ?],0,1.0 +1106,1106,12,symb,two_rule_comb5,48.0,"['!', ':']",> (],0,1.0 +1106,1106,12,symb,two_rule_comb5,49.0,"['%', ':']",# ?],0,1.0 +1106,1106,12,symb,two_rule_comb5,50.0,"['!', '<']",> &],0,1.0 +1106,1106,12,symb,two_rule_comb5,51.0,"['&', '>']",~ *)],0,1.0 +1106,1106,12,symb,two_rule_comb5,52.0,"['(', '$']",< %],0,1.0 +1106,1106,12,symb,two_rule_comb5,53.0,"['(', '*']",# #],0,1.0 +1106,1106,12,symb,two_rule_comb5,54.0,"['%', '$']",: <],0,1.0 +1106,1106,12,symb,two_rule_comb5,55.0,"['&', '%']",* $],0,1.0 +1106,1106,12,symb,two_rule_comb5,56.0,"['$', '<']",< &],0,1.0 +1106,1106,12,symb,two_rule_comb5,57.0,"['<', '<']",? %],0,1.0 +1106,1106,12,symb,two_rule_comb5,58.0,"['%', '<']",! *],0,1.0 +1106,1106,12,symb,two_rule_comb5,59.0,"['~', '*']",! <],0,1.0 +1106,1106,12,symb,two_rule_comb5,60.0,"['~', '<']",# %],0,1.0 +1106,1106,12,symb,two_rule_comb5,61.0,"[':', '~']",* ],0,1.0 +1106,1106,12,symb,two_rule_comb5,62.0,"['(', '~']",( %],0,1.0 +1106,1106,12,symb,two_rule_comb5,63.0,"['!', ':']",% >],0,1.0 +1106,1106,12,symb,two_rule_comb5,64.0,"[':', '%']",?],0,1.0 +1106,1106,12,symb,two_rule_comb5,65.0,"['~', '<']",> <],0,1.0 +1106,1106,12,symb,two_rule_comb5,66.0,"['%', '>']",: >],0,1.0 +1106,1106,12,symb,two_rule_comb5,67.0,"['*', '<']",* <],1,1.0 +1106,1106,12,symb,two_rule_comb5,68.0,"['(', '%']",: (],0,1.0 +1106,1106,12,symb,two_rule_comb5,69.0,"['$', '*']",! :],0,1.0 +1106,1106,12,symb,two_rule_comb5,70.0,"['>', '%']",? #],0,1.0 +1106,1106,12,symb,two_rule_comb5,71.0,"['~', '%']",) )],0,1.0 +1106,1106,12,symb,two_rule_comb5,72.0,"[':', '%']",)] ),0,1.0 +1106,1106,12,symb,two_rule_comb5,73.0,"['<', '%']",# %,0,1.0 +1106,1106,12,symb,two_rule_comb5,74.0,"['(', '$']",@ =],0,1.0 +1106,1106,12,symb,two_rule_comb5,75.0,"['&', '(']",# :],0,1.0 +1106,1106,12,symb,two_rule_comb5,76.0,"['$', '%']",# %],0,1.0 +1106,1106,12,symb,two_rule_comb5,77.0,"['(', ':']",: ),0,1.0 +1106,1106,12,symb,two_rule_comb5,78.0,"['(', '&']",% $],0,1.0 +1106,1106,12,symb,two_rule_comb5,79.0,"['>', '<']",# #],0,1.0 +1106,1106,12,symb,two_rule_comb5,80.0,"['(', '!']",( : ),0,1.0 +1106,1106,12,symb,two_rule_comb5,81.0,"['<', '&']",? #],0,1.0 +1106,1106,12,symb,two_rule_comb5,82.0,"['<', '&']",$ $],0,1.0 +1106,1106,12,symb,two_rule_comb5,83.0,"['%', ':']",# @],0,1.0 +1106,1106,12,symb,two_rule_comb5,84.0,"['*', ':']",> !],0,1.0 +1106,1106,12,symb,two_rule_comb5,85.0,"['>', '*']",! ~],0,1.0 +1106,1106,12,symb,two_rule_comb5,86.0,"['!', '$']",& >],0,1.0 +1106,1106,12,symb,two_rule_comb5,87.0,"['>', '!']",> !],1,1.0 +1106,1106,12,symb,two_rule_comb5,88.0,"['&', '~']",( !],0,1.0 +1106,1106,12,symb,two_rule_comb5,89.0,"['(', '%']",% (],0,1.0 +1106,1106,12,symb,two_rule_comb5,90.0,"['(', '$']",: &],0,1.0 +1106,1106,12,symb,two_rule_comb5,91.0,"[':', '(']",% %],0,1.0 +1106,1106,12,symb,two_rule_comb5,92.0,"['(', '(']",: %],0,1.0 +1106,1106,12,symb,two_rule_comb5,93.0,"['&', '<']",# #],0,1.0 +1106,1106,12,symb,two_rule_comb5,94.0,"['&', ':']",$ (],0,1.0 +1106,1106,12,symb,two_rule_comb5,95.0,"['~', '>']",~ *)],0,1.0 +1106,1106,12,symb,two_rule_comb5,96.0,"['&', '&']",* $],0,1.0 +1106,1106,12,symb,two_rule_comb5,97.0,"['$', '>']",! >],0,1.0 +1106,1106,12,symb,two_rule_comb5,98.0,"['~', ':']",] % ],0,1.0 +1106,1106,12,symb,two_rule_comb5,99.0,"['%', ':']",: (],0,1.0 +1106,1106,12,symb,three_rule_comb0,0.0,"['&', ':', ':']",& : :],1,1.0 +1106,1106,12,symb,three_rule_comb0,1.0,"['!', '%', '%']",! % %,1,1.0 +1106,1106,12,symb,three_rule_comb0,2.0,"['*', '$', '%']",* $ %],1,1.0 +1106,1106,12,symb,three_rule_comb0,3.0,"['$', '>', '*']",$ > *,1,1.0 +1106,1106,12,symb,three_rule_comb0,4.0,"[':', '%', '<']",: % <],1,1.0 +1106,1106,12,symb,three_rule_comb0,5.0,"['~', '%', '$']",~ % $],1,1.0 +1106,1106,12,symb,three_rule_comb0,6.0,"['(', '$', ':']",( $ :],1,1.0 +1106,1106,12,symb,three_rule_comb0,7.0,"[':', '>', '&']",: > &],1,1.0 +1106,1106,12,symb,three_rule_comb0,8.0,"['*', '<', '!']",* < !,1,1.0 +1106,1106,12,symb,three_rule_comb0,9.0,"[':', '$', '(']",: $ (],1,1.0 +1106,1106,12,symb,three_rule_comb0,10.0,"['&', '<', '>']",& < >,1,1.0 +1106,1106,12,symb,three_rule_comb0,11.0,"['$', '&', '!']",$ & !,1,1.0 +1106,1106,12,symb,three_rule_comb0,12.0,"['&', '<', '(']",& < (],1,1.0 +1106,1106,12,symb,three_rule_comb0,13.0,"['>', '>', '$']",> > $,1,1.0 +1106,1106,12,symb,three_rule_comb0,14.0,"['(', '$', '<']",( $ <],1,1.0 +1106,1106,12,symb,three_rule_comb0,15.0,"['(', '>', '*']",( > *],1,1.0 +1106,1106,12,symb,three_rule_comb0,16.0,"['~', '!', '&']",~ ! &],1,1.0 +1106,1106,12,symb,three_rule_comb0,17.0,"[':', '*', '(']",: * (],1,1.0 +1106,1106,12,symb,three_rule_comb0,18.0,"['<', '>', '>']",< > >,1,1.0 +1106,1106,12,symb,three_rule_comb0,19.0,"['<', '~', '!']",< ~ !],1,1.0 +1106,1106,12,symb,three_rule_comb0,20.0,"['*', '*', '(']",* * (],1,1.0 +1106,1106,12,symb,three_rule_comb0,21.0,"['>', '&', '%']",> & %],1,1.0 +1106,1106,12,symb,three_rule_comb0,22.0,"[':', '&', '&']",: & &],1,1.0 +1106,1106,12,symb,three_rule_comb0,23.0,"['*', '&', '!']",* & !],1,1.0 +1106,1106,12,symb,three_rule_comb0,24.0,"['~', '>', '&']",~ > &,1,1.0 +1106,1106,12,symb,three_rule_comb0,25.0,"['&', '(', '!']",& ( !,1,1.0 +1106,1106,12,symb,three_rule_comb0,26.0,"[':', '$', '~']",:] $ ~,0,1.0 +1106,1106,12,symb,three_rule_comb0,27.0,"['(', '!', '!']",( ! !],1,1.0 +1106,1106,12,symb,three_rule_comb0,28.0,"[':', '(', '&']",: ( &],1,1.0 +1106,1106,12,symb,three_rule_comb0,29.0,"['*', '%', '(']",* % (],1,1.0 +1106,1106,12,symb,three_rule_comb0,30.0,"['~', '>', '!']",~ > !],1,1.0 +1106,1106,12,symb,three_rule_comb0,31.0,"['&', '&', ':']",& & :],1,1.0 +1106,1106,12,symb,three_rule_comb0,32.0,"['(', ':', ':']",( : :],1,1.0 +1106,1106,12,symb,three_rule_comb0,33.0,"['%', '<', '<']",% < <,1,1.0 +1106,1106,12,symb,three_rule_comb0,34.0,"['&', ':', '%']",& : %],1,1.0 +1106,1106,12,symb,three_rule_comb0,35.0,"['<', ':', '%']",< : %,1,1.0 +1106,1106,12,symb,three_rule_comb0,36.0,"['&', '(', ':']",& ( :],1,1.0 +1106,1106,12,symb,three_rule_comb0,37.0,"['&', '~', '(']",& ~ (],1,1.0 +1106,1106,12,symb,three_rule_comb0,38.0,"[':', '>', '$']",: > $],1,1.0 +1106,1106,12,symb,three_rule_comb0,39.0,"[':', ':', '&']",: : &],1,1.0 +1106,1106,12,symb,three_rule_comb0,40.0,"['$', '(', '(']",$ ( (],1,1.0 +1106,1106,12,symb,three_rule_comb0,41.0,"['%', '&', '>']",% & >],1,1.0 +1106,1106,12,symb,three_rule_comb0,42.0,"['>', '%', '~']",> % ~],1,1.0 +1106,1106,12,symb,three_rule_comb0,43.0,"['!', '%', '!']",! % !,1,1.0 +1106,1106,12,symb,three_rule_comb0,44.0,"['$', '&', '%']",$ & %],1,1.0 +1106,1106,12,symb,three_rule_comb0,45.0,"[':', '>', '*']",: > *],1,1.0 +1106,1106,12,symb,three_rule_comb0,46.0,"['*', '~', '~']",* ~ ~],1,1.0 +1106,1106,12,symb,three_rule_comb0,47.0,"['>', '*', '>']",> * >,1,1.0 +1106,1106,12,symb,three_rule_comb0,48.0,"[':', '!', '<']",: ! <,1,1.0 +1106,1106,12,symb,three_rule_comb0,49.0,"['(', '(', '$']",( ( $],1,1.0 +1106,1106,12,symb,three_rule_comb0,50.0,"[':', '!', '>']",: ! >],1,1.0 +1106,1106,12,symb,three_rule_comb0,51.0,"['*', '&', '>']",* & >,1,1.0 +1106,1106,12,symb,three_rule_comb0,52.0,"['$', '<', '<']",$ < <],1,1.0 +1106,1106,12,symb,three_rule_comb0,53.0,"[':', '!', '>']",: ! >],1,1.0 +1106,1106,12,symb,three_rule_comb0,54.0,"['(', '$', '&']",( $ &],1,1.0 +1106,1106,12,symb,three_rule_comb0,55.0,"['>', '(', '~']",> ( ~],1,1.0 +1106,1106,12,symb,three_rule_comb0,56.0,"['>', '!', '>']",> ! >],1,1.0 +1106,1106,12,symb,three_rule_comb0,57.0,"['%', '(', '$']",% ( $],1,1.0 +1106,1106,12,symb,three_rule_comb0,58.0,"['*', '&', '$']",* & $],1,1.0 +1106,1106,12,symb,three_rule_comb0,59.0,"['!', '*', '~']",! * ~,1,1.0 +1106,1106,12,symb,three_rule_comb0,60.0,"['*', '<', '&']",* < &],1,1.0 +1106,1106,12,symb,three_rule_comb0,61.0,"['!', '&', '%']",! & %],1,1.0 +1106,1106,12,symb,three_rule_comb0,62.0,"['$', ':', '<']",$ : <],1,1.0 +1106,1106,12,symb,three_rule_comb0,63.0,"['<', '~', '!']",< ~ !],1,1.0 +1106,1106,12,symb,three_rule_comb0,64.0,"['!', '<', '<']",! < <],1,1.0 +1106,1106,12,symb,three_rule_comb0,65.0,"['&', '%', '~']",& % ~],1,1.0 +1106,1106,12,symb,three_rule_comb0,66.0,"['%', ':', '*']",% : *],1,1.0 +1106,1106,12,symb,three_rule_comb0,67.0,"[':', '!', '$']",: ! $,1,1.0 +1106,1106,12,symb,three_rule_comb0,68.0,"['>', '<', '(']",> < (,1,1.0 +1106,1106,12,symb,three_rule_comb0,69.0,"['*', '&', '>']",* & >],1,1.0 +1106,1106,12,symb,three_rule_comb0,70.0,"[':', ':', '!']",: : !,1,1.0 +1106,1106,12,symb,three_rule_comb0,71.0,"['>', ':', '~']",> : ~,1,1.0 +1106,1106,12,symb,three_rule_comb0,72.0,"['<', '<', '~']",< < ~],1,1.0 +1106,1106,12,symb,three_rule_comb0,73.0,"['&', '*', ':']",& * :],1,1.0 +1106,1106,12,symb,three_rule_comb0,74.0,"['&', '%', '>']",& % >],1,1.0 +1106,1106,12,symb,three_rule_comb0,75.0,"['~', '$', '!']",~ $ !],1,1.0 +1106,1106,12,symb,three_rule_comb0,76.0,"['(', '*', '~']",( * ~),0,1.0 +1106,1106,12,symb,three_rule_comb0,77.0,"['(', '~', '>']",( ~ >],1,1.0 +1106,1106,12,symb,three_rule_comb0,78.0,"['*', '>', '$']",* > $,1,1.0 +1106,1106,12,symb,three_rule_comb0,79.0,"['~', '$', '*']",~ $ *],1,1.0 +1106,1106,12,symb,three_rule_comb0,80.0,"['&', '!', '>']",& ! >],1,1.0 +1106,1106,12,symb,three_rule_comb0,81.0,"[':', '*', '!']",: * !],1,1.0 +1106,1106,12,symb,three_rule_comb0,82.0,"['*', '(', '$']",* ( $],1,1.0 +1106,1106,12,symb,three_rule_comb0,83.0,"['~', '$', '>']",~ $ >],1,1.0 +1106,1106,12,symb,three_rule_comb0,84.0,"[':', '>', '<']",: > <],1,1.0 +1106,1106,12,symb,three_rule_comb0,85.0,"[':', '$', '>']",: $ >],1,1.0 +1106,1106,12,symb,three_rule_comb0,86.0,"['~', '>', '>']",~ > >,1,1.0 +1106,1106,12,symb,three_rule_comb0,87.0,"['~', '&', '$']",~ & $],1,1.0 +1106,1106,12,symb,three_rule_comb0,88.0,"['&', '!', '>']",& ! >,1,1.0 +1106,1106,12,symb,three_rule_comb0,89.0,"['*', '&', '$']",* & $],1,1.0 +1106,1106,12,symb,three_rule_comb0,90.0,"['*', '%', '>']",* % >,1,1.0 +1106,1106,12,symb,three_rule_comb0,91.0,"['(', '%', '(']",( % (],1,1.0 +1106,1106,12,symb,three_rule_comb0,92.0,"['<', '(', '&']",< ( &,1,1.0 +1106,1106,12,symb,three_rule_comb0,93.0,"['%', ':', '*']",% : *],1,1.0 +1106,1106,12,symb,three_rule_comb0,94.0,"['%', '!', '<']",% ! <,1,1.0 +1106,1106,12,symb,three_rule_comb0,95.0,"['>', '$', '*']",> $ *,1,1.0 +1106,1106,12,symb,three_rule_comb0,96.0,"['$', '>', '>']",$ > >],1,1.0 +1106,1106,12,symb,three_rule_comb0,97.0,"['*', '&', ':']",* & :],1,1.0 +1106,1106,12,symb,three_rule_comb0,98.0,"['(', '>', '$']",( > $),0,1.0 +1106,1106,12,symb,three_rule_comb0,99.0,"['<', ':', '&']",< : &],1,1.0 +1106,1106,12,symb,three_rule_comb1,0.0,"['~', '$', '%']",~ $ %],1,1.0 +1106,1106,12,symb,three_rule_comb1,1.0,"[':', '$', '$']",: $ $],1,1.0 +1106,1106,12,symb,three_rule_comb1,2.0,"['!', '!', '*']",! ! *],1,1.0 +1106,1106,12,symb,three_rule_comb1,3.0,"['~', '(', ':']",~ ( :],1,1.0 +1106,1106,12,symb,three_rule_comb1,4.0,"['*', '*', '!']",* ! !,0,1.0 +1106,1106,12,symb,three_rule_comb1,5.0,"['*', '!', '<']",* ! <],1,1.0 +1106,1106,12,symb,three_rule_comb1,6.0,"['~', '(', '(']",~ ( >],0,1.0 +1106,1106,12,symb,three_rule_comb1,7.0,"['<', '>', '~']",< > ~],1,1.0 +1106,1106,12,symb,three_rule_comb1,8.0,"['*', '(', '>']",* ( >],1,1.0 +1106,1106,12,symb,three_rule_comb1,9.0,"['>', '>', ':']",> & :],0,1.0 +1106,1106,12,symb,three_rule_comb1,10.0,"['&', '$', '&']",& $ &,1,1.0 +1106,1106,12,symb,three_rule_comb1,11.0,"['!', '<', '<']",! < %,0,1.0 +1106,1106,12,symb,three_rule_comb1,12.0,"['>', '>', '~']",> & ~],0,1.0 +1106,1106,12,symb,three_rule_comb1,13.0,"[':', '!', '*']",: ! *],1,1.0 +1106,1106,12,symb,three_rule_comb1,14.0,"[':', '$', '!']",: $ !,1,1.0 +1106,1106,12,symb,three_rule_comb1,15.0,"['%', '!', '%']",% ! %],1,1.0 +1106,1106,12,symb,three_rule_comb1,16.0,"['(', '~', '%']",( % :],0,1.0 +1106,1106,12,symb,three_rule_comb1,17.0,"['*', '>', '%']",* > %,1,1.0 +1106,1106,12,symb,three_rule_comb1,18.0,"['!', '!', '<']",! ! <,1,1.0 +1106,1106,12,symb,three_rule_comb1,19.0,"['>', '(', '$']",> ( $],1,1.0 +1106,1106,12,symb,three_rule_comb1,20.0,"['(', '&', '%']",( & %],1,1.0 +1106,1106,12,symb,three_rule_comb1,21.0,"['$', '&', '~']",$ & ~],1,1.0 +1106,1106,12,symb,three_rule_comb1,22.0,"['<', '<', '>']",< < >],1,1.0 +1106,1106,12,symb,three_rule_comb1,23.0,"['&', ':', '$']",& : $],1,1.0 +1106,1106,12,symb,three_rule_comb1,24.0,"['$', '(', '!']",$ ( !],1,1.0 +1106,1106,12,symb,three_rule_comb1,25.0,"[':', '(', '~']",: ( ~],1,1.0 +1106,1106,12,symb,three_rule_comb1,26.0,"[':', '>', '&']",: > &,1,1.0 +1106,1106,12,symb,three_rule_comb1,27.0,"['$', '$', '<']",$ $ <],1,1.0 +1106,1106,12,symb,three_rule_comb1,28.0,"['%', '*', ':']",% * :],1,1.0 +1106,1106,12,symb,three_rule_comb1,29.0,"[':', '~', '*']",: ~ *],1,1.0 +1106,1106,12,symb,three_rule_comb1,30.0,"['~', '%', '%']",~ % %],1,1.0 +1106,1106,12,symb,three_rule_comb1,31.0,"['!', '$', ':']",! $ :],1,1.0 +1106,1106,12,symb,three_rule_comb1,32.0,"['&', '*', '%']",& * %],1,1.0 +1106,1106,12,symb,three_rule_comb1,33.0,"['*', '~', '&']",* % &],0,1.0 +1106,1106,12,symb,three_rule_comb1,34.0,"['(', '(', '*']",( ( *],1,1.0 +1106,1106,12,symb,three_rule_comb1,35.0,"[':', '&', '*']",: & *],1,1.0 +1106,1106,12,symb,three_rule_comb1,36.0,"['(', ':', '*']",: : *],0,1.0 +1106,1106,12,symb,three_rule_comb1,37.0,"['<', '<', '~']",< < ~],1,1.0 +1106,1106,12,symb,three_rule_comb1,38.0,"[':', ':', '*']",: : *],1,1.0 +1106,1106,12,symb,three_rule_comb1,39.0,"['$', '*', '<']",$ * <],1,1.0 +1106,1106,12,symb,three_rule_comb1,40.0,"['!', '*', '%']",( * %),0,1.0 +1106,1106,12,symb,three_rule_comb1,41.0,"['<', '*', '<']",: * <],0,1.0 +1106,1106,12,symb,three_rule_comb1,42.0,"['<', '~', '%']",< ~ %,1,1.0 +1106,1106,12,symb,three_rule_comb1,43.0,"['>', '&', '!']",> & !],1,1.0 +1106,1106,12,symb,three_rule_comb1,44.0,"['*', '~', '<']",* ~ <,1,1.0 +1106,1106,12,symb,three_rule_comb1,45.0,"['<', '$', '$']",< $ $],1,1.0 +1106,1106,12,symb,three_rule_comb1,46.0,"['~', '<', ':']",~ % :],0,1.0 +1106,1106,12,symb,three_rule_comb1,47.0,"[':', '>', '%']",: > %,1,1.0 +1106,1106,12,symb,three_rule_comb1,48.0,"['&', '~', '*']",& ~ *],1,1.0 +1106,1106,12,symb,three_rule_comb1,49.0,"['>', '*', '<']",$ * <,0,1.0 +1106,1106,12,symb,three_rule_comb1,50.0,"['<', '&', '!']",< & %],0,1.0 +1106,1106,12,symb,three_rule_comb1,51.0,"['~', '%', '%']",~ : %],0,1.0 +1106,1106,12,symb,three_rule_comb1,52.0,"['$', '>', '<']",$ > <,1,1.0 +1106,1106,12,symb,three_rule_comb1,53.0,"['~', '$', '~']",* $ ~],0,1.0 +1106,1106,12,symb,three_rule_comb1,54.0,"['(', '~', '<']",( ~ <],1,1.0 +1106,1106,12,symb,three_rule_comb1,55.0,"['<', '$', '!']",< $ !],1,1.0 +1106,1106,12,symb,three_rule_comb1,56.0,"['>', '>', '(']",> > (],1,1.0 +1106,1106,12,symb,three_rule_comb1,57.0,"['$', '(', '$']",:] ( $],0,1.0 +1106,1106,12,symb,three_rule_comb1,58.0,"['$', '<', '%']",$ < %,1,1.0 +1106,1106,12,symb,three_rule_comb1,59.0,"['<', '%', '&']",< % &],1,1.0 +1106,1106,12,symb,three_rule_comb1,60.0,"[':', '(', '!']",: ( !],1,1.0 +1106,1106,12,symb,three_rule_comb1,61.0,"['<', ':', '!']",< : !],1,1.0 +1106,1106,12,symb,three_rule_comb1,62.0,"['(', '%', '(']",( & (),0,1.0 +1106,1106,12,symb,three_rule_comb1,63.0,"['$', ':', '*']",$ : *],1,1.0 +1106,1106,12,symb,three_rule_comb1,64.0,"['~', '$', '>']",~ $ >],1,1.0 +1106,1106,12,symb,three_rule_comb1,65.0,"['<', '~', '%']",< ~ %],1,1.0 +1106,1106,12,symb,three_rule_comb1,66.0,"['*', '*', '>']",* $ >],0,1.0 +1106,1106,12,symb,three_rule_comb1,67.0,"['&', '(', '<']",& ( <],1,1.0 +1106,1106,12,symb,three_rule_comb1,68.0,"['*', '&', '%']",* & %],1,1.0 +1106,1106,12,symb,three_rule_comb1,69.0,"['~', '!', '$']",$ ! $,0,1.0 +1106,1106,12,symb,three_rule_comb1,70.0,"['&', '!', '*']",& ! *],1,1.0 +1106,1106,12,symb,three_rule_comb1,71.0,"['%', '&', '&']",% ( &],0,1.0 +1106,1106,12,symb,three_rule_comb1,72.0,"['!', '*', '<']",( * <],0,1.0 +1106,1106,12,symb,three_rule_comb1,73.0,"['<', '%', '%']",< % %],1,1.0 +1106,1106,12,symb,three_rule_comb1,74.0,"['$', '%', ':']",$ % :],1,1.0 +1106,1106,12,symb,three_rule_comb1,75.0,"['$', '*', '%']",$ * %,1,1.0 +1106,1106,12,symb,three_rule_comb1,76.0,"['>', '%', '%']",> % %,1,1.0 +1106,1106,12,symb,three_rule_comb1,77.0,"['!', '&', ':']",! & :],1,1.0 +1106,1106,12,symb,three_rule_comb1,78.0,"['$', '$', '!']",$ $ !],1,1.0 +1106,1106,12,symb,three_rule_comb1,79.0,"['*', '!', '(']",* ! (],1,1.0 +1106,1106,12,symb,three_rule_comb1,80.0,"['>', '<', '!']",> < !],1,1.0 +1106,1106,12,symb,three_rule_comb1,81.0,"['$', '>', '!']",$ > !,1,1.0 +1106,1106,12,symb,three_rule_comb1,82.0,"['%', '!', ':']",% ! :],1,1.0 +1106,1106,12,symb,three_rule_comb1,83.0,"['<', '%', '&']",< % &],1,1.0 +1106,1106,12,symb,three_rule_comb1,84.0,"['(', ':', '>']",( % >],0,1.0 +1106,1106,12,symb,three_rule_comb1,85.0,"[':', '&', '*']",: & $],0,1.0 +1106,1106,12,symb,three_rule_comb1,86.0,"[':', '<', '>']",: < >],1,1.0 +1106,1106,12,symb,three_rule_comb1,87.0,"['&', '%', '>']",& % &],0,1.0 +1106,1106,12,symb,three_rule_comb1,88.0,"['!', '(', ':']",! ( :],1,1.0 +1106,1106,12,symb,three_rule_comb1,89.0,"['$', '>', '(']",$ > (],1,1.0 +1106,1106,12,symb,three_rule_comb1,90.0,"['(', '&', ':']",( & : ),0,1.0 +1106,1106,12,symb,three_rule_comb1,91.0,"['&', '&', '!']",& & !],1,1.0 +1106,1106,12,symb,three_rule_comb1,92.0,"['$', '~', '$']",$ ~ $],1,1.0 +1106,1106,12,symb,three_rule_comb1,93.0,"['!', ':', '&']",! : &],1,1.0 +1106,1106,12,symb,three_rule_comb1,94.0,"['!', ':', '%']",! : %],1,1.0 +1106,1106,12,symb,three_rule_comb1,95.0,"['&', '<', '<']",& * <],0,1.0 +1106,1106,12,symb,three_rule_comb1,96.0,"['<', '&', '>']",< & %],0,1.0 +1106,1106,12,symb,three_rule_comb1,97.0,"['!', '<', '<']",$ > <],0,1.0 +1106,1106,12,symb,three_rule_comb1,98.0,"['~', '$', '(']",~ $ (,1,1.0 +1106,1106,12,symb,three_rule_comb1,99.0,"['>', '<', '>']",> < >,1,1.0 +1106,1106,12,symb,three_rule_comb2,0.0,"['%', '%', '&']",% % $],0,1.0 +1106,1106,12,symb,three_rule_comb2,1.0,"['&', '&', '$']",& > $],0,1.0 +1106,1106,12,symb,three_rule_comb2,2.0,"[':', '<', '~']",: % ~],0,1.0 +1106,1106,12,symb,three_rule_comb2,3.0,"['*', ':', ':']",* < :],0,1.0 +1106,1106,12,symb,three_rule_comb2,4.0,"['$', '!', '&']",$ ! (],0,1.0 +1106,1106,12,symb,three_rule_comb2,5.0,"['*', '!', '*']",* ! <],0,1.0 +1106,1106,12,symb,three_rule_comb2,6.0,"['(', '<', '!']",% < !],0,1.0 +1106,1106,12,symb,three_rule_comb2,7.0,"['>', '(', '$']",> $ $,0,1.0 +1106,1106,12,symb,three_rule_comb2,8.0,"['!', ':', ':']",> : :],0,1.0 +1106,1106,12,symb,three_rule_comb2,9.0,"['&', ':', '<']",& $ <],0,1.0 +1106,1106,12,symb,three_rule_comb2,10.0,"['&', '<', '$']",& : $],0,1.0 +1106,1106,12,symb,three_rule_comb2,11.0,"['<', '$', '%']",$ ! %,0,1.0 +1106,1106,12,symb,three_rule_comb2,12.0,"['~', '*', '>']",~ % >],0,1.0 +1106,1106,12,symb,three_rule_comb2,13.0,"['<', '*', '>']",& * >,0,1.0 +1106,1106,12,symb,three_rule_comb2,14.0,"['*', '>', ':']",* & :],0,1.0 +1106,1106,12,symb,three_rule_comb2,15.0,"['$', '<', '*']",$ % *],0,1.0 +1106,1106,12,symb,three_rule_comb2,16.0,"['!', '<', '&']",! < >],0,1.0 +1106,1106,12,symb,three_rule_comb2,17.0,"['!', '%', '!']",! # !,0,1.0 +1106,1106,12,symb,three_rule_comb2,18.0,"['~', '!', '$']",~ ! ?],0,1.0 +1106,1106,12,symb,three_rule_comb2,19.0,"['(', '>', '(']",( % <],0,1.0 +1106,1106,12,symb,three_rule_comb2,20.0,"['&', '$', '$']",& $ ~,0,1.0 +1106,1106,12,symb,three_rule_comb2,21.0,"['<', '<', '!']",* < !],0,1.0 +1106,1106,12,symb,three_rule_comb2,22.0,"['>', '%', '&']",> % >],0,1.0 +1106,1106,12,symb,three_rule_comb2,23.0,"['*', '&', ':']",* < :],0,1.0 +1106,1106,12,symb,three_rule_comb2,24.0,"['%', '$', '<']",% ~ <],0,1.0 +1106,1106,12,symb,three_rule_comb2,25.0,"['~', ':', '(']",~ : &],0,1.0 +1106,1106,12,symb,three_rule_comb2,26.0,"['*', '!', '>']",* ! ),0,1.0 +1106,1106,12,symb,three_rule_comb2,27.0,"['&', '<', '*']",& < ~],0,1.0 +1106,1106,12,symb,three_rule_comb2,28.0,"['&', '%', '>']",& : >,0,1.0 +1106,1106,12,symb,three_rule_comb2,29.0,"['~', '<', '&']",& < &],0,1.0 +1106,1106,12,symb,three_rule_comb2,30.0,"['*', '<', ':']",( < :],0,1.0 +1106,1106,12,symb,three_rule_comb2,31.0,"['&', '%', '&']",& % (],0,1.0 +1106,1106,12,symb,three_rule_comb2,32.0,"['!', '(', '<']",! > <,0,1.0 +1106,1106,12,symb,three_rule_comb2,33.0,"['~', '>', '*']",~ > ~],0,1.0 +1106,1106,12,symb,three_rule_comb2,34.0,"['&', '(', '$']",& : $],0,1.0 +1106,1106,12,symb,three_rule_comb2,35.0,"['&', '%', '!']",& ! *],0,1.0 +1106,1106,12,symb,three_rule_comb2,36.0,"['!', '%', ':']",! * (],0,1.0 +1106,1106,12,symb,three_rule_comb2,37.0,"['~', '*', '*']",* * *],0,1.0 +1106,1106,12,symb,three_rule_comb2,38.0,"['>', ':', '$']",> % $],0,1.0 +1106,1106,12,symb,three_rule_comb2,39.0,"['%', '&', '$']",% & ?,0,1.0 +1106,1106,12,symb,three_rule_comb2,40.0,"['<', '%', '(']",% % (,0,1.0 +1106,1106,12,symb,three_rule_comb2,41.0,"['(', ':', '>']",: ~ >],0,1.0 +1106,1106,12,symb,three_rule_comb2,42.0,"[':', '*', '&']",< * &],0,1.0 +1106,1106,12,symb,three_rule_comb2,43.0,"['>', '~', '>']",> ~ !],0,1.0 +1106,1106,12,symb,three_rule_comb2,44.0,"['*', '$', '$']",* < $],0,1.0 +1106,1106,12,symb,three_rule_comb2,45.0,"['%', '&', '>']",% & (],0,1.0 +1106,1106,12,symb,three_rule_comb2,46.0,"['&', '%', '%']",& % :],0,1.0 +1106,1106,12,symb,three_rule_comb2,47.0,"['(', '(', '>']",( % >],0,1.0 +1106,1106,12,symb,three_rule_comb2,48.0,"['%', '<', ':']",% : :],0,1.0 +1106,1106,12,symb,three_rule_comb2,49.0,"[':', ':', '*']",(~ : *],0,1.0 +1106,1106,12,symb,three_rule_comb2,50.0,"['~', '>', '>']",~ ! >],0,1.0 +1106,1106,12,symb,three_rule_comb2,51.0,"['(', '*', '!']",> * !],0,1.0 +1106,1106,12,symb,three_rule_comb2,52.0,"['<', '(', '&']",< ( %,0,1.0 +1106,1106,12,symb,three_rule_comb2,53.0,"['&', '&', '(']",> & (],0,1.0 +1106,1106,12,symb,three_rule_comb2,54.0,"['<', '*', '(']",* ! (,0,1.0 +1106,1106,12,symb,three_rule_comb2,55.0,"[':', '~', ':']",% $ :],0,1.0 +1106,1106,12,symb,three_rule_comb2,56.0,"['*', '!', '!']",* ! ~,0,1.0 +1106,1106,12,symb,three_rule_comb2,57.0,"['&', '*', ':']",: * :],0,1.0 +1106,1106,12,symb,three_rule_comb2,58.0,"['!', '*', ':']",! * %,0,1.0 +1106,1106,12,symb,three_rule_comb2,59.0,"['&', '~', '(']",& ~ %],0,1.0 +1106,1106,12,symb,three_rule_comb2,60.0,"['$', '<', '&']",$ < >],0,1.0 +1106,1106,12,symb,three_rule_comb2,61.0,"['>', '>', '>']",> > >],1,1.0 +1106,1106,12,symb,three_rule_comb2,62.0,"[':', '~', '*']",: & *],0,1.0 +1106,1106,12,symb,three_rule_comb2,63.0,"['~', '<', '>']",~ : >],0,1.0 +1106,1106,12,symb,three_rule_comb2,64.0,"['&', '*', '*']",& * <],0,1.0 +1106,1106,12,symb,three_rule_comb2,65.0,"['!', '%', '~']",! % ),0,1.0 +1106,1106,12,symb,three_rule_comb2,66.0,"['$', '!', '$']",$ ! $],1,1.0 +1106,1106,12,symb,three_rule_comb2,67.0,"['$', ':', '$']",& : $],0,1.0 +1106,1106,12,symb,three_rule_comb2,68.0,"['~', '%', '%']",~ % %,1,1.0 +1106,1106,12,symb,three_rule_comb2,69.0,"['$', '$', '>']",$ $ !],0,1.0 +1106,1106,12,symb,three_rule_comb2,70.0,"['(', '>', '(']",( > ?),0,1.0 +1106,1106,12,symb,three_rule_comb2,71.0,"['%', '&', '<']",% > <,0,1.0 +1106,1106,12,symb,three_rule_comb2,72.0,"['(', '%', '&']",% * &],0,1.0 +1106,1106,12,symb,three_rule_comb2,73.0,"['&', '!', '~']",$ ! ~],0,1.0 +1106,1106,12,symb,three_rule_comb2,74.0,"['<', ':', ':']",< % :],0,1.0 +1106,1106,12,symb,three_rule_comb2,75.0,"['>', '!', '%']",! < %],0,1.0 +1106,1106,12,symb,three_rule_comb2,76.0,"['*', '$', '>']",> $ >],0,1.0 +1106,1106,12,symb,three_rule_comb2,77.0,"['&', '$', ':']",$ $ :,0,1.0 +1106,1106,12,symb,three_rule_comb2,78.0,"['&', ':', ':']",& < :],0,1.0 +1106,1106,12,symb,three_rule_comb2,79.0,"['>', '(', '>']",< $ >],0,1.0 +1106,1106,12,symb,three_rule_comb2,80.0,"['>', '$', '>']",> & <],0,1.0 +1106,1106,12,symb,three_rule_comb2,81.0,"['>', '%', '~']",> % %],0,1.0 +1106,1106,12,symb,three_rule_comb2,82.0,"['(', '*', '*']",# * *,0,1.0 +1106,1106,12,symb,three_rule_comb2,83.0,"['~', '%', '>']",> % >],0,1.0 +1106,1106,12,symb,three_rule_comb2,84.0,"['<', '(', '*']",% ( *,0,1.0 +1106,1106,12,symb,three_rule_comb2,85.0,"[':', '~', '%']",: ~ %],1,1.0 +1106,1106,12,symb,three_rule_comb2,86.0,"['>', ':', '(']",: : (,0,1.0 +1106,1106,12,symb,three_rule_comb2,87.0,"['%', '!', ':']",* ! :],0,1.0 +1106,1106,12,symb,three_rule_comb2,88.0,"[':', '$', '$']",: $ &],0,1.0 +1106,1106,12,symb,three_rule_comb2,89.0,"['(', '*', '*']",( * ~],0,1.0 +1106,1106,12,symb,three_rule_comb2,90.0,"['<', '>', '~']",< ! (],0,1.0 +1106,1106,12,symb,three_rule_comb2,91.0,"['<', '%', '&']",< : &,0,1.0 +1106,1106,12,symb,three_rule_comb2,92.0,"['<', '<', '*']",< & *],0,1.0 +1106,1106,12,symb,three_rule_comb2,93.0,"['(', '<', '&']",( < <],0,1.0 +1106,1106,12,symb,three_rule_comb2,94.0,"['&', ':', '~']",& % ~],0,1.0 +1106,1106,12,symb,three_rule_comb2,95.0,"['(', ':', '$']",( % $],0,1.0 +1106,1106,12,symb,three_rule_comb2,96.0,"['~', ':', '~']",~ : *],0,1.0 +1106,1106,12,symb,three_rule_comb2,97.0,"['>', '!', '(']",% ! &,0,1.0 +1106,1106,12,symb,three_rule_comb2,98.0,"['(', '&', ':']",> & :],0,1.0 +1106,1106,12,symb,three_rule_comb2,99.0,"[':', '%', ':']",: % :],1,1.0 +1106,1106,12,symb,three_rule_comb3,0.0,"['<', '&', '>']",< & >],1,1.0 +1106,1106,12,symb,three_rule_comb3,1.0,"['*', '&', '*']",* & *],1,1.0 +1106,1106,12,symb,three_rule_comb3,2.0,"['~', '!', '>']",~ ! >,1,1.0 +1106,1106,12,symb,three_rule_comb3,3.0,"['(', ':', '$']",( : $],1,1.0 +1106,1106,12,symb,three_rule_comb3,4.0,"['%', '<', '(']",% < >,0,1.0 +1106,1106,12,symb,three_rule_comb3,5.0,"['(', '&', '(']",( & (,1,1.0 +1106,1106,12,symb,three_rule_comb3,6.0,"['(', '>', ':']",( > > :],0,1.0 +1106,1106,12,symb,three_rule_comb3,7.0,"['$', '%', '~']",% ~ :],0,1.0 +1106,1106,12,symb,three_rule_comb3,8.0,"['$', '%', '<']",$ % <],1,1.0 +1106,1106,12,symb,three_rule_comb3,9.0,"['$', '%', '(']",$ % (],1,1.0 +1106,1106,12,symb,three_rule_comb3,10.0,"['~', '*', '>']",~ * >],1,1.0 +1106,1106,12,symb,three_rule_comb3,11.0,"['%', '>', '<']",% < <,0,1.0 +1106,1106,12,symb,three_rule_comb3,12.0,"['!', '%', ':']",! % :],1,1.0 +1106,1106,12,symb,three_rule_comb3,13.0,"['*', '~', '$']",* ~ $],1,1.0 +1106,1106,12,symb,three_rule_comb3,14.0,"['(', '!', '<']",( ! < <],0,1.0 +1106,1106,12,symb,three_rule_comb3,15.0,"['&', '!', '$']",& ! $],1,1.0 +1106,1106,12,symb,three_rule_comb3,16.0,"['&', '$', '~']",& $ ~],1,1.0 +1106,1106,12,symb,three_rule_comb3,17.0,"[':', '$', '$']",: $ ~],0,1.0 +1106,1106,12,symb,three_rule_comb3,18.0,"['<', '<', '$']",< < $,1,1.0 +1106,1106,12,symb,three_rule_comb3,19.0,"['>', '*', '&']",> * &],1,1.0 +1106,1106,12,symb,three_rule_comb3,20.0,"['$', '<', '(']",$ < (,1,1.0 +1106,1106,12,symb,three_rule_comb3,21.0,"['!', '!', '*']",* ! *],0,1.0 +1106,1106,12,symb,three_rule_comb3,22.0,"['(', '>', '~']",~ > %],0,1.0 +1106,1106,12,symb,three_rule_comb3,23.0,"['!', '!', '$']",! : $,0,1.0 +1106,1106,12,symb,three_rule_comb3,24.0,"['%', '&', '(']",(% ~ &),0,1.0 +1106,1106,12,symb,three_rule_comb3,25.0,"['&', '~', ':']",& ~ :],1,1.0 +1106,1106,12,symb,three_rule_comb3,26.0,"['<', '>', ':']",< > %],0,1.0 +1106,1106,12,symb,three_rule_comb3,27.0,"['&', '&', '!']",& ! :],0,1.0 +1106,1106,12,symb,three_rule_comb3,28.0,"['(', '%', '(']",( % *,0,1.0 +1106,1106,12,symb,three_rule_comb3,29.0,"['%', '~', '>']",% ~ >],1,1.0 +1106,1106,12,symb,three_rule_comb3,30.0,"['<', '&', '$']",< & $],1,1.0 +1106,1106,12,symb,three_rule_comb3,31.0,"['~', '(', ':']",$ > (],0,1.0 +1106,1106,12,symb,three_rule_comb3,32.0,"['$', '!', '%']",% * !],0,1.0 +1106,1106,12,symb,three_rule_comb3,33.0,"['$', '$', '<']",$ * <],0,1.0 +1106,1106,12,symb,three_rule_comb3,34.0,"['$', '(', ':']",$ ( :],1,1.0 +1106,1106,12,symb,three_rule_comb3,35.0,"['!', '!', ':']",! ! :],1,1.0 +1106,1106,12,symb,three_rule_comb3,36.0,"['&', '~', '!']",& ~ !],1,1.0 +1106,1106,12,symb,three_rule_comb3,37.0,"['(', '<', '>']",< % <,0,1.0 +1106,1106,12,symb,three_rule_comb3,38.0,"[':', '>', '$']",: * $],0,1.0 +1106,1106,12,symb,three_rule_comb3,39.0,"['!', ':', '!']",! : !],1,1.0 +1106,1106,12,symb,three_rule_comb3,40.0,"['%', '%', '$']",$ % *,0,1.0 +1106,1106,12,symb,three_rule_comb3,41.0,"['<', '*', '*']",* & *,0,1.0 +1106,1106,12,symb,three_rule_comb3,42.0,"['$', '&', '~']",$ & ~],1,1.0 +1106,1106,12,symb,three_rule_comb3,43.0,"['!', '(', '!']",( < !,0,1.0 +1106,1106,12,symb,three_rule_comb3,44.0,"[':', '$', ':']",: $ :],1,1.0 +1106,1106,12,symb,three_rule_comb3,45.0,"['$', '$', '%']",% ~ $],0,1.0 +1106,1106,12,symb,three_rule_comb3,46.0,"['%', '<', '&']",% < &],1,1.0 +1106,1106,12,symb,three_rule_comb3,47.0,"['~', '(', '*']",( > !,0,1.0 +1106,1106,12,symb,three_rule_comb3,48.0,"['>', '>', ':']",> ! :],0,1.0 +1106,1106,12,symb,three_rule_comb3,49.0,"['$', '$', '(']",$ : (],0,1.0 +1106,1106,12,symb,three_rule_comb3,50.0,"['&', '~', '<']",& % <],0,1.0 +1106,1106,12,symb,three_rule_comb3,51.0,"['$', '%', ':']",$ % :],1,1.0 +1106,1106,12,symb,three_rule_comb3,52.0,"['(', '(', '~']",< & ~],0,1.0 +1106,1106,12,symb,three_rule_comb3,53.0,"['~', '%', '&']",~ % &],1,1.0 +1106,1106,12,symb,three_rule_comb3,54.0,"['%', '>', '<']",% % <],0,1.0 +1106,1106,12,symb,three_rule_comb3,55.0,"['(', '*', '!']",( * !],1,1.0 +1106,1106,12,symb,three_rule_comb3,56.0,"['$', '!', '>']",$ ! >],1,1.0 +1106,1106,12,symb,three_rule_comb3,57.0,"['~', '!', '!']",~ ! $],0,1.0 +1106,1106,12,symb,three_rule_comb3,58.0,"['<', '&', '&']",< & %,0,1.0 +1106,1106,12,symb,three_rule_comb3,59.0,"['&', '~', '&']",& ~ &],1,1.0 +1106,1106,12,symb,three_rule_comb3,60.0,"['~', '&', '%']",~ & %],1,1.0 +1106,1106,12,symb,three_rule_comb3,61.0,"[':', '(', ':']",% ~ :],0,1.0 +1106,1106,12,symb,three_rule_comb3,62.0,"['<', '(', '>']",< > >],0,1.0 +1106,1106,12,symb,three_rule_comb3,63.0,"['~', '!', '!']",~ ! !],1,1.0 +1106,1106,12,symb,three_rule_comb3,64.0,"['!', '%', '>']",! % >,1,1.0 +1106,1106,12,symb,three_rule_comb3,65.0,"['>', '>', '$']",> > $],1,1.0 +1106,1106,12,symb,three_rule_comb3,66.0,"[':', '>', '~']",: $ ~],0,1.0 +1106,1106,12,symb,three_rule_comb3,67.0,"['&', ':', '~']",&,0,1.0 +1106,1106,12,symb,three_rule_comb3,68.0,"['*', '!', '*']",* ! *],1,1.0 +1106,1106,12,symb,three_rule_comb3,69.0,"[':', '<', '(']",: < (],1,1.0 +1106,1106,12,symb,three_rule_comb3,70.0,"[':', '~', '*']",: ~ *],1,1.0 +1106,1106,12,symb,three_rule_comb3,71.0,"['&', '$', '(']",& $ (],1,1.0 +1106,1106,12,symb,three_rule_comb3,72.0,"['!', '*', '~']",! ! ~],0,1.0 +1106,1106,12,symb,three_rule_comb3,73.0,"['$', ':', '%']",$ : %],1,1.0 +1106,1106,12,symb,three_rule_comb3,74.0,"['>', ':', '!']",>% &],0,1.0 +1106,1106,12,symb,three_rule_comb3,75.0,"['(', '&', '(']",( & %],0,1.0 +1106,1106,12,symb,three_rule_comb3,76.0,"['!', '<', '(']",! < (,1,1.0 +1106,1106,12,symb,three_rule_comb3,77.0,"['~', '$', '!']",~ $ !],1,1.0 +1106,1106,12,symb,three_rule_comb3,78.0,"['&', '<', '$']",$ > <,0,1.0 +1106,1106,12,symb,three_rule_comb3,79.0,"['!', ':', '~']",! : ~],1,1.0 +1106,1106,12,symb,three_rule_comb3,80.0,"['(', '<', '&']",* : $],0,1.0 +1106,1106,12,symb,three_rule_comb3,81.0,"['$', '&', '~']",$ & ~],1,1.0 +1106,1106,12,symb,three_rule_comb3,82.0,"['&', '<', '$']",$ < ~,0,1.0 +1106,1106,12,symb,three_rule_comb3,83.0,"['$', '&', '>']",$ & >],1,1.0 +1106,1106,12,symb,three_rule_comb3,84.0,"['~', '&', '!']",~ & !],1,1.0 +1106,1106,12,symb,three_rule_comb3,85.0,"['!', '%', '~']",! % ~,1,1.0 +1106,1106,12,symb,three_rule_comb3,86.0,"['>', '~', '*']",> ~ *],1,1.0 +1106,1106,12,symb,three_rule_comb3,87.0,"['>', '~', '~']",> ~ ~],1,1.0 +1106,1106,12,symb,three_rule_comb3,88.0,"['>', '>', '>']",> > >],1,1.0 +1106,1106,12,symb,three_rule_comb3,89.0,"['&', '(', '$']",& ( $],1,1.0 +1106,1106,12,symb,three_rule_comb3,90.0,"['(', '$', '!']",( $ !],1,1.0 +1106,1106,12,symb,three_rule_comb3,91.0,"['&', '%', ':']",& % :],1,1.0 +1106,1106,12,symb,three_rule_comb3,92.0,"['*', '(', '>']",* % >],0,1.0 +1106,1106,12,symb,three_rule_comb3,93.0,"['(', '&', '$']",$ < &,0,1.0 +1106,1106,12,symb,three_rule_comb3,94.0,"['~', '%', '<']",~ % <],1,1.0 +1106,1106,12,symb,three_rule_comb3,95.0,"['>', '$', '>']",> $ %],0,1.0 +1106,1106,12,symb,three_rule_comb3,96.0,"['(', '(', '&']",( ( &],1,1.0 +1106,1106,12,symb,three_rule_comb3,97.0,"['~', '&', '<']",~ & <],1,1.0 +1106,1106,12,symb,three_rule_comb3,98.0,"['%', ':', '*']",*,0,1.0 +1106,1106,12,symb,three_rule_comb3,99.0,"['%', '~', '*']",% ~ *,1,1.0 +1106,1106,12,symb,three_rule_comb4,0.0,"[':', '>', '%']",% > %],0,1.0 +1106,1106,12,symb,three_rule_comb4,1.0,"['>', '$', '(']",> ~ (],0,1.0 +1106,1106,12,symb,three_rule_comb4,2.0,"['$', '!', '&']",! ~ &],0,1.0 +1106,1106,12,symb,three_rule_comb4,3.0,"['$', '>', '%']",$ > ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,4.0,"['$', ':', '!']",& > !],0,1.0 +1106,1106,12,symb,three_rule_comb4,5.0,"['(', ':', '<']",( > <),0,1.0 +1106,1106,12,symb,three_rule_comb4,6.0,"['$', '!', '~']",~ ! ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,7.0,"['*', '<', ':']",* * :],0,1.0 +1106,1106,12,symb,three_rule_comb4,8.0,"['~', '%', '<']",> ! <],0,1.0 +1106,1106,12,symb,three_rule_comb4,9.0,"['%', '&', '$']",% % ),0,1.0 +1106,1106,12,symb,three_rule_comb4,10.0,"[':', '&', '<']",: & :],0,1.0 +1106,1106,12,symb,three_rule_comb4,11.0,"['>', '!', ':']",* ~ <],0,1.0 +1106,1106,12,symb,three_rule_comb4,12.0,"['(', '!', '!']",~ ! :],0,1.0 +1106,1106,12,symb,three_rule_comb4,13.0,"['%', ':', '%']",% % %],0,1.0 +1106,1106,12,symb,three_rule_comb4,14.0,"['!', '%', '$']",! $ $],0,1.0 +1106,1106,12,symb,three_rule_comb4,15.0,"['$', ':', ':']",$ % *],0,1.0 +1106,1106,12,symb,three_rule_comb4,16.0,"['%', '%', '%']",! % *],0,1.0 +1106,1106,12,symb,three_rule_comb4,17.0,"['*', '>', '&']",* > %,0,1.0 +1106,1106,12,symb,three_rule_comb4,18.0,"['>', '(', '*']",! ( *],0,1.0 +1106,1106,12,symb,three_rule_comb4,19.0,"['<', '(', '<']",& ( <,0,1.0 +1106,1106,12,symb,three_rule_comb4,20.0,"['*', '<', '*']",* > *],0,1.0 +1106,1106,12,symb,three_rule_comb4,21.0,"['!', '!', '(']",! > $],0,1.0 +1106,1106,12,symb,three_rule_comb4,22.0,"['<', '%', '!']",< ! !],0,1.0 +1106,1106,12,symb,three_rule_comb4,23.0,"['!', '%', ':']",! : *],0,1.0 +1106,1106,12,symb,three_rule_comb4,24.0,"['<', ':', '%']",< * %],0,1.0 +1106,1106,12,symb,three_rule_comb4,25.0,"['*', '&', '*']",* < *],0,1.0 +1106,1106,12,symb,three_rule_comb4,26.0,"['*', '>', '*']",* ) )],0,1.0 +1106,1106,12,symb,three_rule_comb4,27.0,"['<', '$', ':']",&,0,1.0 +1106,1106,12,symb,three_rule_comb4,28.0,"['*', '>', '<']",* ! <],0,1.0 +1106,1106,12,symb,three_rule_comb4,29.0,"['<', '<', '&']",< : &],0,1.0 +1106,1106,12,symb,three_rule_comb4,30.0,"['(', '(', '&']",% :],0,1.0 +1106,1106,12,symb,three_rule_comb4,31.0,"['&', '!', '(']",& ! >],0,1.0 +1106,1106,12,symb,three_rule_comb4,32.0,"['<', '$', '!']",< ~ !],0,1.0 +1106,1106,12,symb,three_rule_comb4,33.0,"['%', ':', '%']",% : ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,34.0,"['~', '~', ':']",% ~ >],0,1.0 +1106,1106,12,symb,three_rule_comb4,35.0,"['&', '*', ':']",& * <],0,1.0 +1106,1106,12,symb,three_rule_comb4,36.0,"['<', ':', '!']",< > !],0,1.0 +1106,1106,12,symb,three_rule_comb4,37.0,"['*', '%', '&']",> % &],0,1.0 +1106,1106,12,symb,three_rule_comb4,38.0,"['&', '(', '~']",* ( *],0,1.0 +1106,1106,12,symb,three_rule_comb4,39.0,"['<', '(', ':']",< % :],0,1.0 +1106,1106,12,symb,three_rule_comb4,40.0,"['&', '~', '&']",$ & <],0,1.0 +1106,1106,12,symb,three_rule_comb4,41.0,"['>', '!', ':']",> ! (],0,1.0 +1106,1106,12,symb,three_rule_comb4,42.0,"[':', '(', '<']",: ( *],0,1.0 +1106,1106,12,symb,three_rule_comb4,43.0,"['<', '!', ':']",< ! %,0,1.0 +1106,1106,12,symb,three_rule_comb4,44.0,"['>', '&', '$']",> ( $],0,1.0 +1106,1106,12,symb,three_rule_comb4,45.0,"['>', ':', '(']",> % :],0,1.0 +1106,1106,12,symb,three_rule_comb4,46.0,"['*', '*', '&']",~ & &],0,1.0 +1106,1106,12,symb,three_rule_comb4,47.0,"['$', '$', ':']",< $ :],0,1.0 +1106,1106,12,symb,three_rule_comb4,48.0,"['%', '*', '!']",! % %],0,1.0 +1106,1106,12,symb,three_rule_comb4,49.0,"['&', '~', '$']",$ > $],0,1.0 +1106,1106,12,symb,three_rule_comb4,50.0,"['(', ':', '<']",( : *],0,1.0 +1106,1106,12,symb,three_rule_comb4,51.0,"[':', ':', '~']",: * ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,52.0,"[':', '(', '%']",% > ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,53.0,"['%', '$', '$']",% $ !],0,1.0 +1106,1106,12,symb,three_rule_comb4,54.0,"['!', '(', '>']",! % >],0,1.0 +1106,1106,12,symb,three_rule_comb4,55.0,"['(', '>', '~']",: > ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,56.0,"['>', '<', '<']",> : <],0,1.0 +1106,1106,12,symb,three_rule_comb4,57.0,"['~', '>', '&']",> ! &],0,1.0 +1106,1106,12,symb,three_rule_comb4,58.0,"['*', '$', '$']",* $ %,0,1.0 +1106,1106,12,symb,three_rule_comb4,59.0,"['<', '!', '<']",* % *,0,1.0 +1106,1106,12,symb,three_rule_comb4,60.0,"['%', ':', '(']",% < (],0,1.0 +1106,1106,12,symb,three_rule_comb4,61.0,"['*', '!', ':']",~ ! :],0,1.0 +1106,1106,12,symb,three_rule_comb4,62.0,"[':', '&', '$']",$ & <],0,1.0 +1106,1106,12,symb,three_rule_comb4,63.0,"['%', '>', '(']",% > !,0,1.0 +1106,1106,12,symb,three_rule_comb4,64.0,"['<', '$', '*']",$ * >,0,1.0 +1106,1106,12,symb,three_rule_comb4,65.0,"['~', '~', '*']",< < *],0,1.0 +1106,1106,12,symb,three_rule_comb4,66.0,"[':', '%', '%']",: % ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,67.0,"['~', '$', '$']",~ $ ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,68.0,"['%', '$', '(']",% $ !],0,1.0 +1106,1106,12,symb,three_rule_comb4,69.0,"['<', ':', '~']",< ! ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,70.0,"['%', '!', '<']",% ! <],1,1.0 +1106,1106,12,symb,three_rule_comb4,71.0,"['!', '*', ':']",> * :],0,1.0 +1106,1106,12,symb,three_rule_comb4,72.0,"['>', '>', '(']",> ! >],0,1.0 +1106,1106,12,symb,three_rule_comb4,73.0,"['&', '>', '*']",& ( *],0,1.0 +1106,1106,12,symb,three_rule_comb4,74.0,"['%', '>', '<']",% > ~,0,1.0 +1106,1106,12,symb,three_rule_comb4,75.0,"['%', '!', '!']",~ * !],0,1.0 +1106,1106,12,symb,three_rule_comb4,76.0,"['<', '$', '<']",< $ $],0,1.0 +1106,1106,12,symb,three_rule_comb4,77.0,"[':', '*', '$']",* $ $],0,1.0 +1106,1106,12,symb,three_rule_comb4,78.0,"['<', '&', '&']",< & >,0,1.0 +1106,1106,12,symb,three_rule_comb4,79.0,"['~', '>', '<']",% : >,0,1.0 +1106,1106,12,symb,three_rule_comb4,80.0,"['(', '(', '%']",( : :],0,1.0 +1106,1106,12,symb,three_rule_comb4,81.0,"[':', '(', '>']",: ( ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,82.0,"['$', '%', '*']",$ % <],0,1.0 +1106,1106,12,symb,three_rule_comb4,83.0,"['<', '!', '$']",< ! &,0,1.0 +1106,1106,12,symb,three_rule_comb4,84.0,"['(', '*', ':']",: * :],0,1.0 +1106,1106,12,symb,three_rule_comb4,85.0,"[':', '*', '(']",% : ),0,1.0 +1106,1106,12,symb,three_rule_comb4,86.0,"['*', ':', ':']",* % :],0,1.0 +1106,1106,12,symb,three_rule_comb4,87.0,"['!', '~', '<']",$ : ),0,1.0 +1106,1106,12,symb,three_rule_comb4,88.0,"[':', '>', '<']",: ( <],0,1.0 +1106,1106,12,symb,three_rule_comb4,89.0,"['$', '$', '<']",$ * %],0,1.0 +1106,1106,12,symb,three_rule_comb4,90.0,"[':', '~', '*']",: * $],0,1.0 +1106,1106,12,symb,three_rule_comb4,91.0,"['<', '~', '&']",< ~ $],0,1.0 +1106,1106,12,symb,three_rule_comb4,92.0,"['*', '$', '(']",* ! (],0,1.0 +1106,1106,12,symb,three_rule_comb4,93.0,"['(', '$', '~']",& $ !],0,1.0 +1106,1106,12,symb,three_rule_comb4,94.0,"['<', '(', '<']",< > <],0,1.0 +1106,1106,12,symb,three_rule_comb4,95.0,"['>', '*', '~']",! * ~],0,1.0 +1106,1106,12,symb,three_rule_comb4,96.0,"['<', '&', '>']",< & !],0,1.0 +1106,1106,12,symb,three_rule_comb4,97.0,"['<', '&', '&']",< & >,0,1.0 +1106,1106,12,symb,three_rule_comb4,98.0,"['%', '>', ':']",& > :],0,1.0 +1106,1106,12,symb,three_rule_comb4,99.0,"['(', '%', '$']",$ % !,0,1.0 +1106,1106,12,symb,three_rule_comb5,0.0,"['<', '%', '>']",< ! (],0,1.0 +1106,1106,12,symb,three_rule_comb5,1.0,"['!', '!', '&']",! ~ >,0,1.0 +1106,1106,12,symb,three_rule_comb5,2.0,"['<', '!', '&']",* ~ &,0,1.0 +1106,1106,12,symb,three_rule_comb5,3.0,"['<', '$', '*']",< & ~],0,1.0 +1106,1106,12,symb,three_rule_comb5,4.0,"['%', '*', '(']",: ~ (],0,1.0 +1106,1106,12,symb,three_rule_comb5,5.0,"['$', '*', ':']",? * %],0,1.0 +1106,1106,12,symb,three_rule_comb5,6.0,"['*', ':', '>']",* % !],0,1.0 +1106,1106,12,symb,three_rule_comb5,7.0,"[':', '(', '<']",: % $],0,1.0 +1106,1106,12,symb,three_rule_comb5,8.0,"['>', '(', '>']",> : !],0,1.0 +1106,1106,12,symb,three_rule_comb5,9.0,"['~', '&', '<']",* ( :],0,1.0 +1106,1106,12,symb,three_rule_comb5,10.0,"['<', '<', '~']",* < !,0,1.0 +1106,1106,12,symb,three_rule_comb5,11.0,"['*', '(', ':']",> ( <],0,1.0 +1106,1106,12,symb,three_rule_comb5,12.0,"['%', '~', '%']",(& ~ !),0,1.0 +1106,1106,12,symb,three_rule_comb5,13.0,"['$', '(', '%']",! ( !],0,1.0 +1106,1106,12,symb,three_rule_comb5,14.0,"['~', '!', '*']",* > &],0,1.0 +1106,1106,12,symb,three_rule_comb5,15.0,"['%', '$', ':']",% < %],0,1.0 +1106,1106,12,symb,three_rule_comb5,16.0,"['>', '<', '~']",! ( !],0,1.0 +1106,1106,12,symb,three_rule_comb5,17.0,"['%', '&', '>']",% > (],0,1.0 +1106,1106,12,symb,three_rule_comb5,18.0,"['&', '(', '&']",& > (],0,1.0 +1106,1106,12,symb,three_rule_comb5,19.0,"['%', '&', '%']",% & %],1,1.0 +1106,1106,12,symb,three_rule_comb5,20.0,"['(', '(', '$']",(> : &),0,1.0 +1106,1106,12,symb,three_rule_comb5,21.0,"['&', '>', '(']",& : (],0,1.0 +1106,1106,12,symb,three_rule_comb5,22.0,"['$', '(', '(']",& ( %],0,1.0 +1106,1106,12,symb,three_rule_comb5,23.0,"['<', '(', '%']",< % (],0,1.0 +1106,1106,12,symb,three_rule_comb5,24.0,"['~', '%', '(']",! ! (],0,1.0 +1106,1106,12,symb,three_rule_comb5,25.0,"[':', '~', '&']",( ~ ),0,1.0 +1106,1106,12,symb,three_rule_comb5,26.0,"['>', '(', ':']",? % :],0,1.0 +1106,1106,12,symb,three_rule_comb5,27.0,"['$', '!', '~']",< ! *],0,1.0 +1106,1106,12,symb,three_rule_comb5,28.0,"['(', ':', '!']",: > !],0,1.0 +1106,1106,12,symb,three_rule_comb5,29.0,"['$', ':', '%']",$ % (],0,1.0 +1106,1106,12,symb,three_rule_comb5,30.0,"['<', '$', '<']",$ ( :],0,1.0 +1106,1106,12,symb,three_rule_comb5,31.0,"['<', '(', '(']",: % >],0,1.0 +1106,1106,12,symb,three_rule_comb5,32.0,"['<', '<', '$']",< $ <],0,1.0 +1106,1106,12,symb,three_rule_comb5,33.0,"['>', '&', ':']",% & %],0,1.0 +1106,1106,12,symb,three_rule_comb5,34.0,"['(', '%', '<']",< : &],0,1.0 +1106,1106,12,symb,three_rule_comb5,35.0,"['<', '$', '*']",$ < *],0,1.0 +1106,1106,12,symb,three_rule_comb5,36.0,"['&', '*', '*']",( * *,0,1.0 +1106,1106,12,symb,three_rule_comb5,37.0,"['<', '*', '>']",: * (],0,1.0 +1106,1106,12,symb,three_rule_comb5,38.0,"['!', '$', '&']",! & <],0,1.0 +1106,1106,12,symb,three_rule_comb5,39.0,"['!', ':', '$']",> * $],0,1.0 +1106,1106,12,symb,three_rule_comb5,40.0,"['%', '%', '%']",% ( :],0,1.0 +1106,1106,12,symb,three_rule_comb5,41.0,"['>', '%', '!']",> ~ ~,0,1.0 +1106,1106,12,symb,three_rule_comb5,42.0,"['!', '~', ':']",* < %,0,1.0 +1106,1106,12,symb,three_rule_comb5,43.0,"['<', '&', '%']",$ & :],0,1.0 +1106,1106,12,symb,three_rule_comb5,44.0,"['~', '(', '$']",~ % &],0,1.0 +1106,1106,12,symb,three_rule_comb5,45.0,"['<', '!', '%']",& ! !],0,1.0 +1106,1106,12,symb,three_rule_comb5,46.0,"['!', '!', ':']",> ! %],0,1.0 +1106,1106,12,symb,three_rule_comb5,47.0,"['$', '$', ':']",$ < $,0,1.0 +1106,1106,12,symb,three_rule_comb5,48.0,"['<', '!', '(']",$,0,1.0 +1106,1106,12,symb,three_rule_comb5,49.0,"['!', '(', '$']",! % &,0,1.0 +1106,1106,12,symb,three_rule_comb5,50.0,"['*', '&', '>']",< & (],0,1.0 +1106,1106,12,symb,three_rule_comb5,51.0,"['*', '*', '<']",$ * :],0,1.0 +1106,1106,12,symb,three_rule_comb5,52.0,"['&', '(', '$']",* ~ $],0,1.0 +1106,1106,12,symb,three_rule_comb5,53.0,"['&', '<', '$']",> < ~],0,1.0 +1106,1106,12,symb,three_rule_comb5,54.0,"['%', ':', ':']",: % *],0,1.0 +1106,1106,12,symb,three_rule_comb5,55.0,"['%', '<', '$']",% : !],0,1.0 +1106,1106,12,symb,three_rule_comb5,56.0,"['%', '~', '*']",* & *],0,1.0 +1106,1106,12,symb,three_rule_comb5,57.0,"['(', '!', '&']",(% ! <),0,1.0 +1106,1106,12,symb,three_rule_comb5,58.0,"['%', '~', '$']",% > >],0,1.0 +1106,1106,12,symb,three_rule_comb5,59.0,"[':', '>', '%']",: ! :],0,1.0 +1106,1106,12,symb,three_rule_comb5,60.0,"['&', '(', '>']",$ : >,0,1.0 +1106,1106,12,symb,three_rule_comb5,61.0,"['>', '(', '&']",> % $,0,1.0 +1106,1106,12,symb,three_rule_comb5,62.0,"['(', '%', '(']",( % : ],0,1.0 +1106,1106,12,symb,three_rule_comb5,63.0,"['$', '%', '&']",$ # &],0,1.0 +1106,1106,12,symb,three_rule_comb5,64.0,"['>', '%', ':']",! : :],0,1.0 +1106,1106,12,symb,three_rule_comb5,65.0,"['!', '(', ':']",> ( <],0,1.0 +1106,1106,12,symb,three_rule_comb5,66.0,"['$', '&', '%']",& % %],0,1.0 +1106,1106,12,symb,three_rule_comb5,67.0,"['&', '&', '<']",* & >,0,1.0 +1106,1106,12,symb,three_rule_comb5,68.0,"['!', '<', '!']",> : !],0,1.0 +1106,1106,12,symb,three_rule_comb5,69.0,"['!', '(', '(']",> : $],0,1.0 +1106,1106,12,symb,three_rule_comb5,70.0,"['!', '*', '<']",> * :],0,1.0 +1106,1106,12,symb,three_rule_comb5,71.0,"['%', '<', '<']",! < :],0,1.0 +1106,1106,12,symb,three_rule_comb5,72.0,"['<', '$', '>']",* < >,0,1.0 +1106,1106,12,symb,three_rule_comb5,73.0,"['$', '$', '!']",& $ >],0,1.0 +1106,1106,12,symb,three_rule_comb5,74.0,"[':', '(', '<']",% ~ !,0,1.0 +1106,1106,12,symb,three_rule_comb5,75.0,"['!', '<', ':']",! ~ ~,0,1.0 +1106,1106,12,symb,three_rule_comb5,76.0,"['(', '!', '!']",( ! >),0,1.0 +1106,1106,12,symb,three_rule_comb5,77.0,"[':', '%', '~']",? % ~],0,1.0 +1106,1106,12,symb,three_rule_comb5,78.0,"[':', '~', '>']",% * >,0,1.0 +1106,1106,12,symb,three_rule_comb5,79.0,"['$', '&', '%']",> ! :],0,1.0 +1106,1106,12,symb,three_rule_comb5,80.0,"['%', '$', '<']",$ ! *],0,1.0 +1106,1106,12,symb,three_rule_comb5,81.0,"['(', '!', '*']",%,0,1.0 +1106,1106,12,symb,three_rule_comb5,82.0,"['*', ':', '~']",* % ],0,1.0 +1106,1106,12,symb,three_rule_comb5,83.0,"['&', '>', '~']",( > !,0,1.0 +1106,1106,12,symb,three_rule_comb5,84.0,"['$', '%', '$']",< % &],0,1.0 +1106,1106,12,symb,three_rule_comb5,85.0,"['<', '%', '<']",< $],0,1.0 +1106,1106,12,symb,three_rule_comb5,86.0,"['&', '%', '>']",& : !],0,1.0 +1106,1106,12,symb,three_rule_comb5,87.0,"[':', '(', ':']",> % *],0,1.0 +1106,1106,12,symb,three_rule_comb5,88.0,"['$', '*', '>']",< * !],0,1.0 +1106,1106,12,symb,three_rule_comb5,89.0,"['%', '*', '<']",: * &,0,1.0 +1106,1106,12,symb,three_rule_comb5,90.0,"['>', '<', '*']",! $ *],0,1.0 +1106,1106,12,symb,three_rule_comb5,91.0,"['%', ':', '*']",% < <],0,1.0 +1106,1106,12,symb,three_rule_comb5,92.0,"['&', '%', '$']",* & *],0,1.0 +1106,1106,12,symb,three_rule_comb5,93.0,"['%', '&', ':']",# < :],0,1.0 +1106,1106,12,symb,three_rule_comb5,94.0,"['!', '(', '&']",% $ $],0,1.0 +1106,1106,12,symb,three_rule_comb5,95.0,"['(', '$', '*']",% & *,0,1.0 +1106,1106,12,symb,three_rule_comb5,96.0,"['$', '$', '<']",* $ >],0,1.0 +1106,1106,12,symb,three_rule_comb5,97.0,"[':', '$', '&']",% < &],0,1.0 +1106,1106,12,symb,three_rule_comb5,98.0,"['(', '*', '(']",: ~ <],0,1.0 +1106,1106,12,symb,three_rule_comb5,99.0,"['(', '~', '(']",( * %],0,1.0 +1106,1106,12,symb,three_rule_comb6,0.0,"['%', '&', '~']",% & ~],1,1.0 +1106,1106,12,symb,three_rule_comb6,1.0,"['>', '&', '$']",> & $],1,1.0 +1106,1106,12,symb,three_rule_comb6,2.0,"['&', '%', '*']",% * !],0,1.0 +1106,1106,12,symb,three_rule_comb6,3.0,"['!', '&', '$']",& % $],0,1.0 +1106,1106,12,symb,three_rule_comb6,4.0,"['*', '<', '!']",* < !],1,1.0 +1106,1106,12,symb,three_rule_comb6,5.0,"['*', '%', '$']",* % $],1,1.0 +1106,1106,12,symb,three_rule_comb6,6.0,"['<', '%', '$']",< % $],1,1.0 +1106,1106,12,symb,three_rule_comb6,7.0,"['~', '*', '>']",~ * >],1,1.0 +1106,1106,12,symb,three_rule_comb6,8.0,"['(', '$', '&']",( $ &],1,1.0 +1106,1106,12,symb,three_rule_comb6,9.0,"['<', '<', '&']",< < &,1,1.0 +1106,1106,12,symb,three_rule_comb6,10.0,"['!', '&', ':']",! & :],1,1.0 +1106,1106,12,symb,three_rule_comb6,11.0,"['%', '<', '$']",$ < ~,0,1.0 +1106,1106,12,symb,three_rule_comb6,12.0,"['>', '&', '&']",> & %],0,1.0 +1106,1106,12,symb,three_rule_comb6,13.0,"['$', '&', '(']",$ & (,1,1.0 +1106,1106,12,symb,three_rule_comb6,14.0,"['(', '*', '$']",( * $],1,1.0 +1106,1106,12,symb,three_rule_comb6,15.0,"['$', '%', ':']",$ % :],1,1.0 +1106,1106,12,symb,three_rule_comb6,16.0,"['%', '<', '(']",% < (],1,1.0 +1106,1106,12,symb,three_rule_comb6,17.0,"['(', '<', '$']",( < $],1,1.0 +1106,1106,12,symb,three_rule_comb6,18.0,"['~', '$', '<']",$ % *,0,1.0 +1106,1106,12,symb,three_rule_comb6,19.0,"['~', '>', '*']",~ > *],1,1.0 +1106,1106,12,symb,three_rule_comb6,20.0,"['$', '(', '$']",$ ( $],1,1.0 +1106,1106,12,symb,three_rule_comb6,21.0,"['~', '$', ':']",~ $ <],0,1.0 +1106,1106,12,symb,three_rule_comb6,22.0,"[':', '!', '$']",: ! $],1,1.0 +1106,1106,12,symb,three_rule_comb6,23.0,"['$', '$', '<']",$ ~ <],0,1.0 +1106,1106,12,symb,three_rule_comb6,24.0,"['>', '~', '>']",> ~ >],1,1.0 +1106,1106,12,symb,three_rule_comb6,25.0,"['(', ':', ':']",! : >],0,1.0 +1106,1106,12,symb,three_rule_comb6,26.0,"['%', '>', ':']",% > :],1,1.0 +1106,1106,12,symb,three_rule_comb6,27.0,"['&', '(', '!']",& ( !],1,1.0 +1106,1106,12,symb,three_rule_comb6,28.0,"['~', '(', '~']",~ < (],0,1.0 +1106,1106,12,symb,three_rule_comb6,29.0,"['&', '*', '(']",& * (],1,1.0 +1106,1106,12,symb,three_rule_comb6,30.0,"[':', '$', '!']",: $ !,1,1.0 +1106,1106,12,symb,three_rule_comb6,31.0,"['<', '&', ':']",< & :],1,1.0 +1106,1106,12,symb,three_rule_comb6,32.0,"['(', '%', '(']",( % (],1,1.0 +1106,1106,12,symb,three_rule_comb6,33.0,"[':', '(', '&']",: ( >],0,1.0 +1106,1106,12,symb,three_rule_comb6,34.0,"['$', '<', '!']",$ % ~],0,1.0 +1106,1106,12,symb,three_rule_comb6,35.0,"['>', '*', '&']",% * &],0,1.0 +1106,1106,12,symb,three_rule_comb6,36.0,"['!', '(', '*']",! ( *],1,1.0 +1106,1106,12,symb,three_rule_comb6,37.0,"['%', '<', '%']",% < %],1,1.0 +1106,1106,12,symb,three_rule_comb6,38.0,"['&', '&', '*']",& & *],1,1.0 +1106,1106,12,symb,three_rule_comb6,39.0,"['*', '<', '!']",* < !,1,1.0 +1106,1106,12,symb,three_rule_comb6,40.0,"[':', '>', '<']",: > <,1,1.0 +1106,1106,12,symb,three_rule_comb6,41.0,"['<', ':', '<']",< : >,0,1.0 +1106,1106,12,symb,three_rule_comb6,42.0,"['*', '*', '(']",* * >],0,1.0 +1106,1106,12,symb,three_rule_comb6,43.0,"['%', '$', '&']",% $ &],1,1.0 +1106,1106,12,symb,three_rule_comb6,44.0,"['$', '~', '<']",$ ~ <],1,1.0 +1106,1106,12,symb,three_rule_comb6,45.0,"['%', '!', '&']",% ! &],1,1.0 +1106,1106,12,symb,three_rule_comb6,46.0,"['%', '%', '!']",% % !],1,1.0 +1106,1106,12,symb,three_rule_comb6,47.0,"['$', '<', '~']",$ < &],0,1.0 +1106,1106,12,symb,three_rule_comb6,48.0,"['$', '>', '!']",$ : *,0,1.0 +1106,1106,12,symb,three_rule_comb6,49.0,"[':', '~', '%']",: ~ %],1,1.0 +1106,1106,12,symb,three_rule_comb6,50.0,"['%', '&', '~']",% & ~],1,1.0 +1106,1106,12,symb,three_rule_comb6,51.0,"['(', '&', '*']",* < $,0,1.0 +1106,1106,12,symb,three_rule_comb6,52.0,"[':', '$', '!']",: $ !],1,1.0 +1106,1106,12,symb,three_rule_comb6,53.0,"['$', '%', '<']",$ % <],1,1.0 +1106,1106,12,symb,three_rule_comb6,54.0,"['(', '(', '~']",( ( %],0,1.0 +1106,1106,12,symb,three_rule_comb6,55.0,"['~', '*', '$']",~ * $],1,1.0 +1106,1106,12,symb,three_rule_comb6,56.0,"['(', ':', '&']",& : %],0,1.0 +1106,1106,12,symb,three_rule_comb6,57.0,"['*', '~', ':']",* $ :],0,1.0 +1106,1106,12,symb,three_rule_comb6,58.0,"['*', '<', '~']",* < !],0,1.0 +1106,1106,12,symb,three_rule_comb6,59.0,"['<', '<', '&']",< < &],1,1.0 +1106,1106,12,symb,three_rule_comb6,60.0,"[':', '&', '!']",: & !],1,1.0 +1106,1106,12,symb,three_rule_comb6,61.0,"['*', '~', '!']",* ~ !],1,1.0 +1106,1106,12,symb,three_rule_comb6,62.0,"['%', '<', '(']",% < (],1,1.0 +1106,1106,12,symb,three_rule_comb6,63.0,"['~', ':', '!']",~ : !],1,1.0 +1106,1106,12,symb,three_rule_comb6,64.0,"['~', '!', '&']",:% & ~],0,1.0 +1106,1106,12,symb,three_rule_comb6,65.0,"['&', '!', '~']",& ! ~],1,1.0 +1106,1106,12,symb,three_rule_comb6,66.0,"['~', '&', '~']",~ & ~],1,1.0 +1106,1106,12,symb,three_rule_comb6,67.0,"['~', ':', '$']",~ : $],1,1.0 +1106,1106,12,symb,three_rule_comb6,68.0,"['(', '&', '$']",% % %],0,1.0 +1106,1106,12,symb,three_rule_comb6,69.0,"['~', '$', '*']",~ $ *],1,1.0 +1106,1106,12,symb,three_rule_comb6,70.0,"['&', '!', '<']",& ! <],1,1.0 +1106,1106,12,symb,three_rule_comb6,71.0,"['*', '%', '!']",% < !],0,1.0 +1106,1106,12,symb,three_rule_comb6,72.0,"['%', '(', '>']",% ! >],0,1.0 +1106,1106,12,symb,three_rule_comb6,73.0,"['&', '~', '~']",& ~ ~],1,1.0 +1106,1106,12,symb,three_rule_comb6,74.0,"['!', '*', '~']",! * $,0,1.0 +1106,1106,12,symb,three_rule_comb6,75.0,"['!', '(', '>']",! ( >],1,1.0 +1106,1106,12,symb,three_rule_comb6,76.0,"[':', '%', '>']",: % >],1,1.0 +1106,1106,12,symb,three_rule_comb6,77.0,"['$', '!', '~']",$ ! :],0,1.0 +1106,1106,12,symb,three_rule_comb6,78.0,"['~', '%', ':']",~ % :],1,1.0 +1106,1106,12,symb,three_rule_comb6,79.0,"['~', '%', '%']",% ~ $],0,1.0 +1106,1106,12,symb,three_rule_comb6,80.0,"['!', '~', '!']",! ~ !],1,1.0 +1106,1106,12,symb,three_rule_comb6,81.0,"['&', '<', '%']",& < %],1,1.0 +1106,1106,12,symb,three_rule_comb6,82.0,"['&', '(', '<']",& ( <],1,1.0 +1106,1106,12,symb,three_rule_comb6,83.0,"['(', '$', '!']",( ~ !],0,1.0 +1106,1106,12,symb,three_rule_comb6,84.0,"[':', '>', '%']",: ! %],0,1.0 +1106,1106,12,symb,three_rule_comb6,85.0,"['&', '!', '$']",& ! $,1,1.0 +1106,1106,12,symb,three_rule_comb6,86.0,"['(', '>', '~']",( > ~],1,1.0 +1106,1106,12,symb,three_rule_comb6,87.0,"['&', '(', ':']",& ( :],1,1.0 +1106,1106,12,symb,three_rule_comb6,88.0,"['%', '<', ':']",% < :],1,1.0 +1106,1106,12,symb,three_rule_comb6,89.0,"[':', '!', '$']",: ! $],1,1.0 +1106,1106,12,symb,three_rule_comb6,90.0,"['<', '&', '*']",< & *],1,1.0 +1106,1106,12,symb,three_rule_comb6,91.0,"['>', '~', '$']",> ~ $],1,1.0 +1106,1106,12,symb,three_rule_comb6,92.0,"['!', '>', '$']",! > $],1,1.0 +1106,1106,12,symb,three_rule_comb6,93.0,"['$', ':', '&']",$ : &],1,1.0 +1106,1106,12,symb,three_rule_comb6,94.0,"['(', '$', '(']",( $ :],0,1.0 +1106,1106,12,symb,three_rule_comb6,95.0,"['(', '>', ':']",(: > :],0,1.0 +1106,1106,12,symb,three_rule_comb6,96.0,"['!', '>', '>']",! > $,0,1.0 +1106,1106,12,symb,three_rule_comb6,97.0,"[':', '&', '~']",: & ~],1,1.0 +1106,1106,12,symb,three_rule_comb6,98.0,"['>', '!', '<']",> ! <],1,1.0 +1106,1106,12,symb,three_rule_comb6,99.0,"['<', '~', ':']",< ~ :],1,1.0 +1106,1106,12,symb,three_rule_comb7,0.0,"['<', '(', ':']",< ( %],0,1.0 +1106,1106,12,symb,three_rule_comb7,1.0,"['!', '&', ':']",! & >],0,1.0 +1106,1106,12,symb,three_rule_comb7,2.0,"['(', '>', '$']",: * &],0,1.0 +1106,1106,12,symb,three_rule_comb7,3.0,"['(', ':', '<']",# : %,0,1.0 +1106,1106,12,symb,three_rule_comb7,4.0,"['>', '<', '*']",> * <],0,1.0 +1106,1106,12,symb,three_rule_comb7,5.0,"['$', '!', '$']",$ : <,0,1.0 +1106,1106,12,symb,three_rule_comb7,6.0,"['<', '&', '<']",* & <,0,1.0 +1106,1106,12,symb,three_rule_comb7,7.0,"['*', '$', '%']",% $ &,0,1.0 +1106,1106,12,symb,three_rule_comb7,8.0,"['*', '*', '!']",* ~ >],0,1.0 +1106,1106,12,symb,three_rule_comb7,9.0,"['~', '*', ':']",~ * &],0,1.0 +1106,1106,12,symb,three_rule_comb7,10.0,"['<', '&', '(']",< & >],0,1.0 +1106,1106,12,symb,three_rule_comb7,11.0,"['*', '~', '&']",~ ~ &],0,1.0 +1106,1106,12,symb,three_rule_comb7,12.0,"['(', '(', '(']",& ( (],0,1.0 +1106,1106,12,symb,three_rule_comb7,13.0,"['(', '(', '%']",( > !],0,1.0 +1106,1106,12,symb,three_rule_comb7,14.0,"['>', '>', '(']",: ! (],0,1.0 +1106,1106,12,symb,three_rule_comb7,15.0,"['!', '%', '%']",> % &],0,1.0 +1106,1106,12,symb,three_rule_comb7,16.0,"[':', ':', '%']",: * &,0,1.0 +1106,1106,12,symb,three_rule_comb7,17.0,"[':', '&', '(']",: * %],0,1.0 +1106,1106,12,symb,three_rule_comb7,18.0,"['~', '*', '~']",~ < ~],0,1.0 +1106,1106,12,symb,three_rule_comb7,19.0,"['&', '!', '$']",& ! >],0,1.0 +1106,1106,12,symb,three_rule_comb7,20.0,"['<', '~', '<']",* ~ <,0,1.0 +1106,1106,12,symb,three_rule_comb7,21.0,"['&', '(', '!']",< $ %],0,1.0 +1106,1106,12,symb,three_rule_comb7,22.0,"['~', '(', '&']",~ ( (],0,1.0 +1106,1106,12,symb,three_rule_comb7,23.0,"[':', '%', '!']",: % (],0,1.0 +1106,1106,12,symb,three_rule_comb7,24.0,"[':', '(', '&']",& ( &],0,1.0 +1106,1106,12,symb,three_rule_comb7,25.0,"['<', '!', '(']",< ! &],0,1.0 +1106,1106,12,symb,three_rule_comb7,26.0,"['(', ':', '~']",% : ~,0,1.0 +1106,1106,12,symb,three_rule_comb7,27.0,"['*', '&', '*']",* & <],0,1.0 +1106,1106,12,symb,three_rule_comb7,28.0,"['$', ':', '$']",$ : <,0,1.0 +1106,1106,12,symb,three_rule_comb7,29.0,"['%', '*', '$']",% * ~],0,1.0 +1106,1106,12,symb,three_rule_comb7,30.0,"['$', '$', '$']",$ ! (],0,1.0 +1106,1106,12,symb,three_rule_comb7,31.0,"['~', '&', '$']",$ > <,0,1.0 +1106,1106,12,symb,three_rule_comb7,32.0,"['(', '<', '$']",$ : *,0,1.0 +1106,1106,12,symb,three_rule_comb7,33.0,"['!', '<', '&']",! : &],0,1.0 +1106,1106,12,symb,three_rule_comb7,34.0,"['~', '<', '(']",~ > >],0,1.0 +1106,1106,12,symb,three_rule_comb7,35.0,"['*', '!', '&']",$ > >,0,1.0 +1106,1106,12,symb,three_rule_comb7,36.0,"['~', '&', '<']",& $ :],0,1.0 +1106,1106,12,symb,three_rule_comb7,37.0,"['&', '(', '>']",& > >],0,1.0 +1106,1106,12,symb,three_rule_comb7,38.0,"['<', '(', '<']",: * <],0,1.0 +1106,1106,12,symb,three_rule_comb7,39.0,"['%', '*', '(']",% * <],0,1.0 +1106,1106,12,symb,three_rule_comb7,40.0,"['<', '$', '(']",< $ >],0,1.0 +1106,1106,12,symb,three_rule_comb7,41.0,"['*', '*', '&']",< * &],0,1.0 +1106,1106,12,symb,three_rule_comb7,42.0,"['*', '(', '!']",(~ > ~),0,1.0 +1106,1106,12,symb,three_rule_comb7,43.0,"[':', '&', '>']",% < ~],0,1.0 +1106,1106,12,symb,three_rule_comb7,44.0,"[':', '>', '*']",* > <],0,1.0 +1106,1106,12,symb,three_rule_comb7,45.0,"['!', '$', '*']",> $ %],0,1.0 +1106,1106,12,symb,three_rule_comb7,46.0,"['$', '>', '<']",! ( ],0,1.0 +1106,1106,12,symb,three_rule_comb7,47.0,"['%', '(', '!']",% > !,0,1.0 +1106,1106,12,symb,three_rule_comb7,48.0,"['<', '~', '*']",< ~ !],0,1.0 +1106,1106,12,symb,three_rule_comb7,49.0,"['(', '%', '$']",% : :],0,1.0 +1106,1106,12,symb,three_rule_comb7,50.0,"['!', '&', '>']",$ > >,0,1.0 +1106,1106,12,symb,three_rule_comb7,51.0,"[':', ':', '<']",( < : <],0,1.0 +1106,1106,12,symb,three_rule_comb7,52.0,"['*', '$', '&']",& ! $],0,1.0 +1106,1106,12,symb,three_rule_comb7,53.0,"['!', ':', '%']",(: < :],0,1.0 +1106,1106,12,symb,three_rule_comb7,54.0,"['~', '%', '%']",~ ! %],0,1.0 +1106,1106,12,symb,three_rule_comb7,55.0,"['&', '~', '%']",& % :],0,1.0 +1106,1106,12,symb,three_rule_comb7,56.0,"['$', '(', '%']",$ > %,0,1.0 +1106,1106,12,symb,three_rule_comb7,57.0,"['>', '%', '>']",! % >],0,1.0 +1106,1106,12,symb,three_rule_comb7,58.0,"['$', '!', '<']",~ ! <],0,1.0 +1106,1106,12,symb,three_rule_comb7,59.0,"['!', '(', '(']",! & (],0,1.0 +1106,1106,12,symb,three_rule_comb7,60.0,"[':', '&', '$']",: & !],0,1.0 +1106,1106,12,symb,three_rule_comb7,61.0,"['<', '&', '!']",< & ~,0,1.0 +1106,1106,12,symb,three_rule_comb7,62.0,"['(', ':', '>']",: > !],0,1.0 +1106,1106,12,symb,three_rule_comb7,63.0,"['<', '%', '<']",$ % <,0,1.0 +1106,1106,12,symb,three_rule_comb7,64.0,"['<', '&', '~']",$ < *],0,1.0 +1106,1106,12,symb,three_rule_comb7,65.0,"[':', '(', '(']",: > (],0,1.0 +1106,1106,12,symb,three_rule_comb7,66.0,"['$', '*', '!']",! * >],0,1.0 +1106,1106,12,symb,three_rule_comb7,67.0,"['(', '~', '>']",% ~ >],0,1.0 +1106,1106,12,symb,three_rule_comb7,68.0,"['<', '!', '%']",* ! %],0,1.0 +1106,1106,12,symb,three_rule_comb7,69.0,"['<', '(', '$']",: ( $],0,1.0 +1106,1106,12,symb,three_rule_comb7,70.0,"['(', '~', '~']",* ( !],0,1.0 +1106,1106,12,symb,three_rule_comb7,71.0,"['~', '~', '&']",~ ! >],0,1.0 +1106,1106,12,symb,three_rule_comb7,72.0,"['(', '%', ':']",% ! :],0,1.0 +1106,1106,12,symb,three_rule_comb7,73.0,"['&', '$', '>']",& ! >],0,1.0 +1106,1106,12,symb,three_rule_comb7,74.0,"['<', '(', '~']",* & ~],0,1.0 +1106,1106,12,symb,three_rule_comb7,75.0,"['$', '*', '$']",! * $],0,1.0 +1106,1106,12,symb,three_rule_comb7,76.0,"[':', '<', '>']",: $ &],0,1.0 +1106,1106,12,symb,three_rule_comb7,77.0,"['&', ':', '&']",& % &],0,1.0 +1106,1106,12,symb,three_rule_comb7,78.0,"['<', '>', '<']",$ < ~,0,1.0 +1106,1106,12,symb,three_rule_comb7,79.0,"['~', '%', '>']",! % >],0,1.0 +1106,1106,12,symb,three_rule_comb7,80.0,"['%', '>', '*']",: ~ <,0,1.0 +1106,1106,12,symb,three_rule_comb7,81.0,"['*', '<', '$']",* : $,0,1.0 +1106,1106,12,symb,three_rule_comb7,82.0,"['&', '$', '$']",& < ~,0,1.0 +1106,1106,12,symb,three_rule_comb7,83.0,"['*', '(', '(']",* & !],0,1.0 +1106,1106,12,symb,three_rule_comb7,84.0,"[':', '~', '(']",: ~ &],0,1.0 +1106,1106,12,symb,three_rule_comb7,85.0,"[':', '<', '<']",: < ~],0,1.0 +1106,1106,12,symb,three_rule_comb7,86.0,"['~', '%', '$']",~ ~ $],0,1.0 +1106,1106,12,symb,three_rule_comb7,87.0,"['&', '<', '~']",& < *],0,1.0 +1106,1106,12,symb,three_rule_comb7,88.0,"[':', '(', '&']",:% > &,0,1.0 +1106,1106,12,symb,three_rule_comb7,89.0,"['~', '>', '%']",% ! &],0,1.0 +1106,1106,12,symb,three_rule_comb7,90.0,"[':', '~', '&']",* ~ &],0,1.0 +1106,1106,12,symb,three_rule_comb7,91.0,"['(', '&', '(']",( & <],0,1.0 +1106,1106,12,symb,three_rule_comb7,92.0,"['~', '~', '(']",* : ~],0,1.0 +1106,1106,12,symb,three_rule_comb7,93.0,"['~', '$', '~']",~ ! <],0,1.0 +1106,1106,12,symb,three_rule_comb7,94.0,"['&', '!', '<']",& ! %],0,1.0 +1106,1106,12,symb,three_rule_comb7,95.0,"['&', '<', '*']",& : *],0,1.0 +1106,1106,12,symb,three_rule_comb7,96.0,"['*', '(', '~']",% < ~],0,1.0 +1106,1106,12,symb,three_rule_comb7,97.0,"['%', '!', '%']",% ~ &],0,1.0 +1106,1106,12,symb,three_rule_comb7,98.0,"[':', '!', '%']",:],0,1.0 +1106,1106,12,symb,three_rule_comb7,99.0,"[':', '$', '!']",: $ >,0,1.0 +1106,1106,12,symb,three_rule_comb8,0.0,"[':', '&', '*']",$ * >],0,1.0 +1106,1106,12,symb,three_rule_comb8,1.0,"['<', '<', '<']",* : <],0,1.0 +1106,1106,12,symb,three_rule_comb8,2.0,"['!', '%', ':']",! % : ],1,1.0 +1106,1106,12,symb,three_rule_comb8,3.0,"['>', '<', '$']",! & *],0,1.0 +1106,1106,12,symb,three_rule_comb8,4.0,"['$', '(', ':']",< > !],0,1.0 +1106,1106,12,symb,three_rule_comb8,5.0,"['<', '!', ':']",* ~ <],0,1.0 +1106,1106,12,symb,three_rule_comb8,6.0,"['(', '~', '&']",: * >],0,1.0 +1106,1106,12,symb,three_rule_comb8,7.0,"[':', '!', '%']",! % !],0,1.0 +1106,1106,12,symb,three_rule_comb8,8.0,"['>', '%', '~']",> ! !],0,1.0 +1106,1106,12,symb,three_rule_comb8,9.0,"['%', '>', '%']",% ~ %],0,1.0 +1106,1106,12,symb,three_rule_comb8,10.0,"['!', '<', '~']",< * :],0,1.0 +1106,1106,12,symb,three_rule_comb8,11.0,"['%', '(', '<']",! > &],0,1.0 +1106,1106,12,symb,three_rule_comb8,12.0,"['~', '~', '(']",> ~ !],0,1.0 +1106,1106,12,symb,three_rule_comb8,13.0,"['&', '$', ':']",% < &],0,1.0 +1106,1106,12,symb,three_rule_comb8,14.0,"['%', '>', '&']",% ! <],0,1.0 +1106,1106,12,symb,three_rule_comb8,15.0,"['!', ':', '!']",! % >],0,1.0 +1106,1106,12,symb,three_rule_comb8,16.0,"['(', '~', '>']",! ~ >],0,1.0 +1106,1106,12,symb,three_rule_comb8,17.0,"['*', ':', '(']",* < >],0,1.0 +1106,1106,12,symb,three_rule_comb8,18.0,"['&', '<', '<']",> * <],0,1.0 +1106,1106,12,symb,three_rule_comb8,19.0,"['%', '>', '<']",: ! %],0,1.0 +1106,1106,12,symb,three_rule_comb8,20.0,"['(', '&', '$']",> & ~],0,1.0 +1106,1106,12,symb,three_rule_comb8,21.0,"['%', '$', '(']",* ~ >],0,1.0 +1106,1106,12,symb,three_rule_comb8,22.0,"[':', '(', '*']",: > <],0,1.0 +1106,1106,12,symb,three_rule_comb8,23.0,"['$', '(', ':']",< & %],0,1.0 +1106,1106,12,symb,three_rule_comb8,24.0,"['<', '!', '%']",< ~ ~],0,1.0 +1106,1106,12,symb,three_rule_comb8,25.0,"['%', '<', ':']",% ~ ),0,1.0 +1106,1106,12,symb,three_rule_comb8,26.0,"[':', ':', '<']",% : $,0,1.0 +1106,1106,12,symb,three_rule_comb8,27.0,"['%', '<', ':']",! * :],0,1.0 +1106,1106,12,symb,three_rule_comb8,28.0,"['(', '<', '!']",( > *,0,1.0 +1106,1106,12,symb,three_rule_comb8,29.0,"['(', '<', '~']",( ~ <],0,1.0 +1106,1106,12,symb,three_rule_comb8,30.0,"['~', '~', '%']",* % *],0,1.0 +1106,1106,12,symb,three_rule_comb8,31.0,"['>', '<', '>']",! $ ~],0,1.0 +1106,1106,12,symb,three_rule_comb8,32.0,"['(', '%', ':']",: * (],0,1.0 +1106,1106,12,symb,three_rule_comb8,33.0,"['!', '%', '*']",! % >],0,1.0 +1106,1106,12,symb,three_rule_comb8,34.0,"['~', ':', '<']",~ < *],0,1.0 +1106,1106,12,symb,three_rule_comb8,35.0,"['$', '%', '$']",% > ~],0,1.0 +1106,1106,12,symb,three_rule_comb8,36.0,"['>', '(', '~']",* < <,0,1.0 +1106,1106,12,symb,three_rule_comb8,37.0,"['>', '!', ':']",> ! <],0,1.0 +1106,1106,12,symb,three_rule_comb8,38.0,"['<', '%', '&']",< $ >],0,1.0 +1106,1106,12,symb,three_rule_comb8,39.0,"['$', '<', '%']",& < $],0,1.0 +1106,1106,12,symb,three_rule_comb8,40.0,"['(', '>', '&']",(% > %),0,1.0 +1106,1106,12,symb,three_rule_comb8,41.0,"['&', '~', '>']",< ~ *],0,1.0 +1106,1106,12,symb,three_rule_comb8,42.0,"['(', '*', '<']",* & *],0,1.0 +1106,1106,12,symb,three_rule_comb8,43.0,"['~', '&', '!']",$ > >,0,1.0 +1106,1106,12,symb,three_rule_comb8,44.0,"['%', '$', '%']",! ! %],0,1.0 +1106,1106,12,symb,three_rule_comb8,45.0,"['<', ':', '(']",% : !,0,1.0 +1106,1106,12,symb,three_rule_comb8,46.0,"['$', ':', '%']",& : (],0,1.0 +1106,1106,12,symb,three_rule_comb8,47.0,"['!', '%', '*']",< * (,0,1.0 +1106,1106,12,symb,three_rule_comb8,48.0,"['<', '&', '!']",* > !],0,1.0 +1106,1106,12,symb,three_rule_comb8,49.0,"[':', '$', '<']",% < &],0,1.0 +1106,1106,12,symb,three_rule_comb8,50.0,"['*', '$', '%']",* < !],0,1.0 +1106,1106,12,symb,three_rule_comb8,51.0,"['&', '&', '&']",& > *,0,1.0 +1106,1106,12,symb,three_rule_comb8,52.0,"['~', '(', '<']",* : &],0,1.0 +1106,1106,12,symb,three_rule_comb8,53.0,"['!', '<', '>']",> & ~],0,1.0 +1106,1106,12,symb,three_rule_comb8,54.0,"['>', '<', '*']",~ ( *],0,1.0 +1106,1106,12,symb,three_rule_comb8,55.0,"['&', '~', '!']",$ * %],0,1.0 +1106,1106,12,symb,three_rule_comb8,56.0,"['%', '$', '&']",* $ !],0,1.0 +1106,1106,12,symb,three_rule_comb8,57.0,"['<', '!', '&']",: ! (],0,1.0 +1106,1106,12,symb,three_rule_comb8,58.0,"['~', '*', '&']",(~ ! *),0,1.0 +1106,1106,12,symb,three_rule_comb8,59.0,"['<', '<', '%']",* : <],0,1.0 +1106,1106,12,symb,three_rule_comb8,60.0,"['&', '$', '$']",* : $],0,1.0 +1106,1106,12,symb,three_rule_comb8,61.0,"[':', ':', '&']",% * <],0,1.0 +1106,1106,12,symb,three_rule_comb8,62.0,"['$', '(', '*']",$ % ~],0,1.0 +1106,1106,12,symb,three_rule_comb8,63.0,"['&', '$', '%']",& : #,0,1.0 +1106,1106,12,symb,three_rule_comb8,64.0,"['<', '$', '<']",> ~ $],0,1.0 +1106,1106,12,symb,three_rule_comb8,65.0,"[':', '%', '<']",~ & <],0,1.0 +1106,1106,12,symb,three_rule_comb8,66.0,"['<', '~', ':']",( & <),0,1.0 +1106,1106,12,symb,three_rule_comb8,67.0,"['%', '<', ':']",% ~ >,0,1.0 +1106,1106,12,symb,three_rule_comb8,68.0,"[':', '<', '>']",: ~ ~],0,1.0 +1106,1106,12,symb,three_rule_comb8,69.0,"['&', ':', '$']",& * !],0,1.0 +1106,1106,12,symb,three_rule_comb8,70.0,"['<', '*', '$']",* > :],0,1.0 +1106,1106,12,symb,three_rule_comb8,71.0,"['<', '(', '*']",* ! <,0,1.0 +1106,1106,12,symb,three_rule_comb8,72.0,"[':', '$', '%']",< ~ %],0,1.0 +1106,1106,12,symb,three_rule_comb8,73.0,"['%', '!', '(']",# % =],0,1.0 +1106,1106,12,symb,three_rule_comb8,74.0,"['%', '<', '&']",*: $ &,0,1.0 +1106,1106,12,symb,three_rule_comb8,75.0,"['(', '<', '~']",: & %],0,1.0 +1106,1106,12,symb,three_rule_comb8,76.0,"['$', '!', '*']",! ~ >],0,1.0 +1106,1106,12,symb,three_rule_comb8,77.0,"['%', '>', '(']",% ( &],0,1.0 +1106,1106,12,symb,three_rule_comb8,78.0,"[':', '&', '>']",%,0,1.0 +1106,1106,12,symb,three_rule_comb8,79.0,"['&', '$', '>']",< & *],0,1.0 +1106,1106,12,symb,three_rule_comb8,80.0,"['%', '&', ':']",% & %],0,1.0 +1106,1106,12,symb,three_rule_comb8,81.0,"['$', '*', '%']",< : (],0,1.0 +1106,1106,12,symb,three_rule_comb8,82.0,"[':', ':', '&']",: % ~],0,1.0 +1106,1106,12,symb,three_rule_comb8,83.0,"['*', '&', ':']",* > (],0,1.0 +1106,1106,12,symb,three_rule_comb8,84.0,"['!', '$', '%']",~ ! %],0,1.0 +1106,1106,12,symb,three_rule_comb8,85.0,"['!', '<', ':']",> & >],0,1.0 +1106,1106,12,symb,three_rule_comb8,86.0,"['~', '&', '(']",~ > >],0,1.0 +1106,1106,12,symb,three_rule_comb8,87.0,"['<', '%', '*']",$ ! ~],0,1.0 +1106,1106,12,symb,three_rule_comb8,88.0,"[':', '&', '%']",: $ #],0,1.0 +1106,1106,12,symb,three_rule_comb8,89.0,"['(', '$', ':']",$: ],0,1.0 +1106,1106,12,symb,three_rule_comb8,90.0,"['<', '%', '*']",< ~ <],0,1.0 +1106,1106,12,symb,three_rule_comb8,91.0,"['%', '!', '*']",% ( !],0,1.0 +1106,1106,12,symb,three_rule_comb8,92.0,"[':', ':', '~']",% * >],0,1.0 +1106,1106,12,symb,three_rule_comb8,93.0,"['&', '%', '*']",$ : $],0,1.0 +1106,1106,12,symb,three_rule_comb8,94.0,"[':', ':', '>']",(: < :],0,1.0 +1106,1106,12,symb,three_rule_comb8,95.0,"['~', '<', '(']",% &],0,1.0 +1106,1106,12,symb,three_rule_comb8,96.0,"['$', '$', '!']",* ~ !,0,1.0 +1106,1106,12,symb,three_rule_comb8,97.0,"['%', ':', '<']",% < ~],0,1.0 +1106,1106,12,symb,three_rule_comb8,98.0,"['<', '%', '!']",> > >],0,1.0 +1106,1106,12,symb,three_rule_comb8,99.0,"[':', '&', '%']",% ! (,0,1.0 +1106,1106,12,symb,three_rule_comb9,0.0,"['<', '>', '!']",< > >],0,1.0 +1106,1106,12,symb,three_rule_comb9,1.0,"[':', '$', '%']",: < )],0,1.0 +1106,1106,12,symb,three_rule_comb9,2.0,"['~', '>', '*']",< ! ~],0,1.0 +1106,1106,12,symb,three_rule_comb9,3.0,"['<', ':', '~']",( < :],0,1.0 +1106,1106,12,symb,three_rule_comb9,4.0,"['<', '~', '*']",* : >],0,1.0 +1106,1106,12,symb,three_rule_comb9,5.0,"['>', ':', '(']",% ! ~],0,1.0 +1106,1106,12,symb,three_rule_comb9,6.0,"['%', '&', '<']",< ! &],0,1.0 +1106,1106,12,symb,three_rule_comb9,7.0,"['$', '&', '%']",! & <],0,1.0 +1106,1106,12,symb,three_rule_comb9,8.0,"[':', '%', '!']",% > ],0,1.0 +1106,1106,12,symb,three_rule_comb9,9.0,"['%', '<', ':']",? # #],0,1.0 +1106,1106,12,symb,three_rule_comb9,10.0,"['%', ':', '&']",% : %],0,1.0 +1106,1106,12,symb,three_rule_comb9,11.0,"['%', '&', '&']",# # >],0,1.0 +1106,1106,12,symb,three_rule_comb9,12.0,"['$', '&', '~']",& < *],0,1.0 +1106,1106,12,symb,three_rule_comb9,13.0,"['(', ':', '&']",* % &],0,1.0 +1106,1106,12,symb,three_rule_comb9,14.0,"['*', '<', '%']",# ~ +],0,1.0 +1106,1106,12,symb,three_rule_comb9,15.0,"[':', '&', '<']",% < $],0,1.0 +1106,1106,12,symb,three_rule_comb9,16.0,"['~', '%', ':']",# @ ?],0,1.0 +1106,1106,12,symb,three_rule_comb9,17.0,"['<', '*', '(']",: < &],0,1.0 +1106,1106,12,symb,three_rule_comb9,18.0,"['(', '~', '$']",% * <],0,1.0 +1106,1106,12,symb,three_rule_comb9,19.0,"['*', ':', '%']",) > >],0,1.0 +1106,1106,12,symb,three_rule_comb9,20.0,"['%', ':', '>']",~ % %],0,1.0 +1106,1106,12,symb,three_rule_comb9,21.0,"['&', '*', '$']",& ~ $],0,1.0 +1106,1106,12,symb,three_rule_comb9,22.0,"['<', ':', '*']",% % #],0,1.0 +1106,1106,12,symb,three_rule_comb9,23.0,"['~', '&', '*']",> ! >],0,1.0 +1106,1106,12,symb,three_rule_comb9,24.0,"['(', '$', '%']",(% & :),0,1.0 +1106,1106,12,symb,three_rule_comb9,25.0,"['*', '$', ':']",% < %],0,1.0 +1106,1106,12,symb,three_rule_comb9,26.0,"['%', '$', '&']",: < $],0,1.0 +1106,1106,12,symb,three_rule_comb9,27.0,"['%', '&', '<']",: < $],0,1.0 +1106,1106,12,symb,three_rule_comb9,28.0,"[':', '&', '%']",% $ (],0,1.0 +1106,1106,12,symb,three_rule_comb9,29.0,"[':', '~', '(']",% * ~],0,1.0 +1106,1106,12,symb,three_rule_comb9,30.0,"['<', ':', ':']",% & )],0,1.0 +1106,1106,12,symb,three_rule_comb9,31.0,"[':', '>', '&']",% ! $],0,1.0 +1106,1106,12,symb,three_rule_comb9,32.0,"['%', '(', '<']",> % *],0,1.0 +1106,1106,12,symb,three_rule_comb9,33.0,"['>', '<', '$']",! & <],0,1.0 +1106,1106,12,symb,three_rule_comb9,34.0,"['$', '(', '*']",(! ~ >),0,1.0 +1106,1106,12,symb,three_rule_comb9,35.0,"['~', '(', '%']",& > &],0,1.0 +1106,1106,12,symb,three_rule_comb9,36.0,"['$', '%', '(']",< ( :],0,1.0 +1106,1106,12,symb,three_rule_comb9,37.0,"[':', '$', '!']",( & >],0,1.0 +1106,1106,12,symb,three_rule_comb9,38.0,"['>', '%', '%']",& ( ~],0,1.0 +1106,1106,12,symb,three_rule_comb9,39.0,"['!', '$', '(']",> < %],0,1.0 +1106,1106,12,symb,three_rule_comb9,40.0,"[':', '~', '$']",? & *],0,1.0 +1106,1106,12,symb,three_rule_comb9,41.0,"[':', '&', '(']",% $ :],0,1.0 +1106,1106,12,symb,three_rule_comb9,42.0,"['>', '*', '$']",& > ~],0,1.0 +1106,1106,12,symb,three_rule_comb9,43.0,"['&', '%', '$']",& : <],0,1.0 +1106,1106,12,symb,three_rule_comb9,44.0,"['~', '(', '(']",* % :],0,1.0 +1106,1106,12,symb,three_rule_comb9,45.0,"['&', '>', '(']",$ ! :],0,1.0 +1106,1106,12,symb,three_rule_comb9,46.0,"[':', '*', '&']",% ~ >,0,1.0 +1106,1106,12,symb,three_rule_comb9,47.0,"['%', ':', '>']",# : !,0,1.0 +1106,1106,12,symb,three_rule_comb9,48.0,"['~', '$', '<']",* < $],0,1.0 +1106,1106,12,symb,three_rule_comb9,49.0,"['&', '<', '<']",~ $ &],0,1.0 +1106,1106,12,symb,three_rule_comb9,50.0,"['%', '%', '&']",# ! &],0,1.0 +1106,1106,12,symb,three_rule_comb9,51.0,"['*', '$', '&']",* & ~],0,1.0 +1106,1106,12,symb,three_rule_comb9,52.0,"['$', ':', '<']",& : *],0,1.0 +1106,1106,12,symb,three_rule_comb9,53.0,"['%', '%', '~']",< ~ <],0,1.0 +1106,1106,12,symb,three_rule_comb9,54.0,"['$', '$', ':']",! ~ :],0,1.0 +1106,1106,12,symb,three_rule_comb9,55.0,"['<', '(', '!']",% > &],0,1.0 +1106,1106,12,symb,three_rule_comb9,56.0,"['&', '>', '$']",$ ! <],0,1.0 +1106,1106,12,symb,three_rule_comb9,57.0,"['&', '$', ':']",% & $],0,1.0 +1106,1106,12,symb,three_rule_comb9,58.0,"['(', '&', '%']",(% <),0,1.0 +1106,1106,12,symb,three_rule_comb9,59.0,"['$', '>', '<']",! > >],0,1.0 +1106,1106,12,symb,three_rule_comb9,60.0,"['$', '<', '(']",< & :],0,1.0 +1106,1106,12,symb,three_rule_comb9,61.0,"[':', '%', '*']",% : ~,0,1.0 +1106,1106,12,symb,three_rule_comb9,62.0,"['&', '<', ':']",% & >],0,1.0 +1106,1106,12,symb,three_rule_comb9,63.0,"['$', '(', ':']",* : %,0,1.0 +1106,1106,12,symb,three_rule_comb9,64.0,"['~', ':', '$']",~ > ~],0,1.0 +1106,1106,12,symb,three_rule_comb9,65.0,"['(', '%', '!']",# % >,0,1.0 +1106,1106,12,symb,three_rule_comb9,66.0,"['<', '&', '~']",< * &],0,1.0 +1106,1106,12,symb,three_rule_comb9,67.0,"['<', '$', '!']",* & ~,0,1.0 +1106,1106,12,symb,three_rule_comb9,68.0,"[':', '$', '%']",% < (],0,1.0 +1106,1106,12,symb,three_rule_comb9,69.0,"['(', '$', '>']",(: < !),0,1.0 +1106,1106,12,symb,three_rule_comb9,70.0,"[':', '$', '(']",? % <],0,1.0 +1106,1106,12,symb,three_rule_comb9,71.0,"['(', '*', '<']",: ~ &],0,1.0 +1106,1106,12,symb,three_rule_comb9,72.0,"['>', '$', ':']",> ! )],0,1.0 +1106,1106,12,symb,three_rule_comb9,73.0,"['<', '%', ':']",% : &,0,1.0 +1106,1106,12,symb,three_rule_comb9,74.0,"['$', ':', '>']",) % %],0,1.0 +1106,1106,12,symb,three_rule_comb9,75.0,"['!', '%', '(']",> : :],0,1.0 +1106,1106,12,symb,three_rule_comb9,76.0,"['&', ':', '%']",% $ #],0,1.0 +1106,1106,12,symb,three_rule_comb9,77.0,"['>', '%', '(']",% * !],0,1.0 +1106,1106,12,symb,three_rule_comb9,78.0,"['$', '<', '$']",& < $],0,1.0 +1106,1106,12,symb,three_rule_comb9,79.0,"['&', '>', '%']",$ ! :],0,1.0 +1106,1106,12,symb,three_rule_comb9,80.0,"['(', '(', '*']",: % ~],0,1.0 +1106,1106,12,symb,three_rule_comb9,81.0,"['&', '(', '>']",% < !],0,1.0 +1106,1106,12,symb,three_rule_comb9,82.0,"['%', '<', '(']",% : ~,0,1.0 +1106,1106,12,symb,three_rule_comb9,83.0,"['$', '<', '(']",< $ %],0,1.0 +1106,1106,12,symb,three_rule_comb9,84.0,"['<', '!', '%']",$ > (],0,1.0 +1106,1106,12,symb,three_rule_comb9,85.0,"['<', '>', '&']",< & !,0,1.0 +1106,1106,12,symb,three_rule_comb9,86.0,"['$', '(', '<']",& < %],0,1.0 +1106,1106,12,symb,three_rule_comb9,87.0,"['(', '$', '<']",( > %],0,1.0 +1106,1106,12,symb,three_rule_comb9,88.0,"['>', '(', '<']",% $ %],0,1.0 +1106,1106,12,symb,three_rule_comb9,89.0,"['~', ':', '%']",* ( (],0,1.0 +1106,1106,12,symb,three_rule_comb9,90.0,"['&', '$', '!']",$ < >],0,1.0 +1106,1106,12,symb,three_rule_comb9,91.0,"['$', '%', '&']",< : $],0,1.0 +1106,1106,12,symb,three_rule_comb9,92.0,"['$', '>', '(']",< ! %],0,1.0 +1106,1106,12,symb,three_rule_comb9,93.0,"['&', '%', '~']",< ! *],0,1.0 +1106,1106,12,symb,three_rule_comb9,94.0,"['$', '%', '*']",~ ] &],0,1.0 +1106,1106,12,symb,three_rule_comb9,95.0,"['&', '!', '&']",* > ~],0,1.0 +1106,1106,12,symb,three_rule_comb9,96.0,"['>', '$', '&']",$ & !],0,1.0 +1106,1106,12,symb,three_rule_comb9,97.0,"['!', '&', '%']",> $ (],0,1.0 +1106,1106,12,symb,three_rule_comb9,98.0,"['$', '>', ':']",~ > !],0,1.0 +1106,1106,12,symb,three_rule_comb9,99.0,"['!', '&', '*']",! ( >],0,1.0 +1106,1106,12,symb,c3_set_union,0.0,"['~', '(', '&', '$']",~ & $,0,1.0 +1106,1106,12,symb,c3_set_union,1.0,"['<', '>', '(', '&']",< & >,0,1.0 +1106,1106,12,symb,c3_set_union,2.0,"['&', '$', ':', '~']",& $ : ~,1,1.0 +1106,1106,12,symb,c3_set_union,3.0,"['%', '(', ':', '>']",% >],0,1.0 +1106,1106,12,symb,c3_set_union,4.0,"[':', '~', '<', '*']",: ~ *,0,1.0 +1106,1106,12,symb,c3_set_union,5.0,"['*', '<', '&', '%']",* < & %,1,1.0 +1106,1106,12,symb,c3_set_union,6.0,"['~', '&', '%', '(']",~ (,0,1.0 +1106,1106,12,symb,c3_set_union,7.0,"['>', '!', ':', '(']",> !(,0,1.0 +1106,1106,12,symb,c3_set_union,8.0,"[':', '!', '*', '&']",: ! &,0,1.0 +1106,1106,12,symb,c3_set_union,9.0,"['%', '*', '&', '~']",% * & ~,1,1.0 +1106,1106,12,symb,c3_set_union,10.0,"['$', '%', '>', '&']",$ % > &,1,1.0 +1106,1106,12,symb,c3_set_union,11.0,"['~', '&', '!', '<']",~ & ! <,1,1.0 +1106,1106,12,symb,c3_set_union,12.0,"['$', '>', '~', '%']",$ > ~ %,1,1.0 +1106,1106,12,symb,c3_set_union,13.0,"['<', '%', '>', '!']",< % !>,1,1.0 +1106,1106,12,symb,c3_set_union,14.0,"[':', '$', '>', '*']",: $ *,0,1.0 +1106,1106,12,symb,c3_set_union,15.0,"['%', '(', '&', '*']",% & *,0,1.0 +1106,1106,12,symb,c3_set_union,16.0,"['~', '*', ':', '!']",~ * :,0,1.0 +1106,1106,12,symb,c3_set_union,17.0,"['>', ':', '~', '!']",> : !,0,1.0 +1106,1106,12,symb,c3_set_union,18.0,"['$', '(', '*', ':']",$ * :],0,1.0 +1106,1106,12,symb,c3_set_union,19.0,"[':', '(', '~', '&']",: (&),0,1.0 +1106,1106,12,symb,c3_set_union,20.0,"['~', '%', '*', '!']",~ % * !],1,1.0 +1106,1106,12,symb,c3_set_union,21.0,"[':', '(', '<', '$']",: < $,0,1.0 +1106,1106,12,symb,c3_set_union,22.0,"['!', '<', '>', ':']",! > :],0,1.0 +1106,1106,12,symb,c3_set_union,23.0,"['%', '(', '~', '<']",% <,0,1.0 +1106,1106,12,symb,c3_set_union,24.0,"['%', '$', '>', '<']",% $ > <,1,1.0 +1106,1106,12,symb,c3_set_union,25.0,"['~', '$', '<', '&']",~ < &,0,1.0 +1106,1106,12,symb,c3_set_union,26.0,"[':', '!', '$', '>']",: >,0,1.0 +1106,1106,12,symb,c3_set_union,27.0,"['$', '*', '&', ':']",$ * & :],1,1.0 +1106,1106,12,symb,c3_set_union,28.0,"[':', '%', '&', '~']",: % & ~,1,1.0 +1106,1106,12,symb,c3_set_union,29.0,"['!', '$', '*', '&']",! * &,0,1.0 +1106,1106,12,symb,c3_set_union,30.0,"['!', '*', '(', ':']",! * :],0,1.0 +1106,1106,12,symb,c3_set_union,31.0,"['*', '~', '&', ':']",* &:],0,1.0 +1106,1106,12,symb,c3_set_union,32.0,"[':', '~', '(', '%']",: (%),0,1.0 +1106,1106,12,symb,c3_set_union,33.0,"['*', '%', '<', '$']",* % < $,1,1.0 +1106,1106,12,symb,c3_set_union,34.0,"['~', '<', '&', '(']",~ < (],0,1.0 +1106,1106,12,symb,c3_set_union,35.0,"['%', '<', '*', '!']",% !,0,1.0 +1106,1106,12,symb,c3_set_union,36.0,"['(', '~', ':', '!']",(~ !),0,1.0 +1106,1106,12,symb,c3_set_union,37.0,"['$', '&', '*', '~']",$ & ~,0,1.0 +1106,1106,12,symb,c3_set_union,38.0,"[':', '(', '~', '$']",: ($,0,1.0 +1106,1106,12,symb,c3_set_union,39.0,"['&', '>', '$', '*']",& > *,0,1.0 +1106,1106,12,symb,c3_set_union,40.0,"['$', '!', '*', '~']",$ ! ~,0,1.0 +1106,1106,12,symb,c3_set_union,41.0,"['&', '%', '$', '!']",& % $ !,1,1.0 +1106,1106,12,symb,c3_set_union,42.0,"['>', '$', '*', '!']",> * !,0,1.0 +1106,1106,12,symb,c3_set_union,43.0,"[':', '*', '(', '>']",: >,0,1.0 +1106,1106,12,symb,c3_set_union,44.0,"['$', '%', '(', ':']",$ % (],0,1.0 +1106,1106,12,symb,c3_set_union,45.0,"['!', '<', ':', '$']",! < : $,1,1.0 +1106,1106,12,symb,c3_set_union,46.0,"['>', '*', '&', '<']",> * &,0,1.0 +1106,1106,12,symb,c3_set_union,47.0,"[':', '~', '>', '*']",: ~ > *,1,1.0 +1106,1106,12,symb,c3_set_union,48.0,"['%', '(', '*', '~']",% ~,0,1.0 +1106,1106,12,symb,c3_set_union,49.0,"['(', '~', '*', '<']",(~ < *],1,1.0 +1106,1106,12,symb,c3_set_union,50.0,"['(', '$', '!', '%']",($ %),0,1.0 +1106,1106,12,symb,c3_set_union,51.0,"['>', '!', '%', '*']",> ! % *,1,1.0 +1106,1106,12,symb,c3_set_union,52.0,"['&', '$', '>', ':']",& $ > :,1,1.0 +1106,1106,12,symb,c3_set_union,53.0,"['~', '$', '%', '<']",~ $ % <,1,1.0 +1106,1106,12,symb,c3_set_union,54.0,"['&', '>', '<', '%']",<& %>,1,1.0 +1106,1106,12,symb,c3_set_union,55.0,"['>', '*', '<', ':']",> * :,0,1.0 +1106,1106,12,symb,c3_set_union,56.0,"[':', '!', '*', '<']",: ! <,0,1.0 +1106,1106,12,symb,c3_set_union,57.0,"['%', '<', '*', '~']",% < * ~,1,1.0 +1106,1106,12,symb,c3_set_union,58.0,"['>', '(', '<', '%']",> %,0,1.0 +1106,1106,12,symb,c3_set_union,59.0,"['>', ':', '<', '~']",> ~,0,1.0 +1106,1106,12,symb,c3_set_union,60.0,"['*', '&', '<', '$']",* < $,0,1.0 +1106,1106,12,symb,c3_set_union,61.0,"['%', '<', '*', '(']",% (,0,1.0 +1106,1106,12,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$ % < !,1,1.0 +1106,1106,12,symb,c3_set_union,63.0,"['~', '>', '<', '!']",~ < !,0,1.0 +1106,1106,12,symb,c3_set_union,64.0,"['&', '!', '$', '~']",& ! ~,0,1.0 +1106,1106,12,symb,c3_set_union,65.0,"[':', '&', '>', '%']",: & %,0,1.0 +1106,1106,12,symb,c3_set_union,66.0,"['<', '&', '$', '>']",< & $ >,1,1.0 +1106,1106,12,symb,c3_set_union,67.0,"['(', '$', '*', '%']",* $ %,0,1.0 +1106,1106,12,symb,c3_set_union,68.0,"['<', '%', ':', '$']",< % $,0,1.0 +1106,1106,12,symb,c3_set_union,69.0,"[':', '&', '$', '<']",: <,0,1.0 +1106,1106,12,symb,c3_set_union,70.0,"['>', '(', '~', '*']",> ( *,0,1.0 +1106,1106,12,symb,c3_set_union,71.0,"[':', '~', '&', '<']",: ~ & <,1,1.0 +1106,1106,12,symb,c3_set_union,72.0,"['(', '!', ':', '%']",(! %),0,1.0 +1106,1106,12,symb,c3_set_union,73.0,"['<', '&', '$', '(']",< (,0,1.0 +1106,1106,12,symb,c3_set_union,74.0,"['*', '!', '>', ':']",* ! :],0,1.0 +1106,1106,12,symb,c3_set_union,75.0,"['$', ':', '<', '*']",$ : *,0,1.0 +1106,1106,12,symb,c3_set_union,76.0,"['%', '>', ':', '$']",% $,0,1.0 +1106,1106,12,symb,c3_set_union,77.0,"[':', '~', '!', '%']",: ~ %,0,1.0 +1106,1106,12,symb,c3_set_union,78.0,"['&', '!', '~', '>']",& ! >,0,1.0 +1106,1106,12,symb,c3_set_union,79.0,"['(', '$', '*', '<']",* $ <,0,1.0 +1106,1106,12,symb,c3_set_union,80.0,"['(', ':', '&', '$']",:& $,0,1.0 +1106,1106,12,symb,c3_set_union,81.0,"['!', '&', '*', '>']",! * >,0,1.0 +1106,1106,12,symb,c3_set_union,82.0,"[':', '%', '&', '<']",: % & <,1,1.0 +1106,1106,12,symb,c3_set_union,83.0,"['>', '(', '$', '*']",> ( $ *],1,1.0 +1106,1106,12,symb,c3_set_union,84.0,"['!', ':', '<', '&']",! < &,0,1.0 +1106,1106,12,symb,c3_set_union,85.0,"['!', '$', '(', ':']",! $ ( :,1,1.0 +1106,1106,12,symb,c3_set_union,86.0,"['*', '!', '%', ':']",* :,0,1.0 +1106,1106,12,symb,c3_set_union,87.0,"['(', '!', '*', '~']",*( ! ~],1,1.0 +1106,1106,12,symb,c3_set_union,88.0,"['%', '!', '&', '(']",% & (,0,1.0 +1106,1106,12,symb,c3_set_union,89.0,"['!', '(', '>', '$']",! ($),0,1.0 +1106,1106,12,symb,c3_set_union,90.0,"['<', '>', '*', '(']",<* >],0,1.0 +1106,1106,12,symb,c3_set_union,91.0,"['&', '$', '%', '(']",& (,0,1.0 +1106,1106,12,symb,c3_set_union,92.0,"['!', '<', '&', '%']",! < & %,1,1.0 +1106,1106,12,symb,c3_set_union,93.0,"[':', '(', '&', '>']",: >,0,1.0 +1106,1106,12,symb,c3_set_union,94.0,"[':', '<', '$', '>']",: >,0,1.0 +1106,1106,12,symb,c3_set_union,95.0,"['(', '$', '<', '%']",($ %),0,1.0 +1106,1106,12,symb,c3_set_union,96.0,"['~', '%', '*', ':']",~ % * :],1,1.0 +1106,1106,12,symb,c3_set_union,97.0,"['&', '%', '!', '*']",& % ! *,1,1.0 +1106,1106,12,symb,c3_set_union,98.0,"[':', '$', '*', '!']",: $ * !,1,1.0 +1106,1106,12,symb,c3_set_union,99.0,"['!', '(', '<', '*']",! < *,0,1.0 +1106,1106,12,symb,c1_set_union,0.0,['('],(,1,1.0 +1106,1106,12,symb,c1_set_union,1.0,['('],(,1,1.0 +1106,1106,12,symb,c1_set_union,2.0,['&'],&],1,1.0 +1106,1106,12,symb,c1_set_union,3.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,4.0,['>'],>],1,1.0 +1106,1106,12,symb,c1_set_union,5.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union,6.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union,7.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union,8.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,9.0,['$'],$],1,1.0 +1106,1106,12,symb,c1_set_union,10.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union,11.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union,12.0,['('],(,1,1.0 +1106,1106,12,symb,c1_set_union,13.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union,14.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union,15.0,['<'],<],1,1.0 +1106,1106,12,symb,c1_set_union,16.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union,17.0,['>'],>,1,1.0 +1106,1106,12,symb,c1_set_union,18.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union,19.0,['('],(%),0,1.0 +1106,1106,12,symb,c1_set_union,20.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union,21.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union,22.0,['~'],~],1,1.0 +1106,1106,12,symb,c1_set_union,23.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union,24.0,['&'],&],1,1.0 +1106,1106,12,symb,c1_set_union,25.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union,26.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union,27.0,['>'],>,1,1.0 +1106,1106,12,symb,c1_set_union,28.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,29.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,30.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union,31.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union,32.0,['&'],&],1,1.0 +1106,1106,12,symb,c1_set_union,33.0,['('],(],1,1.0 +1106,1106,12,symb,c1_set_union,34.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union,35.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union,36.0,['~'],~],1,1.0 +1106,1106,12,symb,c1_set_union,37.0,['('],(,1,1.0 +1106,1106,12,symb,c1_set_union,38.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,39.0,['('],( :],0,1.0 +1106,1106,12,symb,c1_set_union,40.0,['>'],>],1,1.0 +1106,1106,12,symb,c1_set_union,41.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union,42.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union,43.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,44.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union,45.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,46.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union,47.0,['>'],>,1,1.0 +1106,1106,12,symb,c1_set_union,48.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union,49.0,['>'],>,1,1.0 +1106,1106,12,symb,c1_set_union,50.0,['$'],$],1,1.0 +1106,1106,12,symb,c1_set_union,51.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union,52.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union,53.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,54.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union,55.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union,56.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union,57.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union,58.0,['('],(],1,1.0 +1106,1106,12,symb,c1_set_union,59.0,['&'],&],1,1.0 +1106,1106,12,symb,c1_set_union,60.0,['>'],>,1,1.0 +1106,1106,12,symb,c1_set_union,61.0,['!'],!],1,1.0 +1106,1106,12,symb,c1_set_union,62.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union,63.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union,64.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union,65.0,['>'],>,1,1.0 +1106,1106,12,symb,c1_set_union,66.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,67.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union,68.0,['('],(,1,1.0 +1106,1106,12,symb,c1_set_union,69.0,['('],(,1,1.0 +1106,1106,12,symb,c1_set_union,70.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union,71.0,['*'],*],1,1.0 +1106,1106,12,symb,c1_set_union,72.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union,73.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union,74.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union,75.0,['>'],>,1,1.0 +1106,1106,12,symb,c1_set_union,76.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union,77.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union,78.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union,79.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,80.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union,81.0,['&'],&],1,1.0 +1106,1106,12,symb,c1_set_union,82.0,['('],(,1,1.0 +1106,1106,12,symb,c1_set_union,83.0,['*'],*],1,1.0 +1106,1106,12,symb,c1_set_union,84.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union,85.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union,86.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union,87.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,88.0,['*'],*],1,1.0 +1106,1106,12,symb,c1_set_union,89.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union,90.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union,91.0,['>'],>],1,1.0 +1106,1106,12,symb,c1_set_union,92.0,['>'],>],1,1.0 +1106,1106,12,symb,c1_set_union,93.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union,94.0,['~'],~],1,1.0 +1106,1106,12,symb,c1_set_union,95.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union,96.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,97.0,['&'],&],1,1.0 +1106,1106,12,symb,c1_set_union,98.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union,99.0,['~'],~],1,1.0 +1106,1106,12,symb,c2_set_union,0.0,['$'],$],1,1.0 +1106,1106,12,symb,c2_set_union,1.0,[':'],* $],0,1.0 +1106,1106,12,symb,c2_set_union,2.0,['&'],& :],0,1.0 +1106,1106,12,symb,c2_set_union,3.0,['*'],* <],0,1.0 +1106,1106,12,symb,c2_set_union,4.0,['!'],!,1,1.0 +1106,1106,12,symb,c2_set_union,5.0,['&'],&],1,1.0 +1106,1106,12,symb,c2_set_union,6.0,[':'],:&],0,1.0 +1106,1106,12,symb,c2_set_union,7.0,['>'],$ >,0,1.0 +1106,1106,12,symb,c2_set_union,8.0,['>'],>],1,1.0 +1106,1106,12,symb,c2_set_union,9.0,['('],% *],0,1.0 +1106,1106,12,symb,c2_set_union,10.0,['*'],*],1,1.0 +1106,1106,12,symb,c2_set_union,11.0,['%'],%,1,1.0 +1106,1106,12,symb,c2_set_union,12.0,['$'],$,1,1.0 +1106,1106,12,symb,c2_set_union,13.0,[':'],% :],0,1.0 +1106,1106,12,symb,c2_set_union,14.0,['%'],%],1,1.0 +1106,1106,12,symb,c2_set_union,15.0,['%'],%,1,1.0 +1106,1106,12,symb,c2_set_union,16.0,['>'],* > !,0,1.0 +1106,1106,12,symb,c2_set_union,17.0,['$'],$,1,1.0 +1106,1106,12,symb,c2_set_union,18.0,['$'],$,1,1.0 +1106,1106,12,symb,c2_set_union,19.0,[':'],% >],0,1.0 +1106,1106,12,symb,c2_set_union,20.0,['>'],:],0,1.0 +1106,1106,12,symb,c2_set_union,21.0,[':'],! <],0,1.0 +1106,1106,12,symb,c2_set_union,22.0,['&'],&,1,1.0 +1106,1106,12,symb,c2_set_union,23.0,[':'],$ *],0,1.0 +1106,1106,12,symb,c2_set_union,24.0,['<'],< * :],0,1.0 +1106,1106,12,symb,c2_set_union,25.0,['&'],&],1,1.0 +1106,1106,12,symb,c2_set_union,26.0,['>'],>,1,1.0 +1106,1106,12,symb,c2_set_union,27.0,['*'],* %,0,1.0 +1106,1106,12,symb,c2_set_union,28.0,['<'],<],1,1.0 +1106,1106,12,symb,c2_set_union,29.0,[':'],$ :],0,1.0 +1106,1106,12,symb,c2_set_union,30.0,['!'],! :],0,1.0 +1106,1106,12,symb,c2_set_union,31.0,['*'],$ * :],0,1.0 +1106,1106,12,symb,c2_set_union,32.0,['*'],*],1,1.0 +1106,1106,12,symb,c2_set_union,33.0,['&'],* <],0,1.0 +1106,1106,12,symb,c2_set_union,34.0,[':'],$ :],0,1.0 +1106,1106,12,symb,c2_set_union,35.0,['>'],>,1,1.0 +1106,1106,12,symb,c2_set_union,36.0,['<'],: < <],0,1.0 +1106,1106,12,symb,c2_set_union,37.0,['*'],*],1,1.0 +1106,1106,12,symb,c2_set_union,38.0,['*'],> (],0,1.0 +1106,1106,12,symb,c2_set_union,39.0,['!'],< >],0,1.0 +1106,1106,12,symb,c2_set_union,40.0,['<'],<],1,1.0 +1106,1106,12,symb,c2_set_union,41.0,['>'],: > *,0,1.0 +1106,1106,12,symb,c2_set_union,42.0,['&'],& >,0,1.0 +1106,1106,12,symb,c2_set_union,43.0,['~'],: ~ *],0,1.0 +1106,1106,12,symb,c2_set_union,44.0,['&'],:&],0,1.0 +1106,1106,12,symb,c2_set_union,45.0,['~'],~],1,1.0 +1106,1106,12,symb,c2_set_union,46.0,['<'],<],1,1.0 +1106,1106,12,symb,c2_set_union,47.0,['*'],* <],0,1.0 +1106,1106,12,symb,c2_set_union,48.0,['<'],<],1,1.0 +1106,1106,12,symb,c2_set_union,49.0,['!'],!,1,1.0 +1106,1106,12,symb,c2_set_union,50.0,['&'],&],1,1.0 +1106,1106,12,symb,c2_set_union,51.0,['!'],!,1,1.0 +1106,1106,12,symb,c2_set_union,52.0,['*'],*,1,1.0 +1106,1106,12,symb,c2_set_union,53.0,[':'],:],1,1.0 +1106,1106,12,symb,c2_set_union,54.0,['('],($),0,1.0 +1106,1106,12,symb,c2_set_union,55.0,[':'],$ :],0,1.0 +1106,1106,12,symb,c2_set_union,56.0,['~'],~],1,1.0 +1106,1106,12,symb,c2_set_union,57.0,['!'],!,1,1.0 +1106,1106,12,symb,c2_set_union,58.0,['>'],% > ~],0,1.0 +1106,1106,12,symb,c2_set_union,59.0,['<'],<],1,1.0 +1106,1106,12,symb,c2_set_union,60.0,['$'],% $],0,1.0 +1106,1106,12,symb,c2_set_union,61.0,['&'],% <],0,1.0 +1106,1106,12,symb,c2_set_union,62.0,[':'], :],1,1.0 +1106,1106,12,symb,c2_set_union,63.0,['~'],~],1,1.0 +1106,1106,12,symb,c2_set_union,64.0,['>'],* <,0,1.0 +1106,1106,12,symb,c2_set_union,65.0,[':'],:< :],0,1.0 +1106,1106,12,symb,c2_set_union,66.0,['*'],*,1,1.0 +1106,1106,12,symb,c2_set_union,67.0,['<'],<],1,1.0 +1106,1106,12,symb,c2_set_union,68.0,['&'],&],1,1.0 +1106,1106,12,symb,c2_set_union,69.0,['%'],%,1,1.0 +1106,1106,12,symb,c2_set_union,70.0,['<'],<,1,1.0 +1106,1106,12,symb,c2_set_union,71.0,[':'],$: :],0,1.0 +1106,1106,12,symb,c2_set_union,72.0,['~'],% ~ (],0,1.0 +1106,1106,12,symb,c2_set_union,73.0,['*'],*,1,1.0 +1106,1106,12,symb,c2_set_union,74.0,['~'],~,1,1.0 +1106,1106,12,symb,c2_set_union,75.0,['*'],*,1,1.0 +1106,1106,12,symb,c2_set_union,76.0,['&'],&],1,1.0 +1106,1106,12,symb,c2_set_union,77.0,['*'],& !],0,1.0 +1106,1106,12,symb,c2_set_union,78.0,['*'],*,1,1.0 +1106,1106,12,symb,c2_set_union,79.0,[':'],% :],0,1.0 +1106,1106,12,symb,c2_set_union,80.0,['<'],$ <],0,1.0 +1106,1106,12,symb,c2_set_union,81.0,['&'],* & !,0,1.0 +1106,1106,12,symb,c2_set_union,82.0,['$'],$,1,1.0 +1106,1106,12,symb,c2_set_union,83.0,['%'],%],1,1.0 +1106,1106,12,symb,c2_set_union,84.0,['('],% ( ~,0,1.0 +1106,1106,12,symb,c2_set_union,85.0,['*'],*,1,1.0 +1106,1106,12,symb,c2_set_union,86.0,['!'],!,1,1.0 +1106,1106,12,symb,c2_set_union,87.0,['&'],*& $],0,1.0 +1106,1106,12,symb,c2_set_union,88.0,['('],(,1,1.0 +1106,1106,12,symb,c2_set_union,89.0,['~'],: ~],0,1.0 +1106,1106,12,symb,c2_set_union,90.0,['$'],$],1,1.0 +1106,1106,12,symb,c2_set_union,91.0,['$'],$ :],0,1.0 +1106,1106,12,symb,c2_set_union,92.0,['~'],~,1,1.0 +1106,1106,12,symb,c2_set_union,93.0,[':'],< $],0,1.0 +1106,1106,12,symb,c2_set_union,94.0,['%'],%],1,1.0 +1106,1106,12,symb,c2_set_union,95.0,['~'],~],1,1.0 +1106,1106,12,symb,c2_set_union,96.0,['*'],*,1,1.0 +1106,1106,12,symb,c2_set_union,97.0,['&'],&,1,1.0 +1106,1106,12,symb,c2_set_union,98.0,['<'],% <],0,1.0 +1106,1106,12,symb,c2_set_union,99.0,['('],(~ :],0,1.0 +1106,1106,12,symb,AND,0.0,['('],(],1,1.0 +1106,1106,12,symb,AND,1.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,2.0,['<'],<,1,1.0 +1106,1106,12,symb,AND,3.0,['<'],< <],0,1.0 +1106,1106,12,symb,AND,4.0,['*'],*,1,1.0 +1106,1106,12,symb,AND,5.0,['%'],%],1,1.0 +1106,1106,12,symb,AND,6.0,['%'],%,1,1.0 +1106,1106,12,symb,AND,7.0,['$'],$,1,1.0 +1106,1106,12,symb,AND,8.0,['>'],>],1,1.0 +1106,1106,12,symb,AND,9.0,['~'],~],1,1.0 +1106,1106,12,symb,AND,10.0,[':'],!,0,1.0 +1106,1106,12,symb,AND,11.0,['*'],*],1,1.0 +1106,1106,12,symb,AND,12.0,['*'],*],1,1.0 +1106,1106,12,symb,AND,13.0,['<'],<,1,1.0 +1106,1106,12,symb,AND,14.0,['$'],$,1,1.0 +1106,1106,12,symb,AND,15.0,['%'],%],1,1.0 +1106,1106,12,symb,AND,16.0,[':'],&,0,1.0 +1106,1106,12,symb,AND,17.0,['>'],>],1,1.0 +1106,1106,12,symb,AND,18.0,['('],(],1,1.0 +1106,1106,12,symb,AND,19.0,['>'],>],1,1.0 +1106,1106,12,symb,AND,20.0,[':'],(:),0,1.0 +1106,1106,12,symb,AND,21.0,['%'],%],1,1.0 +1106,1106,12,symb,AND,22.0,['>'],>,1,1.0 +1106,1106,12,symb,AND,23.0,['*'],*],1,1.0 +1106,1106,12,symb,AND,24.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,25.0,['~'],~],1,1.0 +1106,1106,12,symb,AND,26.0,['('],(],1,1.0 +1106,1106,12,symb,AND,27.0,['<'],<,1,1.0 +1106,1106,12,symb,AND,28.0,['&'],(&),0,1.0 +1106,1106,12,symb,AND,29.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,30.0,[':'],: :],0,1.0 +1106,1106,12,symb,AND,31.0,['>'],!,0,1.0 +1106,1106,12,symb,AND,32.0,['~'],% ~ &],0,1.0 +1106,1106,12,symb,AND,33.0,['*'],*],1,1.0 +1106,1106,12,symb,AND,34.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,35.0,['$'],$ >,0,1.0 +1106,1106,12,symb,AND,36.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,37.0,['&'],& &],0,1.0 +1106,1106,12,symb,AND,38.0,['$'],$],1,1.0 +1106,1106,12,symb,AND,39.0,['*'],*],1,1.0 +1106,1106,12,symb,AND,40.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,41.0,['<'],<,1,1.0 +1106,1106,12,symb,AND,42.0,['%'],%],1,1.0 +1106,1106,12,symb,AND,43.0,['<'],<,1,1.0 +1106,1106,12,symb,AND,44.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,45.0,['*'],*],1,1.0 +1106,1106,12,symb,AND,46.0,['*'],*,1,1.0 +1106,1106,12,symb,AND,47.0,['!'],$,0,1.0 +1106,1106,12,symb,AND,48.0,['%'],%,1,1.0 +1106,1106,12,symb,AND,49.0,['('],(],1,1.0 +1106,1106,12,symb,AND,50.0,['<'],<],1,1.0 +1106,1106,12,symb,AND,51.0,['%'],%,1,1.0 +1106,1106,12,symb,AND,52.0,[':'],:<],0,1.0 +1106,1106,12,symb,AND,53.0,['&'],& >,0,1.0 +1106,1106,12,symb,AND,54.0,['>'],*,0,1.0 +1106,1106,12,symb,AND,55.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,56.0,[':'],(:),0,1.0 +1106,1106,12,symb,AND,57.0,['~'],~],1,1.0 +1106,1106,12,symb,AND,58.0,['*'],*],1,1.0 +1106,1106,12,symb,AND,59.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,60.0,['<'],<&,0,1.0 +1106,1106,12,symb,AND,61.0,['<'],<],1,1.0 +1106,1106,12,symb,AND,62.0,['('],(,1,1.0 +1106,1106,12,symb,AND,63.0,['>'],>,1,1.0 +1106,1106,12,symb,AND,64.0,['~'],:],0,1.0 +1106,1106,12,symb,AND,65.0,['>'],$,0,1.0 +1106,1106,12,symb,AND,66.0,['$'],$],1,1.0 +1106,1106,12,symb,AND,67.0,['>'],>,1,1.0 +1106,1106,12,symb,AND,68.0,['<'],<],1,1.0 +1106,1106,12,symb,AND,69.0,['<'],& <],0,1.0 +1106,1106,12,symb,AND,70.0,['!'],!,1,1.0 +1106,1106,12,symb,AND,71.0,['$'],$,1,1.0 +1106,1106,12,symb,AND,72.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,73.0,['~'],~],1,1.0 +1106,1106,12,symb,AND,74.0,['*'],*],1,1.0 +1106,1106,12,symb,AND,75.0,['>'],!,0,1.0 +1106,1106,12,symb,AND,76.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,77.0,['!'],!],1,1.0 +1106,1106,12,symb,AND,78.0,['~'],~],1,1.0 +1106,1106,12,symb,AND,79.0,['>'],>,1,1.0 +1106,1106,12,symb,AND,80.0,['!'],!],1,1.0 +1106,1106,12,symb,AND,81.0,['!'],!],1,1.0 +1106,1106,12,symb,AND,82.0,['%'],%],1,1.0 +1106,1106,12,symb,AND,83.0,['('],(],1,1.0 +1106,1106,12,symb,AND,84.0,['>'],>],1,1.0 +1106,1106,12,symb,AND,85.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,86.0,['('],(],1,1.0 +1106,1106,12,symb,AND,87.0,['*'],*],1,1.0 +1106,1106,12,symb,AND,88.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,89.0,['*'],*,1,1.0 +1106,1106,12,symb,AND,90.0,['$'],$],1,1.0 +1106,1106,12,symb,AND,91.0,['<'],<$],0,1.0 +1106,1106,12,symb,AND,92.0,['$'],$],1,1.0 +1106,1106,12,symb,AND,93.0,['!'],!,1,1.0 +1106,1106,12,symb,AND,94.0,['~'],!,0,1.0 +1106,1106,12,symb,AND,95.0,['!'],!,1,1.0 +1106,1106,12,symb,AND,96.0,['~'],*,0,1.0 +1106,1106,12,symb,AND,97.0,['&'],&],1,1.0 +1106,1106,12,symb,AND,98.0,['*'],*],1,1.0 +1106,1106,12,symb,AND,99.0,['!'],!,1,1.0 +1106,1106,12,symb,XOR,0.0,"['(', '!']",(! (),0,1.0 +1106,1106,12,symb,XOR,1.0,"['$', ':']",: $],1,1.0 +1106,1106,12,symb,XOR,2.0,"['!', '(']",< (],0,1.0 +1106,1106,12,symb,XOR,3.0,"['$', ':']",$: &,0,1.0 +1106,1106,12,symb,XOR,4.0,"['$', '!']",! $,1,1.0 +1106,1106,12,symb,XOR,5.0,"['$', '>']",$ >,1,1.0 +1106,1106,12,symb,XOR,6.0,"['!', '*']",* !,1,1.0 +1106,1106,12,symb,XOR,7.0,"['>', '!']",! >],1,1.0 +1106,1106,12,symb,XOR,8.0,"['%', '$']",% $],1,1.0 +1106,1106,12,symb,XOR,9.0,"['(', '*']",* (],1,1.0 +1106,1106,12,symb,XOR,10.0,"['<', ':']",: ~],0,1.0 +1106,1106,12,symb,XOR,11.0,"['%', '*']",*( %],0,1.0 +1106,1106,12,symb,XOR,12.0,"['!', '~']",~ !],1,1.0 +1106,1106,12,symb,XOR,13.0,"['~', ':']",: ~],1,1.0 +1106,1106,12,symb,XOR,14.0,"['~', '>']",> ~],1,1.0 +1106,1106,12,symb,XOR,15.0,"[':', '%']",% :],1,1.0 +1106,1106,12,symb,XOR,16.0,"[':', '(']",( :],1,1.0 +1106,1106,12,symb,XOR,17.0,"['(', '%']",% (,1,1.0 +1106,1106,12,symb,XOR,18.0,"['&', '%']",% &],1,1.0 +1106,1106,12,symb,XOR,19.0,"['>', '(']",( >,1,1.0 +1106,1106,12,symb,XOR,20.0,"['%', '<']",% <],1,1.0 +1106,1106,12,symb,XOR,21.0,"['!', '(']",< !],0,1.0 +1106,1106,12,symb,XOR,22.0,"['~', '$']",$ ~],1,1.0 +1106,1106,12,symb,XOR,23.0,"['%', '&']",& %],1,1.0 +1106,1106,12,symb,XOR,24.0,"['>', '%']",% >,1,1.0 +1106,1106,12,symb,XOR,25.0,"['*', '<']",* <],1,1.0 +1106,1106,12,symb,XOR,26.0,"['<', '$']",$ <,1,1.0 +1106,1106,12,symb,XOR,27.0,"['&', '>']",> &],1,1.0 +1106,1106,12,symb,XOR,28.0,"['$', '%']",% $],1,1.0 +1106,1106,12,symb,XOR,29.0,"['&', '<']",<$ &],0,1.0 +1106,1106,12,symb,XOR,30.0,"['~', '*']",* ~],1,1.0 +1106,1106,12,symb,XOR,31.0,"['(', '$']",$ ~,0,1.0 +1106,1106,12,symb,XOR,32.0,"['~', '$']",$ ~],1,1.0 +1106,1106,12,symb,XOR,33.0,"['(', ':']",: (],1,1.0 +1106,1106,12,symb,XOR,34.0,"['*', '<']",<* &],0,1.0 +1106,1106,12,symb,XOR,35.0,"[':', '~']",: ~],1,1.0 +1106,1106,12,symb,XOR,36.0,"['*', '>']",* <],0,1.0 +1106,1106,12,symb,XOR,37.0,"[':', '!']",: !],1,1.0 +1106,1106,12,symb,XOR,38.0,"['&', '(']",( &,1,1.0 +1106,1106,12,symb,XOR,39.0,"['(', '~']",~ (],1,1.0 +1106,1106,12,symb,XOR,40.0,"['*', ':']",: (],0,1.0 +1106,1106,12,symb,XOR,41.0,"['<', '!']",< !],1,1.0 +1106,1106,12,symb,XOR,42.0,"['>', '%']",% >,1,1.0 +1106,1106,12,symb,XOR,43.0,"['~', '&']",& ~],1,1.0 +1106,1106,12,symb,XOR,44.0,"['$', '%']",% $],1,1.0 +1106,1106,12,symb,XOR,45.0,"['&', '!']",! (],0,1.0 +1106,1106,12,symb,XOR,46.0,"[':', '%']",% :],1,1.0 +1106,1106,12,symb,XOR,47.0,"['%', ':']",: %],1,1.0 +1106,1106,12,symb,XOR,48.0,"['~', '&']",& ~],1,1.0 +1106,1106,12,symb,XOR,49.0,"['<', '%']",% <,1,1.0 +1106,1106,12,symb,XOR,50.0,"['>', '~']",~ >],1,1.0 +1106,1106,12,symb,XOR,51.0,"['&', '~']",~ &],1,1.0 +1106,1106,12,symb,XOR,52.0,"['>', ':']",: >],1,1.0 +1106,1106,12,symb,XOR,53.0,"['(', '%']",% (,1,1.0 +1106,1106,12,symb,XOR,54.0,"['%', '*']",* %,1,1.0 +1106,1106,12,symb,XOR,55.0,"['*', '$']",$ *],1,1.0 +1106,1106,12,symb,XOR,56.0,"['>', '&']",$ >,0,1.0 +1106,1106,12,symb,XOR,57.0,"['~', '%']",% ~],1,1.0 +1106,1106,12,symb,XOR,58.0,"['$', ':']",$ %,0,1.0 +1106,1106,12,symb,XOR,59.0,"['*', '~']",~ *,1,1.0 +1106,1106,12,symb,XOR,60.0,"['<', '%']",% <],1,1.0 +1106,1106,12,symb,XOR,61.0,"['!', '*']",* !],1,1.0 +1106,1106,12,symb,XOR,62.0,"['!', '%']",% !,1,1.0 +1106,1106,12,symb,XOR,63.0,"['$', '&']",$ !],0,1.0 +1106,1106,12,symb,XOR,64.0,"['(', '&']",& $],0,1.0 +1106,1106,12,symb,XOR,65.0,"['*', '&']",* &],1,1.0 +1106,1106,12,symb,XOR,66.0,"['~', '$']",$ ~],1,1.0 +1106,1106,12,symb,XOR,67.0,"['>', '*']",* >,1,1.0 +1106,1106,12,symb,XOR,68.0,"['<', '>']",*>],0,1.0 +1106,1106,12,symb,XOR,69.0,"['*', '>']",* >],1,1.0 +1106,1106,12,symb,XOR,70.0,"['~', '(']",< ~],0,1.0 +1106,1106,12,symb,XOR,71.0,"['<', '%']",% <,1,1.0 +1106,1106,12,symb,XOR,72.0,"['*', '$']",$ *],1,1.0 +1106,1106,12,symb,XOR,73.0,"['!', '&']",& !],1,1.0 +1106,1106,12,symb,XOR,74.0,"['&', '%']",% &,1,1.0 +1106,1106,12,symb,XOR,75.0,"['*', '%']",* %,1,1.0 +1106,1106,12,symb,XOR,76.0,"['%', '&']",& %],1,1.0 +1106,1106,12,symb,XOR,77.0,"['!', '~']",~ !],1,1.0 +1106,1106,12,symb,XOR,78.0,"['$', '~']",$ ~],1,1.0 +1106,1106,12,symb,XOR,79.0,"['%', '<']",% <],1,1.0 +1106,1106,12,symb,XOR,80.0,"['!', '$']",$ !],1,1.0 +1106,1106,12,symb,XOR,81.0,"['~', '%']",% ~,1,1.0 +1106,1106,12,symb,XOR,82.0,"['<', '$']",$ <],1,1.0 +1106,1106,12,symb,XOR,83.0,"['>', '*']",* $,0,1.0 +1106,1106,12,symb,XOR,84.0,"['*', '&']",*: :],0,1.0 +1106,1106,12,symb,XOR,85.0,"['(', '$']",$ <],0,1.0 +1106,1106,12,symb,XOR,86.0,"['$', '(']",$ (],1,1.0 +1106,1106,12,symb,XOR,87.0,"['%', ':']",: (,0,1.0 +1106,1106,12,symb,XOR,88.0,"[':', '%']",% :],1,1.0 +1106,1106,12,symb,XOR,89.0,"[':', '&']",& :],1,1.0 +1106,1106,12,symb,XOR,90.0,"['*', '~']",~ *],1,1.0 +1106,1106,12,symb,XOR,91.0,"['<', '%']",% <,1,1.0 +1106,1106,12,symb,XOR,92.0,"['*', '>']",> *],1,1.0 +1106,1106,12,symb,XOR,93.0,"['<', '%']",: <],0,1.0 +1106,1106,12,symb,XOR,94.0,"[':', '~']",~ :],1,1.0 +1106,1106,12,symb,XOR,95.0,"['<', '>']",> <],1,1.0 +1106,1106,12,symb,XOR,96.0,"[':', '&']",: &],1,1.0 +1106,1106,12,symb,XOR,97.0,"['&', '(']",* &],0,1.0 +1106,1106,12,symb,XOR,98.0,"['!', '>']",< !],0,1.0 +1106,1106,12,symb,XOR,99.0,"[':', '$']",$ :],1,1.0 +1106,1106,12,symb,c3_set_union_permuted,0.0,"['*', '~', '<', '!']",! < ~,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",< ~ &],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,2.0,"['*', '&', '(', '~']",~ & (],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,3.0,"['~', '%', '&', '!']",! % ~,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",> ! (,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,5.0,"['>', '<', ':', '(']",< >],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",% &:,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,7.0,"['*', ':', '(', '&']",: (*,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",~ % !,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,9.0,"['~', '$', '*', '(']",* ~ $,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,10.0,"['~', '<', '$', ':']",~ <,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,11.0,"['(', '>', '*', '%']",( % >],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,12.0,"['>', '&', '<', '!']",>& ! <,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",(! %),0,1.0 +1106,1106,12,symb,c3_set_union_permuted,14.0,"['&', '%', '~', '$']",& % ~,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",% ~,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,16.0,"['<', '>', '*', '%']",* % >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",* (~ :],1,1.0 +1106,1106,12,symb,c3_set_union_permuted,18.0,"[':', '(', '$', '>']",$: >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",% $,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,20.0,"['!', ':', '&', '(']",& (],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",> ! $ %,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",< > %,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,23.0,"['>', '&', '$', '!']",& ! $,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,24.0,"['&', '$', '!', '(']",$ &,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,25.0,"['>', ':', '(', '~']",> ~ :],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,26.0,"['*', '!', '%', '$']",! %,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",% !,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",< >],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",& ! *],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",( * :],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",~ $ !,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",< $ !,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,33.0,"['>', ':', '!', '&']",: >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",% : &,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,35.0,"['&', '!', '%', '>']",% > &,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,36.0,"['~', '$', '<', '>']",> $,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",(! ~),0,1.0 +1106,1106,12,symb,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",~ < ! :],1,1.0 +1106,1106,12,symb,c3_set_union_permuted,39.0,"[':', '$', '%', '&']",% $,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,40.0,"['!', '%', '$', '~']",! %,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,41.0,"['%', '!', '<', ':']",% !,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,42.0,"['~', '!', '>', '$']",$ ~ !,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,43.0,"['~', ':', '!', '$']",! ~,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,44.0,"['>', '*', '<', '$']",$ >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,45.0,"['<', '!', '(', '&']",< &],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,46.0,"['%', '(', '~', '>']",% >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",:% >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,48.0,"[':', '&', '!', '~']",:! & ~,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,49.0,"['*', '&', '%', '>']",% >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,50.0,"[':', '%', '*', '>']",% :],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,51.0,"['&', ':', '%', '!']",! % : &,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,52.0,"['<', '&', '~', '%']",% & <,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,53.0,"['(', '$', '>', '~']",> (~ $),0,1.0 +1106,1106,12,symb,c3_set_union_permuted,54.0,"['~', '<', '*', '$']",< * ~ $,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,55.0,"['<', '>', '(', '~']",~ > (,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,56.0,"['~', '$', '(', '!']",~ $ ( !,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,57.0,"['~', ':', '%', '>']",: % >],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,58.0,"['(', '$', '>', '&']",$ >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,59.0,"['&', '%', '>', '(']",% (,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,60.0,"['$', '(', '*', '&']",*& $,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,61.0,"['>', '~', '*', '$']",* > ~,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,62.0,"['~', '*', '$', ':']",* $,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,63.0,"['$', '(', '~', '%']",(% ~],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,64.0,"['!', '*', '$', '(']",$ ! (,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,65.0,"['*', '$', '%', '>']",> % *,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,66.0,"['>', '<', '*', '~']",< > ~ *,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,67.0,"['!', '(', '%', '>']",% > !,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,68.0,"['~', '*', '&', '<']",* & <,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,69.0,"['<', '&', '!', '$']",$ & !,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,70.0,"['~', '!', '&', '*']",* ~ !,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,71.0,"[':', '$', '%', '!']",! %,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,72.0,"[':', '*', '<', '%']",* < %,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,73.0,"['!', '~', '&', '(']",(~ & !),0,1.0 +1106,1106,12,symb,c3_set_union_permuted,74.0,"['$', '~', '%', '*']",$ ~ %,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,75.0,"['<', '$', '(', '>']",> < $,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,76.0,"['&', '>', '(', '*']",*( &>,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,77.0,"['!', '<', '*', '&']",* & !,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,78.0,"['&', '<', '(', ':']",<& :],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,79.0,"['*', '&', '<', ':']",< & :],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,80.0,"['(', '!', '$', '<']",< ($ !),0,1.0 +1106,1106,12,symb,c3_set_union_permuted,81.0,"['*', '&', '$', '%']",* $ %,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,82.0,"['%', '&', '<', '$']",$ %,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,83.0,"['%', '*', ':', '$']",$ * :,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,84.0,"['&', '%', '<', '(']",< % (,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,85.0,"['<', '!', '(', '%']",( < !],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,86.0,"['%', '*', ':', '(']",* %,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,87.0,"['!', '~', '<', '%']",% <,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,88.0,"['*', '(', '!', '>']",!* >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,89.0,"['%', '~', ':', '<']",< : % ~,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,90.0,"['!', ':', '&', '$']",! : $ &,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,91.0,"[':', '*', '>', '&']",& :],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,92.0,"['>', '~', '(', '!']",( ~ > !,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,93.0,"['>', '%', '*', '~']",% * >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,94.0,"[':', '!', '<', '(']",: < (],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,95.0,"['&', '~', '>', '(']",( > &],0,1.0 +1106,1106,12,symb,c3_set_union_permuted,96.0,"[':', '~', '>', '&']",~ > &,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,97.0,"['<', '~', '>', '%']",% < >,0,1.0 +1106,1106,12,symb,c3_set_union_permuted,98.0,"['!', '~', '*', '>']",~ ! > *,1,1.0 +1106,1106,12,symb,c3_set_union_permuted,99.0,"['!', '<', '*', '>']",!* > <,1,1.0 +1106,1106,12,symb,c2_set_union_permuted,0.0,['<'],< ~ &],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,1.0,['<'],! < ~,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,2.0,['$'],* $ >],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,3.0,[':'],% %,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,4.0,[':'],:],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,5.0,['~'],* $ ~,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,6.0,['>'],>],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,7.0,['!'],!,1,1.0 +1106,1106,12,symb,c2_set_union_permuted,8.0,[':'],:&],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,9.0,['('],& $],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,10.0,['('],: * (],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,11.0,['%'],& % &],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,12.0,['>'],> <,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,13.0,['<'],< !],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,14.0,['!'],$ % !,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,15.0,['!'],! <,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,16.0,['!'],! * ~,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,17.0,['&'],&],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,18.0,['<'],% >],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,19.0,['*'],* !,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,20.0,['<'],< >,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,21.0,[':'],: :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,22.0,['$'],$ % *,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,23.0,['<'],< <,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,24.0,['!'],< ! *,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,25.0,['%'],%],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,26.0,[':'],: %],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,27.0,['<'],<$ <],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,28.0,['%'],% <,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,29.0,['~'],%],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,30.0,['~'],% & ~],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,31.0,['%'],% > &],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,32.0,[':'],:],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,33.0,['('],! *],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,34.0,[':'],: & *],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,35.0,['('],& %],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,36.0,['<'],< :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,37.0,['!'],!,1,1.0 +1106,1106,12,symb,c2_set_union_permuted,38.0,['$'],$],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,39.0,['$'],% $ >],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,40.0,['&'],(&],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,41.0,['('],$ :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,42.0,['~'],! ~ ~,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,43.0,['&'],& !,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,44.0,['<'],< %],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,45.0,['!'],! $,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,46.0,['$'],$ &,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,47.0,['('],( > ),0,1.0 +1106,1106,12,symb,c2_set_union_permuted,48.0,[':'],% :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,49.0,['('],( > :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,50.0,['('],( < $ ),0,1.0 +1106,1106,12,symb,c2_set_union_permuted,51.0,['!'],! ( * !),0,1.0 +1106,1106,12,symb,c2_set_union_permuted,52.0,['('],(& &),0,1.0 +1106,1106,12,symb,c2_set_union_permuted,53.0,['~'],% $],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,54.0,['%'],% :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,55.0,['>'],$ * >,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,56.0,['('],( < !],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,57.0,['>'],>],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,58.0,['*'],*,1,1.0 +1106,1106,12,symb,c2_set_union_permuted,59.0,['!'],% &],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,60.0,['>'],* %,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,61.0,['%'],%],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,62.0,['*'],*],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,63.0,['>'],* > *],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,64.0,['*'],* % >,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,65.0,['!'],$ *,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,66.0,['&'],% & !,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,67.0,['!'],$ ~,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,68.0,['~'],$ ~,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,69.0,['%'],% !,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,70.0,['!'],!],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,71.0,['~'],% <,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,72.0,['*'],*],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,73.0,['>'],> < >,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,74.0,['!'],$ > $,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,75.0,['%'],% ~ &],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,76.0,[':'],: :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,77.0,['$'],$ % (,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,78.0,['~'],< ~],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,79.0,['!'],< ! <],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,80.0,['&'],$ & ~,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,81.0,['('],% <],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,82.0,['!'],! %,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,83.0,['>'],< > (],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,84.0,['<'],<&>],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,85.0,['$'],$ :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,86.0,[':'],: :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,87.0,['!'],* ! *,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,88.0,[':'],$ &,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,89.0,[':'],* :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,90.0,[':'],: :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,91.0,[':'],: > :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,92.0,['<'],: <],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,93.0,['('],> (~],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,94.0,['%'],% :],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,95.0,['~'],~],1,1.0 +1106,1106,12,symb,c2_set_union_permuted,96.0,['%'],:% >],0,1.0 +1106,1106,12,symb,c2_set_union_permuted,97.0,['&'],&,1,1.0 +1106,1106,12,symb,c2_set_union_permuted,98.0,['$'],$ %,0,1.0 +1106,1106,12,symb,c2_set_union_permuted,99.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,0.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,1.0,['('],(],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,2.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,3.0,['!'],% !,0,1.0 +1106,1106,12,symb,c1_set_union_permuted,4.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,5.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,6.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,7.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,8.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,9.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,10.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,11.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,12.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,13.0,[':'],:%,0,1.0 +1106,1106,12,symb,c1_set_union_permuted,14.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,15.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,16.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,17.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,18.0,['('],($ <),0,1.0 +1106,1106,12,symb,c1_set_union_permuted,19.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,20.0,['&'],& ~,0,1.0 +1106,1106,12,symb,c1_set_union_permuted,21.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,22.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,23.0,['~'],: ~,0,1.0 +1106,1106,12,symb,c1_set_union_permuted,24.0,['>'],>,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,25.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,26.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,27.0,['$'],($),0,1.0 +1106,1106,12,symb,c1_set_union_permuted,28.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,29.0,['~'],~],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,30.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,31.0,['('],(%),0,1.0 +1106,1106,12,symb,c1_set_union_permuted,32.0,['('],( $,0,1.0 +1106,1106,12,symb,c1_set_union_permuted,33.0,['('],(~),0,1.0 +1106,1106,12,symb,c1_set_union_permuted,34.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,35.0,['*'],*],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,36.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,37.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,38.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,39.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,40.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,41.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,42.0,['('],(! :],0,1.0 +1106,1106,12,symb,c1_set_union_permuted,43.0,['!'],!],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,44.0,['>'],>,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,45.0,['>'],$,0,1.0 +1106,1106,12,symb,c1_set_union_permuted,46.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,47.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,48.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,49.0,[':'],% :],0,1.0 +1106,1106,12,symb,c1_set_union_permuted,50.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,51.0,['~'],~],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,52.0,['%'],%],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,53.0,[':'],$ (],0,1.0 +1106,1106,12,symb,c1_set_union_permuted,54.0,['!'],%,0,1.0 +1106,1106,12,symb,c1_set_union_permuted,55.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,56.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,57.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,58.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,59.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,60.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,61.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,62.0,['('],>],0,1.0 +1106,1106,12,symb,c1_set_union_permuted,63.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,64.0,['$'],($),0,1.0 +1106,1106,12,symb,c1_set_union_permuted,65.0,['*'],*],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,66.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,67.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,68.0,['~'],(~),0,1.0 +1106,1106,12,symb,c1_set_union_permuted,69.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,70.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,71.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,72.0,['&'],&],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,73.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,74.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,75.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,76.0,['('],(,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,77.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,78.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,79.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,80.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,81.0,['*'],*],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,82.0,['&'],&,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,83.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,84.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,85.0,[':'],:],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,86.0,['('],( >],0,1.0 +1106,1106,12,symb,c1_set_union_permuted,87.0,['!'],!,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,88.0,['%'],%,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,89.0,['~'],~],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,90.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,91.0,['&'],&],1,1.0 +1106,1106,12,symb,c1_set_union_permuted,92.0,['~'],* ~],0,1.0 +1106,1106,12,symb,c1_set_union_permuted,93.0,['<'],<,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,94.0,['$'],$,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,95.0,['*'],*,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,96.0,['>'],>,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,97.0,['('],<,0,1.0 +1106,1106,12,symb,c1_set_union_permuted,98.0,['~'],~,1,1.0 +1106,1106,12,symb,c1_set_union_permuted,99.0,['*'],*,1,1.0 +1106,1106,12,symb,XOR_permuted,0.0,"['(', '%']",(% (),0,1.0 +1106,1106,12,symb,XOR_permuted,1.0,"[':', '(']",* :],0,1.0 +1106,1106,12,symb,XOR_permuted,2.0,"['&', '>']",> &],1,1.0 +1106,1106,12,symb,XOR_permuted,3.0,"['~', '%']",% ~,1,1.0 +1106,1106,12,symb,XOR_permuted,4.0,"['!', '~']",% ~],0,1.0 +1106,1106,12,symb,XOR_permuted,5.0,"['<', '~']",(~ <),0,1.0 +1106,1106,12,symb,XOR_permuted,6.0,"['!', '$']",$ !,1,1.0 +1106,1106,12,symb,XOR_permuted,7.0,"['%', ':']",: %],1,1.0 +1106,1106,12,symb,XOR_permuted,8.0,"['&', '(']",* &],0,1.0 +1106,1106,12,symb,XOR_permuted,9.0,"[':', '!']",: !],1,1.0 +1106,1106,12,symb,XOR_permuted,10.0,"['$', '~']",~ $,1,1.0 +1106,1106,12,symb,XOR_permuted,11.0,"['%', '>']",* >],0,1.0 +1106,1106,12,symb,XOR_permuted,12.0,"['%', '$']",$ %,1,1.0 +1106,1106,12,symb,XOR_permuted,13.0,"['!', '~']",: ~],0,1.0 +1106,1106,12,symb,XOR_permuted,14.0,"['&', '!']",$ &],0,1.0 +1106,1106,12,symb,XOR_permuted,15.0,"['%', '>']",% >,1,1.0 +1106,1106,12,symb,XOR_permuted,16.0,"['>', ':']",! !],0,1.0 +1106,1106,12,symb,XOR_permuted,17.0,"['~', '*']",~ *],1,1.0 +1106,1106,12,symb,XOR_permuted,18.0,"['>', ':']",( >],0,1.0 +1106,1106,12,symb,XOR_permuted,19.0,"['%', '$']",$ %,1,1.0 +1106,1106,12,symb,XOR_permuted,20.0,"['%', '*']",* %,1,1.0 +1106,1106,12,symb,XOR_permuted,21.0,"['~', '<']",< >],0,1.0 +1106,1106,12,symb,XOR_permuted,22.0,"['%', '!']",! %],1,1.0 +1106,1106,12,symb,XOR_permuted,23.0,"['%', '$']",$ %],1,1.0 +1106,1106,12,symb,XOR_permuted,24.0,"[':', '%']",:% %],0,1.0 +1106,1106,12,symb,XOR_permuted,25.0,"['*', ':']",*: !,0,1.0 +1106,1106,12,symb,XOR_permuted,26.0,"['!', '$']",$ !,1,1.0 +1106,1106,12,symb,XOR_permuted,27.0,"['*', '$']",* $,1,1.0 +1106,1106,12,symb,XOR_permuted,28.0,"['!', '>']",> !,1,1.0 +1106,1106,12,symb,XOR_permuted,29.0,"['$', '%']",$ %,1,1.0 +1106,1106,12,symb,XOR_permuted,30.0,"['*', '<']",* <],1,1.0 +1106,1106,12,symb,XOR_permuted,31.0,"['*', '~']",* ~,1,1.0 +1106,1106,12,symb,XOR_permuted,32.0,"['%', '*']",: *],0,1.0 +1106,1106,12,symb,XOR_permuted,33.0,"['<', '>']",: &],0,1.0 +1106,1106,12,symb,XOR_permuted,34.0,"['!', '<']",],0,1.0 +1106,1106,12,symb,XOR_permuted,35.0,"['~', '%']",% ~,1,1.0 +1106,1106,12,symb,XOR_permuted,36.0,"['~', '%']",% ~,1,1.0 +1106,1106,12,symb,XOR_permuted,37.0,"['(', '<']",< >],0,1.0 +1106,1106,12,symb,XOR_permuted,38.0,"[':', '$']",: $],1,1.0 +1106,1106,12,symb,XOR_permuted,39.0,"['~', '>']",> ~],1,1.0 +1106,1106,12,symb,XOR_permuted,40.0,"['$', '!']",$ !,1,1.0 +1106,1106,12,symb,XOR_permuted,41.0,"['>', '~']",* >,0,1.0 +1106,1106,12,symb,XOR_permuted,42.0,"[':', '$']",: $,1,1.0 +1106,1106,12,symb,XOR_permuted,43.0,"['>', '%']",% >],1,1.0 +1106,1106,12,symb,XOR_permuted,44.0,"['*', '&']",% *],0,1.0 +1106,1106,12,symb,XOR_permuted,45.0,"['!', '<']",< !,1,1.0 +1106,1106,12,symb,XOR_permuted,46.0,"['*', '%']",* %],1,1.0 +1106,1106,12,symb,XOR_permuted,47.0,"['*', '%']",* %],1,1.0 +1106,1106,12,symb,XOR_permuted,48.0,"['%', '&']",& %,1,1.0 +1106,1106,12,symb,XOR_permuted,49.0,"['<', '&']",<& :],0,1.0 +1106,1106,12,symb,XOR_permuted,50.0,"['~', '$']",:] $,0,1.0 +1106,1106,12,symb,XOR_permuted,51.0,"['%', '&']",% (,0,1.0 +1106,1106,12,symb,XOR_permuted,52.0,"['$', ':']",: $],1,1.0 +1106,1106,12,symb,XOR_permuted,53.0,"[':', '*']",* :],1,1.0 +1106,1106,12,symb,XOR_permuted,54.0,"['&', '%']",% &,1,1.0 +1106,1106,12,symb,XOR_permuted,55.0,"['<', '$']",$ <],1,1.0 +1106,1106,12,symb,XOR_permuted,56.0,"['%', '~']",% :],0,1.0 +1106,1106,12,symb,XOR_permuted,57.0,"['<', '(']",(% !),0,1.0 +1106,1106,12,symb,XOR_permuted,58.0,"['>', '<']",< >,1,1.0 +1106,1106,12,symb,XOR_permuted,59.0,"[':', '*']",* :],1,1.0 +1106,1106,12,symb,XOR_permuted,60.0,"['$', '*']",% *],0,1.0 +1106,1106,12,symb,XOR_permuted,61.0,"['%', '&']",% &,1,1.0 +1106,1106,12,symb,XOR_permuted,62.0,"['%', '*']",* %],1,1.0 +1106,1106,12,symb,XOR_permuted,63.0,"['*', '%']",: >],0,1.0 +1106,1106,12,symb,XOR_permuted,64.0,"['*', '!']",: >],0,1.0 +1106,1106,12,symb,XOR_permuted,65.0,"['$', '~']",$ ~],1,1.0 +1106,1106,12,symb,XOR_permuted,66.0,"['$', '(']",$ $],0,1.0 +1106,1106,12,symb,XOR_permuted,67.0,"['%', '(']",% (,1,1.0 +1106,1106,12,symb,XOR_permuted,68.0,"['$', '<']",$ <],1,1.0 +1106,1106,12,symb,XOR_permuted,69.0,"['~', '(']",~ (],1,1.0 +1106,1106,12,symb,XOR_permuted,70.0,"['<', '%']",% <],1,1.0 +1106,1106,12,symb,XOR_permuted,71.0,"['!', '&']",! >],0,1.0 +1106,1106,12,symb,XOR_permuted,72.0,"[':', '&']",& :],1,1.0 +1106,1106,12,symb,XOR_permuted,73.0,"['~', '!']",% ~],0,1.0 +1106,1106,12,symb,XOR_permuted,74.0,"['%', '$']",% $,1,1.0 +1106,1106,12,symb,XOR_permuted,75.0,"['*', '$']",* $,1,1.0 +1106,1106,12,symb,XOR_permuted,76.0,"['$', '~']",$ ~,1,1.0 +1106,1106,12,symb,XOR_permuted,77.0,"['(', '&']",(& <),0,1.0 +1106,1106,12,symb,XOR_permuted,78.0,"['&', '(']",&) ~],0,1.0 +1106,1106,12,symb,XOR_permuted,79.0,"['>', '!']",! >],1,1.0 +1106,1106,12,symb,XOR_permuted,80.0,"[':', '!']",! :],1,1.0 +1106,1106,12,symb,XOR_permuted,81.0,"['<', '~']",< ~],1,1.0 +1106,1106,12,symb,XOR_permuted,82.0,"['<', '>']",( <],0,1.0 +1106,1106,12,symb,XOR_permuted,83.0,"['>', '%']",% >,1,1.0 +1106,1106,12,symb,XOR_permuted,84.0,"['~', '$']",~ $],1,1.0 +1106,1106,12,symb,XOR_permuted,85.0,"['$', '(']",$ :],0,1.0 +1106,1106,12,symb,XOR_permuted,86.0,"['~', '*']",: *],0,1.0 +1106,1106,12,symb,XOR_permuted,87.0,"['$', '(']",$ >,0,1.0 +1106,1106,12,symb,XOR_permuted,88.0,"['!', '&']",! &,1,1.0 +1106,1106,12,symb,XOR_permuted,89.0,"['(', '$']",$ (],1,1.0 +1106,1106,12,symb,XOR_permuted,90.0,"['&', '<']",& <],1,1.0 +1106,1106,12,symb,XOR_permuted,91.0,"['(', '%']",% (],1,1.0 +1106,1106,12,symb,XOR_permuted,92.0,"[':', '(']",~ ~],0,1.0 +1106,1106,12,symb,XOR_permuted,93.0,"['<', ':']",$ <,0,1.0 +1106,1106,12,symb,XOR_permuted,94.0,"['!', '>']",> $],0,1.0 +1106,1106,12,symb,XOR_permuted,95.0,"[':', '<']",< :],1,1.0 +1106,1106,12,symb,XOR_permuted,96.0,"['<', '$']",$ <],1,1.0 +1106,1106,12,symb,XOR_permuted,97.0,"[':', '!']",: !],1,1.0 +1106,1106,12,symb,XOR_permuted,98.0,"['>', '<']",<* >],0,1.0 +1106,1106,12,symb,XOR_permuted,99.0,"['~', '>']",: >],0,1.0 +1106,1106,12,symb,AND_permuted,0.0,[],*,0,1.0 +1106,1106,12,symb,AND_permuted,1.0,[],$!,0,1.0 +1106,1106,12,symb,AND_permuted,2.0,[],!],0,1.0 +1106,1106,12,symb,AND_permuted,3.0,[],>],0,1.0 +1106,1106,12,symb,AND_permuted,4.0,[],$,0,1.0 +1106,1106,12,symb,AND_permuted,5.0,[],*],0,1.0 +1106,1106,12,symb,AND_permuted,6.0,[],* >],0,1.0 +1106,1106,12,symb,AND_permuted,7.0,[],* >],0,1.0 +1106,1106,12,symb,AND_permuted,8.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,9.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,10.0,[],$,0,1.0 +1106,1106,12,symb,AND_permuted,11.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,12.0,[],<,0,1.0 +1106,1106,12,symb,AND_permuted,13.0,[],*],0,1.0 +1106,1106,12,symb,AND_permuted,14.0,[],>],0,1.0 +1106,1106,12,symb,AND_permuted,15.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,16.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,17.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,18.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,19.0,[],&,0,1.0 +1106,1106,12,symb,AND_permuted,20.0,[],*,0,1.0 +1106,1106,12,symb,AND_permuted,21.0,[],>],0,1.0 +1106,1106,12,symb,AND_permuted,22.0,[],$,0,1.0 +1106,1106,12,symb,AND_permuted,23.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,24.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,25.0,[],#,0,1.0 +1106,1106,12,symb,AND_permuted,26.0,[],)],0,1.0 +1106,1106,12,symb,AND_permuted,27.0,[],(&),0,1.0 +1106,1106,12,symb,AND_permuted,28.0,[],)],0,1.0 +1106,1106,12,symb,AND_permuted,29.0,[],!,0,1.0 +1106,1106,12,symb,AND_permuted,30.0,[],<],0,1.0 +1106,1106,12,symb,AND_permuted,31.0,[],&],0,1.0 +1106,1106,12,symb,AND_permuted,32.0,[],$,0,1.0 +1106,1106,12,symb,AND_permuted,33.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,34.0,[],<],0,1.0 +1106,1106,12,symb,AND_permuted,35.0,[],~,0,1.0 +1106,1106,12,symb,AND_permuted,36.0,[],*,0,1.0 +1106,1106,12,symb,AND_permuted,37.0,[],*,0,1.0 +1106,1106,12,symb,AND_permuted,38.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,39.0,[],*,0,1.0 +1106,1106,12,symb,AND_permuted,40.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,41.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,42.0,[],(&),0,1.0 +1106,1106,12,symb,AND_permuted,43.0,[],>],0,1.0 +1106,1106,12,symb,AND_permuted,44.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,45.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,46.0,[],<,0,1.0 +1106,1106,12,symb,AND_permuted,47.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,48.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,49.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,50.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,51.0,[],*,0,1.0 +1106,1106,12,symb,AND_permuted,52.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,53.0,[],~],0,1.0 +1106,1106,12,symb,AND_permuted,54.0,[],<],0,1.0 +1106,1106,12,symb,AND_permuted,55.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,56.0,[],>],0,1.0 +1106,1106,12,symb,AND_permuted,57.0,[],*,0,1.0 +1106,1106,12,symb,AND_permuted,58.0,[],!],0,1.0 +1106,1106,12,symb,AND_permuted,59.0,[],$,0,1.0 +1106,1106,12,symb,AND_permuted,60.0,[],% >],0,1.0 +1106,1106,12,symb,AND_permuted,61.0,[],*],0,1.0 +1106,1106,12,symb,AND_permuted,62.0,[],*],0,1.0 +1106,1106,12,symb,AND_permuted,63.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,64.0,[],*,0,1.0 +1106,1106,12,symb,AND_permuted,65.0,[],&,0,1.0 +1106,1106,12,symb,AND_permuted,66.0,[],)],0,1.0 +1106,1106,12,symb,AND_permuted,67.0,[],!,0,1.0 +1106,1106,12,symb,AND_permuted,68.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,69.0,[],(],0,1.0 +1106,1106,12,symb,AND_permuted,70.0,[],&,0,1.0 +1106,1106,12,symb,AND_permuted,71.0,[],$,0,1.0 +1106,1106,12,symb,AND_permuted,72.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,73.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,74.0,[],&,0,1.0 +1106,1106,12,symb,AND_permuted,75.0,[],!],0,1.0 +1106,1106,12,symb,AND_permuted,76.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,77.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,78.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,79.0,[],$,0,1.0 +1106,1106,12,symb,AND_permuted,80.0,[],>],0,1.0 +1106,1106,12,symb,AND_permuted,81.0,[],<,0,1.0 +1106,1106,12,symb,AND_permuted,82.0,[],>],0,1.0 +1106,1106,12,symb,AND_permuted,83.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,84.0,[],* <],0,1.0 +1106,1106,12,symb,AND_permuted,85.0,[],*,0,1.0 +1106,1106,12,symb,AND_permuted,86.0,[],:],0,1.0 +1106,1106,12,symb,AND_permuted,87.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,88.0,[],%],0,1.0 +1106,1106,12,symb,AND_permuted,89.0,[],$,0,1.0 +1106,1106,12,symb,AND_permuted,90.0,[],~,0,1.0 +1106,1106,12,symb,AND_permuted,91.0,[],)],0,1.0 +1106,1106,12,symb,AND_permuted,92.0,[],<],0,1.0 +1106,1106,12,symb,AND_permuted,93.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,94.0,[],%,0,1.0 +1106,1106,12,symb,AND_permuted,95.0,[],],1,1.0 +1106,1106,12,symb,AND_permuted,96.0,[],)],0,1.0 +1106,1106,12,symb,AND_permuted,97.0,[],* >],0,1.0 +1106,1106,12,symb,AND_permuted,98.0,[],]~,1,1.0 +1106,1106,12,symb,AND_permuted,99.0,[],>],0,1.0 +0125,0125,02,num,row_constant,0.0,[3],3],1,1.0 +0125,0125,02,num,row_constant,1.0,[4],4,1,1.0 +0125,0125,02,num,row_constant,2.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,3.0,[3],3],1,1.0 +0125,0125,02,num,row_constant,4.0,[6],6,1,1.0 +0125,0125,02,num,row_constant,5.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,6.0,[5],5],1,1.0 +0125,0125,02,num,row_constant,7.0,[9],9],1,1.0 +0125,0125,02,num,row_constant,8.0,[4],4],1,1.0 +0125,0125,02,num,row_constant,9.0,[4],4],1,1.0 +0125,0125,02,num,row_constant,10.0,[8],8,1,1.0 +0125,0125,02,num,row_constant,11.0,[9],9,1,1.0 +0125,0125,02,num,row_constant,12.0,[0],0],1,1.0 +0125,0125,02,num,row_constant,13.0,[0],0],1,1.0 +0125,0125,02,num,row_constant,14.0,[1],1],1,1.0 +0125,0125,02,num,row_constant,15.0,[4],4],1,1.0 +0125,0125,02,num,row_constant,16.0,[3],3],1,1.0 +0125,0125,02,num,row_constant,17.0,[7],7],1,1.0 +0125,0125,02,num,row_constant,18.0,[0],0],1,1.0 +0125,0125,02,num,row_constant,19.0,[5],5,1,1.0 +0125,0125,02,num,row_constant,20.0,[0],0,1,1.0 +0125,0125,02,num,row_constant,21.0,[3],3],1,1.0 +0125,0125,02,num,row_constant,22.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,23.0,[9],9],1,1.0 +0125,0125,02,num,row_constant,24.0,[7],7],1,1.0 +0125,0125,02,num,row_constant,25.0,[4],4],1,1.0 +0125,0125,02,num,row_constant,26.0,[5],5],1,1.0 +0125,0125,02,num,row_constant,27.0,[9],9,1,1.0 +0125,0125,02,num,row_constant,28.0,[6],6],1,1.0 +0125,0125,02,num,row_constant,29.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,30.0,[6],6],1,1.0 +0125,0125,02,num,row_constant,31.0,[4],4],1,1.0 +0125,0125,02,num,row_constant,32.0,[2],2,1,1.0 +0125,0125,02,num,row_constant,33.0,[4],4,1,1.0 +0125,0125,02,num,row_constant,34.0,[6],6],1,1.0 +0125,0125,02,num,row_constant,35.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,36.0,[4],4,1,1.0 +0125,0125,02,num,row_constant,37.0,[3],3],1,1.0 +0125,0125,02,num,row_constant,38.0,[0],0],1,1.0 +0125,0125,02,num,row_constant,39.0,[9],9,1,1.0 +0125,0125,02,num,row_constant,40.0,[0],0],1,1.0 +0125,0125,02,num,row_constant,41.0,[6],6,1,1.0 +0125,0125,02,num,row_constant,42.0,[1],1,1,1.0 +0125,0125,02,num,row_constant,43.0,[4],4],1,1.0 +0125,0125,02,num,row_constant,44.0,[5],5],1,1.0 +0125,0125,02,num,row_constant,45.0,[3],3],1,1.0 +0125,0125,02,num,row_constant,46.0,[2],2],1,1.0 +0125,0125,02,num,row_constant,47.0,[8],8,1,1.0 +0125,0125,02,num,row_constant,48.0,[8],8,1,1.0 +0125,0125,02,num,row_constant,49.0,[7],7],1,1.0 +0125,0125,02,num,row_constant,50.0,[1],1],1,1.0 +0125,0125,02,num,row_constant,51.0,[4],8,0,1.0 +0125,0125,02,num,row_constant,52.0,[7],7],1,1.0 +0125,0125,02,num,row_constant,53.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,54.0,[9],9],1,1.0 +0125,0125,02,num,row_constant,55.0,[0],0],1,1.0 +0125,0125,02,num,row_constant,56.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,57.0,[0],0],1,1.0 +0125,0125,02,num,row_constant,58.0,[3],3],1,1.0 +0125,0125,02,num,row_constant,59.0,[5],5],1,1.0 +0125,0125,02,num,row_constant,60.0,[1],1,1,1.0 +0125,0125,02,num,row_constant,61.0,[3],3],1,1.0 +0125,0125,02,num,row_constant,62.0,[3],3],1,1.0 +0125,0125,02,num,row_constant,63.0,[3],3,1,1.0 +0125,0125,02,num,row_constant,64.0,[1],1,1,1.0 +0125,0125,02,num,row_constant,65.0,[4],4,1,1.0 +0125,0125,02,num,row_constant,66.0,[8],8,1,1.0 +0125,0125,02,num,row_constant,67.0,[5],5],1,1.0 +0125,0125,02,num,row_constant,68.0,[4],4],1,1.0 +0125,0125,02,num,row_constant,69.0,[4],4],1,1.0 +0125,0125,02,num,row_constant,70.0,[4],4,1,1.0 +0125,0125,02,num,row_constant,71.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,72.0,[1],1],1,1.0 +0125,0125,02,num,row_constant,73.0,[6],6,1,1.0 +0125,0125,02,num,row_constant,74.0,[5],5],1,1.0 +0125,0125,02,num,row_constant,75.0,[0],0],1,1.0 +0125,0125,02,num,row_constant,76.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,77.0,[7],7],1,1.0 +0125,0125,02,num,row_constant,78.0,[4],4,1,1.0 +0125,0125,02,num,row_constant,79.0,[2],2],1,1.0 +0125,0125,02,num,row_constant,80.0,[3],3,1,1.0 +0125,0125,02,num,row_constant,81.0,[2],2,1,1.0 +0125,0125,02,num,row_constant,82.0,[9],9],1,1.0 +0125,0125,02,num,row_constant,83.0,[8],8,1,1.0 +0125,0125,02,num,row_constant,84.0,[5],5],1,1.0 +0125,0125,02,num,row_constant,85.0,[2],2,1,1.0 +0125,0125,02,num,row_constant,86.0,[4],4],1,1.0 +0125,0125,02,num,row_constant,87.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,88.0,[0],0],1,1.0 +0125,0125,02,num,row_constant,89.0,[3],3,1,1.0 +0125,0125,02,num,row_constant,90.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,91.0,[7],7],1,1.0 +0125,0125,02,num,row_constant,92.0,[1],1,1,1.0 +0125,0125,02,num,row_constant,93.0,[7],7,1,1.0 +0125,0125,02,num,row_constant,94.0,[2],2],1,1.0 +0125,0125,02,num,row_constant,95.0,[6],6,1,1.0 +0125,0125,02,num,row_constant,96.0,[6],6],1,1.0 +0125,0125,02,num,row_constant,97.0,[2],2],1,1.0 +0125,0125,02,num,row_constant,98.0,[8],8,1,1.0 +0125,0125,02,num,row_constant,99.0,[6],6],1,1.0 +0125,0125,02,num,col_constant,0.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,1.0,[9],9,1,1.0 +0125,0125,02,num,col_constant,2.0,[9],9,1,1.0 +0125,0125,02,num,col_constant,3.0,[8],8,1,1.0 +0125,0125,02,num,col_constant,4.0,[7],7,1,1.0 +0125,0125,02,num,col_constant,5.0,[8],8,1,1.0 +0125,0125,02,num,col_constant,6.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,7.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,8.0,[4],4,1,1.0 +0125,0125,02,num,col_constant,9.0,[4],4],1,1.0 +0125,0125,02,num,col_constant,10.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,11.0,[8],8,1,1.0 +0125,0125,02,num,col_constant,12.0,[0],0,1,1.0 +0125,0125,02,num,col_constant,13.0,[1],1,1,1.0 +0125,0125,02,num,col_constant,14.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,15.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,16.0,[7],7,1,1.0 +0125,0125,02,num,col_constant,17.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,18.0,[4],4,1,1.0 +0125,0125,02,num,col_constant,19.0,[2],2,1,1.0 +0125,0125,02,num,col_constant,20.0,[6],6],1,1.0 +0125,0125,02,num,col_constant,21.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,22.0,[9],9,1,1.0 +0125,0125,02,num,col_constant,23.0,[0],0,1,1.0 +0125,0125,02,num,col_constant,24.0,[5],5],1,1.0 +0125,0125,02,num,col_constant,25.0,[2],2],1,1.0 +0125,0125,02,num,col_constant,26.0,[9],9,1,1.0 +0125,0125,02,num,col_constant,27.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,28.0,[9],9,1,1.0 +0125,0125,02,num,col_constant,29.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,30.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,31.0,[8],8,1,1.0 +0125,0125,02,num,col_constant,32.0,[4],4,1,1.0 +0125,0125,02,num,col_constant,33.0,[0],0,1,1.0 +0125,0125,02,num,col_constant,34.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,35.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,36.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,37.0,[2],2,1,1.0 +0125,0125,02,num,col_constant,38.0,[2],2,1,1.0 +0125,0125,02,num,col_constant,39.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,40.0,[2],2,1,1.0 +0125,0125,02,num,col_constant,41.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,42.0,[3],3],1,1.0 +0125,0125,02,num,col_constant,43.0,[0],0,1,1.0 +0125,0125,02,num,col_constant,44.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,45.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,46.0,[7],7],1,1.0 +0125,0125,02,num,col_constant,47.0,[0],0,1,1.0 +0125,0125,02,num,col_constant,48.0,[8],8,1,1.0 +0125,0125,02,num,col_constant,49.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,50.0,[7],7,1,1.0 +0125,0125,02,num,col_constant,51.0,[7],7,1,1.0 +0125,0125,02,num,col_constant,52.0,[8],8,1,1.0 +0125,0125,02,num,col_constant,53.0,[2],2],1,1.0 +0125,0125,02,num,col_constant,54.0,[0],0,1,1.0 +0125,0125,02,num,col_constant,55.0,[0],0,1,1.0 +0125,0125,02,num,col_constant,56.0,[6],6],1,1.0 +0125,0125,02,num,col_constant,57.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,58.0,[0],0,1,1.0 +0125,0125,02,num,col_constant,59.0,[2],2,1,1.0 +0125,0125,02,num,col_constant,60.0,[3],3],1,1.0 +0125,0125,02,num,col_constant,61.0,[4],4,1,1.0 +0125,0125,02,num,col_constant,62.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,63.0,[1],1,1,1.0 +0125,0125,02,num,col_constant,64.0,[5],5],1,1.0 +0125,0125,02,num,col_constant,65.0,[2],2],1,1.0 +0125,0125,02,num,col_constant,66.0,[0],0,1,1.0 +0125,0125,02,num,col_constant,67.0,[7],7,1,1.0 +0125,0125,02,num,col_constant,68.0,[4],4,1,1.0 +0125,0125,02,num,col_constant,69.0,[4],4,1,1.0 +0125,0125,02,num,col_constant,70.0,[8],8],1,1.0 +0125,0125,02,num,col_constant,71.0,[2],2,1,1.0 +0125,0125,02,num,col_constant,72.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,73.0,[4],4,1,1.0 +0125,0125,02,num,col_constant,74.0,[8],8,1,1.0 +0125,0125,02,num,col_constant,75.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,76.0,[1],1,1,1.0 +0125,0125,02,num,col_constant,77.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,78.0,[7],7,1,1.0 +0125,0125,02,num,col_constant,79.0,[9],9,1,1.0 +0125,0125,02,num,col_constant,80.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,81.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,82.0,[8],8,1,1.0 +0125,0125,02,num,col_constant,83.0,[9],9,1,1.0 +0125,0125,02,num,col_constant,84.0,[3],3],1,1.0 +0125,0125,02,num,col_constant,85.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,86.0,[5],5],1,1.0 +0125,0125,02,num,col_constant,87.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,88.0,[1],1,1,1.0 +0125,0125,02,num,col_constant,89.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,90.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,91.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,92.0,[0],0,1,1.0 +0125,0125,02,num,col_constant,93.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,94.0,[6],6,1,1.0 +0125,0125,02,num,col_constant,95.0,[3],3,1,1.0 +0125,0125,02,num,col_constant,96.0,[1],1,1,1.0 +0125,0125,02,num,col_constant,97.0,[5],5,1,1.0 +0125,0125,02,num,col_constant,98.0,[5],5],1,1.0 +0125,0125,02,num,col_constant,99.0,[2],2,1,1.0 +0125,0125,02,num,dist3_diag1,0.0,[2],2,1,1.0 +0125,0125,02,num,dist3_diag1,1.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag1,2.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag1,3.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,4.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,5.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,6.0,[2],2,1,1.0 +0125,0125,02,num,dist3_diag1,7.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,8.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,9.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,10.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag1,11.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,12.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,13.0,[2],2,1,1.0 +0125,0125,02,num,dist3_diag1,14.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,15.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag1,16.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,17.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,18.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,19.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,20.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag1,21.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag1,22.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,23.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,24.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag1,25.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag1,26.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag1,27.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,28.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,29.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,30.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag1,31.0,[2],2,1,1.0 +0125,0125,02,num,dist3_diag1,32.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,33.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,34.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,35.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,36.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,37.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,38.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag1,39.0,[1],1,1,1.0 +0125,0125,02,num,dist3_diag1,40.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag1,41.0,[5],5],1,1.0 +0125,0125,02,num,dist3_diag1,42.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,43.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,44.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,45.0,[1],1,1,1.0 +0125,0125,02,num,dist3_diag1,46.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,47.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag1,48.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,49.0,[2],2],1,1.0 +0125,0125,02,num,dist3_diag1,50.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,51.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,52.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag1,53.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag1,54.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,55.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag1,56.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,57.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,58.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,59.0,[1],1,1,1.0 +0125,0125,02,num,dist3_diag1,60.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,61.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag1,62.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,63.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,64.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag1,65.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,66.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,67.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,68.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag1,69.0,[1],1,1,1.0 +0125,0125,02,num,dist3_diag1,70.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag1,71.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag1,72.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,73.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,74.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,75.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,76.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,77.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,78.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag1,79.0,[2],2],1,1.0 +0125,0125,02,num,dist3_diag1,80.0,[3],3],1,1.0 +0125,0125,02,num,dist3_diag1,81.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,82.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,83.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,84.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,85.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag1,86.0,[3],3],1,1.0 +0125,0125,02,num,dist3_diag1,87.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,88.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,89.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,90.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag1,91.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag1,92.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag1,93.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,94.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag1,95.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag1,96.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,97.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag1,98.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag1,99.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag2,0.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,1.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,2.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,3.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,4.0,[2],2,1,1.0 +0125,0125,02,num,dist3_diag2,5.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag2,6.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,7.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,8.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,9.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,10.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,11.0,[1],1,1,1.0 +0125,0125,02,num,dist3_diag2,12.0,[1],1,1,1.0 +0125,0125,02,num,dist3_diag2,13.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,14.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,15.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,16.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,17.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,18.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,19.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,20.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,21.0,[1],1,1,1.0 +0125,0125,02,num,dist3_diag2,22.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag2,23.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag2,24.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag2,25.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,26.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,27.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,28.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag2,29.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,30.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag2,31.0,[2],2],1,1.0 +0125,0125,02,num,dist3_diag2,32.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,33.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,34.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag2,35.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag2,36.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag2,37.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,38.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,39.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,40.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag2,41.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag2,42.0,[2],2,1,1.0 +0125,0125,02,num,dist3_diag2,43.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,44.0,[2],2,1,1.0 +0125,0125,02,num,dist3_diag2,45.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,46.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,47.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,48.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag2,49.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,50.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,51.0,[2],2,1,1.0 +0125,0125,02,num,dist3_diag2,52.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,53.0,[2],2,1,1.0 +0125,0125,02,num,dist3_diag2,54.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,55.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,56.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,57.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag2,58.0,[3],3],1,1.0 +0125,0125,02,num,dist3_diag2,59.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,60.0,[1],1,1,1.0 +0125,0125,02,num,dist3_diag2,61.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,62.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,63.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,64.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,65.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,66.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,67.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,68.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,69.0,[8],8,1,1.0 +0125,0125,02,num,dist3_diag2,70.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,71.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag2,72.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,73.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,74.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag2,75.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,76.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,77.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,78.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,79.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag2,80.0,[9],9,1,1.0 +0125,0125,02,num,dist3_diag2,81.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,82.0,[7],7,1,1.0 +0125,0125,02,num,dist3_diag2,83.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag2,84.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,85.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,86.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,87.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,88.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,89.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag2,90.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag2,91.0,[0],0,1,1.0 +0125,0125,02,num,dist3_diag2,92.0,[3],3,1,1.0 +0125,0125,02,num,dist3_diag2,93.0,[1],1,1,1.0 +0125,0125,02,num,dist3_diag2,94.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,95.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,96.0,[6],6,1,1.0 +0125,0125,02,num,dist3_diag2,97.0,[4],4,1,1.0 +0125,0125,02,num,dist3_diag2,98.0,[5],5,1,1.0 +0125,0125,02,num,dist3_diag2,99.0,[0],0,1,1.0 +0125,0125,02,num,prog_size1,0.0,[4],4],1,1.0 +0125,0125,02,num,prog_size1,1.0,[5],5],1,1.0 +0125,0125,02,num,prog_size1,2.0,[6],6,1,1.0 +0125,0125,02,num,prog_size1,3.0,[7],7,1,1.0 +0125,0125,02,num,prog_size1,4.0,[8],8,1,1.0 +0125,0125,02,num,prog_size1,5.0,[9],9,1,1.0 +0125,0125,02,num,prog_size1,6.0,[0],0,1,1.0 +0125,0125,02,num,prog_size1,7.0,[1],1,1,1.0 +0125,0125,02,num,prog_size1,8.0,[2],2,1,1.0 +0125,0125,02,num,prog_size1,9.0,[3],3,1,1.0 +0125,0125,02,num,prog_size1,10.0,[4],4,1,1.0 +0125,0125,02,num,prog_size1,11.0,[5],5,1,1.0 +0125,0125,02,num,prog_size2,0.0,[8],8,1,1.0 +0125,0125,02,num,prog_size2,1.0,[9],9,1,1.0 +0125,0125,02,num,prog_size2,2.0,[0],0,1,1.0 +0125,0125,02,num,prog_size2,3.0,[1],1,1,1.0 +0125,0125,02,num,two_rule_comb0,0.0,[6 9],6 9],1,1.0 +0125,0125,02,num,two_rule_comb0,1.0,[7 0],7 0,1,1.0 +0125,0125,02,num,two_rule_comb0,2.0,[2 4],2 4],1,1.0 +0125,0125,02,num,two_rule_comb0,3.0,[2 0],2 0],1,1.0 +0125,0125,02,num,two_rule_comb0,4.0,[9 2],9 2,1,1.0 +0125,0125,02,num,two_rule_comb0,5.0,[7 0],7 0,1,1.0 +0125,0125,02,num,two_rule_comb0,6.0,[1 9],1 9],1,1.0 +0125,0125,02,num,two_rule_comb0,7.0,[1 7],1 7],1,1.0 +0125,0125,02,num,two_rule_comb0,8.0,[7 3],7 3,1,1.0 +0125,0125,02,num,two_rule_comb0,9.0,[9 0],9 0,1,1.0 +0125,0125,02,num,two_rule_comb0,10.0,[7 2],7 2,1,1.0 +0125,0125,02,num,two_rule_comb0,11.0,[1 6],1 6],1,1.0 +0125,0125,02,num,two_rule_comb0,12.0,[7 4],7 4],1,1.0 +0125,0125,02,num,two_rule_comb0,13.0,[9 7],9 7,1,1.0 +0125,0125,02,num,two_rule_comb0,14.0,[0 0],0 0,1,1.0 +0125,0125,02,num,two_rule_comb0,15.0,[3 7],3 7,1,1.0 +0125,0125,02,num,two_rule_comb0,16.0,[7 3],7 3],1,1.0 +0125,0125,02,num,two_rule_comb0,17.0,[9 0],9 0,1,1.0 +0125,0125,02,num,two_rule_comb0,18.0,[7 2],7 2,1,1.0 +0125,0125,02,num,two_rule_comb0,19.0,[2 6],2 6,1,1.0 +0125,0125,02,num,two_rule_comb0,20.0,[5 5],5 5],1,1.0 +0125,0125,02,num,two_rule_comb0,21.0,[8 5],8 5],1,1.0 +0125,0125,02,num,two_rule_comb0,22.0,[6 4],6 4],1,1.0 +0125,0125,02,num,two_rule_comb0,23.0,[6 8],6 8,1,1.0 +0125,0125,02,num,two_rule_comb0,24.0,[7 1],7 1,1,1.0 +0125,0125,02,num,two_rule_comb0,25.0,[5 1],5 1,1,1.0 +0125,0125,02,num,two_rule_comb0,26.0,[6 8],6 8,1,1.0 +0125,0125,02,num,two_rule_comb0,27.0,[7 7],7],0,1.0 +0125,0125,02,num,two_rule_comb0,28.0,[7 1],7 1],1,1.0 +0125,0125,02,num,two_rule_comb0,29.0,[0 2],0 2,1,1.0 +0125,0125,02,num,two_rule_comb0,30.0,[9 4],9 4],1,1.0 +0125,0125,02,num,two_rule_comb0,31.0,[4 5],4 5],1,1.0 +0125,0125,02,num,two_rule_comb0,32.0,[3 3],3 3],1,1.0 +0125,0125,02,num,two_rule_comb0,33.0,[7 9],7 9,1,1.0 +0125,0125,02,num,two_rule_comb0,34.0,[4 2],4 2,1,1.0 +0125,0125,02,num,two_rule_comb0,35.0,[8 9],8 9],1,1.0 +0125,0125,02,num,two_rule_comb0,36.0,[6 5],6 5],1,1.0 +0125,0125,02,num,two_rule_comb0,37.0,[1 5],1 5],1,1.0 +0125,0125,02,num,two_rule_comb0,38.0,[3 6],3 6],1,1.0 +0125,0125,02,num,two_rule_comb0,39.0,[5 9],5 9],1,1.0 +0125,0125,02,num,two_rule_comb0,40.0,[5 6],5 6,1,1.0 +0125,0125,02,num,two_rule_comb0,41.0,[1 2],1 2,1,1.0 +0125,0125,02,num,two_rule_comb0,42.0,[1 7],1 7,1,1.0 +0125,0125,02,num,two_rule_comb0,43.0,[8 0],8 0,1,1.0 +0125,0125,02,num,two_rule_comb0,44.0,[3 2],3 2,1,1.0 +0125,0125,02,num,two_rule_comb0,45.0,[7 4],7 4],1,1.0 +0125,0125,02,num,two_rule_comb0,46.0,[9 6],6],0,1.0 +0125,0125,02,num,two_rule_comb0,47.0,[4 2],4 2],1,1.0 +0125,0125,02,num,two_rule_comb0,48.0,[6 4],6 4],1,1.0 +0125,0125,02,num,two_rule_comb0,49.0,[8 9],8 9,1,1.0 +0125,0125,02,num,two_rule_comb0,50.0,[2 0],2 0,1,1.0 +0125,0125,02,num,two_rule_comb0,51.0,[7 5],7 5],1,1.0 +0125,0125,02,num,two_rule_comb0,52.0,[2 3],2 3],1,1.0 +0125,0125,02,num,two_rule_comb0,53.0,[3 5],5],0,1.0 +0125,0125,02,num,two_rule_comb0,54.0,[0 7],0 7,1,1.0 +0125,0125,02,num,two_rule_comb0,55.0,[1 6],1 6,1,1.0 +0125,0125,02,num,two_rule_comb0,56.0,[7 1],7 1,1,1.0 +0125,0125,02,num,two_rule_comb0,57.0,[6 8],6 8],1,1.0 +0125,0125,02,num,two_rule_comb0,58.0,[8 0],8 0,1,1.0 +0125,0125,02,num,two_rule_comb0,59.0,[3 0],3 0,1,1.0 +0125,0125,02,num,two_rule_comb0,60.0,[3 0],3 0],1,1.0 +0125,0125,02,num,two_rule_comb0,61.0,[2 3],2 3,1,1.0 +0125,0125,02,num,two_rule_comb0,62.0,[6 3],6 3,1,1.0 +0125,0125,02,num,two_rule_comb0,63.0,[0 8],0 8,1,1.0 +0125,0125,02,num,two_rule_comb0,64.0,[9 7],9 7,1,1.0 +0125,0125,02,num,two_rule_comb0,65.0,[5 4],5 4,1,1.0 +0125,0125,02,num,two_rule_comb0,66.0,[2 6],2 6],1,1.0 +0125,0125,02,num,two_rule_comb0,67.0,[0 8],0 8],1,1.0 +0125,0125,02,num,two_rule_comb0,68.0,[8 0],8 0,1,1.0 +0125,0125,02,num,two_rule_comb0,69.0,[6 1],6 1,1,1.0 +0125,0125,02,num,two_rule_comb0,70.0,[4 6],4 6],1,1.0 +0125,0125,02,num,two_rule_comb0,71.0,[9 0],9 0,1,1.0 +0125,0125,02,num,two_rule_comb0,72.0,[3 2],2,0,1.0 +0125,0125,02,num,two_rule_comb0,73.0,[3 5],5],0,1.0 +0125,0125,02,num,two_rule_comb0,74.0,[0 5],0 5],1,1.0 +0125,0125,02,num,two_rule_comb0,75.0,[7 0],7 0],1,1.0 +0125,0125,02,num,two_rule_comb0,76.0,[1 9],1 9,1,1.0 +0125,0125,02,num,two_rule_comb0,77.0,[1 7],1 7,1,1.0 +0125,0125,02,num,two_rule_comb0,78.0,[0 1],0 1],1,1.0 +0125,0125,02,num,two_rule_comb0,79.0,[7 7],7 7],1,1.0 +0125,0125,02,num,two_rule_comb0,80.0,[2 5],2 5,1,1.0 +0125,0125,02,num,two_rule_comb0,81.0,[3 5],3 5,1,1.0 +0125,0125,02,num,two_rule_comb0,82.0,[7 7],7 7],1,1.0 +0125,0125,02,num,two_rule_comb0,83.0,[7 0],7 0,1,1.0 +0125,0125,02,num,two_rule_comb0,84.0,[3 1],3 1],1,1.0 +0125,0125,02,num,two_rule_comb0,85.0,[0 8],8],0,1.0 +0125,0125,02,num,two_rule_comb0,86.0,[3 0],3 0],1,1.0 +0125,0125,02,num,two_rule_comb0,87.0,[1 5],1 5],1,1.0 +0125,0125,02,num,two_rule_comb0,88.0,[8 0],8 0,1,1.0 +0125,0125,02,num,two_rule_comb0,89.0,[2 7],2 7],1,1.0 +0125,0125,02,num,two_rule_comb0,90.0,[8 5],8 5],1,1.0 +0125,0125,02,num,two_rule_comb0,91.0,[3 1],3 1,1,1.0 +0125,0125,02,num,two_rule_comb0,92.0,[3 8],3 8,1,1.0 +0125,0125,02,num,two_rule_comb0,93.0,[3 9],9],0,1.0 +0125,0125,02,num,two_rule_comb0,94.0,[2 2],2 2],1,1.0 +0125,0125,02,num,two_rule_comb0,95.0,[8 3],8 3,1,1.0 +0125,0125,02,num,two_rule_comb0,96.0,[1 5],5],0,1.0 +0125,0125,02,num,two_rule_comb0,97.0,[9 4],9 4,1,1.0 +0125,0125,02,num,two_rule_comb0,98.0,[5 4],5 4],1,1.0 +0125,0125,02,num,two_rule_comb0,99.0,[3 1],3 1],1,1.0 +0125,0125,02,num,two_rule_comb1,0.0,[1 2],1 2,1,1.0 +0125,0125,02,num,two_rule_comb1,1.0,[8 9],9 9,0,1.0 +0125,0125,02,num,two_rule_comb1,2.0,[2 6],2 6,1,1.0 +0125,0125,02,num,two_rule_comb1,3.0,[3 4],3 4,1,1.0 +0125,0125,02,num,two_rule_comb1,4.0,[2 7],2 7,1,1.0 +0125,0125,02,num,two_rule_comb1,5.0,[4 0],4 0,1,1.0 +0125,0125,02,num,two_rule_comb1,6.0,[7 4],7 4,1,1.0 +0125,0125,02,num,two_rule_comb1,7.0,[1 1],1 1,1,1.0 +0125,0125,02,num,two_rule_comb1,8.0,[7 9],7 9,1,1.0 +0125,0125,02,num,two_rule_comb1,9.0,[3 1],3 1,1,1.0 +0125,0125,02,num,two_rule_comb1,10.0,[3 7],3 7],1,1.0 +0125,0125,02,num,two_rule_comb1,11.0,[0 2],0 2],1,1.0 +0125,0125,02,num,two_rule_comb1,12.0,[6 7],6 7,1,1.0 +0125,0125,02,num,two_rule_comb1,13.0,[8 2],8 2,1,1.0 +0125,0125,02,num,two_rule_comb1,14.0,[7 4],7 4,1,1.0 +0125,0125,02,num,two_rule_comb1,15.0,[1 3],1 3],1,1.0 +0125,0125,02,num,two_rule_comb1,16.0,[7 3],7 3,1,1.0 +0125,0125,02,num,two_rule_comb1,17.0,[7 7],5 7,0,1.0 +0125,0125,02,num,two_rule_comb1,18.0,[1 8],1 8],1,1.0 +0125,0125,02,num,two_rule_comb1,19.0,[1 9],1 9,1,1.0 +0125,0125,02,num,two_rule_comb1,20.0,[4 9],4 9,1,1.0 +0125,0125,02,num,two_rule_comb1,21.0,[2 3],2 3],1,1.0 +0125,0125,02,num,two_rule_comb1,22.0,[6 7],6 7],1,1.0 +0125,0125,02,num,two_rule_comb1,23.0,[2 5],2 5],1,1.0 +0125,0125,02,num,two_rule_comb1,24.0,[3 1],3 1,1,1.0 +0125,0125,02,num,two_rule_comb1,25.0,[6 5],6 5],1,1.0 +0125,0125,02,num,two_rule_comb1,26.0,[8 1],8 1,1,1.0 +0125,0125,02,num,two_rule_comb1,27.0,[6 8],6 8,1,1.0 +0125,0125,02,num,two_rule_comb1,28.0,[5 4],4 4],0,1.0 +0125,0125,02,num,two_rule_comb1,29.0,[0 4],64,0,1.0 +0125,0125,02,num,two_rule_comb1,30.0,[4 9],9],0,1.0 +0125,0125,02,num,two_rule_comb1,31.0,[6 2],6 2],1,1.0 +0125,0125,02,num,two_rule_comb1,32.0,[1 7],1 7,1,1.0 +0125,0125,02,num,two_rule_comb1,33.0,[3 0],2 0],0,1.0 +0125,0125,02,num,two_rule_comb1,34.0,[1 2],1 2,1,1.0 +0125,0125,02,num,two_rule_comb1,35.0,[4 1],4 1,1,1.0 +0125,0125,02,num,two_rule_comb1,36.0,[6 6],6 6,1,1.0 +0125,0125,02,num,two_rule_comb1,37.0,[6 2],6 2,1,1.0 +0125,0125,02,num,two_rule_comb1,38.0,[3 2],3 2],1,1.0 +0125,0125,02,num,two_rule_comb1,39.0,[9 9],9 9,1,1.0 +0125,0125,02,num,two_rule_comb1,40.0,[5 9],1 9],0,1.0 +0125,0125,02,num,two_rule_comb1,41.0,[0 2],0 2,1,1.0 +0125,0125,02,num,two_rule_comb1,42.0,[3 2],3 2,1,1.0 +0125,0125,02,num,two_rule_comb1,43.0,[2 2],2 8,0,1.0 +0125,0125,02,num,two_rule_comb1,44.0,[8 1],8 1,1,1.0 +0125,0125,02,num,two_rule_comb1,45.0,[7 3],7 3,1,1.0 +0125,0125,02,num,two_rule_comb1,46.0,[1 5],1 5,1,1.0 +0125,0125,02,num,two_rule_comb1,47.0,[0 5],0 5,1,1.0 +0125,0125,02,num,two_rule_comb1,48.0,[3 5],3 5],1,1.0 +0125,0125,02,num,two_rule_comb1,49.0,[4 7],None,0,1.0 +0125,0125,02,num,two_rule_comb1,50.0,[3 9],3 9,1,1.0 +0125,0125,02,num,two_rule_comb1,51.0,[3 4],3 4,1,1.0 +0125,0125,02,num,two_rule_comb1,52.0,[8 9],8 9,1,1.0 +0125,0125,02,num,two_rule_comb1,53.0,[9 5],None,0,1.0 +0125,0125,02,num,two_rule_comb1,54.0,[0 8],0 8,1,1.0 +0125,0125,02,num,two_rule_comb1,55.0,[6 2],6 2,1,1.0 +0125,0125,02,num,two_rule_comb1,56.0,[7 0],7 0,1,1.0 +0125,0125,02,num,two_rule_comb1,57.0,[6 6],6 6,1,1.0 +0125,0125,02,num,two_rule_comb1,58.0,[6 3],6 3,1,1.0 +0125,0125,02,num,two_rule_comb1,59.0,[4 5],4 5,1,1.0 +0125,0125,02,num,two_rule_comb1,60.0,[6 6],6 6],1,1.0 +0125,0125,02,num,two_rule_comb1,61.0,[8 4],8 4],1,1.0 +0125,0125,02,num,two_rule_comb1,62.0,[6 4],6 4,1,1.0 +0125,0125,02,num,two_rule_comb1,63.0,[2 1],2 1],1,1.0 +0125,0125,02,num,two_rule_comb1,64.0,[8 1],8 1,1,1.0 +0125,0125,02,num,two_rule_comb1,65.0,[3 3],3 3],1,1.0 +0125,0125,02,num,two_rule_comb1,66.0,[5 9],9,0,1.0 +0125,0125,02,num,two_rule_comb1,67.0,[4 9],4 9,1,1.0 +0125,0125,02,num,two_rule_comb1,68.0,[7 7],7 7,1,1.0 +0125,0125,02,num,two_rule_comb1,69.0,[5 2],5 2],1,1.0 +0125,0125,02,num,two_rule_comb1,70.0,[0 1],1 1,0,1.0 +0125,0125,02,num,two_rule_comb1,71.0,[4 8],4 8,1,1.0 +0125,0125,02,num,two_rule_comb1,72.0,[8 3],8 4,0,1.0 +0125,0125,02,num,two_rule_comb1,73.0,[5 6],5 6,1,1.0 +0125,0125,02,num,two_rule_comb1,74.0,[3 8],3 8],1,1.0 +0125,0125,02,num,two_rule_comb1,75.0,[7 9],7 9],1,1.0 +0125,0125,02,num,two_rule_comb1,76.0,[3 2],3 2,1,1.0 +0125,0125,02,num,two_rule_comb1,77.0,[7 5],7 5],1,1.0 +0125,0125,02,num,two_rule_comb1,78.0,[5 5],5 5,1,1.0 +0125,0125,02,num,two_rule_comb1,79.0,[6 8],6 8,1,1.0 +0125,0125,02,num,two_rule_comb1,80.0,[6 8],6 8,1,1.0 +0125,0125,02,num,two_rule_comb1,81.0,[0 6],0 6],1,1.0 +0125,0125,02,num,two_rule_comb1,82.0,[5 0],5 0,1,1.0 +0125,0125,02,num,two_rule_comb1,83.0,[1 2],1 2,1,1.0 +0125,0125,02,num,two_rule_comb1,84.0,[7 7],7 7],1,1.0 +0125,0125,02,num,two_rule_comb1,85.0,[5 4],5 4],1,1.0 +0125,0125,02,num,two_rule_comb1,86.0,[1 7],7 7],0,1.0 +0125,0125,02,num,two_rule_comb1,87.0,[1 4],1 4,1,1.0 +0125,0125,02,num,two_rule_comb1,88.0,[1 1],1 1,1,1.0 +0125,0125,02,num,two_rule_comb1,89.0,[6 9],None,0,1.0 +0125,0125,02,num,two_rule_comb1,90.0,[2 7],2 7],1,1.0 +0125,0125,02,num,two_rule_comb1,91.0,[4 4],6 4,0,1.0 +0125,0125,02,num,two_rule_comb1,92.0,[1 2],1 2,1,1.0 +0125,0125,02,num,two_rule_comb1,93.0,[0 0],0 0,1,1.0 +0125,0125,02,num,two_rule_comb1,94.0,[7 4],7 4],1,1.0 +0125,0125,02,num,two_rule_comb1,95.0,[1 5],1 5],1,1.0 +0125,0125,02,num,two_rule_comb1,96.0,[7 1],7 1,1,1.0 +0125,0125,02,num,two_rule_comb1,97.0,[3 9],3 9,1,1.0 +0125,0125,02,num,two_rule_comb1,98.0,[7 6],7 6,1,1.0 +0125,0125,02,num,two_rule_comb1,99.0,[2 1],2 1],1,1.0 +0125,0125,02,num,two_rule_comb2,0.0,[1 0],1 0,1,1.0 +0125,0125,02,num,two_rule_comb2,1.0,[0 7],0 7,1,1.0 +0125,0125,02,num,two_rule_comb2,2.0,[6 5],6 5,1,1.0 +0125,0125,02,num,two_rule_comb2,3.0,[1 5],1 5,1,1.0 +0125,0125,02,num,two_rule_comb2,4.0,[7 2],7 2,1,1.0 +0125,0125,02,num,two_rule_comb2,5.0,[2 6],2 6],1,1.0 +0125,0125,02,num,two_rule_comb2,6.0,[4 8],4 8,1,1.0 +0125,0125,02,num,two_rule_comb2,7.0,[3 2],3 2],1,1.0 +0125,0125,02,num,two_rule_comb2,8.0,[9 9],9 9,1,1.0 +0125,0125,02,num,two_rule_comb2,9.0,[6 5],6 5],1,1.0 +0125,0125,02,num,two_rule_comb2,10.0,[8 8],8 8,1,1.0 +0125,0125,02,num,two_rule_comb2,11.0,[9 5],9 5,1,1.0 +0125,0125,02,num,two_rule_comb2,12.0,[5 4],5 4],1,1.0 +0125,0125,02,num,two_rule_comb2,13.0,[4 6],4 6,1,1.0 +0125,0125,02,num,two_rule_comb2,14.0,[2 3],2 3,1,1.0 +0125,0125,02,num,two_rule_comb2,15.0,[8 5],8 5,1,1.0 +0125,0125,02,num,two_rule_comb2,16.0,[4 9],4 9],1,1.0 +0125,0125,02,num,two_rule_comb2,17.0,[9 4],9 4,1,1.0 +0125,0125,02,num,two_rule_comb2,18.0,[0 0],0 0,1,1.0 +0125,0125,02,num,two_rule_comb2,19.0,[5 4],5 4,1,1.0 +0125,0125,02,num,two_rule_comb2,20.0,[4 5],4 5,1,1.0 +0125,0125,02,num,two_rule_comb2,21.0,[0 6],0 6,1,1.0 +0125,0125,02,num,two_rule_comb2,22.0,[1 5],1 5],1,1.0 +0125,0125,02,num,two_rule_comb2,23.0,[5 9],5 9,1,1.0 +0125,0125,02,num,two_rule_comb2,24.0,[5 3],5 3,1,1.0 +0125,0125,02,num,two_rule_comb2,25.0,[0 6],0 6,1,1.0 +0125,0125,02,num,two_rule_comb2,26.0,[8 7],8 7,1,1.0 +0125,0125,02,num,two_rule_comb2,27.0,[6 1],6 1,1,1.0 +0125,0125,02,num,two_rule_comb2,28.0,[9 1],9 1,1,1.0 +0125,0125,02,num,two_rule_comb2,29.0,[0 4],0 4,1,1.0 +0125,0125,02,num,two_rule_comb2,30.0,[3 2],3 2,1,1.0 +0125,0125,02,num,two_rule_comb2,31.0,[6 5],6 5,1,1.0 +0125,0125,02,num,two_rule_comb2,32.0,[1 2],1 2,1,1.0 +0125,0125,02,num,two_rule_comb2,33.0,[5 6],5 6,1,1.0 +0125,0125,02,num,two_rule_comb2,34.0,[5 1],5 1,1,1.0 +0125,0125,02,num,two_rule_comb2,35.0,[7 6],7 6,1,1.0 +0125,0125,02,num,two_rule_comb2,36.0,[8 0],8 0,1,1.0 +0125,0125,02,num,two_rule_comb2,37.0,[9 6],9 6,1,1.0 +0125,0125,02,num,two_rule_comb2,38.0,[4 2],4 2,1,1.0 +0125,0125,02,num,two_rule_comb2,39.0,[2 1],2 1,1,1.0 +0125,0125,02,num,two_rule_comb2,40.0,[8 3],8 3,1,1.0 +0125,0125,02,num,two_rule_comb2,41.0,[9 6],9 6,1,1.0 +0125,0125,02,num,two_rule_comb2,42.0,[6 5],6 5],1,1.0 +0125,0125,02,num,two_rule_comb2,43.0,[8 9],8 9],1,1.0 +0125,0125,02,num,two_rule_comb2,44.0,[4 3],4 3,1,1.0 +0125,0125,02,num,two_rule_comb2,45.0,[7 1],7 1],1,1.0 +0125,0125,02,num,two_rule_comb2,46.0,[0 8],0 8,1,1.0 +0125,0125,02,num,two_rule_comb2,47.0,[3 7],3 7,1,1.0 +0125,0125,02,num,two_rule_comb2,48.0,[7 5],7 5],1,1.0 +0125,0125,02,num,two_rule_comb2,49.0,[5 3],5 3,1,1.0 +0125,0125,02,num,two_rule_comb2,50.0,[6 4],6 4,1,1.0 +0125,0125,02,num,two_rule_comb2,51.0,[9 3],9 3,1,1.0 +0125,0125,02,num,two_rule_comb2,52.0,[1 1],1 1,1,1.0 +0125,0125,02,num,two_rule_comb2,53.0,[0 9],0 9,1,1.0 +0125,0125,02,num,two_rule_comb2,54.0,[6 8],6 8,1,1.0 +0125,0125,02,num,two_rule_comb2,55.0,[6 3],6 3,1,1.0 +0125,0125,02,num,two_rule_comb2,56.0,[8 5],8 5,1,1.0 +0125,0125,02,num,two_rule_comb2,57.0,[9 6],9 6],1,1.0 +0125,0125,02,num,two_rule_comb2,58.0,[5 0],5 0,1,1.0 +0125,0125,02,num,two_rule_comb2,59.0,[0 5],0 5,1,1.0 +0125,0125,02,num,two_rule_comb2,60.0,[2 0],2 0,1,1.0 +0125,0125,02,num,two_rule_comb2,61.0,[0 2],0 2,1,1.0 +0125,0125,02,num,two_rule_comb2,62.0,[5 1],5 1,1,1.0 +0125,0125,02,num,two_rule_comb2,63.0,[8 2],8 2,1,1.0 +0125,0125,02,num,two_rule_comb2,64.0,[8 7],8 7,1,1.0 +0125,0125,02,num,two_rule_comb2,65.0,[9 1],9 1,1,1.0 +0125,0125,02,num,two_rule_comb2,66.0,[5 9],5 9,1,1.0 +0125,0125,02,num,two_rule_comb2,67.0,[9 0],9 0,1,1.0 +0125,0125,02,num,two_rule_comb2,68.0,[0 9],0 9,1,1.0 +0125,0125,02,num,two_rule_comb2,69.0,[0 0],0 0,1,1.0 +0125,0125,02,num,two_rule_comb2,70.0,[5 8],5 8,1,1.0 +0125,0125,02,num,two_rule_comb2,71.0,[9 8],9 8],1,1.0 +0125,0125,02,num,two_rule_comb2,72.0,[1 1],1 1,1,1.0 +0125,0125,02,num,two_rule_comb2,73.0,[4 3],4 3],1,1.0 +0125,0125,02,num,two_rule_comb2,74.0,[8 2],8 2],1,1.0 +0125,0125,02,num,two_rule_comb2,75.0,[0 2],0 2,1,1.0 +0125,0125,02,num,two_rule_comb2,76.0,[5 7],5 7],1,1.0 +0125,0125,02,num,two_rule_comb2,77.0,[8 8],8 8,1,1.0 +0125,0125,02,num,two_rule_comb2,78.0,[6 6],6 6],1,1.0 +0125,0125,02,num,two_rule_comb2,79.0,[8 0],8 0,1,1.0 +0125,0125,02,num,two_rule_comb2,80.0,[2 2],2 2,1,1.0 +0125,0125,02,num,two_rule_comb2,81.0,[0 8],0 8,1,1.0 +0125,0125,02,num,two_rule_comb2,82.0,[7 5],7 5],1,1.0 +0125,0125,02,num,two_rule_comb2,83.0,[8 4],8 4,1,1.0 +0125,0125,02,num,two_rule_comb2,84.0,[5 2],5 2,1,1.0 +0125,0125,02,num,two_rule_comb2,85.0,[8 0],8 0,1,1.0 +0125,0125,02,num,two_rule_comb2,86.0,[5 0],5 0,1,1.0 +0125,0125,02,num,two_rule_comb2,87.0,[0 3],0 3],1,1.0 +0125,0125,02,num,two_rule_comb2,88.0,[7 1],7 1,1,1.0 +0125,0125,02,num,two_rule_comb2,89.0,[6 0],6 0,1,1.0 +0125,0125,02,num,two_rule_comb2,90.0,[8 5],8 5,1,1.0 +0125,0125,02,num,two_rule_comb2,91.0,[9 5],9 5,1,1.0 +0125,0125,02,num,two_rule_comb2,92.0,[0 5],0 5,1,1.0 +0125,0125,02,num,two_rule_comb2,93.0,[7 7],7 7],1,1.0 +0125,0125,02,num,two_rule_comb2,94.0,[7 0],7 0,1,1.0 +0125,0125,02,num,two_rule_comb2,95.0,[1 0],1 0,1,1.0 +0125,0125,02,num,two_rule_comb2,96.0,[2 0],2 0,1,1.0 +0125,0125,02,num,two_rule_comb2,97.0,[5 1],5 1,1,1.0 +0125,0125,02,num,two_rule_comb2,98.0,[6 4],6 4,1,1.0 +0125,0125,02,num,two_rule_comb2,99.0,[2 7],2 7,1,1.0 +0125,0125,02,num,two_rule_comb3,0.0,[9 1],9 1],1,1.0 +0125,0125,02,num,two_rule_comb3,1.0,[9 0],9 0,1,1.0 +0125,0125,02,num,two_rule_comb3,2.0,[4 8],4 8,1,1.0 +0125,0125,02,num,two_rule_comb3,3.0,[1 8],1 8,1,1.0 +0125,0125,02,num,two_rule_comb3,4.0,[5 7],5 7],1,1.0 +0125,0125,02,num,two_rule_comb3,5.0,[8 2],2 6],0,1.0 +0125,0125,02,num,two_rule_comb3,6.0,[9 2],9 2],1,1.0 +0125,0125,02,num,two_rule_comb3,7.0,[6 1],6 1,1,1.0 +0125,0125,02,num,two_rule_comb3,8.0,[9 8],9 8,1,1.0 +0125,0125,02,num,two_rule_comb3,9.0,[4 5],4 5,1,1.0 +0125,0125,02,num,two_rule_comb3,10.0,[0 4],2 4],0,1.0 +0125,0125,02,num,two_rule_comb3,11.0,[8 6],8 6],1,1.0 +0125,0125,02,num,two_rule_comb3,12.0,[8 3],8 3,1,1.0 +0125,0125,02,num,two_rule_comb3,13.0,[5 9],5 9,1,1.0 +0125,0125,02,num,two_rule_comb3,14.0,[6 4],6 4,1,1.0 +0125,0125,02,num,two_rule_comb3,15.0,[5 3],5 8,0,1.0 +0125,0125,02,num,two_rule_comb3,16.0,[0 5],0 5,1,1.0 +0125,0125,02,num,two_rule_comb3,17.0,[5 5],5 5],1,1.0 +0125,0125,02,num,two_rule_comb3,18.0,[7 0],7 2,0,1.0 +0125,0125,02,num,two_rule_comb3,19.0,[5 6],5 6,1,1.0 +0125,0125,02,num,two_rule_comb3,20.0,[6 4],6 4,1,1.0 +0125,0125,02,num,two_rule_comb3,21.0,[0 6],0 6],1,1.0 +0125,0125,02,num,two_rule_comb3,22.0,[7 0],7 0,1,1.0 +0125,0125,02,num,two_rule_comb3,23.0,[6 8],6 8,1,1.0 +0125,0125,02,num,two_rule_comb3,24.0,[8 3],8 3,1,1.0 +0125,0125,02,num,two_rule_comb3,25.0,[1 7],1 9,0,1.0 +0125,0125,02,num,two_rule_comb3,26.0,[1 2],8 1,0,1.0 +0125,0125,02,num,two_rule_comb3,27.0,[4 6],4 6],1,1.0 +0125,0125,02,num,two_rule_comb3,28.0,[1 2],5 1,0,1.0 +0125,0125,02,num,two_rule_comb3,29.0,[0 2],0 2,1,1.0 +0125,0125,02,num,two_rule_comb3,30.0,[2 4],2 4],1,1.0 +0125,0125,02,num,two_rule_comb3,31.0,[5 5],5 0],0,1.0 +0125,0125,02,num,two_rule_comb3,32.0,[9 6],9 6],1,1.0 +0125,0125,02,num,two_rule_comb3,33.0,[9 0],9 0],1,1.0 +0125,0125,02,num,two_rule_comb3,34.0,[3 4],3 4,1,1.0 +0125,0125,02,num,two_rule_comb3,35.0,[0 1],0 1],1,1.0 +0125,0125,02,num,two_rule_comb3,36.0,[6 3],6 3,1,1.0 +0125,0125,02,num,two_rule_comb3,37.0,[3 2],6 3,0,1.0 +0125,0125,02,num,two_rule_comb3,38.0,[2 1],1 2],0,1.0 +0125,0125,02,num,two_rule_comb3,39.0,[1 3],1 3,1,1.0 +0125,0125,02,num,two_rule_comb3,40.0,[9 1],9 2],0,1.0 +0125,0125,02,num,two_rule_comb3,41.0,[4 4],4 4,1,1.0 +0125,0125,02,num,two_rule_comb3,42.0,[9 8],8 6,0,1.0 +0125,0125,02,num,two_rule_comb3,43.0,[3 2],3 2,1,1.0 +0125,0125,02,num,two_rule_comb3,44.0,[0 8],0 8],1,1.0 +0125,0125,02,num,two_rule_comb3,45.0,[5 2],5 2],1,1.0 +0125,0125,02,num,two_rule_comb3,46.0,[2 3],2 3],1,1.0 +0125,0125,02,num,two_rule_comb3,47.0,[2 4],2 4],1,1.0 +0125,0125,02,num,two_rule_comb3,48.0,[5 1],5 1],1,1.0 +0125,0125,02,num,two_rule_comb3,49.0,[5 2],5 2,1,1.0 +0125,0125,02,num,two_rule_comb3,50.0,[6 9],6 9,1,1.0 +0125,0125,02,num,two_rule_comb3,51.0,[6 6],3 6],0,1.0 +0125,0125,02,num,two_rule_comb3,52.0,[6 3],6 3,1,1.0 +0125,0125,02,num,two_rule_comb3,53.0,[4 2],4 2],1,1.0 +0125,0125,02,num,two_rule_comb3,54.0,[9 9],9 9,1,1.0 +0125,0125,02,num,two_rule_comb3,55.0,[2 6],2 6,1,1.0 +0125,0125,02,num,two_rule_comb3,56.0,[3 0],3 0],1,1.0 +0125,0125,02,num,two_rule_comb3,57.0,[8 6],8 6,1,1.0 +0125,0125,02,num,two_rule_comb3,58.0,[7 8],7 8],1,1.0 +0125,0125,02,num,two_rule_comb3,59.0,[3 2],3 2],1,1.0 +0125,0125,02,num,two_rule_comb3,60.0,[8 1],8 1,1,1.0 +0125,0125,02,num,two_rule_comb3,61.0,[3 7],3 7,1,1.0 +0125,0125,02,num,two_rule_comb3,62.0,[9 6],6 6,0,1.0 +0125,0125,02,num,two_rule_comb3,63.0,[9 1],9 1,1,1.0 +0125,0125,02,num,two_rule_comb3,64.0,[1 1],1 4,0,1.0 +0125,0125,02,num,two_rule_comb3,65.0,[9 7],None,0,1.0 +0125,0125,02,num,two_rule_comb3,66.0,[8 7],7 1,0,1.0 +0125,0125,02,num,two_rule_comb3,67.0,[9 2],9 2],1,1.0 +0125,0125,02,num,two_rule_comb3,68.0,[8 2],8 2,1,1.0 +0125,0125,02,num,two_rule_comb3,69.0,[1 3],1 3],1,1.0 +0125,0125,02,num,two_rule_comb3,70.0,[4 7],None,0,1.0 +0125,0125,02,num,two_rule_comb3,71.0,[7 2],7 2,1,1.0 +0125,0125,02,num,two_rule_comb3,72.0,[0 2],0 2,1,1.0 +0125,0125,02,num,two_rule_comb3,73.0,[6 1],6 1,1,1.0 +0125,0125,02,num,two_rule_comb3,74.0,[3 3],3 3],1,1.0 +0125,0125,02,num,two_rule_comb3,75.0,[8 4],8 4,1,1.0 +0125,0125,02,num,two_rule_comb3,76.0,[7 0],7 0,1,1.0 +0125,0125,02,num,two_rule_comb3,77.0,[0 8],8 8,0,1.0 +0125,0125,02,num,two_rule_comb3,78.0,[8 3],8 3,1,1.0 +0125,0125,02,num,two_rule_comb3,79.0,[4 2],4 2,1,1.0 +0125,0125,02,num,two_rule_comb3,80.0,[1 0],1 0,1,1.0 +0125,0125,02,num,two_rule_comb3,81.0,[3 0],3 0,1,1.0 +0125,0125,02,num,two_rule_comb3,82.0,[1 4],3 1,0,1.0 +0125,0125,02,num,two_rule_comb3,83.0,[0 4],0 4,1,1.0 +0125,0125,02,num,two_rule_comb3,84.0,[1 4],1 4,1,1.0 +0125,0125,02,num,two_rule_comb3,85.0,[6 9],None,0,1.0 +0125,0125,02,num,two_rule_comb3,86.0,[3 8],3 8],1,1.0 +0125,0125,02,num,two_rule_comb3,87.0,[9 5],5 1],0,1.0 +0125,0125,02,num,two_rule_comb3,88.0,[6 2],6 2],1,1.0 +0125,0125,02,num,two_rule_comb3,89.0,[2 1],1 2],0,1.0 +0125,0125,02,num,two_rule_comb3,90.0,[3 6],3 6,1,1.0 +0125,0125,02,num,two_rule_comb3,91.0,[5 4],4 4,0,1.0 +0125,0125,02,num,two_rule_comb3,92.0,[2 5],2 5,1,1.0 +0125,0125,02,num,two_rule_comb3,93.0,[2 6],2 6,1,1.0 +0125,0125,02,num,two_rule_comb3,94.0,[6 2],6 2,1,1.0 +0125,0125,02,num,two_rule_comb3,95.0,[7 8],7 8,1,1.0 +0125,0125,02,num,two_rule_comb3,96.0,[5 8],5 6],0,1.0 +0125,0125,02,num,two_rule_comb3,97.0,[8 9],8 9,1,1.0 +0125,0125,02,num,two_rule_comb3,98.0,[1 3],1 3,1,1.0 +0125,0125,02,num,two_rule_comb3,99.0,[4 9],None,0,1.0 +0125,0125,02,num,two_rule_comb4,0.0,[1 6],1 6,1,1.0 +0125,0125,02,num,two_rule_comb4,1.0,[5 7],5 1],0,1.0 +0125,0125,02,num,two_rule_comb4,2.0,[4 3],4 3],1,1.0 +0125,0125,02,num,two_rule_comb4,3.0,[3 1],3 4,0,1.0 +0125,0125,02,num,two_rule_comb4,4.0,[1 4],1 6,0,1.0 +0125,0125,02,num,two_rule_comb4,5.0,[9 1],9 1],1,1.0 +0125,0125,02,num,two_rule_comb4,6.0,[1 3],1 3],1,1.0 +0125,0125,02,num,two_rule_comb4,7.0,[3 4],3 4],1,1.0 +0125,0125,02,num,two_rule_comb4,8.0,[6 4],6 4,1,1.0 +0125,0125,02,num,two_rule_comb4,9.0,[2 4],2 5,0,1.0 +0125,0125,02,num,two_rule_comb4,10.0,[8 5],8 5,1,1.0 +0125,0125,02,num,two_rule_comb4,11.0,[0 1],0 1,1,1.0 +0125,0125,02,num,two_rule_comb4,12.0,[9 4],9 4,1,1.0 +0125,0125,02,num,two_rule_comb4,13.0,[9 0],9 0,1,1.0 +0125,0125,02,num,two_rule_comb4,14.0,[9 2],9 2],1,1.0 +0125,0125,02,num,two_rule_comb4,15.0,[6 6],6 6,1,1.0 +0125,0125,02,num,two_rule_comb4,16.0,[1 0],1 0,1,1.0 +0125,0125,02,num,two_rule_comb4,17.0,[5 9],6 9,0,1.0 +0125,0125,02,num,two_rule_comb4,18.0,[7 9],7 9,1,1.0 +0125,0125,02,num,two_rule_comb4,19.0,[2 3],2 3,1,1.0 +0125,0125,02,num,two_rule_comb4,20.0,[9 2],9 2,1,1.0 +0125,0125,02,num,two_rule_comb4,21.0,[4 1],4 1],1,1.0 +0125,0125,02,num,two_rule_comb4,22.0,[4 3],4 3],1,1.0 +0125,0125,02,num,two_rule_comb4,23.0,[1 3],1 5,0,1.0 +0125,0125,02,num,two_rule_comb4,24.0,[5 8],5 8,1,1.0 +0125,0125,02,num,two_rule_comb4,25.0,[5 3],3 3,0,1.0 +0125,0125,02,num,two_rule_comb4,26.0,[1 1],1 3],0,1.0 +0125,0125,02,num,two_rule_comb4,27.0,[8 4],8 4,1,1.0 +0125,0125,02,num,two_rule_comb4,28.0,[4 2],4 2,1,1.0 +0125,0125,02,num,two_rule_comb4,29.0,[4 1],4 1],1,1.0 +0125,0125,02,num,two_rule_comb4,30.0,[9 6],9 6,1,1.0 +0125,0125,02,num,two_rule_comb4,31.0,[0 7],0 3,0,1.0 +0125,0125,02,num,two_rule_comb4,32.0,[0 0],0 0,1,1.0 +0125,0125,02,num,two_rule_comb4,33.0,[5 0],5 6,0,1.0 +0125,0125,02,num,two_rule_comb4,34.0,[8 6],8 3,0,1.0 +0125,0125,02,num,two_rule_comb4,35.0,[5 7],5 4],0,1.0 +0125,0125,02,num,two_rule_comb4,36.0,[0 4],0 1],0,1.0 +0125,0125,02,num,two_rule_comb4,37.0,[9 4],9 7,0,1.0 +0125,0125,02,num,two_rule_comb4,38.0,[7 0],4 4,0,1.0 +0125,0125,02,num,two_rule_comb4,39.0,[0 4],0 0,0,1.0 +0125,0125,02,num,two_rule_comb4,40.0,[7 2],7 2,1,1.0 +0125,0125,02,num,two_rule_comb4,41.0,[3 9],3 7,0,1.0 +0125,0125,02,num,two_rule_comb4,42.0,[5 0],5 0,1,1.0 +0125,0125,02,num,two_rule_comb4,43.0,[9 5],9 5,1,1.0 +0125,0125,02,num,two_rule_comb4,44.0,[5 0],5 0],1,1.0 +0125,0125,02,num,two_rule_comb4,45.0,[1 3],1 7,0,1.0 +0125,0125,02,num,two_rule_comb4,46.0,[1 0],1 6,0,1.0 +0125,0125,02,num,two_rule_comb4,47.0,[2 4],4 4,0,1.0 +0125,0125,02,num,two_rule_comb4,48.0,[5 4],5 2,0,1.0 +0125,0125,02,num,two_rule_comb4,49.0,[6 3],6 2],0,1.0 +0125,0125,02,num,two_rule_comb4,50.0,[9 4],9 4,1,1.0 +0125,0125,02,num,two_rule_comb4,51.0,[6 5],6 4,0,1.0 +0125,0125,02,num,two_rule_comb4,52.0,[8 6],8 6,1,1.0 +0125,0125,02,num,two_rule_comb4,53.0,[7 2],7 3,0,1.0 +0125,0125,02,num,two_rule_comb4,54.0,[6 4],6 4,1,1.0 +0125,0125,02,num,two_rule_comb4,55.0,[7 3],7 3,1,1.0 +0125,0125,02,num,two_rule_comb4,56.0,[7 9],7 0,0,1.0 +0125,0125,02,num,two_rule_comb4,57.0,[8 1],8 1,1,1.0 +0125,0125,02,num,two_rule_comb4,58.0,[6 1],6 1,1,1.0 +0125,0125,02,num,two_rule_comb4,59.0,[8 8],8 8,1,1.0 +0125,0125,02,num,two_rule_comb4,60.0,[1 5],1 0,0,1.0 +0125,0125,02,num,two_rule_comb4,61.0,[8 5],8 5],1,1.0 +0125,0125,02,num,two_rule_comb4,62.0,[9 3],9 3,1,1.0 +0125,0125,02,num,two_rule_comb4,63.0,[0 2],0 2,1,1.0 +0125,0125,02,num,two_rule_comb4,64.0,[0 2],0 6,0,1.0 +0125,0125,02,num,two_rule_comb4,65.0,[2 7],6 5],0,1.0 +0125,0125,02,num,two_rule_comb4,66.0,[2 7],2 7],1,1.0 +0125,0125,02,num,two_rule_comb4,67.0,[6 4],6 4,1,1.0 +0125,0125,02,num,two_rule_comb4,68.0,[3 7],3 10],0,1.0 +0125,0125,02,num,two_rule_comb4,69.0,[1 5],1 5],1,1.0 +0125,0125,02,num,two_rule_comb4,70.0,[1 1],1 7],0,1.0 +0125,0125,02,num,two_rule_comb4,71.0,[0 1],7 1,0,1.0 +0125,0125,02,num,two_rule_comb4,72.0,[4 9],4 4,0,1.0 +0125,0125,02,num,two_rule_comb4,73.0,[5 3],5 6,0,1.0 +0125,0125,02,num,two_rule_comb4,74.0,[0 0],0 0],1,1.0 +0125,0125,02,num,two_rule_comb4,75.0,[3 0],3 8,0,1.0 +0125,0125,02,num,two_rule_comb4,76.0,[1 3],1 5],0,1.0 +0125,0125,02,num,two_rule_comb4,77.0,[3 9],3 3,0,1.0 +0125,0125,02,num,two_rule_comb4,78.0,[7 5],7 5],1,1.0 +0125,0125,02,num,two_rule_comb4,79.0,[5 6],5 6],1,1.0 +0125,0125,02,num,two_rule_comb4,80.0,[4 6],4 6,1,1.0 +0125,0125,02,num,two_rule_comb4,81.0,[4 8],4 8,1,1.0 +0125,0125,02,num,two_rule_comb4,82.0,[3 2],3 7,0,1.0 +0125,0125,02,num,two_rule_comb4,83.0,[0 2],0 0,0,1.0 +0125,0125,02,num,two_rule_comb4,84.0,[7 0],7 5,0,1.0 +0125,0125,02,num,two_rule_comb4,85.0,[5 1],3 1,0,1.0 +0125,0125,02,num,two_rule_comb4,86.0,[7 8],6 8,0,1.0 +0125,0125,02,num,two_rule_comb4,87.0,[0 5],0 2],0,1.0 +0125,0125,02,num,two_rule_comb4,88.0,[7 4],7 2,0,1.0 +0125,0125,02,num,two_rule_comb4,89.0,[9 9],9 7,0,1.0 +0125,0125,02,num,two_rule_comb4,90.0,[8 0],8 6,0,1.0 +0125,0125,02,num,two_rule_comb4,91.0,[2 1],2 2],0,1.0 +0125,0125,02,num,two_rule_comb4,92.0,[4 5],4 2],0,1.0 +0125,0125,02,num,two_rule_comb4,93.0,[4 5],4 5,1,1.0 +0125,0125,02,num,two_rule_comb4,94.0,[6 0],6 3,0,1.0 +0125,0125,02,num,two_rule_comb4,95.0,[3 5],3 2],0,1.0 +0125,0125,02,num,two_rule_comb4,96.0,[7 1],7 1,1,1.0 +0125,0125,02,num,two_rule_comb4,97.0,[4 9],None,0,1.0 +0125,0125,02,num,two_rule_comb4,98.0,[0 9],1 9,0,1.0 +0125,0125,02,num,two_rule_comb4,99.0,[1 6],1 4,0,1.0 +0125,0125,02,num,two_rule_comb5,0.0,[2 0],2 0,1,1.0 +0125,0125,02,num,two_rule_comb5,1.0,[4 4],4 4],1,1.0 +0125,0125,02,num,two_rule_comb5,2.0,[9 9],9 9,1,1.0 +0125,0125,02,num,two_rule_comb5,3.0,[4 5],4 5],1,1.0 +0125,0125,02,num,two_rule_comb5,4.0,[9 4],9 4,1,1.0 +0125,0125,02,num,two_rule_comb5,5.0,[0 1],0 1,1,1.0 +0125,0125,02,num,two_rule_comb5,6.0,[9 1],9 1,1,1.0 +0125,0125,02,num,two_rule_comb5,7.0,[2 3],2 3,1,1.0 +0125,0125,02,num,two_rule_comb5,8.0,[4 0],4 0,1,1.0 +0125,0125,02,num,two_rule_comb5,9.0,[3 4],3 4],1,1.0 +0125,0125,02,num,two_rule_comb5,10.0,[9 0],9 0,1,1.0 +0125,0125,02,num,two_rule_comb5,11.0,[4 8],4 8],1,1.0 +0125,0125,02,num,two_rule_comb5,12.0,[9 6],9 6],1,1.0 +0125,0125,02,num,two_rule_comb5,13.0,[3 6],3 6,1,1.0 +0125,0125,02,num,two_rule_comb5,14.0,[5 8],5 8,1,1.0 +0125,0125,02,num,two_rule_comb5,15.0,[6 1],6 1,1,1.0 +0125,0125,02,num,two_rule_comb5,16.0,[1 9],1 9,1,1.0 +0125,0125,02,num,two_rule_comb5,17.0,[6 4],6 4,1,1.0 +0125,0125,02,num,two_rule_comb5,18.0,[1 0],1 0,1,1.0 +0125,0125,02,num,two_rule_comb5,19.0,[7 9],7 9,1,1.0 +0125,0125,02,num,two_rule_comb5,20.0,[1 9],1 9],1,1.0 +0125,0125,02,num,two_rule_comb5,21.0,[8 5],8 5],1,1.0 +0125,0125,02,num,two_rule_comb5,22.0,[9 6],9 6,1,1.0 +0125,0125,02,num,two_rule_comb5,23.0,[6 0],6 0,1,1.0 +0125,0125,02,num,two_rule_comb5,24.0,[9 3],9 3,1,1.0 +0125,0125,02,num,two_rule_comb5,25.0,[9 8],9 8,1,1.0 +0125,0125,02,num,two_rule_comb5,26.0,[1 5],1 5],1,1.0 +0125,0125,02,num,two_rule_comb5,27.0,[2 6],2 6],1,1.0 +0125,0125,02,num,two_rule_comb5,28.0,[9 8],9 8,1,1.0 +0125,0125,02,num,two_rule_comb5,29.0,[8 7],8 7,1,1.0 +0125,0125,02,num,two_rule_comb5,30.0,[7 4],7 4,1,1.0 +0125,0125,02,num,two_rule_comb5,31.0,[5 3],5 3,1,1.0 +0125,0125,02,num,two_rule_comb5,32.0,[1 8],1 8],1,1.0 +0125,0125,02,num,two_rule_comb5,33.0,[9 0],9 0,1,1.0 +0125,0125,02,num,two_rule_comb5,34.0,[8 4],8 4,1,1.0 +0125,0125,02,num,two_rule_comb5,35.0,[0 0],0 0,1,1.0 +0125,0125,02,num,two_rule_comb5,36.0,[3 1],3 1,1,1.0 +0125,0125,02,num,two_rule_comb5,37.0,[5 6],5 6],1,1.0 +0125,0125,02,num,two_rule_comb5,38.0,[4 3],4 3,1,1.0 +0125,0125,02,num,two_rule_comb5,39.0,[7 5],7 5],1,1.0 +0125,0125,02,num,two_rule_comb5,40.0,[0 9],0 9,1,1.0 +0125,0125,02,num,two_rule_comb5,41.0,[9 5],9 5,1,1.0 +0125,0125,02,num,two_rule_comb5,42.0,[0 4],0 4],1,1.0 +0125,0125,02,num,two_rule_comb5,43.0,[5 9],5 9,1,1.0 +0125,0125,02,num,two_rule_comb5,44.0,[2 1],2 1,1,1.0 +0125,0125,02,num,two_rule_comb5,45.0,[2 1],2 1],1,1.0 +0125,0125,02,num,two_rule_comb5,46.0,[3 9],3 9,1,1.0 +0125,0125,02,num,two_rule_comb5,47.0,[5 7],5 7],1,1.0 +0125,0125,02,num,two_rule_comb5,48.0,[3 8],3 8,1,1.0 +0125,0125,02,num,two_rule_comb5,49.0,[0 8],0 8,1,1.0 +0125,0125,02,num,two_rule_comb5,50.0,[3 5],3 5],1,1.0 +0125,0125,02,num,two_rule_comb5,51.0,[1 7],1 7,1,1.0 +0125,0125,02,num,two_rule_comb5,52.0,[4 9],None,0,1.0 +0125,0125,02,num,two_rule_comb5,53.0,[4 2],4 2,1,1.0 +0125,0125,02,num,two_rule_comb5,54.0,[0 9],0 9,1,1.0 +0125,0125,02,num,two_rule_comb5,55.0,[1 0],1 0,1,1.0 +0125,0125,02,num,two_rule_comb5,56.0,[9 5],None,0,1.0 +0125,0125,02,num,two_rule_comb5,57.0,[5 5],5 5],1,1.0 +0125,0125,02,num,two_rule_comb5,58.0,[0 5],0 5],1,1.0 +0125,0125,02,num,two_rule_comb5,59.0,[6 2],6 2,1,1.0 +0125,0125,02,num,two_rule_comb5,60.0,[6 5],6 5,1,1.0 +0125,0125,02,num,two_rule_comb5,61.0,[8 6],8 6],1,1.0 +0125,0125,02,num,two_rule_comb5,62.0,[4 6],4 6],1,1.0 +0125,0125,02,num,two_rule_comb5,63.0,[3 8],3 8,1,1.0 +0125,0125,02,num,two_rule_comb5,64.0,[8 0],8 0,1,1.0 +0125,0125,02,num,two_rule_comb5,65.0,[6 5],6 5],1,1.0 +0125,0125,02,num,two_rule_comb5,66.0,[0 7],0 7],1,1.0 +0125,0125,02,num,two_rule_comb5,67.0,[2 5],2 5,1,1.0 +0125,0125,02,num,two_rule_comb5,68.0,[4 0],4 0],1,1.0 +0125,0125,02,num,two_rule_comb5,69.0,[9 2],9 2,1,1.0 +0125,0125,02,num,two_rule_comb5,70.0,[7 0],7 0,1,1.0 +0125,0125,02,num,two_rule_comb5,71.0,[6 0],6 0,1,1.0 +0125,0125,02,num,two_rule_comb5,72.0,[8 0],8 0,1,1.0 +0125,0125,02,num,two_rule_comb5,73.0,[5 0],5 0,1,1.0 +0125,0125,02,num,two_rule_comb5,74.0,[4 9],4 9,1,1.0 +0125,0125,02,num,two_rule_comb5,75.0,[1 4],1 4,1,1.0 +0125,0125,02,num,two_rule_comb5,76.0,[9 0],9 0,1,1.0 +0125,0125,02,num,two_rule_comb5,77.0,[4 8],4 8,1,1.0 +0125,0125,02,num,two_rule_comb5,78.0,[4 1],4 1],1,1.0 +0125,0125,02,num,two_rule_comb5,79.0,[7 5],7 5,1,1.0 +0125,0125,02,num,two_rule_comb5,80.0,[4 3],4 3,1,1.0 +0125,0125,02,num,two_rule_comb5,81.0,[5 1],5 1],1,1.0 +0125,0125,02,num,two_rule_comb5,82.0,[5 1],5 1],1,1.0 +0125,0125,02,num,two_rule_comb5,83.0,[0 8],0 8,1,1.0 +0125,0125,02,num,two_rule_comb5,84.0,[2 8],2 8],1,1.0 +0125,0125,02,num,two_rule_comb5,85.0,[7 2],7 2,1,1.0 +0125,0125,02,num,two_rule_comb5,86.0,[3 9],3 9,1,1.0 +0125,0125,02,num,two_rule_comb5,87.0,[7 3],7 3,1,1.0 +0125,0125,02,num,two_rule_comb5,88.0,[1 6],1 6],1,1.0 +0125,0125,02,num,two_rule_comb5,89.0,[4 0],4 0,1,1.0 +0125,0125,02,num,two_rule_comb5,90.0,[4 9],4 9,1,1.0 +0125,0125,02,num,two_rule_comb5,91.0,[8 4],8 4],1,1.0 +0125,0125,02,num,two_rule_comb5,92.0,[4 4],4 4],1,1.0 +0125,0125,02,num,two_rule_comb5,93.0,[1 5],1 5],1,1.0 +0125,0125,02,num,two_rule_comb5,94.0,[1 8],1 8,1,1.0 +0125,0125,02,num,two_rule_comb5,95.0,[6 7],6 7],1,1.0 +0125,0125,02,num,two_rule_comb5,96.0,[1 1],1 1,1,1.0 +0125,0125,02,num,two_rule_comb5,97.0,[9 7],9 7,1,1.0 +0125,0125,02,num,two_rule_comb5,98.0,[6 8],6 8,1,1.0 +0125,0125,02,num,two_rule_comb5,99.0,[0 8],0 8,1,1.0 +0125,0125,02,num,three_rule_comb0,0.0,[1 8 8],1 8 8,1,1.0 +0125,0125,02,num,three_rule_comb0,1.0,[3 0 0],3 0 0,1,1.0 +0125,0125,02,num,three_rule_comb0,2.0,[2 9 0],2 9 0,1,1.0 +0125,0125,02,num,three_rule_comb0,3.0,[9 7 2],9 7 2,1,1.0 +0125,0125,02,num,three_rule_comb0,4.0,[8 0 5],8 0 5,1,1.0 +0125,0125,02,num,three_rule_comb0,5.0,[6 0 9],6 0 9,1,1.0 +0125,0125,02,num,three_rule_comb0,6.0,[4 9 8],4 9 8,1,1.0 +0125,0125,02,num,three_rule_comb0,7.0,[8 7 1],8 7 1,1,1.0 +0125,0125,02,num,three_rule_comb0,8.0,[2 5 3],2 5 3,1,1.0 +0125,0125,02,num,three_rule_comb0,9.0,[8 9 4],8 9 4,1,1.0 +0125,0125,02,num,three_rule_comb0,10.0,[1 5 7],1 5 7,1,1.0 +0125,0125,02,num,three_rule_comb0,11.0,[9 1 3],9 1 3,1,1.0 +0125,0125,02,num,three_rule_comb0,12.0,[1 5 4],1 5 4,1,1.0 +0125,0125,02,num,three_rule_comb0,13.0,[7 7 9],7 7 9,1,1.0 +0125,0125,02,num,three_rule_comb0,14.0,[4 9 5],4 9 5,1,1.0 +0125,0125,02,num,three_rule_comb0,15.0,[4 7 2],4 7 2,1,1.0 +0125,0125,02,num,three_rule_comb0,16.0,[6 3 1],6 3 1,1,1.0 +0125,0125,02,num,three_rule_comb0,17.0,[8 2 4],8 2 4,1,1.0 +0125,0125,02,num,three_rule_comb0,18.0,[5 7 7],5 7 7,1,1.0 +0125,0125,02,num,three_rule_comb0,19.0,[5 6 3],5 6 3],1,1.0 +0125,0125,02,num,three_rule_comb0,20.0,[2 2 4],2 2 4,1,1.0 +0125,0125,02,num,three_rule_comb0,21.0,[7 1 0],7 1 0,1,1.0 +0125,0125,02,num,three_rule_comb0,22.0,[8 1 1],8 1 1,1,1.0 +0125,0125,02,num,three_rule_comb0,23.0,[2 1 3],2 1 3,1,1.0 +0125,0125,02,num,three_rule_comb0,24.0,[6 7 1],6 7 1,1,1.0 +0125,0125,02,num,three_rule_comb0,25.0,[1 4 3],1 4 3,1,1.0 +0125,0125,02,num,three_rule_comb0,26.0,[8 9 6],8 9 6,1,1.0 +0125,0125,02,num,three_rule_comb0,27.0,[4 3 3],4 3 3,1,1.0 +0125,0125,02,num,three_rule_comb0,28.0,[8 4 1],8 4 1,1,1.0 +0125,0125,02,num,three_rule_comb0,29.0,[2 0 4],2 0 4,1,1.0 +0125,0125,02,num,three_rule_comb0,30.0,[6 7 3],6 7 3,1,1.0 +0125,0125,02,num,three_rule_comb0,31.0,[1 1 8],1 1 8,1,1.0 +0125,0125,02,num,three_rule_comb0,32.0,[4 8 8],4 8 8,1,1.0 +0125,0125,02,num,three_rule_comb0,33.0,[0 5 5],0 5 5],1,1.0 +0125,0125,02,num,three_rule_comb0,34.0,[1 8 0],1 8 0,1,1.0 +0125,0125,02,num,three_rule_comb0,35.0,[5 8 0],5 8 0,1,1.0 +0125,0125,02,num,three_rule_comb0,36.0,[1 4 8],1 4 8,1,1.0 +0125,0125,02,num,three_rule_comb0,37.0,[1 6 4],1 6 4,1,1.0 +0125,0125,02,num,three_rule_comb0,38.0,[8 7 9],8 7 9,1,1.0 +0125,0125,02,num,three_rule_comb0,39.0,[8 8 1],8 8 1,1,1.0 +0125,0125,02,num,three_rule_comb0,40.0,[9 4 4],9 4 4,1,1.0 +0125,0125,02,num,three_rule_comb0,41.0,[0 1 7],0 1 7,1,1.0 +0125,0125,02,num,three_rule_comb0,42.0,[7 0 6],6],0,1.0 +0125,0125,02,num,three_rule_comb0,43.0,[3 0 3],3 0 3,1,1.0 +0125,0125,02,num,three_rule_comb0,44.0,[9 1 0],9 1 0,1,1.0 +0125,0125,02,num,three_rule_comb0,45.0,[8 7 2],8 7 2,1,1.0 +0125,0125,02,num,three_rule_comb0,46.0,[2 6 6],2 6 6,1,1.0 +0125,0125,02,num,three_rule_comb0,47.0,[7 2 7],7 2 7,1,1.0 +0125,0125,02,num,three_rule_comb0,48.0,[8 3 5],8 3 5,1,1.0 +0125,0125,02,num,three_rule_comb0,49.0,[4 4 9],4 4 9,1,1.0 +0125,0125,02,num,three_rule_comb0,50.0,[8 3 7],8 3 7,1,1.0 +0125,0125,02,num,three_rule_comb0,51.0,[2 1 7],2 1 7,1,1.0 +0125,0125,02,num,three_rule_comb0,52.0,[9 5 5],9 5 5,1,1.0 +0125,0125,02,num,three_rule_comb0,53.0,[8 3 7],8 3 7,1,1.0 +0125,0125,02,num,three_rule_comb0,54.0,[4 9 1],4 9 1,1,1.0 +0125,0125,02,num,three_rule_comb0,55.0,[7 4 6],7 4 6,1,1.0 +0125,0125,02,num,three_rule_comb0,56.0,[7 3 7],7 3 7,1,1.0 +0125,0125,02,num,three_rule_comb0,57.0,[0 4 9],0 4 9,1,1.0 +0125,0125,02,num,three_rule_comb0,58.0,[2 1 9],2 1 9,1,1.0 +0125,0125,02,num,three_rule_comb0,59.0,[3 2 6],3 2 6,1,1.0 +0125,0125,02,num,three_rule_comb0,60.0,[2 5 1],2 5 1,1,1.0 +0125,0125,02,num,three_rule_comb0,61.0,[3 1 0],3 1 0,1,1.0 +0125,0125,02,num,three_rule_comb0,62.0,[9 8 5],None,0,1.0 +0125,0125,02,num,three_rule_comb0,63.0,[5 6 3],5 6 3,1,1.0 +0125,0125,02,num,three_rule_comb0,64.0,[3 5 5],3 5 5,1,1.0 +0125,0125,02,num,three_rule_comb0,65.0,[1 0 6],1 0 6,1,1.0 +0125,0125,02,num,three_rule_comb0,66.0,[0 8 2],0 8 2,1,1.0 +0125,0125,02,num,three_rule_comb0,67.0,[8 3 9],8 3 9,1,1.0 +0125,0125,02,num,three_rule_comb0,68.0,[7 5 4],7 5 4,1,1.0 +0125,0125,02,num,three_rule_comb0,69.0,[2 1 7],2 1 7,1,1.0 +0125,0125,02,num,three_rule_comb0,70.0,[8 8 3],8 8 3,1,1.0 +0125,0125,02,num,three_rule_comb0,71.0,[7 8 6],7 8 6,1,1.0 +0125,0125,02,num,three_rule_comb0,72.0,[5 5 6],5 5 6,1,1.0 +0125,0125,02,num,three_rule_comb0,73.0,[1 2 8],1 2 8,1,1.0 +0125,0125,02,num,three_rule_comb0,74.0,[1 0 7],1 0 7,1,1.0 +0125,0125,02,num,three_rule_comb0,75.0,[6 9 3],6 9 3,1,1.0 +0125,0125,02,num,three_rule_comb0,76.0,[4 2 6],4 2 6,1,1.0 +0125,0125,02,num,three_rule_comb0,77.0,[4 6 7],4 6 7,1,1.0 +0125,0125,02,num,three_rule_comb0,78.0,[2 7 9],2 7 9,1,1.0 +0125,0125,02,num,three_rule_comb0,79.0,[6 9 2],6 9 2,1,1.0 +0125,0125,02,num,three_rule_comb0,80.0,[1 3 7],1 3 7,1,1.0 +0125,0125,02,num,three_rule_comb0,81.0,[8 2 3],8 2 3,1,1.0 +0125,0125,02,num,three_rule_comb0,82.0,[2 4 9],2 4 9,1,1.0 +0125,0125,02,num,three_rule_comb0,83.0,[6 9 7],6 9 7,1,1.0 +0125,0125,02,num,three_rule_comb0,84.0,[8 7 5],8 7 5,1,1.0 +0125,0125,02,num,three_rule_comb0,85.0,[8 9 7],8 9 7,1,1.0 +0125,0125,02,num,three_rule_comb0,86.0,[6 7 7],6 7 7,1,1.0 +0125,0125,02,num,three_rule_comb0,87.0,[6 1 9],6 1 9,1,1.0 +0125,0125,02,num,three_rule_comb0,88.0,[1 3 7],1 3 7,1,1.0 +0125,0125,02,num,three_rule_comb0,89.0,[2 1 9],2 1 9,1,1.0 +0125,0125,02,num,three_rule_comb0,90.0,[2 0 7],2 0 7,1,1.0 +0125,0125,02,num,three_rule_comb0,91.0,[4 0 4],4 0 4,1,1.0 +0125,0125,02,num,three_rule_comb0,92.0,[5 4 1],5 4 1,1,1.0 +0125,0125,02,num,three_rule_comb0,93.0,[0 8 2],0 8 2,1,1.0 +0125,0125,02,num,three_rule_comb0,94.0,[0 3 5],0 3 5,1,1.0 +0125,0125,02,num,three_rule_comb0,95.0,[7 9 2],7 9 2,1,1.0 +0125,0125,02,num,three_rule_comb0,96.0,[9 7 7],9 7 7,1,1.0 +0125,0125,02,num,three_rule_comb0,97.0,[2 1 8],2 1 8],1,1.0 +0125,0125,02,num,three_rule_comb0,98.0,[4 7 9],4 7 9,1,1.0 +0125,0125,02,num,three_rule_comb0,99.0,[5 8 1],5 8 1,1,1.0 +0125,0125,02,num,three_rule_comb1,0.0,[6 9 0],6 9 0,1,1.0 +0125,0125,02,num,three_rule_comb1,1.0,[8 9 9],1 9 9,0,1.0 +0125,0125,02,num,three_rule_comb1,2.0,[3 3 2],12 3 2,0,1.0 +0125,0125,02,num,three_rule_comb1,3.0,[6 4 8],6 4 8,1,1.0 +0125,0125,02,num,three_rule_comb1,4.0,[2 2 3],2 2 3,1,1.0 +0125,0125,02,num,three_rule_comb1,5.0,[2 3 5],2 2 5,0,1.0 +0125,0125,02,num,three_rule_comb1,6.0,[6 4 4],6 4 4,1,1.0 +0125,0125,02,num,three_rule_comb1,7.0,[5 7 6],5 7 3],0,1.0 +0125,0125,02,num,three_rule_comb1,8.0,[2 4 7],2 4 7,1,1.0 +0125,0125,02,num,three_rule_comb1,9.0,[7 7 8],7 4 8,0,1.0 +0125,0125,02,num,three_rule_comb1,10.0,[1 9 1],1 9 1,1,1.0 +0125,0125,02,num,three_rule_comb1,11.0,[3 5 5],3 5 0,0,1.0 +0125,0125,02,num,three_rule_comb1,12.0,[7 7 6],7 4 6,0,1.0 +0125,0125,02,num,three_rule_comb1,13.0,[8 3 2],8 3 2,1,1.0 +0125,0125,02,num,three_rule_comb1,14.0,[8 9 3],8 9 3,1,1.0 +0125,0125,02,num,three_rule_comb1,15.0,[0 3 0],0 3 0,1,1.0 +0125,0125,02,num,three_rule_comb1,16.0,[4 6 0],4 3 0,0,1.0 +0125,0125,02,num,three_rule_comb1,17.0,[2 7 0],2 7 0,1,1.0 +0125,0125,02,num,three_rule_comb1,18.0,[3 3 5],3 3 5],1,1.0 +0125,0125,02,num,three_rule_comb1,19.0,[7 4 9],7 4 9],1,1.0 +0125,0125,02,num,three_rule_comb1,20.0,[4 1 0],4 1 0,1,1.0 +0125,0125,02,num,three_rule_comb1,21.0,[9 1 6],1 1 6,0,1.0 +0125,0125,02,num,three_rule_comb1,22.0,[5 5 7],5 5 2,0,1.0 +0125,0125,02,num,three_rule_comb1,23.0,[1 8 9],1 7 9,0,1.0 +0125,0125,02,num,three_rule_comb1,24.0,[9 4 3],9 4 6,0,1.0 +0125,0125,02,num,three_rule_comb1,25.0,[8 4 6],8 4 5,0,1.0 +0125,0125,02,num,three_rule_comb1,26.0,[8 7 1],1,0,1.0 +0125,0125,02,num,three_rule_comb1,27.0,[9 9 5],9 9 2,0,1.0 +0125,0125,02,num,three_rule_comb1,28.0,[0 2 8],0 2 5,0,1.0 +0125,0125,02,num,three_rule_comb1,29.0,[8 6 2],8 6 2,1,1.0 +0125,0125,02,num,three_rule_comb1,30.0,[6 0 0],6 0 0,1,1.0 +0125,0125,02,num,three_rule_comb1,31.0,[3 9 8],5 9 8,0,1.0 +0125,0125,02,num,three_rule_comb1,32.0,[1 2 0],1 5 0,0,1.0 +0125,0125,02,num,three_rule_comb1,33.0,[2 6 1],2 8 1,0,1.0 +0125,0125,02,num,three_rule_comb1,34.0,[4 4 2],4 4 2,1,1.0 +0125,0125,02,num,three_rule_comb1,35.0,[8 1 2],8 1 2,1,1.0 +0125,0125,02,num,three_rule_comb1,36.0,[4 8 2],6 8 2,0,1.0 +0125,0125,02,num,three_rule_comb1,37.0,[5 5 6],5 5 6,1,1.0 +0125,0125,02,num,three_rule_comb1,38.0,[8 8 2],8 8 0,0,1.0 +0125,0125,02,num,three_rule_comb1,39.0,[9 2 5],9 2 5,1,1.0 +0125,0125,02,num,three_rule_comb1,40.0,[3 2 0],5 2 0,0,1.0 +0125,0125,02,num,three_rule_comb1,41.0,[5 2 5],5 2 5,1,1.0 +0125,0125,02,num,three_rule_comb1,42.0,[5 6 0],5 6 0,1,1.0 +0125,0125,02,num,three_rule_comb1,43.0,[7 1 3],7 1 3],1,1.0 +0125,0125,02,num,three_rule_comb1,44.0,[2 6 5],0 6 5],0,1.0 +0125,0125,02,num,three_rule_comb1,45.0,[5 9 9],5 9 9,1,1.0 +0125,0125,02,num,three_rule_comb1,46.0,[6 5 8],6 5 8,1,1.0 +0125,0125,02,num,three_rule_comb1,47.0,[8 7 0],8 1 0,0,1.0 +0125,0125,02,num,three_rule_comb1,48.0,[1 6 2],1 1 2,0,1.0 +0125,0125,02,num,three_rule_comb1,49.0,[7 2 5],1 2 5,0,1.0 +0125,0125,02,num,three_rule_comb1,50.0,[5 1 3],5 1 3],1,1.0 +0125,0125,02,num,three_rule_comb1,51.0,[6 0 0],6 0 0,1,1.0 +0125,0125,02,num,three_rule_comb1,52.0,[9 7 5],6 7 5,0,1.0 +0125,0125,02,num,three_rule_comb1,53.0,[6 9 6],4 9 6,0,1.0 +0125,0125,02,num,three_rule_comb1,54.0,[4 6 5],2 6 5,0,1.0 +0125,0125,02,num,three_rule_comb1,55.0,[5 9 3],5 9 3,1,1.0 +0125,0125,02,num,three_rule_comb1,56.0,[7 7 4],7 7 2,0,1.0 +0125,0125,02,num,three_rule_comb1,57.0,[9 4 9],8 4 9,0,1.0 +0125,0125,02,num,three_rule_comb1,58.0,[9 5 0],9 5 0,1,1.0 +0125,0125,02,num,three_rule_comb1,59.0,[5 0 1],5 0 1,1,1.0 +0125,0125,02,num,three_rule_comb1,60.0,[8 4 3],8 4 3,1,1.0 +0125,0125,02,num,three_rule_comb1,61.0,[5 8 3],5 8 6,0,1.0 +0125,0125,02,num,three_rule_comb1,62.0,[4 0 4],4 1 4,0,1.0 +0125,0125,02,num,three_rule_comb1,63.0,[9 8 2],9 8 2,1,1.0 +0125,0125,02,num,three_rule_comb1,64.0,[6 9 7],6 9 7,1,1.0 +0125,0125,02,num,three_rule_comb1,65.0,[5 6 0],4 6 0,0,1.0 +0125,0125,02,num,three_rule_comb1,66.0,[2 2 7],2 4 7,0,1.0 +0125,0125,02,num,three_rule_comb1,67.0,[1 4 5],1 4 5,1,1.0 +0125,0125,02,num,three_rule_comb1,68.0,[2 1 0],2 0 0,0,1.0 +0125,0125,02,num,three_rule_comb1,69.0,[6 3 9],9 3 9,0,1.0 +0125,0125,02,num,three_rule_comb1,70.0,[1 3 2],1 1 2,0,1.0 +0125,0125,02,num,three_rule_comb1,71.0,[0 1 1],0 4 1,0,1.0 +0125,0125,02,num,three_rule_comb1,72.0,[3 2 5],8 2 5,0,1.0 +0125,0125,02,num,three_rule_comb1,73.0,[5 0 0],5 0 9,0,1.0 +0125,0125,02,num,three_rule_comb1,74.0,[9 0 8],9 0 8,1,1.0 +0125,0125,02,num,three_rule_comb1,75.0,[9 2 0],1 2 0,0,1.0 +0125,0125,02,num,three_rule_comb1,76.0,[7 0 0],7 0 9,0,1.0 +0125,0125,02,num,three_rule_comb1,77.0,[3 1 8],3 1 8,1,1.0 +0125,0125,02,num,three_rule_comb1,78.0,[9 9 3],9 9 3,1,1.0 +0125,0125,02,num,three_rule_comb1,79.0,[2 3 4],2 2 4,0,1.0 +0125,0125,02,num,three_rule_comb1,80.0,[7 5 3],2 5 3,0,1.0 +0125,0125,02,num,three_rule_comb1,81.0,[9 7 3],9 7 3,1,1.0 +0125,0125,02,num,three_rule_comb1,82.0,[0 3 8],0 3 5,0,1.0 +0125,0125,02,num,three_rule_comb1,83.0,[5 0 1],5 0 1,1,1.0 +0125,0125,02,num,three_rule_comb1,84.0,[4 8 7],4 2 7,0,1.0 +0125,0125,02,num,three_rule_comb1,85.0,[8 1 2],8 1 9,0,1.0 +0125,0125,02,num,three_rule_comb1,86.0,[8 5 7],8 5 7,1,1.0 +0125,0125,02,num,three_rule_comb1,87.0,[1 0 7],1 0 6,0,1.0 +0125,0125,02,num,three_rule_comb1,88.0,[3 4 8],9 4 8,0,1.0 +0125,0125,02,num,three_rule_comb1,89.0,[9 7 4],9 7 4,1,1.0 +0125,0125,02,num,three_rule_comb1,90.0,[4 1 8],4 1 1,0,1.0 +0125,0125,02,num,three_rule_comb1,91.0,[1 1 3],1 3 3,0,1.0 +0125,0125,02,num,three_rule_comb1,92.0,[9 6 9],9 6 9,1,1.0 +0125,0125,02,num,three_rule_comb1,93.0,[3 8 1],3 8 1,1,1.0 +0125,0125,02,num,three_rule_comb1,94.0,[3 8 0],3 8 0,1,1.0 +0125,0125,02,num,three_rule_comb1,95.0,[1 5 5],3 5 5,0,1.0 +0125,0125,02,num,three_rule_comb1,96.0,[5 1 7],5 1 7,1,1.0 +0125,0125,02,num,three_rule_comb1,97.0,[3 5 5],5 5 5,0,1.0 +0125,0125,02,num,three_rule_comb1,98.0,[6 9 4],5 9 4,0,1.0 +0125,0125,02,num,three_rule_comb1,99.0,[7 5 7],7 7 7,0,1.0 +0125,0125,02,num,three_rule_comb2,0.0,[0 0 1],0 0 1,1,1.0 +0125,0125,02,num,three_rule_comb2,1.0,[1 1 9],1 1 9,1,1.0 +0125,0125,02,num,three_rule_comb2,2.0,[8 5 6],8 5 6,1,1.0 +0125,0125,02,num,three_rule_comb2,3.0,[2 8 8],2 8 8,1,1.0 +0125,0125,02,num,three_rule_comb2,4.0,[9 3 1],9 3 1,1,1.0 +0125,0125,02,num,three_rule_comb2,5.0,[2 3 2],2 3 2,1,1.0 +0125,0125,02,num,three_rule_comb2,6.0,[4 5 3],4 5 3,1,1.0 +0125,0125,02,num,three_rule_comb2,7.0,[7 4 9],7 4 9,1,1.0 +0125,0125,02,num,three_rule_comb2,8.0,[3 8 8],3 8 8,1,1.0 +0125,0125,02,num,three_rule_comb2,9.0,[1 8 5],1 8 5,1,1.0 +0125,0125,02,num,three_rule_comb2,10.0,[1 5 9],1 5 9,1,1.0 +0125,0125,02,num,three_rule_comb2,11.0,[5 9 0],5 9 0,1,1.0 +0125,0125,02,num,three_rule_comb2,12.0,[6 2 7],6 2 7,1,1.0 +0125,0125,02,num,three_rule_comb2,13.0,[5 2 7],5 2 7,1,1.0 +0125,0125,02,num,three_rule_comb2,14.0,[2 7 8],2 7 8,1,1.0 +0125,0125,02,num,three_rule_comb2,15.0,[9 5 2],9 5 2,1,1.0 +0125,0125,02,num,three_rule_comb2,16.0,[3 5 1],3 5 1,1,1.0 +0125,0125,02,num,three_rule_comb2,17.0,[3 0 3],3 0 3,1,1.0 +0125,0125,02,num,three_rule_comb2,18.0,[6 3 9],6 3 9,1,1.0 +0125,0125,02,num,three_rule_comb2,19.0,[4 7 4],4 7 4,1,1.0 +0125,0125,02,num,three_rule_comb2,20.0,[1 9 9],1 9 9,1,1.0 +0125,0125,02,num,three_rule_comb2,21.0,[5 5 3],5 5 3,1,1.0 +0125,0125,02,num,three_rule_comb2,22.0,[7 0 1],7 0 1,1,1.0 +0125,0125,02,num,three_rule_comb2,23.0,[2 1 8],2 1 8,1,1.0 +0125,0125,02,num,three_rule_comb2,24.0,[0 9 5],0 9 5,1,1.0 +0125,0125,02,num,three_rule_comb2,25.0,[6 8 4],6 8 4,1,1.0 +0125,0125,02,num,three_rule_comb2,26.0,[2 3 7],2 3 7,1,1.0 +0125,0125,02,num,three_rule_comb2,27.0,[1 5 2],1 5 2,1,1.0 +0125,0125,02,num,three_rule_comb2,28.0,[1 0 7],1 0 7,1,1.0 +0125,0125,02,num,three_rule_comb2,29.0,[6 5 1],6 5 1,1,1.0 +0125,0125,02,num,three_rule_comb2,30.0,[2 5 8],2 5 8,1,1.0 +0125,0125,02,num,three_rule_comb2,31.0,[1 0 1],1 0 1,1,1.0 +0125,0125,02,num,three_rule_comb2,32.0,[3 4 5],3 4 5,1,1.0 +0125,0125,02,num,three_rule_comb2,33.0,[6 7 2],6 7 2,1,1.0 +0125,0125,02,num,three_rule_comb2,34.0,[1 4 9],1 4 9,1,1.0 +0125,0125,02,num,three_rule_comb2,35.0,[1 0 3],1 0 3,1,1.0 +0125,0125,02,num,three_rule_comb2,36.0,[3 0 8],3 0 8,1,1.0 +0125,0125,02,num,three_rule_comb2,37.0,[6 2 2],6 2 2,1,1.0 +0125,0125,02,num,three_rule_comb2,38.0,[7 8 9],7 8 9,1,1.0 +0125,0125,02,num,three_rule_comb2,39.0,[0 1 9],0 1 9,1,1.0 +0125,0125,02,num,three_rule_comb2,40.0,[5 0 4],5 0 4,1,1.0 +0125,0125,02,num,three_rule_comb2,41.0,[4 8 7],4 8 7,1,1.0 +0125,0125,02,num,three_rule_comb2,42.0,[8 2 1],8 2 1,1,1.0 +0125,0125,02,num,three_rule_comb2,43.0,[7 6 7],7 6 7,1,1.0 +0125,0125,02,num,three_rule_comb2,44.0,[2 9 9],2 9 9,1,1.0 +0125,0125,02,num,three_rule_comb2,45.0,[0 1 7],0 1 7,1,1.0 +0125,0125,02,num,three_rule_comb2,46.0,[1 0 0],1 0 0,1,1.0 +0125,0125,02,num,three_rule_comb2,47.0,[4 4 7],4 4 7,1,1.0 +0125,0125,02,num,three_rule_comb2,48.0,[0 5 8],0 5 8,1,1.0 +0125,0125,02,num,three_rule_comb2,49.0,[8 8 2],8 8 2,1,1.0 +0125,0125,02,num,three_rule_comb2,50.0,[6 7 7],6 7 7,1,1.0 +0125,0125,02,num,three_rule_comb2,51.0,[4 2 3],4 2 3,1,1.0 +0125,0125,02,num,three_rule_comb2,52.0,[5 4 1],5 4 1,1,1.0 +0125,0125,02,num,three_rule_comb2,53.0,[1 1 4],1 1 4,1,1.0 +0125,0125,02,num,three_rule_comb2,54.0,[5 2 4],5 2 4,1,1.0 +0125,0125,02,num,three_rule_comb2,55.0,[8 6 8],8 6 8,1,1.0 +0125,0125,02,num,three_rule_comb2,56.0,[2 3 3],2 3 3,1,1.0 +0125,0125,02,num,three_rule_comb2,57.0,[1 2 8],1 2 8,1,1.0 +0125,0125,02,num,three_rule_comb2,58.0,[3 2 8],3 2 8,1,1.0 +0125,0125,02,num,three_rule_comb2,59.0,[1 6 4],1 6 4,1,1.0 +0125,0125,02,num,three_rule_comb2,60.0,[9 5 1],9 5 1,1,1.0 +0125,0125,02,num,three_rule_comb2,61.0,[7 7 7],7 7 7,1,1.0 +0125,0125,02,num,three_rule_comb2,62.0,[8 6 2],8 6 2,1,1.0 +0125,0125,02,num,three_rule_comb2,63.0,[6 5 7],6 5 7,1,1.0 +0125,0125,02,num,three_rule_comb2,64.0,[1 2 2],1 2 2,1,1.0 +0125,0125,02,num,three_rule_comb2,65.0,[3 0 6],3 0 6,1,1.0 +0125,0125,02,num,three_rule_comb2,66.0,[9 3 9],9 3 9,1,1.0 +0125,0125,02,num,three_rule_comb2,67.0,[9 8 9],9 8 9,1,1.0 +0125,0125,02,num,three_rule_comb2,68.0,[6 0 0],6 0 0,1,1.0 +0125,0125,02,num,three_rule_comb2,69.0,[9 9 7],9 9 7,1,1.0 +0125,0125,02,num,three_rule_comb2,70.0,[4 7 4],4 7 4,1,1.0 +0125,0125,02,num,three_rule_comb2,71.0,[0 1 5],0 1 5,1,1.0 +0125,0125,02,num,three_rule_comb2,72.0,[4 0 1],4 0 1,1,1.0 +0125,0125,02,num,three_rule_comb2,73.0,[1 3 6],1 3 6,1,1.0 +0125,0125,02,num,three_rule_comb2,74.0,[5 8 8],5 8 8,1,1.0 +0125,0125,02,num,three_rule_comb2,75.0,[7 3 0],7 3 0,1,1.0 +0125,0125,02,num,three_rule_comb2,76.0,[2 9 7],2 9 7,1,1.0 +0125,0125,02,num,three_rule_comb2,77.0,[1 9 8],1 9 8,1,1.0 +0125,0125,02,num,three_rule_comb2,78.0,[1 8 8],1 8 8,1,1.0 +0125,0125,02,num,three_rule_comb2,79.0,[7 4 7],7 4 7,1,1.0 +0125,0125,02,num,three_rule_comb2,80.0,[7 9 7],7 9 7,1,1.0 +0125,0125,02,num,three_rule_comb2,81.0,[7 0 6],7 0 6,1,1.0 +0125,0125,02,num,three_rule_comb2,82.0,[4 2 2],4 2 2,1,1.0 +0125,0125,02,num,three_rule_comb2,83.0,[6 0 7],6 0 7,1,1.0 +0125,0125,02,num,three_rule_comb2,84.0,[5 4 2],5 4 2,1,1.0 +0125,0125,02,num,three_rule_comb2,85.0,[8 6 0],8 6 0,1,1.0 +0125,0125,02,num,three_rule_comb2,86.0,[7 8 4],7 8 4,1,1.0 +0125,0125,02,num,three_rule_comb2,87.0,[0 3 8],0 3 8,1,1.0 +0125,0125,02,num,three_rule_comb2,88.0,[8 9 9],8 9 9,1,1.0 +0125,0125,02,num,three_rule_comb2,89.0,[4 2 2],4 2 2,1,1.0 +0125,0125,02,num,three_rule_comb2,90.0,[5 7 6],5 7 6,1,1.0 +0125,0125,02,num,three_rule_comb2,91.0,[5 0 1],5 0 1,1,1.0 +0125,0125,02,num,three_rule_comb2,92.0,[5 5 2],5 5 2,1,1.0 +0125,0125,02,num,three_rule_comb2,93.0,[4 5 1],4 5 1,1,1.0 +0125,0125,02,num,three_rule_comb2,94.0,[1 8 6],1 8 6],1,1.0 +0125,0125,02,num,three_rule_comb2,95.0,[4 8 9],4 8 9,1,1.0 +0125,0125,02,num,three_rule_comb2,96.0,[6 8 6],6 8 6,1,1.0 +0125,0125,02,num,three_rule_comb2,97.0,[7 3 4],7 3 4,1,1.0 +0125,0125,02,num,three_rule_comb2,98.0,[4 1 8],4 1 8,1,1.0 +0125,0125,02,num,three_rule_comb2,99.0,[8 0 8],8 0 8,1,1.0 +0125,0125,02,num,three_rule_comb3,0.0,[5 1 7],5 1 2,0,1.0 +0125,0125,02,num,three_rule_comb3,1.0,[2 1 2],4 2 2,0,1.0 +0125,0125,02,num,three_rule_comb3,2.0,[6 3 7],6 3 7,1,1.0 +0125,0125,02,num,three_rule_comb3,3.0,[4 8 9],2 8 1,0,1.0 +0125,0125,02,num,three_rule_comb3,4.0,[0 5 4],2 5 7,0,1.0 +0125,0125,02,num,three_rule_comb3,5.0,[4 1 4],4 1 4,1,1.0 +0125,0125,02,num,three_rule_comb3,6.0,[4 7 8],4 7 8,1,1.0 +0125,0125,02,num,three_rule_comb3,7.0,[9 0 6],6 0 6,0,1.0 +0125,0125,02,num,three_rule_comb3,8.0,[9 0 5],9 0 5,1,1.0 +0125,0125,02,num,three_rule_comb3,9.0,[9 0 4],9 0 4,1,1.0 +0125,0125,02,num,three_rule_comb3,10.0,[6 2 7],6 2 7,1,1.0 +0125,0125,02,num,three_rule_comb3,11.0,[0 7 5],0 1 5,0,1.0 +0125,0125,02,num,three_rule_comb3,12.0,[3 0 8],3 3 3],0,1.0 +0125,0125,02,num,three_rule_comb3,13.0,[2 6 9],2 6 9,1,1.0 +0125,0125,02,num,three_rule_comb3,14.0,[4 3 5],4 3 5,1,1.0 +0125,0125,02,num,three_rule_comb3,15.0,[1 3 9],1 3 9,1,1.0 +0125,0125,02,num,three_rule_comb3,16.0,[1 9 6],1 9 6,1,1.0 +0125,0125,02,num,three_rule_comb3,17.0,[8 9 9],8 9 9,1,1.0 +0125,0125,02,num,three_rule_comb3,18.0,[5 5 9],5 5 9,1,1.0 +0125,0125,02,num,three_rule_comb3,19.0,[7 2 1],7 2 6,0,1.0 +0125,0125,02,num,three_rule_comb3,20.0,[9 5 4],5 2 4,0,1.0 +0125,0125,02,num,three_rule_comb3,21.0,[3 3 2],3 3 2,1,1.0 +0125,0125,02,num,three_rule_comb3,22.0,[4 7 6],4 7 6,1,1.0 +0125,0125,02,num,three_rule_comb3,23.0,[3 3 9],0 3 9,0,1.0 +0125,0125,02,num,three_rule_comb3,24.0,[0 1 4],0 1 3,0,1.0 +0125,0125,02,num,three_rule_comb3,25.0,[1 6 8],1 5 8,0,1.0 +0125,0125,02,num,three_rule_comb3,26.0,[5 7 8],5 5 8,0,1.0 +0125,0125,02,num,three_rule_comb3,27.0,[1 1 3],1 5 4,0,1.0 +0125,0125,02,num,three_rule_comb3,28.0,[4 0 4],3 0 1,0,1.0 +0125,0125,02,num,three_rule_comb3,29.0,[0 6 7],0 6 7,1,1.0 +0125,0125,02,num,three_rule_comb3,30.0,[5 1 9],5 1 9,1,1.0 +0125,0125,02,num,three_rule_comb3,31.0,[6 4 8],6 4 8,1,1.0 +0125,0125,02,num,three_rule_comb3,32.0,[9 3 0],9 3 3,0,1.0 +0125,0125,02,num,three_rule_comb3,33.0,[9 9 5],9 9 5,1,1.0 +0125,0125,02,num,three_rule_comb3,34.0,[9 4 8],9 6 3,0,1.0 +0125,0125,02,num,three_rule_comb3,35.0,[3 3 8],3 3 8,1,1.0 +0125,0125,02,num,three_rule_comb3,36.0,[1 6 3],1 6 2,0,1.0 +0125,0125,02,num,three_rule_comb3,37.0,[4 5 7],4 3 7],0,1.0 +0125,0125,02,num,three_rule_comb3,38.0,[8 7 9],7 2 0,0,1.0 +0125,0125,02,num,three_rule_comb3,39.0,[3 8 3],3 8 3,1,1.0 +0125,0125,02,num,three_rule_comb3,40.0,[0 0 9],6 0 9,0,1.0 +0125,0125,02,num,three_rule_comb3,41.0,[5 2 2],5 2 2,1,1.0 +0125,0125,02,num,three_rule_comb3,42.0,[9 1 6],9 1 8,0,1.0 +0125,0125,02,num,three_rule_comb3,43.0,[3 4 3],3 4 3,1,1.0 +0125,0125,02,num,three_rule_comb3,44.0,[8 9 8],8 9 8,1,1.0 +0125,0125,02,num,three_rule_comb3,45.0,[9 9 0],9 0 0,0,1.0 +0125,0125,02,num,three_rule_comb3,46.0,[0 5 1],0 1 2,0,1.0 +0125,0125,02,num,three_rule_comb3,47.0,[6 4 2],4 4 7,0,1.0 +0125,0125,02,num,three_rule_comb3,48.0,[7 7 8],7 3 2,0,1.0 +0125,0125,02,num,three_rule_comb3,49.0,[9 9 4],9 9 4,1,1.0 +0125,0125,02,num,three_rule_comb3,50.0,[1 6 5],1 6 5,1,1.0 +0125,0125,02,num,three_rule_comb3,51.0,[9 0 8],9 0 8,1,1.0 +0125,0125,02,num,three_rule_comb3,52.0,[4 4 6],4 3 6,0,1.0 +0125,0125,02,num,three_rule_comb3,53.0,[6 0 1],5 0 1,0,1.0 +0125,0125,02,num,three_rule_comb3,54.0,[0 7 5],0 7 5,1,1.0 +0125,0125,02,num,three_rule_comb3,55.0,[4 2 3],4 2 3,1,1.0 +0125,0125,02,num,three_rule_comb3,56.0,[9 3 7],9 3 7,1,1.0 +0125,0125,02,num,three_rule_comb3,57.0,[6 3 3],6 3 3,1,1.0 +0125,0125,02,num,three_rule_comb3,58.0,[5 1 1],5 1 7,0,1.0 +0125,0125,02,num,three_rule_comb3,59.0,[1 6 1],1 1 1,0,1.0 +0125,0125,02,num,three_rule_comb3,60.0,[6 1 0],6 1 0,1,1.0 +0125,0125,02,num,three_rule_comb3,61.0,[8 4 8],1 5 8,0,1.0 +0125,0125,02,num,three_rule_comb3,62.0,[5 4 7],5 4 7,1,1.0 +0125,0125,02,num,three_rule_comb3,63.0,[6 3 3],6 3 3,1,1.0 +0125,0125,02,num,three_rule_comb3,64.0,[3 0 7],3 0 7,1,1.0 +0125,0125,02,num,three_rule_comb3,65.0,[7 7 9],7 7 9,1,1.0 +0125,0125,02,num,three_rule_comb3,66.0,[8 7 6],5 7 2,0,1.0 +0125,0125,02,num,three_rule_comb3,67.0,[1 8 6],6 8 6,0,1.0 +0125,0125,02,num,three_rule_comb3,68.0,[2 3 2],2 3 2,1,1.0 +0125,0125,02,num,three_rule_comb3,69.0,[8 5 4],8 5 4,1,1.0 +0125,0125,02,num,three_rule_comb3,70.0,[8 6 2],8 6 2,1,1.0 +0125,0125,02,num,three_rule_comb3,71.0,[1 9 4],1 9 4,1,1.0 +0125,0125,02,num,three_rule_comb3,72.0,[3 2 6],6 6 6,0,1.0 +0125,0125,02,num,three_rule_comb3,73.0,[9 8 0],8 9 0,0,1.0 +0125,0125,02,num,three_rule_comb3,74.0,[7 8 3],5 2 3,0,1.0 +0125,0125,02,num,three_rule_comb3,75.0,[4 1 4],4 1 5,0,1.0 +0125,0125,02,num,three_rule_comb3,76.0,[3 5 4],5 3 4,0,1.0 +0125,0125,02,num,three_rule_comb3,77.0,[6 9 3],6 9 3,1,1.0 +0125,0125,02,num,three_rule_comb3,78.0,[1 5 9],5 5 3,0,1.0 +0125,0125,02,num,three_rule_comb3,79.0,[3 8 6],3 8 6,1,1.0 +0125,0125,02,num,three_rule_comb3,80.0,[4 5 1],4 8 1,0,1.0 +0125,0125,02,num,three_rule_comb3,81.0,[9 1 6],9 1 6,1,1.0 +0125,0125,02,num,three_rule_comb3,82.0,[1 5 9],1 5 9,1,1.0 +0125,0125,02,num,three_rule_comb3,83.0,[9 1 7],9 1 7,1,1.0 +0125,0125,02,num,three_rule_comb3,84.0,[6 1 3],6 1 3,1,1.0 +0125,0125,02,num,three_rule_comb3,85.0,[3 0 6],3 0 6,1,1.0 +0125,0125,02,num,three_rule_comb3,86.0,[7 6 2],7 6 2,1,1.0 +0125,0125,02,num,three_rule_comb3,87.0,[7 6 6],7 6 6,1,1.0 +0125,0125,02,num,three_rule_comb3,88.0,[7 7 7],7 7 7,1,1.0 +0125,0125,02,num,three_rule_comb3,89.0,[1 4 9],1 4 1,0,1.0 +0125,0125,02,num,three_rule_comb3,90.0,[4 9 3],4 9 3,1,1.0 +0125,0125,02,num,three_rule_comb3,91.0,[1 0 8],1 0 8,1,1.0 +0125,0125,02,num,three_rule_comb3,92.0,[2 4 7],8 4 7,0,1.0 +0125,0125,02,num,three_rule_comb3,93.0,[4 1 9],4 1 9,1,1.0 +0125,0125,02,num,three_rule_comb3,94.0,[6 0 5],6 2 5,0,1.0 +0125,0125,02,num,three_rule_comb3,95.0,[7 9 7],7 9 7,1,1.0 +0125,0125,02,num,three_rule_comb3,96.0,[4 4 1],4 4 1,1,1.0 +0125,0125,02,num,three_rule_comb3,97.0,[6 1 5],6 1 5,1,1.0 +0125,0125,02,num,three_rule_comb3,98.0,[0 8 2],4 8 2,0,1.0 +0125,0125,02,num,three_rule_comb3,99.0,[0 6 2],5 6 2,0,1.0 +0125,0125,02,num,three_rule_comb4,0.0,[8 7 0],8 7 0,1,1.0 +0125,0125,02,num,three_rule_comb4,1.0,[7 9 4],7 9 6,0,1.0 +0125,0125,02,num,three_rule_comb4,2.0,[9 3 1],9 4 1,0,1.0 +0125,0125,02,num,three_rule_comb4,3.0,[9 7 0],9 7 6,0,1.0 +0125,0125,02,num,three_rule_comb4,4.0,[9 8 3],9 9 3,0,1.0 +0125,0125,02,num,three_rule_comb4,5.0,[4 8 5],4 8 5,1,1.0 +0125,0125,02,num,three_rule_comb4,6.0,[9 3 6],9 7 6,0,1.0 +0125,0125,02,num,three_rule_comb4,7.0,[2 5 8],2 2 8,0,1.0 +0125,0125,02,num,three_rule_comb4,8.0,[6 0 5],7 0 5,0,1.0 +0125,0125,02,num,three_rule_comb4,9.0,[0 1 9],4 1 9,0,1.0 +0125,0125,02,num,three_rule_comb4,10.0,[8 1 5],8 1 8,0,1.0 +0125,0125,02,num,three_rule_comb4,11.0,[7 3 8],7 3 8,1,1.0 +0125,0125,02,num,three_rule_comb4,12.0,[4 3 3],3 3 6,0,1.0 +0125,0125,02,num,three_rule_comb4,13.0,[0 8 0],0 7 6,0,1.0 +0125,0125,02,num,three_rule_comb4,14.0,[3 0 9],3 0 9,1,1.0 +0125,0125,02,num,three_rule_comb4,15.0,[9 8 8],9 8 3,0,1.0 +0125,0125,02,num,three_rule_comb4,16.0,[0 0 0],0 0 0,1,1.0 +0125,0125,02,num,three_rule_comb4,17.0,[2 7 1],2 7 1,1,1.0 +0125,0125,02,num,three_rule_comb4,18.0,[7 4 2],7 4 3,0,1.0 +0125,0125,02,num,three_rule_comb4,19.0,[5 4 5],5 4 5,1,1.0 +0125,0125,02,num,three_rule_comb4,20.0,[2 5 2],2 5 7,0,1.0 +0125,0125,02,num,three_rule_comb4,21.0,[3 3 4],3 3 7,0,1.0 +0125,0125,02,num,three_rule_comb4,22.0,[5 0 3],5 3 3,0,1.0 +0125,0125,02,num,three_rule_comb4,23.0,[3 0 8],3 0 3,0,1.0 +0125,0125,02,num,three_rule_comb4,24.0,[5 8 0],5 8 0,1,1.0 +0125,0125,02,num,three_rule_comb4,25.0,[2 1 2],2 1 4,0,1.0 +0125,0125,02,num,three_rule_comb4,26.0,[2 7 2],2 2 2,0,1.0 +0125,0125,02,num,three_rule_comb4,27.0,[5 9 8],5 9 11,0,1.0 +0125,0125,02,num,three_rule_comb4,28.0,[2 7 5],2 7 5,1,1.0 +0125,0125,02,num,three_rule_comb4,29.0,[5 5 1],5 5 1,1,1.0 +0125,0125,02,num,three_rule_comb4,30.0,[4 4 1],4 4 1,1,1.0 +0125,0125,02,num,three_rule_comb4,31.0,[1 3 4],1 3 7,0,1.0 +0125,0125,02,num,three_rule_comb4,32.0,[5 9 3],2 9 3,0,1.0 +0125,0125,02,num,three_rule_comb4,33.0,[0 8 0],0 4 0,0,1.0 +0125,0125,02,num,three_rule_comb4,34.0,[6 6 8],7 6 8,0,1.0 +0125,0125,02,num,three_rule_comb4,35.0,[1 2 8],1 2 5,0,1.0 +0125,0125,02,num,three_rule_comb4,36.0,[5 8 3],5 8 5,0,1.0 +0125,0125,02,num,three_rule_comb4,37.0,[2 0 1],2 0 4,0,1.0 +0125,0125,02,num,three_rule_comb4,38.0,[1 4 6],1 4 7,0,1.0 +0125,0125,02,num,three_rule_comb4,39.0,[5 4 8],5 4 5,0,1.0 +0125,0125,02,num,three_rule_comb4,40.0,[1 6 1],1 6 8,0,1.0 +0125,0125,02,num,three_rule_comb4,41.0,[7 3 8],7 3 8,1,1.0 +0125,0125,02,num,three_rule_comb4,42.0,[8 4 5],8 4 1,0,1.0 +0125,0125,02,num,three_rule_comb4,43.0,[5 3 8],8 3 8,0,1.0 +0125,0125,02,num,three_rule_comb4,44.0,[7 1 9],7 4 9,0,1.0 +0125,0125,02,num,three_rule_comb4,45.0,[7 8 4],7 2 4,0,1.0 +0125,0125,02,num,three_rule_comb4,46.0,[2 2 1],2 2 4,0,1.0 +0125,0125,02,num,three_rule_comb4,47.0,[9 9 8],9 9 0,0,1.0 +0125,0125,02,num,three_rule_comb4,48.0,[0 2 3],0 3 3,0,1.0 +0125,0125,02,num,three_rule_comb4,49.0,[1 6 9],1 6 7,0,1.0 +0125,0125,02,num,three_rule_comb4,50.0,[4 8 5],4 8 5,1,1.0 +0125,0125,02,num,three_rule_comb4,51.0,[8 8 6],8 2 6,0,1.0 +0125,0125,02,num,three_rule_comb4,52.0,[8 4 0],8 2 0,0,1.0 +0125,0125,02,num,three_rule_comb4,53.0,[0 9 9],0 9 9,1,1.0 +0125,0125,02,num,three_rule_comb4,54.0,[3 4 7],3 4 2,0,1.0 +0125,0125,02,num,three_rule_comb4,55.0,[4 7 6],4 7 6,1,1.0 +0125,0125,02,num,three_rule_comb4,56.0,[7 5 5],7 8 5,0,1.0 +0125,0125,02,num,three_rule_comb4,57.0,[6 7 1],6 5 1,0,1.0 +0125,0125,02,num,three_rule_comb4,58.0,[2 9 9],2 9 9,1,1.0 +0125,0125,02,num,three_rule_comb4,59.0,[5 3 5],5 3 5,1,1.0 +0125,0125,02,num,three_rule_comb4,60.0,[0 8 4],0 5 4,0,1.0 +0125,0125,02,num,three_rule_comb4,61.0,[2 3 8],2 3 8,1,1.0 +0125,0125,02,num,three_rule_comb4,62.0,[8 1 9],8 7 9,0,1.0 +0125,0125,02,num,three_rule_comb4,63.0,[0 7 4],0 0 4,0,1.0 +0125,0125,02,num,three_rule_comb4,64.0,[5 9 2],5 9 4,0,1.0 +0125,0125,02,num,three_rule_comb4,65.0,[6 6 2],6 5 2,0,1.0 +0125,0125,02,num,three_rule_comb4,66.0,[8 0 0],9 0 0,0,1.0 +0125,0125,02,num,three_rule_comb4,67.0,[6 9 9],2 9 9,0,1.0 +0125,0125,02,num,three_rule_comb4,68.0,[0 9 4],0 2 4,0,1.0 +0125,0125,02,num,three_rule_comb4,69.0,[5 8 6],5 8 6,1,1.0 +0125,0125,02,num,three_rule_comb4,70.0,[0 3 5],0 3 0,0,1.0 +0125,0125,02,num,three_rule_comb4,71.0,[3 2 8],3 2 1,0,1.0 +0125,0125,02,num,three_rule_comb4,72.0,[7 7 4],7 7 4,1,1.0 +0125,0125,02,num,three_rule_comb4,73.0,[1 7 2],1 7 2,1,1.0 +0125,0125,02,num,three_rule_comb4,74.0,[0 7 5],0 7 5,1,1.0 +0125,0125,02,num,three_rule_comb4,75.0,[0 3 3],0 3 4,0,1.0 +0125,0125,02,num,three_rule_comb4,76.0,[5 9 5],5 9 5,1,1.0 +0125,0125,02,num,three_rule_comb4,77.0,[8 2 9],8 2 9,1,1.0 +0125,0125,02,num,three_rule_comb4,78.0,[5 1 1],5 1 1,1,1.0 +0125,0125,02,num,three_rule_comb4,79.0,[6 7 5],6 7 3,0,1.0 +0125,0125,02,num,three_rule_comb4,80.0,[4 4 0],4 1 6,0,1.0 +0125,0125,02,num,three_rule_comb4,81.0,[8 4 7],8 4 7,1,1.0 +0125,0125,02,num,three_rule_comb4,82.0,[9 0 2],9 0 5,0,1.0 +0125,0125,02,num,three_rule_comb4,83.0,[5 3 9],5 1 9,0,1.0 +0125,0125,02,num,three_rule_comb4,84.0,[4 2 8],4 5 8,0,1.0 +0125,0125,02,num,three_rule_comb4,85.0,[8 2 4],8 2 1,0,1.0 +0125,0125,02,num,three_rule_comb4,86.0,[2 8 8],2 2 8,0,1.0 +0125,0125,02,num,three_rule_comb4,87.0,[3 6 5],3 6 5,1,1.0 +0125,0125,02,num,three_rule_comb4,88.0,[8 7 5],8 7 8,0,1.0 +0125,0125,02,num,three_rule_comb4,89.0,[9 9 5],9 9 5,1,1.0 +0125,0125,02,num,three_rule_comb4,90.0,[8 6 2],8 6 2,1,1.0 +0125,0125,02,num,three_rule_comb4,91.0,[5 6 1],5 6 7],0,1.0 +0125,0125,02,num,three_rule_comb4,92.0,[2 9 4],2 3 4,0,1.0 +0125,0125,02,num,three_rule_comb4,93.0,[4 9 6],4 9 6,1,1.0 +0125,0125,02,num,three_rule_comb4,94.0,[5 4 5],1 4 5,0,1.0 +0125,0125,02,num,three_rule_comb4,95.0,[7 2 6],7 2 4,0,1.0 +0125,0125,02,num,three_rule_comb4,96.0,[5 1 7],5 1 2,0,1.0 +0125,0125,02,num,three_rule_comb4,97.0,[5 1 1],2 1 1,0,1.0 +0125,0125,02,num,three_rule_comb4,98.0,[0 7 8],0 7 3,0,1.0 +0125,0125,02,num,three_rule_comb4,99.0,[4 0 9],4 0 4,0,1.0 +0125,0125,02,num,three_rule_comb5,0.0,[5 0 7],5 0 7,1,1.0 +0125,0125,02,num,three_rule_comb5,1.0,[3 3 1],3 3 1,1,1.0 +0125,0125,02,num,three_rule_comb5,2.0,[5 3 1],5 3 1,1,1.0 +0125,0125,02,num,three_rule_comb5,3.0,[5 9 2],5 9 2,1,1.0 +0125,0125,02,num,three_rule_comb5,4.0,[0 2 4],0 2 4,1,1.0 +0125,0125,02,num,three_rule_comb5,5.0,[9 2 8],9 2 8,1,1.0 +0125,0125,02,num,three_rule_comb5,6.0,[2 8 7],2 0 3,0,1.0 +0125,0125,02,num,three_rule_comb5,7.0,[8 4 5],8 4 5,1,1.0 +0125,0125,02,num,three_rule_comb5,8.0,[7 4 7],7 4 7,1,1.0 +0125,0125,02,num,three_rule_comb5,9.0,[6 1 5],6 1 5,1,1.0 +0125,0125,02,num,three_rule_comb5,10.0,[5 5 6],5 5 6,1,1.0 +0125,0125,02,num,three_rule_comb5,11.0,[2 4 8],2 4 8,1,1.0 +0125,0125,02,num,three_rule_comb5,12.0,[0 6 0],0 6 0,1,1.0 +0125,0125,02,num,three_rule_comb5,13.0,[9 4 0],9 4 0,1,1.0 +0125,0125,02,num,three_rule_comb5,14.0,[6 3 2],6 3 2,1,1.0 +0125,0125,02,num,three_rule_comb5,15.0,[0 9 8],0 9 8,1,1.0 +0125,0125,02,num,three_rule_comb5,16.0,[7 5 6],7 5 6,1,1.0 +0125,0125,02,num,three_rule_comb5,17.0,[0 1 7],0 1 7,1,1.0 +0125,0125,02,num,three_rule_comb5,18.0,[1 4 1],1 4 1,1,1.0 +0125,0125,02,num,three_rule_comb5,19.0,[0 1 0],0 1 0,1,1.0 +0125,0125,02,num,three_rule_comb5,20.0,[4 4 9],4 4 9,1,1.0 +0125,0125,02,num,three_rule_comb5,21.0,[1 7 4],1 7 4,1,1.0 +0125,0125,02,num,three_rule_comb5,22.0,[9 4 4],9 4 4,1,1.0 +0125,0125,02,num,three_rule_comb5,23.0,[5 4 0],5 4 0,1,1.0 +0125,0125,02,num,three_rule_comb5,24.0,[6 0 4],6 0 4,1,1.0 +0125,0125,02,num,three_rule_comb5,25.0,[8 6 1],8 6 1,1,1.0 +0125,0125,02,num,three_rule_comb5,26.0,[7 4 8],7 4 8,1,1.0 +0125,0125,02,num,three_rule_comb5,27.0,[9 3 6],9 3 6,1,1.0 +0125,0125,02,num,three_rule_comb5,28.0,[4 8 3],4 8 3,1,1.0 +0125,0125,02,num,three_rule_comb5,29.0,[9 8 0],9 8 0,1,1.0 +0125,0125,02,num,three_rule_comb5,30.0,[5 9 5],5 9 5,1,1.0 +0125,0125,02,num,three_rule_comb5,31.0,[5 4 4],5 4 4,1,1.0 +0125,0125,02,num,three_rule_comb5,32.0,[5 5 9],5 5 9,1,1.0 +0125,0125,02,num,three_rule_comb5,33.0,[7 1 8],7 1 8,1,1.0 +0125,0125,02,num,three_rule_comb5,34.0,[4 0 5],4 0 5,1,1.0 +0125,0125,02,num,three_rule_comb5,35.0,[5 9 2],5 9 2,1,1.0 +0125,0125,02,num,three_rule_comb5,36.0,[1 2 2],1 2 2,1,1.0 +0125,0125,02,num,three_rule_comb5,37.0,[5 2 7],5 2 7,1,1.0 +0125,0125,02,num,three_rule_comb5,38.0,[3 9 1],3 9 1,1,1.0 +0125,0125,02,num,three_rule_comb5,39.0,[3 8 9],3 8 9,1,1.0 +0125,0125,02,num,three_rule_comb5,40.0,[0 0 0],0 0 0,1,1.0 +0125,0125,02,num,three_rule_comb5,41.0,[7 0 3],7 0 3,1,1.0 +0125,0125,02,num,three_rule_comb5,42.0,[3 6 8],3 6 8,1,1.0 +0125,0125,02,num,three_rule_comb5,43.0,[5 1 0],5 1 0,1,1.0 +0125,0125,02,num,three_rule_comb5,44.0,[6 4 9],6 4 9,1,1.0 +0125,0125,02,num,three_rule_comb5,45.0,[5 3 0],5 3 0,1,1.0 +0125,0125,02,num,three_rule_comb5,46.0,[3 3 8],3 3 8,1,1.0 +0125,0125,02,num,three_rule_comb5,47.0,[9 9 8],9 9 8,1,1.0 +0125,0125,02,num,three_rule_comb5,48.0,[5 3 4],5 3 4,1,1.0 +0125,0125,02,num,three_rule_comb5,49.0,[3 4 9],3 4 9,1,1.0 +0125,0125,02,num,three_rule_comb5,50.0,[2 1 7],2 1 7,1,1.0 +0125,0125,02,num,three_rule_comb5,51.0,[2 2 5],2 2 5,1,1.0 +0125,0125,02,num,three_rule_comb5,52.0,[1 4 9],1 4 9,1,1.0 +0125,0125,02,num,three_rule_comb5,53.0,[1 5 9],1 5 9,1,1.0 +0125,0125,02,num,three_rule_comb5,54.0,[0 8 8],0 8 8,1,1.0 +0125,0125,02,num,three_rule_comb5,55.0,[0 5 9],0 5 9,1,1.0 +0125,0125,02,num,three_rule_comb5,56.0,[0 6 2],0 6 2,1,1.0 +0125,0125,02,num,three_rule_comb5,57.0,[4 3 1],4 3 1,1,1.0 +0125,0125,02,num,three_rule_comb5,58.0,[0 6 9],0 6 9,1,1.0 +0125,0125,02,num,three_rule_comb5,59.0,[8 7 0],8 7 0,1,1.0 +0125,0125,02,num,three_rule_comb5,60.0,[1 4 7],1 4 7,1,1.0 +0125,0125,02,num,three_rule_comb5,61.0,[7 4 1],7 4 1,1,1.0 +0125,0125,02,num,three_rule_comb5,62.0,[4 0 4],4 0 4,1,1.0 +0125,0125,02,num,three_rule_comb5,63.0,[9 0 1],9 0 1,1,1.0 +0125,0125,02,num,three_rule_comb5,64.0,[7 0 8],7 0 8,1,1.0 +0125,0125,02,num,three_rule_comb5,65.0,[3 4 8],3 4 8,1,1.0 +0125,0125,02,num,three_rule_comb5,66.0,[9 1 0],9 1 0,1,1.0 +0125,0125,02,num,three_rule_comb5,67.0,[1 1 5],1 1 5,1,1.0 +0125,0125,02,num,three_rule_comb5,68.0,[3 5 3],3 5 3,1,1.0 +0125,0125,02,num,three_rule_comb5,69.0,[3 4 4],3 4 4,1,1.0 +0125,0125,02,num,three_rule_comb5,70.0,[3 2 5],3 2 5,1,1.0 +0125,0125,02,num,three_rule_comb5,71.0,[0 5 5],0 5 5,1,1.0 +0125,0125,02,num,three_rule_comb5,72.0,[5 9 7],5 9 7,1,1.0 +0125,0125,02,num,three_rule_comb5,73.0,[9 9 3],9 9 3,1,1.0 +0125,0125,02,num,three_rule_comb5,74.0,[8 4 5],8 4 5,1,1.0 +0125,0125,02,num,three_rule_comb5,75.0,[3 5 8],3 5 8,1,1.0 +0125,0125,02,num,three_rule_comb5,76.0,[4 3 3],4 3 3,1,1.0 +0125,0125,02,num,three_rule_comb5,77.0,[8 0 6],8 0 6,1,1.0 +0125,0125,02,num,three_rule_comb5,78.0,[8 6 7],8 6 7,1,1.0 +0125,0125,02,num,three_rule_comb5,79.0,[9 1 0],9 1 0,1,1.0 +0125,0125,02,num,three_rule_comb5,80.0,[0 9 5],0 9 5,1,1.0 +0125,0125,02,num,three_rule_comb5,81.0,[4 3 2],4 3 2,1,1.0 +0125,0125,02,num,three_rule_comb5,82.0,[2 8 6],2 8 6,1,1.0 +0125,0125,02,num,three_rule_comb5,83.0,[1 7 6],1 7 6,1,1.0 +0125,0125,02,num,three_rule_comb5,84.0,[9 0 9],9 0 9,1,1.0 +0125,0125,02,num,three_rule_comb5,85.0,[5 0 5],5 0 5,1,1.0 +0125,0125,02,num,three_rule_comb5,86.0,[1 0 7],1 8 3,0,1.0 +0125,0125,02,num,three_rule_comb5,87.0,[8 4 8],8 4 8,1,1.0 +0125,0125,02,num,three_rule_comb5,88.0,[9 2 7],9 2 7,1,1.0 +0125,0125,02,num,three_rule_comb5,89.0,[0 2 5],0 2 5,1,1.0 +0125,0125,02,num,three_rule_comb5,90.0,[7 5 2],7 5 2,1,1.0 +0125,0125,02,num,three_rule_comb5,91.0,[0 8 2],0 8 2,1,1.0 +0125,0125,02,num,three_rule_comb5,92.0,[1 0 9],1 0 9,1,1.0 +0125,0125,02,num,three_rule_comb5,93.0,[0 1 8],0 1 8,1,1.0 +0125,0125,02,num,three_rule_comb5,94.0,[3 4 1],3 4 1,1,1.0 +0125,0125,02,num,three_rule_comb5,95.0,[4 9 2],4 9 2,1,1.0 +0125,0125,02,num,three_rule_comb5,96.0,[9 9 5],9 9 5,1,1.0 +0125,0125,02,num,three_rule_comb5,97.0,[8 9 1],8 9 1,1,1.0 +0125,0125,02,num,three_rule_comb5,98.0,[4 2 4],4 2 4,1,1.0 +0125,0125,02,num,three_rule_comb5,99.0,[4 6 4],4 6 4,1,1.0 +0125,0125,02,num,three_rule_comb6,0.0,[0 1 6],0 1 6,1,1.0 +0125,0125,02,num,three_rule_comb6,1.0,[7 1 9],7 1 9,1,1.0 +0125,0125,02,num,three_rule_comb6,2.0,[1 0 2],2 0 2,0,1.0 +0125,0125,02,num,three_rule_comb6,3.0,[3 1 9],3 1 9,1,1.0 +0125,0125,02,num,three_rule_comb6,4.0,[2 5 3],2 5 3,1,1.0 +0125,0125,02,num,three_rule_comb6,5.0,[2 0 9],2 0 9,1,1.0 +0125,0125,02,num,three_rule_comb6,6.0,[5 0 9],5 0 9,1,1.0 +0125,0125,02,num,three_rule_comb6,7.0,[6 2 7],6 2 7,1,1.0 +0125,0125,02,num,three_rule_comb6,8.0,[4 9 1],4 9 1,1,1.0 +0125,0125,02,num,three_rule_comb6,9.0,[5 5 1],5 5 1,1,1.0 +0125,0125,02,num,three_rule_comb6,10.0,[3 1 8],3 1 8,1,1.0 +0125,0125,02,num,three_rule_comb6,11.0,[0 5 9],5 5 9,0,1.0 +0125,0125,02,num,three_rule_comb6,12.0,[7 1 1],7 1 1,1,1.0 +0125,0125,02,num,three_rule_comb6,13.0,[9 1 4],9 1 4],1,1.0 +0125,0125,02,num,three_rule_comb6,14.0,[4 2 9],4 2 9,1,1.0 +0125,0125,02,num,three_rule_comb6,15.0,[9 0 8],8 4 7,0,1.0 +0125,0125,02,num,three_rule_comb6,16.0,[0 5 4],0 5 4,1,1.0 +0125,0125,02,num,three_rule_comb6,17.0,[4 5 9],4 5 9,1,1.0 +0125,0125,02,num,three_rule_comb6,18.0,[6 9 5],5 8 5,0,1.0 +0125,0125,02,num,three_rule_comb6,19.0,[6 7 2],6 7 2,1,1.0 +0125,0125,02,num,three_rule_comb6,20.0,[9 4 9],9 4 9,1,1.0 +0125,0125,02,num,three_rule_comb6,21.0,[6 9 8],6 6 4,0,1.0 +0125,0125,02,num,three_rule_comb6,22.0,[8 3 9],8 3 9,1,1.0 +0125,0125,02,num,three_rule_comb6,23.0,[9 9 5],9 5 5,0,1.0 +0125,0125,02,num,three_rule_comb6,24.0,[7 6 7],7 6 7,1,1.0 +0125,0125,02,num,three_rule_comb6,25.0,[4 8 8],4 8 8,1,1.0 +0125,0125,02,num,three_rule_comb6,26.0,[0 7 8],4 7 2,0,1.0 +0125,0125,02,num,three_rule_comb6,27.0,[1 4 3],1 4 3,1,1.0 +0125,0125,02,num,three_rule_comb6,28.0,[6 4 6],6 4 6,1,1.0 +0125,0125,02,num,three_rule_comb6,29.0,[1 2 4],1 8 4,0,1.0 +0125,0125,02,num,three_rule_comb6,30.0,[8 9 3],9 8 6,0,1.0 +0125,0125,02,num,three_rule_comb6,31.0,[5 1 8],5 1 8,1,1.0 +0125,0125,02,num,three_rule_comb6,32.0,[4 0 4],4 4 4,0,1.0 +0125,0125,02,num,three_rule_comb6,33.0,[8 4 1],8 4 1,1,1.0 +0125,0125,02,num,three_rule_comb6,34.0,[9 5 3],5 3 0,0,1.0 +0125,0125,02,num,three_rule_comb6,35.0,[7 2 1],7 2 1,1,1.0 +0125,0125,02,num,three_rule_comb6,36.0,[3 4 2],3 4 2,1,1.0 +0125,0125,02,num,three_rule_comb6,37.0,[0 5 0],0 5 0,1,1.0 +0125,0125,02,num,three_rule_comb6,38.0,[1 1 2],1 1 2,1,1.0 +0125,0125,02,num,three_rule_comb6,39.0,[2 5 3],2 5 3,1,1.0 +0125,0125,02,num,three_rule_comb6,40.0,[8 7 5],8 7 5,1,1.0 +0125,0125,02,num,three_rule_comb6,41.0,[5 8 5],5 8 5,1,1.0 +0125,0125,02,num,three_rule_comb6,42.0,[2 2 4],2 2 4,1,1.0 +0125,0125,02,num,three_rule_comb6,43.0,[0 9 1],0 9 1,1,1.0 +0125,0125,02,num,three_rule_comb6,44.0,[9 6 5],8 6 5,0,1.0 +0125,0125,02,num,three_rule_comb6,45.0,[0 3 1],0 3 4,0,1.0 +0125,0125,02,num,three_rule_comb6,46.0,[0 0 3],0 0 3,1,1.0 +0125,0125,02,num,three_rule_comb6,47.0,[9 5 6],9 5 6,1,1.0 +0125,0125,02,num,three_rule_comb6,48.0,[9 7 3],2 7 3,0,1.0 +0125,0125,02,num,three_rule_comb6,49.0,[8 6 0],8 0 0,0,1.0 +0125,0125,02,num,three_rule_comb6,50.0,[0 1 6],0 6 6,0,1.0 +0125,0125,02,num,three_rule_comb6,51.0,[4 1 2],2 2 4,0,1.0 +0125,0125,02,num,three_rule_comb6,52.0,[8 9 3],8 9 3,1,1.0 +0125,0125,02,num,three_rule_comb6,53.0,[9 0 5],8 0 5,0,1.0 +0125,0125,02,num,three_rule_comb6,54.0,[4 4 6],4 4 6,1,1.0 +0125,0125,02,num,three_rule_comb6,55.0,[6 2 9],6 2 9,1,1.0 +0125,0125,02,num,three_rule_comb6,56.0,[4 8 1],4 4 1,0,1.0 +0125,0125,02,num,three_rule_comb6,57.0,[2 6 8],2 4 9,0,1.0 +0125,0125,02,num,three_rule_comb6,58.0,[2 5 6],2 5 6,1,1.0 +0125,0125,02,num,three_rule_comb6,59.0,[5 5 1],5 6 1,0,1.0 +0125,0125,02,num,three_rule_comb6,60.0,[8 1 3],8 1 3,1,1.0 +0125,0125,02,num,three_rule_comb6,61.0,[2 6 3],2 6 3,1,1.0 +0125,0125,02,num,three_rule_comb6,62.0,[0 5 4],0 5 4,1,1.0 +0125,0125,02,num,three_rule_comb6,63.0,[6 8 3],6 8 3,1,1.0 +0125,0125,02,num,three_rule_comb6,64.0,[6 3 1],6 3 1,1,1.0 +0125,0125,02,num,three_rule_comb6,65.0,[1 3 6],1 3 6,1,1.0 +0125,0125,02,num,three_rule_comb6,66.0,[6 1 6],6 1 6,1,1.0 +0125,0125,02,num,three_rule_comb6,67.0,[6 8 9],6 8 9,1,1.0 +0125,0125,02,num,three_rule_comb6,68.0,[4 1 9],4 1 9,1,1.0 +0125,0125,02,num,three_rule_comb6,69.0,[6 9 2],6 9 2,1,1.0 +0125,0125,02,num,three_rule_comb6,70.0,[1 3 5],1 3 5,1,1.0 +0125,0125,02,num,three_rule_comb6,71.0,[2 0 3],0 5 3,0,1.0 +0125,0125,02,num,three_rule_comb6,72.0,[0 4 7],1 3 7,0,1.0 +0125,0125,02,num,three_rule_comb6,73.0,[1 6 6],1 6 6,1,1.0 +0125,0125,02,num,three_rule_comb6,74.0,[3 2 6],3 2 4,0,1.0 +0125,0125,02,num,three_rule_comb6,75.0,[3 4 7],3 4 7,1,1.0 +0125,0125,02,num,three_rule_comb6,76.0,[8 0 7],8 0 7,1,1.0 +0125,0125,02,num,three_rule_comb6,77.0,[9 3 6],9 3 6,1,1.0 +0125,0125,02,num,three_rule_comb6,78.0,[6 0 8],6 0 8,1,1.0 +0125,0125,02,num,three_rule_comb6,79.0,[6 0 0],6 0 0,1,1.0 +0125,0125,02,num,three_rule_comb6,80.0,[3 6 3],3 6 3,1,1.0 +0125,0125,02,num,three_rule_comb6,81.0,[1 5 0],1 5 0,1,1.0 +0125,0125,02,num,three_rule_comb6,82.0,[1 4 5],1 4 5,1,1.0 +0125,0125,02,num,three_rule_comb6,83.0,[4 9 3],4 7 3,0,1.0 +0125,0125,02,num,three_rule_comb6,84.0,[8 7 0],8 1 0,0,1.0 +0125,0125,02,num,three_rule_comb6,85.0,[1 3 9],1 3 9,1,1.0 +0125,0125,02,num,three_rule_comb6,86.0,[4 7 6],4 7 6,1,1.0 +0125,0125,02,num,three_rule_comb6,87.0,[1 4 8],1 4 8,1,1.0 +0125,0125,02,num,three_rule_comb6,88.0,[0 5 8],0 5 8,1,1.0 +0125,0125,02,num,three_rule_comb6,89.0,[8 3 9],8 3 9,1,1.0 +0125,0125,02,num,three_rule_comb6,90.0,[5 1 2],5 1 2,1,1.0 +0125,0125,02,num,three_rule_comb6,91.0,[7 6 9],7 6 9,1,1.0 +0125,0125,02,num,three_rule_comb6,92.0,[3 7 9],3 7 9,1,1.0 +0125,0125,02,num,three_rule_comb6,93.0,[9 8 1],9 8 1,1,1.0 +0125,0125,02,num,three_rule_comb6,94.0,[4 9 4],4 9 4,1,1.0 +0125,0125,02,num,three_rule_comb6,95.0,[4 7 8],4 7 4,0,1.0 +0125,0125,02,num,three_rule_comb6,96.0,[3 7 7],3 7 7,1,1.0 +0125,0125,02,num,three_rule_comb6,97.0,[8 1 6],8 1 6,1,1.0 +0125,0125,02,num,three_rule_comb6,98.0,[7 3 5],7 3 5],1,1.0 +0125,0125,02,num,three_rule_comb6,99.0,[5 6 8],5 6 8,1,1.0 +0125,0125,02,num,three_rule_comb7,0.0,[5 4 8],5 4 8,1,1.0 +0125,0125,02,num,three_rule_comb7,1.0,[3 1 8],3 1 7,0,1.0 +0125,0125,02,num,three_rule_comb7,2.0,[4 7 9],4 4 4],0,1.0 +0125,0125,02,num,three_rule_comb7,3.0,[4 8 5],4 1 8,0,1.0 +0125,0125,02,num,three_rule_comb7,4.0,[7 5 2],7 5 8,0,1.0 +0125,0125,02,num,three_rule_comb7,5.0,[9 3 9],9 3 8,0,1.0 +0125,0125,02,num,three_rule_comb7,6.0,[5 1 5],5 2 0,0,1.0 +0125,0125,02,num,three_rule_comb7,7.0,[2 9 0],2 5 1,0,1.0 +0125,0125,02,num,three_rule_comb7,8.0,[2 2 3],3 2 7,0,1.0 +0125,0125,02,num,three_rule_comb7,9.0,[6 2 8],6 2 2,0,1.0 +0125,0125,02,num,three_rule_comb7,10.0,[5 1 4],2 1 8,0,1.0 +0125,0125,02,num,three_rule_comb7,11.0,[2 6 1],2 6 1,1,1.0 +0125,0125,02,num,three_rule_comb7,12.0,[4 4 4],4 4 4],1,1.0 +0125,0125,02,num,three_rule_comb7,13.0,[4 4 0],4 4 3,0,1.0 +0125,0125,02,num,three_rule_comb7,14.0,[7 7 4],7 4 4,0,1.0 +0125,0125,02,num,three_rule_comb7,15.0,[3 0 0],3 3 0,0,1.0 +0125,0125,02,num,three_rule_comb7,16.0,[8 8 0],8 5 3,0,1.0 +0125,0125,02,num,three_rule_comb7,17.0,[8 1 4],7 1 6,0,1.0 +0125,0125,02,num,three_rule_comb7,18.0,[6 2 6],6 6 6,0,1.0 +0125,0125,02,num,three_rule_comb7,19.0,[1 3 9],1 3 9,1,1.0 +0125,0125,02,num,three_rule_comb7,20.0,[5 6 5],5 6 5,1,1.0 +0125,0125,02,num,three_rule_comb7,21.0,[1 4 3],1 5 1,0,1.0 +0125,0125,02,num,three_rule_comb7,22.0,[6 4 1],6 4 1,1,1.0 +0125,0125,02,num,three_rule_comb7,23.0,[8 0 3],8 0 6,0,1.0 +0125,0125,02,num,three_rule_comb7,24.0,[8 4 1],8 4 1,1,1.0 +0125,0125,02,num,three_rule_comb7,25.0,[5 3 4],5 3 1,0,1.0 +0125,0125,02,num,three_rule_comb7,26.0,[4 8 6],4 8 6,1,1.0 +0125,0125,02,num,three_rule_comb7,27.0,[2 1 2],1 4 6,0,1.0 +0125,0125,02,num,three_rule_comb7,28.0,[9 8 9],9 6 7,0,1.0 +0125,0125,02,num,three_rule_comb7,29.0,[0 2 9],0 2 6,0,1.0 +0125,0125,02,num,three_rule_comb7,30.0,[9 9 9],9 3 4,0,1.0 +0125,0125,02,num,three_rule_comb7,31.0,[6 1 9],6 7 5,0,1.0 +0125,0125,02,num,three_rule_comb7,32.0,[4 5 9],4 5 6,0,1.0 +0125,0125,02,num,three_rule_comb7,33.0,[3 5 1],7 5 3,0,1.0 +0125,0125,02,num,three_rule_comb7,34.0,[6 5 4],8 7 8,0,1.0 +0125,0125,02,num,three_rule_comb7,35.0,[2 3 1],2 0 4,0,1.0 +0125,0125,02,num,three_rule_comb7,36.0,[6 1 5],6 1 8,0,1.0 +0125,0125,02,num,three_rule_comb7,37.0,[1 4 7],1 4 2,0,1.0 +0125,0125,02,num,three_rule_comb7,38.0,[5 4 5],5 3 5,0,1.0 +0125,0125,02,num,three_rule_comb7,39.0,[0 2 4],0 2 7,0,1.0 +0125,0125,02,num,three_rule_comb7,40.0,[5 9 4],5 9 7,0,1.0 +0125,0125,02,num,three_rule_comb7,41.0,[2 2 1],2 3 1,0,1.0 +0125,0125,02,num,three_rule_comb7,42.0,[2 4 3],2 4 6,0,1.0 +0125,0125,02,num,three_rule_comb7,43.0,[8 1 7],8 1 7,1,1.0 +0125,0125,02,num,three_rule_comb7,44.0,[8 7 2],8 7 2,1,1.0 +0125,0125,02,num,three_rule_comb7,45.0,[3 9 2],3 9 2,1,1.0 +0125,0125,02,num,three_rule_comb7,46.0,[9 7 5],9 7 3,0,1.0 +0125,0125,02,num,three_rule_comb7,47.0,[0 4 3],0 7 3,0,1.0 +0125,0125,02,num,three_rule_comb7,48.0,[5 6 2],5 6 5,0,1.0 +0125,0125,02,num,three_rule_comb7,49.0,[4 0 9],4 0 9,1,1.0 +0125,0125,02,num,three_rule_comb7,50.0,[3 1 7],3 9 4,0,1.0 +0125,0125,02,num,three_rule_comb7,51.0,[8 8 5],8 2 1,0,1.0 +0125,0125,02,num,three_rule_comb7,52.0,[2 9 1],6 3 5,0,1.0 +0125,0125,02,num,three_rule_comb7,53.0,[3 8 0],5 8 4,0,1.0 +0125,0125,02,num,three_rule_comb7,54.0,[6 0 0],6 0 0,1,1.0 +0125,0125,02,num,three_rule_comb7,55.0,[1 6 0],8 6 8,0,1.0 +0125,0125,02,num,three_rule_comb7,56.0,[9 4 0],5 4 2,0,1.0 +0125,0125,02,num,three_rule_comb7,57.0,[7 0 7],7 0 7,1,1.0 +0125,0125,02,num,three_rule_comb7,58.0,[9 3 5],9 3 5,1,1.0 +0125,0125,02,num,three_rule_comb7,59.0,[3 4 4],3 0 4,0,1.0 +0125,0125,02,num,three_rule_comb7,60.0,[8 1 9],8 1 9,1,1.0 +0125,0125,02,num,three_rule_comb7,61.0,[5 1 3],5 1 6,0,1.0 +0125,0125,02,num,three_rule_comb7,62.0,[4 8 7],4 4 7,0,1.0 +0125,0125,02,num,three_rule_comb7,63.0,[5 0 5],5 3 5,0,1.0 +0125,0125,02,num,three_rule_comb7,64.0,[5 1 6],5 1 6,1,1.0 +0125,0125,02,num,three_rule_comb7,65.0,[8 4 4],8 8 4,0,1.0 +0125,0125,02,num,three_rule_comb7,66.0,[9 2 3],9 4 2,0,1.0 +0125,0125,02,num,three_rule_comb7,67.0,[4 6 7],4 6 7,1,1.0 +0125,0125,02,num,three_rule_comb7,68.0,[5 3 0],6 3 3,0,1.0 +0125,0125,02,num,three_rule_comb7,69.0,[5 4 9],5 5 9,0,1.0 +0125,0125,02,num,three_rule_comb7,70.0,[4 6 6],4 2 3,0,1.0 +0125,0125,02,num,three_rule_comb7,71.0,[6 6 1],6 2 3,0,1.0 +0125,0125,02,num,three_rule_comb7,72.0,[4 0 8],4 0 8,1,1.0 +0125,0125,02,num,three_rule_comb7,73.0,[1 9 7],3 3 7,0,1.0 +0125,0125,02,num,three_rule_comb7,74.0,[5 4 6],5 4 6,1,1.0 +0125,0125,02,num,three_rule_comb7,75.0,[9 2 9],9 2 9,1,1.0 +0125,0125,02,num,three_rule_comb7,76.0,[8 5 7],8 8 7,0,1.0 +0125,0125,02,num,three_rule_comb7,77.0,[1 8 1],1 8 1,1,1.0 +0125,0125,02,num,three_rule_comb7,78.0,[5 7 5],5 8 5,0,1.0 +0125,0125,02,num,three_rule_comb7,79.0,[6 0 7],6 3 3,0,1.0 +0125,0125,02,num,three_rule_comb7,80.0,[0 7 2],8 2 3,0,1.0 +0125,0125,02,num,three_rule_comb7,81.0,[2 5 9],2 5 9,1,1.0 +0125,0125,02,num,three_rule_comb7,82.0,[1 9 9],1 9 6,0,1.0 +0125,0125,02,num,three_rule_comb7,83.0,[2 4 4],2 4 4,1,1.0 +0125,0125,02,num,three_rule_comb7,84.0,[8 6 4],8 6 4,1,1.0 +0125,0125,02,num,three_rule_comb7,85.0,[8 5 5],8 5 9,0,1.0 +0125,0125,02,num,three_rule_comb7,86.0,[6 0 9],6 6 9,0,1.0 +0125,0125,02,num,three_rule_comb7,87.0,[1 5 6],2 5 3,0,1.0 +0125,0125,02,num,three_rule_comb7,88.0,[8 4 1],8 7 1,0,1.0 +0125,0125,02,num,three_rule_comb7,89.0,[6 7 0],6 4 0,0,1.0 +0125,0125,02,num,three_rule_comb7,90.0,[8 6 1],8 3 6,0,1.0 +0125,0125,02,num,three_rule_comb7,91.0,[4 1 4],4 8 8,0,1.0 +0125,0125,02,num,three_rule_comb7,92.0,[6 6 4],6 9 4,0,1.0 +0125,0125,02,num,three_rule_comb7,93.0,[6 9 6],6 3 7,0,1.0 +0125,0125,02,num,three_rule_comb7,94.0,[1 3 5],1 3 5,1,1.0 +0125,0125,02,num,three_rule_comb7,95.0,[1 5 2],1 8 2,0,1.0 +0125,0125,02,num,three_rule_comb7,96.0,[2 4 6],2 4 3,0,1.0 +0125,0125,02,num,three_rule_comb7,97.0,[0 3 0],0 6 0,0,1.0 +0125,0125,02,num,three_rule_comb7,98.0,[8 3 0],8 3 6,0,1.0 +0125,0125,02,num,three_rule_comb7,99.0,[8 9 3],7 6 3,0,1.0 +0125,0125,02,num,three_rule_comb8,0.0,[8 1 2],8 1 6,0,1.0 +0125,0125,02,num,three_rule_comb8,1.0,[5 5 5],5 5 3,0,1.0 +0125,0125,02,num,three_rule_comb8,2.0,[3 0 8],3 6 2,0,1.0 +0125,0125,02,num,three_rule_comb8,3.0,[7 5 9],7 5 0,0,1.0 +0125,0125,02,num,three_rule_comb8,4.0,[9 4 8],9 4 8,1,1.0 +0125,0125,02,num,three_rule_comb8,5.0,[5 3 8],5 3 8,1,1.0 +0125,0125,02,num,three_rule_comb8,6.0,[4 6 1],4 6 3,0,1.0 +0125,0125,02,num,three_rule_comb8,7.0,[8 3 0],8 2 0,0,1.0 +0125,0125,02,num,three_rule_comb8,8.0,[7 0 6],7 3 3,0,1.0 +0125,0125,02,num,three_rule_comb8,9.0,[0 7 0],0 7 0,1,1.0 +0125,0125,02,num,three_rule_comb8,10.0,[3 5 6],3 5 6],1,1.0 +0125,0125,02,num,three_rule_comb8,11.0,[0 4 5],0 9 5,0,1.0 +0125,0125,02,num,three_rule_comb8,12.0,[6 6 4],6 3 4,0,1.0 +0125,0125,02,num,three_rule_comb8,13.0,[1 9 8],1 9 5,0,1.0 +0125,0125,02,num,three_rule_comb8,14.0,[0 7 1],0 7 1,1,1.0 +0125,0125,02,num,three_rule_comb8,15.0,[3 8 3],3 8 3,1,1.0 +0125,0125,02,num,three_rule_comb8,16.0,[4 6 7],4 4 7,0,1.0 +0125,0125,02,num,three_rule_comb8,17.0,[2 8 4],2 4 8,0,1.0 +0125,0125,02,num,three_rule_comb8,18.0,[1 5 5],1 5 5,1,1.0 +0125,0125,02,num,three_rule_comb8,19.0,[0 7 5],0 7 5,1,1.0 +0125,0125,02,num,three_rule_comb8,20.0,[4 1 9],4 4 9,0,1.0 +0125,0125,02,num,three_rule_comb8,21.0,[0 9 4],0 9 2,0,1.0 +0125,0125,02,num,three_rule_comb8,22.0,[8 4 2],8 4 2,1,1.0 +0125,0125,02,num,three_rule_comb8,23.0,[9 4 8],9 5 8,0,1.0 +0125,0125,02,num,three_rule_comb8,24.0,[5 3 0],5 3 2,0,1.0 +0125,0125,02,num,three_rule_comb8,25.0,[0 5 8],0 8 8,0,1.0 +0125,0125,02,num,three_rule_comb8,26.0,[8 8 5],8 3 5,0,1.0 +0125,0125,02,num,three_rule_comb8,27.0,[0 5 8],0 5 27,0,1.0 +0125,0125,02,num,three_rule_comb8,28.0,[4 5 3],4 3 3,0,1.0 +0125,0125,02,num,three_rule_comb8,29.0,[4 5 6],8 5 6,0,1.0 +0125,0125,02,num,three_rule_comb8,30.0,[6 6 0],6 2 0,0,1.0 +0125,0125,02,num,three_rule_comb8,31.0,[7 5 7],7 5 7,1,1.0 +0125,0125,02,num,three_rule_comb8,32.0,[4 0 8],4 6 8,0,1.0 +0125,0125,02,num,three_rule_comb8,33.0,[3 0 2],3 2 2,0,1.0 +0125,0125,02,num,three_rule_comb8,34.0,[6 8 5],6 8 5,1,1.0 +0125,0125,02,num,three_rule_comb8,35.0,[9 0 9],9 3 9,0,1.0 +0125,0125,02,num,three_rule_comb8,36.0,[7 4 6],7 4 6,1,1.0 +0125,0125,02,num,three_rule_comb8,37.0,[7 3 8],7 3 8,1,1.0 +0125,0125,02,num,three_rule_comb8,38.0,[5 0 1],4 4 8,0,1.0 +0125,0125,02,num,three_rule_comb8,39.0,[9 5 0],9 5 0,1,1.0 +0125,0125,02,num,three_rule_comb8,40.0,[4 7 1],4 1 1,0,1.0 +0125,0125,02,num,three_rule_comb8,41.0,[1 6 7],1 4 7,0,1.0 +0125,0125,02,num,three_rule_comb8,42.0,[4 2 5],1 2 5,0,1.0 +0125,0125,02,num,three_rule_comb8,43.0,[6 1 3],6 1 2,0,1.0 +0125,0125,02,num,three_rule_comb8,44.0,[0 9 0],0 9 7,0,1.0 +0125,0125,02,num,three_rule_comb8,45.0,[5 8 4],5 9 4,0,1.0 +0125,0125,02,num,three_rule_comb8,46.0,[9 8 0],9 1 0,0,1.0 +0125,0125,02,num,three_rule_comb8,47.0,[3 0 2],3 0 2,1,1.0 +0125,0125,02,num,three_rule_comb8,48.0,[5 1 3],5 1 7,0,1.0 +0125,0125,02,num,three_rule_comb8,49.0,[8 9 5],8 9 6,0,1.0 +0125,0125,02,num,three_rule_comb8,50.0,[2 9 0],4 6 1,0,1.0 +0125,0125,02,num,three_rule_comb8,51.0,[1 1 1],3 1 1,0,1.0 +0125,0125,02,num,three_rule_comb8,52.0,[6 4 5],6 4 6,0,1.0 +0125,0125,02,num,three_rule_comb8,53.0,[3 5 7],3 5 11,0,1.0 +0125,0125,02,num,three_rule_comb8,54.0,[7 5 2],7 5 5,0,1.0 +0125,0125,02,num,three_rule_comb8,55.0,[1 6 3],1 6 5,0,1.0 +0125,0125,02,num,three_rule_comb8,56.0,[0 9 1],0 2 1,0,1.0 +0125,0125,02,num,three_rule_comb8,57.0,[5 3 1],5 2 1,0,1.0 +0125,0125,02,num,three_rule_comb8,58.0,[6 2 1],3 2 1,0,1.0 +0125,0125,02,num,three_rule_comb8,59.0,[5 5 0],5 2 0,0,1.0 +0125,0125,02,num,three_rule_comb8,60.0,[1 9 9],1 9 4,0,1.0 +0125,0125,02,num,three_rule_comb8,61.0,[8 8 1],8 3 1,0,1.0 +0125,0125,02,num,three_rule_comb8,62.0,[9 4 2],9 4 2],1,1.0 +0125,0125,02,num,three_rule_comb8,63.0,[1 9 0],1 9 0,1,1.0 +0125,0125,02,num,three_rule_comb8,64.0,[5 9 5],5 9 5,1,1.0 +0125,0125,02,num,three_rule_comb8,65.0,[8 0 5],8 0 2,0,1.0 +0125,0125,02,num,three_rule_comb8,66.0,[5 6 8],5 5 8,0,1.0 +0125,0125,02,num,three_rule_comb8,67.0,[0 5 8],0 5 8,1,1.0 +0125,0125,02,num,three_rule_comb8,68.0,[8 5 7],8 9 7,0,1.0 +0125,0125,02,num,three_rule_comb8,69.0,[1 8 9],1 2 3,0,1.0 +0125,0125,02,num,three_rule_comb8,70.0,[5 2 9],5 3 9,0,1.0 +0125,0125,02,num,three_rule_comb8,71.0,[5 4 2],5 3 2,0,1.0 +0125,0125,02,num,three_rule_comb8,72.0,[8 9 0],8 9 0,1,1.0 +0125,0125,02,num,three_rule_comb8,73.0,[0 3 4],0 16 4,0,1.0 +0125,0125,02,num,three_rule_comb8,74.0,[0 5 1],0 5 1,1,1.0 +0125,0125,02,num,three_rule_comb8,75.0,[4 5 6],4 5 6,1,1.0 +0125,0125,02,num,three_rule_comb8,76.0,[9 3 2],9 9 2,0,1.0 +0125,0125,02,num,three_rule_comb8,77.0,[0 7 4],1 7 4,0,1.0 +0125,0125,02,num,three_rule_comb8,78.0,[8 1 7],8 1 0,0,1.0 +0125,0125,02,num,three_rule_comb8,79.0,[1 9 7],1 9 5,0,1.0 +0125,0125,02,num,three_rule_comb8,80.0,[0 1 8],0 0 8,0,1.0 +0125,0125,02,num,three_rule_comb8,81.0,[9 2 0],9 7 0,0,1.0 +0125,0125,02,num,three_rule_comb8,82.0,[8 8 1],5 8 1,0,1.0 +0125,0125,02,num,three_rule_comb8,83.0,[2 1 8],2 1 8,1,1.0 +0125,0125,02,num,three_rule_comb8,84.0,[3 9 0],3 9 0,1,1.0 +0125,0125,02,num,three_rule_comb8,85.0,[3 5 8],3 5 5,0,1.0 +0125,0125,02,num,three_rule_comb8,86.0,[6 1 4],6 7 1,0,1.0 +0125,0125,02,num,three_rule_comb8,87.0,[5 0 2],5 1 2,0,1.0 +0125,0125,02,num,three_rule_comb8,88.0,[8 1 0],2 1 0,0,1.0 +0125,0125,02,num,three_rule_comb8,89.0,[4 9 8],4 8 8,0,1.0 +0125,0125,02,num,three_rule_comb8,90.0,[5 0 2],8 0 2,0,1.0 +0125,0125,02,num,three_rule_comb8,91.0,[0 3 2],0 3 2,1,1.0 +0125,0125,02,num,three_rule_comb8,92.0,[8 8 6],8 8 4,0,1.0 +0125,0125,02,num,three_rule_comb8,93.0,[1 0 2],1 0 2,1,1.0 +0125,0125,02,num,three_rule_comb8,94.0,[8 8 7],8 4 7,0,1.0 +0125,0125,02,num,three_rule_comb8,95.0,[6 5 4],6 5 4,1,1.0 +0125,0125,02,num,three_rule_comb8,96.0,[9 9 3],9 9 3,1,1.0 +0125,0125,02,num,three_rule_comb8,97.0,[0 8 5],0 8 9,0,1.0 +0125,0125,02,num,three_rule_comb8,98.0,[5 0 3],1 1 3,0,1.0 +0125,0125,02,num,three_rule_comb8,99.0,[8 1 0],8 1 4,0,1.0 +0125,0125,02,num,three_rule_comb9,0.0,[5 7 3],5 7 3,1,1.0 +0125,0125,02,num,three_rule_comb9,1.0,[8 9 0],8 9 0,1,1.0 +0125,0125,02,num,three_rule_comb9,2.0,[6 7 2],6 7 2,1,1.0 +0125,0125,02,num,three_rule_comb9,3.0,[5 8 6],5 8 6,1,1.0 +0125,0125,02,num,three_rule_comb9,4.0,[5 6 2],5 6 2,1,1.0 +0125,0125,02,num,three_rule_comb9,5.0,[7 8 4],7 8 4,1,1.0 +0125,0125,02,num,three_rule_comb9,6.0,[0 1 5],0 1 5,1,1.0 +0125,0125,02,num,three_rule_comb9,7.0,[9 1 0],9 1 0,1,1.0 +0125,0125,02,num,three_rule_comb9,8.0,[8 0 3],8 0 3,1,1.0 +0125,0125,02,num,three_rule_comb9,9.0,[0 5 8],0 5 8,1,1.0 +0125,0125,02,num,three_rule_comb9,10.0,[0 8 1],0 8 1,1,1.0 +0125,0125,02,num,three_rule_comb9,11.0,[0 1 1],0 1 1,1,1.0 +0125,0125,02,num,three_rule_comb9,12.0,[9 1 6],9 1 6,1,1.0 +0125,0125,02,num,three_rule_comb9,13.0,[4 8 1],4 8 1,1,1.0 +0125,0125,02,num,three_rule_comb9,14.0,[2 5 0],2 5 0,1,1.0 +0125,0125,02,num,three_rule_comb9,15.0,[8 1 5],8 1 5,1,1.0 +0125,0125,02,num,three_rule_comb9,16.0,[6 0 8],6 0 8,1,1.0 +0125,0125,02,num,three_rule_comb9,17.0,[5 2 4],5 2 4],1,1.0 +0125,0125,02,num,three_rule_comb9,18.0,[4 6 9],4 6 9,1,1.0 +0125,0125,02,num,three_rule_comb9,19.0,[2 8 0],2 8 0,1,1.0 +0125,0125,02,num,three_rule_comb9,20.0,[0 8 7],0 8 7,1,1.0 +0125,0125,02,num,three_rule_comb9,21.0,[1 2 9],1 2 9,1,1.0 +0125,0125,02,num,three_rule_comb9,22.0,[5 8 2],5 8 2,1,1.0 +0125,0125,02,num,three_rule_comb9,23.0,[6 1 2],6 1 2,1,1.0 +0125,0125,02,num,three_rule_comb9,24.0,[4 9 0],4 9 0,1,1.0 +0125,0125,02,num,three_rule_comb9,25.0,[2 9 8],2 9 8,1,1.0 +0125,0125,02,num,three_rule_comb9,26.0,[0 9 1],0 9 1,1,1.0 +0125,0125,02,num,three_rule_comb9,27.0,[0 1 5],0 1 5,1,1.0 +0125,0125,02,num,three_rule_comb9,28.0,[8 1 0],8 1 0,1,1.0 +0125,0125,02,num,three_rule_comb9,29.0,[8 6 4],8 6 4,1,1.0 +0125,0125,02,num,three_rule_comb9,30.0,[5 8 8],5 8 8,1,1.0 +0125,0125,02,num,three_rule_comb9,31.0,[8 7 1],8 7 1,1,1.0 +0125,0125,02,num,three_rule_comb9,32.0,[0 4 5],0 4 5,1,1.0 +0125,0125,02,num,three_rule_comb9,33.0,[7 5 9],7 5 9,1,1.0 +0125,0125,02,num,three_rule_comb9,34.0,[9 4 2],9 4 2,1,1.0 +0125,0125,02,num,three_rule_comb9,35.0,[6 4 0],6 4 0,1,1.0 +0125,0125,02,num,three_rule_comb9,36.0,[9 0 4],9 0 4,1,1.0 +0125,0125,02,num,three_rule_comb9,37.0,[8 9 3],8 9 3,1,1.0 +0125,0125,02,num,three_rule_comb9,38.0,[7 0 0],7 0 0,1,1.0 +0125,0125,02,num,three_rule_comb9,39.0,[3 9 4],3 9 4,1,1.0 +0125,0125,02,num,three_rule_comb9,40.0,[8 6 9],8 6 9,1,1.0 +0125,0125,02,num,three_rule_comb9,41.0,[8 1 4],8 1 4,1,1.0 +0125,0125,02,num,three_rule_comb9,42.0,[7 2 9],7 2 9,1,1.0 +0125,0125,02,num,three_rule_comb9,43.0,[1 0 9],1 0 9,1,1.0 +0125,0125,02,num,three_rule_comb9,44.0,[6 4 4],6 4 4,1,1.0 +0125,0125,02,num,three_rule_comb9,45.0,[1 7 4],1 7 4,1,1.0 +0125,0125,02,num,three_rule_comb9,46.0,[8 2 1],8 2 1,1,1.0 +0125,0125,02,num,three_rule_comb9,47.0,[0 8 7],0 8 7,1,1.0 +0125,0125,02,num,three_rule_comb9,48.0,[6 9 5],6 9 5,1,1.0 +0125,0125,02,num,three_rule_comb9,49.0,[1 5 5],1 5 5,1,1.0 +0125,0125,02,num,three_rule_comb9,50.0,[0 0 1],0 0 1,1,1.0 +0125,0125,02,num,three_rule_comb9,51.0,[2 9 1],2 9 1,1,1.0 +0125,0125,02,num,three_rule_comb9,52.0,[9 8 5],9 8 5,1,1.0 +0125,0125,02,num,three_rule_comb9,53.0,[0 0 6],0 0 6,1,1.0 +0125,0125,02,num,three_rule_comb9,54.0,[9 9 8],9 9 8,1,1.0 +0125,0125,02,num,three_rule_comb9,55.0,[5 4 3],5 4 3,1,1.0 +0125,0125,02,num,three_rule_comb9,56.0,[1 7 9],1 7 9,1,1.0 +0125,0125,02,num,three_rule_comb9,57.0,[1 9 8],1 9 8,1,1.0 +0125,0125,02,num,three_rule_comb9,58.0,[4 1 0],4 1 0,1,1.0 +0125,0125,02,num,three_rule_comb9,59.0,[9 7 5],9 7 5,1,1.0 +0125,0125,02,num,three_rule_comb9,60.0,[9 5 4],9 5 4,1,1.0 +0125,0125,02,num,three_rule_comb9,61.0,[8 0 2],8 0 2,1,1.0 +0125,0125,02,num,three_rule_comb9,62.0,[1 5 8],1 5 8,1,1.0 +0125,0125,02,num,three_rule_comb9,63.0,[9 4 8],9 4 8,1,1.0 +0125,0125,02,num,three_rule_comb9,64.0,[6 8 9],6 8 9,1,1.0 +0125,0125,02,num,three_rule_comb9,65.0,[4 0 3],4 0 3,1,1.0 +0125,0125,02,num,three_rule_comb9,66.0,[5 1 6],5 1 6,1,1.0 +0125,0125,02,num,three_rule_comb9,67.0,[5 9 3],5 9 3,1,1.0 +0125,0125,02,num,three_rule_comb9,68.0,[8 9 0],8 9 0,1,1.0 +0125,0125,02,num,three_rule_comb9,69.0,[4 9 7],4 9 7,1,1.0 +0125,0125,02,num,three_rule_comb9,70.0,[8 9 4],8 9 4,1,1.0 +0125,0125,02,num,three_rule_comb9,71.0,[4 2 5],4 2 5,1,1.0 +0125,0125,02,num,three_rule_comb9,72.0,[7 9 8],7 9 8,1,1.0 +0125,0125,02,num,three_rule_comb9,73.0,[5 0 8],5 0 8,1,1.0 +0125,0125,02,num,three_rule_comb9,74.0,[9 8 7],9 8 7,1,1.0 +0125,0125,02,num,three_rule_comb9,75.0,[3 0 4],3 0 4,1,1.0 +0125,0125,02,num,three_rule_comb9,76.0,[1 8 0],1 8 0,1,1.0 +0125,0125,02,num,three_rule_comb9,77.0,[7 0 4],7 0 4,1,1.0 +0125,0125,02,num,three_rule_comb9,78.0,[9 5 9],9 5 9,1,1.0 +0125,0125,02,num,three_rule_comb9,79.0,[1 7 0],1 7 0,1,1.0 +0125,0125,02,num,three_rule_comb9,80.0,[4 4 2],4 4 2,1,1.0 +0125,0125,02,num,three_rule_comb9,81.0,[1 4 7],1 4 7,1,1.0 +0125,0125,02,num,three_rule_comb9,82.0,[0 5 4],0 5 4,1,1.0 +0125,0125,02,num,three_rule_comb9,83.0,[9 5 4],9 5 4,1,1.0 +0125,0125,02,num,three_rule_comb9,84.0,[5 3 0],5 3 0,1,1.0 +0125,0125,02,num,three_rule_comb9,85.0,[5 7 1],5 7 1,1,1.0 +0125,0125,02,num,three_rule_comb9,86.0,[9 4 5],9 4 5,1,1.0 +0125,0125,02,num,three_rule_comb9,87.0,[4 9 5],4 9 5,1,1.0 +0125,0125,02,num,three_rule_comb9,88.0,[7 4 5],7 4 5,1,1.0 +0125,0125,02,num,three_rule_comb9,89.0,[6 8 0],6 8 0,1,1.0 +0125,0125,02,num,three_rule_comb9,90.0,[1 9 3],1 9 3,1,1.0 +0125,0125,02,num,three_rule_comb9,91.0,[9 0 1],9 0 1,1,1.0 +0125,0125,02,num,three_rule_comb9,92.0,[9 7 4],9 7 4,1,1.0 +0125,0125,02,num,three_rule_comb9,93.0,[1 0 6],1 0 6,1,1.0 +0125,0125,02,num,three_rule_comb9,94.0,[9 0 2],9 0 2,1,1.0 +0125,0125,02,num,three_rule_comb9,95.0,[1 3 1],1 3 1,1,1.0 +0125,0125,02,num,three_rule_comb9,96.0,[7 9 1],7 9 1,1,1.0 +0125,0125,02,num,three_rule_comb9,97.0,[3 1 0],3 1 0,1,1.0 +0125,0125,02,num,three_rule_comb9,98.0,[9 7 8],9 7 8,1,1.0 +0125,0125,02,num,three_rule_comb9,99.0,[3 1 2],3 1 2,1,1.0 +0125,0125,02,num,c3_set_union,0.0,[6 4 1 9],6 4 1 9,1,1.0 +0125,0125,02,num,c3_set_union,1.0,[5 7 4 1],5 7 4 1,1,1.0 +0125,0125,02,num,c3_set_union,2.0,[1 9 8 6],1 9 8 6,1,1.0 +0125,0125,02,num,c3_set_union,3.0,[0 4 8 7],0 4 8 7,1,1.0 +0125,0125,02,num,c3_set_union,4.0,[8 6 5 2],8 6 5 2,1,1.0 +0125,0125,02,num,c3_set_union,5.0,[2 5 1 0],2 5 1 0,1,1.0 +0125,0125,02,num,c3_set_union,6.0,[6 1 0 4],6 1 0 4,1,1.0 +0125,0125,02,num,c3_set_union,7.0,[7 3 8 4],7 3 8 4,1,1.0 +0125,0125,02,num,c3_set_union,8.0,[8 3 2 1],8 3 2 1,1,1.0 +0125,0125,02,num,c3_set_union,9.0,[0 2 1 6],0 2 1 6,1,1.0 +0125,0125,02,num,c3_set_union,10.0,[9 0 7 1],9 0 7 1,1,1.0 +0125,0125,02,num,c3_set_union,11.0,[6 1 3 5],6 1 3 5,1,1.0 +0125,0125,02,num,c3_set_union,12.0,[9 7 6 0],9 7 6 0,1,1.0 +0125,0125,02,num,c3_set_union,13.0,[5 0 7 3],5 0 7 3,1,1.0 +0125,0125,02,num,c3_set_union,14.0,[8 9 7 2],8 9 7 2,1,1.0 +0125,0125,02,num,c3_set_union,15.0,[0 4 1 2],0 4 1 2,1,1.0 +0125,0125,02,num,c3_set_union,16.0,[6 2 8 3],6 2 8 3,1,1.0 +0125,0125,02,num,c3_set_union,17.0,[7 8 6 3],7 8 6 3,1,1.0 +0125,0125,02,num,c3_set_union,18.0,[9 4 2 8],9 4 2 8,1,1.0 +0125,0125,02,num,c3_set_union,19.0,[8 4 6 1],8 4 6 1,1,1.0 +0125,0125,02,num,c3_set_union,20.0,[6 0 2 3],6 0 2 3,1,1.0 +0125,0125,02,num,c3_set_union,21.0,[8 4 5 9],8 4 5 9,1,1.0 +0125,0125,02,num,c3_set_union,22.0,[3 5 7 8],3 5 7 8,1,1.0 +0125,0125,02,num,c3_set_union,23.0,[0 4 6 5],0 4 6 5,1,1.0 +0125,0125,02,num,c3_set_union,24.0,[0 9 7 5],0 9 7 5,1,1.0 +0125,0125,02,num,c3_set_union,25.0,[6 9 5 1],6 9 5 1,1,1.0 +0125,0125,02,num,c3_set_union,26.0,[8 3 9 7],8 3 9 7,1,1.0 +0125,0125,02,num,c3_set_union,27.0,[9 2 1 8],9 2 1 8,1,1.0 +0125,0125,02,num,c3_set_union,28.0,[8 0 1 6],8 0 1 6,1,1.0 +0125,0125,02,num,c3_set_union,29.0,[3 9 2 1],3 9 2 1,1,1.0 +0125,0125,02,num,c3_set_union,30.0,[3 2 4 8],3 2 4 8,1,1.0 +0125,0125,02,num,c3_set_union,31.0,[2 6 1 8],2 6 1 8,1,1.0 +0125,0125,02,num,c3_set_union,32.0,[8 6 4 0],8 6 4 0,1,1.0 +0125,0125,02,num,c3_set_union,33.0,[2 0 5 9],2 0 5 9,1,1.0 +0125,0125,02,num,c3_set_union,34.0,[6 5 1 4],6 5 1 4,1,1.0 +0125,0125,02,num,c3_set_union,35.0,[0 5 2 3],0 5 2 3,1,1.0 +0125,0125,02,num,c3_set_union,36.0,[4 6 8 3],4 8 6 3,1,1.0 +0125,0125,02,num,c3_set_union,37.0,[9 1 2 6],9 1 2 6,1,1.0 +0125,0125,02,num,c3_set_union,38.0,[8 4 6 9],8 4 6 9,1,1.0 +0125,0125,02,num,c3_set_union,39.0,[1 7 9 2],1 7 9 2,1,1.0 +0125,0125,02,num,c3_set_union,40.0,[9 3 2 6],9 3 2 6,1,1.0 +0125,0125,02,num,c3_set_union,41.0,[1 0 9 3],1 0 9 3,1,1.0 +0125,0125,02,num,c3_set_union,42.0,[7 9 2 3],7 9 2 3,1,1.0 +0125,0125,02,num,c3_set_union,43.0,[8 2 4 7],8 2 4 7,1,1.0 +0125,0125,02,num,c3_set_union,44.0,[9 0 4 8],9 0 4 8,1,1.0 +0125,0125,02,num,c3_set_union,45.0,[3 5 8 9],3 5 8 9],1,1.0 +0125,0125,02,num,c3_set_union,46.0,[7 2 1 5],7 2 1 5,1,1.0 +0125,0125,02,num,c3_set_union,47.0,[8 6 7 2],8 6 7 2,1,1.0 +0125,0125,02,num,c3_set_union,48.0,[0 4 2 6],0 4 2 6,1,1.0 +0125,0125,02,num,c3_set_union,49.0,[4 6 2 5],4 6 2 5,1,1.0 +0125,0125,02,num,c3_set_union,50.0,[4 9 3 0],4 9 3 0,1,1.0 +0125,0125,02,num,c3_set_union,51.0,[7 3 0 2],7 3 0 2,1,1.0 +0125,0125,02,num,c3_set_union,52.0,[1 9 7 8],1 9 7 8,1,1.0 +0125,0125,02,num,c3_set_union,53.0,[6 9 0 5],6 9 0 5,1,1.0 +0125,0125,02,num,c3_set_union,54.0,[1 7 5 0],1 7 5 0,1,1.0 +0125,0125,02,num,c3_set_union,55.0,[7 2 5 8],7 2 5 8,1,1.0 +0125,0125,02,num,c3_set_union,56.0,[8 3 2 5],8 3 2 5,1,1.0 +0125,0125,02,num,c3_set_union,57.0,[0 5 2 6],0 5 2 6,1,1.0 +0125,0125,02,num,c3_set_union,58.0,[7 4 5 0],7 4 5 0,1,1.0 +0125,0125,02,num,c3_set_union,59.0,[7 8 5 6],7 8 5 6,1,1.0 +0125,0125,02,num,c3_set_union,60.0,[2 1 5 9],2 1 5 9,1,1.0 +0125,0125,02,num,c3_set_union,61.0,[0 5 2 4],0 2 5 4,1,1.0 +0125,0125,02,num,c3_set_union,62.0,[9 0 5 3],9 0 5 3,1,1.0 +0125,0125,02,num,c3_set_union,63.0,[6 7 5 3],6 7 5 3,1,1.0 +0125,0125,02,num,c3_set_union,64.0,[1 3 9 6],1 3 9 6,1,1.0 +0125,0125,02,num,c3_set_union,65.0,[8 1 7 0],8 7 0,0,1.0 +0125,0125,02,num,c3_set_union,66.0,[5 1 9 7],5 1 9 7,1,1.0 +0125,0125,02,num,c3_set_union,67.0,[4 9 2 0],4 9 2 0,1,1.0 +0125,0125,02,num,c3_set_union,68.0,[5 0 8 9],5 0 8 9,1,1.0 +0125,0125,02,num,c3_set_union,69.0,[8 1 9 5],8 1 9 5,1,1.0 +0125,0125,02,num,c3_set_union,70.0,[7 4 6 2],7 4 6 2,1,1.0 +0125,0125,02,num,c3_set_union,71.0,[8 6 1 5],8 6 1 5,1,1.0 +0125,0125,02,num,c3_set_union,72.0,[4 3 8 0],4 3 8 0,1,1.0 +0125,0125,02,num,c3_set_union,73.0,[5 1 9 4],5 1 9 4,1,1.0 +0125,0125,02,num,c3_set_union,74.0,[2 3 7 8],2 3 7 8,1,1.0 +0125,0125,02,num,c3_set_union,75.0,[9 8 5 2],9 8 5 2,1,1.0 +0125,0125,02,num,c3_set_union,76.0,[0 7 8 9],0 7 8 9,1,1.0 +0125,0125,02,num,c3_set_union,77.0,[8 6 3 0],8 6 3 0,1,1.0 +0125,0125,02,num,c3_set_union,78.0,[1 3 6 7],1 3 6 7,1,1.0 +0125,0125,02,num,c3_set_union,79.0,[4 9 2 5],4 2 9 5,1,1.0 +0125,0125,02,num,c3_set_union,80.0,[4 8 1 9],4 8 1 9,1,1.0 +0125,0125,02,num,c3_set_union,81.0,[3 1 2 7],3 1 2 7,1,1.0 +0125,0125,02,num,c3_set_union,82.0,[8 0 1 5],8 0 1 5,1,1.0 +0125,0125,02,num,c3_set_union,83.0,[7 4 9 2],7 4 9 2,1,1.0 +0125,0125,02,num,c3_set_union,84.0,[3 8 5 1],3 8 5 1,1,1.0 +0125,0125,02,num,c3_set_union,85.0,[3 9 4 8],3 9 4 8,1,1.0 +0125,0125,02,num,c3_set_union,86.0,[2 3 0 8],2 3 0 8,1,1.0 +0125,0125,02,num,c3_set_union,87.0,[4 3 2 6],4 3 2 6,1,1.0 +0125,0125,02,num,c3_set_union,88.0,[0 3 1 4],0 3 1 4,1,1.0 +0125,0125,02,num,c3_set_union,89.0,[3 4 7 9],3 4 7 9,1,1.0 +0125,0125,02,num,c3_set_union,90.0,[5 7 2 4],5 7 2 4,1,1.0 +0125,0125,02,num,c3_set_union,91.0,[1 9 0 4],1 9 0 4,1,1.0 +0125,0125,02,num,c3_set_union,92.0,[3 5 1 0],3 5 1 0,1,1.0 +0125,0125,02,num,c3_set_union,93.0,[8 4 1 7],8 4 1 7,1,1.0 +0125,0125,02,num,c3_set_union,94.0,[8 5 9 7],8 5 9 7,1,1.0 +0125,0125,02,num,c3_set_union,95.0,[4 9 5 0],4 9 5 0,1,1.0 +0125,0125,02,num,c3_set_union,96.0,[6 0 2 8],6 0 2 8,1,1.0 +0125,0125,02,num,c3_set_union,97.0,[1 0 3 2],1 0 3 2,1,1.0 +0125,0125,02,num,c3_set_union,98.0,[8 9 2 3],8 9 2 3,1,1.0 +0125,0125,02,num,c3_set_union,99.0,[3 4 5 2],3 4 5 2,1,1.0 +0125,0125,02,num,c1_set_union,0.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union,1.0,[4],4],1,1.0 +0125,0125,02,num,c1_set_union,2.0,[1],1,1,1.0 +0125,0125,02,num,c1_set_union,3.0,[9],9,1,1.0 +0125,0125,02,num,c1_set_union,4.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union,5.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union,6.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union,7.0,[0],0,1,1.0 +0125,0125,02,num,c1_set_union,8.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union,9.0,[9],9,1,1.0 +0125,0125,02,num,c1_set_union,10.0,[8],8],1,1.0 +0125,0125,02,num,c1_set_union,11.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,12.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union,13.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union,14.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,15.0,[5],5,1,1.0 +0125,0125,02,num,c1_set_union,16.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union,17.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union,18.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union,19.0,[4],4],1,1.0 +0125,0125,02,num,c1_set_union,20.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union,21.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union,22.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union,23.0,[8],8],1,1.0 +0125,0125,02,num,c1_set_union,24.0,[1],1,1,1.0 +0125,0125,02,num,c1_set_union,25.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union,26.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union,27.0,[7],7,1,1.0 +0125,0125,02,num,c1_set_union,28.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union,29.0,[9],9,1,1.0 +0125,0125,02,num,c1_set_union,30.0,[1],1,1,1.0 +0125,0125,02,num,c1_set_union,31.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union,32.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union,33.0,[4],4],1,1.0 +0125,0125,02,num,c1_set_union,34.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union,35.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union,36.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union,37.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union,38.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union,39.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union,40.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union,41.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union,42.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union,43.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union,44.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union,45.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union,46.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,47.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union,48.0,[6],6,1,1.0 +0125,0125,02,num,c1_set_union,49.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union,50.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union,51.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union,52.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union,53.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union,54.0,[5],5,1,1.0 +0125,0125,02,num,c1_set_union,55.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union,56.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,57.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union,58.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union,59.0,[1],1,1,1.0 +0125,0125,02,num,c1_set_union,60.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union,61.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union,62.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union,63.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union,64.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union,65.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union,66.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union,67.0,[6],6,1,1.0 +0125,0125,02,num,c1_set_union,68.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union,69.0,[4],4],1,1.0 +0125,0125,02,num,c1_set_union,70.0,[0],0,1,1.0 +0125,0125,02,num,c1_set_union,71.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,72.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union,73.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,74.0,[6],6,1,1.0 +0125,0125,02,num,c1_set_union,75.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union,76.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union,77.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union,78.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,79.0,[9],9,1,1.0 +0125,0125,02,num,c1_set_union,80.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union,81.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union,82.0,[4],4],1,1.0 +0125,0125,02,num,c1_set_union,83.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,84.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union,85.0,[0],0],1,1.0 +0125,0125,02,num,c1_set_union,86.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,87.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union,88.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,89.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,90.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union,91.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union,92.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union,93.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union,94.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union,95.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union,96.0,[9],9,1,1.0 +0125,0125,02,num,c1_set_union,97.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union,98.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union,99.0,[6],6],1,1.0 +0125,0125,02,num,c2_set_union,0.0,[9],9,1,1.0 +0125,0125,02,num,c2_set_union,1.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,2.0,[1],1,1,1.0 +0125,0125,02,num,c2_set_union,3.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,4.0,[3],3],1,1.0 +0125,0125,02,num,c2_set_union,5.0,[1],1,1,1.0 +0125,0125,02,num,c2_set_union,6.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,7.0,[7],7],1,1.0 +0125,0125,02,num,c2_set_union,8.0,[7],7,1,1.0 +0125,0125,02,num,c2_set_union,9.0,[4],4,1,1.0 +0125,0125,02,num,c2_set_union,10.0,[2],2],1,1.0 +0125,0125,02,num,c2_set_union,11.0,[0],0,1,1.0 +0125,0125,02,num,c2_set_union,12.0,[9],9,1,1.0 +0125,0125,02,num,c2_set_union,13.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,14.0,[0],0,1,1.0 +0125,0125,02,num,c2_set_union,15.0,[0],0,1,1.0 +0125,0125,02,num,c2_set_union,16.0,[7],7,1,1.0 +0125,0125,02,num,c2_set_union,17.0,[9],9],1,1.0 +0125,0125,02,num,c2_set_union,18.0,[9],9,1,1.0 +0125,0125,02,num,c2_set_union,19.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,20.0,[7],7,1,1.0 +0125,0125,02,num,c2_set_union,21.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,22.0,[1],1 9,0,1.0 +0125,0125,02,num,c2_set_union,23.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,24.0,[5],5,1,1.0 +0125,0125,02,num,c2_set_union,25.0,[1],1,1,1.0 +0125,0125,02,num,c2_set_union,26.0,[7],7,1,1.0 +0125,0125,02,num,c2_set_union,27.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,28.0,[5],5,1,1.0 +0125,0125,02,num,c2_set_union,29.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,30.0,[3],3,1,1.0 +0125,0125,02,num,c2_set_union,31.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,32.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,33.0,[1],1,1,1.0 +0125,0125,02,num,c2_set_union,34.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,35.0,[7],7],1,1.0 +0125,0125,02,num,c2_set_union,36.0,[5],5,1,1.0 +0125,0125,02,num,c2_set_union,37.0,[2],2],1,1.0 +0125,0125,02,num,c2_set_union,38.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,39.0,[3],3,1,1.0 +0125,0125,02,num,c2_set_union,40.0,[5],5,1,1.0 +0125,0125,02,num,c2_set_union,41.0,[7],7,1,1.0 +0125,0125,02,num,c2_set_union,42.0,[1],1,1,1.0 +0125,0125,02,num,c2_set_union,43.0,[6],6,1,1.0 +0125,0125,02,num,c2_set_union,44.0,[1],1 8 2],0,1.0 +0125,0125,02,num,c2_set_union,45.0,[6],6,1,1.0 +0125,0125,02,num,c2_set_union,46.0,[5],5,1,1.0 +0125,0125,02,num,c2_set_union,47.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,48.0,[5],5,1,1.0 +0125,0125,02,num,c2_set_union,49.0,[3],3],1,1.0 +0125,0125,02,num,c2_set_union,50.0,[1],1,1,1.0 +0125,0125,02,num,c2_set_union,51.0,[3],3],1,1.0 +0125,0125,02,num,c2_set_union,52.0,[2],2],1,1.0 +0125,0125,02,num,c2_set_union,53.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,54.0,[4],4,1,1.0 +0125,0125,02,num,c2_set_union,55.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,56.0,[6],6,1,1.0 +0125,0125,02,num,c2_set_union,57.0,[3],3,1,1.0 +0125,0125,02,num,c2_set_union,58.0,[7],7,1,1.0 +0125,0125,02,num,c2_set_union,59.0,[5],5],1,1.0 +0125,0125,02,num,c2_set_union,60.0,[9],9,1,1.0 +0125,0125,02,num,c2_set_union,61.0,[1],1 5,0,1.0 +0125,0125,02,num,c2_set_union,62.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,63.0,[6],6,1,1.0 +0125,0125,02,num,c2_set_union,64.0,[7],7,1,1.0 +0125,0125,02,num,c2_set_union,65.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,66.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,67.0,[5],5],1,1.0 +0125,0125,02,num,c2_set_union,68.0,[1],1,1,1.0 +0125,0125,02,num,c2_set_union,69.0,[0],0,1,1.0 +0125,0125,02,num,c2_set_union,70.0,[5],5,1,1.0 +0125,0125,02,num,c2_set_union,71.0,[8],8],1,1.0 +0125,0125,02,num,c2_set_union,72.0,[6],6,1,1.0 +0125,0125,02,num,c2_set_union,73.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,74.0,[6],6,1,1.0 +0125,0125,02,num,c2_set_union,75.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,76.0,[1],1,1,1.0 +0125,0125,02,num,c2_set_union,77.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,78.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union,79.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,80.0,[5],5,1,1.0 +0125,0125,02,num,c2_set_union,81.0,[1],1,1,1.0 +0125,0125,02,num,c2_set_union,82.0,[9],9,1,1.0 +0125,0125,02,num,c2_set_union,83.0,[0],0,1,1.0 +0125,0125,02,num,c2_set_union,84.0,[4],4,1,1.0 +0125,0125,02,num,c2_set_union,85.0,[2],2 3],0,1.0 +0125,0125,02,num,c2_set_union,86.0,[3],3,1,1.0 +0125,0125,02,num,c2_set_union,87.0,[1],1 9,0,1.0 +0125,0125,02,num,c2_set_union,88.0,[4],4],1,1.0 +0125,0125,02,num,c2_set_union,89.0,[6],6,1,1.0 +0125,0125,02,num,c2_set_union,90.0,[9],9,1,1.0 +0125,0125,02,num,c2_set_union,91.0,[9],9,1,1.0 +0125,0125,02,num,c2_set_union,92.0,[6],6,1,1.0 +0125,0125,02,num,c2_set_union,93.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union,94.0,[0],0,1,1.0 +0125,0125,02,num,c2_set_union,95.0,[6],6,1,1.0 +0125,0125,02,num,c2_set_union,96.0,[2],2 4],0,1.0 +0125,0125,02,num,c2_set_union,97.0,[1],1 0],0,1.0 +0125,0125,02,num,c2_set_union,98.0,[5],5,1,1.0 +0125,0125,02,num,c2_set_union,99.0,[4],4 8],0,1.0 +0125,0125,02,num,AND,0.0,[4],4],1,1.0 +0125,0125,02,num,AND,1.0,[1],1],1,1.0 +0125,0125,02,num,AND,2.0,[5],5],1,1.0 +0125,0125,02,num,AND,3.0,[5],5],1,1.0 +0125,0125,02,num,AND,4.0,[2],2,1,1.0 +0125,0125,02,num,AND,5.0,[0],0],1,1.0 +0125,0125,02,num,AND,6.0,[0],0,1,1.0 +0125,0125,02,num,AND,7.0,[9],9],1,1.0 +0125,0125,02,num,AND,8.0,[7],7,1,1.0 +0125,0125,02,num,AND,9.0,[6],6],1,1.0 +0125,0125,02,num,AND,10.0,[8],8],1,1.0 +0125,0125,02,num,AND,11.0,[2],6,0,1.0 +0125,0125,02,num,AND,12.0,[2],2,1,1.0 +0125,0125,02,num,AND,13.0,[5],5],1,1.0 +0125,0125,02,num,AND,14.0,[9],9,1,1.0 +0125,0125,02,num,AND,15.0,[0],0],1,1.0 +0125,0125,02,num,AND,16.0,[8],8,1,1.0 +0125,0125,02,num,AND,17.0,[7],7,1,1.0 +0125,0125,02,num,AND,18.0,[4],4,1,1.0 +0125,0125,02,num,AND,19.0,[7],7],1,1.0 +0125,0125,02,num,AND,20.0,[8],8,1,1.0 +0125,0125,02,num,AND,21.0,[0],0],1,1.0 +0125,0125,02,num,AND,22.0,[7],7,1,1.0 +0125,0125,02,num,AND,23.0,[2],2],1,1.0 +0125,0125,02,num,AND,24.0,[1],1],1,1.0 +0125,0125,02,num,AND,25.0,[6],6,1,1.0 +0125,0125,02,num,AND,26.0,[4],4],1,1.0 +0125,0125,02,num,AND,27.0,[5],5],1,1.0 +0125,0125,02,num,AND,28.0,[1],1],1,1.0 +0125,0125,02,num,AND,29.0,[1],1,1,1.0 +0125,0125,02,num,AND,30.0,[8],8,1,1.0 +0125,0125,02,num,AND,31.0,[7],7],1,1.0 +0125,0125,02,num,AND,32.0,[6],6],1,1.0 +0125,0125,02,num,AND,33.0,[2],2],1,1.0 +0125,0125,02,num,AND,34.0,[1],1],1,1.0 +0125,0125,02,num,AND,35.0,[9],9],1,1.0 +0125,0125,02,num,AND,36.0,[1],1],1,1.0 +0125,0125,02,num,AND,37.0,[1],1],1,1.0 +0125,0125,02,num,AND,38.0,[9],9],1,1.0 +0125,0125,02,num,AND,39.0,[2],2],1,1.0 +0125,0125,02,num,AND,40.0,[1],1],1,1.0 +0125,0125,02,num,AND,41.0,[5],5],1,1.0 +0125,0125,02,num,AND,42.0,[0],0],1,1.0 +0125,0125,02,num,AND,43.0,[5],5],1,1.0 +0125,0125,02,num,AND,44.0,[1],1,1,1.0 +0125,0125,02,num,AND,45.0,[2],2],1,1.0 +0125,0125,02,num,AND,46.0,[2],2],1,1.0 +0125,0125,02,num,AND,47.0,[3],3],1,1.0 +0125,0125,02,num,AND,48.0,[0],0],1,1.0 +0125,0125,02,num,AND,49.0,[4],4],1,1.0 +0125,0125,02,num,AND,50.0,[5],5,1,1.0 +0125,0125,02,num,AND,51.0,[0],0],1,1.0 +0125,0125,02,num,AND,52.0,[8],8,1,1.0 +0125,0125,02,num,AND,53.0,[1],0],0,1.0 +0125,0125,02,num,AND,54.0,[7],7],1,1.0 +0125,0125,02,num,AND,55.0,[1],1],1,1.0 +0125,0125,02,num,AND,56.0,[8],8,1,1.0 +0125,0125,02,num,AND,57.0,[6],6,1,1.0 +0125,0125,02,num,AND,58.0,[2],2],1,1.0 +0125,0125,02,num,AND,59.0,[1],1,1,1.0 +0125,0125,02,num,AND,60.0,[5],5],1,1.0 +0125,0125,02,num,AND,61.0,[5],5,1,1.0 +0125,0125,02,num,AND,62.0,[4],4],1,1.0 +0125,0125,02,num,AND,63.0,[7],7,1,1.0 +0125,0125,02,num,AND,64.0,[6],6,1,1.0 +0125,0125,02,num,AND,65.0,[7],7],1,1.0 +0125,0125,02,num,AND,66.0,[9],9],1,1.0 +0125,0125,02,num,AND,67.0,[7],7,1,1.0 +0125,0125,02,num,AND,68.0,[5],5,1,1.0 +0125,0125,02,num,AND,69.0,[5],5,1,1.0 +0125,0125,02,num,AND,70.0,[3],3,1,1.0 +0125,0125,02,num,AND,71.0,[9],9],1,1.0 +0125,0125,02,num,AND,72.0,[1],1],1,1.0 +0125,0125,02,num,AND,73.0,[6],6,1,1.0 +0125,0125,02,num,AND,74.0,[2],2],1,1.0 +0125,0125,02,num,AND,75.0,[7],7,1,1.0 +0125,0125,02,num,AND,76.0,[1],1],1,1.0 +0125,0125,02,num,AND,77.0,[3],3],1,1.0 +0125,0125,02,num,AND,78.0,[6],6,1,1.0 +0125,0125,02,num,AND,79.0,[7],7],1,1.0 +0125,0125,02,num,AND,80.0,[3],3],1,1.0 +0125,0125,02,num,AND,81.0,[3],3],1,1.0 +0125,0125,02,num,AND,82.0,[0],0],1,1.0 +0125,0125,02,num,AND,83.0,[4],4],1,1.0 +0125,0125,02,num,AND,84.0,[7],7,1,1.0 +0125,0125,02,num,AND,85.0,[1],1],1,1.0 +0125,0125,02,num,AND,86.0,[4],4],1,1.0 +0125,0125,02,num,AND,87.0,[2],2,1,1.0 +0125,0125,02,num,AND,88.0,[1],1],1,1.0 +0125,0125,02,num,AND,89.0,[2],2],1,1.0 +0125,0125,02,num,AND,90.0,[9],9,1,1.0 +0125,0125,02,num,AND,91.0,[5],5],1,1.0 +0125,0125,02,num,AND,92.0,[9],9],1,1.0 +0125,0125,02,num,AND,93.0,[3],3],1,1.0 +0125,0125,02,num,AND,94.0,[6],6],1,1.0 +0125,0125,02,num,AND,95.0,[3],3,1,1.0 +0125,0125,02,num,AND,96.0,[6],6],1,1.0 +0125,0125,02,num,AND,97.0,[1],1],1,1.0 +0125,0125,02,num,AND,98.0,[2],4],0,1.0 +0125,0125,02,num,AND,99.0,[3],3],1,1.0 +0125,0125,02,num,XOR,0.0,[4 3],4 1],0,1.0 +0125,0125,02,num,XOR,1.0,[9 8],9 8,1,1.0 +0125,0125,02,num,XOR,2.0,[3 4],2 3],0,1.0 +0125,0125,02,num,XOR,3.0,[9 8],8 1,0,1.0 +0125,0125,02,num,XOR,4.0,[9 3],3 9],1,1.0 +0125,0125,02,num,XOR,5.0,[9 7],7 4,0,1.0 +0125,0125,02,num,XOR,6.0,[3 2],2 5],0,1.0 +0125,0125,02,num,XOR,7.0,[7 3],7 3,1,1.0 +0125,0125,02,num,XOR,8.0,[0 9],0 9,1,1.0 +0125,0125,02,num,XOR,9.0,[4 2],4 3],0,1.0 +0125,0125,02,num,XOR,10.0,[5 8],6 8],0,1.0 +0125,0125,02,num,XOR,11.0,[0 2],2 4],0,1.0 +0125,0125,02,num,XOR,12.0,[3 6],6 3,1,1.0 +0125,0125,02,num,XOR,13.0,[6 8],8 6,1,1.0 +0125,0125,02,num,XOR,14.0,[6 7],7 9,0,1.0 +0125,0125,02,num,XOR,15.0,[8 0],0 6,0,1.0 +0125,0125,02,num,XOR,16.0,[8 4],8 4,1,1.0 +0125,0125,02,num,XOR,17.0,[4 0],0 3],0,1.0 +0125,0125,02,num,XOR,18.0,[1 0],0 4,0,1.0 +0125,0125,02,num,XOR,19.0,[7 4],7 4,1,1.0 +0125,0125,02,num,XOR,20.0,[0 5],0 5,1,1.0 +0125,0125,02,num,XOR,21.0,[3 4],1 3,0,1.0 +0125,0125,02,num,XOR,22.0,[6 9],6 9,1,1.0 +0125,0125,02,num,XOR,23.0,[0 1],0 1,1,1.0 +0125,0125,02,num,XOR,24.0,[7 0],0 1,0,1.0 +0125,0125,02,num,XOR,25.0,[2 5],5 2,1,1.0 +0125,0125,02,num,XOR,26.0,[5 9],9 3],0,1.0 +0125,0125,02,num,XOR,27.0,[1 7],7 1],1,1.0 +0125,0125,02,num,XOR,28.0,[9 0],0 4,0,1.0 +0125,0125,02,num,XOR,29.0,[1 5],5 1,1,1.0 +0125,0125,02,num,XOR,30.0,[6 2],3 5],0,1.0 +0125,0125,02,num,XOR,31.0,[4 9],9 4,1,1.0 +0125,0125,02,num,XOR,32.0,[6 9],9 8],0,1.0 +0125,0125,02,num,XOR,33.0,[4 8],4 0],0,1.0 +0125,0125,02,num,XOR,34.0,[2 5],5 1],0,1.0 +0125,0125,02,num,XOR,35.0,[8 6],6 4,0,1.0 +0125,0125,02,num,XOR,36.0,[2 7],5 2,0,1.0 +0125,0125,02,num,XOR,37.0,[8 3],8 3,1,1.0 +0125,0125,02,num,XOR,38.0,[1 4],1 4,1,1.0 +0125,0125,02,num,XOR,39.0,[4 6],4 6,1,1.0 +0125,0125,02,num,XOR,40.0,[2 8],4 2,0,1.0 +0125,0125,02,num,XOR,41.0,[5 3],5 3],1,1.0 +0125,0125,02,num,XOR,42.0,[7 0],0 3,0,1.0 +0125,0125,02,num,XOR,43.0,[6 1],6 1,1,1.0 +0125,0125,02,num,XOR,44.0,[9 0],9 7,0,1.0 +0125,0125,02,num,XOR,45.0,[1 3],4 1,0,1.0 +0125,0125,02,num,XOR,46.0,[8 0],0 8,1,1.0 +0125,0125,02,num,XOR,47.0,[0 8],6 7,0,1.0 +0125,0125,02,num,XOR,48.0,[6 1],1 6],1,1.0 +0125,0125,02,num,XOR,49.0,[5 0],0 4],0,1.0 +0125,0125,02,num,XOR,50.0,[7 6],6 7,1,1.0 +0125,0125,02,num,XOR,51.0,[1 6],6 2],0,1.0 +0125,0125,02,num,XOR,52.0,[7 8],7 8,1,1.0 +0125,0125,02,num,XOR,53.0,[4 0],4 4],0,1.0 +0125,0125,02,num,XOR,54.0,[0 2],2 0,1,1.0 +0125,0125,02,num,XOR,55.0,[2 9],9 4],0,1.0 +0125,0125,02,num,XOR,56.0,[7 1],1 7,1,1.0 +0125,0125,02,num,XOR,57.0,[6 0],0 6],1,1.0 +0125,0125,02,num,XOR,58.0,[9 8],11 0,0,1.0 +0125,0125,02,num,XOR,59.0,[2 6],6 2],1,1.0 +0125,0125,02,num,XOR,60.0,[5 0],0 5],1,1.0 +0125,0125,02,num,XOR,61.0,[3 2],3 1],0,1.0 +0125,0125,02,num,XOR,62.0,[3 0],0 3],1,1.0 +0125,0125,02,num,XOR,63.0,[9 1],1 9,1,1.0 +0125,0125,02,num,XOR,64.0,[4 1],4 9,0,1.0 +0125,0125,02,num,XOR,65.0,[2 1],1 2],1,1.0 +0125,0125,02,num,XOR,66.0,[6 9],9 6,1,1.0 +0125,0125,02,num,XOR,67.0,[7 2],2 3,0,1.0 +0125,0125,02,num,XOR,68.0,[5 7],14 5,0,1.0 +0125,0125,02,num,XOR,69.0,[2 7],2 7],1,1.0 +0125,0125,02,num,XOR,70.0,[6 4],6 4,1,1.0 +0125,0125,02,num,XOR,71.0,[5 0],5 2],0,1.0 +0125,0125,02,num,XOR,72.0,[2 9],64 4,0,1.0 +0125,0125,02,num,XOR,73.0,[3 1],1 3],1,1.0 +0125,0125,02,num,XOR,74.0,[1 0],0 1,1,1.0 +0125,0125,02,num,XOR,75.0,[2 0],0 2],1,1.0 +0125,0125,02,num,XOR,76.0,[0 1],0 1,1,1.0 +0125,0125,02,num,XOR,77.0,[3 6],6 4],0,1.0 +0125,0125,02,num,XOR,78.0,[9 6],6 9,1,1.0 +0125,0125,02,num,XOR,79.0,[0 5],0 4,0,1.0 +0125,0125,02,num,XOR,80.0,[3 9],1 3,0,1.0 +0125,0125,02,num,XOR,81.0,[6 0],9 0,0,1.0 +0125,0125,02,num,XOR,82.0,[5 9],9 4,0,1.0 +0125,0125,02,num,XOR,83.0,[7 2],7 2],1,1.0 +0125,0125,02,num,XOR,84.0,[2 1],2 1,1,1.0 +0125,0125,02,num,XOR,85.0,[4 9],9 5,0,1.0 +0125,0125,02,num,XOR,86.0,[9 4],None,0,1.0 +0125,0125,02,num,XOR,87.0,[0 8],1 3],0,1.0 +0125,0125,02,num,XOR,88.0,[8 0],0 4,0,1.0 +0125,0125,02,num,XOR,89.0,[8 1],1 2,0,1.0 +0125,0125,02,num,XOR,90.0,[2 6],6 2,1,1.0 +0125,0125,02,num,XOR,91.0,[5 0],0 5,1,1.0 +0125,0125,02,num,XOR,92.0,[2 7],2 7],1,1.0 +0125,0125,02,num,XOR,93.0,[5 0],0 5],1,1.0 +0125,0125,02,num,XOR,94.0,[8 6],6 4],0,1.0 +0125,0125,02,num,XOR,95.0,[5 7],7 5],1,1.0 +0125,0125,02,num,XOR,96.0,[8 1],1 8,1,1.0 +0125,0125,02,num,XOR,97.0,[1 4],1 4,1,1.0 +0125,0125,02,num,XOR,98.0,[3 7],2 5],0,1.0 +0125,0125,02,num,XOR,99.0,[8 9],9 8],1,1.0 +0125,0125,02,num,c3_set_union_permuted,0.0,[2 6 5 3],3 5 6,0,1.0 +0125,0125,02,num,c3_set_union_permuted,1.0,[1 6 7 5],5 6 1 7,1,1.0 +0125,0125,02,num,c3_set_union_permuted,2.0,[2 1 4 6],1 2 4 6],1,1.0 +0125,0125,02,num,c3_set_union_permuted,3.0,[6 0 1 3],3 1 0 6,1,1.0 +0125,0125,02,num,c3_set_union_permuted,4.0,[4 3 1 7],7 3 4 1,1,1.0 +0125,0125,02,num,c3_set_union_permuted,5.0,[7 5 8 4],5 8 4 7,1,1.0 +0125,0125,02,num,c3_set_union_permuted,6.0,[4 0 8 1],8 4 0 1,1,1.0 +0125,0125,02,num,c3_set_union_permuted,7.0,[2 8 4 1],8 4 2 1,1,1.0 +0125,0125,02,num,c3_set_union_permuted,8.0,[3 0 7 6],6 7 3 0,1,1.0 +0125,0125,02,num,c3_set_union_permuted,9.0,[6 9 2 4],6 4,0,1.0 +0125,0125,02,num,c3_set_union_permuted,10.0,[6 5 9 8],6 8 5 9,1,1.0 +0125,0125,02,num,c3_set_union_permuted,11.0,[4 7 2 0],2 0,0,1.0 +0125,0125,02,num,c3_set_union_permuted,12.0,[7 1 5 3],7 5 1 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,13.0,[0 2 3 4],4 0 3 2,1,1.0 +0125,0125,02,num,c3_set_union_permuted,14.0,[1 0 6 9],1 0 6 9,1,1.0 +0125,0125,02,num,c3_set_union_permuted,15.0,[7 0 6 1],0 7 6,0,1.0 +0125,0125,02,num,c3_set_union_permuted,16.0,[5 7 2 0],0 5 2 7,1,1.0 +0125,0125,02,num,c3_set_union_permuted,17.0,[4 2 6 8],2 4 8 6,1,1.0 +0125,0125,02,num,c3_set_union_permuted,18.0,[8 4 9 7],8 4 9 7,1,1.0 +0125,0125,02,num,c3_set_union_permuted,19.0,[8 9 0 6],0 6 9 8,1,1.0 +0125,0125,02,num,c3_set_union_permuted,20.0,[3 8 1 4],1 8 4 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,21.0,[7 9 3 0],7 3 9 0,1,1.0 +0125,0125,02,num,c3_set_union_permuted,22.0,[0 5 8 7],5 7 0 8,1,1.0 +0125,0125,02,num,c3_set_union_permuted,23.0,[7 1 9 3],1 3 9 7,1,1.0 +0125,0125,02,num,c3_set_union_permuted,24.0,[1 9 3 4],1 4 9 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,25.0,[7 8 4 6],8 4,0,1.0 +0125,0125,02,num,c3_set_union_permuted,26.0,[2 3 0 9],3 9 0 2,1,1.0 +0125,0125,02,num,c3_set_union_permuted,27.0,[4 3 0 6],6 3 0 4,1,1.0 +0125,0125,02,num,c3_set_union_permuted,28.0,[5 3 7 4],7 5 3,0,1.0 +0125,0125,02,num,c3_set_union_permuted,29.0,[2 1 4 3],1 3 4 2,1,1.0 +0125,0125,02,num,c3_set_union_permuted,30.0,[5 8 2 4],4 2 8 5,1,1.0 +0125,0125,02,num,c3_set_union_permuted,31.0,[5 6 9 3],6 9 5 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,32.0,[5 7 3 9],5 9 7 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,33.0,[7 8 3 1],7 8 3 1,1,1.0 +0125,0125,02,num,c3_set_union_permuted,34.0,[0 2 1 8],0 1 8 2,1,1.0 +0125,0125,02,num,c3_set_union_permuted,35.0,[1 3 0 7],0 3 7 1,1,1.0 +0125,0125,02,num,c3_set_union_permuted,36.0,[6 9 5 7],7 6 5 9,1,1.0 +0125,0125,02,num,c3_set_union_permuted,37.0,[6 5 4 3],4 3 5 6,1,1.0 +0125,0125,02,num,c3_set_union_permuted,38.0,[8 5 6 3],6 5 3 8,1,1.0 +0125,0125,02,num,c3_set_union_permuted,39.0,[8 9 0 1],8 0 1 9,1,1.0 +0125,0125,02,num,c3_set_union_permuted,40.0,[3 0 9 6],0 3 9 6],1,1.0 +0125,0125,02,num,c3_set_union_permuted,41.0,[0 3 5 8],0 8 3 5,1,1.0 +0125,0125,02,num,c3_set_union_permuted,42.0,[6 3 7 9],9 6 3,0,1.0 +0125,0125,02,num,c3_set_union_permuted,43.0,[6 8 3 9],3 8 6 9,1,1.0 +0125,0125,02,num,c3_set_union_permuted,44.0,[7 2 5 9],7 9 2 5,1,1.0 +0125,0125,02,num,c3_set_union_permuted,45.0,[5 3 4 1],5 4 1,0,1.0 +0125,0125,02,num,c3_set_union_permuted,46.0,[0 4 6 7],0 6 7 4,1,1.0 +0125,0125,02,num,c3_set_union_permuted,47.0,[8 3 0 7],8 7 0 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,48.0,[8 1 3 6],8 1 6,0,1.0 +0125,0125,02,num,c3_set_union_permuted,49.0,[2 1 0 7],0 2 1 7,1,1.0 +0125,0125,02,num,c3_set_union_permuted,50.0,[8 0 2 7],0 2 7 8,1,1.0 +0125,0125,02,num,c3_set_union_permuted,51.0,[1 8 0 3],3 0 8 1,1,1.0 +0125,0125,02,num,c3_set_union_permuted,52.0,[5 1 6 0],0 1 5 6,1,1.0 +0125,0125,02,num,c3_set_union_permuted,53.0,[4 9 7 6],7 4 6 9,1,1.0 +0125,0125,02,num,c3_set_union_permuted,54.0,[6 5 2 9],5 6 9 2,1,1.0 +0125,0125,02,num,c3_set_union_permuted,55.0,[5 7 4 6],6 7 5 4,1,1.0 +0125,0125,02,num,c3_set_union_permuted,56.0,[6 9 4 3],6 9 4 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,57.0,[6 8 0 7],8 7 0 6,1,1.0 +0125,0125,02,num,c3_set_union_permuted,58.0,[4 9 7 1],9 4 1 7,1,1.0 +0125,0125,02,num,c3_set_union_permuted,59.0,[1 0 7 4],0 7 1 4,1,1.0 +0125,0125,02,num,c3_set_union_permuted,60.0,[9 4 2 1],1 9 2 4,1,1.0 +0125,0125,02,num,c3_set_union_permuted,61.0,[7 6 2 9],2 7 9 6,1,1.0 +0125,0125,02,num,c3_set_union_permuted,62.0,[6 2 9 8],2 8 9 6,1,1.0 +0125,0125,02,num,c3_set_union_permuted,63.0,[9 4 6 0],4 0 9 6],1,1.0 +0125,0125,02,num,c3_set_union_permuted,64.0,[3 2 9 4],3 2 9 4,1,1.0 +0125,0125,02,num,c3_set_union_permuted,65.0,[2 9 0 7],7 0 9 2,1,1.0 +0125,0125,02,num,c3_set_union_permuted,66.0,[7 5 2 6],5 7 6 2,1,1.0 +0125,0125,02,num,c3_set_union_permuted,67.0,[3 4 0 7],0 7 4 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,68.0,[6 2 1 5],5 6 1 2,1,1.0 +0125,0125,02,num,c3_set_union_permuted,69.0,[5 1 3 9],9 5 1 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,70.0,[6 3 1 2],2 3 6,0,1.0 +0125,0125,02,num,c3_set_union_permuted,71.0,[8 9 0 3],8 0 3 9,1,1.0 +0125,0125,02,num,c3_set_union_permuted,72.0,[8 2 5 0],2 8 5 0,1,1.0 +0125,0125,02,num,c3_set_union_permuted,73.0,[3 6 1 4],6 3 1,0,1.0 +0125,0125,02,num,c3_set_union_permuted,74.0,[9 6 0 2],9 6 0 2,1,1.0 +0125,0125,02,num,c3_set_union_permuted,75.0,[5 9 4 7],7 5 4 9,1,1.0 +0125,0125,02,num,c3_set_union_permuted,76.0,[1 7 4 2],4 2 7 1,1,1.0 +0125,0125,02,num,c3_set_union_permuted,77.0,[3 5 2 1],2 1 3 5,1,1.0 +0125,0125,02,num,c3_set_union_permuted,78.0,[1 5 4 8],1 4 5 8,1,1.0 +0125,0125,02,num,c3_set_union_permuted,79.0,[2 1 5 8],5 8 1 2,1,1.0 +0125,0125,02,num,c3_set_union_permuted,80.0,[4 3 9 5],5 4 9 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,81.0,[2 1 9 0],2 1,0,1.0 +0125,0125,02,num,c3_set_union_permuted,82.0,[0 1 5 9],5 0 9 1,1,1.0 +0125,0125,02,num,c3_set_union_permuted,83.0,[0 2 8 9],9 2 0 8,1,1.0 +0125,0125,02,num,c3_set_union_permuted,84.0,[1 0 5 4],5 0 1 4,1,1.0 +0125,0125,02,num,c3_set_union_permuted,85.0,[5 3 4 0],4 5 0 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,86.0,[0 2 8 4],2 4 8 0,1,1.0 +0125,0125,02,num,c3_set_union_permuted,87.0,[3 6 5 0],6 5 3 0,1,1.0 +0125,0125,02,num,c3_set_union_permuted,88.0,[2 4 3 7],3 7 2 4,1,1.0 +0125,0125,02,num,c3_set_union_permuted,89.0,[0 6 8 5],5 8 0 6,1,1.0 +0125,0125,02,num,c3_set_union_permuted,90.0,[3 8 1 9],3 8 9 1,1,1.0 +0125,0125,02,num,c3_set_union_permuted,91.0,[8 2 7 1],1 7 2 8,1,1.0 +0125,0125,02,num,c3_set_union_permuted,92.0,[7 6 4 3],4 7 3 6,1,1.0 +0125,0125,02,num,c3_set_union_permuted,93.0,[7 0 2 6],0 2 7 6],1,1.0 +0125,0125,02,num,c3_set_union_permuted,94.0,[8 3 5 4],8 5 4 3,1,1.0 +0125,0125,02,num,c3_set_union_permuted,95.0,[1 6 7 4],4 1 7 6,1,1.0 +0125,0125,02,num,c3_set_union_permuted,96.0,[8 6 7 1],6 7 1 8,1,1.0 +0125,0125,02,num,c3_set_union_permuted,97.0,[5 6 7 0],0 5 6 7,1,1.0 +0125,0125,02,num,c3_set_union_permuted,98.0,[3 6 2 7],6 3 7,0,1.0 +0125,0125,02,num,c3_set_union_permuted,99.0,[3 5 2 7],2 7 5],0,1.0 +0125,0125,02,num,c2_set_union_permuted,0.0,[5],1 5],0,1.0 +0125,0125,02,num,c2_set_union_permuted,1.0,[5],5,1,1.0 +0125,0125,02,num,c2_set_union_permuted,2.0,[9],7 9 7,0,1.0 +0125,0125,02,num,c2_set_union_permuted,3.0,[8],8 0,0,1.0 +0125,0125,02,num,c2_set_union_permuted,4.0,[8],8],1,1.0 +0125,0125,02,num,c2_set_union_permuted,5.0,[6],9 2,0,1.0 +0125,0125,02,num,c2_set_union_permuted,6.0,[7],7,1,1.0 +0125,0125,02,num,c2_set_union_permuted,7.0,[3],6 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,8.0,[8],8 1,0,1.0 +0125,0125,02,num,c2_set_union_permuted,9.0,[4],4,1,1.0 +0125,0125,02,num,c2_set_union_permuted,10.0,[4],2 8,0,1.0 +0125,0125,02,num,c2_set_union_permuted,11.0,[0],1 0 4,0,1.0 +0125,0125,02,num,c2_set_union_permuted,12.0,[7],7 5,0,1.0 +0125,0125,02,num,c2_set_union_permuted,13.0,[5],5 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,14.0,[3],0 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,15.0,[3],3 5 6,0,1.0 +0125,0125,02,num,c2_set_union_permuted,16.0,[3],6 2],0,1.0 +0125,0125,02,num,c2_set_union_permuted,17.0,[1],1 8,0,1.0 +0125,0125,02,num,c2_set_union_permuted,18.0,[5],0 7 5 0,0,1.0 +0125,0125,02,num,c2_set_union_permuted,19.0,[2],2 1 3],0,1.0 +0125,0125,02,num,c2_set_union_permuted,20.0,[5],7 5 4,0,1.0 +0125,0125,02,num,c2_set_union_permuted,21.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union_permuted,22.0,[9],9 0 2,0,1.0 +0125,0125,02,num,c2_set_union_permuted,23.0,[5],5 8,0,1.0 +0125,0125,02,num,c2_set_union_permuted,24.0,[3],5 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,25.0,[0],0,1,1.0 +0125,0125,02,num,c2_set_union_permuted,26.0,[8],8 5,0,1.0 +0125,0125,02,num,c2_set_union_permuted,27.0,[5],5 7,0,1.0 +0125,0125,02,num,c2_set_union_permuted,28.0,[0],0 5,0,1.0 +0125,0125,02,num,c2_set_union_permuted,29.0,[6],6],1,1.0 +0125,0125,02,num,c2_set_union_permuted,30.0,[6],6 0],0,1.0 +0125,0125,02,num,c2_set_union_permuted,31.0,[0],0 1 7,0,1.0 +0125,0125,02,num,c2_set_union_permuted,32.0,[8],8 6,0,1.0 +0125,0125,02,num,c2_set_union_permuted,33.0,[4],3 4 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,34.0,[8],1 8 2,0,1.0 +0125,0125,02,num,c2_set_union_permuted,35.0,[4],4 0],0,1.0 +0125,0125,02,num,c2_set_union_permuted,36.0,[5],5 8 2 9,0,1.0 +0125,0125,02,num,c2_set_union_permuted,37.0,[3],3 1,0,1.0 +0125,0125,02,num,c2_set_union_permuted,38.0,[9],9 4,0,1.0 +0125,0125,02,num,c2_set_union_permuted,39.0,[9],0 9 7,0,1.0 +0125,0125,02,num,c2_set_union_permuted,40.0,[1],4 1 0 7,0,1.0 +0125,0125,02,num,c2_set_union_permuted,41.0,[4],9 4,0,1.0 +0125,0125,02,num,c2_set_union_permuted,42.0,[6],6 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,43.0,[1],1 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,44.0,[5],5 0],0,1.0 +0125,0125,02,num,c2_set_union_permuted,45.0,[3],3 9,0,1.0 +0125,0125,02,num,c2_set_union_permuted,46.0,[9],1 9 1,0,1.0 +0125,0125,02,num,c2_set_union_permuted,47.0,[4],4,1,1.0 +0125,0125,02,num,c2_set_union_permuted,48.0,[8],8 1,0,1.0 +0125,0125,02,num,c2_set_union_permuted,49.0,[4],4],1,1.0 +0125,0125,02,num,c2_set_union_permuted,50.0,[4],4,1,1.0 +0125,0125,02,num,c2_set_union_permuted,51.0,[3],2 3 4,0,1.0 +0125,0125,02,num,c2_set_union_permuted,52.0,[4],4 1,0,1.0 +0125,0125,02,num,c2_set_union_permuted,53.0,[6],6 0,0,1.0 +0125,0125,02,num,c2_set_union_permuted,54.0,[0],0 6,0,1.0 +0125,0125,02,num,c2_set_union_permuted,55.0,[7],7 2,0,1.0 +0125,0125,02,num,c2_set_union_permuted,56.0,[4],4,1,1.0 +0125,0125,02,num,c2_set_union_permuted,57.0,[7],7 9,0,1.0 +0125,0125,02,num,c2_set_union_permuted,58.0,[2],2],1,1.0 +0125,0125,02,num,c2_set_union_permuted,59.0,[3],0 3 2,0,1.0 +0125,0125,02,num,c2_set_union_permuted,60.0,[7],7 2,0,1.0 +0125,0125,02,num,c2_set_union_permuted,61.0,[0],0 2 2,0,1.0 +0125,0125,02,num,c2_set_union_permuted,62.0,[2],2,1,1.0 +0125,0125,02,num,c2_set_union_permuted,63.0,[7],7,1,1.0 +0125,0125,02,num,c2_set_union_permuted,64.0,[2],2 0,0,1.0 +0125,0125,02,num,c2_set_union_permuted,65.0,[3],2 3],0,1.0 +0125,0125,02,num,c2_set_union_permuted,66.0,[1],1 3 0],0,1.0 +0125,0125,02,num,c2_set_union_permuted,67.0,[3],3 6 9 0,0,1.0 +0125,0125,02,num,c2_set_union_permuted,68.0,[6],6 7,0,1.0 +0125,0125,02,num,c2_set_union_permuted,69.0,[0],0 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,70.0,[3],3],1,1.0 +0125,0125,02,num,c2_set_union_permuted,71.0,[6],5 6],0,1.0 +0125,0125,02,num,c2_set_union_permuted,72.0,[2],2 9,0,1.0 +0125,0125,02,num,c2_set_union_permuted,73.0,[7],1 7 5],0,1.0 +0125,0125,02,num,c2_set_union_permuted,74.0,[3],9 7,0,1.0 +0125,0125,02,num,c2_set_union_permuted,75.0,[0],0 6,0,1.0 +0125,0125,02,num,c2_set_union_permuted,76.0,[8],0 8,0,1.0 +0125,0125,02,num,c2_set_union_permuted,77.0,[9],4 0,0,1.0 +0125,0125,02,num,c2_set_union_permuted,78.0,[6],4 6],0,1.0 +0125,0125,02,num,c2_set_union_permuted,79.0,[3],5 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,80.0,[1],1 6,0,1.0 +0125,0125,02,num,c2_set_union_permuted,81.0,[4],4 5,0,1.0 +0125,0125,02,num,c2_set_union_permuted,82.0,[3],0 3 0,0,1.0 +0125,0125,02,num,c2_set_union_permuted,83.0,[7],7 4 5,0,1.0 +0125,0125,02,num,c2_set_union_permuted,84.0,[5],1 5 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,85.0,[9],9,1,1.0 +0125,0125,02,num,c2_set_union_permuted,86.0,[8],8 1 4,0,1.0 +0125,0125,02,num,c2_set_union_permuted,87.0,[3],2 3,0,1.0 +0125,0125,02,num,c2_set_union_permuted,88.0,[8],8 9,0,1.0 +0125,0125,02,num,c2_set_union_permuted,89.0,[8],8,1,1.0 +0125,0125,02,num,c2_set_union_permuted,90.0,[8],8 7,0,1.0 +0125,0125,02,num,c2_set_union_permuted,91.0,[8],8 7 5 6,0,1.0 +0125,0125,02,num,c2_set_union_permuted,92.0,[5],8 5 6,0,1.0 +0125,0125,02,num,c2_set_union_permuted,93.0,[4],4 7,0,1.0 +0125,0125,02,num,c2_set_union_permuted,94.0,[0],0],1,1.0 +0125,0125,02,num,c2_set_union_permuted,95.0,[6],6 9,0,1.0 +0125,0125,02,num,c2_set_union_permuted,96.0,[0],7 0,0,1.0 +0125,0125,02,num,c2_set_union_permuted,97.0,[1],5 1 0,0,1.0 +0125,0125,02,num,c2_set_union_permuted,98.0,[9],9,1,1.0 +0125,0125,02,num,c2_set_union_permuted,99.0,[3],3 1,0,1.0 +0125,0125,02,num,c1_set_union_permuted,0.0,[0],0],1,1.0 +0125,0125,02,num,c1_set_union_permuted,1.0,[4],4],1,1.0 +0125,0125,02,num,c1_set_union_permuted,2.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union_permuted,3.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,4.0,[1],1 8,0,1.0 +0125,0125,02,num,c1_set_union_permuted,5.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union_permuted,6.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,7.0,[6],6,1,1.0 +0125,0125,02,num,c1_set_union_permuted,8.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,9.0,[9],9,1,1.0 +0125,0125,02,num,c1_set_union_permuted,10.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union_permuted,11.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union_permuted,12.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,13.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union_permuted,14.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union_permuted,15.0,[2],2,1,1.0 +0125,0125,02,num,c1_set_union_permuted,16.0,[0],0,1,1.0 +0125,0125,02,num,c1_set_union_permuted,17.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,18.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union_permuted,19.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union_permuted,20.0,[1],1,1,1.0 +0125,0125,02,num,c1_set_union_permuted,21.0,[3],3,1,1.0 +0125,0125,02,num,c1_set_union_permuted,22.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union_permuted,23.0,[6],6,1,1.0 +0125,0125,02,num,c1_set_union_permuted,24.0,[7],7,1,1.0 +0125,0125,02,num,c1_set_union_permuted,25.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,26.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union_permuted,27.0,[9],9,1,1.0 +0125,0125,02,num,c1_set_union_permuted,28.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union_permuted,29.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union_permuted,30.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union_permuted,31.0,[4],4],1,1.0 +0125,0125,02,num,c1_set_union_permuted,32.0,[4],4],1,1.0 +0125,0125,02,num,c1_set_union_permuted,33.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union_permuted,34.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union_permuted,35.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union_permuted,36.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union_permuted,37.0,[0],0,1,1.0 +0125,0125,02,num,c1_set_union_permuted,38.0,[0],0,1,1.0 +0125,0125,02,num,c1_set_union_permuted,39.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,40.0,[8],8],1,1.0 +0125,0125,02,num,c1_set_union_permuted,41.0,[0],0,1,1.0 +0125,0125,02,num,c1_set_union_permuted,42.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union_permuted,43.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,44.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union_permuted,45.0,[7],7,1,1.0 +0125,0125,02,num,c1_set_union_permuted,46.0,[2],2,1,1.0 +0125,0125,02,num,c1_set_union_permuted,47.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union_permuted,48.0,[0],0,1,1.0 +0125,0125,02,num,c1_set_union_permuted,49.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union_permuted,50.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,51.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union_permuted,52.0,[0],0],1,1.0 +0125,0125,02,num,c1_set_union_permuted,53.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union_permuted,54.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,55.0,[6],6,1,1.0 +0125,0125,02,num,c1_set_union_permuted,56.0,[5],5,1,1.0 +0125,0125,02,num,c1_set_union_permuted,57.0,[0],0],1,1.0 +0125,0125,02,num,c1_set_union_permuted,58.0,[9],9,1,1.0 +0125,0125,02,num,c1_set_union_permuted,59.0,[3],3,1,1.0 +0125,0125,02,num,c1_set_union_permuted,60.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union_permuted,61.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union_permuted,62.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union_permuted,63.0,[6],6,1,1.0 +0125,0125,02,num,c1_set_union_permuted,64.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union_permuted,65.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union_permuted,66.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union_permuted,67.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,68.0,[6],6,1,1.0 +0125,0125,02,num,c1_set_union_permuted,69.0,[6],6,1,1.0 +0125,0125,02,num,c1_set_union_permuted,70.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union_permuted,71.0,[5],5,1,1.0 +0125,0125,02,num,c1_set_union_permuted,72.0,[1],1,1,1.0 +0125,0125,02,num,c1_set_union_permuted,73.0,[0],0,1,1.0 +0125,0125,02,num,c1_set_union_permuted,74.0,[3],3,1,1.0 +0125,0125,02,num,c1_set_union_permuted,75.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,76.0,[4],4],1,1.0 +0125,0125,02,num,c1_set_union_permuted,77.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,78.0,[0],0],1,1.0 +0125,0125,02,num,c1_set_union_permuted,79.0,[1],1],1,1.0 +0125,0125,02,num,c1_set_union_permuted,80.0,[9],9],1,1.0 +0125,0125,02,num,c1_set_union_permuted,81.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union_permuted,82.0,[1],1,1,1.0 +0125,0125,02,num,c1_set_union_permuted,83.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,84.0,[0],0,1,1.0 +0125,0125,02,num,c1_set_union_permuted,85.0,[8],8,1,1.0 +0125,0125,02,num,c1_set_union_permuted,86.0,[4],4],1,1.0 +0125,0125,02,num,c1_set_union_permuted,87.0,[3],3],1,1.0 +0125,0125,02,num,c1_set_union_permuted,88.0,[0],0],1,1.0 +0125,0125,02,num,c1_set_union_permuted,89.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union_permuted,90.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union_permuted,91.0,[1],1,1,1.0 +0125,0125,02,num,c1_set_union_permuted,92.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union_permuted,93.0,[5],5],1,1.0 +0125,0125,02,num,c1_set_union_permuted,94.0,[9],9,1,1.0 +0125,0125,02,num,c1_set_union_permuted,95.0,[2],2],1,1.0 +0125,0125,02,num,c1_set_union_permuted,96.0,[7],7],1,1.0 +0125,0125,02,num,c1_set_union_permuted,97.0,[4],4,1,1.0 +0125,0125,02,num,c1_set_union_permuted,98.0,[6],6],1,1.0 +0125,0125,02,num,c1_set_union_permuted,99.0,[2],2],1,1.0 +0125,0125,02,num,XOR_permuted,0.0,[4 0],0 4,1,1.0 +0125,0125,02,num,XOR_permuted,1.0,[8 4],8 5,0,1.0 +0125,0125,02,num,XOR_permuted,2.0,[1 7],7 1,1,1.0 +0125,0125,02,num,XOR_permuted,3.0,[6 0],0 6,1,1.0 +0125,0125,02,num,XOR_permuted,4.0,[3 6],6 3,1,1.0 +0125,0125,02,num,XOR_permuted,5.0,[5 6],6 5,1,1.0 +0125,0125,02,num,XOR_permuted,6.0,[3 9],7 9,0,1.0 +0125,0125,02,num,XOR_permuted,7.0,[0 8],8 0,1,1.0 +0125,0125,02,num,XOR_permuted,8.0,[1 4],2 1,0,1.0 +0125,0125,02,num,XOR_permuted,9.0,[8 3],8 5,0,1.0 +0125,0125,02,num,XOR_permuted,10.0,[9 6],6 9,1,1.0 +0125,0125,02,num,XOR_permuted,11.0,[0 7],7 2,0,1.0 +0125,0125,02,num,XOR_permuted,12.0,[0 9],9 8,0,1.0 +0125,0125,02,num,XOR_permuted,13.0,[3 6],3 6],1,1.0 +0125,0125,02,num,XOR_permuted,14.0,[1 3],1 3,1,1.0 +0125,0125,02,num,XOR_permuted,15.0,[0 7],0 3,0,1.0 +0125,0125,02,num,XOR_permuted,16.0,[7 8],7 8],1,1.0 +0125,0125,02,num,XOR_permuted,17.0,[6 2],6 2,1,1.0 +0125,0125,02,num,XOR_permuted,18.0,[7 8],4 4,0,1.0 +0125,0125,02,num,XOR_permuted,19.0,[0 9],9 0,1,1.0 +0125,0125,02,num,XOR_permuted,20.0,[0 2],2 1],0,1.0 +0125,0125,02,num,XOR_permuted,21.0,[6 5],5 7],0,1.0 +0125,0125,02,num,XOR_permuted,22.0,[0 3],3 0,1,1.0 +0125,0125,02,num,XOR_permuted,23.0,[0 9],16 9,0,1.0 +0125,0125,02,num,XOR_permuted,24.0,[8 0],0 8,1,1.0 +0125,0125,02,num,XOR_permuted,25.0,[2 8],2 1],0,1.0 +0125,0125,02,num,XOR_permuted,26.0,[3 9],9 8,0,1.0 +0125,0125,02,num,XOR_permuted,27.0,[2 9],9 2,1,1.0 +0125,0125,02,num,XOR_permuted,28.0,[3 7],7 0,0,1.0 +0125,0125,02,num,XOR_permuted,29.0,[9 0],9 0,1,1.0 +0125,0125,02,num,XOR_permuted,30.0,[2 5],2 5,1,1.0 +0125,0125,02,num,XOR_permuted,31.0,[2 6],6 2,1,1.0 +0125,0125,02,num,XOR_permuted,32.0,[0 2],8 2,0,1.0 +0125,0125,02,num,XOR_permuted,33.0,[5 7],5 7,1,1.0 +0125,0125,02,num,XOR_permuted,34.0,[3 5],3 0],0,1.0 +0125,0125,02,num,XOR_permuted,35.0,[6 0],4 0,0,1.0 +0125,0125,02,num,XOR_permuted,36.0,[6 0],0 6,1,1.0 +0125,0125,02,num,XOR_permuted,37.0,[4 5],4 5,1,1.0 +0125,0125,02,num,XOR_permuted,38.0,[8 9],8 9,1,1.0 +0125,0125,02,num,XOR_permuted,39.0,[6 7],6 7,1,1.0 +0125,0125,02,num,XOR_permuted,40.0,[9 3],9 3],1,1.0 +0125,0125,02,num,XOR_permuted,41.0,[7 6],2 1],0,1.0 +0125,0125,02,num,XOR_permuted,42.0,[8 9],8 9,1,1.0 +0125,0125,02,num,XOR_permuted,43.0,[7 0],0 7,1,1.0 +0125,0125,02,num,XOR_permuted,44.0,[2 1],3 0,0,1.0 +0125,0125,02,num,XOR_permuted,45.0,[3 5],5 6,0,1.0 +0125,0125,02,num,XOR_permuted,46.0,[2 0],2 3],0,1.0 +0125,0125,02,num,XOR_permuted,47.0,[2 0],2 0,1,1.0 +0125,0125,02,num,XOR_permuted,48.0,[0 1],1 0,1,1.0 +0125,0125,02,num,XOR_permuted,49.0,[5 1],5 1,1,1.0 +0125,0125,02,num,XOR_permuted,50.0,[6 9],7 6],0,1.0 +0125,0125,02,num,XOR_permuted,51.0,[0 1],0 1,1,1.0 +0125,0125,02,num,XOR_permuted,52.0,[9 8],8 3,0,1.0 +0125,0125,02,num,XOR_permuted,53.0,[8 2],2 1],0,1.0 +0125,0125,02,num,XOR_permuted,54.0,[1 0],8 5,0,1.0 +0125,0125,02,num,XOR_permuted,55.0,[5 9],5 9,1,1.0 +0125,0125,02,num,XOR_permuted,56.0,[0 6],0 6,1,1.0 +0125,0125,02,num,XOR_permuted,57.0,[5 4],4 5,1,1.0 +0125,0125,02,num,XOR_permuted,58.0,[7 5],5 7,1,1.0 +0125,0125,02,num,XOR_permuted,59.0,[8 2],8 2,1,1.0 +0125,0125,02,num,XOR_permuted,60.0,[9 2],2 9],1,1.0 +0125,0125,02,num,XOR_permuted,61.0,[0 1],1 0],1,1.0 +0125,0125,02,num,XOR_permuted,62.0,[0 2],2 0,1,1.0 +0125,0125,02,num,XOR_permuted,63.0,[2 0],2 7,0,1.0 +0125,0125,02,num,XOR_permuted,64.0,[2 3],2 8],0,1.0 +0125,0125,02,num,XOR_permuted,65.0,[9 6],6 9,1,1.0 +0125,0125,02,num,XOR_permuted,66.0,[9 4],4 9,1,1.0 +0125,0125,02,num,XOR_permuted,67.0,[0 4],8 0],0,1.0 +0125,0125,02,num,XOR_permuted,68.0,[9 5],9 5,1,1.0 +0125,0125,02,num,XOR_permuted,69.0,[6 4],6 4,1,1.0 +0125,0125,02,num,XOR_permuted,70.0,[5 0],5 0],1,1.0 +0125,0125,02,num,XOR_permuted,71.0,[3 1],3 1,1,1.0 +0125,0125,02,num,XOR_permuted,72.0,[8 1],1 9,0,1.0 +0125,0125,02,num,XOR_permuted,73.0,[6 3],6 3,1,1.0 +0125,0125,02,num,XOR_permuted,74.0,[0 9],6 4,0,1.0 +0125,0125,02,num,XOR_permuted,75.0,[2 9],2 9,1,1.0 +0125,0125,02,num,XOR_permuted,76.0,[9 6],9 6,1,1.0 +0125,0125,02,num,XOR_permuted,77.0,[4 1],4 5,0,1.0 +0125,0125,02,num,XOR_permuted,78.0,[1 4],2 5,0,1.0 +0125,0125,02,num,XOR_permuted,79.0,[7 3],6 7,0,1.0 +0125,0125,02,num,XOR_permuted,80.0,[8 3],3 7],0,1.0 +0125,0125,02,num,XOR_permuted,81.0,[5 6],5 6,1,1.0 +0125,0125,02,num,XOR_permuted,82.0,[5 7],5 7],1,1.0 +0125,0125,02,num,XOR_permuted,83.0,[7 0],0 7,1,1.0 +0125,0125,02,num,XOR_permuted,84.0,[6 9],5 9],0,1.0 +0125,0125,02,num,XOR_permuted,85.0,[9 4],4 9,1,1.0 +0125,0125,02,num,XOR_permuted,86.0,[6 2],2 5],0,1.0 +0125,0125,02,num,XOR_permuted,87.0,[9 4],4 9,1,1.0 +0125,0125,02,num,XOR_permuted,88.0,[3 1],3 5,0,1.0 +0125,0125,02,num,XOR_permuted,89.0,[4 9],9 4,1,1.0 +0125,0125,02,num,XOR_permuted,90.0,[1 5],5 1,1,1.0 +0125,0125,02,num,XOR_permuted,91.0,[4 0],4 0,1,1.0 +0125,0125,02,num,XOR_permuted,92.0,[8 4],None,0,1.0 +0125,0125,02,num,XOR_permuted,93.0,[5 8],9 5,0,1.0 +0125,0125,02,num,XOR_permuted,94.0,[3 7],7 3,1,1.0 +0125,0125,02,num,XOR_permuted,95.0,[8 5],8 3,0,1.0 +0125,0125,02,num,XOR_permuted,96.0,[5 9],9 5,1,1.0 +0125,0125,02,num,XOR_permuted,97.0,[8 3],8 3,1,1.0 +0125,0125,02,num,XOR_permuted,98.0,[7 5],7 2,0,1.0 +0125,0125,02,num,XOR_permuted,99.0,[6 7],7 6,1,1.0 +0125,0125,02,num,AND_permuted,0.0,[],7,0,1.0 +0125,0125,02,num,AND_permuted,1.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,2.0,[],7,0,1.0 +0125,0125,02,num,AND_permuted,3.0,[],2 1],0,1.0 +0125,0125,02,num,AND_permuted,4.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,5.0,[],6,0,1.0 +0125,0125,02,num,AND_permuted,6.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,7.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,8.0,[],3 8,0,1.0 +0125,0125,02,num,AND_permuted,9.0,[],0,0,1.0 +0125,0125,02,num,AND_permuted,10.0,[],9,0,1.0 +0125,0125,02,num,AND_permuted,11.0,[],8,0,1.0 +0125,0125,02,num,AND_permuted,12.0,[],0,0,1.0 +0125,0125,02,num,AND_permuted,13.0,[],6,0,1.0 +0125,0125,02,num,AND_permuted,14.0,[],6,0,1.0 +0125,0125,02,num,AND_permuted,15.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,16.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,17.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,18.0,[],6,0,1.0 +0125,0125,02,num,AND_permuted,19.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,20.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,21.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,22.0,[],8,0,1.0 +0125,0125,02,num,AND_permuted,23.0,[],6,0,1.0 +0125,0125,02,num,AND_permuted,24.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,25.0,[],2],0,1.0 +0125,0125,02,num,AND_permuted,26.0,[],4],0,1.0 +0125,0125,02,num,AND_permuted,27.0,[],9,0,1.0 +0125,0125,02,num,AND_permuted,28.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,29.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,30.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,31.0,[],1,0,1.0 +0125,0125,02,num,AND_permuted,32.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,33.0,[],8,0,1.0 +0125,0125,02,num,AND_permuted,34.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,35.0,[],0,0,1.0 +0125,0125,02,num,AND_permuted,36.0,[],6,0,1.0 +0125,0125,02,num,AND_permuted,37.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,38.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,39.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,40.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,41.0,[],6],0,1.0 +0125,0125,02,num,AND_permuted,42.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,43.0,[],7,0,1.0 +0125,0125,02,num,AND_permuted,44.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,45.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,46.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,47.0,[],3],0,1.0 +0125,0125,02,num,AND_permuted,48.0,[],8,0,1.0 +0125,0125,02,num,AND_permuted,49.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,50.0,[],0],0,1.0 +0125,0125,02,num,AND_permuted,51.0,[],1,0,1.0 +0125,0125,02,num,AND_permuted,52.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,53.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,54.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,55.0,[],8,0,1.0 +0125,0125,02,num,AND_permuted,56.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,57.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,58.0,[],0,0,1.0 +0125,0125,02,num,AND_permuted,59.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,60.0,[],5],0,1.0 +0125,0125,02,num,AND_permuted,61.0,[],1,0,1.0 +0125,0125,02,num,AND_permuted,62.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,63.0,[],1,0,1.0 +0125,0125,02,num,AND_permuted,64.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,65.0,[],6,0,1.0 +0125,0125,02,num,AND_permuted,66.0,[],1,0,1.0 +0125,0125,02,num,AND_permuted,67.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,68.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,69.0,[],6,0,1.0 +0125,0125,02,num,AND_permuted,70.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,71.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,72.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,73.0,[],1,0,1.0 +0125,0125,02,num,AND_permuted,74.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,75.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,76.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,77.0,[],8,0,1.0 +0125,0125,02,num,AND_permuted,78.0,[],5],0,1.0 +0125,0125,02,num,AND_permuted,79.0,[],11,0,1.0 +0125,0125,02,num,AND_permuted,80.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,81.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,82.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,83.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,84.0,[],8,0,1.0 +0125,0125,02,num,AND_permuted,85.0,[],6,0,1.0 +0125,0125,02,num,AND_permuted,86.0,[],8,0,1.0 +0125,0125,02,num,AND_permuted,87.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,88.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,89.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,90.0,[],3,0,1.0 +0125,0125,02,num,AND_permuted,91.0,[],],1,1.0 +0125,0125,02,num,AND_permuted,92.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,93.0,[],2],0,1.0 +0125,0125,02,num,AND_permuted,94.0,[],5,0,1.0 +0125,0125,02,num,AND_permuted,95.0,[],4,0,1.0 +0125,0125,02,num,AND_permuted,96.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,97.0,[],2,0,1.0 +0125,0125,02,num,AND_permuted,98.0,[],6,0,1.0 +0125,0125,02,num,AND_permuted,99.0,[],7,0,1.0 +0125,0125,02,symb,row_constant,0.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,1.0,['('],)],0,1.0 +0125,0125,02,symb,row_constant,2.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,3.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,4.0,['~'],~],1,1.0 +0125,0125,02,symb,row_constant,5.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,6.0,['<'],<],1,1.0 +0125,0125,02,symb,row_constant,7.0,['$'],$],1,1.0 +0125,0125,02,symb,row_constant,8.0,['('],(],1,1.0 +0125,0125,02,symb,row_constant,9.0,['('],(],1,1.0 +0125,0125,02,symb,row_constant,10.0,[':'],:],1,1.0 +0125,0125,02,symb,row_constant,11.0,['$'],$],1,1.0 +0125,0125,02,symb,row_constant,12.0,['%'],%],1,1.0 +0125,0125,02,symb,row_constant,13.0,['%'],%],1,1.0 +0125,0125,02,symb,row_constant,14.0,['&'],&],1,1.0 +0125,0125,02,symb,row_constant,15.0,['('],)],0,1.0 +0125,0125,02,symb,row_constant,16.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,17.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,18.0,['%'],%],1,1.0 +0125,0125,02,symb,row_constant,19.0,['<'],<],1,1.0 +0125,0125,02,symb,row_constant,20.0,['%'],%],1,1.0 +0125,0125,02,symb,row_constant,21.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,22.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,23.0,['$'],$],1,1.0 +0125,0125,02,symb,row_constant,24.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,25.0,['('],(],1,1.0 +0125,0125,02,symb,row_constant,26.0,['<'],<],1,1.0 +0125,0125,02,symb,row_constant,27.0,['$'],$],1,1.0 +0125,0125,02,symb,row_constant,28.0,['~'],~],1,1.0 +0125,0125,02,symb,row_constant,29.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,30.0,['~'],~],1,1.0 +0125,0125,02,symb,row_constant,31.0,['('],(],1,1.0 +0125,0125,02,symb,row_constant,32.0,['*'],*,1,1.0 +0125,0125,02,symb,row_constant,33.0,['('],)],0,1.0 +0125,0125,02,symb,row_constant,34.0,['~'],~],1,1.0 +0125,0125,02,symb,row_constant,35.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,36.0,['('],(],1,1.0 +0125,0125,02,symb,row_constant,37.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,38.0,['%'],%],1,1.0 +0125,0125,02,symb,row_constant,39.0,['$'],$],1,1.0 +0125,0125,02,symb,row_constant,40.0,['%'],%],1,1.0 +0125,0125,02,symb,row_constant,41.0,['~'],~],1,1.0 +0125,0125,02,symb,row_constant,42.0,['&'],&],1,1.0 +0125,0125,02,symb,row_constant,43.0,['('],)],0,1.0 +0125,0125,02,symb,row_constant,44.0,['<'],<],1,1.0 +0125,0125,02,symb,row_constant,45.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,46.0,['*'],*],1,1.0 +0125,0125,02,symb,row_constant,47.0,[':'],:],1,1.0 +0125,0125,02,symb,row_constant,48.0,[':'],:],1,1.0 +0125,0125,02,symb,row_constant,49.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,50.0,['&'],&],1,1.0 +0125,0125,02,symb,row_constant,51.0,['('],)],0,1.0 +0125,0125,02,symb,row_constant,52.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,53.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,54.0,['$'],$],1,1.0 +0125,0125,02,symb,row_constant,55.0,['%'],%],1,1.0 +0125,0125,02,symb,row_constant,56.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,57.0,['%'],%],1,1.0 +0125,0125,02,symb,row_constant,58.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,59.0,['<'],<],1,1.0 +0125,0125,02,symb,row_constant,60.0,['&'],&],1,1.0 +0125,0125,02,symb,row_constant,61.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,62.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,63.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,64.0,['&'],&],1,1.0 +0125,0125,02,symb,row_constant,65.0,['('],)],0,1.0 +0125,0125,02,symb,row_constant,66.0,[':'],:],1,1.0 +0125,0125,02,symb,row_constant,67.0,['<'],<],1,1.0 +0125,0125,02,symb,row_constant,68.0,['('],(],1,1.0 +0125,0125,02,symb,row_constant,69.0,['('],(],1,1.0 +0125,0125,02,symb,row_constant,70.0,['('],)],0,1.0 +0125,0125,02,symb,row_constant,71.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,72.0,['&'],&],1,1.0 +0125,0125,02,symb,row_constant,73.0,['~'],~],1,1.0 +0125,0125,02,symb,row_constant,74.0,['<'],<],1,1.0 +0125,0125,02,symb,row_constant,75.0,['%'],%],1,1.0 +0125,0125,02,symb,row_constant,76.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,77.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,78.0,['('],)],0,1.0 +0125,0125,02,symb,row_constant,79.0,['*'],*],1,1.0 +0125,0125,02,symb,row_constant,80.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,81.0,['*'],*,1,1.0 +0125,0125,02,symb,row_constant,82.0,['$'],$],1,1.0 +0125,0125,02,symb,row_constant,83.0,[':'],:],1,1.0 +0125,0125,02,symb,row_constant,84.0,['<'],<],1,1.0 +0125,0125,02,symb,row_constant,85.0,['*'],*],1,1.0 +0125,0125,02,symb,row_constant,86.0,['('],)],0,1.0 +0125,0125,02,symb,row_constant,87.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,88.0,['%'],%],1,1.0 +0125,0125,02,symb,row_constant,89.0,['!'],!],1,1.0 +0125,0125,02,symb,row_constant,90.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,91.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,92.0,['&'],&],1,1.0 +0125,0125,02,symb,row_constant,93.0,['>'],>],1,1.0 +0125,0125,02,symb,row_constant,94.0,['*'],*,1,1.0 +0125,0125,02,symb,row_constant,95.0,['~'],~],1,1.0 +0125,0125,02,symb,row_constant,96.0,['~'],~],1,1.0 +0125,0125,02,symb,row_constant,97.0,['*'],*],1,1.0 +0125,0125,02,symb,row_constant,98.0,[':'],:],1,1.0 +0125,0125,02,symb,row_constant,99.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,0.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,1.0,['$'],$,1,1.0 +0125,0125,02,symb,col_constant,2.0,['$'],$,1,1.0 +0125,0125,02,symb,col_constant,3.0,[':'],:],1,1.0 +0125,0125,02,symb,col_constant,4.0,['>'],>],1,1.0 +0125,0125,02,symb,col_constant,5.0,[':'],:],1,1.0 +0125,0125,02,symb,col_constant,6.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,7.0,['<'],<,1,1.0 +0125,0125,02,symb,col_constant,8.0,['('],(,1,1.0 +0125,0125,02,symb,col_constant,9.0,['('],(,1,1.0 +0125,0125,02,symb,col_constant,10.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,11.0,[':'],:],1,1.0 +0125,0125,02,symb,col_constant,12.0,['%'],%,1,1.0 +0125,0125,02,symb,col_constant,13.0,['&'],&,1,1.0 +0125,0125,02,symb,col_constant,14.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,15.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,16.0,['>'],>],1,1.0 +0125,0125,02,symb,col_constant,17.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,18.0,['('],(],1,1.0 +0125,0125,02,symb,col_constant,19.0,['*'],*,1,1.0 +0125,0125,02,symb,col_constant,20.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,21.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,22.0,['$'],$,1,1.0 +0125,0125,02,symb,col_constant,23.0,['%'],%,1,1.0 +0125,0125,02,symb,col_constant,24.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,25.0,['*'],*,1,1.0 +0125,0125,02,symb,col_constant,26.0,['$'],$,1,1.0 +0125,0125,02,symb,col_constant,27.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,28.0,['$'],$,1,1.0 +0125,0125,02,symb,col_constant,29.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,30.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,31.0,[':'],:],1,1.0 +0125,0125,02,symb,col_constant,32.0,['('],(],1,1.0 +0125,0125,02,symb,col_constant,33.0,['%'],%,1,1.0 +0125,0125,02,symb,col_constant,34.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,35.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,36.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,37.0,['*'],*,1,1.0 +0125,0125,02,symb,col_constant,38.0,['*'],*,1,1.0 +0125,0125,02,symb,col_constant,39.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,40.0,['*'],*],1,1.0 +0125,0125,02,symb,col_constant,41.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,42.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,43.0,['%'],%],1,1.0 +0125,0125,02,symb,col_constant,44.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,45.0,['<'],<,1,1.0 +0125,0125,02,symb,col_constant,46.0,['>'],>],1,1.0 +0125,0125,02,symb,col_constant,47.0,['%'],%],1,1.0 +0125,0125,02,symb,col_constant,48.0,[':'],:],1,1.0 +0125,0125,02,symb,col_constant,49.0,['<'],<,1,1.0 +0125,0125,02,symb,col_constant,50.0,['>'],>],1,1.0 +0125,0125,02,symb,col_constant,51.0,['>'],>],1,1.0 +0125,0125,02,symb,col_constant,52.0,[':'],:],1,1.0 +0125,0125,02,symb,col_constant,53.0,['*'],*,1,1.0 +0125,0125,02,symb,col_constant,54.0,['%'],%],1,1.0 +0125,0125,02,symb,col_constant,55.0,['%'],%,1,1.0 +0125,0125,02,symb,col_constant,56.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,57.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,58.0,['%'],%,1,1.0 +0125,0125,02,symb,col_constant,59.0,['*'],*,1,1.0 +0125,0125,02,symb,col_constant,60.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,61.0,['('],(,1,1.0 +0125,0125,02,symb,col_constant,62.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,63.0,['&'],&],1,1.0 +0125,0125,02,symb,col_constant,64.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,65.0,['*'],*,1,1.0 +0125,0125,02,symb,col_constant,66.0,['%'],%,1,1.0 +0125,0125,02,symb,col_constant,67.0,['>'],>],1,1.0 +0125,0125,02,symb,col_constant,68.0,['('],(],1,1.0 +0125,0125,02,symb,col_constant,69.0,['('],(,1,1.0 +0125,0125,02,symb,col_constant,70.0,[':'],:],1,1.0 +0125,0125,02,symb,col_constant,71.0,['*'],*,1,1.0 +0125,0125,02,symb,col_constant,72.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,73.0,['('],(,1,1.0 +0125,0125,02,symb,col_constant,74.0,[':'],:],1,1.0 +0125,0125,02,symb,col_constant,75.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,76.0,['&'],&],1,1.0 +0125,0125,02,symb,col_constant,77.0,['<'],<,1,1.0 +0125,0125,02,symb,col_constant,78.0,['>'],>],1,1.0 +0125,0125,02,symb,col_constant,79.0,['$'],$,1,1.0 +0125,0125,02,symb,col_constant,80.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,81.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,82.0,[':'],:],1,1.0 +0125,0125,02,symb,col_constant,83.0,['$'],$,1,1.0 +0125,0125,02,symb,col_constant,84.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,85.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,86.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,87.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,88.0,['&'],&],1,1.0 +0125,0125,02,symb,col_constant,89.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,90.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,91.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,92.0,['%'],%,1,1.0 +0125,0125,02,symb,col_constant,93.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,94.0,['~'],~],1,1.0 +0125,0125,02,symb,col_constant,95.0,['!'],!],1,1.0 +0125,0125,02,symb,col_constant,96.0,['&'],&],1,1.0 +0125,0125,02,symb,col_constant,97.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,98.0,['<'],<],1,1.0 +0125,0125,02,symb,col_constant,99.0,['*'],*,1,1.0 +0125,0125,02,symb,dist3_diag1,0.0,['*'],*,1,1.0 +0125,0125,02,symb,dist3_diag1,1.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag1,2.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag1,3.0,['%'],%,1,1.0 +0125,0125,02,symb,dist3_diag1,4.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,5.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,6.0,['*'],*],1,1.0 +0125,0125,02,symb,dist3_diag1,7.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,8.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,9.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,10.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag1,11.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,12.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,13.0,['*'],*],1,1.0 +0125,0125,02,symb,dist3_diag1,14.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,15.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag1,16.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,17.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,18.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,19.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,20.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag1,21.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag1,22.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,23.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,24.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag1,25.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag1,26.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag1,27.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,28.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,29.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,30.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag1,31.0,['*'],*],1,1.0 +0125,0125,02,symb,dist3_diag1,32.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,33.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,34.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,35.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,36.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,37.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,38.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag1,39.0,['&'],&],1,1.0 +0125,0125,02,symb,dist3_diag1,40.0,['<'],<,1,1.0 +0125,0125,02,symb,dist3_diag1,41.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag1,42.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,43.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,44.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,45.0,['&'],&],1,1.0 +0125,0125,02,symb,dist3_diag1,46.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,47.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag1,48.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,49.0,['*'],*,1,1.0 +0125,0125,02,symb,dist3_diag1,50.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,51.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,52.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag1,53.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag1,54.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,55.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag1,56.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,57.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,58.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,59.0,['&'],&,1,1.0 +0125,0125,02,symb,dist3_diag1,60.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,61.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag1,62.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,63.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,64.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag1,65.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,66.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,67.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,68.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag1,69.0,['&'],&],1,1.0 +0125,0125,02,symb,dist3_diag1,70.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag1,71.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag1,72.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,73.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,74.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,75.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,76.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,77.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,78.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag1,79.0,['*'],*],1,1.0 +0125,0125,02,symb,dist3_diag1,80.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,81.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,82.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,83.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,84.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,85.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag1,86.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,87.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,88.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,89.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,90.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag1,91.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag1,92.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag1,93.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,94.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag1,95.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag1,96.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,97.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag1,98.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag1,99.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag2,0.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag2,1.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,2.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,3.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,4.0,['*'],*],1,1.0 +0125,0125,02,symb,dist3_diag2,5.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag2,6.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,7.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,8.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag2,9.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,10.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,11.0,['&'],&],1,1.0 +0125,0125,02,symb,dist3_diag2,12.0,['&'],&,1,1.0 +0125,0125,02,symb,dist3_diag2,13.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag2,14.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,15.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,16.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,17.0,['<'],<,1,1.0 +0125,0125,02,symb,dist3_diag2,18.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,19.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,20.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag2,21.0,['&'],&],1,1.0 +0125,0125,02,symb,dist3_diag2,22.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag2,23.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag2,24.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag2,25.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,26.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,27.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,28.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag2,29.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,30.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag2,31.0,['*'],*],1,1.0 +0125,0125,02,symb,dist3_diag2,32.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,33.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,34.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag2,35.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag2,36.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag2,37.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,38.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,39.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,40.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag2,41.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag2,42.0,['*'],*],1,1.0 +0125,0125,02,symb,dist3_diag2,43.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag2,44.0,['*'],*,1,1.0 +0125,0125,02,symb,dist3_diag2,45.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,46.0,['<'],<,1,1.0 +0125,0125,02,symb,dist3_diag2,47.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,48.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag2,49.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag2,50.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,51.0,['*'],*],1,1.0 +0125,0125,02,symb,dist3_diag2,52.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag2,53.0,['*'],*,1,1.0 +0125,0125,02,symb,dist3_diag2,54.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,55.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,56.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,57.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag2,58.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,59.0,['$'],$,1,1.0 +0125,0125,02,symb,dist3_diag2,60.0,['&'],&],1,1.0 +0125,0125,02,symb,dist3_diag2,61.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,62.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag2,63.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,64.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,65.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,66.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,67.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,68.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,69.0,[':'],:],1,1.0 +0125,0125,02,symb,dist3_diag2,70.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,71.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag2,72.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,73.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag2,74.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag2,75.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,76.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,77.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,78.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,79.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag2,80.0,['$'],$],1,1.0 +0125,0125,02,symb,dist3_diag2,81.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,82.0,['>'],>],1,1.0 +0125,0125,02,symb,dist3_diag2,83.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag2,84.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,85.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,86.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,87.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,88.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,89.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag2,90.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag2,91.0,['%'],%],1,1.0 +0125,0125,02,symb,dist3_diag2,92.0,['!'],!],1,1.0 +0125,0125,02,symb,dist3_diag2,93.0,['&'],&],1,1.0 +0125,0125,02,symb,dist3_diag2,94.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,95.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,96.0,['~'],~],1,1.0 +0125,0125,02,symb,dist3_diag2,97.0,['('],(],1,1.0 +0125,0125,02,symb,dist3_diag2,98.0,['<'],<],1,1.0 +0125,0125,02,symb,dist3_diag2,99.0,['%'],%],1,1.0 +0125,0125,02,symb,prog_size1,0.0,['('],?],0,1.0 +0125,0125,02,symb,prog_size1,1.0,['<'],&],0,1.0 +0125,0125,02,symb,prog_size1,2.0,['~'],],0,1.0 +0125,0125,02,symb,prog_size1,3.0,['>'],}],0,1.0 +0125,0125,02,symb,prog_size1,4.0,[':'],)],0,1.0 +0125,0125,02,symb,prog_size1,5.0,['$'],~],0,1.0 +0125,0125,02,symb,prog_size1,6.0,['%'],@],0,1.0 +0125,0125,02,symb,prog_size1,7.0,['&'],#],0,1.0 +0125,0125,02,symb,prog_size1,8.0,['*'],>],0,1.0 +0125,0125,02,symb,prog_size1,9.0,['!'],>],0,1.0 +0125,0125,02,symb,prog_size1,10.0,['('],:],0,1.0 +0125,0125,02,symb,prog_size1,11.0,['<'],?],0,1.0 +0125,0125,02,symb,prog_size2,0.0,[':'],%],0,1.0 +0125,0125,02,symb,prog_size2,1.0,['$'],&],0,1.0 +0125,0125,02,symb,prog_size2,2.0,['%'],#],0,1.0 +0125,0125,02,symb,prog_size2,3.0,['&'],$],0,1.0 +0125,0125,02,symb,two_rule_comb0,0.0,"['~', '$']",~ $],1,1.0 +0125,0125,02,symb,two_rule_comb0,1.0,"['>', '%']",> %],1,1.0 +0125,0125,02,symb,two_rule_comb0,2.0,"['*', '(']",* (,1,1.0 +0125,0125,02,symb,two_rule_comb0,3.0,"['*', '%']",* %],1,1.0 +0125,0125,02,symb,two_rule_comb0,4.0,"['$', '*']",$ *,1,1.0 +0125,0125,02,symb,two_rule_comb0,5.0,"['>', '%']",> %],1,1.0 +0125,0125,02,symb,two_rule_comb0,6.0,"['&', '$']",& $],1,1.0 +0125,0125,02,symb,two_rule_comb0,7.0,"['&', '>']",& >],1,1.0 +0125,0125,02,symb,two_rule_comb0,8.0,"['>', '!']",> !],1,1.0 +0125,0125,02,symb,two_rule_comb0,9.0,"['$', '%']",$ %],1,1.0 +0125,0125,02,symb,two_rule_comb0,10.0,"['>', '*']",> *],1,1.0 +0125,0125,02,symb,two_rule_comb0,11.0,"['&', '~']",& ~],1,1.0 +0125,0125,02,symb,two_rule_comb0,12.0,"['>', '(']",> (],1,1.0 +0125,0125,02,symb,two_rule_comb0,13.0,"['$', '>']",$ >,1,1.0 +0125,0125,02,symb,two_rule_comb0,14.0,"['%', '%']",% %],1,1.0 +0125,0125,02,symb,two_rule_comb0,15.0,"['!', '>']",! >],1,1.0 +0125,0125,02,symb,two_rule_comb0,16.0,"['>', '!']",> !],1,1.0 +0125,0125,02,symb,two_rule_comb0,17.0,"['$', '%']",$ %],1,1.0 +0125,0125,02,symb,two_rule_comb0,18.0,"['>', '*']",> *],1,1.0 +0125,0125,02,symb,two_rule_comb0,19.0,"['*', '~']",* ~,1,1.0 +0125,0125,02,symb,two_rule_comb0,20.0,"['<', '<']",< <],1,1.0 +0125,0125,02,symb,two_rule_comb0,21.0,"[':', '<']",: <],1,1.0 +0125,0125,02,symb,two_rule_comb0,22.0,"['~', '(']",~ (],1,1.0 +0125,0125,02,symb,two_rule_comb0,23.0,"['~', ':']",~ :],1,1.0 +0125,0125,02,symb,two_rule_comb0,24.0,"['>', '&']",> &],1,1.0 +0125,0125,02,symb,two_rule_comb0,25.0,"['<', '&']",< &],1,1.0 +0125,0125,02,symb,two_rule_comb0,26.0,"['~', ':']",~ :],1,1.0 +0125,0125,02,symb,two_rule_comb0,27.0,"['>', '>']",> >],1,1.0 +0125,0125,02,symb,two_rule_comb0,28.0,"['>', '&']",> &],1,1.0 +0125,0125,02,symb,two_rule_comb0,29.0,"['%', '*']",% *],1,1.0 +0125,0125,02,symb,two_rule_comb0,30.0,"['$', '(']",$ (,1,1.0 +0125,0125,02,symb,two_rule_comb0,31.0,"['(', '<']",( <],1,1.0 +0125,0125,02,symb,two_rule_comb0,32.0,"['!', '!']",! !],1,1.0 +0125,0125,02,symb,two_rule_comb0,33.0,"['>', '$']",> $],1,1.0 +0125,0125,02,symb,two_rule_comb0,34.0,"['(', '*']",( *],1,1.0 +0125,0125,02,symb,two_rule_comb0,35.0,"[':', '$']",: $],1,1.0 +0125,0125,02,symb,two_rule_comb0,36.0,"['~', '<']",~ <],1,1.0 +0125,0125,02,symb,two_rule_comb0,37.0,"['&', '<']",& <],1,1.0 +0125,0125,02,symb,two_rule_comb0,38.0,"['!', '~']",! ~],1,1.0 +0125,0125,02,symb,two_rule_comb0,39.0,"['<', '$']",< $],1,1.0 +0125,0125,02,symb,two_rule_comb0,40.0,"['<', '~']",< ~],1,1.0 +0125,0125,02,symb,two_rule_comb0,41.0,"['&', '*']",& *],1,1.0 +0125,0125,02,symb,two_rule_comb0,42.0,"['&', '>']",& >,1,1.0 +0125,0125,02,symb,two_rule_comb0,43.0,"[':', '%']",:] %],0,1.0 +0125,0125,02,symb,two_rule_comb0,44.0,"['!', '*']",! *,1,1.0 +0125,0125,02,symb,two_rule_comb0,45.0,"['>', '(']",> (],1,1.0 +0125,0125,02,symb,two_rule_comb0,46.0,"['$', '~']",$ ~],1,1.0 +0125,0125,02,symb,two_rule_comb0,47.0,"['(', '*']",( *],1,1.0 +0125,0125,02,symb,two_rule_comb0,48.0,"['~', '(']",~ (],1,1.0 +0125,0125,02,symb,two_rule_comb0,49.0,"[':', '$']",: $],1,1.0 +0125,0125,02,symb,two_rule_comb0,50.0,"['*', '%']",* %],1,1.0 +0125,0125,02,symb,two_rule_comb0,51.0,"['>', '<']",> <],1,1.0 +0125,0125,02,symb,two_rule_comb0,52.0,"['*', '!']",* !],1,1.0 +0125,0125,02,symb,two_rule_comb0,53.0,"['!', '<']",! <],1,1.0 +0125,0125,02,symb,two_rule_comb0,54.0,"['%', '>']",% >,1,1.0 +0125,0125,02,symb,two_rule_comb0,55.0,"['&', '~']",& ~],1,1.0 +0125,0125,02,symb,two_rule_comb0,56.0,"['>', '&']",> &],1,1.0 +0125,0125,02,symb,two_rule_comb0,57.0,"['~', ':']",~ :],1,1.0 +0125,0125,02,symb,two_rule_comb0,58.0,"[':', '%']",:] %],0,1.0 +0125,0125,02,symb,two_rule_comb0,59.0,"['!', '%']",! %],1,1.0 +0125,0125,02,symb,two_rule_comb0,60.0,"['!', '%']",! %],1,1.0 +0125,0125,02,symb,two_rule_comb0,61.0,"['*', '!']",* !,1,1.0 +0125,0125,02,symb,two_rule_comb0,62.0,"['~', '!']",~ !],1,1.0 +0125,0125,02,symb,two_rule_comb0,63.0,"['%', ':']",% :],1,1.0 +0125,0125,02,symb,two_rule_comb0,64.0,"['$', '>']",$ >],1,1.0 +0125,0125,02,symb,two_rule_comb0,65.0,"['<', '(']",< (],1,1.0 +0125,0125,02,symb,two_rule_comb0,66.0,"['*', '~']",* ~],1,1.0 +0125,0125,02,symb,two_rule_comb0,67.0,"['%', ':']",% :],1,1.0 +0125,0125,02,symb,two_rule_comb0,68.0,"[':', '%']",:] %,0,1.0 +0125,0125,02,symb,two_rule_comb0,69.0,"['~', '&']",~ &],1,1.0 +0125,0125,02,symb,two_rule_comb0,70.0,"['(', '~']",( ~],1,1.0 +0125,0125,02,symb,two_rule_comb0,71.0,"['$', '%']",$ %,1,1.0 +0125,0125,02,symb,two_rule_comb0,72.0,"['!', '*']",! *,1,1.0 +0125,0125,02,symb,two_rule_comb0,73.0,"['!', '<']",! <],1,1.0 +0125,0125,02,symb,two_rule_comb0,74.0,"['%', '<']",% <],1,1.0 +0125,0125,02,symb,two_rule_comb0,75.0,"['>', '%']",> %],1,1.0 +0125,0125,02,symb,two_rule_comb0,76.0,"['&', '$']",& $],1,1.0 +0125,0125,02,symb,two_rule_comb0,77.0,"['&', '>']",& >],1,1.0 +0125,0125,02,symb,two_rule_comb0,78.0,"['%', '&']",% &],1,1.0 +0125,0125,02,symb,two_rule_comb0,79.0,"['>', '>']",> >],1,1.0 +0125,0125,02,symb,two_rule_comb0,80.0,"['*', '<']",* <],1,1.0 +0125,0125,02,symb,two_rule_comb0,81.0,"['!', '<']",!],0,1.0 +0125,0125,02,symb,two_rule_comb0,82.0,"['>', '>']",> >],1,1.0 +0125,0125,02,symb,two_rule_comb0,83.0,"['>', '%']",> %,1,1.0 +0125,0125,02,symb,two_rule_comb0,84.0,"['!', '&']",! &],1,1.0 +0125,0125,02,symb,two_rule_comb0,85.0,"['%', ':']",% :],1,1.0 +0125,0125,02,symb,two_rule_comb0,86.0,"['!', '%']",! %],1,1.0 +0125,0125,02,symb,two_rule_comb0,87.0,"['&', '<']",& <,1,1.0 +0125,0125,02,symb,two_rule_comb0,88.0,"[':', '%']",: %],1,1.0 +0125,0125,02,symb,two_rule_comb0,89.0,"['*', '>']",* >],1,1.0 +0125,0125,02,symb,two_rule_comb0,90.0,"[':', '<']",: <],1,1.0 +0125,0125,02,symb,two_rule_comb0,91.0,"['!', '&']",!],0,1.0 +0125,0125,02,symb,two_rule_comb0,92.0,"['!', ':']",! :],1,1.0 +0125,0125,02,symb,two_rule_comb0,93.0,"['!', '$']",! $],1,1.0 +0125,0125,02,symb,two_rule_comb0,94.0,"['*', '*']",* *],1,1.0 +0125,0125,02,symb,two_rule_comb0,95.0,"[':', '!']",: !],1,1.0 +0125,0125,02,symb,two_rule_comb0,96.0,"['&', '<']",& <],1,1.0 +0125,0125,02,symb,two_rule_comb0,97.0,"['$', '(']",$ (,1,1.0 +0125,0125,02,symb,two_rule_comb0,98.0,"['<', '(']",< (],1,1.0 +0125,0125,02,symb,two_rule_comb0,99.0,"['!', '&']",! &],1,1.0 +0125,0125,02,symb,two_rule_comb1,0.0,"['&', '*']",& *,1,1.0 +0125,0125,02,symb,two_rule_comb1,1.0,"[':', '$']",: $],1,1.0 +0125,0125,02,symb,two_rule_comb1,2.0,"['*', '~']",* ~],1,1.0 +0125,0125,02,symb,two_rule_comb1,3.0,"['!', '(']",! (],1,1.0 +0125,0125,02,symb,two_rule_comb1,4.0,"['*', '>']",* >,1,1.0 +0125,0125,02,symb,two_rule_comb1,5.0,"['(', '%']",( %],1,1.0 +0125,0125,02,symb,two_rule_comb1,6.0,"['>', '(']",> (],1,1.0 +0125,0125,02,symb,two_rule_comb1,7.0,"['&', '&']",& <,0,1.0 +0125,0125,02,symb,two_rule_comb1,8.0,"['>', '$']",> $],1,1.0 +0125,0125,02,symb,two_rule_comb1,9.0,"['!', '&']",! &],1,1.0 +0125,0125,02,symb,two_rule_comb1,10.0,"['!', '>']",! %],0,1.0 +0125,0125,02,symb,two_rule_comb1,11.0,"['%', '*']",% *],1,1.0 +0125,0125,02,symb,two_rule_comb1,12.0,"['~', '>']",~ >],1,1.0 +0125,0125,02,symb,two_rule_comb1,13.0,"[':', '*']",: *],1,1.0 +0125,0125,02,symb,two_rule_comb1,14.0,"['>', '(']",> (],1,1.0 +0125,0125,02,symb,two_rule_comb1,15.0,"['&', '!']",& !],1,1.0 +0125,0125,02,symb,two_rule_comb1,16.0,"['>', '!']",> !],1,1.0 +0125,0125,02,symb,two_rule_comb1,17.0,"['>', '>']",> >],1,1.0 +0125,0125,02,symb,two_rule_comb1,18.0,"['&', ':']",% :],0,1.0 +0125,0125,02,symb,two_rule_comb1,19.0,"['&', '$']",& $],1,1.0 +0125,0125,02,symb,two_rule_comb1,20.0,"['(', '$']",(% $],0,1.0 +0125,0125,02,symb,two_rule_comb1,21.0,"['*', '!']",* !],1,1.0 +0125,0125,02,symb,two_rule_comb1,22.0,"['~', '>']",~ >],1,1.0 +0125,0125,02,symb,two_rule_comb1,23.0,"['*', '<']",* <],1,1.0 +0125,0125,02,symb,two_rule_comb1,24.0,"['!', '&']",! &,1,1.0 +0125,0125,02,symb,two_rule_comb1,25.0,"['~', '<']",~ <],1,1.0 +0125,0125,02,symb,two_rule_comb1,26.0,"[':', '&']",: &],1,1.0 +0125,0125,02,symb,two_rule_comb1,27.0,"['~', ':']",~ :],1,1.0 +0125,0125,02,symb,two_rule_comb1,28.0,"['<', '(']",< (],1,1.0 +0125,0125,02,symb,two_rule_comb1,29.0,"['%', '(']",% (],1,1.0 +0125,0125,02,symb,two_rule_comb1,30.0,"['(', '$']",( $],1,1.0 +0125,0125,02,symb,two_rule_comb1,31.0,"['~', '*']",~ *],1,1.0 +0125,0125,02,symb,two_rule_comb1,32.0,"['&', '>']",& >],1,1.0 +0125,0125,02,symb,two_rule_comb1,33.0,"['!', '%']",! %],1,1.0 +0125,0125,02,symb,two_rule_comb1,34.0,"['&', '*']",& *],1,1.0 +0125,0125,02,symb,two_rule_comb1,35.0,"['(', '&']",( &],1,1.0 +0125,0125,02,symb,two_rule_comb1,36.0,"['~', '~']",~ ~],1,1.0 +0125,0125,02,symb,two_rule_comb1,37.0,"['~', '*']",~ *],1,1.0 +0125,0125,02,symb,two_rule_comb1,38.0,"['!', '*']",! *],1,1.0 +0125,0125,02,symb,two_rule_comb1,39.0,"['$', '$']",$ <],0,1.0 +0125,0125,02,symb,two_rule_comb1,40.0,"['<', '$']",$ >],0,1.0 +0125,0125,02,symb,two_rule_comb1,41.0,"['%', '*']",% *],1,1.0 +0125,0125,02,symb,two_rule_comb1,42.0,"['!', '*']",! *],1,1.0 +0125,0125,02,symb,two_rule_comb1,43.0,"['*', '*']",* :],0,1.0 +0125,0125,02,symb,two_rule_comb1,44.0,"[':', '&']",: &],1,1.0 +0125,0125,02,symb,two_rule_comb1,45.0,"['>', '!']",> !],1,1.0 +0125,0125,02,symb,two_rule_comb1,46.0,"['&', '<']",& <],1,1.0 +0125,0125,02,symb,two_rule_comb1,47.0,"['%', '<']",% <],1,1.0 +0125,0125,02,symb,two_rule_comb1,48.0,"['!', '<']",! <],1,1.0 +0125,0125,02,symb,two_rule_comb1,49.0,"['(', '>']",( >],1,1.0 +0125,0125,02,symb,two_rule_comb1,50.0,"['!', '$']",! $],1,1.0 +0125,0125,02,symb,two_rule_comb1,51.0,"['!', '(']",! (],1,1.0 +0125,0125,02,symb,two_rule_comb1,52.0,"[':', '$']",: $],1,1.0 +0125,0125,02,symb,two_rule_comb1,53.0,"['$', '<']",$ <],1,1.0 +0125,0125,02,symb,two_rule_comb1,54.0,"['%', ':']",% :],1,1.0 +0125,0125,02,symb,two_rule_comb1,55.0,"['~', '*']",~ *],1,1.0 +0125,0125,02,symb,two_rule_comb1,56.0,"['>', '%']",> %,1,1.0 +0125,0125,02,symb,two_rule_comb1,57.0,"['~', '~']",~ ~],1,1.0 +0125,0125,02,symb,two_rule_comb1,58.0,"['~', '!']",~ !],1,1.0 +0125,0125,02,symb,two_rule_comb1,59.0,"['(', '<']",( <],1,1.0 +0125,0125,02,symb,two_rule_comb1,60.0,"['~', '~']",> ~],0,1.0 +0125,0125,02,symb,two_rule_comb1,61.0,"[':', '(']",: (],1,1.0 +0125,0125,02,symb,two_rule_comb1,62.0,"['~', '(']",~ (],1,1.0 +0125,0125,02,symb,two_rule_comb1,63.0,"['*', '&']",* &],1,1.0 +0125,0125,02,symb,two_rule_comb1,64.0,"[':', '&']",: :],0,1.0 +0125,0125,02,symb,two_rule_comb1,65.0,"['!', '!']",% !],0,1.0 +0125,0125,02,symb,two_rule_comb1,66.0,"['<', '$']",< $],1,1.0 +0125,0125,02,symb,two_rule_comb1,67.0,"['(', '$']",$ $],0,1.0 +0125,0125,02,symb,two_rule_comb1,68.0,"['>', '>']",> >],1,1.0 +0125,0125,02,symb,two_rule_comb1,69.0,"['<', '*']",< *],1,1.0 +0125,0125,02,symb,two_rule_comb1,70.0,"['%', '&']",% :],0,1.0 +0125,0125,02,symb,two_rule_comb1,71.0,"['(', ':']",( :],1,1.0 +0125,0125,02,symb,two_rule_comb1,72.0,"[':', '!']",: !],1,1.0 +0125,0125,02,symb,two_rule_comb1,73.0,"['<', '~']",$ <],0,1.0 +0125,0125,02,symb,two_rule_comb1,74.0,"['!', ':']",! :],1,1.0 +0125,0125,02,symb,two_rule_comb1,75.0,"['>', '$']",> $],1,1.0 +0125,0125,02,symb,two_rule_comb1,76.0,"['!', '*']",! *,1,1.0 +0125,0125,02,symb,two_rule_comb1,77.0,"['>', '<']",< >,0,1.0 +0125,0125,02,symb,two_rule_comb1,78.0,"['<', '<']",< &],0,1.0 +0125,0125,02,symb,two_rule_comb1,79.0,"['~', ':']",~ :],1,1.0 +0125,0125,02,symb,two_rule_comb1,80.0,"['~', ':']",~ :],1,1.0 +0125,0125,02,symb,two_rule_comb1,81.0,"['%', '~']",% ~],1,1.0 +0125,0125,02,symb,two_rule_comb1,82.0,"['<', '%']",< %],1,1.0 +0125,0125,02,symb,two_rule_comb1,83.0,"['&', '*']",& *],1,1.0 +0125,0125,02,symb,two_rule_comb1,84.0,"['>', '>']",> !],0,1.0 +0125,0125,02,symb,two_rule_comb1,85.0,"['<', '(']",< (,1,1.0 +0125,0125,02,symb,two_rule_comb1,86.0,"['&', '>']",& >],1,1.0 +0125,0125,02,symb,two_rule_comb1,87.0,"['&', '(']",& (],1,1.0 +0125,0125,02,symb,two_rule_comb1,88.0,"['&', '&']",:& >],0,1.0 +0125,0125,02,symb,two_rule_comb1,89.0,"['~', '$']",~ ~],0,1.0 +0125,0125,02,symb,two_rule_comb1,90.0,"['*', '>']",* >,1,1.0 +0125,0125,02,symb,two_rule_comb1,91.0,"['(', '(']",% (],0,1.0 +0125,0125,02,symb,two_rule_comb1,92.0,"['&', '*']",& *],1,1.0 +0125,0125,02,symb,two_rule_comb1,93.0,"['%', '%']",% &],0,1.0 +0125,0125,02,symb,two_rule_comb1,94.0,"['>', '(']",> (],1,1.0 +0125,0125,02,symb,two_rule_comb1,95.0,"['&', '<']",& <],1,1.0 +0125,0125,02,symb,two_rule_comb1,96.0,"['>', '&']",> &],1,1.0 +0125,0125,02,symb,two_rule_comb1,97.0,"['!', '$']",! $],1,1.0 +0125,0125,02,symb,two_rule_comb1,98.0,"['>', '~']",: ~],0,1.0 +0125,0125,02,symb,two_rule_comb1,99.0,"['*', '&']",* &],1,1.0 +0125,0125,02,symb,two_rule_comb2,0.0,"['&', '%']",# %],0,1.0 +0125,0125,02,symb,two_rule_comb2,1.0,"['%', '>']",: >],0,1.0 +0125,0125,02,symb,two_rule_comb2,2.0,"['~', '<']",~ *],0,1.0 +0125,0125,02,symb,two_rule_comb2,3.0,"['&', '<']",> <],0,1.0 +0125,0125,02,symb,two_rule_comb2,4.0,"['>', '*']",! *],0,1.0 +0125,0125,02,symb,two_rule_comb2,5.0,"['*', '~']",* !],0,1.0 +0125,0125,02,symb,two_rule_comb2,6.0,"['(', ':']",( <],0,1.0 +0125,0125,02,symb,two_rule_comb2,7.0,"['!', '*']",! ~],0,1.0 +0125,0125,02,symb,two_rule_comb2,8.0,"['$', '$']",< $],0,1.0 +0125,0125,02,symb,two_rule_comb2,9.0,"['~', '<']",~ $],0,1.0 +0125,0125,02,symb,two_rule_comb2,10.0,"[':', ':']",< :],0,1.0 +0125,0125,02,symb,two_rule_comb2,11.0,"['$', '<']",& <],0,1.0 +0125,0125,02,symb,two_rule_comb2,12.0,"['<', '(']",< >,0,1.0 +0125,0125,02,symb,two_rule_comb2,13.0,"['(', '~']",: ~],0,1.0 +0125,0125,02,symb,two_rule_comb2,14.0,"['*', '!']",< !],0,1.0 +0125,0125,02,symb,two_rule_comb2,15.0,"[':', '<']",: %],0,1.0 +0125,0125,02,symb,two_rule_comb2,16.0,"['(', '$']",( &],0,1.0 +0125,0125,02,symb,two_rule_comb2,17.0,"['$', '(']",< (],0,1.0 +0125,0125,02,symb,two_rule_comb2,18.0,"['%', '%']",% :],0,1.0 +0125,0125,02,symb,two_rule_comb2,19.0,"['<', '(']",! :],0,1.0 +0125,0125,02,symb,two_rule_comb2,20.0,"['(', '<']",: <],0,1.0 +0125,0125,02,symb,two_rule_comb2,21.0,"['%', '~']",# ~],0,1.0 +0125,0125,02,symb,two_rule_comb2,22.0,"['&', '<']",& :],0,1.0 +0125,0125,02,symb,two_rule_comb2,23.0,"['<', '$']",< ~],0,1.0 +0125,0125,02,symb,two_rule_comb2,24.0,"['<', '!']",* !,0,1.0 +0125,0125,02,symb,two_rule_comb2,25.0,"['%', '~']",% *,0,1.0 +0125,0125,02,symb,two_rule_comb2,26.0,"[':', '>']",* >],0,1.0 +0125,0125,02,symb,two_rule_comb2,27.0,"['~', '&']",~ <],0,1.0 +0125,0125,02,symb,two_rule_comb2,28.0,"['$', '&']",$ >,0,1.0 +0125,0125,02,symb,two_rule_comb2,29.0,"['%', '(']",% :],0,1.0 +0125,0125,02,symb,two_rule_comb2,30.0,"['!', '*']",! :],0,1.0 +0125,0125,02,symb,two_rule_comb2,31.0,"['~', '<']",~ *],0,1.0 +0125,0125,02,symb,two_rule_comb2,32.0,"['&', '*']",& <],0,1.0 +0125,0125,02,symb,two_rule_comb2,33.0,"['<', '~']",< *],0,1.0 +0125,0125,02,symb,two_rule_comb2,34.0,"['<', '&']",< >],0,1.0 +0125,0125,02,symb,two_rule_comb2,35.0,"['>', '~']",:],0,1.0 +0125,0125,02,symb,two_rule_comb2,36.0,"[':', '%']",% %],0,1.0 +0125,0125,02,symb,two_rule_comb2,37.0,"['$', '~']",< ~],0,1.0 +0125,0125,02,symb,two_rule_comb2,38.0,"['(', '*']",% *],0,1.0 +0125,0125,02,symb,two_rule_comb2,39.0,"['*', '&']",* <],0,1.0 +0125,0125,02,symb,two_rule_comb2,40.0,"[':', '!']",% !],0,1.0 +0125,0125,02,symb,two_rule_comb2,41.0,"['$', '~']",$ *],0,1.0 +0125,0125,02,symb,two_rule_comb2,42.0,"['~', '<']",* <],0,1.0 +0125,0125,02,symb,two_rule_comb2,43.0,"[':', '$']",: ?],0,1.0 +0125,0125,02,symb,two_rule_comb2,44.0,"['(', '!']",( >],0,1.0 +0125,0125,02,symb,two_rule_comb2,45.0,"['>', '&']",> %],0,1.0 +0125,0125,02,symb,two_rule_comb2,46.0,"['%', ':']",% *],0,1.0 +0125,0125,02,symb,two_rule_comb2,47.0,"['!', '>']",> >],0,1.0 +0125,0125,02,symb,two_rule_comb2,48.0,"['>', '<']",> &],0,1.0 +0125,0125,02,symb,two_rule_comb2,49.0,"['<', '!']",: !],0,1.0 +0125,0125,02,symb,two_rule_comb2,50.0,"['~', '(']",~ >],0,1.0 +0125,0125,02,symb,two_rule_comb2,51.0,"['$', '!']",< !],0,1.0 +0125,0125,02,symb,two_rule_comb2,52.0,"['&', '&']",& ?],0,1.0 +0125,0125,02,symb,two_rule_comb2,53.0,"['%', '$']",% ~],0,1.0 +0125,0125,02,symb,two_rule_comb2,54.0,"['~', ':']",! :],0,1.0 +0125,0125,02,symb,two_rule_comb2,55.0,"['~', '!']",{ !],0,1.0 +0125,0125,02,symb,two_rule_comb2,56.0,"[':', '<']",% <],0,1.0 +0125,0125,02,symb,two_rule_comb2,57.0,"['$', '~']",$ *],0,1.0 +0125,0125,02,symb,two_rule_comb2,58.0,"['<', '%']",: %],0,1.0 +0125,0125,02,symb,two_rule_comb2,59.0,"['%', '<']",% *,0,1.0 +0125,0125,02,symb,two_rule_comb2,60.0,"['*', '%']",% %],0,1.0 +0125,0125,02,symb,two_rule_comb2,61.0,"['%', '*']",% *],1,1.0 +0125,0125,02,symb,two_rule_comb2,62.0,"['<', '&']",< $],0,1.0 +0125,0125,02,symb,two_rule_comb2,63.0,"[':', '*']",< *],0,1.0 +0125,0125,02,symb,two_rule_comb2,64.0,"[':', '>']",( >,0,1.0 +0125,0125,02,symb,two_rule_comb2,65.0,"['$', '&']",$ >],0,1.0 +0125,0125,02,symb,two_rule_comb2,66.0,"['<', '$']",: $],0,1.0 +0125,0125,02,symb,two_rule_comb2,67.0,"['$', '%']",% %],0,1.0 +0125,0125,02,symb,two_rule_comb2,68.0,"['%', '$']",% !],0,1.0 +0125,0125,02,symb,two_rule_comb2,69.0,"['%', '%']",% :],0,1.0 +0125,0125,02,symb,two_rule_comb2,70.0,"['<', ':']",* :],0,1.0 +0125,0125,02,symb,two_rule_comb2,71.0,"['$', ':']",$ %],0,1.0 +0125,0125,02,symb,two_rule_comb2,72.0,"['&', '&']",& >],0,1.0 +0125,0125,02,symb,two_rule_comb2,73.0,"['(', '!']",% %],0,1.0 +0125,0125,02,symb,two_rule_comb2,74.0,"[':', '*']",: ~],0,1.0 +0125,0125,02,symb,two_rule_comb2,75.0,"['%', '*']",: *],0,1.0 +0125,0125,02,symb,two_rule_comb2,76.0,"['<', '>']",> >,0,1.0 +0125,0125,02,symb,two_rule_comb2,77.0,"[':', ':']",: <],0,1.0 +0125,0125,02,symb,two_rule_comb2,78.0,"['~', '~']",~ ~],1,1.0 +0125,0125,02,symb,two_rule_comb2,79.0,"[':', '%']",% %],0,1.0 +0125,0125,02,symb,two_rule_comb2,80.0,"['*', '*']",* ~],0,1.0 +0125,0125,02,symb,two_rule_comb2,81.0,"['%', ':']",: %],0,1.0 +0125,0125,02,symb,two_rule_comb2,82.0,"['>', '<']",% <],0,1.0 +0125,0125,02,symb,two_rule_comb2,83.0,"[':', '(']",: >],0,1.0 +0125,0125,02,symb,two_rule_comb2,84.0,"['<', '*']",$ *],0,1.0 +0125,0125,02,symb,two_rule_comb2,85.0,"[':', '%']",: %],1,1.0 +0125,0125,02,symb,two_rule_comb2,86.0,"['<', '%']",< !],0,1.0 +0125,0125,02,symb,two_rule_comb2,87.0,"['%', '!']",: !],0,1.0 +0125,0125,02,symb,two_rule_comb2,88.0,"['>', '&']",! &],0,1.0 +0125,0125,02,symb,two_rule_comb2,89.0,"['~', '%']",~ #],0,1.0 +0125,0125,02,symb,two_rule_comb2,90.0,"[':', '<']",% <],0,1.0 +0125,0125,02,symb,two_rule_comb2,91.0,"['$', '<']",< <],0,1.0 +0125,0125,02,symb,two_rule_comb2,92.0,"['%', '<']",! <],0,1.0 +0125,0125,02,symb,two_rule_comb2,93.0,"['>', '>']",! >],0,1.0 +0125,0125,02,symb,two_rule_comb2,94.0,"['>', '%']",! %],0,1.0 +0125,0125,02,symb,two_rule_comb2,95.0,"['&', '%']",% %],0,1.0 +0125,0125,02,symb,two_rule_comb2,96.0,"['*', '%']",~ %],0,1.0 +0125,0125,02,symb,two_rule_comb2,97.0,"['<', '&']",< (],0,1.0 +0125,0125,02,symb,two_rule_comb2,98.0,"['~', '(']",~ >],0,1.0 +0125,0125,02,symb,two_rule_comb2,99.0,"['*', '>']",* !],0,1.0 +0125,0125,02,symb,two_rule_comb3,0.0,"['$', '&']",$ &],1,1.0 +0125,0125,02,symb,two_rule_comb3,1.0,"['$', '%']",$ %],1,1.0 +0125,0125,02,symb,two_rule_comb3,2.0,"['(', ':']",( :],1,1.0 +0125,0125,02,symb,two_rule_comb3,3.0,"['&', ':']",& :],1,1.0 +0125,0125,02,symb,two_rule_comb3,4.0,"['<', '>']",< >],1,1.0 +0125,0125,02,symb,two_rule_comb3,5.0,"[':', '*']",: *],1,1.0 +0125,0125,02,symb,two_rule_comb3,6.0,"['$', '*']",$ *,1,1.0 +0125,0125,02,symb,two_rule_comb3,7.0,"['~', '&']",~ &],1,1.0 +0125,0125,02,symb,two_rule_comb3,8.0,"['$', ':']",$ :],1,1.0 +0125,0125,02,symb,two_rule_comb3,9.0,"['(', '<']",( <],1,1.0 +0125,0125,02,symb,two_rule_comb3,10.0,"['%', '(']",% !],0,1.0 +0125,0125,02,symb,two_rule_comb3,11.0,"[':', '~']",: ~],1,1.0 +0125,0125,02,symb,two_rule_comb3,12.0,"[':', '!']",: !],1,1.0 +0125,0125,02,symb,two_rule_comb3,13.0,"['<', '$']",< $,1,1.0 +0125,0125,02,symb,two_rule_comb3,14.0,"['~', '(']",~ (],1,1.0 +0125,0125,02,symb,two_rule_comb3,15.0,"['<', '!']",! <],0,1.0 +0125,0125,02,symb,two_rule_comb3,16.0,"['%', '<']",% <],1,1.0 +0125,0125,02,symb,two_rule_comb3,17.0,"['<', '<']",< <],1,1.0 +0125,0125,02,symb,two_rule_comb3,18.0,"['>', '%']",% >],0,1.0 +0125,0125,02,symb,two_rule_comb3,19.0,"['<', '~']",< ~],1,1.0 +0125,0125,02,symb,two_rule_comb3,20.0,"['~', '(']",~ (],1,1.0 +0125,0125,02,symb,two_rule_comb3,21.0,"['%', '~']",% ~],1,1.0 +0125,0125,02,symb,two_rule_comb3,22.0,"['>', '%']",> %],1,1.0 +0125,0125,02,symb,two_rule_comb3,23.0,"['~', ':']",~ :],1,1.0 +0125,0125,02,symb,two_rule_comb3,24.0,"[':', '!']",: !],1,1.0 +0125,0125,02,symb,two_rule_comb3,25.0,"['&', '>']",& >],1,1.0 +0125,0125,02,symb,two_rule_comb3,26.0,"['&', '*']",& *,1,1.0 +0125,0125,02,symb,two_rule_comb3,27.0,"['(', '~']",( ~],1,1.0 +0125,0125,02,symb,two_rule_comb3,28.0,"['&', '*']",* &],0,1.0 +0125,0125,02,symb,two_rule_comb3,29.0,"['%', '*']",% *],1,1.0 +0125,0125,02,symb,two_rule_comb3,30.0,"['*', '(']",* (],1,1.0 +0125,0125,02,symb,two_rule_comb3,31.0,"['<', '<']",< %],0,1.0 +0125,0125,02,symb,two_rule_comb3,32.0,"['$', '~']",$ ~],1,1.0 +0125,0125,02,symb,two_rule_comb3,33.0,"['$', '%']",% ~],0,1.0 +0125,0125,02,symb,two_rule_comb3,34.0,"['!', '(']",! !],0,1.0 +0125,0125,02,symb,two_rule_comb3,35.0,"['%', '&']",% &],1,1.0 +0125,0125,02,symb,two_rule_comb3,36.0,"['~', '!']",~ !],1,1.0 +0125,0125,02,symb,two_rule_comb3,37.0,"['!', '*']",! *,1,1.0 +0125,0125,02,symb,two_rule_comb3,38.0,"['*', '&']",* &,1,1.0 +0125,0125,02,symb,two_rule_comb3,39.0,"['&', '!']",& !],1,1.0 +0125,0125,02,symb,two_rule_comb3,40.0,"['$', '&']",$ &],1,1.0 +0125,0125,02,symb,two_rule_comb3,41.0,"['(', '(']",( (],1,1.0 +0125,0125,02,symb,two_rule_comb3,42.0,"['$', ':']",$ :],1,1.0 +0125,0125,02,symb,two_rule_comb3,43.0,"['!', '*']",! *],1,1.0 +0125,0125,02,symb,two_rule_comb3,44.0,"['%', ':']",% :],1,1.0 +0125,0125,02,symb,two_rule_comb3,45.0,"['<', '*']",* <],0,1.0 +0125,0125,02,symb,two_rule_comb3,46.0,"['*', '!']",* !,1,1.0 +0125,0125,02,symb,two_rule_comb3,47.0,"['*', '(']",* (],1,1.0 +0125,0125,02,symb,two_rule_comb3,48.0,"['<', '&']",<&],1,1.0 +0125,0125,02,symb,two_rule_comb3,49.0,"['<', '*']",< *],1,1.0 +0125,0125,02,symb,two_rule_comb3,50.0,"['~', '$']",~ $],1,1.0 +0125,0125,02,symb,two_rule_comb3,51.0,"['~', '~']",& ~],0,1.0 +0125,0125,02,symb,two_rule_comb3,52.0,"['~', '!']",~ !],1,1.0 +0125,0125,02,symb,two_rule_comb3,53.0,"['(', '*']",( *],1,1.0 +0125,0125,02,symb,two_rule_comb3,54.0,"['$', '$']",$ >],0,1.0 +0125,0125,02,symb,two_rule_comb3,55.0,"['*', '~']",* ~],1,1.0 +0125,0125,02,symb,two_rule_comb3,56.0,"['!', '%']",! %],1,1.0 +0125,0125,02,symb,two_rule_comb3,57.0,"[':', '~']",: ~],1,1.0 +0125,0125,02,symb,two_rule_comb3,58.0,"['>', ':']",> :],1,1.0 +0125,0125,02,symb,two_rule_comb3,59.0,"['!', '*']",! *],1,1.0 +0125,0125,02,symb,two_rule_comb3,60.0,"[':', '&']",: &],1,1.0 +0125,0125,02,symb,two_rule_comb3,61.0,"['!', '>']",! >],1,1.0 +0125,0125,02,symb,two_rule_comb3,62.0,"['$', '~']",$ ~],1,1.0 +0125,0125,02,symb,two_rule_comb3,63.0,"['$', '&']",$ &],1,1.0 +0125,0125,02,symb,two_rule_comb3,64.0,"['&', '&']",$ %,0,1.0 +0125,0125,02,symb,two_rule_comb3,65.0,"['$', '>']",$ >],1,1.0 +0125,0125,02,symb,two_rule_comb3,66.0,"[':', '>']",: >],1,1.0 +0125,0125,02,symb,two_rule_comb3,67.0,"['$', '*']",$ *],1,1.0 +0125,0125,02,symb,two_rule_comb3,68.0,"[':', '*']",: *],1,1.0 +0125,0125,02,symb,two_rule_comb3,69.0,"['&', '!']",& !],1,1.0 +0125,0125,02,symb,two_rule_comb3,70.0,"['(', '>']",( >],1,1.0 +0125,0125,02,symb,two_rule_comb3,71.0,"['>', '*']",> *],1,1.0 +0125,0125,02,symb,two_rule_comb3,72.0,"['%', '*']",% *,1,1.0 +0125,0125,02,symb,two_rule_comb3,73.0,"['~', '&']",~ &],1,1.0 +0125,0125,02,symb,two_rule_comb3,74.0,"['!', '!']",! !],1,1.0 +0125,0125,02,symb,two_rule_comb3,75.0,"[':', '(']",: (],1,1.0 +0125,0125,02,symb,two_rule_comb3,76.0,"['>', '%']",> %],1,1.0 +0125,0125,02,symb,two_rule_comb3,77.0,"['%', ':']",% :],1,1.0 +0125,0125,02,symb,two_rule_comb3,78.0,"[':', '!']",: !],1,1.0 +0125,0125,02,symb,two_rule_comb3,79.0,"['(', '*']",( *],1,1.0 +0125,0125,02,symb,two_rule_comb3,80.0,"['&', '%']",& %],1,1.0 +0125,0125,02,symb,two_rule_comb3,81.0,"['!', '%']",! %],1,1.0 +0125,0125,02,symb,two_rule_comb3,82.0,"['&', '(']",& (],1,1.0 +0125,0125,02,symb,two_rule_comb3,83.0,"['%', '(']",% (],1,1.0 +0125,0125,02,symb,two_rule_comb3,84.0,"['&', '(']",& (,1,1.0 +0125,0125,02,symb,two_rule_comb3,85.0,"['~', '$']",$ ~,0,1.0 +0125,0125,02,symb,two_rule_comb3,86.0,"['!', ':']",: !],0,1.0 +0125,0125,02,symb,two_rule_comb3,87.0,"['$', '<']",< &],0,1.0 +0125,0125,02,symb,two_rule_comb3,88.0,"['~', '*']",~ *],1,1.0 +0125,0125,02,symb,two_rule_comb3,89.0,"['*', '&']",& *],0,1.0 +0125,0125,02,symb,two_rule_comb3,90.0,"['!', '~']",$ ~,0,1.0 +0125,0125,02,symb,two_rule_comb3,91.0,"['<', '(']",< :],0,1.0 +0125,0125,02,symb,two_rule_comb3,92.0,"['*', '<']",* <],1,1.0 +0125,0125,02,symb,two_rule_comb3,93.0,"['*', '~']",* ~],1,1.0 +0125,0125,02,symb,two_rule_comb3,94.0,"['~', '*']",~ *],1,1.0 +0125,0125,02,symb,two_rule_comb3,95.0,"['>', ':']",> :],1,1.0 +0125,0125,02,symb,two_rule_comb3,96.0,"['<', ':']",< :],1,1.0 +0125,0125,02,symb,two_rule_comb3,97.0,"[':', '$']",: $],1,1.0 +0125,0125,02,symb,two_rule_comb3,98.0,"['&', '!']",& !],1,1.0 +0125,0125,02,symb,two_rule_comb3,99.0,"['(', '$']",( $],1,1.0 +0125,0125,02,symb,two_rule_comb4,0.0,"['&', '~']",$ >,0,1.0 +0125,0125,02,symb,two_rule_comb4,1.0,"['<', '>']",& (],0,1.0 +0125,0125,02,symb,two_rule_comb4,2.0,"['(', '!']",& %,0,1.0 +0125,0125,02,symb,two_rule_comb4,3.0,"['!', '&']",! (],0,1.0 +0125,0125,02,symb,two_rule_comb4,4.0,"['&', '(']",< :],0,1.0 +0125,0125,02,symb,two_rule_comb4,5.0,"['$', '&']",$ ),0,1.0 +0125,0125,02,symb,two_rule_comb4,6.0,"['&', '!']",% <],0,1.0 +0125,0125,02,symb,two_rule_comb4,7.0,"['!', '(']",! <],0,1.0 +0125,0125,02,symb,two_rule_comb4,8.0,"['~', '(']",< (],0,1.0 +0125,0125,02,symb,two_rule_comb4,9.0,"['*', '(']",~ >],0,1.0 +0125,0125,02,symb,two_rule_comb4,10.0,"[':', '<']",% <],0,1.0 +0125,0125,02,symb,two_rule_comb4,11.0,"['%', '&']",: <],0,1.0 +0125,0125,02,symb,two_rule_comb4,12.0,"['$', '(']",$ >],0,1.0 +0125,0125,02,symb,two_rule_comb4,13.0,"['$', '%']",$ *],0,1.0 +0125,0125,02,symb,two_rule_comb4,14.0,"['$', '*']",$ !],0,1.0 +0125,0125,02,symb,two_rule_comb4,15.0,"['~', '~']",~ !],0,1.0 +0125,0125,02,symb,two_rule_comb4,16.0,"['&', '%']",$ %,0,1.0 +0125,0125,02,symb,two_rule_comb4,17.0,"['<', '$']",< ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,18.0,"['>', '$']",& !],0,1.0 +0125,0125,02,symb,two_rule_comb4,19.0,"['*', '!']",$ ~,0,1.0 +0125,0125,02,symb,two_rule_comb4,20.0,"['$', '*']",& ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,21.0,"['(', '&']",: >,0,1.0 +0125,0125,02,symb,two_rule_comb4,22.0,"['(', '!']",: &],0,1.0 +0125,0125,02,symb,two_rule_comb4,23.0,"['&', '!']",$ ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,24.0,"['<', ':']",< *],0,1.0 +0125,0125,02,symb,two_rule_comb4,25.0,"['<', '!']",< ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,26.0,"['&', '&']",% &],0,1.0 +0125,0125,02,symb,two_rule_comb4,27.0,"[':', '(']",% >,0,1.0 +0125,0125,02,symb,two_rule_comb4,28.0,"['(', '*']",% *],0,1.0 +0125,0125,02,symb,two_rule_comb4,29.0,"['(', '&']",( *],0,1.0 +0125,0125,02,symb,two_rule_comb4,30.0,"['$', '~']",< %],0,1.0 +0125,0125,02,symb,two_rule_comb4,31.0,"['%', '>']",: <],0,1.0 +0125,0125,02,symb,two_rule_comb4,32.0,"['%', '%']",% !],0,1.0 +0125,0125,02,symb,two_rule_comb4,33.0,"['<', '%']",< ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,34.0,"[':', '~']",* ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,35.0,"['<', '>']",! ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,36.0,"['%', '(']",: $],0,1.0 +0125,0125,02,symb,two_rule_comb4,37.0,"['$', '(']",$ >],0,1.0 +0125,0125,02,symb,two_rule_comb4,38.0,"['>', '%']",& (],0,1.0 +0125,0125,02,symb,two_rule_comb4,39.0,"['%', '(']",* (],0,1.0 +0125,0125,02,symb,two_rule_comb4,40.0,"['>', '*']",> !],0,1.0 +0125,0125,02,symb,two_rule_comb4,41.0,"['!', '$']",> *],0,1.0 +0125,0125,02,symb,two_rule_comb4,42.0,"['<', '%']",< ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,43.0,"['$', '<']",% >,0,1.0 +0125,0125,02,symb,two_rule_comb4,44.0,"['<', '%']",< !],0,1.0 +0125,0125,02,symb,two_rule_comb4,45.0,"['&', '!']",& >,0,1.0 +0125,0125,02,symb,two_rule_comb4,46.0,"['&', '%']",$ *],0,1.0 +0125,0125,02,symb,two_rule_comb4,47.0,"['*', '(']",* <,0,1.0 +0125,0125,02,symb,two_rule_comb4,48.0,"['<', '(']",: (],0,1.0 +0125,0125,02,symb,two_rule_comb4,49.0,"['~', '!']",% *],0,1.0 +0125,0125,02,symb,two_rule_comb4,50.0,"['$', '(']",& :],0,1.0 +0125,0125,02,symb,two_rule_comb4,51.0,"['~', '<']",* :],0,1.0 +0125,0125,02,symb,two_rule_comb4,52.0,"[':', '~']",: <],0,1.0 +0125,0125,02,symb,two_rule_comb4,53.0,"['>', '*']",! ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,54.0,"['~', '(']",~ ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,55.0,"['>', '!']",( >,0,1.0 +0125,0125,02,symb,two_rule_comb4,56.0,"['>', '$']",$ $],0,1.0 +0125,0125,02,symb,two_rule_comb4,57.0,"[':', '&']",: *],0,1.0 +0125,0125,02,symb,two_rule_comb4,58.0,"['~', '&']",* <],0,1.0 +0125,0125,02,symb,two_rule_comb4,59.0,"[':', ':']",: *],0,1.0 +0125,0125,02,symb,two_rule_comb4,60.0,"['&', '<']",% <],0,1.0 +0125,0125,02,symb,two_rule_comb4,61.0,"[':', '<']",: :],0,1.0 +0125,0125,02,symb,two_rule_comb4,62.0,"['$', '!']",~ >],0,1.0 +0125,0125,02,symb,two_rule_comb4,63.0,"['%', '*']",! *],0,1.0 +0125,0125,02,symb,two_rule_comb4,64.0,"['%', '*']",: %],0,1.0 +0125,0125,02,symb,two_rule_comb4,65.0,"['*', '>']",* ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,66.0,"['*', '>']",* !],0,1.0 +0125,0125,02,symb,two_rule_comb4,67.0,"['~', '(']",~ &],0,1.0 +0125,0125,02,symb,two_rule_comb4,68.0,"['!', '>']",> :],0,1.0 +0125,0125,02,symb,two_rule_comb4,69.0,"['&', '<']",& :],0,1.0 +0125,0125,02,symb,two_rule_comb4,70.0,"['&', '&']",& >],0,1.0 +0125,0125,02,symb,two_rule_comb4,71.0,"['%', '&']",% >],0,1.0 +0125,0125,02,symb,two_rule_comb4,72.0,"['(', '$']",: :],0,1.0 +0125,0125,02,symb,two_rule_comb4,73.0,"['<', '!']",$ :],0,1.0 +0125,0125,02,symb,two_rule_comb4,74.0,"['%', '%']",% #],0,1.0 +0125,0125,02,symb,two_rule_comb4,75.0,"['!', '%']",! ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,76.0,"['&', '!']",: *],0,1.0 +0125,0125,02,symb,two_rule_comb4,77.0,"['!', '$']",$ <],0,1.0 +0125,0125,02,symb,two_rule_comb4,78.0,"['>', '<']",> *],0,1.0 +0125,0125,02,symb,two_rule_comb4,79.0,"['<', '~']",*: >],0,1.0 +0125,0125,02,symb,two_rule_comb4,80.0,"['(', '~']",( *],0,1.0 +0125,0125,02,symb,two_rule_comb4,81.0,"['(', ':']",:%],0,1.0 +0125,0125,02,symb,two_rule_comb4,82.0,"['!', '*']",> :],0,1.0 +0125,0125,02,symb,two_rule_comb4,83.0,"['%', '*']",! *],0,1.0 +0125,0125,02,symb,two_rule_comb4,84.0,"['>', '%']",~ %],0,1.0 +0125,0125,02,symb,two_rule_comb4,85.0,"['<', '&']",$ >],0,1.0 +0125,0125,02,symb,two_rule_comb4,86.0,"['>', ':']",> :],1,1.0 +0125,0125,02,symb,two_rule_comb4,87.0,"['%', '<']",! <],0,1.0 +0125,0125,02,symb,two_rule_comb4,88.0,"['>', '(']",* <],0,1.0 +0125,0125,02,symb,two_rule_comb4,89.0,"['$', '$']",< ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,90.0,"[':', '%']",: ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,91.0,"['*', '&']",~ &],0,1.0 +0125,0125,02,symb,two_rule_comb4,92.0,"['(', '<']",@ >,0,1.0 +0125,0125,02,symb,two_rule_comb4,93.0,"['(', '<']",> <],0,1.0 +0125,0125,02,symb,two_rule_comb4,94.0,"['~', '%']",! ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,95.0,"['!', '<']",!*],0,1.0 +0125,0125,02,symb,two_rule_comb4,96.0,"['>', '&']",> >],0,1.0 +0125,0125,02,symb,two_rule_comb4,97.0,"['(', '$']",( >],0,1.0 +0125,0125,02,symb,two_rule_comb4,98.0,"['%', '$']",% ~],0,1.0 +0125,0125,02,symb,two_rule_comb4,99.0,"['&', '~']",# ~],0,1.0 +0125,0125,02,symb,two_rule_comb5,0.0,"['*', '%']",* ~],0,1.0 +0125,0125,02,symb,two_rule_comb5,1.0,"['(', '(']",# ?],0,1.0 +0125,0125,02,symb,two_rule_comb5,2.0,"['$', '$']",& <],0,1.0 +0125,0125,02,symb,two_rule_comb5,3.0,"['(', '<']",: &],0,1.0 +0125,0125,02,symb,two_rule_comb5,4.0,"['$', '(']",% <],0,1.0 +0125,0125,02,symb,two_rule_comb5,5.0,"['%', '&']",: $],0,1.0 +0125,0125,02,symb,two_rule_comb5,6.0,"['$', '&']",( &],0,1.0 +0125,0125,02,symb,two_rule_comb5,7.0,"['*', '!']",~ >],0,1.0 +0125,0125,02,symb,two_rule_comb5,8.0,"['(', '%']",: :],0,1.0 +0125,0125,02,symb,two_rule_comb5,9.0,"['!', '(']",> %],0,1.0 +0125,0125,02,symb,two_rule_comb5,10.0,"['$', '%']",< (],0,1.0 +0125,0125,02,symb,two_rule_comb5,11.0,"['(', ':']",% %],0,1.0 +0125,0125,02,symb,two_rule_comb5,12.0,"['$', '~']",~ !],0,1.0 +0125,0125,02,symb,two_rule_comb5,13.0,"['!', '~']",> *],0,1.0 +0125,0125,02,symb,two_rule_comb5,14.0,"['<', ':']",# %,0,1.0 +0125,0125,02,symb,two_rule_comb5,15.0,"['~', '&']",! (],0,1.0 +0125,0125,02,symb,two_rule_comb5,16.0,"['&', '$']",$ <],0,1.0 +0125,0125,02,symb,two_rule_comb5,17.0,"['~', '(']",# @],0,1.0 +0125,0125,02,symb,two_rule_comb5,18.0,"['&', '%']",$ :],0,1.0 +0125,0125,02,symb,two_rule_comb5,19.0,"['>', '$']",! &],0,1.0 +0125,0125,02,symb,two_rule_comb5,20.0,"['&', '$']",$ &],0,1.0 +0125,0125,02,symb,two_rule_comb5,21.0,"[':', '<']",) &],0,1.0 +0125,0125,02,symb,two_rule_comb5,22.0,"['$', '~']",) )],0,1.0 +0125,0125,02,symb,two_rule_comb5,23.0,"['~', '%']",& >],0,1.0 +0125,0125,02,symb,two_rule_comb5,24.0,"['$', '!']",! ~],0,1.0 +0125,0125,02,symb,two_rule_comb5,25.0,"['$', ':']",< :],0,1.0 +0125,0125,02,symb,two_rule_comb5,26.0,"['&', '<']",& >],0,1.0 +0125,0125,02,symb,two_rule_comb5,27.0,"['*', '~']",(~ *),0,1.0 +0125,0125,02,symb,two_rule_comb5,28.0,"['$', ':']",< %],0,1.0 +0125,0125,02,symb,two_rule_comb5,29.0,"[':', '>']",? ?],0,1.0 +0125,0125,02,symb,two_rule_comb5,30.0,"['>', '(']",: !],0,1.0 +0125,0125,02,symb,two_rule_comb5,31.0,"['<', '!']",: ~],0,1.0 +0125,0125,02,symb,two_rule_comb5,32.0,"['&', ':']",$ %],0,1.0 +0125,0125,02,symb,two_rule_comb5,33.0,"['$', '%']",~ ~],0,1.0 +0125,0125,02,symb,two_rule_comb5,34.0,"[':', '(']",%],0,1.0 +0125,0125,02,symb,two_rule_comb5,35.0,"['%', '%']",# &],0,1.0 +0125,0125,02,symb,two_rule_comb5,36.0,"['!', '&']",> $],0,1.0 +0125,0125,02,symb,two_rule_comb5,37.0,"['<', '~']",< &],0,1.0 +0125,0125,02,symb,two_rule_comb5,38.0,"['(', '!']",% >],0,1.0 +0125,0125,02,symb,two_rule_comb5,39.0,"['>', '<']",! &],0,1.0 +0125,0125,02,symb,two_rule_comb5,40.0,"['%', '$']",! !],0,1.0 +0125,0125,02,symb,two_rule_comb5,41.0,"['$', '<']",& &],0,1.0 +0125,0125,02,symb,two_rule_comb5,42.0,"['%', '(']",% ],0,1.0 +0125,0125,02,symb,two_rule_comb5,43.0,"['<', '$']",& <],0,1.0 +0125,0125,02,symb,two_rule_comb5,44.0,"['*', '&']",? ?],0,1.0 +0125,0125,02,symb,two_rule_comb5,45.0,"['*', '&']",* ?],0,1.0 +0125,0125,02,symb,two_rule_comb5,46.0,"['!', '$']",: )],0,1.0 +0125,0125,02,symb,two_rule_comb5,47.0,"['<', '>']",$ !],0,1.0 +0125,0125,02,symb,two_rule_comb5,48.0,"['!', ':']",> (],0,1.0 +0125,0125,02,symb,two_rule_comb5,49.0,"['%', ':']",? =],0,1.0 +0125,0125,02,symb,two_rule_comb5,50.0,"['!', '<']",> &],0,1.0 +0125,0125,02,symb,two_rule_comb5,51.0,"['&', '>']",< !],0,1.0 +0125,0125,02,symb,two_rule_comb5,52.0,"['(', '$']",< %],0,1.0 +0125,0125,02,symb,two_rule_comb5,53.0,"['(', '*']",# #],0,1.0 +0125,0125,02,symb,two_rule_comb5,54.0,"['%', '$']",: <],0,1.0 +0125,0125,02,symb,two_rule_comb5,55.0,"['&', '%']",$ (,0,1.0 +0125,0125,02,symb,two_rule_comb5,56.0,"['$', '<']",< &],0,1.0 +0125,0125,02,symb,two_rule_comb5,57.0,"['<', '<']",: *],0,1.0 +0125,0125,02,symb,two_rule_comb5,58.0,"['%', '<']",! *],0,1.0 +0125,0125,02,symb,two_rule_comb5,59.0,"['~', '*']",~ *],1,1.0 +0125,0125,02,symb,two_rule_comb5,60.0,"['~', '<']",# %],0,1.0 +0125,0125,02,symb,two_rule_comb5,61.0,"[':', '~']",* ],0,1.0 +0125,0125,02,symb,two_rule_comb5,62.0,"['(', '~']",( %],0,1.0 +0125,0125,02,symb,two_rule_comb5,63.0,"['!', ':']",% >],0,1.0 +0125,0125,02,symb,two_rule_comb5,64.0,"[':', '%']",? #],0,1.0 +0125,0125,02,symb,two_rule_comb5,65.0,"['~', '<']",> !],0,1.0 +0125,0125,02,symb,two_rule_comb5,66.0,"['%', '>']",: !],0,1.0 +0125,0125,02,symb,two_rule_comb5,67.0,"['*', '<']",* <,1,1.0 +0125,0125,02,symb,two_rule_comb5,68.0,"['(', '%']",: (],0,1.0 +0125,0125,02,symb,two_rule_comb5,69.0,"['$', '*']",! :],0,1.0 +0125,0125,02,symb,two_rule_comb5,70.0,"['>', '%']",? %],0,1.0 +0125,0125,02,symb,two_rule_comb5,71.0,"['~', '%']",) )],0,1.0 +0125,0125,02,symb,two_rule_comb5,72.0,"[':', '%']",:) %],0,1.0 +0125,0125,02,symb,two_rule_comb5,73.0,"['<', '%']",: &],0,1.0 +0125,0125,02,symb,two_rule_comb5,74.0,"['(', '$']",% <],0,1.0 +0125,0125,02,symb,two_rule_comb5,75.0,"['&', '(']",# >],0,1.0 +0125,0125,02,symb,two_rule_comb5,76.0,"['$', '%']",& :],0,1.0 +0125,0125,02,symb,two_rule_comb5,77.0,"['(', ':']",: (],0,1.0 +0125,0125,02,symb,two_rule_comb5,78.0,"['(', '&']",% $],0,1.0 +0125,0125,02,symb,two_rule_comb5,79.0,"['>', '<']",! $],0,1.0 +0125,0125,02,symb,two_rule_comb5,80.0,"['(', '!']",( >],0,1.0 +0125,0125,02,symb,two_rule_comb5,81.0,"['<', '&']",$ <,0,1.0 +0125,0125,02,symb,two_rule_comb5,82.0,"['<', '&']",$ $],0,1.0 +0125,0125,02,symb,two_rule_comb5,83.0,"['%', ':']",$ #],0,1.0 +0125,0125,02,symb,two_rule_comb5,84.0,"['*', ':']",> !],0,1.0 +0125,0125,02,symb,two_rule_comb5,85.0,"['>', '*']",! ~],0,1.0 +0125,0125,02,symb,two_rule_comb5,86.0,"['!', '$']",~ !],0,1.0 +0125,0125,02,symb,two_rule_comb5,87.0,"['>', '!']",! >],0,1.0 +0125,0125,02,symb,two_rule_comb5,88.0,"['&', '~']",( !],0,1.0 +0125,0125,02,symb,two_rule_comb5,89.0,"['(', '%']",% (,0,1.0 +0125,0125,02,symb,two_rule_comb5,90.0,"['(', '$']",: &],0,1.0 +0125,0125,02,symb,two_rule_comb5,91.0,"[':', '(']",% %],0,1.0 +0125,0125,02,symb,two_rule_comb5,92.0,"['(', '(']",: %],0,1.0 +0125,0125,02,symb,two_rule_comb5,93.0,"['&', '<']",: $],0,1.0 +0125,0125,02,symb,two_rule_comb5,94.0,"['&', ':']",$ (,0,1.0 +0125,0125,02,symb,two_rule_comb5,95.0,"['~', '>']",< ~],0,1.0 +0125,0125,02,symb,two_rule_comb5,96.0,"['&', '&']",* $],0,1.0 +0125,0125,02,symb,two_rule_comb5,97.0,"['$', '>']",< !],0,1.0 +0125,0125,02,symb,two_rule_comb5,98.0,"['~', ':']",# @],0,1.0 +0125,0125,02,symb,two_rule_comb5,99.0,"['%', ':']",: (],0,1.0 +0125,0125,02,symb,three_rule_comb0,0.0,"['&', ':', ':']",& : :],1,1.0 +0125,0125,02,symb,three_rule_comb0,1.0,"['!', '%', '%']",! % %,1,1.0 +0125,0125,02,symb,three_rule_comb0,2.0,"['*', '$', '%']",* $ %],1,1.0 +0125,0125,02,symb,three_rule_comb0,3.0,"['$', '>', '*']",$ > *],1,1.0 +0125,0125,02,symb,three_rule_comb0,4.0,"[':', '%', '<']",: % <],1,1.0 +0125,0125,02,symb,three_rule_comb0,5.0,"['~', '%', '$']",~ % $],1,1.0 +0125,0125,02,symb,three_rule_comb0,6.0,"['(', '$', ':']",( $ :],1,1.0 +0125,0125,02,symb,three_rule_comb0,7.0,"[':', '>', '&']",: > &],1,1.0 +0125,0125,02,symb,three_rule_comb0,8.0,"['*', '<', '!']",* < !],1,1.0 +0125,0125,02,symb,three_rule_comb0,9.0,"[':', '$', '(']",: $ (],1,1.0 +0125,0125,02,symb,three_rule_comb0,10.0,"['&', '<', '>']",& < >],1,1.0 +0125,0125,02,symb,three_rule_comb0,11.0,"['$', '&', '!']",$ & !,1,1.0 +0125,0125,02,symb,three_rule_comb0,12.0,"['&', '<', '(']",& < (],1,1.0 +0125,0125,02,symb,three_rule_comb0,13.0,"['>', '>', '$']",> > $],1,1.0 +0125,0125,02,symb,three_rule_comb0,14.0,"['(', '$', '<']",( $ <],1,1.0 +0125,0125,02,symb,three_rule_comb0,15.0,"['(', '>', '*']",( > *],1,1.0 +0125,0125,02,symb,three_rule_comb0,16.0,"['~', '!', '&']",~ ! &],1,1.0 +0125,0125,02,symb,three_rule_comb0,17.0,"[':', '*', '(']",: * (],1,1.0 +0125,0125,02,symb,three_rule_comb0,18.0,"['<', '>', '>']",< > >,1,1.0 +0125,0125,02,symb,three_rule_comb0,19.0,"['<', '~', '!']",< ~ !],1,1.0 +0125,0125,02,symb,three_rule_comb0,20.0,"['*', '*', '(']",* * (],1,1.0 +0125,0125,02,symb,three_rule_comb0,21.0,"['>', '&', '%']",> & %],1,1.0 +0125,0125,02,symb,three_rule_comb0,22.0,"[':', '&', '&']",: & &],1,1.0 +0125,0125,02,symb,three_rule_comb0,23.0,"['*', '&', '!']",* & !],1,1.0 +0125,0125,02,symb,three_rule_comb0,24.0,"['~', '>', '&']",~ > &,1,1.0 +0125,0125,02,symb,three_rule_comb0,25.0,"['&', '(', '!']",% ( %],0,1.0 +0125,0125,02,symb,three_rule_comb0,26.0,"[':', '$', '~']",: $ ~],1,1.0 +0125,0125,02,symb,three_rule_comb0,27.0,"['(', '!', '!']",( ! !],1,1.0 +0125,0125,02,symb,three_rule_comb0,28.0,"[':', '(', '&']",: ( &],1,1.0 +0125,0125,02,symb,three_rule_comb0,29.0,"['*', '%', '(']",* % (],1,1.0 +0125,0125,02,symb,three_rule_comb0,30.0,"['~', '>', '!']",$ * $] [: & :] [~ >,0,1.0 +0125,0125,02,symb,three_rule_comb0,31.0,"['&', '&', ':']",& & :],1,1.0 +0125,0125,02,symb,three_rule_comb0,32.0,"['(', ':', ':']",( : :],1,1.0 +0125,0125,02,symb,three_rule_comb0,33.0,"['%', '<', '<']",% < <],1,1.0 +0125,0125,02,symb,three_rule_comb0,34.0,"['&', ':', '%']",& : %],1,1.0 +0125,0125,02,symb,three_rule_comb0,35.0,"['<', ':', '%']",< : %,1,1.0 +0125,0125,02,symb,three_rule_comb0,36.0,"['&', '(', ':']",& ( :],1,1.0 +0125,0125,02,symb,three_rule_comb0,37.0,"['&', '~', '(']",& ~ (],1,1.0 +0125,0125,02,symb,three_rule_comb0,38.0,"[':', '>', '$']",: > $],1,1.0 +0125,0125,02,symb,three_rule_comb0,39.0,"[':', ':', '&']",: : &],1,1.0 +0125,0125,02,symb,three_rule_comb0,40.0,"['$', '(', '(']",$ ( (],1,1.0 +0125,0125,02,symb,three_rule_comb0,41.0,"['%', '&', '>']",% & >,1,1.0 +0125,0125,02,symb,three_rule_comb0,42.0,"['>', '%', '~']",> % ~],1,1.0 +0125,0125,02,symb,three_rule_comb0,43.0,"['!', '%', '!']",! % !],1,1.0 +0125,0125,02,symb,three_rule_comb0,44.0,"['$', '&', '%']",$ & %,1,1.0 +0125,0125,02,symb,three_rule_comb0,45.0,"[':', '>', '*']",: > *],1,1.0 +0125,0125,02,symb,three_rule_comb0,46.0,"['*', '~', '~']",* ~ ~],1,1.0 +0125,0125,02,symb,three_rule_comb0,47.0,"['>', '*', '>']",> * >],1,1.0 +0125,0125,02,symb,three_rule_comb0,48.0,"[':', '!', '<']",: ! <],1,1.0 +0125,0125,02,symb,three_rule_comb0,49.0,"['(', '(', '$']",( ( $,1,1.0 +0125,0125,02,symb,three_rule_comb0,50.0,"[':', '!', '>']",: ! >],1,1.0 +0125,0125,02,symb,three_rule_comb0,51.0,"['*', '&', '>']",* & >,1,1.0 +0125,0125,02,symb,three_rule_comb0,52.0,"['$', '<', '<']",$ < >,0,1.0 +0125,0125,02,symb,three_rule_comb0,53.0,"[':', '!', '>']",: ! >],1,1.0 +0125,0125,02,symb,three_rule_comb0,54.0,"['(', '$', '&']",( $ &],1,1.0 +0125,0125,02,symb,three_rule_comb0,55.0,"['>', '(', '~']",> ( ~],1,1.0 +0125,0125,02,symb,three_rule_comb0,56.0,"['>', '!', '>']",> ! >],1,1.0 +0125,0125,02,symb,three_rule_comb0,57.0,"['%', '(', '$']",(% ( $),0,1.0 +0125,0125,02,symb,three_rule_comb0,58.0,"['*', '&', '$']",* & $],1,1.0 +0125,0125,02,symb,three_rule_comb0,59.0,"['!', '*', '~']",! * ~,1,1.0 +0125,0125,02,symb,three_rule_comb0,60.0,"['*', '<', '&']",* < &,1,1.0 +0125,0125,02,symb,three_rule_comb0,61.0,"['!', '&', '%']",! & %],1,1.0 +0125,0125,02,symb,three_rule_comb0,62.0,"['$', ':', '<']",$ : <,1,1.0 +0125,0125,02,symb,three_rule_comb0,63.0,"['<', '~', '!']",< ~ !],1,1.0 +0125,0125,02,symb,three_rule_comb0,64.0,"['!', '<', '<']",! < <],1,1.0 +0125,0125,02,symb,three_rule_comb0,65.0,"['&', '%', '~']",& % ~],1,1.0 +0125,0125,02,symb,three_rule_comb0,66.0,"['%', ':', '*']",% : *],1,1.0 +0125,0125,02,symb,three_rule_comb0,67.0,"[':', '!', '$']",: ! $,1,1.0 +0125,0125,02,symb,three_rule_comb0,68.0,"['>', '<', '(']",> < (,1,1.0 +0125,0125,02,symb,three_rule_comb0,69.0,"['*', '&', '>']",* & >,1,1.0 +0125,0125,02,symb,three_rule_comb0,70.0,"[':', ':', '!']",: : !],1,1.0 +0125,0125,02,symb,three_rule_comb0,71.0,"['>', ':', '~']",> : ~,1,1.0 +0125,0125,02,symb,three_rule_comb0,72.0,"['<', '<', '~']",< < ~],1,1.0 +0125,0125,02,symb,three_rule_comb0,73.0,"['&', '*', ':']",& * :],1,1.0 +0125,0125,02,symb,three_rule_comb0,74.0,"['&', '%', '>']",& % >],1,1.0 +0125,0125,02,symb,three_rule_comb0,75.0,"['~', '$', '!']",~ $ !],1,1.0 +0125,0125,02,symb,three_rule_comb0,76.0,"['(', '*', '~']",( * ~],1,1.0 +0125,0125,02,symb,three_rule_comb0,77.0,"['(', '~', '>']",( ~ >],1,1.0 +0125,0125,02,symb,three_rule_comb0,78.0,"['*', '>', '$']",* > $],1,1.0 +0125,0125,02,symb,three_rule_comb0,79.0,"['~', '$', '*']",$ $ *],0,1.0 +0125,0125,02,symb,three_rule_comb0,80.0,"['&', '!', '>']",& ! >],1,1.0 +0125,0125,02,symb,three_rule_comb0,81.0,"[':', '*', '!']",: * !],1,1.0 +0125,0125,02,symb,three_rule_comb0,82.0,"['*', '(', '$']",* ( $],1,1.0 +0125,0125,02,symb,three_rule_comb0,83.0,"['~', '$', '>']",~ $ >],1,1.0 +0125,0125,02,symb,three_rule_comb0,84.0,"[':', '>', '<']",: > <],1,1.0 +0125,0125,02,symb,three_rule_comb0,85.0,"[':', '$', '>']",: $ >],1,1.0 +0125,0125,02,symb,three_rule_comb0,86.0,"['~', '>', '>']",~ > >,1,1.0 +0125,0125,02,symb,three_rule_comb0,87.0,"['~', '&', '$']",~ & $],1,1.0 +0125,0125,02,symb,three_rule_comb0,88.0,"['&', '!', '>']",& ! >],1,1.0 +0125,0125,02,symb,three_rule_comb0,89.0,"['*', '&', '$']",* & $],1,1.0 +0125,0125,02,symb,three_rule_comb0,90.0,"['*', '%', '>']",* % >],1,1.0 +0125,0125,02,symb,three_rule_comb0,91.0,"['(', '%', '(']",( % (],1,1.0 +0125,0125,02,symb,three_rule_comb0,92.0,"['<', '(', '&']",< ( &,1,1.0 +0125,0125,02,symb,three_rule_comb0,93.0,"['%', ':', '*']",% : *],1,1.0 +0125,0125,02,symb,three_rule_comb0,94.0,"['%', '!', '<']",% ! <],1,1.0 +0125,0125,02,symb,three_rule_comb0,95.0,"['>', '$', '*']",> $ *],1,1.0 +0125,0125,02,symb,three_rule_comb0,96.0,"['$', '>', '>']",$ > >,1,1.0 +0125,0125,02,symb,three_rule_comb0,97.0,"['*', '&', ':']",* & :],1,1.0 +0125,0125,02,symb,three_rule_comb0,98.0,"['(', '>', '$']",( > $],1,1.0 +0125,0125,02,symb,three_rule_comb0,99.0,"['<', ':', '&']",< : &],1,1.0 +0125,0125,02,symb,three_rule_comb1,0.0,"['~', '$', '%']",~ $ %],1,1.0 +0125,0125,02,symb,three_rule_comb1,1.0,"[':', '$', '$']",: $ $],1,1.0 +0125,0125,02,symb,three_rule_comb1,2.0,"['!', '!', '*']",! ! *],1,1.0 +0125,0125,02,symb,three_rule_comb1,3.0,"['~', '(', ':']",~ ( :],1,1.0 +0125,0125,02,symb,three_rule_comb1,4.0,"['*', '*', '!']",* !,0,1.0 +0125,0125,02,symb,three_rule_comb1,5.0,"['*', '!', '<']",* ! <],1,1.0 +0125,0125,02,symb,three_rule_comb1,6.0,"['~', '(', '(']",~ ( (],1,1.0 +0125,0125,02,symb,three_rule_comb1,7.0,"['<', '>', '~']",< > ~],1,1.0 +0125,0125,02,symb,three_rule_comb1,8.0,"['*', '(', '>']",* ( >],1,1.0 +0125,0125,02,symb,three_rule_comb1,9.0,"['>', '>', ':']",> % :,0,1.0 +0125,0125,02,symb,three_rule_comb1,10.0,"['&', '$', '&']",& $ &],1,1.0 +0125,0125,02,symb,three_rule_comb1,11.0,"['!', '<', '<']",! < %],0,1.0 +0125,0125,02,symb,three_rule_comb1,12.0,"['>', '>', '~']",> $ ~,0,1.0 +0125,0125,02,symb,three_rule_comb1,13.0,"[':', '!', '*']",: ! *],1,1.0 +0125,0125,02,symb,three_rule_comb1,14.0,"[':', '$', '!']",: $ !],1,1.0 +0125,0125,02,symb,three_rule_comb1,15.0,"['%', '!', '%']",% ! %],1,1.0 +0125,0125,02,symb,three_rule_comb1,16.0,"['(', '~', '%']",( % :],0,1.0 +0125,0125,02,symb,three_rule_comb1,17.0,"['*', '>', '%']",* > %],1,1.0 +0125,0125,02,symb,three_rule_comb1,18.0,"['!', '!', '<']",! ! <],1,1.0 +0125,0125,02,symb,three_rule_comb1,19.0,"['>', '(', '$']",> ( $],1,1.0 +0125,0125,02,symb,three_rule_comb1,20.0,"['(', '&', '%']",( & %],1,1.0 +0125,0125,02,symb,three_rule_comb1,21.0,"['$', '&', '~']",$ & ~,1,1.0 +0125,0125,02,symb,three_rule_comb1,22.0,"['<', '<', '>']",< < >,1,1.0 +0125,0125,02,symb,three_rule_comb1,23.0,"['&', ':', '$']",& : $,1,1.0 +0125,0125,02,symb,three_rule_comb1,24.0,"['$', '(', '!']",$ ( !,1,1.0 +0125,0125,02,symb,three_rule_comb1,25.0,"[':', '(', '~']",: ( ~],1,1.0 +0125,0125,02,symb,three_rule_comb1,26.0,"[':', '>', '&']",: > &,1,1.0 +0125,0125,02,symb,three_rule_comb1,27.0,"['$', '$', '<']",$ $ $],0,1.0 +0125,0125,02,symb,three_rule_comb1,28.0,"['%', '*', ':']",% * :],1,1.0 +0125,0125,02,symb,three_rule_comb1,29.0,"[':', '~', '*']",: % *],0,1.0 +0125,0125,02,symb,three_rule_comb1,30.0,"['~', '%', '%']",~ % %],1,1.0 +0125,0125,02,symb,three_rule_comb1,31.0,"['!', '$', ':']",! $ :],1,1.0 +0125,0125,02,symb,three_rule_comb1,32.0,"['&', '*', '%']",& * %],1,1.0 +0125,0125,02,symb,three_rule_comb1,33.0,"['*', '~', '&']",* ~ &],1,1.0 +0125,0125,02,symb,three_rule_comb1,34.0,"['(', '(', '*']",( ( *],1,1.0 +0125,0125,02,symb,three_rule_comb1,35.0,"[':', '&', '*']",: & *],1,1.0 +0125,0125,02,symb,three_rule_comb1,36.0,"['(', ':', '*']",& : *],0,1.0 +0125,0125,02,symb,three_rule_comb1,37.0,"['<', '<', '~']",< : ~],0,1.0 +0125,0125,02,symb,three_rule_comb1,38.0,"[':', ':', '*']",: : *],1,1.0 +0125,0125,02,symb,three_rule_comb1,39.0,"['$', '*', '<']",$ * <],1,1.0 +0125,0125,02,symb,three_rule_comb1,40.0,"['!', '*', '%']",! * %],1,1.0 +0125,0125,02,symb,three_rule_comb1,41.0,"['<', '*', '<']",< * :],0,1.0 +0125,0125,02,symb,three_rule_comb1,42.0,"['<', '~', '%']",< ~ %,1,1.0 +0125,0125,02,symb,three_rule_comb1,43.0,"['>', '&', '!']",> * *,0,1.0 +0125,0125,02,symb,three_rule_comb1,44.0,"['*', '~', '<']",$ ~ <,0,1.0 +0125,0125,02,symb,three_rule_comb1,45.0,"['<', '$', '$']",< $ $],1,1.0 +0125,0125,02,symb,three_rule_comb1,46.0,"['~', '<', ':']",~ % :],0,1.0 +0125,0125,02,symb,three_rule_comb1,47.0,"[':', '>', '%']",: > %],1,1.0 +0125,0125,02,symb,three_rule_comb1,48.0,"['&', '~', '*']",& ~ *],1,1.0 +0125,0125,02,symb,three_rule_comb1,49.0,"['>', '*', '<']",$ * <,0,1.0 +0125,0125,02,symb,three_rule_comb1,50.0,"['<', '&', '!']",< & !],1,1.0 +0125,0125,02,symb,three_rule_comb1,51.0,"['~', '%', '%']",~ % %],1,1.0 +0125,0125,02,symb,three_rule_comb1,52.0,"['$', '>', '<']",$ > <],1,1.0 +0125,0125,02,symb,three_rule_comb1,53.0,"['~', '$', '~']",$ > ~],0,1.0 +0125,0125,02,symb,three_rule_comb1,54.0,"['(', '~', '<']",% ~ <],0,1.0 +0125,0125,02,symb,three_rule_comb1,55.0,"['<', '$', '!']",< * !],0,1.0 +0125,0125,02,symb,three_rule_comb1,56.0,"['>', '>', '(']",> > (],1,1.0 +0125,0125,02,symb,three_rule_comb1,57.0,"['$', '(', '$']",$ ( $],1,1.0 +0125,0125,02,symb,three_rule_comb1,58.0,"['$', '<', '%']",$ < %,1,1.0 +0125,0125,02,symb,three_rule_comb1,59.0,"['<', '%', '&']",< % &],1,1.0 +0125,0125,02,symb,three_rule_comb1,60.0,"[':', '(', '!']",: ( !],1,1.0 +0125,0125,02,symb,three_rule_comb1,61.0,"['<', ':', '!']",< : !],1,1.0 +0125,0125,02,symb,three_rule_comb1,62.0,"['(', '%', '(']",( % (],1,1.0 +0125,0125,02,symb,three_rule_comb1,63.0,"['$', ':', '*']",$ : *],1,1.0 +0125,0125,02,symb,three_rule_comb1,64.0,"['~', '$', '>']",~ $ >],1,1.0 +0125,0125,02,symb,three_rule_comb1,65.0,"['<', '~', '%']",< ~ %],1,1.0 +0125,0125,02,symb,three_rule_comb1,66.0,"['*', '*', '>']",* $ >,0,1.0 +0125,0125,02,symb,three_rule_comb1,67.0,"['&', '(', '<']",& * <],0,1.0 +0125,0125,02,symb,three_rule_comb1,68.0,"['*', '&', '%']",* & %],1,1.0 +0125,0125,02,symb,three_rule_comb1,69.0,"['~', '!', '$']",~ ! $],1,1.0 +0125,0125,02,symb,three_rule_comb1,70.0,"['&', '!', '*']",& : *],0,1.0 +0125,0125,02,symb,three_rule_comb1,71.0,"['%', '&', '&']",% ( &,0,1.0 +0125,0125,02,symb,three_rule_comb1,72.0,"['!', '*', '<']",$ * <,0,1.0 +0125,0125,02,symb,three_rule_comb1,73.0,"['<', '%', '%']",< % %],1,1.0 +0125,0125,02,symb,three_rule_comb1,74.0,"['$', '%', ':']",$ % :],1,1.0 +0125,0125,02,symb,three_rule_comb1,75.0,"['$', '*', '%']",$ * %,1,1.0 +0125,0125,02,symb,three_rule_comb1,76.0,"['>', '%', '%']",> % %,1,1.0 +0125,0125,02,symb,three_rule_comb1,77.0,"['!', '&', ':']",! & :],1,1.0 +0125,0125,02,symb,three_rule_comb1,78.0,"['$', '$', '!']",$ ! $,0,1.0 +0125,0125,02,symb,three_rule_comb1,79.0,"['*', '!', '(']",* ! (],1,1.0 +0125,0125,02,symb,three_rule_comb1,80.0,"['>', '<', '!']",> < !],1,1.0 +0125,0125,02,symb,three_rule_comb1,81.0,"['$', '>', '!']",$ > !,1,1.0 +0125,0125,02,symb,three_rule_comb1,82.0,"['%', '!', ':']",% ! :],1,1.0 +0125,0125,02,symb,three_rule_comb1,83.0,"['<', '%', '&']",< % &],1,1.0 +0125,0125,02,symb,three_rule_comb1,84.0,"['(', ':', '>']",( % >],0,1.0 +0125,0125,02,symb,three_rule_comb1,85.0,"[':', '&', '*']",: & *],1,1.0 +0125,0125,02,symb,three_rule_comb1,86.0,"[':', '<', '>']",: < >],1,1.0 +0125,0125,02,symb,three_rule_comb1,87.0,"['&', '%', '>']",& % &],0,1.0 +0125,0125,02,symb,three_rule_comb1,88.0,"['!', '(', ':']",! ( :],1,1.0 +0125,0125,02,symb,three_rule_comb1,89.0,"['$', '>', '(']",$ > (,1,1.0 +0125,0125,02,symb,three_rule_comb1,90.0,"['(', '&', ':']",( & :],1,1.0 +0125,0125,02,symb,three_rule_comb1,91.0,"['&', '&', '!']",& & !],1,1.0 +0125,0125,02,symb,three_rule_comb1,92.0,"['$', '~', '$']",$ ~ $],1,1.0 +0125,0125,02,symb,three_rule_comb1,93.0,"['!', ':', '&']",! : &],1,1.0 +0125,0125,02,symb,three_rule_comb1,94.0,"['!', ':', '%']",! : %],1,1.0 +0125,0125,02,symb,three_rule_comb1,95.0,"['&', '<', '<']",& : <],0,1.0 +0125,0125,02,symb,three_rule_comb1,96.0,"['<', '&', '>']",< & >],1,1.0 +0125,0125,02,symb,three_rule_comb1,97.0,"['!', '<', '<']",$ < <],0,1.0 +0125,0125,02,symb,three_rule_comb1,98.0,"['~', '$', '(']",~ $ (,1,1.0 +0125,0125,02,symb,three_rule_comb1,99.0,"['>', '<', '>']",> > >,0,1.0 +0125,0125,02,symb,three_rule_comb2,0.0,"['%', '%', '&']",% % >],0,1.0 +0125,0125,02,symb,three_rule_comb2,1.0,"['&', '&', '$']",& > $],0,1.0 +0125,0125,02,symb,three_rule_comb2,2.0,"[':', '<', '~']",: % ~],0,1.0 +0125,0125,02,symb,three_rule_comb2,3.0,"['*', ':', ':']",* < :],0,1.0 +0125,0125,02,symb,three_rule_comb2,4.0,"['$', '!', '&']",$ ! ),0,1.0 +0125,0125,02,symb,three_rule_comb2,5.0,"['*', '!', '*']",* ! *],1,1.0 +0125,0125,02,symb,three_rule_comb2,6.0,"['(', '<', '!']",< < !],0,1.0 +0125,0125,02,symb,three_rule_comb2,7.0,"['>', '(', '$']",> $ $,0,1.0 +0125,0125,02,symb,three_rule_comb2,8.0,"['!', ':', ':']",> : :],0,1.0 +0125,0125,02,symb,three_rule_comb2,9.0,"['&', ':', '<']",& $ <,0,1.0 +0125,0125,02,symb,three_rule_comb2,10.0,"['&', '<', '$']",& : $,0,1.0 +0125,0125,02,symb,three_rule_comb2,11.0,"['<', '$', '%']",* $ %],0,1.0 +0125,0125,02,symb,three_rule_comb2,12.0,"['~', '*', '>']",~ % >],0,1.0 +0125,0125,02,symb,three_rule_comb2,13.0,"['<', '*', '>']",& * >,0,1.0 +0125,0125,02,symb,three_rule_comb2,14.0,"['*', '>', ':']",* ( :],0,1.0 +0125,0125,02,symb,three_rule_comb2,15.0,"['$', '<', '*']",$ * *,0,1.0 +0125,0125,02,symb,three_rule_comb2,16.0,"['!', '<', '&']",![ $ >],0,1.0 +0125,0125,02,symb,three_rule_comb2,17.0,"['!', '%', '!']",! $ !],0,1.0 +0125,0125,02,symb,three_rule_comb2,18.0,"['~', '!', '$']",~ ! =],0,1.0 +0125,0125,02,symb,three_rule_comb2,19.0,"['(', '>', '(']",( % <],0,1.0 +0125,0125,02,symb,three_rule_comb2,20.0,"['&', '$', '$']",& $ ~,0,1.0 +0125,0125,02,symb,three_rule_comb2,21.0,"['<', '<', '!']",& < !],0,1.0 +0125,0125,02,symb,three_rule_comb2,22.0,"['>', '%', '&']",> % >],0,1.0 +0125,0125,02,symb,three_rule_comb2,23.0,"['*', '&', ':']",* & :],1,1.0 +0125,0125,02,symb,three_rule_comb2,24.0,"['%', '$', '<']",% < <,0,1.0 +0125,0125,02,symb,three_rule_comb2,25.0,"['~', ':', '(']",~ : %],0,1.0 +0125,0125,02,symb,three_rule_comb2,26.0,"['*', '!', '>']",* ! ),0,1.0 +0125,0125,02,symb,three_rule_comb2,27.0,"['&', '<', '*']",& < *],1,1.0 +0125,0125,02,symb,three_rule_comb2,28.0,"['&', '%', '>']",& : >,0,1.0 +0125,0125,02,symb,three_rule_comb2,29.0,"['~', '<', '&']",* < &],0,1.0 +0125,0125,02,symb,three_rule_comb2,30.0,"['*', '<', ':']",< < :],0,1.0 +0125,0125,02,symb,three_rule_comb2,31.0,"['&', '%', '&']",& % (,0,1.0 +0125,0125,02,symb,three_rule_comb2,32.0,"['!', '(', '<']",! > <,0,1.0 +0125,0125,02,symb,three_rule_comb2,33.0,"['~', '>', '*']",~ > ~],0,1.0 +0125,0125,02,symb,three_rule_comb2,34.0,"['&', '(', '$']",& > $],0,1.0 +0125,0125,02,symb,three_rule_comb2,35.0,"['&', '%', '!']",& ! *],0,1.0 +0125,0125,02,symb,three_rule_comb2,36.0,"['!', '%', ':']",! * :],0,1.0 +0125,0125,02,symb,three_rule_comb2,37.0,"['~', '*', '*']",* * *],0,1.0 +0125,0125,02,symb,three_rule_comb2,38.0,"['>', ':', '$']",> % $],0,1.0 +0125,0125,02,symb,three_rule_comb2,39.0,"['%', '&', '$']",% & ?],0,1.0 +0125,0125,02,symb,three_rule_comb2,40.0,"['<', '%', '(']",* % (,0,1.0 +0125,0125,02,symb,three_rule_comb2,41.0,"['(', ':', '>']",: > >],0,1.0 +0125,0125,02,symb,three_rule_comb2,42.0,"[':', '*', '&']",< * &,0,1.0 +0125,0125,02,symb,three_rule_comb2,43.0,"['>', '~', '>']",> ~ (],0,1.0 +0125,0125,02,symb,three_rule_comb2,44.0,"['*', '$', '$']",* ~ $,0,1.0 +0125,0125,02,symb,three_rule_comb2,45.0,"['%', '&', '>']",% & *],0,1.0 +0125,0125,02,symb,three_rule_comb2,46.0,"['&', '%', '%']",& % :],0,1.0 +0125,0125,02,symb,three_rule_comb2,47.0,"['(', '(', '>']",( % >],0,1.0 +0125,0125,02,symb,three_rule_comb2,48.0,"['%', '<', ':']",% ( :],0,1.0 +0125,0125,02,symb,three_rule_comb2,49.0,"[':', ':', '*']",% : *],0,1.0 +0125,0125,02,symb,three_rule_comb2,50.0,"['~', '>', '>']",~ ! >],0,1.0 +0125,0125,02,symb,three_rule_comb2,51.0,"['(', '*', '!']",> * !],0,1.0 +0125,0125,02,symb,three_rule_comb2,52.0,"['<', '(', '&']",< ( %,0,1.0 +0125,0125,02,symb,three_rule_comb2,53.0,"['&', '&', '(']",$ & (,0,1.0 +0125,0125,02,symb,three_rule_comb2,54.0,"['<', '*', '(']",* * (],0,1.0 +0125,0125,02,symb,three_rule_comb2,55.0,"[':', '~', ':']",* % :],0,1.0 +0125,0125,02,symb,three_rule_comb2,56.0,"['*', '!', '!']",* ! ~,0,1.0 +0125,0125,02,symb,three_rule_comb2,57.0,"['&', '*', ':']",$ * :],0,1.0 +0125,0125,02,symb,three_rule_comb2,58.0,"['!', '*', ':']",! * %,0,1.0 +0125,0125,02,symb,three_rule_comb2,59.0,"['&', '~', '(']",& ~ %],0,1.0 +0125,0125,02,symb,three_rule_comb2,60.0,"['$', '<', '&']",$ < >,0,1.0 +0125,0125,02,symb,three_rule_comb2,61.0,"['>', '>', '>']",> > >],1,1.0 +0125,0125,02,symb,three_rule_comb2,62.0,"[':', '~', '*']",: * *],0,1.0 +0125,0125,02,symb,three_rule_comb2,63.0,"['~', '<', '>']",~ : >],0,1.0 +0125,0125,02,symb,three_rule_comb2,64.0,"['&', '*', '*']",& * <],0,1.0 +0125,0125,02,symb,three_rule_comb2,65.0,"['!', '%', '~']",! % :],0,1.0 +0125,0125,02,symb,three_rule_comb2,66.0,"['$', '!', '$']",$ ! >,0,1.0 +0125,0125,02,symb,three_rule_comb2,67.0,"['$', ':', '$']",& : $],0,1.0 +0125,0125,02,symb,three_rule_comb2,68.0,"['~', '%', '%']",~ % %],1,1.0 +0125,0125,02,symb,three_rule_comb2,69.0,"['$', '$', '>']",$ $ %,0,1.0 +0125,0125,02,symb,three_rule_comb2,70.0,"['(', '>', '(']",( > %,0,1.0 +0125,0125,02,symb,three_rule_comb2,71.0,"['%', '&', '<']",% > <],0,1.0 +0125,0125,02,symb,three_rule_comb2,72.0,"['(', '%', '&']",% : &,0,1.0 +0125,0125,02,symb,three_rule_comb2,73.0,"['&', '!', '~']",$ ! ~],0,1.0 +0125,0125,02,symb,three_rule_comb2,74.0,"['<', ':', ':']",< % :],0,1.0 +0125,0125,02,symb,three_rule_comb2,75.0,"['>', '!', '%']",% ! %,0,1.0 +0125,0125,02,symb,three_rule_comb2,76.0,"['*', '$', '>']",> $ >,0,1.0 +0125,0125,02,symb,three_rule_comb2,77.0,"['&', '$', ':']",$ $ :],0,1.0 +0125,0125,02,symb,three_rule_comb2,78.0,"['&', ':', ':']",& < :],0,1.0 +0125,0125,02,symb,three_rule_comb2,79.0,"['>', '(', '>']",< $ >],0,1.0 +0125,0125,02,symb,three_rule_comb2,80.0,"['>', '$', '>']",> & <],0,1.0 +0125,0125,02,symb,three_rule_comb2,81.0,"['>', '%', '~']",> % %],0,1.0 +0125,0125,02,symb,three_rule_comb2,82.0,"['(', '*', '*']",% * *],0,1.0 +0125,0125,02,symb,three_rule_comb2,83.0,"['~', '%', '>']",> % >],0,1.0 +0125,0125,02,symb,three_rule_comb2,84.0,"['<', '(', '*']",* ( %,0,1.0 +0125,0125,02,symb,three_rule_comb2,85.0,"[':', '~', '%']",: ~ %],1,1.0 +0125,0125,02,symb,three_rule_comb2,86.0,"['>', ':', '(']",: ~ (],0,1.0 +0125,0125,02,symb,three_rule_comb2,87.0,"['%', '!', ':']",: ! :],0,1.0 +0125,0125,02,symb,three_rule_comb2,88.0,"[':', '$', '$']",: $ &],0,1.0 +0125,0125,02,symb,three_rule_comb2,89.0,"['(', '*', '*']",( * ~],0,1.0 +0125,0125,02,symb,three_rule_comb2,90.0,"['<', '>', '~']",< ! ~],0,1.0 +0125,0125,02,symb,three_rule_comb2,91.0,"['<', '%', '&']",< $ &],0,1.0 +0125,0125,02,symb,three_rule_comb2,92.0,"['<', '<', '*']",< & *],0,1.0 +0125,0125,02,symb,three_rule_comb2,93.0,"['(', '<', '&']",( < <],0,1.0 +0125,0125,02,symb,three_rule_comb2,94.0,"['&', ':', '~']",& % ~],0,1.0 +0125,0125,02,symb,three_rule_comb2,95.0,"['(', ':', '$']",( % $],0,1.0 +0125,0125,02,symb,three_rule_comb2,96.0,"['~', ':', '~']",~ : *],0,1.0 +0125,0125,02,symb,three_rule_comb2,97.0,"['>', '!', '(']",> ! &,0,1.0 +0125,0125,02,symb,three_rule_comb2,98.0,"['(', '&', ':']",< : $],0,1.0 +0125,0125,02,symb,three_rule_comb2,99.0,"[':', '%', ':']",: * * :],0,1.0 +0125,0125,02,symb,three_rule_comb3,0.0,"['<', '&', '>']",< & >],1,1.0 +0125,0125,02,symb,three_rule_comb3,1.0,"['*', '&', '*']",* & !],0,1.0 +0125,0125,02,symb,three_rule_comb3,2.0,"['~', '!', '>']",~ ! >,1,1.0 +0125,0125,02,symb,three_rule_comb3,3.0,"['(', ':', '$']",$ : $],0,1.0 +0125,0125,02,symb,three_rule_comb3,4.0,"['%', '<', '(']",% < >,0,1.0 +0125,0125,02,symb,three_rule_comb3,5.0,"['(', '&', '(']",( & (,1,1.0 +0125,0125,02,symb,three_rule_comb3,6.0,"['(', '>', ':']",( > :],1,1.0 +0125,0125,02,symb,three_rule_comb3,7.0,"['$', '%', '~']",% ~ :],0,1.0 +0125,0125,02,symb,three_rule_comb3,8.0,"['$', '%', '<']",$ % <,1,1.0 +0125,0125,02,symb,three_rule_comb3,9.0,"['$', '%', '(']",$ % (],1,1.0 +0125,0125,02,symb,three_rule_comb3,10.0,"['~', '*', '>']",~ * >],1,1.0 +0125,0125,02,symb,three_rule_comb3,11.0,"['%', '>', '<']",% > $],0,1.0 +0125,0125,02,symb,three_rule_comb3,12.0,"['!', '%', ':']",! % :],1,1.0 +0125,0125,02,symb,three_rule_comb3,13.0,"['*', '~', '$']",* ~ $],1,1.0 +0125,0125,02,symb,three_rule_comb3,14.0,"['(', '!', '<']",( ! <],1,1.0 +0125,0125,02,symb,three_rule_comb3,15.0,"['&', '!', '$']",& ! $],1,1.0 +0125,0125,02,symb,three_rule_comb3,16.0,"['&', '$', '~']",& $ ~],1,1.0 +0125,0125,02,symb,three_rule_comb3,17.0,"[':', '$', '$']",: $ *],0,1.0 +0125,0125,02,symb,three_rule_comb3,18.0,"['<', '<', '$']",< < $,1,1.0 +0125,0125,02,symb,three_rule_comb3,19.0,"['>', '*', '&']",> * &],1,1.0 +0125,0125,02,symb,three_rule_comb3,20.0,"['$', '<', '(']",$ < (,1,1.0 +0125,0125,02,symb,three_rule_comb3,21.0,"['!', '!', '*']",* ! *],0,1.0 +0125,0125,02,symb,three_rule_comb3,22.0,"['(', '>', '~']",~ > %],0,1.0 +0125,0125,02,symb,three_rule_comb3,23.0,"['!', '!', '$']",: % $],0,1.0 +0125,0125,02,symb,three_rule_comb3,24.0,"['%', '&', '(']",% & :],0,1.0 +0125,0125,02,symb,three_rule_comb3,25.0,"['&', '~', ':']",& ~ :],1,1.0 +0125,0125,02,symb,three_rule_comb3,26.0,"['<', '>', ':']",< > :],1,1.0 +0125,0125,02,symb,three_rule_comb3,27.0,"['&', '&', '!']",& $ !],0,1.0 +0125,0125,02,symb,three_rule_comb3,28.0,"['(', '%', '(']",( % *,0,1.0 +0125,0125,02,symb,three_rule_comb3,29.0,"['%', '~', '>']",% ~ >],1,1.0 +0125,0125,02,symb,three_rule_comb3,30.0,"['<', '&', '$']",< & $],1,1.0 +0125,0125,02,symb,three_rule_comb3,31.0,"['~', '(', ':']",~ ( :],1,1.0 +0125,0125,02,symb,three_rule_comb3,32.0,"['$', '!', '%']",$ % *],0,1.0 +0125,0125,02,symb,three_rule_comb3,33.0,"['$', '$', '<']",$ $ <],1,1.0 +0125,0125,02,symb,three_rule_comb3,34.0,"['$', '(', ':']",$ ( :],1,1.0 +0125,0125,02,symb,three_rule_comb3,35.0,"['!', '!', ':']",! ! :],1,1.0 +0125,0125,02,symb,three_rule_comb3,36.0,"['&', '~', '!']",& ~ !],1,1.0 +0125,0125,02,symb,three_rule_comb3,37.0,"['(', '<', '>']",< % *],0,1.0 +0125,0125,02,symb,three_rule_comb3,38.0,"[':', '>', '$']",: * $],0,1.0 +0125,0125,02,symb,three_rule_comb3,39.0,"['!', ':', '!']",! : !],1,1.0 +0125,0125,02,symb,three_rule_comb3,40.0,"['%', '%', '$']",$ * :],0,1.0 +0125,0125,02,symb,three_rule_comb3,41.0,"['<', '*', '*']",% * %,0,1.0 +0125,0125,02,symb,three_rule_comb3,42.0,"['$', '&', '~']",$ & ~],1,1.0 +0125,0125,02,symb,three_rule_comb3,43.0,"['!', '(', '!']",! ( !],1,1.0 +0125,0125,02,symb,three_rule_comb3,44.0,"[':', '$', ':']",: $ :],1,1.0 +0125,0125,02,symb,three_rule_comb3,45.0,"['$', '$', '%']",$ % ~],0,1.0 +0125,0125,02,symb,three_rule_comb3,46.0,"['%', '<', '&']",% < &],1,1.0 +0125,0125,02,symb,three_rule_comb3,47.0,"['~', '(', '*']",! ( >],0,1.0 +0125,0125,02,symb,three_rule_comb3,48.0,"['>', '>', ':']",> ! :],0,1.0 +0125,0125,02,symb,three_rule_comb3,49.0,"['$', '$', '(']",$ < (],0,1.0 +0125,0125,02,symb,three_rule_comb3,50.0,"['&', '~', '<']",& ~ <],1,1.0 +0125,0125,02,symb,three_rule_comb3,51.0,"['$', '%', ':']",% :],0,1.0 +0125,0125,02,symb,three_rule_comb3,52.0,"['(', '(', '~']",$ ~ %],0,1.0 +0125,0125,02,symb,three_rule_comb3,53.0,"['~', '%', '&']",~ % &],1,1.0 +0125,0125,02,symb,three_rule_comb3,54.0,"['%', '>', '<']",% % <],0,1.0 +0125,0125,02,symb,three_rule_comb3,55.0,"['(', '*', '!']",( * !],1,1.0 +0125,0125,02,symb,three_rule_comb3,56.0,"['$', '!', '>']",$ ! >,1,1.0 +0125,0125,02,symb,three_rule_comb3,57.0,"['~', '!', '!']",~ ! $],0,1.0 +0125,0125,02,symb,three_rule_comb3,58.0,"['<', '&', '&']",< & %,0,1.0 +0125,0125,02,symb,three_rule_comb3,59.0,"['&', '~', '&']",& $ ~],0,1.0 +0125,0125,02,symb,three_rule_comb3,60.0,"['~', '&', '%']",~ & %],1,1.0 +0125,0125,02,symb,three_rule_comb3,61.0,"[':', '(', ':']",: ( :],1,1.0 +0125,0125,02,symb,three_rule_comb3,62.0,"['<', '(', '>']",< ( >],1,1.0 +0125,0125,02,symb,three_rule_comb3,63.0,"['~', '!', '!']",~ ! !,1,1.0 +0125,0125,02,symb,three_rule_comb3,64.0,"['!', '%', '>']",! % >,1,1.0 +0125,0125,02,symb,three_rule_comb3,65.0,"['>', '>', '$']",> > $],1,1.0 +0125,0125,02,symb,three_rule_comb3,66.0,"[':', '>', '~']",: > ~],1,1.0 +0125,0125,02,symb,three_rule_comb3,67.0,"['&', ':', '~']",& : &,0,1.0 +0125,0125,02,symb,three_rule_comb3,68.0,"['*', '!', '*']",* ! *],1,1.0 +0125,0125,02,symb,three_rule_comb3,69.0,"[':', '<', '(']",: < (],1,1.0 +0125,0125,02,symb,three_rule_comb3,70.0,"[':', '~', '*']",: ~ *],1,1.0 +0125,0125,02,symb,three_rule_comb3,71.0,"['&', '$', '(']",& $ (],1,1.0 +0125,0125,02,symb,three_rule_comb3,72.0,"['!', '*', '~']",* : ~,0,1.0 +0125,0125,02,symb,three_rule_comb3,73.0,"['$', ':', '%']",% $ :],0,1.0 +0125,0125,02,symb,three_rule_comb3,74.0,"['>', ':', '!']",% ~ &,0,1.0 +0125,0125,02,symb,three_rule_comb3,75.0,"['(', '&', '(']",( & %],0,1.0 +0125,0125,02,symb,three_rule_comb3,76.0,"['!', '<', '(']",! < (,1,1.0 +0125,0125,02,symb,three_rule_comb3,77.0,"['~', '$', '!']",~ $ !],1,1.0 +0125,0125,02,symb,three_rule_comb3,78.0,"['&', '<', '$']",$ > <,0,1.0 +0125,0125,02,symb,three_rule_comb3,79.0,"['!', ':', '~']",! : ~],1,1.0 +0125,0125,02,symb,three_rule_comb3,80.0,"['(', '<', '&']",* $ &],0,1.0 +0125,0125,02,symb,three_rule_comb3,81.0,"['$', '&', '~']",$ & ~],1,1.0 +0125,0125,02,symb,three_rule_comb3,82.0,"['&', '<', '$']",$ < *,0,1.0 +0125,0125,02,symb,three_rule_comb3,83.0,"['$', '&', '>']",$ & >],1,1.0 +0125,0125,02,symb,three_rule_comb3,84.0,"['~', '&', '!']",$ : <],0,1.0 +0125,0125,02,symb,three_rule_comb3,85.0,"['!', '%', '~']",! % ~,1,1.0 +0125,0125,02,symb,three_rule_comb3,86.0,"['>', '~', '*']",> ~ *],1,1.0 +0125,0125,02,symb,three_rule_comb3,87.0,"['>', '~', '~']",> ~ ~],1,1.0 +0125,0125,02,symb,three_rule_comb3,88.0,"['>', '>', '>']",> > >],1,1.0 +0125,0125,02,symb,three_rule_comb3,89.0,"['&', '(', '$']",$,0,1.0 +0125,0125,02,symb,three_rule_comb3,90.0,"['(', '$', '!']",( $ !,1,1.0 +0125,0125,02,symb,three_rule_comb3,91.0,"['&', '%', ':']",& % :],1,1.0 +0125,0125,02,symb,three_rule_comb3,92.0,"['*', '(', '>']",* ( >],1,1.0 +0125,0125,02,symb,three_rule_comb3,93.0,"['(', '&', '$']",$ < &,0,1.0 +0125,0125,02,symb,three_rule_comb3,94.0,"['~', '%', '<']",~ % <],1,1.0 +0125,0125,02,symb,three_rule_comb3,95.0,"['>', '$', '>']",> $ %],0,1.0 +0125,0125,02,symb,three_rule_comb3,96.0,"['(', '(', '&']",( ( &],1,1.0 +0125,0125,02,symb,three_rule_comb3,97.0,"['~', '&', '<']",~ & <],1,1.0 +0125,0125,02,symb,three_rule_comb3,98.0,"['%', ':', '*']",*,0,1.0 +0125,0125,02,symb,three_rule_comb3,99.0,"['%', '~', '*']",% ~ *,1,1.0 +0125,0125,02,symb,three_rule_comb4,0.0,"[':', '>', '%']",% > %],0,1.0 +0125,0125,02,symb,three_rule_comb4,1.0,"['>', '$', '(']",> ~ (],0,1.0 +0125,0125,02,symb,three_rule_comb4,2.0,"['$', '!', '&']",: ! &],0,1.0 +0125,0125,02,symb,three_rule_comb4,3.0,"['$', '>', '%']",$ > ~],0,1.0 +0125,0125,02,symb,three_rule_comb4,4.0,"['$', ':', '!']",! : !,0,1.0 +0125,0125,02,symb,three_rule_comb4,5.0,"['(', ':', '<']",* > <],0,1.0 +0125,0125,02,symb,three_rule_comb4,6.0,"['$', '!', '~']",: & !],0,1.0 +0125,0125,02,symb,three_rule_comb4,7.0,"['*', '<', ':']",* * :],0,1.0 +0125,0125,02,symb,three_rule_comb4,8.0,"['~', '%', '<']",> & *],0,1.0 +0125,0125,02,symb,three_rule_comb4,9.0,"['%', '&', '$']",% >,0,1.0 +0125,0125,02,symb,three_rule_comb4,10.0,"[':', '&', '<']",:& %],0,1.0 +0125,0125,02,symb,three_rule_comb4,11.0,"['>', '!', ':']",* ~ <],0,1.0 +0125,0125,02,symb,three_rule_comb4,12.0,"['(', '!', '!']",~ ! >],0,1.0 +0125,0125,02,symb,three_rule_comb4,13.0,"['%', ':', '%']",% % %],0,1.0 +0125,0125,02,symb,three_rule_comb4,14.0,"['!', '%', '$']",! $ >,0,1.0 +0125,0125,02,symb,three_rule_comb4,15.0,"['$', ':', ':']",$ % *],0,1.0 +0125,0125,02,symb,three_rule_comb4,16.0,"['%', '%', '%']",% & !],0,1.0 +0125,0125,02,symb,three_rule_comb4,17.0,"['*', '>', '&']",* > $],0,1.0 +0125,0125,02,symb,three_rule_comb4,18.0,"['>', '(', '*']",! ( !],0,1.0 +0125,0125,02,symb,three_rule_comb4,19.0,"['<', '(', '<']",& ( <,0,1.0 +0125,0125,02,symb,three_rule_comb4,20.0,"['*', '<', '*']",* > ],0,1.0 +0125,0125,02,symb,three_rule_comb4,21.0,"['!', '!', '(']",! ~ (],0,1.0 +0125,0125,02,symb,three_rule_comb4,22.0,"['<', '%', '!']",< ! !],0,1.0 +0125,0125,02,symb,three_rule_comb4,23.0,"['!', '%', ':']",! : *],0,1.0 +0125,0125,02,symb,three_rule_comb4,24.0,"['<', ':', '%']",< * %],0,1.0 +0125,0125,02,symb,three_rule_comb4,25.0,"['*', '&', '*']",* < !],0,1.0 +0125,0125,02,symb,three_rule_comb4,26.0,"['*', '>', '*']",* > *,1,1.0 +0125,0125,02,symb,three_rule_comb4,27.0,"['<', '$', ':']",& < $,0,1.0 +0125,0125,02,symb,three_rule_comb4,28.0,"['*', '>', '<']",* ! <],0,1.0 +0125,0125,02,symb,three_rule_comb4,29.0,"['<', '<', '&']",< : &],0,1.0 +0125,0125,02,symb,three_rule_comb4,30.0,"['(', '(', '&']",% & ),0,1.0 +0125,0125,02,symb,three_rule_comb4,31.0,"['&', '!', '(']",& ! >],0,1.0 +0125,0125,02,symb,three_rule_comb4,32.0,"['<', '$', '!']",~ < ~],0,1.0 +0125,0125,02,symb,three_rule_comb4,33.0,"['%', ':', '%']",% : ~],0,1.0 +0125,0125,02,symb,three_rule_comb4,34.0,"['~', '~', ':']",$ ~ <],0,1.0 +0125,0125,02,symb,three_rule_comb4,35.0,"['&', '*', ':']",& * <],0,1.0 +0125,0125,02,symb,three_rule_comb4,36.0,"['<', ':', '!']",< > !],0,1.0 +0125,0125,02,symb,three_rule_comb4,37.0,"['*', '%', '&']",! % >,0,1.0 +0125,0125,02,symb,three_rule_comb4,38.0,"['&', '(', '~']",* ~ <],0,1.0 +0125,0125,02,symb,three_rule_comb4,39.0,"['<', '(', ':']",< % :],0,1.0 +0125,0125,02,symb,three_rule_comb4,40.0,"['&', '~', '&']",$ & <],0,1.0 +0125,0125,02,symb,three_rule_comb4,41.0,"['>', '!', ':']",> ! <],0,1.0 +0125,0125,02,symb,three_rule_comb4,42.0,"[':', '(', '<']",: & *],0,1.0 +0125,0125,02,symb,three_rule_comb4,43.0,"['<', '!', ':']",< ! %],0,1.0 +0125,0125,02,symb,three_rule_comb4,44.0,"['>', '&', '$']",> ( $],0,1.0 +0125,0125,02,symb,three_rule_comb4,45.0,"['>', ':', '(']",% ~ !],0,1.0 +0125,0125,02,symb,three_rule_comb4,46.0,"['*', '*', '&']",~ & &],0,1.0 +0125,0125,02,symb,three_rule_comb4,47.0,"['$', '$', ':']",< $ :],0,1.0 +0125,0125,02,symb,three_rule_comb4,48.0,"['%', '*', '!']",! % (,0,1.0 +0125,0125,02,symb,three_rule_comb4,49.0,"['&', '~', '$']",$ > *,0,1.0 +0125,0125,02,symb,three_rule_comb4,50.0,"['(', ':', '<']",( : *],0,1.0 +0125,0125,02,symb,three_rule_comb4,51.0,"[':', ':', '~']",: * ~],0,1.0 +0125,0125,02,symb,three_rule_comb4,52.0,"[':', '(', '%']",< % ~],0,1.0 +0125,0125,02,symb,three_rule_comb4,53.0,"['%', '$', '$']",% $ !,0,1.0 +0125,0125,02,symb,three_rule_comb4,54.0,"['!', '(', '>']",! % >],0,1.0 +0125,0125,02,symb,three_rule_comb4,55.0,"['(', '>', '~']",: > %,0,1.0 +0125,0125,02,symb,three_rule_comb4,56.0,"['>', '<', '<']",: <],0,1.0 +0125,0125,02,symb,three_rule_comb4,57.0,"['~', '>', '&']",< & $],0,1.0 +0125,0125,02,symb,three_rule_comb4,58.0,"['*', '$', '$']",* < $,0,1.0 +0125,0125,02,symb,three_rule_comb4,59.0,"['<', '!', '<']",* % *,0,1.0 +0125,0125,02,symb,three_rule_comb4,60.0,"['%', ':', '(']",% < (],0,1.0 +0125,0125,02,symb,three_rule_comb4,61.0,"['*', '!', ':']",$ ! :],0,1.0 +0125,0125,02,symb,three_rule_comb4,62.0,"[':', '&', '$']",$ & ~,0,1.0 +0125,0125,02,symb,three_rule_comb4,63.0,"['%', '>', '(']",% > !,0,1.0 +0125,0125,02,symb,three_rule_comb4,64.0,"['<', '$', '*']",$ * $,0,1.0 +0125,0125,02,symb,three_rule_comb4,65.0,"['~', '~', '*']",< ! *],0,1.0 +0125,0125,02,symb,three_rule_comb4,66.0,"[':', '%', '%']",: % ~],0,1.0 +0125,0125,02,symb,three_rule_comb4,67.0,"['~', '$', '$']",~ ~ ~],0,1.0 +0125,0125,02,symb,three_rule_comb4,68.0,"['%', '$', '(']",% $ %],0,1.0 +0125,0125,02,symb,three_rule_comb4,69.0,"['<', ':', '~']",< ! ],0,1.0 +0125,0125,02,symb,three_rule_comb4,70.0,"['%', '!', '<']",% ! <],1,1.0 +0125,0125,02,symb,three_rule_comb4,71.0,"['!', '*', ':']",> * :],0,1.0 +0125,0125,02,symb,three_rule_comb4,72.0,"['>', '>', '(']",$ ! ],0,1.0 +0125,0125,02,symb,three_rule_comb4,73.0,"['&', '>', '*']",& ( *],0,1.0 +0125,0125,02,symb,three_rule_comb4,74.0,"['%', '>', '<']",% > :],0,1.0 +0125,0125,02,symb,three_rule_comb4,75.0,"['%', '!', '!']",~ ! *],0,1.0 +0125,0125,02,symb,three_rule_comb4,76.0,"['<', '$', '<']",< $ *],0,1.0 +0125,0125,02,symb,three_rule_comb4,77.0,"[':', '*', '$']",* < $,0,1.0 +0125,0125,02,symb,three_rule_comb4,78.0,"['<', '&', '&']",< & >,0,1.0 +0125,0125,02,symb,three_rule_comb4,79.0,"['~', '>', '<']",* > %],0,1.0 +0125,0125,02,symb,three_rule_comb4,80.0,"['(', '(', '%']",( ~ ~],0,1.0 +0125,0125,02,symb,three_rule_comb4,81.0,"[':', '(', '>']",% ( ~],0,1.0 +0125,0125,02,symb,three_rule_comb4,82.0,"['$', '%', '*']",$ % <,0,1.0 +0125,0125,02,symb,three_rule_comb4,83.0,"['<', '!', '$']",< ! &],0,1.0 +0125,0125,02,symb,three_rule_comb4,84.0,"['(', '*', ':']",> * :],0,1.0 +0125,0125,02,symb,three_rule_comb4,85.0,"[':', '*', '(']",% : %,0,1.0 +0125,0125,02,symb,three_rule_comb4,86.0,"['*', ':', ':']",* * :],0,1.0 +0125,0125,02,symb,three_rule_comb4,87.0,"['!', '~', '<']",$ ~ *,0,1.0 +0125,0125,02,symb,three_rule_comb4,88.0,"[':', '>', '<']",: ! !],0,1.0 +0125,0125,02,symb,three_rule_comb4,89.0,"['$', '$', '<']",$ * %],0,1.0 +0125,0125,02,symb,three_rule_comb4,90.0,"[':', '~', '*']",: ! $],0,1.0 +0125,0125,02,symb,three_rule_comb4,91.0,"['<', '~', '&']",$ ~ >],0,1.0 +0125,0125,02,symb,three_rule_comb4,92.0,"['*', '$', '(']",* ! (,0,1.0 +0125,0125,02,symb,three_rule_comb4,93.0,"['(', '$', '~']",& $ *],0,1.0 +0125,0125,02,symb,three_rule_comb4,94.0,"['<', '(', '<']",% : &,0,1.0 +0125,0125,02,symb,three_rule_comb4,95.0,"['>', '*', '~']",! * ~],0,1.0 +0125,0125,02,symb,three_rule_comb4,96.0,"['<', '&', '>']",< % >,0,1.0 +0125,0125,02,symb,three_rule_comb4,97.0,"['<', '&', '&']",$ & $,0,1.0 +0125,0125,02,symb,three_rule_comb4,98.0,"['%', '>', ':']",& > $],0,1.0 +0125,0125,02,symb,three_rule_comb4,99.0,"['(', '%', '$']",$ % !,0,1.0 +0125,0125,02,symb,three_rule_comb5,0.0,"['<', '%', '>']",< ! (],0,1.0 +0125,0125,02,symb,three_rule_comb5,1.0,"['!', '!', '&']",! > $,0,1.0 +0125,0125,02,symb,three_rule_comb5,2.0,"['<', '!', '&']",* ~ &],0,1.0 +0125,0125,02,symb,three_rule_comb5,3.0,"['<', '$', '*']",< & ~],0,1.0 +0125,0125,02,symb,three_rule_comb5,4.0,"['%', '*', '(']",: ~ (],0,1.0 +0125,0125,02,symb,three_rule_comb5,5.0,"['$', '*', ':']",% * ^],0,1.0 +0125,0125,02,symb,three_rule_comb5,6.0,"['*', ':', '>']",* % !],0,1.0 +0125,0125,02,symb,three_rule_comb5,7.0,"[':', '(', '<']",: % $],0,1.0 +0125,0125,02,symb,three_rule_comb5,8.0,"['>', '(', '>']",> : !],0,1.0 +0125,0125,02,symb,three_rule_comb5,9.0,"['~', '&', '<']",* ( :],0,1.0 +0125,0125,02,symb,three_rule_comb5,10.0,"['<', '<', '~']",< * *],0,1.0 +0125,0125,02,symb,three_rule_comb5,11.0,"['*', '(', ':']",$ > >,0,1.0 +0125,0125,02,symb,three_rule_comb5,12.0,"['%', '~', '%']",& ~ %],0,1.0 +0125,0125,02,symb,three_rule_comb5,13.0,"['$', '(', '%']",& ( !],0,1.0 +0125,0125,02,symb,three_rule_comb5,14.0,"['~', '!', '*']",* > *,0,1.0 +0125,0125,02,symb,three_rule_comb5,15.0,"['%', '$', ':']",% ~ *],0,1.0 +0125,0125,02,symb,three_rule_comb5,16.0,"['>', '<', '~']",* ! <,0,1.0 +0125,0125,02,symb,three_rule_comb5,17.0,"['%', '&', '>']",% > (],0,1.0 +0125,0125,02,symb,three_rule_comb5,18.0,"['&', '(', '&']",& > (],0,1.0 +0125,0125,02,symb,three_rule_comb5,19.0,"['%', '&', '%']",% & #],0,1.0 +0125,0125,02,symb,three_rule_comb5,20.0,"['(', '(', '$']",(> : &),0,1.0 +0125,0125,02,symb,three_rule_comb5,21.0,"['&', '>', '(']",& : !],0,1.0 +0125,0125,02,symb,three_rule_comb5,22.0,"['$', '(', '(']",& ( %],0,1.0 +0125,0125,02,symb,three_rule_comb5,23.0,"['<', '(', '%']",< % (],0,1.0 +0125,0125,02,symb,three_rule_comb5,24.0,"['~', '%', '(']",* & *],0,1.0 +0125,0125,02,symb,three_rule_comb5,25.0,"[':', '~', '&']",< ~ (],0,1.0 +0125,0125,02,symb,three_rule_comb5,26.0,"['>', '(', ':']",! % :],0,1.0 +0125,0125,02,symb,three_rule_comb5,27.0,"['$', '!', '~']",< ! *],0,1.0 +0125,0125,02,symb,three_rule_comb5,28.0,"['(', ':', '!']",: > !],0,1.0 +0125,0125,02,symb,three_rule_comb5,29.0,"['$', ':', '%']",$ % !,0,1.0 +0125,0125,02,symb,three_rule_comb5,30.0,"['<', '$', '<']",$ :],0,1.0 +0125,0125,02,symb,three_rule_comb5,31.0,"['<', '(', '(']",: % ],0,1.0 +0125,0125,02,symb,three_rule_comb5,32.0,"['<', '<', '$']",< : ~],0,1.0 +0125,0125,02,symb,three_rule_comb5,33.0,"['>', '&', ':']",% & %,0,1.0 +0125,0125,02,symb,three_rule_comb5,34.0,"['(', '%', '<']",< ! *],0,1.0 +0125,0125,02,symb,three_rule_comb5,35.0,"['<', '$', '*']",$ : *,0,1.0 +0125,0125,02,symb,three_rule_comb5,36.0,"['&', '*', '*']",* * (],0,1.0 +0125,0125,02,symb,three_rule_comb5,37.0,"['<', '*', '>']",: * (],0,1.0 +0125,0125,02,symb,three_rule_comb5,38.0,"['!', '$', '&']",! & <],0,1.0 +0125,0125,02,symb,three_rule_comb5,39.0,"['!', ':', '$']",> * $],0,1.0 +0125,0125,02,symb,three_rule_comb5,40.0,"['%', '%', '%']",% ^ &],0,1.0 +0125,0125,02,symb,three_rule_comb5,41.0,"['>', '%', '!']",> * ~,0,1.0 +0125,0125,02,symb,three_rule_comb5,42.0,"['!', '~', ':']",* ~ %],0,1.0 +0125,0125,02,symb,three_rule_comb5,43.0,"['<', '&', '%']",$ & :],0,1.0 +0125,0125,02,symb,three_rule_comb5,44.0,"['~', '(', '$']",~ % &],0,1.0 +0125,0125,02,symb,three_rule_comb5,45.0,"['<', '!', '%']",& ! !],0,1.0 +0125,0125,02,symb,three_rule_comb5,46.0,"['!', '!', ':']",> ! %],0,1.0 +0125,0125,02,symb,three_rule_comb5,47.0,"['$', '$', ':']",$ <,0,1.0 +0125,0125,02,symb,three_rule_comb5,48.0,"['<', '!', '(']",< ( (],0,1.0 +0125,0125,02,symb,three_rule_comb5,49.0,"['!', '(', '$']",! % &],0,1.0 +0125,0125,02,symb,three_rule_comb5,50.0,"['*', '&', '>']",< & (],0,1.0 +0125,0125,02,symb,three_rule_comb5,51.0,"['*', '*', '<']",< * :,0,1.0 +0125,0125,02,symb,three_rule_comb5,52.0,"['&', '(', '$']",# < $,0,1.0 +0125,0125,02,symb,three_rule_comb5,53.0,"['&', '<', '$']",> < ~],0,1.0 +0125,0125,02,symb,three_rule_comb5,54.0,"['%', ':', ':']",: % *],0,1.0 +0125,0125,02,symb,three_rule_comb5,55.0,"['%', '<', '$']",% $ &],0,1.0 +0125,0125,02,symb,three_rule_comb5,56.0,"['%', '~', '*']",* & *],0,1.0 +0125,0125,02,symb,three_rule_comb5,57.0,"['(', '!', '&']",(% &),0,1.0 +0125,0125,02,symb,three_rule_comb5,58.0,"['%', '~', '$']",% > ?],0,1.0 +0125,0125,02,symb,three_rule_comb5,59.0,"[':', '>', '%']",: * ?],0,1.0 +0125,0125,02,symb,three_rule_comb5,60.0,"['&', '(', '>']",$ : >,0,1.0 +0125,0125,02,symb,three_rule_comb5,61.0,"['>', '(', '&']",> % $,0,1.0 +0125,0125,02,symb,three_rule_comb5,62.0,"['(', '%', '(']",( % : ],0,1.0 +0125,0125,02,symb,three_rule_comb5,63.0,"['$', '%', '&']",$ # &,0,1.0 +0125,0125,02,symb,three_rule_comb5,64.0,"['>', '%', ':']",< * :],0,1.0 +0125,0125,02,symb,three_rule_comb5,65.0,"['!', '(', ':']",> & <],0,1.0 +0125,0125,02,symb,three_rule_comb5,66.0,"['$', '&', '%']",% > %],0,1.0 +0125,0125,02,symb,three_rule_comb5,67.0,"['&', '&', '<']",$,0,1.0 +0125,0125,02,symb,three_rule_comb5,68.0,"['!', '<', '!']",> $ !],0,1.0 +0125,0125,02,symb,three_rule_comb5,69.0,"['!', '(', '(']",> : (],0,1.0 +0125,0125,02,symb,three_rule_comb5,70.0,"['!', '*', '<']",* :],0,1.0 +0125,0125,02,symb,three_rule_comb5,71.0,"['%', '<', '<']",$ < ~],0,1.0 +0125,0125,02,symb,three_rule_comb5,72.0,"['<', '$', '>']",* > >,0,1.0 +0125,0125,02,symb,three_rule_comb5,73.0,"['$', '$', '!']",& $ ~],0,1.0 +0125,0125,02,symb,three_rule_comb5,74.0,"[':', '(', '<']",! ! !],0,1.0 +0125,0125,02,symb,three_rule_comb5,75.0,"['!', '<', ':']",! ~ ~],0,1.0 +0125,0125,02,symb,three_rule_comb5,76.0,"['(', '!', '!']",(! $ ),0,1.0 +0125,0125,02,symb,three_rule_comb5,77.0,"[':', '%', '~']",% ! >],0,1.0 +0125,0125,02,symb,three_rule_comb5,78.0,"[':', '~', '>']",% * !,0,1.0 +0125,0125,02,symb,three_rule_comb5,79.0,"['$', '&', '%']",& & :],0,1.0 +0125,0125,02,symb,three_rule_comb5,80.0,"['%', '$', '<']",$ < ],0,1.0 +0125,0125,02,symb,three_rule_comb5,81.0,"['(', '!', '*']",%,0,1.0 +0125,0125,02,symb,three_rule_comb5,82.0,"['*', ':', '~']",* % !],0,1.0 +0125,0125,02,symb,three_rule_comb5,83.0,"['&', '>', '~']",( > !],0,1.0 +0125,0125,02,symb,three_rule_comb5,84.0,"['$', '%', '$']",< % &],0,1.0 +0125,0125,02,symb,three_rule_comb5,85.0,"['<', '%', '<']",< $ ],0,1.0 +0125,0125,02,symb,three_rule_comb5,86.0,"['&', '%', '>']",& : !],0,1.0 +0125,0125,02,symb,three_rule_comb5,87.0,"[':', '(', ':']",* % >,0,1.0 +0125,0125,02,symb,three_rule_comb5,88.0,"['$', '*', '>']",< * !],0,1.0 +0125,0125,02,symb,three_rule_comb5,89.0,"['%', '*', '<']",: * &],0,1.0 +0125,0125,02,symb,three_rule_comb5,90.0,"['>', '<', '*']",! $ &],0,1.0 +0125,0125,02,symb,three_rule_comb5,91.0,"['%', ':', '*']",% < <],0,1.0 +0125,0125,02,symb,three_rule_comb5,92.0,"['&', '%', '$']",* ! $],0,1.0 +0125,0125,02,symb,three_rule_comb5,93.0,"['%', '&', ':']",$ ! :],0,1.0 +0125,0125,02,symb,three_rule_comb5,94.0,"['!', '(', '&']",% $ $],0,1.0 +0125,0125,02,symb,three_rule_comb5,95.0,"['(', '$', '*']",% & $],0,1.0 +0125,0125,02,symb,three_rule_comb5,96.0,"['$', '$', '<']",* $ !,0,1.0 +0125,0125,02,symb,three_rule_comb5,97.0,"[':', '$', '&']",% < &],0,1.0 +0125,0125,02,symb,three_rule_comb5,98.0,"['(', '*', '(']",: ~ <],0,1.0 +0125,0125,02,symb,three_rule_comb5,99.0,"['(', '~', '(']",( * %],0,1.0 +0125,0125,02,symb,three_rule_comb6,0.0,"['%', '&', '~']",% & ~],1,1.0 +0125,0125,02,symb,three_rule_comb6,1.0,"['>', '&', '$']",> & $],1,1.0 +0125,0125,02,symb,three_rule_comb6,2.0,"['&', '%', '*']",% ~ *],0,1.0 +0125,0125,02,symb,three_rule_comb6,3.0,"['!', '&', '$']",& ! <],0,1.0 +0125,0125,02,symb,three_rule_comb6,4.0,"['*', '<', '!']",* < !],1,1.0 +0125,0125,02,symb,three_rule_comb6,5.0,"['*', '%', '$']",* % $],1,1.0 +0125,0125,02,symb,three_rule_comb6,6.0,"['<', '%', '$']",< % $],1,1.0 +0125,0125,02,symb,three_rule_comb6,7.0,"['~', '*', '>']",~ * >],1,1.0 +0125,0125,02,symb,three_rule_comb6,8.0,"['(', '$', '&']",( $ &],1,1.0 +0125,0125,02,symb,three_rule_comb6,9.0,"['<', '<', '&']",< < &],1,1.0 +0125,0125,02,symb,three_rule_comb6,10.0,"['!', '&', ':']",! & :],1,1.0 +0125,0125,02,symb,three_rule_comb6,11.0,"['%', '<', '$']",$ ~ %,0,1.0 +0125,0125,02,symb,three_rule_comb6,12.0,"['>', '&', '&']",> & :],0,1.0 +0125,0125,02,symb,three_rule_comb6,13.0,"['$', '&', '(']",$ & (],1,1.0 +0125,0125,02,symb,three_rule_comb6,14.0,"['(', '*', '$']",( * $],1,1.0 +0125,0125,02,symb,three_rule_comb6,15.0,"['$', '%', ':']",$ % :],1,1.0 +0125,0125,02,symb,three_rule_comb6,16.0,"['%', '<', '(']",% < (],1,1.0 +0125,0125,02,symb,three_rule_comb6,17.0,"['(', '<', '$']",( < $],1,1.0 +0125,0125,02,symb,three_rule_comb6,18.0,"['~', '$', '<']",$ % *,0,1.0 +0125,0125,02,symb,three_rule_comb6,19.0,"['~', '>', '*']",~ > *],1,1.0 +0125,0125,02,symb,three_rule_comb6,20.0,"['$', '(', '$']",$ ( $],1,1.0 +0125,0125,02,symb,three_rule_comb6,21.0,"['~', '$', ':']",~ $ :],1,1.0 +0125,0125,02,symb,three_rule_comb6,22.0,"[':', '!', '$']",: ! $],1,1.0 +0125,0125,02,symb,three_rule_comb6,23.0,"['$', '$', '<']",$ < &,0,1.0 +0125,0125,02,symb,three_rule_comb6,24.0,"['>', '~', '>']",> ~ >],1,1.0 +0125,0125,02,symb,three_rule_comb6,25.0,"['(', ':', ':']",! : :],0,1.0 +0125,0125,02,symb,three_rule_comb6,26.0,"['%', '>', ':']",% > :],1,1.0 +0125,0125,02,symb,three_rule_comb6,27.0,"['&', '(', '!']",& ( !,1,1.0 +0125,0125,02,symb,three_rule_comb6,28.0,"['~', '(', '~']",~ : %],0,1.0 +0125,0125,02,symb,three_rule_comb6,29.0,"['&', '*', '(']",& * (],1,1.0 +0125,0125,02,symb,three_rule_comb6,30.0,"[':', '$', '!']",: $ !],1,1.0 +0125,0125,02,symb,three_rule_comb6,31.0,"['<', '&', ':']",< & :],1,1.0 +0125,0125,02,symb,three_rule_comb6,32.0,"['(', '%', '(']",( % (],1,1.0 +0125,0125,02,symb,three_rule_comb6,33.0,"[':', '(', '&']",: ( >],0,1.0 +0125,0125,02,symb,three_rule_comb6,34.0,"['$', '<', '!']",$ % ~,0,1.0 +0125,0125,02,symb,three_rule_comb6,35.0,"['>', '*', '&']",* > &,0,1.0 +0125,0125,02,symb,three_rule_comb6,36.0,"['!', '(', '*']",! ( *],1,1.0 +0125,0125,02,symb,three_rule_comb6,37.0,"['%', '<', '%']",% < %],1,1.0 +0125,0125,02,symb,three_rule_comb6,38.0,"['&', '&', '*']",& & *],1,1.0 +0125,0125,02,symb,three_rule_comb6,39.0,"['*', '<', '!']",* < !],1,1.0 +0125,0125,02,symb,three_rule_comb6,40.0,"[':', '>', '<']",> : >,0,1.0 +0125,0125,02,symb,three_rule_comb6,41.0,"['<', ':', '<']",< : <],1,1.0 +0125,0125,02,symb,three_rule_comb6,42.0,"['*', '*', '(']",* * >],0,1.0 +0125,0125,02,symb,three_rule_comb6,43.0,"['%', '$', '&']",% $ &],1,1.0 +0125,0125,02,symb,three_rule_comb6,44.0,"['$', '~', '<']",$ ~ %,0,1.0 +0125,0125,02,symb,three_rule_comb6,45.0,"['%', '!', '&']",% ! &,1,1.0 +0125,0125,02,symb,three_rule_comb6,46.0,"['%', '%', '!']",% % !],1,1.0 +0125,0125,02,symb,three_rule_comb6,47.0,"['$', '<', '~']",$ < &,0,1.0 +0125,0125,02,symb,three_rule_comb6,48.0,"['$', '>', '!']",$ > *],0,1.0 +0125,0125,02,symb,three_rule_comb6,49.0,"[':', '~', '%']",: ~ %],1,1.0 +0125,0125,02,symb,three_rule_comb6,50.0,"['%', '&', '~']",% & ~],1,1.0 +0125,0125,02,symb,three_rule_comb6,51.0,"['(', '&', '*']",* < $,0,1.0 +0125,0125,02,symb,three_rule_comb6,52.0,"[':', '$', '!']",: $ !],1,1.0 +0125,0125,02,symb,three_rule_comb6,53.0,"['$', '%', '<']",% < &],0,1.0 +0125,0125,02,symb,three_rule_comb6,54.0,"['(', '(', '~']",% % ~],0,1.0 +0125,0125,02,symb,three_rule_comb6,55.0,"['~', '*', '$']",~ * $],1,1.0 +0125,0125,02,symb,three_rule_comb6,56.0,"['(', ':', '&']",* & %],0,1.0 +0125,0125,02,symb,three_rule_comb6,57.0,"['*', '~', ':']",* $ :],0,1.0 +0125,0125,02,symb,three_rule_comb6,58.0,"['*', '<', '~']",* < !,0,1.0 +0125,0125,02,symb,three_rule_comb6,59.0,"['<', '<', '&']",< < &],1,1.0 +0125,0125,02,symb,three_rule_comb6,60.0,"[':', '&', '!']",: & !],1,1.0 +0125,0125,02,symb,three_rule_comb6,61.0,"['*', '~', '!']",* ~ !],1,1.0 +0125,0125,02,symb,three_rule_comb6,62.0,"['%', '<', '(']",% < (,1,1.0 +0125,0125,02,symb,three_rule_comb6,63.0,"['~', ':', '!']",~ : !],1,1.0 +0125,0125,02,symb,three_rule_comb6,64.0,"['~', '!', '&']",* ! &,0,1.0 +0125,0125,02,symb,three_rule_comb6,65.0,"['&', '!', '~']",& ! ~],1,1.0 +0125,0125,02,symb,three_rule_comb6,66.0,"['~', '&', '~']",~ & ~],1,1.0 +0125,0125,02,symb,three_rule_comb6,67.0,"['~', ':', '$']",~ : $],1,1.0 +0125,0125,02,symb,three_rule_comb6,68.0,"['(', '&', '$']",% & $],0,1.0 +0125,0125,02,symb,three_rule_comb6,69.0,"['~', '$', '*']",~ $ *],1,1.0 +0125,0125,02,symb,three_rule_comb6,70.0,"['&', '!', '<']",& ! >,0,1.0 +0125,0125,02,symb,three_rule_comb6,71.0,"['*', '%', '!']",% < !],0,1.0 +0125,0125,02,symb,three_rule_comb6,72.0,"['%', '(', '>']",% ! >],0,1.0 +0125,0125,02,symb,three_rule_comb6,73.0,"['&', '~', '~']",& ~ ~],1,1.0 +0125,0125,02,symb,three_rule_comb6,74.0,"['!', '*', '~']",! * $,0,1.0 +0125,0125,02,symb,three_rule_comb6,75.0,"['!', '(', '>']",! ( >],1,1.0 +0125,0125,02,symb,three_rule_comb6,76.0,"[':', '%', '>']",: % >],1,1.0 +0125,0125,02,symb,three_rule_comb6,77.0,"['$', '!', '~']",$ : *],0,1.0 +0125,0125,02,symb,three_rule_comb6,78.0,"['~', '%', ':']",% * :],0,1.0 +0125,0125,02,symb,three_rule_comb6,79.0,"['~', '%', '%']",% $ &],0,1.0 +0125,0125,02,symb,three_rule_comb6,80.0,"['!', '~', '!']",> !],0,1.0 +0125,0125,02,symb,three_rule_comb6,81.0,"['&', '<', '%']",& < %],1,1.0 +0125,0125,02,symb,three_rule_comb6,82.0,"['&', '(', '<']",& ( <],1,1.0 +0125,0125,02,symb,three_rule_comb6,83.0,"['(', '$', '!']",$ : !],0,1.0 +0125,0125,02,symb,three_rule_comb6,84.0,"[':', '>', '%']",% > !,0,1.0 +0125,0125,02,symb,three_rule_comb6,85.0,"['&', '!', '$']",& ! $,1,1.0 +0125,0125,02,symb,three_rule_comb6,86.0,"['(', '>', '~']",( > ~],1,1.0 +0125,0125,02,symb,three_rule_comb6,87.0,"['&', '(', ':']",& ( :],1,1.0 +0125,0125,02,symb,three_rule_comb6,88.0,"['%', '<', ':']",% < :],1,1.0 +0125,0125,02,symb,three_rule_comb6,89.0,"[':', '!', '$']",: ! $],1,1.0 +0125,0125,02,symb,three_rule_comb6,90.0,"['<', '&', '*']",< & *],1,1.0 +0125,0125,02,symb,three_rule_comb6,91.0,"['>', '~', '$']",> ~ $],1,1.0 +0125,0125,02,symb,three_rule_comb6,92.0,"['!', '>', '$']",! > $],1,1.0 +0125,0125,02,symb,three_rule_comb6,93.0,"['$', ':', '&']",$ : &],1,1.0 +0125,0125,02,symb,three_rule_comb6,94.0,"['(', '$', '(']",( $ :],0,1.0 +0125,0125,02,symb,three_rule_comb6,95.0,"['(', '>', ':']",: & :],0,1.0 +0125,0125,02,symb,three_rule_comb6,96.0,"['!', '>', '>']",! > $],0,1.0 +0125,0125,02,symb,three_rule_comb6,97.0,"[':', '&', '~']",: & ~],1,1.0 +0125,0125,02,symb,three_rule_comb6,98.0,"['>', '!', '<']",> ! <,1,1.0 +0125,0125,02,symb,three_rule_comb6,99.0,"['<', '~', ':']",< ~ :],1,1.0 +0125,0125,02,symb,three_rule_comb7,0.0,"['<', '(', ':']",< ( *],0,1.0 +0125,0125,02,symb,three_rule_comb7,1.0,"['!', '&', ':']",! & >],0,1.0 +0125,0125,02,symb,three_rule_comb7,2.0,"['(', '>', '$']",: * &],0,1.0 +0125,0125,02,symb,three_rule_comb7,3.0,"['(', ':', '<']",% ( ~],0,1.0 +0125,0125,02,symb,three_rule_comb7,4.0,"['>', '<', '*']",* < >,0,1.0 +0125,0125,02,symb,three_rule_comb7,5.0,"['$', '!', '$']",$ : ~],0,1.0 +0125,0125,02,symb,three_rule_comb7,6.0,"['<', '&', '<']",* & <,0,1.0 +0125,0125,02,symb,three_rule_comb7,7.0,"['*', '$', '%']",% $ >,0,1.0 +0125,0125,02,symb,three_rule_comb7,8.0,"['*', '*', '!']",* ~ >],0,1.0 +0125,0125,02,symb,three_rule_comb7,9.0,"['~', '*', ':']",~ * %],0,1.0 +0125,0125,02,symb,three_rule_comb7,10.0,"['<', '&', '(']",< & :],0,1.0 +0125,0125,02,symb,three_rule_comb7,11.0,"['*', '~', '&']",~ ~ &],0,1.0 +0125,0125,02,symb,three_rule_comb7,12.0,"['(', '(', '(']",& ( (],0,1.0 +0125,0125,02,symb,three_rule_comb7,13.0,"['(', '(', '%']",( > !],0,1.0 +0125,0125,02,symb,three_rule_comb7,14.0,"['>', '>', '(']",: ! %],0,1.0 +0125,0125,02,symb,three_rule_comb7,15.0,"['!', '%', '%']",> * :],0,1.0 +0125,0125,02,symb,three_rule_comb7,16.0,"[':', ':', '%']",: * !],0,1.0 +0125,0125,02,symb,three_rule_comb7,17.0,"[':', '&', '(']",: * %],0,1.0 +0125,0125,02,symb,three_rule_comb7,18.0,"['~', '*', '~']",~ < ~],0,1.0 +0125,0125,02,symb,three_rule_comb7,19.0,"['&', '!', '$']",& ! !],0,1.0 +0125,0125,02,symb,three_rule_comb7,20.0,"['<', '~', '<']",* ~ <,0,1.0 +0125,0125,02,symb,three_rule_comb7,21.0,"['&', '(', '!']",< $ %,0,1.0 +0125,0125,02,symb,three_rule_comb7,22.0,"['~', '(', '&']",~ ( (],0,1.0 +0125,0125,02,symb,three_rule_comb7,23.0,"[':', '%', '!']",: % (],0,1.0 +0125,0125,02,symb,three_rule_comb7,24.0,"[':', '(', '&']",< & &],0,1.0 +0125,0125,02,symb,three_rule_comb7,25.0,"['<', '!', '(']",< ! &],0,1.0 +0125,0125,02,symb,three_rule_comb7,26.0,"['(', ':', '~']",% : ~,0,1.0 +0125,0125,02,symb,three_rule_comb7,27.0,"['*', '&', '*']",* & !,0,1.0 +0125,0125,02,symb,three_rule_comb7,28.0,"['$', ':', '$']",$ > ~,0,1.0 +0125,0125,02,symb,three_rule_comb7,29.0,"['%', '*', '$']",% * ~],0,1.0 +0125,0125,02,symb,three_rule_comb7,30.0,"['$', '$', '$']",$ ! <,0,1.0 +0125,0125,02,symb,three_rule_comb7,31.0,"['~', '&', '$']",$ > $,0,1.0 +0125,0125,02,symb,three_rule_comb7,32.0,"['(', '<', '$']",( ~ ~],0,1.0 +0125,0125,02,symb,three_rule_comb7,33.0,"['!', '<', '&']",! : &],0,1.0 +0125,0125,02,symb,three_rule_comb7,34.0,"['~', '<', '(']",> $ >],0,1.0 +0125,0125,02,symb,three_rule_comb7,35.0,"['*', '!', '&']",$ > ~],0,1.0 +0125,0125,02,symb,three_rule_comb7,36.0,"['~', '&', '<']",* & $],0,1.0 +0125,0125,02,symb,three_rule_comb7,37.0,"['&', '(', '>']",& > >],0,1.0 +0125,0125,02,symb,three_rule_comb7,38.0,"['<', '(', '<']",< & :,0,1.0 +0125,0125,02,symb,three_rule_comb7,39.0,"['%', '*', '(']",% * >],0,1.0 +0125,0125,02,symb,three_rule_comb7,40.0,"['<', '$', '(']",< $ >,0,1.0 +0125,0125,02,symb,three_rule_comb7,41.0,"['*', '*', '&']",$ & :],0,1.0 +0125,0125,02,symb,three_rule_comb7,42.0,"['*', '(', '!']",~ > %],0,1.0 +0125,0125,02,symb,three_rule_comb7,43.0,"[':', '&', '>']",% > ~],0,1.0 +0125,0125,02,symb,three_rule_comb7,44.0,"[':', '>', '*']",* > <],0,1.0 +0125,0125,02,symb,three_rule_comb7,45.0,"['!', '$', '*']",$ > *,0,1.0 +0125,0125,02,symb,three_rule_comb7,46.0,"['$', '>', '<']",$ ( <],0,1.0 +0125,0125,02,symb,three_rule_comb7,47.0,"['%', '(', '!']",% > !,0,1.0 +0125,0125,02,symb,three_rule_comb7,48.0,"['<', '~', '*']",< ~ !],0,1.0 +0125,0125,02,symb,three_rule_comb7,49.0,"['(', '%', '$']",% % $,0,1.0 +0125,0125,02,symb,three_rule_comb7,50.0,"['!', '&', '>']",$ > >,0,1.0 +0125,0125,02,symb,three_rule_comb7,51.0,"[':', ':', '<']",( & >],0,1.0 +0125,0125,02,symb,three_rule_comb7,52.0,"['*', '$', '&']",* ! &],0,1.0 +0125,0125,02,symb,three_rule_comb7,53.0,"['!', ':', '%']",(: ),0,1.0 +0125,0125,02,symb,three_rule_comb7,54.0,"['~', '%', '%']",~ ! %],0,1.0 +0125,0125,02,symb,three_rule_comb7,55.0,"['&', '~', '%']",% ~ :],0,1.0 +0125,0125,02,symb,three_rule_comb7,56.0,"['$', '(', '%']",$ < %,0,1.0 +0125,0125,02,symb,three_rule_comb7,57.0,"['>', '%', '>']",% > *,0,1.0 +0125,0125,02,symb,three_rule_comb7,58.0,"['$', '!', '<']",~ ! <],0,1.0 +0125,0125,02,symb,three_rule_comb7,59.0,"['!', '(', '(']",! & (],0,1.0 +0125,0125,02,symb,three_rule_comb7,60.0,"[':', '&', '$']",: & !],0,1.0 +0125,0125,02,symb,three_rule_comb7,61.0,"['<', '&', '!']",< & ~],0,1.0 +0125,0125,02,symb,three_rule_comb7,62.0,"['(', ':', '>']",: > $],0,1.0 +0125,0125,02,symb,three_rule_comb7,63.0,"['<', '%', '<']",$ % <],0,1.0 +0125,0125,02,symb,three_rule_comb7,64.0,"['<', '&', '~']",$ & ~,0,1.0 +0125,0125,02,symb,three_rule_comb7,65.0,"[':', '(', '(']",: > (],0,1.0 +0125,0125,02,symb,three_rule_comb7,66.0,"['$', '*', '!']",! * >,0,1.0 +0125,0125,02,symb,three_rule_comb7,67.0,"['(', '~', '>']",% ~ >],0,1.0 +0125,0125,02,symb,three_rule_comb7,68.0,"['<', '!', '%']",* ! %],0,1.0 +0125,0125,02,symb,three_rule_comb7,69.0,"['<', '(', '$']",: ( $],0,1.0 +0125,0125,02,symb,three_rule_comb7,70.0,"['(', '~', '~']",* ( !],0,1.0 +0125,0125,02,symb,three_rule_comb7,71.0,"['~', '~', '&']",~ ! >],0,1.0 +0125,0125,02,symb,three_rule_comb7,72.0,"['(', '%', ':']",% % %],0,1.0 +0125,0125,02,symb,three_rule_comb7,73.0,"['&', '$', '>']",& & >,0,1.0 +0125,0125,02,symb,three_rule_comb7,74.0,"['<', '(', '~']",& ~ ],0,1.0 +0125,0125,02,symb,three_rule_comb7,75.0,"['$', '*', '$']",& : *],0,1.0 +0125,0125,02,symb,three_rule_comb7,76.0,"[':', '<', '>']",: $ %,0,1.0 +0125,0125,02,symb,three_rule_comb7,77.0,"['&', ':', '&']",& ~ &],0,1.0 +0125,0125,02,symb,three_rule_comb7,78.0,"['<', '>', '<']",$ < ~,0,1.0 +0125,0125,02,symb,three_rule_comb7,79.0,"['~', '%', '>']",! % >],0,1.0 +0125,0125,02,symb,three_rule_comb7,80.0,"['%', '>', '*']",: ~ <],0,1.0 +0125,0125,02,symb,three_rule_comb7,81.0,"['*', '<', '$']",* : $],0,1.0 +0125,0125,02,symb,three_rule_comb7,82.0,"['&', '$', '$']",& $ <],0,1.0 +0125,0125,02,symb,three_rule_comb7,83.0,"['*', '(', '(']",* & %],0,1.0 +0125,0125,02,symb,three_rule_comb7,84.0,"[':', '~', '(']",: ~ &],0,1.0 +0125,0125,02,symb,three_rule_comb7,85.0,"[':', '<', '<']",: < :],0,1.0 +0125,0125,02,symb,three_rule_comb7,86.0,"['~', '%', '$']",~ ~ $,0,1.0 +0125,0125,02,symb,three_rule_comb7,87.0,"['&', '<', '~']",* % &,0,1.0 +0125,0125,02,symb,three_rule_comb7,88.0,"[':', '(', '&']",:&],0,1.0 +0125,0125,02,symb,three_rule_comb7,89.0,"['~', '>', '%']",% ~ &],0,1.0 +0125,0125,02,symb,three_rule_comb7,90.0,"[':', '~', '&']",% < &],0,1.0 +0125,0125,02,symb,three_rule_comb7,91.0,"['(', '&', '(']",( > <],0,1.0 +0125,0125,02,symb,three_rule_comb7,92.0,"['~', '~', '(']",* : ~],0,1.0 +0125,0125,02,symb,three_rule_comb7,93.0,"['~', '$', '~']",~ > !],0,1.0 +0125,0125,02,symb,three_rule_comb7,94.0,"['&', '!', '<']",& ! *],0,1.0 +0125,0125,02,symb,three_rule_comb7,95.0,"['&', '<', '*']",: > *],0,1.0 +0125,0125,02,symb,three_rule_comb7,96.0,"['*', '(', '~']",% < ~],0,1.0 +0125,0125,02,symb,three_rule_comb7,97.0,"['%', '!', '%']",% ~ &,0,1.0 +0125,0125,02,symb,three_rule_comb7,98.0,"[':', '!', '%']",:],0,1.0 +0125,0125,02,symb,three_rule_comb7,99.0,"[':', '$', '!']",: ~ >],0,1.0 +0125,0125,02,symb,three_rule_comb8,0.0,"[':', '&', '*']",$ * >,0,1.0 +0125,0125,02,symb,three_rule_comb8,1.0,"['<', '<', '<']",* : <,0,1.0 +0125,0125,02,symb,three_rule_comb8,2.0,"['!', '%', ':']",: : %],0,1.0 +0125,0125,02,symb,three_rule_comb8,3.0,"['>', '<', '$']",! & *],0,1.0 +0125,0125,02,symb,three_rule_comb8,4.0,"['$', '(', ':']",: > ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,5.0,"['<', '!', ':']",( ( ~,0,1.0 +0125,0125,02,symb,three_rule_comb8,6.0,"['(', '~', '&']",: * <],0,1.0 +0125,0125,02,symb,three_rule_comb8,7.0,"[':', '!', '%']",! % *],0,1.0 +0125,0125,02,symb,three_rule_comb8,8.0,"['>', '%', '~']",> ! !],0,1.0 +0125,0125,02,symb,three_rule_comb8,9.0,"['%', '>', '%']",% ~ (],0,1.0 +0125,0125,02,symb,three_rule_comb8,10.0,"['!', '<', '~']",< < *],0,1.0 +0125,0125,02,symb,three_rule_comb8,11.0,"['%', '(', '<']",! ( *],0,1.0 +0125,0125,02,symb,three_rule_comb8,12.0,"['~', '~', '(']",! ~ >],0,1.0 +0125,0125,02,symb,three_rule_comb8,13.0,"['&', '$', ':']",: < &],0,1.0 +0125,0125,02,symb,three_rule_comb8,14.0,"['%', '>', '&']",% ! <],0,1.0 +0125,0125,02,symb,three_rule_comb8,15.0,"['!', ':', '!']",% > !],0,1.0 +0125,0125,02,symb,three_rule_comb8,16.0,"['(', '~', '>']",! ~ >],0,1.0 +0125,0125,02,symb,three_rule_comb8,17.0,"['*', ':', '(']",* < >,0,1.0 +0125,0125,02,symb,three_rule_comb8,18.0,"['&', '<', '<']",$ & %,0,1.0 +0125,0125,02,symb,three_rule_comb8,19.0,"['%', '>', '<']",: ! %],0,1.0 +0125,0125,02,symb,three_rule_comb8,20.0,"['(', '&', '$']",> & ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,21.0,"['%', '$', '(']",* ~ >],0,1.0 +0125,0125,02,symb,three_rule_comb8,22.0,"[':', '(', '*']",: > <],0,1.0 +0125,0125,02,symb,three_rule_comb8,23.0,"['$', '(', ':']",< & %],0,1.0 +0125,0125,02,symb,three_rule_comb8,24.0,"['<', '!', '%']",< ~ ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,25.0,"['%', '<', ':']",* < %],0,1.0 +0125,0125,02,symb,three_rule_comb8,26.0,"[':', ':', '<']",> : <],0,1.0 +0125,0125,02,symb,three_rule_comb8,27.0,"['%', '<', ':']",! * :],0,1.0 +0125,0125,02,symb,three_rule_comb8,28.0,"['(', '<', '!']",> < >],0,1.0 +0125,0125,02,symb,three_rule_comb8,29.0,"['(', '<', '~']",( ~ <],0,1.0 +0125,0125,02,symb,three_rule_comb8,30.0,"['~', '~', '%']",* % *],0,1.0 +0125,0125,02,symb,three_rule_comb8,31.0,"['>', '<', '>']",! $ ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,32.0,"['(', '%', ':']",: * (],0,1.0 +0125,0125,02,symb,three_rule_comb8,33.0,"['!', '%', '*']",% > ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,34.0,"['~', ':', '<']",~ < *],0,1.0 +0125,0125,02,symb,three_rule_comb8,35.0,"['$', '%', '$']",% > ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,36.0,"['>', '(', '~']",> < <],0,1.0 +0125,0125,02,symb,three_rule_comb8,37.0,"['>', '!', ':']",< ! %],0,1.0 +0125,0125,02,symb,three_rule_comb8,38.0,"['<', '%', '&']",$ & >,0,1.0 +0125,0125,02,symb,three_rule_comb8,39.0,"['$', '<', '%']",& < $],0,1.0 +0125,0125,02,symb,three_rule_comb8,40.0,"['(', '>', '&']",% < <,0,1.0 +0125,0125,02,symb,three_rule_comb8,41.0,"['&', '~', '>']",* ! <],0,1.0 +0125,0125,02,symb,three_rule_comb8,42.0,"['(', '*', '<']",* * !],0,1.0 +0125,0125,02,symb,three_rule_comb8,43.0,"['~', '&', '!']",$ ! (,0,1.0 +0125,0125,02,symb,three_rule_comb8,44.0,"['%', '$', '%']",! ! %],0,1.0 +0125,0125,02,symb,three_rule_comb8,45.0,"['<', ':', '(']",% : !,0,1.0 +0125,0125,02,symb,three_rule_comb8,46.0,"['$', ':', '%']",& ~ (],0,1.0 +0125,0125,02,symb,three_rule_comb8,47.0,"['!', '%', '*']",! ~ <],0,1.0 +0125,0125,02,symb,three_rule_comb8,48.0,"['<', '&', '!']",$ > *],0,1.0 +0125,0125,02,symb,three_rule_comb8,49.0,"[':', '$', '<']",% < &],0,1.0 +0125,0125,02,symb,three_rule_comb8,50.0,"['*', '$', '%']",* < &],0,1.0 +0125,0125,02,symb,three_rule_comb8,51.0,"['&', '&', '&']",& > *],0,1.0 +0125,0125,02,symb,three_rule_comb8,52.0,"['~', '(', '<']",* > &,0,1.0 +0125,0125,02,symb,three_rule_comb8,53.0,"['!', '<', '>']",> & ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,54.0,"['>', '<', '*']",~ ( *],0,1.0 +0125,0125,02,symb,three_rule_comb8,55.0,"['&', '~', '!']",$ * %],0,1.0 +0125,0125,02,symb,three_rule_comb8,56.0,"['%', '$', '&']",* $ $],0,1.0 +0125,0125,02,symb,three_rule_comb8,57.0,"['<', '!', '&']",$ < ^,0,1.0 +0125,0125,02,symb,three_rule_comb8,58.0,"['~', '*', '&']",< ! *],0,1.0 +0125,0125,02,symb,three_rule_comb8,59.0,"['<', '<', '%']",: > ?],0,1.0 +0125,0125,02,symb,three_rule_comb8,60.0,"['&', '$', '$']",* : $],0,1.0 +0125,0125,02,symb,three_rule_comb8,61.0,"[':', ':', '&']",:% >,0,1.0 +0125,0125,02,symb,three_rule_comb8,62.0,"['$', '(', '*']",$ & <],0,1.0 +0125,0125,02,symb,three_rule_comb8,63.0,"['&', '$', '%']",& ! ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,64.0,"['<', '$', '<']",< ! :],0,1.0 +0125,0125,02,symb,three_rule_comb8,65.0,"[':', '%', '<']",~ & <],0,1.0 +0125,0125,02,symb,three_rule_comb8,66.0,"['<', '~', ':']",< : ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,67.0,"['%', '<', ':']",% ~ >],0,1.0 +0125,0125,02,symb,three_rule_comb8,68.0,"[':', '<', '>']",: ~ ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,69.0,"['&', ':', '$']",& * !],0,1.0 +0125,0125,02,symb,three_rule_comb8,70.0,"['<', '*', '$']",* > ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,71.0,"['<', '(', '*']",* ! <,0,1.0 +0125,0125,02,symb,three_rule_comb8,72.0,"[':', '$', '%']",% : ~,0,1.0 +0125,0125,02,symb,three_rule_comb8,73.0,"['%', '!', '(']",# % ?,0,1.0 +0125,0125,02,symb,three_rule_comb8,74.0,"['%', '<', '&']",*: $ &,0,1.0 +0125,0125,02,symb,three_rule_comb8,75.0,"['(', '<', '~']",: & %],0,1.0 +0125,0125,02,symb,three_rule_comb8,76.0,"['$', '!', '*']",< * ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,77.0,"['%', '>', '(']",% ( &],0,1.0 +0125,0125,02,symb,three_rule_comb8,78.0,"[':', '&', '>']",% $ ~,0,1.0 +0125,0125,02,symb,three_rule_comb8,79.0,"['&', '$', '>']",< & *],0,1.0 +0125,0125,02,symb,three_rule_comb8,80.0,"['%', '&', ':']",% * %],0,1.0 +0125,0125,02,symb,three_rule_comb8,81.0,"['$', '*', '%']",< : (],0,1.0 +0125,0125,02,symb,three_rule_comb8,82.0,"[':', ':', '&']",: * >],0,1.0 +0125,0125,02,symb,three_rule_comb8,83.0,"['*', '&', ':']",* > *],0,1.0 +0125,0125,02,symb,three_rule_comb8,84.0,"['!', '$', '%']",~ ! %],0,1.0 +0125,0125,02,symb,three_rule_comb8,85.0,"['!', '<', ':']",> & >],0,1.0 +0125,0125,02,symb,three_rule_comb8,86.0,"['~', '&', '(']",~ > &],0,1.0 +0125,0125,02,symb,three_rule_comb8,87.0,"['<', '%', '*']",$ ! ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,88.0,"[':', '&', '%']",: > !],0,1.0 +0125,0125,02,symb,three_rule_comb8,89.0,"['(', '$', ':']",$ : $,0,1.0 +0125,0125,02,symb,three_rule_comb8,90.0,"['<', '%', '*']",< ~ <],0,1.0 +0125,0125,02,symb,three_rule_comb8,91.0,"['%', '!', '*']",% ~ >,0,1.0 +0125,0125,02,symb,three_rule_comb8,92.0,"[':', ':', '~']",% ~ >,0,1.0 +0125,0125,02,symb,three_rule_comb8,93.0,"['&', '%', '*']",$ : $],0,1.0 +0125,0125,02,symb,three_rule_comb8,94.0,"[':', ':', '>']",: ! >],0,1.0 +0125,0125,02,symb,three_rule_comb8,95.0,"['~', '<', '(']",% & $],0,1.0 +0125,0125,02,symb,three_rule_comb8,96.0,"['$', '$', '!']",* : !,0,1.0 +0125,0125,02,symb,three_rule_comb8,97.0,"['%', ':', '<']",% > ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,98.0,"['<', '%', '!']",< ~ ~],0,1.0 +0125,0125,02,symb,three_rule_comb8,99.0,"[':', '&', '%']",% < ~,0,1.0 +0125,0125,02,symb,three_rule_comb9,0.0,"['<', '>', '!']",: ! >],0,1.0 +0125,0125,02,symb,three_rule_comb9,1.0,"[':', '$', '%']",: < )],0,1.0 +0125,0125,02,symb,three_rule_comb9,2.0,"['~', '>', '*']",< ! ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,3.0,"['<', ':', '~']",($ *],0,1.0 +0125,0125,02,symb,three_rule_comb9,4.0,"['<', '~', '*']",$ * ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,5.0,"['>', ':', '(']",% ! ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,6.0,"['%', '&', '<']",< &],0,1.0 +0125,0125,02,symb,three_rule_comb9,7.0,"['$', '&', '%']",! & <],0,1.0 +0125,0125,02,symb,three_rule_comb9,8.0,"[':', '%', '!']",% ( >,0,1.0 +0125,0125,02,symb,three_rule_comb9,9.0,"['%', '<', ':']",? @ #],0,1.0 +0125,0125,02,symb,three_rule_comb9,10.0,"['%', ':', '&']",: % <],0,1.0 +0125,0125,02,symb,three_rule_comb9,11.0,"['%', '&', '&']",# # >],0,1.0 +0125,0125,02,symb,three_rule_comb9,12.0,"['$', '&', '~']",& < *],0,1.0 +0125,0125,02,symb,three_rule_comb9,13.0,"['(', ':', '&']",* % &],0,1.0 +0125,0125,02,symb,three_rule_comb9,14.0,"['*', '<', '%']",: $ ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,15.0,"[':', '&', '<']",% < $],0,1.0 +0125,0125,02,symb,three_rule_comb9,16.0,"['~', '%', ':']",! ! *],0,1.0 +0125,0125,02,symb,three_rule_comb9,17.0,"['<', '*', '(']",: < &],0,1.0 +0125,0125,02,symb,three_rule_comb9,18.0,"['(', '~', '$']",% * <],0,1.0 +0125,0125,02,symb,three_rule_comb9,19.0,"['*', ':', '%']",~ > :],0,1.0 +0125,0125,02,symb,three_rule_comb9,20.0,"['%', ':', '>']",% !],0,1.0 +0125,0125,02,symb,three_rule_comb9,21.0,"['&', '*', '$']",& ~ $],0,1.0 +0125,0125,02,symb,three_rule_comb9,22.0,"['<', ':', '*']",$ % ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,23.0,"['~', '&', '*']",> * $],0,1.0 +0125,0125,02,symb,three_rule_comb9,24.0,"['(', '$', '%']",< % &],0,1.0 +0125,0125,02,symb,three_rule_comb9,25.0,"['*', '$', ':']",% > !],0,1.0 +0125,0125,02,symb,three_rule_comb9,26.0,"['%', '$', '&']",: < $],0,1.0 +0125,0125,02,symb,three_rule_comb9,27.0,"['%', '&', '<']",: < $],0,1.0 +0125,0125,02,symb,three_rule_comb9,28.0,"[':', '&', '%']",% $ (,0,1.0 +0125,0125,02,symb,three_rule_comb9,29.0,"[':', '~', '(']",% * ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,30.0,"['<', ':', ':']",% ] >,0,1.0 +0125,0125,02,symb,three_rule_comb9,31.0,"[':', '>', '&']",% ! $],0,1.0 +0125,0125,02,symb,three_rule_comb9,32.0,"['%', '(', '<']",: % $],0,1.0 +0125,0125,02,symb,three_rule_comb9,33.0,"['>', '<', '$']",! & <],0,1.0 +0125,0125,02,symb,three_rule_comb9,34.0,"['$', '(', '*']",! > ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,35.0,"['~', '(', '%']",# > #,0,1.0 +0125,0125,02,symb,three_rule_comb9,36.0,"['$', '%', '(']",< ( :],0,1.0 +0125,0125,02,symb,three_rule_comb9,37.0,"[':', '$', '!']",! & ],0,1.0 +0125,0125,02,symb,three_rule_comb9,38.0,"['>', '%', '%']",! : (],0,1.0 +0125,0125,02,symb,three_rule_comb9,39.0,"['!', '$', '(']",> < %],0,1.0 +0125,0125,02,symb,three_rule_comb9,40.0,"[':', '~', '$']",* &],0,1.0 +0125,0125,02,symb,three_rule_comb9,41.0,"[':', '&', '(']",< > %],0,1.0 +0125,0125,02,symb,three_rule_comb9,42.0,"['>', '*', '$']",& > ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,43.0,"['&', '%', '$']",< : &],0,1.0 +0125,0125,02,symb,three_rule_comb9,44.0,"['~', '(', '(']",* % :],0,1.0 +0125,0125,02,symb,three_rule_comb9,45.0,"['&', '>', '(']",$ ! :],0,1.0 +0125,0125,02,symb,three_rule_comb9,46.0,"[':', '*', '&']",% ~ <,0,1.0 +0125,0125,02,symb,three_rule_comb9,47.0,"['%', ':', '>']",# > *],0,1.0 +0125,0125,02,symb,three_rule_comb9,48.0,"['~', '$', '<']",* < $],0,1.0 +0125,0125,02,symb,three_rule_comb9,49.0,"['&', '<', '<']",$ & $],0,1.0 +0125,0125,02,symb,three_rule_comb9,50.0,"['%', '%', '&']",# & !],0,1.0 +0125,0125,02,symb,three_rule_comb9,51.0,"['*', '$', '&']",* > ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,52.0,"['$', ':', '<']",< ( &],0,1.0 +0125,0125,02,symb,three_rule_comb9,53.0,"['%', '%', '~']",! ~ !],0,1.0 +0125,0125,02,symb,three_rule_comb9,54.0,"['$', '$', ':']",! ~ :]],0,1.0 +0125,0125,02,symb,three_rule_comb9,55.0,"['<', '(', '!']",& % >],0,1.0 +0125,0125,02,symb,three_rule_comb9,56.0,"['&', '>', '$']",$ ! <],0,1.0 +0125,0125,02,symb,three_rule_comb9,57.0,"['&', '$', ':']",$ & %,0,1.0 +0125,0125,02,symb,three_rule_comb9,58.0,"['(', '&', '%']",% < (,0,1.0 +0125,0125,02,symb,three_rule_comb9,59.0,"['$', '>', '<']",< ! $],0,1.0 +0125,0125,02,symb,three_rule_comb9,60.0,"['$', '<', '(']",< & :],0,1.0 +0125,0125,02,symb,three_rule_comb9,61.0,"[':', '%', '*']",% : ~,0,1.0 +0125,0125,02,symb,three_rule_comb9,62.0,"['&', '<', ':']",< & %],0,1.0 +0125,0125,02,symb,three_rule_comb9,63.0,"['$', '(', ':']",% : >,0,1.0 +0125,0125,02,symb,three_rule_comb9,64.0,"['~', ':', '$']",* ( &],0,1.0 +0125,0125,02,symb,three_rule_comb9,65.0,"['(', '%', '!']",% : >],0,1.0 +0125,0125,02,symb,three_rule_comb9,66.0,"['<', '&', '~']",< * &],0,1.0 +0125,0125,02,symb,three_rule_comb9,67.0,"['<', '$', '!']",* & >,0,1.0 +0125,0125,02,symb,three_rule_comb9,68.0,"[':', '$', '%']",% < (,0,1.0 +0125,0125,02,symb,three_rule_comb9,69.0,"['(', '$', '>']",: < !],0,1.0 +0125,0125,02,symb,three_rule_comb9,70.0,"[':', '$', '(']",% & %],0,1.0 +0125,0125,02,symb,three_rule_comb9,71.0,"['(', '*', '<']",: ~ &],0,1.0 +0125,0125,02,symb,three_rule_comb9,72.0,"['>', '$', ':']",>] ! &),0,1.0 +0125,0125,02,symb,three_rule_comb9,73.0,"['<', '%', ':']",% : &,0,1.0 +0125,0125,02,symb,three_rule_comb9,74.0,"['$', ':', '>']",& % !],0,1.0 +0125,0125,02,symb,three_rule_comb9,75.0,"['!', '%', '(']",: * >],0,1.0 +0125,0125,02,symb,three_rule_comb9,76.0,"['&', ':', '%']",$ % (],0,1.0 +0125,0125,02,symb,three_rule_comb9,77.0,"['>', '%', '(']",% $ #],0,1.0 +0125,0125,02,symb,three_rule_comb9,78.0,"['$', '<', '$']",< $ &],0,1.0 +0125,0125,02,symb,three_rule_comb9,79.0,"['&', '>', '%']",$ ! :],0,1.0 +0125,0125,02,symb,three_rule_comb9,80.0,"['(', '(', '*']",: % ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,81.0,"['&', '(', '>']",% < !],0,1.0 +0125,0125,02,symb,three_rule_comb9,82.0,"['%', '<', '(']",% : &,0,1.0 +0125,0125,02,symb,three_rule_comb9,83.0,"['$', '<', '(']",< $ %],0,1.0 +0125,0125,02,symb,three_rule_comb9,84.0,"['<', '!', '%']",: ~ !],0,1.0 +0125,0125,02,symb,three_rule_comb9,85.0,"['<', '>', '&']",# > #],0,1.0 +0125,0125,02,symb,three_rule_comb9,86.0,"['$', '(', '<']",& % &],0,1.0 +0125,0125,02,symb,three_rule_comb9,87.0,"['(', '$', '<']",( < %,0,1.0 +0125,0125,02,symb,three_rule_comb9,88.0,"['>', '(', '<']",% $ #],0,1.0 +0125,0125,02,symb,three_rule_comb9,89.0,"['~', ':', '%']",* ( (],0,1.0 +0125,0125,02,symb,three_rule_comb9,90.0,"['&', '$', '!']",~ > ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,91.0,"['$', '%', '&']",< : $],0,1.0 +0125,0125,02,symb,three_rule_comb9,92.0,"['$', '>', '(']",< ! %],0,1.0 +0125,0125,02,symb,three_rule_comb9,93.0,"['&', '%', '~']",< ( *],0,1.0 +0125,0125,02,symb,three_rule_comb9,94.0,"['$', '%', '*']",~ ] & >],0,1.0 +0125,0125,02,symb,three_rule_comb9,95.0,"['&', '!', '&']",* > $],0,1.0 +0125,0125,02,symb,three_rule_comb9,96.0,"['>', '$', '&']",! & $],0,1.0 +0125,0125,02,symb,three_rule_comb9,97.0,"['!', '&', '%']",> $ (],0,1.0 +0125,0125,02,symb,three_rule_comb9,98.0,"['$', '>', ':']",~ > ~],0,1.0 +0125,0125,02,symb,three_rule_comb9,99.0,"['!', '&', '*']",! ! >],0,1.0 +0125,0125,02,symb,c3_set_union,0.0,"['~', '(', '&', '$']",~ ( & $],1,1.0 +0125,0125,02,symb,c3_set_union,1.0,"['<', '>', '(', '&']",< > &,0,1.0 +0125,0125,02,symb,c3_set_union,2.0,"['&', '$', ':', '~']",& $ ~,0,1.0 +0125,0125,02,symb,c3_set_union,3.0,"['%', '(', ':', '>']",% (>],0,1.0 +0125,0125,02,symb,c3_set_union,4.0,"[':', '~', '<', '*']",: ~ *,0,1.0 +0125,0125,02,symb,c3_set_union,5.0,"['*', '<', '&', '%']",* < & %,1,1.0 +0125,0125,02,symb,c3_set_union,6.0,"['~', '&', '%', '(']",% ( ~],0,1.0 +0125,0125,02,symb,c3_set_union,7.0,"['>', '!', ':', '(']",> ! :(],1,1.0 +0125,0125,02,symb,c3_set_union,8.0,"[':', '!', '*', '&']",: ! &,0,1.0 +0125,0125,02,symb,c3_set_union,9.0,"['%', '*', '&', '~']",% * ~,0,1.0 +0125,0125,02,symb,c3_set_union,10.0,"['$', '%', '>', '&']",$ % > &,1,1.0 +0125,0125,02,symb,c3_set_union,11.0,"['~', '&', '!', '<']",~ & ! <,1,1.0 +0125,0125,02,symb,c3_set_union,12.0,"['$', '>', '~', '%']",$ > ~ %,1,1.0 +0125,0125,02,symb,c3_set_union,13.0,"['<', '%', '>', '!']",< % ! >,1,1.0 +0125,0125,02,symb,c3_set_union,14.0,"[':', '$', '>', '*']",: $ > *,1,1.0 +0125,0125,02,symb,c3_set_union,15.0,"['%', '(', '&', '*']",% & *],0,1.0 +0125,0125,02,symb,c3_set_union,16.0,"['~', '*', ':', '!']",~ * : !,1,1.0 +0125,0125,02,symb,c3_set_union,17.0,"['>', ':', '~', '!']",> : !,0,1.0 +0125,0125,02,symb,c3_set_union,18.0,"['$', '(', '*', ':']",$ ( * :,1,1.0 +0125,0125,02,symb,c3_set_union,19.0,"[':', '(', '~', '&']",: (~ &],1,1.0 +0125,0125,02,symb,c3_set_union,20.0,"['~', '%', '*', '!']",~ % * !,1,1.0 +0125,0125,02,symb,c3_set_union,21.0,"[':', '(', '<', '$']",: < $],0,1.0 +0125,0125,02,symb,c3_set_union,22.0,"['!', '<', '>', ':']",! < :,0,1.0 +0125,0125,02,symb,c3_set_union,23.0,"['%', '(', '~', '<']",% ( ~ <,1,1.0 +0125,0125,02,symb,c3_set_union,24.0,"['%', '$', '>', '<']",% $ > <,1,1.0 +0125,0125,02,symb,c3_set_union,25.0,"['~', '$', '<', '&']",~ $ < &,1,1.0 +0125,0125,02,symb,c3_set_union,26.0,"[':', '!', '$', '>']",: ! >,0,1.0 +0125,0125,02,symb,c3_set_union,27.0,"['$', '*', '&', ':']",$ * :,0,1.0 +0125,0125,02,symb,c3_set_union,28.0,"[':', '%', '&', '~']",: % & ~,1,1.0 +0125,0125,02,symb,c3_set_union,29.0,"['!', '$', '*', '&']",! $ &,0,1.0 +0125,0125,02,symb,c3_set_union,30.0,"['!', '*', '(', ':']",! * :],0,1.0 +0125,0125,02,symb,c3_set_union,31.0,"['*', '~', '&', ':']",* ~ & :,1,1.0 +0125,0125,02,symb,c3_set_union,32.0,"[':', '~', '(', '%']",: ~ %],0,1.0 +0125,0125,02,symb,c3_set_union,33.0,"['*', '%', '<', '$']",* % < $,1,1.0 +0125,0125,02,symb,c3_set_union,34.0,"['~', '<', '&', '(']",~ < & (],1,1.0 +0125,0125,02,symb,c3_set_union,35.0,"['%', '<', '*', '!']",% < * !,1,1.0 +0125,0125,02,symb,c3_set_union,36.0,"['(', '~', ':', '!']",( ~ !),0,1.0 +0125,0125,02,symb,c3_set_union,37.0,"['$', '&', '*', '~']",$ * ~,0,1.0 +0125,0125,02,symb,c3_set_union,38.0,"[':', '(', '~', '$']",: (~ $],1,1.0 +0125,0125,02,symb,c3_set_union,39.0,"['&', '>', '$', '*']",& > $ *,1,1.0 +0125,0125,02,symb,c3_set_union,40.0,"['$', '!', '*', '~']",$ * ~,0,1.0 +0125,0125,02,symb,c3_set_union,41.0,"['&', '%', '$', '!']",& % $ !,1,1.0 +0125,0125,02,symb,c3_set_union,42.0,"['>', '$', '*', '!']",> $ *,0,1.0 +0125,0125,02,symb,c3_set_union,43.0,"[':', '*', '(', '>']",: *>],0,1.0 +0125,0125,02,symb,c3_set_union,44.0,"['$', '%', '(', ':']",$ % :],0,1.0 +0125,0125,02,symb,c3_set_union,45.0,"['!', '<', ':', '$']",! < : $,1,1.0 +0125,0125,02,symb,c3_set_union,46.0,"['>', '*', '&', '<']",> * <,0,1.0 +0125,0125,02,symb,c3_set_union,47.0,"[':', '~', '>', '*']",: ~ *>,1,1.0 +0125,0125,02,symb,c3_set_union,48.0,"['%', '(', '*', '~']",% ( ~],0,1.0 +0125,0125,02,symb,c3_set_union,49.0,"['(', '~', '*', '<']",( ~ * <],1,1.0 +0125,0125,02,symb,c3_set_union,50.0,"['(', '$', '!', '%']",($ %),0,1.0 +0125,0125,02,symb,c3_set_union,51.0,"['>', '!', '%', '*']",> ! % *,1,1.0 +0125,0125,02,symb,c3_set_union,52.0,"['&', '$', '>', ':']",& $ > :],1,1.0 +0125,0125,02,symb,c3_set_union,53.0,"['~', '$', '%', '<']",~ $ % <,1,1.0 +0125,0125,02,symb,c3_set_union,54.0,"['&', '>', '<', '%']",& < %,0,1.0 +0125,0125,02,symb,c3_set_union,55.0,"['>', '*', '<', ':']",> * :],0,1.0 +0125,0125,02,symb,c3_set_union,56.0,"[':', '!', '*', '<']",: ! <,0,1.0 +0125,0125,02,symb,c3_set_union,57.0,"['%', '<', '*', '~']",% < ~,0,1.0 +0125,0125,02,symb,c3_set_union,58.0,"['>', '(', '<', '%']",> ( %],0,1.0 +0125,0125,02,symb,c3_set_union,59.0,"['>', ':', '<', '~']",> ~,0,1.0 +0125,0125,02,symb,c3_set_union,60.0,"['*', '&', '<', '$']",* < $,0,1.0 +0125,0125,02,symb,c3_set_union,61.0,"['%', '<', '*', '(']",% (,0,1.0 +0125,0125,02,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$ % < !,1,1.0 +0125,0125,02,symb,c3_set_union,63.0,"['~', '>', '<', '!']",~ > !,0,1.0 +0125,0125,02,symb,c3_set_union,64.0,"['&', '!', '$', '~']",& ! ~,0,1.0 +0125,0125,02,symb,c3_set_union,65.0,"[':', '&', '>', '%']",: > %,0,1.0 +0125,0125,02,symb,c3_set_union,66.0,"['<', '&', '$', '>']",< & $ >,1,1.0 +0125,0125,02,symb,c3_set_union,67.0,"['(', '$', '*', '%']",* $ %,0,1.0 +0125,0125,02,symb,c3_set_union,68.0,"['<', '%', ':', '$']",< % $],0,1.0 +0125,0125,02,symb,c3_set_union,69.0,"[':', '&', '$', '<']",:$ &],0,1.0 +0125,0125,02,symb,c3_set_union,70.0,"['>', '(', '~', '*']",> ( ~ *],1,1.0 +0125,0125,02,symb,c3_set_union,71.0,"[':', '~', '&', '<']",: ~ <,0,1.0 +0125,0125,02,symb,c3_set_union,72.0,"['(', '!', ':', '%']",( ! %),0,1.0 +0125,0125,02,symb,c3_set_union,73.0,"['<', '&', '$', '(']",< & $ (,1,1.0 +0125,0125,02,symb,c3_set_union,74.0,"['*', '!', '>', ':']",* ! > :],1,1.0 +0125,0125,02,symb,c3_set_union,75.0,"['$', ':', '<', '*']",$ : *,0,1.0 +0125,0125,02,symb,c3_set_union,76.0,"['%', '>', ':', '$']",% > $,0,1.0 +0125,0125,02,symb,c3_set_union,77.0,"[':', '~', '!', '%']",: ~ %,0,1.0 +0125,0125,02,symb,c3_set_union,78.0,"['&', '!', '~', '>']",& ! >,0,1.0 +0125,0125,02,symb,c3_set_union,79.0,"['(', '$', '*', '<']",* $ <,0,1.0 +0125,0125,02,symb,c3_set_union,80.0,"['(', ':', '&', '$']",:& $],0,1.0 +0125,0125,02,symb,c3_set_union,81.0,"['!', '&', '*', '>']",! & >,0,1.0 +0125,0125,02,symb,c3_set_union,82.0,"[':', '%', '&', '<']",: % & <,1,1.0 +0125,0125,02,symb,c3_set_union,83.0,"['>', '(', '$', '*']",> ($ *],1,1.0 +0125,0125,02,symb,c3_set_union,84.0,"['!', ':', '<', '&']",! : &,0,1.0 +0125,0125,02,symb,c3_set_union,85.0,"['!', '$', '(', ':']",! $ :],0,1.0 +0125,0125,02,symb,c3_set_union,86.0,"['*', '!', '%', ':']",* ! : %,1,1.0 +0125,0125,02,symb,c3_set_union,87.0,"['(', '!', '*', '~']",( ! ~],0,1.0 +0125,0125,02,symb,c3_set_union,88.0,"['%', '!', '&', '(']",% & (,0,1.0 +0125,0125,02,symb,c3_set_union,89.0,"['!', '(', '>', '$']",! ( > $,1,1.0 +0125,0125,02,symb,c3_set_union,90.0,"['<', '>', '*', '(']",* <,0,1.0 +0125,0125,02,symb,c3_set_union,91.0,"['&', '$', '%', '(']",& $ %,0,1.0 +0125,0125,02,symb,c3_set_union,92.0,"['!', '<', '&', '%']",! < & %,1,1.0 +0125,0125,02,symb,c3_set_union,93.0,"[':', '(', '&', '>']",: ( & >],1,1.0 +0125,0125,02,symb,c3_set_union,94.0,"[':', '<', '$', '>']",: < >,0,1.0 +0125,0125,02,symb,c3_set_union,95.0,"['(', '$', '<', '%']",( < $,0,1.0 +0125,0125,02,symb,c3_set_union,96.0,"['~', '%', '*', ':']",~ % :],0,1.0 +0125,0125,02,symb,c3_set_union,97.0,"['&', '%', '!', '*']",& % ! *,1,1.0 +0125,0125,02,symb,c3_set_union,98.0,"[':', '$', '*', '!']",: $ !,0,1.0 +0125,0125,02,symb,c3_set_union,99.0,"['!', '(', '<', '*']",! ( < *],1,1.0 +0125,0125,02,symb,c1_set_union,0.0,['('],(],1,1.0 +0125,0125,02,symb,c1_set_union,1.0,['('],(,1,1.0 +0125,0125,02,symb,c1_set_union,2.0,['&'],&],1,1.0 +0125,0125,02,symb,c1_set_union,3.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,4.0,['>'],>],1,1.0 +0125,0125,02,symb,c1_set_union,5.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union,6.0,['<'],<],1,1.0 +0125,0125,02,symb,c1_set_union,7.0,['%'],%,1,1.0 +0125,0125,02,symb,c1_set_union,8.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,9.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,10.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union,11.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,12.0,['('],(],1,1.0 +0125,0125,02,symb,c1_set_union,13.0,['<'],<,1,1.0 +0125,0125,02,symb,c1_set_union,14.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,15.0,['<'],<],1,1.0 +0125,0125,02,symb,c1_set_union,16.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union,17.0,['>'],>,1,1.0 +0125,0125,02,symb,c1_set_union,18.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union,19.0,['('],%],0,1.0 +0125,0125,02,symb,c1_set_union,20.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union,21.0,['~'],~],1,1.0 +0125,0125,02,symb,c1_set_union,22.0,['~'],*],0,1.0 +0125,0125,02,symb,c1_set_union,23.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union,24.0,['&'],&],1,1.0 +0125,0125,02,symb,c1_set_union,25.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union,26.0,['<'],<,1,1.0 +0125,0125,02,symb,c1_set_union,27.0,['>'],>,1,1.0 +0125,0125,02,symb,c1_set_union,28.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,29.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,30.0,['&'],&,1,1.0 +0125,0125,02,symb,c1_set_union,31.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union,32.0,['&'],%],0,1.0 +0125,0125,02,symb,c1_set_union,33.0,['('],(],1,1.0 +0125,0125,02,symb,c1_set_union,34.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union,35.0,['&'],&,1,1.0 +0125,0125,02,symb,c1_set_union,36.0,['~'],~],1,1.0 +0125,0125,02,symb,c1_set_union,37.0,['('],(],1,1.0 +0125,0125,02,symb,c1_set_union,38.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,39.0,['('],<],0,1.0 +0125,0125,02,symb,c1_set_union,40.0,['>'],>,1,1.0 +0125,0125,02,symb,c1_set_union,41.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union,42.0,['&'],&,1,1.0 +0125,0125,02,symb,c1_set_union,43.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,44.0,['!'],!],1,1.0 +0125,0125,02,symb,c1_set_union,45.0,['$'],$],1,1.0 +0125,0125,02,symb,c1_set_union,46.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,47.0,['>'],>,1,1.0 +0125,0125,02,symb,c1_set_union,48.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union,49.0,['>'],>],1,1.0 +0125,0125,02,symb,c1_set_union,50.0,['$'],$],1,1.0 +0125,0125,02,symb,c1_set_union,51.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union,52.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union,53.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,54.0,['<'],<,1,1.0 +0125,0125,02,symb,c1_set_union,55.0,['&'],&,1,1.0 +0125,0125,02,symb,c1_set_union,56.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,57.0,['<'],<,1,1.0 +0125,0125,02,symb,c1_set_union,58.0,['('],(],1,1.0 +0125,0125,02,symb,c1_set_union,59.0,['&'],&,1,1.0 +0125,0125,02,symb,c1_set_union,60.0,['>'],>,1,1.0 +0125,0125,02,symb,c1_set_union,61.0,['!'],!],1,1.0 +0125,0125,02,symb,c1_set_union,62.0,['!'],!],1,1.0 +0125,0125,02,symb,c1_set_union,63.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union,64.0,['&'],&,1,1.0 +0125,0125,02,symb,c1_set_union,65.0,['>'],>,1,1.0 +0125,0125,02,symb,c1_set_union,66.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,67.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union,68.0,['('],(],1,1.0 +0125,0125,02,symb,c1_set_union,69.0,['('],(,1,1.0 +0125,0125,02,symb,c1_set_union,70.0,['%'],%,1,1.0 +0125,0125,02,symb,c1_set_union,71.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,72.0,['<'],<],1,1.0 +0125,0125,02,symb,c1_set_union,73.0,['*'],*],1,1.0 +0125,0125,02,symb,c1_set_union,74.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union,75.0,['>'],>,1,1.0 +0125,0125,02,symb,c1_set_union,76.0,['<'],<,1,1.0 +0125,0125,02,symb,c1_set_union,77.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union,78.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,79.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,80.0,['!'],!],1,1.0 +0125,0125,02,symb,c1_set_union,81.0,['&'],&],1,1.0 +0125,0125,02,symb,c1_set_union,82.0,['('],*],0,1.0 +0125,0125,02,symb,c1_set_union,83.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,84.0,['~'],~],1,1.0 +0125,0125,02,symb,c1_set_union,85.0,['%'],%],1,1.0 +0125,0125,02,symb,c1_set_union,86.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,87.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,88.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,89.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,90.0,['&'],&,1,1.0 +0125,0125,02,symb,c1_set_union,91.0,['>'],>],1,1.0 +0125,0125,02,symb,c1_set_union,92.0,['>'],:],0,1.0 +0125,0125,02,symb,c1_set_union,93.0,['!'],!],1,1.0 +0125,0125,02,symb,c1_set_union,94.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union,95.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union,96.0,['$'],$],1,1.0 +0125,0125,02,symb,c1_set_union,97.0,['&'],&],1,1.0 +0125,0125,02,symb,c1_set_union,98.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union,99.0,['~'],~],1,1.0 +0125,0125,02,symb,c2_set_union,0.0,['$'],$],1,1.0 +0125,0125,02,symb,c2_set_union,1.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union,2.0,['&'],&],1,1.0 +0125,0125,02,symb,c2_set_union,3.0,['*'],*],1,1.0 +0125,0125,02,symb,c2_set_union,4.0,['!'],!,1,1.0 +0125,0125,02,symb,c2_set_union,5.0,['&'],&],1,1.0 +0125,0125,02,symb,c2_set_union,6.0,[':'],& :],0,1.0 +0125,0125,02,symb,c2_set_union,7.0,['>'],< >,0,1.0 +0125,0125,02,symb,c2_set_union,8.0,['>'],>],1,1.0 +0125,0125,02,symb,c2_set_union,9.0,['('],% ( *)],0,1.0 +0125,0125,02,symb,c2_set_union,10.0,['*'],*],1,1.0 +0125,0125,02,symb,c2_set_union,11.0,['%'],%,1,1.0 +0125,0125,02,symb,c2_set_union,12.0,['$'],$,1,1.0 +0125,0125,02,symb,c2_set_union,13.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union,14.0,['%'],%],1,1.0 +0125,0125,02,symb,c2_set_union,15.0,['%'],%,1,1.0 +0125,0125,02,symb,c2_set_union,16.0,['>'],>],1,1.0 +0125,0125,02,symb,c2_set_union,17.0,['$'],$],1,1.0 +0125,0125,02,symb,c2_set_union,18.0,['$'],$,1,1.0 +0125,0125,02,symb,c2_set_union,19.0,[':'],% :] [% : :] [::],0,1.0 +0125,0125,02,symb,c2_set_union,20.0,['>'],>,1,1.0 +0125,0125,02,symb,c2_set_union,21.0,[':'],! < :],0,1.0 +0125,0125,02,symb,c2_set_union,22.0,['&'],&],1,1.0 +0125,0125,02,symb,c2_set_union,23.0,[':'],$] [$ *] [$ * :],0,1.0 +0125,0125,02,symb,c2_set_union,24.0,['<'],: < *],0,1.0 +0125,0125,02,symb,c2_set_union,25.0,['&'],&],1,1.0 +0125,0125,02,symb,c2_set_union,26.0,['>'],> <],0,1.0 +0125,0125,02,symb,c2_set_union,27.0,['*'],*,1,1.0 +0125,0125,02,symb,c2_set_union,28.0,['<'],* < <],0,1.0 +0125,0125,02,symb,c2_set_union,29.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union,30.0,['!'],!,1,1.0 +0125,0125,02,symb,c2_set_union,31.0,['*'],*: *],0,1.0 +0125,0125,02,symb,c2_set_union,32.0,['*'],$ *],0,1.0 +0125,0125,02,symb,c2_set_union,33.0,['&'],* & <],0,1.0 +0125,0125,02,symb,c2_set_union,34.0,[':'],$ :] [ :],0,1.0 +0125,0125,02,symb,c2_set_union,35.0,['>'],>,1,1.0 +0125,0125,02,symb,c2_set_union,36.0,['<'],<],1,1.0 +0125,0125,02,symb,c2_set_union,37.0,['*'],*,1,1.0 +0125,0125,02,symb,c2_set_union,38.0,['*'],*],1,1.0 +0125,0125,02,symb,c2_set_union,39.0,['!'],< !],0,1.0 +0125,0125,02,symb,c2_set_union,40.0,['<'],<],1,1.0 +0125,0125,02,symb,c2_set_union,41.0,['>'],>],1,1.0 +0125,0125,02,symb,c2_set_union,42.0,['&'],&],1,1.0 +0125,0125,02,symb,c2_set_union,43.0,['~'],~],1,1.0 +0125,0125,02,symb,c2_set_union,44.0,['&'],* & :],0,1.0 +0125,0125,02,symb,c2_set_union,45.0,['~'],~],1,1.0 +0125,0125,02,symb,c2_set_union,46.0,['<'],<,1,1.0 +0125,0125,02,symb,c2_set_union,47.0,['*'],*,1,1.0 +0125,0125,02,symb,c2_set_union,48.0,['<'],<],1,1.0 +0125,0125,02,symb,c2_set_union,49.0,['!'],!],1,1.0 +0125,0125,02,symb,c2_set_union,50.0,['&'],! & (],0,1.0 +0125,0125,02,symb,c2_set_union,51.0,['!'],!,1,1.0 +0125,0125,02,symb,c2_set_union,52.0,['*'],*,1,1.0 +0125,0125,02,symb,c2_set_union,53.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union,54.0,['('],$ (!],0,1.0 +0125,0125,02,symb,c2_set_union,55.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union,56.0,['~'],% ~ $,0,1.0 +0125,0125,02,symb,c2_set_union,57.0,['!'],!],1,1.0 +0125,0125,02,symb,c2_set_union,58.0,['>'],>% >],0,1.0 +0125,0125,02,symb,c2_set_union,59.0,['<'],<],1,1.0 +0125,0125,02,symb,c2_set_union,60.0,['$'],% $],0,1.0 +0125,0125,02,symb,c2_set_union,61.0,['&'],&],1,1.0 +0125,0125,02,symb,c2_set_union,62.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union,63.0,['~'],~],1,1.0 +0125,0125,02,symb,c2_set_union,64.0,['>'],* > ~,0,1.0 +0125,0125,02,symb,c2_set_union,65.0,[':'],< :],0,1.0 +0125,0125,02,symb,c2_set_union,66.0,['*'],*],1,1.0 +0125,0125,02,symb,c2_set_union,67.0,['<'],<],1,1.0 +0125,0125,02,symb,c2_set_union,68.0,['&'],$ & !,0,1.0 +0125,0125,02,symb,c2_set_union,69.0,['%'],%],1,1.0 +0125,0125,02,symb,c2_set_union,70.0,['<'],<],1,1.0 +0125,0125,02,symb,c2_set_union,71.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union,72.0,['~'],% ~ ~],0,1.0 +0125,0125,02,symb,c2_set_union,73.0,['*'],*,1,1.0 +0125,0125,02,symb,c2_set_union,74.0,['~'],~,1,1.0 +0125,0125,02,symb,c2_set_union,75.0,['*'],*],1,1.0 +0125,0125,02,symb,c2_set_union,76.0,['&'],&],1,1.0 +0125,0125,02,symb,c2_set_union,77.0,['*'],*],1,1.0 +0125,0125,02,symb,c2_set_union,78.0,['*'],*],1,1.0 +0125,0125,02,symb,c2_set_union,79.0,[':'],% :],0,1.0 +0125,0125,02,symb,c2_set_union,80.0,['<'],$ <,0,1.0 +0125,0125,02,symb,c2_set_union,81.0,['&'],&],1,1.0 +0125,0125,02,symb,c2_set_union,82.0,['$'],$,1,1.0 +0125,0125,02,symb,c2_set_union,83.0,['%'],%],1,1.0 +0125,0125,02,symb,c2_set_union,84.0,['('],(],1,1.0 +0125,0125,02,symb,c2_set_union,85.0,['*'],*],1,1.0 +0125,0125,02,symb,c2_set_union,86.0,['!'],!],1,1.0 +0125,0125,02,symb,c2_set_union,87.0,['&'],$ & *,0,1.0 +0125,0125,02,symb,c2_set_union,88.0,['('],!],0,1.0 +0125,0125,02,symb,c2_set_union,89.0,['~'],( : ~],0,1.0 +0125,0125,02,symb,c2_set_union,90.0,['$'],$],1,1.0 +0125,0125,02,symb,c2_set_union,91.0,['$'],$ : %,0,1.0 +0125,0125,02,symb,c2_set_union,92.0,['~'],! ~ ~,0,1.0 +0125,0125,02,symb,c2_set_union,93.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union,94.0,['%'],%],1,1.0 +0125,0125,02,symb,c2_set_union,95.0,['~'],: ~ <],0,1.0 +0125,0125,02,symb,c2_set_union,96.0,['*'],*,1,1.0 +0125,0125,02,symb,c2_set_union,97.0,['&'],&],1,1.0 +0125,0125,02,symb,c2_set_union,98.0,['<'],<],1,1.0 +0125,0125,02,symb,c2_set_union,99.0,['('],(~),0,1.0 +0125,0125,02,symb,AND,0.0,['('],(],1,1.0 +0125,0125,02,symb,AND,1.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,2.0,['<'],<,1,1.0 +0125,0125,02,symb,AND,3.0,['<'],<],1,1.0 +0125,0125,02,symb,AND,4.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,5.0,['%'],%],1,1.0 +0125,0125,02,symb,AND,6.0,['%'],%],1,1.0 +0125,0125,02,symb,AND,7.0,['$'],$,1,1.0 +0125,0125,02,symb,AND,8.0,['>'],>],1,1.0 +0125,0125,02,symb,AND,9.0,['~'],~],1,1.0 +0125,0125,02,symb,AND,10.0,[':'],:],1,1.0 +0125,0125,02,symb,AND,11.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,12.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,13.0,['<'],<],1,1.0 +0125,0125,02,symb,AND,14.0,['$'],$],1,1.0 +0125,0125,02,symb,AND,15.0,['%'],%],1,1.0 +0125,0125,02,symb,AND,16.0,[':'],: :],0,1.0 +0125,0125,02,symb,AND,17.0,['>'],>],1,1.0 +0125,0125,02,symb,AND,18.0,['('],(],1,1.0 +0125,0125,02,symb,AND,19.0,['>'],> ],1,1.0 +0125,0125,02,symb,AND,20.0,[':'],(:),0,1.0 +0125,0125,02,symb,AND,21.0,['%'],%],1,1.0 +0125,0125,02,symb,AND,22.0,['>'],>],1,1.0 +0125,0125,02,symb,AND,23.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,24.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,25.0,['~'],~],1,1.0 +0125,0125,02,symb,AND,26.0,['('],(],1,1.0 +0125,0125,02,symb,AND,27.0,['<'],<,1,1.0 +0125,0125,02,symb,AND,28.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,29.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,30.0,[':'],:],1,1.0 +0125,0125,02,symb,AND,31.0,['>'],!,0,1.0 +0125,0125,02,symb,AND,32.0,['~'],~],1,1.0 +0125,0125,02,symb,AND,33.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,34.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,35.0,['$'],$],1,1.0 +0125,0125,02,symb,AND,36.0,['&'],& &],0,1.0 +0125,0125,02,symb,AND,37.0,['&'],& &],0,1.0 +0125,0125,02,symb,AND,38.0,['$'],$],1,1.0 +0125,0125,02,symb,AND,39.0,['*'],*,1,1.0 +0125,0125,02,symb,AND,40.0,['&'],& &],0,1.0 +0125,0125,02,symb,AND,41.0,['<'],<],1,1.0 +0125,0125,02,symb,AND,42.0,['%'],%],1,1.0 +0125,0125,02,symb,AND,43.0,['<'],<,1,1.0 +0125,0125,02,symb,AND,44.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,45.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,46.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,47.0,['!'],!,1,1.0 +0125,0125,02,symb,AND,48.0,['%'],%],1,1.0 +0125,0125,02,symb,AND,49.0,['('],(],1,1.0 +0125,0125,02,symb,AND,50.0,['<'],<,1,1.0 +0125,0125,02,symb,AND,51.0,['%'],%,1,1.0 +0125,0125,02,symb,AND,52.0,[':'],:],1,1.0 +0125,0125,02,symb,AND,53.0,['&'],& >,0,1.0 +0125,0125,02,symb,AND,54.0,['>'],%,0,1.0 +0125,0125,02,symb,AND,55.0,['&'],& &],0,1.0 +0125,0125,02,symb,AND,56.0,[':'],(:),0,1.0 +0125,0125,02,symb,AND,57.0,['~'],~],1,1.0 +0125,0125,02,symb,AND,58.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,59.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,60.0,['<'],<],1,1.0 +0125,0125,02,symb,AND,61.0,['<'],<],1,1.0 +0125,0125,02,symb,AND,62.0,['('],(],1,1.0 +0125,0125,02,symb,AND,63.0,['>'],>,1,1.0 +0125,0125,02,symb,AND,64.0,['~'],~],1,1.0 +0125,0125,02,symb,AND,65.0,['>'],$,0,1.0 +0125,0125,02,symb,AND,66.0,['$'],$],1,1.0 +0125,0125,02,symb,AND,67.0,['>'],>],1,1.0 +0125,0125,02,symb,AND,68.0,['<'],<],1,1.0 +0125,0125,02,symb,AND,69.0,['<'],<],1,1.0 +0125,0125,02,symb,AND,70.0,['!'],!],1,1.0 +0125,0125,02,symb,AND,71.0,['$'],$],1,1.0 +0125,0125,02,symb,AND,72.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,73.0,['~'],~],1,1.0 +0125,0125,02,symb,AND,74.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,75.0,['>'],>],1,1.0 +0125,0125,02,symb,AND,76.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,77.0,['!'],!],1,1.0 +0125,0125,02,symb,AND,78.0,['~'],~],1,1.0 +0125,0125,02,symb,AND,79.0,['>'],>,1,1.0 +0125,0125,02,symb,AND,80.0,['!'],!],1,1.0 +0125,0125,02,symb,AND,81.0,['!'],!],1,1.0 +0125,0125,02,symb,AND,82.0,['%'],%],1,1.0 +0125,0125,02,symb,AND,83.0,['('],(],1,1.0 +0125,0125,02,symb,AND,84.0,['>'],>],1,1.0 +0125,0125,02,symb,AND,85.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,86.0,['('],(],1,1.0 +0125,0125,02,symb,AND,87.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,88.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,89.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,90.0,['$'],$],1,1.0 +0125,0125,02,symb,AND,91.0,['<'],<],1,1.0 +0125,0125,02,symb,AND,92.0,['$'],$],1,1.0 +0125,0125,02,symb,AND,93.0,['!'],!],1,1.0 +0125,0125,02,symb,AND,94.0,['~'],~],1,1.0 +0125,0125,02,symb,AND,95.0,['!'],!],1,1.0 +0125,0125,02,symb,AND,96.0,['~'],~],1,1.0 +0125,0125,02,symb,AND,97.0,['&'],&],1,1.0 +0125,0125,02,symb,AND,98.0,['*'],*],1,1.0 +0125,0125,02,symb,AND,99.0,['!'],!,1,1.0 +0125,0125,02,symb,XOR,0.0,"['(', '!']",! ~],0,1.0 +0125,0125,02,symb,XOR,1.0,"['$', ':']",$ :],1,1.0 +0125,0125,02,symb,XOR,2.0,"['!', '(']",< (],0,1.0 +0125,0125,02,symb,XOR,3.0,"['$', ':']",$: &,0,1.0 +0125,0125,02,symb,XOR,4.0,"['$', '!']",! $],1,1.0 +0125,0125,02,symb,XOR,5.0,"['$', '>']",> $],1,1.0 +0125,0125,02,symb,XOR,6.0,"['!', '*']",* !,1,1.0 +0125,0125,02,symb,XOR,7.0,"['>', '!']",$ >,0,1.0 +0125,0125,02,symb,XOR,8.0,"['%', '$']",$ %],1,1.0 +0125,0125,02,symb,XOR,9.0,"['(', '*']",* !],0,1.0 +0125,0125,02,symb,XOR,10.0,"['<', ':']",: ~],0,1.0 +0125,0125,02,symb,XOR,11.0,"['%', '*']",(* %],0,1.0 +0125,0125,02,symb,XOR,12.0,"['!', '~']",~ >],0,1.0 +0125,0125,02,symb,XOR,13.0,"['~', ':']",: !],0,1.0 +0125,0125,02,symb,XOR,14.0,"['~', '>']",< ~],0,1.0 +0125,0125,02,symb,XOR,15.0,"[':', '%']",% :],1,1.0 +0125,0125,02,symb,XOR,16.0,"[':', '(']",: >],0,1.0 +0125,0125,02,symb,XOR,17.0,"['(', '%']",% (,1,1.0 +0125,0125,02,symb,XOR,18.0,"['&', '%']",: &],0,1.0 +0125,0125,02,symb,XOR,19.0,"['>', '(']",> (],1,1.0 +0125,0125,02,symb,XOR,20.0,"['%', '<']",% <],1,1.0 +0125,0125,02,symb,XOR,21.0,"['!', '(']",< !],0,1.0 +0125,0125,02,symb,XOR,22.0,"['~', '$']",$ ~],1,1.0 +0125,0125,02,symb,XOR,23.0,"['%', '&']",& ~],0,1.0 +0125,0125,02,symb,XOR,24.0,"['>', '%']",% >],1,1.0 +0125,0125,02,symb,XOR,25.0,"['*', '<']",* <],1,1.0 +0125,0125,02,symb,XOR,26.0,"['<', '$']",$ <,1,1.0 +0125,0125,02,symb,XOR,27.0,"['&', '>']",( >],0,1.0 +0125,0125,02,symb,XOR,28.0,"['$', '%']",% !],0,1.0 +0125,0125,02,symb,XOR,29.0,"['&', '<']",<$,0,1.0 +0125,0125,02,symb,XOR,30.0,"['~', '*']",* (],0,1.0 +0125,0125,02,symb,XOR,31.0,"['(', '$']",$ (,1,1.0 +0125,0125,02,symb,XOR,32.0,"['~', '$']",$ ~],1,1.0 +0125,0125,02,symb,XOR,33.0,"['(', ':']",: >],0,1.0 +0125,0125,02,symb,XOR,34.0,"['*', '<']",< *],1,1.0 +0125,0125,02,symb,XOR,35.0,"[':', '~']",: ~],1,1.0 +0125,0125,02,symb,XOR,36.0,"['*', '>']",* <],0,1.0 +0125,0125,02,symb,XOR,37.0,"[':', '!']",:! :],0,1.0 +0125,0125,02,symb,XOR,38.0,"['&', '(']",( <],0,1.0 +0125,0125,02,symb,XOR,39.0,"['(', '~']",~ >],0,1.0 +0125,0125,02,symb,XOR,40.0,"['*', ':']",: (],0,1.0 +0125,0125,02,symb,XOR,41.0,"['<', '!']",! <],1,1.0 +0125,0125,02,symb,XOR,42.0,"['>', '%']",% >,1,1.0 +0125,0125,02,symb,XOR,43.0,"['~', '&']",$ ~],0,1.0 +0125,0125,02,symb,XOR,44.0,"['$', '%']",% $],1,1.0 +0125,0125,02,symb,XOR,45.0,"['&', '!']",: &],0,1.0 +0125,0125,02,symb,XOR,46.0,"[':', '%']",% :],1,1.0 +0125,0125,02,symb,XOR,47.0,"['%', ':']",: %],1,1.0 +0125,0125,02,symb,XOR,48.0,"['~', '&']",& ~],1,1.0 +0125,0125,02,symb,XOR,49.0,"['<', '%']",% (,0,1.0 +0125,0125,02,symb,XOR,50.0,"['>', '~']",~ >],1,1.0 +0125,0125,02,symb,XOR,51.0,"['&', '~']",% ~],0,1.0 +0125,0125,02,symb,XOR,52.0,"['>', ':']",: >],1,1.0 +0125,0125,02,symb,XOR,53.0,"['(', '%']",% (],1,1.0 +0125,0125,02,symb,XOR,54.0,"['%', '*']",* %],1,1.0 +0125,0125,02,symb,XOR,55.0,"['*', '$']",% *],0,1.0 +0125,0125,02,symb,XOR,56.0,"['>', '&']",$ >,0,1.0 +0125,0125,02,symb,XOR,57.0,"['~', '%']",% ~],1,1.0 +0125,0125,02,symb,XOR,58.0,"['$', ':']",$ %],0,1.0 +0125,0125,02,symb,XOR,59.0,"['*', '~']",% ~,0,1.0 +0125,0125,02,symb,XOR,60.0,"['<', '%']",% ~],0,1.0 +0125,0125,02,symb,XOR,61.0,"['!', '*']",* !],1,1.0 +0125,0125,02,symb,XOR,62.0,"['!', '%']",! %,1,1.0 +0125,0125,02,symb,XOR,63.0,"['$', '&']",$ !],0,1.0 +0125,0125,02,symb,XOR,64.0,"['(', '&']",: &],0,1.0 +0125,0125,02,symb,XOR,65.0,"['*', '&']",*>],0,1.0 +0125,0125,02,symb,XOR,66.0,"['~', '$']",$ ~],1,1.0 +0125,0125,02,symb,XOR,67.0,"['>', '*']",* >,1,1.0 +0125,0125,02,symb,XOR,68.0,"['<', '>']",* <],0,1.0 +0125,0125,02,symb,XOR,69.0,"['*', '>']",> *],1,1.0 +0125,0125,02,symb,XOR,70.0,"['~', '(']",< ~],0,1.0 +0125,0125,02,symb,XOR,71.0,"['<', '%']",% <],1,1.0 +0125,0125,02,symb,XOR,72.0,"['*', '$']",$ *],1,1.0 +0125,0125,02,symb,XOR,73.0,"['!', '&']",! &],1,1.0 +0125,0125,02,symb,XOR,74.0,"['&', '%']",% $],0,1.0 +0125,0125,02,symb,XOR,75.0,"['*', '%']",* %],1,1.0 +0125,0125,02,symb,XOR,76.0,"['%', '&']",$ %,0,1.0 +0125,0125,02,symb,XOR,77.0,"['!', '~']",~ (],0,1.0 +0125,0125,02,symb,XOR,78.0,"['$', '~']",$ ~,1,1.0 +0125,0125,02,symb,XOR,79.0,"['%', '<']",% <],1,1.0 +0125,0125,02,symb,XOR,80.0,"['!', '$']",$ !],1,1.0 +0125,0125,02,symb,XOR,81.0,"['~', '%']",% ~],1,1.0 +0125,0125,02,symb,XOR,82.0,"['<', '$']",$ <],1,1.0 +0125,0125,02,symb,XOR,83.0,"['>', '*']",$ >],0,1.0 +0125,0125,02,symb,XOR,84.0,"['*', '&']",:& >],0,1.0 +0125,0125,02,symb,XOR,85.0,"['(', '$']",$ <],0,1.0 +0125,0125,02,symb,XOR,86.0,"['$', '(']",$ (],1,1.0 +0125,0125,02,symb,XOR,87.0,"['%', ':']",: (],0,1.0 +0125,0125,02,symb,XOR,88.0,"[':', '%']",% :],1,1.0 +0125,0125,02,symb,XOR,89.0,"[':', '&']",: &],1,1.0 +0125,0125,02,symb,XOR,90.0,"['*', '~']",* ~],1,1.0 +0125,0125,02,symb,XOR,91.0,"['<', '%']",% <],1,1.0 +0125,0125,02,symb,XOR,92.0,"['*', '>']",> *],1,1.0 +0125,0125,02,symb,XOR,93.0,"['<', '%']",% :],0,1.0 +0125,0125,02,symb,XOR,94.0,"[':', '~']",$ :],0,1.0 +0125,0125,02,symb,XOR,95.0,"['<', '>']",: <],0,1.0 +0125,0125,02,symb,XOR,96.0,"[':', '&']",:&],1,1.0 +0125,0125,02,symb,XOR,97.0,"['&', '(']",* >],0,1.0 +0125,0125,02,symb,XOR,98.0,"['!', '>']",],0,1.0 +0125,0125,02,symb,XOR,99.0,"[':', '$']",$ %],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,0.0,"['*', '~', '<', '!']",* < ~,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",< ~ &],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,2.0,"['*', '&', '(', '~']",~ & *],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,3.0,"['~', '%', '&', '!']",! & % ~,1,1.0 +0125,0125,02,symb,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",> ! ( &],1,1.0 +0125,0125,02,symb,c3_set_union_permuted,5.0,"['>', '<', ':', '(']",< >],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",% & :],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,7.0,"['*', ':', '(', '&']",: &(],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",~ > %,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,9.0,"['~', '$', '*', '(']",* ~ $,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,10.0,"['~', '<', '$', ':']",~ $ <,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,11.0,"['(', '>', '*', '%']",% *],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,12.0,"['>', '&', '<', '!']",! & >],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",( % !],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,14.0,"['&', '%', '~', '$']",& % ~,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",% ~,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,16.0,"['<', '>', '*', '%']",* % < >,1,1.0 +0125,0125,02,symb,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",* (: ~],1,1.0 +0125,0125,02,symb,c3_set_union_permuted,18.0,"[':', '(', '$', '>']",: $ >],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",% ~ :],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,20.0,"['!', ':', '&', '(']",: ( &],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",> ! $ %,1,1.0 +0125,0125,02,symb,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",< > % :,1,1.0 +0125,0125,02,symb,c3_set_union_permuted,23.0,"['>', '&', '$', '!']",$ > &,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,24.0,"['&', '$', '!', '(']",$ &,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,25.0,"['>', ':', '(', '~']",~ : > (],1,1.0 +0125,0125,02,symb,c3_set_union_permuted,26.0,"['*', '!', '%', '$']",! $ %,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",% (~,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",< !(],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",& ! *],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",( * <],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",~ $ !,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",< $ >,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,33.0,"['>', ':', '!', '&']",> & :],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",% & *,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,35.0,"['&', '!', '%', '>']",% &,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,36.0,"['~', '$', '<', '>']",> $,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",(! < ~,1,1.0 +0125,0125,02,symb,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",~ < ! :],1,1.0 +0125,0125,02,symb,c3_set_union_permuted,39.0,"[':', '$', '%', '&']",: % &,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,40.0,"['!', '%', '$', '~']",% $,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,41.0,"['%', '!', '<', ':']",% : <,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,42.0,"['~', '!', '>', '$']",> $ ~,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,43.0,"['~', ':', '!', '$']",! ~,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,44.0,"['>', '*', '<', '$']",* > $,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,45.0,"['<', '!', '(', '&']",< &],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,46.0,"['%', '(', '~', '>']",% ~ >],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",: > %,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,48.0,"[':', '&', '!', '~']",:& !],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,49.0,"['*', '&', '%', '>']",% >,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,50.0,"[':', '%', '*', '>']",% :],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,51.0,"['&', ':', '%', '!']",! % :],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,52.0,"['<', '&', '~', '%']",% & <,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,53.0,"['(', '$', '>', '~']",> (~ $,1,1.0 +0125,0125,02,symb,c3_set_union_permuted,54.0,"['~', '<', '*', '$']",< * ~ $,1,1.0 +0125,0125,02,symb,c3_set_union_permuted,55.0,"['<', '>', '(', '~']",~ > (,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,56.0,"['~', '$', '(', '!']",~ $ !],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,57.0,"['~', ':', '%', '>']",: % ~],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,58.0,"['(', '$', '>', '&']",$ >,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,59.0,"['&', '%', '>', '(']",% (,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,60.0,"['$', '(', '*', '&']",* $ (,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,61.0,"['>', '~', '*', '$']",* > ~,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,62.0,"['~', '*', '$', ':']",* : $,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,63.0,"['$', '(', '~', '%']",$ %],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,64.0,"['!', '*', '$', '(']",! * (,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,65.0,"['*', '$', '%', '>']",> % *,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,66.0,"['>', '<', '*', '~']",< > ~ *,1,1.0 +0125,0125,02,symb,c3_set_union_permuted,67.0,"['!', '(', '%', '>']",% > !,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,68.0,"['~', '*', '&', '<']",* & ~,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,69.0,"['<', '&', '!', '$']",$ < &,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,70.0,"['~', '!', '&', '*']",* ~ &,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,71.0,"[':', '$', '%', '!']",! %,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,72.0,"[':', '*', '<', '%']",* < %],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,73.0,"['!', '~', '&', '(']",(~ &),0,1.0 +0125,0125,02,symb,c3_set_union_permuted,74.0,"['$', '~', '%', '*']",$ ~ %,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,75.0,"['<', '$', '(', '>']",> < ( $],1,1.0 +0125,0125,02,symb,c3_set_union_permuted,76.0,"['&', '>', '(', '*']",* > &,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,77.0,"['!', '<', '*', '&']",* & !,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,78.0,"['&', '<', '(', ':']",& ( :],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,79.0,"['*', '&', '<', ':']",< : & *],1,1.0 +0125,0125,02,symb,c3_set_union_permuted,80.0,"['(', '!', '$', '<']",< ( $ !],1,1.0 +0125,0125,02,symb,c3_set_union_permuted,81.0,"['*', '&', '$', '%']",* $ %],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,82.0,"['%', '&', '<', '$']",$ %,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,83.0,"['%', '*', ':', '$']",$ * :],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,84.0,"['&', '%', '<', '(']",<& %>,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,85.0,"['<', '!', '(', '%']",( < !],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,86.0,"['%', '*', ':', '(']",* (%],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,87.0,"['!', '~', '<', '%']",% <,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,88.0,"['*', '(', '!', '>']",!* (,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,89.0,"['%', '~', ':', '<']",% ~ <],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,90.0,"['!', ':', '&', '$']",! : $ &,1,1.0 +0125,0125,02,symb,c3_set_union_permuted,91.0,"[':', '*', '>', '&']",& > :],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,92.0,"['>', '~', '(', '!']",> ! ~],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,93.0,"['>', '%', '*', '~']",% * >,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,94.0,"[':', '!', '<', '(']",: < !],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,95.0,"['&', '~', '>', '(']",( > &],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,96.0,"[':', '~', '>', '&']",~ > :],0,1.0 +0125,0125,02,symb,c3_set_union_permuted,97.0,"['<', '~', '>', '%']",% ~ >,0,1.0 +0125,0125,02,symb,c3_set_union_permuted,98.0,"['!', '~', '*', '>']",~ ! > *,1,1.0 +0125,0125,02,symb,c3_set_union_permuted,99.0,"['!', '<', '*', '>']",!* > <,1,1.0 +0125,0125,02,symb,c2_set_union_permuted,0.0,['<'],<],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,1.0,['<'],! < ~,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,2.0,['$'],> $ >],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,3.0,[':'],% % :],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,4.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,5.0,['~'],* $ ~,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,6.0,['>'],$ > $],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,7.0,['!'],!,1,1.0 +0125,0125,02,symb,c2_set_union_permuted,8.0,[':'],& >],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,9.0,['('],& $],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,10.0,['('],: * (],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,11.0,['%'],& % &,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,12.0,['>'],< > $,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,13.0,['<'],< !],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,14.0,['!'],$ % &,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,15.0,['!'],! <],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,16.0,['!'],! * ~,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,17.0,['&'],&],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,18.0,['<'],% > <],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,19.0,['*'],*,1,1.0 +0125,0125,02,symb,c2_set_union_permuted,20.0,['<'],>],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,21.0,[':'],: ~ !],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,22.0,['$'],* $ %,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,23.0,['<'],< <,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,24.0,['!'],< ! <],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,25.0,['%'],% ~],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,26.0,[':'],% <],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,27.0,['<'],$ <],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,28.0,['%'],% < %,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,29.0,['~'],% ~,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,30.0,['~'],% ~ %,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,31.0,['%'],% > %,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,32.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,33.0,['('],!],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,34.0,[':'],: & *],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,35.0,['('],(],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,36.0,['<'],< :],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,37.0,['!'],!,1,1.0 +0125,0125,02,symb,c2_set_union_permuted,38.0,['$'],$],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,39.0,['$'],% $ >],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,40.0,['&'],( & >],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,41.0,['('],$ :],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,42.0,['~'],! ~ ~,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,43.0,['&'],! & ~,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,44.0,['<'],( % <],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,45.0,['!'],$ ! >,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,46.0,['$'],& $ %,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,47.0,['('],( > ),0,1.0 +0125,0125,02,symb,c2_set_union_permuted,48.0,[':'],: &],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,49.0,['('],( > :],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,50.0,['('],< (],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,51.0,['!'],! * (],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,52.0,['('],& >],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,53.0,['~'],% ~ $,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,54.0,['%'],%],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,55.0,['>'],* > $,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,56.0,['('],< !],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,57.0,['>'],$ > >,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,58.0,['*'],*,1,1.0 +0125,0125,02,symb,c2_set_union_permuted,59.0,['!'],% ! %],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,60.0,['>'],* > %,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,61.0,['%'],%],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,62.0,['*'],( * $],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,63.0,['>'],* > >,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,64.0,['*'],* > %],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,65.0,['!'],! * %,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,66.0,['&'],% & !,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,67.0,['!'],$ % !,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,68.0,['~'],$ > ~,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,69.0,['%'],% !,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,70.0,['!'],! > *,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,71.0,['~'],~ % <],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,72.0,['*'],$ * <,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,73.0,['>'],>],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,74.0,['!'],$ > $,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,75.0,['%'],% ~],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,76.0,[':'],:],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,77.0,['$'],$],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,78.0,['~'],< ~],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,79.0,['!'],< !],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,80.0,['&'],& ~],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,81.0,['('],% < (],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,82.0,['!'],% ! %],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,83.0,['>'],> < (],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,84.0,['<'],& < (,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,85.0,['$'],$ :],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,86.0,[':'],: & :],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,87.0,['!'],* ! *],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,88.0,[':'],$ &,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,89.0,[':'],* :],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,90.0,[':'],: >],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,91.0,[':'],: > :],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,92.0,['<'],( < <],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,93.0,['('],> (~],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,94.0,['%'],: % :],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,95.0,['~'],~],1,1.0 +0125,0125,02,symb,c2_set_union_permuted,96.0,['%'],% : >,0,1.0 +0125,0125,02,symb,c2_set_union_permuted,97.0,['&'],&,1,1.0 +0125,0125,02,symb,c2_set_union_permuted,98.0,['$'],% $ :],0,1.0 +0125,0125,02,symb,c2_set_union_permuted,99.0,['!'],!],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,0.0,['%'],%,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,1.0,['('],(],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,2.0,['*'],% :],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,3.0,['!'],% !,0,1.0 +0125,0125,02,symb,c1_set_union_permuted,4.0,['&'],& :],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,5.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,6.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,7.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,8.0,['!'],!],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,9.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,10.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,11.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,12.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,13.0,[':'],:%,0,1.0 +0125,0125,02,symb,c1_set_union_permuted,14.0,['<'],% * <,0,1.0 +0125,0125,02,symb,c1_set_union_permuted,15.0,['*'],*],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,16.0,['%'],%],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,17.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,18.0,['('],(],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,19.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,20.0,['&'],&,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,21.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,22.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,23.0,['~'],: ~],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,24.0,['>'],>,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,25.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,26.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,27.0,['$'],$],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,28.0,['&'],&,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,29.0,['~'],~],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,30.0,['~'],~],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,31.0,['('],(%,0,1.0 +0125,0125,02,symb,c1_set_union_permuted,32.0,['('],(],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,33.0,['('], ],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,34.0,['$'],$],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,35.0,['*'],* ~],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,36.0,['<'],<,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,37.0,['%'],%],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,38.0,['%'],%,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,39.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,40.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,41.0,['%'],%],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,42.0,['('],!],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,43.0,['!'],$],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,44.0,['>'],: *],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,45.0,['>'],$ !],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,46.0,['*'],*,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,47.0,['<'],<],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,48.0,['%'],%],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,49.0,[':'],% :,0,1.0 +0125,0125,02,symb,c1_set_union_permuted,50.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,51.0,['~'],~],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,52.0,['%'],%,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,53.0,[':'],$ (],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,54.0,['!'],%],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,55.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,56.0,['<'],<,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,57.0,['%'],%,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,58.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,59.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,60.0,['&'],% &],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,61.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,62.0,['('],>],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,63.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,64.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,65.0,['*'],*],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,66.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,67.0,['!'],!],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,68.0,['~'],& %],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,69.0,['~'],:],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,70.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,71.0,['<'],$ %,0,1.0 +0125,0125,02,symb,c1_set_union_permuted,72.0,['&'],&],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,73.0,['%'],%,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,74.0,['!'],!],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,75.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,76.0,['('],(],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,77.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,78.0,['%'],%],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,79.0,['&'],&],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,80.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,81.0,['*'],*],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,82.0,['&'],&],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,83.0,['!'],!,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,84.0,['%'],%,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,85.0,[':'],:],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,86.0,['('],>]],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,87.0,['!'],!],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,88.0,['%'],%,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,89.0,['~'],% ~],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,90.0,['<'],<,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,91.0,['&'],%],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,92.0,['~'],>],0,1.0 +0125,0125,02,symb,c1_set_union_permuted,93.0,['<'],<,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,94.0,['$'],$,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,95.0,['*'],*],1,1.0 +0125,0125,02,symb,c1_set_union_permuted,96.0,['>'],>,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,97.0,['('],$ <,0,1.0 +0125,0125,02,symb,c1_set_union_permuted,98.0,['~'],~,1,1.0 +0125,0125,02,symb,c1_set_union_permuted,99.0,['*'],*,1,1.0 +0125,0125,02,symb,XOR_permuted,0.0,"['(', '%']",( :)],0,1.0 +0125,0125,02,symb,XOR_permuted,1.0,"[':', '(']",* :],0,1.0 +0125,0125,02,symb,XOR_permuted,2.0,"['&', '>']",% >],0,1.0 +0125,0125,02,symb,XOR_permuted,3.0,"['~', '%']",% ~,1,1.0 +0125,0125,02,symb,XOR_permuted,4.0,"['!', '~']",% ~],0,1.0 +0125,0125,02,symb,XOR_permuted,5.0,"['<', '~']",< ~],1,1.0 +0125,0125,02,symb,XOR_permuted,6.0,"['!', '$']",$ !,1,1.0 +0125,0125,02,symb,XOR_permuted,7.0,"['%', ':']",% !],0,1.0 +0125,0125,02,symb,XOR_permuted,8.0,"['&', '(']",& !],0,1.0 +0125,0125,02,symb,XOR_permuted,9.0,"[':', '!']",: !],1,1.0 +0125,0125,02,symb,XOR_permuted,10.0,"['$', '~']",$ ~,1,1.0 +0125,0125,02,symb,XOR_permuted,11.0,"['%', '>']",> %],1,1.0 +0125,0125,02,symb,XOR_permuted,12.0,"['%', '$']",$ %],1,1.0 +0125,0125,02,symb,XOR_permuted,13.0,"['!', '~']",: ~],0,1.0 +0125,0125,02,symb,XOR_permuted,14.0,"['&', '!']",$ >,0,1.0 +0125,0125,02,symb,XOR_permuted,15.0,"['%', '>']",% >,1,1.0 +0125,0125,02,symb,XOR_permuted,16.0,"['>', ':']",! :],0,1.0 +0125,0125,02,symb,XOR_permuted,17.0,"['~', '*']",~ *],1,1.0 +0125,0125,02,symb,XOR_permuted,18.0,"['>', ':']",: >],1,1.0 +0125,0125,02,symb,XOR_permuted,19.0,"['%', '$']",$ %],1,1.0 +0125,0125,02,symb,XOR_permuted,20.0,"['%', '*']",* %],1,1.0 +0125,0125,02,symb,XOR_permuted,21.0,"['~', '<']",~ <],1,1.0 +0125,0125,02,symb,XOR_permuted,22.0,"['%', '!']",! %],1,1.0 +0125,0125,02,symb,XOR_permuted,23.0,"['%', '$']",% $],1,1.0 +0125,0125,02,symb,XOR_permuted,24.0,"[':', '%']",: %],1,1.0 +0125,0125,02,symb,XOR_permuted,25.0,"['*', ':']",: &],0,1.0 +0125,0125,02,symb,XOR_permuted,26.0,"['!', '$']",$ !,1,1.0 +0125,0125,02,symb,XOR_permuted,27.0,"['*', '$']",* $,1,1.0 +0125,0125,02,symb,XOR_permuted,28.0,"['!', '>']",% %],0,1.0 +0125,0125,02,symb,XOR_permuted,29.0,"['$', '%']",% $],1,1.0 +0125,0125,02,symb,XOR_permuted,30.0,"['*', '<']",* <],1,1.0 +0125,0125,02,symb,XOR_permuted,31.0,"['*', '~']",: ~],0,1.0 +0125,0125,02,symb,XOR_permuted,32.0,"['%', '*']",: %],0,1.0 +0125,0125,02,symb,XOR_permuted,33.0,"['<', '>']",: &],0,1.0 +0125,0125,02,symb,XOR_permuted,34.0,"['!', '<']",! <],1,1.0 +0125,0125,02,symb,XOR_permuted,35.0,"['~', '%']",% (],0,1.0 +0125,0125,02,symb,XOR_permuted,36.0,"['~', '%']",% ~,1,1.0 +0125,0125,02,symb,XOR_permuted,37.0,"['(', '<']",< >],0,1.0 +0125,0125,02,symb,XOR_permuted,38.0,"[':', '$']",$ $,0,1.0 +0125,0125,02,symb,XOR_permuted,39.0,"['~', '>']",> ~],1,1.0 +0125,0125,02,symb,XOR_permuted,40.0,"['$', '!']",$ ~],0,1.0 +0125,0125,02,symb,XOR_permuted,41.0,"['>', '~']",* >,0,1.0 +0125,0125,02,symb,XOR_permuted,42.0,"[':', '$']",: $],1,1.0 +0125,0125,02,symb,XOR_permuted,43.0,"['>', '%']",% >,1,1.0 +0125,0125,02,symb,XOR_permuted,44.0,"['*', '&']",* %],0,1.0 +0125,0125,02,symb,XOR_permuted,45.0,"['!', '<']",< ~],0,1.0 +0125,0125,02,symb,XOR_permuted,46.0,"['*', '%']",% *],1,1.0 +0125,0125,02,symb,XOR_permuted,47.0,"['*', '%']",% *],1,1.0 +0125,0125,02,symb,XOR_permuted,48.0,"['%', '&']",$ %],0,1.0 +0125,0125,02,symb,XOR_permuted,49.0,"['<', '&']",<& :],0,1.0 +0125,0125,02,symb,XOR_permuted,50.0,"['~', '$']",$: ~],0,1.0 +0125,0125,02,symb,XOR_permuted,51.0,"['%', '&']",% &,1,1.0 +0125,0125,02,symb,XOR_permuted,52.0,"['$', ':']",$ :],1,1.0 +0125,0125,02,symb,XOR_permuted,53.0,"[':', '*']",* :],1,1.0 +0125,0125,02,symb,XOR_permuted,54.0,"['&', '%']",: %],0,1.0 +0125,0125,02,symb,XOR_permuted,55.0,"['<', '$']",$ <],1,1.0 +0125,0125,02,symb,XOR_permuted,56.0,"['%', '~']",% ~,1,1.0 +0125,0125,02,symb,XOR_permuted,57.0,"['<', '(']",% !,0,1.0 +0125,0125,02,symb,XOR_permuted,58.0,"['>', '<']",< &],0,1.0 +0125,0125,02,symb,XOR_permuted,59.0,"[':', '*']",* :],1,1.0 +0125,0125,02,symb,XOR_permuted,60.0,"['$', '*']",$ *],1,1.0 +0125,0125,02,symb,XOR_permuted,61.0,"['%', '&']",% &],1,1.0 +0125,0125,02,symb,XOR_permuted,62.0,"['%', '*']",* %,1,1.0 +0125,0125,02,symb,XOR_permuted,63.0,"['*', '%']",% *,1,1.0 +0125,0125,02,symb,XOR_permuted,64.0,"['*', '!']",* :],0,1.0 +0125,0125,02,symb,XOR_permuted,65.0,"['$', '~']",% $],0,1.0 +0125,0125,02,symb,XOR_permuted,66.0,"['$', '(']",$ $],0,1.0 +0125,0125,02,symb,XOR_permuted,67.0,"['%', '(']",% (,1,1.0 +0125,0125,02,symb,XOR_permuted,68.0,"['$', '<']",$ <],1,1.0 +0125,0125,02,symb,XOR_permuted,69.0,"['~', '(']",* :],0,1.0 +0125,0125,02,symb,XOR_permuted,70.0,"['<', '%']",% <],1,1.0 +0125,0125,02,symb,XOR_permuted,71.0,"['!', '&']",! &],1,1.0 +0125,0125,02,symb,XOR_permuted,72.0,"[':', '&']",: &],1,1.0 +0125,0125,02,symb,XOR_permuted,73.0,"['~', '!']",% ~],0,1.0 +0125,0125,02,symb,XOR_permuted,74.0,"['%', '$']",% $,1,1.0 +0125,0125,02,symb,XOR_permuted,75.0,"['*', '$']",* $,1,1.0 +0125,0125,02,symb,XOR_permuted,76.0,"['$', '~']",$ ~,1,1.0 +0125,0125,02,symb,XOR_permuted,77.0,"['(', '&']",& $],0,1.0 +0125,0125,02,symb,XOR_permuted,78.0,"['&', '(']",& (],1,1.0 +0125,0125,02,symb,XOR_permuted,79.0,"['>', '!']",! >],1,1.0 +0125,0125,02,symb,XOR_permuted,80.0,"[':', '!']",: <],0,1.0 +0125,0125,02,symb,XOR_permuted,81.0,"['<', '~']",< ~],1,1.0 +0125,0125,02,symb,XOR_permuted,82.0,"['<', '>']",< (],0,1.0 +0125,0125,02,symb,XOR_permuted,83.0,"['>', '%']",% >,1,1.0 +0125,0125,02,symb,XOR_permuted,84.0,"['~', '$']",$ &,0,1.0 +0125,0125,02,symb,XOR_permuted,85.0,"['$', '(']",: $],0,1.0 +0125,0125,02,symb,XOR_permuted,86.0,"['~', '*']",* ~],1,1.0 +0125,0125,02,symb,XOR_permuted,87.0,"['$', '(']",$ >,0,1.0 +0125,0125,02,symb,XOR_permuted,88.0,"['!', '&']",! &,1,1.0 +0125,0125,02,symb,XOR_permuted,89.0,"['(', '$']",$ (],1,1.0 +0125,0125,02,symb,XOR_permuted,90.0,"['&', '<']",& <],1,1.0 +0125,0125,02,symb,XOR_permuted,91.0,"['(', '%']",% (],1,1.0 +0125,0125,02,symb,XOR_permuted,92.0,"[':', '(']",~ :],0,1.0 +0125,0125,02,symb,XOR_permuted,93.0,"['<', ':']",$ <,0,1.0 +0125,0125,02,symb,XOR_permuted,94.0,"['!', '>']",> $],0,1.0 +0125,0125,02,symb,XOR_permuted,95.0,"[':', '<']",< :],1,1.0 +0125,0125,02,symb,XOR_permuted,96.0,"['<', '$']",$ %,0,1.0 +0125,0125,02,symb,XOR_permuted,97.0,"[':', '!']",: *],0,1.0 +0125,0125,02,symb,XOR_permuted,98.0,"['>', '<']",<* >],0,1.0 +0125,0125,02,symb,XOR_permuted,99.0,"['~', '>']",: ~],0,1.0 +0125,0125,02,symb,AND_permuted,0.0,[],$,0,1.0 +0125,0125,02,symb,AND_permuted,1.0,[],$,0,1.0 +0125,0125,02,symb,AND_permuted,2.0,[],!],0,1.0 +0125,0125,02,symb,AND_permuted,3.0,[],*,0,1.0 +0125,0125,02,symb,AND_permuted,4.0,[],$,0,1.0 +0125,0125,02,symb,AND_permuted,5.0,[],*,0,1.0 +0125,0125,02,symb,AND_permuted,6.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,7.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,8.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,9.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,10.0,[],$,0,1.0 +0125,0125,02,symb,AND_permuted,11.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,12.0,[],<],0,1.0 +0125,0125,02,symb,AND_permuted,13.0,[],*],0,1.0 +0125,0125,02,symb,AND_permuted,14.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,15.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,16.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,17.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,18.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,19.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,20.0,[],*,0,1.0 +0125,0125,02,symb,AND_permuted,21.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,22.0,[],*],0,1.0 +0125,0125,02,symb,AND_permuted,23.0,[],~],0,1.0 +0125,0125,02,symb,AND_permuted,24.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,25.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,26.0,[],()],0,1.0 +0125,0125,02,symb,AND_permuted,27.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,28.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,29.0,[],$,0,1.0 +0125,0125,02,symb,AND_permuted,30.0,[],<],0,1.0 +0125,0125,02,symb,AND_permuted,31.0,[],&],0,1.0 +0125,0125,02,symb,AND_permuted,32.0,[],*,0,1.0 +0125,0125,02,symb,AND_permuted,33.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,34.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,35.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,36.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,37.0,[],*,0,1.0 +0125,0125,02,symb,AND_permuted,38.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,39.0,[],*,0,1.0 +0125,0125,02,symb,AND_permuted,40.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,41.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,42.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,43.0,[],>],0,1.0 +0125,0125,02,symb,AND_permuted,44.0,[],*],0,1.0 +0125,0125,02,symb,AND_permuted,45.0,[],%],0,1.0 +0125,0125,02,symb,AND_permuted,46.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,47.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,48.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,49.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,50.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,51.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,52.0,[], ],1,1.0 +0125,0125,02,symb,AND_permuted,53.0,[],~],0,1.0 +0125,0125,02,symb,AND_permuted,54.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,55.0,[],%],0,1.0 +0125,0125,02,symb,AND_permuted,56.0,[],&,0,1.0 +0125,0125,02,symb,AND_permuted,57.0,[],*,0,1.0 +0125,0125,02,symb,AND_permuted,58.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,59.0,[],$,0,1.0 +0125,0125,02,symb,AND_permuted,60.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,61.0,[],<],0,1.0 +0125,0125,02,symb,AND_permuted,62.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,63.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,64.0,[],*,0,1.0 +0125,0125,02,symb,AND_permuted,65.0,[],&],0,1.0 +0125,0125,02,symb,AND_permuted,66.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,67.0,[],!],0,1.0 +0125,0125,02,symb,AND_permuted,68.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,69.0,[],)],0,1.0 +0125,0125,02,symb,AND_permuted,70.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,71.0,[],$,0,1.0 +0125,0125,02,symb,AND_permuted,72.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,73.0,[],<>,0,1.0 +0125,0125,02,symb,AND_permuted,74.0,[],&,0,1.0 +0125,0125,02,symb,AND_permuted,75.0,[],!],0,1.0 +0125,0125,02,symb,AND_permuted,76.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,77.0,[],%],0,1.0 +0125,0125,02,symb,AND_permuted,78.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,79.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,80.0,[],$],0,1.0 +0125,0125,02,symb,AND_permuted,81.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,82.0,[],>,0,1.0 +0125,0125,02,symb,AND_permuted,83.0,[],!],0,1.0 +0125,0125,02,symb,AND_permuted,84.0,[],* <],0,1.0 +0125,0125,02,symb,AND_permuted,85.0,[],*],0,1.0 +0125,0125,02,symb,AND_permuted,86.0,[],:],0,1.0 +0125,0125,02,symb,AND_permuted,87.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,88.0,[],%],0,1.0 +0125,0125,02,symb,AND_permuted,89.0,[],$,0,1.0 +0125,0125,02,symb,AND_permuted,90.0,[],*,0,1.0 +0125,0125,02,symb,AND_permuted,91.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,92.0,[],( >],0,1.0 +0125,0125,02,symb,AND_permuted,93.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,94.0,[],%,0,1.0 +0125,0125,02,symb,AND_permuted,95.0,[],],1,1.0 +0125,0125,02,symb,AND_permuted,96.0,[],<],0,1.0 +0125,0125,02,symb,AND_permuted,97.0,[],*,0,1.0 +0125,0125,02,symb,AND_permuted,98.0,[],~],0,1.0 +0125,0125,02,symb,AND_permuted,99.0,[],],1,1.0 +0125,0125,12,num,row_constant,0.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,1.0,[4],4,1,1.0 +0125,0125,12,num,row_constant,2.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,3.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,4.0,[6],6],1,1.0 +0125,0125,12,num,row_constant,5.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,6.0,[5],5,1,1.0 +0125,0125,12,num,row_constant,7.0,[9],27,0,1.0 +0125,0125,12,num,row_constant,8.0,[4],4],1,1.0 +0125,0125,12,num,row_constant,9.0,[4],4,1,1.0 +0125,0125,12,num,row_constant,10.0,[8],8,1,1.0 +0125,0125,12,num,row_constant,11.0,[9],9,1,1.0 +0125,0125,12,num,row_constant,12.0,[0],0,1,1.0 +0125,0125,12,num,row_constant,13.0,[0],0,1,1.0 +0125,0125,12,num,row_constant,14.0,[1],1],1,1.0 +0125,0125,12,num,row_constant,15.0,[4],4],1,1.0 +0125,0125,12,num,row_constant,16.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,17.0,[7],7],1,1.0 +0125,0125,12,num,row_constant,18.0,[0],0,1,1.0 +0125,0125,12,num,row_constant,19.0,[5],5,1,1.0 +0125,0125,12,num,row_constant,20.0,[0],0,1,1.0 +0125,0125,12,num,row_constant,21.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,22.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,23.0,[9],9],1,1.0 +0125,0125,12,num,row_constant,24.0,[7],7],1,1.0 +0125,0125,12,num,row_constant,25.0,[4],4,1,1.0 +0125,0125,12,num,row_constant,26.0,[5],5,1,1.0 +0125,0125,12,num,row_constant,27.0,[9],9,1,1.0 +0125,0125,12,num,row_constant,28.0,[6],6],1,1.0 +0125,0125,12,num,row_constant,29.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,30.0,[6],6],1,1.0 +0125,0125,12,num,row_constant,31.0,[4],4,1,1.0 +0125,0125,12,num,row_constant,32.0,[2],2,1,1.0 +0125,0125,12,num,row_constant,33.0,[4],4,1,1.0 +0125,0125,12,num,row_constant,34.0,[6],6,1,1.0 +0125,0125,12,num,row_constant,35.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,36.0,[4],4],1,1.0 +0125,0125,12,num,row_constant,37.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,38.0,[0],0,1,1.0 +0125,0125,12,num,row_constant,39.0,[9],9,1,1.0 +0125,0125,12,num,row_constant,40.0,[0],0,1,1.0 +0125,0125,12,num,row_constant,41.0,[6],6],1,1.0 +0125,0125,12,num,row_constant,42.0,[1],1,1,1.0 +0125,0125,12,num,row_constant,43.0,[4],4],1,1.0 +0125,0125,12,num,row_constant,44.0,[5],5,1,1.0 +0125,0125,12,num,row_constant,45.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,46.0,[2],2,1,1.0 +0125,0125,12,num,row_constant,47.0,[8],8],1,1.0 +0125,0125,12,num,row_constant,48.0,[8],8,1,1.0 +0125,0125,12,num,row_constant,49.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,50.0,[1],1,1,1.0 +0125,0125,12,num,row_constant,51.0,[4],4],1,1.0 +0125,0125,12,num,row_constant,52.0,[7],7],1,1.0 +0125,0125,12,num,row_constant,53.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,54.0,[9],9],1,1.0 +0125,0125,12,num,row_constant,55.0,[0],0,1,1.0 +0125,0125,12,num,row_constant,56.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,57.0,[0],0,1,1.0 +0125,0125,12,num,row_constant,58.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,59.0,[5],5,1,1.0 +0125,0125,12,num,row_constant,60.0,[1],1,1,1.0 +0125,0125,12,num,row_constant,61.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,62.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,63.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,64.0,[1],1,1,1.0 +0125,0125,12,num,row_constant,65.0,[4],4,1,1.0 +0125,0125,12,num,row_constant,66.0,[8],8,1,1.0 +0125,0125,12,num,row_constant,67.0,[5],5,1,1.0 +0125,0125,12,num,row_constant,68.0,[4],4,1,1.0 +0125,0125,12,num,row_constant,69.0,[4],4],1,1.0 +0125,0125,12,num,row_constant,70.0,[4],4,1,1.0 +0125,0125,12,num,row_constant,71.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,72.0,[1],1,1,1.0 +0125,0125,12,num,row_constant,73.0,[6],6,1,1.0 +0125,0125,12,num,row_constant,74.0,[5],5,1,1.0 +0125,0125,12,num,row_constant,75.0,[0],0,1,1.0 +0125,0125,12,num,row_constant,76.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,77.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,78.0,[4],4,1,1.0 +0125,0125,12,num,row_constant,79.0,[2],2,1,1.0 +0125,0125,12,num,row_constant,80.0,[3],3,1,1.0 +0125,0125,12,num,row_constant,81.0,[2],2,1,1.0 +0125,0125,12,num,row_constant,82.0,[9],9],1,1.0 +0125,0125,12,num,row_constant,83.0,[8],8,1,1.0 +0125,0125,12,num,row_constant,84.0,[5],5,1,1.0 +0125,0125,12,num,row_constant,85.0,[2],2,1,1.0 +0125,0125,12,num,row_constant,86.0,[4],4],1,1.0 +0125,0125,12,num,row_constant,87.0,[7],7],1,1.0 +0125,0125,12,num,row_constant,88.0,[0],0,1,1.0 +0125,0125,12,num,row_constant,89.0,[3],3],1,1.0 +0125,0125,12,num,row_constant,90.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,91.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,92.0,[1],1,1,1.0 +0125,0125,12,num,row_constant,93.0,[7],7,1,1.0 +0125,0125,12,num,row_constant,94.0,[2],2,1,1.0 +0125,0125,12,num,row_constant,95.0,[6],6,1,1.0 +0125,0125,12,num,row_constant,96.0,[6],6],1,1.0 +0125,0125,12,num,row_constant,97.0,[2],2,1,1.0 +0125,0125,12,num,row_constant,98.0,[8],8],1,1.0 +0125,0125,12,num,row_constant,99.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,0.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,1.0,[9],9,1,1.0 +0125,0125,12,num,col_constant,2.0,[9],9,1,1.0 +0125,0125,12,num,col_constant,3.0,[8],8,1,1.0 +0125,0125,12,num,col_constant,4.0,[7],7,1,1.0 +0125,0125,12,num,col_constant,5.0,[8],8,1,1.0 +0125,0125,12,num,col_constant,6.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,7.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,8.0,[4],4,1,1.0 +0125,0125,12,num,col_constant,9.0,[4],4,1,1.0 +0125,0125,12,num,col_constant,10.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,11.0,[8],8,1,1.0 +0125,0125,12,num,col_constant,12.0,[0],0,1,1.0 +0125,0125,12,num,col_constant,13.0,[1],1,1,1.0 +0125,0125,12,num,col_constant,14.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,15.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,16.0,[7],7,1,1.0 +0125,0125,12,num,col_constant,17.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,18.0,[4],4,1,1.0 +0125,0125,12,num,col_constant,19.0,[2],2,1,1.0 +0125,0125,12,num,col_constant,20.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,21.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,22.0,[9],9,1,1.0 +0125,0125,12,num,col_constant,23.0,[0],0,1,1.0 +0125,0125,12,num,col_constant,24.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,25.0,[2],2],1,1.0 +0125,0125,12,num,col_constant,26.0,[9],9,1,1.0 +0125,0125,12,num,col_constant,27.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,28.0,[9],9,1,1.0 +0125,0125,12,num,col_constant,29.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,30.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,31.0,[8],8,1,1.0 +0125,0125,12,num,col_constant,32.0,[4],4,1,1.0 +0125,0125,12,num,col_constant,33.0,[0],0,1,1.0 +0125,0125,12,num,col_constant,34.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,35.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,36.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,37.0,[2],2,1,1.0 +0125,0125,12,num,col_constant,38.0,[2],2,1,1.0 +0125,0125,12,num,col_constant,39.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,40.0,[2],2,1,1.0 +0125,0125,12,num,col_constant,41.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,42.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,43.0,[0],0,1,1.0 +0125,0125,12,num,col_constant,44.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,45.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,46.0,[7],7],1,1.0 +0125,0125,12,num,col_constant,47.0,[0],0,1,1.0 +0125,0125,12,num,col_constant,48.0,[8],8,1,1.0 +0125,0125,12,num,col_constant,49.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,50.0,[7],7,1,1.0 +0125,0125,12,num,col_constant,51.0,[7],7,1,1.0 +0125,0125,12,num,col_constant,52.0,[8],8,1,1.0 +0125,0125,12,num,col_constant,53.0,[2],2,1,1.0 +0125,0125,12,num,col_constant,54.0,[0],0,1,1.0 +0125,0125,12,num,col_constant,55.0,[0],0,1,1.0 +0125,0125,12,num,col_constant,56.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,57.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,58.0,[0],0,1,1.0 +0125,0125,12,num,col_constant,59.0,[2],2],1,1.0 +0125,0125,12,num,col_constant,60.0,[3],3],1,1.0 +0125,0125,12,num,col_constant,61.0,[4],4,1,1.0 +0125,0125,12,num,col_constant,62.0,[5],5],1,1.0 +0125,0125,12,num,col_constant,63.0,[1],1,1,1.0 +0125,0125,12,num,col_constant,64.0,[5],5],1,1.0 +0125,0125,12,num,col_constant,65.0,[2],2],1,1.0 +0125,0125,12,num,col_constant,66.0,[0],0,1,1.0 +0125,0125,12,num,col_constant,67.0,[7],7,1,1.0 +0125,0125,12,num,col_constant,68.0,[4],4,1,1.0 +0125,0125,12,num,col_constant,69.0,[4],4,1,1.0 +0125,0125,12,num,col_constant,70.0,[8],8,1,1.0 +0125,0125,12,num,col_constant,71.0,[2],2,1,1.0 +0125,0125,12,num,col_constant,72.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,73.0,[4],4,1,1.0 +0125,0125,12,num,col_constant,74.0,[8],8,1,1.0 +0125,0125,12,num,col_constant,75.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,76.0,[1],1,1,1.0 +0125,0125,12,num,col_constant,77.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,78.0,[7],7,1,1.0 +0125,0125,12,num,col_constant,79.0,[9],9,1,1.0 +0125,0125,12,num,col_constant,80.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,81.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,82.0,[8],8,1,1.0 +0125,0125,12,num,col_constant,83.0,[9],9,1,1.0 +0125,0125,12,num,col_constant,84.0,[3],3],1,1.0 +0125,0125,12,num,col_constant,85.0,[5],5],1,1.0 +0125,0125,12,num,col_constant,86.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,87.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,88.0,[1],1,1,1.0 +0125,0125,12,num,col_constant,89.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,90.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,91.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,92.0,[0],0,1,1.0 +0125,0125,12,num,col_constant,93.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,94.0,[6],6,1,1.0 +0125,0125,12,num,col_constant,95.0,[3],3,1,1.0 +0125,0125,12,num,col_constant,96.0,[1],1,1,1.0 +0125,0125,12,num,col_constant,97.0,[5],5],1,1.0 +0125,0125,12,num,col_constant,98.0,[5],5,1,1.0 +0125,0125,12,num,col_constant,99.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag1,0.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag1,1.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag1,2.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag1,3.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,4.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,5.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,6.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag1,7.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,8.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,9.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,10.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag1,11.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,12.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,13.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag1,14.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,15.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag1,16.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,17.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,18.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,19.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,20.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag1,21.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag1,22.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,23.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,24.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag1,25.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag1,26.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag1,27.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,28.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,29.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,30.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag1,31.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag1,32.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,33.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,34.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,35.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,36.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,37.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,38.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag1,39.0,[1],1,1,1.0 +0125,0125,12,num,dist3_diag1,40.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag1,41.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag1,42.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,43.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,44.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,45.0,[1],1,1,1.0 +0125,0125,12,num,dist3_diag1,46.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,47.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag1,48.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,49.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag1,50.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,51.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,52.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag1,53.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag1,54.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,55.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag1,56.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,57.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,58.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,59.0,[1],1,1,1.0 +0125,0125,12,num,dist3_diag1,60.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,61.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag1,62.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,63.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,64.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag1,65.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,66.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,67.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,68.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag1,69.0,[1],1,1,1.0 +0125,0125,12,num,dist3_diag1,70.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag1,71.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag1,72.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,73.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,74.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,75.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,76.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,77.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,78.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag1,79.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag1,80.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,81.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,82.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,83.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,84.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,85.0,[4],4],1,1.0 +0125,0125,12,num,dist3_diag1,86.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,87.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,88.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,89.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,90.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag1,91.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag1,92.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag1,93.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,94.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag1,95.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag1,96.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,97.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag1,98.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag1,99.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag2,0.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,1.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,2.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,3.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,4.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag2,5.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag2,6.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,7.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,8.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,9.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,10.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,11.0,[1],1,1,1.0 +0125,0125,12,num,dist3_diag2,12.0,[1],1],1,1.0 +0125,0125,12,num,dist3_diag2,13.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,14.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,15.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,16.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,17.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,18.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,19.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,20.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,21.0,[1],1,1,1.0 +0125,0125,12,num,dist3_diag2,22.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag2,23.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag2,24.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag2,25.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,26.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,27.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,28.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag2,29.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,30.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag2,31.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag2,32.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,33.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,34.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag2,35.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag2,36.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag2,37.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,38.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,39.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,40.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag2,41.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag2,42.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag2,43.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,44.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag2,45.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,46.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,47.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,48.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag2,49.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,50.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,51.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag2,52.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,53.0,[2],2,1,1.0 +0125,0125,12,num,dist3_diag2,54.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,55.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,56.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,57.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag2,58.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,59.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,60.0,[1],1,1,1.0 +0125,0125,12,num,dist3_diag2,61.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,62.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,63.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,64.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,65.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,66.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,67.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,68.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,69.0,[8],8,1,1.0 +0125,0125,12,num,dist3_diag2,70.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,71.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag2,72.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,73.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,74.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag2,75.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,76.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,77.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,78.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,79.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag2,80.0,[9],9,1,1.0 +0125,0125,12,num,dist3_diag2,81.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,82.0,[7],7,1,1.0 +0125,0125,12,num,dist3_diag2,83.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag2,84.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,85.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,86.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,87.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,88.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,89.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag2,90.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag2,91.0,[0],0,1,1.0 +0125,0125,12,num,dist3_diag2,92.0,[3],3,1,1.0 +0125,0125,12,num,dist3_diag2,93.0,[1],1,1,1.0 +0125,0125,12,num,dist3_diag2,94.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,95.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,96.0,[6],6,1,1.0 +0125,0125,12,num,dist3_diag2,97.0,[4],4,1,1.0 +0125,0125,12,num,dist3_diag2,98.0,[5],5,1,1.0 +0125,0125,12,num,dist3_diag2,99.0,[0],0,1,1.0 +0125,0125,12,num,prog_size1,0.0,[4],4,1,1.0 +0125,0125,12,num,prog_size1,1.0,[5],5],1,1.0 +0125,0125,12,num,prog_size1,2.0,[6],6,1,1.0 +0125,0125,12,num,prog_size1,3.0,[7],7,1,1.0 +0125,0125,12,num,prog_size1,4.0,[8],8,1,1.0 +0125,0125,12,num,prog_size1,5.0,[9],9,1,1.0 +0125,0125,12,num,prog_size1,6.0,[0],0,1,1.0 +0125,0125,12,num,prog_size1,7.0,[1],1,1,1.0 +0125,0125,12,num,prog_size1,8.0,[2],2,1,1.0 +0125,0125,12,num,prog_size1,9.0,[3],3,1,1.0 +0125,0125,12,num,prog_size1,10.0,[4],4,1,1.0 +0125,0125,12,num,prog_size1,11.0,[5],5,1,1.0 +0125,0125,12,num,prog_size2,0.0,[8],8,1,1.0 +0125,0125,12,num,prog_size2,1.0,[9],9],1,1.0 +0125,0125,12,num,prog_size2,2.0,[0],0,1,1.0 +0125,0125,12,num,prog_size2,3.0,[1],1,1,1.0 +0125,0125,12,num,two_rule_comb0,0.0,[6 9],6 9],1,1.0 +0125,0125,12,num,two_rule_comb0,1.0,[7 0],7 0],1,1.0 +0125,0125,12,num,two_rule_comb0,2.0,[2 4],2 4],1,1.0 +0125,0125,12,num,two_rule_comb0,3.0,[2 0],2 0],1,1.0 +0125,0125,12,num,two_rule_comb0,4.0,[9 2],9 2,1,1.0 +0125,0125,12,num,two_rule_comb0,5.0,[7 0],7 0,1,1.0 +0125,0125,12,num,two_rule_comb0,6.0,[1 9],1 9,1,1.0 +0125,0125,12,num,two_rule_comb0,7.0,[1 7],7],0,1.0 +0125,0125,12,num,two_rule_comb0,8.0,[7 3],7 3,1,1.0 +0125,0125,12,num,two_rule_comb0,9.0,[9 0],9 0,1,1.0 +0125,0125,12,num,two_rule_comb0,10.0,[7 2],7 2,1,1.0 +0125,0125,12,num,two_rule_comb0,11.0,[1 6],1 6,1,1.0 +0125,0125,12,num,two_rule_comb0,12.0,[7 4],7 4,1,1.0 +0125,0125,12,num,two_rule_comb0,13.0,[9 7],9 7,1,1.0 +0125,0125,12,num,two_rule_comb0,14.0,[0 0],0 0,1,1.0 +0125,0125,12,num,two_rule_comb0,15.0,[3 7],3 7,1,1.0 +0125,0125,12,num,two_rule_comb0,16.0,[7 3],7 3],1,1.0 +0125,0125,12,num,two_rule_comb0,17.0,[9 0],9 0,1,1.0 +0125,0125,12,num,two_rule_comb0,18.0,[7 2],7 2,1,1.0 +0125,0125,12,num,two_rule_comb0,19.0,[2 6],2 6,1,1.0 +0125,0125,12,num,two_rule_comb0,20.0,[5 5],5 5,1,1.0 +0125,0125,12,num,two_rule_comb0,21.0,[8 5],8 5,1,1.0 +0125,0125,12,num,two_rule_comb0,22.0,[6 4],6 4],1,1.0 +0125,0125,12,num,two_rule_comb0,23.0,[6 8],6 8],1,1.0 +0125,0125,12,num,two_rule_comb0,24.0,[7 1],1,0,1.0 +0125,0125,12,num,two_rule_comb0,25.0,[5 1],5 1,1,1.0 +0125,0125,12,num,two_rule_comb0,26.0,[6 8],6 8,1,1.0 +0125,0125,12,num,two_rule_comb0,27.0,[7 7],7 7],1,1.0 +0125,0125,12,num,two_rule_comb0,28.0,[7 1],7 1,1,1.0 +0125,0125,12,num,two_rule_comb0,29.0,[0 2],0 2,1,1.0 +0125,0125,12,num,two_rule_comb0,30.0,[9 4],9 4,1,1.0 +0125,0125,12,num,two_rule_comb0,31.0,[4 5],4 5,1,1.0 +0125,0125,12,num,two_rule_comb0,32.0,[3 3],3 3],1,1.0 +0125,0125,12,num,two_rule_comb0,33.0,[7 9],7 9,1,1.0 +0125,0125,12,num,two_rule_comb0,34.0,[4 2],4 2,1,1.0 +0125,0125,12,num,two_rule_comb0,35.0,[8 9],8 9,1,1.0 +0125,0125,12,num,two_rule_comb0,36.0,[6 5],6 5],1,1.0 +0125,0125,12,num,two_rule_comb0,37.0,[1 5],5],0,1.0 +0125,0125,12,num,two_rule_comb0,38.0,[3 6],3 6,1,1.0 +0125,0125,12,num,two_rule_comb0,39.0,[5 9],5 9,1,1.0 +0125,0125,12,num,two_rule_comb0,40.0,[5 6],5 6,1,1.0 +0125,0125,12,num,two_rule_comb0,41.0,[1 2],1 2,1,1.0 +0125,0125,12,num,two_rule_comb0,42.0,[1 7],1 7,1,1.0 +0125,0125,12,num,two_rule_comb0,43.0,[8 0],8 0,1,1.0 +0125,0125,12,num,two_rule_comb0,44.0,[3 2],3 2,1,1.0 +0125,0125,12,num,two_rule_comb0,45.0,[7 4],4,0,1.0 +0125,0125,12,num,two_rule_comb0,46.0,[9 6],9 6],1,1.0 +0125,0125,12,num,two_rule_comb0,47.0,[4 2],4 2,1,1.0 +0125,0125,12,num,two_rule_comb0,48.0,[6 4],6 4,1,1.0 +0125,0125,12,num,two_rule_comb0,49.0,[8 9],8 9,1,1.0 +0125,0125,12,num,two_rule_comb0,50.0,[2 0],2 0,1,1.0 +0125,0125,12,num,two_rule_comb0,51.0,[7 5],7 5,1,1.0 +0125,0125,12,num,two_rule_comb0,52.0,[2 3],2 3],1,1.0 +0125,0125,12,num,two_rule_comb0,53.0,[3 5],5],0,1.0 +0125,0125,12,num,two_rule_comb0,54.0,[0 7],0 7,1,1.0 +0125,0125,12,num,two_rule_comb0,55.0,[1 6],1 6,1,1.0 +0125,0125,12,num,two_rule_comb0,56.0,[7 1],7 1,1,1.0 +0125,0125,12,num,two_rule_comb0,57.0,[6 8],6 8,1,1.0 +0125,0125,12,num,two_rule_comb0,58.0,[8 0],8 0,1,1.0 +0125,0125,12,num,two_rule_comb0,59.0,[3 0],3 0,1,1.0 +0125,0125,12,num,two_rule_comb0,60.0,[3 0],3 0],1,1.0 +0125,0125,12,num,two_rule_comb0,61.0,[2 3],2 3,1,1.0 +0125,0125,12,num,two_rule_comb0,62.0,[6 3],6 3,1,1.0 +0125,0125,12,num,two_rule_comb0,63.0,[0 8],0 8,1,1.0 +0125,0125,12,num,two_rule_comb0,64.0,[9 7],9 7],1,1.0 +0125,0125,12,num,two_rule_comb0,65.0,[5 4],5 4,1,1.0 +0125,0125,12,num,two_rule_comb0,66.0,[2 6],2 6],1,1.0 +0125,0125,12,num,two_rule_comb0,67.0,[0 8],0 8],1,1.0 +0125,0125,12,num,two_rule_comb0,68.0,[8 0],8 0,1,1.0 +0125,0125,12,num,two_rule_comb0,69.0,[6 1],6 1,1,1.0 +0125,0125,12,num,two_rule_comb0,70.0,[4 6],4 6],1,1.0 +0125,0125,12,num,two_rule_comb0,71.0,[9 0],9 0,1,1.0 +0125,0125,12,num,two_rule_comb0,72.0,[3 2],2,0,1.0 +0125,0125,12,num,two_rule_comb0,73.0,[3 5],3 5],1,1.0 +0125,0125,12,num,two_rule_comb0,74.0,[0 5],5],0,1.0 +0125,0125,12,num,two_rule_comb0,75.0,[7 0],7 0,1,1.0 +0125,0125,12,num,two_rule_comb0,76.0,[1 9],1 9,1,1.0 +0125,0125,12,num,two_rule_comb0,77.0,[1 7],1 7,1,1.0 +0125,0125,12,num,two_rule_comb0,78.0,[0 1],0 1],1,1.0 +0125,0125,12,num,two_rule_comb0,79.0,[7 7],7 7],1,1.0 +0125,0125,12,num,two_rule_comb0,80.0,[2 5],2 5,1,1.0 +0125,0125,12,num,two_rule_comb0,81.0,[3 5],3 5,1,1.0 +0125,0125,12,num,two_rule_comb0,82.0,[7 7],7 7],1,1.0 +0125,0125,12,num,two_rule_comb0,83.0,[7 0],7 0,1,1.0 +0125,0125,12,num,two_rule_comb0,84.0,[3 1],3 1,1,1.0 +0125,0125,12,num,two_rule_comb0,85.0,[0 8],8],0,1.0 +0125,0125,12,num,two_rule_comb0,86.0,[3 0],3 0],1,1.0 +0125,0125,12,num,two_rule_comb0,87.0,[1 5],1 5,1,1.0 +0125,0125,12,num,two_rule_comb0,88.0,[8 0],8 0,1,1.0 +0125,0125,12,num,two_rule_comb0,89.0,[2 7],2 7,1,1.0 +0125,0125,12,num,two_rule_comb0,90.0,[8 5],8 5,1,1.0 +0125,0125,12,num,two_rule_comb0,91.0,[3 1],1,0,1.0 +0125,0125,12,num,two_rule_comb0,92.0,[3 8],3 8,1,1.0 +0125,0125,12,num,two_rule_comb0,93.0,[3 9],9],0,1.0 +0125,0125,12,num,two_rule_comb0,94.0,[2 2],2 2],1,1.0 +0125,0125,12,num,two_rule_comb0,95.0,[8 3],8 3,1,1.0 +0125,0125,12,num,two_rule_comb0,96.0,[1 5],5],0,1.0 +0125,0125,12,num,two_rule_comb0,97.0,[9 4],9 4,1,1.0 +0125,0125,12,num,two_rule_comb0,98.0,[5 4],5 4],1,1.0 +0125,0125,12,num,two_rule_comb0,99.0,[3 1],3 1],1,1.0 +0125,0125,12,num,two_rule_comb1,0.0,[1 2],1 2,1,1.0 +0125,0125,12,num,two_rule_comb1,1.0,[8 9],9 9,0,1.0 +0125,0125,12,num,two_rule_comb1,2.0,[2 6],2 6,1,1.0 +0125,0125,12,num,two_rule_comb1,3.0,[3 4],3 4,1,1.0 +0125,0125,12,num,two_rule_comb1,4.0,[2 7],2 7,1,1.0 +0125,0125,12,num,two_rule_comb1,5.0,[4 0],4 0,1,1.0 +0125,0125,12,num,two_rule_comb1,6.0,[7 4],7 4,1,1.0 +0125,0125,12,num,two_rule_comb1,7.0,[1 1],1 1,1,1.0 +0125,0125,12,num,two_rule_comb1,8.0,[7 9],7 9,1,1.0 +0125,0125,12,num,two_rule_comb1,9.0,[3 1],3 1,1,1.0 +0125,0125,12,num,two_rule_comb1,10.0,[3 7],3 7,1,1.0 +0125,0125,12,num,two_rule_comb1,11.0,[0 2],0 2,1,1.0 +0125,0125,12,num,two_rule_comb1,12.0,[6 7],6 7,1,1.0 +0125,0125,12,num,two_rule_comb1,13.0,[8 2],8 2,1,1.0 +0125,0125,12,num,two_rule_comb1,14.0,[7 4],7 4,1,1.0 +0125,0125,12,num,two_rule_comb1,15.0,[1 3],1 3,1,1.0 +0125,0125,12,num,two_rule_comb1,16.0,[7 3],7 3,1,1.0 +0125,0125,12,num,two_rule_comb1,17.0,[7 7],5 7,0,1.0 +0125,0125,12,num,two_rule_comb1,18.0,[1 8],1 8,1,1.0 +0125,0125,12,num,two_rule_comb1,19.0,[1 9],1 9,1,1.0 +0125,0125,12,num,two_rule_comb1,20.0,[4 9],4 9,1,1.0 +0125,0125,12,num,two_rule_comb1,21.0,[2 3],3 3],0,1.0 +0125,0125,12,num,two_rule_comb1,22.0,[6 7],6 7,1,1.0 +0125,0125,12,num,two_rule_comb1,23.0,[2 5],2 5,1,1.0 +0125,0125,12,num,two_rule_comb1,24.0,[3 1],3 1,1,1.0 +0125,0125,12,num,two_rule_comb1,25.0,[6 5],6 5,1,1.0 +0125,0125,12,num,two_rule_comb1,26.0,[8 1],8 1,1,1.0 +0125,0125,12,num,two_rule_comb1,27.0,[6 8],6 8,1,1.0 +0125,0125,12,num,two_rule_comb1,28.0,[5 4],4 4,0,1.0 +0125,0125,12,num,two_rule_comb1,29.0,[0 4],0 4,1,1.0 +0125,0125,12,num,two_rule_comb1,30.0,[4 9],4 9,1,1.0 +0125,0125,12,num,two_rule_comb1,31.0,[6 2],6 2,1,1.0 +0125,0125,12,num,two_rule_comb1,32.0,[1 7],7 7],0,1.0 +0125,0125,12,num,two_rule_comb1,33.0,[3 0],2 0,0,1.0 +0125,0125,12,num,two_rule_comb1,34.0,[1 2],1 2,1,1.0 +0125,0125,12,num,two_rule_comb1,35.0,[4 1],4 1,1,1.0 +0125,0125,12,num,two_rule_comb1,36.0,[6 6],6 6,1,1.0 +0125,0125,12,num,two_rule_comb1,37.0,[6 2],6 2,1,1.0 +0125,0125,12,num,two_rule_comb1,38.0,[3 2],3 2],1,1.0 +0125,0125,12,num,two_rule_comb1,39.0,[9 9],9 9,1,1.0 +0125,0125,12,num,two_rule_comb1,40.0,[5 9],1 9],0,1.0 +0125,0125,12,num,two_rule_comb1,41.0,[0 2],0 2,1,1.0 +0125,0125,12,num,two_rule_comb1,42.0,[3 2],3 2,1,1.0 +0125,0125,12,num,two_rule_comb1,43.0,[2 2],2 8,0,1.0 +0125,0125,12,num,two_rule_comb1,44.0,[8 1],8 1,1,1.0 +0125,0125,12,num,two_rule_comb1,45.0,[7 3],7 3,1,1.0 +0125,0125,12,num,two_rule_comb1,46.0,[1 5],1 5,1,1.0 +0125,0125,12,num,two_rule_comb1,47.0,[0 5],0 5,1,1.0 +0125,0125,12,num,two_rule_comb1,48.0,[3 5],3 5,1,1.0 +0125,0125,12,num,two_rule_comb1,49.0,[4 7],4 7,1,1.0 +0125,0125,12,num,two_rule_comb1,50.0,[3 9],3 9,1,1.0 +0125,0125,12,num,two_rule_comb1,51.0,[3 4],3 4,1,1.0 +0125,0125,12,num,two_rule_comb1,52.0,[8 9],8 9,1,1.0 +0125,0125,12,num,two_rule_comb1,53.0,[9 5],9 5,1,1.0 +0125,0125,12,num,two_rule_comb1,54.0,[0 8],0 8,1,1.0 +0125,0125,12,num,two_rule_comb1,55.0,[6 2],6 2,1,1.0 +0125,0125,12,num,two_rule_comb1,56.0,[7 0],7 0,1,1.0 +0125,0125,12,num,two_rule_comb1,57.0,[6 6],6 6,1,1.0 +0125,0125,12,num,two_rule_comb1,58.0,[6 3],6 3,1,1.0 +0125,0125,12,num,two_rule_comb1,59.0,[4 5],4 5,1,1.0 +0125,0125,12,num,two_rule_comb1,60.0,[6 6],6 6],1,1.0 +0125,0125,12,num,two_rule_comb1,61.0,[8 4],8 4,1,1.0 +0125,0125,12,num,two_rule_comb1,62.0,[6 4],6 4,1,1.0 +0125,0125,12,num,two_rule_comb1,63.0,[2 1],2 1,1,1.0 +0125,0125,12,num,two_rule_comb1,64.0,[8 1],8 1,1,1.0 +0125,0125,12,num,two_rule_comb1,65.0,[3 3],3 3,1,1.0 +0125,0125,12,num,two_rule_comb1,66.0,[5 9],5 9,1,1.0 +0125,0125,12,num,two_rule_comb1,67.0,[4 9],4 9,1,1.0 +0125,0125,12,num,two_rule_comb1,68.0,[7 7],7 7],1,1.0 +0125,0125,12,num,two_rule_comb1,69.0,[5 2],5 2,1,1.0 +0125,0125,12,num,two_rule_comb1,70.0,[0 1],1 1,0,1.0 +0125,0125,12,num,two_rule_comb1,71.0,[4 8],4 8,1,1.0 +0125,0125,12,num,two_rule_comb1,72.0,[8 3],8 3,1,1.0 +0125,0125,12,num,two_rule_comb1,73.0,[5 6],7 9,0,1.0 +0125,0125,12,num,two_rule_comb1,74.0,[3 8],3 8,1,1.0 +0125,0125,12,num,two_rule_comb1,75.0,[7 9],7 9,1,1.0 +0125,0125,12,num,two_rule_comb1,76.0,[3 2],3 2,1,1.0 +0125,0125,12,num,two_rule_comb1,77.0,[7 5],5 5,0,1.0 +0125,0125,12,num,two_rule_comb1,78.0,[5 5],5 5,1,1.0 +0125,0125,12,num,two_rule_comb1,79.0,[6 8],6 8,1,1.0 +0125,0125,12,num,two_rule_comb1,80.0,[6 8],6 8,1,1.0 +0125,0125,12,num,two_rule_comb1,81.0,[0 6],0 6,1,1.0 +0125,0125,12,num,two_rule_comb1,82.0,[5 0],3,0,1.0 +0125,0125,12,num,two_rule_comb1,83.0,[1 2],1 2,1,1.0 +0125,0125,12,num,two_rule_comb1,84.0,[7 7],7 7,1,1.0 +0125,0125,12,num,two_rule_comb1,85.0,[5 4],5 4,1,1.0 +0125,0125,12,num,two_rule_comb1,86.0,[1 7],1 7,1,1.0 +0125,0125,12,num,two_rule_comb1,87.0,[1 4],1 4,1,1.0 +0125,0125,12,num,two_rule_comb1,88.0,[1 1],1 1,1,1.0 +0125,0125,12,num,two_rule_comb1,89.0,[6 9],6 9,1,1.0 +0125,0125,12,num,two_rule_comb1,90.0,[2 7],2 7],1,1.0 +0125,0125,12,num,two_rule_comb1,91.0,[4 4],6 4,0,1.0 +0125,0125,12,num,two_rule_comb1,92.0,[1 2],1 1,0,1.0 +0125,0125,12,num,two_rule_comb1,93.0,[0 0],0 5,0,1.0 +0125,0125,12,num,two_rule_comb1,94.0,[7 4],7 4,1,1.0 +0125,0125,12,num,two_rule_comb1,95.0,[1 5],1 5,1,1.0 +0125,0125,12,num,two_rule_comb1,96.0,[7 1],3,0,1.0 +0125,0125,12,num,two_rule_comb1,97.0,[3 9],3 9,1,1.0 +0125,0125,12,num,two_rule_comb1,98.0,[7 6],7 6,1,1.0 +0125,0125,12,num,two_rule_comb1,99.0,[2 1],2 1,1,1.0 +0125,0125,12,num,two_rule_comb2,0.0,[1 0],1 0,1,1.0 +0125,0125,12,num,two_rule_comb2,1.0,[0 7],0 7,1,1.0 +0125,0125,12,num,two_rule_comb2,2.0,[6 5],6 5,1,1.0 +0125,0125,12,num,two_rule_comb2,3.0,[1 5],1 5,1,1.0 +0125,0125,12,num,two_rule_comb2,4.0,[7 2],7 2,1,1.0 +0125,0125,12,num,two_rule_comb2,5.0,[2 6],2 6,1,1.0 +0125,0125,12,num,two_rule_comb2,6.0,[4 8],4 8,1,1.0 +0125,0125,12,num,two_rule_comb2,7.0,[3 2],3 2,1,1.0 +0125,0125,12,num,two_rule_comb2,8.0,[9 9],9 9,1,1.0 +0125,0125,12,num,two_rule_comb2,9.0,[6 5],6 5,1,1.0 +0125,0125,12,num,two_rule_comb2,10.0,[8 8],8 8,1,1.0 +0125,0125,12,num,two_rule_comb2,11.0,[9 5],9 5,1,1.0 +0125,0125,12,num,two_rule_comb2,12.0,[5 4],5 4,1,1.0 +0125,0125,12,num,two_rule_comb2,13.0,[4 6],4 6,1,1.0 +0125,0125,12,num,two_rule_comb2,14.0,[2 3],2 3,1,1.0 +0125,0125,12,num,two_rule_comb2,15.0,[8 5],8 5,1,1.0 +0125,0125,12,num,two_rule_comb2,16.0,[4 9],4 9,1,1.0 +0125,0125,12,num,two_rule_comb2,17.0,[9 4],9 4,1,1.0 +0125,0125,12,num,two_rule_comb2,18.0,[0 0],0 0,1,1.0 +0125,0125,12,num,two_rule_comb2,19.0,[5 4],5 4,1,1.0 +0125,0125,12,num,two_rule_comb2,20.0,[4 5],4 5,1,1.0 +0125,0125,12,num,two_rule_comb2,21.0,[0 6],0 6,1,1.0 +0125,0125,12,num,two_rule_comb2,22.0,[1 5],1 5,1,1.0 +0125,0125,12,num,two_rule_comb2,23.0,[5 9],5 9,1,1.0 +0125,0125,12,num,two_rule_comb2,24.0,[5 3],5 3,1,1.0 +0125,0125,12,num,two_rule_comb2,25.0,[0 6],0 6,1,1.0 +0125,0125,12,num,two_rule_comb2,26.0,[8 7],8 7,1,1.0 +0125,0125,12,num,two_rule_comb2,27.0,[6 1],6 1,1,1.0 +0125,0125,12,num,two_rule_comb2,28.0,[9 1],9 1,1,1.0 +0125,0125,12,num,two_rule_comb2,29.0,[0 4],0 4,1,1.0 +0125,0125,12,num,two_rule_comb2,30.0,[3 2],3 2,1,1.0 +0125,0125,12,num,two_rule_comb2,31.0,[6 5],6 5,1,1.0 +0125,0125,12,num,two_rule_comb2,32.0,[1 2],1 2,1,1.0 +0125,0125,12,num,two_rule_comb2,33.0,[5 6],5 6,1,1.0 +0125,0125,12,num,two_rule_comb2,34.0,[5 1],5 1,1,1.0 +0125,0125,12,num,two_rule_comb2,35.0,[7 6],7 6,1,1.0 +0125,0125,12,num,two_rule_comb2,36.0,[8 0],8 0,1,1.0 +0125,0125,12,num,two_rule_comb2,37.0,[9 6],9 6,1,1.0 +0125,0125,12,num,two_rule_comb2,38.0,[4 2],4 2,1,1.0 +0125,0125,12,num,two_rule_comb2,39.0,[2 1],2 1,1,1.0 +0125,0125,12,num,two_rule_comb2,40.0,[8 3],8 3,1,1.0 +0125,0125,12,num,two_rule_comb2,41.0,[9 6],9 6,1,1.0 +0125,0125,12,num,two_rule_comb2,42.0,[6 5],6 5,1,1.0 +0125,0125,12,num,two_rule_comb2,43.0,[8 9],8 9,1,1.0 +0125,0125,12,num,two_rule_comb2,44.0,[4 3],4 3,1,1.0 +0125,0125,12,num,two_rule_comb2,45.0,[7 1],7 1,1,1.0 +0125,0125,12,num,two_rule_comb2,46.0,[0 8],0 8,1,1.0 +0125,0125,12,num,two_rule_comb2,47.0,[3 7],3 7,1,1.0 +0125,0125,12,num,two_rule_comb2,48.0,[7 5],7 5,1,1.0 +0125,0125,12,num,two_rule_comb2,49.0,[5 3],5 3,1,1.0 +0125,0125,12,num,two_rule_comb2,50.0,[6 4],6 4,1,1.0 +0125,0125,12,num,two_rule_comb2,51.0,[9 3],9 3,1,1.0 +0125,0125,12,num,two_rule_comb2,52.0,[1 1],1 1,1,1.0 +0125,0125,12,num,two_rule_comb2,53.0,[0 9],0 9,1,1.0 +0125,0125,12,num,two_rule_comb2,54.0,[6 8],6 8,1,1.0 +0125,0125,12,num,two_rule_comb2,55.0,[6 3],6 3,1,1.0 +0125,0125,12,num,two_rule_comb2,56.0,[8 5],8 5,1,1.0 +0125,0125,12,num,two_rule_comb2,57.0,[9 6],9 6],1,1.0 +0125,0125,12,num,two_rule_comb2,58.0,[5 0],5 0,1,1.0 +0125,0125,12,num,two_rule_comb2,59.0,[0 5],0 5,1,1.0 +0125,0125,12,num,two_rule_comb2,60.0,[2 0],2 0,1,1.0 +0125,0125,12,num,two_rule_comb2,61.0,[0 2],0 2,1,1.0 +0125,0125,12,num,two_rule_comb2,62.0,[5 1],5 1,1,1.0 +0125,0125,12,num,two_rule_comb2,63.0,[8 2],8 2,1,1.0 +0125,0125,12,num,two_rule_comb2,64.0,[8 7],8 7,1,1.0 +0125,0125,12,num,two_rule_comb2,65.0,[9 1],9 1,1,1.0 +0125,0125,12,num,two_rule_comb2,66.0,[5 9],5 9,1,1.0 +0125,0125,12,num,two_rule_comb2,67.0,[9 0],9 0,1,1.0 +0125,0125,12,num,two_rule_comb2,68.0,[0 9],0 9,1,1.0 +0125,0125,12,num,two_rule_comb2,69.0,[0 0],0 0,1,1.0 +0125,0125,12,num,two_rule_comb2,70.0,[5 8],5 8,1,1.0 +0125,0125,12,num,two_rule_comb2,71.0,[9 8],8,0,1.0 +0125,0125,12,num,two_rule_comb2,72.0,[1 1],1 1,1,1.0 +0125,0125,12,num,two_rule_comb2,73.0,[4 3],4 3,1,1.0 +0125,0125,12,num,two_rule_comb2,74.0,[8 2],8 2],1,1.0 +0125,0125,12,num,two_rule_comb2,75.0,[0 2],0 2,1,1.0 +0125,0125,12,num,two_rule_comb2,76.0,[5 7],5 7],1,1.0 +0125,0125,12,num,two_rule_comb2,77.0,[8 8],8 8,1,1.0 +0125,0125,12,num,two_rule_comb2,78.0,[6 6],6 6,1,1.0 +0125,0125,12,num,two_rule_comb2,79.0,[8 0],8 0,1,1.0 +0125,0125,12,num,two_rule_comb2,80.0,[2 2],2 2],1,1.0 +0125,0125,12,num,two_rule_comb2,81.0,[0 8],0 8,1,1.0 +0125,0125,12,num,two_rule_comb2,82.0,[7 5],7 5,1,1.0 +0125,0125,12,num,two_rule_comb2,83.0,[8 4],8 4,1,1.0 +0125,0125,12,num,two_rule_comb2,84.0,[5 2],5 2,1,1.0 +0125,0125,12,num,two_rule_comb2,85.0,[8 0],8 0,1,1.0 +0125,0125,12,num,two_rule_comb2,86.0,[5 0],5 0,1,1.0 +0125,0125,12,num,two_rule_comb2,87.0,[0 3],0 3,1,1.0 +0125,0125,12,num,two_rule_comb2,88.0,[7 1],7 1,1,1.0 +0125,0125,12,num,two_rule_comb2,89.0,[6 0],6 0,1,1.0 +0125,0125,12,num,two_rule_comb2,90.0,[8 5],8 5,1,1.0 +0125,0125,12,num,two_rule_comb2,91.0,[9 5],9 5,1,1.0 +0125,0125,12,num,two_rule_comb2,92.0,[0 5],0 5,1,1.0 +0125,0125,12,num,two_rule_comb2,93.0,[7 7],7 7,1,1.0 +0125,0125,12,num,two_rule_comb2,94.0,[7 0],7 0,1,1.0 +0125,0125,12,num,two_rule_comb2,95.0,[1 0],1 0,1,1.0 +0125,0125,12,num,two_rule_comb2,96.0,[2 0],2 0,1,1.0 +0125,0125,12,num,two_rule_comb2,97.0,[5 1],5 1,1,1.0 +0125,0125,12,num,two_rule_comb2,98.0,[6 4],6 4,1,1.0 +0125,0125,12,num,two_rule_comb2,99.0,[2 7],2 7,1,1.0 +0125,0125,12,num,two_rule_comb3,0.0,[9 1],9 1,1,1.0 +0125,0125,12,num,two_rule_comb3,1.0,[9 0],9 0,1,1.0 +0125,0125,12,num,two_rule_comb3,2.0,[4 8],4 8,1,1.0 +0125,0125,12,num,two_rule_comb3,3.0,[1 8],1 8,1,1.0 +0125,0125,12,num,two_rule_comb3,4.0,[5 7],5 7],1,1.0 +0125,0125,12,num,two_rule_comb3,5.0,[8 2],8 2,1,1.0 +0125,0125,12,num,two_rule_comb3,6.0,[9 2],9 2,1,1.0 +0125,0125,12,num,two_rule_comb3,7.0,[6 1],6 1,1,1.0 +0125,0125,12,num,two_rule_comb3,8.0,[9 8],9 8,1,1.0 +0125,0125,12,num,two_rule_comb3,9.0,[4 5],4 5,1,1.0 +0125,0125,12,num,two_rule_comb3,10.0,[0 4],0 4],1,1.0 +0125,0125,12,num,two_rule_comb3,11.0,[8 6],8 6,1,1.0 +0125,0125,12,num,two_rule_comb3,12.0,[8 3],8 3,1,1.0 +0125,0125,12,num,two_rule_comb3,13.0,[5 9],5 9,1,1.0 +0125,0125,12,num,two_rule_comb3,14.0,[6 4],6 4,1,1.0 +0125,0125,12,num,two_rule_comb3,15.0,[5 3],5 3,1,1.0 +0125,0125,12,num,two_rule_comb3,16.0,[0 5],0 5,1,1.0 +0125,0125,12,num,two_rule_comb3,17.0,[5 5],5 5,1,1.0 +0125,0125,12,num,two_rule_comb3,18.0,[7 0],7 2,0,1.0 +0125,0125,12,num,two_rule_comb3,19.0,[5 6],5 6,1,1.0 +0125,0125,12,num,two_rule_comb3,20.0,[6 4],6 4,1,1.0 +0125,0125,12,num,two_rule_comb3,21.0,[0 6],0 6,1,1.0 +0125,0125,12,num,two_rule_comb3,22.0,[7 0],7 0,1,1.0 +0125,0125,12,num,two_rule_comb3,23.0,[6 8],6 8,1,1.0 +0125,0125,12,num,two_rule_comb3,24.0,[8 3],8 3,1,1.0 +0125,0125,12,num,two_rule_comb3,25.0,[1 7],1 9,0,1.0 +0125,0125,12,num,two_rule_comb3,26.0,[1 2],1 1,0,1.0 +0125,0125,12,num,two_rule_comb3,27.0,[4 6],4 6],1,1.0 +0125,0125,12,num,two_rule_comb3,28.0,[1 2],2 1,0,1.0 +0125,0125,12,num,two_rule_comb3,29.0,[0 2],0 2,1,1.0 +0125,0125,12,num,two_rule_comb3,30.0,[2 4],2 4],1,1.0 +0125,0125,12,num,two_rule_comb3,31.0,[5 5],5 0,0,1.0 +0125,0125,12,num,two_rule_comb3,32.0,[9 6],9 6,1,1.0 +0125,0125,12,num,two_rule_comb3,33.0,[9 0],9 0],1,1.0 +0125,0125,12,num,two_rule_comb3,34.0,[3 4],3 4,1,1.0 +0125,0125,12,num,two_rule_comb3,35.0,[0 1],0 1,1,1.0 +0125,0125,12,num,two_rule_comb3,36.0,[6 3],6 3,1,1.0 +0125,0125,12,num,two_rule_comb3,37.0,[3 2],3 2,1,1.0 +0125,0125,12,num,two_rule_comb3,38.0,[2 1],1 1],0,1.0 +0125,0125,12,num,two_rule_comb3,39.0,[1 3],1 3,1,1.0 +0125,0125,12,num,two_rule_comb3,40.0,[9 1],9 1,1,1.0 +0125,0125,12,num,two_rule_comb3,41.0,[4 4],4 4,1,1.0 +0125,0125,12,num,two_rule_comb3,42.0,[9 8],8 6,0,1.0 +0125,0125,12,num,two_rule_comb3,43.0,[3 2],3 2],1,1.0 +0125,0125,12,num,two_rule_comb3,44.0,[0 8],0 8,1,1.0 +0125,0125,12,num,two_rule_comb3,45.0,[5 2],5 2,1,1.0 +0125,0125,12,num,two_rule_comb3,46.0,[2 3],2 3,1,1.0 +0125,0125,12,num,two_rule_comb3,47.0,[2 4],2 4,1,1.0 +0125,0125,12,num,two_rule_comb3,48.0,[5 1],5 1,1,1.0 +0125,0125,12,num,two_rule_comb3,49.0,[5 2],5 2,1,1.0 +0125,0125,12,num,two_rule_comb3,50.0,[6 9],6 9,1,1.0 +0125,0125,12,num,two_rule_comb3,51.0,[6 6],3 6,0,1.0 +0125,0125,12,num,two_rule_comb3,52.0,[6 3],6 3,1,1.0 +0125,0125,12,num,two_rule_comb3,53.0,[4 2],4 2],1,1.0 +0125,0125,12,num,two_rule_comb3,54.0,[9 9],5 9,0,1.0 +0125,0125,12,num,two_rule_comb3,55.0,[2 6],2 6,1,1.0 +0125,0125,12,num,two_rule_comb3,56.0,[3 0],3 0,1,1.0 +0125,0125,12,num,two_rule_comb3,57.0,[8 6],8 6,1,1.0 +0125,0125,12,num,two_rule_comb3,58.0,[7 8],7 8,1,1.0 +0125,0125,12,num,two_rule_comb3,59.0,[3 2],3 2],1,1.0 +0125,0125,12,num,two_rule_comb3,60.0,[8 1],8 1,1,1.0 +0125,0125,12,num,two_rule_comb3,61.0,[3 7],3 7,1,1.0 +0125,0125,12,num,two_rule_comb3,62.0,[9 6],6 6,0,1.0 +0125,0125,12,num,two_rule_comb3,63.0,[9 1],9 1,1,1.0 +0125,0125,12,num,two_rule_comb3,64.0,[1 1],1 4,0,1.0 +0125,0125,12,num,two_rule_comb3,65.0,[9 7],9 7,1,1.0 +0125,0125,12,num,two_rule_comb3,66.0,[8 7],7 1,0,1.0 +0125,0125,12,num,two_rule_comb3,67.0,[9 2],9 2,1,1.0 +0125,0125,12,num,two_rule_comb3,68.0,[8 2],8 2,1,1.0 +0125,0125,12,num,two_rule_comb3,69.0,[1 3],1 3],1,1.0 +0125,0125,12,num,two_rule_comb3,70.0,[4 7],4 7,1,1.0 +0125,0125,12,num,two_rule_comb3,71.0,[7 2],7 2,1,1.0 +0125,0125,12,num,two_rule_comb3,72.0,[0 2],0 2,1,1.0 +0125,0125,12,num,two_rule_comb3,73.0,[6 1],6 1,1,1.0 +0125,0125,12,num,two_rule_comb3,74.0,[3 3],3 3,1,1.0 +0125,0125,12,num,two_rule_comb3,75.0,[8 4],8 4,1,1.0 +0125,0125,12,num,two_rule_comb3,76.0,[7 0],7 0,1,1.0 +0125,0125,12,num,two_rule_comb3,77.0,[0 8],8 8,0,1.0 +0125,0125,12,num,two_rule_comb3,78.0,[8 3],8 3,1,1.0 +0125,0125,12,num,two_rule_comb3,79.0,[4 2],4 2,1,1.0 +0125,0125,12,num,two_rule_comb3,80.0,[1 0],1 0,1,1.0 +0125,0125,12,num,two_rule_comb3,81.0,[3 0],3 0,1,1.0 +0125,0125,12,num,two_rule_comb3,82.0,[1 4],3 1,0,1.0 +0125,0125,12,num,two_rule_comb3,83.0,[0 4],0 4,1,1.0 +0125,0125,12,num,two_rule_comb3,84.0,[1 4],1 4,1,1.0 +0125,0125,12,num,two_rule_comb3,85.0,[6 9],5 2,0,1.0 +0125,0125,12,num,two_rule_comb3,86.0,[3 8],3 8,1,1.0 +0125,0125,12,num,two_rule_comb3,87.0,[9 5],5 1,0,1.0 +0125,0125,12,num,two_rule_comb3,88.0,[6 2],6 2,1,1.0 +0125,0125,12,num,two_rule_comb3,89.0,[2 1],1 2,0,1.0 +0125,0125,12,num,two_rule_comb3,90.0,[3 6],3 6,1,1.0 +0125,0125,12,num,two_rule_comb3,91.0,[5 4],4 4,0,1.0 +0125,0125,12,num,two_rule_comb3,92.0,[2 5],2 5,1,1.0 +0125,0125,12,num,two_rule_comb3,93.0,[2 6],2 6,1,1.0 +0125,0125,12,num,two_rule_comb3,94.0,[6 2],6 2,1,1.0 +0125,0125,12,num,two_rule_comb3,95.0,[7 8],7 8,1,1.0 +0125,0125,12,num,two_rule_comb3,96.0,[5 8],5 9,0,1.0 +0125,0125,12,num,two_rule_comb3,97.0,[8 9],8 9,1,1.0 +0125,0125,12,num,two_rule_comb3,98.0,[1 3],1 3,1,1.0 +0125,0125,12,num,two_rule_comb3,99.0,[4 9],None,0,1.0 +0125,0125,12,num,two_rule_comb4,0.0,[1 6],1 6,1,1.0 +0125,0125,12,num,two_rule_comb4,1.0,[5 7],5 1,0,1.0 +0125,0125,12,num,two_rule_comb4,2.0,[4 3],4 3,1,1.0 +0125,0125,12,num,two_rule_comb4,3.0,[3 1],5 3,0,1.0 +0125,0125,12,num,two_rule_comb4,4.0,[1 4],1 6],0,1.0 +0125,0125,12,num,two_rule_comb4,5.0,[9 1],9 1,1,1.0 +0125,0125,12,num,two_rule_comb4,6.0,[1 3],1 3,1,1.0 +0125,0125,12,num,two_rule_comb4,7.0,[3 4],4 4,0,1.0 +0125,0125,12,num,two_rule_comb4,8.0,[6 4],6 4,1,1.0 +0125,0125,12,num,two_rule_comb4,9.0,[2 4],2 5,0,1.0 +0125,0125,12,num,two_rule_comb4,10.0,[8 5],8 5,1,1.0 +0125,0125,12,num,two_rule_comb4,11.0,[0 1],0 1,1,1.0 +0125,0125,12,num,two_rule_comb4,12.0,[9 4],9 4,1,1.0 +0125,0125,12,num,two_rule_comb4,13.0,[9 0],9 0,1,1.0 +0125,0125,12,num,two_rule_comb4,14.0,[9 2],9 2,1,1.0 +0125,0125,12,num,two_rule_comb4,15.0,[6 6],6 6,1,1.0 +0125,0125,12,num,two_rule_comb4,16.0,[1 0],1 8,0,1.0 +0125,0125,12,num,two_rule_comb4,17.0,[5 9],6 9,0,1.0 +0125,0125,12,num,two_rule_comb4,18.0,[7 9],7 9,1,1.0 +0125,0125,12,num,two_rule_comb4,19.0,[2 3],2 3],1,1.0 +0125,0125,12,num,two_rule_comb4,20.0,[9 2],9 4,0,1.0 +0125,0125,12,num,two_rule_comb4,21.0,[4 1],4 1,1,1.0 +0125,0125,12,num,two_rule_comb4,22.0,[4 3],4 3],1,1.0 +0125,0125,12,num,two_rule_comb4,23.0,[1 3],1 5,0,1.0 +0125,0125,12,num,two_rule_comb4,24.0,[5 8],5 8,1,1.0 +0125,0125,12,num,two_rule_comb4,25.0,[5 3],3 3,0,1.0 +0125,0125,12,num,two_rule_comb4,26.0,[1 1],1 1],1,1.0 +0125,0125,12,num,two_rule_comb4,27.0,[8 4],8 4,1,1.0 +0125,0125,12,num,two_rule_comb4,28.0,[4 2],4 2,1,1.0 +0125,0125,12,num,two_rule_comb4,29.0,[4 1],4 1,1,1.0 +0125,0125,12,num,two_rule_comb4,30.0,[9 6],9 6,1,1.0 +0125,0125,12,num,two_rule_comb4,31.0,[0 7],0 3,0,1.0 +0125,0125,12,num,two_rule_comb4,32.0,[0 0],0 0,1,1.0 +0125,0125,12,num,two_rule_comb4,33.0,[5 0],5 0,1,1.0 +0125,0125,12,num,two_rule_comb4,34.0,[8 6],8 3,0,1.0 +0125,0125,12,num,two_rule_comb4,35.0,[5 7],5 4],0,1.0 +0125,0125,12,num,two_rule_comb4,36.0,[0 4],0 4,1,1.0 +0125,0125,12,num,two_rule_comb4,37.0,[9 4],9 7,0,1.0 +0125,0125,12,num,two_rule_comb4,38.0,[7 0],4 1,0,1.0 +0125,0125,12,num,two_rule_comb4,39.0,[0 4],0 9,0,1.0 +0125,0125,12,num,two_rule_comb4,40.0,[7 2],7 2,1,1.0 +0125,0125,12,num,two_rule_comb4,41.0,[3 9],3 7,0,1.0 +0125,0125,12,num,two_rule_comb4,42.0,[5 0],8 0,0,1.0 +0125,0125,12,num,two_rule_comb4,43.0,[9 5],9 5,1,1.0 +0125,0125,12,num,two_rule_comb4,44.0,[5 0],5 0,1,1.0 +0125,0125,12,num,two_rule_comb4,45.0,[1 3],1 -2,0,1.0 +0125,0125,12,num,two_rule_comb4,46.0,[1 0],1 6,0,1.0 +0125,0125,12,num,two_rule_comb4,47.0,[2 4],2 4,1,1.0 +0125,0125,12,num,two_rule_comb4,48.0,[5 4],5 2,0,1.0 +0125,0125,12,num,two_rule_comb4,49.0,[6 3],6 2,0,1.0 +0125,0125,12,num,two_rule_comb4,50.0,[9 4],9 6,0,1.0 +0125,0125,12,num,two_rule_comb4,51.0,[6 5],6 4,0,1.0 +0125,0125,12,num,two_rule_comb4,52.0,[8 6],8 6,1,1.0 +0125,0125,12,num,two_rule_comb4,53.0,[7 2],7 3,0,1.0 +0125,0125,12,num,two_rule_comb4,54.0,[6 4],6 4,1,1.0 +0125,0125,12,num,two_rule_comb4,55.0,[7 3],7 3,1,1.0 +0125,0125,12,num,two_rule_comb4,56.0,[7 9],7 0,0,1.0 +0125,0125,12,num,two_rule_comb4,57.0,[8 1],8 1,1,1.0 +0125,0125,12,num,two_rule_comb4,58.0,[6 1],6 1,1,1.0 +0125,0125,12,num,two_rule_comb4,59.0,[8 8],8 8,1,1.0 +0125,0125,12,num,two_rule_comb4,60.0,[1 5],1 0,0,1.0 +0125,0125,12,num,two_rule_comb4,61.0,[8 5],8 5,1,1.0 +0125,0125,12,num,two_rule_comb4,62.0,[9 3],9 3,1,1.0 +0125,0125,12,num,two_rule_comb4,63.0,[0 2],0 16,0,1.0 +0125,0125,12,num,two_rule_comb4,64.0,[0 2],0 6,0,1.0 +0125,0125,12,num,two_rule_comb4,65.0,[2 7],6 7,0,1.0 +0125,0125,12,num,two_rule_comb4,66.0,[2 7],2 7,1,1.0 +0125,0125,12,num,two_rule_comb4,67.0,[6 4],6 4,1,1.0 +0125,0125,12,num,two_rule_comb4,68.0,[3 7],3 7],1,1.0 +0125,0125,12,num,two_rule_comb4,69.0,[1 5],7 5],0,1.0 +0125,0125,12,num,two_rule_comb4,70.0,[1 1],1 7,0,1.0 +0125,0125,12,num,two_rule_comb4,71.0,[0 1],7 1,0,1.0 +0125,0125,12,num,two_rule_comb4,72.0,[4 9],4 4],0,1.0 +0125,0125,12,num,two_rule_comb4,73.0,[5 3],5 6,0,1.0 +0125,0125,12,num,two_rule_comb4,74.0,[0 0],0 3,0,1.0 +0125,0125,12,num,two_rule_comb4,75.0,[3 0],3 0,1,1.0 +0125,0125,12,num,two_rule_comb4,76.0,[1 3],1 5,0,1.0 +0125,0125,12,num,two_rule_comb4,77.0,[3 9],3 3,0,1.0 +0125,0125,12,num,two_rule_comb4,78.0,[7 5],7 5],1,1.0 +0125,0125,12,num,two_rule_comb4,79.0,[5 6],5 6,1,1.0 +0125,0125,12,num,two_rule_comb4,80.0,[4 6],4 6,1,1.0 +0125,0125,12,num,two_rule_comb4,81.0,[4 8],4 8,1,1.0 +0125,0125,12,num,two_rule_comb4,82.0,[3 2],3 7,0,1.0 +0125,0125,12,num,two_rule_comb4,83.0,[0 2],0 0,0,1.0 +0125,0125,12,num,two_rule_comb4,84.0,[7 0],7 5,0,1.0 +0125,0125,12,num,two_rule_comb4,85.0,[5 1],3 1,0,1.0 +0125,0125,12,num,two_rule_comb4,86.0,[7 8],7 8,1,1.0 +0125,0125,12,num,two_rule_comb4,87.0,[0 5],0 2,0,1.0 +0125,0125,12,num,two_rule_comb4,88.0,[7 4],7 4,1,1.0 +0125,0125,12,num,two_rule_comb4,89.0,[9 9],9 7,0,1.0 +0125,0125,12,num,two_rule_comb4,90.0,[8 0],8 6,0,1.0 +0125,0125,12,num,two_rule_comb4,91.0,[2 1],2 2,0,1.0 +0125,0125,12,num,two_rule_comb4,92.0,[4 5],4 2],0,1.0 +0125,0125,12,num,two_rule_comb4,93.0,[4 5],4 7,0,1.0 +0125,0125,12,num,two_rule_comb4,94.0,[6 0],6 3,0,1.0 +0125,0125,12,num,two_rule_comb4,95.0,[3 5],3 5,1,1.0 +0125,0125,12,num,two_rule_comb4,96.0,[7 1],7 1,1,1.0 +0125,0125,12,num,two_rule_comb4,97.0,[4 9],None,0,1.0 +0125,0125,12,num,two_rule_comb4,98.0,[0 9],1 9,0,1.0 +0125,0125,12,num,two_rule_comb4,99.0,[1 6],1 3],0,1.0 +0125,0125,12,num,two_rule_comb5,0.0,[2 0],2 0,1,1.0 +0125,0125,12,num,two_rule_comb5,1.0,[4 4],4 4,1,1.0 +0125,0125,12,num,two_rule_comb5,2.0,[9 9],9 9,1,1.0 +0125,0125,12,num,two_rule_comb5,3.0,[4 5],4 5,1,1.0 +0125,0125,12,num,two_rule_comb5,4.0,[9 4],9 4,1,1.0 +0125,0125,12,num,two_rule_comb5,5.0,[0 1],0 1,1,1.0 +0125,0125,12,num,two_rule_comb5,6.0,[9 1],9 1,1,1.0 +0125,0125,12,num,two_rule_comb5,7.0,[2 3],2 3,1,1.0 +0125,0125,12,num,two_rule_comb5,8.0,[4 0],4 0,1,1.0 +0125,0125,12,num,two_rule_comb5,9.0,[3 4],3 4,1,1.0 +0125,0125,12,num,two_rule_comb5,10.0,[9 0],9 0,1,1.0 +0125,0125,12,num,two_rule_comb5,11.0,[4 8],4 8,1,1.0 +0125,0125,12,num,two_rule_comb5,12.0,[9 6],9 6,1,1.0 +0125,0125,12,num,two_rule_comb5,13.0,[3 6],3 6,1,1.0 +0125,0125,12,num,two_rule_comb5,14.0,[5 8],5 8,1,1.0 +0125,0125,12,num,two_rule_comb5,15.0,[6 1],6 1,1,1.0 +0125,0125,12,num,two_rule_comb5,16.0,[1 9],1 9,1,1.0 +0125,0125,12,num,two_rule_comb5,17.0,[6 4],6 4,1,1.0 +0125,0125,12,num,two_rule_comb5,18.0,[1 0],1 0,1,1.0 +0125,0125,12,num,two_rule_comb5,19.0,[7 9],7 9,1,1.0 +0125,0125,12,num,two_rule_comb5,20.0,[1 9],1 9,1,1.0 +0125,0125,12,num,two_rule_comb5,21.0,[8 5],8 5,1,1.0 +0125,0125,12,num,two_rule_comb5,22.0,[9 6],9 6,1,1.0 +0125,0125,12,num,two_rule_comb5,23.0,[6 0],6 0,1,1.0 +0125,0125,12,num,two_rule_comb5,24.0,[9 3],9 3,1,1.0 +0125,0125,12,num,two_rule_comb5,25.0,[9 8],9 8,1,1.0 +0125,0125,12,num,two_rule_comb5,26.0,[1 5],1 5,1,1.0 +0125,0125,12,num,two_rule_comb5,27.0,[2 6],2 6,1,1.0 +0125,0125,12,num,two_rule_comb5,28.0,[9 8],9 8,1,1.0 +0125,0125,12,num,two_rule_comb5,29.0,[8 7],8 7,1,1.0 +0125,0125,12,num,two_rule_comb5,30.0,[7 4],7 4,1,1.0 +0125,0125,12,num,two_rule_comb5,31.0,[5 3],5 3,1,1.0 +0125,0125,12,num,two_rule_comb5,32.0,[1 8],1 8,1,1.0 +0125,0125,12,num,two_rule_comb5,33.0,[9 0],9 0,1,1.0 +0125,0125,12,num,two_rule_comb5,34.0,[8 4],8 4,1,1.0 +0125,0125,12,num,two_rule_comb5,35.0,[0 0],0 0,1,1.0 +0125,0125,12,num,two_rule_comb5,36.0,[3 1],3 1,1,1.0 +0125,0125,12,num,two_rule_comb5,37.0,[5 6],5 6,1,1.0 +0125,0125,12,num,two_rule_comb5,38.0,[4 3],4 3,1,1.0 +0125,0125,12,num,two_rule_comb5,39.0,[7 5],7 5],1,1.0 +0125,0125,12,num,two_rule_comb5,40.0,[0 9],0 9,1,1.0 +0125,0125,12,num,two_rule_comb5,41.0,[9 5],9 5,1,1.0 +0125,0125,12,num,two_rule_comb5,42.0,[0 4],0 4,1,1.0 +0125,0125,12,num,two_rule_comb5,43.0,[5 9],5 9,1,1.0 +0125,0125,12,num,two_rule_comb5,44.0,[2 1],2 1,1,1.0 +0125,0125,12,num,two_rule_comb5,45.0,[2 1],2 1,1,1.0 +0125,0125,12,num,two_rule_comb5,46.0,[3 9],3 9,1,1.0 +0125,0125,12,num,two_rule_comb5,47.0,[5 7],5 7,1,1.0 +0125,0125,12,num,two_rule_comb5,48.0,[3 8],3 8,1,1.0 +0125,0125,12,num,two_rule_comb5,49.0,[0 8],0 8,1,1.0 +0125,0125,12,num,two_rule_comb5,50.0,[3 5],3 5],1,1.0 +0125,0125,12,num,two_rule_comb5,51.0,[1 7],1 7,1,1.0 +0125,0125,12,num,two_rule_comb5,52.0,[4 9],7 9,0,1.0 +0125,0125,12,num,two_rule_comb5,53.0,[4 2],4 2,1,1.0 +0125,0125,12,num,two_rule_comb5,54.0,[0 9],0 9,1,1.0 +0125,0125,12,num,two_rule_comb5,55.0,[1 0],1 0,1,1.0 +0125,0125,12,num,two_rule_comb5,56.0,[9 5],9 5,1,1.0 +0125,0125,12,num,two_rule_comb5,57.0,[5 5],5 5],1,1.0 +0125,0125,12,num,two_rule_comb5,58.0,[0 5],0 5],1,1.0 +0125,0125,12,num,two_rule_comb5,59.0,[6 2],6 2,1,1.0 +0125,0125,12,num,two_rule_comb5,60.0,[6 5],6 5,1,1.0 +0125,0125,12,num,two_rule_comb5,61.0,[8 6],8 6,1,1.0 +0125,0125,12,num,two_rule_comb5,62.0,[4 6],4 6,1,1.0 +0125,0125,12,num,two_rule_comb5,63.0,[3 8],3 8,1,1.0 +0125,0125,12,num,two_rule_comb5,64.0,[8 0],8 0,1,1.0 +0125,0125,12,num,two_rule_comb5,65.0,[6 5],6 5,1,1.0 +0125,0125,12,num,two_rule_comb5,66.0,[0 7],0 7,1,1.0 +0125,0125,12,num,two_rule_comb5,67.0,[2 5],2 5,1,1.0 +0125,0125,12,num,two_rule_comb5,68.0,[4 0],4 0,1,1.0 +0125,0125,12,num,two_rule_comb5,69.0,[9 2],9 2,1,1.0 +0125,0125,12,num,two_rule_comb5,70.0,[7 0],7 0,1,1.0 +0125,0125,12,num,two_rule_comb5,71.0,[6 0],6 0,1,1.0 +0125,0125,12,num,two_rule_comb5,72.0,[8 0],8 0,1,1.0 +0125,0125,12,num,two_rule_comb5,73.0,[5 0],5 0,1,1.0 +0125,0125,12,num,two_rule_comb5,74.0,[4 9],4 9,1,1.0 +0125,0125,12,num,two_rule_comb5,75.0,[1 4],1 4,1,1.0 +0125,0125,12,num,two_rule_comb5,76.0,[9 0],9 0,1,1.0 +0125,0125,12,num,two_rule_comb5,77.0,[4 8],4 8,1,1.0 +0125,0125,12,num,two_rule_comb5,78.0,[4 1],4 1,1,1.0 +0125,0125,12,num,two_rule_comb5,79.0,[7 5],7 5,1,1.0 +0125,0125,12,num,two_rule_comb5,80.0,[4 3],4 3,1,1.0 +0125,0125,12,num,two_rule_comb5,81.0,[5 1],5 1,1,1.0 +0125,0125,12,num,two_rule_comb5,82.0,[5 1],5 1,1,1.0 +0125,0125,12,num,two_rule_comb5,83.0,[0 8],0 8,1,1.0 +0125,0125,12,num,two_rule_comb5,84.0,[2 8],2 8,1,1.0 +0125,0125,12,num,two_rule_comb5,85.0,[7 2],7 2,1,1.0 +0125,0125,12,num,two_rule_comb5,86.0,[3 9],3 9,1,1.0 +0125,0125,12,num,two_rule_comb5,87.0,[7 3],7 3,1,1.0 +0125,0125,12,num,two_rule_comb5,88.0,[1 6],1 6,1,1.0 +0125,0125,12,num,two_rule_comb5,89.0,[4 0],4 0,1,1.0 +0125,0125,12,num,two_rule_comb5,90.0,[4 9],4 9,1,1.0 +0125,0125,12,num,two_rule_comb5,91.0,[8 4],8 4,1,1.0 +0125,0125,12,num,two_rule_comb5,92.0,[4 4],4 4],1,1.0 +0125,0125,12,num,two_rule_comb5,93.0,[1 5],1 5,1,1.0 +0125,0125,12,num,two_rule_comb5,94.0,[1 8],1 8,1,1.0 +0125,0125,12,num,two_rule_comb5,95.0,[6 7],6 7,1,1.0 +0125,0125,12,num,two_rule_comb5,96.0,[1 1],1 1,1,1.0 +0125,0125,12,num,two_rule_comb5,97.0,[9 7],9 7,1,1.0 +0125,0125,12,num,two_rule_comb5,98.0,[6 8],6 8,1,1.0 +0125,0125,12,num,two_rule_comb5,99.0,[0 8],0 8,1,1.0 +0125,0125,12,num,three_rule_comb0,0.0,[1 8 8],1 8 8,1,1.0 +0125,0125,12,num,three_rule_comb0,1.0,[3 0 0],3 0 0,1,1.0 +0125,0125,12,num,three_rule_comb0,2.0,[2 9 0],2 9 0,1,1.0 +0125,0125,12,num,three_rule_comb0,3.0,[9 7 2],9 7 2],1,1.0 +0125,0125,12,num,three_rule_comb0,4.0,[8 0 5],8 0 5,1,1.0 +0125,0125,12,num,three_rule_comb0,5.0,[6 0 9],6 0 9,1,1.0 +0125,0125,12,num,three_rule_comb0,6.0,[4 9 8],4 9 8,1,1.0 +0125,0125,12,num,three_rule_comb0,7.0,[8 7 1],8 7 1,1,1.0 +0125,0125,12,num,three_rule_comb0,8.0,[2 5 3],2 5 3,1,1.0 +0125,0125,12,num,three_rule_comb0,9.0,[8 9 4],8 9 4,1,1.0 +0125,0125,12,num,three_rule_comb0,10.0,[1 5 7],1 5 7,1,1.0 +0125,0125,12,num,three_rule_comb0,11.0,[9 1 3],9 1 3,1,1.0 +0125,0125,12,num,three_rule_comb0,12.0,[1 5 4],1 5 4,1,1.0 +0125,0125,12,num,three_rule_comb0,13.0,[7 7 9],7 7 9,1,1.0 +0125,0125,12,num,three_rule_comb0,14.0,[4 9 5],4 9 5,1,1.0 +0125,0125,12,num,three_rule_comb0,15.0,[4 7 2],4 7 2,1,1.0 +0125,0125,12,num,three_rule_comb0,16.0,[6 3 1],6 3 1,1,1.0 +0125,0125,12,num,three_rule_comb0,17.0,[8 2 4],8 2 4,1,1.0 +0125,0125,12,num,three_rule_comb0,18.0,[5 7 7],5 7 7,1,1.0 +0125,0125,12,num,three_rule_comb0,19.0,[5 6 3],5 6 3],1,1.0 +0125,0125,12,num,three_rule_comb0,20.0,[2 2 4],2 2 4,1,1.0 +0125,0125,12,num,three_rule_comb0,21.0,[7 1 0],7 1 0,1,1.0 +0125,0125,12,num,three_rule_comb0,22.0,[8 1 1],8 1 1,1,1.0 +0125,0125,12,num,three_rule_comb0,23.0,[2 1 3],2 1 3,1,1.0 +0125,0125,12,num,three_rule_comb0,24.0,[6 7 1],6 7 1,1,1.0 +0125,0125,12,num,three_rule_comb0,25.0,[1 4 3],1 4 3,1,1.0 +0125,0125,12,num,three_rule_comb0,26.0,[8 9 6],8 9 6,1,1.0 +0125,0125,12,num,three_rule_comb0,27.0,[4 3 3],4 3 3,1,1.0 +0125,0125,12,num,three_rule_comb0,28.0,[8 4 1],8 4 1,1,1.0 +0125,0125,12,num,three_rule_comb0,29.0,[2 0 4],2 0 4,1,1.0 +0125,0125,12,num,three_rule_comb0,30.0,[6 7 3],6 7 3,1,1.0 +0125,0125,12,num,three_rule_comb0,31.0,[1 1 8],1 1 8,1,1.0 +0125,0125,12,num,three_rule_comb0,32.0,[4 8 8],4 8 8,1,1.0 +0125,0125,12,num,three_rule_comb0,33.0,[0 5 5],0 5 5],1,1.0 +0125,0125,12,num,three_rule_comb0,34.0,[1 8 0],1 8 0,1,1.0 +0125,0125,12,num,three_rule_comb0,35.0,[5 8 0],5 8 0,1,1.0 +0125,0125,12,num,three_rule_comb0,36.0,[1 4 8],1 4 8,1,1.0 +0125,0125,12,num,three_rule_comb0,37.0,[1 6 4],1 6 4,1,1.0 +0125,0125,12,num,three_rule_comb0,38.0,[8 7 9],8 7 9,1,1.0 +0125,0125,12,num,three_rule_comb0,39.0,[8 8 1],8 8 1,1,1.0 +0125,0125,12,num,three_rule_comb0,40.0,[9 4 4],9 4 4,1,1.0 +0125,0125,12,num,three_rule_comb0,41.0,[0 1 7],0 1 7,1,1.0 +0125,0125,12,num,three_rule_comb0,42.0,[7 0 6],7 0 6,1,1.0 +0125,0125,12,num,three_rule_comb0,43.0,[3 0 3],3 0 3,1,1.0 +0125,0125,12,num,three_rule_comb0,44.0,[9 1 0],9 1 0],1,1.0 +0125,0125,12,num,three_rule_comb0,45.0,[8 7 2],8 7 2,1,1.0 +0125,0125,12,num,three_rule_comb0,46.0,[2 6 6],2 6 6,1,1.0 +0125,0125,12,num,three_rule_comb0,47.0,[7 2 7],7 2 7,1,1.0 +0125,0125,12,num,three_rule_comb0,48.0,[8 3 5],8 3 5,1,1.0 +0125,0125,12,num,three_rule_comb0,49.0,[4 4 9],4 4 9,1,1.0 +0125,0125,12,num,three_rule_comb0,50.0,[8 3 7],8 3 7,1,1.0 +0125,0125,12,num,three_rule_comb0,51.0,[2 1 7],2 1 7,1,1.0 +0125,0125,12,num,three_rule_comb0,52.0,[9 5 5],9 5 5,1,1.0 +0125,0125,12,num,three_rule_comb0,53.0,[8 3 7],8 3 7,1,1.0 +0125,0125,12,num,three_rule_comb0,54.0,[4 9 1],4 9 1,1,1.0 +0125,0125,12,num,three_rule_comb0,55.0,[7 4 6],7 4 6,1,1.0 +0125,0125,12,num,three_rule_comb0,56.0,[7 3 7],7 3 7,1,1.0 +0125,0125,12,num,three_rule_comb0,57.0,[0 4 9],0 4 9,1,1.0 +0125,0125,12,num,three_rule_comb0,58.0,[2 1 9],2 1 9,1,1.0 +0125,0125,12,num,three_rule_comb0,59.0,[3 2 6],3 2 6,1,1.0 +0125,0125,12,num,three_rule_comb0,60.0,[2 5 1],2 5 1,1,1.0 +0125,0125,12,num,three_rule_comb0,61.0,[3 1 0],3 1 0,1,1.0 +0125,0125,12,num,three_rule_comb0,62.0,[9 8 5],9 8 5,1,1.0 +0125,0125,12,num,three_rule_comb0,63.0,[5 6 3],5 6 3,1,1.0 +0125,0125,12,num,three_rule_comb0,64.0,[3 5 5],3 5 5,1,1.0 +0125,0125,12,num,three_rule_comb0,65.0,[1 0 6],1 0 6,1,1.0 +0125,0125,12,num,three_rule_comb0,66.0,[0 8 2],0 8 2,1,1.0 +0125,0125,12,num,three_rule_comb0,67.0,[8 3 9],8 3 9,1,1.0 +0125,0125,12,num,three_rule_comb0,68.0,[7 5 4],7 5 4,1,1.0 +0125,0125,12,num,three_rule_comb0,69.0,[2 1 7],2 1 7,1,1.0 +0125,0125,12,num,three_rule_comb0,70.0,[8 8 3],8 8 3,1,1.0 +0125,0125,12,num,three_rule_comb0,71.0,[7 8 6],7 8 6,1,1.0 +0125,0125,12,num,three_rule_comb0,72.0,[5 5 6],5 5 6,1,1.0 +0125,0125,12,num,three_rule_comb0,73.0,[1 2 8],1 2 8,1,1.0 +0125,0125,12,num,three_rule_comb0,74.0,[1 0 7],1 0 7,1,1.0 +0125,0125,12,num,three_rule_comb0,75.0,[6 9 3],6 9 3,1,1.0 +0125,0125,12,num,three_rule_comb0,76.0,[4 2 6],4 2 6,1,1.0 +0125,0125,12,num,three_rule_comb0,77.0,[4 6 7],4 6 7,1,1.0 +0125,0125,12,num,three_rule_comb0,78.0,[2 7 9],2 7 9,1,1.0 +0125,0125,12,num,three_rule_comb0,79.0,[6 9 2],6 9 2,1,1.0 +0125,0125,12,num,three_rule_comb0,80.0,[1 3 7],1 3 7,1,1.0 +0125,0125,12,num,three_rule_comb0,81.0,[8 2 3],8 2 3,1,1.0 +0125,0125,12,num,three_rule_comb0,82.0,[2 4 9],2 4 9,1,1.0 +0125,0125,12,num,three_rule_comb0,83.0,[6 9 7],6 9 7,1,1.0 +0125,0125,12,num,three_rule_comb0,84.0,[8 7 5],8 7 5,1,1.0 +0125,0125,12,num,three_rule_comb0,85.0,[8 9 7],8 9 7,1,1.0 +0125,0125,12,num,three_rule_comb0,86.0,[6 7 7],6 7 7,1,1.0 +0125,0125,12,num,three_rule_comb0,87.0,[6 1 9],6 1 9,1,1.0 +0125,0125,12,num,three_rule_comb0,88.0,[1 3 7],1 3 7,1,1.0 +0125,0125,12,num,three_rule_comb0,89.0,[2 1 9],2 1 9,1,1.0 +0125,0125,12,num,three_rule_comb0,90.0,[2 0 7],2 0 7],1,1.0 +0125,0125,12,num,three_rule_comb0,91.0,[4 0 4],4 0 4,1,1.0 +0125,0125,12,num,three_rule_comb0,92.0,[5 4 1],5 4 1,1,1.0 +0125,0125,12,num,three_rule_comb0,93.0,[0 8 2],0 8 2,1,1.0 +0125,0125,12,num,three_rule_comb0,94.0,[0 3 5],0 3 5,1,1.0 +0125,0125,12,num,three_rule_comb0,95.0,[7 9 2],7 9 2,1,1.0 +0125,0125,12,num,three_rule_comb0,96.0,[9 7 7],9 7 7,1,1.0 +0125,0125,12,num,three_rule_comb0,97.0,[2 1 8],2 1 8,1,1.0 +0125,0125,12,num,three_rule_comb0,98.0,[4 7 9],4 7 9,1,1.0 +0125,0125,12,num,three_rule_comb0,99.0,[5 8 1],5 8 1,1,1.0 +0125,0125,12,num,three_rule_comb1,0.0,[6 9 0],6 9 0,1,1.0 +0125,0125,12,num,three_rule_comb1,1.0,[8 9 9],1 9 9,0,1.0 +0125,0125,12,num,three_rule_comb1,2.0,[3 3 2],3 3 2],1,1.0 +0125,0125,12,num,three_rule_comb1,3.0,[6 4 8],6 4 8,1,1.0 +0125,0125,12,num,three_rule_comb1,4.0,[2 2 3],2 2 3,1,1.0 +0125,0125,12,num,three_rule_comb1,5.0,[2 3 5],2 2 5,0,1.0 +0125,0125,12,num,three_rule_comb1,6.0,[6 4 4],6 4 4,1,1.0 +0125,0125,12,num,three_rule_comb1,7.0,[5 7 6],5 7 3,0,1.0 +0125,0125,12,num,three_rule_comb1,8.0,[2 4 7],2 4 7,1,1.0 +0125,0125,12,num,three_rule_comb1,9.0,[7 7 8],7 4 8,0,1.0 +0125,0125,12,num,three_rule_comb1,10.0,[1 9 1],1 9 1,1,1.0 +0125,0125,12,num,three_rule_comb1,11.0,[3 5 5],3 5 0,0,1.0 +0125,0125,12,num,three_rule_comb1,12.0,[7 7 6],7 1 6,0,1.0 +0125,0125,12,num,three_rule_comb1,13.0,[8 3 2],8 3 2,1,1.0 +0125,0125,12,num,three_rule_comb1,14.0,[8 9 3],8 9 3,1,1.0 +0125,0125,12,num,three_rule_comb1,15.0,[0 3 0],0 3 0,1,1.0 +0125,0125,12,num,three_rule_comb1,16.0,[4 6 0],4 3 0,0,1.0 +0125,0125,12,num,three_rule_comb1,17.0,[2 7 0],2 7 0,1,1.0 +0125,0125,12,num,three_rule_comb1,18.0,[3 3 5],3 3 5,1,1.0 +0125,0125,12,num,three_rule_comb1,19.0,[7 4 9],7 4 9,1,1.0 +0125,0125,12,num,three_rule_comb1,20.0,[4 1 0],4 1 0,1,1.0 +0125,0125,12,num,three_rule_comb1,21.0,[9 1 6],0 1 6,0,1.0 +0125,0125,12,num,three_rule_comb1,22.0,[5 5 7],5 5 2,0,1.0 +0125,0125,12,num,three_rule_comb1,23.0,[1 8 9],1 7 9,0,1.0 +0125,0125,12,num,three_rule_comb1,24.0,[9 4 3],9 4 6,0,1.0 +0125,0125,12,num,three_rule_comb1,25.0,[8 4 6],8 4 5,0,1.0 +0125,0125,12,num,three_rule_comb1,26.0,[8 7 1],8 7 1,1,1.0 +0125,0125,12,num,three_rule_comb1,27.0,[9 9 5],9 9 2,0,1.0 +0125,0125,12,num,three_rule_comb1,28.0,[0 2 8],0 2 5,0,1.0 +0125,0125,12,num,three_rule_comb1,29.0,[8 6 2],9 6 2,0,1.0 +0125,0125,12,num,three_rule_comb1,30.0,[6 0 0],6 0 0,1,1.0 +0125,0125,12,num,three_rule_comb1,31.0,[3 9 8],5 9 8,0,1.0 +0125,0125,12,num,three_rule_comb1,32.0,[1 2 0],1 5 0,0,1.0 +0125,0125,12,num,three_rule_comb1,33.0,[2 6 1],2 8 1,0,1.0 +0125,0125,12,num,three_rule_comb1,34.0,[4 4 2],4 4 2,1,1.0 +0125,0125,12,num,three_rule_comb1,35.0,[8 1 2],8 1 2,1,1.0 +0125,0125,12,num,three_rule_comb1,36.0,[4 8 2],6 8 2,0,1.0 +0125,0125,12,num,three_rule_comb1,37.0,[5 5 6],7 5 6,0,1.0 +0125,0125,12,num,three_rule_comb1,38.0,[8 8 2],8 8 0,0,1.0 +0125,0125,12,num,three_rule_comb1,39.0,[9 2 5],9 2 5,1,1.0 +0125,0125,12,num,three_rule_comb1,40.0,[3 2 0],5 2 0,0,1.0 +0125,0125,12,num,three_rule_comb1,41.0,[5 2 5],5 2 5,1,1.0 +0125,0125,12,num,three_rule_comb1,42.0,[5 6 0],3 6 0,0,1.0 +0125,0125,12,num,three_rule_comb1,43.0,[7 1 3],7 1 3,1,1.0 +0125,0125,12,num,three_rule_comb1,44.0,[2 6 5],2 6 5,1,1.0 +0125,0125,12,num,three_rule_comb1,45.0,[5 9 9],5 9 9,1,1.0 +0125,0125,12,num,three_rule_comb1,46.0,[6 5 8],6 5 8,1,1.0 +0125,0125,12,num,three_rule_comb1,47.0,[8 7 0],8 1 0,0,1.0 +0125,0125,12,num,three_rule_comb1,48.0,[1 6 2],1 1 2,0,1.0 +0125,0125,12,num,three_rule_comb1,49.0,[7 2 5],1 2 5,0,1.0 +0125,0125,12,num,three_rule_comb1,50.0,[5 1 3],5 1 3],1,1.0 +0125,0125,12,num,three_rule_comb1,51.0,[6 0 0],6 0 0,1,1.0 +0125,0125,12,num,three_rule_comb1,52.0,[9 7 5],3 7 5,0,1.0 +0125,0125,12,num,three_rule_comb1,53.0,[6 9 6],4 9 6,0,1.0 +0125,0125,12,num,three_rule_comb1,54.0,[4 6 5],2 6 5,0,1.0 +0125,0125,12,num,three_rule_comb1,55.0,[5 9 3],5 9 3,1,1.0 +0125,0125,12,num,three_rule_comb1,56.0,[7 7 4],7 7 2,0,1.0 +0125,0125,12,num,three_rule_comb1,57.0,[9 4 9],8 4 9,0,1.0 +0125,0125,12,num,three_rule_comb1,58.0,[9 5 0],9 5 0,1,1.0 +0125,0125,12,num,three_rule_comb1,59.0,[5 0 1],5 0 1,1,1.0 +0125,0125,12,num,three_rule_comb1,60.0,[8 4 3],8 4 3,1,1.0 +0125,0125,12,num,three_rule_comb1,61.0,[5 8 3],5 8 7,0,1.0 +0125,0125,12,num,three_rule_comb1,62.0,[4 0 4],4 1 4,0,1.0 +0125,0125,12,num,three_rule_comb1,63.0,[9 8 2],9 8 2,1,1.0 +0125,0125,12,num,three_rule_comb1,64.0,[6 9 7],6 9 7,1,1.0 +0125,0125,12,num,three_rule_comb1,65.0,[5 6 0],4 6 0,0,1.0 +0125,0125,12,num,three_rule_comb1,66.0,[2 2 7],2 4 7,0,1.0 +0125,0125,12,num,three_rule_comb1,67.0,[1 4 5],1 4 5,1,1.0 +0125,0125,12,num,three_rule_comb1,68.0,[2 1 0],2 0 0,0,1.0 +0125,0125,12,num,three_rule_comb1,69.0,[6 3 9],9 3 9,0,1.0 +0125,0125,12,num,three_rule_comb1,70.0,[1 3 2],1 1 2,0,1.0 +0125,0125,12,num,three_rule_comb1,71.0,[0 1 1],0 4 1,0,1.0 +0125,0125,12,num,three_rule_comb1,72.0,[3 2 5],8 2 5,0,1.0 +0125,0125,12,num,three_rule_comb1,73.0,[5 0 0],5 0 7,0,1.0 +0125,0125,12,num,three_rule_comb1,74.0,[9 0 8],9 6 8,0,1.0 +0125,0125,12,num,three_rule_comb1,75.0,[9 2 0],1 2 0,0,1.0 +0125,0125,12,num,three_rule_comb1,76.0,[7 0 0],7 0 9,0,1.0 +0125,0125,12,num,three_rule_comb1,77.0,[3 1 8],3 1 8,1,1.0 +0125,0125,12,num,three_rule_comb1,78.0,[9 9 3],9 9 3,1,1.0 +0125,0125,12,num,three_rule_comb1,79.0,[2 3 4],2 2 4,0,1.0 +0125,0125,12,num,three_rule_comb1,80.0,[7 5 3],2 5 3,0,1.0 +0125,0125,12,num,three_rule_comb1,81.0,[9 7 3],9 7 3,1,1.0 +0125,0125,12,num,three_rule_comb1,82.0,[0 3 8],0 3 5,0,1.0 +0125,0125,12,num,three_rule_comb1,83.0,[5 0 1],5 0 1,1,1.0 +0125,0125,12,num,three_rule_comb1,84.0,[4 8 7],4 2 7,0,1.0 +0125,0125,12,num,three_rule_comb1,85.0,[8 1 2],8 1 9,0,1.0 +0125,0125,12,num,three_rule_comb1,86.0,[8 5 7],8 5 7,1,1.0 +0125,0125,12,num,three_rule_comb1,87.0,[1 0 7],1 0 1,0,1.0 +0125,0125,12,num,three_rule_comb1,88.0,[3 4 8],9 4 8,0,1.0 +0125,0125,12,num,three_rule_comb1,89.0,[9 7 4],9 7 4,1,1.0 +0125,0125,12,num,three_rule_comb1,90.0,[4 1 8],4 1 1,0,1.0 +0125,0125,12,num,three_rule_comb1,91.0,[1 1 3],1 1 3,1,1.0 +0125,0125,12,num,three_rule_comb1,92.0,[9 6 9],9 6 9,1,1.0 +0125,0125,12,num,three_rule_comb1,93.0,[3 8 1],3 8 1,1,1.0 +0125,0125,12,num,three_rule_comb1,94.0,[3 8 0],3 8 0,1,1.0 +0125,0125,12,num,three_rule_comb1,95.0,[1 5 5],3 5 5,0,1.0 +0125,0125,12,num,three_rule_comb1,96.0,[5 1 7],5 1 1,0,1.0 +0125,0125,12,num,three_rule_comb1,97.0,[3 5 5],5 5 5,0,1.0 +0125,0125,12,num,three_rule_comb1,98.0,[6 9 4],1 9 4,0,1.0 +0125,0125,12,num,three_rule_comb1,99.0,[7 5 7],7 7 7,0,1.0 +0125,0125,12,num,three_rule_comb2,0.0,[0 0 1],0 0 1,1,1.0 +0125,0125,12,num,three_rule_comb2,1.0,[1 1 9],1 1 9,1,1.0 +0125,0125,12,num,three_rule_comb2,2.0,[8 5 6],8 5 6,1,1.0 +0125,0125,12,num,three_rule_comb2,3.0,[2 8 8],2 8 8,1,1.0 +0125,0125,12,num,three_rule_comb2,4.0,[9 3 1],9 3 1,1,1.0 +0125,0125,12,num,three_rule_comb2,5.0,[2 3 2],2 3 2,1,1.0 +0125,0125,12,num,three_rule_comb2,6.0,[4 5 3],4 5 3,1,1.0 +0125,0125,12,num,three_rule_comb2,7.0,[7 4 9],7 4 9,1,1.0 +0125,0125,12,num,three_rule_comb2,8.0,[3 8 8],3 8 8,1,1.0 +0125,0125,12,num,three_rule_comb2,9.0,[1 8 5],1 8 5,1,1.0 +0125,0125,12,num,three_rule_comb2,10.0,[1 5 9],1 5 9,1,1.0 +0125,0125,12,num,three_rule_comb2,11.0,[5 9 0],5 9 0,1,1.0 +0125,0125,12,num,three_rule_comb2,12.0,[6 2 7],6 2 7,1,1.0 +0125,0125,12,num,three_rule_comb2,13.0,[5 2 7],5 2 7,1,1.0 +0125,0125,12,num,three_rule_comb2,14.0,[2 7 8],2 7 8,1,1.0 +0125,0125,12,num,three_rule_comb2,15.0,[9 5 2],9 5 2,1,1.0 +0125,0125,12,num,three_rule_comb2,16.0,[3 5 1],3 5 1,1,1.0 +0125,0125,12,num,three_rule_comb2,17.0,[3 0 3],3 0 3,1,1.0 +0125,0125,12,num,three_rule_comb2,18.0,[6 3 9],6 3 9,1,1.0 +0125,0125,12,num,three_rule_comb2,19.0,[4 7 4],4 7 4,1,1.0 +0125,0125,12,num,three_rule_comb2,20.0,[1 9 9],1 9 9,1,1.0 +0125,0125,12,num,three_rule_comb2,21.0,[5 5 3],5 5 3,1,1.0 +0125,0125,12,num,three_rule_comb2,22.0,[7 0 1],7 0 1,1,1.0 +0125,0125,12,num,three_rule_comb2,23.0,[2 1 8],2 1 8,1,1.0 +0125,0125,12,num,three_rule_comb2,24.0,[0 9 5],0 9 5,1,1.0 +0125,0125,12,num,three_rule_comb2,25.0,[6 8 4],6 8 4,1,1.0 +0125,0125,12,num,three_rule_comb2,26.0,[2 3 7],2 3 7,1,1.0 +0125,0125,12,num,three_rule_comb2,27.0,[1 5 2],1 5 2,1,1.0 +0125,0125,12,num,three_rule_comb2,28.0,[1 0 7],1 0 7,1,1.0 +0125,0125,12,num,three_rule_comb2,29.0,[6 5 1],6 5 1,1,1.0 +0125,0125,12,num,three_rule_comb2,30.0,[2 5 8],2 5 8,1,1.0 +0125,0125,12,num,three_rule_comb2,31.0,[1 0 1],1 0 1,1,1.0 +0125,0125,12,num,three_rule_comb2,32.0,[3 4 5],3 4 5,1,1.0 +0125,0125,12,num,three_rule_comb2,33.0,[6 7 2],6 7 2,1,1.0 +0125,0125,12,num,three_rule_comb2,34.0,[1 4 9],1 4 9,1,1.0 +0125,0125,12,num,three_rule_comb2,35.0,[1 0 3],1 0 3,1,1.0 +0125,0125,12,num,three_rule_comb2,36.0,[3 0 8],3 0 8,1,1.0 +0125,0125,12,num,three_rule_comb2,37.0,[6 2 2],6 2 2,1,1.0 +0125,0125,12,num,three_rule_comb2,38.0,[7 8 9],7 8 9,1,1.0 +0125,0125,12,num,three_rule_comb2,39.0,[0 1 9],0 1 9,1,1.0 +0125,0125,12,num,three_rule_comb2,40.0,[5 0 4],5 0 4,1,1.0 +0125,0125,12,num,three_rule_comb2,41.0,[4 8 7],4 8 7,1,1.0 +0125,0125,12,num,three_rule_comb2,42.0,[8 2 1],8 2 1,1,1.0 +0125,0125,12,num,three_rule_comb2,43.0,[7 6 7],7 6 7,1,1.0 +0125,0125,12,num,three_rule_comb2,44.0,[2 9 9],2 9 9,1,1.0 +0125,0125,12,num,three_rule_comb2,45.0,[0 1 7],0 1 7,1,1.0 +0125,0125,12,num,three_rule_comb2,46.0,[1 0 0],1 0 0,1,1.0 +0125,0125,12,num,three_rule_comb2,47.0,[4 4 7],4 4 7,1,1.0 +0125,0125,12,num,three_rule_comb2,48.0,[0 5 8],0 5 8,1,1.0 +0125,0125,12,num,three_rule_comb2,49.0,[8 8 2],8 8 2,1,1.0 +0125,0125,12,num,three_rule_comb2,50.0,[6 7 7],6 7 7,1,1.0 +0125,0125,12,num,three_rule_comb2,51.0,[4 2 3],4 2 3,1,1.0 +0125,0125,12,num,three_rule_comb2,52.0,[5 4 1],5 4 1,1,1.0 +0125,0125,12,num,three_rule_comb2,53.0,[1 1 4],1 1 4,1,1.0 +0125,0125,12,num,three_rule_comb2,54.0,[5 2 4],5 2 4,1,1.0 +0125,0125,12,num,three_rule_comb2,55.0,[8 6 8],8 6 8,1,1.0 +0125,0125,12,num,three_rule_comb2,56.0,[2 3 3],2 3 3,1,1.0 +0125,0125,12,num,three_rule_comb2,57.0,[1 2 8],1 2 8,1,1.0 +0125,0125,12,num,three_rule_comb2,58.0,[3 2 8],3 2 8,1,1.0 +0125,0125,12,num,three_rule_comb2,59.0,[1 6 4],1 6 4,1,1.0 +0125,0125,12,num,three_rule_comb2,60.0,[9 5 1],9 5 1,1,1.0 +0125,0125,12,num,three_rule_comb2,61.0,[7 7 7],7 7 7,1,1.0 +0125,0125,12,num,three_rule_comb2,62.0,[8 6 2],8 6 2,1,1.0 +0125,0125,12,num,three_rule_comb2,63.0,[6 5 7],6 5 7,1,1.0 +0125,0125,12,num,three_rule_comb2,64.0,[1 2 2],1 2 2,1,1.0 +0125,0125,12,num,three_rule_comb2,65.0,[3 0 6],3 0 6,1,1.0 +0125,0125,12,num,three_rule_comb2,66.0,[9 3 9],9 3 9,1,1.0 +0125,0125,12,num,three_rule_comb2,67.0,[9 8 9],9 8 9,1,1.0 +0125,0125,12,num,three_rule_comb2,68.0,[6 0 0],6 0 0,1,1.0 +0125,0125,12,num,three_rule_comb2,69.0,[9 9 7],9 9 7,1,1.0 +0125,0125,12,num,three_rule_comb2,70.0,[4 7 4],4 7 4,1,1.0 +0125,0125,12,num,three_rule_comb2,71.0,[0 1 5],0 1 5,1,1.0 +0125,0125,12,num,three_rule_comb2,72.0,[4 0 1],4 0 1,1,1.0 +0125,0125,12,num,three_rule_comb2,73.0,[1 3 6],1 3 6,1,1.0 +0125,0125,12,num,three_rule_comb2,74.0,[5 8 8],5 8 8,1,1.0 +0125,0125,12,num,three_rule_comb2,75.0,[7 3 0],7 3 0,1,1.0 +0125,0125,12,num,three_rule_comb2,76.0,[2 9 7],2 9 7,1,1.0 +0125,0125,12,num,three_rule_comb2,77.0,[1 9 8],1 9 8,1,1.0 +0125,0125,12,num,three_rule_comb2,78.0,[1 8 8],1 8 8,1,1.0 +0125,0125,12,num,three_rule_comb2,79.0,[7 4 7],7 4 7,1,1.0 +0125,0125,12,num,three_rule_comb2,80.0,[7 9 7],7 9 7,1,1.0 +0125,0125,12,num,three_rule_comb2,81.0,[7 0 6],7 0 6,1,1.0 +0125,0125,12,num,three_rule_comb2,82.0,[4 2 2],4 2 2,1,1.0 +0125,0125,12,num,three_rule_comb2,83.0,[6 0 7],6 0 7,1,1.0 +0125,0125,12,num,three_rule_comb2,84.0,[5 4 2],5 4 2,1,1.0 +0125,0125,12,num,three_rule_comb2,85.0,[8 6 0],8 6 0,1,1.0 +0125,0125,12,num,three_rule_comb2,86.0,[7 8 4],7 8 4,1,1.0 +0125,0125,12,num,three_rule_comb2,87.0,[0 3 8],0 3 8,1,1.0 +0125,0125,12,num,three_rule_comb2,88.0,[8 9 9],8 9 9,1,1.0 +0125,0125,12,num,three_rule_comb2,89.0,[4 2 2],4 2 2,1,1.0 +0125,0125,12,num,three_rule_comb2,90.0,[5 7 6],5 7 6,1,1.0 +0125,0125,12,num,three_rule_comb2,91.0,[5 0 1],5 0 1,1,1.0 +0125,0125,12,num,three_rule_comb2,92.0,[5 5 2],5 5 2,1,1.0 +0125,0125,12,num,three_rule_comb2,93.0,[4 5 1],4 5 1,1,1.0 +0125,0125,12,num,three_rule_comb2,94.0,[1 8 6],1 8 6,1,1.0 +0125,0125,12,num,three_rule_comb2,95.0,[4 8 9],4 8 9,1,1.0 +0125,0125,12,num,three_rule_comb2,96.0,[6 8 6],6 8 6,1,1.0 +0125,0125,12,num,three_rule_comb2,97.0,[7 3 4],7 3 4,1,1.0 +0125,0125,12,num,three_rule_comb2,98.0,[4 1 8],4 1 8,1,1.0 +0125,0125,12,num,three_rule_comb2,99.0,[8 0 8],8 0 8,1,1.0 +0125,0125,12,num,three_rule_comb3,0.0,[5 1 7],5 5 6,0,1.0 +0125,0125,12,num,three_rule_comb3,1.0,[2 1 2],4 2 2,0,1.0 +0125,0125,12,num,three_rule_comb3,2.0,[6 3 7],6 3 7,1,1.0 +0125,0125,12,num,three_rule_comb3,3.0,[4 8 9],3 8 1,0,1.0 +0125,0125,12,num,three_rule_comb3,4.0,[0 5 4],2 5 7,0,1.0 +0125,0125,12,num,three_rule_comb3,5.0,[4 1 4],4 1 4,1,1.0 +0125,0125,12,num,three_rule_comb3,6.0,[4 7 8],4 7 8,1,1.0 +0125,0125,12,num,three_rule_comb3,7.0,[9 0 6],6 0 6,0,1.0 +0125,0125,12,num,three_rule_comb3,8.0,[9 0 5],9 0 5,1,1.0 +0125,0125,12,num,three_rule_comb3,9.0,[9 0 4],9 0 4,1,1.0 +0125,0125,12,num,three_rule_comb3,10.0,[6 2 7],6 2 7,1,1.0 +0125,0125,12,num,three_rule_comb3,11.0,[0 7 5],0 1 5,0,1.0 +0125,0125,12,num,three_rule_comb3,12.0,[3 0 8],3 9 3,0,1.0 +0125,0125,12,num,three_rule_comb3,13.0,[2 6 9],2 6 9,1,1.0 +0125,0125,12,num,three_rule_comb3,14.0,[4 3 5],4 3 5,1,1.0 +0125,0125,12,num,three_rule_comb3,15.0,[1 3 9],1 3 9,1,1.0 +0125,0125,12,num,three_rule_comb3,16.0,[1 9 6],1 9 6,1,1.0 +0125,0125,12,num,three_rule_comb3,17.0,[8 9 9],8 8 9,0,1.0 +0125,0125,12,num,three_rule_comb3,18.0,[5 5 9],5 5 9,1,1.0 +0125,0125,12,num,three_rule_comb3,19.0,[7 2 1],5 2 6,0,1.0 +0125,0125,12,num,three_rule_comb3,20.0,[9 5 4],5 4 4,0,1.0 +0125,0125,12,num,three_rule_comb3,21.0,[3 3 2],3 3 2,1,1.0 +0125,0125,12,num,three_rule_comb3,22.0,[4 7 6],6 7 4,0,1.0 +0125,0125,12,num,three_rule_comb3,23.0,[3 3 9],0 3 9,0,1.0 +0125,0125,12,num,three_rule_comb3,24.0,[0 1 4],4 1 3,0,1.0 +0125,0125,12,num,three_rule_comb3,25.0,[1 6 8],1 5 8,0,1.0 +0125,0125,12,num,three_rule_comb3,26.0,[5 7 8],5 7 8,1,1.0 +0125,0125,12,num,three_rule_comb3,27.0,[1 1 3],1 2 4,0,1.0 +0125,0125,12,num,three_rule_comb3,28.0,[4 0 4],3 0 4,0,1.0 +0125,0125,12,num,three_rule_comb3,29.0,[0 6 7],0 6 7,1,1.0 +0125,0125,12,num,three_rule_comb3,30.0,[5 1 9],1 4 9,0,1.0 +0125,0125,12,num,three_rule_comb3,31.0,[6 4 8],6 4 8,1,1.0 +0125,0125,12,num,three_rule_comb3,32.0,[9 3 0],9 3 3,0,1.0 +0125,0125,12,num,three_rule_comb3,33.0,[9 9 5],9 9 5,1,1.0 +0125,0125,12,num,three_rule_comb3,34.0,[9 4 8],9 6 3,0,1.0 +0125,0125,12,num,three_rule_comb3,35.0,[3 3 8],3 3 8,1,1.0 +0125,0125,12,num,three_rule_comb3,36.0,[1 6 3],1 7 2,0,1.0 +0125,0125,12,num,three_rule_comb3,37.0,[4 5 7],1 0 7,0,1.0 +0125,0125,12,num,three_rule_comb3,38.0,[8 7 9],1 4 3,0,1.0 +0125,0125,12,num,three_rule_comb3,39.0,[3 8 3],3 8 3,1,1.0 +0125,0125,12,num,three_rule_comb3,40.0,[0 0 9],4 0 9,0,1.0 +0125,0125,12,num,three_rule_comb3,41.0,[5 2 2],5 2 2,1,1.0 +0125,0125,12,num,three_rule_comb3,42.0,[9 1 6],9 1 8,0,1.0 +0125,0125,12,num,three_rule_comb3,43.0,[3 4 3],3 4 3,1,1.0 +0125,0125,12,num,three_rule_comb3,44.0,[8 9 8],8 9 8,1,1.0 +0125,0125,12,num,three_rule_comb3,45.0,[9 9 0],9 0 0,0,1.0 +0125,0125,12,num,three_rule_comb3,46.0,[0 5 1],0 1 2,0,1.0 +0125,0125,12,num,three_rule_comb3,47.0,[6 4 2],4 4 7,0,1.0 +0125,0125,12,num,three_rule_comb3,48.0,[7 7 8],7 4 2,0,1.0 +0125,0125,12,num,three_rule_comb3,49.0,[9 9 4],9 9 4,1,1.0 +0125,0125,12,num,three_rule_comb3,50.0,[1 6 5],1 6 5,1,1.0 +0125,0125,12,num,three_rule_comb3,51.0,[9 0 8],9 0 8,1,1.0 +0125,0125,12,num,three_rule_comb3,52.0,[4 4 6],4 1 6,0,1.0 +0125,0125,12,num,three_rule_comb3,53.0,[6 0 1],5 0 1,0,1.0 +0125,0125,12,num,three_rule_comb3,54.0,[0 7 5],0 7 5,1,1.0 +0125,0125,12,num,three_rule_comb3,55.0,[4 2 3],6 2 3,0,1.0 +0125,0125,12,num,three_rule_comb3,56.0,[9 3 7],9 3 7,1,1.0 +0125,0125,12,num,three_rule_comb3,57.0,[6 3 3],6 3 3,1,1.0 +0125,0125,12,num,three_rule_comb3,58.0,[5 1 1],5 1 7,0,1.0 +0125,0125,12,num,three_rule_comb3,59.0,[1 6 1],1 6 1,1,1.0 +0125,0125,12,num,three_rule_comb3,60.0,[6 1 0],6 1 0,1,1.0 +0125,0125,12,num,three_rule_comb3,61.0,[8 4 8],1 5 8,0,1.0 +0125,0125,12,num,three_rule_comb3,62.0,[5 4 7],5 4 7,1,1.0 +0125,0125,12,num,three_rule_comb3,63.0,[6 3 3],6 3 3,1,1.0 +0125,0125,12,num,three_rule_comb3,64.0,[3 0 7],3 0 7,1,1.0 +0125,0125,12,num,three_rule_comb3,65.0,[7 7 9],7 7 9,1,1.0 +0125,0125,12,num,three_rule_comb3,66.0,[8 7 6],5 7 2,0,1.0 +0125,0125,12,num,three_rule_comb3,67.0,[1 8 6],6 8 6,0,1.0 +0125,0125,12,num,three_rule_comb3,68.0,[2 3 2],2 3 2,1,1.0 +0125,0125,12,num,three_rule_comb3,69.0,[8 5 4],5 5 1,0,1.0 +0125,0125,12,num,three_rule_comb3,70.0,[8 6 2],8 6 2,1,1.0 +0125,0125,12,num,three_rule_comb3,71.0,[1 9 4],1 9 4,1,1.0 +0125,0125,12,num,three_rule_comb3,72.0,[3 2 6],6 6 6,0,1.0 +0125,0125,12,num,three_rule_comb3,73.0,[9 8 0],8 3 0,0,1.0 +0125,0125,12,num,three_rule_comb3,74.0,[7 8 3],5 2 3,0,1.0 +0125,0125,12,num,three_rule_comb3,75.0,[4 1 4],4 1 5,0,1.0 +0125,0125,12,num,three_rule_comb3,76.0,[3 5 4],3 5 4,1,1.0 +0125,0125,12,num,three_rule_comb3,77.0,[6 9 3],6 9 3,1,1.0 +0125,0125,12,num,three_rule_comb3,78.0,[1 5 9],5 5 4,0,1.0 +0125,0125,12,num,three_rule_comb3,79.0,[3 8 6],3 8 6,1,1.0 +0125,0125,12,num,three_rule_comb3,80.0,[4 5 1],4 8 1,0,1.0 +0125,0125,12,num,three_rule_comb3,81.0,[9 1 6],9 1 6,1,1.0 +0125,0125,12,num,three_rule_comb3,82.0,[1 5 9],1 5 9,1,1.0 +0125,0125,12,num,three_rule_comb3,83.0,[9 1 7],9 1 7,1,1.0 +0125,0125,12,num,three_rule_comb3,84.0,[6 1 3],6 1 3,1,1.0 +0125,0125,12,num,three_rule_comb3,85.0,[3 0 6],3 0 6,1,1.0 +0125,0125,12,num,three_rule_comb3,86.0,[7 6 2],7 6 2,1,1.0 +0125,0125,12,num,three_rule_comb3,87.0,[7 6 6],7 6 6,1,1.0 +0125,0125,12,num,three_rule_comb3,88.0,[7 7 7],7 7 7,1,1.0 +0125,0125,12,num,three_rule_comb3,89.0,[1 4 9],1 4 1,0,1.0 +0125,0125,12,num,three_rule_comb3,90.0,[4 9 3],4 9 3,1,1.0 +0125,0125,12,num,three_rule_comb3,91.0,[1 0 8],1 0 8,1,1.0 +0125,0125,12,num,three_rule_comb3,92.0,[2 4 7],4 2 7,0,1.0 +0125,0125,12,num,three_rule_comb3,93.0,[4 1 9],9 1 1,0,1.0 +0125,0125,12,num,three_rule_comb3,94.0,[6 0 5],4 0 5],0,1.0 +0125,0125,12,num,three_rule_comb3,95.0,[7 9 7],7 9 0,0,1.0 +0125,0125,12,num,three_rule_comb3,96.0,[4 4 1],4 4 1,1,1.0 +0125,0125,12,num,three_rule_comb3,97.0,[6 1 5],6 1 5,1,1.0 +0125,0125,12,num,three_rule_comb3,98.0,[0 8 2],4 8 9,0,1.0 +0125,0125,12,num,three_rule_comb3,99.0,[0 6 2],5 6 2,0,1.0 +0125,0125,12,num,three_rule_comb4,0.0,[8 7 0],8 7 2,0,1.0 +0125,0125,12,num,three_rule_comb4,1.0,[7 9 4],7 9 6,0,1.0 +0125,0125,12,num,three_rule_comb4,2.0,[9 3 1],9 4 1,0,1.0 +0125,0125,12,num,three_rule_comb4,3.0,[9 7 0],9 7 6,0,1.0 +0125,0125,12,num,three_rule_comb4,4.0,[9 8 3],9 9 3,0,1.0 +0125,0125,12,num,three_rule_comb4,5.0,[4 8 5],4 8 5,1,1.0 +0125,0125,12,num,three_rule_comb4,6.0,[9 3 6],9 7 6,0,1.0 +0125,0125,12,num,three_rule_comb4,7.0,[2 5 8],2 2 8,0,1.0 +0125,0125,12,num,three_rule_comb4,8.0,[6 0 5],7 0 5,0,1.0 +0125,0125,12,num,three_rule_comb4,9.0,[0 1 9],3 1 9,0,1.0 +0125,0125,12,num,three_rule_comb4,10.0,[8 1 5],8 1 8,0,1.0 +0125,0125,12,num,three_rule_comb4,11.0,[7 3 8],4 3 8,0,1.0 +0125,0125,12,num,three_rule_comb4,12.0,[4 3 3],3 3 6,0,1.0 +0125,0125,12,num,three_rule_comb4,13.0,[0 8 0],0 8 0,1,1.0 +0125,0125,12,num,three_rule_comb4,14.0,[3 0 9],3 0 9,1,1.0 +0125,0125,12,num,three_rule_comb4,15.0,[9 8 8],9 8 4,0,1.0 +0125,0125,12,num,three_rule_comb4,16.0,[0 0 0],0 0 0,1,1.0 +0125,0125,12,num,three_rule_comb4,17.0,[2 7 1],2 6 1,0,1.0 +0125,0125,12,num,three_rule_comb4,18.0,[7 4 2],7 4 3,0,1.0 +0125,0125,12,num,three_rule_comb4,19.0,[5 4 5],5 4 7,0,1.0 +0125,0125,12,num,three_rule_comb4,20.0,[2 5 2],2 5 2,1,1.0 +0125,0125,12,num,three_rule_comb4,21.0,[3 3 4],3 3 7,0,1.0 +0125,0125,12,num,three_rule_comb4,22.0,[5 0 3],5 3 3,0,1.0 +0125,0125,12,num,three_rule_comb4,23.0,[3 0 8],3 0 3,0,1.0 +0125,0125,12,num,three_rule_comb4,24.0,[5 8 0],5 8 0,1,1.0 +0125,0125,12,num,three_rule_comb4,25.0,[2 1 2],2 1 6,0,1.0 +0125,0125,12,num,three_rule_comb4,26.0,[2 7 2],2 2 2,0,1.0 +0125,0125,12,num,three_rule_comb4,27.0,[5 9 8],5 9 6,0,1.0 +0125,0125,12,num,three_rule_comb4,28.0,[2 7 5],2 7 1,0,1.0 +0125,0125,12,num,three_rule_comb4,29.0,[5 5 1],5 5 1,1,1.0 +0125,0125,12,num,three_rule_comb4,30.0,[4 4 1],4 4 1,1,1.0 +0125,0125,12,num,three_rule_comb4,31.0,[1 3 4],1 3 7,0,1.0 +0125,0125,12,num,three_rule_comb4,32.0,[5 9 3],2 9 3,0,1.0 +0125,0125,12,num,three_rule_comb4,33.0,[0 8 0],0 4 0,0,1.0 +0125,0125,12,num,three_rule_comb4,34.0,[6 6 8],7 6 8,0,1.0 +0125,0125,12,num,three_rule_comb4,35.0,[1 2 8],1 2 5,0,1.0 +0125,0125,12,num,three_rule_comb4,36.0,[5 8 3],5 8 5,0,1.0 +0125,0125,12,num,three_rule_comb4,37.0,[2 0 1],2 0 4,0,1.0 +0125,0125,12,num,three_rule_comb4,38.0,[1 4 6],1 4 1,0,1.0 +0125,0125,12,num,three_rule_comb4,39.0,[5 4 8],5 4 5,0,1.0 +0125,0125,12,num,three_rule_comb4,40.0,[1 6 1],1 6 8,0,1.0 +0125,0125,12,num,three_rule_comb4,41.0,[7 3 8],7 3 8,1,1.0 +0125,0125,12,num,three_rule_comb4,42.0,[8 4 5],8 4 1,0,1.0 +0125,0125,12,num,three_rule_comb4,43.0,[5 3 8],8 3 8,0,1.0 +0125,0125,12,num,three_rule_comb4,44.0,[7 1 9],7 4 9,0,1.0 +0125,0125,12,num,three_rule_comb4,45.0,[7 8 4],7 2 4,0,1.0 +0125,0125,12,num,three_rule_comb4,46.0,[2 2 1],2 2 4,0,1.0 +0125,0125,12,num,three_rule_comb4,47.0,[9 9 8],9 9 0,0,1.0 +0125,0125,12,num,three_rule_comb4,48.0,[0 2 3],0 2 3,1,1.0 +0125,0125,12,num,three_rule_comb4,49.0,[1 6 9],1 6 7,0,1.0 +0125,0125,12,num,three_rule_comb4,50.0,[4 8 5],4 8 5,1,1.0 +0125,0125,12,num,three_rule_comb4,51.0,[8 8 6],8 2 6,0,1.0 +0125,0125,12,num,three_rule_comb4,52.0,[8 4 0],8 2 0,0,1.0 +0125,0125,12,num,three_rule_comb4,53.0,[0 9 9],0 9 3,0,1.0 +0125,0125,12,num,three_rule_comb4,54.0,[3 4 7],3 4 2,0,1.0 +0125,0125,12,num,three_rule_comb4,55.0,[4 7 6],4 7 6,1,1.0 +0125,0125,12,num,three_rule_comb4,56.0,[7 5 5],7 8 5,0,1.0 +0125,0125,12,num,three_rule_comb4,57.0,[6 7 1],6 5 1,0,1.0 +0125,0125,12,num,three_rule_comb4,58.0,[2 9 9],2 9 9,1,1.0 +0125,0125,12,num,three_rule_comb4,59.0,[5 3 5],5 3 5,1,1.0 +0125,0125,12,num,three_rule_comb4,60.0,[0 8 4],0 5 4,0,1.0 +0125,0125,12,num,three_rule_comb4,61.0,[2 3 8],2 3 8,1,1.0 +0125,0125,12,num,three_rule_comb4,62.0,[8 1 9],8 7 9,0,1.0 +0125,0125,12,num,three_rule_comb4,63.0,[0 7 4],0 0 4,0,1.0 +0125,0125,12,num,three_rule_comb4,64.0,[5 9 2],5 9 4,0,1.0 +0125,0125,12,num,three_rule_comb4,65.0,[6 6 2],6 5 2,0,1.0 +0125,0125,12,num,three_rule_comb4,66.0,[8 0 0],9 0 0,0,1.0 +0125,0125,12,num,three_rule_comb4,67.0,[6 9 9],2 9 9,0,1.0 +0125,0125,12,num,three_rule_comb4,68.0,[0 9 4],0 9 4,1,1.0 +0125,0125,12,num,three_rule_comb4,69.0,[5 8 6],5 8 6,1,1.0 +0125,0125,12,num,three_rule_comb4,70.0,[0 3 5],0 3 0,0,1.0 +0125,0125,12,num,three_rule_comb4,71.0,[3 2 8],3 2 1,0,1.0 +0125,0125,12,num,three_rule_comb4,72.0,[7 7 4],7 7 4,1,1.0 +0125,0125,12,num,three_rule_comb4,73.0,[1 7 2],1 7 2,1,1.0 +0125,0125,12,num,three_rule_comb4,74.0,[0 7 5],0 7 5,1,1.0 +0125,0125,12,num,three_rule_comb4,75.0,[0 3 3],0 3 4,0,1.0 +0125,0125,12,num,three_rule_comb4,76.0,[5 9 5],5 9 5,1,1.0 +0125,0125,12,num,three_rule_comb4,77.0,[8 2 9],8 2 9,1,1.0 +0125,0125,12,num,three_rule_comb4,78.0,[5 1 1],5 1 1,1,1.0 +0125,0125,12,num,three_rule_comb4,79.0,[6 7 5],6 7 3,0,1.0 +0125,0125,12,num,three_rule_comb4,80.0,[4 4 0],4 4 6,0,1.0 +0125,0125,12,num,three_rule_comb4,81.0,[8 4 7],8 4 4,0,1.0 +0125,0125,12,num,three_rule_comb4,82.0,[9 0 2],9 0 5,0,1.0 +0125,0125,12,num,three_rule_comb4,83.0,[5 3 9],5 1 9,0,1.0 +0125,0125,12,num,three_rule_comb4,84.0,[4 2 8],4 5 8,0,1.0 +0125,0125,12,num,three_rule_comb4,85.0,[8 2 4],8 2 1,0,1.0 +0125,0125,12,num,three_rule_comb4,86.0,[2 8 8],2 2 8,0,1.0 +0125,0125,12,num,three_rule_comb4,87.0,[3 6 5],3 6 5,1,1.0 +0125,0125,12,num,three_rule_comb4,88.0,[8 7 5],8 7 8,0,1.0 +0125,0125,12,num,three_rule_comb4,89.0,[9 9 5],9 9 5,1,1.0 +0125,0125,12,num,three_rule_comb4,90.0,[8 6 2],8 6 2,1,1.0 +0125,0125,12,num,three_rule_comb4,91.0,[5 6 1],5 6 7,0,1.0 +0125,0125,12,num,three_rule_comb4,92.0,[2 9 4],2 3 4,0,1.0 +0125,0125,12,num,three_rule_comb4,93.0,[4 9 6],4 9 6,1,1.0 +0125,0125,12,num,three_rule_comb4,94.0,[5 4 5],5 4 5,1,1.0 +0125,0125,12,num,three_rule_comb4,95.0,[7 2 6],7 2 2,0,1.0 +0125,0125,12,num,three_rule_comb4,96.0,[5 1 7],5 1 2,0,1.0 +0125,0125,12,num,three_rule_comb4,97.0,[5 1 1],2 1 1,0,1.0 +0125,0125,12,num,three_rule_comb4,98.0,[0 7 8],0 7 0,0,1.0 +0125,0125,12,num,three_rule_comb4,99.0,[4 0 9],4 0 4,0,1.0 +0125,0125,12,num,three_rule_comb5,0.0,[5 0 7],5 0 7,1,1.0 +0125,0125,12,num,three_rule_comb5,1.0,[3 3 1],3 3 1,1,1.0 +0125,0125,12,num,three_rule_comb5,2.0,[5 3 1],5 3 1,1,1.0 +0125,0125,12,num,three_rule_comb5,3.0,[5 9 2],5 9 2,1,1.0 +0125,0125,12,num,three_rule_comb5,4.0,[0 2 4],0 2 4,1,1.0 +0125,0125,12,num,three_rule_comb5,5.0,[9 2 8],9 2 8,1,1.0 +0125,0125,12,num,three_rule_comb5,6.0,[2 8 7],2 0 3,0,1.0 +0125,0125,12,num,three_rule_comb5,7.0,[8 4 5],8 4 5,1,1.0 +0125,0125,12,num,three_rule_comb5,8.0,[7 4 7],7 4 7,1,1.0 +0125,0125,12,num,three_rule_comb5,9.0,[6 1 5],6 1 5,1,1.0 +0125,0125,12,num,three_rule_comb5,10.0,[5 5 6],5 5 6,1,1.0 +0125,0125,12,num,three_rule_comb5,11.0,[2 4 8],2 4 8,1,1.0 +0125,0125,12,num,three_rule_comb5,12.0,[0 6 0],0 6 0,1,1.0 +0125,0125,12,num,three_rule_comb5,13.0,[9 4 0],9 4 0,1,1.0 +0125,0125,12,num,three_rule_comb5,14.0,[6 3 2],6 3 2,1,1.0 +0125,0125,12,num,three_rule_comb5,15.0,[0 9 8],0 9 8,1,1.0 +0125,0125,12,num,three_rule_comb5,16.0,[7 5 6],7 5 6,1,1.0 +0125,0125,12,num,three_rule_comb5,17.0,[0 1 7],0 1 7,1,1.0 +0125,0125,12,num,three_rule_comb5,18.0,[1 4 1],1 4 1,1,1.0 +0125,0125,12,num,three_rule_comb5,19.0,[0 1 0],0 1 0,1,1.0 +0125,0125,12,num,three_rule_comb5,20.0,[4 4 9],4 4 9,1,1.0 +0125,0125,12,num,three_rule_comb5,21.0,[1 7 4],1 7 4,1,1.0 +0125,0125,12,num,three_rule_comb5,22.0,[9 4 4],9 4 4,1,1.0 +0125,0125,12,num,three_rule_comb5,23.0,[5 4 0],5 4 0,1,1.0 +0125,0125,12,num,three_rule_comb5,24.0,[6 0 4],6 0 4,1,1.0 +0125,0125,12,num,three_rule_comb5,25.0,[8 6 1],8 6 1,1,1.0 +0125,0125,12,num,three_rule_comb5,26.0,[7 4 8],7 4 8,1,1.0 +0125,0125,12,num,three_rule_comb5,27.0,[9 3 6],9 3 6,1,1.0 +0125,0125,12,num,three_rule_comb5,28.0,[4 8 3],4 8 3,1,1.0 +0125,0125,12,num,three_rule_comb5,29.0,[9 8 0],9 8 0,1,1.0 +0125,0125,12,num,three_rule_comb5,30.0,[5 9 5],5 9 5,1,1.0 +0125,0125,12,num,three_rule_comb5,31.0,[5 4 4],5 4 4,1,1.0 +0125,0125,12,num,three_rule_comb5,32.0,[5 5 9],5 5 9,1,1.0 +0125,0125,12,num,three_rule_comb5,33.0,[7 1 8],7 1 8,1,1.0 +0125,0125,12,num,three_rule_comb5,34.0,[4 0 5],4 0 5,1,1.0 +0125,0125,12,num,three_rule_comb5,35.0,[5 9 2],5 9 2,1,1.0 +0125,0125,12,num,three_rule_comb5,36.0,[1 2 2],1 2 2,1,1.0 +0125,0125,12,num,three_rule_comb5,37.0,[5 2 7],5 2 7,1,1.0 +0125,0125,12,num,three_rule_comb5,38.0,[3 9 1],3 9 1,1,1.0 +0125,0125,12,num,three_rule_comb5,39.0,[3 8 9],3 8 9,1,1.0 +0125,0125,12,num,three_rule_comb5,40.0,[0 0 0],0 0 0,1,1.0 +0125,0125,12,num,three_rule_comb5,41.0,[7 0 3],7 0 3,1,1.0 +0125,0125,12,num,three_rule_comb5,42.0,[3 6 8],3 6 8,1,1.0 +0125,0125,12,num,three_rule_comb5,43.0,[5 1 0],5 1 0,1,1.0 +0125,0125,12,num,three_rule_comb5,44.0,[6 4 9],6 4 9,1,1.0 +0125,0125,12,num,three_rule_comb5,45.0,[5 3 0],5 3 0,1,1.0 +0125,0125,12,num,three_rule_comb5,46.0,[3 3 8],3 3 8,1,1.0 +0125,0125,12,num,three_rule_comb5,47.0,[9 9 8],9 9 8,1,1.0 +0125,0125,12,num,three_rule_comb5,48.0,[5 3 4],5 3 4,1,1.0 +0125,0125,12,num,three_rule_comb5,49.0,[3 4 9],3 4 9,1,1.0 +0125,0125,12,num,three_rule_comb5,50.0,[2 1 7],2 1 7,1,1.0 +0125,0125,12,num,three_rule_comb5,51.0,[2 2 5],2 2 5,1,1.0 +0125,0125,12,num,three_rule_comb5,52.0,[1 4 9],1 4 9,1,1.0 +0125,0125,12,num,three_rule_comb5,53.0,[1 5 9],1 5 9,1,1.0 +0125,0125,12,num,three_rule_comb5,54.0,[0 8 8],0 8 8,1,1.0 +0125,0125,12,num,three_rule_comb5,55.0,[0 5 9],0 5 9,1,1.0 +0125,0125,12,num,three_rule_comb5,56.0,[0 6 2],0 6 2,1,1.0 +0125,0125,12,num,three_rule_comb5,57.0,[4 3 1],4 3 1,1,1.0 +0125,0125,12,num,three_rule_comb5,58.0,[0 6 9],0 6 9,1,1.0 +0125,0125,12,num,three_rule_comb5,59.0,[8 7 0],8 7 0,1,1.0 +0125,0125,12,num,three_rule_comb5,60.0,[1 4 7],1 4 7,1,1.0 +0125,0125,12,num,three_rule_comb5,61.0,[7 4 1],7 4 1,1,1.0 +0125,0125,12,num,three_rule_comb5,62.0,[4 0 4],4 0 4,1,1.0 +0125,0125,12,num,three_rule_comb5,63.0,[9 0 1],9 0 1,1,1.0 +0125,0125,12,num,three_rule_comb5,64.0,[7 0 8],7 0 8,1,1.0 +0125,0125,12,num,three_rule_comb5,65.0,[3 4 8],3 4 8,1,1.0 +0125,0125,12,num,three_rule_comb5,66.0,[9 1 0],9 1 0,1,1.0 +0125,0125,12,num,three_rule_comb5,67.0,[1 1 5],1 1 5,1,1.0 +0125,0125,12,num,three_rule_comb5,68.0,[3 5 3],3 5 3,1,1.0 +0125,0125,12,num,three_rule_comb5,69.0,[3 4 4],3 4 4,1,1.0 +0125,0125,12,num,three_rule_comb5,70.0,[3 2 5],3 2 5,1,1.0 +0125,0125,12,num,three_rule_comb5,71.0,[0 5 5],0 5 5,1,1.0 +0125,0125,12,num,three_rule_comb5,72.0,[5 9 7],5 9 7,1,1.0 +0125,0125,12,num,three_rule_comb5,73.0,[9 9 3],9 9 3,1,1.0 +0125,0125,12,num,three_rule_comb5,74.0,[8 4 5],8 4 5,1,1.0 +0125,0125,12,num,three_rule_comb5,75.0,[3 5 8],3 5 8],1,1.0 +0125,0125,12,num,three_rule_comb5,76.0,[4 3 3],4 3 3,1,1.0 +0125,0125,12,num,three_rule_comb5,77.0,[8 0 6],8 0 6,1,1.0 +0125,0125,12,num,three_rule_comb5,78.0,[8 6 7],8 6 7,1,1.0 +0125,0125,12,num,three_rule_comb5,79.0,[9 1 0],9 1 0,1,1.0 +0125,0125,12,num,three_rule_comb5,80.0,[0 9 5],0 9 5,1,1.0 +0125,0125,12,num,three_rule_comb5,81.0,[4 3 2],4 3 2,1,1.0 +0125,0125,12,num,three_rule_comb5,82.0,[2 8 6],2 8 6,1,1.0 +0125,0125,12,num,three_rule_comb5,83.0,[1 7 6],1 7 6,1,1.0 +0125,0125,12,num,three_rule_comb5,84.0,[9 0 9],9 0 9,1,1.0 +0125,0125,12,num,three_rule_comb5,85.0,[5 0 5],5 0 5,1,1.0 +0125,0125,12,num,three_rule_comb5,86.0,[1 0 7],1 8 3,0,1.0 +0125,0125,12,num,three_rule_comb5,87.0,[8 4 8],8 4 8,1,1.0 +0125,0125,12,num,three_rule_comb5,88.0,[9 2 7],9 2 7,1,1.0 +0125,0125,12,num,three_rule_comb5,89.0,[0 2 5],0 2 5,1,1.0 +0125,0125,12,num,three_rule_comb5,90.0,[7 5 2],7 5 2,1,1.0 +0125,0125,12,num,three_rule_comb5,91.0,[0 8 2],0 8 2,1,1.0 +0125,0125,12,num,three_rule_comb5,92.0,[1 0 9],1 0 9,1,1.0 +0125,0125,12,num,three_rule_comb5,93.0,[0 1 8],0 1 8,1,1.0 +0125,0125,12,num,three_rule_comb5,94.0,[3 4 1],3 4 1,1,1.0 +0125,0125,12,num,three_rule_comb5,95.0,[4 9 2],4 9 2,1,1.0 +0125,0125,12,num,three_rule_comb5,96.0,[9 9 5],9 9 5,1,1.0 +0125,0125,12,num,three_rule_comb5,97.0,[8 9 1],8 9 1,1,1.0 +0125,0125,12,num,three_rule_comb5,98.0,[4 2 4],4 2 4,1,1.0 +0125,0125,12,num,three_rule_comb5,99.0,[4 6 4],4 6 4,1,1.0 +0125,0125,12,num,three_rule_comb6,0.0,[0 1 6],0 1 6,1,1.0 +0125,0125,12,num,three_rule_comb6,1.0,[7 1 9],7 1 9,1,1.0 +0125,0125,12,num,three_rule_comb6,2.0,[1 0 2],5 4 2,0,1.0 +0125,0125,12,num,three_rule_comb6,3.0,[3 1 9],3 1 9,1,1.0 +0125,0125,12,num,three_rule_comb6,4.0,[2 5 3],2 5 3,1,1.0 +0125,0125,12,num,three_rule_comb6,5.0,[2 0 9],2 0 9,1,1.0 +0125,0125,12,num,three_rule_comb6,6.0,[5 0 9],5 0 9,1,1.0 +0125,0125,12,num,three_rule_comb6,7.0,[6 2 7],6 2 7,1,1.0 +0125,0125,12,num,three_rule_comb6,8.0,[4 9 1],4 9 1,1,1.0 +0125,0125,12,num,three_rule_comb6,9.0,[5 5 1],5 5 1,1,1.0 +0125,0125,12,num,three_rule_comb6,10.0,[3 1 8],3 1 8,1,1.0 +0125,0125,12,num,three_rule_comb6,11.0,[0 5 9],5 5 9,0,1.0 +0125,0125,12,num,three_rule_comb6,12.0,[7 1 1],7 1 1,1,1.0 +0125,0125,12,num,three_rule_comb6,13.0,[9 1 4],9 1 4,1,1.0 +0125,0125,12,num,three_rule_comb6,14.0,[4 2 9],4 2 9,1,1.0 +0125,0125,12,num,three_rule_comb6,15.0,[9 0 8],8 4 6,0,1.0 +0125,0125,12,num,three_rule_comb6,16.0,[0 5 4],0 5 4,1,1.0 +0125,0125,12,num,three_rule_comb6,17.0,[4 5 9],4 5 9,1,1.0 +0125,0125,12,num,three_rule_comb6,18.0,[6 9 5],5 8 5,0,1.0 +0125,0125,12,num,three_rule_comb6,19.0,[6 7 2],6 7 2,1,1.0 +0125,0125,12,num,three_rule_comb6,20.0,[9 4 9],4 4 9,0,1.0 +0125,0125,12,num,three_rule_comb6,21.0,[6 9 8],6 5 7,0,1.0 +0125,0125,12,num,three_rule_comb6,22.0,[8 3 9],8 3 9,1,1.0 +0125,0125,12,num,three_rule_comb6,23.0,[9 9 5],9 5 5,0,1.0 +0125,0125,12,num,three_rule_comb6,24.0,[7 6 7],7 6 7,1,1.0 +0125,0125,12,num,three_rule_comb6,25.0,[4 8 8],4 8 8,1,1.0 +0125,0125,12,num,three_rule_comb6,26.0,[0 7 8],4 7 2,0,1.0 +0125,0125,12,num,three_rule_comb6,27.0,[1 4 3],1 4 3,1,1.0 +0125,0125,12,num,three_rule_comb6,28.0,[6 4 6],6 4 6,1,1.0 +0125,0125,12,num,three_rule_comb6,29.0,[1 2 4],1 8 7,0,1.0 +0125,0125,12,num,three_rule_comb6,30.0,[8 9 3],9 4 0,0,1.0 +0125,0125,12,num,three_rule_comb6,31.0,[5 1 8],5 1 8,1,1.0 +0125,0125,12,num,three_rule_comb6,32.0,[4 0 4],4 0 4,1,1.0 +0125,0125,12,num,three_rule_comb6,33.0,[8 4 1],8 4 1,1,1.0 +0125,0125,12,num,three_rule_comb6,34.0,[9 5 3],5 6 3,0,1.0 +0125,0125,12,num,three_rule_comb6,35.0,[7 2 1],7 0 1,0,1.0 +0125,0125,12,num,three_rule_comb6,36.0,[3 4 2],3 4 2,1,1.0 +0125,0125,12,num,three_rule_comb6,37.0,[0 5 0],0 5 0,1,1.0 +0125,0125,12,num,three_rule_comb6,38.0,[1 1 2],1 1 2,1,1.0 +0125,0125,12,num,three_rule_comb6,39.0,[2 5 3],2 5 3,1,1.0 +0125,0125,12,num,three_rule_comb6,40.0,[8 7 5],8 5 5,0,1.0 +0125,0125,12,num,three_rule_comb6,41.0,[5 8 5],5 8 5,1,1.0 +0125,0125,12,num,three_rule_comb6,42.0,[2 2 4],2 2 4,1,1.0 +0125,0125,12,num,three_rule_comb6,43.0,[0 9 1],0 9 1,1,1.0 +0125,0125,12,num,three_rule_comb6,44.0,[9 6 5],8 5 2,0,1.0 +0125,0125,12,num,three_rule_comb6,45.0,[0 3 1],0 3 4,0,1.0 +0125,0125,12,num,three_rule_comb6,46.0,[0 0 3],0 0 3,1,1.0 +0125,0125,12,num,three_rule_comb6,47.0,[9 5 6],9 5 6,1,1.0 +0125,0125,12,num,three_rule_comb6,48.0,[9 7 3],2 7 3,0,1.0 +0125,0125,12,num,three_rule_comb6,49.0,[8 6 0],4 3 7,0,1.0 +0125,0125,12,num,three_rule_comb6,50.0,[0 1 6],2 6 3,0,1.0 +0125,0125,12,num,three_rule_comb6,51.0,[4 1 2],2 2 4,0,1.0 +0125,0125,12,num,three_rule_comb6,52.0,[8 9 3],8 9 3,1,1.0 +0125,0125,12,num,three_rule_comb6,53.0,[9 0 5],8 0 5,0,1.0 +0125,0125,12,num,three_rule_comb6,54.0,[4 4 6],4 4 6,1,1.0 +0125,0125,12,num,three_rule_comb6,55.0,[6 2 9],6 2 9,1,1.0 +0125,0125,12,num,three_rule_comb6,56.0,[4 8 1],4 4 1,0,1.0 +0125,0125,12,num,three_rule_comb6,57.0,[2 6 8],4 4 9,0,1.0 +0125,0125,12,num,three_rule_comb6,58.0,[2 5 6],2 5 6,1,1.0 +0125,0125,12,num,three_rule_comb6,59.0,[5 5 1],5 6 1,0,1.0 +0125,0125,12,num,three_rule_comb6,60.0,[8 1 3],8 1 3,1,1.0 +0125,0125,12,num,three_rule_comb6,61.0,[2 6 3],2 6 3],1,1.0 +0125,0125,12,num,three_rule_comb6,62.0,[0 5 4],0 5 4,1,1.0 +0125,0125,12,num,three_rule_comb6,63.0,[6 8 3],6 8 3,1,1.0 +0125,0125,12,num,three_rule_comb6,64.0,[6 3 1],6 3 1,1,1.0 +0125,0125,12,num,three_rule_comb6,65.0,[1 3 6],1 3 6,1,1.0 +0125,0125,12,num,three_rule_comb6,66.0,[6 1 6],2 2 2,0,1.0 +0125,0125,12,num,three_rule_comb6,67.0,[6 8 9],6 8 9,1,1.0 +0125,0125,12,num,three_rule_comb6,68.0,[4 1 9],4 1 9,1,1.0 +0125,0125,12,num,three_rule_comb6,69.0,[6 9 2],6 9 2,1,1.0 +0125,0125,12,num,three_rule_comb6,70.0,[1 3 5],1 3 5,1,1.0 +0125,0125,12,num,three_rule_comb6,71.0,[2 0 3],0 4 5,0,1.0 +0125,0125,12,num,three_rule_comb6,72.0,[0 4 7],1 3 6,0,1.0 +0125,0125,12,num,three_rule_comb6,73.0,[1 6 6],1 6 6,1,1.0 +0125,0125,12,num,three_rule_comb6,74.0,[3 2 6],3 2 6,1,1.0 +0125,0125,12,num,three_rule_comb6,75.0,[3 4 7],3 4 7,1,1.0 +0125,0125,12,num,three_rule_comb6,76.0,[8 0 7],8 0 7,1,1.0 +0125,0125,12,num,three_rule_comb6,77.0,[9 3 6],9 3 6,1,1.0 +0125,0125,12,num,three_rule_comb6,78.0,[6 0 8],6 0 8,1,1.0 +0125,0125,12,num,three_rule_comb6,79.0,[6 0 0],6 0 0,1,1.0 +0125,0125,12,num,three_rule_comb6,80.0,[3 6 3],3 6 3,1,1.0 +0125,0125,12,num,three_rule_comb6,81.0,[1 5 0],5 5 0,0,1.0 +0125,0125,12,num,three_rule_comb6,82.0,[1 4 5],1 4 5,1,1.0 +0125,0125,12,num,three_rule_comb6,83.0,[4 9 3],4 4 3,0,1.0 +0125,0125,12,num,three_rule_comb6,84.0,[8 7 0],8 1 7,0,1.0 +0125,0125,12,num,three_rule_comb6,85.0,[1 3 9],1 3 9,1,1.0 +0125,0125,12,num,three_rule_comb6,86.0,[4 7 6],4 7 6,1,1.0 +0125,0125,12,num,three_rule_comb6,87.0,[1 4 8],4 6 8,0,1.0 +0125,0125,12,num,three_rule_comb6,88.0,[0 5 8],0 5 8,1,1.0 +0125,0125,12,num,three_rule_comb6,89.0,[8 3 9],8 3 9,1,1.0 +0125,0125,12,num,three_rule_comb6,90.0,[5 1 2],5 1 2,1,1.0 +0125,0125,12,num,three_rule_comb6,91.0,[7 6 9],7 6 9,1,1.0 +0125,0125,12,num,three_rule_comb6,92.0,[3 7 9],3 7 9,1,1.0 +0125,0125,12,num,three_rule_comb6,93.0,[9 8 1],9 8 1,1,1.0 +0125,0125,12,num,three_rule_comb6,94.0,[4 9 4],4 9 6,0,1.0 +0125,0125,12,num,three_rule_comb6,95.0,[4 7 8],4 7 4],0,1.0 +0125,0125,12,num,three_rule_comb6,96.0,[3 7 7],3 7 7,1,1.0 +0125,0125,12,num,three_rule_comb6,97.0,[8 1 6],8 1 6,1,1.0 +0125,0125,12,num,three_rule_comb6,98.0,[7 3 5],3 7 5,0,1.0 +0125,0125,12,num,three_rule_comb6,99.0,[5 6 8],5 6 8,1,1.0 +0125,0125,12,num,three_rule_comb7,0.0,[5 4 8],5 4 8,1,1.0 +0125,0125,12,num,three_rule_comb7,1.0,[3 1 8],3 1 7,0,1.0 +0125,0125,12,num,three_rule_comb7,2.0,[4 7 9],4 7 9,1,1.0 +0125,0125,12,num,three_rule_comb7,3.0,[4 8 5],4 6 0,0,1.0 +0125,0125,12,num,three_rule_comb7,4.0,[7 5 2],7 6 3,0,1.0 +0125,0125,12,num,three_rule_comb7,5.0,[9 3 9],9 3 8,0,1.0 +0125,0125,12,num,three_rule_comb7,6.0,[5 1 5],5 2 0,0,1.0 +0125,0125,12,num,three_rule_comb7,7.0,[2 9 0],2 3 1,0,1.0 +0125,0125,12,num,three_rule_comb7,8.0,[2 2 3],3 2 7,0,1.0 +0125,0125,12,num,three_rule_comb7,9.0,[6 2 8],6 2 2,0,1.0 +0125,0125,12,num,three_rule_comb7,10.0,[5 1 4],2 1 4,0,1.0 +0125,0125,12,num,three_rule_comb7,11.0,[2 6 1],2 6 1,1,1.0 +0125,0125,12,num,three_rule_comb7,12.0,[4 4 4],4 4 4,1,1.0 +0125,0125,12,num,three_rule_comb7,13.0,[4 4 0],4 4 3],0,1.0 +0125,0125,12,num,three_rule_comb7,14.0,[7 7 4],7 4 4,0,1.0 +0125,0125,12,num,three_rule_comb7,15.0,[3 0 0],3 3 0,0,1.0 +0125,0125,12,num,three_rule_comb7,16.0,[8 8 0],8 8 3,0,1.0 +0125,0125,12,num,three_rule_comb7,17.0,[8 1 4],8 1 0,0,1.0 +0125,0125,12,num,three_rule_comb7,18.0,[6 2 6],6 6 6,0,1.0 +0125,0125,12,num,three_rule_comb7,19.0,[1 3 9],1 3 9,1,1.0 +0125,0125,12,num,three_rule_comb7,20.0,[5 6 5],5 6 5,1,1.0 +0125,0125,12,num,three_rule_comb7,21.0,[1 4 3],1 5 1,0,1.0 +0125,0125,12,num,three_rule_comb7,22.0,[6 4 1],6 4 1,1,1.0 +0125,0125,12,num,three_rule_comb7,23.0,[8 0 3],8 0 7,0,1.0 +0125,0125,12,num,three_rule_comb7,24.0,[8 4 1],8 4 1,1,1.0 +0125,0125,12,num,three_rule_comb7,25.0,[5 3 4],5 3 1,0,1.0 +0125,0125,12,num,three_rule_comb7,26.0,[4 8 6],4 8 6,1,1.0 +0125,0125,12,num,three_rule_comb7,27.0,[2 1 2],1 2 6,0,1.0 +0125,0125,12,num,three_rule_comb7,28.0,[9 8 9],9 6 1,0,1.0 +0125,0125,12,num,three_rule_comb7,29.0,[0 2 9],0 2 6],0,1.0 +0125,0125,12,num,three_rule_comb7,30.0,[9 9 9],9 3 4,0,1.0 +0125,0125,12,num,three_rule_comb7,31.0,[6 1 9],6 7 6,0,1.0 +0125,0125,12,num,three_rule_comb7,32.0,[4 5 9],4 9 6,0,1.0 +0125,0125,12,num,three_rule_comb7,33.0,[3 5 1],7 5 3,0,1.0 +0125,0125,12,num,three_rule_comb7,34.0,[6 5 4],4 7 8,0,1.0 +0125,0125,12,num,three_rule_comb7,35.0,[2 3 1],4 5 1,0,1.0 +0125,0125,12,num,three_rule_comb7,36.0,[6 1 5],6 1 8,0,1.0 +0125,0125,12,num,three_rule_comb7,37.0,[1 4 7],1 4 2,0,1.0 +0125,0125,12,num,three_rule_comb7,38.0,[5 4 5],5 3 5,0,1.0 +0125,0125,12,num,three_rule_comb7,39.0,[0 2 4],0 2 7,0,1.0 +0125,0125,12,num,three_rule_comb7,40.0,[5 9 4],5 9 7,0,1.0 +0125,0125,12,num,three_rule_comb7,41.0,[2 2 1],2 3 1,0,1.0 +0125,0125,12,num,three_rule_comb7,42.0,[2 4 3],2 7 6,0,1.0 +0125,0125,12,num,three_rule_comb7,43.0,[8 1 7],8 1 7,1,1.0 +0125,0125,12,num,three_rule_comb7,44.0,[8 7 2],8 7 2,1,1.0 +0125,0125,12,num,three_rule_comb7,45.0,[3 9 2],3 9 2,1,1.0 +0125,0125,12,num,three_rule_comb7,46.0,[9 7 5],9 7 6],0,1.0 +0125,0125,12,num,three_rule_comb7,47.0,[0 4 3],3 7 3,0,1.0 +0125,0125,12,num,three_rule_comb7,48.0,[5 6 2],5 6 3,0,1.0 +0125,0125,12,num,three_rule_comb7,49.0,[4 0 9],4 0 9,1,1.0 +0125,0125,12,num,three_rule_comb7,50.0,[3 1 7],3 9 4,0,1.0 +0125,0125,12,num,three_rule_comb7,51.0,[8 8 5],8 2 5,0,1.0 +0125,0125,12,num,three_rule_comb7,52.0,[2 9 1],6 4 5,0,1.0 +0125,0125,12,num,three_rule_comb7,53.0,[3 8 0],8 4 4,0,1.0 +0125,0125,12,num,three_rule_comb7,54.0,[6 0 0],6 0 0,1,1.0 +0125,0125,12,num,three_rule_comb7,55.0,[1 6 0],8 5 6,0,1.0 +0125,0125,12,num,three_rule_comb7,56.0,[9 4 0],9 4 0,1,1.0 +0125,0125,12,num,three_rule_comb7,57.0,[7 0 7],7 0 4,0,1.0 +0125,0125,12,num,three_rule_comb7,58.0,[9 3 5],9 3 5,1,1.0 +0125,0125,12,num,three_rule_comb7,59.0,[3 4 4],3 0 4,0,1.0 +0125,0125,12,num,three_rule_comb7,60.0,[8 1 9],8 1 9,1,1.0 +0125,0125,12,num,three_rule_comb7,61.0,[5 1 3],5 1 6,0,1.0 +0125,0125,12,num,three_rule_comb7,62.0,[4 8 7],4 2 7,0,1.0 +0125,0125,12,num,three_rule_comb7,63.0,[5 0 5],5 3 5,0,1.0 +0125,0125,12,num,three_rule_comb7,64.0,[5 1 6],5 1 6,1,1.0 +0125,0125,12,num,three_rule_comb7,65.0,[8 4 4],8 7 4,0,1.0 +0125,0125,12,num,three_rule_comb7,66.0,[9 2 3],9 4 2,0,1.0 +0125,0125,12,num,three_rule_comb7,67.0,[4 6 7],4 6 7,1,1.0 +0125,0125,12,num,three_rule_comb7,68.0,[5 3 0],6 3 3,0,1.0 +0125,0125,12,num,three_rule_comb7,69.0,[5 4 9],5 5 9,0,1.0 +0125,0125,12,num,three_rule_comb7,70.0,[4 6 6],4 2 3,0,1.0 +0125,0125,12,num,three_rule_comb7,71.0,[6 6 1],6 2 3,0,1.0 +0125,0125,12,num,three_rule_comb7,72.0,[4 0 8],4 8 6,0,1.0 +0125,0125,12,num,three_rule_comb7,73.0,[1 9 7],3 3 7,0,1.0 +0125,0125,12,num,three_rule_comb7,74.0,[5 4 6],5 4 6,1,1.0 +0125,0125,12,num,three_rule_comb7,75.0,[9 2 9],9 2 9,1,1.0 +0125,0125,12,num,three_rule_comb7,76.0,[8 5 7],8 5 7,1,1.0 +0125,0125,12,num,three_rule_comb7,77.0,[1 8 1],1 8 1,1,1.0 +0125,0125,12,num,three_rule_comb7,78.0,[5 7 5],5 8 5,0,1.0 +0125,0125,12,num,three_rule_comb7,79.0,[6 0 7],6 3 7,0,1.0 +0125,0125,12,num,three_rule_comb7,80.0,[0 7 2],8 2 3,0,1.0 +0125,0125,12,num,three_rule_comb7,81.0,[2 5 9],2 5 9,1,1.0 +0125,0125,12,num,three_rule_comb7,82.0,[1 9 9],1 9 9,1,1.0 +0125,0125,12,num,three_rule_comb7,83.0,[2 4 4],3 4 4,0,1.0 +0125,0125,12,num,three_rule_comb7,84.0,[8 6 4],8 6 4,1,1.0 +0125,0125,12,num,three_rule_comb7,85.0,[8 5 5],8 3 5,0,1.0 +0125,0125,12,num,three_rule_comb7,86.0,[6 0 9],6 6 9,0,1.0 +0125,0125,12,num,three_rule_comb7,87.0,[1 5 6],2 5 3,0,1.0 +0125,0125,12,num,three_rule_comb7,88.0,[8 4 1],8 7 1,0,1.0 +0125,0125,12,num,three_rule_comb7,89.0,[6 7 0],6 4 0,0,1.0 +0125,0125,12,num,three_rule_comb7,90.0,[8 6 1],8 3 6,0,1.0 +0125,0125,12,num,three_rule_comb7,91.0,[4 1 4],4 7 4,0,1.0 +0125,0125,12,num,three_rule_comb7,92.0,[6 6 4],6 9 4,0,1.0 +0125,0125,12,num,three_rule_comb7,93.0,[6 9 6],6 3 7,0,1.0 +0125,0125,12,num,three_rule_comb7,94.0,[1 3 5],1 3 5,1,1.0 +0125,0125,12,num,three_rule_comb7,95.0,[1 5 2],1 8 2,0,1.0 +0125,0125,12,num,three_rule_comb7,96.0,[2 4 6],2 4 3,0,1.0 +0125,0125,12,num,three_rule_comb7,97.0,[0 3 0],0 6 0,0,1.0 +0125,0125,12,num,three_rule_comb7,98.0,[8 3 0],8 3 6,0,1.0 +0125,0125,12,num,three_rule_comb7,99.0,[8 9 3],7 5 3,0,1.0 +0125,0125,12,num,three_rule_comb8,0.0,[8 1 2],8 1 2,1,1.0 +0125,0125,12,num,three_rule_comb8,1.0,[5 5 5],5 5 3],0,1.0 +0125,0125,12,num,three_rule_comb8,2.0,[3 0 8],3 6 2,0,1.0 +0125,0125,12,num,three_rule_comb8,3.0,[7 5 9],7 5 4,0,1.0 +0125,0125,12,num,three_rule_comb8,4.0,[9 4 8],9 4 8,1,1.0 +0125,0125,12,num,three_rule_comb8,5.0,[5 3 8],5 3 8,1,1.0 +0125,0125,12,num,three_rule_comb8,6.0,[4 6 1],4 6 2,0,1.0 +0125,0125,12,num,three_rule_comb8,7.0,[8 3 0],8 2 0,0,1.0 +0125,0125,12,num,three_rule_comb8,8.0,[7 0 6],5 3 4,0,1.0 +0125,0125,12,num,three_rule_comb8,9.0,[0 7 0],0 7 1,0,1.0 +0125,0125,12,num,three_rule_comb8,10.0,[3 5 6],3 5 6],1,1.0 +0125,0125,12,num,three_rule_comb8,11.0,[0 4 5],0 3 5,0,1.0 +0125,0125,12,num,three_rule_comb8,12.0,[6 6 4],6 3 4,0,1.0 +0125,0125,12,num,three_rule_comb8,13.0,[1 9 8],1 9 5,0,1.0 +0125,0125,12,num,three_rule_comb8,14.0,[0 7 1],0 4 4,0,1.0 +0125,0125,12,num,three_rule_comb8,15.0,[3 8 3],3 8 3,1,1.0 +0125,0125,12,num,three_rule_comb8,16.0,[4 6 7],4 4 7,0,1.0 +0125,0125,12,num,three_rule_comb8,17.0,[2 8 4],2 4 8,0,1.0 +0125,0125,12,num,three_rule_comb8,18.0,[1 5 5],1 5 5,1,1.0 +0125,0125,12,num,three_rule_comb8,19.0,[0 7 5],0 7 5,1,1.0 +0125,0125,12,num,three_rule_comb8,20.0,[4 1 9],4 4 9,0,1.0 +0125,0125,12,num,three_rule_comb8,21.0,[0 9 4],0 9 2,0,1.0 +0125,0125,12,num,three_rule_comb8,22.0,[8 4 2],8 4 2,1,1.0 +0125,0125,12,num,three_rule_comb8,23.0,[9 4 8],9 5 8,0,1.0 +0125,0125,12,num,three_rule_comb8,24.0,[5 3 0],5 3 2,0,1.0 +0125,0125,12,num,three_rule_comb8,25.0,[0 5 8],0 8 8,0,1.0 +0125,0125,12,num,three_rule_comb8,26.0,[8 8 5],8 3 5,0,1.0 +0125,0125,12,num,three_rule_comb8,27.0,[0 5 8],0 5 27,0,1.0 +0125,0125,12,num,three_rule_comb8,28.0,[4 5 3],4 3 3,0,1.0 +0125,0125,12,num,three_rule_comb8,29.0,[4 5 6],6 5 6,0,1.0 +0125,0125,12,num,three_rule_comb8,30.0,[6 6 0],6 2 0,0,1.0 +0125,0125,12,num,three_rule_comb8,31.0,[7 5 7],7 5 7,1,1.0 +0125,0125,12,num,three_rule_comb8,32.0,[4 0 8],4 6 8,0,1.0 +0125,0125,12,num,three_rule_comb8,33.0,[3 0 2],3 7 2,0,1.0 +0125,0125,12,num,three_rule_comb8,34.0,[6 8 5],6 8 5,1,1.0 +0125,0125,12,num,three_rule_comb8,35.0,[9 0 9],9 3 9,0,1.0 +0125,0125,12,num,three_rule_comb8,36.0,[7 4 6],7 4 6,1,1.0 +0125,0125,12,num,three_rule_comb8,37.0,[7 3 8],7 3 8,1,1.0 +0125,0125,12,num,three_rule_comb8,38.0,[5 0 1],4 1 2,0,1.0 +0125,0125,12,num,three_rule_comb8,39.0,[9 5 0],9 6 0,0,1.0 +0125,0125,12,num,three_rule_comb8,40.0,[4 7 1],4 1 1,0,1.0 +0125,0125,12,num,three_rule_comb8,41.0,[1 6 7],1 3 7,0,1.0 +0125,0125,12,num,three_rule_comb8,42.0,[4 2 5],1 2 5,0,1.0 +0125,0125,12,num,three_rule_comb8,43.0,[6 1 3],6 1 3,1,1.0 +0125,0125,12,num,three_rule_comb8,44.0,[0 9 0],0 9 7,0,1.0 +0125,0125,12,num,three_rule_comb8,45.0,[5 8 4],5 9 4,0,1.0 +0125,0125,12,num,three_rule_comb8,46.0,[9 8 0],9 1 0,0,1.0 +0125,0125,12,num,three_rule_comb8,47.0,[3 0 2],3 0 2,1,1.0 +0125,0125,12,num,three_rule_comb8,48.0,[5 1 3],5 1 7,0,1.0 +0125,0125,12,num,three_rule_comb8,49.0,[8 9 5],8 9 6,0,1.0 +0125,0125,12,num,three_rule_comb8,50.0,[2 9 0],4 9 0,0,1.0 +0125,0125,12,num,three_rule_comb8,51.0,[1 1 1],3 1 1,0,1.0 +0125,0125,12,num,three_rule_comb8,52.0,[6 4 5],6 4 5,1,1.0 +0125,0125,12,num,three_rule_comb8,53.0,[3 5 7],3 5 11,0,1.0 +0125,0125,12,num,three_rule_comb8,54.0,[7 5 2],7 5 5,0,1.0 +0125,0125,12,num,three_rule_comb8,55.0,[1 6 3],1 6 5,0,1.0 +0125,0125,12,num,three_rule_comb8,56.0,[0 9 1],0 2 1,0,1.0 +0125,0125,12,num,three_rule_comb8,57.0,[5 3 1],5 2 1,0,1.0 +0125,0125,12,num,three_rule_comb8,58.0,[6 2 1],3 2 1,0,1.0 +0125,0125,12,num,three_rule_comb8,59.0,[5 5 0],5 2 0,0,1.0 +0125,0125,12,num,three_rule_comb8,60.0,[1 9 9],1 9 4,0,1.0 +0125,0125,12,num,three_rule_comb8,61.0,[8 8 1],8 1 1,0,1.0 +0125,0125,12,num,three_rule_comb8,62.0,[9 4 2],9 4 2],1,1.0 +0125,0125,12,num,three_rule_comb8,63.0,[1 9 0],1 9 0,1,1.0 +0125,0125,12,num,three_rule_comb8,64.0,[5 9 5],5 9 5],1,1.0 +0125,0125,12,num,three_rule_comb8,65.0,[8 0 5],8 0 2,0,1.0 +0125,0125,12,num,three_rule_comb8,66.0,[5 6 8],5 5 8,0,1.0 +0125,0125,12,num,three_rule_comb8,67.0,[0 5 8],0 5 8,1,1.0 +0125,0125,12,num,three_rule_comb8,68.0,[8 5 7],8 9 4,0,1.0 +0125,0125,12,num,three_rule_comb8,69.0,[1 8 9],1 2 3,0,1.0 +0125,0125,12,num,three_rule_comb8,70.0,[5 2 9],5 3 9,0,1.0 +0125,0125,12,num,three_rule_comb8,71.0,[5 4 2],5 3 2,0,1.0 +0125,0125,12,num,three_rule_comb8,72.0,[8 9 0],8 9 0,1,1.0 +0125,0125,12,num,three_rule_comb8,73.0,[0 3 4],0 6 4,0,1.0 +0125,0125,12,num,three_rule_comb8,74.0,[0 5 1],0 5 1,1,1.0 +0125,0125,12,num,three_rule_comb8,75.0,[4 5 6],4 5 0,0,1.0 +0125,0125,12,num,three_rule_comb8,76.0,[9 3 2],9 9 2,0,1.0 +0125,0125,12,num,three_rule_comb8,77.0,[0 7 4],1 7 4,0,1.0 +0125,0125,12,num,three_rule_comb8,78.0,[8 1 7],8 1 0,0,1.0 +0125,0125,12,num,three_rule_comb8,79.0,[1 9 7],1 9 5,0,1.0 +0125,0125,12,num,three_rule_comb8,80.0,[0 1 8],0 3 8,0,1.0 +0125,0125,12,num,three_rule_comb8,81.0,[9 2 0],9 7 0,0,1.0 +0125,0125,12,num,three_rule_comb8,82.0,[8 8 1],5 8 1,0,1.0 +0125,0125,12,num,three_rule_comb8,83.0,[2 1 8],1 1 8,0,1.0 +0125,0125,12,num,three_rule_comb8,84.0,[3 9 0],3 9 0,1,1.0 +0125,0125,12,num,three_rule_comb8,85.0,[3 5 8],3 5 5,0,1.0 +0125,0125,12,num,three_rule_comb8,86.0,[6 1 4],8 1 4,0,1.0 +0125,0125,12,num,three_rule_comb8,87.0,[5 0 2],5 1 2,0,1.0 +0125,0125,12,num,three_rule_comb8,88.0,[8 1 0],2 1 0,0,1.0 +0125,0125,12,num,three_rule_comb8,89.0,[4 9 8],4 8 8,0,1.0 +0125,0125,12,num,three_rule_comb8,90.0,[5 0 2],8 0 2,0,1.0 +0125,0125,12,num,three_rule_comb8,91.0,[0 3 2],0 3 2,1,1.0 +0125,0125,12,num,three_rule_comb8,92.0,[8 8 6],8 8 6,1,1.0 +0125,0125,12,num,three_rule_comb8,93.0,[1 0 2],1 0 5,0,1.0 +0125,0125,12,num,three_rule_comb8,94.0,[8 8 7],8 7 7,0,1.0 +0125,0125,12,num,three_rule_comb8,95.0,[6 5 4],6 5 4,1,1.0 +0125,0125,12,num,three_rule_comb8,96.0,[9 9 3],9 9 3,1,1.0 +0125,0125,12,num,three_rule_comb8,97.0,[0 8 5],0 8 9,0,1.0 +0125,0125,12,num,three_rule_comb8,98.0,[5 0 3],1 1 3,0,1.0 +0125,0125,12,num,three_rule_comb8,99.0,[8 1 0],8 1 4,0,1.0 +0125,0125,12,num,three_rule_comb9,0.0,[5 7 3],5 7 3,1,1.0 +0125,0125,12,num,three_rule_comb9,1.0,[8 9 0],8 9 0,1,1.0 +0125,0125,12,num,three_rule_comb9,2.0,[6 7 2],6 7 2,1,1.0 +0125,0125,12,num,three_rule_comb9,3.0,[5 8 6],5 8 6,1,1.0 +0125,0125,12,num,three_rule_comb9,4.0,[5 6 2],5 6 2,1,1.0 +0125,0125,12,num,three_rule_comb9,5.0,[7 8 4],7 8 4,1,1.0 +0125,0125,12,num,three_rule_comb9,6.0,[0 1 5],0 1 5,1,1.0 +0125,0125,12,num,three_rule_comb9,7.0,[9 1 0],9 1 0,1,1.0 +0125,0125,12,num,three_rule_comb9,8.0,[8 0 3],8 0 3,1,1.0 +0125,0125,12,num,three_rule_comb9,9.0,[0 5 8],0 5 8,1,1.0 +0125,0125,12,num,three_rule_comb9,10.0,[0 8 1],0 8 1,1,1.0 +0125,0125,12,num,three_rule_comb9,11.0,[0 1 1],0 1 1,1,1.0 +0125,0125,12,num,three_rule_comb9,12.0,[9 1 6],9 1 6,1,1.0 +0125,0125,12,num,three_rule_comb9,13.0,[4 8 1],4 8 1,1,1.0 +0125,0125,12,num,three_rule_comb9,14.0,[2 5 0],2 5 0,1,1.0 +0125,0125,12,num,three_rule_comb9,15.0,[8 1 5],8 1 5,1,1.0 +0125,0125,12,num,three_rule_comb9,16.0,[6 0 8],6 0 8,1,1.0 +0125,0125,12,num,three_rule_comb9,17.0,[5 2 4],5 2 4,1,1.0 +0125,0125,12,num,three_rule_comb9,18.0,[4 6 9],4 6 9,1,1.0 +0125,0125,12,num,three_rule_comb9,19.0,[2 8 0],2 8 0,1,1.0 +0125,0125,12,num,three_rule_comb9,20.0,[0 8 7],0 8 7,1,1.0 +0125,0125,12,num,three_rule_comb9,21.0,[1 2 9],1 2 9,1,1.0 +0125,0125,12,num,three_rule_comb9,22.0,[5 8 2],5 8 2,1,1.0 +0125,0125,12,num,three_rule_comb9,23.0,[6 1 2],6 1 2,1,1.0 +0125,0125,12,num,three_rule_comb9,24.0,[4 9 0],4 9 0,1,1.0 +0125,0125,12,num,three_rule_comb9,25.0,[2 9 8],2 9 8,1,1.0 +0125,0125,12,num,three_rule_comb9,26.0,[0 9 1],0 9 1,1,1.0 +0125,0125,12,num,three_rule_comb9,27.0,[0 1 5],0 1 5,1,1.0 +0125,0125,12,num,three_rule_comb9,28.0,[8 1 0],8 1 0,1,1.0 +0125,0125,12,num,three_rule_comb9,29.0,[8 6 4],8 6 4,1,1.0 +0125,0125,12,num,three_rule_comb9,30.0,[5 8 8],5 8 8,1,1.0 +0125,0125,12,num,three_rule_comb9,31.0,[8 7 1],8 7 1,1,1.0 +0125,0125,12,num,three_rule_comb9,32.0,[0 4 5],0 4 5,1,1.0 +0125,0125,12,num,three_rule_comb9,33.0,[7 5 9],7 5 9,1,1.0 +0125,0125,12,num,three_rule_comb9,34.0,[9 4 2],9 4 2,1,1.0 +0125,0125,12,num,three_rule_comb9,35.0,[6 4 0],6 4 0,1,1.0 +0125,0125,12,num,three_rule_comb9,36.0,[9 0 4],9 0 4,1,1.0 +0125,0125,12,num,three_rule_comb9,37.0,[8 9 3],8 9 3,1,1.0 +0125,0125,12,num,three_rule_comb9,38.0,[7 0 0],7 0 0,1,1.0 +0125,0125,12,num,three_rule_comb9,39.0,[3 9 4],3 9 4,1,1.0 +0125,0125,12,num,three_rule_comb9,40.0,[8 6 9],8 6 9,1,1.0 +0125,0125,12,num,three_rule_comb9,41.0,[8 1 4],8 1 4,1,1.0 +0125,0125,12,num,three_rule_comb9,42.0,[7 2 9],7 2 9,1,1.0 +0125,0125,12,num,three_rule_comb9,43.0,[1 0 9],1 0 9,1,1.0 +0125,0125,12,num,three_rule_comb9,44.0,[6 4 4],6 4 4,1,1.0 +0125,0125,12,num,three_rule_comb9,45.0,[1 7 4],1 7 4,1,1.0 +0125,0125,12,num,three_rule_comb9,46.0,[8 2 1],8 2 1,1,1.0 +0125,0125,12,num,three_rule_comb9,47.0,[0 8 7],0 8 7],1,1.0 +0125,0125,12,num,three_rule_comb9,48.0,[6 9 5],6 9 5,1,1.0 +0125,0125,12,num,three_rule_comb9,49.0,[1 5 5],1 5 5,1,1.0 +0125,0125,12,num,three_rule_comb9,50.0,[0 0 1],0 0 1,1,1.0 +0125,0125,12,num,three_rule_comb9,51.0,[2 9 1],2 9 1,1,1.0 +0125,0125,12,num,three_rule_comb9,52.0,[9 8 5],9 8 5,1,1.0 +0125,0125,12,num,three_rule_comb9,53.0,[0 0 6],0 0 6,1,1.0 +0125,0125,12,num,three_rule_comb9,54.0,[9 9 8],9 9 8,1,1.0 +0125,0125,12,num,three_rule_comb9,55.0,[5 4 3],5 4 3,1,1.0 +0125,0125,12,num,three_rule_comb9,56.0,[1 7 9],1 7 9,1,1.0 +0125,0125,12,num,three_rule_comb9,57.0,[1 9 8],1 9 8,1,1.0 +0125,0125,12,num,three_rule_comb9,58.0,[4 1 0],4 1 0,1,1.0 +0125,0125,12,num,three_rule_comb9,59.0,[9 7 5],9 7 5,1,1.0 +0125,0125,12,num,three_rule_comb9,60.0,[9 5 4],9 5 4,1,1.0 +0125,0125,12,num,three_rule_comb9,61.0,[8 0 2],8 0 2,1,1.0 +0125,0125,12,num,three_rule_comb9,62.0,[1 5 8],1 5 8,1,1.0 +0125,0125,12,num,three_rule_comb9,63.0,[9 4 8],9 4 8,1,1.0 +0125,0125,12,num,three_rule_comb9,64.0,[6 8 9],6 8 9,1,1.0 +0125,0125,12,num,three_rule_comb9,65.0,[4 0 3],4 0 3,1,1.0 +0125,0125,12,num,three_rule_comb9,66.0,[5 1 6],5 1 6,1,1.0 +0125,0125,12,num,three_rule_comb9,67.0,[5 9 3],5 9 3,1,1.0 +0125,0125,12,num,three_rule_comb9,68.0,[8 9 0],8 9 0,1,1.0 +0125,0125,12,num,three_rule_comb9,69.0,[4 9 7],4 9 7,1,1.0 +0125,0125,12,num,three_rule_comb9,70.0,[8 9 4],8 9 4,1,1.0 +0125,0125,12,num,three_rule_comb9,71.0,[4 2 5],4 2 5,1,1.0 +0125,0125,12,num,three_rule_comb9,72.0,[7 9 8],7 9 8,1,1.0 +0125,0125,12,num,three_rule_comb9,73.0,[5 0 8],5 0 8,1,1.0 +0125,0125,12,num,three_rule_comb9,74.0,[9 8 7],9 8 7,1,1.0 +0125,0125,12,num,three_rule_comb9,75.0,[3 0 4],3 0 4,1,1.0 +0125,0125,12,num,three_rule_comb9,76.0,[1 8 0],1 8 0,1,1.0 +0125,0125,12,num,three_rule_comb9,77.0,[7 0 4],7 0 4,1,1.0 +0125,0125,12,num,three_rule_comb9,78.0,[9 5 9],9 5 9,1,1.0 +0125,0125,12,num,three_rule_comb9,79.0,[1 7 0],1 7 0,1,1.0 +0125,0125,12,num,three_rule_comb9,80.0,[4 4 2],4 4 2,1,1.0 +0125,0125,12,num,three_rule_comb9,81.0,[1 4 7],1 4 7,1,1.0 +0125,0125,12,num,three_rule_comb9,82.0,[0 5 4],0 5 4,1,1.0 +0125,0125,12,num,three_rule_comb9,83.0,[9 5 4],9 5 4,1,1.0 +0125,0125,12,num,three_rule_comb9,84.0,[5 3 0],5 3 0,1,1.0 +0125,0125,12,num,three_rule_comb9,85.0,[5 7 1],5 7 1,1,1.0 +0125,0125,12,num,three_rule_comb9,86.0,[9 4 5],9 4 5,1,1.0 +0125,0125,12,num,three_rule_comb9,87.0,[4 9 5],4 9 5,1,1.0 +0125,0125,12,num,three_rule_comb9,88.0,[7 4 5],7 4 5,1,1.0 +0125,0125,12,num,three_rule_comb9,89.0,[6 8 0],6 8 0,1,1.0 +0125,0125,12,num,three_rule_comb9,90.0,[1 9 3],1 9 3,1,1.0 +0125,0125,12,num,three_rule_comb9,91.0,[9 0 1],9 0 1,1,1.0 +0125,0125,12,num,three_rule_comb9,92.0,[9 7 4],9 7 4,1,1.0 +0125,0125,12,num,three_rule_comb9,93.0,[1 0 6],1 0 6,1,1.0 +0125,0125,12,num,three_rule_comb9,94.0,[9 0 2],9 0 2,1,1.0 +0125,0125,12,num,three_rule_comb9,95.0,[1 3 1],1 3 1,1,1.0 +0125,0125,12,num,three_rule_comb9,96.0,[7 9 1],7 9 1,1,1.0 +0125,0125,12,num,three_rule_comb9,97.0,[3 1 0],3 1 0,1,1.0 +0125,0125,12,num,three_rule_comb9,98.0,[9 7 8],9 7 8,1,1.0 +0125,0125,12,num,three_rule_comb9,99.0,[3 1 2],3 1 2,1,1.0 +0125,0125,12,num,c3_set_union,0.0,[6 4 1 9],6 4 1 9,1,1.0 +0125,0125,12,num,c3_set_union,1.0,[5 7 4 1],5 7 4 1,1,1.0 +0125,0125,12,num,c3_set_union,2.0,[1 9 8 6],1 9 8 6,1,1.0 +0125,0125,12,num,c3_set_union,3.0,[0 4 8 7],0 4 8 7,1,1.0 +0125,0125,12,num,c3_set_union,4.0,[8 6 5 2],8 6 5 2,1,1.0 +0125,0125,12,num,c3_set_union,5.0,[2 5 1 0],2 5 1 0,1,1.0 +0125,0125,12,num,c3_set_union,6.0,[6 1 0 4],6 1 0 4,1,1.0 +0125,0125,12,num,c3_set_union,7.0,[7 3 8 4],7 3 8 4,1,1.0 +0125,0125,12,num,c3_set_union,8.0,[8 3 2 1],8 3 2 1,1,1.0 +0125,0125,12,num,c3_set_union,9.0,[0 2 1 6],0 2 1 6,1,1.0 +0125,0125,12,num,c3_set_union,10.0,[9 0 7 1],9 0 7 1,1,1.0 +0125,0125,12,num,c3_set_union,11.0,[6 1 3 5],6 1 3 5,1,1.0 +0125,0125,12,num,c3_set_union,12.0,[9 7 6 0],9 7 6 0,1,1.0 +0125,0125,12,num,c3_set_union,13.0,[5 0 7 3],5 0 7 3,1,1.0 +0125,0125,12,num,c3_set_union,14.0,[8 9 7 2],8 9 7 2,1,1.0 +0125,0125,12,num,c3_set_union,15.0,[0 4 1 2],0 4 1 2,1,1.0 +0125,0125,12,num,c3_set_union,16.0,[6 2 8 3],6 2 8 3,1,1.0 +0125,0125,12,num,c3_set_union,17.0,[7 8 6 3],7 8 6 3,1,1.0 +0125,0125,12,num,c3_set_union,18.0,[9 4 2 8],9 4 2 8,1,1.0 +0125,0125,12,num,c3_set_union,19.0,[8 4 6 1],8 4 6 1,1,1.0 +0125,0125,12,num,c3_set_union,20.0,[6 0 2 3],6 0 2 3],1,1.0 +0125,0125,12,num,c3_set_union,21.0,[8 4 5 9],8 4 5 9,1,1.0 +0125,0125,12,num,c3_set_union,22.0,[3 5 7 8],3 5 7 8,1,1.0 +0125,0125,12,num,c3_set_union,23.0,[0 4 6 5],0 4 6 5,1,1.0 +0125,0125,12,num,c3_set_union,24.0,[0 9 7 5],0 9 7 5,1,1.0 +0125,0125,12,num,c3_set_union,25.0,[6 9 5 1],6 9 5 1,1,1.0 +0125,0125,12,num,c3_set_union,26.0,[8 3 9 7],8 3 9 7,1,1.0 +0125,0125,12,num,c3_set_union,27.0,[9 2 1 8],9 2 1 8,1,1.0 +0125,0125,12,num,c3_set_union,28.0,[8 0 1 6],8 0 1 6,1,1.0 +0125,0125,12,num,c3_set_union,29.0,[3 9 2 1],3 9 2 1,1,1.0 +0125,0125,12,num,c3_set_union,30.0,[3 2 4 8],3 2 4 8,1,1.0 +0125,0125,12,num,c3_set_union,31.0,[2 6 1 8],2 6 1 8,1,1.0 +0125,0125,12,num,c3_set_union,32.0,[8 6 4 0],8 6 4 0,1,1.0 +0125,0125,12,num,c3_set_union,33.0,[2 0 5 9],2 0 5 9,1,1.0 +0125,0125,12,num,c3_set_union,34.0,[6 5 1 4],6 5 1 4,1,1.0 +0125,0125,12,num,c3_set_union,35.0,[0 5 2 3],0 2 5 3,1,1.0 +0125,0125,12,num,c3_set_union,36.0,[4 6 8 3],4 6 8 3,1,1.0 +0125,0125,12,num,c3_set_union,37.0,[9 1 2 6],9 1 2 6,1,1.0 +0125,0125,12,num,c3_set_union,38.0,[8 4 6 9],8 4 6 9,1,1.0 +0125,0125,12,num,c3_set_union,39.0,[1 7 9 2],1 7 9 2,1,1.0 +0125,0125,12,num,c3_set_union,40.0,[9 3 2 6],9 6,0,1.0 +0125,0125,12,num,c3_set_union,41.0,[1 0 9 3],1 0 9 3,1,1.0 +0125,0125,12,num,c3_set_union,42.0,[7 9 2 3],7 9 2 3,1,1.0 +0125,0125,12,num,c3_set_union,43.0,[8 2 4 7],8 2 4 7,1,1.0 +0125,0125,12,num,c3_set_union,44.0,[9 0 4 8],9 0 4 8,1,1.0 +0125,0125,12,num,c3_set_union,45.0,[3 5 8 9],3 5 8 9,1,1.0 +0125,0125,12,num,c3_set_union,46.0,[7 2 1 5],7 2 1 5,1,1.0 +0125,0125,12,num,c3_set_union,47.0,[8 6 7 2],8 6 7 2,1,1.0 +0125,0125,12,num,c3_set_union,48.0,[0 4 2 6],0 4 2 6,1,1.0 +0125,0125,12,num,c3_set_union,49.0,[4 6 2 5],4 6 2 5,1,1.0 +0125,0125,12,num,c3_set_union,50.0,[4 9 3 0],4 9 3 0,1,1.0 +0125,0125,12,num,c3_set_union,51.0,[7 3 0 2],7 3 0 2,1,1.0 +0125,0125,12,num,c3_set_union,52.0,[1 9 7 8],1 9 7 8,1,1.0 +0125,0125,12,num,c3_set_union,53.0,[6 9 0 5],6 9 0 5,1,1.0 +0125,0125,12,num,c3_set_union,54.0,[1 7 5 0],1 7 5 0,1,1.0 +0125,0125,12,num,c3_set_union,55.0,[7 2 5 8],7 2 5 8,1,1.0 +0125,0125,12,num,c3_set_union,56.0,[8 3 2 5],8 3 2 5,1,1.0 +0125,0125,12,num,c3_set_union,57.0,[0 5 2 6],0 5 2 6,1,1.0 +0125,0125,12,num,c3_set_union,58.0,[7 4 5 0],7 4 5 0,1,1.0 +0125,0125,12,num,c3_set_union,59.0,[7 8 5 6],7 8 5 6,1,1.0 +0125,0125,12,num,c3_set_union,60.0,[2 1 5 9],2 1 5 9,1,1.0 +0125,0125,12,num,c3_set_union,61.0,[0 5 2 4],0 2 5 4,1,1.0 +0125,0125,12,num,c3_set_union,62.0,[9 0 5 3],9 0 5 3,1,1.0 +0125,0125,12,num,c3_set_union,63.0,[6 7 5 3],6 7 5 3,1,1.0 +0125,0125,12,num,c3_set_union,64.0,[1 3 9 6],1 3 9 6,1,1.0 +0125,0125,12,num,c3_set_union,65.0,[8 1 7 0],8 1 7 0,1,1.0 +0125,0125,12,num,c3_set_union,66.0,[5 1 9 7],5 1 9 7],1,1.0 +0125,0125,12,num,c3_set_union,67.0,[4 9 2 0],4 9 2 0,1,1.0 +0125,0125,12,num,c3_set_union,68.0,[5 0 8 9],5 0 8 9,1,1.0 +0125,0125,12,num,c3_set_union,69.0,[8 1 9 5],8 1 9 5,1,1.0 +0125,0125,12,num,c3_set_union,70.0,[7 4 6 2],7 4 6 2,1,1.0 +0125,0125,12,num,c3_set_union,71.0,[8 6 1 5],8 6 1 5,1,1.0 +0125,0125,12,num,c3_set_union,72.0,[4 3 8 0],4 3 8 0,1,1.0 +0125,0125,12,num,c3_set_union,73.0,[5 1 9 4],5 1 9 4,1,1.0 +0125,0125,12,num,c3_set_union,74.0,[2 3 7 8],2 3 7 8,1,1.0 +0125,0125,12,num,c3_set_union,75.0,[9 8 5 2],9 8 5 2,1,1.0 +0125,0125,12,num,c3_set_union,76.0,[0 7 8 9],0 7 8 9,1,1.0 +0125,0125,12,num,c3_set_union,77.0,[8 6 3 0],8 6 3 0,1,1.0 +0125,0125,12,num,c3_set_union,78.0,[1 3 6 7],1 3 6 7,1,1.0 +0125,0125,12,num,c3_set_union,79.0,[4 9 2 5],4 9 2 5,1,1.0 +0125,0125,12,num,c3_set_union,80.0,[4 8 1 9],4 1 8 9,1,1.0 +0125,0125,12,num,c3_set_union,81.0,[3 1 2 7],3 1 2 7,1,1.0 +0125,0125,12,num,c3_set_union,82.0,[8 0 1 5],8 0 1 5,1,1.0 +0125,0125,12,num,c3_set_union,83.0,[7 4 9 2],7 4 9 2,1,1.0 +0125,0125,12,num,c3_set_union,84.0,[3 8 5 1],3 8 5 1,1,1.0 +0125,0125,12,num,c3_set_union,85.0,[3 9 4 8],3 9 4 8,1,1.0 +0125,0125,12,num,c3_set_union,86.0,[2 3 0 8],2 3 0 8,1,1.0 +0125,0125,12,num,c3_set_union,87.0,[4 3 2 6],4 3 2 6,1,1.0 +0125,0125,12,num,c3_set_union,88.0,[0 3 1 4],0 3 1 4,1,1.0 +0125,0125,12,num,c3_set_union,89.0,[3 4 7 9],3 4 7 9,1,1.0 +0125,0125,12,num,c3_set_union,90.0,[5 7 2 4],5 7 2 4,1,1.0 +0125,0125,12,num,c3_set_union,91.0,[1 9 0 4],1 9 0 4,1,1.0 +0125,0125,12,num,c3_set_union,92.0,[3 5 1 0],3 5 1 0,1,1.0 +0125,0125,12,num,c3_set_union,93.0,[8 4 1 7],8 4 1 7,1,1.0 +0125,0125,12,num,c3_set_union,94.0,[8 5 9 7],8 5 9 7,1,1.0 +0125,0125,12,num,c3_set_union,95.0,[4 9 5 0],4 9 5 0,1,1.0 +0125,0125,12,num,c3_set_union,96.0,[6 0 2 8],6 0 2 8,1,1.0 +0125,0125,12,num,c3_set_union,97.0,[1 0 3 2],1 0 3 2,1,1.0 +0125,0125,12,num,c3_set_union,98.0,[8 9 2 3],8 9 2 3,1,1.0 +0125,0125,12,num,c3_set_union,99.0,[3 4 5 2],3 4 5 2,1,1.0 +0125,0125,12,num,c1_set_union,0.0,[4],4,1,1.0 +0125,0125,12,num,c1_set_union,1.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union,2.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union,3.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union,4.0,[7],7],1,1.0 +0125,0125,12,num,c1_set_union,5.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union,6.0,[5],5],1,1.0 +0125,0125,12,num,c1_set_union,7.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union,8.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union,9.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union,10.0,[8],8],1,1.0 +0125,0125,12,num,c1_set_union,11.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,12.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union,13.0,[5],5],1,1.0 +0125,0125,12,num,c1_set_union,14.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,15.0,[5],5,1,1.0 +0125,0125,12,num,c1_set_union,16.0,[8],8],1,1.0 +0125,0125,12,num,c1_set_union,17.0,[7],7],1,1.0 +0125,0125,12,num,c1_set_union,18.0,[8],8,1,1.0 +0125,0125,12,num,c1_set_union,19.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union,20.0,[8],8,1,1.0 +0125,0125,12,num,c1_set_union,21.0,[6],6,1,1.0 +0125,0125,12,num,c1_set_union,22.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union,23.0,[8],8],1,1.0 +0125,0125,12,num,c1_set_union,24.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union,25.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union,26.0,[5],5],1,1.0 +0125,0125,12,num,c1_set_union,27.0,[7],7,1,1.0 +0125,0125,12,num,c1_set_union,28.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union,29.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union,30.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union,31.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union,32.0,[1],1],1,1.0 +0125,0125,12,num,c1_set_union,33.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union,34.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union,35.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union,36.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union,37.0,[4],4,1,1.0 +0125,0125,12,num,c1_set_union,38.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union,39.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union,40.0,[7],7],1,1.0 +0125,0125,12,num,c1_set_union,41.0,[8],8,1,1.0 +0125,0125,12,num,c1_set_union,42.0,[1],1],1,1.0 +0125,0125,12,num,c1_set_union,43.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union,44.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union,45.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union,46.0,[2],2,1,1.0 +0125,0125,12,num,c1_set_union,47.0,[7],7],1,1.0 +0125,0125,12,num,c1_set_union,48.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union,49.0,[7],7,1,1.0 +0125,0125,12,num,c1_set_union,50.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union,51.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union,52.0,[3],3,1,1.0 +0125,0125,12,num,c1_set_union,53.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union,54.0,[5],5,1,1.0 +0125,0125,12,num,c1_set_union,55.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union,56.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,57.0,[5],5],1,1.0 +0125,0125,12,num,c1_set_union,58.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union,59.0,[1],1],1,1.0 +0125,0125,12,num,c1_set_union,60.0,[7],7],1,1.0 +0125,0125,12,num,c1_set_union,61.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union,62.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union,63.0,[8],8],1,1.0 +0125,0125,12,num,c1_set_union,64.0,[1],1],1,1.0 +0125,0125,12,num,c1_set_union,65.0,[7],7,1,1.0 +0125,0125,12,num,c1_set_union,66.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union,67.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union,68.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union,69.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union,70.0,[0],0],1,1.0 +0125,0125,12,num,c1_set_union,71.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,72.0,[5],5],1,1.0 +0125,0125,12,num,c1_set_union,73.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,74.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union,75.0,[7],7],1,1.0 +0125,0125,12,num,c1_set_union,76.0,[5],5],1,1.0 +0125,0125,12,num,c1_set_union,77.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union,78.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,79.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union,80.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union,81.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union,82.0,[4],4,1,1.0 +0125,0125,12,num,c1_set_union,83.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,84.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union,85.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union,86.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,87.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union,88.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,89.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,90.0,[1],1],1,1.0 +0125,0125,12,num,c1_set_union,91.0,[7],7],1,1.0 +0125,0125,12,num,c1_set_union,92.0,[7],7],1,1.0 +0125,0125,12,num,c1_set_union,93.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union,94.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union,95.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union,96.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union,97.0,[1],1],1,1.0 +0125,0125,12,num,c1_set_union,98.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union,99.0,[6],6],1,1.0 +0125,0125,12,num,c2_set_union,0.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union,1.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,2.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,3.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,4.0,[3],3],1,1.0 +0125,0125,12,num,c2_set_union,5.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,6.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,7.0,[7],7],1,1.0 +0125,0125,12,num,c2_set_union,8.0,[7],7,1,1.0 +0125,0125,12,num,c2_set_union,9.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union,10.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,11.0,[0],0,1,1.0 +0125,0125,12,num,c2_set_union,12.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union,13.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,14.0,[0],0,1,1.0 +0125,0125,12,num,c2_set_union,15.0,[0],0,1,1.0 +0125,0125,12,num,c2_set_union,16.0,[7],7,1,1.0 +0125,0125,12,num,c2_set_union,17.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union,18.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union,19.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,20.0,[7],7,1,1.0 +0125,0125,12,num,c2_set_union,21.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,22.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,23.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,24.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union,25.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,26.0,[7],7,1,1.0 +0125,0125,12,num,c2_set_union,27.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,28.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union,29.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,30.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union,31.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,32.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,33.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,34.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,35.0,[7],7,1,1.0 +0125,0125,12,num,c2_set_union,36.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union,37.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,38.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,39.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union,40.0,[5],5],1,1.0 +0125,0125,12,num,c2_set_union,41.0,[7],7],1,1.0 +0125,0125,12,num,c2_set_union,42.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,43.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union,44.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,45.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union,46.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union,47.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,48.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union,49.0,[3],3],1,1.0 +0125,0125,12,num,c2_set_union,50.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,51.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union,52.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,53.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,54.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union,55.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,56.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union,57.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union,58.0,[7],7,1,1.0 +0125,0125,12,num,c2_set_union,59.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union,60.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union,61.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,62.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,63.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union,64.0,[7],7,1,1.0 +0125,0125,12,num,c2_set_union,65.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,66.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,67.0,[5],5],1,1.0 +0125,0125,12,num,c2_set_union,68.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,69.0,[0],0,1,1.0 +0125,0125,12,num,c2_set_union,70.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union,71.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,72.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union,73.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,74.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union,75.0,[2],2],1,1.0 +0125,0125,12,num,c2_set_union,76.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,77.0,[2],2],1,1.0 +0125,0125,12,num,c2_set_union,78.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,79.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,80.0,[5],5],1,1.0 +0125,0125,12,num,c2_set_union,81.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,82.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union,83.0,[0],0,1,1.0 +0125,0125,12,num,c2_set_union,84.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union,85.0,[2],2],1,1.0 +0125,0125,12,num,c2_set_union,86.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union,87.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union,88.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union,89.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union,90.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union,91.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union,92.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union,93.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union,94.0,[0],0,1,1.0 +0125,0125,12,num,c2_set_union,95.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union,96.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union,97.0,[1],1],1,1.0 +0125,0125,12,num,c2_set_union,98.0,[5],5],1,1.0 +0125,0125,12,num,c2_set_union,99.0,[4],4,1,1.0 +0125,0125,12,num,AND,0.0,[4],4],1,1.0 +0125,0125,12,num,AND,1.0,[1],1,1,1.0 +0125,0125,12,num,AND,2.0,[5],5,1,1.0 +0125,0125,12,num,AND,3.0,[5],5],1,1.0 +0125,0125,12,num,AND,4.0,[2],1,0,1.0 +0125,0125,12,num,AND,5.0,[0],0,1,1.0 +0125,0125,12,num,AND,6.0,[0],0,1,1.0 +0125,0125,12,num,AND,7.0,[9],9],1,1.0 +0125,0125,12,num,AND,8.0,[7],7,1,1.0 +0125,0125,12,num,AND,9.0,[6],6,1,1.0 +0125,0125,12,num,AND,10.0,[8],8,1,1.0 +0125,0125,12,num,AND,11.0,[2],6,0,1.0 +0125,0125,12,num,AND,12.0,[2],2],1,1.0 +0125,0125,12,num,AND,13.0,[5],5],1,1.0 +0125,0125,12,num,AND,14.0,[9],9],1,1.0 +0125,0125,12,num,AND,15.0,[0],0,1,1.0 +0125,0125,12,num,AND,16.0,[8],8,1,1.0 +0125,0125,12,num,AND,17.0,[7],7],1,1.0 +0125,0125,12,num,AND,18.0,[4],4,1,1.0 +0125,0125,12,num,AND,19.0,[7],7],1,1.0 +0125,0125,12,num,AND,20.0,[8],8,1,1.0 +0125,0125,12,num,AND,21.0,[0],0],1,1.0 +0125,0125,12,num,AND,22.0,[7],7,1,1.0 +0125,0125,12,num,AND,23.0,[2],2],1,1.0 +0125,0125,12,num,AND,24.0,[1],1],1,1.0 +0125,0125,12,num,AND,25.0,[6],6,1,1.0 +0125,0125,12,num,AND,26.0,[4],4],1,1.0 +0125,0125,12,num,AND,27.0,[5],5,1,1.0 +0125,0125,12,num,AND,28.0,[1],1],1,1.0 +0125,0125,12,num,AND,29.0,[1],1,1,1.0 +0125,0125,12,num,AND,30.0,[8],8,1,1.0 +0125,0125,12,num,AND,31.0,[7],7],1,1.0 +0125,0125,12,num,AND,32.0,[6],6],1,1.0 +0125,0125,12,num,AND,33.0,[2],7,0,1.0 +0125,0125,12,num,AND,34.0,[1],1],1,1.0 +0125,0125,12,num,AND,35.0,[9],9],1,1.0 +0125,0125,12,num,AND,36.0,[1],1],1,1.0 +0125,0125,12,num,AND,37.0,[1],1,1,1.0 +0125,0125,12,num,AND,38.0,[9],9],1,1.0 +0125,0125,12,num,AND,39.0,[2],2],1,1.0 +0125,0125,12,num,AND,40.0,[1],1,1,1.0 +0125,0125,12,num,AND,41.0,[5],5],1,1.0 +0125,0125,12,num,AND,42.0,[0],0,1,1.0 +0125,0125,12,num,AND,43.0,[5],5],1,1.0 +0125,0125,12,num,AND,44.0,[1],1,1,1.0 +0125,0125,12,num,AND,45.0,[2],2,1,1.0 +0125,0125,12,num,AND,46.0,[2],2],1,1.0 +0125,0125,12,num,AND,47.0,[3],0,0,1.0 +0125,0125,12,num,AND,48.0,[0],0,1,1.0 +0125,0125,12,num,AND,49.0,[4],4],1,1.0 +0125,0125,12,num,AND,50.0,[5],5,1,1.0 +0125,0125,12,num,AND,51.0,[0],3,0,1.0 +0125,0125,12,num,AND,52.0,[8],8,1,1.0 +0125,0125,12,num,AND,53.0,[1],7,0,1.0 +0125,0125,12,num,AND,54.0,[7],7],1,1.0 +0125,0125,12,num,AND,55.0,[1],1,1,1.0 +0125,0125,12,num,AND,56.0,[8],8,1,1.0 +0125,0125,12,num,AND,57.0,[6],6,1,1.0 +0125,0125,12,num,AND,58.0,[2],2],1,1.0 +0125,0125,12,num,AND,59.0,[1],1,1,1.0 +0125,0125,12,num,AND,60.0,[5],5],1,1.0 +0125,0125,12,num,AND,61.0,[5],5],1,1.0 +0125,0125,12,num,AND,62.0,[4],4,1,1.0 +0125,0125,12,num,AND,63.0,[7],7,1,1.0 +0125,0125,12,num,AND,64.0,[6],6,1,1.0 +0125,0125,12,num,AND,65.0,[7],7,1,1.0 +0125,0125,12,num,AND,66.0,[9],9],1,1.0 +0125,0125,12,num,AND,67.0,[7],7],1,1.0 +0125,0125,12,num,AND,68.0,[5],5],1,1.0 +0125,0125,12,num,AND,69.0,[5],5,1,1.0 +0125,0125,12,num,AND,70.0,[3],2,0,1.0 +0125,0125,12,num,AND,71.0,[9],9,1,1.0 +0125,0125,12,num,AND,72.0,[1],0,0,1.0 +0125,0125,12,num,AND,73.0,[6],6,1,1.0 +0125,0125,12,num,AND,74.0,[2],2,1,1.0 +0125,0125,12,num,AND,75.0,[7],7,1,1.0 +0125,0125,12,num,AND,76.0,[1],1],1,1.0 +0125,0125,12,num,AND,77.0,[3],3],1,1.0 +0125,0125,12,num,AND,78.0,[6],6,1,1.0 +0125,0125,12,num,AND,79.0,[7],7],1,1.0 +0125,0125,12,num,AND,80.0,[3],3],1,1.0 +0125,0125,12,num,AND,81.0,[3],3],1,1.0 +0125,0125,12,num,AND,82.0,[0],0],1,1.0 +0125,0125,12,num,AND,83.0,[4],0,0,1.0 +0125,0125,12,num,AND,84.0,[7],7,1,1.0 +0125,0125,12,num,AND,85.0,[1],1,1,1.0 +0125,0125,12,num,AND,86.0,[4],4],1,1.0 +0125,0125,12,num,AND,87.0,[2],6,0,1.0 +0125,0125,12,num,AND,88.0,[1],5],0,1.0 +0125,0125,12,num,AND,89.0,[2],2],1,1.0 +0125,0125,12,num,AND,90.0,[9],9],1,1.0 +0125,0125,12,num,AND,91.0,[5],5,1,1.0 +0125,0125,12,num,AND,92.0,[9],9],1,1.0 +0125,0125,12,num,AND,93.0,[3],3],1,1.0 +0125,0125,12,num,AND,94.0,[6],6],1,1.0 +0125,0125,12,num,AND,95.0,[3],3],1,1.0 +0125,0125,12,num,AND,96.0,[6],6,1,1.0 +0125,0125,12,num,AND,97.0,[1],2,0,1.0 +0125,0125,12,num,AND,98.0,[2],4],0,1.0 +0125,0125,12,num,AND,99.0,[3],6],0,1.0 +0125,0125,12,num,XOR,0.0,[4 3],4 3,1,1.0 +0125,0125,12,num,XOR,1.0,[9 8],9 8,1,1.0 +0125,0125,12,num,XOR,2.0,[3 4],3 1,0,1.0 +0125,0125,12,num,XOR,3.0,[9 8],8 1,0,1.0 +0125,0125,12,num,XOR,4.0,[9 3],3 9,1,1.0 +0125,0125,12,num,XOR,5.0,[9 7],7 9,1,1.0 +0125,0125,12,num,XOR,6.0,[3 2],2 5,0,1.0 +0125,0125,12,num,XOR,7.0,[7 3],7 3,1,1.0 +0125,0125,12,num,XOR,8.0,[0 9],0 9,1,1.0 +0125,0125,12,num,XOR,9.0,[4 2],4 2,1,1.0 +0125,0125,12,num,XOR,10.0,[5 8],5 8,1,1.0 +0125,0125,12,num,XOR,11.0,[0 2],2 0,1,1.0 +0125,0125,12,num,XOR,12.0,[3 6],6 3,1,1.0 +0125,0125,12,num,XOR,13.0,[6 8],8 6,1,1.0 +0125,0125,12,num,XOR,14.0,[6 7],7 9,0,1.0 +0125,0125,12,num,XOR,15.0,[8 0],8 0,1,1.0 +0125,0125,12,num,XOR,16.0,[8 4],8 4,1,1.0 +0125,0125,12,num,XOR,17.0,[4 0],0 3,0,1.0 +0125,0125,12,num,XOR,18.0,[1 0],0 4,0,1.0 +0125,0125,12,num,XOR,19.0,[7 4],7 4,1,1.0 +0125,0125,12,num,XOR,20.0,[0 5],5 0,1,1.0 +0125,0125,12,num,XOR,21.0,[3 4],1 2,0,1.0 +0125,0125,12,num,XOR,22.0,[6 9],6 9,1,1.0 +0125,0125,12,num,XOR,23.0,[0 1],0 1,1,1.0 +0125,0125,12,num,XOR,24.0,[7 0],0 0,0,1.0 +0125,0125,12,num,XOR,25.0,[2 5],5 2,1,1.0 +0125,0125,12,num,XOR,26.0,[5 9],9 3,0,1.0 +0125,0125,12,num,XOR,27.0,[1 7],7 1,1,1.0 +0125,0125,12,num,XOR,28.0,[9 0],0 9,1,1.0 +0125,0125,12,num,XOR,29.0,[1 5],5 1,1,1.0 +0125,0125,12,num,XOR,30.0,[6 2],2 5,0,1.0 +0125,0125,12,num,XOR,31.0,[4 9],9 4,1,1.0 +0125,0125,12,num,XOR,32.0,[6 9],9 6,1,1.0 +0125,0125,12,num,XOR,33.0,[4 8],4 8,1,1.0 +0125,0125,12,num,XOR,34.0,[2 5],4 1,0,1.0 +0125,0125,12,num,XOR,35.0,[8 6],6 4,0,1.0 +0125,0125,12,num,XOR,36.0,[2 7],5 2,0,1.0 +0125,0125,12,num,XOR,37.0,[8 3],8 3,1,1.0 +0125,0125,12,num,XOR,38.0,[1 4],4 1,1,1.0 +0125,0125,12,num,XOR,39.0,[4 6],4 6,1,1.0 +0125,0125,12,num,XOR,40.0,[2 8],4 2,0,1.0 +0125,0125,12,num,XOR,41.0,[5 3],3 9,0,1.0 +0125,0125,12,num,XOR,42.0,[7 0],0 7,1,1.0 +0125,0125,12,num,XOR,43.0,[6 1],1 3,0,1.0 +0125,0125,12,num,XOR,44.0,[9 0],9 0,1,1.0 +0125,0125,12,num,XOR,45.0,[1 3],1 3,1,1.0 +0125,0125,12,num,XOR,46.0,[8 0],0 8,1,1.0 +0125,0125,12,num,XOR,47.0,[0 8],6 7,0,1.0 +0125,0125,12,num,XOR,48.0,[6 1],1 2,0,1.0 +0125,0125,12,num,XOR,49.0,[5 0],0 5,1,1.0 +0125,0125,12,num,XOR,50.0,[7 6],6 7,1,1.0 +0125,0125,12,num,XOR,51.0,[1 6],6 1,1,1.0 +0125,0125,12,num,XOR,52.0,[7 8],7 8,1,1.0 +0125,0125,12,num,XOR,53.0,[4 0],0 4,1,1.0 +0125,0125,12,num,XOR,54.0,[0 2],2 0,1,1.0 +0125,0125,12,num,XOR,55.0,[2 9],9 4,0,1.0 +0125,0125,12,num,XOR,56.0,[7 1],7 1,1,1.0 +0125,0125,12,num,XOR,57.0,[6 0],0 6,1,1.0 +0125,0125,12,num,XOR,58.0,[9 8],8 0,0,1.0 +0125,0125,12,num,XOR,59.0,[2 6],6 2,1,1.0 +0125,0125,12,num,XOR,60.0,[5 0],3 0],0,1.0 +0125,0125,12,num,XOR,61.0,[3 2],3 2,1,1.0 +0125,0125,12,num,XOR,62.0,[3 0],0 3,1,1.0 +0125,0125,12,num,XOR,63.0,[9 1],1 9,1,1.0 +0125,0125,12,num,XOR,64.0,[4 1],4 1,1,1.0 +0125,0125,12,num,XOR,65.0,[2 1],1 2,1,1.0 +0125,0125,12,num,XOR,66.0,[6 9],9 1,0,1.0 +0125,0125,12,num,XOR,67.0,[7 2],2 3,0,1.0 +0125,0125,12,num,XOR,68.0,[5 7],7 9,0,1.0 +0125,0125,12,num,XOR,69.0,[2 7],7 5,0,1.0 +0125,0125,12,num,XOR,70.0,[6 4],6 4,1,1.0 +0125,0125,12,num,XOR,71.0,[5 0],0 5,1,1.0 +0125,0125,12,num,XOR,72.0,[2 9],64,0,1.0 +0125,0125,12,num,XOR,73.0,[3 1],1 3,1,1.0 +0125,0125,12,num,XOR,74.0,[1 0],0 1,1,1.0 +0125,0125,12,num,XOR,75.0,[2 0],2 0,1,1.0 +0125,0125,12,num,XOR,76.0,[0 1],0 1,1,1.0 +0125,0125,12,num,XOR,77.0,[3 6],6 4,0,1.0 +0125,0125,12,num,XOR,78.0,[9 6],6 9,1,1.0 +0125,0125,12,num,XOR,79.0,[0 5],0 5,1,1.0 +0125,0125,12,num,XOR,80.0,[3 9],9 3,1,1.0 +0125,0125,12,num,XOR,81.0,[6 0],0 3,0,1.0 +0125,0125,12,num,XOR,82.0,[5 9],9 4,0,1.0 +0125,0125,12,num,XOR,83.0,[7 2],7 2,1,1.0 +0125,0125,12,num,XOR,84.0,[2 1],1 7,0,1.0 +0125,0125,12,num,XOR,85.0,[4 9],9 4,1,1.0 +0125,0125,12,num,XOR,86.0,[9 4],4 9,1,1.0 +0125,0125,12,num,XOR,87.0,[0 8],8 4,0,1.0 +0125,0125,12,num,XOR,88.0,[8 0],0 4,0,1.0 +0125,0125,12,num,XOR,89.0,[8 1],1 2,0,1.0 +0125,0125,12,num,XOR,90.0,[2 6],6 8,0,1.0 +0125,0125,12,num,XOR,91.0,[5 0],0 5,1,1.0 +0125,0125,12,num,XOR,92.0,[2 7],2 7,1,1.0 +0125,0125,12,num,XOR,93.0,[5 0],0 5,1,1.0 +0125,0125,12,num,XOR,94.0,[8 6],2 8,0,1.0 +0125,0125,12,num,XOR,95.0,[5 7],7 5,1,1.0 +0125,0125,12,num,XOR,96.0,[8 1],1 8,1,1.0 +0125,0125,12,num,XOR,97.0,[1 4],4 1,1,1.0 +0125,0125,12,num,XOR,98.0,[3 7],7 3,1,1.0 +0125,0125,12,num,XOR,99.0,[8 9],9 8,1,1.0 +0125,0125,12,num,c3_set_union_permuted,0.0,[2 6 5 3],3 5 6,0,1.0 +0125,0125,12,num,c3_set_union_permuted,1.0,[1 6 7 5],6 7,0,1.0 +0125,0125,12,num,c3_set_union_permuted,2.0,[2 1 4 6],1 2,0,1.0 +0125,0125,12,num,c3_set_union_permuted,3.0,[6 0 1 3],3 1 0 6,1,1.0 +0125,0125,12,num,c3_set_union_permuted,4.0,[4 3 1 7],7 3 4 1,1,1.0 +0125,0125,12,num,c3_set_union_permuted,5.0,[7 5 8 4],5 8 4 7,1,1.0 +0125,0125,12,num,c3_set_union_permuted,6.0,[4 0 8 1],8 4 0 1,1,1.0 +0125,0125,12,num,c3_set_union_permuted,7.0,[2 8 4 1],8 4 2 1,1,1.0 +0125,0125,12,num,c3_set_union_permuted,8.0,[3 0 7 6],6 7 3 0,1,1.0 +0125,0125,12,num,c3_set_union_permuted,9.0,[6 9 2 4],6 4,0,1.0 +0125,0125,12,num,c3_set_union_permuted,10.0,[6 5 9 8],6 8 5 9,1,1.0 +0125,0125,12,num,c3_set_union_permuted,11.0,[4 7 2 0],2 0,0,1.0 +0125,0125,12,num,c3_set_union_permuted,12.0,[7 1 5 3],7 1 3,0,1.0 +0125,0125,12,num,c3_set_union_permuted,13.0,[0 2 3 4],4 0 3 2,1,1.0 +0125,0125,12,num,c3_set_union_permuted,14.0,[1 0 6 9],1 0 6 9,1,1.0 +0125,0125,12,num,c3_set_union_permuted,15.0,[7 0 6 1],6 1,0,1.0 +0125,0125,12,num,c3_set_union_permuted,16.0,[5 7 2 0],0 5 2 7,1,1.0 +0125,0125,12,num,c3_set_union_permuted,17.0,[4 2 6 8],2 4 8 6,1,1.0 +0125,0125,12,num,c3_set_union_permuted,18.0,[8 4 9 7],8 4 9 7,1,1.0 +0125,0125,12,num,c3_set_union_permuted,19.0,[8 9 0 6],6 9,0,1.0 +0125,0125,12,num,c3_set_union_permuted,20.0,[3 8 1 4],1 8 4 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,21.0,[7 9 3 0],7 3 9 0,1,1.0 +0125,0125,12,num,c3_set_union_permuted,22.0,[0 5 8 7],5 7 0 8,1,1.0 +0125,0125,12,num,c3_set_union_permuted,23.0,[7 1 9 3],1 3 9 7,1,1.0 +0125,0125,12,num,c3_set_union_permuted,24.0,[1 9 3 4],1 4 9 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,25.0,[7 8 4 6],8 4,0,1.0 +0125,0125,12,num,c3_set_union_permuted,26.0,[2 3 0 9],3 9 0 2,1,1.0 +0125,0125,12,num,c3_set_union_permuted,27.0,[4 3 0 6],6 3 0 4,1,1.0 +0125,0125,12,num,c3_set_union_permuted,28.0,[5 3 7 4],7 4 5 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,29.0,[2 1 4 3],1 3 4 2,1,1.0 +0125,0125,12,num,c3_set_union_permuted,30.0,[5 8 2 4],4 2 8 5,1,1.0 +0125,0125,12,num,c3_set_union_permuted,31.0,[5 6 9 3],6 9 5 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,32.0,[5 7 3 9],5 9 7 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,33.0,[7 8 3 1],7 8 3 1,1,1.0 +0125,0125,12,num,c3_set_union_permuted,34.0,[0 2 1 8],0 1 8 2,1,1.0 +0125,0125,12,num,c3_set_union_permuted,35.0,[1 3 0 7],0 3 7 1,1,1.0 +0125,0125,12,num,c3_set_union_permuted,36.0,[6 9 5 7],7 6 5 9,1,1.0 +0125,0125,12,num,c3_set_union_permuted,37.0,[6 5 4 3],4 3 5 6],1,1.0 +0125,0125,12,num,c3_set_union_permuted,38.0,[8 5 6 3],6 5 3 8,1,1.0 +0125,0125,12,num,c3_set_union_permuted,39.0,[8 9 0 1],8 0 9,0,1.0 +0125,0125,12,num,c3_set_union_permuted,40.0,[3 0 9 6],0 3 6 9],1,1.0 +0125,0125,12,num,c3_set_union_permuted,41.0,[0 3 5 8],0 8 3 5,1,1.0 +0125,0125,12,num,c3_set_union_permuted,42.0,[6 3 7 9],9 7,0,1.0 +0125,0125,12,num,c3_set_union_permuted,43.0,[6 8 3 9],3 8 6 9,1,1.0 +0125,0125,12,num,c3_set_union_permuted,44.0,[7 2 5 9],7 9 2 5,1,1.0 +0125,0125,12,num,c3_set_union_permuted,45.0,[5 3 4 1],3 5 4 1,1,1.0 +0125,0125,12,num,c3_set_union_permuted,46.0,[0 4 6 7],0 6 7 4,1,1.0 +0125,0125,12,num,c3_set_union_permuted,47.0,[8 3 0 7],8 7 0 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,48.0,[8 1 3 6],8 6,0,1.0 +0125,0125,12,num,c3_set_union_permuted,49.0,[2 1 0 7],7 0 2 1,1,1.0 +0125,0125,12,num,c3_set_union_permuted,50.0,[8 0 2 7],0 2 7 8,1,1.0 +0125,0125,12,num,c3_set_union_permuted,51.0,[1 8 0 3],3 0 8 1,1,1.0 +0125,0125,12,num,c3_set_union_permuted,52.0,[5 1 6 0],0 1 5 6,1,1.0 +0125,0125,12,num,c3_set_union_permuted,53.0,[4 9 7 6],7 4 6 9,1,1.0 +0125,0125,12,num,c3_set_union_permuted,54.0,[6 5 2 9],5 6 9 2,1,1.0 +0125,0125,12,num,c3_set_union_permuted,55.0,[5 7 4 6],6 7 5 4,1,1.0 +0125,0125,12,num,c3_set_union_permuted,56.0,[6 9 4 3],6 9 4 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,57.0,[6 8 0 7],8 7 0 6,1,1.0 +0125,0125,12,num,c3_set_union_permuted,58.0,[4 9 7 1],9 4 1 7,1,1.0 +0125,0125,12,num,c3_set_union_permuted,59.0,[1 0 7 4],0 7 1 4,1,1.0 +0125,0125,12,num,c3_set_union_permuted,60.0,[9 4 2 1],1 9 2 4,1,1.0 +0125,0125,12,num,c3_set_union_permuted,61.0,[7 6 2 9],2 7 9 6,1,1.0 +0125,0125,12,num,c3_set_union_permuted,62.0,[6 2 9 8],2 6 8 9,1,1.0 +0125,0125,12,num,c3_set_union_permuted,63.0,[9 4 6 0],9 6 4 0,1,1.0 +0125,0125,12,num,c3_set_union_permuted,64.0,[3 2 9 4],3 2 4,0,1.0 +0125,0125,12,num,c3_set_union_permuted,65.0,[2 9 0 7],7 0 9 2,1,1.0 +0125,0125,12,num,c3_set_union_permuted,66.0,[7 5 2 6],5 7 6 2,1,1.0 +0125,0125,12,num,c3_set_union_permuted,67.0,[3 4 0 7],0 7 4 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,68.0,[6 2 1 5],5 6,0,1.0 +0125,0125,12,num,c3_set_union_permuted,69.0,[5 1 3 9],9 5 1 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,70.0,[6 3 1 2],2 6 1 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,71.0,[8 9 0 3],8 0 3 9,1,1.0 +0125,0125,12,num,c3_set_union_permuted,72.0,[8 2 5 0],2 5 8 0,1,1.0 +0125,0125,12,num,c3_set_union_permuted,73.0,[3 6 1 4],6 3 4 1,1,1.0 +0125,0125,12,num,c3_set_union_permuted,74.0,[9 6 0 2],9 6 0 2,1,1.0 +0125,0125,12,num,c3_set_union_permuted,75.0,[5 9 4 7],7 5 4 9,1,1.0 +0125,0125,12,num,c3_set_union_permuted,76.0,[1 7 4 2],4 2 7 1],1,1.0 +0125,0125,12,num,c3_set_union_permuted,77.0,[3 5 2 1],2 1 3 5,1,1.0 +0125,0125,12,num,c3_set_union_permuted,78.0,[1 5 4 8],1 4 5 8,1,1.0 +0125,0125,12,num,c3_set_union_permuted,79.0,[2 1 5 8],5 8 1 2,1,1.0 +0125,0125,12,num,c3_set_union_permuted,80.0,[4 3 9 5],5 4 9 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,81.0,[2 1 9 0],2 1,0,1.0 +0125,0125,12,num,c3_set_union_permuted,82.0,[0 1 5 9],5 0 9 1],1,1.0 +0125,0125,12,num,c3_set_union_permuted,83.0,[0 2 8 9],9 2 0 8,1,1.0 +0125,0125,12,num,c3_set_union_permuted,84.0,[1 0 5 4],5 0 1 4,1,1.0 +0125,0125,12,num,c3_set_union_permuted,85.0,[5 3 4 0],4 3 5 0,1,1.0 +0125,0125,12,num,c3_set_union_permuted,86.0,[0 2 8 4],24 80,1,1.0 +0125,0125,12,num,c3_set_union_permuted,87.0,[3 6 5 0],6 5 3 0,1,1.0 +0125,0125,12,num,c3_set_union_permuted,88.0,[2 4 3 7],3 7 2 4,1,1.0 +0125,0125,12,num,c3_set_union_permuted,89.0,[0 6 8 5],5 8 0 6,1,1.0 +0125,0125,12,num,c3_set_union_permuted,90.0,[3 8 1 9],3 8 9 1,1,1.0 +0125,0125,12,num,c3_set_union_permuted,91.0,[8 2 7 1],1 7 2 8,1,1.0 +0125,0125,12,num,c3_set_union_permuted,92.0,[7 6 4 3],4 7 3 6,1,1.0 +0125,0125,12,num,c3_set_union_permuted,93.0,[7 0 2 6],0 2 7 6,1,1.0 +0125,0125,12,num,c3_set_union_permuted,94.0,[8 3 5 4],8 5 4 3,1,1.0 +0125,0125,12,num,c3_set_union_permuted,95.0,[1 6 7 4],4 1 7 6,1,1.0 +0125,0125,12,num,c3_set_union_permuted,96.0,[8 6 7 1],7 8,0,1.0 +0125,0125,12,num,c3_set_union_permuted,97.0,[5 6 7 0],0 5 6 7],1,1.0 +0125,0125,12,num,c3_set_union_permuted,98.0,[3 6 2 7],6 3 7 2,1,1.0 +0125,0125,12,num,c3_set_union_permuted,99.0,[3 5 2 7],2 3 5 7],1,1.0 +0125,0125,12,num,c2_set_union_permuted,0.0,[5],1 5],0,1.0 +0125,0125,12,num,c2_set_union_permuted,1.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union_permuted,2.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union_permuted,3.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union_permuted,4.0,[8],8],1,1.0 +0125,0125,12,num,c2_set_union_permuted,5.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union_permuted,6.0,[7],7,1,1.0 +0125,0125,12,num,c2_set_union_permuted,7.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union_permuted,8.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union_permuted,9.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union_permuted,10.0,[4],2 8,0,1.0 +0125,0125,12,num,c2_set_union_permuted,11.0,[0],0 1,0,1.0 +0125,0125,12,num,c2_set_union_permuted,12.0,[7],7 5,0,1.0 +0125,0125,12,num,c2_set_union_permuted,13.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union_permuted,14.0,[3],0 3,0,1.0 +0125,0125,12,num,c2_set_union_permuted,15.0,[3],3 5,0,1.0 +0125,0125,12,num,c2_set_union_permuted,16.0,[3],6 2,0,1.0 +0125,0125,12,num,c2_set_union_permuted,17.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union_permuted,18.0,[5],5 0,0,1.0 +0125,0125,12,num,c2_set_union_permuted,19.0,[2],2 3,0,1.0 +0125,0125,12,num,c2_set_union_permuted,20.0,[5],7 5 1,0,1.0 +0125,0125,12,num,c2_set_union_permuted,21.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union_permuted,22.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union_permuted,23.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union_permuted,24.0,[3],5 3,0,1.0 +0125,0125,12,num,c2_set_union_permuted,25.0,[0],0,1,1.0 +0125,0125,12,num,c2_set_union_permuted,26.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union_permuted,27.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union_permuted,28.0,[0],0 5,0,1.0 +0125,0125,12,num,c2_set_union_permuted,29.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union_permuted,30.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union_permuted,31.0,[0],0,1,1.0 +0125,0125,12,num,c2_set_union_permuted,32.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union_permuted,33.0,[4],3 4 3,0,1.0 +0125,0125,12,num,c2_set_union_permuted,34.0,[8],1 8,0,1.0 +0125,0125,12,num,c2_set_union_permuted,35.0,[4],4 1],0,1.0 +0125,0125,12,num,c2_set_union_permuted,36.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union_permuted,37.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union_permuted,38.0,[9],9 4,0,1.0 +0125,0125,12,num,c2_set_union_permuted,39.0,[9],0 9 7,0,1.0 +0125,0125,12,num,c2_set_union_permuted,40.0,[1],4 7,0,1.0 +0125,0125,12,num,c2_set_union_permuted,41.0,[4],9 4,0,1.0 +0125,0125,12,num,c2_set_union_permuted,42.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union_permuted,43.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union_permuted,44.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union_permuted,45.0,[3],3 9,0,1.0 +0125,0125,12,num,c2_set_union_permuted,46.0,[9],1],0,1.0 +0125,0125,12,num,c2_set_union_permuted,47.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union_permuted,48.0,[8],8 1,0,1.0 +0125,0125,12,num,c2_set_union_permuted,49.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union_permuted,50.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union_permuted,51.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union_permuted,52.0,[4],4 1,0,1.0 +0125,0125,12,num,c2_set_union_permuted,53.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union_permuted,54.0,[0],0,1,1.0 +0125,0125,12,num,c2_set_union_permuted,55.0,[7],7],1,1.0 +0125,0125,12,num,c2_set_union_permuted,56.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union_permuted,57.0,[7],7 9,0,1.0 +0125,0125,12,num,c2_set_union_permuted,58.0,[2],2],1,1.0 +0125,0125,12,num,c2_set_union_permuted,59.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union_permuted,60.0,[7],7 2,0,1.0 +0125,0125,12,num,c2_set_union_permuted,61.0,[0],0 2,0,1.0 +0125,0125,12,num,c2_set_union_permuted,62.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union_permuted,63.0,[7],7,1,1.0 +0125,0125,12,num,c2_set_union_permuted,64.0,[2],7 2],0,1.0 +0125,0125,12,num,c2_set_union_permuted,65.0,[3],2 3,0,1.0 +0125,0125,12,num,c2_set_union_permuted,66.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union_permuted,67.0,[3],3],1,1.0 +0125,0125,12,num,c2_set_union_permuted,68.0,[6],6,1,1.0 +0125,0125,12,num,c2_set_union_permuted,69.0,[0],0 3,0,1.0 +0125,0125,12,num,c2_set_union_permuted,70.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union_permuted,71.0,[6],5 6],0,1.0 +0125,0125,12,num,c2_set_union_permuted,72.0,[2],2,1,1.0 +0125,0125,12,num,c2_set_union_permuted,73.0,[7],1 7],0,1.0 +0125,0125,12,num,c2_set_union_permuted,74.0,[3],3,1,1.0 +0125,0125,12,num,c2_set_union_permuted,75.0,[0],0 6,0,1.0 +0125,0125,12,num,c2_set_union_permuted,76.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union_permuted,77.0,[9],4 0,0,1.0 +0125,0125,12,num,c2_set_union_permuted,78.0,[6],4 6,0,1.0 +0125,0125,12,num,c2_set_union_permuted,79.0,[3],3 5,0,1.0 +0125,0125,12,num,c2_set_union_permuted,80.0,[1],1,1,1.0 +0125,0125,12,num,c2_set_union_permuted,81.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union_permuted,82.0,[3],0 3 0,0,1.0 +0125,0125,12,num,c2_set_union_permuted,83.0,[7],7,1,1.0 +0125,0125,12,num,c2_set_union_permuted,84.0,[5],5,1,1.0 +0125,0125,12,num,c2_set_union_permuted,85.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union_permuted,86.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union_permuted,87.0,[3],3],1,1.0 +0125,0125,12,num,c2_set_union_permuted,88.0,[8],8 9,0,1.0 +0125,0125,12,num,c2_set_union_permuted,89.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union_permuted,90.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union_permuted,91.0,[8],8,1,1.0 +0125,0125,12,num,c2_set_union_permuted,92.0,[5],8 5,0,1.0 +0125,0125,12,num,c2_set_union_permuted,93.0,[4],4,1,1.0 +0125,0125,12,num,c2_set_union_permuted,94.0,[0],0,1,1.0 +0125,0125,12,num,c2_set_union_permuted,95.0,[6],6 9,0,1.0 +0125,0125,12,num,c2_set_union_permuted,96.0,[0],7 0,0,1.0 +0125,0125,12,num,c2_set_union_permuted,97.0,[1],5 1 0,0,1.0 +0125,0125,12,num,c2_set_union_permuted,98.0,[9],9,1,1.0 +0125,0125,12,num,c2_set_union_permuted,99.0,[3],3,1,1.0 +0125,0125,12,num,c1_set_union_permuted,0.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union_permuted,1.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union_permuted,2.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union_permuted,3.0,[3],3,1,1.0 +0125,0125,12,num,c1_set_union_permuted,4.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union_permuted,5.0,[2],2,1,1.0 +0125,0125,12,num,c1_set_union_permuted,6.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,7.0,[6],6,1,1.0 +0125,0125,12,num,c1_set_union_permuted,8.0,[3],3,1,1.0 +0125,0125,12,num,c1_set_union_permuted,9.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union_permuted,10.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union_permuted,11.0,[8],8,1,1.0 +0125,0125,12,num,c1_set_union_permuted,12.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,13.0,[8],8],1,1.0 +0125,0125,12,num,c1_set_union_permuted,14.0,[5],5],1,1.0 +0125,0125,12,num,c1_set_union_permuted,15.0,[2],2,1,1.0 +0125,0125,12,num,c1_set_union_permuted,16.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union_permuted,17.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,18.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union_permuted,19.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union_permuted,20.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union_permuted,21.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,22.0,[8],8],1,1.0 +0125,0125,12,num,c1_set_union_permuted,23.0,[6],6,1,1.0 +0125,0125,12,num,c1_set_union_permuted,24.0,[7],7,1,1.0 +0125,0125,12,num,c1_set_union_permuted,25.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,26.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union_permuted,27.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union_permuted,28.0,[1],1],1,1.0 +0125,0125,12,num,c1_set_union_permuted,29.0,[6],6,1,1.0 +0125,0125,12,num,c1_set_union_permuted,30.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union_permuted,31.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union_permuted,32.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union_permuted,33.0,[4],4,1,1.0 +0125,0125,12,num,c1_set_union_permuted,34.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union_permuted,35.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union_permuted,36.0,[5],5,1,1.0 +0125,0125,12,num,c1_set_union_permuted,37.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union_permuted,38.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union_permuted,39.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,40.0,[8],8],1,1.0 +0125,0125,12,num,c1_set_union_permuted,41.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union_permuted,42.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union_permuted,43.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,44.0,[7],7,1,1.0 +0125,0125,12,num,c1_set_union_permuted,45.0,[7],7,1,1.0 +0125,0125,12,num,c1_set_union_permuted,46.0,[2],2,1,1.0 +0125,0125,12,num,c1_set_union_permuted,47.0,[5],5],1,1.0 +0125,0125,12,num,c1_set_union_permuted,48.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union_permuted,49.0,[8],8,1,1.0 +0125,0125,12,num,c1_set_union_permuted,50.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,51.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union_permuted,52.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union_permuted,53.0,[8],8,1,1.0 +0125,0125,12,num,c1_set_union_permuted,54.0,[3],3,1,1.0 +0125,0125,12,num,c1_set_union_permuted,55.0,[6],6,1,1.0 +0125,0125,12,num,c1_set_union_permuted,56.0,[5],5,1,1.0 +0125,0125,12,num,c1_set_union_permuted,57.0,[0],0],1,1.0 +0125,0125,12,num,c1_set_union_permuted,58.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union_permuted,59.0,[3],3,1,1.0 +0125,0125,12,num,c1_set_union_permuted,60.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union_permuted,61.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union_permuted,62.0,[4],4,1,1.0 +0125,0125,12,num,c1_set_union_permuted,63.0,[6],6,1,1.0 +0125,0125,12,num,c1_set_union_permuted,64.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union_permuted,65.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union_permuted,66.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union_permuted,67.0,[3],3,1,1.0 +0125,0125,12,num,c1_set_union_permuted,68.0,[6],6,1,1.0 +0125,0125,12,num,c1_set_union_permuted,69.0,[6],6,1,1.0 +0125,0125,12,num,c1_set_union_permuted,70.0,[8],8,1,1.0 +0125,0125,12,num,c1_set_union_permuted,71.0,[5],5,1,1.0 +0125,0125,12,num,c1_set_union_permuted,72.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union_permuted,73.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union_permuted,74.0,[3],3,1,1.0 +0125,0125,12,num,c1_set_union_permuted,75.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,76.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union_permuted,77.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,78.0,[0],0],1,1.0 +0125,0125,12,num,c1_set_union_permuted,79.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union_permuted,80.0,[9],9],1,1.0 +0125,0125,12,num,c1_set_union_permuted,81.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union_permuted,82.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union_permuted,83.0,[3],3,1,1.0 +0125,0125,12,num,c1_set_union_permuted,84.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union_permuted,85.0,[8],8],1,1.0 +0125,0125,12,num,c1_set_union_permuted,86.0,[4],4],1,1.0 +0125,0125,12,num,c1_set_union_permuted,87.0,[3],3],1,1.0 +0125,0125,12,num,c1_set_union_permuted,88.0,[0],0,1,1.0 +0125,0125,12,num,c1_set_union_permuted,89.0,[6],6,1,1.0 +0125,0125,12,num,c1_set_union_permuted,90.0,[5],5],1,1.0 +0125,0125,12,num,c1_set_union_permuted,91.0,[1],1,1,1.0 +0125,0125,12,num,c1_set_union_permuted,92.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union_permuted,93.0,[5],5],1,1.0 +0125,0125,12,num,c1_set_union_permuted,94.0,[9],9,1,1.0 +0125,0125,12,num,c1_set_union_permuted,95.0,[2],2],1,1.0 +0125,0125,12,num,c1_set_union_permuted,96.0,[7],7],1,1.0 +0125,0125,12,num,c1_set_union_permuted,97.0,[4],4,1,1.0 +0125,0125,12,num,c1_set_union_permuted,98.0,[6],6],1,1.0 +0125,0125,12,num,c1_set_union_permuted,99.0,[2],2,1,1.0 +0125,0125,12,num,XOR_permuted,0.0,[4 0],0 4,1,1.0 +0125,0125,12,num,XOR_permuted,1.0,[8 4],8 4,1,1.0 +0125,0125,12,num,XOR_permuted,2.0,[1 7],7 1,1,1.0 +0125,0125,12,num,XOR_permuted,3.0,[6 0],0 6,1,1.0 +0125,0125,12,num,XOR_permuted,4.0,[3 6],3 6,1,1.0 +0125,0125,12,num,XOR_permuted,5.0,[5 6],6 5,1,1.0 +0125,0125,12,num,XOR_permuted,6.0,[3 9],7 9,0,1.0 +0125,0125,12,num,XOR_permuted,7.0,[0 8],8 0,1,1.0 +0125,0125,12,num,XOR_permuted,8.0,[1 4],2 1,0,1.0 +0125,0125,12,num,XOR_permuted,9.0,[8 3],3 8,1,1.0 +0125,0125,12,num,XOR_permuted,10.0,[9 6],6 9,1,1.0 +0125,0125,12,num,XOR_permuted,11.0,[0 7],7 0,1,1.0 +0125,0125,12,num,XOR_permuted,12.0,[0 9],0 9,1,1.0 +0125,0125,12,num,XOR_permuted,13.0,[3 6],3 6,1,1.0 +0125,0125,12,num,XOR_permuted,14.0,[1 3],1 3,1,1.0 +0125,0125,12,num,XOR_permuted,15.0,[0 7],0 3,0,1.0 +0125,0125,12,num,XOR_permuted,16.0,[7 8],8 7,1,1.0 +0125,0125,12,num,XOR_permuted,17.0,[6 2],6 2,1,1.0 +0125,0125,12,num,XOR_permuted,18.0,[7 8],4 4,0,1.0 +0125,0125,12,num,XOR_permuted,19.0,[0 9],9 0,1,1.0 +0125,0125,12,num,XOR_permuted,20.0,[0 2],0 1,0,1.0 +0125,0125,12,num,XOR_permuted,21.0,[6 5],5 6,1,1.0 +0125,0125,12,num,XOR_permuted,22.0,[0 3],1 2,0,1.0 +0125,0125,12,num,XOR_permuted,23.0,[0 9],16 4,0,1.0 +0125,0125,12,num,XOR_permuted,24.0,[8 0],0 8,1,1.0 +0125,0125,12,num,XOR_permuted,25.0,[2 8],2 1,0,1.0 +0125,0125,12,num,XOR_permuted,26.0,[3 9],9 8,0,1.0 +0125,0125,12,num,XOR_permuted,27.0,[2 9],9 2,1,1.0 +0125,0125,12,num,XOR_permuted,28.0,[3 7],7 3,1,1.0 +0125,0125,12,num,XOR_permuted,29.0,[9 0],9 0,1,1.0 +0125,0125,12,num,XOR_permuted,30.0,[2 5],2 5,1,1.0 +0125,0125,12,num,XOR_permuted,31.0,[2 6],6 2,1,1.0 +0125,0125,12,num,XOR_permuted,32.0,[0 2],2 0,1,1.0 +0125,0125,12,num,XOR_permuted,33.0,[5 7],5 7,1,1.0 +0125,0125,12,num,XOR_permuted,34.0,[3 5],3 0,0,1.0 +0125,0125,12,num,XOR_permuted,35.0,[6 0],4 4,0,1.0 +0125,0125,12,num,XOR_permuted,36.0,[6 0],0 6,1,1.0 +0125,0125,12,num,XOR_permuted,37.0,[4 5],4 5,1,1.0 +0125,0125,12,num,XOR_permuted,38.0,[8 9],8 9,1,1.0 +0125,0125,12,num,XOR_permuted,39.0,[6 7],7 6,1,1.0 +0125,0125,12,num,XOR_permuted,40.0,[9 3],3 9,1,1.0 +0125,0125,12,num,XOR_permuted,41.0,[7 6],2 1],0,1.0 +0125,0125,12,num,XOR_permuted,42.0,[8 9],8 9,1,1.0 +0125,0125,12,num,XOR_permuted,43.0,[7 0],0 7,1,1.0 +0125,0125,12,num,XOR_permuted,44.0,[2 1],3 4,0,1.0 +0125,0125,12,num,XOR_permuted,45.0,[3 5],5 3,1,1.0 +0125,0125,12,num,XOR_permuted,46.0,[2 0],2 0,1,1.0 +0125,0125,12,num,XOR_permuted,47.0,[2 0],2 0,1,1.0 +0125,0125,12,num,XOR_permuted,48.0,[0 1],1 0,1,1.0 +0125,0125,12,num,XOR_permuted,49.0,[5 1],5 1,1,1.0 +0125,0125,12,num,XOR_permuted,50.0,[6 9],9 6,1,1.0 +0125,0125,12,num,XOR_permuted,51.0,[0 1],0 1,1,1.0 +0125,0125,12,num,XOR_permuted,52.0,[9 8],3 9,0,1.0 +0125,0125,12,num,XOR_permuted,53.0,[8 2],8 1,0,1.0 +0125,0125,12,num,XOR_permuted,54.0,[1 0],0 5,0,1.0 +0125,0125,12,num,XOR_permuted,55.0,[5 9],5 9,1,1.0 +0125,0125,12,num,XOR_permuted,56.0,[0 6],0 6,1,1.0 +0125,0125,12,num,XOR_permuted,57.0,[5 4],4 1,0,1.0 +0125,0125,12,num,XOR_permuted,58.0,[7 5],5 7,1,1.0 +0125,0125,12,num,XOR_permuted,59.0,[8 2],8 2,1,1.0 +0125,0125,12,num,XOR_permuted,60.0,[9 2],9 2,1,1.0 +0125,0125,12,num,XOR_permuted,61.0,[0 1],0 1,1,1.0 +0125,0125,12,num,XOR_permuted,62.0,[0 2],2 0,1,1.0 +0125,0125,12,num,XOR_permuted,63.0,[2 0],2 0,1,1.0 +0125,0125,12,num,XOR_permuted,64.0,[2 3],2 8,0,1.0 +0125,0125,12,num,XOR_permuted,65.0,[9 6],6 9,1,1.0 +0125,0125,12,num,XOR_permuted,66.0,[9 4],4 9,1,1.0 +0125,0125,12,num,XOR_permuted,67.0,[0 4],8 0,0,1.0 +0125,0125,12,num,XOR_permuted,68.0,[9 5],9 5,1,1.0 +0125,0125,12,num,XOR_permuted,69.0,[6 4],6 4,1,1.0 +0125,0125,12,num,XOR_permuted,70.0,[5 0],0 5,1,1.0 +0125,0125,12,num,XOR_permuted,71.0,[3 1],3 1,1,1.0 +0125,0125,12,num,XOR_permuted,72.0,[8 1],1 9,0,1.0 +0125,0125,12,num,XOR_permuted,73.0,[6 3],7 4,0,1.0 +0125,0125,12,num,XOR_permuted,74.0,[0 9],0 9,1,1.0 +0125,0125,12,num,XOR_permuted,75.0,[2 9],2 9,1,1.0 +0125,0125,12,num,XOR_permuted,76.0,[9 6],9 6,1,1.0 +0125,0125,12,num,XOR_permuted,77.0,[4 1],4 5,0,1.0 +0125,0125,12,num,XOR_permuted,78.0,[1 4],2 6,0,1.0 +0125,0125,12,num,XOR_permuted,79.0,[7 3],6 7,0,1.0 +0125,0125,12,num,XOR_permuted,80.0,[8 3],3 8,1,1.0 +0125,0125,12,num,XOR_permuted,81.0,[5 6],5 6,1,1.0 +0125,0125,12,num,XOR_permuted,82.0,[5 7],5 7],1,1.0 +0125,0125,12,num,XOR_permuted,83.0,[7 0],0 7,1,1.0 +0125,0125,12,num,XOR_permuted,84.0,[6 9],6 9,1,1.0 +0125,0125,12,num,XOR_permuted,85.0,[9 4],4 9,1,1.0 +0125,0125,12,num,XOR_permuted,86.0,[6 2],6 2,1,1.0 +0125,0125,12,num,XOR_permuted,87.0,[9 4],4 9,1,1.0 +0125,0125,12,num,XOR_permuted,88.0,[3 1],3 1,1,1.0 +0125,0125,12,num,XOR_permuted,89.0,[4 9],9 4,1,1.0 +0125,0125,12,num,XOR_permuted,90.0,[1 5],5 1,1,1.0 +0125,0125,12,num,XOR_permuted,91.0,[4 0],4 0,1,1.0 +0125,0125,12,num,XOR_permuted,92.0,[8 4],8 4,1,1.0 +0125,0125,12,num,XOR_permuted,93.0,[5 8],5 8,1,1.0 +0125,0125,12,num,XOR_permuted,94.0,[3 7],7 3,1,1.0 +0125,0125,12,num,XOR_permuted,95.0,[8 5],8 3,0,1.0 +0125,0125,12,num,XOR_permuted,96.0,[5 9],9 5,1,1.0 +0125,0125,12,num,XOR_permuted,97.0,[8 3],8 3,1,1.0 +0125,0125,12,num,XOR_permuted,98.0,[7 5],7 5,1,1.0 +0125,0125,12,num,XOR_permuted,99.0,[6 7],7 6,1,1.0 +0125,0125,12,num,AND_permuted,0.0,[],7,0,1.0 +0125,0125,12,num,AND_permuted,1.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,2.0,[],7,0,1.0 +0125,0125,12,num,AND_permuted,3.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,4.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,5.0,[],6,0,1.0 +0125,0125,12,num,AND_permuted,6.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,7.0,[],6,0,1.0 +0125,0125,12,num,AND_permuted,8.0,[],6,0,1.0 +0125,0125,12,num,AND_permuted,9.0,[],0,0,1.0 +0125,0125,12,num,AND_permuted,10.0,[],8,0,1.0 +0125,0125,12,num,AND_permuted,11.0,[],8,0,1.0 +0125,0125,12,num,AND_permuted,12.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,13.0,[],6,0,1.0 +0125,0125,12,num,AND_permuted,14.0,[],6,0,1.0 +0125,0125,12,num,AND_permuted,15.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,16.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,17.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,18.0,[],9,0,1.0 +0125,0125,12,num,AND_permuted,19.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,20.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,21.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,22.0,[],8,0,1.0 +0125,0125,12,num,AND_permuted,23.0,[],6,0,1.0 +0125,0125,12,num,AND_permuted,24.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,25.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,26.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,27.0,[],9,0,1.0 +0125,0125,12,num,AND_permuted,28.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,29.0,[],1,0,1.0 +0125,0125,12,num,AND_permuted,30.0,[],6,0,1.0 +0125,0125,12,num,AND_permuted,31.0,[],1,0,1.0 +0125,0125,12,num,AND_permuted,32.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,33.0,[],8,0,1.0 +0125,0125,12,num,AND_permuted,34.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,35.0,[],0,0,1.0 +0125,0125,12,num,AND_permuted,36.0,[],0,0,1.0 +0125,0125,12,num,AND_permuted,37.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,38.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,39.0,[],1,0,1.0 +0125,0125,12,num,AND_permuted,40.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,41.0,[],6],0,1.0 +0125,0125,12,num,AND_permuted,42.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,43.0,[],7,0,1.0 +0125,0125,12,num,AND_permuted,44.0,[],9,0,1.0 +0125,0125,12,num,AND_permuted,45.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,46.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,47.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,48.0,[],-3,0,1.0 +0125,0125,12,num,AND_permuted,49.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,50.0,[],1,0,1.0 +0125,0125,12,num,AND_permuted,51.0,[],1,0,1.0 +0125,0125,12,num,AND_permuted,52.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,53.0,[],9,0,1.0 +0125,0125,12,num,AND_permuted,54.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,55.0,[],8,0,1.0 +0125,0125,12,num,AND_permuted,56.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,57.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,58.0,[],0,0,1.0 +0125,0125,12,num,AND_permuted,59.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,60.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,61.0,[],1,0,1.0 +0125,0125,12,num,AND_permuted,62.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,63.0,[],1,0,1.0 +0125,0125,12,num,AND_permuted,64.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,65.0,[],6,0,1.0 +0125,0125,12,num,AND_permuted,66.0,[],1,0,1.0 +0125,0125,12,num,AND_permuted,67.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,68.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,69.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,70.0,[],9,0,1.0 +0125,0125,12,num,AND_permuted,71.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,72.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,73.0,[],11,0,1.0 +0125,0125,12,num,AND_permuted,74.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,75.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,76.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,77.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,78.0,[],3,0,1.0 +0125,0125,12,num,AND_permuted,79.0,[],7,0,1.0 +0125,0125,12,num,AND_permuted,80.0,[],7,0,1.0 +0125,0125,12,num,AND_permuted,81.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,82.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,83.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,84.0,[],8,0,1.0 +0125,0125,12,num,AND_permuted,85.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,86.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,87.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,88.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,89.0,[],5,0,1.0 +0125,0125,12,num,AND_permuted,90.0,[],6,0,1.0 +0125,0125,12,num,AND_permuted,91.0,[],0,0,1.0 +0125,0125,12,num,AND_permuted,92.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,93.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,94.0,[],0,0,1.0 +0125,0125,12,num,AND_permuted,95.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,96.0,[],2,0,1.0 +0125,0125,12,num,AND_permuted,97.0,[],4,0,1.0 +0125,0125,12,num,AND_permuted,98.0,[],6,0,1.0 +0125,0125,12,num,AND_permuted,99.0,[],7,0,1.0 +0125,0125,12,symb,row_constant,0.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,1.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,2.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,3.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,4.0,['~'],~],1,1.0 +0125,0125,12,symb,row_constant,5.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,6.0,['<'],<,1,1.0 +0125,0125,12,symb,row_constant,7.0,['$'],$,1,1.0 +0125,0125,12,symb,row_constant,8.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,9.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,10.0,[':'],:],1,1.0 +0125,0125,12,symb,row_constant,11.0,['$'],$,1,1.0 +0125,0125,12,symb,row_constant,12.0,['%'],%],1,1.0 +0125,0125,12,symb,row_constant,13.0,['%'],%],1,1.0 +0125,0125,12,symb,row_constant,14.0,['&'],&],1,1.0 +0125,0125,12,symb,row_constant,15.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,16.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,17.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,18.0,['%'],%],1,1.0 +0125,0125,12,symb,row_constant,19.0,['<'],<],1,1.0 +0125,0125,12,symb,row_constant,20.0,['%'],%,1,1.0 +0125,0125,12,symb,row_constant,21.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,22.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,23.0,['$'],$,1,1.0 +0125,0125,12,symb,row_constant,24.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,25.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,26.0,['<'],<,1,1.0 +0125,0125,12,symb,row_constant,27.0,['$'],$,1,1.0 +0125,0125,12,symb,row_constant,28.0,['~'],~],1,1.0 +0125,0125,12,symb,row_constant,29.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,30.0,['~'],~],1,1.0 +0125,0125,12,symb,row_constant,31.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,32.0,['*'],*,1,1.0 +0125,0125,12,symb,row_constant,33.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,34.0,['~'],~],1,1.0 +0125,0125,12,symb,row_constant,35.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,36.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,37.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,38.0,['%'],%,1,1.0 +0125,0125,12,symb,row_constant,39.0,['$'],$,1,1.0 +0125,0125,12,symb,row_constant,40.0,['%'],%,1,1.0 +0125,0125,12,symb,row_constant,41.0,['~'],~],1,1.0 +0125,0125,12,symb,row_constant,42.0,['&'],&],1,1.0 +0125,0125,12,symb,row_constant,43.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,44.0,['<'],<],1,1.0 +0125,0125,12,symb,row_constant,45.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,46.0,['*'],*,1,1.0 +0125,0125,12,symb,row_constant,47.0,[':'],:],1,1.0 +0125,0125,12,symb,row_constant,48.0,[':'],:],1,1.0 +0125,0125,12,symb,row_constant,49.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,50.0,['&'],&],1,1.0 +0125,0125,12,symb,row_constant,51.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,52.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,53.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,54.0,['$'],$,1,1.0 +0125,0125,12,symb,row_constant,55.0,['%'],%,1,1.0 +0125,0125,12,symb,row_constant,56.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,57.0,['%'],%,1,1.0 +0125,0125,12,symb,row_constant,58.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,59.0,['<'],<,1,1.0 +0125,0125,12,symb,row_constant,60.0,['&'],&],1,1.0 +0125,0125,12,symb,row_constant,61.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,62.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,63.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,64.0,['&'],&],1,1.0 +0125,0125,12,symb,row_constant,65.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,66.0,[':'],:],1,1.0 +0125,0125,12,symb,row_constant,67.0,['<'],<],1,1.0 +0125,0125,12,symb,row_constant,68.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,69.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,70.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,71.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,72.0,['&'],&],1,1.0 +0125,0125,12,symb,row_constant,73.0,['~'],~],1,1.0 +0125,0125,12,symb,row_constant,74.0,['<'],<,1,1.0 +0125,0125,12,symb,row_constant,75.0,['%'],%,1,1.0 +0125,0125,12,symb,row_constant,76.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,77.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,78.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,79.0,['*'],*],1,1.0 +0125,0125,12,symb,row_constant,80.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,81.0,['*'],*,1,1.0 +0125,0125,12,symb,row_constant,82.0,['$'],$,1,1.0 +0125,0125,12,symb,row_constant,83.0,[':'],:],1,1.0 +0125,0125,12,symb,row_constant,84.0,['<'],<],1,1.0 +0125,0125,12,symb,row_constant,85.0,['*'],*,1,1.0 +0125,0125,12,symb,row_constant,86.0,['('],)],0,1.0 +0125,0125,12,symb,row_constant,87.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,88.0,['%'],%],1,1.0 +0125,0125,12,symb,row_constant,89.0,['!'],!],1,1.0 +0125,0125,12,symb,row_constant,90.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,91.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,92.0,['&'],&,1,1.0 +0125,0125,12,symb,row_constant,93.0,['>'],>],1,1.0 +0125,0125,12,symb,row_constant,94.0,['*'],*,1,1.0 +0125,0125,12,symb,row_constant,95.0,['~'],~],1,1.0 +0125,0125,12,symb,row_constant,96.0,['~'],~],1,1.0 +0125,0125,12,symb,row_constant,97.0,['*'],*,1,1.0 +0125,0125,12,symb,row_constant,98.0,[':'],:],1,1.0 +0125,0125,12,symb,row_constant,99.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,0.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,1.0,['$'],$,1,1.0 +0125,0125,12,symb,col_constant,2.0,['$'],$,1,1.0 +0125,0125,12,symb,col_constant,3.0,[':'],:],1,1.0 +0125,0125,12,symb,col_constant,4.0,['>'],>],1,1.0 +0125,0125,12,symb,col_constant,5.0,[':'],:],1,1.0 +0125,0125,12,symb,col_constant,6.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,7.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,8.0,['('],)],0,1.0 +0125,0125,12,symb,col_constant,9.0,['('],(,1,1.0 +0125,0125,12,symb,col_constant,10.0,['<'],<],1,1.0 +0125,0125,12,symb,col_constant,11.0,[':'],:],1,1.0 +0125,0125,12,symb,col_constant,12.0,['%'],%,1,1.0 +0125,0125,12,symb,col_constant,13.0,['&'],&,1,1.0 +0125,0125,12,symb,col_constant,14.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,15.0,['~'],~,1,1.0 +0125,0125,12,symb,col_constant,16.0,['>'],>],1,1.0 +0125,0125,12,symb,col_constant,17.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,18.0,['('],)],0,1.0 +0125,0125,12,symb,col_constant,19.0,['*'],*,1,1.0 +0125,0125,12,symb,col_constant,20.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,21.0,['~'],~,1,1.0 +0125,0125,12,symb,col_constant,22.0,['$'],$,1,1.0 +0125,0125,12,symb,col_constant,23.0,['%'],%,1,1.0 +0125,0125,12,symb,col_constant,24.0,['<'],<],1,1.0 +0125,0125,12,symb,col_constant,25.0,['*'],*,1,1.0 +0125,0125,12,symb,col_constant,26.0,['$'],$,1,1.0 +0125,0125,12,symb,col_constant,27.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,28.0,['$'],$,1,1.0 +0125,0125,12,symb,col_constant,29.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,30.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,31.0,[':'],:],1,1.0 +0125,0125,12,symb,col_constant,32.0,['('],)],0,1.0 +0125,0125,12,symb,col_constant,33.0,['%'],%,1,1.0 +0125,0125,12,symb,col_constant,34.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,35.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,36.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,37.0,['*'],*,1,1.0 +0125,0125,12,symb,col_constant,38.0,['*'],*,1,1.0 +0125,0125,12,symb,col_constant,39.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,40.0,['*'],*,1,1.0 +0125,0125,12,symb,col_constant,41.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,42.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,43.0,['%'],%,1,1.0 +0125,0125,12,symb,col_constant,44.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,45.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,46.0,['>'],>],1,1.0 +0125,0125,12,symb,col_constant,47.0,['%'],%,1,1.0 +0125,0125,12,symb,col_constant,48.0,[':'],:],1,1.0 +0125,0125,12,symb,col_constant,49.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,50.0,['>'],>],1,1.0 +0125,0125,12,symb,col_constant,51.0,['>'],>],1,1.0 +0125,0125,12,symb,col_constant,52.0,[':'],:],1,1.0 +0125,0125,12,symb,col_constant,53.0,['*'],*,1,1.0 +0125,0125,12,symb,col_constant,54.0,['%'],%,1,1.0 +0125,0125,12,symb,col_constant,55.0,['%'],%,1,1.0 +0125,0125,12,symb,col_constant,56.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,57.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,58.0,['%'],%,1,1.0 +0125,0125,12,symb,col_constant,59.0,['*'],*,1,1.0 +0125,0125,12,symb,col_constant,60.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,61.0,['('],)],0,1.0 +0125,0125,12,symb,col_constant,62.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,63.0,['&'],&],1,1.0 +0125,0125,12,symb,col_constant,64.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,65.0,['*'],*,1,1.0 +0125,0125,12,symb,col_constant,66.0,['%'],%,1,1.0 +0125,0125,12,symb,col_constant,67.0,['>'],>],1,1.0 +0125,0125,12,symb,col_constant,68.0,['('],)],0,1.0 +0125,0125,12,symb,col_constant,69.0,['('],(,1,1.0 +0125,0125,12,symb,col_constant,70.0,[':'],:],1,1.0 +0125,0125,12,symb,col_constant,71.0,['*'],*,1,1.0 +0125,0125,12,symb,col_constant,72.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,73.0,['('],)],0,1.0 +0125,0125,12,symb,col_constant,74.0,[':'],:],1,1.0 +0125,0125,12,symb,col_constant,75.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,76.0,['&'],&,1,1.0 +0125,0125,12,symb,col_constant,77.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,78.0,['>'],>],1,1.0 +0125,0125,12,symb,col_constant,79.0,['$'],$,1,1.0 +0125,0125,12,symb,col_constant,80.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,81.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,82.0,[':'],:],1,1.0 +0125,0125,12,symb,col_constant,83.0,['$'],$,1,1.0 +0125,0125,12,symb,col_constant,84.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,85.0,['<'],<],1,1.0 +0125,0125,12,symb,col_constant,86.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,87.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,88.0,['&'],&,1,1.0 +0125,0125,12,symb,col_constant,89.0,['~'],~,1,1.0 +0125,0125,12,symb,col_constant,90.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,91.0,['!'],!,1,1.0 +0125,0125,12,symb,col_constant,92.0,['%'],%,1,1.0 +0125,0125,12,symb,col_constant,93.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,94.0,['~'],~],1,1.0 +0125,0125,12,symb,col_constant,95.0,['!'],!],1,1.0 +0125,0125,12,symb,col_constant,96.0,['&'],&,1,1.0 +0125,0125,12,symb,col_constant,97.0,['<'],<,1,1.0 +0125,0125,12,symb,col_constant,98.0,['<'],<],1,1.0 +0125,0125,12,symb,col_constant,99.0,['*'],*,1,1.0 +0125,0125,12,symb,dist3_diag1,0.0,['*'],*,1,1.0 +0125,0125,12,symb,dist3_diag1,1.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag1,2.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag1,3.0,['%'],%,1,1.0 +0125,0125,12,symb,dist3_diag1,4.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,5.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,6.0,['*'],*],1,1.0 +0125,0125,12,symb,dist3_diag1,7.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag1,8.0,['$'],$,1,1.0 +0125,0125,12,symb,dist3_diag1,9.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,10.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag1,11.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,12.0,['%'],%,1,1.0 +0125,0125,12,symb,dist3_diag1,13.0,['*'],*],1,1.0 +0125,0125,12,symb,dist3_diag1,14.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,15.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag1,16.0,['~'],~,1,1.0 +0125,0125,12,symb,dist3_diag1,17.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,18.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,19.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,20.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag1,21.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag1,22.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag1,23.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag1,24.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag1,25.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag1,26.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag1,27.0,['%'],%,1,1.0 +0125,0125,12,symb,dist3_diag1,28.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,29.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,30.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag1,31.0,['*'],*,1,1.0 +0125,0125,12,symb,dist3_diag1,32.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,33.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag1,34.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,35.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag1,36.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag1,37.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,38.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag1,39.0,['&'],&,1,1.0 +0125,0125,12,symb,dist3_diag1,40.0,['<'],<,1,1.0 +0125,0125,12,symb,dist3_diag1,41.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag1,42.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,43.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,44.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag1,45.0,['&'],&,1,1.0 +0125,0125,12,symb,dist3_diag1,46.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,47.0,['<'],<,1,1.0 +0125,0125,12,symb,dist3_diag1,48.0,['%'],%,1,1.0 +0125,0125,12,symb,dist3_diag1,49.0,['*'],*,1,1.0 +0125,0125,12,symb,dist3_diag1,50.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,51.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,52.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag1,53.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag1,54.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag1,55.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag1,56.0,['%'],%,1,1.0 +0125,0125,12,symb,dist3_diag1,57.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,58.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,59.0,['&'],&,1,1.0 +0125,0125,12,symb,dist3_diag1,60.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,61.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag1,62.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,63.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,64.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag1,65.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,66.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag1,67.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag1,68.0,['<'],<,1,1.0 +0125,0125,12,symb,dist3_diag1,69.0,['&'],&],1,1.0 +0125,0125,12,symb,dist3_diag1,70.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag1,71.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag1,72.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag1,73.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,74.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,75.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,76.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,77.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,78.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag1,79.0,['*'],*],1,1.0 +0125,0125,12,symb,dist3_diag1,80.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,81.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,82.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag1,83.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag1,84.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,85.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag1,86.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,87.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,88.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,89.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag1,90.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag1,91.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag1,92.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag1,93.0,['%'],%,1,1.0 +0125,0125,12,symb,dist3_diag1,94.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag1,95.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag1,96.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,97.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag1,98.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag1,99.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag2,0.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag2,1.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,2.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,3.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,4.0,['*'],*,1,1.0 +0125,0125,12,symb,dist3_diag2,5.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag2,6.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,7.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,8.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag2,9.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,10.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,11.0,['&'],&],1,1.0 +0125,0125,12,symb,dist3_diag2,12.0,['&'],&,1,1.0 +0125,0125,12,symb,dist3_diag2,13.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag2,14.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,15.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,16.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,17.0,['<'],<,1,1.0 +0125,0125,12,symb,dist3_diag2,18.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,19.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,20.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag2,21.0,['&'],&,1,1.0 +0125,0125,12,symb,dist3_diag2,22.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag2,23.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag2,24.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag2,25.0,['!'],!,1,1.0 +0125,0125,12,symb,dist3_diag2,26.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,27.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,28.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag2,29.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,30.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag2,31.0,['*'],*,1,1.0 +0125,0125,12,symb,dist3_diag2,32.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,33.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,34.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag2,35.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag2,36.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag2,37.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,38.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,39.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,40.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag2,41.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag2,42.0,['*'],*],1,1.0 +0125,0125,12,symb,dist3_diag2,43.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag2,44.0,['*'],*,1,1.0 +0125,0125,12,symb,dist3_diag2,45.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,46.0,['<'],<,1,1.0 +0125,0125,12,symb,dist3_diag2,47.0,['<'],<,1,1.0 +0125,0125,12,symb,dist3_diag2,48.0,['%'],%,1,1.0 +0125,0125,12,symb,dist3_diag2,49.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag2,50.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,51.0,['*'],*,1,1.0 +0125,0125,12,symb,dist3_diag2,52.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag2,53.0,['*'],*,1,1.0 +0125,0125,12,symb,dist3_diag2,54.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,55.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,56.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,57.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag2,58.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,59.0,['$'],$,1,1.0 +0125,0125,12,symb,dist3_diag2,60.0,['&'],&,1,1.0 +0125,0125,12,symb,dist3_diag2,61.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,62.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag2,63.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,64.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,65.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,66.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,67.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,68.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,69.0,[':'],:],1,1.0 +0125,0125,12,symb,dist3_diag2,70.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,71.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag2,72.0,['<'],<,1,1.0 +0125,0125,12,symb,dist3_diag2,73.0,['$'],$,1,1.0 +0125,0125,12,symb,dist3_diag2,74.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag2,75.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,76.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,77.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,78.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,79.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag2,80.0,['$'],$],1,1.0 +0125,0125,12,symb,dist3_diag2,81.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,82.0,['>'],>],1,1.0 +0125,0125,12,symb,dist3_diag2,83.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag2,84.0,['('],)],0,1.0 +0125,0125,12,symb,dist3_diag2,85.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,86.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,87.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,88.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,89.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag2,90.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag2,91.0,['%'],%],1,1.0 +0125,0125,12,symb,dist3_diag2,92.0,['!'],!],1,1.0 +0125,0125,12,symb,dist3_diag2,93.0,['&'],&,1,1.0 +0125,0125,12,symb,dist3_diag2,94.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,95.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,96.0,['~'],~],1,1.0 +0125,0125,12,symb,dist3_diag2,97.0,['('],(],1,1.0 +0125,0125,12,symb,dist3_diag2,98.0,['<'],<],1,1.0 +0125,0125,12,symb,dist3_diag2,99.0,['%'],%],1,1.0 +0125,0125,12,symb,prog_size1,0.0,['('],?],0,1.0 +0125,0125,12,symb,prog_size1,1.0,['<'],)],0,1.0 +0125,0125,12,symb,prog_size1,2.0,['~'],],0,1.0 +0125,0125,12,symb,prog_size1,3.0,['>'],>],1,1.0 +0125,0125,12,symb,prog_size1,4.0,[':'],)],0,1.0 +0125,0125,12,symb,prog_size1,5.0,['$'],~],0,1.0 +0125,0125,12,symb,prog_size1,6.0,['%'],#,0,1.0 +0125,0125,12,symb,prog_size1,7.0,['&'],#],0,1.0 +0125,0125,12,symb,prog_size1,8.0,['*'],>],0,1.0 +0125,0125,12,symb,prog_size1,9.0,['!'],)],0,1.0 +0125,0125,12,symb,prog_size1,10.0,['('],:],0,1.0 +0125,0125,12,symb,prog_size1,11.0,['<'],$],0,1.0 +0125,0125,12,symb,prog_size2,0.0,[':'],%],0,1.0 +0125,0125,12,symb,prog_size2,1.0,['$'],&],0,1.0 +0125,0125,12,symb,prog_size2,2.0,['%'],#],0,1.0 +0125,0125,12,symb,prog_size2,3.0,['&'],$],0,1.0 +0125,0125,12,symb,two_rule_comb0,0.0,"['~', '$']",$,0,1.0 +0125,0125,12,symb,two_rule_comb0,1.0,"['>', '%']",> %],1,1.0 +0125,0125,12,symb,two_rule_comb0,2.0,"['*', '(']",* (,1,1.0 +0125,0125,12,symb,two_rule_comb0,3.0,"['*', '%']",* %],1,1.0 +0125,0125,12,symb,two_rule_comb0,4.0,"['$', '*']",$ *,1,1.0 +0125,0125,12,symb,two_rule_comb0,5.0,"['>', '%']",> %],1,1.0 +0125,0125,12,symb,two_rule_comb0,6.0,"['&', '$']",& $],1,1.0 +0125,0125,12,symb,two_rule_comb0,7.0,"['&', '>']",& >],1,1.0 +0125,0125,12,symb,two_rule_comb0,8.0,"['>', '!']",> !,1,1.0 +0125,0125,12,symb,two_rule_comb0,9.0,"['$', '%']",$ %],1,1.0 +0125,0125,12,symb,two_rule_comb0,10.0,"['>', '*']",> *,1,1.0 +0125,0125,12,symb,two_rule_comb0,11.0,"['&', '~']",& ~],1,1.0 +0125,0125,12,symb,two_rule_comb0,12.0,"['>', '(']",> (],1,1.0 +0125,0125,12,symb,two_rule_comb0,13.0,"['$', '>']",$ >,1,1.0 +0125,0125,12,symb,two_rule_comb0,14.0,"['%', '%']",% %],1,1.0 +0125,0125,12,symb,two_rule_comb0,15.0,"['!', '>']",! >,1,1.0 +0125,0125,12,symb,two_rule_comb0,16.0,"['>', '!']",> !],1,1.0 +0125,0125,12,symb,two_rule_comb0,17.0,"['$', '%']",$ %,1,1.0 +0125,0125,12,symb,two_rule_comb0,18.0,"['>', '*']",> *,1,1.0 +0125,0125,12,symb,two_rule_comb0,19.0,"['*', '~']",* ~,1,1.0 +0125,0125,12,symb,two_rule_comb0,20.0,"['<', '<']",< <],1,1.0 +0125,0125,12,symb,two_rule_comb0,21.0,"[':', '<']",: <,1,1.0 +0125,0125,12,symb,two_rule_comb0,22.0,"['~', '(']",~ (],1,1.0 +0125,0125,12,symb,two_rule_comb0,23.0,"['~', ':']",~ :],1,1.0 +0125,0125,12,symb,two_rule_comb0,24.0,"['>', '&']",> &,1,1.0 +0125,0125,12,symb,two_rule_comb0,25.0,"['<', '&']",< &],1,1.0 +0125,0125,12,symb,two_rule_comb0,26.0,"['~', ':']",~ :],1,1.0 +0125,0125,12,symb,two_rule_comb0,27.0,"['>', '>']",> >],1,1.0 +0125,0125,12,symb,two_rule_comb0,28.0,"['>', '&']",> &,1,1.0 +0125,0125,12,symb,two_rule_comb0,29.0,"['%', '*']",% *,1,1.0 +0125,0125,12,symb,two_rule_comb0,30.0,"['$', '(']",$ (,1,1.0 +0125,0125,12,symb,two_rule_comb0,31.0,"['(', '<']",( <,1,1.0 +0125,0125,12,symb,two_rule_comb0,32.0,"['!', '!']",!],0,1.0 +0125,0125,12,symb,two_rule_comb0,33.0,"['>', '$']",>],0,1.0 +0125,0125,12,symb,two_rule_comb0,34.0,"['(', '*']",( *],1,1.0 +0125,0125,12,symb,two_rule_comb0,35.0,"[':', '$']",: $,1,1.0 +0125,0125,12,symb,two_rule_comb0,36.0,"['~', '<']",~ <],1,1.0 +0125,0125,12,symb,two_rule_comb0,37.0,"['&', '<']",& <],1,1.0 +0125,0125,12,symb,two_rule_comb0,38.0,"['!', '~']",! ~,1,1.0 +0125,0125,12,symb,two_rule_comb0,39.0,"['<', '$']",< $,1,1.0 +0125,0125,12,symb,two_rule_comb0,40.0,"['<', '~']",< ~,1,1.0 +0125,0125,12,symb,two_rule_comb0,41.0,"['&', '*']",& *,1,1.0 +0125,0125,12,symb,two_rule_comb0,42.0,"['&', '>']",& >,1,1.0 +0125,0125,12,symb,two_rule_comb0,43.0,"[':', '%']",: %],1,1.0 +0125,0125,12,symb,two_rule_comb0,44.0,"['!', '*']",! *,1,1.0 +0125,0125,12,symb,two_rule_comb0,45.0,"['>', '(']",> (],1,1.0 +0125,0125,12,symb,two_rule_comb0,46.0,"['$', '~']",$ ~],1,1.0 +0125,0125,12,symb,two_rule_comb0,47.0,"['(', '*']",( *],1,1.0 +0125,0125,12,symb,two_rule_comb0,48.0,"['~', '(']",~ (],1,1.0 +0125,0125,12,symb,two_rule_comb0,49.0,"[':', '$']",: $,1,1.0 +0125,0125,12,symb,two_rule_comb0,50.0,"['*', '%']",* %,1,1.0 +0125,0125,12,symb,two_rule_comb0,51.0,"['>', '<']",> <,1,1.0 +0125,0125,12,symb,two_rule_comb0,52.0,"['*', '!']",* !,1,1.0 +0125,0125,12,symb,two_rule_comb0,53.0,"['!', '<']",! <],1,1.0 +0125,0125,12,symb,two_rule_comb0,54.0,"['%', '>']",% >,1,1.0 +0125,0125,12,symb,two_rule_comb0,55.0,"['&', '~']",& ~],1,1.0 +0125,0125,12,symb,two_rule_comb0,56.0,"['>', '&']",> &,1,1.0 +0125,0125,12,symb,two_rule_comb0,57.0,"['~', ':']",~ :],1,1.0 +0125,0125,12,symb,two_rule_comb0,58.0,"[':', '%']",: %,1,1.0 +0125,0125,12,symb,two_rule_comb0,59.0,"['!', '%']",! %,1,1.0 +0125,0125,12,symb,two_rule_comb0,60.0,"['!', '%']",! %],1,1.0 +0125,0125,12,symb,two_rule_comb0,61.0,"['*', '!']",* !,1,1.0 +0125,0125,12,symb,two_rule_comb0,62.0,"['~', '!']",~ !,1,1.0 +0125,0125,12,symb,two_rule_comb0,63.0,"['%', ':']",% :],1,1.0 +0125,0125,12,symb,two_rule_comb0,64.0,"['$', '>']",$ >,1,1.0 +0125,0125,12,symb,two_rule_comb0,65.0,"['<', '(']",< (],1,1.0 +0125,0125,12,symb,two_rule_comb0,66.0,"['*', '~']",* ~,1,1.0 +0125,0125,12,symb,two_rule_comb0,67.0,"['%', ':']",% :],1,1.0 +0125,0125,12,symb,two_rule_comb0,68.0,"[':', '%']",:] %,0,1.0 +0125,0125,12,symb,two_rule_comb0,69.0,"['~', '&']",~ &,1,1.0 +0125,0125,12,symb,two_rule_comb0,70.0,"['(', '~']",( ~],1,1.0 +0125,0125,12,symb,two_rule_comb0,71.0,"['$', '%']",$ %,1,1.0 +0125,0125,12,symb,two_rule_comb0,72.0,"['!', '*']",! *,1,1.0 +0125,0125,12,symb,two_rule_comb0,73.0,"['!', '<']",! <,1,1.0 +0125,0125,12,symb,two_rule_comb0,74.0,"['%', '<']",% <,1,1.0 +0125,0125,12,symb,two_rule_comb0,75.0,"['>', '%']",> %],1,1.0 +0125,0125,12,symb,two_rule_comb0,76.0,"['&', '$']",& $],1,1.0 +0125,0125,12,symb,two_rule_comb0,77.0,"['&', '>']",& >],1,1.0 +0125,0125,12,symb,two_rule_comb0,78.0,"['%', '&']",% &],1,1.0 +0125,0125,12,symb,two_rule_comb0,79.0,"['>', '>']",> >],1,1.0 +0125,0125,12,symb,two_rule_comb0,80.0,"['*', '<']",* <],1,1.0 +0125,0125,12,symb,two_rule_comb0,81.0,"['!', '<']",! <,1,1.0 +0125,0125,12,symb,two_rule_comb0,82.0,"['>', '>']",> >],1,1.0 +0125,0125,12,symb,two_rule_comb0,83.0,"['>', '%']",> %,1,1.0 +0125,0125,12,symb,two_rule_comb0,84.0,"['!', '&']",! &],1,1.0 +0125,0125,12,symb,two_rule_comb0,85.0,"['%', ':']",% :],1,1.0 +0125,0125,12,symb,two_rule_comb0,86.0,"['!', '%']",! %],1,1.0 +0125,0125,12,symb,two_rule_comb0,87.0,"['&', '<']",& <,1,1.0 +0125,0125,12,symb,two_rule_comb0,88.0,"[':', '%']",:] : %],0,1.0 +0125,0125,12,symb,two_rule_comb0,89.0,"['*', '>']",* >],1,1.0 +0125,0125,12,symb,two_rule_comb0,90.0,"[':', '<']",:] <,0,1.0 +0125,0125,12,symb,two_rule_comb0,91.0,"['!', '&']",!],0,1.0 +0125,0125,12,symb,two_rule_comb0,92.0,"['!', ':']",! :],1,1.0 +0125,0125,12,symb,two_rule_comb0,93.0,"['!', '$']",! $],1,1.0 +0125,0125,12,symb,two_rule_comb0,94.0,"['*', '*']",* *],1,1.0 +0125,0125,12,symb,two_rule_comb0,95.0,"[':', '!']",: !],1,1.0 +0125,0125,12,symb,two_rule_comb0,96.0,"['&', '<']",& <,1,1.0 +0125,0125,12,symb,two_rule_comb0,97.0,"['$', '(']",$ (,1,1.0 +0125,0125,12,symb,two_rule_comb0,98.0,"['<', '(']",< (,1,1.0 +0125,0125,12,symb,two_rule_comb0,99.0,"['!', '&']",! &,1,1.0 +0125,0125,12,symb,two_rule_comb1,0.0,"['&', '*']",& *,1,1.0 +0125,0125,12,symb,two_rule_comb1,1.0,"[':', '$']",$ $,0,1.0 +0125,0125,12,symb,two_rule_comb1,2.0,"['*', '~']",* ~,1,1.0 +0125,0125,12,symb,two_rule_comb1,3.0,"['!', '(']",! (,1,1.0 +0125,0125,12,symb,two_rule_comb1,4.0,"['*', '>']",* >,1,1.0 +0125,0125,12,symb,two_rule_comb1,5.0,"['(', '%']",( %],1,1.0 +0125,0125,12,symb,two_rule_comb1,6.0,"['>', '(']",> (],1,1.0 +0125,0125,12,symb,two_rule_comb1,7.0,"['&', '&']",& <,0,1.0 +0125,0125,12,symb,two_rule_comb1,8.0,"['>', '$']",> $,1,1.0 +0125,0125,12,symb,two_rule_comb1,9.0,"['!', '&']",! &,1,1.0 +0125,0125,12,symb,two_rule_comb1,10.0,"['!', '>']",! %,0,1.0 +0125,0125,12,symb,two_rule_comb1,11.0,"['%', '*']",* %,0,1.0 +0125,0125,12,symb,two_rule_comb1,12.0,"['~', '>']",~ >],1,1.0 +0125,0125,12,symb,two_rule_comb1,13.0,"[':', '*']",: *],1,1.0 +0125,0125,12,symb,two_rule_comb1,14.0,"['>', '(']",> (],1,1.0 +0125,0125,12,symb,two_rule_comb1,15.0,"['&', '!']",& !,1,1.0 +0125,0125,12,symb,two_rule_comb1,16.0,"['>', '!']",> !],1,1.0 +0125,0125,12,symb,two_rule_comb1,17.0,"['>', '>']",> >],1,1.0 +0125,0125,12,symb,two_rule_comb1,18.0,"['&', ':']",& :],1,1.0 +0125,0125,12,symb,two_rule_comb1,19.0,"['&', '$']",& $],1,1.0 +0125,0125,12,symb,two_rule_comb1,20.0,"['(', '$']",(% $],0,1.0 +0125,0125,12,symb,two_rule_comb1,21.0,"['*', '!']",* !],1,1.0 +0125,0125,12,symb,two_rule_comb1,22.0,"['~', '>']",~ >,1,1.0 +0125,0125,12,symb,two_rule_comb1,23.0,"['*', '<']",* <],1,1.0 +0125,0125,12,symb,two_rule_comb1,24.0,"['!', '&']",! &,1,1.0 +0125,0125,12,symb,two_rule_comb1,25.0,"['~', '<']",~ <],1,1.0 +0125,0125,12,symb,two_rule_comb1,26.0,"[':', '&']",: &],1,1.0 +0125,0125,12,symb,two_rule_comb1,27.0,"['~', ':']",~ :],1,1.0 +0125,0125,12,symb,two_rule_comb1,28.0,"['<', '(']",< (,1,1.0 +0125,0125,12,symb,two_rule_comb1,29.0,"['%', '(']",% (],1,1.0 +0125,0125,12,symb,two_rule_comb1,30.0,"['(', '$']",( $],1,1.0 +0125,0125,12,symb,two_rule_comb1,31.0,"['~', '*']",~ *],1,1.0 +0125,0125,12,symb,two_rule_comb1,32.0,"['&', '>']",& >,1,1.0 +0125,0125,12,symb,two_rule_comb1,33.0,"['!', '%']",! %],1,1.0 +0125,0125,12,symb,two_rule_comb1,34.0,"['&', '*']",& *,1,1.0 +0125,0125,12,symb,two_rule_comb1,35.0,"['(', '&']",( &],1,1.0 +0125,0125,12,symb,two_rule_comb1,36.0,"['~', '~']",~ <],0,1.0 +0125,0125,12,symb,two_rule_comb1,37.0,"['~', '*']",~ *],1,1.0 +0125,0125,12,symb,two_rule_comb1,38.0,"['!', '*']",! *,1,1.0 +0125,0125,12,symb,two_rule_comb1,39.0,"['$', '$']",$ <,0,1.0 +0125,0125,12,symb,two_rule_comb1,40.0,"['<', '$']",$ >,0,1.0 +0125,0125,12,symb,two_rule_comb1,41.0,"['%', '*']",% *,1,1.0 +0125,0125,12,symb,two_rule_comb1,42.0,"['!', '*']",! *,1,1.0 +0125,0125,12,symb,two_rule_comb1,43.0,"['*', '*']",* ~,0,1.0 +0125,0125,12,symb,two_rule_comb1,44.0,"[':', '&']",: &,1,1.0 +0125,0125,12,symb,two_rule_comb1,45.0,"['>', '!']",> !],1,1.0 +0125,0125,12,symb,two_rule_comb1,46.0,"['&', '<']",& <,1,1.0 +0125,0125,12,symb,two_rule_comb1,47.0,"['%', '<']",% <],1,1.0 +0125,0125,12,symb,two_rule_comb1,48.0,"['!', '<']",! $,0,1.0 +0125,0125,12,symb,two_rule_comb1,49.0,"['(', '>']",( >],1,1.0 +0125,0125,12,symb,two_rule_comb1,50.0,"['!', '$']",! $,1,1.0 +0125,0125,12,symb,two_rule_comb1,51.0,"['!', '(']",! (,1,1.0 +0125,0125,12,symb,two_rule_comb1,52.0,"[':', '$']",: $],1,1.0 +0125,0125,12,symb,two_rule_comb1,53.0,"['$', '<']",$ <],1,1.0 +0125,0125,12,symb,two_rule_comb1,54.0,"['%', ':']",% :],1,1.0 +0125,0125,12,symb,two_rule_comb1,55.0,"['~', '*']",~ *],1,1.0 +0125,0125,12,symb,two_rule_comb1,56.0,"['>', '%']",> %,1,1.0 +0125,0125,12,symb,two_rule_comb1,57.0,"['~', '~']",~ ~,1,1.0 +0125,0125,12,symb,two_rule_comb1,58.0,"['~', '!']",~ !],1,1.0 +0125,0125,12,symb,two_rule_comb1,59.0,"['(', '<']",: )],0,1.0 +0125,0125,12,symb,two_rule_comb1,60.0,"['~', '~']",> ~],0,1.0 +0125,0125,12,symb,two_rule_comb1,61.0,"[':', '(']",: (],1,1.0 +0125,0125,12,symb,two_rule_comb1,62.0,"['~', '(']",~ (],1,1.0 +0125,0125,12,symb,two_rule_comb1,63.0,"['*', '&']",* &],1,1.0 +0125,0125,12,symb,two_rule_comb1,64.0,"[':', '&']",: :],0,1.0 +0125,0125,12,symb,two_rule_comb1,65.0,"['!', '!']",% !],0,1.0 +0125,0125,12,symb,two_rule_comb1,66.0,"['<', '$']",< $],1,1.0 +0125,0125,12,symb,two_rule_comb1,67.0,"['(', '$']",$ $],0,1.0 +0125,0125,12,symb,two_rule_comb1,68.0,"['>', '>']",> >,1,1.0 +0125,0125,12,symb,two_rule_comb1,69.0,"['<', '*']",< *,1,1.0 +0125,0125,12,symb,two_rule_comb1,70.0,"['%', '&']",% &],1,1.0 +0125,0125,12,symb,two_rule_comb1,71.0,"['(', ':']",( :],1,1.0 +0125,0125,12,symb,two_rule_comb1,72.0,"[':', '!']",: !,1,1.0 +0125,0125,12,symb,two_rule_comb1,73.0,"['<', '~']",$ <],0,1.0 +0125,0125,12,symb,two_rule_comb1,74.0,"['!', ':']",! :],1,1.0 +0125,0125,12,symb,two_rule_comb1,75.0,"['>', '$']",> $],1,1.0 +0125,0125,12,symb,two_rule_comb1,76.0,"['!', '*']",! *,1,1.0 +0125,0125,12,symb,two_rule_comb1,77.0,"['>', '<']",< >,0,1.0 +0125,0125,12,symb,two_rule_comb1,78.0,"['<', '<']",< &],0,1.0 +0125,0125,12,symb,two_rule_comb1,79.0,"['~', ':']",~ :],1,1.0 +0125,0125,12,symb,two_rule_comb1,80.0,"['~', ':']",~ :],1,1.0 +0125,0125,12,symb,two_rule_comb1,81.0,"['%', '~']",% ~],1,1.0 +0125,0125,12,symb,two_rule_comb1,82.0,"['<', '%']",< %,1,1.0 +0125,0125,12,symb,two_rule_comb1,83.0,"['&', '*']",& *,1,1.0 +0125,0125,12,symb,two_rule_comb1,84.0,"['>', '>']",> !,0,1.0 +0125,0125,12,symb,two_rule_comb1,85.0,"['<', '(']",< (,1,1.0 +0125,0125,12,symb,two_rule_comb1,86.0,"['&', '>']",& >],1,1.0 +0125,0125,12,symb,two_rule_comb1,87.0,"['&', '(']",& (],1,1.0 +0125,0125,12,symb,two_rule_comb1,88.0,"['&', '&']",:& <],0,1.0 +0125,0125,12,symb,two_rule_comb1,89.0,"['~', '$']",~ !],0,1.0 +0125,0125,12,symb,two_rule_comb1,90.0,"['*', '>']",* >,1,1.0 +0125,0125,12,symb,two_rule_comb1,91.0,"['(', '(']",% (,0,1.0 +0125,0125,12,symb,two_rule_comb1,92.0,"['&', '*']",& *],1,1.0 +0125,0125,12,symb,two_rule_comb1,93.0,"['%', '%']",% &],0,1.0 +0125,0125,12,symb,two_rule_comb1,94.0,"['>', '(']",> (],1,1.0 +0125,0125,12,symb,two_rule_comb1,95.0,"['&', '<']",& <,1,1.0 +0125,0125,12,symb,two_rule_comb1,96.0,"['>', '&']",&,0,1.0 +0125,0125,12,symb,two_rule_comb1,97.0,"['!', '$']",! $,1,1.0 +0125,0125,12,symb,two_rule_comb1,98.0,"['>', '~']",: ~],0,1.0 +0125,0125,12,symb,two_rule_comb1,99.0,"['*', '&']",* &],1,1.0 +0125,0125,12,symb,two_rule_comb2,0.0,"['&', '%']",# %],0,1.0 +0125,0125,12,symb,two_rule_comb2,1.0,"['%', '>']",: >],0,1.0 +0125,0125,12,symb,two_rule_comb2,2.0,"['~', '<']",~ &],0,1.0 +0125,0125,12,symb,two_rule_comb2,3.0,"['&', '<']",> <],0,1.0 +0125,0125,12,symb,two_rule_comb2,4.0,"['>', '*']",( *,0,1.0 +0125,0125,12,symb,two_rule_comb2,5.0,"['*', '~']",* !,0,1.0 +0125,0125,12,symb,two_rule_comb2,6.0,"['(', ':']",( <],0,1.0 +0125,0125,12,symb,two_rule_comb2,7.0,"['!', '*']",! ~],0,1.0 +0125,0125,12,symb,two_rule_comb2,8.0,"['$', '$']",< $,0,1.0 +0125,0125,12,symb,two_rule_comb2,9.0,"['~', '<']",~ <,1,1.0 +0125,0125,12,symb,two_rule_comb2,10.0,"[':', ':']",< :],0,1.0 +0125,0125,12,symb,two_rule_comb2,11.0,"['$', '<']",? <],0,1.0 +0125,0125,12,symb,two_rule_comb2,12.0,"['<', '(']",< >,0,1.0 +0125,0125,12,symb,two_rule_comb2,13.0,"['(', '~']",: ~],0,1.0 +0125,0125,12,symb,two_rule_comb2,14.0,"['*', '!']",? ?],0,1.0 +0125,0125,12,symb,two_rule_comb2,15.0,"[':', '<']",: <],1,1.0 +0125,0125,12,symb,two_rule_comb2,16.0,"['(', '$']",( !),0,1.0 +0125,0125,12,symb,two_rule_comb2,17.0,"['$', '(']",< (],0,1.0 +0125,0125,12,symb,two_rule_comb2,18.0,"['%', '%']",% :],0,1.0 +0125,0125,12,symb,two_rule_comb2,19.0,"['<', '(']",< >,0,1.0 +0125,0125,12,symb,two_rule_comb2,20.0,"['(', '<']",: <],0,1.0 +0125,0125,12,symb,two_rule_comb2,21.0,"['%', '~']",% ~],1,1.0 +0125,0125,12,symb,two_rule_comb2,22.0,"['&', '<']",& :],0,1.0 +0125,0125,12,symb,two_rule_comb2,23.0,"['<', '$']",< ~],0,1.0 +0125,0125,12,symb,two_rule_comb2,24.0,"['<', '!']",& !,0,1.0 +0125,0125,12,symb,two_rule_comb2,25.0,"['%', '~']",% *,0,1.0 +0125,0125,12,symb,two_rule_comb2,26.0,"[':', '>']",% >,0,1.0 +0125,0125,12,symb,two_rule_comb2,27.0,"['~', '&']",~ <],0,1.0 +0125,0125,12,symb,two_rule_comb2,28.0,"['$', '&']",$ >,0,1.0 +0125,0125,12,symb,two_rule_comb2,29.0,"['%', '(']",% :],0,1.0 +0125,0125,12,symb,two_rule_comb2,30.0,"['!', '*']",! :],0,1.0 +0125,0125,12,symb,two_rule_comb2,31.0,"['~', '<']",~ *],0,1.0 +0125,0125,12,symb,two_rule_comb2,32.0,"['&', '*']",& <,0,1.0 +0125,0125,12,symb,two_rule_comb2,33.0,"['<', '~']",< %,0,1.0 +0125,0125,12,symb,two_rule_comb2,34.0,"['<', '&']",< >,0,1.0 +0125,0125,12,symb,two_rule_comb2,35.0,"['>', '~']",:],0,1.0 +0125,0125,12,symb,two_rule_comb2,36.0,"[':', '%']",% %],0,1.0 +0125,0125,12,symb,two_rule_comb2,37.0,"['$', '~']",< ~],0,1.0 +0125,0125,12,symb,two_rule_comb2,38.0,"['(', '*']",% *],0,1.0 +0125,0125,12,symb,two_rule_comb2,39.0,"['*', '&']",* <],0,1.0 +0125,0125,12,symb,two_rule_comb2,40.0,"[':', '!']",% !,0,1.0 +0125,0125,12,symb,two_rule_comb2,41.0,"['$', '~']",$ *,0,1.0 +0125,0125,12,symb,two_rule_comb2,42.0,"['~', '<']",* <],0,1.0 +0125,0125,12,symb,two_rule_comb2,43.0,"[':', '$']",: &,0,1.0 +0125,0125,12,symb,two_rule_comb2,44.0,"['(', '!']",$ (,0,1.0 +0125,0125,12,symb,two_rule_comb2,45.0,"['>', '&']",> %,0,1.0 +0125,0125,12,symb,two_rule_comb2,46.0,"['%', ':']",% *,0,1.0 +0125,0125,12,symb,two_rule_comb2,47.0,"['!', '>']",> >],0,1.0 +0125,0125,12,symb,two_rule_comb2,48.0,"['>', '<']",> &],0,1.0 +0125,0125,12,symb,two_rule_comb2,49.0,"['<', '!']",: !],0,1.0 +0125,0125,12,symb,two_rule_comb2,50.0,"['~', '(']",~ >,0,1.0 +0125,0125,12,symb,two_rule_comb2,51.0,"['$', '!']",< !],0,1.0 +0125,0125,12,symb,two_rule_comb2,52.0,"['&', '&']",& <,0,1.0 +0125,0125,12,symb,two_rule_comb2,53.0,"['%', '$']",% ~,0,1.0 +0125,0125,12,symb,two_rule_comb2,54.0,"['~', ':']",! :],0,1.0 +0125,0125,12,symb,two_rule_comb2,55.0,"['~', '!']",{< !],0,1.0 +0125,0125,12,symb,two_rule_comb2,56.0,"[':', '<']",% <,0,1.0 +0125,0125,12,symb,two_rule_comb2,57.0,"['$', '~']",$ !,0,1.0 +0125,0125,12,symb,two_rule_comb2,58.0,"['<', '%']",: %],0,1.0 +0125,0125,12,symb,two_rule_comb2,59.0,"['%', '<']",% *,0,1.0 +0125,0125,12,symb,two_rule_comb2,60.0,"['*', '%']",% %],0,1.0 +0125,0125,12,symb,two_rule_comb2,61.0,"['%', '*']",% *],1,1.0 +0125,0125,12,symb,two_rule_comb2,62.0,"['<', '&']",< >,0,1.0 +0125,0125,12,symb,two_rule_comb2,63.0,"[':', '*']",< *],0,1.0 +0125,0125,12,symb,two_rule_comb2,64.0,"[':', '>']",< >],0,1.0 +0125,0125,12,symb,two_rule_comb2,65.0,"['$', '&']",$ >,0,1.0 +0125,0125,12,symb,two_rule_comb2,66.0,"['<', '$']",: $],0,1.0 +0125,0125,12,symb,two_rule_comb2,67.0,"['$', '%']",% %],0,1.0 +0125,0125,12,symb,two_rule_comb2,68.0,"['%', '$']",% &],0,1.0 +0125,0125,12,symb,two_rule_comb2,69.0,"['%', '%']",% :],0,1.0 +0125,0125,12,symb,two_rule_comb2,70.0,"['<', ':']",* :],0,1.0 +0125,0125,12,symb,two_rule_comb2,71.0,"['$', ':']",$ %,0,1.0 +0125,0125,12,symb,two_rule_comb2,72.0,"['&', '&']",& >],0,1.0 +0125,0125,12,symb,two_rule_comb2,73.0,"['(', '!']",% %,0,1.0 +0125,0125,12,symb,two_rule_comb2,74.0,"[':', '*']",: ~],0,1.0 +0125,0125,12,symb,two_rule_comb2,75.0,"['%', '*']",:],0,1.0 +0125,0125,12,symb,two_rule_comb2,76.0,"['<', '>']",> >,0,1.0 +0125,0125,12,symb,two_rule_comb2,77.0,"[':', ':']",: <],0,1.0 +0125,0125,12,symb,two_rule_comb2,78.0,"['~', '~']",~ ~],1,1.0 +0125,0125,12,symb,two_rule_comb2,79.0,"[':', '%']",% %],0,1.0 +0125,0125,12,symb,two_rule_comb2,80.0,"['*', '*']",* ~],0,1.0 +0125,0125,12,symb,two_rule_comb2,81.0,"['%', ':']",# :],0,1.0 +0125,0125,12,symb,two_rule_comb2,82.0,"['>', '<']",% <],0,1.0 +0125,0125,12,symb,two_rule_comb2,83.0,"[':', '(']",: >],0,1.0 +0125,0125,12,symb,two_rule_comb2,84.0,"['<', '*']",$ *,0,1.0 +0125,0125,12,symb,two_rule_comb2,85.0,"[':', '%']",: %],1,1.0 +0125,0125,12,symb,two_rule_comb2,86.0,"['<', '%']",< !],0,1.0 +0125,0125,12,symb,two_rule_comb2,87.0,"['%', '!']",: !],0,1.0 +0125,0125,12,symb,two_rule_comb2,88.0,"['>', '&']",( &,0,1.0 +0125,0125,12,symb,two_rule_comb2,89.0,"['~', '%']",~ #],0,1.0 +0125,0125,12,symb,two_rule_comb2,90.0,"[':', '<']",% <],0,1.0 +0125,0125,12,symb,two_rule_comb2,91.0,"['$', '<']",< <],0,1.0 +0125,0125,12,symb,two_rule_comb2,92.0,"['%', '<']",! <],0,1.0 +0125,0125,12,symb,two_rule_comb2,93.0,"['>', '>']",( >],0,1.0 +0125,0125,12,symb,two_rule_comb2,94.0,"['>', '%']",! %],0,1.0 +0125,0125,12,symb,two_rule_comb2,95.0,"['&', '%']",% %],0,1.0 +0125,0125,12,symb,two_rule_comb2,96.0,"['*', '%']",~ %],0,1.0 +0125,0125,12,symb,two_rule_comb2,97.0,"['<', '&']",< <],0,1.0 +0125,0125,12,symb,two_rule_comb2,98.0,"['~', '(']",~ >,0,1.0 +0125,0125,12,symb,two_rule_comb2,99.0,"['*', '>']",* (],0,1.0 +0125,0125,12,symb,two_rule_comb3,0.0,"['$', '&']",$ &],1,1.0 +0125,0125,12,symb,two_rule_comb3,1.0,"['$', '%']",$ %,1,1.0 +0125,0125,12,symb,two_rule_comb3,2.0,"['(', ':']",( :],1,1.0 +0125,0125,12,symb,two_rule_comb3,3.0,"['&', ':']",& :],1,1.0 +0125,0125,12,symb,two_rule_comb3,4.0,"['<', '>']",< >],1,1.0 +0125,0125,12,symb,two_rule_comb3,5.0,"[':', '*']",: *],1,1.0 +0125,0125,12,symb,two_rule_comb3,6.0,"['$', '*']",$ *],1,1.0 +0125,0125,12,symb,two_rule_comb3,7.0,"['~', '&']",~ &],1,1.0 +0125,0125,12,symb,two_rule_comb3,8.0,"['$', ':']",$ :],1,1.0 +0125,0125,12,symb,two_rule_comb3,9.0,"['(', '<']",( <],1,1.0 +0125,0125,12,symb,two_rule_comb3,10.0,"['%', '(']",% ),0,1.0 +0125,0125,12,symb,two_rule_comb3,11.0,"[':', '~']",: ~],1,1.0 +0125,0125,12,symb,two_rule_comb3,12.0,"[':', '!']",: !],1,1.0 +0125,0125,12,symb,two_rule_comb3,13.0,"['<', '$']",< $,1,1.0 +0125,0125,12,symb,two_rule_comb3,14.0,"['~', '(']",~ (],1,1.0 +0125,0125,12,symb,two_rule_comb3,15.0,"['<', '!']",< !,1,1.0 +0125,0125,12,symb,two_rule_comb3,16.0,"['%', '<']",% <],1,1.0 +0125,0125,12,symb,two_rule_comb3,17.0,"['<', '<']",< <],1,1.0 +0125,0125,12,symb,two_rule_comb3,18.0,"['>', '%']",> %,1,1.0 +0125,0125,12,symb,two_rule_comb3,19.0,"['<', '~']",< ~],1,1.0 +0125,0125,12,symb,two_rule_comb3,20.0,"['~', '(']",~ (],1,1.0 +0125,0125,12,symb,two_rule_comb3,21.0,"['%', '~']",% ~,1,1.0 +0125,0125,12,symb,two_rule_comb3,22.0,"['>', '%']",> %],1,1.0 +0125,0125,12,symb,two_rule_comb3,23.0,"['~', ':']",~ :],1,1.0 +0125,0125,12,symb,two_rule_comb3,24.0,"[':', '!']",: !,1,1.0 +0125,0125,12,symb,two_rule_comb3,25.0,"['&', '>']",& >,1,1.0 +0125,0125,12,symb,two_rule_comb3,26.0,"['&', '*']",$ &,0,1.0 +0125,0125,12,symb,two_rule_comb3,27.0,"['(', '~']",( ~],1,1.0 +0125,0125,12,symb,two_rule_comb3,28.0,"['&', '*']",*&,0,1.0 +0125,0125,12,symb,two_rule_comb3,29.0,"['%', '*']",% *],1,1.0 +0125,0125,12,symb,two_rule_comb3,30.0,"['*', '(']",* (],1,1.0 +0125,0125,12,symb,two_rule_comb3,31.0,"['<', '<']",< %],0,1.0 +0125,0125,12,symb,two_rule_comb3,32.0,"['$', '~']",$ ~,1,1.0 +0125,0125,12,symb,two_rule_comb3,33.0,"['$', '%']",% ~],0,1.0 +0125,0125,12,symb,two_rule_comb3,34.0,"['!', '(']",! !],0,1.0 +0125,0125,12,symb,two_rule_comb3,35.0,"['%', '&']",% &],1,1.0 +0125,0125,12,symb,two_rule_comb3,36.0,"['~', '!']",~ !],1,1.0 +0125,0125,12,symb,two_rule_comb3,37.0,"['!', '*']",! *,1,1.0 +0125,0125,12,symb,two_rule_comb3,38.0,"['*', '&']",* &,1,1.0 +0125,0125,12,symb,two_rule_comb3,39.0,"['&', '!']",& !],1,1.0 +0125,0125,12,symb,two_rule_comb3,40.0,"['$', '&']",$ &,1,1.0 +0125,0125,12,symb,two_rule_comb3,41.0,"['(', '(']",( (],1,1.0 +0125,0125,12,symb,two_rule_comb3,42.0,"['$', ':']",: $],0,1.0 +0125,0125,12,symb,two_rule_comb3,43.0,"['!', '*']",! *],1,1.0 +0125,0125,12,symb,two_rule_comb3,44.0,"['%', ':']",% :],1,1.0 +0125,0125,12,symb,two_rule_comb3,45.0,"['<', '*']",< *],1,1.0 +0125,0125,12,symb,two_rule_comb3,46.0,"['*', '!']",* !,1,1.0 +0125,0125,12,symb,two_rule_comb3,47.0,"['*', '(']",* (],1,1.0 +0125,0125,12,symb,two_rule_comb3,48.0,"['<', '&']",<&],1,1.0 +0125,0125,12,symb,two_rule_comb3,49.0,"['<', '*']",< *],1,1.0 +0125,0125,12,symb,two_rule_comb3,50.0,"['~', '$']",~ $],1,1.0 +0125,0125,12,symb,two_rule_comb3,51.0,"['~', '~']",& ~,0,1.0 +0125,0125,12,symb,two_rule_comb3,52.0,"['~', '!']",~ !],1,1.0 +0125,0125,12,symb,two_rule_comb3,53.0,"['(', '*']",( *],1,1.0 +0125,0125,12,symb,two_rule_comb3,54.0,"['$', '$']",$ >,0,1.0 +0125,0125,12,symb,two_rule_comb3,55.0,"['*', '~']",* ~],1,1.0 +0125,0125,12,symb,two_rule_comb3,56.0,"['!', '%']",! %,1,1.0 +0125,0125,12,symb,two_rule_comb3,57.0,"[':', '~']",: ~],1,1.0 +0125,0125,12,symb,two_rule_comb3,58.0,"['>', ':']",: >],0,1.0 +0125,0125,12,symb,two_rule_comb3,59.0,"['!', '*']",! *],1,1.0 +0125,0125,12,symb,two_rule_comb3,60.0,"[':', '&']",: &],1,1.0 +0125,0125,12,symb,two_rule_comb3,61.0,"['!', '>']",! >],1,1.0 +0125,0125,12,symb,two_rule_comb3,62.0,"['$', '~']",$ ~],1,1.0 +0125,0125,12,symb,two_rule_comb3,63.0,"['$', '&']",$ &,1,1.0 +0125,0125,12,symb,two_rule_comb3,64.0,"['&', '&']",& %],0,1.0 +0125,0125,12,symb,two_rule_comb3,65.0,"['$', '>']",$ >,1,1.0 +0125,0125,12,symb,two_rule_comb3,66.0,"[':', '>']",: >],1,1.0 +0125,0125,12,symb,two_rule_comb3,67.0,"['$', '*']",$ *],1,1.0 +0125,0125,12,symb,two_rule_comb3,68.0,"[':', '*']",: *],1,1.0 +0125,0125,12,symb,two_rule_comb3,69.0,"['&', '!']",& !],1,1.0 +0125,0125,12,symb,two_rule_comb3,70.0,"['(', '>']",( >],1,1.0 +0125,0125,12,symb,two_rule_comb3,71.0,"['>', '*']",> *],1,1.0 +0125,0125,12,symb,two_rule_comb3,72.0,"['%', '*']",% *,1,1.0 +0125,0125,12,symb,two_rule_comb3,73.0,"['~', '&']",~ &],1,1.0 +0125,0125,12,symb,two_rule_comb3,74.0,"['!', '!']",! !],1,1.0 +0125,0125,12,symb,two_rule_comb3,75.0,"[':', '(']",: (],1,1.0 +0125,0125,12,symb,two_rule_comb3,76.0,"['>', '%']",% >,0,1.0 +0125,0125,12,symb,two_rule_comb3,77.0,"['%', ':']",% :],1,1.0 +0125,0125,12,symb,two_rule_comb3,78.0,"[':', '!']",: !],1,1.0 +0125,0125,12,symb,two_rule_comb3,79.0,"['(', '*']",( *],1,1.0 +0125,0125,12,symb,two_rule_comb3,80.0,"['&', '%']",& %],1,1.0 +0125,0125,12,symb,two_rule_comb3,81.0,"['!', '%']",! %],1,1.0 +0125,0125,12,symb,two_rule_comb3,82.0,"['&', '(']",& (],1,1.0 +0125,0125,12,symb,two_rule_comb3,83.0,"['%', '(']",% (],1,1.0 +0125,0125,12,symb,two_rule_comb3,84.0,"['&', '(']",& (],1,1.0 +0125,0125,12,symb,two_rule_comb3,85.0,"['~', '$']",$ ~,0,1.0 +0125,0125,12,symb,two_rule_comb3,86.0,"['!', ':']",: !],0,1.0 +0125,0125,12,symb,two_rule_comb3,87.0,"['$', '<']",< &],0,1.0 +0125,0125,12,symb,two_rule_comb3,88.0,"['~', '*']",~ *],1,1.0 +0125,0125,12,symb,two_rule_comb3,89.0,"['*', '&']",& %],0,1.0 +0125,0125,12,symb,two_rule_comb3,90.0,"['!', '~']",$ ~,0,1.0 +0125,0125,12,symb,two_rule_comb3,91.0,"['<', '(']",< :],0,1.0 +0125,0125,12,symb,two_rule_comb3,92.0,"['*', '<']",* <],1,1.0 +0125,0125,12,symb,two_rule_comb3,93.0,"['*', '~']",* ~,1,1.0 +0125,0125,12,symb,two_rule_comb3,94.0,"['~', '*']",~ *],1,1.0 +0125,0125,12,symb,two_rule_comb3,95.0,"['>', ':']",> :],1,1.0 +0125,0125,12,symb,two_rule_comb3,96.0,"['<', ':']",< :],1,1.0 +0125,0125,12,symb,two_rule_comb3,97.0,"[':', '$']",: $],1,1.0 +0125,0125,12,symb,two_rule_comb3,98.0,"['&', '!']",& !],1,1.0 +0125,0125,12,symb,two_rule_comb3,99.0,"['(', '$']",( $],1,1.0 +0125,0125,12,symb,two_rule_comb4,0.0,"['&', '~']",$ >,0,1.0 +0125,0125,12,symb,two_rule_comb4,1.0,"['<', '>']",& (],0,1.0 +0125,0125,12,symb,two_rule_comb4,2.0,"['(', '!']",& !,0,1.0 +0125,0125,12,symb,two_rule_comb4,3.0,"['!', '&']",! :],0,1.0 +0125,0125,12,symb,two_rule_comb4,4.0,"['&', '(']",( (],0,1.0 +0125,0125,12,symb,two_rule_comb4,5.0,"['$', '&']",$ ),0,1.0 +0125,0125,12,symb,two_rule_comb4,6.0,"['&', '!']",% *],0,1.0 +0125,0125,12,symb,two_rule_comb4,7.0,"['!', '(']",! <,0,1.0 +0125,0125,12,symb,two_rule_comb4,8.0,"['~', '(']",) !],0,1.0 +0125,0125,12,symb,two_rule_comb4,9.0,"['*', '(']",~ >],0,1.0 +0125,0125,12,symb,two_rule_comb4,10.0,"[':', '<']",* <],0,1.0 +0125,0125,12,symb,two_rule_comb4,11.0,"['%', '&']",: <],0,1.0 +0125,0125,12,symb,two_rule_comb4,12.0,"['$', '(']",$ >,0,1.0 +0125,0125,12,symb,two_rule_comb4,13.0,"['$', '%']",$ ~,0,1.0 +0125,0125,12,symb,two_rule_comb4,14.0,"['$', '*']",$ <],0,1.0 +0125,0125,12,symb,two_rule_comb4,15.0,"['~', '~']",~ !],0,1.0 +0125,0125,12,symb,two_rule_comb4,16.0,"['&', '%']",$ %,0,1.0 +0125,0125,12,symb,two_rule_comb4,17.0,"['<', '$']",< ~],0,1.0 +0125,0125,12,symb,two_rule_comb4,18.0,"['>', '$']",! &,0,1.0 +0125,0125,12,symb,two_rule_comb4,19.0,"['*', '!']",$ ~,0,1.0 +0125,0125,12,symb,two_rule_comb4,20.0,"['$', '*']",* ~],0,1.0 +0125,0125,12,symb,two_rule_comb4,21.0,"['(', '&']",: >,0,1.0 +0125,0125,12,symb,two_rule_comb4,22.0,"['(', '!']",: &],0,1.0 +0125,0125,12,symb,two_rule_comb4,23.0,"['&', '!']",$ ~],0,1.0 +0125,0125,12,symb,two_rule_comb4,24.0,"['<', ':']",<*,0,1.0 +0125,0125,12,symb,two_rule_comb4,25.0,"['<', '!']",< ~,0,1.0 +0125,0125,12,symb,two_rule_comb4,26.0,"['&', '&']",% &,0,1.0 +0125,0125,12,symb,two_rule_comb4,27.0,"[':', '(']",% &],0,1.0 +0125,0125,12,symb,two_rule_comb4,28.0,"['(', '*']",% !],0,1.0 +0125,0125,12,symb,two_rule_comb4,29.0,"['(', '&']",( *],0,1.0 +0125,0125,12,symb,two_rule_comb4,30.0,"['$', '~']",< %],0,1.0 +0125,0125,12,symb,two_rule_comb4,31.0,"['%', '>']",: <],0,1.0 +0125,0125,12,symb,two_rule_comb4,32.0,"['%', '%']",% $],0,1.0 +0125,0125,12,symb,two_rule_comb4,33.0,"['<', '%']",< ~],0,1.0 +0125,0125,12,symb,two_rule_comb4,34.0,"[':', '~']",% >],0,1.0 +0125,0125,12,symb,two_rule_comb4,35.0,"['<', '>']",< (],0,1.0 +0125,0125,12,symb,two_rule_comb4,36.0,"['%', '(']",: $],0,1.0 +0125,0125,12,symb,two_rule_comb4,37.0,"['$', '(']",$ >,0,1.0 +0125,0125,12,symb,two_rule_comb4,38.0,"['>', '%']",> >],0,1.0 +0125,0125,12,symb,two_rule_comb4,39.0,"['%', '(']",! *],0,1.0 +0125,0125,12,symb,two_rule_comb4,40.0,"['>', '*']",> !],0,1.0 +0125,0125,12,symb,two_rule_comb4,41.0,"['!', '$']",> *],0,1.0 +0125,0125,12,symb,two_rule_comb4,42.0,"['<', '%']",< *],0,1.0 +0125,0125,12,symb,two_rule_comb4,43.0,"['$', '<']",& <],0,1.0 +0125,0125,12,symb,two_rule_comb4,44.0,"['<', '%']",< !,0,1.0 +0125,0125,12,symb,two_rule_comb4,45.0,"['&', '!']",> !],0,1.0 +0125,0125,12,symb,two_rule_comb4,46.0,"['&', '%']",$ *],0,1.0 +0125,0125,12,symb,two_rule_comb4,47.0,"['*', '(']",* <,0,1.0 +0125,0125,12,symb,two_rule_comb4,48.0,"['<', '(']",: (],0,1.0 +0125,0125,12,symb,two_rule_comb4,49.0,"['~', '!']",% %],0,1.0 +0125,0125,12,symb,two_rule_comb4,50.0,"['$', '(']",& :],0,1.0 +0125,0125,12,symb,two_rule_comb4,51.0,"['~', '<']",*,0,1.0 +0125,0125,12,symb,two_rule_comb4,52.0,"[':', '~']",: <,0,1.0 +0125,0125,12,symb,two_rule_comb4,53.0,"['>', '*']",* *],0,1.0 +0125,0125,12,symb,two_rule_comb4,54.0,"['~', '(']",< <],0,1.0 +0125,0125,12,symb,two_rule_comb4,55.0,"['>', '!']",( >,0,1.0 +0125,0125,12,symb,two_rule_comb4,56.0,"['>', '$']",$ $],0,1.0 +0125,0125,12,symb,two_rule_comb4,57.0,"[':', '&']",: *],0,1.0 +0125,0125,12,symb,two_rule_comb4,58.0,"['~', '&']",! &],0,1.0 +0125,0125,12,symb,two_rule_comb4,59.0,"[':', ':']",: *],0,1.0 +0125,0125,12,symb,two_rule_comb4,60.0,"['&', '<']",% <],0,1.0 +0125,0125,12,symb,two_rule_comb4,61.0,"[':', '<']",: :],0,1.0 +0125,0125,12,symb,two_rule_comb4,62.0,"['$', '!']",! >,0,1.0 +0125,0125,12,symb,two_rule_comb4,63.0,"['%', '*']",! *],0,1.0 +0125,0125,12,symb,two_rule_comb4,64.0,"['%', '*']",: %],0,1.0 +0125,0125,12,symb,two_rule_comb4,65.0,"['*', '>']",* ~],0,1.0 +0125,0125,12,symb,two_rule_comb4,66.0,"['*', '>']",* !,0,1.0 +0125,0125,12,symb,two_rule_comb4,67.0,"['~', '(']",~ ~],0,1.0 +0125,0125,12,symb,two_rule_comb4,68.0,"['!', '>']",: >],0,1.0 +0125,0125,12,symb,two_rule_comb4,69.0,"['&', '<']",& :],0,1.0 +0125,0125,12,symb,two_rule_comb4,70.0,"['&', '&']",& >],0,1.0 +0125,0125,12,symb,two_rule_comb4,71.0,"['%', '&']",% >],0,1.0 +0125,0125,12,symb,two_rule_comb4,72.0,"['(', '$']",: :],0,1.0 +0125,0125,12,symb,two_rule_comb4,73.0,"['<', '!']",: !],0,1.0 +0125,0125,12,symb,two_rule_comb4,74.0,"['%', '%']",% $],0,1.0 +0125,0125,12,symb,two_rule_comb4,75.0,"['!', '%']",! *,0,1.0 +0125,0125,12,symb,two_rule_comb4,76.0,"['&', '!']",: *],0,1.0 +0125,0125,12,symb,two_rule_comb4,77.0,"['!', '$']",$ ~,0,1.0 +0125,0125,12,symb,two_rule_comb4,78.0,"['>', '<']",> *],0,1.0 +0125,0125,12,symb,two_rule_comb4,79.0,"['<', '~']",: >,0,1.0 +0125,0125,12,symb,two_rule_comb4,80.0,"['(', '~']",( *],0,1.0 +0125,0125,12,symb,two_rule_comb4,81.0,"['(', ':']",% :],0,1.0 +0125,0125,12,symb,two_rule_comb4,82.0,"['!', '*']",> :],0,1.0 +0125,0125,12,symb,two_rule_comb4,83.0,"['%', '*']",! *],0,1.0 +0125,0125,12,symb,two_rule_comb4,84.0,"['>', '%']",% :],0,1.0 +0125,0125,12,symb,two_rule_comb4,85.0,"['<', '&']",< >],0,1.0 +0125,0125,12,symb,two_rule_comb4,86.0,"['>', ':']",> :],1,1.0 +0125,0125,12,symb,two_rule_comb4,87.0,"['%', '<']",% ],0,1.0 +0125,0125,12,symb,two_rule_comb4,88.0,"['>', '(']",! *],0,1.0 +0125,0125,12,symb,two_rule_comb4,89.0,"['$', '$']",< ~],0,1.0 +0125,0125,12,symb,two_rule_comb4,90.0,"[':', '%']",: ~],0,1.0 +0125,0125,12,symb,two_rule_comb4,91.0,"['*', '&']",~ &,0,1.0 +0125,0125,12,symb,two_rule_comb4,92.0,"['(', '<']",< *],0,1.0 +0125,0125,12,symb,two_rule_comb4,93.0,"['(', '<']",> <],0,1.0 +0125,0125,12,symb,two_rule_comb4,94.0,"['~', '%']",! ~],0,1.0 +0125,0125,12,symb,two_rule_comb4,95.0,"['!', '<']",!*,0,1.0 +0125,0125,12,symb,two_rule_comb4,96.0,"['>', '&']",> >],0,1.0 +0125,0125,12,symb,two_rule_comb4,97.0,"['(', '$']",( >],0,1.0 +0125,0125,12,symb,two_rule_comb4,98.0,"['%', '$']",% ~,0,1.0 +0125,0125,12,symb,two_rule_comb4,99.0,"['&', '~']",# ~],0,1.0 +0125,0125,12,symb,two_rule_comb5,0.0,"['*', '%']",* %],1,1.0 +0125,0125,12,symb,two_rule_comb5,1.0,"['(', '(']",# ?,0,1.0 +0125,0125,12,symb,two_rule_comb5,2.0,"['$', '$']",: &],0,1.0 +0125,0125,12,symb,two_rule_comb5,3.0,"['(', '<']",: &,0,1.0 +0125,0125,12,symb,two_rule_comb5,4.0,"['$', '(']",% <,0,1.0 +0125,0125,12,symb,two_rule_comb5,5.0,"['%', '&']",: $],0,1.0 +0125,0125,12,symb,two_rule_comb5,6.0,"['$', '&']",(? &),0,1.0 +0125,0125,12,symb,two_rule_comb5,7.0,"['*', '!']",> !],0,1.0 +0125,0125,12,symb,two_rule_comb5,8.0,"['(', '%']",: :],0,1.0 +0125,0125,12,symb,two_rule_comb5,9.0,"['!', '(']",> %],0,1.0 +0125,0125,12,symb,two_rule_comb5,10.0,"['$', '%']",< (],0,1.0 +0125,0125,12,symb,two_rule_comb5,11.0,"['(', ':']",# @],0,1.0 +0125,0125,12,symb,two_rule_comb5,12.0,"['$', '~']",! ~],0,1.0 +0125,0125,12,symb,two_rule_comb5,13.0,"['!', '~']",> *],0,1.0 +0125,0125,12,symb,two_rule_comb5,14.0,"['<', ':']",& (,0,1.0 +0125,0125,12,symb,two_rule_comb5,15.0,"['~', '&']",! (],0,1.0 +0125,0125,12,symb,two_rule_comb5,16.0,"['&', '$']",~ $],0,1.0 +0125,0125,12,symb,two_rule_comb5,17.0,"['~', '(']",# @],0,1.0 +0125,0125,12,symb,two_rule_comb5,18.0,"['&', '%']",$ :],0,1.0 +0125,0125,12,symb,two_rule_comb5,19.0,"['>', '$']",? ?],0,1.0 +0125,0125,12,symb,two_rule_comb5,20.0,"['&', '$']",$ &,0,1.0 +0125,0125,12,symb,two_rule_comb5,21.0,"[':', '<']",& ],0,1.0 +0125,0125,12,symb,two_rule_comb5,22.0,"['$', '~']",) )],0,1.0 +0125,0125,12,symb,two_rule_comb5,23.0,"['~', '%']",# @],0,1.0 +0125,0125,12,symb,two_rule_comb5,24.0,"['$', '!']",& >],0,1.0 +0125,0125,12,symb,two_rule_comb5,25.0,"['$', ':']",< :],0,1.0 +0125,0125,12,symb,two_rule_comb5,26.0,"['&', '<']",& >],0,1.0 +0125,0125,12,symb,two_rule_comb5,27.0,"['*', '~']",* ~,1,1.0 +0125,0125,12,symb,two_rule_comb5,28.0,"['$', ':']",< %],0,1.0 +0125,0125,12,symb,two_rule_comb5,29.0,"[':', '>']",# #],0,1.0 +0125,0125,12,symb,two_rule_comb5,30.0,"['>', '(']",: !],0,1.0 +0125,0125,12,symb,two_rule_comb5,31.0,"['<', '!']",( :,0,1.0 +0125,0125,12,symb,two_rule_comb5,32.0,"['&', ':']",$ %],0,1.0 +0125,0125,12,symb,two_rule_comb5,33.0,"['$', '%']",~ ~],0,1.0 +0125,0125,12,symb,two_rule_comb5,34.0,"[':', '(']",%],0,1.0 +0125,0125,12,symb,two_rule_comb5,35.0,"['%', '%']",# &],0,1.0 +0125,0125,12,symb,two_rule_comb5,36.0,"['!', '&']",! !],0,1.0 +0125,0125,12,symb,two_rule_comb5,37.0,"['<', '~']",< >,0,1.0 +0125,0125,12,symb,two_rule_comb5,38.0,"['(', '!']",# >],0,1.0 +0125,0125,12,symb,two_rule_comb5,39.0,"['>', '<']",* &],0,1.0 +0125,0125,12,symb,two_rule_comb5,40.0,"['%', '$']",! !],0,1.0 +0125,0125,12,symb,two_rule_comb5,41.0,"['$', '<']",& &],0,1.0 +0125,0125,12,symb,two_rule_comb5,42.0,"['%', '(']",% ],0,1.0 +0125,0125,12,symb,two_rule_comb5,43.0,"['<', '$']",:) @},0,1.0 +0125,0125,12,symb,two_rule_comb5,44.0,"['*', '&']",? ?],0,1.0 +0125,0125,12,symb,two_rule_comb5,45.0,"['*', '&']",* %,0,1.0 +0125,0125,12,symb,two_rule_comb5,46.0,"['!', '$']",: )],0,1.0 +0125,0125,12,symb,two_rule_comb5,47.0,"['<', '>']",$ !],0,1.0 +0125,0125,12,symb,two_rule_comb5,48.0,"['!', ':']",> (],0,1.0 +0125,0125,12,symb,two_rule_comb5,49.0,"['%', ':']",# ?],0,1.0 +0125,0125,12,symb,two_rule_comb5,50.0,"['!', '<']",> &],0,1.0 +0125,0125,12,symb,two_rule_comb5,51.0,"['&', '>']",~ *)],0,1.0 +0125,0125,12,symb,two_rule_comb5,52.0,"['(', '$']",< %],0,1.0 +0125,0125,12,symb,two_rule_comb5,53.0,"['(', '*']",# #],0,1.0 +0125,0125,12,symb,two_rule_comb5,54.0,"['%', '$']",: <],0,1.0 +0125,0125,12,symb,two_rule_comb5,55.0,"['&', '%']",* %],0,1.0 +0125,0125,12,symb,two_rule_comb5,56.0,"['$', '<']",< &],0,1.0 +0125,0125,12,symb,two_rule_comb5,57.0,"['<', '<']",? %],0,1.0 +0125,0125,12,symb,two_rule_comb5,58.0,"['%', '<']",! *],0,1.0 +0125,0125,12,symb,two_rule_comb5,59.0,"['~', '*']",> ?],0,1.0 +0125,0125,12,symb,two_rule_comb5,60.0,"['~', '<']",# %],0,1.0 +0125,0125,12,symb,two_rule_comb5,61.0,"[':', '~']",*),0,1.0 +0125,0125,12,symb,two_rule_comb5,62.0,"['(', '~']",( >,0,1.0 +0125,0125,12,symb,two_rule_comb5,63.0,"['!', ':']",% >,0,1.0 +0125,0125,12,symb,two_rule_comb5,64.0,"[':', '%']",?],0,1.0 +0125,0125,12,symb,two_rule_comb5,65.0,"['~', '<']",>? <],0,1.0 +0125,0125,12,symb,two_rule_comb5,66.0,"['%', '>']",! :],0,1.0 +0125,0125,12,symb,two_rule_comb5,67.0,"['*', '<']",* <,1,1.0 +0125,0125,12,symb,two_rule_comb5,68.0,"['(', '%']",: (],0,1.0 +0125,0125,12,symb,two_rule_comb5,69.0,"['$', '*']",?],0,1.0 +0125,0125,12,symb,two_rule_comb5,70.0,"['>', '%']",? %],0,1.0 +0125,0125,12,symb,two_rule_comb5,71.0,"['~', '%']",{ ? },0,1.0 +0125,0125,12,symb,two_rule_comb5,72.0,"[':', '%']",) )],0,1.0 +0125,0125,12,symb,two_rule_comb5,73.0,"['<', '%']",:],0,1.0 +0125,0125,12,symb,two_rule_comb5,74.0,"['(', '$']",% <],0,1.0 +0125,0125,12,symb,two_rule_comb5,75.0,"['&', '(']",# >],0,1.0 +0125,0125,12,symb,two_rule_comb5,76.0,"['$', '%']",& :],0,1.0 +0125,0125,12,symb,two_rule_comb5,77.0,"['(', ':']",:],0,1.0 +0125,0125,12,symb,two_rule_comb5,78.0,"['(', '&']",% $],0,1.0 +0125,0125,12,symb,two_rule_comb5,79.0,"['>', '<']",::],0,1.0 +0125,0125,12,symb,two_rule_comb5,80.0,"['(', '!']",( ~,0,1.0 +0125,0125,12,symb,two_rule_comb5,81.0,"['<', '&']",$ <],0,1.0 +0125,0125,12,symb,two_rule_comb5,82.0,"['<', '&']",$ $,0,1.0 +0125,0125,12,symb,two_rule_comb5,83.0,"['%', ':']",# @],0,1.0 +0125,0125,12,symb,two_rule_comb5,84.0,"['*', ':']",> !],0,1.0 +0125,0125,12,symb,two_rule_comb5,85.0,"['>', '*']",! ~],0,1.0 +0125,0125,12,symb,two_rule_comb5,86.0,"['!', '$']",> &],0,1.0 +0125,0125,12,symb,two_rule_comb5,87.0,"['>', '!']",! >],0,1.0 +0125,0125,12,symb,two_rule_comb5,88.0,"['&', '~']",( !],0,1.0 +0125,0125,12,symb,two_rule_comb5,89.0,"['(', '%']",% (,0,1.0 +0125,0125,12,symb,two_rule_comb5,90.0,"['(', '$']",: &],0,1.0 +0125,0125,12,symb,two_rule_comb5,91.0,"[':', '(']",% %],0,1.0 +0125,0125,12,symb,two_rule_comb5,92.0,"['(', '(']",: %],0,1.0 +0125,0125,12,symb,two_rule_comb5,93.0,"['&', '<']",# #],0,1.0 +0125,0125,12,symb,two_rule_comb5,94.0,"['&', ':']",$ (],0,1.0 +0125,0125,12,symb,two_rule_comb5,95.0,"['~', '>']",~ *],0,1.0 +0125,0125,12,symb,two_rule_comb5,96.0,"['&', '&']",* ],0,1.0 +0125,0125,12,symb,two_rule_comb5,97.0,"['$', '>']",! >],0,1.0 +0125,0125,12,symb,two_rule_comb5,98.0,"['~', ':']",]? >,0,1.0 +0125,0125,12,symb,two_rule_comb5,99.0,"['%', ':']",: )],0,1.0 +0125,0125,12,symb,three_rule_comb0,0.0,"['&', ':', ':']",& : :],1,1.0 +0125,0125,12,symb,three_rule_comb0,1.0,"['!', '%', '%']",! % %,1,1.0 +0125,0125,12,symb,three_rule_comb0,2.0,"['*', '$', '%']",* $ %,1,1.0 +0125,0125,12,symb,three_rule_comb0,3.0,"['$', '>', '*']",$ > *],1,1.0 +0125,0125,12,symb,three_rule_comb0,4.0,"[':', '%', '<']",: % <],1,1.0 +0125,0125,12,symb,three_rule_comb0,5.0,"['~', '%', '$']",~ % $],1,1.0 +0125,0125,12,symb,three_rule_comb0,6.0,"['(', '$', ':']",( $ :],1,1.0 +0125,0125,12,symb,three_rule_comb0,7.0,"[':', '>', '&']",: > &],1,1.0 +0125,0125,12,symb,three_rule_comb0,8.0,"['*', '<', '!']",* < !,1,1.0 +0125,0125,12,symb,three_rule_comb0,9.0,"[':', '$', '(']",: $ (],1,1.0 +0125,0125,12,symb,three_rule_comb0,10.0,"['&', '<', '>']",& < >],1,1.0 +0125,0125,12,symb,three_rule_comb0,11.0,"['$', '&', '!']",$ & !,1,1.0 +0125,0125,12,symb,three_rule_comb0,12.0,"['&', '<', '(']",& < (,1,1.0 +0125,0125,12,symb,three_rule_comb0,13.0,"['>', '>', '$']",> > $,1,1.0 +0125,0125,12,symb,three_rule_comb0,14.0,"['(', '$', '<']",<,0,1.0 +0125,0125,12,symb,three_rule_comb0,15.0,"['(', '>', '*']",( > *,1,1.0 +0125,0125,12,symb,three_rule_comb0,16.0,"['~', '!', '&']",&,0,1.0 +0125,0125,12,symb,three_rule_comb0,17.0,"[':', '*', '(']",: * (,1,1.0 +0125,0125,12,symb,three_rule_comb0,18.0,"['<', '>', '>']",< > >,1,1.0 +0125,0125,12,symb,three_rule_comb0,19.0,"['<', '~', '!']",< ~ !],1,1.0 +0125,0125,12,symb,three_rule_comb0,20.0,"['*', '*', '(']",* * (],1,1.0 +0125,0125,12,symb,three_rule_comb0,21.0,"['>', '&', '%']",> & %],1,1.0 +0125,0125,12,symb,three_rule_comb0,22.0,"[':', '&', '&']",: & &,1,1.0 +0125,0125,12,symb,three_rule_comb0,23.0,"['*', '&', '!']",* & !],1,1.0 +0125,0125,12,symb,three_rule_comb0,24.0,"['~', '>', '&']",~ > &,1,1.0 +0125,0125,12,symb,three_rule_comb0,25.0,"['&', '(', '!']",% ( %],0,1.0 +0125,0125,12,symb,three_rule_comb0,26.0,"[':', '$', '~']",: $ ~,1,1.0 +0125,0125,12,symb,three_rule_comb0,27.0,"['(', '!', '!']",( ! !],1,1.0 +0125,0125,12,symb,three_rule_comb0,28.0,"[':', '(', '&']",: ( &],1,1.0 +0125,0125,12,symb,three_rule_comb0,29.0,"['*', '%', '(']",* % (],1,1.0 +0125,0125,12,symb,three_rule_comb0,30.0,"['~', '>', '!']",~ > !],1,1.0 +0125,0125,12,symb,three_rule_comb0,31.0,"['&', '&', ':']",& & :],1,1.0 +0125,0125,12,symb,three_rule_comb0,32.0,"['(', ':', ':']",( : :],1,1.0 +0125,0125,12,symb,three_rule_comb0,33.0,"['%', '<', '<']",% < <,1,1.0 +0125,0125,12,symb,three_rule_comb0,34.0,"['&', ':', '%']",& : %,1,1.0 +0125,0125,12,symb,three_rule_comb0,35.0,"['<', ':', '%']",< : %,1,1.0 +0125,0125,12,symb,three_rule_comb0,36.0,"['&', '(', ':']",& ( :,1,1.0 +0125,0125,12,symb,three_rule_comb0,37.0,"['&', '~', '(']",& ~ (],1,1.0 +0125,0125,12,symb,three_rule_comb0,38.0,"[':', '>', '$']",: > $],1,1.0 +0125,0125,12,symb,three_rule_comb0,39.0,"[':', ':', '&']",: : &],1,1.0 +0125,0125,12,symb,three_rule_comb0,40.0,"['$', '(', '(']",$ ( (,1,1.0 +0125,0125,12,symb,three_rule_comb0,41.0,"['%', '&', '>']",% & >,1,1.0 +0125,0125,12,symb,three_rule_comb0,42.0,"['>', '%', '~']",> % ~],1,1.0 +0125,0125,12,symb,three_rule_comb0,43.0,"['!', '%', '!']",! % !,1,1.0 +0125,0125,12,symb,three_rule_comb0,44.0,"['$', '&', '%']",$ & %,1,1.0 +0125,0125,12,symb,three_rule_comb0,45.0,"[':', '>', '*']",: > *,1,1.0 +0125,0125,12,symb,three_rule_comb0,46.0,"['*', '~', '~']",* ~ ~],1,1.0 +0125,0125,12,symb,three_rule_comb0,47.0,"['>', '*', '>']",> * >,1,1.0 +0125,0125,12,symb,three_rule_comb0,48.0,"[':', '!', '<']",: ! <],1,1.0 +0125,0125,12,symb,three_rule_comb0,49.0,"['(', '(', '$']",( ( $,1,1.0 +0125,0125,12,symb,three_rule_comb0,50.0,"[':', '!', '>']",: ! >],1,1.0 +0125,0125,12,symb,three_rule_comb0,51.0,"['*', '&', '>']",* & >,1,1.0 +0125,0125,12,symb,three_rule_comb0,52.0,"['$', '<', '<']",$ < >,0,1.0 +0125,0125,12,symb,three_rule_comb0,53.0,"[':', '!', '>']",: ! >],1,1.0 +0125,0125,12,symb,three_rule_comb0,54.0,"['(', '$', '&']",( $ &],1,1.0 +0125,0125,12,symb,three_rule_comb0,55.0,"['>', '(', '~']",> ( ~,1,1.0 +0125,0125,12,symb,three_rule_comb0,56.0,"['>', '!', '>']",> ! >,1,1.0 +0125,0125,12,symb,three_rule_comb0,57.0,"['%', '(', '$']",% ( $,1,1.0 +0125,0125,12,symb,three_rule_comb0,58.0,"['*', '&', '$']",* & $,1,1.0 +0125,0125,12,symb,three_rule_comb0,59.0,"['!', '*', '~']",! * ~,1,1.0 +0125,0125,12,symb,three_rule_comb0,60.0,"['*', '<', '&']",* < &,1,1.0 +0125,0125,12,symb,three_rule_comb0,61.0,"['!', '&', '%']",! & %],1,1.0 +0125,0125,12,symb,three_rule_comb0,62.0,"['$', ':', '<']",$ : <,1,1.0 +0125,0125,12,symb,three_rule_comb0,63.0,"['<', '~', '!']",< ~ !,1,1.0 +0125,0125,12,symb,three_rule_comb0,64.0,"['!', '<', '<']",! < <],1,1.0 +0125,0125,12,symb,three_rule_comb0,65.0,"['&', '%', '~']",& % ~],1,1.0 +0125,0125,12,symb,three_rule_comb0,66.0,"['%', ':', '*']",% : *],1,1.0 +0125,0125,12,symb,three_rule_comb0,67.0,"[':', '!', '$']",: ! $,1,1.0 +0125,0125,12,symb,three_rule_comb0,68.0,"['>', '<', '(']",> < (,1,1.0 +0125,0125,12,symb,three_rule_comb0,69.0,"['*', '&', '>']",* & >,1,1.0 +0125,0125,12,symb,three_rule_comb0,70.0,"[':', ':', '!']",: : !],1,1.0 +0125,0125,12,symb,three_rule_comb0,71.0,"['>', ':', '~']",> : ~,1,1.0 +0125,0125,12,symb,three_rule_comb0,72.0,"['<', '<', '~']",< < ~,1,1.0 +0125,0125,12,symb,three_rule_comb0,73.0,"['&', '*', ':']",& * :],1,1.0 +0125,0125,12,symb,three_rule_comb0,74.0,"['&', '%', '>']",& % >],1,1.0 +0125,0125,12,symb,three_rule_comb0,75.0,"['~', '$', '!']",~ $ !],1,1.0 +0125,0125,12,symb,three_rule_comb0,76.0,"['(', '*', '~']",( * ~],1,1.0 +0125,0125,12,symb,three_rule_comb0,77.0,"['(', '~', '>']",( ~ >],1,1.0 +0125,0125,12,symb,three_rule_comb0,78.0,"['*', '>', '$']",* > $,1,1.0 +0125,0125,12,symb,three_rule_comb0,79.0,"['~', '$', '*']",~ $ *,1,1.0 +0125,0125,12,symb,three_rule_comb0,80.0,"['&', '!', '>']",& ! >,1,1.0 +0125,0125,12,symb,three_rule_comb0,81.0,"[':', '*', '!']",: * !],1,1.0 +0125,0125,12,symb,three_rule_comb0,82.0,"['*', '(', '$']",* ( $],1,1.0 +0125,0125,12,symb,three_rule_comb0,83.0,"['~', '$', '>']",~ $ >],1,1.0 +0125,0125,12,symb,three_rule_comb0,84.0,"[':', '>', '<']",: > <],1,1.0 +0125,0125,12,symb,three_rule_comb0,85.0,"[':', '$', '>']",: $ >],1,1.0 +0125,0125,12,symb,three_rule_comb0,86.0,"['~', '>', '>']",~ > >,1,1.0 +0125,0125,12,symb,three_rule_comb0,87.0,"['~', '&', '$']",~ & $],1,1.0 +0125,0125,12,symb,three_rule_comb0,88.0,"['&', '!', '>']",& ! >,1,1.0 +0125,0125,12,symb,three_rule_comb0,89.0,"['*', '&', '$']",$,0,1.0 +0125,0125,12,symb,three_rule_comb0,90.0,"['*', '%', '>']",* % >,1,1.0 +0125,0125,12,symb,three_rule_comb0,91.0,"['(', '%', '(']",( % (],1,1.0 +0125,0125,12,symb,three_rule_comb0,92.0,"['<', '(', '&']",< ( &,1,1.0 +0125,0125,12,symb,three_rule_comb0,93.0,"['%', ':', '*']",% : *,1,1.0 +0125,0125,12,symb,three_rule_comb0,94.0,"['%', '!', '<']",% ! <,1,1.0 +0125,0125,12,symb,three_rule_comb0,95.0,"['>', '$', '*']",> $ *,1,1.0 +0125,0125,12,symb,three_rule_comb0,96.0,"['$', '>', '>']",$ > >],1,1.0 +0125,0125,12,symb,three_rule_comb0,97.0,"['*', '&', ':']",* & :],1,1.0 +0125,0125,12,symb,three_rule_comb0,98.0,"['(', '>', '$']",( > $],1,1.0 +0125,0125,12,symb,three_rule_comb0,99.0,"['<', ':', '&']",< : &,1,1.0 +0125,0125,12,symb,three_rule_comb1,0.0,"['~', '$', '%']",~ $ %],1,1.0 +0125,0125,12,symb,three_rule_comb1,1.0,"[':', '$', '$']",: $ $,1,1.0 +0125,0125,12,symb,three_rule_comb1,2.0,"['!', '!', '*']",! ! *],1,1.0 +0125,0125,12,symb,three_rule_comb1,3.0,"['~', '(', ':']",:],0,1.0 +0125,0125,12,symb,three_rule_comb1,4.0,"['*', '*', '!']",* !,0,1.0 +0125,0125,12,symb,three_rule_comb1,5.0,"['*', '!', '<']",* ! <,1,1.0 +0125,0125,12,symb,three_rule_comb1,6.0,"['~', '(', '(']",~ ( >],0,1.0 +0125,0125,12,symb,three_rule_comb1,7.0,"['<', '>', '~']",< > ~,1,1.0 +0125,0125,12,symb,three_rule_comb1,8.0,"['*', '(', '>']",* ( >],1,1.0 +0125,0125,12,symb,three_rule_comb1,9.0,"['>', '>', ':']",> % :,0,1.0 +0125,0125,12,symb,three_rule_comb1,10.0,"['&', '$', '&']",& $ &,1,1.0 +0125,0125,12,symb,three_rule_comb1,11.0,"['!', '<', '<']",! < %,0,1.0 +0125,0125,12,symb,three_rule_comb1,12.0,"['>', '>', '~']",> $ ~,0,1.0 +0125,0125,12,symb,three_rule_comb1,13.0,"[':', '!', '*']",: ! *,1,1.0 +0125,0125,12,symb,three_rule_comb1,14.0,"[':', '$', '!']",: $ !],1,1.0 +0125,0125,12,symb,three_rule_comb1,15.0,"['%', '!', '%']",% ! %],1,1.0 +0125,0125,12,symb,three_rule_comb1,16.0,"['(', '~', '%']",( % %],0,1.0 +0125,0125,12,symb,three_rule_comb1,17.0,"['*', '>', '%']",* > %],1,1.0 +0125,0125,12,symb,three_rule_comb1,18.0,"['!', '!', '<']",! ! <,1,1.0 +0125,0125,12,symb,three_rule_comb1,19.0,"['>', '(', '$']",> % $],0,1.0 +0125,0125,12,symb,three_rule_comb1,20.0,"['(', '&', '%']",( & %],1,1.0 +0125,0125,12,symb,three_rule_comb1,21.0,"['$', '&', '~']",$ & ~,1,1.0 +0125,0125,12,symb,three_rule_comb1,22.0,"['<', '<', '>']",< < >,1,1.0 +0125,0125,12,symb,three_rule_comb1,23.0,"['&', ':', '$']",& : $,1,1.0 +0125,0125,12,symb,three_rule_comb1,24.0,"['$', '(', '!']",$ ( !,1,1.0 +0125,0125,12,symb,three_rule_comb1,25.0,"[':', '(', '~']",: ( ~,1,1.0 +0125,0125,12,symb,three_rule_comb1,26.0,"[':', '>', '&']",: > &,1,1.0 +0125,0125,12,symb,three_rule_comb1,27.0,"['$', '$', '<']",$ $ >],0,1.0 +0125,0125,12,symb,three_rule_comb1,28.0,"['%', '*', ':']",% * :],1,1.0 +0125,0125,12,symb,three_rule_comb1,29.0,"[':', '~', '*']",: ~ *],1,1.0 +0125,0125,12,symb,three_rule_comb1,30.0,"['~', '%', '%']",~ % %],1,1.0 +0125,0125,12,symb,three_rule_comb1,31.0,"['!', '$', ':']",! $ :],1,1.0 +0125,0125,12,symb,three_rule_comb1,32.0,"['&', '*', '%']",& * %],1,1.0 +0125,0125,12,symb,three_rule_comb1,33.0,"['*', '~', '&']",* ~ &,1,1.0 +0125,0125,12,symb,three_rule_comb1,34.0,"['(', '(', '*']",( ( *],1,1.0 +0125,0125,12,symb,three_rule_comb1,35.0,"[':', '&', '*']",: & *],1,1.0 +0125,0125,12,symb,three_rule_comb1,36.0,"['(', ':', '*']",< : *,0,1.0 +0125,0125,12,symb,three_rule_comb1,37.0,"['<', '<', '~']",< : ~,0,1.0 +0125,0125,12,symb,three_rule_comb1,38.0,"[':', ':', '*']",% : *,0,1.0 +0125,0125,12,symb,three_rule_comb1,39.0,"['$', '*', '<']",$ * <,1,1.0 +0125,0125,12,symb,three_rule_comb1,40.0,"['!', '*', '%']",! * %,1,1.0 +0125,0125,12,symb,three_rule_comb1,41.0,"['<', '*', '<']",: * <],0,1.0 +0125,0125,12,symb,three_rule_comb1,42.0,"['<', '~', '%']",< ~ %,1,1.0 +0125,0125,12,symb,three_rule_comb1,43.0,"['>', '&', '!']",> % !,0,1.0 +0125,0125,12,symb,three_rule_comb1,44.0,"['*', '~', '<']",$ ~ <,0,1.0 +0125,0125,12,symb,three_rule_comb1,45.0,"['<', '$', '$']",< $ $,1,1.0 +0125,0125,12,symb,three_rule_comb1,46.0,"['~', '<', ':']",~ % :],0,1.0 +0125,0125,12,symb,three_rule_comb1,47.0,"[':', '>', '%']",: > %,1,1.0 +0125,0125,12,symb,three_rule_comb1,48.0,"['&', '~', '*']",& ~ *],1,1.0 +0125,0125,12,symb,three_rule_comb1,49.0,"['>', '*', '<']",$ * <,0,1.0 +0125,0125,12,symb,three_rule_comb1,50.0,"['<', '&', '!']",< & !],1,1.0 +0125,0125,12,symb,three_rule_comb1,51.0,"['~', '%', '%']",~ % %],1,1.0 +0125,0125,12,symb,three_rule_comb1,52.0,"['$', '>', '<']",$ > <,1,1.0 +0125,0125,12,symb,three_rule_comb1,53.0,"['~', '$', '~']",$ > ~,0,1.0 +0125,0125,12,symb,three_rule_comb1,54.0,"['(', '~', '<']",% ~ <],0,1.0 +0125,0125,12,symb,three_rule_comb1,55.0,"['<', '$', '!']",< * !,0,1.0 +0125,0125,12,symb,three_rule_comb1,56.0,"['>', '>', '(']",> > (],1,1.0 +0125,0125,12,symb,three_rule_comb1,57.0,"['$', '(', '$']",:] ( $,0,1.0 +0125,0125,12,symb,three_rule_comb1,58.0,"['$', '<', '%']",$ < %,1,1.0 +0125,0125,12,symb,three_rule_comb1,59.0,"['<', '%', '&']",< % &,1,1.0 +0125,0125,12,symb,three_rule_comb1,60.0,"[':', '(', '!']",: ( !],1,1.0 +0125,0125,12,symb,three_rule_comb1,61.0,"['<', ':', '!']",< : !,1,1.0 +0125,0125,12,symb,three_rule_comb1,62.0,"['(', '%', '(']",( & (,0,1.0 +0125,0125,12,symb,three_rule_comb1,63.0,"['$', ':', '*']",$ : *],1,1.0 +0125,0125,12,symb,three_rule_comb1,64.0,"['~', '$', '>']",~ $ >,1,1.0 +0125,0125,12,symb,three_rule_comb1,65.0,"['<', '~', '%']",< ~ %],1,1.0 +0125,0125,12,symb,three_rule_comb1,66.0,"['*', '*', '>']",* $ >,0,1.0 +0125,0125,12,symb,three_rule_comb1,67.0,"['&', '(', '<']",& $ <],0,1.0 +0125,0125,12,symb,three_rule_comb1,68.0,"['*', '&', '%']",* & %],1,1.0 +0125,0125,12,symb,three_rule_comb1,69.0,"['~', '!', '$']",$ ! $,0,1.0 +0125,0125,12,symb,three_rule_comb1,70.0,"['&', '!', '*']",& % *,0,1.0 +0125,0125,12,symb,three_rule_comb1,71.0,"['%', '&', '&']",% % &,0,1.0 +0125,0125,12,symb,three_rule_comb1,72.0,"['!', '*', '<']",< * (,0,1.0 +0125,0125,12,symb,three_rule_comb1,73.0,"['<', '%', '%']",< % $,0,1.0 +0125,0125,12,symb,three_rule_comb1,74.0,"['$', '%', ':']",$ > :,0,1.0 +0125,0125,12,symb,three_rule_comb1,75.0,"['$', '*', '%']",%,0,1.0 +0125,0125,12,symb,three_rule_comb1,76.0,"['>', '%', '%']",> % %,1,1.0 +0125,0125,12,symb,three_rule_comb1,77.0,"['!', '&', ':']",! & :],1,1.0 +0125,0125,12,symb,three_rule_comb1,78.0,"['$', '$', '!']",$ ! $,0,1.0 +0125,0125,12,symb,three_rule_comb1,79.0,"['*', '!', '(']",* ! (],1,1.0 +0125,0125,12,symb,three_rule_comb1,80.0,"['>', '<', '!']",> < !],1,1.0 +0125,0125,12,symb,three_rule_comb1,81.0,"['$', '>', '!']",$ > !,1,1.0 +0125,0125,12,symb,three_rule_comb1,82.0,"['%', '!', ':']",% ! :],1,1.0 +0125,0125,12,symb,three_rule_comb1,83.0,"['<', '%', '&']",< % &],1,1.0 +0125,0125,12,symb,three_rule_comb1,84.0,"['(', ':', '>']",( % >,0,1.0 +0125,0125,12,symb,three_rule_comb1,85.0,"[':', '&', '*']",: & *,1,1.0 +0125,0125,12,symb,three_rule_comb1,86.0,"[':', '<', '>']",>: < $],0,1.0 +0125,0125,12,symb,three_rule_comb1,87.0,"['&', '%', '>']",& % &],0,1.0 +0125,0125,12,symb,three_rule_comb1,88.0,"['!', '(', ':']",! ( :],1,1.0 +0125,0125,12,symb,three_rule_comb1,89.0,"['$', '>', '(']",$ > (,1,1.0 +0125,0125,12,symb,three_rule_comb1,90.0,"['(', '&', ':']",:],0,1.0 +0125,0125,12,symb,three_rule_comb1,91.0,"['&', '&', '!']",& & !],1,1.0 +0125,0125,12,symb,three_rule_comb1,92.0,"['$', '~', '$']",$ ~ $,1,1.0 +0125,0125,12,symb,three_rule_comb1,93.0,"['!', ':', '&']",! : &,1,1.0 +0125,0125,12,symb,three_rule_comb1,94.0,"['!', ':', '%']",! : %,1,1.0 +0125,0125,12,symb,three_rule_comb1,95.0,"['&', '<', '<']",& * <,0,1.0 +0125,0125,12,symb,three_rule_comb1,96.0,"['<', '&', '>']",< & >,1,1.0 +0125,0125,12,symb,three_rule_comb1,97.0,"['!', '<', '<']",$ < <],0,1.0 +0125,0125,12,symb,three_rule_comb1,98.0,"['~', '$', '(']",~ $ (,1,1.0 +0125,0125,12,symb,three_rule_comb1,99.0,"['>', '<', '>']",> > >,0,1.0 +0125,0125,12,symb,three_rule_comb2,0.0,"['%', '%', '&']",% % :],0,1.0 +0125,0125,12,symb,three_rule_comb2,1.0,"['&', '&', '$']",& < $,0,1.0 +0125,0125,12,symb,three_rule_comb2,2.0,"[':', '<', '~']",: % ~],0,1.0 +0125,0125,12,symb,three_rule_comb2,3.0,"['*', ':', ':']",* < :],0,1.0 +0125,0125,12,symb,three_rule_comb2,4.0,"['$', '!', '&']",$ ! ^,0,1.0 +0125,0125,12,symb,three_rule_comb2,5.0,"['*', '!', '*']",* ! <],0,1.0 +0125,0125,12,symb,three_rule_comb2,6.0,"['(', '<', '!']",< < !],0,1.0 +0125,0125,12,symb,three_rule_comb2,7.0,"['>', '(', '$']",> $ $,0,1.0 +0125,0125,12,symb,three_rule_comb2,8.0,"['!', ':', ':']",> : $,0,1.0 +0125,0125,12,symb,three_rule_comb2,9.0,"['&', ':', '<']",& ? <,0,1.0 +0125,0125,12,symb,three_rule_comb2,10.0,"['&', '<', '$']",& : $,0,1.0 +0125,0125,12,symb,three_rule_comb2,11.0,"['<', '$', '%']",) $ %],0,1.0 +0125,0125,12,symb,three_rule_comb2,12.0,"['~', '*', '>']",~ > >,0,1.0 +0125,0125,12,symb,three_rule_comb2,13.0,"['<', '*', '>']",& * >,0,1.0 +0125,0125,12,symb,three_rule_comb2,14.0,"['*', '>', ':']",* ( :],0,1.0 +0125,0125,12,symb,three_rule_comb2,15.0,"['$', '<', '*']",$ * *,0,1.0 +0125,0125,12,symb,three_rule_comb2,16.0,"['!', '<', '&']",! < >,0,1.0 +0125,0125,12,symb,three_rule_comb2,17.0,"['!', '%', '!']",! ^ !,0,1.0 +0125,0125,12,symb,three_rule_comb2,18.0,"['~', '!', '$']",~ < >,0,1.0 +0125,0125,12,symb,three_rule_comb2,19.0,"['(', '>', '(']",( % <],0,1.0 +0125,0125,12,symb,three_rule_comb2,20.0,"['&', '$', '$']",& $ ~,0,1.0 +0125,0125,12,symb,three_rule_comb2,21.0,"['<', '<', '!']",& < !],0,1.0 +0125,0125,12,symb,three_rule_comb2,22.0,"['>', '%', '&']",% >,0,1.0 +0125,0125,12,symb,three_rule_comb2,23.0,"['*', '&', ':']",* : :,0,1.0 +0125,0125,12,symb,three_rule_comb2,24.0,"['%', '$', '<']",% < <,0,1.0 +0125,0125,12,symb,three_rule_comb2,25.0,"['~', ':', '(']",~ : &],0,1.0 +0125,0125,12,symb,three_rule_comb2,26.0,"['*', '!', '>']",* ! :],0,1.0 +0125,0125,12,symb,three_rule_comb2,27.0,"['&', '<', '*']",& < *],1,1.0 +0125,0125,12,symb,three_rule_comb2,28.0,"['&', '%', '>']",& : >,0,1.0 +0125,0125,12,symb,three_rule_comb2,29.0,"['~', '<', '&']",& < &],0,1.0 +0125,0125,12,symb,three_rule_comb2,30.0,"['*', '<', ':']",< < :],0,1.0 +0125,0125,12,symb,three_rule_comb2,31.0,"['&', '%', '&']",& % (,0,1.0 +0125,0125,12,symb,three_rule_comb2,32.0,"['!', '(', '<']",! < <],0,1.0 +0125,0125,12,symb,three_rule_comb2,33.0,"['~', '>', '*']",~ > ~],0,1.0 +0125,0125,12,symb,three_rule_comb2,34.0,"['&', '(', '$']",& > $],0,1.0 +0125,0125,12,symb,three_rule_comb2,35.0,"['&', '%', '!']",& ! <],0,1.0 +0125,0125,12,symb,three_rule_comb2,36.0,"['!', '%', ':']",! ! :],0,1.0 +0125,0125,12,symb,three_rule_comb2,37.0,"['~', '*', '*']",? * *],0,1.0 +0125,0125,12,symb,three_rule_comb2,38.0,"['>', ':', '$']",> % $],0,1.0 +0125,0125,12,symb,three_rule_comb2,39.0,"['%', '&', '$']",% & ?,0,1.0 +0125,0125,12,symb,three_rule_comb2,40.0,"['<', '%', '(']",* % *,0,1.0 +0125,0125,12,symb,three_rule_comb2,41.0,"['(', ':', '>']",: ~ >,0,1.0 +0125,0125,12,symb,three_rule_comb2,42.0,"[':', '*', '&']",< * &],0,1.0 +0125,0125,12,symb,three_rule_comb2,43.0,"['>', '~', '>']",> ~ (],0,1.0 +0125,0125,12,symb,three_rule_comb2,44.0,"['*', '$', '$']",* < $,0,1.0 +0125,0125,12,symb,three_rule_comb2,45.0,"['%', '&', '>']",% & ],0,1.0 +0125,0125,12,symb,three_rule_comb2,46.0,"['&', '%', '%']",& % :],0,1.0 +0125,0125,12,symb,three_rule_comb2,47.0,"['(', '(', '>']",( % >],0,1.0 +0125,0125,12,symb,three_rule_comb2,48.0,"['%', '<', ':']",% ( :,0,1.0 +0125,0125,12,symb,three_rule_comb2,49.0,"[':', ':', '*']",% : *,0,1.0 +0125,0125,12,symb,three_rule_comb2,50.0,"['~', '>', '>']",~ ! >],0,1.0 +0125,0125,12,symb,three_rule_comb2,51.0,"['(', '*', '!']",> * !,0,1.0 +0125,0125,12,symb,three_rule_comb2,52.0,"['<', '(', '&']",< ( %,0,1.0 +0125,0125,12,symb,three_rule_comb2,53.0,"['&', '&', '(']",$ & (,0,1.0 +0125,0125,12,symb,three_rule_comb2,54.0,"['<', '*', '(']",* > :],0,1.0 +0125,0125,12,symb,three_rule_comb2,55.0,"[':', '~', ':']",% $ :],0,1.0 +0125,0125,12,symb,three_rule_comb2,56.0,"['*', '!', '!']",* ! ),0,1.0 +0125,0125,12,symb,three_rule_comb2,57.0,"['&', '*', ':']",$ * :],0,1.0 +0125,0125,12,symb,three_rule_comb2,58.0,"['!', '*', ':']",! * %,0,1.0 +0125,0125,12,symb,three_rule_comb2,59.0,"['&', '~', '(']",& ~ %,0,1.0 +0125,0125,12,symb,three_rule_comb2,60.0,"['$', '<', '&']",$ < >,0,1.0 +0125,0125,12,symb,three_rule_comb2,61.0,"['>', '>', '>']",> > >],1,1.0 +0125,0125,12,symb,three_rule_comb2,62.0,"[':', '~', '*']",: ! *,0,1.0 +0125,0125,12,symb,three_rule_comb2,63.0,"['~', '<', '>']",> > >],0,1.0 +0125,0125,12,symb,three_rule_comb2,64.0,"['&', '*', '*']",& * <],0,1.0 +0125,0125,12,symb,three_rule_comb2,65.0,"['!', '%', '~']",! % ),0,1.0 +0125,0125,12,symb,three_rule_comb2,66.0,"['$', '!', '$']",$ ! $,1,1.0 +0125,0125,12,symb,three_rule_comb2,67.0,"['$', ':', '$']",& : $,0,1.0 +0125,0125,12,symb,three_rule_comb2,68.0,"['~', '%', '%']",~ % %,1,1.0 +0125,0125,12,symb,three_rule_comb2,69.0,"['$', '$', '>']",$ $ %,0,1.0 +0125,0125,12,symb,three_rule_comb2,70.0,"['(', '>', '(']",( > ?,0,1.0 +0125,0125,12,symb,three_rule_comb2,71.0,"['%', '&', '<']",% > <],0,1.0 +0125,0125,12,symb,three_rule_comb2,72.0,"['(', '%', '&']",% : &,0,1.0 +0125,0125,12,symb,three_rule_comb2,73.0,"['&', '!', '~']",$ ! ~],0,1.0 +0125,0125,12,symb,three_rule_comb2,74.0,"['<', ':', ':']",< % :],0,1.0 +0125,0125,12,symb,three_rule_comb2,75.0,"['>', '!', '%']",% ! %,0,1.0 +0125,0125,12,symb,three_rule_comb2,76.0,"['*', '$', '>']",> $ >,0,1.0 +0125,0125,12,symb,three_rule_comb2,77.0,"['&', '$', ':']",$ $ :],0,1.0 +0125,0125,12,symb,three_rule_comb2,78.0,"['&', ':', ':']",& < :],0,1.0 +0125,0125,12,symb,three_rule_comb2,79.0,"['>', '(', '>']",% ( >,0,1.0 +0125,0125,12,symb,three_rule_comb2,80.0,"['>', '$', '>']",> & <,0,1.0 +0125,0125,12,symb,three_rule_comb2,81.0,"['>', '%', '~']",> % %],0,1.0 +0125,0125,12,symb,three_rule_comb2,82.0,"['(', '*', '*']",? * *],0,1.0 +0125,0125,12,symb,three_rule_comb2,83.0,"['~', '%', '>']",> % >,0,1.0 +0125,0125,12,symb,three_rule_comb2,84.0,"['<', '(', '*']",* % !,0,1.0 +0125,0125,12,symb,three_rule_comb2,85.0,"[':', '~', '%']",: ~ %,1,1.0 +0125,0125,12,symb,three_rule_comb2,86.0,"['>', ':', '(']",: ~ (,0,1.0 +0125,0125,12,symb,three_rule_comb2,87.0,"['%', '!', ':']",: ! :],0,1.0 +0125,0125,12,symb,three_rule_comb2,88.0,"[':', '$', '$']",: $ ?],0,1.0 +0125,0125,12,symb,three_rule_comb2,89.0,"['(', '*', '*']",( * ~],0,1.0 +0125,0125,12,symb,three_rule_comb2,90.0,"['<', '>', '~']",< ! ~],0,1.0 +0125,0125,12,symb,three_rule_comb2,91.0,"['<', '%', '&']",* $ &,0,1.0 +0125,0125,12,symb,three_rule_comb2,92.0,"['<', '<', '*']",< & *,0,1.0 +0125,0125,12,symb,three_rule_comb2,93.0,"['(', '<', '&']",( < <],0,1.0 +0125,0125,12,symb,three_rule_comb2,94.0,"['&', ':', '~']",& % ~,0,1.0 +0125,0125,12,symb,three_rule_comb2,95.0,"['(', ':', '$']",( % $],0,1.0 +0125,0125,12,symb,three_rule_comb2,96.0,"['~', ':', '~']",~ : !,0,1.0 +0125,0125,12,symb,three_rule_comb2,97.0,"['>', '!', '(']",> ! &,0,1.0 +0125,0125,12,symb,three_rule_comb2,98.0,"['(', '&', ':']",< : $],0,1.0 +0125,0125,12,symb,three_rule_comb2,99.0,"[':', '%', ':']",: * *],0,1.0 +0125,0125,12,symb,three_rule_comb3,0.0,"['<', '&', '>']",< & >],1,1.0 +0125,0125,12,symb,three_rule_comb3,1.0,"['*', '&', '*']",* & !,0,1.0 +0125,0125,12,symb,three_rule_comb3,2.0,"['~', '!', '>']",~ ! >,1,1.0 +0125,0125,12,symb,three_rule_comb3,3.0,"['(', ':', '$']",* : $,0,1.0 +0125,0125,12,symb,three_rule_comb3,4.0,"['%', '<', '(']",% < >,0,1.0 +0125,0125,12,symb,three_rule_comb3,5.0,"['(', '&', '(']",( & (,1,1.0 +0125,0125,12,symb,three_rule_comb3,6.0,"['(', '>', ':']",( > :],1,1.0 +0125,0125,12,symb,three_rule_comb3,7.0,"['$', '%', '~']",% ~ :],0,1.0 +0125,0125,12,symb,three_rule_comb3,8.0,"['$', '%', '<']",$ % <,1,1.0 +0125,0125,12,symb,three_rule_comb3,9.0,"['$', '%', '(']",$ % (],1,1.0 +0125,0125,12,symb,three_rule_comb3,10.0,"['~', '*', '>']",~ * >],1,1.0 +0125,0125,12,symb,three_rule_comb3,11.0,"['%', '>', '<']",% < >,0,1.0 +0125,0125,12,symb,three_rule_comb3,12.0,"['!', '%', ':']",! % :],1,1.0 +0125,0125,12,symb,three_rule_comb3,13.0,"['*', '~', '$']",* $ %],0,1.0 +0125,0125,12,symb,three_rule_comb3,14.0,"['(', '!', '<']",( % <),0,1.0 +0125,0125,12,symb,three_rule_comb3,15.0,"['&', '!', '$']",& ! $,1,1.0 +0125,0125,12,symb,three_rule_comb3,16.0,"['&', '$', '~']",& $ ~,1,1.0 +0125,0125,12,symb,three_rule_comb3,17.0,"[':', '$', '$']",: $ ~],0,1.0 +0125,0125,12,symb,three_rule_comb3,18.0,"['<', '<', '$']",< < $,1,1.0 +0125,0125,12,symb,three_rule_comb3,19.0,"['>', '*', '&']",> * &,1,1.0 +0125,0125,12,symb,three_rule_comb3,20.0,"['$', '<', '(']",$ < (,1,1.0 +0125,0125,12,symb,three_rule_comb3,21.0,"['!', '!', '*']",* ~ !,0,1.0 +0125,0125,12,symb,three_rule_comb3,22.0,"['(', '>', '~']",~ > %],0,1.0 +0125,0125,12,symb,three_rule_comb3,23.0,"['!', '!', '$']",! % $,0,1.0 +0125,0125,12,symb,three_rule_comb3,24.0,"['%', '&', '(']",% > (,0,1.0 +0125,0125,12,symb,three_rule_comb3,25.0,"['&', '~', ':']",& ~ :],1,1.0 +0125,0125,12,symb,three_rule_comb3,26.0,"['<', '>', ':']",< > %],0,1.0 +0125,0125,12,symb,three_rule_comb3,27.0,"['&', '&', '!']",& $ !],0,1.0 +0125,0125,12,symb,three_rule_comb3,28.0,"['(', '%', '(']",( % $,0,1.0 +0125,0125,12,symb,three_rule_comb3,29.0,"['%', '~', '>']",% ~ >,1,1.0 +0125,0125,12,symb,three_rule_comb3,30.0,"['<', '&', '$']",< $ $],0,1.0 +0125,0125,12,symb,three_rule_comb3,31.0,"['~', '(', ':']",$ > ~],0,1.0 +0125,0125,12,symb,three_rule_comb3,32.0,"['$', '!', '%']",% * !],0,1.0 +0125,0125,12,symb,three_rule_comb3,33.0,"['$', '$', '<']",$ $ <,1,1.0 +0125,0125,12,symb,three_rule_comb3,34.0,"['$', '(', ':']",$ ( :],1,1.0 +0125,0125,12,symb,three_rule_comb3,35.0,"['!', '!', ':']",! ! :],1,1.0 +0125,0125,12,symb,three_rule_comb3,36.0,"['&', '~', '!']",& ~ !],1,1.0 +0125,0125,12,symb,three_rule_comb3,37.0,"['(', '<', '>']",< % <,0,1.0 +0125,0125,12,symb,three_rule_comb3,38.0,"[':', '>', '$']",*: $ %],0,1.0 +0125,0125,12,symb,three_rule_comb3,39.0,"['!', ':', '!']",! : !,1,1.0 +0125,0125,12,symb,three_rule_comb3,40.0,"['%', '%', '$']",$,0,1.0 +0125,0125,12,symb,three_rule_comb3,41.0,"['<', '*', '*']",% * %,0,1.0 +0125,0125,12,symb,three_rule_comb3,42.0,"['$', '&', '~']",$ & ~],1,1.0 +0125,0125,12,symb,three_rule_comb3,43.0,"['!', '(', '!']",( < !,0,1.0 +0125,0125,12,symb,three_rule_comb3,44.0,"[':', '$', ':']",: $ :],1,1.0 +0125,0125,12,symb,three_rule_comb3,45.0,"['$', '$', '%']",$ ~ %,0,1.0 +0125,0125,12,symb,three_rule_comb3,46.0,"['%', '<', '&']",% < &,1,1.0 +0125,0125,12,symb,three_rule_comb3,47.0,"['~', '(', '*']",! ( >],0,1.0 +0125,0125,12,symb,three_rule_comb3,48.0,"['>', '>', ':']",:],0,1.0 +0125,0125,12,symb,three_rule_comb3,49.0,"['$', '$', '(']",$ : (],0,1.0 +0125,0125,12,symb,three_rule_comb3,50.0,"['&', '~', '<']",& % <],0,1.0 +0125,0125,12,symb,three_rule_comb3,51.0,"['$', '%', ':']",% :],0,1.0 +0125,0125,12,symb,three_rule_comb3,52.0,"['(', '(', '~']",< & ~],0,1.0 +0125,0125,12,symb,three_rule_comb3,53.0,"['~', '%', '&']",~ % &],1,1.0 +0125,0125,12,symb,three_rule_comb3,54.0,"['%', '>', '<']",% % <,0,1.0 +0125,0125,12,symb,three_rule_comb3,55.0,"['(', '*', '!']",( * !],1,1.0 +0125,0125,12,symb,three_rule_comb3,56.0,"['$', '!', '>']",$ ! >,1,1.0 +0125,0125,12,symb,three_rule_comb3,57.0,"['~', '!', '!']",~ ! $],0,1.0 +0125,0125,12,symb,three_rule_comb3,58.0,"['<', '&', '&']",< & %],0,1.0 +0125,0125,12,symb,three_rule_comb3,59.0,"['&', '~', '&']",& $ ~,0,1.0 +0125,0125,12,symb,three_rule_comb3,60.0,"['~', '&', '%']",~ & %],1,1.0 +0125,0125,12,symb,three_rule_comb3,61.0,"[':', '(', ':']",% ~ :],0,1.0 +0125,0125,12,symb,three_rule_comb3,62.0,"['<', '(', '>']",< >],0,1.0 +0125,0125,12,symb,three_rule_comb3,63.0,"['~', '!', '!']",~ ! !,1,1.0 +0125,0125,12,symb,three_rule_comb3,64.0,"['!', '%', '>']",! % >,1,1.0 +0125,0125,12,symb,three_rule_comb3,65.0,"['>', '>', '$']",> > $],1,1.0 +0125,0125,12,symb,three_rule_comb3,66.0,"[':', '>', '~']",: $ (],0,1.0 +0125,0125,12,symb,three_rule_comb3,67.0,"['&', ':', '~']",&,0,1.0 +0125,0125,12,symb,three_rule_comb3,68.0,"['*', '!', '*']",* ! *],1,1.0 +0125,0125,12,symb,three_rule_comb3,69.0,"[':', '<', '(']",: < (],1,1.0 +0125,0125,12,symb,three_rule_comb3,70.0,"[':', '~', '*']",: ~ *],1,1.0 +0125,0125,12,symb,three_rule_comb3,71.0,"['&', '$', '(']",& $ (],1,1.0 +0125,0125,12,symb,three_rule_comb3,72.0,"['!', '*', '~']",< ! ~],0,1.0 +0125,0125,12,symb,three_rule_comb3,73.0,"['$', ':', '%']",$ : %],1,1.0 +0125,0125,12,symb,three_rule_comb3,74.0,"['>', ':', '!']",% : !,0,1.0 +0125,0125,12,symb,three_rule_comb3,75.0,"['(', '&', '(']",( & %],0,1.0 +0125,0125,12,symb,three_rule_comb3,76.0,"['!', '<', '(']",! < $,0,1.0 +0125,0125,12,symb,three_rule_comb3,77.0,"['~', '$', '!']",~ $ !],1,1.0 +0125,0125,12,symb,three_rule_comb3,78.0,"['&', '<', '$']",$,0,1.0 +0125,0125,12,symb,three_rule_comb3,79.0,"['!', ':', '~']",! : ~],1,1.0 +0125,0125,12,symb,three_rule_comb3,80.0,"['(', '<', '&']",< & $,0,1.0 +0125,0125,12,symb,three_rule_comb3,81.0,"['$', '&', '~']",$ & ~,1,1.0 +0125,0125,12,symb,three_rule_comb3,82.0,"['&', '<', '$']",$ < *,0,1.0 +0125,0125,12,symb,three_rule_comb3,83.0,"['$', '&', '>']",$ & >,1,1.0 +0125,0125,12,symb,three_rule_comb3,84.0,"['~', '&', '!']",$ : <,0,1.0 +0125,0125,12,symb,three_rule_comb3,85.0,"['!', '%', '~']",! % ~,1,1.0 +0125,0125,12,symb,three_rule_comb3,86.0,"['>', '~', '*']",> ~ *],1,1.0 +0125,0125,12,symb,three_rule_comb3,87.0,"['>', '~', '~']",> ~ ~],1,1.0 +0125,0125,12,symb,three_rule_comb3,88.0,"['>', '>', '>']",> > >],1,1.0 +0125,0125,12,symb,three_rule_comb3,89.0,"['&', '(', '$']",$,0,1.0 +0125,0125,12,symb,three_rule_comb3,90.0,"['(', '$', '!']",( $ !,1,1.0 +0125,0125,12,symb,three_rule_comb3,91.0,"['&', '%', ':']",& % :],1,1.0 +0125,0125,12,symb,three_rule_comb3,92.0,"['*', '(', '>']",* % >],0,1.0 +0125,0125,12,symb,three_rule_comb3,93.0,"['(', '&', '$']",$ < *,0,1.0 +0125,0125,12,symb,three_rule_comb3,94.0,"['~', '%', '<']",~ % <,1,1.0 +0125,0125,12,symb,three_rule_comb3,95.0,"['>', '$', '>']",> $ >],1,1.0 +0125,0125,12,symb,three_rule_comb3,96.0,"['(', '(', '&']",( * &],0,1.0 +0125,0125,12,symb,three_rule_comb3,97.0,"['~', '&', '<']",~ & <,1,1.0 +0125,0125,12,symb,three_rule_comb3,98.0,"['%', ':', '*']",*,0,1.0 +0125,0125,12,symb,three_rule_comb3,99.0,"['%', '~', '*']",% ~ *,1,1.0 +0125,0125,12,symb,three_rule_comb4,0.0,"[':', '>', '%']",% > %,0,1.0 +0125,0125,12,symb,three_rule_comb4,1.0,"['>', '$', '(']",> ~ (],0,1.0 +0125,0125,12,symb,three_rule_comb4,2.0,"['$', '!', '&']",< ! &],0,1.0 +0125,0125,12,symb,three_rule_comb4,3.0,"['$', '>', '%']",$ > ~],0,1.0 +0125,0125,12,symb,three_rule_comb4,4.0,"['$', ':', '!']",! : !,0,1.0 +0125,0125,12,symb,three_rule_comb4,5.0,"['(', ':', '<']",* > <,0,1.0 +0125,0125,12,symb,three_rule_comb4,6.0,"['$', '!', '~']",< ! &],0,1.0 +0125,0125,12,symb,three_rule_comb4,7.0,"['*', '<', ':']",*,0,1.0 +0125,0125,12,symb,three_rule_comb4,8.0,"['~', '%', '<']",> & >,0,1.0 +0125,0125,12,symb,three_rule_comb4,9.0,"['%', '&', '$']",% >,0,1.0 +0125,0125,12,symb,three_rule_comb4,10.0,"[':', '&', '<']",:& %],0,1.0 +0125,0125,12,symb,three_rule_comb4,11.0,"['>', '!', ':']",> ~ <],0,1.0 +0125,0125,12,symb,three_rule_comb4,12.0,"['(', '!', '!']",~ ! :,0,1.0 +0125,0125,12,symb,three_rule_comb4,13.0,"['%', ':', '%']",% % <],0,1.0 +0125,0125,12,symb,three_rule_comb4,14.0,"['!', '%', '$']",! $ $,0,1.0 +0125,0125,12,symb,three_rule_comb4,15.0,"['$', ':', ':']",$ % *],0,1.0 +0125,0125,12,symb,three_rule_comb4,16.0,"['%', '%', '%']",% & !,0,1.0 +0125,0125,12,symb,three_rule_comb4,17.0,"['*', '>', '&']",* > >,0,1.0 +0125,0125,12,symb,three_rule_comb4,18.0,"['>', '(', '*']",* ( *,0,1.0 +0125,0125,12,symb,three_rule_comb4,19.0,"['<', '(', '<']",& ( <,0,1.0 +0125,0125,12,symb,three_rule_comb4,20.0,"['*', '<', '*']",* > $],0,1.0 +0125,0125,12,symb,three_rule_comb4,21.0,"['!', '!', '(']",! ~ (,0,1.0 +0125,0125,12,symb,three_rule_comb4,22.0,"['<', '%', '!']",< ! !],0,1.0 +0125,0125,12,symb,three_rule_comb4,23.0,"['!', '%', ':']",! : $,0,1.0 +0125,0125,12,symb,three_rule_comb4,24.0,"['<', ':', '%']",< * %],0,1.0 +0125,0125,12,symb,three_rule_comb4,25.0,"['*', '&', '*']",* > !],0,1.0 +0125,0125,12,symb,three_rule_comb4,26.0,"['*', '>', '*']",* > *,1,1.0 +0125,0125,12,symb,three_rule_comb4,27.0,"['<', '$', ':']",&,0,1.0 +0125,0125,12,symb,three_rule_comb4,28.0,"['*', '>', '<']",* ! ~,0,1.0 +0125,0125,12,symb,three_rule_comb4,29.0,"['<', '<', '&']",< : &,0,1.0 +0125,0125,12,symb,three_rule_comb4,30.0,"['(', '(', '&']",% ( ),0,1.0 +0125,0125,12,symb,three_rule_comb4,31.0,"['&', '!', '(']",& ! >],0,1.0 +0125,0125,12,symb,three_rule_comb4,32.0,"['<', '$', '!']",< ~ %],0,1.0 +0125,0125,12,symb,three_rule_comb4,33.0,"['%', ':', '%']",% ~ :],0,1.0 +0125,0125,12,symb,three_rule_comb4,34.0,"['~', '~', ':']",<,0,1.0 +0125,0125,12,symb,three_rule_comb4,35.0,"['&', '*', ':']",& * <,0,1.0 +0125,0125,12,symb,three_rule_comb4,36.0,"['<', ':', '!']",< > !],0,1.0 +0125,0125,12,symb,three_rule_comb4,37.0,"['*', '%', '&']",!,0,1.0 +0125,0125,12,symb,three_rule_comb4,38.0,"['&', '(', '~']",* ! <],0,1.0 +0125,0125,12,symb,three_rule_comb4,39.0,"['<', '(', ':']",< % :],0,1.0 +0125,0125,12,symb,three_rule_comb4,40.0,"['&', '~', '&']",$,0,1.0 +0125,0125,12,symb,three_rule_comb4,41.0,"['>', '!', ':']",> ! >],0,1.0 +0125,0125,12,symb,three_rule_comb4,42.0,"[':', '(', '<']",: & *],0,1.0 +0125,0125,12,symb,three_rule_comb4,43.0,"['<', '!', ':']",< ! %,0,1.0 +0125,0125,12,symb,three_rule_comb4,44.0,"['>', '&', '$']",> ( $],0,1.0 +0125,0125,12,symb,three_rule_comb4,45.0,"['>', ':', '(']",> : %],0,1.0 +0125,0125,12,symb,three_rule_comb4,46.0,"['*', '*', '&']",~ : &,0,1.0 +0125,0125,12,symb,three_rule_comb4,47.0,"['$', '$', ':']",< $ :],0,1.0 +0125,0125,12,symb,three_rule_comb4,48.0,"['%', '*', '!']",! % !],0,1.0 +0125,0125,12,symb,three_rule_comb4,49.0,"['&', '~', '$']",$ > *$,0,1.0 +0125,0125,12,symb,three_rule_comb4,50.0,"['(', ':', '<']",( : *],0,1.0 +0125,0125,12,symb,three_rule_comb4,51.0,"[':', ':', '~']",: * ~],0,1.0 +0125,0125,12,symb,three_rule_comb4,52.0,"[':', '(', '%']",% > ~],0,1.0 +0125,0125,12,symb,three_rule_comb4,53.0,"['%', '$', '$']",% $ !,0,1.0 +0125,0125,12,symb,three_rule_comb4,54.0,"['!', '(', '>']",! % >,0,1.0 +0125,0125,12,symb,three_rule_comb4,55.0,"['(', '>', '~']",: > ~],0,1.0 +0125,0125,12,symb,three_rule_comb4,56.0,"['>', '<', '<']",>: <,0,1.0 +0125,0125,12,symb,three_rule_comb4,57.0,"['~', '>', '&']",! & $,0,1.0 +0125,0125,12,symb,three_rule_comb4,58.0,"['*', '$', '$']",* $ %,0,1.0 +0125,0125,12,symb,three_rule_comb4,59.0,"['<', '!', '<']",*,0,1.0 +0125,0125,12,symb,three_rule_comb4,60.0,"['%', ':', '(']",% < (],0,1.0 +0125,0125,12,symb,three_rule_comb4,61.0,"['*', '!', ':']",:] ! :],0,1.0 +0125,0125,12,symb,three_rule_comb4,62.0,"[':', '&', '$']",$ & >,0,1.0 +0125,0125,12,symb,three_rule_comb4,63.0,"['%', '>', '(']",% > !,0,1.0 +0125,0125,12,symb,three_rule_comb4,64.0,"['<', '$', '*']",$ *],0,1.0 +0125,0125,12,symb,three_rule_comb4,65.0,"['~', '~', '*']",< ( ~,0,1.0 +0125,0125,12,symb,three_rule_comb4,66.0,"[':', '%', '%']",: % ~],0,1.0 +0125,0125,12,symb,three_rule_comb4,67.0,"['~', '$', '$']",~ ~ ~],0,1.0 +0125,0125,12,symb,three_rule_comb4,68.0,"['%', '$', '(']",% $ #],0,1.0 +0125,0125,12,symb,three_rule_comb4,69.0,"['<', ':', '~']",< < %,0,1.0 +0125,0125,12,symb,three_rule_comb4,70.0,"['%', '!', '<']",% ! <],1,1.0 +0125,0125,12,symb,three_rule_comb4,71.0,"['!', '*', ':']",> * :],0,1.0 +0125,0125,12,symb,three_rule_comb4,72.0,"['>', '>', '(']",> > :],0,1.0 +0125,0125,12,symb,three_rule_comb4,73.0,"['&', '>', '*']",& ( *],0,1.0 +0125,0125,12,symb,three_rule_comb4,74.0,"['%', '>', '<']",% > :],0,1.0 +0125,0125,12,symb,three_rule_comb4,75.0,"['%', '!', '!']",! * ~],0,1.0 +0125,0125,12,symb,three_rule_comb4,76.0,"['<', '$', '<']",< $ *],0,1.0 +0125,0125,12,symb,three_rule_comb4,77.0,"[':', '*', '$']",* < $,0,1.0 +0125,0125,12,symb,three_rule_comb4,78.0,"['<', '&', '&']",< & >,0,1.0 +0125,0125,12,symb,three_rule_comb4,79.0,"['~', '>', '<']",% : >,0,1.0 +0125,0125,12,symb,three_rule_comb4,80.0,"['(', '(', '%']",( ~ ~],0,1.0 +0125,0125,12,symb,three_rule_comb4,81.0,"[':', '(', '>']",!,0,1.0 +0125,0125,12,symb,three_rule_comb4,82.0,"['$', '%', '*']",$ % <,0,1.0 +0125,0125,12,symb,three_rule_comb4,83.0,"['<', '!', '$']",< ! &],0,1.0 +0125,0125,12,symb,three_rule_comb4,84.0,"['(', '*', ':']",* : <,0,1.0 +0125,0125,12,symb,three_rule_comb4,85.0,"[':', '*', '(']",% : %,0,1.0 +0125,0125,12,symb,three_rule_comb4,86.0,"['*', ':', ':']",* * :],0,1.0 +0125,0125,12,symb,three_rule_comb4,87.0,"['!', '~', '<']",*,0,1.0 +0125,0125,12,symb,three_rule_comb4,88.0,"[':', '>', '<']",: ( <,0,1.0 +0125,0125,12,symb,three_rule_comb4,89.0,"['$', '$', '<']",$ * %],0,1.0 +0125,0125,12,symb,three_rule_comb4,90.0,"[':', '~', '*']",: ! $,0,1.0 +0125,0125,12,symb,three_rule_comb4,91.0,"['<', '~', '&']",< ~ $],0,1.0 +0125,0125,12,symb,three_rule_comb4,92.0,"['*', '$', '(']",* ! (,0,1.0 +0125,0125,12,symb,three_rule_comb4,93.0,"['(', '$', '~']",* $ !,0,1.0 +0125,0125,12,symb,three_rule_comb4,94.0,"['<', '(', '<']",%,0,1.0 +0125,0125,12,symb,three_rule_comb4,95.0,"['>', '*', '~']",( * ~,0,1.0 +0125,0125,12,symb,three_rule_comb4,96.0,"['<', '&', '>']",< % >,0,1.0 +0125,0125,12,symb,three_rule_comb4,97.0,"['<', '&', '&']",< & >,0,1.0 +0125,0125,12,symb,three_rule_comb4,98.0,"['%', '>', ':']",$ > &],0,1.0 +0125,0125,12,symb,three_rule_comb4,99.0,"['(', '%', '$']",$ % !,0,1.0 +0125,0125,12,symb,three_rule_comb5,0.0,"['<', '%', '>']",< ! (,0,1.0 +0125,0125,12,symb,three_rule_comb5,1.0,"['!', '!', '&']",! ~ $,0,1.0 +0125,0125,12,symb,three_rule_comb5,2.0,"['<', '!', '&']",*,0,1.0 +0125,0125,12,symb,three_rule_comb5,3.0,"['<', '$', '*']",< ! <,0,1.0 +0125,0125,12,symb,three_rule_comb5,4.0,"['%', '*', '(']",: ~ (],0,1.0 +0125,0125,12,symb,three_rule_comb5,5.0,"['$', '*', ':']",? * ^],0,1.0 +0125,0125,12,symb,three_rule_comb5,6.0,"['*', ':', '>']",* % !],0,1.0 +0125,0125,12,symb,three_rule_comb5,7.0,"[':', '(', '<']",: % $],0,1.0 +0125,0125,12,symb,three_rule_comb5,8.0,"['>', '(', '>']",> ~ !,0,1.0 +0125,0125,12,symb,three_rule_comb5,9.0,"['~', '&', '<']",$ % !,0,1.0 +0125,0125,12,symb,three_rule_comb5,10.0,"['<', '<', '~']",* < !,0,1.0 +0125,0125,12,symb,three_rule_comb5,11.0,"['*', '(', ':']",$ > >,0,1.0 +0125,0125,12,symb,three_rule_comb5,12.0,"['%', '~', '%']",&,0,1.0 +0125,0125,12,symb,three_rule_comb5,13.0,"['$', '(', '%']",( % ],0,1.0 +0125,0125,12,symb,three_rule_comb5,14.0,"['~', '!', '*']",*,0,1.0 +0125,0125,12,symb,three_rule_comb5,15.0,"['%', '$', ':']",% ~ *,0,1.0 +0125,0125,12,symb,three_rule_comb5,16.0,"['>', '<', '~']",( < !,0,1.0 +0125,0125,12,symb,three_rule_comb5,17.0,"['%', '&', '>']",% > (,0,1.0 +0125,0125,12,symb,three_rule_comb5,18.0,"['&', '(', '&']",& > (],0,1.0 +0125,0125,12,symb,three_rule_comb5,19.0,"['%', '&', '%']",% & #,0,1.0 +0125,0125,12,symb,three_rule_comb5,20.0,"['(', '(', '$']",( > !),0,1.0 +0125,0125,12,symb,three_rule_comb5,21.0,"['&', '>', '(']",& : (],0,1.0 +0125,0125,12,symb,three_rule_comb5,22.0,"['$', '(', '(']",& < %,0,1.0 +0125,0125,12,symb,three_rule_comb5,23.0,"['<', '(', '%']",< % (],0,1.0 +0125,0125,12,symb,three_rule_comb5,24.0,"['~', '%', '(']",> & >],0,1.0 +0125,0125,12,symb,three_rule_comb5,25.0,"[':', '~', '&']",!,0,1.0 +0125,0125,12,symb,three_rule_comb5,26.0,"['>', '(', ':']",! % :],0,1.0 +0125,0125,12,symb,three_rule_comb5,27.0,"['$', '!', '~']",< ! *],0,1.0 +0125,0125,12,symb,three_rule_comb5,28.0,"['(', ':', '!']",: > !],0,1.0 +0125,0125,12,symb,three_rule_comb5,29.0,"['$', ':', '%']",$ % !,0,1.0 +0125,0125,12,symb,three_rule_comb5,30.0,"['<', '$', '<']",$ ( :],0,1.0 +0125,0125,12,symb,three_rule_comb5,31.0,"['<', '(', '(']",: % >],0,1.0 +0125,0125,12,symb,three_rule_comb5,32.0,"['<', '<', '$']",< $ <],0,1.0 +0125,0125,12,symb,three_rule_comb5,33.0,"['>', '&', ':']",% & %,0,1.0 +0125,0125,12,symb,three_rule_comb5,34.0,"['(', '%', '<']",< : &],0,1.0 +0125,0125,12,symb,three_rule_comb5,35.0,"['<', '$', '*']",$,0,1.0 +0125,0125,12,symb,three_rule_comb5,36.0,"['&', '*', '*']",* * *,0,1.0 +0125,0125,12,symb,three_rule_comb5,37.0,"['<', '*', '>']",: * (],0,1.0 +0125,0125,12,symb,three_rule_comb5,38.0,"['!', '$', '&']",! & <,0,1.0 +0125,0125,12,symb,three_rule_comb5,39.0,"['!', ':', '$']",$ * >,0,1.0 +0125,0125,12,symb,three_rule_comb5,40.0,"['%', '%', '%']",% ! ~,0,1.0 +0125,0125,12,symb,three_rule_comb5,41.0,"['>', '%', '!']",> * ~,0,1.0 +0125,0125,12,symb,three_rule_comb5,42.0,"['!', '~', ':']",*,0,1.0 +0125,0125,12,symb,three_rule_comb5,43.0,"['<', '&', '%']",$ & :],0,1.0 +0125,0125,12,symb,three_rule_comb5,44.0,"['~', '(', '$']",~ % >,0,1.0 +0125,0125,12,symb,three_rule_comb5,45.0,"['<', '!', '%']",& ! !,0,1.0 +0125,0125,12,symb,three_rule_comb5,46.0,"['!', '!', ':']",> ! %],0,1.0 +0125,0125,12,symb,three_rule_comb5,47.0,"['$', '$', ':']",$ <,0,1.0 +0125,0125,12,symb,three_rule_comb5,48.0,"['<', '!', '(']",<,0,1.0 +0125,0125,12,symb,three_rule_comb5,49.0,"['!', '(', '$']",! % &,0,1.0 +0125,0125,12,symb,three_rule_comb5,50.0,"['*', '&', '>']",< & (],0,1.0 +0125,0125,12,symb,three_rule_comb5,51.0,"['*', '*', '<']",$ * <,0,1.0 +0125,0125,12,symb,three_rule_comb5,52.0,"['&', '(', '$']",# < $,0,1.0 +0125,0125,12,symb,three_rule_comb5,53.0,"['&', '<', '$']",$,0,1.0 +0125,0125,12,symb,three_rule_comb5,54.0,"['%', ':', ':']",: % *],0,1.0 +0125,0125,12,symb,three_rule_comb5,55.0,"['%', '<', '$']",% $ &,0,1.0 +0125,0125,12,symb,three_rule_comb5,56.0,"['%', '~', '*']",! ~ <],0,1.0 +0125,0125,12,symb,three_rule_comb5,57.0,"['(', '!', '&']",% * <,0,1.0 +0125,0125,12,symb,three_rule_comb5,58.0,"['%', '~', '$']",% > >,0,1.0 +0125,0125,12,symb,three_rule_comb5,59.0,"[':', '>', '%']",: ! :],0,1.0 +0125,0125,12,symb,three_rule_comb5,60.0,"['&', '(', '>']",$,0,1.0 +0125,0125,12,symb,three_rule_comb5,61.0,"['>', '(', '&']",> % $,0,1.0 +0125,0125,12,symb,three_rule_comb5,62.0,"['(', '%', '(']",( % : ],0,1.0 +0125,0125,12,symb,three_rule_comb5,63.0,"['$', '%', '&']",$ # &,0,1.0 +0125,0125,12,symb,three_rule_comb5,64.0,"['>', '%', ':']",!,0,1.0 +0125,0125,12,symb,three_rule_comb5,65.0,"['!', '(', ':']",> & <],0,1.0 +0125,0125,12,symb,three_rule_comb5,66.0,"['$', '&', '%']",$ > %],0,1.0 +0125,0125,12,symb,three_rule_comb5,67.0,"['&', '&', '<']",*,0,1.0 +0125,0125,12,symb,three_rule_comb5,68.0,"['!', '<', '!']",> $ *],0,1.0 +0125,0125,12,symb,three_rule_comb5,69.0,"['!', '(', '(']",%,0,1.0 +0125,0125,12,symb,three_rule_comb5,70.0,"['!', '*', '<']",:],0,1.0 +0125,0125,12,symb,three_rule_comb5,71.0,"['%', '<', '<']",! < :],0,1.0 +0125,0125,12,symb,three_rule_comb5,72.0,"['<', '$', '>']",& > >,0,1.0 +0125,0125,12,symb,three_rule_comb5,73.0,"['$', '$', '!']",< $ <,0,1.0 +0125,0125,12,symb,three_rule_comb5,74.0,"[':', '(', '<']",% ~ %,0,1.0 +0125,0125,12,symb,three_rule_comb5,75.0,"['!', '<', ':']",! ~ ],0,1.0 +0125,0125,12,symb,three_rule_comb5,76.0,"['(', '!', '!']",(! $ ),0,1.0 +0125,0125,12,symb,three_rule_comb5,77.0,"[':', '%', '~']",< % ~],0,1.0 +0125,0125,12,symb,three_rule_comb5,78.0,"[':', '~', '>']",% * >,0,1.0 +0125,0125,12,symb,three_rule_comb5,79.0,"['$', '&', '%']",& & :],0,1.0 +0125,0125,12,symb,three_rule_comb5,80.0,"['%', '$', '<']",$ * ],0,1.0 +0125,0125,12,symb,three_rule_comb5,81.0,"['(', '!', '*']",%,0,1.0 +0125,0125,12,symb,three_rule_comb5,82.0,"['*', ':', '~']",* % !,0,1.0 +0125,0125,12,symb,three_rule_comb5,83.0,"['&', '>', '~']",% > !,0,1.0 +0125,0125,12,symb,three_rule_comb5,84.0,"['$', '%', '$']",< % &],0,1.0 +0125,0125,12,symb,three_rule_comb5,85.0,"['<', '%', '<']",< $ ],0,1.0 +0125,0125,12,symb,three_rule_comb5,86.0,"['&', '%', '>']",& : !,0,1.0 +0125,0125,12,symb,three_rule_comb5,87.0,"[':', '(', ':']",% > ~,0,1.0 +0125,0125,12,symb,three_rule_comb5,88.0,"['$', '*', '>']",< ! $],0,1.0 +0125,0125,12,symb,three_rule_comb5,89.0,"['%', '*', '<']",! * ~],0,1.0 +0125,0125,12,symb,three_rule_comb5,90.0,"['>', '<', '*']",! $ &],0,1.0 +0125,0125,12,symb,three_rule_comb5,91.0,"['%', ':', '*']",% < <],0,1.0 +0125,0125,12,symb,three_rule_comb5,92.0,"['&', '%', '$']",$ & !,0,1.0 +0125,0125,12,symb,three_rule_comb5,93.0,"['%', '&', ':']",$ ! :],0,1.0 +0125,0125,12,symb,three_rule_comb5,94.0,"['!', '(', '&']",% $ $],0,1.0 +0125,0125,12,symb,three_rule_comb5,95.0,"['(', '$', '*']",% & $],0,1.0 +0125,0125,12,symb,three_rule_comb5,96.0,"['$', '$', '<']",* $ !,0,1.0 +0125,0125,12,symb,three_rule_comb5,97.0,"[':', '$', '&']",%,0,1.0 +0125,0125,12,symb,three_rule_comb5,98.0,"['(', '*', '(']",: ~ <],0,1.0 +0125,0125,12,symb,three_rule_comb5,99.0,"['(', '~', '(']",( * %],0,1.0 +0125,0125,12,symb,three_rule_comb6,0.0,"['%', '&', '~']",% & ~],1,1.0 +0125,0125,12,symb,three_rule_comb6,1.0,"['>', '&', '$']",> & $],1,1.0 +0125,0125,12,symb,three_rule_comb6,2.0,"['&', '%', '*']",% * !,0,1.0 +0125,0125,12,symb,three_rule_comb6,3.0,"['!', '&', '$']",& ! <,0,1.0 +0125,0125,12,symb,three_rule_comb6,4.0,"['*', '<', '!']",* < !],1,1.0 +0125,0125,12,symb,three_rule_comb6,5.0,"['*', '%', '$']",* % $],1,1.0 +0125,0125,12,symb,three_rule_comb6,6.0,"['<', '%', '$']",< % $],1,1.0 +0125,0125,12,symb,three_rule_comb6,7.0,"['~', '*', '>']",~ * >],1,1.0 +0125,0125,12,symb,three_rule_comb6,8.0,"['(', '$', '&']",( $ &],1,1.0 +0125,0125,12,symb,three_rule_comb6,9.0,"['<', '<', '&']",<,0,1.0 +0125,0125,12,symb,three_rule_comb6,10.0,"['!', '&', ':']",! & :,1,1.0 +0125,0125,12,symb,three_rule_comb6,11.0,"['%', '<', '$']",$ < ~,0,1.0 +0125,0125,12,symb,three_rule_comb6,12.0,"['>', '&', '&']",> & :],0,1.0 +0125,0125,12,symb,three_rule_comb6,13.0,"['$', '&', '(']",$ & (],1,1.0 +0125,0125,12,symb,three_rule_comb6,14.0,"['(', '*', '$']",( * $],1,1.0 +0125,0125,12,symb,three_rule_comb6,15.0,"['$', '%', ':']",$ % :],1,1.0 +0125,0125,12,symb,three_rule_comb6,16.0,"['%', '<', '(']",% < (],1,1.0 +0125,0125,12,symb,three_rule_comb6,17.0,"['(', '<', '$']",( < $],1,1.0 +0125,0125,12,symb,three_rule_comb6,18.0,"['~', '$', '<']",$ % *,0,1.0 +0125,0125,12,symb,three_rule_comb6,19.0,"['~', '>', '*']",~ > *],1,1.0 +0125,0125,12,symb,three_rule_comb6,20.0,"['$', '(', '$']",$ ( $,1,1.0 +0125,0125,12,symb,three_rule_comb6,21.0,"['~', '$', ':']",~ $ :],1,1.0 +0125,0125,12,symb,three_rule_comb6,22.0,"[':', '!', '$']",: ! $],1,1.0 +0125,0125,12,symb,three_rule_comb6,23.0,"['$', '$', '<']",$ ~ &,0,1.0 +0125,0125,12,symb,three_rule_comb6,24.0,"['>', '~', '>']",> ~ >],1,1.0 +0125,0125,12,symb,three_rule_comb6,25.0,"['(', ':', ':']",! : :],0,1.0 +0125,0125,12,symb,three_rule_comb6,26.0,"['%', '>', ':']",% > :],1,1.0 +0125,0125,12,symb,three_rule_comb6,27.0,"['&', '(', '!']",& ( !,1,1.0 +0125,0125,12,symb,three_rule_comb6,28.0,"['~', '(', '~']",~ < (],0,1.0 +0125,0125,12,symb,three_rule_comb6,29.0,"['&', '*', '(']",& * (],1,1.0 +0125,0125,12,symb,three_rule_comb6,30.0,"[':', '$', '!']",: $ !,1,1.0 +0125,0125,12,symb,three_rule_comb6,31.0,"['<', '&', ':']",< & (],0,1.0 +0125,0125,12,symb,three_rule_comb6,32.0,"['(', '%', '(']",( % (],1,1.0 +0125,0125,12,symb,three_rule_comb6,33.0,"[':', '(', '&']",: ( >],0,1.0 +0125,0125,12,symb,three_rule_comb6,34.0,"['$', '<', '!']",$ % ~,0,1.0 +0125,0125,12,symb,three_rule_comb6,35.0,"['>', '*', '&']",* > &,0,1.0 +0125,0125,12,symb,three_rule_comb6,36.0,"['!', '(', '*']",! ( *],1,1.0 +0125,0125,12,symb,three_rule_comb6,37.0,"['%', '<', '%']",% < %],1,1.0 +0125,0125,12,symb,three_rule_comb6,38.0,"['&', '&', '*']",& & *],1,1.0 +0125,0125,12,symb,three_rule_comb6,39.0,"['*', '<', '!']",* < !,1,1.0 +0125,0125,12,symb,three_rule_comb6,40.0,"[':', '>', '<']",: > <,1,1.0 +0125,0125,12,symb,three_rule_comb6,41.0,"['<', ':', '<']",< * <,0,1.0 +0125,0125,12,symb,three_rule_comb6,42.0,"['*', '*', '(']",* * >,0,1.0 +0125,0125,12,symb,three_rule_comb6,43.0,"['%', '$', '&']",% $ &],1,1.0 +0125,0125,12,symb,three_rule_comb6,44.0,"['$', '~', '<']",$ ~ %,0,1.0 +0125,0125,12,symb,three_rule_comb6,45.0,"['%', '!', '&']",% ! &,1,1.0 +0125,0125,12,symb,three_rule_comb6,46.0,"['%', '%', '!']",% % !],1,1.0 +0125,0125,12,symb,three_rule_comb6,47.0,"['$', '<', '~']",$ < &,0,1.0 +0125,0125,12,symb,three_rule_comb6,48.0,"['$', '>', '!']",$,0,1.0 +0125,0125,12,symb,three_rule_comb6,49.0,"[':', '~', '%']",: ~ %],1,1.0 +0125,0125,12,symb,three_rule_comb6,50.0,"['%', '&', '~']",% & ~],1,1.0 +0125,0125,12,symb,three_rule_comb6,51.0,"['(', '&', '*']",* < $,0,1.0 +0125,0125,12,symb,three_rule_comb6,52.0,"[':', '$', '!']",: $ !,1,1.0 +0125,0125,12,symb,three_rule_comb6,53.0,"['$', '%', '<']",% < &,0,1.0 +0125,0125,12,symb,three_rule_comb6,54.0,"['(', '(', '~']",( ( %],0,1.0 +0125,0125,12,symb,three_rule_comb6,55.0,"['~', '*', '$']",~ * $],1,1.0 +0125,0125,12,symb,three_rule_comb6,56.0,"['(', ':', '&']",( % &],0,1.0 +0125,0125,12,symb,three_rule_comb6,57.0,"['*', '~', ':']",* $ :],0,1.0 +0125,0125,12,symb,three_rule_comb6,58.0,"['*', '<', '~']",* < !,0,1.0 +0125,0125,12,symb,three_rule_comb6,59.0,"['<', '<', '&']",< < &,1,1.0 +0125,0125,12,symb,three_rule_comb6,60.0,"[':', '&', '!']",: & !],1,1.0 +0125,0125,12,symb,three_rule_comb6,61.0,"['*', '~', '!']",* ~ !,1,1.0 +0125,0125,12,symb,three_rule_comb6,62.0,"['%', '<', '(']",% < (],1,1.0 +0125,0125,12,symb,three_rule_comb6,63.0,"['~', ':', '!']",: !],0,1.0 +0125,0125,12,symb,three_rule_comb6,64.0,"['~', '!', '&']",% & %],0,1.0 +0125,0125,12,symb,three_rule_comb6,65.0,"['&', '!', '~']",& ! ~],1,1.0 +0125,0125,12,symb,three_rule_comb6,66.0,"['~', '&', '~']",~ & ~],1,1.0 +0125,0125,12,symb,three_rule_comb6,67.0,"['~', ':', '$']",~ : $],1,1.0 +0125,0125,12,symb,three_rule_comb6,68.0,"['(', '&', '$']",% & $],0,1.0 +0125,0125,12,symb,three_rule_comb6,69.0,"['~', '$', '*']",~ $ *],1,1.0 +0125,0125,12,symb,three_rule_comb6,70.0,"['&', '!', '<']",& ! <,1,1.0 +0125,0125,12,symb,three_rule_comb6,71.0,"['*', '%', '!']",% > !],0,1.0 +0125,0125,12,symb,three_rule_comb6,72.0,"['%', '(', '>']",% ! >],0,1.0 +0125,0125,12,symb,three_rule_comb6,73.0,"['&', '~', '~']",& ~ ~],1,1.0 +0125,0125,12,symb,three_rule_comb6,74.0,"['!', '*', '~']",! * $,0,1.0 +0125,0125,12,symb,three_rule_comb6,75.0,"['!', '(', '>']",! ( >],1,1.0 +0125,0125,12,symb,three_rule_comb6,76.0,"[':', '%', '>']",: % >],1,1.0 +0125,0125,12,symb,three_rule_comb6,77.0,"['$', '!', '~']",$ : !,0,1.0 +0125,0125,12,symb,three_rule_comb6,78.0,"['~', '%', ':']",~ % :],1,1.0 +0125,0125,12,symb,three_rule_comb6,79.0,"['~', '%', '%']",% $ &],0,1.0 +0125,0125,12,symb,three_rule_comb6,80.0,"['!', '~', '!']",! ~ !,1,1.0 +0125,0125,12,symb,three_rule_comb6,81.0,"['&', '<', '%']",% < %,0,1.0 +0125,0125,12,symb,three_rule_comb6,82.0,"['&', '(', '<']",& ( <],1,1.0 +0125,0125,12,symb,three_rule_comb6,83.0,"['(', '$', '!']",( $ !],1,1.0 +0125,0125,12,symb,three_rule_comb6,84.0,"[':', '>', '%']",%,0,1.0 +0125,0125,12,symb,three_rule_comb6,85.0,"['&', '!', '$']",& ! $,1,1.0 +0125,0125,12,symb,three_rule_comb6,86.0,"['(', '>', '~']",( > ~],1,1.0 +0125,0125,12,symb,three_rule_comb6,87.0,"['&', '(', ':']",& ( ~],0,1.0 +0125,0125,12,symb,three_rule_comb6,88.0,"['%', '<', ':']",% < :],1,1.0 +0125,0125,12,symb,three_rule_comb6,89.0,"[':', '!', '$']",: ! $],1,1.0 +0125,0125,12,symb,three_rule_comb6,90.0,"['<', '&', '*']",< & *],1,1.0 +0125,0125,12,symb,three_rule_comb6,91.0,"['>', '~', '$']",$ & <],0,1.0 +0125,0125,12,symb,three_rule_comb6,92.0,"['!', '>', '$']",! > $],1,1.0 +0125,0125,12,symb,three_rule_comb6,93.0,"['$', ':', '&']",$ : &],1,1.0 +0125,0125,12,symb,three_rule_comb6,94.0,"['(', '$', '(']",( $ :],0,1.0 +0125,0125,12,symb,three_rule_comb6,95.0,"['(', '>', ':']",: & :],0,1.0 +0125,0125,12,symb,three_rule_comb6,96.0,"['!', '>', '>']",! > $,0,1.0 +0125,0125,12,symb,three_rule_comb6,97.0,"[':', '&', '~']",: & ~],1,1.0 +0125,0125,12,symb,three_rule_comb6,98.0,"['>', '!', '<']",> ! <,1,1.0 +0125,0125,12,symb,three_rule_comb6,99.0,"['<', '~', ':']",< ~ :],1,1.0 +0125,0125,12,symb,three_rule_comb7,0.0,"['<', '(', ':']",< ( *],0,1.0 +0125,0125,12,symb,three_rule_comb7,1.0,"['!', '&', ':']",! & >],0,1.0 +0125,0125,12,symb,three_rule_comb7,2.0,"['(', '>', '$']",: * &],0,1.0 +0125,0125,12,symb,three_rule_comb7,3.0,"['(', ':', '<']",% ( ~],0,1.0 +0125,0125,12,symb,three_rule_comb7,4.0,"['>', '<', '*']",* >,0,1.0 +0125,0125,12,symb,three_rule_comb7,5.0,"['$', '!', '$']",$ : ~],0,1.0 +0125,0125,12,symb,three_rule_comb7,6.0,"['<', '&', '<']",* & <,0,1.0 +0125,0125,12,symb,three_rule_comb7,7.0,"['*', '$', '%']",% < &,0,1.0 +0125,0125,12,symb,three_rule_comb7,8.0,"['*', '*', '!']",* ~ >],0,1.0 +0125,0125,12,symb,three_rule_comb7,9.0,"['~', '*', ':']",%,0,1.0 +0125,0125,12,symb,three_rule_comb7,10.0,"['<', '&', '(']",:% >],0,1.0 +0125,0125,12,symb,three_rule_comb7,11.0,"['*', '~', '&']",~ & &,0,1.0 +0125,0125,12,symb,three_rule_comb7,12.0,"['(', '(', '(']",( ( &],0,1.0 +0125,0125,12,symb,three_rule_comb7,13.0,"['(', '(', '%']",( > !],0,1.0 +0125,0125,12,symb,three_rule_comb7,14.0,"['>', '>', '(']",> ( %,0,1.0 +0125,0125,12,symb,three_rule_comb7,15.0,"['!', '%', '%']",> * :],0,1.0 +0125,0125,12,symb,three_rule_comb7,16.0,"[':', ':', '%']",: * &,0,1.0 +0125,0125,12,symb,three_rule_comb7,17.0,"[':', '&', '(']",: * %],0,1.0 +0125,0125,12,symb,three_rule_comb7,18.0,"['~', '*', '~']",~ < ~],0,1.0 +0125,0125,12,symb,three_rule_comb7,19.0,"['&', '!', '$']",& ! >,0,1.0 +0125,0125,12,symb,three_rule_comb7,20.0,"['<', '~', '<']",* ~ <,0,1.0 +0125,0125,12,symb,three_rule_comb7,21.0,"['&', '(', '!']",< $ %,0,1.0 +0125,0125,12,symb,three_rule_comb7,22.0,"['~', '(', '&']",~ ( (],0,1.0 +0125,0125,12,symb,three_rule_comb7,23.0,"[':', '%', '!']",: % (],0,1.0 +0125,0125,12,symb,three_rule_comb7,24.0,"[':', '(', '&']",& < *],0,1.0 +0125,0125,12,symb,three_rule_comb7,25.0,"['<', '!', '(']",< ! &],0,1.0 +0125,0125,12,symb,three_rule_comb7,26.0,"['(', ':', '~']",% : ~,0,1.0 +0125,0125,12,symb,three_rule_comb7,27.0,"['*', '&', '*']",* & !,0,1.0 +0125,0125,12,symb,three_rule_comb7,28.0,"['$', ':', '$']",$ > :,0,1.0 +0125,0125,12,symb,three_rule_comb7,29.0,"['%', '*', '$']",% * ~],0,1.0 +0125,0125,12,symb,three_rule_comb7,30.0,"['$', '$', '$']",$ ! <,0,1.0 +0125,0125,12,symb,three_rule_comb7,31.0,"['~', '&', '$']",$ > !,0,1.0 +0125,0125,12,symb,three_rule_comb7,32.0,"['(', '<', '$']",$ ~ ~,0,1.0 +0125,0125,12,symb,three_rule_comb7,33.0,"['!', '<', '&']",! : &],0,1.0 +0125,0125,12,symb,three_rule_comb7,34.0,"['~', '<', '(']",* $ >,0,1.0 +0125,0125,12,symb,three_rule_comb7,35.0,"['*', '!', '&']",$ > !,0,1.0 +0125,0125,12,symb,three_rule_comb7,36.0,"['~', '&', '<']",:&,0,1.0 +0125,0125,12,symb,three_rule_comb7,37.0,"['&', '(', '>']",& > >],0,1.0 +0125,0125,12,symb,three_rule_comb7,38.0,"['<', '(', '<']",: ( <],0,1.0 +0125,0125,12,symb,three_rule_comb7,39.0,"['%', '*', '(']",% * >],0,1.0 +0125,0125,12,symb,three_rule_comb7,40.0,"['<', '$', '(']",< $ >,0,1.0 +0125,0125,12,symb,three_rule_comb7,41.0,"['*', '*', '&']",* &,0,1.0 +0125,0125,12,symb,three_rule_comb7,42.0,"['*', '(', '!']",( > ~,0,1.0 +0125,0125,12,symb,three_rule_comb7,43.0,"[':', '&', '>']",% > >,0,1.0 +0125,0125,12,symb,three_rule_comb7,44.0,"[':', '>', '*']",* > ~],0,1.0 +0125,0125,12,symb,three_rule_comb7,45.0,"['!', '$', '*']",$ > %,0,1.0 +0125,0125,12,symb,three_rule_comb7,46.0,"['$', '>', '<']",$ # $],0,1.0 +0125,0125,12,symb,three_rule_comb7,47.0,"['%', '(', '!']",% > !,0,1.0 +0125,0125,12,symb,three_rule_comb7,48.0,"['<', '~', '*']",< ~ !,0,1.0 +0125,0125,12,symb,three_rule_comb7,49.0,"['(', '%', '$']",% : :],0,1.0 +0125,0125,12,symb,three_rule_comb7,50.0,"['!', '&', '>']",$ > >,0,1.0 +0125,0125,12,symb,three_rule_comb7,51.0,"[':', ':', '<']",( & >],0,1.0 +0125,0125,12,symb,three_rule_comb7,52.0,"['*', '$', '&']",* ! &],0,1.0 +0125,0125,12,symb,three_rule_comb7,53.0,"['!', ':', '%']",:],0,1.0 +0125,0125,12,symb,three_rule_comb7,54.0,"['~', '%', '%']",~ ! %],0,1.0 +0125,0125,12,symb,three_rule_comb7,55.0,"['&', '~', '%']",% ~ *,0,1.0 +0125,0125,12,symb,three_rule_comb7,56.0,"['$', '(', '%']",$ < %,0,1.0 +0125,0125,12,symb,three_rule_comb7,57.0,"['>', '%', '>']",! % >],0,1.0 +0125,0125,12,symb,three_rule_comb7,58.0,"['$', '!', '<']",~ ! <],0,1.0 +0125,0125,12,symb,three_rule_comb7,59.0,"['!', '(', '(']",! & (],0,1.0 +0125,0125,12,symb,three_rule_comb7,60.0,"[':', '&', '$']",: & ?],0,1.0 +0125,0125,12,symb,three_rule_comb7,61.0,"['<', '&', '!']",>,0,1.0 +0125,0125,12,symb,three_rule_comb7,62.0,"['(', ':', '>']",: > $],0,1.0 +0125,0125,12,symb,three_rule_comb7,63.0,"['<', '%', '<']",< % !,0,1.0 +0125,0125,12,symb,three_rule_comb7,64.0,"['<', '&', '~']",$ & ~,0,1.0 +0125,0125,12,symb,three_rule_comb7,65.0,"[':', '(', '(']",: > (],0,1.0 +0125,0125,12,symb,three_rule_comb7,66.0,"['$', '*', '!']",! * >,0,1.0 +0125,0125,12,symb,three_rule_comb7,67.0,"['(', '~', '>']",% ~ >],0,1.0 +0125,0125,12,symb,three_rule_comb7,68.0,"['<', '!', '%']",* ! %],0,1.0 +0125,0125,12,symb,three_rule_comb7,69.0,"['<', '(', '$']",: ( $],0,1.0 +0125,0125,12,symb,three_rule_comb7,70.0,"['(', '~', '~']",* ( !,0,1.0 +0125,0125,12,symb,three_rule_comb7,71.0,"['~', '~', '&']",~ ! >,0,1.0 +0125,0125,12,symb,three_rule_comb7,72.0,"['(', '%', ':']",% ! :],0,1.0 +0125,0125,12,symb,three_rule_comb7,73.0,"['&', '$', '>']",& > $,0,1.0 +0125,0125,12,symb,three_rule_comb7,74.0,"['<', '(', '~']",& ~ ],0,1.0 +0125,0125,12,symb,three_rule_comb7,75.0,"['$', '*', '$']",& : *],0,1.0 +0125,0125,12,symb,three_rule_comb7,76.0,"[':', '<', '>']",: $ %,0,1.0 +0125,0125,12,symb,three_rule_comb7,77.0,"['&', ':', '&']",& ~ &,0,1.0 +0125,0125,12,symb,three_rule_comb7,78.0,"['<', '>', '<']",$,0,1.0 +0125,0125,12,symb,three_rule_comb7,79.0,"['~', '%', '>']",! % >,0,1.0 +0125,0125,12,symb,three_rule_comb7,80.0,"['%', '>', '*']",: ~ <],0,1.0 +0125,0125,12,symb,three_rule_comb7,81.0,"['*', '<', '$']",* : $,0,1.0 +0125,0125,12,symb,three_rule_comb7,82.0,"['&', '$', '$']",& $ ~,0,1.0 +0125,0125,12,symb,three_rule_comb7,83.0,"['*', '(', '(']",& : !,0,1.0 +0125,0125,12,symb,three_rule_comb7,84.0,"[':', '~', '(']",: ~ &],0,1.0 +0125,0125,12,symb,three_rule_comb7,85.0,"[':', '<', '<']",: < ~],0,1.0 +0125,0125,12,symb,three_rule_comb7,86.0,"['~', '%', '$']",~ ~ $,0,1.0 +0125,0125,12,symb,three_rule_comb7,87.0,"['&', '<', '~']",* % &,0,1.0 +0125,0125,12,symb,three_rule_comb7,88.0,"[':', '(', '&']",% < &,0,1.0 +0125,0125,12,symb,three_rule_comb7,89.0,"['~', '>', '%']",% ! &],0,1.0 +0125,0125,12,symb,three_rule_comb7,90.0,"[':', '~', '&']",%,0,1.0 +0125,0125,12,symb,three_rule_comb7,91.0,"['(', '&', '(']",( > <],0,1.0 +0125,0125,12,symb,three_rule_comb7,92.0,"['~', '~', '(']",*,0,1.0 +0125,0125,12,symb,three_rule_comb7,93.0,"['~', '$', '~']",~ ! <,0,1.0 +0125,0125,12,symb,three_rule_comb7,94.0,"['&', '!', '<']",% & >,0,1.0 +0125,0125,12,symb,three_rule_comb7,95.0,"['&', '<', '*']",: *],0,1.0 +0125,0125,12,symb,three_rule_comb7,96.0,"['*', '(', '~']",% < !,0,1.0 +0125,0125,12,symb,three_rule_comb7,97.0,"['%', '!', '%']",% ~ &,0,1.0 +0125,0125,12,symb,three_rule_comb7,98.0,"[':', '!', '%']",:],0,1.0 +0125,0125,12,symb,three_rule_comb7,99.0,"[':', '$', '!']",: $ ~],0,1.0 +0125,0125,12,symb,three_rule_comb8,0.0,"[':', '&', '*']",$ * >],0,1.0 +0125,0125,12,symb,three_rule_comb8,1.0,"['<', '<', '<']",* : <,0,1.0 +0125,0125,12,symb,three_rule_comb8,2.0,"['!', '%', ':']",! ~ %],0,1.0 +0125,0125,12,symb,three_rule_comb8,3.0,"['>', '<', '$']",! & *],0,1.0 +0125,0125,12,symb,three_rule_comb8,4.0,"['$', '(', ':']",:< >,0,1.0 +0125,0125,12,symb,three_rule_comb8,5.0,"['<', '!', ':']",:],0,1.0 +0125,0125,12,symb,three_rule_comb8,6.0,"['(', '~', '&']",: * <],0,1.0 +0125,0125,12,symb,three_rule_comb8,7.0,"[':', '!', '%']",! % *,0,1.0 +0125,0125,12,symb,three_rule_comb8,8.0,"['>', '%', '~']",> ! !],0,1.0 +0125,0125,12,symb,three_rule_comb8,9.0,"['%', '>', '%']",% ~ %,0,1.0 +0125,0125,12,symb,three_rule_comb8,10.0,"['!', '<', '~']",< * <],0,1.0 +0125,0125,12,symb,three_rule_comb8,11.0,"['%', '(', '<']",! ( *],0,1.0 +0125,0125,12,symb,three_rule_comb8,12.0,"['~', '~', '(']",:? * >,0,1.0 +0125,0125,12,symb,three_rule_comb8,13.0,"['&', '$', ':']",$ < &],0,1.0 +0125,0125,12,symb,three_rule_comb8,14.0,"['%', '>', '&']",% ! <],0,1.0 +0125,0125,12,symb,three_rule_comb8,15.0,"['!', ':', '!']",% > !],0,1.0 +0125,0125,12,symb,three_rule_comb8,16.0,"['(', '~', '>']",! ~ >],0,1.0 +0125,0125,12,symb,three_rule_comb8,17.0,"['*', ':', '(']",* < >,0,1.0 +0125,0125,12,symb,three_rule_comb8,18.0,"['&', '<', '<']",$,0,1.0 +0125,0125,12,symb,three_rule_comb8,19.0,"['%', '>', '<']",: ! %],0,1.0 +0125,0125,12,symb,three_rule_comb8,20.0,"['(', '&', '$']",> & ~],0,1.0 +0125,0125,12,symb,three_rule_comb8,21.0,"['%', '$', '(']",* ~ >],0,1.0 +0125,0125,12,symb,three_rule_comb8,22.0,"[':', '(', '*']",: > <],0,1.0 +0125,0125,12,symb,three_rule_comb8,23.0,"['$', '(', ':']",< & %],0,1.0 +0125,0125,12,symb,three_rule_comb8,24.0,"['<', '!', '%']",< ~ ~],0,1.0 +0125,0125,12,symb,three_rule_comb8,25.0,"['%', '<', ':']",% ~ *],0,1.0 +0125,0125,12,symb,three_rule_comb8,26.0,"[':', ':', '<']",% : $,0,1.0 +0125,0125,12,symb,three_rule_comb8,27.0,"['%', '<', ':']",! * :],0,1.0 +0125,0125,12,symb,three_rule_comb8,28.0,"['(', '<', '!']",* >,0,1.0 +0125,0125,12,symb,three_rule_comb8,29.0,"['(', '<', '~']",$ : <,0,1.0 +0125,0125,12,symb,three_rule_comb8,30.0,"['~', '~', '%']",! ~ !],0,1.0 +0125,0125,12,symb,three_rule_comb8,31.0,"['>', '<', '>']",:! :!],0,1.0 +0125,0125,12,symb,three_rule_comb8,32.0,"['(', '%', ':']",: * (],0,1.0 +0125,0125,12,symb,three_rule_comb8,33.0,"['!', '%', '*']",% > ~],0,1.0 +0125,0125,12,symb,three_rule_comb8,34.0,"['~', ':', '<']",~ < *],0,1.0 +0125,0125,12,symb,three_rule_comb8,35.0,"['$', '%', '$']",% ! ~],0,1.0 +0125,0125,12,symb,three_rule_comb8,36.0,"['>', '(', '~']",> < <,0,1.0 +0125,0125,12,symb,three_rule_comb8,37.0,"['>', '!', ':']",< ! %],0,1.0 +0125,0125,12,symb,three_rule_comb8,38.0,"['<', '%', '&']",$ & $,0,1.0 +0125,0125,12,symb,three_rule_comb8,39.0,"['$', '<', '%']",$ > $,0,1.0 +0125,0125,12,symb,three_rule_comb8,40.0,"['(', '>', '&']",% < <,0,1.0 +0125,0125,12,symb,three_rule_comb8,41.0,"['&', '~', '>']",< < *],0,1.0 +0125,0125,12,symb,three_rule_comb8,42.0,"['(', '*', '<']",* * !],0,1.0 +0125,0125,12,symb,three_rule_comb8,43.0,"['~', '&', '!']",$ ! (,0,1.0 +0125,0125,12,symb,three_rule_comb8,44.0,"['%', '$', '%']",! ! %],0,1.0 +0125,0125,12,symb,three_rule_comb8,45.0,"['<', ':', '(']",% > (,0,1.0 +0125,0125,12,symb,three_rule_comb8,46.0,"['$', ':', '%']",: & >,0,1.0 +0125,0125,12,symb,three_rule_comb8,47.0,"['!', '%', '*']",! < *],0,1.0 +0125,0125,12,symb,three_rule_comb8,48.0,"['<', '&', '!']",$ > *,0,1.0 +0125,0125,12,symb,three_rule_comb8,49.0,"[':', '$', '<']",% < &,0,1.0 +0125,0125,12,symb,three_rule_comb8,50.0,"['*', '$', '%']",* ~ *,0,1.0 +0125,0125,12,symb,three_rule_comb8,51.0,"['&', '&', '&']",& > $,0,1.0 +0125,0125,12,symb,three_rule_comb8,52.0,"['~', '(', '<']",*,0,1.0 +0125,0125,12,symb,three_rule_comb8,53.0,"['!', '<', '>']",> & ~],0,1.0 +0125,0125,12,symb,three_rule_comb8,54.0,"['>', '<', '*']",< ! &],0,1.0 +0125,0125,12,symb,three_rule_comb8,55.0,"['&', '~', '!']",% > *],0,1.0 +0125,0125,12,symb,three_rule_comb8,56.0,"['%', '$', '&']",* $ $],0,1.0 +0125,0125,12,symb,three_rule_comb8,57.0,"['<', '!', '&']",: ! (],0,1.0 +0125,0125,12,symb,three_rule_comb8,58.0,"['~', '*', '&']",(~ ! *],0,1.0 +0125,0125,12,symb,three_rule_comb8,59.0,"['<', '<', '%']",: * >],0,1.0 +0125,0125,12,symb,three_rule_comb8,60.0,"['&', '$', '$']",$ > $,0,1.0 +0125,0125,12,symb,three_rule_comb8,61.0,"[':', ':', '&']",% * <],0,1.0 +0125,0125,12,symb,three_rule_comb8,62.0,"['$', '(', '*']",$ & <],0,1.0 +0125,0125,12,symb,three_rule_comb8,63.0,"['&', '$', '%']",& : *,0,1.0 +0125,0125,12,symb,three_rule_comb8,64.0,"['<', '$', '<']",< ! :],0,1.0 +0125,0125,12,symb,three_rule_comb8,65.0,"[':', '%', '<']",% < <,0,1.0 +0125,0125,12,symb,three_rule_comb8,66.0,"['<', '~', ':']",< & :],0,1.0 +0125,0125,12,symb,three_rule_comb8,67.0,"['%', '<', ':']",% < ~,0,1.0 +0125,0125,12,symb,three_rule_comb8,68.0,"[':', '<', '>']",: $ !],0,1.0 +0125,0125,12,symb,three_rule_comb8,69.0,"['&', ':', '$']",& * !],0,1.0 +0125,0125,12,symb,three_rule_comb8,70.0,"['<', '*', '$']",*,0,1.0 +0125,0125,12,symb,three_rule_comb8,71.0,"['<', '(', '*']",* ! <,0,1.0 +0125,0125,12,symb,three_rule_comb8,72.0,"[':', '$', '%']",% : <,0,1.0 +0125,0125,12,symb,three_rule_comb8,73.0,"['%', '!', '(']",? ? =],0,1.0 +0125,0125,12,symb,three_rule_comb8,74.0,"['%', '<', '&']",&,0,1.0 +0125,0125,12,symb,three_rule_comb8,75.0,"['(', '<', '~']",: & %],0,1.0 +0125,0125,12,symb,three_rule_comb8,76.0,"['$', '!', '*']",< ~ >,0,1.0 +0125,0125,12,symb,three_rule_comb8,77.0,"['%', '>', '(']",% ( &],0,1.0 +0125,0125,12,symb,three_rule_comb8,78.0,"[':', '&', '>']",%,0,1.0 +0125,0125,12,symb,three_rule_comb8,79.0,"['&', '$', '>']",% < &],0,1.0 +0125,0125,12,symb,three_rule_comb8,80.0,"['%', '&', ':']",% * %],0,1.0 +0125,0125,12,symb,three_rule_comb8,81.0,"['$', '*', '%']",< : (,0,1.0 +0125,0125,12,symb,three_rule_comb8,82.0,"[':', ':', '&']",: * >],0,1.0 +0125,0125,12,symb,three_rule_comb8,83.0,"['*', '&', ':']",* > (],0,1.0 +0125,0125,12,symb,three_rule_comb8,84.0,"['!', '$', '%']",% < <,0,1.0 +0125,0125,12,symb,three_rule_comb8,85.0,"['!', '<', ':']",> & >],0,1.0 +0125,0125,12,symb,three_rule_comb8,86.0,"['~', '&', '(']",~ > &],0,1.0 +0125,0125,12,symb,three_rule_comb8,87.0,"['<', '%', '*']",< % :],0,1.0 +0125,0125,12,symb,three_rule_comb8,88.0,"[':', '&', '%']",: > !],0,1.0 +0125,0125,12,symb,three_rule_comb8,89.0,"['(', '$', ':']",$ : $,0,1.0 +0125,0125,12,symb,three_rule_comb8,90.0,"['<', '%', '*']",< ~ <,0,1.0 +0125,0125,12,symb,three_rule_comb8,91.0,"['%', '!', '*']",% ~ >,0,1.0 +0125,0125,12,symb,three_rule_comb8,92.0,"[':', ':', '~']",% ~ >,0,1.0 +0125,0125,12,symb,three_rule_comb8,93.0,"['&', '%', '*']",$ : $],0,1.0 +0125,0125,12,symb,three_rule_comb8,94.0,"[':', ':', '>']",:] ! >,0,1.0 +0125,0125,12,symb,three_rule_comb8,95.0,"['~', '<', '(']",% & $,0,1.0 +0125,0125,12,symb,three_rule_comb8,96.0,"['$', '$', '!']",* : !,0,1.0 +0125,0125,12,symb,three_rule_comb8,97.0,"['%', ':', '<']",% > ~],0,1.0 +0125,0125,12,symb,three_rule_comb8,98.0,"['<', '%', '!']",> > >],0,1.0 +0125,0125,12,symb,three_rule_comb8,99.0,"[':', '&', '%']",% < ~,0,1.0 +0125,0125,12,symb,three_rule_comb9,0.0,"['<', '>', '!']",< ! !,0,1.0 +0125,0125,12,symb,three_rule_comb9,1.0,"[':', '$', '%']",: < ?,0,1.0 +0125,0125,12,symb,three_rule_comb9,2.0,"['~', '>', '*']",< ! ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,3.0,"['<', ':', '~']",( * ],0,1.0 +0125,0125,12,symb,three_rule_comb9,4.0,"['<', '~', '*']",$ * ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,5.0,"['>', ':', '(']",% ! ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,6.0,"['%', '&', '<']",< & <],0,1.0 +0125,0125,12,symb,three_rule_comb9,7.0,"['$', '&', '%']",? & %],0,1.0 +0125,0125,12,symb,three_rule_comb9,8.0,"[':', '%', '!']",% ( >],0,1.0 +0125,0125,12,symb,three_rule_comb9,9.0,"['%', '<', ':']",? @ @],0,1.0 +0125,0125,12,symb,three_rule_comb9,10.0,"['%', ':', '&']",! ! ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,11.0,"['%', '&', '&']",# # >],0,1.0 +0125,0125,12,symb,three_rule_comb9,12.0,"['$', '&', '~']",& < *],0,1.0 +0125,0125,12,symb,three_rule_comb9,13.0,"['(', ':', '&']",* % &,0,1.0 +0125,0125,12,symb,three_rule_comb9,14.0,"['*', '<', '%']",:],0,1.0 +0125,0125,12,symb,three_rule_comb9,15.0,"[':', '&', '<']",% < $,0,1.0 +0125,0125,12,symb,three_rule_comb9,16.0,"['~', '%', ':']",# @ #],0,1.0 +0125,0125,12,symb,three_rule_comb9,17.0,"['<', '*', '(']",: < &],0,1.0 +0125,0125,12,symb,three_rule_comb9,18.0,"['(', '~', '$']",% * <],0,1.0 +0125,0125,12,symb,three_rule_comb9,19.0,"['*', ':', '%']",]? > ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,20.0,"['%', ':', '>']",~ % %],0,1.0 +0125,0125,12,symb,three_rule_comb9,21.0,"['&', '*', '$']",( > ),0,1.0 +0125,0125,12,symb,three_rule_comb9,22.0,"['<', ':', '*']",$ % %],0,1.0 +0125,0125,12,symb,three_rule_comb9,23.0,"['~', '&', '*']",> ? >],0,1.0 +0125,0125,12,symb,three_rule_comb9,24.0,"['(', '$', '%']",< > %,0,1.0 +0125,0125,12,symb,three_rule_comb9,25.0,"['*', '$', ':']",% > !,0,1.0 +0125,0125,12,symb,three_rule_comb9,26.0,"['%', '$', '&']",: < $],0,1.0 +0125,0125,12,symb,three_rule_comb9,27.0,"['%', '&', '<']",: < $],0,1.0 +0125,0125,12,symb,three_rule_comb9,28.0,"[':', '&', '%']",% $ #,0,1.0 +0125,0125,12,symb,three_rule_comb9,29.0,"[':', '~', '(']",]? % *,0,1.0 +0125,0125,12,symb,three_rule_comb9,30.0,"['<', ':', ':']",% >,0,1.0 +0125,0125,12,symb,three_rule_comb9,31.0,"[':', '>', '&']",% ! $,0,1.0 +0125,0125,12,symb,three_rule_comb9,32.0,"['%', '(', '<']",: % $],0,1.0 +0125,0125,12,symb,three_rule_comb9,33.0,"['>', '<', '$']",! & <],0,1.0 +0125,0125,12,symb,three_rule_comb9,34.0,"['$', '(', '*']",! : )],0,1.0 +0125,0125,12,symb,three_rule_comb9,35.0,"['~', '(', '%']",# > #],0,1.0 +0125,0125,12,symb,three_rule_comb9,36.0,"['$', '%', '(']",! = #],0,1.0 +0125,0125,12,symb,three_rule_comb9,37.0,"[':', '$', '!']",! & ],0,1.0 +0125,0125,12,symb,three_rule_comb9,38.0,"['>', '%', '%']",& : )],0,1.0 +0125,0125,12,symb,three_rule_comb9,39.0,"['!', '$', '(']",> < %],0,1.0 +0125,0125,12,symb,three_rule_comb9,40.0,"[':', '~', '$']",! * &],0,1.0 +0125,0125,12,symb,three_rule_comb9,41.0,"[':', '&', '(']",< ! %],0,1.0 +0125,0125,12,symb,three_rule_comb9,42.0,"['>', '*', '$']",& > ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,43.0,"['&', '%', '$']",:? @},0,1.0 +0125,0125,12,symb,three_rule_comb9,44.0,"['~', '(', '(']",# @ #],0,1.0 +0125,0125,12,symb,three_rule_comb9,45.0,"['&', '>', '(']",: $ :],0,1.0 +0125,0125,12,symb,three_rule_comb9,46.0,"[':', '*', '&']",% ~ <,0,1.0 +0125,0125,12,symb,three_rule_comb9,47.0,"['%', ':', '>']",> * ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,48.0,"['~', '$', '<']",* < $,0,1.0 +0125,0125,12,symb,three_rule_comb9,49.0,"['&', '<', '<']",& $ $],0,1.0 +0125,0125,12,symb,three_rule_comb9,50.0,"['%', '%', '&']",$ & !],0,1.0 +0125,0125,12,symb,three_rule_comb9,51.0,"['*', '$', '&']",* > ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,52.0,"['$', ':', '<']",& : *],0,1.0 +0125,0125,12,symb,three_rule_comb9,53.0,"['%', '%', '~']",# > #],0,1.0 +0125,0125,12,symb,three_rule_comb9,54.0,"['$', '$', ':']",? ! :],0,1.0 +0125,0125,12,symb,three_rule_comb9,55.0,"['<', '(', '!']",] ! ],0,1.0 +0125,0125,12,symb,three_rule_comb9,56.0,"['&', '>', '$']",$ ! <,0,1.0 +0125,0125,12,symb,three_rule_comb9,57.0,"['&', '$', ':']",$ & %,0,1.0 +0125,0125,12,symb,three_rule_comb9,58.0,"['(', '&', '%']",% < (,0,1.0 +0125,0125,12,symb,three_rule_comb9,59.0,"['$', '>', '<']",< ! $],0,1.0 +0125,0125,12,symb,three_rule_comb9,60.0,"['$', '<', '(']",< & :],0,1.0 +0125,0125,12,symb,three_rule_comb9,61.0,"[':', '%', '*']",% : ~,0,1.0 +0125,0125,12,symb,three_rule_comb9,62.0,"['&', '<', ':']",# # !],0,1.0 +0125,0125,12,symb,three_rule_comb9,63.0,"['$', '(', ':']",% < :],0,1.0 +0125,0125,12,symb,three_rule_comb9,64.0,"['~', ':', '$']",* ( &],0,1.0 +0125,0125,12,symb,three_rule_comb9,65.0,"['(', '%', '!']",% : >],0,1.0 +0125,0125,12,symb,three_rule_comb9,66.0,"['<', '&', '~']",< * &],0,1.0 +0125,0125,12,symb,three_rule_comb9,67.0,"['<', '$', '!']",& & >],0,1.0 +0125,0125,12,symb,three_rule_comb9,68.0,"[':', '$', '%']",% < (,0,1.0 +0125,0125,12,symb,three_rule_comb9,69.0,"['(', '$', '>']",:! >],0,1.0 +0125,0125,12,symb,three_rule_comb9,70.0,"[':', '$', '(']",% & %,0,1.0 +0125,0125,12,symb,three_rule_comb9,71.0,"['(', '*', '<']",: ~ &],0,1.0 +0125,0125,12,symb,three_rule_comb9,72.0,"['>', '$', ':']",> > !,0,1.0 +0125,0125,12,symb,three_rule_comb9,73.0,"['<', '%', ':']",% : &,0,1.0 +0125,0125,12,symb,three_rule_comb9,74.0,"['$', ':', '>']",# % %,0,1.0 +0125,0125,12,symb,three_rule_comb9,75.0,"['!', '%', '(']",> : :],0,1.0 +0125,0125,12,symb,three_rule_comb9,76.0,"['&', ':', '%']",$ % (],0,1.0 +0125,0125,12,symb,three_rule_comb9,77.0,"['>', '%', '(']",% ^ ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,78.0,"['$', '<', '$']",$ < &],0,1.0 +0125,0125,12,symb,three_rule_comb9,79.0,"['&', '>', '%']",$ ! :],0,1.0 +0125,0125,12,symb,three_rule_comb9,80.0,"['(', '(', '*']",: % ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,81.0,"['&', '(', '>']",~ % >],0,1.0 +0125,0125,12,symb,three_rule_comb9,82.0,"['%', '<', '(']",! ( *,0,1.0 +0125,0125,12,symb,three_rule_comb9,83.0,"['$', '<', '(']",< $ %],0,1.0 +0125,0125,12,symb,three_rule_comb9,84.0,"['<', '!', '%']",: ~ !],0,1.0 +0125,0125,12,symb,three_rule_comb9,85.0,"['<', '>', '&']",< & <,0,1.0 +0125,0125,12,symb,three_rule_comb9,86.0,"['$', '(', '<']",& % &],0,1.0 +0125,0125,12,symb,three_rule_comb9,87.0,"['(', '$', '<']",( < %),0,1.0 +0125,0125,12,symb,three_rule_comb9,88.0,"['>', '(', '<']",# % #,0,1.0 +0125,0125,12,symb,three_rule_comb9,89.0,"['~', ':', '%']",* ( (],0,1.0 +0125,0125,12,symb,three_rule_comb9,90.0,"['&', '$', '!']",? : ),0,1.0 +0125,0125,12,symb,three_rule_comb9,91.0,"['$', '%', '&']",< : $],0,1.0 +0125,0125,12,symb,three_rule_comb9,92.0,"['$', '>', '(']",< ! %],0,1.0 +0125,0125,12,symb,three_rule_comb9,93.0,"['&', '%', '~']",< ! &,0,1.0 +0125,0125,12,symb,three_rule_comb9,94.0,"['$', '%', '*']",~ & ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,95.0,"['&', '!', '&']",* > $],0,1.0 +0125,0125,12,symb,three_rule_comb9,96.0,"['>', '$', '&']",$ & !],0,1.0 +0125,0125,12,symb,three_rule_comb9,97.0,"['!', '&', '%']",> $ (],0,1.0 +0125,0125,12,symb,three_rule_comb9,98.0,"['$', '>', ':']",~ > ~],0,1.0 +0125,0125,12,symb,three_rule_comb9,99.0,"['!', '&', '*']",! ! >],0,1.0 +0125,0125,12,symb,c3_set_union,0.0,"['~', '(', '&', '$']",~ ( & $,1,1.0 +0125,0125,12,symb,c3_set_union,1.0,"['<', '>', '(', '&']",< > &,0,1.0 +0125,0125,12,symb,c3_set_union,2.0,"['&', '$', ':', '~']",& $ : ~,1,1.0 +0125,0125,12,symb,c3_set_union,3.0,"['%', '(', ':', '>']",% >,0,1.0 +0125,0125,12,symb,c3_set_union,4.0,"[':', '~', '<', '*']",: < *,0,1.0 +0125,0125,12,symb,c3_set_union,5.0,"['*', '<', '&', '%']",* < & %,1,1.0 +0125,0125,12,symb,c3_set_union,6.0,"['~', '&', '%', '(']",% &,0,1.0 +0125,0125,12,symb,c3_set_union,7.0,"['>', '!', ':', '(']",> ! (,0,1.0 +0125,0125,12,symb,c3_set_union,8.0,"[':', '!', '*', '&']",: ! &,0,1.0 +0125,0125,12,symb,c3_set_union,9.0,"['%', '*', '&', '~']",% * & ~,1,1.0 +0125,0125,12,symb,c3_set_union,10.0,"['$', '%', '>', '&']",$ % > &,1,1.0 +0125,0125,12,symb,c3_set_union,11.0,"['~', '&', '!', '<']",~ & ! <,1,1.0 +0125,0125,12,symb,c3_set_union,12.0,"['$', '>', '~', '%']",$ > ~ %,1,1.0 +0125,0125,12,symb,c3_set_union,13.0,"['<', '%', '>', '!']",< % !,0,1.0 +0125,0125,12,symb,c3_set_union,14.0,"[':', '$', '>', '*']",: $ > *,1,1.0 +0125,0125,12,symb,c3_set_union,15.0,"['%', '(', '&', '*']",% & *,0,1.0 +0125,0125,12,symb,c3_set_union,16.0,"['~', '*', ':', '!']",~ * : !,1,1.0 +0125,0125,12,symb,c3_set_union,17.0,"['>', ':', '~', '!']",> !,0,1.0 +0125,0125,12,symb,c3_set_union,18.0,"['$', '(', '*', ':']",$ (:,0,1.0 +0125,0125,12,symb,c3_set_union,19.0,"[':', '(', '~', '&']",: ( &,0,1.0 +0125,0125,12,symb,c3_set_union,20.0,"['~', '%', '*', '!']",~ % * !,1,1.0 +0125,0125,12,symb,c3_set_union,21.0,"[':', '(', '<', '$']",< $,0,1.0 +0125,0125,12,symb,c3_set_union,22.0,"['!', '<', '>', ':']",! < :,0,1.0 +0125,0125,12,symb,c3_set_union,23.0,"['%', '(', '~', '<']",% <,0,1.0 +0125,0125,12,symb,c3_set_union,24.0,"['%', '$', '>', '<']",% $ > <,1,1.0 +0125,0125,12,symb,c3_set_union,25.0,"['~', '$', '<', '&']",~ $ < &,1,1.0 +0125,0125,12,symb,c3_set_union,26.0,"[':', '!', '$', '>']",: ! >,0,1.0 +0125,0125,12,symb,c3_set_union,27.0,"['$', '*', '&', ':']",$ * :],0,1.0 +0125,0125,12,symb,c3_set_union,28.0,"[':', '%', '&', '~']",: % & ~,1,1.0 +0125,0125,12,symb,c3_set_union,29.0,"['!', '$', '*', '&']",! $ * &,1,1.0 +0125,0125,12,symb,c3_set_union,30.0,"['!', '*', '(', ':']",! * :],0,1.0 +0125,0125,12,symb,c3_set_union,31.0,"['*', '~', '&', ':']",* :,0,1.0 +0125,0125,12,symb,c3_set_union,32.0,"[':', '~', '(', '%']",: ~ %],0,1.0 +0125,0125,12,symb,c3_set_union,33.0,"['*', '%', '<', '$']",* % < $,1,1.0 +0125,0125,12,symb,c3_set_union,34.0,"['~', '<', '&', '(']",~ < (,0,1.0 +0125,0125,12,symb,c3_set_union,35.0,"['%', '<', '*', '!']",% !,0,1.0 +0125,0125,12,symb,c3_set_union,36.0,"['(', '~', ':', '!']",( ~ :],0,1.0 +0125,0125,12,symb,c3_set_union,37.0,"['$', '&', '*', '~']",$ * ~,0,1.0 +0125,0125,12,symb,c3_set_union,38.0,"[':', '(', '~', '$']",: (~ $),0,1.0 +0125,0125,12,symb,c3_set_union,39.0,"['&', '>', '$', '*']",& > $ *,1,1.0 +0125,0125,12,symb,c3_set_union,40.0,"['$', '!', '*', '~']",$ ! ~,0,1.0 +0125,0125,12,symb,c3_set_union,41.0,"['&', '%', '$', '!']",& % $ !,1,1.0 +0125,0125,12,symb,c3_set_union,42.0,"['>', '$', '*', '!']",> $ * !,1,1.0 +0125,0125,12,symb,c3_set_union,43.0,"[':', '*', '(', '>']",: *>,0,1.0 +0125,0125,12,symb,c3_set_union,44.0,"['$', '%', '(', ':']",$ % :],0,1.0 +0125,0125,12,symb,c3_set_union,45.0,"['!', '<', ':', '$']",! < : $,1,1.0 +0125,0125,12,symb,c3_set_union,46.0,"['>', '*', '&', '<']",> * <,0,1.0 +0125,0125,12,symb,c3_set_union,47.0,"[':', '~', '>', '*']",: ~ > *,1,1.0 +0125,0125,12,symb,c3_set_union,48.0,"['%', '(', '*', '~']",% ~,0,1.0 +0125,0125,12,symb,c3_set_union,49.0,"['(', '~', '*', '<']",( ~ <],0,1.0 +0125,0125,12,symb,c3_set_union,50.0,"['(', '$', '!', '%']",($ %),0,1.0 +0125,0125,12,symb,c3_set_union,51.0,"['>', '!', '%', '*']",> ! % *,1,1.0 +0125,0125,12,symb,c3_set_union,52.0,"['&', '$', '>', ':']",& $ > :],1,1.0 +0125,0125,12,symb,c3_set_union,53.0,"['~', '$', '%', '<']",~ $ % <,1,1.0 +0125,0125,12,symb,c3_set_union,54.0,"['&', '>', '<', '%']",& < %,0,1.0 +0125,0125,12,symb,c3_set_union,55.0,"['>', '*', '<', ':']",> * :,0,1.0 +0125,0125,12,symb,c3_set_union,56.0,"[':', '!', '*', '<']",: ! <,0,1.0 +0125,0125,12,symb,c3_set_union,57.0,"['%', '<', '*', '~']",% ~,0,1.0 +0125,0125,12,symb,c3_set_union,58.0,"['>', '(', '<', '%']",> ( %],0,1.0 +0125,0125,12,symb,c3_set_union,59.0,"['>', ':', '<', '~']",> ~,0,1.0 +0125,0125,12,symb,c3_set_union,60.0,"['*', '&', '<', '$']",* < $,0,1.0 +0125,0125,12,symb,c3_set_union,61.0,"['%', '<', '*', '(']",% (,0,1.0 +0125,0125,12,symb,c3_set_union,62.0,"['$', '%', '<', '!']",$ % < !,1,1.0 +0125,0125,12,symb,c3_set_union,63.0,"['~', '>', '<', '!']",~ > !,0,1.0 +0125,0125,12,symb,c3_set_union,64.0,"['&', '!', '$', '~']",& ! ~,0,1.0 +0125,0125,12,symb,c3_set_union,65.0,"[':', '&', '>', '%']",: > %,0,1.0 +0125,0125,12,symb,c3_set_union,66.0,"['<', '&', '$', '>']",< & $ >,1,1.0 +0125,0125,12,symb,c3_set_union,67.0,"['(', '$', '*', '%']",($ %),0,1.0 +0125,0125,12,symb,c3_set_union,68.0,"['<', '%', ':', '$']",< % $,0,1.0 +0125,0125,12,symb,c3_set_union,69.0,"[':', '&', '$', '<']",: <,0,1.0 +0125,0125,12,symb,c3_set_union,70.0,"['>', '(', '~', '*']",> ( ~ *,1,1.0 +0125,0125,12,symb,c3_set_union,71.0,"[':', '~', '&', '<']",: ~ & <,1,1.0 +0125,0125,12,symb,c3_set_union,72.0,"['(', '!', ':', '%']",( ! %),0,1.0 +0125,0125,12,symb,c3_set_union,73.0,"['<', '&', '$', '(']",< $ (,0,1.0 +0125,0125,12,symb,c3_set_union,74.0,"['*', '!', '>', ':']",* ! :,0,1.0 +0125,0125,12,symb,c3_set_union,75.0,"['$', ':', '<', '*']",$ < *,0,1.0 +0125,0125,12,symb,c3_set_union,76.0,"['%', '>', ':', '$']",% > $,0,1.0 +0125,0125,12,symb,c3_set_union,77.0,"[':', '~', '!', '%']",: ~ %,0,1.0 +0125,0125,12,symb,c3_set_union,78.0,"['&', '!', '~', '>']",& ! >,0,1.0 +0125,0125,12,symb,c3_set_union,79.0,"['(', '$', '*', '<']",$ < *,0,1.0 +0125,0125,12,symb,c3_set_union,80.0,"['(', ':', '&', '$']",& :],0,1.0 +0125,0125,12,symb,c3_set_union,81.0,"['!', '&', '*', '>']",! & >,0,1.0 +0125,0125,12,symb,c3_set_union,82.0,"[':', '%', '&', '<']",: % & <,1,1.0 +0125,0125,12,symb,c3_set_union,83.0,"['>', '(', '$', '*']",> $ *,0,1.0 +0125,0125,12,symb,c3_set_union,84.0,"['!', ':', '<', '&']",! : &,0,1.0 +0125,0125,12,symb,c3_set_union,85.0,"['!', '$', '(', ':']",! $ :],0,1.0 +0125,0125,12,symb,c3_set_union,86.0,"['*', '!', '%', ':']",* ! :,0,1.0 +0125,0125,12,symb,c3_set_union,87.0,"['(', '!', '*', '~']",( ! *],0,1.0 +0125,0125,12,symb,c3_set_union,88.0,"['%', '!', '&', '(']",% (,0,1.0 +0125,0125,12,symb,c3_set_union,89.0,"['!', '(', '>', '$']",! ( > $,1,1.0 +0125,0125,12,symb,c3_set_union,90.0,"['<', '>', '*', '(']",* >,0,1.0 +0125,0125,12,symb,c3_set_union,91.0,"['&', '$', '%', '(']",& $(,0,1.0 +0125,0125,12,symb,c3_set_union,92.0,"['!', '<', '&', '%']",! < & %,1,1.0 +0125,0125,12,symb,c3_set_union,93.0,"[':', '(', '&', '>']",: >,0,1.0 +0125,0125,12,symb,c3_set_union,94.0,"[':', '<', '$', '>']",: >,0,1.0 +0125,0125,12,symb,c3_set_union,95.0,"['(', '$', '<', '%']",( $ %,0,1.0 +0125,0125,12,symb,c3_set_union,96.0,"['~', '%', '*', ':']",~ % :,0,1.0 +0125,0125,12,symb,c3_set_union,97.0,"['&', '%', '!', '*']",& % ! *,1,1.0 +0125,0125,12,symb,c3_set_union,98.0,"[':', '$', '*', '!']",: $ * !,1,1.0 +0125,0125,12,symb,c3_set_union,99.0,"['!', '(', '<', '*']",! ( < *,1,1.0 +0125,0125,12,symb,c1_set_union,0.0,['('],(,1,1.0 +0125,0125,12,symb,c1_set_union,1.0,['('],(,1,1.0 +0125,0125,12,symb,c1_set_union,2.0,['&'],&],1,1.0 +0125,0125,12,symb,c1_set_union,3.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,4.0,['>'],>],1,1.0 +0125,0125,12,symb,c1_set_union,5.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union,6.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union,7.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union,8.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,9.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,10.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union,11.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,12.0,['('],(],1,1.0 +0125,0125,12,symb,c1_set_union,13.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union,14.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,15.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union,16.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union,17.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union,18.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union,19.0,['('],(%),0,1.0 +0125,0125,12,symb,c1_set_union,20.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union,21.0,['~'],~],1,1.0 +0125,0125,12,symb,c1_set_union,22.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union,23.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union,24.0,['&'],&],1,1.0 +0125,0125,12,symb,c1_set_union,25.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union,26.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union,27.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union,28.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,29.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,30.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union,31.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union,32.0,['&'],&],1,1.0 +0125,0125,12,symb,c1_set_union,33.0,['('],(],1,1.0 +0125,0125,12,symb,c1_set_union,34.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union,35.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union,36.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union,37.0,['('],(],1,1.0 +0125,0125,12,symb,c1_set_union,38.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,39.0,['('],(,1,1.0 +0125,0125,12,symb,c1_set_union,40.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union,41.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union,42.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union,43.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,44.0,['!'],!],1,1.0 +0125,0125,12,symb,c1_set_union,45.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,46.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,47.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union,48.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union,49.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union,50.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,51.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union,52.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union,53.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,54.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union,55.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union,56.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,57.0,['<'],<],1,1.0 +0125,0125,12,symb,c1_set_union,58.0,['('],(],1,1.0 +0125,0125,12,symb,c1_set_union,59.0,['&'],&],1,1.0 +0125,0125,12,symb,c1_set_union,60.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union,61.0,['!'],!],1,1.0 +0125,0125,12,symb,c1_set_union,62.0,['!'],!],1,1.0 +0125,0125,12,symb,c1_set_union,63.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union,64.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union,65.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union,66.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,67.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union,68.0,['('],(,1,1.0 +0125,0125,12,symb,c1_set_union,69.0,['('],(,1,1.0 +0125,0125,12,symb,c1_set_union,70.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union,71.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,72.0,['<'],<],1,1.0 +0125,0125,12,symb,c1_set_union,73.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,74.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union,75.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union,76.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union,77.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union,78.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,79.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,80.0,['!'],!],1,1.0 +0125,0125,12,symb,c1_set_union,81.0,['&'],&],1,1.0 +0125,0125,12,symb,c1_set_union,82.0,['('],(,1,1.0 +0125,0125,12,symb,c1_set_union,83.0,['*'],*],1,1.0 +0125,0125,12,symb,c1_set_union,84.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union,85.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union,86.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,87.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,88.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,89.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,90.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union,91.0,['>'],>],1,1.0 +0125,0125,12,symb,c1_set_union,92.0,['>'],>],1,1.0 +0125,0125,12,symb,c1_set_union,93.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union,94.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union,95.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union,96.0,['$'],$],1,1.0 +0125,0125,12,symb,c1_set_union,97.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union,98.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union,99.0,['~'],~,1,1.0 +0125,0125,12,symb,c2_set_union,0.0,['$'],$],1,1.0 +0125,0125,12,symb,c2_set_union,1.0,[':'],$,0,1.0 +0125,0125,12,symb,c2_set_union,2.0,['&'],&],1,1.0 +0125,0125,12,symb,c2_set_union,3.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,4.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union,5.0,['&'],&],1,1.0 +0125,0125,12,symb,c2_set_union,6.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,7.0,['>'],>,1,1.0 +0125,0125,12,symb,c2_set_union,8.0,['>'],>],1,1.0 +0125,0125,12,symb,c2_set_union,9.0,['('],(],1,1.0 +0125,0125,12,symb,c2_set_union,10.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,11.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union,12.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union,13.0,[':'],%,0,1.0 +0125,0125,12,symb,c2_set_union,14.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union,15.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union,16.0,['>'],* > >,0,1.0 +0125,0125,12,symb,c2_set_union,17.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union,18.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union,19.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,20.0,['>'],< >,0,1.0 +0125,0125,12,symb,c2_set_union,21.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,22.0,['&'],&,1,1.0 +0125,0125,12,symb,c2_set_union,23.0,[':'],$ *,0,1.0 +0125,0125,12,symb,c2_set_union,24.0,['<'],<],1,1.0 +0125,0125,12,symb,c2_set_union,25.0,['&'],&,1,1.0 +0125,0125,12,symb,c2_set_union,26.0,['>'],>,1,1.0 +0125,0125,12,symb,c2_set_union,27.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,28.0,['<'],* < <],0,1.0 +0125,0125,12,symb,c2_set_union,29.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,30.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union,31.0,['*'],$ *,0,1.0 +0125,0125,12,symb,c2_set_union,32.0,['*'],$ *,0,1.0 +0125,0125,12,symb,c2_set_union,33.0,['&'],&,1,1.0 +0125,0125,12,symb,c2_set_union,34.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,35.0,['>'],>,1,1.0 +0125,0125,12,symb,c2_set_union,36.0,['<'],:<],0,1.0 +0125,0125,12,symb,c2_set_union,37.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,38.0,['*'],*],1,1.0 +0125,0125,12,symb,c2_set_union,39.0,['!'],< !,0,1.0 +0125,0125,12,symb,c2_set_union,40.0,['<'],<],1,1.0 +0125,0125,12,symb,c2_set_union,41.0,['>'],>,1,1.0 +0125,0125,12,symb,c2_set_union,42.0,['&'],&],1,1.0 +0125,0125,12,symb,c2_set_union,43.0,['~'],~],1,1.0 +0125,0125,12,symb,c2_set_union,44.0,['&'],&],1,1.0 +0125,0125,12,symb,c2_set_union,45.0,['~'],< ~,0,1.0 +0125,0125,12,symb,c2_set_union,46.0,['<'],<,1,1.0 +0125,0125,12,symb,c2_set_union,47.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,48.0,['<'],<],1,1.0 +0125,0125,12,symb,c2_set_union,49.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union,50.0,['&'],&,1,1.0 +0125,0125,12,symb,c2_set_union,51.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union,52.0,['*'],% *,0,1.0 +0125,0125,12,symb,c2_set_union,53.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,54.0,['('],$,0,1.0 +0125,0125,12,symb,c2_set_union,55.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,56.0,['~'],% ~ %,0,1.0 +0125,0125,12,symb,c2_set_union,57.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union,58.0,['>'],>],1,1.0 +0125,0125,12,symb,c2_set_union,59.0,['<'],<,1,1.0 +0125,0125,12,symb,c2_set_union,60.0,['$'],% $],0,1.0 +0125,0125,12,symb,c2_set_union,61.0,['&'],% &,0,1.0 +0125,0125,12,symb,c2_set_union,62.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,63.0,['~'],~,1,1.0 +0125,0125,12,symb,c2_set_union,64.0,['>'],* > ~,0,1.0 +0125,0125,12,symb,c2_set_union,65.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,66.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,67.0,['<'],<],1,1.0 +0125,0125,12,symb,c2_set_union,68.0,['&'],&],1,1.0 +0125,0125,12,symb,c2_set_union,69.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union,70.0,['<'],<],1,1.0 +0125,0125,12,symb,c2_set_union,71.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,72.0,['~'],% ~],0,1.0 +0125,0125,12,symb,c2_set_union,73.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,74.0,['~'],$ ~,0,1.0 +0125,0125,12,symb,c2_set_union,75.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,76.0,['&'],&],1,1.0 +0125,0125,12,symb,c2_set_union,77.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,78.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,79.0,[':'],% :],0,1.0 +0125,0125,12,symb,c2_set_union,80.0,['<'],<,1,1.0 +0125,0125,12,symb,c2_set_union,81.0,['&'],&],1,1.0 +0125,0125,12,symb,c2_set_union,82.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union,83.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union,84.0,['('],% ( %,0,1.0 +0125,0125,12,symb,c2_set_union,85.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,86.0,['!'],!],1,1.0 +0125,0125,12,symb,c2_set_union,87.0,['&'],$ &,0,1.0 +0125,0125,12,symb,c2_set_union,88.0,['('],(],1,1.0 +0125,0125,12,symb,c2_set_union,89.0,['~'],~],1,1.0 +0125,0125,12,symb,c2_set_union,90.0,['$'],<$,0,1.0 +0125,0125,12,symb,c2_set_union,91.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union,92.0,['~'],~,1,1.0 +0125,0125,12,symb,c2_set_union,93.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union,94.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union,95.0,['~'],~],1,1.0 +0125,0125,12,symb,c2_set_union,96.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union,97.0,['&'],&,1,1.0 +0125,0125,12,symb,c2_set_union,98.0,['<'],% <,0,1.0 +0125,0125,12,symb,c2_set_union,99.0,['('],:),0,1.0 +0125,0125,12,symb,AND,0.0,['('],( ],1,1.0 +0125,0125,12,symb,AND,1.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,2.0,['<'],&,0,1.0 +0125,0125,12,symb,AND,3.0,['<'],<,1,1.0 +0125,0125,12,symb,AND,4.0,['*'],*,1,1.0 +0125,0125,12,symb,AND,5.0,['%'],%],1,1.0 +0125,0125,12,symb,AND,6.0,['%'],%,1,1.0 +0125,0125,12,symb,AND,7.0,['$'],$,1,1.0 +0125,0125,12,symb,AND,8.0,['>'],*,0,1.0 +0125,0125,12,symb,AND,9.0,['~'],~],1,1.0 +0125,0125,12,symb,AND,10.0,[':'],!,0,1.0 +0125,0125,12,symb,AND,11.0,['*'],*],1,1.0 +0125,0125,12,symb,AND,12.0,['*'],*,1,1.0 +0125,0125,12,symb,AND,13.0,['<'],<,1,1.0 +0125,0125,12,symb,AND,14.0,['$'],$,1,1.0 +0125,0125,12,symb,AND,15.0,['%'],%],1,1.0 +0125,0125,12,symb,AND,16.0,[':'],&,0,1.0 +0125,0125,12,symb,AND,17.0,['>'],>],1,1.0 +0125,0125,12,symb,AND,18.0,['('],(],1,1.0 +0125,0125,12,symb,AND,19.0,['>'],>],1,1.0 +0125,0125,12,symb,AND,20.0,[':'],(:,0,1.0 +0125,0125,12,symb,AND,21.0,['%'],%,1,1.0 +0125,0125,12,symb,AND,22.0,['>'],>],1,1.0 +0125,0125,12,symb,AND,23.0,['*'],*],1,1.0 +0125,0125,12,symb,AND,24.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,25.0,['~'],<,0,1.0 +0125,0125,12,symb,AND,26.0,['('],,0,1.0 +0125,0125,12,symb,AND,27.0,['<'],<,1,1.0 +0125,0125,12,symb,AND,28.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,29.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,30.0,[':'],:],1,1.0 +0125,0125,12,symb,AND,31.0,['>'],!,0,1.0 +0125,0125,12,symb,AND,32.0,['~'],~],1,1.0 +0125,0125,12,symb,AND,33.0,['*'],*,1,1.0 +0125,0125,12,symb,AND,34.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,35.0,['$'],$],1,1.0 +0125,0125,12,symb,AND,36.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,37.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,38.0,['$'],$],1,1.0 +0125,0125,12,symb,AND,39.0,['*'],*,1,1.0 +0125,0125,12,symb,AND,40.0,['&'],& &],0,1.0 +0125,0125,12,symb,AND,41.0,['<'],<,1,1.0 +0125,0125,12,symb,AND,42.0,['%'],%],1,1.0 +0125,0125,12,symb,AND,43.0,['<'],<,1,1.0 +0125,0125,12,symb,AND,44.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,45.0,['*'],*,1,1.0 +0125,0125,12,symb,AND,46.0,['*'],*],1,1.0 +0125,0125,12,symb,AND,47.0,['!'],!],1,1.0 +0125,0125,12,symb,AND,48.0,['%'],%,1,1.0 +0125,0125,12,symb,AND,49.0,['('],(],1,1.0 +0125,0125,12,symb,AND,50.0,['<'],<,1,1.0 +0125,0125,12,symb,AND,51.0,['%'],%,1,1.0 +0125,0125,12,symb,AND,52.0,[':'],:],1,1.0 +0125,0125,12,symb,AND,53.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,54.0,['>'],%],0,1.0 +0125,0125,12,symb,AND,55.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,56.0,[':'],),0,1.0 +0125,0125,12,symb,AND,57.0,['~'],~],1,1.0 +0125,0125,12,symb,AND,58.0,['*'],*],1,1.0 +0125,0125,12,symb,AND,59.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,60.0,['<'],<],1,1.0 +0125,0125,12,symb,AND,61.0,['<'],!<,0,1.0 +0125,0125,12,symb,AND,62.0,['('],(],1,1.0 +0125,0125,12,symb,AND,63.0,['>'],>,1,1.0 +0125,0125,12,symb,AND,64.0,['~'],~],1,1.0 +0125,0125,12,symb,AND,65.0,['>'],$,0,1.0 +0125,0125,12,symb,AND,66.0,['$'],$,1,1.0 +0125,0125,12,symb,AND,67.0,['>'],>],1,1.0 +0125,0125,12,symb,AND,68.0,['<'],<,1,1.0 +0125,0125,12,symb,AND,69.0,['<'],<,1,1.0 +0125,0125,12,symb,AND,70.0,['!'],!],1,1.0 +0125,0125,12,symb,AND,71.0,['$'],$,1,1.0 +0125,0125,12,symb,AND,72.0,['&'],& &,0,1.0 +0125,0125,12,symb,AND,73.0,['~'],~],1,1.0 +0125,0125,12,symb,AND,74.0,['*'],*,1,1.0 +0125,0125,12,symb,AND,75.0,['>'],!],0,1.0 +0125,0125,12,symb,AND,76.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,77.0,['!'],!],1,1.0 +0125,0125,12,symb,AND,78.0,['~'],~],1,1.0 +0125,0125,12,symb,AND,79.0,['>'],>,1,1.0 +0125,0125,12,symb,AND,80.0,['!'],!],1,1.0 +0125,0125,12,symb,AND,81.0,['!'],!],1,1.0 +0125,0125,12,symb,AND,82.0,['%'],%],1,1.0 +0125,0125,12,symb,AND,83.0,['('],(],1,1.0 +0125,0125,12,symb,AND,84.0,['>'],>],1,1.0 +0125,0125,12,symb,AND,85.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,86.0,['('],(],1,1.0 +0125,0125,12,symb,AND,87.0,['*'],*],1,1.0 +0125,0125,12,symb,AND,88.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,89.0,['*'],*,1,1.0 +0125,0125,12,symb,AND,90.0,['$'],$,1,1.0 +0125,0125,12,symb,AND,91.0,['<'],<,1,1.0 +0125,0125,12,symb,AND,92.0,['$'],$],1,1.0 +0125,0125,12,symb,AND,93.0,['!'],!],1,1.0 +0125,0125,12,symb,AND,94.0,['~'],~],1,1.0 +0125,0125,12,symb,AND,95.0,['!'],!],1,1.0 +0125,0125,12,symb,AND,96.0,['~'],*,0,1.0 +0125,0125,12,symb,AND,97.0,['&'],&],1,1.0 +0125,0125,12,symb,AND,98.0,['*'],*,1,1.0 +0125,0125,12,symb,AND,99.0,['!'],!,1,1.0 +0125,0125,12,symb,XOR,0.0,"['(', '!']",! ~],0,1.0 +0125,0125,12,symb,XOR,1.0,"['$', ':']",: $],1,1.0 +0125,0125,12,symb,XOR,2.0,"['!', '(']",! (],1,1.0 +0125,0125,12,symb,XOR,3.0,"['$', ':']",$: &,0,1.0 +0125,0125,12,symb,XOR,4.0,"['$', '!']",$ !,1,1.0 +0125,0125,12,symb,XOR,5.0,"['$', '>']",$ >,1,1.0 +0125,0125,12,symb,XOR,6.0,"['!', '*']",! *,1,1.0 +0125,0125,12,symb,XOR,7.0,"['>', '!']",! >,1,1.0 +0125,0125,12,symb,XOR,8.0,"['%', '$']",% $,1,1.0 +0125,0125,12,symb,XOR,9.0,"['(', '*']",* (,1,1.0 +0125,0125,12,symb,XOR,10.0,"['<', ':']",: ~],0,1.0 +0125,0125,12,symb,XOR,11.0,"['%', '*']",% (,0,1.0 +0125,0125,12,symb,XOR,12.0,"['!', '~']",! ~,1,1.0 +0125,0125,12,symb,XOR,13.0,"['~', ':']",: ~],1,1.0 +0125,0125,12,symb,XOR,14.0,"['~', '>']",~ >,1,1.0 +0125,0125,12,symb,XOR,15.0,"[':', '%']",% :],1,1.0 +0125,0125,12,symb,XOR,16.0,"[':', '(']",: (],1,1.0 +0125,0125,12,symb,XOR,17.0,"['(', '%']",% (,1,1.0 +0125,0125,12,symb,XOR,18.0,"['&', '%']",& %],1,1.0 +0125,0125,12,symb,XOR,19.0,"['>', '(']",( >,1,1.0 +0125,0125,12,symb,XOR,20.0,"['%', '<']",% <,1,1.0 +0125,0125,12,symb,XOR,21.0,"['!', '(']",! (,1,1.0 +0125,0125,12,symb,XOR,22.0,"['~', '$']",$ ~,1,1.0 +0125,0125,12,symb,XOR,23.0,"['%', '&']",% &,1,1.0 +0125,0125,12,symb,XOR,24.0,"['>', '%']",% >,1,1.0 +0125,0125,12,symb,XOR,25.0,"['*', '<']",* <,1,1.0 +0125,0125,12,symb,XOR,26.0,"['<', '$']",$ <,1,1.0 +0125,0125,12,symb,XOR,27.0,"['&', '>']",> &,1,1.0 +0125,0125,12,symb,XOR,28.0,"['$', '%']",% $],1,1.0 +0125,0125,12,symb,XOR,29.0,"['&', '<']",$ <,0,1.0 +0125,0125,12,symb,XOR,30.0,"['~', '*']",* ~,1,1.0 +0125,0125,12,symb,XOR,31.0,"['(', '$']",$ (,1,1.0 +0125,0125,12,symb,XOR,32.0,"['~', '$']",$ ~,1,1.0 +0125,0125,12,symb,XOR,33.0,"['(', ':']",: (],1,1.0 +0125,0125,12,symb,XOR,34.0,"['*', '<']",<* <],0,1.0 +0125,0125,12,symb,XOR,35.0,"[':', '~']",: ~],1,1.0 +0125,0125,12,symb,XOR,36.0,"['*', '>']",* <],0,1.0 +0125,0125,12,symb,XOR,37.0,"[':', '!']",! :],1,1.0 +0125,0125,12,symb,XOR,38.0,"['&', '(']",( &,1,1.0 +0125,0125,12,symb,XOR,39.0,"['(', '~']",~ (],1,1.0 +0125,0125,12,symb,XOR,40.0,"['*', ':']",: (],0,1.0 +0125,0125,12,symb,XOR,41.0,"['<', '!']",! <,1,1.0 +0125,0125,12,symb,XOR,42.0,"['>', '%']",% >,1,1.0 +0125,0125,12,symb,XOR,43.0,"['~', '&']",$ ~],0,1.0 +0125,0125,12,symb,XOR,44.0,"['$', '%']",% $],1,1.0 +0125,0125,12,symb,XOR,45.0,"['&', '!']",: &],0,1.0 +0125,0125,12,symb,XOR,46.0,"[':', '%']",% :,1,1.0 +0125,0125,12,symb,XOR,47.0,"['%', ':']",% :],1,1.0 +0125,0125,12,symb,XOR,48.0,"['~', '&']",& ~],1,1.0 +0125,0125,12,symb,XOR,49.0,"['<', '%']",% (,0,1.0 +0125,0125,12,symb,XOR,50.0,"['>', '~']",~ >,1,1.0 +0125,0125,12,symb,XOR,51.0,"['&', '~']",% ~,0,1.0 +0125,0125,12,symb,XOR,52.0,"['>', ':']",$:>],0,1.0 +0125,0125,12,symb,XOR,53.0,"['(', '%']",(! %),0,1.0 +0125,0125,12,symb,XOR,54.0,"['%', '*']",% *,1,1.0 +0125,0125,12,symb,XOR,55.0,"['*', '$']",* $],1,1.0 +0125,0125,12,symb,XOR,56.0,"['>', '&']",$ >,0,1.0 +0125,0125,12,symb,XOR,57.0,"['~', '%']",% ~],1,1.0 +0125,0125,12,symb,XOR,58.0,"['$', ':']",: $],1,1.0 +0125,0125,12,symb,XOR,59.0,"['*', '~']",* ~,1,1.0 +0125,0125,12,symb,XOR,60.0,"['<', '%']",% <],1,1.0 +0125,0125,12,symb,XOR,61.0,"['!', '*']",* !],1,1.0 +0125,0125,12,symb,XOR,62.0,"['!', '%']",! %,1,1.0 +0125,0125,12,symb,XOR,63.0,"['$', '&']",$ &],1,1.0 +0125,0125,12,symb,XOR,64.0,"['(', '&']",$ :],0,1.0 +0125,0125,12,symb,XOR,65.0,"['*', '&']",* &,1,1.0 +0125,0125,12,symb,XOR,66.0,"['~', '$']",$ ~],1,1.0 +0125,0125,12,symb,XOR,67.0,"['>', '*']",> *,1,1.0 +0125,0125,12,symb,XOR,68.0,"['<', '>']",* >,0,1.0 +0125,0125,12,symb,XOR,69.0,"['*', '>']",* >,1,1.0 +0125,0125,12,symb,XOR,70.0,"['~', '(']",~ (],1,1.0 +0125,0125,12,symb,XOR,71.0,"['<', '%']",% <,1,1.0 +0125,0125,12,symb,XOR,72.0,"['*', '$']",* $],1,1.0 +0125,0125,12,symb,XOR,73.0,"['!', '&']",! &,1,1.0 +0125,0125,12,symb,XOR,74.0,"['&', '%']",% $,0,1.0 +0125,0125,12,symb,XOR,75.0,"['*', '%']",* %],1,1.0 +0125,0125,12,symb,XOR,76.0,"['%', '&']",% &],1,1.0 +0125,0125,12,symb,XOR,77.0,"['!', '~']",! ~,1,1.0 +0125,0125,12,symb,XOR,78.0,"['$', '~']",$ ~,1,1.0 +0125,0125,12,symb,XOR,79.0,"['%', '<']",% <],1,1.0 +0125,0125,12,symb,XOR,80.0,"['!', '$']",$ !,1,1.0 +0125,0125,12,symb,XOR,81.0,"['~', '%']",% ~],1,1.0 +0125,0125,12,symb,XOR,82.0,"['<', '$']",$ <],1,1.0 +0125,0125,12,symb,XOR,83.0,"['>', '*']",$ >,0,1.0 +0125,0125,12,symb,XOR,84.0,"['*', '&']",* :],0,1.0 +0125,0125,12,symb,XOR,85.0,"['(', '$']",$ <],0,1.0 +0125,0125,12,symb,XOR,86.0,"['$', '(']",$ (,1,1.0 +0125,0125,12,symb,XOR,87.0,"['%', ':']",% (,0,1.0 +0125,0125,12,symb,XOR,88.0,"[':', '%']",: %],1,1.0 +0125,0125,12,symb,XOR,89.0,"[':', '&']",& :],1,1.0 +0125,0125,12,symb,XOR,90.0,"['*', '~']",* ~,1,1.0 +0125,0125,12,symb,XOR,91.0,"['<', '%']",% <,1,1.0 +0125,0125,12,symb,XOR,92.0,"['*', '>']",* >,1,1.0 +0125,0125,12,symb,XOR,93.0,"['<', '%']",% <],1,1.0 +0125,0125,12,symb,XOR,94.0,"[':', '~']",: ~],1,1.0 +0125,0125,12,symb,XOR,95.0,"['<', '>']",> <],1,1.0 +0125,0125,12,symb,XOR,96.0,"[':', '&']",:&],1,1.0 +0125,0125,12,symb,XOR,97.0,"['&', '(']",& (],1,1.0 +0125,0125,12,symb,XOR,98.0,"['!', '>']",! <,0,1.0 +0125,0125,12,symb,XOR,99.0,"[':', '$']",$ %,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,0.0,"['*', '~', '<', '!']",! < ~,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,1.0,"['&', '~', '>', '<']",< ~ &],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,2.0,"['*', '&', '(', '~']",~ & (,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,3.0,"['~', '%', '&', '!']",! & % ~,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,4.0,"['(', '!', '&', '>']",> ! &,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,5.0,"['>', '<', ':', '(']",< >,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,6.0,"['(', '%', ':', '&']",% &,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,7.0,"['*', ':', '(', '&']",*: (:,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,8.0,"['!', '%', '>', '~']",~ > %,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,9.0,"['~', '$', '*', '(']",* ~ $,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,10.0,"['~', '<', '$', ':']",~ $ : <,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,11.0,"['(', '>', '*', '%']",( * >],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,12.0,"['>', '&', '<', '!']",& ! > <,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,13.0,"['%', '*', '!', '(']",( % !],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,14.0,"['&', '%', '~', '$']",& % ~,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,15.0,"['>', '%', '~', '&']",% ~,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,16.0,"['<', '>', '*', '%']",* % >,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,17.0,"['(', '*', '~', ':']",* (: ~],1,1.0 +0125,0125,12,symb,c3_set_union_permuted,18.0,"[':', '(', '$', '>']",$ >,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,19.0,"[':', '$', '%', '~']",% $,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,20.0,"['!', ':', '&', '(']",: !],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,21.0,"['>', '$', '!', '%']",> ! $ %,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,22.0,"['%', '<', ':', '>']",% < >,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,23.0,"['>', '&', '$', '!']",& ! $ >,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,24.0,"['&', '$', '!', '(']",$ &,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,25.0,"['>', ':', '(', '~']",> (~],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,26.0,"['*', '!', '%', '$']",! %,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,27.0,"['(', '!', '%', '~']",% ( ~,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,28.0,"['<', '!', '>', '(']",> !,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,29.0,"['*', '&', '(', '!']",& ! *,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,30.0,"['<', ':', '*', '(']",( * <],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,31.0,"['<', '~', '$', '!']",~ $ !,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,32.0,"['<', '>', '!', '$']",< $ >,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,33.0,"['>', ':', '!', '&']",> !,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,34.0,"['%', '*', '&', ':']",% : *,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,35.0,"['&', '!', '%', '>']",% &,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,36.0,"['~', '$', '<', '>']",> $,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,37.0,"['~', '<', '(', '!']",! <,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,38.0,"[':', '<', '~', '!']",~ < :,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,39.0,"[':', '$', '%', '&']",% & $,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,40.0,"['!', '%', '$', '~']",% $,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,41.0,"['%', '!', '<', ':']",% !,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,42.0,"['~', '!', '>', '$']",$ ~ >,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,43.0,"['~', ':', '!', '$']",! ~,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,44.0,"['>', '*', '<', '$']",> $ <,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,45.0,"['<', '!', '(', '&']",! < &,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,46.0,"['%', '(', '~', '>']",% >,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,47.0,"[':', '!', '%', '>']",: > %,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,48.0,"[':', '&', '!', '~']",! : &,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,49.0,"['*', '&', '%', '>']",% >,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,50.0,"[':', '%', '*', '>']",% :],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,51.0,"['&', ':', '%', '!']",! % :],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,52.0,"['<', '&', '~', '%']",% & <,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,53.0,"['(', '$', '>', '~']",> (~ $,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,54.0,"['~', '<', '*', '$']",< * ~ $,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,55.0,"['<', '>', '(', '~']",~ > (,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,56.0,"['~', '$', '(', '!']",~ $ ( !,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,57.0,"['~', ':', '%', '>']",: > %,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,58.0,"['(', '$', '>', '&']",$ >,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,59.0,"['&', '%', '>', '(']",% (,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,60.0,"['$', '(', '*', '&']",* $ (,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,61.0,"['>', '~', '*', '$']",* > ~,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,62.0,"['~', '*', '$', ':']",* ~ $,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,63.0,"['$', '(', '~', '%']",( $],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,64.0,"['!', '*', '$', '(']",$ ! * (],1,1.0 +0125,0125,12,symb,c3_set_union_permuted,65.0,"['*', '$', '%', '>']",> % *,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,66.0,"['>', '<', '*', '~']",~ > *,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,67.0,"['!', '(', '%', '>']",% > ( !,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,68.0,"['~', '*', '&', '<']",* & <,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,69.0,"['<', '&', '!', '$']",$ < & !,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,70.0,"['~', '!', '&', '*']",* ~ &,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,71.0,"[':', '$', '%', '!']",: % $,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,72.0,"[':', '*', '<', '%']",* < %,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,73.0,"['!', '~', '&', '(']",(~ &),0,1.0 +0125,0125,12,symb,c3_set_union_permuted,74.0,"['$', '~', '%', '*']",$ ~ %,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,75.0,"['<', '$', '(', '>']",> < (,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,76.0,"['&', '>', '(', '*']",* > &,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,77.0,"['!', '<', '*', '&']",* & !,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,78.0,"['&', '<', '(', ':']",< :],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,79.0,"['*', '&', '<', ':']",< & :],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,80.0,"['(', '!', '$', '<']",< ( $ !,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,81.0,"['*', '&', '$', '%']",* $ %,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,82.0,"['%', '&', '<', '$']",$ %,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,83.0,"['%', '*', ':', '$']",$ * :],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,84.0,"['&', '%', '<', '(']",<& %>,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,85.0,"['<', '!', '(', '%']",( < !],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,86.0,"['%', '*', ':', '(']",* (%,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,87.0,"['!', '~', '<', '%']",% <,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,88.0,"['*', '(', '!', '>']",!*,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,89.0,"['%', '~', ':', '<']",< : % ~,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,90.0,"['!', ':', '&', '$']",! : $ &,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,91.0,"[':', '*', '>', '&']",& :,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,92.0,"['>', '~', '(', '!']",> ! ~,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,93.0,"['>', '%', '*', '~']",% * ~,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,94.0,"[':', '!', '<', '(']",: < !,0,1.0 +0125,0125,12,symb,c3_set_union_permuted,95.0,"['&', '~', '>', '(']",( > &],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,96.0,"[':', '~', '>', '&']",~ > :],0,1.0 +0125,0125,12,symb,c3_set_union_permuted,97.0,"['<', '~', '>', '%']",% ~ < >,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,98.0,"['!', '~', '*', '>']",~ ! > *,1,1.0 +0125,0125,12,symb,c3_set_union_permuted,99.0,"['!', '<', '*', '>']",!* > <,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,0.0,['<'],<],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,1.0,['<'],! < ~,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,2.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,3.0,[':'],%,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,4.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,5.0,['~'],* $,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,6.0,['>'],>],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,7.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,8.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,9.0,['('],$,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,10.0,['('],*,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,11.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,12.0,['>'],>,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,13.0,['<'],< !,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,14.0,['!'],$ %,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,15.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,16.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,17.0,['&'],&],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,18.0,['<'],% < >,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,19.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,20.0,['<'],<,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,21.0,[':'],! :],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,22.0,['$'],$ % *,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,23.0,['<'],< <,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,24.0,['!'],< ! *,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,25.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,26.0,[':'],% <],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,27.0,['<'],<],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,28.0,['%'],%],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,29.0,['~'],~,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,30.0,['~'],% ~ %,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,31.0,['%'],% > %,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,32.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,33.0,['('],!],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,34.0,[':'],* &],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,35.0,['('],( )],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,36.0,['<'],< :],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,37.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,38.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,39.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,40.0,['&'],&,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,41.0,['('],$,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,42.0,['~'],! ~ ~,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,43.0,['&'],! & ~,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,44.0,['<'],% <],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,45.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,46.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,47.0,['('],(>,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,48.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,49.0,['('],( > :],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,50.0,['('],( < )],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,51.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,52.0,['('],& >],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,53.0,['~'],% ~ $,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,54.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,55.0,['>'],$ *,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,56.0,['('],<],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,57.0,['>'],>,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,58.0,['*'],*,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,59.0,['!'],% ! %],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,60.0,['>'],%,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,61.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,62.0,['*'],$ * (,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,63.0,['>'],>,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,64.0,['*'],% >,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,65.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,66.0,['&'],% & !,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,67.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,68.0,['~'],$,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,69.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,70.0,['!'],!,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,71.0,['~'],~,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,72.0,['*'],$ * <,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,73.0,['>'],< >,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,74.0,['!'],$ > $,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,75.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,76.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,77.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,78.0,['~'],< ~],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,79.0,['!'],! <,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,80.0,['&'],$,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,81.0,['('],% <],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,82.0,['!'],% ! %],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,83.0,['>'],< > (],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,84.0,['<'],& < <,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,85.0,['$'],$,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,86.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,87.0,['!'],* ! *,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,88.0,[':'],$ &,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,89.0,[':'],* :,0,1.0 +0125,0125,12,symb,c2_set_union_permuted,90.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,91.0,[':'],:],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,92.0,['<'],: <],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,93.0,['('],>],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,94.0,['%'],%,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,95.0,['~'],~],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,96.0,['%'],% > :],0,1.0 +0125,0125,12,symb,c2_set_union_permuted,97.0,['&'],&,1,1.0 +0125,0125,12,symb,c2_set_union_permuted,98.0,['$'],$],1,1.0 +0125,0125,12,symb,c2_set_union_permuted,99.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,0.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,1.0,['('],(],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,2.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,3.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,4.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,5.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,6.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,7.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,8.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,9.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,10.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,11.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,12.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,13.0,[':'],:%,0,1.0 +0125,0125,12,symb,c1_set_union_permuted,14.0,['<'],%,0,1.0 +0125,0125,12,symb,c1_set_union_permuted,15.0,['*'],*],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,16.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,17.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,18.0,['('],($,0,1.0 +0125,0125,12,symb,c1_set_union_permuted,19.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,20.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,21.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,22.0,[':'],:*,0,1.0 +0125,0125,12,symb,c1_set_union_permuted,23.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,24.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,25.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,26.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,27.0,['$'],$],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,28.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,29.0,['~'],~],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,30.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,31.0,['('],(,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,32.0,['('],:],0,1.0 +0125,0125,12,symb,c1_set_union_permuted,33.0,['('],(],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,34.0,['$'],$],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,35.0,['*'],*],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,36.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,37.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,38.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,39.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,40.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,41.0,['%'],%],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,42.0,['('],(],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,43.0,['!'],$],0,1.0 +0125,0125,12,symb,c1_set_union_permuted,44.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,45.0,['>'],$,0,1.0 +0125,0125,12,symb,c1_set_union_permuted,46.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,47.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,48.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,49.0,[':'],%,0,1.0 +0125,0125,12,symb,c1_set_union_permuted,50.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,51.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,52.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,53.0,[':'],$ (],0,1.0 +0125,0125,12,symb,c1_set_union_permuted,54.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,55.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,56.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,57.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,58.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,59.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,60.0,['&'],% &,0,1.0 +0125,0125,12,symb,c1_set_union_permuted,61.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,62.0,['('],>],0,1.0 +0125,0125,12,symb,c1_set_union_permuted,63.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,64.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,65.0,['*'],*],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,66.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,67.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,68.0,['~'],%],0,1.0 +0125,0125,12,symb,c1_set_union_permuted,69.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,70.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,71.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,72.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,73.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,74.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,75.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,76.0,['('],(,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,77.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,78.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,79.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,80.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,81.0,['*'],*],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,82.0,['&'],&,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,83.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,84.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,85.0,[':'],:],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,86.0,['('],>],0,1.0 +0125,0125,12,symb,c1_set_union_permuted,87.0,['!'],!,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,88.0,['%'],%,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,89.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,90.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,91.0,['&'],%],0,1.0 +0125,0125,12,symb,c1_set_union_permuted,92.0,['~'],~],1,1.0 +0125,0125,12,symb,c1_set_union_permuted,93.0,['<'],<,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,94.0,['$'],$,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,95.0,['*'],*,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,96.0,['>'],>,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,97.0,['('],$,0,1.0 +0125,0125,12,symb,c1_set_union_permuted,98.0,['~'],~,1,1.0 +0125,0125,12,symb,c1_set_union_permuted,99.0,['*'],*,1,1.0 +0125,0125,12,symb,XOR_permuted,0.0,"['(', '%']",% (],1,1.0 +0125,0125,12,symb,XOR_permuted,1.0,"[':', '(']",: (],1,1.0 +0125,0125,12,symb,XOR_permuted,2.0,"['&', '>']",% >,0,1.0 +0125,0125,12,symb,XOR_permuted,3.0,"['~', '%']",% ~,1,1.0 +0125,0125,12,symb,XOR_permuted,4.0,"['!', '~']",% ~],0,1.0 +0125,0125,12,symb,XOR_permuted,5.0,"['<', '~']",< ~],1,1.0 +0125,0125,12,symb,XOR_permuted,6.0,"['!', '$']",$ !,1,1.0 +0125,0125,12,symb,XOR_permuted,7.0,"['%', ':']",% !,0,1.0 +0125,0125,12,symb,XOR_permuted,8.0,"['&', '(']",& (],1,1.0 +0125,0125,12,symb,XOR_permuted,9.0,"[':', '!']",: !,1,1.0 +0125,0125,12,symb,XOR_permuted,10.0,"['$', '~']",$ ~,1,1.0 +0125,0125,12,symb,XOR_permuted,11.0,"['%', '>']",> %],1,1.0 +0125,0125,12,symb,XOR_permuted,12.0,"['%', '$']",$ %,1,1.0 +0125,0125,12,symb,XOR_permuted,13.0,"['!', '~']",: ~],0,1.0 +0125,0125,12,symb,XOR_permuted,14.0,"['&', '!']",& !,1,1.0 +0125,0125,12,symb,XOR_permuted,15.0,"['%', '>']",% >,1,1.0 +0125,0125,12,symb,XOR_permuted,16.0,"['>', ':']",! !,0,1.0 +0125,0125,12,symb,XOR_permuted,17.0,"['~', '*']",~ *],1,1.0 +0125,0125,12,symb,XOR_permuted,18.0,"['>', ':']",: >],1,1.0 +0125,0125,12,symb,XOR_permuted,19.0,"['%', '$']",$ %,1,1.0 +0125,0125,12,symb,XOR_permuted,20.0,"['%', '*']",% *],1,1.0 +0125,0125,12,symb,XOR_permuted,21.0,"['~', '<']",~ <,1,1.0 +0125,0125,12,symb,XOR_permuted,22.0,"['%', '!']",! %,1,1.0 +0125,0125,12,symb,XOR_permuted,23.0,"['%', '$']",% $],1,1.0 +0125,0125,12,symb,XOR_permuted,24.0,"[':', '%']",% :],1,1.0 +0125,0125,12,symb,XOR_permuted,25.0,"['*', ':']",* :,1,1.0 +0125,0125,12,symb,XOR_permuted,26.0,"['!', '$']",$ !,1,1.0 +0125,0125,12,symb,XOR_permuted,27.0,"['*', '$']",* $,1,1.0 +0125,0125,12,symb,XOR_permuted,28.0,"['!', '>']",! >,1,1.0 +0125,0125,12,symb,XOR_permuted,29.0,"['$', '%']",$ %,1,1.0 +0125,0125,12,symb,XOR_permuted,30.0,"['*', '<']",* <,1,1.0 +0125,0125,12,symb,XOR_permuted,31.0,"['*', '~']",* ~,1,1.0 +0125,0125,12,symb,XOR_permuted,32.0,"['%', '*']",% *,1,1.0 +0125,0125,12,symb,XOR_permuted,33.0,"['<', '>']",:<,0,1.0 +0125,0125,12,symb,XOR_permuted,34.0,"['!', '<']",! <],1,1.0 +0125,0125,12,symb,XOR_permuted,35.0,"['~', '%']",% ~,1,1.0 +0125,0125,12,symb,XOR_permuted,36.0,"['~', '%']",% ~,1,1.0 +0125,0125,12,symb,XOR_permuted,37.0,"['(', '<']",< >],0,1.0 +0125,0125,12,symb,XOR_permuted,38.0,"[':', '$']",: $,1,1.0 +0125,0125,12,symb,XOR_permuted,39.0,"['~', '>']",> ~],1,1.0 +0125,0125,12,symb,XOR_permuted,40.0,"['$', '!']",$ !,1,1.0 +0125,0125,12,symb,XOR_permuted,41.0,"['>', '~']",* >,0,1.0 +0125,0125,12,symb,XOR_permuted,42.0,"[':', '$']",$ :,1,1.0 +0125,0125,12,symb,XOR_permuted,43.0,"['>', '%']",% >,1,1.0 +0125,0125,12,symb,XOR_permuted,44.0,"['*', '&']",( *)],0,1.0 +0125,0125,12,symb,XOR_permuted,45.0,"['!', '<']",< !,1,1.0 +0125,0125,12,symb,XOR_permuted,46.0,"['*', '%']",* %,1,1.0 +0125,0125,12,symb,XOR_permuted,47.0,"['*', '%']",* %,1,1.0 +0125,0125,12,symb,XOR_permuted,48.0,"['%', '&']",% &],1,1.0 +0125,0125,12,symb,XOR_permuted,49.0,"['<', '&']",<& :],0,1.0 +0125,0125,12,symb,XOR_permuted,50.0,"['~', '$']",$ ~,1,1.0 +0125,0125,12,symb,XOR_permuted,51.0,"['%', '&']",% &,1,1.0 +0125,0125,12,symb,XOR_permuted,52.0,"['$', ':']",$: !,0,1.0 +0125,0125,12,symb,XOR_permuted,53.0,"[':', '*']",* :],1,1.0 +0125,0125,12,symb,XOR_permuted,54.0,"['&', '%']",% &,1,1.0 +0125,0125,12,symb,XOR_permuted,55.0,"['<', '$']",$ <,1,1.0 +0125,0125,12,symb,XOR_permuted,56.0,"['%', '~']",% ~,1,1.0 +0125,0125,12,symb,XOR_permuted,57.0,"['<', '(']",% !,0,1.0 +0125,0125,12,symb,XOR_permuted,58.0,"['>', '<']",< >,1,1.0 +0125,0125,12,symb,XOR_permuted,59.0,"[':', '*']",:],0,1.0 +0125,0125,12,symb,XOR_permuted,60.0,"['$', '*']",$ *],1,1.0 +0125,0125,12,symb,XOR_permuted,61.0,"['%', '&']",% &,1,1.0 +0125,0125,12,symb,XOR_permuted,62.0,"['%', '*']",% *,1,1.0 +0125,0125,12,symb,XOR_permuted,63.0,"['*', '%']",% *],1,1.0 +0125,0125,12,symb,XOR_permuted,64.0,"['*', '!']",* :],0,1.0 +0125,0125,12,symb,XOR_permuted,65.0,"['$', '~']",~ $,1,1.0 +0125,0125,12,symb,XOR_permuted,66.0,"['$', '(']",$ $],0,1.0 +0125,0125,12,symb,XOR_permuted,67.0,"['%', '(']",% (,1,1.0 +0125,0125,12,symb,XOR_permuted,68.0,"['$', '<']",$ <],1,1.0 +0125,0125,12,symb,XOR_permuted,69.0,"['~', '(']",* ~,0,1.0 +0125,0125,12,symb,XOR_permuted,70.0,"['<', '%']",% <,1,1.0 +0125,0125,12,symb,XOR_permuted,71.0,"['!', '&']",! &,1,1.0 +0125,0125,12,symb,XOR_permuted,72.0,"[':', '&']",& :],1,1.0 +0125,0125,12,symb,XOR_permuted,73.0,"['~', '!']",% ~],0,1.0 +0125,0125,12,symb,XOR_permuted,74.0,"['%', '$']",% $,1,1.0 +0125,0125,12,symb,XOR_permuted,75.0,"['*', '$']",* $,1,1.0 +0125,0125,12,symb,XOR_permuted,76.0,"['$', '~']",$ ~,1,1.0 +0125,0125,12,symb,XOR_permuted,77.0,"['(', '&']",( &,1,1.0 +0125,0125,12,symb,XOR_permuted,78.0,"['&', '(']",& (],1,1.0 +0125,0125,12,symb,XOR_permuted,79.0,"['>', '!']",! >,1,1.0 +0125,0125,12,symb,XOR_permuted,80.0,"[':', '!']",! :],1,1.0 +0125,0125,12,symb,XOR_permuted,81.0,"['<', '~']",< ~],1,1.0 +0125,0125,12,symb,XOR_permuted,82.0,"['<', '>']",( >,0,1.0 +0125,0125,12,symb,XOR_permuted,83.0,"['>', '%']",% >,1,1.0 +0125,0125,12,symb,XOR_permuted,84.0,"['~', '$']",$ ~,1,1.0 +0125,0125,12,symb,XOR_permuted,85.0,"['$', '(']",: $],0,1.0 +0125,0125,12,symb,XOR_permuted,86.0,"['~', '*']",*: ~,0,1.0 +0125,0125,12,symb,XOR_permuted,87.0,"['$', '(']",$ (,1,1.0 +0125,0125,12,symb,XOR_permuted,88.0,"['!', '&']",! &,1,1.0 +0125,0125,12,symb,XOR_permuted,89.0,"['(', '$']",$ (],1,1.0 +0125,0125,12,symb,XOR_permuted,90.0,"['&', '<']",& <,1,1.0 +0125,0125,12,symb,XOR_permuted,91.0,"['(', '%']",% (],1,1.0 +0125,0125,12,symb,XOR_permuted,92.0,"[':', '(']",~ ~,0,1.0 +0125,0125,12,symb,XOR_permuted,93.0,"['<', ':']",* <],0,1.0 +0125,0125,12,symb,XOR_permuted,94.0,"['!', '>']",> $],0,1.0 +0125,0125,12,symb,XOR_permuted,95.0,"[':', '<']",: !],0,1.0 +0125,0125,12,symb,XOR_permuted,96.0,"['<', '$']",$ <,1,1.0 +0125,0125,12,symb,XOR_permuted,97.0,"[':', '!']",: !],1,1.0 +0125,0125,12,symb,XOR_permuted,98.0,"['>', '<']",* >,0,1.0 +0125,0125,12,symb,XOR_permuted,99.0,"['~', '>']",: ~],0,1.0 +0125,0125,12,symb,AND_permuted,0.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,1.0,[],$,0,1.0 +0125,0125,12,symb,AND_permuted,2.0,[],!,0,1.0 +0125,0125,12,symb,AND_permuted,3.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,4.0,[],$,0,1.0 +0125,0125,12,symb,AND_permuted,5.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,6.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,7.0,[],)],0,1.0 +0125,0125,12,symb,AND_permuted,8.0,[],!],0,1.0 +0125,0125,12,symb,AND_permuted,9.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,10.0,[],$,0,1.0 +0125,0125,12,symb,AND_permuted,11.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,12.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,13.0,[],)],0,1.0 +0125,0125,12,symb,AND_permuted,14.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,15.0,[],=,0,1.0 +0125,0125,12,symb,AND_permuted,16.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,17.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,18.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,19.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,20.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,21.0,[],<],0,1.0 +0125,0125,12,symb,AND_permuted,22.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,23.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,24.0,[],+,0,1.0 +0125,0125,12,symb,AND_permuted,25.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,26.0,[],)],0,1.0 +0125,0125,12,symb,AND_permuted,27.0,[],&,0,1.0 +0125,0125,12,symb,AND_permuted,28.0,[],)],0,1.0 +0125,0125,12,symb,AND_permuted,29.0,[],!,0,1.0 +0125,0125,12,symb,AND_permuted,30.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,31.0,[],&,0,1.0 +0125,0125,12,symb,AND_permuted,32.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,33.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,34.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,35.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,36.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,37.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,38.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,39.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,40.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,41.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,42.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,43.0,[],>],0,1.0 +0125,0125,12,symb,AND_permuted,44.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,45.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,46.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,47.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,48.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,49.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,50.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,51.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,52.0,[],?,0,1.0 +0125,0125,12,symb,AND_permuted,53.0,[], ],1,1.0 +0125,0125,12,symb,AND_permuted,54.0,[],(,0,1.0 +0125,0125,12,symb,AND_permuted,55.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,56.0,[],&,0,1.0 +0125,0125,12,symb,AND_permuted,57.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,58.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,59.0,[],$,0,1.0 +0125,0125,12,symb,AND_permuted,60.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,61.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,62.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,63.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,64.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,65.0,[],&,0,1.0 +0125,0125,12,symb,AND_permuted,66.0,[],)],0,1.0 +0125,0125,12,symb,AND_permuted,67.0,[],!,0,1.0 +0125,0125,12,symb,AND_permuted,68.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,69.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,70.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,71.0,[],$,0,1.0 +0125,0125,12,symb,AND_permuted,72.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,73.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,74.0,[],&,0,1.0 +0125,0125,12,symb,AND_permuted,75.0,[],!,0,1.0 +0125,0125,12,symb,AND_permuted,76.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,77.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,78.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,79.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,80.0,[],$>,0,1.0 +0125,0125,12,symb,AND_permuted,81.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,82.0,[],?,0,1.0 +0125,0125,12,symb,AND_permuted,83.0,[],>],0,1.0 +0125,0125,12,symb,AND_permuted,84.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,85.0,[],*,0,1.0 +0125,0125,12,symb,AND_permuted,86.0,[],:],0,1.0 +0125,0125,12,symb,AND_permuted,87.0,[],#,0,1.0 +0125,0125,12,symb,AND_permuted,88.0,[],*],0,1.0 +0125,0125,12,symb,AND_permuted,89.0,[],$,0,1.0 +0125,0125,12,symb,AND_permuted,90.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,91.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,92.0,[],<],0,1.0 +0125,0125,12,symb,AND_permuted,93.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,94.0,[],%,0,1.0 +0125,0125,12,symb,AND_permuted,95.0,[],],1,1.0 +0125,0125,12,symb,AND_permuted,96.0,[],<],0,1.0 +0125,0125,12,symb,AND_permuted,97.0,[],>],0,1.0 +0125,0125,12,symb,AND_permuted,98.0,[],~,0,1.0 +0125,0125,12,symb,AND_permuted,99.0,[],>],0,1.0 diff --git a/digit_matrices/convert_to_symb.py b/digit_matrices/convert_to_symb.py new file mode 100644 index 0000000..bb59198 --- /dev/null +++ b/digit_matrices/convert_to_symb.py @@ -0,0 +1,40 @@ +# building npz of problems just by replacing numbers with symbols +import numpy as np + +all_prob = np.load(f'./problems/all_problems.npz', allow_pickle=True) + +all_problems = all_prob['all_problems'].item() +all_prob_types = all_problems.keys() + +symbs = ['%', '&', '*', '!', '(', '<', '~', '>', ':', '$'] #NB: This replaces ? with ( +all_prob_types = list(all_prob['all_problems'].item().keys()) +print(all_prob_types) +all_problems = all_prob['all_problems'].item() +print(list(all_problems['row_constant'].keys())) +all_symb_problems_np={} +for prob_type in all_prob_types: + symb_probs = [] + for prob in all_problems[prob_type]['prob']: + symb_prob = [] + for row in prob: + symb_row = [] + for column in row: + symb_col = [symbs[i] for i in column] + symb_row.append(symb_col) + symb_prob.append(symb_row) + symb_probs.append(symb_prob) + + all_symb_choices = [] + for choices in all_problems[prob_type]['answer_choices']: + symb_choices = [] + for choice in choices: + symb_choice = [symbs[i] for i in choice] + symb_choices.append(symb_choice) + all_symb_choices.append(symb_choices) + all_symb_problems_np[prob_type]={'prob':symb_probs,\ + 'answer_choices':all_symb_choices,\ + 'correct_ind':all_problems[prob_type]['correct_ind'],\ + 'perm_invariant':all_problems[prob_type]['perm_invariant']} + + +np.savez('./all_problems_symb.npz', all_problems=all_symb_problems_np) diff --git a/digit_matrices/eval_gpt_matprob.py b/digit_matrices/eval_gpt_matprob.py new file mode 100755 index 0000000..49ff042 --- /dev/null +++ b/digit_matrices/eval_gpt_matprob.py @@ -0,0 +1,233 @@ + +import numpy as np +import builtins +import os +from openai import AzureOpenAI +import sys +import argparse +import time + +parser = argparse.ArgumentParser() +parser.add_argument("--id", help="The gpt version, can be 0613, 1106 or 0125 or 350613") +parser.add_argument("--user_prompt_num", help="user prompt", type=int) +parser.add_argument("--sys_prompt_num", help="sys prompt", type=int) +parser.add_argument("--prob_format", help="use webb data") +parser.add_argument("--letters", help="use letters", action="store_true") +args = parser.parse_args() + +if args.prob_format not in ['digits', 'symb', 'coords']: + print('prob_format must be one of digits, symb, or coords') + +id = args.id + + + +if args.prob_format=='digits': + prob_format = '_digits' + checkset = list(range(10)) +elif args.prob_format=='coords': + prob_format = '_coords' + checkset = list(range(10)) +elif args.prob_format=='symb': + prob_format = '_symb' + checkset =set(['%', '&', '*', '!', '(', '<', '~', '>', ':', '$']) #changed ? to ( +else: + print('prob_format must be one of digits, symb, or coords') + sys.exit() + + +if (args.sys_prompt_num == 0): + sys_content = 'You are a helpful assistant.' +elif args.sys_prompt_num == 1: + sys_content = 'You are a genius at solving analogy problems.' + +versions = {'0125':{'resource_name':'0125-Preview', 'deployment_name':'0125-Preview'}, + '1106':{'resource_name':'MMResearch', 'deployment_name':'gpt-4-1106-Preview'}, + '0613':{'resource_name':'0613', 'deployment_name':'0613'}, + '350613':{'resource_name':'0613', 'deployment_name':'0613'}} + +if id not in versions.keys(): + print(f'id should be 0125, 1106, or 0613 or 350613') + +client = AzureOpenAI( + azure_endpoint = os.getenv(f"AZURE_OPENAI_ENDPOINT_{id}"), + api_key=os.getenv(f"AZURE_OPENAI_API_KEY_{id}"), + api_version="2024-02-01" +) + +# Split word into characters +def split(word): + return [char for char in word] + +# Load all problems +if args.prob_format == 'digits': + all_prob = np.load('./problems/all_problems.npz', allow_pickle=True) +elif args.prob_format == 'coords': + all_prob = np.load('./problems/all_problems_coords.npz', allow_pickle=True) +else: + all_prob = np.load('./problems/all_problems_symb.npz', allow_pickle=True) + +# GPT settings +kwargs = {"temperature":0, "max_tokens":10, "stop":"\n", } + + +# Loop through all problem types +all_prob_types = builtins.list(all_prob['all_problems'].item().keys()) +# Load data if it already exists +all_data_fname = f'./results/gpt_matprob_results_{args.prob_format}_{id}_prompt_{args.sys_prompt_num}_{args.user_prompt_num}{prob_format}.npz' +if os.path.exists(all_data_fname): + data_exists = True + all_data = np.load(all_data_fname, allow_pickle=True) +else: + data_exists = False +# Create data structure for storing results +all_gen_pred = {} +all_gen_correct_pred = {} +all_MC_pred = {} +all_MC_correct_pred = {} +all_alt_MC_correct_pred = {} +for p in range(len(all_prob_types)): + # Problem type + prob_type = all_prob_types[p] + # Load data + if data_exists: + all_gen_pred[prob_type] = all_data['all_gen_pred'].item()[prob_type] + all_gen_correct_pred[prob_type] = all_data['all_gen_correct_pred'].item()[prob_type] + all_MC_pred[prob_type] = all_data['all_MC_pred'].item()[prob_type] + all_MC_correct_pred[prob_type] = all_data['all_MC_correct_pred'].item()[prob_type] + all_alt_MC_correct_pred[prob_type] = all_data['all_alt_MC_correct_pred'].item()[prob_type] + # Create data structure + else: + all_gen_pred[prob_type] = [] + all_gen_correct_pred[prob_type] = [] + all_MC_pred[prob_type] = [] + all_MC_correct_pred[prob_type] = [] + all_alt_MC_correct_pred[prob_type] = [] +# Loop over all problem indices +N_prob = 50 +none_count = 0 +for prob_ind in range(N_prob): + print(str(prob_ind + 1) + ' of ' + str(N_prob) + '...') + # Loop over all problem types + for p in range(len(all_prob_types)): + # Problem type + prob_type = all_prob_types[p] + print('Problem type: ' + prob_type + '...') + perm_invariant = all_prob['all_problems'].item()[prob_type]['perm_invariant'] + prob_type_N_prob = len(all_prob['all_problems'].item()[prob_type]['prob']) #changed this from shape[0] + if prob_ind < prob_type_N_prob and len(all_gen_correct_pred[prob_type]) <= prob_ind: + + # Problem + prob = all_prob['all_problems'].item()[prob_type]['prob'][prob_ind] + size_prob =len(prob) + answer_choices = all_prob['all_problems'].item()[prob_type]['answer_choices'][prob_ind] + correct_ind = all_prob['all_problems'].item()[prob_type]['correct_ind'][prob_ind] + correct_answer = answer_choices[correct_ind] + + if args.prob_format == 'coords': + cx, cy = all_prob['all_problems'].item()[prob_type]['correct_coords'][prob_ind] + + # Generate prompt + if args.user_prompt_num == 0: + prompt = '' + elif args.user_prompt_num ==1: + prompt = "Let's try to complete the pattern:\n" #This prompt does not work Prompt 1 + elif args.user_prompt_num == 2: + prompt = "Try to complete the pattern below. Give ONLY the answer as briefly as possible.\n" + elif args.user_prompt_num == 3: + prompt = "Try to fill the gap in the pattern below. Give ONLY the answer as briefly as possible.\n" + else: + print('You must choose prompt 1, 2, or 3') + sys.exit() + for r in range(size_prob): + for c in range(size_prob): + prompt += '[' + if args.prob_format != 'coords': + if not (r == size_prob-1 and c == size_prob-1): + for i in range(len(prob[r][c])): + if prob[r][c][i] == -1: + prompt += ' ' + else: + prompt += str(prob[r][c][i]) + if i < len(prob[r][c]) - 1: + prompt += ' ' + prompt += ']' + if c < size_prob-1: + prompt += ' ' + else: + prompt += '\n' + else: + if (r == cx and c == cy): + for i in range(len(prob[r][c])): + prompt+= ' ' + if i < (len(prob[r][c]) - 1): + prompt += ' ' + else: + for i in range(len(prob[r][c])): + if prob[r][c][i] == -1: + prompt += ' ' + else: + prompt += str(prob[r][c][i]) + if i < len(prob[r][c]) - 1: + prompt += ' ' + prompt += ']' + if c < size_prob-1: + prompt += ' ' + else: + prompt += '\n' + print(prompt) + # sys.exit() + # Get response + response = client.chat.completions.create( + model= versions[id]['deployment_name'], + messages=[ + {"role": "system", "content": sys_content}, + {"role": "user", "content": prompt}, + ], + **kwargs + ) + + response_text = response.choices[0].message.content + if response_text is None: + response_text = 'None' + none_count+=1 + print(f'Nonecount is {none_count}') + # print(response_text) + # sys.exit() + # Find portion of response corresponding to prediction + prediction = response_text.lstrip('[') + + all_gen_pred[prob_type].append(prediction) + # Get prediction set + pred_set = [] + invalid_char = False + closing_bracket = False + for p in split(prediction): + if p != ' ': + if args.prob_format != 'symb' and p.isdigit(): + p = int(p) + if p in checkset: + pred_set.append(p) + elif p == ']': + break + else: + invalid_char = True + break + # Sort answer if problem type is permutation invariant + if perm_invariant: + correct_answer = np.sort(correct_answer) + pred_set = np.sort(pred_set) + # Determine whether prediction is correct + correct_pred = False + if not invalid_char and len(pred_set) == len(correct_answer): + if np.all(pred_set == correct_answer): + correct_pred = True + all_gen_correct_pred[prob_type].append(correct_pred) + + # Save data + eval_fname = f'./results/gpt_matprob_results_{args.prob_format}_{id}_prompt_{args.sys_prompt_num}_{args.user_prompt_num}{prob_format}.npz' + np.savez(eval_fname, + all_gen_pred=all_gen_pred, all_gen_correct_pred=all_gen_correct_pred, all_MC_pred=all_MC_pred, all_MC_correct_pred=all_MC_correct_pred, all_alt_MC_correct_pred=all_alt_MC_correct_pred, + allow_pickle=True) + +print(f'Nonecount is {none_count}') diff --git a/digit_matrices/gen_problems_coords.py b/digit_matrices/gen_problems_coords.py new file mode 100644 index 0000000..54a21bc --- /dev/null +++ b/digit_matrices/gen_problems_coords.py @@ -0,0 +1,922 @@ +import numpy as np +from itertools import permutations, combinations, combinations_with_replacement +from collections import deque +import builtins +import random +from copy import deepcopy +import os +import json +import sys + +random.seed(0) +np.random.seed(0) + +letters = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j'] +letters = ['%', '&', '*', '!', '?', '<', '~', '>', ':', '$'] +letters = list(range(10)) + +size_prob = 3 +random_coords = True + +# Method for generating distractors +def gen_distractor(all_prob, letters=letters): + # Methods and transformations + distractor_methods = ['other_element', + 'other_element_transformed', + 'correct_answer_transformed', + 'previous_distractor_transformed', + 'random_new_element'] + transf_pos = list(range(1, size_prob)) + transf_neg = list(range(-1, -size_prob, -1)) + transformations = np.array(transf_pos+transf_neg) + # print(transformations) + # transformations = np.array([1,2,-1,-2]) + # Additional methods for multi-rule problems + if all_prob.shape[-1] > 1: + distractor_methods.append('correct_answer_permuted') + distractor_methods.append('other_element_permuted') + distractor_methods.append('previous_distractor_permuted') + distractor_methods.append('combination_other_elements') + distractor_methods.append('combination_previous_distractors') + # Loop through all problems + all_probtype_answer_choices = [] + all_probtype_correct_ind = [] + all_probtype_correct_coords =[] + for t in range(all_prob.shape[0]): + all_answer_choices = [] + all_correct_ind = [] + all_correct_coords = [] + for p in range(all_prob.shape[1]): + # Problem + prob = all_prob[t][p] + if random_coords: + cx = np.random.randint(size_prob) + cy = np.random.randint(size_prob) + else: + # print(cx) + cx = size_prob-1 + cy = size_prob-1 + all_correct_coords.append([cx, cy]) + # Extract correct answer + # correct_answer = prob[size_prob-1,size_prob-1,:] + correct_answer = prob[cx,cy,:] + # Other elements (besides correct answer) in problem + prob_flat = prob.reshape(prob.shape[0]*prob.shape[1],prob.shape[2]) + other_prob_elements = prob_flat[:-1,:] + other_prob_elements = other_prob_elements[np.logical_not(np.all(other_prob_elements == np.expand_dims(correct_answer,0),1))] + # Generate each distractor + answer_choices = [] + for d in range(7): + valid_distractor = False + while not valid_distractor: + # Sample method + method = distractor_methods[int(np.floor(np.random.rand() * len(distractor_methods)))] + # Other element from problem + if method == 'other_element': + np.random.shuffle(other_prob_elements) + distractor = deepcopy(other_prob_elements[0]) + # Other element transformed + elif method == 'other_element_transformed': + np.random.shuffle(other_prob_elements) + distractor = deepcopy(other_prob_elements[0]) + # print(distractor) + transform_dim = int(np.floor(np.random.rand() * all_prob.shape[-1])) + np.random.shuffle(transformations) + # distractor[transform_dim] += transformations[0] # original + ind = letters.index(distractor[transform_dim]) + transformed_ind = (ind + transformations[0])%len(letters) + distractor[transform_dim] = letters[transformed_ind] + # Correct answer transformed + elif method == 'correct_answer_transformed': + transform_dim = int(np.floor(np.random.rand() * all_prob.shape[-1])) + np.random.shuffle(transformations) + distractor = deepcopy(correct_answer) + # distractor[transform_dim] += transformations[0] #original + ind = letters.index(distractor[transform_dim]) + transformed_ind = (ind + transformations[0])%len(letters) + distractor[transform_dim] = letters[transformed_ind] + # Previous distractor transformed + elif method == 'previous_distractor_transformed': + random.shuffle(answer_choices) + if len(answer_choices) > 0: + distractor = deepcopy(answer_choices[0]) + transform_dim = int(np.floor(np.random.rand() * all_prob.shape[-1])) + np.random.shuffle(transformations) + # distractor[transform_dim] += transformations[0] + ind = letters.index(distractor[transform_dim]) + transformed_ind = (ind + transformations[0])%len(letters) + distractor[transform_dim] = letters[transformed_ind] + else: + # dummy distractor? + distractor = np.ones(all_prob.shape[-1]).astype(int) * -1 + # Random new element + elif method == 'random_new_element': + # distractor = np.floor(np.random.rand(all_prob.shape[-1]) * 10).astype(int) + distractor = np.random.choice(letters, len(letters), replace=False) + # print(letters) + distractor = distractor[:all_prob.shape[-1]] + # Correct answer permuted + elif method == 'correct_answer_permuted': + valid_perm = builtins.list(permutations(np.arange(all_prob.shape[-1]),all_prob.shape[-1]))[1:] + random.shuffle(valid_perm) + distractor = deepcopy(correct_answer)[builtins.list(valid_perm[0])] + # Other element permuted + elif method == 'other_element_permuted': + valid_perm = builtins.list(permutations(np.arange(all_prob.shape[-1]),all_prob.shape[-1]))[1:] + random.shuffle(valid_perm) + np.random.shuffle(other_prob_elements) + other_element = other_prob_elements[0] + distractor = deepcopy(other_element)[builtins.list(valid_perm[0])] + # Previous distractor permuted + elif method == 'previous_distractor_permuted': + random.shuffle(answer_choices) + if len(answer_choices) > 0: + valid_perm = builtins.list(permutations(np.arange(all_prob.shape[-1]),all_prob.shape[-1]))[1:] + random.shuffle(valid_perm) + previous_distractor = answer_choices[0] + distractor = deepcopy(previous_distractor)[builtins.list(valid_perm[0])] + else: + distractor = np.ones(all_prob.shape[-1]).astype(int) * -1 + # Combination of other elements + elif method == 'combination_other_elements': + distractor = [] + for dim in range(all_prob.shape[-1]): + other_prob_elements_copy = deepcopy(other_prob_elements) + np.random.shuffle(other_prob_elements_copy) + distractor.append(other_prob_elements_copy[0,dim]) + distractor = np.array(distractor) + # Combination of previous distractors + elif method == 'combination_previous_distractors': + random.shuffle(answer_choices) + if len(answer_choices) > 1: + distractor = [] + for dim in range(all_prob.shape[-1]): + answer_choices_copy = deepcopy(answer_choices) + np.random.shuffle(answer_choices_copy) + distractor.append(answer_choices_copy[0][dim]) + distractor = np.array(distractor) + else: + distractor = np.ones(all_prob.shape[-1]).astype(int) * -1 + # Check to make sure distractor isn't invalid or doesn't already exist + # if np.all(distractor >= 0) and np.all(distractor <= 9) and not np.all(distractor == correct_answer): #original + if np.all([d in letters for d in distractor]) and not np.all(distractor == correct_answer): + if len(answer_choices) == 0: + answer_choices.append(distractor) + valid_distractor = True + else: + if np.logical_not(np.any(np.all(np.array(answer_choices) == np.expand_dims(distractor,0),1))): + answer_choices.append(distractor) + valid_distractor = True + # print(f"Correct: {correct_answer}, {method}, {distractor}") + # Add correct answer and shuffle + answer_choices.append(correct_answer) + answer_choices = np.array(answer_choices) + shuffled_order = np.arange(8) + np.random.shuffle(shuffled_order) + correct_ind = np.where(shuffled_order == 7)[0][0] + # print(f'correct ind i:s {correct_ind}') + answer_choices = answer_choices[shuffled_order] + # print(answer_choices) + # Add to list + all_answer_choices.append(answer_choices) + all_correct_ind.append(correct_ind) + # Combine across problem types + all_probtype_answer_choices.append(np.array(all_answer_choices)) + all_probtype_correct_ind.append(np.array(all_correct_ind)) + all_probtype_correct_coords.append(np.array(all_correct_coords)) + # Convert to arrays + all_probtype_answer_choices = np.array(all_probtype_answer_choices) + all_probtype_correct_ind = np.array(all_probtype_correct_ind) + all_probtype_correct_coords = np.array(all_probtype_correct_coords) + return all_probtype_answer_choices, all_probtype_correct_ind, all_probtype_correct_coords + +# Method for generating distractors in logic problems +def gen_distractor_logicprob(all_prob, prob_elements, permute_answers=False): + # Loop through all problems + all_answer_choices = [] + all_correct_ind = [] + all_correct_coords = [] + for p in range(all_prob.shape[0]): + # Problem + prob = all_prob[p] + # Extract correct answer + if random_coords: + cx = np.random.randint(size_prob) + cy = np.random.randint(size_prob) + else: + # print(cx) + cx = size_prob-1 + cy = size_prob-1 + # correct_answer = prob[2,2] + all_correct_coords.append([cx, cy]) + correct_answer = prob[cx,cy] + # Remove -1 from correct answer + correct_answer = builtins.list(np.array(correct_answer)[(np.array(correct_answer) != -1)&(np.array(correct_answer) != '-1')]) #In the symbol problem the symbols get cast to str + # Get all subsets of unique elements + all_subsets = [] + for i in range(prob_elements.shape[1]): + subsets = builtins.list(combinations(prob_elements[p], i+1)) + for s in range(len(subsets)): + all_subsets.append(builtins.list(subsets[s])) + # Add empty set + all_subsets.append([]) + all_subsets = np.array(all_subsets, dtype=object) + # Eliminate correct answer from list of subsets + all_include = [] + for s in range(all_subsets.shape[0]): + subset = all_subsets[s] + random.shuffle(subset) + if len(subset) == len(correct_answer): + if np.all(np.sort(subset) == np.sort(correct_answer)): + include = False + else: + include = True + else: + include = True + all_include.append(include) + all_subsets = all_subsets[all_include] + # Select subset and shuffle + np.random.shuffle(all_subsets) + answer_choices = [] + for a in range(7): + answer_choices.append(all_subsets[a]) + answer_choices.append(correct_answer) + answer_choices = np.array(answer_choices, dtype=object) + shuffled_order = np.arange(8) + np.random.shuffle(shuffled_order) + correct_ind = np.where(shuffled_order == 7)[0][0] + answer_choices = answer_choices[shuffled_order] + # Permute elements within each answer + if permute_answers: + shuffled_answer_choices = [] + for a in range(8): + choice = deepcopy(answer_choices[a]) + random.shuffle(choice) + shuffled_answer_choices.append(choice) + answer_choices = np.array(shuffled_answer_choices, dtype=object) + # Sort elements based on order of appearance in problem + else: + sorted_answer_choices = [] + for a in range(8): + choice = answer_choices[a] + sorted_choice = [] + for i in range(len(prob_elements[p])): + if np.any(np.array(choice) == prob_elements[p][i]): + sorted_choice.append(prob_elements[p][i]) + sorted_answer_choices.append(sorted_choice) + answer_choices = np.array(sorted_answer_choices, dtype=object) + # Add to list + all_answer_choices.append(answer_choices) + all_correct_ind.append(correct_ind) + # Convert to arrays + all_answer_choices = np.array(all_answer_choices) + all_correct_ind = np.array(all_correct_ind) + return all_answer_choices, all_correct_ind, all_correct_coords + +# Save problems as json and numpy files +def save_prob(all_prob, all_answer_choices, all_correct_ind, all_correct_coords, prob_type_name, all_problems_np, all_problems_js, perm_invariant=False): + # Add problems to numpy dict + all_problems_np[prob_type_name] = {'prob': all_prob, 'answer_choices': all_answer_choices, 'correct_ind': all_correct_ind, 'correct_coords':all_correct_coords, 'perm_invariant': perm_invariant} + # Convert to strings and save as json + all_data = [] + print(f'saving {prob_type_name}') + # print(f'shape all correct coords is') + # print(all_correct_coords.shape) + for p in range(all_prob.shape[0]): + # Get correct coords + cx, cy = all_correct_coords[p] + # Convert problem to string + prompt = '' + for r in range(size_prob): + for c in range(size_prob): + prompt += '[' + if r == cx and c == cy: + for i in range(len(all_prob[p][1][c])): + prompt += '  ' + if i < (len(all_prob[p][1][c]) - 1): + prompt += ' ' + else: + for i in range(len(all_prob[p][r][c])): + if all_prob[p][r][c][i] == -1: + prompt += '' #changed from    + else: + prompt += str(all_prob[p][r][c][i]) + if i < (len(all_prob[p][r][c]) - 1): #indented so we don't get phantom spaces after -1 + prompt += ' ' + prompt += ']' + if c < size_prob-1: + prompt += '   ' + if r < size_prob-1 and c == size_prob-1: + prompt += '
' + # Convert choices to strings + options = [] + for a in range(8): + option = '[' + for i in range(len(all_answer_choices[p][a])): + option += str(all_answer_choices[p][a][i]) + if i < (len(all_answer_choices[p][a]) - 1): + option += ' ' + if len(all_answer_choices[p][a]) == 0: + option += '  ' + option += ']' + options.append(option) + # Add to dataset + all_data.append({'prompt': prompt, 'options': options, 'correct': int(all_correct_ind[p]), 'correct_coords':str(all_correct_coords[p]), 'prob_ind': p}) + # Add to javascript data + all_problems_js[prob_type_name] = all_data + return all_problems_np, all_problems_js + +#### 1-rule problems (1 per condition below, 6 total): +# - row constant +# - column constant +# - distribution-of-3 (bottom-left to top-right diagonal) +# - distribution-of-3 (top-left to bottom-right diagonal) +# - size-1 progression +# - size-2 progression +#### 2-rule and 3-rule problems: +# - 1 for each of 6 2-rule combinations +# - 1 for each of 10 3-rule combinations +#### Logic problems (2 per condition below, 1 shuffled and 1 with reliable spatial locations, 10 total): +# - set union, c3 = c1 U c2 +# - set union, c2 = c1 U c3 +# - set union, c1 = c2 U c3 +# - AND +# - XOR + +# Number of problems-per-category will either be N (below) or maximum number possible +N_probs = 50 + +# All 10choose3 permutations +# all_10c3_perm = np.array(builtins.list(permutations(np.arange(10),3))) #Original +all_10c4_perm = np.array(builtins.list(permutations(letters,size_prob))) + +# Constant +all_constant = [] +all_row_constant = [] +all_col_constant = [] +row_col = [] +for p in range(all_10c4_perm.shape[0]): + col_prob = [] + for n in range(size_prob): + col_prob.append([]) + for m in range(size_prob): + col_prob[n].append(all_10c4_perm[p][m]) + col_prob = np.array(col_prob) + # row_prob = np.array([[all_10c4_perm[p][0], all_10c4_perm[p][0], all_10c4_perm[p][0], all_10c4_perm[p][0]], + # [all_10c4_perm[p][1], all_10c4_perm[p][1], all_10c4_perm[p][1], all_10c4_perm[p][1]], + # [all_10c4_perm[p][2], all_10c4_perm[p][2], all_10c4_perm[p][2], all_10c4_perm[p][2]]]) + all_col_constant.append(col_prob) + all_constant.append(col_prob) + row_col.append(1) #index stating whethr row or column problem + row_prob = col_prob.T + # row_prob = np.array([[all_10c4_perm[p][0], all_10c4_perm[p][1], all_10c4_perm[p][2]], + # [all_10c4_perm[p][0], all_10c4_perm[p][1], all_10c4_perm[p][2]], + # [all_10c4_perm[p][0], all_10c4_perm[p][1], all_10c4_perm[p][2]]]) + all_constant.append(row_prob) + all_row_constant.append(row_prob) + row_col.append(0) +all_constant = np.array(all_constant) +all_row_constant = np.array(all_row_constant) +all_col_constant = np.array(all_col_constant) +row_col = np.array(row_col) + + +# Select subset of row-constant and column-constant problems +np.random.shuffle(all_row_constant) +# what are these expand_dims doing? +row_constant_prob = np.expand_dims(np.expand_dims(all_row_constant[:N_probs],0),4) +np.random.shuffle(all_col_constant) +col_constant_prob = np.expand_dims(np.expand_dims(all_col_constant[:N_probs],0),4) +# Generate distractors +row_constant_answer_choices, row_constant_correct_ind, row_constant_correct_coords = gen_distractor(row_constant_prob) +col_constant_answer_choices, col_constant_correct_ind, col_constant_correct_coords = gen_distractor(col_constant_prob) + + +# Distribution-of-3 +all_dist3 = [] +all_dist3_diag1 = [] +all_dist3_diag2 = [] +diag1_diag2 = [] +for p in range(all_10c4_perm.shape[0]): + diag1_prob = [] + diag2_prob = [] + row = list(all_10c4_perm[p]) + for n in range(size_prob): + diag1_prob.append(row[n:] + row[:n]) + diag2_prob.append(row[size_prob-n:] + row[:size_prob-n]) + + all_dist3_diag1.append(diag1_prob) + all_dist3.append(diag1_prob) + diag1_diag2.append(0) + + all_dist3_diag2.append(diag2_prob) + all_dist3.append(diag2_prob) + diag1_diag2.append(1) + +all_dist3 = np.array(all_dist3) +all_dist3_diag1 = np.array(all_dist3_diag1) +all_dist3_diag2 = np.array(all_dist3_diag2) +diag1_diag2 = np.array(diag1_diag2) +# Select subset of distribution-of-3 problems +np.random.shuffle(all_dist3_diag1) +dist3_diag1_prob = np.expand_dims(np.expand_dims(all_dist3_diag1[:N_probs],0),4) +np.random.shuffle(all_dist3_diag2) +dist3_diag2_prob = np.expand_dims(np.expand_dims(all_dist3_diag2[:N_probs],0),4) +# Generate distractors +dist3_diag1_answer_choices, dist3_diag1_correct_ind, dist3_diag1_correct_coords = gen_distractor(dist3_diag1_prob) +dist3_diag2_answer_choices, dist3_diag2_correct_ind, dist3_diag2_correct_coords = gen_distractor(dist3_diag2_prob) + +# Progression +# prog_size1 = np.array([np.arange(0,5), np.arange(1,6), np.arange(2,7), np.arange(3,8), np.arange(4,9), np.arange(5,10)]) +prog_size1 = [] +for n in range(2*size_prob-1, len(letters)+1): + # print(f'n is: {n}') + prog_size1.append(letters[(n-(2*size_prob-1)):n]) + # print(prog_size1) +prog_size1 = np.array(prog_size1) + +# prog_size1 = np.array([letters[:5], letters[1:6], letters[2:7], letters[3:8], letters[4:9], letters[5:10]]) +# print(prog_size1) +prog_size1_reversed = np.fliplr(prog_size1) + +prog_size2 = np.array([letters[0:10:2], letters[1:11:2]]) +print(prog_size2) +prog_size2_reversed = np.fliplr(prog_size2) +all_prog_range = np.concatenate([prog_size1, prog_size1_reversed, prog_size2, prog_size2_reversed], 0) +size1_size2 = np.concatenate([np.zeros(prog_size1.shape[0] + prog_size1_reversed.shape[0]), np.ones(prog_size2.shape[0] + prog_size2_reversed.shape[0])]) + +# all_prog_range = np.concatenate([prog_size1, prog_size1_reversed], 0) +# size1_size2 = np.concatenate([np.zeros(prog_size1.shape[0] + prog_size1_reversed.shape[0])]) +all_prog = [] +all_prog_size1 = [] +all_prog_size2 = [] +for p in range(all_prog_range.shape[0]): + # print(all_prog_range[p]) + prog_prob = [] + for n in range(size_prob): + prog_prob.append(all_prog_range[p][n:size_prob+n]) + + if size1_size2[p] == 0: + all_prog_size1.append(prog_prob) + elif size1_size2[p] == 1: + all_prog_size2.append(prog_prob) + prog_prob = np.array(prog_prob) + all_prog.append(prog_prob) +# sys.exit() +all_prog = np.array(all_prog) +prog_size1_prob = np.expand_dims(np.expand_dims(np.array(all_prog_size1),0),4) +prog_size2_prob = np.expand_dims(np.expand_dims(np.array(all_prog_size2),0),4) +# Generate distractors +prog_size1_answer_choices, prog_size1_correct_ind, prog_size1_correct_coords = gen_distractor(prog_size1_prob) +prog_size2_answer_choices, prog_size2_correct_ind, prog_size2_correct_coords = gen_distractor(prog_size2_prob) + + +# Combine problem types +prob_types = [all_constant, all_dist3, all_prog] +# print(len(prob_types)) + +# Not including progression +# prob_types = [all_constant, all_dist3] + +# All 2-rule and 3-rule sets (combinations with replacement) +all_2rule_comb = builtins.list(combinations_with_replacement(np.arange(len(prob_types)), 2)) +all_3rule_comb = builtins.list(combinations_with_replacement(np.arange(len(prob_types)), 3)) +# All 2-rule and 3-rule permutations (with replacement) +# 2 rules +all_2rule_perm = [] +for r1 in range(len(prob_types)): + for r2 in range(len(prob_types)): + all_2rule_perm.append([r1, r2]) +all_2rule_perm = np.array(all_2rule_perm) +# 3 rules +all_3rule_perm = [] +for r1 in range(len(prob_types)): + for r2 in range(len(prob_types)): + for r3 in range(len(prob_types)): + all_3rule_perm.append([r1, r2, r3]) +all_3rule_perm = np.array(all_3rule_perm) +# Sort permutations by combination +# 2 rules +all_2rule_perm_sorted = [] +for c in range(len(all_2rule_comb)): + all_2rule_perm_sorted.append(all_2rule_perm[np.all(np.expand_dims(np.array(all_2rule_comb[c]),0) == np.sort(all_2rule_perm,1), 1)]) +# 3 rules +all_3rule_perm_sorted = [] +for c in range(len(all_3rule_comb)): + all_3rule_perm_sorted.append(all_3rule_perm[np.all(np.expand_dims(np.array(all_3rule_comb[c]),0) == np.sort(all_3rule_perm,1), 1)]) + +# Combine problem types +prob_types = [all_constant, all_dist3, all_prog] +# print(len(prob_types)) + +# Not including progression +# prob_types = [all_constant, all_dist3] + +# Generate 2-rule problems +all_2rule_prob = [] +for c in range(len(all_2rule_comb)): + all_comb_prob = [] + for p in range(N_probs): + duplicate_prob = True + while duplicate_prob: + # Randomly sample permutation + all_perm = all_2rule_perm_sorted[c] + np.random.shuffle(all_perm) + perm = all_perm[0] + # Sample rule instances + # Rule 1 + try: + r1_ind = np.floor(np.random.rand() * prob_types[perm[0]].shape[0]).astype(int) + except: + print(perm[0]) + print(len(prob_types)) + r1 = prob_types[perm[0]][r1_ind] + # Rule 2 + duplicate_rule = True + while duplicate_rule: + r2_ind = np.floor(np.random.rand() * prob_types[perm[1]].shape[0]).astype(int) + r2 = prob_types[perm[1]][r2_ind] + if not np.all(r1 == r2): + duplicate_rule = False + # Combine rules 1 and 2 + prob = np.stack([r1,r2],2) + # Check if duplicate + duplicate_detected = False + for i in range(len(all_comb_prob)): + # print('checking probs') + # print(len(all_comb_prob)) + # print('checking against') + # print(i) + if np.all(prob == all_comb_prob[i]): + duplicate_detected = True + if not duplicate_detected: + duplicate_prob = False + # print('appending prob') + all_comb_prob.append(prob) + all_comb_prob = np.array(all_comb_prob) + all_2rule_prob.append(all_comb_prob) +all_2rule_prob = np.array(all_2rule_prob) + +# Generate distractors +all_2rule_answer_choices, all_2rule_correct_ind, all_2rule_correct_coords = gen_distractor(all_2rule_prob) + + +# Number of unique rules per problem +N_unique_rules_2rule_prob = [] +for p in range(len(all_2rule_comb)): + N_unique_rules_2rule_prob.append(np.unique(all_2rule_comb[p]).shape[0]) +np.savez('./N_unique_rules_2rule_prob_nbyn.npz', N_unique_rules=N_unique_rules_2rule_prob) +N_unique_rules_3rule_prob = [] +for p in range(len(all_3rule_comb)): + N_unique_rules_3rule_prob.append(np.unique(all_3rule_comb[p]).shape[0]) +np.savez('./N_unique_rules_3rule_prob_nbyn.npz', N_unique_rules=N_unique_rules_3rule_prob) + +# Generate 3-rule problems +all_3rule_prob = [] +for c in range(len(all_3rule_comb)): + all_comb_prob = [] + for p in range(N_probs): + duplicate_prob = True + while duplicate_prob: + # Randomly sample permutation + all_perm = all_3rule_perm_sorted[c] + np.random.shuffle(all_perm) + perm = all_perm[0] + # Sample rule instances + # Rule 1 + r1_ind = np.floor(np.random.rand() * prob_types[perm[0]].shape[0]).astype(int) + r1 = prob_types[perm[0]][r1_ind] + # Rule 2 + duplicate_rule = True + while duplicate_rule: + r2_ind = np.floor(np.random.rand() * prob_types[perm[1]].shape[0]).astype(int) + r2 = prob_types[perm[1]][r2_ind] + if not np.all(r1 == r2): + duplicate_rule = False + # Rule 3 + duplicate_rule = True + while duplicate_rule: + r3_ind = np.floor(np.random.rand() * prob_types[perm[2]].shape[0]).astype(int) + r3 = prob_types[perm[2]][r3_ind] + if not np.all(r1 == r3) and not np.all(r2 == r3): + duplicate_rule = False + # Combine rules 1-3 + prob = np.stack([r1,r2,r3],2) + # Check if duplicate + duplicate_detected = False + for i in range(len(all_comb_prob)): + if np.all(prob == all_comb_prob[i]): + duplicate_detected = True + if not duplicate_detected: + duplicate_prob = False + all_comb_prob.append(prob) + all_comb_prob = np.array(all_comb_prob) + all_3rule_prob.append(all_comb_prob) +all_3rule_prob = np.array(all_3rule_prob) +# Generate distractors +all_3rule_answer_choices, all_3rule_correct_ind, all_3rule_correct_coords = gen_distractor(all_3rule_prob) + + +# sys.exit() + + +# ### Logic problems + +# # Set union problems +# # 3 different rules: +# # c3 = c1 U c2 +# # c2 = c1 U c3 +# # c1 = c2 U c3 +# # These rules follow a specific format in which the rule is applied both along rows and columns +# # Example of c3 = c1 U c2 +# # [1 ] [4 ] [1 4] +# # [ 7] [ 2] [7 2] +# # [1 7] [4 2] [1 4 7 2] + +# All 10choose4 combinations +# all_10c4_comb = np.array(builtins.list(combinations(np.arange(10),4))) #original +all_10c4_comb = np.array(builtins.list(combinations(letters,4))) + +## Generate all 'c3 = c1 U c2' problems +np.random.shuffle(all_10c4_comb) +all_c3_set_union_prob = [] +for p in range(N_probs): + # Get set of elements for this problem + prob_comb = deepcopy(all_10c4_comb[p]) + np.random.shuffle(prob_comb) + # print(prob_comb) + # sys.exit() + all_10c4_comb[p] = prob_comb + # Generate problem + # prob = np.array([[[prob_comb[0], -1], [prob_comb[2], -1], [prob_comb[0], prob_comb[2]]], + # [[-1, prob_comb[1]], [-1, prob_comb[3]], [prob_comb[1], prob_comb[3]]], + # [[prob_comb[0], prob_comb[1]], [prob_comb[2], prob_comb[3]], [prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]]]], dtype=object) + # changing to get rid of -1 + prob = np.array([[[prob_comb[0]], [prob_comb[2]], [prob_comb[0], prob_comb[2]]], + [[prob_comb[1]], [prob_comb[3]], [prob_comb[1], prob_comb[3]]], + [[prob_comb[0], prob_comb[1]], [prob_comb[2], prob_comb[3]], [prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]]]], dtype=object) + + all_c3_set_union_prob.append(prob) +all_c3_set_union_prob = np.array(all_c3_set_union_prob) +# Generate distractors +all_c3_set_union_answer_choices, all_c3_set_union_correct_ind, all_c3_set_union_correct_coords= gen_distractor_logicprob(all_c3_set_union_prob, all_10c4_comb) + +# Same as above, but with elements permuted within each cell +all_c3_set_union_permuted_prob = [] +for p in range(N_probs): + # Get set of elements for this problem + prob_comb = deepcopy(all_10c4_comb[p + N_probs]) + np.random.shuffle(prob_comb) + all_10c4_comb[p + N_probs] = prob_comb + # Generate problem + # prob = np.array([[[prob_comb[0], -1], [prob_comb[1], -1], [prob_comb[0], prob_comb[1]]], + # [[-1, prob_comb[2]], [-1, prob_comb[3]], [prob_comb[2], prob_comb[3]]], + # [[prob_comb[0], prob_comb[2]], [prob_comb[1], prob_comb[3]], [prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]]]], dtype=object) + # Changing to get rid of -1 + prob = np.array([[[prob_comb[0]], [prob_comb[1]], [prob_comb[0], prob_comb[1]]], + [[prob_comb[2]], [prob_comb[3]], [prob_comb[2], prob_comb[3]]], + [[prob_comb[0], prob_comb[2]], [prob_comb[1], prob_comb[3]], [prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]]]], dtype=object) + + # Shuffle position of elements within each cell + for r in range(prob.shape[0]): + for c in range(prob.shape[1]): + random.shuffle(prob[r][c]) + all_c3_set_union_permuted_prob.append(prob) +all_c3_set_union_permuted_prob = np.array(all_c3_set_union_permuted_prob) +# Generate distractors +all_c3_set_union_permuted_answer_choices, all_c3_set_union_permuted_correct_ind, all_c3_set_union_permuted_correct_coords = gen_distractor_logicprob(all_c3_set_union_permuted_prob, all_10c4_comb[N_probs:], permute_answers=True) + +## Generate all 'c2 = c1 U c3' problems +np.random.shuffle(all_10c4_comb) +all_c2_set_union_prob = [] +for p in range(N_probs): + # Get set of elements for this problem + prob_comb = deepcopy(all_10c4_comb[p]) + np.random.shuffle(prob_comb) + all_10c4_comb[p] = prob_comb + # Generate problem + # prob = np.array([[[-1, prob_comb[1]], [-1, prob_comb[1], prob_comb[2], -1], [prob_comb[2], -1]], + # [[prob_comb[0], prob_comb[1]], [prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]], [prob_comb[2], prob_comb[3]]], + # [[prob_comb[0], -1], [prob_comb[0], -1, -1, prob_comb[3]], [-1, prob_comb[3]]]], dtype=object) + prob = np.array([[[prob_comb[1]], [prob_comb[1], prob_comb[2]], [prob_comb[2]]], + [[prob_comb[0], prob_comb[1]], [prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]], [prob_comb[2], prob_comb[3]]], + [[prob_comb[0]], [prob_comb[0],prob_comb[3]], [prob_comb[3]]]], dtype=object) + + all_c2_set_union_prob.append(prob) +all_c2_set_union_prob = np.array(all_c2_set_union_prob) +# Generate distractors +all_c2_set_union_answer_choices, all_c2_set_union_correct_ind, all_c2_set_union_correct_coords = gen_distractor_logicprob(all_c2_set_union_prob, all_10c4_comb) + +# Same as above, but with elements permuted within each cell +all_c2_set_union_permuted_prob = [] +for p in range(N_probs): + # Get set of elements for this problem + prob_comb = deepcopy(all_10c4_comb[p + N_probs]) + np.random.shuffle(prob_comb) + all_10c4_comb[p + N_probs] = prob_comb + # Generate problem + # prob = np.array([[[-1, prob_comb[1]], [-1, prob_comb[1], prob_comb[2], -1], [prob_comb[2], -1]], + # [[prob_comb[0], prob_comb[1]], [prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]], [prob_comb[2], prob_comb[3]]], + # [[prob_comb[0], -1], [prob_comb[0], -1, -1, prob_comb[3]], [-1, prob_comb[3]]]], dtype=object) + prob = np.array([[[prob_comb[1]], [prob_comb[1], prob_comb[2]], [prob_comb[2]]], + [[prob_comb[0], prob_comb[1]], [prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]], [prob_comb[2], prob_comb[3]]], + [[prob_comb[0]], [prob_comb[0], prob_comb[3]], [prob_comb[3]]]], dtype=object) + + # Shuffle position of elements within each cell + for r in range(prob.shape[0]): + for c in range(prob.shape[1]): + random.shuffle(prob[r][c]) + all_c2_set_union_permuted_prob.append(prob) +all_c2_set_union_permuted_prob = np.array(all_c2_set_union_permuted_prob) +# Generate distractors +all_c2_set_union_permuted_answer_choices, all_c2_set_union_permuted_correct_ind, all_c2_set_union_permuted_correct_coords = gen_distractor_logicprob(all_c2_set_union_permuted_prob, all_10c4_comb[N_probs:], permute_answers=True) + +## Generate all 'c1 = c2 U c3' problems +np.random.shuffle(all_10c4_comb) +all_c1_set_union_prob = [] +for p in range(N_probs): + # Get set of elements for this problem + prob_comb = deepcopy(all_10c4_comb[p]) + np.random.shuffle(prob_comb) + all_10c4_comb[p] = prob_comb + # Generate problem + # prob = np.array([[[prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]], [prob_comb[0], prob_comb[1]], [prob_comb[2], prob_comb[3]]], + # [[-1, prob_comb[1], -1, prob_comb[3]], [-1, prob_comb[1]], [-1, prob_comb[3]]], + # [[prob_comb[0], -1, prob_comb[2], -1], [prob_comb[0], -1], [prob_comb[2], -1]]], dtype=object) + prob = np.array([[[prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]], [prob_comb[0], prob_comb[1]], [prob_comb[2], prob_comb[3]]], + [[prob_comb[1], prob_comb[3]], [prob_comb[1]], [prob_comb[3]]], + [[prob_comb[0], prob_comb[2]], [prob_comb[0]], [prob_comb[2]]]], dtype=object) + all_c1_set_union_prob.append(prob) +all_c1_set_union_prob = np.array(all_c1_set_union_prob) +# Generate distractors +all_c1_set_union_answer_choices, all_c1_set_union_correct_ind, all_c1_set_union_correct_coords= gen_distractor_logicprob(all_c1_set_union_prob, all_10c4_comb) + +# Same as above, but with elements permuted within each cell +all_c1_set_union_permuted_prob = [] +for p in range(N_probs): + # Get set of elements for this problem + prob_comb = deepcopy(all_10c4_comb[p + N_probs]) + np.random.shuffle(prob_comb) + all_10c4_comb[p + N_probs] = prob_comb + # Generate problem + # prob = np.array([[[prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]], [prob_comb[0], prob_comb[1]], [prob_comb[2], prob_comb[3]]], + # [[-1, prob_comb[1], -1, prob_comb[3]], [-1, prob_comb[1]], [-1, prob_comb[3]]], + # [[prob_comb[0], -1, prob_comb[2], -1], [prob_comb[0], -1], [prob_comb[2], -1]]], dtype=object) + prob = np.array([[[prob_comb[0], prob_comb[1], prob_comb[2], prob_comb[3]], [prob_comb[0], prob_comb[1]], [prob_comb[2], prob_comb[3]]], + [[prob_comb[1], prob_comb[3]], [prob_comb[1]], [prob_comb[3]]], + [[prob_comb[0], prob_comb[2]], [prob_comb[0]], [prob_comb[2]]]], dtype=object) + # Shuffle position of elements within each cell + for r in range(prob.shape[0]): + for c in range(prob.shape[1]): + random.shuffle(prob[r][c]) + all_c1_set_union_permuted_prob.append(prob) +all_c1_set_union_permuted_prob = np.array(all_c1_set_union_permuted_prob) +# Generate distractors +all_c1_set_union_permuted_answer_choices, all_c1_set_union_permuted_correct_ind, all_c1_set_union_permuted_correct_coords = gen_distractor_logicprob(all_c1_set_union_permuted_prob, all_10c4_comb[N_probs:], permute_answers=True) + +# AND problems +# The rules also have a very specific format, here is an example: +# [1 3 9] [1 3 5] [1 3] +# [2 3 9] [2 3 5] [2 3] +# [ 3 9] [ 3 5] [ 3] + +# All 10choose4 combinations +# all_10c5_comb = np.array(builtins.list(combinations(np.arange(10),5))) #original +all_10c5_comb = np.array(builtins.list(combinations(letters,5))) +np.random.shuffle(all_10c5_comb) + +# Generate AND problems +all_AND_prob = [] +for p in range(N_probs): + # Get set of elements for this problem + prob_comb = deepcopy(all_10c5_comb[p]) + np.random.shuffle(prob_comb) + all_10c5_comb[p] = prob_comb + # Generate problem + # prob = np.array([[[prob_comb[0], prob_comb[2], prob_comb[4]], [prob_comb[1], prob_comb[2], prob_comb[4]], [prob_comb[2], prob_comb[4]]], + # [[prob_comb[0], prob_comb[2], prob_comb[3]], [prob_comb[1], prob_comb[2], prob_comb[3]], [prob_comb[2], prob_comb[3]]], + # [[prob_comb[0], prob_comb[2], -1], [prob_comb[1], prob_comb[2], -1], [prob_comb[2]]]], dtype=object) + prob = np.array([[[prob_comb[0], prob_comb[2], prob_comb[4]], [prob_comb[1], prob_comb[2], prob_comb[4]], [prob_comb[2], prob_comb[4]]], + [[prob_comb[0], prob_comb[2], prob_comb[3]], [prob_comb[1], prob_comb[2], prob_comb[3]], [prob_comb[2], prob_comb[3]]], + [[prob_comb[0], prob_comb[2]], [prob_comb[1], prob_comb[2]], [prob_comb[2]]]], dtype=object) + all_AND_prob.append(prob) +all_AND_prob = np.array(all_AND_prob) +# Generate distractors +all_AND_answer_choices, all_AND_correct_ind, all_AND_correct_coords = gen_distractor_logicprob(all_AND_prob, all_10c5_comb) + +# Same as above, but with elements permuted within each cell, and also correct answer is blank cell +all_AND_permuted_prob = [] +for p in range(N_probs): + # Get set of elements for this problem + prob_comb = deepcopy(all_10c5_comb[p + N_probs]) + np.random.shuffle(prob_comb) + all_10c5_comb[p + N_probs] = prob_comb + # Generate problem + # prob = np.array([[[prob_comb[0], prob_comb[4]], [prob_comb[1], prob_comb[4]], [prob_comb[4]]], + # [[prob_comb[0], prob_comb[3]], [prob_comb[1], prob_comb[3]], [prob_comb[3]]], + # [[prob_comb[0], -1], [prob_comb[1], -1], []]], dtype=object) + prob = np.array([[[prob_comb[0], prob_comb[4]], [prob_comb[1], prob_comb[4]], [prob_comb[4]]], + [[prob_comb[0], prob_comb[3]], [prob_comb[1], prob_comb[3]], [prob_comb[3]]], + [[prob_comb[0]], [prob_comb[1]], []]], dtype=object) + # Shuffle position of elements within each cell + for r in range(prob.shape[0]): + for c in range(prob.shape[1]): + random.shuffle(prob[r][c]) + all_AND_permuted_prob.append(prob) +all_AND_permuted_prob = np.array(all_AND_permuted_prob) +# Generate distractors +all_AND_permuted_answer_choices, all_AND_permuted_correct_ind, all_AND_permuted_correct_coords = gen_distractor_logicprob(all_AND_permuted_prob, all_10c5_comb[N_probs:], permute_answers=True) + +# XOR problems +# For each row, there will always be: +# - 1 element in each of the four corners +# - 1 element that forms a square in the upper left +# - 1 element that forms a square in the lower right +# - 1 element that appears twice in each row +# For example: +# [0 1] [0 2] [1 2] +# [0 2] [0 3] [2 3] +# [1 2] [2 3] [1 3] + +# Generate XOR problems +np.random.shuffle(all_10c4_comb) +all_XOR_prob = [] +for p in range(N_probs): + # Get set of elements for this problem + prob_comb = deepcopy(all_10c4_comb[p]) + np.random.shuffle(prob_comb) + all_10c4_comb[p] = prob_comb + # Generate problem + prob = np.array([[[prob_comb[0], prob_comb[1]], [prob_comb[0], prob_comb[2]], [prob_comb[1], prob_comb[2]]], + [[prob_comb[0], prob_comb[2]], [prob_comb[3], prob_comb[0]], [prob_comb[2], prob_comb[3]]], + [[prob_comb[1], prob_comb[2]], [prob_comb[2], prob_comb[3]], [prob_comb[1], prob_comb[3]]]]) + all_XOR_prob.append(prob) +all_XOR_prob = np.array(all_XOR_prob) +# Generate distractors +all_XOR_answer_choices, all_XOR_correct_ind, all_XOR_correct_coords = gen_distractor_logicprob(all_XOR_prob, all_10c4_comb) + +# Same as above, but with elements permuted within each cell +all_XOR_permuted_prob = [] +for p in range(N_probs): + # Get set of elements for this problem + prob_comb = deepcopy(all_10c4_comb[p + N_probs]) + np.random.shuffle(prob_comb) + all_10c4_comb[p + N_probs] = prob_comb + # Generate problem + prob = np.array([[[prob_comb[0], prob_comb[1]], [prob_comb[0], prob_comb[2]], [prob_comb[1], prob_comb[2]]], + [[prob_comb[0], prob_comb[2]], [prob_comb[3], prob_comb[0]], [prob_comb[2], prob_comb[3]]], + [[prob_comb[1], prob_comb[2]], [prob_comb[2], prob_comb[3]], [prob_comb[1], prob_comb[3]]]]) + # Shuffle position of elements within each cell + for r in range(prob.shape[0]): + for c in range(prob.shape[1]): + random.shuffle(prob[r][c]) + all_XOR_permuted_prob.append(prob) +all_XOR_permuted_prob = np.array(all_XOR_permuted_prob) +# Generate distractors +all_XOR_permuted_answer_choices, all_XOR_permuted_correct_ind, all_XOR_permuted_correct_coords = gen_distractor_logicprob(all_XOR_permuted_prob, all_10c4_comb[N_probs:], permute_answers=True) + +# Convert problems to strings and save as js script, also as numpy file +all_problems_np = {} +all_problems_js = {} +# Constant problems +all_problems_np, all_problems_js = save_prob(row_constant_prob[0], row_constant_answer_choices[0], row_constant_correct_ind[0], row_constant_correct_coords[0],'row_constant', all_problems_np, all_problems_js) +all_problems_np, all_problems_js = save_prob(col_constant_prob[0], col_constant_answer_choices[0], col_constant_correct_ind[0], col_constant_correct_coords[0], 'col_constant', all_problems_np, all_problems_js) +# Distribution-of-3 problems +all_problems_np, all_problems_js = save_prob(dist3_diag1_prob[0], dist3_diag1_answer_choices[0], dist3_diag1_correct_ind[0], dist3_diag1_correct_coords[0], 'dist3_diag1', all_problems_np, all_problems_js) +all_problems_np, all_problems_js = save_prob(dist3_diag2_prob[0], dist3_diag2_answer_choices[0], dist3_diag2_correct_ind[0], dist3_diag2_correct_coords[0], 'dist3_diag2', all_problems_np, all_problems_js) +# # Progression problems +all_problems_np, all_problems_js = save_prob(prog_size1_prob[0], prog_size1_answer_choices[0], prog_size1_correct_ind[0], prog_size1_correct_coords[0], 'prog_size1', all_problems_np, all_problems_js) +all_problems_np, all_problems_js = save_prob(prog_size2_prob[0], prog_size2_answer_choices[0], prog_size2_correct_ind[0], prog_size2_correct_coords[0], 'prog_size2', all_problems_np, all_problems_js) +# 2-rule problems + +for c in range(all_2rule_prob.shape[0]): + # print(c) + all_problems_np, all_problems_js = save_prob(all_2rule_prob[c], all_2rule_answer_choices[c], all_2rule_correct_ind[c], all_2rule_correct_coords[c], 'two_rule_comb' + str(c), all_problems_np, all_problems_js) +# 3-rule problems +for c in range(all_3rule_prob.shape[0]): + all_problems_np, all_problems_js = save_prob(all_3rule_prob[c], all_3rule_answer_choices[c], all_3rule_correct_ind[c], all_3rule_correct_coords[c], 'three_rule_comb' + str(c), all_problems_np, all_problems_js) +print('saving logic problems') +# # Logic problems +all_problems_np, all_problems_js = save_prob(all_c3_set_union_prob, all_c3_set_union_answer_choices, all_c3_set_union_correct_ind, all_c3_set_union_correct_coords, 'c3_set_union', all_problems_np, all_problems_js, perm_invariant=True) +all_problems_np, all_problems_js = save_prob(all_c1_set_union_prob, all_c1_set_union_answer_choices, all_c1_set_union_correct_ind, all_c1_set_union_correct_coords, 'c1_set_union', all_problems_np, all_problems_js, perm_invariant=True) +all_problems_np, all_problems_js = save_prob(all_c2_set_union_prob, all_c2_set_union_answer_choices, all_c2_set_union_correct_ind, all_c2_set_union_correct_coords, 'c2_set_union', all_problems_np, all_problems_js, perm_invariant=True) +all_problems_np, all_problems_js = save_prob(all_AND_prob, all_AND_answer_choices, all_AND_correct_ind, all_AND_correct_coords, 'AND', all_problems_np, all_problems_js, perm_invariant=True) +all_problems_np, all_problems_js = save_prob(all_XOR_prob, all_XOR_answer_choices, all_XOR_correct_ind, all_XOR_correct_coords, 'XOR', all_problems_np, all_problems_js, perm_invariant=True) +# Permuted logic problems + +all_problems_np, all_problems_js = save_prob(all_c3_set_union_permuted_prob, all_c3_set_union_permuted_answer_choices, all_c3_set_union_permuted_correct_ind, all_c3_set_union_permuted_correct_coords, 'c3_set_union_permuted', all_problems_np, all_problems_js, perm_invariant=True) +all_problems_np, all_problems_js = save_prob(all_c2_set_union_permuted_prob, all_c2_set_union_permuted_answer_choices, all_c2_set_union_permuted_correct_ind, all_c2_set_union_permuted_correct_coords, 'c2_set_union_permuted', all_problems_np, all_problems_js, perm_invariant=True) +all_problems_np, all_problems_js = save_prob(all_c1_set_union_permuted_prob, all_c1_set_union_permuted_answer_choices, all_c1_set_union_permuted_correct_ind, all_c1_set_union_permuted_correct_coords, 'c1_set_union_permuted', all_problems_np, all_problems_js, perm_invariant=True) +all_problems_np, all_problems_js = save_prob(all_XOR_permuted_prob, all_XOR_permuted_answer_choices, all_XOR_permuted_correct_ind, all_XOR_permuted_correct_coords, 'XOR_permuted', all_problems_np, all_problems_js, perm_invariant=True) +# all_problems_np, all_problems_js = save_prob(all_AND_permuted_prob, all_AND_permuted_answer_choices, all_AND_permuted_correct_ind, 'AND_permuted', all_problems_np, all_problems_js, perm_invariant=True) + +# Save numpy file +np_fname = './all_problems_coords.npz' +np.savez(np_fname, all_problems=all_problems_np) +# Convert to json string +json_string = json.dumps(all_problems_js, indent=2) +# Write to js script +js_fname = './all_problems_coords.js' +js_fid = open(js_fname, 'w') +js_fid.write('var all_problems = ' + json_string) +js_fid.close() diff --git a/digit_matrices/npz_to_json.py b/digit_matrices/npz_to_json.py new file mode 100644 index 0000000..1063004 --- /dev/null +++ b/digit_matrices/npz_to_json.py @@ -0,0 +1,66 @@ +# write npz to json +import json +import numpy as np + +all_prob = np.load(f'all_problems_symb.npz', allow_pickle=True) + +all_problems = all_prob['all_problems'].item() +all_prob_types = all_problems.keys() + +all_data = {} +for prob_type in all_prob_types: + prob_type_data = [] + for p, prob in enumerate(all_problems[prob_type]['prob']): + # convert problem to string + prompt = '' + for r in range(3): + for c in range(3): + prompt+='[' + if r==2 and c==2: + for i in range(len(prob[1][c])): + prompt += '  ' + if i < (len(prob[1][c]) - 1): + prompt += ' ' + else: + for i, entry in enumerate(prob[r][c]): + if entry == -1: + prompt += '  ' + else: + prompt += str(entry) + + if i < (len(prob[r][c]) - 1): + prompt += ' ' + prompt+=']' + if c < 2: + prompt += '   ' + if r < 2 and c == 2: + prompt += '
' + # print(prompt) + choices = all_problems[prob_type]['answer_choices'][p] + # for choices in all_problems[prob_type]['answer_choices']: + options = [] + for a in range(8): + option = '[' + for i, c in enumerate(choices[a]): + option += str(c) + if i < (len(choices[a]) - 1): + option += ' ' + if len(choices[a]) == 0: + option += '  ' + option += ']' + options.append(option) + + prob_type_data.append({'prompt':prompt,\ + 'options':options,\ + 'correct':int(all_problems[prob_type]['correct_ind'][p]),\ + 'prob_ind':p}) + + all_data[prob_type] = prob_type_data + +print(all_data) + +json_string=json.dumps(all_data, indent=2) + +js_fname = 'all_problems_symb.js' +with open(js_fname, 'w') as f: + f.write('var all_problems = ' + json_string) \ No newline at end of file diff --git a/digit_matrices/plotting/digit_alt_blank.pdf b/digit_matrices/plotting/digit_alt_blank.pdf new file mode 100644 index 0000000000000000000000000000000000000000..fb5491669ef3e3315170c33df4be74ebde8a9570 GIT binary patch literal 19228 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 z z!$1K5R)rA;I>HJ=gn%=Y7{L6|z~Dk)0=7mFSTr?|AQ-@C(P*F(;C&PVY+XngAOHsB z!7KP22_zt7QV3`d_K5}D8%B7i47_eLgA}3$uOJa1Q((ftk=t$20OLD-0Cj(uHwv5Dr?NAUja1{oG1zxuk0;CVKEd=li zj=!xmP=EjpfIz9iG0{MqZK3=m4!myL4>%GEyn%rt0?7th1Ft~Z)(1G;PNGKt(Ahs- z?PLG~ce+3T90SeJAXNb6U~|w6eyZ!|6;K(l-?$^C?H*9T^Z>BEO+IJ`|MU;m0(sgt zCZH$q{-0hzqF^xU?Potaz+$kFp9wUC9UB1c;PAAP0W7~Fd?^T^v2FJy4cQJG0UVhu1W?{~*;xnz1Q$S=3ItH( zc1{(705=?fGIhXK!5lbwBYrqR93Zcqr`nM1)2To`V?g^mWhS8C*=}nJ*y&Er30UZvov%P&|0oVnYqXs+#fatc%e)uk6 zX57BDf^2`X1PHQ*0H-6j%WOa=x1F;EW~iN<9R&C`2b56*ZUxZy_EW&yL4Y$`+j$4T z)PCgtaht#bY3CVOvg19scU*x^et1sw4|bg(z$e=6y3T;wf8=)D6~U{7 z#4pr>V){YNza)a%`lApO+fTYx!D$V+2SlU_u=qpjst5@1lI@fNple6x|Mt4w;%5&# zK;UO&{=WcE-rfno9X}zQFhl@wIlw;vxBWb)kAwqA;6DPwY$K&;{U9`QtKxFdPm0QN z_?eg1Pm@%}HlL6=N~#Q_x~jx(Xnv3Wq?T2)c7jS-?a_pLPvpyTmCz#}UOhb3n5rqz z*Wn_Z)7j-u4AAobwfU7l!{8I+bgWw;; z?nfD12nnp#c9mgZ0Jhp)1_$u*?lJ`ERl&c1`@!9fwk%H^?B770T(7xPxudA0y{OpTfd7w;M>D)e&GmVa6#}pA4u3AI)@{P z%tOF$6#XF=Ar!cL`Pm=A$=J#U@3j4sPFhy(cwp`XHm27! literal 0 HcmV?d00001 diff --git a/digit_matrices/plotting/gpt_digit_symbols.pdf b/digit_matrices/plotting/gpt_digit_symbols.pdf new file mode 100644 index 0000000000000000000000000000000000000000..05f5d669ca9066722786609bfd98cd27598cac9f GIT binary patch literal 18838 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/plotting/gpt_digit_webb.pdf b/digit_matrices/plotting/gpt_digit_webb.pdf new file mode 100644 index 0000000000000000000000000000000000000000..d01d8ad085d13cd76fb654617d4f879644ffc400 GIT binary patch literal 17121 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 iG(8+W!90NS0'],>],1,1 +350613,350613,02,symb,row_constant,3,['!'],!],1,1 +350613,350613,02,symb,row_constant,4,['~'],~],1,1 +350613,350613,02,symb,row_constant,5,['>'],>],1,1 +350613,350613,02,symb,row_constant,6,['<'],<],1,1 +350613,350613,02,symb,row_constant,7,['$'],$],1,1 +350613,350613,02,symb,row_constant,8,['('],(],1,1 +350613,350613,02,symb,row_constant,9,['('],(],1,1 +350613,350613,02,symb,row_constant,10,[':'],:],1,1 +350613,350613,02,symb,row_constant,11,['$'],$],1,1 +350613,350613,02,symb,row_constant,12,['%'],%],1,1 +350613,350613,02,symb,row_constant,13,['%'],%],1,1 +350613,350613,02,symb,row_constant,14,['&'],&],1,1 +350613,350613,02,symb,row_constant,15,['('],(],1,1 +350613,350613,02,symb,row_constant,16,['!'],!],1,1 +350613,350613,02,symb,row_constant,17,['>'],>],1,1 +350613,350613,02,symb,row_constant,18,['%'],%],1,1 +350613,350613,02,symb,row_constant,19,['<'],<],1,1 +350613,350613,02,symb,row_constant,20,['%'],%],1,1 +350613,350613,02,symb,row_constant,21,['!'],!],1,1 +350613,350613,02,symb,row_constant,22,['>'],>],1,1 +350613,350613,02,symb,row_constant,23,['$'],$],1,1 +350613,350613,02,symb,row_constant,24,['>'],>],1,1 +350613,350613,02,symb,row_constant,25,['('],(],1,1 +350613,350613,02,symb,row_constant,26,['<'],<],1,1 +350613,350613,02,symb,row_constant,27,['$'],$],1,1 +350613,350613,02,symb,row_constant,28,['~'],~],1,1 +350613,350613,02,symb,row_constant,29,['>'],>],1,1 +350613,350613,02,symb,row_constant,30,['~'],~],1,1 +350613,350613,02,symb,row_constant,31,['('],(],1,1 +350613,350613,02,symb,row_constant,32,['*'],*],1,1 +350613,350613,02,symb,row_constant,33,['('],)],0,1 +350613,350613,02,symb,row_constant,34,['~'],~],1,1 +350613,350613,02,symb,row_constant,35,['>'],>],1,1 +350613,350613,02,symb,row_constant,36,['('],(],1,1 +350613,350613,02,symb,row_constant,37,['!'],!],1,1 +350613,350613,02,symb,row_constant,38,['%'],%],1,1 +350613,350613,02,symb,row_constant,39,['$'],$],1,1 +350613,350613,02,symb,row_constant,40,['%'],%],1,1 +350613,350613,02,symb,row_constant,41,['~'],~],1,1 +350613,350613,02,symb,row_constant,42,['&'],&],1,1 +350613,350613,02,symb,row_constant,43,['('],(],1,1 +350613,350613,02,symb,row_constant,44,['<'],<],1,1 +350613,350613,02,symb,row_constant,45,['!'],!],1,1 +350613,350613,02,symb,row_constant,46,['*'],*],1,1 +350613,350613,02,symb,row_constant,47,[':'],:],1,1 +350613,350613,02,symb,row_constant,48,[':'],:],1,1 +350613,350613,02,symb,row_constant,49,['>'],>],1,1 +350613,350613,02,symb,row_constant,50,['&'],&],1,1 +350613,350613,02,symb,row_constant,51,['('],)],0,1 +350613,350613,02,symb,row_constant,52,['>'],>],1,1 +350613,350613,02,symb,row_constant,53,['>'],>],1,1 +350613,350613,02,symb,row_constant,54,['$'],$],1,1 +350613,350613,02,symb,row_constant,55,['%'],%],1,1 +350613,350613,02,symb,row_constant,56,['>'],>],1,1 +350613,350613,02,symb,row_constant,57,['%'],%],1,1 +350613,350613,02,symb,row_constant,58,['!'],!],1,1 +350613,350613,02,symb,row_constant,59,['<'],<],1,1 +350613,350613,02,symb,row_constant,60,['&'],&],1,1 +350613,350613,02,symb,row_constant,61,['!'],!],1,1 +350613,350613,02,symb,row_constant,62,['!'],!],1,1 +350613,350613,02,symb,row_constant,63,['!'],!],1,1 +350613,350613,02,symb,row_constant,64,['&'],&],1,1 +350613,350613,02,symb,row_constant,65,['('],(],1,1 +350613,350613,02,symb,row_constant,66,[':'],:],1,1 +350613,350613,02,symb,row_constant,67,['<'],<],1,1 +350613,350613,02,symb,row_constant,68,['('],(],1,1 +350613,350613,02,symb,row_constant,69,['('],(],1,1 +350613,350613,02,symb,row_constant,70,['('],(],1,1 +350613,350613,02,symb,row_constant,71,['>'],>],1,1 +350613,350613,02,symb,row_constant,72,['&'],&],1,1 +350613,350613,02,symb,row_constant,73,['~'],~],1,1 +350613,350613,02,symb,row_constant,74,['<'],<],1,1 +350613,350613,02,symb,row_constant,75,['%'],%],1,1 +350613,350613,02,symb,row_constant,76,['>'],>],1,1 +350613,350613,02,symb,row_constant,77,['>'],>],1,1 +350613,350613,02,symb,row_constant,78,['('],(],1,1 +350613,350613,02,symb,row_constant,79,['*'],*],1,1 +350613,350613,02,symb,row_constant,80,['!'],!],1,1 +350613,350613,02,symb,row_constant,81,['*'],*],1,1 +350613,350613,02,symb,row_constant,82,['$'],$],1,1 +350613,350613,02,symb,row_constant,83,[':'],:],1,1 +350613,350613,02,symb,row_constant,84,['<'],<],1,1 +350613,350613,02,symb,row_constant,85,['*'],*],1,1 +350613,350613,02,symb,row_constant,86,['('],)],0,1 +350613,350613,02,symb,row_constant,87,['>'],>],1,1 +350613,350613,02,symb,row_constant,88,['%'],%],1,1 +350613,350613,02,symb,row_constant,89,['!'],!],1,1 +350613,350613,02,symb,row_constant,90,['>'],>],1,1 +350613,350613,02,symb,row_constant,91,['>'],>],1,1 +350613,350613,02,symb,row_constant,92,['&'],&],1,1 +350613,350613,02,symb,row_constant,93,['>'],>],1,1 +350613,350613,02,symb,row_constant,94,['*'],*],1,1 +350613,350613,02,symb,row_constant,95,['~'],~],1,1 +350613,350613,02,symb,row_constant,96,['~'],~],1,1 +350613,350613,02,symb,row_constant,97,['*'],*],1,1 +350613,350613,02,symb,row_constant,98,[':'],:],1,1 +350613,350613,02,symb,row_constant,99,['~'],~],1,1 +350613,350613,02,symb,col_constant,0,['~'],~],1,1 +350613,350613,02,symb,col_constant,1,['$'],$],1,1 +350613,350613,02,symb,col_constant,2,['$'],$],1,1 +350613,350613,02,symb,col_constant,3,[':'],:],1,1 +350613,350613,02,symb,col_constant,4,['>'],>],1,1 +350613,350613,02,symb,col_constant,5,[':'],:],1,1 +350613,350613,02,symb,col_constant,6,['!'],!],1,1 +350613,350613,02,symb,col_constant,7,['<'],<],1,1 +350613,350613,02,symb,col_constant,8,['('],(],1,1 +350613,350613,02,symb,col_constant,9,['('],(],1,1 +350613,350613,02,symb,col_constant,10,['<'],<],1,1 +350613,350613,02,symb,col_constant,11,[':'],:],1,1 +350613,350613,02,symb,col_constant,12,['%'],%],1,1 +350613,350613,02,symb,col_constant,13,['&'],&],1,1 +350613,350613,02,symb,col_constant,14,['!'],!],1,1 +350613,350613,02,symb,col_constant,15,['~'],~],1,1 +350613,350613,02,symb,col_constant,16,['>'],>],1,1 +350613,350613,02,symb,col_constant,17,['<'],<],1,1 +350613,350613,02,symb,col_constant,18,['('],(],1,1 +350613,350613,02,symb,col_constant,19,['*'],*],1,1 +350613,350613,02,symb,col_constant,20,['~'],~],1,1 +350613,350613,02,symb,col_constant,21,['~'],~],1,1 +350613,350613,02,symb,col_constant,22,['$'],$],1,1 +350613,350613,02,symb,col_constant,23,['%'],%],1,1 +350613,350613,02,symb,col_constant,24,['<'],<],1,1 +350613,350613,02,symb,col_constant,25,['*'],*],1,1 +350613,350613,02,symb,col_constant,26,['$'],$],1,1 +350613,350613,02,symb,col_constant,27,['~'],~],1,1 +350613,350613,02,symb,col_constant,28,['$'],$],1,1 +350613,350613,02,symb,col_constant,29,['!'],!],1,1 +350613,350613,02,symb,col_constant,30,['~'],~],1,1 +350613,350613,02,symb,col_constant,31,[':'],:],1,1 +350613,350613,02,symb,col_constant,32,['('],(],1,1 +350613,350613,02,symb,col_constant,33,['%'],%],1,1 +350613,350613,02,symb,col_constant,34,['!'],!],1,1 +350613,350613,02,symb,col_constant,35,['!'],!],1,1 +350613,350613,02,symb,col_constant,36,['<'],<],1,1 +350613,350613,02,symb,col_constant,37,['*'],*],1,1 +350613,350613,02,symb,col_constant,38,['*'],*],1,1 +350613,350613,02,symb,col_constant,39,['!'],!],1,1 +350613,350613,02,symb,col_constant,40,['*'],*],1,1 +350613,350613,02,symb,col_constant,41,['!'],!],1,1 +350613,350613,02,symb,col_constant,42,['!'],!],1,1 +350613,350613,02,symb,col_constant,43,['%'],%],1,1 +350613,350613,02,symb,col_constant,44,['~'],~],1,1 +350613,350613,02,symb,col_constant,45,['<'],<],1,1 +350613,350613,02,symb,col_constant,46,['>'],>],1,1 +350613,350613,02,symb,col_constant,47,['%'],%],1,1 +350613,350613,02,symb,col_constant,48,[':'],:],1,1 +350613,350613,02,symb,col_constant,49,['<'],<],1,1 +350613,350613,02,symb,col_constant,50,['>'],>],1,1 +350613,350613,02,symb,col_constant,51,['>'],>],1,1 +350613,350613,02,symb,col_constant,52,[':'],:],1,1 +350613,350613,02,symb,col_constant,53,['*'],*],1,1 +350613,350613,02,symb,col_constant,54,['%'],%],1,1 +350613,350613,02,symb,col_constant,55,['%'],%],1,1 +350613,350613,02,symb,col_constant,56,['~'],~],1,1 +350613,350613,02,symb,col_constant,57,['~'],~],1,1 +350613,350613,02,symb,col_constant,58,['%'],%],1,1 +350613,350613,02,symb,col_constant,59,['*'],*],1,1 +350613,350613,02,symb,col_constant,60,['!'],!],1,1 +350613,350613,02,symb,col_constant,61,['('],(],1,1 +350613,350613,02,symb,col_constant,62,['<'],<],1,1 +350613,350613,02,symb,col_constant,63,['&'],&],1,1 +350613,350613,02,symb,col_constant,64,['<'],<],1,1 +350613,350613,02,symb,col_constant,65,['*'],*],1,1 +350613,350613,02,symb,col_constant,66,['%'],%],1,1 +350613,350613,02,symb,col_constant,67,['>'],>],1,1 +350613,350613,02,symb,col_constant,68,['('],(],1,1 +350613,350613,02,symb,col_constant,69,['('],(],1,1 +350613,350613,02,symb,col_constant,70,[':'],:],1,1 +350613,350613,02,symb,col_constant,71,['*'],*],1,1 +350613,350613,02,symb,col_constant,72,['~'],~],1,1 +350613,350613,02,symb,col_constant,73,['('],(],1,1 +350613,350613,02,symb,col_constant,74,[':'],:],1,1 +350613,350613,02,symb,col_constant,75,['!'],!],1,1 +350613,350613,02,symb,col_constant,76,['&'],&],1,1 +350613,350613,02,symb,col_constant,77,['<'],<],1,1 +350613,350613,02,symb,col_constant,78,['>'],>],1,1 +350613,350613,02,symb,col_constant,79,['$'],$],1,1 +350613,350613,02,symb,col_constant,80,['<'],<],1,1 +350613,350613,02,symb,col_constant,81,['~'],~],1,1 +350613,350613,02,symb,col_constant,82,[':'],:],1,1 +350613,350613,02,symb,col_constant,83,['$'],$],1,1 +350613,350613,02,symb,col_constant,84,['!'],!],1,1 +350613,350613,02,symb,col_constant,85,['<'],<],1,1 +350613,350613,02,symb,col_constant,86,['<'],<],1,1 +350613,350613,02,symb,col_constant,87,['~'],~],1,1 +350613,350613,02,symb,col_constant,88,['&'],&],1,1 +350613,350613,02,symb,col_constant,89,['~'],~],1,1 +350613,350613,02,symb,col_constant,90,['!'],!],1,1 +350613,350613,02,symb,col_constant,91,['!'],!],1,1 +350613,350613,02,symb,col_constant,92,['%'],%],1,1 +350613,350613,02,symb,col_constant,93,['~'],~],1,1 +350613,350613,02,symb,col_constant,94,['~'],~],1,1 +350613,350613,02,symb,col_constant,95,['!'],!],1,1 +350613,350613,02,symb,col_constant,96,['&'],&],1,1 +350613,350613,02,symb,col_constant,97,['<'],<],1,1 +350613,350613,02,symb,col_constant,98,['<'],<],1,1 +350613,350613,02,symb,col_constant,99,['*'],*],1,1 +350613,350613,02,symb,dist3_diag1,0,['*'],*],1,1 +350613,350613,02,symb,dist3_diag1,1,['('],(],1,1 +350613,350613,02,symb,dist3_diag1,2,['>'],>],1,1 +350613,350613,02,symb,dist3_diag1,3,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,4,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,5,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,6,['*'],*],1,1 +350613,350613,02,symb,dist3_diag1,7,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,8,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,9,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,10,['<'],<],1,1 +350613,350613,02,symb,dist3_diag1,11,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,12,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,13,['*'],*],1,1 +350613,350613,02,symb,dist3_diag1,14,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,15,['>'],>],1,1 +350613,350613,02,symb,dist3_diag1,16,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,17,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,18,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,19,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,20,['>'],>],1,1 +350613,350613,02,symb,dist3_diag1,21,['('],(],1,1 +350613,350613,02,symb,dist3_diag1,22,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,23,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,24,['>'],>],1,1 +350613,350613,02,symb,dist3_diag1,25,['<'],<],1,1 +350613,350613,02,symb,dist3_diag1,26,['('],(],1,1 +350613,350613,02,symb,dist3_diag1,27,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,28,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,29,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,30,['('],(],1,1 +350613,350613,02,symb,dist3_diag1,31,['*'],*],1,1 +350613,350613,02,symb,dist3_diag1,32,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,33,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,34,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,35,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,36,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,37,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,38,['('],(],1,1 +350613,350613,02,symb,dist3_diag1,39,['&'],&],1,1 +350613,350613,02,symb,dist3_diag1,40,['<'],<],1,1 +350613,350613,02,symb,dist3_diag1,41,['<'],<],1,1 +350613,350613,02,symb,dist3_diag1,42,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,43,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,44,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,45,['&'],&],1,1 +350613,350613,02,symb,dist3_diag1,46,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,47,['<'],<],1,1 +350613,350613,02,symb,dist3_diag1,48,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,49,['*'],*],1,1 +350613,350613,02,symb,dist3_diag1,50,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,51,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,52,['('],(],1,1 +350613,350613,02,symb,dist3_diag1,53,['<'],<],1,1 +350613,350613,02,symb,dist3_diag1,54,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,55,['<'],<],1,1 +350613,350613,02,symb,dist3_diag1,56,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,57,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,58,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,59,['&'],&],1,1 +350613,350613,02,symb,dist3_diag1,60,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,61,['('],(],1,1 +350613,350613,02,symb,dist3_diag1,62,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,63,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,64,['<'],<],1,1 +350613,350613,02,symb,dist3_diag1,65,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,66,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,67,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,68,['<'],<],1,1 +350613,350613,02,symb,dist3_diag1,69,['&'],&],1,1 +350613,350613,02,symb,dist3_diag1,70,['>'],>],1,1 +350613,350613,02,symb,dist3_diag1,71,['>'],>],1,1 +350613,350613,02,symb,dist3_diag1,72,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,73,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,74,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,75,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,76,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,77,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,78,['>'],>],1,1 +350613,350613,02,symb,dist3_diag1,79,['*'],*],1,1 +350613,350613,02,symb,dist3_diag1,80,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,81,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,82,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,83,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,84,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,85,['('],(],1,1 +350613,350613,02,symb,dist3_diag1,86,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,87,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,88,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,89,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,90,['('],(],1,1 +350613,350613,02,symb,dist3_diag1,91,['!'],!],1,1 +350613,350613,02,symb,dist3_diag1,92,[':'],:],1,1 +350613,350613,02,symb,dist3_diag1,93,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,94,['('],(],1,1 +350613,350613,02,symb,dist3_diag1,95,['%'],%],1,1 +350613,350613,02,symb,dist3_diag1,96,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,97,['$'],$],1,1 +350613,350613,02,symb,dist3_diag1,98,['~'],~],1,1 +350613,350613,02,symb,dist3_diag1,99,[':'],:],1,1 +350613,350613,02,symb,dist3_diag2,0,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,1,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,2,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,3,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,4,['*'],*],1,1 +350613,350613,02,symb,dist3_diag2,5,[':'],:],1,1 +350613,350613,02,symb,dist3_diag2,6,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,7,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,8,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,9,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,10,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,11,['&'],&],1,1 +350613,350613,02,symb,dist3_diag2,12,['&'],&],1,1 +350613,350613,02,symb,dist3_diag2,13,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,14,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,15,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,16,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,17,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,18,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,19,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,20,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,21,['&'],&],1,1 +350613,350613,02,symb,dist3_diag2,22,[':'],:],1,1 +350613,350613,02,symb,dist3_diag2,23,[':'],:],1,1 +350613,350613,02,symb,dist3_diag2,24,['~'],~],1,1 +350613,350613,02,symb,dist3_diag2,25,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,26,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,27,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,28,['~'],~],1,1 +350613,350613,02,symb,dist3_diag2,29,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,30,['~'],~],1,1 +350613,350613,02,symb,dist3_diag2,31,['*'],*],1,1 +350613,350613,02,symb,dist3_diag2,32,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,33,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,34,['%'],%],1,1 +350613,350613,02,symb,dist3_diag2,35,[':'],:],1,1 +350613,350613,02,symb,dist3_diag2,36,['~'],~],1,1 +350613,350613,02,symb,dist3_diag2,37,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,38,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,39,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,40,[':'],:],1,1 +350613,350613,02,symb,dist3_diag2,41,[':'],:],1,1 +350613,350613,02,symb,dist3_diag2,42,['*'],*],1,1 +350613,350613,02,symb,dist3_diag2,43,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,44,['*'],*],1,1 +350613,350613,02,symb,dist3_diag2,45,['('],(]],1,1 +350613,350613,02,symb,dist3_diag2,46,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,47,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,48,['%'],%],1,1 +350613,350613,02,symb,dist3_diag2,49,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,50,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,51,['*'],*],1,1 +350613,350613,02,symb,dist3_diag2,52,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,53,['*'],*],1,1 +350613,350613,02,symb,dist3_diag2,54,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,55,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,56,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,57,[':'],:],1,1 +350613,350613,02,symb,dist3_diag2,58,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,59,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,60,['&'],&],1,1 +350613,350613,02,symb,dist3_diag2,61,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,62,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,63,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,64,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,65,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,66,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,67,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,68,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,69,[':'],:],1,1 +350613,350613,02,symb,dist3_diag2,70,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,71,['~'],~],1,1 +350613,350613,02,symb,dist3_diag2,72,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,73,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,74,['~'],~],1,1 +350613,350613,02,symb,dist3_diag2,75,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,76,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,77,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,78,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,79,['%'],%],1,1 +350613,350613,02,symb,dist3_diag2,80,['$'],$],1,1 +350613,350613,02,symb,dist3_diag2,81,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,82,['>'],>],1,1 +350613,350613,02,symb,dist3_diag2,83,['%'],%],1,1 +350613,350613,02,symb,dist3_diag2,84,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,85,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,86,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,87,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,88,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,89,['~'],~],1,1 +350613,350613,02,symb,dist3_diag2,90,['%'],%],1,1 +350613,350613,02,symb,dist3_diag2,91,['%'],%],1,1 +350613,350613,02,symb,dist3_diag2,92,['!'],!],1,1 +350613,350613,02,symb,dist3_diag2,93,['&'],&],1,1 +350613,350613,02,symb,dist3_diag2,94,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,95,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,96,['~'],~],1,1 +350613,350613,02,symb,dist3_diag2,97,['('],(],1,1 +350613,350613,02,symb,dist3_diag2,98,['<'],<],1,1 +350613,350613,02,symb,dist3_diag2,99,['%'],%],1,1 +350613,350613,02,symb,prog_size1,0,['('],@],0,1 +350613,350613,02,symb,prog_size1,1,['<'],&],0,1 +350613,350613,02,symb,prog_size1,2,['~'],*],0,1 +350613,350613,02,symb,prog_size1,3,['>'],!],0,1 +350613,350613,02,symb,prog_size1,4,[':'],(],0,1 +350613,350613,02,symb,prog_size1,5,['$'],<],0,1 +350613,350613,02,symb,prog_size1,6,['%'],!]],0,1 +350613,350613,02,symb,prog_size1,7,['&'],<],0,1 +350613,350613,02,symb,prog_size1,8,['*'],~],0,1 +350613,350613,02,symb,prog_size1,9,['!'],)],0,1 +350613,350613,02,symb,prog_size1,10,['('],:],0,1 +350613,350613,02,symb,prog_size1,11,['<'],#],0,1 +350613,350613,02,symb,prog_size2,0,[':'],%],0,1 +350613,350613,02,symb,prog_size2,1,['$'],&]],0,1 +350613,350613,02,symb,prog_size2,2,['%'],:]],0,1 +350613,350613,02,symb,prog_size2,3,['&'],$],0,1 +350613,350613,02,symb,two_rule_comb0,0,"['~', '$']",~ $],1,1 +350613,350613,02,symb,two_rule_comb0,1,"['>', '%']",> %],1,1 +350613,350613,02,symb,two_rule_comb0,2,"['*', '(']",* (],1,1 +350613,350613,02,symb,two_rule_comb0,3,"['*', '%']",* %],1,1 +350613,350613,02,symb,two_rule_comb0,4,"['$', '*']",$ *],1,1 +350613,350613,02,symb,two_rule_comb0,5,"['>', '%']",> %],1,1 +350613,350613,02,symb,two_rule_comb0,6,"['&', '$']",& $],1,1 +350613,350613,02,symb,two_rule_comb0,7,"['&', '>']",& >],1,1 +350613,350613,02,symb,two_rule_comb0,8,"['>', '!']",> !],1,1 +350613,350613,02,symb,two_rule_comb0,9,"['$', '%']",$ %],1,1 +350613,350613,02,symb,two_rule_comb0,10,"['>', '*']",> *],1,1 +350613,350613,02,symb,two_rule_comb0,11,"['&', '~']",& ~],1,1 +350613,350613,02,symb,two_rule_comb0,12,"['>', '(']",> (],1,1 +350613,350613,02,symb,two_rule_comb0,13,"['$', '>']",$ >],1,1 +350613,350613,02,symb,two_rule_comb0,14,"['%', '%']",% %],1,1 +350613,350613,02,symb,two_rule_comb0,15,"['!', '>']",! >],1,1 +350613,350613,02,symb,two_rule_comb0,16,"['>', '!']",> !],1,1 +350613,350613,02,symb,two_rule_comb0,17,"['$', '%']",$ %],1,1 +350613,350613,02,symb,two_rule_comb0,18,"['>', '*']",> *],1,1 +350613,350613,02,symb,two_rule_comb0,19,"['*', '~']",* ~],1,1 +350613,350613,02,symb,two_rule_comb0,20,"['<', '<']",< <],1,1 +350613,350613,02,symb,two_rule_comb0,21,"[':', '<']",: <],1,1 +350613,350613,02,symb,two_rule_comb0,22,"['~', '(']",~ (],1,1 +350613,350613,02,symb,two_rule_comb0,23,"['~', ':']",~ :],1,1 +350613,350613,02,symb,two_rule_comb0,24,"['>', '&']",> &],1,1 +350613,350613,02,symb,two_rule_comb0,25,"['<', '&']",<&],1,1 +350613,350613,02,symb,two_rule_comb0,26,"['~', ':']",~ :],1,1 +350613,350613,02,symb,two_rule_comb0,27,"['>', '>']",> >]],1,1 +350613,350613,02,symb,two_rule_comb0,28,"['>', '&']",> &],1,1 +350613,350613,02,symb,two_rule_comb0,29,"['%', '*']",% *],1,1 +350613,350613,02,symb,two_rule_comb0,30,"['$', '(']",$ (],1,1 +350613,350613,02,symb,two_rule_comb0,31,"['(', '<']",(< <],0,1 +350613,350613,02,symb,two_rule_comb0,32,"['!', '!']",! !],1,1 +350613,350613,02,symb,two_rule_comb0,33,"['>', '$']",> $],1,1 +350613,350613,02,symb,two_rule_comb0,34,"['(', '*']",( *],1,1 +350613,350613,02,symb,two_rule_comb0,35,"[':', '$']",: $],1,1 +350613,350613,02,symb,two_rule_comb0,36,"['~', '<']",~ <],1,1 +350613,350613,02,symb,two_rule_comb0,37,"['&', '<']",& <],1,1 +350613,350613,02,symb,two_rule_comb0,38,"['!', '~']",! ~],1,1 +350613,350613,02,symb,two_rule_comb0,39,"['<', '$']",< $],1,1 +350613,350613,02,symb,two_rule_comb0,40,"['<', '~']",< ~],1,1 +350613,350613,02,symb,two_rule_comb0,41,"['&', '*']",& *],1,1 +350613,350613,02,symb,two_rule_comb0,42,"['&', '>']",& >],1,1 +350613,350613,02,symb,two_rule_comb0,43,"[':', '%']",: %],1,1 +350613,350613,02,symb,two_rule_comb0,44,"['!', '*']",! *],1,1 +350613,350613,02,symb,two_rule_comb0,45,"['>', '(']",> (],1,1 +350613,350613,02,symb,two_rule_comb0,46,"['$', '~']",$ ~],1,1 +350613,350613,02,symb,two_rule_comb0,47,"['(', '*']",( *],1,1 +350613,350613,02,symb,two_rule_comb0,48,"['~', '(']",~ (],1,1 +350613,350613,02,symb,two_rule_comb0,49,"[':', '$']",: $],1,1 +350613,350613,02,symb,two_rule_comb0,50,"['*', '%']",* %],1,1 +350613,350613,02,symb,two_rule_comb0,51,"['>', '<']",> <],1,1 +350613,350613,02,symb,two_rule_comb0,52,"['*', '!']",* !],1,1 +350613,350613,02,symb,two_rule_comb0,53,"['!', '<']",! <],1,1 +350613,350613,02,symb,two_rule_comb0,54,"['%', '>']",% >],1,1 +350613,350613,02,symb,two_rule_comb0,55,"['&', '~']",& ~],1,1 +350613,350613,02,symb,two_rule_comb0,56,"['>', '&']",> &],1,1 +350613,350613,02,symb,two_rule_comb0,57,"['~', ':']",~ :],1,1 +350613,350613,02,symb,two_rule_comb0,58,"[':', '%']",: %],1,1 +350613,350613,02,symb,two_rule_comb0,59,"['!', '%']",! %],1,1 +350613,350613,02,symb,two_rule_comb0,60,"['!', '%']",! %],1,1 +350613,350613,02,symb,two_rule_comb0,61,"['*', '!']",* !],1,1 +350613,350613,02,symb,two_rule_comb0,62,"['~', '!']",~ !],1,1 +350613,350613,02,symb,two_rule_comb0,63,"['%', ':']",% :],1,1 +350613,350613,02,symb,two_rule_comb0,64,"['$', '>']",$ >],1,1 +350613,350613,02,symb,two_rule_comb0,65,"['<', '(']",< (],1,1 +350613,350613,02,symb,two_rule_comb0,66,"['*', '~']",* ~],1,1 +350613,350613,02,symb,two_rule_comb0,67,"['%', ':']",% :],1,1 +350613,350613,02,symb,two_rule_comb0,68,"[':', '%']",: %],1,1 +350613,350613,02,symb,two_rule_comb0,69,"['~', '&']",~ &],1,1 +350613,350613,02,symb,two_rule_comb0,70,"['(', '~']",( ~],1,1 +350613,350613,02,symb,two_rule_comb0,71,"['$', '%']",$ %],1,1 +350613,350613,02,symb,two_rule_comb0,72,"['!', '*']",! *],1,1 +350613,350613,02,symb,two_rule_comb0,73,"['!', '<']",! <],1,1 +350613,350613,02,symb,two_rule_comb0,74,"['%', '<']",% <],1,1 +350613,350613,02,symb,two_rule_comb0,75,"['>', '%']",> %],1,1 +350613,350613,02,symb,two_rule_comb0,76,"['&', '$']",& $],1,1 +350613,350613,02,symb,two_rule_comb0,77,"['&', '>']",& >],1,1 +350613,350613,02,symb,two_rule_comb0,78,"['%', '&']",% &],1,1 +350613,350613,02,symb,two_rule_comb0,79,"['>', '>']",> >],1,1 +350613,350613,02,symb,two_rule_comb0,80,"['*', '<']",* <],1,1 +350613,350613,02,symb,two_rule_comb0,81,"['!', '<']",! <],1,1 +350613,350613,02,symb,two_rule_comb0,82,"['>', '>']",> >],1,1 +350613,350613,02,symb,two_rule_comb0,83,"['>', '%']",> %],1,1 +350613,350613,02,symb,two_rule_comb0,84,"['!', '&']",! &],1,1 +350613,350613,02,symb,two_rule_comb0,85,"['%', ':']",% :],1,1 +350613,350613,02,symb,two_rule_comb0,86,"['!', '%']",! %],1,1 +350613,350613,02,symb,two_rule_comb0,87,"['&', '<']",& <],1,1 +350613,350613,02,symb,two_rule_comb0,88,"[':', '%']",: %],1,1 +350613,350613,02,symb,two_rule_comb0,89,"['*', '>']",* >],1,1 +350613,350613,02,symb,two_rule_comb0,90,"[':', '<']",: <],1,1 +350613,350613,02,symb,two_rule_comb0,91,"['!', '&']",! &],1,1 +350613,350613,02,symb,two_rule_comb0,92,"['!', ':']",! :],1,1 +350613,350613,02,symb,two_rule_comb0,93,"['!', '$']",! $],1,1 +350613,350613,02,symb,two_rule_comb0,94,"['*', '*']",* *],1,1 +350613,350613,02,symb,two_rule_comb0,95,"[':', '!']",: !],1,1 +350613,350613,02,symb,two_rule_comb0,96,"['&', '<']",& <],1,1 +350613,350613,02,symb,two_rule_comb0,97,"['$', '(']",$ (],1,1 +350613,350613,02,symb,two_rule_comb0,98,"['<', '(']",< (],1,1 +350613,350613,02,symb,two_rule_comb0,99,"['!', '&']",! &],1,1 +350613,350613,02,symb,two_rule_comb1,0,"['&', '*']",& *],1,1 +350613,350613,02,symb,two_rule_comb1,1,"[':', '$']",$ $],0,1 +350613,350613,02,symb,two_rule_comb1,2,"['*', '~']",* ~],1,1 +350613,350613,02,symb,two_rule_comb1,3,"['!', '(']",! (],1,1 +350613,350613,02,symb,two_rule_comb1,4,"['*', '>']",* >],1,1 +350613,350613,02,symb,two_rule_comb1,5,"['(', '%']",( %],1,1 +350613,350613,02,symb,two_rule_comb1,6,"['>', '(']",> (],1,1 +350613,350613,02,symb,two_rule_comb1,7,"['&', '&']",& &],1,1 +350613,350613,02,symb,two_rule_comb1,8,"['>', '$']",> $],1,1 +350613,350613,02,symb,two_rule_comb1,9,"['!', '&']",! &],1,1 +350613,350613,02,symb,two_rule_comb1,10,"['!', '>']",! %],0,1 +350613,350613,02,symb,two_rule_comb1,11,"['%', '*']",* %],0,1 +350613,350613,02,symb,two_rule_comb1,12,"['~', '>']",~ >],1,1 +350613,350613,02,symb,two_rule_comb1,13,"[':', '*']",: *],1,1 +350613,350613,02,symb,two_rule_comb1,14,"['>', '(']",> (],1,1 +350613,350613,02,symb,two_rule_comb1,15,"['&', '!']",& !],1,1 +350613,350613,02,symb,two_rule_comb1,16,"['>', '!']",> !],1,1 +350613,350613,02,symb,two_rule_comb1,17,"['>', '>']",> >],1,1 +350613,350613,02,symb,two_rule_comb1,18,"['&', ':']",& :],1,1 +350613,350613,02,symb,two_rule_comb1,19,"['&', '$']",& $],1,1 +350613,350613,02,symb,two_rule_comb1,20,"['(', '$']",( $],1,1 +350613,350613,02,symb,two_rule_comb1,21,"['*', '!']",* !],1,1 +350613,350613,02,symb,two_rule_comb1,22,"['~', '>']",~ >,1,1 +350613,350613,02,symb,two_rule_comb1,23,"['*', '<']",* <],1,1 +350613,350613,02,symb,two_rule_comb1,24,"['!', '&']",! &],1,1 +350613,350613,02,symb,two_rule_comb1,25,"['~', '<']",~ <],1,1 +350613,350613,02,symb,two_rule_comb1,26,"[':', '&']",: &],1,1 +350613,350613,02,symb,two_rule_comb1,27,"['~', ':']",~ :],1,1 +350613,350613,02,symb,two_rule_comb1,28,"['<', '(']",< (],1,1 +350613,350613,02,symb,two_rule_comb1,29,"['%', '(']",% (],1,1 +350613,350613,02,symb,two_rule_comb1,30,"['(', '$']",( $],1,1 +350613,350613,02,symb,two_rule_comb1,31,"['~', '*']",~ *],1,1 +350613,350613,02,symb,two_rule_comb1,32,"['&', '>']",& >],1,1 +350613,350613,02,symb,two_rule_comb1,33,"['!', '%']",! %],1,1 +350613,350613,02,symb,two_rule_comb1,34,"['&', '*']",& *],1,1 +350613,350613,02,symb,two_rule_comb1,35,"['(', '&']",(& %)],0,1 +350613,350613,02,symb,two_rule_comb1,36,"['~', '~']",~ ~],1,1 +350613,350613,02,symb,two_rule_comb1,37,"['~', '*']",~ *],1,1 +350613,350613,02,symb,two_rule_comb1,38,"['!', '*']",! *],1,1 +350613,350613,02,symb,two_rule_comb1,39,"['$', '$']",$ $],1,1 +350613,350613,02,symb,two_rule_comb1,40,"['<', '$']",< $],1,1 +350613,350613,02,symb,two_rule_comb1,41,"['%', '*']",% *],1,1 +350613,350613,02,symb,two_rule_comb1,42,"['!', '*']",! *,1,1 +350613,350613,02,symb,two_rule_comb1,43,"['*', '*']",* $],0,1 +350613,350613,02,symb,two_rule_comb1,44,"[':', '&']",: &],1,1 +350613,350613,02,symb,two_rule_comb1,45,"['>', '!']",> !],1,1 +350613,350613,02,symb,two_rule_comb1,46,"['&', '<']",& <],1,1 +350613,350613,02,symb,two_rule_comb1,47,"['%', '<']",% <],1,1 +350613,350613,02,symb,two_rule_comb1,48,"['!', '<']",! <],1,1 +350613,350613,02,symb,two_rule_comb1,49,"['(', '>']",(< >],0,1 +350613,350613,02,symb,two_rule_comb1,50,"['!', '$']",! $],1,1 +350613,350613,02,symb,two_rule_comb1,51,"['!', '(']",! (],1,1 +350613,350613,02,symb,two_rule_comb1,52,"[':', '$']",: $],1,1 +350613,350613,02,symb,two_rule_comb1,53,"['$', '<']",$ <],1,1 +350613,350613,02,symb,two_rule_comb1,54,"['%', ':']",% :],1,1 +350613,350613,02,symb,two_rule_comb1,55,"['~', '*']",~ ~],0,1 +350613,350613,02,symb,two_rule_comb1,56,"['>', '%']",> %],1,1 +350613,350613,02,symb,two_rule_comb1,57,"['~', '~']",~ ~],1,1 +350613,350613,02,symb,two_rule_comb1,58,"['~', '!']",~ !],1,1 +350613,350613,02,symb,two_rule_comb1,59,"['(', '<']",( :],0,1 +350613,350613,02,symb,two_rule_comb1,60,"['~', '~']",~ >],0,1 +350613,350613,02,symb,two_rule_comb1,61,"[':', '(']",: (],1,1 +350613,350613,02,symb,two_rule_comb1,62,"['~', '(']",~ (],1,1 +350613,350613,02,symb,two_rule_comb1,63,"['*', '&']",*: &],0,1 +350613,350613,02,symb,two_rule_comb1,64,"[':', '&']",: &],1,1 +350613,350613,02,symb,two_rule_comb1,65,"['!', '!']",% !],0,1 +350613,350613,02,symb,two_rule_comb1,66,"['<', '$']",< $],1,1 +350613,350613,02,symb,two_rule_comb1,67,"['(', '$']",( $],1,1 +350613,350613,02,symb,two_rule_comb1,68,"['>', '>']",> ~],0,1 +350613,350613,02,symb,two_rule_comb1,69,"['<', '*']",< *],1,1 +350613,350613,02,symb,two_rule_comb1,70,"['%', '&']",% &],1,1 +350613,350613,02,symb,two_rule_comb1,71,"['(', ':']",( :]],1,1 +350613,350613,02,symb,two_rule_comb1,72,"[':', '!']",: !],1,1 +350613,350613,02,symb,two_rule_comb1,73,"['<', '~']",< <],0,1 +350613,350613,02,symb,two_rule_comb1,74,"['!', ':']",! :],1,1 +350613,350613,02,symb,two_rule_comb1,75,"['>', '$']",> $],1,1 +350613,350613,02,symb,two_rule_comb1,76,"['!', '*']",! *],1,1 +350613,350613,02,symb,two_rule_comb1,77,"['>', '<']",> <],1,1 +350613,350613,02,symb,two_rule_comb1,78,"['<', '<']",< &],0,1 +350613,350613,02,symb,two_rule_comb1,79,"['~', ':']",~ :],1,1 +350613,350613,02,symb,two_rule_comb1,80,"['~', ':']",~ :],1,1 +350613,350613,02,symb,two_rule_comb1,81,"['%', '~']",% ~],1,1 +350613,350613,02,symb,two_rule_comb1,82,"['<', '%']",< %],1,1 +350613,350613,02,symb,two_rule_comb1,83,"['&', '*']",& *],1,1 +350613,350613,02,symb,two_rule_comb1,84,"['>', '>']",> !],0,1 +350613,350613,02,symb,two_rule_comb1,85,"['<', '(']",< (],1,1 +350613,350613,02,symb,two_rule_comb1,86,"['&', '>']",& >],1,1 +350613,350613,02,symb,two_rule_comb1,87,"['&', '(']",& (],1,1 +350613,350613,02,symb,two_rule_comb1,88,"['&', '&']",<& ~],0,1 +350613,350613,02,symb,two_rule_comb1,89,"['~', '$']",~ ~],0,1 +350613,350613,02,symb,two_rule_comb1,90,"['*', '>']",* >],1,1 +350613,350613,02,symb,two_rule_comb1,91,"['(', '(']",(% (],0,1 +350613,350613,02,symb,two_rule_comb1,92,"['&', '*']",& *],1,1 +350613,350613,02,symb,two_rule_comb1,93,"['%', '%']",% &],0,1 +350613,350613,02,symb,two_rule_comb1,94,"['>', '(']",> (],1,1 +350613,350613,02,symb,two_rule_comb1,95,"['&', '<']",& <],1,1 +350613,350613,02,symb,two_rule_comb1,96,"['>', '&']",> &],1,1 +350613,350613,02,symb,two_rule_comb1,97,"['!', '$']",! $],1,1 +350613,350613,02,symb,two_rule_comb1,98,"['>', '~']",> ~],1,1 +350613,350613,02,symb,two_rule_comb1,99,"['*', '&']",* &],1,1 +350613,350613,02,symb,two_rule_comb2,0,"['&', '%']",< %],0,1 +350613,350613,02,symb,two_rule_comb2,1,"['%', '>']",: >],0,1 +350613,350613,02,symb,two_rule_comb2,2,"['~', '<']",~ &],0,1 +350613,350613,02,symb,two_rule_comb2,3,"['&', '<']",( <],0,1 +350613,350613,02,symb,two_rule_comb2,4,"['>', '*']",! *],0,1 +350613,350613,02,symb,two_rule_comb2,5,"['*', '~']",* !],0,1 +350613,350613,02,symb,two_rule_comb2,6,"['(', ':']",( ~],0,1 +350613,350613,02,symb,two_rule_comb2,7,"['!', '*']",! !],0,1 +350613,350613,02,symb,two_rule_comb2,8,"['$', '$']",< $],0,1 +350613,350613,02,symb,two_rule_comb2,9,"['~', '<']",~ &],0,1 +350613,350613,02,symb,two_rule_comb2,10,"[':', ':']",< :],0,1 +350613,350613,02,symb,two_rule_comb2,11,"['$', '<']",& <],0,1 +350613,350613,02,symb,two_rule_comb2,12,"['<', '(']",< >],0,1 +350613,350613,02,symb,two_rule_comb2,13,"['(', '~']",:> ~],0,1 +350613,350613,02,symb,two_rule_comb2,14,"['*', '!']",(~ !)],0,1 +350613,350613,02,symb,two_rule_comb2,15,"[':', '<']",: $],0,1 +350613,350613,02,symb,two_rule_comb2,16,"['(', '$']",( !],0,1 +350613,350613,02,symb,two_rule_comb2,17,"['$', '(']",< (],0,1 +350613,350613,02,symb,two_rule_comb2,18,"['%', '%']",% #],0,1 +350613,350613,02,symb,two_rule_comb2,19,"['<', '(']",< :],0,1 +350613,350613,02,symb,two_rule_comb2,20,"['(', '<']",: <],0,1 +350613,350613,02,symb,two_rule_comb2,21,"['%', '~']",> ~],0,1 +350613,350613,02,symb,two_rule_comb2,22,"['&', '<']",& $],0,1 +350613,350613,02,symb,two_rule_comb2,23,"['<', '$']",< ~],0,1 +350613,350613,02,symb,two_rule_comb2,24,"['<', '!']",& !],0,1 +350613,350613,02,symb,two_rule_comb2,25,"['%', '~']",% *],0,1 +350613,350613,02,symb,two_rule_comb2,26,"[':', '>']",% >],0,1 +350613,350613,02,symb,two_rule_comb2,27,"['~', '&']",~ ~],0,1 +350613,350613,02,symb,two_rule_comb2,28,"['$', '&']",$ >],0,1 +350613,350613,02,symb,two_rule_comb2,29,"['%', '(']",% :],0,1 +350613,350613,02,symb,two_rule_comb2,30,"['!', '*']",! <],0,1 +350613,350613,02,symb,two_rule_comb2,31,"['~', '<']",~ *),0,1 +350613,350613,02,symb,two_rule_comb2,32,"['&', '*']",& <],0,1 +350613,350613,02,symb,two_rule_comb2,33,"['<', '~']",< !],0,1 +350613,350613,02,symb,two_rule_comb2,34,"['<', '&']",< &],1,1 +350613,350613,02,symb,two_rule_comb2,35,"['>', '~']",:!],0,1 +350613,350613,02,symb,two_rule_comb2,36,"[':', '%']",% %],0,1 +350613,350613,02,symb,two_rule_comb2,37,"['$', '~']",< ~],0,1 +350613,350613,02,symb,two_rule_comb2,38,"['(', '*']",% *],0,1 +350613,350613,02,symb,two_rule_comb2,39,"['*', '&']",* (],0,1 +350613,350613,02,symb,two_rule_comb2,40,"[':', '!']",% !],0,1 +350613,350613,02,symb,two_rule_comb2,41,"['$', '~']",$ *],0,1 +350613,350613,02,symb,two_rule_comb2,42,"['~', '<']",& <],0,1 +350613,350613,02,symb,two_rule_comb2,43,"[':', '$']",: ?],0,1 +350613,350613,02,symb,two_rule_comb2,44,"['(', '!']",( <],0,1 +350613,350613,02,symb,two_rule_comb2,45,"['>', '&']",> %],0,1 +350613,350613,02,symb,two_rule_comb2,46,"['%', ':']",% %],0,1 +350613,350613,02,symb,two_rule_comb2,47,"['!', '>']",( >],0,1 +350613,350613,02,symb,two_rule_comb2,48,"['>', '<']",> *),0,1 +350613,350613,02,symb,two_rule_comb2,49,"['<', '!']",$ !],0,1 +350613,350613,02,symb,two_rule_comb2,50,"['~', '(']",~ >],0,1 +350613,350613,02,symb,two_rule_comb2,51,"['$', '!']",< !],0,1 +350613,350613,02,symb,two_rule_comb2,52,"['&', '&']",& #],0,1 +350613,350613,02,symb,two_rule_comb2,53,"['%', '$']",% <],0,1 +350613,350613,02,symb,two_rule_comb2,54,"['~', ':']",! :],0,1 +350613,350613,02,symb,two_rule_comb2,55,"['~', '!']",* !],0,1 +350613,350613,02,symb,two_rule_comb2,56,"[':', '<']",% <],0,1 +350613,350613,02,symb,two_rule_comb2,57,"['$', '~']",$ *],0,1 +350613,350613,02,symb,two_rule_comb2,58,"['<', '%']",$ %],0,1 +350613,350613,02,symb,two_rule_comb2,59,"['%', '<']",% $],0,1 +350613,350613,02,symb,two_rule_comb2,60,"['*', '%']",% %],0,1 +350613,350613,02,symb,two_rule_comb2,61,"['%', '*']",* *],0,1 +350613,350613,02,symb,two_rule_comb2,62,"['<', '&']",< $],0,1 +350613,350613,02,symb,two_rule_comb2,63,"[':', '*']",* *],0,1 +350613,350613,02,symb,two_rule_comb2,64,"[':', '>']",< >],0,1 +350613,350613,02,symb,two_rule_comb2,65,"['$', '&']",$ >],0,1 +350613,350613,02,symb,two_rule_comb2,66,"['<', '$']",* $],0,1 +350613,350613,02,symb,two_rule_comb2,67,"['$', '%']",% %],0,1 +350613,350613,02,symb,two_rule_comb2,68,"['%', '$']",% &],0,1 +350613,350613,02,symb,two_rule_comb2,69,"['%', '%']",% &],0,1 +350613,350613,02,symb,two_rule_comb2,70,"['<', ':']",* :],0,1 +350613,350613,02,symb,two_rule_comb2,71,"['$', ':']",$ #],0,1 +350613,350613,02,symb,two_rule_comb2,72,"['&', '&']",& $],0,1 +350613,350613,02,symb,two_rule_comb2,73,"['(', '!']",% %],0,1 +350613,350613,02,symb,two_rule_comb2,74,"[':', '*']",: ~],0,1 +350613,350613,02,symb,two_rule_comb2,75,"['%', '*']",( *],0,1 +350613,350613,02,symb,two_rule_comb2,76,"['<', '>']",> >],0,1 +350613,350613,02,symb,two_rule_comb2,77,"[':', ':']",: !],0,1 +350613,350613,02,symb,two_rule_comb2,78,"['~', '~']",* ~],0,1 +350613,350613,02,symb,two_rule_comb2,79,"[':', '%']",% %],0,1 +350613,350613,02,symb,two_rule_comb2,80,"['*', '*']",* *],1,1 +350613,350613,02,symb,two_rule_comb2,81,"['%', ':']",% :],1,1 +350613,350613,02,symb,two_rule_comb2,82,"['>', '<']",% <],0,1 +350613,350613,02,symb,two_rule_comb2,83,"[':', '(']",: >],0,1 +350613,350613,02,symb,two_rule_comb2,84,"['<', '*']",$ *],0,1 +350613,350613,02,symb,two_rule_comb2,85,"[':', '%']",: %],1,1 +350613,350613,02,symb,two_rule_comb2,86,"['<', '%']",< !],0,1 +350613,350613,02,symb,two_rule_comb2,87,"['%', '!']",: !],0,1 +350613,350613,02,symb,two_rule_comb2,88,"['>', '&']",! &],0,1 +350613,350613,02,symb,two_rule_comb2,89,"['~', '%']",~ #],0,1 +350613,350613,02,symb,two_rule_comb2,90,"[':', '<']",< <],0,1 +350613,350613,02,symb,two_rule_comb2,91,"['$', '<']",< <],0,1 +350613,350613,02,symb,two_rule_comb2,92,"['%', '<']",% <],1,1 +350613,350613,02,symb,two_rule_comb2,93,"['>', '>']",! >],0,1 +350613,350613,02,symb,two_rule_comb2,94,"['>', '%']",! %],0,1 +350613,350613,02,symb,two_rule_comb2,95,"['&', '%']",# %],0,1 +350613,350613,02,symb,two_rule_comb2,96,"['*', '%']",~ %],0,1 +350613,350613,02,symb,two_rule_comb2,97,"['<', '&']",< &],1,1 +350613,350613,02,symb,two_rule_comb2,98,"['~', '(']",~ >],0,1 +350613,350613,02,symb,two_rule_comb2,99,"['*', '>']",* !],0,1 +350613,350613,02,symb,two_rule_comb3,0,"['$', '&']",$ &],1,1 +350613,350613,02,symb,two_rule_comb3,1,"['$', '%']",$ %],1,1 +350613,350613,02,symb,two_rule_comb3,2,"['(', ':']",( :)],0,1 +350613,350613,02,symb,two_rule_comb3,3,"['&', ':']",& :],1,1 +350613,350613,02,symb,two_rule_comb3,4,"['<', '>']",< >],1,1 +350613,350613,02,symb,two_rule_comb3,5,"[':', '*']",: *],1,1 +350613,350613,02,symb,two_rule_comb3,6,"['$', '*']",$ *],1,1 +350613,350613,02,symb,two_rule_comb3,7,"['~', '&']",~ &],1,1 +350613,350613,02,symb,two_rule_comb3,8,"['$', ':']",$ :],1,1 +350613,350613,02,symb,two_rule_comb3,9,"['(', '<']",( <],1,1 +350613,350613,02,symb,two_rule_comb3,10,"['%', '(']",% (],1,1 +350613,350613,02,symb,two_rule_comb3,11,"[':', '~']",: ~],1,1 +350613,350613,02,symb,two_rule_comb3,12,"[':', '!']",: !],1,1 +350613,350613,02,symb,two_rule_comb3,13,"['<', '$']",< $],1,1 +350613,350613,02,symb,two_rule_comb3,14,"['~', '(']",~ (],1,1 +350613,350613,02,symb,two_rule_comb3,15,"['<', '!']",', '%']",> %],1,1 +350613,350613,02,symb,two_rule_comb3,19,"['<', '~']",< ~],1,1 +350613,350613,02,symb,two_rule_comb3,20,"['~', '(']",~ (],1,1 +350613,350613,02,symb,two_rule_comb3,21,"['%', '~']",% ~],1,1 +350613,350613,02,symb,two_rule_comb3,22,"['>', '%']",> %],1,1 +350613,350613,02,symb,two_rule_comb3,23,"['~', ':']",~ :],1,1 +350613,350613,02,symb,two_rule_comb3,24,"[':', '!']",: !],1,1 +350613,350613,02,symb,two_rule_comb3,25,"['&', '>']",& >],1,1 +350613,350613,02,symb,two_rule_comb3,26,"['&', '*']",:& *],0,1 +350613,350613,02,symb,two_rule_comb3,27,"['(', '~']",( ~],1,1 +350613,350613,02,symb,two_rule_comb3,28,"['&', '*']",& *],1,1 +350613,350613,02,symb,two_rule_comb3,29,"['%', '*']",% *],1,1 +350613,350613,02,symb,two_rule_comb3,30,"['*', '(']",* (],1,1 +350613,350613,02,symb,two_rule_comb3,31,"['<', '<']",< %],0,1 +350613,350613,02,symb,two_rule_comb3,32,"['$', '~']",$ ~],1,1 +350613,350613,02,symb,two_rule_comb3,33,"['$', '%']",$ %],1,1 +350613,350613,02,symb,two_rule_comb3,34,"['!', '(']",! (],1,1 +350613,350613,02,symb,two_rule_comb3,35,"['%', '&']",% &],1,1 +350613,350613,02,symb,two_rule_comb3,36,"['~', '!']",~ !],1,1 +350613,350613,02,symb,two_rule_comb3,37,"['!', '*']",! *],1,1 +350613,350613,02,symb,two_rule_comb3,38,"['*', '&']",* &],1,1 +350613,350613,02,symb,two_rule_comb3,39,"['&', '!']",& !],1,1 +350613,350613,02,symb,two_rule_comb3,40,"['$', '&']",$ &],1,1 +350613,350613,02,symb,two_rule_comb3,41,"['(', '(']",( (],1,1 +350613,350613,02,symb,two_rule_comb3,42,"['$', ':']",: ~],0,1 +350613,350613,02,symb,two_rule_comb3,43,"['!', '*']",! *],1,1 +350613,350613,02,symb,two_rule_comb3,44,"['%', ':']",% :],1,1 +350613,350613,02,symb,two_rule_comb3,45,"['<', '*']",<* !],0,1 +350613,350613,02,symb,two_rule_comb3,46,"['*', '!']",* !],1,1 +350613,350613,02,symb,two_rule_comb3,47,"['*', '(']",* (],1,1 +350613,350613,02,symb,two_rule_comb3,48,"['<', '&']",<& %],0,1 +350613,350613,02,symb,two_rule_comb3,49,"['<', '*']",< *],1,1 +350613,350613,02,symb,two_rule_comb3,50,"['~', '$']",~ $],1,1 +350613,350613,02,symb,two_rule_comb3,51,"['~', '~']",~ *],0,1 +350613,350613,02,symb,two_rule_comb3,52,"['~', '!']",~ !],1,1 +350613,350613,02,symb,two_rule_comb3,53,"['(', '*']",( *],1,1 +350613,350613,02,symb,two_rule_comb3,54,"['$', '$']",$ !],0,1 +350613,350613,02,symb,two_rule_comb3,55,"['*', '~']",* ~],1,1 +350613,350613,02,symb,two_rule_comb3,56,"['!', '%']",! %],1,1 +350613,350613,02,symb,two_rule_comb3,57,"[':', '~']",: ~],1,1 +350613,350613,02,symb,two_rule_comb3,58,"['>', ':']",> :],1,1 +350613,350613,02,symb,two_rule_comb3,59,"['!', '*']",! *],1,1 +350613,350613,02,symb,two_rule_comb3,60,"[':', '&']",: &],1,1 +350613,350613,02,symb,two_rule_comb3,61,"['!', '>']",! >],1,1 +350613,350613,02,symb,two_rule_comb3,62,"['$', '~']",~ $],0,1 +350613,350613,02,symb,two_rule_comb3,63,"['$', '&']",$ &],1,1 +350613,350613,02,symb,two_rule_comb3,64,"['&', '&']",& %],0,1 +350613,350613,02,symb,two_rule_comb3,65,"['$', '>']",$ >],1,1 +350613,350613,02,symb,two_rule_comb3,66,"[':', '>']",> *],0,1 +350613,350613,02,symb,two_rule_comb3,67,"['$', '*']",$ *],1,1 +350613,350613,02,symb,two_rule_comb3,68,"[':', '*']",: *],1,1 +350613,350613,02,symb,two_rule_comb3,69,"['&', '!']",& !],1,1 +350613,350613,02,symb,two_rule_comb3,70,"['(', '>']",( >],1,1 +350613,350613,02,symb,two_rule_comb3,71,"['>', '*']",> *],1,1 +350613,350613,02,symb,two_rule_comb3,72,"['%', '*']",% *],1,1 +350613,350613,02,symb,two_rule_comb3,73,"['~', '&']",~ &],1,1 +350613,350613,02,symb,two_rule_comb3,74,"['!', '!']",! !],1,1 +350613,350613,02,symb,two_rule_comb3,75,"[':', '(']",: (],1,1 +350613,350613,02,symb,two_rule_comb3,76,"['>', '%']",> %],1,1 +350613,350613,02,symb,two_rule_comb3,77,"['%', ':']",% :],1,1 +350613,350613,02,symb,two_rule_comb3,78,"[':', '!']",: !],1,1 +350613,350613,02,symb,two_rule_comb3,79,"['(', '*']",( *],1,1 +350613,350613,02,symb,two_rule_comb3,80,"['&', '%']",& %],1,1 +350613,350613,02,symb,two_rule_comb3,81,"['!', '%']",! %],1,1 +350613,350613,02,symb,two_rule_comb3,82,"['&', '(']",& (],1,1 +350613,350613,02,symb,two_rule_comb3,83,"['%', '(']",% (],1,1 +350613,350613,02,symb,two_rule_comb3,84,"['&', '(']",& (],1,1 +350613,350613,02,symb,two_rule_comb3,85,"['~', '$']",~ $],1,1 +350613,350613,02,symb,two_rule_comb3,86,"['!', ':']",! :],1,1 +350613,350613,02,symb,two_rule_comb3,87,"['$', '<']",< &],0,1 +350613,350613,02,symb,two_rule_comb3,88,"['~', '*']",~ *],1,1 +350613,350613,02,symb,two_rule_comb3,89,"['*', '&']",* *],0,1 +350613,350613,02,symb,two_rule_comb3,90,"['!', '~']",! ~],1,1 +350613,350613,02,symb,two_rule_comb3,91,"['<', '(']",< (],1,1 +350613,350613,02,symb,two_rule_comb3,92,"['*', '<']",* <],1,1 +350613,350613,02,symb,two_rule_comb3,93,"['*', '~']",* ~],1,1 +350613,350613,02,symb,two_rule_comb3,94,"['~', '*']",~ *],1,1 +350613,350613,02,symb,two_rule_comb3,95,"['>', ':']",> :],1,1 +350613,350613,02,symb,two_rule_comb3,96,"['<', ':']",< : ],1,1 +350613,350613,02,symb,two_rule_comb3,97,"[':', '$']",: $],1,1 +350613,350613,02,symb,two_rule_comb3,98,"['&', '!']",& !],1,1 +350613,350613,02,symb,two_rule_comb3,99,"['(', '$']",( $],1,1 +350613,350613,02,symb,two_rule_comb4,0,"['&', '~']",~ >],0,1 +350613,350613,02,symb,two_rule_comb4,1,"['<', '>']",& (&],0,1 +350613,350613,02,symb,two_rule_comb4,2,"['(', '!']",& !],0,1 +350613,350613,02,symb,two_rule_comb4,3,"['!', '&']",! : ],0,1 +350613,350613,02,symb,two_rule_comb4,4,"['&', '(']",< :],0,1 +350613,350613,02,symb,two_rule_comb4,5,"['$', '&']",$ <],0,1 +350613,350613,02,symb,two_rule_comb4,6,"['&', '!']",% <],0,1 +350613,350613,02,symb,two_rule_comb4,7,"['!', '(']",! <],0,1 +350613,350613,02,symb,two_rule_comb4,8,"['~', '(']",* (!],0,1 +350613,350613,02,symb,two_rule_comb4,9,"['*', '(']",~ >],0,1 +350613,350613,02,symb,two_rule_comb4,10,"[':', '<']",< *],0,1 +350613,350613,02,symb,two_rule_comb4,11,"['%', '&']",: &],0,1 +350613,350613,02,symb,two_rule_comb4,12,"['$', '(']",$ :],0,1 +350613,350613,02,symb,two_rule_comb4,13,"['$', '%']",$ #],0,1 +350613,350613,02,symb,two_rule_comb4,14,"['$', '*']",$ !],0,1 +350613,350613,02,symb,two_rule_comb4,15,"['~', '~']",~ !],0,1 +350613,350613,02,symb,two_rule_comb4,16,"['&', '%']",$ %],0,1 +350613,350613,02,symb,two_rule_comb4,17,"['<', '$']",< : ],0,1 +350613,350613,02,symb,two_rule_comb4,18,"['>', '$']",> &],0,1 +350613,350613,02,symb,two_rule_comb4,19,"['*', '!']",$ ~],0,1 +350613,350613,02,symb,two_rule_comb4,20,"['$', '*']",& *],0,1 +350613,350613,02,symb,two_rule_comb4,21,"['(', '&']",: &],0,1 +350613,350613,02,symb,two_rule_comb4,22,"['(', '!']",: &],0,1 +350613,350613,02,symb,two_rule_comb4,23,"['&', '!']",$ >],0,1 +350613,350613,02,symb,two_rule_comb4,24,"['<', ':']",< ~],0,1 +350613,350613,02,symb,two_rule_comb4,25,"['<', '!']",< (],0,1 +350613,350613,02,symb,two_rule_comb4,26,"['&', '&']",< &],0,1 +350613,350613,02,symb,two_rule_comb4,27,"[':', '(']",% (],0,1 +350613,350613,02,symb,two_rule_comb4,28,"['(', '*']",% *],0,1 +350613,350613,02,symb,two_rule_comb4,29,"['(', '&']",<( *)],0,1 +350613,350613,02,symb,two_rule_comb4,30,"['$', '~']",< ~],0,1 +350613,350613,02,symb,two_rule_comb4,31,"['%', '>']",: >],0,1 +350613,350613,02,symb,two_rule_comb4,32,"['%', '%']",% #],0,1 +350613,350613,02,symb,two_rule_comb4,33,"['<', '%']",< #],0,1 +350613,350613,02,symb,two_rule_comb4,34,"[':', '~']",% >],0,1 +350613,350613,02,symb,two_rule_comb4,35,"['<', '>']",! !],0,1 +350613,350613,02,symb,two_rule_comb4,36,"['%', '(']",: $],0,1 +350613,350613,02,symb,two_rule_comb4,37,"['$', '(']",$: >],0,1 +350613,350613,02,symb,two_rule_comb4,38,"['>', '%']",> !],0,1 +350613,350613,02,symb,two_rule_comb4,39,"['%', '(']",: (],0,1 +350613,350613,02,symb,two_rule_comb4,40,"['>', '*']",> $],0,1 +350613,350613,02,symb,two_rule_comb4,41,"['!', '$']",> *],0,1 +350613,350613,02,symb,two_rule_comb4,42,"['<', '%']",< *],0,1 +350613,350613,02,symb,two_rule_comb4,43,"['$', '<']",& <],0,1 +350613,350613,02,symb,two_rule_comb4,44,"['<', '%']",< %],1,1 +350613,350613,02,symb,two_rule_comb4,45,"['&', '!']",& >],0,1 +350613,350613,02,symb,two_rule_comb4,46,"['&', '%']",$ >],0,1 +350613,350613,02,symb,two_rule_comb4,47,"['*', '(']",* <],0,1 +350613,350613,02,symb,two_rule_comb4,48,"['<', '(']",$ %],0,1 +350613,350613,02,symb,two_rule_comb4,49,"['~', '!']",% !],0,1 +350613,350613,02,symb,two_rule_comb4,50,"['$', '(']",& !],0,1 +350613,350613,02,symb,two_rule_comb4,51,"['~', '<']",~ (],0,1 +350613,350613,02,symb,two_rule_comb4,52,"[':', '~']",: *],0,1 +350613,350613,02,symb,two_rule_comb4,53,"['>', '*']",! ~],0,1 +350613,350613,02,symb,two_rule_comb4,54,"['~', '(']",* (],0,1 +350613,350613,02,symb,two_rule_comb4,55,"['>', '!']",> $],0,1 +350613,350613,02,symb,two_rule_comb4,56,"['>', '$']",$ $],0,1 +350613,350613,02,symb,two_rule_comb4,57,"[':', '&']",: %],0,1 +350613,350613,02,symb,two_rule_comb4,58,"['~', '&']",& !],0,1 +350613,350613,02,symb,two_rule_comb4,59,"[':', ':']",: *],0,1 +350613,350613,02,symb,two_rule_comb4,60,"['&', '<']",% <],0,1 +350613,350613,02,symb,two_rule_comb4,61,"[':', '<']",: ^],0,1 +350613,350613,02,symb,two_rule_comb4,62,"['$', '!']",& !],0,1 +350613,350613,02,symb,two_rule_comb4,63,"['%', '*']",! *],0,1 +350613,350613,02,symb,two_rule_comb4,64,"['%', '*']",: %],0,1 +350613,350613,02,symb,two_rule_comb4,65,"['*', '>']",* ~],0,1 +350613,350613,02,symb,two_rule_comb4,66,"['*', '>']",* ~],0,1 +350613,350613,02,symb,two_rule_comb4,67,"['~', '(']",~ ~],0,1 +350613,350613,02,symb,two_rule_comb4,68,"['!', '>']",> :],0,1 +350613,350613,02,symb,two_rule_comb4,69,"['&', '<']",& :],0,1 +350613,350613,02,symb,two_rule_comb4,70,"['&', '&']",& ?],0,1 +350613,350613,02,symb,two_rule_comb4,71,"['%', '&']",% $],0,1 +350613,350613,02,symb,two_rule_comb4,72,"['(', '$']",: :]],0,1 +350613,350613,02,symb,two_rule_comb4,73,"['<', '!']",! !],0,1 +350613,350613,02,symb,two_rule_comb4,74,"['%', '%']",% $],0,1 +350613,350613,02,symb,two_rule_comb4,75,"['!', '%']",! *],0,1 +350613,350613,02,symb,two_rule_comb4,76,"['&', '!']",: !],0,1 +350613,350613,02,symb,two_rule_comb4,77,"['!', '$']",($ $)],0,1 +350613,350613,02,symb,two_rule_comb4,78,"['>', '<']",> *],0,1 +350613,350613,02,symb,two_rule_comb4,79,"['<', '~']",: ~],0,1 +350613,350613,02,symb,two_rule_comb4,80,"['(', '~']",(< !],0,1 +350613,350613,02,symb,two_rule_comb4,81,"['(', ':']",% :],0,1 +350613,350613,02,symb,two_rule_comb4,82,"['!', '*']",> :],0,1 +350613,350613,02,symb,two_rule_comb4,83,"['%', '*']",# !],0,1 +350613,350613,02,symb,two_rule_comb4,84,"['>', '%']",~ %],0,1 +350613,350613,02,symb,two_rule_comb4,85,"['<', '&']",< $],0,1 +350613,350613,02,symb,two_rule_comb4,86,"['>', ':']",> <],0,1 +350613,350613,02,symb,two_rule_comb4,87,"['%', '<']",# <],0,1 +350613,350613,02,symb,two_rule_comb4,88,"['>', '(']",! (],0,1 +350613,350613,02,symb,two_rule_comb4,89,"['$', '$']",< $],0,1 +350613,350613,02,symb,two_rule_comb4,90,"[':', '%']",: ~],0,1 +350613,350613,02,symb,two_rule_comb4,91,"['*', '&']",~ &],0,1 +350613,350613,02,symb,two_rule_comb4,92,"['(', '<']",@ <],0,1 +350613,350613,02,symb,two_rule_comb4,93,"['(', '<']",> <],0,1 +350613,350613,02,symb,two_rule_comb4,94,"['~', '%']",~ !],0,1 +350613,350613,02,symb,two_rule_comb4,95,"['!', '<']",! *],0,1 +350613,350613,02,symb,two_rule_comb4,96,"['>', '&']",> >],0,1 +350613,350613,02,symb,two_rule_comb4,97,"['(', '$']",( &],0,1 +350613,350613,02,symb,two_rule_comb4,98,"['%', '$']",% ~],0,1 +350613,350613,02,symb,two_rule_comb4,99,"['&', '~']",# ~],0,1 +350613,350613,02,symb,two_rule_comb5,0,"['*', '%']",*& ~],0,1 +350613,350613,02,symb,two_rule_comb5,1,"['(', '(']",# ^],0,1 +350613,350613,02,symb,two_rule_comb5,2,"['$', '$']",: ^],0,1 +350613,350613,02,symb,two_rule_comb5,3,"['(', '<']",: &],0,1 +350613,350613,02,symb,two_rule_comb5,4,"['$', '(']",& %],0,1 +350613,350613,02,symb,two_rule_comb5,5,"['%', '&']",: $],0,1 +350613,350613,02,symb,two_rule_comb5,6,"['$', '&']",& <],0,1 +350613,350613,02,symb,two_rule_comb5,7,"['*', '!']",# !],0,1 +350613,350613,02,symb,two_rule_comb5,8,"['(', '%']",*: : ],0,1 +350613,350613,02,symb,two_rule_comb5,9,"['!', '(']",> %],0,1 +350613,350613,02,symb,two_rule_comb5,10,"['$', '%']",< (],0,1 +350613,350613,02,symb,two_rule_comb5,11,"['(', ':']",% %]],0,1 +350613,350613,02,symb,two_rule_comb5,12,"['$', '~']",* ~],0,1 +350613,350613,02,symb,two_rule_comb5,13,"['!', '~']",( < >],0,1 +350613,350613,02,symb,two_rule_comb5,14,"['<', ':']",& (],0,1 +350613,350613,02,symb,two_rule_comb5,15,"['~', '&']",(* <)],0,1 +350613,350613,02,symb,two_rule_comb5,16,"['&', '$']",$ <],0,1 +350613,350613,02,symb,two_rule_comb5,17,"['~', '(']",% *],0,1 +350613,350613,02,symb,two_rule_comb5,18,"['&', '%']",$ :],0,1 +350613,350613,02,symb,two_rule_comb5,19,"['>', '$']",# ^],0,1 +350613,350613,02,symb,two_rule_comb5,20,"['&', '$']",& $],1,1 +350613,350613,02,symb,two_rule_comb5,21,"[':', '<']",& ],0,1 +350613,350613,02,symb,two_rule_comb5,22,"['$', '~']",& *],0,1 +350613,350613,02,symb,two_rule_comb5,23,"['~', '%']",* (],0,1 +350613,350613,02,symb,two_rule_comb5,24,"['$', '!']",& >],0,1 +350613,350613,02,symb,two_rule_comb5,25,"['$', ':']",< :],0,1 +350613,350613,02,symb,two_rule_comb5,26,"['&', '<']",& <],1,1 +350613,350613,02,symb,two_rule_comb5,27,"['*', '~']",* ~],1,1 +350613,350613,02,symb,two_rule_comb5,28,"['$', ':']",< %],0,1 +350613,350613,02,symb,two_rule_comb5,29,"[':', '>']",% !],0,1 +350613,350613,02,symb,two_rule_comb5,30,"['>', '(']",> !],0,1 +350613,350613,02,symb,two_rule_comb5,31,"['<', '!']",<( ],0,1 +350613,350613,02,symb,two_rule_comb5,32,"['&', ':']",$ %],0,1 +350613,350613,02,symb,two_rule_comb5,33,"['$', '%']",< :],0,1 +350613,350613,02,symb,two_rule_comb5,34,"[':', '(']",% ],0,1 +350613,350613,02,symb,two_rule_comb5,35,"['%', '%']",% &],0,1 +350613,350613,02,symb,two_rule_comb5,36,"['!', '&']",> $],0,1 +350613,350613,02,symb,two_rule_comb5,37,"['<', '~']",< &],0,1 +350613,350613,02,symb,two_rule_comb5,38,"['(', '!']",# %],0,1 +350613,350613,02,symb,two_rule_comb5,39,"['>', '<']",! &],0,1 +350613,350613,02,symb,two_rule_comb5,40,"['%', '$']",! !],0,1 +350613,350613,02,symb,two_rule_comb5,41,"['$', '<']",& &],0,1 +350613,350613,02,symb,two_rule_comb5,42,"['%', '(']",% %],0,1 +350613,350613,02,symb,two_rule_comb5,43,"['<', '$']",& <],0,1 +350613,350613,02,symb,two_rule_comb5,44,"['*', '&']",@ @],0,1 +350613,350613,02,symb,two_rule_comb5,45,"['*', '&']",* ~],0,1 +350613,350613,02,symb,two_rule_comb5,46,"['!', '$']",> <],0,1 +350613,350613,02,symb,two_rule_comb5,47,"['<', '>']",$ !],0,1 +350613,350613,02,symb,two_rule_comb5,48,"['!', ':']",> (],0,1 +350613,350613,02,symb,two_rule_comb5,49,"['%', ':']",# $],0,1 +350613,350613,02,symb,two_rule_comb5,50,"['!', '<']",> &]],0,1 +350613,350613,02,symb,two_rule_comb5,51,"['&', '>']",(~ *)],0,1 +350613,350613,02,symb,two_rule_comb5,52,"['(', '$']",> ?],0,1 +350613,350613,02,symb,two_rule_comb5,53,"['(', '*']",@ #],0,1 +350613,350613,02,symb,two_rule_comb5,54,"['%', '$']",: <],0,1 +350613,350613,02,symb,two_rule_comb5,55,"['&', '%']",*& $],0,1 +350613,350613,02,symb,two_rule_comb5,56,"['$', '<']",< &],0,1 +350613,350613,02,symb,two_rule_comb5,57,"['<', '<']",$ &],0,1 +350613,350613,02,symb,two_rule_comb5,58,"['%', '<']",! *],0,1 +350613,350613,02,symb,two_rule_comb5,59,"['~', '*']",< * ~],0,1 +350613,350613,02,symb,two_rule_comb5,60,"['~', '<']",* $],0,1 +350613,350613,02,symb,two_rule_comb5,61,"[':', '~']",* ],0,1 +350613,350613,02,symb,two_rule_comb5,62,"['(', '~']",(% *),0,1 +350613,350613,02,symb,two_rule_comb5,63,"['!', ':']",(> %],0,1 +350613,350613,02,symb,two_rule_comb5,64,"[':', '%']",( (],0,1 +350613,350613,02,symb,two_rule_comb5,65,"['~', '<']",< *],0,1 +350613,350613,02,symb,two_rule_comb5,66,"['%', '>']",: !],0,1 +350613,350613,02,symb,two_rule_comb5,67,"['*', '<']",(& ~],0,1 +350613,350613,02,symb,two_rule_comb5,68,"['(', '%']",: (],0,1 +350613,350613,02,symb,two_rule_comb5,69,"['$', '*']",! @],0,1 +350613,350613,02,symb,two_rule_comb5,70,"['>', '%']",# $],0,1 +350613,350613,02,symb,two_rule_comb5,71,"['~', '%']",> #],0,1 +350613,350613,02,symb,two_rule_comb5,72,"[':', '%']",:%],1,1 +350613,350613,02,symb,two_rule_comb5,73,"['<', '%']",& :],0,1 +350613,350613,02,symb,two_rule_comb5,74,"['(', '$']",% <],0,1 +350613,350613,02,symb,two_rule_comb5,75,"['&', '(']",: >],0,1 +350613,350613,02,symb,two_rule_comb5,76,"['$', '%']",& :],0,1 +350613,350613,02,symb,two_rule_comb5,77,"['(', ':']",: (],0,1 +350613,350613,02,symb,two_rule_comb5,78,"['(', '&']",@ #],0,1 +350613,350613,02,symb,two_rule_comb5,79,"['>', '<']",! $],0,1 +350613,350613,02,symb,two_rule_comb5,80,"['(', '!']",( :>],0,1 +350613,350613,02,symb,two_rule_comb5,81,"['<', '&']",$ <],0,1 +350613,350613,02,symb,two_rule_comb5,82,"['<', '&']",! @],0,1 +350613,350613,02,symb,two_rule_comb5,83,"['%', ':']",% !],0,1 +350613,350613,02,symb,two_rule_comb5,84,"['*', ':']",~ (],0,1 +350613,350613,02,symb,two_rule_comb5,85,"['>', '*']",( <],0,1 +350613,350613,02,symb,two_rule_comb5,86,"['!', '$']",> &],0,1 +350613,350613,02,symb,two_rule_comb5,87,"['>', '!']",> !],1,1 +350613,350613,02,symb,two_rule_comb5,88,"['&', '~']",< *],0,1 +350613,350613,02,symb,two_rule_comb5,89,"['(', '%']",% (],0,1 +350613,350613,02,symb,two_rule_comb5,90,"['(', '$']",: &],0,1 +350613,350613,02,symb,two_rule_comb5,91,"[':', '(']",% %],0,1 +350613,350613,02,symb,two_rule_comb5,92,"['(', '(']",: %],0,1 +350613,350613,02,symb,two_rule_comb5,93,"['&', '<']",$ $],0,1 +350613,350613,02,symb,two_rule_comb5,94,"['&', ':']",# <],0,1 +350613,350613,02,symb,two_rule_comb5,95,"['~', '>']",~ *],0,1 +350613,350613,02,symb,two_rule_comb5,96,"['&', '&']",* >],0,1 +350613,350613,02,symb,two_rule_comb5,97,"['$', '>']",< !],0,1 +350613,350613,02,symb,two_rule_comb5,98,"['~', ':']",% #],0,1 +350613,350613,02,symb,two_rule_comb5,99,"['%', ':']",: )],0,1 +350613,350613,02,symb,three_rule_comb0,0,"['&', ':', ':']",& : :],1,1 +350613,350613,02,symb,three_rule_comb0,1,"['!', '%', '%']",! % %],1,1 +350613,350613,02,symb,three_rule_comb0,2,"['*', '$', '%']",* $ %],1,1 +350613,350613,02,symb,three_rule_comb0,3,"['$', '>', '*']",$ > *],1,1 +350613,350613,02,symb,three_rule_comb0,4,"[':', '%', '<']",: % <],1,1 +350613,350613,02,symb,three_rule_comb0,5,"['~', '%', '$']",~ % $],1,1 +350613,350613,02,symb,three_rule_comb0,6,"['(', '$', ':']",( $ :],1,1 +350613,350613,02,symb,three_rule_comb0,7,"[':', '>', '&']",: > &],1,1 +350613,350613,02,symb,three_rule_comb0,8,"['*', '<', '!']",* < !],1,1 +350613,350613,02,symb,three_rule_comb0,9,"[':', '$', '(']",: $ (],1,1 +350613,350613,02,symb,three_rule_comb0,10,"['&', '<', '>']",& < >],1,1 +350613,350613,02,symb,three_rule_comb0,11,"['$', '&', '!']",$ & !],1,1 +350613,350613,02,symb,three_rule_comb0,12,"['&', '<', '(']",& < (],1,1 +350613,350613,02,symb,three_rule_comb0,13,"['>', '>', '$']",> > $]],1,1 +350613,350613,02,symb,three_rule_comb0,14,"['(', '$', '<']",( $ <],1,1 +350613,350613,02,symb,three_rule_comb0,15,"['(', '>', '*']",( > *],1,1 +350613,350613,02,symb,three_rule_comb0,16,"['~', '!', '&']",~ ! &],1,1 +350613,350613,02,symb,three_rule_comb0,17,"[':', '*', '(']",: * (],1,1 +350613,350613,02,symb,three_rule_comb0,18,"['<', '>', '>']",< > >],1,1 +350613,350613,02,symb,three_rule_comb0,19,"['<', '~', '!']",< ~ !],1,1 +350613,350613,02,symb,three_rule_comb0,20,"['*', '*', '(']",* * (],1,1 +350613,350613,02,symb,three_rule_comb0,21,"['>', '&', '%']",> & %],1,1 +350613,350613,02,symb,three_rule_comb0,22,"[':', '&', '&']",: & &],1,1 +350613,350613,02,symb,three_rule_comb0,23,"['*', '&', '!']",* & !],1,1 +350613,350613,02,symb,three_rule_comb0,24,"['~', '>', '&']",~ > &],1,1 +350613,350613,02,symb,three_rule_comb0,25,"['&', '(', '!']",& ( !],1,1 +350613,350613,02,symb,three_rule_comb0,26,"[':', '$', '~']",: $ ~],1,1 +350613,350613,02,symb,three_rule_comb0,27,"['(', '!', '!']",( & !],0,1 +350613,350613,02,symb,three_rule_comb0,28,"[':', '(', '&']",: ( &],1,1 +350613,350613,02,symb,three_rule_comb0,29,"['*', '%', '(']",* % (],1,1 +350613,350613,02,symb,three_rule_comb0,30,"['~', '>', '!']",~ > !],1,1 +350613,350613,02,symb,three_rule_comb0,31,"['&', '&', ':']",& & :],1,1 +350613,350613,02,symb,three_rule_comb0,32,"['(', ':', ':']",( : :],1,1 +350613,350613,02,symb,three_rule_comb0,33,"['%', '<', '<']",% < <],1,1 +350613,350613,02,symb,three_rule_comb0,34,"['&', ':', '%']",& : %],1,1 +350613,350613,02,symb,three_rule_comb0,35,"['<', ':', '%']",< : %],1,1 +350613,350613,02,symb,three_rule_comb0,36,"['&', '(', ':']",& ( :],1,1 +350613,350613,02,symb,three_rule_comb0,37,"['&', '~', '(']",& ~ (],1,1 +350613,350613,02,symb,three_rule_comb0,38,"[':', '>', '$']",: > $],1,1 +350613,350613,02,symb,three_rule_comb0,39,"[':', ':', '&']",: : &],1,1 +350613,350613,02,symb,three_rule_comb0,40,"['$', '(', '(']",$ ( (],1,1 +350613,350613,02,symb,three_rule_comb0,41,"['%', '&', '>']",% & >],1,1 +350613,350613,02,symb,three_rule_comb0,42,"['>', '%', '~']",> % ~],1,1 +350613,350613,02,symb,three_rule_comb0,43,"['!', '%', '!']",! % !],1,1 +350613,350613,02,symb,three_rule_comb0,44,"['$', '&', '%']",$ & %],1,1 +350613,350613,02,symb,three_rule_comb0,45,"[':', '>', '*']",: > *],1,1 +350613,350613,02,symb,three_rule_comb0,46,"['*', '~', '~']",* ~ ~],1,1 +350613,350613,02,symb,three_rule_comb0,47,"['>', '*', '>']",> * >],1,1 +350613,350613,02,symb,three_rule_comb0,48,"[':', '!', '<']",: ! <],1,1 +350613,350613,02,symb,three_rule_comb0,49,"['(', '(', '$']",( ( $],1,1 +350613,350613,02,symb,three_rule_comb0,50,"[':', '!', '>']",: ! >],1,1 +350613,350613,02,symb,three_rule_comb0,51,"['*', '&', '>']",* & >],1,1 +350613,350613,02,symb,three_rule_comb0,52,"['$', '<', '<']",$ < <],1,1 +350613,350613,02,symb,three_rule_comb0,53,"[':', '!', '>']",: ! >],1,1 +350613,350613,02,symb,three_rule_comb0,54,"['(', '$', '&']",( $ &],1,1 +350613,350613,02,symb,three_rule_comb0,55,"['>', '(', '~']",> ( ~],1,1 +350613,350613,02,symb,three_rule_comb0,56,"['>', '!', '>']",> ! >],1,1 +350613,350613,02,symb,three_rule_comb0,57,"['%', '(', '$']",%( ($],0,1 +350613,350613,02,symb,three_rule_comb0,58,"['*', '&', '$']",* & $],1,1 +350613,350613,02,symb,three_rule_comb0,59,"['!', '*', '~']",! * ~],1,1 +350613,350613,02,symb,three_rule_comb0,60,"['*', '<', '&']",* < &],1,1 +350613,350613,02,symb,three_rule_comb0,61,"['!', '&', '%']",! & %],1,1 +350613,350613,02,symb,three_rule_comb0,62,"['$', ':', '<']",$ : <],1,1 +350613,350613,02,symb,three_rule_comb0,63,"['<', '~', '!']",< ~ !],1,1 +350613,350613,02,symb,three_rule_comb0,64,"['!', '<', '<']",! < <],1,1 +350613,350613,02,symb,three_rule_comb0,65,"['&', '%', '~']",& % ~],1,1 +350613,350613,02,symb,three_rule_comb0,66,"['%', ':', '*']",% : *],1,1 +350613,350613,02,symb,three_rule_comb0,67,"[':', '!', '$']",: ! $],1,1 +350613,350613,02,symb,three_rule_comb0,68,"['>', '<', '(']",> < (],1,1 +350613,350613,02,symb,three_rule_comb0,69,"['*', '&', '>']",* & >],1,1 +350613,350613,02,symb,three_rule_comb0,70,"[':', ':', '!']",: : !],1,1 +350613,350613,02,symb,three_rule_comb0,71,"['>', ':', '~']",> : ~],1,1 +350613,350613,02,symb,three_rule_comb0,72,"['<', '<', '~']",< < ~],1,1 +350613,350613,02,symb,three_rule_comb0,73,"['&', '*', ':']",& * :],1,1 +350613,350613,02,symb,three_rule_comb0,74,"['&', '%', '>']",& % >],1,1 +350613,350613,02,symb,three_rule_comb0,75,"['~', '$', '!']",~ $ !],1,1 +350613,350613,02,symb,three_rule_comb0,76,"['(', '*', '~']",(* : ~],0,1 +350613,350613,02,symb,three_rule_comb0,77,"['(', '~', '>']",( ~ >],1,1 +350613,350613,02,symb,three_rule_comb0,78,"['*', '>', '$']",* > $],1,1 +350613,350613,02,symb,three_rule_comb0,79,"['~', '$', '*']",~ $ *],1,1 +350613,350613,02,symb,three_rule_comb0,80,"['&', '!', '>']",& ! >],1,1 +350613,350613,02,symb,three_rule_comb0,81,"[':', '*', '!']",: * !],1,1 +350613,350613,02,symb,three_rule_comb0,82,"['*', '(', '$']",* ( $],1,1 +350613,350613,02,symb,three_rule_comb0,83,"['~', '$', '>']",~ $ >],1,1 +350613,350613,02,symb,three_rule_comb0,84,"[':', '>', '<']",: > <],1,1 +350613,350613,02,symb,three_rule_comb0,85,"[':', '$', '>']",: $ >],1,1 +350613,350613,02,symb,three_rule_comb0,86,"['~', '>', '>']",~ > >],1,1 +350613,350613,02,symb,three_rule_comb0,87,"['~', '&', '$']",~ & $],1,1 +350613,350613,02,symb,three_rule_comb0,88,"['&', '!', '>']",& ! >,1,1 +350613,350613,02,symb,three_rule_comb0,89,"['*', '&', '$']",* & $],1,1 +350613,350613,02,symb,three_rule_comb0,90,"['*', '%', '>']",* % >],1,1 +350613,350613,02,symb,three_rule_comb0,91,"['(', '%', '(']",( % (],1,1 +350613,350613,02,symb,three_rule_comb0,92,"['<', '(', '&']",< ( &],1,1 +350613,350613,02,symb,three_rule_comb0,93,"['%', ':', '*']",% : *],1,1 +350613,350613,02,symb,three_rule_comb0,94,"['%', '!', '<']",% ! <],1,1 +350613,350613,02,symb,three_rule_comb0,95,"['>', '$', '*']",> $ *],1,1 +350613,350613,02,symb,three_rule_comb0,96,"['$', '>', '>']",$ > >],1,1 +350613,350613,02,symb,three_rule_comb0,97,"['*', '&', ':']",* & :],1,1 +350613,350613,02,symb,three_rule_comb0,98,"['(', '>', '$']",( > $],1,1 +350613,350613,02,symb,three_rule_comb0,99,"['<', ':', '&']",< : &],1,1 +350613,350613,02,symb,three_rule_comb1,0,"['~', '$', '%']",~ $ %],1,1 +350613,350613,02,symb,three_rule_comb1,1,"[':', '$', '$']",: $ $],1,1 +350613,350613,02,symb,three_rule_comb1,2,"['!', '!', '*']",! ! *],1,1 +350613,350613,02,symb,three_rule_comb1,3,"['~', '(', ':']",~ ( :],1,1 +350613,350613,02,symb,three_rule_comb1,4,"['*', '*', '!']",* * !],1,1 +350613,350613,02,symb,three_rule_comb1,5,"['*', '!', '<']",* ! <],1,1 +350613,350613,02,symb,three_rule_comb1,6,"['~', '(', '(']",~ ( >],0,1 +350613,350613,02,symb,three_rule_comb1,7,"['<', '>', '~']",< > <],0,1 +350613,350613,02,symb,three_rule_comb1,8,"['*', '(', '>']",* & >],0,1 +350613,350613,02,symb,three_rule_comb1,9,"['>', '>', ':']",> * :],0,1 +350613,350613,02,symb,three_rule_comb1,10,"['&', '$', '&']",& ! &],0,1 +350613,350613,02,symb,three_rule_comb1,11,"['!', '<', '<']",! < %],0,1 +350613,350613,02,symb,three_rule_comb1,12,"['>', '>', '~']",> & ~],0,1 +350613,350613,02,symb,three_rule_comb1,13,"[':', '!', '*']",: ! >],0,1 +350613,350613,02,symb,three_rule_comb1,14,"[':', '$', '!']",: $ !],1,1 +350613,350613,02,symb,three_rule_comb1,15,"['%', '!', '%']",% ! %],1,1 +350613,350613,02,symb,three_rule_comb1,16,"['(', '~', '%']",( % %],0,1 +350613,350613,02,symb,three_rule_comb1,17,"['*', '>', '%']",* > %],1,1 +350613,350613,02,symb,three_rule_comb1,18,"['!', '!', '<']",! ! <],1,1 +350613,350613,02,symb,three_rule_comb1,19,"['>', '(', '$']",> ( $],1,1 +350613,350613,02,symb,three_rule_comb1,20,"['(', '&', '%']",( & !],0,1 +350613,350613,02,symb,three_rule_comb1,21,"['$', '&', '~']",$ & ~],1,1 +350613,350613,02,symb,three_rule_comb1,22,"['<', '<', '>']",< < >],1,1 +350613,350613,02,symb,three_rule_comb1,23,"['&', ':', '$']",& : $],1,1 +350613,350613,02,symb,three_rule_comb1,24,"['$', '(', '!']",$ ( !],1,1 +350613,350613,02,symb,three_rule_comb1,25,"[':', '(', '~']",: ( &],0,1 +350613,350613,02,symb,three_rule_comb1,26,"[':', '>', '&']",: > &],1,1 +350613,350613,02,symb,three_rule_comb1,27,"['$', '$', '<']",$ $ $],0,1 +350613,350613,02,symb,three_rule_comb1,28,"['%', '*', ':']",% * :],1,1 +350613,350613,02,symb,three_rule_comb1,29,"[':', '~', '*']",% ~ *],0,1 +350613,350613,02,symb,three_rule_comb1,30,"['~', '%', '%']",~ % %],1,1 +350613,350613,02,symb,three_rule_comb1,31,"['!', '$', ':']",! $ :],1,1 +350613,350613,02,symb,three_rule_comb1,32,"['&', '*', '%']",& * %],1,1 +350613,350613,02,symb,three_rule_comb1,33,"['*', '~', '&']",* * &],0,1 +350613,350613,02,symb,three_rule_comb1,34,"['(', '(', '*']",( ( *],1,1 +350613,350613,02,symb,three_rule_comb1,35,"[':', '&', '*']",: & *],1,1 +350613,350613,02,symb,three_rule_comb1,36,"['(', ':', '*']",< : *],0,1 +350613,350613,02,symb,three_rule_comb1,37,"['<', '<', '~']",< > ~],0,1 +350613,350613,02,symb,three_rule_comb1,38,"[':', ':', '*']",: : *],1,1 +350613,350613,02,symb,three_rule_comb1,39,"['$', '*', '<']",$ * <],1,1 +350613,350613,02,symb,three_rule_comb1,40,"['!', '*', '%']",! * %],1,1 +350613,350613,02,symb,three_rule_comb1,41,"['<', '*', '<']",< * <],1,1 +350613,350613,02,symb,three_rule_comb1,42,"['<', '~', '%']",< ~ %],1,1 +350613,350613,02,symb,three_rule_comb1,43,"['>', '&', '!']",> % !],0,1 +350613,350613,02,symb,three_rule_comb1,44,"['*', '~', '<']",* ~ <],1,1 +350613,350613,02,symb,three_rule_comb1,45,"['<', '$', '$']",< $ $],1,1 +350613,350613,02,symb,three_rule_comb1,46,"['~', '<', ':']",~ $ :],0,1 +350613,350613,02,symb,three_rule_comb1,47,"[':', '>', '%']",: > %],1,1 +350613,350613,02,symb,three_rule_comb1,48,"['&', '~', '*']",& ~ *],1,1 +350613,350613,02,symb,three_rule_comb1,49,"['>', '*', '<']",> * <],1,1 +350613,350613,02,symb,three_rule_comb1,50,"['<', '&', '!']",< & !],1,1 +350613,350613,02,symb,three_rule_comb1,51,"['~', '%', '%']",~ $ %],0,1 +350613,350613,02,symb,three_rule_comb1,52,"['$', '>', '<']",$ > <],1,1 +350613,350613,02,symb,three_rule_comb1,53,"['~', '$', '~']",~ $ ~],1,1 +350613,350613,02,symb,three_rule_comb1,54,"['(', '~', '<']",( ~ <],1,1 +350613,350613,02,symb,three_rule_comb1,55,"['<', '$', '!']",< $ !],1,1 +350613,350613,02,symb,three_rule_comb1,56,"['>', '>', '(']",> > (],1,1 +350613,350613,02,symb,three_rule_comb1,57,"['$', '(', '$']",& ( $],0,1 +350613,350613,02,symb,three_rule_comb1,58,"['$', '<', '%']",$ < %],1,1 +350613,350613,02,symb,three_rule_comb1,59,"['<', '%', '&']",< % &],1,1 +350613,350613,02,symb,three_rule_comb1,60,"[':', '(', '!']",: ( !],1,1 +350613,350613,02,symb,three_rule_comb1,61,"['<', ':', '!']",< : !],1,1 +350613,350613,02,symb,three_rule_comb1,62,"['(', '%', '(']",( % (],1,1 +350613,350613,02,symb,three_rule_comb1,63,"['$', ':', '*']",$ : *],1,1 +350613,350613,02,symb,three_rule_comb1,64,"['~', '$', '>']",~ $ >],1,1 +350613,350613,02,symb,three_rule_comb1,65,"['<', '~', '%']",< ~ %],1,1 +350613,350613,02,symb,three_rule_comb1,66,"['*', '*', '>']",* $ >],0,1 +350613,350613,02,symb,three_rule_comb1,67,"['&', '(', '<']",& ( <],1,1 +350613,350613,02,symb,three_rule_comb1,68,"['*', '&', '%']",* ~ %],0,1 +350613,350613,02,symb,three_rule_comb1,69,"['~', '!', '$']",$ ! $],0,1 +350613,350613,02,symb,three_rule_comb1,70,"['&', '!', '*']",& % *],0,1 +350613,350613,02,symb,three_rule_comb1,71,"['%', '&', '&']",% ! &],0,1 +350613,350613,02,symb,three_rule_comb1,72,"['!', '*', '<']",! * <],1,1 +350613,350613,02,symb,three_rule_comb1,73,"['<', '%', '%']",< % >],0,1 +350613,350613,02,symb,three_rule_comb1,74,"['$', '%', ':']",$ % :],1,1 +350613,350613,02,symb,three_rule_comb1,75,"['$', '*', '%']",$ * %],1,1 +350613,350613,02,symb,three_rule_comb1,76,"['>', '%', '%']",> % %],1,1 +350613,350613,02,symb,three_rule_comb1,77,"['!', '&', ':']",! & :],1,1 +350613,350613,02,symb,three_rule_comb1,78,"['$', '$', '!']",$ ! $],0,1 +350613,350613,02,symb,three_rule_comb1,79,"['*', '!', '(']",* * (],0,1 +350613,350613,02,symb,three_rule_comb1,80,"['>', '<', '!']",> < !],1,1 +350613,350613,02,symb,three_rule_comb1,81,"['$', '>', '!']",$ > !],1,1 +350613,350613,02,symb,three_rule_comb1,82,"['%', '!', ':']",% ! :],1,1 +350613,350613,02,symb,three_rule_comb1,83,"['<', '%', '&']",< % &],1,1 +350613,350613,02,symb,three_rule_comb1,84,"['(', ':', '>']",( : >),0,1 +350613,350613,02,symb,three_rule_comb1,85,"[':', '&', '*']",: & *],1,1 +350613,350613,02,symb,three_rule_comb1,86,"[':', '<', '>']",: < >],1,1 +350613,350613,02,symb,three_rule_comb1,87,"['&', '%', '>']",& % &],0,1 +350613,350613,02,symb,three_rule_comb1,88,"['!', '(', ':']",! ( :],1,1 +350613,350613,02,symb,three_rule_comb1,89,"['$', '>', '(']",$ > (],1,1 +350613,350613,02,symb,three_rule_comb1,90,"['(', '&', ':']",( & (],0,1 +350613,350613,02,symb,three_rule_comb1,91,"['&', '&', '!']",& & !],1,1 +350613,350613,02,symb,three_rule_comb1,92,"['$', '~', '$']",$ ~ $],1,1 +350613,350613,02,symb,three_rule_comb1,93,"['!', ':', '&']",! : &],1,1 +350613,350613,02,symb,three_rule_comb1,94,"['!', ':', '%']",! : %],1,1 +350613,350613,02,symb,three_rule_comb1,95,"['&', '<', '<']",& * <],0,1 +350613,350613,02,symb,three_rule_comb1,96,"['<', '&', '>']",< & %],0,1 +350613,350613,02,symb,three_rule_comb1,97,"['!', '<', '<']",! < <],1,1 +350613,350613,02,symb,three_rule_comb1,98,"['~', '$', '(']",~ $ (],1,1 +350613,350613,02,symb,three_rule_comb1,99,"['>', '<', '>']",> % >],0,1 +350613,350613,02,symb,three_rule_comb2,0,"['%', '%', '&']",% % $],0,1 +350613,350613,02,symb,three_rule_comb2,1,"['&', '&', '$']",& > $],0,1 +350613,350613,02,symb,three_rule_comb2,2,"[':', '<', '~']",: % ~],0,1 +350613,350613,02,symb,three_rule_comb2,3,"['*', ':', ':']",* < :],0,1 +350613,350613,02,symb,three_rule_comb2,4,"['$', '!', '&']",$ ! #],0,1 +350613,350613,02,symb,three_rule_comb2,5,"['*', '!', '*']",* ! <],0,1 +350613,350613,02,symb,three_rule_comb2,6,"['(', '<', '!']",% < !],0,1 +350613,350613,02,symb,three_rule_comb2,7,"['>', '(', '$']",> * $],0,1 +350613,350613,02,symb,three_rule_comb2,8,"['!', ':', ':']",> : :],0,1 +350613,350613,02,symb,three_rule_comb2,9,"['&', ':', '<']",& $ <],0,1 +350613,350613,02,symb,three_rule_comb2,10,"['&', '<', '$']",& : $],0,1 +350613,350613,02,symb,three_rule_comb2,11,"['<', '$', '%']",(* $ %)],0,1 +350613,350613,02,symb,three_rule_comb2,12,"['~', '*', '>']",~ * >],1,1 +350613,350613,02,symb,three_rule_comb2,13,"['<', '*', '>']",(* * >),0,1 +350613,350613,02,symb,three_rule_comb2,14,"['*', '>', ':']",* # :],0,1 +350613,350613,02,symb,three_rule_comb2,15,"['$', '<', '*']",$ % *],0,1 +350613,350613,02,symb,three_rule_comb2,16,"['!', '<', '&']",! < $],0,1 +350613,350613,02,symb,three_rule_comb2,17,"['!', '%', '!']",! $ !],0,1 +350613,350613,02,symb,three_rule_comb2,18,"['~', '!', '$']",~ ! ?],0,1 +350613,350613,02,symb,three_rule_comb2,19,"['(', '>', '(']",( % !],0,1 +350613,350613,02,symb,three_rule_comb2,20,"['&', '$', '$']",& $ ~],0,1 +350613,350613,02,symb,three_rule_comb2,21,"['<', '<', '!']",& < !],0,1 +350613,350613,02,symb,three_rule_comb2,22,"['>', '%', '&']",> % >],0,1 +350613,350613,02,symb,three_rule_comb2,23,"['*', '&', ':']",* * * :],0,1 +350613,350613,02,symb,three_rule_comb2,24,"['%', '$', '<']",% < <],0,1 +350613,350613,02,symb,three_rule_comb2,25,"['~', ':', '(']",~ : &],0,1 +350613,350613,02,symb,three_rule_comb2,26,"['*', '!', '>']",* ! ^],0,1 +350613,350613,02,symb,three_rule_comb2,27,"['&', '<', '*']",& < &],0,1 +350613,350613,02,symb,three_rule_comb2,28,"['&', '%', '>']",& % >],1,1 +350613,350613,02,symb,three_rule_comb2,29,"['~', '<', '&']",> < &],0,1 +350613,350613,02,symb,three_rule_comb2,30,"['*', '<', ':']",( < :],0,1 +350613,350613,02,symb,three_rule_comb2,31,"['&', '%', '&']",& % %],0,1 +350613,350613,02,symb,three_rule_comb2,32,"['!', '(', '<']",! ~ ~],0,1 +350613,350613,02,symb,three_rule_comb2,33,"['~', '>', '*']",~ > ~],0,1 +350613,350613,02,symb,three_rule_comb2,34,"['&', '(', '$']",& $ $],0,1 +350613,350613,02,symb,three_rule_comb2,35,"['&', '%', '!']",& > &],0,1 +350613,350613,02,symb,three_rule_comb2,36,"['!', '%', ':']",! * *,0,1 +350613,350613,02,symb,three_rule_comb2,37,"['~', '*', '*']",* * *],0,1 +350613,350613,02,symb,three_rule_comb2,38,"['>', ':', '$']",> % $],0,1 +350613,350613,02,symb,three_rule_comb2,39,"['%', '&', '$']",% & ?],0,1 +350613,350613,02,symb,three_rule_comb2,40,"['<', '%', '(']",% % (],0,1 +350613,350613,02,symb,three_rule_comb2,41,"['(', ':', '>']",: : >],0,1 +350613,350613,02,symb,three_rule_comb2,42,"[':', '*', '&']",< * &],0,1 +350613,350613,02,symb,three_rule_comb2,43,"['>', '~', '>']",> ~ !],0,1 +350613,350613,02,symb,three_rule_comb2,44,"['*', '$', '$']",* ~ $],0,1 +350613,350613,02,symb,three_rule_comb2,45,"['%', '&', '>']",% & !],0,1 +350613,350613,02,symb,three_rule_comb2,46,"['&', '%', '%']",& % :],0,1 +350613,350613,02,symb,three_rule_comb2,47,"['(', '(', '>']",( % >],0,1 +350613,350613,02,symb,three_rule_comb2,48,"['%', '<', ':']",% : :],0,1 +350613,350613,02,symb,three_rule_comb2,49,"[':', ':', '*']",: & *],0,1 +350613,350613,02,symb,three_rule_comb2,50,"['~', '>', '>']",~ $ >],0,1 +350613,350613,02,symb,three_rule_comb2,51,"['(', '*', '!']",> * !],0,1 +350613,350613,02,symb,three_rule_comb2,52,"['<', '(', '&']",< ( %],0,1 +350613,350613,02,symb,three_rule_comb2,53,"['&', '&', '(']",> & (],0,1 +350613,350613,02,symb,three_rule_comb2,54,"['<', '*', '(']",& * (],0,1 +350613,350613,02,symb,three_rule_comb2,55,"[':', '~', ':']",* ~ :],0,1 +350613,350613,02,symb,three_rule_comb2,56,"['*', '!', '!']",* ! {],0,1 +350613,350613,02,symb,three_rule_comb2,57,"['&', '*', ':']",* * :],0,1 +350613,350613,02,symb,three_rule_comb2,58,"['!', '*', ':']",! * !],0,1 +350613,350613,02,symb,three_rule_comb2,59,"['&', '~', '(']",& ~ #],0,1 +350613,350613,02,symb,three_rule_comb2,60,"['$', '<', '&']",$ < >],0,1 +350613,350613,02,symb,three_rule_comb2,61,"['>', '>', '>']",> > >],1,1 +350613,350613,02,symb,three_rule_comb2,62,"[':', '~', '*']",: % *],0,1 +350613,350613,02,symb,three_rule_comb2,63,"['~', '<', '>']",~ : >],0,1 +350613,350613,02,symb,three_rule_comb2,64,"['&', '*', '*']",& * <],0,1 +350613,350613,02,symb,three_rule_comb2,65,"['!', '%', '~']",! % !],0,1 +350613,350613,02,symb,three_rule_comb2,66,"['$', '!', '$']",$ ! $],1,1 +350613,350613,02,symb,three_rule_comb2,67,"['$', ':', '$']",? : $],0,1 +350613,350613,02,symb,three_rule_comb2,68,"['~', '%', '%']",~ # %],0,1 +350613,350613,02,symb,three_rule_comb2,69,"['$', '$', '>']",$ $ %],0,1 +350613,350613,02,symb,three_rule_comb2,70,"['(', '>', '(']",( > #],0,1 +350613,350613,02,symb,three_rule_comb2,71,"['%', '&', '<']",% % %],0,1 +350613,350613,02,symb,three_rule_comb2,72,"['(', '%', '&']",% % &],0,1 +350613,350613,02,symb,three_rule_comb2,73,"['&', '!', '~']",% ! ~],0,1 +350613,350613,02,symb,three_rule_comb2,74,"['<', ':', ':']",< % :],0,1 +350613,350613,02,symb,three_rule_comb2,75,"['>', '!', '%']",~ ! %],0,1 +350613,350613,02,symb,three_rule_comb2,76,"['*', '$', '>']",> $ >],0,1 +350613,350613,02,symb,three_rule_comb2,77,"['&', '$', ':']",$ $ :],0,1 +350613,350613,02,symb,three_rule_comb2,78,"['&', ':', ':']",& < :],0,1 +350613,350613,02,symb,three_rule_comb2,79,"['>', '(', '>']",% ( >],0,1 +350613,350613,02,symb,three_rule_comb2,80,"['>', '$', '>']",> ! >],0,1 +350613,350613,02,symb,three_rule_comb2,81,"['>', '%', '~']",> % %],0,1 +350613,350613,02,symb,three_rule_comb2,82,"['(', '*', '*']",% * *,0,1 +350613,350613,02,symb,three_rule_comb2,83,"['~', '%', '>']",> % >],0,1 +350613,350613,02,symb,three_rule_comb2,84,"['<', '(', '*']",(* * *),0,1 +350613,350613,02,symb,three_rule_comb2,85,"[':', '~', '%']",: ~ %],1,1 +350613,350613,02,symb,three_rule_comb2,86,"['>', ':', '(']",: : (],0,1 +350613,350613,02,symb,three_rule_comb2,87,"['%', '!', ':']",~ ! :],0,1 +350613,350613,02,symb,three_rule_comb2,88,"[':', '$', '$']",: $ ?],0,1 +350613,350613,02,symb,three_rule_comb2,89,"['(', '*', '*']",( * [(],0,1 +350613,350613,02,symb,three_rule_comb2,90,"['<', '>', '~']",< % (],0,1 +350613,350613,02,symb,three_rule_comb2,91,"['<', '%', '&']",< $ &],0,1 +350613,350613,02,symb,three_rule_comb2,92,"['<', '<', '*']",< % *],0,1 +350613,350613,02,symb,three_rule_comb2,93,"['(', '<', '&']",( < ~],0,1 +350613,350613,02,symb,three_rule_comb2,94,"['&', ':', '~']",& % ~],0,1 +350613,350613,02,symb,three_rule_comb2,95,"['(', ':', '$']",( $ $],0,1 +350613,350613,02,symb,three_rule_comb2,96,"['~', ':', '~']",~ : *],0,1 +350613,350613,02,symb,three_rule_comb2,97,"['>', '!', '(']",> ! &],0,1 +350613,350613,02,symb,three_rule_comb2,98,"['(', '&', ':']",< & :],0,1 +350613,350613,02,symb,three_rule_comb2,99,"[':', '%', ':']",: % :],1,1 +350613,350613,02,symb,three_rule_comb3,0,"['<', '&', '>']",< & >],1,1 +350613,350613,02,symb,three_rule_comb3,1,"['*', '&', '*']",* & *],1,1 +350613,350613,02,symb,three_rule_comb3,2,"['~', '!', '>']",~ ! >],1,1 +350613,350613,02,symb,three_rule_comb3,3,"['(', ':', '$']",( : $],1,1 +350613,350613,02,symb,three_rule_comb3,4,"['%', '<', '(']",% < (],1,1 +350613,350613,02,symb,three_rule_comb3,5,"['(', '&', '(']",( & (],1,1 +350613,350613,02,symb,three_rule_comb3,6,"['(', '>', ':']",( > :],1,1 +350613,350613,02,symb,three_rule_comb3,7,"['$', '%', '~']",% % ~],0,1 +350613,350613,02,symb,three_rule_comb3,8,"['$', '%', '<']",$ % <],1,1 +350613,350613,02,symb,three_rule_comb3,9,"['$', '%', '(']",$ % (],1,1 +350613,350613,02,symb,three_rule_comb3,10,"['~', '*', '>']",~ * >],1,1 +350613,350613,02,symb,three_rule_comb3,11,"['%', '>', '<']",% > <],1,1 +350613,350613,02,symb,three_rule_comb3,12,"['!', '%', ':']",! % :],1,1 +350613,350613,02,symb,three_rule_comb3,13,"['*', '~', '$']",* ~ $],1,1 +350613,350613,02,symb,three_rule_comb3,14,"['(', '!', '<']",(% ! <)],0,1 +350613,350613,02,symb,three_rule_comb3,15,"['&', '!', '$']",& ! $],1,1 +350613,350613,02,symb,three_rule_comb3,16,"['&', '$', '~']",& $ ~],1,1 +350613,350613,02,symb,three_rule_comb3,17,"[':', '$', '$']",: * $],0,1 +350613,350613,02,symb,three_rule_comb3,18,"['<', '<', '$']",< < $],1,1 +350613,350613,02,symb,three_rule_comb3,19,"['>', '*', '&']",> * &],1,1 +350613,350613,02,symb,three_rule_comb3,20,"['$', '<', '(']",$ < (],1,1 +350613,350613,02,symb,three_rule_comb3,21,"['!', '!', '*']",! > *],0,1 +350613,350613,02,symb,three_rule_comb3,22,"['(', '>', '~']",( > ~],1,1 +350613,350613,02,symb,three_rule_comb3,23,"['!', '!', '$']",: % %],0,1 +350613,350613,02,symb,three_rule_comb3,24,"['%', '&', '(']",: & (],0,1 +350613,350613,02,symb,three_rule_comb3,25,"['&', '~', ':']",& ~ &],0,1 +350613,350613,02,symb,three_rule_comb3,26,"['<', '>', ':']",< ! !],0,1 +350613,350613,02,symb,three_rule_comb3,27,"['&', '&', '!']",& $ !],0,1 +350613,350613,02,symb,three_rule_comb3,28,"['(', '%', '(']",( % (],1,1 +350613,350613,02,symb,three_rule_comb3,29,"['%', '~', '>']",% ~ >],1,1 +350613,350613,02,symb,three_rule_comb3,30,"['<', '&', '$']",<&$],1,1 +350613,350613,02,symb,three_rule_comb3,31,"['~', '(', ':']",~ ( :],1,1 +350613,350613,02,symb,three_rule_comb3,32,"['$', '!', '%']",% ! *],0,1 +350613,350613,02,symb,three_rule_comb3,33,"['$', '$', '<']",$ * <],0,1 +350613,350613,02,symb,three_rule_comb3,34,"['$', '(', ':']",$ ( :]],1,1 +350613,350613,02,symb,three_rule_comb3,35,"['!', '!', ':']",! ! :],1,1 +350613,350613,02,symb,three_rule_comb3,36,"['&', '~', '!']",& ~ $],0,1 +350613,350613,02,symb,three_rule_comb3,37,"['(', '<', '>']",< & >],0,1 +350613,350613,02,symb,three_rule_comb3,38,"[':', '>', '$']",: > $],1,1 +350613,350613,02,symb,three_rule_comb3,39,"['!', ':', '!']",! : !],1,1 +350613,350613,02,symb,three_rule_comb3,40,"['%', '%', '$']",* * $],0,1 +350613,350613,02,symb,three_rule_comb3,41,"['<', '*', '*']",< * *],1,1 +350613,350613,02,symb,three_rule_comb3,42,"['$', '&', '~']",$ & ~],1,1 +350613,350613,02,symb,three_rule_comb3,43,"['!', '(', '!']",! ( !],1,1 +350613,350613,02,symb,three_rule_comb3,44,"[':', '$', ':']",: $ %],0,1 +350613,350613,02,symb,three_rule_comb3,45,"['$', '$', '%']",$ % >],0,1 +350613,350613,02,symb,three_rule_comb3,46,"['%', '<', '&']",% < &],1,1 +350613,350613,02,symb,three_rule_comb3,47,"['~', '(', '*']",~ ( *),0,1 +350613,350613,02,symb,three_rule_comb3,48,"['>', '>', ':']",> < !],0,1 +350613,350613,02,symb,three_rule_comb3,49,"['$', '$', '(']",$ ( *],0,1 +350613,350613,02,symb,three_rule_comb3,50,"['&', '~', '<']",& ~ <],1,1 +350613,350613,02,symb,three_rule_comb3,51,"['$', '%', ':']",$ % :],1,1 +350613,350613,02,symb,three_rule_comb3,52,"['(', '(', '~']",& & ~],0,1 +350613,350613,02,symb,three_rule_comb3,53,"['~', '%', '&']",~ % &],1,1 +350613,350613,02,symb,three_rule_comb3,54,"['%', '>', '<']",% > <],1,1 +350613,350613,02,symb,three_rule_comb3,55,"['(', '*', '!']",( * !],1,1 +350613,350613,02,symb,three_rule_comb3,56,"['$', '!', '>']",$ > !],0,1 +350613,350613,02,symb,three_rule_comb3,57,"['~', '!', '!']",~ ! >],0,1 +350613,350613,02,symb,three_rule_comb3,58,"['<', '&', '&']",< & !],0,1 +350613,350613,02,symb,three_rule_comb3,59,"['&', '~', '&']",& $ !],0,1 +350613,350613,02,symb,three_rule_comb3,60,"['~', '&', '%']",~ & %],1,1 +350613,350613,02,symb,three_rule_comb3,61,"[':', '(', ':']",: ( :],1,1 +350613,350613,02,symb,three_rule_comb3,62,"['<', '(', '>']",< % >],0,1 +350613,350613,02,symb,three_rule_comb3,63,"['~', '!', '!']",~ ! !],1,1 +350613,350613,02,symb,three_rule_comb3,64,"['!', '%', '>']",! % >],1,1 +350613,350613,02,symb,three_rule_comb3,65,"['>', '>', '$']",> > ~ $],0,1 +350613,350613,02,symb,three_rule_comb3,66,"[':', '>', '~']",: > ~],1,1 +350613,350613,02,symb,three_rule_comb3,67,"['&', ':', '~']",& : ~],1,1 +350613,350613,02,symb,three_rule_comb3,68,"['*', '!', '*']",* ! *],1,1 +350613,350613,02,symb,three_rule_comb3,69,"[':', '<', '(']",: < (],1,1 +350613,350613,02,symb,three_rule_comb3,70,"[':', '~', '*']",: ~ *],1,1 +350613,350613,02,symb,three_rule_comb3,71,"['&', '$', '(']",& $ (],1,1 +350613,350613,02,symb,three_rule_comb3,72,"['!', '*', '~']",! ! ~]],0,1 +350613,350613,02,symb,three_rule_comb3,73,"['$', ':', '%']",< : : !],0,1 +350613,350613,02,symb,three_rule_comb3,74,"['>', ':', '!']",> : !],1,1 +350613,350613,02,symb,three_rule_comb3,75,"['(', '&', '(']",( & (%],0,1 +350613,350613,02,symb,three_rule_comb3,76,"['!', '<', '(']",! < (],1,1 +350613,350613,02,symb,three_rule_comb3,77,"['~', '$', '!']",~ $ !],1,1 +350613,350613,02,symb,three_rule_comb3,78,"['&', '<', '$']",$ < $],0,1 +350613,350613,02,symb,three_rule_comb3,79,"['!', ':', '~']",! : ~],1,1 +350613,350613,02,symb,three_rule_comb3,80,"['(', '<', '&']",: : &],0,1 +350613,350613,02,symb,three_rule_comb3,81,"['$', '&', '~']",$ & ~],1,1 +350613,350613,02,symb,three_rule_comb3,82,"['&', '<', '$']",& < $],1,1 +350613,350613,02,symb,three_rule_comb3,83,"['$', '&', '>']",$ & >],1,1 +350613,350613,02,symb,three_rule_comb3,84,"['~', '&', '!']",~ & !],1,1 +350613,350613,02,symb,three_rule_comb3,85,"['!', '%', '~']",! % ~],1,1 +350613,350613,02,symb,three_rule_comb3,86,"['>', '~', '*']",> ~ *],1,1 +350613,350613,02,symb,three_rule_comb3,87,"['>', '~', '~']",> ! ~ ~],0,1 +350613,350613,02,symb,three_rule_comb3,88,"['>', '>', '>']",> > >],1,1 +350613,350613,02,symb,three_rule_comb3,89,"['&', '(', '$']",& ( $],1,1 +350613,350613,02,symb,three_rule_comb3,90,"['(', '$', '!']",( $ !],1,1 +350613,350613,02,symb,three_rule_comb3,91,"['&', '%', ':']",& % :],1,1 +350613,350613,02,symb,three_rule_comb3,92,"['*', '(', '>']",* ( >],1,1 +350613,350613,02,symb,three_rule_comb3,93,"['(', '&', '$']",$ & $],0,1 +350613,350613,02,symb,three_rule_comb3,94,"['~', '%', '<']",~ % <],1,1 +350613,350613,02,symb,three_rule_comb3,95,"['>', '$', '>']",> $ >],1,1 +350613,350613,02,symb,three_rule_comb3,96,"['(', '(', '&']",( ( &],1,1 +350613,350613,02,symb,three_rule_comb3,97,"['~', '&', '<']",~ & <],1,1 +350613,350613,02,symb,three_rule_comb3,98,"['%', ':', '*']",% : *],1,1 +350613,350613,02,symb,three_rule_comb3,99,"['%', '~', '*']",% ~ *,1,1 +350613,350613,02,symb,three_rule_comb4,0,"[':', '>', '%']",< < %],0,1 +350613,350613,02,symb,three_rule_comb4,1,"['>', '$', '(']",> ~ (],0,1 +350613,350613,02,symb,three_rule_comb4,2,"['$', '!', '&']",~ ! &],0,1 +350613,350613,02,symb,three_rule_comb4,3,"['$', '>', '%']",$ > ~],0,1 +350613,350613,02,symb,three_rule_comb4,4,"['$', ':', '!']",& > !],0,1 +350613,350613,02,symb,three_rule_comb4,5,"['(', ':', '<']",: ~ >],0,1 +350613,350613,02,symb,three_rule_comb4,6,"['$', '!', '~']",~ ! ~],0,1 +350613,350613,02,symb,three_rule_comb4,7,"['*', '<', ':']",* * :],0,1 +350613,350613,02,symb,three_rule_comb4,8,"['~', '%', '<']",~ & *],0,1 +350613,350613,02,symb,three_rule_comb4,9,"['%', '&', '$']",% ! >],0,1 +350613,350613,02,symb,three_rule_comb4,10,"[':', '&', '<']",: & :],0,1 +350613,350613,02,symb,three_rule_comb4,11,"['>', '!', ':']",> ( >],0,1 +350613,350613,02,symb,three_rule_comb4,12,"['(', '!', '!']",( ! ~],0,1 +350613,350613,02,symb,three_rule_comb4,13,"['%', ':', '%']",% % %],0,1 +350613,350613,02,symb,three_rule_comb4,14,"['!', '%', '$']",! $ $],0,1 +350613,350613,02,symb,three_rule_comb4,15,"['$', ':', ':']",$ % :],0,1 +350613,350613,02,symb,three_rule_comb4,16,"['%', '%', '%']",% & *],0,1 +350613,350613,02,symb,three_rule_comb4,17,"['*', '>', '&']",* > $],0,1 +350613,350613,02,symb,three_rule_comb4,18,"['>', '(', '*']",!< ( !],0,1 +350613,350613,02,symb,three_rule_comb4,19,"['<', '(', '<']",& ( <],0,1 +350613,350613,02,symb,three_rule_comb4,20,"['*', '<', '*']",* < !],0,1 +350613,350613,02,symb,three_rule_comb4,21,"['!', '!', '(']",! > $],0,1 +350613,350613,02,symb,three_rule_comb4,22,"['<', '%', '!']",< ! !],0,1 +350613,350613,02,symb,three_rule_comb4,23,"['!', '%', ':']",! : $],0,1 +350613,350613,02,symb,three_rule_comb4,24,"['<', ':', '%']",< * %],0,1 +350613,350613,02,symb,three_rule_comb4,25,"['*', '&', '*']",* * *],0,1 +350613,350613,02,symb,three_rule_comb4,26,"['*', '>', '*']",* * (],0,1 +350613,350613,02,symb,three_rule_comb4,27,"['<', '$', ':']",* $ :],0,1 +350613,350613,02,symb,three_rule_comb4,28,"['*', '>', '<']",* ! *],0,1 +350613,350613,02,symb,three_rule_comb4,29,"['<', '<', '&']",< < %],0,1 +350613,350613,02,symb,three_rule_comb4,30,"['(', '(', '&']",# : #],0,1 +350613,350613,02,symb,three_rule_comb4,31,"['&', '!', '(']",& ! >],0,1 +350613,350613,02,symb,three_rule_comb4,32,"['<', '$', '!']",< : !],0,1 +350613,350613,02,symb,three_rule_comb4,33,"['%', ':', '%']",% : ~],0,1 +350613,350613,02,symb,three_rule_comb4,34,"['~', '~', ':']",% ~ <],0,1 +350613,350613,02,symb,three_rule_comb4,35,"['&', '*', ':']",& * >],0,1 +350613,350613,02,symb,three_rule_comb4,36,"['<', ':', '!']",< < <],0,1 +350613,350613,02,symb,three_rule_comb4,37,"['*', '%', '&']",~ % &],0,1 +350613,350613,02,symb,three_rule_comb4,38,"['&', '(', '~']",# ( #),0,1 +350613,350613,02,symb,three_rule_comb4,39,"['<', '(', ':']",< % :>],0,1 +350613,350613,02,symb,three_rule_comb4,40,"['&', '~', '&']",$ ~ &],0,1 +350613,350613,02,symb,three_rule_comb4,41,"['>', '!', ':']",> ! <],0,1 +350613,350613,02,symb,three_rule_comb4,42,"[':', '(', '<']",: & *],0,1 +350613,350613,02,symb,three_rule_comb4,43,"['<', '!', ':']",< ! %],0,1 +350613,350613,02,symb,three_rule_comb4,44,"['>', '&', '$']",> ( $],0,1 +350613,350613,02,symb,three_rule_comb4,45,"['>', ':', '(']",> : %],0,1 +350613,350613,02,symb,three_rule_comb4,46,"['*', '*', '&']",< % &]],0,1 +350613,350613,02,symb,three_rule_comb4,47,"['$', '$', ':']",>& $ :],0,1 +350613,350613,02,symb,three_rule_comb4,48,"['%', '*', '!']",! % *],0,1 +350613,350613,02,symb,three_rule_comb4,49,"['&', '~', '$']",> $ $]],0,1 +350613,350613,02,symb,three_rule_comb4,50,"['(', ':', '<']",! : *],0,1 +350613,350613,02,symb,three_rule_comb4,51,"[':', ':', '~']",:% ~],0,1 +350613,350613,02,symb,three_rule_comb4,52,"[':', '(', '%']",< % %],0,1 +350613,350613,02,symb,three_rule_comb4,53,"['%', '$', '$']",% $ !],0,1 +350613,350613,02,symb,three_rule_comb4,54,"['!', '(', '>']",! % >],0,1 +350613,350613,02,symb,three_rule_comb4,55,"['(', '>', '~']",: > ~],0,1 +350613,350613,02,symb,three_rule_comb4,56,"['>', '<', '<']",> : <],0,1 +350613,350613,02,symb,three_rule_comb4,57,"['~', '>', '&']",> & &],0,1 +350613,350613,02,symb,three_rule_comb4,58,"['*', '$', '$']",* > $],0,1 +350613,350613,02,symb,three_rule_comb4,59,"['<', '!', '<']",< ! (],0,1 +350613,350613,02,symb,three_rule_comb4,60,"['%', ':', '(']",% < (],0,1 +350613,350613,02,symb,three_rule_comb4,61,"['*', '!', ':']",! ! :],0,1 +350613,350613,02,symb,three_rule_comb4,62,"[':', '&', '$']",$ & $],0,1 +350613,350613,02,symb,three_rule_comb4,63,"['%', '>', '(']",% > %],0,1 +350613,350613,02,symb,three_rule_comb4,64,"['<', '$', '*']",$ * $,0,1 +350613,350613,02,symb,three_rule_comb4,65,"['~', '~', '*']",< ( *],0,1 +350613,350613,02,symb,three_rule_comb4,66,"[':', '%', '%']",: % ~],0,1 +350613,350613,02,symb,three_rule_comb4,67,"['~', '$', '$']",~ $ ~],0,1 +350613,350613,02,symb,three_rule_comb4,68,"['%', '$', '(']",% * !],0,1 +350613,350613,02,symb,three_rule_comb4,69,"['<', ':', '~']",< ~ ~],0,1 +350613,350613,02,symb,three_rule_comb4,70,"['%', '!', '<']",% ! <],1,1 +350613,350613,02,symb,three_rule_comb4,71,"['!', '*', ':']",> * :],0,1 +350613,350613,02,symb,three_rule_comb4,72,"['>', '>', '(']",> ! <],0,1 +350613,350613,02,symb,three_rule_comb4,73,"['&', '>', '*']",& ( *],0,1 +350613,350613,02,symb,three_rule_comb4,74,"['%', '>', '<']",% % ~],0,1 +350613,350613,02,symb,three_rule_comb4,75,"['%', '!', '!']",~ * !],0,1 +350613,350613,02,symb,three_rule_comb4,76,"['<', '$', '<']",< $ *],0,1 +350613,350613,02,symb,three_rule_comb4,77,"[':', '*', '$']",* $ $],0,1 +350613,350613,02,symb,three_rule_comb4,78,"['<', '&', '&']",< & !],0,1 +350613,350613,02,symb,three_rule_comb4,79,"['~', '>', '<']",* > <],0,1 +350613,350613,02,symb,three_rule_comb4,80,"['(', '(', '%']",( : :],0,1 +350613,350613,02,symb,three_rule_comb4,81,"[':', '(', '>']",: ( (],0,1 +350613,350613,02,symb,three_rule_comb4,82,"['$', '%', '*']",$ % <],0,1 +350613,350613,02,symb,three_rule_comb4,83,"['<', '!', '$']",< & ?],0,1 +350613,350613,02,symb,three_rule_comb4,84,"['(', '*', ':']",> * :],0,1 +350613,350613,02,symb,three_rule_comb4,85,"[':', '*', '(']",(% : %),0,1 +350613,350613,02,symb,three_rule_comb4,86,"['*', ':', ':']",* * :],0,1 +350613,350613,02,symb,three_rule_comb4,87,"['!', '~', '<']",! ~ (,0,1 +350613,350613,02,symb,three_rule_comb4,88,"[':', '>', '<']",: : ~],0,1 +350613,350613,02,symb,three_rule_comb4,89,"['$', '$', '<']",$ & *],0,1 +350613,350613,02,symb,three_rule_comb4,90,"[':', '~', '*']",: * *],0,1 +350613,350613,02,symb,three_rule_comb4,91,"['<', '~', '&']",$ ~ >],0,1 +350613,350613,02,symb,three_rule_comb4,92,"['*', '$', '(']",* ! (],0,1 +350613,350613,02,symb,three_rule_comb4,93,"['(', '$', '~']",& $ <],0,1 +350613,350613,02,symb,three_rule_comb4,94,"['<', '(', '<']",< > <],0,1 +350613,350613,02,symb,three_rule_comb4,95,"['>', '*', '~']",! * :],0,1 +350613,350613,02,symb,three_rule_comb4,96,"['<', '&', '>']",< > !],0,1 +350613,350613,02,symb,three_rule_comb4,97,"['<', '&', '&']",< & >],0,1 +350613,350613,02,symb,three_rule_comb4,98,"['%', '>', ':']",$ > &],0,1 +350613,350613,02,symb,three_rule_comb4,99,"['(', '%', '$']",$ % !],0,1 +350613,350613,02,symb,three_rule_comb5,0,"['<', '%', '>']",<* ! ~],0,1 +350613,350613,02,symb,three_rule_comb5,1,"['!', '!', '&']",! > >],0,1 +350613,350613,02,symb,three_rule_comb5,2,"['<', '!', '&']",* > &],0,1 +350613,350613,02,symb,three_rule_comb5,3,"['<', '$', '*']",< > >],0,1 +350613,350613,02,symb,three_rule_comb5,4,"['%', '*', '(']",(! ! (],0,1 +350613,350613,02,symb,three_rule_comb5,5,"['$', '*', ':']",& * ~],0,1 +350613,350613,02,symb,three_rule_comb5,6,"['*', ':', '>']",* % !],0,1 +350613,350613,02,symb,three_rule_comb5,7,"[':', '(', '<']",: * %],0,1 +350613,350613,02,symb,three_rule_comb5,8,"['>', '(', '>']",> ~ !],0,1 +350613,350613,02,symb,three_rule_comb5,9,"['~', '&', '<']",* & $],0,1 +350613,350613,02,symb,three_rule_comb5,10,"['<', '<', '~']",< < &],0,1 +350613,350613,02,symb,three_rule_comb5,11,"['*', '(', ':']",$ ( <],0,1 +350613,350613,02,symb,three_rule_comb5,12,"['%', '~', '%']",& ~ %],0,1 +350613,350613,02,symb,three_rule_comb5,13,"['$', '(', '%']",& ( !],0,1 +350613,350613,02,symb,three_rule_comb5,14,"['~', '!', '*']",< ( *],0,1 +350613,350613,02,symb,three_rule_comb5,15,"['%', '$', ':']",% < %],0,1 +350613,350613,02,symb,three_rule_comb5,16,"['>', '<', '~']",(! ~ *),0,1 +350613,350613,02,symb,three_rule_comb5,17,"['%', '&', '>']",% > (],0,1 +350613,350613,02,symb,three_rule_comb5,18,"['&', '(', '&']",& > (],0,1 +350613,350613,02,symb,three_rule_comb5,19,"['%', '&', '%']",% & #],0,1 +350613,350613,02,symb,three_rule_comb5,20,"['(', '(', '$']",( > &],0,1 +350613,350613,02,symb,three_rule_comb5,21,"['&', '>', '(']",& : %],0,1 +350613,350613,02,symb,three_rule_comb5,22,"['$', '(', '(']",& ( %],0,1 +350613,350613,02,symb,three_rule_comb5,23,"['<', '(', '%']",< & %],0,1 +350613,350613,02,symb,three_rule_comb5,24,"['~', '%', '(']",* ( *],0,1 +350613,350613,02,symb,three_rule_comb5,25,"[':', '~', '&']",* ~ ],0,1 +350613,350613,02,symb,three_rule_comb5,26,"['>', '(', ':']",# * :],0,1 +350613,350613,02,symb,three_rule_comb5,27,"['$', '!', '~']",< ! >],0,1 +350613,350613,02,symb,three_rule_comb5,28,"['(', ':', '!']",: ( !],0,1 +350613,350613,02,symb,three_rule_comb5,29,"['$', ':', '%']",$ % (],0,1 +350613,350613,02,symb,three_rule_comb5,30,"['<', '$', '<']",$ $ >],0,1 +350613,350613,02,symb,three_rule_comb5,31,"['<', '(', '(']",< > &],0,1 +350613,350613,02,symb,three_rule_comb5,32,"['<', '<', '$']",< : ~],0,1 +350613,350613,02,symb,three_rule_comb5,33,"['>', '&', ':']",<&<],0,1 +350613,350613,02,symb,three_rule_comb5,34,"['(', '%', '<']",( & : ],0,1 +350613,350613,02,symb,three_rule_comb5,35,"['<', '$', '*']",: ~ *],0,1 +350613,350613,02,symb,three_rule_comb5,36,"['&', '*', '*']",(* * *),0,1 +350613,350613,02,symb,three_rule_comb5,37,"['<', '*', '>']",($ * $),0,1 +350613,350613,02,symb,three_rule_comb5,38,"['!', '$', '&']",! & *],0,1 +350613,350613,02,symb,three_rule_comb5,39,"['!', ':', '$']",> % $]],0,1 +350613,350613,02,symb,three_rule_comb5,40,"['%', '%', '%']",% $ &],0,1 +350613,350613,02,symb,three_rule_comb5,41,"['>', '%', '!']",> ! * ],0,1 +350613,350613,02,symb,three_rule_comb5,42,"['!', '~', ':']",> ~ %],0,1 +350613,350613,02,symb,three_rule_comb5,43,"['<', '&', '%']",(& < *)],0,1 +350613,350613,02,symb,three_rule_comb5,44,"['~', '(', '$']",~ * ?],0,1 +350613,350613,02,symb,three_rule_comb5,45,"['<', '!', '%']",* ! !],0,1 +350613,350613,02,symb,three_rule_comb5,46,"['!', '!', ':']",> ! %],0,1 +350613,350613,02,symb,three_rule_comb5,47,"['$', '$', ':']",$ $ $],0,1 +350613,350613,02,symb,three_rule_comb5,48,"['<', '!', '(']",< > (],0,1 +350613,350613,02,symb,three_rule_comb5,49,"['!', '(', '$']",! * ?],0,1 +350613,350613,02,symb,three_rule_comb5,50,"['*', '&', '>']",< & !],0,1 +350613,350613,02,symb,three_rule_comb5,51,"['*', '*', '<']",< * :],0,1 +350613,350613,02,symb,three_rule_comb5,52,"['&', '(', '$']",# < $],0,1 +350613,350613,02,symb,three_rule_comb5,53,"['&', '<', '$']",: > >],0,1 +350613,350613,02,symb,three_rule_comb5,54,"['%', ':', ':']",: % ~],0,1 +350613,350613,02,symb,three_rule_comb5,55,"['%', '<', '$']",% $ &],0,1 +350613,350613,02,symb,three_rule_comb5,56,"['%', '~', '*']",* ~ ~],0,1 +350613,350613,02,symb,three_rule_comb5,57,"['(', '!', '&']",% ! <],0,1 +350613,350613,02,symb,three_rule_comb5,58,"['%', '~', '$']",% > ?],0,1 +350613,350613,02,symb,three_rule_comb5,59,"[':', '>', '%']",: ~ *],0,1 +350613,350613,02,symb,three_rule_comb5,60,"['&', '(', '>']",$ : >],0,1 +350613,350613,02,symb,three_rule_comb5,61,"['>', '(', '&']",> $ $],0,1 +350613,350613,02,symb,three_rule_comb5,62,"['(', '%', '(']",( % : :],0,1 +350613,350613,02,symb,three_rule_comb5,63,"['$', '%', '&']",$ # &],0,1 +350613,350613,02,symb,three_rule_comb5,64,"['>', '%', ':']",(* : :),0,1 +350613,350613,02,symb,three_rule_comb5,65,"['!', '(', ':']",> > *],0,1 +350613,350613,02,symb,three_rule_comb5,66,"['$', '&', '%']",& $ %],0,1 +350613,350613,02,symb,three_rule_comb5,67,"['&', '&', '<']",($ & )],0,1 +350613,350613,02,symb,three_rule_comb5,68,"['!', '<', '!']",> $ !],0,1 +350613,350613,02,symb,three_rule_comb5,69,"['!', '(', '(']",> < %],0,1 +350613,350613,02,symb,three_rule_comb5,70,"['!', '*', '<']",> * ~],0,1 +350613,350613,02,symb,three_rule_comb5,71,"['%', '<', '<']",! < :],0,1 +350613,350613,02,symb,three_rule_comb5,72,"['<', '$', '>']",< < >],0,1 +350613,350613,02,symb,three_rule_comb5,73,"['$', '$', '!']",& $ >],0,1 +350613,350613,02,symb,three_rule_comb5,74,"[':', '(', '<']",(! ( (!],0,1 +350613,350613,02,symb,three_rule_comb5,75,"['!', '<', ':']",! ~ ~],0,1 +350613,350613,02,symb,three_rule_comb5,76,"['(', '!', '!']",( ! $],0,1 +350613,350613,02,symb,three_rule_comb5,77,"[':', '%', '~']",* % *],0,1 +350613,350613,02,symb,three_rule_comb5,78,"[':', '~', '>']",% * >],0,1 +350613,350613,02,symb,three_rule_comb5,79,"['$', '&', '%']",& & ^],0,1 +350613,350613,02,symb,three_rule_comb5,80,"['%', '$', '<']",$ ! *],0,1 +350613,350613,02,symb,three_rule_comb5,81,"['(', '!', '*']",% > ~],0,1 +350613,350613,02,symb,three_rule_comb5,82,"['*', ':', '~']",* ( *),0,1 +350613,350613,02,symb,three_rule_comb5,83,"['&', '>', '~']",( > !],0,1 +350613,350613,02,symb,three_rule_comb5,84,"['$', '%', '$']",< % : ],0,1 +350613,350613,02,symb,three_rule_comb5,85,"['<', '%', '<']",< $ ~],0,1 +350613,350613,02,symb,three_rule_comb5,86,"['&', '%', '>']",& : !],0,1 +350613,350613,02,symb,three_rule_comb5,87,"[':', '(', ':']",> * <],0,1 +350613,350613,02,symb,three_rule_comb5,88,"['$', '*', '>']",< * !],0,1 +350613,350613,02,symb,three_rule_comb5,89,"['%', '*', '<']",! * :],0,1 +350613,350613,02,symb,three_rule_comb5,90,"['>', '<', '*']",! $ *],0,1 +350613,350613,02,symb,three_rule_comb5,91,"['%', ':', '*']",% < <],0,1 +350613,350613,02,symb,three_rule_comb5,92,"['&', '%', '$']",& $ *],0,1 +350613,350613,02,symb,three_rule_comb5,93,"['%', '&', ':']",$ * :],0,1 +350613,350613,02,symb,three_rule_comb5,94,"['!', '(', '&']",! & >],0,1 +350613,350613,02,symb,three_rule_comb5,95,"['(', '$', '*']",% & *],0,1 +350613,350613,02,symb,three_rule_comb5,96,"['$', '$', '<']",& $ *],0,1 +350613,350613,02,symb,three_rule_comb5,97,"[':', '$', '&']",(% < &],0,1 +350613,350613,02,symb,three_rule_comb5,98,"['(', '*', '(']",: ~ (],0,1 +350613,350613,02,symb,three_rule_comb5,99,"['(', '~', '(']",( > &],0,1 +350613,350613,02,symb,three_rule_comb6,0,"['%', '&', '~']",% & ~],1,1 +350613,350613,02,symb,three_rule_comb6,1,"['>', '&', '$']",> & $],1,1 +350613,350613,02,symb,three_rule_comb6,2,"['&', '%', '*']",& % *],1,1 +350613,350613,02,symb,three_rule_comb6,3,"['!', '&', '$']",(& :)],0,1 +350613,350613,02,symb,three_rule_comb6,4,"['*', '<', '!']",* < !],1,1 +350613,350613,02,symb,three_rule_comb6,5,"['*', '%', '$']",* % $],1,1 +350613,350613,02,symb,three_rule_comb6,6,"['<', '%', '$']",< % $],1,1 +350613,350613,02,symb,three_rule_comb6,7,"['~', '*', '>']",~ * >],1,1 +350613,350613,02,symb,three_rule_comb6,8,"['(', '$', '&']",( $ &],1,1 +350613,350613,02,symb,three_rule_comb6,9,"['<', '<', '&']",< < &],1,1 +350613,350613,02,symb,three_rule_comb6,10,"['!', '&', ':']",! & :],1,1 +350613,350613,02,symb,three_rule_comb6,11,"['%', '<', '$']",$ < %],0,1 +350613,350613,02,symb,three_rule_comb6,12,"['>', '&', '&']",> & %],0,1 +350613,350613,02,symb,three_rule_comb6,13,"['$', '&', '(']",$ & (],1,1 +350613,350613,02,symb,three_rule_comb6,14,"['(', '*', '$']",( * $],1,1 +350613,350613,02,symb,three_rule_comb6,15,"['$', '%', ':']",$ ! :],0,1 +350613,350613,02,symb,three_rule_comb6,16,"['%', '<', '(']",% < (],1,1 +350613,350613,02,symb,three_rule_comb6,17,"['(', '<', '$']",( < $],1,1 +350613,350613,02,symb,three_rule_comb6,18,"['~', '$', '<']",~ * <],0,1 +350613,350613,02,symb,three_rule_comb6,19,"['~', '>', '*']",~ > *],1,1 +350613,350613,02,symb,three_rule_comb6,20,"['$', '(', '$']",$ ( $],1,1 +350613,350613,02,symb,three_rule_comb6,21,"['~', '$', ':']",~ $ :],1,1 +350613,350613,02,symb,three_rule_comb6,22,"[':', '!', '$']",: ! $],1,1 +350613,350613,02,symb,three_rule_comb6,23,"['$', '$', '<']",$ < !],0,1 +350613,350613,02,symb,three_rule_comb6,24,"['>', '~', '>']",> ~ >],1,1 +350613,350613,02,symb,three_rule_comb6,25,"['(', ':', ':']",! : :],0,1 +350613,350613,02,symb,three_rule_comb6,26,"['%', '>', ':']",% > :],1,1 +350613,350613,02,symb,three_rule_comb6,27,"['&', '(', '!']",& ( !],1,1 +350613,350613,02,symb,three_rule_comb6,28,"['~', '(', '~']",~ ( %],0,1 +350613,350613,02,symb,three_rule_comb6,29,"['&', '*', '(']",& * (],1,1 +350613,350613,02,symb,three_rule_comb6,30,"[':', '$', '!']",: $ !],1,1 +350613,350613,02,symb,three_rule_comb6,31,"['<', '&', ':']",< & *],0,1 +350613,350613,02,symb,three_rule_comb6,32,"['(', '%', '(']",( : (],0,1 +350613,350613,02,symb,three_rule_comb6,33,"[':', '(', '&']",: ( >],0,1 +350613,350613,02,symb,three_rule_comb6,34,"['$', '<', '!']",$ % ~],0,1 +350613,350613,02,symb,three_rule_comb6,35,"['>', '*', '&']",* > %],0,1 +350613,350613,02,symb,three_rule_comb6,36,"['!', '(', '*']",! ( *],1,1 +350613,350613,02,symb,three_rule_comb6,37,"['%', '<', '%']",% < %],1,1 +350613,350613,02,symb,three_rule_comb6,38,"['&', '&', '*']",& & *],1,1 +350613,350613,02,symb,three_rule_comb6,39,"['*', '<', '!']",* < !],1,1 +350613,350613,02,symb,three_rule_comb6,40,"[':', '>', '<']",> : >],0,1 +350613,350613,02,symb,three_rule_comb6,41,"['<', ':', '<']",< : <],1,1 +350613,350613,02,symb,three_rule_comb6,42,"['*', '*', '(']",* * >],0,1 +350613,350613,02,symb,three_rule_comb6,43,"['%', '$', '&']",% $ &],1,1 +350613,350613,02,symb,three_rule_comb6,44,"['$', '~', '<']",$ ~ <],1,1 +350613,350613,02,symb,three_rule_comb6,45,"['%', '!', '&']",% ! &],1,1 +350613,350613,02,symb,three_rule_comb6,46,"['%', '%', '!']",% % !],1,1 +350613,350613,02,symb,three_rule_comb6,47,"['$', '<', '~']",$ < ~],1,1 +350613,350613,02,symb,three_rule_comb6,48,"['$', '>', '!']",$ : !],0,1 +350613,350613,02,symb,three_rule_comb6,49,"[':', '~', '%']",: % %],0,1 +350613,350613,02,symb,three_rule_comb6,50,"['%', '&', '~']",% & ~],1,1 +350613,350613,02,symb,three_rule_comb6,51,"['(', '&', '*']",( ( (],0,1 +350613,350613,02,symb,three_rule_comb6,52,"[':', '$', '!']",: $ !],1,1 +350613,350613,02,symb,three_rule_comb6,53,"['$', '%', '<']",% < *],0,1 +350613,350613,02,symb,three_rule_comb6,54,"['(', '(', '~']",( ( ~],1,1 +350613,350613,02,symb,three_rule_comb6,55,"['~', '*', '$']",~ * $],1,1 +350613,350613,02,symb,three_rule_comb6,56,"['(', ':', '&']",( : &],1,1 +350613,350613,02,symb,three_rule_comb6,57,"['*', '~', ':']",* ! :],0,1 +350613,350613,02,symb,three_rule_comb6,58,"['*', '<', '~']",* < ~],1,1 +350613,350613,02,symb,three_rule_comb6,59,"['<', '<', '&']",< < &],1,1 +350613,350613,02,symb,three_rule_comb6,60,"[':', '&', '!']",: & !],1,1 +350613,350613,02,symb,three_rule_comb6,61,"['*', '~', '!']",* ~ !],1,1 +350613,350613,02,symb,three_rule_comb6,62,"['%', '<', '(']",% < (],1,1 +350613,350613,02,symb,three_rule_comb6,63,"['~', ':', '!']",~ : !],1,1 +350613,350613,02,symb,three_rule_comb6,64,"['~', '!', '&']",! ~ !],0,1 +350613,350613,02,symb,three_rule_comb6,65,"['&', '!', '~']",& ! ~],1,1 +350613,350613,02,symb,three_rule_comb6,66,"['~', '&', '~']",~ ! ~],0,1 +350613,350613,02,symb,three_rule_comb6,67,"['~', ':', '$']",~ : $],1,1 +350613,350613,02,symb,three_rule_comb6,68,"['(', '&', '$']",( > >],0,1 +350613,350613,02,symb,three_rule_comb6,69,"['~', '$', '*']",~ $ *],1,1 +350613,350613,02,symb,three_rule_comb6,70,"['&', '!', '<']",& ! <],1,1 +350613,350613,02,symb,three_rule_comb6,71,"['*', '%', '!']",% * !],0,1 +350613,350613,02,symb,three_rule_comb6,72,"['%', '(', '>']",% ( >],1,1 +350613,350613,02,symb,three_rule_comb6,73,"['&', '~', '~']",& ~ ~],1,1 +350613,350613,02,symb,three_rule_comb6,74,"['!', '*', '~']",! * &],0,1 +350613,350613,02,symb,three_rule_comb6,75,"['!', '(', '>']",! ( >],1,1 +350613,350613,02,symb,three_rule_comb6,76,"[':', '%', '>']",: % >],1,1 +350613,350613,02,symb,three_rule_comb6,77,"['$', '!', '~']",$ ~ : $,0,1 +350613,350613,02,symb,three_rule_comb6,78,"['~', '%', ':']",% ~ :],0,1 +350613,350613,02,symb,three_rule_comb6,79,"['~', '%', '%']",% ~ (],0,1 +350613,350613,02,symb,three_rule_comb6,80,"['!', '~', '!']",( ! !],0,1 +350613,350613,02,symb,three_rule_comb6,81,"['&', '<', '%']",& < &],0,1 +350613,350613,02,symb,three_rule_comb6,82,"['&', '(', '<']",& ( <],1,1 +350613,350613,02,symb,three_rule_comb6,83,"['(', '$', '!']",(~ : !)],0,1 +350613,350613,02,symb,three_rule_comb6,84,"[':', '>', '%']",& & %],0,1 +350613,350613,02,symb,three_rule_comb6,85,"['&', '!', '$']",& ! $],1,1 +350613,350613,02,symb,three_rule_comb6,86,"['(', '>', '~']",( > ~],1,1 +350613,350613,02,symb,three_rule_comb6,87,"['&', '(', ':']",& ( ~],0,1 +350613,350613,02,symb,three_rule_comb6,88,"['%', '<', ':']",% < :],1,1 +350613,350613,02,symb,three_rule_comb6,89,"[':', '!', '$']",: ! $],1,1 +350613,350613,02,symb,three_rule_comb6,90,"['<', '&', '*']",< & *],1,1 +350613,350613,02,symb,three_rule_comb6,91,"['>', '~', '$']",> ~ $],1,1 +350613,350613,02,symb,three_rule_comb6,92,"['!', '>', '$']",! > $],1,1 +350613,350613,02,symb,three_rule_comb6,93,"['$', ':', '&']",$ : &],1,1 +350613,350613,02,symb,three_rule_comb6,94,"['(', '$', '(']",( $ ~],0,1 +350613,350613,02,symb,three_rule_comb6,95,"['(', '>', ':']",( > >],0,1 +350613,350613,02,symb,three_rule_comb6,96,"['!', '>', '>']",! > !],0,1 +350613,350613,02,symb,three_rule_comb6,97,"[':', '&', '~']",: & ~],1,1 +350613,350613,02,symb,three_rule_comb6,98,"['>', '!', '<']",> ! <],1,1 +350613,350613,02,symb,three_rule_comb6,99,"['<', '~', ':']",< ~ :],1,1 +350613,350613,02,symb,three_rule_comb7,0,"['<', '(', ':']",< ( *],0,1 +350613,350613,02,symb,three_rule_comb7,1,"['!', '&', ':']",! & >],0,1 +350613,350613,02,symb,three_rule_comb7,2,"['(', '>', '$']",: * &],0,1 +350613,350613,02,symb,three_rule_comb7,3,"['(', ':', '<']",% ( ~]],0,1 +350613,350613,02,symb,three_rule_comb7,4,"['>', '<', '*']",> > *],0,1 +350613,350613,02,symb,three_rule_comb7,5,"['$', '!', '$']",$ ! ~],0,1 +350613,350613,02,symb,three_rule_comb7,6,"['<', '&', '<']",& : *],0,1 +350613,350613,02,symb,three_rule_comb7,7,"['*', '$', '%']",% $ &]],0,1 +350613,350613,02,symb,three_rule_comb7,8,"['*', '*', '!']",* ~ >],0,1 +350613,350613,02,symb,three_rule_comb7,9,"['~', '*', ':']",~ * %],0,1 +350613,350613,02,symb,three_rule_comb7,10,"['<', '&', '(']",< & :>,0,1 +350613,350613,02,symb,three_rule_comb7,11,"['*', '~', '&']",(~ ~ &)],0,1 +350613,350613,02,symb,three_rule_comb7,12,"['(', '(', '(']",(& ( (],0,1 +350613,350613,02,symb,three_rule_comb7,13,"['(', '(', '%']",( > !],0,1 +350613,350613,02,symb,three_rule_comb7,14,"['>', '>', '(']",> ( %],0,1 +350613,350613,02,symb,three_rule_comb7,15,"['!', '%', '%']",> % &],0,1 +350613,350613,02,symb,three_rule_comb7,16,"[':', ':', '%']",: ! !],0,1 +350613,350613,02,symb,three_rule_comb7,17,"[':', '&', '(']",: * !],0,1 +350613,350613,02,symb,three_rule_comb7,18,"['~', '*', '~']",~ ! ~],0,1 +350613,350613,02,symb,three_rule_comb7,19,"['&', '!', '$']",& ! &],0,1 +350613,350613,02,symb,three_rule_comb7,20,"['<', '~', '<']",* ~ <],0,1 +350613,350613,02,symb,three_rule_comb7,21,"['&', '(', '!']",% * $],0,1 +350613,350613,02,symb,three_rule_comb7,22,"['~', '(', '&']",~ ( (],0,1 +350613,350613,02,symb,three_rule_comb7,23,"[':', '%', '!']",: % (],0,1 +350613,350613,02,symb,three_rule_comb7,24,"[':', '(', '&']",< ( &],0,1 +350613,350613,02,symb,three_rule_comb7,25,"['<', '!', '(']",< ! &],0,1 +350613,350613,02,symb,three_rule_comb7,26,"['(', ':', '~']",% : ~],0,1 +350613,350613,02,symb,three_rule_comb7,27,"['*', '&', '*']",* & >],0,1 +350613,350613,02,symb,three_rule_comb7,28,"['$', ':', '$']",$: ~ &],0,1 +350613,350613,02,symb,three_rule_comb7,29,"['%', '*', '$']",% * ~],0,1 +350613,350613,02,symb,three_rule_comb7,30,"['$', '$', '$']",$ ! $],0,1 +350613,350613,02,symb,three_rule_comb7,31,"['~', '&', '$']",~ > $],0,1 +350613,350613,02,symb,three_rule_comb7,32,"['(', '<', '$']",( $ $],0,1 +350613,350613,02,symb,three_rule_comb7,33,"['!', '<', '&']",! : &],0,1 +350613,350613,02,symb,three_rule_comb7,34,"['~', '<', '(']",> ! >],0,1 +350613,350613,02,symb,three_rule_comb7,35,"['*', '!', '&']",$ > >],0,1 +350613,350613,02,symb,three_rule_comb7,36,"['~', '&', '<']",:& *],0,1 +350613,350613,02,symb,three_rule_comb7,37,"['&', '(', '>']",& : !],0,1 +350613,350613,02,symb,three_rule_comb7,38,"['<', '(', '<']",: ( <],0,1 +350613,350613,02,symb,three_rule_comb7,39,"['%', '*', '(']",% * >],0,1 +350613,350613,02,symb,three_rule_comb7,40,"['<', '$', '(']",< $ >],0,1 +350613,350613,02,symb,three_rule_comb7,41,"['*', '*', '&']",< * &],0,1 +350613,350613,02,symb,three_rule_comb7,42,"['*', '(', '!']",<* < ~],0,1 +350613,350613,02,symb,three_rule_comb7,43,"[':', '&', '>']",<& <],0,1 +350613,350613,02,symb,three_rule_comb7,44,"[':', '>', '*']",< > *],0,1 +350613,350613,02,symb,three_rule_comb7,45,"['!', '$', '*']",~ $ *],0,1 +350613,350613,02,symb,three_rule_comb7,46,"['$', '>', '<']",$ ~ <],0,1 +350613,350613,02,symb,three_rule_comb7,47,"['%', '(', '!']",% > !],0,1 +350613,350613,02,symb,three_rule_comb7,48,"['<', '~', '*']",< ~ !],0,1 +350613,350613,02,symb,three_rule_comb7,49,"['(', '%', '$']",% % $],0,1 +350613,350613,02,symb,three_rule_comb7,50,"['!', '&', '>']",! > >],0,1 +350613,350613,02,symb,three_rule_comb7,51,"[':', ':', '<']",< : <],0,1 +350613,350613,02,symb,three_rule_comb7,52,"['*', '$', '&']",* ! &],0,1 +350613,350613,02,symb,three_rule_comb7,53,"['!', ':', '%']",! : !],0,1 +350613,350613,02,symb,three_rule_comb7,54,"['~', '%', '%']",~ ! %],0,1 +350613,350613,02,symb,three_rule_comb7,55,"['&', '~', '%']",& ~ :],0,1 +350613,350613,02,symb,three_rule_comb7,56,"['$', '(', '%']",$ : %],0,1 +350613,350613,02,symb,three_rule_comb7,57,"['>', '%', '>']",! % *],0,1 +350613,350613,02,symb,three_rule_comb7,58,"['$', '!', '<']",< * >],0,1 +350613,350613,02,symb,three_rule_comb7,59,"['!', '(', '(']",! % (],0,1 +350613,350613,02,symb,three_rule_comb7,60,"[':', '&', '$']",: & !],0,1 +350613,350613,02,symb,three_rule_comb7,61,"['<', '&', '!']",< & (],0,1 +350613,350613,02,symb,three_rule_comb7,62,"['(', ':', '>']",: & >],0,1 +350613,350613,02,symb,three_rule_comb7,63,"['<', '%', '<']",< $ %],0,1 +350613,350613,02,symb,three_rule_comb7,64,"['<', '&', '~']",: & ~],0,1 +350613,350613,02,symb,three_rule_comb7,65,"[':', '(', '(']",: > (],0,1 +350613,350613,02,symb,three_rule_comb7,66,"['$', '*', '!']",! * !],0,1 +350613,350613,02,symb,three_rule_comb7,67,"['(', '~', '>']",% ~ >],0,1 +350613,350613,02,symb,three_rule_comb7,68,"['<', '!', '%']",* ! %],0,1 +350613,350613,02,symb,three_rule_comb7,69,"['<', '(', '$']",$ & !],0,1 +350613,350613,02,symb,three_rule_comb7,70,"['(', '~', '~']",* ! ~],0,1 +350613,350613,02,symb,three_rule_comb7,71,"['~', '~', '&']",~ ! &],0,1 +350613,350613,02,symb,three_rule_comb7,72,"['(', '%', ':']",% & :],0,1 +350613,350613,02,symb,three_rule_comb7,73,"['&', '$', '>']",& & >],0,1 +350613,350613,02,symb,three_rule_comb7,74,"['<', '(', '~']",& ~ ],0,1 +350613,350613,02,symb,three_rule_comb7,75,"['$', '*', '$']",& : *],0,1 +350613,350613,02,symb,three_rule_comb7,76,"[':', '<', '>']",: $ >],0,1 +350613,350613,02,symb,three_rule_comb7,77,"['&', ':', '&']",& ~ &],0,1 +350613,350613,02,symb,three_rule_comb7,78,"['<', '>', '<']",< : ~],0,1 +350613,350613,02,symb,three_rule_comb7,79,"['~', '%', '>']",! % >],0,1 +350613,350613,02,symb,three_rule_comb7,80,"['%', '>', '*']",: ~ !],0,1 +350613,350613,02,symb,three_rule_comb7,81,"['*', '<', '$']",* : $],0,1 +350613,350613,02,symb,three_rule_comb7,82,"['&', '$', '$']",& $ <],0,1 +350613,350613,02,symb,three_rule_comb7,83,"['*', '(', '(']",* : &],0,1 +350613,350613,02,symb,three_rule_comb7,84,"[':', '~', '(']",: ~ &],0,1 +350613,350613,02,symb,three_rule_comb7,85,"[':', '<', '<']",: < ~],0,1 +350613,350613,02,symb,three_rule_comb7,86,"['~', '%', '$']",~ ~ $],0,1 +350613,350613,02,symb,three_rule_comb7,87,"['&', '<', '~']",& < *],0,1 +350613,350613,02,symb,three_rule_comb7,88,"[':', '(', '&']",: > &],0,1 +350613,350613,02,symb,three_rule_comb7,89,"['~', '>', '%']",% ! &],0,1 +350613,350613,02,symb,three_rule_comb7,90,"[':', '~', '&']",* ~ &],0,1 +350613,350613,02,symb,three_rule_comb7,91,"['(', '&', '(']",( < :)],0,1 +350613,350613,02,symb,three_rule_comb7,92,"['~', '~', '(']",* : (],0,1 +350613,350613,02,symb,three_rule_comb7,93,"['~', '$', '~']",~ ! :],0,1 +350613,350613,02,symb,three_rule_comb7,94,"['&', '!', '<']",& ! *],0,1 +350613,350613,02,symb,three_rule_comb7,95,"['&', '<', '*']",:& $ *],0,1 +350613,350613,02,symb,three_rule_comb7,96,"['*', '(', '~']",# < (],0,1 +350613,350613,02,symb,three_rule_comb7,97,"['%', '!', '%']",% ~ &],0,1 +350613,350613,02,symb,three_rule_comb7,98,"[':', '!', '%']",: ~ >],0,1 +350613,350613,02,symb,three_rule_comb7,99,"[':', '$', '!']",(: $ <],0,1 +350613,350613,02,symb,three_rule_comb8,0,"[':', '&', '*']",$ * >],0,1 +350613,350613,02,symb,three_rule_comb8,1,"['<', '<', '<']",* : <]],0,1 +350613,350613,02,symb,three_rule_comb8,2,"['!', '%', ':']",! % *],0,1 +350613,350613,02,symb,three_rule_comb8,3,"['>', '<', '$']",! & *],0,1 +350613,350613,02,symb,three_rule_comb8,4,"['$', '(', ':']",< : :],0,1 +350613,350613,02,symb,three_rule_comb8,5,"['<', '!', ':']",& > *],0,1 +350613,350613,02,symb,three_rule_comb8,6,"['(', '~', '&']",: * &],0,1 +350613,350613,02,symb,three_rule_comb8,7,"[':', '!', '%']",! % *],0,1 +350613,350613,02,symb,three_rule_comb8,8,"['>', '%', '~']",> ! !],0,1 +350613,350613,02,symb,three_rule_comb8,9,"['%', '>', '%']",: ! %],0,1 +350613,350613,02,symb,three_rule_comb8,10,"['!', '<', '~']",* < *],0,1 +350613,350613,02,symb,three_rule_comb8,11,"['%', '(', '<']",! ( *],0,1 +350613,350613,02,symb,three_rule_comb8,12,"['~', '~', '(']",> ! >],0,1 +350613,350613,02,symb,three_rule_comb8,13,"['&', '$', ':']",< & %],0,1 +350613,350613,02,symb,three_rule_comb8,14,"['%', '>', '&']",% ( (],0,1 +350613,350613,02,symb,three_rule_comb8,15,"['!', ':', '!']",% > !],0,1 +350613,350613,02,symb,three_rule_comb8,16,"['(', '~', '>']",> ~ !],0,1 +350613,350613,02,symb,three_rule_comb8,17,"['*', ':', '(']",* < >],0,1 +350613,350613,02,symb,three_rule_comb8,18,"['&', '<', '<']",(% & <)],0,1 +350613,350613,02,symb,three_rule_comb8,19,"['%', '>', '<']",: ! %],0,1 +350613,350613,02,symb,three_rule_comb8,20,"['(', '&', '$']",> & ~],0,1 +350613,350613,02,symb,three_rule_comb8,21,"['%', '$', '(']",*: < >],0,1 +350613,350613,02,symb,three_rule_comb8,22,"[':', '(', '*']",: > <],0,1 +350613,350613,02,symb,three_rule_comb8,23,"['$', '(', ':']",< & %],0,1 +350613,350613,02,symb,three_rule_comb8,24,"['<', '!', '%']",< ( <],0,1 +350613,350613,02,symb,three_rule_comb8,25,"['%', '<', ':']",< % *],0,1 +350613,350613,02,symb,three_rule_comb8,26,"[':', ':', '<']",% : $,0,1 +350613,350613,02,symb,three_rule_comb8,27,"['%', '<', ':']",! * :],0,1 +350613,350613,02,symb,three_rule_comb8,28,"['(', '<', '!']",( > *],0,1 +350613,350613,02,symb,three_rule_comb8,29,"['(', '<', '~']",$ * ],0,1 +350613,350613,02,symb,three_rule_comb8,30,"['~', '~', '%']",! ~ !],0,1 +350613,350613,02,symb,three_rule_comb8,31,"['>', '<', '>']",! $ ~]],0,1 +350613,350613,02,symb,three_rule_comb8,32,"['(', '%', ':']",: * (],0,1 +350613,350613,02,symb,three_rule_comb8,33,"['!', '%', '*']",(! % >)],0,1 +350613,350613,02,symb,three_rule_comb8,34,"['~', ':', '<']",~ < *],0,1 +350613,350613,02,symb,three_rule_comb8,35,"['$', '%', '$']",& % <],0,1 +350613,350613,02,symb,three_rule_comb8,36,"['>', '(', '~']",> : *],0,1 +350613,350613,02,symb,three_rule_comb8,37,"['>', '!', ':']",> ! !],0,1 +350613,350613,02,symb,three_rule_comb8,38,"['<', '%', '&']",< $ <],0,1 +350613,350613,02,symb,three_rule_comb8,39,"['$', '<', '%']",& < (],0,1 +350613,350613,02,symb,three_rule_comb8,40,"['(', '>', '&']",(% < <)],0,1 +350613,350613,02,symb,three_rule_comb8,41,"['&', '~', '>']",( < !],0,1 +350613,350613,02,symb,three_rule_comb8,42,"['(', '*', '<']",( * !],0,1 +350613,350613,02,symb,three_rule_comb8,43,"['~', '&', '!']",~ > >],0,1 +350613,350613,02,symb,three_rule_comb8,44,"['%', '$', '%']",! ! %],0,1 +350613,350613,02,symb,three_rule_comb8,45,"['<', ':', '(']",% & (],0,1 +350613,350613,02,symb,three_rule_comb8,46,"['$', ':', '%']",& : (],0,1 +350613,350613,02,symb,three_rule_comb8,47,"['!', '%', '*']",< : $],0,1 +350613,350613,02,symb,three_rule_comb8,48,"['<', '&', '!']",* > !]],0,1 +350613,350613,02,symb,three_rule_comb8,49,"[':', '$', '<']",% < &],0,1 +350613,350613,02,symb,three_rule_comb8,50,"['*', '$', '%']",* ~ !],0,1 +350613,350613,02,symb,three_rule_comb8,51,"['&', '&', '&']",& ! &],0,1 +350613,350613,02,symb,three_rule_comb8,52,"['~', '(', '<']",* : &],0,1 +350613,350613,02,symb,three_rule_comb8,53,"['!', '<', '>']",> & ~],0,1 +350613,350613,02,symb,three_rule_comb8,54,"['>', '<', '*']",! & *],0,1 +350613,350613,02,symb,three_rule_comb8,55,"['&', '~', '!']",($ * %)],0,1 +350613,350613,02,symb,three_rule_comb8,56,"['%', '$', '&']",: $ >],0,1 +350613,350613,02,symb,three_rule_comb8,57,"['<', '!', '&']",$ & <],0,1 +350613,350613,02,symb,three_rule_comb8,58,"['~', '*', '&']",< ! * ~],0,1 +350613,350613,02,symb,three_rule_comb8,59,"['<', '<', '%']",* < :>],0,1 +350613,350613,02,symb,three_rule_comb8,60,"['&', '$', '$']",* : $],0,1 +350613,350613,02,symb,three_rule_comb8,61,"[':', ':', '&']",(% * <)],0,1 +350613,350613,02,symb,three_rule_comb8,62,"['$', '(', '*']",$ & <],0,1 +350613,350613,02,symb,three_rule_comb8,63,"['&', '$', '%']",& > *],0,1 +350613,350613,02,symb,three_rule_comb8,64,"['<', '$', '<']",< ! :],0,1 +350613,350613,02,symb,three_rule_comb8,65,"[':', '%', '<']",% ! <],0,1 +350613,350613,02,symb,three_rule_comb8,66,"['<', '~', ':']",& : ~],0,1 +350613,350613,02,symb,three_rule_comb8,67,"['%', '<', ':']",% ~ >],0,1 +350613,350613,02,symb,three_rule_comb8,68,"[':', '<', '>']",: $ !],0,1 +350613,350613,02,symb,three_rule_comb8,69,"['&', ':', '$']",& % &],0,1 +350613,350613,02,symb,three_rule_comb8,70,"['<', '*', '$']",* > >],0,1 +350613,350613,02,symb,three_rule_comb8,71,"['<', '(', '*']",(* < !)],0,1 +350613,350613,02,symb,three_rule_comb8,72,"[':', '$', '%']",: < %],0,1 +350613,350613,02,symb,three_rule_comb8,73,"['%', '!', '(']",# $ %],0,1 +350613,350613,02,symb,three_rule_comb8,74,"['%', '<', '&']",: $ &],0,1 +350613,350613,02,symb,three_rule_comb8,75,"['(', '<', '~']",% & ~],0,1 +350613,350613,02,symb,three_rule_comb8,76,"['$', '!', '*']",< ~ *],0,1 +350613,350613,02,symb,three_rule_comb8,77,"['%', '>', '(']",% ( &],0,1 +350613,350613,02,symb,three_rule_comb8,78,"[':', '&', '>']",% $ >],0,1 +350613,350613,02,symb,three_rule_comb8,79,"['&', '$', '>']",< & *],0,1 +350613,350613,02,symb,three_rule_comb8,80,"['%', '&', ':']",% & :]],1,1 +350613,350613,02,symb,three_rule_comb8,81,"['$', '*', '%']",< : (],0,1 +350613,350613,02,symb,three_rule_comb8,82,"[':', ':', '&']",: * >],0,1 +350613,350613,02,symb,three_rule_comb8,83,"['*', '&', ':']",*: > *],0,1 +350613,350613,02,symb,three_rule_comb8,84,"['!', '$', '%']",~ ! >]],0,1 +350613,350613,02,symb,three_rule_comb8,85,"['!', '<', ':']",> & >],0,1 +350613,350613,02,symb,three_rule_comb8,86,"['~', '&', '(']",~ > &],0,1 +350613,350613,02,symb,three_rule_comb8,87,"['<', '%', '*']",$ ! ~],0,1 +350613,350613,02,symb,three_rule_comb8,88,"[':', '&', '%']",: > !],0,1 +350613,350613,02,symb,three_rule_comb8,89,"['(', '$', ':']",$ : $],0,1 +350613,350613,02,symb,three_rule_comb8,90,"['<', '%', '*']",< ~ <],0,1 +350613,350613,02,symb,three_rule_comb8,91,"['%', '!', '*']",% ( !],0,1 +350613,350613,02,symb,three_rule_comb8,92,"[':', ':', '~']",( % ~],0,1 +350613,350613,02,symb,three_rule_comb8,93,"['&', '%', '*']",$ : $] [> ~ *],0,1 +350613,350613,02,symb,three_rule_comb8,94,"[':', ':', '>']",! ! <],0,1 +350613,350613,02,symb,three_rule_comb8,95,"['~', '<', '(']",% & *],0,1 +350613,350613,02,symb,three_rule_comb8,96,"['$', '$', '!']",*: : !],0,1 +350613,350613,02,symb,three_rule_comb8,97,"['%', ':', '<']",% < :],0,1 +350613,350613,02,symb,three_rule_comb8,98,"['<', '%', '!']",> > *],0,1 +350613,350613,02,symb,three_rule_comb8,99,"[':', '&', '%']",% < ~],0,1 +350613,350613,02,symb,three_rule_comb9,0,"['<', '>', '!']",<( ! >],0,1 +350613,350613,02,symb,three_rule_comb9,1,"[':', '$', '%']",: & #],0,1 +350613,350613,02,symb,three_rule_comb9,2,"['~', '>', '*']",< ( *],0,1 +350613,350613,02,symb,three_rule_comb9,3,"['<', ':', '~']",( < *],0,1 +350613,350613,02,symb,three_rule_comb9,4,"['<', '~', '*']",$ * ~],0,1 +350613,350613,02,symb,three_rule_comb9,5,"['>', ':', '(']",! % %],0,1 +350613,350613,02,symb,three_rule_comb9,6,"['%', '&', '<']",< & !],0,1 +350613,350613,02,symb,three_rule_comb9,7,"['$', '&', '%']",: * &],0,1 +350613,350613,02,symb,three_rule_comb9,8,"[':', '%', '!']",> % *],0,1 +350613,350613,02,symb,three_rule_comb9,9,"['%', '<', ':']",% $ #],0,1 +350613,350613,02,symb,three_rule_comb9,10,"['%', ':', '&']",! ( (],0,1 +350613,350613,02,symb,three_rule_comb9,11,"['%', '&', '&']",: < $],0,1 +350613,350613,02,symb,three_rule_comb9,12,"['$', '&', '~']",& < *],0,1 +350613,350613,02,symb,three_rule_comb9,13,"['(', ':', '&']",* ~ %],0,1 +350613,350613,02,symb,three_rule_comb9,14,"['*', '<', '%']",# * : !],0,1 +350613,350613,02,symb,three_rule_comb9,15,"[':', '&', '<']",% < $]],0,1 +350613,350613,02,symb,three_rule_comb9,16,"['~', '%', ':']",% * %],0,1 +350613,350613,02,symb,three_rule_comb9,17,"['<', '*', '(']",: < &],0,1 +350613,350613,02,symb,three_rule_comb9,18,"['(', '~', '$']",% * <],0,1 +350613,350613,02,symb,three_rule_comb9,19,"['*', ':', '%']",~ : <],0,1 +350613,350613,02,symb,three_rule_comb9,20,"['%', ':', '>']",~ % %],0,1 +350613,350613,02,symb,three_rule_comb9,21,"['&', '*', '$']",& & $],0,1 +350613,350613,02,symb,three_rule_comb9,22,"['<', ':', '*']",$ % ~],0,1 +350613,350613,02,symb,three_rule_comb9,23,"['~', '&', '*']",$ ~ *],0,1 +350613,350613,02,symb,three_rule_comb9,24,"['(', '$', '%']",(% & :)],0,1 +350613,350613,02,symb,three_rule_comb9,25,"['*', '$', ':']",% < #]],0,1 +350613,350613,02,symb,three_rule_comb9,26,"['%', '$', '&']",# $ @],0,1 +350613,350613,02,symb,three_rule_comb9,27,"['%', '&', '<']",: < $],0,1 +350613,350613,02,symb,three_rule_comb9,28,"[':', '&', '%']",% $ (]],0,1 +350613,350613,02,symb,three_rule_comb9,29,"[':', '~', '(']",# ~ ( *],0,1 +350613,350613,02,symb,three_rule_comb9,30,"['<', ':', ':']",(% > *),0,1 +350613,350613,02,symb,three_rule_comb9,31,"[':', '>', '&']",% ! $],0,1 +350613,350613,02,symb,three_rule_comb9,32,"['%', '(', '<']",% $ :],0,1 +350613,350613,02,symb,three_rule_comb9,33,"['>', '<', '$']",> & !],0,1 +350613,350613,02,symb,three_rule_comb9,34,"['$', '(', '*']",! ~ <],0,1 +350613,350613,02,symb,three_rule_comb9,35,"['~', '(', '%']",# > #],0,1 +350613,350613,02,symb,three_rule_comb9,36,"['$', '%', '(']",< ( :]],0,1 +350613,350613,02,symb,three_rule_comb9,37,"[':', '$', '!']",& & <],0,1 +350613,350613,02,symb,three_rule_comb9,38,"['>', '%', '%']",(& & %),0,1 +350613,350613,02,symb,three_rule_comb9,39,"['!', '$', '(']",> < %]],0,1 +350613,350613,02,symb,three_rule_comb9,40,"[':', '~', '$']",* & *],0,1 +350613,350613,02,symb,three_rule_comb9,41,"[':', '&', '(']",< % *],0,1 +350613,350613,02,symb,three_rule_comb9,42,"['>', '*', '$']",& ~ !],0,1 +350613,350613,02,symb,three_rule_comb9,43,"['&', '%', '$']",< : &],0,1 +350613,350613,02,symb,three_rule_comb9,44,"['~', '(', '(']",% : *],0,1 +350613,350613,02,symb,three_rule_comb9,45,"['&', '>', '(']",$ ! :],0,1 +350613,350613,02,symb,three_rule_comb9,46,"[':', '*', '&']",% < ],0,1 +350613,350613,02,symb,three_rule_comb9,47,"['%', ':', '>']",# > *],0,1 +350613,350613,02,symb,three_rule_comb9,48,"['~', '$', '<']",* < $]],0,1 +350613,350613,02,symb,three_rule_comb9,49,"['&', '<', '<']",(~ & ~)],0,1 +350613,350613,02,symb,three_rule_comb9,50,"['%', '%', '&']",(% & &)],0,1 +350613,350613,02,symb,three_rule_comb9,51,"['*', '$', '&']",* > ~],0,1 +350613,350613,02,symb,three_rule_comb9,52,"['$', ':', '<']",< : &],0,1 +350613,350613,02,symb,three_rule_comb9,53,"['%', '%', '~']",< ! ~],0,1 +350613,350613,02,symb,three_rule_comb9,54,"['$', '$', ':']",< & (],0,1 +350613,350613,02,symb,three_rule_comb9,55,"['<', '(', '!']",* & ~],0,1 +350613,350613,02,symb,three_rule_comb9,56,"['&', '>', '$']",$ ! <],0,1 +350613,350613,02,symb,three_rule_comb9,57,"['&', '$', ':']",$ & %],0,1 +350613,350613,02,symb,three_rule_comb9,58,"['(', '&', '%']",& ! %],0,1 +350613,350613,02,symb,three_rule_comb9,59,"['$', '>', '<']",< ! $]],0,1 +350613,350613,02,symb,three_rule_comb9,60,"['$', '<', '(']",< & :],0,1 +350613,350613,02,symb,three_rule_comb9,61,"[':', '%', '*']",% : ~],0,1 +350613,350613,02,symb,three_rule_comb9,62,"['&', '<', ':']",< & %],0,1 +350613,350613,02,symb,three_rule_comb9,63,"['$', '(', ':']",% : < >],0,1 +350613,350613,02,symb,three_rule_comb9,64,"['~', ':', '$']",(* & *)],0,1 +350613,350613,02,symb,three_rule_comb9,65,"['(', '%', '!']",% : >]],0,1 +350613,350613,02,symb,three_rule_comb9,66,"['<', '&', '~']",(< * >),0,1 +350613,350613,02,symb,three_rule_comb9,67,"['<', '$', '!']",& & >],0,1 +350613,350613,02,symb,three_rule_comb9,68,"[':', '$', '%']",: % <],0,1 +350613,350613,02,symb,three_rule_comb9,69,"['(', '$', '>']",: < !],0,1 +350613,350613,02,symb,three_rule_comb9,70,"[':', '$', '(']",# $ %],0,1 +350613,350613,02,symb,three_rule_comb9,71,"['(', '*', '<']",: ~ &],0,1 +350613,350613,02,symb,three_rule_comb9,72,"['>', '$', ':']",> > !],0,1 +350613,350613,02,symb,three_rule_comb9,73,"['<', '%', ':']",% : &],0,1 +350613,350613,02,symb,three_rule_comb9,74,"['$', ':', '>']",& % !],0,1 +350613,350613,02,symb,three_rule_comb9,75,"['!', '%', '(']",( > * ),0,1 +350613,350613,02,symb,three_rule_comb9,76,"['&', ':', '%']",% $ (],0,1 +350613,350613,02,symb,three_rule_comb9,77,"['>', '%', '(']",? * %],0,1 +350613,350613,02,symb,three_rule_comb9,78,"['$', '<', '$']",< $ &],0,1 +350613,350613,02,symb,three_rule_comb9,79,"['&', '>', '%']",$ ! :],0,1 +350613,350613,02,symb,three_rule_comb9,80,"['(', '(', '*']",> & <],0,1 +350613,350613,02,symb,three_rule_comb9,81,"['&', '(', '>']",< % !],0,1 +350613,350613,02,symb,three_rule_comb9,82,"['%', '<', '(']",% : &],0,1 +350613,350613,02,symb,three_rule_comb9,83,"['$', '<', '(']",< $ %],0,1 +350613,350613,02,symb,three_rule_comb9,84,"['<', '!', '%']",* > $],0,1 +350613,350613,02,symb,three_rule_comb9,85,"['<', '>', '&']",& ! <],0,1 +350613,350613,02,symb,three_rule_comb9,86,"['$', '(', '<']",< ( >],0,1 +350613,350613,02,symb,three_rule_comb9,87,"['(', '$', '<']",( < %],0,1 +350613,350613,02,symb,three_rule_comb9,88,"['>', '(', '<']",# $ #],0,1 +350613,350613,02,symb,three_rule_comb9,89,"['~', ':', '%']",* ( (],0,1 +350613,350613,02,symb,three_rule_comb9,90,"['&', '$', '!']",$ < >],0,1 +350613,350613,02,symb,three_rule_comb9,91,"['$', '%', '&']",< : $],0,1 +350613,350613,02,symb,three_rule_comb9,92,"['$', '>', '(']",< ! %],0,1 +350613,350613,02,symb,three_rule_comb9,93,"['&', '%', '~']",<& ! !],0,1 +350613,350613,02,symb,three_rule_comb9,94,"['$', '%', '*']",& ( ~],0,1 +350613,350613,02,symb,three_rule_comb9,95,"['&', '!', '&']",* > $],0,1 +350613,350613,02,symb,three_rule_comb9,96,"['>', '$', '&']",! & $],0,1 +350613,350613,02,symb,three_rule_comb9,97,"['!', '&', '%']",> $ (],0,1 +350613,350613,02,symb,three_rule_comb9,98,"['$', '>', ':']",& > &],0,1 +350613,350613,02,symb,three_rule_comb9,99,"['!', '&', '*']",! ! >],0,1 +350613,350613,02,symb,c3_set_union,0,"['~', '(', '&', '$']",~ ( & $],1,1 +350613,350613,02,symb,c3_set_union,1,"['<', '>', '(', '&']",< > &],0,1 +350613,350613,02,symb,c3_set_union,2,"['&', '$', ':', '~']",& $ : ~],1,1 +350613,350613,02,symb,c3_set_union,3,"['%', '(', ':', '>']",% :(],0,1 +350613,350613,02,symb,c3_set_union,4,"[':', '~', '<', '*']",: ~ < *],1,1 +350613,350613,02,symb,c3_set_union,5,"['*', '<', '&', '%']",* < & %],1,1 +350613,350613,02,symb,c3_set_union,6,"['~', '&', '%', '(']",~ & (%],1,1 +350613,350613,02,symb,c3_set_union,7,"['>', '!', ':', '(']",> ! (],0,1 +350613,350613,02,symb,c3_set_union,8,"[':', '!', '*', '&']",: * &],0,1 +350613,350613,02,symb,c3_set_union,9,"['%', '*', '&', '~']",% * & ~],1,1 +350613,350613,02,symb,c3_set_union,10,"['$', '%', '>', '&']",$ % > &],1,1 +350613,350613,02,symb,c3_set_union,11,"['~', '&', '!', '<']",~ & ! <],1,1 +350613,350613,02,symb,c3_set_union,12,"['$', '>', '~', '%']",$ > ~ %],1,1 +350613,350613,02,symb,c3_set_union,13,"['<', '%', '>', '!']",< % > !],1,1 +350613,350613,02,symb,c3_set_union,14,"[':', '$', '>', '*']",: $ > *],1,1 +350613,350613,02,symb,c3_set_union,15,"['%', '(', '&', '*']",% ( & *],1,1 +350613,350613,02,symb,c3_set_union,16,"['~', '*', ':', '!']",~ * :],0,1 +350613,350613,02,symb,c3_set_union,17,"['>', ':', '~', '!']",> : ~ !],1,1 +350613,350613,02,symb,c3_set_union,18,"['$', '(', '*', ':']",$ (:],0,1 +350613,350613,02,symb,c3_set_union,19,"[':', '(', '~', '&']",: ( ~ &],1,1 +350613,350613,02,symb,c3_set_union,20,"['~', '%', '*', '!']",~ % * !],1,1 +350613,350613,02,symb,c3_set_union,21,"[':', '(', '<', '$']",: ( < $],1,1 +350613,350613,02,symb,c3_set_union,22,"['!', '<', '>', ':']",! < > :],1,1 +350613,350613,02,symb,c3_set_union,23,"['%', '(', '~', '<']",% ( ~ <],1,1 +350613,350613,02,symb,c3_set_union,24,"['%', '$', '>', '<']",% $ > <],1,1 +350613,350613,02,symb,c3_set_union,25,"['~', '$', '<', '&']",~ $ &],0,1 +350613,350613,02,symb,c3_set_union,26,"[':', '!', '$', '>']",: ! $ >],1,1 +350613,350613,02,symb,c3_set_union,27,"['$', '*', '&', ':']",$ * & :],1,1 +350613,350613,02,symb,c3_set_union,28,"[':', '%', '&', '~']",: % & ~],1,1 +350613,350613,02,symb,c3_set_union,29,"['!', '$', '*', '&']",! $ * &],1,1 +350613,350613,02,symb,c3_set_union,30,"['!', '*', '(', ':']",! * :],0,1 +350613,350613,02,symb,c3_set_union,31,"['*', '~', '&', ':']",* ~ & :]],1,1 +350613,350613,02,symb,c3_set_union,32,"[':', '~', '(', '%']",: ~ ( %],1,1 +350613,350613,02,symb,c3_set_union,33,"['*', '%', '<', '$']",* % < $],1,1 +350613,350613,02,symb,c3_set_union,34,"['~', '<', '&', '(']",~ < & (],1,1 +350613,350613,02,symb,c3_set_union,35,"['%', '<', '*', '!']",% < * !],1,1 +350613,350613,02,symb,c3_set_union,36,"['(', '~', ':', '!']",( ~ :],0,1 +350613,350613,02,symb,c3_set_union,37,"['$', '&', '*', '~']",$ & * ~],1,1 +350613,350613,02,symb,c3_set_union,38,"[':', '(', '~', '$']",: (~ $],1,1 +350613,350613,02,symb,c3_set_union,39,"['&', '>', '$', '*']",& > $ *],1,1 +350613,350613,02,symb,c3_set_union,40,"['$', '!', '*', '~']",$ ! * ~],1,1 +350613,350613,02,symb,c3_set_union,41,"['&', '%', '$', '!']",& % $ !],1,1 +350613,350613,02,symb,c3_set_union,42,"['>', '$', '*', '!']",> $ * !],1,1 +350613,350613,02,symb,c3_set_union,43,"[':', '*', '(', '>']",: * ( >],1,1 +350613,350613,02,symb,c3_set_union,44,"['$', '%', '(', ':']",$ % ( : ],1,1 +350613,350613,02,symb,c3_set_union,45,"['!', '<', ':', '$']",! < : $],1,1 +350613,350613,02,symb,c3_set_union,46,"['>', '*', '&', '<']",> * & <],1,1 +350613,350613,02,symb,c3_set_union,47,"[':', '~', '>', '*']",: ~ > *],1,1 +350613,350613,02,symb,c3_set_union,48,"['%', '(', '*', '~']",% ( * ~],1,1 +350613,350613,02,symb,c3_set_union,49,"['(', '~', '*', '<']",( ~ * <],1,1 +350613,350613,02,symb,c3_set_union,50,"['(', '$', '!', '%']",( $ ! %],1,1 +350613,350613,02,symb,c3_set_union,51,"['>', '!', '%', '*']",> ! % *],1,1 +350613,350613,02,symb,c3_set_union,52,"['&', '$', '>', ':']",& $ > :],1,1 +350613,350613,02,symb,c3_set_union,53,"['~', '$', '%', '<']",~ $ % <],1,1 +350613,350613,02,symb,c3_set_union,54,"['&', '>', '<', '%']",& > < %],1,1 +350613,350613,02,symb,c3_set_union,55,"['>', '*', '<', ':']",> * :],0,1 +350613,350613,02,symb,c3_set_union,56,"[':', '!', '*', '<']",: * ! <],1,1 +350613,350613,02,symb,c3_set_union,57,"['%', '<', '*', '~']",% < * ~],1,1 +350613,350613,02,symb,c3_set_union,58,"['>', '(', '<', '%']",> ( < %],1,1 +350613,350613,02,symb,c3_set_union,59,"['>', ':', '<', '~']",> : ~],0,1 +350613,350613,02,symb,c3_set_union,60,"['*', '&', '<', '$']",* & $],0,1 +350613,350613,02,symb,c3_set_union,61,"['%', '<', '*', '(']",% < *],0,1 +350613,350613,02,symb,c3_set_union,62,"['$', '%', '<', '!']",$ % < !],1,1 +350613,350613,02,symb,c3_set_union,63,"['~', '>', '<', '!']",~ > < !],1,1 +350613,350613,02,symb,c3_set_union,64,"['&', '!', '$', '~']",& $ ! ~],1,1 +350613,350613,02,symb,c3_set_union,65,"[':', '&', '>', '%']",: & > %],1,1 +350613,350613,02,symb,c3_set_union,66,"['<', '&', '$', '>']",< & $ >],1,1 +350613,350613,02,symb,c3_set_union,67,"['(', '$', '*', '%']",( $ * %],1,1 +350613,350613,02,symb,c3_set_union,68,"['<', '%', ':', '$']",< % $],0,1 +350613,350613,02,symb,c3_set_union,69,"[':', '&', '$', '<']",: & <],0,1 +350613,350613,02,symb,c3_set_union,70,"['>', '(', '~', '*']",> (~ *),0,1 +350613,350613,02,symb,c3_set_union,71,"[':', '~', '&', '<']",: ~ & <],1,1 +350613,350613,02,symb,c3_set_union,72,"['(', '!', ':', '%']",( ! %],0,1 +350613,350613,02,symb,c3_set_union,73,"['<', '&', '$', '(']",< & ($],1,1 +350613,350613,02,symb,c3_set_union,74,"['*', '!', '>', ':']",* ! > :],1,1 +350613,350613,02,symb,c3_set_union,75,"['$', ':', '<', '*']",$ : < *],1,1 +350613,350613,02,symb,c3_set_union,76,"['%', '>', ':', '$']",% > : $],1,1 +350613,350613,02,symb,c3_set_union,77,"[':', '~', '!', '%']",: ~ ! %],1,1 +350613,350613,02,symb,c3_set_union,78,"['&', '!', '~', '>']",& ! ~ >],1,1 +350613,350613,02,symb,c3_set_union,79,"['(', '$', '*', '<']",( $ * <],1,1 +350613,350613,02,symb,c3_set_union,80,"['(', ':', '&', '$']",(: $],0,1 +350613,350613,02,symb,c3_set_union,81,"['!', '&', '*', '>']",! & * >],1,1 +350613,350613,02,symb,c3_set_union,82,"[':', '%', '&', '<']",: % & <],1,1 +350613,350613,02,symb,c3_set_union,83,"['>', '(', '$', '*']",> ($ *),0,1 +350613,350613,02,symb,c3_set_union,84,"['!', ':', '<', '&']",! : &],0,1 +350613,350613,02,symb,c3_set_union,85,"['!', '$', '(', ':']",! $ :],0,1 +350613,350613,02,symb,c3_set_union,86,"['*', '!', '%', ':']",* ! % :],1,1 +350613,350613,02,symb,c3_set_union,87,"['(', '!', '*', '~']",( ! * ~],1,1 +350613,350613,02,symb,c3_set_union,88,"['%', '!', '&', '(']",% ! & (],1,1 +350613,350613,02,symb,c3_set_union,89,"['!', '(', '>', '$']",! (> $],1,1 +350613,350613,02,symb,c3_set_union,90,"['<', '>', '*', '(']",< > * (],1,1 +350613,350613,02,symb,c3_set_union,91,"['&', '$', '%', '(']",& $ % (],1,1 +350613,350613,02,symb,c3_set_union,92,"['!', '<', '&', '%']",! < & %],1,1 +350613,350613,02,symb,c3_set_union,93,"[':', '(', '&', '>']",: ( & >],1,1 +350613,350613,02,symb,c3_set_union,94,"[':', '<', '$', '>']",: < $ >],1,1 +350613,350613,02,symb,c3_set_union,95,"['(', '$', '<', '%']",<( $ %],1,1 +350613,350613,02,symb,c3_set_union,96,"['~', '%', '*', ':']",~ * :],0,1 +350613,350613,02,symb,c3_set_union,97,"['&', '%', '!', '*']",& % ! *],1,1 +350613,350613,02,symb,c3_set_union,98,"[':', '$', '*', '!']",: $ * !],1,1 +350613,350613,02,symb,c3_set_union,99,"['!', '(', '<', '*']",! (< *),0,1 +350613,350613,02,symb,c1_set_union,0,['('],(],1,1 +350613,350613,02,symb,c1_set_union,1,['('],(],1,1 +350613,350613,02,symb,c1_set_union,2,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,3,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,4,['>'],>],1,1 +350613,350613,02,symb,c1_set_union,5,['~'],~],1,1 +350613,350613,02,symb,c1_set_union,6,['<'],<],1,1 +350613,350613,02,symb,c1_set_union,7,['%'],%],1,1 +350613,350613,02,symb,c1_set_union,8,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,9,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,10,[':'],:],1,1 +350613,350613,02,symb,c1_set_union,11,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,12,['('],(],1,1 +350613,350613,02,symb,c1_set_union,13,['<'],<],1,1 +350613,350613,02,symb,c1_set_union,14,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,15,['<'],<],1,1 +350613,350613,02,symb,c1_set_union,16,[':'],:],1,1 +350613,350613,02,symb,c1_set_union,17,['>'],>],1,1 +350613,350613,02,symb,c1_set_union,18,[':'],:],1,1 +350613,350613,02,symb,c1_set_union,19,['('],(~),0,1 +350613,350613,02,symb,c1_set_union,20,[':'],:],1,1 +350613,350613,02,symb,c1_set_union,21,['~'],~],1,1 +350613,350613,02,symb,c1_set_union,22,['~'],~],1,1 +350613,350613,02,symb,c1_set_union,23,[':'],:],1,1 +350613,350613,02,symb,c1_set_union,24,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,25,['~'],~],1,1 +350613,350613,02,symb,c1_set_union,26,['<'],<],1,1 +350613,350613,02,symb,c1_set_union,27,['>'],>],1,1 +350613,350613,02,symb,c1_set_union,28,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,29,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,30,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,31,['!'],!],1,1 +350613,350613,02,symb,c1_set_union,32,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,33,['('],(],1,1 +350613,350613,02,symb,c1_set_union,34,['!'],!,1,1 +350613,350613,02,symb,c1_set_union,35,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,36,['~'],~],1,1 +350613,350613,02,symb,c1_set_union,37,['('],(],1,1 +350613,350613,02,symb,c1_set_union,38,['$'],$,1,1 +350613,350613,02,symb,c1_set_union,39,['('],(],1,1 +350613,350613,02,symb,c1_set_union,40,['>'],>,1,1 +350613,350613,02,symb,c1_set_union,41,[':'],:],1,1 +350613,350613,02,symb,c1_set_union,42,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,43,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,44,['!'],!],1,1 +350613,350613,02,symb,c1_set_union,45,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,46,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,47,['>'],>],1,1 +350613,350613,02,symb,c1_set_union,48,['~'],~],1,1 +350613,350613,02,symb,c1_set_union,49,['>'],> ],1,1 +350613,350613,02,symb,c1_set_union,50,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,51,['!'],! ],1,1 +350613,350613,02,symb,c1_set_union,52,['!'],!,1,1 +350613,350613,02,symb,c1_set_union,53,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,54,['<'],<],1,1 +350613,350613,02,symb,c1_set_union,55,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,56,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,57,['<'],<],1,1 +350613,350613,02,symb,c1_set_union,58,['('],(,1,1 +350613,350613,02,symb,c1_set_union,59,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,60,['>'],>],1,1 +350613,350613,02,symb,c1_set_union,61,['!'],!],1,1 +350613,350613,02,symb,c1_set_union,62,['!'],!],1,1 +350613,350613,02,symb,c1_set_union,63,[':'],:],1,1 +350613,350613,02,symb,c1_set_union,64,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,65,['>'],>],1,1 +350613,350613,02,symb,c1_set_union,66,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,67,['~'],~],1,1 +350613,350613,02,symb,c1_set_union,68,['('],(],1,1 +350613,350613,02,symb,c1_set_union,69,['('],(],1,1 +350613,350613,02,symb,c1_set_union,70,['%'],%],1,1 +350613,350613,02,symb,c1_set_union,71,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,72,['<'],<],1,1 +350613,350613,02,symb,c1_set_union,73,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,74,['~'],~],1,1 +350613,350613,02,symb,c1_set_union,75,['>'],>],1,1 +350613,350613,02,symb,c1_set_union,76,['<'],<],1,1 +350613,350613,02,symb,c1_set_union,77,['!'],!,1,1 +350613,350613,02,symb,c1_set_union,78,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,79,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,80,['!'],!],1,1 +350613,350613,02,symb,c1_set_union,81,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,82,['('],(,1,1 +350613,350613,02,symb,c1_set_union,83,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,84,['~'],~],1,1 +350613,350613,02,symb,c1_set_union,85,['%'],%],1,1 +350613,350613,02,symb,c1_set_union,86,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,87,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,88,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,89,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,90,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,91,['>'],>],1,1 +350613,350613,02,symb,c1_set_union,92,['>'],>],1,1 +350613,350613,02,symb,c1_set_union,93,['!'],!],1,1 +350613,350613,02,symb,c1_set_union,94,['~'],~],1,1 +350613,350613,02,symb,c1_set_union,95,['*'],*],1,1 +350613,350613,02,symb,c1_set_union,96,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,97,['&'],&],1,1 +350613,350613,02,symb,c1_set_union,98,['$'],$],1,1 +350613,350613,02,symb,c1_set_union,99,['~'],~],1,1 +350613,350613,02,symb,c2_set_union,0,['$'],( $],0,1 +350613,350613,02,symb,c2_set_union,1,[':'],:$ :],0,1 +350613,350613,02,symb,c2_set_union,2,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,3,['*'],<*],0,1 +350613,350613,02,symb,c2_set_union,4,['!'],:!],0,1 +350613,350613,02,symb,c2_set_union,5,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,6,[':'],:],1,1 +350613,350613,02,symb,c2_set_union,7,['>'],>],1,1 +350613,350613,02,symb,c2_set_union,8,['>'],< > >],0,1 +350613,350613,02,symb,c2_set_union,9,['('],(% (],0,1 +350613,350613,02,symb,c2_set_union,10,['*'],( *],0,1 +350613,350613,02,symb,c2_set_union,11,['%'],%],1,1 +350613,350613,02,symb,c2_set_union,12,['$'],$],1,1 +350613,350613,02,symb,c2_set_union,13,[':'],:% :],0,1 +350613,350613,02,symb,c2_set_union,14,['%'],$ %],0,1 +350613,350613,02,symb,c2_set_union,15,['%'],& % >],0,1 +350613,350613,02,symb,c2_set_union,16,['>'],> >],0,1 +350613,350613,02,symb,c2_set_union,17,['$'],$],1,1 +350613,350613,02,symb,c2_set_union,18,['$'],* $ &],0,1 +350613,350613,02,symb,c2_set_union,19,[':'],:],1,1 +350613,350613,02,symb,c2_set_union,20,['>'],:> >],0,1 +350613,350613,02,symb,c2_set_union,21,[':'],:]],1,1 +350613,350613,02,symb,c2_set_union,22,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,23,[':'],$ : :],0,1 +350613,350613,02,symb,c2_set_union,24,['<'],< *],0,1 +350613,350613,02,symb,c2_set_union,25,['&'],* &],0,1 +350613,350613,02,symb,c2_set_union,26,['>'],>],1,1 +350613,350613,02,symb,c2_set_union,27,['*'],* %],0,1 +350613,350613,02,symb,c2_set_union,28,['<'],<],1,1 +350613,350613,02,symb,c2_set_union,29,[':'],:],1,1 +350613,350613,02,symb,c2_set_union,30,['!'],!,1,1 +350613,350613,02,symb,c2_set_union,31,['*'],:*],0,1 +350613,350613,02,symb,c2_set_union,32,['*'],*],1,1 +350613,350613,02,symb,c2_set_union,33,['&'],<&],0,1 +350613,350613,02,symb,c2_set_union,34,[':'],$ :] [:],0,1 +350613,350613,02,symb,c2_set_union,35,['>'],:> >],0,1 +350613,350613,02,symb,c2_set_union,36,['<'],<],1,1 +350613,350613,02,symb,c2_set_union,37,['*'],& *],0,1 +350613,350613,02,symb,c2_set_union,38,['*'],*],1,1 +350613,350613,02,symb,c2_set_union,39,['!'],< !],0,1 +350613,350613,02,symb,c2_set_union,40,['<'],<],1,1 +350613,350613,02,symb,c2_set_union,41,['>'],> >],0,1 +350613,350613,02,symb,c2_set_union,42,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,43,['~'],~],1,1 +350613,350613,02,symb,c2_set_union,44,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,45,['~'],(~],0,1 +350613,350613,02,symb,c2_set_union,46,['<'],< !],0,1 +350613,350613,02,symb,c2_set_union,47,['*'],<*],0,1 +350613,350613,02,symb,c2_set_union,48,['<'],<],1,1 +350613,350613,02,symb,c2_set_union,49,['!'],! $],0,1 +350613,350613,02,symb,c2_set_union,50,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,51,['!'],!],1,1 +350613,350613,02,symb,c2_set_union,52,['*'],*]],1,1 +350613,350613,02,symb,c2_set_union,53,[':'],:*],0,1 +350613,350613,02,symb,c2_set_union,54,['('],(],1,1 +350613,350613,02,symb,c2_set_union,55,[':'],:],1,1 +350613,350613,02,symb,c2_set_union,56,['~'],~],1,1 +350613,350613,02,symb,c2_set_union,57,['!'],! %],0,1 +350613,350613,02,symb,c2_set_union,58,['>'],> >],0,1 +350613,350613,02,symb,c2_set_union,59,['<'],<],1,1 +350613,350613,02,symb,c2_set_union,60,['$'],(% $ $],0,1 +350613,350613,02,symb,c2_set_union,61,['&'],<&],0,1 +350613,350613,02,symb,c2_set_union,62,[':'],:],1,1 +350613,350613,02,symb,c2_set_union,63,['~'],~],1,1 +350613,350613,02,symb,c2_set_union,64,['>'],> *],0,1 +350613,350613,02,symb,c2_set_union,65,[':'],:],1,1 +350613,350613,02,symb,c2_set_union,66,['*'],*],1,1 +350613,350613,02,symb,c2_set_union,67,['<'],<],1,1 +350613,350613,02,symb,c2_set_union,68,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,69,['%'],%],1,1 +350613,350613,02,symb,c2_set_union,70,['<'],<],1,1 +350613,350613,02,symb,c2_set_union,71,[':'],:$:],0,1 +350613,350613,02,symb,c2_set_union,72,['~'],~ %],0,1 +350613,350613,02,symb,c2_set_union,73,['*'],*]],1,1 +350613,350613,02,symb,c2_set_union,74,['~'],~],1,1 +350613,350613,02,symb,c2_set_union,75,['*'],*],1,1 +350613,350613,02,symb,c2_set_union,76,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,77,['*'],*],1,1 +350613,350613,02,symb,c2_set_union,78,['*'],*],1,1 +350613,350613,02,symb,c2_set_union,79,[':'],% :] :],0,1 +350613,350613,02,symb,c2_set_union,80,['<'],<],1,1 +350613,350613,02,symb,c2_set_union,81,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,82,['$'],$],1,1 +350613,350613,02,symb,c2_set_union,83,['%'],%],1,1 +350613,350613,02,symb,c2_set_union,84,['('],(],1,1 +350613,350613,02,symb,c2_set_union,85,['*'],$ * %],0,1 +350613,350613,02,symb,c2_set_union,86,['!'],:!],0,1 +350613,350613,02,symb,c2_set_union,87,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,88,['('],(],1,1 +350613,350613,02,symb,c2_set_union,89,['~'],: ~],0,1 +350613,350613,02,symb,c2_set_union,90,['$'],$],1,1 +350613,350613,02,symb,c2_set_union,91,['$'],$],1,1 +350613,350613,02,symb,c2_set_union,92,['~'],~],1,1 +350613,350613,02,symb,c2_set_union,93,[':'],:$ :],0,1 +350613,350613,02,symb,c2_set_union,94,['%'],%],1,1 +350613,350613,02,symb,c2_set_union,95,['~'],: ~ <],0,1 +350613,350613,02,symb,c2_set_union,96,['*'],*],1,1 +350613,350613,02,symb,c2_set_union,97,['&'],&],1,1 +350613,350613,02,symb,c2_set_union,98,['<'],<],1,1 +350613,350613,02,symb,c2_set_union,99,['('],(],1,1 +350613,350613,02,symb,AND,0,['('],(],1,1 +350613,350613,02,symb,AND,1,['&'],&],1,1 +350613,350613,02,symb,AND,2,['<'],<],1,1 +350613,350613,02,symb,AND,3,['<'],<],1,1 +350613,350613,02,symb,AND,4,['*'],*],1,1 +350613,350613,02,symb,AND,5,['%'],%],1,1 +350613,350613,02,symb,AND,6,['%'],%],1,1 +350613,350613,02,symb,AND,7,['$'],$],1,1 +350613,350613,02,symb,AND,8,['>'],>],1,1 +350613,350613,02,symb,AND,9,['~'],~],1,1 +350613,350613,02,symb,AND,10,[':'],: ],1,1 +350613,350613,02,symb,AND,11,['*'],*],1,1 +350613,350613,02,symb,AND,12,['*'],*],1,1 +350613,350613,02,symb,AND,13,['<'],<],1,1 +350613,350613,02,symb,AND,14,['$'],$],1,1 +350613,350613,02,symb,AND,15,['%'],%],1,1 +350613,350613,02,symb,AND,16,[':'],: ],1,1 +350613,350613,02,symb,AND,17,['>'],> ],1,1 +350613,350613,02,symb,AND,18,['('],(],1,1 +350613,350613,02,symb,AND,19,['>'],> ],1,1 +350613,350613,02,symb,AND,20,[':'],: ],1,1 +350613,350613,02,symb,AND,21,['%'],%],1,1 +350613,350613,02,symb,AND,22,['>'],> >],0,1 +350613,350613,02,symb,AND,23,['*'],*],1,1 +350613,350613,02,symb,AND,24,['&'],&],1,1 +350613,350613,02,symb,AND,25,['~'],~],1,1 +350613,350613,02,symb,AND,26,['('],(],1,1 +350613,350613,02,symb,AND,27,['<'],<],1,1 +350613,350613,02,symb,AND,28,['&'],&],1,1 +350613,350613,02,symb,AND,29,['&'],&],1,1 +350613,350613,02,symb,AND,30,[':'],:],1,1 +350613,350613,02,symb,AND,31,['>'],> ],1,1 +350613,350613,02,symb,AND,32,['~'],~],1,1 +350613,350613,02,symb,AND,33,['*'],*],1,1 +350613,350613,02,symb,AND,34,['&'],&],1,1 +350613,350613,02,symb,AND,35,['$'],$],1,1 +350613,350613,02,symb,AND,36,['&'],&],1,1 +350613,350613,02,symb,AND,37,['&'],&],1,1 +350613,350613,02,symb,AND,38,['$'],$],1,1 +350613,350613,02,symb,AND,39,['*'],*],1,1 +350613,350613,02,symb,AND,40,['&'],&],1,1 +350613,350613,02,symb,AND,41,['<'],<],1,1 +350613,350613,02,symb,AND,42,['%'],% %],0,1 +350613,350613,02,symb,AND,43,['<'],<],1,1 +350613,350613,02,symb,AND,44,['&'],&],1,1 +350613,350613,02,symb,AND,45,['*'],*],1,1 +350613,350613,02,symb,AND,46,['*'],*],1,1 +350613,350613,02,symb,AND,47,['!'],!],1,1 +350613,350613,02,symb,AND,48,['%'],%],1,1 +350613,350613,02,symb,AND,49,['('],(],1,1 +350613,350613,02,symb,AND,50,['<'],<],1,1 +350613,350613,02,symb,AND,51,['%'],%],1,1 +350613,350613,02,symb,AND,52,[':'],:],1,1 +350613,350613,02,symb,AND,53,['&'],&],1,1 +350613,350613,02,symb,AND,54,['>'],>],1,1 +350613,350613,02,symb,AND,55,['&'],&],1,1 +350613,350613,02,symb,AND,56,[':'],: ],1,1 +350613,350613,02,symb,AND,57,['~'],~],1,1 +350613,350613,02,symb,AND,58,['*'],*],1,1 +350613,350613,02,symb,AND,59,['&'],&],1,1 +350613,350613,02,symb,AND,60,['<'],<],1,1 +350613,350613,02,symb,AND,61,['<'],<],1,1 +350613,350613,02,symb,AND,62,['('],(],1,1 +350613,350613,02,symb,AND,63,['>'],> ],1,1 +350613,350613,02,symb,AND,64,['~'],~],1,1 +350613,350613,02,symb,AND,65,['>'],> ],1,1 +350613,350613,02,symb,AND,66,['$'],$],1,1 +350613,350613,02,symb,AND,67,['>'],> ],1,1 +350613,350613,02,symb,AND,68,['<'],<],1,1 +350613,350613,02,symb,AND,69,['<'],<],1,1 +350613,350613,02,symb,AND,70,['!'],! ],1,1 +350613,350613,02,symb,AND,71,['$'],$],1,1 +350613,350613,02,symb,AND,72,['&'],&],1,1 +350613,350613,02,symb,AND,73,['~'],~],1,1 +350613,350613,02,symb,AND,74,['*'],*],1,1 +350613,350613,02,symb,AND,75,['>'],> >],0,1 +350613,350613,02,symb,AND,76,['&'],&],1,1 +350613,350613,02,symb,AND,77,['!'],! !],0,1 +350613,350613,02,symb,AND,78,['~'],~],1,1 +350613,350613,02,symb,AND,79,['>'],> ],1,1 +350613,350613,02,symb,AND,80,['!'],!],1,1 +350613,350613,02,symb,AND,81,['!'],! ],1,1 +350613,350613,02,symb,AND,82,['%'],%],1,1 +350613,350613,02,symb,AND,83,['('],(],1,1 +350613,350613,02,symb,AND,84,['>'],> ],1,1 +350613,350613,02,symb,AND,85,['&'],&],1,1 +350613,350613,02,symb,AND,86,['('],(],1,1 +350613,350613,02,symb,AND,87,['*'],*],1,1 +350613,350613,02,symb,AND,88,['&'],& &],0,1 +350613,350613,02,symb,AND,89,['*'],*],1,1 +350613,350613,02,symb,AND,90,['$'],$ ],1,1 +350613,350613,02,symb,AND,91,['<'],<],1,1 +350613,350613,02,symb,AND,92,['$'],$],1,1 +350613,350613,02,symb,AND,93,['!'],! !],0,1 +350613,350613,02,symb,AND,94,['~'],~],1,1 +350613,350613,02,symb,AND,95,['!'],! !],0,1 +350613,350613,02,symb,AND,96,['~'],~],1,1 +350613,350613,02,symb,AND,97,['&'],&],1,1 +350613,350613,02,symb,AND,98,['*'],*],1,1 +350613,350613,02,symb,AND,99,['!'],! ],1,1 +350613,350613,02,symb,XOR,0,"['(', '!']",! (],1,1 +350613,350613,02,symb,XOR,1,"['$', ':']",: >],0,1 +350613,350613,02,symb,XOR,2,"['!', '(']",< !],0,1 +350613,350613,02,symb,XOR,3,"['$', ':']",: $],1,1 +350613,350613,02,symb,XOR,4,"['$', '!']",$ !],1,1 +350613,350613,02,symb,XOR,5,"['$', '>']",$ >],1,1 +350613,350613,02,symb,XOR,6,"['!', '*']",* !],1,1 +350613,350613,02,symb,XOR,7,"['>', '!']",$ >],0,1 +350613,350613,02,symb,XOR,8,"['%', '$']",$ %],1,1 +350613,350613,02,symb,XOR,9,"['(', '*']",* (],1,1 +350613,350613,02,symb,XOR,10,"['<', ':']",: <],1,1 +350613,350613,02,symb,XOR,11,"['%', '*']",% *],1,1 +350613,350613,02,symb,XOR,12,"['!', '~']",> ~],0,1 +350613,350613,02,symb,XOR,13,"['~', ':']",: ~],1,1 +350613,350613,02,symb,XOR,14,"['~', '>']",> ~],1,1 +350613,350613,02,symb,XOR,15,"[':', '%']",% $],0,1 +350613,350613,02,symb,XOR,16,"[':', '(']",> (],0,1 +350613,350613,02,symb,XOR,17,"['(', '%']",% (],1,1 +350613,350613,02,symb,XOR,18,"['&', '%']",% &],1,1 +350613,350613,02,symb,XOR,19,"['>', '(']",( >],1,1 +350613,350613,02,symb,XOR,20,"['%', '<']",< %],1,1 +350613,350613,02,symb,XOR,21,"['!', '(']",! (],1,1 +350613,350613,02,symb,XOR,22,"['~', '$']",$ ~],1,1 +350613,350613,02,symb,XOR,23,"['%', '&']",& %],1,1 +350613,350613,02,symb,XOR,24,"['>', '%']",% >],1,1 +350613,350613,02,symb,XOR,25,"['*', '<']",* <],1,1 +350613,350613,02,symb,XOR,26,"['<', '$']",$ <],1,1 +350613,350613,02,symb,XOR,27,"['&', '>']",& >],1,1 +350613,350613,02,symb,XOR,28,"['$', '%']",% $],1,1 +350613,350613,02,symb,XOR,29,"['&', '<']",$ <],0,1 +350613,350613,02,symb,XOR,30,"['~', '*']",<* ~],0,1 +350613,350613,02,symb,XOR,31,"['(', '$']",$ (],1,1 +350613,350613,02,symb,XOR,32,"['~', '$']",$ ~],1,1 +350613,350613,02,symb,XOR,33,"['(', ':']",: >],0,1 +350613,350613,02,symb,XOR,34,"['*', '<']",< *],1,1 +350613,350613,02,symb,XOR,35,"[':', '~']",(~ :)],0,1 +350613,350613,02,symb,XOR,36,"['*', '>']",> <],0,1 +350613,350613,02,symb,XOR,37,"[':', '!']",! :],1,1 +350613,350613,02,symb,XOR,38,"['&', '(']",& (],1,1 +350613,350613,02,symb,XOR,39,"['(', '~']",( ~],1,1 +350613,350613,02,symb,XOR,40,"['*', ':']",$: *],0,1 +350613,350613,02,symb,XOR,41,"['<', '!']",< !],1,1 +350613,350613,02,symb,XOR,42,"['>', '%']",% >],1,1 +350613,350613,02,symb,XOR,43,"['~', '&']",& ~],1,1 +350613,350613,02,symb,XOR,44,"['$', '%']",% >],0,1 +350613,350613,02,symb,XOR,45,"['&', '!']",! &],1,1 +350613,350613,02,symb,XOR,46,"[':', '%']",(% *),0,1 +350613,350613,02,symb,XOR,47,"['%', ':']",:&],0,1 +350613,350613,02,symb,XOR,48,"['~', '&']",& ~],1,1 +350613,350613,02,symb,XOR,49,"['<', '%']",% <],1,1 +350613,350613,02,symb,XOR,50,"['>', '~']",~ >],1,1 +350613,350613,02,symb,XOR,51,"['&', '~']",% ~],0,1 +350613,350613,02,symb,XOR,52,"['>', ':']",:! >],0,1 +350613,350613,02,symb,XOR,53,"['(', '%']",% (],1,1 +350613,350613,02,symb,XOR,54,"['%', '*']",* %],1,1 +350613,350613,02,symb,XOR,55,"['*', '$']",% *],0,1 +350613,350613,02,symb,XOR,56,"['>', '&']",& >],1,1 +350613,350613,02,symb,XOR,57,"['~', '%']",% ~],1,1 +350613,350613,02,symb,XOR,58,"['$', ':']",: $],1,1 +350613,350613,02,symb,XOR,59,"['*', '~']",~ *],1,1 +350613,350613,02,symb,XOR,60,"['<', '%']",% ~],0,1 +350613,350613,02,symb,XOR,61,"['!', '*']",* !],1,1 +350613,350613,02,symb,XOR,62,"['!', '%']",% !],1,1 +350613,350613,02,symb,XOR,63,"['$', '&']",& $],1,1 +350613,350613,02,symb,XOR,64,"['(', '&']",& $],0,1 +350613,350613,02,symb,XOR,65,"['*', '&']",& *],1,1 +350613,350613,02,symb,XOR,66,"['~', '$']",$ ~],1,1 +350613,350613,02,symb,XOR,67,"['>', '*']",* >],1,1 +350613,350613,02,symb,XOR,68,"['<', '>']",> <],1,1 +350613,350613,02,symb,XOR,69,"['*', '>']",*> <],0,1 +350613,350613,02,symb,XOR,70,"['~', '(']",< (],0,1 +350613,350613,02,symb,XOR,71,"['<', '%']",% *],0,1 +350613,350613,02,symb,XOR,72,"['*', '$']",$ *],1,1 +350613,350613,02,symb,XOR,73,"['!', '&']",& !],1,1 +350613,350613,02,symb,XOR,74,"['&', '%']",% &],1,1 +350613,350613,02,symb,XOR,75,"['*', '%']",% *],1,1 +350613,350613,02,symb,XOR,76,"['%', '&']",& %],1,1 +350613,350613,02,symb,XOR,77,"['!', '~']",~ !],1,1 +350613,350613,02,symb,XOR,78,"['$', '~']",$ ~],1,1 +350613,350613,02,symb,XOR,79,"['%', '<']",< %],1,1 +350613,350613,02,symb,XOR,80,"['!', '$']",$ &],0,1 +350613,350613,02,symb,XOR,81,"['~', '%']",% ~],1,1 +350613,350613,02,symb,XOR,82,"['<', '$']",$ *],0,1 +350613,350613,02,symb,XOR,83,"['>', '*']",* >],1,1 +350613,350613,02,symb,XOR,84,"['*', '&']",& *],1,1 +350613,350613,02,symb,XOR,85,"['(', '$']",$ <],0,1 +350613,350613,02,symb,XOR,86,"['$', '(']",& (],0,1 +350613,350613,02,symb,XOR,87,"['%', ':']",: (],0,1 +350613,350613,02,symb,XOR,88,"[':', '%']",% : ],1,1 +350613,350613,02,symb,XOR,89,"[':', '&']",& :],1,1 +350613,350613,02,symb,XOR,90,"['*', '~']",~ *],1,1 +350613,350613,02,symb,XOR,91,"['<', '%']",% <],1,1 +350613,350613,02,symb,XOR,92,"['*', '>']",> *],1,1 +350613,350613,02,symb,XOR,93,"['<', '%']",% <],1,1 +350613,350613,02,symb,XOR,94,"[':', '~']",~ :],1,1 +350613,350613,02,symb,XOR,95,"['<', '>']",> (],0,1 +350613,350613,02,symb,XOR,96,"[':', '&']",& : ],1,1 +350613,350613,02,symb,XOR,97,"['&', '(']",& (],1,1 +350613,350613,02,symb,XOR,98,"['!', '>']",> !],1,1 +350613,350613,02,symb,XOR,99,"[':', '$']",$ %],0,1 +350613,350613,02,symb,c3_set_union_permuted,0,"['*', '~', '<', '!']",* < ~],0,1 +350613,350613,02,symb,c3_set_union_permuted,1,"['&', '~', '>', '<']",< ~ & >],1,1 +350613,350613,02,symb,c3_set_union_permuted,2,"['*', '&', '(', '~']",~ & ( *],1,1 +350613,350613,02,symb,c3_set_union_permuted,3,"['~', '%', '&', '!']",! % & ~],1,1 +350613,350613,02,symb,c3_set_union_permuted,4,"['(', '!', '&', '>']",> ! (&],1,1 +350613,350613,02,symb,c3_set_union_permuted,5,"['>', '<', ':', '(']",: (> <)],0,1 +350613,350613,02,symb,c3_set_union_permuted,6,"['(', '%', ':', '&']",% & : (],1,1 +350613,350613,02,symb,c3_set_union_permuted,7,"['*', ':', '(', '&']",: * (],0,1 +350613,350613,02,symb,c3_set_union_permuted,8,"['!', '%', '>', '~']",~ > ! %],1,1 +350613,350613,02,symb,c3_set_union_permuted,9,"['~', '$', '*', '(']",* ~ $],0,1 +350613,350613,02,symb,c3_set_union_permuted,10,"['~', '<', '$', ':']",~ $ : <],1,1 +350613,350613,02,symb,c3_set_union_permuted,11,"['(', '>', '*', '%']",( * % >),0,1 +350613,350613,02,symb,c3_set_union_permuted,12,"['>', '&', '<', '!']",& ! > <],1,1 +350613,350613,02,symb,c3_set_union_permuted,13,"['%', '*', '!', '(']",( % ! *],1,1 +350613,350613,02,symb,c3_set_union_permuted,14,"['&', '%', '~', '$']",& % ~ $],1,1 +350613,350613,02,symb,c3_set_union_permuted,15,"['>', '%', '~', '&']",> & ~ %],1,1 +350613,350613,02,symb,c3_set_union_permuted,16,"['<', '>', '*', '%']",* % < >],1,1 +350613,350613,02,symb,c3_set_union_permuted,17,"['(', '*', '~', ':']",* ( ~],0,1 +350613,350613,02,symb,c3_set_union_permuted,18,"[':', '(', '$', '>']",: $ > (,1,1 +350613,350613,02,symb,c3_set_union_permuted,19,"[':', '$', '%', '~']",$ : %],0,1 +350613,350613,02,symb,c3_set_union_permuted,20,"['!', ':', '&', '(']",: !],0,1 +350613,350613,02,symb,c3_set_union_permuted,21,"['>', '$', '!', '%']",> ! $ %],1,1 +350613,350613,02,symb,c3_set_union_permuted,22,"['%', '<', ':', '>']",< > : %],1,1 +350613,350613,02,symb,c3_set_union_permuted,23,"['>', '&', '$', '!']",& ! $ >],1,1 +350613,350613,02,symb,c3_set_union_permuted,24,"['&', '$', '!', '(']",& $ !],0,1 +350613,350613,02,symb,c3_set_union_permuted,25,"['>', ':', '(', '~']",> ( ~ :],1,1 +350613,350613,02,symb,c3_set_union_permuted,26,"['*', '!', '%', '$']",! $ *],0,1 +350613,350613,02,symb,c3_set_union_permuted,27,"['(', '!', '%', '~']",% ~ !],0,1 +350613,350613,02,symb,c3_set_union_permuted,28,"['<', '!', '>', '(']",> < !],0,1 +350613,350613,02,symb,c3_set_union_permuted,29,"['*', '&', '(', '!']",(& ! *)],0,1 +350613,350613,02,symb,c3_set_union_permuted,30,"['<', ':', '*', '(']",( * :],0,1 +350613,350613,02,symb,c3_set_union_permuted,31,"['<', '~', '$', '!']",< ~ $ !],1,1 +350613,350613,02,symb,c3_set_union_permuted,32,"['<', '>', '!', '$']",> ! < $],1,1 +350613,350613,02,symb,c3_set_union_permuted,33,"['>', ':', '!', '&']",> : ! &],1,1 +350613,350613,02,symb,c3_set_union_permuted,34,"['%', '*', '&', ':']",% & : *],1,1 +350613,350613,02,symb,c3_set_union_permuted,35,"['&', '!', '%', '>']",% ! > &],1,1 +350613,350613,02,symb,c3_set_union_permuted,36,"['~', '$', '<', '>']",> $ < ~],1,1 +350613,350613,02,symb,c3_set_union_permuted,37,"['~', '<', '(', '!']",<( ! ~],1,1 +350613,350613,02,symb,c3_set_union_permuted,38,"[':', '<', '~', '!']",~ < ! :],1,1 +350613,350613,02,symb,c3_set_union_permuted,39,"[':', '$', '%', '&']",: % & $],1,1 +350613,350613,02,symb,c3_set_union_permuted,40,"['!', '%', '$', '~']",% ! $ ~],1,1 +350613,350613,02,symb,c3_set_union_permuted,41,"['%', '!', '<', ':']",% : ! <],1,1 +350613,350613,02,symb,c3_set_union_permuted,42,"['~', '!', '>', '$']",> $ !],0,1 +350613,350613,02,symb,c3_set_union_permuted,43,"['~', ':', '!', '$']",! : $],0,1 +350613,350613,02,symb,c3_set_union_permuted,44,"['>', '*', '<', '$']",> $ * <],1,1 +350613,350613,02,symb,c3_set_union_permuted,45,"['<', '!', '(', '&']",! < &],0,1 +350613,350613,02,symb,c3_set_union_permuted,46,"['%', '(', '~', '>']",% (~ >],1,1 +350613,350613,02,symb,c3_set_union_permuted,47,"[':', '!', '%', '>']",: % !],0,1 +350613,350613,02,symb,c3_set_union_permuted,48,"[':', '&', '!', '~']",& ~ ! :],1,1 +350613,350613,02,symb,c3_set_union_permuted,49,"['*', '&', '%', '>']",* & > %],1,1 +350613,350613,02,symb,c3_set_union_permuted,50,"[':', '%', '*', '>']",> : *],0,1 +350613,350613,02,symb,c3_set_union_permuted,51,"['&', ':', '%', '!']",! % : &],1,1 +350613,350613,02,symb,c3_set_union_permuted,52,"['<', '&', '~', '%']",% & < ~],1,1 +350613,350613,02,symb,c3_set_union_permuted,53,"['(', '$', '>', '~']",> (~ $],1,1 +350613,350613,02,symb,c3_set_union_permuted,54,"['~', '<', '*', '$']",< * ~ $],1,1 +350613,350613,02,symb,c3_set_union_permuted,55,"['<', '>', '(', '~']",~ > (<)],0,1 +350613,350613,02,symb,c3_set_union_permuted,56,"['~', '$', '(', '!']",~ $ !],0,1 +350613,350613,02,symb,c3_set_union_permuted,57,"['~', ':', '%', '>']",: % ~],0,1 +350613,350613,02,symb,c3_set_union_permuted,58,"['(', '$', '>', '&']",$ & >],0,1 +350613,350613,02,symb,c3_set_union_permuted,59,"['&', '%', '>', '(']",% > & (],1,1 +350613,350613,02,symb,c3_set_union_permuted,60,"['$', '(', '*', '&']",& $ (],0,1 +350613,350613,02,symb,c3_set_union_permuted,61,"['>', '~', '*', '$']",* > $ ~],1,1 +350613,350613,02,symb,c3_set_union_permuted,62,"['~', '*', '$', ':']",* : $ ~],1,1 +350613,350613,02,symb,c3_set_union_permuted,63,"['$', '(', '~', '%']",(% ~],0,1 +350613,350613,02,symb,c3_set_union_permuted,64,"['!', '*', '$', '(']",$ ! * (],1,1 +350613,350613,02,symb,c3_set_union_permuted,65,"['*', '$', '%', '>']",> % $ *],1,1 +350613,350613,02,symb,c3_set_union_permuted,66,"['>', '<', '*', '~']",< > ~ *],1,1 +350613,350613,02,symb,c3_set_union_permuted,67,"['!', '(', '%', '>']",% > ( !],1,1 +350613,350613,02,symb,c3_set_union_permuted,68,"['~', '*', '&', '<']",~ < * &],1,1 +350613,350613,02,symb,c3_set_union_permuted,69,"['<', '&', '!', '$']",$ < & !],1,1 +350613,350613,02,symb,c3_set_union_permuted,70,"['~', '!', '&', '*']",* ~ & !],1,1 +350613,350613,02,symb,c3_set_union_permuted,71,"[':', '$', '%', '!']",: ! %],0,1 +350613,350613,02,symb,c3_set_union_permuted,72,"[':', '*', '<', '%']",* : %],0,1 +350613,350613,02,symb,c3_set_union_permuted,73,"['!', '~', '&', '(']",(~ ! &)],0,1 +350613,350613,02,symb,c3_set_union_permuted,74,"['$', '~', '%', '*']",$ ~ *],0,1 +350613,350613,02,symb,c3_set_union_permuted,75,"['<', '$', '(', '>']",> < ($)],0,1 +350613,350613,02,symb,c3_set_union_permuted,76,"['&', '>', '(', '*']",* > & (],1,1 +350613,350613,02,symb,c3_set_union_permuted,77,"['!', '<', '*', '&']",* & ! <],1,1 +350613,350613,02,symb,c3_set_union_permuted,78,"['&', '<', '(', ':']",& : (],0,1 +350613,350613,02,symb,c3_set_union_permuted,79,"['*', '&', '<', ':']",<& : *],1,1 +350613,350613,02,symb,c3_set_union_permuted,80,"['(', '!', '$', '<']",< ( $ !],1,1 +350613,350613,02,symb,c3_set_union_permuted,81,"['*', '&', '$', '%']",& * %],0,1 +350613,350613,02,symb,c3_set_union_permuted,82,"['%', '&', '<', '$']",$ < % &],1,1 +350613,350613,02,symb,c3_set_union_permuted,83,"['%', '*', ':', '$']",$ * % :],1,1 +350613,350613,02,symb,c3_set_union_permuted,84,"['&', '%', '<', '(']",< ( %],0,1 +350613,350613,02,symb,c3_set_union_permuted,85,"['<', '!', '(', '%']",( < ! %],1,1 +350613,350613,02,symb,c3_set_union_permuted,86,"['%', '*', ':', '(']",* : %],0,1 +350613,350613,02,symb,c3_set_union_permuted,87,"['!', '~', '<', '%']",! % <],0,1 +350613,350613,02,symb,c3_set_union_permuted,88,"['*', '(', '!', '>']",!* >],0,1 +350613,350613,02,symb,c3_set_union_permuted,89,"['%', '~', ':', '<']",< : % ~],1,1 +350613,350613,02,symb,c3_set_union_permuted,90,"['!', ':', '&', '$']",! : $ &],1,1 +350613,350613,02,symb,c3_set_union_permuted,91,"[':', '*', '>', '&']",& > * :],1,1 +350613,350613,02,symb,c3_set_union_permuted,92,"['>', '~', '(', '!']",> ! ~],0,1 +350613,350613,02,symb,c3_set_union_permuted,93,"['>', '%', '*', '~']",% * > ~],1,1 +350613,350613,02,symb,c3_set_union_permuted,94,"[':', '!', '<', '(']",: < (],0,1 +350613,350613,02,symb,c3_set_union_permuted,95,"['&', '~', '>', '(']",( & > ~],1,1 +350613,350613,02,symb,c3_set_union_permuted,96,"[':', '~', '>', '&']",~ > &],0,1 +350613,350613,02,symb,c3_set_union_permuted,97,"['<', '~', '>', '%']",% ~ < >],1,1 +350613,350613,02,symb,c3_set_union_permuted,98,"['!', '~', '*', '>']",~ ! > *],1,1 +350613,350613,02,symb,c3_set_union_permuted,99,"['!', '<', '*', '>']",! * > <],1,1 +350613,350613,02,symb,c2_set_union_permuted,0,['<'],< ~ &],0,1 +350613,350613,02,symb,c2_set_union_permuted,1,['<'],~ < ~],0,1 +350613,350613,02,symb,c2_set_union_permuted,2,['$'],* $ >],0,1 +350613,350613,02,symb,c2_set_union_permuted,3,[':'],:% :],0,1 +350613,350613,02,symb,c2_set_union_permuted,4,[':'],:$],0,1 +350613,350613,02,symb,c2_set_union_permuted,5,['~'],$ ~ *],0,1 +350613,350613,02,symb,c2_set_union_permuted,6,['>'],> $],0,1 +350613,350613,02,symb,c2_set_union_permuted,7,['!'],!],1,1 +350613,350613,02,symb,c2_set_union_permuted,8,[':'],:&],0,1 +350613,350613,02,symb,c2_set_union_permuted,9,['('],($ &],0,1 +350613,350613,02,symb,c2_set_union_permuted,10,['('],: ( *],0,1 +350613,350613,02,symb,c2_set_union_permuted,11,['%'],& % <],0,1 +350613,350613,02,symb,c2_set_union_permuted,12,['>'],> <],0,1 +350613,350613,02,symb,c2_set_union_permuted,13,['<'],< !],0,1 +350613,350613,02,symb,c2_set_union_permuted,14,['!'],$ ! %],0,1 +350613,350613,02,symb,c2_set_union_permuted,15,['!'],! < !],0,1 +350613,350613,02,symb,c2_set_union_permuted,16,['!'],!],1,1 +350613,350613,02,symb,c2_set_union_permuted,17,['&'],& : &],0,1 +350613,350613,02,symb,c2_set_union_permuted,18,['<'],% < %],0,1 +350613,350613,02,symb,c2_set_union_permuted,19,['*'],* !],0,1 +350613,350613,02,symb,c2_set_union_permuted,20,['<'],> < >],0,1 +350613,350613,02,symb,c2_set_union_permuted,21,[':'],: ! :],0,1 +350613,350613,02,symb,c2_set_union_permuted,22,['$'],* $ %],0,1 +350613,350613,02,symb,c2_set_union_permuted,23,['<'],<],1,1 +350613,350613,02,symb,c2_set_union_permuted,24,['!'],< ! <],0,1 +350613,350613,02,symb,c2_set_union_permuted,25,['%'],% ~],0,1 +350613,350613,02,symb,c2_set_union_permuted,26,[':'],< : %],0,1 +350613,350613,02,symb,c2_set_union_permuted,27,['<'],< $ <],0,1 +350613,350613,02,symb,c2_set_union_permuted,28,['%'],% < &],0,1 +350613,350613,02,symb,c2_set_union_permuted,29,['~'],% ~],0,1 +350613,350613,02,symb,c2_set_union_permuted,30,['~'],& ~ %],0,1 +350613,350613,02,symb,c2_set_union_permuted,31,['%'],% > &],0,1 +350613,350613,02,symb,c2_set_union_permuted,32,[':'],:],1,1 +350613,350613,02,symb,c2_set_union_permuted,33,['('],! ( *],0,1 +350613,350613,02,symb,c2_set_union_permuted,34,[':'],:* &],0,1 +350613,350613,02,symb,c2_set_union_permuted,35,['('],( )],0,1 +350613,350613,02,symb,c2_set_union_permuted,36,['<'],< :],0,1 +350613,350613,02,symb,c2_set_union_permuted,37,['!'],! &],0,1 +350613,350613,02,symb,c2_set_union_permuted,38,['$'],$ (],0,1 +350613,350613,02,symb,c2_set_union_permuted,39,['$'],% $ %],0,1 +350613,350613,02,symb,c2_set_union_permuted,40,['&'],( & >],0,1 +350613,350613,02,symb,c2_set_union_permuted,41,['('],: $],0,1 +350613,350613,02,symb,c2_set_union_permuted,42,['~'],! ~ !],0,1 +350613,350613,02,symb,c2_set_union_permuted,43,['&'],& !],0,1 +350613,350613,02,symb,c2_set_union_permuted,44,['<'],(% < (],0,1 +350613,350613,02,symb,c2_set_union_permuted,45,['!'],! $],0,1 +350613,350613,02,symb,c2_set_union_permuted,46,['$'],& % (],0,1 +350613,350613,02,symb,c2_set_union_permuted,47,['('],> *),0,1 +350613,350613,02,symb,c2_set_union_permuted,48,[':'],: &]],0,1 +350613,350613,02,symb,c2_set_union_permuted,49,['('],( : >],0,1 +350613,350613,02,symb,c2_set_union_permuted,50,['('],( <],0,1 +350613,350613,02,symb,c2_set_union_permuted,51,['!'],! ! (],0,1 +350613,350613,02,symb,c2_set_union_permuted,52,['('],($ &),0,1 +350613,350613,02,symb,c2_set_union_permuted,53,['~'],$ ~ %],0,1 +350613,350613,02,symb,c2_set_union_permuted,54,['%'],%],1,1 +350613,350613,02,symb,c2_set_union_permuted,55,['>'],> *],0,1 +350613,350613,02,symb,c2_set_union_permuted,56,['('],(],1,1 +350613,350613,02,symb,c2_set_union_permuted,57,['>'],> >],0,1 +350613,350613,02,symb,c2_set_union_permuted,58,['*'],* & ~],0,1 +350613,350613,02,symb,c2_set_union_permuted,59,['!'],% ! !],0,1 +350613,350613,02,symb,c2_set_union_permuted,60,['>'],> * >],0,1 +350613,350613,02,symb,c2_set_union_permuted,61,['%'],% *],0,1 +350613,350613,02,symb,c2_set_union_permuted,62,['*'],* *],0,1 +350613,350613,02,symb,c2_set_union_permuted,63,['>'],! > *],0,1 +350613,350613,02,symb,c2_set_union_permuted,64,['*'],> * % ( *],0,1 +350613,350613,02,symb,c2_set_union_permuted,65,['!'],! *],0,1 +350613,350613,02,symb,c2_set_union_permuted,66,['&'],% & !],0,1 +350613,350613,02,symb,c2_set_union_permuted,67,['!'],% ~ !],0,1 +350613,350613,02,symb,c2_set_union_permuted,68,['~'],> ~ &],0,1 +350613,350613,02,symb,c2_set_union_permuted,69,['%'],% !],0,1 +350613,350613,02,symb,c2_set_union_permuted,70,['!'],! *],0,1 +350613,350613,02,symb,c2_set_union_permuted,71,['~'],~],1,1 +350613,350613,02,symb,c2_set_union_permuted,72,['*'],$ * <],0,1 +350613,350613,02,symb,c2_set_union_permuted,73,['>'],& > <],0,1 +350613,350613,02,symb,c2_set_union_permuted,74,['!'],> $ !],0,1 +350613,350613,02,symb,c2_set_union_permuted,75,['%'],% ~],0,1 +350613,350613,02,symb,c2_set_union_permuted,76,[':'],:],1,1 +350613,350613,02,symb,c2_set_union_permuted,77,['$'],% (],0,1 +350613,350613,02,symb,c2_set_union_permuted,78,['~'],< ~],0,1 +350613,350613,02,symb,c2_set_union_permuted,79,['!'],< ! !],0,1 +350613,350613,02,symb,c2_set_union_permuted,80,['&'],& ~],0,1 +350613,350613,02,symb,c2_set_union_permuted,81,['('],(% <),0,1 +350613,350613,02,symb,c2_set_union_permuted,82,['!'],! %],0,1 +350613,350613,02,symb,c2_set_union_permuted,83,['>'],> < (],0,1 +350613,350613,02,symb,c2_set_union_permuted,84,['<'],& < &],0,1 +350613,350613,02,symb,c2_set_union_permuted,85,['$'],$ (],0,1 +350613,350613,02,symb,c2_set_union_permuted,86,[':'],: & ( >],0,1 +350613,350613,02,symb,c2_set_union_permuted,87,['!'],! *],0,1 +350613,350613,02,symb,c2_set_union_permuted,88,[':'],$: &],0,1 +350613,350613,02,symb,c2_set_union_permuted,89,[':'],*: !],0,1 +350613,350613,02,symb,c2_set_union_permuted,90,[':'],> : >],0,1 +350613,350613,02,symb,c2_set_union_permuted,91,[':'],: > ~],0,1 +350613,350613,02,symb,c2_set_union_permuted,92,['<'],: <],0,1 +350613,350613,02,symb,c2_set_union_permuted,93,['('],( ~ >],0,1 +350613,350613,02,symb,c2_set_union_permuted,94,['%'],:% :],0,1 +350613,350613,02,symb,c2_set_union_permuted,95,['~'],~],1,1 +350613,350613,02,symb,c2_set_union_permuted,96,['%'],: % >],0,1 +350613,350613,02,symb,c2_set_union_permuted,97,['&'],< & %],0,1 +350613,350613,02,symb,c2_set_union_permuted,98,['$'],$ %],0,1 +350613,350613,02,symb,c2_set_union_permuted,99,['!'],!],1,1 +350613,350613,02,symb,c1_set_union_permuted,0,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,1,['('],(],1,1 +350613,350613,02,symb,c1_set_union_permuted,2,['*'],*],1,1 +350613,350613,02,symb,c1_set_union_permuted,3,['!'],! >],0,1 +350613,350613,02,symb,c1_set_union_permuted,4,['&'],&],1,1 +350613,350613,02,symb,c1_set_union_permuted,5,['*'],*],1,1 +350613,350613,02,symb,c1_set_union_permuted,6,['!'],!]],1,1 +350613,350613,02,symb,c1_set_union_permuted,7,['~'],~],1,1 +350613,350613,02,symb,c1_set_union_permuted,8,['!'],!),0,1 +350613,350613,02,symb,c1_set_union_permuted,9,['$'],$],1,1 +350613,350613,02,symb,c1_set_union_permuted,10,['~'],~],1,1 +350613,350613,02,symb,c1_set_union_permuted,11,[':'],:],1,1 +350613,350613,02,symb,c1_set_union_permuted,12,['!'],!],1,1 +350613,350613,02,symb,c1_set_union_permuted,13,[':'],%],0,1 +350613,350613,02,symb,c1_set_union_permuted,14,['<'],<],1,1 +350613,350613,02,symb,c1_set_union_permuted,15,['*'],*],1,1 +350613,350613,02,symb,c1_set_union_permuted,16,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,17,['!'],!],1,1 +350613,350613,02,symb,c1_set_union_permuted,18,['('],(],1,1 +350613,350613,02,symb,c1_set_union_permuted,19,['$'],$ >],0,1 +350613,350613,02,symb,c1_set_union_permuted,20,['&'],&],1,1 +350613,350613,02,symb,c1_set_union_permuted,21,['!'],!,1,1 +350613,350613,02,symb,c1_set_union_permuted,22,[':'],:],1,1 +350613,350613,02,symb,c1_set_union_permuted,23,['~'],~],1,1 +350613,350613,02,symb,c1_set_union_permuted,24,['>'],>],1,1 +350613,350613,02,symb,c1_set_union_permuted,25,['!'],! >],0,1 +350613,350613,02,symb,c1_set_union_permuted,26,['$'],$],1,1 +350613,350613,02,symb,c1_set_union_permuted,27,['$'],< &],0,1 +350613,350613,02,symb,c1_set_union_permuted,28,['&'],&],1,1 +350613,350613,02,symb,c1_set_union_permuted,29,['~'],~,1,1 +350613,350613,02,symb,c1_set_union_permuted,30,['~'],~],1,1 +350613,350613,02,symb,c1_set_union_permuted,31,['('],(],1,1 +350613,350613,02,symb,c1_set_union_permuted,32,['('],(],1,1 +350613,350613,02,symb,c1_set_union_permuted,33,['('],(],1,1 +350613,350613,02,symb,c1_set_union_permuted,34,['$'],$],1,1 +350613,350613,02,symb,c1_set_union_permuted,35,['*'],*],1,1 +350613,350613,02,symb,c1_set_union_permuted,36,['<'],<],1,1 +350613,350613,02,symb,c1_set_union_permuted,37,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,38,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,39,['!'],! & >],0,1 +350613,350613,02,symb,c1_set_union_permuted,40,[':'],:$],0,1 +350613,350613,02,symb,c1_set_union_permuted,41,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,42,['('],( >],0,1 +350613,350613,02,symb,c1_set_union_permuted,43,['!'],(!],0,1 +350613,350613,02,symb,c1_set_union_permuted,44,['>'],>],1,1 +350613,350613,02,symb,c1_set_union_permuted,45,['>'],>],1,1 +350613,350613,02,symb,c1_set_union_permuted,46,['*'],:],0,1 +350613,350613,02,symb,c1_set_union_permuted,47,['<'],<],1,1 +350613,350613,02,symb,c1_set_union_permuted,48,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,49,[':'],*],0,1 +350613,350613,02,symb,c1_set_union_permuted,50,['!'],!,1,1 +350613,350613,02,symb,c1_set_union_permuted,51,['~'],~],1,1 +350613,350613,02,symb,c1_set_union_permuted,52,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,53,[':'],:],1,1 +350613,350613,02,symb,c1_set_union_permuted,54,['!'],%],0,1 +350613,350613,02,symb,c1_set_union_permuted,55,['~'],~],1,1 +350613,350613,02,symb,c1_set_union_permuted,56,['<'],<],1,1 +350613,350613,02,symb,c1_set_union_permuted,57,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,58,['$'],$],1,1 +350613,350613,02,symb,c1_set_union_permuted,59,['!'],!],1,1 +350613,350613,02,symb,c1_set_union_permuted,60,['&'],&],1,1 +350613,350613,02,symb,c1_set_union_permuted,61,['$'],$],1,1 +350613,350613,02,symb,c1_set_union_permuted,62,['('],< >],0,1 +350613,350613,02,symb,c1_set_union_permuted,63,['~'],~],1,1 +350613,350613,02,symb,c1_set_union_permuted,64,['$'],($),0,1 +350613,350613,02,symb,c1_set_union_permuted,65,['*'],*],1,1 +350613,350613,02,symb,c1_set_union_permuted,66,['$'],$,1,1 +350613,350613,02,symb,c1_set_union_permuted,67,['!'],!],1,1 +350613,350613,02,symb,c1_set_union_permuted,68,['~'],(~],0,1 +350613,350613,02,symb,c1_set_union_permuted,69,['~'],~ :,0,1 +350613,350613,02,symb,c1_set_union_permuted,70,[':'],:],1,1 +350613,350613,02,symb,c1_set_union_permuted,71,['<'],<],1,1 +350613,350613,02,symb,c1_set_union_permuted,72,['&'],&],1,1 +350613,350613,02,symb,c1_set_union_permuted,73,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,74,['!'],:],0,1 +350613,350613,02,symb,c1_set_union_permuted,75,['!'],!*],0,1 +350613,350613,02,symb,c1_set_union_permuted,76,['('],(],1,1 +350613,350613,02,symb,c1_set_union_permuted,77,['!'],! &],0,1 +350613,350613,02,symb,c1_set_union_permuted,78,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,79,['&'],&],1,1 +350613,350613,02,symb,c1_set_union_permuted,80,['$'],$],1,1 +350613,350613,02,symb,c1_set_union_permuted,81,['*'],*],1,1 +350613,350613,02,symb,c1_set_union_permuted,82,['&'],&],1,1 +350613,350613,02,symb,c1_set_union_permuted,83,['!'],!],1,1 +350613,350613,02,symb,c1_set_union_permuted,84,['%'],%,1,1 +350613,350613,02,symb,c1_set_union_permuted,85,[':'],:],1,1 +350613,350613,02,symb,c1_set_union_permuted,86,['('],(],1,1 +350613,350613,02,symb,c1_set_union_permuted,87,['!'],!,1,1 +350613,350613,02,symb,c1_set_union_permuted,88,['%'],%],1,1 +350613,350613,02,symb,c1_set_union_permuted,89,['~'],< ~],0,1 +350613,350613,02,symb,c1_set_union_permuted,90,['<'],<],1,1 +350613,350613,02,symb,c1_set_union_permuted,91,['&'],&],1,1 +350613,350613,02,symb,c1_set_union_permuted,92,['~'],( ~],0,1 +350613,350613,02,symb,c1_set_union_permuted,93,['<'],<],1,1 +350613,350613,02,symb,c1_set_union_permuted,94,['$'],$],1,1 +350613,350613,02,symb,c1_set_union_permuted,95,['*'],*],1,1 +350613,350613,02,symb,c1_set_union_permuted,96,['>'],:>,0,1 +350613,350613,02,symb,c1_set_union_permuted,97,['('],($],0,1 +350613,350613,02,symb,c1_set_union_permuted,98,['~'],~],1,1 +350613,350613,02,symb,c1_set_union_permuted,99,['*'],*],1,1 +350613,350613,02,symb,XOR_permuted,0,"['(', '%']",( %],1,1 +350613,350613,02,symb,XOR_permuted,1,"[':', '(']",(: *),0,1 +350613,350613,02,symb,XOR_permuted,2,"['&', '>']",& >],1,1 +350613,350613,02,symb,XOR_permuted,3,"['~', '%']",% ~],1,1 +350613,350613,02,symb,XOR_permuted,4,"['!', '~']",(~ %)],0,1 +350613,350613,02,symb,XOR_permuted,5,"['<', '~']",(~ !],0,1 +350613,350613,02,symb,XOR_permuted,6,"['!', '$']",> $],0,1 +350613,350613,02,symb,XOR_permuted,7,"['%', ':']",: %],1,1 +350613,350613,02,symb,XOR_permuted,8,"['&', '(']",& *],0,1 +350613,350613,02,symb,XOR_permuted,9,"[':', '!']",: !],1,1 +350613,350613,02,symb,XOR_permuted,10,"['$', '~']",~ $],1,1 +350613,350613,02,symb,XOR_permuted,11,"['%', '>']",< %],0,1 +350613,350613,02,symb,XOR_permuted,12,"['%', '$']",$ %],1,1 +350613,350613,02,symb,XOR_permuted,13,"['!', '~']",: ~],0,1 +350613,350613,02,symb,XOR_permuted,14,"['&', '!']",& !],1,1 +350613,350613,02,symb,XOR_permuted,15,"['%', '>']",% >],1,1 +350613,350613,02,symb,XOR_permuted,16,"['>', ':']",! :],0,1 +350613,350613,02,symb,XOR_permuted,17,"['~', '*']",* ~],1,1 +350613,350613,02,symb,XOR_permuted,18,"['>', ':']",( :)],0,1 +350613,350613,02,symb,XOR_permuted,19,"['%', '$']",$ %],1,1 +350613,350613,02,symb,XOR_permuted,20,"['%', '*']",> *],0,1 +350613,350613,02,symb,XOR_permuted,21,"['~', '<']",~ <],1,1 +350613,350613,02,symb,XOR_permuted,22,"['%', '!']",! %],1,1 +350613,350613,02,symb,XOR_permuted,23,"['%', '$']",$ %],1,1 +350613,350613,02,symb,XOR_permuted,24,"[':', '%']",:% !],0,1 +350613,350613,02,symb,XOR_permuted,25,"['*', ':']",:* &],0,1 +350613,350613,02,symb,XOR_permuted,26,"['!', '$']",$ !],1,1 +350613,350613,02,symb,XOR_permuted,27,"['*', '$']",$ *],1,1 +350613,350613,02,symb,XOR_permuted,28,"['!', '>']",! &],0,1 +350613,350613,02,symb,XOR_permuted,29,"['$', '%']",$ %],1,1 +350613,350613,02,symb,XOR_permuted,30,"['*', '<']",* <],1,1 +350613,350613,02,symb,XOR_permuted,31,"['*', '~']",~ *],1,1 +350613,350613,02,symb,XOR_permuted,32,"['%', '*']",& *],0,1 +350613,350613,02,symb,XOR_permuted,33,"['<', '>']",< &],0,1 +350613,350613,02,symb,XOR_permuted,34,"['!', '<']",< %],0,1 +350613,350613,02,symb,XOR_permuted,35,"['~', '%']",% ~],1,1 +350613,350613,02,symb,XOR_permuted,36,"['~', '%']",% ~],1,1 +350613,350613,02,symb,XOR_permuted,37,"['(', '<']",( <],1,1 +350613,350613,02,symb,XOR_permuted,38,"[':', '$']",$: !],0,1 +350613,350613,02,symb,XOR_permuted,39,"['~', '>']",> ~],1,1 +350613,350613,02,symb,XOR_permuted,40,"['$', '!']",$ !],1,1 +350613,350613,02,symb,XOR_permuted,41,"['>', '~']",* ~],0,1 +350613,350613,02,symb,XOR_permuted,42,"[':', '$']",: $],1,1 +350613,350613,02,symb,XOR_permuted,43,"['>', '%']",>% %],0,1 +350613,350613,02,symb,XOR_permuted,44,"['*', '&']",(% *),0,1 +350613,350613,02,symb,XOR_permuted,45,"['!', '<']",! ~],0,1 +350613,350613,02,symb,XOR_permuted,46,"['*', '%']",! %],0,1 +350613,350613,02,symb,XOR_permuted,47,"['*', '%']",* %],1,1 +350613,350613,02,symb,XOR_permuted,48,"['%', '&']",% &],1,1 +350613,350613,02,symb,XOR_permuted,49,"['<', '&']",& <],1,1 +350613,350613,02,symb,XOR_permuted,50,"['~', '$']",$ ~],1,1 +350613,350613,02,symb,XOR_permuted,51,"['%', '&']",< %],0,1 +350613,350613,02,symb,XOR_permuted,52,"['$', ':']",: $],1,1 +350613,350613,02,symb,XOR_permuted,53,"[':', '*']",: &],0,1 +350613,350613,02,symb,XOR_permuted,54,"['&', '%']",< &],0,1 +350613,350613,02,symb,XOR_permuted,55,"['<', '$']",$ <],1,1 +350613,350613,02,symb,XOR_permuted,56,"['%', '~']",% ~],1,1 +350613,350613,02,symb,XOR_permuted,57,"['<', '(']",< (],1,1 +350613,350613,02,symb,XOR_permuted,58,"['>', '<']",< &],0,1 +350613,350613,02,symb,XOR_permuted,59,"[':', '*']",! :],0,1 +350613,350613,02,symb,XOR_permuted,60,"['$', '*']",% *],0,1 +350613,350613,02,symb,XOR_permuted,61,"['%', '&']",& %],1,1 +350613,350613,02,symb,XOR_permuted,62,"['%', '*']",% *],1,1 +350613,350613,02,symb,XOR_permuted,63,"['*', '%']",% >],0,1 +350613,350613,02,symb,XOR_permuted,64,"['*', '!']",* >],0,1 +350613,350613,02,symb,XOR_permuted,65,"['$', '~']",* $],0,1 +350613,350613,02,symb,XOR_permuted,66,"['$', '(']",:$ !],0,1 +350613,350613,02,symb,XOR_permuted,67,"['%', '(']",: %],0,1 +350613,350613,02,symb,XOR_permuted,68,"['$', '<']",$ <],1,1 +350613,350613,02,symb,XOR_permuted,69,"['~', '(']",~ (],1,1 +350613,350613,02,symb,XOR_permuted,70,"['<', '%']",< %],1,1 +350613,350613,02,symb,XOR_permuted,71,"['!', '&']",& !],1,1 +350613,350613,02,symb,XOR_permuted,72,"[':', '&']",& : $],0,1 +350613,350613,02,symb,XOR_permuted,73,"['~', '!']",~ !],1,1 +350613,350613,02,symb,XOR_permuted,74,"['%', '$']",~ &],0,1 +350613,350613,02,symb,XOR_permuted,75,"['*', '$']",* $],1,1 +350613,350613,02,symb,XOR_permuted,76,"['$', '~']",~ $],1,1 +350613,350613,02,symb,XOR_permuted,77,"['(', '&']",& <],0,1 +350613,350613,02,symb,XOR_permuted,78,"['&', '(']",& ~],0,1 +350613,350613,02,symb,XOR_permuted,79,"['>', '!']",~ !],0,1 +350613,350613,02,symb,XOR_permuted,80,"[':', '!']",: !],1,1 +350613,350613,02,symb,XOR_permuted,81,"['<', '~']",< ~],1,1 +350613,350613,02,symb,XOR_permuted,82,"['<', '>']",< >],1,1 +350613,350613,02,symb,XOR_permuted,83,"['>', '%']",% >],1,1 +350613,350613,02,symb,XOR_permuted,84,"['~', '$']",< $],0,1 +350613,350613,02,symb,XOR_permuted,85,"['$', '(']",$ >],0,1 +350613,350613,02,symb,XOR_permuted,86,"['~', '*']",* ~],1,1 +350613,350613,02,symb,XOR_permuted,87,"['$', '(']",( $],1,1 +350613,350613,02,symb,XOR_permuted,88,"['!', '&']",! &],1,1 +350613,350613,02,symb,XOR_permuted,89,"['(', '$']",$ (],1,1 +350613,350613,02,symb,XOR_permuted,90,"['&', '<']",& <,1,1 +350613,350613,02,symb,XOR_permuted,91,"['(', '%']",% (],1,1 +350613,350613,02,symb,XOR_permuted,92,"[':', '(']",~ :],0,1 +350613,350613,02,symb,XOR_permuted,93,"['<', ':']",$ <],0,1 +350613,350613,02,symb,XOR_permuted,94,"['!', '>']",> !],1,1 +350613,350613,02,symb,XOR_permuted,95,"[':', '<']",& : ],0,1 +350613,350613,02,symb,XOR_permuted,96,"['<', '$']",< $],1,1 +350613,350613,02,symb,XOR_permuted,97,"[':', '!']",:*],0,1 +350613,350613,02,symb,XOR_permuted,98,"['>', '<']",> >],0,1 +350613,350613,02,symb,XOR_permuted,99,"['~', '>']",: >],0,1 +350613,350613,02,symb,AND_permuted,0,[],],1,1 +350613,350613,02,symb,AND_permuted,1,[],!],0,1 +350613,350613,02,symb,AND_permuted,2,[],>],0,1 +350613,350613,02,symb,AND_permuted,3,[],*],0,1 +350613,350613,02,symb,AND_permuted,4,[],%,0,1 +350613,350613,02,symb,AND_permuted,5,[],%,0,1 +350613,350613,02,symb,AND_permuted,6,[],<,0,1 +350613,350613,02,symb,AND_permuted,7,[],<],0,1 +350613,350613,02,symb,AND_permuted,8,[],],1,1 +350613,350613,02,symb,AND_permuted,9,[],%],0,1 +350613,350613,02,symb,AND_permuted,10,[],],1,1 +350613,350613,02,symb,AND_permuted,11,[],],1,1 +350613,350613,02,symb,AND_permuted,12,[],],1,1 +350613,350613,02,symb,AND_permuted,13,[],(),0,1 +350613,350613,02,symb,AND_permuted,14,[],>],0,1 +350613,350613,02,symb,AND_permuted,15,[],],1,1 +350613,350613,02,symb,AND_permuted,16,[],%],0,1 +350613,350613,02,symb,AND_permuted,17,[],%,0,1 +350613,350613,02,symb,AND_permuted,18,[],:],0,1 +350613,350613,02,symb,AND_permuted,19,[],],1,1 +350613,350613,02,symb,AND_permuted,20,[],*],0,1 +350613,350613,02,symb,AND_permuted,21,[],(],0,1 +350613,350613,02,symb,AND_permuted,22,[],*],0,1 +350613,350613,02,symb,AND_permuted,23,[],<],0,1 +350613,350613,02,symb,AND_permuted,24,[],],1,1 +350613,350613,02,symb,AND_permuted,25,[],],1,1 +350613,350613,02,symb,AND_permuted,26,[], ],1,1 +350613,350613,02,symb,AND_permuted,27,[],(,0,1 +350613,350613,02,symb,AND_permuted,28,[],(],0,1 +350613,350613,02,symb,AND_permuted,29,[],!],0,1 +350613,350613,02,symb,AND_permuted,30,[],<],0,1 +350613,350613,02,symb,AND_permuted,31,[],:],0,1 +350613,350613,02,symb,AND_permuted,32,[],],1,1 +350613,350613,02,symb,AND_permuted,33,[],:],0,1 +350613,350613,02,symb,AND_permuted,34,[],<,0,1 +350613,350613,02,symb,AND_permuted,35,[],~],0,1 +350613,350613,02,symb,AND_permuted,36,[],*],0,1 +350613,350613,02,symb,AND_permuted,37,[],&],0,1 +350613,350613,02,symb,AND_permuted,38,[],%,0,1 +350613,350613,02,symb,AND_permuted,39,[],&],0,1 +350613,350613,02,symb,AND_permuted,40,[],:],0,1 +350613,350613,02,symb,AND_permuted,41,[],],1,1 +350613,350613,02,symb,AND_permuted,42,[],(],0,1 +350613,350613,02,symb,AND_permuted,43,[],>],0,1 +350613,350613,02,symb,AND_permuted,44,[],:],0,1 +350613,350613,02,symb,AND_permuted,45,[],%],0,1 +350613,350613,02,symb,AND_permuted,46,[],<,0,1 +350613,350613,02,symb,AND_permuted,47,[],)],0,1 +350613,350613,02,symb,AND_permuted,48,[],],1,1 +350613,350613,02,symb,AND_permuted,49,[],],1,1 +350613,350613,02,symb,AND_permuted,50,[],%,0,1 +350613,350613,02,symb,AND_permuted,51,[],*,0,1 +350613,350613,02,symb,AND_permuted,52,[],&],0,1 +350613,350613,02,symb,AND_permuted,53,[],(],0,1 +350613,350613,02,symb,AND_permuted,54,[],)],0,1 +350613,350613,02,symb,AND_permuted,55,[],%],0,1 +350613,350613,02,symb,AND_permuted,56,[],&],0,1 +350613,350613,02,symb,AND_permuted,57,[],*],0,1 +350613,350613,02,symb,AND_permuted,58,[],%],0,1 +350613,350613,02,symb,AND_permuted,59,[],$,0,1 +350613,350613,02,symb,AND_permuted,60,[],],1,1 +350613,350613,02,symb,AND_permuted,61,[],],1,1 +350613,350613,02,symb,AND_permuted,62,[],:,0,1 +350613,350613,02,symb,AND_permuted,63,[],:],0,1 +350613,350613,02,symb,AND_permuted,64,[],],1,1 +350613,350613,02,symb,AND_permuted,65,[],&],0,1 +350613,350613,02,symb,AND_permuted,66,[],],1,1 +350613,350613,02,symb,AND_permuted,67,[], ],1,1 +350613,350613,02,symb,AND_permuted,68,[],<],0,1 +350613,350613,02,symb,AND_permuted,69,[],:],0,1 +350613,350613,02,symb,AND_permuted,70,[],$],0,1 +350613,350613,02,symb,AND_permuted,71,[],&],0,1 +350613,350613,02,symb,AND_permuted,72,[],:],0,1 +350613,350613,02,symb,AND_permuted,73,[],],1,1 +350613,350613,02,symb,AND_permuted,74,[],&],0,1 +350613,350613,02,symb,AND_permuted,75,[],:],0,1 +350613,350613,02,symb,AND_permuted,76,[], ],1,1 +350613,350613,02,symb,AND_permuted,77,[],%],0,1 +350613,350613,02,symb,AND_permuted,78,[],],1,1 +350613,350613,02,symb,AND_permuted,79,[],&],0,1 +350613,350613,02,symb,AND_permuted,80,[],>],0,1 +350613,350613,02,symb,AND_permuted,81,[],<],0,1 +350613,350613,02,symb,AND_permuted,82,[],:],0,1 +350613,350613,02,symb,AND_permuted,83,[],],1,1 +350613,350613,02,symb,AND_permuted,84,[],(*),0,1 +350613,350613,02,symb,AND_permuted,85,[],*],0,1 +350613,350613,02,symb,AND_permuted,86,[],:],0,1 +350613,350613,02,symb,AND_permuted,87,[],],1,1 +350613,350613,02,symb,AND_permuted,88,[],&],0,1 +350613,350613,02,symb,AND_permuted,89,[],:],0,1 +350613,350613,02,symb,AND_permuted,90,[],~],0,1 +350613,350613,02,symb,AND_permuted,91,[],],1,1 +350613,350613,02,symb,AND_permuted,92,[],<),0,1 +350613,350613,02,symb,AND_permuted,93,[],:],0,1 +350613,350613,02,symb,AND_permuted,94,[],%],0,1 +350613,350613,02,symb,AND_permuted,95,[],],1,1 +350613,350613,02,symb,AND_permuted,96,[],(],0,1 +350613,350613,02,symb,AND_permuted,97,[],<],0,1 +350613,350613,02,symb,AND_permuted,98,[],],1,1 +350613,350613,02,symb,AND_permuted,99,[],>],0,1 +350613,350613,12,coords,row_constant,0,['!'],8,1,1 +350613,350613,12,coords,row_constant,1,['('],5],1,1 +350613,350613,12,coords,row_constant,2,['>'],7],1,1 +350613,350613,12,coords,row_constant,3,['!'],49],0,1 +350613,350613,12,coords,row_constant,4,['~'],6,1,1 +350613,350613,12,coords,row_constant,5,['>'],7,1,1 +350613,350613,12,coords,row_constant,6,['<'],5,1,1 +350613,350613,12,coords,row_constant,7,['$'],6],0,1 +350613,350613,12,coords,row_constant,8,['('],2,0,1 +350613,350613,12,coords,row_constant,9,['('],7,1,1 +350613,350613,12,coords,row_constant,10,[':'],16] [16] [16],0,1 +350613,350613,12,coords,row_constant,11,['$'],6,1,1 +350613,350613,12,coords,row_constant,12,['%'],4] [4] [4],1,1 +350613,350613,12,coords,row_constant,13,['%'],5,1,1 +350613,350613,12,coords,row_constant,14,['&'],6],1,1 +350613,350613,12,coords,row_constant,15,['('],8,1,1 +350613,350613,12,coords,row_constant,16,['!'],0,1,1 +350613,350613,12,coords,row_constant,17,['>'],7,1,1 +350613,350613,12,coords,row_constant,18,['%'],6] [4] [4],0,1 +350613,350613,12,coords,row_constant,19,['<'],6,0,1 +350613,350613,12,coords,row_constant,20,['%'],4,1,1 +350613,350613,12,coords,row_constant,21,['!'],6,1,1 +350613,350613,12,coords,row_constant,22,['>'],4,0,1 +350613,350613,12,coords,row_constant,23,['$'],8,1,1 +350613,350613,12,coords,row_constant,24,['>'],9,1,1 +350613,350613,12,coords,row_constant,25,['('],8,1,1 +350613,350613,12,coords,row_constant,26,['<'],3,1,1 +350613,350613,12,coords,row_constant,27,['$'],9,1,1 +350613,350613,12,coords,row_constant,28,['~'],8,1,1 +350613,350613,12,coords,row_constant,29,['>'],16,0,1 +350613,350613,12,coords,row_constant,30,['~'],3,1,1 +350613,350613,12,coords,row_constant,31,['('],5,1,1 +350613,350613,12,coords,row_constant,32,['*'],1,1,1 +350613,350613,12,coords,row_constant,33,['('],12],0,1 +350613,350613,12,coords,row_constant,34,['~'],1] [0] [0],0,1 +350613,350613,12,coords,row_constant,35,['>'],7,1,1 +350613,350613,12,coords,row_constant,36,['('],6] [6] [6],0,1 +350613,350613,12,coords,row_constant,37,['!'],8,1,1 +350613,350613,12,coords,row_constant,38,['%'],6,1,1 +350613,350613,12,coords,row_constant,39,['$'],5,1,1 +350613,350613,12,coords,row_constant,40,['%'],1] [7] [7],0,1 +350613,350613,12,coords,row_constant,41,['~'],3] [2] [2],0,1 +350613,350613,12,coords,row_constant,42,['&'],4] [3] [3],0,1 +350613,350613,12,coords,row_constant,43,['('],8] [8] [8],0,1 +350613,350613,12,coords,row_constant,44,['<'],8],1,1 +350613,350613,12,coords,row_constant,45,['!'],9] [9] [9],1,1 +350613,350613,12,coords,row_constant,46,['*'],6,1,1 +350613,350613,12,coords,row_constant,47,[':'],7] [7] [7],1,1 +350613,350613,12,coords,row_constant,48,[':'],7,1,1 +350613,350613,12,coords,row_constant,49,['>'],3,1,1 +350613,350613,12,coords,col_constant,0,['~'],4] [9] [3],1,1 +350613,350613,12,coords,col_constant,1,['$'], ] [0] [8] = [,0,1 +350613,350613,12,coords,col_constant,2,['$'],7,1,1 +350613,350613,12,coords,col_constant,3,[':'],7,1,1 +350613,350613,12,coords,col_constant,4,['>'],3,1,1 +350613,350613,12,coords,col_constant,5,[':'],4],0,1 +350613,350613,12,coords,col_constant,6,['!'],3,1,1 +350613,350613,12,coords,col_constant,7,['<'],5] [2] [3],0,1 +350613,350613,12,coords,col_constant,8,['('],6,1,1 +350613,350613,12,coords,col_constant,9,['('],9,1,1 +350613,350613,12,coords,col_constant,10,['<'],4,1,1 +350613,350613,12,coords,col_constant,11,[':'],7],1,1 +350613,350613,12,coords,col_constant,12,['%'],1,1,1 +350613,350613,12,coords,col_constant,13,['&'],1],1,1 +350613,350613,12,coords,col_constant,14,['!'],5,1,1 +350613,350613,12,coords,col_constant,15,['~'],7,1,1 +350613,350613,12,coords,col_constant,16,['>'],6,1,1 +350613,350613,12,coords,col_constant,17,['<'],3],1,1 +350613,350613,12,coords,col_constant,18,['('],8,1,1 +350613,350613,12,coords,col_constant,19,['*'],1] [7] [6],1,1 +350613,350613,12,coords,col_constant,20,['~'],0,1,1 +350613,350613,12,coords,col_constant,21,['~'],3,1,1 +350613,350613,12,coords,col_constant,22,['$'],0,1,1 +350613,350613,12,coords,col_constant,23,['%'],5,1,1 +350613,350613,12,coords,col_constant,24,['<'],5,1,1 +350613,350613,12,coords,col_constant,25,['*'],2,1,1 +350613,350613,12,coords,col_constant,26,['$'],8,1,1 +350613,350613,12,coords,col_constant,27,['~'],6,1,1 +350613,350613,12,coords,col_constant,28,['$'],3] [5] [7],0,1 +350613,350613,12,coords,col_constant,29,['!'],0,1,1 +350613,350613,12,coords,col_constant,30,['~'],9,1,1 +350613,350613,12,coords,col_constant,31,[':'],9,1,1 +350613,350613,12,coords,col_constant,32,['('],0] [9] [4],0,1 +350613,350613,12,coords,col_constant,33,['%'],4,1,1 +350613,350613,12,coords,col_constant,34,['!'],],0,1 +350613,350613,12,coords,col_constant,35,['!'],6,1,1 +350613,350613,12,coords,col_constant,36,['<'],9],1,1 +350613,350613,12,coords,col_constant,37,['*'],8] [2] [7],0,1 +350613,350613,12,coords,col_constant,38,['*'],0,1,1 +350613,350613,12,coords,col_constant,39,['!'],7,1,1 +350613,350613,12,coords,col_constant,40,['*'],2,1,1 +350613,350613,12,coords,col_constant,41,['!'],1],0,1 +350613,350613,12,coords,col_constant,42,['!'],5,1,1 +350613,350613,12,coords,col_constant,43,['%'],6] [8] [7],0,1 +350613,350613,12,coords,col_constant,44,['~'],2,1,1 +350613,350613,12,coords,col_constant,45,['<'],0] [4] [9],0,1 +350613,350613,12,coords,col_constant,46,['>'],6],1,1 +350613,350613,12,coords,col_constant,47,['%'],1,1,1 +350613,350613,12,coords,col_constant,48,[':'],0,1,1 +350613,350613,12,coords,col_constant,49,['<'],1,1,1 +350613,350613,12,coords,dist3_diag1,0,['*'],8] [7] [1],1,1 +350613,350613,12,coords,dist3_diag1,1,['('],9,0,1 +350613,350613,12,coords,dist3_diag1,2,['>'],9] [1] [4],1,1 +350613,350613,12,coords,dist3_diag1,3,['%'],9,1,1 +350613,350613,12,coords,dist3_diag1,4,['~'],4],0,1 +350613,350613,12,coords,dist3_diag1,5,['~'],3,1,1 +350613,350613,12,coords,dist3_diag1,6,['*'],1] [6] [0],1,1 +350613,350613,12,coords,dist3_diag1,7,['%'],0,1,1 +350613,350613,12,coords,dist3_diag1,8,['$'],5] [2] [7],0,1 +350613,350613,12,coords,dist3_diag1,9,[':'],6,0,1 +350613,350613,12,coords,dist3_diag1,10,['<'],2,1,1 +350613,350613,12,coords,dist3_diag1,11,['!'],4] [7] [5],1,1 +350613,350613,12,coords,dist3_diag1,12,['%'],2,0,1 +350613,350613,12,coords,dist3_diag1,13,['*'],8] [9] [3],0,1 +350613,350613,12,coords,dist3_diag1,14,['!'],3],1,1 +350613,350613,12,coords,dist3_diag1,15,['>'],4] [6] [0],0,1 +350613,350613,12,coords,dist3_diag1,16,['~'],4,1,1 +350613,350613,12,coords,dist3_diag1,17,['!'],0] [9] [4],0,1 +350613,350613,12,coords,dist3_diag1,18,['!'],5] [1] [9],1,1 +350613,350613,12,coords,dist3_diag1,19,['!'],7,1,1 +350613,350613,12,coords,dist3_diag1,20,['>'],1] [6] [5],1,1 +350613,350613,12,coords,dist3_diag1,21,['('],7,1,1 +350613,350613,12,coords,dist3_diag1,22,['$'],7,1,1 +350613,350613,12,coords,dist3_diag1,23,['$'],3] [2] [4],0,1 +350613,350613,12,coords,dist3_diag1,24,['>'],0,1,1 +350613,350613,12,coords,dist3_diag1,25,['<'],3,1,1 +350613,350613,12,coords,dist3_diag1,26,['('],8] [7] [1],1,1 +350613,350613,12,coords,dist3_diag1,27,['%'],3] [9] [5],0,1 +350613,350613,12,coords,dist3_diag1,28,[':'],7],1,1 +350613,350613,12,coords,dist3_diag1,29,['!'],2,1,1 +350613,350613,12,coords,dist3_diag1,30,['('],9] [7] [1],0,1 +350613,350613,12,coords,dist3_diag1,31,['*'],7] [0] [9],1,1 +350613,350613,12,coords,dist3_diag1,32,[':'],0,1,1 +350613,350613,12,coords,dist3_diag1,33,['%'],3] [6] [7],1,1 +350613,350613,12,coords,dist3_diag1,34,[':'],8] [4] [5],0,1 +350613,350613,12,coords,dist3_diag1,35,['$'],0,0,1 +350613,350613,12,coords,dist3_diag1,36,['%'],0],1,1 +350613,350613,12,coords,dist3_diag1,37,['!'],7,1,1 +350613,350613,12,coords,dist3_diag1,38,['('],0],1,1 +350613,350613,12,coords,dist3_diag1,39,['&'],1] [5] [2],1,1 +350613,350613,12,coords,dist3_diag1,40,['<'],8] [6] [7],0,1 +350613,350613,12,coords,dist3_diag1,41,['<'],6],1,1 +350613,350613,12,coords,dist3_diag1,42,['~'],4,1,1 +350613,350613,12,coords,dist3_diag1,43,[':'],0] [1] [7],1,1 +350613,350613,12,coords,dist3_diag1,44,['$'],7,1,1 +350613,350613,12,coords,dist3_diag1,45,['&'],3,1,1 +350613,350613,12,coords,dist3_diag1,46,['!'],2,1,1 +350613,350613,12,coords,dist3_diag1,47,['<'],6],1,1 +350613,350613,12,coords,dist3_diag1,48,['%'],3] [1] [4],1,1 +350613,350613,12,coords,dist3_diag1,49,['*'],3] [6] [8],1,1 +350613,350613,12,coords,dist3_diag2,0,['$'],3,1,1 +350613,350613,12,coords,dist3_diag2,1,['<'],7,1,1 +350613,350613,12,coords,dist3_diag2,2,['<'],8,1,1 +350613,350613,12,coords,dist3_diag2,3,['('],7],1,1 +350613,350613,12,coords,dist3_diag2,4,['*'],5],1,1 +350613,350613,12,coords,dist3_diag2,5,[':'],7],1,1 +350613,350613,12,coords,dist3_diag2,6,['('],6] [0] [4],0,1 +350613,350613,12,coords,dist3_diag2,7,['('],4,0,1 +350613,350613,12,coords,dist3_diag2,8,['$'],1,1,1 +350613,350613,12,coords,dist3_diag2,9,['<'],0] [5] [2],1,1 +350613,350613,12,coords,dist3_diag2,10,['>'],0,1,1 +350613,350613,12,coords,dist3_diag2,11,['&'],6] [9] [7],1,1 +350613,350613,12,coords,dist3_diag2,12,['&'],9],1,1 +350613,350613,12,coords,dist3_diag2,13,['$'],1,0,1 +350613,350613,12,coords,dist3_diag2,14,['!'],9],1,1 +350613,350613,12,coords,dist3_diag2,15,['>'],16,0,1 +350613,350613,12,coords,dist3_diag2,16,['<'],9],1,1 +350613,350613,12,coords,dist3_diag2,17,['<'],6,1,1 +350613,350613,12,coords,dist3_diag2,18,['<'],0,1,1 +350613,350613,12,coords,dist3_diag2,19,['>'],3],1,1 +350613,350613,12,coords,dist3_diag2,20,['$'],5] [6] [7],0,1 +350613,350613,12,coords,dist3_diag2,21,['&'],5] [2] [6],0,1 +350613,350613,12,coords,dist3_diag2,22,[':'],5,1,1 +350613,350613,12,coords,dist3_diag2,23,[':'],0] [3] [8],1,1 +350613,350613,12,coords,dist3_diag2,24,['~'],4,1,1 +350613,350613,12,coords,dist3_diag2,25,['!'],9,1,1 +350613,350613,12,coords,dist3_diag2,26,['('],0] [2] [3],0,1 +350613,350613,12,coords,dist3_diag2,27,['!'],2],1,1 +350613,350613,12,coords,dist3_diag2,28,['~'],4] [1] [3],1,1 +350613,350613,12,coords,dist3_diag2,29,['>'],6] [1] [7],0,1 +350613,350613,12,coords,dist3_diag2,30,['~'],9],0,1 +350613,350613,12,coords,dist3_diag2,31,['*'],3],1,1 +350613,350613,12,coords,dist3_diag2,32,['!'],0] [1] [7],1,1 +350613,350613,12,coords,dist3_diag2,33,['!'],5] [2] [0],0,1 +350613,350613,12,coords,dist3_diag2,34,['%'],6,1,1 +350613,350613,12,coords,dist3_diag2,35,[':'],9] [0] [8],1,1 +350613,350613,12,coords,dist3_diag2,36,['~'],2] [5] [8],0,1 +350613,350613,12,coords,dist3_diag2,37,['!'],7,1,1 +350613,350613,12,coords,dist3_diag2,38,['>'],7,1,1 +350613,350613,12,coords,dist3_diag2,39,['('],6,1,1 +350613,350613,12,coords,dist3_diag2,40,[':'],8] [7] [6],1,1 +350613,350613,12,coords,dist3_diag2,41,[':'],3] [0] [4],1,1 +350613,350613,12,coords,dist3_diag2,42,['*'],8,1,1 +350613,350613,12,coords,dist3_diag2,43,['$'],7],1,1 +350613,350613,12,coords,dist3_diag2,44,['*'],1],1,1 +350613,350613,12,coords,dist3_diag2,45,['('],8,1,1 +350613,350613,12,coords,dist3_diag2,46,['<'],6,0,1 +350613,350613,12,coords,dist3_diag2,47,['<'],5,1,1 +350613,350613,12,coords,dist3_diag2,48,['%'],2] [4] [7],0,1 +350613,350613,12,coords,dist3_diag2,49,['$'],7,1,1 +350613,350613,12,coords,prog_size1,0,['('],3] [4] [5],0,1 +350613,350613,12,coords,prog_size1,1,['<'],4],1,1 +350613,350613,12,coords,prog_size1,2,['~'],5],1,1 +350613,350613,12,coords,prog_size1,3,['>'],4],1,1 +350613,350613,12,coords,prog_size1,4,[':'],5],1,1 +350613,350613,12,coords,prog_size1,5,['$'],8,1,1 +350613,350613,12,coords,prog_size1,6,['%'],2],1,1 +350613,350613,12,coords,prog_size1,7,['&'],2,1,1 +350613,350613,12,coords,prog_size1,8,['*'],3,1,1 +350613,350613,12,coords,prog_size1,9,['!'],7],0,1 +350613,350613,12,coords,prog_size1,10,['('],5] [4] [3],0,1 +350613,350613,12,coords,prog_size1,11,['<'],6],0,1 +350613,350613,12,coords,prog_size2,0,[':'],6,1,1 +350613,350613,12,coords,prog_size2,1,['$'],7] [9] [11],0,1 +350613,350613,12,coords,prog_size2,2,['%'],0,1,1 +350613,350613,12,coords,prog_size2,3,['&'],3] [1] [-1],0,1 +350613,350613,12,coords,two_rule_comb0,0,"['~', '$']",8 1],1,1 +350613,350613,12,coords,two_rule_comb0,1,"['>', '%']",7 8],1,1 +350613,350613,12,coords,two_rule_comb0,2,"['*', '(']",8 7] [9 3],0,1 +350613,350613,12,coords,two_rule_comb0,3,"['*', '%']",7 5],1,1 +350613,350613,12,coords,two_rule_comb0,4,"['$', '*']",11 5],0,1 +350613,350613,12,coords,two_rule_comb0,5,"['>', '%']",5 1],1,1 +350613,350613,12,coords,two_rule_comb0,6,"['&', '$']",8 2],1,1 +350613,350613,12,coords,two_rule_comb0,7,"['&', '>']",None,0,1 +350613,350613,12,coords,two_rule_comb0,8,"['>', '!']",8 4],1,1 +350613,350613,12,coords,two_rule_comb0,9,"['$', '%']",1 4],1,1 +350613,350613,12,coords,two_rule_comb0,10,"['>', '*']",9 0],1,1 +350613,350613,12,coords,two_rule_comb0,11,"['&', '~']",2 5],1,1 +350613,350613,12,coords,two_rule_comb0,12,"['>', '(']",1 2],1,1 +350613,350613,12,coords,two_rule_comb0,13,"['$', '>']",0 5],1,1 +350613,350613,12,coords,two_rule_comb0,14,"['%', '%']",5 2],1,1 +350613,350613,12,coords,two_rule_comb0,15,"['!', '>']",3 8],0,1 +350613,350613,12,coords,two_rule_comb0,16,"['>', '!']",3 2],1,1 +350613,350613,12,coords,two_rule_comb0,17,"['$', '%']",1 7] [5 3],0,1 +350613,350613,12,coords,two_rule_comb0,18,"['>', '*']",6 7],1,1 +350613,350613,12,coords,two_rule_comb0,19,"['*', '~']",6 2],1,1 +350613,350613,12,coords,two_rule_comb0,20,"['<', '<']",1 4],1,1 +350613,350613,12,coords,two_rule_comb0,21,"[':', '<']",0 6],1,1 +350613,350613,12,coords,two_rule_comb0,22,"['~', '(']",2 5] [2 3],0,1 +350613,350613,12,coords,two_rule_comb0,23,"['~', ':']",0 3],1,1 +350613,350613,12,coords,two_rule_comb0,24,"['>', '&']",8 7],1,1 +350613,350613,12,coords,two_rule_comb0,25,"['<', '&']",None,0,1 +350613,350613,12,coords,two_rule_comb0,26,"['~', ':']",None,0,1 +350613,350613,12,coords,two_rule_comb0,27,"['>', '>']",1 0],1,1 +350613,350613,12,coords,two_rule_comb0,28,"['>', '&']",5 9],1,1 +350613,350613,12,coords,two_rule_comb0,29,"['%', '*']",1 4],1,1 +350613,350613,12,coords,two_rule_comb0,30,"['$', '(']",0 0],1,1 +350613,350613,12,coords,two_rule_comb0,31,"['(', '<']",4 6] [1 2],0,1 +350613,350613,12,coords,two_rule_comb0,32,"['!', '!']",None,0,1 +350613,350613,12,coords,two_rule_comb0,33,"['>', '$']",0 2],1,1 +350613,350613,12,coords,two_rule_comb0,34,"['(', '*']",7 8],1,1 +350613,350613,12,coords,two_rule_comb0,35,"[':', '$']",2 3],1,1 +350613,350613,12,coords,two_rule_comb0,36,"['~', '<']",5 0],1,1 +350613,350613,12,coords,two_rule_comb0,37,"['&', '<']",8 4],1,1 +350613,350613,12,coords,two_rule_comb0,38,"['!', '~']",3 3],0,1 +350613,350613,12,coords,two_rule_comb0,39,"['<', '$']",9 2],1,1 +350613,350613,12,coords,two_rule_comb0,40,"['<', '~']",0 3] [8 3],0,1 +350613,350613,12,coords,two_rule_comb0,41,"['&', '*']",8 5] [2 7],0,1 +350613,350613,12,coords,two_rule_comb0,42,"['&', '>']",7 8],1,1 +350613,350613,12,coords,two_rule_comb0,43,"[':', '%']",9 0],1,1 +350613,350613,12,coords,two_rule_comb0,44,"['!', '*']",2 8],1,1 +350613,350613,12,coords,two_rule_comb0,45,"['>', '(']",0 0],1,1 +350613,350613,12,coords,two_rule_comb0,46,"['$', '~']",3 2],1,1 +350613,350613,12,coords,two_rule_comb0,47,"['(', '*']",3 6],1,1 +350613,350613,12,coords,two_rule_comb0,48,"['~', '(']",2 4] [2 8],0,1 +350613,350613,12,coords,two_rule_comb0,49,"[':', '$']",0 0],1,1 +350613,350613,12,coords,two_rule_comb1,0,"['&', '*']",-1 8],0,1 +350613,350613,12,coords,two_rule_comb1,1,"[':', '$']",7 5],0,1 +350613,350613,12,coords,two_rule_comb1,2,"['*', '~']",0 2],1,1 +350613,350613,12,coords,two_rule_comb1,3,"['!', '(']",2 10],0,1 +350613,350613,12,coords,two_rule_comb1,4,"['*', '>']",0 7],0,1 +350613,350613,12,coords,two_rule_comb1,5,"['(', '%']",8 4],0,1 +350613,350613,12,coords,two_rule_comb1,6,"['>', '(']",0 1],1,1 +350613,350613,12,coords,two_rule_comb1,7,"['&', '&']",2 1],1,1 +350613,350613,12,coords,two_rule_comb1,8,"['>', '$']",8 8],0,1 +350613,350613,12,coords,two_rule_comb1,9,"['!', '&']",None,0,1 +350613,350613,12,coords,two_rule_comb1,10,"['!', '>']",7 5] [3 2],1,1 +350613,350613,12,coords,two_rule_comb1,11,"['%', '*']",None,0,1 +350613,350613,12,coords,two_rule_comb1,12,"['~', '>']",0 1],0,1 +350613,350613,12,coords,two_rule_comb1,13,"[':', '*']",5 3],0,1 +350613,350613,12,coords,two_rule_comb1,14,"['>', '(']",1 1],0,1 +350613,350613,12,coords,two_rule_comb1,15,"['&', '!']",9 5],1,1 +350613,350613,12,coords,two_rule_comb1,16,"['>', '!']",8 9],1,1 +350613,350613,12,coords,two_rule_comb1,17,"['>', '>']",2 3],0,1 +350613,350613,12,coords,two_rule_comb1,18,"['&', ':']",6 2],1,1 +350613,350613,12,coords,two_rule_comb1,19,"['&', '$']",None,0,1 +350613,350613,12,coords,two_rule_comb1,20,"['(', '$']",0 7],1,1 +350613,350613,12,coords,two_rule_comb1,21,"['*', '!']",9 6],1,1 +350613,350613,12,coords,two_rule_comb1,22,"['~', '>']",2 9],1,1 +350613,350613,12,coords,two_rule_comb1,23,"['*', '<']",None,0,1 +350613,350613,12,coords,two_rule_comb1,24,"['!', '&']",9 2],0,1 +350613,350613,12,coords,two_rule_comb1,25,"['~', '<']",0 7],0,1 +350613,350613,12,coords,two_rule_comb1,26,"[':', '&']",4 5],0,1 +350613,350613,12,coords,two_rule_comb1,27,"['~', ':']",1 3],1,1 +350613,350613,12,coords,two_rule_comb1,28,"['<', '(']",5 7] [8 4],1,1 +350613,350613,12,coords,two_rule_comb1,29,"['%', '(']",5 7] [0 9],1,1 +350613,350613,12,coords,two_rule_comb1,30,"['(', '$']",8 0],0,1 +350613,350613,12,coords,two_rule_comb1,31,"['~', '*']",9 8],1,1 +350613,350613,12,coords,two_rule_comb1,32,"['&', '>']",8 4],0,1 +350613,350613,12,coords,two_rule_comb1,33,"['!', '%']",2 7],0,1 +350613,350613,12,coords,two_rule_comb1,34,"['&', '*']",9 9],1,1 +350613,350613,12,coords,two_rule_comb1,35,"['(', '&']",6 1],1,1 +350613,350613,12,coords,two_rule_comb1,36,"['~', '~']",5 9],0,1 +350613,350613,12,coords,two_rule_comb1,37,"['~', '*']",3 8],0,1 +350613,350613,12,coords,two_rule_comb1,38,"['!', '*']",8 5],1,1 +350613,350613,12,coords,two_rule_comb1,39,"['$', '$']",5 7],1,1 +350613,350613,12,coords,two_rule_comb1,40,"['<', '$']",1 6],0,1 +350613,350613,12,coords,two_rule_comb1,41,"['%', '*']",1 7],0,1 +350613,350613,12,coords,two_rule_comb1,42,"['!', '*']",4 3],0,1 +350613,350613,12,coords,two_rule_comb1,43,"['*', '*']",9 4],1,1 +350613,350613,12,coords,two_rule_comb1,44,"[':', '&']",4 0],1,1 +350613,350613,12,coords,two_rule_comb1,45,"['>', '!']",3 2],0,1 +350613,350613,12,coords,two_rule_comb1,46,"['&', '<']",3 9],1,1 +350613,350613,12,coords,two_rule_comb1,47,"['%', '<']",4 4],0,1 +350613,350613,12,coords,two_rule_comb1,48,"['!', '<']",8 4],1,1 +350613,350613,12,coords,two_rule_comb1,49,"['(', '>']",2 2] [5 2],0,1 +350613,350613,12,coords,two_rule_comb2,0,"['&', '%']",2 2],1,1 +350613,350613,12,coords,two_rule_comb2,1,"['%', '>']",8 2],1,1 +350613,350613,12,coords,two_rule_comb2,2,"['~', '<']",7 5],1,1 +350613,350613,12,coords,two_rule_comb2,3,"['&', '<']",3 5],1,1 +350613,350613,12,coords,two_rule_comb2,4,"['>', '*']",3 7],1,1 +350613,350613,12,coords,two_rule_comb2,5,"['*', '~']",5 7],1,1 +350613,350613,12,coords,two_rule_comb2,6,"['(', ':']",8 6],1,1 +350613,350613,12,coords,two_rule_comb2,7,"['!', '*']",7 4],1,1 +350613,350613,12,coords,two_rule_comb2,8,"['$', '$']",5 8],1,1 +350613,350613,12,coords,two_rule_comb2,9,"['~', '<']",6 7],1,1 +350613,350613,12,coords,two_rule_comb2,10,"[':', ':']",7 7] [8 3],0,1 +350613,350613,12,coords,two_rule_comb2,11,"['$', '<']",6 0],1,1 +350613,350613,12,coords,two_rule_comb2,12,"['<', '(']",3 3],1,1 +350613,350613,12,coords,two_rule_comb2,13,"['(', '~']",2 3],1,1 +350613,350613,12,coords,two_rule_comb2,14,"['*', '!']",8 6],0,1 +350613,350613,12,coords,two_rule_comb2,15,"[':', '<']",5 6],1,1 +350613,350613,12,coords,two_rule_comb2,16,"['(', '$']",1 2],1,1 +350613,350613,12,coords,two_rule_comb2,17,"['$', '(']",0 6],1,1 +350613,350613,12,coords,two_rule_comb2,18,"['%', '%']",3 0],1,1 +350613,350613,12,coords,two_rule_comb2,19,"['<', '(']",0 3],0,1 +350613,350613,12,coords,two_rule_comb2,20,"['(', '<']",2 2],1,1 +350613,350613,12,coords,two_rule_comb2,21,"['%', '~']",9 8],1,1 +350613,350613,12,coords,two_rule_comb2,22,"['&', '<']",2 7],0,1 +350613,350613,12,coords,two_rule_comb2,23,"['<', '$']",3 3] [2 1],0,1 +350613,350613,12,coords,two_rule_comb2,24,"['<', '!']",8 6],1,1 +350613,350613,12,coords,two_rule_comb2,25,"['%', '~']",3 0],1,1 +350613,350613,12,coords,two_rule_comb2,26,"[':', '>']",6 5] [6 4],0,1 +350613,350613,12,coords,two_rule_comb2,27,"['~', '&']",1 5],1,1 +350613,350613,12,coords,two_rule_comb2,28,"['$', '&']",2 3],1,1 +350613,350613,12,coords,two_rule_comb2,29,"['%', '(']",0 8],1,1 +350613,350613,12,coords,two_rule_comb2,30,"['!', '*']",None,0,1 +350613,350613,12,coords,two_rule_comb2,31,"['~', '<']",2 2],0,1 +350613,350613,12,coords,two_rule_comb2,32,"['&', '*']",4 3] [7 1],0,1 +350613,350613,12,coords,two_rule_comb2,33,"['<', '~']",3 2],1,1 +350613,350613,12,coords,two_rule_comb2,34,"['<', '&']",7 2],1,1 +350613,350613,12,coords,two_rule_comb2,35,"['>', '~']",8 6] [4 5],0,1 +350613,350613,12,coords,two_rule_comb2,36,"[':', '%']",7 2],1,1 +350613,350613,12,coords,two_rule_comb2,37,"['$', '~']",1 0],0,1 +350613,350613,12,coords,two_rule_comb2,38,"['(', '*']",5 7],1,1 +350613,350613,12,coords,two_rule_comb2,39,"['*', '&']",2 2],1,1 +350613,350613,12,coords,two_rule_comb2,40,"[':', '!']",3 2],1,1 +350613,350613,12,coords,two_rule_comb2,41,"['$', '~']",3 4],1,1 +350613,350613,12,coords,two_rule_comb2,42,"['~', '<']",5 0],1,1 +350613,350613,12,coords,two_rule_comb2,43,"[':', '$']",8 0] [9 5],0,1 +350613,350613,12,coords,two_rule_comb2,44,"['(', '!']",None,0,1 +350613,350613,12,coords,two_rule_comb2,45,"['>', '&']",5 8] [4 6],0,1 +350613,350613,12,coords,two_rule_comb2,46,"['%', ':']",4 5],1,1 +350613,350613,12,coords,two_rule_comb2,47,"['!', '>']",8 5],1,1 +350613,350613,12,coords,two_rule_comb2,48,"['>', '<']",2 3],1,1 +350613,350613,12,coords,two_rule_comb2,49,"['<', '!']",4 5],1,1 +350613,350613,12,coords,two_rule_comb3,0,"['$', '&']",6 7],0,1 +350613,350613,12,coords,two_rule_comb3,1,"['$', '%']",7 2] [3 4],1,1 +350613,350613,12,coords,two_rule_comb3,2,"['(', ':']",None,0,1 +350613,350613,12,coords,two_rule_comb3,3,"['&', ':']",1 0] [0 5],1,1 +350613,350613,12,coords,two_rule_comb3,4,"['<', '>']",8 7],1,1 +350613,350613,12,coords,two_rule_comb3,5,"[':', '*']",0 1],1,1 +350613,350613,12,coords,two_rule_comb3,6,"['$', '*']",5 0],0,1 +350613,350613,12,coords,two_rule_comb3,7,"['~', '&']",9 7],0,1 +350613,350613,12,coords,two_rule_comb3,8,"['$', ':']",2 2],0,1 +350613,350613,12,coords,two_rule_comb3,9,"['(', '<']",5 2],1,1 +350613,350613,12,coords,two_rule_comb3,10,"['%', '(']",4 4],1,1 +350613,350613,12,coords,two_rule_comb3,11,"[':', '~']",8 6],1,1 +350613,350613,12,coords,two_rule_comb3,12,"[':', '!']",1 1] [3 4],1,1 +350613,350613,12,coords,two_rule_comb3,13,"['<', '$']",8 1],1,1 +350613,350613,12,coords,two_rule_comb3,14,"['~', '(']",2 2],1,1 +350613,350613,12,coords,two_rule_comb3,15,"['<', '!']",3 5] [2 0],1,1 +350613,350613,12,coords,two_rule_comb3,16,"['%', '<']",2 7],0,1 +350613,350613,12,coords,two_rule_comb3,17,"['<', '<']",9 0],0,1 +350613,350613,12,coords,two_rule_comb3,18,"['>', '%']",6 9] [4 7],0,1 +350613,350613,12,coords,two_rule_comb3,19,"['<', '~']",5 9],0,1 +350613,350613,12,coords,two_rule_comb3,20,"['~', '(']",0 6],0,1 +350613,350613,12,coords,two_rule_comb3,21,"['%', '~']",3 0] [1 9],1,1 +350613,350613,12,coords,two_rule_comb3,22,"['>', '%']",1 9],1,1 +350613,350613,12,coords,two_rule_comb3,23,"['~', ':']",9 5],1,1 +350613,350613,12,coords,two_rule_comb3,24,"[':', '!']",None,0,1 +350613,350613,12,coords,two_rule_comb3,25,"['&', '>']",3 6],1,1 +350613,350613,12,coords,two_rule_comb3,26,"['&', '*']",1 0],1,1 +350613,350613,12,coords,two_rule_comb3,27,"['(', '~']",3 3] [9 0],0,1 +350613,350613,12,coords,two_rule_comb3,28,"['&', '*']",5 8],0,1 +350613,350613,12,coords,two_rule_comb3,29,"['%', '*']",8 0],1,1 +350613,350613,12,coords,two_rule_comb3,30,"['*', '(']",5 1],1,1 +350613,350613,12,coords,two_rule_comb3,31,"['<', '<']",14 4],0,1 +350613,350613,12,coords,two_rule_comb3,32,"['$', '~']",7 6] [9 3],1,1 +350613,350613,12,coords,two_rule_comb3,33,"['$', '%']",5 8],1,1 +350613,350613,12,coords,two_rule_comb3,34,"['!', '(']",6 2],1,1 +350613,350613,12,coords,two_rule_comb3,35,"['%', '&']",0 6],1,1 +350613,350613,12,coords,two_rule_comb3,36,"['~', '!']",7 5],0,1 +350613,350613,12,coords,two_rule_comb3,37,"['!', '*']",7 6],1,1 +350613,350613,12,coords,two_rule_comb3,38,"['*', '&']",8 1] [5 7],0,1 +350613,350613,12,coords,two_rule_comb3,39,"['&', '!']",None,0,1 +350613,350613,12,coords,two_rule_comb3,40,"['$', '&']",6 7],1,1 +350613,350613,12,coords,two_rule_comb3,41,"['(', '(']",4 1],0,1 +350613,350613,12,coords,two_rule_comb3,42,"['$', ':']",9 2],0,1 +350613,350613,12,coords,two_rule_comb3,43,"['!', '*']",9 6] [6 8],1,1 +350613,350613,12,coords,two_rule_comb3,44,"['%', ':']",6 4],0,1 +350613,350613,12,coords,two_rule_comb3,45,"['<', '*']",5 5],1,1 +350613,350613,12,coords,two_rule_comb3,46,"['*', '!']",7 1],1,1 +350613,350613,12,coords,two_rule_comb3,47,"['*', '(']",3 2],1,1 +350613,350613,12,coords,two_rule_comb3,48,"['<', '&']",3 5],0,1 +350613,350613,12,coords,two_rule_comb3,49,"['<', '*']",6 4],1,1 +350613,350613,12,coords,two_rule_comb4,0,"['&', '~']",7 8],0,1 +350613,350613,12,coords,two_rule_comb4,1,"['<', '>']",7 4],0,1 +350613,350613,12,coords,two_rule_comb4,2,"['(', '!']",7 6],0,1 +350613,350613,12,coords,two_rule_comb4,3,"['!', '&']",1 3],0,1 +350613,350613,12,coords,two_rule_comb4,4,"['&', '(']",7 1],1,1 +350613,350613,12,coords,two_rule_comb4,5,"['$', '&']",3 2],0,1 +350613,350613,12,coords,two_rule_comb4,6,"['&', '!']",6 8] [9 9],1,1 +350613,350613,12,coords,two_rule_comb4,7,"['!', '(']",7 2],1,1 +350613,350613,12,coords,two_rule_comb4,8,"['~', '(']",8 5],0,1 +350613,350613,12,coords,two_rule_comb4,9,"['*', '(']",7 6],0,1 +350613,350613,12,coords,two_rule_comb4,10,"[':', '<']",None,0,1 +350613,350613,12,coords,two_rule_comb4,11,"['%', '&']",5 7] [6 0],0,1 +350613,350613,12,coords,two_rule_comb4,12,"['$', '(']",3 6],0,1 +350613,350613,12,coords,two_rule_comb4,13,"['$', '%']",5 9],0,1 +350613,350613,12,coords,two_rule_comb4,14,"['$', '*']",2 6],0,1 +350613,350613,12,coords,two_rule_comb4,15,"['~', '~']",1 4],0,1 +350613,350613,12,coords,two_rule_comb4,16,"['&', '%']",5 11],0,1 +350613,350613,12,coords,two_rule_comb4,17,"['<', '$']",1 3],0,1 +350613,350613,12,coords,two_rule_comb4,18,"['>', '$']",8 9],1,1 +350613,350613,12,coords,two_rule_comb4,19,"['*', '!']",7 2],0,1 +350613,350613,12,coords,two_rule_comb4,20,"['$', '*']",None,0,1 +350613,350613,12,coords,two_rule_comb4,21,"['(', '&']",7 6],0,1 +350613,350613,12,coords,two_rule_comb4,22,"['(', '!']",1 4] [2 3],0,1 +350613,350613,12,coords,two_rule_comb4,23,"['&', '!']",2 4] [6 3],0,1 +350613,350613,12,coords,two_rule_comb4,24,"['<', ':']",8 7] [3 8],0,1 +350613,350613,12,coords,two_rule_comb4,25,"['<', '!']",2 7],0,1 +350613,350613,12,coords,two_rule_comb4,26,"['&', '&']",5 1],1,1 +350613,350613,12,coords,two_rule_comb4,27,"[':', '(']",3 1],0,1 +350613,350613,12,coords,two_rule_comb4,28,"['(', '*']",3 5],0,1 +350613,350613,12,coords,two_rule_comb4,29,"['(', '&']",16 2],0,1 +350613,350613,12,coords,two_rule_comb4,30,"['$', '~']",6 7],0,1 +350613,350613,12,coords,two_rule_comb4,31,"['%', '>']",5 -3],0,1 +350613,350613,12,coords,two_rule_comb4,32,"['%', '%']",7 5],0,1 +350613,350613,12,coords,two_rule_comb4,33,"['<', '%']",3 8],1,1 +350613,350613,12,coords,two_rule_comb4,34,"[':', '~']",1 5],1,1 +350613,350613,12,coords,two_rule_comb4,35,"['<', '>']",3 6] [8 8],0,1 +350613,350613,12,coords,two_rule_comb4,36,"['%', '(']",2 6],0,1 +350613,350613,12,coords,two_rule_comb4,37,"['$', '(']",4 1],0,1 +350613,350613,12,coords,two_rule_comb4,38,"['>', '%']",1 3],0,1 +350613,350613,12,coords,two_rule_comb4,39,"['%', '(']",5 7],1,1 +350613,350613,12,coords,two_rule_comb4,40,"['>', '*']",1 3],0,1 +350613,350613,12,coords,two_rule_comb4,41,"['!', '$']",2 1],0,1 +350613,350613,12,coords,two_rule_comb4,42,"['<', '%']",5 2],0,1 +350613,350613,12,coords,two_rule_comb4,43,"['$', '<']",8 4],0,1 +350613,350613,12,coords,two_rule_comb4,44,"['<', '%']",12 3],0,1 +350613,350613,12,coords,two_rule_comb4,45,"['&', '!']",1 6],0,1 +350613,350613,12,coords,two_rule_comb4,46,"['&', '%']",6 6],1,1 +350613,350613,12,coords,two_rule_comb4,47,"['*', '(']",6 5],1,1 +350613,350613,12,coords,two_rule_comb4,48,"['<', '(']",1 4],0,1 +350613,350613,12,coords,two_rule_comb4,49,"['~', '!']",None,0,1 +350613,350613,12,coords,two_rule_comb5,0,"['*', '%']",None,0,1 +350613,350613,12,coords,two_rule_comb5,1,"['(', '(']",None,0,1 +350613,350613,12,coords,two_rule_comb5,2,"['$', '$']",4 6] [5 5],1,1 +350613,350613,12,coords,two_rule_comb5,3,"['(', '<']",2 2],1,1 +350613,350613,12,coords,two_rule_comb5,4,"['$', '(']",4 2],1,1 +350613,350613,12,coords,two_rule_comb5,5,"['%', '&']",8 3],1,1 +350613,350613,12,coords,two_rule_comb5,6,"['$', '&']",3 7],1,1 +350613,350613,12,coords,two_rule_comb5,7,"['*', '!']",2 6],1,1 +350613,350613,12,coords,two_rule_comb5,8,"['(', '%']",5 5],1,1 +350613,350613,12,coords,two_rule_comb5,9,"['!', '(']",2 7],1,1 +350613,350613,12,coords,two_rule_comb5,10,"['$', '%']",9 6],1,1 +350613,350613,12,coords,two_rule_comb5,11,"['(', ':']",6 6] [5 8],1,1 +350613,350613,12,coords,two_rule_comb5,12,"['$', '~']",4 7] [3 8],0,1 +350613,350613,12,coords,two_rule_comb5,13,"['!', '~']",6 2],1,1 +350613,350613,12,coords,two_rule_comb5,14,"['<', ':']",6 2],1,1 +350613,350613,12,coords,two_rule_comb5,15,"['~', '&']",1 3],0,1 +350613,350613,12,coords,two_rule_comb5,16,"['&', '$']",7 5],1,1 +350613,350613,12,coords,two_rule_comb5,17,"['~', '(']",4 3],1,1 +350613,350613,12,coords,two_rule_comb5,18,"['&', '%']",4 5],1,1 +350613,350613,12,coords,two_rule_comb5,19,"['>', '$']",5 8],1,1 +350613,350613,12,coords,two_rule_comb5,20,"['&', '$']",5 3],1,1 +350613,350613,12,coords,two_rule_comb5,21,"[':', '<']",5 4],0,1 +350613,350613,12,coords,two_rule_comb5,22,"['$', '~']",1 8] [2 7],0,1 +350613,350613,12,coords,two_rule_comb5,23,"['~', '%']",3 4],1,1 +350613,350613,12,coords,two_rule_comb5,24,"['$', '!']",3 2],1,1 +350613,350613,12,coords,two_rule_comb5,25,"['$', ':']",5 2],1,1 +350613,350613,12,coords,two_rule_comb5,26,"['&', '<']",5 8],1,1 +350613,350613,12,coords,two_rule_comb5,27,"['*', '~']",6 2],1,1 +350613,350613,12,coords,two_rule_comb5,28,"['$', ':']",6 4],1,1 +350613,350613,12,coords,two_rule_comb5,29,"[':', '>']",3 5] [2 4],0,1 +350613,350613,12,coords,two_rule_comb5,30,"['>', '(']",7 6],1,1 +350613,350613,12,coords,two_rule_comb5,31,"['<', '!']",4 5] [3 6],1,1 +350613,350613,12,coords,two_rule_comb5,32,"['&', ':']",None,0,1 +350613,350613,12,coords,two_rule_comb5,33,"['$', '%']",3 6],1,1 +350613,350613,12,coords,two_rule_comb5,34,"[':', '(']",1 0],1,1 +350613,350613,12,coords,two_rule_comb5,35,"['%', '%']",4 4],1,1 +350613,350613,12,coords,two_rule_comb5,36,"['!', '&']",4 3],1,1 +350613,350613,12,coords,two_rule_comb5,37,"['<', '~']",-1 10],0,1 +350613,350613,12,coords,two_rule_comb5,38,"['(', '!']",7 3] [9 1],0,1 +350613,350613,12,coords,two_rule_comb5,39,"['>', '<']",2 3],1,1 +350613,350613,12,coords,two_rule_comb5,40,"['%', '$']",3 1],1,1 +350613,350613,12,coords,two_rule_comb5,41,"['$', '<']",5 6],1,1 +350613,350613,12,coords,two_rule_comb5,42,"['%', '(']",None,0,1 +350613,350613,12,coords,two_rule_comb5,43,"['<', '$']",1 0],0,1 +350613,350613,12,coords,two_rule_comb5,44,"['*', '&']",-2 6],0,1 +350613,350613,12,coords,two_rule_comb5,45,"['*', '&']",3 3],1,1 +350613,350613,12,coords,two_rule_comb5,46,"['!', '$']",None,0,1 +350613,350613,12,coords,two_rule_comb5,47,"['<', '>']",7 2],0,1 +350613,350613,12,coords,two_rule_comb5,48,"['!', ':']",9 5],1,1 +350613,350613,12,coords,two_rule_comb5,49,"['%', ':']",3 6] [4 8],1,1 +350613,350613,12,coords,three_rule_comb0,0,"['&', ':', ':']",9 0 6],1,1 +350613,350613,12,coords,three_rule_comb0,1,"['!', '%', '%']",0 6 5],1,1 +350613,350613,12,coords,three_rule_comb0,2,"['*', '$', '%']",9 4 8],1,1 +350613,350613,12,coords,three_rule_comb0,3,"['$', '>', '*']",16 4 1],0,1 +350613,350613,12,coords,three_rule_comb0,4,"[':', '%', '<']",9 5 4],1,1 +350613,350613,12,coords,three_rule_comb0,5,"['~', '%', '$']",0 2 0] [0 ,1,1 +350613,350613,12,coords,three_rule_comb0,6,"['(', '$', ':']",0 4 7],1,1 +350613,350613,12,coords,three_rule_comb0,7,"[':', '>', '&']",1 2 2],1,1 +350613,350613,12,coords,three_rule_comb0,8,"['*', '<', '!']",2 1 2] [9 ,0,1 +350613,350613,12,coords,three_rule_comb0,9,"[':', '$', '(']",None,0,1 +350613,350613,12,coords,three_rule_comb0,10,"['&', '<', '>']",3 5 6],1,1 +350613,350613,12,coords,three_rule_comb0,11,"['$', '&', '!']",8 7 5],1,1 +350613,350613,12,coords,three_rule_comb0,12,"['&', '<', '(']",5 8 0],1,1 +350613,350613,12,coords,three_rule_comb0,13,"['>', '>', '$']",9 1 6],1,1 +350613,350613,12,coords,three_rule_comb0,14,"['(', '$', '<']",6 1 8],0,1 +350613,350613,12,coords,three_rule_comb0,15,"['(', '>', '*']",7 7 9],0,1 +350613,350613,12,coords,three_rule_comb0,16,"['~', '!', '&']",1 1 9],0,1 +350613,350613,12,coords,three_rule_comb0,17,"[':', '*', '(']",1 6 2],1,1 +350613,350613,12,coords,three_rule_comb0,18,"['<', '>', '>']",0 9 9] [0 ,1,1 +350613,350613,12,coords,three_rule_comb0,19,"['<', '~', '!']",3 8 5],1,1 +350613,350613,12,coords,three_rule_comb0,20,"['*', '*', '(']",1 5 2],1,1 +350613,350613,12,coords,three_rule_comb0,21,"['>', '&', '%']",8 6 2],1,1 +350613,350613,12,coords,three_rule_comb0,22,"[':', '&', '&']",4 1 7],1,1 +350613,350613,12,coords,three_rule_comb0,23,"['*', '&', '!']",7 4 0],1,1 +350613,350613,12,coords,three_rule_comb0,24,"['~', '>', '&']",4 0 8] [4 ,1,1 +350613,350613,12,coords,three_rule_comb0,25,"['&', '(', '!']",7 7 7],1,1 +350613,350613,12,coords,three_rule_comb0,26,"[':', '$', '~']",5 5 1],1,1 +350613,350613,12,coords,three_rule_comb0,27,"['(', '!', '!']",None,0,1 +350613,350613,12,coords,three_rule_comb0,28,"[':', '(', '&']",6 0 4],1,1 +350613,350613,12,coords,three_rule_comb0,29,"['*', '%', '(']",9 3 1],1,1 +350613,350613,12,coords,three_rule_comb0,30,"['~', '>', '!']",7 4 6],1,1 +350613,350613,12,coords,three_rule_comb0,31,"['&', '&', ':']",0 8 9],1,1 +350613,350613,12,coords,three_rule_comb0,32,"['(', ':', ':']",8 0 2],1,1 +350613,350613,12,coords,three_rule_comb0,33,"['%', '<', '<']",5 2 4] [8 ,0,1 +350613,350613,12,coords,three_rule_comb0,34,"['&', ':', '%']",4 3 5],1,1 +350613,350613,12,coords,three_rule_comb0,35,"['<', ':', '%']",9 9 4],1,1 +350613,350613,12,coords,three_rule_comb0,36,"['&', '(', ':']",9 8 0],1,1 +350613,350613,12,coords,three_rule_comb0,37,"['&', '~', '(']",2 5 0],1,1 +350613,350613,12,coords,three_rule_comb0,38,"[':', '>', '$']",0 3 0],1,1 +350613,350613,12,coords,three_rule_comb0,39,"[':', ':', '&']",9 2 2],1,1 +350613,350613,12,coords,three_rule_comb0,40,"['$', '(', '(']",3 7 6],1,1 +350613,350613,12,coords,three_rule_comb0,41,"['%', '&', '>']",1 6 4],1,1 +350613,350613,12,coords,three_rule_comb0,42,"['>', '%', '~']",1 8 6],1,1 +350613,350613,12,coords,three_rule_comb0,43,"['!', '%', '!']",4 0 1],1,1 +350613,350613,12,coords,three_rule_comb0,44,"['$', '&', '%']",6 8 9] [6 ,1,1 +350613,350613,12,coords,three_rule_comb0,45,"[':', '>', '*']",3 -5 6],0,1 +350613,350613,12,coords,three_rule_comb0,46,"['*', '~', '~']",9 6 2],1,1 +350613,350613,12,coords,three_rule_comb0,47,"['>', '*', '>']",0 5 6],1,1 +350613,350613,12,coords,three_rule_comb0,48,"[':', '!', '<']",6 8 1],0,1 +350613,350613,12,coords,three_rule_comb0,49,"['(', '(', '$']",9 3 0],1,1 +350613,350613,12,coords,three_rule_comb1,0,"['~', '$', '%']",9 0 9],1,1 +350613,350613,12,coords,three_rule_comb1,1,"[':', '$', '$']",6 2 6],1,1 +350613,350613,12,coords,three_rule_comb1,2,"['!', '!', '*']",9 8 0] [6 ,0,1 +350613,350613,12,coords,three_rule_comb1,3,"['~', '(', ':']",4 0 7],1,1 +350613,350613,12,coords,three_rule_comb1,4,"['*', '*', '!']",5 1 1],1,1 +350613,350613,12,coords,three_rule_comb1,5,"['*', '!', '<']",8 1 3],0,1 +350613,350613,12,coords,three_rule_comb1,6,"['~', '(', '(']",8 4 1],0,1 +350613,350613,12,coords,three_rule_comb1,7,"['<', '>', '~']",4 0 5] [2 ,1,1 +350613,350613,12,coords,three_rule_comb1,8,"['*', '(', '>']",3 5 7],0,1 +350613,350613,12,coords,three_rule_comb1,9,"['>', '>', ':']",None,0,1 +350613,350613,12,coords,three_rule_comb1,10,"['&', '$', '&']",0 0 6],0,1 +350613,350613,12,coords,three_rule_comb1,11,"['!', '<', '<']",0 6 8],0,1 +350613,350613,12,coords,three_rule_comb1,12,"['>', '>', '~']",5 4 7],0,1 +350613,350613,12,coords,three_rule_comb1,13,"[':', '!', '*']",8 4 6],0,1 +350613,350613,12,coords,three_rule_comb1,14,"[':', '$', '!']",4 7 0] [5 ,0,1 +350613,350613,12,coords,three_rule_comb1,15,"['%', '!', '%']",2 1 1],1,1 +350613,350613,12,coords,three_rule_comb1,16,"['(', '~', '%']",4 3 8],0,1 +350613,350613,12,coords,three_rule_comb1,17,"['*', '>', '%']",None,0,1 +350613,350613,12,coords,three_rule_comb1,18,"['!', '!', '<']",1 1 1],0,1 +350613,350613,12,coords,three_rule_comb1,19,"['>', '(', '$']",5 3 8],1,1 +350613,350613,12,coords,three_rule_comb1,20,"['(', '&', '%']",6 0 8],0,1 +350613,350613,12,coords,three_rule_comb1,21,"['$', '&', '~']",1 4 0],0,1 +350613,350613,12,coords,three_rule_comb1,22,"['<', '<', '>']",0 9 3],1,1 +350613,350613,12,coords,three_rule_comb1,23,"['&', ':', '$']",9 6 5],1,1 +350613,350613,12,coords,three_rule_comb1,24,"['$', '(', '!']",6 8 0],1,1 +350613,350613,12,coords,three_rule_comb1,25,"[':', '(', '~']",8 3 5] [2 ,1,1 +350613,350613,12,coords,three_rule_comb1,26,"[':', '>', '&']",None,0,1 +350613,350613,12,coords,three_rule_comb1,27,"['$', '$', '<']",7 4 7],0,1 +350613,350613,12,coords,three_rule_comb1,28,"['%', '*', ':']",9 1 8],1,1 +350613,350613,12,coords,three_rule_comb1,29,"[':', '~', '*']",2 5 2],0,1 +350613,350613,12,coords,three_rule_comb1,30,"['~', '%', '%']",4 1 6],0,1 +350613,350613,12,coords,three_rule_comb1,31,"['!', '$', ':']",8 2 9],1,1 +350613,350613,12,coords,three_rule_comb1,32,"['&', '*', '%']",4 4 3],0,1 +350613,350613,12,coords,three_rule_comb1,33,"['*', '~', '&']",6 1 1],1,1 +350613,350613,12,coords,three_rule_comb1,34,"['(', '(', '*']",8 4 8],0,1 +350613,350613,12,coords,three_rule_comb1,35,"[':', '&', '*']",8 8 6],1,1 +350613,350613,12,coords,three_rule_comb1,36,"['(', ':', '*']",9 1 6],1,1 +350613,350613,12,coords,three_rule_comb1,37,"['<', '<', '~']",0 8 8],0,1 +350613,350613,12,coords,three_rule_comb1,38,"[':', ':', '*']",6 2 8],0,1 +350613,350613,12,coords,three_rule_comb1,39,"['$', '*', '<']",1 6 3],0,1 +350613,350613,12,coords,three_rule_comb1,40,"['!', '*', '%']",2 6 2],0,1 +350613,350613,12,coords,three_rule_comb1,41,"['<', '*', '<']",9 0 8],1,1 +350613,350613,12,coords,three_rule_comb1,42,"['<', '~', '%']",6 2 7],0,1 +350613,350613,12,coords,three_rule_comb1,43,"['>', '&', '!']",4 7 8],0,1 +350613,350613,12,coords,three_rule_comb1,44,"['*', '~', '<']",1 3 3],1,1 +350613,350613,12,coords,three_rule_comb1,45,"['<', '$', '$']",2 6 9],0,1 +350613,350613,12,coords,three_rule_comb1,46,"['~', '<', ':']",2 5 0],0,1 +350613,350613,12,coords,three_rule_comb1,47,"[':', '>', '%']",None,0,1 +350613,350613,12,coords,three_rule_comb1,48,"['&', '~', '*']",9 9 6],0,1 +350613,350613,12,coords,three_rule_comb1,49,"['>', '*', '<']",7 7 2],0,1 +350613,350613,12,coords,three_rule_comb2,0,"['%', '%', '&']",5 4 8],1,1 +350613,350613,12,coords,three_rule_comb2,1,"['&', '&', '$']",5 1 7] [8 ,0,1 +350613,350613,12,coords,three_rule_comb2,2,"[':', '<', '~']",9 0 3],1,1 +350613,350613,12,coords,three_rule_comb2,3,"['*', ':', ':']",6 4 7] [7 ,0,1 +350613,350613,12,coords,three_rule_comb2,4,"['$', '!', '&']",8 7 3],1,1 +350613,350613,12,coords,three_rule_comb2,5,"['*', '!', '*']",1 6 1] [1 ,0,1 +350613,350613,12,coords,three_rule_comb2,6,"['(', '<', '!']",7 6 8] [3 ,0,1 +350613,350613,12,coords,three_rule_comb2,7,"['>', '(', '$']",1 1 6],1,1 +350613,350613,12,coords,three_rule_comb2,8,"['!', ':', ':']",4 11 9] [5 ,0,1 +350613,350613,12,coords,three_rule_comb2,9,"['&', ':', '<']",7 1 6],1,1 +350613,350613,12,coords,three_rule_comb2,10,"['&', '<', '$']",4 5 8],1,1 +350613,350613,12,coords,three_rule_comb2,11,"['<', '$', '%']",5 1 2],1,1 +350613,350613,12,coords,three_rule_comb2,12,"['~', '*', '>']",5 5 1],1,1 +350613,350613,12,coords,three_rule_comb2,13,"['<', '*', '>']",2 6 7],0,1 +350613,350613,12,coords,three_rule_comb2,14,"['*', '>', ':']",5 0 1],1,1 +350613,350613,12,coords,three_rule_comb2,15,"['$', '<', '*']",2 3 8],1,1 +350613,350613,12,coords,three_rule_comb2,16,"['!', '<', '&']",5 9 8],1,1 +350613,350613,12,coords,three_rule_comb2,17,"['!', '%', '!']",3 5 0],1,1 +350613,350613,12,coords,three_rule_comb2,18,"['~', '!', '$']",7 5 5],1,1 +350613,350613,12,coords,three_rule_comb2,19,"['(', '>', '(']",8 8 0],1,1 +350613,350613,12,coords,three_rule_comb2,20,"['&', '$', '$']",6 0 0],1,1 +350613,350613,12,coords,three_rule_comb2,21,"['<', '<', '!']",6 2 3],1,1 +350613,350613,12,coords,three_rule_comb2,22,"['>', '%', '&']",1 11 8],0,1 +350613,350613,12,coords,three_rule_comb2,23,"['*', '&', ':']",2 0 4],1,1 +350613,350613,12,coords,three_rule_comb2,24,"['%', '$', '<']",0 8 6],1,1 +350613,350613,12,coords,three_rule_comb2,25,"['~', ':', '(']",1 6 8],1,1 +350613,350613,12,coords,three_rule_comb2,26,"['*', '!', '>']",8 0 7],1,1 +350613,350613,12,coords,three_rule_comb2,27,"['&', '<', '*']",6 4 4],1,1 +350613,350613,12,coords,three_rule_comb2,28,"['&', '%', '>']",1 4 6] [7 ,0,1 +350613,350613,12,coords,three_rule_comb2,29,"['~', '<', '&']",8 5 1],0,1 +350613,350613,12,coords,three_rule_comb2,30,"['*', '<', ':']",3 5 3],1,1 +350613,350613,12,coords,three_rule_comb2,31,"['&', '%', '&']",5 6 5],1,1 +350613,350613,12,coords,three_rule_comb2,32,"['!', '(', '<']",5 1 4],1,1 +350613,350613,12,coords,three_rule_comb2,33,"['~', '>', '*']",7 2 8],1,1 +350613,350613,12,coords,three_rule_comb2,34,"['&', '(', '$']",3 2 3],1,1 +350613,350613,12,coords,three_rule_comb2,35,"['&', '%', '!']",7 4 8] [9 ,0,1 +350613,350613,12,coords,three_rule_comb2,36,"['!', '%', ':']",4 1 4],1,1 +350613,350613,12,coords,three_rule_comb2,37,"['~', '*', '*']",4 1 0],1,1 +350613,350613,12,coords,three_rule_comb2,38,"['>', ':', '$']",9 2 3],1,1 +350613,350613,12,coords,three_rule_comb2,39,"['%', '&', '$']",2 8 2],1,1 +350613,350613,12,coords,three_rule_comb2,40,"['<', '%', '(']",1 8 2],1,1 +350613,350613,12,coords,three_rule_comb2,41,"['(', ':', '>']",4 2 7],0,1 +350613,350613,12,coords,three_rule_comb2,42,"[':', '*', '&']",9 8 7],1,1 +350613,350613,12,coords,three_rule_comb2,43,"['>', '~', '>']",5 4 1],1,1 +350613,350613,12,coords,three_rule_comb2,44,"['*', '$', '$']",5 4 3],1,1 +350613,350613,12,coords,three_rule_comb2,45,"['%', '&', '>']",6 1 6],1,1 +350613,350613,12,coords,three_rule_comb2,46,"['&', '%', '%']",0 5 3],1,1 +350613,350613,12,coords,three_rule_comb2,47,"['(', '(', '>']",4 4 7],1,1 +350613,350613,12,coords,three_rule_comb2,48,"['%', '<', ':']",7 3 6],1,1 +350613,350613,12,coords,three_rule_comb2,49,"[':', ':', '*']",8 7 8],1,1 +350613,350613,12,coords,three_rule_comb3,0,"['<', '&', '>']",2 0 9],1,1 +350613,350613,12,coords,three_rule_comb3,1,"['*', '&', '*']",6 9 5] [3 ,1,1 +350613,350613,12,coords,three_rule_comb3,2,"['~', '!', '>']",2 4 4],0,1 +350613,350613,12,coords,three_rule_comb3,3,"['(', ':', '$']",6 2 3],1,1 +350613,350613,12,coords,three_rule_comb3,4,"['%', '<', '(']",8 7 0],0,1 +350613,350613,12,coords,three_rule_comb3,5,"['(', '&', '(']",4 5 8],0,1 +350613,350613,12,coords,three_rule_comb3,6,"['(', '>', ':']",4 8 0],0,1 +350613,350613,12,coords,three_rule_comb3,7,"['$', '%', '~']",9 6 8],0,1 +350613,350613,12,coords,three_rule_comb3,8,"['$', '%', '<']",9 3 7],1,1 +350613,350613,12,coords,three_rule_comb3,9,"['$', '%', '(']",3 0 0],0,1 +350613,350613,12,coords,three_rule_comb3,10,"['~', '*', '>']",1 9 8],0,1 +350613,350613,12,coords,three_rule_comb3,11,"['%', '>', '<']",5 7 6],0,1 +350613,350613,12,coords,three_rule_comb3,12,"['!', '%', ':']",1 7 1],0,1 +350613,350613,12,coords,three_rule_comb3,13,"['*', '~', '$']",8 8 7],0,1 +350613,350613,12,coords,three_rule_comb3,14,"['(', '!', '<']",7 3 9],1,1 +350613,350613,12,coords,three_rule_comb3,15,"['&', '!', '$']",3 2 2],1,1 +350613,350613,12,coords,three_rule_comb3,16,"['&', '$', '~']",7 6 7],0,1 +350613,350613,12,coords,three_rule_comb3,17,"[':', '$', '$']",7 1 5],0,1 +350613,350613,12,coords,three_rule_comb3,18,"['<', '<', '$']",3 0 5],0,1 +350613,350613,12,coords,three_rule_comb3,19,"['>', '*', '&']",0 8 1],0,1 +350613,350613,12,coords,three_rule_comb3,20,"['$', '<', '(']",8 5 0],0,1 +350613,350613,12,coords,three_rule_comb3,21,"['!', '!', '*']",9 2 4],0,1 +350613,350613,12,coords,three_rule_comb3,22,"['(', '>', '~']",-4 4 0],0,1 +350613,350613,12,coords,three_rule_comb3,23,"['!', '!', '$']",2 1 1],1,1 +350613,350613,12,coords,three_rule_comb3,24,"['%', '&', '(']",1 6 2],0,1 +350613,350613,12,coords,three_rule_comb3,25,"['&', '~', ':']",8 2 8],0,1 +350613,350613,12,coords,three_rule_comb3,26,"['<', '>', ':']",9 8 8],1,1 +350613,350613,12,coords,three_rule_comb3,27,"['&', '&', '!']",3 7 2],0,1 +350613,350613,12,coords,three_rule_comb3,28,"['(', '%', '(']",16 2 3],0,1 +350613,350613,12,coords,three_rule_comb3,29,"['%', '~', '>']",4 5 2],1,1 +350613,350613,12,coords,three_rule_comb3,30,"['<', '&', '$']",2 5 6],0,1 +350613,350613,12,coords,three_rule_comb3,31,"['~', '(', ':']",5 6 8],0,1 +350613,350613,12,coords,three_rule_comb3,32,"['$', '!', '%']",5 0 1],1,1 +350613,350613,12,coords,three_rule_comb3,33,"['$', '$', '<']",7 3 2],1,1 +350613,350613,12,coords,three_rule_comb3,34,"['$', '(', ':']",8 3 1],1,1 +350613,350613,12,coords,three_rule_comb3,35,"['!', '!', ':']",8 1 0],0,1 +350613,350613,12,coords,three_rule_comb3,36,"['&', '~', '!']",7 9 6],0,1 +350613,350613,12,coords,three_rule_comb3,37,"['(', '<', '>']",5 5 5],0,1 +350613,350613,12,coords,three_rule_comb3,38,"[':', '>', '$']",0 5 6],0,1 +350613,350613,12,coords,three_rule_comb3,39,"['!', ':', '!']",1 1 1],0,1 +350613,350613,12,coords,three_rule_comb3,40,"['%', '%', '$']",9 5 1] [2 ,0,1 +350613,350613,12,coords,three_rule_comb3,41,"['<', '*', '*']",5 0 7],0,1 +350613,350613,12,coords,three_rule_comb3,42,"['$', '&', '~']",4 6 7],1,1 +350613,350613,12,coords,three_rule_comb3,43,"['!', '(', '!']",None,0,1 +350613,350613,12,coords,three_rule_comb3,44,"[':', '$', ':']",0 0 7],1,1 +350613,350613,12,coords,three_rule_comb3,45,"['$', '$', '%']",5 2 5],0,1 +350613,350613,12,coords,three_rule_comb3,46,"['%', '<', '&']",7 3 8],1,1 +350613,350613,12,coords,three_rule_comb3,47,"['~', '(', '*']",2 1 3],0,1 +350613,350613,12,coords,three_rule_comb3,48,"['>', '>', ':']",1 6 8],0,1 +350613,350613,12,coords,three_rule_comb3,49,"['$', '$', '(']",9 5 0],0,1 +350613,350613,12,coords,three_rule_comb4,0,"[':', '>', '%']",7 7 3],0,1 +350613,350613,12,coords,three_rule_comb4,1,"['>', '$', '(']",2 0 4] [4 ,0,1 +350613,350613,12,coords,three_rule_comb4,2,"['$', '!', '&']",5 0 4],0,1 +350613,350613,12,coords,three_rule_comb4,3,"['$', '>', '%']",7 1 2],0,1 +350613,350613,12,coords,three_rule_comb4,4,"['$', ':', '!']",7 4 2] [8 ,0,1 +350613,350613,12,coords,three_rule_comb4,5,"['(', ':', '<']",6 9 9],0,1 +350613,350613,12,coords,three_rule_comb4,6,"['$', '!', '~']",4 6 4],0,1 +350613,350613,12,coords,three_rule_comb4,7,"['*', '<', ':']",3 5 8],0,1 +350613,350613,12,coords,three_rule_comb4,8,"['~', '%', '<']",4 2 8],0,1 +350613,350613,12,coords,three_rule_comb4,9,"['%', '&', '$']",1 7 9],0,1 +350613,350613,12,coords,three_rule_comb4,10,"[':', '&', '<']",3 3 7],0,1 +350613,350613,12,coords,three_rule_comb4,11,"['>', '!', ':']",6 6 1],0,1 +350613,350613,12,coords,three_rule_comb4,12,"['(', '!', '!']",4 7 1],0,1 +350613,350613,12,coords,three_rule_comb4,13,"['%', ':', '%']",6 -1 8],0,1 +350613,350613,12,coords,three_rule_comb4,14,"['!', '%', '$']",1 3 0],0,1 +350613,350613,12,coords,three_rule_comb4,15,"['$', ':', ':']",8 6 8],0,1 +350613,350613,12,coords,three_rule_comb4,16,"['%', '%', '%']",7 6 4],1,1 +350613,350613,12,coords,three_rule_comb4,17,"['*', '>', '&']",3 6 6],0,1 +350613,350613,12,coords,three_rule_comb4,18,"['>', '(', '*']",1 8 1],0,1 +350613,350613,12,coords,three_rule_comb4,19,"['<', '(', '<']",5 0 2],0,1 +350613,350613,12,coords,three_rule_comb4,20,"['*', '<', '*']",3 5 6],1,1 +350613,350613,12,coords,three_rule_comb4,21,"['!', '!', '(']",1 4 7],1,1 +350613,350613,12,coords,three_rule_comb4,22,"['<', '%', '!']",3 4 1],0,1 +350613,350613,12,coords,three_rule_comb4,23,"['!', '%', ':']",7 9 6],0,1 +350613,350613,12,coords,three_rule_comb4,24,"['<', ':', '%']",8 8 6],0,1 +350613,350613,12,coords,three_rule_comb4,25,"['*', '&', '*']",6 2 2],1,1 +350613,350613,12,coords,three_rule_comb4,26,"['*', '>', '*']",1 4 2],0,1 +350613,350613,12,coords,three_rule_comb4,27,"['<', '$', ':']",2 1 9],0,1 +350613,350613,12,coords,three_rule_comb4,28,"['*', '>', '<']",3 3 8],0,1 +350613,350613,12,coords,three_rule_comb4,29,"['<', '<', '&']",5 6 8],0,1 +350613,350613,12,coords,three_rule_comb4,30,"['(', '(', '&']",7 5 4],0,1 +350613,350613,12,coords,three_rule_comb4,31,"['&', '!', '(']",7 11 6],0,1 +350613,350613,12,coords,three_rule_comb4,32,"['<', '$', '!']",0 6 4],1,1 +350613,350613,12,coords,three_rule_comb4,33,"['%', ':', '%']",8 1 3],0,1 +350613,350613,12,coords,three_rule_comb4,34,"['~', '~', ':']",3 1 3],0,1 +350613,350613,12,coords,three_rule_comb4,35,"['&', '*', ':']",0 3 6],1,1 +350613,350613,12,coords,three_rule_comb4,36,"['<', ':', '!']",9 4 1],0,1 +350613,350613,12,coords,three_rule_comb4,37,"['*', '%', '&']",7 6 5],0,1 +350613,350613,12,coords,three_rule_comb4,38,"['&', '(', '~']",1 6 3],0,1 +350613,350613,12,coords,three_rule_comb4,39,"['<', '(', ':']",5 9 7],0,1 +350613,350613,12,coords,three_rule_comb4,40,"['&', '~', '&']",8 2 5],0,1 +350613,350613,12,coords,three_rule_comb4,41,"['>', '!', ':']",5 1 3],0,1 +350613,350613,12,coords,three_rule_comb4,42,"[':', '(', '<']",1 5 2] [0 ,0,1 +350613,350613,12,coords,three_rule_comb4,43,"['<', '!', ':']",8 7 9],0,1 +350613,350613,12,coords,three_rule_comb4,44,"['>', '&', '$']",4 0 6],0,1 +350613,350613,12,coords,three_rule_comb4,45,"['>', ':', '(']",1 8 6] [1 ,0,1 +350613,350613,12,coords,three_rule_comb4,46,"['*', '*', '&']",0 6 2],0,1 +350613,350613,12,coords,three_rule_comb4,47,"['$', '$', ':']",8 4 3],0,1 +350613,350613,12,coords,three_rule_comb4,48,"['%', '*', '!']",6 9 9],1,1 +350613,350613,12,coords,three_rule_comb4,49,"['&', '~', '$']",4 6 6],0,1 +350613,350613,12,coords,three_rule_comb5,0,"['<', '%', '>']",7 9 4],1,1 +350613,350613,12,coords,three_rule_comb5,1,"['!', '!', '&']",5 4 2],1,1 +350613,350613,12,coords,three_rule_comb5,2,"['<', '!', '&']",6 6 5],0,1 +350613,350613,12,coords,three_rule_comb5,3,"['<', '$', '*']",5 4 7],0,1 +350613,350613,12,coords,three_rule_comb5,4,"['%', '*', '(']",5 0 6],0,1 +350613,350613,12,coords,three_rule_comb5,5,"['$', '*', ':']",7 2 6],1,1 +350613,350613,12,coords,three_rule_comb5,6,"['*', ':', '>']",6 6 3],1,1 +350613,350613,12,coords,three_rule_comb5,7,"[':', '(', '<']",7 2 4],1,1 +350613,350613,12,coords,three_rule_comb5,8,"['>', '(', '>']",8 6 7],1,1 +350613,350613,12,coords,three_rule_comb5,9,"['~', '&', '<']",7 4 7],0,1 +350613,350613,12,coords,three_rule_comb5,10,"['<', '<', '~']",5 2 2] [4 ,0,1 +350613,350613,12,coords,three_rule_comb5,11,"['*', '(', ':']",7 5 5],0,1 +350613,350613,12,coords,three_rule_comb5,12,"['%', '~', '%']",1 0 5],0,1 +350613,350613,12,coords,three_rule_comb5,13,"['$', '(', '%']",5 7 5],1,1 +350613,350613,12,coords,three_rule_comb5,14,"['~', '!', '*']",6 1 3],1,1 +350613,350613,12,coords,three_rule_comb5,15,"['%', '$', ':']",1 5 1],1,1 +350613,350613,12,coords,three_rule_comb5,16,"['>', '<', '~']",7 2 9],1,1 +350613,350613,12,coords,three_rule_comb5,17,"['%', '&', '>']",0 6 2],1,1 +350613,350613,12,coords,three_rule_comb5,18,"['&', '(', '&']",4 5 8],1,1 +350613,350613,12,coords,three_rule_comb5,19,"['%', '&', '%']",2 3 4] [0 ,0,1 +350613,350613,12,coords,three_rule_comb5,20,"['(', '(', '$']",5 2 6] [4 ,0,1 +350613,350613,12,coords,three_rule_comb5,21,"['&', '>', '(']",1 5 2],0,1 +350613,350613,12,coords,three_rule_comb5,22,"['$', '(', '(']",4 1 6],1,1 +350613,350613,12,coords,three_rule_comb5,23,"['<', '(', '%']",2 5 5],0,1 +350613,350613,12,coords,three_rule_comb5,24,"['~', '%', '(']",2 7 0],1,1 +350613,350613,12,coords,three_rule_comb5,25,"[':', '~', '&']",9 5 8],1,1 +350613,350613,12,coords,three_rule_comb5,26,"['>', '(', ':']",4 6 5],1,1 +350613,350613,12,coords,three_rule_comb5,27,"['$', '!', '~']",5 7 4],1,1 +350613,350613,12,coords,three_rule_comb5,28,"['(', ':', '!']",0 2 2] [8 ,0,1 +350613,350613,12,coords,three_rule_comb5,29,"['$', ':', '%']",0 6 6],0,1 +350613,350613,12,coords,three_rule_comb5,30,"['<', '$', '<']",5 4 8],1,1 +350613,350613,12,coords,three_rule_comb5,31,"['<', '(', '(']",8 7 2],1,1 +350613,350613,12,coords,three_rule_comb5,32,"['<', '<', '$']",1 9 5],1,1 +350613,350613,12,coords,three_rule_comb5,33,"['>', '&', ':']",5 0 5],1,1 +350613,350613,12,coords,three_rule_comb5,34,"['(', '%', '<']",3 6 3],1,1 +350613,350613,12,coords,three_rule_comb5,35,"['<', '$', '*']",5 6 7],0,1 +350613,350613,12,coords,three_rule_comb5,36,"['&', '*', '*']",5 5 5],1,1 +350613,350613,12,coords,three_rule_comb5,37,"['<', '*', '>']",None,0,1 +350613,350613,12,coords,three_rule_comb5,38,"['!', '$', '&']",1 4 7] [3 ,0,1 +350613,350613,12,coords,three_rule_comb5,39,"['!', ':', '$']",5 5 4],0,1 +350613,350613,12,coords,three_rule_comb5,40,"['%', '%', '%']",3 2 4] [2 ,0,1 +350613,350613,12,coords,three_rule_comb5,41,"['>', '%', '!']",7 2 3],1,1 +350613,350613,12,coords,three_rule_comb5,42,"['!', '~', ':']",1 2 7],0,1 +350613,350613,12,coords,three_rule_comb5,43,"['<', '&', '%']",6 4 2],0,1 +350613,350613,12,coords,three_rule_comb5,44,"['~', '(', '$']",2 7 2],0,1 +350613,350613,12,coords,three_rule_comb5,45,"['<', '!', '%']",5 4 1],1,1 +350613,350613,12,coords,three_rule_comb5,46,"['!', '!', ':']",6 7 5],1,1 +350613,350613,12,coords,three_rule_comb5,47,"['$', '$', ':']",1 9 3],0,1 +350613,350613,12,coords,three_rule_comb5,48,"['<', '!', '(']",8 3 6],1,1 +350613,350613,12,coords,three_rule_comb5,49,"['!', '(', '$']",2 4 5],1,1 +350613,350613,12,coords,three_rule_comb6,0,"['%', '&', '~']",8 1 2],1,1 +350613,350613,12,coords,three_rule_comb6,1,"['>', '&', '$']",8 2 5] [5 ,0,1 +350613,350613,12,coords,three_rule_comb6,2,"['&', '%', '*']",2 5 2],0,1 +350613,350613,12,coords,three_rule_comb6,3,"['!', '&', '$']",2 9 1],1,1 +350613,350613,12,coords,three_rule_comb6,4,"['*', '<', '!']",3 3 1],0,1 +350613,350613,12,coords,three_rule_comb6,5,"['*', '%', '$']",6 1 8],1,1 +350613,350613,12,coords,three_rule_comb6,6,"['<', '%', '$']",0 5 5],0,1 +350613,350613,12,coords,three_rule_comb6,7,"['~', '*', '>']",1 7 4] [8 ,0,1 +350613,350613,12,coords,three_rule_comb6,8,"['(', '$', '&']",4 4 2],0,1 +350613,350613,12,coords,three_rule_comb6,9,"['<', '<', '&']",3 0 0],0,1 +350613,350613,12,coords,three_rule_comb6,10,"['!', '&', ':']",4 5 9],0,1 +350613,350613,12,coords,three_rule_comb6,11,"['%', '<', '$']",2 5 3],0,1 +350613,350613,12,coords,three_rule_comb6,12,"['>', '&', '&']",5 5 7],1,1 +350613,350613,12,coords,three_rule_comb6,13,"['$', '&', '(']",4 7 1] [9 ,1,1 +350613,350613,12,coords,three_rule_comb6,14,"['(', '*', '$']",5 7 6],1,1 +350613,350613,12,coords,three_rule_comb6,15,"['$', '%', ':']",3 1 4],0,1 +350613,350613,12,coords,three_rule_comb6,16,"['%', '<', '(']",1 6 5] [4 ,1,1 +350613,350613,12,coords,three_rule_comb6,17,"['(', '<', '$']",5 7 1],1,1 +350613,350613,12,coords,three_rule_comb6,18,"['~', '$', '<']",0 7 1],0,1 +350613,350613,12,coords,three_rule_comb6,19,"['~', '>', '*']",1 9 8] [5 ,1,1 +350613,350613,12,coords,three_rule_comb6,20,"['$', '(', '$']",1 6 7] [7 ,0,1 +350613,350613,12,coords,three_rule_comb6,21,"['~', '$', ':']",4 6 1],0,1 +350613,350613,12,coords,three_rule_comb6,22,"[':', '!', '$']",8 7 6],1,1 +350613,350613,12,coords,three_rule_comb6,23,"['$', '$', '<']",0 9 7],1,1 +350613,350613,12,coords,three_rule_comb6,24,"['>', '~', '>']",7 7 5],1,1 +350613,350613,12,coords,three_rule_comb6,25,"['(', ':', ':']",3 0 4],0,1 +350613,350613,12,coords,three_rule_comb6,26,"['%', '>', ':']",None,0,1 +350613,350613,12,coords,three_rule_comb6,27,"['&', '(', '!']",9 5 6],1,1 +350613,350613,12,coords,three_rule_comb6,28,"['~', '(', '~']",2 9 7],1,1 +350613,350613,12,coords,three_rule_comb6,29,"['&', '*', '(']",0 9 5],1,1 +350613,350613,12,coords,three_rule_comb6,30,"[':', '$', '!']",8 8 0],0,1 +350613,350613,12,coords,three_rule_comb6,31,"['<', '&', ':']",0 6 3],1,1 +350613,350613,12,coords,three_rule_comb6,32,"['(', '%', '(']",2 6 3],0,1 +350613,350613,12,coords,three_rule_comb6,33,"[':', '(', '&']",8 2 7],0,1 +350613,350613,12,coords,three_rule_comb6,34,"['$', '<', '!']",3 0 6],0,1 +350613,350613,12,coords,three_rule_comb6,35,"['>', '*', '&']",9 7 7],1,1 +350613,350613,12,coords,three_rule_comb6,36,"['!', '(', '*']",2 2 3],0,1 +350613,350613,12,coords,three_rule_comb6,37,"['%', '<', '%']",0 5 9],1,1 +350613,350613,12,coords,three_rule_comb6,38,"['&', '&', '*']",2 8 4],0,1 +350613,350613,12,coords,three_rule_comb6,39,"['*', '<', '!']",8 1 1] [7 ,1,1 +350613,350613,12,coords,three_rule_comb6,40,"[':', '>', '<']",9 7 9],0,1 +350613,350613,12,coords,three_rule_comb6,41,"['<', ':', '<']",7 6 6] [0 ,1,1 +350613,350613,12,coords,three_rule_comb6,42,"['*', '*', '(']",None,0,1 +350613,350613,12,coords,three_rule_comb6,43,"['%', '$', '&']",2 7 2],0,1 +350613,350613,12,coords,three_rule_comb6,44,"['$', '~', '<']",1 9 4],1,1 +350613,350613,12,coords,three_rule_comb6,45,"['%', '!', '&']",4 8 7],1,1 +350613,350613,12,coords,three_rule_comb6,46,"['%', '%', '!']",2 0 1],1,1 +350613,350613,12,coords,three_rule_comb6,47,"['$', '<', '~']",4 1 1],1,1 +350613,350613,12,coords,three_rule_comb6,48,"['$', '>', '!']",9 1 0] [7 ,0,1 +350613,350613,12,coords,three_rule_comb6,49,"[':', '~', '%']",3 3 5],0,1 +350613,350613,12,coords,three_rule_comb7,0,"['<', '(', ':']",1 7 6],1,1 +350613,350613,12,coords,three_rule_comb7,1,"['!', '&', ':']",1 4 9],1,1 +350613,350613,12,coords,three_rule_comb7,2,"['(', '>', '$']",3 0 4],0,1 +350613,350613,12,coords,three_rule_comb7,3,"['(', ':', '<']",3 4 5] [1 ,0,1 +350613,350613,12,coords,three_rule_comb7,4,"['>', '<', '*']",8 3 8],0,1 +350613,350613,12,coords,three_rule_comb7,5,"['$', '!', '$']",1 4 1],0,1 +350613,350613,12,coords,three_rule_comb7,6,"['<', '&', '<']",0 4 2],1,1 +350613,350613,12,coords,three_rule_comb7,7,"['*', '$', '%']",0 5 2],0,1 +350613,350613,12,coords,three_rule_comb7,8,"['*', '*', '!']",6 4 3],0,1 +350613,350613,12,coords,three_rule_comb7,9,"['~', '*', ':']",3 1 1] [6 ,0,1 +350613,350613,12,coords,three_rule_comb7,10,"['<', '&', '(']",3 2 4] [1 ,0,1 +350613,350613,12,coords,three_rule_comb7,11,"['*', '~', '&']",3 7 1],0,1 +350613,350613,12,coords,three_rule_comb7,12,"['(', '(', '(']",3 8 4],0,1 +350613,350613,12,coords,three_rule_comb7,13,"['(', '(', '%']",6 6 3],1,1 +350613,350613,12,coords,three_rule_comb7,14,"['>', '>', '(']",8 1 6],0,1 +350613,350613,12,coords,three_rule_comb7,15,"['!', '%', '%']",9 3 8],0,1 +350613,350613,12,coords,three_rule_comb7,16,"[':', ':', '%']",3 3 7] [9 ,0,1 +350613,350613,12,coords,three_rule_comb7,17,"[':', '&', '(']",2 3 9],1,1 +350613,350613,12,coords,three_rule_comb7,18,"['~', '*', '~']",1 2 3],0,1 +350613,350613,12,coords,three_rule_comb7,19,"['&', '!', '$']",4 3 8],0,1 +350613,350613,12,coords,three_rule_comb7,20,"['<', '~', '<']",3 3 8],0,1 +350613,350613,12,coords,three_rule_comb7,21,"['&', '(', '!']",2 5 2] [0 ,0,1 +350613,350613,12,coords,three_rule_comb7,22,"['~', '(', '&']",3 2 6],0,1 +350613,350613,12,coords,three_rule_comb7,23,"[':', '%', '!']",6 7 4],0,1 +350613,350613,12,coords,three_rule_comb7,24,"[':', '(', '&']",9 2 1],0,1 +350613,350613,12,coords,three_rule_comb7,25,"['<', '!', '(']",2 4 1],0,1 +350613,350613,12,coords,three_rule_comb7,26,"['(', ':', '~']",7 6 7] [8 ,0,1 +350613,350613,12,coords,three_rule_comb7,27,"['*', '&', '*']",3 6 1],1,1 +350613,350613,12,coords,three_rule_comb7,28,"['$', ':', '$']",2 6 5],0,1 +350613,350613,12,coords,three_rule_comb7,29,"['%', '*', '$']",1 3 4],0,1 +350613,350613,12,coords,three_rule_comb7,30,"['$', '$', '$']",4 3 7],1,1 +350613,350613,12,coords,three_rule_comb7,31,"['~', '&', '$']",2 4 6] [6 ,0,1 +350613,350613,12,coords,three_rule_comb7,32,"['(', '<', '$']",1 5 6],0,1 +350613,350613,12,coords,three_rule_comb7,33,"['!', '<', '&']",8 8 6],1,1 +350613,350613,12,coords,three_rule_comb7,34,"['~', '<', '(']",3 6 9],0,1 +350613,350613,12,coords,three_rule_comb7,35,"['*', '!', '&']",3 0 0],1,1 +350613,350613,12,coords,three_rule_comb7,36,"['~', '&', '<']",0 3 4],0,1 +350613,350613,12,coords,three_rule_comb7,37,"['&', '(', '>']",6 4 9],0,1 +350613,350613,12,coords,three_rule_comb7,38,"['<', '(', '<']",2 5 9],0,1 +350613,350613,12,coords,three_rule_comb7,39,"['%', '*', '(']",4 4 6],1,1 +350613,350613,12,coords,three_rule_comb7,40,"['<', '$', '(']",5 5 8] [8 ,0,1 +350613,350613,12,coords,three_rule_comb7,41,"['*', '*', '&']",4 3 0],0,1 +350613,350613,12,coords,three_rule_comb7,42,"['*', '(', '!']",2 8 7],0,1 +350613,350613,12,coords,three_rule_comb7,43,"[':', '&', '>']",5 0 5],1,1 +350613,350613,12,coords,three_rule_comb7,44,"[':', '>', '*']",0 0 2],1,1 +350613,350613,12,coords,three_rule_comb7,45,"['!', '$', '*']",2 7 1],0,1 +350613,350613,12,coords,three_rule_comb7,46,"['$', '>', '<']",6 2 2],0,1 +350613,350613,12,coords,three_rule_comb7,47,"['%', '(', '!']",1 4 2],0,1 +350613,350613,12,coords,three_rule_comb7,48,"['<', '~', '*']",9 1 7],0,1 +350613,350613,12,coords,three_rule_comb7,49,"['(', '%', '$']",2 -1 9],0,1 +350613,350613,12,coords,three_rule_comb8,0,"[':', '&', '*']",3 8 4],0,1 +350613,350613,12,coords,three_rule_comb8,1,"['<', '<', '<']",2 5 9],0,1 +350613,350613,12,coords,three_rule_comb8,2,"['!', '%', ':']",9 1 5],0,1 +350613,350613,12,coords,three_rule_comb8,3,"['>', '<', '$']",6 9 4],0,1 +350613,350613,12,coords,three_rule_comb8,4,"['$', '(', ':']",3 5 5],0,1 +350613,350613,12,coords,three_rule_comb8,5,"['<', '!', ':']",5 3 4],0,1 +350613,350613,12,coords,three_rule_comb8,6,"['(', '~', '&']",7 2 0],0,1 +350613,350613,12,coords,three_rule_comb8,7,"[':', '!', '%']",7 3 6] [8 ,1,1 +350613,350613,12,coords,three_rule_comb8,8,"['>', '%', '~']",2 6 3] [3 ,0,1 +350613,350613,12,coords,three_rule_comb8,9,"['%', '>', '%']",1 4 8] [0 ,0,1 +350613,350613,12,coords,three_rule_comb8,10,"['!', '<', '~']",7 4 8],1,1 +350613,350613,12,coords,three_rule_comb8,11,"['%', '(', '<']",2 1 4] [0 ,0,1 +350613,350613,12,coords,three_rule_comb8,12,"['~', '~', '(']",6 0 3],1,1 +350613,350613,12,coords,three_rule_comb8,13,"['&', '$', ':']",6 4 2],0,1 +350613,350613,12,coords,three_rule_comb8,14,"['%', '>', '&']",4 8 7],1,1 +350613,350613,12,coords,three_rule_comb8,15,"['!', ':', '!']",6 5 6],0,1 +350613,350613,12,coords,three_rule_comb8,16,"['(', '~', '>']",4 7 6],0,1 +350613,350613,12,coords,three_rule_comb8,17,"['*', ':', '(']",1 4 5] [6 ,0,1 +350613,350613,12,coords,three_rule_comb8,18,"['&', '<', '<']",5 8 7],1,1 +350613,350613,12,coords,three_rule_comb8,19,"['%', '>', '<']",4 4 9] [5 ,0,1 +350613,350613,12,coords,three_rule_comb8,20,"['(', '&', '$']",5 3 3],1,1 +350613,350613,12,coords,three_rule_comb8,21,"['%', '$', '(']",10 8 6],0,1 +350613,350613,12,coords,three_rule_comb8,22,"[':', '(', '*']",10 6 7],0,1 +350613,350613,12,coords,three_rule_comb8,23,"['$', '(', ':']",5 3 6],1,1 +350613,350613,12,coords,three_rule_comb8,24,"['<', '!', '%']",4 2 1],0,1 +350613,350613,12,coords,three_rule_comb8,25,"['%', '<', ':']",6 1 0],0,1 +350613,350613,12,coords,three_rule_comb8,26,"[':', ':', '<']",8 2 1] [0 ,0,1 +350613,350613,12,coords,three_rule_comb8,27,"['%', '<', ':']",None,0,1 +350613,350613,12,coords,three_rule_comb8,28,"['(', '<', '!']",0 2 0],1,1 +350613,350613,12,coords,three_rule_comb8,29,"['(', '<', '~']",0 3 6],0,1 +350613,350613,12,coords,three_rule_comb8,30,"['~', '~', '%']",8 6 4],0,1 +350613,350613,12,coords,three_rule_comb8,31,"['>', '<', '>']",5 5 5],0,1 +350613,350613,12,coords,three_rule_comb8,32,"['(', '%', ':']",5 6 4] [8 ,0,1 +350613,350613,12,coords,three_rule_comb8,33,"['!', '%', '*']",2 5 9] [1 ,1,1 +350613,350613,12,coords,three_rule_comb8,34,"['~', ':', '<']",6 2 6] [5 ,1,1 +350613,350613,12,coords,three_rule_comb8,35,"['$', '%', '$']",2 6 5],1,1 +350613,350613,12,coords,three_rule_comb8,36,"['>', '(', '~']",9 6 8] [4 ,0,1 +350613,350613,12,coords,three_rule_comb8,37,"['>', '!', ':']",5 6 1] [6 ,1,1 +350613,350613,12,coords,three_rule_comb8,38,"['<', '%', '&']",8 4 3] [3 ,0,1 +350613,350613,12,coords,three_rule_comb8,39,"['$', '<', '%']",3 7 3] [2 ,0,1 +350613,350613,12,coords,three_rule_comb8,40,"['(', '>', '&']",4 5 7],1,1 +350613,350613,12,coords,three_rule_comb8,41,"['&', '~', '>']",2 8 6] [6 ,0,1 +350613,350613,12,coords,three_rule_comb8,42,"['(', '*', '<']",2 2 2],0,1 +350613,350613,12,coords,three_rule_comb8,43,"['~', '&', '!']",6 3 5],1,1 +350613,350613,12,coords,three_rule_comb8,44,"['%', '$', '%']",1 4 5],0,1 +350613,350613,12,coords,three_rule_comb8,45,"['<', ':', '(']",2 5 6],0,1 +350613,350613,12,coords,three_rule_comb8,46,"['$', ':', '%']",None,0,1 +350613,350613,12,coords,three_rule_comb8,47,"['!', '%', '*']",2 5 3],0,1 +350613,350613,12,coords,three_rule_comb8,48,"['<', '&', '!']",6 8 4],0,1 +350613,350613,12,coords,three_rule_comb8,49,"[':', '$', '<']",5 3 8],1,1 +350613,350613,12,coords,three_rule_comb9,0,"['<', '>', '!']",3 3 5] [4 ,1,1 +350613,350613,12,coords,three_rule_comb9,1,"[':', '$', '%']",2 7 6],1,1 +350613,350613,12,coords,three_rule_comb9,2,"['~', '>', '*']",8 4 9],1,1 +350613,350613,12,coords,three_rule_comb9,3,"['<', ':', '~']",4 1 6],0,1 +350613,350613,12,coords,three_rule_comb9,4,"['<', '~', '*']",2 2 5],1,1 +350613,350613,12,coords,three_rule_comb9,5,"['>', ':', '(']",5 3 3] [6 ,0,1 +350613,350613,12,coords,three_rule_comb9,6,"['%', '&', '<']",7 4 8] [8 ,1,1 +350613,350613,12,coords,three_rule_comb9,7,"['$', '&', '%']",2 7 4],1,1 +350613,350613,12,coords,three_rule_comb9,8,"[':', '%', '!']",3 5 7],1,1 +350613,350613,12,coords,three_rule_comb9,9,"['%', '<', ':']",7 5 0],0,1 +350613,350613,12,coords,three_rule_comb9,10,"['%', ':', '&']",7 1 3] [9 ,0,1 +350613,350613,12,coords,three_rule_comb9,11,"['%', '&', '&']",-2 7 -1],0,1 +350613,350613,12,coords,three_rule_comb9,12,"['$', '&', '~']",2 4 6],1,1 +350613,350613,12,coords,three_rule_comb9,13,"['(', ':', '&']",5 3 1] [4 ,0,1 +350613,350613,12,coords,three_rule_comb9,14,"['*', '<', '%']",0 2 4] [1 ,0,1 +350613,350613,12,coords,three_rule_comb9,15,"[':', '&', '<']",2 3 5],1,1 +350613,350613,12,coords,three_rule_comb9,16,"['~', '%', ':']",8 8 2],1,1 +350613,350613,12,coords,three_rule_comb9,17,"['<', '*', '(']",4 7 5],1,1 +350613,350613,12,coords,three_rule_comb9,18,"['(', '~', '$']",1 7 0] [3 ,0,1 +350613,350613,12,coords,three_rule_comb9,19,"['*', ':', '%']",5 7 6] [6 ,1,1 +350613,350613,12,coords,three_rule_comb9,20,"['%', ':', '>']",3 5 2],0,1 +350613,350613,12,coords,three_rule_comb9,21,"['&', '*', '$']",5 6 5],1,1 +350613,350613,12,coords,three_rule_comb9,22,"['<', ':', '*']",3 4 7] [2 ,0,1 +350613,350613,12,coords,three_rule_comb9,23,"['~', '&', '*']",6 8 1],1,1 +350613,350613,12,coords,three_rule_comb9,24,"['(', '$', '%']",None,0,1 +350613,350613,12,coords,three_rule_comb9,25,"['*', '$', ':']",2 6 2],1,1 +350613,350613,12,coords,three_rule_comb9,26,"['%', '$', '&']",None,0,1 +350613,350613,12,coords,three_rule_comb9,27,"['%', '&', '<']",2 1 6],1,1 +350613,350613,12,coords,three_rule_comb9,28,"[':', '&', '%']",3 6 6] [4 ,1,1 +350613,350613,12,coords,three_rule_comb9,29,"[':', '~', '(']",6 5 5],1,1 +350613,350613,12,coords,three_rule_comb9,30,"['<', ':', ':']",4 3 7],0,1 +350613,350613,12,coords,three_rule_comb9,31,"[':', '>', '&']",2 6 4],1,1 +350613,350613,12,coords,three_rule_comb9,32,"['%', '(', '<']",5 5 7],1,1 +350613,350613,12,coords,three_rule_comb9,33,"['>', '<', '$']",2 6 2],1,1 +350613,350613,12,coords,three_rule_comb9,34,"['$', '(', '*']",-2 6 4],0,1 +350613,350613,12,coords,three_rule_comb9,35,"['~', '(', '%']",3 3 7],1,1 +350613,350613,12,coords,three_rule_comb9,36,"['$', '%', '(']",3 3 4] [1 ,0,1 +350613,350613,12,coords,three_rule_comb9,37,"[':', '$', '!']",5 2 4],1,1 +350613,350613,12,coords,three_rule_comb9,38,"['>', '%', '%']",2 1 6],0,1 +350613,350613,12,coords,three_rule_comb9,39,"['!', '$', '(']",5 2 1],0,1 +350613,350613,12,coords,three_rule_comb9,40,"[':', '~', '$']",6 5 7] [7 ,0,1 +350613,350613,12,coords,three_rule_comb9,41,"[':', '&', '(']",6 2 5],1,1 +350613,350613,12,coords,three_rule_comb9,42,"['>', '*', '$']",5 5 7],1,1 +350613,350613,12,coords,three_rule_comb9,43,"['&', '%', '$']",4 5 1],1,1 +350613,350613,12,coords,three_rule_comb9,44,"['~', '(', '(']",-2 10 9],0,1 +350613,350613,12,coords,three_rule_comb9,45,"['&', '>', '(']",2 1 4],1,1 +350613,350613,12,coords,three_rule_comb9,46,"[':', '*', '&']",3 2 2],0,1 +350613,350613,12,coords,three_rule_comb9,47,"['%', ':', '>']",1 4 4],1,1 +350613,350613,12,coords,three_rule_comb9,48,"['~', '$', '<']",2 0 7],0,1 +350613,350613,12,coords,three_rule_comb9,49,"['&', '<', '<']",5 6 6],1,1 +350613,350613,12,coords,c3_set_union,0,"['~', '(', '&', '$']",7 4],1,1 +350613,350613,12,coords,c3_set_union,1,"['<', '>', '(', '&']",4],1,1 +350613,350613,12,coords,c3_set_union,2,"['&', '$', ':', '~']",5 3],1,1 +350613,350613,12,coords,c3_set_union,3,"['%', '(', ':', '>']", ] [6 1 3 ,0,1 +350613,350613,12,coords,c3_set_union,4,"[':', '~', '<', '*']",2 7 6 0] [,0,1 +350613,350613,12,coords,c3_set_union,5,"['*', '<', '&', '%']",7],0,1 +350613,350613,12,coords,c3_set_union,6,"['~', '&', '%', '(']",3],0,1 +350613,350613,12,coords,c3_set_union,7,"['>', '!', ':', '(']",1 4 1] [5 ,0,1 +350613,350613,12,coords,c3_set_union,8,"[':', '!', '*', '&']",5] [8] [9 5,1,1 +350613,350613,12,coords,c3_set_union,9,"['%', '*', '&', '~']",9 2] [4 7],0,1 +350613,350613,12,coords,c3_set_union,10,"['$', '%', '>', '&']",1 8 4 2],1,1 +350613,350613,12,coords,c3_set_union,11,"['~', '&', '!', '<']",4 1],1,1 +350613,350613,12,coords,c3_set_union,12,"['$', '>', '~', '%']",4 2],1,1 +350613,350613,12,coords,c3_set_union,13,"['<', '%', '>', '!']",4,0,1 +350613,350613,12,coords,c3_set_union,14,"[':', '$', '>', '*']",3,1,1 +350613,350613,12,coords,c3_set_union,15,"['%', '(', '&', '*']",None,0,1 +350613,350613,12,coords,c3_set_union,16,"['~', '*', ':', '!']",0 5 9] [6 ,0,1 +350613,350613,12,coords,c3_set_union,17,"['>', ':', '~', '!']",1],1,1 +350613,350613,12,coords,c3_set_union,18,"['$', '(', '*', ':']",9 8],1,1 +350613,350613,12,coords,c3_set_union,19,"[':', '(', '~', '&']",3 5],1,1 +350613,350613,12,coords,c3_set_union,20,"['~', '%', '*', '!']",0 6],1,1 +350613,350613,12,coords,c3_set_union,21,"[':', '(', '<', '$']",1 6 2] [8 ,0,1 +350613,350613,12,coords,c3_set_union,22,"['!', '<', '>', ':']",1 7 8 3],1,1 +350613,350613,12,coords,c3_set_union,23,"['%', '(', '~', '<']",0],1,1 +350613,350613,12,coords,c3_set_union,24,"['%', '$', '>', '<']",3],1,1 +350613,350613,12,coords,c3_set_union,25,"['~', '$', '<', '&']",3],1,1 +350613,350613,12,coords,c3_set_union,26,"[':', '!', '$', '>']",1],0,1 +350613,350613,12,coords,c3_set_union,27,"['$', '*', '&', ':']",5 0 7 8],1,1 +350613,350613,12,coords,c3_set_union,28,"[':', '%', '&', '~']",3,0,1 +350613,350613,12,coords,c3_set_union,29,"['!', '$', '*', '&']",1 7 9] [0 ,0,1 +350613,350613,12,coords,c3_set_union,30,"['!', '*', '(', ':']",8 1 0],0,1 +350613,350613,12,coords,c3_set_union,31,"['*', '~', '&', ':']",3 2 0 8],0,1 +350613,350613,12,coords,c3_set_union,32,"[':', '~', '(', '%']",None,0,1 +350613,350613,12,coords,c3_set_union,33,"['*', '%', '<', '$']",1],1,1 +350613,350613,12,coords,c3_set_union,34,"['~', '<', '&', '(']",0 5 0 5] [,0,1 +350613,350613,12,coords,c3_set_union,35,"['%', '<', '*', '!']",2],1,1 +350613,350613,12,coords,c3_set_union,36,"['(', '~', ':', '!']",6 2],1,1 +350613,350613,12,coords,c3_set_union,37,"['$', '&', '*', '~']",5],1,1 +350613,350613,12,coords,c3_set_union,38,"[':', '(', '~', '$']",3 0],1,1 +350613,350613,12,coords,c3_set_union,39,"['&', '>', '$', '*']", ] [5] [7 5],0,1 +350613,350613,12,coords,c3_set_union,40,"['$', '!', '*', '~']",4],0,1 +350613,350613,12,coords,c3_set_union,41,"['&', '%', '$', '!']",8 4],1,1 +350613,350613,12,coords,c3_set_union,42,"['>', '$', '*', '!']",],0,1 +350613,350613,12,coords,c3_set_union,43,"[':', '*', '(', '>']",4 1 0 3],1,1 +350613,350613,12,coords,c3_set_union,44,"['$', '%', '(', ':']",6 8],1,1 +350613,350613,12,coords,c3_set_union,45,"['!', '<', ':', '$']",3 2],1,1 +350613,350613,12,coords,c3_set_union,46,"['>', '*', '&', '<']",None,0,1 +350613,350613,12,coords,c3_set_union,47,"[':', '~', '>', '*']",2 6 8] [4 ,0,1 +350613,350613,12,coords,c3_set_union,48,"['%', '(', '*', '~']",3 2],1,1 +350613,350613,12,coords,c3_set_union,49,"['(', '~', '*', '<']",8 9],1,1 +350613,350613,12,coords,c1_set_union,0,['('],1],1,1 +350613,350613,12,coords,c1_set_union,1,['('],4 9] [4] [9,0,1 +350613,350613,12,coords,c1_set_union,2,['&'],1 0] [1] [0,0,1 +350613,350613,12,coords,c1_set_union,3,['$'],6 1] [6] [1,0,1 +350613,350613,12,coords,c1_set_union,4,['>'],4],1,1 +350613,350613,12,coords,c1_set_union,5,['~'],0,1,1 +350613,350613,12,coords,c1_set_union,6,['<'],4 5] [4] [5,0,1 +350613,350613,12,coords,c1_set_union,7,['%'],0 5],0,1 +350613,350613,12,coords,c1_set_union,8,['$'],4],1,1 +350613,350613,12,coords,c1_set_union,9,['$'],8 1] [8] [1,0,1 +350613,350613,12,coords,c1_set_union,10,[':'],7 0] [7] [0,0,1 +350613,350613,12,coords,c1_set_union,11,['*'],8],1,1 +350613,350613,12,coords,c1_set_union,12,['('],0,1,1 +350613,350613,12,coords,c1_set_union,13,['<'],7],1,1 +350613,350613,12,coords,c1_set_union,14,['*'],7],1,1 +350613,350613,12,coords,c1_set_union,15,['<'],8],1,1 +350613,350613,12,coords,c1_set_union,16,[':'],3 7] [7 8],0,1 +350613,350613,12,coords,c1_set_union,17,['>'],9 7] [9] [7,0,1 +350613,350613,12,coords,c1_set_union,18,[':'],8,0,1 +350613,350613,12,coords,c1_set_union,19,['('],9 4],0,1 +350613,350613,12,coords,c1_set_union,20,[':'],5 3] [5] [3,0,1 +350613,350613,12,coords,c1_set_union,21,['~'],8 9] [8] [9,0,1 +350613,350613,12,coords,c1_set_union,22,['~'],4 2] [4] [2,0,1 +350613,350613,12,coords,c1_set_union,23,[':'],2 9] [2] [9,0,1 +350613,350613,12,coords,c1_set_union,24,['&'],6 2],0,1 +350613,350613,12,coords,c1_set_union,25,['~'],4 7] [4] [7,0,1 +350613,350613,12,coords,c1_set_union,26,['<'],3 4] [3] [4,0,1 +350613,350613,12,coords,c1_set_union,27,['>'],0],1,1 +350613,350613,12,coords,c1_set_union,28,['$'],1 3] [7] [5,0,1 +350613,350613,12,coords,c1_set_union,29,['$'],3 7] [3] [7,1,1 +350613,350613,12,coords,c1_set_union,30,['&'],9],1,1 +350613,350613,12,coords,c1_set_union,31,['!'],8 16] [8] [16,0,1 +350613,350613,12,coords,c1_set_union,32,['&'],4 1] [4] [1,0,1 +350613,350613,12,coords,c1_set_union,33,['('],7,1,1 +350613,350613,12,coords,c1_set_union,34,['!'],2],1,1 +350613,350613,12,coords,c1_set_union,35,['&'],2 0],1,1 +350613,350613,12,coords,c1_set_union,36,['~'],3],1,1 +350613,350613,12,coords,c1_set_union,37,['('],8 1] [8] [1,0,1 +350613,350613,12,coords,c1_set_union,38,['$'],4],1,1 +350613,350613,12,coords,c1_set_union,39,['('],5],1,1 +350613,350613,12,coords,c1_set_union,40,['>'],1 3] [1] [3,1,1 +350613,350613,12,coords,c1_set_union,41,[':'],1 7],1,1 +350613,350613,12,coords,c1_set_union,42,['&'],9 5] [9] [5,0,1 +350613,350613,12,coords,c1_set_union,43,['$'],4],1,1 +350613,350613,12,coords,c1_set_union,44,['!'],7,0,1 +350613,350613,12,coords,c1_set_union,45,['$'],7 4] [7] [4,1,1 +350613,350613,12,coords,c1_set_union,46,['*'],5 4],1,1 +350613,350613,12,coords,c1_set_union,47,['>'],6 4],0,1 +350613,350613,12,coords,c1_set_union,48,['~'],3,0,1 +350613,350613,12,coords,c1_set_union,49,['>'],9],1,1 +350613,350613,12,coords,c2_set_union,0,['$'],0] [0 4 0 ,0,1 +350613,350613,12,coords,c2_set_union,1,[':'],5 2],1,1 +350613,350613,12,coords,c2_set_union,2,['&'],0] [6 2 0 ,0,1 +350613,350613,12,coords,c2_set_union,3,['*'],5 3],0,1 +350613,350613,12,coords,c2_set_union,4,['!'],5 9],0,1 +350613,350613,12,coords,c2_set_union,5,['&'],2 0],0,1 +350613,350613,12,coords,c2_set_union,6,[':'],7] [7 5] [5,1,1 +350613,350613,12,coords,c2_set_union,7,['>'],7],1,1 +350613,350613,12,coords,c2_set_union,8,['>'],7 2],1,1 +350613,350613,12,coords,c2_set_union,9,['('],1 6 4],0,1 +350613,350613,12,coords,c2_set_union,10,['*'],6 9 8],0,1 +350613,350613,12,coords,c2_set_union,11,['%'],1 4],0,1 +350613,350613,12,coords,c2_set_union,12,['$'],3 5 7],0,1 +350613,350613,12,coords,c2_set_union,13,[':'],2 7 6],0,1 +350613,350613,12,coords,c2_set_union,14,['%'],4] [4 5 9 ,0,1 +350613,350613,12,coords,c2_set_union,15,['%'],1 6],0,1 +350613,350613,12,coords,c2_set_union,16,['>'],6] [6 1 4 ,0,1 +350613,350613,12,coords,c2_set_union,17,['$'],2],1,1 +350613,350613,12,coords,c2_set_union,18,['$'],4 0 8],0,1 +350613,350613,12,coords,c2_set_union,19,[':'],8 4],0,1 +350613,350613,12,coords,c2_set_union,20,['>'],8 1],0,1 +350613,350613,12,coords,c2_set_union,21,[':'],2] [2 8] [8,1,1 +350613,350613,12,coords,c2_set_union,22,['&'],5],1,1 +350613,350613,12,coords,c2_set_union,23,[':'],2],1,1 +350613,350613,12,coords,c2_set_union,24,['<'],7 4 7],0,1 +350613,350613,12,coords,c2_set_union,25,['&'],0 7],0,1 +350613,350613,12,coords,c2_set_union,26,['>'],6] [6 1] [1,1,1 +350613,350613,12,coords,c2_set_union,27,['*'],3 1 9],0,1 +350613,350613,12,coords,c2_set_union,28,['<'],5 9 6],0,1 +350613,350613,12,coords,c2_set_union,29,[':'],5 7 8],0,1 +350613,350613,12,coords,c2_set_union,30,['!'],2] [9 2 1 ,0,1 +350613,350613,12,coords,c2_set_union,31,['*'],4] [4 6 0 ,0,1 +350613,350613,12,coords,c2_set_union,32,['*'],None,0,1 +350613,350613,12,coords,c2_set_union,33,['&'],3 9],1,1 +350613,350613,12,coords,c2_set_union,34,[':'],8] [8 7] [7,1,1 +350613,350613,12,coords,c2_set_union,35,['>'],5 1 3 2],0,1 +350613,350613,12,coords,c2_set_union,36,['<'],5 7 0] [5 ,0,1 +350613,350613,12,coords,c2_set_union,37,['*'],7 8 0],0,1 +350613,350613,12,coords,c2_set_union,38,['*'],9 0] [9 0 ,0,1 +350613,350613,12,coords,c2_set_union,39,['!'],0] [0 5 7 ,0,1 +350613,350613,12,coords,c2_set_union,40,['<'],1 7],0,1 +350613,350613,12,coords,c2_set_union,41,['>'],0 9 6],0,1 +350613,350613,12,coords,c2_set_union,42,['&'],0 8 9],0,1 +350613,350613,12,coords,c2_set_union,43,['~'],3],1,1 +350613,350613,12,coords,c2_set_union,44,['&'],5 7 8],0,1 +350613,350613,12,coords,c2_set_union,45,['~'],8],1,1 +350613,350613,12,coords,c2_set_union,46,['<'],1 0 8],0,1 +350613,350613,12,coords,c2_set_union,47,['*'],3 7],1,1 +350613,350613,12,coords,c2_set_union,48,['<'],7 5],1,1 +350613,350613,12,coords,c2_set_union,49,['!'],0 3 2 1],0,1 +350613,350613,12,coords,AND,0,['('],0 9 7],1,1 +350613,350613,12,coords,AND,1,['&'],4],0,1 +350613,350613,12,coords,AND,2,['<'],7,0,1 +350613,350613,12,coords,AND,3,['<'],5] [9] [1],0,1 +350613,350613,12,coords,AND,4,['*'],5 0],0,1 +350613,350613,12,coords,AND,5,['%'],5] [1] [1],0,1 +350613,350613,12,coords,AND,6,['%'],None,0,1 +350613,350613,12,coords,AND,7,['$'],5] [4] [2],0,1 +350613,350613,12,coords,AND,8,['>'],7 2 0] [7 ,0,1 +350613,350613,12,coords,AND,9,['~'],5 1],1,1 +350613,350613,12,coords,AND,10,[':'],0,0,1 +350613,350613,12,coords,AND,11,['*'],8],1,1 +350613,350613,12,coords,AND,12,['*'],8 4 0],1,1 +350613,350613,12,coords,AND,13,['<'],7 9 1],0,1 +350613,350613,12,coords,AND,14,['$'],8 2],1,1 +350613,350613,12,coords,AND,15,['%'],3],0,1 +350613,350613,12,coords,AND,16,[':'],1 4],1,1 +350613,350613,12,coords,AND,17,['>'],5 6 1],1,1 +350613,350613,12,coords,AND,18,['('],6 1],1,1 +350613,350613,12,coords,AND,19,['>'],8],1,1 +350613,350613,12,coords,AND,20,[':'],7] [2] [9],0,1 +350613,350613,12,coords,AND,21,['%'],5 2 0],1,1 +350613,350613,12,coords,AND,22,['>'],6] [1] [1],0,1 +350613,350613,12,coords,AND,23,['*'],4] [0] [6],0,1 +350613,350613,12,coords,AND,24,['&'],2 1],1,1 +350613,350613,12,coords,AND,25,['~'],1 4],1,1 +350613,350613,12,coords,AND,26,['('],6 5 0],1,1 +350613,350613,12,coords,AND,27,['<'],6 7],1,1 +350613,350613,12,coords,AND,28,['&'],0] [3] [4],0,1 +350613,350613,12,coords,AND,29,['&'],5],1,1 +350613,350613,12,coords,AND,30,[':'],5],0,1 +350613,350613,12,coords,AND,31,['>'],9],1,1 +350613,350613,12,coords,AND,32,['~'],1,0,1 +350613,350613,12,coords,AND,33,['*'],7],1,1 +350613,350613,12,coords,AND,34,['&'],None,0,1 +350613,350613,12,coords,AND,35,['$'],0 3 5],1,1 +350613,350613,12,coords,AND,36,['&'],4],0,1 +350613,350613,12,coords,AND,37,['&'],5 8],1,1 +350613,350613,12,coords,AND,38,['$'],7],0,1 +350613,350613,12,coords,AND,39,['*'],4 8 6],1,1 +350613,350613,12,coords,AND,40,['&'],3 4],1,1 +350613,350613,12,coords,AND,41,['<'],8 2],1,1 +350613,350613,12,coords,AND,42,['%'],7] [6] [5],0,1 +350613,350613,12,coords,AND,43,['<'],4 0 3],1,1 +350613,350613,12,coords,AND,44,['&'],9] [1] [6],0,1 +350613,350613,12,coords,AND,45,['*'],6] [1] [0],0,1 +350613,350613,12,coords,AND,46,['*'],2],0,1 +350613,350613,12,coords,AND,47,['!'],6],1,1 +350613,350613,12,coords,AND,48,['%'],4 1 3],1,1 +350613,350613,12,coords,AND,49,['('],0 4],1,1 +350613,350613,12,coords,XOR,0,"['(', '!']",3 0],0,1 +350613,350613,12,coords,XOR,1,"['$', ':']",2 8],0,1 +350613,350613,12,coords,XOR,2,"['!', '(']",7 8],0,1 +350613,350613,12,coords,XOR,3,"['$', ':']",3 1],0,1 +350613,350613,12,coords,XOR,4,"['$', '!']",3 1],0,1 +350613,350613,12,coords,XOR,5,"['$', '>']",5 8],1,1 +350613,350613,12,coords,XOR,6,"['!', '*']",0 8],0,1 +350613,350613,12,coords,XOR,7,"['>', '!']",7 6] [5 7],0,1 +350613,350613,12,coords,XOR,8,"['%', '$']",3 5],0,1 +350613,350613,12,coords,XOR,9,"['(', '*']",3 1],0,1 +350613,350613,12,coords,XOR,10,"['<', ':']",0 7],1,1 +350613,350613,12,coords,XOR,11,"['%', '*']",1 9],0,1 +350613,350613,12,coords,XOR,12,"['!', '~']",8 9] [7 9],0,1 +350613,350613,12,coords,XOR,13,"['~', ':']",None,0,1 +350613,350613,12,coords,XOR,14,"['~', '>']",15 5],0,1 +350613,350613,12,coords,XOR,15,"[':', '%']",8 4],0,1 +350613,350613,12,coords,XOR,16,"[':', '(']",3 0],0,1 +350613,350613,12,coords,XOR,17,"['(', '%']",8 2],0,1 +350613,350613,12,coords,XOR,18,"['&', '%']",None,0,1 +350613,350613,12,coords,XOR,19,"['>', '(']",5 2] [8 5],0,1 +350613,350613,12,coords,XOR,20,"['%', '<']",7 0] [4 7],0,1 +350613,350613,12,coords,XOR,21,"['!', '(']",4 0],1,1 +350613,350613,12,coords,XOR,22,"['~', '$']",8 5],0,1 +350613,350613,12,coords,XOR,23,"['%', '&']",9 5],1,1 +350613,350613,12,coords,XOR,24,"['>', '%']",5 1],0,1 +350613,350613,12,coords,XOR,25,"['*', '<']",2 7],0,1 +350613,350613,12,coords,XOR,26,"['<', '$']",0 4],0,1 +350613,350613,12,coords,XOR,27,"['&', '>']",7 1],0,1 +350613,350613,12,coords,XOR,28,"['$', '%']",None,0,1 +350613,350613,12,coords,XOR,29,"['&', '<']",1 6],0,1 +350613,350613,12,coords,XOR,30,"['~', '*']",7 0],1,1 +350613,350613,12,coords,XOR,31,"['(', '$']",2 9],0,1 +350613,350613,12,coords,XOR,32,"['~', '$']",None,0,1 +350613,350613,12,coords,XOR,33,"['(', ':']",2 1] [1 0],0,1 +350613,350613,12,coords,XOR,34,"['*', '<']",4 3],1,1 +350613,350613,12,coords,XOR,35,"[':', '~']",8 6] [5 8],0,1 +350613,350613,12,coords,XOR,36,"['*', '>']",7 4],0,1 +350613,350613,12,coords,XOR,37,"[':', '!']",2 7],0,1 +350613,350613,12,coords,XOR,38,"['&', '(']",7 2],0,1 +350613,350613,12,coords,XOR,39,"['(', '~']",6 7],0,1 +350613,350613,12,coords,XOR,40,"['*', ':']",0 1],0,1 +350613,350613,12,coords,XOR,41,"['<', '!']",5 0],0,1 +350613,350613,12,coords,XOR,42,"['>', '%']",4 2],0,1 +350613,350613,12,coords,XOR,43,"['~', '&']",6 1],0,1 +350613,350613,12,coords,XOR,44,"['$', '%']",2 1],0,1 +350613,350613,12,coords,XOR,45,"['&', '!']",7 1],0,1 +350613,350613,12,coords,XOR,46,"[':', '%']",1 8] [8 1],0,1 +350613,350613,12,coords,XOR,47,"['%', ':']",3 4],0,1 +350613,350613,12,coords,XOR,48,"['~', '&']",6 2],0,1 +350613,350613,12,coords,XOR,49,"['<', '%']",2 9],0,1 +350613,350613,12,coords,c3_set_union_permuted,0,"['*', '~', '<', '!']",0] [8] [8 0,1,1 +350613,350613,12,coords,c3_set_union_permuted,1,"['&', '~', '>', '<']",7 1],0,1 +350613,350613,12,coords,c3_set_union_permuted,2,"['*', '&', '(', '~']",4 0 6] [7 ,0,1 +350613,350613,12,coords,c3_set_union_permuted,3,"['~', '%', '&', '!']",3 4],1,1 +350613,350613,12,coords,c3_set_union_permuted,4,"['(', '!', '&', '>']",9 7],1,1 +350613,350613,12,coords,c3_set_union_permuted,5,"['>', '<', ':', '(']",None,0,1 +350613,350613,12,coords,c3_set_union_permuted,6,"['(', '%', ':', '&']",4 0],0,1 +350613,350613,12,coords,c3_set_union_permuted,7,"['*', ':', '(', '&']",5 7],1,1 +350613,350613,12,coords,c3_set_union_permuted,8,"['!', '%', '>', '~']",1],0,1 +350613,350613,12,coords,c3_set_union_permuted,9,"['~', '$', '*', '(']",8 1] [0 9],0,1 +350613,350613,12,coords,c3_set_union_permuted,10,"['~', '<', '$', ':']",5 9],0,1 +350613,350613,12,coords,c3_set_union_permuted,11,"['(', '>', '*', '%']",3 0],0,1 +350613,350613,12,coords,c3_set_union_permuted,12,"['>', '&', '<', '!']",8 5 0],0,1 +350613,350613,12,coords,c3_set_union_permuted,13,"['%', '*', '!', '(']",9],0,1 +350613,350613,12,coords,c3_set_union_permuted,14,"['&', '%', '~', '$']",3 1 8],0,1 +350613,350613,12,coords,c3_set_union_permuted,15,"['>', '%', '~', '&']",8] [4] [9 8,1,1 +350613,350613,12,coords,c3_set_union_permuted,16,"['<', '>', '*', '%']",3 6],1,1 +350613,350613,12,coords,c3_set_union_permuted,17,"['(', '*', '~', ':']",7 0],1,1 +350613,350613,12,coords,c3_set_union_permuted,18,"[':', '(', '$', '>']",3 1 9] [5 ,0,1 +350613,350613,12,coords,c3_set_union_permuted,19,"[':', '$', '%', '~']",7 6],0,1 +350613,350613,12,coords,c3_set_union_permuted,20,"['!', ':', '&', '(']", ] [4] [4 8],0,1 +350613,350613,12,coords,c3_set_union_permuted,21,"['>', '$', '!', '%']",7 2 5 3],1,1 +350613,350613,12,coords,c3_set_union_permuted,22,"['%', '<', ':', '>']",0 2 9] [8 ,0,1 +350613,350613,12,coords,c3_set_union_permuted,23,"['>', '&', '$', '!']",1 7 6],0,1 +350613,350613,12,coords,c3_set_union_permuted,24,"['&', '$', '!', '(']",8 4] [9 2],0,1 +350613,350613,12,coords,c3_set_union_permuted,25,"['>', ':', '(', '~']",6],0,1 +350613,350613,12,coords,c3_set_union_permuted,26,"['*', '!', '%', '$']",1 0],0,1 +350613,350613,12,coords,c3_set_union_permuted,27,"['(', '!', '%', '~']",1] [7] [1 7,1,1 +350613,350613,12,coords,c3_set_union_permuted,28,"['<', '!', '>', '(']",8 1 4] [3 ,0,1 +350613,350613,12,coords,c3_set_union_permuted,29,"['*', '&', '(', '!']",None,0,1 +350613,350613,12,coords,c3_set_union_permuted,30,"['<', ':', '*', '(']",None,0,1 +350613,350613,12,coords,c3_set_union_permuted,31,"['<', '~', '$', '!']",3 1 0] [8 ,0,1 +350613,350613,12,coords,c3_set_union_permuted,32,"['<', '>', '!', '$']",0 1 2 6],0,1 +350613,350613,12,coords,c3_set_union_permuted,33,"['>', ':', '!', '&']",2 7],1,1 +350613,350613,12,coords,c3_set_union_permuted,34,"['%', '*', '&', ':']",2],1,1 +350613,350613,12,coords,c3_set_union_permuted,35,"['&', '!', '%', '>']",5 1],1,1 +350613,350613,12,coords,c3_set_union_permuted,36,"['~', '$', '<', '>']",2],0,1 +350613,350613,12,coords,c3_set_union_permuted,37,"['~', '<', '(', '!']",0 6 2 5],1,1 +350613,350613,12,coords,c3_set_union_permuted,38,"[':', '<', '~', '!']",8 6],1,1 +350613,350613,12,coords,c3_set_union_permuted,39,"[':', '$', '%', '&']",6],1,1 +350613,350613,12,coords,c3_set_union_permuted,40,"['!', '%', '$', '~']",0],0,1 +350613,350613,12,coords,c3_set_union_permuted,41,"['%', '!', '<', ':']",0 1 4] [9 ,0,1 +350613,350613,12,coords,c3_set_union_permuted,42,"['~', '!', '>', '$']",2 3 0] [4 ,0,1 +350613,350613,12,coords,c3_set_union_permuted,43,"['~', ':', '!', '$']",None,0,1 +350613,350613,12,coords,c3_set_union_permuted,44,"['>', '*', '<', '$']",0],0,1 +350613,350613,12,coords,c3_set_union_permuted,45,"['<', '!', '(', '&']",0 2 4 5],1,1 +350613,350613,12,coords,c3_set_union_permuted,46,"['%', '(', '~', '>']",1],0,1 +350613,350613,12,coords,c3_set_union_permuted,47,"[':', '!', '%', '>']",9 1 1 9],0,1 +350613,350613,12,coords,c3_set_union_permuted,48,"[':', '&', '!', '~']",5 1],1,1 +350613,350613,12,coords,c3_set_union_permuted,49,"['*', '&', '%', '>']",8],1,1 +350613,350613,12,coords,c2_set_union_permuted,0,['<'],0 2],1,1 +350613,350613,12,coords,c2_set_union_permuted,1,['<'],2],1,1 +350613,350613,12,coords,c2_set_union_permuted,2,['$'],7 8] [8 1 ,0,1 +350613,350613,12,coords,c2_set_union_permuted,3,[':'],4 0] [0 4 ,0,1 +350613,350613,12,coords,c2_set_union_permuted,4,[':'],2 4] [4 0 ,0,1 +350613,350613,12,coords,c2_set_union_permuted,5,['~'],3 9],0,1 +350613,350613,12,coords,c2_set_union_permuted,6,['>'],2 9],0,1 +350613,350613,12,coords,c2_set_union_permuted,7,['!'],3 1] [3 8 ,0,1 +350613,350613,12,coords,c2_set_union_permuted,8,[':'],1 0 0],0,1 +350613,350613,12,coords,c2_set_union_permuted,9,['('],0 3 7 2],0,1 +350613,350613,12,coords,c2_set_union_permuted,10,['('],4],0,1 +350613,350613,12,coords,c2_set_union_permuted,11,['%'],4 6 7 5],0,1 +350613,350613,12,coords,c2_set_union_permuted,12,['>'],2 9 5],0,1 +350613,350613,12,coords,c2_set_union_permuted,13,['<'],2] [3 2] [3,0,1 +350613,350613,12,coords,c2_set_union_permuted,14,['!'],4] [4 0 8 ,0,1 +350613,350613,12,coords,c2_set_union_permuted,15,['!'],None,0,1 +350613,350613,12,coords,c2_set_union_permuted,16,['!'],8],1,1 +350613,350613,12,coords,c2_set_union_permuted,17,['&'],8 3],0,1 +350613,350613,12,coords,c2_set_union_permuted,18,['<'],0 3 5],0,1 +350613,350613,12,coords,c2_set_union_permuted,19,['*'],8 16],0,1 +350613,350613,12,coords,c2_set_union_permuted,20,['<'],1 2],0,1 +350613,350613,12,coords,c2_set_union_permuted,21,[':'],3],1,1 +350613,350613,12,coords,c2_set_union_permuted,22,['$'],4 6] [6 4 ,0,1 +350613,350613,12,coords,c2_set_union_permuted,23,['<'],8 3],0,1 +350613,350613,12,coords,c2_set_union_permuted,24,['!'],5 9],0,1 +350613,350613,12,coords,c2_set_union_permuted,25,['%'],4 1],0,1 +350613,350613,12,coords,c2_set_union_permuted,26,[':'],0] [1 0] [1,0,1 +350613,350613,12,coords,c2_set_union_permuted,27,['<'],1] [4 1] [4,0,1 +350613,350613,12,coords,c2_set_union_permuted,28,['%'],2 6],0,1 +350613,350613,12,coords,c2_set_union_permuted,29,['~'],4 1],0,1 +350613,350613,12,coords,c2_set_union_permuted,30,['~'],2 3],0,1 +350613,350613,12,coords,c2_set_union_permuted,31,['%'],0 3],1,1 +350613,350613,12,coords,c2_set_union_permuted,32,[':'],5 7 9 5],0,1 +350613,350613,12,coords,c2_set_union_permuted,33,['('],1 0 3 1],0,1 +350613,350613,12,coords,c2_set_union_permuted,34,[':'],8],1,1 +350613,350613,12,coords,c2_set_union_permuted,35,['('],4 1 2],0,1 +350613,350613,12,coords,c2_set_union_permuted,36,['<'],3 5 8],0,1 +350613,350613,12,coords,c2_set_union_permuted,37,['!'],2 8],1,1 +350613,350613,12,coords,c2_set_union_permuted,38,['$'], ] [2 6 3 ,0,1 +350613,350613,12,coords,c2_set_union_permuted,39,['$'],4 3 2 1],0,1 +350613,350613,12,coords,c2_set_union_permuted,40,['&'],0 2] [2 0 ,0,1 +350613,350613,12,coords,c2_set_union_permuted,41,['('],4 6] [3 4 ,0,1 +350613,350613,12,coords,c2_set_union_permuted,42,['~'],1 7],0,1 +350613,350613,12,coords,c2_set_union_permuted,43,['&'],0 7],0,1 +350613,350613,12,coords,c2_set_union_permuted,44,['<'],4 2 0],0,1 +350613,350613,12,coords,c2_set_union_permuted,45,['!'],None,0,1 +350613,350613,12,coords,c2_set_union_permuted,46,['$'],0 6 1],0,1 +350613,350613,12,coords,c2_set_union_permuted,47,['('],8 5],0,1 +350613,350613,12,coords,c2_set_union_permuted,48,[':'],8 6],0,1 +350613,350613,12,coords,c2_set_union_permuted,49,['('],3 1],0,1 +350613,350613,12,coords,c1_set_union_permuted,0,['%'],2 4] [2] [4,0,1 +350613,350613,12,coords,c1_set_union_permuted,1,['('],9 0],0,1 +350613,350613,12,coords,c1_set_union_permuted,2,['*'],4,1,1 +350613,350613,12,coords,c1_set_union_permuted,3,['!'],3,1,1 +350613,350613,12,coords,c1_set_union_permuted,4,['&'],3 4],0,1 +350613,350613,12,coords,c1_set_union_permuted,5,['*'],6 8] [6 8],0,1 +350613,350613,12,coords,c1_set_union_permuted,6,['!'],9 8] [8 9],0,1 +350613,350613,12,coords,c1_set_union_permuted,7,['~'],5 2],1,1 +350613,350613,12,coords,c1_set_union_permuted,8,['!'],2 4],0,1 +350613,350613,12,coords,c1_set_union_permuted,9,['$'],1 0 5 9],0,1 +350613,350613,12,coords,c1_set_union_permuted,10,['~'],6,1,1 +350613,350613,12,coords,c1_set_union_permuted,11,[':'],5 9 8] [8 ,0,1 +350613,350613,12,coords,c1_set_union_permuted,12,['!'],4,1,1 +350613,350613,12,coords,c1_set_union_permuted,13,[':'],6 3] [6] [3,0,1 +350613,350613,12,coords,c1_set_union_permuted,14,['<'],6 8] [8] [6,0,1 +350613,350613,12,coords,c1_set_union_permuted,15,['*'],1 3 7],0,1 +350613,350613,12,coords,c1_set_union_permuted,16,['%'],7 2],0,1 +350613,350613,12,coords,c1_set_union_permuted,17,['!'],5 3] [3] [3,0,1 +350613,350613,12,coords,c1_set_union_permuted,18,['('],1 4 9] [9 ,0,1 +350613,350613,12,coords,c1_set_union_permuted,19,['$'],1 5],0,1 +350613,350613,12,coords,c1_set_union_permuted,20,['&'],8 7],0,1 +350613,350613,12,coords,c1_set_union_permuted,21,['!'],1],1,1 +350613,350613,12,coords,c1_set_union_permuted,22,[':'],7 1 3 0] [,0,1 +350613,350613,12,coords,c1_set_union_permuted,23,['~'],4 1],0,1 +350613,350613,12,coords,c1_set_union_permuted,24,['>'],1 0],0,1 +350613,350613,12,coords,c1_set_union_permuted,25,['!'],8 2 6],0,1 +350613,350613,12,coords,c1_set_union_permuted,26,['$'],4,1,1 +350613,350613,12,coords,c1_set_union_permuted,27,['$'],8 0 2],0,1 +350613,350613,12,coords,c1_set_union_permuted,28,['&'],0 2] [2 0],0,1 +350613,350613,12,coords,c1_set_union_permuted,29,['~'],4 3 7],0,1 +350613,350613,12,coords,c1_set_union_permuted,30,['~'],1 9],0,1 +350613,350613,12,coords,c1_set_union_permuted,31,['('],7],1,1 +350613,350613,12,coords,c1_set_union_permuted,32,['('],7 4] [5] [4,1,1 +350613,350613,12,coords,c1_set_union_permuted,33,['('],4 9] [9] [4,0,1 +350613,350613,12,coords,c1_set_union_permuted,34,['$'],2],1,1 +350613,350613,12,coords,c1_set_union_permuted,35,['*'],1 4] [1 7],0,1 +350613,350613,12,coords,c1_set_union_permuted,36,['<'],5],1,1 +350613,350613,12,coords,c1_set_union_permuted,37,['%'],1,1,1 +350613,350613,12,coords,c1_set_union_permuted,38,['%'],8],1,1 +350613,350613,12,coords,c1_set_union_permuted,39,['!'],1],1,1 +350613,350613,12,coords,c1_set_union_permuted,40,[':'],9 3 6] [3 ,0,1 +350613,350613,12,coords,c1_set_union_permuted,41,['%'],0 7],0,1 +350613,350613,12,coords,c1_set_union_permuted,42,['('],0 8],0,1 +350613,350613,12,coords,c1_set_union_permuted,43,['!'],0 3],0,1 +350613,350613,12,coords,c1_set_union_permuted,44,['>'],9,1,1 +350613,350613,12,coords,c1_set_union_permuted,45,['>'],6 2],0,1 +350613,350613,12,coords,c1_set_union_permuted,46,['*'],7,0,1 +350613,350613,12,coords,c1_set_union_permuted,47,['<'],1 8],0,1 +350613,350613,12,coords,c1_set_union_permuted,48,['%'],5 2 1],0,1 +350613,350613,12,coords,c1_set_union_permuted,49,[':'],2 1] [2] [1,0,1 +350613,350613,12,coords,XOR_permuted,0,"['(', '%']",0 7],0,1 +350613,350613,12,coords,XOR_permuted,1,"[':', '(']",4 3],1,1 +350613,350613,12,coords,XOR_permuted,2,"['&', '>']",1 3],0,1 +350613,350613,12,coords,XOR_permuted,3,"['~', '%']",6 5],0,1 +350613,350613,12,coords,XOR_permuted,4,"['!', '~']",0 9],0,1 +350613,350613,12,coords,XOR_permuted,5,"['<', '~']",1 2],0,1 +350613,350613,12,coords,XOR_permuted,6,"['!', '$']",7 0] [8 4],0,1 +350613,350613,12,coords,XOR_permuted,7,"['%', ':']",1 5],0,1 +350613,350613,12,coords,XOR_permuted,8,"['&', '(']",6 7],0,1 +350613,350613,12,coords,XOR_permuted,9,"[':', '!']",None,0,1 +350613,350613,12,coords,XOR_permuted,10,"['$', '~']",2 0],0,1 +350613,350613,12,coords,XOR_permuted,11,"['%', '>']",1 5],0,1 +350613,350613,12,coords,XOR_permuted,12,"['%', '$']",8 0],1,1 +350613,350613,12,coords,XOR_permuted,13,"['!', '~']",1 2],0,1 +350613,350613,12,coords,XOR_permuted,14,"['&', '!']",5 8],0,1 +350613,350613,12,coords,XOR_permuted,15,"['%', '>']",7 2],0,1 +350613,350613,12,coords,XOR_permuted,16,"['>', ':']",3 3],0,1 +350613,350613,12,coords,XOR_permuted,17,"['~', '*']",9 7],0,1 +350613,350613,12,coords,XOR_permuted,18,"['>', ':']",6 8],0,1 +350613,350613,12,coords,XOR_permuted,19,"['%', '$']",4 5],0,1 +350613,350613,12,coords,XOR_permuted,20,"['%', '*']",8 1],0,1 +350613,350613,12,coords,XOR_permuted,21,"['~', '<']",4 9] [1 8],0,1 +350613,350613,12,coords,XOR_permuted,22,"['%', '!']",5 5],0,1 +350613,350613,12,coords,XOR_permuted,23,"['%', '$']",None,0,1 +350613,350613,12,coords,XOR_permuted,24,"[':', '%']",8 2],0,1 +350613,350613,12,coords,XOR_permuted,25,"['*', ':']",7 8] [8 4],0,1 +350613,350613,12,coords,XOR_permuted,26,"['!', '$']",2 8],0,1 +350613,350613,12,coords,XOR_permuted,27,"['*', '$']",3 5],0,1 +350613,350613,12,coords,XOR_permuted,28,"['!', '>']",2 9],1,1 +350613,350613,12,coords,XOR_permuted,29,"['$', '%']",None,0,1 +350613,350613,12,coords,XOR_permuted,30,"['*', '<']",3 8],0,1 +350613,350613,12,coords,XOR_permuted,31,"['*', '~']",4 1],0,1 +350613,350613,12,coords,XOR_permuted,32,"['%', '*']",7 9],1,1 +350613,350613,12,coords,XOR_permuted,33,"['<', '>']",7 0],0,1 +350613,350613,12,coords,XOR_permuted,34,"['!', '<']",2 2],0,1 +350613,350613,12,coords,XOR_permuted,35,"['~', '%']",2 5],1,1 +350613,350613,12,coords,XOR_permuted,36,"['~', '%']",5 3] [3 5],1,1 +350613,350613,12,coords,XOR_permuted,37,"['(', '<']",2 9] [16 2],0,1 +350613,350613,12,coords,XOR_permuted,38,"[':', '$']",6 8],0,1 +350613,350613,12,coords,XOR_permuted,39,"['~', '>']",5 7],1,1 +350613,350613,12,coords,XOR_permuted,40,"['$', '!']",3 7],1,1 +350613,350613,12,coords,XOR_permuted,41,"['>', '~']",9 1],0,1 +350613,350613,12,coords,XOR_permuted,42,"[':', '$']",0 8],0,1 +350613,350613,12,coords,XOR_permuted,43,"['>', '%']",8 1] [7 1],1,1 +350613,350613,12,coords,XOR_permuted,44,"['*', '&']",9 4],0,1 +350613,350613,12,coords,XOR_permuted,45,"['!', '<']",1 5],0,1 +350613,350613,12,coords,XOR_permuted,46,"['*', '%']",1 6],1,1 +350613,350613,12,coords,XOR_permuted,47,"['*', '%']",4 2],1,1 +350613,350613,12,coords,XOR_permuted,48,"['%', '&']",7 6] [6 7],0,1 +350613,350613,12,coords,XOR_permuted,49,"['<', '&']",7 4],1,1 +350613,350613,12,num,row_constant,0,[3],3],1,1 +350613,350613,12,num,row_constant,1,[4],4],1,1 +350613,350613,12,num,row_constant,2,[7],7],1,1 +350613,350613,12,num,row_constant,3,[3],3],1,1 +350613,350613,12,num,row_constant,4,[6],6],1,1 +350613,350613,12,num,row_constant,5,[7],7],1,1 +350613,350613,12,num,row_constant,6,[5],5],1,1 +350613,350613,12,num,row_constant,7,[9],9],1,1 +350613,350613,12,num,row_constant,8,[4],4],1,1 +350613,350613,12,num,row_constant,9,[4],4],1,1 +350613,350613,12,num,row_constant,10,[8],8],1,1 +350613,350613,12,num,row_constant,11,[9],9],1,1 +350613,350613,12,num,row_constant,12,[0],0],1,1 +350613,350613,12,num,row_constant,13,[0],0],1,1 +350613,350613,12,num,row_constant,14,[1],1],1,1 +350613,350613,12,num,row_constant,15,[4],4],1,1 +350613,350613,12,num,row_constant,16,[3],3],1,1 +350613,350613,12,num,row_constant,17,[7],7],1,1 +350613,350613,12,num,row_constant,18,[0],0],1,1 +350613,350613,12,num,row_constant,19,[5],5],1,1 +350613,350613,12,num,row_constant,20,[0],0],1,1 +350613,350613,12,num,row_constant,21,[3],3],1,1 +350613,350613,12,num,row_constant,22,[7],7],1,1 +350613,350613,12,num,row_constant,23,[9],9],1,1 +350613,350613,12,num,row_constant,24,[7],7],1,1 +350613,350613,12,num,row_constant,25,[4],4],1,1 +350613,350613,12,num,row_constant,26,[5],5],1,1 +350613,350613,12,num,row_constant,27,[9],9],1,1 +350613,350613,12,num,row_constant,28,[6],6],1,1 +350613,350613,12,num,row_constant,29,[7],7],1,1 +350613,350613,12,num,row_constant,30,[6],6],1,1 +350613,350613,12,num,row_constant,31,[4],4],1,1 +350613,350613,12,num,row_constant,32,[2],2],1,1 +350613,350613,12,num,row_constant,33,[4],4],1,1 +350613,350613,12,num,row_constant,34,[6],6],1,1 +350613,350613,12,num,row_constant,35,[7],7],1,1 +350613,350613,12,num,row_constant,36,[4],4],1,1 +350613,350613,12,num,row_constant,37,[3],3],1,1 +350613,350613,12,num,row_constant,38,[0],0],1,1 +350613,350613,12,num,row_constant,39,[9],9],1,1 +350613,350613,12,num,row_constant,40,[0],0],1,1 +350613,350613,12,num,row_constant,41,[6],6],1,1 +350613,350613,12,num,row_constant,42,[1],1],1,1 +350613,350613,12,num,row_constant,43,[4],4],1,1 +350613,350613,12,num,row_constant,44,[5],5],1,1 +350613,350613,12,num,row_constant,45,[3],3],1,1 +350613,350613,12,num,row_constant,46,[2],2],1,1 +350613,350613,12,num,row_constant,47,[8],8],1,1 +350613,350613,12,num,row_constant,48,[8],8],1,1 +350613,350613,12,num,row_constant,49,[7],7],1,1 +350613,350613,12,num,row_constant,50,[1],1],1,1 +350613,350613,12,num,row_constant,51,[4],4],1,1 +350613,350613,12,num,row_constant,52,[7],7],1,1 +350613,350613,12,num,row_constant,53,[7],7],1,1 +350613,350613,12,num,row_constant,54,[9],9],1,1 +350613,350613,12,num,row_constant,55,[0],0],1,1 +350613,350613,12,num,row_constant,56,[7],7],1,1 +350613,350613,12,num,row_constant,57,[0],0],1,1 +350613,350613,12,num,row_constant,58,[3],3],1,1 +350613,350613,12,num,row_constant,59,[5],5],1,1 +350613,350613,12,num,row_constant,60,[1],1],1,1 +350613,350613,12,num,row_constant,61,[3],3],1,1 +350613,350613,12,num,row_constant,62,[3],3],1,1 +350613,350613,12,num,row_constant,63,[3],3],1,1 +350613,350613,12,num,row_constant,64,[1],1],1,1 +350613,350613,12,num,row_constant,65,[4],4,1,1 +350613,350613,12,num,row_constant,66,[8],8],1,1 +350613,350613,12,num,row_constant,67,[5],5],1,1 +350613,350613,12,num,row_constant,68,[4],4],1,1 +350613,350613,12,num,row_constant,69,[4],4],1,1 +350613,350613,12,num,row_constant,70,[4],4],1,1 +350613,350613,12,num,row_constant,71,[7],7],1,1 +350613,350613,12,num,row_constant,72,[1],1],1,1 +350613,350613,12,num,row_constant,73,[6],6,1,1 +350613,350613,12,num,row_constant,74,[5],5],1,1 +350613,350613,12,num,row_constant,75,[0],0],1,1 +350613,350613,12,num,row_constant,76,[7],7],1,1 +350613,350613,12,num,row_constant,77,[7],7],1,1 +350613,350613,12,num,row_constant,78,[4],4],1,1 +350613,350613,12,num,row_constant,79,[2],2],1,1 +350613,350613,12,num,row_constant,80,[3],3],1,1 +350613,350613,12,num,row_constant,81,[2],2],1,1 +350613,350613,12,num,row_constant,82,[9],9],1,1 +350613,350613,12,num,row_constant,83,[8],8],1,1 +350613,350613,12,num,row_constant,84,[5],5],1,1 +350613,350613,12,num,row_constant,85,[2],2],1,1 +350613,350613,12,num,row_constant,86,[4],4],1,1 +350613,350613,12,num,row_constant,87,[7],7],1,1 +350613,350613,12,num,row_constant,88,[0],0],1,1 +350613,350613,12,num,row_constant,89,[3],3],1,1 +350613,350613,12,num,row_constant,90,[7],7],1,1 +350613,350613,12,num,row_constant,91,[7],7],1,1 +350613,350613,12,num,row_constant,92,[1],1],1,1 +350613,350613,12,num,row_constant,93,[7],7],1,1 +350613,350613,12,num,row_constant,94,[2],2],1,1 +350613,350613,12,num,row_constant,95,[6],6],1,1 +350613,350613,12,num,row_constant,96,[6],6],1,1 +350613,350613,12,num,row_constant,97,[2],2],1,1 +350613,350613,12,num,row_constant,98,[8],8],1,1 +350613,350613,12,num,row_constant,99,[6],6],1,1 +350613,350613,12,num,col_constant,0,[6],6,1,1 +350613,350613,12,num,col_constant,1,[9],9],1,1 +350613,350613,12,num,col_constant,2,[9],9,1,1 +350613,350613,12,num,col_constant,3,[8],8,1,1 +350613,350613,12,num,col_constant,4,[7],7],1,1 +350613,350613,12,num,col_constant,5,[8],8,1,1 +350613,350613,12,num,col_constant,6,[3],3,1,1 +350613,350613,12,num,col_constant,7,[5],5,1,1 +350613,350613,12,num,col_constant,8,[4],4,1,1 +350613,350613,12,num,col_constant,9,[4],4,1,1 +350613,350613,12,num,col_constant,10,[5],5,1,1 +350613,350613,12,num,col_constant,11,[8],8,1,1 +350613,350613,12,num,col_constant,12,[0],0],1,1 +350613,350613,12,num,col_constant,13,[1],1],1,1 +350613,350613,12,num,col_constant,14,[3],3,1,1 +350613,350613,12,num,col_constant,15,[6],6,1,1 +350613,350613,12,num,col_constant,16,[7],7,1,1 +350613,350613,12,num,col_constant,17,[5],5,1,1 +350613,350613,12,num,col_constant,18,[4],4,1,1 +350613,350613,12,num,col_constant,19,[2],2,1,1 +350613,350613,12,num,col_constant,20,[6],6],1,1 +350613,350613,12,num,col_constant,21,[6],6,1,1 +350613,350613,12,num,col_constant,22,[9],9],1,1 +350613,350613,12,num,col_constant,23,[0],0],1,1 +350613,350613,12,num,col_constant,24,[5],5],1,1 +350613,350613,12,num,col_constant,25,[2],2,1,1 +350613,350613,12,num,col_constant,26,[9],9],1,1 +350613,350613,12,num,col_constant,27,[6],6],1,1 +350613,350613,12,num,col_constant,28,[9],9],1,1 +350613,350613,12,num,col_constant,29,[3],3],1,1 +350613,350613,12,num,col_constant,30,[6],6,1,1 +350613,350613,12,num,col_constant,31,[8],8,1,1 +350613,350613,12,num,col_constant,32,[4],4],1,1 +350613,350613,12,num,col_constant,33,[0],0,1,1 +350613,350613,12,num,col_constant,34,[3],3,1,1 +350613,350613,12,num,col_constant,35,[3],3,1,1 +350613,350613,12,num,col_constant,36,[5],5,1,1 +350613,350613,12,num,col_constant,37,[2],2,1,1 +350613,350613,12,num,col_constant,38,[2],2],1,1 +350613,350613,12,num,col_constant,39,[3],3],1,1 +350613,350613,12,num,col_constant,40,[2],2,1,1 +350613,350613,12,num,col_constant,41,[3],3,1,1 +350613,350613,12,num,col_constant,42,[3],3,1,1 +350613,350613,12,num,col_constant,43,[0],0,1,1 +350613,350613,12,num,col_constant,44,[6],6],1,1 +350613,350613,12,num,col_constant,45,[5],5,1,1 +350613,350613,12,num,col_constant,46,[7],7,1,1 +350613,350613,12,num,col_constant,47,[0],0],1,1 +350613,350613,12,num,col_constant,48,[8],8],1,1 +350613,350613,12,num,col_constant,49,[5],5,1,1 +350613,350613,12,num,col_constant,50,[7],7,1,1 +350613,350613,12,num,col_constant,51,[7],7],1,1 +350613,350613,12,num,col_constant,52,[8],8,1,1 +350613,350613,12,num,col_constant,53,[2],2,1,1 +350613,350613,12,num,col_constant,54,[0],0,1,1 +350613,350613,12,num,col_constant,55,[0],0,1,1 +350613,350613,12,num,col_constant,56,[6],6],1,1 +350613,350613,12,num,col_constant,57,[6],6,1,1 +350613,350613,12,num,col_constant,58,[0],0],1,1 +350613,350613,12,num,col_constant,59,[2],2,1,1 +350613,350613,12,num,col_constant,60,[3],3,1,1 +350613,350613,12,num,col_constant,61,[4],4,1,1 +350613,350613,12,num,col_constant,62,[5],5,1,1 +350613,350613,12,num,col_constant,63,[1],1,1,1 +350613,350613,12,num,col_constant,64,[5],5,1,1 +350613,350613,12,num,col_constant,65,[2],2,1,1 +350613,350613,12,num,col_constant,66,[0],0,1,1 +350613,350613,12,num,col_constant,67,[7],7,1,1 +350613,350613,12,num,col_constant,68,[4],4,1,1 +350613,350613,12,num,col_constant,69,[4],4],1,1 +350613,350613,12,num,col_constant,70,[8],8],1,1 +350613,350613,12,num,col_constant,71,[2],2],1,1 +350613,350613,12,num,col_constant,72,[6],6],1,1 +350613,350613,12,num,col_constant,73,[4],4,1,1 +350613,350613,12,num,col_constant,74,[8],8],1,1 +350613,350613,12,num,col_constant,75,[3],3,1,1 +350613,350613,12,num,col_constant,76,[1],1,1,1 +350613,350613,12,num,col_constant,77,[5],5,1,1 +350613,350613,12,num,col_constant,78,[7],7,1,1 +350613,350613,12,num,col_constant,79,[9],9,1,1 +350613,350613,12,num,col_constant,80,[5],5],1,1 +350613,350613,12,num,col_constant,81,[6],6,1,1 +350613,350613,12,num,col_constant,82,[8],8,1,1 +350613,350613,12,num,col_constant,83,[9],9],1,1 +350613,350613,12,num,col_constant,84,[3],3],1,1 +350613,350613,12,num,col_constant,85,[5],5,1,1 +350613,350613,12,num,col_constant,86,[5],5],1,1 +350613,350613,12,num,col_constant,87,[6],6],1,1 +350613,350613,12,num,col_constant,88,[1],1],1,1 +350613,350613,12,num,col_constant,89,[6],6,1,1 +350613,350613,12,num,col_constant,90,[3],3],1,1 +350613,350613,12,num,col_constant,91,[3],3,1,1 +350613,350613,12,num,col_constant,92,[0],0,1,1 +350613,350613,12,num,col_constant,93,[6],6,1,1 +350613,350613,12,num,col_constant,94,[6],6,1,1 +350613,350613,12,num,col_constant,95,[3],3],1,1 +350613,350613,12,num,col_constant,96,[1],1],1,1 +350613,350613,12,num,col_constant,97,[5],5,1,1 +350613,350613,12,num,col_constant,98,[5],5,1,1 +350613,350613,12,num,col_constant,99,[2],2,1,1 +350613,350613,12,num,dist3_diag1,0,[2],2],1,1 +350613,350613,12,num,dist3_diag1,1,[4],4],1,1 +350613,350613,12,num,dist3_diag1,2,[7],7],1,1 +350613,350613,12,num,dist3_diag1,3,[0],0],1,1 +350613,350613,12,num,dist3_diag1,4,[6],6],1,1 +350613,350613,12,num,dist3_diag1,5,[6],6],1,1 +350613,350613,12,num,dist3_diag1,6,[2],2],1,1 +350613,350613,12,num,dist3_diag1,7,[0],0],1,1 +350613,350613,12,num,dist3_diag1,8,[9],9],1,1 +350613,350613,12,num,dist3_diag1,9,[8],8],1,1 +350613,350613,12,num,dist3_diag1,10,[5],5],1,1 +350613,350613,12,num,dist3_diag1,11,[3],3],1,1 +350613,350613,12,num,dist3_diag1,12,[0],0],1,1 +350613,350613,12,num,dist3_diag1,13,[2],2],1,1 +350613,350613,12,num,dist3_diag1,14,[3],3],1,1 +350613,350613,12,num,dist3_diag1,15,[7],7],1,1 +350613,350613,12,num,dist3_diag1,16,[6],6],1,1 +350613,350613,12,num,dist3_diag1,17,[3],3],1,1 +350613,350613,12,num,dist3_diag1,18,[3],3],1,1 +350613,350613,12,num,dist3_diag1,19,[3],3],1,1 +350613,350613,12,num,dist3_diag1,20,[7],7,1,1 +350613,350613,12,num,dist3_diag1,21,[4],4],1,1 +350613,350613,12,num,dist3_diag1,22,[9],9],1,1 +350613,350613,12,num,dist3_diag1,23,[9],9],1,1 +350613,350613,12,num,dist3_diag1,24,[7],7],1,1 +350613,350613,12,num,dist3_diag1,25,[5],5],1,1 +350613,350613,12,num,dist3_diag1,26,[4],4],1,1 +350613,350613,12,num,dist3_diag1,27,[0],0],1,1 +350613,350613,12,num,dist3_diag1,28,[8],8],1,1 +350613,350613,12,num,dist3_diag1,29,[3],3],1,1 +350613,350613,12,num,dist3_diag1,30,[4],4],1,1 +350613,350613,12,num,dist3_diag1,31,[2],2],1,1 +350613,350613,12,num,dist3_diag1,32,[8],8],1,1 +350613,350613,12,num,dist3_diag1,33,[0],0],1,1 +350613,350613,12,num,dist3_diag1,34,[8],8],1,1 +350613,350613,12,num,dist3_diag1,35,[9],9,1,1 +350613,350613,12,num,dist3_diag1,36,[0],0],1,1 +350613,350613,12,num,dist3_diag1,37,[3],3],1,1 +350613,350613,12,num,dist3_diag1,38,[4],4],1,1 +350613,350613,12,num,dist3_diag1,39,[1],1],1,1 +350613,350613,12,num,dist3_diag1,40,[5],5],1,1 +350613,350613,12,num,dist3_diag1,41,[5],5],1,1 +350613,350613,12,num,dist3_diag1,42,[6],6],1,1 +350613,350613,12,num,dist3_diag1,43,[8],8],1,1 +350613,350613,12,num,dist3_diag1,44,[9],9],1,1 +350613,350613,12,num,dist3_diag1,45,[1],1],1,1 +350613,350613,12,num,dist3_diag1,46,[3],3],1,1 +350613,350613,12,num,dist3_diag1,47,[5],5],1,1 +350613,350613,12,num,dist3_diag1,48,[0],0],1,1 +350613,350613,12,num,dist3_diag1,49,[2],2],1,1 +350613,350613,12,num,dist3_diag1,50,[6],6,1,1 +350613,350613,12,num,dist3_diag1,51,[6],6],1,1 +350613,350613,12,num,dist3_diag1,52,[4],4],1,1 +350613,350613,12,num,dist3_diag1,53,[5],5],1,1 +350613,350613,12,num,dist3_diag1,54,[9],9],1,1 +350613,350613,12,num,dist3_diag1,55,[5],5],1,1 +350613,350613,12,num,dist3_diag1,56,[0],0],1,1 +350613,350613,12,num,dist3_diag1,57,[3],3],1,1 +350613,350613,12,num,dist3_diag1,58,[3],3],1,1 +350613,350613,12,num,dist3_diag1,59,[1],1],1,1 +350613,350613,12,num,dist3_diag1,60,[8],8],1,1 +350613,350613,12,num,dist3_diag1,61,[4],4],1,1 +350613,350613,12,num,dist3_diag1,62,[6],6],1,1 +350613,350613,12,num,dist3_diag1,63,[8],8],1,1 +350613,350613,12,num,dist3_diag1,64,[5],5],1,1 +350613,350613,12,num,dist3_diag1,65,[6],6],1,1 +350613,350613,12,num,dist3_diag1,66,[0],0],1,1 +350613,350613,12,num,dist3_diag1,67,[9],9,1,1 +350613,350613,12,num,dist3_diag1,68,[5],5],1,1 +350613,350613,12,num,dist3_diag1,69,[1],1],1,1 +350613,350613,12,num,dist3_diag1,70,[7],7],1,1 +350613,350613,12,num,dist3_diag1,71,[7],7],1,1 +350613,350613,12,num,dist3_diag1,72,[9],9],1,1 +350613,350613,12,num,dist3_diag1,73,[8],8],1,1 +350613,350613,12,num,dist3_diag1,74,[8],8],1,1 +350613,350613,12,num,dist3_diag1,75,[8],8],1,1 +350613,350613,12,num,dist3_diag1,76,[6],6],1,1 +350613,350613,12,num,dist3_diag1,77,[3],3],1,1 +350613,350613,12,num,dist3_diag1,78,[7],7],1,1 +350613,350613,12,num,dist3_diag1,79,[2],2],1,1 +350613,350613,12,num,dist3_diag1,80,[3],3],1,1 +350613,350613,12,num,dist3_diag1,81,[8],8],1,1 +350613,350613,12,num,dist3_diag1,82,[9],9],1,1 +350613,350613,12,num,dist3_diag1,83,[9],9,1,1 +350613,350613,12,num,dist3_diag1,84,[8],8],1,1 +350613,350613,12,num,dist3_diag1,85,[4],4],1,1 +350613,350613,12,num,dist3_diag1,86,[3],3],1,1 +350613,350613,12,num,dist3_diag1,87,[3],3],1,1 +350613,350613,12,num,dist3_diag1,88,[6],6],1,1 +350613,350613,12,num,dist3_diag1,89,[0],0],1,1 +350613,350613,12,num,dist3_diag1,90,[4],4],1,1 +350613,350613,12,num,dist3_diag1,91,[3],3],1,1 +350613,350613,12,num,dist3_diag1,92,[8],8],1,1 +350613,350613,12,num,dist3_diag1,93,[0],0],1,1 +350613,350613,12,num,dist3_diag1,94,[4],4],1,1 +350613,350613,12,num,dist3_diag1,95,[0],0],1,1 +350613,350613,12,num,dist3_diag1,96,[6],6],1,1 +350613,350613,12,num,dist3_diag1,97,[9],9,1,1 +350613,350613,12,num,dist3_diag1,98,[6],6],1,1 +350613,350613,12,num,dist3_diag1,99,[8],8,1,1 +350613,350613,12,num,dist3_diag2,0,[9],9],1,1 +350613,350613,12,num,dist3_diag2,1,[5],5],1,1 +350613,350613,12,num,dist3_diag2,2,[5],5],1,1 +350613,350613,12,num,dist3_diag2,3,[4],4,1,1 +350613,350613,12,num,dist3_diag2,4,[2],2,1,1 +350613,350613,12,num,dist3_diag2,5,[8],8,1,1 +350613,350613,12,num,dist3_diag2,6,[4],4,1,1 +350613,350613,12,num,dist3_diag2,7,[4],4,1,1 +350613,350613,12,num,dist3_diag2,8,[9],9,1,1 +350613,350613,12,num,dist3_diag2,9,[5],5],1,1 +350613,350613,12,num,dist3_diag2,10,[7],7,1,1 +350613,350613,12,num,dist3_diag2,11,[1],1],1,1 +350613,350613,12,num,dist3_diag2,12,[1],1],1,1 +350613,350613,12,num,dist3_diag2,13,[9],9],1,1 +350613,350613,12,num,dist3_diag2,14,[3],3,1,1 +350613,350613,12,num,dist3_diag2,15,[7],7],1,1 +350613,350613,12,num,dist3_diag2,16,[5],5],1,1 +350613,350613,12,num,dist3_diag2,17,[5],5,1,1 +350613,350613,12,num,dist3_diag2,18,[5],5],1,1 +350613,350613,12,num,dist3_diag2,19,[7],7,1,1 +350613,350613,12,num,dist3_diag2,20,[9],9],1,1 +350613,350613,12,num,dist3_diag2,21,[1],1],1,1 +350613,350613,12,num,dist3_diag2,22,[8],8],1,1 +350613,350613,12,num,dist3_diag2,23,[8],8],1,1 +350613,350613,12,num,dist3_diag2,24,[6],6,1,1 +350613,350613,12,num,dist3_diag2,25,[3],3,1,1 +350613,350613,12,num,dist3_diag2,26,[4],4,1,1 +350613,350613,12,num,dist3_diag2,27,[3],3],1,1 +350613,350613,12,num,dist3_diag2,28,[6],6,1,1 +350613,350613,12,num,dist3_diag2,29,[7],7],1,1 +350613,350613,12,num,dist3_diag2,30,[6],6],1,1 +350613,350613,12,num,dist3_diag2,31,[2],2],1,1 +350613,350613,12,num,dist3_diag2,32,[3],3,1,1 +350613,350613,12,num,dist3_diag2,33,[3],3,1,1 +350613,350613,12,num,dist3_diag2,34,[0],0],1,1 +350613,350613,12,num,dist3_diag2,35,[8],8,1,1 +350613,350613,12,num,dist3_diag2,36,[6],6,1,1 +350613,350613,12,num,dist3_diag2,37,[3],3],1,1 +350613,350613,12,num,dist3_diag2,38,[7],7,1,1 +350613,350613,12,num,dist3_diag2,39,[4],4,1,1 +350613,350613,12,num,dist3_diag2,40,[8],8],1,1 +350613,350613,12,num,dist3_diag2,41,[8],8],1,1 +350613,350613,12,num,dist3_diag2,42,[2],2,1,1 +350613,350613,12,num,dist3_diag2,43,[9],9],1,1 +350613,350613,12,num,dist3_diag2,44,[2],2,1,1 +350613,350613,12,num,dist3_diag2,45,[4],4],1,1 +350613,350613,12,num,dist3_diag2,46,[5],5],1,1 +350613,350613,12,num,dist3_diag2,47,[5],5],1,1 +350613,350613,12,num,dist3_diag2,48,[0],0],1,1 +350613,350613,12,num,dist3_diag2,49,[9],9],1,1 +350613,350613,12,num,dist3_diag2,50,[5],5],1,1 +350613,350613,12,num,dist3_diag2,51,[2],2],1,1 +350613,350613,12,num,dist3_diag2,52,[9],9],1,1 +350613,350613,12,num,dist3_diag2,53,[2],2,1,1 +350613,350613,12,num,dist3_diag2,54,[5],5],1,1 +350613,350613,12,num,dist3_diag2,55,[3],3,1,1 +350613,350613,12,num,dist3_diag2,56,[5],5],1,1 +350613,350613,12,num,dist3_diag2,57,[8],8],1,1 +350613,350613,12,num,dist3_diag2,58,[3],3,1,1 +350613,350613,12,num,dist3_diag2,59,[9],9],1,1 +350613,350613,12,num,dist3_diag2,60,[1],1],1,1 +350613,350613,12,num,dist3_diag2,61,[3],3,1,1 +350613,350613,12,num,dist3_diag2,62,[9],9],1,1 +350613,350613,12,num,dist3_diag2,63,[7],7],1,1 +350613,350613,12,num,dist3_diag2,64,[5],5,1,1 +350613,350613,12,num,dist3_diag2,65,[4],4,1,1 +350613,350613,12,num,dist3_diag2,66,[3],3,1,1 +350613,350613,12,num,dist3_diag2,67,[4],4],1,1 +350613,350613,12,num,dist3_diag2,68,[7],7],1,1 +350613,350613,12,num,dist3_diag2,69,[8],8,1,1 +350613,350613,12,num,dist3_diag2,70,[3],3],1,1 +350613,350613,12,num,dist3_diag2,71,[6],6,1,1 +350613,350613,12,num,dist3_diag2,72,[5],5],1,1 +350613,350613,12,num,dist3_diag2,73,[9],9],1,1 +350613,350613,12,num,dist3_diag2,74,[6],6],1,1 +350613,350613,12,num,dist3_diag2,75,[3],3],1,1 +350613,350613,12,num,dist3_diag2,76,[7],7],1,1 +350613,350613,12,num,dist3_diag2,77,[3],3],1,1 +350613,350613,12,num,dist3_diag2,78,[7],7,1,1 +350613,350613,12,num,dist3_diag2,79,[0],0,1,1 +350613,350613,12,num,dist3_diag2,80,[9],9],1,1 +350613,350613,12,num,dist3_diag2,81,[7],7,1,1 +350613,350613,12,num,dist3_diag2,82,[7],7],1,1 +350613,350613,12,num,dist3_diag2,83,[0],0],1,1 +350613,350613,12,num,dist3_diag2,84,[4],4,1,1 +350613,350613,12,num,dist3_diag2,85,[5],5],1,1 +350613,350613,12,num,dist3_diag2,86,[4],4],1,1 +350613,350613,12,num,dist3_diag2,87,[3],3,1,1 +350613,350613,12,num,dist3_diag2,88,[5],5,1,1 +350613,350613,12,num,dist3_diag2,89,[6],6,1,1 +350613,350613,12,num,dist3_diag2,90,[0],0],1,1 +350613,350613,12,num,dist3_diag2,91,[0],0,1,1 +350613,350613,12,num,dist3_diag2,92,[3],3],1,1 +350613,350613,12,num,dist3_diag2,93,[1],1,1,1 +350613,350613,12,num,dist3_diag2,94,[4],4],1,1 +350613,350613,12,num,dist3_diag2,95,[4],4,1,1 +350613,350613,12,num,dist3_diag2,96,[6],6],1,1 +350613,350613,12,num,dist3_diag2,97,[4],4,1,1 +350613,350613,12,num,dist3_diag2,98,[5],5,1,1 +350613,350613,12,num,dist3_diag2,99,[0],0],1,1 +350613,350613,12,num,prog_size1,0,[4],4],1,1 +350613,350613,12,num,prog_size1,1,[5],5],1,1 +350613,350613,12,num,prog_size1,2,[6],6],1,1 +350613,350613,12,num,prog_size1,3,[7],7],1,1 +350613,350613,12,num,prog_size1,4,[8],8,1,1 +350613,350613,12,num,prog_size1,5,[9],9],1,1 +350613,350613,12,num,prog_size1,6,[0],0],1,1 +350613,350613,12,num,prog_size1,7,[1],1],1,1 +350613,350613,12,num,prog_size1,8,[2],2],1,1 +350613,350613,12,num,prog_size1,9,[3],3],1,1 +350613,350613,12,num,prog_size1,10,[4],4],1,1 +350613,350613,12,num,prog_size1,11,[5],5],1,1 +350613,350613,12,num,prog_size2,0,[8],8],1,1 +350613,350613,12,num,prog_size2,1,[9],9],1,1 +350613,350613,12,num,prog_size2,2,[0],0],1,1 +350613,350613,12,num,prog_size2,3,[1],1],1,1 +350613,350613,12,num,two_rule_comb0,0,[6 9],6 9],1,1 +350613,350613,12,num,two_rule_comb0,1,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb0,2,[2 4],2 4],1,1 +350613,350613,12,num,two_rule_comb0,3,[2 0],2 0],1,1 +350613,350613,12,num,two_rule_comb0,4,[9 2],9 2],1,1 +350613,350613,12,num,two_rule_comb0,5,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb0,6,[1 9],1 9],1,1 +350613,350613,12,num,two_rule_comb0,7,[1 7],1 7],1,1 +350613,350613,12,num,two_rule_comb0,8,[7 3],7 3],1,1 +350613,350613,12,num,two_rule_comb0,9,[9 0],9 0],1,1 +350613,350613,12,num,two_rule_comb0,10,[7 2],7 2],1,1 +350613,350613,12,num,two_rule_comb0,11,[1 6],1 6],1,1 +350613,350613,12,num,two_rule_comb0,12,[7 4],7 4],1,1 +350613,350613,12,num,two_rule_comb0,13,[9 7],9 7],1,1 +350613,350613,12,num,two_rule_comb0,14,[0 0],0 0],1,1 +350613,350613,12,num,two_rule_comb0,15,[3 7],3 7],1,1 +350613,350613,12,num,two_rule_comb0,16,[7 3],7 3],1,1 +350613,350613,12,num,two_rule_comb0,17,[9 0],9 0],1,1 +350613,350613,12,num,two_rule_comb0,18,[7 2],7 2],1,1 +350613,350613,12,num,two_rule_comb0,19,[2 6],2 6],1,1 +350613,350613,12,num,two_rule_comb0,20,[5 5],5 5],1,1 +350613,350613,12,num,two_rule_comb0,21,[8 5],8 5],1,1 +350613,350613,12,num,two_rule_comb0,22,[6 4],6 4],1,1 +350613,350613,12,num,two_rule_comb0,23,[6 8],6 8],1,1 +350613,350613,12,num,two_rule_comb0,24,[7 1],7 1],1,1 +350613,350613,12,num,two_rule_comb0,25,[5 1],5 1],1,1 +350613,350613,12,num,two_rule_comb0,26,[6 8],6 8],1,1 +350613,350613,12,num,two_rule_comb0,27,[7 7],7 7],1,1 +350613,350613,12,num,two_rule_comb0,28,[7 1],7 1],1,1 +350613,350613,12,num,two_rule_comb0,29,[0 2],0 2],1,1 +350613,350613,12,num,two_rule_comb0,30,[9 4],9 4],1,1 +350613,350613,12,num,two_rule_comb0,31,[4 5],4 5],1,1 +350613,350613,12,num,two_rule_comb0,32,[3 3],3 3],1,1 +350613,350613,12,num,two_rule_comb0,33,[7 9],7 9],1,1 +350613,350613,12,num,two_rule_comb0,34,[4 2],4 2],1,1 +350613,350613,12,num,two_rule_comb0,35,[8 9],8 9],1,1 +350613,350613,12,num,two_rule_comb0,36,[6 5],6 5],1,1 +350613,350613,12,num,two_rule_comb0,37,[1 5],1 5],1,1 +350613,350613,12,num,two_rule_comb0,38,[3 6],3 6],1,1 +350613,350613,12,num,two_rule_comb0,39,[5 9],5 9],1,1 +350613,350613,12,num,two_rule_comb0,40,[5 6],5 6],1,1 +350613,350613,12,num,two_rule_comb0,41,[1 2],1 2],1,1 +350613,350613,12,num,two_rule_comb0,42,[1 7],1 7],1,1 +350613,350613,12,num,two_rule_comb0,43,[8 0],8 0],1,1 +350613,350613,12,num,two_rule_comb0,44,[3 2],3 2],1,1 +350613,350613,12,num,two_rule_comb0,45,[7 4],7 4],1,1 +350613,350613,12,num,two_rule_comb0,46,[9 6],None,0,1 +350613,350613,12,num,two_rule_comb0,47,[4 2],4 2],1,1 +350613,350613,12,num,two_rule_comb0,48,[6 4],6 4],1,1 +350613,350613,12,num,two_rule_comb0,49,[8 9],8 9],1,1 +350613,350613,12,num,two_rule_comb0,50,[2 0],2 0],1,1 +350613,350613,12,num,two_rule_comb0,51,[7 5],7 5],1,1 +350613,350613,12,num,two_rule_comb0,52,[2 3],2 3],1,1 +350613,350613,12,num,two_rule_comb0,53,[3 5],3 5],1,1 +350613,350613,12,num,two_rule_comb0,54,[0 7],0 7],1,1 +350613,350613,12,num,two_rule_comb0,55,[1 6],1 6],1,1 +350613,350613,12,num,two_rule_comb0,56,[7 1],7 1],1,1 +350613,350613,12,num,two_rule_comb0,57,[6 8],6 8],1,1 +350613,350613,12,num,two_rule_comb0,58,[8 0],8 0],1,1 +350613,350613,12,num,two_rule_comb0,59,[3 0],3 0],1,1 +350613,350613,12,num,two_rule_comb0,60,[3 0],3 0],1,1 +350613,350613,12,num,two_rule_comb0,61,[2 3],2 3],1,1 +350613,350613,12,num,two_rule_comb0,62,[6 3],6 3],1,1 +350613,350613,12,num,two_rule_comb0,63,[0 8],0 8],1,1 +350613,350613,12,num,two_rule_comb0,64,[9 7],None,0,1 +350613,350613,12,num,two_rule_comb0,65,[5 4],5 4],1,1 +350613,350613,12,num,two_rule_comb0,66,[2 6],2 6],1,1 +350613,350613,12,num,two_rule_comb0,67,[0 8],0 8],1,1 +350613,350613,12,num,two_rule_comb0,68,[8 0],8 0],1,1 +350613,350613,12,num,two_rule_comb0,69,[6 1],6 1],1,1 +350613,350613,12,num,two_rule_comb0,70,[4 6],4 6],1,1 +350613,350613,12,num,two_rule_comb0,71,[9 0],9 0],1,1 +350613,350613,12,num,two_rule_comb0,72,[3 2],3 2],1,1 +350613,350613,12,num,two_rule_comb0,73,[3 5],3 5],1,1 +350613,350613,12,num,two_rule_comb0,74,[0 5],0 5],1,1 +350613,350613,12,num,two_rule_comb0,75,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb0,76,[1 9],1 9],1,1 +350613,350613,12,num,two_rule_comb0,77,[1 7],1 7],1,1 +350613,350613,12,num,two_rule_comb0,78,[0 1],0 1],1,1 +350613,350613,12,num,two_rule_comb0,79,[7 7],7 7],1,1 +350613,350613,12,num,two_rule_comb0,80,[2 5],2 5],1,1 +350613,350613,12,num,two_rule_comb0,81,[3 5],3 5],1,1 +350613,350613,12,num,two_rule_comb0,82,[7 7],7 7],1,1 +350613,350613,12,num,two_rule_comb0,83,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb0,84,[3 1],3 1],1,1 +350613,350613,12,num,two_rule_comb0,85,[0 8],0 8],1,1 +350613,350613,12,num,two_rule_comb0,86,[3 0],3 0],1,1 +350613,350613,12,num,two_rule_comb0,87,[1 5],1 5],1,1 +350613,350613,12,num,two_rule_comb0,88,[8 0],8 0],1,1 +350613,350613,12,num,two_rule_comb0,89,[2 7],2 7],1,1 +350613,350613,12,num,two_rule_comb0,90,[8 5],8 5],1,1 +350613,350613,12,num,two_rule_comb0,91,[3 1],3 1],1,1 +350613,350613,12,num,two_rule_comb0,92,[3 8],3 8],1,1 +350613,350613,12,num,two_rule_comb0,93,[3 9],3 9],1,1 +350613,350613,12,num,two_rule_comb0,94,[2 2],2 2],1,1 +350613,350613,12,num,two_rule_comb0,95,[8 3],8 3],1,1 +350613,350613,12,num,two_rule_comb0,96,[1 5],1 5],1,1 +350613,350613,12,num,two_rule_comb0,97,[9 4],None,0,1 +350613,350613,12,num,two_rule_comb0,98,[5 4],5 4],1,1 +350613,350613,12,num,two_rule_comb0,99,[3 1],3 1],1,1 +350613,350613,12,num,two_rule_comb1,0,[1 2],1 2],1,1 +350613,350613,12,num,two_rule_comb1,1,[8 9],8 9],1,1 +350613,350613,12,num,two_rule_comb1,2,[2 6],2 6],1,1 +350613,350613,12,num,two_rule_comb1,3,[3 4],3 4],1,1 +350613,350613,12,num,two_rule_comb1,4,[2 7],2 7],1,1 +350613,350613,12,num,two_rule_comb1,5,[4 0],4 0],1,1 +350613,350613,12,num,two_rule_comb1,6,[7 4],7 4],1,1 +350613,350613,12,num,two_rule_comb1,7,[1 1],1 1],1,1 +350613,350613,12,num,two_rule_comb1,8,[7 9],7 9],1,1 +350613,350613,12,num,two_rule_comb1,9,[3 1],3 1],1,1 +350613,350613,12,num,two_rule_comb1,10,[3 7],3 7],1,1 +350613,350613,12,num,two_rule_comb1,11,[0 2],0 2],1,1 +350613,350613,12,num,two_rule_comb1,12,[6 7],6 7],1,1 +350613,350613,12,num,two_rule_comb1,13,[8 2],8 2],1,1 +350613,350613,12,num,two_rule_comb1,14,[7 4],7 4],1,1 +350613,350613,12,num,two_rule_comb1,15,[1 3],1 3],1,1 +350613,350613,12,num,two_rule_comb1,16,[7 3],7 3],1,1 +350613,350613,12,num,two_rule_comb1,17,[7 7],2 7],0,1 +350613,350613,12,num,two_rule_comb1,18,[1 8],1 8],1,1 +350613,350613,12,num,two_rule_comb1,19,[1 9],1 9],1,1 +350613,350613,12,num,two_rule_comb1,20,[4 9],4 9],1,1 +350613,350613,12,num,two_rule_comb1,21,[2 3],2 3],1,1 +350613,350613,12,num,two_rule_comb1,22,[6 7],6 6],0,1 +350613,350613,12,num,two_rule_comb1,23,[2 5],2 5],1,1 +350613,350613,12,num,two_rule_comb1,24,[3 1],3 1],1,1 +350613,350613,12,num,two_rule_comb1,25,[6 5],6 5],1,1 +350613,350613,12,num,two_rule_comb1,26,[8 1],8 1],1,1 +350613,350613,12,num,two_rule_comb1,27,[6 8],6 8],1,1 +350613,350613,12,num,two_rule_comb1,28,[5 4],5 4],1,1 +350613,350613,12,num,two_rule_comb1,29,[0 4],0 4],1,1 +350613,350613,12,num,two_rule_comb1,30,[4 9],4 4],0,1 +350613,350613,12,num,two_rule_comb1,31,[6 2],6 2],1,1 +350613,350613,12,num,two_rule_comb1,32,[1 7],1 7],1,1 +350613,350613,12,num,two_rule_comb1,33,[3 0],3 0],1,1 +350613,350613,12,num,two_rule_comb1,34,[1 2],1 2],1,1 +350613,350613,12,num,two_rule_comb1,35,[4 1],4 1],1,1 +350613,350613,12,num,two_rule_comb1,36,[6 6],6 6],1,1 +350613,350613,12,num,two_rule_comb1,37,[6 2],6 2],1,1 +350613,350613,12,num,two_rule_comb1,38,[3 2],3 2],1,1 +350613,350613,12,num,two_rule_comb1,39,[9 9],9 9],1,1 +350613,350613,12,num,two_rule_comb1,40,[5 9],5 9],1,1 +350613,350613,12,num,two_rule_comb1,41,[0 2],0 2],1,1 +350613,350613,12,num,two_rule_comb1,42,[3 2],3 2],1,1 +350613,350613,12,num,two_rule_comb1,43,[2 2],2 2],1,1 +350613,350613,12,num,two_rule_comb1,44,[8 1],8 1],1,1 +350613,350613,12,num,two_rule_comb1,45,[7 3],7 3],1,1 +350613,350613,12,num,two_rule_comb1,46,[1 5],1 5],1,1 +350613,350613,12,num,two_rule_comb1,47,[0 5],0 5],1,1 +350613,350613,12,num,two_rule_comb1,48,[3 5],3 5],1,1 +350613,350613,12,num,two_rule_comb1,49,[4 7],4 7],1,1 +350613,350613,12,num,two_rule_comb1,50,[3 9],3 3],0,1 +350613,350613,12,num,two_rule_comb1,51,[3 4],3 4],1,1 +350613,350613,12,num,two_rule_comb1,52,[8 9],8 9],1,1 +350613,350613,12,num,two_rule_comb1,53,[9 5],None,0,1 +350613,350613,12,num,two_rule_comb1,54,[0 8],0 8],1,1 +350613,350613,12,num,two_rule_comb1,55,[6 2],6 2],1,1 +350613,350613,12,num,two_rule_comb1,56,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb1,57,[6 6],6 6],1,1 +350613,350613,12,num,two_rule_comb1,58,[6 3],6 3],1,1 +350613,350613,12,num,two_rule_comb1,59,[4 5],4 5],1,1 +350613,350613,12,num,two_rule_comb1,60,[6 6],6 6],1,1 +350613,350613,12,num,two_rule_comb1,61,[8 4],8 4],1,1 +350613,350613,12,num,two_rule_comb1,62,[6 4],6 4],1,1 +350613,350613,12,num,two_rule_comb1,63,[2 1],2 1],1,1 +350613,350613,12,num,two_rule_comb1,64,[8 1],8 8],0,1 +350613,350613,12,num,two_rule_comb1,65,[3 3],3 3],1,1 +350613,350613,12,num,two_rule_comb1,66,[5 9],5 9],1,1 +350613,350613,12,num,two_rule_comb1,67,[4 9],4 9],1,1 +350613,350613,12,num,two_rule_comb1,68,[7 7],7 6],0,1 +350613,350613,12,num,two_rule_comb1,69,[5 2],5 2],1,1 +350613,350613,12,num,two_rule_comb1,70,[0 1],1 1],0,1 +350613,350613,12,num,two_rule_comb1,71,[4 8],4 8],1,1 +350613,350613,12,num,two_rule_comb1,72,[8 3],8 3],1,1 +350613,350613,12,num,two_rule_comb1,73,[5 6],5 6],1,1 +350613,350613,12,num,two_rule_comb1,74,[3 8],3 8],1,1 +350613,350613,12,num,two_rule_comb1,75,[7 9],7 9],1,1 +350613,350613,12,num,two_rule_comb1,76,[3 2],12 2],0,1 +350613,350613,12,num,two_rule_comb1,77,[7 5],7 5],1,1 +350613,350613,12,num,two_rule_comb1,78,[5 5],5 5],1,1 +350613,350613,12,num,two_rule_comb1,79,[6 8],6 8],1,1 +350613,350613,12,num,two_rule_comb1,80,[6 8],6 8],1,1 +350613,350613,12,num,two_rule_comb1,81,[0 6],0 6],1,1 +350613,350613,12,num,two_rule_comb1,82,[5 0],5 0],1,1 +350613,350613,12,num,two_rule_comb1,83,[1 2],1 2],1,1 +350613,350613,12,num,two_rule_comb1,84,[7 7],7 7],1,1 +350613,350613,12,num,two_rule_comb1,85,[5 4],5 4],1,1 +350613,350613,12,num,two_rule_comb1,86,[1 7],1 7],1,1 +350613,350613,12,num,two_rule_comb1,87,[1 4],1 4],1,1 +350613,350613,12,num,two_rule_comb1,88,[1 1],1 1],1,1 +350613,350613,12,num,two_rule_comb1,89,[6 9],None,0,1 +350613,350613,12,num,two_rule_comb1,90,[2 7],2 7],1,1 +350613,350613,12,num,two_rule_comb1,91,[4 4],4 4],1,1 +350613,350613,12,num,two_rule_comb1,92,[1 2],1 1],0,1 +350613,350613,12,num,two_rule_comb1,93,[0 0],0 5],0,1 +350613,350613,12,num,two_rule_comb1,94,[7 4],7 4],1,1 +350613,350613,12,num,two_rule_comb1,95,[1 5],1 5],1,1 +350613,350613,12,num,two_rule_comb1,96,[7 1],7 1],1,1 +350613,350613,12,num,two_rule_comb1,97,[3 9],3 5],0,1 +350613,350613,12,num,two_rule_comb1,98,[7 6],7 6],1,1 +350613,350613,12,num,two_rule_comb1,99,[2 1],2 1],1,1 +350613,350613,12,num,two_rule_comb2,0,[1 0],1 0],1,1 +350613,350613,12,num,two_rule_comb2,1,[0 7],0 7],1,1 +350613,350613,12,num,two_rule_comb2,2,[6 5],6 5],1,1 +350613,350613,12,num,two_rule_comb2,3,[1 5],1 5],1,1 +350613,350613,12,num,two_rule_comb2,4,[7 2],7 2],1,1 +350613,350613,12,num,two_rule_comb2,5,[2 6],2 6],1,1 +350613,350613,12,num,two_rule_comb2,6,[4 8],4 8],1,1 +350613,350613,12,num,two_rule_comb2,7,[3 2],3 2],1,1 +350613,350613,12,num,two_rule_comb2,8,[9 9],9 9],1,1 +350613,350613,12,num,two_rule_comb2,9,[6 5],6 5],1,1 +350613,350613,12,num,two_rule_comb2,10,[8 8],8 8],1,1 +350613,350613,12,num,two_rule_comb2,11,[9 5],9 5],1,1 +350613,350613,12,num,two_rule_comb2,12,[5 4],5 4],1,1 +350613,350613,12,num,two_rule_comb2,13,[4 6],4 6],1,1 +350613,350613,12,num,two_rule_comb2,14,[2 3],2 3],1,1 +350613,350613,12,num,two_rule_comb2,15,[8 5],8 5],1,1 +350613,350613,12,num,two_rule_comb2,16,[4 9],4 9],1,1 +350613,350613,12,num,two_rule_comb2,17,[9 4],9 4],1,1 +350613,350613,12,num,two_rule_comb2,18,[0 0],0 0],1,1 +350613,350613,12,num,two_rule_comb2,19,[5 4],5 4],1,1 +350613,350613,12,num,two_rule_comb2,20,[4 5],4 5],1,1 +350613,350613,12,num,two_rule_comb2,21,[0 6],0 6],1,1 +350613,350613,12,num,two_rule_comb2,22,[1 5],1 5],1,1 +350613,350613,12,num,two_rule_comb2,23,[5 9],5 9],1,1 +350613,350613,12,num,two_rule_comb2,24,[5 3],5 3],1,1 +350613,350613,12,num,two_rule_comb2,25,[0 6],0 6],1,1 +350613,350613,12,num,two_rule_comb2,26,[8 7],8 7],1,1 +350613,350613,12,num,two_rule_comb2,27,[6 1],6 1],1,1 +350613,350613,12,num,two_rule_comb2,28,[9 1],9 1],1,1 +350613,350613,12,num,two_rule_comb2,29,[0 4],0 4],1,1 +350613,350613,12,num,two_rule_comb2,30,[3 2],3 2],1,1 +350613,350613,12,num,two_rule_comb2,31,[6 5],6 5],1,1 +350613,350613,12,num,two_rule_comb2,32,[1 2],1 2],1,1 +350613,350613,12,num,two_rule_comb2,33,[5 6],5 6],1,1 +350613,350613,12,num,two_rule_comb2,34,[5 1],5 1],1,1 +350613,350613,12,num,two_rule_comb2,35,[7 6],7 6],1,1 +350613,350613,12,num,two_rule_comb2,36,[8 0],8 0],1,1 +350613,350613,12,num,two_rule_comb2,37,[9 6],9 6],1,1 +350613,350613,12,num,two_rule_comb2,38,[4 2],4 2],1,1 +350613,350613,12,num,two_rule_comb2,39,[2 1],2 1],1,1 +350613,350613,12,num,two_rule_comb2,40,[8 3],8 3],1,1 +350613,350613,12,num,two_rule_comb2,41,[9 6],None,0,1 +350613,350613,12,num,two_rule_comb2,42,[6 5],6 5],1,1 +350613,350613,12,num,two_rule_comb2,43,[8 9],8 9],1,1 +350613,350613,12,num,two_rule_comb2,44,[4 3],4 3],1,1 +350613,350613,12,num,two_rule_comb2,45,[7 1],7 1],1,1 +350613,350613,12,num,two_rule_comb2,46,[0 8],0 8],1,1 +350613,350613,12,num,two_rule_comb2,47,[3 7],3 7],1,1 +350613,350613,12,num,two_rule_comb2,48,[7 5],7 5],1,1 +350613,350613,12,num,two_rule_comb2,49,[5 3],5 3],1,1 +350613,350613,12,num,two_rule_comb2,50,[6 4],6 4],1,1 +350613,350613,12,num,two_rule_comb2,51,[9 3],9 3],1,1 +350613,350613,12,num,two_rule_comb2,52,[1 1],1 1],1,1 +350613,350613,12,num,two_rule_comb2,53,[0 9],0 9],1,1 +350613,350613,12,num,two_rule_comb2,54,[6 8],6 8],1,1 +350613,350613,12,num,two_rule_comb2,55,[6 3],6 3],1,1 +350613,350613,12,num,two_rule_comb2,56,[8 5],8 5],1,1 +350613,350613,12,num,two_rule_comb2,57,[9 6],None,0,1 +350613,350613,12,num,two_rule_comb2,58,[5 0],5 0],1,1 +350613,350613,12,num,two_rule_comb2,59,[0 5],0 5],1,1 +350613,350613,12,num,two_rule_comb2,60,[2 0],2 0],1,1 +350613,350613,12,num,two_rule_comb2,61,[0 2],0 2],1,1 +350613,350613,12,num,two_rule_comb2,62,[5 1],5 1],1,1 +350613,350613,12,num,two_rule_comb2,63,[8 2],8 2],1,1 +350613,350613,12,num,two_rule_comb2,64,[8 7],8 7],1,1 +350613,350613,12,num,two_rule_comb2,65,[9 1],9 1],1,1 +350613,350613,12,num,two_rule_comb2,66,[5 9],5 9],1,1 +350613,350613,12,num,two_rule_comb2,67,[9 0],9 0],1,1 +350613,350613,12,num,two_rule_comb2,68,[0 9],0 9],1,1 +350613,350613,12,num,two_rule_comb2,69,[0 0],0 0],1,1 +350613,350613,12,num,two_rule_comb2,70,[5 8],5 8],1,1 +350613,350613,12,num,two_rule_comb2,71,[9 8],9 8],1,1 +350613,350613,12,num,two_rule_comb2,72,[1 1],1 1],1,1 +350613,350613,12,num,two_rule_comb2,73,[4 3],4 3],1,1 +350613,350613,12,num,two_rule_comb2,74,[8 2],8 2],1,1 +350613,350613,12,num,two_rule_comb2,75,[0 2],0 2],1,1 +350613,350613,12,num,two_rule_comb2,76,[5 7],5 7],1,1 +350613,350613,12,num,two_rule_comb2,77,[8 8],8 8],1,1 +350613,350613,12,num,two_rule_comb2,78,[6 6],6 6],1,1 +350613,350613,12,num,two_rule_comb2,79,[8 0],8 0],1,1 +350613,350613,12,num,two_rule_comb2,80,[2 2],2 2],1,1 +350613,350613,12,num,two_rule_comb2,81,[0 8],0 8],1,1 +350613,350613,12,num,two_rule_comb2,82,[7 5],7 5],1,1 +350613,350613,12,num,two_rule_comb2,83,[8 4],8 4],1,1 +350613,350613,12,num,two_rule_comb2,84,[5 2],5 2],1,1 +350613,350613,12,num,two_rule_comb2,85,[8 0],8 0],1,1 +350613,350613,12,num,two_rule_comb2,86,[5 0],5 0],1,1 +350613,350613,12,num,two_rule_comb2,87,[0 3],0 3],1,1 +350613,350613,12,num,two_rule_comb2,88,[7 1],7 1],1,1 +350613,350613,12,num,two_rule_comb2,89,[6 0],6 0],1,1 +350613,350613,12,num,two_rule_comb2,90,[8 5],8 5],1,1 +350613,350613,12,num,two_rule_comb2,91,[9 5],None,0,1 +350613,350613,12,num,two_rule_comb2,92,[0 5],0 5],1,1 +350613,350613,12,num,two_rule_comb2,93,[7 7],7 7],1,1 +350613,350613,12,num,two_rule_comb2,94,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb2,95,[1 0],1 0],1,1 +350613,350613,12,num,two_rule_comb2,96,[2 0],2 0],1,1 +350613,350613,12,num,two_rule_comb2,97,[5 1],5 1],1,1 +350613,350613,12,num,two_rule_comb2,98,[6 4],6 4],1,1 +350613,350613,12,num,two_rule_comb2,99,[2 7],2 7],1,1 +350613,350613,12,num,two_rule_comb3,0,[9 1],9 1],1,1 +350613,350613,12,num,two_rule_comb3,1,[9 0],9 0],1,1 +350613,350613,12,num,two_rule_comb3,2,[4 8],4 8],1,1 +350613,350613,12,num,two_rule_comb3,3,[1 8],1 8],1,1 +350613,350613,12,num,two_rule_comb3,4,[5 7],5 7],1,1 +350613,350613,12,num,two_rule_comb3,5,[8 2],8 2],1,1 +350613,350613,12,num,two_rule_comb3,6,[9 2],9 2],1,1 +350613,350613,12,num,two_rule_comb3,7,[6 1],6 1],1,1 +350613,350613,12,num,two_rule_comb3,8,[9 8],9 8],1,1 +350613,350613,12,num,two_rule_comb3,9,[4 5],4 5],1,1 +350613,350613,12,num,two_rule_comb3,10,[0 4],0 4],1,1 +350613,350613,12,num,two_rule_comb3,11,[8 6],8 6],1,1 +350613,350613,12,num,two_rule_comb3,12,[8 3],8 3],1,1 +350613,350613,12,num,two_rule_comb3,13,[5 9],5 9],1,1 +350613,350613,12,num,two_rule_comb3,14,[6 4],6 4],1,1 +350613,350613,12,num,two_rule_comb3,15,[5 3],5 8],0,1 +350613,350613,12,num,two_rule_comb3,16,[0 5],0 5],1,1 +350613,350613,12,num,two_rule_comb3,17,[5 5],5 5],1,1 +350613,350613,12,num,two_rule_comb3,18,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb3,19,[5 6],5 6],1,1 +350613,350613,12,num,two_rule_comb3,20,[6 4],6 4],1,1 +350613,350613,12,num,two_rule_comb3,21,[0 6],0 6],1,1 +350613,350613,12,num,two_rule_comb3,22,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb3,23,[6 8],6 8],1,1 +350613,350613,12,num,two_rule_comb3,24,[8 3],8 3],1,1 +350613,350613,12,num,two_rule_comb3,25,[1 7],1 7],1,1 +350613,350613,12,num,two_rule_comb3,26,[1 2],8 2],0,1 +350613,350613,12,num,two_rule_comb3,27,[4 6],4 6],1,1 +350613,350613,12,num,two_rule_comb3,28,[1 2],1 2],1,1 +350613,350613,12,num,two_rule_comb3,29,[0 2],0 2],1,1 +350613,350613,12,num,two_rule_comb3,30,[2 4],2 4],1,1 +350613,350613,12,num,two_rule_comb3,31,[5 5],5 5],1,1 +350613,350613,12,num,two_rule_comb3,32,[9 6],9 6],1,1 +350613,350613,12,num,two_rule_comb3,33,[9 0],9 0],1,1 +350613,350613,12,num,two_rule_comb3,34,[3 4],3 4],1,1 +350613,350613,12,num,two_rule_comb3,35,[0 1],0 1],1,1 +350613,350613,12,num,two_rule_comb3,36,[6 3],6 3],1,1 +350613,350613,12,num,two_rule_comb3,37,[3 2],3 2],1,1 +350613,350613,12,num,two_rule_comb3,38,[2 1],1 2],0,1 +350613,350613,12,num,two_rule_comb3,39,[1 3],1 3],1,1 +350613,350613,12,num,two_rule_comb3,40,[9 1],9 1],1,1 +350613,350613,12,num,two_rule_comb3,41,[4 4],4 4],1,1 +350613,350613,12,num,two_rule_comb3,42,[9 8],8 8],0,1 +350613,350613,12,num,two_rule_comb3,43,[3 2],3 2],1,1 +350613,350613,12,num,two_rule_comb3,44,[0 8],0 8],1,1 +350613,350613,12,num,two_rule_comb3,45,[5 2],5 2],1,1 +350613,350613,12,num,two_rule_comb3,46,[2 3],2 3],1,1 +350613,350613,12,num,two_rule_comb3,47,[2 4],2 4],1,1 +350613,350613,12,num,two_rule_comb3,48,[5 1],5 1],1,1 +350613,350613,12,num,two_rule_comb3,49,[5 2],5 2],1,1 +350613,350613,12,num,two_rule_comb3,50,[6 9],None,0,1 +350613,350613,12,num,two_rule_comb3,51,[6 6],6 5],0,1 +350613,350613,12,num,two_rule_comb3,52,[6 3],6 3],1,1 +350613,350613,12,num,two_rule_comb3,53,[4 2],4 2],1,1 +350613,350613,12,num,two_rule_comb3,54,[9 9],9 9],1,1 +350613,350613,12,num,two_rule_comb3,55,[2 6],2 6],1,1 +350613,350613,12,num,two_rule_comb3,56,[3 0],3 0],1,1 +350613,350613,12,num,two_rule_comb3,57,[8 6],8 6],1,1 +350613,350613,12,num,two_rule_comb3,58,[7 8],7 8],1,1 +350613,350613,12,num,two_rule_comb3,59,[3 2],3 2],1,1 +350613,350613,12,num,two_rule_comb3,60,[8 1],8 1],1,1 +350613,350613,12,num,two_rule_comb3,61,[3 7],3 7],1,1 +350613,350613,12,num,two_rule_comb3,62,[9 6],None,0,1 +350613,350613,12,num,two_rule_comb3,63,[9 1],9 1],1,1 +350613,350613,12,num,two_rule_comb3,64,[1 1],1 4],0,1 +350613,350613,12,num,two_rule_comb3,65,[9 7],None,0,1 +350613,350613,12,num,two_rule_comb3,66,[8 7],7 7],0,1 +350613,350613,12,num,two_rule_comb3,67,[9 2],9 2],1,1 +350613,350613,12,num,two_rule_comb3,68,[8 2],8 2],1,1 +350613,350613,12,num,two_rule_comb3,69,[1 3],1 3],1,1 +350613,350613,12,num,two_rule_comb3,70,[4 7],4 7],1,1 +350613,350613,12,num,two_rule_comb3,71,[7 2],7 2],1,1 +350613,350613,12,num,two_rule_comb3,72,[0 2],0 2],1,1 +350613,350613,12,num,two_rule_comb3,73,[6 1],6 1],1,1 +350613,350613,12,num,two_rule_comb3,74,[3 3],3 3],1,1 +350613,350613,12,num,two_rule_comb3,75,[8 4],8 4],1,1 +350613,350613,12,num,two_rule_comb3,76,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb3,77,[0 8],8 8],0,1 +350613,350613,12,num,two_rule_comb3,78,[8 3],8 3],1,1 +350613,350613,12,num,two_rule_comb3,79,[4 2],4 2],1,1 +350613,350613,12,num,two_rule_comb3,80,[1 0],1 0],1,1 +350613,350613,12,num,two_rule_comb3,81,[3 0],3 0],1,1 +350613,350613,12,num,two_rule_comb3,82,[1 4],1 4],1,1 +350613,350613,12,num,two_rule_comb3,83,[0 4],0 4],1,1 +350613,350613,12,num,two_rule_comb3,84,[1 4],1 4],1,1 +350613,350613,12,num,two_rule_comb3,85,[6 9],None,0,1 +350613,350613,12,num,two_rule_comb3,86,[3 8],3 8],1,1 +350613,350613,12,num,two_rule_comb3,87,[9 5],None,0,1 +350613,350613,12,num,two_rule_comb3,88,[6 2],6 2],1,1 +350613,350613,12,num,two_rule_comb3,89,[2 1],1 1],0,1 +350613,350613,12,num,two_rule_comb3,90,[3 6],3 6],1,1 +350613,350613,12,num,two_rule_comb3,91,[5 4],5 4],1,1 +350613,350613,12,num,two_rule_comb3,92,[2 5],2 5],1,1 +350613,350613,12,num,two_rule_comb3,93,[2 6],2 6],1,1 +350613,350613,12,num,two_rule_comb3,94,[6 2],6 2],1,1 +350613,350613,12,num,two_rule_comb3,95,[7 8],7 8],1,1 +350613,350613,12,num,two_rule_comb3,96,[5 8],5 5],0,1 +350613,350613,12,num,two_rule_comb3,97,[8 9],8 9],1,1 +350613,350613,12,num,two_rule_comb3,98,[1 3],1 3],1,1 +350613,350613,12,num,two_rule_comb3,99,[4 9],4 9],1,1 +350613,350613,12,num,two_rule_comb4,0,[1 6],1 6],1,1 +350613,350613,12,num,two_rule_comb4,1,[5 7],5 8],0,1 +350613,350613,12,num,two_rule_comb4,2,[4 3],4 3],1,1 +350613,350613,12,num,two_rule_comb4,3,[3 1],3 4],0,1 +350613,350613,12,num,two_rule_comb4,4,[1 4],1 6],0,1 +350613,350613,12,num,two_rule_comb4,5,[9 1],9 1],1,1 +350613,350613,12,num,two_rule_comb4,6,[1 3],1 3],1,1 +350613,350613,12,num,two_rule_comb4,7,[3 4],3 4],1,1 +350613,350613,12,num,two_rule_comb4,8,[6 4],6 4],1,1 +350613,350613,12,num,two_rule_comb4,9,[2 4],2 4],1,1 +350613,350613,12,num,two_rule_comb4,10,[8 5],8 5],1,1 +350613,350613,12,num,two_rule_comb4,11,[0 1],0 1],1,1 +350613,350613,12,num,two_rule_comb4,12,[9 4],9 4],1,1 +350613,350613,12,num,two_rule_comb4,13,[9 0],9 0],1,1 +350613,350613,12,num,two_rule_comb4,14,[9 2],9 2],1,1 +350613,350613,12,num,two_rule_comb4,15,[6 6],6 6],1,1 +350613,350613,12,num,two_rule_comb4,16,[1 0],1 0],1,1 +350613,350613,12,num,two_rule_comb4,17,[5 9],5 6],0,1 +350613,350613,12,num,two_rule_comb4,18,[7 9],7 9],1,1 +350613,350613,12,num,two_rule_comb4,19,[2 3],2 3],1,1 +350613,350613,12,num,two_rule_comb4,20,[9 2],9 9],0,1 +350613,350613,12,num,two_rule_comb4,21,[4 1],4 1],1,1 +350613,350613,12,num,two_rule_comb4,22,[4 3],4 3],1,1 +350613,350613,12,num,two_rule_comb4,23,[1 3],1 5],0,1 +350613,350613,12,num,two_rule_comb4,24,[5 8],5 8],1,1 +350613,350613,12,num,two_rule_comb4,25,[5 3],0 3],0,1 +350613,350613,12,num,two_rule_comb4,26,[1 1],1 1],1,1 +350613,350613,12,num,two_rule_comb4,27,[8 4],8 4],1,1 +350613,350613,12,num,two_rule_comb4,28,[4 2],4 2],1,1 +350613,350613,12,num,two_rule_comb4,29,[4 1],4 1],1,1 +350613,350613,12,num,two_rule_comb4,30,[9 6],9 6],1,1 +350613,350613,12,num,two_rule_comb4,31,[0 7],0 3],0,1 +350613,350613,12,num,two_rule_comb4,32,[0 0],0 0],1,1 +350613,350613,12,num,two_rule_comb4,33,[5 0],5 0],1,1 +350613,350613,12,num,two_rule_comb4,34,[8 6],8 6],1,1 +350613,350613,12,num,two_rule_comb4,35,[5 7],7 7],0,1 +350613,350613,12,num,two_rule_comb4,36,[0 4],0 4],1,1 +350613,350613,12,num,two_rule_comb4,37,[9 4],9 4],1,1 +350613,350613,12,num,two_rule_comb4,38,[7 0],7 1],0,1 +350613,350613,12,num,two_rule_comb4,39,[0 4],0 6],0,1 +350613,350613,12,num,two_rule_comb4,40,[7 2],7 2],1,1 +350613,350613,12,num,two_rule_comb4,41,[3 9],3 5],0,1 +350613,350613,12,num,two_rule_comb4,42,[5 0],5 0],1,1 +350613,350613,12,num,two_rule_comb4,43,[9 5],None,0,1 +350613,350613,12,num,two_rule_comb4,44,[5 0],5 0],1,1 +350613,350613,12,num,two_rule_comb4,45,[1 3],1 7],0,1 +350613,350613,12,num,two_rule_comb4,46,[1 0],1 6],0,1 +350613,350613,12,num,two_rule_comb4,47,[2 4],2 4],1,1 +350613,350613,12,num,two_rule_comb4,48,[5 4],5 3],0,1 +350613,350613,12,num,two_rule_comb4,49,[6 3],6 3],1,1 +350613,350613,12,num,two_rule_comb4,50,[9 4],None,0,1 +350613,350613,12,num,two_rule_comb4,51,[6 5],6 5],1,1 +350613,350613,12,num,two_rule_comb4,52,[8 6],8 6],1,1 +350613,350613,12,num,two_rule_comb4,53,[7 2],7 3],0,1 +350613,350613,12,num,two_rule_comb4,54,[6 4],6 4],1,1 +350613,350613,12,num,two_rule_comb4,55,[7 3],7 3],1,1 +350613,350613,12,num,two_rule_comb4,56,[7 9],7 9],1,1 +350613,350613,12,num,two_rule_comb4,57,[8 1],8 1],1,1 +350613,350613,12,num,two_rule_comb4,58,[6 1],6 1],1,1 +350613,350613,12,num,two_rule_comb4,59,[8 8],8 10],0,1 +350613,350613,12,num,two_rule_comb4,60,[1 5],1 1],0,1 +350613,350613,12,num,two_rule_comb4,61,[8 5],8 5],1,1 +350613,350613,12,num,two_rule_comb4,62,[9 3],9 3],1,1 +350613,350613,12,num,two_rule_comb4,63,[0 2],0 16],0,1 +350613,350613,12,num,two_rule_comb4,64,[0 2],0 6],0,1 +350613,350613,12,num,two_rule_comb4,65,[2 7],6 7],0,1 +350613,350613,12,num,two_rule_comb4,66,[2 7],2 7],1,1 +350613,350613,12,num,two_rule_comb4,67,[6 4],6 3],0,1 +350613,350613,12,num,two_rule_comb4,68,[3 7],3 7],1,1 +350613,350613,12,num,two_rule_comb4,69,[1 5],1 5],1,1 +350613,350613,12,num,two_rule_comb4,70,[1 1],1 1],1,1 +350613,350613,12,num,two_rule_comb4,71,[0 1],0 1],1,1 +350613,350613,12,num,two_rule_comb4,72,[4 9],4 6],0,1 +350613,350613,12,num,two_rule_comb4,73,[5 3],5 3],1,1 +350613,350613,12,num,two_rule_comb4,74,[0 0],0 0],1,1 +350613,350613,12,num,two_rule_comb4,75,[3 0],3 0],1,1 +350613,350613,12,num,two_rule_comb4,76,[1 3],1 8],0,1 +350613,350613,12,num,two_rule_comb4,77,[3 9],3 9],1,1 +350613,350613,12,num,two_rule_comb4,78,[7 5],7 5],1,1 +350613,350613,12,num,two_rule_comb4,79,[5 6],5 6],1,1 +350613,350613,12,num,two_rule_comb4,80,[4 6],4 6],1,1 +350613,350613,12,num,two_rule_comb4,81,[4 8],4 8],1,1 +350613,350613,12,num,two_rule_comb4,82,[3 2],3 7],0,1 +350613,350613,12,num,two_rule_comb4,83,[0 2],0 16],0,1 +350613,350613,12,num,two_rule_comb4,84,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb4,85,[5 1],5 1],1,1 +350613,350613,12,num,two_rule_comb4,86,[7 8],7 8],1,1 +350613,350613,12,num,two_rule_comb4,87,[0 5],0 2],0,1 +350613,350613,12,num,two_rule_comb4,88,[7 4],7 1],0,1 +350613,350613,12,num,two_rule_comb4,89,[9 9],9 9],1,1 +350613,350613,12,num,two_rule_comb4,90,[8 0],8 0],1,1 +350613,350613,12,num,two_rule_comb4,91,[2 1],2 5],0,1 +350613,350613,12,num,two_rule_comb4,92,[4 5],4 6],0,1 +350613,350613,12,num,two_rule_comb4,93,[4 5],4 5],1,1 +350613,350613,12,num,two_rule_comb4,94,[6 0],6 3],0,1 +350613,350613,12,num,two_rule_comb4,95,[3 5],3 5],1,1 +350613,350613,12,num,two_rule_comb4,96,[7 1],7 1],1,1 +350613,350613,12,num,two_rule_comb4,97,[4 9],4 9],1,1 +350613,350613,12,num,two_rule_comb4,98,[0 9],0 9],1,1 +350613,350613,12,num,two_rule_comb4,99,[1 6],1 6],1,1 +350613,350613,12,num,two_rule_comb5,0,[2 0],2 0],1,1 +350613,350613,12,num,two_rule_comb5,1,[4 4],4 4],1,1 +350613,350613,12,num,two_rule_comb5,2,[9 9],9 9],1,1 +350613,350613,12,num,two_rule_comb5,3,[4 5],4 5],1,1 +350613,350613,12,num,two_rule_comb5,4,[9 4],9 4],1,1 +350613,350613,12,num,two_rule_comb5,5,[0 1],0 1],1,1 +350613,350613,12,num,two_rule_comb5,6,[9 1],9 1],1,1 +350613,350613,12,num,two_rule_comb5,7,[2 3],2 3],1,1 +350613,350613,12,num,two_rule_comb5,8,[4 0],4 0],1,1 +350613,350613,12,num,two_rule_comb5,9,[3 4],3 4],1,1 +350613,350613,12,num,two_rule_comb5,10,[9 0],9 0],1,1 +350613,350613,12,num,two_rule_comb5,11,[4 8],4 8],1,1 +350613,350613,12,num,two_rule_comb5,12,[9 6],9 6],1,1 +350613,350613,12,num,two_rule_comb5,13,[3 6],3 6],1,1 +350613,350613,12,num,two_rule_comb5,14,[5 8],5 8],1,1 +350613,350613,12,num,two_rule_comb5,15,[6 1],6 1],1,1 +350613,350613,12,num,two_rule_comb5,16,[1 9],1 9],1,1 +350613,350613,12,num,two_rule_comb5,17,[6 4],6 4],1,1 +350613,350613,12,num,two_rule_comb5,18,[1 0],1 0],1,1 +350613,350613,12,num,two_rule_comb5,19,[7 9],7 9],1,1 +350613,350613,12,num,two_rule_comb5,20,[1 9],1 9],1,1 +350613,350613,12,num,two_rule_comb5,21,[8 5],8 5],1,1 +350613,350613,12,num,two_rule_comb5,22,[9 6],9 6],1,1 +350613,350613,12,num,two_rule_comb5,23,[6 0],6 0],1,1 +350613,350613,12,num,two_rule_comb5,24,[9 3],9 3],1,1 +350613,350613,12,num,two_rule_comb5,25,[9 8],9 8],1,1 +350613,350613,12,num,two_rule_comb5,26,[1 5],1 5],1,1 +350613,350613,12,num,two_rule_comb5,27,[2 6],2 6],1,1 +350613,350613,12,num,two_rule_comb5,28,[9 8],9 8],1,1 +350613,350613,12,num,two_rule_comb5,29,[8 7],8 7],1,1 +350613,350613,12,num,two_rule_comb5,30,[7 4],7 4],1,1 +350613,350613,12,num,two_rule_comb5,31,[5 3],5 3],1,1 +350613,350613,12,num,two_rule_comb5,32,[1 8],1 8],1,1 +350613,350613,12,num,two_rule_comb5,33,[9 0],9 0],1,1 +350613,350613,12,num,two_rule_comb5,34,[8 4],8 4],1,1 +350613,350613,12,num,two_rule_comb5,35,[0 0],0 0],1,1 +350613,350613,12,num,two_rule_comb5,36,[3 1],3 1],1,1 +350613,350613,12,num,two_rule_comb5,37,[5 6],5 6],1,1 +350613,350613,12,num,two_rule_comb5,38,[4 3],4 3],1,1 +350613,350613,12,num,two_rule_comb5,39,[7 5],7 5],1,1 +350613,350613,12,num,two_rule_comb5,40,[0 9],0 9],1,1 +350613,350613,12,num,two_rule_comb5,41,[9 5],None,0,1 +350613,350613,12,num,two_rule_comb5,42,[0 4],0 4],1,1 +350613,350613,12,num,two_rule_comb5,43,[5 9],5 9],1,1 +350613,350613,12,num,two_rule_comb5,44,[2 1],2 1],1,1 +350613,350613,12,num,two_rule_comb5,45,[2 1],2 1],1,1 +350613,350613,12,num,two_rule_comb5,46,[3 9],3 9],1,1 +350613,350613,12,num,two_rule_comb5,47,[5 7],5 7],1,1 +350613,350613,12,num,two_rule_comb5,48,[3 8],3 8],1,1 +350613,350613,12,num,two_rule_comb5,49,[0 8],0 8],1,1 +350613,350613,12,num,two_rule_comb5,50,[3 5],3 5],1,1 +350613,350613,12,num,two_rule_comb5,51,[1 7],1 7],1,1 +350613,350613,12,num,two_rule_comb5,52,[4 9],4 9],1,1 +350613,350613,12,num,two_rule_comb5,53,[4 2],4 2],1,1 +350613,350613,12,num,two_rule_comb5,54,[0 9],0 9],1,1 +350613,350613,12,num,two_rule_comb5,55,[1 0],1 0],1,1 +350613,350613,12,num,two_rule_comb5,56,[9 5],None,0,1 +350613,350613,12,num,two_rule_comb5,57,[5 5],5 5],1,1 +350613,350613,12,num,two_rule_comb5,58,[0 5],0 5],1,1 +350613,350613,12,num,two_rule_comb5,59,[6 2],6 2],1,1 +350613,350613,12,num,two_rule_comb5,60,[6 5],6 5],1,1 +350613,350613,12,num,two_rule_comb5,61,[8 6],8 6],1,1 +350613,350613,12,num,two_rule_comb5,62,[4 6],4 6],1,1 +350613,350613,12,num,two_rule_comb5,63,[3 8],3 8],1,1 +350613,350613,12,num,two_rule_comb5,64,[8 0],8 0],1,1 +350613,350613,12,num,two_rule_comb5,65,[6 5],6 5],1,1 +350613,350613,12,num,two_rule_comb5,66,[0 7],0 7],1,1 +350613,350613,12,num,two_rule_comb5,67,[2 5],2 5],1,1 +350613,350613,12,num,two_rule_comb5,68,[4 0],4 0],1,1 +350613,350613,12,num,two_rule_comb5,69,[9 2],9 2],1,1 +350613,350613,12,num,two_rule_comb5,70,[7 0],7 0],1,1 +350613,350613,12,num,two_rule_comb5,71,[6 0],6 0],1,1 +350613,350613,12,num,two_rule_comb5,72,[8 0],8 0],1,1 +350613,350613,12,num,two_rule_comb5,73,[5 0],5 0],1,1 +350613,350613,12,num,two_rule_comb5,74,[4 9],4 9],1,1 +350613,350613,12,num,two_rule_comb5,75,[1 4],1 4],1,1 +350613,350613,12,num,two_rule_comb5,76,[9 0],9 0],1,1 +350613,350613,12,num,two_rule_comb5,77,[4 8],4 8],1,1 +350613,350613,12,num,two_rule_comb5,78,[4 1],4 1],1,1 +350613,350613,12,num,two_rule_comb5,79,[7 5],7 5],1,1 +350613,350613,12,num,two_rule_comb5,80,[4 3],4 3],1,1 +350613,350613,12,num,two_rule_comb5,81,[5 1],5 1],1,1 +350613,350613,12,num,two_rule_comb5,82,[5 1],5 1],1,1 +350613,350613,12,num,two_rule_comb5,83,[0 8],0 8],1,1 +350613,350613,12,num,two_rule_comb5,84,[2 8],2 8],1,1 +350613,350613,12,num,two_rule_comb5,85,[7 2],7 2],1,1 +350613,350613,12,num,two_rule_comb5,86,[3 9],3 9],1,1 +350613,350613,12,num,two_rule_comb5,87,[7 3],7 3],1,1 +350613,350613,12,num,two_rule_comb5,88,[1 6],1 6],1,1 +350613,350613,12,num,two_rule_comb5,89,[4 0],4 0],1,1 +350613,350613,12,num,two_rule_comb5,90,[4 9],4 9],1,1 +350613,350613,12,num,two_rule_comb5,91,[8 4],8 4],1,1 +350613,350613,12,num,two_rule_comb5,92,[4 4],4 4],1,1 +350613,350613,12,num,two_rule_comb5,93,[1 5],1 5],1,1 +350613,350613,12,num,two_rule_comb5,94,[1 8],1 8],1,1 +350613,350613,12,num,two_rule_comb5,95,[6 7],6 7],1,1 +350613,350613,12,num,two_rule_comb5,96,[1 1],1 1],1,1 +350613,350613,12,num,two_rule_comb5,97,[9 7],None,0,1 +350613,350613,12,num,two_rule_comb5,98,[6 8],6 8],1,1 +350613,350613,12,num,two_rule_comb5,99,[0 8],0 8],1,1 +350613,350613,12,num,three_rule_comb0,0,[1 8 8],1 8 8],1,1 +350613,350613,12,num,three_rule_comb0,1,[3 0 0],3 0 0],1,1 +350613,350613,12,num,three_rule_comb0,2,[2 9 0],2 9 0],1,1 +350613,350613,12,num,three_rule_comb0,3,[9 7 2],9 7 2],1,1 +350613,350613,12,num,three_rule_comb0,4,[8 0 5],8 0 5],1,1 +350613,350613,12,num,three_rule_comb0,5,[6 0 9],6 0 9],1,1 +350613,350613,12,num,three_rule_comb0,6,[4 9 8],4 9 8],1,1 +350613,350613,12,num,three_rule_comb0,7,[8 7 1],8 7 1],1,1 +350613,350613,12,num,three_rule_comb0,8,[2 5 3],2 5 3],1,1 +350613,350613,12,num,three_rule_comb0,9,[8 9 4],8 9 4],1,1 +350613,350613,12,num,three_rule_comb0,10,[1 5 7],1 5 7],1,1 +350613,350613,12,num,three_rule_comb0,11,[9 1 3],9 1 3],1,1 +350613,350613,12,num,three_rule_comb0,12,[1 5 4],1 5 4],1,1 +350613,350613,12,num,three_rule_comb0,13,[7 7 9],7 7 9],1,1 +350613,350613,12,num,three_rule_comb0,14,[4 9 5],4 9 5],1,1 +350613,350613,12,num,three_rule_comb0,15,[4 7 2],4 7 2],1,1 +350613,350613,12,num,three_rule_comb0,16,[6 3 1],6 3 1],1,1 +350613,350613,12,num,three_rule_comb0,17,[8 2 4],8 2 4],1,1 +350613,350613,12,num,three_rule_comb0,18,[5 7 7],5 7 7],1,1 +350613,350613,12,num,three_rule_comb0,19,[5 6 3],5 6 3],1,1 +350613,350613,12,num,three_rule_comb0,20,[2 2 4],2 2 4],1,1 +350613,350613,12,num,three_rule_comb0,21,[7 1 0],7 1 0],1,1 +350613,350613,12,num,three_rule_comb0,22,[8 1 1],8 1 1],1,1 +350613,350613,12,num,three_rule_comb0,23,[2 1 3],2 1 3],1,1 +350613,350613,12,num,three_rule_comb0,24,[6 7 1],6 7 1],1,1 +350613,350613,12,num,three_rule_comb0,25,[1 4 3],1 4 3],1,1 +350613,350613,12,num,three_rule_comb0,26,[8 9 6],8 9 6],1,1 +350613,350613,12,num,three_rule_comb0,27,[4 3 3],4 3 3],1,1 +350613,350613,12,num,three_rule_comb0,28,[8 4 1],8 4 1],1,1 +350613,350613,12,num,three_rule_comb0,29,[2 0 4],2 0 4],1,1 +350613,350613,12,num,three_rule_comb0,30,[6 7 3],6 7 3],1,1 +350613,350613,12,num,three_rule_comb0,31,[1 1 8],1 1 8],1,1 +350613,350613,12,num,three_rule_comb0,32,[4 8 8],4 8 8],1,1 +350613,350613,12,num,three_rule_comb0,33,[0 5 5],0 5 5],1,1 +350613,350613,12,num,three_rule_comb0,34,[1 8 0],1 8 0],1,1 +350613,350613,12,num,three_rule_comb0,35,[5 8 0],5 8 0],1,1 +350613,350613,12,num,three_rule_comb0,36,[1 4 8],1 4 8],1,1 +350613,350613,12,num,three_rule_comb0,37,[1 6 4],1 6 4],1,1 +350613,350613,12,num,three_rule_comb0,38,[8 7 9],8 7 9],1,1 +350613,350613,12,num,three_rule_comb0,39,[8 8 1],8 8 1],1,1 +350613,350613,12,num,three_rule_comb0,40,[9 4 4],9 4 4],1,1 +350613,350613,12,num,three_rule_comb0,41,[0 1 7],0 1 7],1,1 +350613,350613,12,num,three_rule_comb0,42,[7 0 6],7 0 6],1,1 +350613,350613,12,num,three_rule_comb0,43,[3 0 3],3 0 3],1,1 +350613,350613,12,num,three_rule_comb0,44,[9 1 0],9 1 0],1,1 +350613,350613,12,num,three_rule_comb0,45,[8 7 2],8 7 2],1,1 +350613,350613,12,num,three_rule_comb0,46,[2 6 6],2 6 6],1,1 +350613,350613,12,num,three_rule_comb0,47,[7 2 7],7 2 7],1,1 +350613,350613,12,num,three_rule_comb0,48,[8 3 5],8 3 5],1,1 +350613,350613,12,num,three_rule_comb0,49,[4 4 9],4 4 9],1,1 +350613,350613,12,num,three_rule_comb0,50,[8 3 7],8 3 7],1,1 +350613,350613,12,num,three_rule_comb0,51,[2 1 7],2 1 7],1,1 +350613,350613,12,num,three_rule_comb0,52,[9 5 5],9 5 5],1,1 +350613,350613,12,num,three_rule_comb0,53,[8 3 7],8 3 7],1,1 +350613,350613,12,num,three_rule_comb0,54,[4 9 1],4 9 1],1,1 +350613,350613,12,num,three_rule_comb0,55,[7 4 6],7 4 6],1,1 +350613,350613,12,num,three_rule_comb0,56,[7 3 7],7 3 7],1,1 +350613,350613,12,num,three_rule_comb0,57,[0 4 9],0 4 9],1,1 +350613,350613,12,num,three_rule_comb0,58,[2 1 9],2 1 9],1,1 +350613,350613,12,num,three_rule_comb0,59,[3 2 6],3 2 6],1,1 +350613,350613,12,num,three_rule_comb0,60,[2 5 1],2 5 1],1,1 +350613,350613,12,num,three_rule_comb0,61,[3 1 0],3 1 0],1,1 +350613,350613,12,num,three_rule_comb0,62,[9 8 5],None,0,1 +350613,350613,12,num,three_rule_comb0,63,[5 6 3],5 6 3],1,1 +350613,350613,12,num,three_rule_comb0,64,[3 5 5],3 5 5],1,1 +350613,350613,12,num,three_rule_comb0,65,[1 0 6],1 0 6],1,1 +350613,350613,12,num,three_rule_comb0,66,[0 8 2],0 8 2],1,1 +350613,350613,12,num,three_rule_comb0,67,[8 3 9],8 3 9],1,1 +350613,350613,12,num,three_rule_comb0,68,[7 5 4],7 5 4],1,1 +350613,350613,12,num,three_rule_comb0,69,[2 1 7],2 1 7],1,1 +350613,350613,12,num,three_rule_comb0,70,[8 8 3],8 8 3],1,1 +350613,350613,12,num,three_rule_comb0,71,[7 8 6],7 8 6],1,1 +350613,350613,12,num,three_rule_comb0,72,[5 5 6],5 5 6],1,1 +350613,350613,12,num,three_rule_comb0,73,[1 2 8],1 2 8],1,1 +350613,350613,12,num,three_rule_comb0,74,[1 0 7],1 0 7],1,1 +350613,350613,12,num,three_rule_comb0,75,[6 9 3],6 9 3],1,1 +350613,350613,12,num,three_rule_comb0,76,[4 2 6],4 2 6],1,1 +350613,350613,12,num,three_rule_comb0,77,[4 6 7],4 6 7],1,1 +350613,350613,12,num,three_rule_comb0,78,[2 7 9],2 7 9],1,1 +350613,350613,12,num,three_rule_comb0,79,[6 9 2],6 9 2],1,1 +350613,350613,12,num,three_rule_comb0,80,[1 3 7],1 3 7],1,1 +350613,350613,12,num,three_rule_comb0,81,[8 2 3],8 2 3],1,1 +350613,350613,12,num,three_rule_comb0,82,[2 4 9],2 4 9],1,1 +350613,350613,12,num,three_rule_comb0,83,[6 9 7],None,0,1 +350613,350613,12,num,three_rule_comb0,84,[8 7 5],8 7 5],1,1 +350613,350613,12,num,three_rule_comb0,85,[8 9 7],8 9 7],1,1 +350613,350613,12,num,three_rule_comb0,86,[6 7 7],6 7 7],1,1 +350613,350613,12,num,three_rule_comb0,87,[6 1 9],6 1 9],1,1 +350613,350613,12,num,three_rule_comb0,88,[1 3 7],1 3 7],1,1 +350613,350613,12,num,three_rule_comb0,89,[2 1 9],2 1 9],1,1 +350613,350613,12,num,three_rule_comb0,90,[2 0 7],2 0 7],1,1 +350613,350613,12,num,three_rule_comb0,91,[4 0 4],4 0 4],1,1 +350613,350613,12,num,three_rule_comb0,92,[5 4 1],5 4 1],1,1 +350613,350613,12,num,three_rule_comb0,93,[0 8 2],0 8 2],1,1 +350613,350613,12,num,three_rule_comb0,94,[0 3 5],0 3 5],1,1 +350613,350613,12,num,three_rule_comb0,95,[7 9 2],7 9 2],1,1 +350613,350613,12,num,three_rule_comb0,96,[9 7 7],9 7 7],1,1 +350613,350613,12,num,three_rule_comb0,97,[2 1 8],2 1 8],1,1 +350613,350613,12,num,three_rule_comb0,98,[4 7 9],4 7 9],1,1 +350613,350613,12,num,three_rule_comb0,99,[5 8 1],5 8 1],1,1 +350613,350613,12,num,three_rule_comb1,0,[6 9 0],6 9 0],1,1 +350613,350613,12,num,three_rule_comb1,1,[8 9 9],8 9 9],1,1 +350613,350613,12,num,three_rule_comb1,2,[3 3 2],16 3 2],0,1 +350613,350613,12,num,three_rule_comb1,3,[6 4 8],6 4 1],0,1 +350613,350613,12,num,three_rule_comb1,4,[2 2 3],2 2 3],1,1 +350613,350613,12,num,three_rule_comb1,5,[2 3 5],2 2 5],0,1 +350613,350613,12,num,three_rule_comb1,6,[6 4 4],6 4 5],0,1 +350613,350613,12,num,three_rule_comb1,7,[5 7 6],5 7 5],0,1 +350613,350613,12,num,three_rule_comb1,8,[2 4 7],2 4 7],1,1 +350613,350613,12,num,three_rule_comb1,9,[7 7 8],7 7 8],1,1 +350613,350613,12,num,three_rule_comb1,10,[1 9 1],1 9 1],1,1 +350613,350613,12,num,three_rule_comb1,11,[3 5 5],3 5 3],0,1 +350613,350613,12,num,three_rule_comb1,12,[7 7 6],7 4 6],0,1 +350613,350613,12,num,three_rule_comb1,13,[8 3 2],8 3 2],1,1 +350613,350613,12,num,three_rule_comb1,14,[8 9 3],8 9 3],1,1 +350613,350613,12,num,three_rule_comb1,15,[0 3 0],0 3 0],1,1 +350613,350613,12,num,three_rule_comb1,16,[4 6 0],4 3 0],0,1 +350613,350613,12,num,three_rule_comb1,17,[2 7 0],2 7 0],1,1 +350613,350613,12,num,three_rule_comb1,18,[3 3 5],3 3 5],1,1 +350613,350613,12,num,three_rule_comb1,19,[7 4 9],7 4 9],1,1 +350613,350613,12,num,three_rule_comb1,20,[4 1 0],4 1 0],1,1 +350613,350613,12,num,three_rule_comb1,21,[9 1 6],2 1 6],0,1 +350613,350613,12,num,three_rule_comb1,22,[5 5 7],5 5 0],0,1 +350613,350613,12,num,three_rule_comb1,23,[1 8 9],1 4 9],0,1 +350613,350613,12,num,three_rule_comb1,24,[9 4 3],9 4 3],1,1 +350613,350613,12,num,three_rule_comb1,25,[8 4 6],8 4 6],1,1 +350613,350613,12,num,three_rule_comb1,26,[8 7 1],8 7 1],1,1 +350613,350613,12,num,three_rule_comb1,27,[9 9 5],9 9 2],0,1 +350613,350613,12,num,three_rule_comb1,28,[0 2 8],0 2 0],0,1 +350613,350613,12,num,three_rule_comb1,29,[8 6 2],8 6 2],1,1 +350613,350613,12,num,three_rule_comb1,30,[6 0 0],6 0 0],1,1 +350613,350613,12,num,three_rule_comb1,31,[3 9 8],3 9 8],1,1 +350613,350613,12,num,three_rule_comb1,32,[1 2 0],1 5 0],0,1 +350613,350613,12,num,three_rule_comb1,33,[2 6 1],2 2 1],0,1 +350613,350613,12,num,three_rule_comb1,34,[4 4 2],4 4 8],0,1 +350613,350613,12,num,three_rule_comb1,35,[8 1 2],8 1 2],1,1 +350613,350613,12,num,three_rule_comb1,36,[4 8 2],9 8 2],0,1 +350613,350613,12,num,three_rule_comb1,37,[5 5 6],5 5 6],1,1 +350613,350613,12,num,three_rule_comb1,38,[8 8 2],8 8 9],0,1 +350613,350613,12,num,three_rule_comb1,39,[9 2 5],0 2 5],0,1 +350613,350613,12,num,three_rule_comb1,40,[3 2 0],8 2 0],0,1 +350613,350613,12,num,three_rule_comb1,41,[5 2 5],5 2 5],1,1 +350613,350613,12,num,three_rule_comb1,42,[5 6 0],3 6 0],0,1 +350613,350613,12,num,three_rule_comb1,43,[7 1 3],7 1 3],1,1 +350613,350613,12,num,three_rule_comb1,44,[2 6 5],10 6 5],0,1 +350613,350613,12,num,three_rule_comb1,45,[5 9 9],4 9 9],0,1 +350613,350613,12,num,three_rule_comb1,46,[6 5 8],6 7 8],0,1 +350613,350613,12,num,three_rule_comb1,47,[8 7 0],8 1 0],0,1 +350613,350613,12,num,three_rule_comb1,48,[1 6 2],1 1 2],0,1 +350613,350613,12,num,three_rule_comb1,49,[7 2 5],7 2 5],1,1 +350613,350613,12,num,three_rule_comb1,50,[5 1 3],5 1 3],1,1 +350613,350613,12,num,three_rule_comb1,51,[6 0 0],6 5 0],0,1 +350613,350613,12,num,three_rule_comb1,52,[9 7 5],6 7 5],0,1 +350613,350613,12,num,three_rule_comb1,53,[6 9 6],None,0,1 +350613,350613,12,num,three_rule_comb1,54,[4 6 5],2 6 5],0,1 +350613,350613,12,num,three_rule_comb1,55,[5 9 3],5 9 3],1,1 +350613,350613,12,num,three_rule_comb1,56,[7 7 4],7 7 2],0,1 +350613,350613,12,num,three_rule_comb1,57,[9 4 9],5 4 9],0,1 +350613,350613,12,num,three_rule_comb1,58,[9 5 0],9 5 9],0,1 +350613,350613,12,num,three_rule_comb1,59,[5 0 1],5 0 1],1,1 +350613,350613,12,num,three_rule_comb1,60,[8 4 3],8 2 3],0,1 +350613,350613,12,num,three_rule_comb1,61,[5 8 3],5 8 6],0,1 +350613,350613,12,num,three_rule_comb1,62,[4 0 4],4 1 4],0,1 +350613,350613,12,num,three_rule_comb1,63,[9 8 2],9 8 2],1,1 +350613,350613,12,num,three_rule_comb1,64,[6 9 7],5 9 7],0,1 +350613,350613,12,num,three_rule_comb1,65,[5 6 0],5 6 0],1,1 +350613,350613,12,num,three_rule_comb1,66,[2 2 7],2 4 7],0,1 +350613,350613,12,num,three_rule_comb1,67,[1 4 5],1 4 5],1,1 +350613,350613,12,num,three_rule_comb1,68,[2 1 0],2 1 0],1,1 +350613,350613,12,num,three_rule_comb1,69,[6 3 9],9 3 9],0,1 +350613,350613,12,num,three_rule_comb1,70,[1 3 2],1 3 2],1,1 +350613,350613,12,num,three_rule_comb1,71,[0 1 1],0 2 1],0,1 +350613,350613,12,num,three_rule_comb1,72,[3 2 5],8 2 5],0,1 +350613,350613,12,num,three_rule_comb1,73,[5 0 0],5 0 9],0,1 +350613,350613,12,num,three_rule_comb1,74,[9 0 8],9 0 8],1,1 +350613,350613,12,num,three_rule_comb1,75,[9 2 0],4 2 0],0,1 +350613,350613,12,num,three_rule_comb1,76,[7 0 0],7 0 9],0,1 +350613,350613,12,num,three_rule_comb1,77,[3 1 8],3 1 8],1,1 +350613,350613,12,num,three_rule_comb1,78,[9 9 3],9 9 3],1,1 +350613,350613,12,num,three_rule_comb1,79,[2 3 4],2 2 4],0,1 +350613,350613,12,num,three_rule_comb1,80,[7 5 3],2 5 3],0,1 +350613,350613,12,num,three_rule_comb1,81,[9 7 3],9 7 3],1,1 +350613,350613,12,num,three_rule_comb1,82,[0 3 8],0 3 5],0,1 +350613,350613,12,num,three_rule_comb1,83,[5 0 1],5 0 1],1,1 +350613,350613,12,num,three_rule_comb1,84,[4 8 7],4 2 7],0,1 +350613,350613,12,num,three_rule_comb1,85,[8 1 2],8 1 4],0,1 +350613,350613,12,num,three_rule_comb1,86,[8 5 7],8 5 7],1,1 +350613,350613,12,num,three_rule_comb1,87,[1 0 7],1 6 7],0,1 +350613,350613,12,num,three_rule_comb1,88,[3 4 8],None,0,1 +350613,350613,12,num,three_rule_comb1,89,[9 7 4],None,0,1 +350613,350613,12,num,three_rule_comb1,90,[4 1 8],4 1 1],0,1 +350613,350613,12,num,three_rule_comb1,91,[1 1 3],1 1 3],1,1 +350613,350613,12,num,three_rule_comb1,92,[9 6 9],9 6 9],1,1 +350613,350613,12,num,three_rule_comb1,93,[3 8 1],3 8 1],1,1 +350613,350613,12,num,three_rule_comb1,94,[3 8 0],3 8 0],1,1 +350613,350613,12,num,three_rule_comb1,95,[1 5 5],1 5 5],1,1 +350613,350613,12,num,three_rule_comb1,96,[5 1 7],5 1 7],1,1 +350613,350613,12,num,three_rule_comb1,97,[3 5 5],3 5 5],1,1 +350613,350613,12,num,three_rule_comb1,98,[6 9 4],7 9 4],0,1 +350613,350613,12,num,three_rule_comb1,99,[7 5 7],7 10 7],0,1 +350613,350613,12,num,three_rule_comb2,0,[0 0 1],0 0 1],1,1 +350613,350613,12,num,three_rule_comb2,1,[1 1 9],1 1 9],1,1 +350613,350613,12,num,three_rule_comb2,2,[8 5 6],8 5 6],1,1 +350613,350613,12,num,three_rule_comb2,3,[2 8 8],2 8 8],1,1 +350613,350613,12,num,three_rule_comb2,4,[9 3 1],9 3 1],1,1 +350613,350613,12,num,three_rule_comb2,5,[2 3 2],2 3 2],1,1 +350613,350613,12,num,three_rule_comb2,6,[4 5 3],4 5 3],1,1 +350613,350613,12,num,three_rule_comb2,7,[7 4 9],7 4 9],1,1 +350613,350613,12,num,three_rule_comb2,8,[3 8 8],3 8 8],1,1 +350613,350613,12,num,three_rule_comb2,9,[1 8 5],1 8 5],1,1 +350613,350613,12,num,three_rule_comb2,10,[1 5 9],1 5 9],1,1 +350613,350613,12,num,three_rule_comb2,11,[5 9 0],5 9 0],1,1 +350613,350613,12,num,three_rule_comb2,12,[6 2 7],6 2 7],1,1 +350613,350613,12,num,three_rule_comb2,13,[5 2 7],5 2 7],1,1 +350613,350613,12,num,three_rule_comb2,14,[2 7 8],2 7 8],1,1 +350613,350613,12,num,three_rule_comb2,15,[9 5 2],9 5 2],1,1 +350613,350613,12,num,three_rule_comb2,16,[3 5 1],3 5 1],1,1 +350613,350613,12,num,three_rule_comb2,17,[3 0 3],3 0 3],1,1 +350613,350613,12,num,three_rule_comb2,18,[6 3 9],6 3 9],1,1 +350613,350613,12,num,three_rule_comb2,19,[4 7 4],4 7 4],1,1 +350613,350613,12,num,three_rule_comb2,20,[1 9 9],1 9 9],1,1 +350613,350613,12,num,three_rule_comb2,21,[5 5 3],5 5 3],1,1 +350613,350613,12,num,three_rule_comb2,22,[7 0 1],7 0 1],1,1 +350613,350613,12,num,three_rule_comb2,23,[2 1 8],2 1 8],1,1 +350613,350613,12,num,three_rule_comb2,24,[0 9 5],0 9 5],1,1 +350613,350613,12,num,three_rule_comb2,25,[6 8 4],6 8 4],1,1 +350613,350613,12,num,three_rule_comb2,26,[2 3 7],2 3 7],1,1 +350613,350613,12,num,three_rule_comb2,27,[1 5 2],1 5 2],1,1 +350613,350613,12,num,three_rule_comb2,28,[1 0 7],1 0 7],1,1 +350613,350613,12,num,three_rule_comb2,29,[6 5 1],6 5 1],1,1 +350613,350613,12,num,three_rule_comb2,30,[2 5 8],2 5 8],1,1 +350613,350613,12,num,three_rule_comb2,31,[1 0 1],1 0 1],1,1 +350613,350613,12,num,three_rule_comb2,32,[3 4 5],3 4 5],1,1 +350613,350613,12,num,three_rule_comb2,33,[6 7 2],6 7 2],1,1 +350613,350613,12,num,three_rule_comb2,34,[1 4 9],1 4 9],1,1 +350613,350613,12,num,three_rule_comb2,35,[1 0 3],1 0 3],1,1 +350613,350613,12,num,three_rule_comb2,36,[3 0 8],3 0 8],1,1 +350613,350613,12,num,three_rule_comb2,37,[6 2 2],6 2 2],1,1 +350613,350613,12,num,three_rule_comb2,38,[7 8 9],7 8 9],1,1 +350613,350613,12,num,three_rule_comb2,39,[0 1 9],0 1 9],1,1 +350613,350613,12,num,three_rule_comb2,40,[5 0 4],5 0 4],1,1 +350613,350613,12,num,three_rule_comb2,41,[4 8 7],4 8 7],1,1 +350613,350613,12,num,three_rule_comb2,42,[8 2 1],8 2 1],1,1 +350613,350613,12,num,three_rule_comb2,43,[7 6 7],7 6 7],1,1 +350613,350613,12,num,three_rule_comb2,44,[2 9 9],2 9 9],1,1 +350613,350613,12,num,three_rule_comb2,45,[0 1 7],0 1 7],1,1 +350613,350613,12,num,three_rule_comb2,46,[1 0 0],1 0 0],1,1 +350613,350613,12,num,three_rule_comb2,47,[4 4 7],4 4 7],1,1 +350613,350613,12,num,three_rule_comb2,48,[0 5 8],0 5 8],1,1 +350613,350613,12,num,three_rule_comb2,49,[8 8 2],8 8 2],1,1 +350613,350613,12,num,three_rule_comb2,50,[6 7 7],6 7 7],1,1 +350613,350613,12,num,three_rule_comb2,51,[4 2 3],4 2 3],1,1 +350613,350613,12,num,three_rule_comb2,52,[5 4 1],5 4 1],1,1 +350613,350613,12,num,three_rule_comb2,53,[1 1 4],1 1 4],1,1 +350613,350613,12,num,three_rule_comb2,54,[5 2 4],5 2 4],1,1 +350613,350613,12,num,three_rule_comb2,55,[8 6 8],8 6 8],1,1 +350613,350613,12,num,three_rule_comb2,56,[2 3 3],2 3 3],1,1 +350613,350613,12,num,three_rule_comb2,57,[1 2 8],1 2 8],1,1 +350613,350613,12,num,three_rule_comb2,58,[3 2 8],3 2 8],1,1 +350613,350613,12,num,three_rule_comb2,59,[1 6 4],1 6 4],1,1 +350613,350613,12,num,three_rule_comb2,60,[9 5 1],9 5 1],1,1 +350613,350613,12,num,three_rule_comb2,61,[7 7 7],7 7 7],1,1 +350613,350613,12,num,three_rule_comb2,62,[8 6 2],8 6 2],1,1 +350613,350613,12,num,three_rule_comb2,63,[6 5 7],6 5 7],1,1 +350613,350613,12,num,three_rule_comb2,64,[1 2 2],1 2 2],1,1 +350613,350613,12,num,three_rule_comb2,65,[3 0 6],3 0 6],1,1 +350613,350613,12,num,three_rule_comb2,66,[9 3 9],9 3 9],1,1 +350613,350613,12,num,three_rule_comb2,67,[9 8 9],9 8 9],1,1 +350613,350613,12,num,three_rule_comb2,68,[6 0 0],6 0 0],1,1 +350613,350613,12,num,three_rule_comb2,69,[9 9 7],9 9 7],1,1 +350613,350613,12,num,three_rule_comb2,70,[4 7 4],4 7 4],1,1 +350613,350613,12,num,three_rule_comb2,71,[0 1 5],0 1 5],1,1 +350613,350613,12,num,three_rule_comb2,72,[4 0 1],4 0 1],1,1 +350613,350613,12,num,three_rule_comb2,73,[1 3 6],1 3 6],1,1 +350613,350613,12,num,three_rule_comb2,74,[5 8 8],5 8 8],1,1 +350613,350613,12,num,three_rule_comb2,75,[7 3 0],7 3 0],1,1 +350613,350613,12,num,three_rule_comb2,76,[2 9 7],2 9 7],1,1 +350613,350613,12,num,three_rule_comb2,77,[1 9 8],1 9 8],1,1 +350613,350613,12,num,three_rule_comb2,78,[1 8 8],1 8 8],1,1 +350613,350613,12,num,three_rule_comb2,79,[7 4 7],7 4 7],1,1 +350613,350613,12,num,three_rule_comb2,80,[7 9 7],7 9 7],1,1 +350613,350613,12,num,three_rule_comb2,81,[7 0 6],7 0 6],1,1 +350613,350613,12,num,three_rule_comb2,82,[4 2 2],4 2 2],1,1 +350613,350613,12,num,three_rule_comb2,83,[6 0 7],6 0 7],1,1 +350613,350613,12,num,three_rule_comb2,84,[5 4 2],5 4 2],1,1 +350613,350613,12,num,three_rule_comb2,85,[8 6 0],8 6 0],1,1 +350613,350613,12,num,three_rule_comb2,86,[7 8 4],7 8 4],1,1 +350613,350613,12,num,three_rule_comb2,87,[0 3 8],0 3 8],1,1 +350613,350613,12,num,three_rule_comb2,88,[8 9 9],8 9 9],1,1 +350613,350613,12,num,three_rule_comb2,89,[4 2 2],4 2 2],1,1 +350613,350613,12,num,three_rule_comb2,90,[5 7 6],5 7 6],1,1 +350613,350613,12,num,three_rule_comb2,91,[5 0 1],5 0 1],1,1 +350613,350613,12,num,three_rule_comb2,92,[5 5 2],5 5 2],1,1 +350613,350613,12,num,three_rule_comb2,93,[4 5 1],4 5 1],1,1 +350613,350613,12,num,three_rule_comb2,94,[1 8 6],1 8 6],1,1 +350613,350613,12,num,three_rule_comb2,95,[4 8 9],4 8 9],1,1 +350613,350613,12,num,three_rule_comb2,96,[6 8 6],6 8 6],1,1 +350613,350613,12,num,three_rule_comb2,97,[7 3 4],7 3 4],1,1 +350613,350613,12,num,three_rule_comb2,98,[4 1 8],4 1 8],1,1 +350613,350613,12,num,three_rule_comb2,99,[8 0 8],8 0 8],1,1 +350613,350613,12,num,three_rule_comb3,0,[5 1 7],5 1 7],1,1 +350613,350613,12,num,three_rule_comb3,1,[2 1 2],7 8 2],0,1 +350613,350613,12,num,three_rule_comb3,2,[6 3 7],6 3 7],1,1 +350613,350613,12,num,three_rule_comb3,3,[4 8 9],4 8 9],1,1 +350613,350613,12,num,three_rule_comb3,4,[0 5 4],0 5 4],1,1 +350613,350613,12,num,three_rule_comb3,5,[4 1 4],4 1 4],1,1 +350613,350613,12,num,three_rule_comb3,6,[4 7 8],4 7 8],1,1 +350613,350613,12,num,three_rule_comb3,7,[9 0 6],9 0 6],1,1 +350613,350613,12,num,three_rule_comb3,8,[9 0 5],9 0 5],1,1 +350613,350613,12,num,three_rule_comb3,9,[9 0 4],9 0 4],1,1 +350613,350613,12,num,three_rule_comb3,10,[6 2 7],6 2 7],1,1 +350613,350613,12,num,three_rule_comb3,11,[0 7 5],0 1 5],0,1 +350613,350613,12,num,three_rule_comb3,12,[3 0 8],3 2 4],0,1 +350613,350613,12,num,three_rule_comb3,13,[2 6 9],2 6 9],1,1 +350613,350613,12,num,three_rule_comb3,14,[4 3 5],4 3 5],1,1 +350613,350613,12,num,three_rule_comb3,15,[1 3 9],1 3 9],1,1 +350613,350613,12,num,three_rule_comb3,16,[1 9 6],1 9 6],1,1 +350613,350613,12,num,three_rule_comb3,17,[8 9 9],2 8 9],0,1 +350613,350613,12,num,three_rule_comb3,18,[5 5 9],5 5 9],1,1 +350613,350613,12,num,three_rule_comb3,19,[7 2 1],7 2 1],1,1 +350613,350613,12,num,three_rule_comb3,20,[9 5 4],9 6 4],0,1 +350613,350613,12,num,three_rule_comb3,21,[3 3 2],3 3 2],1,1 +350613,350613,12,num,three_rule_comb3,22,[4 7 6],7 7 5],0,1 +350613,350613,12,num,three_rule_comb3,23,[3 3 9],3 3 9],1,1 +350613,350613,12,num,three_rule_comb3,24,[0 1 4],0 1 1],0,1 +350613,350613,12,num,three_rule_comb3,25,[1 6 8],1 4 5],0,1 +350613,350613,12,num,three_rule_comb3,26,[5 7 8],5 5 8],0,1 +350613,350613,12,num,three_rule_comb3,27,[1 1 3],1 1 3],1,1 +350613,350613,12,num,three_rule_comb3,28,[4 0 4],0 0 7],0,1 +350613,350613,12,num,three_rule_comb3,29,[0 6 7],0 6 7],1,1 +350613,350613,12,num,three_rule_comb3,30,[5 1 9],5 4 9],0,1 +350613,350613,12,num,three_rule_comb3,31,[6 4 8],6 4 8],1,1 +350613,350613,12,num,three_rule_comb3,32,[9 3 0],9 3 3],0,1 +350613,350613,12,num,three_rule_comb3,33,[9 9 5],9 2 5],0,1 +350613,350613,12,num,three_rule_comb3,34,[9 4 8],9 4 8],1,1 +350613,350613,12,num,three_rule_comb3,35,[3 3 8],3 3 8],1,1 +350613,350613,12,num,three_rule_comb3,36,[1 6 3],1 7 3],0,1 +350613,350613,12,num,three_rule_comb3,37,[4 5 7],4 1 7],0,1 +350613,350613,12,num,three_rule_comb3,38,[8 7 9],8 7 0],0,1 +350613,350613,12,num,three_rule_comb3,39,[3 8 3],3 8 3],1,1 +350613,350613,12,num,three_rule_comb3,40,[0 0 9],4 0 9],0,1 +350613,350613,12,num,three_rule_comb3,41,[5 2 2],5 2 2],1,1 +350613,350613,12,num,three_rule_comb3,42,[9 1 6],9 6 6],0,1 +350613,350613,12,num,three_rule_comb3,43,[3 4 3],3 4 3],1,1 +350613,350613,12,num,three_rule_comb3,44,[8 9 8],8 9 8],1,1 +350613,350613,12,num,three_rule_comb3,45,[9 9 0],9 9 0],1,1 +350613,350613,12,num,three_rule_comb3,46,[0 5 1],0 6 2],0,1 +350613,350613,12,num,three_rule_comb3,47,[6 4 2],6 4 7],0,1 +350613,350613,12,num,three_rule_comb3,48,[7 7 8],7 3 2],0,1 +350613,350613,12,num,three_rule_comb3,49,[9 9 4],9 9 4],1,1 +350613,350613,12,num,three_rule_comb3,50,[1 6 5],1 6 8],0,1 +350613,350613,12,num,three_rule_comb3,51,[9 0 8],9 0 8],1,1 +350613,350613,12,num,three_rule_comb3,52,[4 4 6],4 1 6],0,1 +350613,350613,12,num,three_rule_comb3,53,[6 0 1],6 0 1],1,1 +350613,350613,12,num,three_rule_comb3,54,[0 7 5],0 7 5],1,1 +350613,350613,12,num,three_rule_comb3,55,[4 2 3],4 2 3],1,1 +350613,350613,12,num,three_rule_comb3,56,[9 3 7],None,0,1 +350613,350613,12,num,three_rule_comb3,57,[6 3 3],6 3 3],1,1 +350613,350613,12,num,three_rule_comb3,58,[5 1 1],5 1 3],0,1 +350613,350613,12,num,three_rule_comb3,59,[1 6 1],1 6 1],1,1 +350613,350613,12,num,three_rule_comb3,60,[6 1 0],6 1 0],1,1 +350613,350613,12,num,three_rule_comb3,61,[8 4 8],1 8 8],0,1 +350613,350613,12,num,three_rule_comb3,62,[5 4 7],5 4 7],1,1 +350613,350613,12,num,three_rule_comb3,63,[6 3 3],6 3 3],1,1 +350613,350613,12,num,three_rule_comb3,64,[3 0 7],3 0 7],1,1 +350613,350613,12,num,three_rule_comb3,65,[7 7 9],7 7 9],1,1 +350613,350613,12,num,three_rule_comb3,66,[8 7 6],8 7 2],0,1 +350613,350613,12,num,three_rule_comb3,67,[1 8 6],1 8 6],1,1 +350613,350613,12,num,three_rule_comb3,68,[2 3 2],2 3 2],1,1 +350613,350613,12,num,three_rule_comb3,69,[8 5 4],5 5 1],0,1 +350613,350613,12,num,three_rule_comb3,70,[8 6 2],8 6 2],1,1 +350613,350613,12,num,three_rule_comb3,71,[1 9 4],1 9 4],1,1 +350613,350613,12,num,three_rule_comb3,72,[3 2 6],6 6 6],0,1 +350613,350613,12,num,three_rule_comb3,73,[9 8 0],9 8 0],1,1 +350613,350613,12,num,three_rule_comb3,74,[7 8 3],7 2 3],0,1 +350613,350613,12,num,three_rule_comb3,75,[4 1 4],4 1 4],1,1 +350613,350613,12,num,three_rule_comb3,76,[3 5 4],3 5 4],1,1 +350613,350613,12,num,three_rule_comb3,77,[6 9 3],6 9 3],1,1 +350613,350613,12,num,three_rule_comb3,78,[1 5 9],6 5 4],0,1 +350613,350613,12,num,three_rule_comb3,79,[3 8 6],3 8 6],1,1 +350613,350613,12,num,three_rule_comb3,80,[4 5 1],4 8 1],0,1 +350613,350613,12,num,three_rule_comb3,81,[9 1 6],9 1 6],1,1 +350613,350613,12,num,three_rule_comb3,82,[1 5 9],2 5 9],0,1 +350613,350613,12,num,three_rule_comb3,83,[9 1 7],9 1 7],1,1 +350613,350613,12,num,three_rule_comb3,84,[6 1 3],6 1 3],1,1 +350613,350613,12,num,three_rule_comb3,85,[3 0 6],3 0 6],1,1 +350613,350613,12,num,three_rule_comb3,86,[7 6 2],7 6 2],1,1 +350613,350613,12,num,three_rule_comb3,87,[7 6 6],7 6 6],1,1 +350613,350613,12,num,three_rule_comb3,88,[7 7 7],7 7 7],1,1 +350613,350613,12,num,three_rule_comb3,89,[1 4 9],1 4 9],1,1 +350613,350613,12,num,three_rule_comb3,90,[4 9 3],4 9 3],1,1 +350613,350613,12,num,three_rule_comb3,91,[1 0 8],1 0 8],1,1 +350613,350613,12,num,three_rule_comb3,92,[2 4 7],7 2 7],0,1 +350613,350613,12,num,three_rule_comb3,93,[4 1 9],4 4 9],0,1 +350613,350613,12,num,three_rule_comb3,94,[6 0 5],4 0 5],0,1 +350613,350613,12,num,three_rule_comb3,95,[7 9 7],7 9 7],1,1 +350613,350613,12,num,three_rule_comb3,96,[4 4 1],4 2 1],0,1 +350613,350613,12,num,three_rule_comb3,97,[6 1 5],6 1 5],1,1 +350613,350613,12,num,three_rule_comb3,98,[0 8 2],0 8 2],1,1 +350613,350613,12,num,three_rule_comb3,99,[0 6 2],0 6 2],1,1 +350613,350613,12,num,three_rule_comb4,0,[8 7 0],8 7 1],0,1 +350613,350613,12,num,three_rule_comb4,1,[7 9 4],7 9 1],0,1 +350613,350613,12,num,three_rule_comb4,2,[9 3 1],9 4 1],0,1 +350613,350613,12,num,three_rule_comb4,3,[9 7 0],9 7 0],1,1 +350613,350613,12,num,three_rule_comb4,4,[9 8 3],9 4 3],0,1 +350613,350613,12,num,three_rule_comb4,5,[4 8 5],4 8 5],1,1 +350613,350613,12,num,three_rule_comb4,6,[9 3 6],9 3 6],1,1 +350613,350613,12,num,three_rule_comb4,7,[2 5 8],2 2 8],0,1 +350613,350613,12,num,three_rule_comb4,8,[6 0 5],7 0 5],0,1 +350613,350613,12,num,three_rule_comb4,9,[0 1 9],7 1 9],0,1 +350613,350613,12,num,three_rule_comb4,10,[8 1 5],8 1 5],1,1 +350613,350613,12,num,three_rule_comb4,11,[7 3 8],7 3 8],1,1 +350613,350613,12,num,three_rule_comb4,12,[4 3 3],4 3 6],0,1 +350613,350613,12,num,three_rule_comb4,13,[0 8 0],0 8 0],1,1 +350613,350613,12,num,three_rule_comb4,14,[3 0 9],3 0 9],1,1 +350613,350613,12,num,three_rule_comb4,15,[9 8 8],9 8 1],0,1 +350613,350613,12,num,three_rule_comb4,16,[0 0 0],0 0 0],1,1 +350613,350613,12,num,three_rule_comb4,17,[2 7 1],2 6 1],0,1 +350613,350613,12,num,three_rule_comb4,18,[7 4 2],7 4 4],0,1 +350613,350613,12,num,three_rule_comb4,19,[5 4 5],5 4 1],0,1 +350613,350613,12,num,three_rule_comb4,20,[2 5 2],2 5 4],0,1 +350613,350613,12,num,three_rule_comb4,21,[3 3 4],3 4 27],0,1 +350613,350613,12,num,three_rule_comb4,22,[5 0 3],5 3 3],0,1 +350613,350613,12,num,three_rule_comb4,23,[3 0 8],3 0 3],0,1 +350613,350613,12,num,three_rule_comb4,24,[5 8 0],5 8 0],1,1 +350613,350613,12,num,three_rule_comb4,25,[2 1 2],2 1 2],1,1 +350613,350613,12,num,three_rule_comb4,26,[2 7 2],2 2 2],0,1 +350613,350613,12,num,three_rule_comb4,27,[5 9 8],5 9 1],0,1 +350613,350613,12,num,three_rule_comb4,28,[2 7 5],2 7 5],1,1 +350613,350613,12,num,three_rule_comb4,29,[5 5 1],5 5 1],1,1 +350613,350613,12,num,three_rule_comb4,30,[4 4 1],4 4 1],1,1 +350613,350613,12,num,three_rule_comb4,31,[1 3 4],1 3 4],1,1 +350613,350613,12,num,three_rule_comb4,32,[5 9 3],2 9 3],0,1 +350613,350613,12,num,three_rule_comb4,33,[0 8 0],0 8 6],0,1 +350613,350613,12,num,three_rule_comb4,34,[6 6 8],7 6 8],0,1 +350613,350613,12,num,three_rule_comb4,35,[1 2 8],1 2 8],1,1 +350613,350613,12,num,three_rule_comb4,36,[5 8 3],5 8 8],0,1 +350613,350613,12,num,three_rule_comb4,37,[2 0 1],2 0 6],0,1 +350613,350613,12,num,three_rule_comb4,38,[1 4 6],1 4 3],0,1 +350613,350613,12,num,three_rule_comb4,39,[5 4 8],5 4 8],1,1 +350613,350613,12,num,three_rule_comb4,40,[1 6 1],1 6 8],0,1 +350613,350613,12,num,three_rule_comb4,41,[7 3 8],7 3 8],1,1 +350613,350613,12,num,three_rule_comb4,42,[8 4 5],8 8 2],0,1 +350613,350613,12,num,three_rule_comb4,43,[5 3 8],8 3 8],0,1 +350613,350613,12,num,three_rule_comb4,44,[7 1 9],7 4 9],0,1 +350613,350613,12,num,three_rule_comb4,45,[7 8 4],7 2 4],0,1 +350613,350613,12,num,three_rule_comb4,46,[2 2 1],2 2 5],0,1 +350613,350613,12,num,three_rule_comb4,47,[9 9 8],9 9 8],1,1 +350613,350613,12,num,three_rule_comb4,48,[0 2 3],0 2 3],1,1 +350613,350613,12,num,three_rule_comb4,49,[1 6 9],1 6 10],0,1 +350613,350613,12,num,three_rule_comb4,50,[4 8 5],-2 8 5],0,1 +350613,350613,12,num,three_rule_comb4,51,[8 8 6],8 2 6],0,1 +350613,350613,12,num,three_rule_comb4,52,[8 4 0],8 0 0],0,1 +350613,350613,12,num,three_rule_comb4,53,[0 9 9],0 9 9],1,1 +350613,350613,12,num,three_rule_comb4,54,[3 4 7],3 4 7],1,1 +350613,350613,12,num,three_rule_comb4,55,[4 7 6],4 7 6],1,1 +350613,350613,12,num,three_rule_comb4,56,[7 5 5],7 8 5],0,1 +350613,350613,12,num,three_rule_comb4,57,[6 7 1],6 7 1],1,1 +350613,350613,12,num,three_rule_comb4,58,[2 9 9],2 9 9],1,1 +350613,350613,12,num,three_rule_comb4,59,[5 3 5],5 3 5],1,1 +350613,350613,12,num,three_rule_comb4,60,[0 8 4],0 5 4],0,1 +350613,350613,12,num,three_rule_comb4,61,[2 3 8],2 3 8],1,1 +350613,350613,12,num,three_rule_comb4,62,[8 1 9],8 1 9],1,1 +350613,350613,12,num,three_rule_comb4,63,[0 7 4],0 0 4],0,1 +350613,350613,12,num,three_rule_comb4,64,[5 9 2],5 9 4],0,1 +350613,350613,12,num,three_rule_comb4,65,[6 6 2],6 5 2],0,1 +350613,350613,12,num,three_rule_comb4,66,[8 0 0],8 0 6],0,1 +350613,350613,12,num,three_rule_comb4,67,[6 9 9],2 9 9],0,1 +350613,350613,12,num,three_rule_comb4,68,[0 9 4],0 2 4],0,1 +350613,350613,12,num,three_rule_comb4,69,[5 8 6],5 8 3],0,1 +350613,350613,12,num,three_rule_comb4,70,[0 3 5],0 3 0],0,1 +350613,350613,12,num,three_rule_comb4,71,[3 2 8],3 2 1],0,1 +350613,350613,12,num,three_rule_comb4,72,[7 7 4],7 7 4],1,1 +350613,350613,12,num,three_rule_comb4,73,[1 7 2],1 7 2],1,1 +350613,350613,12,num,three_rule_comb4,74,[0 7 5],0 7 5],1,1 +350613,350613,12,num,three_rule_comb4,75,[0 3 3],0 3 3],1,1 +350613,350613,12,num,three_rule_comb4,76,[5 9 5],5 9 5],1,1 +350613,350613,12,num,three_rule_comb4,77,[8 2 9],8 9 9],0,1 +350613,350613,12,num,three_rule_comb4,78,[5 1 1],5 1 1],1,1 +350613,350613,12,num,three_rule_comb4,79,[6 7 5],6 7 6],0,1 +350613,350613,12,num,three_rule_comb4,80,[4 4 0],4 1 0],0,1 +350613,350613,12,num,three_rule_comb4,81,[8 4 7],8 4 7],1,1 +350613,350613,12,num,three_rule_comb4,82,[9 0 2],9 0 5],0,1 +350613,350613,12,num,three_rule_comb4,83,[5 3 9],5 1 9],0,1 +350613,350613,12,num,three_rule_comb4,84,[4 2 8],4 5 8],0,1 +350613,350613,12,num,three_rule_comb4,85,[8 2 4],8 2 1],0,1 +350613,350613,12,num,three_rule_comb4,86,[2 8 8],2 8 8],1,1 +350613,350613,12,num,three_rule_comb4,87,[3 6 5],4 6 5],0,1 +350613,350613,12,num,three_rule_comb4,88,[8 7 5],8 7 8],0,1 +350613,350613,12,num,three_rule_comb4,89,[9 9 5],9 9 5],1,1 +350613,350613,12,num,three_rule_comb4,90,[8 6 2],8 6 2],1,1 +350613,350613,12,num,three_rule_comb4,91,[5 6 1],5 6 1],1,1 +350613,350613,12,num,three_rule_comb4,92,[2 9 4],2 3 4],0,1 +350613,350613,12,num,three_rule_comb4,93,[4 9 6],None,0,1 +350613,350613,12,num,three_rule_comb4,94,[5 4 5],5 4 5],1,1 +350613,350613,12,num,three_rule_comb4,95,[7 2 6],7 2 6],1,1 +350613,350613,12,num,three_rule_comb4,96,[5 1 7],5 1 2],0,1 +350613,350613,12,num,three_rule_comb4,97,[5 1 1],2 1 1],0,1 +350613,350613,12,num,three_rule_comb4,98,[0 7 8],0 7 3],0,1 +350613,350613,12,num,three_rule_comb4,99,[4 0 9],4 0 0],0,1 +350613,350613,12,num,three_rule_comb5,0,[5 0 7],5 0 7],1,1 +350613,350613,12,num,three_rule_comb5,1,[3 3 1],3 3 1],1,1 +350613,350613,12,num,three_rule_comb5,2,[5 3 1],5 3 1],1,1 +350613,350613,12,num,three_rule_comb5,3,[5 9 2],5 9 2],1,1 +350613,350613,12,num,three_rule_comb5,4,[0 2 4],0 2 4],1,1 +350613,350613,12,num,three_rule_comb5,5,[9 2 8],9 2 8],1,1 +350613,350613,12,num,three_rule_comb5,6,[2 8 7],2 8 7],1,1 +350613,350613,12,num,three_rule_comb5,7,[8 4 5],8 4 5],1,1 +350613,350613,12,num,three_rule_comb5,8,[7 4 7],7 4 7],1,1 +350613,350613,12,num,three_rule_comb5,9,[6 1 5],6 1 5],1,1 +350613,350613,12,num,three_rule_comb5,10,[5 5 6],5 5 6],1,1 +350613,350613,12,num,three_rule_comb5,11,[2 4 8],2 4 8],1,1 +350613,350613,12,num,three_rule_comb5,12,[0 6 0],0 6 0],1,1 +350613,350613,12,num,three_rule_comb5,13,[9 4 0],9 4 0],1,1 +350613,350613,12,num,three_rule_comb5,14,[6 3 2],6 3 2],1,1 +350613,350613,12,num,three_rule_comb5,15,[0 9 8],0 9 8],1,1 +350613,350613,12,num,three_rule_comb5,16,[7 5 6],7 5 6],1,1 +350613,350613,12,num,three_rule_comb5,17,[0 1 7],0 1 7],1,1 +350613,350613,12,num,three_rule_comb5,18,[1 4 1],1 4 1],1,1 +350613,350613,12,num,three_rule_comb5,19,[0 1 0],0 1 0],1,1 +350613,350613,12,num,three_rule_comb5,20,[4 4 9],4 4 9],1,1 +350613,350613,12,num,three_rule_comb5,21,[1 7 4],1 7 4],1,1 +350613,350613,12,num,three_rule_comb5,22,[9 4 4],9 4 4],1,1 +350613,350613,12,num,three_rule_comb5,23,[5 4 0],5 4 0],1,1 +350613,350613,12,num,three_rule_comb5,24,[6 0 4],6 0 4],1,1 +350613,350613,12,num,three_rule_comb5,25,[8 6 1],8 6 1],1,1 +350613,350613,12,num,three_rule_comb5,26,[7 4 8],7 4 8],1,1 +350613,350613,12,num,three_rule_comb5,27,[9 3 6],9 3 6],1,1 +350613,350613,12,num,three_rule_comb5,28,[4 8 3],4 8 3],1,1 +350613,350613,12,num,three_rule_comb5,29,[9 8 0],9 8 0],1,1 +350613,350613,12,num,three_rule_comb5,30,[5 9 5],5 9 5],1,1 +350613,350613,12,num,three_rule_comb5,31,[5 4 4],5 4 4],1,1 +350613,350613,12,num,three_rule_comb5,32,[5 5 9],5 5 9],1,1 +350613,350613,12,num,three_rule_comb5,33,[7 1 8],7 1 8],1,1 +350613,350613,12,num,three_rule_comb5,34,[4 0 5],4 0 5],1,1 +350613,350613,12,num,three_rule_comb5,35,[5 9 2],5 9 2],1,1 +350613,350613,12,num,three_rule_comb5,36,[1 2 2],1 2 2],1,1 +350613,350613,12,num,three_rule_comb5,37,[5 2 7],5 2 7],1,1 +350613,350613,12,num,three_rule_comb5,38,[3 9 1],3 9 1],1,1 +350613,350613,12,num,three_rule_comb5,39,[3 8 9],3 8 9],1,1 +350613,350613,12,num,three_rule_comb5,40,[0 0 0],0 0 0],1,1 +350613,350613,12,num,three_rule_comb5,41,[7 0 3],7 0 3],1,1 +350613,350613,12,num,three_rule_comb5,42,[3 6 8],3 6 8],1,1 +350613,350613,12,num,three_rule_comb5,43,[5 1 0],5 1 0],1,1 +350613,350613,12,num,three_rule_comb5,44,[6 4 9],None,0,1 +350613,350613,12,num,three_rule_comb5,45,[5 3 0],5 3 0],1,1 +350613,350613,12,num,three_rule_comb5,46,[3 3 8],3 3 8],1,1 +350613,350613,12,num,three_rule_comb5,47,[9 9 8],9 9 8],1,1 +350613,350613,12,num,three_rule_comb5,48,[5 3 4],5 3 4],1,1 +350613,350613,12,num,three_rule_comb5,49,[3 4 9],3 4 9],1,1 +350613,350613,12,num,three_rule_comb5,50,[2 1 7],2 1 7],1,1 +350613,350613,12,num,three_rule_comb5,51,[2 2 5],2 2 5],1,1 +350613,350613,12,num,three_rule_comb5,52,[1 4 9],1 4 9],1,1 +350613,350613,12,num,three_rule_comb5,53,[1 5 9],1 5 9],1,1 +350613,350613,12,num,three_rule_comb5,54,[0 8 8],0 8 8],1,1 +350613,350613,12,num,three_rule_comb5,55,[0 5 9],0 5 9],1,1 +350613,350613,12,num,three_rule_comb5,56,[0 6 2],0 6 2],1,1 +350613,350613,12,num,three_rule_comb5,57,[4 3 1],4 3 1],1,1 +350613,350613,12,num,three_rule_comb5,58,[0 6 9],0 6 9],1,1 +350613,350613,12,num,three_rule_comb5,59,[8 7 0],8 7 0],1,1 +350613,350613,12,num,three_rule_comb5,60,[1 4 7],1 4 7],1,1 +350613,350613,12,num,three_rule_comb5,61,[7 4 1],7 4 1],1,1 +350613,350613,12,num,three_rule_comb5,62,[4 0 4],4 0 4],1,1 +350613,350613,12,num,three_rule_comb5,63,[9 0 1],9 0 1],1,1 +350613,350613,12,num,three_rule_comb5,64,[7 0 8],7 0 8],1,1 +350613,350613,12,num,three_rule_comb5,65,[3 4 8],3 4 8],1,1 +350613,350613,12,num,three_rule_comb5,66,[9 1 0],9 1 0],1,1 +350613,350613,12,num,three_rule_comb5,67,[1 1 5],1 1 5],1,1 +350613,350613,12,num,three_rule_comb5,68,[3 5 3],3 5 3],1,1 +350613,350613,12,num,three_rule_comb5,69,[3 4 4],3 4 4],1,1 +350613,350613,12,num,three_rule_comb5,70,[3 2 5],3 2 5],1,1 +350613,350613,12,num,three_rule_comb5,71,[0 5 5],0 5 5],1,1 +350613,350613,12,num,three_rule_comb5,72,[5 9 7],5 9 7],1,1 +350613,350613,12,num,three_rule_comb5,73,[9 9 3],9 9 3],1,1 +350613,350613,12,num,three_rule_comb5,74,[8 4 5],8 4 5],1,1 +350613,350613,12,num,three_rule_comb5,75,[3 5 8],3 5 8],1,1 +350613,350613,12,num,three_rule_comb5,76,[4 3 3],4 3 3],1,1 +350613,350613,12,num,three_rule_comb5,77,[8 0 6],8 0 6],1,1 +350613,350613,12,num,three_rule_comb5,78,[8 6 7],8 6 7],1,1 +350613,350613,12,num,three_rule_comb5,79,[9 1 0],9 1 0],1,1 +350613,350613,12,num,three_rule_comb5,80,[0 9 5],0 9 5],1,1 +350613,350613,12,num,three_rule_comb5,81,[4 3 2],4 3 2],1,1 +350613,350613,12,num,three_rule_comb5,82,[2 8 6],2 8 6],1,1 +350613,350613,12,num,three_rule_comb5,83,[1 7 6],1 7 6],1,1 +350613,350613,12,num,three_rule_comb5,84,[9 0 9],9 0 9],1,1 +350613,350613,12,num,three_rule_comb5,85,[5 0 5],5 0 5],1,1 +350613,350613,12,num,three_rule_comb5,86,[1 0 7],1 8 4],0,1 +350613,350613,12,num,three_rule_comb5,87,[8 4 8],8 4 8],1,1 +350613,350613,12,num,three_rule_comb5,88,[9 2 7],None,0,1 +350613,350613,12,num,three_rule_comb5,89,[0 2 5],0 2 5],1,1 +350613,350613,12,num,three_rule_comb5,90,[7 5 2],7 5 2],1,1 +350613,350613,12,num,three_rule_comb5,91,[0 8 2],0 8 2],1,1 +350613,350613,12,num,three_rule_comb5,92,[1 0 9],1 0 9],1,1 +350613,350613,12,num,three_rule_comb5,93,[0 1 8],0 1 8],1,1 +350613,350613,12,num,three_rule_comb5,94,[3 4 1],3 4 1],1,1 +350613,350613,12,num,three_rule_comb5,95,[4 9 2],4 9 2],1,1 +350613,350613,12,num,three_rule_comb5,96,[9 9 5],9 9 5],1,1 +350613,350613,12,num,three_rule_comb5,97,[8 9 1],8 9 1],1,1 +350613,350613,12,num,three_rule_comb5,98,[4 2 4],4 2 4],1,1 +350613,350613,12,num,three_rule_comb5,99,[4 6 4],4 6 4],1,1 +350613,350613,12,num,three_rule_comb6,0,[0 1 6],0 1 6],1,1 +350613,350613,12,num,three_rule_comb6,1,[7 1 9],7 1 9],1,1 +350613,350613,12,num,three_rule_comb6,2,[1 0 2],1 0 2],1,1 +350613,350613,12,num,three_rule_comb6,3,[3 1 9],3 1 9],1,1 +350613,350613,12,num,three_rule_comb6,4,[2 5 3],2 5 3],1,1 +350613,350613,12,num,three_rule_comb6,5,[2 0 9],2 0 9],1,1 +350613,350613,12,num,three_rule_comb6,6,[5 0 9],5 0 9],1,1 +350613,350613,12,num,three_rule_comb6,7,[6 2 7],6 2 7],1,1 +350613,350613,12,num,three_rule_comb6,8,[4 9 1],4 9 1],1,1 +350613,350613,12,num,three_rule_comb6,9,[5 5 1],5 5 1],1,1 +350613,350613,12,num,three_rule_comb6,10,[3 1 8],3 1 8],1,1 +350613,350613,12,num,three_rule_comb6,11,[0 5 9],9 9 3],0,1 +350613,350613,12,num,three_rule_comb6,12,[7 1 1],7 1 1],1,1 +350613,350613,12,num,three_rule_comb6,13,[9 1 4],9 1 4],1,1 +350613,350613,12,num,three_rule_comb6,14,[4 2 9],4 2 9],1,1 +350613,350613,12,num,three_rule_comb6,15,[9 0 8],9 1 7],0,1 +350613,350613,12,num,three_rule_comb6,16,[0 5 4],0 5 4],1,1 +350613,350613,12,num,three_rule_comb6,17,[4 5 9],4 5 9],1,1 +350613,350613,12,num,three_rule_comb6,18,[6 9 5],6 9 5],1,1 +350613,350613,12,num,three_rule_comb6,19,[6 7 2],6 7 2],1,1 +350613,350613,12,num,three_rule_comb6,20,[9 4 9],9 4 9],1,1 +350613,350613,12,num,three_rule_comb6,21,[6 9 8],6 6 8],0,1 +350613,350613,12,num,three_rule_comb6,22,[8 3 9],8 3 9],1,1 +350613,350613,12,num,three_rule_comb6,23,[9 9 5],9 9 5],1,1 +350613,350613,12,num,three_rule_comb6,24,[7 6 7],7 6 7],1,1 +350613,350613,12,num,three_rule_comb6,25,[4 8 8],4 8 8],1,1 +350613,350613,12,num,three_rule_comb6,26,[0 7 8],2 7 4],0,1 +350613,350613,12,num,three_rule_comb6,27,[1 4 3],1 4 3],1,1 +350613,350613,12,num,three_rule_comb6,28,[6 4 6],6 4 6],1,1 +350613,350613,12,num,three_rule_comb6,29,[1 2 4],1 2 4],1,1 +350613,350613,12,num,three_rule_comb6,30,[8 9 3],8 9 3],1,1 +350613,350613,12,num,three_rule_comb6,31,[5 1 8],5 1 8],1,1 +350613,350613,12,num,three_rule_comb6,32,[4 0 4],4 0 4],1,1 +350613,350613,12,num,three_rule_comb6,33,[8 4 1],8 4 1],1,1 +350613,350613,12,num,three_rule_comb6,34,[9 5 3],9 5 3],1,1 +350613,350613,12,num,three_rule_comb6,35,[7 2 1],7 2 1],1,1 +350613,350613,12,num,three_rule_comb6,36,[3 4 2],3 4 2],1,1 +350613,350613,12,num,three_rule_comb6,37,[0 5 0],0 5 0],1,1 +350613,350613,12,num,three_rule_comb6,38,[1 1 2],1 1 2],1,1 +350613,350613,12,num,three_rule_comb6,39,[2 5 3],2 5 3],1,1 +350613,350613,12,num,three_rule_comb6,40,[8 7 5],8 5 8],0,1 +350613,350613,12,num,three_rule_comb6,41,[5 8 5],5 8 5],1,1 +350613,350613,12,num,three_rule_comb6,42,[2 2 4],2 2 4],1,1 +350613,350613,12,num,three_rule_comb6,43,[0 9 1],0 9 1],1,1 +350613,350613,12,num,three_rule_comb6,44,[9 6 5],None,0,1 +350613,350613,12,num,three_rule_comb6,45,[0 3 1],0 3 1],1,1 +350613,350613,12,num,three_rule_comb6,46,[0 0 3],0 0 3],1,1 +350613,350613,12,num,three_rule_comb6,47,[9 5 6],None,0,1 +350613,350613,12,num,three_rule_comb6,48,[9 7 3],2 4 3],0,1 +350613,350613,12,num,three_rule_comb6,49,[8 6 0],8 6 0],1,1 +350613,350613,12,num,three_rule_comb6,50,[0 1 6],0 1 6],1,1 +350613,350613,12,num,three_rule_comb6,51,[4 1 2],4 1 2],1,1 +350613,350613,12,num,three_rule_comb6,52,[8 9 3],8 9 3],1,1 +350613,350613,12,num,three_rule_comb6,53,[9 0 5],9 0 5],1,1 +350613,350613,12,num,three_rule_comb6,54,[4 4 6],4 4 6],1,1 +350613,350613,12,num,three_rule_comb6,55,[6 2 9],6 2 9],1,1 +350613,350613,12,num,three_rule_comb6,56,[4 8 1],4 8 1],1,1 +350613,350613,12,num,three_rule_comb6,57,[2 6 8],2 6 8],1,1 +350613,350613,12,num,three_rule_comb6,58,[2 5 6],2 5 6],1,1 +350613,350613,12,num,three_rule_comb6,59,[5 5 1],5 5 1],1,1 +350613,350613,12,num,three_rule_comb6,60,[8 1 3],8 1 3],1,1 +350613,350613,12,num,three_rule_comb6,61,[2 6 3],2 6 3],1,1 +350613,350613,12,num,three_rule_comb6,62,[0 5 4],0 5 4],1,1 +350613,350613,12,num,three_rule_comb6,63,[6 8 3],6 8 3],1,1 +350613,350613,12,num,three_rule_comb6,64,[6 3 1],6 3 1],1,1 +350613,350613,12,num,three_rule_comb6,65,[1 3 6],1 3 6],1,1 +350613,350613,12,num,three_rule_comb6,66,[6 1 6],6 1 6],1,1 +350613,350613,12,num,three_rule_comb6,67,[6 8 9],None,0,1 +350613,350613,12,num,three_rule_comb6,68,[4 1 9],4 1 9],1,1 +350613,350613,12,num,three_rule_comb6,69,[6 9 2],6 9 2],1,1 +350613,350613,12,num,three_rule_comb6,70,[1 3 5],1 3 5],1,1 +350613,350613,12,num,three_rule_comb6,71,[2 0 3],2 0 3],1,1 +350613,350613,12,num,three_rule_comb6,72,[0 4 7],0 4 7],1,1 +350613,350613,12,num,three_rule_comb6,73,[1 6 6],1 6 6],1,1 +350613,350613,12,num,three_rule_comb6,74,[3 2 6],3 2 6],1,1 +350613,350613,12,num,three_rule_comb6,75,[3 4 7],3 4 7],1,1 +350613,350613,12,num,three_rule_comb6,76,[8 0 7],8 0 7],1,1 +350613,350613,12,num,three_rule_comb6,77,[9 3 6],9 3 2],0,1 +350613,350613,12,num,three_rule_comb6,78,[6 0 8],6 0 8],1,1 +350613,350613,12,num,three_rule_comb6,79,[6 0 0],6 0 0],1,1 +350613,350613,12,num,three_rule_comb6,80,[3 6 3],3 6 3],1,1 +350613,350613,12,num,three_rule_comb6,81,[1 5 0],1 5 0],1,1 +350613,350613,12,num,three_rule_comb6,82,[1 4 5],1 4 5],1,1 +350613,350613,12,num,three_rule_comb6,83,[4 9 3],4 4 3],0,1 +350613,350613,12,num,three_rule_comb6,84,[8 7 0],8 7 0],1,1 +350613,350613,12,num,three_rule_comb6,85,[1 3 9],1 3 9],1,1 +350613,350613,12,num,three_rule_comb6,86,[4 7 6],4 7 6],1,1 +350613,350613,12,num,three_rule_comb6,87,[1 4 8],1 4 8],1,1 +350613,350613,12,num,three_rule_comb6,88,[0 5 8],0 5 8],1,1 +350613,350613,12,num,three_rule_comb6,89,[8 3 9],8 3 9],1,1 +350613,350613,12,num,three_rule_comb6,90,[5 1 2],5 1 2],1,1 +350613,350613,12,num,three_rule_comb6,91,[7 6 9],7 6 9],1,1 +350613,350613,12,num,three_rule_comb6,92,[3 7 9],3 7 9],1,1 +350613,350613,12,num,three_rule_comb6,93,[9 8 1],9 8 1],1,1 +350613,350613,12,num,three_rule_comb6,94,[4 9 4],4 9 4],1,1 +350613,350613,12,num,three_rule_comb6,95,[4 7 8],4 8 4],0,1 +350613,350613,12,num,three_rule_comb6,96,[3 7 7],3 7 3],0,1 +350613,350613,12,num,three_rule_comb6,97,[8 1 6],8 1 6],1,1 +350613,350613,12,num,three_rule_comb6,98,[7 3 5],2 3 5],0,1 +350613,350613,12,num,three_rule_comb6,99,[5 6 8],5 6 8],1,1 +350613,350613,12,num,three_rule_comb7,0,[5 4 8],5 4 8],1,1 +350613,350613,12,num,three_rule_comb7,1,[3 1 8],3 1 8],1,1 +350613,350613,12,num,three_rule_comb7,2,[4 7 9],4 7 9],1,1 +350613,350613,12,num,three_rule_comb7,3,[4 8 5],4 6 4],0,1 +350613,350613,12,num,three_rule_comb7,4,[7 5 2],7 4 8],0,1 +350613,350613,12,num,three_rule_comb7,5,[9 3 9],9 3 6],0,1 +350613,350613,12,num,three_rule_comb7,6,[5 1 5],5 2 7],0,1 +350613,350613,12,num,three_rule_comb7,7,[2 9 0],2 5 1],0,1 +350613,350613,12,num,three_rule_comb7,8,[2 2 3],2 2 6],0,1 +350613,350613,12,num,three_rule_comb7,9,[6 2 8],6 2 8],1,1 +350613,350613,12,num,three_rule_comb7,10,[5 1 4],5 1 7],0,1 +350613,350613,12,num,three_rule_comb7,11,[2 6 1],2 6 1],1,1 +350613,350613,12,num,three_rule_comb7,12,[4 4 4],4 4 4],1,1 +350613,350613,12,num,three_rule_comb7,13,[4 4 0],4 4 3],0,1 +350613,350613,12,num,three_rule_comb7,14,[7 7 4],7 4 4],0,1 +350613,350613,12,num,three_rule_comb7,15,[3 0 0],3 3 0],0,1 +350613,350613,12,num,three_rule_comb7,16,[8 8 0],8 8 3],0,1 +350613,350613,12,num,three_rule_comb7,17,[8 1 4],8 4 4],0,1 +350613,350613,12,num,three_rule_comb7,18,[6 2 6],6 5 6],0,1 +350613,350613,12,num,three_rule_comb7,19,[1 3 9],1 3 8],0,1 +350613,350613,12,num,three_rule_comb7,20,[5 6 5],5 6 5],1,1 +350613,350613,12,num,three_rule_comb7,21,[1 4 3],1 4 3],1,1 +350613,350613,12,num,three_rule_comb7,22,[6 4 1],6 4 3],0,1 +350613,350613,12,num,three_rule_comb7,23,[8 0 3],8 0 6],0,1 +350613,350613,12,num,three_rule_comb7,24,[8 4 1],8 4 1],1,1 +350613,350613,12,num,three_rule_comb7,25,[5 3 4],5 3 1],0,1 +350613,350613,12,num,three_rule_comb7,26,[4 8 6],4 8 6],1,1 +350613,350613,12,num,three_rule_comb7,27,[2 1 2],2 1 5],0,1 +350613,350613,12,num,three_rule_comb7,28,[9 8 9],9 8 1],0,1 +350613,350613,12,num,three_rule_comb7,29,[0 2 9],0 2 9],1,1 +350613,350613,12,num,three_rule_comb7,30,[9 9 9],9 3 2],0,1 +350613,350613,12,num,three_rule_comb7,31,[6 1 9],6 7 9],0,1 +350613,350613,12,num,three_rule_comb7,32,[4 5 9],4 5 7],0,1 +350613,350613,12,num,three_rule_comb7,33,[3 5 1],7 5 3],0,1 +350613,350613,12,num,three_rule_comb7,34,[6 5 4],6 5 7],0,1 +350613,350613,12,num,three_rule_comb7,35,[2 3 1],2 3 7],0,1 +350613,350613,12,num,three_rule_comb7,36,[6 1 5],6 1 8],0,1 +350613,350613,12,num,three_rule_comb7,37,[1 4 7],1 4 2],0,1 +350613,350613,12,num,three_rule_comb7,38,[5 4 5],5 4 5],1,1 +350613,350613,12,num,three_rule_comb7,39,[0 2 4],0 2 4],1,1 +350613,350613,12,num,three_rule_comb7,40,[5 9 4],5 9 4],1,1 +350613,350613,12,num,three_rule_comb7,41,[2 2 1],2 4 4],0,1 +350613,350613,12,num,three_rule_comb7,42,[2 4 3],2 7 3],0,1 +350613,350613,12,num,three_rule_comb7,43,[8 1 7],8 1 1],0,1 +350613,350613,12,num,three_rule_comb7,44,[8 7 2],8 7 2],1,1 +350613,350613,12,num,three_rule_comb7,45,[3 9 2],3 9 2],1,1 +350613,350613,12,num,three_rule_comb7,46,[9 7 5],None,0,1 +350613,350613,12,num,three_rule_comb7,47,[0 4 3],0 8 3],0,1 +350613,350613,12,num,three_rule_comb7,48,[5 6 2],5 6 3],0,1 +350613,350613,12,num,three_rule_comb7,49,[4 0 9],4 0 9],1,1 +350613,350613,12,num,three_rule_comb7,50,[3 1 7],3 7 7],0,1 +350613,350613,12,num,three_rule_comb7,51,[8 8 5],8 4 3],0,1 +350613,350613,12,num,three_rule_comb7,52,[2 9 1],2 9 9],0,1 +350613,350613,12,num,three_rule_comb7,53,[3 8 0],3 8 3],0,1 +350613,350613,12,num,three_rule_comb7,54,[6 0 0],5 0 0],0,1 +350613,350613,12,num,three_rule_comb7,55,[1 6 0],8 9 0],0,1 +350613,350613,12,num,three_rule_comb7,56,[9 4 0],None,0,1 +350613,350613,12,num,three_rule_comb7,57,[7 0 7],7 0 7],1,1 +350613,350613,12,num,three_rule_comb7,58,[9 3 5],None,0,1 +350613,350613,12,num,three_rule_comb7,59,[3 4 4],3 4 4],1,1 +350613,350613,12,num,three_rule_comb7,60,[8 1 9],8 1 9],1,1 +350613,350613,12,num,three_rule_comb7,61,[5 1 3],5 1 6],0,1 +350613,350613,12,num,three_rule_comb7,62,[4 8 7],4 9 7],0,1 +350613,350613,12,num,three_rule_comb7,63,[5 0 5],5 3 5],0,1 +350613,350613,12,num,three_rule_comb7,64,[5 1 6],5 1 6],1,1 +350613,350613,12,num,three_rule_comb7,65,[8 4 4],8 8 4],0,1 +350613,350613,12,num,three_rule_comb7,66,[9 2 3],9 2 3],1,1 +350613,350613,12,num,three_rule_comb7,67,[4 6 7],4 6 7],1,1 +350613,350613,12,num,three_rule_comb7,68,[5 3 0],5 3 0],1,1 +350613,350613,12,num,three_rule_comb7,69,[5 4 9],5 4 9],1,1 +350613,350613,12,num,three_rule_comb7,70,[4 6 6],4 6 6],1,1 +350613,350613,12,num,three_rule_comb7,71,[6 6 1],6 2 1],0,1 +350613,350613,12,num,three_rule_comb7,72,[4 0 8],4 0 8],1,1 +350613,350613,12,num,three_rule_comb7,73,[1 9 7],1 1 7],0,1 +350613,350613,12,num,three_rule_comb7,74,[5 4 6],5 4 6],1,1 +350613,350613,12,num,three_rule_comb7,75,[9 2 9],9 10 9],0,1 +350613,350613,12,num,three_rule_comb7,76,[8 5 7],8 8 7],0,1 +350613,350613,12,num,three_rule_comb7,77,[1 8 1],1 8 4],0,1 +350613,350613,12,num,three_rule_comb7,78,[5 7 5],5 8 5],0,1 +350613,350613,12,num,three_rule_comb7,79,[6 0 7],6 0 7],1,1 +350613,350613,12,num,three_rule_comb7,80,[0 7 2],0 5 7],0,1 +350613,350613,12,num,three_rule_comb7,81,[2 5 9],2 5 7],0,1 +350613,350613,12,num,three_rule_comb7,82,[1 9 9],1 9 9],1,1 +350613,350613,12,num,three_rule_comb7,83,[2 4 4],2 4 4],1,1 +350613,350613,12,num,three_rule_comb7,84,[8 6 4],8 6 4],1,1 +350613,350613,12,num,three_rule_comb7,85,[8 5 5],8 5 5],1,1 +350613,350613,12,num,three_rule_comb7,86,[6 0 9],None,0,1 +350613,350613,12,num,three_rule_comb7,87,[1 5 6],5 5 3],0,1 +350613,350613,12,num,three_rule_comb7,88,[8 4 1],8 7 2],0,1 +350613,350613,12,num,three_rule_comb7,89,[6 7 0],6 4 0],0,1 +350613,350613,12,num,three_rule_comb7,90,[8 6 1],8 6 1],1,1 +350613,350613,12,num,three_rule_comb7,91,[4 1 4],4 1 7],0,1 +350613,350613,12,num,three_rule_comb7,92,[6 6 4],None,0,1 +350613,350613,12,num,three_rule_comb7,93,[6 9 6],None,0,1 +350613,350613,12,num,three_rule_comb7,94,[1 3 5],1 3 5],1,1 +350613,350613,12,num,three_rule_comb7,95,[1 5 2],5 5 4],0,1 +350613,350613,12,num,three_rule_comb7,96,[2 4 6],2 4 3],0,1 +350613,350613,12,num,three_rule_comb7,97,[0 3 0],0 3 2],0,1 +350613,350613,12,num,three_rule_comb7,98,[8 3 0],8 8 4],0,1 +350613,350613,12,num,three_rule_comb7,99,[8 9 3],7 6 6],0,1 +350613,350613,12,num,three_rule_comb8,0,[8 1 2],8 1 2],1,1 +350613,350613,12,num,three_rule_comb8,1,[5 5 5],5 5 3],0,1 +350613,350613,12,num,three_rule_comb8,2,[3 0 8],3 0 8],1,1 +350613,350613,12,num,three_rule_comb8,3,[7 5 9],7 5 8],0,1 +350613,350613,12,num,three_rule_comb8,4,[9 4 8],9 4 8],1,1 +350613,350613,12,num,three_rule_comb8,5,[5 3 8],5 3 8],1,1 +350613,350613,12,num,three_rule_comb8,6,[4 6 1],4 6 1],1,1 +350613,350613,12,num,three_rule_comb8,7,[8 3 0],8 2 0],0,1 +350613,350613,12,num,three_rule_comb8,8,[7 0 6],7 3 3],0,1 +350613,350613,12,num,three_rule_comb8,9,[0 7 0],0 7 4],0,1 +350613,350613,12,num,three_rule_comb8,10,[3 5 6],16 5 6],0,1 +350613,350613,12,num,three_rule_comb8,11,[0 4 5],0 5 5],0,1 +350613,350613,12,num,three_rule_comb8,12,[6 6 4],6 3 4],0,1 +350613,350613,12,num,three_rule_comb8,13,[1 9 8],1 9 5],0,1 +350613,350613,12,num,three_rule_comb8,14,[0 7 1],0 7 1],1,1 +350613,350613,12,num,three_rule_comb8,15,[3 8 3],3 8 3],1,1 +350613,350613,12,num,three_rule_comb8,16,[4 6 7],4 6 7],1,1 +350613,350613,12,num,three_rule_comb8,17,[2 8 4],2 5 7],0,1 +350613,350613,12,num,three_rule_comb8,18,[1 5 5],1 5 5],1,1 +350613,350613,12,num,three_rule_comb8,19,[0 7 5],0 7 4],0,1 +350613,350613,12,num,three_rule_comb8,20,[4 1 9],4 8 9],0,1 +350613,350613,12,num,three_rule_comb8,21,[0 9 4],0 9 2],0,1 +350613,350613,12,num,three_rule_comb8,22,[8 4 2],8 4 2],1,1 +350613,350613,12,num,three_rule_comb8,23,[9 4 8],9 5 8],0,1 +350613,350613,12,num,three_rule_comb8,24,[5 3 0],5 7 8],0,1 +350613,350613,12,num,three_rule_comb8,25,[0 5 8],0 6 8],0,1 +350613,350613,12,num,three_rule_comb8,26,[8 8 5],8 9 5],0,1 +350613,350613,12,num,three_rule_comb8,27,[0 5 8],0 5 8],1,1 +350613,350613,12,num,three_rule_comb8,28,[4 5 3],4 3 3],0,1 +350613,350613,12,num,three_rule_comb8,29,[4 5 6],4 5 6],1,1 +350613,350613,12,num,three_rule_comb8,30,[6 6 0],6 8 0],0,1 +350613,350613,12,num,three_rule_comb8,31,[7 5 7],7 5 4],0,1 +350613,350613,12,num,three_rule_comb8,32,[4 0 8],4 0 8],1,1 +350613,350613,12,num,three_rule_comb8,33,[3 0 2],3 5 2],0,1 +350613,350613,12,num,three_rule_comb8,34,[6 8 5],6 8 5],1,1 +350613,350613,12,num,three_rule_comb8,35,[9 0 9],9 0 9],1,1 +350613,350613,12,num,three_rule_comb8,36,[7 4 6],7 8 2],0,1 +350613,350613,12,num,three_rule_comb8,37,[7 3 8],7 3 8],1,1 +350613,350613,12,num,three_rule_comb8,38,[5 0 1],4 0 1],0,1 +350613,350613,12,num,three_rule_comb8,39,[9 5 0],9 5 0],1,1 +350613,350613,12,num,three_rule_comb8,40,[4 7 1],4 7 1],1,1 +350613,350613,12,num,three_rule_comb8,41,[1 6 7],1 4 7],0,1 +350613,350613,12,num,three_rule_comb8,42,[4 2 5],1 2 5],0,1 +350613,350613,12,num,three_rule_comb8,43,[6 1 3],6 7 8],0,1 +350613,350613,12,num,three_rule_comb8,44,[0 9 0],0 9 7],0,1 +350613,350613,12,num,three_rule_comb8,45,[5 8 4],5 1 4],0,1 +350613,350613,12,num,three_rule_comb8,46,[9 8 0],9 1 0],0,1 +350613,350613,12,num,three_rule_comb8,47,[3 0 2],3 0 2],1,1 +350613,350613,12,num,three_rule_comb8,48,[5 1 3],5 1 7],0,1 +350613,350613,12,num,three_rule_comb8,49,[8 9 5],None,0,1 +350613,350613,12,num,three_rule_comb8,50,[2 9 0],2 9 0],1,1 +350613,350613,12,num,three_rule_comb8,51,[1 1 1],1 1 1],1,1 +350613,350613,12,num,three_rule_comb8,52,[6 4 5],6 4 6],0,1 +350613,350613,12,num,three_rule_comb8,53,[3 5 7],3 5 4],0,1 +350613,350613,12,num,three_rule_comb8,54,[7 5 2],7 5 2],1,1 +350613,350613,12,num,three_rule_comb8,55,[1 6 3],1 6 4],0,1 +350613,350613,12,num,three_rule_comb8,56,[0 9 1],0 2 1],0,1 +350613,350613,12,num,three_rule_comb8,57,[5 3 1],5 2 1],0,1 +350613,350613,12,num,three_rule_comb8,58,[6 2 1],3 2 1],0,1 +350613,350613,12,num,three_rule_comb8,59,[5 5 0],5 2 0],0,1 +350613,350613,12,num,three_rule_comb8,60,[1 9 9],1 9 7],0,1 +350613,350613,12,num,three_rule_comb8,61,[8 8 1],8 10 1],0,1 +350613,350613,12,num,three_rule_comb8,62,[9 4 2],7 4 2],0,1 +350613,350613,12,num,three_rule_comb8,63,[1 9 0],1 1 8],0,1 +350613,350613,12,num,three_rule_comb8,64,[5 9 5],5 9 5],1,1 +350613,350613,12,num,three_rule_comb8,65,[8 0 5],8 0 2],0,1 +350613,350613,12,num,three_rule_comb8,66,[5 6 8],5 5 8],0,1 +350613,350613,12,num,three_rule_comb8,67,[0 5 8],0 5 8],1,1 +350613,350613,12,num,three_rule_comb8,68,[8 5 7],8 5 7],1,1 +350613,350613,12,num,three_rule_comb8,69,[1 8 9],1 8 9],1,1 +350613,350613,12,num,three_rule_comb8,70,[5 2 9],5 7 9],0,1 +350613,350613,12,num,three_rule_comb8,71,[5 4 2],5 3 2],0,1 +350613,350613,12,num,three_rule_comb8,72,[8 9 0],8 9 0],1,1 +350613,350613,12,num,three_rule_comb8,73,[0 3 4],0 16 4],0,1 +350613,350613,12,num,three_rule_comb8,74,[0 5 1],0 5 1],1,1 +350613,350613,12,num,three_rule_comb8,75,[4 5 6],4 5 0],0,1 +350613,350613,12,num,three_rule_comb8,76,[9 3 2],9 6 2],0,1 +350613,350613,12,num,three_rule_comb8,77,[0 7 4],1 7 4],0,1 +350613,350613,12,num,three_rule_comb8,78,[8 1 7],8 1 9],0,1 +350613,350613,12,num,three_rule_comb8,79,[1 9 7],1 9 4],0,1 +350613,350613,12,num,three_rule_comb8,80,[0 1 8],0 6 8],0,1 +350613,350613,12,num,three_rule_comb8,81,[9 2 0],9 7 0],0,1 +350613,350613,12,num,three_rule_comb8,82,[8 8 1],1 8 1],0,1 +350613,350613,12,num,three_rule_comb8,83,[2 1 8],11 1 8],0,1 +350613,350613,12,num,three_rule_comb8,84,[3 9 0],None,0,1 +350613,350613,12,num,three_rule_comb8,85,[3 5 8],3 5 5],0,1 +350613,350613,12,num,three_rule_comb8,86,[6 1 4],6 1 4],1,1 +350613,350613,12,num,three_rule_comb8,87,[5 0 2],5 5 2],0,1 +350613,350613,12,num,three_rule_comb8,88,[8 1 0],8 1 0],1,1 +350613,350613,12,num,three_rule_comb8,89,[4 9 8],4 9 8],1,1 +350613,350613,12,num,three_rule_comb8,90,[5 0 2],5 0 2],1,1 +350613,350613,12,num,three_rule_comb8,91,[0 3 2],0 3 2],1,1 +350613,350613,12,num,three_rule_comb8,92,[8 8 6],8 8 0],0,1 +350613,350613,12,num,three_rule_comb8,93,[1 0 2],1 0 3],0,1 +350613,350613,12,num,three_rule_comb8,94,[8 8 7],8 5 7],0,1 +350613,350613,12,num,three_rule_comb8,95,[6 5 4],6 7 4],0,1 +350613,350613,12,num,three_rule_comb8,96,[9 9 3],9 9 3],1,1 +350613,350613,12,num,three_rule_comb8,97,[0 8 5],0 8 5],1,1 +350613,350613,12,num,three_rule_comb8,98,[5 0 3],5 6 6],0,1 +350613,350613,12,num,three_rule_comb8,99,[8 1 0],8 1 8],0,1 +350613,350613,12,num,three_rule_comb9,0,[5 7 3],5 7 3],1,1 +350613,350613,12,num,three_rule_comb9,1,[8 9 0],8 9 0],1,1 +350613,350613,12,num,three_rule_comb9,2,[6 7 2],6 7 2],1,1 +350613,350613,12,num,three_rule_comb9,3,[5 8 6],5 8 6],1,1 +350613,350613,12,num,three_rule_comb9,4,[5 6 2],5 6 2],1,1 +350613,350613,12,num,three_rule_comb9,5,[7 8 4],7 8 4],1,1 +350613,350613,12,num,three_rule_comb9,6,[0 1 5],0 1 5],1,1 +350613,350613,12,num,three_rule_comb9,7,[9 1 0],9 1 0],1,1 +350613,350613,12,num,three_rule_comb9,8,[8 0 3],8 0 3],1,1 +350613,350613,12,num,three_rule_comb9,9,[0 5 8],0 5 8],1,1 +350613,350613,12,num,three_rule_comb9,10,[0 8 1],0 8 1],1,1 +350613,350613,12,num,three_rule_comb9,11,[0 1 1],0 1 1],1,1 +350613,350613,12,num,three_rule_comb9,12,[9 1 6],9 1 6],1,1 +350613,350613,12,num,three_rule_comb9,13,[4 8 1],4 8 1],1,1 +350613,350613,12,num,three_rule_comb9,14,[2 5 0],2 5 0],1,1 +350613,350613,12,num,three_rule_comb9,15,[8 1 5],8 1 5],1,1 +350613,350613,12,num,three_rule_comb9,16,[6 0 8],6 0 8],1,1 +350613,350613,12,num,three_rule_comb9,17,[5 2 4],5 2 4],1,1 +350613,350613,12,num,three_rule_comb9,18,[4 6 9],4 6 9],1,1 +350613,350613,12,num,three_rule_comb9,19,[2 8 0],2 8 0],1,1 +350613,350613,12,num,three_rule_comb9,20,[0 8 7],0 8 7],1,1 +350613,350613,12,num,three_rule_comb9,21,[1 2 9],1 2 9],1,1 +350613,350613,12,num,three_rule_comb9,22,[5 8 2],5 8 2],1,1 +350613,350613,12,num,three_rule_comb9,23,[6 1 2],6 1 2],1,1 +350613,350613,12,num,three_rule_comb9,24,[4 9 0],4 9 0],1,1 +350613,350613,12,num,three_rule_comb9,25,[2 9 8],2 9 8],1,1 +350613,350613,12,num,three_rule_comb9,26,[0 9 1],0 9 1],1,1 +350613,350613,12,num,three_rule_comb9,27,[0 1 5],0 1 5],1,1 +350613,350613,12,num,three_rule_comb9,28,[8 1 0],8 1 0],1,1 +350613,350613,12,num,three_rule_comb9,29,[8 6 4],8 6 4],1,1 +350613,350613,12,num,three_rule_comb9,30,[5 8 8],5 8 8],1,1 +350613,350613,12,num,three_rule_comb9,31,[8 7 1],8 7 1],1,1 +350613,350613,12,num,three_rule_comb9,32,[0 4 5],0 4 5],1,1 +350613,350613,12,num,three_rule_comb9,33,[7 5 9],7 5 9],1,1 +350613,350613,12,num,three_rule_comb9,34,[9 4 2],9 4 2],1,1 +350613,350613,12,num,three_rule_comb9,35,[6 4 0],6 4 0],1,1 +350613,350613,12,num,three_rule_comb9,36,[9 0 4],9 0 4],1,1 +350613,350613,12,num,three_rule_comb9,37,[8 9 3],8 9 3],1,1 +350613,350613,12,num,three_rule_comb9,38,[7 0 0],7 0 0],1,1 +350613,350613,12,num,three_rule_comb9,39,[3 9 4],3 9 4],1,1 +350613,350613,12,num,three_rule_comb9,40,[8 6 9],8 6 9],1,1 +350613,350613,12,num,three_rule_comb9,41,[8 1 4],8 1 4],1,1 +350613,350613,12,num,three_rule_comb9,42,[7 2 9],7 2 9],1,1 +350613,350613,12,num,three_rule_comb9,43,[1 0 9],1 0 9],1,1 +350613,350613,12,num,three_rule_comb9,44,[6 4 4],6 4 4],1,1 +350613,350613,12,num,three_rule_comb9,45,[1 7 4],1 7 4],1,1 +350613,350613,12,num,three_rule_comb9,46,[8 2 1],8 2 1],1,1 +350613,350613,12,num,three_rule_comb9,47,[0 8 7],0 8 7],1,1 +350613,350613,12,num,three_rule_comb9,48,[6 9 5],6 9 5],1,1 +350613,350613,12,num,three_rule_comb9,49,[1 5 5],1 5 5],1,1 +350613,350613,12,num,three_rule_comb9,50,[0 0 1],0 0 1],1,1 +350613,350613,12,num,three_rule_comb9,51,[2 9 1],2 9 1],1,1 +350613,350613,12,num,three_rule_comb9,52,[9 8 5],None,0,1 +350613,350613,12,num,three_rule_comb9,53,[0 0 6],0 0 6],1,1 +350613,350613,12,num,three_rule_comb9,54,[9 9 8],9 9 8],1,1 +350613,350613,12,num,three_rule_comb9,55,[5 4 3],5 4 3],1,1 +350613,350613,12,num,three_rule_comb9,56,[1 7 9],1 7 9],1,1 +350613,350613,12,num,three_rule_comb9,57,[1 9 8],1 9 8],1,1 +350613,350613,12,num,three_rule_comb9,58,[4 1 0],4 1 0],1,1 +350613,350613,12,num,three_rule_comb9,59,[9 7 5],None,0,1 +350613,350613,12,num,three_rule_comb9,60,[9 5 4],None,0,1 +350613,350613,12,num,three_rule_comb9,61,[8 0 2],8 0 2],1,1 +350613,350613,12,num,three_rule_comb9,62,[1 5 8],1 5 8],1,1 +350613,350613,12,num,three_rule_comb9,63,[9 4 8],None,0,1 +350613,350613,12,num,three_rule_comb9,64,[6 8 9],None,0,1 +350613,350613,12,num,three_rule_comb9,65,[4 0 3],4 0 3],1,1 +350613,350613,12,num,three_rule_comb9,66,[5 1 6],5 1 6],1,1 +350613,350613,12,num,three_rule_comb9,67,[5 9 3],5 9 3],1,1 +350613,350613,12,num,three_rule_comb9,68,[8 9 0],8 9 0],1,1 +350613,350613,12,num,three_rule_comb9,69,[4 9 7],4 9 7],1,1 +350613,350613,12,num,three_rule_comb9,70,[8 9 4],8 9 4],1,1 +350613,350613,12,num,three_rule_comb9,71,[4 2 5],4 2 5],1,1 +350613,350613,12,num,three_rule_comb9,72,[7 9 8],7 9 8],1,1 +350613,350613,12,num,three_rule_comb9,73,[5 0 8],5 0 8],1,1 +350613,350613,12,num,three_rule_comb9,74,[9 8 7],9 8 7],1,1 +350613,350613,12,num,three_rule_comb9,75,[3 0 4],3 0 4],1,1 +350613,350613,12,num,three_rule_comb9,76,[1 8 0],1 8 0],1,1 +350613,350613,12,num,three_rule_comb9,77,[7 0 4],7 0 4],1,1 +350613,350613,12,num,three_rule_comb9,78,[9 5 9],9 5 9],1,1 +350613,350613,12,num,three_rule_comb9,79,[1 7 0],1 7 0],1,1 +350613,350613,12,num,three_rule_comb9,80,[4 4 2],4 4 2],1,1 +350613,350613,12,num,three_rule_comb9,81,[1 4 7],1 4 7],1,1 +350613,350613,12,num,three_rule_comb9,82,[0 5 4],0 5 4],1,1 +350613,350613,12,num,three_rule_comb9,83,[9 5 4],None,0,1 +350613,350613,12,num,three_rule_comb9,84,[5 3 0],5 3 0],1,1 +350613,350613,12,num,three_rule_comb9,85,[5 7 1],5 7 1],1,1 +350613,350613,12,num,three_rule_comb9,86,[9 4 5],None,0,1 +350613,350613,12,num,three_rule_comb9,87,[4 9 5],4 9 5],1,1 +350613,350613,12,num,three_rule_comb9,88,[7 4 5],7 4 5],1,1 +350613,350613,12,num,three_rule_comb9,89,[6 8 0],6 8 0],1,1 +350613,350613,12,num,three_rule_comb9,90,[1 9 3],1 9 3],1,1 +350613,350613,12,num,three_rule_comb9,91,[9 0 1],9 0 1],1,1 +350613,350613,12,num,three_rule_comb9,92,[9 7 4],None,0,1 +350613,350613,12,num,three_rule_comb9,93,[1 0 6],1 0 6],1,1 +350613,350613,12,num,three_rule_comb9,94,[9 0 2],9 0 2],1,1 +350613,350613,12,num,three_rule_comb9,95,[1 3 1],1 3 1],1,1 +350613,350613,12,num,three_rule_comb9,96,[7 9 1],7 9 1],1,1 +350613,350613,12,num,three_rule_comb9,97,[3 1 0],3 1 0],1,1 +350613,350613,12,num,three_rule_comb9,98,[9 7 8],9 7 8],1,1 +350613,350613,12,num,three_rule_comb9,99,[3 1 2],3 1 2],1,1 +350613,350613,12,num,c3_set_union,0,[6 4 1 9],6 4 1 9],1,1 +350613,350613,12,num,c3_set_union,1,[5 7 4 1],5 7 4 1],1,1 +350613,350613,12,num,c3_set_union,2,[1 9 8 6],1 9 8 6],1,1 +350613,350613,12,num,c3_set_union,3,[0 4 8 7],0 4 8 7],1,1 +350613,350613,12,num,c3_set_union,4,[8 6 5 2],8 5 6 2],1,1 +350613,350613,12,num,c3_set_union,5,[2 5 1 0],2 5 1 0],1,1 +350613,350613,12,num,c3_set_union,6,[6 1 0 4],6 1 0 4],1,1 +350613,350613,12,num,c3_set_union,7,[7 3 8 4],7 8 3 4],1,1 +350613,350613,12,num,c3_set_union,8,[8 3 2 1],8 3 2 1],1,1 +350613,350613,12,num,c3_set_union,9,[0 2 1 6],0 2 1 6],1,1 +350613,350613,12,num,c3_set_union,10,[9 0 7 1],9 0 7 1],1,1 +350613,350613,12,num,c3_set_union,11,[6 1 3 5],6 1 3 5],1,1 +350613,350613,12,num,c3_set_union,12,[9 7 6 0],9 7 6 0],1,1 +350613,350613,12,num,c3_set_union,13,[5 0 7 3],5 7 0 3],1,1 +350613,350613,12,num,c3_set_union,14,[8 9 7 2],8 9 7 2],1,1 +350613,350613,12,num,c3_set_union,15,[0 4 1 2],0 4 1 2],1,1 +350613,350613,12,num,c3_set_union,16,[6 2 8 3],6 8 2 3],1,1 +350613,350613,12,num,c3_set_union,17,[7 8 6 3],7 8 6 3],1,1 +350613,350613,12,num,c3_set_union,18,[9 4 2 8],9 4 2 8],1,1 +350613,350613,12,num,c3_set_union,19,[8 4 6 1],8 4 6 1],1,1 +350613,350613,12,num,c3_set_union,20,[6 0 2 3],6 0 2 3],1,1 +350613,350613,12,num,c3_set_union,21,[8 4 5 9],8 4 5 9],1,1 +350613,350613,12,num,c3_set_union,22,[3 5 7 8],3 5 7 8],1,1 +350613,350613,12,num,c3_set_union,23,[0 4 6 5],0 4 6 5],1,1 +350613,350613,12,num,c3_set_union,24,[0 9 7 5],0 9 7 5],1,1 +350613,350613,12,num,c3_set_union,25,[6 9 5 1],6 9 5 1],1,1 +350613,350613,12,num,c3_set_union,26,[8 3 9 7],8 3 9 7],1,1 +350613,350613,12,num,c3_set_union,27,[9 2 1 8],9 2 1 8],1,1 +350613,350613,12,num,c3_set_union,28,[8 0 1 6],8 0 1 6],1,1 +350613,350613,12,num,c3_set_union,29,[3 9 2 1],3 9 2 1],1,1 +350613,350613,12,num,c3_set_union,30,[3 2 4 8],3 2 4 8],1,1 +350613,350613,12,num,c3_set_union,31,[2 6 1 8],2 6 1 8],1,1 +350613,350613,12,num,c3_set_union,32,[8 6 4 0],8 6 4 0],1,1 +350613,350613,12,num,c3_set_union,33,[2 0 5 9],2 0 5 9],1,1 +350613,350613,12,num,c3_set_union,34,[6 5 1 4],6 5 1 4],1,1 +350613,350613,12,num,c3_set_union,35,[0 5 2 3],0 5 2 3],1,1 +350613,350613,12,num,c3_set_union,36,[4 6 8 3],4 6 8 3],1,1 +350613,350613,12,num,c3_set_union,37,[9 1 2 6],9 1 2 6],1,1 +350613,350613,12,num,c3_set_union,38,[8 4 6 9],8 4 6 9],1,1 +350613,350613,12,num,c3_set_union,39,[1 7 9 2],1 7 9 2],1,1 +350613,350613,12,num,c3_set_union,40,[9 3 2 6],9 3 2 6],1,1 +350613,350613,12,num,c3_set_union,41,[1 0 9 3],1 0 9 3],1,1 +350613,350613,12,num,c3_set_union,42,[7 9 2 3],7 9 2 3],1,1 +350613,350613,12,num,c3_set_union,43,[8 2 4 7],8 2 4 7],1,1 +350613,350613,12,num,c3_set_union,44,[9 0 4 8],9 0 4 8],1,1 +350613,350613,12,num,c3_set_union,45,[3 5 8 9],3 5 8 9],1,1 +350613,350613,12,num,c3_set_union,46,[7 2 1 5],7 2 1 5],1,1 +350613,350613,12,num,c3_set_union,47,[8 6 7 2],8 6 7 2],1,1 +350613,350613,12,num,c3_set_union,48,[0 4 2 6],0 4 2 6],1,1 +350613,350613,12,num,c3_set_union,49,[4 6 2 5],4 6 2 5],1,1 +350613,350613,12,num,c3_set_union,50,[4 9 3 0],4 9 3 0],1,1 +350613,350613,12,num,c3_set_union,51,[7 3 0 2],7 0 3 2],1,1 +350613,350613,12,num,c3_set_union,52,[1 9 7 8],1 9 7 8],1,1 +350613,350613,12,num,c3_set_union,53,[6 9 0 5],6 9 0 5],1,1 +350613,350613,12,num,c3_set_union,54,[1 7 5 0],1 7 5 0],1,1 +350613,350613,12,num,c3_set_union,55,[7 2 5 8],7 2 5 8],1,1 +350613,350613,12,num,c3_set_union,56,[8 3 2 5],8 3 2 5],1,1 +350613,350613,12,num,c3_set_union,57,[0 5 2 6],0 5 2 6],1,1 +350613,350613,12,num,c3_set_union,58,[7 4 5 0],7 4 5 0],1,1 +350613,350613,12,num,c3_set_union,59,[7 8 5 6],7 8 5 6],1,1 +350613,350613,12,num,c3_set_union,60,[2 1 5 9],2 1 5 9],1,1 +350613,350613,12,num,c3_set_union,61,[0 5 2 4],0 5 2 4],1,1 +350613,350613,12,num,c3_set_union,62,[9 0 5 3],9 0 5 3],1,1 +350613,350613,12,num,c3_set_union,63,[6 7 5 3],6 7 5 3],1,1 +350613,350613,12,num,c3_set_union,64,[1 3 9 6],1 3 9 6],1,1 +350613,350613,12,num,c3_set_union,65,[8 1 7 0],8 1 7 0],1,1 +350613,350613,12,num,c3_set_union,66,[5 1 9 7],5 1 9 7],1,1 +350613,350613,12,num,c3_set_union,67,[4 9 2 0],4 9 2 0],1,1 +350613,350613,12,num,c3_set_union,68,[5 0 8 9],5 0 8 9],1,1 +350613,350613,12,num,c3_set_union,69,[8 1 9 5],8 1 9 5],1,1 +350613,350613,12,num,c3_set_union,70,[7 4 6 2],7 4 6 2],1,1 +350613,350613,12,num,c3_set_union,71,[8 6 1 5],8 1 6 5],1,1 +350613,350613,12,num,c3_set_union,72,[4 3 8 0],4 8 3 0],1,1 +350613,350613,12,num,c3_set_union,73,[5 1 9 4],5 1 9 4],1,1 +350613,350613,12,num,c3_set_union,74,[2 3 7 8],2 3 7 8],1,1 +350613,350613,12,num,c3_set_union,75,[9 8 5 2],9 8 5 2],1,1 +350613,350613,12,num,c3_set_union,76,[0 7 8 9],0 7 8 9],1,1 +350613,350613,12,num,c3_set_union,77,[8 6 3 0],8 6 3 0],1,1 +350613,350613,12,num,c3_set_union,78,[1 3 6 7],1 3 6 7],1,1 +350613,350613,12,num,c3_set_union,79,[4 9 2 5],4 9 2 5],1,1 +350613,350613,12,num,c3_set_union,80,[4 8 1 9],4 8 1 9],1,1 +350613,350613,12,num,c3_set_union,81,[3 1 2 7],3 1 2 7],1,1 +350613,350613,12,num,c3_set_union,82,[8 0 1 5],8 0 1 5],1,1 +350613,350613,12,num,c3_set_union,83,[7 4 9 2],7 4 9 2],1,1 +350613,350613,12,num,c3_set_union,84,[3 8 5 1],3 8 5 1],1,1 +350613,350613,12,num,c3_set_union,85,[3 9 4 8],3 4 9 8],1,1 +350613,350613,12,num,c3_set_union,86,[2 3 0 8],2 3 0 8],1,1 +350613,350613,12,num,c3_set_union,87,[4 3 2 6],4 3 2 6],1,1 +350613,350613,12,num,c3_set_union,88,[0 3 1 4],0 3 1 4],1,1 +350613,350613,12,num,c3_set_union,89,[3 4 7 9],3 4 7 9],1,1 +350613,350613,12,num,c3_set_union,90,[5 7 2 4],5 7 2 4],1,1 +350613,350613,12,num,c3_set_union,91,[1 9 0 4],1 9 0 4],1,1 +350613,350613,12,num,c3_set_union,92,[3 5 1 0],3 5 1 0],1,1 +350613,350613,12,num,c3_set_union,93,[8 4 1 7],8 4 1 7],1,1 +350613,350613,12,num,c3_set_union,94,[8 5 9 7],8 5 9 7],1,1 +350613,350613,12,num,c3_set_union,95,[4 9 5 0],4 9 5 0],1,1 +350613,350613,12,num,c3_set_union,96,[6 0 2 8],6 0 2 8],1,1 +350613,350613,12,num,c3_set_union,97,[1 0 3 2],1 3 0 2],1,1 +350613,350613,12,num,c3_set_union,98,[8 9 2 3],8 9 2 3],1,1 +350613,350613,12,num,c3_set_union,99,[3 4 5 2],3 4 5 2],1,1 +350613,350613,12,num,c1_set_union,0,[4],4],1,1 +350613,350613,12,num,c1_set_union,1,[4],4],1,1 +350613,350613,12,num,c1_set_union,2,[1],1],1,1 +350613,350613,12,num,c1_set_union,3,[9],9],1,1 +350613,350613,12,num,c1_set_union,4,[7],7],1,1 +350613,350613,12,num,c1_set_union,5,[6],6],1,1 +350613,350613,12,num,c1_set_union,6,[5],5],1,1 +350613,350613,12,num,c1_set_union,7,[0],0],1,1 +350613,350613,12,num,c1_set_union,8,[9],9],1,1 +350613,350613,12,num,c1_set_union,9,[9],9],1,1 +350613,350613,12,num,c1_set_union,10,[8],8],1,1 +350613,350613,12,num,c1_set_union,11,[2],2],1,1 +350613,350613,12,num,c1_set_union,12,[4],4],1,1 +350613,350613,12,num,c1_set_union,13,[5],5],1,1 +350613,350613,12,num,c1_set_union,14,[2],2],1,1 +350613,350613,12,num,c1_set_union,15,[5],5],1,1 +350613,350613,12,num,c1_set_union,16,[8],8],1,1 +350613,350613,12,num,c1_set_union,17,[7],7],1,1 +350613,350613,12,num,c1_set_union,18,[8],8],1,1 +350613,350613,12,num,c1_set_union,19,[4],4],1,1 +350613,350613,12,num,c1_set_union,20,[8],8],1,1 +350613,350613,12,num,c1_set_union,21,[6],6],1,1 +350613,350613,12,num,c1_set_union,22,[6],6],1,1 +350613,350613,12,num,c1_set_union,23,[8],8],1,1 +350613,350613,12,num,c1_set_union,24,[1],1],1,1 +350613,350613,12,num,c1_set_union,25,[6],6],1,1 +350613,350613,12,num,c1_set_union,26,[5],5],1,1 +350613,350613,12,num,c1_set_union,27,[7],7],1,1 +350613,350613,12,num,c1_set_union,28,[9],9],1,1 +350613,350613,12,num,c1_set_union,29,[9],9],1,1 +350613,350613,12,num,c1_set_union,30,[1],1],1,1 +350613,350613,12,num,c1_set_union,31,[3],3],1,1 +350613,350613,12,num,c1_set_union,32,[1],1],1,1 +350613,350613,12,num,c1_set_union,33,[4],4],1,1 +350613,350613,12,num,c1_set_union,34,[3],3],1,1 +350613,350613,12,num,c1_set_union,35,[1],1],1,1 +350613,350613,12,num,c1_set_union,36,[6],6],1,1 +350613,350613,12,num,c1_set_union,37,[4],4],1,1 +350613,350613,12,num,c1_set_union,38,[9],9],1,1 +350613,350613,12,num,c1_set_union,39,[4],4],1,1 +350613,350613,12,num,c1_set_union,40,[7],7],1,1 +350613,350613,12,num,c1_set_union,41,[8],8],1,1 +350613,350613,12,num,c1_set_union,42,[1],1],1,1 +350613,350613,12,num,c1_set_union,43,[9],9],1,1 +350613,350613,12,num,c1_set_union,44,[3],3],1,1 +350613,350613,12,num,c1_set_union,45,[9],9],1,1 +350613,350613,12,num,c1_set_union,46,[2],2],1,1 +350613,350613,12,num,c1_set_union,47,[7],7],1,1 +350613,350613,12,num,c1_set_union,48,[6],6],1,1 +350613,350613,12,num,c1_set_union,49,[7],7],1,1 +350613,350613,12,num,c1_set_union,50,[9],9],1,1 +350613,350613,12,num,c1_set_union,51,[3],3],1,1 +350613,350613,12,num,c1_set_union,52,[3],3],1,1 +350613,350613,12,num,c1_set_union,53,[9],9],1,1 +350613,350613,12,num,c1_set_union,54,[5],5],1,1 +350613,350613,12,num,c1_set_union,55,[1],1],1,1 +350613,350613,12,num,c1_set_union,56,[2],2],1,1 +350613,350613,12,num,c1_set_union,57,[5],5],1,1 +350613,350613,12,num,c1_set_union,58,[4],4],1,1 +350613,350613,12,num,c1_set_union,59,[1],1],1,1 +350613,350613,12,num,c1_set_union,60,[7],7],1,1 +350613,350613,12,num,c1_set_union,61,[3],3],1,1 +350613,350613,12,num,c1_set_union,62,[3],3],1,1 +350613,350613,12,num,c1_set_union,63,[8],8],1,1 +350613,350613,12,num,c1_set_union,64,[1],1],1,1 +350613,350613,12,num,c1_set_union,65,[7],7],1,1 +350613,350613,12,num,c1_set_union,66,[9],9],1,1 +350613,350613,12,num,c1_set_union,67,[6],6],1,1 +350613,350613,12,num,c1_set_union,68,[4],4],1,1 +350613,350613,12,num,c1_set_union,69,[4],4],1,1 +350613,350613,12,num,c1_set_union,70,[0],0],1,1 +350613,350613,12,num,c1_set_union,71,[2],2],1,1 +350613,350613,12,num,c1_set_union,72,[5],5],1,1 +350613,350613,12,num,c1_set_union,73,[2],2],1,1 +350613,350613,12,num,c1_set_union,74,[6],6],1,1 +350613,350613,12,num,c1_set_union,75,[7],7],1,1 +350613,350613,12,num,c1_set_union,76,[5],5],1,1 +350613,350613,12,num,c1_set_union,77,[3],3],1,1 +350613,350613,12,num,c1_set_union,78,[2],2],1,1 +350613,350613,12,num,c1_set_union,79,[9],9],1,1 +350613,350613,12,num,c1_set_union,80,[3],3],1,1 +350613,350613,12,num,c1_set_union,81,[1],1],1,1 +350613,350613,12,num,c1_set_union,82,[4],4],1,1 +350613,350613,12,num,c1_set_union,83,[2],2],1,1 +350613,350613,12,num,c1_set_union,84,[6],6],1,1 +350613,350613,12,num,c1_set_union,85,[0],0],1,1 +350613,350613,12,num,c1_set_union,86,[2],2],1,1 +350613,350613,12,num,c1_set_union,87,[9],9],1,1 +350613,350613,12,num,c1_set_union,88,[2],2],1,1 +350613,350613,12,num,c1_set_union,89,[2],2],1,1 +350613,350613,12,num,c1_set_union,90,[1],1],1,1 +350613,350613,12,num,c1_set_union,91,[7],7],1,1 +350613,350613,12,num,c1_set_union,92,[7],7],1,1 +350613,350613,12,num,c1_set_union,93,[3],3],1,1 +350613,350613,12,num,c1_set_union,94,[6],6],1,1 +350613,350613,12,num,c1_set_union,95,[2],2],1,1 +350613,350613,12,num,c1_set_union,96,[9],9],1,1 +350613,350613,12,num,c1_set_union,97,[1],1],1,1 +350613,350613,12,num,c1_set_union,98,[9],9],1,1 +350613,350613,12,num,c1_set_union,99,[6],6],1,1 +350613,350613,12,num,c2_set_union,0,[9],9],1,1 +350613,350613,12,num,c2_set_union,1,[8],8],1,1 +350613,350613,12,num,c2_set_union,2,[1],1],1,1 +350613,350613,12,num,c2_set_union,3,[2],2],1,1 +350613,350613,12,num,c2_set_union,4,[3],3],1,1 +350613,350613,12,num,c2_set_union,5,[1],1],1,1 +350613,350613,12,num,c2_set_union,6,[8],8],1,1 +350613,350613,12,num,c2_set_union,7,[7],7],1,1 +350613,350613,12,num,c2_set_union,8,[7],7],1,1 +350613,350613,12,num,c2_set_union,9,[4],4],1,1 +350613,350613,12,num,c2_set_union,10,[2],2 1],0,1 +350613,350613,12,num,c2_set_union,11,[0],0],1,1 +350613,350613,12,num,c2_set_union,12,[9],9],1,1 +350613,350613,12,num,c2_set_union,13,[8],8],1,1 +350613,350613,12,num,c2_set_union,14,[0],0],1,1 +350613,350613,12,num,c2_set_union,15,[0],0],1,1 +350613,350613,12,num,c2_set_union,16,[7],7],1,1 +350613,350613,12,num,c2_set_union,17,[9],9],1,1 +350613,350613,12,num,c2_set_union,18,[9],9],1,1 +350613,350613,12,num,c2_set_union,19,[8],8],1,1 +350613,350613,12,num,c2_set_union,20,[7],7],1,1 +350613,350613,12,num,c2_set_union,21,[8],8 13],0,1 +350613,350613,12,num,c2_set_union,22,[1],1],1,1 +350613,350613,12,num,c2_set_union,23,[8],8],1,1 +350613,350613,12,num,c2_set_union,24,[5],5],1,1 +350613,350613,12,num,c2_set_union,25,[1],1],1,1 +350613,350613,12,num,c2_set_union,26,[7],7],1,1 +350613,350613,12,num,c2_set_union,27,[2],2],1,1 +350613,350613,12,num,c2_set_union,28,[5],5],1,1 +350613,350613,12,num,c2_set_union,29,[8],8],1,1 +350613,350613,12,num,c2_set_union,30,[3],3],1,1 +350613,350613,12,num,c2_set_union,31,[2],2 4],0,1 +350613,350613,12,num,c2_set_union,32,[2],2],1,1 +350613,350613,12,num,c2_set_union,33,[1],1],1,1 +350613,350613,12,num,c2_set_union,34,[8],8],1,1 +350613,350613,12,num,c2_set_union,35,[7],7],1,1 +350613,350613,12,num,c2_set_union,36,[5],5],1,1 +350613,350613,12,num,c2_set_union,37,[2],2],1,1 +350613,350613,12,num,c2_set_union,38,[2],2],1,1 +350613,350613,12,num,c2_set_union,39,[3],3],1,1 +350613,350613,12,num,c2_set_union,40,[5],5],1,1 +350613,350613,12,num,c2_set_union,41,[7],7],1,1 +350613,350613,12,num,c2_set_union,42,[1],1],1,1 +350613,350613,12,num,c2_set_union,43,[6],6],1,1 +350613,350613,12,num,c2_set_union,44,[1],1 2],0,1 +350613,350613,12,num,c2_set_union,45,[6],6],1,1 +350613,350613,12,num,c2_set_union,46,[5],5],1,1 +350613,350613,12,num,c2_set_union,47,[2],2],1,1 +350613,350613,12,num,c2_set_union,48,[5],5 4],0,1 +350613,350613,12,num,c2_set_union,49,[3],3],1,1 +350613,350613,12,num,c2_set_union,50,[1],1],1,1 +350613,350613,12,num,c2_set_union,51,[3],3],1,1 +350613,350613,12,num,c2_set_union,52,[2],2],1,1 +350613,350613,12,num,c2_set_union,53,[8],8],1,1 +350613,350613,12,num,c2_set_union,54,[4],4],1,1 +350613,350613,12,num,c2_set_union,55,[8],8],1,1 +350613,350613,12,num,c2_set_union,56,[6],6],1,1 +350613,350613,12,num,c2_set_union,57,[3],3],1,1 +350613,350613,12,num,c2_set_union,58,[7],7],1,1 +350613,350613,12,num,c2_set_union,59,[5],5],1,1 +350613,350613,12,num,c2_set_union,60,[9],9 0],0,1 +350613,350613,12,num,c2_set_union,61,[1],1],1,1 +350613,350613,12,num,c2_set_union,62,[8],8 12],0,1 +350613,350613,12,num,c2_set_union,63,[6],6],1,1 +350613,350613,12,num,c2_set_union,64,[7],7],1,1 +350613,350613,12,num,c2_set_union,65,[8],8],1,1 +350613,350613,12,num,c2_set_union,66,[2],2],1,1 +350613,350613,12,num,c2_set_union,67,[5],5],1,1 +350613,350613,12,num,c2_set_union,68,[1],1],1,1 +350613,350613,12,num,c2_set_union,69,[0],0],1,1 +350613,350613,12,num,c2_set_union,70,[5],5],1,1 +350613,350613,12,num,c2_set_union,71,[8],8],1,1 +350613,350613,12,num,c2_set_union,72,[6],6],1,1 +350613,350613,12,num,c2_set_union,73,[2],2],1,1 +350613,350613,12,num,c2_set_union,74,[6],6],1,1 +350613,350613,12,num,c2_set_union,75,[2],2],1,1 +350613,350613,12,num,c2_set_union,76,[1],1],1,1 +350613,350613,12,num,c2_set_union,77,[2],2],1,1 +350613,350613,12,num,c2_set_union,78,[2],2],1,1 +350613,350613,12,num,c2_set_union,79,[8],8],1,1 +350613,350613,12,num,c2_set_union,80,[5],5],1,1 +350613,350613,12,num,c2_set_union,81,[1],1],1,1 +350613,350613,12,num,c2_set_union,82,[9],9],1,1 +350613,350613,12,num,c2_set_union,83,[0],0],1,1 +350613,350613,12,num,c2_set_union,84,[4],4],1,1 +350613,350613,12,num,c2_set_union,85,[2],2],1,1 +350613,350613,12,num,c2_set_union,86,[3],3],1,1 +350613,350613,12,num,c2_set_union,87,[1],1],1,1 +350613,350613,12,num,c2_set_union,88,[4],4],1,1 +350613,350613,12,num,c2_set_union,89,[6],6],1,1 +350613,350613,12,num,c2_set_union,90,[9],9],1,1 +350613,350613,12,num,c2_set_union,91,[9],9],1,1 +350613,350613,12,num,c2_set_union,92,[6],6],1,1 +350613,350613,12,num,c2_set_union,93,[8],8],1,1 +350613,350613,12,num,c2_set_union,94,[0],0],1,1 +350613,350613,12,num,c2_set_union,95,[6],6],1,1 +350613,350613,12,num,c2_set_union,96,[2],2],1,1 +350613,350613,12,num,c2_set_union,97,[1],1],1,1 +350613,350613,12,num,c2_set_union,98,[5],5],1,1 +350613,350613,12,num,c2_set_union,99,[4],4],1,1 +350613,350613,12,num,AND,0,[4],4],1,1 +350613,350613,12,num,AND,1,[1],1],1,1 +350613,350613,12,num,AND,2,[5],5],1,1 +350613,350613,12,num,AND,3,[5],5],1,1 +350613,350613,12,num,AND,4,[2],2],1,1 +350613,350613,12,num,AND,5,[0],0],1,1 +350613,350613,12,num,AND,6,[0],0],1,1 +350613,350613,12,num,AND,7,[9],9],1,1 +350613,350613,12,num,AND,8,[7],7],1,1 +350613,350613,12,num,AND,9,[6],6],1,1 +350613,350613,12,num,AND,10,[8],8],1,1 +350613,350613,12,num,AND,11,[2],2],1,1 +350613,350613,12,num,AND,12,[2],2],1,1 +350613,350613,12,num,AND,13,[5],5],1,1 +350613,350613,12,num,AND,14,[9],9],1,1 +350613,350613,12,num,AND,15,[0],0],1,1 +350613,350613,12,num,AND,16,[8],5],0,1 +350613,350613,12,num,AND,17,[7],7],1,1 +350613,350613,12,num,AND,18,[4],4],1,1 +350613,350613,12,num,AND,19,[7],7],1,1 +350613,350613,12,num,AND,20,[8],8],1,1 +350613,350613,12,num,AND,21,[0],0],1,1 +350613,350613,12,num,AND,22,[7],7],1,1 +350613,350613,12,num,AND,23,[2],2],1,1 +350613,350613,12,num,AND,24,[1],1],1,1 +350613,350613,12,num,AND,25,[6],6],1,1 +350613,350613,12,num,AND,26,[4],4],1,1 +350613,350613,12,num,AND,27,[5],5],1,1 +350613,350613,12,num,AND,28,[1],1],1,1 +350613,350613,12,num,AND,29,[1],1],1,1 +350613,350613,12,num,AND,30,[8],8],1,1 +350613,350613,12,num,AND,31,[7],7],1,1 +350613,350613,12,num,AND,32,[6],6],1,1 +350613,350613,12,num,AND,33,[2],2],1,1 +350613,350613,12,num,AND,34,[1],1],1,1 +350613,350613,12,num,AND,35,[9],9],1,1 +350613,350613,12,num,AND,36,[1],1],1,1 +350613,350613,12,num,AND,37,[1],1],1,1 +350613,350613,12,num,AND,38,[9],9],1,1 +350613,350613,12,num,AND,39,[2],2],1,1 +350613,350613,12,num,AND,40,[1],1],1,1 +350613,350613,12,num,AND,41,[5],5],1,1 +350613,350613,12,num,AND,42,[0],0],1,1 +350613,350613,12,num,AND,43,[5],5],1,1 +350613,350613,12,num,AND,44,[1],1],1,1 +350613,350613,12,num,AND,45,[2],2],1,1 +350613,350613,12,num,AND,46,[2],2],1,1 +350613,350613,12,num,AND,47,[3],3],1,1 +350613,350613,12,num,AND,48,[0],0],1,1 +350613,350613,12,num,AND,49,[4],4],1,1 +350613,350613,12,num,AND,50,[5],5],1,1 +350613,350613,12,num,AND,51,[0],0],1,1 +350613,350613,12,num,AND,52,[8],8],1,1 +350613,350613,12,num,AND,53,[1],1],1,1 +350613,350613,12,num,AND,54,[7],7],1,1 +350613,350613,12,num,AND,55,[1],1],1,1 +350613,350613,12,num,AND,56,[8],8],1,1 +350613,350613,12,num,AND,57,[6],5],0,1 +350613,350613,12,num,AND,58,[2],2],1,1 +350613,350613,12,num,AND,59,[1],1],1,1 +350613,350613,12,num,AND,60,[5],5],1,1 +350613,350613,12,num,AND,61,[5],5],1,1 +350613,350613,12,num,AND,62,[4],1],0,1 +350613,350613,12,num,AND,63,[7],7],1,1 +350613,350613,12,num,AND,64,[6],6],1,1 +350613,350613,12,num,AND,65,[7],7],1,1 +350613,350613,12,num,AND,66,[9],9],1,1 +350613,350613,12,num,AND,67,[7],7],1,1 +350613,350613,12,num,AND,68,[5],5],1,1 +350613,350613,12,num,AND,69,[5],5],1,1 +350613,350613,12,num,AND,70,[3],3],1,1 +350613,350613,12,num,AND,71,[9],9],1,1 +350613,350613,12,num,AND,72,[1],1],1,1 +350613,350613,12,num,AND,73,[6],6],1,1 +350613,350613,12,num,AND,74,[2],2],1,1 +350613,350613,12,num,AND,75,[7],7],1,1 +350613,350613,12,num,AND,76,[1],1],1,1 +350613,350613,12,num,AND,77,[3],4],0,1 +350613,350613,12,num,AND,78,[6],6],1,1 +350613,350613,12,num,AND,79,[7],7],1,1 +350613,350613,12,num,AND,80,[3],3],1,1 +350613,350613,12,num,AND,81,[3],3],1,1 +350613,350613,12,num,AND,82,[0],0],1,1 +350613,350613,12,num,AND,83,[4],4],1,1 +350613,350613,12,num,AND,84,[7],7],1,1 +350613,350613,12,num,AND,85,[1],1],1,1 +350613,350613,12,num,AND,86,[4],4],1,1 +350613,350613,12,num,AND,87,[2],5],0,1 +350613,350613,12,num,AND,88,[1],1],1,1 +350613,350613,12,num,AND,89,[2],2],1,1 +350613,350613,12,num,AND,90,[9],9],1,1 +350613,350613,12,num,AND,91,[5],5],1,1 +350613,350613,12,num,AND,92,[9],9],1,1 +350613,350613,12,num,AND,93,[3],3],1,1 +350613,350613,12,num,AND,94,[6],6],1,1 +350613,350613,12,num,AND,95,[3],3],1,1 +350613,350613,12,num,AND,96,[6],6],1,1 +350613,350613,12,num,AND,97,[1],1],1,1 +350613,350613,12,num,AND,98,[2],2],1,1 +350613,350613,12,num,AND,99,[3],3],1,1 +350613,350613,12,num,XOR,0,[4 3],3 1],0,1 +350613,350613,12,num,XOR,1,[9 8],8 9],1,1 +350613,350613,12,num,XOR,2,[3 4],1 3],0,1 +350613,350613,12,num,XOR,3,[9 8],8 6],0,1 +350613,350613,12,num,XOR,4,[9 3],3 9],1,1 +350613,350613,12,num,XOR,5,[9 7],7 0],0,1 +350613,350613,12,num,XOR,6,[3 2],2 5],0,1 +350613,350613,12,num,XOR,7,[7 3],3 5],0,1 +350613,350613,12,num,XOR,8,[0 9],9 0],1,1 +350613,350613,12,num,XOR,9,[4 2],2 4],1,1 +350613,350613,12,num,XOR,10,[5 8],6 8],0,1 +350613,350613,12,num,XOR,11,[0 2],2 0],1,1 +350613,350613,12,num,XOR,12,[3 6],6 3],1,1 +350613,350613,12,num,XOR,13,[6 8],8 6],1,1 +350613,350613,12,num,XOR,14,[6 7],7 9],0,1 +350613,350613,12,num,XOR,15,[8 0],0 6],0,1 +350613,350613,12,num,XOR,16,[8 4],4 1],0,1 +350613,350613,12,num,XOR,17,[4 0],0 3],0,1 +350613,350613,12,num,XOR,18,[1 0],0 4],0,1 +350613,350613,12,num,XOR,19,[7 4],4 7],1,1 +350613,350613,12,num,XOR,20,[0 5],5 3],0,1 +350613,350613,12,num,XOR,21,[3 4],2 3],0,1 +350613,350613,12,num,XOR,22,[6 9],9 6],1,1 +350613,350613,12,num,XOR,23,[0 1],1 0],1,1 +350613,350613,12,num,XOR,24,[7 0],0 6],0,1 +350613,350613,12,num,XOR,25,[2 5],5 7],0,1 +350613,350613,12,num,XOR,26,[5 9],9 5],1,1 +350613,350613,12,num,XOR,27,[1 7],7 1],1,1 +350613,350613,12,num,XOR,28,[9 0],0 4],0,1 +350613,350613,12,num,XOR,29,[1 5],5 8],0,1 +350613,350613,12,num,XOR,30,[6 2],2 5],0,1 +350613,350613,12,num,XOR,31,[4 9],9 6],0,1 +350613,350613,12,num,XOR,32,[6 9],9 6],1,1 +350613,350613,12,num,XOR,33,[4 8],8 0],0,1 +350613,350613,12,num,XOR,34,[2 5],5 0],0,1 +350613,350613,12,num,XOR,35,[8 6],6 8],1,1 +350613,350613,12,num,XOR,36,[2 7],7 2],1,1 +350613,350613,12,num,XOR,37,[8 3],2 8],0,1 +350613,350613,12,num,XOR,38,[1 4],4 2],0,1 +350613,350613,12,num,XOR,39,[4 6],2 4],0,1 +350613,350613,12,num,XOR,40,[2 8],8 2],1,1 +350613,350613,12,num,XOR,41,[5 3],3 5],1,1 +350613,350613,12,num,XOR,42,[7 0],0 3],0,1 +350613,350613,12,num,XOR,43,[6 1],1 3],0,1 +350613,350613,12,num,XOR,44,[9 0],0 1],0,1 +350613,350613,12,num,XOR,45,[1 3],3 1],1,1 +350613,350613,12,num,XOR,46,[8 0],16 0],0,1 +350613,350613,12,num,XOR,47,[0 8],8 7],0,1 +350613,350613,12,num,XOR,48,[6 1],1 2],0,1 +350613,350613,12,num,XOR,49,[5 0],0 5],1,1 +350613,350613,12,num,XOR,50,[7 6],6 7],1,1 +350613,350613,12,num,XOR,51,[1 6],6 12],0,1 +350613,350613,12,num,XOR,52,[7 8],8 7],1,1 +350613,350613,12,num,XOR,53,[4 0],0 7],0,1 +350613,350613,12,num,XOR,54,[0 2],2 0],1,1 +350613,350613,12,num,XOR,55,[2 9],None,0,1 +350613,350613,12,num,XOR,56,[7 1],1 6],0,1 +350613,350613,12,num,XOR,57,[6 0],0 7],0,1 +350613,350613,12,num,XOR,58,[9 8],8 2],0,1 +350613,350613,12,num,XOR,59,[2 6],6 5],0,1 +350613,350613,12,num,XOR,60,[5 0],0 4],0,1 +350613,350613,12,num,XOR,61,[3 2],2 1],0,1 +350613,350613,12,num,XOR,62,[3 0],0 6],0,1 +350613,350613,12,num,XOR,63,[9 1],16 1],0,1 +350613,350613,12,num,XOR,64,[4 1],1 4],1,1 +350613,350613,12,num,XOR,65,[2 1],1 2],1,1 +350613,350613,12,num,XOR,66,[6 9],None,0,1 +350613,350613,12,num,XOR,67,[7 2],2 6],0,1 +350613,350613,12,num,XOR,68,[5 7],7 2],0,1 +350613,350613,12,num,XOR,69,[2 7],7 4],0,1 +350613,350613,12,num,XOR,70,[6 4],4 1],0,1 +350613,350613,12,num,XOR,71,[5 0],0 5],1,1 +350613,350613,12,num,XOR,72,[2 9],9 2],1,1 +350613,350613,12,num,XOR,73,[3 1],1 3],1,1 +350613,350613,12,num,XOR,74,[1 0],0 0],0,1 +350613,350613,12,num,XOR,75,[2 0],0 2],1,1 +350613,350613,12,num,XOR,76,[0 1],1 2],0,1 +350613,350613,12,num,XOR,77,[3 6],None,0,1 +350613,350613,12,num,XOR,78,[9 6],None,0,1 +350613,350613,12,num,XOR,79,[0 5],5 0],1,1 +350613,350613,12,num,XOR,80,[3 9],9 3],1,1 +350613,350613,12,num,XOR,81,[6 0],0 3],0,1 +350613,350613,12,num,XOR,82,[5 9],None,0,1 +350613,350613,12,num,XOR,83,[7 2],2 7],1,1 +350613,350613,12,num,XOR,84,[2 1],1 2],1,1 +350613,350613,12,num,XOR,85,[4 9],None,0,1 +350613,350613,12,num,XOR,86,[9 4],4 9],1,1 +350613,350613,12,num,XOR,87,[0 8],8 5],0,1 +350613,350613,12,num,XOR,88,[8 0],0 4],0,1 +350613,350613,12,num,XOR,89,[8 1],1 2],0,1 +350613,350613,12,num,XOR,90,[2 6],6 8],0,1 +350613,350613,12,num,XOR,91,[5 0],0 0],0,1 +350613,350613,12,num,XOR,92,[2 7],7 2],1,1 +350613,350613,12,num,XOR,93,[5 0],0 5],1,1 +350613,350613,12,num,XOR,94,[8 6],4 4],0,1 +350613,350613,12,num,XOR,95,[5 7],None,0,1 +350613,350613,12,num,XOR,96,[8 1],1 7],0,1 +350613,350613,12,num,XOR,97,[1 4],4 7],0,1 +350613,350613,12,num,XOR,98,[3 7],7 0],0,1 +350613,350613,12,num,XOR,99,[8 9],9 8],1,1 +350613,350613,12,num,c3_set_union_permuted,0,[2 6 5 3],2 5 3 6],1,1 +350613,350613,12,num,c3_set_union_permuted,1,[1 6 7 5],5 6 1 7],1,1 +350613,350613,12,num,c3_set_union_permuted,2,[2 1 4 6],1 6 2 4],1,1 +350613,350613,12,num,c3_set_union_permuted,3,[6 0 1 3],3 1 0 6],1,1 +350613,350613,12,num,c3_set_union_permuted,4,[4 3 1 7],7 3 4 1],1,1 +350613,350613,12,num,c3_set_union_permuted,5,[7 5 8 4],5 8 4 7],1,1 +350613,350613,12,num,c3_set_union_permuted,6,[4 0 8 1],8 4 0 1],1,1 +350613,350613,12,num,c3_set_union_permuted,7,[2 8 4 1],8 4 2 1],1,1 +350613,350613,12,num,c3_set_union_permuted,8,[3 0 7 6],6 7 3 0],1,1 +350613,350613,12,num,c3_set_union_permuted,9,[6 9 2 4],6 4 2 9],1,1 +350613,350613,12,num,c3_set_union_permuted,10,[6 5 9 8],6 9 8 5],1,1 +350613,350613,12,num,c3_set_union_permuted,11,[4 7 2 0],2 0 4 7],1,1 +350613,350613,12,num,c3_set_union_permuted,12,[7 1 5 3],1 3 7 5],1,1 +350613,350613,12,num,c3_set_union_permuted,13,[0 2 3 4],4 0 3 2],1,1 +350613,350613,12,num,c3_set_union_permuted,14,[1 0 6 9],1 0 6 9],1,1 +350613,350613,12,num,c3_set_union_permuted,15,[7 0 6 1],0 7 1 6],1,1 +350613,350613,12,num,c3_set_union_permuted,16,[5 7 2 0],0 5 2 7],1,1 +350613,350613,12,num,c3_set_union_permuted,17,[4 2 6 8],2 4 8 6],1,1 +350613,350613,12,num,c3_set_union_permuted,18,[8 4 9 7],8 4 9 7],1,1 +350613,350613,12,num,c3_set_union_permuted,19,[8 9 0 6],6 9 8 0],1,1 +350613,350613,12,num,c3_set_union_permuted,20,[3 8 1 4],1 8 4 3],1,1 +350613,350613,12,num,c3_set_union_permuted,21,[7 9 3 0],7 3 9 0],1,1 +350613,350613,12,num,c3_set_union_permuted,22,[0 5 8 7],5 7 0 8],1,1 +350613,350613,12,num,c3_set_union_permuted,23,[7 1 9 3],1 3 9 7],1,1 +350613,350613,12,num,c3_set_union_permuted,24,[1 9 3 4],1 4 9 3],1,1 +350613,350613,12,num,c3_set_union_permuted,25,[7 8 4 6],8 7 4 6],1,1 +350613,350613,12,num,c3_set_union_permuted,26,[2 3 0 9],3 9 0 2],1,1 +350613,350613,12,num,c3_set_union_permuted,27,[4 3 0 6],0 4 6 3],1,1 +350613,350613,12,num,c3_set_union_permuted,28,[5 3 7 4],7 5 3 4],1,1 +350613,350613,12,num,c3_set_union_permuted,29,[2 1 4 3],1 3 4 2],1,1 +350613,350613,12,num,c3_set_union_permuted,30,[5 8 2 4],4 2 8 5],1,1 +350613,350613,12,num,c3_set_union_permuted,31,[5 6 9 3],6 9 5 3],1,1 +350613,350613,12,num,c3_set_union_permuted,32,[5 7 3 9],5 9 7 3],1,1 +350613,350613,12,num,c3_set_union_permuted,33,[7 8 3 1],7 8 3 1],1,1 +350613,350613,12,num,c3_set_union_permuted,34,[0 2 1 8],0 1 8 2],1,1 +350613,350613,12,num,c3_set_union_permuted,35,[1 3 0 7],0 3 7 1],1,1 +350613,350613,12,num,c3_set_union_permuted,36,[6 9 5 7],7 5 9 6],1,1 +350613,350613,12,num,c3_set_union_permuted,37,[6 5 4 3],4 3 5 6],1,1 +350613,350613,12,num,c3_set_union_permuted,38,[8 5 6 3],6 5 3 8],1,1 +350613,350613,12,num,c3_set_union_permuted,39,[8 9 0 1],0 1 8 9],1,1 +350613,350613,12,num,c3_set_union_permuted,40,[3 0 9 6],0 3 9 6],1,1 +350613,350613,12,num,c3_set_union_permuted,41,[0 3 5 8],0 8 3 5],1,1 +350613,350613,12,num,c3_set_union_permuted,42,[6 3 7 9],9 6 7 3],1,1 +350613,350613,12,num,c3_set_union_permuted,43,[6 8 3 9],3 8 6 9],1,1 +350613,350613,12,num,c3_set_union_permuted,44,[7 2 5 9],7 9 2 5],1,1 +350613,350613,12,num,c3_set_union_permuted,45,[5 3 4 1],3 5 4 1],1,1 +350613,350613,12,num,c3_set_union_permuted,46,[0 4 6 7],0 6 4 7],1,1 +350613,350613,12,num,c3_set_union_permuted,47,[8 3 0 7],8 7 0 3],1,1 +350613,350613,12,num,c3_set_union_permuted,48,[8 1 3 6],1 6 3 8],1,1 +350613,350613,12,num,c3_set_union_permuted,49,[2 1 0 7],2 1 7 0],1,1 +350613,350613,12,num,c3_set_union_permuted,50,[8 0 2 7],8 7 2 0],1,1 +350613,350613,12,num,c3_set_union_permuted,51,[1 8 0 3],3 0 8 1],1,1 +350613,350613,12,num,c3_set_union_permuted,52,[5 1 6 0],0 1 5 6],1,1 +350613,350613,12,num,c3_set_union_permuted,53,[4 9 7 6],7 4 6 9],1,1 +350613,350613,12,num,c3_set_union_permuted,54,[6 5 2 9],5 6 6 9],0,1 +350613,350613,12,num,c3_set_union_permuted,55,[5 7 4 6],6 7 5 4],1,1 +350613,350613,12,num,c3_set_union_permuted,56,[6 9 4 3],6 9 4 3],1,1 +350613,350613,12,num,c3_set_union_permuted,57,[6 8 0 7],8 7 0 6],1,1 +350613,350613,12,num,c3_set_union_permuted,58,[4 9 7 1],9 4 1 7],1,1 +350613,350613,12,num,c3_set_union_permuted,59,[1 0 7 4],0 7 1 4],1,1 +350613,350613,12,num,c3_set_union_permuted,60,[9 4 2 1],1 9 2 4],1,1 +350613,350613,12,num,c3_set_union_permuted,61,[7 6 2 9],2 7 9 6],1,1 +350613,350613,12,num,c3_set_union_permuted,62,[6 2 9 8],2 6 8 9],1,1 +350613,350613,12,num,c3_set_union_permuted,63,[9 4 6 0],0 9 4 6],1,1 +350613,350613,12,num,c3_set_union_permuted,64,[3 2 9 4],2 4 9 3],1,1 +350613,350613,12,num,c3_set_union_permuted,65,[2 9 0 7],7 0 9 2],1,1 +350613,350613,12,num,c3_set_union_permuted,66,[7 5 2 6],5 7 6 2],1,1 +350613,350613,12,num,c3_set_union_permuted,67,[3 4 0 7],0 7 4 3],1,1 +350613,350613,12,num,c3_set_union_permuted,68,[6 2 1 5],6 5 2 1],1,1 +350613,350613,12,num,c3_set_union_permuted,69,[5 1 3 9],1 3 9 5],1,1 +350613,350613,12,num,c3_set_union_permuted,70,[6 3 1 2],2 6 1 3],1,1 +350613,350613,12,num,c3_set_union_permuted,71,[8 9 0 3],8 0 3 9],1,1 +350613,350613,12,num,c3_set_union_permuted,72,[8 2 5 0],2 5 8 0],1,1 +350613,350613,12,num,c3_set_union_permuted,73,[3 6 1 4],4 6 3 1],1,1 +350613,350613,12,num,c3_set_union_permuted,74,[9 6 0 2],9 0 6 2],1,1 +350613,350613,12,num,c3_set_union_permuted,75,[5 9 4 7],7 5 4 9],1,1 +350613,350613,12,num,c3_set_union_permuted,76,[1 7 4 2],2 7 1 4],1,1 +350613,350613,12,num,c3_set_union_permuted,77,[3 5 2 1],2 1 3 5],1,1 +350613,350613,12,num,c3_set_union_permuted,78,[1 5 4 8],4 1 8 5],1,1 +350613,350613,12,num,c3_set_union_permuted,79,[2 1 5 8],5 8 1 2],1,1 +350613,350613,12,num,c3_set_union_permuted,80,[4 3 9 5],5 4 9 3],1,1 +350613,350613,12,num,c3_set_union_permuted,81,[2 1 9 0],1 2 9 0],1,1 +350613,350613,12,num,c3_set_union_permuted,82,[0 1 5 9],9 5 0 1],1,1 +350613,350613,12,num,c3_set_union_permuted,83,[0 2 8 9],9 2 0 8],1,1 +350613,350613,12,num,c3_set_union_permuted,84,[1 0 5 4],5 0 1 4],1,1 +350613,350613,12,num,c3_set_union_permuted,85,[5 3 4 0],4 5 3 0],1,1 +350613,350613,12,num,c3_set_union_permuted,86,[0 2 8 4],2 4 8 0],1,1 +350613,350613,12,num,c3_set_union_permuted,87,[3 6 5 0],0 3 5 6],1,1 +350613,350613,12,num,c3_set_union_permuted,88,[2 4 3 7],3 7 2 4],1,1 +350613,350613,12,num,c3_set_union_permuted,89,[0 6 8 5],5 8 0 6],1,1 +350613,350613,12,num,c3_set_union_permuted,90,[3 8 1 9],3 8 9 1],1,1 +350613,350613,12,num,c3_set_union_permuted,91,[8 2 7 1],1 7 2 8],1,1 +350613,350613,12,num,c3_set_union_permuted,92,[7 6 4 3],4 7 6 3],1,1 +350613,350613,12,num,c3_set_union_permuted,93,[7 0 2 6],0 2 7 6],1,1 +350613,350613,12,num,c3_set_union_permuted,94,[8 3 5 4],8 5 4 3],1,1 +350613,350613,12,num,c3_set_union_permuted,95,[1 6 7 4],4 1 7 6],1,1 +350613,350613,12,num,c3_set_union_permuted,96,[8 6 7 1],6 7 1 8],1,1 +350613,350613,12,num,c3_set_union_permuted,97,[5 6 7 0],0 5 6 7],1,1 +350613,350613,12,num,c3_set_union_permuted,98,[3 6 2 7],6 3 7 2],1,1 +350613,350613,12,num,c3_set_union_permuted,99,[3 5 2 7],3 2 7 5],1,1 +350613,350613,12,num,c2_set_union_permuted,0,[5],1 5],0,1 +350613,350613,12,num,c2_set_union_permuted,1,[5],5],1,1 +350613,350613,12,num,c2_set_union_permuted,2,[9],7 9],0,1 +350613,350613,12,num,c2_set_union_permuted,3,[8],8 0],0,1 +350613,350613,12,num,c2_set_union_permuted,4,[8],8 7],0,1 +350613,350613,12,num,c2_set_union_permuted,5,[6],6 9],0,1 +350613,350613,12,num,c2_set_union_permuted,6,[7],7],1,1 +350613,350613,12,num,c2_set_union_permuted,7,[3],3 6],0,1 +350613,350613,12,num,c2_set_union_permuted,8,[8],1 8 6],0,1 +350613,350613,12,num,c2_set_union_permuted,9,[4],4],1,1 +350613,350613,12,num,c2_set_union_permuted,10,[4],2 8 4],0,1 +350613,350613,12,num,c2_set_union_permuted,11,[0],0 1],0,1 +350613,350613,12,num,c2_set_union_permuted,12,[7],7 5],0,1 +350613,350613,12,num,c2_set_union_permuted,13,[5],5 3],0,1 +350613,350613,12,num,c2_set_union_permuted,14,[3],3],1,1 +350613,350613,12,num,c2_set_union_permuted,15,[3],3 5],0,1 +350613,350613,12,num,c2_set_union_permuted,16,[3],3],1,1 +350613,350613,12,num,c2_set_union_permuted,17,[1],1],1,1 +350613,350613,12,num,c2_set_union_permuted,18,[5],5 0],0,1 +350613,350613,12,num,c2_set_union_permuted,19,[2],2 3],0,1 +350613,350613,12,num,c2_set_union_permuted,20,[5],7 5 4],0,1 +350613,350613,12,num,c2_set_union_permuted,21,[8],8],1,1 +350613,350613,12,num,c2_set_union_permuted,22,[9],9],1,1 +350613,350613,12,num,c2_set_union_permuted,23,[5],5 2],0,1 +350613,350613,12,num,c2_set_union_permuted,24,[3],5 3],0,1 +350613,350613,12,num,c2_set_union_permuted,25,[0],0],1,1 +350613,350613,12,num,c2_set_union_permuted,26,[8],8 0],0,1 +350613,350613,12,num,c2_set_union_permuted,27,[5],5],1,1 +350613,350613,12,num,c2_set_union_permuted,28,[0],0],1,1 +350613,350613,12,num,c2_set_union_permuted,29,[6],6],1,1 +350613,350613,12,num,c2_set_union_permuted,30,[6],6],1,1 +350613,350613,12,num,c2_set_union_permuted,31,[0],0],1,1 +350613,350613,12,num,c2_set_union_permuted,32,[8],8],1,1 +350613,350613,12,num,c2_set_union_permuted,33,[4],3 4 5],0,1 +350613,350613,12,num,c2_set_union_permuted,34,[8],8],1,1 +350613,350613,12,num,c2_set_union_permuted,35,[4],4 1],0,1 +350613,350613,12,num,c2_set_union_permuted,36,[5],5],1,1 +350613,350613,12,num,c2_set_union_permuted,37,[3],3],1,1 +350613,350613,12,num,c2_set_union_permuted,38,[9],9 4],0,1 +350613,350613,12,num,c2_set_union_permuted,39,[9],0 9 7],0,1 +350613,350613,12,num,c2_set_union_permuted,40,[1],4 7],0,1 +350613,350613,12,num,c2_set_union_permuted,41,[4],4],1,1 +350613,350613,12,num,c2_set_union_permuted,42,[6],None,0,1 +350613,350613,12,num,c2_set_union_permuted,43,[1],1],1,1 +350613,350613,12,num,c2_set_union_permuted,44,[5],5],1,1 +350613,350613,12,num,c2_set_union_permuted,45,[3],3 9],0,1 +350613,350613,12,num,c2_set_union_permuted,46,[9],9 1],0,1 +350613,350613,12,num,c2_set_union_permuted,47,[4],4],1,1 +350613,350613,12,num,c2_set_union_permuted,48,[8],8 1],0,1 +350613,350613,12,num,c2_set_union_permuted,49,[4],4],1,1 +350613,350613,12,num,c2_set_union_permuted,50,[4],4],1,1 +350613,350613,12,num,c2_set_union_permuted,51,[3],3],1,1 +350613,350613,12,num,c2_set_union_permuted,52,[4],4 1],0,1 +350613,350613,12,num,c2_set_union_permuted,53,[6],6],1,1 +350613,350613,12,num,c2_set_union_permuted,54,[0],0],1,1 +350613,350613,12,num,c2_set_union_permuted,55,[7],7 2],0,1 +350613,350613,12,num,c2_set_union_permuted,56,[4],4],1,1 +350613,350613,12,num,c2_set_union_permuted,57,[7],7 9],0,1 +350613,350613,12,num,c2_set_union_permuted,58,[2],2 2],0,1 +350613,350613,12,num,c2_set_union_permuted,59,[3],0 3 4],0,1 +350613,350613,12,num,c2_set_union_permuted,60,[7],2 7 3 2],0,1 +350613,350613,12,num,c2_set_union_permuted,61,[0],0],1,1 +350613,350613,12,num,c2_set_union_permuted,62,[2],2],1,1 +350613,350613,12,num,c2_set_union_permuted,63,[7],7],1,1 +350613,350613,12,num,c2_set_union_permuted,64,[2],2],1,1 +350613,350613,12,num,c2_set_union_permuted,65,[3],3 2 0],0,1 +350613,350613,12,num,c2_set_union_permuted,66,[1],1 3],0,1 +350613,350613,12,num,c2_set_union_permuted,67,[3],3],1,1 +350613,350613,12,num,c2_set_union_permuted,68,[6],6 7],0,1 +350613,350613,12,num,c2_set_union_permuted,69,[0],0 3],0,1 +350613,350613,12,num,c2_set_union_permuted,70,[3],3 2],0,1 +350613,350613,12,num,c2_set_union_permuted,71,[6],6],1,1 +350613,350613,12,num,c2_set_union_permuted,72,[2],2],1,1 +350613,350613,12,num,c2_set_union_permuted,73,[7],1 7],0,1 +350613,350613,12,num,c2_set_union_permuted,74,[3],3 9],0,1 +350613,350613,12,num,c2_set_union_permuted,75,[0],0 6],0,1 +350613,350613,12,num,c2_set_union_permuted,76,[8],0 8],0,1 +350613,350613,12,num,c2_set_union_permuted,77,[9],9],1,1 +350613,350613,12,num,c2_set_union_permuted,78,[6],4 6],0,1 +350613,350613,12,num,c2_set_union_permuted,79,[3],3 5],0,1 +350613,350613,12,num,c2_set_union_permuted,80,[1],1 6],0,1 +350613,350613,12,num,c2_set_union_permuted,81,[4],4 5],0,1 +350613,350613,12,num,c2_set_union_permuted,82,[3],3 0],0,1 +350613,350613,12,num,c2_set_union_permuted,83,[7],7],1,1 +350613,350613,12,num,c2_set_union_permuted,84,[5],5],1,1 +350613,350613,12,num,c2_set_union_permuted,85,[9],9],1,1 +350613,350613,12,num,c2_set_union_permuted,86,[8],8],1,1 +350613,350613,12,num,c2_set_union_permuted,87,[3],2 3],0,1 +350613,350613,12,num,c2_set_union_permuted,88,[8],8 9],0,1 +350613,350613,12,num,c2_set_union_permuted,89,[8],8],1,1 +350613,350613,12,num,c2_set_union_permuted,90,[8],7 8],0,1 +350613,350613,12,num,c2_set_union_permuted,91,[8],8 7 8],0,1 +350613,350613,12,num,c2_set_union_permuted,92,[5],5],1,1 +350613,350613,12,num,c2_set_union_permuted,93,[4],4],1,1 +350613,350613,12,num,c2_set_union_permuted,94,[0],0],1,1 +350613,350613,12,num,c2_set_union_permuted,95,[6],None,0,1 +350613,350613,12,num,c2_set_union_permuted,96,[0],0],1,1 +350613,350613,12,num,c2_set_union_permuted,97,[1],5 1 0],0,1 +350613,350613,12,num,c2_set_union_permuted,98,[9],9],1,1 +350613,350613,12,num,c2_set_union_permuted,99,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,0,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,1,[4],4],1,1 +350613,350613,12,num,c1_set_union_permuted,2,[2],2],1,1 +350613,350613,12,num,c1_set_union_permuted,3,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,4,[1],1],1,1 +350613,350613,12,num,c1_set_union_permuted,5,[2],2],1,1 +350613,350613,12,num,c1_set_union_permuted,6,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,7,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,8,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,9,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,10,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,11,[8],8],1,1 +350613,350613,12,num,c1_set_union_permuted,12,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,13,[8],8],1,1 +350613,350613,12,num,c1_set_union_permuted,14,[5],5],1,1 +350613,350613,12,num,c1_set_union_permuted,15,[2],2],1,1 +350613,350613,12,num,c1_set_union_permuted,16,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,17,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,18,[4],4],1,1 +350613,350613,12,num,c1_set_union_permuted,19,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,20,[1],1],1,1 +350613,350613,12,num,c1_set_union_permuted,21,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,22,[8],8],1,1 +350613,350613,12,num,c1_set_union_permuted,23,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,24,[7],7],1,1 +350613,350613,12,num,c1_set_union_permuted,25,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,26,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,27,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,28,[1],1],1,1 +350613,350613,12,num,c1_set_union_permuted,29,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,30,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,31,[4],4],1,1 +350613,350613,12,num,c1_set_union_permuted,32,[4],4],1,1 +350613,350613,12,num,c1_set_union_permuted,33,[4],4],1,1 +350613,350613,12,num,c1_set_union_permuted,34,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,35,[2],2],1,1 +350613,350613,12,num,c1_set_union_permuted,36,[5],5],1,1 +350613,350613,12,num,c1_set_union_permuted,37,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,38,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,39,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,40,[8],8],1,1 +350613,350613,12,num,c1_set_union_permuted,41,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,42,[4],4],1,1 +350613,350613,12,num,c1_set_union_permuted,43,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,44,[7],7],1,1 +350613,350613,12,num,c1_set_union_permuted,45,[7],7],1,1 +350613,350613,12,num,c1_set_union_permuted,46,[2],2],1,1 +350613,350613,12,num,c1_set_union_permuted,47,[5],5],1,1 +350613,350613,12,num,c1_set_union_permuted,48,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,49,[8],0 8],0,1 +350613,350613,12,num,c1_set_union_permuted,50,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,51,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,52,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,53,[8],8],1,1 +350613,350613,12,num,c1_set_union_permuted,54,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,55,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,56,[5],5],1,1 +350613,350613,12,num,c1_set_union_permuted,57,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,58,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,59,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,60,[1],1],1,1 +350613,350613,12,num,c1_set_union_permuted,61,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,62,[4],4],1,1 +350613,350613,12,num,c1_set_union_permuted,63,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,64,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,65,[2],2],1,1 +350613,350613,12,num,c1_set_union_permuted,66,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,67,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,68,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,69,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,70,[8],8],1,1 +350613,350613,12,num,c1_set_union_permuted,71,[5],5],1,1 +350613,350613,12,num,c1_set_union_permuted,72,[1],1],1,1 +350613,350613,12,num,c1_set_union_permuted,73,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,74,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,75,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,76,[4],4],1,1 +350613,350613,12,num,c1_set_union_permuted,77,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,78,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,79,[1],1],1,1 +350613,350613,12,num,c1_set_union_permuted,80,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,81,[2],2],1,1 +350613,350613,12,num,c1_set_union_permuted,82,[1],1],1,1 +350613,350613,12,num,c1_set_union_permuted,83,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,84,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,85,[8],8],1,1 +350613,350613,12,num,c1_set_union_permuted,86,[4],4],1,1 +350613,350613,12,num,c1_set_union_permuted,87,[3],3],1,1 +350613,350613,12,num,c1_set_union_permuted,88,[0],0],1,1 +350613,350613,12,num,c1_set_union_permuted,89,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,90,[5],5],1,1 +350613,350613,12,num,c1_set_union_permuted,91,[1],1],1,1 +350613,350613,12,num,c1_set_union_permuted,92,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,93,[5],5],1,1 +350613,350613,12,num,c1_set_union_permuted,94,[9],9],1,1 +350613,350613,12,num,c1_set_union_permuted,95,[2],2],1,1 +350613,350613,12,num,c1_set_union_permuted,96,[7],7],1,1 +350613,350613,12,num,c1_set_union_permuted,97,[4],4],1,1 +350613,350613,12,num,c1_set_union_permuted,98,[6],6],1,1 +350613,350613,12,num,c1_set_union_permuted,99,[2],2],1,1 +350613,350613,12,num,XOR_permuted,0,[4 0],0 4],1,1 +350613,350613,12,num,XOR_permuted,1,[8 4],8 4],1,1 +350613,350613,12,num,XOR_permuted,2,[1 7],7 1],1,1 +350613,350613,12,num,XOR_permuted,3,[6 0],0 6],1,1 +350613,350613,12,num,XOR_permuted,4,[3 6],3 6],1,1 +350613,350613,12,num,XOR_permuted,5,[5 6],6 5],1,1 +350613,350613,12,num,XOR_permuted,6,[3 9],7 9],0,1 +350613,350613,12,num,XOR_permuted,7,[0 8],8 0],1,1 +350613,350613,12,num,XOR_permuted,8,[1 4],4 3],0,1 +350613,350613,12,num,XOR_permuted,9,[8 3],8 3],1,1 +350613,350613,12,num,XOR_permuted,10,[9 6],6 9],1,1 +350613,350613,12,num,XOR_permuted,11,[0 7],5 5],0,1 +350613,350613,12,num,XOR_permuted,12,[0 9],0 9],1,1 +350613,350613,12,num,XOR_permuted,13,[3 6],8 6],0,1 +350613,350613,12,num,XOR_permuted,14,[1 3],1 3],1,1 +350613,350613,12,num,XOR_permuted,15,[0 7],7 0],1,1 +350613,350613,12,num,XOR_permuted,16,[7 8],8 7],1,1 +350613,350613,12,num,XOR_permuted,17,[6 2],6 2],1,1 +350613,350613,12,num,XOR_permuted,18,[7 8],7 8],1,1 +350613,350613,12,num,XOR_permuted,19,[0 9],9 0],1,1 +350613,350613,12,num,XOR_permuted,20,[0 2],2 1],0,1 +350613,350613,12,num,XOR_permuted,21,[6 5],4 1],0,1 +350613,350613,12,num,XOR_permuted,22,[0 3],0 3],1,1 +350613,350613,12,num,XOR_permuted,23,[0 9],16 9],0,1 +350613,350613,12,num,XOR_permuted,24,[8 0],0 8],1,1 +350613,350613,12,num,XOR_permuted,25,[2 8],8 1],0,1 +350613,350613,12,num,XOR_permuted,26,[3 9],9 8],0,1 +350613,350613,12,num,XOR_permuted,27,[2 9],9 2],1,1 +350613,350613,12,num,XOR_permuted,28,[3 7],7 3],1,1 +350613,350613,12,num,XOR_permuted,29,[9 0],9 8],0,1 +350613,350613,12,num,XOR_permuted,30,[2 5],2 5],1,1 +350613,350613,12,num,XOR_permuted,31,[2 6],6 2],1,1 +350613,350613,12,num,XOR_permuted,32,[0 2],2 0],1,1 +350613,350613,12,num,XOR_permuted,33,[5 7],5 7],1,1 +350613,350613,12,num,XOR_permuted,34,[3 5],3 0],0,1 +350613,350613,12,num,XOR_permuted,35,[6 0],6 0],1,1 +350613,350613,12,num,XOR_permuted,36,[6 0],0 6],1,1 +350613,350613,12,num,XOR_permuted,37,[4 5],4 5],1,1 +350613,350613,12,num,XOR_permuted,38,[8 9],8 9],1,1 +350613,350613,12,num,XOR_permuted,39,[6 7],7 6],1,1 +350613,350613,12,num,XOR_permuted,40,[9 3],9 3],1,1 +350613,350613,12,num,XOR_permuted,41,[7 6],2 7],0,1 +350613,350613,12,num,XOR_permuted,42,[8 9],8 9],1,1 +350613,350613,12,num,XOR_permuted,43,[7 0],0 7],1,1 +350613,350613,12,num,XOR_permuted,44,[2 1],3 4],0,1 +350613,350613,12,num,XOR_permuted,45,[3 5],5 3],1,1 +350613,350613,12,num,XOR_permuted,46,[2 0],8 0],0,1 +350613,350613,12,num,XOR_permuted,47,[2 0],2 0],1,1 +350613,350613,12,num,XOR_permuted,48,[0 1],1 0],1,1 +350613,350613,12,num,XOR_permuted,49,[5 1],5 1],1,1 +350613,350613,12,num,XOR_permuted,50,[6 9],None,0,1 +350613,350613,12,num,XOR_permuted,51,[0 1],0 5],0,1 +350613,350613,12,num,XOR_permuted,52,[9 8],8 6],0,1 +350613,350613,12,num,XOR_permuted,53,[8 2],8 1],0,1 +350613,350613,12,num,XOR_permuted,54,[1 0],8 1],0,1 +350613,350613,12,num,XOR_permuted,55,[5 9],None,0,1 +350613,350613,12,num,XOR_permuted,56,[0 6],0 6],1,1 +350613,350613,12,num,XOR_permuted,57,[5 4],4 5],1,1 +350613,350613,12,num,XOR_permuted,58,[7 5],7 5],1,1 +350613,350613,12,num,XOR_permuted,59,[8 2],2 8],1,1 +350613,350613,12,num,XOR_permuted,60,[9 2],0 2],0,1 +350613,350613,12,num,XOR_permuted,61,[0 1],1 0],1,1 +350613,350613,12,num,XOR_permuted,62,[0 2],1 0],0,1 +350613,350613,12,num,XOR_permuted,63,[2 0],0 2],1,1 +350613,350613,12,num,XOR_permuted,64,[2 3],2 3],1,1 +350613,350613,12,num,XOR_permuted,65,[9 6],None,0,1 +350613,350613,12,num,XOR_permuted,66,[9 4],4 9],1,1 +350613,350613,12,num,XOR_permuted,67,[0 4],8 0],0,1 +350613,350613,12,num,XOR_permuted,68,[9 5],None,0,1 +350613,350613,12,num,XOR_permuted,69,[6 4],6 4],1,1 +350613,350613,12,num,XOR_permuted,70,[5 0],5 0],1,1 +350613,350613,12,num,XOR_permuted,71,[3 1],3 1],1,1 +350613,350613,12,num,XOR_permuted,72,[8 1],1 8],1,1 +350613,350613,12,num,XOR_permuted,73,[6 3],6 3],1,1 +350613,350613,12,num,XOR_permuted,74,[0 9],1 0],0,1 +350613,350613,12,num,XOR_permuted,75,[2 9],2 9],1,1 +350613,350613,12,num,XOR_permuted,76,[9 6],None,0,1 +350613,350613,12,num,XOR_permuted,77,[4 1],1 5],0,1 +350613,350613,12,num,XOR_permuted,78,[1 4],1 4],1,1 +350613,350613,12,num,XOR_permuted,79,[7 3],6 7],0,1 +350613,350613,12,num,XOR_permuted,80,[8 3],3 8],1,1 +350613,350613,12,num,XOR_permuted,81,[5 6],5 6],1,1 +350613,350613,12,num,XOR_permuted,82,[5 7],3 3],0,1 +350613,350613,12,num,XOR_permuted,83,[7 0],0 7],1,1 +350613,350613,12,num,XOR_permuted,84,[6 9],5 9],0,1 +350613,350613,12,num,XOR_permuted,85,[9 4],4 9],1,1 +350613,350613,12,num,XOR_permuted,86,[6 2],2 6],1,1 +350613,350613,12,num,XOR_permuted,87,[9 4],4 9],1,1 +350613,350613,12,num,XOR_permuted,88,[3 1],3 1],1,1 +350613,350613,12,num,XOR_permuted,89,[4 9],None,0,1 +350613,350613,12,num,XOR_permuted,90,[1 5],5 1],1,1 +350613,350613,12,num,XOR_permuted,91,[4 0],4 4],0,1 +350613,350613,12,num,XOR_permuted,92,[8 4],6 8],0,1 +350613,350613,12,num,XOR_permuted,93,[5 8],2 5],0,1 +350613,350613,12,num,XOR_permuted,94,[3 7],7 3],1,1 +350613,350613,12,num,XOR_permuted,95,[8 5],5 8],1,1 +350613,350613,12,num,XOR_permuted,96,[5 9],5 9],1,1 +350613,350613,12,num,XOR_permuted,97,[8 3],8 3],1,1 +350613,350613,12,num,XOR_permuted,98,[7 5],7 5],1,1 +350613,350613,12,num,XOR_permuted,99,[6 7],7 6],1,1 +350613,350613,12,num,AND_permuted,0,[],7],0,1 +350613,350613,12,num,AND_permuted,1,[],2],0,1 +350613,350613,12,num,AND_permuted,2,[],7],0,1 +350613,350613,12,num,AND_permuted,3,[],2],0,1 +350613,350613,12,num,AND_permuted,4,[],1],0,1 +350613,350613,12,num,AND_permuted,5,[],2],0,1 +350613,350613,12,num,AND_permuted,6,[],2],0,1 +350613,350613,12,num,AND_permuted,7,[],4],0,1 +350613,350613,12,num,AND_permuted,8,[],3],0,1 +350613,350613,12,num,AND_permuted,9,[],0],0,1 +350613,350613,12,num,AND_permuted,10,[],9],0,1 +350613,350613,12,num,AND_permuted,11,[],8],0,1 +350613,350613,12,num,AND_permuted,12,[],0],0,1 +350613,350613,12,num,AND_permuted,13,[],6],0,1 +350613,350613,12,num,AND_permuted,14,[],6],0,1 +350613,350613,12,num,AND_permuted,15,[],3],0,1 +350613,350613,12,num,AND_permuted,16,[],4],0,1 +350613,350613,12,num,AND_permuted,17,[],2],0,1 +350613,350613,12,num,AND_permuted,18,[],0,0,1 +350613,350613,12,num,AND_permuted,19,[],1],0,1 +350613,350613,12,num,AND_permuted,20,[],2],0,1 +350613,350613,12,num,AND_permuted,21,[],4],0,1 +350613,350613,12,num,AND_permuted,22,[],8],0,1 +350613,350613,12,num,AND_permuted,23,[],6],0,1 +350613,350613,12,num,AND_permuted,24,[],7,0,1 +350613,350613,12,num,AND_permuted,25,[],2]],0,1 +350613,350613,12,num,AND_permuted,26,[],4,0,1 +350613,350613,12,num,AND_permuted,27,[],4],0,1 +350613,350613,12,num,AND_permuted,28,[],4],0,1 +350613,350613,12,num,AND_permuted,29,[],1],0,1 +350613,350613,12,num,AND_permuted,30,[],5],0,1 +350613,350613,12,num,AND_permuted,31,[],1],0,1 +350613,350613,12,num,AND_permuted,32,[],2],0,1 +350613,350613,12,num,AND_permuted,33,[],8],0,1 +350613,350613,12,num,AND_permuted,34,[],4],0,1 +350613,350613,12,num,AND_permuted,35,[],0],0,1 +350613,350613,12,num,AND_permuted,36,[],0],0,1 +350613,350613,12,num,AND_permuted,37,[],2],0,1 +350613,350613,12,num,AND_permuted,38,[],4],0,1 +350613,350613,12,num,AND_permuted,39,[],1],0,1 +350613,350613,12,num,AND_permuted,40,[],8],0,1 +350613,350613,12,num,AND_permuted,41,[],4],0,1 +350613,350613,12,num,AND_permuted,42,[],0],0,1 +350613,350613,12,num,AND_permuted,43,[],7,0,1 +350613,350613,12,num,AND_permuted,44,[],9],0,1 +350613,350613,12,num,AND_permuted,45,[],5,0,1 +350613,350613,12,num,AND_permuted,46,[],2],0,1 +350613,350613,12,num,AND_permuted,47,[],3],0,1 +350613,350613,12,num,AND_permuted,48,[],8],0,1 +350613,350613,12,num,AND_permuted,49,[],6],0,1 +350613,350613,12,num,AND_permuted,50,[],8],0,1 +350613,350613,12,num,AND_permuted,51,[],6],0,1 +350613,350613,12,num,AND_permuted,52,[],3],0,1 +350613,350613,12,num,AND_permuted,53,[],6],0,1 +350613,350613,12,num,AND_permuted,54,[],5],0,1 +350613,350613,12,num,AND_permuted,55,[],8],0,1 +350613,350613,12,num,AND_permuted,56,[],1],0,1 +350613,350613,12,num,AND_permuted,57,[],3],0,1 +350613,350613,12,num,AND_permuted,58,[],0],0,1 +350613,350613,12,num,AND_permuted,59,[],7],0,1 +350613,350613,12,num,AND_permuted,60,[],5],0,1 +350613,350613,12,num,AND_permuted,61,[],9],0,1 +350613,350613,12,num,AND_permuted,62,[],4],0,1 +350613,350613,12,num,AND_permuted,63,[],7],0,1 +350613,350613,12,num,AND_permuted,64,[],5],0,1 +350613,350613,12,num,AND_permuted,65,[],6],0,1 +350613,350613,12,num,AND_permuted,66,[],9],0,1 +350613,350613,12,num,AND_permuted,67,[],5],0,1 +350613,350613,12,num,AND_permuted,68,[],9],0,1 +350613,350613,12,num,AND_permuted,69,[],6],0,1 +350613,350613,12,num,AND_permuted,70,[],0],0,1 +350613,350613,12,num,AND_permuted,71,[],1],0,1 +350613,350613,12,num,AND_permuted,72,[],4],0,1 +350613,350613,12,num,AND_permuted,73,[],1],0,1 +350613,350613,12,num,AND_permuted,74,[],1],0,1 +350613,350613,12,num,AND_permuted,75,[],4],0,1 +350613,350613,12,num,AND_permuted,76,[],3],0,1 +350613,350613,12,num,AND_permuted,77,[],8],0,1 +350613,350613,12,num,AND_permuted,78,[],4,0,1 +350613,350613,12,num,AND_permuted,79,[],1],0,1 +350613,350613,12,num,AND_permuted,80,[],7],0,1 +350613,350613,12,num,AND_permuted,81,[],5],0,1 +350613,350613,12,num,AND_permuted,82,[],3],0,1 +350613,350613,12,num,AND_permuted,83,[],2],0,1 +350613,350613,12,num,AND_permuted,84,[],8],0,1 +350613,350613,12,num,AND_permuted,85,[],2],0,1 +350613,350613,12,num,AND_permuted,86,[],8],0,1 +350613,350613,12,num,AND_permuted,87,[],9],0,1 +350613,350613,12,num,AND_permuted,88,[],5],0,1 +350613,350613,12,num,AND_permuted,89,[],5],0,1 +350613,350613,12,num,AND_permuted,90,[],6],0,1 +350613,350613,12,num,AND_permuted,91,[],1],0,1 +350613,350613,12,num,AND_permuted,92,[],2],0,1 +350613,350613,12,num,AND_permuted,93,[],0],0,1 +350613,350613,12,num,AND_permuted,94,[],0],0,1 +350613,350613,12,num,AND_permuted,95,[],4,0,1 +350613,350613,12,num,AND_permuted,96,[],1],0,1 +350613,350613,12,num,AND_permuted,97,[],5],0,1 +350613,350613,12,num,AND_permuted,98,[],4],0,1 +350613,350613,12,num,AND_permuted,99,[],2,0,1 +350613,350613,12,symb,row_constant,0,['!'],!],1,1 +350613,350613,12,symb,row_constant,1,['('],(],1,1 +350613,350613,12,symb,row_constant,2,['>'],>],1,1 +350613,350613,12,symb,row_constant,3,['!'],!],1,1 +350613,350613,12,symb,row_constant,4,['~'],~],1,1 +350613,350613,12,symb,row_constant,5,['>'],>],1,1 +350613,350613,12,symb,row_constant,6,['<'],<],1,1 +350613,350613,12,symb,row_constant,7,['$'],$],1,1 +350613,350613,12,symb,row_constant,8,['('],)],0,1 +350613,350613,12,symb,row_constant,9,['('],(],1,1 +350613,350613,12,symb,row_constant,10,[':'],:],1,1 +350613,350613,12,symb,row_constant,11,['$'],$],1,1 +350613,350613,12,symb,row_constant,12,['%'],%],1,1 +350613,350613,12,symb,row_constant,13,['%'],%],1,1 +350613,350613,12,symb,row_constant,14,['&'],&],1,1 +350613,350613,12,symb,row_constant,15,['('],(],1,1 +350613,350613,12,symb,row_constant,16,['!'],!],1,1 +350613,350613,12,symb,row_constant,17,['>'],>],1,1 +350613,350613,12,symb,row_constant,18,['%'],%],1,1 +350613,350613,12,symb,row_constant,19,['<'],<],1,1 +350613,350613,12,symb,row_constant,20,['%'],%],1,1 +350613,350613,12,symb,row_constant,21,['!'],!],1,1 +350613,350613,12,symb,row_constant,22,['>'],>],1,1 +350613,350613,12,symb,row_constant,23,['$'],$],1,1 +350613,350613,12,symb,row_constant,24,['>'],>],1,1 +350613,350613,12,symb,row_constant,25,['('],)],0,1 +350613,350613,12,symb,row_constant,26,['<'],<],1,1 +350613,350613,12,symb,row_constant,27,['$'],$],1,1 +350613,350613,12,symb,row_constant,28,['~'],~],1,1 +350613,350613,12,symb,row_constant,29,['>'],>],1,1 +350613,350613,12,symb,row_constant,30,['~'],~],1,1 +350613,350613,12,symb,row_constant,31,['('],(],1,1 +350613,350613,12,symb,row_constant,32,['*'],*],1,1 +350613,350613,12,symb,row_constant,33,['('],)],0,1 +350613,350613,12,symb,row_constant,34,['~'],~],1,1 +350613,350613,12,symb,row_constant,35,['>'],>],1,1 +350613,350613,12,symb,row_constant,36,['('],(],1,1 +350613,350613,12,symb,row_constant,37,['!'],!],1,1 +350613,350613,12,symb,row_constant,38,['%'],%],1,1 +350613,350613,12,symb,row_constant,39,['$'],$],1,1 +350613,350613,12,symb,row_constant,40,['%'],%],1,1 +350613,350613,12,symb,row_constant,41,['~'],~],1,1 +350613,350613,12,symb,row_constant,42,['&'],&],1,1 +350613,350613,12,symb,row_constant,43,['('],(],1,1 +350613,350613,12,symb,row_constant,44,['<'],<],1,1 +350613,350613,12,symb,row_constant,45,['!'],!],1,1 +350613,350613,12,symb,row_constant,46,['*'],*],1,1 +350613,350613,12,symb,row_constant,47,[':'],:],1,1 +350613,350613,12,symb,row_constant,48,[':'],:],1,1 +350613,350613,12,symb,row_constant,49,['>'],>],1,1 +350613,350613,12,symb,row_constant,50,['&'],&],1,1 +350613,350613,12,symb,row_constant,51,['('],)],0,1 +350613,350613,12,symb,row_constant,52,['>'],>],1,1 +350613,350613,12,symb,row_constant,53,['>'],>],1,1 +350613,350613,12,symb,row_constant,54,['$'],$],1,1 +350613,350613,12,symb,row_constant,55,['%'],%],1,1 +350613,350613,12,symb,row_constant,56,['>'],>],1,1 +350613,350613,12,symb,row_constant,57,['%'],%],1,1 +350613,350613,12,symb,row_constant,58,['!'],!],1,1 +350613,350613,12,symb,row_constant,59,['<'],<],1,1 +350613,350613,12,symb,row_constant,60,['&'],&],1,1 +350613,350613,12,symb,row_constant,61,['!'],!],1,1 +350613,350613,12,symb,row_constant,62,['!'],!],1,1 +350613,350613,12,symb,row_constant,63,['!'],!],1,1 +350613,350613,12,symb,row_constant,64,['&'],&],1,1 +350613,350613,12,symb,row_constant,65,['('],(],1,1 +350613,350613,12,symb,row_constant,66,[':'],:],1,1 +350613,350613,12,symb,row_constant,67,['<'],<],1,1 +350613,350613,12,symb,row_constant,68,['('],(],1,1 +350613,350613,12,symb,row_constant,69,['('],(],1,1 +350613,350613,12,symb,row_constant,70,['('],(],1,1 +350613,350613,12,symb,row_constant,71,['>'],>],1,1 +350613,350613,12,symb,row_constant,72,['&'],&],1,1 +350613,350613,12,symb,row_constant,73,['~'],~],1,1 +350613,350613,12,symb,row_constant,74,['<'],<],1,1 +350613,350613,12,symb,row_constant,75,['%'],%],1,1 +350613,350613,12,symb,row_constant,76,['>'],>],1,1 +350613,350613,12,symb,row_constant,77,['>'],>],1,1 +350613,350613,12,symb,row_constant,78,['('],(],1,1 +350613,350613,12,symb,row_constant,79,['*'],*],1,1 +350613,350613,12,symb,row_constant,80,['!'],!],1,1 +350613,350613,12,symb,row_constant,81,['*'],*],1,1 +350613,350613,12,symb,row_constant,82,['$'],$],1,1 +350613,350613,12,symb,row_constant,83,[':'],:],1,1 +350613,350613,12,symb,row_constant,84,['<'],<],1,1 +350613,350613,12,symb,row_constant,85,['*'],*],1,1 +350613,350613,12,symb,row_constant,86,['('],(],1,1 +350613,350613,12,symb,row_constant,87,['>'],>],1,1 +350613,350613,12,symb,row_constant,88,['%'],%],1,1 +350613,350613,12,symb,row_constant,89,['!'],!],1,1 +350613,350613,12,symb,row_constant,90,['>'],>],1,1 +350613,350613,12,symb,row_constant,91,['>'],>],1,1 +350613,350613,12,symb,row_constant,92,['&'],&],1,1 +350613,350613,12,symb,row_constant,93,['>'],>],1,1 +350613,350613,12,symb,row_constant,94,['*'],*],1,1 +350613,350613,12,symb,row_constant,95,['~'],~],1,1 +350613,350613,12,symb,row_constant,96,['~'],~],1,1 +350613,350613,12,symb,row_constant,97,['*'],*],1,1 +350613,350613,12,symb,row_constant,98,[':'],:],1,1 +350613,350613,12,symb,row_constant,99,['~'],~],1,1 +350613,350613,12,symb,col_constant,0,['~'],~],1,1 +350613,350613,12,symb,col_constant,1,['$'],$],1,1 +350613,350613,12,symb,col_constant,2,['$'],$],1,1 +350613,350613,12,symb,col_constant,3,[':'],:],1,1 +350613,350613,12,symb,col_constant,4,['>'],>],1,1 +350613,350613,12,symb,col_constant,5,[':'],:],1,1 +350613,350613,12,symb,col_constant,6,['!'],!],1,1 +350613,350613,12,symb,col_constant,7,['<'],<],1,1 +350613,350613,12,symb,col_constant,8,['('],(],1,1 +350613,350613,12,symb,col_constant,9,['('],(],1,1 +350613,350613,12,symb,col_constant,10,['<'],<],1,1 +350613,350613,12,symb,col_constant,11,[':'],:],1,1 +350613,350613,12,symb,col_constant,12,['%'],%],1,1 +350613,350613,12,symb,col_constant,13,['&'],&],1,1 +350613,350613,12,symb,col_constant,14,['!'],!],1,1 +350613,350613,12,symb,col_constant,15,['~'],~],1,1 +350613,350613,12,symb,col_constant,16,['>'],>],1,1 +350613,350613,12,symb,col_constant,17,['<'],<],1,1 +350613,350613,12,symb,col_constant,18,['('],(],1,1 +350613,350613,12,symb,col_constant,19,['*'],*],1,1 +350613,350613,12,symb,col_constant,20,['~'],~],1,1 +350613,350613,12,symb,col_constant,21,['~'],~],1,1 +350613,350613,12,symb,col_constant,22,['$'],$],1,1 +350613,350613,12,symb,col_constant,23,['%'],%],1,1 +350613,350613,12,symb,col_constant,24,['<'],<],1,1 +350613,350613,12,symb,col_constant,25,['*'],*],1,1 +350613,350613,12,symb,col_constant,26,['$'],$],1,1 +350613,350613,12,symb,col_constant,27,['~'],~],1,1 +350613,350613,12,symb,col_constant,28,['$'],$],1,1 +350613,350613,12,symb,col_constant,29,['!'],!],1,1 +350613,350613,12,symb,col_constant,30,['~'],~],1,1 +350613,350613,12,symb,col_constant,31,[':'],:],1,1 +350613,350613,12,symb,col_constant,32,['('],(],1,1 +350613,350613,12,symb,col_constant,33,['%'],%],1,1 +350613,350613,12,symb,col_constant,34,['!'],!],1,1 +350613,350613,12,symb,col_constant,35,['!'],!],1,1 +350613,350613,12,symb,col_constant,36,['<'],<],1,1 +350613,350613,12,symb,col_constant,37,['*'],*],1,1 +350613,350613,12,symb,col_constant,38,['*'],*],1,1 +350613,350613,12,symb,col_constant,39,['!'],!],1,1 +350613,350613,12,symb,col_constant,40,['*'],*],1,1 +350613,350613,12,symb,col_constant,41,['!'],!],1,1 +350613,350613,12,symb,col_constant,42,['!'],!],1,1 +350613,350613,12,symb,col_constant,43,['%'],%],1,1 +350613,350613,12,symb,col_constant,44,['~'],~],1,1 +350613,350613,12,symb,col_constant,45,['<'],<],1,1 +350613,350613,12,symb,col_constant,46,['>'],>],1,1 +350613,350613,12,symb,col_constant,47,['%'],%],1,1 +350613,350613,12,symb,col_constant,48,[':'],:],1,1 +350613,350613,12,symb,col_constant,49,['<'],<],1,1 +350613,350613,12,symb,col_constant,50,['>'],>],1,1 +350613,350613,12,symb,col_constant,51,['>'],>],1,1 +350613,350613,12,symb,col_constant,52,[':'],:],1,1 +350613,350613,12,symb,col_constant,53,['*'],*],1,1 +350613,350613,12,symb,col_constant,54,['%'],%],1,1 +350613,350613,12,symb,col_constant,55,['%'],%],1,1 +350613,350613,12,symb,col_constant,56,['~'],~],1,1 +350613,350613,12,symb,col_constant,57,['~'],~],1,1 +350613,350613,12,symb,col_constant,58,['%'],%],1,1 +350613,350613,12,symb,col_constant,59,['*'],*],1,1 +350613,350613,12,symb,col_constant,60,['!'],!],1,1 +350613,350613,12,symb,col_constant,61,['('],(],1,1 +350613,350613,12,symb,col_constant,62,['<'],<],1,1 +350613,350613,12,symb,col_constant,63,['&'],&],1,1 +350613,350613,12,symb,col_constant,64,['<'],<],1,1 +350613,350613,12,symb,col_constant,65,['*'],*],1,1 +350613,350613,12,symb,col_constant,66,['%'],%],1,1 +350613,350613,12,symb,col_constant,67,['>'],>],1,1 +350613,350613,12,symb,col_constant,68,['('],(],1,1 +350613,350613,12,symb,col_constant,69,['('],(],1,1 +350613,350613,12,symb,col_constant,70,[':'],:],1,1 +350613,350613,12,symb,col_constant,71,['*'],*],1,1 +350613,350613,12,symb,col_constant,72,['~'],~],1,1 +350613,350613,12,symb,col_constant,73,['('],(],1,1 +350613,350613,12,symb,col_constant,74,[':'],:],1,1 +350613,350613,12,symb,col_constant,75,['!'],!],1,1 +350613,350613,12,symb,col_constant,76,['&'],&],1,1 +350613,350613,12,symb,col_constant,77,['<'],<],1,1 +350613,350613,12,symb,col_constant,78,['>'],>],1,1 +350613,350613,12,symb,col_constant,79,['$'],$],1,1 +350613,350613,12,symb,col_constant,80,['<'],<],1,1 +350613,350613,12,symb,col_constant,81,['~'],~],1,1 +350613,350613,12,symb,col_constant,82,[':'],:],1,1 +350613,350613,12,symb,col_constant,83,['$'],$],1,1 +350613,350613,12,symb,col_constant,84,['!'],!],1,1 +350613,350613,12,symb,col_constant,85,['<'],<],1,1 +350613,350613,12,symb,col_constant,86,['<'],<],1,1 +350613,350613,12,symb,col_constant,87,['~'],~],1,1 +350613,350613,12,symb,col_constant,88,['&'],&],1,1 +350613,350613,12,symb,col_constant,89,['~'],~],1,1 +350613,350613,12,symb,col_constant,90,['!'],!],1,1 +350613,350613,12,symb,col_constant,91,['!'],!],1,1 +350613,350613,12,symb,col_constant,92,['%'],%],1,1 +350613,350613,12,symb,col_constant,93,['~'],~],1,1 +350613,350613,12,symb,col_constant,94,['~'],~],1,1 +350613,350613,12,symb,col_constant,95,['!'],!],1,1 +350613,350613,12,symb,col_constant,96,['&'],&],1,1 +350613,350613,12,symb,col_constant,97,['<'],<],1,1 +350613,350613,12,symb,col_constant,98,['<'],<],1,1 +350613,350613,12,symb,col_constant,99,['*'],*],1,1 +350613,350613,12,symb,dist3_diag1,0,['*'],*],1,1 +350613,350613,12,symb,dist3_diag1,1,['('],(],1,1 +350613,350613,12,symb,dist3_diag1,2,['>'],>],1,1 +350613,350613,12,symb,dist3_diag1,3,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,4,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,5,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,6,['*'],*],1,1 +350613,350613,12,symb,dist3_diag1,7,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,8,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,9,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,10,['<'],<],1,1 +350613,350613,12,symb,dist3_diag1,11,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,12,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,13,['*'],*],1,1 +350613,350613,12,symb,dist3_diag1,14,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,15,['>'],>],1,1 +350613,350613,12,symb,dist3_diag1,16,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,17,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,18,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,19,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,20,['>'],>],1,1 +350613,350613,12,symb,dist3_diag1,21,['('],(],1,1 +350613,350613,12,symb,dist3_diag1,22,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,23,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,24,['>'],>],1,1 +350613,350613,12,symb,dist3_diag1,25,['<'],<],1,1 +350613,350613,12,symb,dist3_diag1,26,['('],(],1,1 +350613,350613,12,symb,dist3_diag1,27,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,28,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,29,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,30,['('],(],1,1 +350613,350613,12,symb,dist3_diag1,31,['*'],*],1,1 +350613,350613,12,symb,dist3_diag1,32,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,33,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,34,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,35,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,36,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,37,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,38,['('],(],1,1 +350613,350613,12,symb,dist3_diag1,39,['&'],&],1,1 +350613,350613,12,symb,dist3_diag1,40,['<'],<],1,1 +350613,350613,12,symb,dist3_diag1,41,['<'],<],1,1 +350613,350613,12,symb,dist3_diag1,42,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,43,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,44,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,45,['&'],&],1,1 +350613,350613,12,symb,dist3_diag1,46,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,47,['<'],<],1,1 +350613,350613,12,symb,dist3_diag1,48,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,49,['*'],*],1,1 +350613,350613,12,symb,dist3_diag1,50,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,51,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,52,['('],(],1,1 +350613,350613,12,symb,dist3_diag1,53,['<'],<],1,1 +350613,350613,12,symb,dist3_diag1,54,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,55,['<'],<],1,1 +350613,350613,12,symb,dist3_diag1,56,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,57,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,58,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,59,['&'],&],1,1 +350613,350613,12,symb,dist3_diag1,60,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,61,['('],(],1,1 +350613,350613,12,symb,dist3_diag1,62,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,63,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,64,['<'],<],1,1 +350613,350613,12,symb,dist3_diag1,65,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,66,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,67,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,68,['<'],<],1,1 +350613,350613,12,symb,dist3_diag1,69,['&'],&],1,1 +350613,350613,12,symb,dist3_diag1,70,['>'],>],1,1 +350613,350613,12,symb,dist3_diag1,71,['>'],>],1,1 +350613,350613,12,symb,dist3_diag1,72,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,73,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,74,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,75,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,76,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,77,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,78,['>'],>],1,1 +350613,350613,12,symb,dist3_diag1,79,['*'],*],1,1 +350613,350613,12,symb,dist3_diag1,80,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,81,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,82,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,83,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,84,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,85,['('],(],1,1 +350613,350613,12,symb,dist3_diag1,86,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,87,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,88,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,89,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,90,['('],(],1,1 +350613,350613,12,symb,dist3_diag1,91,['!'],!],1,1 +350613,350613,12,symb,dist3_diag1,92,[':'],:],1,1 +350613,350613,12,symb,dist3_diag1,93,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,94,['('],(],1,1 +350613,350613,12,symb,dist3_diag1,95,['%'],%],1,1 +350613,350613,12,symb,dist3_diag1,96,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,97,['$'],$],1,1 +350613,350613,12,symb,dist3_diag1,98,['~'],~],1,1 +350613,350613,12,symb,dist3_diag1,99,[':'],:],1,1 +350613,350613,12,symb,dist3_diag2,0,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,1,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,2,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,3,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,4,['*'],*],1,1 +350613,350613,12,symb,dist3_diag2,5,[':'],:],1,1 +350613,350613,12,symb,dist3_diag2,6,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,7,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,8,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,9,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,10,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,11,['&'],&],1,1 +350613,350613,12,symb,dist3_diag2,12,['&'],&],1,1 +350613,350613,12,symb,dist3_diag2,13,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,14,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,15,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,16,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,17,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,18,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,19,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,20,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,21,['&'],&],1,1 +350613,350613,12,symb,dist3_diag2,22,[':'],:],1,1 +350613,350613,12,symb,dist3_diag2,23,[':'],:],1,1 +350613,350613,12,symb,dist3_diag2,24,['~'],~],1,1 +350613,350613,12,symb,dist3_diag2,25,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,26,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,27,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,28,['~'],~],1,1 +350613,350613,12,symb,dist3_diag2,29,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,30,['~'],~],1,1 +350613,350613,12,symb,dist3_diag2,31,['*'],*],1,1 +350613,350613,12,symb,dist3_diag2,32,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,33,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,34,['%'],%],1,1 +350613,350613,12,symb,dist3_diag2,35,[':'],:],1,1 +350613,350613,12,symb,dist3_diag2,36,['~'],~],1,1 +350613,350613,12,symb,dist3_diag2,37,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,38,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,39,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,40,[':'],:],1,1 +350613,350613,12,symb,dist3_diag2,41,[':'],:],1,1 +350613,350613,12,symb,dist3_diag2,42,['*'],*],1,1 +350613,350613,12,symb,dist3_diag2,43,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,44,['*'],*],1,1 +350613,350613,12,symb,dist3_diag2,45,['('],(]],1,1 +350613,350613,12,symb,dist3_diag2,46,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,47,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,48,['%'],%],1,1 +350613,350613,12,symb,dist3_diag2,49,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,50,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,51,['*'],*],1,1 +350613,350613,12,symb,dist3_diag2,52,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,53,['*'],*],1,1 +350613,350613,12,symb,dist3_diag2,54,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,55,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,56,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,57,[':'],:],1,1 +350613,350613,12,symb,dist3_diag2,58,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,59,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,60,['&'],&],1,1 +350613,350613,12,symb,dist3_diag2,61,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,62,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,63,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,64,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,65,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,66,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,67,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,68,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,69,[':'],:],1,1 +350613,350613,12,symb,dist3_diag2,70,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,71,['~'],~],1,1 +350613,350613,12,symb,dist3_diag2,72,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,73,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,74,['~'],~],1,1 +350613,350613,12,symb,dist3_diag2,75,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,76,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,77,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,78,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,79,['%'],%],1,1 +350613,350613,12,symb,dist3_diag2,80,['$'],$],1,1 +350613,350613,12,symb,dist3_diag2,81,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,82,['>'],>],1,1 +350613,350613,12,symb,dist3_diag2,83,['%'],%],1,1 +350613,350613,12,symb,dist3_diag2,84,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,85,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,86,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,87,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,88,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,89,['~'],~],1,1 +350613,350613,12,symb,dist3_diag2,90,['%'],%],1,1 +350613,350613,12,symb,dist3_diag2,91,['%'],%,1,1 +350613,350613,12,symb,dist3_diag2,92,['!'],!],1,1 +350613,350613,12,symb,dist3_diag2,93,['&'],&],1,1 +350613,350613,12,symb,dist3_diag2,94,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,95,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,96,['~'],~],1,1 +350613,350613,12,symb,dist3_diag2,97,['('],(],1,1 +350613,350613,12,symb,dist3_diag2,98,['<'],<],1,1 +350613,350613,12,symb,dist3_diag2,99,['%'],%],1,1 +350613,350613,12,symb,prog_size1,0,['('],@],0,1 +350613,350613,12,symb,prog_size1,1,['<'],&],0,1 +350613,350613,12,symb,prog_size1,2,['~'],{],0,1 +350613,350613,12,symb,prog_size1,3,['>'],?],0,1 +350613,350613,12,symb,prog_size1,4,[':'],)],0,1 +350613,350613,12,symb,prog_size1,5,['$'],<],0,1 +350613,350613,12,symb,prog_size1,6,['%'],%],1,1 +350613,350613,12,symb,prog_size1,7,['&'],#],0,1 +350613,350613,12,symb,prog_size1,8,['*'],#],0,1 +350613,350613,12,symb,prog_size1,9,['!'],{],0,1 +350613,350613,12,symb,prog_size1,10,['('],:],0,1 +350613,350613,12,symb,prog_size1,11,['<'],?],0,1 +350613,350613,12,symb,prog_size2,0,[':'],%],0,1 +350613,350613,12,symb,prog_size2,1,['$'],&]],0,1 +350613,350613,12,symb,prog_size2,2,['%'],:]],0,1 +350613,350613,12,symb,prog_size2,3,['&'],$],0,1 +350613,350613,12,symb,two_rule_comb0,0,"['~', '$']",~ $],1,1 +350613,350613,12,symb,two_rule_comb0,1,"['>', '%']",> %],1,1 +350613,350613,12,symb,two_rule_comb0,2,"['*', '(']",* (],1,1 +350613,350613,12,symb,two_rule_comb0,3,"['*', '%']",* %],1,1 +350613,350613,12,symb,two_rule_comb0,4,"['$', '*']",$ *],1,1 +350613,350613,12,symb,two_rule_comb0,5,"['>', '%']",> %],1,1 +350613,350613,12,symb,two_rule_comb0,6,"['&', '$']",& $],1,1 +350613,350613,12,symb,two_rule_comb0,7,"['&', '>']",& >],1,1 +350613,350613,12,symb,two_rule_comb0,8,"['>', '!']",> !],1,1 +350613,350613,12,symb,two_rule_comb0,9,"['$', '%']",$ %],1,1 +350613,350613,12,symb,two_rule_comb0,10,"['>', '*']",> *],1,1 +350613,350613,12,symb,two_rule_comb0,11,"['&', '~']",& ~],1,1 +350613,350613,12,symb,two_rule_comb0,12,"['>', '(']",> (],1,1 +350613,350613,12,symb,two_rule_comb0,13,"['$', '>']",$ >],1,1 +350613,350613,12,symb,two_rule_comb0,14,"['%', '%']",% %],1,1 +350613,350613,12,symb,two_rule_comb0,15,"['!', '>']",! >],1,1 +350613,350613,12,symb,two_rule_comb0,16,"['>', '!']",> !],1,1 +350613,350613,12,symb,two_rule_comb0,17,"['$', '%']",$ %],1,1 +350613,350613,12,symb,two_rule_comb0,18,"['>', '*']",> *],1,1 +350613,350613,12,symb,two_rule_comb0,19,"['*', '~']",* ~],1,1 +350613,350613,12,symb,two_rule_comb0,20,"['<', '<']",< <],1,1 +350613,350613,12,symb,two_rule_comb0,21,"[':', '<']",: <],1,1 +350613,350613,12,symb,two_rule_comb0,22,"['~', '(']",~ (],1,1 +350613,350613,12,symb,two_rule_comb0,23,"['~', ':']",~ :],1,1 +350613,350613,12,symb,two_rule_comb0,24,"['>', '&']",> &],1,1 +350613,350613,12,symb,two_rule_comb0,25,"['<', '&']",< &],1,1 +350613,350613,12,symb,two_rule_comb0,26,"['~', ':']",~ :],1,1 +350613,350613,12,symb,two_rule_comb0,27,"['>', '>']",> >],1,1 +350613,350613,12,symb,two_rule_comb0,28,"['>', '&']",> &],1,1 +350613,350613,12,symb,two_rule_comb0,29,"['%', '*']",% *],1,1 +350613,350613,12,symb,two_rule_comb0,30,"['$', '(']",$ (],1,1 +350613,350613,12,symb,two_rule_comb0,31,"['(', '<']",( <],1,1 +350613,350613,12,symb,two_rule_comb0,32,"['!', '!']",! !],1,1 +350613,350613,12,symb,two_rule_comb0,33,"['>', '$']",> $],1,1 +350613,350613,12,symb,two_rule_comb0,34,"['(', '*']",( *],1,1 +350613,350613,12,symb,two_rule_comb0,35,"[':', '$']",: $],1,1 +350613,350613,12,symb,two_rule_comb0,36,"['~', '<']",~ <],1,1 +350613,350613,12,symb,two_rule_comb0,37,"['&', '<']",& <],1,1 +350613,350613,12,symb,two_rule_comb0,38,"['!', '~']",! ~],1,1 +350613,350613,12,symb,two_rule_comb0,39,"['<', '$']",< $],1,1 +350613,350613,12,symb,two_rule_comb0,40,"['<', '~']",< ~],1,1 +350613,350613,12,symb,two_rule_comb0,41,"['&', '*']",& *],1,1 +350613,350613,12,symb,two_rule_comb0,42,"['&', '>']",& >],1,1 +350613,350613,12,symb,two_rule_comb0,43,"[':', '%']",: %],1,1 +350613,350613,12,symb,two_rule_comb0,44,"['!', '*']",! *],1,1 +350613,350613,12,symb,two_rule_comb0,45,"['>', '(']",> (],1,1 +350613,350613,12,symb,two_rule_comb0,46,"['$', '~']",$ ~],1,1 +350613,350613,12,symb,two_rule_comb0,47,"['(', '*']",( *],1,1 +350613,350613,12,symb,two_rule_comb0,48,"['~', '(']",~ (],1,1 +350613,350613,12,symb,two_rule_comb0,49,"[':', '$']",: $],1,1 +350613,350613,12,symb,two_rule_comb0,50,"['*', '%']",* %],1,1 +350613,350613,12,symb,two_rule_comb0,51,"['>', '<']",> <],1,1 +350613,350613,12,symb,two_rule_comb0,52,"['*', '!']",* !],1,1 +350613,350613,12,symb,two_rule_comb0,53,"['!', '<']",! <,1,1 +350613,350613,12,symb,two_rule_comb0,54,"['%', '>']",% >],1,1 +350613,350613,12,symb,two_rule_comb0,55,"['&', '~']",& ~],1,1 +350613,350613,12,symb,two_rule_comb0,56,"['>', '&']",> &],1,1 +350613,350613,12,symb,two_rule_comb0,57,"['~', ':']",~ :],1,1 +350613,350613,12,symb,two_rule_comb0,58,"[':', '%']",: %],1,1 +350613,350613,12,symb,two_rule_comb0,59,"['!', '%']",! %],1,1 +350613,350613,12,symb,two_rule_comb0,60,"['!', '%']",! %],1,1 +350613,350613,12,symb,two_rule_comb0,61,"['*', '!']",* !],1,1 +350613,350613,12,symb,two_rule_comb0,62,"['~', '!']",~ !],1,1 +350613,350613,12,symb,two_rule_comb0,63,"['%', ':']",% :],1,1 +350613,350613,12,symb,two_rule_comb0,64,"['$', '>']",$ >],1,1 +350613,350613,12,symb,two_rule_comb0,65,"['<', '(']",< (],1,1 +350613,350613,12,symb,two_rule_comb0,66,"['*', '~']",* ~],1,1 +350613,350613,12,symb,two_rule_comb0,67,"['%', ':']",% :],1,1 +350613,350613,12,symb,two_rule_comb0,68,"[':', '%']",: %],1,1 +350613,350613,12,symb,two_rule_comb0,69,"['~', '&']",~ &],1,1 +350613,350613,12,symb,two_rule_comb0,70,"['(', '~']",( ~],1,1 +350613,350613,12,symb,two_rule_comb0,71,"['$', '%']",$ %],1,1 +350613,350613,12,symb,two_rule_comb0,72,"['!', '*']",! *],1,1 +350613,350613,12,symb,two_rule_comb0,73,"['!', '<']",! <],1,1 +350613,350613,12,symb,two_rule_comb0,74,"['%', '<']",% <],1,1 +350613,350613,12,symb,two_rule_comb0,75,"['>', '%']",> %],1,1 +350613,350613,12,symb,two_rule_comb0,76,"['&', '$']",& $],1,1 +350613,350613,12,symb,two_rule_comb0,77,"['&', '>']",& >],1,1 +350613,350613,12,symb,two_rule_comb0,78,"['%', '&']",% &],1,1 +350613,350613,12,symb,two_rule_comb0,79,"['>', '>']",> >],1,1 +350613,350613,12,symb,two_rule_comb0,80,"['*', '<']",* <],1,1 +350613,350613,12,symb,two_rule_comb0,81,"['!', '<']",! <],1,1 +350613,350613,12,symb,two_rule_comb0,82,"['>', '>']",> >],1,1 +350613,350613,12,symb,two_rule_comb0,83,"['>', '%']",> %],1,1 +350613,350613,12,symb,two_rule_comb0,84,"['!', '&']",! &],1,1 +350613,350613,12,symb,two_rule_comb0,85,"['%', ':']",% :],1,1 +350613,350613,12,symb,two_rule_comb0,86,"['!', '%']",! :],0,1 +350613,350613,12,symb,two_rule_comb0,87,"['&', '<']",& <],1,1 +350613,350613,12,symb,two_rule_comb0,88,"[':', '%']",: %],1,1 +350613,350613,12,symb,two_rule_comb0,89,"['*', '>']",* >],1,1 +350613,350613,12,symb,two_rule_comb0,90,"[':', '<']",: <],1,1 +350613,350613,12,symb,two_rule_comb0,91,"['!', '&']",! &],1,1 +350613,350613,12,symb,two_rule_comb0,92,"['!', ':']",! :],1,1 +350613,350613,12,symb,two_rule_comb0,93,"['!', '$']",! $,1,1 +350613,350613,12,symb,two_rule_comb0,94,"['*', '*']",* *],1,1 +350613,350613,12,symb,two_rule_comb0,95,"[':', '!']",: !],1,1 +350613,350613,12,symb,two_rule_comb0,96,"['&', '<']",& <],1,1 +350613,350613,12,symb,two_rule_comb0,97,"['$', '(']",$ (],1,1 +350613,350613,12,symb,two_rule_comb0,98,"['<', '(']",< (],1,1 +350613,350613,12,symb,two_rule_comb0,99,"['!', '&']",! &],1,1 +350613,350613,12,symb,two_rule_comb1,0,"['&', '*']",& *],1,1 +350613,350613,12,symb,two_rule_comb1,1,"[':', '$']",$ $],0,1 +350613,350613,12,symb,two_rule_comb1,2,"['*', '~']",* ~],1,1 +350613,350613,12,symb,two_rule_comb1,3,"['!', '(']",! (],1,1 +350613,350613,12,symb,two_rule_comb1,4,"['*', '>']",* >],1,1 +350613,350613,12,symb,two_rule_comb1,5,"['(', '%']",( %],1,1 +350613,350613,12,symb,two_rule_comb1,6,"['>', '(']",> (],1,1 +350613,350613,12,symb,two_rule_comb1,7,"['&', '&']",& &],1,1 +350613,350613,12,symb,two_rule_comb1,8,"['>', '$']",> $],1,1 +350613,350613,12,symb,two_rule_comb1,9,"['!', '&']",! &],1,1 +350613,350613,12,symb,two_rule_comb1,10,"['!', '>']",! >],1,1 +350613,350613,12,symb,two_rule_comb1,11,"['%', '*']",* %],0,1 +350613,350613,12,symb,two_rule_comb1,12,"['~', '>']",~ >],1,1 +350613,350613,12,symb,two_rule_comb1,13,"[':', '*']",: *],1,1 +350613,350613,12,symb,two_rule_comb1,14,"['>', '(']",> (],1,1 +350613,350613,12,symb,two_rule_comb1,15,"['&', '!']",& !],1,1 +350613,350613,12,symb,two_rule_comb1,16,"['>', '!']",> !],1,1 +350613,350613,12,symb,two_rule_comb1,17,"['>', '>']",> >],1,1 +350613,350613,12,symb,two_rule_comb1,18,"['&', ':']",& :],1,1 +350613,350613,12,symb,two_rule_comb1,19,"['&', '$']",& $],1,1 +350613,350613,12,symb,two_rule_comb1,20,"['(', '$']",( $],1,1 +350613,350613,12,symb,two_rule_comb1,21,"['*', '!']",* !],1,1 +350613,350613,12,symb,two_rule_comb1,22,"['~', '>']",~ >,1,1 +350613,350613,12,symb,two_rule_comb1,23,"['*', '<']",* <],1,1 +350613,350613,12,symb,two_rule_comb1,24,"['!', '&']",! &],1,1 +350613,350613,12,symb,two_rule_comb1,25,"['~', '<']",~ <],1,1 +350613,350613,12,symb,two_rule_comb1,26,"[':', '&']",: &],1,1 +350613,350613,12,symb,two_rule_comb1,27,"['~', ':']",~ :],1,1 +350613,350613,12,symb,two_rule_comb1,28,"['<', '(']",< (],1,1 +350613,350613,12,symb,two_rule_comb1,29,"['%', '(']",% (],1,1 +350613,350613,12,symb,two_rule_comb1,30,"['(', '$']",( $],1,1 +350613,350613,12,symb,two_rule_comb1,31,"['~', '*']",~ *],1,1 +350613,350613,12,symb,two_rule_comb1,32,"['&', '>']",& >],1,1 +350613,350613,12,symb,two_rule_comb1,33,"['!', '%']",! %],1,1 +350613,350613,12,symb,two_rule_comb1,34,"['&', '*']",& *],1,1 +350613,350613,12,symb,two_rule_comb1,35,"['(', '&']",(& %)],0,1 +350613,350613,12,symb,two_rule_comb1,36,"['~', '~']",~ ~],1,1 +350613,350613,12,symb,two_rule_comb1,37,"['~', '*']",~ *],1,1 +350613,350613,12,symb,two_rule_comb1,38,"['!', '*']",! *],1,1 +350613,350613,12,symb,two_rule_comb1,39,"['$', '$']",$ <],0,1 +350613,350613,12,symb,two_rule_comb1,40,"['<', '$']",< $],1,1 +350613,350613,12,symb,two_rule_comb1,41,"['%', '*']",% *],1,1 +350613,350613,12,symb,two_rule_comb1,42,"['!', '*']",! *],1,1 +350613,350613,12,symb,two_rule_comb1,43,"['*', '*']",* $],0,1 +350613,350613,12,symb,two_rule_comb1,44,"[':', '&']",: &],1,1 +350613,350613,12,symb,two_rule_comb1,45,"['>', '!']",> !],1,1 +350613,350613,12,symb,two_rule_comb1,46,"['&', '<']",& <],1,1 +350613,350613,12,symb,two_rule_comb1,47,"['%', '<']",% <],1,1 +350613,350613,12,symb,two_rule_comb1,48,"['!', '<']",! <],1,1 +350613,350613,12,symb,two_rule_comb1,49,"['(', '>']",(< >)],0,1 +350613,350613,12,symb,two_rule_comb1,50,"['!', '$']",! $],1,1 +350613,350613,12,symb,two_rule_comb1,51,"['!', '(']",! (],1,1 +350613,350613,12,symb,two_rule_comb1,52,"[':', '$']",: $],1,1 +350613,350613,12,symb,two_rule_comb1,53,"['$', '<']",$ <],1,1 +350613,350613,12,symb,two_rule_comb1,54,"['%', ':']",% :],1,1 +350613,350613,12,symb,two_rule_comb1,55,"['~', '*']",~ ~],0,1 +350613,350613,12,symb,two_rule_comb1,56,"['>', '%']",> %],1,1 +350613,350613,12,symb,two_rule_comb1,57,"['~', '~']",~ :],0,1 +350613,350613,12,symb,two_rule_comb1,58,"['~', '!']",~ !],1,1 +350613,350613,12,symb,two_rule_comb1,59,"['(', '<']",( <],1,1 +350613,350613,12,symb,two_rule_comb1,60,"['~', '~']",~ >],0,1 +350613,350613,12,symb,two_rule_comb1,61,"[':', '(']",: (],1,1 +350613,350613,12,symb,two_rule_comb1,62,"['~', '(']",~ (],1,1 +350613,350613,12,symb,two_rule_comb1,63,"['*', '&']",* &],1,1 +350613,350613,12,symb,two_rule_comb1,64,"[':', '&']",: :],0,1 +350613,350613,12,symb,two_rule_comb1,65,"['!', '!']",% !],0,1 +350613,350613,12,symb,two_rule_comb1,66,"['<', '$']",< $],1,1 +350613,350613,12,symb,two_rule_comb1,67,"['(', '$']",( $],1,1 +350613,350613,12,symb,two_rule_comb1,68,"['>', '>']",> <],0,1 +350613,350613,12,symb,two_rule_comb1,69,"['<', '*']",< *],1,1 +350613,350613,12,symb,two_rule_comb1,70,"['%', '&']",% &],1,1 +350613,350613,12,symb,two_rule_comb1,71,"['(', ':']",( : ],1,1 +350613,350613,12,symb,two_rule_comb1,72,"[':', '!']",: !],1,1 +350613,350613,12,symb,two_rule_comb1,73,"['<', '~']",> $],0,1 +350613,350613,12,symb,two_rule_comb1,74,"['!', ':']",! :],1,1 +350613,350613,12,symb,two_rule_comb1,75,"['>', '$']",> $],1,1 +350613,350613,12,symb,two_rule_comb1,76,"['!', '*']",! *],1,1 +350613,350613,12,symb,two_rule_comb1,77,"['>', '<']",> <],1,1 +350613,350613,12,symb,two_rule_comb1,78,"['<', '<']",< <],1,1 +350613,350613,12,symb,two_rule_comb1,79,"['~', ':']",~ :],1,1 +350613,350613,12,symb,two_rule_comb1,80,"['~', ':']",~ :],1,1 +350613,350613,12,symb,two_rule_comb1,81,"['%', '~']",% ~],1,1 +350613,350613,12,symb,two_rule_comb1,82,"['<', '%']",< %],1,1 +350613,350613,12,symb,two_rule_comb1,83,"['&', '*']",& *],1,1 +350613,350613,12,symb,two_rule_comb1,84,"['>', '>']",> !],0,1 +350613,350613,12,symb,two_rule_comb1,85,"['<', '(']",< (],1,1 +350613,350613,12,symb,two_rule_comb1,86,"['&', '>']",& >],1,1 +350613,350613,12,symb,two_rule_comb1,87,"['&', '(']",& (],1,1 +350613,350613,12,symb,two_rule_comb1,88,"['&', '&']",& <],0,1 +350613,350613,12,symb,two_rule_comb1,89,"['~', '$']",~ ~],0,1 +350613,350613,12,symb,two_rule_comb1,90,"['*', '>']",* >],1,1 +350613,350613,12,symb,two_rule_comb1,91,"['(', '(']",(% (],0,1 +350613,350613,12,symb,two_rule_comb1,92,"['&', '*']",& *],1,1 +350613,350613,12,symb,two_rule_comb1,93,"['%', '%']",% &],0,1 +350613,350613,12,symb,two_rule_comb1,94,"['>', '(']",> (],1,1 +350613,350613,12,symb,two_rule_comb1,95,"['&', '<']",& <],1,1 +350613,350613,12,symb,two_rule_comb1,96,"['>', '&']",> &],1,1 +350613,350613,12,symb,two_rule_comb1,97,"['!', '$']",! $],1,1 +350613,350613,12,symb,two_rule_comb1,98,"['>', '~']",> ~],1,1 +350613,350613,12,symb,two_rule_comb1,99,"['*', '&']",* &],1,1 +350613,350613,12,symb,two_rule_comb2,0,"['&', '%']",< %],0,1 +350613,350613,12,symb,two_rule_comb2,1,"['%', '>']",: >],0,1 +350613,350613,12,symb,two_rule_comb2,2,"['~', '<']",~ &],0,1 +350613,350613,12,symb,two_rule_comb2,3,"['&', '<']",>( <],0,1 +350613,350613,12,symb,two_rule_comb2,4,"['>', '*']",! *],0,1 +350613,350613,12,symb,two_rule_comb2,5,"['*', '~']",* !],0,1 +350613,350613,12,symb,two_rule_comb2,6,"['(', ':']",( <],0,1 +350613,350613,12,symb,two_rule_comb2,7,"['!', '*']",! <],0,1 +350613,350613,12,symb,two_rule_comb2,8,"['$', '$']",< $],0,1 +350613,350613,12,symb,two_rule_comb2,9,"['~', '<']",~ $],0,1 +350613,350613,12,symb,two_rule_comb2,10,"[':', ':']",< :],0,1 +350613,350613,12,symb,two_rule_comb2,11,"['$', '<']",& <],0,1 +350613,350613,12,symb,two_rule_comb2,12,"['<', '(']",< :],0,1 +350613,350613,12,symb,two_rule_comb2,13,"['(', '~']",: ~],0,1 +350613,350613,12,symb,two_rule_comb2,14,"['*', '!']",< !],0,1 +350613,350613,12,symb,two_rule_comb2,15,"[':', '<']",: $],0,1 +350613,350613,12,symb,two_rule_comb2,16,"['(', '$']",( !],0,1 +350613,350613,12,symb,two_rule_comb2,17,"['$', '(']",< (],0,1 +350613,350613,12,symb,two_rule_comb2,18,"['%', '%']",% #],0,1 +350613,350613,12,symb,two_rule_comb2,19,"['<', '(']",< >],0,1 +350613,350613,12,symb,two_rule_comb2,20,"['(', '<']",: <],0,1 +350613,350613,12,symb,two_rule_comb2,21,"['%', '~']",> ~],0,1 +350613,350613,12,symb,two_rule_comb2,22,"['&', '<']",& $],0,1 +350613,350613,12,symb,two_rule_comb2,23,"['<', '$']",< ~],0,1 +350613,350613,12,symb,two_rule_comb2,24,"['<', '!']",& !],0,1 +350613,350613,12,symb,two_rule_comb2,25,"['%', '~']",% *],0,1 +350613,350613,12,symb,two_rule_comb2,26,"[':', '>']",* >],0,1 +350613,350613,12,symb,two_rule_comb2,27,"['~', '&']",~ ~],0,1 +350613,350613,12,symb,two_rule_comb2,28,"['$', '&']",$ >],0,1 +350613,350613,12,symb,two_rule_comb2,29,"['%', '(']",% :],0,1 +350613,350613,12,symb,two_rule_comb2,30,"['!', '*']",! <],0,1 +350613,350613,12,symb,two_rule_comb2,31,"['~', '<']",~ *],0,1 +350613,350613,12,symb,two_rule_comb2,32,"['&', '*']",& <],0,1 +350613,350613,12,symb,two_rule_comb2,33,"['<', '~']",< !],0,1 +350613,350613,12,symb,two_rule_comb2,34,"['<', '&']",< $],0,1 +350613,350613,12,symb,two_rule_comb2,35,"['>', '~']",:!],0,1 +350613,350613,12,symb,two_rule_comb2,36,"[':', '%']",% %],0,1 +350613,350613,12,symb,two_rule_comb2,37,"['$', '~']",< ~],0,1 +350613,350613,12,symb,two_rule_comb2,38,"['(', '*']",% *],0,1 +350613,350613,12,symb,two_rule_comb2,39,"['*', '&']",* (],0,1 +350613,350613,12,symb,two_rule_comb2,40,"[':', '!']",% !],0,1 +350613,350613,12,symb,two_rule_comb2,41,"['$', '~']",$ *],0,1 +350613,350613,12,symb,two_rule_comb2,42,"['~', '<']",< <],0,1 +350613,350613,12,symb,two_rule_comb2,43,"[':', '$']",: ?],0,1 +350613,350613,12,symb,two_rule_comb2,44,"['(', '!']",( >],0,1 +350613,350613,12,symb,two_rule_comb2,45,"['>', '&']",> %],0,1 +350613,350613,12,symb,two_rule_comb2,46,"['%', ':']",% %],0,1 +350613,350613,12,symb,two_rule_comb2,47,"['!', '>']",( >],0,1 +350613,350613,12,symb,two_rule_comb2,48,"['>', '<']",> *)],0,1 +350613,350613,12,symb,two_rule_comb2,49,"['<', '!']",$ !],0,1 +350613,350613,12,symb,two_rule_comb2,50,"['~', '(']",~ >],0,1 +350613,350613,12,symb,two_rule_comb2,51,"['$', '!']",< !],0,1 +350613,350613,12,symb,two_rule_comb2,52,"['&', '&']",& #],0,1 +350613,350613,12,symb,two_rule_comb2,53,"['%', '$']",% <],0,1 +350613,350613,12,symb,two_rule_comb2,54,"['~', ':']",! :],0,1 +350613,350613,12,symb,two_rule_comb2,55,"['~', '!']",* !],0,1 +350613,350613,12,symb,two_rule_comb2,56,"[':', '<']",% <],0,1 +350613,350613,12,symb,two_rule_comb2,57,"['$', '~']",$ $],0,1 +350613,350613,12,symb,two_rule_comb2,58,"['<', '%']",? %],0,1 +350613,350613,12,symb,two_rule_comb2,59,"['%', '<']",% $],0,1 +350613,350613,12,symb,two_rule_comb2,60,"['*', '%']",% %],0,1 +350613,350613,12,symb,two_rule_comb2,61,"['%', '*']",% *],1,1 +350613,350613,12,symb,two_rule_comb2,62,"['<', '&']",< $],0,1 +350613,350613,12,symb,two_rule_comb2,63,"[':', '*']",* *],0,1 +350613,350613,12,symb,two_rule_comb2,64,"[':', '>']",< >],0,1 +350613,350613,12,symb,two_rule_comb2,65,"['$', '&']",$ >],0,1 +350613,350613,12,symb,two_rule_comb2,66,"['<', '$']",? $],0,1 +350613,350613,12,symb,two_rule_comb2,67,"['$', '%']",% %],0,1 +350613,350613,12,symb,two_rule_comb2,68,"['%', '$']",% !],0,1 +350613,350613,12,symb,two_rule_comb2,69,"['%', '%']",% &],0,1 +350613,350613,12,symb,two_rule_comb2,70,"['<', ':']",& :],0,1 +350613,350613,12,symb,two_rule_comb2,71,"['$', ':']",$ #],0,1 +350613,350613,12,symb,two_rule_comb2,72,"['&', '&']",& >],0,1 +350613,350613,12,symb,two_rule_comb2,73,"['(', '!']",% !],0,1 +350613,350613,12,symb,two_rule_comb2,74,"[':', '*']",: <],0,1 +350613,350613,12,symb,two_rule_comb2,75,"['%', '*']",(: *),0,1 +350613,350613,12,symb,two_rule_comb2,76,"['<', '>']",> >],0,1 +350613,350613,12,symb,two_rule_comb2,77,"[':', ':']",: <],0,1 +350613,350613,12,symb,two_rule_comb2,78,"['~', '~']",* ~],0,1 +350613,350613,12,symb,two_rule_comb2,79,"[':', '%']",% %],0,1 +350613,350613,12,symb,two_rule_comb2,80,"['*', '*']",* #],0,1 +350613,350613,12,symb,two_rule_comb2,81,"['%', ':']",% :],1,1 +350613,350613,12,symb,two_rule_comb2,82,"['>', '<']",% <],0,1 +350613,350613,12,symb,two_rule_comb2,83,"[':', '(']",: >],0,1 +350613,350613,12,symb,two_rule_comb2,84,"['<', '*']",$ *],0,1 +350613,350613,12,symb,two_rule_comb2,85,"[':', '%']",: #],0,1 +350613,350613,12,symb,two_rule_comb2,86,"['<', '%']",< !],0,1 +350613,350613,12,symb,two_rule_comb2,87,"['%', '!']",: !],0,1 +350613,350613,12,symb,two_rule_comb2,88,"['>', '&']",! &],0,1 +350613,350613,12,symb,two_rule_comb2,89,"['~', '%']",~ #],0,1 +350613,350613,12,symb,two_rule_comb2,90,"[':', '<']",% <],0,1 +350613,350613,12,symb,two_rule_comb2,91,"['$', '<']",< <],0,1 +350613,350613,12,symb,two_rule_comb2,92,"['%', '<']",% <],1,1 +350613,350613,12,symb,two_rule_comb2,93,"['>', '>']",! >],0,1 +350613,350613,12,symb,two_rule_comb2,94,"['>', '%']",! %],0,1 +350613,350613,12,symb,two_rule_comb2,95,"['&', '%']",# %],0,1 +350613,350613,12,symb,two_rule_comb2,96,"['*', '%']",~ %],0,1 +350613,350613,12,symb,two_rule_comb2,97,"['<', '&']",< (],0,1 +350613,350613,12,symb,two_rule_comb2,98,"['~', '(']",~ >],0,1 +350613,350613,12,symb,two_rule_comb2,99,"['*', '>']",* (],0,1 +350613,350613,12,symb,two_rule_comb3,0,"['$', '&']",$ &],1,1 +350613,350613,12,symb,two_rule_comb3,1,"['$', '%']",$ %],1,1 +350613,350613,12,symb,two_rule_comb3,2,"['(', ':']",(:],1,1 +350613,350613,12,symb,two_rule_comb3,3,"['&', ':']",& :],1,1 +350613,350613,12,symb,two_rule_comb3,4,"['<', '>']",< >],1,1 +350613,350613,12,symb,two_rule_comb3,5,"[':', '*']",: *],1,1 +350613,350613,12,symb,two_rule_comb3,6,"['$', '*']",$ *],1,1 +350613,350613,12,symb,two_rule_comb3,7,"['~', '&']",~ &],1,1 +350613,350613,12,symb,two_rule_comb3,8,"['$', ':']",$ :],1,1 +350613,350613,12,symb,two_rule_comb3,9,"['(', '<']",( <],1,1 +350613,350613,12,symb,two_rule_comb3,10,"['%', '(']",% (],1,1 +350613,350613,12,symb,two_rule_comb3,11,"[':', '~']",: ~],1,1 +350613,350613,12,symb,two_rule_comb3,12,"[':', '!']",: !],1,1 +350613,350613,12,symb,two_rule_comb3,13,"['<', '$']",< $],1,1 +350613,350613,12,symb,two_rule_comb3,14,"['~', '(']",~ (],1,1 +350613,350613,12,symb,two_rule_comb3,15,"['<', '!']",< !],1,1 +350613,350613,12,symb,two_rule_comb3,16,"['%', '<']",% <],1,1 +350613,350613,12,symb,two_rule_comb3,17,"['<', '<']",< <],1,1 +350613,350613,12,symb,two_rule_comb3,18,"['>', '%']",> %],1,1 +350613,350613,12,symb,two_rule_comb3,19,"['<', '~']",< ~],1,1 +350613,350613,12,symb,two_rule_comb3,20,"['~', '(']",~ (],1,1 +350613,350613,12,symb,two_rule_comb3,21,"['%', '~']",% ~],1,1 +350613,350613,12,symb,two_rule_comb3,22,"['>', '%']",> %],1,1 +350613,350613,12,symb,two_rule_comb3,23,"['~', ':']",~ :],1,1 +350613,350613,12,symb,two_rule_comb3,24,"[':', '!']",: !],1,1 +350613,350613,12,symb,two_rule_comb3,25,"['&', '>']",& >],1,1 +350613,350613,12,symb,two_rule_comb3,26,"['&', '*']",:& *],0,1 +350613,350613,12,symb,two_rule_comb3,27,"['(', '~']",( ~],1,1 +350613,350613,12,symb,two_rule_comb3,28,"['&', '*']",& *],1,1 +350613,350613,12,symb,two_rule_comb3,29,"['%', '*']",% *],1,1 +350613,350613,12,symb,two_rule_comb3,30,"['*', '(']",* (],1,1 +350613,350613,12,symb,two_rule_comb3,31,"['<', '<']",< %],0,1 +350613,350613,12,symb,two_rule_comb3,32,"['$', '~']",$ ~],1,1 +350613,350613,12,symb,two_rule_comb3,33,"['$', '%']",$ %],1,1 +350613,350613,12,symb,two_rule_comb3,34,"['!', '(']",! (],1,1 +350613,350613,12,symb,two_rule_comb3,35,"['%', '&']",% &],1,1 +350613,350613,12,symb,two_rule_comb3,36,"['~', '!']",~ !],1,1 +350613,350613,12,symb,two_rule_comb3,37,"['!', '*']",! *],1,1 +350613,350613,12,symb,two_rule_comb3,38,"['*', '&']",* &],1,1 +350613,350613,12,symb,two_rule_comb3,39,"['&', '!']",& !],1,1 +350613,350613,12,symb,two_rule_comb3,40,"['$', '&']",$ &],1,1 +350613,350613,12,symb,two_rule_comb3,41,"['(', '(']",( (],1,1 +350613,350613,12,symb,two_rule_comb3,42,"['$', ':']",: ~],0,1 +350613,350613,12,symb,two_rule_comb3,43,"['!', '*']",! *],1,1 +350613,350613,12,symb,two_rule_comb3,44,"['%', ':']",% :],1,1 +350613,350613,12,symb,two_rule_comb3,45,"['<', '*']",< *],1,1 +350613,350613,12,symb,two_rule_comb3,46,"['*', '!']",* !],1,1 +350613,350613,12,symb,two_rule_comb3,47,"['*', '(']",* (],1,1 +350613,350613,12,symb,two_rule_comb3,48,"['<', '&']",< &],1,1 +350613,350613,12,symb,two_rule_comb3,49,"['<', '*']",< *],1,1 +350613,350613,12,symb,two_rule_comb3,50,"['~', '$']",~ $],1,1 +350613,350613,12,symb,two_rule_comb3,51,"['~', '~']",~ *],0,1 +350613,350613,12,symb,two_rule_comb3,52,"['~', '!']",~ !],1,1 +350613,350613,12,symb,two_rule_comb3,53,"['(', '*']",( *],1,1 +350613,350613,12,symb,two_rule_comb3,54,"['$', '$']",$ !],0,1 +350613,350613,12,symb,two_rule_comb3,55,"['*', '~']",* ~],1,1 +350613,350613,12,symb,two_rule_comb3,56,"['!', '%']",! %],1,1 +350613,350613,12,symb,two_rule_comb3,57,"[':', '~']",: ~],1,1 +350613,350613,12,symb,two_rule_comb3,58,"['>', ':']",> :]],1,1 +350613,350613,12,symb,two_rule_comb3,59,"['!', '*']",! *],1,1 +350613,350613,12,symb,two_rule_comb3,60,"[':', '&']",: &],1,1 +350613,350613,12,symb,two_rule_comb3,61,"['!', '>']",! >],1,1 +350613,350613,12,symb,two_rule_comb3,62,"['$', '~']",$ ~],1,1 +350613,350613,12,symb,two_rule_comb3,63,"['$', '&']",$ &],1,1 +350613,350613,12,symb,two_rule_comb3,64,"['&', '&']",& %],0,1 +350613,350613,12,symb,two_rule_comb3,65,"['$', '>']",$ >],1,1 +350613,350613,12,symb,two_rule_comb3,66,"[':', '>']",> *],0,1 +350613,350613,12,symb,two_rule_comb3,67,"['$', '*']",$ *],1,1 +350613,350613,12,symb,two_rule_comb3,68,"[':', '*']",: *],1,1 +350613,350613,12,symb,two_rule_comb3,69,"['&', '!']",& !],1,1 +350613,350613,12,symb,two_rule_comb3,70,"['(', '>']",( >],1,1 +350613,350613,12,symb,two_rule_comb3,71,"['>', '*']",> *],1,1 +350613,350613,12,symb,two_rule_comb3,72,"['%', '*']",% *],1,1 +350613,350613,12,symb,two_rule_comb3,73,"['~', '&']",~ &],1,1 +350613,350613,12,symb,two_rule_comb3,74,"['!', '!']",! !],1,1 +350613,350613,12,symb,two_rule_comb3,75,"[':', '(']",: (],1,1 +350613,350613,12,symb,two_rule_comb3,76,"['>', '%']",> %],1,1 +350613,350613,12,symb,two_rule_comb3,77,"['%', ':']",% ~],0,1 +350613,350613,12,symb,two_rule_comb3,78,"[':', '!']",: !],1,1 +350613,350613,12,symb,two_rule_comb3,79,"['(', '*']",( *),0,1 +350613,350613,12,symb,two_rule_comb3,80,"['&', '%']",& %],1,1 +350613,350613,12,symb,two_rule_comb3,81,"['!', '%']",! %],1,1 +350613,350613,12,symb,two_rule_comb3,82,"['&', '(']",& (],1,1 +350613,350613,12,symb,two_rule_comb3,83,"['%', '(']",% (],1,1 +350613,350613,12,symb,two_rule_comb3,84,"['&', '(']",& (],1,1 +350613,350613,12,symb,two_rule_comb3,85,"['~', '$']",~ $],1,1 +350613,350613,12,symb,two_rule_comb3,86,"['!', ':']",! :],1,1 +350613,350613,12,symb,two_rule_comb3,87,"['$', '<']",< &],0,1 +350613,350613,12,symb,two_rule_comb3,88,"['~', '*']",~ *],1,1 +350613,350613,12,symb,two_rule_comb3,89,"['*', '&']",* *],0,1 +350613,350613,12,symb,two_rule_comb3,90,"['!', '~']",$ $],0,1 +350613,350613,12,symb,two_rule_comb3,91,"['<', '(']",< (],1,1 +350613,350613,12,symb,two_rule_comb3,92,"['*', '<']",* <]],1,1 +350613,350613,12,symb,two_rule_comb3,93,"['*', '~']",* ~],1,1 +350613,350613,12,symb,two_rule_comb3,94,"['~', '*']",~ *],1,1 +350613,350613,12,symb,two_rule_comb3,95,"['>', ':']",> :],1,1 +350613,350613,12,symb,two_rule_comb3,96,"['<', ':']",< :],1,1 +350613,350613,12,symb,two_rule_comb3,97,"[':', '$']",: $],1,1 +350613,350613,12,symb,two_rule_comb3,98,"['&', '!']",& !],1,1 +350613,350613,12,symb,two_rule_comb3,99,"['(', '$']",( $],1,1 +350613,350613,12,symb,two_rule_comb4,0,"['&', '~']",$ >],0,1 +350613,350613,12,symb,two_rule_comb4,1,"['<', '>']",& (],0,1 +350613,350613,12,symb,two_rule_comb4,2,"['(', '!']",& !],0,1 +350613,350613,12,symb,two_rule_comb4,3,"['!', '&']",! :],0,1 +350613,350613,12,symb,two_rule_comb4,4,"['&', '(']",# $],0,1 +350613,350613,12,symb,two_rule_comb4,5,"['$', '&']",$ *],0,1 +350613,350613,12,symb,two_rule_comb4,6,"['&', '!']",% *],0,1 +350613,350613,12,symb,two_rule_comb4,7,"['!', '(']",! <],0,1 +350613,350613,12,symb,two_rule_comb4,8,"['~', '(']",* (],0,1 +350613,350613,12,symb,two_rule_comb4,9,"['*', '(']",(~ >),0,1 +350613,350613,12,symb,two_rule_comb4,10,"[':', '<']",* <],0,1 +350613,350613,12,symb,two_rule_comb4,11,"['%', '&']",: &],0,1 +350613,350613,12,symb,two_rule_comb4,12,"['$', '(']",$ : ],0,1 +350613,350613,12,symb,two_rule_comb4,13,"['$', '%']",$ #],0,1 +350613,350613,12,symb,two_rule_comb4,14,"['$', '*']",$ <],0,1 +350613,350613,12,symb,two_rule_comb4,15,"['~', '~']",~ >],0,1 +350613,350613,12,symb,two_rule_comb4,16,"['&', '%']",$ %],0,1 +350613,350613,12,symb,two_rule_comb4,17,"['<', '$']",< ~],0,1 +350613,350613,12,symb,two_rule_comb4,18,"['>', '$']",> &],0,1 +350613,350613,12,symb,two_rule_comb4,19,"['*', '!']",$ !],0,1 +350613,350613,12,symb,two_rule_comb4,20,"['$', '*']",& *],0,1 +350613,350613,12,symb,two_rule_comb4,21,"['(', '&']",: &],0,1 +350613,350613,12,symb,two_rule_comb4,22,"['(', '!']",: &],0,1 +350613,350613,12,symb,two_rule_comb4,23,"['&', '!']",($ >)],0,1 +350613,350613,12,symb,two_rule_comb4,24,"['<', ':']",< ~],0,1 +350613,350613,12,symb,two_rule_comb4,25,"['<', '!']",< ~],0,1 +350613,350613,12,symb,two_rule_comb4,26,"['&', '&']",< &],0,1 +350613,350613,12,symb,two_rule_comb4,27,"[':', '(']",% (],0,1 +350613,350613,12,symb,two_rule_comb4,28,"['(', '*']",% *],0,1 +350613,350613,12,symb,two_rule_comb4,29,"['(', '&']",( <],0,1 +350613,350613,12,symb,two_rule_comb4,30,"['$', '~']",< ~],0,1 +350613,350613,12,symb,two_rule_comb4,31,"['%', '>']",: >],0,1 +350613,350613,12,symb,two_rule_comb4,32,"['%', '%']",% !],0,1 +350613,350613,12,symb,two_rule_comb4,33,"['<', '%']",< ~],0,1 +350613,350613,12,symb,two_rule_comb4,34,"[':', '~']",% >],0,1 +350613,350613,12,symb,two_rule_comb4,35,"['<', '>']",! !],0,1 +350613,350613,12,symb,two_rule_comb4,36,"['%', '(']",: $],0,1 +350613,350613,12,symb,two_rule_comb4,37,"['$', '(']",$ >],0,1 +350613,350613,12,symb,two_rule_comb4,38,"['>', '%']",> !],0,1 +350613,350613,12,symb,two_rule_comb4,39,"['%', '(']",! *],0,1 +350613,350613,12,symb,two_rule_comb4,40,"['>', '*']",> $],0,1 +350613,350613,12,symb,two_rule_comb4,41,"['!', '$']",> *],0,1 +350613,350613,12,symb,two_rule_comb4,42,"['<', '%']",< *)],0,1 +350613,350613,12,symb,two_rule_comb4,43,"['$', '<']",& <],0,1 +350613,350613,12,symb,two_rule_comb4,44,"['<', '%']",< %],1,1 +350613,350613,12,symb,two_rule_comb4,45,"['&', '!']",& >],0,1 +350613,350613,12,symb,two_rule_comb4,46,"['&', '%']",$ *],0,1 +350613,350613,12,symb,two_rule_comb4,47,"['*', '(']",* >],0,1 +350613,350613,12,symb,two_rule_comb4,48,"['<', '(']",: (],0,1 +350613,350613,12,symb,two_rule_comb4,49,"['~', '!']",% %],0,1 +350613,350613,12,symb,two_rule_comb4,50,"['$', '(']",& !],0,1 +350613,350613,12,symb,two_rule_comb4,51,"['~', '<']",~ (],0,1 +350613,350613,12,symb,two_rule_comb4,52,"[':', '~']",: *],0,1 +350613,350613,12,symb,two_rule_comb4,53,"['>', '*']",! ~],0,1 +350613,350613,12,symb,two_rule_comb4,54,"['~', '(']",< (],0,1 +350613,350613,12,symb,two_rule_comb4,55,"['>', '!']",( >],0,1 +350613,350613,12,symb,two_rule_comb4,56,"['>', '$']",$ $],0,1 +350613,350613,12,symb,two_rule_comb4,57,"[':', '&']",: %],0,1 +350613,350613,12,symb,two_rule_comb4,58,"['~', '&']",& !],0,1 +350613,350613,12,symb,two_rule_comb4,59,"[':', ':']",: *],0,1 +350613,350613,12,symb,two_rule_comb4,60,"['&', '<']",% <],0,1 +350613,350613,12,symb,two_rule_comb4,61,"[':', '<']",: ^],0,1 +350613,350613,12,symb,two_rule_comb4,62,"['$', '!']",& !],0,1 +350613,350613,12,symb,two_rule_comb4,63,"['%', '*']",! *],0,1 +350613,350613,12,symb,two_rule_comb4,64,"['%', '*']",:% :],0,1 +350613,350613,12,symb,two_rule_comb4,65,"['*', '>']",~ ~],0,1 +350613,350613,12,symb,two_rule_comb4,66,"['*', '>']",* !],0,1 +350613,350613,12,symb,two_rule_comb4,67,"['~', '(']",~ ~],0,1 +350613,350613,12,symb,two_rule_comb4,68,"['!', '>']",> :]],0,1 +350613,350613,12,symb,two_rule_comb4,69,"['&', '<']",& :.],0,1 +350613,350613,12,symb,two_rule_comb4,70,"['&', '&']",& ?],0,1 +350613,350613,12,symb,two_rule_comb4,71,"['%', '&']",% *],0,1 +350613,350613,12,symb,two_rule_comb4,72,"['(', '$']",: :],0,1 +350613,350613,12,symb,two_rule_comb4,73,"['<', '!']",! >],0,1 +350613,350613,12,symb,two_rule_comb4,74,"['%', '%']",% $],0,1 +350613,350613,12,symb,two_rule_comb4,75,"['!', '%']",! *],0,1 +350613,350613,12,symb,two_rule_comb4,76,"['&', '!']",:! *],0,1 +350613,350613,12,symb,two_rule_comb4,77,"['!', '$']",($ $)],0,1 +350613,350613,12,symb,two_rule_comb4,78,"['>', '<']",> %],0,1 +350613,350613,12,symb,two_rule_comb4,79,"['<', '~']",: ~],0,1 +350613,350613,12,symb,two_rule_comb4,80,"['(', '~']",<( !],0,1 +350613,350613,12,symb,two_rule_comb4,81,"['(', ':']",% :],0,1 +350613,350613,12,symb,two_rule_comb4,82,"['!', '*']",> :],0,1 +350613,350613,12,symb,two_rule_comb4,83,"['%', '*']",: !],0,1 +350613,350613,12,symb,two_rule_comb4,84,"['>', '%']",~ %],0,1 +350613,350613,12,symb,two_rule_comb4,85,"['<', '&']",< $],0,1 +350613,350613,12,symb,two_rule_comb4,86,"['>', ':']",> : ],1,1 +350613,350613,12,symb,two_rule_comb4,87,"['%', '<']",# <],0,1 +350613,350613,12,symb,two_rule_comb4,88,"['>', '(']",! (],0,1 +350613,350613,12,symb,two_rule_comb4,89,"['$', '$']",< $],0,1 +350613,350613,12,symb,two_rule_comb4,90,"[':', '%']",: ~],0,1 +350613,350613,12,symb,two_rule_comb4,91,"['*', '&']",& &],0,1 +350613,350613,12,symb,two_rule_comb4,92,"['(', '<']",@ #],0,1 +350613,350613,12,symb,two_rule_comb4,93,"['(', '<']",> <],0,1 +350613,350613,12,symb,two_rule_comb4,94,"['~', '%']",~ !],0,1 +350613,350613,12,symb,two_rule_comb4,95,"['!', '<']",! *],0,1 +350613,350613,12,symb,two_rule_comb4,96,"['>', '&']",> >],0,1 +350613,350613,12,symb,two_rule_comb4,97,"['(', '$']",( &],0,1 +350613,350613,12,symb,two_rule_comb4,98,"['%', '$']",% ~],0,1 +350613,350613,12,symb,two_rule_comb4,99,"['&', '~']",# ~],0,1 +350613,350613,12,symb,two_rule_comb5,0,"['*', '%']",*& ^],0,1 +350613,350613,12,symb,two_rule_comb5,1,"['(', '(']",# =],0,1 +350613,350613,12,symb,two_rule_comb5,2,"['$', '$']",: ^],0,1 +350613,350613,12,symb,two_rule_comb5,3,"['(', '<']",: &],0,1 +350613,350613,12,symb,two_rule_comb5,4,"['$', '(']",& %],0,1 +350613,350613,12,symb,two_rule_comb5,5,"['%', '&']",:? @],0,1 +350613,350613,12,symb,two_rule_comb5,6,"['$', '&']",& <],0,1 +350613,350613,12,symb,two_rule_comb5,7,"['*', '!']",# !],0,1 +350613,350613,12,symb,two_rule_comb5,8,"['(', '%']",*: :],0,1 +350613,350613,12,symb,two_rule_comb5,9,"['!', '(']",> %],0,1 +350613,350613,12,symb,two_rule_comb5,10,"['$', '%']",< (],0,1 +350613,350613,12,symb,two_rule_comb5,11,"['(', ':']",@ #],0,1 +350613,350613,12,symb,two_rule_comb5,12,"['$', '~']",# >],0,1 +350613,350613,12,symb,two_rule_comb5,13,"['!', '~']",( < *),0,1 +350613,350613,12,symb,two_rule_comb5,14,"['<', ':']",& (],0,1 +350613,350613,12,symb,two_rule_comb5,15,"['~', '&']",(! ],0,1 +350613,350613,12,symb,two_rule_comb5,16,"['&', '$']",$ <],0,1 +350613,350613,12,symb,two_rule_comb5,17,"['~', '(']",> %],0,1 +350613,350613,12,symb,two_rule_comb5,18,"['&', '%']",# @],0,1 +350613,350613,12,symb,two_rule_comb5,19,"['>', '$']",# ^],0,1 +350613,350613,12,symb,two_rule_comb5,20,"['&', '$']",& $],1,1 +350613,350613,12,symb,two_rule_comb5,21,"[':', '<']",& ],0,1 +350613,350613,12,symb,two_rule_comb5,22,"['$', '~']",& *],0,1 +350613,350613,12,symb,two_rule_comb5,23,"['~', '%']",& >],0,1 +350613,350613,12,symb,two_rule_comb5,24,"['$', '!']",& >],0,1 +350613,350613,12,symb,two_rule_comb5,25,"['$', ':']",< :],0,1 +350613,350613,12,symb,two_rule_comb5,26,"['&', '<']",& <],1,1 +350613,350613,12,symb,two_rule_comb5,27,"['*', '~']",* ~],1,1 +350613,350613,12,symb,two_rule_comb5,28,"['$', ':']",< %],0,1 +350613,350613,12,symb,two_rule_comb5,29,"[':', '>']",^ ^],0,1 +350613,350613,12,symb,two_rule_comb5,30,"['>', '(']",< !],0,1 +350613,350613,12,symb,two_rule_comb5,31,"['<', '!']",<( :)],0,1 +350613,350613,12,symb,two_rule_comb5,32,"['&', ':']",$ %],0,1 +350613,350613,12,symb,two_rule_comb5,33,"['$', '%']",< : ],0,1 +350613,350613,12,symb,two_rule_comb5,34,"[':', '(']",% ],0,1 +350613,350613,12,symb,two_rule_comb5,35,"['%', '%']",% &],0,1 +350613,350613,12,symb,two_rule_comb5,36,"['!', '&']",> $],0,1 +350613,350613,12,symb,two_rule_comb5,37,"['<', '~']",< *>],0,1 +350613,350613,12,symb,two_rule_comb5,38,"['(', '!']",# *),0,1 +350613,350613,12,symb,two_rule_comb5,39,"['>', '<']",^ %],0,1 +350613,350613,12,symb,two_rule_comb5,40,"['%', '$']",! !],0,1 +350613,350613,12,symb,two_rule_comb5,41,"['$', '<']",(? #)],0,1 +350613,350613,12,symb,two_rule_comb5,42,"['%', '(']",% ],0,1 +350613,350613,12,symb,two_rule_comb5,43,"['<', '$']",& <],0,1 +350613,350613,12,symb,two_rule_comb5,44,"['*', '&']",@ @],0,1 +350613,350613,12,symb,two_rule_comb5,45,"['*', '&']",* #],0,1 +350613,350613,12,symb,two_rule_comb5,46,"['!', '$']",> <],0,1 +350613,350613,12,symb,two_rule_comb5,47,"['<', '>']",: (],0,1 +350613,350613,12,symb,two_rule_comb5,48,"['!', ':']",> (],0,1 +350613,350613,12,symb,two_rule_comb5,49,"['%', ':']",# $],0,1 +350613,350613,12,symb,two_rule_comb5,50,"['!', '<']",> &],0,1 +350613,350613,12,symb,two_rule_comb5,51,"['&', '>']",(~ *)],0,1 +350613,350613,12,symb,two_rule_comb5,52,"['(', '$']",< ?],0,1 +350613,350613,12,symb,two_rule_comb5,53,"['(', '*']",@ #],0,1 +350613,350613,12,symb,two_rule_comb5,54,"['%', '$']",: <],0,1 +350613,350613,12,symb,two_rule_comb5,55,"['&', '%']",& #],0,1 +350613,350613,12,symb,two_rule_comb5,56,"['$', '<']",< &],0,1 +350613,350613,12,symb,two_rule_comb5,57,"['<', '<']",# @],0,1 +350613,350613,12,symb,two_rule_comb5,58,"['%', '<']",! *],0,1 +350613,350613,12,symb,two_rule_comb5,59,"['~', '*']",< ! !],0,1 +350613,350613,12,symb,two_rule_comb5,60,"['~', '<']",> #],0,1 +350613,350613,12,symb,two_rule_comb5,61,"[':', '~']",* ],0,1 +350613,350613,12,symb,two_rule_comb5,62,"['(', '~']",(% *)],0,1 +350613,350613,12,symb,two_rule_comb5,63,"['!', ':']",(> %)],0,1 +350613,350613,12,symb,two_rule_comb5,64,"[':', '%']",(? @),0,1 +350613,350613,12,symb,two_rule_comb5,65,"['~', '<']",> <)],0,1 +350613,350613,12,symb,two_rule_comb5,66,"['%', '>']",: !],0,1 +350613,350613,12,symb,two_rule_comb5,67,"['*', '<']",& ~],0,1 +350613,350613,12,symb,two_rule_comb5,68,"['(', '%']",: (],0,1 +350613,350613,12,symb,two_rule_comb5,69,"['$', '*']",! @],0,1 +350613,350613,12,symb,two_rule_comb5,70,"['>', '%']",^ %],0,1 +350613,350613,12,symb,two_rule_comb5,71,"['~', '%']",> !]],0,1 +350613,350613,12,symb,two_rule_comb5,72,"[':', '%']",:% :],0,1 +350613,350613,12,symb,two_rule_comb5,73,"['<', '%']",& : ],0,1 +350613,350613,12,symb,two_rule_comb5,74,"['(', '$']",% <],0,1 +350613,350613,12,symb,two_rule_comb5,75,"['&', '(']",# >],0,1 +350613,350613,12,symb,two_rule_comb5,76,"['$', '%']",? @]],0,1 +350613,350613,12,symb,two_rule_comb5,77,"['(', ':']",: (],0,1 +350613,350613,12,symb,two_rule_comb5,78,"['(', '&']",@ #],0,1 +350613,350613,12,symb,two_rule_comb5,79,"['>', '<']",# #],0,1 +350613,350613,12,symb,two_rule_comb5,80,"['(', '!']",( : >)],0,1 +350613,350613,12,symb,two_rule_comb5,81,"['<', '&']",? @],0,1 +350613,350613,12,symb,two_rule_comb5,82,"['<', '&']",! ~],0,1 +350613,350613,12,symb,two_rule_comb5,83,"['%', ':']",% !],0,1 +350613,350613,12,symb,two_rule_comb5,84,"['*', ':']",~ (],0,1 +350613,350613,12,symb,two_rule_comb5,85,"['>', '*']",( <],0,1 +350613,350613,12,symb,two_rule_comb5,86,"['!', '$']",> &],0,1 +350613,350613,12,symb,two_rule_comb5,87,"['>', '!']",> !],1,1 +350613,350613,12,symb,two_rule_comb5,88,"['&', '~']",< *],0,1 +350613,350613,12,symb,two_rule_comb5,89,"['(', '%']",% (],0,1 +350613,350613,12,symb,two_rule_comb5,90,"['(', '$']",: &],0,1 +350613,350613,12,symb,two_rule_comb5,91,"[':', '(']",? ?],0,1 +350613,350613,12,symb,two_rule_comb5,92,"['(', '(']",: %],0,1 +350613,350613,12,symb,two_rule_comb5,93,"['&', '<']",# %],0,1 +350613,350613,12,symb,two_rule_comb5,94,"['&', ':']",# <],0,1 +350613,350613,12,symb,two_rule_comb5,95,"['~', '>']",< ~],0,1 +350613,350613,12,symb,two_rule_comb5,96,"['&', '&']",* $],0,1 +350613,350613,12,symb,two_rule_comb5,97,"['$', '>']",! : ],0,1 +350613,350613,12,symb,two_rule_comb5,98,"['~', ':']",% !],0,1 +350613,350613,12,symb,two_rule_comb5,99,"['%', ':']",: (],0,1 +350613,350613,12,symb,three_rule_comb0,0,"['&', ':', ':']",& : :],1,1 +350613,350613,12,symb,three_rule_comb0,1,"['!', '%', '%']",! % %],1,1 +350613,350613,12,symb,three_rule_comb0,2,"['*', '$', '%']",* $ %],1,1 +350613,350613,12,symb,three_rule_comb0,3,"['$', '>', '*']",$ > *],1,1 +350613,350613,12,symb,three_rule_comb0,4,"[':', '%', '<']",: % <],1,1 +350613,350613,12,symb,three_rule_comb0,5,"['~', '%', '$']",~ % $],1,1 +350613,350613,12,symb,three_rule_comb0,6,"['(', '$', ':']",( $ :],1,1 +350613,350613,12,symb,three_rule_comb0,7,"[':', '>', '&']",: > &],1,1 +350613,350613,12,symb,three_rule_comb0,8,"['*', '<', '!']",* < !],1,1 +350613,350613,12,symb,three_rule_comb0,9,"[':', '$', '(']",: $ (],1,1 +350613,350613,12,symb,three_rule_comb0,10,"['&', '<', '>']",& < >],1,1 +350613,350613,12,symb,three_rule_comb0,11,"['$', '&', '!']",$ & !],1,1 +350613,350613,12,symb,three_rule_comb0,12,"['&', '<', '(']",& < (],1,1 +350613,350613,12,symb,three_rule_comb0,13,"['>', '>', '$']",> > $],1,1 +350613,350613,12,symb,three_rule_comb0,14,"['(', '$', '<']",( $ <],1,1 +350613,350613,12,symb,three_rule_comb0,15,"['(', '>', '*']",( > *],1,1 +350613,350613,12,symb,three_rule_comb0,16,"['~', '!', '&']",~ ! &],1,1 +350613,350613,12,symb,three_rule_comb0,17,"[':', '*', '(']",: * (],1,1 +350613,350613,12,symb,three_rule_comb0,18,"['<', '>', '>']",< > >],1,1 +350613,350613,12,symb,three_rule_comb0,19,"['<', '~', '!']",< ~ !],1,1 +350613,350613,12,symb,three_rule_comb0,20,"['*', '*', '(']",* * (],1,1 +350613,350613,12,symb,three_rule_comb0,21,"['>', '&', '%']",> & %],1,1 +350613,350613,12,symb,three_rule_comb0,22,"[':', '&', '&']",: & &],1,1 +350613,350613,12,symb,three_rule_comb0,23,"['*', '&', '!']",* & !],1,1 +350613,350613,12,symb,three_rule_comb0,24,"['~', '>', '&']",~ > &],1,1 +350613,350613,12,symb,three_rule_comb0,25,"['&', '(', '!']",& ( !],1,1 +350613,350613,12,symb,three_rule_comb0,26,"[':', '$', '~']",: $ ~],1,1 +350613,350613,12,symb,three_rule_comb0,27,"['(', '!', '!']",( & !],0,1 +350613,350613,12,symb,three_rule_comb0,28,"[':', '(', '&']",: ( &],1,1 +350613,350613,12,symb,three_rule_comb0,29,"['*', '%', '(']",* % (],1,1 +350613,350613,12,symb,three_rule_comb0,30,"['~', '>', '!']",~ > !],1,1 +350613,350613,12,symb,three_rule_comb0,31,"['&', '&', ':']",& & :],1,1 +350613,350613,12,symb,three_rule_comb0,32,"['(', ':', ':']",( : :],1,1 +350613,350613,12,symb,three_rule_comb0,33,"['%', '<', '<']",% < <],1,1 +350613,350613,12,symb,three_rule_comb0,34,"['&', ':', '%']",& : %],1,1 +350613,350613,12,symb,three_rule_comb0,35,"['<', ':', '%']",< : %],1,1 +350613,350613,12,symb,three_rule_comb0,36,"['&', '(', ':']",& ( :],1,1 +350613,350613,12,symb,three_rule_comb0,37,"['&', '~', '(']",& ~ (,1,1 +350613,350613,12,symb,three_rule_comb0,38,"[':', '>', '$']",: > $],1,1 +350613,350613,12,symb,three_rule_comb0,39,"[':', ':', '&']",: : &],1,1 +350613,350613,12,symb,three_rule_comb0,40,"['$', '(', '(']",$ ( (],1,1 +350613,350613,12,symb,three_rule_comb0,41,"['%', '&', '>']",% & >],1,1 +350613,350613,12,symb,three_rule_comb0,42,"['>', '%', '~']",> % ~],1,1 +350613,350613,12,symb,three_rule_comb0,43,"['!', '%', '!']",! % !],1,1 +350613,350613,12,symb,three_rule_comb0,44,"['$', '&', '%']",$ & %],1,1 +350613,350613,12,symb,three_rule_comb0,45,"[':', '>', '*']",: > *],1,1 +350613,350613,12,symb,three_rule_comb0,46,"['*', '~', '~']",* ~ ~],1,1 +350613,350613,12,symb,three_rule_comb0,47,"['>', '*', '>']",> * >],1,1 +350613,350613,12,symb,three_rule_comb0,48,"[':', '!', '<']",: ! <],1,1 +350613,350613,12,symb,three_rule_comb0,49,"['(', '(', '$']",( ( $],1,1 +350613,350613,12,symb,three_rule_comb0,50,"[':', '!', '>']",: ! >],1,1 +350613,350613,12,symb,three_rule_comb0,51,"['*', '&', '>']",* & >],1,1 +350613,350613,12,symb,three_rule_comb0,52,"['$', '<', '<']",$ < <],1,1 +350613,350613,12,symb,three_rule_comb0,53,"[':', '!', '>']",: ! >],1,1 +350613,350613,12,symb,three_rule_comb0,54,"['(', '$', '&']",( $ &],1,1 +350613,350613,12,symb,three_rule_comb0,55,"['>', '(', '~']",> ( ~],1,1 +350613,350613,12,symb,three_rule_comb0,56,"['>', '!', '>']",> ! >],1,1 +350613,350613,12,symb,three_rule_comb0,57,"['%', '(', '$']",% ( $],1,1 +350613,350613,12,symb,three_rule_comb0,58,"['*', '&', '$']",* & $],1,1 +350613,350613,12,symb,three_rule_comb0,59,"['!', '*', '~']",! * ~],1,1 +350613,350613,12,symb,three_rule_comb0,60,"['*', '<', '&']",* < &],1,1 +350613,350613,12,symb,three_rule_comb0,61,"['!', '&', '%']",! & %],1,1 +350613,350613,12,symb,three_rule_comb0,62,"['$', ':', '<']",$ : <],1,1 +350613,350613,12,symb,three_rule_comb0,63,"['<', '~', '!']",< ~ !],1,1 +350613,350613,12,symb,three_rule_comb0,64,"['!', '<', '<']",! < <],1,1 +350613,350613,12,symb,three_rule_comb0,65,"['&', '%', '~']",& % ~],1,1 +350613,350613,12,symb,three_rule_comb0,66,"['%', ':', '*']",% : *],1,1 +350613,350613,12,symb,three_rule_comb0,67,"[':', '!', '$']",: ! $],1,1 +350613,350613,12,symb,three_rule_comb0,68,"['>', '<', '(']",> < (],1,1 +350613,350613,12,symb,three_rule_comb0,69,"['*', '&', '>']",* & >],1,1 +350613,350613,12,symb,three_rule_comb0,70,"[':', ':', '!']",: : !],1,1 +350613,350613,12,symb,three_rule_comb0,71,"['>', ':', '~']",> : ~],1,1 +350613,350613,12,symb,three_rule_comb0,72,"['<', '<', '~']",< < ~],1,1 +350613,350613,12,symb,three_rule_comb0,73,"['&', '*', ':']",& * :],1,1 +350613,350613,12,symb,three_rule_comb0,74,"['&', '%', '>']",& % >],1,1 +350613,350613,12,symb,three_rule_comb0,75,"['~', '$', '!']",~ $ !],1,1 +350613,350613,12,symb,three_rule_comb0,76,"['(', '*', '~']",( * ~],1,1 +350613,350613,12,symb,three_rule_comb0,77,"['(', '~', '>']",( ~ >],1,1 +350613,350613,12,symb,three_rule_comb0,78,"['*', '>', '$']",* > $],1,1 +350613,350613,12,symb,three_rule_comb0,79,"['~', '$', '*']",~ $ *],1,1 +350613,350613,12,symb,three_rule_comb0,80,"['&', '!', '>']",& ! >],1,1 +350613,350613,12,symb,three_rule_comb0,81,"[':', '*', '!']",: * !],1,1 +350613,350613,12,symb,three_rule_comb0,82,"['*', '(', '$']",* ( $],1,1 +350613,350613,12,symb,three_rule_comb0,83,"['~', '$', '>']",~ $ >],1,1 +350613,350613,12,symb,three_rule_comb0,84,"[':', '>', '<']",: > <],1,1 +350613,350613,12,symb,three_rule_comb0,85,"[':', '$', '>']",: $ >],1,1 +350613,350613,12,symb,three_rule_comb0,86,"['~', '>', '>']",~ > >],1,1 +350613,350613,12,symb,three_rule_comb0,87,"['~', '&', '$']",~ & $],1,1 +350613,350613,12,symb,three_rule_comb0,88,"['&', '!', '>']",& ! >],1,1 +350613,350613,12,symb,three_rule_comb0,89,"['*', '&', '$']",* & $],1,1 +350613,350613,12,symb,three_rule_comb0,90,"['*', '%', '>']",* % >],1,1 +350613,350613,12,symb,three_rule_comb0,91,"['(', '%', '(']",( % (],1,1 +350613,350613,12,symb,three_rule_comb0,92,"['<', '(', '&']",< ( &],1,1 +350613,350613,12,symb,three_rule_comb0,93,"['%', ':', '*']",% : *],1,1 +350613,350613,12,symb,three_rule_comb0,94,"['%', '!', '<']",% ! <],1,1 +350613,350613,12,symb,three_rule_comb0,95,"['>', '$', '*']",> $ *],1,1 +350613,350613,12,symb,three_rule_comb0,96,"['$', '>', '>']",$ > >],1,1 +350613,350613,12,symb,three_rule_comb0,97,"['*', '&', ':']",* & :],1,1 +350613,350613,12,symb,three_rule_comb0,98,"['(', '>', '$']",( > $],1,1 +350613,350613,12,symb,three_rule_comb0,99,"['<', ':', '&']",< : &],1,1 +350613,350613,12,symb,three_rule_comb1,0,"['~', '$', '%']",~ $ %],1,1 +350613,350613,12,symb,three_rule_comb1,1,"[':', '$', '$']",: $ $],1,1 +350613,350613,12,symb,three_rule_comb1,2,"['!', '!', '*']",! ! *],1,1 +350613,350613,12,symb,three_rule_comb1,3,"['~', '(', ':']",~ ( :],1,1 +350613,350613,12,symb,three_rule_comb1,4,"['*', '*', '!']",* * !],1,1 +350613,350613,12,symb,three_rule_comb1,5,"['*', '!', '<']",* ! <],1,1 +350613,350613,12,symb,three_rule_comb1,6,"['~', '(', '(']",~ ( >],0,1 +350613,350613,12,symb,three_rule_comb1,7,"['<', '>', '~']",< > <],0,1 +350613,350613,12,symb,three_rule_comb1,8,"['*', '(', '>']",* & >],0,1 +350613,350613,12,symb,three_rule_comb1,9,"['>', '>', ':']",> * :],0,1 +350613,350613,12,symb,three_rule_comb1,10,"['&', '$', '&']",& ! &],0,1 +350613,350613,12,symb,three_rule_comb1,11,"['!', '<', '<']",! < %],0,1 +350613,350613,12,symb,three_rule_comb1,12,"['>', '>', '~']",> & ~],0,1 +350613,350613,12,symb,three_rule_comb1,13,"[':', '!', '*']",: ! *],1,1 +350613,350613,12,symb,three_rule_comb1,14,"[':', '$', '!']",: $ !],1,1 +350613,350613,12,symb,three_rule_comb1,15,"['%', '!', '%']",% ! %],1,1 +350613,350613,12,symb,three_rule_comb1,16,"['(', '~', '%']",( % %],0,1 +350613,350613,12,symb,three_rule_comb1,17,"['*', '>', '%']",* > %],1,1 +350613,350613,12,symb,three_rule_comb1,18,"['!', '!', '<']",! ! <],1,1 +350613,350613,12,symb,three_rule_comb1,19,"['>', '(', '$']",> % $],0,1 +350613,350613,12,symb,three_rule_comb1,20,"['(', '&', '%']",( & %],1,1 +350613,350613,12,symb,three_rule_comb1,21,"['$', '&', '~']",$ & ~],1,1 +350613,350613,12,symb,three_rule_comb1,22,"['<', '<', '>']",< < <],0,1 +350613,350613,12,symb,three_rule_comb1,23,"['&', ':', '$']",& : $],1,1 +350613,350613,12,symb,three_rule_comb1,24,"['$', '(', '!']",$ ( !],1,1 +350613,350613,12,symb,three_rule_comb1,25,"[':', '(', '~']",: ( &],0,1 +350613,350613,12,symb,three_rule_comb1,26,"[':', '>', '&']",: > &],1,1 +350613,350613,12,symb,three_rule_comb1,27,"['$', '$', '<']",$ $ $],0,1 +350613,350613,12,symb,three_rule_comb1,28,"['%', '*', ':']",% * :],1,1 +350613,350613,12,symb,three_rule_comb1,29,"[':', '~', '*']",% % *],0,1 +350613,350613,12,symb,three_rule_comb1,30,"['~', '%', '%']",~ % %],1,1 +350613,350613,12,symb,three_rule_comb1,31,"['!', '$', ':']",! $ :],1,1 +350613,350613,12,symb,three_rule_comb1,32,"['&', '*', '%']",& * %],1,1 +350613,350613,12,symb,three_rule_comb1,33,"['*', '~', '&']",* * &],0,1 +350613,350613,12,symb,three_rule_comb1,34,"['(', '(', '*']",( ( *],1,1 +350613,350613,12,symb,three_rule_comb1,35,"[':', '&', '*']",: & *],1,1 +350613,350613,12,symb,three_rule_comb1,36,"['(', ':', '*']",< : *],0,1 +350613,350613,12,symb,three_rule_comb1,37,"['<', '<', '~']",< ~ ~],0,1 +350613,350613,12,symb,three_rule_comb1,38,"[':', ':', '*']",: : *],1,1 +350613,350613,12,symb,three_rule_comb1,39,"['$', '*', '<']",$ * <],1,1 +350613,350613,12,symb,three_rule_comb1,40,"['!', '*', '%']",! * %],1,1 +350613,350613,12,symb,three_rule_comb1,41,"['<', '*', '<']",< * %],0,1 +350613,350613,12,symb,three_rule_comb1,42,"['<', '~', '%']",< ~ %],1,1 +350613,350613,12,symb,three_rule_comb1,43,"['>', '&', '!']",> % !],0,1 +350613,350613,12,symb,three_rule_comb1,44,"['*', '~', '<']",$ ~ <],0,1 +350613,350613,12,symb,three_rule_comb1,45,"['<', '$', '$']",< $ $],1,1 +350613,350613,12,symb,three_rule_comb1,46,"['~', '<', ':']",~ $ :],0,1 +350613,350613,12,symb,three_rule_comb1,47,"[':', '>', '%']",: > %],1,1 +350613,350613,12,symb,three_rule_comb1,48,"['&', '~', '*']",& ~ *],1,1 +350613,350613,12,symb,three_rule_comb1,49,"['>', '*', '<']",> * <],1,1 +350613,350613,12,symb,three_rule_comb1,50,"['<', '&', '!']",< & !],1,1 +350613,350613,12,symb,three_rule_comb1,51,"['~', '%', '%']",~ $ %],0,1 +350613,350613,12,symb,three_rule_comb1,52,"['$', '>', '<']",$ > <],1,1 +350613,350613,12,symb,three_rule_comb1,53,"['~', '$', '~']",~ $ ~],1,1 +350613,350613,12,symb,three_rule_comb1,54,"['(', '~', '<']",( ~ <],1,1 +350613,350613,12,symb,three_rule_comb1,55,"['<', '$', '!']",< $ !],1,1 +350613,350613,12,symb,three_rule_comb1,56,"['>', '>', '(']",> > (],1,1 +350613,350613,12,symb,three_rule_comb1,57,"['$', '(', '$']",$ ( ~],0,1 +350613,350613,12,symb,three_rule_comb1,58,"['$', '<', '%']",$ < %],1,1 +350613,350613,12,symb,three_rule_comb1,59,"['<', '%', '&']",< % &],1,1 +350613,350613,12,symb,three_rule_comb1,60,"[':', '(', '!']",: ( !],1,1 +350613,350613,12,symb,three_rule_comb1,61,"['<', ':', '!']",< : !],1,1 +350613,350613,12,symb,three_rule_comb1,62,"['(', '%', '(']",( > (],0,1 +350613,350613,12,symb,three_rule_comb1,63,"['$', ':', '*']",$ : *],1,1 +350613,350613,12,symb,three_rule_comb1,64,"['~', '$', '>']",~ $ >],1,1 +350613,350613,12,symb,three_rule_comb1,65,"['<', '~', '%']",< ~ %],1,1 +350613,350613,12,symb,three_rule_comb1,66,"['*', '*', '>']",* $ >],0,1 +350613,350613,12,symb,three_rule_comb1,67,"['&', '(', '<']",& ( <],1,1 +350613,350613,12,symb,three_rule_comb1,68,"['*', '&', '%']",* ~ %],0,1 +350613,350613,12,symb,three_rule_comb1,69,"['~', '!', '$']",! ! $],0,1 +350613,350613,12,symb,three_rule_comb1,70,"['&', '!', '*']",& * *],0,1 +350613,350613,12,symb,three_rule_comb1,71,"['%', '&', '&']",% ! &],0,1 +350613,350613,12,symb,three_rule_comb1,72,"['!', '*', '<']",< * $],0,1 +350613,350613,12,symb,three_rule_comb1,73,"['<', '%', '%']",< * >],0,1 +350613,350613,12,symb,three_rule_comb1,74,"['$', '%', ':']",$ % :],1,1 +350613,350613,12,symb,three_rule_comb1,75,"['$', '*', '%']",$ * %],1,1 +350613,350613,12,symb,three_rule_comb1,76,"['>', '%', '%']",> % %],1,1 +350613,350613,12,symb,three_rule_comb1,77,"['!', '&', ':']",! & :],1,1 +350613,350613,12,symb,three_rule_comb1,78,"['$', '$', '!']",$ $ !],1,1 +350613,350613,12,symb,three_rule_comb1,79,"['*', '!', '(']",* $ (],0,1 +350613,350613,12,symb,three_rule_comb1,80,"['>', '<', '!']",> < !],1,1 +350613,350613,12,symb,three_rule_comb1,81,"['$', '>', '!']",$ > !],1,1 +350613,350613,12,symb,three_rule_comb1,82,"['%', '!', ':']",% ! :],1,1 +350613,350613,12,symb,three_rule_comb1,83,"['<', '%', '&']",< % &],1,1 +350613,350613,12,symb,three_rule_comb1,84,"['(', ':', '>']",( : >),0,1 +350613,350613,12,symb,three_rule_comb1,85,"[':', '&', '*']",: & *],1,1 +350613,350613,12,symb,three_rule_comb1,86,"[':', '<', '>']",: < >],1,1 +350613,350613,12,symb,three_rule_comb1,87,"['&', '%', '>']",& % &],0,1 +350613,350613,12,symb,three_rule_comb1,88,"['!', '(', ':']",! ( :],1,1 +350613,350613,12,symb,three_rule_comb1,89,"['$', '>', '(']",$ > (],1,1 +350613,350613,12,symb,three_rule_comb1,90,"['(', '&', ':']",( & (],0,1 +350613,350613,12,symb,three_rule_comb1,91,"['&', '&', '!']",& & !],1,1 +350613,350613,12,symb,three_rule_comb1,92,"['$', '~', '$']",$ ~ %],0,1 +350613,350613,12,symb,three_rule_comb1,93,"['!', ':', '&']",! : &],1,1 +350613,350613,12,symb,three_rule_comb1,94,"['!', ':', '%']",! : %],1,1 +350613,350613,12,symb,three_rule_comb1,95,"['&', '<', '<']",& * <],0,1 +350613,350613,12,symb,three_rule_comb1,96,"['<', '&', '>']",< & !],0,1 +350613,350613,12,symb,three_rule_comb1,97,"['!', '<', '<']",! < <],1,1 +350613,350613,12,symb,three_rule_comb1,98,"['~', '$', '(']",% $ (],0,1 +350613,350613,12,symb,three_rule_comb1,99,"['>', '<', '>']",> > >],0,1 +350613,350613,12,symb,three_rule_comb2,0,"['%', '%', '&']",% % $],0,1 +350613,350613,12,symb,three_rule_comb2,1,"['&', '&', '$']",& > $],0,1 +350613,350613,12,symb,three_rule_comb2,2,"[':', '<', '~']",: % ~],0,1 +350613,350613,12,symb,three_rule_comb2,3,"['*', ':', ':']",* < :],0,1 +350613,350613,12,symb,three_rule_comb2,4,"['$', '!', '&']",$ ! ^],0,1 +350613,350613,12,symb,three_rule_comb2,5,"['*', '!', '*']",* ! <],0,1 +350613,350613,12,symb,three_rule_comb2,6,"['(', '<', '!']",% < !],0,1 +350613,350613,12,symb,three_rule_comb2,7,"['>', '(', '$']",> * $],0,1 +350613,350613,12,symb,three_rule_comb2,8,"['!', ':', ':']",> : :],0,1 +350613,350613,12,symb,three_rule_comb2,9,"['&', ':', '<']",& ( <],0,1 +350613,350613,12,symb,three_rule_comb2,10,"['&', '<', '$']",& : $],0,1 +350613,350613,12,symb,three_rule_comb2,11,"['<', '$', '%']",) $ %],0,1 +350613,350613,12,symb,three_rule_comb2,12,"['~', '*', '>']",~ % >],0,1 +350613,350613,12,symb,three_rule_comb2,13,"['<', '*', '>']",(* * >],0,1 +350613,350613,12,symb,three_rule_comb2,14,"['*', '>', ':']",* ? :],0,1 +350613,350613,12,symb,three_rule_comb2,15,"['$', '<', '*']",$ % *],0,1 +350613,350613,12,symb,three_rule_comb2,16,"['!', '<', '&']",! < <],0,1 +350613,350613,12,symb,three_rule_comb2,17,"['!', '%', '!']",! $ !],0,1 +350613,350613,12,symb,three_rule_comb2,18,"['~', '!', '$']",~ ! ?],0,1 +350613,350613,12,symb,three_rule_comb2,19,"['(', '>', '(']",( ! &],0,1 +350613,350613,12,symb,three_rule_comb2,20,"['&', '$', '$']",& $ <],0,1 +350613,350613,12,symb,three_rule_comb2,21,"['<', '<', '!']",& < !],0,1 +350613,350613,12,symb,three_rule_comb2,22,"['>', '%', '&']",> % >],0,1 +350613,350613,12,symb,three_rule_comb2,23,"['*', '&', ':']",* & :],1,1 +350613,350613,12,symb,three_rule_comb2,24,"['%', '$', '<']",% < <],0,1 +350613,350613,12,symb,three_rule_comb2,25,"['~', ':', '(']",~ : &],0,1 +350613,350613,12,symb,three_rule_comb2,26,"['*', '!', '>']",* ! ^],0,1 +350613,350613,12,symb,three_rule_comb2,27,"['&', '<', '*']",& < &],0,1 +350613,350613,12,symb,three_rule_comb2,28,"['&', '%', '>']",& ~ >],0,1 +350613,350613,12,symb,three_rule_comb2,29,"['~', '<', '&']",> < &],0,1 +350613,350613,12,symb,three_rule_comb2,30,"['*', '<', ':']",( < :],0,1 +350613,350613,12,symb,three_rule_comb2,31,"['&', '%', '&']",& % %],0,1 +350613,350613,12,symb,three_rule_comb2,32,"['!', '(', '<']",! ~ ~],0,1 +350613,350613,12,symb,three_rule_comb2,33,"['~', '>', '*']",~ > ~],0,1 +350613,350613,12,symb,three_rule_comb2,34,"['&', '(', '$']",& > $],0,1 +350613,350613,12,symb,three_rule_comb2,35,"['&', '%', '!']",& > &],0,1 +350613,350613,12,symb,three_rule_comb2,36,"['!', '%', ':']",! * *,0,1 +350613,350613,12,symb,three_rule_comb2,37,"['~', '*', '*']",> * *],0,1 +350613,350613,12,symb,three_rule_comb2,38,"['>', ':', '$']",> % $],0,1 +350613,350613,12,symb,three_rule_comb2,39,"['%', '&', '$']",% & ?],0,1 +350613,350613,12,symb,three_rule_comb2,40,"['<', '%', '(']",* % (],0,1 +350613,350613,12,symb,three_rule_comb2,41,"['(', ':', '>']",: ~ >],0,1 +350613,350613,12,symb,three_rule_comb2,42,"[':', '*', '&']",( * &],0,1 +350613,350613,12,symb,three_rule_comb2,43,"['>', '~', '>']",> ~ !],0,1 +350613,350613,12,symb,three_rule_comb2,44,"['*', '$', '$']",* $ $],1,1 +350613,350613,12,symb,three_rule_comb2,45,"['%', '&', '>']",% & !],0,1 +350613,350613,12,symb,three_rule_comb2,46,"['&', '%', '%']",& % :],0,1 +350613,350613,12,symb,three_rule_comb2,47,"['(', '(', '>']",( % >],0,1 +350613,350613,12,symb,three_rule_comb2,48,"['%', '<', ':']",% : :],0,1 +350613,350613,12,symb,three_rule_comb2,49,"[':', ':', '*']",: : *],1,1 +350613,350613,12,symb,three_rule_comb2,50,"['~', '>', '>']",~ ! >],0,1 +350613,350613,12,symb,three_rule_comb2,51,"['(', '*', '!']",> * !],0,1 +350613,350613,12,symb,three_rule_comb2,52,"['<', '(', '&']",< ( %],0,1 +350613,350613,12,symb,three_rule_comb2,53,"['&', '&', '(']",> & (],0,1 +350613,350613,12,symb,three_rule_comb2,54,"['<', '*', '(']",& * (],0,1 +350613,350613,12,symb,three_rule_comb2,55,"[':', '~', ':']",* ~ :],0,1 +350613,350613,12,symb,three_rule_comb2,56,"['*', '!', '!']",* ! ),0,1 +350613,350613,12,symb,three_rule_comb2,57,"['&', '*', ':']",$ * :],0,1 +350613,350613,12,symb,three_rule_comb2,58,"['!', '*', ':']",! * !],0,1 +350613,350613,12,symb,three_rule_comb2,59,"['&', '~', '(']",& ~ #],0,1 +350613,350613,12,symb,three_rule_comb2,60,"['$', '<', '&']",$ < >],0,1 +350613,350613,12,symb,three_rule_comb2,61,"['>', '>', '>']",> > >],1,1 +350613,350613,12,symb,three_rule_comb2,62,"[':', '~', '*']",: % *],0,1 +350613,350613,12,symb,three_rule_comb2,63,"['~', '<', '>']",~ : >],0,1 +350613,350613,12,symb,three_rule_comb2,64,"['&', '*', '*']",& * <],0,1 +350613,350613,12,symb,three_rule_comb2,65,"['!', '%', '~']",! % %],0,1 +350613,350613,12,symb,three_rule_comb2,66,"['$', '!', '$']",$ ! $],1,1 +350613,350613,12,symb,three_rule_comb2,67,"['$', ':', '$']",? : $],0,1 +350613,350613,12,symb,three_rule_comb2,68,"['~', '%', '%']",~ # %],0,1 +350613,350613,12,symb,three_rule_comb2,69,"['$', '$', '>']",$ $ $],0,1 +350613,350613,12,symb,three_rule_comb2,70,"['(', '>', '(']",( > #],0,1 +350613,350613,12,symb,three_rule_comb2,71,"['%', '&', '<']",% % %],0,1 +350613,350613,12,symb,three_rule_comb2,72,"['(', '%', '&']",% % &],0,1 +350613,350613,12,symb,three_rule_comb2,73,"['&', '!', '~']",% ! ~],0,1 +350613,350613,12,symb,three_rule_comb2,74,"['<', ':', ':']",< % :],0,1 +350613,350613,12,symb,three_rule_comb2,75,"['>', '!', '%']",~ ! %],0,1 +350613,350613,12,symb,three_rule_comb2,76,"['*', '$', '>']",$ $ >],0,1 +350613,350613,12,symb,three_rule_comb2,77,"['&', '$', ':']",$ $ :],0,1 +350613,350613,12,symb,three_rule_comb2,78,"['&', ':', ':']",& < :],0,1 +350613,350613,12,symb,three_rule_comb2,79,"['>', '(', '>']",% ( >],0,1 +350613,350613,12,symb,three_rule_comb2,80,"['>', '$', '>']",> ! >],0,1 +350613,350613,12,symb,three_rule_comb2,81,"['>', '%', '~']",> % %],0,1 +350613,350613,12,symb,three_rule_comb2,82,"['(', '*', '*']",# * *],0,1 +350613,350613,12,symb,three_rule_comb2,83,"['~', '%', '>']",> % >],0,1 +350613,350613,12,symb,three_rule_comb2,84,"['<', '(', '*']",* ( *],0,1 +350613,350613,12,symb,three_rule_comb2,85,"[':', '~', '%']",: ~ %],1,1 +350613,350613,12,symb,three_rule_comb2,86,"['>', ':', '(']",: : (],0,1 +350613,350613,12,symb,three_rule_comb2,87,"['%', '!', ':']",~ ! :],0,1 +350613,350613,12,symb,three_rule_comb2,88,"[':', '$', '$']",: $ ?],0,1 +350613,350613,12,symb,three_rule_comb2,89,"['(', '*', '*']",( * <],0,1 +350613,350613,12,symb,three_rule_comb2,90,"['<', '>', '~']",< % (],0,1 +350613,350613,12,symb,three_rule_comb2,91,"['<', '%', '&']",< $ <],0,1 +350613,350613,12,symb,three_rule_comb2,92,"['<', '<', '*']",< * *],0,1 +350613,350613,12,symb,three_rule_comb2,93,"['(', '<', '&']",( < ~],0,1 +350613,350613,12,symb,three_rule_comb2,94,"['&', ':', '~']",& % ~],0,1 +350613,350613,12,symb,three_rule_comb2,95,"['(', ':', '$']",( % $],0,1 +350613,350613,12,symb,three_rule_comb2,96,"['~', ':', '~']",~ : *],0,1 +350613,350613,12,symb,three_rule_comb2,97,"['>', '!', '(']",> ! &],0,1 +350613,350613,12,symb,three_rule_comb2,98,"['(', '&', ':']",> & :],0,1 +350613,350613,12,symb,three_rule_comb2,99,"[':', '%', ':']",: * *],0,1 +350613,350613,12,symb,three_rule_comb3,0,"['<', '&', '>']",< & >],1,1 +350613,350613,12,symb,three_rule_comb3,1,"['*', '&', '*']",* & *],1,1 +350613,350613,12,symb,three_rule_comb3,2,"['~', '!', '>']",~ ! >],1,1 +350613,350613,12,symb,three_rule_comb3,3,"['(', ':', '$']",( : $],1,1 +350613,350613,12,symb,three_rule_comb3,4,"['%', '<', '(']",% < (],1,1 +350613,350613,12,symb,three_rule_comb3,5,"['(', '&', '(']",% : (],0,1 +350613,350613,12,symb,three_rule_comb3,6,"['(', '>', ':']",( > :],1,1 +350613,350613,12,symb,three_rule_comb3,7,"['$', '%', '~']",% % ~],0,1 +350613,350613,12,symb,three_rule_comb3,8,"['$', '%', '<']",$ % <],1,1 +350613,350613,12,symb,three_rule_comb3,9,"['$', '%', '(']",$ % (],1,1 +350613,350613,12,symb,three_rule_comb3,10,"['~', '*', '>']",~ * >],1,1 +350613,350613,12,symb,three_rule_comb3,11,"['%', '>', '<']",% > <],1,1 +350613,350613,12,symb,three_rule_comb3,12,"['!', '%', ':']",! % :],1,1 +350613,350613,12,symb,three_rule_comb3,13,"['*', '~', '$']",* ~ $],1,1 +350613,350613,12,symb,three_rule_comb3,14,"['(', '!', '<']",(% ! <)],0,1 +350613,350613,12,symb,three_rule_comb3,15,"['&', '!', '$']",& ! &],0,1 +350613,350613,12,symb,three_rule_comb3,16,"['&', '$', '~']",& $ ~],1,1 +350613,350613,12,symb,three_rule_comb3,17,"[':', '$', '$']",: * $],0,1 +350613,350613,12,symb,three_rule_comb3,18,"['<', '<', '$']",< < $],1,1 +350613,350613,12,symb,three_rule_comb3,19,"['>', '*', '&']",> * &],1,1 +350613,350613,12,symb,three_rule_comb3,20,"['$', '<', '(']",$ : (],0,1 +350613,350613,12,symb,three_rule_comb3,21,"['!', '!', '*']",! > *],0,1 +350613,350613,12,symb,three_rule_comb3,22,"['(', '>', '~']",& > %],0,1 +350613,350613,12,symb,three_rule_comb3,23,"['!', '!', '$']",: % %],0,1 +350613,350613,12,symb,three_rule_comb3,24,"['%', '&', '(']",% % %,0,1 +350613,350613,12,symb,three_rule_comb3,25,"['&', '~', ':']",& ~ $],0,1 +350613,350613,12,symb,three_rule_comb3,26,"['<', '>', ':']",< > !],0,1 +350613,350613,12,symb,three_rule_comb3,27,"['&', '&', '!']",& $ !],0,1 +350613,350613,12,symb,three_rule_comb3,28,"['(', '%', '(']",( % (],1,1 +350613,350613,12,symb,three_rule_comb3,29,"['%', '~', '>']",% ~ >],1,1 +350613,350613,12,symb,three_rule_comb3,30,"['<', '&', '$']",< $ $],0,1 +350613,350613,12,symb,three_rule_comb3,31,"['~', '(', ':']",~ ( :],1,1 +350613,350613,12,symb,three_rule_comb3,32,"['$', '!', '%']",$ ! %],1,1 +350613,350613,12,symb,three_rule_comb3,33,"['$', '$', '<']",$ * <],0,1 +350613,350613,12,symb,three_rule_comb3,34,"['$', '(', ':']",$ ( : ],1,1 +350613,350613,12,symb,three_rule_comb3,35,"['!', '!', ':']",! ! :],1,1 +350613,350613,12,symb,three_rule_comb3,36,"['&', '~', '!']",& ~ !],1,1 +350613,350613,12,symb,three_rule_comb3,37,"['(', '<', '>']",& % >],0,1 +350613,350613,12,symb,three_rule_comb3,38,"[':', '>', '$']",: > $],1,1 +350613,350613,12,symb,three_rule_comb3,39,"['!', ':', '!']",! : !],1,1 +350613,350613,12,symb,three_rule_comb3,40,"['%', '%', '$']",$ % *],0,1 +350613,350613,12,symb,three_rule_comb3,41,"['<', '*', '*']",! * !],0,1 +350613,350613,12,symb,three_rule_comb3,42,"['$', '&', '~']",$ & $,0,1 +350613,350613,12,symb,three_rule_comb3,43,"['!', '(', '!']",! ( !],1,1 +350613,350613,12,symb,three_rule_comb3,44,"[':', '$', ':']",: $ %],0,1 +350613,350613,12,symb,three_rule_comb3,45,"['$', '$', '%']",$ % >],0,1 +350613,350613,12,symb,three_rule_comb3,46,"['%', '<', '&']",% < &],1,1 +350613,350613,12,symb,three_rule_comb3,47,"['~', '(', '*']",~ ( !],0,1 +350613,350613,12,symb,three_rule_comb3,48,"['>', '>', ':']",> ! *],0,1 +350613,350613,12,symb,three_rule_comb3,49,"['$', '$', '(']",$ ! *],0,1 +350613,350613,12,symb,three_rule_comb3,50,"['&', '~', '<']",& ~ <],1,1 +350613,350613,12,symb,three_rule_comb3,51,"['$', '%', ':']",$ % :],1,1 +350613,350613,12,symb,three_rule_comb3,52,"['(', '(', '~']",< & ~],0,1 +350613,350613,12,symb,three_rule_comb3,53,"['~', '%', '&']",~ % &],1,1 +350613,350613,12,symb,three_rule_comb3,54,"['%', '>', '<']",% > <],1,1 +350613,350613,12,symb,three_rule_comb3,55,"['(', '*', '!']",( * !],1,1 +350613,350613,12,symb,three_rule_comb3,56,"['$', '!', '>']",$ ! >],1,1 +350613,350613,12,symb,three_rule_comb3,57,"['~', '!', '!']",~ ! $],0,1 +350613,350613,12,symb,three_rule_comb3,58,"['<', '&', '&']",< & !],0,1 +350613,350613,12,symb,three_rule_comb3,59,"['&', '~', '&']",& $ !],0,1 +350613,350613,12,symb,three_rule_comb3,60,"['~', '&', '%']",~ & %],1,1 +350613,350613,12,symb,three_rule_comb3,61,"[':', '(', ':']",: ( :],1,1 +350613,350613,12,symb,three_rule_comb3,62,"['<', '(', '>']",< % >],0,1 +350613,350613,12,symb,three_rule_comb3,63,"['~', '!', '!']",~ ! !],1,1 +350613,350613,12,symb,three_rule_comb3,64,"['!', '%', '>']",! % >],1,1 +350613,350613,12,symb,three_rule_comb3,65,"['>', '>', '$']",> > ~ $],0,1 +350613,350613,12,symb,three_rule_comb3,66,"[':', '>', '~']",: > ~],1,1 +350613,350613,12,symb,three_rule_comb3,67,"['&', ':', '~']",& : &],0,1 +350613,350613,12,symb,three_rule_comb3,68,"['*', '!', '*']",* ! *,1,1 +350613,350613,12,symb,three_rule_comb3,69,"[':', '<', '(']",: < (],1,1 +350613,350613,12,symb,three_rule_comb3,70,"[':', '~', '*']",: ~ *],1,1 +350613,350613,12,symb,three_rule_comb3,71,"['&', '$', '(']",& $ (],1,1 +350613,350613,12,symb,three_rule_comb3,72,"['!', '*', '~']",! ! ~],0,1 +350613,350613,12,symb,three_rule_comb3,73,"['$', ':', '%']",< : : !],0,1 +350613,350613,12,symb,three_rule_comb3,74,"['>', ':', '!']",> : !],1,1 +350613,350613,12,symb,three_rule_comb3,75,"['(', '&', '(']",( & %),0,1 +350613,350613,12,symb,three_rule_comb3,76,"['!', '<', '(']",! < (],1,1 +350613,350613,12,symb,three_rule_comb3,77,"['~', '$', '!']",~ $ !],1,1 +350613,350613,12,symb,three_rule_comb3,78,"['&', '<', '$']",$ < $],0,1 +350613,350613,12,symb,three_rule_comb3,79,"['!', ':', '~']",! : ~],1,1 +350613,350613,12,symb,three_rule_comb3,80,"['(', '<', '&']",: : &],0,1 +350613,350613,12,symb,three_rule_comb3,81,"['$', '&', '~']",$ & ~],1,1 +350613,350613,12,symb,three_rule_comb3,82,"['&', '<', '$']",& < $],1,1 +350613,350613,12,symb,three_rule_comb3,83,"['$', '&', '>']",$ & >],1,1 +350613,350613,12,symb,three_rule_comb3,84,"['~', '&', '!']",~ & !],1,1 +350613,350613,12,symb,three_rule_comb3,85,"['!', '%', '~']",! % ~],1,1 +350613,350613,12,symb,three_rule_comb3,86,"['>', '~', '*']",> ~ *],1,1 +350613,350613,12,symb,three_rule_comb3,87,"['>', '~', '~']",> ~ ~],1,1 +350613,350613,12,symb,three_rule_comb3,88,"['>', '>', '>']",> > >],1,1 +350613,350613,12,symb,three_rule_comb3,89,"['&', '(', '$']",& ( $],1,1 +350613,350613,12,symb,three_rule_comb3,90,"['(', '$', '!']",( $ !],1,1 +350613,350613,12,symb,three_rule_comb3,91,"['&', '%', ':']",& % :],1,1 +350613,350613,12,symb,three_rule_comb3,92,"['*', '(', '>']",* ( >],1,1 +350613,350613,12,symb,three_rule_comb3,93,"['(', '&', '$']",$ < $],0,1 +350613,350613,12,symb,three_rule_comb3,94,"['~', '%', '<']",~ % <],1,1 +350613,350613,12,symb,three_rule_comb3,95,"['>', '$', '>']",> $ >],1,1 +350613,350613,12,symb,three_rule_comb3,96,"['(', '(', '&']",( ( &],1,1 +350613,350613,12,symb,three_rule_comb3,97,"['~', '&', '<']",~ & <],1,1 +350613,350613,12,symb,three_rule_comb3,98,"['%', ':', '*']",% : *],1,1 +350613,350613,12,symb,three_rule_comb3,99,"['%', '~', '*']",% ~ *],1,1 +350613,350613,12,symb,three_rule_comb4,0,"[':', '>', '%']",< < %],0,1 +350613,350613,12,symb,three_rule_comb4,1,"['>', '$', '(']",> ~ <],0,1 +350613,350613,12,symb,three_rule_comb4,2,"['$', '!', '&']",~ ! &],0,1 +350613,350613,12,symb,three_rule_comb4,3,"['$', '>', '%']",$ > ~],0,1 +350613,350613,12,symb,three_rule_comb4,4,"['$', ':', '!']",! : !],0,1 +350613,350613,12,symb,three_rule_comb4,5,"['(', ':', '<']",( < <],0,1 +350613,350613,12,symb,three_rule_comb4,6,"['$', '!', '~']",< & ~],0,1 +350613,350613,12,symb,three_rule_comb4,7,"['*', '<', ':']",* * :],0,1 +350613,350613,12,symb,three_rule_comb4,8,"['~', '%', '<']",~ > &],0,1 +350613,350613,12,symb,three_rule_comb4,9,"['%', '&', '$']",% ! >],0,1 +350613,350613,12,symb,three_rule_comb4,10,"[':', '&', '<']",: & :],0,1 +350613,350613,12,symb,three_rule_comb4,11,"['>', '!', ':']",> ( : ],0,1 +350613,350613,12,symb,three_rule_comb4,12,"['(', '!', '!']",( ! ~],0,1 +350613,350613,12,symb,three_rule_comb4,13,"['%', ':', '%']",% % <],0,1 +350613,350613,12,symb,three_rule_comb4,14,"['!', '%', '$']",! $ $],0,1 +350613,350613,12,symb,three_rule_comb4,15,"['$', ':', ':']",$ * :],0,1 +350613,350613,12,symb,three_rule_comb4,16,"['%', '%', '%']",% & *],0,1 +350613,350613,12,symb,three_rule_comb4,17,"['*', '>', '&']",* > %],0,1 +350613,350613,12,symb,three_rule_comb4,18,"['>', '(', '*']",! ( *],0,1 +350613,350613,12,symb,three_rule_comb4,19,"['<', '(', '<']",& ( <],0,1 +350613,350613,12,symb,three_rule_comb4,20,"['*', '<', '*']",* < !],0,1 +350613,350613,12,symb,three_rule_comb4,21,"['!', '!', '(']",! > $],0,1 +350613,350613,12,symb,three_rule_comb4,22,"['<', '%', '!']",< ! !],0,1 +350613,350613,12,symb,three_rule_comb4,23,"['!', '%', ':']",! : ~],0,1 +350613,350613,12,symb,three_rule_comb4,24,"['<', ':', '%']",< * %],0,1 +350613,350613,12,symb,three_rule_comb4,25,"['*', '&', '*']",* ( !],0,1 +350613,350613,12,symb,three_rule_comb4,26,"['*', '>', '*']",* * (],0,1 +350613,350613,12,symb,three_rule_comb4,27,"['<', '$', ':']",* $ :],0,1 +350613,350613,12,symb,three_rule_comb4,28,"['*', '>', '<']",* ! *],0,1 +350613,350613,12,symb,three_rule_comb4,29,"['<', '<', '&']",< $ %],0,1 +350613,350613,12,symb,three_rule_comb4,30,"['(', '(', '&']",# : #],0,1 +350613,350613,12,symb,three_rule_comb4,31,"['&', '!', '(']",& ! >],0,1 +350613,350613,12,symb,three_rule_comb4,32,"['<', '$', '!']",< : !],0,1 +350613,350613,12,symb,three_rule_comb4,33,"['%', ':', '%']",% : ~],0,1 +350613,350613,12,symb,three_rule_comb4,34,"['~', '~', ':']",% ~ (],0,1 +350613,350613,12,symb,three_rule_comb4,35,"['&', '*', ':']",& ! (],0,1 +350613,350613,12,symb,three_rule_comb4,36,"['<', ':', '!']",< < <],0,1 +350613,350613,12,symb,three_rule_comb4,37,"['*', '%', '&']",! > &],0,1 +350613,350613,12,symb,three_rule_comb4,38,"['&', '(', '~']",# ( #],0,1 +350613,350613,12,symb,three_rule_comb4,39,"['<', '(', ':']",< % :>],0,1 +350613,350613,12,symb,three_rule_comb4,40,"['&', '~', '&']",$ ~ &],0,1 +350613,350613,12,symb,three_rule_comb4,41,"['>', '!', ':']",> ! <],0,1 +350613,350613,12,symb,three_rule_comb4,42,"[':', '(', '<']",: ( *],0,1 +350613,350613,12,symb,three_rule_comb4,43,"['<', '!', ':']",< ! %],0,1 +350613,350613,12,symb,three_rule_comb4,44,"['>', '&', '$']",> ( $],0,1 +350613,350613,12,symb,three_rule_comb4,45,"['>', ':', '(']",> : %],0,1 +350613,350613,12,symb,three_rule_comb4,46,"['*', '*', '&']",< * &],0,1 +350613,350613,12,symb,three_rule_comb4,47,"['$', '$', ':']",< $ :],0,1 +350613,350613,12,symb,three_rule_comb4,48,"['%', '*', '!']",! * !],0,1 +350613,350613,12,symb,three_rule_comb4,49,"['&', '~', '$']",> ~ $],0,1 +350613,350613,12,symb,three_rule_comb4,50,"['(', ':', '<']",! : &],0,1 +350613,350613,12,symb,three_rule_comb4,51,"[':', ':', '~']",: * ~],0,1 +350613,350613,12,symb,three_rule_comb4,52,"[':', '(', '%']",< % %],0,1 +350613,350613,12,symb,three_rule_comb4,53,"['%', '$', '$']",% $ !],0,1 +350613,350613,12,symb,three_rule_comb4,54,"['!', '(', '>']",! % >],0,1 +350613,350613,12,symb,three_rule_comb4,55,"['(', '>', '~']",: > ~],0,1 +350613,350613,12,symb,three_rule_comb4,56,"['>', '<', '<']",> : <],0,1 +350613,350613,12,symb,three_rule_comb4,57,"['~', '>', '&']",> * &],0,1 +350613,350613,12,symb,three_rule_comb4,58,"['*', '$', '$']",* ! $],0,1 +350613,350613,12,symb,three_rule_comb4,59,"['<', '!', '<']",< ! (],0,1 +350613,350613,12,symb,three_rule_comb4,60,"['%', ':', '(']",% < (],0,1 +350613,350613,12,symb,three_rule_comb4,61,"['*', '!', ':']",! ! :],0,1 +350613,350613,12,symb,three_rule_comb4,62,"[':', '&', '$']",$ & $],0,1 +350613,350613,12,symb,three_rule_comb4,63,"['%', '>', '(']",% > %],0,1 +350613,350613,12,symb,three_rule_comb4,64,"['<', '$', '*']",$ * $],0,1 +350613,350613,12,symb,three_rule_comb4,65,"['~', '~', '*']",< ( *],0,1 +350613,350613,12,symb,three_rule_comb4,66,"[':', '%', '%']",: % ~],0,1 +350613,350613,12,symb,three_rule_comb4,67,"['~', '$', '$']",~ $ ~],0,1 +350613,350613,12,symb,three_rule_comb4,68,"['%', '$', '(']",% * !],0,1 +350613,350613,12,symb,three_rule_comb4,69,"['<', ':', '~']",< % !],0,1 +350613,350613,12,symb,three_rule_comb4,70,"['%', '!', '<']",% ! <],1,1 +350613,350613,12,symb,three_rule_comb4,71,"['!', '*', ':']",> * :],0,1 +350613,350613,12,symb,three_rule_comb4,72,"['>', '>', '(']",> ! <],0,1 +350613,350613,12,symb,three_rule_comb4,73,"['&', '>', '*']",& ( *),0,1 +350613,350613,12,symb,three_rule_comb4,74,"['%', '>', '<']",% % ~],0,1 +350613,350613,12,symb,three_rule_comb4,75,"['%', '!', '!']",~ * !],0,1 +350613,350613,12,symb,three_rule_comb4,76,"['<', '$', '<']",< $ *],0,1 +350613,350613,12,symb,three_rule_comb4,77,"[':', '*', '$']",> * $],0,1 +350613,350613,12,symb,three_rule_comb4,78,"['<', '&', '&']",< & !],0,1 +350613,350613,12,symb,three_rule_comb4,79,"['~', '>', '<']",! > <],0,1 +350613,350613,12,symb,three_rule_comb4,80,"['(', '(', '%']",( : :],0,1 +350613,350613,12,symb,three_rule_comb4,81,"[':', '(', '>']",: ( :],0,1 +350613,350613,12,symb,three_rule_comb4,82,"['$', '%', '*']",$ % <],0,1 +350613,350613,12,symb,three_rule_comb4,83,"['<', '!', '$']",< & ?],0,1 +350613,350613,12,symb,three_rule_comb4,84,"['(', '*', ':']",> * :],0,1 +350613,350613,12,symb,three_rule_comb4,85,"[':', '*', '(']",(: : !],0,1 +350613,350613,12,symb,three_rule_comb4,86,"['*', ':', ':']",* * :],0,1 +350613,350613,12,symb,three_rule_comb4,87,"['!', '~', '<']",! ~ (],0,1 +350613,350613,12,symb,three_rule_comb4,88,"[':', '>', '<']",: ! !],0,1 +350613,350613,12,symb,three_rule_comb4,89,"['$', '$', '<']",$ $ $],0,1 +350613,350613,12,symb,three_rule_comb4,90,"[':', '~', '*']",: * %],0,1 +350613,350613,12,symb,three_rule_comb4,91,"['<', '~', '&']",$ ~ >],0,1 +350613,350613,12,symb,three_rule_comb4,92,"['*', '$', '(']",* ! (],0,1 +350613,350613,12,symb,three_rule_comb4,93,"['(', '$', '~']",& $ <],0,1 +350613,350613,12,symb,three_rule_comb4,94,"['<', '(', '<']",< > <],0,1 +350613,350613,12,symb,three_rule_comb4,95,"['>', '*', '~']",! * :,0,1 +350613,350613,12,symb,three_rule_comb4,96,"['<', '&', '>']",< > %],0,1 +350613,350613,12,symb,three_rule_comb4,97,"['<', '&', '&']",< & >],0,1 +350613,350613,12,symb,three_rule_comb4,98,"['%', '>', ':']",$ > &],0,1 +350613,350613,12,symb,three_rule_comb4,99,"['(', '%', '$']",% & !],0,1 +350613,350613,12,symb,three_rule_comb5,0,"['<', '%', '>']",< ! ~],0,1 +350613,350613,12,symb,three_rule_comb5,1,"['!', '!', '&']",! > $],0,1 +350613,350613,12,symb,three_rule_comb5,2,"['<', '!', '&']",* > &],0,1 +350613,350613,12,symb,three_rule_comb5,3,"['<', '$', '*']",< > ~],0,1 +350613,350613,12,symb,three_rule_comb5,4,"['%', '*', '(']",(! ! !],0,1 +350613,350613,12,symb,three_rule_comb5,5,"['$', '*', ':']",? * ?],0,1 +350613,350613,12,symb,three_rule_comb5,6,"['*', ':', '>']",* ! %],0,1 +350613,350613,12,symb,three_rule_comb5,7,"[':', '(', '<']",: * %],0,1 +350613,350613,12,symb,three_rule_comb5,8,"['>', '(', '>']",> ~ !],0,1 +350613,350613,12,symb,three_rule_comb5,9,"['~', '&', '<']",* & $],0,1 +350613,350613,12,symb,three_rule_comb5,10,"['<', '<', '~']",< < !],0,1 +350613,350613,12,symb,three_rule_comb5,11,"['*', '(', ':']",< ( <],0,1 +350613,350613,12,symb,three_rule_comb5,12,"['%', '~', '%']",& ~ %],0,1 +350613,350613,12,symb,three_rule_comb5,13,"['$', '(', '%']",& ( !],0,1 +350613,350613,12,symb,three_rule_comb5,14,"['~', '!', '*']",< ( *],0,1 +350613,350613,12,symb,three_rule_comb5,15,"['%', '$', ':']",% < %],0,1 +350613,350613,12,symb,three_rule_comb5,16,"['>', '<', '~']",(! ~ *)],0,1 +350613,350613,12,symb,three_rule_comb5,17,"['%', '&', '>']",% > (],0,1 +350613,350613,12,symb,three_rule_comb5,18,"['&', '(', '&']",& > (],0,1 +350613,350613,12,symb,three_rule_comb5,19,"['%', '&', '%']",% & #],0,1 +350613,350613,12,symb,three_rule_comb5,20,"['(', '(', '$']",( > &)],0,1 +350613,350613,12,symb,three_rule_comb5,21,"['&', '>', '(']",& : !],0,1 +350613,350613,12,symb,three_rule_comb5,22,"['$', '(', '(']",& ( %],0,1 +350613,350613,12,symb,three_rule_comb5,23,"['<', '(', '%']",< & %],0,1 +350613,350613,12,symb,three_rule_comb5,24,"['~', '%', '(']",* ( * (],0,1 +350613,350613,12,symb,three_rule_comb5,25,"[':', '~', '&']",* ~ ],0,1 +350613,350613,12,symb,three_rule_comb5,26,"['>', '(', ':']",? * :],0,1 +350613,350613,12,symb,three_rule_comb5,27,"['$', '!', '~']",< ! *],0,1 +350613,350613,12,symb,three_rule_comb5,28,"['(', ':', '!']",: : !],0,1 +350613,350613,12,symb,three_rule_comb5,29,"['$', ':', '%']",$ % (],0,1 +350613,350613,12,symb,three_rule_comb5,30,"['<', '$', '<']",$ $ >],0,1 +350613,350613,12,symb,three_rule_comb5,31,"['<', '(', '(']",< : %],0,1 +350613,350613,12,symb,three_rule_comb5,32,"['<', '<', '$']",< : ~],0,1 +350613,350613,12,symb,three_rule_comb5,33,"['>', '&', ':']",& < &],0,1 +350613,350613,12,symb,three_rule_comb5,34,"['(', '%', '<']",( & $],0,1 +350613,350613,12,symb,three_rule_comb5,35,"['<', '$', '*']",: ~ *],0,1 +350613,350613,12,symb,three_rule_comb5,36,"['&', '*', '*']",( * *],0,1 +350613,350613,12,symb,three_rule_comb5,37,"['<', '*', '>']",$ * $],0,1 +350613,350613,12,symb,three_rule_comb5,38,"['!', '$', '&']",! < *],0,1 +350613,350613,12,symb,three_rule_comb5,39,"['!', ':', '$']",> % $],0,1 +350613,350613,12,symb,three_rule_comb5,40,"['%', '%', '%']",% $ &],0,1 +350613,350613,12,symb,three_rule_comb5,41,"['>', '%', '!']",> * *],0,1 +350613,350613,12,symb,three_rule_comb5,42,"['!', '~', ':']",> ~ %],0,1 +350613,350613,12,symb,three_rule_comb5,43,"['<', '&', '%']",(& < *)],0,1 +350613,350613,12,symb,three_rule_comb5,44,"['~', '(', '$']",~ * ?],0,1 +350613,350613,12,symb,three_rule_comb5,45,"['<', '!', '%']",* ! !],0,1 +350613,350613,12,symb,three_rule_comb5,46,"['!', '!', ':']",> ! %],0,1 +350613,350613,12,symb,three_rule_comb5,47,"['$', '$', ':']",~ $ (],0,1 +350613,350613,12,symb,three_rule_comb5,48,"['<', '!', '(']",< ( (),0,1 +350613,350613,12,symb,three_rule_comb5,49,"['!', '(', '$']",! * ?],0,1 +350613,350613,12,symb,three_rule_comb5,50,"['*', '&', '>']",< & !],0,1 +350613,350613,12,symb,three_rule_comb5,51,"['*', '*', '<']",< * :],0,1 +350613,350613,12,symb,three_rule_comb5,52,"['&', '(', '$']",< : $],0,1 +350613,350613,12,symb,three_rule_comb5,53,"['&', '<', '$']",: > !],0,1 +350613,350613,12,symb,three_rule_comb5,54,"['%', ':', ':']",% : *],0,1 +350613,350613,12,symb,three_rule_comb5,55,"['%', '<', '$']",% $ &],0,1 +350613,350613,12,symb,three_rule_comb5,56,"['%', '~', '*']",: ~ !],0,1 +350613,350613,12,symb,three_rule_comb5,57,"['(', '!', '&']",% ! <],0,1 +350613,350613,12,symb,three_rule_comb5,58,"['%', '~', '$']",% > ?],0,1 +350613,350613,12,symb,three_rule_comb5,59,"[':', '>', '%']",: * ^],0,1 +350613,350613,12,symb,three_rule_comb5,60,"['&', '(', '>']",$ : >],0,1 +350613,350613,12,symb,three_rule_comb5,61,"['>', '(', '&']",> % %],0,1 +350613,350613,12,symb,three_rule_comb5,62,"['(', '%', '(']",( % : :],0,1 +350613,350613,12,symb,three_rule_comb5,63,"['$', '%', '&']",$ # &],0,1 +350613,350613,12,symb,three_rule_comb5,64,"['>', '%', ':']",:* : :],0,1 +350613,350613,12,symb,three_rule_comb5,65,"['!', '(', ':']",> * (],0,1 +350613,350613,12,symb,three_rule_comb5,66,"['$', '&', '%']",& $ %],0,1 +350613,350613,12,symb,three_rule_comb5,67,"['&', '&', '<']",($ & *)],0,1 +350613,350613,12,symb,three_rule_comb5,68,"['!', '<', '!']",> $ !],0,1 +350613,350613,12,symb,three_rule_comb5,69,"['!', '(', '(']",> < %],0,1 +350613,350613,12,symb,three_rule_comb5,70,"['!', '*', '<']",> * ~],0,1 +350613,350613,12,symb,three_rule_comb5,71,"['%', '<', '<']",! < :],0,1 +350613,350613,12,symb,three_rule_comb5,72,"['<', '$', '>']",! < <],0,1 +350613,350613,12,symb,three_rule_comb5,73,"['$', '$', '!']",& $ >],0,1 +350613,350613,12,symb,three_rule_comb5,74,"[':', '(', '<']",(! ( (!],0,1 +350613,350613,12,symb,three_rule_comb5,75,"['!', '<', ':']",! ~ ~],0,1 +350613,350613,12,symb,three_rule_comb5,76,"['(', '!', '!']",( ! $],0,1 +350613,350613,12,symb,three_rule_comb5,77,"[':', '%', '~']",* % *],0,1 +350613,350613,12,symb,three_rule_comb5,78,"[':', '~', '>']",* ! >],0,1 +350613,350613,12,symb,three_rule_comb5,79,"['$', '&', '%']",& & ^],0,1 +350613,350613,12,symb,three_rule_comb5,80,"['%', '$', '<']",$ ! *],0,1 +350613,350613,12,symb,three_rule_comb5,81,"['(', '!', '*']",% > ~],0,1 +350613,350613,12,symb,three_rule_comb5,82,"['*', ':', '~']",* % *],0,1 +350613,350613,12,symb,three_rule_comb5,83,"['&', '>', '~']",( > !],0,1 +350613,350613,12,symb,three_rule_comb5,84,"['$', '%', '$']",< % &],0,1 +350613,350613,12,symb,three_rule_comb5,85,"['<', '%', '<']",< $ ~],0,1 +350613,350613,12,symb,three_rule_comb5,86,"['&', '%', '>']",& : !],0,1 +350613,350613,12,symb,three_rule_comb5,87,"[':', '(', ':']",* < >],0,1 +350613,350613,12,symb,three_rule_comb5,88,"['$', '*', '>']",< * !],0,1 +350613,350613,12,symb,three_rule_comb5,89,"['%', '*', '<']",! * !],0,1 +350613,350613,12,symb,three_rule_comb5,90,"['>', '<', '*']",! $ *],0,1 +350613,350613,12,symb,three_rule_comb5,91,"['%', ':', '*']",% < <],0,1 +350613,350613,12,symb,three_rule_comb5,92,"['&', '%', '$']",& $ *],0,1 +350613,350613,12,symb,three_rule_comb5,93,"['%', '&', ':']",$ $ :],0,1 +350613,350613,12,symb,three_rule_comb5,94,"['!', '(', '&']",! * *],0,1 +350613,350613,12,symb,three_rule_comb5,95,"['(', '$', '*']",% & *],0,1 +350613,350613,12,symb,three_rule_comb5,96,"['$', '$', '<']",& $ *],0,1 +350613,350613,12,symb,three_rule_comb5,97,"[':', '$', '&']",% < &],0,1 +350613,350613,12,symb,three_rule_comb5,98,"['(', '*', '(']",: ~ !],0,1 +350613,350613,12,symb,three_rule_comb5,99,"['(', '~', '(']",( > &],0,1 +350613,350613,12,symb,three_rule_comb6,0,"['%', '&', '~']",% & ~],1,1 +350613,350613,12,symb,three_rule_comb6,1,"['>', '&', '$']",> & $],1,1 +350613,350613,12,symb,three_rule_comb6,2,"['&', '%', '*']",& % *],1,1 +350613,350613,12,symb,three_rule_comb6,3,"['!', '&', '$']",! & $],1,1 +350613,350613,12,symb,three_rule_comb6,4,"['*', '<', '!']",* < !],1,1 +350613,350613,12,symb,three_rule_comb6,5,"['*', '%', '$']",* % $],1,1 +350613,350613,12,symb,three_rule_comb6,6,"['<', '%', '$']",< % $],1,1 +350613,350613,12,symb,three_rule_comb6,7,"['~', '*', '>']",~ * >],1,1 +350613,350613,12,symb,three_rule_comb6,8,"['(', '$', '&']",( $ &],1,1 +350613,350613,12,symb,three_rule_comb6,9,"['<', '<', '&']",< < &],1,1 +350613,350613,12,symb,three_rule_comb6,10,"['!', '&', ':']",! & :],1,1 +350613,350613,12,symb,three_rule_comb6,11,"['%', '<', '$']",< % $],0,1 +350613,350613,12,symb,three_rule_comb6,12,"['>', '&', '&']",> & %],0,1 +350613,350613,12,symb,three_rule_comb6,13,"['$', '&', '(']",$ & (],1,1 +350613,350613,12,symb,three_rule_comb6,14,"['(', '*', '$']",( * $],1,1 +350613,350613,12,symb,three_rule_comb6,15,"['$', '%', ':']",$ % :],1,1 +350613,350613,12,symb,three_rule_comb6,16,"['%', '<', '(']",% < (],1,1 +350613,350613,12,symb,three_rule_comb6,17,"['(', '<', '$']",( < $],1,1 +350613,350613,12,symb,three_rule_comb6,18,"['~', '$', '<']",~ ~ <],0,1 +350613,350613,12,symb,three_rule_comb6,19,"['~', '>', '*']",~ > *],1,1 +350613,350613,12,symb,three_rule_comb6,20,"['$', '(', '$']",$ ( $],1,1 +350613,350613,12,symb,three_rule_comb6,21,"['~', '$', ':']",~ : :],0,1 +350613,350613,12,symb,three_rule_comb6,22,"[':', '!', '$']",: ! $],1,1 +350613,350613,12,symb,three_rule_comb6,23,"['$', '$', '<']",$ < !],0,1 +350613,350613,12,symb,three_rule_comb6,24,"['>', '~', '>']",> ~ >],1,1 +350613,350613,12,symb,three_rule_comb6,25,"['(', ':', ':']",! : : ],0,1 +350613,350613,12,symb,three_rule_comb6,26,"['%', '>', ':']",% > &],0,1 +350613,350613,12,symb,three_rule_comb6,27,"['&', '(', '!']",& ( !],1,1 +350613,350613,12,symb,three_rule_comb6,28,"['~', '(', '~']",: ( ~],0,1 +350613,350613,12,symb,three_rule_comb6,29,"['&', '*', '(']",& : *],0,1 +350613,350613,12,symb,three_rule_comb6,30,"[':', '$', '!']",: $ !],1,1 +350613,350613,12,symb,three_rule_comb6,31,"['<', '&', ':']",< & %],0,1 +350613,350613,12,symb,three_rule_comb6,32,"['(', '%', '(']",( : (],0,1 +350613,350613,12,symb,three_rule_comb6,33,"[':', '(', '&']",: ( >],0,1 +350613,350613,12,symb,three_rule_comb6,34,"['$', '<', '!']",$ % !],0,1 +350613,350613,12,symb,three_rule_comb6,35,"['>', '*', '&']",> * &],1,1 +350613,350613,12,symb,three_rule_comb6,36,"['!', '(', '*']",! ( *],1,1 +350613,350613,12,symb,three_rule_comb6,37,"['%', '<', '%']",% < %],1,1 +350613,350613,12,symb,three_rule_comb6,38,"['&', '&', '*']",& & *],1,1 +350613,350613,12,symb,three_rule_comb6,39,"['*', '<', '!']",* < !],1,1 +350613,350613,12,symb,three_rule_comb6,40,"[':', '>', '<']",: > <],1,1 +350613,350613,12,symb,three_rule_comb6,41,"['<', ':', '<']",< : <],1,1 +350613,350613,12,symb,three_rule_comb6,42,"['*', '*', '(']",* * >],0,1 +350613,350613,12,symb,three_rule_comb6,43,"['%', '$', '&']",% $ &],1,1 +350613,350613,12,symb,three_rule_comb6,44,"['$', '~', '<']",$ ~ !],0,1 +350613,350613,12,symb,three_rule_comb6,45,"['%', '!', '&']",% ! !],0,1 +350613,350613,12,symb,three_rule_comb6,46,"['%', '%', '!']",% % !],1,1 +350613,350613,12,symb,three_rule_comb6,47,"['$', '<', '~']",$ < ~],1,1 +350613,350613,12,symb,three_rule_comb6,48,"['$', '>', '!']",* : $],0,1 +350613,350613,12,symb,three_rule_comb6,49,"[':', '~', '%']",: % %],0,1 +350613,350613,12,symb,three_rule_comb6,50,"['%', '&', '~']",% & ~],1,1 +350613,350613,12,symb,three_rule_comb6,51,"['(', '&', '*']",( < *],0,1 +350613,350613,12,symb,three_rule_comb6,52,"[':', '$', '!']",: $ !],1,1 +350613,350613,12,symb,three_rule_comb6,53,"['$', '%', '<']",$ % <],1,1 +350613,350613,12,symb,three_rule_comb6,54,"['(', '(', '~']",( ( ~],1,1 +350613,350613,12,symb,three_rule_comb6,55,"['~', '*', '$']",~ * $],1,1 +350613,350613,12,symb,three_rule_comb6,56,"['(', ':', '&']",( * &],0,1 +350613,350613,12,symb,three_rule_comb6,57,"['*', '~', ':']",* $ :],0,1 +350613,350613,12,symb,three_rule_comb6,58,"['*', '<', '~']",* < !],0,1 +350613,350613,12,symb,three_rule_comb6,59,"['<', '<', '&']",< < &],1,1 +350613,350613,12,symb,three_rule_comb6,60,"[':', '&', '!']",: & !],1,1 +350613,350613,12,symb,three_rule_comb6,61,"['*', '~', '!']",* ~ !],1,1 +350613,350613,12,symb,three_rule_comb6,62,"['%', '<', '(']",% < (],1,1 +350613,350613,12,symb,three_rule_comb6,63,"['~', ':', '!']",~ : !],1,1 +350613,350613,12,symb,three_rule_comb6,64,"['~', '!', '&']",% % &],0,1 +350613,350613,12,symb,three_rule_comb6,65,"['&', '!', '~']",& ! ~],1,1 +350613,350613,12,symb,three_rule_comb6,66,"['~', '&', '~']",~ ! ~],0,1 +350613,350613,12,symb,three_rule_comb6,67,"['~', ':', '$']",~ : $],1,1 +350613,350613,12,symb,three_rule_comb6,68,"['(', '&', '$']",> & >],0,1 +350613,350613,12,symb,three_rule_comb6,69,"['~', '$', '*']",~ $ *],1,1 +350613,350613,12,symb,three_rule_comb6,70,"['&', '!', '<']",& ! <],1,1 +350613,350613,12,symb,three_rule_comb6,71,"['*', '%', '!']",% * !],0,1 +350613,350613,12,symb,three_rule_comb6,72,"['%', '(', '>']",% ( >],1,1 +350613,350613,12,symb,three_rule_comb6,73,"['&', '~', '~']",& ~ ~],1,1 +350613,350613,12,symb,three_rule_comb6,74,"['!', '*', '~']",! * *],0,1 +350613,350613,12,symb,three_rule_comb6,75,"['!', '(', '>']",! ( !],0,1 +350613,350613,12,symb,three_rule_comb6,76,"[':', '%', '>']",: % >],1,1 +350613,350613,12,symb,three_rule_comb6,77,"['$', '!', '~']",$ : $],0,1 +350613,350613,12,symb,three_rule_comb6,78,"['~', '%', ':']",~ % :],1,1 +350613,350613,12,symb,three_rule_comb6,79,"['~', '%', '%']",% ~ !],0,1 +350613,350613,12,symb,three_rule_comb6,80,"['!', '~', '!']",! ~ ~],0,1 +350613,350613,12,symb,three_rule_comb6,81,"['&', '<', '%']",& < %],1,1 +350613,350613,12,symb,three_rule_comb6,82,"['&', '(', '<']",& ( <],1,1 +350613,350613,12,symb,three_rule_comb6,83,"['(', '$', '!']",(~ : !)],0,1 +350613,350613,12,symb,three_rule_comb6,84,"[':', '>', '%']",: > %],1,1 +350613,350613,12,symb,three_rule_comb6,85,"['&', '!', '$']",& ! $],1,1 +350613,350613,12,symb,three_rule_comb6,86,"['(', '>', '~']",( > ~],1,1 +350613,350613,12,symb,three_rule_comb6,87,"['&', '(', ':']",& ( ~],0,1 +350613,350613,12,symb,three_rule_comb6,88,"['%', '<', ':']",% < :],1,1 +350613,350613,12,symb,three_rule_comb6,89,"[':', '!', '$']",: ! $],1,1 +350613,350613,12,symb,three_rule_comb6,90,"['<', '&', '*']",< & *],1,1 +350613,350613,12,symb,three_rule_comb6,91,"['>', '~', '$']",> ~ $],1,1 +350613,350613,12,symb,three_rule_comb6,92,"['!', '>', '$']",! > $],1,1 +350613,350613,12,symb,three_rule_comb6,93,"['$', ':', '&']",$ : &],1,1 +350613,350613,12,symb,three_rule_comb6,94,"['(', '$', '(']",( $ : ],0,1 +350613,350613,12,symb,three_rule_comb6,95,"['(', '>', ':']",( : >],0,1 +350613,350613,12,symb,three_rule_comb6,96,"['!', '>', '>']",! > !],0,1 +350613,350613,12,symb,three_rule_comb6,97,"[':', '&', '~']",: & ~],1,1 +350613,350613,12,symb,three_rule_comb6,98,"['>', '!', '<']",> : <],0,1 +350613,350613,12,symb,three_rule_comb6,99,"['<', '~', ':']",< ~ :],1,1 +350613,350613,12,symb,three_rule_comb7,0,"['<', '(', ':']",< ( *],0,1 +350613,350613,12,symb,three_rule_comb7,1,"['!', '&', ':']",! & >],0,1 +350613,350613,12,symb,three_rule_comb7,2,"['(', '>', '$']",: * &],0,1 +350613,350613,12,symb,three_rule_comb7,3,"['(', ':', '<']",% ( ~]],0,1 +350613,350613,12,symb,three_rule_comb7,4,"['>', '<', '*']",> $ !],0,1 +350613,350613,12,symb,three_rule_comb7,5,"['$', '!', '$']",$ : ~],0,1 +350613,350613,12,symb,three_rule_comb7,6,"['<', '&', '<']",& * <],0,1 +350613,350613,12,symb,three_rule_comb7,7,"['*', '$', '%']",(% $ &)],0,1 +350613,350613,12,symb,three_rule_comb7,8,"['*', '*', '!']",> : >],0,1 +350613,350613,12,symb,three_rule_comb7,9,"['~', '*', ':']",~ * %],0,1 +350613,350613,12,symb,three_rule_comb7,10,"['<', '&', '(']",< & :>],0,1 +350613,350613,12,symb,three_rule_comb7,11,"['*', '~', '&']",(~ ~ &)],0,1 +350613,350613,12,symb,three_rule_comb7,12,"['(', '(', '(']",(% ( &],0,1 +350613,350613,12,symb,three_rule_comb7,13,"['(', '(', '%']",( > !],0,1 +350613,350613,12,symb,three_rule_comb7,14,"['>', '>', '(']",> ( %],0,1 +350613,350613,12,symb,three_rule_comb7,15,"['!', '%', '%']",> * %],0,1 +350613,350613,12,symb,three_rule_comb7,16,"[':', ':', '%']",: ! !],0,1 +350613,350613,12,symb,three_rule_comb7,17,"[':', '&', '(']",: * !],0,1 +350613,350613,12,symb,three_rule_comb7,18,"['~', '*', '~']",~ ! ~],0,1 +350613,350613,12,symb,three_rule_comb7,19,"['&', '!', '$']",& ! : ],0,1 +350613,350613,12,symb,three_rule_comb7,20,"['<', '~', '<']",* ~ <],0,1 +350613,350613,12,symb,three_rule_comb7,21,"['&', '(', '!']",% $ *],0,1 +350613,350613,12,symb,three_rule_comb7,22,"['~', '(', '&']",~ ( (],0,1 +350613,350613,12,symb,three_rule_comb7,23,"[':', '%', '!']",: % (],0,1 +350613,350613,12,symb,three_rule_comb7,24,"[':', '(', '&']",< ( &],0,1 +350613,350613,12,symb,three_rule_comb7,25,"['<', '!', '(']",< ! &],0,1 +350613,350613,12,symb,three_rule_comb7,26,"['(', ':', '~']",% : ~],0,1 +350613,350613,12,symb,three_rule_comb7,27,"['*', '&', '*']",* & >],0,1 +350613,350613,12,symb,three_rule_comb7,28,"['$', ':', '$']",$ : ~],0,1 +350613,350613,12,symb,three_rule_comb7,29,"['%', '*', '$']",% * ~],0,1 +350613,350613,12,symb,three_rule_comb7,30,"['$', '$', '$']",$ ! $],0,1 +350613,350613,12,symb,three_rule_comb7,31,"['~', '&', '$']",~ > $],0,1 +350613,350613,12,symb,three_rule_comb7,32,"['(', '<', '$']",( $ ~],0,1 +350613,350613,12,symb,three_rule_comb7,33,"['!', '<', '&']",! : &],0,1 +350613,350613,12,symb,three_rule_comb7,34,"['~', '<', '(']",~ > >],0,1 +350613,350613,12,symb,three_rule_comb7,35,"['*', '!', '&']",$ ! >],0,1 +350613,350613,12,symb,three_rule_comb7,36,"['~', '&', '<']",:& ~],0,1 +350613,350613,12,symb,three_rule_comb7,37,"['&', '(', '>']",& : !],0,1 +350613,350613,12,symb,three_rule_comb7,38,"['<', '(', '<']",: < <],0,1 +350613,350613,12,symb,three_rule_comb7,39,"['%', '*', '(']",% * >],0,1 +350613,350613,12,symb,three_rule_comb7,40,"['<', '$', '(']",< $ >],0,1 +350613,350613,12,symb,three_rule_comb7,41,"['*', '*', '&']",< * &],0,1 +350613,350613,12,symb,three_rule_comb7,42,"['*', '(', '!']",> * >],0,1 +350613,350613,12,symb,three_rule_comb7,43,"[':', '&', '>']",& < %],0,1 +350613,350613,12,symb,three_rule_comb7,44,"[':', '>', '*']",< > *],0,1 +350613,350613,12,symb,three_rule_comb7,45,"['!', '$', '*']",> $ *],0,1 +350613,350613,12,symb,three_rule_comb7,46,"['$', '>', '<']",$ ~ <],0,1 +350613,350613,12,symb,three_rule_comb7,47,"['%', '(', '!']",% > !],0,1 +350613,350613,12,symb,three_rule_comb7,48,"['<', '~', '*']",< ~ !],0,1 +350613,350613,12,symb,three_rule_comb7,49,"['(', '%', '$']",% % $],0,1 +350613,350613,12,symb,three_rule_comb7,50,"['!', '&', '>']",> < ~],0,1 +350613,350613,12,symb,three_rule_comb7,51,"[':', ':', '<']",< : <],0,1 +350613,350613,12,symb,three_rule_comb7,52,"['*', '$', '&']",* ! $],0,1 +350613,350613,12,symb,three_rule_comb7,53,"['!', ':', '%']",: < :],0,1 +350613,350613,12,symb,three_rule_comb7,54,"['~', '%', '%']",~ ! %],0,1 +350613,350613,12,symb,three_rule_comb7,55,"['&', '~', '%']",& > ~],0,1 +350613,350613,12,symb,three_rule_comb7,56,"['$', '(', '%']",$ : ~],0,1 +350613,350613,12,symb,three_rule_comb7,57,"['>', '%', '>']",! % *],0,1 +350613,350613,12,symb,three_rule_comb7,58,"['$', '!', '<']",< * ~],0,1 +350613,350613,12,symb,three_rule_comb7,59,"['!', '(', '(']",! % (],0,1 +350613,350613,12,symb,three_rule_comb7,60,"[':', '&', '$']",: & !],0,1 +350613,350613,12,symb,three_rule_comb7,61,"['<', '&', '!']",< & (],0,1 +350613,350613,12,symb,three_rule_comb7,62,"['(', ':', '>']",: & >],0,1 +350613,350613,12,symb,three_rule_comb7,63,"['<', '%', '<']",< $ %],0,1 +350613,350613,12,symb,three_rule_comb7,64,"['<', '&', '~']",: & ~],0,1 +350613,350613,12,symb,three_rule_comb7,65,"[':', '(', '(']",: > (],0,1 +350613,350613,12,symb,three_rule_comb7,66,"['$', '*', '!']",! * !],0,1 +350613,350613,12,symb,three_rule_comb7,67,"['(', '~', '>']",% ~ >],0,1 +350613,350613,12,symb,three_rule_comb7,68,"['<', '!', '%']",& $ (],0,1 +350613,350613,12,symb,three_rule_comb7,69,"['<', '(', '$']",? & $],0,1 +350613,350613,12,symb,three_rule_comb7,70,"['(', '~', '~']",* ! ~],0,1 +350613,350613,12,symb,three_rule_comb7,71,"['~', '~', '&']",~ ! &],0,1 +350613,350613,12,symb,three_rule_comb7,72,"['(', '%', ':']",% & &],0,1 +350613,350613,12,symb,three_rule_comb7,73,"['&', '$', '>']",& & >],0,1 +350613,350613,12,symb,three_rule_comb7,74,"['<', '(', '~']",& ~ !],0,1 +350613,350613,12,symb,three_rule_comb7,75,"['$', '*', '$']",! * $],0,1 +350613,350613,12,symb,three_rule_comb7,76,"[':', '<', '>']",: $ >],0,1 +350613,350613,12,symb,three_rule_comb7,77,"['&', ':', '&']",& ~ &],0,1 +350613,350613,12,symb,three_rule_comb7,78,"['<', '>', '<']",> < $],0,1 +350613,350613,12,symb,three_rule_comb7,79,"['~', '%', '>']",! % >],0,1 +350613,350613,12,symb,three_rule_comb7,80,"['%', '>', '*']",: ~ !],0,1 +350613,350613,12,symb,three_rule_comb7,81,"['*', '<', '$']",* : $],0,1 +350613,350613,12,symb,three_rule_comb7,82,"['&', '$', '$']",& $ ~],0,1 +350613,350613,12,symb,three_rule_comb7,83,"['*', '(', '(']",* ( &],0,1 +350613,350613,12,symb,three_rule_comb7,84,"[':', '~', '(']",: ~ ~],0,1 +350613,350613,12,symb,three_rule_comb7,85,"[':', '<', '<']",: < ~],0,1 +350613,350613,12,symb,three_rule_comb7,86,"['~', '%', '$']",~ ~ $],0,1 +350613,350613,12,symb,three_rule_comb7,87,"['&', '<', '~']",& < *],0,1 +350613,350613,12,symb,three_rule_comb7,88,"[':', '(', '&']",: > &],0,1 +350613,350613,12,symb,three_rule_comb7,89,"['~', '>', '%']",% ! &],0,1 +350613,350613,12,symb,three_rule_comb7,90,"[':', '~', '&']",* ~ &],0,1 +350613,350613,12,symb,three_rule_comb7,91,"['(', '&', '(']",( & <],0,1 +350613,350613,12,symb,three_rule_comb7,92,"['~', '~', '(']",* : (],0,1 +350613,350613,12,symb,three_rule_comb7,93,"['~', '$', '~']",~ ! :],0,1 +350613,350613,12,symb,three_rule_comb7,94,"['&', '!', '<']",& ! *],0,1 +350613,350613,12,symb,three_rule_comb7,95,"['&', '<', '*']",: & *],0,1 +350613,350613,12,symb,three_rule_comb7,96,"['*', '(', '~']",# < (~],0,1 +350613,350613,12,symb,three_rule_comb7,97,"['%', '!', '%']",% ~ *],0,1 +350613,350613,12,symb,three_rule_comb7,98,"[':', '!', '%']",: ~ >],0,1 +350613,350613,12,symb,three_rule_comb7,99,"[':', '$', '!']",: $ ~],0,1 +350613,350613,12,symb,three_rule_comb8,0,"[':', '&', '*']",$ * <],0,1 +350613,350613,12,symb,three_rule_comb8,1,"['<', '<', '<']",* : <],0,1 +350613,350613,12,symb,three_rule_comb8,2,"['!', '%', ':']",% ~ !],0,1 +350613,350613,12,symb,three_rule_comb8,3,"['>', '<', '$']",# ! @],0,1 +350613,350613,12,symb,three_rule_comb8,4,"['$', '(', ':']",< : :],0,1 +350613,350613,12,symb,three_rule_comb8,5,"['<', '!', ':']",& > :],0,1 +350613,350613,12,symb,three_rule_comb8,6,"['(', '~', '&']",> ! !],0,1 +350613,350613,12,symb,three_rule_comb8,7,"[':', '!', '%']",! % (],0,1 +350613,350613,12,symb,three_rule_comb8,8,"['>', '%', '~']",> ! !],0,1 +350613,350613,12,symb,three_rule_comb8,9,"['%', '>', '%']",: ! %],0,1 +350613,350613,12,symb,three_rule_comb8,10,"['!', '<', '~']",* : *],0,1 +350613,350613,12,symb,three_rule_comb8,11,"['%', '(', '<']",! ( *],0,1 +350613,350613,12,symb,three_rule_comb8,12,"['~', '~', '(']",> ! >],0,1 +350613,350613,12,symb,three_rule_comb8,13,"['&', '$', ':']",% & *],0,1 +350613,350613,12,symb,three_rule_comb8,14,"['%', '>', '&']",% ! <],0,1 +350613,350613,12,symb,three_rule_comb8,15,"['!', ':', '!']",* ! %],0,1 +350613,350613,12,symb,three_rule_comb8,16,"['(', '~', '>']",> ~ !],0,1 +350613,350613,12,symb,three_rule_comb8,17,"['*', ':', '(']",* < >],0,1 +350613,350613,12,symb,three_rule_comb8,18,"['&', '<', '<']",(% & <)],0,1 +350613,350613,12,symb,three_rule_comb8,19,"['%', '>', '<']",: ! %],0,1 +350613,350613,12,symb,three_rule_comb8,20,"['(', '&', '$']",> & ~],0,1 +350613,350613,12,symb,three_rule_comb8,21,"['%', '$', '(']",: < *],0,1 +350613,350613,12,symb,three_rule_comb8,22,"[':', '(', '*']",: > <],0,1 +350613,350613,12,symb,three_rule_comb8,23,"['$', '(', ':']",< & %],0,1 +350613,350613,12,symb,three_rule_comb8,24,"['<', '!', '%']",< ( <],0,1 +350613,350613,12,symb,three_rule_comb8,25,"['%', '<', ':']",< % %],0,1 +350613,350613,12,symb,three_rule_comb8,26,"[':', ':', '<']",% ( %],0,1 +350613,350613,12,symb,three_rule_comb8,27,"['%', '<', ':']",! * :],0,1 +350613,350613,12,symb,three_rule_comb8,28,"['(', '<', '!']",( * >],0,1 +350613,350613,12,symb,three_rule_comb8,29,"['(', '<', '~']",$ : *],0,1 +350613,350613,12,symb,three_rule_comb8,30,"['~', '~', '%']",< ~ &],0,1 +350613,350613,12,symb,three_rule_comb8,31,"['>', '<', '>']",! $ ~],0,1 +350613,350613,12,symb,three_rule_comb8,32,"['(', '%', ':']",: * (],0,1 +350613,350613,12,symb,three_rule_comb8,33,"['!', '%', '*']",(! % >)],0,1 +350613,350613,12,symb,three_rule_comb8,34,"['~', ':', '<']",~ < *],0,1 +350613,350613,12,symb,three_rule_comb8,35,"['$', '%', '$']",: % !],0,1 +350613,350613,12,symb,three_rule_comb8,36,"['>', '(', '~']",> : *],0,1 +350613,350613,12,symb,three_rule_comb8,37,"['>', '!', ':']",> ! !],0,1 +350613,350613,12,symb,three_rule_comb8,38,"['<', '%', '&']",< $ <],0,1 +350613,350613,12,symb,three_rule_comb8,39,"['$', '<', '%']",& < $],0,1 +350613,350613,12,symb,three_rule_comb8,40,"['(', '>', '&']",(% < <)],0,1 +350613,350613,12,symb,three_rule_comb8,41,"['&', '~', '>']",< ~ !],0,1 +350613,350613,12,symb,three_rule_comb8,42,"['(', '*', '<']",( * &],0,1 +350613,350613,12,symb,three_rule_comb8,43,"['~', '&', '!']",~ > >],0,1 +350613,350613,12,symb,three_rule_comb8,44,"['%', '$', '%']",! ! %],0,1 +350613,350613,12,symb,three_rule_comb8,45,"['<', ':', '(']",% & (],0,1 +350613,350613,12,symb,three_rule_comb8,46,"['$', ':', '%']",& : (],0,1 +350613,350613,12,symb,three_rule_comb8,47,"['!', '%', '*']",< : $],0,1 +350613,350613,12,symb,three_rule_comb8,48,"['<', '&', '!']",(* > !)],0,1 +350613,350613,12,symb,three_rule_comb8,49,"[':', '$', '<']",% < &],0,1 +350613,350613,12,symb,three_rule_comb8,50,"['*', '$', '%']",* < &],0,1 +350613,350613,12,symb,three_rule_comb8,51,"['&', '&', '&']",& > $],0,1 +350613,350613,12,symb,three_rule_comb8,52,"['~', '(', '<']",! > <],0,1 +350613,350613,12,symb,three_rule_comb8,53,"['!', '<', '>']",> & ~],0,1 +350613,350613,12,symb,three_rule_comb8,54,"['>', '<', '*']",< ! &],0,1 +350613,350613,12,symb,three_rule_comb8,55,"['&', '~', '!']",( > $],0,1 +350613,350613,12,symb,three_rule_comb8,56,"['%', '$', '&']",$ * >],0,1 +350613,350613,12,symb,three_rule_comb8,57,"['<', '!', '&']",# $ @],0,1 +350613,350613,12,symb,three_rule_comb8,58,"['~', '*', '&']",< * *],0,1 +350613,350613,12,symb,three_rule_comb8,59,"['<', '<', '%']",* : >],0,1 +350613,350613,12,symb,three_rule_comb8,60,"['&', '$', '$']",# : $],0,1 +350613,350613,12,symb,three_rule_comb8,61,"[':', ':', '&']",(? # @)],0,1 +350613,350613,12,symb,three_rule_comb8,62,"['$', '(', '*']",$ & <],0,1 +350613,350613,12,symb,three_rule_comb8,63,"['&', '$', '%']",& > *],0,1 +350613,350613,12,symb,three_rule_comb8,64,"['<', '$', '<']",< ! :],0,1 +350613,350613,12,symb,three_rule_comb8,65,"[':', '%', '<']",% < !],0,1 +350613,350613,12,symb,three_rule_comb8,66,"['<', '~', ':']",& : : >],0,1 +350613,350613,12,symb,three_rule_comb8,67,"['%', '<', ':']",% ~ >],0,1 +350613,350613,12,symb,three_rule_comb8,68,"[':', '<', '>']",: $ !],0,1 +350613,350613,12,symb,three_rule_comb8,69,"['&', ':', '$']",& % &],0,1 +350613,350613,12,symb,three_rule_comb8,70,"['<', '*', '$']",! ~ >],0,1 +350613,350613,12,symb,three_rule_comb8,71,"['<', '(', '*']",(* < ! *),0,1 +350613,350613,12,symb,three_rule_comb8,72,"[':', '$', '%']",: < %],0,1 +350613,350613,12,symb,three_rule_comb8,73,"['%', '!', '(']",# > ?],0,1 +350613,350613,12,symb,three_rule_comb8,74,"['%', '<', '&']",( > $)],0,1 +350613,350613,12,symb,three_rule_comb8,75,"['(', '<', '~']",% * ~],0,1 +350613,350613,12,symb,three_rule_comb8,76,"['$', '!', '*']",< ~ *],0,1 +350613,350613,12,symb,three_rule_comb8,77,"['%', '>', '(']",% & ~],0,1 +350613,350613,12,symb,three_rule_comb8,78,"[':', '&', '>']",% $ %],0,1 +350613,350613,12,symb,three_rule_comb8,79,"['&', '$', '>']",< & *],0,1 +350613,350613,12,symb,three_rule_comb8,80,"['%', '&', ':']",(% & :)],0,1 +350613,350613,12,symb,three_rule_comb8,81,"['$', '*', '%']",< : (],0,1 +350613,350613,12,symb,three_rule_comb8,82,"[':', ':', '&']",: * >],0,1 +350613,350613,12,symb,three_rule_comb8,83,"['*', '&', ':']",* > %],0,1 +350613,350613,12,symb,three_rule_comb8,84,"['!', '$', '%']",~ ! %],0,1 +350613,350613,12,symb,three_rule_comb8,85,"['!', '<', ':']",> & >],0,1 +350613,350613,12,symb,three_rule_comb8,86,"['~', '&', '(']",~ > &],0,1 +350613,350613,12,symb,three_rule_comb8,87,"['<', '%', '*']",$ ! ~],0,1 +350613,350613,12,symb,three_rule_comb8,88,"[':', '&', '%']",: * $],0,1 +350613,350613,12,symb,three_rule_comb8,89,"['(', '$', ':']",: $ :],0,1 +350613,350613,12,symb,three_rule_comb8,90,"['<', '%', '*']",< ~ <],0,1 +350613,350613,12,symb,three_rule_comb8,91,"['%', '!', '*']",% ( !],0,1 +350613,350613,12,symb,three_rule_comb8,92,"[':', ':', '~']",( > *],0,1 +350613,350613,12,symb,three_rule_comb8,93,"['&', '%', '*']",# $ %],0,1 +350613,350613,12,symb,three_rule_comb8,94,"[':', ':', '>']",! : >],0,1 +350613,350613,12,symb,three_rule_comb8,95,"['~', '<', '(']",< % &],0,1 +350613,350613,12,symb,three_rule_comb8,96,"['$', '$', '!']",*: : !],0,1 +350613,350613,12,symb,three_rule_comb8,97,"['%', ':', '<']",% < :],0,1 +350613,350613,12,symb,three_rule_comb8,98,"['<', '%', '!']",> > *],0,1 +350613,350613,12,symb,three_rule_comb8,99,"[':', '&', '%']",% ~ %],0,1 +350613,350613,12,symb,three_rule_comb9,0,"['<', '>', '!']",( ( : ],0,1 +350613,350613,12,symb,three_rule_comb9,1,"[':', '$', '%']",: & #],0,1 +350613,350613,12,symb,three_rule_comb9,2,"['~', '>', '*']",< ! ~],0,1 +350613,350613,12,symb,three_rule_comb9,3,"['<', ':', '~']",( < *],0,1 +350613,350613,12,symb,three_rule_comb9,4,"['<', '~', '*']",$ * ~],0,1 +350613,350613,12,symb,three_rule_comb9,5,"['>', ':', '(']",! % %]],0,1 +350613,350613,12,symb,three_rule_comb9,6,"['%', '&', '<']",< & !],0,1 +350613,350613,12,symb,three_rule_comb9,7,"['$', '&', '%']",; & %],0,1 +350613,350613,12,symb,three_rule_comb9,8,"[':', '%', '!']",> % *],0,1 +350613,350613,12,symb,three_rule_comb9,9,"['%', '<', ':']",# $ %],0,1 +350613,350613,12,symb,three_rule_comb9,10,"['%', ':', '&']",! ( !],0,1 +350613,350613,12,symb,three_rule_comb9,11,"['%', '&', '&']",(? $ *)],0,1 +350613,350613,12,symb,three_rule_comb9,12,"['$', '&', '~']",& < *],0,1 +350613,350613,12,symb,three_rule_comb9,13,"['(', ':', '&']",* ~ &],0,1 +350613,350613,12,symb,three_rule_comb9,14,"['*', '<', '%']",# * %],0,1 +350613,350613,12,symb,three_rule_comb9,15,"[':', '&', '<']",# % #]],0,1 +350613,350613,12,symb,three_rule_comb9,16,"['~', '%', ':']",% # $],0,1 +350613,350613,12,symb,three_rule_comb9,17,"['<', '*', '(']",: < &],0,1 +350613,350613,12,symb,three_rule_comb9,18,"['(', '~', '$']",(% * <)],0,1 +350613,350613,12,symb,three_rule_comb9,19,"['*', ':', '%']",# % $],0,1 +350613,350613,12,symb,three_rule_comb9,20,"['%', ':', '>']",~ % %],0,1 +350613,350613,12,symb,three_rule_comb9,21,"['&', '*', '$']",( ( &],0,1 +350613,350613,12,symb,three_rule_comb9,22,"['<', ':', '*']",% % $],0,1 +350613,350613,12,symb,three_rule_comb9,23,"['~', '&', '*']",$ ~ *],0,1 +350613,350613,12,symb,three_rule_comb9,24,"['(', '$', '%']",< ? !],0,1 +350613,350613,12,symb,three_rule_comb9,25,"['*', '$', ':']",# $ %],0,1 +350613,350613,12,symb,three_rule_comb9,26,"['%', '$', '&']",? : @],0,1 +350613,350613,12,symb,three_rule_comb9,27,"['%', '&', '<']",? ? <],0,1 +350613,350613,12,symb,three_rule_comb9,28,"[':', '&', '%']",# $ %],0,1 +350613,350613,12,symb,three_rule_comb9,29,"[':', '~', '(']",# > <],0,1 +350613,350613,12,symb,three_rule_comb9,30,"['<', ':', ':']",% ( ],0,1 +350613,350613,12,symb,three_rule_comb9,31,"[':', '>', '&']",# # $],0,1 +350613,350613,12,symb,three_rule_comb9,32,"['%', '(', '<']",> & %],0,1 +350613,350613,12,symb,three_rule_comb9,33,"['>', '<', '$']",> ! &],0,1 +350613,350613,12,symb,three_rule_comb9,34,"['$', '(', '*']",! : ~ >],0,1 +350613,350613,12,symb,three_rule_comb9,35,"['~', '(', '%']",> > #],0,1 +350613,350613,12,symb,three_rule_comb9,36,"['$', '%', '(']",< ( :],0,1 +350613,350613,12,symb,three_rule_comb9,37,"[':', '$', '!']",& & <],0,1 +350613,350613,12,symb,three_rule_comb9,38,"['>', '%', '%']",& & %],0,1 +350613,350613,12,symb,three_rule_comb9,39,"['!', '$', '(']",> < %],0,1 +350613,350613,12,symb,three_rule_comb9,40,"[':', '~', '$']",& * &],0,1 +350613,350613,12,symb,three_rule_comb9,41,"[':', '&', '(']",! % *],0,1 +350613,350613,12,symb,three_rule_comb9,42,"['>', '*', '$']",& ~ !],0,1 +350613,350613,12,symb,three_rule_comb9,43,"['&', '%', '$']",& & ?],0,1 +350613,350613,12,symb,three_rule_comb9,44,"['~', '(', '(']",> % : ],0,1 +350613,350613,12,symb,three_rule_comb9,45,"['&', '>', '(']",$ ! :],0,1 +350613,350613,12,symb,three_rule_comb9,46,"[':', '*', '&']",% * <],0,1 +350613,350613,12,symb,three_rule_comb9,47,"['%', ':', '>']",# < *],0,1 +350613,350613,12,symb,three_rule_comb9,48,"['~', '$', '<']",$ < *],0,1 +350613,350613,12,symb,three_rule_comb9,49,"['&', '<', '<']",(~ $ &)],0,1 +350613,350613,12,symb,three_rule_comb9,50,"['%', '%', '&']",# * !],0,1 +350613,350613,12,symb,three_rule_comb9,51,"['*', '$', '&']",* > ~]],0,1 +350613,350613,12,symb,three_rule_comb9,52,"['$', ':', '<']",< : &],0,1 +350613,350613,12,symb,three_rule_comb9,53,"['%', '%', '~']",< & &],0,1 +350613,350613,12,symb,three_rule_comb9,54,"['$', '$', ':']",< & (],0,1 +350613,350613,12,symb,three_rule_comb9,55,"['<', '(', '!']",* ( * ],0,1 +350613,350613,12,symb,three_rule_comb9,56,"['&', '>', '$']",$ ! <],0,1 +350613,350613,12,symb,three_rule_comb9,57,"['&', '$', ':']",& % $],0,1 +350613,350613,12,symb,three_rule_comb9,58,"['(', '&', '%']",(% < ])],0,1 +350613,350613,12,symb,three_rule_comb9,59,"['$', '>', '<']",< ! $],0,1 +350613,350613,12,symb,three_rule_comb9,60,"['$', '<', '(']",< & :],0,1 +350613,350613,12,symb,three_rule_comb9,61,"[':', '%', '*']",% : ~],0,1 +350613,350613,12,symb,three_rule_comb9,62,"['&', '<', ':']",< & %],0,1 +350613,350613,12,symb,three_rule_comb9,63,"['$', '(', ':']",% : < *],0,1 +350613,350613,12,symb,three_rule_comb9,64,"['~', ':', '$']",(~ > ~)],0,1 +350613,350613,12,symb,three_rule_comb9,65,"['(', '%', '!']",# > %],0,1 +350613,350613,12,symb,three_rule_comb9,66,"['<', '&', '~']",(< * >),0,1 +350613,350613,12,symb,three_rule_comb9,67,"['<', '$', '!']",< * <],0,1 +350613,350613,12,symb,three_rule_comb9,68,"[':', '$', '%']",: % <],0,1 +350613,350613,12,symb,three_rule_comb9,69,"['(', '$', '>']",: < !],0,1 +350613,350613,12,symb,three_rule_comb9,70,"[':', '$', '(']",# < %],0,1 +350613,350613,12,symb,three_rule_comb9,71,"['(', '*', '<']",: ~ &],0,1 +350613,350613,12,symb,three_rule_comb9,72,"['>', '$', ':']",> > !],0,1 +350613,350613,12,symb,three_rule_comb9,73,"['<', '%', ':']",% & %],0,1 +350613,350613,12,symb,three_rule_comb9,74,"['$', ':', '>']",& % !],0,1 +350613,350613,12,symb,three_rule_comb9,75,"['!', '%', '(']",> : *],0,1 +350613,350613,12,symb,three_rule_comb9,76,"['&', ':', '%']",% $ #],0,1 +350613,350613,12,symb,three_rule_comb9,77,"['>', '%', '(']",> $ $],0,1 +350613,350613,12,symb,three_rule_comb9,78,"['$', '<', '$']",< $ &],0,1 +350613,350613,12,symb,three_rule_comb9,79,"['&', '>', '%']",$ ! :],0,1 +350613,350613,12,symb,three_rule_comb9,80,"['(', '(', '*']",% ~ :],0,1 +350613,350613,12,symb,three_rule_comb9,81,"['&', '(', '>']",~ % !],0,1 +350613,350613,12,symb,three_rule_comb9,82,"['%', '<', '(']",% : &],0,1 +350613,350613,12,symb,three_rule_comb9,83,"['$', '<', '(']",< $ %],0,1 +350613,350613,12,symb,three_rule_comb9,84,"['<', '!', '%']",* : &],0,1 +350613,350613,12,symb,three_rule_comb9,85,"['<', '>', '&']",< ! <],0,1 +350613,350613,12,symb,three_rule_comb9,86,"['$', '(', '<']",< ( >],0,1 +350613,350613,12,symb,three_rule_comb9,87,"['(', '$', '<']",( < %],0,1 +350613,350613,12,symb,three_rule_comb9,88,"['>', '(', '<']",(? @ ?)],0,1 +350613,350613,12,symb,three_rule_comb9,89,"['~', ':', '%']",* ( (],0,1 +350613,350613,12,symb,three_rule_comb9,90,"['&', '$', '!']",# $ %],0,1 +350613,350613,12,symb,three_rule_comb9,91,"['$', '%', '&']",< : $],0,1 +350613,350613,12,symb,three_rule_comb9,92,"['$', '>', '(']",? ? ?],0,1 +350613,350613,12,symb,three_rule_comb9,93,"['&', '%', '~']",& < !],0,1 +350613,350613,12,symb,three_rule_comb9,94,"['$', '%', '*']",& ~ <],0,1 +350613,350613,12,symb,three_rule_comb9,95,"['&', '!', '&']",* > $],0,1 +350613,350613,12,symb,three_rule_comb9,96,"['>', '$', '&']",$ & ~],0,1 +350613,350613,12,symb,three_rule_comb9,97,"['!', '&', '%']",> $ (],0,1 +350613,350613,12,symb,three_rule_comb9,98,"['$', '>', ':']",& ! (],0,1 +350613,350613,12,symb,three_rule_comb9,99,"['!', '&', '*']",(! > >)],0,1 +350613,350613,12,symb,c3_set_union,0,"['~', '(', '&', '$']",~ (& $],1,1 +350613,350613,12,symb,c3_set_union,1,"['<', '>', '(', '&']",< > &],0,1 +350613,350613,12,symb,c3_set_union,2,"['&', '$', ':', '~']",& $ : ~],1,1 +350613,350613,12,symb,c3_set_union,3,"['%', '(', ':', '>']",% ( : >],1,1 +350613,350613,12,symb,c3_set_union,4,"[':', '~', '<', '*']",: ~ < *],1,1 +350613,350613,12,symb,c3_set_union,5,"['*', '<', '&', '%']",* < & %],1,1 +350613,350613,12,symb,c3_set_union,6,"['~', '&', '%', '(']",~ & (%],1,1 +350613,350613,12,symb,c3_set_union,7,"['>', '!', ':', '(']",> ! (:],1,1 +350613,350613,12,symb,c3_set_union,8,"[':', '!', '*', '&']",: ! &],0,1 +350613,350613,12,symb,c3_set_union,9,"['%', '*', '&', '~']",% * & ~],1,1 +350613,350613,12,symb,c3_set_union,10,"['$', '%', '>', '&']",$ % > &],1,1 +350613,350613,12,symb,c3_set_union,11,"['~', '&', '!', '<']",~ & ! <],1,1 +350613,350613,12,symb,c3_set_union,12,"['$', '>', '~', '%']",$ > ~ %],1,1 +350613,350613,12,symb,c3_set_union,13,"['<', '%', '>', '!']",< % > !],1,1 +350613,350613,12,symb,c3_set_union,14,"[':', '$', '>', '*']",: $ > *],1,1 +350613,350613,12,symb,c3_set_union,15,"['%', '(', '&', '*']",% ( & *],1,1 +350613,350613,12,symb,c3_set_union,16,"['~', '*', ':', '!']",~ * : !],1,1 +350613,350613,12,symb,c3_set_union,17,"['>', ':', '~', '!']",> : ~ !],1,1 +350613,350613,12,symb,c3_set_union,18,"['$', '(', '*', ':']",$ (:],0,1 +350613,350613,12,symb,c3_set_union,19,"[':', '(', '~', '&']",: ( ~ &],1,1 +350613,350613,12,symb,c3_set_union,20,"['~', '%', '*', '!']",~ % * !],1,1 +350613,350613,12,symb,c3_set_union,21,"[':', '(', '<', '$']",: ( < $],1,1 +350613,350613,12,symb,c3_set_union,22,"['!', '<', '>', ':']",! < : >],1,1 +350613,350613,12,symb,c3_set_union,23,"['%', '(', '~', '<']",% (~ <],1,1 +350613,350613,12,symb,c3_set_union,24,"['%', '$', '>', '<']",% $ > <],1,1 +350613,350613,12,symb,c3_set_union,25,"['~', '$', '<', '&']",~ $ &],0,1 +350613,350613,12,symb,c3_set_union,26,"[':', '!', '$', '>']",: ! >],0,1 +350613,350613,12,symb,c3_set_union,27,"['$', '*', '&', ':']",$ * & :],1,1 +350613,350613,12,symb,c3_set_union,28,"[':', '%', '&', '~']",: % & ~],1,1 +350613,350613,12,symb,c3_set_union,29,"['!', '$', '*', '&']",! * $ &],1,1 +350613,350613,12,symb,c3_set_union,30,"['!', '*', '(', ':']",! * :],0,1 +350613,350613,12,symb,c3_set_union,31,"['*', '~', '&', ':']",* ~ & :],1,1 +350613,350613,12,symb,c3_set_union,32,"[':', '~', '(', '%']",: ~ ( %],1,1 +350613,350613,12,symb,c3_set_union,33,"['*', '%', '<', '$']",* % < $],1,1 +350613,350613,12,symb,c3_set_union,34,"['~', '<', '&', '(']",~ < & (],1,1 +350613,350613,12,symb,c3_set_union,35,"['%', '<', '*', '!']",% < * !],1,1 +350613,350613,12,symb,c3_set_union,36,"['(', '~', ':', '!']",( ~ : !],1,1 +350613,350613,12,symb,c3_set_union,37,"['$', '&', '*', '~']",$ & * ~],1,1 +350613,350613,12,symb,c3_set_union,38,"[':', '(', '~', '$']",: ( ~ $],1,1 +350613,350613,12,symb,c3_set_union,39,"['&', '>', '$', '*']",& > $ *],1,1 +350613,350613,12,symb,c3_set_union,40,"['$', '!', '*', '~']",$ ! * ~],1,1 +350613,350613,12,symb,c3_set_union,41,"['&', '%', '$', '!']",& % $ !],1,1 +350613,350613,12,symb,c3_set_union,42,"['>', '$', '*', '!']",> $ * !],1,1 +350613,350613,12,symb,c3_set_union,43,"[':', '*', '(', '>']",: * ( >],1,1 +350613,350613,12,symb,c3_set_union,44,"['$', '%', '(', ':']",$ % ( :],1,1 +350613,350613,12,symb,c3_set_union,45,"['!', '<', ':', '$']",! < : $],1,1 +350613,350613,12,symb,c3_set_union,46,"['>', '*', '&', '<']",> * & <],1,1 +350613,350613,12,symb,c3_set_union,47,"[':', '~', '>', '*']",: ~ > *],1,1 +350613,350613,12,symb,c3_set_union,48,"['%', '(', '*', '~']",% ( * ~],1,1 +350613,350613,12,symb,c3_set_union,49,"['(', '~', '*', '<']",( ~ * <],1,1 +350613,350613,12,symb,c3_set_union,50,"['(', '$', '!', '%']",( $ ! %],1,1 +350613,350613,12,symb,c3_set_union,51,"['>', '!', '%', '*']",> ! % *],1,1 +350613,350613,12,symb,c3_set_union,52,"['&', '$', '>', ':']",& $ > :],1,1 +350613,350613,12,symb,c3_set_union,53,"['~', '$', '%', '<']",~ $ % <],1,1 +350613,350613,12,symb,c3_set_union,54,"['&', '>', '<', '%']",& > < %],1,1 +350613,350613,12,symb,c3_set_union,55,"['>', '*', '<', ':']",> * :],0,1 +350613,350613,12,symb,c3_set_union,56,"[':', '!', '*', '<']",: ! * <],1,1 +350613,350613,12,symb,c3_set_union,57,"['%', '<', '*', '~']",% < * ~],1,1 +350613,350613,12,symb,c3_set_union,58,"['>', '(', '<', '%']",> ( < %],1,1 +350613,350613,12,symb,c3_set_union,59,"['>', ':', '<', '~']",> : ~],0,1 +350613,350613,12,symb,c3_set_union,60,"['*', '&', '<', '$']",* & $],0,1 +350613,350613,12,symb,c3_set_union,61,"['%', '<', '*', '(']",% < *],0,1 +350613,350613,12,symb,c3_set_union,62,"['$', '%', '<', '!']",$ % < !],1,1 +350613,350613,12,symb,c3_set_union,63,"['~', '>', '<', '!']",~ > < !],1,1 +350613,350613,12,symb,c3_set_union,64,"['&', '!', '$', '~']",& ! $ ~],1,1 +350613,350613,12,symb,c3_set_union,65,"[':', '&', '>', '%']",: & > %],1,1 +350613,350613,12,symb,c3_set_union,66,"['<', '&', '$', '>']",< & $ >],1,1 +350613,350613,12,symb,c3_set_union,67,"['(', '$', '*', '%']",( $ * %],1,1 +350613,350613,12,symb,c3_set_union,68,"['<', '%', ':', '$']",< % $],0,1 +350613,350613,12,symb,c3_set_union,69,"[':', '&', '$', '<']",: & <],0,1 +350613,350613,12,symb,c3_set_union,70,"['>', '(', '~', '*']",> (~ *),0,1 +350613,350613,12,symb,c3_set_union,71,"[':', '~', '&', '<']",: ~ & <],1,1 +350613,350613,12,symb,c3_set_union,72,"['(', '!', ':', '%']",( ! %],0,1 +350613,350613,12,symb,c3_set_union,73,"['<', '&', '$', '(']",< & (],0,1 +350613,350613,12,symb,c3_set_union,74,"['*', '!', '>', ':']",* ! > :],1,1 +350613,350613,12,symb,c3_set_union,75,"['$', ':', '<', '*']",$ : < *],1,1 +350613,350613,12,symb,c3_set_union,76,"['%', '>', ':', '$']",% > : $],1,1 +350613,350613,12,symb,c3_set_union,77,"[':', '~', '!', '%']",: ~ ! %],1,1 +350613,350613,12,symb,c3_set_union,78,"['&', '!', '~', '>']",& ! ~ >],1,1 +350613,350613,12,symb,c3_set_union,79,"['(', '$', '*', '<']",( $ * <],1,1 +350613,350613,12,symb,c3_set_union,80,"['(', ':', '&', '$']",(: $],0,1 +350613,350613,12,symb,c3_set_union,81,"['!', '&', '*', '>']",! & * >],1,1 +350613,350613,12,symb,c3_set_union,82,"[':', '%', '&', '<']",: % & <],1,1 +350613,350613,12,symb,c3_set_union,83,"['>', '(', '$', '*']",> ( $ *),0,1 +350613,350613,12,symb,c3_set_union,84,"['!', ':', '<', '&']",! : &],0,1 +350613,350613,12,symb,c3_set_union,85,"['!', '$', '(', ':']",! $ :],0,1 +350613,350613,12,symb,c3_set_union,86,"['*', '!', '%', ':']",* ! % :],1,1 +350613,350613,12,symb,c3_set_union,87,"['(', '!', '*', '~']",(* ! ~],1,1 +350613,350613,12,symb,c3_set_union,88,"['%', '!', '&', '(']",% ! & (],1,1 +350613,350613,12,symb,c3_set_union,89,"['!', '(', '>', '$']",! ( > $],1,1 +350613,350613,12,symb,c3_set_union,90,"['<', '>', '*', '(']",< > * (],1,1 +350613,350613,12,symb,c3_set_union,91,"['&', '$', '%', '(']",& $ (%],1,1 +350613,350613,12,symb,c3_set_union,92,"['!', '<', '&', '%']",! < & %],1,1 +350613,350613,12,symb,c3_set_union,93,"[':', '(', '&', '>']",: ( & >],1,1 +350613,350613,12,symb,c3_set_union,94,"[':', '<', '$', '>']",: < $ >],1,1 +350613,350613,12,symb,c3_set_union,95,"['(', '$', '<', '%']",<( $ %],1,1 +350613,350613,12,symb,c3_set_union,96,"['~', '%', '*', ':']",~ * :],0,1 +350613,350613,12,symb,c3_set_union,97,"['&', '%', '!', '*']",& % ! *],1,1 +350613,350613,12,symb,c3_set_union,98,"[':', '$', '*', '!']",: $ * !],1,1 +350613,350613,12,symb,c3_set_union,99,"['!', '(', '<', '*']",! (< *),0,1 +350613,350613,12,symb,c1_set_union,0,['('],(],1,1 +350613,350613,12,symb,c1_set_union,1,['('],(],1,1 +350613,350613,12,symb,c1_set_union,2,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,3,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,4,['>'],>],1,1 +350613,350613,12,symb,c1_set_union,5,['~'],~],1,1 +350613,350613,12,symb,c1_set_union,6,['<'],<],1,1 +350613,350613,12,symb,c1_set_union,7,['%'],%],1,1 +350613,350613,12,symb,c1_set_union,8,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,9,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,10,[':'],:],1,1 +350613,350613,12,symb,c1_set_union,11,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,12,['('],(],1,1 +350613,350613,12,symb,c1_set_union,13,['<'],<],1,1 +350613,350613,12,symb,c1_set_union,14,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,15,['<'],<],1,1 +350613,350613,12,symb,c1_set_union,16,[':'],:],1,1 +350613,350613,12,symb,c1_set_union,17,['>'],>],1,1 +350613,350613,12,symb,c1_set_union,18,[':'],:],1,1 +350613,350613,12,symb,c1_set_union,19,['('],(~],0,1 +350613,350613,12,symb,c1_set_union,20,[':'],:],1,1 +350613,350613,12,symb,c1_set_union,21,['~'],~],1,1 +350613,350613,12,symb,c1_set_union,22,['~'],~ (,0,1 +350613,350613,12,symb,c1_set_union,23,[':'],:],1,1 +350613,350613,12,symb,c1_set_union,24,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,25,['~'],~],1,1 +350613,350613,12,symb,c1_set_union,26,['<'],<],1,1 +350613,350613,12,symb,c1_set_union,27,['>'],>],1,1 +350613,350613,12,symb,c1_set_union,28,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,29,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,30,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,31,['!'],!],1,1 +350613,350613,12,symb,c1_set_union,32,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,33,['('],(],1,1 +350613,350613,12,symb,c1_set_union,34,['!'],!,1,1 +350613,350613,12,symb,c1_set_union,35,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,36,['~'],~],1,1 +350613,350613,12,symb,c1_set_union,37,['('],(],1,1 +350613,350613,12,symb,c1_set_union,38,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,39,['('],(],1,1 +350613,350613,12,symb,c1_set_union,40,['>'],>],1,1 +350613,350613,12,symb,c1_set_union,41,[':'],:],1,1 +350613,350613,12,symb,c1_set_union,42,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,43,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,44,['!'],!],1,1 +350613,350613,12,symb,c1_set_union,45,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,46,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,47,['>'],>],1,1 +350613,350613,12,symb,c1_set_union,48,['~'],~],1,1 +350613,350613,12,symb,c1_set_union,49,['>'],> ],1,1 +350613,350613,12,symb,c1_set_union,50,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,51,['!'],!],1,1 +350613,350613,12,symb,c1_set_union,52,['!'],!,1,1 +350613,350613,12,symb,c1_set_union,53,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,54,['<'],<],1,1 +350613,350613,12,symb,c1_set_union,55,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,56,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,57,['<'],<],1,1 +350613,350613,12,symb,c1_set_union,58,['('],(],1,1 +350613,350613,12,symb,c1_set_union,59,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,60,['>'],>],1,1 +350613,350613,12,symb,c1_set_union,61,['!'],!],1,1 +350613,350613,12,symb,c1_set_union,62,['!'],!],1,1 +350613,350613,12,symb,c1_set_union,63,[':'],:],1,1 +350613,350613,12,symb,c1_set_union,64,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,65,['>'],>],1,1 +350613,350613,12,symb,c1_set_union,66,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,67,['~'],~],1,1 +350613,350613,12,symb,c1_set_union,68,['('],(],1,1 +350613,350613,12,symb,c1_set_union,69,['('],(],1,1 +350613,350613,12,symb,c1_set_union,70,['%'],%],1,1 +350613,350613,12,symb,c1_set_union,71,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,72,['<'],<],1,1 +350613,350613,12,symb,c1_set_union,73,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,74,['~'],~],1,1 +350613,350613,12,symb,c1_set_union,75,['>'],>],1,1 +350613,350613,12,symb,c1_set_union,76,['<'],<],1,1 +350613,350613,12,symb,c1_set_union,77,['!'],!],1,1 +350613,350613,12,symb,c1_set_union,78,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,79,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,80,['!'],!],1,1 +350613,350613,12,symb,c1_set_union,81,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,82,['('],(],1,1 +350613,350613,12,symb,c1_set_union,83,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,84,['~'],~],1,1 +350613,350613,12,symb,c1_set_union,85,['%'],%],1,1 +350613,350613,12,symb,c1_set_union,86,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,87,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,88,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,89,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,90,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,91,['>'],>],1,1 +350613,350613,12,symb,c1_set_union,92,['>'],>],1,1 +350613,350613,12,symb,c1_set_union,93,['!'],!],1,1 +350613,350613,12,symb,c1_set_union,94,['~'],~],1,1 +350613,350613,12,symb,c1_set_union,95,['*'],*],1,1 +350613,350613,12,symb,c1_set_union,96,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,97,['&'],&],1,1 +350613,350613,12,symb,c1_set_union,98,['$'],$],1,1 +350613,350613,12,symb,c1_set_union,99,['~'],~],1,1 +350613,350613,12,symb,c2_set_union,0,['$'],$],1,1 +350613,350613,12,symb,c2_set_union,1,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,2,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,3,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,4,['!'],! <],0,1 +350613,350613,12,symb,c2_set_union,5,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,6,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,7,['>'],> >],0,1 +350613,350613,12,symb,c2_set_union,8,['>'],< >],0,1 +350613,350613,12,symb,c2_set_union,9,['('],(],1,1 +350613,350613,12,symb,c2_set_union,10,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,11,['%'],%],1,1 +350613,350613,12,symb,c2_set_union,12,['$'],$],1,1 +350613,350613,12,symb,c2_set_union,13,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,14,['%'],%],1,1 +350613,350613,12,symb,c2_set_union,15,['%'],%],1,1 +350613,350613,12,symb,c2_set_union,16,['>'],> !],0,1 +350613,350613,12,symb,c2_set_union,17,['$'],$],1,1 +350613,350613,12,symb,c2_set_union,18,['$'],$],1,1 +350613,350613,12,symb,c2_set_union,19,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,20,['>'],:> >],0,1 +350613,350613,12,symb,c2_set_union,21,[':'],:<],0,1 +350613,350613,12,symb,c2_set_union,22,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,23,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,24,['<'],<],1,1 +350613,350613,12,symb,c2_set_union,25,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,26,['>'],> >],0,1 +350613,350613,12,symb,c2_set_union,27,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,28,['<'],<],1,1 +350613,350613,12,symb,c2_set_union,29,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,30,['!'],!,1,1 +350613,350613,12,symb,c2_set_union,31,['*'],:*],0,1 +350613,350613,12,symb,c2_set_union,32,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,33,['&'],<&],0,1 +350613,350613,12,symb,c2_set_union,34,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,35,['>'],>],1,1 +350613,350613,12,symb,c2_set_union,36,['<'],<],1,1 +350613,350613,12,symb,c2_set_union,37,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,38,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,39,['!'],< !],0,1 +350613,350613,12,symb,c2_set_union,40,['<'],<],1,1 +350613,350613,12,symb,c2_set_union,41,['>'],> >],0,1 +350613,350613,12,symb,c2_set_union,42,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,43,['~'],~],1,1 +350613,350613,12,symb,c2_set_union,44,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,45,['~'],< ~],0,1 +350613,350613,12,symb,c2_set_union,46,['<'],<],1,1 +350613,350613,12,symb,c2_set_union,47,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,48,['<'],<],1,1 +350613,350613,12,symb,c2_set_union,49,['!'],!],1,1 +350613,350613,12,symb,c2_set_union,50,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,51,['!'],!],1,1 +350613,350613,12,symb,c2_set_union,52,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,53,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,54,['('],($)],0,1 +350613,350613,12,symb,c2_set_union,55,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,56,['~'],~],1,1 +350613,350613,12,symb,c2_set_union,57,['!'],! %],0,1 +350613,350613,12,symb,c2_set_union,58,['>'],> >],0,1 +350613,350613,12,symb,c2_set_union,59,['<'],<],1,1 +350613,350613,12,symb,c2_set_union,60,['$'],($ $],0,1 +350613,350613,12,symb,c2_set_union,61,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,62,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,63,['~'],& ~],0,1 +350613,350613,12,symb,c2_set_union,64,['>'],> *],0,1 +350613,350613,12,symb,c2_set_union,65,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,66,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,67,['<'],<],1,1 +350613,350613,12,symb,c2_set_union,68,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,69,['%'],%],1,1 +350613,350613,12,symb,c2_set_union,70,['<'],<],1,1 +350613,350613,12,symb,c2_set_union,71,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,72,['~'],(~ ~],0,1 +350613,350613,12,symb,c2_set_union,73,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,74,['~'],~],1,1 +350613,350613,12,symb,c2_set_union,75,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,76,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,77,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,78,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,79,[':'],:],1,1 +350613,350613,12,symb,c2_set_union,80,['<'],< >],0,1 +350613,350613,12,symb,c2_set_union,81,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,82,['$'],$],1,1 +350613,350613,12,symb,c2_set_union,83,['%'],%],1,1 +350613,350613,12,symb,c2_set_union,84,['('],(],1,1 +350613,350613,12,symb,c2_set_union,85,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,86,['!'],!],1,1 +350613,350613,12,symb,c2_set_union,87,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,88,['('],(],1,1 +350613,350613,12,symb,c2_set_union,89,['~'],~],1,1 +350613,350613,12,symb,c2_set_union,90,['$'],<$],0,1 +350613,350613,12,symb,c2_set_union,91,['$'],$],1,1 +350613,350613,12,symb,c2_set_union,92,['~'],~],1,1 +350613,350613,12,symb,c2_set_union,93,[':'],:$ :],0,1 +350613,350613,12,symb,c2_set_union,94,['%'],%],1,1 +350613,350613,12,symb,c2_set_union,95,['~'],~],1,1 +350613,350613,12,symb,c2_set_union,96,['*'],*],1,1 +350613,350613,12,symb,c2_set_union,97,['&'],&],1,1 +350613,350613,12,symb,c2_set_union,98,['<'],% < >],0,1 +350613,350613,12,symb,c2_set_union,99,['('],( : ~],0,1 +350613,350613,12,symb,AND,0,['('],(],1,1 +350613,350613,12,symb,AND,1,['&'],&],1,1 +350613,350613,12,symb,AND,2,['<'],<],1,1 +350613,350613,12,symb,AND,3,['<'],<],1,1 +350613,350613,12,symb,AND,4,['*'],*],1,1 +350613,350613,12,symb,AND,5,['%'],%],1,1 +350613,350613,12,symb,AND,6,['%'],%],1,1 +350613,350613,12,symb,AND,7,['$'],$],1,1 +350613,350613,12,symb,AND,8,['>'],>],1,1 +350613,350613,12,symb,AND,9,['~'],~],1,1 +350613,350613,12,symb,AND,10,[':'],: ],1,1 +350613,350613,12,symb,AND,11,['*'],*],1,1 +350613,350613,12,symb,AND,12,['*'],*],1,1 +350613,350613,12,symb,AND,13,['<'],<],1,1 +350613,350613,12,symb,AND,14,['$'],$],1,1 +350613,350613,12,symb,AND,15,['%'],%],1,1 +350613,350613,12,symb,AND,16,[':'],:],1,1 +350613,350613,12,symb,AND,17,['>'],> >],0,1 +350613,350613,12,symb,AND,18,['('],(],1,1 +350613,350613,12,symb,AND,19,['>'],> ],1,1 +350613,350613,12,symb,AND,20,[':'],: ],1,1 +350613,350613,12,symb,AND,21,['%'],%],1,1 +350613,350613,12,symb,AND,22,['>'],>],1,1 +350613,350613,12,symb,AND,23,['*'],*],1,1 +350613,350613,12,symb,AND,24,['&'],&],1,1 +350613,350613,12,symb,AND,25,['~'],~],1,1 +350613,350613,12,symb,AND,26,['('],(],1,1 +350613,350613,12,symb,AND,27,['<'],<],1,1 +350613,350613,12,symb,AND,28,['&'],&],1,1 +350613,350613,12,symb,AND,29,['&'],& &],0,1 +350613,350613,12,symb,AND,30,[':'],: :],0,1 +350613,350613,12,symb,AND,31,['>'],> ],1,1 +350613,350613,12,symb,AND,32,['~'],~],1,1 +350613,350613,12,symb,AND,33,['*'],*],1,1 +350613,350613,12,symb,AND,34,['&'],&],1,1 +350613,350613,12,symb,AND,35,['$'],$],1,1 +350613,350613,12,symb,AND,36,['&'],&],1,1 +350613,350613,12,symb,AND,37,['&'],& &],0,1 +350613,350613,12,symb,AND,38,['$'],$],1,1 +350613,350613,12,symb,AND,39,['*'],*],1,1 +350613,350613,12,symb,AND,40,['&'],&],1,1 +350613,350613,12,symb,AND,41,['<'],<],1,1 +350613,350613,12,symb,AND,42,['%'],%],1,1 +350613,350613,12,symb,AND,43,['<'],<],1,1 +350613,350613,12,symb,AND,44,['&'],&],1,1 +350613,350613,12,symb,AND,45,['*'],*],1,1 +350613,350613,12,symb,AND,46,['*'],*],1,1 +350613,350613,12,symb,AND,47,['!'],! ],1,1 +350613,350613,12,symb,AND,48,['%'],%],1,1 +350613,350613,12,symb,AND,49,['('],(],1,1 +350613,350613,12,symb,AND,50,['<'],<],1,1 +350613,350613,12,symb,AND,51,['%'],%],1,1 +350613,350613,12,symb,AND,52,[':'],:],1,1 +350613,350613,12,symb,AND,53,['&'],&],1,1 +350613,350613,12,symb,AND,54,['>'],>],1,1 +350613,350613,12,symb,AND,55,['&'],&],1,1 +350613,350613,12,symb,AND,56,[':'],: ],1,1 +350613,350613,12,symb,AND,57,['~'],~],1,1 +350613,350613,12,symb,AND,58,['*'],*],1,1 +350613,350613,12,symb,AND,59,['&'],&],1,1 +350613,350613,12,symb,AND,60,['<'],<],1,1 +350613,350613,12,symb,AND,61,['<'],<],1,1 +350613,350613,12,symb,AND,62,['('],(],1,1 +350613,350613,12,symb,AND,63,['>'],>],1,1 +350613,350613,12,symb,AND,64,['~'],~],1,1 +350613,350613,12,symb,AND,65,['>'],> ],1,1 +350613,350613,12,symb,AND,66,['$'],$],1,1 +350613,350613,12,symb,AND,67,['>'],>],1,1 +350613,350613,12,symb,AND,68,['<'],<],1,1 +350613,350613,12,symb,AND,69,['<'],<],1,1 +350613,350613,12,symb,AND,70,['!'],!],1,1 +350613,350613,12,symb,AND,71,['$'],$],1,1 +350613,350613,12,symb,AND,72,['&'],& &],0,1 +350613,350613,12,symb,AND,73,['~'],~],1,1 +350613,350613,12,symb,AND,74,['*'],*],1,1 +350613,350613,12,symb,AND,75,['>'],> ],1,1 +350613,350613,12,symb,AND,76,['&'],&],1,1 +350613,350613,12,symb,AND,77,['!'],! !],0,1 +350613,350613,12,symb,AND,78,['~'],~],1,1 +350613,350613,12,symb,AND,79,['>'],> ],1,1 +350613,350613,12,symb,AND,80,['!'],!,1,1 +350613,350613,12,symb,AND,81,['!'],! ],1,1 +350613,350613,12,symb,AND,82,['%'],%],1,1 +350613,350613,12,symb,AND,83,['('],(],1,1 +350613,350613,12,symb,AND,84,['>'],> ],1,1 +350613,350613,12,symb,AND,85,['&'],&],1,1 +350613,350613,12,symb,AND,86,['('],(],1,1 +350613,350613,12,symb,AND,87,['*'],*],1,1 +350613,350613,12,symb,AND,88,['&'],&],1,1 +350613,350613,12,symb,AND,89,['*'],*],1,1 +350613,350613,12,symb,AND,90,['$'],$ ],1,1 +350613,350613,12,symb,AND,91,['<'],<],1,1 +350613,350613,12,symb,AND,92,['$'],$],1,1 +350613,350613,12,symb,AND,93,['!'],! !],0,1 +350613,350613,12,symb,AND,94,['~'],~],1,1 +350613,350613,12,symb,AND,95,['!'],!,1,1 +350613,350613,12,symb,AND,96,['~'],~],1,1 +350613,350613,12,symb,AND,97,['&'],&],1,1 +350613,350613,12,symb,AND,98,['*'],*],1,1 +350613,350613,12,symb,AND,99,['!'],! ],1,1 +350613,350613,12,symb,XOR,0,"['(', '!']",! (],1,1 +350613,350613,12,symb,XOR,1,"['$', ':']",: $],1,1 +350613,350613,12,symb,XOR,2,"['!', '(']",( !],1,1 +350613,350613,12,symb,XOR,3,"['$', ':']",: $],1,1 +350613,350613,12,symb,XOR,4,"['$', '!']",$ !],1,1 +350613,350613,12,symb,XOR,5,"['$', '>']",$ >],1,1 +350613,350613,12,symb,XOR,6,"['!', '*']",* !],1,1 +350613,350613,12,symb,XOR,7,"['>', '!']",! >],1,1 +350613,350613,12,symb,XOR,8,"['%', '$']",$ %],1,1 +350613,350613,12,symb,XOR,9,"['(', '*']",* (],1,1 +350613,350613,12,symb,XOR,10,"['<', ':']",: <],1,1 +350613,350613,12,symb,XOR,11,"['%', '*']",* %],1,1 +350613,350613,12,symb,XOR,12,"['!', '~']",~ !],1,1 +350613,350613,12,symb,XOR,13,"['~', ':']",: ~],1,1 +350613,350613,12,symb,XOR,14,"['~', '>']",> ~],1,1 +350613,350613,12,symb,XOR,15,"[':', '%']",% :],1,1 +350613,350613,12,symb,XOR,16,"[':', '(']",: (],1,1 +350613,350613,12,symb,XOR,17,"['(', '%']",% (],1,1 +350613,350613,12,symb,XOR,18,"['&', '%']",:% &],0,1 +350613,350613,12,symb,XOR,19,"['>', '(']",( >],1,1 +350613,350613,12,symb,XOR,20,"['%', '<']",% <],1,1 +350613,350613,12,symb,XOR,21,"['!', '(']",( !],1,1 +350613,350613,12,symb,XOR,22,"['~', '$']",$ ~],1,1 +350613,350613,12,symb,XOR,23,"['%', '&']",& %],1,1 +350613,350613,12,symb,XOR,24,"['>', '%']",% >],1,1 +350613,350613,12,symb,XOR,25,"['*', '<']",* <],1,1 +350613,350613,12,symb,XOR,26,"['<', '$']",$ <],1,1 +350613,350613,12,symb,XOR,27,"['&', '>']",& >],1,1 +350613,350613,12,symb,XOR,28,"['$', '%']",% $],1,1 +350613,350613,12,symb,XOR,29,"['&', '<']",$ <],0,1 +350613,350613,12,symb,XOR,30,"['~', '*']",<* ~],0,1 +350613,350613,12,symb,XOR,31,"['(', '$']",$ (],1,1 +350613,350613,12,symb,XOR,32,"['~', '$']",$ ~],1,1 +350613,350613,12,symb,XOR,33,"['(', ':']",: >],0,1 +350613,350613,12,symb,XOR,34,"['*', '<']",< *],1,1 +350613,350613,12,symb,XOR,35,"[':', '~']",(~ :)],0,1 +350613,350613,12,symb,XOR,36,"['*', '>']",> *],1,1 +350613,350613,12,symb,XOR,37,"[':', '!']",! :],1,1 +350613,350613,12,symb,XOR,38,"['&', '(']",& (],1,1 +350613,350613,12,symb,XOR,39,"['(', '~']",(~ >)],0,1 +350613,350613,12,symb,XOR,40,"['*', ':']",:$ *],0,1 +350613,350613,12,symb,XOR,41,"['<', '!']",$ <],0,1 +350613,350613,12,symb,XOR,42,"['>', '%']",% >],1,1 +350613,350613,12,symb,XOR,43,"['~', '&']",& ~],1,1 +350613,350613,12,symb,XOR,44,"['$', '%']",% $],1,1 +350613,350613,12,symb,XOR,45,"['&', '!']",& !],1,1 +350613,350613,12,symb,XOR,46,"[':', '%']",(% :)],0,1 +350613,350613,12,symb,XOR,47,"['%', ':']",: %],1,1 +350613,350613,12,symb,XOR,48,"['~', '&']",& ~],1,1 +350613,350613,12,symb,XOR,49,"['<', '%']",% <],1,1 +350613,350613,12,symb,XOR,50,"['>', '~']",& ~],0,1 +350613,350613,12,symb,XOR,51,"['&', '~']",& ~],1,1 +350613,350613,12,symb,XOR,52,"['>', ':']",: >],1,1 +350613,350613,12,symb,XOR,53,"['(', '%']",% (],1,1 +350613,350613,12,symb,XOR,54,"['%', '*']",* %],1,1 +350613,350613,12,symb,XOR,55,"['*', '$']",$ %],0,1 +350613,350613,12,symb,XOR,56,"['>', '&']",& >],1,1 +350613,350613,12,symb,XOR,57,"['~', '%']",% ~],1,1 +350613,350613,12,symb,XOR,58,"['$', ':']",: $],1,1 +350613,350613,12,symb,XOR,59,"['*', '~']",~ *],1,1 +350613,350613,12,symb,XOR,60,"['<', '%']",< %],1,1 +350613,350613,12,symb,XOR,61,"['!', '*']",* !],1,1 +350613,350613,12,symb,XOR,62,"['!', '%']",% !],1,1 +350613,350613,12,symb,XOR,63,"['$', '&']",& $],1,1 +350613,350613,12,symb,XOR,64,"['(', '&']",& $],0,1 +350613,350613,12,symb,XOR,65,"['*', '&']",& *],1,1 +350613,350613,12,symb,XOR,66,"['~', '$']",$ ~],1,1 +350613,350613,12,symb,XOR,67,"['>', '*']",* >],1,1 +350613,350613,12,symb,XOR,68,"['<', '>']",> <],1,1 +350613,350613,12,symb,XOR,69,"['*', '>']",*> <],0,1 +350613,350613,12,symb,XOR,70,"['~', '(']",< ~],0,1 +350613,350613,12,symb,XOR,71,"['<', '%']",% <],1,1 +350613,350613,12,symb,XOR,72,"['*', '$']",$ *],1,1 +350613,350613,12,symb,XOR,73,"['!', '&']",& !],1,1 +350613,350613,12,symb,XOR,74,"['&', '%']",% &],1,1 +350613,350613,12,symb,XOR,75,"['*', '%']",% *],1,1 +350613,350613,12,symb,XOR,76,"['%', '&']",& %],1,1 +350613,350613,12,symb,XOR,77,"['!', '~']",~ !],1,1 +350613,350613,12,symb,XOR,78,"['$', '~']",$ ~],1,1 +350613,350613,12,symb,XOR,79,"['%', '<']",< %],1,1 +350613,350613,12,symb,XOR,80,"['!', '$']",$ !],1,1 +350613,350613,12,symb,XOR,81,"['~', '%']",% ~],1,1 +350613,350613,12,symb,XOR,82,"['<', '$']",($ *),0,1 +350613,350613,12,symb,XOR,83,"['>', '*']",* >],1,1 +350613,350613,12,symb,XOR,84,"['*', '&']",& *],1,1 +350613,350613,12,symb,XOR,85,"['(', '$']",$ <],0,1 +350613,350613,12,symb,XOR,86,"['$', '(']",& (],0,1 +350613,350613,12,symb,XOR,87,"['%', ':']",: (],0,1 +350613,350613,12,symb,XOR,88,"[':', '%']",(% :)],0,1 +350613,350613,12,symb,XOR,89,"[':', '&']",& :],1,1 +350613,350613,12,symb,XOR,90,"['*', '~']",(~ *),0,1 +350613,350613,12,symb,XOR,91,"['<', '%']",< %],1,1 +350613,350613,12,symb,XOR,92,"['*', '>']",> *],1,1 +350613,350613,12,symb,XOR,93,"['<', '%']",% <],1,1 +350613,350613,12,symb,XOR,94,"[':', '~']",~ : ],1,1 +350613,350613,12,symb,XOR,95,"['<', '>']",> (],0,1 +350613,350613,12,symb,XOR,96,"[':', '&']",& :],1,1 +350613,350613,12,symb,XOR,97,"['&', '(']",& (],1,1 +350613,350613,12,symb,XOR,98,"['!', '>']",> !],1,1 +350613,350613,12,symb,XOR,99,"[':', '$']",$ :],1,1 +350613,350613,12,symb,c3_set_union_permuted,0,"['*', '~', '<', '!']",* ! ~ <],1,1 +350613,350613,12,symb,c3_set_union_permuted,1,"['&', '~', '>', '<']",< ~ & >],1,1 +350613,350613,12,symb,c3_set_union_permuted,2,"['*', '&', '(', '~']",~ & *],0,1 +350613,350613,12,symb,c3_set_union_permuted,3,"['~', '%', '&', '!']",! & % ~],1,1 +350613,350613,12,symb,c3_set_union_permuted,4,"['(', '!', '&', '>']",> ! (&],1,1 +350613,350613,12,symb,c3_set_union_permuted,5,"['>', '<', ':', '(']",:< ( >],1,1 +350613,350613,12,symb,c3_set_union_permuted,6,"['(', '%', ':', '&']",% & (],0,1 +350613,350613,12,symb,c3_set_union_permuted,7,"['*', ':', '(', '&']",: ( *],0,1 +350613,350613,12,symb,c3_set_union_permuted,8,"['!', '%', '>', '~']",~ > ! %],1,1 +350613,350613,12,symb,c3_set_union_permuted,9,"['~', '$', '*', '(']",* ~ $],0,1 +350613,350613,12,symb,c3_set_union_permuted,10,"['~', '<', '$', ':']",~ $ : <],1,1 +350613,350613,12,symb,c3_set_union_permuted,11,"['(', '>', '*', '%']",( * >),0,1 +350613,350613,12,symb,c3_set_union_permuted,12,"['>', '&', '<', '!']",> < & !],1,1 +350613,350613,12,symb,c3_set_union_permuted,13,"['%', '*', '!', '(']",(! * %)],0,1 +350613,350613,12,symb,c3_set_union_permuted,14,"['&', '%', '~', '$']",& % ~ $],1,1 +350613,350613,12,symb,c3_set_union_permuted,15,"['>', '%', '~', '&']",> & ~ %],1,1 +350613,350613,12,symb,c3_set_union_permuted,16,"['<', '>', '*', '%']",* % < >],1,1 +350613,350613,12,symb,c3_set_union_permuted,17,"['(', '*', '~', ':']",* ~],0,1 +350613,350613,12,symb,c3_set_union_permuted,18,"[':', '(', '$', '>']",: $ > (,1,1 +350613,350613,12,symb,c3_set_union_permuted,19,"[':', '$', '%', '~']",% $ ~ :],1,1 +350613,350613,12,symb,c3_set_union_permuted,20,"['!', ':', '&', '(']",: !],0,1 +350613,350613,12,symb,c3_set_union_permuted,21,"['>', '$', '!', '%']",> ! $ %],1,1 +350613,350613,12,symb,c3_set_union_permuted,22,"['%', '<', ':', '>']",< > :],0,1 +350613,350613,12,symb,c3_set_union_permuted,23,"['>', '&', '$', '!']",& ! $ >],1,1 +350613,350613,12,symb,c3_set_union_permuted,24,"['&', '$', '!', '(']",& $ !],0,1 +350613,350613,12,symb,c3_set_union_permuted,25,"['>', ':', '(', '~']",> (: ~],1,1 +350613,350613,12,symb,c3_set_union_permuted,26,"['*', '!', '%', '$']",! $ *],0,1 +350613,350613,12,symb,c3_set_union_permuted,27,"['(', '!', '%', '~']",% ( ~ !],1,1 +350613,350613,12,symb,c3_set_union_permuted,28,"['<', '!', '>', '(']",> < ! (],1,1 +350613,350613,12,symb,c3_set_union_permuted,29,"['*', '&', '(', '!']",( & * !),0,1 +350613,350613,12,symb,c3_set_union_permuted,30,"['<', ':', '*', '(']",( * : <],1,1 +350613,350613,12,symb,c3_set_union_permuted,31,"['<', '~', '$', '!']",< ~ $ !],1,1 +350613,350613,12,symb,c3_set_union_permuted,32,"['<', '>', '!', '$']",< $ > !],1,1 +350613,350613,12,symb,c3_set_union_permuted,33,"['>', ':', '!', '&']",> : ! &],1,1 +350613,350613,12,symb,c3_set_union_permuted,34,"['%', '*', '&', ':']",% & : *],1,1 +350613,350613,12,symb,c3_set_union_permuted,35,"['&', '!', '%', '>']",% ! > &],1,1 +350613,350613,12,symb,c3_set_union_permuted,36,"['~', '$', '<', '>']",> $ ~],0,1 +350613,350613,12,symb,c3_set_union_permuted,37,"['~', '<', '(', '!']",( ! < ~],1,1 +350613,350613,12,symb,c3_set_union_permuted,38,"[':', '<', '~', '!']",~ < ! :],1,1 +350613,350613,12,symb,c3_set_union_permuted,39,"[':', '$', '%', '&']",: % $],0,1 +350613,350613,12,symb,c3_set_union_permuted,40,"['!', '%', '$', '~']",% ! ~],0,1 +350613,350613,12,symb,c3_set_union_permuted,41,"['%', '!', '<', ':']",% : ! <],1,1 +350613,350613,12,symb,c3_set_union_permuted,42,"['~', '!', '>', '$']",> $ !],0,1 +350613,350613,12,symb,c3_set_union_permuted,43,"['~', ':', '!', '$']",! : $],0,1 +350613,350613,12,symb,c3_set_union_permuted,44,"['>', '*', '<', '$']",> $ <],0,1 +350613,350613,12,symb,c3_set_union_permuted,45,"['<', '!', '(', '&']",! < &],0,1 +350613,350613,12,symb,c3_set_union_permuted,46,"['%', '(', '~', '>']",~ > (%],1,1 +350613,350613,12,symb,c3_set_union_permuted,47,"[':', '!', '%', '>']",: > !],0,1 +350613,350613,12,symb,c3_set_union_permuted,48,"[':', '&', '!', '~']",& ~ : !],1,1 +350613,350613,12,symb,c3_set_union_permuted,49,"['*', '&', '%', '>']",* & > %],1,1 +350613,350613,12,symb,c3_set_union_permuted,50,"[':', '%', '*', '>']",> : *],0,1 +350613,350613,12,symb,c3_set_union_permuted,51,"['&', ':', '%', '!']",! % : &],1,1 +350613,350613,12,symb,c3_set_union_permuted,52,"['<', '&', '~', '%']",% & < ~],1,1 +350613,350613,12,symb,c3_set_union_permuted,53,"['(', '$', '>', '~']",> ( ~ $],1,1 +350613,350613,12,symb,c3_set_union_permuted,54,"['~', '<', '*', '$']",< * ~ $],1,1 +350613,350613,12,symb,c3_set_union_permuted,55,"['<', '>', '(', '~']",~ > < (],1,1 +350613,350613,12,symb,c3_set_union_permuted,56,"['~', '$', '(', '!']",~ $ !],0,1 +350613,350613,12,symb,c3_set_union_permuted,57,"['~', ':', '%', '>']",: % ~ >],1,1 +350613,350613,12,symb,c3_set_union_permuted,58,"['(', '$', '>', '&']",$ ( & >],1,1 +350613,350613,12,symb,c3_set_union_permuted,59,"['&', '%', '>', '(']",& ( >],0,1 +350613,350613,12,symb,c3_set_union_permuted,60,"['$', '(', '*', '&']",& $ (],0,1 +350613,350613,12,symb,c3_set_union_permuted,61,"['>', '~', '*', '$']",* > $ ~],1,1 +350613,350613,12,symb,c3_set_union_permuted,62,"['~', '*', '$', ':']",* : $],0,1 +350613,350613,12,symb,c3_set_union_permuted,63,"['$', '(', '~', '%']",% $ ~],0,1 +350613,350613,12,symb,c3_set_union_permuted,64,"['!', '*', '$', '(']",$ ! * (],1,1 +350613,350613,12,symb,c3_set_union_permuted,65,"['*', '$', '%', '>']",> % $ *],1,1 +350613,350613,12,symb,c3_set_union_permuted,66,"['>', '<', '*', '~']",~ * < >],1,1 +350613,350613,12,symb,c3_set_union_permuted,67,"['!', '(', '%', '>']",% > !],0,1 +350613,350613,12,symb,c3_set_union_permuted,68,"['~', '*', '&', '<']",~ < * &],1,1 +350613,350613,12,symb,c3_set_union_permuted,69,"['<', '&', '!', '$']",& ! <],0,1 +350613,350613,12,symb,c3_set_union_permuted,70,"['~', '!', '&', '*']",* ~ & !],1,1 +350613,350613,12,symb,c3_set_union_permuted,71,"[':', '$', '%', '!']",: $ ! %],1,1 +350613,350613,12,symb,c3_set_union_permuted,72,"[':', '*', '<', '%']",* < %],0,1 +350613,350613,12,symb,c3_set_union_permuted,73,"['!', '~', '&', '(']",(~ ! &)],0,1 +350613,350613,12,symb,c3_set_union_permuted,74,"['$', '~', '%', '*']",$ ~ *],0,1 +350613,350613,12,symb,c3_set_union_permuted,75,"['<', '$', '(', '>']",> < ($)],0,1 +350613,350613,12,symb,c3_set_union_permuted,76,"['&', '>', '(', '*']",> & (*],1,1 +350613,350613,12,symb,c3_set_union_permuted,77,"['!', '<', '*', '&']",* & ! <],1,1 +350613,350613,12,symb,c3_set_union_permuted,78,"['&', '<', '(', ':']",< ( :],0,1 +350613,350613,12,symb,c3_set_union_permuted,79,"['*', '&', '<', ':']",<& * :],1,1 +350613,350613,12,symb,c3_set_union_permuted,80,"['(', '!', '$', '<']",< ( $ !],1,1 +350613,350613,12,symb,c3_set_union_permuted,81,"['*', '&', '$', '%']",& % *],0,1 +350613,350613,12,symb,c3_set_union_permuted,82,"['%', '&', '<', '$']",$ < % &],1,1 +350613,350613,12,symb,c3_set_union_permuted,83,"['%', '*', ':', '$']",$ * % :],1,1 +350613,350613,12,symb,c3_set_union_permuted,84,"['&', '%', '<', '(']",< ( %],0,1 +350613,350613,12,symb,c3_set_union_permuted,85,"['<', '!', '(', '%']",( < ! %],1,1 +350613,350613,12,symb,c3_set_union_permuted,86,"['%', '*', ':', '(']",* ( %],0,1 +350613,350613,12,symb,c3_set_union_permuted,87,"['!', '~', '<', '%']",% < !],0,1 +350613,350613,12,symb,c3_set_union_permuted,88,"['*', '(', '!', '>']",!* > (,1,1 +350613,350613,12,symb,c3_set_union_permuted,89,"['%', '~', ':', '<']",< : % ~],1,1 +350613,350613,12,symb,c3_set_union_permuted,90,"['!', ':', '&', '$']",! : $ &],1,1 +350613,350613,12,symb,c3_set_union_permuted,91,"[':', '*', '>', '&']",& > : ],0,1 +350613,350613,12,symb,c3_set_union_permuted,92,"['>', '~', '(', '!']",> ! ~],0,1 +350613,350613,12,symb,c3_set_union_permuted,93,"['>', '%', '*', '~']",% * > ~],1,1 +350613,350613,12,symb,c3_set_union_permuted,94,"[':', '!', '<', '(']",: ( !],0,1 +350613,350613,12,symb,c3_set_union_permuted,95,"['&', '~', '>', '(']",( & > ~],1,1 +350613,350613,12,symb,c3_set_union_permuted,96,"[':', '~', '>', '&']",~ > & :],1,1 +350613,350613,12,symb,c3_set_union_permuted,97,"['<', '~', '>', '%']",% ~ < >],1,1 +350613,350613,12,symb,c3_set_union_permuted,98,"['!', '~', '*', '>']",~ ! > *],1,1 +350613,350613,12,symb,c3_set_union_permuted,99,"['!', '<', '*', '>']",! * > <],1,1 +350613,350613,12,symb,c2_set_union_permuted,0,['<'],< & >],0,1 +350613,350613,12,symb,c2_set_union_permuted,1,['<'],~ <],0,1 +350613,350613,12,symb,c2_set_union_permuted,2,['$'],> $ >],0,1 +350613,350613,12,symb,c2_set_union_permuted,3,[':'],:% :],0,1 +350613,350613,12,symb,c2_set_union_permuted,4,[':'],$: >],0,1 +350613,350613,12,symb,c2_set_union_permuted,5,['~'],* $ ~],0,1 +350613,350613,12,symb,c2_set_union_permuted,6,['>'],$ > $],0,1 +350613,350613,12,symb,c2_set_union_permuted,7,['!'],!],1,1 +350613,350613,12,symb,c2_set_union_permuted,8,[':'],: &],0,1 +350613,350613,12,symb,c2_set_union_permuted,9,['('],$ (&],0,1 +350613,350613,12,symb,c2_set_union_permuted,10,['('],: ( ],0,1 +350613,350613,12,symb,c2_set_union_permuted,11,['%'],& % <],0,1 +350613,350613,12,symb,c2_set_union_permuted,12,['>'],$ >],0,1 +350613,350613,12,symb,c2_set_union_permuted,13,['<'],< !],0,1 +350613,350613,12,symb,c2_set_union_permuted,14,['!'],$ ! %],0,1 +350613,350613,12,symb,c2_set_union_permuted,15,['!'],! <],0,1 +350613,350613,12,symb,c2_set_union_permuted,16,['!'],!],1,1 +350613,350613,12,symb,c2_set_union_permuted,17,['&'],& :] &],0,1 +350613,350613,12,symb,c2_set_union_permuted,18,['<'],% < %],0,1 +350613,350613,12,symb,c2_set_union_permuted,19,['*'],* !],0,1 +350613,350613,12,symb,c2_set_union_permuted,20,['<'],> < >],0,1 +350613,350613,12,symb,c2_set_union_permuted,21,[':'],: :],0,1 +350613,350613,12,symb,c2_set_union_permuted,22,['$'],* $ %],0,1 +350613,350613,12,symb,c2_set_union_permuted,23,['<'],< < :],0,1 +350613,350613,12,symb,c2_set_union_permuted,24,['!'],< !],0,1 +350613,350613,12,symb,c2_set_union_permuted,25,['%'],% ~],0,1 +350613,350613,12,symb,c2_set_union_permuted,26,[':'],:% :],0,1 +350613,350613,12,symb,c2_set_union_permuted,27,['<'],< $ <],0,1 +350613,350613,12,symb,c2_set_union_permuted,28,['%'],% <],0,1 +350613,350613,12,symb,c2_set_union_permuted,29,['~'],~],1,1 +350613,350613,12,symb,c2_set_union_permuted,30,['~'],~ % ~],0,1 +350613,350613,12,symb,c2_set_union_permuted,31,['%'],% > &],0,1 +350613,350613,12,symb,c2_set_union_permuted,32,[':'],:<],0,1 +350613,350613,12,symb,c2_set_union_permuted,33,['('],! ( *)],0,1 +350613,350613,12,symb,c2_set_union_permuted,34,[':'],* &],0,1 +350613,350613,12,symb,c2_set_union_permuted,35,['('],( )],0,1 +350613,350613,12,symb,c2_set_union_permuted,36,['<'],< :],0,1 +350613,350613,12,symb,c2_set_union_permuted,37,['!'],!],1,1 +350613,350613,12,symb,c2_set_union_permuted,38,['$'],$ (],0,1 +350613,350613,12,symb,c2_set_union_permuted,39,['$'],% $ %],0,1 +350613,350613,12,symb,c2_set_union_permuted,40,['&'],(&],0,1 +350613,350613,12,symb,c2_set_union_permuted,41,['('],($ :],0,1 +350613,350613,12,symb,c2_set_union_permuted,42,['~'],! ~ ~],0,1 +350613,350613,12,symb,c2_set_union_permuted,43,['&'],& !],0,1 +350613,350613,12,symb,c2_set_union_permuted,44,['<'],(% < (],0,1 +350613,350613,12,symb,c2_set_union_permuted,45,['!'],! $],0,1 +350613,350613,12,symb,c2_set_union_permuted,46,['$'],& $ &],0,1 +350613,350613,12,symb,c2_set_union_permuted,47,['('],( >),0,1 +350613,350613,12,symb,c2_set_union_permuted,48,[':'],:],1,1 +350613,350613,12,symb,c2_set_union_permuted,49,['('],( : >],0,1 +350613,350613,12,symb,c2_set_union_permuted,50,['('],( < ),0,1 +350613,350613,12,symb,c2_set_union_permuted,51,['!'],! ! (],0,1 +350613,350613,12,symb,c2_set_union_permuted,52,['('],( & ],0,1 +350613,350613,12,symb,c2_set_union_permuted,53,['~'],$ ~ %],0,1 +350613,350613,12,symb,c2_set_union_permuted,54,['%'],%],1,1 +350613,350613,12,symb,c2_set_union_permuted,55,['>'],> *],0,1 +350613,350613,12,symb,c2_set_union_permuted,56,['('],( < !],0,1 +350613,350613,12,symb,c2_set_union_permuted,57,['>'],> >],0,1 +350613,350613,12,symb,c2_set_union_permuted,58,['*'],* &],0,1 +350613,350613,12,symb,c2_set_union_permuted,59,['!'],% !],0,1 +350613,350613,12,symb,c2_set_union_permuted,60,['>'],> *],0,1 +350613,350613,12,symb,c2_set_union_permuted,61,['%'],% *],0,1 +350613,350613,12,symb,c2_set_union_permuted,62,['*'],(* *)],0,1 +350613,350613,12,symb,c2_set_union_permuted,63,['>'],> >],0,1 +350613,350613,12,symb,c2_set_union_permuted,64,['*'],% > *],0,1 +350613,350613,12,symb,c2_set_union_permuted,65,['!'],$ ! *],0,1 +350613,350613,12,symb,c2_set_union_permuted,66,['&'],% & !],0,1 +350613,350613,12,symb,c2_set_union_permuted,67,['!'],% !],0,1 +350613,350613,12,symb,c2_set_union_permuted,68,['~'],> ~ &],0,1 +350613,350613,12,symb,c2_set_union_permuted,69,['%'],% !],0,1 +350613,350613,12,symb,c2_set_union_permuted,70,['!'],! * >],0,1 +350613,350613,12,symb,c2_set_union_permuted,71,['~'],* ~ <],0,1 +350613,350613,12,symb,c2_set_union_permuted,72,['*'],$ * <],0,1 +350613,350613,12,symb,c2_set_union_permuted,73,['>'],& > <],0,1 +350613,350613,12,symb,c2_set_union_permuted,74,['!'],$ > !],0,1 +350613,350613,12,symb,c2_set_union_permuted,75,['%'],% ~],0,1 +350613,350613,12,symb,c2_set_union_permuted,76,[':'],:],1,1 +350613,350613,12,symb,c2_set_union_permuted,77,['$'],% (],0,1 +350613,350613,12,symb,c2_set_union_permuted,78,['~'],< ~],0,1 +350613,350613,12,symb,c2_set_union_permuted,79,['!'],< ! !],0,1 +350613,350613,12,symb,c2_set_union_permuted,80,['&'],& ~],0,1 +350613,350613,12,symb,c2_set_union_permuted,81,['('],(% <)],0,1 +350613,350613,12,symb,c2_set_union_permuted,82,['!'],! %],0,1 +350613,350613,12,symb,c2_set_union_permuted,83,['>'],: (],0,1 +350613,350613,12,symb,c2_set_union_permuted,84,['<'],& < &],0,1 +350613,350613,12,symb,c2_set_union_permuted,85,['$'],$),0,1 +350613,350613,12,symb,c2_set_union_permuted,86,[':'],(: &],0,1 +350613,350613,12,symb,c2_set_union_permuted,87,['!'],!],1,1 +350613,350613,12,symb,c2_set_union_permuted,88,[':'],: $],0,1 +350613,350613,12,symb,c2_set_union_permuted,89,[':'],*: !],0,1 +350613,350613,12,symb,c2_set_union_permuted,90,[':'],> : >],0,1 +350613,350613,12,symb,c2_set_union_permuted,91,[':'],: <],0,1 +350613,350613,12,symb,c2_set_union_permuted,92,['<'],:<],0,1 +350613,350613,12,symb,c2_set_union_permuted,93,['('],( ~ >],0,1 +350613,350613,12,symb,c2_set_union_permuted,94,['%'],:% :],0,1 +350613,350613,12,symb,c2_set_union_permuted,95,['~'],~],1,1 +350613,350613,12,symb,c2_set_union_permuted,96,['%'],: > %],0,1 +350613,350613,12,symb,c2_set_union_permuted,97,['&'],& < &],0,1 +350613,350613,12,symb,c2_set_union_permuted,98,['$'],$ %],0,1 +350613,350613,12,symb,c2_set_union_permuted,99,['!'],!],1,1 +350613,350613,12,symb,c1_set_union_permuted,0,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,1,['('],(],1,1 +350613,350613,12,symb,c1_set_union_permuted,2,['*'],* %],0,1 +350613,350613,12,symb,c1_set_union_permuted,3,['!'],! >],0,1 +350613,350613,12,symb,c1_set_union_permuted,4,['&'],&],1,1 +350613,350613,12,symb,c1_set_union_permuted,5,['*'],*],1,1 +350613,350613,12,symb,c1_set_union_permuted,6,['!'],!,1,1 +350613,350613,12,symb,c1_set_union_permuted,7,['~'],~],1,1 +350613,350613,12,symb,c1_set_union_permuted,8,['!'],!),0,1 +350613,350613,12,symb,c1_set_union_permuted,9,['$'],$],1,1 +350613,350613,12,symb,c1_set_union_permuted,10,['~'],~],1,1 +350613,350613,12,symb,c1_set_union_permuted,11,[':'],:],1,1 +350613,350613,12,symb,c1_set_union_permuted,12,['!'],!],1,1 +350613,350613,12,symb,c1_set_union_permuted,13,[':'],% :],0,1 +350613,350613,12,symb,c1_set_union_permuted,14,['<'],<],1,1 +350613,350613,12,symb,c1_set_union_permuted,15,['*'],*],1,1 +350613,350613,12,symb,c1_set_union_permuted,16,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,17,['!'],!],1,1 +350613,350613,12,symb,c1_set_union_permuted,18,['('],(],1,1 +350613,350613,12,symb,c1_set_union_permuted,19,['$'],$ >],0,1 +350613,350613,12,symb,c1_set_union_permuted,20,['&'],&],1,1 +350613,350613,12,symb,c1_set_union_permuted,21,['!'],!],1,1 +350613,350613,12,symb,c1_set_union_permuted,22,[':'],:],1,1 +350613,350613,12,symb,c1_set_union_permuted,23,['~'],~],1,1 +350613,350613,12,symb,c1_set_union_permuted,24,['>'],>],1,1 +350613,350613,12,symb,c1_set_union_permuted,25,['!'],! >],0,1 +350613,350613,12,symb,c1_set_union_permuted,26,['$'],$],1,1 +350613,350613,12,symb,c1_set_union_permuted,27,['$'],<$>,0,1 +350613,350613,12,symb,c1_set_union_permuted,28,['&'],&],1,1 +350613,350613,12,symb,c1_set_union_permuted,29,['~'],$,0,1 +350613,350613,12,symb,c1_set_union_permuted,30,['~'],~],1,1 +350613,350613,12,symb,c1_set_union_permuted,31,['('],(],1,1 +350613,350613,12,symb,c1_set_union_permuted,32,['('],(],1,1 +350613,350613,12,symb,c1_set_union_permuted,33,['('],<],0,1 +350613,350613,12,symb,c1_set_union_permuted,34,['$'],$],1,1 +350613,350613,12,symb,c1_set_union_permuted,35,['*'],*],1,1 +350613,350613,12,symb,c1_set_union_permuted,36,['<'],<],1,1 +350613,350613,12,symb,c1_set_union_permuted,37,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,38,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,39,['!'],! >],0,1 +350613,350613,12,symb,c1_set_union_permuted,40,[':'],:$],0,1 +350613,350613,12,symb,c1_set_union_permuted,41,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,42,['('],( >],0,1 +350613,350613,12,symb,c1_set_union_permuted,43,['!'],(!],0,1 +350613,350613,12,symb,c1_set_union_permuted,44,['>'],>],1,1 +350613,350613,12,symb,c1_set_union_permuted,45,['>'],( >],0,1 +350613,350613,12,symb,c1_set_union_permuted,46,['*'],:],0,1 +350613,350613,12,symb,c1_set_union_permuted,47,['<'],<],1,1 +350613,350613,12,symb,c1_set_union_permuted,48,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,49,[':'],*],0,1 +350613,350613,12,symb,c1_set_union_permuted,50,['!'],!],1,1 +350613,350613,12,symb,c1_set_union_permuted,51,['~'],~],1,1 +350613,350613,12,symb,c1_set_union_permuted,52,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,53,[':'],:],1,1 +350613,350613,12,symb,c1_set_union_permuted,54,['!'],%],0,1 +350613,350613,12,symb,c1_set_union_permuted,55,['~'],~],1,1 +350613,350613,12,symb,c1_set_union_permuted,56,['<'],<],1,1 +350613,350613,12,symb,c1_set_union_permuted,57,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,58,['$'],$],1,1 +350613,350613,12,symb,c1_set_union_permuted,59,['!'],!],1,1 +350613,350613,12,symb,c1_set_union_permuted,60,['&'],&],1,1 +350613,350613,12,symb,c1_set_union_permuted,61,['$'],$],1,1 +350613,350613,12,symb,c1_set_union_permuted,62,['('],>],0,1 +350613,350613,12,symb,c1_set_union_permuted,63,['~'],~],1,1 +350613,350613,12,symb,c1_set_union_permuted,64,['$'],($],0,1 +350613,350613,12,symb,c1_set_union_permuted,65,['*'],*],1,1 +350613,350613,12,symb,c1_set_union_permuted,66,['$'],$,1,1 +350613,350613,12,symb,c1_set_union_permuted,67,['!'],!],1,1 +350613,350613,12,symb,c1_set_union_permuted,68,['~'],(~],0,1 +350613,350613,12,symb,c1_set_union_permuted,69,['~'],$ ~,0,1 +350613,350613,12,symb,c1_set_union_permuted,70,[':'],:],1,1 +350613,350613,12,symb,c1_set_union_permuted,71,['<'],<],1,1 +350613,350613,12,symb,c1_set_union_permuted,72,['&'],&],1,1 +350613,350613,12,symb,c1_set_union_permuted,73,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,74,['!'],:],0,1 +350613,350613,12,symb,c1_set_union_permuted,75,['!'],!*],0,1 +350613,350613,12,symb,c1_set_union_permuted,76,['('],(,1,1 +350613,350613,12,symb,c1_set_union_permuted,77,['!'],! &],0,1 +350613,350613,12,symb,c1_set_union_permuted,78,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,79,['&'],&],1,1 +350613,350613,12,symb,c1_set_union_permuted,80,['$'],$],1,1 +350613,350613,12,symb,c1_set_union_permuted,81,['*'],(*],0,1 +350613,350613,12,symb,c1_set_union_permuted,82,['&'],&],1,1 +350613,350613,12,symb,c1_set_union_permuted,83,['!'],!],1,1 +350613,350613,12,symb,c1_set_union_permuted,84,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,85,[':'],:],1,1 +350613,350613,12,symb,c1_set_union_permuted,86,['('],( >],0,1 +350613,350613,12,symb,c1_set_union_permuted,87,['!'],!,1,1 +350613,350613,12,symb,c1_set_union_permuted,88,['%'],%],1,1 +350613,350613,12,symb,c1_set_union_permuted,89,['~'],~],1,1 +350613,350613,12,symb,c1_set_union_permuted,90,['<'],<],1,1 +350613,350613,12,symb,c1_set_union_permuted,91,['&'],&],1,1 +350613,350613,12,symb,c1_set_union_permuted,92,['~'],(~ *),0,1 +350613,350613,12,symb,c1_set_union_permuted,93,['<'],<],1,1 +350613,350613,12,symb,c1_set_union_permuted,94,['$'],$],1,1 +350613,350613,12,symb,c1_set_union_permuted,95,['*'],*],1,1 +350613,350613,12,symb,c1_set_union_permuted,96,['>'],:>,0,1 +350613,350613,12,symb,c1_set_union_permuted,97,['('],($],0,1 +350613,350613,12,symb,c1_set_union_permuted,98,['~'],~],1,1 +350613,350613,12,symb,c1_set_union_permuted,99,['*'],*],1,1 +350613,350613,12,symb,XOR_permuted,0,"['(', '%']",( :%],0,1 +350613,350613,12,symb,XOR_permuted,1,"[':', '(']",* (],0,1 +350613,350613,12,symb,XOR_permuted,2,"['&', '>']",(& >)],0,1 +350613,350613,12,symb,XOR_permuted,3,"['~', '%']",% ~],1,1 +350613,350613,12,symb,XOR_permuted,4,"['!', '~']",(! ~)],0,1 +350613,350613,12,symb,XOR_permuted,5,"['<', '~']",(~ !],0,1 +350613,350613,12,symb,XOR_permuted,6,"['!', '$']",> $],0,1 +350613,350613,12,symb,XOR_permuted,7,"['%', ':']",: %],1,1 +350613,350613,12,symb,XOR_permuted,8,"['&', '(']",& (],1,1 +350613,350613,12,symb,XOR_permuted,9,"[':', '!']",:! <],0,1 +350613,350613,12,symb,XOR_permuted,10,"['$', '~']",~ $],1,1 +350613,350613,12,symb,XOR_permuted,11,"['%', '>']",< >],0,1 +350613,350613,12,symb,XOR_permuted,12,"['%', '$']",$ %],1,1 +350613,350613,12,symb,XOR_permuted,13,"['!', '~']",: ~],0,1 +350613,350613,12,symb,XOR_permuted,14,"['&', '!']",& !],1,1 +350613,350613,12,symb,XOR_permuted,15,"['%', '>']",% >],1,1 +350613,350613,12,symb,XOR_permuted,16,"['>', ':']",! !],0,1 +350613,350613,12,symb,XOR_permuted,17,"['~', '*']",~ *),0,1 +350613,350613,12,symb,XOR_permuted,18,"['>', ':']",: >],1,1 +350613,350613,12,symb,XOR_permuted,19,"['%', '$']",$ %],1,1 +350613,350613,12,symb,XOR_permuted,20,"['%', '*']",* %],1,1 +350613,350613,12,symb,XOR_permuted,21,"['~', '<']",~ <],1,1 +350613,350613,12,symb,XOR_permuted,22,"['%', '!']",! %],1,1 +350613,350613,12,symb,XOR_permuted,23,"['%', '$']",$ %],1,1 +350613,350613,12,symb,XOR_permuted,24,"[':', '%']",:%],1,1 +350613,350613,12,symb,XOR_permuted,25,"['*', ':']",:* &],0,1 +350613,350613,12,symb,XOR_permuted,26,"['!', '$']",$ !],1,1 +350613,350613,12,symb,XOR_permuted,27,"['*', '$']",* $],1,1 +350613,350613,12,symb,XOR_permuted,28,"['!', '>']",! >],1,1 +350613,350613,12,symb,XOR_permuted,29,"['$', '%']",: %],0,1 +350613,350613,12,symb,XOR_permuted,30,"['*', '<']",< *],1,1 +350613,350613,12,symb,XOR_permuted,31,"['*', '~']",~ *],1,1 +350613,350613,12,symb,XOR_permuted,32,"['%', '*']",& *],0,1 +350613,350613,12,symb,XOR_permuted,33,"['<', '>']",< >],1,1 +350613,350613,12,symb,XOR_permuted,34,"['!', '<']",! <],1,1 +350613,350613,12,symb,XOR_permuted,35,"['~', '%']",% (,0,1 +350613,350613,12,symb,XOR_permuted,36,"['~', '%']",% ~],1,1 +350613,350613,12,symb,XOR_permuted,37,"['(', '<']",( <],1,1 +350613,350613,12,symb,XOR_permuted,38,"[':', '$']",: $],1,1 +350613,350613,12,symb,XOR_permuted,39,"['~', '>']",> ~],1,1 +350613,350613,12,symb,XOR_permuted,40,"['$', '!']",$ !],1,1 +350613,350613,12,symb,XOR_permuted,41,"['>', '~']",* ~],0,1 +350613,350613,12,symb,XOR_permuted,42,"[':', '$']",: $],1,1 +350613,350613,12,symb,XOR_permuted,43,"['>', '%']",% >],1,1 +350613,350613,12,symb,XOR_permuted,44,"['*', '&']",(% *),0,1 +350613,350613,12,symb,XOR_permuted,45,"['!', '<']",< !],1,1 +350613,350613,12,symb,XOR_permuted,46,"['*', '%']",* %],1,1 +350613,350613,12,symb,XOR_permuted,47,"['*', '%']",* %],1,1 +350613,350613,12,symb,XOR_permuted,48,"['%', '&']",% &],1,1 +350613,350613,12,symb,XOR_permuted,49,"['<', '&']",& <],1,1 +350613,350613,12,symb,XOR_permuted,50,"['~', '$']",> ~],0,1 +350613,350613,12,symb,XOR_permuted,51,"['%', '&']",& %],1,1 +350613,350613,12,symb,XOR_permuted,52,"['$', ':']",: $],1,1 +350613,350613,12,symb,XOR_permuted,53,"[':', '*']",* &],0,1 +350613,350613,12,symb,XOR_permuted,54,"['&', '%']",:&],0,1 +350613,350613,12,symb,XOR_permuted,55,"['<', '$']",$ <],1,1 +350613,350613,12,symb,XOR_permuted,56,"['%', '~']",% ~],1,1 +350613,350613,12,symb,XOR_permuted,57,"['<', '(']",< (],1,1 +350613,350613,12,symb,XOR_permuted,58,"['>', '<']",< >],1,1 +350613,350613,12,symb,XOR_permuted,59,"[':', '*']",! :],0,1 +350613,350613,12,symb,XOR_permuted,60,"['$', '*']",% *],0,1 +350613,350613,12,symb,XOR_permuted,61,"['%', '&']",& %],1,1 +350613,350613,12,symb,XOR_permuted,62,"['%', '*']",% *],1,1 +350613,350613,12,symb,XOR_permuted,63,"['*', '%']",% *],1,1 +350613,350613,12,symb,XOR_permuted,64,"['*', '!']",* !],1,1 +350613,350613,12,symb,XOR_permuted,65,"['$', '~']",* ~],0,1 +350613,350613,12,symb,XOR_permuted,66,"['$', '(']",(: $],0,1 +350613,350613,12,symb,XOR_permuted,67,"['%', '(']",: %],0,1 +350613,350613,12,symb,XOR_permuted,68,"['$', '<']",$ <],1,1 +350613,350613,12,symb,XOR_permuted,69,"['~', '(']",~ (],1,1 +350613,350613,12,symb,XOR_permuted,70,"['<', '%']",% <],1,1 +350613,350613,12,symb,XOR_permuted,71,"['!', '&']",! &],1,1 +350613,350613,12,symb,XOR_permuted,72,"[':', '&']",& : $],0,1 +350613,350613,12,symb,XOR_permuted,73,"['~', '!']",~ !],1,1 +350613,350613,12,symb,XOR_permuted,74,"['%', '$']",~ &],0,1 +350613,350613,12,symb,XOR_permuted,75,"['*', '$']",* $],1,1 +350613,350613,12,symb,XOR_permuted,76,"['$', '~']",~ $],1,1 +350613,350613,12,symb,XOR_permuted,77,"['(', '&']",& <],0,1 +350613,350613,12,symb,XOR_permuted,78,"['&', '(']",& ~],0,1 +350613,350613,12,symb,XOR_permuted,79,"['>', '!']",~ >],0,1 +350613,350613,12,symb,XOR_permuted,80,"[':', '!']",! :],1,1 +350613,350613,12,symb,XOR_permuted,81,"['<', '~']",> ~],0,1 +350613,350613,12,symb,XOR_permuted,82,"['<', '>']",< >],1,1 +350613,350613,12,symb,XOR_permuted,83,"['>', '%']",% >],1,1 +350613,350613,12,symb,XOR_permuted,84,"['~', '$']",< $],0,1 +350613,350613,12,symb,XOR_permuted,85,"['$', '(']",( $],1,1 +350613,350613,12,symb,XOR_permuted,86,"['~', '*']",* ~],1,1 +350613,350613,12,symb,XOR_permuted,87,"['$', '(']",$ >],0,1 +350613,350613,12,symb,XOR_permuted,88,"['!', '&']",! &],1,1 +350613,350613,12,symb,XOR_permuted,89,"['(', '$']",$ (],1,1 +350613,350613,12,symb,XOR_permuted,90,"['&', '<']",& <],1,1 +350613,350613,12,symb,XOR_permuted,91,"['(', '%']",% (],1,1 +350613,350613,12,symb,XOR_permuted,92,"[':', '(']",~ :],0,1 +350613,350613,12,symb,XOR_permuted,93,"['<', ':']",$ <],0,1 +350613,350613,12,symb,XOR_permuted,94,"['!', '>']",> !],1,1 +350613,350613,12,symb,XOR_permuted,95,"[':', '<']",& <],0,1 +350613,350613,12,symb,XOR_permuted,96,"['<', '$']",< $],1,1 +350613,350613,12,symb,XOR_permuted,97,"[':', '!']",:!],1,1 +350613,350613,12,symb,XOR_permuted,98,"['>', '<']",> <],1,1 +350613,350613,12,symb,XOR_permuted,99,"['~', '>']",: >],0,1 +350613,350613,12,symb,AND_permuted,0,[],$],0,1 +350613,350613,12,symb,AND_permuted,1,[],*],0,1 +350613,350613,12,symb,AND_permuted,2,[],>],0,1 +350613,350613,12,symb,AND_permuted,3,[],*],0,1 +350613,350613,12,symb,AND_permuted,4,[],$],0,1 +350613,350613,12,symb,AND_permuted,5,[],%,0,1 +350613,350613,12,symb,AND_permuted,6,[],<,0,1 +350613,350613,12,symb,AND_permuted,7,[],*],0,1 +350613,350613,12,symb,AND_permuted,8,[],:],0,1 +350613,350613,12,symb,AND_permuted,9,[],%],0,1 +350613,350613,12,symb,AND_permuted,10,[],:],0,1 +350613,350613,12,symb,AND_permuted,11,[],],1,1 +350613,350613,12,symb,AND_permuted,12,[],],1,1 +350613,350613,12,symb,AND_permuted,13,[],(,0,1 +350613,350613,12,symb,AND_permuted,14,[],>],0,1 +350613,350613,12,symb,AND_permuted,15,[],],1,1 +350613,350613,12,symb,AND_permuted,16,[], ],1,1 +350613,350613,12,symb,AND_permuted,17,[],%,0,1 +350613,350613,12,symb,AND_permuted,18,[],:],0,1 +350613,350613,12,symb,AND_permuted,19,[],$],0,1 +350613,350613,12,symb,AND_permuted,20,[],*],0,1 +350613,350613,12,symb,AND_permuted,21,[],<],0,1 +350613,350613,12,symb,AND_permuted,22,[],$,0,1 +350613,350613,12,symb,AND_permuted,23,[],],1,1 +350613,350613,12,symb,AND_permuted,24,[],!],0,1 +350613,350613,12,symb,AND_permuted,25,[],],1,1 +350613,350613,12,symb,AND_permuted,26,[],:],0,1 +350613,350613,12,symb,AND_permuted,27,[],(],0,1 +350613,350613,12,symb,AND_permuted,28,[],&,0,1 +350613,350613,12,symb,AND_permuted,29,[],!],0,1 +350613,350613,12,symb,AND_permuted,30,[],<,0,1 +350613,350613,12,symb,AND_permuted,31,[],:],0,1 +350613,350613,12,symb,AND_permuted,32,[],*],0,1 +350613,350613,12,symb,AND_permuted,33,[],:],0,1 +350613,350613,12,symb,AND_permuted,34,[],<,0,1 +350613,350613,12,symb,AND_permuted,35,[],~],0,1 +350613,350613,12,symb,AND_permuted,36,[],*],0,1 +350613,350613,12,symb,AND_permuted,37,[],<],0,1 +350613,350613,12,symb,AND_permuted,38,[],%,0,1 +350613,350613,12,symb,AND_permuted,39,[],&],0,1 +350613,350613,12,symb,AND_permuted,40,[],:],0,1 +350613,350613,12,symb,AND_permuted,41,[],],1,1 +350613,350613,12,symb,AND_permuted,42,[],(],0,1 +350613,350613,12,symb,AND_permuted,43,[],>],0,1 +350613,350613,12,symb,AND_permuted,44,[],:],0,1 +350613,350613,12,symb,AND_permuted,45,[],%],0,1 +350613,350613,12,symb,AND_permuted,46,[],<],0,1 +350613,350613,12,symb,AND_permuted,47,[],!],0,1 +350613,350613,12,symb,AND_permuted,48,[],&],0,1 +350613,350613,12,symb,AND_permuted,49,[],<],0,1 +350613,350613,12,symb,AND_permuted,50,[],%],0,1 +350613,350613,12,symb,AND_permuted,51,[],],1,1 +350613,350613,12,symb,AND_permuted,52,[],&],0,1 +350613,350613,12,symb,AND_permuted,53,[],(],0,1 +350613,350613,12,symb,AND_permuted,54,[],],1,1 +350613,350613,12,symb,AND_permuted,55,[],%],0,1 +350613,350613,12,symb,AND_permuted,56,[],&],0,1 +350613,350613,12,symb,AND_permuted,57,[],*],0,1 +350613,350613,12,symb,AND_permuted,58,[],%],0,1 +350613,350613,12,symb,AND_permuted,59,[],$,0,1 +350613,350613,12,symb,AND_permuted,60,[],<],0,1 +350613,350613,12,symb,AND_permuted,61,[],],1,1 +350613,350613,12,symb,AND_permuted,62,[],:],0,1 +350613,350613,12,symb,AND_permuted,63,[],:],0,1 +350613,350613,12,symb,AND_permuted,64,[],<],0,1 +350613,350613,12,symb,AND_permuted,65,[],&],0,1 +350613,350613,12,symb,AND_permuted,66,[],)],0,1 +350613,350613,12,symb,AND_permuted,67,[],<,0,1 +350613,350613,12,symb,AND_permuted,68,[],<],0,1 +350613,350613,12,symb,AND_permuted,69,[],:],0,1 +350613,350613,12,symb,AND_permuted,70,[],%],0,1 +350613,350613,12,symb,AND_permuted,71,[],&,0,1 +350613,350613,12,symb,AND_permuted,72,[],~],0,1 +350613,350613,12,symb,AND_permuted,73,[],],1,1 +350613,350613,12,symb,AND_permuted,74,[],<],0,1 +350613,350613,12,symb,AND_permuted,75,[],:],0,1 +350613,350613,12,symb,AND_permuted,76,[],],1,1 +350613,350613,12,symb,AND_permuted,77,[],%],0,1 +350613,350613,12,symb,AND_permuted,78,[],],1,1 +350613,350613,12,symb,AND_permuted,79,[],&],0,1 +350613,350613,12,symb,AND_permuted,80,[],>],0,1 +350613,350613,12,symb,AND_permuted,81,[],<],0,1 +350613,350613,12,symb,AND_permuted,82,[],:],0,1 +350613,350613,12,symb,AND_permuted,83,[],],1,1 +350613,350613,12,symb,AND_permuted,84,[],*,0,1 +350613,350613,12,symb,AND_permuted,85,[],*],0,1 +350613,350613,12,symb,AND_permuted,86,[],<],0,1 +350613,350613,12,symb,AND_permuted,87,[],],1,1 +350613,350613,12,symb,AND_permuted,88,[],&,0,1 +350613,350613,12,symb,AND_permuted,89,[],:],0,1 +350613,350613,12,symb,AND_permuted,90,[],!],0,1 +350613,350613,12,symb,AND_permuted,91,[],],1,1 +350613,350613,12,symb,AND_permuted,92,[],<),0,1 +350613,350613,12,symb,AND_permuted,93,[],:],0,1 +350613,350613,12,symb,AND_permuted,94,[],%],0,1 +350613,350613,12,symb,AND_permuted,95,[],],1,1 +350613,350613,12,symb,AND_permuted,96,[],(],0,1 +350613,350613,12,symb,AND_permuted,97,[],<],0,1 +350613,350613,12,symb,AND_permuted,98,[],*,0,1 +350613,350613,12,symb,AND_permuted,99,[],>],0,1 +0613,0613,02,num,row_constant,0,[3],3],1,1 +0613,0613,02,num,row_constant,1,[4],4],1,1 +0613,0613,02,num,row_constant,2,[7],7],1,1 +0613,0613,02,num,row_constant,3,[3],3],1,1 +0613,0613,02,num,row_constant,4,[6],6],1,1 +0613,0613,02,num,row_constant,5,[7],7],1,1 +0613,0613,02,num,row_constant,6,[5],5],1,1 +0613,0613,02,num,row_constant,7,[9],9],1,1 +0613,0613,02,num,row_constant,8,[4],4],1,1 +0613,0613,02,num,row_constant,9,[4],4],1,1 +0613,0613,02,num,row_constant,10,[8],8],1,1 +0613,0613,02,num,row_constant,11,[9],9],1,1 +0613,0613,02,num,row_constant,12,[0],0],1,1 +0613,0613,02,num,row_constant,13,[0],0],1,1 +0613,0613,02,num,row_constant,14,[1],1],1,1 +0613,0613,02,num,row_constant,15,[4],4],1,1 +0613,0613,02,num,row_constant,16,[3],3],1,1 +0613,0613,02,num,row_constant,17,[7],7],1,1 +0613,0613,02,num,row_constant,18,[0],0],1,1 +0613,0613,02,num,row_constant,19,[5],5],1,1 +0613,0613,02,num,row_constant,20,[0],0],1,1 +0613,0613,02,num,row_constant,21,[3],3],1,1 +0613,0613,02,num,row_constant,22,[7],7],1,1 +0613,0613,02,num,row_constant,23,[9],9],1,1 +0613,0613,02,num,row_constant,24,[7],7],1,1 +0613,0613,02,num,row_constant,25,[4],4],1,1 +0613,0613,02,num,row_constant,26,[5],5],1,1 +0613,0613,02,num,row_constant,27,[9],9],1,1 +0613,0613,02,num,row_constant,28,[6],6],1,1 +0613,0613,02,num,row_constant,29,[7],7],1,1 +0613,0613,02,num,row_constant,30,[6],6],1,1 +0613,0613,02,num,row_constant,31,[4],4],1,1 +0613,0613,02,num,row_constant,32,[2],2],1,1 +0613,0613,02,num,row_constant,33,[4],4],1,1 +0613,0613,02,num,row_constant,34,[6],6],1,1 +0613,0613,02,num,row_constant,35,[7],7],1,1 +0613,0613,02,num,row_constant,36,[4],4],1,1 +0613,0613,02,num,row_constant,37,[3],3],1,1 +0613,0613,02,num,row_constant,38,[0],0],1,1 +0613,0613,02,num,row_constant,39,[9],9],1,1 +0613,0613,02,num,row_constant,40,[0],0],1,1 +0613,0613,02,num,row_constant,41,[6],6],1,1 +0613,0613,02,num,row_constant,42,[1],1],1,1 +0613,0613,02,num,row_constant,43,[4],4],1,1 +0613,0613,02,num,row_constant,44,[5],5],1,1 +0613,0613,02,num,row_constant,45,[3],3],1,1 +0613,0613,02,num,row_constant,46,[2],2],1,1 +0613,0613,02,num,row_constant,47,[8],8],1,1 +0613,0613,02,num,row_constant,48,[8],8],1,1 +0613,0613,02,num,row_constant,49,[7],7],1,1 +0613,0613,02,num,row_constant,50,[1],1],1,1 +0613,0613,02,num,row_constant,51,[4],4],1,1 +0613,0613,02,num,row_constant,52,[7],7],1,1 +0613,0613,02,num,row_constant,53,[7],7],1,1 +0613,0613,02,num,row_constant,54,[9],9],1,1 +0613,0613,02,num,row_constant,55,[0],0],1,1 +0613,0613,02,num,row_constant,56,[7],7],1,1 +0613,0613,02,num,row_constant,57,[0],0],1,1 +0613,0613,02,num,row_constant,58,[3],3],1,1 +0613,0613,02,num,row_constant,59,[5],5],1,1 +0613,0613,02,num,row_constant,60,[1],1],1,1 +0613,0613,02,num,row_constant,61,[3],3],1,1 +0613,0613,02,num,row_constant,62,[3],3],1,1 +0613,0613,02,num,row_constant,63,[3],3],1,1 +0613,0613,02,num,row_constant,64,[1],1],1,1 +0613,0613,02,num,row_constant,65,[4],4],1,1 +0613,0613,02,num,row_constant,66,[8],8],1,1 +0613,0613,02,num,row_constant,67,[5],5],1,1 +0613,0613,02,num,row_constant,68,[4],4],1,1 +0613,0613,02,num,row_constant,69,[4],4],1,1 +0613,0613,02,num,row_constant,70,[4],4],1,1 +0613,0613,02,num,row_constant,71,[7],7],1,1 +0613,0613,02,num,row_constant,72,[1],1],1,1 +0613,0613,02,num,row_constant,73,[6],6],1,1 +0613,0613,02,num,row_constant,74,[5],5],1,1 +0613,0613,02,num,row_constant,75,[0],0],1,1 +0613,0613,02,num,row_constant,76,[7],7],1,1 +0613,0613,02,num,row_constant,77,[7],7],1,1 +0613,0613,02,num,row_constant,78,[4],4],1,1 +0613,0613,02,num,row_constant,79,[2],2],1,1 +0613,0613,02,num,row_constant,80,[3],3],1,1 +0613,0613,02,num,row_constant,81,[2],2],1,1 +0613,0613,02,num,row_constant,82,[9],9],1,1 +0613,0613,02,num,row_constant,83,[8],8],1,1 +0613,0613,02,num,row_constant,84,[5],5],1,1 +0613,0613,02,num,row_constant,85,[2],2],1,1 +0613,0613,02,num,row_constant,86,[4],4],1,1 +0613,0613,02,num,row_constant,87,[7],7],1,1 +0613,0613,02,num,row_constant,88,[0],0],1,1 +0613,0613,02,num,row_constant,89,[3],3],1,1 +0613,0613,02,num,row_constant,90,[7],7],1,1 +0613,0613,02,num,row_constant,91,[7],7],1,1 +0613,0613,02,num,row_constant,92,[1],1],1,1 +0613,0613,02,num,row_constant,93,[7],7],1,1 +0613,0613,02,num,row_constant,94,[2],2],1,1 +0613,0613,02,num,row_constant,95,[6],6],1,1 +0613,0613,02,num,row_constant,96,[6],6],1,1 +0613,0613,02,num,row_constant,97,[2],2],1,1 +0613,0613,02,num,row_constant,98,[8],8],1,1 +0613,0613,02,num,row_constant,99,[6],6],1,1 +0613,0613,02,num,col_constant,0,[6],6,1,1 +0613,0613,02,num,col_constant,1,[9],9,1,1 +0613,0613,02,num,col_constant,2,[9],9,1,1 +0613,0613,02,num,col_constant,3,[8],8],1,1 +0613,0613,02,num,col_constant,4,[7],7,1,1 +0613,0613,02,num,col_constant,5,[8],8],1,1 +0613,0613,02,num,col_constant,6,[3],3,1,1 +0613,0613,02,num,col_constant,7,[5],5],1,1 +0613,0613,02,num,col_constant,8,[4],4,1,1 +0613,0613,02,num,col_constant,9,[4],4,1,1 +0613,0613,02,num,col_constant,10,[5],5],1,1 +0613,0613,02,num,col_constant,11,[8],8],1,1 +0613,0613,02,num,col_constant,12,[0],0],1,1 +0613,0613,02,num,col_constant,13,[1],1],1,1 +0613,0613,02,num,col_constant,14,[3],3,1,1 +0613,0613,02,num,col_constant,15,[6],6],1,1 +0613,0613,02,num,col_constant,16,[7],7,1,1 +0613,0613,02,num,col_constant,17,[5],5,1,1 +0613,0613,02,num,col_constant,18,[4],4,1,1 +0613,0613,02,num,col_constant,19,[2],2,1,1 +0613,0613,02,num,col_constant,20,[6],6,1,1 +0613,0613,02,num,col_constant,21,[6],6,1,1 +0613,0613,02,num,col_constant,22,[9],9,1,1 +0613,0613,02,num,col_constant,23,[0],0],1,1 +0613,0613,02,num,col_constant,24,[5],5],1,1 +0613,0613,02,num,col_constant,25,[2],2],1,1 +0613,0613,02,num,col_constant,26,[9],9,1,1 +0613,0613,02,num,col_constant,27,[6],6,1,1 +0613,0613,02,num,col_constant,28,[9],9],1,1 +0613,0613,02,num,col_constant,29,[3],3],1,1 +0613,0613,02,num,col_constant,30,[6],6,1,1 +0613,0613,02,num,col_constant,31,[8],8,1,1 +0613,0613,02,num,col_constant,32,[4],4,1,1 +0613,0613,02,num,col_constant,33,[0],0],1,1 +0613,0613,02,num,col_constant,34,[3],3],1,1 +0613,0613,02,num,col_constant,35,[3],3,1,1 +0613,0613,02,num,col_constant,36,[5],5,1,1 +0613,0613,02,num,col_constant,37,[2],2],1,1 +0613,0613,02,num,col_constant,38,[2],2],1,1 +0613,0613,02,num,col_constant,39,[3],3,1,1 +0613,0613,02,num,col_constant,40,[2],2,1,1 +0613,0613,02,num,col_constant,41,[3],3],1,1 +0613,0613,02,num,col_constant,42,[3],3,1,1 +0613,0613,02,num,col_constant,43,[0],0],1,1 +0613,0613,02,num,col_constant,44,[6],6],1,1 +0613,0613,02,num,col_constant,45,[5],5],1,1 +0613,0613,02,num,col_constant,46,[7],7,1,1 +0613,0613,02,num,col_constant,47,[0],0],1,1 +0613,0613,02,num,col_constant,48,[8],8],1,1 +0613,0613,02,num,col_constant,49,[5],5,1,1 +0613,0613,02,num,col_constant,50,[7],7,1,1 +0613,0613,02,num,col_constant,51,[7],7],1,1 +0613,0613,02,num,col_constant,52,[8],8,1,1 +0613,0613,02,num,col_constant,53,[2],2,1,1 +0613,0613,02,num,col_constant,54,[0],0],1,1 +0613,0613,02,num,col_constant,55,[0],0],1,1 +0613,0613,02,num,col_constant,56,[6],6],1,1 +0613,0613,02,num,col_constant,57,[6],6,1,1 +0613,0613,02,num,col_constant,58,[0],0],1,1 +0613,0613,02,num,col_constant,59,[2],2],1,1 +0613,0613,02,num,col_constant,60,[3],3],1,1 +0613,0613,02,num,col_constant,61,[4],4,1,1 +0613,0613,02,num,col_constant,62,[5],5,1,1 +0613,0613,02,num,col_constant,63,[1],1],1,1 +0613,0613,02,num,col_constant,64,[5],5,1,1 +0613,0613,02,num,col_constant,65,[2],2],1,1 +0613,0613,02,num,col_constant,66,[0],0,1,1 +0613,0613,02,num,col_constant,67,[7],7],1,1 +0613,0613,02,num,col_constant,68,[4],4,1,1 +0613,0613,02,num,col_constant,69,[4],4],1,1 +0613,0613,02,num,col_constant,70,[8],8],1,1 +0613,0613,02,num,col_constant,71,[2],2],1,1 +0613,0613,02,num,col_constant,72,[6],6],1,1 +0613,0613,02,num,col_constant,73,[4],4],1,1 +0613,0613,02,num,col_constant,74,[8],8,1,1 +0613,0613,02,num,col_constant,75,[3],3],1,1 +0613,0613,02,num,col_constant,76,[1],1,1,1 +0613,0613,02,num,col_constant,77,[5],5],1,1 +0613,0613,02,num,col_constant,78,[7],7,1,1 +0613,0613,02,num,col_constant,79,[9],9,1,1 +0613,0613,02,num,col_constant,80,[5],5,1,1 +0613,0613,02,num,col_constant,81,[6],6,1,1 +0613,0613,02,num,col_constant,82,[8],8],1,1 +0613,0613,02,num,col_constant,83,[9],9],1,1 +0613,0613,02,num,col_constant,84,[3],3],1,1 +0613,0613,02,num,col_constant,85,[5],5],1,1 +0613,0613,02,num,col_constant,86,[5],5],1,1 +0613,0613,02,num,col_constant,87,[6],6],1,1 +0613,0613,02,num,col_constant,88,[1],1,1,1 +0613,0613,02,num,col_constant,89,[6],6],1,1 +0613,0613,02,num,col_constant,90,[3],3],1,1 +0613,0613,02,num,col_constant,91,[3],3],1,1 +0613,0613,02,num,col_constant,92,[0],0,1,1 +0613,0613,02,num,col_constant,93,[6],6,1,1 +0613,0613,02,num,col_constant,94,[6],6],1,1 +0613,0613,02,num,col_constant,95,[3],3,1,1 +0613,0613,02,num,col_constant,96,[1],1],1,1 +0613,0613,02,num,col_constant,97,[5],5,1,1 +0613,0613,02,num,col_constant,98,[5],5,1,1 +0613,0613,02,num,col_constant,99,[2],2],1,1 +0613,0613,02,num,dist3_diag1,0,[2],2],1,1 +0613,0613,02,num,dist3_diag1,1,[4],4],1,1 +0613,0613,02,num,dist3_diag1,2,[7],7],1,1 +0613,0613,02,num,dist3_diag1,3,[0],0],1,1 +0613,0613,02,num,dist3_diag1,4,[6],6],1,1 +0613,0613,02,num,dist3_diag1,5,[6],6],1,1 +0613,0613,02,num,dist3_diag1,6,[2],2],1,1 +0613,0613,02,num,dist3_diag1,7,[0],0],1,1 +0613,0613,02,num,dist3_diag1,8,[9],9],1,1 +0613,0613,02,num,dist3_diag1,9,[8],8],1,1 +0613,0613,02,num,dist3_diag1,10,[5],5],1,1 +0613,0613,02,num,dist3_diag1,11,[3],3],1,1 +0613,0613,02,num,dist3_diag1,12,[0],0],1,1 +0613,0613,02,num,dist3_diag1,13,[2],2],1,1 +0613,0613,02,num,dist3_diag1,14,[3],3],1,1 +0613,0613,02,num,dist3_diag1,15,[7],7],1,1 +0613,0613,02,num,dist3_diag1,16,[6],6],1,1 +0613,0613,02,num,dist3_diag1,17,[3],3],1,1 +0613,0613,02,num,dist3_diag1,18,[3],3,1,1 +0613,0613,02,num,dist3_diag1,19,[3],3],1,1 +0613,0613,02,num,dist3_diag1,20,[7],7,1,1 +0613,0613,02,num,dist3_diag1,21,[4],4],1,1 +0613,0613,02,num,dist3_diag1,22,[9],9],1,1 +0613,0613,02,num,dist3_diag1,23,[9],9],1,1 +0613,0613,02,num,dist3_diag1,24,[7],7],1,1 +0613,0613,02,num,dist3_diag1,25,[5],5],1,1 +0613,0613,02,num,dist3_diag1,26,[4],4],1,1 +0613,0613,02,num,dist3_diag1,27,[0],0],1,1 +0613,0613,02,num,dist3_diag1,28,[8],8],1,1 +0613,0613,02,num,dist3_diag1,29,[3],3],1,1 +0613,0613,02,num,dist3_diag1,30,[4],4],1,1 +0613,0613,02,num,dist3_diag1,31,[2],2],1,1 +0613,0613,02,num,dist3_diag1,32,[8],8],1,1 +0613,0613,02,num,dist3_diag1,33,[0],0],1,1 +0613,0613,02,num,dist3_diag1,34,[8],8],1,1 +0613,0613,02,num,dist3_diag1,35,[9],9],1,1 +0613,0613,02,num,dist3_diag1,36,[0],0],1,1 +0613,0613,02,num,dist3_diag1,37,[3],3],1,1 +0613,0613,02,num,dist3_diag1,38,[4],4],1,1 +0613,0613,02,num,dist3_diag1,39,[1],1],1,1 +0613,0613,02,num,dist3_diag1,40,[5],5],1,1 +0613,0613,02,num,dist3_diag1,41,[5],5],1,1 +0613,0613,02,num,dist3_diag1,42,[6],6],1,1 +0613,0613,02,num,dist3_diag1,43,[8],8],1,1 +0613,0613,02,num,dist3_diag1,44,[9],9],1,1 +0613,0613,02,num,dist3_diag1,45,[1],1],1,1 +0613,0613,02,num,dist3_diag1,46,[3],3],1,1 +0613,0613,02,num,dist3_diag1,47,[5],5,1,1 +0613,0613,02,num,dist3_diag1,48,[0],0],1,1 +0613,0613,02,num,dist3_diag1,49,[2],2],1,1 +0613,0613,02,num,dist3_diag1,50,[6],6,1,1 +0613,0613,02,num,dist3_diag1,51,[6],6],1,1 +0613,0613,02,num,dist3_diag1,52,[4],4],1,1 +0613,0613,02,num,dist3_diag1,53,[5],5],1,1 +0613,0613,02,num,dist3_diag1,54,[9],9],1,1 +0613,0613,02,num,dist3_diag1,55,[5],5],1,1 +0613,0613,02,num,dist3_diag1,56,[0],0],1,1 +0613,0613,02,num,dist3_diag1,57,[3],3],1,1 +0613,0613,02,num,dist3_diag1,58,[3],3,1,1 +0613,0613,02,num,dist3_diag1,59,[1],1],1,1 +0613,0613,02,num,dist3_diag1,60,[8],8],1,1 +0613,0613,02,num,dist3_diag1,61,[4],4],1,1 +0613,0613,02,num,dist3_diag1,62,[6],6],1,1 +0613,0613,02,num,dist3_diag1,63,[8],8],1,1 +0613,0613,02,num,dist3_diag1,64,[5],5],1,1 +0613,0613,02,num,dist3_diag1,65,[6],6],1,1 +0613,0613,02,num,dist3_diag1,66,[0],0],1,1 +0613,0613,02,num,dist3_diag1,67,[9],9],1,1 +0613,0613,02,num,dist3_diag1,68,[5],5],1,1 +0613,0613,02,num,dist3_diag1,69,[1],1],1,1 +0613,0613,02,num,dist3_diag1,70,[7],7],1,1 +0613,0613,02,num,dist3_diag1,71,[7],7],1,1 +0613,0613,02,num,dist3_diag1,72,[9],9],1,1 +0613,0613,02,num,dist3_diag1,73,[8],8],1,1 +0613,0613,02,num,dist3_diag1,74,[8],8],1,1 +0613,0613,02,num,dist3_diag1,75,[8],8],1,1 +0613,0613,02,num,dist3_diag1,76,[6],6],1,1 +0613,0613,02,num,dist3_diag1,77,[3],3],1,1 +0613,0613,02,num,dist3_diag1,78,[7],7],1,1 +0613,0613,02,num,dist3_diag1,79,[2],2],1,1 +0613,0613,02,num,dist3_diag1,80,[3],3],1,1 +0613,0613,02,num,dist3_diag1,81,[8],8],1,1 +0613,0613,02,num,dist3_diag1,82,[9],9],1,1 +0613,0613,02,num,dist3_diag1,83,[9],9],1,1 +0613,0613,02,num,dist3_diag1,84,[8],8],1,1 +0613,0613,02,num,dist3_diag1,85,[4],4],1,1 +0613,0613,02,num,dist3_diag1,86,[3],3],1,1 +0613,0613,02,num,dist3_diag1,87,[3],3],1,1 +0613,0613,02,num,dist3_diag1,88,[6],6],1,1 +0613,0613,02,num,dist3_diag1,89,[0],0],1,1 +0613,0613,02,num,dist3_diag1,90,[4],4],1,1 +0613,0613,02,num,dist3_diag1,91,[3],3],1,1 +0613,0613,02,num,dist3_diag1,92,[8],8],1,1 +0613,0613,02,num,dist3_diag1,93,[0],0],1,1 +0613,0613,02,num,dist3_diag1,94,[4],4],1,1 +0613,0613,02,num,dist3_diag1,95,[0],0],1,1 +0613,0613,02,num,dist3_diag1,96,[6],6],1,1 +0613,0613,02,num,dist3_diag1,97,[9],9,1,1 +0613,0613,02,num,dist3_diag1,98,[6],6],1,1 +0613,0613,02,num,dist3_diag1,99,[8],8],1,1 +0613,0613,02,num,dist3_diag2,0,[9],9],1,1 +0613,0613,02,num,dist3_diag2,1,[5],5,1,1 +0613,0613,02,num,dist3_diag2,2,[5],5],1,1 +0613,0613,02,num,dist3_diag2,3,[4],4,1,1 +0613,0613,02,num,dist3_diag2,4,[2],2],1,1 +0613,0613,02,num,dist3_diag2,5,[8],8],1,1 +0613,0613,02,num,dist3_diag2,6,[4],4,1,1 +0613,0613,02,num,dist3_diag2,7,[4],4,1,1 +0613,0613,02,num,dist3_diag2,8,[9],9],1,1 +0613,0613,02,num,dist3_diag2,9,[5],5],1,1 +0613,0613,02,num,dist3_diag2,10,[7],7,1,1 +0613,0613,02,num,dist3_diag2,11,[1],1,1,1 +0613,0613,02,num,dist3_diag2,12,[1],1],1,1 +0613,0613,02,num,dist3_diag2,13,[9],9,1,1 +0613,0613,02,num,dist3_diag2,14,[3],3],1,1 +0613,0613,02,num,dist3_diag2,15,[7],7,1,1 +0613,0613,02,num,dist3_diag2,16,[5],5],1,1 +0613,0613,02,num,dist3_diag2,17,[5],5,1,1 +0613,0613,02,num,dist3_diag2,18,[5],5],1,1 +0613,0613,02,num,dist3_diag2,19,[7],7,1,1 +0613,0613,02,num,dist3_diag2,20,[9],9],1,1 +0613,0613,02,num,dist3_diag2,21,[1],1],1,1 +0613,0613,02,num,dist3_diag2,22,[8],8],1,1 +0613,0613,02,num,dist3_diag2,23,[8],8],1,1 +0613,0613,02,num,dist3_diag2,24,[6],6,1,1 +0613,0613,02,num,dist3_diag2,25,[3],3,1,1 +0613,0613,02,num,dist3_diag2,26,[4],4],1,1 +0613,0613,02,num,dist3_diag2,27,[3],3],1,1 +0613,0613,02,num,dist3_diag2,28,[6],6],1,1 +0613,0613,02,num,dist3_diag2,29,[7],7],1,1 +0613,0613,02,num,dist3_diag2,30,[6],6,1,1 +0613,0613,02,num,dist3_diag2,31,[2],2],1,1 +0613,0613,02,num,dist3_diag2,32,[3],3],1,1 +0613,0613,02,num,dist3_diag2,33,[3],3,1,1 +0613,0613,02,num,dist3_diag2,34,[0],0],1,1 +0613,0613,02,num,dist3_diag2,35,[8],8,1,1 +0613,0613,02,num,dist3_diag2,36,[6],6],1,1 +0613,0613,02,num,dist3_diag2,37,[3],3],1,1 +0613,0613,02,num,dist3_diag2,38,[7],7],1,1 +0613,0613,02,num,dist3_diag2,39,[4],4,1,1 +0613,0613,02,num,dist3_diag2,40,[8],8],1,1 +0613,0613,02,num,dist3_diag2,41,[8],8],1,1 +0613,0613,02,num,dist3_diag2,42,[2],2,1,1 +0613,0613,02,num,dist3_diag2,43,[9],9],1,1 +0613,0613,02,num,dist3_diag2,44,[2],2,1,1 +0613,0613,02,num,dist3_diag2,45,[4],4],1,1 +0613,0613,02,num,dist3_diag2,46,[5],5],1,1 +0613,0613,02,num,dist3_diag2,47,[5],5],1,1 +0613,0613,02,num,dist3_diag2,48,[0],0],1,1 +0613,0613,02,num,dist3_diag2,49,[9],9],1,1 +0613,0613,02,num,dist3_diag2,50,[5],5],1,1 +0613,0613,02,num,dist3_diag2,51,[2],2],1,1 +0613,0613,02,num,dist3_diag2,52,[9],9],1,1 +0613,0613,02,num,dist3_diag2,53,[2],2,1,1 +0613,0613,02,num,dist3_diag2,54,[5],5],1,1 +0613,0613,02,num,dist3_diag2,55,[3],3],1,1 +0613,0613,02,num,dist3_diag2,56,[5],5],1,1 +0613,0613,02,num,dist3_diag2,57,[8],8],1,1 +0613,0613,02,num,dist3_diag2,58,[3],3,1,1 +0613,0613,02,num,dist3_diag2,59,[9],9],1,1 +0613,0613,02,num,dist3_diag2,60,[1],1],1,1 +0613,0613,02,num,dist3_diag2,61,[3],3],1,1 +0613,0613,02,num,dist3_diag2,62,[9],9,1,1 +0613,0613,02,num,dist3_diag2,63,[7],7],1,1 +0613,0613,02,num,dist3_diag2,64,[5],5],1,1 +0613,0613,02,num,dist3_diag2,65,[4],4,1,1 +0613,0613,02,num,dist3_diag2,66,[3],3],1,1 +0613,0613,02,num,dist3_diag2,67,[4],4],1,1 +0613,0613,02,num,dist3_diag2,68,[7],7],1,1 +0613,0613,02,num,dist3_diag2,69,[8],8,1,1 +0613,0613,02,num,dist3_diag2,70,[3],3,1,1 +0613,0613,02,num,dist3_diag2,71,[6],6],1,1 +0613,0613,02,num,dist3_diag2,72,[5],5],1,1 +0613,0613,02,num,dist3_diag2,73,[9],9,1,1 +0613,0613,02,num,dist3_diag2,74,[6],6],1,1 +0613,0613,02,num,dist3_diag2,75,[3],3],1,1 +0613,0613,02,num,dist3_diag2,76,[7],7],1,1 +0613,0613,02,num,dist3_diag2,77,[3],3],1,1 +0613,0613,02,num,dist3_diag2,78,[7],7,1,1 +0613,0613,02,num,dist3_diag2,79,[0],0,1,1 +0613,0613,02,num,dist3_diag2,80,[9],9],1,1 +0613,0613,02,num,dist3_diag2,81,[7],7,1,1 +0613,0613,02,num,dist3_diag2,82,[7],7],1,1 +0613,0613,02,num,dist3_diag2,83,[0],0],1,1 +0613,0613,02,num,dist3_diag2,84,[4],4,1,1 +0613,0613,02,num,dist3_diag2,85,[5],5],1,1 +0613,0613,02,num,dist3_diag2,86,[4],4],1,1 +0613,0613,02,num,dist3_diag2,87,[3],3,1,1 +0613,0613,02,num,dist3_diag2,88,[5],5],1,1 +0613,0613,02,num,dist3_diag2,89,[6],6,1,1 +0613,0613,02,num,dist3_diag2,90,[0],0,1,1 +0613,0613,02,num,dist3_diag2,91,[0],0],1,1 +0613,0613,02,num,dist3_diag2,92,[3],3],1,1 +0613,0613,02,num,dist3_diag2,93,[1],1,1,1 +0613,0613,02,num,dist3_diag2,94,[4],4],1,1 +0613,0613,02,num,dist3_diag2,95,[4],4,1,1 +0613,0613,02,num,dist3_diag2,96,[6],6,1,1 +0613,0613,02,num,dist3_diag2,97,[4],4,1,1 +0613,0613,02,num,dist3_diag2,98,[5],5],1,1 +0613,0613,02,num,dist3_diag2,99,[0],0,1,1 +0613,0613,02,num,prog_size1,0,[4],4,1,1 +0613,0613,02,num,prog_size1,1,[5],5],1,1 +0613,0613,02,num,prog_size1,2,[6],6],1,1 +0613,0613,02,num,prog_size1,3,[7],7],1,1 +0613,0613,02,num,prog_size1,4,[8],8,1,1 +0613,0613,02,num,prog_size1,5,[9],9],1,1 +0613,0613,02,num,prog_size1,6,[0],0],1,1 +0613,0613,02,num,prog_size1,7,[1],1],1,1 +0613,0613,02,num,prog_size1,8,[2],2],1,1 +0613,0613,02,num,prog_size1,9,[3],3],1,1 +0613,0613,02,num,prog_size1,10,[4],4],1,1 +0613,0613,02,num,prog_size1,11,[5],5],1,1 +0613,0613,02,num,prog_size2,0,[8],8],1,1 +0613,0613,02,num,prog_size2,1,[9],9],1,1 +0613,0613,02,num,prog_size2,2,[0],0],1,1 +0613,0613,02,num,prog_size2,3,[1],1],1,1 +0613,0613,02,num,two_rule_comb0,0,[6 9],6 9],1,1 +0613,0613,02,num,two_rule_comb0,1,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb0,2,[2 4],2 4],1,1 +0613,0613,02,num,two_rule_comb0,3,[2 0],2 0],1,1 +0613,0613,02,num,two_rule_comb0,4,[9 2],9 2],1,1 +0613,0613,02,num,two_rule_comb0,5,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb0,6,[1 9],1 9],1,1 +0613,0613,02,num,two_rule_comb0,7,[1 7],1 7],1,1 +0613,0613,02,num,two_rule_comb0,8,[7 3],7 3],1,1 +0613,0613,02,num,two_rule_comb0,9,[9 0],9 0],1,1 +0613,0613,02,num,two_rule_comb0,10,[7 2],7 2],1,1 +0613,0613,02,num,two_rule_comb0,11,[1 6],1 6],1,1 +0613,0613,02,num,two_rule_comb0,12,[7 4],7 4],1,1 +0613,0613,02,num,two_rule_comb0,13,[9 7],9 7],1,1 +0613,0613,02,num,two_rule_comb0,14,[0 0],0 0],1,1 +0613,0613,02,num,two_rule_comb0,15,[3 7],3 7],1,1 +0613,0613,02,num,two_rule_comb0,16,[7 3],7 3],1,1 +0613,0613,02,num,two_rule_comb0,17,[9 0],9 0],1,1 +0613,0613,02,num,two_rule_comb0,18,[7 2],7 2],1,1 +0613,0613,02,num,two_rule_comb0,19,[2 6],2 6],1,1 +0613,0613,02,num,two_rule_comb0,20,[5 5],5 5],1,1 +0613,0613,02,num,two_rule_comb0,21,[8 5],8 5],1,1 +0613,0613,02,num,two_rule_comb0,22,[6 4],6 4],1,1 +0613,0613,02,num,two_rule_comb0,23,[6 8],6 8],1,1 +0613,0613,02,num,two_rule_comb0,24,[7 1],7 1],1,1 +0613,0613,02,num,two_rule_comb0,25,[5 1],5 1],1,1 +0613,0613,02,num,two_rule_comb0,26,[6 8],6 8],1,1 +0613,0613,02,num,two_rule_comb0,27,[7 7],7 7],1,1 +0613,0613,02,num,two_rule_comb0,28,[7 1],7 1],1,1 +0613,0613,02,num,two_rule_comb0,29,[0 2],0 2],1,1 +0613,0613,02,num,two_rule_comb0,30,[9 4],9 4],1,1 +0613,0613,02,num,two_rule_comb0,31,[4 5],4 5],1,1 +0613,0613,02,num,two_rule_comb0,32,[3 3],3 3],1,1 +0613,0613,02,num,two_rule_comb0,33,[7 9],7 9],1,1 +0613,0613,02,num,two_rule_comb0,34,[4 2],4 2],1,1 +0613,0613,02,num,two_rule_comb0,35,[8 9],8 9],1,1 +0613,0613,02,num,two_rule_comb0,36,[6 5],6 5],1,1 +0613,0613,02,num,two_rule_comb0,37,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb0,38,[3 6],3 6],1,1 +0613,0613,02,num,two_rule_comb0,39,[5 9],5 9],1,1 +0613,0613,02,num,two_rule_comb0,40,[5 6],5 6],1,1 +0613,0613,02,num,two_rule_comb0,41,[1 2],1 2],1,1 +0613,0613,02,num,two_rule_comb0,42,[1 7],1 7],1,1 +0613,0613,02,num,two_rule_comb0,43,[8 0],8 0],1,1 +0613,0613,02,num,two_rule_comb0,44,[3 2],3 2],1,1 +0613,0613,02,num,two_rule_comb0,45,[7 4],7 4],1,1 +0613,0613,02,num,two_rule_comb0,46,[9 6],None,0,1 +0613,0613,02,num,two_rule_comb0,47,[4 2],4 2],1,1 +0613,0613,02,num,two_rule_comb0,48,[6 4],6 4],1,1 +0613,0613,02,num,two_rule_comb0,49,[8 9],8 9],1,1 +0613,0613,02,num,two_rule_comb0,50,[2 0],2 0],1,1 +0613,0613,02,num,two_rule_comb0,51,[7 5],7 5],1,1 +0613,0613,02,num,two_rule_comb0,52,[2 3],2 3],1,1 +0613,0613,02,num,two_rule_comb0,53,[3 5],3 5],1,1 +0613,0613,02,num,two_rule_comb0,54,[0 7],0 7],1,1 +0613,0613,02,num,two_rule_comb0,55,[1 6],1 6],1,1 +0613,0613,02,num,two_rule_comb0,56,[7 1],7 1],1,1 +0613,0613,02,num,two_rule_comb0,57,[6 8],6 8],1,1 +0613,0613,02,num,two_rule_comb0,58,[8 0],8 0],1,1 +0613,0613,02,num,two_rule_comb0,59,[3 0],3 0],1,1 +0613,0613,02,num,two_rule_comb0,60,[3 0],3 0],1,1 +0613,0613,02,num,two_rule_comb0,61,[2 3],2 3],1,1 +0613,0613,02,num,two_rule_comb0,62,[6 3],6 3],1,1 +0613,0613,02,num,two_rule_comb0,63,[0 8],0 8],1,1 +0613,0613,02,num,two_rule_comb0,64,[9 7],None,0,1 +0613,0613,02,num,two_rule_comb0,65,[5 4],5 4],1,1 +0613,0613,02,num,two_rule_comb0,66,[2 6],2 6],1,1 +0613,0613,02,num,two_rule_comb0,67,[0 8],0 8],1,1 +0613,0613,02,num,two_rule_comb0,68,[8 0],8 0],1,1 +0613,0613,02,num,two_rule_comb0,69,[6 1],6 1],1,1 +0613,0613,02,num,two_rule_comb0,70,[4 6],4 6],1,1 +0613,0613,02,num,two_rule_comb0,71,[9 0],9 0],1,1 +0613,0613,02,num,two_rule_comb0,72,[3 2],3 2],1,1 +0613,0613,02,num,two_rule_comb0,73,[3 5],3 5],1,1 +0613,0613,02,num,two_rule_comb0,74,[0 5],0 5],1,1 +0613,0613,02,num,two_rule_comb0,75,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb0,76,[1 9],1 9],1,1 +0613,0613,02,num,two_rule_comb0,77,[1 7],1 7],1,1 +0613,0613,02,num,two_rule_comb0,78,[0 1],0 1],1,1 +0613,0613,02,num,two_rule_comb0,79,[7 7],7 7],1,1 +0613,0613,02,num,two_rule_comb0,80,[2 5],2 5],1,1 +0613,0613,02,num,two_rule_comb0,81,[3 5],3 5],1,1 +0613,0613,02,num,two_rule_comb0,82,[7 7],7 7],1,1 +0613,0613,02,num,two_rule_comb0,83,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb0,84,[3 1],3 1],1,1 +0613,0613,02,num,two_rule_comb0,85,[0 8],0 8],1,1 +0613,0613,02,num,two_rule_comb0,86,[3 0],3 0],1,1 +0613,0613,02,num,two_rule_comb0,87,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb0,88,[8 0],8 0],1,1 +0613,0613,02,num,two_rule_comb0,89,[2 7],2 7],1,1 +0613,0613,02,num,two_rule_comb0,90,[8 5],8 5],1,1 +0613,0613,02,num,two_rule_comb0,91,[3 1],3 1],1,1 +0613,0613,02,num,two_rule_comb0,92,[3 8],3 8],1,1 +0613,0613,02,num,two_rule_comb0,93,[3 9],3 9],1,1 +0613,0613,02,num,two_rule_comb0,94,[2 2],2 2],1,1 +0613,0613,02,num,two_rule_comb0,95,[8 3],8 3],1,1 +0613,0613,02,num,two_rule_comb0,96,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb0,97,[9 4],None,0,1 +0613,0613,02,num,two_rule_comb0,98,[5 4],5 4],1,1 +0613,0613,02,num,two_rule_comb0,99,[3 1],3 1],1,1 +0613,0613,02,num,two_rule_comb1,0,[1 2],1 2],1,1 +0613,0613,02,num,two_rule_comb1,1,[8 9],8 9],1,1 +0613,0613,02,num,two_rule_comb1,2,[2 6],2 6],1,1 +0613,0613,02,num,two_rule_comb1,3,[3 4],3 4],1,1 +0613,0613,02,num,two_rule_comb1,4,[2 7],2 7],1,1 +0613,0613,02,num,two_rule_comb1,5,[4 0],4 0],1,1 +0613,0613,02,num,two_rule_comb1,6,[7 4],7 4],1,1 +0613,0613,02,num,two_rule_comb1,7,[1 1],1 1],1,1 +0613,0613,02,num,two_rule_comb1,8,[7 9],7 9],1,1 +0613,0613,02,num,two_rule_comb1,9,[3 1],3 1],1,1 +0613,0613,02,num,two_rule_comb1,10,[3 7],3 7],1,1 +0613,0613,02,num,two_rule_comb1,11,[0 2],0 2],1,1 +0613,0613,02,num,two_rule_comb1,12,[6 7],6 7],1,1 +0613,0613,02,num,two_rule_comb1,13,[8 2],8 2],1,1 +0613,0613,02,num,two_rule_comb1,14,[7 4],7 4],1,1 +0613,0613,02,num,two_rule_comb1,15,[1 3],1 3],1,1 +0613,0613,02,num,two_rule_comb1,16,[7 3],7 3],1,1 +0613,0613,02,num,two_rule_comb1,17,[7 7],5 7],0,1 +0613,0613,02,num,two_rule_comb1,18,[1 8],1 8],1,1 +0613,0613,02,num,two_rule_comb1,19,[1 9],1 9],1,1 +0613,0613,02,num,two_rule_comb1,20,[4 9],4 9],1,1 +0613,0613,02,num,two_rule_comb1,21,[2 3],2 3],1,1 +0613,0613,02,num,two_rule_comb1,22,[6 7],6 7],1,1 +0613,0613,02,num,two_rule_comb1,23,[2 5],2 5],1,1 +0613,0613,02,num,two_rule_comb1,24,[3 1],3 1],1,1 +0613,0613,02,num,two_rule_comb1,25,[6 5],6 5],1,1 +0613,0613,02,num,two_rule_comb1,26,[8 1],8 1],1,1 +0613,0613,02,num,two_rule_comb1,27,[6 8],6 8],1,1 +0613,0613,02,num,two_rule_comb1,28,[5 4],5 4],1,1 +0613,0613,02,num,two_rule_comb1,29,[0 4],0 4],1,1 +0613,0613,02,num,two_rule_comb1,30,[4 9],4 9],1,1 +0613,0613,02,num,two_rule_comb1,31,[6 2],6 2],1,1 +0613,0613,02,num,two_rule_comb1,32,[1 7],1 7],1,1 +0613,0613,02,num,two_rule_comb1,33,[3 0],3 0],1,1 +0613,0613,02,num,two_rule_comb1,34,[1 2],1 2],1,1 +0613,0613,02,num,two_rule_comb1,35,[4 1],4 1],1,1 +0613,0613,02,num,two_rule_comb1,36,[6 6],6 6],1,1 +0613,0613,02,num,two_rule_comb1,37,[6 2],6 5],0,1 +0613,0613,02,num,two_rule_comb1,38,[3 2],3 2],1,1 +0613,0613,02,num,two_rule_comb1,39,[9 9],9 9],1,1 +0613,0613,02,num,two_rule_comb1,40,[5 9],5 9],1,1 +0613,0613,02,num,two_rule_comb1,41,[0 2],0 2],1,1 +0613,0613,02,num,two_rule_comb1,42,[3 2],3 2],1,1 +0613,0613,02,num,two_rule_comb1,43,[2 2],2 2],1,1 +0613,0613,02,num,two_rule_comb1,44,[8 1],8 1],1,1 +0613,0613,02,num,two_rule_comb1,45,[7 3],7 9],0,1 +0613,0613,02,num,two_rule_comb1,46,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb1,47,[0 5],0 5],1,1 +0613,0613,02,num,two_rule_comb1,48,[3 5],3 5],1,1 +0613,0613,02,num,two_rule_comb1,49,[4 7],4 7],1,1 +0613,0613,02,num,two_rule_comb1,50,[3 9],3 3],0,1 +0613,0613,02,num,two_rule_comb1,51,[3 4],3 4],1,1 +0613,0613,02,num,two_rule_comb1,52,[8 9],8 9],1,1 +0613,0613,02,num,two_rule_comb1,53,[9 5],None,0,1 +0613,0613,02,num,two_rule_comb1,54,[0 8],0 8],1,1 +0613,0613,02,num,two_rule_comb1,55,[6 2],6 2],1,1 +0613,0613,02,num,two_rule_comb1,56,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb1,57,[6 6],6 6],1,1 +0613,0613,02,num,two_rule_comb1,58,[6 3],6 3],1,1 +0613,0613,02,num,two_rule_comb1,59,[4 5],4 2],0,1 +0613,0613,02,num,two_rule_comb1,60,[6 6],6 6],1,1 +0613,0613,02,num,two_rule_comb1,61,[8 4],8 1],0,1 +0613,0613,02,num,two_rule_comb1,62,[6 4],6 4],1,1 +0613,0613,02,num,two_rule_comb1,63,[2 1],2 1],1,1 +0613,0613,02,num,two_rule_comb1,64,[8 1],8 8],0,1 +0613,0613,02,num,two_rule_comb1,65,[3 3],3 3],1,1 +0613,0613,02,num,two_rule_comb1,66,[5 9],5 9],1,1 +0613,0613,02,num,two_rule_comb1,67,[4 9],4 9],1,1 +0613,0613,02,num,two_rule_comb1,68,[7 7],7 6],0,1 +0613,0613,02,num,two_rule_comb1,69,[5 2],5 2],1,1 +0613,0613,02,num,two_rule_comb1,70,[0 1],0 1],1,1 +0613,0613,02,num,two_rule_comb1,71,[4 8],4 8],1,1 +0613,0613,02,num,two_rule_comb1,72,[8 3],8 3],1,1 +0613,0613,02,num,two_rule_comb1,73,[5 6],5 6],1,1 +0613,0613,02,num,two_rule_comb1,74,[3 8],3 8],1,1 +0613,0613,02,num,two_rule_comb1,75,[7 9],7 9],1,1 +0613,0613,02,num,two_rule_comb1,76,[3 2],12 2],0,1 +0613,0613,02,num,two_rule_comb1,77,[7 5],7 5],1,1 +0613,0613,02,num,two_rule_comb1,78,[5 5],5 5],1,1 +0613,0613,02,num,two_rule_comb1,79,[6 8],6 8],1,1 +0613,0613,02,num,two_rule_comb1,80,[6 8],6 8],1,1 +0613,0613,02,num,two_rule_comb1,81,[0 6],0 6],1,1 +0613,0613,02,num,two_rule_comb1,82,[5 0],5 0],1,1 +0613,0613,02,num,two_rule_comb1,83,[1 2],1 2],1,1 +0613,0613,02,num,two_rule_comb1,84,[7 7],7 7],1,1 +0613,0613,02,num,two_rule_comb1,85,[5 4],5 4],1,1 +0613,0613,02,num,two_rule_comb1,86,[1 7],1 7],1,1 +0613,0613,02,num,two_rule_comb1,87,[1 4],1 4],1,1 +0613,0613,02,num,two_rule_comb1,88,[1 1],1 1],1,1 +0613,0613,02,num,two_rule_comb1,89,[6 9],None,0,1 +0613,0613,02,num,two_rule_comb1,90,[2 7],2 7],1,1 +0613,0613,02,num,two_rule_comb1,91,[4 4],6 4],0,1 +0613,0613,02,num,two_rule_comb1,92,[1 2],1 1],0,1 +0613,0613,02,num,two_rule_comb1,93,[0 0],0 5],0,1 +0613,0613,02,num,two_rule_comb1,94,[7 4],7 4],1,1 +0613,0613,02,num,two_rule_comb1,95,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb1,96,[7 1],7 1],1,1 +0613,0613,02,num,two_rule_comb1,97,[3 9],3 5],0,1 +0613,0613,02,num,two_rule_comb1,98,[7 6],7 6],1,1 +0613,0613,02,num,two_rule_comb1,99,[2 1],2 1],1,1 +0613,0613,02,num,two_rule_comb2,0,[1 0],1 0],1,1 +0613,0613,02,num,two_rule_comb2,1,[0 7],0 7],1,1 +0613,0613,02,num,two_rule_comb2,2,[6 5],6 5],1,1 +0613,0613,02,num,two_rule_comb2,3,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb2,4,[7 2],7 2],1,1 +0613,0613,02,num,two_rule_comb2,5,[2 6],2 6],1,1 +0613,0613,02,num,two_rule_comb2,6,[4 8],4 8],1,1 +0613,0613,02,num,two_rule_comb2,7,[3 2],3 2],1,1 +0613,0613,02,num,two_rule_comb2,8,[9 9],9 9],1,1 +0613,0613,02,num,two_rule_comb2,9,[6 5],6 5],1,1 +0613,0613,02,num,two_rule_comb2,10,[8 8],8 8],1,1 +0613,0613,02,num,two_rule_comb2,11,[9 5],9 5],1,1 +0613,0613,02,num,two_rule_comb2,12,[5 4],5 4],1,1 +0613,0613,02,num,two_rule_comb2,13,[4 6],4 6],1,1 +0613,0613,02,num,two_rule_comb2,14,[2 3],2 3],1,1 +0613,0613,02,num,two_rule_comb2,15,[8 5],8 5],1,1 +0613,0613,02,num,two_rule_comb2,16,[4 9],4 9],1,1 +0613,0613,02,num,two_rule_comb2,17,[9 4],9 4],1,1 +0613,0613,02,num,two_rule_comb2,18,[0 0],0 0],1,1 +0613,0613,02,num,two_rule_comb2,19,[5 4],5 4],1,1 +0613,0613,02,num,two_rule_comb2,20,[4 5],4 5],1,1 +0613,0613,02,num,two_rule_comb2,21,[0 6],0 6],1,1 +0613,0613,02,num,two_rule_comb2,22,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb2,23,[5 9],5 9],1,1 +0613,0613,02,num,two_rule_comb2,24,[5 3],5 3],1,1 +0613,0613,02,num,two_rule_comb2,25,[0 6],0 6],1,1 +0613,0613,02,num,two_rule_comb2,26,[8 7],8 7],1,1 +0613,0613,02,num,two_rule_comb2,27,[6 1],6 1],1,1 +0613,0613,02,num,two_rule_comb2,28,[9 1],9 1],1,1 +0613,0613,02,num,two_rule_comb2,29,[0 4],0 4],1,1 +0613,0613,02,num,two_rule_comb2,30,[3 2],3 2],1,1 +0613,0613,02,num,two_rule_comb2,31,[6 5],6 5],1,1 +0613,0613,02,num,two_rule_comb2,32,[1 2],1 2],1,1 +0613,0613,02,num,two_rule_comb2,33,[5 6],5 6],1,1 +0613,0613,02,num,two_rule_comb2,34,[5 1],5 1],1,1 +0613,0613,02,num,two_rule_comb2,35,[7 6],7 6],1,1 +0613,0613,02,num,two_rule_comb2,36,[8 0],8 0],1,1 +0613,0613,02,num,two_rule_comb2,37,[9 6],9 6],1,1 +0613,0613,02,num,two_rule_comb2,38,[4 2],4 2],1,1 +0613,0613,02,num,two_rule_comb2,39,[2 1],2 1],1,1 +0613,0613,02,num,two_rule_comb2,40,[8 3],8 3],1,1 +0613,0613,02,num,two_rule_comb2,41,[9 6],None,0,1 +0613,0613,02,num,two_rule_comb2,42,[6 5],6 5],1,1 +0613,0613,02,num,two_rule_comb2,43,[8 9],8 9],1,1 +0613,0613,02,num,two_rule_comb2,44,[4 3],3 3],0,1 +0613,0613,02,num,two_rule_comb2,45,[7 1],7 1],1,1 +0613,0613,02,num,two_rule_comb2,46,[0 8],0 8],1,1 +0613,0613,02,num,two_rule_comb2,47,[3 7],3 7],1,1 +0613,0613,02,num,two_rule_comb2,48,[7 5],7 5],1,1 +0613,0613,02,num,two_rule_comb2,49,[5 3],5 3],1,1 +0613,0613,02,num,two_rule_comb2,50,[6 4],6 4],1,1 +0613,0613,02,num,two_rule_comb2,51,[9 3],9 3],1,1 +0613,0613,02,num,two_rule_comb2,52,[1 1],1 1],1,1 +0613,0613,02,num,two_rule_comb2,53,[0 9],0 9],1,1 +0613,0613,02,num,two_rule_comb2,54,[6 8],6 8],1,1 +0613,0613,02,num,two_rule_comb2,55,[6 3],6 3],1,1 +0613,0613,02,num,two_rule_comb2,56,[8 5],8 5],1,1 +0613,0613,02,num,two_rule_comb2,57,[9 6],None,0,1 +0613,0613,02,num,two_rule_comb2,58,[5 0],5 0],1,1 +0613,0613,02,num,two_rule_comb2,59,[0 5],0 5],1,1 +0613,0613,02,num,two_rule_comb2,60,[2 0],2 0],1,1 +0613,0613,02,num,two_rule_comb2,61,[0 2],0 2],1,1 +0613,0613,02,num,two_rule_comb2,62,[5 1],5 1],1,1 +0613,0613,02,num,two_rule_comb2,63,[8 2],8 2],1,1 +0613,0613,02,num,two_rule_comb2,64,[8 7],8 7],1,1 +0613,0613,02,num,two_rule_comb2,65,[9 1],9 1],1,1 +0613,0613,02,num,two_rule_comb2,66,[5 9],5 9],1,1 +0613,0613,02,num,two_rule_comb2,67,[9 0],9 0],1,1 +0613,0613,02,num,two_rule_comb2,68,[0 9],0 9],1,1 +0613,0613,02,num,two_rule_comb2,69,[0 0],0 0],1,1 +0613,0613,02,num,two_rule_comb2,70,[5 8],5 8],1,1 +0613,0613,02,num,two_rule_comb2,71,[9 8],9 8],1,1 +0613,0613,02,num,two_rule_comb2,72,[1 1],1 1],1,1 +0613,0613,02,num,two_rule_comb2,73,[4 3],4 3],1,1 +0613,0613,02,num,two_rule_comb2,74,[8 2],8 2],1,1 +0613,0613,02,num,two_rule_comb2,75,[0 2],0 2],1,1 +0613,0613,02,num,two_rule_comb2,76,[5 7],5 7],1,1 +0613,0613,02,num,two_rule_comb2,77,[8 8],8 8],1,1 +0613,0613,02,num,two_rule_comb2,78,[6 6],6 6],1,1 +0613,0613,02,num,two_rule_comb2,79,[8 0],8 0],1,1 +0613,0613,02,num,two_rule_comb2,80,[2 2],2 2],1,1 +0613,0613,02,num,two_rule_comb2,81,[0 8],0 8],1,1 +0613,0613,02,num,two_rule_comb2,82,[7 5],7 5],1,1 +0613,0613,02,num,two_rule_comb2,83,[8 4],8 4],1,1 +0613,0613,02,num,two_rule_comb2,84,[5 2],5 2],1,1 +0613,0613,02,num,two_rule_comb2,85,[8 0],8 0],1,1 +0613,0613,02,num,two_rule_comb2,86,[5 0],5 0],1,1 +0613,0613,02,num,two_rule_comb2,87,[0 3],0 3],1,1 +0613,0613,02,num,two_rule_comb2,88,[7 1],7 1],1,1 +0613,0613,02,num,two_rule_comb2,89,[6 0],6 0],1,1 +0613,0613,02,num,two_rule_comb2,90,[8 5],8 5],1,1 +0613,0613,02,num,two_rule_comb2,91,[9 5],None,0,1 +0613,0613,02,num,two_rule_comb2,92,[0 5],0 5],1,1 +0613,0613,02,num,two_rule_comb2,93,[7 7],7 7],1,1 +0613,0613,02,num,two_rule_comb2,94,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb2,95,[1 0],1 0],1,1 +0613,0613,02,num,two_rule_comb2,96,[2 0],2 0],1,1 +0613,0613,02,num,two_rule_comb2,97,[5 1],5 1],1,1 +0613,0613,02,num,two_rule_comb2,98,[6 4],6 4],1,1 +0613,0613,02,num,two_rule_comb2,99,[2 7],2 7],1,1 +0613,0613,02,num,two_rule_comb3,0,[9 1],9 1],1,1 +0613,0613,02,num,two_rule_comb3,1,[9 0],9 0],1,1 +0613,0613,02,num,two_rule_comb3,2,[4 8],4 8],1,1 +0613,0613,02,num,two_rule_comb3,3,[1 8],1 8],1,1 +0613,0613,02,num,two_rule_comb3,4,[5 7],5 7],1,1 +0613,0613,02,num,two_rule_comb3,5,[8 2],8 2],1,1 +0613,0613,02,num,two_rule_comb3,6,[9 2],9 2],1,1 +0613,0613,02,num,two_rule_comb3,7,[6 1],6 1],1,1 +0613,0613,02,num,two_rule_comb3,8,[9 8],9 8],1,1 +0613,0613,02,num,two_rule_comb3,9,[4 5],4 5],1,1 +0613,0613,02,num,two_rule_comb3,10,[0 4],0 4],1,1 +0613,0613,02,num,two_rule_comb3,11,[8 6],8 6],1,1 +0613,0613,02,num,two_rule_comb3,12,[8 3],8 3],1,1 +0613,0613,02,num,two_rule_comb3,13,[5 9],5 9],1,1 +0613,0613,02,num,two_rule_comb3,14,[6 4],6 4],1,1 +0613,0613,02,num,two_rule_comb3,15,[5 3],5 3],1,1 +0613,0613,02,num,two_rule_comb3,16,[0 5],0 5],1,1 +0613,0613,02,num,two_rule_comb3,17,[5 5],5 5],1,1 +0613,0613,02,num,two_rule_comb3,18,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb3,19,[5 6],5 6],1,1 +0613,0613,02,num,two_rule_comb3,20,[6 4],6 4],1,1 +0613,0613,02,num,two_rule_comb3,21,[0 6],0 6],1,1 +0613,0613,02,num,two_rule_comb3,22,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb3,23,[6 8],6 8],1,1 +0613,0613,02,num,two_rule_comb3,24,[8 3],8 3],1,1 +0613,0613,02,num,two_rule_comb3,25,[1 7],1 7],1,1 +0613,0613,02,num,two_rule_comb3,26,[1 2],8 2],0,1 +0613,0613,02,num,two_rule_comb3,27,[4 6],4 6],1,1 +0613,0613,02,num,two_rule_comb3,28,[1 2],1 2],1,1 +0613,0613,02,num,two_rule_comb3,29,[0 2],0 2],1,1 +0613,0613,02,num,two_rule_comb3,30,[2 4],2 4],1,1 +0613,0613,02,num,two_rule_comb3,31,[5 5],5 5],1,1 +0613,0613,02,num,two_rule_comb3,32,[9 6],9 6],1,1 +0613,0613,02,num,two_rule_comb3,33,[9 0],9 0],1,1 +0613,0613,02,num,two_rule_comb3,34,[3 4],3 4],1,1 +0613,0613,02,num,two_rule_comb3,35,[0 1],0 1],1,1 +0613,0613,02,num,two_rule_comb3,36,[6 3],6 3],1,1 +0613,0613,02,num,two_rule_comb3,37,[3 2],2 2],0,1 +0613,0613,02,num,two_rule_comb3,38,[2 1],1 2],0,1 +0613,0613,02,num,two_rule_comb3,39,[1 3],1 3],1,1 +0613,0613,02,num,two_rule_comb3,40,[9 1],9 1],1,1 +0613,0613,02,num,two_rule_comb3,41,[4 4],4 4],1,1 +0613,0613,02,num,two_rule_comb3,42,[9 8],9 8],1,1 +0613,0613,02,num,two_rule_comb3,43,[3 2],3 2],1,1 +0613,0613,02,num,two_rule_comb3,44,[0 8],0 8],1,1 +0613,0613,02,num,two_rule_comb3,45,[5 2],5 2],1,1 +0613,0613,02,num,two_rule_comb3,46,[2 3],2 3],1,1 +0613,0613,02,num,two_rule_comb3,47,[2 4],2 4],1,1 +0613,0613,02,num,two_rule_comb3,48,[5 1],5 1],1,1 +0613,0613,02,num,two_rule_comb3,49,[5 2],5 2],1,1 +0613,0613,02,num,two_rule_comb3,50,[6 9],None,0,1 +0613,0613,02,num,two_rule_comb3,51,[6 6],6 6],1,1 +0613,0613,02,num,two_rule_comb3,52,[6 3],6 3],1,1 +0613,0613,02,num,two_rule_comb3,53,[4 2],4 2],1,1 +0613,0613,02,num,two_rule_comb3,54,[9 9],9 9],1,1 +0613,0613,02,num,two_rule_comb3,55,[2 6],2 6],1,1 +0613,0613,02,num,two_rule_comb3,56,[3 0],3 0],1,1 +0613,0613,02,num,two_rule_comb3,57,[8 6],8 6],1,1 +0613,0613,02,num,two_rule_comb3,58,[7 8],7 8],1,1 +0613,0613,02,num,two_rule_comb3,59,[3 2],3 2],1,1 +0613,0613,02,num,two_rule_comb3,60,[8 1],8 1],1,1 +0613,0613,02,num,two_rule_comb3,61,[3 7],3 7],1,1 +0613,0613,02,num,two_rule_comb3,62,[9 6],None,0,1 +0613,0613,02,num,two_rule_comb3,63,[9 1],9 1],1,1 +0613,0613,02,num,two_rule_comb3,64,[1 1],1 4],0,1 +0613,0613,02,num,two_rule_comb3,65,[9 7],None,0,1 +0613,0613,02,num,two_rule_comb3,66,[8 7],7 7],0,1 +0613,0613,02,num,two_rule_comb3,67,[9 2],9 2],1,1 +0613,0613,02,num,two_rule_comb3,68,[8 2],8 2],1,1 +0613,0613,02,num,two_rule_comb3,69,[1 3],1 3],1,1 +0613,0613,02,num,two_rule_comb3,70,[4 7],4 7],1,1 +0613,0613,02,num,two_rule_comb3,71,[7 2],7 2],1,1 +0613,0613,02,num,two_rule_comb3,72,[0 2],0 2],1,1 +0613,0613,02,num,two_rule_comb3,73,[6 1],6 1],1,1 +0613,0613,02,num,two_rule_comb3,74,[3 3],3 3],1,1 +0613,0613,02,num,two_rule_comb3,75,[8 4],8 4],1,1 +0613,0613,02,num,two_rule_comb3,76,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb3,77,[0 8],8 8],0,1 +0613,0613,02,num,two_rule_comb3,78,[8 3],8 3],1,1 +0613,0613,02,num,two_rule_comb3,79,[4 2],4 2],1,1 +0613,0613,02,num,two_rule_comb3,80,[1 0],1 0],1,1 +0613,0613,02,num,two_rule_comb3,81,[3 0],3 0],1,1 +0613,0613,02,num,two_rule_comb3,82,[1 4],1 4],1,1 +0613,0613,02,num,two_rule_comb3,83,[0 4],0 4],1,1 +0613,0613,02,num,two_rule_comb3,84,[1 4],1 4],1,1 +0613,0613,02,num,two_rule_comb3,85,[6 9],None,0,1 +0613,0613,02,num,two_rule_comb3,86,[3 8],3 8],1,1 +0613,0613,02,num,two_rule_comb3,87,[9 5],None,0,1 +0613,0613,02,num,two_rule_comb3,88,[6 2],6 2],1,1 +0613,0613,02,num,two_rule_comb3,89,[2 1],1 1],0,1 +0613,0613,02,num,two_rule_comb3,90,[3 6],3 6],1,1 +0613,0613,02,num,two_rule_comb3,91,[5 4],5 4],1,1 +0613,0613,02,num,two_rule_comb3,92,[2 5],2 5],1,1 +0613,0613,02,num,two_rule_comb3,93,[2 6],2 6],1,1 +0613,0613,02,num,two_rule_comb3,94,[6 2],6 2],1,1 +0613,0613,02,num,two_rule_comb3,95,[7 8],7 8],1,1 +0613,0613,02,num,two_rule_comb3,96,[5 8],5 6],0,1 +0613,0613,02,num,two_rule_comb3,97,[8 9],8 9],1,1 +0613,0613,02,num,two_rule_comb3,98,[1 3],1 3],1,1 +0613,0613,02,num,two_rule_comb3,99,[4 9],4 9],1,1 +0613,0613,02,num,two_rule_comb4,0,[1 6],1 6],1,1 +0613,0613,02,num,two_rule_comb4,1,[5 7],5 8],0,1 +0613,0613,02,num,two_rule_comb4,2,[4 3],4 3],1,1 +0613,0613,02,num,two_rule_comb4,3,[3 1],3 8],0,1 +0613,0613,02,num,two_rule_comb4,4,[1 4],1 8],0,1 +0613,0613,02,num,two_rule_comb4,5,[9 1],9 1],1,1 +0613,0613,02,num,two_rule_comb4,6,[1 3],1 3],1,1 +0613,0613,02,num,two_rule_comb4,7,[3 4],3 4],1,1 +0613,0613,02,num,two_rule_comb4,8,[6 4],6 4],1,1 +0613,0613,02,num,two_rule_comb4,9,[2 4],2 6],0,1 +0613,0613,02,num,two_rule_comb4,10,[8 5],8 5],1,1 +0613,0613,02,num,two_rule_comb4,11,[0 1],0 1],1,1 +0613,0613,02,num,two_rule_comb4,12,[9 4],9 4],1,1 +0613,0613,02,num,two_rule_comb4,13,[9 0],9 0],1,1 +0613,0613,02,num,two_rule_comb4,14,[9 2],9 2],1,1 +0613,0613,02,num,two_rule_comb4,15,[6 6],6 6],1,1 +0613,0613,02,num,two_rule_comb4,16,[1 0],1 0],1,1 +0613,0613,02,num,two_rule_comb4,17,[5 9],6 7],0,1 +0613,0613,02,num,two_rule_comb4,18,[7 9],7 9],1,1 +0613,0613,02,num,two_rule_comb4,19,[2 3],2 3],1,1 +0613,0613,02,num,two_rule_comb4,20,[9 2],9 4],0,1 +0613,0613,02,num,two_rule_comb4,21,[4 1],4 1],1,1 +0613,0613,02,num,two_rule_comb4,22,[4 3],4 3],1,1 +0613,0613,02,num,two_rule_comb4,23,[1 3],1 5],0,1 +0613,0613,02,num,two_rule_comb4,24,[5 8],5 8],1,1 +0613,0613,02,num,two_rule_comb4,25,[5 3],5 3],1,1 +0613,0613,02,num,two_rule_comb4,26,[1 1],1 1],1,1 +0613,0613,02,num,two_rule_comb4,27,[8 4],8 4],1,1 +0613,0613,02,num,two_rule_comb4,28,[4 2],4 2],1,1 +0613,0613,02,num,two_rule_comb4,29,[4 1],4 1],1,1 +0613,0613,02,num,two_rule_comb4,30,[9 6],9 6],1,1 +0613,0613,02,num,two_rule_comb4,31,[0 7],0 9],0,1 +0613,0613,02,num,two_rule_comb4,32,[0 0],0 0],1,1 +0613,0613,02,num,two_rule_comb4,33,[5 0],5 0],1,1 +0613,0613,02,num,two_rule_comb4,34,[8 6],8 6],1,1 +0613,0613,02,num,two_rule_comb4,35,[5 7],7 7],0,1 +0613,0613,02,num,two_rule_comb4,36,[0 4],0 4],1,1 +0613,0613,02,num,two_rule_comb4,37,[9 4],9 4],1,1 +0613,0613,02,num,two_rule_comb4,38,[7 0],7 1],0,1 +0613,0613,02,num,two_rule_comb4,39,[0 4],0 6],0,1 +0613,0613,02,num,two_rule_comb4,40,[7 2],7 2],1,1 +0613,0613,02,num,two_rule_comb4,41,[3 9],3 9],1,1 +0613,0613,02,num,two_rule_comb4,42,[5 0],5 0],1,1 +0613,0613,02,num,two_rule_comb4,43,[9 5],None,0,1 +0613,0613,02,num,two_rule_comb4,44,[5 0],5 0],1,1 +0613,0613,02,num,two_rule_comb4,45,[1 3],1 7],0,1 +0613,0613,02,num,two_rule_comb4,46,[1 0],1 6],0,1 +0613,0613,02,num,two_rule_comb4,47,[2 4],2 4],1,1 +0613,0613,02,num,two_rule_comb4,48,[5 4],5 3],0,1 +0613,0613,02,num,two_rule_comb4,49,[6 3],6 0],0,1 +0613,0613,02,num,two_rule_comb4,50,[9 4],None,0,1 +0613,0613,02,num,two_rule_comb4,51,[6 5],6 5],1,1 +0613,0613,02,num,two_rule_comb4,52,[8 6],8 6],1,1 +0613,0613,02,num,two_rule_comb4,53,[7 2],7 3],0,1 +0613,0613,02,num,two_rule_comb4,54,[6 4],6 3],0,1 +0613,0613,02,num,two_rule_comb4,55,[7 3],7 3],1,1 +0613,0613,02,num,two_rule_comb4,56,[7 9],7 9],1,1 +0613,0613,02,num,two_rule_comb4,57,[8 1],8 1],1,1 +0613,0613,02,num,two_rule_comb4,58,[6 1],6 1],1,1 +0613,0613,02,num,two_rule_comb4,59,[8 8],8 8],1,1 +0613,0613,02,num,two_rule_comb4,60,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb4,61,[8 5],8 5],1,1 +0613,0613,02,num,two_rule_comb4,62,[9 3],9 3],1,1 +0613,0613,02,num,two_rule_comb4,63,[0 2],0 16],0,1 +0613,0613,02,num,two_rule_comb4,64,[0 2],0 4],0,1 +0613,0613,02,num,two_rule_comb4,65,[2 7],6 7],0,1 +0613,0613,02,num,two_rule_comb4,66,[2 7],2 7],1,1 +0613,0613,02,num,two_rule_comb4,67,[6 4],6 4],1,1 +0613,0613,02,num,two_rule_comb4,68,[3 7],3 7],1,1 +0613,0613,02,num,two_rule_comb4,69,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb4,70,[1 1],1 1],1,1 +0613,0613,02,num,two_rule_comb4,71,[0 1],0 1],1,1 +0613,0613,02,num,two_rule_comb4,72,[4 9],4 7],0,1 +0613,0613,02,num,two_rule_comb4,73,[5 3],5 3],1,1 +0613,0613,02,num,two_rule_comb4,74,[0 0],0 0],1,1 +0613,0613,02,num,two_rule_comb4,75,[3 0],3 0],1,1 +0613,0613,02,num,two_rule_comb4,76,[1 3],1 8],0,1 +0613,0613,02,num,two_rule_comb4,77,[3 9],3 9],1,1 +0613,0613,02,num,two_rule_comb4,78,[7 5],7 5],1,1 +0613,0613,02,num,two_rule_comb4,79,[5 6],5 6],1,1 +0613,0613,02,num,two_rule_comb4,80,[4 6],4 6],1,1 +0613,0613,02,num,two_rule_comb4,81,[4 8],4 8],1,1 +0613,0613,02,num,two_rule_comb4,82,[3 2],3 7],0,1 +0613,0613,02,num,two_rule_comb4,83,[0 2],0 16],0,1 +0613,0613,02,num,two_rule_comb4,84,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb4,85,[5 1],5 1],1,1 +0613,0613,02,num,two_rule_comb4,86,[7 8],7 8],1,1 +0613,0613,02,num,two_rule_comb4,87,[0 5],0 2],0,1 +0613,0613,02,num,two_rule_comb4,88,[7 4],7 5],0,1 +0613,0613,02,num,two_rule_comb4,89,[9 9],9 9],1,1 +0613,0613,02,num,two_rule_comb4,90,[8 0],8 0],1,1 +0613,0613,02,num,two_rule_comb4,91,[2 1],2 5],0,1 +0613,0613,02,num,two_rule_comb4,92,[4 5],4 6],0,1 +0613,0613,02,num,two_rule_comb4,93,[4 5],4 5],1,1 +0613,0613,02,num,two_rule_comb4,94,[6 0],6 3],0,1 +0613,0613,02,num,two_rule_comb4,95,[3 5],3 5],1,1 +0613,0613,02,num,two_rule_comb4,96,[7 1],7 1],1,1 +0613,0613,02,num,two_rule_comb4,97,[4 9],4 9],1,1 +0613,0613,02,num,two_rule_comb4,98,[0 9],0 9],1,1 +0613,0613,02,num,two_rule_comb4,99,[1 6],1 6],1,1 +0613,0613,02,num,two_rule_comb5,0,[2 0],2 0],1,1 +0613,0613,02,num,two_rule_comb5,1,[4 4],4 4],1,1 +0613,0613,02,num,two_rule_comb5,2,[9 9],9 9],1,1 +0613,0613,02,num,two_rule_comb5,3,[4 5],4 5],1,1 +0613,0613,02,num,two_rule_comb5,4,[9 4],9 4],1,1 +0613,0613,02,num,two_rule_comb5,5,[0 1],0 1],1,1 +0613,0613,02,num,two_rule_comb5,6,[9 1],9 1],1,1 +0613,0613,02,num,two_rule_comb5,7,[2 3],2 3],1,1 +0613,0613,02,num,two_rule_comb5,8,[4 0],4 0],1,1 +0613,0613,02,num,two_rule_comb5,9,[3 4],3 4],1,1 +0613,0613,02,num,two_rule_comb5,10,[9 0],9 0],1,1 +0613,0613,02,num,two_rule_comb5,11,[4 8],4 8],1,1 +0613,0613,02,num,two_rule_comb5,12,[9 6],9 6],1,1 +0613,0613,02,num,two_rule_comb5,13,[3 6],3 6],1,1 +0613,0613,02,num,two_rule_comb5,14,[5 8],5 8],1,1 +0613,0613,02,num,two_rule_comb5,15,[6 1],6 1],1,1 +0613,0613,02,num,two_rule_comb5,16,[1 9],1 9],1,1 +0613,0613,02,num,two_rule_comb5,17,[6 4],6 4],1,1 +0613,0613,02,num,two_rule_comb5,18,[1 0],1 0],1,1 +0613,0613,02,num,two_rule_comb5,19,[7 9],7 9],1,1 +0613,0613,02,num,two_rule_comb5,20,[1 9],1 9],1,1 +0613,0613,02,num,two_rule_comb5,21,[8 5],8 5],1,1 +0613,0613,02,num,two_rule_comb5,22,[9 6],9 6],1,1 +0613,0613,02,num,two_rule_comb5,23,[6 0],6 0],1,1 +0613,0613,02,num,two_rule_comb5,24,[9 3],9 3],1,1 +0613,0613,02,num,two_rule_comb5,25,[9 8],9 8],1,1 +0613,0613,02,num,two_rule_comb5,26,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb5,27,[2 6],2 6],1,1 +0613,0613,02,num,two_rule_comb5,28,[9 8],9 8],1,1 +0613,0613,02,num,two_rule_comb5,29,[8 7],8 7],1,1 +0613,0613,02,num,two_rule_comb5,30,[7 4],7 4],1,1 +0613,0613,02,num,two_rule_comb5,31,[5 3],5 3],1,1 +0613,0613,02,num,two_rule_comb5,32,[1 8],1 8],1,1 +0613,0613,02,num,two_rule_comb5,33,[9 0],9 0],1,1 +0613,0613,02,num,two_rule_comb5,34,[8 4],8 4],1,1 +0613,0613,02,num,two_rule_comb5,35,[0 0],0 0],1,1 +0613,0613,02,num,two_rule_comb5,36,[3 1],3 1],1,1 +0613,0613,02,num,two_rule_comb5,37,[5 6],5 6],1,1 +0613,0613,02,num,two_rule_comb5,38,[4 3],4 3],1,1 +0613,0613,02,num,two_rule_comb5,39,[7 5],7 5],1,1 +0613,0613,02,num,two_rule_comb5,40,[0 9],0 9],1,1 +0613,0613,02,num,two_rule_comb5,41,[9 5],None,0,1 +0613,0613,02,num,two_rule_comb5,42,[0 4],0 4],1,1 +0613,0613,02,num,two_rule_comb5,43,[5 9],5 9],1,1 +0613,0613,02,num,two_rule_comb5,44,[2 1],2 1],1,1 +0613,0613,02,num,two_rule_comb5,45,[2 1],2 1],1,1 +0613,0613,02,num,two_rule_comb5,46,[3 9],3 9],1,1 +0613,0613,02,num,two_rule_comb5,47,[5 7],5 7],1,1 +0613,0613,02,num,two_rule_comb5,48,[3 8],3 8],1,1 +0613,0613,02,num,two_rule_comb5,49,[0 8],0 8],1,1 +0613,0613,02,num,two_rule_comb5,50,[3 5],3 5],1,1 +0613,0613,02,num,two_rule_comb5,51,[1 7],1 7],1,1 +0613,0613,02,num,two_rule_comb5,52,[4 9],4 9],1,1 +0613,0613,02,num,two_rule_comb5,53,[4 2],4 2],1,1 +0613,0613,02,num,two_rule_comb5,54,[0 9],0 9],1,1 +0613,0613,02,num,two_rule_comb5,55,[1 0],1 0],1,1 +0613,0613,02,num,two_rule_comb5,56,[9 5],None,0,1 +0613,0613,02,num,two_rule_comb5,57,[5 5],5 5],1,1 +0613,0613,02,num,two_rule_comb5,58,[0 5],0 5],1,1 +0613,0613,02,num,two_rule_comb5,59,[6 2],6 2],1,1 +0613,0613,02,num,two_rule_comb5,60,[6 5],6 5],1,1 +0613,0613,02,num,two_rule_comb5,61,[8 6],8 6],1,1 +0613,0613,02,num,two_rule_comb5,62,[4 6],4 6],1,1 +0613,0613,02,num,two_rule_comb5,63,[3 8],3 8],1,1 +0613,0613,02,num,two_rule_comb5,64,[8 0],8 0],1,1 +0613,0613,02,num,two_rule_comb5,65,[6 5],6 5],1,1 +0613,0613,02,num,two_rule_comb5,66,[0 7],0 7],1,1 +0613,0613,02,num,two_rule_comb5,67,[2 5],2 5],1,1 +0613,0613,02,num,two_rule_comb5,68,[4 0],4 0],1,1 +0613,0613,02,num,two_rule_comb5,69,[9 2],9 2],1,1 +0613,0613,02,num,two_rule_comb5,70,[7 0],7 0],1,1 +0613,0613,02,num,two_rule_comb5,71,[6 0],6 0],1,1 +0613,0613,02,num,two_rule_comb5,72,[8 0],8 0],1,1 +0613,0613,02,num,two_rule_comb5,73,[5 0],5 0],1,1 +0613,0613,02,num,two_rule_comb5,74,[4 9],4 9],1,1 +0613,0613,02,num,two_rule_comb5,75,[1 4],1 4],1,1 +0613,0613,02,num,two_rule_comb5,76,[9 0],9 0],1,1 +0613,0613,02,num,two_rule_comb5,77,[4 8],4 8],1,1 +0613,0613,02,num,two_rule_comb5,78,[4 1],4 1],1,1 +0613,0613,02,num,two_rule_comb5,79,[7 5],7 5],1,1 +0613,0613,02,num,two_rule_comb5,80,[4 3],4 3],1,1 +0613,0613,02,num,two_rule_comb5,81,[5 1],5 1],1,1 +0613,0613,02,num,two_rule_comb5,82,[5 1],5 1],1,1 +0613,0613,02,num,two_rule_comb5,83,[0 8],0 8],1,1 +0613,0613,02,num,two_rule_comb5,84,[2 8],2 8],1,1 +0613,0613,02,num,two_rule_comb5,85,[7 2],7 2],1,1 +0613,0613,02,num,two_rule_comb5,86,[3 9],3 9],1,1 +0613,0613,02,num,two_rule_comb5,87,[7 3],7 3],1,1 +0613,0613,02,num,two_rule_comb5,88,[1 6],1 6],1,1 +0613,0613,02,num,two_rule_comb5,89,[4 0],4 0],1,1 +0613,0613,02,num,two_rule_comb5,90,[4 9],4 9],1,1 +0613,0613,02,num,two_rule_comb5,91,[8 4],8 4],1,1 +0613,0613,02,num,two_rule_comb5,92,[4 4],4 4],1,1 +0613,0613,02,num,two_rule_comb5,93,[1 5],1 5],1,1 +0613,0613,02,num,two_rule_comb5,94,[1 8],1 8],1,1 +0613,0613,02,num,two_rule_comb5,95,[6 7],6 7],1,1 +0613,0613,02,num,two_rule_comb5,96,[1 1],1 1],1,1 +0613,0613,02,num,two_rule_comb5,97,[9 7],None,0,1 +0613,0613,02,num,two_rule_comb5,98,[6 8],6 8],1,1 +0613,0613,02,num,two_rule_comb5,99,[0 8],0 8],1,1 +0613,0613,02,num,three_rule_comb0,0,[1 8 8],1 8 8],1,1 +0613,0613,02,num,three_rule_comb0,1,[3 0 0],3 0 0],1,1 +0613,0613,02,num,three_rule_comb0,2,[2 9 0],2 9 0],1,1 +0613,0613,02,num,three_rule_comb0,3,[9 7 2],9 7 2],1,1 +0613,0613,02,num,three_rule_comb0,4,[8 0 5],8 0 5],1,1 +0613,0613,02,num,three_rule_comb0,5,[6 0 9],6 0 9],1,1 +0613,0613,02,num,three_rule_comb0,6,[4 9 8],4 9 8],1,1 +0613,0613,02,num,three_rule_comb0,7,[8 7 1],8 7 1],1,1 +0613,0613,02,num,three_rule_comb0,8,[2 5 3],2 5 3],1,1 +0613,0613,02,num,three_rule_comb0,9,[8 9 4],8 9 4],1,1 +0613,0613,02,num,three_rule_comb0,10,[1 5 7],1 5 7],1,1 +0613,0613,02,num,three_rule_comb0,11,[9 1 3],9 1 3],1,1 +0613,0613,02,num,three_rule_comb0,12,[1 5 4],1 5 4],1,1 +0613,0613,02,num,three_rule_comb0,13,[7 7 9],7 7 9],1,1 +0613,0613,02,num,three_rule_comb0,14,[4 9 5],4 9 5],1,1 +0613,0613,02,num,three_rule_comb0,15,[4 7 2],4 7 2],1,1 +0613,0613,02,num,three_rule_comb0,16,[6 3 1],6 3 1],1,1 +0613,0613,02,num,three_rule_comb0,17,[8 2 4],8 2 4],1,1 +0613,0613,02,num,three_rule_comb0,18,[5 7 7],5 7 7],1,1 +0613,0613,02,num,three_rule_comb0,19,[5 6 3],5 6 3],1,1 +0613,0613,02,num,three_rule_comb0,20,[2 2 4],2 2 4],1,1 +0613,0613,02,num,three_rule_comb0,21,[7 1 0],7 1 0],1,1 +0613,0613,02,num,three_rule_comb0,22,[8 1 1],8 1 1],1,1 +0613,0613,02,num,three_rule_comb0,23,[2 1 3],2 1 3],1,1 +0613,0613,02,num,three_rule_comb0,24,[6 7 1],6 7 1],1,1 +0613,0613,02,num,three_rule_comb0,25,[1 4 3],1 4 3],1,1 +0613,0613,02,num,three_rule_comb0,26,[8 9 6],8 9 6],1,1 +0613,0613,02,num,three_rule_comb0,27,[4 3 3],4 3 3],1,1 +0613,0613,02,num,three_rule_comb0,28,[8 4 1],8 4 1],1,1 +0613,0613,02,num,three_rule_comb0,29,[2 0 4],2 0 4],1,1 +0613,0613,02,num,three_rule_comb0,30,[6 7 3],6 7 3],1,1 +0613,0613,02,num,three_rule_comb0,31,[1 1 8],1 1 8],1,1 +0613,0613,02,num,three_rule_comb0,32,[4 8 8],4 8 8],1,1 +0613,0613,02,num,three_rule_comb0,33,[0 5 5],0 5 5],1,1 +0613,0613,02,num,three_rule_comb0,34,[1 8 0],1 8 0],1,1 +0613,0613,02,num,three_rule_comb0,35,[5 8 0],5 8 0],1,1 +0613,0613,02,num,three_rule_comb0,36,[1 4 8],1 4 8],1,1 +0613,0613,02,num,three_rule_comb0,37,[1 6 4],1 6 4],1,1 +0613,0613,02,num,three_rule_comb0,38,[8 7 9],8 7 9],1,1 +0613,0613,02,num,three_rule_comb0,39,[8 8 1],8 8 1],1,1 +0613,0613,02,num,three_rule_comb0,40,[9 4 4],9 4 4],1,1 +0613,0613,02,num,three_rule_comb0,41,[0 1 7],0 1 7],1,1 +0613,0613,02,num,three_rule_comb0,42,[7 0 6],7 0 6],1,1 +0613,0613,02,num,three_rule_comb0,43,[3 0 3],3 0 3],1,1 +0613,0613,02,num,three_rule_comb0,44,[9 1 0],9 1 0],1,1 +0613,0613,02,num,three_rule_comb0,45,[8 7 2],8 7 2],1,1 +0613,0613,02,num,three_rule_comb0,46,[2 6 6],2 6 6],1,1 +0613,0613,02,num,three_rule_comb0,47,[7 2 7],7 2 7],1,1 +0613,0613,02,num,three_rule_comb0,48,[8 3 5],8 3 5],1,1 +0613,0613,02,num,three_rule_comb0,49,[4 4 9],4 4 9],1,1 +0613,0613,02,num,three_rule_comb0,50,[8 3 7],8 3 7],1,1 +0613,0613,02,num,three_rule_comb0,51,[2 1 7],2 1 7],1,1 +0613,0613,02,num,three_rule_comb0,52,[9 5 5],9 5 5],1,1 +0613,0613,02,num,three_rule_comb0,53,[8 3 7],8 3 7],1,1 +0613,0613,02,num,three_rule_comb0,54,[4 9 1],4 9 1],1,1 +0613,0613,02,num,three_rule_comb0,55,[7 4 6],7 4 6],1,1 +0613,0613,02,num,three_rule_comb0,56,[7 3 7],7 3 7],1,1 +0613,0613,02,num,three_rule_comb0,57,[0 4 9],0 4 9],1,1 +0613,0613,02,num,three_rule_comb0,58,[2 1 9],2 1 9],1,1 +0613,0613,02,num,three_rule_comb0,59,[3 2 6],3 2 6],1,1 +0613,0613,02,num,three_rule_comb0,60,[2 5 1],2 5 1],1,1 +0613,0613,02,num,three_rule_comb0,61,[3 1 0],3 1 0],1,1 +0613,0613,02,num,three_rule_comb0,62,[9 8 5],None,0,1 +0613,0613,02,num,three_rule_comb0,63,[5 6 3],5 6 3],1,1 +0613,0613,02,num,three_rule_comb0,64,[3 5 5],3 5 5],1,1 +0613,0613,02,num,three_rule_comb0,65,[1 0 6],1 0 6],1,1 +0613,0613,02,num,three_rule_comb0,66,[0 8 2],0 8 2],1,1 +0613,0613,02,num,three_rule_comb0,67,[8 3 9],8 3 9],1,1 +0613,0613,02,num,three_rule_comb0,68,[7 5 4],7 5 4],1,1 +0613,0613,02,num,three_rule_comb0,69,[2 1 7],2 1 7],1,1 +0613,0613,02,num,three_rule_comb0,70,[8 8 3],8 8 3],1,1 +0613,0613,02,num,three_rule_comb0,71,[7 8 6],7 8 6],1,1 +0613,0613,02,num,three_rule_comb0,72,[5 5 6],5 5 6],1,1 +0613,0613,02,num,three_rule_comb0,73,[1 2 8],1 2 8],1,1 +0613,0613,02,num,three_rule_comb0,74,[1 0 7],1 0 7],1,1 +0613,0613,02,num,three_rule_comb0,75,[6 9 3],6 9 3],1,1 +0613,0613,02,num,three_rule_comb0,76,[4 2 6],4 2 6],1,1 +0613,0613,02,num,three_rule_comb0,77,[4 6 7],4 6 7],1,1 +0613,0613,02,num,three_rule_comb0,78,[2 7 9],2 7 9],1,1 +0613,0613,02,num,three_rule_comb0,79,[6 9 2],6 9 2],1,1 +0613,0613,02,num,three_rule_comb0,80,[1 3 7],1 3 7],1,1 +0613,0613,02,num,three_rule_comb0,81,[8 2 3],8 2 3],1,1 +0613,0613,02,num,three_rule_comb0,82,[2 4 9],2 4 9],1,1 +0613,0613,02,num,three_rule_comb0,83,[6 9 7],None,0,1 +0613,0613,02,num,three_rule_comb0,84,[8 7 5],8 7 5],1,1 +0613,0613,02,num,three_rule_comb0,85,[8 9 7],8 9 7],1,1 +0613,0613,02,num,three_rule_comb0,86,[6 7 7],6 7 7],1,1 +0613,0613,02,num,three_rule_comb0,87,[6 1 9],6 1 9],1,1 +0613,0613,02,num,three_rule_comb0,88,[1 3 7],1 3 7],1,1 +0613,0613,02,num,three_rule_comb0,89,[2 1 9],2 1 9],1,1 +0613,0613,02,num,three_rule_comb0,90,[2 0 7],2 0 7],1,1 +0613,0613,02,num,three_rule_comb0,91,[4 0 4],4 0 4],1,1 +0613,0613,02,num,three_rule_comb0,92,[5 4 1],5 4 1],1,1 +0613,0613,02,num,three_rule_comb0,93,[0 8 2],0 8 2],1,1 +0613,0613,02,num,three_rule_comb0,94,[0 3 5],0 3 5],1,1 +0613,0613,02,num,three_rule_comb0,95,[7 9 2],7 9 2],1,1 +0613,0613,02,num,three_rule_comb0,96,[9 7 7],9 7 7],1,1 +0613,0613,02,num,three_rule_comb0,97,[2 1 8],2 1 8],1,1 +0613,0613,02,num,three_rule_comb0,98,[4 7 9],4 7 9],1,1 +0613,0613,02,num,three_rule_comb0,99,[5 8 1],5 8 1],1,1 +0613,0613,02,num,three_rule_comb1,0,[6 9 0],6 9 0],1,1 +0613,0613,02,num,three_rule_comb1,1,[8 9 9],8 9 9],1,1 +0613,0613,02,num,three_rule_comb1,2,[3 3 2],3 3 2],1,1 +0613,0613,02,num,three_rule_comb1,3,[6 4 8],6 4 8],1,1 +0613,0613,02,num,three_rule_comb1,4,[2 2 3],2 2 3],1,1 +0613,0613,02,num,three_rule_comb1,5,[2 3 5],2 2 5],0,1 +0613,0613,02,num,three_rule_comb1,6,[6 4 4],6 4 5],0,1 +0613,0613,02,num,three_rule_comb1,7,[5 7 6],5 7 6],1,1 +0613,0613,02,num,three_rule_comb1,8,[2 4 7],2 4 7],1,1 +0613,0613,02,num,three_rule_comb1,9,[7 7 8],7 7 8],1,1 +0613,0613,02,num,three_rule_comb1,10,[1 9 1],1 9 1],1,1 +0613,0613,02,num,three_rule_comb1,11,[3 5 5],3 5 3],0,1 +0613,0613,02,num,three_rule_comb1,12,[7 7 6],7 1 6],0,1 +0613,0613,02,num,three_rule_comb1,13,[8 3 2],8 3 2],1,1 +0613,0613,02,num,three_rule_comb1,14,[8 9 3],8 9 3],1,1 +0613,0613,02,num,three_rule_comb1,15,[0 3 0],0 3 0],1,1 +0613,0613,02,num,three_rule_comb1,16,[4 6 0],4 3 0],0,1 +0613,0613,02,num,three_rule_comb1,17,[2 7 0],2 7 0],1,1 +0613,0613,02,num,three_rule_comb1,18,[3 3 5],3 3 5],1,1 +0613,0613,02,num,three_rule_comb1,19,[7 4 9],7 4 9],1,1 +0613,0613,02,num,three_rule_comb1,20,[4 1 0],4 1 1],0,1 +0613,0613,02,num,three_rule_comb1,21,[9 1 6],0 1 6],0,1 +0613,0613,02,num,three_rule_comb1,22,[5 5 7],5 5 0],0,1 +0613,0613,02,num,three_rule_comb1,23,[1 8 9],1 4 9],0,1 +0613,0613,02,num,three_rule_comb1,24,[9 4 3],9 4 3],1,1 +0613,0613,02,num,three_rule_comb1,25,[8 4 6],8 4 6],1,1 +0613,0613,02,num,three_rule_comb1,26,[8 7 1],8 7 1],1,1 +0613,0613,02,num,three_rule_comb1,27,[9 9 5],9 9 2],0,1 +0613,0613,02,num,three_rule_comb1,28,[0 2 8],0 2 0],0,1 +0613,0613,02,num,three_rule_comb1,29,[8 6 2],8 6 2],1,1 +0613,0613,02,num,three_rule_comb1,30,[6 0 0],6 0 0],1,1 +0613,0613,02,num,three_rule_comb1,31,[3 9 8],3 9 8],1,1 +0613,0613,02,num,three_rule_comb1,32,[1 2 0],1 5 0],0,1 +0613,0613,02,num,three_rule_comb1,33,[2 6 1],2 2 1],0,1 +0613,0613,02,num,three_rule_comb1,34,[4 4 2],4 4 8],0,1 +0613,0613,02,num,three_rule_comb1,35,[8 1 2],8 1 2],1,1 +0613,0613,02,num,three_rule_comb1,36,[4 8 2],4 8 2],1,1 +0613,0613,02,num,three_rule_comb1,37,[5 5 6],5 5 6],1,1 +0613,0613,02,num,three_rule_comb1,38,[8 8 2],8 8 9],0,1 +0613,0613,02,num,three_rule_comb1,39,[9 2 5],9 2 5],1,1 +0613,0613,02,num,three_rule_comb1,40,[3 2 0],3 2 0],1,1 +0613,0613,02,num,three_rule_comb1,41,[5 2 5],5 2 5],1,1 +0613,0613,02,num,three_rule_comb1,42,[5 6 0],3 6 0],0,1 +0613,0613,02,num,three_rule_comb1,43,[7 1 3],7 1 3],1,1 +0613,0613,02,num,three_rule_comb1,44,[2 6 5],10 6 5],0,1 +0613,0613,02,num,three_rule_comb1,45,[5 9 9],5 9 9],1,1 +0613,0613,02,num,three_rule_comb1,46,[6 5 8],6 7 8],0,1 +0613,0613,02,num,three_rule_comb1,47,[8 7 0],8 1 0],0,1 +0613,0613,02,num,three_rule_comb1,48,[1 6 2],1 1 2],0,1 +0613,0613,02,num,three_rule_comb1,49,[7 2 5],2 2 5],0,1 +0613,0613,02,num,three_rule_comb1,50,[5 1 3],5 1 3],1,1 +0613,0613,02,num,three_rule_comb1,51,[6 0 0],6 5 0],0,1 +0613,0613,02,num,three_rule_comb1,52,[9 7 5],6 7 5],0,1 +0613,0613,02,num,three_rule_comb1,53,[6 9 6],None,0,1 +0613,0613,02,num,three_rule_comb1,54,[4 6 5],2 6 5],0,1 +0613,0613,02,num,three_rule_comb1,55,[5 9 3],5 9 3],1,1 +0613,0613,02,num,three_rule_comb1,56,[7 7 4],7 7 2],0,1 +0613,0613,02,num,three_rule_comb1,57,[9 4 9],5 4 9],0,1 +0613,0613,02,num,three_rule_comb1,58,[9 5 0],9 5 9],0,1 +0613,0613,02,num,three_rule_comb1,59,[5 0 1],5 0 1],1,1 +0613,0613,02,num,three_rule_comb1,60,[8 4 3],8 2 3],0,1 +0613,0613,02,num,three_rule_comb1,61,[5 8 3],5 8 10],0,1 +0613,0613,02,num,three_rule_comb1,62,[4 0 4],4 1 4],0,1 +0613,0613,02,num,three_rule_comb1,63,[9 8 2],9 8 2],1,1 +0613,0613,02,num,three_rule_comb1,64,[6 9 7],5 9 7],0,1 +0613,0613,02,num,three_rule_comb1,65,[5 6 0],5 6 0],1,1 +0613,0613,02,num,three_rule_comb1,66,[2 2 7],2 4 7],0,1 +0613,0613,02,num,three_rule_comb1,67,[1 4 5],1 4 5],1,1 +0613,0613,02,num,three_rule_comb1,68,[2 1 0],2 1 0],1,1 +0613,0613,02,num,three_rule_comb1,69,[6 3 9],9 3 9],0,1 +0613,0613,02,num,three_rule_comb1,70,[1 3 2],1 3 2],1,1 +0613,0613,02,num,three_rule_comb1,71,[0 1 1],0 2 1],0,1 +0613,0613,02,num,three_rule_comb1,72,[3 2 5],14 2 5],0,1 +0613,0613,02,num,three_rule_comb1,73,[5 0 0],5 0 8],0,1 +0613,0613,02,num,three_rule_comb1,74,[9 0 8],9 0 8],1,1 +0613,0613,02,num,three_rule_comb1,75,[9 2 0],4 2 0],0,1 +0613,0613,02,num,three_rule_comb1,76,[7 0 0],7 0 9],0,1 +0613,0613,02,num,three_rule_comb1,77,[3 1 8],3 1 8],1,1 +0613,0613,02,num,three_rule_comb1,78,[9 9 3],9 9 3],1,1 +0613,0613,02,num,three_rule_comb1,79,[2 3 4],2 2 4],0,1 +0613,0613,02,num,three_rule_comb1,80,[7 5 3],7 5 3],1,1 +0613,0613,02,num,three_rule_comb1,81,[9 7 3],9 7 3],1,1 +0613,0613,02,num,three_rule_comb1,82,[0 3 8],0 3 5],0,1 +0613,0613,02,num,three_rule_comb1,83,[5 0 1],5 0 1],1,1 +0613,0613,02,num,three_rule_comb1,84,[4 8 7],4 2 7],0,1 +0613,0613,02,num,three_rule_comb1,85,[8 1 2],8 1 4],0,1 +0613,0613,02,num,three_rule_comb1,86,[8 5 7],8 5 7],1,1 +0613,0613,02,num,three_rule_comb1,87,[1 0 7],1 0 7],1,1 +0613,0613,02,num,three_rule_comb1,88,[3 4 8],None,0,1 +0613,0613,02,num,three_rule_comb1,89,[9 7 4],None,0,1 +0613,0613,02,num,three_rule_comb1,90,[4 1 8],4 1 1],0,1 +0613,0613,02,num,three_rule_comb1,91,[1 1 3],1 9 3],0,1 +0613,0613,02,num,three_rule_comb1,92,[9 6 9],9 6 9],1,1 +0613,0613,02,num,three_rule_comb1,93,[3 8 1],3 8 1],1,1 +0613,0613,02,num,three_rule_comb1,94,[3 8 0],3 8 0],1,1 +0613,0613,02,num,three_rule_comb1,95,[1 5 5],1 5 5],1,1 +0613,0613,02,num,three_rule_comb1,96,[5 1 7],5 1 1],0,1 +0613,0613,02,num,three_rule_comb1,97,[3 5 5],3 5 5],1,1 +0613,0613,02,num,three_rule_comb1,98,[6 9 4],7 9 4],0,1 +0613,0613,02,num,three_rule_comb1,99,[7 5 7],7 10 7],0,1 +0613,0613,02,num,three_rule_comb2,0,[0 0 1],0 0 1],1,1 +0613,0613,02,num,three_rule_comb2,1,[1 1 9],1 1 9],1,1 +0613,0613,02,num,three_rule_comb2,2,[8 5 6],8 5 6],1,1 +0613,0613,02,num,three_rule_comb2,3,[2 8 8],2 8 8],1,1 +0613,0613,02,num,three_rule_comb2,4,[9 3 1],9 3 1],1,1 +0613,0613,02,num,three_rule_comb2,5,[2 3 2],2 3 2],1,1 +0613,0613,02,num,three_rule_comb2,6,[4 5 3],4 5 3],1,1 +0613,0613,02,num,three_rule_comb2,7,[7 4 9],7 4 9],1,1 +0613,0613,02,num,three_rule_comb2,8,[3 8 8],3 8 8],1,1 +0613,0613,02,num,three_rule_comb2,9,[1 8 5],1 8 5],1,1 +0613,0613,02,num,three_rule_comb2,10,[1 5 9],1 5 9],1,1 +0613,0613,02,num,three_rule_comb2,11,[5 9 0],5 9 0],1,1 +0613,0613,02,num,three_rule_comb2,12,[6 2 7],6 2 7],1,1 +0613,0613,02,num,three_rule_comb2,13,[5 2 7],5 2 7],1,1 +0613,0613,02,num,three_rule_comb2,14,[2 7 8],2 7 8],1,1 +0613,0613,02,num,three_rule_comb2,15,[9 5 2],9 5 2],1,1 +0613,0613,02,num,three_rule_comb2,16,[3 5 1],3 5 1],1,1 +0613,0613,02,num,three_rule_comb2,17,[3 0 3],3 0 3],1,1 +0613,0613,02,num,three_rule_comb2,18,[6 3 9],6 3 9],1,1 +0613,0613,02,num,three_rule_comb2,19,[4 7 4],4 7 4],1,1 +0613,0613,02,num,three_rule_comb2,20,[1 9 9],1 9 9],1,1 +0613,0613,02,num,three_rule_comb2,21,[5 5 3],5 5 3],1,1 +0613,0613,02,num,three_rule_comb2,22,[7 0 1],7 0 1],1,1 +0613,0613,02,num,three_rule_comb2,23,[2 1 8],2 1 8],1,1 +0613,0613,02,num,three_rule_comb2,24,[0 9 5],0 9 5],1,1 +0613,0613,02,num,three_rule_comb2,25,[6 8 4],6 8 4],1,1 +0613,0613,02,num,three_rule_comb2,26,[2 3 7],2 3 7],1,1 +0613,0613,02,num,three_rule_comb2,27,[1 5 2],1 5 2],1,1 +0613,0613,02,num,three_rule_comb2,28,[1 0 7],1 0 7],1,1 +0613,0613,02,num,three_rule_comb2,29,[6 5 1],6 5 1],1,1 +0613,0613,02,num,three_rule_comb2,30,[2 5 8],2 5 8],1,1 +0613,0613,02,num,three_rule_comb2,31,[1 0 1],1 0 1],1,1 +0613,0613,02,num,three_rule_comb2,32,[3 4 5],3 4 5],1,1 +0613,0613,02,num,three_rule_comb2,33,[6 7 2],6 7 2],1,1 +0613,0613,02,num,three_rule_comb2,34,[1 4 9],1 4 9],1,1 +0613,0613,02,num,three_rule_comb2,35,[1 0 3],1 0 3],1,1 +0613,0613,02,num,three_rule_comb2,36,[3 0 8],3 0 8],1,1 +0613,0613,02,num,three_rule_comb2,37,[6 2 2],6 2 2],1,1 +0613,0613,02,num,three_rule_comb2,38,[7 8 9],7 8 9],1,1 +0613,0613,02,num,three_rule_comb2,39,[0 1 9],0 1 9],1,1 +0613,0613,02,num,three_rule_comb2,40,[5 0 4],5 0 4],1,1 +0613,0613,02,num,three_rule_comb2,41,[4 8 7],4 8 7],1,1 +0613,0613,02,num,three_rule_comb2,42,[8 2 1],8 2 1],1,1 +0613,0613,02,num,three_rule_comb2,43,[7 6 7],7 6 7],1,1 +0613,0613,02,num,three_rule_comb2,44,[2 9 9],2 9 9],1,1 +0613,0613,02,num,three_rule_comb2,45,[0 1 7],0 1 7],1,1 +0613,0613,02,num,three_rule_comb2,46,[1 0 0],1 0 0],1,1 +0613,0613,02,num,three_rule_comb2,47,[4 4 7],4 4 7],1,1 +0613,0613,02,num,three_rule_comb2,48,[0 5 8],0 5 8],1,1 +0613,0613,02,num,three_rule_comb2,49,[8 8 2],8 8 2],1,1 +0613,0613,02,num,three_rule_comb2,50,[6 7 7],6 7 7],1,1 +0613,0613,02,num,three_rule_comb2,51,[4 2 3],4 2 3],1,1 +0613,0613,02,num,three_rule_comb2,52,[5 4 1],5 4 1],1,1 +0613,0613,02,num,three_rule_comb2,53,[1 1 4],1 1 4],1,1 +0613,0613,02,num,three_rule_comb2,54,[5 2 4],5 2 4],1,1 +0613,0613,02,num,three_rule_comb2,55,[8 6 8],8 6 8],1,1 +0613,0613,02,num,three_rule_comb2,56,[2 3 3],2 3 3],1,1 +0613,0613,02,num,three_rule_comb2,57,[1 2 8],1 2 8],1,1 +0613,0613,02,num,three_rule_comb2,58,[3 2 8],3 2 8],1,1 +0613,0613,02,num,three_rule_comb2,59,[1 6 4],1 6 4],1,1 +0613,0613,02,num,three_rule_comb2,60,[9 5 1],9 5 1],1,1 +0613,0613,02,num,three_rule_comb2,61,[7 7 7],7 7 7],1,1 +0613,0613,02,num,three_rule_comb2,62,[8 6 2],8 6 2],1,1 +0613,0613,02,num,three_rule_comb2,63,[6 5 7],6 5 7],1,1 +0613,0613,02,num,three_rule_comb2,64,[1 2 2],1 2 2],1,1 +0613,0613,02,num,three_rule_comb2,65,[3 0 6],3 0 6],1,1 +0613,0613,02,num,three_rule_comb2,66,[9 3 9],9 3 9],1,1 +0613,0613,02,num,three_rule_comb2,67,[9 8 9],9 8 9],1,1 +0613,0613,02,num,three_rule_comb2,68,[6 0 0],6 0 0],1,1 +0613,0613,02,num,three_rule_comb2,69,[9 9 7],9 9 7],1,1 +0613,0613,02,num,three_rule_comb2,70,[4 7 4],4 7 4],1,1 +0613,0613,02,num,three_rule_comb2,71,[0 1 5],0 1 5],1,1 +0613,0613,02,num,three_rule_comb2,72,[4 0 1],4 0 1],1,1 +0613,0613,02,num,three_rule_comb2,73,[1 3 6],1 3 6],1,1 +0613,0613,02,num,three_rule_comb2,74,[5 8 8],5 8 8],1,1 +0613,0613,02,num,three_rule_comb2,75,[7 3 0],7 3 0],1,1 +0613,0613,02,num,three_rule_comb2,76,[2 9 7],2 9 7],1,1 +0613,0613,02,num,three_rule_comb2,77,[1 9 8],1 9 8],1,1 +0613,0613,02,num,three_rule_comb2,78,[1 8 8],1 8 8],1,1 +0613,0613,02,num,three_rule_comb2,79,[7 4 7],7 4 7],1,1 +0613,0613,02,num,three_rule_comb2,80,[7 9 7],7 9 7],1,1 +0613,0613,02,num,three_rule_comb2,81,[7 0 6],7 0 6],1,1 +0613,0613,02,num,three_rule_comb2,82,[4 2 2],4 2 2],1,1 +0613,0613,02,num,three_rule_comb2,83,[6 0 7],6 0 7],1,1 +0613,0613,02,num,three_rule_comb2,84,[5 4 2],5 4 2],1,1 +0613,0613,02,num,three_rule_comb2,85,[8 6 0],8 6 0],1,1 +0613,0613,02,num,three_rule_comb2,86,[7 8 4],7 8 4],1,1 +0613,0613,02,num,three_rule_comb2,87,[0 3 8],0 3 8],1,1 +0613,0613,02,num,three_rule_comb2,88,[8 9 9],8 9 9],1,1 +0613,0613,02,num,three_rule_comb2,89,[4 2 2],4 2 2],1,1 +0613,0613,02,num,three_rule_comb2,90,[5 7 6],5 7 6],1,1 +0613,0613,02,num,three_rule_comb2,91,[5 0 1],5 0 1],1,1 +0613,0613,02,num,three_rule_comb2,92,[5 5 2],5 5 2],1,1 +0613,0613,02,num,three_rule_comb2,93,[4 5 1],4 5 1],1,1 +0613,0613,02,num,three_rule_comb2,94,[1 8 6],1 8 6],1,1 +0613,0613,02,num,three_rule_comb2,95,[4 8 9],4 8 9],1,1 +0613,0613,02,num,three_rule_comb2,96,[6 8 6],6 8 6],1,1 +0613,0613,02,num,three_rule_comb2,97,[7 3 4],7 3 4],1,1 +0613,0613,02,num,three_rule_comb2,98,[4 1 8],4 1 8],1,1 +0613,0613,02,num,three_rule_comb2,99,[8 0 8],8 0 8],1,1 +0613,0613,02,num,three_rule_comb3,0,[5 1 7],5 1 7],1,1 +0613,0613,02,num,three_rule_comb3,1,[2 1 2],2 1 2],1,1 +0613,0613,02,num,three_rule_comb3,2,[6 3 7],6 3 7],1,1 +0613,0613,02,num,three_rule_comb3,3,[4 8 9],4 8 9],1,1 +0613,0613,02,num,three_rule_comb3,4,[0 5 4],0 5 4],1,1 +0613,0613,02,num,three_rule_comb3,5,[4 1 4],4 1 4],1,1 +0613,0613,02,num,three_rule_comb3,6,[4 7 8],4 7 8],1,1 +0613,0613,02,num,three_rule_comb3,7,[9 0 6],9 0 6],1,1 +0613,0613,02,num,three_rule_comb3,8,[9 0 5],9 0 5],1,1 +0613,0613,02,num,three_rule_comb3,9,[9 0 4],9 0 4],1,1 +0613,0613,02,num,three_rule_comb3,10,[6 2 7],6 2 7],1,1 +0613,0613,02,num,three_rule_comb3,11,[0 7 5],0 1 5],0,1 +0613,0613,02,num,three_rule_comb3,12,[3 0 8],3 2 4],0,1 +0613,0613,02,num,three_rule_comb3,13,[2 6 9],2 6 9],1,1 +0613,0613,02,num,three_rule_comb3,14,[4 3 5],4 3 5],1,1 +0613,0613,02,num,three_rule_comb3,15,[1 3 9],1 3 9],1,1 +0613,0613,02,num,three_rule_comb3,16,[1 9 6],1 9 6],1,1 +0613,0613,02,num,three_rule_comb3,17,[8 9 9],8 9 9],1,1 +0613,0613,02,num,three_rule_comb3,18,[5 5 9],5 5 9],1,1 +0613,0613,02,num,three_rule_comb3,19,[7 2 1],7 2 1],1,1 +0613,0613,02,num,three_rule_comb3,20,[9 5 4],9 6 4],0,1 +0613,0613,02,num,three_rule_comb3,21,[3 3 2],3 3 2],1,1 +0613,0613,02,num,three_rule_comb3,22,[4 7 6],7 7 5],0,1 +0613,0613,02,num,three_rule_comb3,23,[3 3 9],3 3 9],1,1 +0613,0613,02,num,three_rule_comb3,24,[0 1 4],0 1 4],1,1 +0613,0613,02,num,three_rule_comb3,25,[1 6 8],1 8 5],0,1 +0613,0613,02,num,three_rule_comb3,26,[5 7 8],5 5 8],0,1 +0613,0613,02,num,three_rule_comb3,27,[1 1 3],1 6 4],0,1 +0613,0613,02,num,three_rule_comb3,28,[4 0 4],0 0 7],0,1 +0613,0613,02,num,three_rule_comb3,29,[0 6 7],0 6 7],1,1 +0613,0613,02,num,three_rule_comb3,30,[5 1 9],5 1 9],1,1 +0613,0613,02,num,three_rule_comb3,31,[6 4 8],6 4 8],1,1 +0613,0613,02,num,three_rule_comb3,32,[9 3 0],9 3 3],0,1 +0613,0613,02,num,three_rule_comb3,33,[9 9 5],9 2 5],0,1 +0613,0613,02,num,three_rule_comb3,34,[9 4 8],9 4 8],1,1 +0613,0613,02,num,three_rule_comb3,35,[3 3 8],3 3 8],1,1 +0613,0613,02,num,three_rule_comb3,36,[1 6 3],1 7 2],0,1 +0613,0613,02,num,three_rule_comb3,37,[4 5 7],4 0 7],0,1 +0613,0613,02,num,three_rule_comb3,38,[8 7 9],8 7 9],1,1 +0613,0613,02,num,three_rule_comb3,39,[3 8 3],3 8 3],1,1 +0613,0613,02,num,three_rule_comb3,40,[0 0 9],0 0 9],1,1 +0613,0613,02,num,three_rule_comb3,41,[5 2 2],5 2 2],1,1 +0613,0613,02,num,three_rule_comb3,42,[9 1 6],9 1 6],1,1 +0613,0613,02,num,three_rule_comb3,43,[3 4 3],3 4 3],1,1 +0613,0613,02,num,three_rule_comb3,44,[8 9 8],8 9 8],1,1 +0613,0613,02,num,three_rule_comb3,45,[9 9 0],9 9 0],1,1 +0613,0613,02,num,three_rule_comb3,46,[0 5 1],0 14 2],0,1 +0613,0613,02,num,three_rule_comb3,47,[6 4 2],6 4 2],1,1 +0613,0613,02,num,three_rule_comb3,48,[7 7 8],7 5 2],0,1 +0613,0613,02,num,three_rule_comb3,49,[9 9 4],None,0,1 +0613,0613,02,num,three_rule_comb3,50,[1 6 5],1 6 8],0,1 +0613,0613,02,num,three_rule_comb3,51,[9 0 8],9 0 8],1,1 +0613,0613,02,num,three_rule_comb3,52,[4 4 6],4 8 6],0,1 +0613,0613,02,num,three_rule_comb3,53,[6 0 1],6 0 1],1,1 +0613,0613,02,num,three_rule_comb3,54,[0 7 5],0 7 5],1,1 +0613,0613,02,num,three_rule_comb3,55,[4 2 3],4 2 3],1,1 +0613,0613,02,num,three_rule_comb3,56,[9 3 7],None,0,1 +0613,0613,02,num,three_rule_comb3,57,[6 3 3],6 3 3],1,1 +0613,0613,02,num,three_rule_comb3,58,[5 1 1],5 1 1],1,1 +0613,0613,02,num,three_rule_comb3,59,[1 6 1],1 6 1],1,1 +0613,0613,02,num,three_rule_comb3,60,[6 1 0],6 1 0],1,1 +0613,0613,02,num,three_rule_comb3,61,[8 4 8],1 8 8],0,1 +0613,0613,02,num,three_rule_comb3,62,[5 4 7],5 4 7],1,1 +0613,0613,02,num,three_rule_comb3,63,[6 3 3],6 3 3],1,1 +0613,0613,02,num,three_rule_comb3,64,[3 0 7],3 0 7],1,1 +0613,0613,02,num,three_rule_comb3,65,[7 7 9],7 7 9],1,1 +0613,0613,02,num,three_rule_comb3,66,[8 7 6],8 7 2],0,1 +0613,0613,02,num,three_rule_comb3,67,[1 8 6],1 8 6],1,1 +0613,0613,02,num,three_rule_comb3,68,[2 3 2],2 3 2],1,1 +0613,0613,02,num,three_rule_comb3,69,[8 5 4],8 5 4],1,1 +0613,0613,02,num,three_rule_comb3,70,[8 6 2],8 6 2],1,1 +0613,0613,02,num,three_rule_comb3,71,[1 9 4],1 9 4],1,1 +0613,0613,02,num,three_rule_comb3,72,[3 2 6],6 6 6],0,1 +0613,0613,02,num,three_rule_comb3,73,[9 8 0],9 8 0],1,1 +0613,0613,02,num,three_rule_comb3,74,[7 8 3],7 8 3],1,1 +0613,0613,02,num,three_rule_comb3,75,[4 1 4],4 1 4],1,1 +0613,0613,02,num,three_rule_comb3,76,[3 5 4],3 5 4],1,1 +0613,0613,02,num,three_rule_comb3,77,[6 9 3],6 9 3],1,1 +0613,0613,02,num,three_rule_comb3,78,[1 5 9],5 5 4],0,1 +0613,0613,02,num,three_rule_comb3,79,[3 8 6],3 8 6],1,1 +0613,0613,02,num,three_rule_comb3,80,[4 5 1],4 8 1],0,1 +0613,0613,02,num,three_rule_comb3,81,[9 1 6],9 1 6],1,1 +0613,0613,02,num,three_rule_comb3,82,[1 5 9],1 5 9],1,1 +0613,0613,02,num,three_rule_comb3,83,[9 1 7],9 1 7],1,1 +0613,0613,02,num,three_rule_comb3,84,[6 1 3],6 1 3],1,1 +0613,0613,02,num,three_rule_comb3,85,[3 0 6],3 0 6],1,1 +0613,0613,02,num,three_rule_comb3,86,[7 6 2],7 6 2],1,1 +0613,0613,02,num,three_rule_comb3,87,[7 6 6],7 6 6],1,1 +0613,0613,02,num,three_rule_comb3,88,[7 7 7],7 7 7],1,1 +0613,0613,02,num,three_rule_comb3,89,[1 4 9],1 4 1],0,1 +0613,0613,02,num,three_rule_comb3,90,[4 9 3],4 9 3],1,1 +0613,0613,02,num,three_rule_comb3,91,[1 0 8],1 0 8],1,1 +0613,0613,02,num,three_rule_comb3,92,[2 4 7],7 2 7],0,1 +0613,0613,02,num,three_rule_comb3,93,[4 1 9],4 1 9],1,1 +0613,0613,02,num,three_rule_comb3,94,[6 0 5],4 0 5],0,1 +0613,0613,02,num,three_rule_comb3,95,[7 9 7],7 9 7],1,1 +0613,0613,02,num,three_rule_comb3,96,[4 4 1],4 4 1],1,1 +0613,0613,02,num,three_rule_comb3,97,[6 1 5],6 1 5],1,1 +0613,0613,02,num,three_rule_comb3,98,[0 8 2],0 8 2],1,1 +0613,0613,02,num,three_rule_comb3,99,[0 6 2],0 6 2],1,1 +0613,0613,02,num,three_rule_comb4,0,[8 7 0],8 7 1],0,1 +0613,0613,02,num,three_rule_comb4,1,[7 9 4],7 9 4],1,1 +0613,0613,02,num,three_rule_comb4,2,[9 3 1],9 4 1],0,1 +0613,0613,02,num,three_rule_comb4,3,[9 7 0],9 7 0],1,1 +0613,0613,02,num,three_rule_comb4,4,[9 8 3],9 4 3],0,1 +0613,0613,02,num,three_rule_comb4,5,[4 8 5],4 8 5],1,1 +0613,0613,02,num,three_rule_comb4,6,[9 3 6],9 3 6],1,1 +0613,0613,02,num,three_rule_comb4,7,[2 5 8],2 2 8],0,1 +0613,0613,02,num,three_rule_comb4,8,[6 0 5],6 0 5],1,1 +0613,0613,02,num,three_rule_comb4,9,[0 1 9],0 1 9],1,1 +0613,0613,02,num,three_rule_comb4,10,[8 1 5],8 1 5],1,1 +0613,0613,02,num,three_rule_comb4,11,[7 3 8],7 3 8],1,1 +0613,0613,02,num,three_rule_comb4,12,[4 3 3],4 3 6],0,1 +0613,0613,02,num,three_rule_comb4,13,[0 8 0],0 8 0],1,1 +0613,0613,02,num,three_rule_comb4,14,[3 0 9],3 0 9],1,1 +0613,0613,02,num,three_rule_comb4,15,[9 8 8],9 8 1],0,1 +0613,0613,02,num,three_rule_comb4,16,[0 0 0],0 0 0],1,1 +0613,0613,02,num,three_rule_comb4,17,[2 7 1],2 6 1],0,1 +0613,0613,02,num,three_rule_comb4,18,[7 4 2],7 4 3],0,1 +0613,0613,02,num,three_rule_comb4,19,[5 4 5],5 4 1],0,1 +0613,0613,02,num,three_rule_comb4,20,[2 5 2],2 5 2],1,1 +0613,0613,02,num,three_rule_comb4,21,[3 3 4],3 3 7],0,1 +0613,0613,02,num,three_rule_comb4,22,[5 0 3],5 3 3],0,1 +0613,0613,02,num,three_rule_comb4,23,[3 0 8],3 0 3],0,1 +0613,0613,02,num,three_rule_comb4,24,[5 8 0],5 8 0],1,1 +0613,0613,02,num,three_rule_comb4,25,[2 1 2],2 1 4],0,1 +0613,0613,02,num,three_rule_comb4,26,[2 7 2],2 2 2],0,1 +0613,0613,02,num,three_rule_comb4,27,[5 9 8],5 9 1],0,1 +0613,0613,02,num,three_rule_comb4,28,[2 7 5],2 7 5],1,1 +0613,0613,02,num,three_rule_comb4,29,[5 5 1],5 5 1],1,1 +0613,0613,02,num,three_rule_comb4,30,[4 4 1],4 4 0],0,1 +0613,0613,02,num,three_rule_comb4,31,[1 3 4],1 3 7],0,1 +0613,0613,02,num,three_rule_comb4,32,[5 9 3],5 9 3],1,1 +0613,0613,02,num,three_rule_comb4,33,[0 8 0],0 8 0],1,1 +0613,0613,02,num,three_rule_comb4,34,[6 6 8],7 6 8],0,1 +0613,0613,02,num,three_rule_comb4,35,[1 2 8],1 2 8],1,1 +0613,0613,02,num,three_rule_comb4,36,[5 8 3],5 8 8],0,1 +0613,0613,02,num,three_rule_comb4,37,[2 0 1],2 0 6],0,1 +0613,0613,02,num,three_rule_comb4,38,[1 4 6],1 4 3],0,1 +0613,0613,02,num,three_rule_comb4,39,[5 4 8],5 4 8],1,1 +0613,0613,02,num,three_rule_comb4,40,[1 6 1],1 6 8],0,1 +0613,0613,02,num,three_rule_comb4,41,[7 3 8],7 3 8],1,1 +0613,0613,02,num,three_rule_comb4,42,[8 4 5],8 4 2],0,1 +0613,0613,02,num,three_rule_comb4,43,[5 3 8],8 3 8],0,1 +0613,0613,02,num,three_rule_comb4,44,[7 1 9],7 1 9],1,1 +0613,0613,02,num,three_rule_comb4,45,[7 8 4],7 2 4],0,1 +0613,0613,02,num,three_rule_comb4,46,[2 2 1],2 2 5],0,1 +0613,0613,02,num,three_rule_comb4,47,[9 9 8],9 9 8],1,1 +0613,0613,02,num,three_rule_comb4,48,[0 2 3],0 2 3],1,1 +0613,0613,02,num,three_rule_comb4,49,[1 6 9],1 6 10],0,1 +0613,0613,02,num,three_rule_comb4,50,[4 8 5],-2 8 5],0,1 +0613,0613,02,num,three_rule_comb4,51,[8 8 6],8 8 6],1,1 +0613,0613,02,num,three_rule_comb4,52,[8 4 0],8 0 0],0,1 +0613,0613,02,num,three_rule_comb4,53,[0 9 9],0 9 9],1,1 +0613,0613,02,num,three_rule_comb4,54,[3 4 7],3 4 7],1,1 +0613,0613,02,num,three_rule_comb4,55,[4 7 6],4 7 6],1,1 +0613,0613,02,num,three_rule_comb4,56,[7 5 5],7 8 5],0,1 +0613,0613,02,num,three_rule_comb4,57,[6 7 1],6 4 1],0,1 +0613,0613,02,num,three_rule_comb4,58,[2 9 9],5 9 9],0,1 +0613,0613,02,num,three_rule_comb4,59,[5 3 5],5 3 5],1,1 +0613,0613,02,num,three_rule_comb4,60,[0 8 4],0 5 4],0,1 +0613,0613,02,num,three_rule_comb4,61,[2 3 8],2 3 8],1,1 +0613,0613,02,num,three_rule_comb4,62,[8 1 9],8 1 9],1,1 +0613,0613,02,num,three_rule_comb4,63,[0 7 4],0 0 4],0,1 +0613,0613,02,num,three_rule_comb4,64,[5 9 2],5 9 4],0,1 +0613,0613,02,num,three_rule_comb4,65,[6 6 2],6 5 2],0,1 +0613,0613,02,num,three_rule_comb4,66,[8 0 0],8 0 0],1,1 +0613,0613,02,num,three_rule_comb4,67,[6 9 9],2 9 9],0,1 +0613,0613,02,num,three_rule_comb4,68,[0 9 4],0 2 4],0,1 +0613,0613,02,num,three_rule_comb4,69,[5 8 6],5 8 3],0,1 +0613,0613,02,num,three_rule_comb4,70,[0 3 5],0 3 0],0,1 +0613,0613,02,num,three_rule_comb4,71,[3 2 8],3 2 1],0,1 +0613,0613,02,num,three_rule_comb4,72,[7 7 4],7 7 4],1,1 +0613,0613,02,num,three_rule_comb4,73,[1 7 2],1 7 2],1,1 +0613,0613,02,num,three_rule_comb4,74,[0 7 5],0 7 5],1,1 +0613,0613,02,num,three_rule_comb4,75,[0 3 3],0 3 3],1,1 +0613,0613,02,num,three_rule_comb4,76,[5 9 5],5 9 5],1,1 +0613,0613,02,num,three_rule_comb4,77,[8 2 9],8 5 9],0,1 +0613,0613,02,num,three_rule_comb4,78,[5 1 1],5 1 1],1,1 +0613,0613,02,num,three_rule_comb4,79,[6 7 5],6 7 6],0,1 +0613,0613,02,num,three_rule_comb4,80,[4 4 0],4 1 0],0,1 +0613,0613,02,num,three_rule_comb4,81,[8 4 7],8 4 7],1,1 +0613,0613,02,num,three_rule_comb4,82,[9 0 2],9 0 5],0,1 +0613,0613,02,num,three_rule_comb4,83,[5 3 9],5 1 9],0,1 +0613,0613,02,num,three_rule_comb4,84,[4 2 8],4 5 8],0,1 +0613,0613,02,num,three_rule_comb4,85,[8 2 4],8 2 4],1,1 +0613,0613,02,num,three_rule_comb4,86,[2 8 8],2 8 8],1,1 +0613,0613,02,num,three_rule_comb4,87,[3 6 5],4 6 5],0,1 +0613,0613,02,num,three_rule_comb4,88,[8 7 5],8 7 8],0,1 +0613,0613,02,num,three_rule_comb4,89,[9 9 5],9 9 5],1,1 +0613,0613,02,num,three_rule_comb4,90,[8 6 2],8 6 2],1,1 +0613,0613,02,num,three_rule_comb4,91,[5 6 1],5 6 1],1,1 +0613,0613,02,num,three_rule_comb4,92,[2 9 4],2 3 4],0,1 +0613,0613,02,num,three_rule_comb4,93,[4 9 6],None,0,1 +0613,0613,02,num,three_rule_comb4,94,[5 4 5],5 4 5],1,1 +0613,0613,02,num,three_rule_comb4,95,[7 2 6],7 2 0],0,1 +0613,0613,02,num,three_rule_comb4,96,[5 1 7],5 1 2],0,1 +0613,0613,02,num,three_rule_comb4,97,[5 1 1],2 1 1],0,1 +0613,0613,02,num,three_rule_comb4,98,[0 7 8],0 7 3],0,1 +0613,0613,02,num,three_rule_comb4,99,[4 0 9],4 0 0],0,1 +0613,0613,02,num,three_rule_comb5,0,[5 0 7],5 0 7],1,1 +0613,0613,02,num,three_rule_comb5,1,[3 3 1],3 3 1],1,1 +0613,0613,02,num,three_rule_comb5,2,[5 3 1],5 3 1],1,1 +0613,0613,02,num,three_rule_comb5,3,[5 9 2],5 9 2],1,1 +0613,0613,02,num,three_rule_comb5,4,[0 2 4],0 2 4],1,1 +0613,0613,02,num,three_rule_comb5,5,[9 2 8],9 2 8],1,1 +0613,0613,02,num,three_rule_comb5,6,[2 8 7],2 8 7],1,1 +0613,0613,02,num,three_rule_comb5,7,[8 4 5],8 4 5],1,1 +0613,0613,02,num,three_rule_comb5,8,[7 4 7],7 4 7],1,1 +0613,0613,02,num,three_rule_comb5,9,[6 1 5],6 1 5],1,1 +0613,0613,02,num,three_rule_comb5,10,[5 5 6],5 5 6],1,1 +0613,0613,02,num,three_rule_comb5,11,[2 4 8],2 4 8],1,1 +0613,0613,02,num,three_rule_comb5,12,[0 6 0],0 6 0],1,1 +0613,0613,02,num,three_rule_comb5,13,[9 4 0],9 4 0],1,1 +0613,0613,02,num,three_rule_comb5,14,[6 3 2],6 3 2],1,1 +0613,0613,02,num,three_rule_comb5,15,[0 9 8],0 9 8],1,1 +0613,0613,02,num,three_rule_comb5,16,[7 5 6],7 5 6],1,1 +0613,0613,02,num,three_rule_comb5,17,[0 1 7],0 1 7],1,1 +0613,0613,02,num,three_rule_comb5,18,[1 4 1],1 4 1],1,1 +0613,0613,02,num,three_rule_comb5,19,[0 1 0],0 1 0],1,1 +0613,0613,02,num,three_rule_comb5,20,[4 4 9],4 4 9],1,1 +0613,0613,02,num,three_rule_comb5,21,[1 7 4],1 7 4],1,1 +0613,0613,02,num,three_rule_comb5,22,[9 4 4],9 4 4],1,1 +0613,0613,02,num,three_rule_comb5,23,[5 4 0],5 4 0],1,1 +0613,0613,02,num,three_rule_comb5,24,[6 0 4],6 0 4],1,1 +0613,0613,02,num,three_rule_comb5,25,[8 6 1],8 6 1],1,1 +0613,0613,02,num,three_rule_comb5,26,[7 4 8],7 4 8],1,1 +0613,0613,02,num,three_rule_comb5,27,[9 3 6],9 3 6],1,1 +0613,0613,02,num,three_rule_comb5,28,[4 8 3],4 8 3],1,1 +0613,0613,02,num,three_rule_comb5,29,[9 8 0],9 8 0],1,1 +0613,0613,02,num,three_rule_comb5,30,[5 9 5],5 9 5],1,1 +0613,0613,02,num,three_rule_comb5,31,[5 4 4],5 4 4],1,1 +0613,0613,02,num,three_rule_comb5,32,[5 5 9],5 5 9],1,1 +0613,0613,02,num,three_rule_comb5,33,[7 1 8],7 1 8],1,1 +0613,0613,02,num,three_rule_comb5,34,[4 0 5],4 0 5],1,1 +0613,0613,02,num,three_rule_comb5,35,[5 9 2],5 9 2],1,1 +0613,0613,02,num,three_rule_comb5,36,[1 2 2],1 2 2],1,1 +0613,0613,02,num,three_rule_comb5,37,[5 2 7],5 2 7],1,1 +0613,0613,02,num,three_rule_comb5,38,[3 9 1],3 9 1],1,1 +0613,0613,02,num,three_rule_comb5,39,[3 8 9],3 8 9],1,1 +0613,0613,02,num,three_rule_comb5,40,[0 0 0],0 0 0],1,1 +0613,0613,02,num,three_rule_comb5,41,[7 0 3],7 0 3],1,1 +0613,0613,02,num,three_rule_comb5,42,[3 6 8],3 6 8],1,1 +0613,0613,02,num,three_rule_comb5,43,[5 1 0],5 1 0],1,1 +0613,0613,02,num,three_rule_comb5,44,[6 4 9],None,0,1 +0613,0613,02,num,three_rule_comb5,45,[5 3 0],5 3 0],1,1 +0613,0613,02,num,three_rule_comb5,46,[3 3 8],3 3 8],1,1 +0613,0613,02,num,three_rule_comb5,47,[9 9 8],9 9 8],1,1 +0613,0613,02,num,three_rule_comb5,48,[5 3 4],5 3 4],1,1 +0613,0613,02,num,three_rule_comb5,49,[3 4 9],3 4 9],1,1 +0613,0613,02,num,three_rule_comb5,50,[2 1 7],2 1 7],1,1 +0613,0613,02,num,three_rule_comb5,51,[2 2 5],2 2 5],1,1 +0613,0613,02,num,three_rule_comb5,52,[1 4 9],1 4 9],1,1 +0613,0613,02,num,three_rule_comb5,53,[1 5 9],1 5 9],1,1 +0613,0613,02,num,three_rule_comb5,54,[0 8 8],0 8 8],1,1 +0613,0613,02,num,three_rule_comb5,55,[0 5 9],0 5 9],1,1 +0613,0613,02,num,three_rule_comb5,56,[0 6 2],0 6 2],1,1 +0613,0613,02,num,three_rule_comb5,57,[4 3 1],4 3 1],1,1 +0613,0613,02,num,three_rule_comb5,58,[0 6 9],0 6 9],1,1 +0613,0613,02,num,three_rule_comb5,59,[8 7 0],8 7 0],1,1 +0613,0613,02,num,three_rule_comb5,60,[1 4 7],1 4 7],1,1 +0613,0613,02,num,three_rule_comb5,61,[7 4 1],7 4 1],1,1 +0613,0613,02,num,three_rule_comb5,62,[4 0 4],4 0 4],1,1 +0613,0613,02,num,three_rule_comb5,63,[9 0 1],9 0 1],1,1 +0613,0613,02,num,three_rule_comb5,64,[7 0 8],7 0 8],1,1 +0613,0613,02,num,three_rule_comb5,65,[3 4 8],3 4 8],1,1 +0613,0613,02,num,three_rule_comb5,66,[9 1 0],9 1 0],1,1 +0613,0613,02,num,three_rule_comb5,67,[1 1 5],1 1 5],1,1 +0613,0613,02,num,three_rule_comb5,68,[3 5 3],3 5 3],1,1 +0613,0613,02,num,three_rule_comb5,69,[3 4 4],3 4 4],1,1 +0613,0613,02,num,three_rule_comb5,70,[3 2 5],3 2 5],1,1 +0613,0613,02,num,three_rule_comb5,71,[0 5 5],0 5 5],1,1 +0613,0613,02,num,three_rule_comb5,72,[5 9 7],5 9 7],1,1 +0613,0613,02,num,three_rule_comb5,73,[9 9 3],9 9 3],1,1 +0613,0613,02,num,three_rule_comb5,74,[8 4 5],8 4 5],1,1 +0613,0613,02,num,three_rule_comb5,75,[3 5 8],3 5 8],1,1 +0613,0613,02,num,three_rule_comb5,76,[4 3 3],4 3 3],1,1 +0613,0613,02,num,three_rule_comb5,77,[8 0 6],8 0 6],1,1 +0613,0613,02,num,three_rule_comb5,78,[8 6 7],8 6 7],1,1 +0613,0613,02,num,three_rule_comb5,79,[9 1 0],9 1 0],1,1 +0613,0613,02,num,three_rule_comb5,80,[0 9 5],0 9 5],1,1 +0613,0613,02,num,three_rule_comb5,81,[4 3 2],4 3 2],1,1 +0613,0613,02,num,three_rule_comb5,82,[2 8 6],2 8 6],1,1 +0613,0613,02,num,three_rule_comb5,83,[1 7 6],1 7 6],1,1 +0613,0613,02,num,three_rule_comb5,84,[9 0 9],9 0 9],1,1 +0613,0613,02,num,three_rule_comb5,85,[5 0 5],5 0 5],1,1 +0613,0613,02,num,three_rule_comb5,86,[1 0 7],1 8 4],0,1 +0613,0613,02,num,three_rule_comb5,87,[8 4 8],8 4 8],1,1 +0613,0613,02,num,three_rule_comb5,88,[9 2 7],None,0,1 +0613,0613,02,num,three_rule_comb5,89,[0 2 5],0 2 5],1,1 +0613,0613,02,num,three_rule_comb5,90,[7 5 2],7 5 2],1,1 +0613,0613,02,num,three_rule_comb5,91,[0 8 2],0 8 2],1,1 +0613,0613,02,num,three_rule_comb5,92,[1 0 9],1 0 9],1,1 +0613,0613,02,num,three_rule_comb5,93,[0 1 8],0 1 8],1,1 +0613,0613,02,num,three_rule_comb5,94,[3 4 1],3 4 1],1,1 +0613,0613,02,num,three_rule_comb5,95,[4 9 2],4 9 2],1,1 +0613,0613,02,num,three_rule_comb5,96,[9 9 5],9 9 5],1,1 +0613,0613,02,num,three_rule_comb5,97,[8 9 1],8 9 1],1,1 +0613,0613,02,num,three_rule_comb5,98,[4 2 4],4 2 4],1,1 +0613,0613,02,num,three_rule_comb5,99,[4 6 4],4 6 4],1,1 +0613,0613,02,num,three_rule_comb6,0,[0 1 6],0 1 6],1,1 +0613,0613,02,num,three_rule_comb6,1,[7 1 9],7 1 9],1,1 +0613,0613,02,num,three_rule_comb6,2,[1 0 2],1 0 2],1,1 +0613,0613,02,num,three_rule_comb6,3,[3 1 9],3 1 9],1,1 +0613,0613,02,num,three_rule_comb6,4,[2 5 3],2 5 3],1,1 +0613,0613,02,num,three_rule_comb6,5,[2 0 9],2 0 9],1,1 +0613,0613,02,num,three_rule_comb6,6,[5 0 9],5 0 9],1,1 +0613,0613,02,num,three_rule_comb6,7,[6 2 7],6 2 7],1,1 +0613,0613,02,num,three_rule_comb6,8,[4 9 1],4 9 1],1,1 +0613,0613,02,num,three_rule_comb6,9,[5 5 1],5 5 1],1,1 +0613,0613,02,num,three_rule_comb6,10,[3 1 8],3 1 8],1,1 +0613,0613,02,num,three_rule_comb6,11,[0 5 9],0 5 9],1,1 +0613,0613,02,num,three_rule_comb6,12,[7 1 1],7 1 1],1,1 +0613,0613,02,num,three_rule_comb6,13,[9 1 4],9 1 4],1,1 +0613,0613,02,num,three_rule_comb6,14,[4 2 9],4 2 9],1,1 +0613,0613,02,num,three_rule_comb6,15,[9 0 8],9 0 8],1,1 +0613,0613,02,num,three_rule_comb6,16,[0 5 4],0 5 4],1,1 +0613,0613,02,num,three_rule_comb6,17,[4 5 9],4 5 9],1,1 +0613,0613,02,num,three_rule_comb6,18,[6 9 5],6 9 5],1,1 +0613,0613,02,num,three_rule_comb6,19,[6 7 2],6 7 2],1,1 +0613,0613,02,num,three_rule_comb6,20,[9 4 9],9 4 9],1,1 +0613,0613,02,num,three_rule_comb6,21,[6 9 8],6 6 8],0,1 +0613,0613,02,num,three_rule_comb6,22,[8 3 9],8 3 9],1,1 +0613,0613,02,num,three_rule_comb6,23,[9 9 5],9 9 5],1,1 +0613,0613,02,num,three_rule_comb6,24,[7 6 7],7 6 7],1,1 +0613,0613,02,num,three_rule_comb6,25,[4 8 8],4 8 8],1,1 +0613,0613,02,num,three_rule_comb6,26,[0 7 8],0 7 6],0,1 +0613,0613,02,num,three_rule_comb6,27,[1 4 3],1 4 3],1,1 +0613,0613,02,num,three_rule_comb6,28,[6 4 6],6 4 6],1,1 +0613,0613,02,num,three_rule_comb6,29,[1 2 4],1 2 4],1,1 +0613,0613,02,num,three_rule_comb6,30,[8 9 3],8 9 3],1,1 +0613,0613,02,num,three_rule_comb6,31,[5 1 8],5 1 8],1,1 +0613,0613,02,num,three_rule_comb6,32,[4 0 4],4 0 4],1,1 +0613,0613,02,num,three_rule_comb6,33,[8 4 1],8 4 1],1,1 +0613,0613,02,num,three_rule_comb6,34,[9 5 3],9 5 3],1,1 +0613,0613,02,num,three_rule_comb6,35,[7 2 1],7 2 1],1,1 +0613,0613,02,num,three_rule_comb6,36,[3 4 2],3 4 2],1,1 +0613,0613,02,num,three_rule_comb6,37,[0 5 0],0 5 0],1,1 +0613,0613,02,num,three_rule_comb6,38,[1 1 2],1 1 2],1,1 +0613,0613,02,num,three_rule_comb6,39,[2 5 3],2 5 3],1,1 +0613,0613,02,num,three_rule_comb6,40,[8 7 5],8 7 5],1,1 +0613,0613,02,num,three_rule_comb6,41,[5 8 5],5 8 5],1,1 +0613,0613,02,num,three_rule_comb6,42,[2 2 4],2 2 4],1,1 +0613,0613,02,num,three_rule_comb6,43,[0 9 1],0 9 1],1,1 +0613,0613,02,num,three_rule_comb6,44,[9 6 5],None,0,1 +0613,0613,02,num,three_rule_comb6,45,[0 3 1],0 3 1],1,1 +0613,0613,02,num,three_rule_comb6,46,[0 0 3],0 0 3],1,1 +0613,0613,02,num,three_rule_comb6,47,[9 5 6],None,0,1 +0613,0613,02,num,three_rule_comb6,48,[9 7 3],2 7 9],0,1 +0613,0613,02,num,three_rule_comb6,49,[8 6 0],8 6 0],1,1 +0613,0613,02,num,three_rule_comb6,50,[0 1 6],0 1 6],1,1 +0613,0613,02,num,three_rule_comb6,51,[4 1 2],4 1 2],1,1 +0613,0613,02,num,three_rule_comb6,52,[8 9 3],8 9 3],1,1 +0613,0613,02,num,three_rule_comb6,53,[9 0 5],9 0 5],1,1 +0613,0613,02,num,three_rule_comb6,54,[4 4 6],4 4 6],1,1 +0613,0613,02,num,three_rule_comb6,55,[6 2 9],6 2 9],1,1 +0613,0613,02,num,three_rule_comb6,56,[4 8 1],4 8 1],1,1 +0613,0613,02,num,three_rule_comb6,57,[2 6 8],2 6 8],1,1 +0613,0613,02,num,three_rule_comb6,58,[2 5 6],2 5 6],1,1 +0613,0613,02,num,three_rule_comb6,59,[5 5 1],5 5 1],1,1 +0613,0613,02,num,three_rule_comb6,60,[8 1 3],8 1 3],1,1 +0613,0613,02,num,three_rule_comb6,61,[2 6 3],2 6 3],1,1 +0613,0613,02,num,three_rule_comb6,62,[0 5 4],0 5 4],1,1 +0613,0613,02,num,three_rule_comb6,63,[6 8 3],6 8 3],1,1 +0613,0613,02,num,three_rule_comb6,64,[6 3 1],6 3 1],1,1 +0613,0613,02,num,three_rule_comb6,65,[1 3 6],1 3 6],1,1 +0613,0613,02,num,three_rule_comb6,66,[6 1 6],6 1 6],1,1 +0613,0613,02,num,three_rule_comb6,67,[6 8 9],None,0,1 +0613,0613,02,num,three_rule_comb6,68,[4 1 9],4 1 9],1,1 +0613,0613,02,num,three_rule_comb6,69,[6 9 2],6 9 2],1,1 +0613,0613,02,num,three_rule_comb6,70,[1 3 5],1 3 5],1,1 +0613,0613,02,num,three_rule_comb6,71,[2 0 3],2 0 3],1,1 +0613,0613,02,num,three_rule_comb6,72,[0 4 7],0 4 7],1,1 +0613,0613,02,num,three_rule_comb6,73,[1 6 6],1 6 6],1,1 +0613,0613,02,num,three_rule_comb6,74,[3 2 6],3 2 6],1,1 +0613,0613,02,num,three_rule_comb6,75,[3 4 7],3 4 7],1,1 +0613,0613,02,num,three_rule_comb6,76,[8 0 7],8 0 7],1,1 +0613,0613,02,num,three_rule_comb6,77,[9 3 6],None,0,1 +0613,0613,02,num,three_rule_comb6,78,[6 0 8],6 0 8],1,1 +0613,0613,02,num,three_rule_comb6,79,[6 0 0],6 0 0],1,1 +0613,0613,02,num,three_rule_comb6,80,[3 6 3],3 6 3],1,1 +0613,0613,02,num,three_rule_comb6,81,[1 5 0],1 5 0],1,1 +0613,0613,02,num,three_rule_comb6,82,[1 4 5],1 4 5],1,1 +0613,0613,02,num,three_rule_comb6,83,[4 9 3],4 4 3],0,1 +0613,0613,02,num,three_rule_comb6,84,[8 7 0],8 7 0],1,1 +0613,0613,02,num,three_rule_comb6,85,[1 3 9],1 3 9],1,1 +0613,0613,02,num,three_rule_comb6,86,[4 7 6],4 7 6],1,1 +0613,0613,02,num,three_rule_comb6,87,[1 4 8],1 4 8],1,1 +0613,0613,02,num,three_rule_comb6,88,[0 5 8],0 5 8],1,1 +0613,0613,02,num,three_rule_comb6,89,[8 3 9],8 3 9],1,1 +0613,0613,02,num,three_rule_comb6,90,[5 1 2],5 1 2],1,1 +0613,0613,02,num,three_rule_comb6,91,[7 6 9],7 6 9],1,1 +0613,0613,02,num,three_rule_comb6,92,[3 7 9],3 7 9],1,1 +0613,0613,02,num,three_rule_comb6,93,[9 8 1],9 8 1],1,1 +0613,0613,02,num,three_rule_comb6,94,[4 9 4],4 9 4],1,1 +0613,0613,02,num,three_rule_comb6,95,[4 7 8],4 8 8],0,1 +0613,0613,02,num,three_rule_comb6,96,[3 7 7],3 7 3],0,1 +0613,0613,02,num,three_rule_comb6,97,[8 1 6],8 1 6],1,1 +0613,0613,02,num,three_rule_comb6,98,[7 3 5],7 3 5],1,1 +0613,0613,02,num,three_rule_comb6,99,[5 6 8],5 6 8],1,1 +0613,0613,02,num,three_rule_comb7,0,[5 4 8],5 4 8],1,1 +0613,0613,02,num,three_rule_comb7,1,[3 1 8],3 1 8],1,1 +0613,0613,02,num,three_rule_comb7,2,[4 7 9],4 7 9],1,1 +0613,0613,02,num,three_rule_comb7,3,[4 8 5],4 8 5],1,1 +0613,0613,02,num,three_rule_comb7,4,[7 5 2],7 4 8],0,1 +0613,0613,02,num,three_rule_comb7,5,[9 3 9],9 3 6],0,1 +0613,0613,02,num,three_rule_comb7,6,[5 1 5],5 2 6],0,1 +0613,0613,02,num,three_rule_comb7,7,[2 9 0],2 5 1],0,1 +0613,0613,02,num,three_rule_comb7,8,[2 2 3],2 2 6],0,1 +0613,0613,02,num,three_rule_comb7,9,[6 2 8],6 2 0],0,1 +0613,0613,02,num,three_rule_comb7,10,[5 1 4],5 1 7],0,1 +0613,0613,02,num,three_rule_comb7,11,[2 6 1],2 6 1],1,1 +0613,0613,02,num,three_rule_comb7,12,[4 4 4],4 4 4],1,1 +0613,0613,02,num,three_rule_comb7,13,[4 4 0],4 4 3],0,1 +0613,0613,02,num,three_rule_comb7,14,[7 7 4],7 4 4],0,1 +0613,0613,02,num,three_rule_comb7,15,[3 0 0],3 3 0],0,1 +0613,0613,02,num,three_rule_comb7,16,[8 8 0],8 8 3],0,1 +0613,0613,02,num,three_rule_comb7,17,[8 1 4],8 4 4],0,1 +0613,0613,02,num,three_rule_comb7,18,[6 2 6],6 5 6],0,1 +0613,0613,02,num,three_rule_comb7,19,[1 3 9],1 3 9],1,1 +0613,0613,02,num,three_rule_comb7,20,[5 6 5],5 6 5],1,1 +0613,0613,02,num,three_rule_comb7,21,[1 4 3],1 4 3],1,1 +0613,0613,02,num,three_rule_comb7,22,[6 4 1],6 4 3],0,1 +0613,0613,02,num,three_rule_comb7,23,[8 0 3],8 0 6],0,1 +0613,0613,02,num,three_rule_comb7,24,[8 4 1],8 4 1],1,1 +0613,0613,02,num,three_rule_comb7,25,[5 3 4],5 3 1],0,1 +0613,0613,02,num,three_rule_comb7,26,[4 8 6],4 8 6],1,1 +0613,0613,02,num,three_rule_comb7,27,[2 1 2],2 1 5],0,1 +0613,0613,02,num,three_rule_comb7,28,[9 8 9],9 8 6],0,1 +0613,0613,02,num,three_rule_comb7,29,[0 2 9],0 2 9],1,1 +0613,0613,02,num,three_rule_comb7,30,[9 9 9],9 3 9],0,1 +0613,0613,02,num,three_rule_comb7,31,[6 1 9],6 7 9],0,1 +0613,0613,02,num,three_rule_comb7,32,[4 5 9],4 5 7],0,1 +0613,0613,02,num,three_rule_comb7,33,[3 5 1],3 5 2],0,1 +0613,0613,02,num,three_rule_comb7,34,[6 5 4],6 5 7],0,1 +0613,0613,02,num,three_rule_comb7,35,[2 3 1],2 3 1],1,1 +0613,0613,02,num,three_rule_comb7,36,[6 1 5],6 1 8],0,1 +0613,0613,02,num,three_rule_comb7,37,[1 4 7],1 4 2],0,1 +0613,0613,02,num,three_rule_comb7,38,[5 4 5],5 4 5],1,1 +0613,0613,02,num,three_rule_comb7,39,[0 2 4],0 2 3],0,1 +0613,0613,02,num,three_rule_comb7,40,[5 9 4],5 9 4],1,1 +0613,0613,02,num,three_rule_comb7,41,[2 2 1],2 2 6],0,1 +0613,0613,02,num,three_rule_comb7,42,[2 4 3],2 7 6],0,1 +0613,0613,02,num,three_rule_comb7,43,[8 1 7],8 1 1],0,1 +0613,0613,02,num,three_rule_comb7,44,[8 7 2],8 7 2],1,1 +0613,0613,02,num,three_rule_comb7,45,[3 9 2],3 9 2],1,1 +0613,0613,02,num,three_rule_comb7,46,[9 7 5],None,0,1 +0613,0613,02,num,three_rule_comb7,47,[0 4 3],0 8 3],0,1 +0613,0613,02,num,three_rule_comb7,48,[5 6 2],5 6 2],1,1 +0613,0613,02,num,three_rule_comb7,49,[4 0 9],4 0 9],1,1 +0613,0613,02,num,three_rule_comb7,50,[3 1 7],3 7 7],0,1 +0613,0613,02,num,three_rule_comb7,51,[8 8 5],8 5 5],0,1 +0613,0613,02,num,three_rule_comb7,52,[2 9 1],2 9 1],1,1 +0613,0613,02,num,three_rule_comb7,53,[3 8 0],3 8 3],0,1 +0613,0613,02,num,three_rule_comb7,54,[6 0 0],6 0 0],1,1 +0613,0613,02,num,three_rule_comb7,55,[1 6 0],8 6 0],0,1 +0613,0613,02,num,three_rule_comb7,56,[9 4 0],None,0,1 +0613,0613,02,num,three_rule_comb7,57,[7 0 7],7 0 7],1,1 +0613,0613,02,num,three_rule_comb7,58,[9 3 5],None,0,1 +0613,0613,02,num,three_rule_comb7,59,[3 4 4],3 4 4],1,1 +0613,0613,02,num,three_rule_comb7,60,[8 1 9],8 1 9],1,1 +0613,0613,02,num,three_rule_comb7,61,[5 1 3],5 1 3],1,1 +0613,0613,02,num,three_rule_comb7,62,[4 8 7],4 9 7],0,1 +0613,0613,02,num,three_rule_comb7,63,[5 0 5],5 3 5],0,1 +0613,0613,02,num,three_rule_comb7,64,[5 1 6],5 1 6],1,1 +0613,0613,02,num,three_rule_comb7,65,[8 4 4],8 8 4],0,1 +0613,0613,02,num,three_rule_comb7,66,[9 2 3],9 2 3],1,1 +0613,0613,02,num,three_rule_comb7,67,[4 6 7],4 6 7],1,1 +0613,0613,02,num,three_rule_comb7,68,[5 3 0],5 3 0],1,1 +0613,0613,02,num,three_rule_comb7,69,[5 4 9],5 4 9],1,1 +0613,0613,02,num,three_rule_comb7,70,[4 6 6],4 3 6],0,1 +0613,0613,02,num,three_rule_comb7,71,[6 6 1],6 6 1],1,1 +0613,0613,02,num,three_rule_comb7,72,[4 0 8],4 0 8],1,1 +0613,0613,02,num,three_rule_comb7,73,[1 9 7],1 1 7],0,1 +0613,0613,02,num,three_rule_comb7,74,[5 4 6],5 4 6],1,1 +0613,0613,02,num,three_rule_comb7,75,[9 2 9],9 10 9],0,1 +0613,0613,02,num,three_rule_comb7,76,[8 5 7],8 4 1],0,1 +0613,0613,02,num,three_rule_comb7,77,[1 8 1],1 8 1],1,1 +0613,0613,02,num,three_rule_comb7,78,[5 7 5],5 8 5],0,1 +0613,0613,02,num,three_rule_comb7,79,[6 0 7],6 0 7],1,1 +0613,0613,02,num,three_rule_comb7,80,[0 7 2],0 2 2],0,1 +0613,0613,02,num,three_rule_comb7,81,[2 5 9],2 5 9],1,1 +0613,0613,02,num,three_rule_comb7,82,[1 9 9],1 9 9],1,1 +0613,0613,02,num,three_rule_comb7,83,[2 4 4],2 4 4],1,1 +0613,0613,02,num,three_rule_comb7,84,[8 6 4],8 6 4],1,1 +0613,0613,02,num,three_rule_comb7,85,[8 5 5],8 5 5],1,1 +0613,0613,02,num,three_rule_comb7,86,[6 0 9],6 6 9],0,1 +0613,0613,02,num,three_rule_comb7,87,[1 5 6],1 5 3],0,1 +0613,0613,02,num,three_rule_comb7,88,[8 4 1],8 7 1],0,1 +0613,0613,02,num,three_rule_comb7,89,[6 7 0],6 7 0],1,1 +0613,0613,02,num,three_rule_comb7,90,[8 6 1],8 6 16],0,1 +0613,0613,02,num,three_rule_comb7,91,[4 1 4],4 1 7],0,1 +0613,0613,02,num,three_rule_comb7,92,[6 6 4],None,0,1 +0613,0613,02,num,three_rule_comb7,93,[6 9 6],6 1 8],0,1 +0613,0613,02,num,three_rule_comb7,94,[1 3 5],1 3 5],1,1 +0613,0613,02,num,three_rule_comb7,95,[1 5 2],5 5 2],0,1 +0613,0613,02,num,three_rule_comb7,96,[2 4 6],2 4 3],0,1 +0613,0613,02,num,three_rule_comb7,97,[0 3 0],0 3 5],0,1 +0613,0613,02,num,three_rule_comb7,98,[8 3 0],8 3 5],0,1 +0613,0613,02,num,three_rule_comb7,99,[8 9 3],8 6 5],0,1 +0613,0613,02,num,three_rule_comb8,0,[8 1 2],8 1 6],0,1 +0613,0613,02,num,three_rule_comb8,1,[5 5 5],5 5 5],1,1 +0613,0613,02,num,three_rule_comb8,2,[3 0 8],3 0 8],1,1 +0613,0613,02,num,three_rule_comb8,3,[7 5 9],7 5 9],1,1 +0613,0613,02,num,three_rule_comb8,4,[9 4 8],9 4 6],0,1 +0613,0613,02,num,three_rule_comb8,5,[5 3 8],5 3 8],1,1 +0613,0613,02,num,three_rule_comb8,6,[4 6 1],4 6 1],1,1 +0613,0613,02,num,three_rule_comb8,7,[8 3 0],8 2 0],0,1 +0613,0613,02,num,three_rule_comb8,8,[7 0 6],7 3 3],0,1 +0613,0613,02,num,three_rule_comb8,9,[0 7 0],0 7 0],1,1 +0613,0613,02,num,three_rule_comb8,10,[3 5 6],3 5 6],1,1 +0613,0613,02,num,three_rule_comb8,11,[0 4 5],0 9 5],0,1 +0613,0613,02,num,three_rule_comb8,12,[6 6 4],6 6 4],1,1 +0613,0613,02,num,three_rule_comb8,13,[1 9 8],1 9 9],0,1 +0613,0613,02,num,three_rule_comb8,14,[0 7 1],0 7 1],1,1 +0613,0613,02,num,three_rule_comb8,15,[3 8 3],3 8 3],1,1 +0613,0613,02,num,three_rule_comb8,16,[4 6 7],4 6 7],1,1 +0613,0613,02,num,three_rule_comb8,17,[2 8 4],2 5 7],0,1 +0613,0613,02,num,three_rule_comb8,18,[1 5 5],1 5 5],1,1 +0613,0613,02,num,three_rule_comb8,19,[0 7 5],0 7 -5],0,1 +0613,0613,02,num,three_rule_comb8,20,[4 1 9],4 8 9],0,1 +0613,0613,02,num,three_rule_comb8,21,[0 9 4],0 9 2],0,1 +0613,0613,02,num,three_rule_comb8,22,[8 4 2],8 4 2],1,1 +0613,0613,02,num,three_rule_comb8,23,[9 4 8],9 5 8],0,1 +0613,0613,02,num,three_rule_comb8,24,[5 3 0],5 3 0],1,1 +0613,0613,02,num,three_rule_comb8,25,[0 5 8],0 6 8],0,1 +0613,0613,02,num,three_rule_comb8,26,[8 8 5],8 8 5],1,1 +0613,0613,02,num,three_rule_comb8,27,[0 5 8],0 5 8],1,1 +0613,0613,02,num,three_rule_comb8,28,[4 5 3],4 3 3],0,1 +0613,0613,02,num,three_rule_comb8,29,[4 5 6],4 5 6],1,1 +0613,0613,02,num,three_rule_comb8,30,[6 6 0],6 2 0],0,1 +0613,0613,02,num,three_rule_comb8,31,[7 5 7],7 5 4],0,1 +0613,0613,02,num,three_rule_comb8,32,[4 0 8],4 0 8],1,1 +0613,0613,02,num,three_rule_comb8,33,[3 0 2],3 5 2],0,1 +0613,0613,02,num,three_rule_comb8,34,[6 8 5],6 8 5],1,1 +0613,0613,02,num,three_rule_comb8,35,[9 0 9],9 0 9],1,1 +0613,0613,02,num,three_rule_comb8,36,[7 4 6],7 4 6],1,1 +0613,0613,02,num,three_rule_comb8,37,[7 3 8],7 3 8],1,1 +0613,0613,02,num,three_rule_comb8,38,[5 0 1],5 0 1],1,1 +0613,0613,02,num,three_rule_comb8,39,[9 5 0],9 5 0],1,1 +0613,0613,02,num,three_rule_comb8,40,[4 7 1],4 1 1],0,1 +0613,0613,02,num,three_rule_comb8,41,[1 6 7],1 4 7],0,1 +0613,0613,02,num,three_rule_comb8,42,[4 2 5],1 2 5],0,1 +0613,0613,02,num,three_rule_comb8,43,[6 1 3],6 7 8],0,1 +0613,0613,02,num,three_rule_comb8,44,[0 9 0],0 9 7],0,1 +0613,0613,02,num,three_rule_comb8,45,[5 8 4],5 1 4],0,1 +0613,0613,02,num,three_rule_comb8,46,[9 8 0],9 8 0],1,1 +0613,0613,02,num,three_rule_comb8,47,[3 0 2],12 0 2],0,1 +0613,0613,02,num,three_rule_comb8,48,[5 1 3],5 1 7],0,1 +0613,0613,02,num,three_rule_comb8,49,[8 9 5],None,0,1 +0613,0613,02,num,three_rule_comb8,50,[2 9 0],2 9 0],1,1 +0613,0613,02,num,three_rule_comb8,51,[1 1 1],1 1 1],1,1 +0613,0613,02,num,three_rule_comb8,52,[6 4 5],6 4 5],1,1 +0613,0613,02,num,three_rule_comb8,53,[3 5 7],3 5 4],0,1 +0613,0613,02,num,three_rule_comb8,54,[7 5 2],7 5 2],1,1 +0613,0613,02,num,three_rule_comb8,55,[1 6 3],1 6 4],0,1 +0613,0613,02,num,three_rule_comb8,56,[0 9 1],0 5 1],0,1 +0613,0613,02,num,three_rule_comb8,57,[5 3 1],5 2 1],0,1 +0613,0613,02,num,three_rule_comb8,58,[6 2 1],3 2 1],0,1 +0613,0613,02,num,three_rule_comb8,59,[5 5 0],5 2 0],0,1 +0613,0613,02,num,three_rule_comb8,60,[1 9 9],1 9 7],0,1 +0613,0613,02,num,three_rule_comb8,61,[8 8 1],8 7 1],0,1 +0613,0613,02,num,three_rule_comb8,62,[9 4 2],7 4 2],0,1 +0613,0613,02,num,three_rule_comb8,63,[1 9 0],1 9 0],1,1 +0613,0613,02,num,three_rule_comb8,64,[5 9 5],5 9 5],1,1 +0613,0613,02,num,three_rule_comb8,65,[8 0 5],8 0 2],0,1 +0613,0613,02,num,three_rule_comb8,66,[5 6 8],5 5 8],0,1 +0613,0613,02,num,three_rule_comb8,67,[0 5 8],0 5 8],1,1 +0613,0613,02,num,three_rule_comb8,68,[8 5 7],8 5 7],1,1 +0613,0613,02,num,three_rule_comb8,69,[1 8 9],1 8 9],1,1 +0613,0613,02,num,three_rule_comb8,70,[5 2 9],5 7 9],0,1 +0613,0613,02,num,three_rule_comb8,71,[5 4 2],5 3 2],0,1 +0613,0613,02,num,three_rule_comb8,72,[8 9 0],8 9 0],1,1 +0613,0613,02,num,three_rule_comb8,73,[0 3 4],0 16 4],0,1 +0613,0613,02,num,three_rule_comb8,74,[0 5 1],0 5 1],1,1 +0613,0613,02,num,three_rule_comb8,75,[4 5 6],4 5 0],0,1 +0613,0613,02,num,three_rule_comb8,76,[9 3 2],9 3 2],1,1 +0613,0613,02,num,three_rule_comb8,77,[0 7 4],1 7 4],0,1 +0613,0613,02,num,three_rule_comb8,78,[8 1 7],8 1 9],0,1 +0613,0613,02,num,three_rule_comb8,79,[1 9 7],1 9 4],0,1 +0613,0613,02,num,three_rule_comb8,80,[0 1 8],0 6 8],0,1 +0613,0613,02,num,three_rule_comb8,81,[9 2 0],9 7 0],0,1 +0613,0613,02,num,three_rule_comb8,82,[8 8 1],8 8 1],1,1 +0613,0613,02,num,three_rule_comb8,83,[2 1 8],2 1 8],1,1 +0613,0613,02,num,three_rule_comb8,84,[3 9 0],None,0,1 +0613,0613,02,num,three_rule_comb8,85,[3 5 8],3 5 5],0,1 +0613,0613,02,num,three_rule_comb8,86,[6 1 4],6 1 4],1,1 +0613,0613,02,num,three_rule_comb8,87,[5 0 2],5 5 2],0,1 +0613,0613,02,num,three_rule_comb8,88,[8 1 0],8 1 0],1,1 +0613,0613,02,num,three_rule_comb8,89,[4 9 8],4 9 8],1,1 +0613,0613,02,num,three_rule_comb8,90,[5 0 2],5 0 2],1,1 +0613,0613,02,num,three_rule_comb8,91,[0 3 2],0 3 2],1,1 +0613,0613,02,num,three_rule_comb8,92,[8 8 6],8 8 0],0,1 +0613,0613,02,num,three_rule_comb8,93,[1 0 2],1 0 3],0,1 +0613,0613,02,num,three_rule_comb8,94,[8 8 7],8 5 7],0,1 +0613,0613,02,num,three_rule_comb8,95,[6 5 4],6 7 4],0,1 +0613,0613,02,num,three_rule_comb8,96,[9 9 3],9 9 3],1,1 +0613,0613,02,num,three_rule_comb8,97,[0 8 5],0 8 5],1,1 +0613,0613,02,num,three_rule_comb8,98,[5 0 3],5 6 6],0,1 +0613,0613,02,num,three_rule_comb8,99,[8 1 0],8 1 10],0,1 +0613,0613,02,num,three_rule_comb9,0,[5 7 3],5 7 3],1,1 +0613,0613,02,num,three_rule_comb9,1,[8 9 0],8 9 0],1,1 +0613,0613,02,num,three_rule_comb9,2,[6 7 2],6 7 2],1,1 +0613,0613,02,num,three_rule_comb9,3,[5 8 6],5 8 6],1,1 +0613,0613,02,num,three_rule_comb9,4,[5 6 2],5 6 2],1,1 +0613,0613,02,num,three_rule_comb9,5,[7 8 4],7 8 4],1,1 +0613,0613,02,num,three_rule_comb9,6,[0 1 5],0 1 5],1,1 +0613,0613,02,num,three_rule_comb9,7,[9 1 0],9 1 0],1,1 +0613,0613,02,num,three_rule_comb9,8,[8 0 3],8 0 3],1,1 +0613,0613,02,num,three_rule_comb9,9,[0 5 8],0 5 8],1,1 +0613,0613,02,num,three_rule_comb9,10,[0 8 1],0 8 1],1,1 +0613,0613,02,num,three_rule_comb9,11,[0 1 1],0 1 1],1,1 +0613,0613,02,num,three_rule_comb9,12,[9 1 6],9 1 6],1,1 +0613,0613,02,num,three_rule_comb9,13,[4 8 1],4 8 1],1,1 +0613,0613,02,num,three_rule_comb9,14,[2 5 0],2 5 0],1,1 +0613,0613,02,num,three_rule_comb9,15,[8 1 5],8 1 5],1,1 +0613,0613,02,num,three_rule_comb9,16,[6 0 8],6 0 8],1,1 +0613,0613,02,num,three_rule_comb9,17,[5 2 4],5 2 4],1,1 +0613,0613,02,num,three_rule_comb9,18,[4 6 9],4 6 9],1,1 +0613,0613,02,num,three_rule_comb9,19,[2 8 0],2 8 0],1,1 +0613,0613,02,num,three_rule_comb9,20,[0 8 7],0 8 7],1,1 +0613,0613,02,num,three_rule_comb9,21,[1 2 9],1 2 9],1,1 +0613,0613,02,num,three_rule_comb9,22,[5 8 2],5 8 2],1,1 +0613,0613,02,num,three_rule_comb9,23,[6 1 2],6 1 2],1,1 +0613,0613,02,num,three_rule_comb9,24,[4 9 0],4 9 0],1,1 +0613,0613,02,num,three_rule_comb9,25,[2 9 8],2 9 8],1,1 +0613,0613,02,num,three_rule_comb9,26,[0 9 1],0 9 1],1,1 +0613,0613,02,num,three_rule_comb9,27,[0 1 5],0 1 5],1,1 +0613,0613,02,num,three_rule_comb9,28,[8 1 0],8 1 0],1,1 +0613,0613,02,num,three_rule_comb9,29,[8 6 4],8 6 4],1,1 +0613,0613,02,num,three_rule_comb9,30,[5 8 8],5 8 8],1,1 +0613,0613,02,num,three_rule_comb9,31,[8 7 1],8 7 1],1,1 +0613,0613,02,num,three_rule_comb9,32,[0 4 5],0 4 5],1,1 +0613,0613,02,num,three_rule_comb9,33,[7 5 9],7 5 9],1,1 +0613,0613,02,num,three_rule_comb9,34,[9 4 2],9 4 2],1,1 +0613,0613,02,num,three_rule_comb9,35,[6 4 0],6 4 0],1,1 +0613,0613,02,num,three_rule_comb9,36,[9 0 4],9 0 4],1,1 +0613,0613,02,num,three_rule_comb9,37,[8 9 3],8 9 3],1,1 +0613,0613,02,num,three_rule_comb9,38,[7 0 0],7 0 0],1,1 +0613,0613,02,num,three_rule_comb9,39,[3 9 4],3 9 4],1,1 +0613,0613,02,num,three_rule_comb9,40,[8 6 9],8 6 9],1,1 +0613,0613,02,num,three_rule_comb9,41,[8 1 4],8 1 4],1,1 +0613,0613,02,num,three_rule_comb9,42,[7 2 9],7 2 9],1,1 +0613,0613,02,num,three_rule_comb9,43,[1 0 9],1 0 9],1,1 +0613,0613,02,num,three_rule_comb9,44,[6 4 4],6 4 4],1,1 +0613,0613,02,num,three_rule_comb9,45,[1 7 4],1 7 4],1,1 +0613,0613,02,num,three_rule_comb9,46,[8 2 1],8 2 1],1,1 +0613,0613,02,num,three_rule_comb9,47,[0 8 7],0 8 7],1,1 +0613,0613,02,num,three_rule_comb9,48,[6 9 5],None,0,1 +0613,0613,02,num,three_rule_comb9,49,[1 5 5],1 5 5],1,1 +0613,0613,02,num,three_rule_comb9,50,[0 0 1],0 0 1],1,1 +0613,0613,02,num,three_rule_comb9,51,[2 9 1],2 9 1],1,1 +0613,0613,02,num,three_rule_comb9,52,[9 8 5],None,0,1 +0613,0613,02,num,three_rule_comb9,53,[0 0 6],0 0 6],1,1 +0613,0613,02,num,three_rule_comb9,54,[9 9 8],9 9 8],1,1 +0613,0613,02,num,three_rule_comb9,55,[5 4 3],5 4 3],1,1 +0613,0613,02,num,three_rule_comb9,56,[1 7 9],1 7 9],1,1 +0613,0613,02,num,three_rule_comb9,57,[1 9 8],1 9 8],1,1 +0613,0613,02,num,three_rule_comb9,58,[4 1 0],4 1 0],1,1 +0613,0613,02,num,three_rule_comb9,59,[9 7 5],None,0,1 +0613,0613,02,num,three_rule_comb9,60,[9 5 4],None,0,1 +0613,0613,02,num,three_rule_comb9,61,[8 0 2],8 0 2],1,1 +0613,0613,02,num,three_rule_comb9,62,[1 5 8],1 5 8],1,1 +0613,0613,02,num,three_rule_comb9,63,[9 4 8],None,0,1 +0613,0613,02,num,three_rule_comb9,64,[6 8 9],None,0,1 +0613,0613,02,num,three_rule_comb9,65,[4 0 3],4 0 3],1,1 +0613,0613,02,num,three_rule_comb9,66,[5 1 6],5 1 6],1,1 +0613,0613,02,num,three_rule_comb9,67,[5 9 3],5 9 3],1,1 +0613,0613,02,num,three_rule_comb9,68,[8 9 0],8 9 0],1,1 +0613,0613,02,num,three_rule_comb9,69,[4 9 7],4 9 7],1,1 +0613,0613,02,num,three_rule_comb9,70,[8 9 4],8 9 4],1,1 +0613,0613,02,num,three_rule_comb9,71,[4 2 5],4 2 5],1,1 +0613,0613,02,num,three_rule_comb9,72,[7 9 8],7 9 8],1,1 +0613,0613,02,num,three_rule_comb9,73,[5 0 8],5 0 8],1,1 +0613,0613,02,num,three_rule_comb9,74,[9 8 7],9 8 7],1,1 +0613,0613,02,num,three_rule_comb9,75,[3 0 4],3 0 4],1,1 +0613,0613,02,num,three_rule_comb9,76,[1 8 0],1 8 0],1,1 +0613,0613,02,num,three_rule_comb9,77,[7 0 4],7 0 4],1,1 +0613,0613,02,num,three_rule_comb9,78,[9 5 9],9 5 9],1,1 +0613,0613,02,num,three_rule_comb9,79,[1 7 0],1 7 0],1,1 +0613,0613,02,num,three_rule_comb9,80,[4 4 2],4 4 2],1,1 +0613,0613,02,num,three_rule_comb9,81,[1 4 7],1 4 7],1,1 +0613,0613,02,num,three_rule_comb9,82,[0 5 4],0 5 4],1,1 +0613,0613,02,num,three_rule_comb9,83,[9 5 4],None,0,1 +0613,0613,02,num,three_rule_comb9,84,[5 3 0],5 3 0],1,1 +0613,0613,02,num,three_rule_comb9,85,[5 7 1],5 7 1],1,1 +0613,0613,02,num,three_rule_comb9,86,[9 4 5],None,0,1 +0613,0613,02,num,three_rule_comb9,87,[4 9 5],4 9 5],1,1 +0613,0613,02,num,three_rule_comb9,88,[7 4 5],7 4 5],1,1 +0613,0613,02,num,three_rule_comb9,89,[6 8 0],6 8 0],1,1 +0613,0613,02,num,three_rule_comb9,90,[1 9 3],1 9 3],1,1 +0613,0613,02,num,three_rule_comb9,91,[9 0 1],9 0 1],1,1 +0613,0613,02,num,three_rule_comb9,92,[9 7 4],None,0,1 +0613,0613,02,num,three_rule_comb9,93,[1 0 6],1 0 6],1,1 +0613,0613,02,num,three_rule_comb9,94,[9 0 2],9 0 2],1,1 +0613,0613,02,num,three_rule_comb9,95,[1 3 1],1 3 1],1,1 +0613,0613,02,num,three_rule_comb9,96,[7 9 1],7 9 1],1,1 +0613,0613,02,num,three_rule_comb9,97,[3 1 0],3 1 0],1,1 +0613,0613,02,num,three_rule_comb9,98,[9 7 8],9 7 8],1,1 +0613,0613,02,num,three_rule_comb9,99,[3 1 2],3 1 2],1,1 +0613,0613,02,num,c3_set_union,0,[6 4 1 9],6 4 1 9],1,1 +0613,0613,02,num,c3_set_union,1,[5 7 4 1],5 7 4 1],1,1 +0613,0613,02,num,c3_set_union,2,[1 9 8 6],1 9 8 6],1,1 +0613,0613,02,num,c3_set_union,3,[0 4 8 7],0 4 8 7],1,1 +0613,0613,02,num,c3_set_union,4,[8 6 5 2],8 6 5 2],1,1 +0613,0613,02,num,c3_set_union,5,[2 5 1 0],2 5 1 0],1,1 +0613,0613,02,num,c3_set_union,6,[6 1 0 4],6 1 0 4],1,1 +0613,0613,02,num,c3_set_union,7,[7 3 8 4],7 8 3 4],1,1 +0613,0613,02,num,c3_set_union,8,[8 3 2 1],8 3 2 1],1,1 +0613,0613,02,num,c3_set_union,9,[0 2 1 6],0 2 1 6],1,1 +0613,0613,02,num,c3_set_union,10,[9 0 7 1],9 0 7 1],1,1 +0613,0613,02,num,c3_set_union,11,[6 1 3 5],6 1 3 5],1,1 +0613,0613,02,num,c3_set_union,12,[9 7 6 0],9 7 6 0],1,1 +0613,0613,02,num,c3_set_union,13,[5 0 7 3],5 0 7 3],1,1 +0613,0613,02,num,c3_set_union,14,[8 9 7 2],8 9 7 2],1,1 +0613,0613,02,num,c3_set_union,15,[0 4 1 2],0 4 1 2],1,1 +0613,0613,02,num,c3_set_union,16,[6 2 8 3],6 2 8 3],1,1 +0613,0613,02,num,c3_set_union,17,[7 8 6 3],7 8 6 3],1,1 +0613,0613,02,num,c3_set_union,18,[9 4 2 8],9 4 2 8],1,1 +0613,0613,02,num,c3_set_union,19,[8 4 6 1],8 4 6 1],1,1 +0613,0613,02,num,c3_set_union,20,[6 0 2 3],6 0 2 3],1,1 +0613,0613,02,num,c3_set_union,21,[8 4 5 9],8 4 5 9],1,1 +0613,0613,02,num,c3_set_union,22,[3 5 7 8],3 5 7 8],1,1 +0613,0613,02,num,c3_set_union,23,[0 4 6 5],0 4 6 5],1,1 +0613,0613,02,num,c3_set_union,24,[0 9 7 5],0 9 7 5],1,1 +0613,0613,02,num,c3_set_union,25,[6 9 5 1],6 9 5 1],1,1 +0613,0613,02,num,c3_set_union,26,[8 3 9 7],8 3 9 7],1,1 +0613,0613,02,num,c3_set_union,27,[9 2 1 8],9 2 1 8],1,1 +0613,0613,02,num,c3_set_union,28,[8 0 1 6],8 0 1 6],1,1 +0613,0613,02,num,c3_set_union,29,[3 9 2 1],3 9 2 1],1,1 +0613,0613,02,num,c3_set_union,30,[3 2 4 8],3 2 4 8],1,1 +0613,0613,02,num,c3_set_union,31,[2 6 1 8],2 6 1 8],1,1 +0613,0613,02,num,c3_set_union,32,[8 6 4 0],8 6 4 0],1,1 +0613,0613,02,num,c3_set_union,33,[2 0 5 9],2 0 5 9],1,1 +0613,0613,02,num,c3_set_union,34,[6 5 1 4],6 5 1 4],1,1 +0613,0613,02,num,c3_set_union,35,[0 5 2 3],0 5 2 3],1,1 +0613,0613,02,num,c3_set_union,36,[4 6 8 3],4 6 8 3],1,1 +0613,0613,02,num,c3_set_union,37,[9 1 2 6],9 1 2 6],1,1 +0613,0613,02,num,c3_set_union,38,[8 4 6 9],8 4 6 9],1,1 +0613,0613,02,num,c3_set_union,39,[1 7 9 2],1 7 9 2],1,1 +0613,0613,02,num,c3_set_union,40,[9 3 2 6],9 3 2 6],1,1 +0613,0613,02,num,c3_set_union,41,[1 0 9 3],1 0 9 3],1,1 +0613,0613,02,num,c3_set_union,42,[7 9 2 3],7 9 2 3],1,1 +0613,0613,02,num,c3_set_union,43,[8 2 4 7],8 2 4 7],1,1 +0613,0613,02,num,c3_set_union,44,[9 0 4 8],9 0 4 8],1,1 +0613,0613,02,num,c3_set_union,45,[3 5 8 9],3 5 8 9],1,1 +0613,0613,02,num,c3_set_union,46,[7 2 1 5],7 2 1 5],1,1 +0613,0613,02,num,c3_set_union,47,[8 6 7 2],8 6 7 2],1,1 +0613,0613,02,num,c3_set_union,48,[0 4 2 6],0 4 2 6],1,1 +0613,0613,02,num,c3_set_union,49,[4 6 2 5],4 6 2 5],1,1 +0613,0613,02,num,c3_set_union,50,[4 9 3 0],4 9 3 0],1,1 +0613,0613,02,num,c3_set_union,51,[7 3 0 2],7 3 0 2],1,1 +0613,0613,02,num,c3_set_union,52,[1 9 7 8],1 9 7 8],1,1 +0613,0613,02,num,c3_set_union,53,[6 9 0 5],6 9 0 5],1,1 +0613,0613,02,num,c3_set_union,54,[1 7 5 0],1 7 5 0],1,1 +0613,0613,02,num,c3_set_union,55,[7 2 5 8],7 2 5 8],1,1 +0613,0613,02,num,c3_set_union,56,[8 3 2 5],8 3 2 5],1,1 +0613,0613,02,num,c3_set_union,57,[0 5 2 6],0 5 2 6],1,1 +0613,0613,02,num,c3_set_union,58,[7 4 5 0],7 4 5 0],1,1 +0613,0613,02,num,c3_set_union,59,[7 8 5 6],7 8 5 6],1,1 +0613,0613,02,num,c3_set_union,60,[2 1 5 9],2 1 5 9],1,1 +0613,0613,02,num,c3_set_union,61,[0 5 2 4],0 5 2 4],1,1 +0613,0613,02,num,c3_set_union,62,[9 0 5 3],9 0 5 3],1,1 +0613,0613,02,num,c3_set_union,63,[6 7 5 3],6 7 5 3],1,1 +0613,0613,02,num,c3_set_union,64,[1 3 9 6],1 3 9 6],1,1 +0613,0613,02,num,c3_set_union,65,[8 1 7 0],8 1 7 0],1,1 +0613,0613,02,num,c3_set_union,66,[5 1 9 7],5 1 9 7],1,1 +0613,0613,02,num,c3_set_union,67,[4 9 2 0],4 9 2 0],1,1 +0613,0613,02,num,c3_set_union,68,[5 0 8 9],5 0 8 9],1,1 +0613,0613,02,num,c3_set_union,69,[8 1 9 5],8 1 9 5],1,1 +0613,0613,02,num,c3_set_union,70,[7 4 6 2],7 4 6 2],1,1 +0613,0613,02,num,c3_set_union,71,[8 6 1 5],8 6 1 5],1,1 +0613,0613,02,num,c3_set_union,72,[4 3 8 0],4 3 8 0],1,1 +0613,0613,02,num,c3_set_union,73,[5 1 9 4],5 1 9 4],1,1 +0613,0613,02,num,c3_set_union,74,[2 3 7 8],2 3 7 8],1,1 +0613,0613,02,num,c3_set_union,75,[9 8 5 2],9 8 5 2],1,1 +0613,0613,02,num,c3_set_union,76,[0 7 8 9],0 7 8 9],1,1 +0613,0613,02,num,c3_set_union,77,[8 6 3 0],8 6 3 0],1,1 +0613,0613,02,num,c3_set_union,78,[1 3 6 7],1 3 6 7],1,1 +0613,0613,02,num,c3_set_union,79,[4 9 2 5],4 9 2 5],1,1 +0613,0613,02,num,c3_set_union,80,[4 8 1 9],4 8 1 9],1,1 +0613,0613,02,num,c3_set_union,81,[3 1 2 7],3 1 2 7],1,1 +0613,0613,02,num,c3_set_union,82,[8 0 1 5],8 0 1 5],1,1 +0613,0613,02,num,c3_set_union,83,[7 4 9 2],7 4 9 2],1,1 +0613,0613,02,num,c3_set_union,84,[3 8 5 1],3 8 5 1],1,1 +0613,0613,02,num,c3_set_union,85,[3 9 4 8],3 4 9 8],1,1 +0613,0613,02,num,c3_set_union,86,[2 3 0 8],2 3 0 8],1,1 +0613,0613,02,num,c3_set_union,87,[4 3 2 6],4 3 2 6],1,1 +0613,0613,02,num,c3_set_union,88,[0 3 1 4],0 3 1 4],1,1 +0613,0613,02,num,c3_set_union,89,[3 4 7 9],3 4 7 9],1,1 +0613,0613,02,num,c3_set_union,90,[5 7 2 4],5 7 2 4],1,1 +0613,0613,02,num,c3_set_union,91,[1 9 0 4],1 9 0 4],1,1 +0613,0613,02,num,c3_set_union,92,[3 5 1 0],3 5 1 0],1,1 +0613,0613,02,num,c3_set_union,93,[8 4 1 7],8 4 1 7],1,1 +0613,0613,02,num,c3_set_union,94,[8 5 9 7],8 5 9 7],1,1 +0613,0613,02,num,c3_set_union,95,[4 9 5 0],4 9 5 0],1,1 +0613,0613,02,num,c3_set_union,96,[6 0 2 8],6 0 2 8],1,1 +0613,0613,02,num,c3_set_union,97,[1 0 3 2],1 3 0 2],1,1 +0613,0613,02,num,c3_set_union,98,[8 9 2 3],8 9 2 3],1,1 +0613,0613,02,num,c3_set_union,99,[3 4 5 2],3 4 5 2],1,1 +0613,0613,02,num,c1_set_union,0,[4],4],1,1 +0613,0613,02,num,c1_set_union,1,[4],4],1,1 +0613,0613,02,num,c1_set_union,2,[1],1],1,1 +0613,0613,02,num,c1_set_union,3,[9],9],1,1 +0613,0613,02,num,c1_set_union,4,[7],7],1,1 +0613,0613,02,num,c1_set_union,5,[6],6],1,1 +0613,0613,02,num,c1_set_union,6,[5],5],1,1 +0613,0613,02,num,c1_set_union,7,[0],0],1,1 +0613,0613,02,num,c1_set_union,8,[9],9],1,1 +0613,0613,02,num,c1_set_union,9,[9],9],1,1 +0613,0613,02,num,c1_set_union,10,[8],8],1,1 +0613,0613,02,num,c1_set_union,11,[2],2],1,1 +0613,0613,02,num,c1_set_union,12,[4],4],1,1 +0613,0613,02,num,c1_set_union,13,[5],5],1,1 +0613,0613,02,num,c1_set_union,14,[2],2],1,1 +0613,0613,02,num,c1_set_union,15,[5],5],1,1 +0613,0613,02,num,c1_set_union,16,[8],8],1,1 +0613,0613,02,num,c1_set_union,17,[7],7],1,1 +0613,0613,02,num,c1_set_union,18,[8],8],1,1 +0613,0613,02,num,c1_set_union,19,[4],4],1,1 +0613,0613,02,num,c1_set_union,20,[8],8],1,1 +0613,0613,02,num,c1_set_union,21,[6],6],1,1 +0613,0613,02,num,c1_set_union,22,[6],6],1,1 +0613,0613,02,num,c1_set_union,23,[8],8],1,1 +0613,0613,02,num,c1_set_union,24,[1],1],1,1 +0613,0613,02,num,c1_set_union,25,[6],6],1,1 +0613,0613,02,num,c1_set_union,26,[5],5],1,1 +0613,0613,02,num,c1_set_union,27,[7],7],1,1 +0613,0613,02,num,c1_set_union,28,[9],9],1,1 +0613,0613,02,num,c1_set_union,29,[9],9],1,1 +0613,0613,02,num,c1_set_union,30,[1],1],1,1 +0613,0613,02,num,c1_set_union,31,[3],3],1,1 +0613,0613,02,num,c1_set_union,32,[1],1],1,1 +0613,0613,02,num,c1_set_union,33,[4],4],1,1 +0613,0613,02,num,c1_set_union,34,[3],3],1,1 +0613,0613,02,num,c1_set_union,35,[1],1],1,1 +0613,0613,02,num,c1_set_union,36,[6],6],1,1 +0613,0613,02,num,c1_set_union,37,[4],4],1,1 +0613,0613,02,num,c1_set_union,38,[9],9],1,1 +0613,0613,02,num,c1_set_union,39,[4],4],1,1 +0613,0613,02,num,c1_set_union,40,[7],7],1,1 +0613,0613,02,num,c1_set_union,41,[8],8],1,1 +0613,0613,02,num,c1_set_union,42,[1],1],1,1 +0613,0613,02,num,c1_set_union,43,[9],9],1,1 +0613,0613,02,num,c1_set_union,44,[3],3],1,1 +0613,0613,02,num,c1_set_union,45,[9],9],1,1 +0613,0613,02,num,c1_set_union,46,[2],2],1,1 +0613,0613,02,num,c1_set_union,47,[7],7],1,1 +0613,0613,02,num,c1_set_union,48,[6],6],1,1 +0613,0613,02,num,c1_set_union,49,[7],7],1,1 +0613,0613,02,num,c1_set_union,50,[9],9],1,1 +0613,0613,02,num,c1_set_union,51,[3],3],1,1 +0613,0613,02,num,c1_set_union,52,[3],3],1,1 +0613,0613,02,num,c1_set_union,53,[9],9],1,1 +0613,0613,02,num,c1_set_union,54,[5],5],1,1 +0613,0613,02,num,c1_set_union,55,[1],1],1,1 +0613,0613,02,num,c1_set_union,56,[2],2],1,1 +0613,0613,02,num,c1_set_union,57,[5],5],1,1 +0613,0613,02,num,c1_set_union,58,[4],4],1,1 +0613,0613,02,num,c1_set_union,59,[1],1],1,1 +0613,0613,02,num,c1_set_union,60,[7],7],1,1 +0613,0613,02,num,c1_set_union,61,[3],3],1,1 +0613,0613,02,num,c1_set_union,62,[3],3],1,1 +0613,0613,02,num,c1_set_union,63,[8],8],1,1 +0613,0613,02,num,c1_set_union,64,[1],1],1,1 +0613,0613,02,num,c1_set_union,65,[7],7],1,1 +0613,0613,02,num,c1_set_union,66,[9],9],1,1 +0613,0613,02,num,c1_set_union,67,[6],6],1,1 +0613,0613,02,num,c1_set_union,68,[4],4],1,1 +0613,0613,02,num,c1_set_union,69,[4],4],1,1 +0613,0613,02,num,c1_set_union,70,[0],0],1,1 +0613,0613,02,num,c1_set_union,71,[2],2],1,1 +0613,0613,02,num,c1_set_union,72,[5],5],1,1 +0613,0613,02,num,c1_set_union,73,[2],2],1,1 +0613,0613,02,num,c1_set_union,74,[6],6],1,1 +0613,0613,02,num,c1_set_union,75,[7],7],1,1 +0613,0613,02,num,c1_set_union,76,[5],5],1,1 +0613,0613,02,num,c1_set_union,77,[3],3],1,1 +0613,0613,02,num,c1_set_union,78,[2],2],1,1 +0613,0613,02,num,c1_set_union,79,[9],9],1,1 +0613,0613,02,num,c1_set_union,80,[3],3],1,1 +0613,0613,02,num,c1_set_union,81,[1],1],1,1 +0613,0613,02,num,c1_set_union,82,[4],4],1,1 +0613,0613,02,num,c1_set_union,83,[2],2],1,1 +0613,0613,02,num,c1_set_union,84,[6],6],1,1 +0613,0613,02,num,c1_set_union,85,[0],0],1,1 +0613,0613,02,num,c1_set_union,86,[2],2],1,1 +0613,0613,02,num,c1_set_union,87,[9],9],1,1 +0613,0613,02,num,c1_set_union,88,[2],2],1,1 +0613,0613,02,num,c1_set_union,89,[2],2],1,1 +0613,0613,02,num,c1_set_union,90,[1],1],1,1 +0613,0613,02,num,c1_set_union,91,[7],7],1,1 +0613,0613,02,num,c1_set_union,92,[7],7],1,1 +0613,0613,02,num,c1_set_union,93,[3],3],1,1 +0613,0613,02,num,c1_set_union,94,[6],6],1,1 +0613,0613,02,num,c1_set_union,95,[2],2],1,1 +0613,0613,02,num,c1_set_union,96,[9],9],1,1 +0613,0613,02,num,c1_set_union,97,[1],1],1,1 +0613,0613,02,num,c1_set_union,98,[9],9],1,1 +0613,0613,02,num,c1_set_union,99,[6],6],1,1 +0613,0613,02,num,c2_set_union,0,[9],9],1,1 +0613,0613,02,num,c2_set_union,1,[8],8],1,1 +0613,0613,02,num,c2_set_union,2,[1],16 1 4],0,1 +0613,0613,02,num,c2_set_union,3,[2],2],1,1 +0613,0613,02,num,c2_set_union,4,[3],3],1,1 +0613,0613,02,num,c2_set_union,5,[1],1],1,1 +0613,0613,02,num,c2_set_union,6,[8],8],1,1 +0613,0613,02,num,c2_set_union,7,[7],7],1,1 +0613,0613,02,num,c2_set_union,8,[7],7],1,1 +0613,0613,02,num,c2_set_union,9,[4],4],1,1 +0613,0613,02,num,c2_set_union,10,[2],2 4],0,1 +0613,0613,02,num,c2_set_union,11,[0],0],1,1 +0613,0613,02,num,c2_set_union,12,[9],9],1,1 +0613,0613,02,num,c2_set_union,13,[8],8],1,1 +0613,0613,02,num,c2_set_union,14,[0],0],1,1 +0613,0613,02,num,c2_set_union,15,[0],0],1,1 +0613,0613,02,num,c2_set_union,16,[7],7],1,1 +0613,0613,02,num,c2_set_union,17,[9],9],1,1 +0613,0613,02,num,c2_set_union,18,[9],9],1,1 +0613,0613,02,num,c2_set_union,19,[8],8],1,1 +0613,0613,02,num,c2_set_union,20,[7],7],1,1 +0613,0613,02,num,c2_set_union,21,[8],8],1,1 +0613,0613,02,num,c2_set_union,22,[1],1],1,1 +0613,0613,02,num,c2_set_union,23,[8],8 2],0,1 +0613,0613,02,num,c2_set_union,24,[5],5],1,1 +0613,0613,02,num,c2_set_union,25,[1],1],1,1 +0613,0613,02,num,c2_set_union,26,[7],7],1,1 +0613,0613,02,num,c2_set_union,27,[2],2],1,1 +0613,0613,02,num,c2_set_union,28,[5],5],1,1 +0613,0613,02,num,c2_set_union,29,[8],8],1,1 +0613,0613,02,num,c2_set_union,30,[3],3],1,1 +0613,0613,02,num,c2_set_union,31,[2],2 8],0,1 +0613,0613,02,num,c2_set_union,32,[2],2],1,1 +0613,0613,02,num,c2_set_union,33,[1],1],1,1 +0613,0613,02,num,c2_set_union,34,[8],8],1,1 +0613,0613,02,num,c2_set_union,35,[7],7],1,1 +0613,0613,02,num,c2_set_union,36,[5],5],1,1 +0613,0613,02,num,c2_set_union,37,[2],2],1,1 +0613,0613,02,num,c2_set_union,38,[2],2],1,1 +0613,0613,02,num,c2_set_union,39,[3],3],1,1 +0613,0613,02,num,c2_set_union,40,[5],5],1,1 +0613,0613,02,num,c2_set_union,41,[7],7],1,1 +0613,0613,02,num,c2_set_union,42,[1],1],1,1 +0613,0613,02,num,c2_set_union,43,[6],6],1,1 +0613,0613,02,num,c2_set_union,44,[1],2 1 8 2],0,1 +0613,0613,02,num,c2_set_union,45,[6],6],1,1 +0613,0613,02,num,c2_set_union,46,[5],5],1,1 +0613,0613,02,num,c2_set_union,47,[2],2],1,1 +0613,0613,02,num,c2_set_union,48,[5],5 4],0,1 +0613,0613,02,num,c2_set_union,49,[3],3],1,1 +0613,0613,02,num,c2_set_union,50,[1],1],1,1 +0613,0613,02,num,c2_set_union,51,[3],3],1,1 +0613,0613,02,num,c2_set_union,52,[2],2],1,1 +0613,0613,02,num,c2_set_union,53,[8],8 2],0,1 +0613,0613,02,num,c2_set_union,54,[4],4],1,1 +0613,0613,02,num,c2_set_union,55,[8],8 4],0,1 +0613,0613,02,num,c2_set_union,56,[6],6],1,1 +0613,0613,02,num,c2_set_union,57,[3],3 6],0,1 +0613,0613,02,num,c2_set_union,58,[7],7],1,1 +0613,0613,02,num,c2_set_union,59,[5],5],1,1 +0613,0613,02,num,c2_set_union,60,[9],9 0],0,1 +0613,0613,02,num,c2_set_union,61,[1],1],1,1 +0613,0613,02,num,c2_set_union,62,[8],8 12],0,1 +0613,0613,02,num,c2_set_union,63,[6],6],1,1 +0613,0613,02,num,c2_set_union,64,[7],7],1,1 +0613,0613,02,num,c2_set_union,65,[8],8],1,1 +0613,0613,02,num,c2_set_union,66,[2],2],1,1 +0613,0613,02,num,c2_set_union,67,[5],5],1,1 +0613,0613,02,num,c2_set_union,68,[1],1],1,1 +0613,0613,02,num,c2_set_union,69,[0],0],1,1 +0613,0613,02,num,c2_set_union,70,[5],5],1,1 +0613,0613,02,num,c2_set_union,71,[8],8],1,1 +0613,0613,02,num,c2_set_union,72,[6],6],1,1 +0613,0613,02,num,c2_set_union,73,[2],2],1,1 +0613,0613,02,num,c2_set_union,74,[6],6],1,1 +0613,0613,02,num,c2_set_union,75,[2],2],1,1 +0613,0613,02,num,c2_set_union,76,[1],1],1,1 +0613,0613,02,num,c2_set_union,77,[2],2],1,1 +0613,0613,02,num,c2_set_union,78,[2],2],1,1 +0613,0613,02,num,c2_set_union,79,[8],8],1,1 +0613,0613,02,num,c2_set_union,80,[5],5],1,1 +0613,0613,02,num,c2_set_union,81,[1],1],1,1 +0613,0613,02,num,c2_set_union,82,[9],9],1,1 +0613,0613,02,num,c2_set_union,83,[0],0],1,1 +0613,0613,02,num,c2_set_union,84,[4],4],1,1 +0613,0613,02,num,c2_set_union,85,[2],2],1,1 +0613,0613,02,num,c2_set_union,86,[3],3],1,1 +0613,0613,02,num,c2_set_union,87,[1],1],1,1 +0613,0613,02,num,c2_set_union,88,[4],4],1,1 +0613,0613,02,num,c2_set_union,89,[6],6],1,1 +0613,0613,02,num,c2_set_union,90,[9],9],1,1 +0613,0613,02,num,c2_set_union,91,[9],9],1,1 +0613,0613,02,num,c2_set_union,92,[6],6],1,1 +0613,0613,02,num,c2_set_union,93,[8],8],1,1 +0613,0613,02,num,c2_set_union,94,[0],0],1,1 +0613,0613,02,num,c2_set_union,95,[6],6],1,1 +0613,0613,02,num,c2_set_union,96,[2],2 4],0,1 +0613,0613,02,num,c2_set_union,97,[1],1],1,1 +0613,0613,02,num,c2_set_union,98,[5],5],1,1 +0613,0613,02,num,c2_set_union,99,[4],4 8],0,1 +0613,0613,02,num,AND,0,[4],4],1,1 +0613,0613,02,num,AND,1,[1],1],1,1 +0613,0613,02,num,AND,2,[5],5],1,1 +0613,0613,02,num,AND,3,[5],5],1,1 +0613,0613,02,num,AND,4,[2],2],1,1 +0613,0613,02,num,AND,5,[0],0],1,1 +0613,0613,02,num,AND,6,[0],0],1,1 +0613,0613,02,num,AND,7,[9],9],1,1 +0613,0613,02,num,AND,8,[7],7],1,1 +0613,0613,02,num,AND,9,[6],6],1,1 +0613,0613,02,num,AND,10,[8],8],1,1 +0613,0613,02,num,AND,11,[2],2],1,1 +0613,0613,02,num,AND,12,[2],2],1,1 +0613,0613,02,num,AND,13,[5],5],1,1 +0613,0613,02,num,AND,14,[9],9],1,1 +0613,0613,02,num,AND,15,[0],0],1,1 +0613,0613,02,num,AND,16,[8],8],1,1 +0613,0613,02,num,AND,17,[7],7],1,1 +0613,0613,02,num,AND,18,[4],4],1,1 +0613,0613,02,num,AND,19,[7],7],1,1 +0613,0613,02,num,AND,20,[8],8],1,1 +0613,0613,02,num,AND,21,[0],0],1,1 +0613,0613,02,num,AND,22,[7],7],1,1 +0613,0613,02,num,AND,23,[2],2],1,1 +0613,0613,02,num,AND,24,[1],1],1,1 +0613,0613,02,num,AND,25,[6],6],1,1 +0613,0613,02,num,AND,26,[4],4],1,1 +0613,0613,02,num,AND,27,[5],5],1,1 +0613,0613,02,num,AND,28,[1],1],1,1 +0613,0613,02,num,AND,29,[1],1],1,1 +0613,0613,02,num,AND,30,[8],8],1,1 +0613,0613,02,num,AND,31,[7],7],1,1 +0613,0613,02,num,AND,32,[6],6],1,1 +0613,0613,02,num,AND,33,[2],2],1,1 +0613,0613,02,num,AND,34,[1],1],1,1 +0613,0613,02,num,AND,35,[9],9],1,1 +0613,0613,02,num,AND,36,[1],1],1,1 +0613,0613,02,num,AND,37,[1],1],1,1 +0613,0613,02,num,AND,38,[9],9],1,1 +0613,0613,02,num,AND,39,[2],2],1,1 +0613,0613,02,num,AND,40,[1],1],1,1 +0613,0613,02,num,AND,41,[5],5],1,1 +0613,0613,02,num,AND,42,[0],0],1,1 +0613,0613,02,num,AND,43,[5],5],1,1 +0613,0613,02,num,AND,44,[1],1],1,1 +0613,0613,02,num,AND,45,[2],2],1,1 +0613,0613,02,num,AND,46,[2],2],1,1 +0613,0613,02,num,AND,47,[3],3],1,1 +0613,0613,02,num,AND,48,[0],0],1,1 +0613,0613,02,num,AND,49,[4],4],1,1 +0613,0613,02,num,AND,50,[5],5],1,1 +0613,0613,02,num,AND,51,[0],0],1,1 +0613,0613,02,num,AND,52,[8],8],1,1 +0613,0613,02,num,AND,53,[1],1],1,1 +0613,0613,02,num,AND,54,[7],7],1,1 +0613,0613,02,num,AND,55,[1],1],1,1 +0613,0613,02,num,AND,56,[8],8],1,1 +0613,0613,02,num,AND,57,[6],6],1,1 +0613,0613,02,num,AND,58,[2],2],1,1 +0613,0613,02,num,AND,59,[1],1],1,1 +0613,0613,02,num,AND,60,[5],5],1,1 +0613,0613,02,num,AND,61,[5],5],1,1 +0613,0613,02,num,AND,62,[4],4],1,1 +0613,0613,02,num,AND,63,[7],7],1,1 +0613,0613,02,num,AND,64,[6],6],1,1 +0613,0613,02,num,AND,65,[7],7],1,1 +0613,0613,02,num,AND,66,[9],9],1,1 +0613,0613,02,num,AND,67,[7],7],1,1 +0613,0613,02,num,AND,68,[5],5],1,1 +0613,0613,02,num,AND,69,[5],5],1,1 +0613,0613,02,num,AND,70,[3],3],1,1 +0613,0613,02,num,AND,71,[9],9],1,1 +0613,0613,02,num,AND,72,[1],1],1,1 +0613,0613,02,num,AND,73,[6],6],1,1 +0613,0613,02,num,AND,74,[2],2],1,1 +0613,0613,02,num,AND,75,[7],7],1,1 +0613,0613,02,num,AND,76,[1],1],1,1 +0613,0613,02,num,AND,77,[3],3],1,1 +0613,0613,02,num,AND,78,[6],6],1,1 +0613,0613,02,num,AND,79,[7],7],1,1 +0613,0613,02,num,AND,80,[3],3],1,1 +0613,0613,02,num,AND,81,[3],3],1,1 +0613,0613,02,num,AND,82,[0],0],1,1 +0613,0613,02,num,AND,83,[4],4],1,1 +0613,0613,02,num,AND,84,[7],7],1,1 +0613,0613,02,num,AND,85,[1],1],1,1 +0613,0613,02,num,AND,86,[4],4],1,1 +0613,0613,02,num,AND,87,[2],2],1,1 +0613,0613,02,num,AND,88,[1],1],1,1 +0613,0613,02,num,AND,89,[2],2],1,1 +0613,0613,02,num,AND,90,[9],9],1,1 +0613,0613,02,num,AND,91,[5],5],1,1 +0613,0613,02,num,AND,92,[9],9],1,1 +0613,0613,02,num,AND,93,[3],3],1,1 +0613,0613,02,num,AND,94,[6],6],1,1 +0613,0613,02,num,AND,95,[3],3],1,1 +0613,0613,02,num,AND,96,[6],6],1,1 +0613,0613,02,num,AND,97,[1],1],1,1 +0613,0613,02,num,AND,98,[2],2],1,1 +0613,0613,02,num,AND,99,[3],3],1,1 +0613,0613,02,num,XOR,0,[4 3],3 1],0,1 +0613,0613,02,num,XOR,1,[9 8],8 9],1,1 +0613,0613,02,num,XOR,2,[3 4],1 3],0,1 +0613,0613,02,num,XOR,3,[9 8],9 8],1,1 +0613,0613,02,num,XOR,4,[9 3],3 2],0,1 +0613,0613,02,num,XOR,5,[9 7],7 9],1,1 +0613,0613,02,num,XOR,6,[3 2],2 3],1,1 +0613,0613,02,num,XOR,7,[7 3],3 3],0,1 +0613,0613,02,num,XOR,8,[0 9],9 0],1,1 +0613,0613,02,num,XOR,9,[4 2],2 4],1,1 +0613,0613,02,num,XOR,10,[5 8],8 7],0,1 +0613,0613,02,num,XOR,11,[0 2],2 0],1,1 +0613,0613,02,num,XOR,12,[3 6],6 8],0,1 +0613,0613,02,num,XOR,13,[6 8],8 4],0,1 +0613,0613,02,num,XOR,14,[6 7],12 9],0,1 +0613,0613,02,num,XOR,15,[8 0],0 6],0,1 +0613,0613,02,num,XOR,16,[8 4],1 8],0,1 +0613,0613,02,num,XOR,17,[4 0],0 3],0,1 +0613,0613,02,num,XOR,18,[1 0],0 4],0,1 +0613,0613,02,num,XOR,19,[7 4],7 4],1,1 +0613,0613,02,num,XOR,20,[0 5],5 3],0,1 +0613,0613,02,num,XOR,21,[3 4],2 3],0,1 +0613,0613,02,num,XOR,22,[6 9],9 8],0,1 +0613,0613,02,num,XOR,23,[0 1],1 0],1,1 +0613,0613,02,num,XOR,24,[7 0],0 6],0,1 +0613,0613,02,num,XOR,25,[2 5],5 7],0,1 +0613,0613,02,num,XOR,26,[5 9],9 5],1,1 +0613,0613,02,num,XOR,27,[1 7],7 1],1,1 +0613,0613,02,num,XOR,28,[9 0],0 4],0,1 +0613,0613,02,num,XOR,29,[1 5],5 8],0,1 +0613,0613,02,num,XOR,30,[6 2],2 5],0,1 +0613,0613,02,num,XOR,31,[4 9],9 6],0,1 +0613,0613,02,num,XOR,32,[6 9],9 6],1,1 +0613,0613,02,num,XOR,33,[4 8],8 0],0,1 +0613,0613,02,num,XOR,34,[2 5],10 0],0,1 +0613,0613,02,num,XOR,35,[8 6],6 8],1,1 +0613,0613,02,num,XOR,36,[2 7],7 2],1,1 +0613,0613,02,num,XOR,37,[8 3],3 2],0,1 +0613,0613,02,num,XOR,38,[1 4],4 2],0,1 +0613,0613,02,num,XOR,39,[4 6],2 4],0,1 +0613,0613,02,num,XOR,40,[2 8],8 2],1,1 +0613,0613,02,num,XOR,41,[5 3],3 5],1,1 +0613,0613,02,num,XOR,42,[7 0],0 7],1,1 +0613,0613,02,num,XOR,43,[6 1],1 3],0,1 +0613,0613,02,num,XOR,44,[9 0],0 1],0,1 +0613,0613,02,num,XOR,45,[1 3],3 1],1,1 +0613,0613,02,num,XOR,46,[8 0],16 0],0,1 +0613,0613,02,num,XOR,47,[0 8],8 7],0,1 +0613,0613,02,num,XOR,48,[6 1],2 2],0,1 +0613,0613,02,num,XOR,49,[5 0],0 5],1,1 +0613,0613,02,num,XOR,50,[7 6],6 7],1,1 +0613,0613,02,num,XOR,51,[1 6],6 12],0,1 +0613,0613,02,num,XOR,52,[7 8],8 7],1,1 +0613,0613,02,num,XOR,53,[4 0],0 4],1,1 +0613,0613,02,num,XOR,54,[0 2],2 0],1,1 +0613,0613,02,num,XOR,55,[2 9],None,0,1 +0613,0613,02,num,XOR,56,[7 1],1 6],0,1 +0613,0613,02,num,XOR,57,[6 0],0 7],0,1 +0613,0613,02,num,XOR,58,[9 8],8 2],0,1 +0613,0613,02,num,XOR,59,[2 6],6 2],1,1 +0613,0613,02,num,XOR,60,[5 0],0 4],0,1 +0613,0613,02,num,XOR,61,[3 2],2 1],0,1 +0613,0613,02,num,XOR,62,[3 0],0 6],0,1 +0613,0613,02,num,XOR,63,[9 1],16 1],0,1 +0613,0613,02,num,XOR,64,[4 1],1 9],0,1 +0613,0613,02,num,XOR,65,[2 1],1 2],1,1 +0613,0613,02,num,XOR,66,[6 9],None,0,1 +0613,0613,02,num,XOR,67,[7 2],2 7],1,1 +0613,0613,02,num,XOR,68,[5 7],14 5],0,1 +0613,0613,02,num,XOR,69,[2 7],7 4],0,1 +0613,0613,02,num,XOR,70,[6 4],1 6],0,1 +0613,0613,02,num,XOR,71,[5 0],0 5],1,1 +0613,0613,02,num,XOR,72,[2 9],9 8],0,1 +0613,0613,02,num,XOR,73,[3 1],1 3],1,1 +0613,0613,02,num,XOR,74,[1 0],0 5],0,1 +0613,0613,02,num,XOR,75,[2 0],0 6],0,1 +0613,0613,02,num,XOR,76,[0 1],2 1],0,1 +0613,0613,02,num,XOR,77,[3 6],6 6],0,1 +0613,0613,02,num,XOR,78,[9 6],None,0,1 +0613,0613,02,num,XOR,79,[0 5],5 0],1,1 +0613,0613,02,num,XOR,80,[3 9],9 8],0,1 +0613,0613,02,num,XOR,81,[6 0],0 3],0,1 +0613,0613,02,num,XOR,82,[5 9],None,0,1 +0613,0613,02,num,XOR,83,[7 2],2 7],1,1 +0613,0613,02,num,XOR,84,[2 1],1 7],0,1 +0613,0613,02,num,XOR,85,[4 9],None,0,1 +0613,0613,02,num,XOR,86,[9 4],4 9],1,1 +0613,0613,02,num,XOR,87,[0 8],8 0],1,1 +0613,0613,02,num,XOR,88,[8 0],0 4],0,1 +0613,0613,02,num,XOR,89,[8 1],1 2],0,1 +0613,0613,02,num,XOR,90,[2 6],6 8],0,1 +0613,0613,02,num,XOR,91,[5 0],0 6],0,1 +0613,0613,02,num,XOR,92,[2 7],7 5],0,1 +0613,0613,02,num,XOR,93,[5 0],0 7],0,1 +0613,0613,02,num,XOR,94,[8 6],6 4],0,1 +0613,0613,02,num,XOR,95,[5 7],None,0,1 +0613,0613,02,num,XOR,96,[8 1],1 7],0,1 +0613,0613,02,num,XOR,97,[1 4],4 1],1,1 +0613,0613,02,num,XOR,98,[3 7],7 3],1,1 +0613,0613,02,num,XOR,99,[8 9],9 8],1,1 +0613,0613,02,num,c3_set_union_permuted,0,[2 6 5 3],2 5 3 6],1,1 +0613,0613,02,num,c3_set_union_permuted,1,[1 6 7 5],5 6 1 7],1,1 +0613,0613,02,num,c3_set_union_permuted,2,[2 1 4 6],6 1 4 2],1,1 +0613,0613,02,num,c3_set_union_permuted,3,[6 0 1 3],3 1 0 6],1,1 +0613,0613,02,num,c3_set_union_permuted,4,[4 3 1 7],7 3 4 1],1,1 +0613,0613,02,num,c3_set_union_permuted,5,[7 5 8 4],5 8 4 7],1,1 +0613,0613,02,num,c3_set_union_permuted,6,[4 0 8 1],8 4 0 1],1,1 +0613,0613,02,num,c3_set_union_permuted,7,[2 8 4 1],8 4 2 1],1,1 +0613,0613,02,num,c3_set_union_permuted,8,[3 0 7 6],6 7 3 0],1,1 +0613,0613,02,num,c3_set_union_permuted,9,[6 9 2 4],6 4 2 9],1,1 +0613,0613,02,num,c3_set_union_permuted,10,[6 5 9 8],6 9 8 5],1,1 +0613,0613,02,num,c3_set_union_permuted,11,[4 7 2 0],2 0 4 7],1,1 +0613,0613,02,num,c3_set_union_permuted,12,[7 1 5 3],1 3 7 5],1,1 +0613,0613,02,num,c3_set_union_permuted,13,[0 2 3 4],4 0 3 2],1,1 +0613,0613,02,num,c3_set_union_permuted,14,[1 0 6 9],1 0 6 9],1,1 +0613,0613,02,num,c3_set_union_permuted,15,[7 0 6 1],7 1 6 0],1,1 +0613,0613,02,num,c3_set_union_permuted,16,[5 7 2 0],0 5 2 7],1,1 +0613,0613,02,num,c3_set_union_permuted,17,[4 2 6 8],2 4 8 6],1,1 +0613,0613,02,num,c3_set_union_permuted,18,[8 4 9 7],8 4 9 7],1,1 +0613,0613,02,num,c3_set_union_permuted,19,[8 9 0 6],6 9 8 0],1,1 +0613,0613,02,num,c3_set_union_permuted,20,[3 8 1 4],1 8 4 3],1,1 +0613,0613,02,num,c3_set_union_permuted,21,[7 9 3 0],7 3 9 0],1,1 +0613,0613,02,num,c3_set_union_permuted,22,[0 5 8 7],5 7 0 8],1,1 +0613,0613,02,num,c3_set_union_permuted,23,[7 1 9 3],1 3 9 7],1,1 +0613,0613,02,num,c3_set_union_permuted,24,[1 9 3 4],1 4 9 3],1,1 +0613,0613,02,num,c3_set_union_permuted,25,[7 8 4 6],8 7 4 6],1,1 +0613,0613,02,num,c3_set_union_permuted,26,[2 3 0 9],3 9 0 2],1,1 +0613,0613,02,num,c3_set_union_permuted,27,[4 3 0 6],0 4 6 3],1,1 +0613,0613,02,num,c3_set_union_permuted,28,[5 3 7 4],7 5 3 4],1,1 +0613,0613,02,num,c3_set_union_permuted,29,[2 1 4 3],1 3 4 2],1,1 +0613,0613,02,num,c3_set_union_permuted,30,[5 8 2 4],4 2 8 5],1,1 +0613,0613,02,num,c3_set_union_permuted,31,[5 6 9 3],6 9 5 3],1,1 +0613,0613,02,num,c3_set_union_permuted,32,[5 7 3 9],5 9 7 3],1,1 +0613,0613,02,num,c3_set_union_permuted,33,[7 8 3 1],7 8 3 1],1,1 +0613,0613,02,num,c3_set_union_permuted,34,[0 2 1 8],0 1 8 2],1,1 +0613,0613,02,num,c3_set_union_permuted,35,[1 3 0 7],0 3 7 1],1,1 +0613,0613,02,num,c3_set_union_permuted,36,[6 9 5 7],7 5 9 6],1,1 +0613,0613,02,num,c3_set_union_permuted,37,[6 5 4 3],4 3 5 6],1,1 +0613,0613,02,num,c3_set_union_permuted,38,[8 5 6 3],6 5 3 8],1,1 +0613,0613,02,num,c3_set_union_permuted,39,[8 9 0 1],8 0 1 9],1,1 +0613,0613,02,num,c3_set_union_permuted,40,[3 0 9 6],0 3 9 6],1,1 +0613,0613,02,num,c3_set_union_permuted,41,[0 3 5 8],0 8 3 5],1,1 +0613,0613,02,num,c3_set_union_permuted,42,[6 3 7 9],9 6 7 3],1,1 +0613,0613,02,num,c3_set_union_permuted,43,[6 8 3 9],3 8 6 9],1,1 +0613,0613,02,num,c3_set_union_permuted,44,[7 2 5 9],7 9 2 5],1,1 +0613,0613,02,num,c3_set_union_permuted,45,[5 3 4 1],3 5 4 1],1,1 +0613,0613,02,num,c3_set_union_permuted,46,[0 4 6 7],6 7 0 4],1,1 +0613,0613,02,num,c3_set_union_permuted,47,[8 3 0 7],8 7 0 3],1,1 +0613,0613,02,num,c3_set_union_permuted,48,[8 1 3 6],1 6 3 8],1,1 +0613,0613,02,num,c3_set_union_permuted,49,[2 1 0 7],2 1 7 0],1,1 +0613,0613,02,num,c3_set_union_permuted,50,[8 0 2 7],8 7 2 0],1,1 +0613,0613,02,num,c3_set_union_permuted,51,[1 8 0 3],3 0 8 1],1,1 +0613,0613,02,num,c3_set_union_permuted,52,[5 1 6 0],0 1 5 6],1,1 +0613,0613,02,num,c3_set_union_permuted,53,[4 9 7 6],7 4 6 9],1,1 +0613,0613,02,num,c3_set_union_permuted,54,[6 5 2 9],5 6 9 2],1,1 +0613,0613,02,num,c3_set_union_permuted,55,[5 7 4 6],6 7 5 4],1,1 +0613,0613,02,num,c3_set_union_permuted,56,[6 9 4 3],6 9 4 3],1,1 +0613,0613,02,num,c3_set_union_permuted,57,[6 8 0 7],8 7 0 6],1,1 +0613,0613,02,num,c3_set_union_permuted,58,[4 9 7 1],9 4 1 7]],1,1 +0613,0613,02,num,c3_set_union_permuted,59,[1 0 7 4],0 7 1 4],1,1 +0613,0613,02,num,c3_set_union_permuted,60,[9 4 2 1],1 9 2 4],1,1 +0613,0613,02,num,c3_set_union_permuted,61,[7 6 2 9],2 7 9 6],1,1 +0613,0613,02,num,c3_set_union_permuted,62,[6 2 9 8],2 6 8 9],1,1 +0613,0613,02,num,c3_set_union_permuted,63,[9 4 6 0],0 9 4 6],1,1 +0613,0613,02,num,c3_set_union_permuted,64,[3 2 9 4],2 4 9 3],1,1 +0613,0613,02,num,c3_set_union_permuted,65,[2 9 0 7],7 0 9 2],1,1 +0613,0613,02,num,c3_set_union_permuted,66,[7 5 2 6],5 7 6 2],1,1 +0613,0613,02,num,c3_set_union_permuted,67,[3 4 0 7],0 7 4 3],1,1 +0613,0613,02,num,c3_set_union_permuted,68,[6 2 1 5],6 5 2 1],1,1 +0613,0613,02,num,c3_set_union_permuted,69,[5 1 3 9],1 3 9 5],1,1 +0613,0613,02,num,c3_set_union_permuted,70,[6 3 1 2],2 6 1 3],1,1 +0613,0613,02,num,c3_set_union_permuted,71,[8 9 0 3],8 0 3 9]],1,1 +0613,0613,02,num,c3_set_union_permuted,72,[8 2 5 0],2 5 8 0],1,1 +0613,0613,02,num,c3_set_union_permuted,73,[3 6 1 4],6 3 4 1],1,1 +0613,0613,02,num,c3_set_union_permuted,74,[9 6 0 2],9 6 0 2],1,1 +0613,0613,02,num,c3_set_union_permuted,75,[5 9 4 7],7 5 4 9],1,1 +0613,0613,02,num,c3_set_union_permuted,76,[1 7 4 2],2 7 1 4],1,1 +0613,0613,02,num,c3_set_union_permuted,77,[3 5 2 1],2 1 3 5],1,1 +0613,0613,02,num,c3_set_union_permuted,78,[1 5 4 8],4 1 8 5],1,1 +0613,0613,02,num,c3_set_union_permuted,79,[2 1 5 8],5 8 1 2],1,1 +0613,0613,02,num,c3_set_union_permuted,80,[4 3 9 5],5 4 9 3],1,1 +0613,0613,02,num,c3_set_union_permuted,81,[2 1 9 0],1 2 9 0],1,1 +0613,0613,02,num,c3_set_union_permuted,82,[0 1 5 9],9 5 0 1],1,1 +0613,0613,02,num,c3_set_union_permuted,83,[0 2 8 9],9 2 0 8],1,1 +0613,0613,02,num,c3_set_union_permuted,84,[1 0 5 4],5 0 1 4],1,1 +0613,0613,02,num,c3_set_union_permuted,85,[5 3 4 0],4 5 3 0],1,1 +0613,0613,02,num,c3_set_union_permuted,86,[0 2 8 4],2 4 8 0],1,1 +0613,0613,02,num,c3_set_union_permuted,87,[3 6 5 0],0 3 5 6],1,1 +0613,0613,02,num,c3_set_union_permuted,88,[2 4 3 7],3 7 2 4],1,1 +0613,0613,02,num,c3_set_union_permuted,89,[0 6 8 5],5 8 0 6],1,1 +0613,0613,02,num,c3_set_union_permuted,90,[3 8 1 9],3 8 9 1],1,1 +0613,0613,02,num,c3_set_union_permuted,91,[8 2 7 1],1 7 2 8],1,1 +0613,0613,02,num,c3_set_union_permuted,92,[7 6 4 3],4 7 6 3],1,1 +0613,0613,02,num,c3_set_union_permuted,93,[7 0 2 6],0 2 7 6]],1,1 +0613,0613,02,num,c3_set_union_permuted,94,[8 3 5 4],8 5 4 3],1,1 +0613,0613,02,num,c3_set_union_permuted,95,[1 6 7 4],4 1 7 6],1,1 +0613,0613,02,num,c3_set_union_permuted,96,[8 6 7 1],6 7 1 8],1,1 +0613,0613,02,num,c3_set_union_permuted,97,[5 6 7 0],0 5 6 7],1,1 +0613,0613,02,num,c3_set_union_permuted,98,[3 6 2 7],6 3 7 2],1,1 +0613,0613,02,num,c3_set_union_permuted,99,[3 5 2 7],3 2 7 5],1,1 +0613,0613,02,num,c2_set_union_permuted,0,[5],1 5],0,1 +0613,0613,02,num,c2_set_union_permuted,1,[5],5 6],0,1 +0613,0613,02,num,c2_set_union_permuted,2,[9],7 9],0,1 +0613,0613,02,num,c2_set_union_permuted,3,[8],8 0],0,1 +0613,0613,02,num,c2_set_union_permuted,4,[8],8 7],0,1 +0613,0613,02,num,c2_set_union_permuted,5,[6],9 2 6],0,1 +0613,0613,02,num,c2_set_union_permuted,6,[7],7 9],0,1 +0613,0613,02,num,c2_set_union_permuted,7,[3],6 3 1],0,1 +0613,0613,02,num,c2_set_union_permuted,8,[8],1 8 6],0,1 +0613,0613,02,num,c2_set_union_permuted,9,[4],4],1,1 +0613,0613,02,num,c2_set_union_permuted,10,[4],2 8 4],0,1 +0613,0613,02,num,c2_set_union_permuted,11,[0],1 1],0,1 +0613,0613,02,num,c2_set_union_permuted,12,[7],5 7 5],0,1 +0613,0613,02,num,c2_set_union_permuted,13,[5],5 3 7 5] [7,0,1 +0613,0613,02,num,c2_set_union_permuted,14,[3],0 3],0,1 +0613,0613,02,num,c2_set_union_permuted,15,[3],3 5 0],0,1 +0613,0613,02,num,c2_set_union_permuted,16,[3],3],1,1 +0613,0613,02,num,c2_set_union_permuted,17,[1],1 1],0,1 +0613,0613,02,num,c2_set_union_permuted,18,[5],5 0],0,1 +0613,0613,02,num,c2_set_union_permuted,19,[2],2 3],0,1 +0613,0613,02,num,c2_set_union_permuted,20,[5],7 5 1],0,1 +0613,0613,02,num,c2_set_union_permuted,21,[8],8],1,1 +0613,0613,02,num,c2_set_union_permuted,22,[9],9 2],0,1 +0613,0613,02,num,c2_set_union_permuted,23,[5],5 2],0,1 +0613,0613,02,num,c2_set_union_permuted,24,[3],5 3],0,1 +0613,0613,02,num,c2_set_union_permuted,25,[0],0],1,1 +0613,0613,02,num,c2_set_union_permuted,26,[8],8 0],0,1 +0613,0613,02,num,c2_set_union_permuted,27,[5],5 9 9 7],0,1 +0613,0613,02,num,c2_set_union_permuted,28,[0],0],1,1 +0613,0613,02,num,c2_set_union_permuted,29,[6],6],1,1 +0613,0613,02,num,c2_set_union_permuted,30,[6],6],1,1 +0613,0613,02,num,c2_set_union_permuted,31,[0],0],1,1 +0613,0613,02,num,c2_set_union_permuted,32,[8],8 6],0,1 +0613,0613,02,num,c2_set_union_permuted,33,[4],3 4 5],0,1 +0613,0613,02,num,c2_set_union_permuted,34,[8],1 8],0,1 +0613,0613,02,num,c2_set_union_permuted,35,[4],4 1],0,1 +0613,0613,02,num,c2_set_union_permuted,36,[5],5 8 2 9],0,1 +0613,0613,02,num,c2_set_union_permuted,37,[3],3 1],0,1 +0613,0613,02,num,c2_set_union_permuted,38,[9],9 4],0,1 +0613,0613,02,num,c2_set_union_permuted,39,[9],0 9 0],0,1 +0613,0613,02,num,c2_set_union_permuted,40,[1],4 1 0 4] [4,0,1 +0613,0613,02,num,c2_set_union_permuted,41,[4],4 1],0,1 +0613,0613,02,num,c2_set_union_permuted,42,[6],6 9 3],0,1 +0613,0613,02,num,c2_set_union_permuted,43,[1],1 3],0,1 +0613,0613,02,num,c2_set_union_permuted,44,[5],5 4 0],0,1 +0613,0613,02,num,c2_set_union_permuted,45,[3],3 9],0,1 +0613,0613,02,num,c2_set_union_permuted,46,[9],1 4 9],0,1 +0613,0613,02,num,c2_set_union_permuted,47,[4],4 7],0,1 +0613,0613,02,num,c2_set_union_permuted,48,[8],18 8],0,1 +0613,0613,02,num,c2_set_union_permuted,49,[4],4],1,1 +0613,0613,02,num,c2_set_union_permuted,50,[4],4],1,1 +0613,0613,02,num,c2_set_union_permuted,51,[3],3],1,1 +0613,0613,02,num,c2_set_union_permuted,52,[4],4 1],0,1 +0613,0613,02,num,c2_set_union_permuted,53,[6],6],1,1 +0613,0613,02,num,c2_set_union_permuted,54,[0],0 6],0,1 +0613,0613,02,num,c2_set_union_permuted,55,[7],7 2],0,1 +0613,0613,02,num,c2_set_union_permuted,56,[4],4],1,1 +0613,0613,02,num,c2_set_union_permuted,57,[7],7 9],0,1 +0613,0613,02,num,c2_set_union_permuted,58,[2],2 1],0,1 +0613,0613,02,num,c2_set_union_permuted,59,[3],0 3],0,1 +0613,0613,02,num,c2_set_union_permuted,60,[7],2 0],0,1 +0613,0613,02,num,c2_set_union_permuted,61,[0],0 2 0],0,1 +0613,0613,02,num,c2_set_union_permuted,62,[2],2],1,1 +0613,0613,02,num,c2_set_union_permuted,63,[7],7],1,1 +0613,0613,02,num,c2_set_union_permuted,64,[2],7 2],0,1 +0613,0613,02,num,c2_set_union_permuted,65,[3],3 2 0 1] [1,0,1 +0613,0613,02,num,c2_set_union_permuted,66,[1],1 3],0,1 +0613,0613,02,num,c2_set_union_permuted,67,[3],3],1,1 +0613,0613,02,num,c2_set_union_permuted,68,[6],6 7],0,1 +0613,0613,02,num,c2_set_union_permuted,69,[0],0 3 1 9],0,1 +0613,0613,02,num,c2_set_union_permuted,70,[3],3],1,1 +0613,0613,02,num,c2_set_union_permuted,71,[6],6],1,1 +0613,0613,02,num,c2_set_union_permuted,72,[2],2 5],0,1 +0613,0613,02,num,c2_set_union_permuted,73,[7],1 7 5],0,1 +0613,0613,02,num,c2_set_union_permuted,74,[3],3 9 9 3],0,1 +0613,0613,02,num,c2_set_union_permuted,75,[0],0 6],0,1 +0613,0613,02,num,c2_set_union_permuted,76,[8],0 8],0,1 +0613,0613,02,num,c2_set_union_permuted,77,[9],4 0],0,1 +0613,0613,02,num,c2_set_union_permuted,78,[6],4 6],0,1 +0613,0613,02,num,c2_set_union_permuted,79,[3],3 5],0,1 +0613,0613,02,num,c2_set_union_permuted,80,[1],1 6],0,1 +0613,0613,02,num,c2_set_union_permuted,81,[4],4 5],0,1 +0613,0613,02,num,c2_set_union_permuted,82,[3],0 3 0],0,1 +0613,0613,02,num,c2_set_union_permuted,83,[7],7 4],0,1 +0613,0613,02,num,c2_set_union_permuted,84,[5],5],1,1 +0613,0613,02,num,c2_set_union_permuted,85,[9],9 4 6 7],0,1 +0613,0613,02,num,c2_set_union_permuted,86,[8],8 1 7 2],0,1 +0613,0613,02,num,c2_set_union_permuted,87,[3],2 3],0,1 +0613,0613,02,num,c2_set_union_permuted,88,[8],8 9],0,1 +0613,0613,02,num,c2_set_union_permuted,89,[8],8],1,1 +0613,0613,02,num,c2_set_union_permuted,90,[8],7 8],0,1 +0613,0613,02,num,c2_set_union_permuted,91,[8],8 7 8 6],0,1 +0613,0613,02,num,c2_set_union_permuted,92,[5],5],1,1 +0613,0613,02,num,c2_set_union_permuted,93,[4],4 6 2]],0,1 +0613,0613,02,num,c2_set_union_permuted,94,[0],0 8],0,1 +0613,0613,02,num,c2_set_union_permuted,95,[6],None,0,1 +0613,0613,02,num,c2_set_union_permuted,96,[0],0],1,1 +0613,0613,02,num,c2_set_union_permuted,97,[1],5 1 5],0,1 +0613,0613,02,num,c2_set_union_permuted,98,[9],9],1,1 +0613,0613,02,num,c2_set_union_permuted,99,[3],1 3],0,1 +0613,0613,02,num,c1_set_union_permuted,0,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,1,[4],4],1,1 +0613,0613,02,num,c1_set_union_permuted,2,[2],2],1,1 +0613,0613,02,num,c1_set_union_permuted,3,[3],0 3],0,1 +0613,0613,02,num,c1_set_union_permuted,4,[1],1],1,1 +0613,0613,02,num,c1_set_union_permuted,5,[2],2],1,1 +0613,0613,02,num,c1_set_union_permuted,6,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,7,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,8,[3],0],0,1 +0613,0613,02,num,c1_set_union_permuted,9,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,10,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,11,[8],8],1,1 +0613,0613,02,num,c1_set_union_permuted,12,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,13,[8],8],1,1 +0613,0613,02,num,c1_set_union_permuted,14,[5],5],1,1 +0613,0613,02,num,c1_set_union_permuted,15,[2],2],1,1 +0613,0613,02,num,c1_set_union_permuted,16,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,17,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,18,[4],4],1,1 +0613,0613,02,num,c1_set_union_permuted,19,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,20,[1],1],1,1 +0613,0613,02,num,c1_set_union_permuted,21,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,22,[8],8],1,1 +0613,0613,02,num,c1_set_union_permuted,23,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,24,[7],7],1,1 +0613,0613,02,num,c1_set_union_permuted,25,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,26,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,27,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,28,[1],1],1,1 +0613,0613,02,num,c1_set_union_permuted,29,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,30,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,31,[4],4],1,1 +0613,0613,02,num,c1_set_union_permuted,32,[4],4],1,1 +0613,0613,02,num,c1_set_union_permuted,33,[4],4],1,1 +0613,0613,02,num,c1_set_union_permuted,34,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,35,[2],2],1,1 +0613,0613,02,num,c1_set_union_permuted,36,[5],5],1,1 +0613,0613,02,num,c1_set_union_permuted,37,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,38,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,39,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,40,[8],8],1,1 +0613,0613,02,num,c1_set_union_permuted,41,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,42,[4],4],1,1 +0613,0613,02,num,c1_set_union_permuted,43,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,44,[7],7],1,1 +0613,0613,02,num,c1_set_union_permuted,45,[7],7],1,1 +0613,0613,02,num,c1_set_union_permuted,46,[2],2],1,1 +0613,0613,02,num,c1_set_union_permuted,47,[5],5],1,1 +0613,0613,02,num,c1_set_union_permuted,48,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,49,[8],0 8],0,1 +0613,0613,02,num,c1_set_union_permuted,50,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,51,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,52,[0],0 2],0,1 +0613,0613,02,num,c1_set_union_permuted,53,[8],8],1,1 +0613,0613,02,num,c1_set_union_permuted,54,[3],0],0,1 +0613,0613,02,num,c1_set_union_permuted,55,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,56,[5],5],1,1 +0613,0613,02,num,c1_set_union_permuted,57,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,58,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,59,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,60,[1],1],1,1 +0613,0613,02,num,c1_set_union_permuted,61,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,62,[4],4],1,1 +0613,0613,02,num,c1_set_union_permuted,63,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,64,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,65,[2],2],1,1 +0613,0613,02,num,c1_set_union_permuted,66,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,67,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,68,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,69,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,70,[8],8],1,1 +0613,0613,02,num,c1_set_union_permuted,71,[5],5],1,1 +0613,0613,02,num,c1_set_union_permuted,72,[1],1],1,1 +0613,0613,02,num,c1_set_union_permuted,73,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,74,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,75,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,76,[4],4],1,1 +0613,0613,02,num,c1_set_union_permuted,77,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,78,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,79,[1],1],1,1 +0613,0613,02,num,c1_set_union_permuted,80,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,81,[2],2],1,1 +0613,0613,02,num,c1_set_union_permuted,82,[1],1],1,1 +0613,0613,02,num,c1_set_union_permuted,83,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,84,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,85,[8],8],1,1 +0613,0613,02,num,c1_set_union_permuted,86,[4],4],1,1 +0613,0613,02,num,c1_set_union_permuted,87,[3],3],1,1 +0613,0613,02,num,c1_set_union_permuted,88,[0],0],1,1 +0613,0613,02,num,c1_set_union_permuted,89,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,90,[5],5],1,1 +0613,0613,02,num,c1_set_union_permuted,91,[1],1],1,1 +0613,0613,02,num,c1_set_union_permuted,92,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,93,[5],5],1,1 +0613,0613,02,num,c1_set_union_permuted,94,[9],9],1,1 +0613,0613,02,num,c1_set_union_permuted,95,[2],2],1,1 +0613,0613,02,num,c1_set_union_permuted,96,[7],7],1,1 +0613,0613,02,num,c1_set_union_permuted,97,[4],4],1,1 +0613,0613,02,num,c1_set_union_permuted,98,[6],6],1,1 +0613,0613,02,num,c1_set_union_permuted,99,[2],2],1,1 +0613,0613,02,num,XOR_permuted,0,[4 0],0 4],1,1 +0613,0613,02,num,XOR_permuted,1,[8 4],8 4],1,1 +0613,0613,02,num,XOR_permuted,2,[1 7],7 1],1,1 +0613,0613,02,num,XOR_permuted,3,[6 0],0 6],1,1 +0613,0613,02,num,XOR_permuted,4,[3 6],8 3],0,1 +0613,0613,02,num,XOR_permuted,5,[5 6],6 5],1,1 +0613,0613,02,num,XOR_permuted,6,[3 9],7 9],0,1 +0613,0613,02,num,XOR_permuted,7,[0 8],8 0],1,1 +0613,0613,02,num,XOR_permuted,8,[1 4],4 3],0,1 +0613,0613,02,num,XOR_permuted,9,[8 3],8 3],1,1 +0613,0613,02,num,XOR_permuted,10,[9 6],6 9],1,1 +0613,0613,02,num,XOR_permuted,11,[0 7],5 7],0,1 +0613,0613,02,num,XOR_permuted,12,[0 9],0 9],1,1 +0613,0613,02,num,XOR_permuted,13,[3 6],1 3],0,1 +0613,0613,02,num,XOR_permuted,14,[1 3],1 3],1,1 +0613,0613,02,num,XOR_permuted,15,[0 7],0 7],1,1 +0613,0613,02,num,XOR_permuted,16,[7 8],8 7],1,1 +0613,0613,02,num,XOR_permuted,17,[6 2],6 2],1,1 +0613,0613,02,num,XOR_permuted,18,[7 8],7 8],1,1 +0613,0613,02,num,XOR_permuted,19,[0 9],9 0],1,1 +0613,0613,02,num,XOR_permuted,20,[0 2],2 1],0,1 +0613,0613,02,num,XOR_permuted,21,[6 5],5 1],0,1 +0613,0613,02,num,XOR_permuted,22,[0 3],3 0],1,1 +0613,0613,02,num,XOR_permuted,23,[0 9],16 4],0,1 +0613,0613,02,num,XOR_permuted,24,[8 0],8 0],1,1 +0613,0613,02,num,XOR_permuted,25,[2 8],8 1],0,1 +0613,0613,02,num,XOR_permuted,26,[3 9],9 8],0,1 +0613,0613,02,num,XOR_permuted,27,[2 9],9 2],1,1 +0613,0613,02,num,XOR_permuted,28,[3 7],7 3],1,1 +0613,0613,02,num,XOR_permuted,29,[9 0],9 0],1,1 +0613,0613,02,num,XOR_permuted,30,[2 5],2 5],1,1 +0613,0613,02,num,XOR_permuted,31,[2 6],6 2],1,1 +0613,0613,02,num,XOR_permuted,32,[0 2],2 0],1,1 +0613,0613,02,num,XOR_permuted,33,[5 7],5 7],1,1 +0613,0613,02,num,XOR_permuted,34,[3 5],3 0],0,1 +0613,0613,02,num,XOR_permuted,35,[6 0],6 0],1,1 +0613,0613,02,num,XOR_permuted,36,[6 0],0 6],1,1 +0613,0613,02,num,XOR_permuted,37,[4 5],4 5],1,1 +0613,0613,02,num,XOR_permuted,38,[8 9],8 9],1,1 +0613,0613,02,num,XOR_permuted,39,[6 7],7 6],1,1 +0613,0613,02,num,XOR_permuted,40,[9 3],9 3],1,1 +0613,0613,02,num,XOR_permuted,41,[7 6],2 7],0,1 +0613,0613,02,num,XOR_permuted,42,[8 9],8 9],1,1 +0613,0613,02,num,XOR_permuted,43,[7 0],0 7],1,1 +0613,0613,02,num,XOR_permuted,44,[2 1],3 4],0,1 +0613,0613,02,num,XOR_permuted,45,[3 5],5 3],1,1 +0613,0613,02,num,XOR_permuted,46,[2 0],8 0],0,1 +0613,0613,02,num,XOR_permuted,47,[2 0],2 0],1,1 +0613,0613,02,num,XOR_permuted,48,[0 1],1 0],1,1 +0613,0613,02,num,XOR_permuted,49,[5 1],1 5],1,1 +0613,0613,02,num,XOR_permuted,50,[6 9],None,0,1 +0613,0613,02,num,XOR_permuted,51,[0 1],0 5],0,1 +0613,0613,02,num,XOR_permuted,52,[9 8],8 6],0,1 +0613,0613,02,num,XOR_permuted,53,[8 2],8 1],0,1 +0613,0613,02,num,XOR_permuted,54,[1 0],8 8],0,1 +0613,0613,02,num,XOR_permuted,55,[5 9],None,0,1 +0613,0613,02,num,XOR_permuted,56,[0 6],0 6],1,1 +0613,0613,02,num,XOR_permuted,57,[5 4],5 4],1,1 +0613,0613,02,num,XOR_permuted,58,[7 5],7 5],1,1 +0613,0613,02,num,XOR_permuted,59,[8 2],2 8],1,1 +0613,0613,02,num,XOR_permuted,60,[9 2],2 9],1,1 +0613,0613,02,num,XOR_permuted,61,[0 1],1 0],1,1 +0613,0613,02,num,XOR_permuted,62,[0 2],1 0],0,1 +0613,0613,02,num,XOR_permuted,63,[2 0],2 0],1,1 +0613,0613,02,num,XOR_permuted,64,[2 3],8 7],0,1 +0613,0613,02,num,XOR_permuted,65,[9 6],None,0,1 +0613,0613,02,num,XOR_permuted,66,[9 4],4 9],1,1 +0613,0613,02,num,XOR_permuted,67,[0 4],8 0],0,1 +0613,0613,02,num,XOR_permuted,68,[9 5],None,0,1 +0613,0613,02,num,XOR_permuted,69,[6 4],6 4],1,1 +0613,0613,02,num,XOR_permuted,70,[5 0],5 0],1,1 +0613,0613,02,num,XOR_permuted,71,[3 1],3 1],1,1 +0613,0613,02,num,XOR_permuted,72,[8 1],1 8],1,1 +0613,0613,02,num,XOR_permuted,73,[6 3],7 4,0,1 +0613,0613,02,num,XOR_permuted,74,[0 9],0 9],1,1 +0613,0613,02,num,XOR_permuted,75,[2 9],2 9],1,1 +0613,0613,02,num,XOR_permuted,76,[9 6],None,0,1 +0613,0613,02,num,XOR_permuted,77,[4 1],1 5],0,1 +0613,0613,02,num,XOR_permuted,78,[1 4],1 4],1,1 +0613,0613,02,num,XOR_permuted,79,[7 3],6 7],0,1 +0613,0613,02,num,XOR_permuted,80,[8 3],3 8],1,1 +0613,0613,02,num,XOR_permuted,81,[5 6],5 6],1,1 +0613,0613,02,num,XOR_permuted,82,[5 7],5 7],1,1 +0613,0613,02,num,XOR_permuted,83,[7 0],0 7],1,1 +0613,0613,02,num,XOR_permuted,84,[6 9],5 6],0,1 +0613,0613,02,num,XOR_permuted,85,[9 4],4 9],1,1 +0613,0613,02,num,XOR_permuted,86,[6 2],2 5],0,1 +0613,0613,02,num,XOR_permuted,87,[9 4],4 9],1,1 +0613,0613,02,num,XOR_permuted,88,[3 1],3 1],1,1 +0613,0613,02,num,XOR_permuted,89,[4 9],None,0,1 +0613,0613,02,num,XOR_permuted,90,[1 5],5 1],1,1 +0613,0613,02,num,XOR_permuted,91,[4 0],4 4],0,1 +0613,0613,02,num,XOR_permuted,92,[8 4],6 8],0,1 +0613,0613,02,num,XOR_permuted,93,[5 8],2 5],0,1 +0613,0613,02,num,XOR_permuted,94,[3 7],7 3],1,1 +0613,0613,02,num,XOR_permuted,95,[8 5],5 8],1,1 +0613,0613,02,num,XOR_permuted,96,[5 9],None,0,1 +0613,0613,02,num,XOR_permuted,97,[8 3],8 3],1,1 +0613,0613,02,num,XOR_permuted,98,[7 5],7 5],1,1 +0613,0613,02,num,XOR_permuted,99,[6 7],7 6],1,1 +0613,0613,02,num,AND_permuted,0,[],2],0,1 +0613,0613,02,num,AND_permuted,1,[],2],0,1 +0613,0613,02,num,AND_permuted,2,[],7],0,1 +0613,0613,02,num,AND_permuted,3,[],2],0,1 +0613,0613,02,num,AND_permuted,4,[],9],0,1 +0613,0613,02,num,AND_permuted,5,[],0],0,1 +0613,0613,02,num,AND_permuted,6,[],2],0,1 +0613,0613,02,num,AND_permuted,7,[],1],0,1 +0613,0613,02,num,AND_permuted,8,[],3],0,1 +0613,0613,02,num,AND_permuted,9,[],0],0,1 +0613,0613,02,num,AND_permuted,10,[],9],0,1 +0613,0613,02,num,AND_permuted,11,[],8,0,1 +0613,0613,02,num,AND_permuted,12,[],0],0,1 +0613,0613,02,num,AND_permuted,13,[],6],0,1 +0613,0613,02,num,AND_permuted,14,[],6],0,1 +0613,0613,02,num,AND_permuted,15,[],3],0,1 +0613,0613,02,num,AND_permuted,16,[],0],0,1 +0613,0613,02,num,AND_permuted,17,[],2],0,1 +0613,0613,02,num,AND_permuted,18,[],0],0,1 +0613,0613,02,num,AND_permuted,19,[],1],0,1 +0613,0613,02,num,AND_permuted,20,[],2],0,1 +0613,0613,02,num,AND_permuted,21,[],5],0,1 +0613,0613,02,num,AND_permuted,22,[],2],0,1 +0613,0613,02,num,AND_permuted,23,[],6],0,1 +0613,0613,02,num,AND_permuted,24,[],4,0,1 +0613,0613,02,num,AND_permuted,25,[],2],0,1 +0613,0613,02,num,AND_permuted,26,[],4],0,1 +0613,0613,02,num,AND_permuted,27,[],1,0,1 +0613,0613,02,num,AND_permuted,28,[],4],0,1 +0613,0613,02,num,AND_permuted,29,[],1],0,1 +0613,0613,02,num,AND_permuted,30,[],5],0,1 +0613,0613,02,num,AND_permuted,31,[],1],0,1 +0613,0613,02,num,AND_permuted,32,[],2],0,1 +0613,0613,02,num,AND_permuted,33,[],8,0,1 +0613,0613,02,num,AND_permuted,34,[],4],0,1 +0613,0613,02,num,AND_permuted,35,[],0],0,1 +0613,0613,02,num,AND_permuted,36,[],0],0,1 +0613,0613,02,num,AND_permuted,37,[],2],0,1 +0613,0613,02,num,AND_permuted,38,[],1],0,1 +0613,0613,02,num,AND_permuted,39,[],1],0,1 +0613,0613,02,num,AND_permuted,40,[],8],0,1 +0613,0613,02,num,AND_permuted,41,[],4],0,1 +0613,0613,02,num,AND_permuted,42,[],0],0,1 +0613,0613,02,num,AND_permuted,43,[],7,0,1 +0613,0613,02,num,AND_permuted,44,[],9],0,1 +0613,0613,02,num,AND_permuted,45,[],7,0,1 +0613,0613,02,num,AND_permuted,46,[],2],0,1 +0613,0613,02,num,AND_permuted,47,[],4],0,1 +0613,0613,02,num,AND_permuted,48,[],8,0,1 +0613,0613,02,num,AND_permuted,49,[],0],0,1 +0613,0613,02,num,AND_permuted,50,[],8],0,1 +0613,0613,02,num,AND_permuted,51,[],7],0,1 +0613,0613,02,num,AND_permuted,52,[],1],0,1 +0613,0613,02,num,AND_permuted,53,[],6],0,1 +0613,0613,02,num,AND_permuted,54,[],5,0,1 +0613,0613,02,num,AND_permuted,55,[],8],0,1 +0613,0613,02,num,AND_permuted,56,[],7],0,1 +0613,0613,02,num,AND_permuted,57,[],3],0,1 +0613,0613,02,num,AND_permuted,58,[],0],0,1 +0613,0613,02,num,AND_permuted,59,[],7],0,1 +0613,0613,02,num,AND_permuted,60,[],5],0,1 +0613,0613,02,num,AND_permuted,61,[],2],0,1 +0613,0613,02,num,AND_permuted,62,[],2],0,1 +0613,0613,02,num,AND_permuted,63,[],9],0,1 +0613,0613,02,num,AND_permuted,64,[],2],0,1 +0613,0613,02,num,AND_permuted,65,[],6],0,1 +0613,0613,02,num,AND_permuted,66,[],1],0,1 +0613,0613,02,num,AND_permuted,67,[],5],0,1 +0613,0613,02,num,AND_permuted,68,[],5],0,1 +0613,0613,02,num,AND_permuted,69,[],6,0,1 +0613,0613,02,num,AND_permuted,70,[],9],0,1 +0613,0613,02,num,AND_permuted,71,[],9],0,1 +0613,0613,02,num,AND_permuted,72,[],1],0,1 +0613,0613,02,num,AND_permuted,73,[],1,0,1 +0613,0613,02,num,AND_permuted,74,[],1],0,1 +0613,0613,02,num,AND_permuted,75,[],4],0,1 +0613,0613,02,num,AND_permuted,76,[],3,0,1 +0613,0613,02,num,AND_permuted,77,[],2],0,1 +0613,0613,02,num,AND_permuted,78,[],4,0,1 +0613,0613,02,num,AND_permuted,79,[],1,0,1 +0613,0613,02,num,AND_permuted,80,[],7],0,1 +0613,0613,02,num,AND_permuted,81,[],5],0,1 +0613,0613,02,num,AND_permuted,82,[],3],0,1 +0613,0613,02,num,AND_permuted,83,[],2],0,1 +0613,0613,02,num,AND_permuted,84,[],8],0,1 +0613,0613,02,num,AND_permuted,85,[],2,0,1 +0613,0613,02,num,AND_permuted,86,[],8],0,1 +0613,0613,02,num,AND_permuted,87,[],9],0,1 +0613,0613,02,num,AND_permuted,88,[],5],0,1 +0613,0613,02,num,AND_permuted,89,[],5],0,1 +0613,0613,02,num,AND_permuted,90,[],6],0,1 +0613,0613,02,num,AND_permuted,91,[],0,0,1 +0613,0613,02,num,AND_permuted,92,[],2],0,1 +0613,0613,02,num,AND_permuted,93,[],5],0,1 +0613,0613,02,num,AND_permuted,94,[],0],0,1 +0613,0613,02,num,AND_permuted,95,[],],1,1 +0613,0613,02,num,AND_permuted,96,[],3],0,1 +0613,0613,02,num,AND_permuted,97,[],5],0,1 +0613,0613,02,num,AND_permuted,98,[],4],0,1 +0613,0613,02,num,AND_permuted,99,[],7,0,1 +0613,0613,02,symb,row_constant,0,['!'],!],1,1 +0613,0613,02,symb,row_constant,1,['('],(],1,1 +0613,0613,02,symb,row_constant,2,['>'],>],1,1 +0613,0613,02,symb,row_constant,3,['!'],!],1,1 +0613,0613,02,symb,row_constant,4,['~'],~],1,1 +0613,0613,02,symb,row_constant,5,['>'],>],1,1 +0613,0613,02,symb,row_constant,6,['<'],<],1,1 +0613,0613,02,symb,row_constant,7,['$'],$],1,1 +0613,0613,02,symb,row_constant,8,['('],(],1,1 +0613,0613,02,symb,row_constant,9,['('],(],1,1 +0613,0613,02,symb,row_constant,10,[':'],:],1,1 +0613,0613,02,symb,row_constant,11,['$'],$],1,1 +0613,0613,02,symb,row_constant,12,['%'],%],1,1 +0613,0613,02,symb,row_constant,13,['%'],%],1,1 +0613,0613,02,symb,row_constant,14,['&'],&],1,1 +0613,0613,02,symb,row_constant,15,['('],(],1,1 +0613,0613,02,symb,row_constant,16,['!'],!],1,1 +0613,0613,02,symb,row_constant,17,['>'],>],1,1 +0613,0613,02,symb,row_constant,18,['%'],%],1,1 +0613,0613,02,symb,row_constant,19,['<'],<],1,1 +0613,0613,02,symb,row_constant,20,['%'],%],1,1 +0613,0613,02,symb,row_constant,21,['!'],!],1,1 +0613,0613,02,symb,row_constant,22,['>'],>],1,1 +0613,0613,02,symb,row_constant,23,['$'],$],1,1 +0613,0613,02,symb,row_constant,24,['>'],>],1,1 +0613,0613,02,symb,row_constant,25,['('],(],1,1 +0613,0613,02,symb,row_constant,26,['<'],<],1,1 +0613,0613,02,symb,row_constant,27,['$'],$],1,1 +0613,0613,02,symb,row_constant,28,['~'],~],1,1 +0613,0613,02,symb,row_constant,29,['>'],>],1,1 +0613,0613,02,symb,row_constant,30,['~'],~],1,1 +0613,0613,02,symb,row_constant,31,['('],(],1,1 +0613,0613,02,symb,row_constant,32,['*'],*],1,1 +0613,0613,02,symb,row_constant,33,['('],)],0,1 +0613,0613,02,symb,row_constant,34,['~'],~],1,1 +0613,0613,02,symb,row_constant,35,['>'],>],1,1 +0613,0613,02,symb,row_constant,36,['('],(],1,1 +0613,0613,02,symb,row_constant,37,['!'],!],1,1 +0613,0613,02,symb,row_constant,38,['%'],%],1,1 +0613,0613,02,symb,row_constant,39,['$'],$],1,1 +0613,0613,02,symb,row_constant,40,['%'],%],1,1 +0613,0613,02,symb,row_constant,41,['~'],~],1,1 +0613,0613,02,symb,row_constant,42,['&'],&],1,1 +0613,0613,02,symb,row_constant,43,['('],(],1,1 +0613,0613,02,symb,row_constant,44,['<'],<,1,1 +0613,0613,02,symb,row_constant,45,['!'],!],1,1 +0613,0613,02,symb,row_constant,46,['*'],*],1,1 +0613,0613,02,symb,row_constant,47,[':'],:],1,1 +0613,0613,02,symb,row_constant,48,[':'],:],1,1 +0613,0613,02,symb,row_constant,49,['>'],>],1,1 +0613,0613,02,symb,row_constant,50,['&'],&],1,1 +0613,0613,02,symb,row_constant,51,['('],)],0,1 +0613,0613,02,symb,row_constant,52,['>'],>],1,1 +0613,0613,02,symb,row_constant,53,['>'],>],1,1 +0613,0613,02,symb,row_constant,54,['$'],$],1,1 +0613,0613,02,symb,row_constant,55,['%'],%],1,1 +0613,0613,02,symb,row_constant,56,['>'],>],1,1 +0613,0613,02,symb,row_constant,57,['%'],%],1,1 +0613,0613,02,symb,row_constant,58,['!'],!],1,1 +0613,0613,02,symb,row_constant,59,['<'],<],1,1 +0613,0613,02,symb,row_constant,60,['&'],&],1,1 +0613,0613,02,symb,row_constant,61,['!'],!],1,1 +0613,0613,02,symb,row_constant,62,['!'],!],1,1 +0613,0613,02,symb,row_constant,63,['!'],!],1,1 +0613,0613,02,symb,row_constant,64,['&'],&],1,1 +0613,0613,02,symb,row_constant,65,['('],(],1,1 +0613,0613,02,symb,row_constant,66,[':'],:],1,1 +0613,0613,02,symb,row_constant,67,['<'],<],1,1 +0613,0613,02,symb,row_constant,68,['('],(],1,1 +0613,0613,02,symb,row_constant,69,['('],(],1,1 +0613,0613,02,symb,row_constant,70,['('],(],1,1 +0613,0613,02,symb,row_constant,71,['>'],>],1,1 +0613,0613,02,symb,row_constant,72,['&'],&],1,1 +0613,0613,02,symb,row_constant,73,['~'],~],1,1 +0613,0613,02,symb,row_constant,74,['<'],<],1,1 +0613,0613,02,symb,row_constant,75,['%'],%],1,1 +0613,0613,02,symb,row_constant,76,['>'],>],1,1 +0613,0613,02,symb,row_constant,77,['>'],>],1,1 +0613,0613,02,symb,row_constant,78,['('],(],1,1 +0613,0613,02,symb,row_constant,79,['*'],*],1,1 +0613,0613,02,symb,row_constant,80,['!'],!],1,1 +0613,0613,02,symb,row_constant,81,['*'],*],1,1 +0613,0613,02,symb,row_constant,82,['$'],$],1,1 +0613,0613,02,symb,row_constant,83,[':'],:],1,1 +0613,0613,02,symb,row_constant,84,['<'],<],1,1 +0613,0613,02,symb,row_constant,85,['*'],*],1,1 +0613,0613,02,symb,row_constant,86,['('],)],0,1 +0613,0613,02,symb,row_constant,87,['>'],>],1,1 +0613,0613,02,symb,row_constant,88,['%'],%],1,1 +0613,0613,02,symb,row_constant,89,['!'],!],1,1 +0613,0613,02,symb,row_constant,90,['>'],>],1,1 +0613,0613,02,symb,row_constant,91,['>'],>],1,1 +0613,0613,02,symb,row_constant,92,['&'],&],1,1 +0613,0613,02,symb,row_constant,93,['>'],>],1,1 +0613,0613,02,symb,row_constant,94,['*'],*],1,1 +0613,0613,02,symb,row_constant,95,['~'],~],1,1 +0613,0613,02,symb,row_constant,96,['~'],~],1,1 +0613,0613,02,symb,row_constant,97,['*'],*],1,1 +0613,0613,02,symb,row_constant,98,[':'],:],1,1 +0613,0613,02,symb,row_constant,99,['~'],~],1,1 +0613,0613,02,symb,col_constant,0,['~'],~],1,1 +0613,0613,02,symb,col_constant,1,['$'],$],1,1 +0613,0613,02,symb,col_constant,2,['$'],$],1,1 +0613,0613,02,symb,col_constant,3,[':'],:],1,1 +0613,0613,02,symb,col_constant,4,['>'],>],1,1 +0613,0613,02,symb,col_constant,5,[':'],:],1,1 +0613,0613,02,symb,col_constant,6,['!'],!],1,1 +0613,0613,02,symb,col_constant,7,['<'],<],1,1 +0613,0613,02,symb,col_constant,8,['('],(],1,1 +0613,0613,02,symb,col_constant,9,['('],(],1,1 +0613,0613,02,symb,col_constant,10,['<'],<],1,1 +0613,0613,02,symb,col_constant,11,[':'],:],1,1 +0613,0613,02,symb,col_constant,12,['%'],%],1,1 +0613,0613,02,symb,col_constant,13,['&'],&],1,1 +0613,0613,02,symb,col_constant,14,['!'],!],1,1 +0613,0613,02,symb,col_constant,15,['~'],~],1,1 +0613,0613,02,symb,col_constant,16,['>'],>],1,1 +0613,0613,02,symb,col_constant,17,['<'],<],1,1 +0613,0613,02,symb,col_constant,18,['('],(],1,1 +0613,0613,02,symb,col_constant,19,['*'],*],1,1 +0613,0613,02,symb,col_constant,20,['~'],~],1,1 +0613,0613,02,symb,col_constant,21,['~'],~],1,1 +0613,0613,02,symb,col_constant,22,['$'],$],1,1 +0613,0613,02,symb,col_constant,23,['%'],%],1,1 +0613,0613,02,symb,col_constant,24,['<'],<],1,1 +0613,0613,02,symb,col_constant,25,['*'],*],1,1 +0613,0613,02,symb,col_constant,26,['$'],$],1,1 +0613,0613,02,symb,col_constant,27,['~'],~],1,1 +0613,0613,02,symb,col_constant,28,['$'],$],1,1 +0613,0613,02,symb,col_constant,29,['!'],!],1,1 +0613,0613,02,symb,col_constant,30,['~'],~],1,1 +0613,0613,02,symb,col_constant,31,[':'],:],1,1 +0613,0613,02,symb,col_constant,32,['('],(],1,1 +0613,0613,02,symb,col_constant,33,['%'],%],1,1 +0613,0613,02,symb,col_constant,34,['!'],!],1,1 +0613,0613,02,symb,col_constant,35,['!'],!],1,1 +0613,0613,02,symb,col_constant,36,['<'],<],1,1 +0613,0613,02,symb,col_constant,37,['*'],*],1,1 +0613,0613,02,symb,col_constant,38,['*'],*],1,1 +0613,0613,02,symb,col_constant,39,['!'],!],1,1 +0613,0613,02,symb,col_constant,40,['*'],*],1,1 +0613,0613,02,symb,col_constant,41,['!'],!],1,1 +0613,0613,02,symb,col_constant,42,['!'],!],1,1 +0613,0613,02,symb,col_constant,43,['%'],%],1,1 +0613,0613,02,symb,col_constant,44,['~'],~],1,1 +0613,0613,02,symb,col_constant,45,['<'],<],1,1 +0613,0613,02,symb,col_constant,46,['>'],>],1,1 +0613,0613,02,symb,col_constant,47,['%'],%],1,1 +0613,0613,02,symb,col_constant,48,[':'],:],1,1 +0613,0613,02,symb,col_constant,49,['<'],<],1,1 +0613,0613,02,symb,col_constant,50,['>'],>],1,1 +0613,0613,02,symb,col_constant,51,['>'],>],1,1 +0613,0613,02,symb,col_constant,52,[':'],:],1,1 +0613,0613,02,symb,col_constant,53,['*'],*],1,1 +0613,0613,02,symb,col_constant,54,['%'],%],1,1 +0613,0613,02,symb,col_constant,55,['%'],%],1,1 +0613,0613,02,symb,col_constant,56,['~'],~],1,1 +0613,0613,02,symb,col_constant,57,['~'],~],1,1 +0613,0613,02,symb,col_constant,58,['%'],%],1,1 +0613,0613,02,symb,col_constant,59,['*'],*],1,1 +0613,0613,02,symb,col_constant,60,['!'],!],1,1 +0613,0613,02,symb,col_constant,61,['('],(],1,1 +0613,0613,02,symb,col_constant,62,['<'],<],1,1 +0613,0613,02,symb,col_constant,63,['&'],&],1,1 +0613,0613,02,symb,col_constant,64,['<'],<],1,1 +0613,0613,02,symb,col_constant,65,['*'],*],1,1 +0613,0613,02,symb,col_constant,66,['%'],%],1,1 +0613,0613,02,symb,col_constant,67,['>'],>],1,1 +0613,0613,02,symb,col_constant,68,['('],(],1,1 +0613,0613,02,symb,col_constant,69,['('],(],1,1 +0613,0613,02,symb,col_constant,70,[':'],:],1,1 +0613,0613,02,symb,col_constant,71,['*'],*],1,1 +0613,0613,02,symb,col_constant,72,['~'],~],1,1 +0613,0613,02,symb,col_constant,73,['('],(],1,1 +0613,0613,02,symb,col_constant,74,[':'],:],1,1 +0613,0613,02,symb,col_constant,75,['!'],!],1,1 +0613,0613,02,symb,col_constant,76,['&'],&],1,1 +0613,0613,02,symb,col_constant,77,['<'],<],1,1 +0613,0613,02,symb,col_constant,78,['>'],>],1,1 +0613,0613,02,symb,col_constant,79,['$'],$],1,1 +0613,0613,02,symb,col_constant,80,['<'],<],1,1 +0613,0613,02,symb,col_constant,81,['~'],~],1,1 +0613,0613,02,symb,col_constant,82,[':'],:],1,1 +0613,0613,02,symb,col_constant,83,['$'],$],1,1 +0613,0613,02,symb,col_constant,84,['!'],!],1,1 +0613,0613,02,symb,col_constant,85,['<'],<],1,1 +0613,0613,02,symb,col_constant,86,['<'],<],1,1 +0613,0613,02,symb,col_constant,87,['~'],~],1,1 +0613,0613,02,symb,col_constant,88,['&'],&],1,1 +0613,0613,02,symb,col_constant,89,['~'],~],1,1 +0613,0613,02,symb,col_constant,90,['!'],!],1,1 +0613,0613,02,symb,col_constant,91,['!'],!],1,1 +0613,0613,02,symb,col_constant,92,['%'],%],1,1 +0613,0613,02,symb,col_constant,93,['~'],~],1,1 +0613,0613,02,symb,col_constant,94,['~'],~],1,1 +0613,0613,02,symb,col_constant,95,['!'],!],1,1 +0613,0613,02,symb,col_constant,96,['&'],&],1,1 +0613,0613,02,symb,col_constant,97,['<'],<],1,1 +0613,0613,02,symb,col_constant,98,['<'],<],1,1 +0613,0613,02,symb,col_constant,99,['*'],*],1,1 +0613,0613,02,symb,dist3_diag1,0,['*'],*],1,1 +0613,0613,02,symb,dist3_diag1,1,['('],(],1,1 +0613,0613,02,symb,dist3_diag1,2,['>'],>],1,1 +0613,0613,02,symb,dist3_diag1,3,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,4,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,5,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,6,['*'],*],1,1 +0613,0613,02,symb,dist3_diag1,7,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,8,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,9,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,10,['<'],<],1,1 +0613,0613,02,symb,dist3_diag1,11,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,12,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,13,['*'],*],1,1 +0613,0613,02,symb,dist3_diag1,14,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,15,['>'],>],1,1 +0613,0613,02,symb,dist3_diag1,16,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,17,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,18,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,19,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,20,['>'],>],1,1 +0613,0613,02,symb,dist3_diag1,21,['('],(],1,1 +0613,0613,02,symb,dist3_diag1,22,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,23,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,24,['>'],>],1,1 +0613,0613,02,symb,dist3_diag1,25,['<'],<],1,1 +0613,0613,02,symb,dist3_diag1,26,['('],(],1,1 +0613,0613,02,symb,dist3_diag1,27,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,28,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,29,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,30,['('],(],1,1 +0613,0613,02,symb,dist3_diag1,31,['*'],*],1,1 +0613,0613,02,symb,dist3_diag1,32,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,33,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,34,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,35,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,36,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,37,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,38,['('],(],1,1 +0613,0613,02,symb,dist3_diag1,39,['&'],&],1,1 +0613,0613,02,symb,dist3_diag1,40,['<'],<],1,1 +0613,0613,02,symb,dist3_diag1,41,['<'],<],1,1 +0613,0613,02,symb,dist3_diag1,42,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,43,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,44,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,45,['&'],&],1,1 +0613,0613,02,symb,dist3_diag1,46,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,47,['<'],<],1,1 +0613,0613,02,symb,dist3_diag1,48,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,49,['*'],*],1,1 +0613,0613,02,symb,dist3_diag1,50,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,51,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,52,['('],(],1,1 +0613,0613,02,symb,dist3_diag1,53,['<'],<],1,1 +0613,0613,02,symb,dist3_diag1,54,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,55,['<'],<],1,1 +0613,0613,02,symb,dist3_diag1,56,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,57,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,58,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,59,['&'],&],1,1 +0613,0613,02,symb,dist3_diag1,60,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,61,['('],(],1,1 +0613,0613,02,symb,dist3_diag1,62,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,63,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,64,['<'],<],1,1 +0613,0613,02,symb,dist3_diag1,65,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,66,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,67,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,68,['<'],<],1,1 +0613,0613,02,symb,dist3_diag1,69,['&'],&],1,1 +0613,0613,02,symb,dist3_diag1,70,['>'],>],1,1 +0613,0613,02,symb,dist3_diag1,71,['>'],>],1,1 +0613,0613,02,symb,dist3_diag1,72,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,73,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,74,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,75,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,76,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,77,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,78,['>'],>],1,1 +0613,0613,02,symb,dist3_diag1,79,['*'],*],1,1 +0613,0613,02,symb,dist3_diag1,80,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,81,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,82,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,83,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,84,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,85,['('],(],1,1 +0613,0613,02,symb,dist3_diag1,86,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,87,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,88,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,89,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,90,['('],(],1,1 +0613,0613,02,symb,dist3_diag1,91,['!'],!],1,1 +0613,0613,02,symb,dist3_diag1,92,[':'],:],1,1 +0613,0613,02,symb,dist3_diag1,93,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,94,['('],(],1,1 +0613,0613,02,symb,dist3_diag1,95,['%'],%],1,1 +0613,0613,02,symb,dist3_diag1,96,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,97,['$'],$],1,1 +0613,0613,02,symb,dist3_diag1,98,['~'],~],1,1 +0613,0613,02,symb,dist3_diag1,99,[':'],:],1,1 +0613,0613,02,symb,dist3_diag2,0,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,1,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,2,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,3,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,4,['*'],*],1,1 +0613,0613,02,symb,dist3_diag2,5,[':'],:],1,1 +0613,0613,02,symb,dist3_diag2,6,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,7,['('],(]],1,1 +0613,0613,02,symb,dist3_diag2,8,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,9,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,10,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,11,['&'],&,1,1 +0613,0613,02,symb,dist3_diag2,12,['&'],&],1,1 +0613,0613,02,symb,dist3_diag2,13,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,14,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,15,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,16,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,17,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,18,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,19,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,20,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,21,['&'],&],1,1 +0613,0613,02,symb,dist3_diag2,22,[':'],:],1,1 +0613,0613,02,symb,dist3_diag2,23,[':'],:],1,1 +0613,0613,02,symb,dist3_diag2,24,['~'],~],1,1 +0613,0613,02,symb,dist3_diag2,25,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,26,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,27,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,28,['~'],~],1,1 +0613,0613,02,symb,dist3_diag2,29,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,30,['~'],~],1,1 +0613,0613,02,symb,dist3_diag2,31,['*'],*],1,1 +0613,0613,02,symb,dist3_diag2,32,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,33,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,34,['%'],%],1,1 +0613,0613,02,symb,dist3_diag2,35,[':'],:],1,1 +0613,0613,02,symb,dist3_diag2,36,['~'],~],1,1 +0613,0613,02,symb,dist3_diag2,37,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,38,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,39,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,40,[':'],:],1,1 +0613,0613,02,symb,dist3_diag2,41,[':'],:],1,1 +0613,0613,02,symb,dist3_diag2,42,['*'],*],1,1 +0613,0613,02,symb,dist3_diag2,43,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,44,['*'],*],1,1 +0613,0613,02,symb,dist3_diag2,45,['('],(]],1,1 +0613,0613,02,symb,dist3_diag2,46,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,47,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,48,['%'],%],1,1 +0613,0613,02,symb,dist3_diag2,49,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,50,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,51,['*'],*],1,1 +0613,0613,02,symb,dist3_diag2,52,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,53,['*'],*],1,1 +0613,0613,02,symb,dist3_diag2,54,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,55,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,56,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,57,[':'],:],1,1 +0613,0613,02,symb,dist3_diag2,58,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,59,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,60,['&'],&],1,1 +0613,0613,02,symb,dist3_diag2,61,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,62,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,63,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,64,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,65,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,66,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,67,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,68,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,69,[':'],:],1,1 +0613,0613,02,symb,dist3_diag2,70,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,71,['~'],~],1,1 +0613,0613,02,symb,dist3_diag2,72,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,73,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,74,['~'],~],1,1 +0613,0613,02,symb,dist3_diag2,75,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,76,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,77,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,78,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,79,['%'],%],1,1 +0613,0613,02,symb,dist3_diag2,80,['$'],$],1,1 +0613,0613,02,symb,dist3_diag2,81,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,82,['>'],>],1,1 +0613,0613,02,symb,dist3_diag2,83,['%'],%],1,1 +0613,0613,02,symb,dist3_diag2,84,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,85,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,86,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,87,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,88,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,89,['~'],~],1,1 +0613,0613,02,symb,dist3_diag2,90,['%'],%],1,1 +0613,0613,02,symb,dist3_diag2,91,['%'],%],1,1 +0613,0613,02,symb,dist3_diag2,92,['!'],!],1,1 +0613,0613,02,symb,dist3_diag2,93,['&'],&],1,1 +0613,0613,02,symb,dist3_diag2,94,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,95,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,96,['~'],~],1,1 +0613,0613,02,symb,dist3_diag2,97,['('],(],1,1 +0613,0613,02,symb,dist3_diag2,98,['<'],<],1,1 +0613,0613,02,symb,dist3_diag2,99,['%'],%],1,1 +0613,0613,02,symb,prog_size1,0,['('],@],0,1 +0613,0613,02,symb,prog_size1,1,['<'],&],0,1 +0613,0613,02,symb,prog_size1,2,['~'],*],0,1 +0613,0613,02,symb,prog_size1,3,['>'],!],0,1 +0613,0613,02,symb,prog_size1,4,[':'],)],0,1 +0613,0613,02,symb,prog_size1,5,['$'],<],0,1 +0613,0613,02,symb,prog_size1,6,['%'],!]],0,1 +0613,0613,02,symb,prog_size1,7,['&'],<],0,1 +0613,0613,02,symb,prog_size1,8,['*'],~],0,1 +0613,0613,02,symb,prog_size1,9,['!'],)],0,1 +0613,0613,02,symb,prog_size1,10,['('],:],0,1 +0613,0613,02,symb,prog_size1,11,['<'],#],0,1 +0613,0613,02,symb,prog_size2,0,[':'],%],0,1 +0613,0613,02,symb,prog_size2,1,['$'],&]],0,1 +0613,0613,02,symb,prog_size2,2,['%'],:]],0,1 +0613,0613,02,symb,prog_size2,3,['&'],$],0,1 +0613,0613,02,symb,two_rule_comb0,0,"['~', '$']",~ $],1,1 +0613,0613,02,symb,two_rule_comb0,1,"['>', '%']",> %],1,1 +0613,0613,02,symb,two_rule_comb0,2,"['*', '(']",* (],1,1 +0613,0613,02,symb,two_rule_comb0,3,"['*', '%']",* %]],1,1 +0613,0613,02,symb,two_rule_comb0,4,"['$', '*']",$ *],1,1 +0613,0613,02,symb,two_rule_comb0,5,"['>', '%']",> %],1,1 +0613,0613,02,symb,two_rule_comb0,6,"['&', '$']",& $],1,1 +0613,0613,02,symb,two_rule_comb0,7,"['&', '>']",& >],1,1 +0613,0613,02,symb,two_rule_comb0,8,"['>', '!']",> !],1,1 +0613,0613,02,symb,two_rule_comb0,9,"['$', '%']",$ %],1,1 +0613,0613,02,symb,two_rule_comb0,10,"['>', '*']",> *],1,1 +0613,0613,02,symb,two_rule_comb0,11,"['&', '~']",& ~],1,1 +0613,0613,02,symb,two_rule_comb0,12,"['>', '(']",> (],1,1 +0613,0613,02,symb,two_rule_comb0,13,"['$', '>']",$ >],1,1 +0613,0613,02,symb,two_rule_comb0,14,"['%', '%']",% %],1,1 +0613,0613,02,symb,two_rule_comb0,15,"['!', '>']",! >],1,1 +0613,0613,02,symb,two_rule_comb0,16,"['>', '!']",> !],1,1 +0613,0613,02,symb,two_rule_comb0,17,"['$', '%']",$ %],1,1 +0613,0613,02,symb,two_rule_comb0,18,"['>', '*']",> *],1,1 +0613,0613,02,symb,two_rule_comb0,19,"['*', '~']",* ~],1,1 +0613,0613,02,symb,two_rule_comb0,20,"['<', '<']",< <],1,1 +0613,0613,02,symb,two_rule_comb0,21,"[':', '<']",: <],1,1 +0613,0613,02,symb,two_rule_comb0,22,"['~', '(']",~ (],1,1 +0613,0613,02,symb,two_rule_comb0,23,"['~', ':']",~ :],1,1 +0613,0613,02,symb,two_rule_comb0,24,"['>', '&']",> &],1,1 +0613,0613,02,symb,two_rule_comb0,25,"['<', '&']",<&],1,1 +0613,0613,02,symb,two_rule_comb0,26,"['~', ':']",~ :],1,1 +0613,0613,02,symb,two_rule_comb0,27,"['>', '>']",> >],1,1 +0613,0613,02,symb,two_rule_comb0,28,"['>', '&']",> &],1,1 +0613,0613,02,symb,two_rule_comb0,29,"['%', '*']",% *],1,1 +0613,0613,02,symb,two_rule_comb0,30,"['$', '(']",$ (],1,1 +0613,0613,02,symb,two_rule_comb0,31,"['(', '<']",(< <],0,1 +0613,0613,02,symb,two_rule_comb0,32,"['!', '!']",! !],1,1 +0613,0613,02,symb,two_rule_comb0,33,"['>', '$']",> $],1,1 +0613,0613,02,symb,two_rule_comb0,34,"['(', '*']",( *],1,1 +0613,0613,02,symb,two_rule_comb0,35,"[':', '$']",: $],1,1 +0613,0613,02,symb,two_rule_comb0,36,"['~', '<']",~ <],1,1 +0613,0613,02,symb,two_rule_comb0,37,"['&', '<']",& <],1,1 +0613,0613,02,symb,two_rule_comb0,38,"['!', '~']",! ~,1,1 +0613,0613,02,symb,two_rule_comb0,39,"['<', '$']",< $],1,1 +0613,0613,02,symb,two_rule_comb0,40,"['<', '~']",< ~],1,1 +0613,0613,02,symb,two_rule_comb0,41,"['&', '*']",& *],1,1 +0613,0613,02,symb,two_rule_comb0,42,"['&', '>']",& >],1,1 +0613,0613,02,symb,two_rule_comb0,43,"[':', '%']",: %],1,1 +0613,0613,02,symb,two_rule_comb0,44,"['!', '*']",! *],1,1 +0613,0613,02,symb,two_rule_comb0,45,"['>', '(']",> (],1,1 +0613,0613,02,symb,two_rule_comb0,46,"['$', '~']",$ ~],1,1 +0613,0613,02,symb,two_rule_comb0,47,"['(', '*']",( *],1,1 +0613,0613,02,symb,two_rule_comb0,48,"['~', '(']",~ (],1,1 +0613,0613,02,symb,two_rule_comb0,49,"[':', '$']",: $],1,1 +0613,0613,02,symb,two_rule_comb0,50,"['*', '%']",* %],1,1 +0613,0613,02,symb,two_rule_comb0,51,"['>', '<']",> <],1,1 +0613,0613,02,symb,two_rule_comb0,52,"['*', '!']",* !],1,1 +0613,0613,02,symb,two_rule_comb0,53,"['!', '<']",! <],1,1 +0613,0613,02,symb,two_rule_comb0,54,"['%', '>']",% >],1,1 +0613,0613,02,symb,two_rule_comb0,55,"['&', '~']",& ~],1,1 +0613,0613,02,symb,two_rule_comb0,56,"['>', '&']",> &],1,1 +0613,0613,02,symb,two_rule_comb0,57,"['~', ':']",~ :],1,1 +0613,0613,02,symb,two_rule_comb0,58,"[':', '%']",: %],1,1 +0613,0613,02,symb,two_rule_comb0,59,"['!', '%']",! %],1,1 +0613,0613,02,symb,two_rule_comb0,60,"['!', '%']",! %],1,1 +0613,0613,02,symb,two_rule_comb0,61,"['*', '!']",* !],1,1 +0613,0613,02,symb,two_rule_comb0,62,"['~', '!']",~ !],1,1 +0613,0613,02,symb,two_rule_comb0,63,"['%', ':']",% :],1,1 +0613,0613,02,symb,two_rule_comb0,64,"['$', '>']",$ >],1,1 +0613,0613,02,symb,two_rule_comb0,65,"['<', '(']",< (],1,1 +0613,0613,02,symb,two_rule_comb0,66,"['*', '~']",* ~],1,1 +0613,0613,02,symb,two_rule_comb0,67,"['%', ':']",% :],1,1 +0613,0613,02,symb,two_rule_comb0,68,"[':', '%']",: %],1,1 +0613,0613,02,symb,two_rule_comb0,69,"['~', '&']",~ &],1,1 +0613,0613,02,symb,two_rule_comb0,70,"['(', '~']",( ~],1,1 +0613,0613,02,symb,two_rule_comb0,71,"['$', '%']",$ %],1,1 +0613,0613,02,symb,two_rule_comb0,72,"['!', '*']",! *],1,1 +0613,0613,02,symb,two_rule_comb0,73,"['!', '<']",! <],1,1 +0613,0613,02,symb,two_rule_comb0,74,"['%', '<']",% <],1,1 +0613,0613,02,symb,two_rule_comb0,75,"['>', '%']",> %],1,1 +0613,0613,02,symb,two_rule_comb0,76,"['&', '$']",& $],1,1 +0613,0613,02,symb,two_rule_comb0,77,"['&', '>']",& >],1,1 +0613,0613,02,symb,two_rule_comb0,78,"['%', '&']",% &],1,1 +0613,0613,02,symb,two_rule_comb0,79,"['>', '>']",> >],1,1 +0613,0613,02,symb,two_rule_comb0,80,"['*', '<']",* <],1,1 +0613,0613,02,symb,two_rule_comb0,81,"['!', '<']",! <],1,1 +0613,0613,02,symb,two_rule_comb0,82,"['>', '>']",> >],1,1 +0613,0613,02,symb,two_rule_comb0,83,"['>', '%']",> %],1,1 +0613,0613,02,symb,two_rule_comb0,84,"['!', '&']",! &],1,1 +0613,0613,02,symb,two_rule_comb0,85,"['%', ':']",% :],1,1 +0613,0613,02,symb,two_rule_comb0,86,"['!', '%']",! %],1,1 +0613,0613,02,symb,two_rule_comb0,87,"['&', '<']",& <],1,1 +0613,0613,02,symb,two_rule_comb0,88,"[':', '%']",: %],1,1 +0613,0613,02,symb,two_rule_comb0,89,"['*', '>']",* >],1,1 +0613,0613,02,symb,two_rule_comb0,90,"[':', '<']",: <],1,1 +0613,0613,02,symb,two_rule_comb0,91,"['!', '&']",! &],1,1 +0613,0613,02,symb,two_rule_comb0,92,"['!', ':']",! :],1,1 +0613,0613,02,symb,two_rule_comb0,93,"['!', '$']",! $],1,1 +0613,0613,02,symb,two_rule_comb0,94,"['*', '*']",* *],1,1 +0613,0613,02,symb,two_rule_comb0,95,"[':', '!']",: !],1,1 +0613,0613,02,symb,two_rule_comb0,96,"['&', '<']",& <],1,1 +0613,0613,02,symb,two_rule_comb0,97,"['$', '(']",$ (],1,1 +0613,0613,02,symb,two_rule_comb0,98,"['<', '(']",< (],1,1 +0613,0613,02,symb,two_rule_comb0,99,"['!', '&']",! &],1,1 +0613,0613,02,symb,two_rule_comb1,0,"['&', '*']",& *],1,1 +0613,0613,02,symb,two_rule_comb1,1,"[':', '$']",$ $],0,1 +0613,0613,02,symb,two_rule_comb1,2,"['*', '~']",* ~],1,1 +0613,0613,02,symb,two_rule_comb1,3,"['!', '(']",! (],1,1 +0613,0613,02,symb,two_rule_comb1,4,"['*', '>']",* >],1,1 +0613,0613,02,symb,two_rule_comb1,5,"['(', '%']",( %],1,1 +0613,0613,02,symb,two_rule_comb1,6,"['>', '(']",> (],1,1 +0613,0613,02,symb,two_rule_comb1,7,"['&', '&']",& &],1,1 +0613,0613,02,symb,two_rule_comb1,8,"['>', '$']",> $],1,1 +0613,0613,02,symb,two_rule_comb1,9,"['!', '&']",! &],1,1 +0613,0613,02,symb,two_rule_comb1,10,"['!', '>']",! %],0,1 +0613,0613,02,symb,two_rule_comb1,11,"['%', '*']",* %],0,1 +0613,0613,02,symb,two_rule_comb1,12,"['~', '>']",~ >],1,1 +0613,0613,02,symb,two_rule_comb1,13,"[':', '*']",: *],1,1 +0613,0613,02,symb,two_rule_comb1,14,"['>', '(']",> (],1,1 +0613,0613,02,symb,two_rule_comb1,15,"['&', '!']",& !],1,1 +0613,0613,02,symb,two_rule_comb1,16,"['>', '!']",> !],1,1 +0613,0613,02,symb,two_rule_comb1,17,"['>', '>']",> >],1,1 +0613,0613,02,symb,two_rule_comb1,18,"['&', ':']",& :],1,1 +0613,0613,02,symb,two_rule_comb1,19,"['&', '$']",& $],1,1 +0613,0613,02,symb,two_rule_comb1,20,"['(', '$']",( $],1,1 +0613,0613,02,symb,two_rule_comb1,21,"['*', '!']",* !],1,1 +0613,0613,02,symb,two_rule_comb1,22,"['~', '>']",~ >,1,1 +0613,0613,02,symb,two_rule_comb1,23,"['*', '<']",* <],1,1 +0613,0613,02,symb,two_rule_comb1,24,"['!', '&']",! &],1,1 +0613,0613,02,symb,two_rule_comb1,25,"['~', '<']",~ <],1,1 +0613,0613,02,symb,two_rule_comb1,26,"[':', '&']",: &],1,1 +0613,0613,02,symb,two_rule_comb1,27,"['~', ':']",~ :],1,1 +0613,0613,02,symb,two_rule_comb1,28,"['<', '(']",< (],1,1 +0613,0613,02,symb,two_rule_comb1,29,"['%', '(']",% (],1,1 +0613,0613,02,symb,two_rule_comb1,30,"['(', '$']",( $],1,1 +0613,0613,02,symb,two_rule_comb1,31,"['~', '*']",~ *],1,1 +0613,0613,02,symb,two_rule_comb1,32,"['&', '>']",& >],1,1 +0613,0613,02,symb,two_rule_comb1,33,"['!', '%']",! %],1,1 +0613,0613,02,symb,two_rule_comb1,34,"['&', '*']",& *],1,1 +0613,0613,02,symb,two_rule_comb1,35,"['(', '&']",(& %],0,1 +0613,0613,02,symb,two_rule_comb1,36,"['~', '~']",~ ~],1,1 +0613,0613,02,symb,two_rule_comb1,37,"['~', '*']",~ *],1,1 +0613,0613,02,symb,two_rule_comb1,38,"['!', '*']",! *],1,1 +0613,0613,02,symb,two_rule_comb1,39,"['$', '$']",$ $],1,1 +0613,0613,02,symb,two_rule_comb1,40,"['<', '$']",< $],1,1 +0613,0613,02,symb,two_rule_comb1,41,"['%', '*']",% *],1,1 +0613,0613,02,symb,two_rule_comb1,42,"['!', '*']",! *,1,1 +0613,0613,02,symb,two_rule_comb1,43,"['*', '*']",* $],0,1 +0613,0613,02,symb,two_rule_comb1,44,"[':', '&']",: &),0,1 +0613,0613,02,symb,two_rule_comb1,45,"['>', '!']",> !],1,1 +0613,0613,02,symb,two_rule_comb1,46,"['&', '<']",& <],1,1 +0613,0613,02,symb,two_rule_comb1,47,"['%', '<']",% <],1,1 +0613,0613,02,symb,two_rule_comb1,48,"['!', '<']",! <],1,1 +0613,0613,02,symb,two_rule_comb1,49,"['(', '>']",(< >],0,1 +0613,0613,02,symb,two_rule_comb1,50,"['!', '$']",! $],1,1 +0613,0613,02,symb,two_rule_comb1,51,"['!', '(']",! (],1,1 +0613,0613,02,symb,two_rule_comb1,52,"[':', '$']",: $],1,1 +0613,0613,02,symb,two_rule_comb1,53,"['$', '<']",$ <],1,1 +0613,0613,02,symb,two_rule_comb1,54,"['%', ':']",% :],1,1 +0613,0613,02,symb,two_rule_comb1,55,"['~', '*']",~ ~],0,1 +0613,0613,02,symb,two_rule_comb1,56,"['>', '%']",> %],1,1 +0613,0613,02,symb,two_rule_comb1,57,"['~', '~']",~ ~],1,1 +0613,0613,02,symb,two_rule_comb1,58,"['~', '!']",~ !],1,1 +0613,0613,02,symb,two_rule_comb1,59,"['(', '<']",( :],0,1 +0613,0613,02,symb,two_rule_comb1,60,"['~', '~']",~ >],0,1 +0613,0613,02,symb,two_rule_comb1,61,"[':', '(']",: (],1,1 +0613,0613,02,symb,two_rule_comb1,62,"['~', '(']",~ (],1,1 +0613,0613,02,symb,two_rule_comb1,63,"['*', '&']",*: &],0,1 +0613,0613,02,symb,two_rule_comb1,64,"[':', '&']",: :],0,1 +0613,0613,02,symb,two_rule_comb1,65,"['!', '!']",% !],0,1 +0613,0613,02,symb,two_rule_comb1,66,"['<', '$']",< $],1,1 +0613,0613,02,symb,two_rule_comb1,67,"['(', '$']",( $],1,1 +0613,0613,02,symb,two_rule_comb1,68,"['>', '>']",> ~],0,1 +0613,0613,02,symb,two_rule_comb1,69,"['<', '*']",< *],1,1 +0613,0613,02,symb,two_rule_comb1,70,"['%', '&']",% &],1,1 +0613,0613,02,symb,two_rule_comb1,71,"['(', ':']",( :]],1,1 +0613,0613,02,symb,two_rule_comb1,72,"[':', '!']",: !],1,1 +0613,0613,02,symb,two_rule_comb1,73,"['<', '~']",< <],0,1 +0613,0613,02,symb,two_rule_comb1,74,"['!', ':']",! :],1,1 +0613,0613,02,symb,two_rule_comb1,75,"['>', '$']",> $],1,1 +0613,0613,02,symb,two_rule_comb1,76,"['!', '*']",! *],1,1 +0613,0613,02,symb,two_rule_comb1,77,"['>', '<']",> <],1,1 +0613,0613,02,symb,two_rule_comb1,78,"['<', '<']",< &],0,1 +0613,0613,02,symb,two_rule_comb1,79,"['~', ':']",~ :],1,1 +0613,0613,02,symb,two_rule_comb1,80,"['~', ':']",~ :],1,1 +0613,0613,02,symb,two_rule_comb1,81,"['%', '~']",% ~],1,1 +0613,0613,02,symb,two_rule_comb1,82,"['<', '%']",< %],1,1 +0613,0613,02,symb,two_rule_comb1,83,"['&', '*']",& *],1,1 +0613,0613,02,symb,two_rule_comb1,84,"['>', '>']",> !],0,1 +0613,0613,02,symb,two_rule_comb1,85,"['<', '(']",< (],1,1 +0613,0613,02,symb,two_rule_comb1,86,"['&', '>']",& >],1,1 +0613,0613,02,symb,two_rule_comb1,87,"['&', '(']",& (],1,1 +0613,0613,02,symb,two_rule_comb1,88,"['&', '&']",& <],0,1 +0613,0613,02,symb,two_rule_comb1,89,"['~', '$']",~ ~],0,1 +0613,0613,02,symb,two_rule_comb1,90,"['*', '>']",* >],1,1 +0613,0613,02,symb,two_rule_comb1,91,"['(', '(']",(% (],0,1 +0613,0613,02,symb,two_rule_comb1,92,"['&', '*']",& *],1,1 +0613,0613,02,symb,two_rule_comb1,93,"['%', '%']",% &],0,1 +0613,0613,02,symb,two_rule_comb1,94,"['>', '(']",> (],1,1 +0613,0613,02,symb,two_rule_comb1,95,"['&', '<']",& <],1,1 +0613,0613,02,symb,two_rule_comb1,96,"['>', '&']",> &],1,1 +0613,0613,02,symb,two_rule_comb1,97,"['!', '$']",! $],1,1 +0613,0613,02,symb,two_rule_comb1,98,"['>', '~']",> ~],1,1 +0613,0613,02,symb,two_rule_comb1,99,"['*', '&']",* &],1,1 +0613,0613,02,symb,two_rule_comb2,0,"['&', '%']",< %],0,1 +0613,0613,02,symb,two_rule_comb2,1,"['%', '>']",: >],0,1 +0613,0613,02,symb,two_rule_comb2,2,"['~', '<']",~ *),0,1 +0613,0613,02,symb,two_rule_comb2,3,"['&', '<']",( <],0,1 +0613,0613,02,symb,two_rule_comb2,4,"['>', '*']",! *],0,1 +0613,0613,02,symb,two_rule_comb2,5,"['*', '~']",* !],0,1 +0613,0613,02,symb,two_rule_comb2,6,"['(', ':']",( ~],0,1 +0613,0613,02,symb,two_rule_comb2,7,"['!', '*']",! <],0,1 +0613,0613,02,symb,two_rule_comb2,8,"['$', '$']",< $],0,1 +0613,0613,02,symb,two_rule_comb2,9,"['~', '<']",~ &],0,1 +0613,0613,02,symb,two_rule_comb2,10,"[':', ':']",< :],0,1 +0613,0613,02,symb,two_rule_comb2,11,"['$', '<']",& <],0,1 +0613,0613,02,symb,two_rule_comb2,12,"['<', '(']",< >],0,1 +0613,0613,02,symb,two_rule_comb2,13,"['(', '~']",: ~],0,1 +0613,0613,02,symb,two_rule_comb2,14,"['*', '!']",(~ !)],0,1 +0613,0613,02,symb,two_rule_comb2,15,"[':', '<']",: $],0,1 +0613,0613,02,symb,two_rule_comb2,16,"['(', '$']",( &],0,1 +0613,0613,02,symb,two_rule_comb2,17,"['$', '(']",< (],0,1 +0613,0613,02,symb,two_rule_comb2,18,"['%', '%']",% #],0,1 +0613,0613,02,symb,two_rule_comb2,19,"['<', '(']",< :],0,1 +0613,0613,02,symb,two_rule_comb2,20,"['(', '<']",:> >],0,1 +0613,0613,02,symb,two_rule_comb2,21,"['%', '~']",> ~],0,1 +0613,0613,02,symb,two_rule_comb2,22,"['&', '<']",& $],0,1 +0613,0613,02,symb,two_rule_comb2,23,"['<', '$']",< ~],0,1 +0613,0613,02,symb,two_rule_comb2,24,"['<', '!']",& !],0,1 +0613,0613,02,symb,two_rule_comb2,25,"['%', '~']",% *],0,1 +0613,0613,02,symb,two_rule_comb2,26,"[':', '>']",% >],0,1 +0613,0613,02,symb,two_rule_comb2,27,"['~', '&']",~ ~],0,1 +0613,0613,02,symb,two_rule_comb2,28,"['$', '&']",$ >],0,1 +0613,0613,02,symb,two_rule_comb2,29,"['%', '(']",% :],0,1 +0613,0613,02,symb,two_rule_comb2,30,"['!', '*']",! <],0,1 +0613,0613,02,symb,two_rule_comb2,31,"['~', '<']",~ *)],0,1 +0613,0613,02,symb,two_rule_comb2,32,"['&', '*']",& <%],0,1 +0613,0613,02,symb,two_rule_comb2,33,"['<', '~']",< !],0,1 +0613,0613,02,symb,two_rule_comb2,34,"['<', '&']",< $],0,1 +0613,0613,02,symb,two_rule_comb2,35,"['>', '~']",:!],0,1 +0613,0613,02,symb,two_rule_comb2,36,"[':', '%']",% %],0,1 +0613,0613,02,symb,two_rule_comb2,37,"['$', '~']",< ~],0,1 +0613,0613,02,symb,two_rule_comb2,38,"['(', '*']",% *],0,1 +0613,0613,02,symb,two_rule_comb2,39,"['*', '&']",* (],0,1 +0613,0613,02,symb,two_rule_comb2,40,"[':', '!']",% !],0,1 +0613,0613,02,symb,two_rule_comb2,41,"['$', '~']",$ *],0,1 +0613,0613,02,symb,two_rule_comb2,42,"['~', '<']",& <]],0,1 +0613,0613,02,symb,two_rule_comb2,43,"[':', '$']",: ?],0,1 +0613,0613,02,symb,two_rule_comb2,44,"['(', '!']",( <],0,1 +0613,0613,02,symb,two_rule_comb2,45,"['>', '&']",> %],0,1 +0613,0613,02,symb,two_rule_comb2,46,"['%', ':']",% %],0,1 +0613,0613,02,symb,two_rule_comb2,47,"['!', '>']",( >],0,1 +0613,0613,02,symb,two_rule_comb2,48,"['>', '<']",> *),0,1 +0613,0613,02,symb,two_rule_comb2,49,"['<', '!']",$ !],0,1 +0613,0613,02,symb,two_rule_comb2,50,"['~', '(']",~ >],0,1 +0613,0613,02,symb,two_rule_comb2,51,"['$', '!']",< !],0,1 +0613,0613,02,symb,two_rule_comb2,52,"['&', '&']",& #],0,1 +0613,0613,02,symb,two_rule_comb2,53,"['%', '$']",% <],0,1 +0613,0613,02,symb,two_rule_comb2,54,"['~', ':']",! :],0,1 +0613,0613,02,symb,two_rule_comb2,55,"['~', '!']",* !],0,1 +0613,0613,02,symb,two_rule_comb2,56,"[':', '<']",% <,0,1 +0613,0613,02,symb,two_rule_comb2,57,"['$', '~']",$ *],0,1 +0613,0613,02,symb,two_rule_comb2,58,"['<', '%']",$ %],0,1 +0613,0613,02,symb,two_rule_comb2,59,"['%', '<']",% $],0,1 +0613,0613,02,symb,two_rule_comb2,60,"['*', '%']",% %],0,1 +0613,0613,02,symb,two_rule_comb2,61,"['%', '*']",* *],0,1 +0613,0613,02,symb,two_rule_comb2,62,"['<', '&']",< $],0,1 +0613,0613,02,symb,two_rule_comb2,63,"[':', '*']",* *],0,1 +0613,0613,02,symb,two_rule_comb2,64,"[':', '>']",< >],0,1 +0613,0613,02,symb,two_rule_comb2,65,"['$', '&']",$ >],0,1 +0613,0613,02,symb,two_rule_comb2,66,"['<', '$']",* $],0,1 +0613,0613,02,symb,two_rule_comb2,67,"['$', '%']",% %],0,1 +0613,0613,02,symb,two_rule_comb2,68,"['%', '$']",% &],0,1 +0613,0613,02,symb,two_rule_comb2,69,"['%', '%']",% &],0,1 +0613,0613,02,symb,two_rule_comb2,70,"['<', ':']",* :],0,1 +0613,0613,02,symb,two_rule_comb2,71,"['$', ':']",$ #],0,1 +0613,0613,02,symb,two_rule_comb2,72,"['&', '&']",& >],0,1 +0613,0613,02,symb,two_rule_comb2,73,"['(', '!']",% %],0,1 +0613,0613,02,symb,two_rule_comb2,74,"[':', '*']",: ~],0,1 +0613,0613,02,symb,two_rule_comb2,75,"['%', '*']",( *],0,1 +0613,0613,02,symb,two_rule_comb2,76,"['<', '>']",> >],0,1 +0613,0613,02,symb,two_rule_comb2,77,"[':', ':']",: !],0,1 +0613,0613,02,symb,two_rule_comb2,78,"['~', '~']",* ~],0,1 +0613,0613,02,symb,two_rule_comb2,79,"[':', '%']",% %],0,1 +0613,0613,02,symb,two_rule_comb2,80,"['*', '*']",* *],1,1 +0613,0613,02,symb,two_rule_comb2,81,"['%', ':']",% :],1,1 +0613,0613,02,symb,two_rule_comb2,82,"['>', '<']",% <],0,1 +0613,0613,02,symb,two_rule_comb2,83,"[':', '(']",: >],0,1 +0613,0613,02,symb,two_rule_comb2,84,"['<', '*']",$ *],0,1 +0613,0613,02,symb,two_rule_comb2,85,"[':', '%']",: %],1,1 +0613,0613,02,symb,two_rule_comb2,86,"['<', '%']",< !],0,1 +0613,0613,02,symb,two_rule_comb2,87,"['%', '!']",: !],0,1 +0613,0613,02,symb,two_rule_comb2,88,"['>', '&']",! &],0,1 +0613,0613,02,symb,two_rule_comb2,89,"['~', '%']",~ #],0,1 +0613,0613,02,symb,two_rule_comb2,90,"[':', '<']",% <],0,1 +0613,0613,02,symb,two_rule_comb2,91,"['$', '<']",< <],0,1 +0613,0613,02,symb,two_rule_comb2,92,"['%', '<']",% <],1,1 +0613,0613,02,symb,two_rule_comb2,93,"['>', '>']",! >],0,1 +0613,0613,02,symb,two_rule_comb2,94,"['>', '%']",! %],0,1 +0613,0613,02,symb,two_rule_comb2,95,"['&', '%']",# %],0,1 +0613,0613,02,symb,two_rule_comb2,96,"['*', '%']",~ %],0,1 +0613,0613,02,symb,two_rule_comb2,97,"['<', '&']",< &],1,1 +0613,0613,02,symb,two_rule_comb2,98,"['~', '(']",~ >],0,1 +0613,0613,02,symb,two_rule_comb2,99,"['*', '>']",* !],0,1 +0613,0613,02,symb,two_rule_comb3,0,"['$', '&']",$ &],1,1 +0613,0613,02,symb,two_rule_comb3,1,"['$', '%']",$ %],1,1 +0613,0613,02,symb,two_rule_comb3,2,"['(', ':']",( :)],0,1 +0613,0613,02,symb,two_rule_comb3,3,"['&', ':']",& :],1,1 +0613,0613,02,symb,two_rule_comb3,4,"['<', '>']",< >],1,1 +0613,0613,02,symb,two_rule_comb3,5,"[':', '*']",: *],1,1 +0613,0613,02,symb,two_rule_comb3,6,"['$', '*']",$ *],1,1 +0613,0613,02,symb,two_rule_comb3,7,"['~', '&']",~ &],1,1 +0613,0613,02,symb,two_rule_comb3,8,"['$', ':']",$ :],1,1 +0613,0613,02,symb,two_rule_comb3,9,"['(', '<']",( <],1,1 +0613,0613,02,symb,two_rule_comb3,10,"['%', '(']",% (],1,1 +0613,0613,02,symb,two_rule_comb3,11,"[':', '~']",: ~],1,1 +0613,0613,02,symb,two_rule_comb3,12,"[':', '!']",: !],1,1 +0613,0613,02,symb,two_rule_comb3,13,"['<', '$']",< $],1,1 +0613,0613,02,symb,two_rule_comb3,14,"['~', '(']",~ (],1,1 +0613,0613,02,symb,two_rule_comb3,15,"['<', '!']",< !],1,1 +0613,0613,02,symb,two_rule_comb3,16,"['%', '<']",% <],1,1 +0613,0613,02,symb,two_rule_comb3,17,"['<', '<']",< <],1,1 +0613,0613,02,symb,two_rule_comb3,18,"['>', '%']",> %],1,1 +0613,0613,02,symb,two_rule_comb3,19,"['<', '~']",< ~],1,1 +0613,0613,02,symb,two_rule_comb3,20,"['~', '(']",~ (],1,1 +0613,0613,02,symb,two_rule_comb3,21,"['%', '~']",% ~],1,1 +0613,0613,02,symb,two_rule_comb3,22,"['>', '%']",> %],1,1 +0613,0613,02,symb,two_rule_comb3,23,"['~', ':']",~ :],1,1 +0613,0613,02,symb,two_rule_comb3,24,"[':', '!']",: !],1,1 +0613,0613,02,symb,two_rule_comb3,25,"['&', '>']",& >],1,1 +0613,0613,02,symb,two_rule_comb3,26,"['&', '*']",:& *],0,1 +0613,0613,02,symb,two_rule_comb3,27,"['(', '~']",( ~],1,1 +0613,0613,02,symb,two_rule_comb3,28,"['&', '*']",& *],1,1 +0613,0613,02,symb,two_rule_comb3,29,"['%', '*']",% *],1,1 +0613,0613,02,symb,two_rule_comb3,30,"['*', '(']",* (],1,1 +0613,0613,02,symb,two_rule_comb3,31,"['<', '<']",< %],0,1 +0613,0613,02,symb,two_rule_comb3,32,"['$', '~']",$ ~],1,1 +0613,0613,02,symb,two_rule_comb3,33,"['$', '%']",$ %],1,1 +0613,0613,02,symb,two_rule_comb3,34,"['!', '(']",! (],1,1 +0613,0613,02,symb,two_rule_comb3,35,"['%', '&']",% &],1,1 +0613,0613,02,symb,two_rule_comb3,36,"['~', '!']",~ !],1,1 +0613,0613,02,symb,two_rule_comb3,37,"['!', '*']",! *],1,1 +0613,0613,02,symb,two_rule_comb3,38,"['*', '&']",* &],1,1 +0613,0613,02,symb,two_rule_comb3,39,"['&', '!']",& !],1,1 +0613,0613,02,symb,two_rule_comb3,40,"['$', '&']",$ &],1,1 +0613,0613,02,symb,two_rule_comb3,41,"['(', '(']",( (],1,1 +0613,0613,02,symb,two_rule_comb3,42,"['$', ':']",: ~],0,1 +0613,0613,02,symb,two_rule_comb3,43,"['!', '*']",! *],1,1 +0613,0613,02,symb,two_rule_comb3,44,"['%', ':']",% :],1,1 +0613,0613,02,symb,two_rule_comb3,45,"['<', '*']",<* !],0,1 +0613,0613,02,symb,two_rule_comb3,46,"['*', '!']",* !],1,1 +0613,0613,02,symb,two_rule_comb3,47,"['*', '(']",* (],1,1 +0613,0613,02,symb,two_rule_comb3,48,"['<', '&']",<& %],0,1 +0613,0613,02,symb,two_rule_comb3,49,"['<', '*']",< *],1,1 +0613,0613,02,symb,two_rule_comb3,50,"['~', '$']",~ $],1,1 +0613,0613,02,symb,two_rule_comb3,51,"['~', '~']",~ *],0,1 +0613,0613,02,symb,two_rule_comb3,52,"['~', '!']",~ !],1,1 +0613,0613,02,symb,two_rule_comb3,53,"['(', '*']",( *],1,1 +0613,0613,02,symb,two_rule_comb3,54,"['$', '$']",$ >],0,1 +0613,0613,02,symb,two_rule_comb3,55,"['*', '~']",* ~],1,1 +0613,0613,02,symb,two_rule_comb3,56,"['!', '%']",! %],1,1 +0613,0613,02,symb,two_rule_comb3,57,"[':', '~']",: ~],1,1 +0613,0613,02,symb,two_rule_comb3,58,"['>', ':']",> :],1,1 +0613,0613,02,symb,two_rule_comb3,59,"['!', '*']",! *],1,1 +0613,0613,02,symb,two_rule_comb3,60,"[':', '&']",: &],1,1 +0613,0613,02,symb,two_rule_comb3,61,"['!', '>']",! >],1,1 +0613,0613,02,symb,two_rule_comb3,62,"['$', '~']",~ $],0,1 +0613,0613,02,symb,two_rule_comb3,63,"['$', '&']",$ &],1,1 +0613,0613,02,symb,two_rule_comb3,64,"['&', '&']",& %],0,1 +0613,0613,02,symb,two_rule_comb3,65,"['$', '>']",$ >],1,1 +0613,0613,02,symb,two_rule_comb3,66,"[':', '>']",> *],0,1 +0613,0613,02,symb,two_rule_comb3,67,"['$', '*']",$ *],1,1 +0613,0613,02,symb,two_rule_comb3,68,"[':', '*']",: *],1,1 +0613,0613,02,symb,two_rule_comb3,69,"['&', '!']",& !],1,1 +0613,0613,02,symb,two_rule_comb3,70,"['(', '>']",( >],1,1 +0613,0613,02,symb,two_rule_comb3,71,"['>', '*']",> *],1,1 +0613,0613,02,symb,two_rule_comb3,72,"['%', '*']",% *],1,1 +0613,0613,02,symb,two_rule_comb3,73,"['~', '&']",~ &],1,1 +0613,0613,02,symb,two_rule_comb3,74,"['!', '!']",! !],1,1 +0613,0613,02,symb,two_rule_comb3,75,"[':', '(']",: (],1,1 +0613,0613,02,symb,two_rule_comb3,76,"['>', '%']",> %],1,1 +0613,0613,02,symb,two_rule_comb3,77,"['%', ':']",% :],1,1 +0613,0613,02,symb,two_rule_comb3,78,"[':', '!']",: !],1,1 +0613,0613,02,symb,two_rule_comb3,79,"['(', '*']",( *],1,1 +0613,0613,02,symb,two_rule_comb3,80,"['&', '%']",& %],1,1 +0613,0613,02,symb,two_rule_comb3,81,"['!', '%']",! %],1,1 +0613,0613,02,symb,two_rule_comb3,82,"['&', '(']",& (],1,1 +0613,0613,02,symb,two_rule_comb3,83,"['%', '(']",% (],1,1 +0613,0613,02,symb,two_rule_comb3,84,"['&', '(']",& (],1,1 +0613,0613,02,symb,two_rule_comb3,85,"['~', '$']",~ $],1,1 +0613,0613,02,symb,two_rule_comb3,86,"['!', ':']",! :],1,1 +0613,0613,02,symb,two_rule_comb3,87,"['$', '<']",< &],0,1 +0613,0613,02,symb,two_rule_comb3,88,"['~', '*']",~ *],1,1 +0613,0613,02,symb,two_rule_comb3,89,"['*', '&']",* *],0,1 +0613,0613,02,symb,two_rule_comb3,90,"['!', '~']",! ~],1,1 +0613,0613,02,symb,two_rule_comb3,91,"['<', '(']",< (],1,1 +0613,0613,02,symb,two_rule_comb3,92,"['*', '<']",* <],1,1 +0613,0613,02,symb,two_rule_comb3,93,"['*', '~']",* ~],1,1 +0613,0613,02,symb,two_rule_comb3,94,"['~', '*']",~ *],1,1 +0613,0613,02,symb,two_rule_comb3,95,"['>', ':']",> :],1,1 +0613,0613,02,symb,two_rule_comb3,96,"['<', ':']",< : ],1,1 +0613,0613,02,symb,two_rule_comb3,97,"[':', '$']",: $],1,1 +0613,0613,02,symb,two_rule_comb3,98,"['&', '!']",& !],1,1 +0613,0613,02,symb,two_rule_comb3,99,"['(', '$']",( $],1,1 +0613,0613,02,symb,two_rule_comb4,0,"['&', '~']",~ >],0,1 +0613,0613,02,symb,two_rule_comb4,1,"['<', '>']",& (],0,1 +0613,0613,02,symb,two_rule_comb4,2,"['(', '!']",& !],0,1 +0613,0613,02,symb,two_rule_comb4,3,"['!', '&']",! : ],0,1 +0613,0613,02,symb,two_rule_comb4,4,"['&', '(']",< :],0,1 +0613,0613,02,symb,two_rule_comb4,5,"['$', '&']",$ *],0,1 +0613,0613,02,symb,two_rule_comb4,6,"['&', '!']",% <],0,1 +0613,0613,02,symb,two_rule_comb4,7,"['!', '(']",! <],0,1 +0613,0613,02,symb,two_rule_comb4,8,"['~', '(']",* !],0,1 +0613,0613,02,symb,two_rule_comb4,9,"['*', '(']",~ >],0,1 +0613,0613,02,symb,two_rule_comb4,10,"[':', '<']",% <],0,1 +0613,0613,02,symb,two_rule_comb4,11,"['%', '&']",: &],0,1 +0613,0613,02,symb,two_rule_comb4,12,"['$', '(']",$ : ],0,1 +0613,0613,02,symb,two_rule_comb4,13,"['$', '%']",$ ],0,1 +0613,0613,02,symb,two_rule_comb4,14,"['$', '*']",$ !],0,1 +0613,0613,02,symb,two_rule_comb4,15,"['~', '~']",~ !],0,1 +0613,0613,02,symb,two_rule_comb4,16,"['&', '%']",$ %],0,1 +0613,0613,02,symb,two_rule_comb4,17,"['<', '$']",< :>],0,1 +0613,0613,02,symb,two_rule_comb4,18,"['>', '$']",> &],0,1 +0613,0613,02,symb,two_rule_comb4,19,"['*', '!']",$ ~],0,1 +0613,0613,02,symb,two_rule_comb4,20,"['$', '*']",& *],0,1 +0613,0613,02,symb,two_rule_comb4,21,"['(', '&']",: &],0,1 +0613,0613,02,symb,two_rule_comb4,22,"['(', '!']",: &],0,1 +0613,0613,02,symb,two_rule_comb4,23,"['&', '!']",> !],0,1 +0613,0613,02,symb,two_rule_comb4,24,"['<', ':']",< ~],0,1 +0613,0613,02,symb,two_rule_comb4,25,"['<', '!']",< (],0,1 +0613,0613,02,symb,two_rule_comb4,26,"['&', '&']",< &],0,1 +0613,0613,02,symb,two_rule_comb4,27,"[':', '(']",% (],0,1 +0613,0613,02,symb,two_rule_comb4,28,"['(', '*']",% *],0,1 +0613,0613,02,symb,two_rule_comb4,29,"['(', '&']",<( *)],0,1 +0613,0613,02,symb,two_rule_comb4,30,"['$', '~']",< ~],0,1 +0613,0613,02,symb,two_rule_comb4,31,"['%', '>']",: >],0,1 +0613,0613,02,symb,two_rule_comb4,32,"['%', '%']",% !],0,1 +0613,0613,02,symb,two_rule_comb4,33,"['<', '%']",< #],0,1 +0613,0613,02,symb,two_rule_comb4,34,"[':', '~']",% >],0,1 +0613,0613,02,symb,two_rule_comb4,35,"['<', '>']",! !],0,1 +0613,0613,02,symb,two_rule_comb4,36,"['%', '(']",: $],0,1 +0613,0613,02,symb,two_rule_comb4,37,"['$', '(']",$ >],0,1 +0613,0613,02,symb,two_rule_comb4,38,"['>', '%']",> !],0,1 +0613,0613,02,symb,two_rule_comb4,39,"['%', '(']",: (],0,1 +0613,0613,02,symb,two_rule_comb4,40,"['>', '*']",> $],0,1 +0613,0613,02,symb,two_rule_comb4,41,"['!', '$']",> *],0,1 +0613,0613,02,symb,two_rule_comb4,42,"['<', '%']",< *],0,1 +0613,0613,02,symb,two_rule_comb4,43,"['$', '<']",& <],0,1 +0613,0613,02,symb,two_rule_comb4,44,"['<', '%']",< %],1,1 +0613,0613,02,symb,two_rule_comb4,45,"['&', '!']",& >],0,1 +0613,0613,02,symb,two_rule_comb4,46,"['&', '%']",$ >],0,1 +0613,0613,02,symb,two_rule_comb4,47,"['*', '(']",* <],0,1 +0613,0613,02,symb,two_rule_comb4,48,"['<', '(']",$ %],0,1 +0613,0613,02,symb,two_rule_comb4,49,"['~', '!']",% !],0,1 +0613,0613,02,symb,two_rule_comb4,50,"['$', '(']",& !],0,1 +0613,0613,02,symb,two_rule_comb4,51,"['~', '<']",~ (],0,1 +0613,0613,02,symb,two_rule_comb4,52,"[':', '~']",: *],0,1 +0613,0613,02,symb,two_rule_comb4,53,"['>', '*']",! ~],0,1 +0613,0613,02,symb,two_rule_comb4,54,"['~', '(']",* (],0,1 +0613,0613,02,symb,two_rule_comb4,55,"['>', '!']",( >],0,1 +0613,0613,02,symb,two_rule_comb4,56,"['>', '$']",$ !],0,1 +0613,0613,02,symb,two_rule_comb4,57,"[':', '&']",: %],0,1 +0613,0613,02,symb,two_rule_comb4,58,"['~', '&']",& !],0,1 +0613,0613,02,symb,two_rule_comb4,59,"[':', ':']",: *],0,1 +0613,0613,02,symb,two_rule_comb4,60,"['&', '<']",% <],0,1 +0613,0613,02,symb,two_rule_comb4,61,"[':', '<']",: : ],0,1 +0613,0613,02,symb,two_rule_comb4,62,"['$', '!']",& !],0,1 +0613,0613,02,symb,two_rule_comb4,63,"['%', '*']",! *],0,1 +0613,0613,02,symb,two_rule_comb4,64,"['%', '*']",: %],0,1 +0613,0613,02,symb,two_rule_comb4,65,"['*', '>']",* ~],0,1 +0613,0613,02,symb,two_rule_comb4,66,"['*', '>']",* ~],0,1 +0613,0613,02,symb,two_rule_comb4,67,"['~', '(']",~ ~],0,1 +0613,0613,02,symb,two_rule_comb4,68,"['!', '>']",> :],0,1 +0613,0613,02,symb,two_rule_comb4,69,"['&', '<']",& :],0,1 +0613,0613,02,symb,two_rule_comb4,70,"['&', '&']",& ?],0,1 +0613,0613,02,symb,two_rule_comb4,71,"['%', '&']",% $],0,1 +0613,0613,02,symb,two_rule_comb4,72,"['(', '$']",: :]],0,1 +0613,0613,02,symb,two_rule_comb4,73,"['<', '!']",! !],0,1 +0613,0613,02,symb,two_rule_comb4,74,"['%', '%']",% $],0,1 +0613,0613,02,symb,two_rule_comb4,75,"['!', '%']",! *],0,1 +0613,0613,02,symb,two_rule_comb4,76,"['&', '!']",: !],0,1 +0613,0613,02,symb,two_rule_comb4,77,"['!', '$']",($ $)],0,1 +0613,0613,02,symb,two_rule_comb4,78,"['>', '<']",> *],0,1 +0613,0613,02,symb,two_rule_comb4,79,"['<', '~']",: ~],0,1 +0613,0613,02,symb,two_rule_comb4,80,"['(', '~']",(< !],0,1 +0613,0613,02,symb,two_rule_comb4,81,"['(', ':']",% :],0,1 +0613,0613,02,symb,two_rule_comb4,82,"['!', '*']",> :],0,1 +0613,0613,02,symb,two_rule_comb4,83,"['%', '*']",# !],0,1 +0613,0613,02,symb,two_rule_comb4,84,"['>', '%']",~ %],0,1 +0613,0613,02,symb,two_rule_comb4,85,"['<', '&']",< $],0,1 +0613,0613,02,symb,two_rule_comb4,86,"['>', ':']",> <],0,1 +0613,0613,02,symb,two_rule_comb4,87,"['%', '<']",# <],0,1 +0613,0613,02,symb,two_rule_comb4,88,"['>', '(']",! (],0,1 +0613,0613,02,symb,two_rule_comb4,89,"['$', '$']",< $],0,1 +0613,0613,02,symb,two_rule_comb4,90,"[':', '%']",: ~],0,1 +0613,0613,02,symb,two_rule_comb4,91,"['*', '&']",~ &],0,1 +0613,0613,02,symb,two_rule_comb4,92,"['(', '<']",@ <],0,1 +0613,0613,02,symb,two_rule_comb4,93,"['(', '<']",> <],0,1 +0613,0613,02,symb,two_rule_comb4,94,"['~', '%']",~ !],0,1 +0613,0613,02,symb,two_rule_comb4,95,"['!', '<']",! *],0,1 +0613,0613,02,symb,two_rule_comb4,96,"['>', '&']",> >],0,1 +0613,0613,02,symb,two_rule_comb4,97,"['(', '$']",( &],0,1 +0613,0613,02,symb,two_rule_comb4,98,"['%', '$']",% ~],0,1 +0613,0613,02,symb,two_rule_comb4,99,"['&', '~']",# ~],0,1 +0613,0613,02,symb,two_rule_comb5,0,"['*', '%']",*& ~],0,1 +0613,0613,02,symb,two_rule_comb5,1,"['(', '(']",# ^],0,1 +0613,0613,02,symb,two_rule_comb5,2,"['$', '$']",: #],0,1 +0613,0613,02,symb,two_rule_comb5,3,"['(', '<']",: &],0,1 +0613,0613,02,symb,two_rule_comb5,4,"['$', '(']",& %],0,1 +0613,0613,02,symb,two_rule_comb5,5,"['%', '&']",: $],0,1 +0613,0613,02,symb,two_rule_comb5,6,"['$', '&']",& <],0,1 +0613,0613,02,symb,two_rule_comb5,7,"['*', '!']",# !],0,1 +0613,0613,02,symb,two_rule_comb5,8,"['(', '%']",*: :>],0,1 +0613,0613,02,symb,two_rule_comb5,9,"['!', '(']",> %],0,1 +0613,0613,02,symb,two_rule_comb5,10,"['$', '%']",< (],0,1 +0613,0613,02,symb,two_rule_comb5,11,"['(', ':']",% %]],0,1 +0613,0613,02,symb,two_rule_comb5,12,"['$', '~']",# >],0,1 +0613,0613,02,symb,two_rule_comb5,13,"['!', '~']",( < >],0,1 +0613,0613,02,symb,two_rule_comb5,14,"['<', ':']",& (],0,1 +0613,0613,02,symb,two_rule_comb5,15,"['~', '&']",(* <)],0,1 +0613,0613,02,symb,two_rule_comb5,16,"['&', '$']",$ <],0,1 +0613,0613,02,symb,two_rule_comb5,17,"['~', '(']",% *],0,1 +0613,0613,02,symb,two_rule_comb5,18,"['&', '%']",$ :],0,1 +0613,0613,02,symb,two_rule_comb5,19,"['>', '$']",# ^],0,1 +0613,0613,02,symb,two_rule_comb5,20,"['&', '$']",& $],1,1 +0613,0613,02,symb,two_rule_comb5,21,"[':', '<']",& ],0,1 +0613,0613,02,symb,two_rule_comb5,22,"['$', '~']",& *],0,1 +0613,0613,02,symb,two_rule_comb5,23,"['~', '%']",* (]],0,1 +0613,0613,02,symb,two_rule_comb5,24,"['$', '!']",& >],0,1 +0613,0613,02,symb,two_rule_comb5,25,"['$', ':']",< :],0,1 +0613,0613,02,symb,two_rule_comb5,26,"['&', '<']",& <],1,1 +0613,0613,02,symb,two_rule_comb5,27,"['*', '~']",* ~]],1,1 +0613,0613,02,symb,two_rule_comb5,28,"['$', ':']",< %],0,1 +0613,0613,02,symb,two_rule_comb5,29,"[':', '>']",% !],0,1 +0613,0613,02,symb,two_rule_comb5,30,"['>', '(']",> !],0,1 +0613,0613,02,symb,two_rule_comb5,31,"['<', '!']",<( $],0,1 +0613,0613,02,symb,two_rule_comb5,32,"['&', ':']",$ %],0,1 +0613,0613,02,symb,two_rule_comb5,33,"['$', '%']",< :],0,1 +0613,0613,02,symb,two_rule_comb5,34,"[':', '(']",(% ],0,1 +0613,0613,02,symb,two_rule_comb5,35,"['%', '%']",% &],0,1 +0613,0613,02,symb,two_rule_comb5,36,"['!', '&']",> $],0,1 +0613,0613,02,symb,two_rule_comb5,37,"['<', '~']",< &],0,1 +0613,0613,02,symb,two_rule_comb5,38,"['(', '!']",# %],0,1 +0613,0613,02,symb,two_rule_comb5,39,"['>', '<']",! &],0,1 +0613,0613,02,symb,two_rule_comb5,40,"['%', '$']",! !],0,1 +0613,0613,02,symb,two_rule_comb5,41,"['$', '<']",(& &)],0,1 +0613,0613,02,symb,two_rule_comb5,42,"['%', '(']",% %],0,1 +0613,0613,02,symb,two_rule_comb5,43,"['<', '$']",& <],0,1 +0613,0613,02,symb,two_rule_comb5,44,"['*', '&']",@ @],0,1 +0613,0613,02,symb,two_rule_comb5,45,"['*', '&']",* ~],0,1 +0613,0613,02,symb,two_rule_comb5,46,"['!', '$']",> <],0,1 +0613,0613,02,symb,two_rule_comb5,47,"['<', '>']",$ !],0,1 +0613,0613,02,symb,two_rule_comb5,48,"['!', ':']",> (],0,1 +0613,0613,02,symb,two_rule_comb5,49,"['%', ':']",# $],0,1 +0613,0613,02,symb,two_rule_comb5,50,"['!', '<']",> &]],0,1 +0613,0613,02,symb,two_rule_comb5,51,"['&', '>']",(~ *)],0,1 +0613,0613,02,symb,two_rule_comb5,52,"['(', '$']",> ?],0,1 +0613,0613,02,symb,two_rule_comb5,53,"['(', '*']",@ #],0,1 +0613,0613,02,symb,two_rule_comb5,54,"['%', '$']",: <],0,1 +0613,0613,02,symb,two_rule_comb5,55,"['&', '%']",*& $],0,1 +0613,0613,02,symb,two_rule_comb5,56,"['$', '<']",< &],0,1 +0613,0613,02,symb,two_rule_comb5,57,"['<', '<']",$ &],0,1 +0613,0613,02,symb,two_rule_comb5,58,"['%', '<']",! *],0,1 +0613,0613,02,symb,two_rule_comb5,59,"['~', '*']",< * ~],0,1 +0613,0613,02,symb,two_rule_comb5,60,"['~', '<']",* $],0,1 +0613,0613,02,symb,two_rule_comb5,61,"[':', '~']",* ],0,1 +0613,0613,02,symb,two_rule_comb5,62,"['(', '~']",(% *),0,1 +0613,0613,02,symb,two_rule_comb5,63,"['!', ':']",(> %],0,1 +0613,0613,02,symb,two_rule_comb5,64,"[':', '%']",( (],0,1 +0613,0613,02,symb,two_rule_comb5,65,"['~', '<']",< *],0,1 +0613,0613,02,symb,two_rule_comb5,66,"['%', '>']",: !],0,1 +0613,0613,02,symb,two_rule_comb5,67,"['*', '<']",(& ~],0,1 +0613,0613,02,symb,two_rule_comb5,68,"['(', '%']",: (],0,1 +0613,0613,02,symb,two_rule_comb5,69,"['$', '*']",! @],0,1 +0613,0613,02,symb,two_rule_comb5,70,"['>', '%']",# $],0,1 +0613,0613,02,symb,two_rule_comb5,71,"['~', '%']",> #],0,1 +0613,0613,02,symb,two_rule_comb5,72,"[':', '%']",:%],1,1 +0613,0613,02,symb,two_rule_comb5,73,"['<', '%']",& :],0,1 +0613,0613,02,symb,two_rule_comb5,74,"['(', '$']",@ #],0,1 +0613,0613,02,symb,two_rule_comb5,75,"['&', '(']",: >],0,1 +0613,0613,02,symb,two_rule_comb5,76,"['$', '%']",& :],0,1 +0613,0613,02,symb,two_rule_comb5,77,"['(', ':']",: (],0,1 +0613,0613,02,symb,two_rule_comb5,78,"['(', '&']",@ #],0,1 +0613,0613,02,symb,two_rule_comb5,79,"['>', '<']",! $],0,1 +0613,0613,02,symb,two_rule_comb5,80,"['(', '!']",( :>],0,1 +0613,0613,02,symb,two_rule_comb5,81,"['<', '&']",$ <],0,1 +0613,0613,02,symb,two_rule_comb5,82,"['<', '&']",! @],0,1 +0613,0613,02,symb,two_rule_comb5,83,"['%', ':']",% !],0,1 +0613,0613,02,symb,two_rule_comb5,84,"['*', ':']",~ (],0,1 +0613,0613,02,symb,two_rule_comb5,85,"['>', '*']",( <],0,1 +0613,0613,02,symb,two_rule_comb5,86,"['!', '$']",> &],0,1 +0613,0613,02,symb,two_rule_comb5,87,"['>', '!']",> !],1,1 +0613,0613,02,symb,two_rule_comb5,88,"['&', '~']",< *],0,1 +0613,0613,02,symb,two_rule_comb5,89,"['(', '%']",% (],0,1 +0613,0613,02,symb,two_rule_comb5,90,"['(', '$']",: &],0,1 +0613,0613,02,symb,two_rule_comb5,91,"[':', '(']",% %],0,1 +0613,0613,02,symb,two_rule_comb5,92,"['(', '(']",: %],0,1 +0613,0613,02,symb,two_rule_comb5,93,"['&', '<']",$ $],0,1 +0613,0613,02,symb,two_rule_comb5,94,"['&', ':']",# <],0,1 +0613,0613,02,symb,two_rule_comb5,95,"['~', '>']",~ *],0,1 +0613,0613,02,symb,two_rule_comb5,96,"['&', '&']",* >],0,1 +0613,0613,02,symb,two_rule_comb5,97,"['$', '>']",< !],0,1 +0613,0613,02,symb,two_rule_comb5,98,"['~', ':']",% #],0,1 +0613,0613,02,symb,two_rule_comb5,99,"['%', ':']",: )],0,1 +0613,0613,02,symb,three_rule_comb0,0,"['&', ':', ':']",& : :],1,1 +0613,0613,02,symb,three_rule_comb0,1,"['!', '%', '%']",! % %],1,1 +0613,0613,02,symb,three_rule_comb0,2,"['*', '$', '%']",* $ %],1,1 +0613,0613,02,symb,three_rule_comb0,3,"['$', '>', '*']",$ > *],1,1 +0613,0613,02,symb,three_rule_comb0,4,"[':', '%', '<']",: % <],1,1 +0613,0613,02,symb,three_rule_comb0,5,"['~', '%', '$']",~ % $],1,1 +0613,0613,02,symb,three_rule_comb0,6,"['(', '$', ':']",( $ :],1,1 +0613,0613,02,symb,three_rule_comb0,7,"[':', '>', '&']",: > &],1,1 +0613,0613,02,symb,three_rule_comb0,8,"['*', '<', '!']",* < !],1,1 +0613,0613,02,symb,three_rule_comb0,9,"[':', '$', '(']",: $ (],1,1 +0613,0613,02,symb,three_rule_comb0,10,"['&', '<', '>']",& < >],1,1 +0613,0613,02,symb,three_rule_comb0,11,"['$', '&', '!']",$ & !],1,1 +0613,0613,02,symb,three_rule_comb0,12,"['&', '<', '(']",& < (],1,1 +0613,0613,02,symb,three_rule_comb0,13,"['>', '>', '$']",> > $]],1,1 +0613,0613,02,symb,three_rule_comb0,14,"['(', '$', '<']",( $ <],1,1 +0613,0613,02,symb,three_rule_comb0,15,"['(', '>', '*']",( > *],1,1 +0613,0613,02,symb,three_rule_comb0,16,"['~', '!', '&']",~ ! &],1,1 +0613,0613,02,symb,three_rule_comb0,17,"[':', '*', '(']",: * (],1,1 +0613,0613,02,symb,three_rule_comb0,18,"['<', '>', '>']",< > >],1,1 +0613,0613,02,symb,three_rule_comb0,19,"['<', '~', '!']",< ~ !],1,1 +0613,0613,02,symb,three_rule_comb0,20,"['*', '*', '(']",* * (],1,1 +0613,0613,02,symb,three_rule_comb0,21,"['>', '&', '%']",> & %],1,1 +0613,0613,02,symb,three_rule_comb0,22,"[':', '&', '&']",: & &],1,1 +0613,0613,02,symb,three_rule_comb0,23,"['*', '&', '!']",* & !],1,1 +0613,0613,02,symb,three_rule_comb0,24,"['~', '>', '&']",~ > &],1,1 +0613,0613,02,symb,three_rule_comb0,25,"['&', '(', '!']",& ( !],1,1 +0613,0613,02,symb,three_rule_comb0,26,"[':', '$', '~']",: $ ~],1,1 +0613,0613,02,symb,three_rule_comb0,27,"['(', '!', '!']",( & !],0,1 +0613,0613,02,symb,three_rule_comb0,28,"[':', '(', '&']",: ( &],1,1 +0613,0613,02,symb,three_rule_comb0,29,"['*', '%', '(']",* % (],1,1 +0613,0613,02,symb,three_rule_comb0,30,"['~', '>', '!']",~ > !],1,1 +0613,0613,02,symb,three_rule_comb0,31,"['&', '&', ':']",& & :],1,1 +0613,0613,02,symb,three_rule_comb0,32,"['(', ':', ':']",( : :],1,1 +0613,0613,02,symb,three_rule_comb0,33,"['%', '<', '<']",% < <],1,1 +0613,0613,02,symb,three_rule_comb0,34,"['&', ':', '%']",& : %],1,1 +0613,0613,02,symb,three_rule_comb0,35,"['<', ':', '%']",< : %],1,1 +0613,0613,02,symb,three_rule_comb0,36,"['&', '(', ':']",& ( :],1,1 +0613,0613,02,symb,three_rule_comb0,37,"['&', '~', '(']",& ~ (],1,1 +0613,0613,02,symb,three_rule_comb0,38,"[':', '>', '$']",: > $],1,1 +0613,0613,02,symb,three_rule_comb0,39,"[':', ':', '&']",: : &],1,1 +0613,0613,02,symb,three_rule_comb0,40,"['$', '(', '(']",$ ( (],1,1 +0613,0613,02,symb,three_rule_comb0,41,"['%', '&', '>']",% & >],1,1 +0613,0613,02,symb,three_rule_comb0,42,"['>', '%', '~']",> % ~],1,1 +0613,0613,02,symb,three_rule_comb0,43,"['!', '%', '!']",! % !],1,1 +0613,0613,02,symb,three_rule_comb0,44,"['$', '&', '%']",$ & %],1,1 +0613,0613,02,symb,three_rule_comb0,45,"[':', '>', '*']",: > *],1,1 +0613,0613,02,symb,three_rule_comb0,46,"['*', '~', '~']",* ~ ~],1,1 +0613,0613,02,symb,three_rule_comb0,47,"['>', '*', '>']",> * >],1,1 +0613,0613,02,symb,three_rule_comb0,48,"[':', '!', '<']",: ! <],1,1 +0613,0613,02,symb,three_rule_comb0,49,"['(', '(', '$']",( ( $],1,1 +0613,0613,02,symb,three_rule_comb0,50,"[':', '!', '>']",: ! >],1,1 +0613,0613,02,symb,three_rule_comb0,51,"['*', '&', '>']",* & >],1,1 +0613,0613,02,symb,three_rule_comb0,52,"['$', '<', '<']",$ < <],1,1 +0613,0613,02,symb,three_rule_comb0,53,"[':', '!', '>']",: ! >],1,1 +0613,0613,02,symb,three_rule_comb0,54,"['(', '$', '&']",( $ &],1,1 +0613,0613,02,symb,three_rule_comb0,55,"['>', '(', '~']",> ( ~],1,1 +0613,0613,02,symb,three_rule_comb0,56,"['>', '!', '>']",> ! >],1,1 +0613,0613,02,symb,three_rule_comb0,57,"['%', '(', '$']",%( ($],0,1 +0613,0613,02,symb,three_rule_comb0,58,"['*', '&', '$']",* & $],1,1 +0613,0613,02,symb,three_rule_comb0,59,"['!', '*', '~']",! * ~],1,1 +0613,0613,02,symb,three_rule_comb0,60,"['*', '<', '&']",* < &],1,1 +0613,0613,02,symb,three_rule_comb0,61,"['!', '&', '%']",! & %],1,1 +0613,0613,02,symb,three_rule_comb0,62,"['$', ':', '<']",$ : <],1,1 +0613,0613,02,symb,three_rule_comb0,63,"['<', '~', '!']",< ~ !],1,1 +0613,0613,02,symb,three_rule_comb0,64,"['!', '<', '<']",! < <],1,1 +0613,0613,02,symb,three_rule_comb0,65,"['&', '%', '~']",& % ~],1,1 +0613,0613,02,symb,three_rule_comb0,66,"['%', ':', '*']",% : *],1,1 +0613,0613,02,symb,three_rule_comb0,67,"[':', '!', '$']",: ! $],1,1 +0613,0613,02,symb,three_rule_comb0,68,"['>', '<', '(']",> < (],1,1 +0613,0613,02,symb,three_rule_comb0,69,"['*', '&', '>']",* & >],1,1 +0613,0613,02,symb,three_rule_comb0,70,"[':', ':', '!']",: : !],1,1 +0613,0613,02,symb,three_rule_comb0,71,"['>', ':', '~']",> : ~],1,1 +0613,0613,02,symb,three_rule_comb0,72,"['<', '<', '~']",< ~ ~],0,1 +0613,0613,02,symb,three_rule_comb0,73,"['&', '*', ':']",& * :],1,1 +0613,0613,02,symb,three_rule_comb0,74,"['&', '%', '>']",& % >],1,1 +0613,0613,02,symb,three_rule_comb0,75,"['~', '$', '!']",~ $ !],1,1 +0613,0613,02,symb,three_rule_comb0,76,"['(', '*', '~']",(* : ~],0,1 +0613,0613,02,symb,three_rule_comb0,77,"['(', '~', '>']",( ~ >],1,1 +0613,0613,02,symb,three_rule_comb0,78,"['*', '>', '$']",* > $],1,1 +0613,0613,02,symb,three_rule_comb0,79,"['~', '$', '*']",~ $ *],1,1 +0613,0613,02,symb,three_rule_comb0,80,"['&', '!', '>']",& ! >],1,1 +0613,0613,02,symb,three_rule_comb0,81,"[':', '*', '!']",: * !],1,1 +0613,0613,02,symb,three_rule_comb0,82,"['*', '(', '$']",* ( $],1,1 +0613,0613,02,symb,three_rule_comb0,83,"['~', '$', '>']",~ $ >],1,1 +0613,0613,02,symb,three_rule_comb0,84,"[':', '>', '<']",: > <],1,1 +0613,0613,02,symb,three_rule_comb0,85,"[':', '$', '>']",: $ >],1,1 +0613,0613,02,symb,three_rule_comb0,86,"['~', '>', '>']",~ > >],1,1 +0613,0613,02,symb,three_rule_comb0,87,"['~', '&', '$']",~ & $],1,1 +0613,0613,02,symb,three_rule_comb0,88,"['&', '!', '>']",& ! >,1,1 +0613,0613,02,symb,three_rule_comb0,89,"['*', '&', '$']",* & $],1,1 +0613,0613,02,symb,three_rule_comb0,90,"['*', '%', '>']",* % >],1,1 +0613,0613,02,symb,three_rule_comb0,91,"['(', '%', '(']",( % (],1,1 +0613,0613,02,symb,three_rule_comb0,92,"['<', '(', '&']",< ( &],1,1 +0613,0613,02,symb,three_rule_comb0,93,"['%', ':', '*']",% : *],1,1 +0613,0613,02,symb,three_rule_comb0,94,"['%', '!', '<']",% ! <],1,1 +0613,0613,02,symb,three_rule_comb0,95,"['>', '$', '*']",> $ *],1,1 +0613,0613,02,symb,three_rule_comb0,96,"['$', '>', '>']",$ > >],1,1 +0613,0613,02,symb,three_rule_comb0,97,"['*', '&', ':']",* & :],1,1 +0613,0613,02,symb,three_rule_comb0,98,"['(', '>', '$']",( > $],1,1 +0613,0613,02,symb,three_rule_comb0,99,"['<', ':', '&']",< : &],1,1 +0613,0613,02,symb,three_rule_comb1,0,"['~', '$', '%']",~ $ %],1,1 +0613,0613,02,symb,three_rule_comb1,1,"[':', '$', '$']",: $ $],1,1 +0613,0613,02,symb,three_rule_comb1,2,"['!', '!', '*']",! ! *],1,1 +0613,0613,02,symb,three_rule_comb1,3,"['~', '(', ':']",~ ( :],1,1 +0613,0613,02,symb,three_rule_comb1,4,"['*', '*', '!']",* * !],1,1 +0613,0613,02,symb,three_rule_comb1,5,"['*', '!', '<']",* ! <],1,1 +0613,0613,02,symb,three_rule_comb1,6,"['~', '(', '(']",~ ( >],0,1 +0613,0613,02,symb,three_rule_comb1,7,"['<', '>', '~']",< > <],0,1 +0613,0613,02,symb,three_rule_comb1,8,"['*', '(', '>']",* & >],0,1 +0613,0613,02,symb,three_rule_comb1,9,"['>', '>', ':']",> % :],0,1 +0613,0613,02,symb,three_rule_comb1,10,"['&', '$', '&']",& $ &],1,1 +0613,0613,02,symb,three_rule_comb1,11,"['!', '<', '<']",! < %],0,1 +0613,0613,02,symb,three_rule_comb1,12,"['>', '>', '~']",> & ~],0,1 +0613,0613,02,symb,three_rule_comb1,13,"[':', '!', '*']",: ! >],0,1 +0613,0613,02,symb,three_rule_comb1,14,"[':', '$', '!']",: $ !],1,1 +0613,0613,02,symb,three_rule_comb1,15,"['%', '!', '%']",% ! %],1,1 +0613,0613,02,symb,three_rule_comb1,16,"['(', '~', '%']",( % %],0,1 +0613,0613,02,symb,three_rule_comb1,17,"['*', '>', '%']",* > %],1,1 +0613,0613,02,symb,three_rule_comb1,18,"['!', '!', '<']",! ! <],1,1 +0613,0613,02,symb,three_rule_comb1,19,"['>', '(', '$']",> ( $],1,1 +0613,0613,02,symb,three_rule_comb1,20,"['(', '&', '%']",(& !)],0,1 +0613,0613,02,symb,three_rule_comb1,21,"['$', '&', '~']",$ & ~],1,1 +0613,0613,02,symb,three_rule_comb1,22,"['<', '<', '>']",< < >],1,1 +0613,0613,02,symb,three_rule_comb1,23,"['&', ':', '$']",& : $],1,1 +0613,0613,02,symb,three_rule_comb1,24,"['$', '(', '!']",$ ( !],1,1 +0613,0613,02,symb,three_rule_comb1,25,"[':', '(', '~']",: ( &],0,1 +0613,0613,02,symb,three_rule_comb1,26,"[':', '>', '&']",: > &],1,1 +0613,0613,02,symb,three_rule_comb1,27,"['$', '$', '<']",$ $ $,0,1 +0613,0613,02,symb,three_rule_comb1,28,"['%', '*', ':']",% * :],1,1 +0613,0613,02,symb,three_rule_comb1,29,"[':', '~', '*']",% % *],0,1 +0613,0613,02,symb,three_rule_comb1,30,"['~', '%', '%']",~ % %],1,1 +0613,0613,02,symb,three_rule_comb1,31,"['!', '$', ':']",! $ :],1,1 +0613,0613,02,symb,three_rule_comb1,32,"['&', '*', '%']",& * %],1,1 +0613,0613,02,symb,three_rule_comb1,33,"['*', '~', '&']",* * &],0,1 +0613,0613,02,symb,three_rule_comb1,34,"['(', '(', '*']",( ( *],1,1 +0613,0613,02,symb,three_rule_comb1,35,"[':', '&', '*']",: & *],1,1 +0613,0613,02,symb,three_rule_comb1,36,"['(', ':', '*']",< : *],0,1 +0613,0613,02,symb,three_rule_comb1,37,"['<', '<', '~']",< : ~],0,1 +0613,0613,02,symb,three_rule_comb1,38,"[':', ':', '*']",: : *],1,1 +0613,0613,02,symb,three_rule_comb1,39,"['$', '*', '<']",$ * <],1,1 +0613,0613,02,symb,three_rule_comb1,40,"['!', '*', '%']",! * %],1,1 +0613,0613,02,symb,three_rule_comb1,41,"['<', '*', '<']",< * %],0,1 +0613,0613,02,symb,three_rule_comb1,42,"['<', '~', '%']",< ~ %],1,1 +0613,0613,02,symb,three_rule_comb1,43,"['>', '&', '!']",> % !],0,1 +0613,0613,02,symb,three_rule_comb1,44,"['*', '~', '<']",* ~ <],1,1 +0613,0613,02,symb,three_rule_comb1,45,"['<', '$', '$']",< $ $],1,1 +0613,0613,02,symb,three_rule_comb1,46,"['~', '<', ':']",~ $ :],0,1 +0613,0613,02,symb,three_rule_comb1,47,"[':', '>', '%']",: > %],1,1 +0613,0613,02,symb,three_rule_comb1,48,"['&', '~', '*']",& ~ *],1,1 +0613,0613,02,symb,three_rule_comb1,49,"['>', '*', '<']",> * <],1,1 +0613,0613,02,symb,three_rule_comb1,50,"['<', '&', '!']",< & !],1,1 +0613,0613,02,symb,three_rule_comb1,51,"['~', '%', '%']",~ $ %],0,1 +0613,0613,02,symb,three_rule_comb1,52,"['$', '>', '<']",$ > <],1,1 +0613,0613,02,symb,three_rule_comb1,53,"['~', '$', '~']",~ $ ~],1,1 +0613,0613,02,symb,three_rule_comb1,54,"['(', '~', '<']",( ~ <],1,1 +0613,0613,02,symb,three_rule_comb1,55,"['<', '$', '!']",< $ !],1,1 +0613,0613,02,symb,three_rule_comb1,56,"['>', '>', '(']",> > (],1,1 +0613,0613,02,symb,three_rule_comb1,57,"['$', '(', '$']",& ( $],0,1 +0613,0613,02,symb,three_rule_comb1,58,"['$', '<', '%']",$ < %],1,1 +0613,0613,02,symb,three_rule_comb1,59,"['<', '%', '&']",< % &],1,1 +0613,0613,02,symb,three_rule_comb1,60,"[':', '(', '!']",: ( !],1,1 +0613,0613,02,symb,three_rule_comb1,61,"['<', ':', '!']",< : !],1,1 +0613,0613,02,symb,three_rule_comb1,62,"['(', '%', '(']",( % (],1,1 +0613,0613,02,symb,three_rule_comb1,63,"['$', ':', '*']",$ : *],1,1 +0613,0613,02,symb,three_rule_comb1,64,"['~', '$', '>']",~ $ >],1,1 +0613,0613,02,symb,three_rule_comb1,65,"['<', '~', '%']",< ~ %],1,1 +0613,0613,02,symb,three_rule_comb1,66,"['*', '*', '>']",* $ >],0,1 +0613,0613,02,symb,three_rule_comb1,67,"['&', '(', '<']",& ( <],1,1 +0613,0613,02,symb,three_rule_comb1,68,"['*', '&', '%']",* ~ %],0,1 +0613,0613,02,symb,three_rule_comb1,69,"['~', '!', '$']",$ ! $],0,1 +0613,0613,02,symb,three_rule_comb1,70,"['&', '!', '*']",& % *],0,1 +0613,0613,02,symb,three_rule_comb1,71,"['%', '&', '&']",% ! &],0,1 +0613,0613,02,symb,three_rule_comb1,72,"['!', '*', '<']",! * <],1,1 +0613,0613,02,symb,three_rule_comb1,73,"['<', '%', '%']",< % >],0,1 +0613,0613,02,symb,three_rule_comb1,74,"['$', '%', ':']",$ % :],1,1 +0613,0613,02,symb,three_rule_comb1,75,"['$', '*', '%']",$ * %],1,1 +0613,0613,02,symb,three_rule_comb1,76,"['>', '%', '%']",> % %],1,1 +0613,0613,02,symb,three_rule_comb1,77,"['!', '&', ':']",! & :],1,1 +0613,0613,02,symb,three_rule_comb1,78,"['$', '$', '!']",$ ! &],0,1 +0613,0613,02,symb,three_rule_comb1,79,"['*', '!', '(']",* $ (],0,1 +0613,0613,02,symb,three_rule_comb1,80,"['>', '<', '!']",> < !],1,1 +0613,0613,02,symb,three_rule_comb1,81,"['$', '>', '!']",$ > !],1,1 +0613,0613,02,symb,three_rule_comb1,82,"['%', '!', ':']",% ! :],1,1 +0613,0613,02,symb,three_rule_comb1,83,"['<', '%', '&']",< % &],1,1 +0613,0613,02,symb,three_rule_comb1,84,"['(', ':', '>']",( : >),0,1 +0613,0613,02,symb,three_rule_comb1,85,"[':', '&', '*']",: & *],1,1 +0613,0613,02,symb,three_rule_comb1,86,"[':', '<', '>']",: < >],1,1 +0613,0613,02,symb,three_rule_comb1,87,"['&', '%', '>']",& % &],0,1 +0613,0613,02,symb,three_rule_comb1,88,"['!', '(', ':']",! ( :],1,1 +0613,0613,02,symb,three_rule_comb1,89,"['$', '>', '(']",$ > (],1,1 +0613,0613,02,symb,three_rule_comb1,90,"['(', '&', ':']",( & (],0,1 +0613,0613,02,symb,three_rule_comb1,91,"['&', '&', '!']",& & !],1,1 +0613,0613,02,symb,three_rule_comb1,92,"['$', '~', '$']",$ ~ $],1,1 +0613,0613,02,symb,three_rule_comb1,93,"['!', ':', '&']",! : &],1,1 +0613,0613,02,symb,three_rule_comb1,94,"['!', ':', '%']",! : %],1,1 +0613,0613,02,symb,three_rule_comb1,95,"['&', '<', '<']",& * <],0,1 +0613,0613,02,symb,three_rule_comb1,96,"['<', '&', '>']",< & %],0,1 +0613,0613,02,symb,three_rule_comb1,97,"['!', '<', '<']",! < <],1,1 +0613,0613,02,symb,three_rule_comb1,98,"['~', '$', '(']",~ $ (],1,1 +0613,0613,02,symb,three_rule_comb1,99,"['>', '<', '>']",> % >],0,1 +0613,0613,02,symb,three_rule_comb2,0,"['%', '%', '&']",% % $],0,1 +0613,0613,02,symb,three_rule_comb2,1,"['&', '&', '$']",& > $],0,1 +0613,0613,02,symb,three_rule_comb2,2,"[':', '<', '~']",: % ~],0,1 +0613,0613,02,symb,three_rule_comb2,3,"['*', ':', ':']",* < :],0,1 +0613,0613,02,symb,three_rule_comb2,4,"['$', '!', '&']",$ ! #],0,1 +0613,0613,02,symb,three_rule_comb2,5,"['*', '!', '*']",* ! <],0,1 +0613,0613,02,symb,three_rule_comb2,6,"['(', '<', '!']",% < !],0,1 +0613,0613,02,symb,three_rule_comb2,7,"['>', '(', '$']",> * $],0,1 +0613,0613,02,symb,three_rule_comb2,8,"['!', ':', ':']",> : :],0,1 +0613,0613,02,symb,three_rule_comb2,9,"['&', ':', '<']",& ( <],0,1 +0613,0613,02,symb,three_rule_comb2,10,"['&', '<', '$']",& : $],0,1 +0613,0613,02,symb,three_rule_comb2,11,"['<', '$', '%']",{ $ %],0,1 +0613,0613,02,symb,three_rule_comb2,12,"['~', '*', '>']",~ * >],1,1 +0613,0613,02,symb,three_rule_comb2,13,"['<', '*', '>']",(* * >),0,1 +0613,0613,02,symb,three_rule_comb2,14,"['*', '>', ':']",* # :],0,1 +0613,0613,02,symb,three_rule_comb2,15,"['$', '<', '*']",$ % *],0,1 +0613,0613,02,symb,three_rule_comb2,16,"['!', '<', '&']",! < $],0,1 +0613,0613,02,symb,three_rule_comb2,17,"['!', '%', '!']",! $ !],0,1 +0613,0613,02,symb,three_rule_comb2,18,"['~', '!', '$']",~ ! ?],0,1 +0613,0613,02,symb,three_rule_comb2,19,"['(', '>', '(']",( % !],0,1 +0613,0613,02,symb,three_rule_comb2,20,"['&', '$', '$']",& $ <],0,1 +0613,0613,02,symb,three_rule_comb2,21,"['<', '<', '!']",& < !],0,1 +0613,0613,02,symb,three_rule_comb2,22,"['>', '%', '&']",> % >],0,1 +0613,0613,02,symb,three_rule_comb2,23,"['*', '&', ':']",* & :],1,1 +0613,0613,02,symb,three_rule_comb2,24,"['%', '$', '<']",% < <],0,1 +0613,0613,02,symb,three_rule_comb2,25,"['~', ':', '(']",~ : &],0,1 +0613,0613,02,symb,three_rule_comb2,26,"['*', '!', '>']",* ! ^],0,1 +0613,0613,02,symb,three_rule_comb2,27,"['&', '<', '*']",& < $],0,1 +0613,0613,02,symb,three_rule_comb2,28,"['&', '%', '>']",& % >],1,1 +0613,0613,02,symb,three_rule_comb2,29,"['~', '<', '&']",> < &],0,1 +0613,0613,02,symb,three_rule_comb2,30,"['*', '<', ':']",( ! : ],0,1 +0613,0613,02,symb,three_rule_comb2,31,"['&', '%', '&']",& % %],0,1 +0613,0613,02,symb,three_rule_comb2,32,"['!', '(', '<']",! ~ ~],0,1 +0613,0613,02,symb,three_rule_comb2,33,"['~', '>', '*']",~ > ~],0,1 +0613,0613,02,symb,three_rule_comb2,34,"['&', '(', '$']",& $ $],0,1 +0613,0613,02,symb,three_rule_comb2,35,"['&', '%', '!']",& > &],0,1 +0613,0613,02,symb,three_rule_comb2,36,"['!', '%', ':']",! * *,0,1 +0613,0613,02,symb,three_rule_comb2,37,"['~', '*', '*']",* * *],0,1 +0613,0613,02,symb,three_rule_comb2,38,"['>', ':', '$']",> % $],0,1 +0613,0613,02,symb,three_rule_comb2,39,"['%', '&', '$']",% & ?],0,1 +0613,0613,02,symb,three_rule_comb2,40,"['<', '%', '(']",% % (],0,1 +0613,0613,02,symb,three_rule_comb2,41,"['(', ':', '>']",: : >],0,1 +0613,0613,02,symb,three_rule_comb2,42,"[':', '*', '&']",< * &],0,1 +0613,0613,02,symb,three_rule_comb2,43,"['>', '~', '>']",> ~ !],0,1 +0613,0613,02,symb,three_rule_comb2,44,"['*', '$', '$']",* ~ $],0,1 +0613,0613,02,symb,three_rule_comb2,45,"['%', '&', '>']",% & !],0,1 +0613,0613,02,symb,three_rule_comb2,46,"['&', '%', '%']",& % :],0,1 +0613,0613,02,symb,three_rule_comb2,47,"['(', '(', '>']",( % >],0,1 +0613,0613,02,symb,three_rule_comb2,48,"['%', '<', ':']",% : :],0,1 +0613,0613,02,symb,three_rule_comb2,49,"[':', ':', '*']",: & *],0,1 +0613,0613,02,symb,three_rule_comb2,50,"['~', '>', '>']",~ $ >],0,1 +0613,0613,02,symb,three_rule_comb2,51,"['(', '*', '!']",> * !],0,1 +0613,0613,02,symb,three_rule_comb2,52,"['<', '(', '&']",< ( %],0,1 +0613,0613,02,symb,three_rule_comb2,53,"['&', '&', '(']",> & (],0,1 +0613,0613,02,symb,three_rule_comb2,54,"['<', '*', '(']",& * (],0,1 +0613,0613,02,symb,three_rule_comb2,55,"[':', '~', ':']",* ~ :],0,1 +0613,0613,02,symb,three_rule_comb2,56,"['*', '!', '!']",* ! {],0,1 +0613,0613,02,symb,three_rule_comb2,57,"['&', '*', ':']",* * :],0,1 +0613,0613,02,symb,three_rule_comb2,58,"['!', '*', ':']",! * !],0,1 +0613,0613,02,symb,three_rule_comb2,59,"['&', '~', '(']",& ~ #],0,1 +0613,0613,02,symb,three_rule_comb2,60,"['$', '<', '&']",$ < >],0,1 +0613,0613,02,symb,three_rule_comb2,61,"['>', '>', '>']",> > >],1,1 +0613,0613,02,symb,three_rule_comb2,62,"[':', '~', '*']",: % *],0,1 +0613,0613,02,symb,three_rule_comb2,63,"['~', '<', '>']",~ : >],0,1 +0613,0613,02,symb,three_rule_comb2,64,"['&', '*', '*']",& * <],0,1 +0613,0613,02,symb,three_rule_comb2,65,"['!', '%', '~']",! % !],0,1 +0613,0613,02,symb,three_rule_comb2,66,"['$', '!', '$']",$ ! $],1,1 +0613,0613,02,symb,three_rule_comb2,67,"['$', ':', '$']",? : $],0,1 +0613,0613,02,symb,three_rule_comb2,68,"['~', '%', '%']",~ # %],0,1 +0613,0613,02,symb,three_rule_comb2,69,"['$', '$', '>']",$ $ %],0,1 +0613,0613,02,symb,three_rule_comb2,70,"['(', '>', '(']",( > #],0,1 +0613,0613,02,symb,three_rule_comb2,71,"['%', '&', '<']",% % %],0,1 +0613,0613,02,symb,three_rule_comb2,72,"['(', '%', '&']",% % &],0,1 +0613,0613,02,symb,three_rule_comb2,73,"['&', '!', '~']",% ! ~],0,1 +0613,0613,02,symb,three_rule_comb2,74,"['<', ':', ':']",< % :],0,1 +0613,0613,02,symb,three_rule_comb2,75,"['>', '!', '%']",~ ! %],0,1 +0613,0613,02,symb,three_rule_comb2,76,"['*', '$', '>']",> $ >],0,1 +0613,0613,02,symb,three_rule_comb2,77,"['&', '$', ':']",$ $ :],0,1 +0613,0613,02,symb,three_rule_comb2,78,"['&', ':', ':']",& < :],0,1 +0613,0613,02,symb,three_rule_comb2,79,"['>', '(', '>']",% ( >],0,1 +0613,0613,02,symb,three_rule_comb2,80,"['>', '$', '>']",> ! >],0,1 +0613,0613,02,symb,three_rule_comb2,81,"['>', '%', '~']",> % %],0,1 +0613,0613,02,symb,three_rule_comb2,82,"['(', '*', '*']",% * *,0,1 +0613,0613,02,symb,three_rule_comb2,83,"['~', '%', '>']",> % >],0,1 +0613,0613,02,symb,three_rule_comb2,84,"['<', '(', '*']",(* * *),0,1 +0613,0613,02,symb,three_rule_comb2,85,"[':', '~', '%']",: ~ %],1,1 +0613,0613,02,symb,three_rule_comb2,86,"['>', ':', '(']",: : (],0,1 +0613,0613,02,symb,three_rule_comb2,87,"['%', '!', ':']",~ ! :],0,1 +0613,0613,02,symb,three_rule_comb2,88,"[':', '$', '$']",: $ ?],0,1 +0613,0613,02,symb,three_rule_comb2,89,"['(', '*', '*']",( * [(],0,1 +0613,0613,02,symb,three_rule_comb2,90,"['<', '>', '~']",< % (],0,1 +0613,0613,02,symb,three_rule_comb2,91,"['<', '%', '&']",< $ &],0,1 +0613,0613,02,symb,three_rule_comb2,92,"['<', '<', '*']",< % *],0,1 +0613,0613,02,symb,three_rule_comb2,93,"['(', '<', '&']",( < ~],0,1 +0613,0613,02,symb,three_rule_comb2,94,"['&', ':', '~']",& % ~],0,1 +0613,0613,02,symb,three_rule_comb2,95,"['(', ':', '$']",( $ $],0,1 +0613,0613,02,symb,three_rule_comb2,96,"['~', ':', '~']",~ : *],0,1 +0613,0613,02,symb,three_rule_comb2,97,"['>', '!', '(']",> ! &],0,1 +0613,0613,02,symb,three_rule_comb2,98,"['(', '&', ':']",< & :],0,1 +0613,0613,02,symb,three_rule_comb2,99,"[':', '%', ':']",: % :],1,1 +0613,0613,02,symb,three_rule_comb3,0,"['<', '&', '>']",< & >],1,1 +0613,0613,02,symb,three_rule_comb3,1,"['*', '&', '*']",* & %],0,1 +0613,0613,02,symb,three_rule_comb3,2,"['~', '!', '>']",~ ! >],1,1 +0613,0613,02,symb,three_rule_comb3,3,"['(', ':', '$']",( : $],1,1 +0613,0613,02,symb,three_rule_comb3,4,"['%', '<', '(']",% < (],1,1 +0613,0613,02,symb,three_rule_comb3,5,"['(', '&', '(']",( & (],1,1 +0613,0613,02,symb,three_rule_comb3,6,"['(', '>', ':']",( > :],1,1 +0613,0613,02,symb,three_rule_comb3,7,"['$', '%', '~']",% % ~],0,1 +0613,0613,02,symb,three_rule_comb3,8,"['$', '%', '<']",$ % <],1,1 +0613,0613,02,symb,three_rule_comb3,9,"['$', '%', '(']",$ % (],1,1 +0613,0613,02,symb,three_rule_comb3,10,"['~', '*', '>']",~ * >],1,1 +0613,0613,02,symb,three_rule_comb3,11,"['%', '>', '<']",% > <],1,1 +0613,0613,02,symb,three_rule_comb3,12,"['!', '%', ':']",! % :],1,1 +0613,0613,02,symb,three_rule_comb3,13,"['*', '~', '$']",* ~ $],1,1 +0613,0613,02,symb,three_rule_comb3,14,"['(', '!', '<']",(% ! <)],0,1 +0613,0613,02,symb,three_rule_comb3,15,"['&', '!', '$']",& ! &],0,1 +0613,0613,02,symb,three_rule_comb3,16,"['&', '$', '~']",& $ ~],1,1 +0613,0613,02,symb,three_rule_comb3,17,"[':', '$', '$']",: * $],0,1 +0613,0613,02,symb,three_rule_comb3,18,"['<', '<', '$']",< < $],1,1 +0613,0613,02,symb,three_rule_comb3,19,"['>', '*', '&']",> * &],1,1 +0613,0613,02,symb,three_rule_comb3,20,"['$', '<', '(']",$ < (],1,1 +0613,0613,02,symb,three_rule_comb3,21,"['!', '!', '*']",! > *],0,1 +0613,0613,02,symb,three_rule_comb3,22,"['(', '>', '~']",( > ~],1,1 +0613,0613,02,symb,three_rule_comb3,23,"['!', '!', '$']",: % %],0,1 +0613,0613,02,symb,three_rule_comb3,24,"['%', '&', '(']",: : :,0,1 +0613,0613,02,symb,three_rule_comb3,25,"['&', '~', ':']",& ~ &],0,1 +0613,0613,02,symb,three_rule_comb3,26,"['<', '>', ':']",< > !],0,1 +0613,0613,02,symb,three_rule_comb3,27,"['&', '&', '!']",& $ !],0,1 +0613,0613,02,symb,three_rule_comb3,28,"['(', '%', '(']",( % (],1,1 +0613,0613,02,symb,three_rule_comb3,29,"['%', '~', '>']",% ~ >],1,1 +0613,0613,02,symb,three_rule_comb3,30,"['<', '&', '$']",<&$],1,1 +0613,0613,02,symb,three_rule_comb3,31,"['~', '(', ':']",~ ( :],1,1 +0613,0613,02,symb,three_rule_comb3,32,"['$', '!', '%']",$ % !],0,1 +0613,0613,02,symb,three_rule_comb3,33,"['$', '$', '<']",$ * <],0,1 +0613,0613,02,symb,three_rule_comb3,34,"['$', '(', ':']",$ ( :]],1,1 +0613,0613,02,symb,three_rule_comb3,35,"['!', '!', ':']",! ! :],1,1 +0613,0613,02,symb,three_rule_comb3,36,"['&', '~', '!']",& ~ !],1,1 +0613,0613,02,symb,three_rule_comb3,37,"['(', '<', '>']",<& >],0,1 +0613,0613,02,symb,three_rule_comb3,38,"[':', '>', '$']",: > $],1,1 +0613,0613,02,symb,three_rule_comb3,39,"['!', ':', '!']",! : !],1,1 +0613,0613,02,symb,three_rule_comb3,40,"['%', '%', '$']",* $ $],0,1 +0613,0613,02,symb,three_rule_comb3,41,"['<', '*', '*']",< * *],1,1 +0613,0613,02,symb,three_rule_comb3,42,"['$', '&', '~']",$ & ~],1,1 +0613,0613,02,symb,three_rule_comb3,43,"['!', '(', '!']",! ( !],1,1 +0613,0613,02,symb,three_rule_comb3,44,"[':', '$', ':']",: $ %],0,1 +0613,0613,02,symb,three_rule_comb3,45,"['$', '$', '%']",$ % >],0,1 +0613,0613,02,symb,three_rule_comb3,46,"['%', '<', '&']",% < &],1,1 +0613,0613,02,symb,three_rule_comb3,47,"['~', '(', '*']",~ ( >],0,1 +0613,0613,02,symb,three_rule_comb3,48,"['>', '>', ':']",> < !],0,1 +0613,0613,02,symb,three_rule_comb3,49,"['$', '$', '(']",$ ! (],0,1 +0613,0613,02,symb,three_rule_comb3,50,"['&', '~', '<']",& ~ <],1,1 +0613,0613,02,symb,three_rule_comb3,51,"['$', '%', ':']",$ % :],1,1 +0613,0613,02,symb,three_rule_comb3,52,"['(', '(', '~']",& & ~],0,1 +0613,0613,02,symb,three_rule_comb3,53,"['~', '%', '&']",~ % &],1,1 +0613,0613,02,symb,three_rule_comb3,54,"['%', '>', '<']",% > <],1,1 +0613,0613,02,symb,three_rule_comb3,55,"['(', '*', '!']",( * !],1,1 +0613,0613,02,symb,three_rule_comb3,56,"['$', '!', '>']",$ > !],0,1 +0613,0613,02,symb,three_rule_comb3,57,"['~', '!', '!']",~ ! >],0,1 +0613,0613,02,symb,three_rule_comb3,58,"['<', '&', '&']",< & !],0,1 +0613,0613,02,symb,three_rule_comb3,59,"['&', '~', '&']",& $ !],0,1 +0613,0613,02,symb,three_rule_comb3,60,"['~', '&', '%']",~ & %],1,1 +0613,0613,02,symb,three_rule_comb3,61,"[':', '(', ':']",: ( :],1,1 +0613,0613,02,symb,three_rule_comb3,62,"['<', '(', '>']",< % >],0,1 +0613,0613,02,symb,three_rule_comb3,63,"['~', '!', '!']",~ ! !],1,1 +0613,0613,02,symb,three_rule_comb3,64,"['!', '%', '>']",! % >],1,1 +0613,0613,02,symb,three_rule_comb3,65,"['>', '>', '$']",> > ~ $],0,1 +0613,0613,02,symb,three_rule_comb3,66,"[':', '>', '~']",: > ~],1,1 +0613,0613,02,symb,three_rule_comb3,67,"['&', ':', '~']",& : ~],1,1 +0613,0613,02,symb,three_rule_comb3,68,"['*', '!', '*']",* ! *],1,1 +0613,0613,02,symb,three_rule_comb3,69,"[':', '<', '(']",: < (],1,1 +0613,0613,02,symb,three_rule_comb3,70,"[':', '~', '*']",: ~ *],1,1 +0613,0613,02,symb,three_rule_comb3,71,"['&', '$', '(']",& $ (],1,1 +0613,0613,02,symb,three_rule_comb3,72,"['!', '*', '~']",! ! ~],0,1 +0613,0613,02,symb,three_rule_comb3,73,"['$', ':', '%']",< : : !],0,1 +0613,0613,02,symb,three_rule_comb3,74,"['>', ':', '!']",> : !],1,1 +0613,0613,02,symb,three_rule_comb3,75,"['(', '&', '(']",( & (%],0,1 +0613,0613,02,symb,three_rule_comb3,76,"['!', '<', '(']",! < (],1,1 +0613,0613,02,symb,three_rule_comb3,77,"['~', '$', '!']",~ $ !],1,1 +0613,0613,02,symb,three_rule_comb3,78,"['&', '<', '$']",$ < $],0,1 +0613,0613,02,symb,three_rule_comb3,79,"['!', ':', '~']",! : ~],1,1 +0613,0613,02,symb,three_rule_comb3,80,"['(', '<', '&']",: : &],0,1 +0613,0613,02,symb,three_rule_comb3,81,"['$', '&', '~']",$ & ~],1,1 +0613,0613,02,symb,three_rule_comb3,82,"['&', '<', '$']",& < $],1,1 +0613,0613,02,symb,three_rule_comb3,83,"['$', '&', '>']",$ & >],1,1 +0613,0613,02,symb,three_rule_comb3,84,"['~', '&', '!']",~ & !],1,1 +0613,0613,02,symb,three_rule_comb3,85,"['!', '%', '~']",! % ~],1,1 +0613,0613,02,symb,three_rule_comb3,86,"['>', '~', '*']",> ~ *],1,1 +0613,0613,02,symb,three_rule_comb3,87,"['>', '~', '~']",> ~ ~],1,1 +0613,0613,02,symb,three_rule_comb3,88,"['>', '>', '>']",> > >],1,1 +0613,0613,02,symb,three_rule_comb3,89,"['&', '(', '$']",& ( $],1,1 +0613,0613,02,symb,three_rule_comb3,90,"['(', '$', '!']",( $ !],1,1 +0613,0613,02,symb,three_rule_comb3,91,"['&', '%', ':']",& % :],1,1 +0613,0613,02,symb,three_rule_comb3,92,"['*', '(', '>']",* ( >],1,1 +0613,0613,02,symb,three_rule_comb3,93,"['(', '&', '$']",$ & $],0,1 +0613,0613,02,symb,three_rule_comb3,94,"['~', '%', '<']",~ % <],1,1 +0613,0613,02,symb,three_rule_comb3,95,"['>', '$', '>']",> $ >],1,1 +0613,0613,02,symb,three_rule_comb3,96,"['(', '(', '&']",( ( &],1,1 +0613,0613,02,symb,three_rule_comb3,97,"['~', '&', '<']",~ & <],1,1 +0613,0613,02,symb,three_rule_comb3,98,"['%', ':', '*']",% : *],1,1 +0613,0613,02,symb,three_rule_comb3,99,"['%', '~', '*']",% ~ *,1,1 +0613,0613,02,symb,three_rule_comb4,0,"[':', '>', '%']",< < %],0,1 +0613,0613,02,symb,three_rule_comb4,1,"['>', '$', '(']",> ~ (],0,1 +0613,0613,02,symb,three_rule_comb4,2,"['$', '!', '&']",~ ! &],0,1 +0613,0613,02,symb,three_rule_comb4,3,"['$', '>', '%']",$ > ~],0,1 +0613,0613,02,symb,three_rule_comb4,4,"['$', ':', '!']",& > !],0,1 +0613,0613,02,symb,three_rule_comb4,5,"['(', ':', '<']",(: ~ >),0,1 +0613,0613,02,symb,three_rule_comb4,6,"['$', '!', '~']",~ ! ~],0,1 +0613,0613,02,symb,three_rule_comb4,7,"['*', '<', ':']",* * :],0,1 +0613,0613,02,symb,three_rule_comb4,8,"['~', '%', '<']",~ & *],0,1 +0613,0613,02,symb,three_rule_comb4,9,"['%', '&', '$']",% ! >],0,1 +0613,0613,02,symb,three_rule_comb4,10,"[':', '&', '<']",: & :],0,1 +0613,0613,02,symb,three_rule_comb4,11,"['>', '!', ':']",> ( >],0,1 +0613,0613,02,symb,three_rule_comb4,12,"['(', '!', '!']",( ! ~],0,1 +0613,0613,02,symb,three_rule_comb4,13,"['%', ':', '%']",% % %],0,1 +0613,0613,02,symb,three_rule_comb4,14,"['!', '%', '$']",! $ >],0,1 +0613,0613,02,symb,three_rule_comb4,15,"['$', ':', ':']",$ * :],0,1 +0613,0613,02,symb,three_rule_comb4,16,"['%', '%', '%']",% & *],0,1 +0613,0613,02,symb,three_rule_comb4,17,"['*', '>', '&']",* $ >],0,1 +0613,0613,02,symb,three_rule_comb4,18,"['>', '(', '*']",! ( !,0,1 +0613,0613,02,symb,three_rule_comb4,19,"['<', '(', '<']",& ( <],0,1 +0613,0613,02,symb,three_rule_comb4,20,"['*', '<', '*']",* < !],0,1 +0613,0613,02,symb,three_rule_comb4,21,"['!', '!', '(']",! > $],0,1 +0613,0613,02,symb,three_rule_comb4,22,"['<', '%', '!']",< ! !],0,1 +0613,0613,02,symb,three_rule_comb4,23,"['!', '%', ':']",! : $],0,1 +0613,0613,02,symb,three_rule_comb4,24,"['<', ':', '%']",< * %],0,1 +0613,0613,02,symb,three_rule_comb4,25,"['*', '&', '*']",* ( (],0,1 +0613,0613,02,symb,three_rule_comb4,26,"['*', '>', '*']",* * *],0,1 +0613,0613,02,symb,three_rule_comb4,27,"['<', '$', ':']",* $ :],0,1 +0613,0613,02,symb,three_rule_comb4,28,"['*', '>', '<']",* ! *],0,1 +0613,0613,02,symb,three_rule_comb4,29,"['<', '<', '&']",< $ $],0,1 +0613,0613,02,symb,three_rule_comb4,30,"['(', '(', '&']",# : #],0,1 +0613,0613,02,symb,three_rule_comb4,31,"['&', '!', '(']",& ! >],0,1 +0613,0613,02,symb,three_rule_comb4,32,"['<', '$', '!']",< ~ !],0,1 +0613,0613,02,symb,three_rule_comb4,33,"['%', ':', '%']",% : ~],0,1 +0613,0613,02,symb,three_rule_comb4,34,"['~', '~', ':']",% ~ (],0,1 +0613,0613,02,symb,three_rule_comb4,35,"['&', '*', ':']",& ! @],0,1 +0613,0613,02,symb,three_rule_comb4,36,"['<', ':', '!']",< < <],0,1 +0613,0613,02,symb,three_rule_comb4,37,"['*', '%', '&']",~ % &],0,1 +0613,0613,02,symb,three_rule_comb4,38,"['&', '(', '~']",# ( #),0,1 +0613,0613,02,symb,three_rule_comb4,39,"['<', '(', ':']",< % :>],0,1 +0613,0613,02,symb,three_rule_comb4,40,"['&', '~', '&']",$ ~ &],0,1 +0613,0613,02,symb,three_rule_comb4,41,"['>', '!', ':']",> ! <],0,1 +0613,0613,02,symb,three_rule_comb4,42,"[':', '(', '<']",: & *],0,1 +0613,0613,02,symb,three_rule_comb4,43,"['<', '!', ':']",< ! %],0,1 +0613,0613,02,symb,three_rule_comb4,44,"['>', '&', '$']",> ( $],0,1 +0613,0613,02,symb,three_rule_comb4,45,"['>', ':', '(']",> : %],0,1 +0613,0613,02,symb,three_rule_comb4,46,"['*', '*', '&']",< % &]],0,1 +0613,0613,02,symb,three_rule_comb4,47,"['$', '$', ':']",>& $ :],0,1 +0613,0613,02,symb,three_rule_comb4,48,"['%', '*', '!']",! * !],0,1 +0613,0613,02,symb,three_rule_comb4,49,"['&', '~', '$']",> $ $]],0,1 +0613,0613,02,symb,three_rule_comb4,50,"['(', ':', '<']",! : *],0,1 +0613,0613,02,symb,three_rule_comb4,51,"[':', ':', '~']",:% ~],0,1 +0613,0613,02,symb,three_rule_comb4,52,"[':', '(', '%']",< % %],0,1 +0613,0613,02,symb,three_rule_comb4,53,"['%', '$', '$']",% $ !],0,1 +0613,0613,02,symb,three_rule_comb4,54,"['!', '(', '>']",! % >],0,1 +0613,0613,02,symb,three_rule_comb4,55,"['(', '>', '~']",: > ~],0,1 +0613,0613,02,symb,three_rule_comb4,56,"['>', '<', '<']",> : <],0,1 +0613,0613,02,symb,three_rule_comb4,57,"['~', '>', '&']",> & $],0,1 +0613,0613,02,symb,three_rule_comb4,58,"['*', '$', '$']",* > $],0,1 +0613,0613,02,symb,three_rule_comb4,59,"['<', '!', '<']",< ! (],0,1 +0613,0613,02,symb,three_rule_comb4,60,"['%', ':', '(']",% < (],0,1 +0613,0613,02,symb,three_rule_comb4,61,"['*', '!', ':']",(! ! :)],0,1 +0613,0613,02,symb,three_rule_comb4,62,"[':', '&', '$']",$ & $],0,1 +0613,0613,02,symb,three_rule_comb4,63,"['%', '>', '(']",% > %],0,1 +0613,0613,02,symb,three_rule_comb4,64,"['<', '$', '*']",$ * $,0,1 +0613,0613,02,symb,three_rule_comb4,65,"['~', '~', '*']",< ( *],0,1 +0613,0613,02,symb,three_rule_comb4,66,"[':', '%', '%']",: % ~],0,1 +0613,0613,02,symb,three_rule_comb4,67,"['~', '$', '$']",~ $ ~],0,1 +0613,0613,02,symb,three_rule_comb4,68,"['%', '$', '(']",% * !],0,1 +0613,0613,02,symb,three_rule_comb4,69,"['<', ':', '~']",< ~ ~],0,1 +0613,0613,02,symb,three_rule_comb4,70,"['%', '!', '<']",% ! <],1,1 +0613,0613,02,symb,three_rule_comb4,71,"['!', '*', ':']",> * :],0,1 +0613,0613,02,symb,three_rule_comb4,72,"['>', '>', '(']",> ! <],0,1 +0613,0613,02,symb,three_rule_comb4,73,"['&', '>', '*']",& ( *],0,1 +0613,0613,02,symb,three_rule_comb4,74,"['%', '>', '<']",% % ~],0,1 +0613,0613,02,symb,three_rule_comb4,75,"['%', '!', '!']",~ * !],0,1 +0613,0613,02,symb,three_rule_comb4,76,"['<', '$', '<']",< $ *],0,1 +0613,0613,02,symb,three_rule_comb4,77,"[':', '*', '$']",* $ $],0,1 +0613,0613,02,symb,three_rule_comb4,78,"['<', '&', '&']",< & !],0,1 +0613,0613,02,symb,three_rule_comb4,79,"['~', '>', '<']",* > <],0,1 +0613,0613,02,symb,three_rule_comb4,80,"['(', '(', '%']",( : :],0,1 +0613,0613,02,symb,three_rule_comb4,81,"[':', '(', '>']",: ( ],0,1 +0613,0613,02,symb,three_rule_comb4,82,"['$', '%', '*']",$ % <],0,1 +0613,0613,02,symb,three_rule_comb4,83,"['<', '!', '$']",< & ?],0,1 +0613,0613,02,symb,three_rule_comb4,84,"['(', '*', ':']",> * :],0,1 +0613,0613,02,symb,three_rule_comb4,85,"[':', '*', '(']",(% : %),0,1 +0613,0613,02,symb,three_rule_comb4,86,"['*', ':', ':']",* * :],0,1 +0613,0613,02,symb,three_rule_comb4,87,"['!', '~', '<']",! ~ (,0,1 +0613,0613,02,symb,three_rule_comb4,88,"[':', '>', '<']",: : ~],0,1 +0613,0613,02,symb,three_rule_comb4,89,"['$', '$', '<']",$ & *],0,1 +0613,0613,02,symb,three_rule_comb4,90,"[':', '~', '*']",: * *],0,1 +0613,0613,02,symb,three_rule_comb4,91,"['<', '~', '&']",$ ~ >],0,1 +0613,0613,02,symb,three_rule_comb4,92,"['*', '$', '(']",* ! (],0,1 +0613,0613,02,symb,three_rule_comb4,93,"['(', '$', '~']",& $ <],0,1 +0613,0613,02,symb,three_rule_comb4,94,"['<', '(', '<']",< > <],0,1 +0613,0613,02,symb,three_rule_comb4,95,"['>', '*', '~']",! * :],0,1 +0613,0613,02,symb,three_rule_comb4,96,"['<', '&', '>']",< % >],0,1 +0613,0613,02,symb,three_rule_comb4,97,"['<', '&', '&']",< & >],0,1 +0613,0613,02,symb,three_rule_comb4,98,"['%', '>', ':']",$ > &],0,1 +0613,0613,02,symb,three_rule_comb4,99,"['(', '%', '$']",$ % !],0,1 +0613,0613,02,symb,three_rule_comb5,0,"['<', '%', '>']",<* ! ~],0,1 +0613,0613,02,symb,three_rule_comb5,1,"['!', '!', '&']",! > >],0,1 +0613,0613,02,symb,three_rule_comb5,2,"['<', '!', '&']",* > &],0,1 +0613,0613,02,symb,three_rule_comb5,3,"['<', '$', '*']",< > >],0,1 +0613,0613,02,symb,three_rule_comb5,4,"['%', '*', '(']",* ! !],0,1 +0613,0613,02,symb,three_rule_comb5,5,"['$', '*', ':']",& * ~],0,1 +0613,0613,02,symb,three_rule_comb5,6,"['*', ':', '>']",* % !],0,1 +0613,0613,02,symb,three_rule_comb5,7,"[':', '(', '<']",: * %],0,1 +0613,0613,02,symb,three_rule_comb5,8,"['>', '(', '>']",> ~ !],0,1 +0613,0613,02,symb,three_rule_comb5,9,"['~', '&', '<']",* & $],0,1 +0613,0613,02,symb,three_rule_comb5,10,"['<', '<', '~']",< < !],0,1 +0613,0613,02,symb,three_rule_comb5,11,"['*', '(', ':']",> $ >],0,1 +0613,0613,02,symb,three_rule_comb5,12,"['%', '~', '%']",& ~ %],0,1 +0613,0613,02,symb,three_rule_comb5,13,"['$', '(', '%']",& ( !],0,1 +0613,0613,02,symb,three_rule_comb5,14,"['~', '!', '*']",< ( *],0,1 +0613,0613,02,symb,three_rule_comb5,15,"['%', '$', ':']",% < %],0,1 +0613,0613,02,symb,three_rule_comb5,16,"['>', '<', '~']",(! ~ *),0,1 +0613,0613,02,symb,three_rule_comb5,17,"['%', '&', '>']",% > (],0,1 +0613,0613,02,symb,three_rule_comb5,18,"['&', '(', '&']",& > (],0,1 +0613,0613,02,symb,three_rule_comb5,19,"['%', '&', '%']",% & #],0,1 +0613,0613,02,symb,three_rule_comb5,20,"['(', '(', '$']",( > &)],0,1 +0613,0613,02,symb,three_rule_comb5,21,"['&', '>', '(']",& ? %],0,1 +0613,0613,02,symb,three_rule_comb5,22,"['$', '(', '(']",& ( %],0,1 +0613,0613,02,symb,three_rule_comb5,23,"['<', '(', '%']",< & %],0,1 +0613,0613,02,symb,three_rule_comb5,24,"['~', '%', '(']",* ( *],0,1 +0613,0613,02,symb,three_rule_comb5,25,"[':', '~', '&']",* ~ ],0,1 +0613,0613,02,symb,three_rule_comb5,26,"['>', '(', ':']",# ! :],0,1 +0613,0613,02,symb,three_rule_comb5,27,"['$', '!', '~']",< ! >],0,1 +0613,0613,02,symb,three_rule_comb5,28,"['(', ':', '!']",: ( !],0,1 +0613,0613,02,symb,three_rule_comb5,29,"['$', ':', '%']",$ % (],0,1 +0613,0613,02,symb,three_rule_comb5,30,"['<', '$', '<']",$ > &],0,1 +0613,0613,02,symb,three_rule_comb5,31,"['<', '(', '(']",< > &],0,1 +0613,0613,02,symb,three_rule_comb5,32,"['<', '<', '$']",< : ~],0,1 +0613,0613,02,symb,three_rule_comb5,33,"['>', '&', ':']",<&<],0,1 +0613,0613,02,symb,three_rule_comb5,34,"['(', '%', '<']",( & : ],0,1 +0613,0613,02,symb,three_rule_comb5,35,"['<', '$', '*']",: ~ *],0,1 +0613,0613,02,symb,three_rule_comb5,36,"['&', '*', '*']",(* * *),0,1 +0613,0613,02,symb,three_rule_comb5,37,"['<', '*', '>']",($ * $),0,1 +0613,0613,02,symb,three_rule_comb5,38,"['!', '$', '&']",! & *],0,1 +0613,0613,02,symb,three_rule_comb5,39,"['!', ':', '$']",> % ~],0,1 +0613,0613,02,symb,three_rule_comb5,40,"['%', '%', '%']",% $ &],0,1 +0613,0613,02,symb,three_rule_comb5,41,"['>', '%', '!']",> ! * ],0,1 +0613,0613,02,symb,three_rule_comb5,42,"['!', '~', ':']",> ~ %],0,1 +0613,0613,02,symb,three_rule_comb5,43,"['<', '&', '%']",(& < *)],0,1 +0613,0613,02,symb,three_rule_comb5,44,"['~', '(', '$']",~ * ?],0,1 +0613,0613,02,symb,three_rule_comb5,45,"['<', '!', '%']",* ! !],0,1 +0613,0613,02,symb,three_rule_comb5,46,"['!', '!', ':']",> ! %],0,1 +0613,0613,02,symb,three_rule_comb5,47,"['$', '$', ':']",$ $ $],0,1 +0613,0613,02,symb,three_rule_comb5,48,"['<', '!', '(']",< > (],0,1 +0613,0613,02,symb,three_rule_comb5,49,"['!', '(', '$']",! * ?],0,1 +0613,0613,02,symb,three_rule_comb5,50,"['*', '&', '>']",< & !]],0,1 +0613,0613,02,symb,three_rule_comb5,51,"['*', '*', '<']",< * :],0,1 +0613,0613,02,symb,three_rule_comb5,52,"['&', '(', '$']",# < $],0,1 +0613,0613,02,symb,three_rule_comb5,53,"['&', '<', '$']",: > >],0,1 +0613,0613,02,symb,three_rule_comb5,54,"['%', ':', ':']",: % ~],0,1 +0613,0613,02,symb,three_rule_comb5,55,"['%', '<', '$']",% $ &],0,1 +0613,0613,02,symb,three_rule_comb5,56,"['%', '~', '*']",* ~ ~],0,1 +0613,0613,02,symb,three_rule_comb5,57,"['(', '!', '&']",% ! <],0,1 +0613,0613,02,symb,three_rule_comb5,58,"['%', '~', '$']",% > ?],0,1 +0613,0613,02,symb,three_rule_comb5,59,"[':', '>', '%']",: ~ *],0,1 +0613,0613,02,symb,three_rule_comb5,60,"['&', '(', '>']",$ : >],0,1 +0613,0613,02,symb,three_rule_comb5,61,"['>', '(', '&']",> $ $],0,1 +0613,0613,02,symb,three_rule_comb5,62,"['(', '%', '(']",( % : :],0,1 +0613,0613,02,symb,three_rule_comb5,63,"['$', '%', '&']",$ # &],0,1 +0613,0613,02,symb,three_rule_comb5,64,"['>', '%', ':']",(* : :),0,1 +0613,0613,02,symb,three_rule_comb5,65,"['!', '(', ':']",> > *],0,1 +0613,0613,02,symb,three_rule_comb5,66,"['$', '&', '%']",& $ %],0,1 +0613,0613,02,symb,three_rule_comb5,67,"['&', '&', '<']",($ & )],0,1 +0613,0613,02,symb,three_rule_comb5,68,"['!', '<', '!']",> $ !],0,1 +0613,0613,02,symb,three_rule_comb5,69,"['!', '(', '(']",> < %],0,1 +0613,0613,02,symb,three_rule_comb5,70,"['!', '*', '<']",> * ~],0,1 +0613,0613,02,symb,three_rule_comb5,71,"['%', '<', '<']",! < :],0,1 +0613,0613,02,symb,three_rule_comb5,72,"['<', '$', '>']",! < >],0,1 +0613,0613,02,symb,three_rule_comb5,73,"['$', '$', '!']",& $ >,0,1 +0613,0613,02,symb,three_rule_comb5,74,"[':', '(', '<']",(! ( (!],0,1 +0613,0613,02,symb,three_rule_comb5,75,"['!', '<', ':']",! ~ ~],0,1 +0613,0613,02,symb,three_rule_comb5,76,"['(', '!', '!']",( ! $],0,1 +0613,0613,02,symb,three_rule_comb5,77,"[':', '%', '~']",* % *],0,1 +0613,0613,02,symb,three_rule_comb5,78,"[':', '~', '>']",% * >],0,1 +0613,0613,02,symb,three_rule_comb5,79,"['$', '&', '%']",& & ^],0,1 +0613,0613,02,symb,three_rule_comb5,80,"['%', '$', '<']",$ ! *],0,1 +0613,0613,02,symb,three_rule_comb5,81,"['(', '!', '*']",% > ~],0,1 +0613,0613,02,symb,three_rule_comb5,82,"['*', ':', '~']",* ( *),0,1 +0613,0613,02,symb,three_rule_comb5,83,"['&', '>', '~']",( > !],0,1 +0613,0613,02,symb,three_rule_comb5,84,"['$', '%', '$']",< % :],0,1 +0613,0613,02,symb,three_rule_comb5,85,"['<', '%', '<']",< $ ~],0,1 +0613,0613,02,symb,three_rule_comb5,86,"['&', '%', '>']",& : !],0,1 +0613,0613,02,symb,three_rule_comb5,87,"[':', '(', ':']",> * <],0,1 +0613,0613,02,symb,three_rule_comb5,88,"['$', '*', '>']",< * !],0,1 +0613,0613,02,symb,three_rule_comb5,89,"['%', '*', '<']",! * :],0,1 +0613,0613,02,symb,three_rule_comb5,90,"['>', '<', '*']",! $ *],0,1 +0613,0613,02,symb,three_rule_comb5,91,"['%', ':', '*']",% < <],0,1 +0613,0613,02,symb,three_rule_comb5,92,"['&', '%', '$']",& $ *],0,1 +0613,0613,02,symb,three_rule_comb5,93,"['%', '&', ':']",$ * :],0,1 +0613,0613,02,symb,three_rule_comb5,94,"['!', '(', '&']",! & >],0,1 +0613,0613,02,symb,three_rule_comb5,95,"['(', '$', '*']",% & *],0,1 +0613,0613,02,symb,three_rule_comb5,96,"['$', '$', '<']",& $ *],0,1 +0613,0613,02,symb,three_rule_comb5,97,"[':', '$', '&']",(% < &],0,1 +0613,0613,02,symb,three_rule_comb5,98,"['(', '*', '(']",: ~ (],0,1 +0613,0613,02,symb,three_rule_comb5,99,"['(', '~', '(']",( > &],0,1 +0613,0613,02,symb,three_rule_comb6,0,"['%', '&', '~']",% & ~],1,1 +0613,0613,02,symb,three_rule_comb6,1,"['>', '&', '$']",> & $],1,1 +0613,0613,02,symb,three_rule_comb6,2,"['&', '%', '*']",& % *],1,1 +0613,0613,02,symb,three_rule_comb6,3,"['!', '&', '$']",(& : <),0,1 +0613,0613,02,symb,three_rule_comb6,4,"['*', '<', '!']",* < !],1,1 +0613,0613,02,symb,three_rule_comb6,5,"['*', '%', '$']",* % $],1,1 +0613,0613,02,symb,three_rule_comb6,6,"['<', '%', '$']",< % $],1,1 +0613,0613,02,symb,three_rule_comb6,7,"['~', '*', '>']",~ * >],1,1 +0613,0613,02,symb,three_rule_comb6,8,"['(', '$', '&']",( $ &],1,1 +0613,0613,02,symb,three_rule_comb6,9,"['<', '<', '&']",< < &],1,1 +0613,0613,02,symb,three_rule_comb6,10,"['!', '&', ':']",! & :],1,1 +0613,0613,02,symb,three_rule_comb6,11,"['%', '<', '$']",$ < %],0,1 +0613,0613,02,symb,three_rule_comb6,12,"['>', '&', '&']",> & &],1,1 +0613,0613,02,symb,three_rule_comb6,13,"['$', '&', '(']",$ & (],1,1 +0613,0613,02,symb,three_rule_comb6,14,"['(', '*', '$']",( * $],1,1 +0613,0613,02,symb,three_rule_comb6,15,"['$', '%', ':']",$ % :],1,1 +0613,0613,02,symb,three_rule_comb6,16,"['%', '<', '(']",% < (],1,1 +0613,0613,02,symb,three_rule_comb6,17,"['(', '<', '$']",( < $],1,1 +0613,0613,02,symb,three_rule_comb6,18,"['~', '$', '<']",~ * <],0,1 +0613,0613,02,symb,three_rule_comb6,19,"['~', '>', '*']",~ > *],1,1 +0613,0613,02,symb,three_rule_comb6,20,"['$', '(', '$']",$ ( $],1,1 +0613,0613,02,symb,three_rule_comb6,21,"['~', '$', ':']",~ $ :],1,1 +0613,0613,02,symb,three_rule_comb6,22,"[':', '!', '$']",: ! $],1,1 +0613,0613,02,symb,three_rule_comb6,23,"['$', '$', '<']",$ ~ !],0,1 +0613,0613,02,symb,three_rule_comb6,24,"['>', '~', '>']",> ~ >],1,1 +0613,0613,02,symb,three_rule_comb6,25,"['(', ':', ':']",! : :],0,1 +0613,0613,02,symb,three_rule_comb6,26,"['%', '>', ':']",% > :],1,1 +0613,0613,02,symb,three_rule_comb6,27,"['&', '(', '!']",& ( !],1,1 +0613,0613,02,symb,three_rule_comb6,28,"['~', '(', '~']",~ : &],0,1 +0613,0613,02,symb,three_rule_comb6,29,"['&', '*', '(']",& * (],1,1 +0613,0613,02,symb,three_rule_comb6,30,"[':', '$', '!']",: $ !],1,1 +0613,0613,02,symb,three_rule_comb6,31,"['<', '&', ':']",< & *],0,1 +0613,0613,02,symb,three_rule_comb6,32,"['(', '%', '(']",( : (],0,1 +0613,0613,02,symb,three_rule_comb6,33,"[':', '(', '&']",: ( >],0,1 +0613,0613,02,symb,three_rule_comb6,34,"['$', '<', '!']",$ % ~],0,1 +0613,0613,02,symb,three_rule_comb6,35,"['>', '*', '&']",* > &],0,1 +0613,0613,02,symb,three_rule_comb6,36,"['!', '(', '*']",! ( *],1,1 +0613,0613,02,symb,three_rule_comb6,37,"['%', '<', '%']",% < %],1,1 +0613,0613,02,symb,three_rule_comb6,38,"['&', '&', '*']",& & *],1,1 +0613,0613,02,symb,three_rule_comb6,39,"['*', '<', '!']",* < !],1,1 +0613,0613,02,symb,three_rule_comb6,40,"[':', '>', '<']",> : >],0,1 +0613,0613,02,symb,three_rule_comb6,41,"['<', ':', '<']",< : <],1,1 +0613,0613,02,symb,three_rule_comb6,42,"['*', '*', '(']",* * >],0,1 +0613,0613,02,symb,three_rule_comb6,43,"['%', '$', '&']",% $ &],1,1 +0613,0613,02,symb,three_rule_comb6,44,"['$', '~', '<']",$ ~ <],1,1 +0613,0613,02,symb,three_rule_comb6,45,"['%', '!', '&']",% ! &],1,1 +0613,0613,02,symb,three_rule_comb6,46,"['%', '%', '!']",% % !],1,1 +0613,0613,02,symb,three_rule_comb6,47,"['$', '<', '~']",$ < ~],1,1 +0613,0613,02,symb,three_rule_comb6,48,"['$', '>', '!']",* > $],0,1 +0613,0613,02,symb,three_rule_comb6,49,"[':', '~', '%']",: % %],0,1 +0613,0613,02,symb,three_rule_comb6,50,"['%', '&', '~']",% & ~],1,1 +0613,0613,02,symb,three_rule_comb6,51,"['(', '&', '*']",( ( (],0,1 +0613,0613,02,symb,three_rule_comb6,52,"[':', '$', '!']",: $ !],1,1 +0613,0613,02,symb,three_rule_comb6,53,"['$', '%', '<']",% < *],0,1 +0613,0613,02,symb,three_rule_comb6,54,"['(', '(', '~']",( ( ~],1,1 +0613,0613,02,symb,three_rule_comb6,55,"['~', '*', '$']",~ * $],1,1 +0613,0613,02,symb,three_rule_comb6,56,"['(', ':', '&']",( : &],1,1 +0613,0613,02,symb,three_rule_comb6,57,"['*', '~', ':']",* ! :],0,1 +0613,0613,02,symb,three_rule_comb6,58,"['*', '<', '~']",* < ~],1,1 +0613,0613,02,symb,three_rule_comb6,59,"['<', '<', '&']",< < &],1,1 +0613,0613,02,symb,three_rule_comb6,60,"[':', '&', '!']",: & !],1,1 +0613,0613,02,symb,three_rule_comb6,61,"['*', '~', '!']",* ~ !],1,1 +0613,0613,02,symb,three_rule_comb6,62,"['%', '<', '(']",% < (],1,1 +0613,0613,02,symb,three_rule_comb6,63,"['~', ':', '!']",~ : !],1,1 +0613,0613,02,symb,three_rule_comb6,64,"['~', '!', '&']",! ~ !],0,1 +0613,0613,02,symb,three_rule_comb6,65,"['&', '!', '~']",& ! ~],1,1 +0613,0613,02,symb,three_rule_comb6,66,"['~', '&', '~']",~ ! ~],0,1 +0613,0613,02,symb,three_rule_comb6,67,"['~', ':', '$']",~ : $],1,1 +0613,0613,02,symb,three_rule_comb6,68,"['(', '&', '$']",( > >],0,1 +0613,0613,02,symb,three_rule_comb6,69,"['~', '$', '*']",~ $ *],1,1 +0613,0613,02,symb,three_rule_comb6,70,"['&', '!', '<']",& ! <],1,1 +0613,0613,02,symb,three_rule_comb6,71,"['*', '%', '!']",% * !],0,1 +0613,0613,02,symb,three_rule_comb6,72,"['%', '(', '>']",% ( >],1,1 +0613,0613,02,symb,three_rule_comb6,73,"['&', '~', '~']",& ~ ~],1,1 +0613,0613,02,symb,three_rule_comb6,74,"['!', '*', '~']",! * &],0,1 +0613,0613,02,symb,three_rule_comb6,75,"['!', '(', '>']",! ( >],1,1 +0613,0613,02,symb,three_rule_comb6,76,"[':', '%', '>']",: % >],1,1 +0613,0613,02,symb,three_rule_comb6,77,"['$', '!', '~']",$ ~ : $,0,1 +0613,0613,02,symb,three_rule_comb6,78,"['~', '%', ':']",% ~ :],0,1 +0613,0613,02,symb,three_rule_comb6,79,"['~', '%', '%']",% ~ (],0,1 +0613,0613,02,symb,three_rule_comb6,80,"['!', '~', '!']",( & !],0,1 +0613,0613,02,symb,three_rule_comb6,81,"['&', '<', '%']",& < &],0,1 +0613,0613,02,symb,three_rule_comb6,82,"['&', '(', '<']",& ( <],1,1 +0613,0613,02,symb,three_rule_comb6,83,"['(', '$', '!']",(~ : !)],0,1 +0613,0613,02,symb,three_rule_comb6,84,"[':', '>', '%']",& & %],0,1 +0613,0613,02,symb,three_rule_comb6,85,"['&', '!', '$']",& ! $],1,1 +0613,0613,02,symb,three_rule_comb6,86,"['(', '>', '~']",( > ~],1,1 +0613,0613,02,symb,three_rule_comb6,87,"['&', '(', ':']",& ( ~],0,1 +0613,0613,02,symb,three_rule_comb6,88,"['%', '<', ':']",% < :],1,1 +0613,0613,02,symb,three_rule_comb6,89,"[':', '!', '$']",: ! $],1,1 +0613,0613,02,symb,three_rule_comb6,90,"['<', '&', '*']",< & *],1,1 +0613,0613,02,symb,three_rule_comb6,91,"['>', '~', '$']",> ~ $],1,1 +0613,0613,02,symb,three_rule_comb6,92,"['!', '>', '$']",! > $],1,1 +0613,0613,02,symb,three_rule_comb6,93,"['$', ':', '&']",$ : &],1,1 +0613,0613,02,symb,three_rule_comb6,94,"['(', '$', '(']",( $ ~],0,1 +0613,0613,02,symb,three_rule_comb6,95,"['(', '>', ':']",( > >],0,1 +0613,0613,02,symb,three_rule_comb6,96,"['!', '>', '>']",! > !],0,1 +0613,0613,02,symb,three_rule_comb6,97,"[':', '&', '~']",: & ~],1,1 +0613,0613,02,symb,three_rule_comb6,98,"['>', '!', '<']",> ! <],1,1 +0613,0613,02,symb,three_rule_comb6,99,"['<', '~', ':']",< ~ :],1,1 +0613,0613,02,symb,three_rule_comb7,0,"['<', '(', ':']",< ( *],0,1 +0613,0613,02,symb,three_rule_comb7,1,"['!', '&', ':']",! & >],0,1 +0613,0613,02,symb,three_rule_comb7,2,"['(', '>', '$']",: * &],0,1 +0613,0613,02,symb,three_rule_comb7,3,"['(', ':', '<']",% : <],0,1 +0613,0613,02,symb,three_rule_comb7,4,"['>', '<', '*']",> > *],0,1 +0613,0613,02,symb,three_rule_comb7,5,"['$', '!', '$']",$ ! ~],0,1 +0613,0613,02,symb,three_rule_comb7,6,"['<', '&', '<']",& : *],0,1 +0613,0613,02,symb,three_rule_comb7,7,"['*', '$', '%']",(% $ &)],0,1 +0613,0613,02,symb,three_rule_comb7,8,"['*', '*', '!']",> : >],0,1 +0613,0613,02,symb,three_rule_comb7,9,"['~', '*', ':']",~ * %],0,1 +0613,0613,02,symb,three_rule_comb7,10,"['<', '&', '(']",< & :>,0,1 +0613,0613,02,symb,three_rule_comb7,11,"['*', '~', '&']",(~ ~ &)],0,1 +0613,0613,02,symb,three_rule_comb7,12,"['(', '(', '(']",(& ( (],0,1 +0613,0613,02,symb,three_rule_comb7,13,"['(', '(', '%']",( > !],0,1 +0613,0613,02,symb,three_rule_comb7,14,"['>', '>', '(']",> ( %],0,1 +0613,0613,02,symb,three_rule_comb7,15,"['!', '%', '%']",> * %],0,1 +0613,0613,02,symb,three_rule_comb7,16,"[':', ':', '%']",: ! !],0,1 +0613,0613,02,symb,three_rule_comb7,17,"[':', '&', '(']",: * !],0,1 +0613,0613,02,symb,three_rule_comb7,18,"['~', '*', '~']",~ ! ~],0,1 +0613,0613,02,symb,three_rule_comb7,19,"['&', '!', '$']",& ! &],0,1 +0613,0613,02,symb,three_rule_comb7,20,"['<', '~', '<']",* ~ <,0,1 +0613,0613,02,symb,three_rule_comb7,21,"['&', '(', '!']",% * $],0,1 +0613,0613,02,symb,three_rule_comb7,22,"['~', '(', '&']",~ ( (],0,1 +0613,0613,02,symb,three_rule_comb7,23,"[':', '%', '!']",: % (],0,1 +0613,0613,02,symb,three_rule_comb7,24,"[':', '(', '&']",< ( &],0,1 +0613,0613,02,symb,three_rule_comb7,25,"['<', '!', '(']",< ! &],0,1 +0613,0613,02,symb,three_rule_comb7,26,"['(', ':', '~']",% : ~],0,1 +0613,0613,02,symb,three_rule_comb7,27,"['*', '&', '*']",* & >],0,1 +0613,0613,02,symb,three_rule_comb7,28,"['$', ':', '$']",$ : ~],0,1 +0613,0613,02,symb,three_rule_comb7,29,"['%', '*', '$']",% * ~],0,1 +0613,0613,02,symb,three_rule_comb7,30,"['$', '$', '$']",$ ! $] [( < *] [* >,0,1 +0613,0613,02,symb,three_rule_comb7,31,"['~', '&', '$']",~ > $],0,1 +0613,0613,02,symb,three_rule_comb7,32,"['(', '<', '$']",( : :)],0,1 +0613,0613,02,symb,three_rule_comb7,33,"['!', '<', '&']",! : &],0,1 +0613,0613,02,symb,three_rule_comb7,34,"['~', '<', '(']",> ! >],0,1 +0613,0613,02,symb,three_rule_comb7,35,"['*', '!', '&']",$ > >],0,1 +0613,0613,02,symb,three_rule_comb7,36,"['~', '&', '<']",:& ~],0,1 +0613,0613,02,symb,three_rule_comb7,37,"['&', '(', '>']",& : !],0,1 +0613,0613,02,symb,three_rule_comb7,38,"['<', '(', '<']",: ( <],0,1 +0613,0613,02,symb,three_rule_comb7,39,"['%', '*', '(']",% * >],0,1 +0613,0613,02,symb,three_rule_comb7,40,"['<', '$', '(']",< $ >],0,1 +0613,0613,02,symb,three_rule_comb7,41,"['*', '*', '&']",< * &],0,1 +0613,0613,02,symb,three_rule_comb7,42,"['*', '(', '!']",<* < ~],0,1 +0613,0613,02,symb,three_rule_comb7,43,"[':', '&', '>']",<& <],0,1 +0613,0613,02,symb,three_rule_comb7,44,"[':', '>', '*']",< > *],0,1 +0613,0613,02,symb,three_rule_comb7,45,"['!', '$', '*']",~ $ *],0,1 +0613,0613,02,symb,three_rule_comb7,46,"['$', '>', '<']",$ ~ <],0,1 +0613,0613,02,symb,three_rule_comb7,47,"['%', '(', '!']",% > !],0,1 +0613,0613,02,symb,three_rule_comb7,48,"['<', '~', '*']",< ~ !],0,1 +0613,0613,02,symb,three_rule_comb7,49,"['(', '%', '$']",% % $],0,1 +0613,0613,02,symb,three_rule_comb7,50,"['!', '&', '>']",! > >],0,1 +0613,0613,02,symb,three_rule_comb7,51,"[':', ':', '<']",< : <],0,1 +0613,0613,02,symb,three_rule_comb7,52,"['*', '$', '&']",* ! &],0,1 +0613,0613,02,symb,three_rule_comb7,53,"['!', ':', '%']",! : !],0,1 +0613,0613,02,symb,three_rule_comb7,54,"['~', '%', '%']",~ ! %],0,1 +0613,0613,02,symb,three_rule_comb7,55,"['&', '~', '%']",& ~ :],0,1 +0613,0613,02,symb,three_rule_comb7,56,"['$', '(', '%']",$ : %],0,1 +0613,0613,02,symb,three_rule_comb7,57,"['>', '%', '>']",! % *],0,1 +0613,0613,02,symb,three_rule_comb7,58,"['$', '!', '<']",< * >],0,1 +0613,0613,02,symb,three_rule_comb7,59,"['!', '(', '(']",! % (],0,1 +0613,0613,02,symb,three_rule_comb7,60,"[':', '&', '$']",: & !],0,1 +0613,0613,02,symb,three_rule_comb7,61,"['<', '&', '!']",< & (],0,1 +0613,0613,02,symb,three_rule_comb7,62,"['(', ':', '>']",: & >],0,1 +0613,0613,02,symb,three_rule_comb7,63,"['<', '%', '<']",< $ %],0,1 +0613,0613,02,symb,three_rule_comb7,64,"['<', '&', '~']",: & ~],0,1 +0613,0613,02,symb,three_rule_comb7,65,"[':', '(', '(']",: > (],0,1 +0613,0613,02,symb,three_rule_comb7,66,"['$', '*', '!']",! * !],0,1 +0613,0613,02,symb,three_rule_comb7,67,"['(', '~', '>']",% ~ >],0,1 +0613,0613,02,symb,three_rule_comb7,68,"['<', '!', '%']",* ! %],0,1 +0613,0613,02,symb,three_rule_comb7,69,"['<', '(', '$']",$ & !],0,1 +0613,0613,02,symb,three_rule_comb7,70,"['(', '~', '~']",* ! ~],0,1 +0613,0613,02,symb,three_rule_comb7,71,"['~', '~', '&']",~ ! &],0,1 +0613,0613,02,symb,three_rule_comb7,72,"['(', '%', ':']",% & :],0,1 +0613,0613,02,symb,three_rule_comb7,73,"['&', '$', '>']",& & >],0,1 +0613,0613,02,symb,three_rule_comb7,74,"['<', '(', '~']",& ~ ],0,1 +0613,0613,02,symb,three_rule_comb7,75,"['$', '*', '$']",& : *],0,1 +0613,0613,02,symb,three_rule_comb7,76,"[':', '<', '>']",: $ >],0,1 +0613,0613,02,symb,three_rule_comb7,77,"['&', ':', '&']",& ~ &],0,1 +0613,0613,02,symb,three_rule_comb7,78,"['<', '>', '<']",< : ~],0,1 +0613,0613,02,symb,three_rule_comb7,79,"['~', '%', '>']",! % >],0,1 +0613,0613,02,symb,three_rule_comb7,80,"['%', '>', '*']",: ~ !],0,1 +0613,0613,02,symb,three_rule_comb7,81,"['*', '<', '$']",* : $],0,1 +0613,0613,02,symb,three_rule_comb7,82,"['&', '$', '$']",& $ <],0,1 +0613,0613,02,symb,three_rule_comb7,83,"['*', '(', '(']",* : &],0,1 +0613,0613,02,symb,three_rule_comb7,84,"[':', '~', '(']",: ~ &],0,1 +0613,0613,02,symb,three_rule_comb7,85,"[':', '<', '<']",: < ~],0,1 +0613,0613,02,symb,three_rule_comb7,86,"['~', '%', '$']",~ ~ $],0,1 +0613,0613,02,symb,three_rule_comb7,87,"['&', '<', '~']",<& %],0,1 +0613,0613,02,symb,three_rule_comb7,88,"[':', '(', '&']",: > &],0,1 +0613,0613,02,symb,three_rule_comb7,89,"['~', '>', '%']",% ! &],0,1 +0613,0613,02,symb,three_rule_comb7,90,"[':', '~', '&']",* ~ &],0,1 +0613,0613,02,symb,three_rule_comb7,91,"['(', '&', '(']",( < :)],0,1 +0613,0613,02,symb,three_rule_comb7,92,"['~', '~', '(']",* : (],0,1 +0613,0613,02,symb,three_rule_comb7,93,"['~', '$', '~']",~ ! :],0,1 +0613,0613,02,symb,three_rule_comb7,94,"['&', '!', '<']",& ! *],0,1 +0613,0613,02,symb,three_rule_comb7,95,"['&', '<', '*']",: & *],0,1 +0613,0613,02,symb,three_rule_comb7,96,"['*', '(', '~']",# < (],0,1 +0613,0613,02,symb,three_rule_comb7,97,"['%', '!', '%']",% ~ &],0,1 +0613,0613,02,symb,three_rule_comb7,98,"[':', '!', '%']",: ~ >],0,1 +0613,0613,02,symb,three_rule_comb7,99,"[':', '$', '!']",(: $ <],0,1 +0613,0613,02,symb,three_rule_comb8,0,"[':', '&', '*']",$ * $],0,1 +0613,0613,02,symb,three_rule_comb8,1,"['<', '<', '<']",* : <],0,1 +0613,0613,02,symb,three_rule_comb8,2,"['!', '%', ':']",! % *],0,1 +0613,0613,02,symb,three_rule_comb8,3,"['>', '<', '$']",! & *],0,1 +0613,0613,02,symb,three_rule_comb8,4,"['$', '(', ':']",< : :],0,1 +0613,0613,02,symb,three_rule_comb8,5,"['<', '!', ':']",& > <],0,1 +0613,0613,02,symb,three_rule_comb8,6,"['(', '~', '&']",: * &],0,1 +0613,0613,02,symb,three_rule_comb8,7,"[':', '!', '%']",! % !],0,1 +0613,0613,02,symb,three_rule_comb8,8,"['>', '%', '~']",> ! !],0,1 +0613,0613,02,symb,three_rule_comb8,9,"['%', '>', '%']",% : ~],0,1 +0613,0613,02,symb,three_rule_comb8,10,"['!', '<', '~']",! < !],0,1 +0613,0613,02,symb,three_rule_comb8,11,"['%', '(', '<']",! ( *],0,1 +0613,0613,02,symb,three_rule_comb8,12,"['~', '~', '(']",> ! > ~],0,1 +0613,0613,02,symb,three_rule_comb8,13,"['&', '$', ':']",* & %],0,1 +0613,0613,02,symb,three_rule_comb8,14,"['%', '>', '&']",% ( (],0,1 +0613,0613,02,symb,three_rule_comb8,15,"['!', ':', '!']",% > !],0,1 +0613,0613,02,symb,three_rule_comb8,16,"['(', '~', '>']",> ~ !],0,1 +0613,0613,02,symb,three_rule_comb8,17,"['*', ':', '(']",* < >],0,1 +0613,0613,02,symb,three_rule_comb8,18,"['&', '<', '<']",> * %],0,1 +0613,0613,02,symb,three_rule_comb8,19,"['%', '>', '<']",: ! %],0,1 +0613,0613,02,symb,three_rule_comb8,20,"['(', '&', '$']",> & ~],0,1 +0613,0613,02,symb,three_rule_comb8,21,"['%', '$', '(']",: < >],0,1 +0613,0613,02,symb,three_rule_comb8,22,"[':', '(', '*']",: > <],0,1 +0613,0613,02,symb,three_rule_comb8,23,"['$', '(', ':']",< & %],0,1 +0613,0613,02,symb,three_rule_comb8,24,"['<', '!', '%']",< ( <],0,1 +0613,0613,02,symb,three_rule_comb8,25,"['%', '<', ':']",< % *],0,1 +0613,0613,02,symb,three_rule_comb8,26,"[':', ':', '<']",% : $],0,1 +0613,0613,02,symb,three_rule_comb8,27,"['%', '<', ':']",! * :],0,1 +0613,0613,02,symb,three_rule_comb8,28,"['(', '<', '!']",( > *],0,1 +0613,0613,02,symb,three_rule_comb8,29,"['(', '<', '~']",$ * ],0,1 +0613,0613,02,symb,three_rule_comb8,30,"['~', '~', '%']",! ~ !],0,1 +0613,0613,02,symb,three_rule_comb8,31,"['>', '<', '>']",! ! !],0,1 +0613,0613,02,symb,three_rule_comb8,32,"['(', '%', ':']",: * (],0,1 +0613,0613,02,symb,three_rule_comb8,33,"['!', '%', '*']",(! % >)],0,1 +0613,0613,02,symb,three_rule_comb8,34,"['~', ':', '<']",~ < *],0,1 +0613,0613,02,symb,three_rule_comb8,35,"['$', '%', '$']",& % <],0,1 +0613,0613,02,symb,three_rule_comb8,36,"['>', '(', '~']",> : *],0,1 +0613,0613,02,symb,three_rule_comb8,37,"['>', '!', ':']",> ! !],0,1 +0613,0613,02,symb,three_rule_comb8,38,"['<', '%', '&']",< $ <],0,1 +0613,0613,02,symb,three_rule_comb8,39,"['$', '<', '%']",& < (],0,1 +0613,0613,02,symb,three_rule_comb8,40,"['(', '>', '&']",(% < <)],0,1 +0613,0613,02,symb,three_rule_comb8,41,"['&', '~', '>']",( < !],0,1 +0613,0613,02,symb,three_rule_comb8,42,"['(', '*', '<']",( * !],0,1 +0613,0613,02,symb,three_rule_comb8,43,"['~', '&', '!']",~ > >],0,1 +0613,0613,02,symb,three_rule_comb8,44,"['%', '$', '%']",! ! %],0,1 +0613,0613,02,symb,three_rule_comb8,45,"['<', ':', '(']",% & (],0,1 +0613,0613,02,symb,three_rule_comb8,46,"['$', ':', '%']",& : (],0,1 +0613,0613,02,symb,three_rule_comb8,47,"['!', '%', '*']",< : $],0,1 +0613,0613,02,symb,three_rule_comb8,48,"['<', '&', '!']",* > !]],0,1 +0613,0613,02,symb,three_rule_comb8,49,"[':', '$', '<']",% < &],0,1 +0613,0613,02,symb,three_rule_comb8,50,"['*', '$', '%']",* ~ !],0,1 +0613,0613,02,symb,three_rule_comb8,51,"['&', '&', '&']",& ! &],0,1 +0613,0613,02,symb,three_rule_comb8,52,"['~', '(', '<']",* : &],0,1 +0613,0613,02,symb,three_rule_comb8,53,"['!', '<', '>']",> & ~],0,1 +0613,0613,02,symb,three_rule_comb8,54,"['>', '<', '*']",! & *],0,1 +0613,0613,02,symb,three_rule_comb8,55,"['&', '~', '!']",($ * %)],0,1 +0613,0613,02,symb,three_rule_comb8,56,"['%', '$', '&']",: $ >],0,1 +0613,0613,02,symb,three_rule_comb8,57,"['<', '!', '&']",$ & <],0,1 +0613,0613,02,symb,three_rule_comb8,58,"['~', '*', '&']",< ! * ~],0,1 +0613,0613,02,symb,three_rule_comb8,59,"['<', '<', '%']",* < :>],0,1 +0613,0613,02,symb,three_rule_comb8,60,"['&', '$', '$']",* : $],0,1 +0613,0613,02,symb,three_rule_comb8,61,"[':', ':', '&']",% * <]],0,1 +0613,0613,02,symb,three_rule_comb8,62,"['$', '(', '*']",$ & <],0,1 +0613,0613,02,symb,three_rule_comb8,63,"['&', '$', '%']",& > *],0,1 +0613,0613,02,symb,three_rule_comb8,64,"['<', '$', '<']",< ! :],0,1 +0613,0613,02,symb,three_rule_comb8,65,"[':', '%', '<']",% ! <],0,1 +0613,0613,02,symb,three_rule_comb8,66,"['<', '~', ':']",& : <],0,1 +0613,0613,02,symb,three_rule_comb8,67,"['%', '<', ':']",% ~ >],0,1 +0613,0613,02,symb,three_rule_comb8,68,"[':', '<', '>']",: $ !],0,1 +0613,0613,02,symb,three_rule_comb8,69,"['&', ':', '$']",& % &],0,1 +0613,0613,02,symb,three_rule_comb8,70,"['<', '*', '$']",* > >],0,1 +0613,0613,02,symb,three_rule_comb8,71,"['<', '(', '*']",(* < !)],0,1 +0613,0613,02,symb,three_rule_comb8,72,"[':', '$', '%']",: < %],0,1 +0613,0613,02,symb,three_rule_comb8,73,"['%', '!', '(']",# $ %],0,1 +0613,0613,02,symb,three_rule_comb8,74,"['%', '<', '&']",: $ &],0,1 +0613,0613,02,symb,three_rule_comb8,75,"['(', '<', '~']",> * &],0,1 +0613,0613,02,symb,three_rule_comb8,76,"['$', '!', '*']",< ~ *],0,1 +0613,0613,02,symb,three_rule_comb8,77,"['%', '>', '(']",% ( &],0,1 +0613,0613,02,symb,three_rule_comb8,78,"[':', '&', '>']",% $ >],0,1 +0613,0613,02,symb,three_rule_comb8,79,"['&', '$', '>']",< & *],0,1 +0613,0613,02,symb,three_rule_comb8,80,"['%', '&', ':']",% & :]],1,1 +0613,0613,02,symb,three_rule_comb8,81,"['$', '*', '%']",< : (],0,1 +0613,0613,02,symb,three_rule_comb8,82,"[':', ':', '&']",: * >],0,1 +0613,0613,02,symb,three_rule_comb8,83,"['*', '&', ':']",*: > *],0,1 +0613,0613,02,symb,three_rule_comb8,84,"['!', '$', '%']",~ ! >]],0,1 +0613,0613,02,symb,three_rule_comb8,85,"['!', '<', ':']",> & >],0,1 +0613,0613,02,symb,three_rule_comb8,86,"['~', '&', '(']",~ > &],0,1 +0613,0613,02,symb,three_rule_comb8,87,"['<', '%', '*']",$ ! ~],0,1 +0613,0613,02,symb,three_rule_comb8,88,"[':', '&', '%']",: > !],0,1 +0613,0613,02,symb,three_rule_comb8,89,"['(', '$', ':']",$ : $],0,1 +0613,0613,02,symb,three_rule_comb8,90,"['<', '%', '*']",< ~ <],0,1 +0613,0613,02,symb,three_rule_comb8,91,"['%', '!', '*']",% ( !],0,1 +0613,0613,02,symb,three_rule_comb8,92,"[':', ':', '~']",( % ~],0,1 +0613,0613,02,symb,three_rule_comb8,93,"['&', '%', '*']",$ : $] [> ~ *],0,1 +0613,0613,02,symb,three_rule_comb8,94,"[':', ':', '>']",! ! <],0,1 +0613,0613,02,symb,three_rule_comb8,95,"['~', '<', '(']",% & *],0,1 +0613,0613,02,symb,three_rule_comb8,96,"['$', '$', '!']",*: : !],0,1 +0613,0613,02,symb,three_rule_comb8,97,"['%', ':', '<']",% < :],0,1 +0613,0613,02,symb,three_rule_comb8,98,"['<', '%', '!']",> > *],0,1 +0613,0613,02,symb,three_rule_comb8,99,"[':', '&', '%']",% < ~],0,1 +0613,0613,02,symb,three_rule_comb9,0,"['<', '>', '!']",< ! $],0,1 +0613,0613,02,symb,three_rule_comb9,1,"[':', '$', '%']",: & #],0,1 +0613,0613,02,symb,three_rule_comb9,2,"['~', '>', '*']",< ! ~],0,1 +0613,0613,02,symb,three_rule_comb9,3,"['<', ':', '~']",( < *],0,1 +0613,0613,02,symb,three_rule_comb9,4,"['<', '~', '*']",$ * ~],0,1 +0613,0613,02,symb,three_rule_comb9,5,"['>', ':', '(']",! % %],0,1 +0613,0613,02,symb,three_rule_comb9,6,"['%', '&', '<']",< ! *],0,1 +0613,0613,02,symb,three_rule_comb9,7,"['$', '&', '%']",: * &],0,1 +0613,0613,02,symb,three_rule_comb9,8,"[':', '%', '!']",> % *],0,1 +0613,0613,02,symb,three_rule_comb9,9,"['%', '<', ':']",% $ #],0,1 +0613,0613,02,symb,three_rule_comb9,10,"['%', ':', '&']",! ( !],0,1 +0613,0613,02,symb,three_rule_comb9,11,"['%', '&', '&']",: < $],0,1 +0613,0613,02,symb,three_rule_comb9,12,"['$', '&', '~']",& < *],0,1 +0613,0613,02,symb,three_rule_comb9,13,"['(', ':', '&']",* ~ %],0,1 +0613,0613,02,symb,three_rule_comb9,14,"['*', '<', '%']",# * :)],0,1 +0613,0613,02,symb,three_rule_comb9,15,"[':', '&', '<']",% < $]],0,1 +0613,0613,02,symb,three_rule_comb9,16,"['~', '%', ':']",% * %],0,1 +0613,0613,02,symb,three_rule_comb9,17,"['<', '*', '(']",: < &],0,1 +0613,0613,02,symb,three_rule_comb9,18,"['(', '~', '$']",% * <],0,1 +0613,0613,02,symb,three_rule_comb9,19,"['*', ':', '%']",~ ( :]],0,1 +0613,0613,02,symb,three_rule_comb9,20,"['%', ':', '>']",~ % %],0,1 +0613,0613,02,symb,three_rule_comb9,21,"['&', '*', '$']",& $ ~],0,1 +0613,0613,02,symb,three_rule_comb9,22,"['<', ':', '*']",: * <],0,1 +0613,0613,02,symb,three_rule_comb9,23,"['~', '&', '*']",$ ~ *],0,1 +0613,0613,02,symb,three_rule_comb9,24,"['(', '$', '%']",(% & :)],0,1 +0613,0613,02,symb,three_rule_comb9,25,"['*', '$', ':']",% < #],0,1 +0613,0613,02,symb,three_rule_comb9,26,"['%', '$', '&']",# $ @],0,1 +0613,0613,02,symb,three_rule_comb9,27,"['%', '&', '<']",# # <],0,1 +0613,0613,02,symb,three_rule_comb9,28,"[':', '&', '%']",% $ (]],0,1 +0613,0613,02,symb,three_rule_comb9,29,"[':', '~', '(']",# ~ *],0,1 +0613,0613,02,symb,three_rule_comb9,30,"['<', ':', ':']",(% > &],0,1 +0613,0613,02,symb,three_rule_comb9,31,"[':', '>', '&']",% ! $]],0,1 +0613,0613,02,symb,three_rule_comb9,32,"['%', '(', '<']",% $ :],0,1 +0613,0613,02,symb,three_rule_comb9,33,"['>', '<', '$']",> & !],0,1 +0613,0613,02,symb,three_rule_comb9,34,"['$', '(', '*']",! ~ >],0,1 +0613,0613,02,symb,three_rule_comb9,35,"['~', '(', '%']",* : (],0,1 +0613,0613,02,symb,three_rule_comb9,36,"['$', '%', '(']",< ( :]],0,1 +0613,0613,02,symb,three_rule_comb9,37,"[':', '$', '!']",& & <],0,1 +0613,0613,02,symb,three_rule_comb9,38,"['>', '%', '%']",(& & @],0,1 +0613,0613,02,symb,three_rule_comb9,39,"['!', '$', '(']",> < %]],0,1 +0613,0613,02,symb,three_rule_comb9,40,"[':', '~', '$']",* & *],0,1 +0613,0613,02,symb,three_rule_comb9,41,"[':', '&', '(']",< % *],0,1 +0613,0613,02,symb,three_rule_comb9,42,"['>', '*', '$']",& ~ !],0,1 +0613,0613,02,symb,three_rule_comb9,43,"['&', '%', '$']",< : &],0,1 +0613,0613,02,symb,three_rule_comb9,44,"['~', '(', '(']",% : *],0,1 +0613,0613,02,symb,three_rule_comb9,45,"['&', '>', '(']",$ ! :],0,1 +0613,0613,02,symb,three_rule_comb9,46,"[':', '*', '&']",% < ],0,1 +0613,0613,02,symb,three_rule_comb9,47,"['%', ':', '>']",# < *],0,1 +0613,0613,02,symb,three_rule_comb9,48,"['~', '$', '<']",* < $]],0,1 +0613,0613,02,symb,three_rule_comb9,49,"['&', '<', '<']",(~ & ~)],0,1 +0613,0613,02,symb,three_rule_comb9,50,"['%', '%', '&']",(% & &],0,1 +0613,0613,02,symb,three_rule_comb9,51,"['*', '$', '&']",* > ~],0,1 +0613,0613,02,symb,three_rule_comb9,52,"['$', ':', '<']",< : &],0,1 +0613,0613,02,symb,three_rule_comb9,53,"['%', '%', '~']",< ! ~],0,1 +0613,0613,02,symb,three_rule_comb9,54,"['$', '$', ':']",< & (],0,1 +0613,0613,02,symb,three_rule_comb9,55,"['<', '(', '!']",* & ~],0,1 +0613,0613,02,symb,three_rule_comb9,56,"['&', '>', '$']",$ ! <],0,1 +0613,0613,02,symb,three_rule_comb9,57,"['&', '$', ':']",$ & %],0,1 +0613,0613,02,symb,three_rule_comb9,58,"['(', '&', '%']",& ! %],0,1 +0613,0613,02,symb,three_rule_comb9,59,"['$', '>', '<']",< ! $]],0,1 +0613,0613,02,symb,three_rule_comb9,60,"['$', '<', '(']",< & :],0,1 +0613,0613,02,symb,three_rule_comb9,61,"[':', '%', '*']",% : ~],0,1 +0613,0613,02,symb,three_rule_comb9,62,"['&', '<', ':']",< & %],0,1 +0613,0613,02,symb,three_rule_comb9,63,"['$', '(', ':']",% : < >],0,1 +0613,0613,02,symb,three_rule_comb9,64,"['~', ':', '$']",(* & *)],0,1 +0613,0613,02,symb,three_rule_comb9,65,"['(', '%', '!']",% : >]],0,1 +0613,0613,02,symb,three_rule_comb9,66,"['<', '&', '~']",(< * >),0,1 +0613,0613,02,symb,three_rule_comb9,67,"['<', '$', '!']",& & >],0,1 +0613,0613,02,symb,three_rule_comb9,68,"[':', '$', '%']",: % <],0,1 +0613,0613,02,symb,three_rule_comb9,69,"['(', '$', '>']",: < !],0,1 +0613,0613,02,symb,three_rule_comb9,70,"[':', '$', '(']",# $ %],0,1 +0613,0613,02,symb,three_rule_comb9,71,"['(', '*', '<']",: ~ &],0,1 +0613,0613,02,symb,three_rule_comb9,72,"['>', '$', ':']",> > !],0,1 +0613,0613,02,symb,three_rule_comb9,73,"['<', '%', ':']",% : &],0,1 +0613,0613,02,symb,three_rule_comb9,74,"['$', ':', '>']",& % !],0,1 +0613,0613,02,symb,three_rule_comb9,75,"['!', '%', '(']",( > * ),0,1 +0613,0613,02,symb,three_rule_comb9,76,"['&', ':', '%']",% $ (],0,1 +0613,0613,02,symb,three_rule_comb9,77,"['>', '%', '(']",? * %],0,1 +0613,0613,02,symb,three_rule_comb9,78,"['$', '<', '$']",< $ &],0,1 +0613,0613,02,symb,three_rule_comb9,79,"['&', '>', '%']",$ ! :],0,1 +0613,0613,02,symb,three_rule_comb9,80,"['(', '(', '*']",> & <],0,1 +0613,0613,02,symb,three_rule_comb9,81,"['&', '(', '>']",< % !],0,1 +0613,0613,02,symb,three_rule_comb9,82,"['%', '<', '(']",% : &],0,1 +0613,0613,02,symb,three_rule_comb9,83,"['$', '<', '(']",< $ %],0,1 +0613,0613,02,symb,three_rule_comb9,84,"['<', '!', '%']",* > : ],0,1 +0613,0613,02,symb,three_rule_comb9,85,"['<', '>', '&']",& ! <],0,1 +0613,0613,02,symb,three_rule_comb9,86,"['$', '(', '<']",< ( %],0,1 +0613,0613,02,symb,three_rule_comb9,87,"['(', '$', '<']",( < %],0,1 +0613,0613,02,symb,three_rule_comb9,88,"['>', '(', '<']",(? @ ?)],0,1 +0613,0613,02,symb,three_rule_comb9,89,"['~', ':', '%']",* ( (],0,1 +0613,0613,02,symb,three_rule_comb9,90,"['&', '$', '!']",$ < >],0,1 +0613,0613,02,symb,three_rule_comb9,91,"['$', '%', '&']",< : $],0,1 +0613,0613,02,symb,three_rule_comb9,92,"['$', '>', '(']",< ! %],0,1 +0613,0613,02,symb,three_rule_comb9,93,"['&', '%', '~']",<& ! !],0,1 +0613,0613,02,symb,three_rule_comb9,94,"['$', '%', '*']",& ~ <],0,1 +0613,0613,02,symb,three_rule_comb9,95,"['&', '!', '&']",* > $],0,1 +0613,0613,02,symb,three_rule_comb9,96,"['>', '$', '&']",! & $],0,1 +0613,0613,02,symb,three_rule_comb9,97,"['!', '&', '%']",> $ (],0,1 +0613,0613,02,symb,three_rule_comb9,98,"['$', '>', ':']",& > &],0,1 +0613,0613,02,symb,three_rule_comb9,99,"['!', '&', '*']",! ! >],0,1 +0613,0613,02,symb,c3_set_union,0,"['~', '(', '&', '$']",~ ( & $],1,1 +0613,0613,02,symb,c3_set_union,1,"['<', '>', '(', '&']",< > &],0,1 +0613,0613,02,symb,c3_set_union,2,"['&', '$', ':', '~']",& $ : ~],1,1 +0613,0613,02,symb,c3_set_union,3,"['%', '(', ':', '>']",% (:],0,1 +0613,0613,02,symb,c3_set_union,4,"[':', '~', '<', '*']",: ~ < *],1,1 +0613,0613,02,symb,c3_set_union,5,"['*', '<', '&', '%']",* < & %],1,1 +0613,0613,02,symb,c3_set_union,6,"['~', '&', '%', '(']",~ & % (],1,1 +0613,0613,02,symb,c3_set_union,7,"['>', '!', ':', '(']",> ! (:],1,1 +0613,0613,02,symb,c3_set_union,8,"[':', '!', '*', '&']",: ! * &],1,1 +0613,0613,02,symb,c3_set_union,9,"['%', '*', '&', '~']",% * & ~],1,1 +0613,0613,02,symb,c3_set_union,10,"['$', '%', '>', '&']",$ % > &],1,1 +0613,0613,02,symb,c3_set_union,11,"['~', '&', '!', '<']",~ & ! <],1,1 +0613,0613,02,symb,c3_set_union,12,"['$', '>', '~', '%']",$ > ~ %],1,1 +0613,0613,02,symb,c3_set_union,13,"['<', '%', '>', '!']",< % > !],1,1 +0613,0613,02,symb,c3_set_union,14,"[':', '$', '>', '*']",: > $ *],1,1 +0613,0613,02,symb,c3_set_union,15,"['%', '(', '&', '*']",% ( & *],1,1 +0613,0613,02,symb,c3_set_union,16,"['~', '*', ':', '!']",~ * :],0,1 +0613,0613,02,symb,c3_set_union,17,"['>', ':', '~', '!']",> : ~ !],1,1 +0613,0613,02,symb,c3_set_union,18,"['$', '(', '*', ':']",$ (:],0,1 +0613,0613,02,symb,c3_set_union,19,"[':', '(', '~', '&']",: ( ~ &],1,1 +0613,0613,02,symb,c3_set_union,20,"['~', '%', '*', '!']",~ % * !],1,1 +0613,0613,02,symb,c3_set_union,21,"[':', '(', '<', '$']",: ( < $],1,1 +0613,0613,02,symb,c3_set_union,22,"['!', '<', '>', ':']",! < > :],1,1 +0613,0613,02,symb,c3_set_union,23,"['%', '(', '~', '<']",% (~ <],1,1 +0613,0613,02,symb,c3_set_union,24,"['%', '$', '>', '<']",% $ > <],1,1 +0613,0613,02,symb,c3_set_union,25,"['~', '$', '<', '&']",~ $ &],0,1 +0613,0613,02,symb,c3_set_union,26,"[':', '!', '$', '>']",: ! $ >],1,1 +0613,0613,02,symb,c3_set_union,27,"['$', '*', '&', ':']",$ * & :],1,1 +0613,0613,02,symb,c3_set_union,28,"[':', '%', '&', '~']",: % & ~],1,1 +0613,0613,02,symb,c3_set_union,29,"['!', '$', '*', '&']",! $ * &],1,1 +0613,0613,02,symb,c3_set_union,30,"['!', '*', '(', ':']",! * :],0,1 +0613,0613,02,symb,c3_set_union,31,"['*', '~', '&', ':']",* ~ & :]],1,1 +0613,0613,02,symb,c3_set_union,32,"[':', '~', '(', '%']",: ~ %],0,1 +0613,0613,02,symb,c3_set_union,33,"['*', '%', '<', '$']",* % < $],1,1 +0613,0613,02,symb,c3_set_union,34,"['~', '<', '&', '(']",~ < & (],1,1 +0613,0613,02,symb,c3_set_union,35,"['%', '<', '*', '!']",% < * !],1,1 +0613,0613,02,symb,c3_set_union,36,"['(', '~', ':', '!']",( ~ :],0,1 +0613,0613,02,symb,c3_set_union,37,"['$', '&', '*', '~']",$ & * ~],1,1 +0613,0613,02,symb,c3_set_union,38,"[':', '(', '~', '$']",: (~ $],1,1 +0613,0613,02,symb,c3_set_union,39,"['&', '>', '$', '*']",& > $ *],1,1 +0613,0613,02,symb,c3_set_union,40,"['$', '!', '*', '~']",$ ! * ~],1,1 +0613,0613,02,symb,c3_set_union,41,"['&', '%', '$', '!']",& % $ !],1,1 +0613,0613,02,symb,c3_set_union,42,"['>', '$', '*', '!']",> $ * !],1,1 +0613,0613,02,symb,c3_set_union,43,"[':', '*', '(', '>']",: * ( >],1,1 +0613,0613,02,symb,c3_set_union,44,"['$', '%', '(', ':']",$ % ( : ],1,1 +0613,0613,02,symb,c3_set_union,45,"['!', '<', ':', '$']",! < : $],1,1 +0613,0613,02,symb,c3_set_union,46,"['>', '*', '&', '<']",> * & <],1,1 +0613,0613,02,symb,c3_set_union,47,"[':', '~', '>', '*']",: ~ > *],1,1 +0613,0613,02,symb,c3_set_union,48,"['%', '(', '*', '~']",% ( * ~],1,1 +0613,0613,02,symb,c3_set_union,49,"['(', '~', '*', '<']",( ~ * <],1,1 +0613,0613,02,symb,c3_set_union,50,"['(', '$', '!', '%']",( $ ! %],1,1 +0613,0613,02,symb,c3_set_union,51,"['>', '!', '%', '*']",> ! % *],1,1 +0613,0613,02,symb,c3_set_union,52,"['&', '$', '>', ':']",& $ > :],1,1 +0613,0613,02,symb,c3_set_union,53,"['~', '$', '%', '<']",~ $ % <],1,1 +0613,0613,02,symb,c3_set_union,54,"['&', '>', '<', '%']",& > < %],1,1 +0613,0613,02,symb,c3_set_union,55,"['>', '*', '<', ':']",> * < :],1,1 +0613,0613,02,symb,c3_set_union,56,"[':', '!', '*', '<']",: * ! <],1,1 +0613,0613,02,symb,c3_set_union,57,"['%', '<', '*', '~']",% < * ~],1,1 +0613,0613,02,symb,c3_set_union,58,"['>', '(', '<', '%']",> ( < %],1,1 +0613,0613,02,symb,c3_set_union,59,"['>', ':', '<', '~']",> : ~],0,1 +0613,0613,02,symb,c3_set_union,60,"['*', '&', '<', '$']",* & $],0,1 +0613,0613,02,symb,c3_set_union,61,"['%', '<', '*', '(']",% < *],0,1 +0613,0613,02,symb,c3_set_union,62,"['$', '%', '<', '!']",$ % < !],1,1 +0613,0613,02,symb,c3_set_union,63,"['~', '>', '<', '!']",~ > < !],1,1 +0613,0613,02,symb,c3_set_union,64,"['&', '!', '$', '~']",& $ ! ~],1,1 +0613,0613,02,symb,c3_set_union,65,"[':', '&', '>', '%']",: & > %],1,1 +0613,0613,02,symb,c3_set_union,66,"['<', '&', '$', '>']",< & $ >],1,1 +0613,0613,02,symb,c3_set_union,67,"['(', '$', '*', '%']",($ %),0,1 +0613,0613,02,symb,c3_set_union,68,"['<', '%', ':', '$']",< % $],0,1 +0613,0613,02,symb,c3_set_union,69,"[':', '&', '$', '<']",: & <],0,1 +0613,0613,02,symb,c3_set_union,70,"['>', '(', '~', '*']",> (~ *),0,1 +0613,0613,02,symb,c3_set_union,71,"[':', '~', '&', '<']",: ~ & <],1,1 +0613,0613,02,symb,c3_set_union,72,"['(', '!', ':', '%']",( ! %],0,1 +0613,0613,02,symb,c3_set_union,73,"['<', '&', '$', '(']",< & ($],1,1 +0613,0613,02,symb,c3_set_union,74,"['*', '!', '>', ':']",* ! > :],1,1 +0613,0613,02,symb,c3_set_union,75,"['$', ':', '<', '*']",$ : < *],1,1 +0613,0613,02,symb,c3_set_union,76,"['%', '>', ':', '$']",% > : $],1,1 +0613,0613,02,symb,c3_set_union,77,"[':', '~', '!', '%']",: ~ ! %],1,1 +0613,0613,02,symb,c3_set_union,78,"['&', '!', '~', '>']",& ! ~ >],1,1 +0613,0613,02,symb,c3_set_union,79,"['(', '$', '*', '<']",( $ * <],1,1 +0613,0613,02,symb,c3_set_union,80,"['(', ':', '&', '$']",(: $],0,1 +0613,0613,02,symb,c3_set_union,81,"['!', '&', '*', '>']",! & * >],1,1 +0613,0613,02,symb,c3_set_union,82,"[':', '%', '&', '<']",: % & <],1,1 +0613,0613,02,symb,c3_set_union,83,"['>', '(', '$', '*']",> ($ *),0,1 +0613,0613,02,symb,c3_set_union,84,"['!', ':', '<', '&']",! : &],0,1 +0613,0613,02,symb,c3_set_union,85,"['!', '$', '(', ':']",! $ :],0,1 +0613,0613,02,symb,c3_set_union,86,"['*', '!', '%', ':']",* ! % :],1,1 +0613,0613,02,symb,c3_set_union,87,"['(', '!', '*', '~']",( ! * ~],1,1 +0613,0613,02,symb,c3_set_union,88,"['%', '!', '&', '(']",% ! & (],1,1 +0613,0613,02,symb,c3_set_union,89,"['!', '(', '>', '$']",! (> $],1,1 +0613,0613,02,symb,c3_set_union,90,"['<', '>', '*', '(']",< > * (],1,1 +0613,0613,02,symb,c3_set_union,91,"['&', '$', '%', '(']",& $ % (],1,1 +0613,0613,02,symb,c3_set_union,92,"['!', '<', '&', '%']",! < & %],1,1 +0613,0613,02,symb,c3_set_union,93,"[':', '(', '&', '>']",: ( & >],1,1 +0613,0613,02,symb,c3_set_union,94,"[':', '<', '$', '>']",: < $ >],1,1 +0613,0613,02,symb,c3_set_union,95,"['(', '$', '<', '%']",<( $ %],1,1 +0613,0613,02,symb,c3_set_union,96,"['~', '%', '*', ':']",~ * :],0,1 +0613,0613,02,symb,c3_set_union,97,"['&', '%', '!', '*']",& % ! *],1,1 +0613,0613,02,symb,c3_set_union,98,"[':', '$', '*', '!']",: $ * !],1,1 +0613,0613,02,symb,c3_set_union,99,"['!', '(', '<', '*']",! (< *),0,1 +0613,0613,02,symb,c1_set_union,0,['('],(],1,1 +0613,0613,02,symb,c1_set_union,1,['('],(],1,1 +0613,0613,02,symb,c1_set_union,2,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,3,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,4,['>'],>],1,1 +0613,0613,02,symb,c1_set_union,5,['~'],~],1,1 +0613,0613,02,symb,c1_set_union,6,['<'],<],1,1 +0613,0613,02,symb,c1_set_union,7,['%'],%],1,1 +0613,0613,02,symb,c1_set_union,8,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,9,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,10,[':'],:],1,1 +0613,0613,02,symb,c1_set_union,11,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,12,['('],(],1,1 +0613,0613,02,symb,c1_set_union,13,['<'],<],1,1 +0613,0613,02,symb,c1_set_union,14,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,15,['<'],<],1,1 +0613,0613,02,symb,c1_set_union,16,[':'],:],1,1 +0613,0613,02,symb,c1_set_union,17,['>'],>],1,1 +0613,0613,02,symb,c1_set_union,18,[':'],:],1,1 +0613,0613,02,symb,c1_set_union,19,['('],(~],0,1 +0613,0613,02,symb,c1_set_union,20,[':'],:],1,1 +0613,0613,02,symb,c1_set_union,21,['~'],~],1,1 +0613,0613,02,symb,c1_set_union,22,['~'],~],1,1 +0613,0613,02,symb,c1_set_union,23,[':'],:],1,1 +0613,0613,02,symb,c1_set_union,24,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,25,['~'],~],1,1 +0613,0613,02,symb,c1_set_union,26,['<'],<],1,1 +0613,0613,02,symb,c1_set_union,27,['>'],>],1,1 +0613,0613,02,symb,c1_set_union,28,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,29,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,30,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,31,['!'],!],1,1 +0613,0613,02,symb,c1_set_union,32,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,33,['('],(],1,1 +0613,0613,02,symb,c1_set_union,34,['!'],!],1,1 +0613,0613,02,symb,c1_set_union,35,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,36,['~'],~],1,1 +0613,0613,02,symb,c1_set_union,37,['('],(],1,1 +0613,0613,02,symb,c1_set_union,38,['$'],$,1,1 +0613,0613,02,symb,c1_set_union,39,['('],(],1,1 +0613,0613,02,symb,c1_set_union,40,['>'],>,1,1 +0613,0613,02,symb,c1_set_union,41,[':'],:],1,1 +0613,0613,02,symb,c1_set_union,42,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,43,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,44,['!'],!],1,1 +0613,0613,02,symb,c1_set_union,45,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,46,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,47,['>'],>],1,1 +0613,0613,02,symb,c1_set_union,48,['~'],~],1,1 +0613,0613,02,symb,c1_set_union,49,['>'],> ],1,1 +0613,0613,02,symb,c1_set_union,50,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,51,['!'],!,1,1 +0613,0613,02,symb,c1_set_union,52,['!'],!,1,1 +0613,0613,02,symb,c1_set_union,53,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,54,['<'],<],1,1 +0613,0613,02,symb,c1_set_union,55,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,56,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,57,['<'],<],1,1 +0613,0613,02,symb,c1_set_union,58,['('],(,1,1 +0613,0613,02,symb,c1_set_union,59,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,60,['>'],>],1,1 +0613,0613,02,symb,c1_set_union,61,['!'],!],1,1 +0613,0613,02,symb,c1_set_union,62,['!'],!],1,1 +0613,0613,02,symb,c1_set_union,63,[':'],:],1,1 +0613,0613,02,symb,c1_set_union,64,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,65,['>'],>],1,1 +0613,0613,02,symb,c1_set_union,66,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,67,['~'],~],1,1 +0613,0613,02,symb,c1_set_union,68,['('],(],1,1 +0613,0613,02,symb,c1_set_union,69,['('],(],1,1 +0613,0613,02,symb,c1_set_union,70,['%'],%],1,1 +0613,0613,02,symb,c1_set_union,71,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,72,['<'],<],1,1 +0613,0613,02,symb,c1_set_union,73,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,74,['~'],~],1,1 +0613,0613,02,symb,c1_set_union,75,['>'],>],1,1 +0613,0613,02,symb,c1_set_union,76,['<'],<],1,1 +0613,0613,02,symb,c1_set_union,77,['!'],!,1,1 +0613,0613,02,symb,c1_set_union,78,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,79,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,80,['!'],!],1,1 +0613,0613,02,symb,c1_set_union,81,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,82,['('],(,1,1 +0613,0613,02,symb,c1_set_union,83,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,84,['~'],~],1,1 +0613,0613,02,symb,c1_set_union,85,['%'],%],1,1 +0613,0613,02,symb,c1_set_union,86,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,87,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,88,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,89,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,90,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,91,['>'],>],1,1 +0613,0613,02,symb,c1_set_union,92,['>'],>],1,1 +0613,0613,02,symb,c1_set_union,93,['!'],!],1,1 +0613,0613,02,symb,c1_set_union,94,['~'],~],1,1 +0613,0613,02,symb,c1_set_union,95,['*'],*],1,1 +0613,0613,02,symb,c1_set_union,96,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,97,['&'],&],1,1 +0613,0613,02,symb,c1_set_union,98,['$'],$],1,1 +0613,0613,02,symb,c1_set_union,99,['~'],~],1,1 +0613,0613,02,symb,c2_set_union,0,['$'],$],1,1 +0613,0613,02,symb,c2_set_union,1,[':'],:$ :],0,1 +0613,0613,02,symb,c2_set_union,2,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,3,['*'],<*],0,1 +0613,0613,02,symb,c2_set_union,4,['!'],: !],0,1 +0613,0613,02,symb,c2_set_union,5,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,6,[':'],:],1,1 +0613,0613,02,symb,c2_set_union,7,['>'],>],1,1 +0613,0613,02,symb,c2_set_union,8,['>'],< >]],0,1 +0613,0613,02,symb,c2_set_union,9,['('],(% (]),0,1 +0613,0613,02,symb,c2_set_union,10,['*'],( *],0,1 +0613,0613,02,symb,c2_set_union,11,['%'],%],1,1 +0613,0613,02,symb,c2_set_union,12,['$'],$],1,1 +0613,0613,02,symb,c2_set_union,13,[':'],:%],0,1 +0613,0613,02,symb,c2_set_union,14,['%'],%],1,1 +0613,0613,02,symb,c2_set_union,15,['%'],& % >],0,1 +0613,0613,02,symb,c2_set_union,16,['>'],> >],0,1 +0613,0613,02,symb,c2_set_union,17,['$'],$],1,1 +0613,0613,02,symb,c2_set_union,18,['$'],$],1,1 +0613,0613,02,symb,c2_set_union,19,[':'],:],1,1 +0613,0613,02,symb,c2_set_union,20,['>'],:> >],0,1 +0613,0613,02,symb,c2_set_union,21,[':'],:]],1,1 +0613,0613,02,symb,c2_set_union,22,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,23,[':'],*: $],0,1 +0613,0613,02,symb,c2_set_union,24,['<'],<],1,1 +0613,0613,02,symb,c2_set_union,25,['&'],* &],0,1 +0613,0613,02,symb,c2_set_union,26,['>'],>]],1,1 +0613,0613,02,symb,c2_set_union,27,['*'],*],1,1 +0613,0613,02,symb,c2_set_union,28,['<'],<],1,1 +0613,0613,02,symb,c2_set_union,29,[':'],:],1,1 +0613,0613,02,symb,c2_set_union,30,['!'],!,1,1 +0613,0613,02,symb,c2_set_union,31,['*'],:*],0,1 +0613,0613,02,symb,c2_set_union,32,['*'],*],1,1 +0613,0613,02,symb,c2_set_union,33,['&'],<&],0,1 +0613,0613,02,symb,c2_set_union,34,[':'],$ :] [:],0,1 +0613,0613,02,symb,c2_set_union,35,['>'],:> >],0,1 +0613,0613,02,symb,c2_set_union,36,['<'],< <],0,1 +0613,0613,02,symb,c2_set_union,37,['*'],* *],0,1 +0613,0613,02,symb,c2_set_union,38,['*'],*],1,1 +0613,0613,02,symb,c2_set_union,39,['!'],< !],0,1 +0613,0613,02,symb,c2_set_union,40,['<'],<],1,1 +0613,0613,02,symb,c2_set_union,41,['>'],> >],0,1 +0613,0613,02,symb,c2_set_union,42,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,43,['~'],~],1,1 +0613,0613,02,symb,c2_set_union,44,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,45,['~'],(~],0,1 +0613,0613,02,symb,c2_set_union,46,['<'],< !],0,1 +0613,0613,02,symb,c2_set_union,47,['*'],<*],0,1 +0613,0613,02,symb,c2_set_union,48,['<'],<],1,1 +0613,0613,02,symb,c2_set_union,49,['!'],!],1,1 +0613,0613,02,symb,c2_set_union,50,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,51,['!'],!],1,1 +0613,0613,02,symb,c2_set_union,52,['*'],*]],1,1 +0613,0613,02,symb,c2_set_union,53,[':'],:*],0,1 +0613,0613,02,symb,c2_set_union,54,['('],(],1,1 +0613,0613,02,symb,c2_set_union,55,[':'],:],1,1 +0613,0613,02,symb,c2_set_union,56,['~'],~],1,1 +0613,0613,02,symb,c2_set_union,57,['!'],! %],0,1 +0613,0613,02,symb,c2_set_union,58,['>'],> >],0,1 +0613,0613,02,symb,c2_set_union,59,['<'],<],1,1 +0613,0613,02,symb,c2_set_union,60,['$'],$ %],0,1 +0613,0613,02,symb,c2_set_union,61,['&'],<&],0,1 +0613,0613,02,symb,c2_set_union,62,[':'],:],1,1 +0613,0613,02,symb,c2_set_union,63,['~'],~],1,1 +0613,0613,02,symb,c2_set_union,64,['>'],> *],0,1 +0613,0613,02,symb,c2_set_union,65,[':'],:],1,1 +0613,0613,02,symb,c2_set_union,66,['*'],*],1,1 +0613,0613,02,symb,c2_set_union,67,['<'],<],1,1 +0613,0613,02,symb,c2_set_union,68,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,69,['%'],%],1,1 +0613,0613,02,symb,c2_set_union,70,['<'],< %],0,1 +0613,0613,02,symb,c2_set_union,71,[':'],:$:],0,1 +0613,0613,02,symb,c2_set_union,72,['~'],~ %],0,1 +0613,0613,02,symb,c2_set_union,73,['*'],*]],1,1 +0613,0613,02,symb,c2_set_union,74,['~'],~],1,1 +0613,0613,02,symb,c2_set_union,75,['*'],*],1,1 +0613,0613,02,symb,c2_set_union,76,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,77,['*'],*],1,1 +0613,0613,02,symb,c2_set_union,78,['*'],*],1,1 +0613,0613,02,symb,c2_set_union,79,[':'],% :] :],0,1 +0613,0613,02,symb,c2_set_union,80,['<'],<],1,1 +0613,0613,02,symb,c2_set_union,81,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,82,['$'],$],1,1 +0613,0613,02,symb,c2_set_union,83,['%'],%],1,1 +0613,0613,02,symb,c2_set_union,84,['('],(],1,1 +0613,0613,02,symb,c2_set_union,85,['*'],$ * %],0,1 +0613,0613,02,symb,c2_set_union,86,['!'],:!],0,1 +0613,0613,02,symb,c2_set_union,87,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,88,['('],(],1,1 +0613,0613,02,symb,c2_set_union,89,['~'],: ~],0,1 +0613,0613,02,symb,c2_set_union,90,['$'],$],1,1 +0613,0613,02,symb,c2_set_union,91,['$'],$ $],0,1 +0613,0613,02,symb,c2_set_union,92,['~'],~],1,1 +0613,0613,02,symb,c2_set_union,93,[':'],:$],0,1 +0613,0613,02,symb,c2_set_union,94,['%'],%],1,1 +0613,0613,02,symb,c2_set_union,95,['~'],: ~ <],0,1 +0613,0613,02,symb,c2_set_union,96,['*'],*],1,1 +0613,0613,02,symb,c2_set_union,97,['&'],&],1,1 +0613,0613,02,symb,c2_set_union,98,['<'],<],1,1 +0613,0613,02,symb,c2_set_union,99,['('],(],1,1 +0613,0613,02,symb,AND,0,['('],(],1,1 +0613,0613,02,symb,AND,1,['&'],&],1,1 +0613,0613,02,symb,AND,2,['<'],<],1,1 +0613,0613,02,symb,AND,3,['<'],< <],0,1 +0613,0613,02,symb,AND,4,['*'],*],1,1 +0613,0613,02,symb,AND,5,['%'],%],1,1 +0613,0613,02,symb,AND,6,['%'],%],1,1 +0613,0613,02,symb,AND,7,['$'],$],1,1 +0613,0613,02,symb,AND,8,['>'],>],1,1 +0613,0613,02,symb,AND,9,['~'],~],1,1 +0613,0613,02,symb,AND,10,[':'],: :],0,1 +0613,0613,02,symb,AND,11,['*'],*],1,1 +0613,0613,02,symb,AND,12,['*'],*],1,1 +0613,0613,02,symb,AND,13,['<'],<],1,1 +0613,0613,02,symb,AND,14,['$'],$],1,1 +0613,0613,02,symb,AND,15,['%'],%],1,1 +0613,0613,02,symb,AND,16,[':'],: ],1,1 +0613,0613,02,symb,AND,17,['>'],> ],1,1 +0613,0613,02,symb,AND,18,['('],(],1,1 +0613,0613,02,symb,AND,19,['>'],> ],1,1 +0613,0613,02,symb,AND,20,[':'],: ],1,1 +0613,0613,02,symb,AND,21,['%'],%],1,1 +0613,0613,02,symb,AND,22,['>'],> >],0,1 +0613,0613,02,symb,AND,23,['*'],*],1,1 +0613,0613,02,symb,AND,24,['&'],&],1,1 +0613,0613,02,symb,AND,25,['~'],~],1,1 +0613,0613,02,symb,AND,26,['('],(],1,1 +0613,0613,02,symb,AND,27,['<'],< <],0,1 +0613,0613,02,symb,AND,28,['&'],&],1,1 +0613,0613,02,symb,AND,29,['&'],&],1,1 +0613,0613,02,symb,AND,30,[':'],:],1,1 +0613,0613,02,symb,AND,31,['>'],> ],1,1 +0613,0613,02,symb,AND,32,['~'],~],1,1 +0613,0613,02,symb,AND,33,['*'],*],1,1 +0613,0613,02,symb,AND,34,['&'],&],1,1 +0613,0613,02,symb,AND,35,['$'],$],1,1 +0613,0613,02,symb,AND,36,['&'],&],1,1 +0613,0613,02,symb,AND,37,['&'],&],1,1 +0613,0613,02,symb,AND,38,['$'],$],1,1 +0613,0613,02,symb,AND,39,['*'],*],1,1 +0613,0613,02,symb,AND,40,['&'],&],1,1 +0613,0613,02,symb,AND,41,['<'],<],1,1 +0613,0613,02,symb,AND,42,['%'],% %],0,1 +0613,0613,02,symb,AND,43,['<'],<],1,1 +0613,0613,02,symb,AND,44,['&'],&],1,1 +0613,0613,02,symb,AND,45,['*'],*],1,1 +0613,0613,02,symb,AND,46,['*'],*],1,1 +0613,0613,02,symb,AND,47,['!'],! ],1,1 +0613,0613,02,symb,AND,48,['%'],%],1,1 +0613,0613,02,symb,AND,49,['('],(],1,1 +0613,0613,02,symb,AND,50,['<'],<],1,1 +0613,0613,02,symb,AND,51,['%'],%],1,1 +0613,0613,02,symb,AND,52,[':'],:],1,1 +0613,0613,02,symb,AND,53,['&'],&],1,1 +0613,0613,02,symb,AND,54,['>'],>],1,1 +0613,0613,02,symb,AND,55,['&'],&],1,1 +0613,0613,02,symb,AND,56,[':'],: ],1,1 +0613,0613,02,symb,AND,57,['~'],~],1,1 +0613,0613,02,symb,AND,58,['*'],*],1,1 +0613,0613,02,symb,AND,59,['&'],&],1,1 +0613,0613,02,symb,AND,60,['<'],<],1,1 +0613,0613,02,symb,AND,61,['<'],<],1,1 +0613,0613,02,symb,AND,62,['('],(],1,1 +0613,0613,02,symb,AND,63,['>'],> ],1,1 +0613,0613,02,symb,AND,64,['~'],~],1,1 +0613,0613,02,symb,AND,65,['>'],> ],1,1 +0613,0613,02,symb,AND,66,['$'],$],1,1 +0613,0613,02,symb,AND,67,['>'],> ],1,1 +0613,0613,02,symb,AND,68,['<'],<],1,1 +0613,0613,02,symb,AND,69,['<'],<],1,1 +0613,0613,02,symb,AND,70,['!'],! ],1,1 +0613,0613,02,symb,AND,71,['$'],$],1,1 +0613,0613,02,symb,AND,72,['&'],&],1,1 +0613,0613,02,symb,AND,73,['~'],~],1,1 +0613,0613,02,symb,AND,74,['*'],*],1,1 +0613,0613,02,symb,AND,75,['>'],> >],0,1 +0613,0613,02,symb,AND,76,['&'],&],1,1 +0613,0613,02,symb,AND,77,['!'],! !],0,1 +0613,0613,02,symb,AND,78,['~'],~],1,1 +0613,0613,02,symb,AND,79,['>'],> ],1,1 +0613,0613,02,symb,AND,80,['!'],!],1,1 +0613,0613,02,symb,AND,81,['!'],! ],1,1 +0613,0613,02,symb,AND,82,['%'],%],1,1 +0613,0613,02,symb,AND,83,['('],(],1,1 +0613,0613,02,symb,AND,84,['>'],> ],1,1 +0613,0613,02,symb,AND,85,['&'],&],1,1 +0613,0613,02,symb,AND,86,['('],(],1,1 +0613,0613,02,symb,AND,87,['*'],*],1,1 +0613,0613,02,symb,AND,88,['&'],&],1,1 +0613,0613,02,symb,AND,89,['*'],*],1,1 +0613,0613,02,symb,AND,90,['$'],$ ],1,1 +0613,0613,02,symb,AND,91,['<'],<],1,1 +0613,0613,02,symb,AND,92,['$'],$],1,1 +0613,0613,02,symb,AND,93,['!'],! !],0,1 +0613,0613,02,symb,AND,94,['~'],~],1,1 +0613,0613,02,symb,AND,95,['!'],! !],0,1 +0613,0613,02,symb,AND,96,['~'],~],1,1 +0613,0613,02,symb,AND,97,['&'],&],1,1 +0613,0613,02,symb,AND,98,['*'],*],1,1 +0613,0613,02,symb,AND,99,['!'],! ],1,1 +0613,0613,02,symb,XOR,0,"['(', '!']",! (],1,1 +0613,0613,02,symb,XOR,1,"['$', ':']",: >],0,1 +0613,0613,02,symb,XOR,2,"['!', '(']",< !],0,1 +0613,0613,02,symb,XOR,3,"['$', ':']",: $],1,1 +0613,0613,02,symb,XOR,4,"['$', '!']",$ !],1,1 +0613,0613,02,symb,XOR,5,"['$', '>']",$ >],1,1 +0613,0613,02,symb,XOR,6,"['!', '*']",* !],1,1 +0613,0613,02,symb,XOR,7,"['>', '!']",$ >],0,1 +0613,0613,02,symb,XOR,8,"['%', '$']",$ %],1,1 +0613,0613,02,symb,XOR,9,"['(', '*']",* (],1,1 +0613,0613,02,symb,XOR,10,"['<', ':']",: <],1,1 +0613,0613,02,symb,XOR,11,"['%', '*']",% *],1,1 +0613,0613,02,symb,XOR,12,"['!', '~']",> ~],0,1 +0613,0613,02,symb,XOR,13,"['~', ':']",: ~],1,1 +0613,0613,02,symb,XOR,14,"['~', '>']",> ~],1,1 +0613,0613,02,symb,XOR,15,"[':', '%']",% :],1,1 +0613,0613,02,symb,XOR,16,"[':', '(']",> (],0,1 +0613,0613,02,symb,XOR,17,"['(', '%']",% (],1,1 +0613,0613,02,symb,XOR,18,"['&', '%']",% &],1,1 +0613,0613,02,symb,XOR,19,"['>', '(']",( >],1,1 +0613,0613,02,symb,XOR,20,"['%', '<']",% <],1,1 +0613,0613,02,symb,XOR,21,"['!', '(']",! (],1,1 +0613,0613,02,symb,XOR,22,"['~', '$']",$ ~],1,1 +0613,0613,02,symb,XOR,23,"['%', '&']",& %],1,1 +0613,0613,02,symb,XOR,24,"['>', '%']",% >],1,1 +0613,0613,02,symb,XOR,25,"['*', '<']",< *],1,1 +0613,0613,02,symb,XOR,26,"['<', '$']",$ <],1,1 +0613,0613,02,symb,XOR,27,"['&', '>']",& >],1,1 +0613,0613,02,symb,XOR,28,"['$', '%']",% $],1,1 +0613,0613,02,symb,XOR,29,"['&', '<']",$ <],0,1 +0613,0613,02,symb,XOR,30,"['~', '*']",<* ~],0,1 +0613,0613,02,symb,XOR,31,"['(', '$']",$ (],1,1 +0613,0613,02,symb,XOR,32,"['~', '$']",$ ~],1,1 +0613,0613,02,symb,XOR,33,"['(', ':']",: >],0,1 +0613,0613,02,symb,XOR,34,"['*', '<']",< *],1,1 +0613,0613,02,symb,XOR,35,"[':', '~']",(~ :)],0,1 +0613,0613,02,symb,XOR,36,"['*', '>']",> *],1,1 +0613,0613,02,symb,XOR,37,"[':', '!']",! :],1,1 +0613,0613,02,symb,XOR,38,"['&', '(']",& (],1,1 +0613,0613,02,symb,XOR,39,"['(', '~']",( ~],1,1 +0613,0613,02,symb,XOR,40,"['*', ':']",$: *],0,1 +0613,0613,02,symb,XOR,41,"['<', '!']",< !],1,1 +0613,0613,02,symb,XOR,42,"['>', '%']",% >],1,1 +0613,0613,02,symb,XOR,43,"['~', '&']",& ~],1,1 +0613,0613,02,symb,XOR,44,"['$', '%']",% >],0,1 +0613,0613,02,symb,XOR,45,"['&', '!']",! &],1,1 +0613,0613,02,symb,XOR,46,"[':', '%']",% :],1,1 +0613,0613,02,symb,XOR,47,"['%', ':']",: %],1,1 +0613,0613,02,symb,XOR,48,"['~', '&']",& ~],1,1 +0613,0613,02,symb,XOR,49,"['<', '%']",% <],1,1 +0613,0613,02,symb,XOR,50,"['>', '~']",~ >],1,1 +0613,0613,02,symb,XOR,51,"['&', '~']",% ~],0,1 +0613,0613,02,symb,XOR,52,"['>', ':']",:! >],0,1 +0613,0613,02,symb,XOR,53,"['(', '%']",% (],1,1 +0613,0613,02,symb,XOR,54,"['%', '*']",* %],1,1 +0613,0613,02,symb,XOR,55,"['*', '$']",% *],0,1 +0613,0613,02,symb,XOR,56,"['>', '&']",& >],1,1 +0613,0613,02,symb,XOR,57,"['~', '%']",% ~],1,1 +0613,0613,02,symb,XOR,58,"['$', ':']",: $],1,1 +0613,0613,02,symb,XOR,59,"['*', '~']",~ *],1,1 +0613,0613,02,symb,XOR,60,"['<', '%']",% ~],0,1 +0613,0613,02,symb,XOR,61,"['!', '*']",* !],1,1 +0613,0613,02,symb,XOR,62,"['!', '%']",% !],1,1 +0613,0613,02,symb,XOR,63,"['$', '&']",& $],1,1 +0613,0613,02,symb,XOR,64,"['(', '&']",& $],0,1 +0613,0613,02,symb,XOR,65,"['*', '&']",& *],1,1 +0613,0613,02,symb,XOR,66,"['~', '$']",$ ~],1,1 +0613,0613,02,symb,XOR,67,"['>', '*']",* >],1,1 +0613,0613,02,symb,XOR,68,"['<', '>']",> <],1,1 +0613,0613,02,symb,XOR,69,"['*', '>']",*> <],0,1 +0613,0613,02,symb,XOR,70,"['~', '(']",< (],0,1 +0613,0613,02,symb,XOR,71,"['<', '%']",% *],0,1 +0613,0613,02,symb,XOR,72,"['*', '$']",$ *],1,1 +0613,0613,02,symb,XOR,73,"['!', '&']",& !],1,1 +0613,0613,02,symb,XOR,74,"['&', '%']",% &],1,1 +0613,0613,02,symb,XOR,75,"['*', '%']",% *],1,1 +0613,0613,02,symb,XOR,76,"['%', '&']",& %],1,1 +0613,0613,02,symb,XOR,77,"['!', '~']",~ !],1,1 +0613,0613,02,symb,XOR,78,"['$', '~']",$ ~],1,1 +0613,0613,02,symb,XOR,79,"['%', '<']",< %],1,1 +0613,0613,02,symb,XOR,80,"['!', '$']",$ &],0,1 +0613,0613,02,symb,XOR,81,"['~', '%']",% ~],1,1 +0613,0613,02,symb,XOR,82,"['<', '$']",$ *],0,1 +0613,0613,02,symb,XOR,83,"['>', '*']",* >],1,1 +0613,0613,02,symb,XOR,84,"['*', '&']",& *],1,1 +0613,0613,02,symb,XOR,85,"['(', '$']",$ <],0,1 +0613,0613,02,symb,XOR,86,"['$', '(']",& (],0,1 +0613,0613,02,symb,XOR,87,"['%', ':']",: (],0,1 +0613,0613,02,symb,XOR,88,"[':', '%']",% : ],1,1 +0613,0613,02,symb,XOR,89,"[':', '&']",& :],1,1 +0613,0613,02,symb,XOR,90,"['*', '~']",~ *],1,1 +0613,0613,02,symb,XOR,91,"['<', '%']",% <],1,1 +0613,0613,02,symb,XOR,92,"['*', '>']",> *],1,1 +0613,0613,02,symb,XOR,93,"['<', '%']",% <],1,1 +0613,0613,02,symb,XOR,94,"[':', '~']",~ :],1,1 +0613,0613,02,symb,XOR,95,"['<', '>']",> (],0,1 +0613,0613,02,symb,XOR,96,"[':', '&']",& : ],1,1 +0613,0613,02,symb,XOR,97,"['&', '(']",& (],1,1 +0613,0613,02,symb,XOR,98,"['!', '>']",> !],1,1 +0613,0613,02,symb,XOR,99,"[':', '$']",$ %],0,1 +0613,0613,02,symb,c3_set_union_permuted,0,"['*', '~', '<', '!']",* < ~],0,1 +0613,0613,02,symb,c3_set_union_permuted,1,"['&', '~', '>', '<']",< ~ & >],1,1 +0613,0613,02,symb,c3_set_union_permuted,2,"['*', '&', '(', '~']",~ & ( *],1,1 +0613,0613,02,symb,c3_set_union_permuted,3,"['~', '%', '&', '!']",! & % ~],1,1 +0613,0613,02,symb,c3_set_union_permuted,4,"['(', '!', '&', '>']",> ! (&],1,1 +0613,0613,02,symb,c3_set_union_permuted,5,"['>', '<', ':', '(']",: ( >],0,1 +0613,0613,02,symb,c3_set_union_permuted,6,"['(', '%', ':', '&']",% & : (],1,1 +0613,0613,02,symb,c3_set_union_permuted,7,"['*', ':', '(', '&']",: ( *],0,1 +0613,0613,02,symb,c3_set_union_permuted,8,"['!', '%', '>', '~']",~ > ! %],1,1 +0613,0613,02,symb,c3_set_union_permuted,9,"['~', '$', '*', '(']",* ~ $],0,1 +0613,0613,02,symb,c3_set_union_permuted,10,"['~', '<', '$', ':']",~ $ : <],1,1 +0613,0613,02,symb,c3_set_union_permuted,11,"['(', '>', '*', '%']",( * % >),0,1 +0613,0613,02,symb,c3_set_union_permuted,12,"['>', '&', '<', '!']",>& !<],1,1 +0613,0613,02,symb,c3_set_union_permuted,13,"['%', '*', '!', '(']",( % ! *],1,1 +0613,0613,02,symb,c3_set_union_permuted,14,"['&', '%', '~', '$']",& % ~ $],1,1 +0613,0613,02,symb,c3_set_union_permuted,15,"['>', '%', '~', '&']",> & ~ %],1,1 +0613,0613,02,symb,c3_set_union_permuted,16,"['<', '>', '*', '%']",* % < >],1,1 +0613,0613,02,symb,c3_set_union_permuted,17,"['(', '*', '~', ':']",* (:],0,1 +0613,0613,02,symb,c3_set_union_permuted,18,"[':', '(', '$', '>']",$: > (],1,1 +0613,0613,02,symb,c3_set_union_permuted,19,"[':', '$', '%', '~']",$ ~ :],0,1 +0613,0613,02,symb,c3_set_union_permuted,20,"['!', ':', '&', '(']",: !],0,1 +0613,0613,02,symb,c3_set_union_permuted,21,"['>', '$', '!', '%']",> ! $ %],1,1 +0613,0613,02,symb,c3_set_union_permuted,22,"['%', '<', ':', '>']",< > :],0,1 +0613,0613,02,symb,c3_set_union_permuted,23,"['>', '&', '$', '!']",& ! $ >],1,1 +0613,0613,02,symb,c3_set_union_permuted,24,"['&', '$', '!', '(']",& $ !],0,1 +0613,0613,02,symb,c3_set_union_permuted,25,"['>', ':', '(', '~']",> ( ~ :],1,1 +0613,0613,02,symb,c3_set_union_permuted,26,"['*', '!', '%', '$']",! $ % *],1,1 +0613,0613,02,symb,c3_set_union_permuted,27,"['(', '!', '%', '~']",% ~ !],0,1 +0613,0613,02,symb,c3_set_union_permuted,28,"['<', '!', '>', '(']",> < ! (],1,1 +0613,0613,02,symb,c3_set_union_permuted,29,"['*', '&', '(', '!']",(& ! *)],0,1 +0613,0613,02,symb,c3_set_union_permuted,30,"['<', ':', '*', '(']",( * : <],1,1 +0613,0613,02,symb,c3_set_union_permuted,31,"['<', '~', '$', '!']",< ~ $ !],1,1 +0613,0613,02,symb,c3_set_union_permuted,32,"['<', '>', '!', '$']",> ! $ <],1,1 +0613,0613,02,symb,c3_set_union_permuted,33,"['>', ':', '!', '&']",> : ! &],1,1 +0613,0613,02,symb,c3_set_union_permuted,34,"['%', '*', '&', ':']",% & : *],1,1 +0613,0613,02,symb,c3_set_union_permuted,35,"['&', '!', '%', '>']",% ! > &],1,1 +0613,0613,02,symb,c3_set_union_permuted,36,"['~', '$', '<', '>']",> $ < ~],1,1 +0613,0613,02,symb,c3_set_union_permuted,37,"['~', '<', '(', '!']",<( ! ~],1,1 +0613,0613,02,symb,c3_set_union_permuted,38,"[':', '<', '~', '!']",~ < ! :],1,1 +0613,0613,02,symb,c3_set_union_permuted,39,"[':', '$', '%', '&']",: % & $],1,1 +0613,0613,02,symb,c3_set_union_permuted,40,"['!', '%', '$', '~']",% ! $ ~],1,1 +0613,0613,02,symb,c3_set_union_permuted,41,"['%', '!', '<', ':']",% : ! <],1,1 +0613,0613,02,symb,c3_set_union_permuted,42,"['~', '!', '>', '$']",> $ !],0,1 +0613,0613,02,symb,c3_set_union_permuted,43,"['~', ':', '!', '$']",! : $],0,1 +0613,0613,02,symb,c3_set_union_permuted,44,"['>', '*', '<', '$']",> $ * <],1,1 +0613,0613,02,symb,c3_set_union_permuted,45,"['<', '!', '(', '&']",! < &],0,1 +0613,0613,02,symb,c3_set_union_permuted,46,"['%', '(', '~', '>']",% (~ >],1,1 +0613,0613,02,symb,c3_set_union_permuted,47,"[':', '!', '%', '>']",: % !],0,1 +0613,0613,02,symb,c3_set_union_permuted,48,"[':', '&', '!', '~']",& ~ :],0,1 +0613,0613,02,symb,c3_set_union_permuted,49,"['*', '&', '%', '>']",* & > %],1,1 +0613,0613,02,symb,c3_set_union_permuted,50,"[':', '%', '*', '>']",> : *],0,1 +0613,0613,02,symb,c3_set_union_permuted,51,"['&', ':', '%', '!']",! % : &],1,1 +0613,0613,02,symb,c3_set_union_permuted,52,"['<', '&', '~', '%']",% & < ~],1,1 +0613,0613,02,symb,c3_set_union_permuted,53,"['(', '$', '>', '~']",> (~ $],1,1 +0613,0613,02,symb,c3_set_union_permuted,54,"['~', '<', '*', '$']",< * ~ $],1,1 +0613,0613,02,symb,c3_set_union_permuted,55,"['<', '>', '(', '~']",~ > (<)],0,1 +0613,0613,02,symb,c3_set_union_permuted,56,"['~', '$', '(', '!']",~ $ !],0,1 +0613,0613,02,symb,c3_set_union_permuted,57,"['~', ':', '%', '>']",: % ~],0,1 +0613,0613,02,symb,c3_set_union_permuted,58,"['(', '$', '>', '&']",$ ( & >],1,1 +0613,0613,02,symb,c3_set_union_permuted,59,"['&', '%', '>', '(']",% > & (],1,1 +0613,0613,02,symb,c3_set_union_permuted,60,"['$', '(', '*', '&']",& $ (],0,1 +0613,0613,02,symb,c3_set_union_permuted,61,"['>', '~', '*', '$']",* > $ ~],1,1 +0613,0613,02,symb,c3_set_union_permuted,62,"['~', '*', '$', ':']",:* ~ $],1,1 +0613,0613,02,symb,c3_set_union_permuted,63,"['$', '(', '~', '%']",(% ~],0,1 +0613,0613,02,symb,c3_set_union_permuted,64,"['!', '*', '$', '(']",$ ! * (],1,1 +0613,0613,02,symb,c3_set_union_permuted,65,"['*', '$', '%', '>']",> % $ *],1,1 +0613,0613,02,symb,c3_set_union_permuted,66,"['>', '<', '*', '~']",< > ~ *],1,1 +0613,0613,02,symb,c3_set_union_permuted,67,"['!', '(', '%', '>']",% > ( !],1,1 +0613,0613,02,symb,c3_set_union_permuted,68,"['~', '*', '&', '<']",~ < * &],1,1 +0613,0613,02,symb,c3_set_union_permuted,69,"['<', '&', '!', '$']",$ & < !],1,1 +0613,0613,02,symb,c3_set_union_permuted,70,"['~', '!', '&', '*']",* ~ & !],1,1 +0613,0613,02,symb,c3_set_union_permuted,71,"[':', '$', '%', '!']",: ! %],0,1 +0613,0613,02,symb,c3_set_union_permuted,72,"[':', '*', '<', '%']",* : %],0,1 +0613,0613,02,symb,c3_set_union_permuted,73,"['!', '~', '&', '(']",(~ ! &)],0,1 +0613,0613,02,symb,c3_set_union_permuted,74,"['$', '~', '%', '*']",$ ~ *],0,1 +0613,0613,02,symb,c3_set_union_permuted,75,"['<', '$', '(', '>']",> < ($)],0,1 +0613,0613,02,symb,c3_set_union_permuted,76,"['&', '>', '(', '*']",* > & (],1,1 +0613,0613,02,symb,c3_set_union_permuted,77,"['!', '<', '*', '&']",* & ! <],1,1 +0613,0613,02,symb,c3_set_union_permuted,78,"['&', '<', '(', ':']",& : (],0,1 +0613,0613,02,symb,c3_set_union_permuted,79,"['*', '&', '<', ':']",<& : *],1,1 +0613,0613,02,symb,c3_set_union_permuted,80,"['(', '!', '$', '<']",< ( $ !],1,1 +0613,0613,02,symb,c3_set_union_permuted,81,"['*', '&', '$', '%']",& * %],0,1 +0613,0613,02,symb,c3_set_union_permuted,82,"['%', '&', '<', '$']",$ < % &],1,1 +0613,0613,02,symb,c3_set_union_permuted,83,"['%', '*', ':', '$']",$ * % :],1,1 +0613,0613,02,symb,c3_set_union_permuted,84,"['&', '%', '<', '(']",< ( %],0,1 +0613,0613,02,symb,c3_set_union_permuted,85,"['<', '!', '(', '%']",( < ! %],1,1 +0613,0613,02,symb,c3_set_union_permuted,86,"['%', '*', ':', '(']",* : %],0,1 +0613,0613,02,symb,c3_set_union_permuted,87,"['!', '~', '<', '%']",! % <],0,1 +0613,0613,02,symb,c3_set_union_permuted,88,"['*', '(', '!', '>']",!* >],0,1 +0613,0613,02,symb,c3_set_union_permuted,89,"['%', '~', ':', '<']",< : % ~],1,1 +0613,0613,02,symb,c3_set_union_permuted,90,"['!', ':', '&', '$']",! : $ &],1,1 +0613,0613,02,symb,c3_set_union_permuted,91,"[':', '*', '>', '&']",& > * :],1,1 +0613,0613,02,symb,c3_set_union_permuted,92,"['>', '~', '(', '!']",> ! ~],0,1 +0613,0613,02,symb,c3_set_union_permuted,93,"['>', '%', '*', '~']",% * > ~],1,1 +0613,0613,02,symb,c3_set_union_permuted,94,"[':', '!', '<', '(']",: < (],0,1 +0613,0613,02,symb,c3_set_union_permuted,95,"['&', '~', '>', '(']",( & > ~)],0,1 +0613,0613,02,symb,c3_set_union_permuted,96,"[':', '~', '>', '&']",~ > &],0,1 +0613,0613,02,symb,c3_set_union_permuted,97,"['<', '~', '>', '%']",% ~ < >],1,1 +0613,0613,02,symb,c3_set_union_permuted,98,"['!', '~', '*', '>']",~ ! > *],1,1 +0613,0613,02,symb,c3_set_union_permuted,99,"['!', '<', '*', '>']",! * > <],1,1 +0613,0613,02,symb,c2_set_union_permuted,0,['<'],< ~ & >],0,1 +0613,0613,02,symb,c2_set_union_permuted,1,['<'],~ < ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,2,['$'],* $ >],0,1 +0613,0613,02,symb,c2_set_union_permuted,3,[':'],:% :],0,1 +0613,0613,02,symb,c2_set_union_permuted,4,[':'],$: >],0,1 +0613,0613,02,symb,c2_set_union_permuted,5,['~'],$ * ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,6,['>'],> $],0,1 +0613,0613,02,symb,c2_set_union_permuted,7,['!'],!],1,1 +0613,0613,02,symb,c2_set_union_permuted,8,[':'],:&],0,1 +0613,0613,02,symb,c2_set_union_permuted,9,['('],($ &],0,1 +0613,0613,02,symb,c2_set_union_permuted,10,['('],: ( *],0,1 +0613,0613,02,symb,c2_set_union_permuted,11,['%'],& % <],0,1 +0613,0613,02,symb,c2_set_union_permuted,12,['>'],> <],0,1 +0613,0613,02,symb,c2_set_union_permuted,13,['<'],< !],0,1 +0613,0613,02,symb,c2_set_union_permuted,14,['!'],$ ! %],0,1 +0613,0613,02,symb,c2_set_union_permuted,15,['!'],! < !],0,1 +0613,0613,02,symb,c2_set_union_permuted,16,['!'],!],1,1 +0613,0613,02,symb,c2_set_union_permuted,17,['&'],& : &],0,1 +0613,0613,02,symb,c2_set_union_permuted,18,['<'],% < %],0,1 +0613,0613,02,symb,c2_set_union_permuted,19,['*'],* !],0,1 +0613,0613,02,symb,c2_set_union_permuted,20,['<'],> < >],0,1 +0613,0613,02,symb,c2_set_union_permuted,21,[':'],:! :],0,1 +0613,0613,02,symb,c2_set_union_permuted,22,['$'],* $ %],0,1 +0613,0613,02,symb,c2_set_union_permuted,23,['<'],<],1,1 +0613,0613,02,symb,c2_set_union_permuted,24,['!'],< ! <],0,1 +0613,0613,02,symb,c2_set_union_permuted,25,['%'],% ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,26,[':'],:< %],0,1 +0613,0613,02,symb,c2_set_union_permuted,27,['<'],< $ <],0,1 +0613,0613,02,symb,c2_set_union_permuted,28,['%'],% < &],0,1 +0613,0613,02,symb,c2_set_union_permuted,29,['~'],% ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,30,['~'],~ % ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,31,['%'],% > &],0,1 +0613,0613,02,symb,c2_set_union_permuted,32,[':'],:<],0,1 +0613,0613,02,symb,c2_set_union_permuted,33,['('],! ( *],0,1 +0613,0613,02,symb,c2_set_union_permuted,34,[':'],:* &],0,1 +0613,0613,02,symb,c2_set_union_permuted,35,['('],( )],0,1 +0613,0613,02,symb,c2_set_union_permuted,36,['<'],< :],0,1 +0613,0613,02,symb,c2_set_union_permuted,37,['!'],! &],0,1 +0613,0613,02,symb,c2_set_union_permuted,38,['$'],$ (],0,1 +0613,0613,02,symb,c2_set_union_permuted,39,['$'],% $ %],0,1 +0613,0613,02,symb,c2_set_union_permuted,40,['&'],& &],0,1 +0613,0613,02,symb,c2_set_union_permuted,41,['('],: $],0,1 +0613,0613,02,symb,c2_set_union_permuted,42,['~'],~ ! ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,43,['&'],& !],0,1 +0613,0613,02,symb,c2_set_union_permuted,44,['<'],( % < >],0,1 +0613,0613,02,symb,c2_set_union_permuted,45,['!'],! $],0,1 +0613,0613,02,symb,c2_set_union_permuted,46,['$'],& % (],0,1 +0613,0613,02,symb,c2_set_union_permuted,47,['('],( *),0,1 +0613,0613,02,symb,c2_set_union_permuted,48,[':'],: &]],0,1 +0613,0613,02,symb,c2_set_union_permuted,49,['('],( : >],0,1 +0613,0613,02,symb,c2_set_union_permuted,50,['('],(< (],0,1 +0613,0613,02,symb,c2_set_union_permuted,51,['!'],* ! (],0,1 +0613,0613,02,symb,c2_set_union_permuted,52,['('],($ &),0,1 +0613,0613,02,symb,c2_set_union_permuted,53,['~'],$ ~ %],0,1 +0613,0613,02,symb,c2_set_union_permuted,54,['%'],%],1,1 +0613,0613,02,symb,c2_set_union_permuted,55,['>'],> *],0,1 +0613,0613,02,symb,c2_set_union_permuted,56,['('],(],1,1 +0613,0613,02,symb,c2_set_union_permuted,57,['>'],> >],0,1 +0613,0613,02,symb,c2_set_union_permuted,58,['*'],* & ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,59,['!'],% ! !],0,1 +0613,0613,02,symb,c2_set_union_permuted,60,['>'],> *],0,1 +0613,0613,02,symb,c2_set_union_permuted,61,['%'],% *],0,1 +0613,0613,02,symb,c2_set_union_permuted,62,['*'],* *],0,1 +0613,0613,02,symb,c2_set_union_permuted,63,['>'],! > *],0,1 +0613,0613,02,symb,c2_set_union_permuted,64,['*'],> * % ( *],0,1 +0613,0613,02,symb,c2_set_union_permuted,65,['!'],! * !],0,1 +0613,0613,02,symb,c2_set_union_permuted,66,['&'],% & !],0,1 +0613,0613,02,symb,c2_set_union_permuted,67,['!'],% ~ !],0,1 +0613,0613,02,symb,c2_set_union_permuted,68,['~'],> ~ &],0,1 +0613,0613,02,symb,c2_set_union_permuted,69,['%'],% !],0,1 +0613,0613,02,symb,c2_set_union_permuted,70,['!'],! *],0,1 +0613,0613,02,symb,c2_set_union_permuted,71,['~'],~],1,1 +0613,0613,02,symb,c2_set_union_permuted,72,['*'],$ * <],0,1 +0613,0613,02,symb,c2_set_union_permuted,73,['>'],& > <],0,1 +0613,0613,02,symb,c2_set_union_permuted,74,['!'],> $ !],0,1 +0613,0613,02,symb,c2_set_union_permuted,75,['%'],% ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,76,[':'],:],1,1 +0613,0613,02,symb,c2_set_union_permuted,77,['$'],% (],0,1 +0613,0613,02,symb,c2_set_union_permuted,78,['~'],< ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,79,['!'],< ! !],0,1 +0613,0613,02,symb,c2_set_union_permuted,80,['&'],& ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,81,['('],(% <),0,1 +0613,0613,02,symb,c2_set_union_permuted,82,['!'],! %],0,1 +0613,0613,02,symb,c2_set_union_permuted,83,['>'],> < (],0,1 +0613,0613,02,symb,c2_set_union_permuted,84,['<'],& < &],0,1 +0613,0613,02,symb,c2_set_union_permuted,85,['$'],$ :],0,1 +0613,0613,02,symb,c2_set_union_permuted,86,[':'],(: & (],0,1 +0613,0613,02,symb,c2_set_union_permuted,87,['!'],! *],0,1 +0613,0613,02,symb,c2_set_union_permuted,88,[':'],$: &],0,1 +0613,0613,02,symb,c2_set_union_permuted,89,[':'],*: !],0,1 +0613,0613,02,symb,c2_set_union_permuted,90,[':'],> : >],0,1 +0613,0613,02,symb,c2_set_union_permuted,91,[':'],: > ~],0,1 +0613,0613,02,symb,c2_set_union_permuted,92,['<'],: <],0,1 +0613,0613,02,symb,c2_set_union_permuted,93,['('],( ~ >],0,1 +0613,0613,02,symb,c2_set_union_permuted,94,['%'],% :],0,1 +0613,0613,02,symb,c2_set_union_permuted,95,['~'],~],1,1 +0613,0613,02,symb,c2_set_union_permuted,96,['%'],: % >],0,1 +0613,0613,02,symb,c2_set_union_permuted,97,['&'],< & %],0,1 +0613,0613,02,symb,c2_set_union_permuted,98,['$'],$ %],0,1 +0613,0613,02,symb,c2_set_union_permuted,99,['!'],!],1,1 +0613,0613,02,symb,c1_set_union_permuted,0,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,1,['('],(],1,1 +0613,0613,02,symb,c1_set_union_permuted,2,['*'],*],1,1 +0613,0613,02,symb,c1_set_union_permuted,3,['!'],! >],0,1 +0613,0613,02,symb,c1_set_union_permuted,4,['&'],&],1,1 +0613,0613,02,symb,c1_set_union_permuted,5,['*'],*],1,1 +0613,0613,02,symb,c1_set_union_permuted,6,['!'],!:],0,1 +0613,0613,02,symb,c1_set_union_permuted,7,['~'],~],1,1 +0613,0613,02,symb,c1_set_union_permuted,8,['!'],!),0,1 +0613,0613,02,symb,c1_set_union_permuted,9,['$'],$],1,1 +0613,0613,02,symb,c1_set_union_permuted,10,['~'],~],1,1 +0613,0613,02,symb,c1_set_union_permuted,11,[':'],:],1,1 +0613,0613,02,symb,c1_set_union_permuted,12,['!'],!],1,1 +0613,0613,02,symb,c1_set_union_permuted,13,[':'],:%],0,1 +0613,0613,02,symb,c1_set_union_permuted,14,['<'],<],1,1 +0613,0613,02,symb,c1_set_union_permuted,15,['*'],*],1,1 +0613,0613,02,symb,c1_set_union_permuted,16,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,17,['!'],!],1,1 +0613,0613,02,symb,c1_set_union_permuted,18,['('],(],1,1 +0613,0613,02,symb,c1_set_union_permuted,19,['$'],$ >],0,1 +0613,0613,02,symb,c1_set_union_permuted,20,['&'],&],1,1 +0613,0613,02,symb,c1_set_union_permuted,21,['!'],!,1,1 +0613,0613,02,symb,c1_set_union_permuted,22,[':'],:],1,1 +0613,0613,02,symb,c1_set_union_permuted,23,['~'],: ~],0,1 +0613,0613,02,symb,c1_set_union_permuted,24,['>'],>],1,1 +0613,0613,02,symb,c1_set_union_permuted,25,['!'],! >],0,1 +0613,0613,02,symb,c1_set_union_permuted,26,['$'],$],1,1 +0613,0613,02,symb,c1_set_union_permuted,27,['$'],<$>,0,1 +0613,0613,02,symb,c1_set_union_permuted,28,['&'],&],1,1 +0613,0613,02,symb,c1_set_union_permuted,29,['~'],$,0,1 +0613,0613,02,symb,c1_set_union_permuted,30,['~'],~],1,1 +0613,0613,02,symb,c1_set_union_permuted,31,['('],(],1,1 +0613,0613,02,symb,c1_set_union_permuted,32,['('],(],1,1 +0613,0613,02,symb,c1_set_union_permuted,33,['('],(],1,1 +0613,0613,02,symb,c1_set_union_permuted,34,['$'],$],1,1 +0613,0613,02,symb,c1_set_union_permuted,35,['*'],*],1,1 +0613,0613,02,symb,c1_set_union_permuted,36,['<'],<],1,1 +0613,0613,02,symb,c1_set_union_permuted,37,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,38,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,39,['!'],! & >],0,1 +0613,0613,02,symb,c1_set_union_permuted,40,[':'],:$],0,1 +0613,0613,02,symb,c1_set_union_permuted,41,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,42,['('],( >],0,1 +0613,0613,02,symb,c1_set_union_permuted,43,['!'],(!],0,1 +0613,0613,02,symb,c1_set_union_permuted,44,['>'],>],1,1 +0613,0613,02,symb,c1_set_union_permuted,45,['>'],>],1,1 +0613,0613,02,symb,c1_set_union_permuted,46,['*'],:],0,1 +0613,0613,02,symb,c1_set_union_permuted,47,['<'],<],1,1 +0613,0613,02,symb,c1_set_union_permuted,48,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,49,[':'],*],0,1 +0613,0613,02,symb,c1_set_union_permuted,50,['!'],!],1,1 +0613,0613,02,symb,c1_set_union_permuted,51,['~'],~],1,1 +0613,0613,02,symb,c1_set_union_permuted,52,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,53,[':'],( $],0,1 +0613,0613,02,symb,c1_set_union_permuted,54,['!'],%],0,1 +0613,0613,02,symb,c1_set_union_permuted,55,['~'],~],1,1 +0613,0613,02,symb,c1_set_union_permuted,56,['<'],<],1,1 +0613,0613,02,symb,c1_set_union_permuted,57,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,58,['$'],$],1,1 +0613,0613,02,symb,c1_set_union_permuted,59,['!'],! <],0,1 +0613,0613,02,symb,c1_set_union_permuted,60,['&'],&],1,1 +0613,0613,02,symb,c1_set_union_permuted,61,['$'],$],1,1 +0613,0613,02,symb,c1_set_union_permuted,62,['('],< >],0,1 +0613,0613,02,symb,c1_set_union_permuted,63,['~'],~],1,1 +0613,0613,02,symb,c1_set_union_permuted,64,['$'],($),0,1 +0613,0613,02,symb,c1_set_union_permuted,65,['*'],*],1,1 +0613,0613,02,symb,c1_set_union_permuted,66,['$'],$,1,1 +0613,0613,02,symb,c1_set_union_permuted,67,['!'],!],1,1 +0613,0613,02,symb,c1_set_union_permuted,68,['~'],(~],0,1 +0613,0613,02,symb,c1_set_union_permuted,69,['~'],~ $],0,1 +0613,0613,02,symb,c1_set_union_permuted,70,[':'],:],1,1 +0613,0613,02,symb,c1_set_union_permuted,71,['<'],<],1,1 +0613,0613,02,symb,c1_set_union_permuted,72,['&'],&],1,1 +0613,0613,02,symb,c1_set_union_permuted,73,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,74,['!'],:],0,1 +0613,0613,02,symb,c1_set_union_permuted,75,['!'],!*],0,1 +0613,0613,02,symb,c1_set_union_permuted,76,['('],(],1,1 +0613,0613,02,symb,c1_set_union_permuted,77,['!'],! &],0,1 +0613,0613,02,symb,c1_set_union_permuted,78,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,79,['&'],&],1,1 +0613,0613,02,symb,c1_set_union_permuted,80,['$'],$],1,1 +0613,0613,02,symb,c1_set_union_permuted,81,['*'],(*)],0,1 +0613,0613,02,symb,c1_set_union_permuted,82,['&'],&],1,1 +0613,0613,02,symb,c1_set_union_permuted,83,['!'],!],1,1 +0613,0613,02,symb,c1_set_union_permuted,84,['%'],%,1,1 +0613,0613,02,symb,c1_set_union_permuted,85,[':'],:],1,1 +0613,0613,02,symb,c1_set_union_permuted,86,['('],(],1,1 +0613,0613,02,symb,c1_set_union_permuted,87,['!'],!,1,1 +0613,0613,02,symb,c1_set_union_permuted,88,['%'],%],1,1 +0613,0613,02,symb,c1_set_union_permuted,89,['~'],< ~],0,1 +0613,0613,02,symb,c1_set_union_permuted,90,['<'],<],1,1 +0613,0613,02,symb,c1_set_union_permuted,91,['&'],&],1,1 +0613,0613,02,symb,c1_set_union_permuted,92,['~'],( ~],0,1 +0613,0613,02,symb,c1_set_union_permuted,93,['<'],<],1,1 +0613,0613,02,symb,c1_set_union_permuted,94,['$'],$],1,1 +0613,0613,02,symb,c1_set_union_permuted,95,['*'],*],1,1 +0613,0613,02,symb,c1_set_union_permuted,96,['>'],:>,0,1 +0613,0613,02,symb,c1_set_union_permuted,97,['('],($],0,1 +0613,0613,02,symb,c1_set_union_permuted,98,['~'],~],1,1 +0613,0613,02,symb,c1_set_union_permuted,99,['*'],*],1,1 +0613,0613,02,symb,XOR_permuted,0,"['(', '%']",( %],1,1 +0613,0613,02,symb,XOR_permuted,1,"[':', '(']",( : ],1,1 +0613,0613,02,symb,XOR_permuted,2,"['&', '>']",& >],1,1 +0613,0613,02,symb,XOR_permuted,3,"['~', '%']",% ~],1,1 +0613,0613,02,symb,XOR_permuted,4,"['!', '~']",(~ %),0,1 +0613,0613,02,symb,XOR_permuted,5,"['<', '~']",(~ !],0,1 +0613,0613,02,symb,XOR_permuted,6,"['!', '$']",> $],0,1 +0613,0613,02,symb,XOR_permuted,7,"['%', ':']",: %],1,1 +0613,0613,02,symb,XOR_permuted,8,"['&', '(']",& *],0,1 +0613,0613,02,symb,XOR_permuted,9,"[':', '!']",:] !],0,1 +0613,0613,02,symb,XOR_permuted,10,"['$', '~']",~ $],1,1 +0613,0613,02,symb,XOR_permuted,11,"['%', '>']",< %],0,1 +0613,0613,02,symb,XOR_permuted,12,"['%', '$']",$ %],1,1 +0613,0613,02,symb,XOR_permuted,13,"['!', '~']",: ~],0,1 +0613,0613,02,symb,XOR_permuted,14,"['&', '!']",& !],1,1 +0613,0613,02,symb,XOR_permuted,15,"['%', '>']",% >],1,1 +0613,0613,02,symb,XOR_permuted,16,"['>', ':']",! :],0,1 +0613,0613,02,symb,XOR_permuted,17,"['~', '*']",* ~],1,1 +0613,0613,02,symb,XOR_permuted,18,"['>', ':']",( :)],0,1 +0613,0613,02,symb,XOR_permuted,19,"['%', '$']",$ %],1,1 +0613,0613,02,symb,XOR_permuted,20,"['%', '*']",> *],0,1 +0613,0613,02,symb,XOR_permuted,21,"['~', '<']",~ <],1,1 +0613,0613,02,symb,XOR_permuted,22,"['%', '!']",! %],1,1 +0613,0613,02,symb,XOR_permuted,23,"['%', '$']",$ %],1,1 +0613,0613,02,symb,XOR_permuted,24,"[':', '%']",:% !],0,1 +0613,0613,02,symb,XOR_permuted,25,"['*', ':']",:* &],0,1 +0613,0613,02,symb,XOR_permuted,26,"['!', '$']",$ !],1,1 +0613,0613,02,symb,XOR_permuted,27,"['*', '$']",$ *],1,1 +0613,0613,02,symb,XOR_permuted,28,"['!', '>']",! &],0,1 +0613,0613,02,symb,XOR_permuted,29,"['$', '%']",$ %],1,1 +0613,0613,02,symb,XOR_permuted,30,"['*', '<']",< *],1,1 +0613,0613,02,symb,XOR_permuted,31,"['*', '~']",~ *],1,1 +0613,0613,02,symb,XOR_permuted,32,"['%', '*']",& *],0,1 +0613,0613,02,symb,XOR_permuted,33,"['<', '>']",< &],0,1 +0613,0613,02,symb,XOR_permuted,34,"['!', '<']",< %],0,1 +0613,0613,02,symb,XOR_permuted,35,"['~', '%']",% ~],1,1 +0613,0613,02,symb,XOR_permuted,36,"['~', '%']",% ~],1,1 +0613,0613,02,symb,XOR_permuted,37,"['(', '<']",( <],1,1 +0613,0613,02,symb,XOR_permuted,38,"[':', '$']",$: !],0,1 +0613,0613,02,symb,XOR_permuted,39,"['~', '>']",~ >],1,1 +0613,0613,02,symb,XOR_permuted,40,"['$', '!']",$ !],1,1 +0613,0613,02,symb,XOR_permuted,41,"['>', '~']",* ~],0,1 +0613,0613,02,symb,XOR_permuted,42,"[':', '$']",: $],1,1 +0613,0613,02,symb,XOR_permuted,43,"['>', '%']",>% %],0,1 +0613,0613,02,symb,XOR_permuted,44,"['*', '&']",(% *),0,1 +0613,0613,02,symb,XOR_permuted,45,"['!', '<']",! ~],0,1 +0613,0613,02,symb,XOR_permuted,46,"['*', '%']",:! %],0,1 +0613,0613,02,symb,XOR_permuted,47,"['*', '%']",* %],1,1 +0613,0613,02,symb,XOR_permuted,48,"['%', '&']",% &],1,1 +0613,0613,02,symb,XOR_permuted,49,"['<', '&']",& <],1,1 +0613,0613,02,symb,XOR_permuted,50,"['~', '$']",> $ ~],0,1 +0613,0613,02,symb,XOR_permuted,51,"['%', '&']",< %],0,1 +0613,0613,02,symb,XOR_permuted,52,"['$', ':']",: $],1,1 +0613,0613,02,symb,XOR_permuted,53,"[':', '*']",: &],0,1 +0613,0613,02,symb,XOR_permuted,54,"['&', '%']",< &],0,1 +0613,0613,02,symb,XOR_permuted,55,"['<', '$']",$ <],1,1 +0613,0613,02,symb,XOR_permuted,56,"['%', '~']",% ~],1,1 +0613,0613,02,symb,XOR_permuted,57,"['<', '(']",< (],1,1 +0613,0613,02,symb,XOR_permuted,58,"['>', '<']",< &],0,1 +0613,0613,02,symb,XOR_permuted,59,"[':', '*']",! :],0,1 +0613,0613,02,symb,XOR_permuted,60,"['$', '*']",% *],0,1 +0613,0613,02,symb,XOR_permuted,61,"['%', '&']",& %],1,1 +0613,0613,02,symb,XOR_permuted,62,"['%', '*']",% *],1,1 +0613,0613,02,symb,XOR_permuted,63,"['*', '%']",% >],0,1 +0613,0613,02,symb,XOR_permuted,64,"['*', '!']",* >],0,1 +0613,0613,02,symb,XOR_permuted,65,"['$', '~']",* ~],0,1 +0613,0613,02,symb,XOR_permuted,66,"['$', '(']",:$ !],0,1 +0613,0613,02,symb,XOR_permuted,67,"['%', '(']",: %],0,1 +0613,0613,02,symb,XOR_permuted,68,"['$', '<']",$ <],1,1 +0613,0613,02,symb,XOR_permuted,69,"['~', '(']",~ (],1,1 +0613,0613,02,symb,XOR_permuted,70,"['<', '%']",< %],1,1 +0613,0613,02,symb,XOR_permuted,71,"['!', '&']",& !],1,1 +0613,0613,02,symb,XOR_permuted,72,"[':', '&']",& : >],0,1 +0613,0613,02,symb,XOR_permuted,73,"['~', '!']",~ !],1,1 +0613,0613,02,symb,XOR_permuted,74,"['%', '$']",~ &],0,1 +0613,0613,02,symb,XOR_permuted,75,"['*', '$']",* $],1,1 +0613,0613,02,symb,XOR_permuted,76,"['$', '~']",~ $],1,1 +0613,0613,02,symb,XOR_permuted,77,"['(', '&']",& <],0,1 +0613,0613,02,symb,XOR_permuted,78,"['&', '(']",& ~],0,1 +0613,0613,02,symb,XOR_permuted,79,"['>', '!']",~ !],0,1 +0613,0613,02,symb,XOR_permuted,80,"[':', '!']",: !],1,1 +0613,0613,02,symb,XOR_permuted,81,"['<', '~']",< ~],1,1 +0613,0613,02,symb,XOR_permuted,82,"['<', '>']",< >],1,1 +0613,0613,02,symb,XOR_permuted,83,"['>', '%']",% >],1,1 +0613,0613,02,symb,XOR_permuted,84,"['~', '$']",< $],0,1 +0613,0613,02,symb,XOR_permuted,85,"['$', '(']",( $],1,1 +0613,0613,02,symb,XOR_permuted,86,"['~', '*']",* ~],1,1 +0613,0613,02,symb,XOR_permuted,87,"['$', '(']",( $],1,1 +0613,0613,02,symb,XOR_permuted,88,"['!', '&']",! &],1,1 +0613,0613,02,symb,XOR_permuted,89,"['(', '$']",$ (],1,1 +0613,0613,02,symb,XOR_permuted,90,"['&', '<']",& <,1,1 +0613,0613,02,symb,XOR_permuted,91,"['(', '%']",% (],1,1 +0613,0613,02,symb,XOR_permuted,92,"[':', '(']",~ :],0,1 +0613,0613,02,symb,XOR_permuted,93,"['<', ':']",$ <],0,1 +0613,0613,02,symb,XOR_permuted,94,"['!', '>']",> !],1,1 +0613,0613,02,symb,XOR_permuted,95,"[':', '<']",& : ],0,1 +0613,0613,02,symb,XOR_permuted,96,"['<', '$']",< $],1,1 +0613,0613,02,symb,XOR_permuted,97,"[':', '!']",:*],0,1 +0613,0613,02,symb,XOR_permuted,98,"['>', '<']",> >],0,1 +0613,0613,02,symb,XOR_permuted,99,"['~', '>']",: >],0,1 +0613,0613,02,symb,AND_permuted,0,[],],1,1 +0613,0613,02,symb,AND_permuted,1,[],$],0,1 +0613,0613,02,symb,AND_permuted,2,[],>],0,1 +0613,0613,02,symb,AND_permuted,3,[],*],0,1 +0613,0613,02,symb,AND_permuted,4,[],%,0,1 +0613,0613,02,symb,AND_permuted,5,[],*,0,1 +0613,0613,02,symb,AND_permuted,6,[],<,0,1 +0613,0613,02,symb,AND_permuted,7,[],<],0,1 +0613,0613,02,symb,AND_permuted,8,[],],1,1 +0613,0613,02,symb,AND_permuted,9,[],%],0,1 +0613,0613,02,symb,AND_permuted,10,[],],1,1 +0613,0613,02,symb,AND_permuted,11,[],],1,1 +0613,0613,02,symb,AND_permuted,12,[],],1,1 +0613,0613,02,symb,AND_permuted,13,[],(),0,1 +0613,0613,02,symb,AND_permuted,14,[],>],0,1 +0613,0613,02,symb,AND_permuted,15,[],],1,1 +0613,0613,02,symb,AND_permuted,16,[],%],0,1 +0613,0613,02,symb,AND_permuted,17,[],%,0,1 +0613,0613,02,symb,AND_permuted,18,[],:],0,1 +0613,0613,02,symb,AND_permuted,19,[],],1,1 +0613,0613,02,symb,AND_permuted,20,[],*],0,1 +0613,0613,02,symb,AND_permuted,21,[],(],0,1 +0613,0613,02,symb,AND_permuted,22,[],*],0,1 +0613,0613,02,symb,AND_permuted,23,[], ],1,1 +0613,0613,02,symb,AND_permuted,24,[],],1,1 +0613,0613,02,symb,AND_permuted,25,[],],1,1 +0613,0613,02,symb,AND_permuted,26,[],(],0,1 +0613,0613,02,symb,AND_permuted,27,[],($),0,1 +0613,0613,02,symb,AND_permuted,28,[],(],0,1 +0613,0613,02,symb,AND_permuted,29,[],],1,1 +0613,0613,02,symb,AND_permuted,30,[],<],0,1 +0613,0613,02,symb,AND_permuted,31,[],:],0,1 +0613,0613,02,symb,AND_permuted,32,[],],1,1 +0613,0613,02,symb,AND_permuted,33,[],:],0,1 +0613,0613,02,symb,AND_permuted,34,[],<,0,1 +0613,0613,02,symb,AND_permuted,35,[],~],0,1 +0613,0613,02,symb,AND_permuted,36,[],*],0,1 +0613,0613,02,symb,AND_permuted,37,[],&],0,1 +0613,0613,02,symb,AND_permuted,38,[],%,0,1 +0613,0613,02,symb,AND_permuted,39,[],&],0,1 +0613,0613,02,symb,AND_permuted,40,[],$],0,1 +0613,0613,02,symb,AND_permuted,41,[],],1,1 +0613,0613,02,symb,AND_permuted,42,[],(],0,1 +0613,0613,02,symb,AND_permuted,43,[],>],0,1 +0613,0613,02,symb,AND_permuted,44,[],:],0,1 +0613,0613,02,symb,AND_permuted,45,[],%],0,1 +0613,0613,02,symb,AND_permuted,46,[],<,0,1 +0613,0613,02,symb,AND_permuted,47,[],)],0,1 +0613,0613,02,symb,AND_permuted,48,[],],1,1 +0613,0613,02,symb,AND_permuted,49,[],<,0,1 +0613,0613,02,symb,AND_permuted,50,[],%,0,1 +0613,0613,02,symb,AND_permuted,51,[],*,0,1 +0613,0613,02,symb,AND_permuted,52,[],&],0,1 +0613,0613,02,symb,AND_permuted,53,[],(],0,1 +0613,0613,02,symb,AND_permuted,54,[],)],0,1 +0613,0613,02,symb,AND_permuted,55,[],%],0,1 +0613,0613,02,symb,AND_permuted,56,[],&],0,1 +0613,0613,02,symb,AND_permuted,57,[],*],0,1 +0613,0613,02,symb,AND_permuted,58,[],%],0,1 +0613,0613,02,symb,AND_permuted,59,[],$,0,1 +0613,0613,02,symb,AND_permuted,60,[],],1,1 +0613,0613,02,symb,AND_permuted,61,[],],1,1 +0613,0613,02,symb,AND_permuted,62,[],:,0,1 +0613,0613,02,symb,AND_permuted,63,[],:],0,1 +0613,0613,02,symb,AND_permuted,64,[],],1,1 +0613,0613,02,symb,AND_permuted,65,[],&],0,1 +0613,0613,02,symb,AND_permuted,66,[],],1,1 +0613,0613,02,symb,AND_permuted,67,[], ],1,1 +0613,0613,02,symb,AND_permuted,68,[],<],0,1 +0613,0613,02,symb,AND_permuted,69,[],:],0,1 +0613,0613,02,symb,AND_permuted,70,[],$],0,1 +0613,0613,02,symb,AND_permuted,71,[],&],0,1 +0613,0613,02,symb,AND_permuted,72,[],:],0,1 +0613,0613,02,symb,AND_permuted,73,[],],1,1 +0613,0613,02,symb,AND_permuted,74,[],&],0,1 +0613,0613,02,symb,AND_permuted,75,[],:],0,1 +0613,0613,02,symb,AND_permuted,76,[], ],1,1 +0613,0613,02,symb,AND_permuted,77,[],%],0,1 +0613,0613,02,symb,AND_permuted,78,[],],1,1 +0613,0613,02,symb,AND_permuted,79,[],&],0,1 +0613,0613,02,symb,AND_permuted,80,[],>],0,1 +0613,0613,02,symb,AND_permuted,81,[],<],0,1 +0613,0613,02,symb,AND_permuted,82,[],:],0,1 +0613,0613,02,symb,AND_permuted,83,[],],1,1 +0613,0613,02,symb,AND_permuted,84,[],(*),0,1 +0613,0613,02,symb,AND_permuted,85,[],*],0,1 +0613,0613,02,symb,AND_permuted,86,[],<,0,1 +0613,0613,02,symb,AND_permuted,87,[],],1,1 +0613,0613,02,symb,AND_permuted,88,[],&],0,1 +0613,0613,02,symb,AND_permuted,89,[],:],0,1 +0613,0613,02,symb,AND_permuted,90,[],~],0,1 +0613,0613,02,symb,AND_permuted,91,[],],1,1 +0613,0613,02,symb,AND_permuted,92,[],<),0,1 +0613,0613,02,symb,AND_permuted,93,[],:],0,1 +0613,0613,02,symb,AND_permuted,94,[],%],0,1 +0613,0613,02,symb,AND_permuted,95,[], ],1,1 +0613,0613,02,symb,AND_permuted,96,[],(],0,1 +0613,0613,02,symb,AND_permuted,97,[],<],0,1 +0613,0613,02,symb,AND_permuted,98,[],],1,1 +0613,0613,02,symb,AND_permuted,99,[],>],0,1 +0613,0613,12,coords,row_constant,0,['!'],8,1,1 +0613,0613,12,coords,row_constant,1,['('],5],1,1 +0613,0613,12,coords,row_constant,2,['>'],7],1,1 +0613,0613,12,coords,row_constant,3,['!'],49],0,1 +0613,0613,12,coords,row_constant,4,['~'],6,1,1 +0613,0613,12,coords,row_constant,5,['>'],7,1,1 +0613,0613,12,coords,row_constant,6,['<'],5,1,1 +0613,0613,12,coords,row_constant,7,['$'],6],0,1 +0613,0613,12,coords,row_constant,8,['('],2,0,1 +0613,0613,12,coords,row_constant,9,['('],7,1,1 +0613,0613,12,coords,row_constant,10,[':'],16] [16] [16],0,1 +0613,0613,12,coords,row_constant,11,['$'],6,1,1 +0613,0613,12,coords,row_constant,12,['%'],4] [4] [4],1,1 +0613,0613,12,coords,row_constant,13,['%'],5,1,1 +0613,0613,12,coords,row_constant,14,['&'],6],1,1 +0613,0613,12,coords,row_constant,15,['('],8,1,1 +0613,0613,12,coords,row_constant,16,['!'],0,1,1 +0613,0613,12,coords,row_constant,17,['>'],7,1,1 +0613,0613,12,coords,row_constant,18,['%'],6] [4] [4],0,1 +0613,0613,12,coords,row_constant,19,['<'],6,0,1 +0613,0613,12,coords,row_constant,20,['%'],4,1,1 +0613,0613,12,coords,row_constant,21,['!'],6,1,1 +0613,0613,12,coords,row_constant,22,['>'],4,0,1 +0613,0613,12,coords,row_constant,23,['$'],8,1,1 +0613,0613,12,coords,row_constant,24,['>'],9,1,1 +0613,0613,12,coords,row_constant,25,['('],8,1,1 +0613,0613,12,coords,row_constant,26,['<'],3,1,1 +0613,0613,12,coords,row_constant,27,['$'],9,1,1 +0613,0613,12,coords,row_constant,28,['~'],8,1,1 +0613,0613,12,coords,row_constant,29,['>'],16,0,1 +0613,0613,12,coords,row_constant,30,['~'],3,1,1 +0613,0613,12,coords,row_constant,31,['('],5,1,1 +0613,0613,12,coords,row_constant,32,['*'],1,1,1 +0613,0613,12,coords,row_constant,33,['('],12],0,1 +0613,0613,12,coords,row_constant,34,['~'],1] [0] [0],0,1 +0613,0613,12,coords,row_constant,35,['>'],7,1,1 +0613,0613,12,coords,row_constant,36,['('],6] [6] [6],0,1 +0613,0613,12,coords,row_constant,37,['!'],8,1,1 +0613,0613,12,coords,row_constant,38,['%'],6,1,1 +0613,0613,12,coords,row_constant,39,['$'],5,1,1 +0613,0613,12,coords,row_constant,40,['%'],1] [7] [7],0,1 +0613,0613,12,coords,row_constant,41,['~'],3] [2] [2],0,1 +0613,0613,12,coords,row_constant,42,['&'],4] [3] [3],0,1 +0613,0613,12,coords,row_constant,43,['('],8] [8] [8],0,1 +0613,0613,12,coords,row_constant,44,['<'],8],1,1 +0613,0613,12,coords,row_constant,45,['!'],9] [9] [9],1,1 +0613,0613,12,coords,row_constant,46,['*'],6,1,1 +0613,0613,12,coords,row_constant,47,[':'],7] [7] [7],1,1 +0613,0613,12,coords,row_constant,48,[':'],7,1,1 +0613,0613,12,coords,row_constant,49,['>'],3,1,1 +0613,0613,12,coords,col_constant,0,['~'],4] [9] [3],1,1 +0613,0613,12,coords,col_constant,1,['$'], ] [0] [8] = [,0,1 +0613,0613,12,coords,col_constant,2,['$'],7,1,1 +0613,0613,12,coords,col_constant,3,[':'],7,1,1 +0613,0613,12,coords,col_constant,4,['>'],3,1,1 +0613,0613,12,coords,col_constant,5,[':'],4],0,1 +0613,0613,12,coords,col_constant,6,['!'],3,1,1 +0613,0613,12,coords,col_constant,7,['<'],2,1,1 +0613,0613,12,coords,col_constant,8,['('],6,1,1 +0613,0613,12,coords,col_constant,9,['('],9,1,1 +0613,0613,12,coords,col_constant,10,['<'],4,1,1 +0613,0613,12,coords,col_constant,11,[':'],7],1,1 +0613,0613,12,coords,col_constant,12,['%'],1,1,1 +0613,0613,12,coords,col_constant,13,['&'],1,1,1 +0613,0613,12,coords,col_constant,14,['!'],5,1,1 +0613,0613,12,coords,col_constant,15,['~'],7,1,1 +0613,0613,12,coords,col_constant,16,['>'],6,1,1 +0613,0613,12,coords,col_constant,17,['<'],3,1,1 +0613,0613,12,coords,col_constant,18,['('],8,1,1 +0613,0613,12,coords,col_constant,19,['*'],1] [7] [6],1,1 +0613,0613,12,coords,col_constant,20,['~'],0,1,1 +0613,0613,12,coords,col_constant,21,['~'],3,1,1 +0613,0613,12,coords,col_constant,22,['$'],0,1,1 +0613,0613,12,coords,col_constant,23,['%'],5,1,1 +0613,0613,12,coords,col_constant,24,['<'],5,1,1 +0613,0613,12,coords,col_constant,25,['*'],2,1,1 +0613,0613,12,coords,col_constant,26,['$'],8,1,1 +0613,0613,12,coords,col_constant,27,['~'],6,1,1 +0613,0613,12,coords,col_constant,28,['$'],3] [5] [7],0,1 +0613,0613,12,coords,col_constant,29,['!'],0,1,1 +0613,0613,12,coords,col_constant,30,['~'],9,1,1 +0613,0613,12,coords,col_constant,31,[':'],9,1,1 +0613,0613,12,coords,col_constant,32,['('],0] [9] [4],0,1 +0613,0613,12,coords,col_constant,33,['%'],4,1,1 +0613,0613,12,coords,col_constant,34,['!'],],0,1 +0613,0613,12,coords,col_constant,35,['!'],6,1,1 +0613,0613,12,coords,col_constant,36,['<'],9],1,1 +0613,0613,12,coords,col_constant,37,['*'],8] [2] [7],0,1 +0613,0613,12,coords,col_constant,38,['*'],0,1,1 +0613,0613,12,coords,col_constant,39,['!'],7,1,1 +0613,0613,12,coords,col_constant,40,['*'],2,1,1 +0613,0613,12,coords,col_constant,41,['!'],1],0,1 +0613,0613,12,coords,col_constant,42,['!'],5,1,1 +0613,0613,12,coords,col_constant,43,['%'],6] [8] [7],0,1 +0613,0613,12,coords,col_constant,44,['~'],2,1,1 +0613,0613,12,coords,col_constant,45,['<'],0] [4] [9],0,1 +0613,0613,12,coords,col_constant,46,['>'],6],1,1 +0613,0613,12,coords,col_constant,47,['%'],1,1,1 +0613,0613,12,coords,col_constant,48,[':'],0,1,1 +0613,0613,12,coords,col_constant,49,['<'],1,1,1 +0613,0613,12,coords,dist3_diag1,0,['*'],8] [7] [1],1,1 +0613,0613,12,coords,dist3_diag1,1,['('],9,0,1 +0613,0613,12,coords,dist3_diag1,2,['>'],9] [1] [4],1,1 +0613,0613,12,coords,dist3_diag1,3,['%'],9,1,1 +0613,0613,12,coords,dist3_diag1,4,['~'],4],0,1 +0613,0613,12,coords,dist3_diag1,5,['~'],3,1,1 +0613,0613,12,coords,dist3_diag1,6,['*'],1] [6] [0],1,1 +0613,0613,12,coords,dist3_diag1,7,['%'],0,1,1 +0613,0613,12,coords,dist3_diag1,8,['$'],5] [2] [7],0,1 +0613,0613,12,coords,dist3_diag1,9,[':'],6,0,1 +0613,0613,12,coords,dist3_diag1,10,['<'],2],1,1 +0613,0613,12,coords,dist3_diag1,11,['!'],4] [7] [5],1,1 +0613,0613,12,coords,dist3_diag1,12,['%'],2,0,1 +0613,0613,12,coords,dist3_diag1,13,['*'],8] [9] [3],0,1 +0613,0613,12,coords,dist3_diag1,14,['!'],3],1,1 +0613,0613,12,coords,dist3_diag1,15,['>'],4] [6] [0],0,1 +0613,0613,12,coords,dist3_diag1,16,['~'],4,1,1 +0613,0613,12,coords,dist3_diag1,17,['!'],0] [9] [4],0,1 +0613,0613,12,coords,dist3_diag1,18,['!'],5] [1] [9],1,1 +0613,0613,12,coords,dist3_diag1,19,['!'],7,1,1 +0613,0613,12,coords,dist3_diag1,20,['>'],1] [6] [5],1,1 +0613,0613,12,coords,dist3_diag1,21,['('],7,1,1 +0613,0613,12,coords,dist3_diag1,22,['$'],7,1,1 +0613,0613,12,coords,dist3_diag1,23,['$'],3] [2] [4],0,1 +0613,0613,12,coords,dist3_diag1,24,['>'],0,1,1 +0613,0613,12,coords,dist3_diag1,25,['<'],3,1,1 +0613,0613,12,coords,dist3_diag1,26,['('],8] [7] [1],1,1 +0613,0613,12,coords,dist3_diag1,27,['%'],3] [9] [5],0,1 +0613,0613,12,coords,dist3_diag1,28,[':'],7],1,1 +0613,0613,12,coords,dist3_diag1,29,['!'],2,1,1 +0613,0613,12,coords,dist3_diag1,30,['('],9] [7] [1],0,1 +0613,0613,12,coords,dist3_diag1,31,['*'],7] [0] [9],1,1 +0613,0613,12,coords,dist3_diag1,32,[':'],0,1,1 +0613,0613,12,coords,dist3_diag1,33,['%'],3] [6] [7],1,1 +0613,0613,12,coords,dist3_diag1,34,[':'],8] [4] [5],0,1 +0613,0613,12,coords,dist3_diag1,35,['$'],0,0,1 +0613,0613,12,coords,dist3_diag1,36,['%'],0],1,1 +0613,0613,12,coords,dist3_diag1,37,['!'],7,1,1 +0613,0613,12,coords,dist3_diag1,38,['('],0],1,1 +0613,0613,12,coords,dist3_diag1,39,['&'],1] [5] [2],1,1 +0613,0613,12,coords,dist3_diag1,40,['<'],8] [6] [7],0,1 +0613,0613,12,coords,dist3_diag1,41,['<'],6],1,1 +0613,0613,12,coords,dist3_diag1,42,['~'],4,1,1 +0613,0613,12,coords,dist3_diag1,43,[':'],0] [1] [7],1,1 +0613,0613,12,coords,dist3_diag1,44,['$'],7,1,1 +0613,0613,12,coords,dist3_diag1,45,['&'],3,1,1 +0613,0613,12,coords,dist3_diag1,46,['!'],2,1,1 +0613,0613,12,coords,dist3_diag1,47,['<'],6],1,1 +0613,0613,12,coords,dist3_diag1,48,['%'],3] [1] [4],1,1 +0613,0613,12,coords,dist3_diag1,49,['*'],3] [6] [8],1,1 +0613,0613,12,coords,dist3_diag2,0,['$'],3,1,1 +0613,0613,12,coords,dist3_diag2,1,['<'],7,1,1 +0613,0613,12,coords,dist3_diag2,2,['<'],8,1,1 +0613,0613,12,coords,dist3_diag2,3,['('],7,1,1 +0613,0613,12,coords,dist3_diag2,4,['*'],5,1,1 +0613,0613,12,coords,dist3_diag2,5,[':'],7],1,1 +0613,0613,12,coords,dist3_diag2,6,['('],6] [0] [4],0,1 +0613,0613,12,coords,dist3_diag2,7,['('],4,0,1 +0613,0613,12,coords,dist3_diag2,8,['$'],1,1,1 +0613,0613,12,coords,dist3_diag2,9,['<'],0] [5] [2],1,1 +0613,0613,12,coords,dist3_diag2,10,['>'],0,1,1 +0613,0613,12,coords,dist3_diag2,11,['&'],6] [9] [7],1,1 +0613,0613,12,coords,dist3_diag2,12,['&'],9,1,1 +0613,0613,12,coords,dist3_diag2,13,['$'],1,0,1 +0613,0613,12,coords,dist3_diag2,14,['!'],9],1,1 +0613,0613,12,coords,dist3_diag2,15,['>'],16,0,1 +0613,0613,12,coords,dist3_diag2,16,['<'],9],1,1 +0613,0613,12,coords,dist3_diag2,17,['<'],6,1,1 +0613,0613,12,coords,dist3_diag2,18,['<'],0,1,1 +0613,0613,12,coords,dist3_diag2,19,['>'],3],1,1 +0613,0613,12,coords,dist3_diag2,20,['$'],5] [6] [7],0,1 +0613,0613,12,coords,dist3_diag2,21,['&'],5] [2] [6],0,1 +0613,0613,12,coords,dist3_diag2,22,[':'],5,1,1 +0613,0613,12,coords,dist3_diag2,23,[':'],0] [3] [8],1,1 +0613,0613,12,coords,dist3_diag2,24,['~'],4,1,1 +0613,0613,12,coords,dist3_diag2,25,['!'],9,1,1 +0613,0613,12,coords,dist3_diag2,26,['('],0] [2] [3],0,1 +0613,0613,12,coords,dist3_diag2,27,['!'],2],1,1 +0613,0613,12,coords,dist3_diag2,28,['~'],4] [1] [3],1,1 +0613,0613,12,coords,dist3_diag2,29,['>'],6] [1] [7],0,1 +0613,0613,12,coords,dist3_diag2,30,['~'],9],0,1 +0613,0613,12,coords,dist3_diag2,31,['*'],3],1,1 +0613,0613,12,coords,dist3_diag2,32,['!'],0] [1] [7],1,1 +0613,0613,12,coords,dist3_diag2,33,['!'],5] [2] [0],0,1 +0613,0613,12,coords,dist3_diag2,34,['%'],6,1,1 +0613,0613,12,coords,dist3_diag2,35,[':'],9],1,1 +0613,0613,12,coords,dist3_diag2,36,['~'],2] [5] [8],0,1 +0613,0613,12,coords,dist3_diag2,37,['!'],7,1,1 +0613,0613,12,coords,dist3_diag2,38,['>'],7,1,1 +0613,0613,12,coords,dist3_diag2,39,['('],6,1,1 +0613,0613,12,coords,dist3_diag2,40,[':'],8] [7] [6],1,1 +0613,0613,12,coords,dist3_diag2,41,[':'],3] [0] [4],1,1 +0613,0613,12,coords,dist3_diag2,42,['*'],8,1,1 +0613,0613,12,coords,dist3_diag2,43,['$'],7] [0] [6],1,1 +0613,0613,12,coords,dist3_diag2,44,['*'],1],1,1 +0613,0613,12,coords,dist3_diag2,45,['('],8,1,1 +0613,0613,12,coords,dist3_diag2,46,['<'],6,0,1 +0613,0613,12,coords,dist3_diag2,47,['<'],5,1,1 +0613,0613,12,coords,dist3_diag2,48,['%'],2] [4] [7],0,1 +0613,0613,12,coords,dist3_diag2,49,['$'],7,1,1 +0613,0613,12,coords,prog_size1,0,['('],3] [4] [5],0,1 +0613,0613,12,coords,prog_size1,1,['<'],4],1,1 +0613,0613,12,coords,prog_size1,2,['~'],5],1,1 +0613,0613,12,coords,prog_size1,3,['>'],4],1,1 +0613,0613,12,coords,prog_size1,4,[':'],5],1,1 +0613,0613,12,coords,prog_size1,5,['$'],8,1,1 +0613,0613,12,coords,prog_size1,6,['%'],2],1,1 +0613,0613,12,coords,prog_size1,7,['&'],2,1,1 +0613,0613,12,coords,prog_size1,8,['*'],3,1,1 +0613,0613,12,coords,prog_size1,9,['!'],7],0,1 +0613,0613,12,coords,prog_size1,10,['('],5] [4] [3],0,1 +0613,0613,12,coords,prog_size1,11,['<'],6],0,1 +0613,0613,12,coords,prog_size2,0,[':'],6,1,1 +0613,0613,12,coords,prog_size2,1,['$'],7] [9] [11],0,1 +0613,0613,12,coords,prog_size2,2,['%'],0,1,1 +0613,0613,12,coords,prog_size2,3,['&'],3] [1] [-1],0,1 +0613,0613,12,coords,two_rule_comb0,0,"['~', '$']",8 1],1,1 +0613,0613,12,coords,two_rule_comb0,1,"['>', '%']",7 8],1,1 +0613,0613,12,coords,two_rule_comb0,2,"['*', '(']",8 7] [9 3],0,1 +0613,0613,12,coords,two_rule_comb0,3,"['*', '%']",7 5],1,1 +0613,0613,12,coords,two_rule_comb0,4,"['$', '*']",11 5],0,1 +0613,0613,12,coords,two_rule_comb0,5,"['>', '%']",5 1],1,1 +0613,0613,12,coords,two_rule_comb0,6,"['&', '$']",8 2],1,1 +0613,0613,12,coords,two_rule_comb0,7,"['&', '>']",None,0,1 +0613,0613,12,coords,two_rule_comb0,8,"['>', '!']",8 4],1,1 +0613,0613,12,coords,two_rule_comb0,9,"['$', '%']",1 4],1,1 +0613,0613,12,coords,two_rule_comb0,10,"['>', '*']",9 0],1,1 +0613,0613,12,coords,two_rule_comb0,11,"['&', '~']",2 5],1,1 +0613,0613,12,coords,two_rule_comb0,12,"['>', '(']",1 2],1,1 +0613,0613,12,coords,two_rule_comb0,13,"['$', '>']",0 5],1,1 +0613,0613,12,coords,two_rule_comb0,14,"['%', '%']",5 2],1,1 +0613,0613,12,coords,two_rule_comb0,15,"['!', '>']",3 8],0,1 +0613,0613,12,coords,two_rule_comb0,16,"['>', '!']",3 2],1,1 +0613,0613,12,coords,two_rule_comb0,17,"['$', '%']",1 7] [5 3],0,1 +0613,0613,12,coords,two_rule_comb0,18,"['>', '*']",6 7],1,1 +0613,0613,12,coords,two_rule_comb0,19,"['*', '~']",6 2],1,1 +0613,0613,12,coords,two_rule_comb0,20,"['<', '<']",1 4],1,1 +0613,0613,12,coords,two_rule_comb0,21,"[':', '<']",0 6],1,1 +0613,0613,12,coords,two_rule_comb0,22,"['~', '(']",2 5] [2 3],0,1 +0613,0613,12,coords,two_rule_comb0,23,"['~', ':']",0 3],1,1 +0613,0613,12,coords,two_rule_comb0,24,"['>', '&']",8 7],1,1 +0613,0613,12,coords,two_rule_comb0,25,"['<', '&']",None,0,1 +0613,0613,12,coords,two_rule_comb0,26,"['~', ':']",None,0,1 +0613,0613,12,coords,two_rule_comb0,27,"['>', '>']",1 0],1,1 +0613,0613,12,coords,two_rule_comb0,28,"['>', '&']",5 9],1,1 +0613,0613,12,coords,two_rule_comb0,29,"['%', '*']",1 4],1,1 +0613,0613,12,coords,two_rule_comb0,30,"['$', '(']",0 0],1,1 +0613,0613,12,coords,two_rule_comb0,31,"['(', '<']",None,0,1 +0613,0613,12,coords,two_rule_comb0,32,"['!', '!']",None,0,1 +0613,0613,12,coords,two_rule_comb0,33,"['>', '$']",0 2],1,1 +0613,0613,12,coords,two_rule_comb0,34,"['(', '*']",7 8],1,1 +0613,0613,12,coords,two_rule_comb0,35,"[':', '$']",2 3],1,1 +0613,0613,12,coords,two_rule_comb0,36,"['~', '<']",5 0],1,1 +0613,0613,12,coords,two_rule_comb0,37,"['&', '<']",8 4],1,1 +0613,0613,12,coords,two_rule_comb0,38,"['!', '~']",8 9],1,1 +0613,0613,12,coords,two_rule_comb0,39,"['<', '$']",9 2],1,1 +0613,0613,12,coords,two_rule_comb0,40,"['<', '~']",0 3] [8 3],0,1 +0613,0613,12,coords,two_rule_comb0,41,"['&', '*']",8 5] [2 7],0,1 +0613,0613,12,coords,two_rule_comb0,42,"['&', '>']",7 8],1,1 +0613,0613,12,coords,two_rule_comb0,43,"[':', '%']",9 0],1,1 +0613,0613,12,coords,two_rule_comb0,44,"['!', '*']",2 8],1,1 +0613,0613,12,coords,two_rule_comb0,45,"['>', '(']",0 0],1,1 +0613,0613,12,coords,two_rule_comb0,46,"['$', '~']",3 2],1,1 +0613,0613,12,coords,two_rule_comb0,47,"['(', '*']",3 6],1,1 +0613,0613,12,coords,two_rule_comb0,48,"['~', '(']",2 4] [2 8],0,1 +0613,0613,12,coords,two_rule_comb0,49,"[':', '$']",0 0],1,1 +0613,0613,12,coords,two_rule_comb1,0,"['&', '*']",-1 8],0,1 +0613,0613,12,coords,two_rule_comb1,1,"[':', '$']",7 5],0,1 +0613,0613,12,coords,two_rule_comb1,2,"['*', '~']",0 2],1,1 +0613,0613,12,coords,two_rule_comb1,3,"['!', '(']",2 4],0,1 +0613,0613,12,coords,two_rule_comb1,4,"['*', '>']",0 7],0,1 +0613,0613,12,coords,two_rule_comb1,5,"['(', '%']",8 4],0,1 +0613,0613,12,coords,two_rule_comb1,6,"['>', '(']",0 1],1,1 +0613,0613,12,coords,two_rule_comb1,7,"['&', '&']",2 1],1,1 +0613,0613,12,coords,two_rule_comb1,8,"['>', '$']",8 6],0,1 +0613,0613,12,coords,two_rule_comb1,9,"['!', '&']",None,0,1 +0613,0613,12,coords,two_rule_comb1,10,"['!', '>']",7 5] [3 2],1,1 +0613,0613,12,coords,two_rule_comb1,11,"['%', '*']",None,0,1 +0613,0613,12,coords,two_rule_comb1,12,"['~', '>']",0 1],0,1 +0613,0613,12,coords,two_rule_comb1,13,"[':', '*']",5 3],0,1 +0613,0613,12,coords,two_rule_comb1,14,"['>', '(']",1 1],0,1 +0613,0613,12,coords,two_rule_comb1,15,"['&', '!']",5 7],0,1 +0613,0613,12,coords,two_rule_comb1,16,"['>', '!']",8 9],1,1 +0613,0613,12,coords,two_rule_comb1,17,"['>', '>']",2 3],0,1 +0613,0613,12,coords,two_rule_comb1,18,"['&', ':']",6 2],1,1 +0613,0613,12,coords,two_rule_comb1,19,"['&', '$']",None,0,1 +0613,0613,12,coords,two_rule_comb1,20,"['(', '$']",0 7],1,1 +0613,0613,12,coords,two_rule_comb1,21,"['*', '!']",9 6],1,1 +0613,0613,12,coords,two_rule_comb1,22,"['~', '>']",2 9],1,1 +0613,0613,12,coords,two_rule_comb1,23,"['*', '<']",None,0,1 +0613,0613,12,coords,two_rule_comb1,24,"['!', '&']",9 2],0,1 +0613,0613,12,coords,two_rule_comb1,25,"['~', '<']",0 7],0,1 +0613,0613,12,coords,two_rule_comb1,26,"[':', '&']",4 5],0,1 +0613,0613,12,coords,two_rule_comb1,27,"['~', ':']",1 3],1,1 +0613,0613,12,coords,two_rule_comb1,28,"['<', '(']",5 7] [8 4],1,1 +0613,0613,12,coords,two_rule_comb1,29,"['%', '(']",5 7] [0 9],1,1 +0613,0613,12,coords,two_rule_comb1,30,"['(', '$']",8 0],0,1 +0613,0613,12,coords,two_rule_comb1,31,"['~', '*']",9 8],1,1 +0613,0613,12,coords,two_rule_comb1,32,"['&', '>']",1 4],0,1 +0613,0613,12,coords,two_rule_comb1,33,"['!', '%']",2 7],0,1 +0613,0613,12,coords,two_rule_comb1,34,"['&', '*']",9 9],1,1 +0613,0613,12,coords,two_rule_comb1,35,"['(', '&']",6 1],1,1 +0613,0613,12,coords,two_rule_comb1,36,"['~', '~']",5 9],0,1 +0613,0613,12,coords,two_rule_comb1,37,"['~', '*']",3 8],0,1 +0613,0613,12,coords,two_rule_comb1,38,"['!', '*']",8 5],1,1 +0613,0613,12,coords,two_rule_comb1,39,"['$', '$']",5 7],1,1 +0613,0613,12,coords,two_rule_comb1,40,"['<', '$']",1 6],0,1 +0613,0613,12,coords,two_rule_comb1,41,"['%', '*']",1 7],0,1 +0613,0613,12,coords,two_rule_comb1,42,"['!', '*']",4 3],0,1 +0613,0613,12,coords,two_rule_comb1,43,"['*', '*']",9 4],1,1 +0613,0613,12,coords,two_rule_comb1,44,"[':', '&']",4 0],1,1 +0613,0613,12,coords,two_rule_comb1,45,"['>', '!']",3 2],0,1 +0613,0613,12,coords,two_rule_comb1,46,"['&', '<']",3 9],1,1 +0613,0613,12,coords,two_rule_comb1,47,"['%', '<']",4 4],0,1 +0613,0613,12,coords,two_rule_comb1,48,"['!', '<']",8 4],1,1 +0613,0613,12,coords,two_rule_comb1,49,"['(', '>']",2 2] [5 2],0,1 +0613,0613,12,coords,two_rule_comb2,0,"['&', '%']",2 2],1,1 +0613,0613,12,coords,two_rule_comb2,1,"['%', '>']",8 2],1,1 +0613,0613,12,coords,two_rule_comb2,2,"['~', '<']",7 5],1,1 +0613,0613,12,coords,two_rule_comb2,3,"['&', '<']",3 5],1,1 +0613,0613,12,coords,two_rule_comb2,4,"['>', '*']",3 7],1,1 +0613,0613,12,coords,two_rule_comb2,5,"['*', '~']",5 7],1,1 +0613,0613,12,coords,two_rule_comb2,6,"['(', ':']",8 6],1,1 +0613,0613,12,coords,two_rule_comb2,7,"['!', '*']",7 4],1,1 +0613,0613,12,coords,two_rule_comb2,8,"['$', '$']",5 8],1,1 +0613,0613,12,coords,two_rule_comb2,9,"['~', '<']",6 7],1,1 +0613,0613,12,coords,two_rule_comb2,10,"[':', ':']",7 7] [8 3],0,1 +0613,0613,12,coords,two_rule_comb2,11,"['$', '<']",6 0],1,1 +0613,0613,12,coords,two_rule_comb2,12,"['<', '(']",3 3],1,1 +0613,0613,12,coords,two_rule_comb2,13,"['(', '~']",2 3],1,1 +0613,0613,12,coords,two_rule_comb2,14,"['*', '!']",8 6],0,1 +0613,0613,12,coords,two_rule_comb2,15,"[':', '<']",5 6],1,1 +0613,0613,12,coords,two_rule_comb2,16,"['(', '$']",1 2],1,1 +0613,0613,12,coords,two_rule_comb2,17,"['$', '(']",0 6],1,1 +0613,0613,12,coords,two_rule_comb2,18,"['%', '%']",3 0],1,1 +0613,0613,12,coords,two_rule_comb2,19,"['<', '(']",0 3],0,1 +0613,0613,12,coords,two_rule_comb2,20,"['(', '<']",2 2],1,1 +0613,0613,12,coords,two_rule_comb2,21,"['%', '~']",9 8],1,1 +0613,0613,12,coords,two_rule_comb2,22,"['&', '<']",2 7],0,1 +0613,0613,12,coords,two_rule_comb2,23,"['<', '$']",3 3] [2 1],0,1 +0613,0613,12,coords,two_rule_comb2,24,"['<', '!']",8 6],1,1 +0613,0613,12,coords,two_rule_comb2,25,"['%', '~']",3 0],1,1 +0613,0613,12,coords,two_rule_comb2,26,"[':', '>']",6 5] [6 4],0,1 +0613,0613,12,coords,two_rule_comb2,27,"['~', '&']",1 5],1,1 +0613,0613,12,coords,two_rule_comb2,28,"['$', '&']",2 3],1,1 +0613,0613,12,coords,two_rule_comb2,29,"['%', '(']",0 8],1,1 +0613,0613,12,coords,two_rule_comb2,30,"['!', '*']",None,0,1 +0613,0613,12,coords,two_rule_comb2,31,"['~', '<']",2 2],0,1 +0613,0613,12,coords,two_rule_comb2,32,"['&', '*']",4 3] [7 1],0,1 +0613,0613,12,coords,two_rule_comb2,33,"['<', '~']",3 2],1,1 +0613,0613,12,coords,two_rule_comb2,34,"['<', '&']",7 2],1,1 +0613,0613,12,coords,two_rule_comb2,35,"['>', '~']",8 6] [4 5],0,1 +0613,0613,12,coords,two_rule_comb2,36,"[':', '%']",7 2],1,1 +0613,0613,12,coords,two_rule_comb2,37,"['$', '~']",1 0],0,1 +0613,0613,12,coords,two_rule_comb2,38,"['(', '*']",5 7],1,1 +0613,0613,12,coords,two_rule_comb2,39,"['*', '&']",2 2],1,1 +0613,0613,12,coords,two_rule_comb2,40,"[':', '!']",3 2],1,1 +0613,0613,12,coords,two_rule_comb2,41,"['$', '~']",3 4],1,1 +0613,0613,12,coords,two_rule_comb2,42,"['~', '<']",5 0],1,1 +0613,0613,12,coords,two_rule_comb2,43,"[':', '$']",8 0] [9 5],0,1 +0613,0613,12,coords,two_rule_comb2,44,"['(', '!']",None,0,1 +0613,0613,12,coords,two_rule_comb2,45,"['>', '&']",5 8] [4 6],0,1 +0613,0613,12,coords,two_rule_comb2,46,"['%', ':']",4 5],1,1 +0613,0613,12,coords,two_rule_comb2,47,"['!', '>']",8 5],1,1 +0613,0613,12,coords,two_rule_comb2,48,"['>', '<']",2 3],1,1 +0613,0613,12,coords,two_rule_comb2,49,"['<', '!']",4 5],1,1 +0613,0613,12,coords,two_rule_comb3,0,"['$', '&']",6 7],0,1 +0613,0613,12,coords,two_rule_comb3,1,"['$', '%']",7 2] [3 4],1,1 +0613,0613,12,coords,two_rule_comb3,2,"['(', ':']",None,0,1 +0613,0613,12,coords,two_rule_comb3,3,"['&', ':']",1 0] [0 5],1,1 +0613,0613,12,coords,two_rule_comb3,4,"['<', '>']",8 7],1,1 +0613,0613,12,coords,two_rule_comb3,5,"[':', '*']",0 1],1,1 +0613,0613,12,coords,two_rule_comb3,6,"['$', '*']",5 1],0,1 +0613,0613,12,coords,two_rule_comb3,7,"['~', '&']",9 7],0,1 +0613,0613,12,coords,two_rule_comb3,8,"['$', ':']",2 2],0,1 +0613,0613,12,coords,two_rule_comb3,9,"['(', '<']",5 2],1,1 +0613,0613,12,coords,two_rule_comb3,10,"['%', '(']",4 4],1,1 +0613,0613,12,coords,two_rule_comb3,11,"[':', '~']",8 6],1,1 +0613,0613,12,coords,two_rule_comb3,12,"[':', '!']",1 1] [3 4],1,1 +0613,0613,12,coords,two_rule_comb3,13,"['<', '$']",8 1],1,1 +0613,0613,12,coords,two_rule_comb3,14,"['~', '(']",2 2],1,1 +0613,0613,12,coords,two_rule_comb3,15,"['<', '!']",3 5] [2 0],1,1 +0613,0613,12,coords,two_rule_comb3,16,"['%', '<']",9 7],1,1 +0613,0613,12,coords,two_rule_comb3,17,"['<', '<']",9 0],0,1 +0613,0613,12,coords,two_rule_comb3,18,"['>', '%']",6 9] [4 7],0,1 +0613,0613,12,coords,two_rule_comb3,19,"['<', '~']",5 9],0,1 +0613,0613,12,coords,two_rule_comb3,20,"['~', '(']",0 6],0,1 +0613,0613,12,coords,two_rule_comb3,21,"['%', '~']",3 0] [1 9],1,1 +0613,0613,12,coords,two_rule_comb3,22,"['>', '%']",1 9],1,1 +0613,0613,12,coords,two_rule_comb3,23,"['~', ':']",9 5],1,1 +0613,0613,12,coords,two_rule_comb3,24,"[':', '!']",None,0,1 +0613,0613,12,coords,two_rule_comb3,25,"['&', '>']",3 6],1,1 +0613,0613,12,coords,two_rule_comb3,26,"['&', '*']",1 0],1,1 +0613,0613,12,coords,two_rule_comb3,27,"['(', '~']",3 3] [9 0],0,1 +0613,0613,12,coords,two_rule_comb3,28,"['&', '*']",5 1],0,1 +0613,0613,12,coords,two_rule_comb3,29,"['%', '*']",8 0],1,1 +0613,0613,12,coords,two_rule_comb3,30,"['*', '(']",5 1],1,1 +0613,0613,12,coords,two_rule_comb3,31,"['<', '<']",14 9],0,1 +0613,0613,12,coords,two_rule_comb3,32,"['$', '~']",7 6] [9 3],1,1 +0613,0613,12,coords,two_rule_comb3,33,"['$', '%']",5 8],1,1 +0613,0613,12,coords,two_rule_comb3,34,"['!', '(']",6 2],1,1 +0613,0613,12,coords,two_rule_comb3,35,"['%', '&']",0 6],1,1 +0613,0613,12,coords,two_rule_comb3,36,"['~', '!']",7 5],0,1 +0613,0613,12,coords,two_rule_comb3,37,"['!', '*']",7 6] [2 8],1,1 +0613,0613,12,coords,two_rule_comb3,38,"['*', '&']",8 1] [5 7],0,1 +0613,0613,12,coords,two_rule_comb3,39,"['&', '!']",None,0,1 +0613,0613,12,coords,two_rule_comb3,40,"['$', '&']",6 7],1,1 +0613,0613,12,coords,two_rule_comb3,41,"['(', '(']",4 1],0,1 +0613,0613,12,coords,two_rule_comb3,42,"['$', ':']",9 2],0,1 +0613,0613,12,coords,two_rule_comb3,43,"['!', '*']",9 6] [6 8],1,1 +0613,0613,12,coords,two_rule_comb3,44,"['%', ':']",6 4],0,1 +0613,0613,12,coords,two_rule_comb3,45,"['<', '*']",5 5],1,1 +0613,0613,12,coords,two_rule_comb3,46,"['*', '!']",7 1],1,1 +0613,0613,12,coords,two_rule_comb3,47,"['*', '(']",3 2],1,1 +0613,0613,12,coords,two_rule_comb3,48,"['<', '&']",3 5],0,1 +0613,0613,12,coords,two_rule_comb3,49,"['<', '*']",6 4],1,1 +0613,0613,12,coords,two_rule_comb4,0,"['&', '~']",7 8],0,1 +0613,0613,12,coords,two_rule_comb4,1,"['<', '>']",7 4],0,1 +0613,0613,12,coords,two_rule_comb4,2,"['(', '!']",7 6],0,1 +0613,0613,12,coords,two_rule_comb4,3,"['!', '&']",1 -5],0,1 +0613,0613,12,coords,two_rule_comb4,4,"['&', '(']",7 1],1,1 +0613,0613,12,coords,two_rule_comb4,5,"['$', '&']",3 2],0,1 +0613,0613,12,coords,two_rule_comb4,6,"['&', '!']",6 8] [9 9],1,1 +0613,0613,12,coords,two_rule_comb4,7,"['!', '(']",7 2],1,1 +0613,0613,12,coords,two_rule_comb4,8,"['~', '(']",8 5],0,1 +0613,0613,12,coords,two_rule_comb4,9,"['*', '(']",7 6],0,1 +0613,0613,12,coords,two_rule_comb4,10,"[':', '<']",4 1],0,1 +0613,0613,12,coords,two_rule_comb4,11,"['%', '&']",5 7] [6 0],0,1 +0613,0613,12,coords,two_rule_comb4,12,"['$', '(']",3 6],0,1 +0613,0613,12,coords,two_rule_comb4,13,"['$', '%']",5 9],0,1 +0613,0613,12,coords,two_rule_comb4,14,"['$', '*']",2 6],0,1 +0613,0613,12,coords,two_rule_comb4,15,"['~', '~']",1 4],0,1 +0613,0613,12,coords,two_rule_comb4,16,"['&', '%']",5 9],0,1 +0613,0613,12,coords,two_rule_comb4,17,"['<', '$']",1 3],0,1 +0613,0613,12,coords,two_rule_comb4,18,"['>', '$']",8 9],1,1 +0613,0613,12,coords,two_rule_comb4,19,"['*', '!']",7 2],0,1 +0613,0613,12,coords,two_rule_comb4,20,"['$', '*']",None,0,1 +0613,0613,12,coords,two_rule_comb4,21,"['(', '&']",7 6],0,1 +0613,0613,12,coords,two_rule_comb4,22,"['(', '!']",1 4] [2 3],0,1 +0613,0613,12,coords,two_rule_comb4,23,"['&', '!']",2 4] [6 3],0,1 +0613,0613,12,coords,two_rule_comb4,24,"['<', ':']",8 7] [3 8],0,1 +0613,0613,12,coords,two_rule_comb4,25,"['<', '!']",2 7],0,1 +0613,0613,12,coords,two_rule_comb4,26,"['&', '&']",5 1],1,1 +0613,0613,12,coords,two_rule_comb4,27,"[':', '(']",3 1],0,1 +0613,0613,12,coords,two_rule_comb4,28,"['(', '*']",3 5],0,1 +0613,0613,12,coords,two_rule_comb4,29,"['(', '&']",16 2],0,1 +0613,0613,12,coords,two_rule_comb4,30,"['$', '~']",6 7],0,1 +0613,0613,12,coords,two_rule_comb4,31,"['%', '>']",5 -3],0,1 +0613,0613,12,coords,two_rule_comb4,32,"['%', '%']",7 5],0,1 +0613,0613,12,coords,two_rule_comb4,33,"['<', '%']",3 8],1,1 +0613,0613,12,coords,two_rule_comb4,34,"[':', '~']",1 5],1,1 +0613,0613,12,coords,two_rule_comb4,35,"['<', '>']",3 6],0,1 +0613,0613,12,coords,two_rule_comb4,36,"['%', '(']",2 6],0,1 +0613,0613,12,coords,two_rule_comb4,37,"['$', '(']",4 1],0,1 +0613,0613,12,coords,two_rule_comb4,38,"['>', '%']",1 3],0,1 +0613,0613,12,coords,two_rule_comb4,39,"['%', '(']",5 7],1,1 +0613,0613,12,coords,two_rule_comb4,40,"['>', '*']",1 3],0,1 +0613,0613,12,coords,two_rule_comb4,41,"['!', '$']",2 1],0,1 +0613,0613,12,coords,two_rule_comb4,42,"['<', '%']",5 2],0,1 +0613,0613,12,coords,two_rule_comb4,43,"['$', '<']",8 4],0,1 +0613,0613,12,coords,two_rule_comb4,44,"['<', '%']",12 3],0,1 +0613,0613,12,coords,two_rule_comb4,45,"['&', '!']",1 6],0,1 +0613,0613,12,coords,two_rule_comb4,46,"['&', '%']",6 6],1,1 +0613,0613,12,coords,two_rule_comb4,47,"['*', '(']",6 5],1,1 +0613,0613,12,coords,two_rule_comb4,48,"['<', '(']",1 4],0,1 +0613,0613,12,coords,two_rule_comb4,49,"['~', '!']",None,0,1 +0613,0613,12,coords,two_rule_comb5,0,"['*', '%']",None,0,1 +0613,0613,12,coords,two_rule_comb5,1,"['(', '(']",None,0,1 +0613,0613,12,coords,two_rule_comb5,2,"['$', '$']",4 6] [5 5],1,1 +0613,0613,12,coords,two_rule_comb5,3,"['(', '<']",2 2],1,1 +0613,0613,12,coords,two_rule_comb5,4,"['$', '(']",4 2],1,1 +0613,0613,12,coords,two_rule_comb5,5,"['%', '&']",8 3],1,1 +0613,0613,12,coords,two_rule_comb5,6,"['$', '&']",3 7],1,1 +0613,0613,12,coords,two_rule_comb5,7,"['*', '!']",2 6],1,1 +0613,0613,12,coords,two_rule_comb5,8,"['(', '%']",5 5],1,1 +0613,0613,12,coords,two_rule_comb5,9,"['!', '(']",2 7] [1 6],1,1 +0613,0613,12,coords,two_rule_comb5,10,"['$', '%']",9 6],1,1 +0613,0613,12,coords,two_rule_comb5,11,"['(', ':']",6 6] [5 8],1,1 +0613,0613,12,coords,two_rule_comb5,12,"['$', '~']",4 7] [3 8],0,1 +0613,0613,12,coords,two_rule_comb5,13,"['!', '~']",6 2],1,1 +0613,0613,12,coords,two_rule_comb5,14,"['<', ':']",6 2],1,1 +0613,0613,12,coords,two_rule_comb5,15,"['~', '&']",1 3],0,1 +0613,0613,12,coords,two_rule_comb5,16,"['&', '$']",7 5],1,1 +0613,0613,12,coords,two_rule_comb5,17,"['~', '(']",4 3],1,1 +0613,0613,12,coords,two_rule_comb5,18,"['&', '%']",4 5],1,1 +0613,0613,12,coords,two_rule_comb5,19,"['>', '$']",5 8],1,1 +0613,0613,12,coords,two_rule_comb5,20,"['&', '$']",5 3],1,1 +0613,0613,12,coords,two_rule_comb5,21,"[':', '<']",5 4],0,1 +0613,0613,12,coords,two_rule_comb5,22,"['$', '~']",1 8] [2 7],0,1 +0613,0613,12,coords,two_rule_comb5,23,"['~', '%']",3 4],1,1 +0613,0613,12,coords,two_rule_comb5,24,"['$', '!']",3 2],1,1 +0613,0613,12,coords,two_rule_comb5,25,"['$', ':']",5 2],1,1 +0613,0613,12,coords,two_rule_comb5,26,"['&', '<']",5 8],1,1 +0613,0613,12,coords,two_rule_comb5,27,"['*', '~']",6 2],1,1 +0613,0613,12,coords,two_rule_comb5,28,"['$', ':']",6 4],1,1 +0613,0613,12,coords,two_rule_comb5,29,"[':', '>']",3 5] [2 4],0,1 +0613,0613,12,coords,two_rule_comb5,30,"['>', '(']",7 6],1,1 +0613,0613,12,coords,two_rule_comb5,31,"['<', '!']",4 5] [3 6],1,1 +0613,0613,12,coords,two_rule_comb5,32,"['&', ':']",None,0,1 +0613,0613,12,coords,two_rule_comb5,33,"['$', '%']",3 6],1,1 +0613,0613,12,coords,two_rule_comb5,34,"[':', '(']",1 0],1,1 +0613,0613,12,coords,two_rule_comb5,35,"['%', '%']",4 4],1,1 +0613,0613,12,coords,two_rule_comb5,36,"['!', '&']",4 3],1,1 +0613,0613,12,coords,two_rule_comb5,37,"['<', '~']",-1 10],0,1 +0613,0613,12,coords,two_rule_comb5,38,"['(', '!']",7 3] [9 1],0,1 +0613,0613,12,coords,two_rule_comb5,39,"['>', '<']",2 3],1,1 +0613,0613,12,coords,two_rule_comb5,40,"['%', '$']",3 1],1,1 +0613,0613,12,coords,two_rule_comb5,41,"['$', '<']",5 6],1,1 +0613,0613,12,coords,two_rule_comb5,42,"['%', '(']",None,0,1 +0613,0613,12,coords,two_rule_comb5,43,"['<', '$']",1 0],0,1 +0613,0613,12,coords,two_rule_comb5,44,"['*', '&']",-2 6],0,1 +0613,0613,12,coords,two_rule_comb5,45,"['*', '&']",3 3],1,1 +0613,0613,12,coords,two_rule_comb5,46,"['!', '$']",None,0,1 +0613,0613,12,coords,two_rule_comb5,47,"['<', '>']",7 2],0,1 +0613,0613,12,coords,two_rule_comb5,48,"['!', ':']",9 5],1,1 +0613,0613,12,coords,two_rule_comb5,49,"['%', ':']",3 6] [4 8],1,1 +0613,0613,12,coords,three_rule_comb0,0,"['&', ':', ':']",9 0 6],1,1 +0613,0613,12,coords,three_rule_comb0,1,"['!', '%', '%']",0 6 5],1,1 +0613,0613,12,coords,three_rule_comb0,2,"['*', '$', '%']",9 4 8],1,1 +0613,0613,12,coords,three_rule_comb0,3,"['$', '>', '*']",16 4 1],0,1 +0613,0613,12,coords,three_rule_comb0,4,"[':', '%', '<']",9 5 4],1,1 +0613,0613,12,coords,three_rule_comb0,5,"['~', '%', '$']",0 2 0] [0 ,1,1 +0613,0613,12,coords,three_rule_comb0,6,"['(', '$', ':']",0 4 7],1,1 +0613,0613,12,coords,three_rule_comb0,7,"[':', '>', '&']",1 2 2],1,1 +0613,0613,12,coords,three_rule_comb0,8,"['*', '<', '!']",2 1 2] [9 ,0,1 +0613,0613,12,coords,three_rule_comb0,9,"[':', '$', '(']",None,0,1 +0613,0613,12,coords,three_rule_comb0,10,"['&', '<', '>']",3 5 6],1,1 +0613,0613,12,coords,three_rule_comb0,11,"['$', '&', '!']",8 7 5],1,1 +0613,0613,12,coords,three_rule_comb0,12,"['&', '<', '(']",5 8 0],1,1 +0613,0613,12,coords,three_rule_comb0,13,"['>', '>', '$']",9 1 6],1,1 +0613,0613,12,coords,three_rule_comb0,14,"['(', '$', '<']",6 1 8],0,1 +0613,0613,12,coords,three_rule_comb0,15,"['(', '>', '*']",7 7 9],0,1 +0613,0613,12,coords,three_rule_comb0,16,"['~', '!', '&']",1 1 9],0,1 +0613,0613,12,coords,three_rule_comb0,17,"[':', '*', '(']",6 6 2],0,1 +0613,0613,12,coords,three_rule_comb0,18,"['<', '>', '>']",0 9 9] [0 ,1,1 +0613,0613,12,coords,three_rule_comb0,19,"['<', '~', '!']",3 8 5],1,1 +0613,0613,12,coords,three_rule_comb0,20,"['*', '*', '(']",1 5 2],1,1 +0613,0613,12,coords,three_rule_comb0,21,"['>', '&', '%']",8 6 2],1,1 +0613,0613,12,coords,three_rule_comb0,22,"[':', '&', '&']",4 1 7],1,1 +0613,0613,12,coords,three_rule_comb0,23,"['*', '&', '!']",7 4 0],1,1 +0613,0613,12,coords,three_rule_comb0,24,"['~', '>', '&']",4 0 8] [4 ,1,1 +0613,0613,12,coords,three_rule_comb0,25,"['&', '(', '!']",7 7 7],1,1 +0613,0613,12,coords,three_rule_comb0,26,"[':', '$', '~']",5 5 1],1,1 +0613,0613,12,coords,three_rule_comb0,27,"['(', '!', '!']",None,0,1 +0613,0613,12,coords,three_rule_comb0,28,"[':', '(', '&']",6 0 4],1,1 +0613,0613,12,coords,three_rule_comb0,29,"['*', '%', '(']",9 3 1],1,1 +0613,0613,12,coords,three_rule_comb0,30,"['~', '>', '!']",7 4 6],1,1 +0613,0613,12,coords,three_rule_comb0,31,"['&', '&', ':']",0 8 9],1,1 +0613,0613,12,coords,three_rule_comb0,32,"['(', ':', ':']",8 0 2],1,1 +0613,0613,12,coords,three_rule_comb0,33,"['%', '<', '<']",5 2 4] [8 ,0,1 +0613,0613,12,coords,three_rule_comb0,34,"['&', ':', '%']",4 3 5],1,1 +0613,0613,12,coords,three_rule_comb0,35,"['<', ':', '%']",9 9 4],1,1 +0613,0613,12,coords,three_rule_comb0,36,"['&', '(', ':']",9 8 0],1,1 +0613,0613,12,coords,three_rule_comb0,37,"['&', '~', '(']",2 5 0],1,1 +0613,0613,12,coords,three_rule_comb0,38,"[':', '>', '$']",0 3 3],0,1 +0613,0613,12,coords,three_rule_comb0,39,"[':', ':', '&']",9 2 2],1,1 +0613,0613,12,coords,three_rule_comb0,40,"['$', '(', '(']",3 7 6],1,1 +0613,0613,12,coords,three_rule_comb0,41,"['%', '&', '>']",1 6 4],1,1 +0613,0613,12,coords,three_rule_comb0,42,"['>', '%', '~']",1 8 6],1,1 +0613,0613,12,coords,three_rule_comb0,43,"['!', '%', '!']",4 0 1],1,1 +0613,0613,12,coords,three_rule_comb0,44,"['$', '&', '%']",6 8 9] [6 ,1,1 +0613,0613,12,coords,three_rule_comb0,45,"[':', '>', '*']",3 -5 6],0,1 +0613,0613,12,coords,three_rule_comb0,46,"['*', '~', '~']",9 6 2],1,1 +0613,0613,12,coords,three_rule_comb0,47,"['>', '*', '>']",0 5 6],1,1 +0613,0613,12,coords,three_rule_comb0,48,"[':', '!', '<']",6 8 1],0,1 +0613,0613,12,coords,three_rule_comb0,49,"['(', '(', '$']",9 3 0],1,1 +0613,0613,12,coords,three_rule_comb1,0,"['~', '$', '%']",9 0 9],1,1 +0613,0613,12,coords,three_rule_comb1,1,"[':', '$', '$']",6 2 6],1,1 +0613,0613,12,coords,three_rule_comb1,2,"['!', '!', '*']",9 8 0] [6 ,0,1 +0613,0613,12,coords,three_rule_comb1,3,"['~', '(', ':']",4 0 7],1,1 +0613,0613,12,coords,three_rule_comb1,4,"['*', '*', '!']",5 1 1],1,1 +0613,0613,12,coords,three_rule_comb1,5,"['*', '!', '<']",1 3 3],0,1 +0613,0613,12,coords,three_rule_comb1,6,"['~', '(', '(']",8 4 1],0,1 +0613,0613,12,coords,three_rule_comb1,7,"['<', '>', '~']",8 0 5] [8 ,0,1 +0613,0613,12,coords,three_rule_comb1,8,"['*', '(', '>']",3 5 7],0,1 +0613,0613,12,coords,three_rule_comb1,9,"['>', '>', ':']",None,0,1 +0613,0613,12,coords,three_rule_comb1,10,"['&', '$', '&']",0 0 6],0,1 +0613,0613,12,coords,three_rule_comb1,11,"['!', '<', '<']",0 6 8],0,1 +0613,0613,12,coords,three_rule_comb1,12,"['>', '>', '~']",5 4 7],0,1 +0613,0613,12,coords,three_rule_comb1,13,"[':', '!', '*']",8 4 6],0,1 +0613,0613,12,coords,three_rule_comb1,14,"[':', '$', '!']",4 7 0],0,1 +0613,0613,12,coords,three_rule_comb1,15,"['%', '!', '%']",2 1 1],1,1 +0613,0613,12,coords,three_rule_comb1,16,"['(', '~', '%']",4 3 8],0,1 +0613,0613,12,coords,three_rule_comb1,17,"['*', '>', '%']",None,0,1 +0613,0613,12,coords,three_rule_comb1,18,"['!', '!', '<']",1 1 1],0,1 +0613,0613,12,coords,three_rule_comb1,19,"['>', '(', '$']",5 3 8],1,1 +0613,0613,12,coords,three_rule_comb1,20,"['(', '&', '%']",6 0 8],0,1 +0613,0613,12,coords,three_rule_comb1,21,"['$', '&', '~']",1 4 0],0,1 +0613,0613,12,coords,three_rule_comb1,22,"['<', '<', '>']",0 9 3],1,1 +0613,0613,12,coords,three_rule_comb1,23,"['&', ':', '$']",9 6 5],1,1 +0613,0613,12,coords,three_rule_comb1,24,"['$', '(', '!']",6 8 0],1,1 +0613,0613,12,coords,three_rule_comb1,25,"[':', '(', '~']",8 3 5] [2 ,1,1 +0613,0613,12,coords,three_rule_comb1,26,"[':', '>', '&']",None,0,1 +0613,0613,12,coords,three_rule_comb1,27,"['$', '$', '<']",7 4 7],0,1 +0613,0613,12,coords,three_rule_comb1,28,"['%', '*', ':']",9 1 8],1,1 +0613,0613,12,coords,three_rule_comb1,29,"[':', '~', '*']",2 5 2],0,1 +0613,0613,12,coords,three_rule_comb1,30,"['~', '%', '%']",2 1 7],0,1 +0613,0613,12,coords,three_rule_comb1,31,"['!', '$', ':']",8 2 9],1,1 +0613,0613,12,coords,three_rule_comb1,32,"['&', '*', '%']",4 4 3],0,1 +0613,0613,12,coords,three_rule_comb1,33,"['*', '~', '&']",6 1 1],1,1 +0613,0613,12,coords,three_rule_comb1,34,"['(', '(', '*']",8 4 8],0,1 +0613,0613,12,coords,three_rule_comb1,35,"[':', '&', '*']",8 8 6],1,1 +0613,0613,12,coords,three_rule_comb1,36,"['(', ':', '*']",9 1 6],1,1 +0613,0613,12,coords,three_rule_comb1,37,"['<', '<', '~']",0 8 6],0,1 +0613,0613,12,coords,three_rule_comb1,38,"[':', ':', '*']",6 2 8],0,1 +0613,0613,12,coords,three_rule_comb1,39,"['$', '*', '<']",1 6 3],0,1 +0613,0613,12,coords,three_rule_comb1,40,"['!', '*', '%']",2 6 2],0,1 +0613,0613,12,coords,three_rule_comb1,41,"['<', '*', '<']",9 0 8],1,1 +0613,0613,12,coords,three_rule_comb1,42,"['<', '~', '%']",6 2 7],0,1 +0613,0613,12,coords,three_rule_comb1,43,"['>', '&', '!']",4 7 8],0,1 +0613,0613,12,coords,three_rule_comb1,44,"['*', '~', '<']",1 3 3],1,1 +0613,0613,12,coords,three_rule_comb1,45,"['<', '$', '$']",2 6 9],0,1 +0613,0613,12,coords,three_rule_comb1,46,"['~', '<', ':']",2 5 0],0,1 +0613,0613,12,coords,three_rule_comb1,47,"[':', '>', '%']",None,0,1 +0613,0613,12,coords,three_rule_comb1,48,"['&', '~', '*']",9 9 6],0,1 +0613,0613,12,coords,three_rule_comb1,49,"['>', '*', '<']",7 7 2],0,1 +0613,0613,12,coords,three_rule_comb2,0,"['%', '%', '&']",5 4 8],1,1 +0613,0613,12,coords,three_rule_comb2,1,"['&', '&', '$']",5 1 7] [8 ,0,1 +0613,0613,12,coords,three_rule_comb2,2,"[':', '<', '~']",9 0 6],0,1 +0613,0613,12,coords,three_rule_comb2,3,"['*', ':', ':']",6 4 7] [7 ,0,1 +0613,0613,12,coords,three_rule_comb2,4,"['$', '!', '&']",8 7 3],1,1 +0613,0613,12,coords,three_rule_comb2,5,"['*', '!', '*']",1 6 1] [1 ,0,1 +0613,0613,12,coords,three_rule_comb2,6,"['(', '<', '!']",7 6 8] [3 ,0,1 +0613,0613,12,coords,three_rule_comb2,7,"['>', '(', '$']",1 1 6],1,1 +0613,0613,12,coords,three_rule_comb2,8,"['!', ':', ':']",6 8 9],0,1 +0613,0613,12,coords,three_rule_comb2,9,"['&', ':', '<']",7 1 6],1,1 +0613,0613,12,coords,three_rule_comb2,10,"['&', '<', '$']",4 5 8],1,1 +0613,0613,12,coords,three_rule_comb2,11,"['<', '$', '%']",5 1 2],1,1 +0613,0613,12,coords,three_rule_comb2,12,"['~', '*', '>']",5 5 1],1,1 +0613,0613,12,coords,three_rule_comb2,13,"['<', '*', '>']",2 6 7],0,1 +0613,0613,12,coords,three_rule_comb2,14,"['*', '>', ':']",5 0 1],1,1 +0613,0613,12,coords,three_rule_comb2,15,"['$', '<', '*']",2 3 8],1,1 +0613,0613,12,coords,three_rule_comb2,16,"['!', '<', '&']",5 9 8],1,1 +0613,0613,12,coords,three_rule_comb2,17,"['!', '%', '!']",3 5 0],1,1 +0613,0613,12,coords,three_rule_comb2,18,"['~', '!', '$']",7 5 5],1,1 +0613,0613,12,coords,three_rule_comb2,19,"['(', '>', '(']",8 8 0],1,1 +0613,0613,12,coords,three_rule_comb2,20,"['&', '$', '$']",6 0 0],1,1 +0613,0613,12,coords,three_rule_comb2,21,"['<', '<', '!']",6 2 3],1,1 +0613,0613,12,coords,three_rule_comb2,22,"['>', '%', '&']",1 11 8],0,1 +0613,0613,12,coords,three_rule_comb2,23,"['*', '&', ':']",2 0 4],1,1 +0613,0613,12,coords,three_rule_comb2,24,"['%', '$', '<']",0 8 6],1,1 +0613,0613,12,coords,three_rule_comb2,25,"['~', ':', '(']",1 6 8],1,1 +0613,0613,12,coords,three_rule_comb2,26,"['*', '!', '>']",8 0 7],1,1 +0613,0613,12,coords,three_rule_comb2,27,"['&', '<', '*']",6 4 4],1,1 +0613,0613,12,coords,three_rule_comb2,28,"['&', '%', '>']",1 4 6] [7 ,0,1 +0613,0613,12,coords,three_rule_comb2,29,"['~', '<', '&']",8 5 1],0,1 +0613,0613,12,coords,three_rule_comb2,30,"['*', '<', ':']",3 5 3],1,1 +0613,0613,12,coords,three_rule_comb2,31,"['&', '%', '&']",5 6 5],1,1 +0613,0613,12,coords,three_rule_comb2,32,"['!', '(', '<']",5 1 4],1,1 +0613,0613,12,coords,three_rule_comb2,33,"['~', '>', '*']",7 2 8],1,1 +0613,0613,12,coords,three_rule_comb2,34,"['&', '(', '$']",3 2 3],1,1 +0613,0613,12,coords,three_rule_comb2,35,"['&', '%', '!']",7 4 8] [9 ,0,1 +0613,0613,12,coords,three_rule_comb2,36,"['!', '%', ':']",4 1 4],1,1 +0613,0613,12,coords,three_rule_comb2,37,"['~', '*', '*']",4 1 0],1,1 +0613,0613,12,coords,three_rule_comb2,38,"['>', ':', '$']",9 2 3],1,1 +0613,0613,12,coords,three_rule_comb2,39,"['%', '&', '$']",2 8 2],1,1 +0613,0613,12,coords,three_rule_comb2,40,"['<', '%', '(']",1 8 2],1,1 +0613,0613,12,coords,three_rule_comb2,41,"['(', ':', '>']",4 8 7],0,1 +0613,0613,12,coords,three_rule_comb2,42,"[':', '*', '&']",9 8 7],1,1 +0613,0613,12,coords,three_rule_comb2,43,"['>', '~', '>']",5 4 1],1,1 +0613,0613,12,coords,three_rule_comb2,44,"['*', '$', '$']",5 4 3],1,1 +0613,0613,12,coords,three_rule_comb2,45,"['%', '&', '>']",6 1 6],1,1 +0613,0613,12,coords,three_rule_comb2,46,"['&', '%', '%']",0 5 3],1,1 +0613,0613,12,coords,three_rule_comb2,47,"['(', '(', '>']",4 4 7],1,1 +0613,0613,12,coords,three_rule_comb2,48,"['%', '<', ':']",7 3 6],1,1 +0613,0613,12,coords,three_rule_comb2,49,"[':', ':', '*']",8 7 8],1,1 +0613,0613,12,coords,three_rule_comb3,0,"['<', '&', '>']",2 0 9],1,1 +0613,0613,12,coords,three_rule_comb3,1,"['*', '&', '*']",6 9 5] [3 ,1,1 +0613,0613,12,coords,three_rule_comb3,2,"['~', '!', '>']",2 4 4],0,1 +0613,0613,12,coords,three_rule_comb3,3,"['(', ':', '$']",6 2 3],1,1 +0613,0613,12,coords,three_rule_comb3,4,"['%', '<', '(']",8 7 0],0,1 +0613,0613,12,coords,three_rule_comb3,5,"['(', '&', '(']",4 5 8],0,1 +0613,0613,12,coords,three_rule_comb3,6,"['(', '>', ':']",4 8 0],0,1 +0613,0613,12,coords,three_rule_comb3,7,"['$', '%', '~']",9 6 8],0,1 +0613,0613,12,coords,three_rule_comb3,8,"['$', '%', '<']",9 3 7],1,1 +0613,0613,12,coords,three_rule_comb3,9,"['$', '%', '(']",3 7 0],0,1 +0613,0613,12,coords,three_rule_comb3,10,"['~', '*', '>']",4 9 0],0,1 +0613,0613,12,coords,three_rule_comb3,11,"['%', '>', '<']",5 7 6],0,1 +0613,0613,12,coords,three_rule_comb3,12,"['!', '%', ':']",1 7 1],0,1 +0613,0613,12,coords,three_rule_comb3,13,"['*', '~', '$']",8 8 7],0,1 +0613,0613,12,coords,three_rule_comb3,14,"['(', '!', '<']",7 3 9],1,1 +0613,0613,12,coords,three_rule_comb3,15,"['&', '!', '$']",3 2 2],1,1 +0613,0613,12,coords,three_rule_comb3,16,"['&', '$', '~']",7 1 7],0,1 +0613,0613,12,coords,three_rule_comb3,17,"[':', '$', '$']",7 1 5],0,1 +0613,0613,12,coords,three_rule_comb3,18,"['<', '<', '$']",3 0 5],0,1 +0613,0613,12,coords,three_rule_comb3,19,"['>', '*', '&']",0 8 1],0,1 +0613,0613,12,coords,three_rule_comb3,20,"['$', '<', '(']",8 5 0],0,1 +0613,0613,12,coords,three_rule_comb3,21,"['!', '!', '*']",9 2 4],0,1 +0613,0613,12,coords,three_rule_comb3,22,"['(', '>', '~']",-4 4 0],0,1 +0613,0613,12,coords,three_rule_comb3,23,"['!', '!', '$']",2 1 1],1,1 +0613,0613,12,coords,three_rule_comb3,24,"['%', '&', '(']",1 6 2],0,1 +0613,0613,12,coords,three_rule_comb3,25,"['&', '~', ':']",8 2 8],0,1 +0613,0613,12,coords,three_rule_comb3,26,"['<', '>', ':']",9 8 8],1,1 +0613,0613,12,coords,three_rule_comb3,27,"['&', '&', '!']",3 7 2],0,1 +0613,0613,12,coords,three_rule_comb3,28,"['(', '%', '(']",16 2 3],0,1 +0613,0613,12,coords,three_rule_comb3,29,"['%', '~', '>']",4 5 2],1,1 +0613,0613,12,coords,three_rule_comb3,30,"['<', '&', '$']",5 8 6],0,1 +0613,0613,12,coords,three_rule_comb3,31,"['~', '(', ':']",5 6 8],0,1 +0613,0613,12,coords,three_rule_comb3,32,"['$', '!', '%']",5 0 1],1,1 +0613,0613,12,coords,three_rule_comb3,33,"['$', '$', '<']",7 3 2],1,1 +0613,0613,12,coords,three_rule_comb3,34,"['$', '(', ':']",8 3 1],1,1 +0613,0613,12,coords,three_rule_comb3,35,"['!', '!', ':']",8 1 0],0,1 +0613,0613,12,coords,three_rule_comb3,36,"['&', '~', '!']",7 9 6],0,1 +0613,0613,12,coords,three_rule_comb3,37,"['(', '<', '>']",5 5 5],0,1 +0613,0613,12,coords,three_rule_comb3,38,"[':', '>', '$']",0 5 6],0,1 +0613,0613,12,coords,three_rule_comb3,39,"['!', ':', '!']",1 1 1],0,1 +0613,0613,12,coords,three_rule_comb3,40,"['%', '%', '$']",9 5 1] [2 ,0,1 +0613,0613,12,coords,three_rule_comb3,41,"['<', '*', '*']",5 0 7],0,1 +0613,0613,12,coords,three_rule_comb3,42,"['$', '&', '~']",4 6 7],1,1 +0613,0613,12,coords,three_rule_comb3,43,"['!', '(', '!']",None,0,1 +0613,0613,12,coords,three_rule_comb3,44,"[':', '$', ':']",0 0 7],1,1 +0613,0613,12,coords,three_rule_comb3,45,"['$', '$', '%']",5 2 5],0,1 +0613,0613,12,coords,three_rule_comb3,46,"['%', '<', '&']",7 3 8],1,1 +0613,0613,12,coords,three_rule_comb3,47,"['~', '(', '*']",2 1 3],0,1 +0613,0613,12,coords,three_rule_comb3,48,"['>', '>', ':']",1 6 8],0,1 +0613,0613,12,coords,three_rule_comb3,49,"['$', '$', '(']",9 5 0],0,1 +0613,0613,12,coords,three_rule_comb4,0,"[':', '>', '%']",7 7 3],0,1 +0613,0613,12,coords,three_rule_comb4,1,"['>', '$', '(']",2 0 4] [4 ,0,1 +0613,0613,12,coords,three_rule_comb4,2,"['$', '!', '&']",5 0 4],0,1 +0613,0613,12,coords,three_rule_comb4,3,"['$', '>', '%']",7 1 2],0,1 +0613,0613,12,coords,three_rule_comb4,4,"['$', ':', '!']",7 4 2] [8 ,0,1 +0613,0613,12,coords,three_rule_comb4,5,"['(', ':', '<']",6 9 9],0,1 +0613,0613,12,coords,three_rule_comb4,6,"['$', '!', '~']",4 6 4],0,1 +0613,0613,12,coords,three_rule_comb4,7,"['*', '<', ':']",3 5 2],0,1 +0613,0613,12,coords,three_rule_comb4,8,"['~', '%', '<']",4 2 8],0,1 +0613,0613,12,coords,three_rule_comb4,9,"['%', '&', '$']",1 7 9],0,1 +0613,0613,12,coords,three_rule_comb4,10,"[':', '&', '<']",3 1 7],0,1 +0613,0613,12,coords,three_rule_comb4,11,"['>', '!', ':']",6 6 1],0,1 +0613,0613,12,coords,three_rule_comb4,12,"['(', '!', '!']",4 7 1],0,1 +0613,0613,12,coords,three_rule_comb4,13,"['%', ':', '%']",6 9 8],0,1 +0613,0613,12,coords,three_rule_comb4,14,"['!', '%', '$']",1 3 0],0,1 +0613,0613,12,coords,three_rule_comb4,15,"['$', ':', ':']",8 6 8],0,1 +0613,0613,12,coords,three_rule_comb4,16,"['%', '%', '%']",7 6 4],1,1 +0613,0613,12,coords,three_rule_comb4,17,"['*', '>', '&']",3 6 6],0,1 +0613,0613,12,coords,three_rule_comb4,18,"['>', '(', '*']",1 8 1],0,1 +0613,0613,12,coords,three_rule_comb4,19,"['<', '(', '<']",5 0 2],0,1 +0613,0613,12,coords,three_rule_comb4,20,"['*', '<', '*']",3 5 6],1,1 +0613,0613,12,coords,three_rule_comb4,21,"['!', '!', '(']",1 4 7],1,1 +0613,0613,12,coords,three_rule_comb4,22,"['<', '%', '!']",3 4 1],0,1 +0613,0613,12,coords,three_rule_comb4,23,"['!', '%', ':']",7 9 6],0,1 +0613,0613,12,coords,three_rule_comb4,24,"['<', ':', '%']",8 8 6],0,1 +0613,0613,12,coords,three_rule_comb4,25,"['*', '&', '*']",6 2 2],1,1 +0613,0613,12,coords,three_rule_comb4,26,"['*', '>', '*']",1 4 2],0,1 +0613,0613,12,coords,three_rule_comb4,27,"['<', '$', ':']",2 1 9],0,1 +0613,0613,12,coords,three_rule_comb4,28,"['*', '>', '<']",3 3 8],0,1 +0613,0613,12,coords,three_rule_comb4,29,"['<', '<', '&']",5 6 8],0,1 +0613,0613,12,coords,three_rule_comb4,30,"['(', '(', '&']",7 5 4],0,1 +0613,0613,12,coords,three_rule_comb4,31,"['&', '!', '(']",7 11 6],0,1 +0613,0613,12,coords,three_rule_comb4,32,"['<', '$', '!']",0 6 4],1,1 +0613,0613,12,coords,three_rule_comb4,33,"['%', ':', '%']",8 1 3],0,1 +0613,0613,12,coords,three_rule_comb4,34,"['~', '~', ':']",3 1 3],0,1 +0613,0613,12,coords,three_rule_comb4,35,"['&', '*', ':']",0 3 6],1,1 +0613,0613,12,coords,three_rule_comb4,36,"['<', ':', '!']",9 4 1],0,1 +0613,0613,12,coords,three_rule_comb4,37,"['*', '%', '&']",7 6 5],0,1 +0613,0613,12,coords,three_rule_comb4,38,"['&', '(', '~']",1 6 3],0,1 +0613,0613,12,coords,three_rule_comb4,39,"['<', '(', ':']",5 9 7],0,1 +0613,0613,12,coords,three_rule_comb4,40,"['&', '~', '&']",8 2 5],0,1 +0613,0613,12,coords,three_rule_comb4,41,"['>', '!', ':']",5 1 3],0,1 +0613,0613,12,coords,three_rule_comb4,42,"[':', '(', '<']",1 5 2] [0 ,0,1 +0613,0613,12,coords,three_rule_comb4,43,"['<', '!', ':']",8 7 9],0,1 +0613,0613,12,coords,three_rule_comb4,44,"['>', '&', '$']",4 0 6],0,1 +0613,0613,12,coords,three_rule_comb4,45,"['>', ':', '(']",1 8 6] [1 ,0,1 +0613,0613,12,coords,three_rule_comb4,46,"['*', '*', '&']",0 6 2],0,1 +0613,0613,12,coords,three_rule_comb4,47,"['$', '$', ':']",8 4 3],0,1 +0613,0613,12,coords,three_rule_comb4,48,"['%', '*', '!']",6 9 9],1,1 +0613,0613,12,coords,three_rule_comb4,49,"['&', '~', '$']",4 6 6],0,1 +0613,0613,12,coords,three_rule_comb5,0,"['<', '%', '>']",7 9 4],1,1 +0613,0613,12,coords,three_rule_comb5,1,"['!', '!', '&']",5 4 2],1,1 +0613,0613,12,coords,three_rule_comb5,2,"['<', '!', '&']",6 6 5],0,1 +0613,0613,12,coords,three_rule_comb5,3,"['<', '$', '*']",5 4 7],0,1 +0613,0613,12,coords,three_rule_comb5,4,"['%', '*', '(']",5 0 6],0,1 +0613,0613,12,coords,three_rule_comb5,5,"['$', '*', ':']",7 2 6],1,1 +0613,0613,12,coords,three_rule_comb5,6,"['*', ':', '>']",9 7 4],0,1 +0613,0613,12,coords,three_rule_comb5,7,"[':', '(', '<']",7 2 4],1,1 +0613,0613,12,coords,three_rule_comb5,8,"['>', '(', '>']",8 6 7],1,1 +0613,0613,12,coords,three_rule_comb5,9,"['~', '&', '<']",7 4 7],0,1 +0613,0613,12,coords,three_rule_comb5,10,"['<', '<', '~']",5 5 0],0,1 +0613,0613,12,coords,three_rule_comb5,11,"['*', '(', ':']",7 5 9],1,1 +0613,0613,12,coords,three_rule_comb5,12,"['%', '~', '%']",1 0 5],0,1 +0613,0613,12,coords,three_rule_comb5,13,"['$', '(', '%']",5 7 5],1,1 +0613,0613,12,coords,three_rule_comb5,14,"['~', '!', '*']",6 1 3],1,1 +0613,0613,12,coords,three_rule_comb5,15,"['%', '$', ':']",1 5 1],1,1 +0613,0613,12,coords,three_rule_comb5,16,"['>', '<', '~']",7 2 9],1,1 +0613,0613,12,coords,three_rule_comb5,17,"['%', '&', '>']",0 6 2],1,1 +0613,0613,12,coords,three_rule_comb5,18,"['&', '(', '&']",4 5 8],1,1 +0613,0613,12,coords,three_rule_comb5,19,"['%', '&', '%']",2 3 4] [0 ,0,1 +0613,0613,12,coords,three_rule_comb5,20,"['(', '(', '$']",5 2 6] [4 ,0,1 +0613,0613,12,coords,three_rule_comb5,21,"['&', '>', '(']",1 5 2],0,1 +0613,0613,12,coords,three_rule_comb5,22,"['$', '(', '(']",4 1 6],1,1 +0613,0613,12,coords,three_rule_comb5,23,"['<', '(', '%']",2 5 5],0,1 +0613,0613,12,coords,three_rule_comb5,24,"['~', '%', '(']",2 7 0],1,1 +0613,0613,12,coords,three_rule_comb5,25,"[':', '~', '&']",9 5 8],1,1 +0613,0613,12,coords,three_rule_comb5,26,"['>', '(', ':']",4 6 5],1,1 +0613,0613,12,coords,three_rule_comb5,27,"['$', '!', '~']",5 7 4],1,1 +0613,0613,12,coords,three_rule_comb5,28,"['(', ':', '!']",0 2 2] [8 ,0,1 +0613,0613,12,coords,three_rule_comb5,29,"['$', ':', '%']",0 6 6],0,1 +0613,0613,12,coords,three_rule_comb5,30,"['<', '$', '<']",5 4 8],1,1 +0613,0613,12,coords,three_rule_comb5,31,"['<', '(', '(']",8 7 2],1,1 +0613,0613,12,coords,three_rule_comb5,32,"['<', '<', '$']",1 9 5],1,1 +0613,0613,12,coords,three_rule_comb5,33,"['>', '&', ':']",5 0 5],1,1 +0613,0613,12,coords,three_rule_comb5,34,"['(', '%', '<']",3 6 3],1,1 +0613,0613,12,coords,three_rule_comb5,35,"['<', '$', '*']",5 6 7],0,1 +0613,0613,12,coords,three_rule_comb5,36,"['&', '*', '*']",5 5 5],1,1 +0613,0613,12,coords,three_rule_comb5,37,"['<', '*', '>']",None,0,1 +0613,0613,12,coords,three_rule_comb5,38,"['!', '$', '&']",1 4 7] [3 ,0,1 +0613,0613,12,coords,three_rule_comb5,39,"['!', ':', '$']",8 4 6],0,1 +0613,0613,12,coords,three_rule_comb5,40,"['%', '%', '%']",3 2 4] [2 ,0,1 +0613,0613,12,coords,three_rule_comb5,41,"['>', '%', '!']",7 2 3],1,1 +0613,0613,12,coords,three_rule_comb5,42,"['!', '~', ':']",1 2 7],0,1 +0613,0613,12,coords,three_rule_comb5,43,"['<', '&', '%']",6 4 2],0,1 +0613,0613,12,coords,three_rule_comb5,44,"['~', '(', '$']",2 7 2],0,1 +0613,0613,12,coords,three_rule_comb5,45,"['<', '!', '%']",5 4 1],1,1 +0613,0613,12,coords,three_rule_comb5,46,"['!', '!', ':']",6 7 5],1,1 +0613,0613,12,coords,three_rule_comb5,47,"['$', '$', ':']",1 9 3],0,1 +0613,0613,12,coords,three_rule_comb5,48,"['<', '!', '(']",8 3 6],1,1 +0613,0613,12,coords,three_rule_comb5,49,"['!', '(', '$']",2 4 5],1,1 +0613,0613,12,coords,three_rule_comb6,0,"['%', '&', '~']",8 1 2],1,1 +0613,0613,12,coords,three_rule_comb6,1,"['>', '&', '$']",8 2 5] [5 ,0,1 +0613,0613,12,coords,three_rule_comb6,2,"['&', '%', '*']",2 5 2],0,1 +0613,0613,12,coords,three_rule_comb6,3,"['!', '&', '$']",2 9 1],1,1 +0613,0613,12,coords,three_rule_comb6,4,"['*', '<', '!']",3 3 1],0,1 +0613,0613,12,coords,three_rule_comb6,5,"['*', '%', '$']",6 1 8],1,1 +0613,0613,12,coords,three_rule_comb6,6,"['<', '%', '$']",0 5 5],0,1 +0613,0613,12,coords,three_rule_comb6,7,"['~', '*', '>']",1 7 4] [8 ,0,1 +0613,0613,12,coords,three_rule_comb6,8,"['(', '$', '&']",4 4 2],0,1 +0613,0613,12,coords,three_rule_comb6,9,"['<', '<', '&']",3 0 0],0,1 +0613,0613,12,coords,three_rule_comb6,10,"['!', '&', ':']",4 5 9],0,1 +0613,0613,12,coords,three_rule_comb6,11,"['%', '<', '$']",2 5 3],0,1 +0613,0613,12,coords,three_rule_comb6,12,"['>', '&', '&']",5 5 7],1,1 +0613,0613,12,coords,three_rule_comb6,13,"['$', '&', '(']",4 7 1] [9 ,1,1 +0613,0613,12,coords,three_rule_comb6,14,"['(', '*', '$']",5 7 6],1,1 +0613,0613,12,coords,three_rule_comb6,15,"['$', '%', ':']",3 1 4],0,1 +0613,0613,12,coords,three_rule_comb6,16,"['%', '<', '(']",1 6 5] [4 ,1,1 +0613,0613,12,coords,three_rule_comb6,17,"['(', '<', '$']",5 7 1],1,1 +0613,0613,12,coords,three_rule_comb6,18,"['~', '$', '<']",0 7 1],0,1 +0613,0613,12,coords,three_rule_comb6,19,"['~', '>', '*']",1 9 8] [5 ,1,1 +0613,0613,12,coords,three_rule_comb6,20,"['$', '(', '$']",1 6 7] [7 ,0,1 +0613,0613,12,coords,three_rule_comb6,21,"['~', '$', ':']",4 6 1],0,1 +0613,0613,12,coords,three_rule_comb6,22,"[':', '!', '$']",8 7 6],1,1 +0613,0613,12,coords,three_rule_comb6,23,"['$', '$', '<']",0 9 7],1,1 +0613,0613,12,coords,three_rule_comb6,24,"['>', '~', '>']",7 7 5],1,1 +0613,0613,12,coords,three_rule_comb6,25,"['(', ':', ':']",3 0 4],0,1 +0613,0613,12,coords,three_rule_comb6,26,"['%', '>', ':']",6 2 5],0,1 +0613,0613,12,coords,three_rule_comb6,27,"['&', '(', '!']",9 5 6],1,1 +0613,0613,12,coords,three_rule_comb6,28,"['~', '(', '~']",2 9 7],1,1 +0613,0613,12,coords,three_rule_comb6,29,"['&', '*', '(']",0 9 5],1,1 +0613,0613,12,coords,three_rule_comb6,30,"[':', '$', '!']",8 6 0],0,1 +0613,0613,12,coords,three_rule_comb6,31,"['<', '&', ':']",0 6 3],1,1 +0613,0613,12,coords,three_rule_comb6,32,"['(', '%', '(']",2 6 3],0,1 +0613,0613,12,coords,three_rule_comb6,33,"[':', '(', '&']",8 2 7],0,1 +0613,0613,12,coords,three_rule_comb6,34,"['$', '<', '!']",3 0 2],0,1 +0613,0613,12,coords,three_rule_comb6,35,"['>', '*', '&']",9 7 7],1,1 +0613,0613,12,coords,three_rule_comb6,36,"['!', '(', '*']",2 2 3],0,1 +0613,0613,12,coords,three_rule_comb6,37,"['%', '<', '%']",0 5 9],1,1 +0613,0613,12,coords,three_rule_comb6,38,"['&', '&', '*']",4 8 0],0,1 +0613,0613,12,coords,three_rule_comb6,39,"['*', '<', '!']",8 1 1] [7 ,1,1 +0613,0613,12,coords,three_rule_comb6,40,"[':', '>', '<']",9 7 9],0,1 +0613,0613,12,coords,three_rule_comb6,41,"['<', ':', '<']",7 6 6] [0 ,1,1 +0613,0613,12,coords,three_rule_comb6,42,"['*', '*', '(']",None,0,1 +0613,0613,12,coords,three_rule_comb6,43,"['%', '$', '&']",8 6 8],0,1 +0613,0613,12,coords,three_rule_comb6,44,"['$', '~', '<']",1 9 4],1,1 +0613,0613,12,coords,three_rule_comb6,45,"['%', '!', '&']",4 8 7],1,1 +0613,0613,12,coords,three_rule_comb6,46,"['%', '%', '!']",2 0 1],1,1 +0613,0613,12,coords,three_rule_comb6,47,"['$', '<', '~']",4 1 1],1,1 +0613,0613,12,coords,three_rule_comb6,48,"['$', '>', '!']",9 1 0] [7 ,0,1 +0613,0613,12,coords,three_rule_comb6,49,"[':', '~', '%']",3 3 5],0,1 +0613,0613,12,coords,three_rule_comb7,0,"['<', '(', ':']",1 7 6],1,1 +0613,0613,12,coords,three_rule_comb7,1,"['!', '&', ':']",1 4 9],1,1 +0613,0613,12,coords,three_rule_comb7,2,"['(', '>', '$']",3 0 4],0,1 +0613,0613,12,coords,three_rule_comb7,3,"['(', ':', '<']",3 4 5] [1 ,0,1 +0613,0613,12,coords,three_rule_comb7,4,"['>', '<', '*']",8 3 8],0,1 +0613,0613,12,coords,three_rule_comb7,5,"['$', '!', '$']",1 4 1],0,1 +0613,0613,12,coords,three_rule_comb7,6,"['<', '&', '<']",0 4 2],1,1 +0613,0613,12,coords,three_rule_comb7,7,"['*', '$', '%']",0 5 2],0,1 +0613,0613,12,coords,three_rule_comb7,8,"['*', '*', '!']",6 4 3],0,1 +0613,0613,12,coords,three_rule_comb7,9,"['~', '*', ':']",3 1 1] [6 ,0,1 +0613,0613,12,coords,three_rule_comb7,10,"['<', '&', '(']",3 2 4] [1 ,0,1 +0613,0613,12,coords,three_rule_comb7,11,"['*', '~', '&']",3 1 9],0,1 +0613,0613,12,coords,three_rule_comb7,12,"['(', '(', '(']",3 8 4],0,1 +0613,0613,12,coords,three_rule_comb7,13,"['(', '(', '%']",6 6 3],1,1 +0613,0613,12,coords,three_rule_comb7,14,"['>', '>', '(']",8 1 6],0,1 +0613,0613,12,coords,three_rule_comb7,15,"['!', '%', '%']",9 3 8],0,1 +0613,0613,12,coords,three_rule_comb7,16,"[':', ':', '%']",3 3 7] [9 ,0,1 +0613,0613,12,coords,three_rule_comb7,17,"[':', '&', '(']",2 3 9],1,1 +0613,0613,12,coords,three_rule_comb7,18,"['~', '*', '~']",1 2 3],0,1 +0613,0613,12,coords,three_rule_comb7,19,"['&', '!', '$']",4 3 8],0,1 +0613,0613,12,coords,three_rule_comb7,20,"['<', '~', '<']",3 3 3],0,1 +0613,0613,12,coords,three_rule_comb7,21,"['&', '(', '!']",2 5 2] [0 ,0,1 +0613,0613,12,coords,three_rule_comb7,22,"['~', '(', '&']",3 2 6],0,1 +0613,0613,12,coords,three_rule_comb7,23,"[':', '%', '!']",6 7 4],0,1 +0613,0613,12,coords,three_rule_comb7,24,"[':', '(', '&']",9 2 1],0,1 +0613,0613,12,coords,three_rule_comb7,25,"['<', '!', '(']",2 4 1],0,1 +0613,0613,12,coords,three_rule_comb7,26,"['(', ':', '~']",7 6 7] [8 ,0,1 +0613,0613,12,coords,three_rule_comb7,27,"['*', '&', '*']",3 6 1],1,1 +0613,0613,12,coords,three_rule_comb7,28,"['$', ':', '$']",2 6 5],0,1 +0613,0613,12,coords,three_rule_comb7,29,"['%', '*', '$']",1 3 4],0,1 +0613,0613,12,coords,three_rule_comb7,30,"['$', '$', '$']",4 3 7],1,1 +0613,0613,12,coords,three_rule_comb7,31,"['~', '&', '$']",2 4 6] [6 ,0,1 +0613,0613,12,coords,three_rule_comb7,32,"['(', '<', '$']",1 5 6],0,1 +0613,0613,12,coords,three_rule_comb7,33,"['!', '<', '&']",8 8 6],1,1 +0613,0613,12,coords,three_rule_comb7,34,"['~', '<', '(']",3 6 9],0,1 +0613,0613,12,coords,three_rule_comb7,35,"['*', '!', '&']",3 0 0],1,1 +0613,0613,12,coords,three_rule_comb7,36,"['~', '&', '<']",0 3 4],0,1 +0613,0613,12,coords,three_rule_comb7,37,"['&', '(', '>']",6 4 9],0,1 +0613,0613,12,coords,three_rule_comb7,38,"['<', '(', '<']",2 5 3],0,1 +0613,0613,12,coords,three_rule_comb7,39,"['%', '*', '(']",4 4 6],1,1 +0613,0613,12,coords,three_rule_comb7,40,"['<', '$', '(']",5 5 8] [8 ,0,1 +0613,0613,12,coords,three_rule_comb7,41,"['*', '*', '&']",4 3 0],0,1 +0613,0613,12,coords,three_rule_comb7,42,"['*', '(', '!']",2 8 7],0,1 +0613,0613,12,coords,three_rule_comb7,43,"[':', '&', '>']",5 0 5],1,1 +0613,0613,12,coords,three_rule_comb7,44,"[':', '>', '*']",0 0 2],1,1 +0613,0613,12,coords,three_rule_comb7,45,"['!', '$', '*']",2 7 1],0,1 +0613,0613,12,coords,three_rule_comb7,46,"['$', '>', '<']",6 2 2],0,1 +0613,0613,12,coords,three_rule_comb7,47,"['%', '(', '!']",1 4 2],0,1 +0613,0613,12,coords,three_rule_comb7,48,"['<', '~', '*']",9 1 7],0,1 +0613,0613,12,coords,three_rule_comb7,49,"['(', '%', '$']",2 -1 9],0,1 +0613,0613,12,coords,three_rule_comb8,0,"[':', '&', '*']",3 8 4],0,1 +0613,0613,12,coords,three_rule_comb8,1,"['<', '<', '<']",2 5 9],0,1 +0613,0613,12,coords,three_rule_comb8,2,"['!', '%', ':']",9 1 5],0,1 +0613,0613,12,coords,three_rule_comb8,3,"['>', '<', '$']",6 9 4],0,1 +0613,0613,12,coords,three_rule_comb8,4,"['$', '(', ':']",3 5 5],0,1 +0613,0613,12,coords,three_rule_comb8,5,"['<', '!', ':']",5 3 4],0,1 +0613,0613,12,coords,three_rule_comb8,6,"['(', '~', '&']",7 2 0],0,1 +0613,0613,12,coords,three_rule_comb8,7,"[':', '!', '%']",7 3 6] [8 ,1,1 +0613,0613,12,coords,three_rule_comb8,8,"['>', '%', '~']",2 6 3] [3 ,0,1 +0613,0613,12,coords,three_rule_comb8,9,"['%', '>', '%']",1 4 8] [0 ,0,1 +0613,0613,12,coords,three_rule_comb8,10,"['!', '<', '~']",7 4 8],1,1 +0613,0613,12,coords,three_rule_comb8,11,"['%', '(', '<']",2 1 4] [0 ,0,1 +0613,0613,12,coords,three_rule_comb8,12,"['~', '~', '(']",6 0 3],1,1 +0613,0613,12,coords,three_rule_comb8,13,"['&', '$', ':']",6 4 2],0,1 +0613,0613,12,coords,three_rule_comb8,14,"['%', '>', '&']",4 8 7],1,1 +0613,0613,12,coords,three_rule_comb8,15,"['!', ':', '!']",6 5 6],0,1 +0613,0613,12,coords,three_rule_comb8,16,"['(', '~', '>']",4 7 6],0,1 +0613,0613,12,coords,three_rule_comb8,17,"['*', ':', '(']",1 4 5] [6 ,0,1 +0613,0613,12,coords,three_rule_comb8,18,"['&', '<', '<']",5 8 7],1,1 +0613,0613,12,coords,three_rule_comb8,19,"['%', '>', '<']",4 4 9] [5 ,0,1 +0613,0613,12,coords,three_rule_comb8,20,"['(', '&', '$']",5 3 3],1,1 +0613,0613,12,coords,three_rule_comb8,21,"['%', '$', '(']",10 8 6],0,1 +0613,0613,12,coords,three_rule_comb8,22,"[':', '(', '*']",10 6 7],0,1 +0613,0613,12,coords,three_rule_comb8,23,"['$', '(', ':']",7 5 5] [8 ,0,1 +0613,0613,12,coords,three_rule_comb8,24,"['<', '!', '%']",4 2 1],0,1 +0613,0613,12,coords,three_rule_comb8,25,"['%', '<', ':']",6 1 0],0,1 +0613,0613,12,coords,three_rule_comb8,26,"[':', ':', '<']",8 2 1] [0 ,0,1 +0613,0613,12,coords,three_rule_comb8,27,"['%', '<', ':']",None,0,1 +0613,0613,12,coords,three_rule_comb8,28,"['(', '<', '!']",0 2 0],1,1 +0613,0613,12,coords,three_rule_comb8,29,"['(', '<', '~']",0 3 6],0,1 +0613,0613,12,coords,three_rule_comb8,30,"['~', '~', '%']",8 6 4],0,1 +0613,0613,12,coords,three_rule_comb8,31,"['>', '<', '>']",5 5 5],0,1 +0613,0613,12,coords,three_rule_comb8,32,"['(', '%', ':']",5 6 4] [8 ,0,1 +0613,0613,12,coords,three_rule_comb8,33,"['!', '%', '*']",2 5 9] [1 ,1,1 +0613,0613,12,coords,three_rule_comb8,34,"['~', ':', '<']",6 2 6] [5 ,1,1 +0613,0613,12,coords,three_rule_comb8,35,"['$', '%', '$']",5 8 7],0,1 +0613,0613,12,coords,three_rule_comb8,36,"['>', '(', '~']",9 6 8] [4 ,0,1 +0613,0613,12,coords,three_rule_comb8,37,"['>', '!', ':']",5 6 1] [6 ,1,1 +0613,0613,12,coords,three_rule_comb8,38,"['<', '%', '&']",8 4 3] [3 ,0,1 +0613,0613,12,coords,three_rule_comb8,39,"['$', '<', '%']",3 7 3] [2 ,0,1 +0613,0613,12,coords,three_rule_comb8,40,"['(', '>', '&']",4 5 7],1,1 +0613,0613,12,coords,three_rule_comb8,41,"['&', '~', '>']",0 8 6] [6 ,0,1 +0613,0613,12,coords,three_rule_comb8,42,"['(', '*', '<']",2 2 2],0,1 +0613,0613,12,coords,three_rule_comb8,43,"['~', '&', '!']",6 3 5],1,1 +0613,0613,12,coords,three_rule_comb8,44,"['%', '$', '%']",1 4 5],0,1 +0613,0613,12,coords,three_rule_comb8,45,"['<', ':', '(']",2 5 6],0,1 +0613,0613,12,coords,three_rule_comb8,46,"['$', ':', '%']",None,0,1 +0613,0613,12,coords,three_rule_comb8,47,"['!', '%', '*']",2 5 3],0,1 +0613,0613,12,coords,three_rule_comb8,48,"['<', '&', '!']",6 8 4],0,1 +0613,0613,12,coords,three_rule_comb8,49,"[':', '$', '<']",5 3 8],1,1 +0613,0613,12,coords,three_rule_comb9,0,"['<', '>', '!']",3 3 5] [4 ,1,1 +0613,0613,12,coords,three_rule_comb9,1,"[':', '$', '%']",2 7 6],1,1 +0613,0613,12,coords,three_rule_comb9,2,"['~', '>', '*']",8 4 9],1,1 +0613,0613,12,coords,three_rule_comb9,3,"['<', ':', '~']",4 1 6],0,1 +0613,0613,12,coords,three_rule_comb9,4,"['<', '~', '*']",2 2 5],1,1 +0613,0613,12,coords,three_rule_comb9,5,"['>', ':', '(']",5 3 3] [6 ,0,1 +0613,0613,12,coords,three_rule_comb9,6,"['%', '&', '<']",7 4 8] [8 ,1,1 +0613,0613,12,coords,three_rule_comb9,7,"['$', '&', '%']",2 7 4],1,1 +0613,0613,12,coords,three_rule_comb9,8,"[':', '%', '!']",3 5 7],1,1 +0613,0613,12,coords,three_rule_comb9,9,"['%', '<', ':']",7 5 0],0,1 +0613,0613,12,coords,three_rule_comb9,10,"['%', ':', '&']",7 1 3] [9 ,0,1 +0613,0613,12,coords,three_rule_comb9,11,"['%', '&', '&']",-2 7 -1],0,1 +0613,0613,12,coords,three_rule_comb9,12,"['$', '&', '~']",2 4 6],1,1 +0613,0613,12,coords,three_rule_comb9,13,"['(', ':', '&']",5 3 1] [4 ,0,1 +0613,0613,12,coords,three_rule_comb9,14,"['*', '<', '%']",0 2 4] [1 ,0,1 +0613,0613,12,coords,three_rule_comb9,15,"[':', '&', '<']",2 3 5],1,1 +0613,0613,12,coords,three_rule_comb9,16,"['~', '%', ':']",8 8 2],1,1 +0613,0613,12,coords,three_rule_comb9,17,"['<', '*', '(']",4 7 5],1,1 +0613,0613,12,coords,three_rule_comb9,18,"['(', '~', '$']",1 7 0] [3 ,0,1 +0613,0613,12,coords,three_rule_comb9,19,"['*', ':', '%']",5 7 6] [6 ,1,1 +0613,0613,12,coords,three_rule_comb9,20,"['%', ':', '>']",3 5 2] [1 ,0,1 +0613,0613,12,coords,three_rule_comb9,21,"['&', '*', '$']",5 6 5],1,1 +0613,0613,12,coords,three_rule_comb9,22,"['<', ':', '*']",3 4 7] [2 ,0,1 +0613,0613,12,coords,three_rule_comb9,23,"['~', '&', '*']",6 8 1],1,1 +0613,0613,12,coords,three_rule_comb9,24,"['(', '$', '%']",None,0,1 +0613,0613,12,coords,three_rule_comb9,25,"['*', '$', ':']",2 6 2],1,1 +0613,0613,12,coords,three_rule_comb9,26,"['%', '$', '&']",None,0,1 +0613,0613,12,coords,three_rule_comb9,27,"['%', '&', '<']",2 1 6],1,1 +0613,0613,12,coords,three_rule_comb9,28,"[':', '&', '%']",3 6 6] [4 ,1,1 +0613,0613,12,coords,three_rule_comb9,29,"[':', '~', '(']",6 5 5],1,1 +0613,0613,12,coords,three_rule_comb9,30,"['<', ':', ':']",4 3 7],0,1 +0613,0613,12,coords,three_rule_comb9,31,"[':', '>', '&']",2 6 4],1,1 +0613,0613,12,coords,three_rule_comb9,32,"['%', '(', '<']",5 5 7],1,1 +0613,0613,12,coords,three_rule_comb9,33,"['>', '<', '$']",2 6 2],1,1 +0613,0613,12,coords,three_rule_comb9,34,"['$', '(', '*']",-2 6 4],0,1 +0613,0613,12,coords,three_rule_comb9,35,"['~', '(', '%']",3 3 7],1,1 +0613,0613,12,coords,three_rule_comb9,36,"['$', '%', '(']",3 3 4] [1 ,0,1 +0613,0613,12,coords,three_rule_comb9,37,"[':', '$', '!']",5 2 4] [7 ,1,1 +0613,0613,12,coords,three_rule_comb9,38,"['>', '%', '%']",2 1 6],0,1 +0613,0613,12,coords,three_rule_comb9,39,"['!', '$', '(']",5 2 1],0,1 +0613,0613,12,coords,three_rule_comb9,40,"[':', '~', '$']",6 5 7] [7 ,0,1 +0613,0613,12,coords,three_rule_comb9,41,"[':', '&', '(']",6 2 5],1,1 +0613,0613,12,coords,three_rule_comb9,42,"['>', '*', '$']",5 5 7],1,1 +0613,0613,12,coords,three_rule_comb9,43,"['&', '%', '$']",4 5 1],1,1 +0613,0613,12,coords,three_rule_comb9,44,"['~', '(', '(']",-2 10 9],0,1 +0613,0613,12,coords,three_rule_comb9,45,"['&', '>', '(']",2 1 4],1,1 +0613,0613,12,coords,three_rule_comb9,46,"[':', '*', '&']",3 2 2],0,1 +0613,0613,12,coords,three_rule_comb9,47,"['%', ':', '>']",1 4 4],1,1 +0613,0613,12,coords,three_rule_comb9,48,"['~', '$', '<']",0 -2 11],0,1 +0613,0613,12,coords,three_rule_comb9,49,"['&', '<', '<']",5 6 6],1,1 +0613,0613,12,coords,c3_set_union,0,"['~', '(', '&', '$']",7 4],1,1 +0613,0613,12,coords,c3_set_union,1,"['<', '>', '(', '&']",4],1,1 +0613,0613,12,coords,c3_set_union,2,"['&', '$', ':', '~']",5 3],1,1 +0613,0613,12,coords,c3_set_union,3,"['%', '(', ':', '>']", ] [6 1 3 ,0,1 +0613,0613,12,coords,c3_set_union,4,"[':', '~', '<', '*']",2 7 6 0] [,0,1 +0613,0613,12,coords,c3_set_union,5,"['*', '<', '&', '%']",7],0,1 +0613,0613,12,coords,c3_set_union,6,"['~', '&', '%', '(']",3],0,1 +0613,0613,12,coords,c3_set_union,7,"['>', '!', ':', '(']",1 4 1] [5 ,0,1 +0613,0613,12,coords,c3_set_union,8,"[':', '!', '*', '&']",5] [8] [9 5,1,1 +0613,0613,12,coords,c3_set_union,9,"['%', '*', '&', '~']",9 2] [4 7],0,1 +0613,0613,12,coords,c3_set_union,10,"['$', '%', '>', '&']",1 8 4 2],1,1 +0613,0613,12,coords,c3_set_union,11,"['~', '&', '!', '<']",4 1],1,1 +0613,0613,12,coords,c3_set_union,12,"['$', '>', '~', '%']",4 2],1,1 +0613,0613,12,coords,c3_set_union,13,"['<', '%', '>', '!']",4,0,1 +0613,0613,12,coords,c3_set_union,14,"[':', '$', '>', '*']",3,1,1 +0613,0613,12,coords,c3_set_union,15,"['%', '(', '&', '*']",None,0,1 +0613,0613,12,coords,c3_set_union,16,"['~', '*', ':', '!']",0 5 9] [6 ,0,1 +0613,0613,12,coords,c3_set_union,17,"['>', ':', '~', '!']",1],1,1 +0613,0613,12,coords,c3_set_union,18,"['$', '(', '*', ':']",9 8],1,1 +0613,0613,12,coords,c3_set_union,19,"[':', '(', '~', '&']",3 5],1,1 +0613,0613,12,coords,c3_set_union,20,"['~', '%', '*', '!']",0 6],1,1 +0613,0613,12,coords,c3_set_union,21,"[':', '(', '<', '$']",1 6 2] [8 ,0,1 +0613,0613,12,coords,c3_set_union,22,"['!', '<', '>', ':']",1 7 8 3],1,1 +0613,0613,12,coords,c3_set_union,23,"['%', '(', '~', '<']",0],1,1 +0613,0613,12,coords,c3_set_union,24,"['%', '$', '>', '<']",3],1,1 +0613,0613,12,coords,c3_set_union,25,"['~', '$', '<', '&']",3],1,1 +0613,0613,12,coords,c3_set_union,26,"[':', '!', '$', '>']",1],0,1 +0613,0613,12,coords,c3_set_union,27,"['$', '*', '&', ':']",5 0 7 8],1,1 +0613,0613,12,coords,c3_set_union,28,"[':', '%', '&', '~']",3,0,1 +0613,0613,12,coords,c3_set_union,29,"['!', '$', '*', '&']",1 7 9] [0 ,0,1 +0613,0613,12,coords,c3_set_union,30,"['!', '*', '(', ':']",8 1 0],0,1 +0613,0613,12,coords,c3_set_union,31,"['*', '~', '&', ':']",3 2 0 8],0,1 +0613,0613,12,coords,c3_set_union,32,"[':', '~', '(', '%']",None,0,1 +0613,0613,12,coords,c3_set_union,33,"['*', '%', '<', '$']",1],1,1 +0613,0613,12,coords,c3_set_union,34,"['~', '<', '&', '(']",0 2 0 5 2,0,1 +0613,0613,12,coords,c3_set_union,35,"['%', '<', '*', '!']",2],1,1 +0613,0613,12,coords,c3_set_union,36,"['(', '~', ':', '!']",6 2],1,1 +0613,0613,12,coords,c3_set_union,37,"['$', '&', '*', '~']",5],1,1 +0613,0613,12,coords,c3_set_union,38,"[':', '(', '~', '$']",3 0],1,1 +0613,0613,12,coords,c3_set_union,39,"['&', '>', '$', '*']", ] [5] [7 5],0,1 +0613,0613,12,coords,c3_set_union,40,"['$', '!', '*', '~']",4],0,1 +0613,0613,12,coords,c3_set_union,41,"['&', '%', '$', '!']",8 4],1,1 +0613,0613,12,coords,c3_set_union,42,"['>', '$', '*', '!']",],0,1 +0613,0613,12,coords,c3_set_union,43,"[':', '*', '(', '>']",4 1 0 3],1,1 +0613,0613,12,coords,c3_set_union,44,"['$', '%', '(', ':']",6 8],1,1 +0613,0613,12,coords,c3_set_union,45,"['!', '<', ':', '$']",3 2],1,1 +0613,0613,12,coords,c3_set_union,46,"['>', '*', '&', '<']",None,0,1 +0613,0613,12,coords,c3_set_union,47,"[':', '~', '>', '*']",2 6 8] [4 ,0,1 +0613,0613,12,coords,c3_set_union,48,"['%', '(', '*', '~']",3 2],1,1 +0613,0613,12,coords,c3_set_union,49,"['(', '~', '*', '<']",8 9],1,1 +0613,0613,12,coords,c1_set_union,0,['('],1],1,1 +0613,0613,12,coords,c1_set_union,1,['('],4 9] [4] [9,0,1 +0613,0613,12,coords,c1_set_union,2,['&'],1 0] [1] [0,0,1 +0613,0613,12,coords,c1_set_union,3,['$'],6 1] [6] [1,0,1 +0613,0613,12,coords,c1_set_union,4,['>'],4],1,1 +0613,0613,12,coords,c1_set_union,5,['~'],0,1,1 +0613,0613,12,coords,c1_set_union,6,['<'],4 5] [4] [5,0,1 +0613,0613,12,coords,c1_set_union,7,['%'],0 5],0,1 +0613,0613,12,coords,c1_set_union,8,['$'],4],1,1 +0613,0613,12,coords,c1_set_union,9,['$'],8 1] [8] [1,0,1 +0613,0613,12,coords,c1_set_union,10,[':'],7 0] [7] [0,0,1 +0613,0613,12,coords,c1_set_union,11,['*'],8],1,1 +0613,0613,12,coords,c1_set_union,12,['('],0,1,1 +0613,0613,12,coords,c1_set_union,13,['<'],7],1,1 +0613,0613,12,coords,c1_set_union,14,['*'],7],1,1 +0613,0613,12,coords,c1_set_union,15,['<'],8],1,1 +0613,0613,12,coords,c1_set_union,16,[':'],3 7] [7 8],0,1 +0613,0613,12,coords,c1_set_union,17,['>'],9 7] [9] [7,0,1 +0613,0613,12,coords,c1_set_union,18,[':'],8,0,1 +0613,0613,12,coords,c1_set_union,19,['('],9 4],0,1 +0613,0613,12,coords,c1_set_union,20,[':'],5 3] [5] [3,0,1 +0613,0613,12,coords,c1_set_union,21,['~'],8 9] [8] [9,0,1 +0613,0613,12,coords,c1_set_union,22,['~'],4 2] [4] [2,0,1 +0613,0613,12,coords,c1_set_union,23,[':'],2 9] [2] [9,0,1 +0613,0613,12,coords,c1_set_union,24,['&'],6 2],0,1 +0613,0613,12,coords,c1_set_union,25,['~'],4 7] [4] [7,0,1 +0613,0613,12,coords,c1_set_union,26,['<'],3 4] [3] [4,0,1 +0613,0613,12,coords,c1_set_union,27,['>'],0],1,1 +0613,0613,12,coords,c1_set_union,28,['$'],1 3] [7] [5,0,1 +0613,0613,12,coords,c1_set_union,29,['$'],3 7] [3] [7,1,1 +0613,0613,12,coords,c1_set_union,30,['&'],9],1,1 +0613,0613,12,coords,c1_set_union,31,['!'],8 16] [8] [16,0,1 +0613,0613,12,coords,c1_set_union,32,['&'],4 7] [4] [7,0,1 +0613,0613,12,coords,c1_set_union,33,['('],7,1,1 +0613,0613,12,coords,c1_set_union,34,['!'],2],1,1 +0613,0613,12,coords,c1_set_union,35,['&'],2 0],1,1 +0613,0613,12,coords,c1_set_union,36,['~'],3],1,1 +0613,0613,12,coords,c1_set_union,37,['('],8 1] [8] [1,0,1 +0613,0613,12,coords,c1_set_union,38,['$'],4],1,1 +0613,0613,12,coords,c1_set_union,39,['('],5],1,1 +0613,0613,12,coords,c1_set_union,40,['>'],1 3] [1] [3,1,1 +0613,0613,12,coords,c1_set_union,41,[':'],1 7],1,1 +0613,0613,12,coords,c1_set_union,42,['&'],9 5] [9] [5,0,1 +0613,0613,12,coords,c1_set_union,43,['$'],4],1,1 +0613,0613,12,coords,c1_set_union,44,['!'],7,0,1 +0613,0613,12,coords,c1_set_union,45,['$'],7 4] [7] [4,1,1 +0613,0613,12,coords,c1_set_union,46,['*'],5 4],1,1 +0613,0613,12,coords,c1_set_union,47,['>'],6 4],0,1 +0613,0613,12,coords,c1_set_union,48,['~'],3,0,1 +0613,0613,12,coords,c1_set_union,49,['>'],9],1,1 +0613,0613,12,coords,c2_set_union,0,['$'],0] [0 1 0 ,0,1 +0613,0613,12,coords,c2_set_union,1,[':'],5 2],1,1 +0613,0613,12,coords,c2_set_union,2,['&'],0] [6 2 0 ,0,1 +0613,0613,12,coords,c2_set_union,3,['*'],5 3],0,1 +0613,0613,12,coords,c2_set_union,4,['!'],5 9],0,1 +0613,0613,12,coords,c2_set_union,5,['&'],2 0],0,1 +0613,0613,12,coords,c2_set_union,6,[':'],7] [7 5 9],1,1 +0613,0613,12,coords,c2_set_union,7,['>'],7],1,1 +0613,0613,12,coords,c2_set_union,8,['>'],7 2],1,1 +0613,0613,12,coords,c2_set_union,9,['('],1 6 4],0,1 +0613,0613,12,coords,c2_set_union,10,['*'],6 9 8],0,1 +0613,0613,12,coords,c2_set_union,11,['%'],1 4],0,1 +0613,0613,12,coords,c2_set_union,12,['$'],3 5 7],0,1 +0613,0613,12,coords,c2_set_union,13,[':'],2 7 6],0,1 +0613,0613,12,coords,c2_set_union,14,['%'],4] [4 5 9 ,0,1 +0613,0613,12,coords,c2_set_union,15,['%'],1 6],0,1 +0613,0613,12,coords,c2_set_union,16,['>'],6] [6 1 4 ,0,1 +0613,0613,12,coords,c2_set_union,17,['$'],2],1,1 +0613,0613,12,coords,c2_set_union,18,['$'],4 0 8],0,1 +0613,0613,12,coords,c2_set_union,19,[':'],8 4],0,1 +0613,0613,12,coords,c2_set_union,20,['>'],8 1],0,1 +0613,0613,12,coords,c2_set_union,21,[':'],2] [2 1 8],1,1 +0613,0613,12,coords,c2_set_union,22,['&'],5],1,1 +0613,0613,12,coords,c2_set_union,23,[':'],2],1,1 +0613,0613,12,coords,c2_set_union,24,['<'],7 4 5],0,1 +0613,0613,12,coords,c2_set_union,25,['&'],0 7],0,1 +0613,0613,12,coords,c2_set_union,26,['>'],6] [6 1] [1,1,1 +0613,0613,12,coords,c2_set_union,27,['*'],3 1 9],0,1 +0613,0613,12,coords,c2_set_union,28,['<'],5 9],1,1 +0613,0613,12,coords,c2_set_union,29,[':'],5 7 8],0,1 +0613,0613,12,coords,c2_set_union,30,['!'],2],0,1 +0613,0613,12,coords,c2_set_union,31,['*'],4] [4 6 0 ,0,1 +0613,0613,12,coords,c2_set_union,32,['*'],None,0,1 +0613,0613,12,coords,c2_set_union,33,['&'],3 9],1,1 +0613,0613,12,coords,c2_set_union,34,[':'],8] [8 7] [7,1,1 +0613,0613,12,coords,c2_set_union,35,['>'],5 1 3 2],0,1 +0613,0613,12,coords,c2_set_union,36,['<'],5 7 0] [5 ,0,1 +0613,0613,12,coords,c2_set_union,37,['*'],7 8 0],0,1 +0613,0613,12,coords,c2_set_union,38,['*'],16 0] [16 0 ,0,1 +0613,0613,12,coords,c2_set_union,39,['!'],0] [0 5 7 ,0,1 +0613,0613,12,coords,c2_set_union,40,['<'],1 7],0,1 +0613,0613,12,coords,c2_set_union,41,['>'],0 9 6],0,1 +0613,0613,12,coords,c2_set_union,42,['&'],0 8 9],0,1 +0613,0613,12,coords,c2_set_union,43,['~'],3],1,1 +0613,0613,12,coords,c2_set_union,44,['&'],5 7 8],0,1 +0613,0613,12,coords,c2_set_union,45,['~'],8],1,1 +0613,0613,12,coords,c2_set_union,46,['<'],1 0 8],0,1 +0613,0613,12,coords,c2_set_union,47,['*'],3 7],1,1 +0613,0613,12,coords,c2_set_union,48,['<'],7 5],1,1 +0613,0613,12,coords,c2_set_union,49,['!'],0 3 2 1],0,1 +0613,0613,12,coords,AND,0,['('],0 9 7],1,1 +0613,0613,12,coords,AND,1,['&'],4 6 9],1,1 +0613,0613,12,coords,AND,2,['<'],7,0,1 +0613,0613,12,coords,AND,3,['<'],5] [9] [1],0,1 +0613,0613,12,coords,AND,4,['*'],5 0],0,1 +0613,0613,12,coords,AND,5,['%'],5] [1] [1],0,1 +0613,0613,12,coords,AND,6,['%'],None,0,1 +0613,0613,12,coords,AND,7,['$'],5],0,1 +0613,0613,12,coords,AND,8,['>'],2 0],1,1 +0613,0613,12,coords,AND,9,['~'],5 1],1,1 +0613,0613,12,coords,AND,10,[':'],0,0,1 +0613,0613,12,coords,AND,11,['*'],8],1,1 +0613,0613,12,coords,AND,12,['*'],3 4 0] [8 ,0,1 +0613,0613,12,coords,AND,13,['<'],7 9 1],0,1 +0613,0613,12,coords,AND,14,['$'],8 2],1,1 +0613,0613,12,coords,AND,15,['%'],3],0,1 +0613,0613,12,coords,AND,16,[':'],1 4],1,1 +0613,0613,12,coords,AND,17,['>'],5 6 1],1,1 +0613,0613,12,coords,AND,18,['('],6 1],1,1 +0613,0613,12,coords,AND,19,['>'],8],1,1 +0613,0613,12,coords,AND,20,[':'],7] [2] [9],0,1 +0613,0613,12,coords,AND,21,['%'],5 2 0],1,1 +0613,0613,12,coords,AND,22,['>'],6] [1] [1],0,1 +0613,0613,12,coords,AND,23,['*'],4] [0] [6],0,1 +0613,0613,12,coords,AND,24,['&'],2 1],1,1 +0613,0613,12,coords,AND,25,['~'],1 4],1,1 +0613,0613,12,coords,AND,26,['('],6 5 0],1,1 +0613,0613,12,coords,AND,27,['<'],6 7],1,1 +0613,0613,12,coords,AND,28,['&'],0] [3] [4],0,1 +0613,0613,12,coords,AND,29,['&'],5],1,1 +0613,0613,12,coords,AND,30,[':'],5],0,1 +0613,0613,12,coords,AND,31,['>'],9],1,1 +0613,0613,12,coords,AND,32,['~'],1,0,1 +0613,0613,12,coords,AND,33,['*'],7],1,1 +0613,0613,12,coords,AND,34,['&'],11 4],0,1 +0613,0613,12,coords,AND,35,['$'],0 3 5],1,1 +0613,0613,12,coords,AND,36,['&'],4],0,1 +0613,0613,12,coords,AND,37,['&'],5 8],1,1 +0613,0613,12,coords,AND,38,['$'],7],0,1 +0613,0613,12,coords,AND,39,['*'],4 8 6],1,1 +0613,0613,12,coords,AND,40,['&'],3 4],1,1 +0613,0613,12,coords,AND,41,['<'],8 2],1,1 +0613,0613,12,coords,AND,42,['%'],7] [6] [5],0,1 +0613,0613,12,coords,AND,43,['<'],4 0 3],1,1 +0613,0613,12,coords,AND,44,['&'],9] [1] [6],0,1 +0613,0613,12,coords,AND,45,['*'],6] [1] [0],0,1 +0613,0613,12,coords,AND,46,['*'],2],0,1 +0613,0613,12,coords,AND,47,['!'],6],1,1 +0613,0613,12,coords,AND,48,['%'],4 1 3],1,1 +0613,0613,12,coords,AND,49,['('],0 4],1,1 +0613,0613,12,coords,XOR,0,"['(', '!']",3 0],0,1 +0613,0613,12,coords,XOR,1,"['$', ':']",2 8],0,1 +0613,0613,12,coords,XOR,2,"['!', '(']",7 8],0,1 +0613,0613,12,coords,XOR,3,"['$', ':']",3 1],0,1 +0613,0613,12,coords,XOR,4,"['$', '!']",3 1],0,1 +0613,0613,12,coords,XOR,5,"['$', '>']",5 8],1,1 +0613,0613,12,coords,XOR,6,"['!', '*']",0 8],0,1 +0613,0613,12,coords,XOR,7,"['>', '!']",7 6] [5 7],0,1 +0613,0613,12,coords,XOR,8,"['%', '$']",3 5],0,1 +0613,0613,12,coords,XOR,9,"['(', '*']",3 1],0,1 +0613,0613,12,coords,XOR,10,"['<', ':']",0 7],1,1 +0613,0613,12,coords,XOR,11,"['%', '*']",1 9],0,1 +0613,0613,12,coords,XOR,12,"['!', '~']",8 9] [7 9],0,1 +0613,0613,12,coords,XOR,13,"['~', ':']",None,0,1 +0613,0613,12,coords,XOR,14,"['~', '>']",15 5],0,1 +0613,0613,12,coords,XOR,15,"[':', '%']",8 4],0,1 +0613,0613,12,coords,XOR,16,"[':', '(']",0 3],0,1 +0613,0613,12,coords,XOR,17,"['(', '%']",8 2],0,1 +0613,0613,12,coords,XOR,18,"['&', '%']",None,0,1 +0613,0613,12,coords,XOR,19,"['>', '(']",5 2] [8 5],0,1 +0613,0613,12,coords,XOR,20,"['%', '<']",7 0] [4 7],0,1 +0613,0613,12,coords,XOR,21,"['!', '(']",4 0],1,1 +0613,0613,12,coords,XOR,22,"['~', '$']",8 5],0,1 +0613,0613,12,coords,XOR,23,"['%', '&']",9 5],1,1 +0613,0613,12,coords,XOR,24,"['>', '%']",5 1],0,1 +0613,0613,12,coords,XOR,25,"['*', '<']",2 7],0,1 +0613,0613,12,coords,XOR,26,"['<', '$']",0 4],0,1 +0613,0613,12,coords,XOR,27,"['&', '>']",7 1],0,1 +0613,0613,12,coords,XOR,28,"['$', '%']",None,0,1 +0613,0613,12,coords,XOR,29,"['&', '<']",1 6],0,1 +0613,0613,12,coords,XOR,30,"['~', '*']",7 0],1,1 +0613,0613,12,coords,XOR,31,"['(', '$']",2 9],0,1 +0613,0613,12,coords,XOR,32,"['~', '$']",None,0,1 +0613,0613,12,coords,XOR,33,"['(', ':']",2 1] [1 0],0,1 +0613,0613,12,coords,XOR,34,"['*', '<']",None,0,1 +0613,0613,12,coords,XOR,35,"[':', '~']",8 6] [5 8],0,1 +0613,0613,12,coords,XOR,36,"['*', '>']",7 4],0,1 +0613,0613,12,coords,XOR,37,"[':', '!']",2 7],0,1 +0613,0613,12,coords,XOR,38,"['&', '(']",7 2],0,1 +0613,0613,12,coords,XOR,39,"['(', '~']",6 7],0,1 +0613,0613,12,coords,XOR,40,"['*', ':']",0 1],0,1 +0613,0613,12,coords,XOR,41,"['<', '!']",5 0],0,1 +0613,0613,12,coords,XOR,42,"['>', '%']",4 2],0,1 +0613,0613,12,coords,XOR,43,"['~', '&']",6 1],0,1 +0613,0613,12,coords,XOR,44,"['$', '%']",2 1],0,1 +0613,0613,12,coords,XOR,45,"['&', '!']",7 1],0,1 +0613,0613,12,coords,XOR,46,"[':', '%']",1 8] [8 1],0,1 +0613,0613,12,coords,XOR,47,"['%', ':']",3 4],0,1 +0613,0613,12,coords,XOR,48,"['~', '&']",6 2],0,1 +0613,0613,12,coords,XOR,49,"['<', '%']",2 9],0,1 +0613,0613,12,coords,c3_set_union_permuted,0,"['*', '~', '<', '!']",0] [8] [8 0,1,1 +0613,0613,12,coords,c3_set_union_permuted,1,"['&', '~', '>', '<']",7 1],0,1 +0613,0613,12,coords,c3_set_union_permuted,2,"['*', '&', '(', '~']",4 0 6] [7 ,0,1 +0613,0613,12,coords,c3_set_union_permuted,3,"['~', '%', '&', '!']",3 4],1,1 +0613,0613,12,coords,c3_set_union_permuted,4,"['(', '!', '&', '>']",9 7],1,1 +0613,0613,12,coords,c3_set_union_permuted,5,"['>', '<', ':', '(']",None,0,1 +0613,0613,12,coords,c3_set_union_permuted,6,"['(', '%', ':', '&']",4 0],0,1 +0613,0613,12,coords,c3_set_union_permuted,7,"['*', ':', '(', '&']",5 7],1,1 +0613,0613,12,coords,c3_set_union_permuted,8,"['!', '%', '>', '~']",1],0,1 +0613,0613,12,coords,c3_set_union_permuted,9,"['~', '$', '*', '(']",9 8 1] [0 ,0,1 +0613,0613,12,coords,c3_set_union_permuted,10,"['~', '<', '$', ':']",5 9] [8 3],0,1 +0613,0613,12,coords,c3_set_union_permuted,11,"['(', '>', '*', '%']",3 0],0,1 +0613,0613,12,coords,c3_set_union_permuted,12,"['>', '&', '<', '!']",8 5],1,1 +0613,0613,12,coords,c3_set_union_permuted,13,"['%', '*', '!', '(']",9],0,1 +0613,0613,12,coords,c3_set_union_permuted,14,"['&', '%', '~', '$']",3 1 8],0,1 +0613,0613,12,coords,c3_set_union_permuted,15,"['>', '%', '~', '&']",8] [4] [9 8,1,1 +0613,0613,12,coords,c3_set_union_permuted,16,"['<', '>', '*', '%']",3 6],1,1 +0613,0613,12,coords,c3_set_union_permuted,17,"['(', '*', '~', ':']",7 0],1,1 +0613,0613,12,coords,c3_set_union_permuted,18,"[':', '(', '$', '>']",3 1 9] [5 ,0,1 +0613,0613,12,coords,c3_set_union_permuted,19,"[':', '$', '%', '~']",7 6],0,1 +0613,0613,12,coords,c3_set_union_permuted,20,"['!', ':', '&', '(']",4] [2] [2 4,1,1 +0613,0613,12,coords,c3_set_union_permuted,21,"['>', '$', '!', '%']",7 2 5 3],1,1 +0613,0613,12,coords,c3_set_union_permuted,22,"['%', '<', ':', '>']",9 0] [8 2],0,1 +0613,0613,12,coords,c3_set_union_permuted,23,"['>', '&', '$', '!']",1 7 6],0,1 +0613,0613,12,coords,c3_set_union_permuted,24,"['&', '$', '!', '(']",8 4] [9 2],0,1 +0613,0613,12,coords,c3_set_union_permuted,25,"['>', ':', '(', '~']",6],0,1 +0613,0613,12,coords,c3_set_union_permuted,26,"['*', '!', '%', '$']",1 0],0,1 +0613,0613,12,coords,c3_set_union_permuted,27,"['(', '!', '%', '~']",1] [7] [1 7,1,1 +0613,0613,12,coords,c3_set_union_permuted,28,"['<', '!', '>', '(']",8 1] [4 3],0,1 +0613,0613,12,coords,c3_set_union_permuted,29,"['*', '&', '(', '!']",1 6],0,1 +0613,0613,12,coords,c3_set_union_permuted,30,"['<', ':', '*', '(']",None,0,1 +0613,0613,12,coords,c3_set_union_permuted,31,"['<', '~', '$', '!']",3 1 0] [8 ,0,1 +0613,0613,12,coords,c3_set_union_permuted,32,"['<', '>', '!', '$']",0 1 2] [0 ,0,1 +0613,0613,12,coords,c3_set_union_permuted,33,"['>', ':', '!', '&']",2 7],1,1 +0613,0613,12,coords,c3_set_union_permuted,34,"['%', '*', '&', ':']",2],1,1 +0613,0613,12,coords,c3_set_union_permuted,35,"['&', '!', '%', '>']",5 1],1,1 +0613,0613,12,coords,c3_set_union_permuted,36,"['~', '$', '<', '>']",2],0,1 +0613,0613,12,coords,c3_set_union_permuted,37,"['~', '<', '(', '!']",0 6 2 5],1,1 +0613,0613,12,coords,c3_set_union_permuted,38,"[':', '<', '~', '!']",8 6 8],0,1 +0613,0613,12,coords,c3_set_union_permuted,39,"[':', '$', '%', '&']",6],1,1 +0613,0613,12,coords,c3_set_union_permuted,40,"['!', '%', '$', '~']",0],0,1 +0613,0613,12,coords,c3_set_union_permuted,41,"['%', '!', '<', ':']",0 1 4] [9 ,0,1 +0613,0613,12,coords,c3_set_union_permuted,42,"['~', '!', '>', '$']",2 3 0] [4 ,0,1 +0613,0613,12,coords,c3_set_union_permuted,43,"['~', ':', '!', '$']",None,0,1 +0613,0613,12,coords,c3_set_union_permuted,44,"['>', '*', '<', '$']",0],0,1 +0613,0613,12,coords,c3_set_union_permuted,45,"['<', '!', '(', '&']",0 2 4 5],1,1 +0613,0613,12,coords,c3_set_union_permuted,46,"['%', '(', '~', '>']",1],0,1 +0613,0613,12,coords,c3_set_union_permuted,47,"[':', '!', '%', '>']",9 1 5],0,1 +0613,0613,12,coords,c3_set_union_permuted,48,"[':', '&', '!', '~']",5 1],1,1 +0613,0613,12,coords,c3_set_union_permuted,49,"['*', '&', '%', '>']",8],1,1 +0613,0613,12,coords,c2_set_union_permuted,0,['<'],0 2],1,1 +0613,0613,12,coords,c2_set_union_permuted,1,['<'],2],1,1 +0613,0613,12,coords,c2_set_union_permuted,2,['$'],7 8] [8 1 ,0,1 +0613,0613,12,coords,c2_set_union_permuted,3,[':'],0 3] [0 3 ,0,1 +0613,0613,12,coords,c2_set_union_permuted,4,[':'],2 4] [4 0 ,0,1 +0613,0613,12,coords,c2_set_union_permuted,5,['~'],3 9],0,1 +0613,0613,12,coords,c2_set_union_permuted,6,['>'],2 9],0,1 +0613,0613,12,coords,c2_set_union_permuted,7,['!'],3 1] [3 8 ,0,1 +0613,0613,12,coords,c2_set_union_permuted,8,[':'],1 0 0],0,1 +0613,0613,12,coords,c2_set_union_permuted,9,['('],1 3 0 7],0,1 +0613,0613,12,coords,c2_set_union_permuted,10,['('],4],0,1 +0613,0613,12,coords,c2_set_union_permuted,11,['%'],4 6 7 5],0,1 +0613,0613,12,coords,c2_set_union_permuted,12,['>'],2 9 5],0,1 +0613,0613,12,coords,c2_set_union_permuted,13,['<'],2] [3 2] [3,0,1 +0613,0613,12,coords,c2_set_union_permuted,14,['!'],4] [4 0 8 ,0,1 +0613,0613,12,coords,c2_set_union_permuted,15,['!'],None,0,1 +0613,0613,12,coords,c2_set_union_permuted,16,['!'],8],1,1 +0613,0613,12,coords,c2_set_union_permuted,17,['&'],8 3],0,1 +0613,0613,12,coords,c2_set_union_permuted,18,['<'],0 3 5],0,1 +0613,0613,12,coords,c2_set_union_permuted,19,['*'],8 16],0,1 +0613,0613,12,coords,c2_set_union_permuted,20,['<'],1 2],0,1 +0613,0613,12,coords,c2_set_union_permuted,21,[':'],3],1,1 +0613,0613,12,coords,c2_set_union_permuted,22,['$'],4 6] [6 4 ,0,1 +0613,0613,12,coords,c2_set_union_permuted,23,['<'],8 3],0,1 +0613,0613,12,coords,c2_set_union_permuted,24,['!'],5 9],0,1 +0613,0613,12,coords,c2_set_union_permuted,25,['%'],4 1],0,1 +0613,0613,12,coords,c2_set_union_permuted,26,[':'],0] [1 0] [1,0,1 +0613,0613,12,coords,c2_set_union_permuted,27,['<'],1] [4 1] [4,0,1 +0613,0613,12,coords,c2_set_union_permuted,28,['%'],2 6],0,1 +0613,0613,12,coords,c2_set_union_permuted,29,['~'],4 1],0,1 +0613,0613,12,coords,c2_set_union_permuted,30,['~'],2 3],0,1 +0613,0613,12,coords,c2_set_union_permuted,31,['%'],0 3],1,1 +0613,0613,12,coords,c2_set_union_permuted,32,[':'],5 7 9 5],0,1 +0613,0613,12,coords,c2_set_union_permuted,33,['('],1 0 3 1],0,1 +0613,0613,12,coords,c2_set_union_permuted,34,[':'],8],1,1 +0613,0613,12,coords,c2_set_union_permuted,35,['('],4 1 2],0,1 +0613,0613,12,coords,c2_set_union_permuted,36,['<'],3 5 8],0,1 +0613,0613,12,coords,c2_set_union_permuted,37,['!'],2 8],1,1 +0613,0613,12,coords,c2_set_union_permuted,38,['$'], ] [2 6 3 ,0,1 +0613,0613,12,coords,c2_set_union_permuted,39,['$'],4 3 2 1],0,1 +0613,0613,12,coords,c2_set_union_permuted,40,['&'],0 2] [2 0 ,0,1 +0613,0613,12,coords,c2_set_union_permuted,41,['('],4 6] [3 4 ,0,1 +0613,0613,12,coords,c2_set_union_permuted,42,['~'],1 7],0,1 +0613,0613,12,coords,c2_set_union_permuted,43,['&'],0 7],0,1 +0613,0613,12,coords,c2_set_union_permuted,44,['<'],4 2 0],0,1 +0613,0613,12,coords,c2_set_union_permuted,45,['!'],None,0,1 +0613,0613,12,coords,c2_set_union_permuted,46,['$'],0 6 1],0,1 +0613,0613,12,coords,c2_set_union_permuted,47,['('],8 5],0,1 +0613,0613,12,coords,c2_set_union_permuted,48,[':'],8 6],0,1 +0613,0613,12,coords,c2_set_union_permuted,49,['('],3 1],0,1 +0613,0613,12,coords,c1_set_union_permuted,0,['%'],2 4] [2] [4,0,1 +0613,0613,12,coords,c1_set_union_permuted,1,['('],9 0],0,1 +0613,0613,12,coords,c1_set_union_permuted,2,['*'],4,1,1 +0613,0613,12,coords,c1_set_union_permuted,3,['!'],3,1,1 +0613,0613,12,coords,c1_set_union_permuted,4,['&'],3 4],0,1 +0613,0613,12,coords,c1_set_union_permuted,5,['*'],6 8] [6 8],0,1 +0613,0613,12,coords,c1_set_union_permuted,6,['!'],9 8] [8 9],0,1 +0613,0613,12,coords,c1_set_union_permuted,7,['~'],5 2],1,1 +0613,0613,12,coords,c1_set_union_permuted,8,['!'],2 4],0,1 +0613,0613,12,coords,c1_set_union_permuted,9,['$'],1 0 5 9],0,1 +0613,0613,12,coords,c1_set_union_permuted,10,['~'],4,0,1 +0613,0613,12,coords,c1_set_union_permuted,11,[':'],5 9 8 0] [,0,1 +0613,0613,12,coords,c1_set_union_permuted,12,['!'],4,1,1 +0613,0613,12,coords,c1_set_union_permuted,13,[':'],6 3] [6] [3,0,1 +0613,0613,12,coords,c1_set_union_permuted,14,['<'],6 8] [8] [6,0,1 +0613,0613,12,coords,c1_set_union_permuted,15,['*'],1 3 7],0,1 +0613,0613,12,coords,c1_set_union_permuted,16,['%'],7 2],0,1 +0613,0613,12,coords,c1_set_union_permuted,17,['!'],5 3] [3] [3,0,1 +0613,0613,12,coords,c1_set_union_permuted,18,['('],1 4 9] [9 ,0,1 +0613,0613,12,coords,c1_set_union_permuted,19,['$'],1 5],0,1 +0613,0613,12,coords,c1_set_union_permuted,20,['&'],8 7],0,1 +0613,0613,12,coords,c1_set_union_permuted,21,['!'],1],1,1 +0613,0613,12,coords,c1_set_union_permuted,22,[':'],7 1 3 0] [,0,1 +0613,0613,12,coords,c1_set_union_permuted,23,['~'],4 1 6],0,1 +0613,0613,12,coords,c1_set_union_permuted,24,['>'],1 0] [0] [1,0,1 +0613,0613,12,coords,c1_set_union_permuted,25,['!'],8 2 6],0,1 +0613,0613,12,coords,c1_set_union_permuted,26,['$'],4,1,1 +0613,0613,12,coords,c1_set_union_permuted,27,['$'],8 0 2],0,1 +0613,0613,12,coords,c1_set_union_permuted,28,['&'],2 0],0,1 +0613,0613,12,coords,c1_set_union_permuted,29,['~'],4 3 7],0,1 +0613,0613,12,coords,c1_set_union_permuted,30,['~'],1 9],0,1 +0613,0613,12,coords,c1_set_union_permuted,31,['('],7],1,1 +0613,0613,12,coords,c1_set_union_permuted,32,['('],7 4] [5] [4,1,1 +0613,0613,12,coords,c1_set_union_permuted,33,['('],4 9] [9] [4,0,1 +0613,0613,12,coords,c1_set_union_permuted,34,['$'],2],1,1 +0613,0613,12,coords,c1_set_union_permuted,35,['*'],1 4] [1 7],0,1 +0613,0613,12,coords,c1_set_union_permuted,36,['<'],5],1,1 +0613,0613,12,coords,c1_set_union_permuted,37,['%'],1,1,1 +0613,0613,12,coords,c1_set_union_permuted,38,['%'],8],1,1 +0613,0613,12,coords,c1_set_union_permuted,39,['!'],1],1,1 +0613,0613,12,coords,c1_set_union_permuted,40,[':'],9 3 2] [3],0,1 +0613,0613,12,coords,c1_set_union_permuted,41,['%'],0 7],0,1 +0613,0613,12,coords,c1_set_union_permuted,42,['('],0 8],0,1 +0613,0613,12,coords,c1_set_union_permuted,43,['!'],0 3],0,1 +0613,0613,12,coords,c1_set_union_permuted,44,['>'],9,1,1 +0613,0613,12,coords,c1_set_union_permuted,45,['>'],6 2],0,1 +0613,0613,12,coords,c1_set_union_permuted,46,['*'],7,0,1 +0613,0613,12,coords,c1_set_union_permuted,47,['<'],1 8],0,1 +0613,0613,12,coords,c1_set_union_permuted,48,['%'],5 2 1],0,1 +0613,0613,12,coords,c1_set_union_permuted,49,[':'],2 1] [2] [1,0,1 +0613,0613,12,coords,XOR_permuted,0,"['(', '%']",0 7],0,1 +0613,0613,12,coords,XOR_permuted,1,"[':', '(']",4 3],1,1 +0613,0613,12,coords,XOR_permuted,2,"['&', '>']",1 3],0,1 +0613,0613,12,coords,XOR_permuted,3,"['~', '%']",6 5],0,1 +0613,0613,12,coords,XOR_permuted,4,"['!', '~']",0 9],0,1 +0613,0613,12,coords,XOR_permuted,5,"['<', '~']",1 2],0,1 +0613,0613,12,coords,XOR_permuted,6,"['!', '$']",7 0] [8 4],0,1 +0613,0613,12,coords,XOR_permuted,7,"['%', ':']",1 5],0,1 +0613,0613,12,coords,XOR_permuted,8,"['&', '(']",6 7],0,1 +0613,0613,12,coords,XOR_permuted,9,"[':', '!']",None,0,1 +0613,0613,12,coords,XOR_permuted,10,"['$', '~']",2 0],0,1 +0613,0613,12,coords,XOR_permuted,11,"['%', '>']",1 5],0,1 +0613,0613,12,coords,XOR_permuted,12,"['%', '$']",0 4],0,1 +0613,0613,12,coords,XOR_permuted,13,"['!', '~']",1 2],0,1 +0613,0613,12,coords,XOR_permuted,14,"['&', '!']",5 8],0,1 +0613,0613,12,coords,XOR_permuted,15,"['%', '>']",7 2],0,1 +0613,0613,12,coords,XOR_permuted,16,"['>', ':']",3 5],0,1 +0613,0613,12,coords,XOR_permuted,17,"['~', '*']",9 7],0,1 +0613,0613,12,coords,XOR_permuted,18,"['>', ':']",6 8],0,1 +0613,0613,12,coords,XOR_permuted,19,"['%', '$']",4 5],0,1 +0613,0613,12,coords,XOR_permuted,20,"['%', '*']",8 1],0,1 +0613,0613,12,coords,XOR_permuted,21,"['~', '<']",4 9] [1 8],0,1 +0613,0613,12,coords,XOR_permuted,22,"['%', '!']",5 5],0,1 +0613,0613,12,coords,XOR_permuted,23,"['%', '$']",4 0],0,1 +0613,0613,12,coords,XOR_permuted,24,"[':', '%']",8 2],0,1 +0613,0613,12,coords,XOR_permuted,25,"['*', ':']",7 8] [8 4],0,1 +0613,0613,12,coords,XOR_permuted,26,"['!', '$']",2 8],0,1 +0613,0613,12,coords,XOR_permuted,27,"['*', '$']",3 5],0,1 +0613,0613,12,coords,XOR_permuted,28,"['!', '>']",2 9],1,1 +0613,0613,12,coords,XOR_permuted,29,"['$', '%']",None,0,1 +0613,0613,12,coords,XOR_permuted,30,"['*', '<']",3 8],0,1 +0613,0613,12,coords,XOR_permuted,31,"['*', '~']",4 1],0,1 +0613,0613,12,coords,XOR_permuted,32,"['%', '*']",7 9],1,1 +0613,0613,12,coords,XOR_permuted,33,"['<', '>']",7 0],0,1 +0613,0613,12,coords,XOR_permuted,34,"['!', '<']",2 2],0,1 +0613,0613,12,coords,XOR_permuted,35,"['~', '%']",2 5],1,1 +0613,0613,12,coords,XOR_permuted,36,"['~', '%']",5 3] [3 5],1,1 +0613,0613,12,coords,XOR_permuted,37,"['(', '<']",2 9] [16 4],0,1 +0613,0613,12,coords,XOR_permuted,38,"[':', '$']",6 8],0,1 +0613,0613,12,coords,XOR_permuted,39,"['~', '>']",5 7],1,1 +0613,0613,12,coords,XOR_permuted,40,"['$', '!']",3 7],1,1 +0613,0613,12,coords,XOR_permuted,41,"['>', '~']",9 1],0,1 +0613,0613,12,coords,XOR_permuted,42,"[':', '$']",None,0,1 +0613,0613,12,coords,XOR_permuted,43,"['>', '%']",8 1] [7 1],1,1 +0613,0613,12,coords,XOR_permuted,44,"['*', '&']",9 4],0,1 +0613,0613,12,coords,XOR_permuted,45,"['!', '<']",1 5],0,1 +0613,0613,12,coords,XOR_permuted,46,"['*', '%']",1 6],1,1 +0613,0613,12,coords,XOR_permuted,47,"['*', '%']",4 2],1,1 +0613,0613,12,coords,XOR_permuted,48,"['%', '&']",7 6] [6 7],0,1 +0613,0613,12,coords,XOR_permuted,49,"['<', '&']",7 4],1,1 +0613,0613,12,num,row_constant,0,[3],3],1,1 +0613,0613,12,num,row_constant,1,[4],4],1,1 +0613,0613,12,num,row_constant,2,[7],7],1,1 +0613,0613,12,num,row_constant,3,[3],3],1,1 +0613,0613,12,num,row_constant,4,[6],6],1,1 +0613,0613,12,num,row_constant,5,[7],7],1,1 +0613,0613,12,num,row_constant,6,[5],5],1,1 +0613,0613,12,num,row_constant,7,[9],9],1,1 +0613,0613,12,num,row_constant,8,[4],4],1,1 +0613,0613,12,num,row_constant,9,[4],4],1,1 +0613,0613,12,num,row_constant,10,[8],8],1,1 +0613,0613,12,num,row_constant,11,[9],9],1,1 +0613,0613,12,num,row_constant,12,[0],0],1,1 +0613,0613,12,num,row_constant,13,[0],0],1,1 +0613,0613,12,num,row_constant,14,[1],1],1,1 +0613,0613,12,num,row_constant,15,[4],4],1,1 +0613,0613,12,num,row_constant,16,[3],3],1,1 +0613,0613,12,num,row_constant,17,[7],7],1,1 +0613,0613,12,num,row_constant,18,[0],0],1,1 +0613,0613,12,num,row_constant,19,[5],5],1,1 +0613,0613,12,num,row_constant,20,[0],0],1,1 +0613,0613,12,num,row_constant,21,[3],3],1,1 +0613,0613,12,num,row_constant,22,[7],7],1,1 +0613,0613,12,num,row_constant,23,[9],9],1,1 +0613,0613,12,num,row_constant,24,[7],7],1,1 +0613,0613,12,num,row_constant,25,[4],4],1,1 +0613,0613,12,num,row_constant,26,[5],5],1,1 +0613,0613,12,num,row_constant,27,[9],9],1,1 +0613,0613,12,num,row_constant,28,[6],6],1,1 +0613,0613,12,num,row_constant,29,[7],7],1,1 +0613,0613,12,num,row_constant,30,[6],6],1,1 +0613,0613,12,num,row_constant,31,[4],4],1,1 +0613,0613,12,num,row_constant,32,[2],2],1,1 +0613,0613,12,num,row_constant,33,[4],4],1,1 +0613,0613,12,num,row_constant,34,[6],6],1,1 +0613,0613,12,num,row_constant,35,[7],7],1,1 +0613,0613,12,num,row_constant,36,[4],4],1,1 +0613,0613,12,num,row_constant,37,[3],3],1,1 +0613,0613,12,num,row_constant,38,[0],0],1,1 +0613,0613,12,num,row_constant,39,[9],9],1,1 +0613,0613,12,num,row_constant,40,[0],0],1,1 +0613,0613,12,num,row_constant,41,[6],6],1,1 +0613,0613,12,num,row_constant,42,[1],1],1,1 +0613,0613,12,num,row_constant,43,[4],4],1,1 +0613,0613,12,num,row_constant,44,[5],5],1,1 +0613,0613,12,num,row_constant,45,[3],3],1,1 +0613,0613,12,num,row_constant,46,[2],2],1,1 +0613,0613,12,num,row_constant,47,[8],8],1,1 +0613,0613,12,num,row_constant,48,[8],8],1,1 +0613,0613,12,num,row_constant,49,[7],7],1,1 +0613,0613,12,num,row_constant,50,[1],1],1,1 +0613,0613,12,num,row_constant,51,[4],4],1,1 +0613,0613,12,num,row_constant,52,[7],7],1,1 +0613,0613,12,num,row_constant,53,[7],7],1,1 +0613,0613,12,num,row_constant,54,[9],9],1,1 +0613,0613,12,num,row_constant,55,[0],0],1,1 +0613,0613,12,num,row_constant,56,[7],7],1,1 +0613,0613,12,num,row_constant,57,[0],0],1,1 +0613,0613,12,num,row_constant,58,[3],3],1,1 +0613,0613,12,num,row_constant,59,[5],5],1,1 +0613,0613,12,num,row_constant,60,[1],1],1,1 +0613,0613,12,num,row_constant,61,[3],3],1,1 +0613,0613,12,num,row_constant,62,[3],3],1,1 +0613,0613,12,num,row_constant,63,[3],3],1,1 +0613,0613,12,num,row_constant,64,[1],1],1,1 +0613,0613,12,num,row_constant,65,[4],4,1,1 +0613,0613,12,num,row_constant,66,[8],8],1,1 +0613,0613,12,num,row_constant,67,[5],5],1,1 +0613,0613,12,num,row_constant,68,[4],4],1,1 +0613,0613,12,num,row_constant,69,[4],4],1,1 +0613,0613,12,num,row_constant,70,[4],4],1,1 +0613,0613,12,num,row_constant,71,[7],7,1,1 +0613,0613,12,num,row_constant,72,[1],1],1,1 +0613,0613,12,num,row_constant,73,[6],6],1,1 +0613,0613,12,num,row_constant,74,[5],5],1,1 +0613,0613,12,num,row_constant,75,[0],0],1,1 +0613,0613,12,num,row_constant,76,[7],7],1,1 +0613,0613,12,num,row_constant,77,[7],7],1,1 +0613,0613,12,num,row_constant,78,[4],4],1,1 +0613,0613,12,num,row_constant,79,[2],2],1,1 +0613,0613,12,num,row_constant,80,[3],3],1,1 +0613,0613,12,num,row_constant,81,[2],2],1,1 +0613,0613,12,num,row_constant,82,[9],9],1,1 +0613,0613,12,num,row_constant,83,[8],8],1,1 +0613,0613,12,num,row_constant,84,[5],5],1,1 +0613,0613,12,num,row_constant,85,[2],2],1,1 +0613,0613,12,num,row_constant,86,[4],4],1,1 +0613,0613,12,num,row_constant,87,[7],7],1,1 +0613,0613,12,num,row_constant,88,[0],0],1,1 +0613,0613,12,num,row_constant,89,[3],3],1,1 +0613,0613,12,num,row_constant,90,[7],7],1,1 +0613,0613,12,num,row_constant,91,[7],7],1,1 +0613,0613,12,num,row_constant,92,[1],1],1,1 +0613,0613,12,num,row_constant,93,[7],7],1,1 +0613,0613,12,num,row_constant,94,[2],2],1,1 +0613,0613,12,num,row_constant,95,[6],6],1,1 +0613,0613,12,num,row_constant,96,[6],6],1,1 +0613,0613,12,num,row_constant,97,[2],2],1,1 +0613,0613,12,num,row_constant,98,[8],8],1,1 +0613,0613,12,num,row_constant,99,[6],6],1,1 +0613,0613,12,num,col_constant,0,[6],6,1,1 +0613,0613,12,num,col_constant,1,[9],9,1,1 +0613,0613,12,num,col_constant,2,[9],9,1,1 +0613,0613,12,num,col_constant,3,[8],8,1,1 +0613,0613,12,num,col_constant,4,[7],7],1,1 +0613,0613,12,num,col_constant,5,[8],8,1,1 +0613,0613,12,num,col_constant,6,[3],3],1,1 +0613,0613,12,num,col_constant,7,[5],5,1,1 +0613,0613,12,num,col_constant,8,[4],4,1,1 +0613,0613,12,num,col_constant,9,[4],4,1,1 +0613,0613,12,num,col_constant,10,[5],5,1,1 +0613,0613,12,num,col_constant,11,[8],8,1,1 +0613,0613,12,num,col_constant,12,[0],0],1,1 +0613,0613,12,num,col_constant,13,[1],1],1,1 +0613,0613,12,num,col_constant,14,[3],3],1,1 +0613,0613,12,num,col_constant,15,[6],6,1,1 +0613,0613,12,num,col_constant,16,[7],7,1,1 +0613,0613,12,num,col_constant,17,[5],5,1,1 +0613,0613,12,num,col_constant,18,[4],4,1,1 +0613,0613,12,num,col_constant,19,[2],2,1,1 +0613,0613,12,num,col_constant,20,[6],6],1,1 +0613,0613,12,num,col_constant,21,[6],6,1,1 +0613,0613,12,num,col_constant,22,[9],9],1,1 +0613,0613,12,num,col_constant,23,[0],0],1,1 +0613,0613,12,num,col_constant,24,[5],5],1,1 +0613,0613,12,num,col_constant,25,[2],2,1,1 +0613,0613,12,num,col_constant,26,[9],9],1,1 +0613,0613,12,num,col_constant,27,[6],6,1,1 +0613,0613,12,num,col_constant,28,[9],9],1,1 +0613,0613,12,num,col_constant,29,[3],3,1,1 +0613,0613,12,num,col_constant,30,[6],6,1,1 +0613,0613,12,num,col_constant,31,[8],8,1,1 +0613,0613,12,num,col_constant,32,[4],4],1,1 +0613,0613,12,num,col_constant,33,[0],0,1,1 +0613,0613,12,num,col_constant,34,[3],3,1,1 +0613,0613,12,num,col_constant,35,[3],3],1,1 +0613,0613,12,num,col_constant,36,[5],5,1,1 +0613,0613,12,num,col_constant,37,[2],2,1,1 +0613,0613,12,num,col_constant,38,[2],2],1,1 +0613,0613,12,num,col_constant,39,[3],3],1,1 +0613,0613,12,num,col_constant,40,[2],2,1,1 +0613,0613,12,num,col_constant,41,[3],3,1,1 +0613,0613,12,num,col_constant,42,[3],3,1,1 +0613,0613,12,num,col_constant,43,[0],0],1,1 +0613,0613,12,num,col_constant,44,[6],6],1,1 +0613,0613,12,num,col_constant,45,[5],5,1,1 +0613,0613,12,num,col_constant,46,[7],7,1,1 +0613,0613,12,num,col_constant,47,[0],0],1,1 +0613,0613,12,num,col_constant,48,[8],8],1,1 +0613,0613,12,num,col_constant,49,[5],5,1,1 +0613,0613,12,num,col_constant,50,[7],7,1,1 +0613,0613,12,num,col_constant,51,[7],7],1,1 +0613,0613,12,num,col_constant,52,[8],8,1,1 +0613,0613,12,num,col_constant,53,[2],2,1,1 +0613,0613,12,num,col_constant,54,[0],0],1,1 +0613,0613,12,num,col_constant,55,[0],0,1,1 +0613,0613,12,num,col_constant,56,[6],6],1,1 +0613,0613,12,num,col_constant,57,[6],6,1,1 +0613,0613,12,num,col_constant,58,[0],0],1,1 +0613,0613,12,num,col_constant,59,[2],2,1,1 +0613,0613,12,num,col_constant,60,[3],3],1,1 +0613,0613,12,num,col_constant,61,[4],4,1,1 +0613,0613,12,num,col_constant,62,[5],5,1,1 +0613,0613,12,num,col_constant,63,[1],1,1,1 +0613,0613,12,num,col_constant,64,[5],5,1,1 +0613,0613,12,num,col_constant,65,[2],2,1,1 +0613,0613,12,num,col_constant,66,[0],0,1,1 +0613,0613,12,num,col_constant,67,[7],7,1,1 +0613,0613,12,num,col_constant,68,[4],4],1,1 +0613,0613,12,num,col_constant,69,[4],4],1,1 +0613,0613,12,num,col_constant,70,[8],8],1,1 +0613,0613,12,num,col_constant,71,[2],2],1,1 +0613,0613,12,num,col_constant,72,[6],6,1,1 +0613,0613,12,num,col_constant,73,[4],4,1,1 +0613,0613,12,num,col_constant,74,[8],8,1,1 +0613,0613,12,num,col_constant,75,[3],3,1,1 +0613,0613,12,num,col_constant,76,[1],1,1,1 +0613,0613,12,num,col_constant,77,[5],5,1,1 +0613,0613,12,num,col_constant,78,[7],7],1,1 +0613,0613,12,num,col_constant,79,[9],9,1,1 +0613,0613,12,num,col_constant,80,[5],5],1,1 +0613,0613,12,num,col_constant,81,[6],6,1,1 +0613,0613,12,num,col_constant,82,[8],8,1,1 +0613,0613,12,num,col_constant,83,[9],9],1,1 +0613,0613,12,num,col_constant,84,[3],3],1,1 +0613,0613,12,num,col_constant,85,[5],5,1,1 +0613,0613,12,num,col_constant,86,[5],5],1,1 +0613,0613,12,num,col_constant,87,[6],6],1,1 +0613,0613,12,num,col_constant,88,[1],1],1,1 +0613,0613,12,num,col_constant,89,[6],6],1,1 +0613,0613,12,num,col_constant,90,[3],3],1,1 +0613,0613,12,num,col_constant,91,[3],3,1,1 +0613,0613,12,num,col_constant,92,[0],0,1,1 +0613,0613,12,num,col_constant,93,[6],6,1,1 +0613,0613,12,num,col_constant,94,[6],6,1,1 +0613,0613,12,num,col_constant,95,[3],3],1,1 +0613,0613,12,num,col_constant,96,[1],1],1,1 +0613,0613,12,num,col_constant,97,[5],5,1,1 +0613,0613,12,num,col_constant,98,[5],5,1,1 +0613,0613,12,num,col_constant,99,[2],2,1,1 +0613,0613,12,num,dist3_diag1,0,[2],2],1,1 +0613,0613,12,num,dist3_diag1,1,[4],4],1,1 +0613,0613,12,num,dist3_diag1,2,[7],7],1,1 +0613,0613,12,num,dist3_diag1,3,[0],0],1,1 +0613,0613,12,num,dist3_diag1,4,[6],6],1,1 +0613,0613,12,num,dist3_diag1,5,[6],6],1,1 +0613,0613,12,num,dist3_diag1,6,[2],2],1,1 +0613,0613,12,num,dist3_diag1,7,[0],0],1,1 +0613,0613,12,num,dist3_diag1,8,[9],9],1,1 +0613,0613,12,num,dist3_diag1,9,[8],8],1,1 +0613,0613,12,num,dist3_diag1,10,[5],5],1,1 +0613,0613,12,num,dist3_diag1,11,[3],3],1,1 +0613,0613,12,num,dist3_diag1,12,[0],0],1,1 +0613,0613,12,num,dist3_diag1,13,[2],2],1,1 +0613,0613,12,num,dist3_diag1,14,[3],3],1,1 +0613,0613,12,num,dist3_diag1,15,[7],7],1,1 +0613,0613,12,num,dist3_diag1,16,[6],6],1,1 +0613,0613,12,num,dist3_diag1,17,[3],3],1,1 +0613,0613,12,num,dist3_diag1,18,[3],3],1,1 +0613,0613,12,num,dist3_diag1,19,[3],3],1,1 +0613,0613,12,num,dist3_diag1,20,[7],7,1,1 +0613,0613,12,num,dist3_diag1,21,[4],4],1,1 +0613,0613,12,num,dist3_diag1,22,[9],9],1,1 +0613,0613,12,num,dist3_diag1,23,[9],9],1,1 +0613,0613,12,num,dist3_diag1,24,[7],7],1,1 +0613,0613,12,num,dist3_diag1,25,[5],5],1,1 +0613,0613,12,num,dist3_diag1,26,[4],4],1,1 +0613,0613,12,num,dist3_diag1,27,[0],0],1,1 +0613,0613,12,num,dist3_diag1,28,[8],8],1,1 +0613,0613,12,num,dist3_diag1,29,[3],3],1,1 +0613,0613,12,num,dist3_diag1,30,[4],4],1,1 +0613,0613,12,num,dist3_diag1,31,[2],2],1,1 +0613,0613,12,num,dist3_diag1,32,[8],8],1,1 +0613,0613,12,num,dist3_diag1,33,[0],0],1,1 +0613,0613,12,num,dist3_diag1,34,[8],8],1,1 +0613,0613,12,num,dist3_diag1,35,[9],9],1,1 +0613,0613,12,num,dist3_diag1,36,[0],0],1,1 +0613,0613,12,num,dist3_diag1,37,[3],3],1,1 +0613,0613,12,num,dist3_diag1,38,[4],4],1,1 +0613,0613,12,num,dist3_diag1,39,[1],1],1,1 +0613,0613,12,num,dist3_diag1,40,[5],5],1,1 +0613,0613,12,num,dist3_diag1,41,[5],5],1,1 +0613,0613,12,num,dist3_diag1,42,[6],6],1,1 +0613,0613,12,num,dist3_diag1,43,[8],8],1,1 +0613,0613,12,num,dist3_diag1,44,[9],9],1,1 +0613,0613,12,num,dist3_diag1,45,[1],1],1,1 +0613,0613,12,num,dist3_diag1,46,[3],3],1,1 +0613,0613,12,num,dist3_diag1,47,[5],5],1,1 +0613,0613,12,num,dist3_diag1,48,[0],0],1,1 +0613,0613,12,num,dist3_diag1,49,[2],2],1,1 +0613,0613,12,num,dist3_diag1,50,[6],6,1,1 +0613,0613,12,num,dist3_diag1,51,[6],6],1,1 +0613,0613,12,num,dist3_diag1,52,[4],4],1,1 +0613,0613,12,num,dist3_diag1,53,[5],5],1,1 +0613,0613,12,num,dist3_diag1,54,[9],9],1,1 +0613,0613,12,num,dist3_diag1,55,[5],5],1,1 +0613,0613,12,num,dist3_diag1,56,[0],0],1,1 +0613,0613,12,num,dist3_diag1,57,[3],3],1,1 +0613,0613,12,num,dist3_diag1,58,[3],3],1,1 +0613,0613,12,num,dist3_diag1,59,[1],1],1,1 +0613,0613,12,num,dist3_diag1,60,[8],8],1,1 +0613,0613,12,num,dist3_diag1,61,[4],4],1,1 +0613,0613,12,num,dist3_diag1,62,[6],6,1,1 +0613,0613,12,num,dist3_diag1,63,[8],8],1,1 +0613,0613,12,num,dist3_diag1,64,[5],5],1,1 +0613,0613,12,num,dist3_diag1,65,[6],6],1,1 +0613,0613,12,num,dist3_diag1,66,[0],0],1,1 +0613,0613,12,num,dist3_diag1,67,[9],9,1,1 +0613,0613,12,num,dist3_diag1,68,[5],5],1,1 +0613,0613,12,num,dist3_diag1,69,[1],1],1,1 +0613,0613,12,num,dist3_diag1,70,[7],7],1,1 +0613,0613,12,num,dist3_diag1,71,[7],7],1,1 +0613,0613,12,num,dist3_diag1,72,[9],9],1,1 +0613,0613,12,num,dist3_diag1,73,[8],8],1,1 +0613,0613,12,num,dist3_diag1,74,[8],8],1,1 +0613,0613,12,num,dist3_diag1,75,[8],8],1,1 +0613,0613,12,num,dist3_diag1,76,[6],6],1,1 +0613,0613,12,num,dist3_diag1,77,[3],3],1,1 +0613,0613,12,num,dist3_diag1,78,[7],7],1,1 +0613,0613,12,num,dist3_diag1,79,[2],2],1,1 +0613,0613,12,num,dist3_diag1,80,[3],3],1,1 +0613,0613,12,num,dist3_diag1,81,[8],8],1,1 +0613,0613,12,num,dist3_diag1,82,[9],9],1,1 +0613,0613,12,num,dist3_diag1,83,[9],9,1,1 +0613,0613,12,num,dist3_diag1,84,[8],8],1,1 +0613,0613,12,num,dist3_diag1,85,[4],4],1,1 +0613,0613,12,num,dist3_diag1,86,[3],3],1,1 +0613,0613,12,num,dist3_diag1,87,[3],3],1,1 +0613,0613,12,num,dist3_diag1,88,[6],6],1,1 +0613,0613,12,num,dist3_diag1,89,[0],0],1,1 +0613,0613,12,num,dist3_diag1,90,[4],4,1,1 +0613,0613,12,num,dist3_diag1,91,[3],3],1,1 +0613,0613,12,num,dist3_diag1,92,[8],8],1,1 +0613,0613,12,num,dist3_diag1,93,[0],0],1,1 +0613,0613,12,num,dist3_diag1,94,[4],4],1,1 +0613,0613,12,num,dist3_diag1,95,[0],0],1,1 +0613,0613,12,num,dist3_diag1,96,[6],6],1,1 +0613,0613,12,num,dist3_diag1,97,[9],9,1,1 +0613,0613,12,num,dist3_diag1,98,[6],6],1,1 +0613,0613,12,num,dist3_diag1,99,[8],8,1,1 +0613,0613,12,num,dist3_diag2,0,[9],9],1,1 +0613,0613,12,num,dist3_diag2,1,[5],5],1,1 +0613,0613,12,num,dist3_diag2,2,[5],5],1,1 +0613,0613,12,num,dist3_diag2,3,[4],4,1,1 +0613,0613,12,num,dist3_diag2,4,[2],2,1,1 +0613,0613,12,num,dist3_diag2,5,[8],8,1,1 +0613,0613,12,num,dist3_diag2,6,[4],4,1,1 +0613,0613,12,num,dist3_diag2,7,[4],4,1,1 +0613,0613,12,num,dist3_diag2,8,[9],9],1,1 +0613,0613,12,num,dist3_diag2,9,[5],5],1,1 +0613,0613,12,num,dist3_diag2,10,[7],7,1,1 +0613,0613,12,num,dist3_diag2,11,[1],1],1,1 +0613,0613,12,num,dist3_diag2,12,[1],1],1,1 +0613,0613,12,num,dist3_diag2,13,[9],9],1,1 +0613,0613,12,num,dist3_diag2,14,[3],3,1,1 +0613,0613,12,num,dist3_diag2,15,[7],7,1,1 +0613,0613,12,num,dist3_diag2,16,[5],5],1,1 +0613,0613,12,num,dist3_diag2,17,[5],5,1,1 +0613,0613,12,num,dist3_diag2,18,[5],5],1,1 +0613,0613,12,num,dist3_diag2,19,[7],7,1,1 +0613,0613,12,num,dist3_diag2,20,[9],9],1,1 +0613,0613,12,num,dist3_diag2,21,[1],1],1,1 +0613,0613,12,num,dist3_diag2,22,[8],8],1,1 +0613,0613,12,num,dist3_diag2,23,[8],8,1,1 +0613,0613,12,num,dist3_diag2,24,[6],6,1,1 +0613,0613,12,num,dist3_diag2,25,[3],3],1,1 +0613,0613,12,num,dist3_diag2,26,[4],4,1,1 +0613,0613,12,num,dist3_diag2,27,[3],3,1,1 +0613,0613,12,num,dist3_diag2,28,[6],6,1,1 +0613,0613,12,num,dist3_diag2,29,[7],7,1,1 +0613,0613,12,num,dist3_diag2,30,[6],6,1,1 +0613,0613,12,num,dist3_diag2,31,[2],2],1,1 +0613,0613,12,num,dist3_diag2,32,[3],3,1,1 +0613,0613,12,num,dist3_diag2,33,[3],3],1,1 +0613,0613,12,num,dist3_diag2,34,[0],0,1,1 +0613,0613,12,num,dist3_diag2,35,[8],8,1,1 +0613,0613,12,num,dist3_diag2,36,[6],6],1,1 +0613,0613,12,num,dist3_diag2,37,[3],3],1,1 +0613,0613,12,num,dist3_diag2,38,[7],7],1,1 +0613,0613,12,num,dist3_diag2,39,[4],4,1,1 +0613,0613,12,num,dist3_diag2,40,[8],8],1,1 +0613,0613,12,num,dist3_diag2,41,[8],8],1,1 +0613,0613,12,num,dist3_diag2,42,[2],2,1,1 +0613,0613,12,num,dist3_diag2,43,[9],9],1,1 +0613,0613,12,num,dist3_diag2,44,[2],2,1,1 +0613,0613,12,num,dist3_diag2,45,[4],4],1,1 +0613,0613,12,num,dist3_diag2,46,[5],5],1,1 +0613,0613,12,num,dist3_diag2,47,[5],5],1,1 +0613,0613,12,num,dist3_diag2,48,[0],0,1,1 +0613,0613,12,num,dist3_diag2,49,[9],9],1,1 +0613,0613,12,num,dist3_diag2,50,[5],5],1,1 +0613,0613,12,num,dist3_diag2,51,[2],2],1,1 +0613,0613,12,num,dist3_diag2,52,[9],9],1,1 +0613,0613,12,num,dist3_diag2,53,[2],2,1,1 +0613,0613,12,num,dist3_diag2,54,[5],5],1,1 +0613,0613,12,num,dist3_diag2,55,[3],3,1,1 +0613,0613,12,num,dist3_diag2,56,[5],5],1,1 +0613,0613,12,num,dist3_diag2,57,[8],8],1,1 +0613,0613,12,num,dist3_diag2,58,[3],3,1,1 +0613,0613,12,num,dist3_diag2,59,[9],9],1,1 +0613,0613,12,num,dist3_diag2,60,[1],1],1,1 +0613,0613,12,num,dist3_diag2,61,[3],3,1,1 +0613,0613,12,num,dist3_diag2,62,[9],9],1,1 +0613,0613,12,num,dist3_diag2,63,[7],7],1,1 +0613,0613,12,num,dist3_diag2,64,[5],5,1,1 +0613,0613,12,num,dist3_diag2,65,[4],4,1,1 +0613,0613,12,num,dist3_diag2,66,[3],3,1,1 +0613,0613,12,num,dist3_diag2,67,[4],4],1,1 +0613,0613,12,num,dist3_diag2,68,[7],7],1,1 +0613,0613,12,num,dist3_diag2,69,[8],8,1,1 +0613,0613,12,num,dist3_diag2,70,[3],3],1,1 +0613,0613,12,num,dist3_diag2,71,[6],6,1,1 +0613,0613,12,num,dist3_diag2,72,[5],5],1,1 +0613,0613,12,num,dist3_diag2,73,[9],9],1,1 +0613,0613,12,num,dist3_diag2,74,[6],6],1,1 +0613,0613,12,num,dist3_diag2,75,[3],3],1,1 +0613,0613,12,num,dist3_diag2,76,[7],7],1,1 +0613,0613,12,num,dist3_diag2,77,[3],3],1,1 +0613,0613,12,num,dist3_diag2,78,[7],7,1,1 +0613,0613,12,num,dist3_diag2,79,[0],0,1,1 +0613,0613,12,num,dist3_diag2,80,[9],9],1,1 +0613,0613,12,num,dist3_diag2,81,[7],7,1,1 +0613,0613,12,num,dist3_diag2,82,[7],7],1,1 +0613,0613,12,num,dist3_diag2,83,[0],0],1,1 +0613,0613,12,num,dist3_diag2,84,[4],4,1,1 +0613,0613,12,num,dist3_diag2,85,[5],5],1,1 +0613,0613,12,num,dist3_diag2,86,[4],4],1,1 +0613,0613,12,num,dist3_diag2,87,[3],3,1,1 +0613,0613,12,num,dist3_diag2,88,[5],5,1,1 +0613,0613,12,num,dist3_diag2,89,[6],6,1,1 +0613,0613,12,num,dist3_diag2,90,[0],0],1,1 +0613,0613,12,num,dist3_diag2,91,[0],0,1,1 +0613,0613,12,num,dist3_diag2,92,[3],3],1,1 +0613,0613,12,num,dist3_diag2,93,[1],1],1,1 +0613,0613,12,num,dist3_diag2,94,[4],4],1,1 +0613,0613,12,num,dist3_diag2,95,[4],4,1,1 +0613,0613,12,num,dist3_diag2,96,[6],6],1,1 +0613,0613,12,num,dist3_diag2,97,[4],4,1,1 +0613,0613,12,num,dist3_diag2,98,[5],5,1,1 +0613,0613,12,num,dist3_diag2,99,[0],0,1,1 +0613,0613,12,num,prog_size1,0,[4],4],1,1 +0613,0613,12,num,prog_size1,1,[5],5],1,1 +0613,0613,12,num,prog_size1,2,[6],6],1,1 +0613,0613,12,num,prog_size1,3,[7],7],1,1 +0613,0613,12,num,prog_size1,4,[8],8],1,1 +0613,0613,12,num,prog_size1,5,[9],9],1,1 +0613,0613,12,num,prog_size1,6,[0],0],1,1 +0613,0613,12,num,prog_size1,7,[1],1],1,1 +0613,0613,12,num,prog_size1,8,[2],2],1,1 +0613,0613,12,num,prog_size1,9,[3],3],1,1 +0613,0613,12,num,prog_size1,10,[4],4],1,1 +0613,0613,12,num,prog_size1,11,[5],5],1,1 +0613,0613,12,num,prog_size2,0,[8],8],1,1 +0613,0613,12,num,prog_size2,1,[9],9],1,1 +0613,0613,12,num,prog_size2,2,[0],0],1,1 +0613,0613,12,num,prog_size2,3,[1],1],1,1 +0613,0613,12,num,two_rule_comb0,0,[6 9],6 9],1,1 +0613,0613,12,num,two_rule_comb0,1,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb0,2,[2 4],2 4],1,1 +0613,0613,12,num,two_rule_comb0,3,[2 0],2 0],1,1 +0613,0613,12,num,two_rule_comb0,4,[9 2],9 2],1,1 +0613,0613,12,num,two_rule_comb0,5,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb0,6,[1 9],1 9],1,1 +0613,0613,12,num,two_rule_comb0,7,[1 7],1 7],1,1 +0613,0613,12,num,two_rule_comb0,8,[7 3],7 3],1,1 +0613,0613,12,num,two_rule_comb0,9,[9 0],9 0],1,1 +0613,0613,12,num,two_rule_comb0,10,[7 2],7 2],1,1 +0613,0613,12,num,two_rule_comb0,11,[1 6],1 6],1,1 +0613,0613,12,num,two_rule_comb0,12,[7 4],7 4],1,1 +0613,0613,12,num,two_rule_comb0,13,[9 7],9 7],1,1 +0613,0613,12,num,two_rule_comb0,14,[0 0],0 0],1,1 +0613,0613,12,num,two_rule_comb0,15,[3 7],3 7],1,1 +0613,0613,12,num,two_rule_comb0,16,[7 3],7 3],1,1 +0613,0613,12,num,two_rule_comb0,17,[9 0],9 0],1,1 +0613,0613,12,num,two_rule_comb0,18,[7 2],7 2],1,1 +0613,0613,12,num,two_rule_comb0,19,[2 6],2 6],1,1 +0613,0613,12,num,two_rule_comb0,20,[5 5],5 5],1,1 +0613,0613,12,num,two_rule_comb0,21,[8 5],8 5],1,1 +0613,0613,12,num,two_rule_comb0,22,[6 4],6 4],1,1 +0613,0613,12,num,two_rule_comb0,23,[6 8],6 8],1,1 +0613,0613,12,num,two_rule_comb0,24,[7 1],7 1],1,1 +0613,0613,12,num,two_rule_comb0,25,[5 1],5 1],1,1 +0613,0613,12,num,two_rule_comb0,26,[6 8],6 8],1,1 +0613,0613,12,num,two_rule_comb0,27,[7 7],7 7],1,1 +0613,0613,12,num,two_rule_comb0,28,[7 1],7 1],1,1 +0613,0613,12,num,two_rule_comb0,29,[0 2],0 2],1,1 +0613,0613,12,num,two_rule_comb0,30,[9 4],9 4],1,1 +0613,0613,12,num,two_rule_comb0,31,[4 5],4 5],1,1 +0613,0613,12,num,two_rule_comb0,32,[3 3],3 3],1,1 +0613,0613,12,num,two_rule_comb0,33,[7 9],7 9],1,1 +0613,0613,12,num,two_rule_comb0,34,[4 2],4 2],1,1 +0613,0613,12,num,two_rule_comb0,35,[8 9],8 9],1,1 +0613,0613,12,num,two_rule_comb0,36,[6 5],6 5],1,1 +0613,0613,12,num,two_rule_comb0,37,[1 5],1 5],1,1 +0613,0613,12,num,two_rule_comb0,38,[3 6],3 6],1,1 +0613,0613,12,num,two_rule_comb0,39,[5 9],5 9],1,1 +0613,0613,12,num,two_rule_comb0,40,[5 6],5 6],1,1 +0613,0613,12,num,two_rule_comb0,41,[1 2],1 2],1,1 +0613,0613,12,num,two_rule_comb0,42,[1 7],1 7],1,1 +0613,0613,12,num,two_rule_comb0,43,[8 0],8 0],1,1 +0613,0613,12,num,two_rule_comb0,44,[3 2],3 2],1,1 +0613,0613,12,num,two_rule_comb0,45,[7 4],7 4],1,1 +0613,0613,12,num,two_rule_comb0,46,[9 6],None,0,1 +0613,0613,12,num,two_rule_comb0,47,[4 2],4 2],1,1 +0613,0613,12,num,two_rule_comb0,48,[6 4],6 4],1,1 +0613,0613,12,num,two_rule_comb0,49,[8 9],8 9],1,1 +0613,0613,12,num,two_rule_comb0,50,[2 0],2 0],1,1 +0613,0613,12,num,two_rule_comb0,51,[7 5],7 5],1,1 +0613,0613,12,num,two_rule_comb0,52,[2 3],2 3],1,1 +0613,0613,12,num,two_rule_comb0,53,[3 5],3 5],1,1 +0613,0613,12,num,two_rule_comb0,54,[0 7],0 7],1,1 +0613,0613,12,num,two_rule_comb0,55,[1 6],1 6],1,1 +0613,0613,12,num,two_rule_comb0,56,[7 1],7 1],1,1 +0613,0613,12,num,two_rule_comb0,57,[6 8],6 8],1,1 +0613,0613,12,num,two_rule_comb0,58,[8 0],8 0],1,1 +0613,0613,12,num,two_rule_comb0,59,[3 0],3 0],1,1 +0613,0613,12,num,two_rule_comb0,60,[3 0],3 0],1,1 +0613,0613,12,num,two_rule_comb0,61,[2 3],2 3],1,1 +0613,0613,12,num,two_rule_comb0,62,[6 3],6 3],1,1 +0613,0613,12,num,two_rule_comb0,63,[0 8],0 8],1,1 +0613,0613,12,num,two_rule_comb0,64,[9 7],None,0,1 +0613,0613,12,num,two_rule_comb0,65,[5 4],5 4],1,1 +0613,0613,12,num,two_rule_comb0,66,[2 6],2 6],1,1 +0613,0613,12,num,two_rule_comb0,67,[0 8],0 8],1,1 +0613,0613,12,num,two_rule_comb0,68,[8 0],8 0],1,1 +0613,0613,12,num,two_rule_comb0,69,[6 1],6 1],1,1 +0613,0613,12,num,two_rule_comb0,70,[4 6],4 6],1,1 +0613,0613,12,num,two_rule_comb0,71,[9 0],9 0],1,1 +0613,0613,12,num,two_rule_comb0,72,[3 2],3 2],1,1 +0613,0613,12,num,two_rule_comb0,73,[3 5],3 5],1,1 +0613,0613,12,num,two_rule_comb0,74,[0 5],0 5],1,1 +0613,0613,12,num,two_rule_comb0,75,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb0,76,[1 9],1 9],1,1 +0613,0613,12,num,two_rule_comb0,77,[1 7],1 7],1,1 +0613,0613,12,num,two_rule_comb0,78,[0 1],0 1],1,1 +0613,0613,12,num,two_rule_comb0,79,[7 7],7 7],1,1 +0613,0613,12,num,two_rule_comb0,80,[2 5],2 5],1,1 +0613,0613,12,num,two_rule_comb0,81,[3 5],3 5],1,1 +0613,0613,12,num,two_rule_comb0,82,[7 7],7 7],1,1 +0613,0613,12,num,two_rule_comb0,83,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb0,84,[3 1],3 1],1,1 +0613,0613,12,num,two_rule_comb0,85,[0 8],0 8],1,1 +0613,0613,12,num,two_rule_comb0,86,[3 0],3 0],1,1 +0613,0613,12,num,two_rule_comb0,87,[1 5],1 5],1,1 +0613,0613,12,num,two_rule_comb0,88,[8 0],8 0],1,1 +0613,0613,12,num,two_rule_comb0,89,[2 7],2 7],1,1 +0613,0613,12,num,two_rule_comb0,90,[8 5],8 5],1,1 +0613,0613,12,num,two_rule_comb0,91,[3 1],3 1],1,1 +0613,0613,12,num,two_rule_comb0,92,[3 8],3 8],1,1 +0613,0613,12,num,two_rule_comb0,93,[3 9],3 9],1,1 +0613,0613,12,num,two_rule_comb0,94,[2 2],2 2],1,1 +0613,0613,12,num,two_rule_comb0,95,[8 3],8 3],1,1 +0613,0613,12,num,two_rule_comb0,96,[1 5],1 5],1,1 +0613,0613,12,num,two_rule_comb0,97,[9 4],None,0,1 +0613,0613,12,num,two_rule_comb0,98,[5 4],5 4],1,1 +0613,0613,12,num,two_rule_comb0,99,[3 1],3 1],1,1 +0613,0613,12,num,two_rule_comb1,0,[1 2],1 2],1,1 +0613,0613,12,num,two_rule_comb1,1,[8 9],9 9],0,1 +0613,0613,12,num,two_rule_comb1,2,[2 6],2 6],1,1 +0613,0613,12,num,two_rule_comb1,3,[3 4],3 5],0,1 +0613,0613,12,num,two_rule_comb1,4,[2 7],2 7],1,1 +0613,0613,12,num,two_rule_comb1,5,[4 0],4 0],1,1 +0613,0613,12,num,two_rule_comb1,6,[7 4],7 4],1,1 +0613,0613,12,num,two_rule_comb1,7,[1 1],1 1],1,1 +0613,0613,12,num,two_rule_comb1,8,[7 9],7 9],1,1 +0613,0613,12,num,two_rule_comb1,9,[3 1],3 1],1,1 +0613,0613,12,num,two_rule_comb1,10,[3 7],3 7],1,1 +0613,0613,12,num,two_rule_comb1,11,[0 2],0 2],1,1 +0613,0613,12,num,two_rule_comb1,12,[6 7],6 7],1,1 +0613,0613,12,num,two_rule_comb1,13,[8 2],8 2],1,1 +0613,0613,12,num,two_rule_comb1,14,[7 4],7 4],1,1 +0613,0613,12,num,two_rule_comb1,15,[1 3],1 3],1,1 +0613,0613,12,num,two_rule_comb1,16,[7 3],7 3],1,1 +0613,0613,12,num,two_rule_comb1,17,[7 7],5 7],0,1 +0613,0613,12,num,two_rule_comb1,18,[1 8],1 8],1,1 +0613,0613,12,num,two_rule_comb1,19,[1 9],1 9],1,1 +0613,0613,12,num,two_rule_comb1,20,[4 9],4 9],1,1 +0613,0613,12,num,two_rule_comb1,21,[2 3],2 3],1,1 +0613,0613,12,num,two_rule_comb1,22,[6 7],6 6],0,1 +0613,0613,12,num,two_rule_comb1,23,[2 5],2 5],1,1 +0613,0613,12,num,two_rule_comb1,24,[3 1],3 1],1,1 +0613,0613,12,num,two_rule_comb1,25,[6 5],6 5],1,1 +0613,0613,12,num,two_rule_comb1,26,[8 1],8 1],1,1 +0613,0613,12,num,two_rule_comb1,27,[6 8],6 8],1,1 +0613,0613,12,num,two_rule_comb1,28,[5 4],5 4],1,1 +0613,0613,12,num,two_rule_comb1,29,[0 4],0 4],1,1 +0613,0613,12,num,two_rule_comb1,30,[4 9],4 4],0,1 +0613,0613,12,num,two_rule_comb1,31,[6 2],6 2],1,1 +0613,0613,12,num,two_rule_comb1,32,[1 7],1 7],1,1 +0613,0613,12,num,two_rule_comb1,33,[3 0],3 0],1,1 +0613,0613,12,num,two_rule_comb1,34,[1 2],1 2],1,1 +0613,0613,12,num,two_rule_comb1,35,[4 1],4 1],1,1 +0613,0613,12,num,two_rule_comb1,36,[6 6],6 6],1,1 +0613,0613,12,num,two_rule_comb1,37,[6 2],6 2],1,1 +0613,0613,12,num,two_rule_comb1,38,[3 2],3 2],1,1 +0613,0613,12,num,two_rule_comb1,39,[9 9],9 9],1,1 +0613,0613,12,num,two_rule_comb1,40,[5 9],5 9],1,1 +0613,0613,12,num,two_rule_comb1,41,[0 2],0 2],1,1 +0613,0613,12,num,two_rule_comb1,42,[3 2],3 2],1,1 +0613,0613,12,num,two_rule_comb1,43,[2 2],2 2],1,1 +0613,0613,12,num,two_rule_comb1,44,[8 1],8 1],1,1 +0613,0613,12,num,two_rule_comb1,45,[7 3],7 3],1,1 +0613,0613,12,num,two_rule_comb1,46,[1 5],1 5],1,1 +0613,0613,12,num,two_rule_comb1,47,[0 5],0 5],1,1 +0613,0613,12,num,two_rule_comb1,48,[3 5],3 5],1,1 +0613,0613,12,num,two_rule_comb1,49,[4 7],4 7],1,1 +0613,0613,12,num,two_rule_comb1,50,[3 9],3 3],0,1 +0613,0613,12,num,two_rule_comb1,51,[3 4],3 4],1,1 +0613,0613,12,num,two_rule_comb1,52,[8 9],8 9],1,1 +0613,0613,12,num,two_rule_comb1,53,[9 5],None,0,1 +0613,0613,12,num,two_rule_comb1,54,[0 8],0 8],1,1 +0613,0613,12,num,two_rule_comb1,55,[6 2],6 2],1,1 +0613,0613,12,num,two_rule_comb1,56,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb1,57,[6 6],6 6],1,1 +0613,0613,12,num,two_rule_comb1,58,[6 3],6 3],1,1 +0613,0613,12,num,two_rule_comb1,59,[4 5],4 5],1,1 +0613,0613,12,num,two_rule_comb1,60,[6 6],6 6],1,1 +0613,0613,12,num,two_rule_comb1,61,[8 4],8 4],1,1 +0613,0613,12,num,two_rule_comb1,62,[6 4],6 4],1,1 +0613,0613,12,num,two_rule_comb1,63,[2 1],2 1],1,1 +0613,0613,12,num,two_rule_comb1,64,[8 1],8 8],0,1 +0613,0613,12,num,two_rule_comb1,65,[3 3],3 3],1,1 +0613,0613,12,num,two_rule_comb1,66,[5 9],5 9],1,1 +0613,0613,12,num,two_rule_comb1,67,[4 9],4 9],1,1 +0613,0613,12,num,two_rule_comb1,68,[7 7],7 6],0,1 +0613,0613,12,num,two_rule_comb1,69,[5 2],5 2],1,1 +0613,0613,12,num,two_rule_comb1,70,[0 1],1 1],0,1 +0613,0613,12,num,two_rule_comb1,71,[4 8],4 8],1,1 +0613,0613,12,num,two_rule_comb1,72,[8 3],8 3],1,1 +0613,0613,12,num,two_rule_comb1,73,[5 6],5 6],1,1 +0613,0613,12,num,two_rule_comb1,74,[3 8],3 8],1,1 +0613,0613,12,num,two_rule_comb1,75,[7 9],7 9],1,1 +0613,0613,12,num,two_rule_comb1,76,[3 2],12 2],0,1 +0613,0613,12,num,two_rule_comb1,77,[7 5],7 5],1,1 +0613,0613,12,num,two_rule_comb1,78,[5 5],5 5],1,1 +0613,0613,12,num,two_rule_comb1,79,[6 8],6 8],1,1 +0613,0613,12,num,two_rule_comb1,80,[6 8],6 8],1,1 +0613,0613,12,num,two_rule_comb1,81,[0 6],0 6],1,1 +0613,0613,12,num,two_rule_comb1,82,[5 0],5 0],1,1 +0613,0613,12,num,two_rule_comb1,83,[1 2],1 2],1,1 +0613,0613,12,num,two_rule_comb1,84,[7 7],7 7],1,1 +0613,0613,12,num,two_rule_comb1,85,[5 4],5 4],1,1 +0613,0613,12,num,two_rule_comb1,86,[1 7],1 7],1,1 +0613,0613,12,num,two_rule_comb1,87,[1 4],1 4],1,1 +0613,0613,12,num,two_rule_comb1,88,[1 1],1 1],1,1 +0613,0613,12,num,two_rule_comb1,89,[6 9],None,0,1 +0613,0613,12,num,two_rule_comb1,90,[2 7],2 7],1,1 +0613,0613,12,num,two_rule_comb1,91,[4 4],4 4],1,1 +0613,0613,12,num,two_rule_comb1,92,[1 2],1 1],0,1 +0613,0613,12,num,two_rule_comb1,93,[0 0],0 5],0,1 +0613,0613,12,num,two_rule_comb1,94,[7 4],7 4],1,1 +0613,0613,12,num,two_rule_comb1,95,[1 5],1 5],1,1 +0613,0613,12,num,two_rule_comb1,96,[7 1],7 1],1,1 +0613,0613,12,num,two_rule_comb1,97,[3 9],3 5],0,1 +0613,0613,12,num,two_rule_comb1,98,[7 6],7 6],1,1 +0613,0613,12,num,two_rule_comb1,99,[2 1],2 1],1,1 +0613,0613,12,num,two_rule_comb2,0,[1 0],1 0],1,1 +0613,0613,12,num,two_rule_comb2,1,[0 7],0 7],1,1 +0613,0613,12,num,two_rule_comb2,2,[6 5],6 5],1,1 +0613,0613,12,num,two_rule_comb2,3,[1 5],1 5],1,1 +0613,0613,12,num,two_rule_comb2,4,[7 2],7 2],1,1 +0613,0613,12,num,two_rule_comb2,5,[2 6],2 6],1,1 +0613,0613,12,num,two_rule_comb2,6,[4 8],4 8],1,1 +0613,0613,12,num,two_rule_comb2,7,[3 2],3 2],1,1 +0613,0613,12,num,two_rule_comb2,8,[9 9],9 9],1,1 +0613,0613,12,num,two_rule_comb2,9,[6 5],6 5],1,1 +0613,0613,12,num,two_rule_comb2,10,[8 8],8 8],1,1 +0613,0613,12,num,two_rule_comb2,11,[9 5],9 5],1,1 +0613,0613,12,num,two_rule_comb2,12,[5 4],5 4],1,1 +0613,0613,12,num,two_rule_comb2,13,[4 6],4 6],1,1 +0613,0613,12,num,two_rule_comb2,14,[2 3],2 3],1,1 +0613,0613,12,num,two_rule_comb2,15,[8 5],8 5],1,1 +0613,0613,12,num,two_rule_comb2,16,[4 9],4 9],1,1 +0613,0613,12,num,two_rule_comb2,17,[9 4],9 4],1,1 +0613,0613,12,num,two_rule_comb2,18,[0 0],0 0],1,1 +0613,0613,12,num,two_rule_comb2,19,[5 4],5 4],1,1 +0613,0613,12,num,two_rule_comb2,20,[4 5],4 5],1,1 +0613,0613,12,num,two_rule_comb2,21,[0 6],0 6],1,1 +0613,0613,12,num,two_rule_comb2,22,[1 5],1 5],1,1 +0613,0613,12,num,two_rule_comb2,23,[5 9],5 9],1,1 +0613,0613,12,num,two_rule_comb2,24,[5 3],5 3],1,1 +0613,0613,12,num,two_rule_comb2,25,[0 6],0 6],1,1 +0613,0613,12,num,two_rule_comb2,26,[8 7],8 7],1,1 +0613,0613,12,num,two_rule_comb2,27,[6 1],6 1],1,1 +0613,0613,12,num,two_rule_comb2,28,[9 1],9 1],1,1 +0613,0613,12,num,two_rule_comb2,29,[0 4],0 4],1,1 +0613,0613,12,num,two_rule_comb2,30,[3 2],3 2],1,1 +0613,0613,12,num,two_rule_comb2,31,[6 5],6 5],1,1 +0613,0613,12,num,two_rule_comb2,32,[1 2],1 2],1,1 +0613,0613,12,num,two_rule_comb2,33,[5 6],5 6],1,1 +0613,0613,12,num,two_rule_comb2,34,[5 1],5 1],1,1 +0613,0613,12,num,two_rule_comb2,35,[7 6],7 6],1,1 +0613,0613,12,num,two_rule_comb2,36,[8 0],8 0],1,1 +0613,0613,12,num,two_rule_comb2,37,[9 6],9 6],1,1 +0613,0613,12,num,two_rule_comb2,38,[4 2],4 2],1,1 +0613,0613,12,num,two_rule_comb2,39,[2 1],2 1],1,1 +0613,0613,12,num,two_rule_comb2,40,[8 3],8 3],1,1 +0613,0613,12,num,two_rule_comb2,41,[9 6],None,0,1 +0613,0613,12,num,two_rule_comb2,42,[6 5],6 5],1,1 +0613,0613,12,num,two_rule_comb2,43,[8 9],8 9],1,1 +0613,0613,12,num,two_rule_comb2,44,[4 3],4 3],1,1 +0613,0613,12,num,two_rule_comb2,45,[7 1],7 1],1,1 +0613,0613,12,num,two_rule_comb2,46,[0 8],0 8],1,1 +0613,0613,12,num,two_rule_comb2,47,[3 7],3 7],1,1 +0613,0613,12,num,two_rule_comb2,48,[7 5],7 5],1,1 +0613,0613,12,num,two_rule_comb2,49,[5 3],5 3],1,1 +0613,0613,12,num,two_rule_comb2,50,[6 4],6 4],1,1 +0613,0613,12,num,two_rule_comb2,51,[9 3],9 3],1,1 +0613,0613,12,num,two_rule_comb2,52,[1 1],1 1],1,1 +0613,0613,12,num,two_rule_comb2,53,[0 9],0 9],1,1 +0613,0613,12,num,two_rule_comb2,54,[6 8],6 8],1,1 +0613,0613,12,num,two_rule_comb2,55,[6 3],6 3],1,1 +0613,0613,12,num,two_rule_comb2,56,[8 5],8 5],1,1 +0613,0613,12,num,two_rule_comb2,57,[9 6],None,0,1 +0613,0613,12,num,two_rule_comb2,58,[5 0],5 0],1,1 +0613,0613,12,num,two_rule_comb2,59,[0 5],0 5],1,1 +0613,0613,12,num,two_rule_comb2,60,[2 0],2 0],1,1 +0613,0613,12,num,two_rule_comb2,61,[0 2],0 2],1,1 +0613,0613,12,num,two_rule_comb2,62,[5 1],5 1],1,1 +0613,0613,12,num,two_rule_comb2,63,[8 2],8 2],1,1 +0613,0613,12,num,two_rule_comb2,64,[8 7],8 7],1,1 +0613,0613,12,num,two_rule_comb2,65,[9 1],9 1],1,1 +0613,0613,12,num,two_rule_comb2,66,[5 9],5 9],1,1 +0613,0613,12,num,two_rule_comb2,67,[9 0],9 0],1,1 +0613,0613,12,num,two_rule_comb2,68,[0 9],0 9],1,1 +0613,0613,12,num,two_rule_comb2,69,[0 0],0 0],1,1 +0613,0613,12,num,two_rule_comb2,70,[5 8],5 8],1,1 +0613,0613,12,num,two_rule_comb2,71,[9 8],9 8],1,1 +0613,0613,12,num,two_rule_comb2,72,[1 1],1 1],1,1 +0613,0613,12,num,two_rule_comb2,73,[4 3],4 3],1,1 +0613,0613,12,num,two_rule_comb2,74,[8 2],8 2],1,1 +0613,0613,12,num,two_rule_comb2,75,[0 2],0 2],1,1 +0613,0613,12,num,two_rule_comb2,76,[5 7],5 7],1,1 +0613,0613,12,num,two_rule_comb2,77,[8 8],8 8],1,1 +0613,0613,12,num,two_rule_comb2,78,[6 6],6 6],1,1 +0613,0613,12,num,two_rule_comb2,79,[8 0],8 0],1,1 +0613,0613,12,num,two_rule_comb2,80,[2 2],2 2],1,1 +0613,0613,12,num,two_rule_comb2,81,[0 8],0 8],1,1 +0613,0613,12,num,two_rule_comb2,82,[7 5],7 5],1,1 +0613,0613,12,num,two_rule_comb2,83,[8 4],8 4],1,1 +0613,0613,12,num,two_rule_comb2,84,[5 2],5 2],1,1 +0613,0613,12,num,two_rule_comb2,85,[8 0],8 0],1,1 +0613,0613,12,num,two_rule_comb2,86,[5 0],5 0],1,1 +0613,0613,12,num,two_rule_comb2,87,[0 3],0 3],1,1 +0613,0613,12,num,two_rule_comb2,88,[7 1],7 1],1,1 +0613,0613,12,num,two_rule_comb2,89,[6 0],6 0],1,1 +0613,0613,12,num,two_rule_comb2,90,[8 5],8 5],1,1 +0613,0613,12,num,two_rule_comb2,91,[9 5],None,0,1 +0613,0613,12,num,two_rule_comb2,92,[0 5],0 5],1,1 +0613,0613,12,num,two_rule_comb2,93,[7 7],7 7],1,1 +0613,0613,12,num,two_rule_comb2,94,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb2,95,[1 0],1 0],1,1 +0613,0613,12,num,two_rule_comb2,96,[2 0],2 0],1,1 +0613,0613,12,num,two_rule_comb2,97,[5 1],5 1],1,1 +0613,0613,12,num,two_rule_comb2,98,[6 4],6 4],1,1 +0613,0613,12,num,two_rule_comb2,99,[2 7],2 7],1,1 +0613,0613,12,num,two_rule_comb3,0,[9 1],9 1],1,1 +0613,0613,12,num,two_rule_comb3,1,[9 0],9 0],1,1 +0613,0613,12,num,two_rule_comb3,2,[4 8],4 8],1,1 +0613,0613,12,num,two_rule_comb3,3,[1 8],1 8],1,1 +0613,0613,12,num,two_rule_comb3,4,[5 7],5 7],1,1 +0613,0613,12,num,two_rule_comb3,5,[8 2],8 2],1,1 +0613,0613,12,num,two_rule_comb3,6,[9 2],9 2],1,1 +0613,0613,12,num,two_rule_comb3,7,[6 1],6 1],1,1 +0613,0613,12,num,two_rule_comb3,8,[9 8],9 8],1,1 +0613,0613,12,num,two_rule_comb3,9,[4 5],4 5],1,1 +0613,0613,12,num,two_rule_comb3,10,[0 4],0 4],1,1 +0613,0613,12,num,two_rule_comb3,11,[8 6],8 6],1,1 +0613,0613,12,num,two_rule_comb3,12,[8 3],8 3],1,1 +0613,0613,12,num,two_rule_comb3,13,[5 9],5 9],1,1 +0613,0613,12,num,two_rule_comb3,14,[6 4],6 4],1,1 +0613,0613,12,num,two_rule_comb3,15,[5 3],5 8],0,1 +0613,0613,12,num,two_rule_comb3,16,[0 5],0 5],1,1 +0613,0613,12,num,two_rule_comb3,17,[5 5],5 5],1,1 +0613,0613,12,num,two_rule_comb3,18,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb3,19,[5 6],5 6],1,1 +0613,0613,12,num,two_rule_comb3,20,[6 4],6 4],1,1 +0613,0613,12,num,two_rule_comb3,21,[0 6],0 6],1,1 +0613,0613,12,num,two_rule_comb3,22,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb3,23,[6 8],6 8],1,1 +0613,0613,12,num,two_rule_comb3,24,[8 3],8 3],1,1 +0613,0613,12,num,two_rule_comb3,25,[1 7],1 6],0,1 +0613,0613,12,num,two_rule_comb3,26,[1 2],8 2],0,1 +0613,0613,12,num,two_rule_comb3,27,[4 6],4 6],1,1 +0613,0613,12,num,two_rule_comb3,28,[1 2],1 2],1,1 +0613,0613,12,num,two_rule_comb3,29,[0 2],0 2],1,1 +0613,0613,12,num,two_rule_comb3,30,[2 4],2 4],1,1 +0613,0613,12,num,two_rule_comb3,31,[5 5],5 5],1,1 +0613,0613,12,num,two_rule_comb3,32,[9 6],9 6],1,1 +0613,0613,12,num,two_rule_comb3,33,[9 0],9 0],1,1 +0613,0613,12,num,two_rule_comb3,34,[3 4],3 4],1,1 +0613,0613,12,num,two_rule_comb3,35,[0 1],0 1],1,1 +0613,0613,12,num,two_rule_comb3,36,[6 3],6 3],1,1 +0613,0613,12,num,two_rule_comb3,37,[3 2],3 2],1,1 +0613,0613,12,num,two_rule_comb3,38,[2 1],1 2],0,1 +0613,0613,12,num,two_rule_comb3,39,[1 3],1 3],1,1 +0613,0613,12,num,two_rule_comb3,40,[9 1],9 1],1,1 +0613,0613,12,num,two_rule_comb3,41,[4 4],4 4],1,1 +0613,0613,12,num,two_rule_comb3,42,[9 8],8 8],0,1 +0613,0613,12,num,two_rule_comb3,43,[3 2],3 2],1,1 +0613,0613,12,num,two_rule_comb3,44,[0 8],0 8],1,1 +0613,0613,12,num,two_rule_comb3,45,[5 2],5 2],1,1 +0613,0613,12,num,two_rule_comb3,46,[2 3],2 3],1,1 +0613,0613,12,num,two_rule_comb3,47,[2 4],2 4],1,1 +0613,0613,12,num,two_rule_comb3,48,[5 1],5 1],1,1 +0613,0613,12,num,two_rule_comb3,49,[5 2],5 2],1,1 +0613,0613,12,num,two_rule_comb3,50,[6 9],None,0,1 +0613,0613,12,num,two_rule_comb3,51,[6 6],6 5],0,1 +0613,0613,12,num,two_rule_comb3,52,[6 3],6 3],1,1 +0613,0613,12,num,two_rule_comb3,53,[4 2],4 2],1,1 +0613,0613,12,num,two_rule_comb3,54,[9 9],9 9],1,1 +0613,0613,12,num,two_rule_comb3,55,[2 6],2 6],1,1 +0613,0613,12,num,two_rule_comb3,56,[3 0],3 0],1,1 +0613,0613,12,num,two_rule_comb3,57,[8 6],8 6],1,1 +0613,0613,12,num,two_rule_comb3,58,[7 8],7 8],1,1 +0613,0613,12,num,two_rule_comb3,59,[3 2],3 2],1,1 +0613,0613,12,num,two_rule_comb3,60,[8 1],8 1],1,1 +0613,0613,12,num,two_rule_comb3,61,[3 7],3 7],1,1 +0613,0613,12,num,two_rule_comb3,62,[9 6],None,0,1 +0613,0613,12,num,two_rule_comb3,63,[9 1],9 1],1,1 +0613,0613,12,num,two_rule_comb3,64,[1 1],1 4],0,1 +0613,0613,12,num,two_rule_comb3,65,[9 7],None,0,1 +0613,0613,12,num,two_rule_comb3,66,[8 7],7 7],0,1 +0613,0613,12,num,two_rule_comb3,67,[9 2],9 2],1,1 +0613,0613,12,num,two_rule_comb3,68,[8 2],8 2],1,1 +0613,0613,12,num,two_rule_comb3,69,[1 3],1 3],1,1 +0613,0613,12,num,two_rule_comb3,70,[4 7],4 7],1,1 +0613,0613,12,num,two_rule_comb3,71,[7 2],7 2],1,1 +0613,0613,12,num,two_rule_comb3,72,[0 2],0 2],1,1 +0613,0613,12,num,two_rule_comb3,73,[6 1],6 1],1,1 +0613,0613,12,num,two_rule_comb3,74,[3 3],3 3],1,1 +0613,0613,12,num,two_rule_comb3,75,[8 4],8 4],1,1 +0613,0613,12,num,two_rule_comb3,76,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb3,77,[0 8],8 8],0,1 +0613,0613,12,num,two_rule_comb3,78,[8 3],8 3],1,1 +0613,0613,12,num,two_rule_comb3,79,[4 2],4 2],1,1 +0613,0613,12,num,two_rule_comb3,80,[1 0],1 0],1,1 +0613,0613,12,num,two_rule_comb3,81,[3 0],3 0],1,1 +0613,0613,12,num,two_rule_comb3,82,[1 4],1 4],1,1 +0613,0613,12,num,two_rule_comb3,83,[0 4],0 4],1,1 +0613,0613,12,num,two_rule_comb3,84,[1 4],1 4],1,1 +0613,0613,12,num,two_rule_comb3,85,[6 9],None,0,1 +0613,0613,12,num,two_rule_comb3,86,[3 8],3 8],1,1 +0613,0613,12,num,two_rule_comb3,87,[9 5],None,0,1 +0613,0613,12,num,two_rule_comb3,88,[6 2],6 2],1,1 +0613,0613,12,num,two_rule_comb3,89,[2 1],1 1],0,1 +0613,0613,12,num,two_rule_comb3,90,[3 6],3 6],1,1 +0613,0613,12,num,two_rule_comb3,91,[5 4],5 4],1,1 +0613,0613,12,num,two_rule_comb3,92,[2 5],2 5],1,1 +0613,0613,12,num,two_rule_comb3,93,[2 6],2 6],1,1 +0613,0613,12,num,two_rule_comb3,94,[6 2],6 2],1,1 +0613,0613,12,num,two_rule_comb3,95,[7 8],7 8],1,1 +0613,0613,12,num,two_rule_comb3,96,[5 8],5 5],0,1 +0613,0613,12,num,two_rule_comb3,97,[8 9],8 9],1,1 +0613,0613,12,num,two_rule_comb3,98,[1 3],1 3],1,1 +0613,0613,12,num,two_rule_comb3,99,[4 9],4 9],1,1 +0613,0613,12,num,two_rule_comb4,0,[1 6],1 6],1,1 +0613,0613,12,num,two_rule_comb4,1,[5 7],5 8],0,1 +0613,0613,12,num,two_rule_comb4,2,[4 3],4 3],1,1 +0613,0613,12,num,two_rule_comb4,3,[3 1],3 5],0,1 +0613,0613,12,num,two_rule_comb4,4,[1 4],1 4],1,1 +0613,0613,12,num,two_rule_comb4,5,[9 1],9 1],1,1 +0613,0613,12,num,two_rule_comb4,6,[1 3],1 3],1,1 +0613,0613,12,num,two_rule_comb4,7,[3 4],3 4],1,1 +0613,0613,12,num,two_rule_comb4,8,[6 4],6 4],1,1 +0613,0613,12,num,two_rule_comb4,9,[2 4],2 6],0,1 +0613,0613,12,num,two_rule_comb4,10,[8 5],8 5],1,1 +0613,0613,12,num,two_rule_comb4,11,[0 1],0 1],1,1 +0613,0613,12,num,two_rule_comb4,12,[9 4],9 4],1,1 +0613,0613,12,num,two_rule_comb4,13,[9 0],9 0],1,1 +0613,0613,12,num,two_rule_comb4,14,[9 2],9 2],1,1 +0613,0613,12,num,two_rule_comb4,15,[6 6],6 6],1,1 +0613,0613,12,num,two_rule_comb4,16,[1 0],1 0],1,1 +0613,0613,12,num,two_rule_comb4,17,[5 9],5 8],0,1 +0613,0613,12,num,two_rule_comb4,18,[7 9],7 9],1,1 +0613,0613,12,num,two_rule_comb4,19,[2 3],2 3],1,1 +0613,0613,12,num,two_rule_comb4,20,[9 2],9 9],0,1 +0613,0613,12,num,two_rule_comb4,21,[4 1],4 1],1,1 +0613,0613,12,num,two_rule_comb4,22,[4 3],4 3],1,1 +0613,0613,12,num,two_rule_comb4,23,[1 3],1 3],1,1 +0613,0613,12,num,two_rule_comb4,24,[5 8],5 8],1,1 +0613,0613,12,num,two_rule_comb4,25,[5 3],0 3],0,1 +0613,0613,12,num,two_rule_comb4,26,[1 1],1 1],1,1 +0613,0613,12,num,two_rule_comb4,27,[8 4],8 4],1,1 +0613,0613,12,num,two_rule_comb4,28,[4 2],4 2],1,1 +0613,0613,12,num,two_rule_comb4,29,[4 1],4 1],1,1 +0613,0613,12,num,two_rule_comb4,30,[9 6],9 6],1,1 +0613,0613,12,num,two_rule_comb4,31,[0 7],0 7],1,1 +0613,0613,12,num,two_rule_comb4,32,[0 0],0 0],1,1 +0613,0613,12,num,two_rule_comb4,33,[5 0],5 0],1,1 +0613,0613,12,num,two_rule_comb4,34,[8 6],8 6],1,1 +0613,0613,12,num,two_rule_comb4,35,[5 7],7 7],0,1 +0613,0613,12,num,two_rule_comb4,36,[0 4],0 4],1,1 +0613,0613,12,num,two_rule_comb4,37,[9 4],9 4],1,1 +0613,0613,12,num,two_rule_comb4,38,[7 0],7 1],0,1 +0613,0613,12,num,two_rule_comb4,39,[0 4],0 6],0,1 +0613,0613,12,num,two_rule_comb4,40,[7 2],7 2],1,1 +0613,0613,12,num,two_rule_comb4,41,[3 9],3 5],0,1 +0613,0613,12,num,two_rule_comb4,42,[5 0],5 0],1,1 +0613,0613,12,num,two_rule_comb4,43,[9 5],None,0,1 +0613,0613,12,num,two_rule_comb4,44,[5 0],5 0],1,1 +0613,0613,12,num,two_rule_comb4,45,[1 3],1 7],0,1 +0613,0613,12,num,two_rule_comb4,46,[1 0],1 6],0,1 +0613,0613,12,num,two_rule_comb4,47,[2 4],2 4],1,1 +0613,0613,12,num,two_rule_comb4,48,[5 4],5 3],0,1 +0613,0613,12,num,two_rule_comb4,49,[6 3],6 3],1,1 +0613,0613,12,num,two_rule_comb4,50,[9 4],None,0,1 +0613,0613,12,num,two_rule_comb4,51,[6 5],6 5],1,1 +0613,0613,12,num,two_rule_comb4,52,[8 6],8 6],1,1 +0613,0613,12,num,two_rule_comb4,53,[7 2],7 3],0,1 +0613,0613,12,num,two_rule_comb4,54,[6 4],6 4],1,1 +0613,0613,12,num,two_rule_comb4,55,[7 3],7 3],1,1 +0613,0613,12,num,two_rule_comb4,56,[7 9],7 9],1,1 +0613,0613,12,num,two_rule_comb4,57,[8 1],8 1],1,1 +0613,0613,12,num,two_rule_comb4,58,[6 1],6 1],1,1 +0613,0613,12,num,two_rule_comb4,59,[8 8],8 10],0,1 +0613,0613,12,num,two_rule_comb4,60,[1 5],1 1],0,1 +0613,0613,12,num,two_rule_comb4,61,[8 5],8 5],1,1 +0613,0613,12,num,two_rule_comb4,62,[9 3],9 3],1,1 +0613,0613,12,num,two_rule_comb4,63,[0 2],0 16],0,1 +0613,0613,12,num,two_rule_comb4,64,[0 2],0 6],0,1 +0613,0613,12,num,two_rule_comb4,65,[2 7],6 7],0,1 +0613,0613,12,num,two_rule_comb4,66,[2 7],2 7],1,1 +0613,0613,12,num,two_rule_comb4,67,[6 4],6 3],0,1 +0613,0613,12,num,two_rule_comb4,68,[3 7],3 7],1,1 +0613,0613,12,num,two_rule_comb4,69,[1 5],1 5],1,1 +0613,0613,12,num,two_rule_comb4,70,[1 1],1 1],1,1 +0613,0613,12,num,two_rule_comb4,71,[0 1],0 1],1,1 +0613,0613,12,num,two_rule_comb4,72,[4 9],4 6],0,1 +0613,0613,12,num,two_rule_comb4,73,[5 3],5 3],1,1 +0613,0613,12,num,two_rule_comb4,74,[0 0],0 0],1,1 +0613,0613,12,num,two_rule_comb4,75,[3 0],3 0],1,1 +0613,0613,12,num,two_rule_comb4,76,[1 3],1 8],0,1 +0613,0613,12,num,two_rule_comb4,77,[3 9],3 9],1,1 +0613,0613,12,num,two_rule_comb4,78,[7 5],7 5],1,1 +0613,0613,12,num,two_rule_comb4,79,[5 6],5 6],1,1 +0613,0613,12,num,two_rule_comb4,80,[4 6],4 6],1,1 +0613,0613,12,num,two_rule_comb4,81,[4 8],4 8],1,1 +0613,0613,12,num,two_rule_comb4,82,[3 2],3 7],0,1 +0613,0613,12,num,two_rule_comb4,83,[0 2],0 16],0,1 +0613,0613,12,num,two_rule_comb4,84,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb4,85,[5 1],5 1],1,1 +0613,0613,12,num,two_rule_comb4,86,[7 8],7 8],1,1 +0613,0613,12,num,two_rule_comb4,87,[0 5],0 2],0,1 +0613,0613,12,num,two_rule_comb4,88,[7 4],7 1],0,1 +0613,0613,12,num,two_rule_comb4,89,[9 9],9 9],1,1 +0613,0613,12,num,two_rule_comb4,90,[8 0],8 0],1,1 +0613,0613,12,num,two_rule_comb4,91,[2 1],2 5],0,1 +0613,0613,12,num,two_rule_comb4,92,[4 5],4 6],0,1 +0613,0613,12,num,two_rule_comb4,93,[4 5],4 5],1,1 +0613,0613,12,num,two_rule_comb4,94,[6 0],6 3],0,1 +0613,0613,12,num,two_rule_comb4,95,[3 5],3 5],1,1 +0613,0613,12,num,two_rule_comb4,96,[7 1],7 1],1,1 +0613,0613,12,num,two_rule_comb4,97,[4 9],4 9],1,1 +0613,0613,12,num,two_rule_comb4,98,[0 9],0 9],1,1 +0613,0613,12,num,two_rule_comb4,99,[1 6],1 6],1,1 +0613,0613,12,num,two_rule_comb5,0,[2 0],2 0],1,1 +0613,0613,12,num,two_rule_comb5,1,[4 4],4 4],1,1 +0613,0613,12,num,two_rule_comb5,2,[9 9],9 9],1,1 +0613,0613,12,num,two_rule_comb5,3,[4 5],4 5],1,1 +0613,0613,12,num,two_rule_comb5,4,[9 4],9 4],1,1 +0613,0613,12,num,two_rule_comb5,5,[0 1],0 1],1,1 +0613,0613,12,num,two_rule_comb5,6,[9 1],9 1],1,1 +0613,0613,12,num,two_rule_comb5,7,[2 3],2 3],1,1 +0613,0613,12,num,two_rule_comb5,8,[4 0],4 0],1,1 +0613,0613,12,num,two_rule_comb5,9,[3 4],3 4],1,1 +0613,0613,12,num,two_rule_comb5,10,[9 0],9 0],1,1 +0613,0613,12,num,two_rule_comb5,11,[4 8],4 8],1,1 +0613,0613,12,num,two_rule_comb5,12,[9 6],9 6],1,1 +0613,0613,12,num,two_rule_comb5,13,[3 6],3 6],1,1 +0613,0613,12,num,two_rule_comb5,14,[5 8],5 8],1,1 +0613,0613,12,num,two_rule_comb5,15,[6 1],6 1],1,1 +0613,0613,12,num,two_rule_comb5,16,[1 9],1 9],1,1 +0613,0613,12,num,two_rule_comb5,17,[6 4],6 4],1,1 +0613,0613,12,num,two_rule_comb5,18,[1 0],1 0],1,1 +0613,0613,12,num,two_rule_comb5,19,[7 9],7 9],1,1 +0613,0613,12,num,two_rule_comb5,20,[1 9],1 9],1,1 +0613,0613,12,num,two_rule_comb5,21,[8 5],8 5],1,1 +0613,0613,12,num,two_rule_comb5,22,[9 6],9 6],1,1 +0613,0613,12,num,two_rule_comb5,23,[6 0],6 0],1,1 +0613,0613,12,num,two_rule_comb5,24,[9 3],9 3],1,1 +0613,0613,12,num,two_rule_comb5,25,[9 8],9 8],1,1 +0613,0613,12,num,two_rule_comb5,26,[1 5],1 5],1,1 +0613,0613,12,num,two_rule_comb5,27,[2 6],2 6],1,1 +0613,0613,12,num,two_rule_comb5,28,[9 8],9 8],1,1 +0613,0613,12,num,two_rule_comb5,29,[8 7],8 7],1,1 +0613,0613,12,num,two_rule_comb5,30,[7 4],7 4],1,1 +0613,0613,12,num,two_rule_comb5,31,[5 3],5 3],1,1 +0613,0613,12,num,two_rule_comb5,32,[1 8],1 8],1,1 +0613,0613,12,num,two_rule_comb5,33,[9 0],9 0],1,1 +0613,0613,12,num,two_rule_comb5,34,[8 4],8 4],1,1 +0613,0613,12,num,two_rule_comb5,35,[0 0],0 0],1,1 +0613,0613,12,num,two_rule_comb5,36,[3 1],3 1],1,1 +0613,0613,12,num,two_rule_comb5,37,[5 6],5 6],1,1 +0613,0613,12,num,two_rule_comb5,38,[4 3],4 3],1,1 +0613,0613,12,num,two_rule_comb5,39,[7 5],7 5],1,1 +0613,0613,12,num,two_rule_comb5,40,[0 9],0 9],1,1 +0613,0613,12,num,two_rule_comb5,41,[9 5],None,0,1 +0613,0613,12,num,two_rule_comb5,42,[0 4],0 4],1,1 +0613,0613,12,num,two_rule_comb5,43,[5 9],5 9],1,1 +0613,0613,12,num,two_rule_comb5,44,[2 1],2 1],1,1 +0613,0613,12,num,two_rule_comb5,45,[2 1],2 1],1,1 +0613,0613,12,num,two_rule_comb5,46,[3 9],3 9],1,1 +0613,0613,12,num,two_rule_comb5,47,[5 7],5 7],1,1 +0613,0613,12,num,two_rule_comb5,48,[3 8],3 8],1,1 +0613,0613,12,num,two_rule_comb5,49,[0 8],0 8],1,1 +0613,0613,12,num,two_rule_comb5,50,[3 5],3 5],1,1 +0613,0613,12,num,two_rule_comb5,51,[1 7],1 7],1,1 +0613,0613,12,num,two_rule_comb5,52,[4 9],4 9],1,1 +0613,0613,12,num,two_rule_comb5,53,[4 2],4 2],1,1 +0613,0613,12,num,two_rule_comb5,54,[0 9],0 9],1,1 +0613,0613,12,num,two_rule_comb5,55,[1 0],1 0],1,1 +0613,0613,12,num,two_rule_comb5,56,[9 5],None,0,1 +0613,0613,12,num,two_rule_comb5,57,[5 5],5 5],1,1 +0613,0613,12,num,two_rule_comb5,58,[0 5],0 5],1,1 +0613,0613,12,num,two_rule_comb5,59,[6 2],6 2],1,1 +0613,0613,12,num,two_rule_comb5,60,[6 5],6 5],1,1 +0613,0613,12,num,two_rule_comb5,61,[8 6],8 6],1,1 +0613,0613,12,num,two_rule_comb5,62,[4 6],4 6],1,1 +0613,0613,12,num,two_rule_comb5,63,[3 8],3 8],1,1 +0613,0613,12,num,two_rule_comb5,64,[8 0],8 0],1,1 +0613,0613,12,num,two_rule_comb5,65,[6 5],6 5],1,1 +0613,0613,12,num,two_rule_comb5,66,[0 7],0 7],1,1 +0613,0613,12,num,two_rule_comb5,67,[2 5],2 5],1,1 +0613,0613,12,num,two_rule_comb5,68,[4 0],4 0],1,1 +0613,0613,12,num,two_rule_comb5,69,[9 2],9 2],1,1 +0613,0613,12,num,two_rule_comb5,70,[7 0],7 0],1,1 +0613,0613,12,num,two_rule_comb5,71,[6 0],6 0],1,1 +0613,0613,12,num,two_rule_comb5,72,[8 0],8 0],1,1 +0613,0613,12,num,two_rule_comb5,73,[5 0],5 0],1,1 +0613,0613,12,num,two_rule_comb5,74,[4 9],4 9],1,1 +0613,0613,12,num,two_rule_comb5,75,[1 4],1 4],1,1 +0613,0613,12,num,two_rule_comb5,76,[9 0],9 0],1,1 +0613,0613,12,num,two_rule_comb5,77,[4 8],4 8],1,1 +0613,0613,12,num,two_rule_comb5,78,[4 1],4 1],1,1 +0613,0613,12,num,two_rule_comb5,79,[7 5],7 5],1,1 +0613,0613,12,num,two_rule_comb5,80,[4 3],4 3],1,1 +0613,0613,12,num,two_rule_comb5,81,[5 1],5 1],1,1 +0613,0613,12,num,two_rule_comb5,82,[5 1],5 1],1,1 +0613,0613,12,num,two_rule_comb5,83,[0 8],0 8],1,1 +0613,0613,12,num,two_rule_comb5,84,[2 8],2 8],1,1 +0613,0613,12,num,two_rule_comb5,85,[7 2],7 2],1,1 +0613,0613,12,num,two_rule_comb5,86,[3 9],3 9],1,1 +0613,0613,12,num,two_rule_comb5,87,[7 3],7 3],1,1 +0613,0613,12,num,two_rule_comb5,88,[1 6],1 6],1,1 +0613,0613,12,num,two_rule_comb5,89,[4 0],4 0],1,1 +0613,0613,12,num,two_rule_comb5,90,[4 9],4 9],1,1 +0613,0613,12,num,two_rule_comb5,91,[8 4],8 4],1,1 +0613,0613,12,num,two_rule_comb5,92,[4 4],4 4],1,1 +0613,0613,12,num,two_rule_comb5,93,[1 5],1 5],1,1 +0613,0613,12,num,two_rule_comb5,94,[1 8],1 8],1,1 +0613,0613,12,num,two_rule_comb5,95,[6 7],6 7],1,1 +0613,0613,12,num,two_rule_comb5,96,[1 1],1 1],1,1 +0613,0613,12,num,two_rule_comb5,97,[9 7],None,0,1 +0613,0613,12,num,two_rule_comb5,98,[6 8],6 8],1,1 +0613,0613,12,num,two_rule_comb5,99,[0 8],0 8],1,1 +0613,0613,12,num,three_rule_comb0,0,[1 8 8],1 8 8],1,1 +0613,0613,12,num,three_rule_comb0,1,[3 0 0],3 0 0],1,1 +0613,0613,12,num,three_rule_comb0,2,[2 9 0],2 9 0],1,1 +0613,0613,12,num,three_rule_comb0,3,[9 7 2],9 7 2],1,1 +0613,0613,12,num,three_rule_comb0,4,[8 0 5],8 0 5],1,1 +0613,0613,12,num,three_rule_comb0,5,[6 0 9],6 0 9],1,1 +0613,0613,12,num,three_rule_comb0,6,[4 9 8],4 9 8],1,1 +0613,0613,12,num,three_rule_comb0,7,[8 7 1],8 7 1],1,1 +0613,0613,12,num,three_rule_comb0,8,[2 5 3],2 5 3],1,1 +0613,0613,12,num,three_rule_comb0,9,[8 9 4],8 9 4],1,1 +0613,0613,12,num,three_rule_comb0,10,[1 5 7],1 5 7],1,1 +0613,0613,12,num,three_rule_comb0,11,[9 1 3],9 1 3],1,1 +0613,0613,12,num,three_rule_comb0,12,[1 5 4],1 5 4],1,1 +0613,0613,12,num,three_rule_comb0,13,[7 7 9],7 7 9],1,1 +0613,0613,12,num,three_rule_comb0,14,[4 9 5],4 9 5],1,1 +0613,0613,12,num,three_rule_comb0,15,[4 7 2],4 7 2],1,1 +0613,0613,12,num,three_rule_comb0,16,[6 3 1],6 3 1],1,1 +0613,0613,12,num,three_rule_comb0,17,[8 2 4],8 2 4],1,1 +0613,0613,12,num,three_rule_comb0,18,[5 7 7],5 7 7],1,1 +0613,0613,12,num,three_rule_comb0,19,[5 6 3],5 6 3],1,1 +0613,0613,12,num,three_rule_comb0,20,[2 2 4],2 2 4],1,1 +0613,0613,12,num,three_rule_comb0,21,[7 1 0],7 1 0],1,1 +0613,0613,12,num,three_rule_comb0,22,[8 1 1],8 1 1],1,1 +0613,0613,12,num,three_rule_comb0,23,[2 1 3],2 1 3],1,1 +0613,0613,12,num,three_rule_comb0,24,[6 7 1],6 7 1],1,1 +0613,0613,12,num,three_rule_comb0,25,[1 4 3],1 4 3],1,1 +0613,0613,12,num,three_rule_comb0,26,[8 9 6],8 9 6],1,1 +0613,0613,12,num,three_rule_comb0,27,[4 3 3],4 3 3],1,1 +0613,0613,12,num,three_rule_comb0,28,[8 4 1],8 4 1],1,1 +0613,0613,12,num,three_rule_comb0,29,[2 0 4],2 0 4],1,1 +0613,0613,12,num,three_rule_comb0,30,[6 7 3],6 7 3],1,1 +0613,0613,12,num,three_rule_comb0,31,[1 1 8],1 1 8],1,1 +0613,0613,12,num,three_rule_comb0,32,[4 8 8],4 8 8],1,1 +0613,0613,12,num,three_rule_comb0,33,[0 5 5],0 5 5],1,1 +0613,0613,12,num,three_rule_comb0,34,[1 8 0],1 1 0],0,1 +0613,0613,12,num,three_rule_comb0,35,[5 8 0],5 8 0],1,1 +0613,0613,12,num,three_rule_comb0,36,[1 4 8],1 4 8],1,1 +0613,0613,12,num,three_rule_comb0,37,[1 6 4],1 6 4],1,1 +0613,0613,12,num,three_rule_comb0,38,[8 7 9],8 7 9],1,1 +0613,0613,12,num,three_rule_comb0,39,[8 8 1],8 8 1],1,1 +0613,0613,12,num,three_rule_comb0,40,[9 4 4],9 4 4],1,1 +0613,0613,12,num,three_rule_comb0,41,[0 1 7],0 1 7],1,1 +0613,0613,12,num,three_rule_comb0,42,[7 0 6],7 0 6],1,1 +0613,0613,12,num,three_rule_comb0,43,[3 0 3],3 0 3],1,1 +0613,0613,12,num,three_rule_comb0,44,[9 1 0],9 1 0],1,1 +0613,0613,12,num,three_rule_comb0,45,[8 7 2],8 7 2],1,1 +0613,0613,12,num,three_rule_comb0,46,[2 6 6],2 6 6],1,1 +0613,0613,12,num,three_rule_comb0,47,[7 2 7],7 2 7],1,1 +0613,0613,12,num,three_rule_comb0,48,[8 3 5],8 3 5],1,1 +0613,0613,12,num,three_rule_comb0,49,[4 4 9],4 4 9],1,1 +0613,0613,12,num,three_rule_comb0,50,[8 3 7],8 3 7],1,1 +0613,0613,12,num,three_rule_comb0,51,[2 1 7],2 1 7],1,1 +0613,0613,12,num,three_rule_comb0,52,[9 5 5],9 5 5],1,1 +0613,0613,12,num,three_rule_comb0,53,[8 3 7],8 3 7],1,1 +0613,0613,12,num,three_rule_comb0,54,[4 9 1],4 9 1],1,1 +0613,0613,12,num,three_rule_comb0,55,[7 4 6],7 4 6],1,1 +0613,0613,12,num,three_rule_comb0,56,[7 3 7],7 3 7],1,1 +0613,0613,12,num,three_rule_comb0,57,[0 4 9],0 4 9],1,1 +0613,0613,12,num,three_rule_comb0,58,[2 1 9],2 1 9],1,1 +0613,0613,12,num,three_rule_comb0,59,[3 2 6],3 2 6],1,1 +0613,0613,12,num,three_rule_comb0,60,[2 5 1],2 5 1],1,1 +0613,0613,12,num,three_rule_comb0,61,[3 1 0],3 1 0],1,1 +0613,0613,12,num,three_rule_comb0,62,[9 8 5],None,0,1 +0613,0613,12,num,three_rule_comb0,63,[5 6 3],5 6 3],1,1 +0613,0613,12,num,three_rule_comb0,64,[3 5 5],3 5 5],1,1 +0613,0613,12,num,three_rule_comb0,65,[1 0 6],1 0 6],1,1 +0613,0613,12,num,three_rule_comb0,66,[0 8 2],0 8 2],1,1 +0613,0613,12,num,three_rule_comb0,67,[8 3 9],8 3 9],1,1 +0613,0613,12,num,three_rule_comb0,68,[7 5 4],7 5 4],1,1 +0613,0613,12,num,three_rule_comb0,69,[2 1 7],2 1 7],1,1 +0613,0613,12,num,three_rule_comb0,70,[8 8 3],8 8 3],1,1 +0613,0613,12,num,three_rule_comb0,71,[7 8 6],7 8 6],1,1 +0613,0613,12,num,three_rule_comb0,72,[5 5 6],5 5 6],1,1 +0613,0613,12,num,three_rule_comb0,73,[1 2 8],1 2 8],1,1 +0613,0613,12,num,three_rule_comb0,74,[1 0 7],1 0 7],1,1 +0613,0613,12,num,three_rule_comb0,75,[6 9 3],6 9 3],1,1 +0613,0613,12,num,three_rule_comb0,76,[4 2 6],4 2 6],1,1 +0613,0613,12,num,three_rule_comb0,77,[4 6 7],4 6 7],1,1 +0613,0613,12,num,three_rule_comb0,78,[2 7 9],2 7 9],1,1 +0613,0613,12,num,three_rule_comb0,79,[6 9 2],6 9 2],1,1 +0613,0613,12,num,three_rule_comb0,80,[1 3 7],1 3 7],1,1 +0613,0613,12,num,three_rule_comb0,81,[8 2 3],8 2 3],1,1 +0613,0613,12,num,three_rule_comb0,82,[2 4 9],2 4 9],1,1 +0613,0613,12,num,three_rule_comb0,83,[6 9 7],None,0,1 +0613,0613,12,num,three_rule_comb0,84,[8 7 5],8 7 5],1,1 +0613,0613,12,num,three_rule_comb0,85,[8 9 7],8 9 7],1,1 +0613,0613,12,num,three_rule_comb0,86,[6 7 7],6 7 7],1,1 +0613,0613,12,num,three_rule_comb0,87,[6 1 9],6 1 9],1,1 +0613,0613,12,num,three_rule_comb0,88,[1 3 7],1 3 7],1,1 +0613,0613,12,num,three_rule_comb0,89,[2 1 9],2 1 9],1,1 +0613,0613,12,num,three_rule_comb0,90,[2 0 7],2 0 7],1,1 +0613,0613,12,num,three_rule_comb0,91,[4 0 4],4 0 4],1,1 +0613,0613,12,num,three_rule_comb0,92,[5 4 1],5 4 1],1,1 +0613,0613,12,num,three_rule_comb0,93,[0 8 2],0 8 2],1,1 +0613,0613,12,num,three_rule_comb0,94,[0 3 5],0 3 5],1,1 +0613,0613,12,num,three_rule_comb0,95,[7 9 2],7 9 2],1,1 +0613,0613,12,num,three_rule_comb0,96,[9 7 7],9 7 7],1,1 +0613,0613,12,num,three_rule_comb0,97,[2 1 8],2 1 8],1,1 +0613,0613,12,num,three_rule_comb0,98,[4 7 9],4 7 9],1,1 +0613,0613,12,num,three_rule_comb0,99,[5 8 1],5 8 1],1,1 +0613,0613,12,num,three_rule_comb1,0,[6 9 0],6 9 0],1,1 +0613,0613,12,num,three_rule_comb1,1,[8 9 9],8 9 9],1,1 +0613,0613,12,num,three_rule_comb1,2,[3 3 2],16 3 2],0,1 +0613,0613,12,num,three_rule_comb1,3,[6 4 8],6 4 0],0,1 +0613,0613,12,num,three_rule_comb1,4,[2 2 3],2 2 3],1,1 +0613,0613,12,num,three_rule_comb1,5,[2 3 5],2 2 5],0,1 +0613,0613,12,num,three_rule_comb1,6,[6 4 4],6 4 5],0,1 +0613,0613,12,num,three_rule_comb1,7,[5 7 6],5 7 5],0,1 +0613,0613,12,num,three_rule_comb1,8,[2 4 7],2 4 7],1,1 +0613,0613,12,num,three_rule_comb1,9,[7 7 8],7 7 8],1,1 +0613,0613,12,num,three_rule_comb1,10,[1 9 1],1 9 1],1,1 +0613,0613,12,num,three_rule_comb1,11,[3 5 5],3 5 3],0,1 +0613,0613,12,num,three_rule_comb1,12,[7 7 6],7 4 6],0,1 +0613,0613,12,num,three_rule_comb1,13,[8 3 2],8 3 2],1,1 +0613,0613,12,num,three_rule_comb1,14,[8 9 3],8 9 3],1,1 +0613,0613,12,num,three_rule_comb1,15,[0 3 0],0 3 0],1,1 +0613,0613,12,num,three_rule_comb1,16,[4 6 0],4 3 0],0,1 +0613,0613,12,num,three_rule_comb1,17,[2 7 0],2 7 0],1,1 +0613,0613,12,num,three_rule_comb1,18,[3 3 5],3 3 5],1,1 +0613,0613,12,num,three_rule_comb1,19,[7 4 9],7 4 9],1,1 +0613,0613,12,num,three_rule_comb1,20,[4 1 0],4 1 0],1,1 +0613,0613,12,num,three_rule_comb1,21,[9 1 6],2 1 6],0,1 +0613,0613,12,num,three_rule_comb1,22,[5 5 7],5 5 0],0,1 +0613,0613,12,num,three_rule_comb1,23,[1 8 9],1 4 9],0,1 +0613,0613,12,num,three_rule_comb1,24,[9 4 3],9 4 3],1,1 +0613,0613,12,num,three_rule_comb1,25,[8 4 6],8 4 6],1,1 +0613,0613,12,num,three_rule_comb1,26,[8 7 1],8 7 1],1,1 +0613,0613,12,num,three_rule_comb1,27,[9 9 5],9 9 7],0,1 +0613,0613,12,num,three_rule_comb1,28,[0 2 8],0 2 0],0,1 +0613,0613,12,num,three_rule_comb1,29,[8 6 2],8 6 2],1,1 +0613,0613,12,num,three_rule_comb1,30,[6 0 0],6 0 0],1,1 +0613,0613,12,num,three_rule_comb1,31,[3 9 8],5 9 8],0,1 +0613,0613,12,num,three_rule_comb1,32,[1 2 0],1 5 0],0,1 +0613,0613,12,num,three_rule_comb1,33,[2 6 1],2 2 1],0,1 +0613,0613,12,num,three_rule_comb1,34,[4 4 2],4 4 8],0,1 +0613,0613,12,num,three_rule_comb1,35,[8 1 2],5 1 2],0,1 +0613,0613,12,num,three_rule_comb1,36,[4 8 2],4 8 2],1,1 +0613,0613,12,num,three_rule_comb1,37,[5 5 6],5 8 6],0,1 +0613,0613,12,num,three_rule_comb1,38,[8 8 2],8 8 9],0,1 +0613,0613,12,num,three_rule_comb1,39,[9 2 5],0 2 5],0,1 +0613,0613,12,num,three_rule_comb1,40,[3 2 0],8 2 0],0,1 +0613,0613,12,num,three_rule_comb1,41,[5 2 5],5 2 5],1,1 +0613,0613,12,num,three_rule_comb1,42,[5 6 0],3 6 0],0,1 +0613,0613,12,num,three_rule_comb1,43,[7 1 3],7 1 3],1,1 +0613,0613,12,num,three_rule_comb1,44,[2 6 5],10 6 5],0,1 +0613,0613,12,num,three_rule_comb1,45,[5 9 9],4 9 9],0,1 +0613,0613,12,num,three_rule_comb1,46,[6 5 8],6 7 8],0,1 +0613,0613,12,num,three_rule_comb1,47,[8 7 0],8 1 0],0,1 +0613,0613,12,num,three_rule_comb1,48,[1 6 2],1 1 2],0,1 +0613,0613,12,num,three_rule_comb1,49,[7 2 5],7 2 5],1,1 +0613,0613,12,num,three_rule_comb1,50,[5 1 3],5 1 3],1,1 +0613,0613,12,num,three_rule_comb1,51,[6 0 0],6 5 0],0,1 +0613,0613,12,num,three_rule_comb1,52,[9 7 5],6 7 5],0,1 +0613,0613,12,num,three_rule_comb1,53,[6 9 6],None,0,1 +0613,0613,12,num,three_rule_comb1,54,[4 6 5],2 6 5],0,1 +0613,0613,12,num,three_rule_comb1,55,[5 9 3],5 9 3],1,1 +0613,0613,12,num,three_rule_comb1,56,[7 7 4],7 7 2],0,1 +0613,0613,12,num,three_rule_comb1,57,[9 4 9],5 4 9],0,1 +0613,0613,12,num,three_rule_comb1,58,[9 5 0],9 5 9],0,1 +0613,0613,12,num,three_rule_comb1,59,[5 0 1],5 0 1],1,1 +0613,0613,12,num,three_rule_comb1,60,[8 4 3],8 2 3],0,1 +0613,0613,12,num,three_rule_comb1,61,[5 8 3],5 8 6],0,1 +0613,0613,12,num,three_rule_comb1,62,[4 0 4],4 1 4],0,1 +0613,0613,12,num,three_rule_comb1,63,[9 8 2],9 8 2],1,1 +0613,0613,12,num,three_rule_comb1,64,[6 9 7],5 9 7],0,1 +0613,0613,12,num,three_rule_comb1,65,[5 6 0],5 6 0],1,1 +0613,0613,12,num,three_rule_comb1,66,[2 2 7],2 4 7],0,1 +0613,0613,12,num,three_rule_comb1,67,[1 4 5],1 4 5],1,1 +0613,0613,12,num,three_rule_comb1,68,[2 1 0],2 1 0],1,1 +0613,0613,12,num,three_rule_comb1,69,[6 3 9],9 3 9],0,1 +0613,0613,12,num,three_rule_comb1,70,[1 3 2],1 3 2],1,1 +0613,0613,12,num,three_rule_comb1,71,[0 1 1],0 2 1],0,1 +0613,0613,12,num,three_rule_comb1,72,[3 2 5],8 2 5],0,1 +0613,0613,12,num,three_rule_comb1,73,[5 0 0],5 0 9],0,1 +0613,0613,12,num,three_rule_comb1,74,[9 0 8],9 0 8],1,1 +0613,0613,12,num,three_rule_comb1,75,[9 2 0],4 2 0],0,1 +0613,0613,12,num,three_rule_comb1,76,[7 0 0],7 0 9],0,1 +0613,0613,12,num,three_rule_comb1,77,[3 1 8],3 1 8],1,1 +0613,0613,12,num,three_rule_comb1,78,[9 9 3],9 9 3],1,1 +0613,0613,12,num,three_rule_comb1,79,[2 3 4],2 2 4],0,1 +0613,0613,12,num,three_rule_comb1,80,[7 5 3],2 5 3],0,1 +0613,0613,12,num,three_rule_comb1,81,[9 7 3],9 7 3],1,1 +0613,0613,12,num,three_rule_comb1,82,[0 3 8],0 3 5],0,1 +0613,0613,12,num,three_rule_comb1,83,[5 0 1],5 0 1],1,1 +0613,0613,12,num,three_rule_comb1,84,[4 8 7],4 2 7],0,1 +0613,0613,12,num,three_rule_comb1,85,[8 1 2],8 1 4],0,1 +0613,0613,12,num,three_rule_comb1,86,[8 5 7],8 5 7],1,1 +0613,0613,12,num,three_rule_comb1,87,[1 0 7],1 6 7],0,1 +0613,0613,12,num,three_rule_comb1,88,[3 4 8],None,0,1 +0613,0613,12,num,three_rule_comb1,89,[9 7 4],None,0,1 +0613,0613,12,num,three_rule_comb1,90,[4 1 8],4 1 1],0,1 +0613,0613,12,num,three_rule_comb1,91,[1 1 3],1 1 3],1,1 +0613,0613,12,num,three_rule_comb1,92,[9 6 9],9 6 9],1,1 +0613,0613,12,num,three_rule_comb1,93,[3 8 1],3 8 1],1,1 +0613,0613,12,num,three_rule_comb1,94,[3 8 0],3 8 0],1,1 +0613,0613,12,num,three_rule_comb1,95,[1 5 5],1 5 5],1,1 +0613,0613,12,num,three_rule_comb1,96,[5 1 7],5 1 7],1,1 +0613,0613,12,num,three_rule_comb1,97,[3 5 5],3 5 5],1,1 +0613,0613,12,num,three_rule_comb1,98,[6 9 4],7 9 4],0,1 +0613,0613,12,num,three_rule_comb1,99,[7 5 7],7 10 7],0,1 +0613,0613,12,num,three_rule_comb2,0,[0 0 1],0 0 1],1,1 +0613,0613,12,num,three_rule_comb2,1,[1 1 9],1 1 9],1,1 +0613,0613,12,num,three_rule_comb2,2,[8 5 6],8 5 6],1,1 +0613,0613,12,num,three_rule_comb2,3,[2 8 8],2 8 8],1,1 +0613,0613,12,num,three_rule_comb2,4,[9 3 1],9 3 1],1,1 +0613,0613,12,num,three_rule_comb2,5,[2 3 2],2 3 2],1,1 +0613,0613,12,num,three_rule_comb2,6,[4 5 3],4 5 3],1,1 +0613,0613,12,num,three_rule_comb2,7,[7 4 9],7 4 9],1,1 +0613,0613,12,num,three_rule_comb2,8,[3 8 8],3 8 8],1,1 +0613,0613,12,num,three_rule_comb2,9,[1 8 5],1 8 5],1,1 +0613,0613,12,num,three_rule_comb2,10,[1 5 9],1 5 9],1,1 +0613,0613,12,num,three_rule_comb2,11,[5 9 0],5 9 0],1,1 +0613,0613,12,num,three_rule_comb2,12,[6 2 7],6 2 7],1,1 +0613,0613,12,num,three_rule_comb2,13,[5 2 7],5 2 7],1,1 +0613,0613,12,num,three_rule_comb2,14,[2 7 8],2 7 8],1,1 +0613,0613,12,num,three_rule_comb2,15,[9 5 2],9 5 2],1,1 +0613,0613,12,num,three_rule_comb2,16,[3 5 1],3 5 1],1,1 +0613,0613,12,num,three_rule_comb2,17,[3 0 3],3 0 3],1,1 +0613,0613,12,num,three_rule_comb2,18,[6 3 9],6 3 9],1,1 +0613,0613,12,num,three_rule_comb2,19,[4 7 4],4 7 4],1,1 +0613,0613,12,num,three_rule_comb2,20,[1 9 9],1 9 9],1,1 +0613,0613,12,num,three_rule_comb2,21,[5 5 3],5 5 3],1,1 +0613,0613,12,num,three_rule_comb2,22,[7 0 1],7 0 1],1,1 +0613,0613,12,num,three_rule_comb2,23,[2 1 8],2 1 8],1,1 +0613,0613,12,num,three_rule_comb2,24,[0 9 5],0 9 5],1,1 +0613,0613,12,num,three_rule_comb2,25,[6 8 4],6 8 4],1,1 +0613,0613,12,num,three_rule_comb2,26,[2 3 7],2 3 7],1,1 +0613,0613,12,num,three_rule_comb2,27,[1 5 2],1 5 2],1,1 +0613,0613,12,num,three_rule_comb2,28,[1 0 7],1 0 7],1,1 +0613,0613,12,num,three_rule_comb2,29,[6 5 1],6 5 1],1,1 +0613,0613,12,num,three_rule_comb2,30,[2 5 8],2 5 8],1,1 +0613,0613,12,num,three_rule_comb2,31,[1 0 1],1 0 1],1,1 +0613,0613,12,num,three_rule_comb2,32,[3 4 5],3 4 5],1,1 +0613,0613,12,num,three_rule_comb2,33,[6 7 2],6 7 2],1,1 +0613,0613,12,num,three_rule_comb2,34,[1 4 9],1 4 9],1,1 +0613,0613,12,num,three_rule_comb2,35,[1 0 3],1 0 3],1,1 +0613,0613,12,num,three_rule_comb2,36,[3 0 8],3 1 8],0,1 +0613,0613,12,num,three_rule_comb2,37,[6 2 2],6 2 2],1,1 +0613,0613,12,num,three_rule_comb2,38,[7 8 9],7 8 9],1,1 +0613,0613,12,num,three_rule_comb2,39,[0 1 9],0 1 9],1,1 +0613,0613,12,num,three_rule_comb2,40,[5 0 4],5 0 4],1,1 +0613,0613,12,num,three_rule_comb2,41,[4 8 7],4 8 7],1,1 +0613,0613,12,num,three_rule_comb2,42,[8 2 1],8 2 1],1,1 +0613,0613,12,num,three_rule_comb2,43,[7 6 7],7 6 7],1,1 +0613,0613,12,num,three_rule_comb2,44,[2 9 9],2 9 9],1,1 +0613,0613,12,num,three_rule_comb2,45,[0 1 7],0 1 7],1,1 +0613,0613,12,num,three_rule_comb2,46,[1 0 0],1 0 0],1,1 +0613,0613,12,num,three_rule_comb2,47,[4 4 7],4 4 7],1,1 +0613,0613,12,num,three_rule_comb2,48,[0 5 8],0 5 8],1,1 +0613,0613,12,num,three_rule_comb2,49,[8 8 2],8 8 2],1,1 +0613,0613,12,num,three_rule_comb2,50,[6 7 7],6 7 7],1,1 +0613,0613,12,num,three_rule_comb2,51,[4 2 3],4 2 3],1,1 +0613,0613,12,num,three_rule_comb2,52,[5 4 1],5 4 1],1,1 +0613,0613,12,num,three_rule_comb2,53,[1 1 4],1 1 4],1,1 +0613,0613,12,num,three_rule_comb2,54,[5 2 4],5 2 4],1,1 +0613,0613,12,num,three_rule_comb2,55,[8 6 8],8 6 8],1,1 +0613,0613,12,num,three_rule_comb2,56,[2 3 3],2 3 3],1,1 +0613,0613,12,num,three_rule_comb2,57,[1 2 8],1 2 8],1,1 +0613,0613,12,num,three_rule_comb2,58,[3 2 8],3 2 8],1,1 +0613,0613,12,num,three_rule_comb2,59,[1 6 4],1 6 4],1,1 +0613,0613,12,num,three_rule_comb2,60,[9 5 1],9 5 1],1,1 +0613,0613,12,num,three_rule_comb2,61,[7 7 7],7 7 7],1,1 +0613,0613,12,num,three_rule_comb2,62,[8 6 2],8 6 2],1,1 +0613,0613,12,num,three_rule_comb2,63,[6 5 7],6 5 7],1,1 +0613,0613,12,num,three_rule_comb2,64,[1 2 2],1 2 2],1,1 +0613,0613,12,num,three_rule_comb2,65,[3 0 6],3 0 6],1,1 +0613,0613,12,num,three_rule_comb2,66,[9 3 9],9 3 9],1,1 +0613,0613,12,num,three_rule_comb2,67,[9 8 9],9 8 9],1,1 +0613,0613,12,num,three_rule_comb2,68,[6 0 0],6 0 0],1,1 +0613,0613,12,num,three_rule_comb2,69,[9 9 7],9 9 7],1,1 +0613,0613,12,num,three_rule_comb2,70,[4 7 4],4 7 4],1,1 +0613,0613,12,num,three_rule_comb2,71,[0 1 5],0 1 5],1,1 +0613,0613,12,num,three_rule_comb2,72,[4 0 1],4 0 1],1,1 +0613,0613,12,num,three_rule_comb2,73,[1 3 6],1 3 6],1,1 +0613,0613,12,num,three_rule_comb2,74,[5 8 8],5 8 8],1,1 +0613,0613,12,num,three_rule_comb2,75,[7 3 0],7 3 0],1,1 +0613,0613,12,num,three_rule_comb2,76,[2 9 7],2 9 7],1,1 +0613,0613,12,num,three_rule_comb2,77,[1 9 8],1 9 8],1,1 +0613,0613,12,num,three_rule_comb2,78,[1 8 8],1 8 8],1,1 +0613,0613,12,num,three_rule_comb2,79,[7 4 7],7 4 7],1,1 +0613,0613,12,num,three_rule_comb2,80,[7 9 7],7 9 7],1,1 +0613,0613,12,num,three_rule_comb2,81,[7 0 6],7 0 6],1,1 +0613,0613,12,num,three_rule_comb2,82,[4 2 2],4 2 2],1,1 +0613,0613,12,num,three_rule_comb2,83,[6 0 7],6 0 7],1,1 +0613,0613,12,num,three_rule_comb2,84,[5 4 2],5 4 2],1,1 +0613,0613,12,num,three_rule_comb2,85,[8 6 0],8 6 0],1,1 +0613,0613,12,num,three_rule_comb2,86,[7 8 4],7 8 4],1,1 +0613,0613,12,num,three_rule_comb2,87,[0 3 8],0 3 8],1,1 +0613,0613,12,num,three_rule_comb2,88,[8 9 9],8 9 9],1,1 +0613,0613,12,num,three_rule_comb2,89,[4 2 2],4 2 2],1,1 +0613,0613,12,num,three_rule_comb2,90,[5 7 6],5 7 6],1,1 +0613,0613,12,num,three_rule_comb2,91,[5 0 1],5 0 1],1,1 +0613,0613,12,num,three_rule_comb2,92,[5 5 2],5 5 2],1,1 +0613,0613,12,num,three_rule_comb2,93,[4 5 1],4 5 1],1,1 +0613,0613,12,num,three_rule_comb2,94,[1 8 6],1 8 6],1,1 +0613,0613,12,num,three_rule_comb2,95,[4 8 9],4 8 9],1,1 +0613,0613,12,num,three_rule_comb2,96,[6 8 6],6 8 6],1,1 +0613,0613,12,num,three_rule_comb2,97,[7 3 4],7 3 4],1,1 +0613,0613,12,num,three_rule_comb2,98,[4 1 8],4 1 8],1,1 +0613,0613,12,num,three_rule_comb2,99,[8 0 8],8 0 8],1,1 +0613,0613,12,num,three_rule_comb3,0,[5 1 7],5 1 7],1,1 +0613,0613,12,num,three_rule_comb3,1,[2 1 2],7 8 2],0,1 +0613,0613,12,num,three_rule_comb3,2,[6 3 7],6 3 7],1,1 +0613,0613,12,num,three_rule_comb3,3,[4 8 9],4 8 9],1,1 +0613,0613,12,num,three_rule_comb3,4,[0 5 4],0 5 4],1,1 +0613,0613,12,num,three_rule_comb3,5,[4 1 4],4 1 4],1,1 +0613,0613,12,num,three_rule_comb3,6,[4 7 8],4 7 8],1,1 +0613,0613,12,num,three_rule_comb3,7,[9 0 6],9 0 6],1,1 +0613,0613,12,num,three_rule_comb3,8,[9 0 5],9 0 5],1,1 +0613,0613,12,num,three_rule_comb3,9,[9 0 4],9 0 4],1,1 +0613,0613,12,num,three_rule_comb3,10,[6 2 7],6 2 7],1,1 +0613,0613,12,num,three_rule_comb3,11,[0 7 5],0 1 5],0,1 +0613,0613,12,num,three_rule_comb3,12,[3 0 8],3 2 4],0,1 +0613,0613,12,num,three_rule_comb3,13,[2 6 9],2 6 9],1,1 +0613,0613,12,num,three_rule_comb3,14,[4 3 5],4 3 5],1,1 +0613,0613,12,num,three_rule_comb3,15,[1 3 9],1 3 9],1,1 +0613,0613,12,num,three_rule_comb3,16,[1 9 6],1 9 6],1,1 +0613,0613,12,num,three_rule_comb3,17,[8 9 9],2 8 9],0,1 +0613,0613,12,num,three_rule_comb3,18,[5 5 9],5 5 9],1,1 +0613,0613,12,num,three_rule_comb3,19,[7 2 1],7 2 1],1,1 +0613,0613,12,num,three_rule_comb3,20,[9 5 4],9 6 4],0,1 +0613,0613,12,num,three_rule_comb3,21,[3 3 2],3 3 2],1,1 +0613,0613,12,num,three_rule_comb3,22,[4 7 6],7 7 5],0,1 +0613,0613,12,num,three_rule_comb3,23,[3 3 9],3 3 9],1,1 +0613,0613,12,num,three_rule_comb3,24,[0 1 4],0 1 1],0,1 +0613,0613,12,num,three_rule_comb3,25,[1 6 8],1 4 5],0,1 +0613,0613,12,num,three_rule_comb3,26,[5 7 8],5 5 8],0,1 +0613,0613,12,num,three_rule_comb3,27,[1 1 3],1 6 4],0,1 +0613,0613,12,num,three_rule_comb3,28,[4 0 4],0 0 7],0,1 +0613,0613,12,num,three_rule_comb3,29,[0 6 7],0 6 7],1,1 +0613,0613,12,num,three_rule_comb3,30,[5 1 9],5 4 9],0,1 +0613,0613,12,num,three_rule_comb3,31,[6 4 8],6 4 8],1,1 +0613,0613,12,num,three_rule_comb3,32,[9 3 0],9 3 3],0,1 +0613,0613,12,num,three_rule_comb3,33,[9 9 5],9 2 5],0,1 +0613,0613,12,num,three_rule_comb3,34,[9 4 8],9 4 8],1,1 +0613,0613,12,num,three_rule_comb3,35,[3 3 8],3 3 8],1,1 +0613,0613,12,num,three_rule_comb3,36,[1 6 3],1 7 3],0,1 +0613,0613,12,num,three_rule_comb3,37,[4 5 7],4 1 7],0,1 +0613,0613,12,num,three_rule_comb3,38,[8 7 9],8 7 0],0,1 +0613,0613,12,num,three_rule_comb3,39,[3 8 3],3 8 3],1,1 +0613,0613,12,num,three_rule_comb3,40,[0 0 9],4 0 9],0,1 +0613,0613,12,num,three_rule_comb3,41,[5 2 2],5 2 2],1,1 +0613,0613,12,num,three_rule_comb3,42,[9 1 6],9 1 6],1,1 +0613,0613,12,num,three_rule_comb3,43,[3 4 3],3 4 3],1,1 +0613,0613,12,num,three_rule_comb3,44,[8 9 8],8 9 8],1,1 +0613,0613,12,num,three_rule_comb3,45,[9 9 0],9 9 0],1,1 +0613,0613,12,num,three_rule_comb3,46,[0 5 1],0 6 2],0,1 +0613,0613,12,num,three_rule_comb3,47,[6 4 2],6 4 7],0,1 +0613,0613,12,num,three_rule_comb3,48,[7 7 8],7 3 2],0,1 +0613,0613,12,num,three_rule_comb3,49,[9 9 4],9 9 4],1,1 +0613,0613,12,num,three_rule_comb3,50,[1 6 5],1 6 8],0,1 +0613,0613,12,num,three_rule_comb3,51,[9 0 8],9 0 8],1,1 +0613,0613,12,num,three_rule_comb3,52,[4 4 6],4 1 6],0,1 +0613,0613,12,num,three_rule_comb3,53,[6 0 1],6 0 1],1,1 +0613,0613,12,num,three_rule_comb3,54,[0 7 5],0 7 5],1,1 +0613,0613,12,num,three_rule_comb3,55,[4 2 3],4 2 3],1,1 +0613,0613,12,num,three_rule_comb3,56,[9 3 7],None,0,1 +0613,0613,12,num,three_rule_comb3,57,[6 3 3],6 3 3],1,1 +0613,0613,12,num,three_rule_comb3,58,[5 1 1],5 1 3],0,1 +0613,0613,12,num,three_rule_comb3,59,[1 6 1],1 6 1],1,1 +0613,0613,12,num,three_rule_comb3,60,[6 1 0],6 1 0],1,1 +0613,0613,12,num,three_rule_comb3,61,[8 4 8],1 8 8],0,1 +0613,0613,12,num,three_rule_comb3,62,[5 4 7],5 4 7],1,1 +0613,0613,12,num,three_rule_comb3,63,[6 3 3],6 3 3],1,1 +0613,0613,12,num,three_rule_comb3,64,[3 0 7],3 0 7],1,1 +0613,0613,12,num,three_rule_comb3,65,[7 7 9],7 7 9],1,1 +0613,0613,12,num,three_rule_comb3,66,[8 7 6],8 7 2],0,1 +0613,0613,12,num,three_rule_comb3,67,[1 8 6],1 8 6],1,1 +0613,0613,12,num,three_rule_comb3,68,[2 3 2],2 3 2],1,1 +0613,0613,12,num,three_rule_comb3,69,[8 5 4],5 5 1],0,1 +0613,0613,12,num,three_rule_comb3,70,[8 6 2],8 6 2],1,1 +0613,0613,12,num,three_rule_comb3,71,[1 9 4],1 9 4],1,1 +0613,0613,12,num,three_rule_comb3,72,[3 2 6],6 6 6],0,1 +0613,0613,12,num,three_rule_comb3,73,[9 8 0],9 3 0],0,1 +0613,0613,12,num,three_rule_comb3,74,[7 8 3],7 2 3],0,1 +0613,0613,12,num,three_rule_comb3,75,[4 1 4],4 1 4],1,1 +0613,0613,12,num,three_rule_comb3,76,[3 5 4],3 5 4],1,1 +0613,0613,12,num,three_rule_comb3,77,[6 9 3],6 9 3],1,1 +0613,0613,12,num,three_rule_comb3,78,[1 5 9],6 5 4],0,1 +0613,0613,12,num,three_rule_comb3,79,[3 8 6],3 8 6],1,1 +0613,0613,12,num,three_rule_comb3,80,[4 5 1],4 8 1],0,1 +0613,0613,12,num,three_rule_comb3,81,[9 1 6],9 1 6],1,1 +0613,0613,12,num,three_rule_comb3,82,[1 5 9],2 5 9],0,1 +0613,0613,12,num,three_rule_comb3,83,[9 1 7],9 1 7],1,1 +0613,0613,12,num,three_rule_comb3,84,[6 1 3],6 1 3],1,1 +0613,0613,12,num,three_rule_comb3,85,[3 0 6],3 0 6],1,1 +0613,0613,12,num,three_rule_comb3,86,[7 6 2],7 6 2],1,1 +0613,0613,12,num,three_rule_comb3,87,[7 6 6],7 6 6],1,1 +0613,0613,12,num,three_rule_comb3,88,[7 7 7],7 6 7],0,1 +0613,0613,12,num,three_rule_comb3,89,[1 4 9],1 4 9],1,1 +0613,0613,12,num,three_rule_comb3,90,[4 9 3],4 9 3],1,1 +0613,0613,12,num,three_rule_comb3,91,[1 0 8],1 0 8],1,1 +0613,0613,12,num,three_rule_comb3,92,[2 4 7],7 2 7],0,1 +0613,0613,12,num,three_rule_comb3,93,[4 1 9],4 4 9],0,1 +0613,0613,12,num,three_rule_comb3,94,[6 0 5],4 0 5],0,1 +0613,0613,12,num,three_rule_comb3,95,[7 9 7],7 9 7],1,1 +0613,0613,12,num,three_rule_comb3,96,[4 4 1],4 2 1],0,1 +0613,0613,12,num,three_rule_comb3,97,[6 1 5],6 1 5],1,1 +0613,0613,12,num,three_rule_comb3,98,[0 8 2],0 8 2],1,1 +0613,0613,12,num,three_rule_comb3,99,[0 6 2],0 6 2],1,1 +0613,0613,12,num,three_rule_comb4,0,[8 7 0],8 7 6],0,1 +0613,0613,12,num,three_rule_comb4,1,[7 9 4],7 9 1],0,1 +0613,0613,12,num,three_rule_comb4,2,[9 3 1],9 4 1],0,1 +0613,0613,12,num,three_rule_comb4,3,[9 7 0],9 7 0],1,1 +0613,0613,12,num,three_rule_comb4,4,[9 8 3],9 4 3],0,1 +0613,0613,12,num,three_rule_comb4,5,[4 8 5],4 8 5],1,1 +0613,0613,12,num,three_rule_comb4,6,[9 3 6],9 3 6],1,1 +0613,0613,12,num,three_rule_comb4,7,[2 5 8],2 2 8],0,1 +0613,0613,12,num,three_rule_comb4,8,[6 0 5],7 3 5],0,1 +0613,0613,12,num,three_rule_comb4,9,[0 1 9],7 1 9],0,1 +0613,0613,12,num,three_rule_comb4,10,[8 1 5],8 1 5],1,1 +0613,0613,12,num,three_rule_comb4,11,[7 3 8],7 3 8],1,1 +0613,0613,12,num,three_rule_comb4,12,[4 3 3],4 3 6],0,1 +0613,0613,12,num,three_rule_comb4,13,[0 8 0],0 8 0],1,1 +0613,0613,12,num,three_rule_comb4,14,[3 0 9],3 0 9],1,1 +0613,0613,12,num,three_rule_comb4,15,[9 8 8],9 8 1],0,1 +0613,0613,12,num,three_rule_comb4,16,[0 0 0],0 0 0],1,1 +0613,0613,12,num,three_rule_comb4,17,[2 7 1],2 6 1],0,1 +0613,0613,12,num,three_rule_comb4,18,[7 4 2],7 4 4],0,1 +0613,0613,12,num,three_rule_comb4,19,[5 4 5],5 4 1],0,1 +0613,0613,12,num,three_rule_comb4,20,[2 5 2],2 5 16],0,1 +0613,0613,12,num,three_rule_comb4,21,[3 3 4],3 3 15],0,1 +0613,0613,12,num,three_rule_comb4,22,[5 0 3],5 3 3],0,1 +0613,0613,12,num,three_rule_comb4,23,[3 0 8],3 0 3],0,1 +0613,0613,12,num,three_rule_comb4,24,[5 8 0],5 2 0],0,1 +0613,0613,12,num,three_rule_comb4,25,[2 1 2],2 1 4],0,1 +0613,0613,12,num,three_rule_comb4,26,[2 7 2],2 2 2],0,1 +0613,0613,12,num,three_rule_comb4,27,[5 9 8],5 9 1],0,1 +0613,0613,12,num,three_rule_comb4,28,[2 7 5],2 7 5],1,1 +0613,0613,12,num,three_rule_comb4,29,[5 5 1],5 5 1],1,1 +0613,0613,12,num,three_rule_comb4,30,[4 4 1],4 4 1],1,1 +0613,0613,12,num,three_rule_comb4,31,[1 3 4],1 3 7],0,1 +0613,0613,12,num,three_rule_comb4,32,[5 9 3],2 9 3],0,1 +0613,0613,12,num,three_rule_comb4,33,[0 8 0],0 8 6],0,1 +0613,0613,12,num,three_rule_comb4,34,[6 6 8],7 6 8],0,1 +0613,0613,12,num,three_rule_comb4,35,[1 2 8],1 2 8],1,1 +0613,0613,12,num,three_rule_comb4,36,[5 8 3],5 8 8],0,1 +0613,0613,12,num,three_rule_comb4,37,[2 0 1],2 0 6],0,1 +0613,0613,12,num,three_rule_comb4,38,[1 4 6],1 4 3],0,1 +0613,0613,12,num,three_rule_comb4,39,[5 4 8],5 4 8],1,1 +0613,0613,12,num,three_rule_comb4,40,[1 6 1],1 6 8],0,1 +0613,0613,12,num,three_rule_comb4,41,[7 3 8],7 3 8],1,1 +0613,0613,12,num,three_rule_comb4,42,[8 4 5],8 4 5],1,1 +0613,0613,12,num,three_rule_comb4,43,[5 3 8],8 3 8],0,1 +0613,0613,12,num,three_rule_comb4,44,[7 1 9],7 4 9],0,1 +0613,0613,12,num,three_rule_comb4,45,[7 8 4],7 2 4],0,1 +0613,0613,12,num,three_rule_comb4,46,[2 2 1],2 2 5],0,1 +0613,0613,12,num,three_rule_comb4,47,[9 9 8],9 9 8],1,1 +0613,0613,12,num,three_rule_comb4,48,[0 2 3],0 2 3],1,1 +0613,0613,12,num,three_rule_comb4,49,[1 6 9],1 6 10],0,1 +0613,0613,12,num,three_rule_comb4,50,[4 8 5],-2 8 5],0,1 +0613,0613,12,num,three_rule_comb4,51,[8 8 6],8 2 6],0,1 +0613,0613,12,num,three_rule_comb4,52,[8 4 0],8 0 0],0,1 +0613,0613,12,num,three_rule_comb4,53,[0 9 9],0 9 9],1,1 +0613,0613,12,num,three_rule_comb4,54,[3 4 7],3 4 7],1,1 +0613,0613,12,num,three_rule_comb4,55,[4 7 6],4 6 6],0,1 +0613,0613,12,num,three_rule_comb4,56,[7 5 5],7 8 5],0,1 +0613,0613,12,num,three_rule_comb4,57,[6 7 1],6 4 1],0,1 +0613,0613,12,num,three_rule_comb4,58,[2 9 9],2 9 9],1,1 +0613,0613,12,num,three_rule_comb4,59,[5 3 5],5 3 5],1,1 +0613,0613,12,num,three_rule_comb4,60,[0 8 4],0 5 4],0,1 +0613,0613,12,num,three_rule_comb4,61,[2 3 8],2 3 8],1,1 +0613,0613,12,num,three_rule_comb4,62,[8 1 9],8 1 9],1,1 +0613,0613,12,num,three_rule_comb4,63,[0 7 4],0 0 4],0,1 +0613,0613,12,num,three_rule_comb4,64,[5 9 2],5 9 4],0,1 +0613,0613,12,num,three_rule_comb4,65,[6 6 2],6 5 2],0,1 +0613,0613,12,num,three_rule_comb4,66,[8 0 0],8 0 6],0,1 +0613,0613,12,num,three_rule_comb4,67,[6 9 9],2 9 9],0,1 +0613,0613,12,num,three_rule_comb4,68,[0 9 4],0 2 4],0,1 +0613,0613,12,num,three_rule_comb4,69,[5 8 6],5 8 3],0,1 +0613,0613,12,num,three_rule_comb4,70,[0 3 5],0 3 0],0,1 +0613,0613,12,num,three_rule_comb4,71,[3 2 8],3 2 1],0,1 +0613,0613,12,num,three_rule_comb4,72,[7 7 4],7 7 4],1,1 +0613,0613,12,num,three_rule_comb4,73,[1 7 2],1 7 2],1,1 +0613,0613,12,num,three_rule_comb4,74,[0 7 5],0 7 5],1,1 +0613,0613,12,num,three_rule_comb4,75,[0 3 3],0 3 3],1,1 +0613,0613,12,num,three_rule_comb4,76,[5 9 5],5 9 5],1,1 +0613,0613,12,num,three_rule_comb4,77,[8 2 9],8 9 9],0,1 +0613,0613,12,num,three_rule_comb4,78,[5 1 1],5 1 1],1,1 +0613,0613,12,num,three_rule_comb4,79,[6 7 5],6 7 6],0,1 +0613,0613,12,num,three_rule_comb4,80,[4 4 0],4 1 0],0,1 +0613,0613,12,num,three_rule_comb4,81,[8 4 7],8 4 7],1,1 +0613,0613,12,num,three_rule_comb4,82,[9 0 2],9 0 5],0,1 +0613,0613,12,num,three_rule_comb4,83,[5 3 9],5 1 9],0,1 +0613,0613,12,num,three_rule_comb4,84,[4 2 8],4 5 8],0,1 +0613,0613,12,num,three_rule_comb4,85,[8 2 4],8 2 4],1,1 +0613,0613,12,num,three_rule_comb4,86,[2 8 8],2 8 8],1,1 +0613,0613,12,num,three_rule_comb4,87,[3 6 5],4 6 5],0,1 +0613,0613,12,num,three_rule_comb4,88,[8 7 5],8 7 8],0,1 +0613,0613,12,num,three_rule_comb4,89,[9 9 5],9 9 5],1,1 +0613,0613,12,num,three_rule_comb4,90,[8 6 2],8 6 2],1,1 +0613,0613,12,num,three_rule_comb4,91,[5 6 1],5 6 1],1,1 +0613,0613,12,num,three_rule_comb4,92,[2 9 4],2 3 4],0,1 +0613,0613,12,num,three_rule_comb4,93,[4 9 6],None,0,1 +0613,0613,12,num,three_rule_comb4,94,[5 4 5],5 4 5],1,1 +0613,0613,12,num,three_rule_comb4,95,[7 2 6],7 2 6],1,1 +0613,0613,12,num,three_rule_comb4,96,[5 1 7],5 1 2],0,1 +0613,0613,12,num,three_rule_comb4,97,[5 1 1],2 1 1],0,1 +0613,0613,12,num,three_rule_comb4,98,[0 7 8],0 7 3],0,1 +0613,0613,12,num,three_rule_comb4,99,[4 0 9],4 0 0],0,1 +0613,0613,12,num,three_rule_comb5,0,[5 0 7],5 0 7],1,1 +0613,0613,12,num,three_rule_comb5,1,[3 3 1],3 3 1],1,1 +0613,0613,12,num,three_rule_comb5,2,[5 3 1],5 3 1],1,1 +0613,0613,12,num,three_rule_comb5,3,[5 9 2],5 9 2],1,1 +0613,0613,12,num,three_rule_comb5,4,[0 2 4],0 2 4],1,1 +0613,0613,12,num,three_rule_comb5,5,[9 2 8],9 2 8],1,1 +0613,0613,12,num,three_rule_comb5,6,[2 8 7],2 8 7],1,1 +0613,0613,12,num,three_rule_comb5,7,[8 4 5],8 4 5],1,1 +0613,0613,12,num,three_rule_comb5,8,[7 4 7],7 4 7],1,1 +0613,0613,12,num,three_rule_comb5,9,[6 1 5],6 1 5],1,1 +0613,0613,12,num,three_rule_comb5,10,[5 5 6],5 5 6],1,1 +0613,0613,12,num,three_rule_comb5,11,[2 4 8],2 4 8],1,1 +0613,0613,12,num,three_rule_comb5,12,[0 6 0],0 6 0],1,1 +0613,0613,12,num,three_rule_comb5,13,[9 4 0],9 4 0],1,1 +0613,0613,12,num,three_rule_comb5,14,[6 3 2],6 3 2],1,1 +0613,0613,12,num,three_rule_comb5,15,[0 9 8],0 9 8],1,1 +0613,0613,12,num,three_rule_comb5,16,[7 5 6],7 5 6],1,1 +0613,0613,12,num,three_rule_comb5,17,[0 1 7],0 1 7],1,1 +0613,0613,12,num,three_rule_comb5,18,[1 4 1],1 4 1],1,1 +0613,0613,12,num,three_rule_comb5,19,[0 1 0],0 1 0],1,1 +0613,0613,12,num,three_rule_comb5,20,[4 4 9],4 4 9],1,1 +0613,0613,12,num,three_rule_comb5,21,[1 7 4],1 7 4],1,1 +0613,0613,12,num,three_rule_comb5,22,[9 4 4],9 4 4],1,1 +0613,0613,12,num,three_rule_comb5,23,[5 4 0],5 4 0],1,1 +0613,0613,12,num,three_rule_comb5,24,[6 0 4],6 0 4],1,1 +0613,0613,12,num,three_rule_comb5,25,[8 6 1],8 6 1],1,1 +0613,0613,12,num,three_rule_comb5,26,[7 4 8],7 4 8],1,1 +0613,0613,12,num,three_rule_comb5,27,[9 3 6],9 3 6],1,1 +0613,0613,12,num,three_rule_comb5,28,[4 8 3],4 8 3],1,1 +0613,0613,12,num,three_rule_comb5,29,[9 8 0],9 8 0],1,1 +0613,0613,12,num,three_rule_comb5,30,[5 9 5],5 9 5],1,1 +0613,0613,12,num,three_rule_comb5,31,[5 4 4],5 4 4],1,1 +0613,0613,12,num,three_rule_comb5,32,[5 5 9],5 5 9],1,1 +0613,0613,12,num,three_rule_comb5,33,[7 1 8],7 1 8],1,1 +0613,0613,12,num,three_rule_comb5,34,[4 0 5],4 0 5],1,1 +0613,0613,12,num,three_rule_comb5,35,[5 9 2],5 9 2],1,1 +0613,0613,12,num,three_rule_comb5,36,[1 2 2],1 2 2],1,1 +0613,0613,12,num,three_rule_comb5,37,[5 2 7],5 2 7],1,1 +0613,0613,12,num,three_rule_comb5,38,[3 9 1],3 9 1],1,1 +0613,0613,12,num,three_rule_comb5,39,[3 8 9],3 8 9],1,1 +0613,0613,12,num,three_rule_comb5,40,[0 0 0],0 0 0],1,1 +0613,0613,12,num,three_rule_comb5,41,[7 0 3],7 0 3],1,1 +0613,0613,12,num,three_rule_comb5,42,[3 6 8],3 6 8],1,1 +0613,0613,12,num,three_rule_comb5,43,[5 1 0],5 1 0],1,1 +0613,0613,12,num,three_rule_comb5,44,[6 4 9],None,0,1 +0613,0613,12,num,three_rule_comb5,45,[5 3 0],5 3 0],1,1 +0613,0613,12,num,three_rule_comb5,46,[3 3 8],3 3 8],1,1 +0613,0613,12,num,three_rule_comb5,47,[9 9 8],9 9 8],1,1 +0613,0613,12,num,three_rule_comb5,48,[5 3 4],5 3 4],1,1 +0613,0613,12,num,three_rule_comb5,49,[3 4 9],3 4 9],1,1 +0613,0613,12,num,three_rule_comb5,50,[2 1 7],2 1 7],1,1 +0613,0613,12,num,three_rule_comb5,51,[2 2 5],2 2 5],1,1 +0613,0613,12,num,three_rule_comb5,52,[1 4 9],1 4 9],1,1 +0613,0613,12,num,three_rule_comb5,53,[1 5 9],1 5 9],1,1 +0613,0613,12,num,three_rule_comb5,54,[0 8 8],0 8 8],1,1 +0613,0613,12,num,three_rule_comb5,55,[0 5 9],0 5 9],1,1 +0613,0613,12,num,three_rule_comb5,56,[0 6 2],0 6 2],1,1 +0613,0613,12,num,three_rule_comb5,57,[4 3 1],4 3 1],1,1 +0613,0613,12,num,three_rule_comb5,58,[0 6 9],0 6 9],1,1 +0613,0613,12,num,three_rule_comb5,59,[8 7 0],8 7 0],1,1 +0613,0613,12,num,three_rule_comb5,60,[1 4 7],1 4 7],1,1 +0613,0613,12,num,three_rule_comb5,61,[7 4 1],7 4 1],1,1 +0613,0613,12,num,three_rule_comb5,62,[4 0 4],4 0 4],1,1 +0613,0613,12,num,three_rule_comb5,63,[9 0 1],9 0 1],1,1 +0613,0613,12,num,three_rule_comb5,64,[7 0 8],7 0 8],1,1 +0613,0613,12,num,three_rule_comb5,65,[3 4 8],3 4 8],1,1 +0613,0613,12,num,three_rule_comb5,66,[9 1 0],9 1 0],1,1 +0613,0613,12,num,three_rule_comb5,67,[1 1 5],1 1 5],1,1 +0613,0613,12,num,three_rule_comb5,68,[3 5 3],3 5 3],1,1 +0613,0613,12,num,three_rule_comb5,69,[3 4 4],3 4 4],1,1 +0613,0613,12,num,three_rule_comb5,70,[3 2 5],3 2 5],1,1 +0613,0613,12,num,three_rule_comb5,71,[0 5 5],0 5 5],1,1 +0613,0613,12,num,three_rule_comb5,72,[5 9 7],5 9 7],1,1 +0613,0613,12,num,three_rule_comb5,73,[9 9 3],9 9 3],1,1 +0613,0613,12,num,three_rule_comb5,74,[8 4 5],8 4 5],1,1 +0613,0613,12,num,three_rule_comb5,75,[3 5 8],3 5 8],1,1 +0613,0613,12,num,three_rule_comb5,76,[4 3 3],4 3 3],1,1 +0613,0613,12,num,three_rule_comb5,77,[8 0 6],8 0 6],1,1 +0613,0613,12,num,three_rule_comb5,78,[8 6 7],8 6 7],1,1 +0613,0613,12,num,three_rule_comb5,79,[9 1 0],9 1 0],1,1 +0613,0613,12,num,three_rule_comb5,80,[0 9 5],0 9 5],1,1 +0613,0613,12,num,three_rule_comb5,81,[4 3 2],4 3 2],1,1 +0613,0613,12,num,three_rule_comb5,82,[2 8 6],2 8 6],1,1 +0613,0613,12,num,three_rule_comb5,83,[1 7 6],1 7 6],1,1 +0613,0613,12,num,three_rule_comb5,84,[9 0 9],9 0 9],1,1 +0613,0613,12,num,three_rule_comb5,85,[5 0 5],5 0 5],1,1 +0613,0613,12,num,three_rule_comb5,86,[1 0 7],1 8 4],0,1 +0613,0613,12,num,three_rule_comb5,87,[8 4 8],8 4 8],1,1 +0613,0613,12,num,three_rule_comb5,88,[9 2 7],None,0,1 +0613,0613,12,num,three_rule_comb5,89,[0 2 5],0 2 5],1,1 +0613,0613,12,num,three_rule_comb5,90,[7 5 2],7 5 2],1,1 +0613,0613,12,num,three_rule_comb5,91,[0 8 2],0 8 2],1,1 +0613,0613,12,num,three_rule_comb5,92,[1 0 9],1 0 9],1,1 +0613,0613,12,num,three_rule_comb5,93,[0 1 8],0 1 8],1,1 +0613,0613,12,num,three_rule_comb5,94,[3 4 1],3 4 1],1,1 +0613,0613,12,num,three_rule_comb5,95,[4 9 2],4 9 2],1,1 +0613,0613,12,num,three_rule_comb5,96,[9 9 5],9 9 5],1,1 +0613,0613,12,num,three_rule_comb5,97,[8 9 1],8 9 1],1,1 +0613,0613,12,num,three_rule_comb5,98,[4 2 4],4 2 4],1,1 +0613,0613,12,num,three_rule_comb5,99,[4 6 4],4 6 4],1,1 +0613,0613,12,num,three_rule_comb6,0,[0 1 6],0 1 6],1,1 +0613,0613,12,num,three_rule_comb6,1,[7 1 9],7 1 9],1,1 +0613,0613,12,num,three_rule_comb6,2,[1 0 2],1 0 2],1,1 +0613,0613,12,num,three_rule_comb6,3,[3 1 9],3 1 9],1,1 +0613,0613,12,num,three_rule_comb6,4,[2 5 3],2 5 3],1,1 +0613,0613,12,num,three_rule_comb6,5,[2 0 9],2 0 9],1,1 +0613,0613,12,num,three_rule_comb6,6,[5 0 9],5 0 9],1,1 +0613,0613,12,num,three_rule_comb6,7,[6 2 7],6 2 7],1,1 +0613,0613,12,num,three_rule_comb6,8,[4 9 1],4 9 1],1,1 +0613,0613,12,num,three_rule_comb6,9,[5 5 1],5 5 1],1,1 +0613,0613,12,num,three_rule_comb6,10,[3 1 8],3 1 8],1,1 +0613,0613,12,num,three_rule_comb6,11,[0 5 9],9 9 3],0,1 +0613,0613,12,num,three_rule_comb6,12,[7 1 1],7 1 1],1,1 +0613,0613,12,num,three_rule_comb6,13,[9 1 4],9 1 4],1,1 +0613,0613,12,num,three_rule_comb6,14,[4 2 9],4 2 9],1,1 +0613,0613,12,num,three_rule_comb6,15,[9 0 8],9 1 7],0,1 +0613,0613,12,num,three_rule_comb6,16,[0 5 4],0 5 4],1,1 +0613,0613,12,num,three_rule_comb6,17,[4 5 9],4 5 9],1,1 +0613,0613,12,num,three_rule_comb6,18,[6 9 5],6 9 5],1,1 +0613,0613,12,num,three_rule_comb6,19,[6 7 2],6 7 2],1,1 +0613,0613,12,num,three_rule_comb6,20,[9 4 9],9 4 9],1,1 +0613,0613,12,num,three_rule_comb6,21,[6 9 8],6 6 8],0,1 +0613,0613,12,num,three_rule_comb6,22,[8 3 9],8 3 9],1,1 +0613,0613,12,num,three_rule_comb6,23,[9 9 5],9 9 5],1,1 +0613,0613,12,num,three_rule_comb6,24,[7 6 7],7 6 7],1,1 +0613,0613,12,num,three_rule_comb6,25,[4 8 8],4 8 8],1,1 +0613,0613,12,num,three_rule_comb6,26,[0 7 8],2 7 6],0,1 +0613,0613,12,num,three_rule_comb6,27,[1 4 3],1 4 3],1,1 +0613,0613,12,num,three_rule_comb6,28,[6 4 6],6 4 6],1,1 +0613,0613,12,num,three_rule_comb6,29,[1 2 4],1 2 4],1,1 +0613,0613,12,num,three_rule_comb6,30,[8 9 3],8 9 3],1,1 +0613,0613,12,num,three_rule_comb6,31,[5 1 8],5 1 8],1,1 +0613,0613,12,num,three_rule_comb6,32,[4 0 4],4 0 4],1,1 +0613,0613,12,num,three_rule_comb6,33,[8 4 1],8 4 1],1,1 +0613,0613,12,num,three_rule_comb6,34,[9 5 3],9 5 3],1,1 +0613,0613,12,num,three_rule_comb6,35,[7 2 1],7 2 1],1,1 +0613,0613,12,num,three_rule_comb6,36,[3 4 2],3 4 2],1,1 +0613,0613,12,num,three_rule_comb6,37,[0 5 0],0 5 0],1,1 +0613,0613,12,num,three_rule_comb6,38,[1 1 2],1 1 2],1,1 +0613,0613,12,num,three_rule_comb6,39,[2 5 3],2 5 3],1,1 +0613,0613,12,num,three_rule_comb6,40,[8 7 5],8 5 8],0,1 +0613,0613,12,num,three_rule_comb6,41,[5 8 5],5 8 5],1,1 +0613,0613,12,num,three_rule_comb6,42,[2 2 4],2 2 4],1,1 +0613,0613,12,num,three_rule_comb6,43,[0 9 1],0 9 1],1,1 +0613,0613,12,num,three_rule_comb6,44,[9 6 5],None,0,1 +0613,0613,12,num,three_rule_comb6,45,[0 3 1],0 3 1],1,1 +0613,0613,12,num,three_rule_comb6,46,[0 0 3],0 0 3],1,1 +0613,0613,12,num,three_rule_comb6,47,[9 5 6],None,0,1 +0613,0613,12,num,three_rule_comb6,48,[9 7 3],2 4 3],0,1 +0613,0613,12,num,three_rule_comb6,49,[8 6 0],8 6 0],1,1 +0613,0613,12,num,three_rule_comb6,50,[0 1 6],0 1 6],1,1 +0613,0613,12,num,three_rule_comb6,51,[4 1 2],4 1 2],1,1 +0613,0613,12,num,three_rule_comb6,52,[8 9 3],8 9 3],1,1 +0613,0613,12,num,three_rule_comb6,53,[9 0 5],9 0 5],1,1 +0613,0613,12,num,three_rule_comb6,54,[4 4 6],4 4 6],1,1 +0613,0613,12,num,three_rule_comb6,55,[6 2 9],6 2 9],1,1 +0613,0613,12,num,three_rule_comb6,56,[4 8 1],4 8 1],1,1 +0613,0613,12,num,three_rule_comb6,57,[2 6 8],2 6 8],1,1 +0613,0613,12,num,three_rule_comb6,58,[2 5 6],2 5 6],1,1 +0613,0613,12,num,three_rule_comb6,59,[5 5 1],5 5 1],1,1 +0613,0613,12,num,three_rule_comb6,60,[8 1 3],8 1 3],1,1 +0613,0613,12,num,three_rule_comb6,61,[2 6 3],2 6 3],1,1 +0613,0613,12,num,three_rule_comb6,62,[0 5 4],0 5 4],1,1 +0613,0613,12,num,three_rule_comb6,63,[6 8 3],6 8 3],1,1 +0613,0613,12,num,three_rule_comb6,64,[6 3 1],6 3 1],1,1 +0613,0613,12,num,three_rule_comb6,65,[1 3 6],1 3 6],1,1 +0613,0613,12,num,three_rule_comb6,66,[6 1 6],6 1 6],1,1 +0613,0613,12,num,three_rule_comb6,67,[6 8 9],None,0,1 +0613,0613,12,num,three_rule_comb6,68,[4 1 9],4 1 9],1,1 +0613,0613,12,num,three_rule_comb6,69,[6 9 2],6 9 2],1,1 +0613,0613,12,num,three_rule_comb6,70,[1 3 5],1 3 5],1,1 +0613,0613,12,num,three_rule_comb6,71,[2 0 3],2 0 3],1,1 +0613,0613,12,num,three_rule_comb6,72,[0 4 7],0 4 7],1,1 +0613,0613,12,num,three_rule_comb6,73,[1 6 6],1 6 6],1,1 +0613,0613,12,num,three_rule_comb6,74,[3 2 6],3 2 6],1,1 +0613,0613,12,num,three_rule_comb6,75,[3 4 7],3 4 7],1,1 +0613,0613,12,num,three_rule_comb6,76,[8 0 7],8 0 7],1,1 +0613,0613,12,num,three_rule_comb6,77,[9 3 6],None,0,1 +0613,0613,12,num,three_rule_comb6,78,[6 0 8],6 0 8],1,1 +0613,0613,12,num,three_rule_comb6,79,[6 0 0],6 0 0],1,1 +0613,0613,12,num,three_rule_comb6,80,[3 6 3],3 6 3],1,1 +0613,0613,12,num,three_rule_comb6,81,[1 5 0],1 5 0],1,1 +0613,0613,12,num,three_rule_comb6,82,[1 4 5],1 4 5],1,1 +0613,0613,12,num,three_rule_comb6,83,[4 9 3],4 4 3],0,1 +0613,0613,12,num,three_rule_comb6,84,[8 7 0],8 7 0],1,1 +0613,0613,12,num,three_rule_comb6,85,[1 3 9],1 3 9],1,1 +0613,0613,12,num,three_rule_comb6,86,[4 7 6],4 7 6],1,1 +0613,0613,12,num,three_rule_comb6,87,[1 4 8],1 4 8],1,1 +0613,0613,12,num,three_rule_comb6,88,[0 5 8],0 5 8],1,1 +0613,0613,12,num,three_rule_comb6,89,[8 3 9],8 3 9],1,1 +0613,0613,12,num,three_rule_comb6,90,[5 1 2],5 1 2],1,1 +0613,0613,12,num,three_rule_comb6,91,[7 6 9],7 6 9],1,1 +0613,0613,12,num,three_rule_comb6,92,[3 7 9],3 7 9],1,1 +0613,0613,12,num,three_rule_comb6,93,[9 8 1],9 8 1],1,1 +0613,0613,12,num,three_rule_comb6,94,[4 9 4],4 9 4],1,1 +0613,0613,12,num,three_rule_comb6,95,[4 7 8],4 8 4],0,1 +0613,0613,12,num,three_rule_comb6,96,[3 7 7],3 7 3],0,1 +0613,0613,12,num,three_rule_comb6,97,[8 1 6],8 1 6],1,1 +0613,0613,12,num,three_rule_comb6,98,[7 3 5],2 3 5],0,1 +0613,0613,12,num,three_rule_comb6,99,[5 6 8],5 6 8],1,1 +0613,0613,12,num,three_rule_comb7,0,[5 4 8],5 4 8],1,1 +0613,0613,12,num,three_rule_comb7,1,[3 1 8],3 1 8],1,1 +0613,0613,12,num,three_rule_comb7,2,[4 7 9],4 7 9],1,1 +0613,0613,12,num,three_rule_comb7,3,[4 8 5],4 8 5],1,1 +0613,0613,12,num,three_rule_comb7,4,[7 5 2],7 9 8],0,1 +0613,0613,12,num,three_rule_comb7,5,[9 3 9],9 3 6],0,1 +0613,0613,12,num,three_rule_comb7,6,[5 1 5],5 2 7],0,1 +0613,0613,12,num,three_rule_comb7,7,[2 9 0],2 3 1],0,1 +0613,0613,12,num,three_rule_comb7,8,[2 2 3],2 2 6],0,1 +0613,0613,12,num,three_rule_comb7,9,[6 2 8],6 2 8],1,1 +0613,0613,12,num,three_rule_comb7,10,[5 1 4],5 1 7],0,1 +0613,0613,12,num,three_rule_comb7,11,[2 6 1],2 6 1],1,1 +0613,0613,12,num,three_rule_comb7,12,[4 4 4],4 4 4],1,1 +0613,0613,12,num,three_rule_comb7,13,[4 4 0],4 4 3],0,1 +0613,0613,12,num,three_rule_comb7,14,[7 7 4],7 4 4],0,1 +0613,0613,12,num,three_rule_comb7,15,[3 0 0],3 3 0],0,1 +0613,0613,12,num,three_rule_comb7,16,[8 8 0],8 8 3],0,1 +0613,0613,12,num,three_rule_comb7,17,[8 1 4],8 4 4],0,1 +0613,0613,12,num,three_rule_comb7,18,[6 2 6],6 5 6],0,1 +0613,0613,12,num,three_rule_comb7,19,[1 3 9],1 3 8],0,1 +0613,0613,12,num,three_rule_comb7,20,[5 6 5],5 6 5],1,1 +0613,0613,12,num,three_rule_comb7,21,[1 4 3],1 4 3],1,1 +0613,0613,12,num,three_rule_comb7,22,[6 4 1],6 4 3],0,1 +0613,0613,12,num,three_rule_comb7,23,[8 0 3],8 0 6],0,1 +0613,0613,12,num,three_rule_comb7,24,[8 4 1],8 4 1],1,1 +0613,0613,12,num,three_rule_comb7,25,[5 3 4],5 3 1],0,1 +0613,0613,12,num,three_rule_comb7,26,[4 8 6],4 8 6],1,1 +0613,0613,12,num,three_rule_comb7,27,[2 1 2],2 1 5],0,1 +0613,0613,12,num,three_rule_comb7,28,[9 8 9],9 8 1],0,1 +0613,0613,12,num,three_rule_comb7,29,[0 2 9],0 2 9],1,1 +0613,0613,12,num,three_rule_comb7,30,[9 9 9],9 3 9],0,1 +0613,0613,12,num,three_rule_comb7,31,[6 1 9],6 7 9],0,1 +0613,0613,12,num,three_rule_comb7,32,[4 5 9],4 5 7],0,1 +0613,0613,12,num,three_rule_comb7,33,[3 5 1],7 5 3],0,1 +0613,0613,12,num,three_rule_comb7,34,[6 5 4],6 5 7],0,1 +0613,0613,12,num,three_rule_comb7,35,[2 3 1],2 3 7],0,1 +0613,0613,12,num,three_rule_comb7,36,[6 1 5],6 1 8],0,1 +0613,0613,12,num,three_rule_comb7,37,[1 4 7],1 4 2],0,1 +0613,0613,12,num,three_rule_comb7,38,[5 4 5],5 4 5],1,1 +0613,0613,12,num,three_rule_comb7,39,[0 2 4],0 2 4],1,1 +0613,0613,12,num,three_rule_comb7,40,[5 9 4],5 9 4],1,1 +0613,0613,12,num,three_rule_comb7,41,[2 2 1],2 12 10],0,1 +0613,0613,12,num,three_rule_comb7,42,[2 4 3],2 7 3],0,1 +0613,0613,12,num,three_rule_comb7,43,[8 1 7],8 1 1],0,1 +0613,0613,12,num,three_rule_comb7,44,[8 7 2],8 7 2],1,1 +0613,0613,12,num,three_rule_comb7,45,[3 9 2],3 9 2],1,1 +0613,0613,12,num,three_rule_comb7,46,[9 7 5],None,0,1 +0613,0613,12,num,three_rule_comb7,47,[0 4 3],0 8 3],0,1 +0613,0613,12,num,three_rule_comb7,48,[5 6 2],5 6 3],0,1 +0613,0613,12,num,three_rule_comb7,49,[4 0 9],4 0 9],1,1 +0613,0613,12,num,three_rule_comb7,50,[3 1 7],3 7 7],0,1 +0613,0613,12,num,three_rule_comb7,51,[8 8 5],8 4 3],0,1 +0613,0613,12,num,three_rule_comb7,52,[2 9 1],2 9 9],0,1 +0613,0613,12,num,three_rule_comb7,53,[3 8 0],3 8 3],0,1 +0613,0613,12,num,three_rule_comb7,54,[6 0 0],5 0 0],0,1 +0613,0613,12,num,three_rule_comb7,55,[1 6 0],8 9 0],0,1 +0613,0613,12,num,three_rule_comb7,56,[9 4 0],9 4 4],0,1 +0613,0613,12,num,three_rule_comb7,57,[7 0 7],7 0 7],1,1 +0613,0613,12,num,three_rule_comb7,58,[9 3 5],None,0,1 +0613,0613,12,num,three_rule_comb7,59,[3 4 4],3 4 4],1,1 +0613,0613,12,num,three_rule_comb7,60,[8 1 9],8 1 9],1,1 +0613,0613,12,num,three_rule_comb7,61,[5 1 3],5 1 6],0,1 +0613,0613,12,num,three_rule_comb7,62,[4 8 7],4 9 7],0,1 +0613,0613,12,num,three_rule_comb7,63,[5 0 5],5 3 5],0,1 +0613,0613,12,num,three_rule_comb7,64,[5 1 6],5 1 6],1,1 +0613,0613,12,num,three_rule_comb7,65,[8 4 4],8 8 4],0,1 +0613,0613,12,num,three_rule_comb7,66,[9 2 3],9 3 3],0,1 +0613,0613,12,num,three_rule_comb7,67,[4 6 7],4 6 7],1,1 +0613,0613,12,num,three_rule_comb7,68,[5 3 0],5 3 0],1,1 +0613,0613,12,num,three_rule_comb7,69,[5 4 9],5 4 9],1,1 +0613,0613,12,num,three_rule_comb7,70,[4 6 6],4 6 6],1,1 +0613,0613,12,num,three_rule_comb7,71,[6 6 1],6 2 1],0,1 +0613,0613,12,num,three_rule_comb7,72,[4 0 8],4 0 8],1,1 +0613,0613,12,num,three_rule_comb7,73,[1 9 7],1 1 7],0,1 +0613,0613,12,num,three_rule_comb7,74,[5 4 6],5 4 6],1,1 +0613,0613,12,num,three_rule_comb7,75,[9 2 9],9 10 9],0,1 +0613,0613,12,num,three_rule_comb7,76,[8 5 7],8 8 7],0,1 +0613,0613,12,num,three_rule_comb7,77,[1 8 1],1 8 1],1,1 +0613,0613,12,num,three_rule_comb7,78,[5 7 5],5 8 5],0,1 +0613,0613,12,num,three_rule_comb7,79,[6 0 7],6 0 7],1,1 +0613,0613,12,num,three_rule_comb7,80,[0 7 2],0 5 7],0,1 +0613,0613,12,num,three_rule_comb7,81,[2 5 9],2 5 7],0,1 +0613,0613,12,num,three_rule_comb7,82,[1 9 9],1 9 9],1,1 +0613,0613,12,num,three_rule_comb7,83,[2 4 4],2 4 4],1,1 +0613,0613,12,num,three_rule_comb7,84,[8 6 4],8 6 4],1,1 +0613,0613,12,num,three_rule_comb7,85,[8 5 5],8 5 5],1,1 +0613,0613,12,num,three_rule_comb7,86,[6 0 9],None,0,1 +0613,0613,12,num,three_rule_comb7,87,[1 5 6],5 5 3],0,1 +0613,0613,12,num,three_rule_comb7,88,[8 4 1],8 7 2],0,1 +0613,0613,12,num,three_rule_comb7,89,[6 7 0],6 4 0],0,1 +0613,0613,12,num,three_rule_comb7,90,[8 6 1],8 6 1],1,1 +0613,0613,12,num,three_rule_comb7,91,[4 1 4],4 1 7],0,1 +0613,0613,12,num,three_rule_comb7,92,[6 6 4],None,0,1 +0613,0613,12,num,three_rule_comb7,93,[6 9 6],None,0,1 +0613,0613,12,num,three_rule_comb7,94,[1 3 5],1 3 5],1,1 +0613,0613,12,num,three_rule_comb7,95,[1 5 2],5 5 4],0,1 +0613,0613,12,num,three_rule_comb7,96,[2 4 6],2 4 3],0,1 +0613,0613,12,num,three_rule_comb7,97,[0 3 0],0 3 5],0,1 +0613,0613,12,num,three_rule_comb7,98,[8 3 0],8 6 5],0,1 +0613,0613,12,num,three_rule_comb7,99,[8 9 3],8 6 3],0,1 +0613,0613,12,num,three_rule_comb8,0,[8 1 2],8 1 2],1,1 +0613,0613,12,num,three_rule_comb8,1,[5 5 5],5 5 3],0,1 +0613,0613,12,num,three_rule_comb8,2,[3 0 8],3 0 8],1,1 +0613,0613,12,num,three_rule_comb8,3,[7 5 9],7 5 8],0,1 +0613,0613,12,num,three_rule_comb8,4,[9 4 8],9 4 8],1,1 +0613,0613,12,num,three_rule_comb8,5,[5 3 8],5 3 8],1,1 +0613,0613,12,num,three_rule_comb8,6,[4 6 1],4 6 1],1,1 +0613,0613,12,num,three_rule_comb8,7,[8 3 0],8 2 0],0,1 +0613,0613,12,num,three_rule_comb8,8,[7 0 6],7 3 3],0,1 +0613,0613,12,num,three_rule_comb8,9,[0 7 0],0 7 4],0,1 +0613,0613,12,num,three_rule_comb8,10,[3 5 6],16 5 6],0,1 +0613,0613,12,num,three_rule_comb8,11,[0 4 5],0 5 5],0,1 +0613,0613,12,num,three_rule_comb8,12,[6 6 4],6 3 4],0,1 +0613,0613,12,num,three_rule_comb8,13,[1 9 8],1 9 5],0,1 +0613,0613,12,num,three_rule_comb8,14,[0 7 1],0 7 1],1,1 +0613,0613,12,num,three_rule_comb8,15,[3 8 3],3 8 3],1,1 +0613,0613,12,num,three_rule_comb8,16,[4 6 7],4 6 7],1,1 +0613,0613,12,num,three_rule_comb8,17,[2 8 4],2 5 7],0,1 +0613,0613,12,num,three_rule_comb8,18,[1 5 5],1 5 5],1,1 +0613,0613,12,num,three_rule_comb8,19,[0 7 5],0 7 5],1,1 +0613,0613,12,num,three_rule_comb8,20,[4 1 9],4 8 9],0,1 +0613,0613,12,num,three_rule_comb8,21,[0 9 4],0 9 2],0,1 +0613,0613,12,num,three_rule_comb8,22,[8 4 2],8 4 2],1,1 +0613,0613,12,num,three_rule_comb8,23,[9 4 8],9 5 8],0,1 +0613,0613,12,num,three_rule_comb8,24,[5 3 0],5 7 8],0,1 +0613,0613,12,num,three_rule_comb8,25,[0 5 8],0 6 8],0,1 +0613,0613,12,num,three_rule_comb8,26,[8 8 5],8 9 5],0,1 +0613,0613,12,num,three_rule_comb8,27,[0 5 8],0 5 8],1,1 +0613,0613,12,num,three_rule_comb8,28,[4 5 3],4 3 3],0,1 +0613,0613,12,num,three_rule_comb8,29,[4 5 6],4 5 6],1,1 +0613,0613,12,num,three_rule_comb8,30,[6 6 0],6 8 0],0,1 +0613,0613,12,num,three_rule_comb8,31,[7 5 7],7 5 4],0,1 +0613,0613,12,num,three_rule_comb8,32,[4 0 8],4 0 8],1,1 +0613,0613,12,num,three_rule_comb8,33,[3 0 2],3 5 2],0,1 +0613,0613,12,num,three_rule_comb8,34,[6 8 5],6 8 5],1,1 +0613,0613,12,num,three_rule_comb8,35,[9 0 9],9 0 9],1,1 +0613,0613,12,num,three_rule_comb8,36,[7 4 6],7 4 6],1,1 +0613,0613,12,num,three_rule_comb8,37,[7 3 8],7 3 8],1,1 +0613,0613,12,num,three_rule_comb8,38,[5 0 1],4 0 1],0,1 +0613,0613,12,num,three_rule_comb8,39,[9 5 0],9 5 0],1,1 +0613,0613,12,num,three_rule_comb8,40,[4 7 1],4 7 1],1,1 +0613,0613,12,num,three_rule_comb8,41,[1 6 7],1 4 7],0,1 +0613,0613,12,num,three_rule_comb8,42,[4 2 5],1 2 5],0,1 +0613,0613,12,num,three_rule_comb8,43,[6 1 3],6 7 8],0,1 +0613,0613,12,num,three_rule_comb8,44,[0 9 0],0 9 7],0,1 +0613,0613,12,num,three_rule_comb8,45,[5 8 4],5 1 4],0,1 +0613,0613,12,num,three_rule_comb8,46,[9 8 0],9 1 0],0,1 +0613,0613,12,num,three_rule_comb8,47,[3 0 2],3 0 2],1,1 +0613,0613,12,num,three_rule_comb8,48,[5 1 3],5 1 7],0,1 +0613,0613,12,num,three_rule_comb8,49,[8 9 5],None,0,1 +0613,0613,12,num,three_rule_comb8,50,[2 9 0],2 9 0],1,1 +0613,0613,12,num,three_rule_comb8,51,[1 1 1],1 1 1],1,1 +0613,0613,12,num,three_rule_comb8,52,[6 4 5],6 4 6],0,1 +0613,0613,12,num,three_rule_comb8,53,[3 5 7],3 5 4],0,1 +0613,0613,12,num,three_rule_comb8,54,[7 5 2],7 5 2],1,1 +0613,0613,12,num,three_rule_comb8,55,[1 6 3],1 6 4],0,1 +0613,0613,12,num,three_rule_comb8,56,[0 9 1],0 2 1],0,1 +0613,0613,12,num,three_rule_comb8,57,[5 3 1],5 2 1],0,1 +0613,0613,12,num,three_rule_comb8,58,[6 2 1],3 2 1],0,1 +0613,0613,12,num,three_rule_comb8,59,[5 5 0],5 2 0],0,1 +0613,0613,12,num,three_rule_comb8,60,[1 9 9],1 9 7],0,1 +0613,0613,12,num,three_rule_comb8,61,[8 8 1],8 10 1],0,1 +0613,0613,12,num,three_rule_comb8,62,[9 4 2],1 4 2],0,1 +0613,0613,12,num,three_rule_comb8,63,[1 9 0],1 1 8],0,1 +0613,0613,12,num,three_rule_comb8,64,[5 9 5],5 9 5],1,1 +0613,0613,12,num,three_rule_comb8,65,[8 0 5],8 0 2],0,1 +0613,0613,12,num,three_rule_comb8,66,[5 6 8],5 5 8],0,1 +0613,0613,12,num,three_rule_comb8,67,[0 5 8],0 5 8],1,1 +0613,0613,12,num,three_rule_comb8,68,[8 5 7],8 5 7],1,1 +0613,0613,12,num,three_rule_comb8,69,[1 8 9],1 8 9],1,1 +0613,0613,12,num,three_rule_comb8,70,[5 2 9],5 7 9],0,1 +0613,0613,12,num,three_rule_comb8,71,[5 4 2],5 3 2],0,1 +0613,0613,12,num,three_rule_comb8,72,[8 9 0],8 9 0],1,1 +0613,0613,12,num,three_rule_comb8,73,[0 3 4],0 16 4],0,1 +0613,0613,12,num,three_rule_comb8,74,[0 5 1],0 5 1],1,1 +0613,0613,12,num,three_rule_comb8,75,[4 5 6],4 5 0],0,1 +0613,0613,12,num,three_rule_comb8,76,[9 3 2],9 6 2],0,1 +0613,0613,12,num,three_rule_comb8,77,[0 7 4],1 7 4],0,1 +0613,0613,12,num,three_rule_comb8,78,[8 1 7],8 1 9],0,1 +0613,0613,12,num,three_rule_comb8,79,[1 9 7],1 9 4],0,1 +0613,0613,12,num,three_rule_comb8,80,[0 1 8],0 6 8],0,1 +0613,0613,12,num,three_rule_comb8,81,[9 2 0],9 7 0],0,1 +0613,0613,12,num,three_rule_comb8,82,[8 8 1],1 8 1],0,1 +0613,0613,12,num,three_rule_comb8,83,[2 1 8],11 1 8],0,1 +0613,0613,12,num,three_rule_comb8,84,[3 9 0],None,0,1 +0613,0613,12,num,three_rule_comb8,85,[3 5 8],3 5 5],0,1 +0613,0613,12,num,three_rule_comb8,86,[6 1 4],6 1 4],1,1 +0613,0613,12,num,three_rule_comb8,87,[5 0 2],5 5 2],0,1 +0613,0613,12,num,three_rule_comb8,88,[8 1 0],8 1 0],1,1 +0613,0613,12,num,three_rule_comb8,89,[4 9 8],4 9 8],1,1 +0613,0613,12,num,three_rule_comb8,90,[5 0 2],5 0 2],1,1 +0613,0613,12,num,three_rule_comb8,91,[0 3 2],0 3 2],1,1 +0613,0613,12,num,three_rule_comb8,92,[8 8 6],8 8 0],0,1 +0613,0613,12,num,three_rule_comb8,93,[1 0 2],1 0 10],0,1 +0613,0613,12,num,three_rule_comb8,94,[8 8 7],8 5 7],0,1 +0613,0613,12,num,three_rule_comb8,95,[6 5 4],6 7 4],0,1 +0613,0613,12,num,three_rule_comb8,96,[9 9 3],9 9 3],1,1 +0613,0613,12,num,three_rule_comb8,97,[0 8 5],0 8 5],1,1 +0613,0613,12,num,three_rule_comb8,98,[5 0 3],5 6 6],0,1 +0613,0613,12,num,three_rule_comb8,99,[8 1 0],8 1 8],0,1 +0613,0613,12,num,three_rule_comb9,0,[5 7 3],5 7 3],1,1 +0613,0613,12,num,three_rule_comb9,1,[8 9 0],8 9 0],1,1 +0613,0613,12,num,three_rule_comb9,2,[6 7 2],6 7 2],1,1 +0613,0613,12,num,three_rule_comb9,3,[5 8 6],5 8 6],1,1 +0613,0613,12,num,three_rule_comb9,4,[5 6 2],5 6 2],1,1 +0613,0613,12,num,three_rule_comb9,5,[7 8 4],7 8 4],1,1 +0613,0613,12,num,three_rule_comb9,6,[0 1 5],0 1 5],1,1 +0613,0613,12,num,three_rule_comb9,7,[9 1 0],9 1 0],1,1 +0613,0613,12,num,three_rule_comb9,8,[8 0 3],8 0 3],1,1 +0613,0613,12,num,three_rule_comb9,9,[0 5 8],0 5 8],1,1 +0613,0613,12,num,three_rule_comb9,10,[0 8 1],0 8 1],1,1 +0613,0613,12,num,three_rule_comb9,11,[0 1 1],0 1 1],1,1 +0613,0613,12,num,three_rule_comb9,12,[9 1 6],9 1 6],1,1 +0613,0613,12,num,three_rule_comb9,13,[4 8 1],4 8 1],1,1 +0613,0613,12,num,three_rule_comb9,14,[2 5 0],2 5 0],1,1 +0613,0613,12,num,three_rule_comb9,15,[8 1 5],8 1 5],1,1 +0613,0613,12,num,three_rule_comb9,16,[6 0 8],6 0 8],1,1 +0613,0613,12,num,three_rule_comb9,17,[5 2 4],5 2 4],1,1 +0613,0613,12,num,three_rule_comb9,18,[4 6 9],4 6 9],1,1 +0613,0613,12,num,three_rule_comb9,19,[2 8 0],2 8 0],1,1 +0613,0613,12,num,three_rule_comb9,20,[0 8 7],0 8 7],1,1 +0613,0613,12,num,three_rule_comb9,21,[1 2 9],1 2 9],1,1 +0613,0613,12,num,three_rule_comb9,22,[5 8 2],5 8 2],1,1 +0613,0613,12,num,three_rule_comb9,23,[6 1 2],6 1 2],1,1 +0613,0613,12,num,three_rule_comb9,24,[4 9 0],4 9 0],1,1 +0613,0613,12,num,three_rule_comb9,25,[2 9 8],2 9 8],1,1 +0613,0613,12,num,three_rule_comb9,26,[0 9 1],0 9 1],1,1 +0613,0613,12,num,three_rule_comb9,27,[0 1 5],0 1 5],1,1 +0613,0613,12,num,three_rule_comb9,28,[8 1 0],8 1 0],1,1 +0613,0613,12,num,three_rule_comb9,29,[8 6 4],8 6 4],1,1 +0613,0613,12,num,three_rule_comb9,30,[5 8 8],5 8 8],1,1 +0613,0613,12,num,three_rule_comb9,31,[8 7 1],8 7 1],1,1 +0613,0613,12,num,three_rule_comb9,32,[0 4 5],0 4 5],1,1 +0613,0613,12,num,three_rule_comb9,33,[7 5 9],7 5 9],1,1 +0613,0613,12,num,three_rule_comb9,34,[9 4 2],9 4 2],1,1 +0613,0613,12,num,three_rule_comb9,35,[6 4 0],6 4 0],1,1 +0613,0613,12,num,three_rule_comb9,36,[9 0 4],9 0 4],1,1 +0613,0613,12,num,three_rule_comb9,37,[8 9 3],8 9 3],1,1 +0613,0613,12,num,three_rule_comb9,38,[7 0 0],7 0 0],1,1 +0613,0613,12,num,three_rule_comb9,39,[3 9 4],3 9 4],1,1 +0613,0613,12,num,three_rule_comb9,40,[8 6 9],8 6 9],1,1 +0613,0613,12,num,three_rule_comb9,41,[8 1 4],8 1 4],1,1 +0613,0613,12,num,three_rule_comb9,42,[7 2 9],7 2 9],1,1 +0613,0613,12,num,three_rule_comb9,43,[1 0 9],1 0 9],1,1 +0613,0613,12,num,three_rule_comb9,44,[6 4 4],6 4 4],1,1 +0613,0613,12,num,three_rule_comb9,45,[1 7 4],1 7 4],1,1 +0613,0613,12,num,three_rule_comb9,46,[8 2 1],8 2 1],1,1 +0613,0613,12,num,three_rule_comb9,47,[0 8 7],0 8 7],1,1 +0613,0613,12,num,three_rule_comb9,48,[6 9 5],None,0,1 +0613,0613,12,num,three_rule_comb9,49,[1 5 5],1 5 5],1,1 +0613,0613,12,num,three_rule_comb9,50,[0 0 1],0 0 1],1,1 +0613,0613,12,num,three_rule_comb9,51,[2 9 1],2 9 1],1,1 +0613,0613,12,num,three_rule_comb9,52,[9 8 5],None,0,1 +0613,0613,12,num,three_rule_comb9,53,[0 0 6],0 0 6],1,1 +0613,0613,12,num,three_rule_comb9,54,[9 9 8],9 9 8],1,1 +0613,0613,12,num,three_rule_comb9,55,[5 4 3],5 4 3],1,1 +0613,0613,12,num,three_rule_comb9,56,[1 7 9],1 7 9],1,1 +0613,0613,12,num,three_rule_comb9,57,[1 9 8],1 9 8],1,1 +0613,0613,12,num,three_rule_comb9,58,[4 1 0],4 1 0],1,1 +0613,0613,12,num,three_rule_comb9,59,[9 7 5],None,0,1 +0613,0613,12,num,three_rule_comb9,60,[9 5 4],None,0,1 +0613,0613,12,num,three_rule_comb9,61,[8 0 2],8 0 2],1,1 +0613,0613,12,num,three_rule_comb9,62,[1 5 8],1 5 8],1,1 +0613,0613,12,num,three_rule_comb9,63,[9 4 8],None,0,1 +0613,0613,12,num,three_rule_comb9,64,[6 8 9],None,0,1 +0613,0613,12,num,three_rule_comb9,65,[4 0 3],4 0 3],1,1 +0613,0613,12,num,three_rule_comb9,66,[5 1 6],5 1 6],1,1 +0613,0613,12,num,three_rule_comb9,67,[5 9 3],5 9 3],1,1 +0613,0613,12,num,three_rule_comb9,68,[8 9 0],8 9 0],1,1 +0613,0613,12,num,three_rule_comb9,69,[4 9 7],4 9 7],1,1 +0613,0613,12,num,three_rule_comb9,70,[8 9 4],8 9 4],1,1 +0613,0613,12,num,three_rule_comb9,71,[4 2 5],4 2 5],1,1 +0613,0613,12,num,three_rule_comb9,72,[7 9 8],7 9 8],1,1 +0613,0613,12,num,three_rule_comb9,73,[5 0 8],5 0 8],1,1 +0613,0613,12,num,three_rule_comb9,74,[9 8 7],9 8 7],1,1 +0613,0613,12,num,three_rule_comb9,75,[3 0 4],3 0 4],1,1 +0613,0613,12,num,three_rule_comb9,76,[1 8 0],1 8 0],1,1 +0613,0613,12,num,three_rule_comb9,77,[7 0 4],7 0 4],1,1 +0613,0613,12,num,three_rule_comb9,78,[9 5 9],9 5 9],1,1 +0613,0613,12,num,three_rule_comb9,79,[1 7 0],1 7 0],1,1 +0613,0613,12,num,three_rule_comb9,80,[4 4 2],4 4 2],1,1 +0613,0613,12,num,three_rule_comb9,81,[1 4 7],1 4 7],1,1 +0613,0613,12,num,three_rule_comb9,82,[0 5 4],0 5 4],1,1 +0613,0613,12,num,three_rule_comb9,83,[9 5 4],None,0,1 +0613,0613,12,num,three_rule_comb9,84,[5 3 0],5 3 0],1,1 +0613,0613,12,num,three_rule_comb9,85,[5 7 1],5 7 1],1,1 +0613,0613,12,num,three_rule_comb9,86,[9 4 5],None,0,1 +0613,0613,12,num,three_rule_comb9,87,[4 9 5],4 9 5],1,1 +0613,0613,12,num,three_rule_comb9,88,[7 4 5],7 4 5],1,1 +0613,0613,12,num,three_rule_comb9,89,[6 8 0],6 8 0],1,1 +0613,0613,12,num,three_rule_comb9,90,[1 9 3],1 9 3],1,1 +0613,0613,12,num,three_rule_comb9,91,[9 0 1],9 0 1],1,1 +0613,0613,12,num,three_rule_comb9,92,[9 7 4],None,0,1 +0613,0613,12,num,three_rule_comb9,93,[1 0 6],1 0 6],1,1 +0613,0613,12,num,three_rule_comb9,94,[9 0 2],9 0 2],1,1 +0613,0613,12,num,three_rule_comb9,95,[1 3 1],1 3 1],1,1 +0613,0613,12,num,three_rule_comb9,96,[7 9 1],7 9 1],1,1 +0613,0613,12,num,three_rule_comb9,97,[3 1 0],3 1 0],1,1 +0613,0613,12,num,three_rule_comb9,98,[9 7 8],9 7 8],1,1 +0613,0613,12,num,three_rule_comb9,99,[3 1 2],3 1 2],1,1 +0613,0613,12,num,c3_set_union,0,[6 4 1 9],6 4 1 9],1,1 +0613,0613,12,num,c3_set_union,1,[5 7 4 1],5 7 4 1],1,1 +0613,0613,12,num,c3_set_union,2,[1 9 8 6],1 9 8 6],1,1 +0613,0613,12,num,c3_set_union,3,[0 4 8 7],0 4 8 7],1,1 +0613,0613,12,num,c3_set_union,4,[8 6 5 2],8 5 6 2],1,1 +0613,0613,12,num,c3_set_union,5,[2 5 1 0],2 5 1 0],1,1 +0613,0613,12,num,c3_set_union,6,[6 1 0 4],6 1 0 4],1,1 +0613,0613,12,num,c3_set_union,7,[7 3 8 4],7 8 3 4],1,1 +0613,0613,12,num,c3_set_union,8,[8 3 2 1],8 3 2 1],1,1 +0613,0613,12,num,c3_set_union,9,[0 2 1 6],0 2 1 6],1,1 +0613,0613,12,num,c3_set_union,10,[9 0 7 1],9 0 7 1],1,1 +0613,0613,12,num,c3_set_union,11,[6 1 3 5],6 1 3 5],1,1 +0613,0613,12,num,c3_set_union,12,[9 7 6 0],9 7 6 0],1,1 +0613,0613,12,num,c3_set_union,13,[5 0 7 3],5 0 7 3],1,1 +0613,0613,12,num,c3_set_union,14,[8 9 7 2],8 9 7 2],1,1 +0613,0613,12,num,c3_set_union,15,[0 4 1 2],0 4 1 2],1,1 +0613,0613,12,num,c3_set_union,16,[6 2 8 3],6 8 2 3],1,1 +0613,0613,12,num,c3_set_union,17,[7 8 6 3],7 8 6 3],1,1 +0613,0613,12,num,c3_set_union,18,[9 4 2 8],9 4 2 8],1,1 +0613,0613,12,num,c3_set_union,19,[8 4 6 1],8 4 6 1],1,1 +0613,0613,12,num,c3_set_union,20,[6 0 2 3],6 0 2 3],1,1 +0613,0613,12,num,c3_set_union,21,[8 4 5 9],8 4 5 9],1,1 +0613,0613,12,num,c3_set_union,22,[3 5 7 8],3 5 7 8],1,1 +0613,0613,12,num,c3_set_union,23,[0 4 6 5],0 4 6 5],1,1 +0613,0613,12,num,c3_set_union,24,[0 9 7 5],0 9 7 5],1,1 +0613,0613,12,num,c3_set_union,25,[6 9 5 1],6 9 5 1],1,1 +0613,0613,12,num,c3_set_union,26,[8 3 9 7],8 9 3 7],1,1 +0613,0613,12,num,c3_set_union,27,[9 2 1 8],9 2 1 8],1,1 +0613,0613,12,num,c3_set_union,28,[8 0 1 6],8 0 1 6],1,1 +0613,0613,12,num,c3_set_union,29,[3 9 2 1],3 9 2 1],1,1 +0613,0613,12,num,c3_set_union,30,[3 2 4 8],3 2 4 8],1,1 +0613,0613,12,num,c3_set_union,31,[2 6 1 8],2 6 1 8],1,1 +0613,0613,12,num,c3_set_union,32,[8 6 4 0],8 4 6 0],1,1 +0613,0613,12,num,c3_set_union,33,[2 0 5 9],2 0 5 9],1,1 +0613,0613,12,num,c3_set_union,34,[6 5 1 4],6 5 1 4],1,1 +0613,0613,12,num,c3_set_union,35,[0 5 2 3],0 5 2 3],1,1 +0613,0613,12,num,c3_set_union,36,[4 6 8 3],4 6 8 3],1,1 +0613,0613,12,num,c3_set_union,37,[9 1 2 6],9 1 2 6],1,1 +0613,0613,12,num,c3_set_union,38,[8 4 6 9],8 4 6 9],1,1 +0613,0613,12,num,c3_set_union,39,[1 7 9 2],1 7 9 2],1,1 +0613,0613,12,num,c3_set_union,40,[9 3 2 6],9 3 2 6],1,1 +0613,0613,12,num,c3_set_union,41,[1 0 9 3],1 0 9 3],1,1 +0613,0613,12,num,c3_set_union,42,[7 9 2 3],7 9 2 3],1,1 +0613,0613,12,num,c3_set_union,43,[8 2 4 7],8 2 4 7],1,1 +0613,0613,12,num,c3_set_union,44,[9 0 4 8],9 0 4 8],1,1 +0613,0613,12,num,c3_set_union,45,[3 5 8 9],3 5 8 9],1,1 +0613,0613,12,num,c3_set_union,46,[7 2 1 5],7 2 1 5],1,1 +0613,0613,12,num,c3_set_union,47,[8 6 7 2],8 6 7 2],1,1 +0613,0613,12,num,c3_set_union,48,[0 4 2 6],0 4 2 6],1,1 +0613,0613,12,num,c3_set_union,49,[4 6 2 5],4 6 2 5],1,1 +0613,0613,12,num,c3_set_union,50,[4 9 3 0],4 9 3 0],1,1 +0613,0613,12,num,c3_set_union,51,[7 3 0 2],7 0 3 2],1,1 +0613,0613,12,num,c3_set_union,52,[1 9 7 8],1 9 7 8],1,1 +0613,0613,12,num,c3_set_union,53,[6 9 0 5],6 9 0 5],1,1 +0613,0613,12,num,c3_set_union,54,[1 7 5 0],1 7 5 0],1,1 +0613,0613,12,num,c3_set_union,55,[7 2 5 8],7 2 5 8],1,1 +0613,0613,12,num,c3_set_union,56,[8 3 2 5],8 3 2 5],1,1 +0613,0613,12,num,c3_set_union,57,[0 5 2 6],0 5 2 6],1,1 +0613,0613,12,num,c3_set_union,58,[7 4 5 0],7 4 5 0],1,1 +0613,0613,12,num,c3_set_union,59,[7 8 5 6],7 8 5 6],1,1 +0613,0613,12,num,c3_set_union,60,[2 1 5 9],2 1 5 9],1,1 +0613,0613,12,num,c3_set_union,61,[0 5 2 4],0 5 2 4],1,1 +0613,0613,12,num,c3_set_union,62,[9 0 5 3],9 0 5 3],1,1 +0613,0613,12,num,c3_set_union,63,[6 7 5 3],6 7 5 3],1,1 +0613,0613,12,num,c3_set_union,64,[1 3 9 6],1 3 9 6],1,1 +0613,0613,12,num,c3_set_union,65,[8 1 7 0],8 1 7 0],1,1 +0613,0613,12,num,c3_set_union,66,[5 1 9 7],5 1 9 7],1,1 +0613,0613,12,num,c3_set_union,67,[4 9 2 0],4 9 2 0],1,1 +0613,0613,12,num,c3_set_union,68,[5 0 8 9],5 0 8 9],1,1 +0613,0613,12,num,c3_set_union,69,[8 1 9 5],8 1 9 5],1,1 +0613,0613,12,num,c3_set_union,70,[7 4 6 2],7 4 6 2],1,1 +0613,0613,12,num,c3_set_union,71,[8 6 1 5],8 1 6 5],1,1 +0613,0613,12,num,c3_set_union,72,[4 3 8 0],4 8 3 0],1,1 +0613,0613,12,num,c3_set_union,73,[5 1 9 4],5 1 9 4],1,1 +0613,0613,12,num,c3_set_union,74,[2 3 7 8],2 3 7 8],1,1 +0613,0613,12,num,c3_set_union,75,[9 8 5 2],9 8 5 2],1,1 +0613,0613,12,num,c3_set_union,76,[0 7 8 9],0 7 8 9],1,1 +0613,0613,12,num,c3_set_union,77,[8 6 3 0],8 6 3 0],1,1 +0613,0613,12,num,c3_set_union,78,[1 3 6 7],1 3 6 7],1,1 +0613,0613,12,num,c3_set_union,79,[4 9 2 5],4 9 2 5],1,1 +0613,0613,12,num,c3_set_union,80,[4 8 1 9],4 8 1 9],1,1 +0613,0613,12,num,c3_set_union,81,[3 1 2 7],3 1 2 7],1,1 +0613,0613,12,num,c3_set_union,82,[8 0 1 5],8 0 1 5],1,1 +0613,0613,12,num,c3_set_union,83,[7 4 9 2],7 4 9 2],1,1 +0613,0613,12,num,c3_set_union,84,[3 8 5 1],3 8 5 1],1,1 +0613,0613,12,num,c3_set_union,85,[3 9 4 8],3 4 9 8],1,1 +0613,0613,12,num,c3_set_union,86,[2 3 0 8],2 3 0 8],1,1 +0613,0613,12,num,c3_set_union,87,[4 3 2 6],4 3 2 6],1,1 +0613,0613,12,num,c3_set_union,88,[0 3 1 4],0 3 1 4],1,1 +0613,0613,12,num,c3_set_union,89,[3 4 7 9],3 4 7 9],1,1 +0613,0613,12,num,c3_set_union,90,[5 7 2 4],5 7 2 4],1,1 +0613,0613,12,num,c3_set_union,91,[1 9 0 4],1 9 0 4],1,1 +0613,0613,12,num,c3_set_union,92,[3 5 1 0],3 5 1 0],1,1 +0613,0613,12,num,c3_set_union,93,[8 4 1 7],8 4 1 7],1,1 +0613,0613,12,num,c3_set_union,94,[8 5 9 7],8 5 9 7],1,1 +0613,0613,12,num,c3_set_union,95,[4 9 5 0],4 9 5 0],1,1 +0613,0613,12,num,c3_set_union,96,[6 0 2 8],6 0 2 8],1,1 +0613,0613,12,num,c3_set_union,97,[1 0 3 2],1 3 0 2],1,1 +0613,0613,12,num,c3_set_union,98,[8 9 2 3],8 9 2 3],1,1 +0613,0613,12,num,c3_set_union,99,[3 4 5 2],3 4 5 2],1,1 +0613,0613,12,num,c1_set_union,0,[4],4],1,1 +0613,0613,12,num,c1_set_union,1,[4],4],1,1 +0613,0613,12,num,c1_set_union,2,[1],1],1,1 +0613,0613,12,num,c1_set_union,3,[9],9],1,1 +0613,0613,12,num,c1_set_union,4,[7],7],1,1 +0613,0613,12,num,c1_set_union,5,[6],6],1,1 +0613,0613,12,num,c1_set_union,6,[5],5],1,1 +0613,0613,12,num,c1_set_union,7,[0],0],1,1 +0613,0613,12,num,c1_set_union,8,[9],9],1,1 +0613,0613,12,num,c1_set_union,9,[9],9],1,1 +0613,0613,12,num,c1_set_union,10,[8],8],1,1 +0613,0613,12,num,c1_set_union,11,[2],2],1,1 +0613,0613,12,num,c1_set_union,12,[4],4],1,1 +0613,0613,12,num,c1_set_union,13,[5],5],1,1 +0613,0613,12,num,c1_set_union,14,[2],2],1,1 +0613,0613,12,num,c1_set_union,15,[5],5],1,1 +0613,0613,12,num,c1_set_union,16,[8],8],1,1 +0613,0613,12,num,c1_set_union,17,[7],7],1,1 +0613,0613,12,num,c1_set_union,18,[8],8],1,1 +0613,0613,12,num,c1_set_union,19,[4],4],1,1 +0613,0613,12,num,c1_set_union,20,[8],8],1,1 +0613,0613,12,num,c1_set_union,21,[6],6],1,1 +0613,0613,12,num,c1_set_union,22,[6],6],1,1 +0613,0613,12,num,c1_set_union,23,[8],8],1,1 +0613,0613,12,num,c1_set_union,24,[1],1],1,1 +0613,0613,12,num,c1_set_union,25,[6],6],1,1 +0613,0613,12,num,c1_set_union,26,[5],5],1,1 +0613,0613,12,num,c1_set_union,27,[7],7],1,1 +0613,0613,12,num,c1_set_union,28,[9],9],1,1 +0613,0613,12,num,c1_set_union,29,[9],9],1,1 +0613,0613,12,num,c1_set_union,30,[1],1],1,1 +0613,0613,12,num,c1_set_union,31,[3],3],1,1 +0613,0613,12,num,c1_set_union,32,[1],1],1,1 +0613,0613,12,num,c1_set_union,33,[4],4],1,1 +0613,0613,12,num,c1_set_union,34,[3],3],1,1 +0613,0613,12,num,c1_set_union,35,[1],1],1,1 +0613,0613,12,num,c1_set_union,36,[6],6],1,1 +0613,0613,12,num,c1_set_union,37,[4],4],1,1 +0613,0613,12,num,c1_set_union,38,[9],9],1,1 +0613,0613,12,num,c1_set_union,39,[4],4],1,1 +0613,0613,12,num,c1_set_union,40,[7],7],1,1 +0613,0613,12,num,c1_set_union,41,[8],8],1,1 +0613,0613,12,num,c1_set_union,42,[1],1],1,1 +0613,0613,12,num,c1_set_union,43,[9],9],1,1 +0613,0613,12,num,c1_set_union,44,[3],3],1,1 +0613,0613,12,num,c1_set_union,45,[9],9],1,1 +0613,0613,12,num,c1_set_union,46,[2],2],1,1 +0613,0613,12,num,c1_set_union,47,[7],7],1,1 +0613,0613,12,num,c1_set_union,48,[6],6],1,1 +0613,0613,12,num,c1_set_union,49,[7],7],1,1 +0613,0613,12,num,c1_set_union,50,[9],9],1,1 +0613,0613,12,num,c1_set_union,51,[3],3],1,1 +0613,0613,12,num,c1_set_union,52,[3],3],1,1 +0613,0613,12,num,c1_set_union,53,[9],9],1,1 +0613,0613,12,num,c1_set_union,54,[5],5],1,1 +0613,0613,12,num,c1_set_union,55,[1],1],1,1 +0613,0613,12,num,c1_set_union,56,[2],2],1,1 +0613,0613,12,num,c1_set_union,57,[5],5],1,1 +0613,0613,12,num,c1_set_union,58,[4],4],1,1 +0613,0613,12,num,c1_set_union,59,[1],1],1,1 +0613,0613,12,num,c1_set_union,60,[7],7],1,1 +0613,0613,12,num,c1_set_union,61,[3],3],1,1 +0613,0613,12,num,c1_set_union,62,[3],3],1,1 +0613,0613,12,num,c1_set_union,63,[8],8],1,1 +0613,0613,12,num,c1_set_union,64,[1],1],1,1 +0613,0613,12,num,c1_set_union,65,[7],7],1,1 +0613,0613,12,num,c1_set_union,66,[9],9],1,1 +0613,0613,12,num,c1_set_union,67,[6],6],1,1 +0613,0613,12,num,c1_set_union,68,[4],4],1,1 +0613,0613,12,num,c1_set_union,69,[4],4],1,1 +0613,0613,12,num,c1_set_union,70,[0],0],1,1 +0613,0613,12,num,c1_set_union,71,[2],2],1,1 +0613,0613,12,num,c1_set_union,72,[5],5],1,1 +0613,0613,12,num,c1_set_union,73,[2],2],1,1 +0613,0613,12,num,c1_set_union,74,[6],6],1,1 +0613,0613,12,num,c1_set_union,75,[7],7],1,1 +0613,0613,12,num,c1_set_union,76,[5],5],1,1 +0613,0613,12,num,c1_set_union,77,[3],3],1,1 +0613,0613,12,num,c1_set_union,78,[2],2],1,1 +0613,0613,12,num,c1_set_union,79,[9],9],1,1 +0613,0613,12,num,c1_set_union,80,[3],3],1,1 +0613,0613,12,num,c1_set_union,81,[1],1],1,1 +0613,0613,12,num,c1_set_union,82,[4],4],1,1 +0613,0613,12,num,c1_set_union,83,[2],2],1,1 +0613,0613,12,num,c1_set_union,84,[6],6],1,1 +0613,0613,12,num,c1_set_union,85,[0],0],1,1 +0613,0613,12,num,c1_set_union,86,[2],2],1,1 +0613,0613,12,num,c1_set_union,87,[9],9],1,1 +0613,0613,12,num,c1_set_union,88,[2],2],1,1 +0613,0613,12,num,c1_set_union,89,[2],2],1,1 +0613,0613,12,num,c1_set_union,90,[1],1],1,1 +0613,0613,12,num,c1_set_union,91,[7],7],1,1 +0613,0613,12,num,c1_set_union,92,[7],7],1,1 +0613,0613,12,num,c1_set_union,93,[3],3],1,1 +0613,0613,12,num,c1_set_union,94,[6],6],1,1 +0613,0613,12,num,c1_set_union,95,[2],2],1,1 +0613,0613,12,num,c1_set_union,96,[9],9],1,1 +0613,0613,12,num,c1_set_union,97,[1],1],1,1 +0613,0613,12,num,c1_set_union,98,[9],9],1,1 +0613,0613,12,num,c1_set_union,99,[6],6],1,1 +0613,0613,12,num,c2_set_union,0,[9],9],1,1 +0613,0613,12,num,c2_set_union,1,[8],8],1,1 +0613,0613,12,num,c2_set_union,2,[1],1],1,1 +0613,0613,12,num,c2_set_union,3,[2],2],1,1 +0613,0613,12,num,c2_set_union,4,[3],3],1,1 +0613,0613,12,num,c2_set_union,5,[1],1],1,1 +0613,0613,12,num,c2_set_union,6,[8],8],1,1 +0613,0613,12,num,c2_set_union,7,[7],7],1,1 +0613,0613,12,num,c2_set_union,8,[7],7],1,1 +0613,0613,12,num,c2_set_union,9,[4],4],1,1 +0613,0613,12,num,c2_set_union,10,[2],2 1],0,1 +0613,0613,12,num,c2_set_union,11,[0],0],1,1 +0613,0613,12,num,c2_set_union,12,[9],9],1,1 +0613,0613,12,num,c2_set_union,13,[8],8],1,1 +0613,0613,12,num,c2_set_union,14,[0],0],1,1 +0613,0613,12,num,c2_set_union,15,[0],0],1,1 +0613,0613,12,num,c2_set_union,16,[7],7],1,1 +0613,0613,12,num,c2_set_union,17,[9],9],1,1 +0613,0613,12,num,c2_set_union,18,[9],9],1,1 +0613,0613,12,num,c2_set_union,19,[8],8],1,1 +0613,0613,12,num,c2_set_union,20,[7],7],1,1 +0613,0613,12,num,c2_set_union,21,[8],8 13],0,1 +0613,0613,12,num,c2_set_union,22,[1],1],1,1 +0613,0613,12,num,c2_set_union,23,[8],8],1,1 +0613,0613,12,num,c2_set_union,24,[5],5],1,1 +0613,0613,12,num,c2_set_union,25,[1],1],1,1 +0613,0613,12,num,c2_set_union,26,[7],7],1,1 +0613,0613,12,num,c2_set_union,27,[2],2],1,1 +0613,0613,12,num,c2_set_union,28,[5],5],1,1 +0613,0613,12,num,c2_set_union,29,[8],8],1,1 +0613,0613,12,num,c2_set_union,30,[3],3],1,1 +0613,0613,12,num,c2_set_union,31,[2],2 4],0,1 +0613,0613,12,num,c2_set_union,32,[2],2],1,1 +0613,0613,12,num,c2_set_union,33,[1],1],1,1 +0613,0613,12,num,c2_set_union,34,[8],8],1,1 +0613,0613,12,num,c2_set_union,35,[7],7],1,1 +0613,0613,12,num,c2_set_union,36,[5],5],1,1 +0613,0613,12,num,c2_set_union,37,[2],2],1,1 +0613,0613,12,num,c2_set_union,38,[2],2],1,1 +0613,0613,12,num,c2_set_union,39,[3],3],1,1 +0613,0613,12,num,c2_set_union,40,[5],5],1,1 +0613,0613,12,num,c2_set_union,41,[7],7],1,1 +0613,0613,12,num,c2_set_union,42,[1],1],1,1 +0613,0613,12,num,c2_set_union,43,[6],6],1,1 +0613,0613,12,num,c2_set_union,44,[1],1 2],0,1 +0613,0613,12,num,c2_set_union,45,[6],6],1,1 +0613,0613,12,num,c2_set_union,46,[5],5],1,1 +0613,0613,12,num,c2_set_union,47,[2],2],1,1 +0613,0613,12,num,c2_set_union,48,[5],5 4],0,1 +0613,0613,12,num,c2_set_union,49,[3],3],1,1 +0613,0613,12,num,c2_set_union,50,[1],1],1,1 +0613,0613,12,num,c2_set_union,51,[3],3],1,1 +0613,0613,12,num,c2_set_union,52,[2],2],1,1 +0613,0613,12,num,c2_set_union,53,[8],8],1,1 +0613,0613,12,num,c2_set_union,54,[4],4],1,1 +0613,0613,12,num,c2_set_union,55,[8],8],1,1 +0613,0613,12,num,c2_set_union,56,[6],6],1,1 +0613,0613,12,num,c2_set_union,57,[3],3],1,1 +0613,0613,12,num,c2_set_union,58,[7],7],1,1 +0613,0613,12,num,c2_set_union,59,[5],5],1,1 +0613,0613,12,num,c2_set_union,60,[9],9 0],0,1 +0613,0613,12,num,c2_set_union,61,[1],1],1,1 +0613,0613,12,num,c2_set_union,62,[8],8 12],0,1 +0613,0613,12,num,c2_set_union,63,[6],6],1,1 +0613,0613,12,num,c2_set_union,64,[7],7],1,1 +0613,0613,12,num,c2_set_union,65,[8],8],1,1 +0613,0613,12,num,c2_set_union,66,[2],2],1,1 +0613,0613,12,num,c2_set_union,67,[5],5],1,1 +0613,0613,12,num,c2_set_union,68,[1],1],1,1 +0613,0613,12,num,c2_set_union,69,[0],0],1,1 +0613,0613,12,num,c2_set_union,70,[5],5],1,1 +0613,0613,12,num,c2_set_union,71,[8],8],1,1 +0613,0613,12,num,c2_set_union,72,[6],6],1,1 +0613,0613,12,num,c2_set_union,73,[2],2],1,1 +0613,0613,12,num,c2_set_union,74,[6],6],1,1 +0613,0613,12,num,c2_set_union,75,[2],2],1,1 +0613,0613,12,num,c2_set_union,76,[1],1],1,1 +0613,0613,12,num,c2_set_union,77,[2],2],1,1 +0613,0613,12,num,c2_set_union,78,[2],2],1,1 +0613,0613,12,num,c2_set_union,79,[8],8],1,1 +0613,0613,12,num,c2_set_union,80,[5],5],1,1 +0613,0613,12,num,c2_set_union,81,[1],1],1,1 +0613,0613,12,num,c2_set_union,82,[9],9],1,1 +0613,0613,12,num,c2_set_union,83,[0],0],1,1 +0613,0613,12,num,c2_set_union,84,[4],4],1,1 +0613,0613,12,num,c2_set_union,85,[2],2],1,1 +0613,0613,12,num,c2_set_union,86,[3],3],1,1 +0613,0613,12,num,c2_set_union,87,[1],1],1,1 +0613,0613,12,num,c2_set_union,88,[4],4],1,1 +0613,0613,12,num,c2_set_union,89,[6],6],1,1 +0613,0613,12,num,c2_set_union,90,[9],9],1,1 +0613,0613,12,num,c2_set_union,91,[9],9],1,1 +0613,0613,12,num,c2_set_union,92,[6],6],1,1 +0613,0613,12,num,c2_set_union,93,[8],8],1,1 +0613,0613,12,num,c2_set_union,94,[0],0],1,1 +0613,0613,12,num,c2_set_union,95,[6],6],1,1 +0613,0613,12,num,c2_set_union,96,[2],2],1,1 +0613,0613,12,num,c2_set_union,97,[1],1],1,1 +0613,0613,12,num,c2_set_union,98,[5],5],1,1 +0613,0613,12,num,c2_set_union,99,[4],4],1,1 +0613,0613,12,num,AND,0,[4],4],1,1 +0613,0613,12,num,AND,1,[1],1],1,1 +0613,0613,12,num,AND,2,[5],5],1,1 +0613,0613,12,num,AND,3,[5],5],1,1 +0613,0613,12,num,AND,4,[2],2],1,1 +0613,0613,12,num,AND,5,[0],0],1,1 +0613,0613,12,num,AND,6,[0],0],1,1 +0613,0613,12,num,AND,7,[9],9],1,1 +0613,0613,12,num,AND,8,[7],7],1,1 +0613,0613,12,num,AND,9,[6],6],1,1 +0613,0613,12,num,AND,10,[8],8],1,1 +0613,0613,12,num,AND,11,[2],2],1,1 +0613,0613,12,num,AND,12,[2],2],1,1 +0613,0613,12,num,AND,13,[5],5],1,1 +0613,0613,12,num,AND,14,[9],9],1,1 +0613,0613,12,num,AND,15,[0],0],1,1 +0613,0613,12,num,AND,16,[8],5],0,1 +0613,0613,12,num,AND,17,[7],7],1,1 +0613,0613,12,num,AND,18,[4],4],1,1 +0613,0613,12,num,AND,19,[7],7],1,1 +0613,0613,12,num,AND,20,[8],8],1,1 +0613,0613,12,num,AND,21,[0],0],1,1 +0613,0613,12,num,AND,22,[7],7],1,1 +0613,0613,12,num,AND,23,[2],2],1,1 +0613,0613,12,num,AND,24,[1],1],1,1 +0613,0613,12,num,AND,25,[6],6],1,1 +0613,0613,12,num,AND,26,[4],4],1,1 +0613,0613,12,num,AND,27,[5],5],1,1 +0613,0613,12,num,AND,28,[1],1],1,1 +0613,0613,12,num,AND,29,[1],1],1,1 +0613,0613,12,num,AND,30,[8],8],1,1 +0613,0613,12,num,AND,31,[7],7],1,1 +0613,0613,12,num,AND,32,[6],6],1,1 +0613,0613,12,num,AND,33,[2],2],1,1 +0613,0613,12,num,AND,34,[1],1],1,1 +0613,0613,12,num,AND,35,[9],9],1,1 +0613,0613,12,num,AND,36,[1],1],1,1 +0613,0613,12,num,AND,37,[1],1],1,1 +0613,0613,12,num,AND,38,[9],9],1,1 +0613,0613,12,num,AND,39,[2],2],1,1 +0613,0613,12,num,AND,40,[1],1],1,1 +0613,0613,12,num,AND,41,[5],5],1,1 +0613,0613,12,num,AND,42,[0],0],1,1 +0613,0613,12,num,AND,43,[5],5],1,1 +0613,0613,12,num,AND,44,[1],1],1,1 +0613,0613,12,num,AND,45,[2],2],1,1 +0613,0613,12,num,AND,46,[2],2],1,1 +0613,0613,12,num,AND,47,[3],3],1,1 +0613,0613,12,num,AND,48,[0],0],1,1 +0613,0613,12,num,AND,49,[4],4],1,1 +0613,0613,12,num,AND,50,[5],5],1,1 +0613,0613,12,num,AND,51,[0],0],1,1 +0613,0613,12,num,AND,52,[8],8],1,1 +0613,0613,12,num,AND,53,[1],1],1,1 +0613,0613,12,num,AND,54,[7],7],1,1 +0613,0613,12,num,AND,55,[1],1],1,1 +0613,0613,12,num,AND,56,[8],8],1,1 +0613,0613,12,num,AND,57,[6],5],0,1 +0613,0613,12,num,AND,58,[2],2],1,1 +0613,0613,12,num,AND,59,[1],1],1,1 +0613,0613,12,num,AND,60,[5],5],1,1 +0613,0613,12,num,AND,61,[5],5],1,1 +0613,0613,12,num,AND,62,[4],1],0,1 +0613,0613,12,num,AND,63,[7],7],1,1 +0613,0613,12,num,AND,64,[6],6],1,1 +0613,0613,12,num,AND,65,[7],7],1,1 +0613,0613,12,num,AND,66,[9],9],1,1 +0613,0613,12,num,AND,67,[7],7],1,1 +0613,0613,12,num,AND,68,[5],5],1,1 +0613,0613,12,num,AND,69,[5],5],1,1 +0613,0613,12,num,AND,70,[3],3],1,1 +0613,0613,12,num,AND,71,[9],9],1,1 +0613,0613,12,num,AND,72,[1],1],1,1 +0613,0613,12,num,AND,73,[6],6],1,1 +0613,0613,12,num,AND,74,[2],2],1,1 +0613,0613,12,num,AND,75,[7],7],1,1 +0613,0613,12,num,AND,76,[1],1],1,1 +0613,0613,12,num,AND,77,[3],4],0,1 +0613,0613,12,num,AND,78,[6],6],1,1 +0613,0613,12,num,AND,79,[7],7],1,1 +0613,0613,12,num,AND,80,[3],3],1,1 +0613,0613,12,num,AND,81,[3],3],1,1 +0613,0613,12,num,AND,82,[0],0],1,1 +0613,0613,12,num,AND,83,[4],4],1,1 +0613,0613,12,num,AND,84,[7],7],1,1 +0613,0613,12,num,AND,85,[1],1],1,1 +0613,0613,12,num,AND,86,[4],4],1,1 +0613,0613,12,num,AND,87,[2],5],0,1 +0613,0613,12,num,AND,88,[1],1],1,1 +0613,0613,12,num,AND,89,[2],2],1,1 +0613,0613,12,num,AND,90,[9],9],1,1 +0613,0613,12,num,AND,91,[5],5],1,1 +0613,0613,12,num,AND,92,[9],9],1,1 +0613,0613,12,num,AND,93,[3],3],1,1 +0613,0613,12,num,AND,94,[6],6],1,1 +0613,0613,12,num,AND,95,[3],3],1,1 +0613,0613,12,num,AND,96,[6],6],1,1 +0613,0613,12,num,AND,97,[1],1],1,1 +0613,0613,12,num,AND,98,[2],2],1,1 +0613,0613,12,num,AND,99,[3],3],1,1 +0613,0613,12,num,XOR,0,[4 3],1 1],0,1 +0613,0613,12,num,XOR,1,[9 8],8 9],1,1 +0613,0613,12,num,XOR,2,[3 4],1 3],0,1 +0613,0613,12,num,XOR,3,[9 8],8 6],0,1 +0613,0613,12,num,XOR,4,[9 3],3 9],1,1 +0613,0613,12,num,XOR,5,[9 7],7 0],0,1 +0613,0613,12,num,XOR,6,[3 2],2 5],0,1 +0613,0613,12,num,XOR,7,[7 3],3 5],0,1 +0613,0613,12,num,XOR,8,[0 9],9 0],1,1 +0613,0613,12,num,XOR,9,[4 2],2 4],1,1 +0613,0613,12,num,XOR,10,[5 8],7 8],0,1 +0613,0613,12,num,XOR,11,[0 2],2 0],1,1 +0613,0613,12,num,XOR,12,[3 6],6 3],1,1 +0613,0613,12,num,XOR,13,[6 8],8 6],1,1 +0613,0613,12,num,XOR,14,[6 7],7 9],0,1 +0613,0613,12,num,XOR,15,[8 0],0 6],0,1 +0613,0613,12,num,XOR,16,[8 4],4 1],0,1 +0613,0613,12,num,XOR,17,[4 0],0 4],1,1 +0613,0613,12,num,XOR,18,[1 0],0 4],0,1 +0613,0613,12,num,XOR,19,[7 4],4 7],1,1 +0613,0613,12,num,XOR,20,[0 5],5 3],0,1 +0613,0613,12,num,XOR,21,[3 4],2 3],0,1 +0613,0613,12,num,XOR,22,[6 9],9 2],0,1 +0613,0613,12,num,XOR,23,[0 1],1 0],1,1 +0613,0613,12,num,XOR,24,[7 0],0 6],0,1 +0613,0613,12,num,XOR,25,[2 5],5 7],0,1 +0613,0613,12,num,XOR,26,[5 9],9 5],1,1 +0613,0613,12,num,XOR,27,[1 7],7 1],1,1 +0613,0613,12,num,XOR,28,[9 0],0 4],0,1 +0613,0613,12,num,XOR,29,[1 5],5 8],0,1 +0613,0613,12,num,XOR,30,[6 2],2 5],0,1 +0613,0613,12,num,XOR,31,[4 9],9 6],0,1 +0613,0613,12,num,XOR,32,[6 9],9 6],1,1 +0613,0613,12,num,XOR,33,[4 8],8 0],0,1 +0613,0613,12,num,XOR,34,[2 5],5 0],0,1 +0613,0613,12,num,XOR,35,[8 6],6 8],1,1 +0613,0613,12,num,XOR,36,[2 7],7 2],1,1 +0613,0613,12,num,XOR,37,[8 3],2 8],0,1 +0613,0613,12,num,XOR,38,[1 4],4 2],0,1 +0613,0613,12,num,XOR,39,[4 6],2 4],0,1 +0613,0613,12,num,XOR,40,[2 8],8 2],1,1 +0613,0613,12,num,XOR,41,[5 3],3 5],1,1 +0613,0613,12,num,XOR,42,[7 0],0 7],1,1 +0613,0613,12,num,XOR,43,[6 1],1 3],0,1 +0613,0613,12,num,XOR,44,[9 0],0 1],0,1 +0613,0613,12,num,XOR,45,[1 3],3 1],1,1 +0613,0613,12,num,XOR,46,[8 0],16 0],0,1 +0613,0613,12,num,XOR,47,[0 8],8 7],0,1 +0613,0613,12,num,XOR,48,[6 1],1 2],0,1 +0613,0613,12,num,XOR,49,[5 0],0 5],1,1 +0613,0613,12,num,XOR,50,[7 6],6 7],1,1 +0613,0613,12,num,XOR,51,[1 6],6 12],0,1 +0613,0613,12,num,XOR,52,[7 8],8 7],1,1 +0613,0613,12,num,XOR,53,[4 0],0 7],0,1 +0613,0613,12,num,XOR,54,[0 2],2 0],1,1 +0613,0613,12,num,XOR,55,[2 9],None,0,1 +0613,0613,12,num,XOR,56,[7 1],1 6],0,1 +0613,0613,12,num,XOR,57,[6 0],0 6],1,1 +0613,0613,12,num,XOR,58,[9 8],8 2],0,1 +0613,0613,12,num,XOR,59,[2 6],6 5],0,1 +0613,0613,12,num,XOR,60,[5 0],0 4],0,1 +0613,0613,12,num,XOR,61,[3 2],2 1],0,1 +0613,0613,12,num,XOR,62,[3 0],0 6],0,1 +0613,0613,12,num,XOR,63,[9 1],16 1],0,1 +0613,0613,12,num,XOR,64,[4 1],1 4],1,1 +0613,0613,12,num,XOR,65,[2 1],1 2],1,1 +0613,0613,12,num,XOR,66,[6 9],None,0,1 +0613,0613,12,num,XOR,67,[7 2],2 6],0,1 +0613,0613,12,num,XOR,68,[5 7],7 2],0,1 +0613,0613,12,num,XOR,69,[2 7],7 4],0,1 +0613,0613,12,num,XOR,70,[6 4],4 1],0,1 +0613,0613,12,num,XOR,71,[5 0],0 5],1,1 +0613,0613,12,num,XOR,72,[2 9],9 2],1,1 +0613,0613,12,num,XOR,73,[3 1],1 3],1,1 +0613,0613,12,num,XOR,74,[1 0],0 0],0,1 +0613,0613,12,num,XOR,75,[2 0],0 2],1,1 +0613,0613,12,num,XOR,76,[0 1],1 2],0,1 +0613,0613,12,num,XOR,77,[3 6],None,0,1 +0613,0613,12,num,XOR,78,[9 6],None,0,1 +0613,0613,12,num,XOR,79,[0 5],5 0],1,1 +0613,0613,12,num,XOR,80,[3 9],9 3],1,1 +0613,0613,12,num,XOR,81,[6 0],0 3],0,1 +0613,0613,12,num,XOR,82,[5 9],None,0,1 +0613,0613,12,num,XOR,83,[7 2],2 7],1,1 +0613,0613,12,num,XOR,84,[2 1],1 2],1,1 +0613,0613,12,num,XOR,85,[4 9],None,0,1 +0613,0613,12,num,XOR,86,[9 4],4 9],1,1 +0613,0613,12,num,XOR,87,[0 8],8 5],0,1 +0613,0613,12,num,XOR,88,[8 0],0 4],0,1 +0613,0613,12,num,XOR,89,[8 1],1 2],0,1 +0613,0613,12,num,XOR,90,[2 6],6 8],0,1 +0613,0613,12,num,XOR,91,[5 0],0 0],0,1 +0613,0613,12,num,XOR,92,[2 7],7 2],1,1 +0613,0613,12,num,XOR,93,[5 0],0 5],1,1 +0613,0613,12,num,XOR,94,[8 6],4 4],0,1 +0613,0613,12,num,XOR,95,[5 7],None,0,1 +0613,0613,12,num,XOR,96,[8 1],1 7],0,1 +0613,0613,12,num,XOR,97,[1 4],4 7],0,1 +0613,0613,12,num,XOR,98,[3 7],7 3],1,1 +0613,0613,12,num,XOR,99,[8 9],9 8],1,1 +0613,0613,12,num,c3_set_union_permuted,0,[2 6 5 3],6 3 5 2],1,1 +0613,0613,12,num,c3_set_union_permuted,1,[1 6 7 5],5 6 1 7],1,1 +0613,0613,12,num,c3_set_union_permuted,2,[2 1 4 6],1 6 2 4],1,1 +0613,0613,12,num,c3_set_union_permuted,3,[6 0 1 3],3 1 0 6],1,1 +0613,0613,12,num,c3_set_union_permuted,4,[4 3 1 7],7 3 4 1],1,1 +0613,0613,12,num,c3_set_union_permuted,5,[7 5 8 4],5 8 4 7],1,1 +0613,0613,12,num,c3_set_union_permuted,6,[4 0 8 1],8 4 0 1],1,1 +0613,0613,12,num,c3_set_union_permuted,7,[2 8 4 1],8 4 2 1],1,1 +0613,0613,12,num,c3_set_union_permuted,8,[3 0 7 6],6 7 3 0],1,1 +0613,0613,12,num,c3_set_union_permuted,9,[6 9 2 4],6 4 2 9],1,1 +0613,0613,12,num,c3_set_union_permuted,10,[6 5 9 8],6 8 5 9],1,1 +0613,0613,12,num,c3_set_union_permuted,11,[4 7 2 0],2 0 4 7],1,1 +0613,0613,12,num,c3_set_union_permuted,12,[7 1 5 3],7 1 5 3],1,1 +0613,0613,12,num,c3_set_union_permuted,13,[0 2 3 4],4 0 3 2],1,1 +0613,0613,12,num,c3_set_union_permuted,14,[1 0 6 9],1 0 6 9],1,1 +0613,0613,12,num,c3_set_union_permuted,15,[7 0 6 1],7 1 6 0],1,1 +0613,0613,12,num,c3_set_union_permuted,16,[5 7 2 0],0 5 2 7],1,1 +0613,0613,12,num,c3_set_union_permuted,17,[4 2 6 8],2 4 8 6],1,1 +0613,0613,12,num,c3_set_union_permuted,18,[8 4 9 7],8 4 9 7],1,1 +0613,0613,12,num,c3_set_union_permuted,19,[8 9 0 6],6 8 9],0,1 +0613,0613,12,num,c3_set_union_permuted,20,[3 8 1 4],1 8 4 3],1,1 +0613,0613,12,num,c3_set_union_permuted,21,[7 9 3 0],7 3 9 0],1,1 +0613,0613,12,num,c3_set_union_permuted,22,[0 5 8 7],5 7 0 8],1,1 +0613,0613,12,num,c3_set_union_permuted,23,[7 1 9 3],1 3 9 7],1,1 +0613,0613,12,num,c3_set_union_permuted,24,[1 9 3 4],1 4 9 3],1,1 +0613,0613,12,num,c3_set_union_permuted,25,[7 8 4 6],8 7 4 6],1,1 +0613,0613,12,num,c3_set_union_permuted,26,[2 3 0 9],3 9 0 2],1,1 +0613,0613,12,num,c3_set_union_permuted,27,[4 3 0 6],0 4 6 3],1,1 +0613,0613,12,num,c3_set_union_permuted,28,[5 3 7 4],7 5 3 4],1,1 +0613,0613,12,num,c3_set_union_permuted,29,[2 1 4 3],1 3 4 2],1,1 +0613,0613,12,num,c3_set_union_permuted,30,[5 8 2 4],4 2 8 5],1,1 +0613,0613,12,num,c3_set_union_permuted,31,[5 6 9 3],6 9 5 3],1,1 +0613,0613,12,num,c3_set_union_permuted,32,[5 7 3 9],5 9 7 3],1,1 +0613,0613,12,num,c3_set_union_permuted,33,[7 8 3 1],7 8 3 1],1,1 +0613,0613,12,num,c3_set_union_permuted,34,[0 2 1 8],0 1 8 2],1,1 +0613,0613,12,num,c3_set_union_permuted,35,[1 3 0 7],0 3 7 1],1,1 +0613,0613,12,num,c3_set_union_permuted,36,[6 9 5 7],7 5 6 9],1,1 +0613,0613,12,num,c3_set_union_permuted,37,[6 5 4 3],4 3 5 6],1,1 +0613,0613,12,num,c3_set_union_permuted,38,[8 5 6 3],6 5 3 8],1,1 +0613,0613,12,num,c3_set_union_permuted,39,[8 9 0 1],0 1 8 9],1,1 +0613,0613,12,num,c3_set_union_permuted,40,[3 0 9 6],0 3 9 6],1,1 +0613,0613,12,num,c3_set_union_permuted,41,[0 3 5 8],0 8 3 5],1,1 +0613,0613,12,num,c3_set_union_permuted,42,[6 3 7 9],9 6 7 3],1,1 +0613,0613,12,num,c3_set_union_permuted,43,[6 8 3 9],3 8 6 9],1,1 +0613,0613,12,num,c3_set_union_permuted,44,[7 2 5 9],7 9 2 5],1,1 +0613,0613,12,num,c3_set_union_permuted,45,[5 3 4 1],3 5 4 1],1,1 +0613,0613,12,num,c3_set_union_permuted,46,[0 4 6 7],0 6 7 4],1,1 +0613,0613,12,num,c3_set_union_permuted,47,[8 3 0 7],8 7 0 3],1,1 +0613,0613,12,num,c3_set_union_permuted,48,[8 1 3 6],1 6 3 8],1,1 +0613,0613,12,num,c3_set_union_permuted,49,[2 1 0 7],2 1 7 0],1,1 +0613,0613,12,num,c3_set_union_permuted,50,[8 0 2 7],8 7 2 0],1,1 +0613,0613,12,num,c3_set_union_permuted,51,[1 8 0 3],3 0 8 1],1,1 +0613,0613,12,num,c3_set_union_permuted,52,[5 1 6 0],0 1 5 6],1,1 +0613,0613,12,num,c3_set_union_permuted,53,[4 9 7 6],7 4 6 9],1,1 +0613,0613,12,num,c3_set_union_permuted,54,[6 5 2 9],5 6 6 9],0,1 +0613,0613,12,num,c3_set_union_permuted,55,[5 7 4 6],6 7 5 4],1,1 +0613,0613,12,num,c3_set_union_permuted,56,[6 9 4 3],6 9 4 3],1,1 +0613,0613,12,num,c3_set_union_permuted,57,[6 8 0 7],8 7 0 6],1,1 +0613,0613,12,num,c3_set_union_permuted,58,[4 9 7 1],9 4 1 7],1,1 +0613,0613,12,num,c3_set_union_permuted,59,[1 0 7 4],0 7 1 4],1,1 +0613,0613,12,num,c3_set_union_permuted,60,[9 4 2 1],1 9 2 4],1,1 +0613,0613,12,num,c3_set_union_permuted,61,[7 6 2 9],2 7 9 6],1,1 +0613,0613,12,num,c3_set_union_permuted,62,[6 2 9 8],2 8 9 6],1,1 +0613,0613,12,num,c3_set_union_permuted,63,[9 4 6 0],0 9 4 6],1,1 +0613,0613,12,num,c3_set_union_permuted,64,[3 2 9 4],2 4 9 3],1,1 +0613,0613,12,num,c3_set_union_permuted,65,[2 9 0 7],7 0 9 2],1,1 +0613,0613,12,num,c3_set_union_permuted,66,[7 5 2 6],5 7 6 2],1,1 +0613,0613,12,num,c3_set_union_permuted,67,[3 4 0 7],0 7 4 3],1,1 +0613,0613,12,num,c3_set_union_permuted,68,[6 2 1 5],6 5 2 1],1,1 +0613,0613,12,num,c3_set_union_permuted,69,[5 1 3 9],1 3 9 5],1,1 +0613,0613,12,num,c3_set_union_permuted,70,[6 3 1 2],2 6 1 3],1,1 +0613,0613,12,num,c3_set_union_permuted,71,[8 9 0 3],8 0 3 9],1,1 +0613,0613,12,num,c3_set_union_permuted,72,[8 2 5 0],2 5 8 0],1,1 +0613,0613,12,num,c3_set_union_permuted,73,[3 6 1 4],4 6 3 1],1,1 +0613,0613,12,num,c3_set_union_permuted,74,[9 6 0 2],9 0 6 2],1,1 +0613,0613,12,num,c3_set_union_permuted,75,[5 9 4 7],7 5 4 9],1,1 +0613,0613,12,num,c3_set_union_permuted,76,[1 7 4 2],2 7 1 4],1,1 +0613,0613,12,num,c3_set_union_permuted,77,[3 5 2 1],2 1 3 5],1,1 +0613,0613,12,num,c3_set_union_permuted,78,[1 5 4 8],4 1 8 5],1,1 +0613,0613,12,num,c3_set_union_permuted,79,[2 1 5 8],5 8 1 2],1,1 +0613,0613,12,num,c3_set_union_permuted,80,[4 3 9 5],5 4 9 3],1,1 +0613,0613,12,num,c3_set_union_permuted,81,[2 1 9 0],1 2 9 0],1,1 +0613,0613,12,num,c3_set_union_permuted,82,[0 1 5 9],9 5 0 1],1,1 +0613,0613,12,num,c3_set_union_permuted,83,[0 2 8 9],9 2 0 8],1,1 +0613,0613,12,num,c3_set_union_permuted,84,[1 0 5 4],5 0 1 4],1,1 +0613,0613,12,num,c3_set_union_permuted,85,[5 3 4 0],4 5 3 0],1,1 +0613,0613,12,num,c3_set_union_permuted,86,[0 2 8 4],2 4 8 0],1,1 +0613,0613,12,num,c3_set_union_permuted,87,[3 6 5 0],0 3 5 6],1,1 +0613,0613,12,num,c3_set_union_permuted,88,[2 4 3 7],3 7 2 4],1,1 +0613,0613,12,num,c3_set_union_permuted,89,[0 6 8 5],5 8 0 6],1,1 +0613,0613,12,num,c3_set_union_permuted,90,[3 8 1 9],3 8 9 1],1,1 +0613,0613,12,num,c3_set_union_permuted,91,[8 2 7 1],1 7 2 8],1,1 +0613,0613,12,num,c3_set_union_permuted,92,[7 6 4 3],4 7 6 3],1,1 +0613,0613,12,num,c3_set_union_permuted,93,[7 0 2 6],0 2 7 6],1,1 +0613,0613,12,num,c3_set_union_permuted,94,[8 3 5 4],8 5 4 3],1,1 +0613,0613,12,num,c3_set_union_permuted,95,[1 6 7 4],4 1 7 6],1,1 +0613,0613,12,num,c3_set_union_permuted,96,[8 6 7 1],6 7 1 8],1,1 +0613,0613,12,num,c3_set_union_permuted,97,[5 6 7 0],0 5 6 7],1,1 +0613,0613,12,num,c3_set_union_permuted,98,[3 6 2 7],6 3 7 2],1,1 +0613,0613,12,num,c3_set_union_permuted,99,[3 5 2 7],3 2 7 5],1,1 +0613,0613,12,num,c2_set_union_permuted,0,[5],1 5],0,1 +0613,0613,12,num,c2_set_union_permuted,1,[5],6],0,1 +0613,0613,12,num,c2_set_union_permuted,2,[9],7 9],0,1 +0613,0613,12,num,c2_set_union_permuted,3,[8],8 0],0,1 +0613,0613,12,num,c2_set_union_permuted,4,[8],8 7],0,1 +0613,0613,12,num,c2_set_union_permuted,5,[6],6 9],0,1 +0613,0613,12,num,c2_set_union_permuted,6,[7],7],1,1 +0613,0613,12,num,c2_set_union_permuted,7,[3],3 6],0,1 +0613,0613,12,num,c2_set_union_permuted,8,[8],1 8 6],0,1 +0613,0613,12,num,c2_set_union_permuted,9,[4],4],1,1 +0613,0613,12,num,c2_set_union_permuted,10,[4],2 8],0,1 +0613,0613,12,num,c2_set_union_permuted,11,[0],0 1],0,1 +0613,0613,12,num,c2_set_union_permuted,12,[7],7 5],0,1 +0613,0613,12,num,c2_set_union_permuted,13,[5],5 3],0,1 +0613,0613,12,num,c2_set_union_permuted,14,[3],3],1,1 +0613,0613,12,num,c2_set_union_permuted,15,[3],3 5],0,1 +0613,0613,12,num,c2_set_union_permuted,16,[3],3],1,1 +0613,0613,12,num,c2_set_union_permuted,17,[1],1],1,1 +0613,0613,12,num,c2_set_union_permuted,18,[5],5 0],0,1 +0613,0613,12,num,c2_set_union_permuted,19,[2],2 3],0,1 +0613,0613,12,num,c2_set_union_permuted,20,[5],7 5 4],0,1 +0613,0613,12,num,c2_set_union_permuted,21,[8],8],1,1 +0613,0613,12,num,c2_set_union_permuted,22,[9],9],1,1 +0613,0613,12,num,c2_set_union_permuted,23,[5],5 2],0,1 +0613,0613,12,num,c2_set_union_permuted,24,[3],5 3],0,1 +0613,0613,12,num,c2_set_union_permuted,25,[0],0],1,1 +0613,0613,12,num,c2_set_union_permuted,26,[8],8 0],0,1 +0613,0613,12,num,c2_set_union_permuted,27,[5],5 9],0,1 +0613,0613,12,num,c2_set_union_permuted,28,[0],0],1,1 +0613,0613,12,num,c2_set_union_permuted,29,[6],6],1,1 +0613,0613,12,num,c2_set_union_permuted,30,[6],6],1,1 +0613,0613,12,num,c2_set_union_permuted,31,[0],0],1,1 +0613,0613,12,num,c2_set_union_permuted,32,[8],8],1,1 +0613,0613,12,num,c2_set_union_permuted,33,[4],3 4 5],0,1 +0613,0613,12,num,c2_set_union_permuted,34,[8],8],1,1 +0613,0613,12,num,c2_set_union_permuted,35,[4],4 1],0,1 +0613,0613,12,num,c2_set_union_permuted,36,[5],5 8 4 3],0,1 +0613,0613,12,num,c2_set_union_permuted,37,[3],3],1,1 +0613,0613,12,num,c2_set_union_permuted,38,[9],9 4],0,1 +0613,0613,12,num,c2_set_union_permuted,39,[9],0 9 7],0,1 +0613,0613,12,num,c2_set_union_permuted,40,[1],4 7],0,1 +0613,0613,12,num,c2_set_union_permuted,41,[4],4],1,1 +0613,0613,12,num,c2_set_union_permuted,42,[6],None,0,1 +0613,0613,12,num,c2_set_union_permuted,43,[1],1],1,1 +0613,0613,12,num,c2_set_union_permuted,44,[5],5],1,1 +0613,0613,12,num,c2_set_union_permuted,45,[3],3 9],0,1 +0613,0613,12,num,c2_set_union_permuted,46,[9],9 1],0,1 +0613,0613,12,num,c2_set_union_permuted,47,[4],4],1,1 +0613,0613,12,num,c2_set_union_permuted,48,[8],8 1],0,1 +0613,0613,12,num,c2_set_union_permuted,49,[4],4],1,1 +0613,0613,12,num,c2_set_union_permuted,50,[4],4],1,1 +0613,0613,12,num,c2_set_union_permuted,51,[3],3],1,1 +0613,0613,12,num,c2_set_union_permuted,52,[4],4 1],0,1 +0613,0613,12,num,c2_set_union_permuted,53,[6],6],1,1 +0613,0613,12,num,c2_set_union_permuted,54,[0],0],1,1 +0613,0613,12,num,c2_set_union_permuted,55,[7],7 2],0,1 +0613,0613,12,num,c2_set_union_permuted,56,[4],4],1,1 +0613,0613,12,num,c2_set_union_permuted,57,[7],7 9],0,1 +0613,0613,12,num,c2_set_union_permuted,58,[2],2 2],0,1 +0613,0613,12,num,c2_set_union_permuted,59,[3],0 3 4],0,1 +0613,0613,12,num,c2_set_union_permuted,60,[7],2 7 3 2],0,1 +0613,0613,12,num,c2_set_union_permuted,61,[0],0],1,1 +0613,0613,12,num,c2_set_union_permuted,62,[2],2],1,1 +0613,0613,12,num,c2_set_union_permuted,63,[7],7],1,1 +0613,0613,12,num,c2_set_union_permuted,64,[2],2],1,1 +0613,0613,12,num,c2_set_union_permuted,65,[3],3],1,1 +0613,0613,12,num,c2_set_union_permuted,66,[1],1 3],0,1 +0613,0613,12,num,c2_set_union_permuted,67,[3],3],1,1 +0613,0613,12,num,c2_set_union_permuted,68,[6],6 7],0,1 +0613,0613,12,num,c2_set_union_permuted,69,[0],0 3],0,1 +0613,0613,12,num,c2_set_union_permuted,70,[3],3 2],0,1 +0613,0613,12,num,c2_set_union_permuted,71,[6],6],1,1 +0613,0613,12,num,c2_set_union_permuted,72,[2],2],1,1 +0613,0613,12,num,c2_set_union_permuted,73,[7],1 7],0,1 +0613,0613,12,num,c2_set_union_permuted,74,[3],3 9],0,1 +0613,0613,12,num,c2_set_union_permuted,75,[0],0 6],0,1 +0613,0613,12,num,c2_set_union_permuted,76,[8],0 8],0,1 +0613,0613,12,num,c2_set_union_permuted,77,[9],9],1,1 +0613,0613,12,num,c2_set_union_permuted,78,[6],4 6],0,1 +0613,0613,12,num,c2_set_union_permuted,79,[3],3 5],0,1 +0613,0613,12,num,c2_set_union_permuted,80,[1],1 6],0,1 +0613,0613,12,num,c2_set_union_permuted,81,[4],4 5],0,1 +0613,0613,12,num,c2_set_union_permuted,82,[3],3 0],0,1 +0613,0613,12,num,c2_set_union_permuted,83,[7],7],1,1 +0613,0613,12,num,c2_set_union_permuted,84,[5],5],1,1 +0613,0613,12,num,c2_set_union_permuted,85,[9],9],1,1 +0613,0613,12,num,c2_set_union_permuted,86,[8],8],1,1 +0613,0613,12,num,c2_set_union_permuted,87,[3],2 3],0,1 +0613,0613,12,num,c2_set_union_permuted,88,[8],8 9],0,1 +0613,0613,12,num,c2_set_union_permuted,89,[8],8],1,1 +0613,0613,12,num,c2_set_union_permuted,90,[8],7 8],0,1 +0613,0613,12,num,c2_set_union_permuted,91,[8],8 7 8 6],0,1 +0613,0613,12,num,c2_set_union_permuted,92,[5],5],1,1 +0613,0613,12,num,c2_set_union_permuted,93,[4],4],1,1 +0613,0613,12,num,c2_set_union_permuted,94,[0],0],1,1 +0613,0613,12,num,c2_set_union_permuted,95,[6],None,0,1 +0613,0613,12,num,c2_set_union_permuted,96,[0],0],1,1 +0613,0613,12,num,c2_set_union_permuted,97,[1],5 1 5],0,1 +0613,0613,12,num,c2_set_union_permuted,98,[9],9],1,1 +0613,0613,12,num,c2_set_union_permuted,99,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,0,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,1,[4],4],1,1 +0613,0613,12,num,c1_set_union_permuted,2,[2],2],1,1 +0613,0613,12,num,c1_set_union_permuted,3,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,4,[1],1],1,1 +0613,0613,12,num,c1_set_union_permuted,5,[2],2],1,1 +0613,0613,12,num,c1_set_union_permuted,6,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,7,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,8,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,9,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,10,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,11,[8],8],1,1 +0613,0613,12,num,c1_set_union_permuted,12,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,13,[8],8],1,1 +0613,0613,12,num,c1_set_union_permuted,14,[5],5],1,1 +0613,0613,12,num,c1_set_union_permuted,15,[2],2],1,1 +0613,0613,12,num,c1_set_union_permuted,16,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,17,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,18,[4],4],1,1 +0613,0613,12,num,c1_set_union_permuted,19,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,20,[1],1],1,1 +0613,0613,12,num,c1_set_union_permuted,21,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,22,[8],8],1,1 +0613,0613,12,num,c1_set_union_permuted,23,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,24,[7],7],1,1 +0613,0613,12,num,c1_set_union_permuted,25,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,26,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,27,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,28,[1],1],1,1 +0613,0613,12,num,c1_set_union_permuted,29,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,30,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,31,[4],4],1,1 +0613,0613,12,num,c1_set_union_permuted,32,[4],4],1,1 +0613,0613,12,num,c1_set_union_permuted,33,[4],4],1,1 +0613,0613,12,num,c1_set_union_permuted,34,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,35,[2],2],1,1 +0613,0613,12,num,c1_set_union_permuted,36,[5],5],1,1 +0613,0613,12,num,c1_set_union_permuted,37,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,38,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,39,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,40,[8],8],1,1 +0613,0613,12,num,c1_set_union_permuted,41,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,42,[4],4],1,1 +0613,0613,12,num,c1_set_union_permuted,43,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,44,[7],7],1,1 +0613,0613,12,num,c1_set_union_permuted,45,[7],7],1,1 +0613,0613,12,num,c1_set_union_permuted,46,[2],2],1,1 +0613,0613,12,num,c1_set_union_permuted,47,[5],5],1,1 +0613,0613,12,num,c1_set_union_permuted,48,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,49,[8],0 8],0,1 +0613,0613,12,num,c1_set_union_permuted,50,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,51,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,52,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,53,[8],8],1,1 +0613,0613,12,num,c1_set_union_permuted,54,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,55,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,56,[5],5],1,1 +0613,0613,12,num,c1_set_union_permuted,57,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,58,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,59,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,60,[1],1],1,1 +0613,0613,12,num,c1_set_union_permuted,61,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,62,[4],4],1,1 +0613,0613,12,num,c1_set_union_permuted,63,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,64,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,65,[2],2],1,1 +0613,0613,12,num,c1_set_union_permuted,66,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,67,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,68,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,69,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,70,[8],8],1,1 +0613,0613,12,num,c1_set_union_permuted,71,[5],5],1,1 +0613,0613,12,num,c1_set_union_permuted,72,[1],1],1,1 +0613,0613,12,num,c1_set_union_permuted,73,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,74,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,75,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,76,[4],4],1,1 +0613,0613,12,num,c1_set_union_permuted,77,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,78,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,79,[1],1],1,1 +0613,0613,12,num,c1_set_union_permuted,80,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,81,[2],2],1,1 +0613,0613,12,num,c1_set_union_permuted,82,[1],1],1,1 +0613,0613,12,num,c1_set_union_permuted,83,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,84,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,85,[8],8],1,1 +0613,0613,12,num,c1_set_union_permuted,86,[4],4],1,1 +0613,0613,12,num,c1_set_union_permuted,87,[3],3],1,1 +0613,0613,12,num,c1_set_union_permuted,88,[0],0],1,1 +0613,0613,12,num,c1_set_union_permuted,89,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,90,[5],5],1,1 +0613,0613,12,num,c1_set_union_permuted,91,[1],1],1,1 +0613,0613,12,num,c1_set_union_permuted,92,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,93,[5],5],1,1 +0613,0613,12,num,c1_set_union_permuted,94,[9],9],1,1 +0613,0613,12,num,c1_set_union_permuted,95,[2],2],1,1 +0613,0613,12,num,c1_set_union_permuted,96,[7],7],1,1 +0613,0613,12,num,c1_set_union_permuted,97,[4],4],1,1 +0613,0613,12,num,c1_set_union_permuted,98,[6],6],1,1 +0613,0613,12,num,c1_set_union_permuted,99,[2],2],1,1 +0613,0613,12,num,XOR_permuted,0,[4 0],0 4],1,1 +0613,0613,12,num,XOR_permuted,1,[8 4],8 4],1,1 +0613,0613,12,num,XOR_permuted,2,[1 7],7 1],1,1 +0613,0613,12,num,XOR_permuted,3,[6 0],0 6],1,1 +0613,0613,12,num,XOR_permuted,4,[3 6],3 6],1,1 +0613,0613,12,num,XOR_permuted,5,[5 6],6 4],0,1 +0613,0613,12,num,XOR_permuted,6,[3 9],7 9],0,1 +0613,0613,12,num,XOR_permuted,7,[0 8],8 0],1,1 +0613,0613,12,num,XOR_permuted,8,[1 4],4 3],0,1 +0613,0613,12,num,XOR_permuted,9,[8 3],8 3],1,1 +0613,0613,12,num,XOR_permuted,10,[9 6],6 9],1,1 +0613,0613,12,num,XOR_permuted,11,[0 7],5 7],0,1 +0613,0613,12,num,XOR_permuted,12,[0 9],0 9],1,1 +0613,0613,12,num,XOR_permuted,13,[3 6],3 6],1,1 +0613,0613,12,num,XOR_permuted,14,[1 3],1 3],1,1 +0613,0613,12,num,XOR_permuted,15,[0 7],7 0],1,1 +0613,0613,12,num,XOR_permuted,16,[7 8],8 7],1,1 +0613,0613,12,num,XOR_permuted,17,[6 2],6 2],1,1 +0613,0613,12,num,XOR_permuted,18,[7 8],7 8],1,1 +0613,0613,12,num,XOR_permuted,19,[0 9],9 0],1,1 +0613,0613,12,num,XOR_permuted,20,[0 2],2 1],0,1 +0613,0613,12,num,XOR_permuted,21,[6 5],5 1],0,1 +0613,0613,12,num,XOR_permuted,22,[0 3],0 3],1,1 +0613,0613,12,num,XOR_permuted,23,[0 9],16 9],0,1 +0613,0613,12,num,XOR_permuted,24,[8 0],0 8],1,1 +0613,0613,12,num,XOR_permuted,25,[2 8],8 1],0,1 +0613,0613,12,num,XOR_permuted,26,[3 9],9 8],0,1 +0613,0613,12,num,XOR_permuted,27,[2 9],9 2],1,1 +0613,0613,12,num,XOR_permuted,28,[3 7],7 3],1,1 +0613,0613,12,num,XOR_permuted,29,[9 0],9 8],0,1 +0613,0613,12,num,XOR_permuted,30,[2 5],2 5],1,1 +0613,0613,12,num,XOR_permuted,31,[2 6],6 2],1,1 +0613,0613,12,num,XOR_permuted,32,[0 2],2 0],1,1 +0613,0613,12,num,XOR_permuted,33,[5 7],5 7],1,1 +0613,0613,12,num,XOR_permuted,34,[3 5],3 0],0,1 +0613,0613,12,num,XOR_permuted,35,[6 0],4 4],0,1 +0613,0613,12,num,XOR_permuted,36,[6 0],0 6],1,1 +0613,0613,12,num,XOR_permuted,37,[4 5],4 5],1,1 +0613,0613,12,num,XOR_permuted,38,[8 9],8 9],1,1 +0613,0613,12,num,XOR_permuted,39,[6 7],7 6],1,1 +0613,0613,12,num,XOR_permuted,40,[9 3],9 3],1,1 +0613,0613,12,num,XOR_permuted,41,[7 6],2 7],0,1 +0613,0613,12,num,XOR_permuted,42,[8 9],8 9],1,1 +0613,0613,12,num,XOR_permuted,43,[7 0],0 7],1,1 +0613,0613,12,num,XOR_permuted,44,[2 1],3 4],0,1 +0613,0613,12,num,XOR_permuted,45,[3 5],5 3],1,1 +0613,0613,12,num,XOR_permuted,46,[2 0],8 0],0,1 +0613,0613,12,num,XOR_permuted,47,[2 0],2 0],1,1 +0613,0613,12,num,XOR_permuted,48,[0 1],1 0],1,1 +0613,0613,12,num,XOR_permuted,49,[5 1],5 1],1,1 +0613,0613,12,num,XOR_permuted,50,[6 9],None,0,1 +0613,0613,12,num,XOR_permuted,51,[0 1],0 5],0,1 +0613,0613,12,num,XOR_permuted,52,[9 8],8 6],0,1 +0613,0613,12,num,XOR_permuted,53,[8 2],8 1],0,1 +0613,0613,12,num,XOR_permuted,54,[1 0],8 1],0,1 +0613,0613,12,num,XOR_permuted,55,[5 9],None,0,1 +0613,0613,12,num,XOR_permuted,56,[0 6],0 6],1,1 +0613,0613,12,num,XOR_permuted,57,[5 4],5 4],1,1 +0613,0613,12,num,XOR_permuted,58,[7 5],7 5],1,1 +0613,0613,12,num,XOR_permuted,59,[8 2],2 8],1,1 +0613,0613,12,num,XOR_permuted,60,[9 2],0 2],0,1 +0613,0613,12,num,XOR_permuted,61,[0 1],1 0],1,1 +0613,0613,12,num,XOR_permuted,62,[0 2],1 0],0,1 +0613,0613,12,num,XOR_permuted,63,[2 0],0 2],1,1 +0613,0613,12,num,XOR_permuted,64,[2 3],2 3],1,1 +0613,0613,12,num,XOR_permuted,65,[9 6],None,0,1 +0613,0613,12,num,XOR_permuted,66,[9 4],4 9],1,1 +0613,0613,12,num,XOR_permuted,67,[0 4],8 0],0,1 +0613,0613,12,num,XOR_permuted,68,[9 5],None,0,1 +0613,0613,12,num,XOR_permuted,69,[6 4],6 4],1,1 +0613,0613,12,num,XOR_permuted,70,[5 0],5 0],1,1 +0613,0613,12,num,XOR_permuted,71,[3 1],3 1],1,1 +0613,0613,12,num,XOR_permuted,72,[8 1],1 8],1,1 +0613,0613,12,num,XOR_permuted,73,[6 3],6 3],1,1 +0613,0613,12,num,XOR_permuted,74,[0 9],1 0],0,1 +0613,0613,12,num,XOR_permuted,75,[2 9],2 9],1,1 +0613,0613,12,num,XOR_permuted,76,[9 6],None,0,1 +0613,0613,12,num,XOR_permuted,77,[4 1],1 5],0,1 +0613,0613,12,num,XOR_permuted,78,[1 4],1 4],1,1 +0613,0613,12,num,XOR_permuted,79,[7 3],6 7],0,1 +0613,0613,12,num,XOR_permuted,80,[8 3],3 8],1,1 +0613,0613,12,num,XOR_permuted,81,[5 6],5 6],1,1 +0613,0613,12,num,XOR_permuted,82,[5 7],3 3],0,1 +0613,0613,12,num,XOR_permuted,83,[7 0],0 7],1,1 +0613,0613,12,num,XOR_permuted,84,[6 9],5 9],0,1 +0613,0613,12,num,XOR_permuted,85,[9 4],4 9],1,1 +0613,0613,12,num,XOR_permuted,86,[6 2],2 6],1,1 +0613,0613,12,num,XOR_permuted,87,[9 4],4 9],1,1 +0613,0613,12,num,XOR_permuted,88,[3 1],3 1],1,1 +0613,0613,12,num,XOR_permuted,89,[4 9],None,0,1 +0613,0613,12,num,XOR_permuted,90,[1 5],5 1],1,1 +0613,0613,12,num,XOR_permuted,91,[4 0],4 4],0,1 +0613,0613,12,num,XOR_permuted,92,[8 4],6 8],0,1 +0613,0613,12,num,XOR_permuted,93,[5 8],2 5],0,1 +0613,0613,12,num,XOR_permuted,94,[3 7],7 3],1,1 +0613,0613,12,num,XOR_permuted,95,[8 5],5 8],1,1 +0613,0613,12,num,XOR_permuted,96,[5 9],5 9],1,1 +0613,0613,12,num,XOR_permuted,97,[8 3],8 3],1,1 +0613,0613,12,num,XOR_permuted,98,[7 5],7 5],1,1 +0613,0613,12,num,XOR_permuted,99,[6 7],7 6],1,1 +0613,0613,12,num,AND_permuted,0,[],7],0,1 +0613,0613,12,num,AND_permuted,1,[],2],0,1 +0613,0613,12,num,AND_permuted,2,[],7],0,1 +0613,0613,12,num,AND_permuted,3,[],2],0,1 +0613,0613,12,num,AND_permuted,4,[],1],0,1 +0613,0613,12,num,AND_permuted,5,[],2],0,1 +0613,0613,12,num,AND_permuted,6,[],4],0,1 +0613,0613,12,num,AND_permuted,7,[],4],0,1 +0613,0613,12,num,AND_permuted,8,[],3],0,1 +0613,0613,12,num,AND_permuted,9,[],0],0,1 +0613,0613,12,num,AND_permuted,10,[],9],0,1 +0613,0613,12,num,AND_permuted,11,[],8],0,1 +0613,0613,12,num,AND_permuted,12,[],0],0,1 +0613,0613,12,num,AND_permuted,13,[],6],0,1 +0613,0613,12,num,AND_permuted,14,[],6],0,1 +0613,0613,12,num,AND_permuted,15,[],3],0,1 +0613,0613,12,num,AND_permuted,16,[],4],0,1 +0613,0613,12,num,AND_permuted,17,[],2],0,1 +0613,0613,12,num,AND_permuted,18,[],0],0,1 +0613,0613,12,num,AND_permuted,19,[],1],0,1 +0613,0613,12,num,AND_permuted,20,[],2],0,1 +0613,0613,12,num,AND_permuted,21,[],4],0,1 +0613,0613,12,num,AND_permuted,22,[],2],0,1 +0613,0613,12,num,AND_permuted,23,[],6,0,1 +0613,0613,12,num,AND_permuted,24,[],7,0,1 +0613,0613,12,num,AND_permuted,25,[],2],0,1 +0613,0613,12,num,AND_permuted,26,[],4,0,1 +0613,0613,12,num,AND_permuted,27,[],4],0,1 +0613,0613,12,num,AND_permuted,28,[],4],0,1 +0613,0613,12,num,AND_permuted,29,[],1],0,1 +0613,0613,12,num,AND_permuted,30,[],5],0,1 +0613,0613,12,num,AND_permuted,31,[],1],0,1 +0613,0613,12,num,AND_permuted,32,[],2],0,1 +0613,0613,12,num,AND_permuted,33,[],8],0,1 +0613,0613,12,num,AND_permuted,34,[],4],0,1 +0613,0613,12,num,AND_permuted,35,[],0],0,1 +0613,0613,12,num,AND_permuted,36,[],0],0,1 +0613,0613,12,num,AND_permuted,37,[],2],0,1 +0613,0613,12,num,AND_permuted,38,[],4],0,1 +0613,0613,12,num,AND_permuted,39,[],1],0,1 +0613,0613,12,num,AND_permuted,40,[],8],0,1 +0613,0613,12,num,AND_permuted,41,[],4],0,1 +0613,0613,12,num,AND_permuted,42,[],0],0,1 +0613,0613,12,num,AND_permuted,43,[],7,0,1 +0613,0613,12,num,AND_permuted,44,[],9],0,1 +0613,0613,12,num,AND_permuted,45,[],5,0,1 +0613,0613,12,num,AND_permuted,46,[],2],0,1 +0613,0613,12,num,AND_permuted,47,[],3],0,1 +0613,0613,12,num,AND_permuted,48,[],8],0,1 +0613,0613,12,num,AND_permuted,49,[],6],0,1 +0613,0613,12,num,AND_permuted,50,[],8],0,1 +0613,0613,12,num,AND_permuted,51,[],6],0,1 +0613,0613,12,num,AND_permuted,52,[],3],0,1 +0613,0613,12,num,AND_permuted,53,[],6],0,1 +0613,0613,12,num,AND_permuted,54,[],5],0,1 +0613,0613,12,num,AND_permuted,55,[],8],0,1 +0613,0613,12,num,AND_permuted,56,[],1],0,1 +0613,0613,12,num,AND_permuted,57,[],3],0,1 +0613,0613,12,num,AND_permuted,58,[],0],0,1 +0613,0613,12,num,AND_permuted,59,[],7],0,1 +0613,0613,12,num,AND_permuted,60,[],5],0,1 +0613,0613,12,num,AND_permuted,61,[],2],0,1 +0613,0613,12,num,AND_permuted,62,[],4],0,1 +0613,0613,12,num,AND_permuted,63,[],7],0,1 +0613,0613,12,num,AND_permuted,64,[],2],0,1 +0613,0613,12,num,AND_permuted,65,[],6],0,1 +0613,0613,12,num,AND_permuted,66,[],9],0,1 +0613,0613,12,num,AND_permuted,67,[],5],0,1 +0613,0613,12,num,AND_permuted,68,[],9],0,1 +0613,0613,12,num,AND_permuted,69,[],6],0,1 +0613,0613,12,num,AND_permuted,70,[],0],0,1 +0613,0613,12,num,AND_permuted,71,[],1],0,1 +0613,0613,12,num,AND_permuted,72,[],4],0,1 +0613,0613,12,num,AND_permuted,73,[],1],0,1 +0613,0613,12,num,AND_permuted,74,[],1],0,1 +0613,0613,12,num,AND_permuted,75,[],4],0,1 +0613,0613,12,num,AND_permuted,76,[],3],0,1 +0613,0613,12,num,AND_permuted,77,[],8],0,1 +0613,0613,12,num,AND_permuted,78,[],4,0,1 +0613,0613,12,num,AND_permuted,79,[],1],0,1 +0613,0613,12,num,AND_permuted,80,[],7],0,1 +0613,0613,12,num,AND_permuted,81,[],5],0,1 +0613,0613,12,num,AND_permuted,82,[],3],0,1 +0613,0613,12,num,AND_permuted,83,[],2],0,1 +0613,0613,12,num,AND_permuted,84,[],8],0,1 +0613,0613,12,num,AND_permuted,85,[],2],0,1 +0613,0613,12,num,AND_permuted,86,[],8],0,1 +0613,0613,12,num,AND_permuted,87,[],9],0,1 +0613,0613,12,num,AND_permuted,88,[],5],0,1 +0613,0613,12,num,AND_permuted,89,[],5],0,1 +0613,0613,12,num,AND_permuted,90,[],6],0,1 +0613,0613,12,num,AND_permuted,91,[],1],0,1 +0613,0613,12,num,AND_permuted,92,[],2],0,1 +0613,0613,12,num,AND_permuted,93,[],0],0,1 +0613,0613,12,num,AND_permuted,94,[],0],0,1 +0613,0613,12,num,AND_permuted,95,[],4,0,1 +0613,0613,12,num,AND_permuted,96,[],1],0,1 +0613,0613,12,num,AND_permuted,97,[],5],0,1 +0613,0613,12,num,AND_permuted,98,[],4],0,1 +0613,0613,12,num,AND_permuted,99,[],2,0,1 +0613,0613,12,symb,row_constant,0,['!'],!],1,1 +0613,0613,12,symb,row_constant,1,['('],(],1,1 +0613,0613,12,symb,row_constant,2,['>'],>],1,1 +0613,0613,12,symb,row_constant,3,['!'],!],1,1 +0613,0613,12,symb,row_constant,4,['~'],~],1,1 +0613,0613,12,symb,row_constant,5,['>'],>],1,1 +0613,0613,12,symb,row_constant,6,['<'],<],1,1 +0613,0613,12,symb,row_constant,7,['$'],$],1,1 +0613,0613,12,symb,row_constant,8,['('],)],0,1 +0613,0613,12,symb,row_constant,9,['('],(],1,1 +0613,0613,12,symb,row_constant,10,[':'],:],1,1 +0613,0613,12,symb,row_constant,11,['$'],$],1,1 +0613,0613,12,symb,row_constant,12,['%'],%],1,1 +0613,0613,12,symb,row_constant,13,['%'],%],1,1 +0613,0613,12,symb,row_constant,14,['&'],&],1,1 +0613,0613,12,symb,row_constant,15,['('],(],1,1 +0613,0613,12,symb,row_constant,16,['!'],!],1,1 +0613,0613,12,symb,row_constant,17,['>'],>],1,1 +0613,0613,12,symb,row_constant,18,['%'],%],1,1 +0613,0613,12,symb,row_constant,19,['<'],<],1,1 +0613,0613,12,symb,row_constant,20,['%'],%],1,1 +0613,0613,12,symb,row_constant,21,['!'],!],1,1 +0613,0613,12,symb,row_constant,22,['>'],>],1,1 +0613,0613,12,symb,row_constant,23,['$'],$],1,1 +0613,0613,12,symb,row_constant,24,['>'],>],1,1 +0613,0613,12,symb,row_constant,25,['('],(],1,1 +0613,0613,12,symb,row_constant,26,['<'],<],1,1 +0613,0613,12,symb,row_constant,27,['$'],$],1,1 +0613,0613,12,symb,row_constant,28,['~'],~],1,1 +0613,0613,12,symb,row_constant,29,['>'],>],1,1 +0613,0613,12,symb,row_constant,30,['~'],~],1,1 +0613,0613,12,symb,row_constant,31,['('],(],1,1 +0613,0613,12,symb,row_constant,32,['*'],*],1,1 +0613,0613,12,symb,row_constant,33,['('],)],0,1 +0613,0613,12,symb,row_constant,34,['~'],~],1,1 +0613,0613,12,symb,row_constant,35,['>'],>],1,1 +0613,0613,12,symb,row_constant,36,['('],(],1,1 +0613,0613,12,symb,row_constant,37,['!'],!],1,1 +0613,0613,12,symb,row_constant,38,['%'],%],1,1 +0613,0613,12,symb,row_constant,39,['$'],$],1,1 +0613,0613,12,symb,row_constant,40,['%'],%],1,1 +0613,0613,12,symb,row_constant,41,['~'],~],1,1 +0613,0613,12,symb,row_constant,42,['&'],&],1,1 +0613,0613,12,symb,row_constant,43,['('],(],1,1 +0613,0613,12,symb,row_constant,44,['<'],<],1,1 +0613,0613,12,symb,row_constant,45,['!'],!],1,1 +0613,0613,12,symb,row_constant,46,['*'],*],1,1 +0613,0613,12,symb,row_constant,47,[':'],:],1,1 +0613,0613,12,symb,row_constant,48,[':'],:],1,1 +0613,0613,12,symb,row_constant,49,['>'],>],1,1 +0613,0613,12,symb,row_constant,50,['&'],&],1,1 +0613,0613,12,symb,row_constant,51,['('],(],1,1 +0613,0613,12,symb,row_constant,52,['>'],>],1,1 +0613,0613,12,symb,row_constant,53,['>'],>],1,1 +0613,0613,12,symb,row_constant,54,['$'],$],1,1 +0613,0613,12,symb,row_constant,55,['%'],%],1,1 +0613,0613,12,symb,row_constant,56,['>'],>],1,1 +0613,0613,12,symb,row_constant,57,['%'],%],1,1 +0613,0613,12,symb,row_constant,58,['!'],!],1,1 +0613,0613,12,symb,row_constant,59,['<'],<],1,1 +0613,0613,12,symb,row_constant,60,['&'],&],1,1 +0613,0613,12,symb,row_constant,61,['!'],!],1,1 +0613,0613,12,symb,row_constant,62,['!'],!],1,1 +0613,0613,12,symb,row_constant,63,['!'],!],1,1 +0613,0613,12,symb,row_constant,64,['&'],&],1,1 +0613,0613,12,symb,row_constant,65,['('],(],1,1 +0613,0613,12,symb,row_constant,66,[':'],:],1,1 +0613,0613,12,symb,row_constant,67,['<'],<],1,1 +0613,0613,12,symb,row_constant,68,['('],(],1,1 +0613,0613,12,symb,row_constant,69,['('],(],1,1 +0613,0613,12,symb,row_constant,70,['('],(],1,1 +0613,0613,12,symb,row_constant,71,['>'],>],1,1 +0613,0613,12,symb,row_constant,72,['&'],&],1,1 +0613,0613,12,symb,row_constant,73,['~'],~],1,1 +0613,0613,12,symb,row_constant,74,['<'],<],1,1 +0613,0613,12,symb,row_constant,75,['%'],%],1,1 +0613,0613,12,symb,row_constant,76,['>'],>],1,1 +0613,0613,12,symb,row_constant,77,['>'],>],1,1 +0613,0613,12,symb,row_constant,78,['('],(],1,1 +0613,0613,12,symb,row_constant,79,['*'],*],1,1 +0613,0613,12,symb,row_constant,80,['!'],!],1,1 +0613,0613,12,symb,row_constant,81,['*'],*],1,1 +0613,0613,12,symb,row_constant,82,['$'],$],1,1 +0613,0613,12,symb,row_constant,83,[':'],:],1,1 +0613,0613,12,symb,row_constant,84,['<'],<],1,1 +0613,0613,12,symb,row_constant,85,['*'],*],1,1 +0613,0613,12,symb,row_constant,86,['('],(],1,1 +0613,0613,12,symb,row_constant,87,['>'],>],1,1 +0613,0613,12,symb,row_constant,88,['%'],%],1,1 +0613,0613,12,symb,row_constant,89,['!'],!],1,1 +0613,0613,12,symb,row_constant,90,['>'],>],1,1 +0613,0613,12,symb,row_constant,91,['>'],>],1,1 +0613,0613,12,symb,row_constant,92,['&'],&],1,1 +0613,0613,12,symb,row_constant,93,['>'],>],1,1 +0613,0613,12,symb,row_constant,94,['*'],*],1,1 +0613,0613,12,symb,row_constant,95,['~'],~],1,1 +0613,0613,12,symb,row_constant,96,['~'],~],1,1 +0613,0613,12,symb,row_constant,97,['*'],*],1,1 +0613,0613,12,symb,row_constant,98,[':'],:],1,1 +0613,0613,12,symb,row_constant,99,['~'],~],1,1 +0613,0613,12,symb,col_constant,0,['~'],~],1,1 +0613,0613,12,symb,col_constant,1,['$'],$],1,1 +0613,0613,12,symb,col_constant,2,['$'],$],1,1 +0613,0613,12,symb,col_constant,3,[':'],:],1,1 +0613,0613,12,symb,col_constant,4,['>'],>],1,1 +0613,0613,12,symb,col_constant,5,[':'],:],1,1 +0613,0613,12,symb,col_constant,6,['!'],!],1,1 +0613,0613,12,symb,col_constant,7,['<'],<],1,1 +0613,0613,12,symb,col_constant,8,['('],(],1,1 +0613,0613,12,symb,col_constant,9,['('],(],1,1 +0613,0613,12,symb,col_constant,10,['<'],<],1,1 +0613,0613,12,symb,col_constant,11,[':'],:],1,1 +0613,0613,12,symb,col_constant,12,['%'],%],1,1 +0613,0613,12,symb,col_constant,13,['&'],&],1,1 +0613,0613,12,symb,col_constant,14,['!'],!],1,1 +0613,0613,12,symb,col_constant,15,['~'],~],1,1 +0613,0613,12,symb,col_constant,16,['>'],>],1,1 +0613,0613,12,symb,col_constant,17,['<'],<],1,1 +0613,0613,12,symb,col_constant,18,['('],)],0,1 +0613,0613,12,symb,col_constant,19,['*'],*],1,1 +0613,0613,12,symb,col_constant,20,['~'],~],1,1 +0613,0613,12,symb,col_constant,21,['~'],~],1,1 +0613,0613,12,symb,col_constant,22,['$'],$],1,1 +0613,0613,12,symb,col_constant,23,['%'],%],1,1 +0613,0613,12,symb,col_constant,24,['<'],<],1,1 +0613,0613,12,symb,col_constant,25,['*'],*],1,1 +0613,0613,12,symb,col_constant,26,['$'],$],1,1 +0613,0613,12,symb,col_constant,27,['~'],~],1,1 +0613,0613,12,symb,col_constant,28,['$'],$],1,1 +0613,0613,12,symb,col_constant,29,['!'],!],1,1 +0613,0613,12,symb,col_constant,30,['~'],~],1,1 +0613,0613,12,symb,col_constant,31,[':'],:],1,1 +0613,0613,12,symb,col_constant,32,['('],(],1,1 +0613,0613,12,symb,col_constant,33,['%'],%],1,1 +0613,0613,12,symb,col_constant,34,['!'],!],1,1 +0613,0613,12,symb,col_constant,35,['!'],!],1,1 +0613,0613,12,symb,col_constant,36,['<'],<],1,1 +0613,0613,12,symb,col_constant,37,['*'],*],1,1 +0613,0613,12,symb,col_constant,38,['*'],*],1,1 +0613,0613,12,symb,col_constant,39,['!'],!],1,1 +0613,0613,12,symb,col_constant,40,['*'],*],1,1 +0613,0613,12,symb,col_constant,41,['!'],!],1,1 +0613,0613,12,symb,col_constant,42,['!'],!],1,1 +0613,0613,12,symb,col_constant,43,['%'],%],1,1 +0613,0613,12,symb,col_constant,44,['~'],~],1,1 +0613,0613,12,symb,col_constant,45,['<'],<],1,1 +0613,0613,12,symb,col_constant,46,['>'],>],1,1 +0613,0613,12,symb,col_constant,47,['%'],%],1,1 +0613,0613,12,symb,col_constant,48,[':'],:],1,1 +0613,0613,12,symb,col_constant,49,['<'],<],1,1 +0613,0613,12,symb,col_constant,50,['>'],>],1,1 +0613,0613,12,symb,col_constant,51,['>'],>],1,1 +0613,0613,12,symb,col_constant,52,[':'],:],1,1 +0613,0613,12,symb,col_constant,53,['*'],*],1,1 +0613,0613,12,symb,col_constant,54,['%'],%],1,1 +0613,0613,12,symb,col_constant,55,['%'],%],1,1 +0613,0613,12,symb,col_constant,56,['~'],~],1,1 +0613,0613,12,symb,col_constant,57,['~'],~],1,1 +0613,0613,12,symb,col_constant,58,['%'],%],1,1 +0613,0613,12,symb,col_constant,59,['*'],*],1,1 +0613,0613,12,symb,col_constant,60,['!'],!],1,1 +0613,0613,12,symb,col_constant,61,['('],(],1,1 +0613,0613,12,symb,col_constant,62,['<'],<],1,1 +0613,0613,12,symb,col_constant,63,['&'],&],1,1 +0613,0613,12,symb,col_constant,64,['<'],<],1,1 +0613,0613,12,symb,col_constant,65,['*'],*],1,1 +0613,0613,12,symb,col_constant,66,['%'],%],1,1 +0613,0613,12,symb,col_constant,67,['>'],>],1,1 +0613,0613,12,symb,col_constant,68,['('],(],1,1 +0613,0613,12,symb,col_constant,69,['('],(],1,1 +0613,0613,12,symb,col_constant,70,[':'],:],1,1 +0613,0613,12,symb,col_constant,71,['*'],*],1,1 +0613,0613,12,symb,col_constant,72,['~'],~],1,1 +0613,0613,12,symb,col_constant,73,['('],(],1,1 +0613,0613,12,symb,col_constant,74,[':'],:],1,1 +0613,0613,12,symb,col_constant,75,['!'],!],1,1 +0613,0613,12,symb,col_constant,76,['&'],&],1,1 +0613,0613,12,symb,col_constant,77,['<'],<],1,1 +0613,0613,12,symb,col_constant,78,['>'],>],1,1 +0613,0613,12,symb,col_constant,79,['$'],$],1,1 +0613,0613,12,symb,col_constant,80,['<'],<],1,1 +0613,0613,12,symb,col_constant,81,['~'],~],1,1 +0613,0613,12,symb,col_constant,82,[':'],:],1,1 +0613,0613,12,symb,col_constant,83,['$'],$],1,1 +0613,0613,12,symb,col_constant,84,['!'],!],1,1 +0613,0613,12,symb,col_constant,85,['<'],<],1,1 +0613,0613,12,symb,col_constant,86,['<'],<],1,1 +0613,0613,12,symb,col_constant,87,['~'],~],1,1 +0613,0613,12,symb,col_constant,88,['&'],&],1,1 +0613,0613,12,symb,col_constant,89,['~'],~],1,1 +0613,0613,12,symb,col_constant,90,['!'],!],1,1 +0613,0613,12,symb,col_constant,91,['!'],!],1,1 +0613,0613,12,symb,col_constant,92,['%'],%],1,1 +0613,0613,12,symb,col_constant,93,['~'],~],1,1 +0613,0613,12,symb,col_constant,94,['~'],~],1,1 +0613,0613,12,symb,col_constant,95,['!'],!],1,1 +0613,0613,12,symb,col_constant,96,['&'],&],1,1 +0613,0613,12,symb,col_constant,97,['<'],<],1,1 +0613,0613,12,symb,col_constant,98,['<'],<],1,1 +0613,0613,12,symb,col_constant,99,['*'],*],1,1 +0613,0613,12,symb,dist3_diag1,0,['*'],*],1,1 +0613,0613,12,symb,dist3_diag1,1,['('],(],1,1 +0613,0613,12,symb,dist3_diag1,2,['>'],>],1,1 +0613,0613,12,symb,dist3_diag1,3,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,4,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,5,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,6,['*'],*],1,1 +0613,0613,12,symb,dist3_diag1,7,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,8,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,9,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,10,['<'],<],1,1 +0613,0613,12,symb,dist3_diag1,11,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,12,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,13,['*'],*],1,1 +0613,0613,12,symb,dist3_diag1,14,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,15,['>'],>],1,1 +0613,0613,12,symb,dist3_diag1,16,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,17,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,18,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,19,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,20,['>'],>],1,1 +0613,0613,12,symb,dist3_diag1,21,['('],(],1,1 +0613,0613,12,symb,dist3_diag1,22,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,23,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,24,['>'],>],1,1 +0613,0613,12,symb,dist3_diag1,25,['<'],<],1,1 +0613,0613,12,symb,dist3_diag1,26,['('],(],1,1 +0613,0613,12,symb,dist3_diag1,27,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,28,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,29,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,30,['('],(],1,1 +0613,0613,12,symb,dist3_diag1,31,['*'],*],1,1 +0613,0613,12,symb,dist3_diag1,32,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,33,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,34,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,35,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,36,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,37,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,38,['('],(],1,1 +0613,0613,12,symb,dist3_diag1,39,['&'],&],1,1 +0613,0613,12,symb,dist3_diag1,40,['<'],<],1,1 +0613,0613,12,symb,dist3_diag1,41,['<'],<],1,1 +0613,0613,12,symb,dist3_diag1,42,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,43,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,44,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,45,['&'],&],1,1 +0613,0613,12,symb,dist3_diag1,46,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,47,['<'],<],1,1 +0613,0613,12,symb,dist3_diag1,48,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,49,['*'],*],1,1 +0613,0613,12,symb,dist3_diag1,50,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,51,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,52,['('],(],1,1 +0613,0613,12,symb,dist3_diag1,53,['<'],<],1,1 +0613,0613,12,symb,dist3_diag1,54,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,55,['<'],<],1,1 +0613,0613,12,symb,dist3_diag1,56,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,57,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,58,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,59,['&'],&],1,1 +0613,0613,12,symb,dist3_diag1,60,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,61,['('],(],1,1 +0613,0613,12,symb,dist3_diag1,62,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,63,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,64,['<'],<],1,1 +0613,0613,12,symb,dist3_diag1,65,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,66,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,67,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,68,['<'],<],1,1 +0613,0613,12,symb,dist3_diag1,69,['&'],&],1,1 +0613,0613,12,symb,dist3_diag1,70,['>'],>],1,1 +0613,0613,12,symb,dist3_diag1,71,['>'],>],1,1 +0613,0613,12,symb,dist3_diag1,72,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,73,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,74,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,75,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,76,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,77,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,78,['>'],>],1,1 +0613,0613,12,symb,dist3_diag1,79,['*'],*],1,1 +0613,0613,12,symb,dist3_diag1,80,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,81,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,82,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,83,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,84,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,85,['('],(],1,1 +0613,0613,12,symb,dist3_diag1,86,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,87,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,88,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,89,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,90,['('],(],1,1 +0613,0613,12,symb,dist3_diag1,91,['!'],!],1,1 +0613,0613,12,symb,dist3_diag1,92,[':'],:],1,1 +0613,0613,12,symb,dist3_diag1,93,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,94,['('],(],1,1 +0613,0613,12,symb,dist3_diag1,95,['%'],%],1,1 +0613,0613,12,symb,dist3_diag1,96,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,97,['$'],$],1,1 +0613,0613,12,symb,dist3_diag1,98,['~'],~],1,1 +0613,0613,12,symb,dist3_diag1,99,[':'],:],1,1 +0613,0613,12,symb,dist3_diag2,0,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,1,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,2,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,3,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,4,['*'],*],1,1 +0613,0613,12,symb,dist3_diag2,5,[':'],:],1,1 +0613,0613,12,symb,dist3_diag2,6,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,7,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,8,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,9,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,10,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,11,['&'],&],1,1 +0613,0613,12,symb,dist3_diag2,12,['&'],&],1,1 +0613,0613,12,symb,dist3_diag2,13,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,14,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,15,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,16,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,17,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,18,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,19,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,20,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,21,['&'],&],1,1 +0613,0613,12,symb,dist3_diag2,22,[':'],:],1,1 +0613,0613,12,symb,dist3_diag2,23,[':'],:],1,1 +0613,0613,12,symb,dist3_diag2,24,['~'],~],1,1 +0613,0613,12,symb,dist3_diag2,25,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,26,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,27,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,28,['~'],~],1,1 +0613,0613,12,symb,dist3_diag2,29,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,30,['~'],~],1,1 +0613,0613,12,symb,dist3_diag2,31,['*'],*],1,1 +0613,0613,12,symb,dist3_diag2,32,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,33,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,34,['%'],%],1,1 +0613,0613,12,symb,dist3_diag2,35,[':'],:],1,1 +0613,0613,12,symb,dist3_diag2,36,['~'],~],1,1 +0613,0613,12,symb,dist3_diag2,37,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,38,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,39,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,40,[':'],:],1,1 +0613,0613,12,symb,dist3_diag2,41,[':'],:],1,1 +0613,0613,12,symb,dist3_diag2,42,['*'],*],1,1 +0613,0613,12,symb,dist3_diag2,43,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,44,['*'],*],1,1 +0613,0613,12,symb,dist3_diag2,45,['('],(]],1,1 +0613,0613,12,symb,dist3_diag2,46,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,47,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,48,['%'],%],1,1 +0613,0613,12,symb,dist3_diag2,49,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,50,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,51,['*'],*],1,1 +0613,0613,12,symb,dist3_diag2,52,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,53,['*'],*],1,1 +0613,0613,12,symb,dist3_diag2,54,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,55,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,56,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,57,[':'],:],1,1 +0613,0613,12,symb,dist3_diag2,58,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,59,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,60,['&'],&],1,1 +0613,0613,12,symb,dist3_diag2,61,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,62,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,63,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,64,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,65,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,66,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,67,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,68,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,69,[':'],:],1,1 +0613,0613,12,symb,dist3_diag2,70,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,71,['~'],~],1,1 +0613,0613,12,symb,dist3_diag2,72,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,73,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,74,['~'],~],1,1 +0613,0613,12,symb,dist3_diag2,75,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,76,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,77,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,78,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,79,['%'],%],1,1 +0613,0613,12,symb,dist3_diag2,80,['$'],$],1,1 +0613,0613,12,symb,dist3_diag2,81,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,82,['>'],>],1,1 +0613,0613,12,symb,dist3_diag2,83,['%'],%],1,1 +0613,0613,12,symb,dist3_diag2,84,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,85,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,86,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,87,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,88,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,89,['~'],~],1,1 +0613,0613,12,symb,dist3_diag2,90,['%'],%],1,1 +0613,0613,12,symb,dist3_diag2,91,['%'],%],1,1 +0613,0613,12,symb,dist3_diag2,92,['!'],!],1,1 +0613,0613,12,symb,dist3_diag2,93,['&'],&],1,1 +0613,0613,12,symb,dist3_diag2,94,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,95,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,96,['~'],~],1,1 +0613,0613,12,symb,dist3_diag2,97,['('],(],1,1 +0613,0613,12,symb,dist3_diag2,98,['<'],<],1,1 +0613,0613,12,symb,dist3_diag2,99,['%'],%],1,1 +0613,0613,12,symb,prog_size1,0,['('],@],0,1 +0613,0613,12,symb,prog_size1,1,['<'],&],0,1 +0613,0613,12,symb,prog_size1,2,['~'],{],0,1 +0613,0613,12,symb,prog_size1,3,['>'],?],0,1 +0613,0613,12,symb,prog_size1,4,[':'],?]],0,1 +0613,0613,12,symb,prog_size1,5,['$'],<],0,1 +0613,0613,12,symb,prog_size1,6,['%'],%],1,1 +0613,0613,12,symb,prog_size1,7,['&'],#],0,1 +0613,0613,12,symb,prog_size1,8,['*'],~]],0,1 +0613,0613,12,symb,prog_size1,9,['!'],~],0,1 +0613,0613,12,symb,prog_size1,10,['('],:],0,1 +0613,0613,12,symb,prog_size1,11,['<'],?],0,1 +0613,0613,12,symb,prog_size2,0,[':'],%],0,1 +0613,0613,12,symb,prog_size2,1,['$'],&]],0,1 +0613,0613,12,symb,prog_size2,2,['%'],:]],0,1 +0613,0613,12,symb,prog_size2,3,['&'],$],0,1 +0613,0613,12,symb,two_rule_comb0,0,"['~', '$']",~ $],1,1 +0613,0613,12,symb,two_rule_comb0,1,"['>', '%']",> %],1,1 +0613,0613,12,symb,two_rule_comb0,2,"['*', '(']",* (],1,1 +0613,0613,12,symb,two_rule_comb0,3,"['*', '%']",* %],1,1 +0613,0613,12,symb,two_rule_comb0,4,"['$', '*']",$ *],1,1 +0613,0613,12,symb,two_rule_comb0,5,"['>', '%']",> %],1,1 +0613,0613,12,symb,two_rule_comb0,6,"['&', '$']",& $],1,1 +0613,0613,12,symb,two_rule_comb0,7,"['&', '>']",& >],1,1 +0613,0613,12,symb,two_rule_comb0,8,"['>', '!']",> !],1,1 +0613,0613,12,symb,two_rule_comb0,9,"['$', '%']",$ %],1,1 +0613,0613,12,symb,two_rule_comb0,10,"['>', '*']",> *],1,1 +0613,0613,12,symb,two_rule_comb0,11,"['&', '~']",& ~],1,1 +0613,0613,12,symb,two_rule_comb0,12,"['>', '(']",> (],1,1 +0613,0613,12,symb,two_rule_comb0,13,"['$', '>']",$ >],1,1 +0613,0613,12,symb,two_rule_comb0,14,"['%', '%']",% %],1,1 +0613,0613,12,symb,two_rule_comb0,15,"['!', '>']",! >],1,1 +0613,0613,12,symb,two_rule_comb0,16,"['>', '!']",> !],1,1 +0613,0613,12,symb,two_rule_comb0,17,"['$', '%']",$ %],1,1 +0613,0613,12,symb,two_rule_comb0,18,"['>', '*']",> *],1,1 +0613,0613,12,symb,two_rule_comb0,19,"['*', '~']",* ~],1,1 +0613,0613,12,symb,two_rule_comb0,20,"['<', '<']",< <],1,1 +0613,0613,12,symb,two_rule_comb0,21,"[':', '<']",: <],1,1 +0613,0613,12,symb,two_rule_comb0,22,"['~', '(']",~ (],1,1 +0613,0613,12,symb,two_rule_comb0,23,"['~', ':']",~ :],1,1 +0613,0613,12,symb,two_rule_comb0,24,"['>', '&']",> &],1,1 +0613,0613,12,symb,two_rule_comb0,25,"['<', '&']",< &],1,1 +0613,0613,12,symb,two_rule_comb0,26,"['~', ':']",~ :],1,1 +0613,0613,12,symb,two_rule_comb0,27,"['>', '>']",> >],1,1 +0613,0613,12,symb,two_rule_comb0,28,"['>', '&']",> &],1,1 +0613,0613,12,symb,two_rule_comb0,29,"['%', '*']",% *],1,1 +0613,0613,12,symb,two_rule_comb0,30,"['$', '(']",$ (],1,1 +0613,0613,12,symb,two_rule_comb0,31,"['(', '<']",( <],1,1 +0613,0613,12,symb,two_rule_comb0,32,"['!', '!']",! !],1,1 +0613,0613,12,symb,two_rule_comb0,33,"['>', '$']",> $],1,1 +0613,0613,12,symb,two_rule_comb0,34,"['(', '*']",( *],1,1 +0613,0613,12,symb,two_rule_comb0,35,"[':', '$']",: $],1,1 +0613,0613,12,symb,two_rule_comb0,36,"['~', '<']",~ <],1,1 +0613,0613,12,symb,two_rule_comb0,37,"['&', '<']",& <],1,1 +0613,0613,12,symb,two_rule_comb0,38,"['!', '~']",! ~,1,1 +0613,0613,12,symb,two_rule_comb0,39,"['<', '$']",< $],1,1 +0613,0613,12,symb,two_rule_comb0,40,"['<', '~']",< ~],1,1 +0613,0613,12,symb,two_rule_comb0,41,"['&', '*']",& *],1,1 +0613,0613,12,symb,two_rule_comb0,42,"['&', '>']",& >],1,1 +0613,0613,12,symb,two_rule_comb0,43,"[':', '%']",: %],1,1 +0613,0613,12,symb,two_rule_comb0,44,"['!', '*']",! *],1,1 +0613,0613,12,symb,two_rule_comb0,45,"['>', '(']",> (],1,1 +0613,0613,12,symb,two_rule_comb0,46,"['$', '~']",$ ~],1,1 +0613,0613,12,symb,two_rule_comb0,47,"['(', '*']",( *],1,1 +0613,0613,12,symb,two_rule_comb0,48,"['~', '(']",~ (],1,1 +0613,0613,12,symb,two_rule_comb0,49,"[':', '$']",: $],1,1 +0613,0613,12,symb,two_rule_comb0,50,"['*', '%']",* %],1,1 +0613,0613,12,symb,two_rule_comb0,51,"['>', '<']",> <],1,1 +0613,0613,12,symb,two_rule_comb0,52,"['*', '!']",* !],1,1 +0613,0613,12,symb,two_rule_comb0,53,"['!', '<']",! <,1,1 +0613,0613,12,symb,two_rule_comb0,54,"['%', '>']",% >],1,1 +0613,0613,12,symb,two_rule_comb0,55,"['&', '~']",& ~],1,1 +0613,0613,12,symb,two_rule_comb0,56,"['>', '&']",> &],1,1 +0613,0613,12,symb,two_rule_comb0,57,"['~', ':']",~ :],1,1 +0613,0613,12,symb,two_rule_comb0,58,"[':', '%']",: %],1,1 +0613,0613,12,symb,two_rule_comb0,59,"['!', '%']",! %],1,1 +0613,0613,12,symb,two_rule_comb0,60,"['!', '%']",! %],1,1 +0613,0613,12,symb,two_rule_comb0,61,"['*', '!']",* !],1,1 +0613,0613,12,symb,two_rule_comb0,62,"['~', '!']",~ !],1,1 +0613,0613,12,symb,two_rule_comb0,63,"['%', ':']",% :],1,1 +0613,0613,12,symb,two_rule_comb0,64,"['$', '>']",$ >],1,1 +0613,0613,12,symb,two_rule_comb0,65,"['<', '(']",< (],1,1 +0613,0613,12,symb,two_rule_comb0,66,"['*', '~']",* ~],1,1 +0613,0613,12,symb,two_rule_comb0,67,"['%', ':']",% :],1,1 +0613,0613,12,symb,two_rule_comb0,68,"[':', '%']",: %],1,1 +0613,0613,12,symb,two_rule_comb0,69,"['~', '&']",~ &],1,1 +0613,0613,12,symb,two_rule_comb0,70,"['(', '~']",( ~],1,1 +0613,0613,12,symb,two_rule_comb0,71,"['$', '%']",$ %],1,1 +0613,0613,12,symb,two_rule_comb0,72,"['!', '*']",! *],1,1 +0613,0613,12,symb,two_rule_comb0,73,"['!', '<']",! <],1,1 +0613,0613,12,symb,two_rule_comb0,74,"['%', '<']",% <],1,1 +0613,0613,12,symb,two_rule_comb0,75,"['>', '%']",> %],1,1 +0613,0613,12,symb,two_rule_comb0,76,"['&', '$']",& $],1,1 +0613,0613,12,symb,two_rule_comb0,77,"['&', '>']",& >],1,1 +0613,0613,12,symb,two_rule_comb0,78,"['%', '&']",% &],1,1 +0613,0613,12,symb,two_rule_comb0,79,"['>', '>']",> >],1,1 +0613,0613,12,symb,two_rule_comb0,80,"['*', '<']",* <],1,1 +0613,0613,12,symb,two_rule_comb0,81,"['!', '<']",! <],1,1 +0613,0613,12,symb,two_rule_comb0,82,"['>', '>']",> >],1,1 +0613,0613,12,symb,two_rule_comb0,83,"['>', '%']",> %],1,1 +0613,0613,12,symb,two_rule_comb0,84,"['!', '&']",! &],1,1 +0613,0613,12,symb,two_rule_comb0,85,"['%', ':']",% :],1,1 +0613,0613,12,symb,two_rule_comb0,86,"['!', '%']",! :],0,1 +0613,0613,12,symb,two_rule_comb0,87,"['&', '<']",& <],1,1 +0613,0613,12,symb,two_rule_comb0,88,"[':', '%']",: %],1,1 +0613,0613,12,symb,two_rule_comb0,89,"['*', '>']",* >],1,1 +0613,0613,12,symb,two_rule_comb0,90,"[':', '<']",: <],1,1 +0613,0613,12,symb,two_rule_comb0,91,"['!', '&']",! &],1,1 +0613,0613,12,symb,two_rule_comb0,92,"['!', ':']",! :],1,1 +0613,0613,12,symb,two_rule_comb0,93,"['!', '$']",! $,1,1 +0613,0613,12,symb,two_rule_comb0,94,"['*', '*']",* *],1,1 +0613,0613,12,symb,two_rule_comb0,95,"[':', '!']",: !],1,1 +0613,0613,12,symb,two_rule_comb0,96,"['&', '<']",& <],1,1 +0613,0613,12,symb,two_rule_comb0,97,"['$', '(']",$ (],1,1 +0613,0613,12,symb,two_rule_comb0,98,"['<', '(']",< (],1,1 +0613,0613,12,symb,two_rule_comb0,99,"['!', '&']",! &],1,1 +0613,0613,12,symb,two_rule_comb1,0,"['&', '*']",& *],1,1 +0613,0613,12,symb,two_rule_comb1,1,"[':', '$']",$ $],0,1 +0613,0613,12,symb,two_rule_comb1,2,"['*', '~']",* ~],1,1 +0613,0613,12,symb,two_rule_comb1,3,"['!', '(']",! (],1,1 +0613,0613,12,symb,two_rule_comb1,4,"['*', '>']",* >],1,1 +0613,0613,12,symb,two_rule_comb1,5,"['(', '%']",( %],1,1 +0613,0613,12,symb,two_rule_comb1,6,"['>', '(']",> (],1,1 +0613,0613,12,symb,two_rule_comb1,7,"['&', '&']",& &],1,1 +0613,0613,12,symb,two_rule_comb1,8,"['>', '$']",> $],1,1 +0613,0613,12,symb,two_rule_comb1,9,"['!', '&']",! &],1,1 +0613,0613,12,symb,two_rule_comb1,10,"['!', '>']",! >],1,1 +0613,0613,12,symb,two_rule_comb1,11,"['%', '*']",% *],1,1 +0613,0613,12,symb,two_rule_comb1,12,"['~', '>']",~ >],1,1 +0613,0613,12,symb,two_rule_comb1,13,"[':', '*']",: *],1,1 +0613,0613,12,symb,two_rule_comb1,14,"['>', '(']",> (],1,1 +0613,0613,12,symb,two_rule_comb1,15,"['&', '!']",& !],1,1 +0613,0613,12,symb,two_rule_comb1,16,"['>', '!']",> !],1,1 +0613,0613,12,symb,two_rule_comb1,17,"['>', '>']",> >],1,1 +0613,0613,12,symb,two_rule_comb1,18,"['&', ':']",& :],1,1 +0613,0613,12,symb,two_rule_comb1,19,"['&', '$']",& $],1,1 +0613,0613,12,symb,two_rule_comb1,20,"['(', '$']",( $],1,1 +0613,0613,12,symb,two_rule_comb1,21,"['*', '!']",* !],1,1 +0613,0613,12,symb,two_rule_comb1,22,"['~', '>']",~ >,1,1 +0613,0613,12,symb,two_rule_comb1,23,"['*', '<']",* <],1,1 +0613,0613,12,symb,two_rule_comb1,24,"['!', '&']",! &],1,1 +0613,0613,12,symb,two_rule_comb1,25,"['~', '<']",~ <],1,1 +0613,0613,12,symb,two_rule_comb1,26,"[':', '&']",: &],1,1 +0613,0613,12,symb,two_rule_comb1,27,"['~', ':']",~ :],1,1 +0613,0613,12,symb,two_rule_comb1,28,"['<', '(']",< (],1,1 +0613,0613,12,symb,two_rule_comb1,29,"['%', '(']",% (],1,1 +0613,0613,12,symb,two_rule_comb1,30,"['(', '$']",( $],1,1 +0613,0613,12,symb,two_rule_comb1,31,"['~', '*']",~ *],1,1 +0613,0613,12,symb,two_rule_comb1,32,"['&', '>']",& >],1,1 +0613,0613,12,symb,two_rule_comb1,33,"['!', '%']",! %],1,1 +0613,0613,12,symb,two_rule_comb1,34,"['&', '*']",& *],1,1 +0613,0613,12,symb,two_rule_comb1,35,"['(', '&']",(& %)],0,1 +0613,0613,12,symb,two_rule_comb1,36,"['~', '~']",~ ~],1,1 +0613,0613,12,symb,two_rule_comb1,37,"['~', '*']",~ *],1,1 +0613,0613,12,symb,two_rule_comb1,38,"['!', '*']",! *],1,1 +0613,0613,12,symb,two_rule_comb1,39,"['$', '$']",$ $],1,1 +0613,0613,12,symb,two_rule_comb1,40,"['<', '$']",< $],1,1 +0613,0613,12,symb,two_rule_comb1,41,"['%', '*']",% *],1,1 +0613,0613,12,symb,two_rule_comb1,42,"['!', '*']",! *],1,1 +0613,0613,12,symb,two_rule_comb1,43,"['*', '*']",* $],0,1 +0613,0613,12,symb,two_rule_comb1,44,"[':', '&']",: &],1,1 +0613,0613,12,symb,two_rule_comb1,45,"['>', '!']",> !],1,1 +0613,0613,12,symb,two_rule_comb1,46,"['&', '<']",& <],1,1 +0613,0613,12,symb,two_rule_comb1,47,"['%', '<']",% <],1,1 +0613,0613,12,symb,two_rule_comb1,48,"['!', '<']",! <],1,1 +0613,0613,12,symb,two_rule_comb1,49,"['(', '>']",(< >],0,1 +0613,0613,12,symb,two_rule_comb1,50,"['!', '$']",! $],1,1 +0613,0613,12,symb,two_rule_comb1,51,"['!', '(']",! (],1,1 +0613,0613,12,symb,two_rule_comb1,52,"[':', '$']",: $],1,1 +0613,0613,12,symb,two_rule_comb1,53,"['$', '<']",$ <],1,1 +0613,0613,12,symb,two_rule_comb1,54,"['%', ':']",% :],1,1 +0613,0613,12,symb,two_rule_comb1,55,"['~', '*']",~ ~],0,1 +0613,0613,12,symb,two_rule_comb1,56,"['>', '%']",> %],1,1 +0613,0613,12,symb,two_rule_comb1,57,"['~', '~']",~ :],0,1 +0613,0613,12,symb,two_rule_comb1,58,"['~', '!']",~ !],1,1 +0613,0613,12,symb,two_rule_comb1,59,"['(', '<']",( <],1,1 +0613,0613,12,symb,two_rule_comb1,60,"['~', '~']",~ >],0,1 +0613,0613,12,symb,two_rule_comb1,61,"[':', '(']",: (],1,1 +0613,0613,12,symb,two_rule_comb1,62,"['~', '(']",~ (],1,1 +0613,0613,12,symb,two_rule_comb1,63,"['*', '&']",* &],1,1 +0613,0613,12,symb,two_rule_comb1,64,"[':', '&']",: :],0,1 +0613,0613,12,symb,two_rule_comb1,65,"['!', '!']",% !],0,1 +0613,0613,12,symb,two_rule_comb1,66,"['<', '$']",< $],1,1 +0613,0613,12,symb,two_rule_comb1,67,"['(', '$']",( $],1,1 +0613,0613,12,symb,two_rule_comb1,68,"['>', '>']",> <],0,1 +0613,0613,12,symb,two_rule_comb1,69,"['<', '*']",< *],1,1 +0613,0613,12,symb,two_rule_comb1,70,"['%', '&']",% &],1,1 +0613,0613,12,symb,two_rule_comb1,71,"['(', ':']",( : ],1,1 +0613,0613,12,symb,two_rule_comb1,72,"[':', '!']",: !],1,1 +0613,0613,12,symb,two_rule_comb1,73,"['<', '~']",> $],0,1 +0613,0613,12,symb,two_rule_comb1,74,"['!', ':']",! :],1,1 +0613,0613,12,symb,two_rule_comb1,75,"['>', '$']",> $],1,1 +0613,0613,12,symb,two_rule_comb1,76,"['!', '*']",! *],1,1 +0613,0613,12,symb,two_rule_comb1,77,"['>', '<']",> <],1,1 +0613,0613,12,symb,two_rule_comb1,78,"['<', '<']",< <],1,1 +0613,0613,12,symb,two_rule_comb1,79,"['~', ':']",~ :],1,1 +0613,0613,12,symb,two_rule_comb1,80,"['~', ':']",~ :],1,1 +0613,0613,12,symb,two_rule_comb1,81,"['%', '~']",% ~],1,1 +0613,0613,12,symb,two_rule_comb1,82,"['<', '%']",< %],1,1 +0613,0613,12,symb,two_rule_comb1,83,"['&', '*']",& *],1,1 +0613,0613,12,symb,two_rule_comb1,84,"['>', '>']",> !],0,1 +0613,0613,12,symb,two_rule_comb1,85,"['<', '(']",< (],1,1 +0613,0613,12,symb,two_rule_comb1,86,"['&', '>']",& >],1,1 +0613,0613,12,symb,two_rule_comb1,87,"['&', '(']",& (],1,1 +0613,0613,12,symb,two_rule_comb1,88,"['&', '&']",& <],0,1 +0613,0613,12,symb,two_rule_comb1,89,"['~', '$']",~ ~],0,1 +0613,0613,12,symb,two_rule_comb1,90,"['*', '>']",* >],1,1 +0613,0613,12,symb,two_rule_comb1,91,"['(', '(']",(% (],0,1 +0613,0613,12,symb,two_rule_comb1,92,"['&', '*']",& *],1,1 +0613,0613,12,symb,two_rule_comb1,93,"['%', '%']",% &],0,1 +0613,0613,12,symb,two_rule_comb1,94,"['>', '(']",> (],1,1 +0613,0613,12,symb,two_rule_comb1,95,"['&', '<']",& <],1,1 +0613,0613,12,symb,two_rule_comb1,96,"['>', '&']",> &],1,1 +0613,0613,12,symb,two_rule_comb1,97,"['!', '$']",! $],1,1 +0613,0613,12,symb,two_rule_comb1,98,"['>', '~']",> ~],1,1 +0613,0613,12,symb,two_rule_comb1,99,"['*', '&']",* &],1,1 +0613,0613,12,symb,two_rule_comb2,0,"['&', '%']",< %],0,1 +0613,0613,12,symb,two_rule_comb2,1,"['%', '>']",: >],0,1 +0613,0613,12,symb,two_rule_comb2,2,"['~', '<']",~ &],0,1 +0613,0613,12,symb,two_rule_comb2,3,"['&', '<']",>( <],0,1 +0613,0613,12,symb,two_rule_comb2,4,"['>', '*']",! *],0,1 +0613,0613,12,symb,two_rule_comb2,5,"['*', '~']",* !],0,1 +0613,0613,12,symb,two_rule_comb2,6,"['(', ':']",( <],0,1 +0613,0613,12,symb,two_rule_comb2,7,"['!', '*']",! <],0,1 +0613,0613,12,symb,two_rule_comb2,8,"['$', '$']",< $],0,1 +0613,0613,12,symb,two_rule_comb2,9,"['~', '<']",~ $],0,1 +0613,0613,12,symb,two_rule_comb2,10,"[':', ':']",< :],0,1 +0613,0613,12,symb,two_rule_comb2,11,"['$', '<']",& <],0,1 +0613,0613,12,symb,two_rule_comb2,12,"['<', '(']",< :],0,1 +0613,0613,12,symb,two_rule_comb2,13,"['(', '~']",: ~],0,1 +0613,0613,12,symb,two_rule_comb2,14,"['*', '!']",< !],0,1 +0613,0613,12,symb,two_rule_comb2,15,"[':', '<']",: $],0,1 +0613,0613,12,symb,two_rule_comb2,16,"['(', '$']",( !],0,1 +0613,0613,12,symb,two_rule_comb2,17,"['$', '(']",< (],0,1 +0613,0613,12,symb,two_rule_comb2,18,"['%', '%']",% #],0,1 +0613,0613,12,symb,two_rule_comb2,19,"['<', '(']",< >],0,1 +0613,0613,12,symb,two_rule_comb2,20,"['(', '<']",: <],0,1 +0613,0613,12,symb,two_rule_comb2,21,"['%', '~']",> ~],0,1 +0613,0613,12,symb,two_rule_comb2,22,"['&', '<']",& $],0,1 +0613,0613,12,symb,two_rule_comb2,23,"['<', '$']",< ~],0,1 +0613,0613,12,symb,two_rule_comb2,24,"['<', '!']",& !],0,1 +0613,0613,12,symb,two_rule_comb2,25,"['%', '~']",% *],0,1 +0613,0613,12,symb,two_rule_comb2,26,"[':', '>']",* >],0,1 +0613,0613,12,symb,two_rule_comb2,27,"['~', '&']",~ ~],0,1 +0613,0613,12,symb,two_rule_comb2,28,"['$', '&']",$ >],0,1 +0613,0613,12,symb,two_rule_comb2,29,"['%', '(']",% :],0,1 +0613,0613,12,symb,two_rule_comb2,30,"['!', '*']",! <],0,1 +0613,0613,12,symb,two_rule_comb2,31,"['~', '<']",~ *],0,1 +0613,0613,12,symb,two_rule_comb2,32,"['&', '*']",& <],0,1 +0613,0613,12,symb,two_rule_comb2,33,"['<', '~']",< !],0,1 +0613,0613,12,symb,two_rule_comb2,34,"['<', '&']",< $],0,1 +0613,0613,12,symb,two_rule_comb2,35,"['>', '~']",:!],0,1 +0613,0613,12,symb,two_rule_comb2,36,"[':', '%']",% %],0,1 +0613,0613,12,symb,two_rule_comb2,37,"['$', '~']",< ~],0,1 +0613,0613,12,symb,two_rule_comb2,38,"['(', '*']",% *],0,1 +0613,0613,12,symb,two_rule_comb2,39,"['*', '&']",* (],0,1 +0613,0613,12,symb,two_rule_comb2,40,"[':', '!']",% !],0,1 +0613,0613,12,symb,two_rule_comb2,41,"['$', '~']",$ *],0,1 +0613,0613,12,symb,two_rule_comb2,42,"['~', '<']",< <],0,1 +0613,0613,12,symb,two_rule_comb2,43,"[':', '$']",: ?],0,1 +0613,0613,12,symb,two_rule_comb2,44,"['(', '!']",( >],0,1 +0613,0613,12,symb,two_rule_comb2,45,"['>', '&']",> %],0,1 +0613,0613,12,symb,two_rule_comb2,46,"['%', ':']",% %],0,1 +0613,0613,12,symb,two_rule_comb2,47,"['!', '>']",> >],0,1 +0613,0613,12,symb,two_rule_comb2,48,"['>', '<']",> *),0,1 +0613,0613,12,symb,two_rule_comb2,49,"['<', '!']",$ !],0,1 +0613,0613,12,symb,two_rule_comb2,50,"['~', '(']",~ >],0,1 +0613,0613,12,symb,two_rule_comb2,51,"['$', '!']",< !],0,1 +0613,0613,12,symb,two_rule_comb2,52,"['&', '&']",& #],0,1 +0613,0613,12,symb,two_rule_comb2,53,"['%', '$']",% <],0,1 +0613,0613,12,symb,two_rule_comb2,54,"['~', ':']",! :],0,1 +0613,0613,12,symb,two_rule_comb2,55,"['~', '!']",* !],0,1 +0613,0613,12,symb,two_rule_comb2,56,"[':', '<']",% <],0,1 +0613,0613,12,symb,two_rule_comb2,57,"['$', '~']",$ $],0,1 +0613,0613,12,symb,two_rule_comb2,58,"['<', '%']",? %],0,1 +0613,0613,12,symb,two_rule_comb2,59,"['%', '<']",% $],0,1 +0613,0613,12,symb,two_rule_comb2,60,"['*', '%']",% %],0,1 +0613,0613,12,symb,two_rule_comb2,61,"['%', '*']",% *],1,1 +0613,0613,12,symb,two_rule_comb2,62,"['<', '&']",< $],0,1 +0613,0613,12,symb,two_rule_comb2,63,"[':', '*']",* *],0,1 +0613,0613,12,symb,two_rule_comb2,64,"[':', '>']",< >],0,1 +0613,0613,12,symb,two_rule_comb2,65,"['$', '&']",$ >],0,1 +0613,0613,12,symb,two_rule_comb2,66,"['<', '$']",? $],0,1 +0613,0613,12,symb,two_rule_comb2,67,"['$', '%']",% %],0,1 +0613,0613,12,symb,two_rule_comb2,68,"['%', '$']",% !],0,1 +0613,0613,12,symb,two_rule_comb2,69,"['%', '%']",% &],0,1 +0613,0613,12,symb,two_rule_comb2,70,"['<', ':']",& :],0,1 +0613,0613,12,symb,two_rule_comb2,71,"['$', ':']",$ #],0,1 +0613,0613,12,symb,two_rule_comb2,72,"['&', '&']",& >],0,1 +0613,0613,12,symb,two_rule_comb2,73,"['(', '!']",% %],0,1 +0613,0613,12,symb,two_rule_comb2,74,"[':', '*']",: <],0,1 +0613,0613,12,symb,two_rule_comb2,75,"['%', '*']",(: *),0,1 +0613,0613,12,symb,two_rule_comb2,76,"['<', '>']",> >],0,1 +0613,0613,12,symb,two_rule_comb2,77,"[':', ':']",: <],0,1 +0613,0613,12,symb,two_rule_comb2,78,"['~', '~']",* ~],0,1 +0613,0613,12,symb,two_rule_comb2,79,"[':', '%']",% %],0,1 +0613,0613,12,symb,two_rule_comb2,80,"['*', '*']",* #],0,1 +0613,0613,12,symb,two_rule_comb2,81,"['%', ':']",% :],1,1 +0613,0613,12,symb,two_rule_comb2,82,"['>', '<']",% <],0,1 +0613,0613,12,symb,two_rule_comb2,83,"[':', '(']",: >],0,1 +0613,0613,12,symb,two_rule_comb2,84,"['<', '*']",$ *],0,1 +0613,0613,12,symb,two_rule_comb2,85,"[':', '%']",: #],0,1 +0613,0613,12,symb,two_rule_comb2,86,"['<', '%']",< !],0,1 +0613,0613,12,symb,two_rule_comb2,87,"['%', '!']",: !],0,1 +0613,0613,12,symb,two_rule_comb2,88,"['>', '&']",! &],0,1 +0613,0613,12,symb,two_rule_comb2,89,"['~', '%']",~ #],0,1 +0613,0613,12,symb,two_rule_comb2,90,"[':', '<']",% <],0,1 +0613,0613,12,symb,two_rule_comb2,91,"['$', '<']",< <],0,1 +0613,0613,12,symb,two_rule_comb2,92,"['%', '<']",% <],1,1 +0613,0613,12,symb,two_rule_comb2,93,"['>', '>']",! >],0,1 +0613,0613,12,symb,two_rule_comb2,94,"['>', '%']",! %],0,1 +0613,0613,12,symb,two_rule_comb2,95,"['&', '%']",# %],0,1 +0613,0613,12,symb,two_rule_comb2,96,"['*', '%']",~ %],0,1 +0613,0613,12,symb,two_rule_comb2,97,"['<', '&']",< (],0,1 +0613,0613,12,symb,two_rule_comb2,98,"['~', '(']",~ >],0,1 +0613,0613,12,symb,two_rule_comb2,99,"['*', '>']",* (],0,1 +0613,0613,12,symb,two_rule_comb3,0,"['$', '&']",$ &],1,1 +0613,0613,12,symb,two_rule_comb3,1,"['$', '%']",$ %],1,1 +0613,0613,12,symb,two_rule_comb3,2,"['(', ':']",(:],1,1 +0613,0613,12,symb,two_rule_comb3,3,"['&', ':']",& :],1,1 +0613,0613,12,symb,two_rule_comb3,4,"['<', '>']",< >],1,1 +0613,0613,12,symb,two_rule_comb3,5,"[':', '*']",: *],1,1 +0613,0613,12,symb,two_rule_comb3,6,"['$', '*']",$ *],1,1 +0613,0613,12,symb,two_rule_comb3,7,"['~', '&']",~ &],1,1 +0613,0613,12,symb,two_rule_comb3,8,"['$', ':']",$ :],1,1 +0613,0613,12,symb,two_rule_comb3,9,"['(', '<']",( <],1,1 +0613,0613,12,symb,two_rule_comb3,10,"['%', '(']",% (],1,1 +0613,0613,12,symb,two_rule_comb3,11,"[':', '~']",: ~],1,1 +0613,0613,12,symb,two_rule_comb3,12,"[':', '!']",: !],1,1 +0613,0613,12,symb,two_rule_comb3,13,"['<', '$']",< $],1,1 +0613,0613,12,symb,two_rule_comb3,14,"['~', '(']",~ (],1,1 +0613,0613,12,symb,two_rule_comb3,15,"['<', '!']",< !],1,1 +0613,0613,12,symb,two_rule_comb3,16,"['%', '<']",% <],1,1 +0613,0613,12,symb,two_rule_comb3,17,"['<', '<']",< <],1,1 +0613,0613,12,symb,two_rule_comb3,18,"['>', '%']",> %],1,1 +0613,0613,12,symb,two_rule_comb3,19,"['<', '~']",< ~],1,1 +0613,0613,12,symb,two_rule_comb3,20,"['~', '(']",~ (],1,1 +0613,0613,12,symb,two_rule_comb3,21,"['%', '~']",% ~],1,1 +0613,0613,12,symb,two_rule_comb3,22,"['>', '%']",> %],1,1 +0613,0613,12,symb,two_rule_comb3,23,"['~', ':']",~ :],1,1 +0613,0613,12,symb,two_rule_comb3,24,"[':', '!']",: !],1,1 +0613,0613,12,symb,two_rule_comb3,25,"['&', '>']",& >],1,1 +0613,0613,12,symb,two_rule_comb3,26,"['&', '*']",:& *],0,1 +0613,0613,12,symb,two_rule_comb3,27,"['(', '~']",( ~],1,1 +0613,0613,12,symb,two_rule_comb3,28,"['&', '*']",& *],1,1 +0613,0613,12,symb,two_rule_comb3,29,"['%', '*']",% *],1,1 +0613,0613,12,symb,two_rule_comb3,30,"['*', '(']",* (],1,1 +0613,0613,12,symb,two_rule_comb3,31,"['<', '<']",< %],0,1 +0613,0613,12,symb,two_rule_comb3,32,"['$', '~']",$ ~],1,1 +0613,0613,12,symb,two_rule_comb3,33,"['$', '%']",$ %],1,1 +0613,0613,12,symb,two_rule_comb3,34,"['!', '(']",! (],1,1 +0613,0613,12,symb,two_rule_comb3,35,"['%', '&']",% &],1,1 +0613,0613,12,symb,two_rule_comb3,36,"['~', '!']",~ !],1,1 +0613,0613,12,symb,two_rule_comb3,37,"['!', '*']",! *],1,1 +0613,0613,12,symb,two_rule_comb3,38,"['*', '&']",* &],1,1 +0613,0613,12,symb,two_rule_comb3,39,"['&', '!']",& !],1,1 +0613,0613,12,symb,two_rule_comb3,40,"['$', '&']",$ &],1,1 +0613,0613,12,symb,two_rule_comb3,41,"['(', '(']",( (],1,1 +0613,0613,12,symb,two_rule_comb3,42,"['$', ':']",: ~],0,1 +0613,0613,12,symb,two_rule_comb3,43,"['!', '*']",! *],1,1 +0613,0613,12,symb,two_rule_comb3,44,"['%', ':']",% :],1,1 +0613,0613,12,symb,two_rule_comb3,45,"['<', '*']",< *],1,1 +0613,0613,12,symb,two_rule_comb3,46,"['*', '!']",* !],1,1 +0613,0613,12,symb,two_rule_comb3,47,"['*', '(']",* (],1,1 +0613,0613,12,symb,two_rule_comb3,48,"['<', '&']",<& %],0,1 +0613,0613,12,symb,two_rule_comb3,49,"['<', '*']",< *],1,1 +0613,0613,12,symb,two_rule_comb3,50,"['~', '$']",~ $],1,1 +0613,0613,12,symb,two_rule_comb3,51,"['~', '~']",~ *],0,1 +0613,0613,12,symb,two_rule_comb3,52,"['~', '!']",~ !],1,1 +0613,0613,12,symb,two_rule_comb3,53,"['(', '*']",( *],1,1 +0613,0613,12,symb,two_rule_comb3,54,"['$', '$']",$ !],0,1 +0613,0613,12,symb,two_rule_comb3,55,"['*', '~']",* ~],1,1 +0613,0613,12,symb,two_rule_comb3,56,"['!', '%']",! %],1,1 +0613,0613,12,symb,two_rule_comb3,57,"[':', '~']",: ~],1,1 +0613,0613,12,symb,two_rule_comb3,58,"['>', ':']",> :]],1,1 +0613,0613,12,symb,two_rule_comb3,59,"['!', '*']",! *],1,1 +0613,0613,12,symb,two_rule_comb3,60,"[':', '&']",: &],1,1 +0613,0613,12,symb,two_rule_comb3,61,"['!', '>']",! >],1,1 +0613,0613,12,symb,two_rule_comb3,62,"['$', '~']",$ ~],1,1 +0613,0613,12,symb,two_rule_comb3,63,"['$', '&']",$ &],1,1 +0613,0613,12,symb,two_rule_comb3,64,"['&', '&']",& %],0,1 +0613,0613,12,symb,two_rule_comb3,65,"['$', '>']",$ >],1,1 +0613,0613,12,symb,two_rule_comb3,66,"[':', '>']",> *],0,1 +0613,0613,12,symb,two_rule_comb3,67,"['$', '*']",$ *],1,1 +0613,0613,12,symb,two_rule_comb3,68,"[':', '*']",: *],1,1 +0613,0613,12,symb,two_rule_comb3,69,"['&', '!']",& !],1,1 +0613,0613,12,symb,two_rule_comb3,70,"['(', '>']",( >],1,1 +0613,0613,12,symb,two_rule_comb3,71,"['>', '*']",> *],1,1 +0613,0613,12,symb,two_rule_comb3,72,"['%', '*']",% *],1,1 +0613,0613,12,symb,two_rule_comb3,73,"['~', '&']",~ &],1,1 +0613,0613,12,symb,two_rule_comb3,74,"['!', '!']",! !],1,1 +0613,0613,12,symb,two_rule_comb3,75,"[':', '(']",: (],1,1 +0613,0613,12,symb,two_rule_comb3,76,"['>', '%']",> %],1,1 +0613,0613,12,symb,two_rule_comb3,77,"['%', ':']",% ~],0,1 +0613,0613,12,symb,two_rule_comb3,78,"[':', '!']",: !],1,1 +0613,0613,12,symb,two_rule_comb3,79,"['(', '*']",( *),0,1 +0613,0613,12,symb,two_rule_comb3,80,"['&', '%']",& %],1,1 +0613,0613,12,symb,two_rule_comb3,81,"['!', '%']",! %],1,1 +0613,0613,12,symb,two_rule_comb3,82,"['&', '(']",& (],1,1 +0613,0613,12,symb,two_rule_comb3,83,"['%', '(']",% (],1,1 +0613,0613,12,symb,two_rule_comb3,84,"['&', '(']",& (],1,1 +0613,0613,12,symb,two_rule_comb3,85,"['~', '$']",~ $],1,1 +0613,0613,12,symb,two_rule_comb3,86,"['!', ':']",! :],1,1 +0613,0613,12,symb,two_rule_comb3,87,"['$', '<']",< &],0,1 +0613,0613,12,symb,two_rule_comb3,88,"['~', '*']",~ *],1,1 +0613,0613,12,symb,two_rule_comb3,89,"['*', '&']",* *],0,1 +0613,0613,12,symb,two_rule_comb3,90,"['!', '~']",$ $],0,1 +0613,0613,12,symb,two_rule_comb3,91,"['<', '(']",< (],1,1 +0613,0613,12,symb,two_rule_comb3,92,"['*', '<']",* <]],1,1 +0613,0613,12,symb,two_rule_comb3,93,"['*', '~']",* ~],1,1 +0613,0613,12,symb,two_rule_comb3,94,"['~', '*']",~ *],1,1 +0613,0613,12,symb,two_rule_comb3,95,"['>', ':']",> :],1,1 +0613,0613,12,symb,two_rule_comb3,96,"['<', ':']",< :],1,1 +0613,0613,12,symb,two_rule_comb3,97,"[':', '$']",: $],1,1 +0613,0613,12,symb,two_rule_comb3,98,"['&', '!']",& !],1,1 +0613,0613,12,symb,two_rule_comb3,99,"['(', '$']",( $],1,1 +0613,0613,12,symb,two_rule_comb4,0,"['&', '~']",$ ~],0,1 +0613,0613,12,symb,two_rule_comb4,1,"['<', '>']",& (],0,1 +0613,0613,12,symb,two_rule_comb4,2,"['(', '!']",& !],0,1 +0613,0613,12,symb,two_rule_comb4,3,"['!', '&']",! :],0,1 +0613,0613,12,symb,two_rule_comb4,4,"['&', '(']",# $],0,1 +0613,0613,12,symb,two_rule_comb4,5,"['$', '&']",$ <],0,1 +0613,0613,12,symb,two_rule_comb4,6,"['&', '!']",% <],0,1 +0613,0613,12,symb,two_rule_comb4,7,"['!', '(']",! <],0,1 +0613,0613,12,symb,two_rule_comb4,8,"['~', '(']",> * !],0,1 +0613,0613,12,symb,two_rule_comb4,9,"['*', '(']",~ >],0,1 +0613,0613,12,symb,two_rule_comb4,10,"[':', '<']",* <],0,1 +0613,0613,12,symb,two_rule_comb4,11,"['%', '&']",: &],0,1 +0613,0613,12,symb,two_rule_comb4,12,"['$', '(']",$ : ],0,1 +0613,0613,12,symb,two_rule_comb4,13,"['$', '%']",$ ],0,1 +0613,0613,12,symb,two_rule_comb4,14,"['$', '*']",$ <],0,1 +0613,0613,12,symb,two_rule_comb4,15,"['~', '~']",~ >],0,1 +0613,0613,12,symb,two_rule_comb4,16,"['&', '%']",$ %],0,1 +0613,0613,12,symb,two_rule_comb4,17,"['<', '$']",< : ],0,1 +0613,0613,12,symb,two_rule_comb4,18,"['>', '$']",> &],0,1 +0613,0613,12,symb,two_rule_comb4,19,"['*', '!']",$ !],0,1 +0613,0613,12,symb,two_rule_comb4,20,"['$', '*']",& *],0,1 +0613,0613,12,symb,two_rule_comb4,21,"['(', '&']",: &],0,1 +0613,0613,12,symb,two_rule_comb4,22,"['(', '!']",: &],0,1 +0613,0613,12,symb,two_rule_comb4,23,"['&', '!']",> !],0,1 +0613,0613,12,symb,two_rule_comb4,24,"['<', ':']",< ~],0,1 +0613,0613,12,symb,two_rule_comb4,25,"['<', '!']",< ~],0,1 +0613,0613,12,symb,two_rule_comb4,26,"['&', '&']",< &],0,1 +0613,0613,12,symb,two_rule_comb4,27,"[':', '(']",% (],0,1 +0613,0613,12,symb,two_rule_comb4,28,"['(', '*']",% *],0,1 +0613,0613,12,symb,two_rule_comb4,29,"['(', '&']",( <],0,1 +0613,0613,12,symb,two_rule_comb4,30,"['$', '~']",< ~],0,1 +0613,0613,12,symb,two_rule_comb4,31,"['%', '>']",: >],0,1 +0613,0613,12,symb,two_rule_comb4,32,"['%', '%']",% !],0,1 +0613,0613,12,symb,two_rule_comb4,33,"['<', '%']",< ~],0,1 +0613,0613,12,symb,two_rule_comb4,34,"[':', '~']",% >],0,1 +0613,0613,12,symb,two_rule_comb4,35,"['<', '>']",! !],0,1 +0613,0613,12,symb,two_rule_comb4,36,"['%', '(']",: $],0,1 +0613,0613,12,symb,two_rule_comb4,37,"['$', '(']",$: >],0,1 +0613,0613,12,symb,two_rule_comb4,38,"['>', '%']",> !],0,1 +0613,0613,12,symb,two_rule_comb4,39,"['%', '(']",* (],0,1 +0613,0613,12,symb,two_rule_comb4,40,"['>', '*']",> $],0,1 +0613,0613,12,symb,two_rule_comb4,41,"['!', '$']",> *],0,1 +0613,0613,12,symb,two_rule_comb4,42,"['<', '%']",< *)],0,1 +0613,0613,12,symb,two_rule_comb4,43,"['$', '<']",& <],0,1 +0613,0613,12,symb,two_rule_comb4,44,"['<', '%']",< %],1,1 +0613,0613,12,symb,two_rule_comb4,45,"['&', '!']",& >],0,1 +0613,0613,12,symb,two_rule_comb4,46,"['&', '%']",$ *],0,1 +0613,0613,12,symb,two_rule_comb4,47,"['*', '(']",* >],0,1 +0613,0613,12,symb,two_rule_comb4,48,"['<', '(']",: (],0,1 +0613,0613,12,symb,two_rule_comb4,49,"['~', '!']",% %],0,1 +0613,0613,12,symb,two_rule_comb4,50,"['$', '(']",& !],0,1 +0613,0613,12,symb,two_rule_comb4,51,"['~', '<']",~ (],0,1 +0613,0613,12,symb,two_rule_comb4,52,"[':', '~']",: *],0,1 +0613,0613,12,symb,two_rule_comb4,53,"['>', '*']",! ~],0,1 +0613,0613,12,symb,two_rule_comb4,54,"['~', '(']",< (],0,1 +0613,0613,12,symb,two_rule_comb4,55,"['>', '!']",( >],0,1 +0613,0613,12,symb,two_rule_comb4,56,"['>', '$']",$ $],0,1 +0613,0613,12,symb,two_rule_comb4,57,"[':', '&']",: %],0,1 +0613,0613,12,symb,two_rule_comb4,58,"['~', '&']",& !],0,1 +0613,0613,12,symb,two_rule_comb4,59,"[':', ':']",: ^],0,1 +0613,0613,12,symb,two_rule_comb4,60,"['&', '<']",% <],0,1 +0613,0613,12,symb,two_rule_comb4,61,"[':', '<']",: ^],0,1 +0613,0613,12,symb,two_rule_comb4,62,"['$', '!']",& !],0,1 +0613,0613,12,symb,two_rule_comb4,63,"['%', '*']",! *],0,1 +0613,0613,12,symb,two_rule_comb4,64,"['%', '*']",:% :],0,1 +0613,0613,12,symb,two_rule_comb4,65,"['*', '>']",~ ~],0,1 +0613,0613,12,symb,two_rule_comb4,66,"['*', '>']",* !],0,1 +0613,0613,12,symb,two_rule_comb4,67,"['~', '(']",~ ~],0,1 +0613,0613,12,symb,two_rule_comb4,68,"['!', '>']",> :]],0,1 +0613,0613,12,symb,two_rule_comb4,69,"['&', '<']",& :.],0,1 +0613,0613,12,symb,two_rule_comb4,70,"['&', '&']",& ?],0,1 +0613,0613,12,symb,two_rule_comb4,71,"['%', '&']",% *],0,1 +0613,0613,12,symb,two_rule_comb4,72,"['(', '$']",: :],0,1 +0613,0613,12,symb,two_rule_comb4,73,"['<', '!']",! >],0,1 +0613,0613,12,symb,two_rule_comb4,74,"['%', '%']",% $],0,1 +0613,0613,12,symb,two_rule_comb4,75,"['!', '%']",! *],0,1 +0613,0613,12,symb,two_rule_comb4,76,"['&', '!']",:! *],0,1 +0613,0613,12,symb,two_rule_comb4,77,"['!', '$']",($ $)],0,1 +0613,0613,12,symb,two_rule_comb4,78,"['>', '<']",> %],0,1 +0613,0613,12,symb,two_rule_comb4,79,"['<', '~']",: ~],0,1 +0613,0613,12,symb,two_rule_comb4,80,"['(', '~']",<( !],0,1 +0613,0613,12,symb,two_rule_comb4,81,"['(', ':']",% :],0,1 +0613,0613,12,symb,two_rule_comb4,82,"['!', '*']",> :],0,1 +0613,0613,12,symb,two_rule_comb4,83,"['%', '*']",: !],0,1 +0613,0613,12,symb,two_rule_comb4,84,"['>', '%']",~ %],0,1 +0613,0613,12,symb,two_rule_comb4,85,"['<', '&']",< $],0,1 +0613,0613,12,symb,two_rule_comb4,86,"['>', ':']",> : ],1,1 +0613,0613,12,symb,two_rule_comb4,87,"['%', '<']",# <],0,1 +0613,0613,12,symb,two_rule_comb4,88,"['>', '(']",! (],0,1 +0613,0613,12,symb,two_rule_comb4,89,"['$', '$']",< $],0,1 +0613,0613,12,symb,two_rule_comb4,90,"[':', '%']",: ~],0,1 +0613,0613,12,symb,two_rule_comb4,91,"['*', '&']",& &],0,1 +0613,0613,12,symb,two_rule_comb4,92,"['(', '<']",@ #],0,1 +0613,0613,12,symb,two_rule_comb4,93,"['(', '<']",> <],0,1 +0613,0613,12,symb,two_rule_comb4,94,"['~', '%']",~ !],0,1 +0613,0613,12,symb,two_rule_comb4,95,"['!', '<']",! *],0,1 +0613,0613,12,symb,two_rule_comb4,96,"['>', '&']",> >],0,1 +0613,0613,12,symb,two_rule_comb4,97,"['(', '$']",( &],0,1 +0613,0613,12,symb,two_rule_comb4,98,"['%', '$']",% ~],0,1 +0613,0613,12,symb,two_rule_comb4,99,"['&', '~']",# ~],0,1 +0613,0613,12,symb,two_rule_comb5,0,"['*', '%']",*& ^],0,1 +0613,0613,12,symb,two_rule_comb5,1,"['(', '(']",# =],0,1 +0613,0613,12,symb,two_rule_comb5,2,"['$', '$']",: ^],0,1 +0613,0613,12,symb,two_rule_comb5,3,"['(', '<']",: &],0,1 +0613,0613,12,symb,two_rule_comb5,4,"['$', '(']",& %],0,1 +0613,0613,12,symb,two_rule_comb5,5,"['%', '&']",: $],0,1 +0613,0613,12,symb,two_rule_comb5,6,"['$', '&']",& <],0,1 +0613,0613,12,symb,two_rule_comb5,7,"['*', '!']",# !],0,1 +0613,0613,12,symb,two_rule_comb5,8,"['(', '%']",* : >],0,1 +0613,0613,12,symb,two_rule_comb5,9,"['!', '(']",> %],0,1 +0613,0613,12,symb,two_rule_comb5,10,"['$', '%']",< (],0,1 +0613,0613,12,symb,two_rule_comb5,11,"['(', ':']",@ #],0,1 +0613,0613,12,symb,two_rule_comb5,12,"['$', '~']",# >],0,1 +0613,0613,12,symb,two_rule_comb5,13,"['!', '~']",( < *),0,1 +0613,0613,12,symb,two_rule_comb5,14,"['<', ':']",& (],0,1 +0613,0613,12,symb,two_rule_comb5,15,"['~', '&']",(! ],0,1 +0613,0613,12,symb,two_rule_comb5,16,"['&', '$']",$ <],0,1 +0613,0613,12,symb,two_rule_comb5,17,"['~', '(']",> %],0,1 +0613,0613,12,symb,two_rule_comb5,18,"['&', '%']",# @],0,1 +0613,0613,12,symb,two_rule_comb5,19,"['>', '$']",# ^],0,1 +0613,0613,12,symb,two_rule_comb5,20,"['&', '$']",& $],1,1 +0613,0613,12,symb,two_rule_comb5,21,"[':', '<']",& ],0,1 +0613,0613,12,symb,two_rule_comb5,22,"['$', '~']",& *],0,1 +0613,0613,12,symb,two_rule_comb5,23,"['~', '%']",& >],0,1 +0613,0613,12,symb,two_rule_comb5,24,"['$', '!']",& >],0,1 +0613,0613,12,symb,two_rule_comb5,25,"['$', ':']",< : ],0,1 +0613,0613,12,symb,two_rule_comb5,26,"['&', '<']",& <],1,1 +0613,0613,12,symb,two_rule_comb5,27,"['*', '~']",* ~],1,1 +0613,0613,12,symb,two_rule_comb5,28,"['$', ':']",< %],0,1 +0613,0613,12,symb,two_rule_comb5,29,"[':', '>']",! %]],0,1 +0613,0613,12,symb,two_rule_comb5,30,"['>', '(']",< !],0,1 +0613,0613,12,symb,two_rule_comb5,31,"['<', '!']",<( :)],0,1 +0613,0613,12,symb,two_rule_comb5,32,"['&', ':']",# @],0,1 +0613,0613,12,symb,two_rule_comb5,33,"['$', '%']",< #],0,1 +0613,0613,12,symb,two_rule_comb5,34,"[':', '(']",% ],0,1 +0613,0613,12,symb,two_rule_comb5,35,"['%', '%']",% &],0,1 +0613,0613,12,symb,two_rule_comb5,36,"['!', '&']",> $],0,1 +0613,0613,12,symb,two_rule_comb5,37,"['<', '~']",< >],0,1 +0613,0613,12,symb,two_rule_comb5,38,"['(', '!']",# *)],0,1 +0613,0613,12,symb,two_rule_comb5,39,"['>', '<']",# <],0,1 +0613,0613,12,symb,two_rule_comb5,40,"['%', '$']",! !],0,1 +0613,0613,12,symb,two_rule_comb5,41,"['$', '<']",(? #)],0,1 +0613,0613,12,symb,two_rule_comb5,42,"['%', '(']",% ],0,1 +0613,0613,12,symb,two_rule_comb5,43,"['<', '$']",& <],0,1 +0613,0613,12,symb,two_rule_comb5,44,"['*', '&']",# #],0,1 +0613,0613,12,symb,two_rule_comb5,45,"['*', '&']",* #],0,1 +0613,0613,12,symb,two_rule_comb5,46,"['!', '$']",> <],0,1 +0613,0613,12,symb,two_rule_comb5,47,"['<', '>']",: (],0,1 +0613,0613,12,symb,two_rule_comb5,48,"['!', ':']",> (],0,1 +0613,0613,12,symb,two_rule_comb5,49,"['%', ':']",# $],0,1 +0613,0613,12,symb,two_rule_comb5,50,"['!', '<']",> &],0,1 +0613,0613,12,symb,two_rule_comb5,51,"['&', '>']",(~ *)],0,1 +0613,0613,12,symb,two_rule_comb5,52,"['(', '$']",< ?],0,1 +0613,0613,12,symb,two_rule_comb5,53,"['(', '*']",@ #],0,1 +0613,0613,12,symb,two_rule_comb5,54,"['%', '$']",: <],0,1 +0613,0613,12,symb,two_rule_comb5,55,"['&', '%']",& #],0,1 +0613,0613,12,symb,two_rule_comb5,56,"['$', '<']",< &],0,1 +0613,0613,12,symb,two_rule_comb5,57,"['<', '<']",# @],0,1 +0613,0613,12,symb,two_rule_comb5,58,"['%', '<']",! *],0,1 +0613,0613,12,symb,two_rule_comb5,59,"['~', '*']",< !],0,1 +0613,0613,12,symb,two_rule_comb5,60,"['~', '<']",> #],0,1 +0613,0613,12,symb,two_rule_comb5,61,"[':', '~']",* ],0,1 +0613,0613,12,symb,two_rule_comb5,62,"['(', '~']",(% *)],0,1 +0613,0613,12,symb,two_rule_comb5,63,"['!', ':']",(> %)],0,1 +0613,0613,12,symb,two_rule_comb5,64,"[':', '%']",(? @),0,1 +0613,0613,12,symb,two_rule_comb5,65,"['~', '<']",> <)],0,1 +0613,0613,12,symb,two_rule_comb5,66,"['%', '>']",: !],0,1 +0613,0613,12,symb,two_rule_comb5,67,"['*', '<']",& ~],0,1 +0613,0613,12,symb,two_rule_comb5,68,"['(', '%']",: (],0,1 +0613,0613,12,symb,two_rule_comb5,69,"['$', '*']",! @],0,1 +0613,0613,12,symb,two_rule_comb5,70,"['>', '%']",^ %],0,1 +0613,0613,12,symb,two_rule_comb5,71,"['~', '%']",> #],0,1 +0613,0613,12,symb,two_rule_comb5,72,"[':', '%']",:% :],0,1 +0613,0613,12,symb,two_rule_comb5,73,"['<', '%']",& : ],0,1 +0613,0613,12,symb,two_rule_comb5,74,"['(', '$']",% <],0,1 +0613,0613,12,symb,two_rule_comb5,75,"['&', '(']",# >],0,1 +0613,0613,12,symb,two_rule_comb5,76,"['$', '%']",? @]],0,1 +0613,0613,12,symb,two_rule_comb5,77,"['(', ':']",: (],0,1 +0613,0613,12,symb,two_rule_comb5,78,"['(', '&']",@ @],0,1 +0613,0613,12,symb,two_rule_comb5,79,"['>', '<']",# #],0,1 +0613,0613,12,symb,two_rule_comb5,80,"['(', '!']",( : >)],0,1 +0613,0613,12,symb,two_rule_comb5,81,"['<', '&']",# @],0,1 +0613,0613,12,symb,two_rule_comb5,82,"['<', '&']",! ~],0,1 +0613,0613,12,symb,two_rule_comb5,83,"['%', ':']",% !],0,1 +0613,0613,12,symb,two_rule_comb5,84,"['*', ':']",# ^],0,1 +0613,0613,12,symb,two_rule_comb5,85,"['>', '*']",( <],0,1 +0613,0613,12,symb,two_rule_comb5,86,"['!', '$']",> &],0,1 +0613,0613,12,symb,two_rule_comb5,87,"['>', '!']",> !],1,1 +0613,0613,12,symb,two_rule_comb5,88,"['&', '~']",< *],0,1 +0613,0613,12,symb,two_rule_comb5,89,"['(', '%']",% (],0,1 +0613,0613,12,symb,two_rule_comb5,90,"['(', '$']",: &],0,1 +0613,0613,12,symb,two_rule_comb5,91,"[':', '(']",? ?],0,1 +0613,0613,12,symb,two_rule_comb5,92,"['(', '(']",: %],0,1 +0613,0613,12,symb,two_rule_comb5,93,"['&', '<']",# %],0,1 +0613,0613,12,symb,two_rule_comb5,94,"['&', ':']",# <],0,1 +0613,0613,12,symb,two_rule_comb5,95,"['~', '>']",< ~],0,1 +0613,0613,12,symb,two_rule_comb5,96,"['&', '&']",* $],0,1 +0613,0613,12,symb,two_rule_comb5,97,"['$', '>']",! : ],0,1 +0613,0613,12,symb,two_rule_comb5,98,"['~', ':']",% !],0,1 +0613,0613,12,symb,two_rule_comb5,99,"['%', ':']",: (],0,1 +0613,0613,12,symb,three_rule_comb0,0,"['&', ':', ':']",& : :],1,1 +0613,0613,12,symb,three_rule_comb0,1,"['!', '%', '%']",! % %],1,1 +0613,0613,12,symb,three_rule_comb0,2,"['*', '$', '%']",* $ %],1,1 +0613,0613,12,symb,three_rule_comb0,3,"['$', '>', '*']",$ > *],1,1 +0613,0613,12,symb,three_rule_comb0,4,"[':', '%', '<']",: % <],1,1 +0613,0613,12,symb,three_rule_comb0,5,"['~', '%', '$']",~ % $],1,1 +0613,0613,12,symb,three_rule_comb0,6,"['(', '$', ':']",( $ :],1,1 +0613,0613,12,symb,three_rule_comb0,7,"[':', '>', '&']",: > &],1,1 +0613,0613,12,symb,three_rule_comb0,8,"['*', '<', '!']",* < !],1,1 +0613,0613,12,symb,three_rule_comb0,9,"[':', '$', '(']",: $ (],1,1 +0613,0613,12,symb,three_rule_comb0,10,"['&', '<', '>']",& < >],1,1 +0613,0613,12,symb,three_rule_comb0,11,"['$', '&', '!']",$ & !],1,1 +0613,0613,12,symb,three_rule_comb0,12,"['&', '<', '(']",& < (],1,1 +0613,0613,12,symb,three_rule_comb0,13,"['>', '>', '$']",> > $],1,1 +0613,0613,12,symb,three_rule_comb0,14,"['(', '$', '<']",( $ <],1,1 +0613,0613,12,symb,three_rule_comb0,15,"['(', '>', '*']",( > *],1,1 +0613,0613,12,symb,three_rule_comb0,16,"['~', '!', '&']",~ ! &],1,1 +0613,0613,12,symb,three_rule_comb0,17,"[':', '*', '(']",: * (],1,1 +0613,0613,12,symb,three_rule_comb0,18,"['<', '>', '>']",< > >],1,1 +0613,0613,12,symb,three_rule_comb0,19,"['<', '~', '!']",< ~ !],1,1 +0613,0613,12,symb,three_rule_comb0,20,"['*', '*', '(']",* * (],1,1 +0613,0613,12,symb,three_rule_comb0,21,"['>', '&', '%']",> & %],1,1 +0613,0613,12,symb,three_rule_comb0,22,"[':', '&', '&']",: & &],1,1 +0613,0613,12,symb,three_rule_comb0,23,"['*', '&', '!']",* & !],1,1 +0613,0613,12,symb,three_rule_comb0,24,"['~', '>', '&']",~ > &],1,1 +0613,0613,12,symb,three_rule_comb0,25,"['&', '(', '!']",& ( !],1,1 +0613,0613,12,symb,three_rule_comb0,26,"[':', '$', '~']",: $ ~],1,1 +0613,0613,12,symb,three_rule_comb0,27,"['(', '!', '!']",( & !],0,1 +0613,0613,12,symb,three_rule_comb0,28,"[':', '(', '&']",: ( &],1,1 +0613,0613,12,symb,three_rule_comb0,29,"['*', '%', '(']",* % (],1,1 +0613,0613,12,symb,three_rule_comb0,30,"['~', '>', '!']",~ > !],1,1 +0613,0613,12,symb,three_rule_comb0,31,"['&', '&', ':']",& & :],1,1 +0613,0613,12,symb,three_rule_comb0,32,"['(', ':', ':']",( : :],1,1 +0613,0613,12,symb,three_rule_comb0,33,"['%', '<', '<']",% < <],1,1 +0613,0613,12,symb,three_rule_comb0,34,"['&', ':', '%']",& : %],1,1 +0613,0613,12,symb,three_rule_comb0,35,"['<', ':', '%']",< : %],1,1 +0613,0613,12,symb,three_rule_comb0,36,"['&', '(', ':']",& ( :],1,1 +0613,0613,12,symb,three_rule_comb0,37,"['&', '~', '(']",& ~ (,1,1 +0613,0613,12,symb,three_rule_comb0,38,"[':', '>', '$']",: > $],1,1 +0613,0613,12,symb,three_rule_comb0,39,"[':', ':', '&']",: : &],1,1 +0613,0613,12,symb,three_rule_comb0,40,"['$', '(', '(']",$ ( (],1,1 +0613,0613,12,symb,three_rule_comb0,41,"['%', '&', '>']",% & >],1,1 +0613,0613,12,symb,three_rule_comb0,42,"['>', '%', '~']",> % ~],1,1 +0613,0613,12,symb,three_rule_comb0,43,"['!', '%', '!']",! % !],1,1 +0613,0613,12,symb,three_rule_comb0,44,"['$', '&', '%']",$ & %],1,1 +0613,0613,12,symb,three_rule_comb0,45,"[':', '>', '*']",: > *],1,1 +0613,0613,12,symb,three_rule_comb0,46,"['*', '~', '~']",* ~ ~],1,1 +0613,0613,12,symb,three_rule_comb0,47,"['>', '*', '>']",> * >],1,1 +0613,0613,12,symb,three_rule_comb0,48,"[':', '!', '<']",: ! <],1,1 +0613,0613,12,symb,three_rule_comb0,49,"['(', '(', '$']",( ( $],1,1 +0613,0613,12,symb,three_rule_comb0,50,"[':', '!', '>']",: ! >],1,1 +0613,0613,12,symb,three_rule_comb0,51,"['*', '&', '>']",* & >],1,1 +0613,0613,12,symb,three_rule_comb0,52,"['$', '<', '<']",$ < <],1,1 +0613,0613,12,symb,three_rule_comb0,53,"[':', '!', '>']",: ! >],1,1 +0613,0613,12,symb,three_rule_comb0,54,"['(', '$', '&']",( $ &],1,1 +0613,0613,12,symb,three_rule_comb0,55,"['>', '(', '~']",> ( ~],1,1 +0613,0613,12,symb,three_rule_comb0,56,"['>', '!', '>']",> ! >],1,1 +0613,0613,12,symb,three_rule_comb0,57,"['%', '(', '$']",% ( $],1,1 +0613,0613,12,symb,three_rule_comb0,58,"['*', '&', '$']",* & $],1,1 +0613,0613,12,symb,three_rule_comb0,59,"['!', '*', '~']",! * ~],1,1 +0613,0613,12,symb,three_rule_comb0,60,"['*', '<', '&']",* < &],1,1 +0613,0613,12,symb,three_rule_comb0,61,"['!', '&', '%']",! & %],1,1 +0613,0613,12,symb,three_rule_comb0,62,"['$', ':', '<']",$ : <],1,1 +0613,0613,12,symb,three_rule_comb0,63,"['<', '~', '!']",< ~ !],1,1 +0613,0613,12,symb,three_rule_comb0,64,"['!', '<', '<']",! < <],1,1 +0613,0613,12,symb,three_rule_comb0,65,"['&', '%', '~']",& % ~],1,1 +0613,0613,12,symb,three_rule_comb0,66,"['%', ':', '*']",% : *],1,1 +0613,0613,12,symb,three_rule_comb0,67,"[':', '!', '$']",: ! $],1,1 +0613,0613,12,symb,three_rule_comb0,68,"['>', '<', '(']",> < (],1,1 +0613,0613,12,symb,three_rule_comb0,69,"['*', '&', '>']",* & >],1,1 +0613,0613,12,symb,three_rule_comb0,70,"[':', ':', '!']",: : !],1,1 +0613,0613,12,symb,three_rule_comb0,71,"['>', ':', '~']",> : ~],1,1 +0613,0613,12,symb,three_rule_comb0,72,"['<', '<', '~']",< < ~],1,1 +0613,0613,12,symb,three_rule_comb0,73,"['&', '*', ':']",& * :],1,1 +0613,0613,12,symb,three_rule_comb0,74,"['&', '%', '>']",& % >],1,1 +0613,0613,12,symb,three_rule_comb0,75,"['~', '$', '!']",~ $ !],1,1 +0613,0613,12,symb,three_rule_comb0,76,"['(', '*', '~']",( * ~],1,1 +0613,0613,12,symb,three_rule_comb0,77,"['(', '~', '>']",( ~ >],1,1 +0613,0613,12,symb,three_rule_comb0,78,"['*', '>', '$']",* > $],1,1 +0613,0613,12,symb,three_rule_comb0,79,"['~', '$', '*']",~ $ *],1,1 +0613,0613,12,symb,three_rule_comb0,80,"['&', '!', '>']",& ! >],1,1 +0613,0613,12,symb,three_rule_comb0,81,"[':', '*', '!']",: * !],1,1 +0613,0613,12,symb,three_rule_comb0,82,"['*', '(', '$']",* ( $],1,1 +0613,0613,12,symb,three_rule_comb0,83,"['~', '$', '>']",~ $ >],1,1 +0613,0613,12,symb,three_rule_comb0,84,"[':', '>', '<']",: > <],1,1 +0613,0613,12,symb,three_rule_comb0,85,"[':', '$', '>']",: $ >],1,1 +0613,0613,12,symb,three_rule_comb0,86,"['~', '>', '>']",~ > >],1,1 +0613,0613,12,symb,three_rule_comb0,87,"['~', '&', '$']",~ & $],1,1 +0613,0613,12,symb,three_rule_comb0,88,"['&', '!', '>']",& ! >],1,1 +0613,0613,12,symb,three_rule_comb0,89,"['*', '&', '$']",* & $],1,1 +0613,0613,12,symb,three_rule_comb0,90,"['*', '%', '>']",* % >],1,1 +0613,0613,12,symb,three_rule_comb0,91,"['(', '%', '(']",( % (],1,1 +0613,0613,12,symb,three_rule_comb0,92,"['<', '(', '&']",< ( &],1,1 +0613,0613,12,symb,three_rule_comb0,93,"['%', ':', '*']",% : *],1,1 +0613,0613,12,symb,three_rule_comb0,94,"['%', '!', '<']",% ! <],1,1 +0613,0613,12,symb,three_rule_comb0,95,"['>', '$', '*']",> $ *],1,1 +0613,0613,12,symb,three_rule_comb0,96,"['$', '>', '>']",$ > >],1,1 +0613,0613,12,symb,three_rule_comb0,97,"['*', '&', ':']",* & :],1,1 +0613,0613,12,symb,three_rule_comb0,98,"['(', '>', '$']",( > $],1,1 +0613,0613,12,symb,three_rule_comb0,99,"['<', ':', '&']",< : &],1,1 +0613,0613,12,symb,three_rule_comb1,0,"['~', '$', '%']",~ $ %],1,1 +0613,0613,12,symb,three_rule_comb1,1,"[':', '$', '$']",: $ $],1,1 +0613,0613,12,symb,three_rule_comb1,2,"['!', '!', '*']",! ! *],1,1 +0613,0613,12,symb,three_rule_comb1,3,"['~', '(', ':']",~ ( :],1,1 +0613,0613,12,symb,three_rule_comb1,4,"['*', '*', '!']",* * !],1,1 +0613,0613,12,symb,three_rule_comb1,5,"['*', '!', '<']",* ! <],1,1 +0613,0613,12,symb,three_rule_comb1,6,"['~', '(', '(']",~ ( >],0,1 +0613,0613,12,symb,three_rule_comb1,7,"['<', '>', '~']",< > <],0,1 +0613,0613,12,symb,three_rule_comb1,8,"['*', '(', '>']",* & >],0,1 +0613,0613,12,symb,three_rule_comb1,9,"['>', '>', ':']",> * :],0,1 +0613,0613,12,symb,three_rule_comb1,10,"['&', '$', '&']",& ! &],0,1 +0613,0613,12,symb,three_rule_comb1,11,"['!', '<', '<']",! < %],0,1 +0613,0613,12,symb,three_rule_comb1,12,"['>', '>', '~']",> & ~],0,1 +0613,0613,12,symb,three_rule_comb1,13,"[':', '!', '*']",: ! *],1,1 +0613,0613,12,symb,three_rule_comb1,14,"[':', '$', '!']",: $ !],1,1 +0613,0613,12,symb,three_rule_comb1,15,"['%', '!', '%']",% ! %],1,1 +0613,0613,12,symb,three_rule_comb1,16,"['(', '~', '%']",( % %],0,1 +0613,0613,12,symb,three_rule_comb1,17,"['*', '>', '%']",* > %],1,1 +0613,0613,12,symb,three_rule_comb1,18,"['!', '!', '<']",! ! <],1,1 +0613,0613,12,symb,three_rule_comb1,19,"['>', '(', '$']",> ( $],1,1 +0613,0613,12,symb,three_rule_comb1,20,"['(', '&', '%']",( & !],0,1 +0613,0613,12,symb,three_rule_comb1,21,"['$', '&', '~']",$ & ~],1,1 +0613,0613,12,symb,three_rule_comb1,22,"['<', '<', '>']",< < >],1,1 +0613,0613,12,symb,three_rule_comb1,23,"['&', ':', '$']",& : $],1,1 +0613,0613,12,symb,three_rule_comb1,24,"['$', '(', '!']",$ ( !],1,1 +0613,0613,12,symb,three_rule_comb1,25,"[':', '(', '~']",: ( ~],1,1 +0613,0613,12,symb,three_rule_comb1,26,"[':', '>', '&']",: > &],1,1 +0613,0613,12,symb,three_rule_comb1,27,"['$', '$', '<']",$ $ $],0,1 +0613,0613,12,symb,three_rule_comb1,28,"['%', '*', ':']",% * :],1,1 +0613,0613,12,symb,three_rule_comb1,29,"[':', '~', '*']",% ~ *],0,1 +0613,0613,12,symb,three_rule_comb1,30,"['~', '%', '%']",~ % %],1,1 +0613,0613,12,symb,three_rule_comb1,31,"['!', '$', ':']",! $ :],1,1 +0613,0613,12,symb,three_rule_comb1,32,"['&', '*', '%']",& * %],1,1 +0613,0613,12,symb,three_rule_comb1,33,"['*', '~', '&']",* * &],0,1 +0613,0613,12,symb,three_rule_comb1,34,"['(', '(', '*']",( ( *],1,1 +0613,0613,12,symb,three_rule_comb1,35,"[':', '&', '*']",: & *],1,1 +0613,0613,12,symb,three_rule_comb1,36,"['(', ':', '*']",< : *],0,1 +0613,0613,12,symb,three_rule_comb1,37,"['<', '<', '~']",< > ~],0,1 +0613,0613,12,symb,three_rule_comb1,38,"[':', ':', '*']",: : *],1,1 +0613,0613,12,symb,three_rule_comb1,39,"['$', '*', '<']",$ * <],1,1 +0613,0613,12,symb,three_rule_comb1,40,"['!', '*', '%']",! * %],1,1 +0613,0613,12,symb,three_rule_comb1,41,"['<', '*', '<']",< * %],0,1 +0613,0613,12,symb,three_rule_comb1,42,"['<', '~', '%']",< ~ %],1,1 +0613,0613,12,symb,three_rule_comb1,43,"['>', '&', '!']",> % !],0,1 +0613,0613,12,symb,three_rule_comb1,44,"['*', '~', '<']",$ ~ <],0,1 +0613,0613,12,symb,three_rule_comb1,45,"['<', '$', '$']",< $ $],1,1 +0613,0613,12,symb,three_rule_comb1,46,"['~', '<', ':']",~ $ :],0,1 +0613,0613,12,symb,three_rule_comb1,47,"[':', '>', '%']",: > %],1,1 +0613,0613,12,symb,three_rule_comb1,48,"['&', '~', '*']",& ~ *],1,1 +0613,0613,12,symb,three_rule_comb1,49,"['>', '*', '<']",> * <],1,1 +0613,0613,12,symb,three_rule_comb1,50,"['<', '&', '!']",< & !],1,1 +0613,0613,12,symb,three_rule_comb1,51,"['~', '%', '%']",~ $ %],0,1 +0613,0613,12,symb,three_rule_comb1,52,"['$', '>', '<']",$ > <],1,1 +0613,0613,12,symb,three_rule_comb1,53,"['~', '$', '~']",~ $ ~],1,1 +0613,0613,12,symb,three_rule_comb1,54,"['(', '~', '<']",( ~ <],1,1 +0613,0613,12,symb,three_rule_comb1,55,"['<', '$', '!']",< $ !],1,1 +0613,0613,12,symb,three_rule_comb1,56,"['>', '>', '(']",> > (],1,1 +0613,0613,12,symb,three_rule_comb1,57,"['$', '(', '$']",$ ( ~],0,1 +0613,0613,12,symb,three_rule_comb1,58,"['$', '<', '%']",$ < %],1,1 +0613,0613,12,symb,three_rule_comb1,59,"['<', '%', '&']",< % &],1,1 +0613,0613,12,symb,three_rule_comb1,60,"[':', '(', '!']",: ( !],1,1 +0613,0613,12,symb,three_rule_comb1,61,"['<', ':', '!']",< : !],1,1 +0613,0613,12,symb,three_rule_comb1,62,"['(', '%', '(']",( > (],0,1 +0613,0613,12,symb,three_rule_comb1,63,"['$', ':', '*']",$ : *],1,1 +0613,0613,12,symb,three_rule_comb1,64,"['~', '$', '>']",~ $ >],1,1 +0613,0613,12,symb,three_rule_comb1,65,"['<', '~', '%']",< ~ %],1,1 +0613,0613,12,symb,three_rule_comb1,66,"['*', '*', '>']",* $ >],0,1 +0613,0613,12,symb,three_rule_comb1,67,"['&', '(', '<']",& ( <],1,1 +0613,0613,12,symb,three_rule_comb1,68,"['*', '&', '%']",* ~ %],0,1 +0613,0613,12,symb,three_rule_comb1,69,"['~', '!', '$']",! ! $],0,1 +0613,0613,12,symb,three_rule_comb1,70,"['&', '!', '*']",& * *],0,1 +0613,0613,12,symb,three_rule_comb1,71,"['%', '&', '&']",% ! &],0,1 +0613,0613,12,symb,three_rule_comb1,72,"['!', '*', '<']",< * $],0,1 +0613,0613,12,symb,three_rule_comb1,73,"['<', '%', '%']",< * >],0,1 +0613,0613,12,symb,three_rule_comb1,74,"['$', '%', ':']",$ % :],1,1 +0613,0613,12,symb,three_rule_comb1,75,"['$', '*', '%']",$ * %],1,1 +0613,0613,12,symb,three_rule_comb1,76,"['>', '%', '%']",> % %],1,1 +0613,0613,12,symb,three_rule_comb1,77,"['!', '&', ':']",! & :],1,1 +0613,0613,12,symb,three_rule_comb1,78,"['$', '$', '!']",$ ! &],0,1 +0613,0613,12,symb,three_rule_comb1,79,"['*', '!', '(']",* $ (],0,1 +0613,0613,12,symb,three_rule_comb1,80,"['>', '<', '!']",> < !],1,1 +0613,0613,12,symb,three_rule_comb1,81,"['$', '>', '!']",$ > !],1,1 +0613,0613,12,symb,three_rule_comb1,82,"['%', '!', ':']",% ! :],1,1 +0613,0613,12,symb,three_rule_comb1,83,"['<', '%', '&']",< % &],1,1 +0613,0613,12,symb,three_rule_comb1,84,"['(', ':', '>']",( : >),0,1 +0613,0613,12,symb,three_rule_comb1,85,"[':', '&', '*']",: & *],1,1 +0613,0613,12,symb,three_rule_comb1,86,"[':', '<', '>']",: < >],1,1 +0613,0613,12,symb,three_rule_comb1,87,"['&', '%', '>']",& % &],0,1 +0613,0613,12,symb,three_rule_comb1,88,"['!', '(', ':']",! ( :],1,1 +0613,0613,12,symb,three_rule_comb1,89,"['$', '>', '(']",$ > (],1,1 +0613,0613,12,symb,three_rule_comb1,90,"['(', '&', ':']",( & &],0,1 +0613,0613,12,symb,three_rule_comb1,91,"['&', '&', '!']",& & !],1,1 +0613,0613,12,symb,three_rule_comb1,92,"['$', '~', '$']",$ ~ %],0,1 +0613,0613,12,symb,three_rule_comb1,93,"['!', ':', '&']",! : &],1,1 +0613,0613,12,symb,three_rule_comb1,94,"['!', ':', '%']",! : %],1,1 +0613,0613,12,symb,three_rule_comb1,95,"['&', '<', '<']",& * <],0,1 +0613,0613,12,symb,three_rule_comb1,96,"['<', '&', '>']",< & !],0,1 +0613,0613,12,symb,three_rule_comb1,97,"['!', '<', '<']",! < <],1,1 +0613,0613,12,symb,three_rule_comb1,98,"['~', '$', '(']",~ $ (],1,1 +0613,0613,12,symb,three_rule_comb1,99,"['>', '<', '>']",> > >],0,1 +0613,0613,12,symb,three_rule_comb2,0,"['%', '%', '&']",% % $],0,1 +0613,0613,12,symb,three_rule_comb2,1,"['&', '&', '$']",& > $],0,1 +0613,0613,12,symb,three_rule_comb2,2,"[':', '<', '~']",: % ~],0,1 +0613,0613,12,symb,three_rule_comb2,3,"['*', ':', ':']",* < :],0,1 +0613,0613,12,symb,three_rule_comb2,4,"['$', '!', '&']",$ ! ^],0,1 +0613,0613,12,symb,three_rule_comb2,5,"['*', '!', '*']",* ! <],0,1 +0613,0613,12,symb,three_rule_comb2,6,"['(', '<', '!']",% < !],0,1 +0613,0613,12,symb,three_rule_comb2,7,"['>', '(', '$']",> * $],0,1 +0613,0613,12,symb,three_rule_comb2,8,"['!', ':', ':']",> : :],0,1 +0613,0613,12,symb,three_rule_comb2,9,"['&', ':', '<']",& ( <],0,1 +0613,0613,12,symb,three_rule_comb2,10,"['&', '<', '$']",& : $],0,1 +0613,0613,12,symb,three_rule_comb2,11,"['<', '$', '%']",) $ %],0,1 +0613,0613,12,symb,three_rule_comb2,12,"['~', '*', '>']",~ % >],0,1 +0613,0613,12,symb,three_rule_comb2,13,"['<', '*', '>']",(* * >],0,1 +0613,0613,12,symb,three_rule_comb2,14,"['*', '>', ':']",* ? :],0,1 +0613,0613,12,symb,three_rule_comb2,15,"['$', '<', '*']",$ % *],0,1 +0613,0613,12,symb,three_rule_comb2,16,"['!', '<', '&']",! < $],0,1 +0613,0613,12,symb,three_rule_comb2,17,"['!', '%', '!']",! $ !],0,1 +0613,0613,12,symb,three_rule_comb2,18,"['~', '!', '$']",~ ! ?],0,1 +0613,0613,12,symb,three_rule_comb2,19,"['(', '>', '(']",( % !],0,1 +0613,0613,12,symb,three_rule_comb2,20,"['&', '$', '$']",& $ <],0,1 +0613,0613,12,symb,three_rule_comb2,21,"['<', '<', '!']",& < !],0,1 +0613,0613,12,symb,three_rule_comb2,22,"['>', '%', '&']",> % >],0,1 +0613,0613,12,symb,three_rule_comb2,23,"['*', '&', ':']",* & :],1,1 +0613,0613,12,symb,three_rule_comb2,24,"['%', '$', '<']",% < <],0,1 +0613,0613,12,symb,three_rule_comb2,25,"['~', ':', '(']",~ : %],0,1 +0613,0613,12,symb,three_rule_comb2,26,"['*', '!', '>']",* ! ^],0,1 +0613,0613,12,symb,three_rule_comb2,27,"['&', '<', '*']",& < &],0,1 +0613,0613,12,symb,three_rule_comb2,28,"['&', '%', '>']",& ~ >],0,1 +0613,0613,12,symb,three_rule_comb2,29,"['~', '<', '&']",> < &],0,1 +0613,0613,12,symb,three_rule_comb2,30,"['*', '<', ':']",( < :],0,1 +0613,0613,12,symb,three_rule_comb2,31,"['&', '%', '&']",& % %],0,1 +0613,0613,12,symb,three_rule_comb2,32,"['!', '(', '<']",! ~ ~],0,1 +0613,0613,12,symb,three_rule_comb2,33,"['~', '>', '*']",~ > ~],0,1 +0613,0613,12,symb,three_rule_comb2,34,"['&', '(', '$']",& > $],0,1 +0613,0613,12,symb,three_rule_comb2,35,"['&', '%', '!']",& > &],0,1 +0613,0613,12,symb,three_rule_comb2,36,"['!', '%', ':']",! * *,0,1 +0613,0613,12,symb,three_rule_comb2,37,"['~', '*', '*']",> * *],0,1 +0613,0613,12,symb,three_rule_comb2,38,"['>', ':', '$']",> % $],0,1 +0613,0613,12,symb,three_rule_comb2,39,"['%', '&', '$']",% & ?],0,1 +0613,0613,12,symb,three_rule_comb2,40,"['<', '%', '(']",* % (],0,1 +0613,0613,12,symb,three_rule_comb2,41,"['(', ':', '>']",: ~ >],0,1 +0613,0613,12,symb,three_rule_comb2,42,"[':', '*', '&']",( * &],0,1 +0613,0613,12,symb,three_rule_comb2,43,"['>', '~', '>']",> ~ !],0,1 +0613,0613,12,symb,three_rule_comb2,44,"['*', '$', '$']",* $ $],1,1 +0613,0613,12,symb,three_rule_comb2,45,"['%', '&', '>']",% & !],0,1 +0613,0613,12,symb,three_rule_comb2,46,"['&', '%', '%']",& % :],0,1 +0613,0613,12,symb,three_rule_comb2,47,"['(', '(', '>']",( % >],0,1 +0613,0613,12,symb,three_rule_comb2,48,"['%', '<', ':']",% : :],0,1 +0613,0613,12,symb,three_rule_comb2,49,"[':', ':', '*']",: : *],1,1 +0613,0613,12,symb,three_rule_comb2,50,"['~', '>', '>']",~ ! >],0,1 +0613,0613,12,symb,three_rule_comb2,51,"['(', '*', '!']",> * !],0,1 +0613,0613,12,symb,three_rule_comb2,52,"['<', '(', '&']",< ( %],0,1 +0613,0613,12,symb,three_rule_comb2,53,"['&', '&', '(']",> & (],0,1 +0613,0613,12,symb,three_rule_comb2,54,"['<', '*', '(']",& * (!],0,1 +0613,0613,12,symb,three_rule_comb2,55,"[':', '~', ':']",* ~ :],0,1 +0613,0613,12,symb,three_rule_comb2,56,"['*', '!', '!']",* ! ),0,1 +0613,0613,12,symb,three_rule_comb2,57,"['&', '*', ':']",> * :],0,1 +0613,0613,12,symb,three_rule_comb2,58,"['!', '*', ':']",! * !],0,1 +0613,0613,12,symb,three_rule_comb2,59,"['&', '~', '(']",& ~ #],0,1 +0613,0613,12,symb,three_rule_comb2,60,"['$', '<', '&']",$ < >],0,1 +0613,0613,12,symb,three_rule_comb2,61,"['>', '>', '>']",> > >],1,1 +0613,0613,12,symb,three_rule_comb2,62,"[':', '~', '*']",: % *],0,1 +0613,0613,12,symb,three_rule_comb2,63,"['~', '<', '>']",~ : >],0,1 +0613,0613,12,symb,three_rule_comb2,64,"['&', '*', '*']",& * <],0,1 +0613,0613,12,symb,three_rule_comb2,65,"['!', '%', '~']",! % %],0,1 +0613,0613,12,symb,three_rule_comb2,66,"['$', '!', '$']",$ ! $],1,1 +0613,0613,12,symb,three_rule_comb2,67,"['$', ':', '$']",? : $],0,1 +0613,0613,12,symb,three_rule_comb2,68,"['~', '%', '%']",~ # %],0,1 +0613,0613,12,symb,three_rule_comb2,69,"['$', '$', '>']",$ $ $],0,1 +0613,0613,12,symb,three_rule_comb2,70,"['(', '>', '(']",( > #],0,1 +0613,0613,12,symb,three_rule_comb2,71,"['%', '&', '<']",% % %],0,1 +0613,0613,12,symb,three_rule_comb2,72,"['(', '%', '&']",% % &],0,1 +0613,0613,12,symb,three_rule_comb2,73,"['&', '!', '~']",% ! ~],0,1 +0613,0613,12,symb,three_rule_comb2,74,"['<', ':', ':']",< % :],0,1 +0613,0613,12,symb,three_rule_comb2,75,"['>', '!', '%']",~ ! %],0,1 +0613,0613,12,symb,three_rule_comb2,76,"['*', '$', '>']",$ $ >],0,1 +0613,0613,12,symb,three_rule_comb2,77,"['&', '$', ':']",$ $ :],0,1 +0613,0613,12,symb,three_rule_comb2,78,"['&', ':', ':']",& < :],0,1 +0613,0613,12,symb,three_rule_comb2,79,"['>', '(', '>']",% ( >],0,1 +0613,0613,12,symb,three_rule_comb2,80,"['>', '$', '>']",> ! >],0,1 +0613,0613,12,symb,three_rule_comb2,81,"['>', '%', '~']",> % %],0,1 +0613,0613,12,symb,three_rule_comb2,82,"['(', '*', '*']",# * *],0,1 +0613,0613,12,symb,three_rule_comb2,83,"['~', '%', '>']",> % >],0,1 +0613,0613,12,symb,three_rule_comb2,84,"['<', '(', '*']",* ( *],0,1 +0613,0613,12,symb,three_rule_comb2,85,"[':', '~', '%']",: ~ %],1,1 +0613,0613,12,symb,three_rule_comb2,86,"['>', ':', '(']",: : (],0,1 +0613,0613,12,symb,three_rule_comb2,87,"['%', '!', ':']",~ ! :],0,1 +0613,0613,12,symb,three_rule_comb2,88,"[':', '$', '$']",: $ ?],0,1 +0613,0613,12,symb,three_rule_comb2,89,"['(', '*', '*']",( * <],0,1 +0613,0613,12,symb,three_rule_comb2,90,"['<', '>', '~']",< % (],0,1 +0613,0613,12,symb,three_rule_comb2,91,"['<', '%', '&']",< $ <],0,1 +0613,0613,12,symb,three_rule_comb2,92,"['<', '<', '*']",< * *],0,1 +0613,0613,12,symb,three_rule_comb2,93,"['(', '<', '&']",( < ~],0,1 +0613,0613,12,symb,three_rule_comb2,94,"['&', ':', '~']",& % ~],0,1 +0613,0613,12,symb,three_rule_comb2,95,"['(', ':', '$']",( % $],0,1 +0613,0613,12,symb,three_rule_comb2,96,"['~', ':', '~']",~ : *],0,1 +0613,0613,12,symb,three_rule_comb2,97,"['>', '!', '(']",> ! &],0,1 +0613,0613,12,symb,three_rule_comb2,98,"['(', '&', ':']",> & :],0,1 +0613,0613,12,symb,three_rule_comb2,99,"[':', '%', ':']",: * *],0,1 +0613,0613,12,symb,three_rule_comb3,0,"['<', '&', '>']",< & >],1,1 +0613,0613,12,symb,three_rule_comb3,1,"['*', '&', '*']",* & *],1,1 +0613,0613,12,symb,three_rule_comb3,2,"['~', '!', '>']",~ ! >],1,1 +0613,0613,12,symb,three_rule_comb3,3,"['(', ':', '$']",( : $],1,1 +0613,0613,12,symb,three_rule_comb3,4,"['%', '<', '(']",% < (],1,1 +0613,0613,12,symb,three_rule_comb3,5,"['(', '&', '(']",% & (],0,1 +0613,0613,12,symb,three_rule_comb3,6,"['(', '>', ':']",( > :],1,1 +0613,0613,12,symb,three_rule_comb3,7,"['$', '%', '~']",% % ~],0,1 +0613,0613,12,symb,three_rule_comb3,8,"['$', '%', '<']",$ % <],1,1 +0613,0613,12,symb,three_rule_comb3,9,"['$', '%', '(']",$ % (],1,1 +0613,0613,12,symb,three_rule_comb3,10,"['~', '*', '>']",~ * >],1,1 +0613,0613,12,symb,three_rule_comb3,11,"['%', '>', '<']",% > <],1,1 +0613,0613,12,symb,three_rule_comb3,12,"['!', '%', ':']",! % :],1,1 +0613,0613,12,symb,three_rule_comb3,13,"['*', '~', '$']",* ~ $],1,1 +0613,0613,12,symb,three_rule_comb3,14,"['(', '!', '<']",(% ! <)],0,1 +0613,0613,12,symb,three_rule_comb3,15,"['&', '!', '$']",& ! &],0,1 +0613,0613,12,symb,three_rule_comb3,16,"['&', '$', '~']",& $ ~],1,1 +0613,0613,12,symb,three_rule_comb3,17,"[':', '$', '$']",: * $],0,1 +0613,0613,12,symb,three_rule_comb3,18,"['<', '<', '$']",< < $],1,1 +0613,0613,12,symb,three_rule_comb3,19,"['>', '*', '&']",> * &],1,1 +0613,0613,12,symb,three_rule_comb3,20,"['$', '<', '(']",$ : (],0,1 +0613,0613,12,symb,three_rule_comb3,21,"['!', '!', '*']",! > *],0,1 +0613,0613,12,symb,three_rule_comb3,22,"['(', '>', '~']",& > %],0,1 +0613,0613,12,symb,three_rule_comb3,23,"['!', '!', '$']",: % %],0,1 +0613,0613,12,symb,three_rule_comb3,24,"['%', '&', '(']",% % %],0,1 +0613,0613,12,symb,three_rule_comb3,25,"['&', '~', ':']",& ~ $],0,1 +0613,0613,12,symb,three_rule_comb3,26,"['<', '>', ':']",< > !],0,1 +0613,0613,12,symb,three_rule_comb3,27,"['&', '&', '!']",& $ !],0,1 +0613,0613,12,symb,three_rule_comb3,28,"['(', '%', '(']",( % (],1,1 +0613,0613,12,symb,three_rule_comb3,29,"['%', '~', '>']",% ~ >],1,1 +0613,0613,12,symb,three_rule_comb3,30,"['<', '&', '$']",< $ $],0,1 +0613,0613,12,symb,three_rule_comb3,31,"['~', '(', ':']",~ ( :],1,1 +0613,0613,12,symb,three_rule_comb3,32,"['$', '!', '%']",% ! *],0,1 +0613,0613,12,symb,three_rule_comb3,33,"['$', '$', '<']",$ * <],0,1 +0613,0613,12,symb,three_rule_comb3,34,"['$', '(', ':']",$ ( : ],1,1 +0613,0613,12,symb,three_rule_comb3,35,"['!', '!', ':']",! ! :],1,1 +0613,0613,12,symb,three_rule_comb3,36,"['&', '~', '!']",& ~ !],1,1 +0613,0613,12,symb,three_rule_comb3,37,"['(', '<', '>']",> & *],0,1 +0613,0613,12,symb,three_rule_comb3,38,"[':', '>', '$']",: > $],1,1 +0613,0613,12,symb,three_rule_comb3,39,"['!', ':', '!']",! : !],1,1 +0613,0613,12,symb,three_rule_comb3,40,"['%', '%', '$']",$ % *],0,1 +0613,0613,12,symb,three_rule_comb3,41,"['<', '*', '*']",! * !],0,1 +0613,0613,12,symb,three_rule_comb3,42,"['$', '&', '~']",$ & $,0,1 +0613,0613,12,symb,three_rule_comb3,43,"['!', '(', '!']",! ( !],1,1 +0613,0613,12,symb,three_rule_comb3,44,"[':', '$', ':']",: $ %],0,1 +0613,0613,12,symb,three_rule_comb3,45,"['$', '$', '%']",$ % >],0,1 +0613,0613,12,symb,three_rule_comb3,46,"['%', '<', '&']",% < &],1,1 +0613,0613,12,symb,three_rule_comb3,47,"['~', '(', '*']",~ ( >],0,1 +0613,0613,12,symb,three_rule_comb3,48,"['>', '>', ':']",> ! *],0,1 +0613,0613,12,symb,three_rule_comb3,49,"['$', '$', '(']",$ ! *],0,1 +0613,0613,12,symb,three_rule_comb3,50,"['&', '~', '<']",& ~ <],1,1 +0613,0613,12,symb,three_rule_comb3,51,"['$', '%', ':']",$ % :],1,1 +0613,0613,12,symb,three_rule_comb3,52,"['(', '(', '~']",< & ~],0,1 +0613,0613,12,symb,three_rule_comb3,53,"['~', '%', '&']",~ % &],1,1 +0613,0613,12,symb,three_rule_comb3,54,"['%', '>', '<']",% > <],1,1 +0613,0613,12,symb,three_rule_comb3,55,"['(', '*', '!']",( * !],1,1 +0613,0613,12,symb,three_rule_comb3,56,"['$', '!', '>']",$ ! >],1,1 +0613,0613,12,symb,three_rule_comb3,57,"['~', '!', '!']",~ ! $],0,1 +0613,0613,12,symb,three_rule_comb3,58,"['<', '&', '&']",< & !],0,1 +0613,0613,12,symb,three_rule_comb3,59,"['&', '~', '&']",& $ !],0,1 +0613,0613,12,symb,three_rule_comb3,60,"['~', '&', '%']",~ & %],1,1 +0613,0613,12,symb,three_rule_comb3,61,"[':', '(', ':']",: ( :],1,1 +0613,0613,12,symb,three_rule_comb3,62,"['<', '(', '>']",< % >],0,1 +0613,0613,12,symb,three_rule_comb3,63,"['~', '!', '!']",~ ! !],1,1 +0613,0613,12,symb,three_rule_comb3,64,"['!', '%', '>']",! % >],1,1 +0613,0613,12,symb,three_rule_comb3,65,"['>', '>', '$']",> > ~ $],0,1 +0613,0613,12,symb,three_rule_comb3,66,"[':', '>', '~']",: > ~],1,1 +0613,0613,12,symb,three_rule_comb3,67,"['&', ':', '~']",& : &],0,1 +0613,0613,12,symb,three_rule_comb3,68,"['*', '!', '*']",* ! *,1,1 +0613,0613,12,symb,three_rule_comb3,69,"[':', '<', '(']",: < (],1,1 +0613,0613,12,symb,three_rule_comb3,70,"[':', '~', '*']",: ~ *],1,1 +0613,0613,12,symb,three_rule_comb3,71,"['&', '$', '(']",& $ (],1,1 +0613,0613,12,symb,three_rule_comb3,72,"['!', '*', '~']",! ! ~],0,1 +0613,0613,12,symb,three_rule_comb3,73,"['$', ':', '%']",< : : !],0,1 +0613,0613,12,symb,three_rule_comb3,74,"['>', ':', '!']",> : !],1,1 +0613,0613,12,symb,three_rule_comb3,75,"['(', '&', '(']",( & %),0,1 +0613,0613,12,symb,three_rule_comb3,76,"['!', '<', '(']",! < (],1,1 +0613,0613,12,symb,three_rule_comb3,77,"['~', '$', '!']",~ $ !],1,1 +0613,0613,12,symb,three_rule_comb3,78,"['&', '<', '$']",$ < $],0,1 +0613,0613,12,symb,three_rule_comb3,79,"['!', ':', '~']",! : ~],1,1 +0613,0613,12,symb,three_rule_comb3,80,"['(', '<', '&']",: : &],0,1 +0613,0613,12,symb,three_rule_comb3,81,"['$', '&', '~']",$ & ~],1,1 +0613,0613,12,symb,three_rule_comb3,82,"['&', '<', '$']",& < $],1,1 +0613,0613,12,symb,three_rule_comb3,83,"['$', '&', '>']",$ & >],1,1 +0613,0613,12,symb,three_rule_comb3,84,"['~', '&', '!']",~ & !],1,1 +0613,0613,12,symb,three_rule_comb3,85,"['!', '%', '~']",! % ~],1,1 +0613,0613,12,symb,three_rule_comb3,86,"['>', '~', '*']",> ~ *],1,1 +0613,0613,12,symb,three_rule_comb3,87,"['>', '~', '~']",> ~ ~],1,1 +0613,0613,12,symb,three_rule_comb3,88,"['>', '>', '>']",> > >],1,1 +0613,0613,12,symb,three_rule_comb3,89,"['&', '(', '$']",& ( $],1,1 +0613,0613,12,symb,three_rule_comb3,90,"['(', '$', '!']",( $ !],1,1 +0613,0613,12,symb,three_rule_comb3,91,"['&', '%', ':']",& % :],1,1 +0613,0613,12,symb,three_rule_comb3,92,"['*', '(', '>']",* ( >],1,1 +0613,0613,12,symb,three_rule_comb3,93,"['(', '&', '$']",$ < $],0,1 +0613,0613,12,symb,three_rule_comb3,94,"['~', '%', '<']",~ % <],1,1 +0613,0613,12,symb,three_rule_comb3,95,"['>', '$', '>']",> $ >],1,1 +0613,0613,12,symb,three_rule_comb3,96,"['(', '(', '&']",( ( &],1,1 +0613,0613,12,symb,three_rule_comb3,97,"['~', '&', '<']",~ & <],1,1 +0613,0613,12,symb,three_rule_comb3,98,"['%', ':', '*']",% : *],1,1 +0613,0613,12,symb,three_rule_comb3,99,"['%', '~', '*']",% ~ *],1,1 +0613,0613,12,symb,three_rule_comb4,0,"[':', '>', '%']",< < %],0,1 +0613,0613,12,symb,three_rule_comb4,1,"['>', '$', '(']",> ~ <],0,1 +0613,0613,12,symb,three_rule_comb4,2,"['$', '!', '&']",< ! &],0,1 +0613,0613,12,symb,three_rule_comb4,3,"['$', '>', '%']",$ > ~],0,1 +0613,0613,12,symb,three_rule_comb4,4,"['$', ':', '!']",! : !],0,1 +0613,0613,12,symb,three_rule_comb4,5,"['(', ':', '<']",( < <],0,1 +0613,0613,12,symb,three_rule_comb4,6,"['$', '!', '~']",~ ! ~],0,1 +0613,0613,12,symb,three_rule_comb4,7,"['*', '<', ':']",* * :],0,1 +0613,0613,12,symb,three_rule_comb4,8,"['~', '%', '<']",~ > &],0,1 +0613,0613,12,symb,three_rule_comb4,9,"['%', '&', '$']",% ! >],0,1 +0613,0613,12,symb,three_rule_comb4,10,"[':', '&', '<']",: & :],0,1 +0613,0613,12,symb,three_rule_comb4,11,"['>', '!', ':']",> ( : ],0,1 +0613,0613,12,symb,three_rule_comb4,12,"['(', '!', '!']",( ! ~],0,1 +0613,0613,12,symb,three_rule_comb4,13,"['%', ':', '%']",% % <],0,1 +0613,0613,12,symb,three_rule_comb4,14,"['!', '%', '$']",! $ $],0,1 +0613,0613,12,symb,three_rule_comb4,15,"['$', ':', ':']",$ * :],0,1 +0613,0613,12,symb,three_rule_comb4,16,"['%', '%', '%']",% & *],0,1 +0613,0613,12,symb,three_rule_comb4,17,"['*', '>', '&']",* > $],0,1 +0613,0613,12,symb,three_rule_comb4,18,"['>', '(', '*']",! ( !,0,1 +0613,0613,12,symb,three_rule_comb4,19,"['<', '(', '<']",& ( !],0,1 +0613,0613,12,symb,three_rule_comb4,20,"['*', '<', '*']",* < !],0,1 +0613,0613,12,symb,three_rule_comb4,21,"['!', '!', '(']",! > $],0,1 +0613,0613,12,symb,three_rule_comb4,22,"['<', '%', '!']",< ! !],0,1 +0613,0613,12,symb,three_rule_comb4,23,"['!', '%', ':']",! : ~],0,1 +0613,0613,12,symb,three_rule_comb4,24,"['<', ':', '%']",< * %],0,1 +0613,0613,12,symb,three_rule_comb4,25,"['*', '&', '*']",* ( !],0,1 +0613,0613,12,symb,three_rule_comb4,26,"['*', '>', '*']",* * (],0,1 +0613,0613,12,symb,three_rule_comb4,27,"['<', '$', ':']",* $ :],0,1 +0613,0613,12,symb,three_rule_comb4,28,"['*', '>', '<']",* ! *],0,1 +0613,0613,12,symb,three_rule_comb4,29,"['<', '<', '&']",< $ %],0,1 +0613,0613,12,symb,three_rule_comb4,30,"['(', '(', '&']",# : #],0,1 +0613,0613,12,symb,three_rule_comb4,31,"['&', '!', '(']",& ! >],0,1 +0613,0613,12,symb,three_rule_comb4,32,"['<', '$', '!']",< : !],0,1 +0613,0613,12,symb,three_rule_comb4,33,"['%', ':', '%']",% : ~],0,1 +0613,0613,12,symb,three_rule_comb4,34,"['~', '~', ':']",% ~ <],0,1 +0613,0613,12,symb,three_rule_comb4,35,"['&', '*', ':']",& * <],0,1 +0613,0613,12,symb,three_rule_comb4,36,"['<', ':', '!']",< < <],0,1 +0613,0613,12,symb,three_rule_comb4,37,"['*', '%', '&']",! > &],0,1 +0613,0613,12,symb,three_rule_comb4,38,"['&', '(', '~']",# ( #],0,1 +0613,0613,12,symb,three_rule_comb4,39,"['<', '(', ':']",< % :>],0,1 +0613,0613,12,symb,three_rule_comb4,40,"['&', '~', '&']",$ ~ &],0,1 +0613,0613,12,symb,three_rule_comb4,41,"['>', '!', ':']",> ! <],0,1 +0613,0613,12,symb,three_rule_comb4,42,"[':', '(', '<']",: ( *],0,1 +0613,0613,12,symb,three_rule_comb4,43,"['<', '!', ':']",< ! %],0,1 +0613,0613,12,symb,three_rule_comb4,44,"['>', '&', '$']",> ( $],0,1 +0613,0613,12,symb,three_rule_comb4,45,"['>', ':', '(']",> : %],0,1 +0613,0613,12,symb,three_rule_comb4,46,"['*', '*', '&']",< * &],0,1 +0613,0613,12,symb,three_rule_comb4,47,"['$', '$', ':']",> $ !],0,1 +0613,0613,12,symb,three_rule_comb4,48,"['%', '*', '!']",! * !],0,1 +0613,0613,12,symb,three_rule_comb4,49,"['&', '~', '$']",> ~ $],0,1 +0613,0613,12,symb,three_rule_comb4,50,"['(', ':', '<']",! : &],0,1 +0613,0613,12,symb,three_rule_comb4,51,"[':', ':', '~']",: * ~],0,1 +0613,0613,12,symb,three_rule_comb4,52,"[':', '(', '%']",< % %],0,1 +0613,0613,12,symb,three_rule_comb4,53,"['%', '$', '$']",% $ !],0,1 +0613,0613,12,symb,three_rule_comb4,54,"['!', '(', '>']",! % >,0,1 +0613,0613,12,symb,three_rule_comb4,55,"['(', '>', '~']",: > ~],0,1 +0613,0613,12,symb,three_rule_comb4,56,"['>', '<', '<']",> : <],0,1 +0613,0613,12,symb,three_rule_comb4,57,"['~', '>', '&']",> * &],0,1 +0613,0613,12,symb,three_rule_comb4,58,"['*', '$', '$']",* ! $],0,1 +0613,0613,12,symb,three_rule_comb4,59,"['<', '!', '<']",< ! (],0,1 +0613,0613,12,symb,three_rule_comb4,60,"['%', ':', '(']",% < (],0,1 +0613,0613,12,symb,three_rule_comb4,61,"['*', '!', ':']",! ! :],0,1 +0613,0613,12,symb,three_rule_comb4,62,"[':', '&', '$']",$ & $],0,1 +0613,0613,12,symb,three_rule_comb4,63,"['%', '>', '(']",% > %],0,1 +0613,0613,12,symb,three_rule_comb4,64,"['<', '$', '*']",$ * $],0,1 +0613,0613,12,symb,three_rule_comb4,65,"['~', '~', '*']",< ( *],0,1 +0613,0613,12,symb,three_rule_comb4,66,"[':', '%', '%']",: % ~],0,1 +0613,0613,12,symb,three_rule_comb4,67,"['~', '$', '$']",~ $ ~],0,1 +0613,0613,12,symb,three_rule_comb4,68,"['%', '$', '(']",% * !],0,1 +0613,0613,12,symb,three_rule_comb4,69,"['<', ':', '~']",< % !],0,1 +0613,0613,12,symb,three_rule_comb4,70,"['%', '!', '<']",% ! <],1,1 +0613,0613,12,symb,three_rule_comb4,71,"['!', '*', ':']",> * :],0,1 +0613,0613,12,symb,three_rule_comb4,72,"['>', '>', '(']",> ! <],0,1 +0613,0613,12,symb,three_rule_comb4,73,"['&', '>', '*']",& ( *),0,1 +0613,0613,12,symb,three_rule_comb4,74,"['%', '>', '<']",% % ~],0,1 +0613,0613,12,symb,three_rule_comb4,75,"['%', '!', '!']",~ * !],0,1 +0613,0613,12,symb,three_rule_comb4,76,"['<', '$', '<']",< $ *],0,1 +0613,0613,12,symb,three_rule_comb4,77,"[':', '*', '$']",> $ $],0,1 +0613,0613,12,symb,three_rule_comb4,78,"['<', '&', '&']",< & !],0,1 +0613,0613,12,symb,three_rule_comb4,79,"['~', '>', '<']",! > <],0,1 +0613,0613,12,symb,three_rule_comb4,80,"['(', '(', '%']",( : :],0,1 +0613,0613,12,symb,three_rule_comb4,81,"[':', '(', '>']",: ( :],0,1 +0613,0613,12,symb,three_rule_comb4,82,"['$', '%', '*']",$ % <],0,1 +0613,0613,12,symb,three_rule_comb4,83,"['<', '!', '$']",< & ?],0,1 +0613,0613,12,symb,three_rule_comb4,84,"['(', '*', ':']",> * :],0,1 +0613,0613,12,symb,three_rule_comb4,85,"[':', '*', '(']",(: : !],0,1 +0613,0613,12,symb,three_rule_comb4,86,"['*', ':', ':']",* * :],0,1 +0613,0613,12,symb,three_rule_comb4,87,"['!', '~', '<']",! ~ (],0,1 +0613,0613,12,symb,three_rule_comb4,88,"[':', '>', '<']",: ! !],0,1 +0613,0613,12,symb,three_rule_comb4,89,"['$', '$', '<']",$ $ $],0,1 +0613,0613,12,symb,three_rule_comb4,90,"[':', '~', '*']",: * %],0,1 +0613,0613,12,symb,three_rule_comb4,91,"['<', '~', '&']",$ ~ >],0,1 +0613,0613,12,symb,three_rule_comb4,92,"['*', '$', '(']",* ! (],0,1 +0613,0613,12,symb,three_rule_comb4,93,"['(', '$', '~']",& $ <],0,1 +0613,0613,12,symb,three_rule_comb4,94,"['<', '(', '<']",< > <],0,1 +0613,0613,12,symb,three_rule_comb4,95,"['>', '*', '~']",! * :,0,1 +0613,0613,12,symb,three_rule_comb4,96,"['<', '&', '>']",< > %],0,1 +0613,0613,12,symb,three_rule_comb4,97,"['<', '&', '&']",< & >],0,1 +0613,0613,12,symb,three_rule_comb4,98,"['%', '>', ':']",$ > &],0,1 +0613,0613,12,symb,three_rule_comb4,99,"['(', '%', '$']",% & !],0,1 +0613,0613,12,symb,three_rule_comb5,0,"['<', '%', '>']",< ! ~],0,1 +0613,0613,12,symb,three_rule_comb5,1,"['!', '!', '&']",! > $],0,1 +0613,0613,12,symb,three_rule_comb5,2,"['<', '!', '&']",* > &],0,1 +0613,0613,12,symb,three_rule_comb5,3,"['<', '$', '*']",< > ~],0,1 +0613,0613,12,symb,three_rule_comb5,4,"['%', '*', '(']",(! ! !],0,1 +0613,0613,12,symb,three_rule_comb5,5,"['$', '*', ':']",? * ?],0,1 +0613,0613,12,symb,three_rule_comb5,6,"['*', ':', '>']",* ! %],0,1 +0613,0613,12,symb,three_rule_comb5,7,"[':', '(', '<']",: * %],0,1 +0613,0613,12,symb,three_rule_comb5,8,"['>', '(', '>']",> ~ !],0,1 +0613,0613,12,symb,three_rule_comb5,9,"['~', '&', '<']",% & $],0,1 +0613,0613,12,symb,three_rule_comb5,10,"['<', '<', '~']",< < &],0,1 +0613,0613,12,symb,three_rule_comb5,11,"['*', '(', ':']",< ( <],0,1 +0613,0613,12,symb,three_rule_comb5,12,"['%', '~', '%']",& ~ %],0,1 +0613,0613,12,symb,three_rule_comb5,13,"['$', '(', '%']",& ( !],0,1 +0613,0613,12,symb,three_rule_comb5,14,"['~', '!', '*']",* > *],0,1 +0613,0613,12,symb,three_rule_comb5,15,"['%', '$', ':']",% < %],0,1 +0613,0613,12,symb,three_rule_comb5,16,"['>', '<', '~']",(! ~ *)],0,1 +0613,0613,12,symb,three_rule_comb5,17,"['%', '&', '>']",% > (],0,1 +0613,0613,12,symb,three_rule_comb5,18,"['&', '(', '&']",& > (],0,1 +0613,0613,12,symb,three_rule_comb5,19,"['%', '&', '%']",% & #],0,1 +0613,0613,12,symb,three_rule_comb5,20,"['(', '(', '$']",( > &)],0,1 +0613,0613,12,symb,three_rule_comb5,21,"['&', '>', '(']",& : !],0,1 +0613,0613,12,symb,three_rule_comb5,22,"['$', '(', '(']",& ( %],0,1 +0613,0613,12,symb,three_rule_comb5,23,"['<', '(', '%']",< & %],0,1 +0613,0613,12,symb,three_rule_comb5,24,"['~', '%', '(']",* ( *],0,1 +0613,0613,12,symb,three_rule_comb5,25,"[':', '~', '&']",( ~ <],0,1 +0613,0613,12,symb,three_rule_comb5,26,"['>', '(', ':']",! % :],0,1 +0613,0613,12,symb,three_rule_comb5,27,"['$', '!', '~']",< ! &],0,1 +0613,0613,12,symb,three_rule_comb5,28,"['(', ':', '!']",: : !],0,1 +0613,0613,12,symb,three_rule_comb5,29,"['$', ':', '%']",$ % (],0,1 +0613,0613,12,symb,three_rule_comb5,30,"['<', '$', '<']",$ $ >],0,1 +0613,0613,12,symb,three_rule_comb5,31,"['<', '(', '(']",< > &],0,1 +0613,0613,12,symb,three_rule_comb5,32,"['<', '<', '$']",< : ~],0,1 +0613,0613,12,symb,three_rule_comb5,33,"['>', '&', ':']",& ~ %],0,1 +0613,0613,12,symb,three_rule_comb5,34,"['(', '%', '<']",( ~ *),0,1 +0613,0613,12,symb,three_rule_comb5,35,"['<', '$', '*']",: ~ *],0,1 +0613,0613,12,symb,three_rule_comb5,36,"['&', '*', '*']",( * *],0,1 +0613,0613,12,symb,three_rule_comb5,37,"['<', '*', '>']",> * >],0,1 +0613,0613,12,symb,three_rule_comb5,38,"['!', '$', '&']",! & %],0,1 +0613,0613,12,symb,three_rule_comb5,39,"['!', ':', '$']",> % $],0,1 +0613,0613,12,symb,three_rule_comb5,40,"['%', '%', '%']",% $ &],0,1 +0613,0613,12,symb,three_rule_comb5,41,"['>', '%', '!']",> * *],0,1 +0613,0613,12,symb,three_rule_comb5,42,"['!', '~', ':']",> ~ %],0,1 +0613,0613,12,symb,three_rule_comb5,43,"['<', '&', '%']",(& < *)],0,1 +0613,0613,12,symb,three_rule_comb5,44,"['~', '(', '$']",~ * ?],0,1 +0613,0613,12,symb,three_rule_comb5,45,"['<', '!', '%']",* ! !],0,1 +0613,0613,12,symb,three_rule_comb5,46,"['!', '!', ':']",> ! %],0,1 +0613,0613,12,symb,three_rule_comb5,47,"['$', '$', ':']",~ $ (<],0,1 +0613,0613,12,symb,three_rule_comb5,48,"['<', '!', '(']",< ( (),0,1 +0613,0613,12,symb,three_rule_comb5,49,"['!', '(', '$']",! * ?],0,1 +0613,0613,12,symb,three_rule_comb5,50,"['*', '&', '>']",< & !],0,1 +0613,0613,12,symb,three_rule_comb5,51,"['*', '*', '<']",< * :],0,1 +0613,0613,12,symb,three_rule_comb5,52,"['&', '(', '$']",< : $],0,1 +0613,0613,12,symb,three_rule_comb5,53,"['&', '<', '$']",: > !],0,1 +0613,0613,12,symb,three_rule_comb5,54,"['%', ':', ':']",% : *],0,1 +0613,0613,12,symb,three_rule_comb5,55,"['%', '<', '$']",% $ &],0,1 +0613,0613,12,symb,three_rule_comb5,56,"['%', '~', '*']",: ~ !],0,1 +0613,0613,12,symb,three_rule_comb5,57,"['(', '!', '&']",% ! <],0,1 +0613,0613,12,symb,three_rule_comb5,58,"['%', '~', '$']",% > ?],0,1 +0613,0613,12,symb,three_rule_comb5,59,"[':', '>', '%']",: * ^],0,1 +0613,0613,12,symb,three_rule_comb5,60,"['&', '(', '>']",$ : >],0,1 +0613,0613,12,symb,three_rule_comb5,61,"['>', '(', '&']",> % %],0,1 +0613,0613,12,symb,three_rule_comb5,62,"['(', '%', '(']",( % : :],0,1 +0613,0613,12,symb,three_rule_comb5,63,"['$', '%', '&']",$ # &],0,1 +0613,0613,12,symb,three_rule_comb5,64,"['>', '%', ':']",:* : :],0,1 +0613,0613,12,symb,three_rule_comb5,65,"['!', '(', ':']",> * (],0,1 +0613,0613,12,symb,three_rule_comb5,66,"['$', '&', '%']",& $ %],0,1 +0613,0613,12,symb,three_rule_comb5,67,"['&', '&', '<']",($ & *)],0,1 +0613,0613,12,symb,three_rule_comb5,68,"['!', '<', '!']",> $ !],0,1 +0613,0613,12,symb,three_rule_comb5,69,"['!', '(', '(']",> < %],0,1 +0613,0613,12,symb,three_rule_comb5,70,"['!', '*', '<']",> * ~],0,1 +0613,0613,12,symb,three_rule_comb5,71,"['%', '<', '<']",! < :],0,1 +0613,0613,12,symb,three_rule_comb5,72,"['<', '$', '>']",! < <],0,1 +0613,0613,12,symb,three_rule_comb5,73,"['$', '$', '!']",& $ >],0,1 +0613,0613,12,symb,three_rule_comb5,74,"[':', '(', '<']",(! ( (!],0,1 +0613,0613,12,symb,three_rule_comb5,75,"['!', '<', ':']",! ~ ~],0,1 +0613,0613,12,symb,three_rule_comb5,76,"['(', '!', '!']",( ! $],0,1 +0613,0613,12,symb,three_rule_comb5,77,"[':', '%', '~']",* % ],0,1 +0613,0613,12,symb,three_rule_comb5,78,"[':', '~', '>']",% * >],0,1 +0613,0613,12,symb,three_rule_comb5,79,"['$', '&', '%']",& & ^],0,1 +0613,0613,12,symb,three_rule_comb5,80,"['%', '$', '<']",$ ! *],0,1 +0613,0613,12,symb,three_rule_comb5,81,"['(', '!', '*']",% > ~],0,1 +0613,0613,12,symb,three_rule_comb5,82,"['*', ':', '~']",* % *],0,1 +0613,0613,12,symb,three_rule_comb5,83,"['&', '>', '~']",( > !],0,1 +0613,0613,12,symb,three_rule_comb5,84,"['$', '%', '$']",< % &],0,1 +0613,0613,12,symb,three_rule_comb5,85,"['<', '%', '<']",< $ ~],0,1 +0613,0613,12,symb,three_rule_comb5,86,"['&', '%', '>']",& : !],0,1 +0613,0613,12,symb,three_rule_comb5,87,"[':', '(', ':']",* < >],0,1 +0613,0613,12,symb,three_rule_comb5,88,"['$', '*', '>']",< * !],0,1 +0613,0613,12,symb,three_rule_comb5,89,"['%', '*', '<']",! * !],0,1 +0613,0613,12,symb,three_rule_comb5,90,"['>', '<', '*']",! $ *],0,1 +0613,0613,12,symb,three_rule_comb5,91,"['%', ':', '*']",% < <],0,1 +0613,0613,12,symb,three_rule_comb5,92,"['&', '%', '$']",& $ *],0,1 +0613,0613,12,symb,three_rule_comb5,93,"['%', '&', ':']",$ $ :],0,1 +0613,0613,12,symb,three_rule_comb5,94,"['!', '(', '&']",! * *],0,1 +0613,0613,12,symb,three_rule_comb5,95,"['(', '$', '*']",% & *],0,1 +0613,0613,12,symb,three_rule_comb5,96,"['$', '$', '<']",& $ *],0,1 +0613,0613,12,symb,three_rule_comb5,97,"[':', '$', '&']",% < &],0,1 +0613,0613,12,symb,three_rule_comb5,98,"['(', '*', '(']",: ~ !],0,1 +0613,0613,12,symb,three_rule_comb5,99,"['(', '~', '(']",( > &],0,1 +0613,0613,12,symb,three_rule_comb6,0,"['%', '&', '~']",% & ~],1,1 +0613,0613,12,symb,three_rule_comb6,1,"['>', '&', '$']",> & $],1,1 +0613,0613,12,symb,three_rule_comb6,2,"['&', '%', '*']",& % *],1,1 +0613,0613,12,symb,three_rule_comb6,3,"['!', '&', '$']",! & $],1,1 +0613,0613,12,symb,three_rule_comb6,4,"['*', '<', '!']",* < !],1,1 +0613,0613,12,symb,three_rule_comb6,5,"['*', '%', '$']",* % $],1,1 +0613,0613,12,symb,three_rule_comb6,6,"['<', '%', '$']",< % $],1,1 +0613,0613,12,symb,three_rule_comb6,7,"['~', '*', '>']",~ * >],1,1 +0613,0613,12,symb,three_rule_comb6,8,"['(', '$', '&']",( $ &],1,1 +0613,0613,12,symb,three_rule_comb6,9,"['<', '<', '&']",< < &],1,1 +0613,0613,12,symb,three_rule_comb6,10,"['!', '&', ':']",! & :],1,1 +0613,0613,12,symb,three_rule_comb6,11,"['%', '<', '$']",< % $],0,1 +0613,0613,12,symb,three_rule_comb6,12,"['>', '&', '&']",> & %],0,1 +0613,0613,12,symb,three_rule_comb6,13,"['$', '&', '(']",$ & (],1,1 +0613,0613,12,symb,three_rule_comb6,14,"['(', '*', '$']",( * $],1,1 +0613,0613,12,symb,three_rule_comb6,15,"['$', '%', ':']",$ % :],1,1 +0613,0613,12,symb,three_rule_comb6,16,"['%', '<', '(']",% < (],1,1 +0613,0613,12,symb,three_rule_comb6,17,"['(', '<', '$']",( < $],1,1 +0613,0613,12,symb,three_rule_comb6,18,"['~', '$', '<']",~ ~ <],0,1 +0613,0613,12,symb,three_rule_comb6,19,"['~', '>', '*']",~ > *],1,1 +0613,0613,12,symb,three_rule_comb6,20,"['$', '(', '$']",$ ( $],1,1 +0613,0613,12,symb,three_rule_comb6,21,"['~', '$', ':']",~ : :],0,1 +0613,0613,12,symb,three_rule_comb6,22,"[':', '!', '$']",: ! $],1,1 +0613,0613,12,symb,three_rule_comb6,23,"['$', '$', '<']",$ < !],0,1 +0613,0613,12,symb,three_rule_comb6,24,"['>', '~', '>']",> ~ >],1,1 +0613,0613,12,symb,three_rule_comb6,25,"['(', ':', ':']",! : :],0,1 +0613,0613,12,symb,three_rule_comb6,26,"['%', '>', ':']",% > :],1,1 +0613,0613,12,symb,three_rule_comb6,27,"['&', '(', '!']",& ( !],1,1 +0613,0613,12,symb,three_rule_comb6,28,"['~', '(', '~']",: ( ~],0,1 +0613,0613,12,symb,three_rule_comb6,29,"['&', '*', '(']",& : *],0,1 +0613,0613,12,symb,three_rule_comb6,30,"[':', '$', '!']",: $ !],1,1 +0613,0613,12,symb,three_rule_comb6,31,"['<', '&', ':']",< & %],0,1 +0613,0613,12,symb,three_rule_comb6,32,"['(', '%', '(']",( : (],0,1 +0613,0613,12,symb,three_rule_comb6,33,"[':', '(', '&']",: ( >],0,1 +0613,0613,12,symb,three_rule_comb6,34,"['$', '<', '!']",$ % !],0,1 +0613,0613,12,symb,three_rule_comb6,35,"['>', '*', '&']",> * &],1,1 +0613,0613,12,symb,three_rule_comb6,36,"['!', '(', '*']",! ( *],1,1 +0613,0613,12,symb,three_rule_comb6,37,"['%', '<', '%']",% < %],1,1 +0613,0613,12,symb,three_rule_comb6,38,"['&', '&', '*']",& & *],1,1 +0613,0613,12,symb,three_rule_comb6,39,"['*', '<', '!']",* < !],1,1 +0613,0613,12,symb,three_rule_comb6,40,"[':', '>', '<']",: > <],1,1 +0613,0613,12,symb,three_rule_comb6,41,"['<', ':', '<']",< : <],1,1 +0613,0613,12,symb,three_rule_comb6,42,"['*', '*', '(']",* * >],0,1 +0613,0613,12,symb,three_rule_comb6,43,"['%', '$', '&']",% $ &],1,1 +0613,0613,12,symb,three_rule_comb6,44,"['$', '~', '<']",$ ~ !],0,1 +0613,0613,12,symb,three_rule_comb6,45,"['%', '!', '&']",% ! !],0,1 +0613,0613,12,symb,three_rule_comb6,46,"['%', '%', '!']",% % !],1,1 +0613,0613,12,symb,three_rule_comb6,47,"['$', '<', '~']",$ < ~],1,1 +0613,0613,12,symb,three_rule_comb6,48,"['$', '>', '!']",* : $],0,1 +0613,0613,12,symb,three_rule_comb6,49,"[':', '~', '%']",: % %],0,1 +0613,0613,12,symb,three_rule_comb6,50,"['%', '&', '~']",% & ~],1,1 +0613,0613,12,symb,three_rule_comb6,51,"['(', '&', '*']",( < *],0,1 +0613,0613,12,symb,three_rule_comb6,52,"[':', '$', '!']",: $ !],1,1 +0613,0613,12,symb,three_rule_comb6,53,"['$', '%', '<']",$ % <],1,1 +0613,0613,12,symb,three_rule_comb6,54,"['(', '(', '~']",( ( ~],1,1 +0613,0613,12,symb,three_rule_comb6,55,"['~', '*', '$']",~ * $],1,1 +0613,0613,12,symb,three_rule_comb6,56,"['(', ':', '&']",( * &],0,1 +0613,0613,12,symb,three_rule_comb6,57,"['*', '~', ':']",* $ :],0,1 +0613,0613,12,symb,three_rule_comb6,58,"['*', '<', '~']",* < !],0,1 +0613,0613,12,symb,three_rule_comb6,59,"['<', '<', '&']",< < &],1,1 +0613,0613,12,symb,three_rule_comb6,60,"[':', '&', '!']",: & !],1,1 +0613,0613,12,symb,three_rule_comb6,61,"['*', '~', '!']",* ~ !],1,1 +0613,0613,12,symb,three_rule_comb6,62,"['%', '<', '(']",% < (],1,1 +0613,0613,12,symb,three_rule_comb6,63,"['~', ':', '!']",~ : !],1,1 +0613,0613,12,symb,three_rule_comb6,64,"['~', '!', '&']",% % &],0,1 +0613,0613,12,symb,three_rule_comb6,65,"['&', '!', '~']",& ! ~],1,1 +0613,0613,12,symb,three_rule_comb6,66,"['~', '&', '~']",~ ! ~],0,1 +0613,0613,12,symb,three_rule_comb6,67,"['~', ':', '$']",~ : $],1,1 +0613,0613,12,symb,three_rule_comb6,68,"['(', '&', '$']",> & >],0,1 +0613,0613,12,symb,three_rule_comb6,69,"['~', '$', '*']",~ $ *],1,1 +0613,0613,12,symb,three_rule_comb6,70,"['&', '!', '<']",& ! <],1,1 +0613,0613,12,symb,three_rule_comb6,71,"['*', '%', '!']",% * !],0,1 +0613,0613,12,symb,three_rule_comb6,72,"['%', '(', '>']",% ( >],1,1 +0613,0613,12,symb,three_rule_comb6,73,"['&', '~', '~']",& ~ ~],1,1 +0613,0613,12,symb,three_rule_comb6,74,"['!', '*', '~']",! * *],0,1 +0613,0613,12,symb,three_rule_comb6,75,"['!', '(', '>']",! ( !],0,1 +0613,0613,12,symb,three_rule_comb6,76,"[':', '%', '>']",: % >],1,1 +0613,0613,12,symb,three_rule_comb6,77,"['$', '!', '~']",$ : *],0,1 +0613,0613,12,symb,three_rule_comb6,78,"['~', '%', ':']",~ % :],1,1 +0613,0613,12,symb,three_rule_comb6,79,"['~', '%', '%']",% ~ !],0,1 +0613,0613,12,symb,three_rule_comb6,80,"['!', '~', '!']",! ~ ~],0,1 +0613,0613,12,symb,three_rule_comb6,81,"['&', '<', '%']",& < %],1,1 +0613,0613,12,symb,three_rule_comb6,82,"['&', '(', '<']",& ( <],1,1 +0613,0613,12,symb,three_rule_comb6,83,"['(', '$', '!']",(~ : !)],0,1 +0613,0613,12,symb,three_rule_comb6,84,"[':', '>', '%']",: > %],1,1 +0613,0613,12,symb,three_rule_comb6,85,"['&', '!', '$']",& ! $],1,1 +0613,0613,12,symb,three_rule_comb6,86,"['(', '>', '~']",( > ~],1,1 +0613,0613,12,symb,three_rule_comb6,87,"['&', '(', ':']",& ( >],0,1 +0613,0613,12,symb,three_rule_comb6,88,"['%', '<', ':']",% < :],1,1 +0613,0613,12,symb,three_rule_comb6,89,"[':', '!', '$']",: ! $],1,1 +0613,0613,12,symb,three_rule_comb6,90,"['<', '&', '*']",< & *],1,1 +0613,0613,12,symb,three_rule_comb6,91,"['>', '~', '$']",> ~ $],1,1 +0613,0613,12,symb,three_rule_comb6,92,"['!', '>', '$']",! > $],1,1 +0613,0613,12,symb,three_rule_comb6,93,"['$', ':', '&']",$ : &],1,1 +0613,0613,12,symb,three_rule_comb6,94,"['(', '$', '(']",( $ : ],0,1 +0613,0613,12,symb,three_rule_comb6,95,"['(', '>', ':']",( : >],0,1 +0613,0613,12,symb,three_rule_comb6,96,"['!', '>', '>']",! > !],0,1 +0613,0613,12,symb,three_rule_comb6,97,"[':', '&', '~']",: & ~],1,1 +0613,0613,12,symb,three_rule_comb6,98,"['>', '!', '<']",> : <],0,1 +0613,0613,12,symb,three_rule_comb6,99,"['<', '~', ':']",< ~ :],1,1 +0613,0613,12,symb,three_rule_comb7,0,"['<', '(', ':']",< ( *],0,1 +0613,0613,12,symb,three_rule_comb7,1,"['!', '&', ':']",! & >],0,1 +0613,0613,12,symb,three_rule_comb7,2,"['(', '>', '$']",: * &],0,1 +0613,0613,12,symb,three_rule_comb7,3,"['(', ':', '<']",% : <],0,1 +0613,0613,12,symb,three_rule_comb7,4,"['>', '<', '*']",> $ *],0,1 +0613,0613,12,symb,three_rule_comb7,5,"['$', '!', '$']",$ : ~],0,1 +0613,0613,12,symb,three_rule_comb7,6,"['<', '&', '<']",& * <],0,1 +0613,0613,12,symb,three_rule_comb7,7,"['*', '$', '%']",( $ %],0,1 +0613,0613,12,symb,three_rule_comb7,8,"['*', '*', '!']",> : >],0,1 +0613,0613,12,symb,three_rule_comb7,9,"['~', '*', ':']",~ * %],0,1 +0613,0613,12,symb,three_rule_comb7,10,"['<', '&', '(']",< & :>],0,1 +0613,0613,12,symb,three_rule_comb7,11,"['*', '~', '&']",(~ ~ &)],0,1 +0613,0613,12,symb,three_rule_comb7,12,"['(', '(', '(']",(& ( (],0,1 +0613,0613,12,symb,three_rule_comb7,13,"['(', '(', '%']",( > !],0,1 +0613,0613,12,symb,three_rule_comb7,14,"['>', '>', '(']",> ( %],0,1 +0613,0613,12,symb,three_rule_comb7,15,"['!', '%', '%']",> * %],0,1 +0613,0613,12,symb,three_rule_comb7,16,"[':', ':', '%']",: ! !],0,1 +0613,0613,12,symb,three_rule_comb7,17,"[':', '&', '(']",: * !],0,1 +0613,0613,12,symb,three_rule_comb7,18,"['~', '*', '~']",~ < ~],0,1 +0613,0613,12,symb,three_rule_comb7,19,"['&', '!', '$']",& ! : ],0,1 +0613,0613,12,symb,three_rule_comb7,20,"['<', '~', '<']",* ~ <],0,1 +0613,0613,12,symb,three_rule_comb7,21,"['&', '(', '!']",< $ %],0,1 +0613,0613,12,symb,three_rule_comb7,22,"['~', '(', '&']",~ ( (],0,1 +0613,0613,12,symb,three_rule_comb7,23,"[':', '%', '!']",: % (],0,1 +0613,0613,12,symb,three_rule_comb7,24,"[':', '(', '&']",< ( &],0,1 +0613,0613,12,symb,three_rule_comb7,25,"['<', '!', '(']",< ! &],0,1 +0613,0613,12,symb,three_rule_comb7,26,"['(', ':', '~']",% : ~],0,1 +0613,0613,12,symb,three_rule_comb7,27,"['*', '&', '*']",* & >],0,1 +0613,0613,12,symb,three_rule_comb7,28,"['$', ':', '$']",$ : ~],0,1 +0613,0613,12,symb,three_rule_comb7,29,"['%', '*', '$']",% * ~],0,1 +0613,0613,12,symb,three_rule_comb7,30,"['$', '$', '$']",$ ! (],0,1 +0613,0613,12,symb,three_rule_comb7,31,"['~', '&', '$']",~ > $],0,1 +0613,0613,12,symb,three_rule_comb7,32,"['(', '<', '$']",( $ ~],0,1 +0613,0613,12,symb,three_rule_comb7,33,"['!', '<', '&']",! : &],0,1 +0613,0613,12,symb,three_rule_comb7,34,"['~', '<', '(']",~ > >],0,1 +0613,0613,12,symb,three_rule_comb7,35,"['*', '!', '&']",$ ! >],0,1 +0613,0613,12,symb,three_rule_comb7,36,"['~', '&', '<']",:& *],0,1 +0613,0613,12,symb,three_rule_comb7,37,"['&', '(', '>']",& : !],0,1 +0613,0613,12,symb,three_rule_comb7,38,"['<', '(', '<']",: ( <],0,1 +0613,0613,12,symb,three_rule_comb7,39,"['%', '*', '(']",% * >],0,1 +0613,0613,12,symb,three_rule_comb7,40,"['<', '$', '(']",< $ >],0,1 +0613,0613,12,symb,three_rule_comb7,41,"['*', '*', '&']",< * &],0,1 +0613,0613,12,symb,three_rule_comb7,42,"['*', '(', '!']",> * >],0,1 +0613,0613,12,symb,three_rule_comb7,43,"[':', '&', '>']",& < %],0,1 +0613,0613,12,symb,three_rule_comb7,44,"[':', '>', '*']",< > *],0,1 +0613,0613,12,symb,three_rule_comb7,45,"['!', '$', '*']",> $ *],0,1 +0613,0613,12,symb,three_rule_comb7,46,"['$', '>', '<']",$ ~ <],0,1 +0613,0613,12,symb,three_rule_comb7,47,"['%', '(', '!']",% > !],0,1 +0613,0613,12,symb,three_rule_comb7,48,"['<', '~', '*']",< ~ !],0,1 +0613,0613,12,symb,three_rule_comb7,49,"['(', '%', '$']",% % $],0,1 +0613,0613,12,symb,three_rule_comb7,50,"['!', '&', '>']",> < ~],0,1 +0613,0613,12,symb,three_rule_comb7,51,"[':', ':', '<']",< : <],0,1 +0613,0613,12,symb,three_rule_comb7,52,"['*', '$', '&']",* ! $],0,1 +0613,0613,12,symb,three_rule_comb7,53,"['!', ':', '%']",: < :],0,1 +0613,0613,12,symb,three_rule_comb7,54,"['~', '%', '%']",~ ! %],0,1 +0613,0613,12,symb,three_rule_comb7,55,"['&', '~', '%']",& > ~],0,1 +0613,0613,12,symb,three_rule_comb7,56,"['$', '(', '%']",$ : ~],0,1 +0613,0613,12,symb,three_rule_comb7,57,"['>', '%', '>']",! % *],0,1 +0613,0613,12,symb,three_rule_comb7,58,"['$', '!', '<']",< * ~],0,1 +0613,0613,12,symb,three_rule_comb7,59,"['!', '(', '(']",! % (],0,1 +0613,0613,12,symb,three_rule_comb7,60,"[':', '&', '$']",: & !],0,1 +0613,0613,12,symb,three_rule_comb7,61,"['<', '&', '!']",< & (],0,1 +0613,0613,12,symb,three_rule_comb7,62,"['(', ':', '>']",: & >],0,1 +0613,0613,12,symb,three_rule_comb7,63,"['<', '%', '<']",< $ %],0,1 +0613,0613,12,symb,three_rule_comb7,64,"['<', '&', '~']",: & ~],0,1 +0613,0613,12,symb,three_rule_comb7,65,"[':', '(', '(']",: > (],0,1 +0613,0613,12,symb,three_rule_comb7,66,"['$', '*', '!']",! * !],0,1 +0613,0613,12,symb,three_rule_comb7,67,"['(', '~', '>']",% ~ >],0,1 +0613,0613,12,symb,three_rule_comb7,68,"['<', '!', '%']",& $ (],0,1 +0613,0613,12,symb,three_rule_comb7,69,"['<', '(', '$']",? & $],0,1 +0613,0613,12,symb,three_rule_comb7,70,"['(', '~', '~']",* ! ~],0,1 +0613,0613,12,symb,three_rule_comb7,71,"['~', '~', '&']",~ ! &],0,1 +0613,0613,12,symb,three_rule_comb7,72,"['(', '%', ':']",% & &],0,1 +0613,0613,12,symb,three_rule_comb7,73,"['&', '$', '>']",& & >],0,1 +0613,0613,12,symb,three_rule_comb7,74,"['<', '(', '~']",& ~ !],0,1 +0613,0613,12,symb,three_rule_comb7,75,"['$', '*', '$']",! * $],0,1 +0613,0613,12,symb,three_rule_comb7,76,"[':', '<', '>']",: $ >],0,1 +0613,0613,12,symb,three_rule_comb7,77,"['&', ':', '&']",& ~ &],0,1 +0613,0613,12,symb,three_rule_comb7,78,"['<', '>', '<']",> < $],0,1 +0613,0613,12,symb,three_rule_comb7,79,"['~', '%', '>']",! % >],0,1 +0613,0613,12,symb,three_rule_comb7,80,"['%', '>', '*']",: ~ !],0,1 +0613,0613,12,symb,three_rule_comb7,81,"['*', '<', '$']",* : $],0,1 +0613,0613,12,symb,three_rule_comb7,82,"['&', '$', '$']",& $ ~],0,1 +0613,0613,12,symb,three_rule_comb7,83,"['*', '(', '(']",* ( &],0,1 +0613,0613,12,symb,three_rule_comb7,84,"[':', '~', '(']",: ~ ~],0,1 +0613,0613,12,symb,three_rule_comb7,85,"[':', '<', '<']",: < ~],0,1 +0613,0613,12,symb,three_rule_comb7,86,"['~', '%', '$']",~ ~ $],0,1 +0613,0613,12,symb,three_rule_comb7,87,"['&', '<', '~']",< ! *],0,1 +0613,0613,12,symb,three_rule_comb7,88,"[':', '(', '&']",: > &],0,1 +0613,0613,12,symb,three_rule_comb7,89,"['~', '>', '%']",% ! &],0,1 +0613,0613,12,symb,three_rule_comb7,90,"[':', '~', '&']",* ~ &],0,1 +0613,0613,12,symb,three_rule_comb7,91,"['(', '&', '(']",( & <],0,1 +0613,0613,12,symb,three_rule_comb7,92,"['~', '~', '(']",* : (],0,1 +0613,0613,12,symb,three_rule_comb7,93,"['~', '$', '~']",~ ! :],0,1 +0613,0613,12,symb,three_rule_comb7,94,"['&', '!', '<']",& ! *],0,1 +0613,0613,12,symb,three_rule_comb7,95,"['&', '<', '*']",: & *],0,1 +0613,0613,12,symb,three_rule_comb7,96,"['*', '(', '~']",# < (~],0,1 +0613,0613,12,symb,three_rule_comb7,97,"['%', '!', '%']",% ~ *],0,1 +0613,0613,12,symb,three_rule_comb7,98,"[':', '!', '%']",: ~ >],0,1 +0613,0613,12,symb,three_rule_comb7,99,"[':', '$', '!']",: $ ~],0,1 +0613,0613,12,symb,three_rule_comb8,0,"[':', '&', '*']",$ * <],0,1 +0613,0613,12,symb,three_rule_comb8,1,"['<', '<', '<']",* : <],0,1 +0613,0613,12,symb,three_rule_comb8,2,"['!', '%', ':']",% : : !],0,1 +0613,0613,12,symb,three_rule_comb8,3,"['>', '<', '$']",! & *]],0,1 +0613,0613,12,symb,three_rule_comb8,4,"['$', '(', ':']",< : :],0,1 +0613,0613,12,symb,three_rule_comb8,5,"['<', '!', ':']",& > :],0,1 +0613,0613,12,symb,three_rule_comb8,6,"['(', '~', '&']",> ! !],0,1 +0613,0613,12,symb,three_rule_comb8,7,"[':', '!', '%']",! % !],0,1 +0613,0613,12,symb,three_rule_comb8,8,"['>', '%', '~']",> ! !],0,1 +0613,0613,12,symb,three_rule_comb8,9,"['%', '>', '%']",: ! %],0,1 +0613,0613,12,symb,three_rule_comb8,10,"['!', '<', '~']",* : *],0,1 +0613,0613,12,symb,three_rule_comb8,11,"['%', '(', '<']",! ( &],0,1 +0613,0613,12,symb,three_rule_comb8,12,"['~', '~', '(']",> ~ !],0,1 +0613,0613,12,symb,three_rule_comb8,13,"['&', '$', ':']",% & *],0,1 +0613,0613,12,symb,three_rule_comb8,14,"['%', '>', '&']",% ( (],0,1 +0613,0613,12,symb,three_rule_comb8,15,"['!', ':', '!']",* % !],0,1 +0613,0613,12,symb,three_rule_comb8,16,"['(', '~', '>']",> ~ !],0,1 +0613,0613,12,symb,three_rule_comb8,17,"['*', ':', '(']",* < >],0,1 +0613,0613,12,symb,three_rule_comb8,18,"['&', '<', '<']",(% & <)],0,1 +0613,0613,12,symb,three_rule_comb8,19,"['%', '>', '<']",! % :],0,1 +0613,0613,12,symb,three_rule_comb8,20,"['(', '&', '$']",> & ~],0,1 +0613,0613,12,symb,three_rule_comb8,21,"['%', '$', '(']",: < *],0,1 +0613,0613,12,symb,three_rule_comb8,22,"[':', '(', '*']",: > <],0,1 +0613,0613,12,symb,three_rule_comb8,23,"['$', '(', ':']",< & %],0,1 +0613,0613,12,symb,three_rule_comb8,24,"['<', '!', '%']",< ( <],0,1 +0613,0613,12,symb,three_rule_comb8,25,"['%', '<', ':']",< % <],0,1 +0613,0613,12,symb,three_rule_comb8,26,"[':', ':', '<']",% : $],0,1 +0613,0613,12,symb,three_rule_comb8,27,"['%', '<', ':']",! * :],0,1 +0613,0613,12,symb,three_rule_comb8,28,"['(', '<', '!']",( * >],0,1 +0613,0613,12,symb,three_rule_comb8,29,"['(', '<', '~']",$ : *],0,1 +0613,0613,12,symb,three_rule_comb8,30,"['~', '~', '%']",< ~ &],0,1 +0613,0613,12,symb,three_rule_comb8,31,"['>', '<', '>']",! $ ~],0,1 +0613,0613,12,symb,three_rule_comb8,32,"['(', '%', ':']",: * (],0,1 +0613,0613,12,symb,three_rule_comb8,33,"['!', '%', '*']",(! % >)],0,1 +0613,0613,12,symb,three_rule_comb8,34,"['~', ':', '<']",~ < *],0,1 +0613,0613,12,symb,three_rule_comb8,35,"['$', '%', '$']",! % ~],0,1 +0613,0613,12,symb,three_rule_comb8,36,"['>', '(', '~']",> : *],0,1 +0613,0613,12,symb,three_rule_comb8,37,"['>', '!', ':']",> ! !],0,1 +0613,0613,12,symb,three_rule_comb8,38,"['<', '%', '&']",< $ <],0,1 +0613,0613,12,symb,three_rule_comb8,39,"['$', '<', '%']",& < (],0,1 +0613,0613,12,symb,three_rule_comb8,40,"['(', '>', '&']",(% < <)],0,1 +0613,0613,12,symb,three_rule_comb8,41,"['&', '~', '>']",< ~ !],0,1 +0613,0613,12,symb,three_rule_comb8,42,"['(', '*', '<']",( * &],0,1 +0613,0613,12,symb,three_rule_comb8,43,"['~', '&', '!']",~ > >],0,1 +0613,0613,12,symb,three_rule_comb8,44,"['%', '$', '%']",! ! %],0,1 +0613,0613,12,symb,three_rule_comb8,45,"['<', ':', '(']",% & (],0,1 +0613,0613,12,symb,three_rule_comb8,46,"['$', ':', '%']",& : (],0,1 +0613,0613,12,symb,three_rule_comb8,47,"['!', '%', '*']",< : $],0,1 +0613,0613,12,symb,three_rule_comb8,48,"['<', '&', '!']",(* > !)],0,1 +0613,0613,12,symb,three_rule_comb8,49,"[':', '$', '<']",% < &],0,1 +0613,0613,12,symb,three_rule_comb8,50,"['*', '$', '%']",* < &],0,1 +0613,0613,12,symb,three_rule_comb8,51,"['&', '&', '&']",& > $],0,1 +0613,0613,12,symb,three_rule_comb8,52,"['~', '(', '<']",! > <],0,1 +0613,0613,12,symb,three_rule_comb8,53,"['!', '<', '>']",> & ~],0,1 +0613,0613,12,symb,three_rule_comb8,54,"['>', '<', '*']",< ! &],0,1 +0613,0613,12,symb,three_rule_comb8,55,"['&', '~', '!']",( > $],0,1 +0613,0613,12,symb,three_rule_comb8,56,"['%', '$', '&']",$ * >],0,1 +0613,0613,12,symb,three_rule_comb8,57,"['<', '!', '&']",# $ @],0,1 +0613,0613,12,symb,three_rule_comb8,58,"['~', '*', '&']",< * *],0,1 +0613,0613,12,symb,three_rule_comb8,59,"['<', '<', '%']",* : >],0,1 +0613,0613,12,symb,three_rule_comb8,60,"['&', '$', '$']",# : $],0,1 +0613,0613,12,symb,three_rule_comb8,61,"[':', ':', '&']",(? # @)],0,1 +0613,0613,12,symb,three_rule_comb8,62,"['$', '(', '*']",$ & <],0,1 +0613,0613,12,symb,three_rule_comb8,63,"['&', '$', '%']",& > *],0,1 +0613,0613,12,symb,three_rule_comb8,64,"['<', '$', '<']",< ! :],0,1 +0613,0613,12,symb,three_rule_comb8,65,"[':', '%', '<']",% < !],0,1 +0613,0613,12,symb,three_rule_comb8,66,"['<', '~', ':']",& : <],0,1 +0613,0613,12,symb,three_rule_comb8,67,"['%', '<', ':']",% ~ >],0,1 +0613,0613,12,symb,three_rule_comb8,68,"[':', '<', '>']",: $ !],0,1 +0613,0613,12,symb,three_rule_comb8,69,"['&', ':', '$']",& % &],0,1 +0613,0613,12,symb,three_rule_comb8,70,"['<', '*', '$']",! ~ >],0,1 +0613,0613,12,symb,three_rule_comb8,71,"['<', '(', '*']",(* < ! *),0,1 +0613,0613,12,symb,three_rule_comb8,72,"[':', '$', '%']",: < %],0,1 +0613,0613,12,symb,three_rule_comb8,73,"['%', '!', '(']",# > ?],0,1 +0613,0613,12,symb,three_rule_comb8,74,"['%', '<', '&']",( > $)],0,1 +0613,0613,12,symb,three_rule_comb8,75,"['(', '<', '~']",% * ~],0,1 +0613,0613,12,symb,three_rule_comb8,76,"['$', '!', '*']",< ~ *],0,1 +0613,0613,12,symb,three_rule_comb8,77,"['%', '>', '(']",% & ~],0,1 +0613,0613,12,symb,three_rule_comb8,78,"[':', '&', '>']",% $ %],0,1 +0613,0613,12,symb,three_rule_comb8,79,"['&', '$', '>']",< & *],0,1 +0613,0613,12,symb,three_rule_comb8,80,"['%', '&', ':']",(% & :)],0,1 +0613,0613,12,symb,three_rule_comb8,81,"['$', '*', '%']",< : (],0,1 +0613,0613,12,symb,three_rule_comb8,82,"[':', ':', '&']",: * >],0,1 +0613,0613,12,symb,three_rule_comb8,83,"['*', '&', ':']",* > %],0,1 +0613,0613,12,symb,three_rule_comb8,84,"['!', '$', '%']",~ ! %],0,1 +0613,0613,12,symb,three_rule_comb8,85,"['!', '<', ':']",> & >],0,1 +0613,0613,12,symb,three_rule_comb8,86,"['~', '&', '(']",~ > &],0,1 +0613,0613,12,symb,three_rule_comb8,87,"['<', '%', '*']",$ ! ~],0,1 +0613,0613,12,symb,three_rule_comb8,88,"[':', '&', '%']",: * $],0,1 +0613,0613,12,symb,three_rule_comb8,89,"['(', '$', ':']",: $ :],0,1 +0613,0613,12,symb,three_rule_comb8,90,"['<', '%', '*']",< # @],0,1 +0613,0613,12,symb,three_rule_comb8,91,"['%', '!', '*']",% ( !],0,1 +0613,0613,12,symb,three_rule_comb8,92,"[':', ':', '~']",( > *],0,1 +0613,0613,12,symb,three_rule_comb8,93,"['&', '%', '*']",# $ %],0,1 +0613,0613,12,symb,three_rule_comb8,94,"[':', ':', '>']",! : >],0,1 +0613,0613,12,symb,three_rule_comb8,95,"['~', '<', '(']",< % &],0,1 +0613,0613,12,symb,three_rule_comb8,96,"['$', '$', '!']",*: : !],0,1 +0613,0613,12,symb,three_rule_comb8,97,"['%', ':', '<']",% < :],0,1 +0613,0613,12,symb,three_rule_comb8,98,"['<', '%', '!']",> > *],0,1 +0613,0613,12,symb,three_rule_comb8,99,"[':', '&', '%']",% ~ %],0,1 +0613,0613,12,symb,three_rule_comb9,0,"['<', '>', '!']",( ( : ],0,1 +0613,0613,12,symb,three_rule_comb9,1,"[':', '$', '%']",: & #],0,1 +0613,0613,12,symb,three_rule_comb9,2,"['~', '>', '*']",< ! ~],0,1 +0613,0613,12,symb,three_rule_comb9,3,"['<', ':', '~']",( < *],0,1 +0613,0613,12,symb,three_rule_comb9,4,"['<', '~', '*']",$ * ~],0,1 +0613,0613,12,symb,three_rule_comb9,5,"['>', ':', '(']",! % %]],0,1 +0613,0613,12,symb,three_rule_comb9,6,"['%', '&', '<']",< & !],0,1 +0613,0613,12,symb,three_rule_comb9,7,"['$', '&', '%']",; & ^],0,1 +0613,0613,12,symb,three_rule_comb9,8,"[':', '%', '!']",> % *],0,1 +0613,0613,12,symb,three_rule_comb9,9,"['%', '<', ':']",% $ $],0,1 +0613,0613,12,symb,three_rule_comb9,10,"['%', ':', '&']",! ( !],0,1 +0613,0613,12,symb,three_rule_comb9,11,"['%', '&', '&']",(? $ *)],0,1 +0613,0613,12,symb,three_rule_comb9,12,"['$', '&', '~']",& < *],0,1 +0613,0613,12,symb,three_rule_comb9,13,"['(', ':', '&']",~ * &],0,1 +0613,0613,12,symb,three_rule_comb9,14,"['*', '<', '%']",# * %],0,1 +0613,0613,12,symb,three_rule_comb9,15,"[':', '&', '<']",# % #]],0,1 +0613,0613,12,symb,three_rule_comb9,16,"['~', '%', ':']",% # $],0,1 +0613,0613,12,symb,three_rule_comb9,17,"['<', '*', '(']",: < &],0,1 +0613,0613,12,symb,three_rule_comb9,18,"['(', '~', '$']",% * <],0,1 +0613,0613,12,symb,three_rule_comb9,19,"['*', ':', '%']",# $ %],0,1 +0613,0613,12,symb,three_rule_comb9,20,"['%', ':', '>']",~ % %],0,1 +0613,0613,12,symb,three_rule_comb9,21,"['&', '*', '$']",& & $],0,1 +0613,0613,12,symb,three_rule_comb9,22,"['<', ':', '*']",% % $],0,1 +0613,0613,12,symb,three_rule_comb9,23,"['~', '&', '*']",> * $],0,1 +0613,0613,12,symb,three_rule_comb9,24,"['(', '$', '%']",< ? !],0,1 +0613,0613,12,symb,three_rule_comb9,25,"['*', '$', ':']",# $ %],0,1 +0613,0613,12,symb,three_rule_comb9,26,"['%', '$', '&']",# $ %],0,1 +0613,0613,12,symb,three_rule_comb9,27,"['%', '&', '<']",? ? <]],0,1 +0613,0613,12,symb,three_rule_comb9,28,"[':', '&', '%']",# $ %],0,1 +0613,0613,12,symb,three_rule_comb9,29,"[':', '~', '(']",# ~ %],0,1 +0613,0613,12,symb,three_rule_comb9,30,"['<', ':', ':']",% ( ],0,1 +0613,0613,12,symb,three_rule_comb9,31,"[':', '>', '&']",% ! $]],0,1 +0613,0613,12,symb,three_rule_comb9,32,"['%', '(', '<']",! % *],0,1 +0613,0613,12,symb,three_rule_comb9,33,"['>', '<', '$']",> ! &],0,1 +0613,0613,12,symb,three_rule_comb9,34,"['$', '(', '*']",! : ~],0,1 +0613,0613,12,symb,three_rule_comb9,35,"['~', '(', '%']",> > #],0,1 +0613,0613,12,symb,three_rule_comb9,36,"['$', '%', '(']",< ( :],0,1 +0613,0613,12,symb,three_rule_comb9,37,"[':', '$', '!']",& & <],0,1 +0613,0613,12,symb,three_rule_comb9,38,"['>', '%', '%']",& & %],0,1 +0613,0613,12,symb,three_rule_comb9,39,"['!', '$', '(']",> < %],0,1 +0613,0613,12,symb,three_rule_comb9,40,"[':', '~', '$']",& * &],0,1 +0613,0613,12,symb,three_rule_comb9,41,"[':', '&', '(']",! % *],0,1 +0613,0613,12,symb,three_rule_comb9,42,"['>', '*', '$']",& ~ !],0,1 +0613,0613,12,symb,three_rule_comb9,43,"['&', '%', '$']",& & ?],0,1 +0613,0613,12,symb,three_rule_comb9,44,"['~', '(', '(']",> % : ],0,1 +0613,0613,12,symb,three_rule_comb9,45,"['&', '>', '(']",$ ! :],0,1 +0613,0613,12,symb,three_rule_comb9,46,"[':', '*', '&']",< * %],0,1 +0613,0613,12,symb,three_rule_comb9,47,"['%', ':', '>']",# < *],0,1 +0613,0613,12,symb,three_rule_comb9,48,"['~', '$', '<']",$ < *],0,1 +0613,0613,12,symb,three_rule_comb9,49,"['&', '<', '<']",(~ $ &)],0,1 +0613,0613,12,symb,three_rule_comb9,50,"['%', '%', '&']",# * !],0,1 +0613,0613,12,symb,three_rule_comb9,51,"['*', '$', '&']",* > ~],0,1 +0613,0613,12,symb,three_rule_comb9,52,"['$', ':', '<']",< : &],0,1 +0613,0613,12,symb,three_rule_comb9,53,"['%', '%', '~']",< & &],0,1 +0613,0613,12,symb,three_rule_comb9,54,"['$', '$', ':']",< & (],0,1 +0613,0613,12,symb,three_rule_comb9,55,"['<', '(', '!']",* ( * ],0,1 +0613,0613,12,symb,three_rule_comb9,56,"['&', '>', '$']",$ ! <],0,1 +0613,0613,12,symb,three_rule_comb9,57,"['&', '$', ':']",& % $],0,1 +0613,0613,12,symb,three_rule_comb9,58,"['(', '&', '%']",(% < ])],0,1 +0613,0613,12,symb,three_rule_comb9,59,"['$', '>', '<']",< ! $],0,1 +0613,0613,12,symb,three_rule_comb9,60,"['$', '<', '(']",< & :],0,1 +0613,0613,12,symb,three_rule_comb9,61,"[':', '%', '*']",% : ~],0,1 +0613,0613,12,symb,three_rule_comb9,62,"['&', '<', ':']",< & %],0,1 +0613,0613,12,symb,three_rule_comb9,63,"['$', '(', ':']",% : < *],0,1 +0613,0613,12,symb,three_rule_comb9,64,"['~', ':', '$']",(~ > ~)],0,1 +0613,0613,12,symb,three_rule_comb9,65,"['(', '%', '!']",# > %],0,1 +0613,0613,12,symb,three_rule_comb9,66,"['<', '&', '~']",(< * >),0,1 +0613,0613,12,symb,three_rule_comb9,67,"['<', '$', '!']",~ * ~],0,1 +0613,0613,12,symb,three_rule_comb9,68,"[':', '$', '%']",: % <],0,1 +0613,0613,12,symb,three_rule_comb9,69,"['(', '$', '>']",: < !],0,1 +0613,0613,12,symb,three_rule_comb9,70,"[':', '$', '(']",# < %],0,1 +0613,0613,12,symb,three_rule_comb9,71,"['(', '*', '<']",* ! >],0,1 +0613,0613,12,symb,three_rule_comb9,72,"['>', '$', ':']",> > !],0,1 +0613,0613,12,symb,three_rule_comb9,73,"['<', '%', ':']",% & %],0,1 +0613,0613,12,symb,three_rule_comb9,74,"['$', ':', '>']",& % !],0,1 +0613,0613,12,symb,three_rule_comb9,75,"['!', '%', '(']",> : *],0,1 +0613,0613,12,symb,three_rule_comb9,76,"['&', ':', '%']",% $ #],0,1 +0613,0613,12,symb,three_rule_comb9,77,"['>', '%', '(']",> $ $],0,1 +0613,0613,12,symb,three_rule_comb9,78,"['$', '<', '$']",< $ &],0,1 +0613,0613,12,symb,three_rule_comb9,79,"['&', '>', '%']",$ ! :],0,1 +0613,0613,12,symb,three_rule_comb9,80,"['(', '(', '*']",% ~ :],0,1 +0613,0613,12,symb,three_rule_comb9,81,"['&', '(', '>']",~ % !],0,1 +0613,0613,12,symb,three_rule_comb9,82,"['%', '<', '(']",% : &],0,1 +0613,0613,12,symb,three_rule_comb9,83,"['$', '<', '(']",< $ %],0,1 +0613,0613,12,symb,three_rule_comb9,84,"['<', '!', '%']",* : &],0,1 +0613,0613,12,symb,three_rule_comb9,85,"['<', '>', '&']",< ! <],0,1 +0613,0613,12,symb,three_rule_comb9,86,"['$', '(', '<']",< ( >],0,1 +0613,0613,12,symb,three_rule_comb9,87,"['(', '$', '<']",( < %],0,1 +0613,0613,12,symb,three_rule_comb9,88,"['>', '(', '<']",(? @ ?)],0,1 +0613,0613,12,symb,three_rule_comb9,89,"['~', ':', '%']",* # $],0,1 +0613,0613,12,symb,three_rule_comb9,90,"['&', '$', '!']",# $ %],0,1 +0613,0613,12,symb,three_rule_comb9,91,"['$', '%', '&']",< : $],0,1 +0613,0613,12,symb,three_rule_comb9,92,"['$', '>', '(']",? ? ?],0,1 +0613,0613,12,symb,three_rule_comb9,93,"['&', '%', '~']",& < !],0,1 +0613,0613,12,symb,three_rule_comb9,94,"['$', '%', '*']",& ~ <],0,1 +0613,0613,12,symb,three_rule_comb9,95,"['&', '!', '&']",* > $],0,1 +0613,0613,12,symb,three_rule_comb9,96,"['>', '$', '&']",$ & ~],0,1 +0613,0613,12,symb,three_rule_comb9,97,"['!', '&', '%']",> $ (],0,1 +0613,0613,12,symb,three_rule_comb9,98,"['$', '>', ':']",& ! (],0,1 +0613,0613,12,symb,three_rule_comb9,99,"['!', '&', '*']",(! > >)],0,1 +0613,0613,12,symb,c3_set_union,0,"['~', '(', '&', '$']",~ (& $],1,1 +0613,0613,12,symb,c3_set_union,1,"['<', '>', '(', '&']",< > &],0,1 +0613,0613,12,symb,c3_set_union,2,"['&', '$', ':', '~']",& $ : ~],1,1 +0613,0613,12,symb,c3_set_union,3,"['%', '(', ':', '>']",% ( : >],1,1 +0613,0613,12,symb,c3_set_union,4,"[':', '~', '<', '*']",: ~ < *],1,1 +0613,0613,12,symb,c3_set_union,5,"['*', '<', '&', '%']",* < & %],1,1 +0613,0613,12,symb,c3_set_union,6,"['~', '&', '%', '(']",~ & (%],1,1 +0613,0613,12,symb,c3_set_union,7,"['>', '!', ':', '(']",> ! (:],1,1 +0613,0613,12,symb,c3_set_union,8,"[':', '!', '*', '&']",: ! * &],1,1 +0613,0613,12,symb,c3_set_union,9,"['%', '*', '&', '~']",% * & ~],1,1 +0613,0613,12,symb,c3_set_union,10,"['$', '%', '>', '&']",$ % > &],1,1 +0613,0613,12,symb,c3_set_union,11,"['~', '&', '!', '<']",~ & ! <],1,1 +0613,0613,12,symb,c3_set_union,12,"['$', '>', '~', '%']",$ > ~ %],1,1 +0613,0613,12,symb,c3_set_union,13,"['<', '%', '>', '!']",< % > !],1,1 +0613,0613,12,symb,c3_set_union,14,"[':', '$', '>', '*']",: $ > *],1,1 +0613,0613,12,symb,c3_set_union,15,"['%', '(', '&', '*']",% ( & *],1,1 +0613,0613,12,symb,c3_set_union,16,"['~', '*', ':', '!']",~ * : !],1,1 +0613,0613,12,symb,c3_set_union,17,"['>', ':', '~', '!']",> : ~ !],1,1 +0613,0613,12,symb,c3_set_union,18,"['$', '(', '*', ':']",$ (:],0,1 +0613,0613,12,symb,c3_set_union,19,"[':', '(', '~', '&']",: ( ~ &],1,1 +0613,0613,12,symb,c3_set_union,20,"['~', '%', '*', '!']",~ % * !],1,1 +0613,0613,12,symb,c3_set_union,21,"[':', '(', '<', '$']",: ( < $],1,1 +0613,0613,12,symb,c3_set_union,22,"['!', '<', '>', ':']",! < : >],1,1 +0613,0613,12,symb,c3_set_union,23,"['%', '(', '~', '<']",% ( ~ <],1,1 +0613,0613,12,symb,c3_set_union,24,"['%', '$', '>', '<']",% $ > <],1,1 +0613,0613,12,symb,c3_set_union,25,"['~', '$', '<', '&']",~ $ &],0,1 +0613,0613,12,symb,c3_set_union,26,"[':', '!', '$', '>']",: ! >],0,1 +0613,0613,12,symb,c3_set_union,27,"['$', '*', '&', ':']",$ * & :],1,1 +0613,0613,12,symb,c3_set_union,28,"[':', '%', '&', '~']",: % & ~],1,1 +0613,0613,12,symb,c3_set_union,29,"['!', '$', '*', '&']",! $ * &],1,1 +0613,0613,12,symb,c3_set_union,30,"['!', '*', '(', ':']",! * :],0,1 +0613,0613,12,symb,c3_set_union,31,"['*', '~', '&', ':']",* ~ & :],1,1 +0613,0613,12,symb,c3_set_union,32,"[':', '~', '(', '%']",: ~ %],0,1 +0613,0613,12,symb,c3_set_union,33,"['*', '%', '<', '$']",* % < $],1,1 +0613,0613,12,symb,c3_set_union,34,"['~', '<', '&', '(']",~ < & (],1,1 +0613,0613,12,symb,c3_set_union,35,"['%', '<', '*', '!']",% < * !],1,1 +0613,0613,12,symb,c3_set_union,36,"['(', '~', ':', '!']",( ~ :],0,1 +0613,0613,12,symb,c3_set_union,37,"['$', '&', '*', '~']",$ & * ~],1,1 +0613,0613,12,symb,c3_set_union,38,"[':', '(', '~', '$']",: ( ~ $],1,1 +0613,0613,12,symb,c3_set_union,39,"['&', '>', '$', '*']",& > $ *],1,1 +0613,0613,12,symb,c3_set_union,40,"['$', '!', '*', '~']",$ ! * ~],1,1 +0613,0613,12,symb,c3_set_union,41,"['&', '%', '$', '!']",& % $ !],1,1 +0613,0613,12,symb,c3_set_union,42,"['>', '$', '*', '!']",> $ * !],1,1 +0613,0613,12,symb,c3_set_union,43,"[':', '*', '(', '>']",: * ( >],1,1 +0613,0613,12,symb,c3_set_union,44,"['$', '%', '(', ':']",$ % ( :],1,1 +0613,0613,12,symb,c3_set_union,45,"['!', '<', ':', '$']",! < : $],1,1 +0613,0613,12,symb,c3_set_union,46,"['>', '*', '&', '<']",> * & <],1,1 +0613,0613,12,symb,c3_set_union,47,"[':', '~', '>', '*']",: ~ > *],1,1 +0613,0613,12,symb,c3_set_union,48,"['%', '(', '*', '~']",% ( * ~],1,1 +0613,0613,12,symb,c3_set_union,49,"['(', '~', '*', '<']",( ~ * <],1,1 +0613,0613,12,symb,c3_set_union,50,"['(', '$', '!', '%']",( $ ! %],1,1 +0613,0613,12,symb,c3_set_union,51,"['>', '!', '%', '*']",> ! % *],1,1 +0613,0613,12,symb,c3_set_union,52,"['&', '$', '>', ':']",& $ > :],1,1 +0613,0613,12,symb,c3_set_union,53,"['~', '$', '%', '<']",~ $ % <],1,1 +0613,0613,12,symb,c3_set_union,54,"['&', '>', '<', '%']",& > < %],1,1 +0613,0613,12,symb,c3_set_union,55,"['>', '*', '<', ':']",> * :],0,1 +0613,0613,12,symb,c3_set_union,56,"[':', '!', '*', '<']",: ! * <],1,1 +0613,0613,12,symb,c3_set_union,57,"['%', '<', '*', '~']",% < * ~],1,1 +0613,0613,12,symb,c3_set_union,58,"['>', '(', '<', '%']",> ( < %],1,1 +0613,0613,12,symb,c3_set_union,59,"['>', ':', '<', '~']",> : ~],0,1 +0613,0613,12,symb,c3_set_union,60,"['*', '&', '<', '$']",* & $],0,1 +0613,0613,12,symb,c3_set_union,61,"['%', '<', '*', '(']",% < *],0,1 +0613,0613,12,symb,c3_set_union,62,"['$', '%', '<', '!']",$ % < !],1,1 +0613,0613,12,symb,c3_set_union,63,"['~', '>', '<', '!']",~ > < !],1,1 +0613,0613,12,symb,c3_set_union,64,"['&', '!', '$', '~']",& ! $ ~],1,1 +0613,0613,12,symb,c3_set_union,65,"[':', '&', '>', '%']",: & > %],1,1 +0613,0613,12,symb,c3_set_union,66,"['<', '&', '$', '>']",< & $ >],1,1 +0613,0613,12,symb,c3_set_union,67,"['(', '$', '*', '%']",( $ * %],1,1 +0613,0613,12,symb,c3_set_union,68,"['<', '%', ':', '$']",< % $],0,1 +0613,0613,12,symb,c3_set_union,69,"[':', '&', '$', '<']",: & <],0,1 +0613,0613,12,symb,c3_set_union,70,"['>', '(', '~', '*']",> (~ *),0,1 +0613,0613,12,symb,c3_set_union,71,"[':', '~', '&', '<']",: ~ & <],1,1 +0613,0613,12,symb,c3_set_union,72,"['(', '!', ':', '%']",( ! %],0,1 +0613,0613,12,symb,c3_set_union,73,"['<', '&', '$', '(']",< & (],0,1 +0613,0613,12,symb,c3_set_union,74,"['*', '!', '>', ':']",* ! > :],1,1 +0613,0613,12,symb,c3_set_union,75,"['$', ':', '<', '*']",$ : < *],1,1 +0613,0613,12,symb,c3_set_union,76,"['%', '>', ':', '$']",% > : $],1,1 +0613,0613,12,symb,c3_set_union,77,"[':', '~', '!', '%']",: ~ ! %],1,1 +0613,0613,12,symb,c3_set_union,78,"['&', '!', '~', '>']",& ! ~ >],1,1 +0613,0613,12,symb,c3_set_union,79,"['(', '$', '*', '<']",( $ * <],1,1 +0613,0613,12,symb,c3_set_union,80,"['(', ':', '&', '$']",(: $],0,1 +0613,0613,12,symb,c3_set_union,81,"['!', '&', '*', '>']",! & * >],1,1 +0613,0613,12,symb,c3_set_union,82,"[':', '%', '&', '<']",: % & <],1,1 +0613,0613,12,symb,c3_set_union,83,"['>', '(', '$', '*']",> ( $ *),0,1 +0613,0613,12,symb,c3_set_union,84,"['!', ':', '<', '&']",! : &],0,1 +0613,0613,12,symb,c3_set_union,85,"['!', '$', '(', ':']",! $ :],0,1 +0613,0613,12,symb,c3_set_union,86,"['*', '!', '%', ':']",* ! % :],1,1 +0613,0613,12,symb,c3_set_union,87,"['(', '!', '*', '~']",( ! * ~],1,1 +0613,0613,12,symb,c3_set_union,88,"['%', '!', '&', '(']",% ! & (],1,1 +0613,0613,12,symb,c3_set_union,89,"['!', '(', '>', '$']",! ( > $],1,1 +0613,0613,12,symb,c3_set_union,90,"['<', '>', '*', '(']",< > * (],1,1 +0613,0613,12,symb,c3_set_union,91,"['&', '$', '%', '(']",& $ (%],1,1 +0613,0613,12,symb,c3_set_union,92,"['!', '<', '&', '%']",! < & %],1,1 +0613,0613,12,symb,c3_set_union,93,"[':', '(', '&', '>']",: ( & >],1,1 +0613,0613,12,symb,c3_set_union,94,"[':', '<', '$', '>']",: < $ >],1,1 +0613,0613,12,symb,c3_set_union,95,"['(', '$', '<', '%']",<( $ %],1,1 +0613,0613,12,symb,c3_set_union,96,"['~', '%', '*', ':']",~ * :],0,1 +0613,0613,12,symb,c3_set_union,97,"['&', '%', '!', '*']",& % ! *],1,1 +0613,0613,12,symb,c3_set_union,98,"[':', '$', '*', '!']",: $ * !],1,1 +0613,0613,12,symb,c3_set_union,99,"['!', '(', '<', '*']",! (< *),0,1 +0613,0613,12,symb,c1_set_union,0,['('],(],1,1 +0613,0613,12,symb,c1_set_union,1,['('],(],1,1 +0613,0613,12,symb,c1_set_union,2,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,3,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,4,['>'],>],1,1 +0613,0613,12,symb,c1_set_union,5,['~'],~],1,1 +0613,0613,12,symb,c1_set_union,6,['<'],<],1,1 +0613,0613,12,symb,c1_set_union,7,['%'],%],1,1 +0613,0613,12,symb,c1_set_union,8,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,9,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,10,[':'],:],1,1 +0613,0613,12,symb,c1_set_union,11,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,12,['('],(],1,1 +0613,0613,12,symb,c1_set_union,13,['<'],<],1,1 +0613,0613,12,symb,c1_set_union,14,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,15,['<'],<],1,1 +0613,0613,12,symb,c1_set_union,16,[':'],:],1,1 +0613,0613,12,symb,c1_set_union,17,['>'],>],1,1 +0613,0613,12,symb,c1_set_union,18,[':'],:],1,1 +0613,0613,12,symb,c1_set_union,19,['('],(~],0,1 +0613,0613,12,symb,c1_set_union,20,[':'],:],1,1 +0613,0613,12,symb,c1_set_union,21,['~'],~],1,1 +0613,0613,12,symb,c1_set_union,22,['~'],~],1,1 +0613,0613,12,symb,c1_set_union,23,[':'],:],1,1 +0613,0613,12,symb,c1_set_union,24,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,25,['~'],~],1,1 +0613,0613,12,symb,c1_set_union,26,['<'],<],1,1 +0613,0613,12,symb,c1_set_union,27,['>'],>],1,1 +0613,0613,12,symb,c1_set_union,28,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,29,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,30,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,31,['!'],!],1,1 +0613,0613,12,symb,c1_set_union,32,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,33,['('],(],1,1 +0613,0613,12,symb,c1_set_union,34,['!'],!,1,1 +0613,0613,12,symb,c1_set_union,35,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,36,['~'],~],1,1 +0613,0613,12,symb,c1_set_union,37,['('],(],1,1 +0613,0613,12,symb,c1_set_union,38,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,39,['('],(],1,1 +0613,0613,12,symb,c1_set_union,40,['>'],>],1,1 +0613,0613,12,symb,c1_set_union,41,[':'],:],1,1 +0613,0613,12,symb,c1_set_union,42,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,43,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,44,['!'],!],1,1 +0613,0613,12,symb,c1_set_union,45,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,46,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,47,['>'],>],1,1 +0613,0613,12,symb,c1_set_union,48,['~'],~],1,1 +0613,0613,12,symb,c1_set_union,49,['>'],> ],1,1 +0613,0613,12,symb,c1_set_union,50,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,51,['!'],!],1,1 +0613,0613,12,symb,c1_set_union,52,['!'],!,1,1 +0613,0613,12,symb,c1_set_union,53,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,54,['<'],<],1,1 +0613,0613,12,symb,c1_set_union,55,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,56,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,57,['<'],<],1,1 +0613,0613,12,symb,c1_set_union,58,['('],(],1,1 +0613,0613,12,symb,c1_set_union,59,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,60,['>'],>],1,1 +0613,0613,12,symb,c1_set_union,61,['!'],!],1,1 +0613,0613,12,symb,c1_set_union,62,['!'],!],1,1 +0613,0613,12,symb,c1_set_union,63,[':'],:],1,1 +0613,0613,12,symb,c1_set_union,64,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,65,['>'],>],1,1 +0613,0613,12,symb,c1_set_union,66,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,67,['~'],~],1,1 +0613,0613,12,symb,c1_set_union,68,['('],(],1,1 +0613,0613,12,symb,c1_set_union,69,['('],(],1,1 +0613,0613,12,symb,c1_set_union,70,['%'],%],1,1 +0613,0613,12,symb,c1_set_union,71,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,72,['<'],<],1,1 +0613,0613,12,symb,c1_set_union,73,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,74,['~'],~],1,1 +0613,0613,12,symb,c1_set_union,75,['>'],>],1,1 +0613,0613,12,symb,c1_set_union,76,['<'],<],1,1 +0613,0613,12,symb,c1_set_union,77,['!'],!],1,1 +0613,0613,12,symb,c1_set_union,78,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,79,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,80,['!'],!],1,1 +0613,0613,12,symb,c1_set_union,81,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,82,['('],(],1,1 +0613,0613,12,symb,c1_set_union,83,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,84,['~'],~],1,1 +0613,0613,12,symb,c1_set_union,85,['%'],%],1,1 +0613,0613,12,symb,c1_set_union,86,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,87,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,88,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,89,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,90,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,91,['>'],>],1,1 +0613,0613,12,symb,c1_set_union,92,['>'],>,1,1 +0613,0613,12,symb,c1_set_union,93,['!'],!],1,1 +0613,0613,12,symb,c1_set_union,94,['~'],~],1,1 +0613,0613,12,symb,c1_set_union,95,['*'],*],1,1 +0613,0613,12,symb,c1_set_union,96,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,97,['&'],&],1,1 +0613,0613,12,symb,c1_set_union,98,['$'],$],1,1 +0613,0613,12,symb,c1_set_union,99,['~'],~],1,1 +0613,0613,12,symb,c2_set_union,0,['$'],$],1,1 +0613,0613,12,symb,c2_set_union,1,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,2,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,3,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,4,['!'],:!],0,1 +0613,0613,12,symb,c2_set_union,5,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,6,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,7,['>'],> >],0,1 +0613,0613,12,symb,c2_set_union,8,['>'],< >],0,1 +0613,0613,12,symb,c2_set_union,9,['('],(],1,1 +0613,0613,12,symb,c2_set_union,10,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,11,['%'],%],1,1 +0613,0613,12,symb,c2_set_union,12,['$'],$],1,1 +0613,0613,12,symb,c2_set_union,13,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,14,['%'],%],1,1 +0613,0613,12,symb,c2_set_union,15,['%'],%],1,1 +0613,0613,12,symb,c2_set_union,16,['>'],> !],0,1 +0613,0613,12,symb,c2_set_union,17,['$'],$],1,1 +0613,0613,12,symb,c2_set_union,18,['$'],$],1,1 +0613,0613,12,symb,c2_set_union,19,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,20,['>'],:> >],0,1 +0613,0613,12,symb,c2_set_union,21,[':'],:<],0,1 +0613,0613,12,symb,c2_set_union,22,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,23,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,24,['<'],<],1,1 +0613,0613,12,symb,c2_set_union,25,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,26,['>'],> >],0,1 +0613,0613,12,symb,c2_set_union,27,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,28,['<'],<],1,1 +0613,0613,12,symb,c2_set_union,29,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,30,['!'],!,1,1 +0613,0613,12,symb,c2_set_union,31,['*'],:*],0,1 +0613,0613,12,symb,c2_set_union,32,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,33,['&'],<&],0,1 +0613,0613,12,symb,c2_set_union,34,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,35,['>'],> >],0,1 +0613,0613,12,symb,c2_set_union,36,['<'],<],1,1 +0613,0613,12,symb,c2_set_union,37,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,38,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,39,['!'],< !],0,1 +0613,0613,12,symb,c2_set_union,40,['<'],<],1,1 +0613,0613,12,symb,c2_set_union,41,['>'],> >],0,1 +0613,0613,12,symb,c2_set_union,42,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,43,['~'],~],1,1 +0613,0613,12,symb,c2_set_union,44,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,45,['~'],(~],0,1 +0613,0613,12,symb,c2_set_union,46,['<'],<],1,1 +0613,0613,12,symb,c2_set_union,47,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,48,['<'],<],1,1 +0613,0613,12,symb,c2_set_union,49,['!'],!],1,1 +0613,0613,12,symb,c2_set_union,50,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,51,['!'],!],1,1 +0613,0613,12,symb,c2_set_union,52,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,53,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,54,['('],($)],0,1 +0613,0613,12,symb,c2_set_union,55,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,56,['~'],~],1,1 +0613,0613,12,symb,c2_set_union,57,['!'],! %],0,1 +0613,0613,12,symb,c2_set_union,58,['>'],>],1,1 +0613,0613,12,symb,c2_set_union,59,['<'],<],1,1 +0613,0613,12,symb,c2_set_union,60,['$'],($ $],0,1 +0613,0613,12,symb,c2_set_union,61,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,62,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,63,['~'],& ~],0,1 +0613,0613,12,symb,c2_set_union,64,['>'],> *],0,1 +0613,0613,12,symb,c2_set_union,65,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,66,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,67,['<'],<],1,1 +0613,0613,12,symb,c2_set_union,68,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,69,['%'],%],1,1 +0613,0613,12,symb,c2_set_union,70,['<'],<],1,1 +0613,0613,12,symb,c2_set_union,71,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,72,['~'],(~ ~],0,1 +0613,0613,12,symb,c2_set_union,73,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,74,['~'],~],1,1 +0613,0613,12,symb,c2_set_union,75,['*'],* %],0,1 +0613,0613,12,symb,c2_set_union,76,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,77,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,78,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,79,[':'],:],1,1 +0613,0613,12,symb,c2_set_union,80,['<'],< >],0,1 +0613,0613,12,symb,c2_set_union,81,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,82,['$'],$],1,1 +0613,0613,12,symb,c2_set_union,83,['%'],%],1,1 +0613,0613,12,symb,c2_set_union,84,['('],(],1,1 +0613,0613,12,symb,c2_set_union,85,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,86,['!'],!],1,1 +0613,0613,12,symb,c2_set_union,87,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,88,['('],(],1,1 +0613,0613,12,symb,c2_set_union,89,['~'],~],1,1 +0613,0613,12,symb,c2_set_union,90,['$'],<$],0,1 +0613,0613,12,symb,c2_set_union,91,['$'],$],1,1 +0613,0613,12,symb,c2_set_union,92,['~'],~],1,1 +0613,0613,12,symb,c2_set_union,93,[':'],:$ :],0,1 +0613,0613,12,symb,c2_set_union,94,['%'],%],1,1 +0613,0613,12,symb,c2_set_union,95,['~'],~],1,1 +0613,0613,12,symb,c2_set_union,96,['*'],*],1,1 +0613,0613,12,symb,c2_set_union,97,['&'],&],1,1 +0613,0613,12,symb,c2_set_union,98,['<'],% < >],0,1 +0613,0613,12,symb,c2_set_union,99,['('],( : ~],0,1 +0613,0613,12,symb,AND,0,['('],(],1,1 +0613,0613,12,symb,AND,1,['&'],&],1,1 +0613,0613,12,symb,AND,2,['<'],<],1,1 +0613,0613,12,symb,AND,3,['<'],<],1,1 +0613,0613,12,symb,AND,4,['*'],*],1,1 +0613,0613,12,symb,AND,5,['%'],%],1,1 +0613,0613,12,symb,AND,6,['%'],%],1,1 +0613,0613,12,symb,AND,7,['$'],$],1,1 +0613,0613,12,symb,AND,8,['>'],>],1,1 +0613,0613,12,symb,AND,9,['~'],~],1,1 +0613,0613,12,symb,AND,10,[':'],: ],1,1 +0613,0613,12,symb,AND,11,['*'],*],1,1 +0613,0613,12,symb,AND,12,['*'],*],1,1 +0613,0613,12,symb,AND,13,['<'],<],1,1 +0613,0613,12,symb,AND,14,['$'],$],1,1 +0613,0613,12,symb,AND,15,['%'],%],1,1 +0613,0613,12,symb,AND,16,[':'],:],1,1 +0613,0613,12,symb,AND,17,['>'],> ],1,1 +0613,0613,12,symb,AND,18,['('],(],1,1 +0613,0613,12,symb,AND,19,['>'],> ],1,1 +0613,0613,12,symb,AND,20,[':'],: ],1,1 +0613,0613,12,symb,AND,21,['%'],%],1,1 +0613,0613,12,symb,AND,22,['>'],>],1,1 +0613,0613,12,symb,AND,23,['*'],*],1,1 +0613,0613,12,symb,AND,24,['&'],&],1,1 +0613,0613,12,symb,AND,25,['~'],~],1,1 +0613,0613,12,symb,AND,26,['('],(],1,1 +0613,0613,12,symb,AND,27,['<'],<],1,1 +0613,0613,12,symb,AND,28,['&'],&],1,1 +0613,0613,12,symb,AND,29,['&'],& &],0,1 +0613,0613,12,symb,AND,30,[':'],: :],0,1 +0613,0613,12,symb,AND,31,['>'],> ],1,1 +0613,0613,12,symb,AND,32,['~'],~],1,1 +0613,0613,12,symb,AND,33,['*'],*],1,1 +0613,0613,12,symb,AND,34,['&'],&],1,1 +0613,0613,12,symb,AND,35,['$'],$],1,1 +0613,0613,12,symb,AND,36,['&'],&],1,1 +0613,0613,12,symb,AND,37,['&'],& &],0,1 +0613,0613,12,symb,AND,38,['$'],$],1,1 +0613,0613,12,symb,AND,39,['*'],*],1,1 +0613,0613,12,symb,AND,40,['&'],&],1,1 +0613,0613,12,symb,AND,41,['<'],<],1,1 +0613,0613,12,symb,AND,42,['%'],%],1,1 +0613,0613,12,symb,AND,43,['<'],<],1,1 +0613,0613,12,symb,AND,44,['&'],&],1,1 +0613,0613,12,symb,AND,45,['*'],*],1,1 +0613,0613,12,symb,AND,46,['*'],*],1,1 +0613,0613,12,symb,AND,47,['!'],! ],1,1 +0613,0613,12,symb,AND,48,['%'],%],1,1 +0613,0613,12,symb,AND,49,['('],(],1,1 +0613,0613,12,symb,AND,50,['<'],<],1,1 +0613,0613,12,symb,AND,51,['%'],%],1,1 +0613,0613,12,symb,AND,52,[':'],:],1,1 +0613,0613,12,symb,AND,53,['&'],&],1,1 +0613,0613,12,symb,AND,54,['>'],>],1,1 +0613,0613,12,symb,AND,55,['&'],&],1,1 +0613,0613,12,symb,AND,56,[':'],: ],1,1 +0613,0613,12,symb,AND,57,['~'],~],1,1 +0613,0613,12,symb,AND,58,['*'],*],1,1 +0613,0613,12,symb,AND,59,['&'],&],1,1 +0613,0613,12,symb,AND,60,['<'],<],1,1 +0613,0613,12,symb,AND,61,['<'],<],1,1 +0613,0613,12,symb,AND,62,['('],(],1,1 +0613,0613,12,symb,AND,63,['>'],>],1,1 +0613,0613,12,symb,AND,64,['~'],~],1,1 +0613,0613,12,symb,AND,65,['>'],> ],1,1 +0613,0613,12,symb,AND,66,['$'],$],1,1 +0613,0613,12,symb,AND,67,['>'],>],1,1 +0613,0613,12,symb,AND,68,['<'],<],1,1 +0613,0613,12,symb,AND,69,['<'],<],1,1 +0613,0613,12,symb,AND,70,['!'],!],1,1 +0613,0613,12,symb,AND,71,['$'],$],1,1 +0613,0613,12,symb,AND,72,['&'],& &],0,1 +0613,0613,12,symb,AND,73,['~'],~],1,1 +0613,0613,12,symb,AND,74,['*'],*],1,1 +0613,0613,12,symb,AND,75,['>'],> ],1,1 +0613,0613,12,symb,AND,76,['&'],&],1,1 +0613,0613,12,symb,AND,77,['!'],! !],0,1 +0613,0613,12,symb,AND,78,['~'],~],1,1 +0613,0613,12,symb,AND,79,['>'],> ],1,1 +0613,0613,12,symb,AND,80,['!'],!,1,1 +0613,0613,12,symb,AND,81,['!'],! ],1,1 +0613,0613,12,symb,AND,82,['%'],%],1,1 +0613,0613,12,symb,AND,83,['('],(],1,1 +0613,0613,12,symb,AND,84,['>'],> ],1,1 +0613,0613,12,symb,AND,85,['&'],&],1,1 +0613,0613,12,symb,AND,86,['('],(],1,1 +0613,0613,12,symb,AND,87,['*'],*],1,1 +0613,0613,12,symb,AND,88,['&'],& &],0,1 +0613,0613,12,symb,AND,89,['*'],*],1,1 +0613,0613,12,symb,AND,90,['$'],$ ],1,1 +0613,0613,12,symb,AND,91,['<'],<],1,1 +0613,0613,12,symb,AND,92,['$'],$],1,1 +0613,0613,12,symb,AND,93,['!'],! !],0,1 +0613,0613,12,symb,AND,94,['~'],~],1,1 +0613,0613,12,symb,AND,95,['!'],!,1,1 +0613,0613,12,symb,AND,96,['~'],~],1,1 +0613,0613,12,symb,AND,97,['&'],&],1,1 +0613,0613,12,symb,AND,98,['*'],*],1,1 +0613,0613,12,symb,AND,99,['!'],! ],1,1 +0613,0613,12,symb,XOR,0,"['(', '!']",! (],1,1 +0613,0613,12,symb,XOR,1,"['$', ':']",: $],1,1 +0613,0613,12,symb,XOR,2,"['!', '(']",( !],1,1 +0613,0613,12,symb,XOR,3,"['$', ':']",: $],1,1 +0613,0613,12,symb,XOR,4,"['$', '!']",$ !],1,1 +0613,0613,12,symb,XOR,5,"['$', '>']",$ >],1,1 +0613,0613,12,symb,XOR,6,"['!', '*']",* !],1,1 +0613,0613,12,symb,XOR,7,"['>', '!']",! >],1,1 +0613,0613,12,symb,XOR,8,"['%', '$']",$ %],1,1 +0613,0613,12,symb,XOR,9,"['(', '*']",* (],1,1 +0613,0613,12,symb,XOR,10,"['<', ':']",: <],1,1 +0613,0613,12,symb,XOR,11,"['%', '*']",% *],1,1 +0613,0613,12,symb,XOR,12,"['!', '~']",~ !],1,1 +0613,0613,12,symb,XOR,13,"['~', ':']",: ~],1,1 +0613,0613,12,symb,XOR,14,"['~', '>']",> ~],1,1 +0613,0613,12,symb,XOR,15,"[':', '%']",% :],1,1 +0613,0613,12,symb,XOR,16,"[':', '(']",: (],1,1 +0613,0613,12,symb,XOR,17,"['(', '%']",% (],1,1 +0613,0613,12,symb,XOR,18,"['&', '%']",:% &],0,1 +0613,0613,12,symb,XOR,19,"['>', '(']",( >],1,1 +0613,0613,12,symb,XOR,20,"['%', '<']",% <],1,1 +0613,0613,12,symb,XOR,21,"['!', '(']",( !],1,1 +0613,0613,12,symb,XOR,22,"['~', '$']",$ ~],1,1 +0613,0613,12,symb,XOR,23,"['%', '&']",& %],1,1 +0613,0613,12,symb,XOR,24,"['>', '%']",% >],1,1 +0613,0613,12,symb,XOR,25,"['*', '<']",* <],1,1 +0613,0613,12,symb,XOR,26,"['<', '$']",$ <],1,1 +0613,0613,12,symb,XOR,27,"['&', '>']",& >],1,1 +0613,0613,12,symb,XOR,28,"['$', '%']",% $],1,1 +0613,0613,12,symb,XOR,29,"['&', '<']",$ <],0,1 +0613,0613,12,symb,XOR,30,"['~', '*']",<* ~],0,1 +0613,0613,12,symb,XOR,31,"['(', '$']",$ (],1,1 +0613,0613,12,symb,XOR,32,"['~', '$']",$ ~],1,1 +0613,0613,12,symb,XOR,33,"['(', ':']",: >],0,1 +0613,0613,12,symb,XOR,34,"['*', '<']",< *],1,1 +0613,0613,12,symb,XOR,35,"[':', '~']",(~ :)],0,1 +0613,0613,12,symb,XOR,36,"['*', '>']",> *],1,1 +0613,0613,12,symb,XOR,37,"[':', '!']",! :],1,1 +0613,0613,12,symb,XOR,38,"['&', '(']",& (],1,1 +0613,0613,12,symb,XOR,39,"['(', '~']",( ~],1,1 +0613,0613,12,symb,XOR,40,"['*', ':']",:$ *],0,1 +0613,0613,12,symb,XOR,41,"['<', '!']",$ <],0,1 +0613,0613,12,symb,XOR,42,"['>', '%']",% >],1,1 +0613,0613,12,symb,XOR,43,"['~', '&']",& ~],1,1 +0613,0613,12,symb,XOR,44,"['$', '%']",% $],1,1 +0613,0613,12,symb,XOR,45,"['&', '!']",& !],1,1 +0613,0613,12,symb,XOR,46,"[':', '%']",(% :)],0,1 +0613,0613,12,symb,XOR,47,"['%', ':']",: %],1,1 +0613,0613,12,symb,XOR,48,"['~', '&']",& ~],1,1 +0613,0613,12,symb,XOR,49,"['<', '%']",% <],1,1 +0613,0613,12,symb,XOR,50,"['>', '~']",& ~],0,1 +0613,0613,12,symb,XOR,51,"['&', '~']",& ~],1,1 +0613,0613,12,symb,XOR,52,"['>', ':']",: >],1,1 +0613,0613,12,symb,XOR,53,"['(', '%']",% (],1,1 +0613,0613,12,symb,XOR,54,"['%', '*']",* %],1,1 +0613,0613,12,symb,XOR,55,"['*', '$']",$ %],0,1 +0613,0613,12,symb,XOR,56,"['>', '&']",& >],1,1 +0613,0613,12,symb,XOR,57,"['~', '%']",% ~],1,1 +0613,0613,12,symb,XOR,58,"['$', ':']",: $],1,1 +0613,0613,12,symb,XOR,59,"['*', '~']",~ *],1,1 +0613,0613,12,symb,XOR,60,"['<', '%']",< %],1,1 +0613,0613,12,symb,XOR,61,"['!', '*']",* !],1,1 +0613,0613,12,symb,XOR,62,"['!', '%']",% !],1,1 +0613,0613,12,symb,XOR,63,"['$', '&']",& $],1,1 +0613,0613,12,symb,XOR,64,"['(', '&']",& $],0,1 +0613,0613,12,symb,XOR,65,"['*', '&']",& *],1,1 +0613,0613,12,symb,XOR,66,"['~', '$']",$ ~],1,1 +0613,0613,12,symb,XOR,67,"['>', '*']",* >],1,1 +0613,0613,12,symb,XOR,68,"['<', '>']",> <],1,1 +0613,0613,12,symb,XOR,69,"['*', '>']",*> <],0,1 +0613,0613,12,symb,XOR,70,"['~', '(']",< ~],0,1 +0613,0613,12,symb,XOR,71,"['<', '%']",% <],1,1 +0613,0613,12,symb,XOR,72,"['*', '$']",$ *],1,1 +0613,0613,12,symb,XOR,73,"['!', '&']",& !],1,1 +0613,0613,12,symb,XOR,74,"['&', '%']",% &],1,1 +0613,0613,12,symb,XOR,75,"['*', '%']",% *],1,1 +0613,0613,12,symb,XOR,76,"['%', '&']",& %],1,1 +0613,0613,12,symb,XOR,77,"['!', '~']",! ~],1,1 +0613,0613,12,symb,XOR,78,"['$', '~']",$ ~],1,1 +0613,0613,12,symb,XOR,79,"['%', '<']",< %],1,1 +0613,0613,12,symb,XOR,80,"['!', '$']",$ !],1,1 +0613,0613,12,symb,XOR,81,"['~', '%']",% ~],1,1 +0613,0613,12,symb,XOR,82,"['<', '$']",($ <],0,1 +0613,0613,12,symb,XOR,83,"['>', '*']",* >],1,1 +0613,0613,12,symb,XOR,84,"['*', '&']",& *],1,1 +0613,0613,12,symb,XOR,85,"['(', '$']",$ <],0,1 +0613,0613,12,symb,XOR,86,"['$', '(']",& (],0,1 +0613,0613,12,symb,XOR,87,"['%', ':']",: (],0,1 +0613,0613,12,symb,XOR,88,"[':', '%']",(% :)],0,1 +0613,0613,12,symb,XOR,89,"[':', '&']",& :],1,1 +0613,0613,12,symb,XOR,90,"['*', '~']",(~ *),0,1 +0613,0613,12,symb,XOR,91,"['<', '%']",< %],1,1 +0613,0613,12,symb,XOR,92,"['*', '>']",> *],1,1 +0613,0613,12,symb,XOR,93,"['<', '%']",% <],1,1 +0613,0613,12,symb,XOR,94,"[':', '~']",~ : ],1,1 +0613,0613,12,symb,XOR,95,"['<', '>']",> (],0,1 +0613,0613,12,symb,XOR,96,"[':', '&']",& :],1,1 +0613,0613,12,symb,XOR,97,"['&', '(']",& (],1,1 +0613,0613,12,symb,XOR,98,"['!', '>']",> !],1,1 +0613,0613,12,symb,XOR,99,"[':', '$']",$ :],1,1 +0613,0613,12,symb,c3_set_union_permuted,0,"['*', '~', '<', '!']",* ! ~ <],1,1 +0613,0613,12,symb,c3_set_union_permuted,1,"['&', '~', '>', '<']",< ~ & >],1,1 +0613,0613,12,symb,c3_set_union_permuted,2,"['*', '&', '(', '~']",~ & *],0,1 +0613,0613,12,symb,c3_set_union_permuted,3,"['~', '%', '&', '!']",! & % ~],1,1 +0613,0613,12,symb,c3_set_union_permuted,4,"['(', '!', '&', '>']",> ! (&],1,1 +0613,0613,12,symb,c3_set_union_permuted,5,"['>', '<', ':', '(']",:< ( >],1,1 +0613,0613,12,symb,c3_set_union_permuted,6,"['(', '%', ':', '&']",% & (],0,1 +0613,0613,12,symb,c3_set_union_permuted,7,"['*', ':', '(', '&']",: ( *],0,1 +0613,0613,12,symb,c3_set_union_permuted,8,"['!', '%', '>', '~']",~ > ! %],1,1 +0613,0613,12,symb,c3_set_union_permuted,9,"['~', '$', '*', '(']",* ~ $],0,1 +0613,0613,12,symb,c3_set_union_permuted,10,"['~', '<', '$', ':']",~ < $],0,1 +0613,0613,12,symb,c3_set_union_permuted,11,"['(', '>', '*', '%']",( * >),0,1 +0613,0613,12,symb,c3_set_union_permuted,12,"['>', '&', '<', '!']",& ! > <],1,1 +0613,0613,12,symb,c3_set_union_permuted,13,"['%', '*', '!', '(']",(! * %)],0,1 +0613,0613,12,symb,c3_set_union_permuted,14,"['&', '%', '~', '$']",& % ~ $],1,1 +0613,0613,12,symb,c3_set_union_permuted,15,"['>', '%', '~', '&']",> & ~ %],1,1 +0613,0613,12,symb,c3_set_union_permuted,16,"['<', '>', '*', '%']",* % < >],1,1 +0613,0613,12,symb,c3_set_union_permuted,17,"['(', '*', '~', ':']",* (:],0,1 +0613,0613,12,symb,c3_set_union_permuted,18,"[':', '(', '$', '>']",: $ > (,1,1 +0613,0613,12,symb,c3_set_union_permuted,19,"[':', '$', '%', '~']",% $ ~ :],1,1 +0613,0613,12,symb,c3_set_union_permuted,20,"['!', ':', '&', '(']",: !],0,1 +0613,0613,12,symb,c3_set_union_permuted,21,"['>', '$', '!', '%']",> ! $ %],1,1 +0613,0613,12,symb,c3_set_union_permuted,22,"['%', '<', ':', '>']",< > :],0,1 +0613,0613,12,symb,c3_set_union_permuted,23,"['>', '&', '$', '!']",& ! $ >],1,1 +0613,0613,12,symb,c3_set_union_permuted,24,"['&', '$', '!', '(']",& $ !],0,1 +0613,0613,12,symb,c3_set_union_permuted,25,"['>', ':', '(', '~']",> (: ~],1,1 +0613,0613,12,symb,c3_set_union_permuted,26,"['*', '!', '%', '$']",! $ *],0,1 +0613,0613,12,symb,c3_set_union_permuted,27,"['(', '!', '%', '~']",% ( ~ !],1,1 +0613,0613,12,symb,c3_set_union_permuted,28,"['<', '!', '>', '(']",> < ! (],1,1 +0613,0613,12,symb,c3_set_union_permuted,29,"['*', '&', '(', '!']",( & * !),0,1 +0613,0613,12,symb,c3_set_union_permuted,30,"['<', ':', '*', '(']",( * : <],1,1 +0613,0613,12,symb,c3_set_union_permuted,31,"['<', '~', '$', '!']",< ~ $ !],1,1 +0613,0613,12,symb,c3_set_union_permuted,32,"['<', '>', '!', '$']",< $ > !],1,1 +0613,0613,12,symb,c3_set_union_permuted,33,"['>', ':', '!', '&']",> : ! &],1,1 +0613,0613,12,symb,c3_set_union_permuted,34,"['%', '*', '&', ':']",% & : *],1,1 +0613,0613,12,symb,c3_set_union_permuted,35,"['&', '!', '%', '>']",% ! > &],1,1 +0613,0613,12,symb,c3_set_union_permuted,36,"['~', '$', '<', '>']",> $ ~],0,1 +0613,0613,12,symb,c3_set_union_permuted,37,"['~', '<', '(', '!']",( ! < ~],1,1 +0613,0613,12,symb,c3_set_union_permuted,38,"[':', '<', '~', '!']",~ < ! :],1,1 +0613,0613,12,symb,c3_set_union_permuted,39,"[':', '$', '%', '&']",: % $],0,1 +0613,0613,12,symb,c3_set_union_permuted,40,"['!', '%', '$', '~']",% ! ~],0,1 +0613,0613,12,symb,c3_set_union_permuted,41,"['%', '!', '<', ':']",% : ! <],1,1 +0613,0613,12,symb,c3_set_union_permuted,42,"['~', '!', '>', '$']",> $ !],0,1 +0613,0613,12,symb,c3_set_union_permuted,43,"['~', ':', '!', '$']",! : $],0,1 +0613,0613,12,symb,c3_set_union_permuted,44,"['>', '*', '<', '$']",> $ <],0,1 +0613,0613,12,symb,c3_set_union_permuted,45,"['<', '!', '(', '&']",! < &],0,1 +0613,0613,12,symb,c3_set_union_permuted,46,"['%', '(', '~', '>']",~ > (%],1,1 +0613,0613,12,symb,c3_set_union_permuted,47,"[':', '!', '%', '>']",: > !],0,1 +0613,0613,12,symb,c3_set_union_permuted,48,"[':', '&', '!', '~']",& ~ : !],1,1 +0613,0613,12,symb,c3_set_union_permuted,49,"['*', '&', '%', '>']",* & > %],1,1 +0613,0613,12,symb,c3_set_union_permuted,50,"[':', '%', '*', '>']",> : *],0,1 +0613,0613,12,symb,c3_set_union_permuted,51,"['&', ':', '%', '!']",! % : &],1,1 +0613,0613,12,symb,c3_set_union_permuted,52,"['<', '&', '~', '%']",% & < ~],1,1 +0613,0613,12,symb,c3_set_union_permuted,53,"['(', '$', '>', '~']",> ( ~ $],1,1 +0613,0613,12,symb,c3_set_union_permuted,54,"['~', '<', '*', '$']",< * ~ $],1,1 +0613,0613,12,symb,c3_set_union_permuted,55,"['<', '>', '(', '~']",~ > < (],1,1 +0613,0613,12,symb,c3_set_union_permuted,56,"['~', '$', '(', '!']",~ $ !],0,1 +0613,0613,12,symb,c3_set_union_permuted,57,"['~', ':', '%', '>']",: % ~ >],1,1 +0613,0613,12,symb,c3_set_union_permuted,58,"['(', '$', '>', '&']",$ ( & >],1,1 +0613,0613,12,symb,c3_set_union_permuted,59,"['&', '%', '>', '(']",& ( >],0,1 +0613,0613,12,symb,c3_set_union_permuted,60,"['$', '(', '*', '&']",& $ (],0,1 +0613,0613,12,symb,c3_set_union_permuted,61,"['>', '~', '*', '$']",* > $ ~],1,1 +0613,0613,12,symb,c3_set_union_permuted,62,"['~', '*', '$', ':']",:$ ~],0,1 +0613,0613,12,symb,c3_set_union_permuted,63,"['$', '(', '~', '%']",% $ ~],0,1 +0613,0613,12,symb,c3_set_union_permuted,64,"['!', '*', '$', '(']",$ ! * (],1,1 +0613,0613,12,symb,c3_set_union_permuted,65,"['*', '$', '%', '>']",> % $ *],1,1 +0613,0613,12,symb,c3_set_union_permuted,66,"['>', '<', '*', '~']",~ * < >],1,1 +0613,0613,12,symb,c3_set_union_permuted,67,"['!', '(', '%', '>']",% > !],0,1 +0613,0613,12,symb,c3_set_union_permuted,68,"['~', '*', '&', '<']",~ < * &],1,1 +0613,0613,12,symb,c3_set_union_permuted,69,"['<', '&', '!', '$']",& ! <],0,1 +0613,0613,12,symb,c3_set_union_permuted,70,"['~', '!', '&', '*']",* ~ & !],1,1 +0613,0613,12,symb,c3_set_union_permuted,71,"[':', '$', '%', '!']",: $ ! %],1,1 +0613,0613,12,symb,c3_set_union_permuted,72,"[':', '*', '<', '%']",* < %],0,1 +0613,0613,12,symb,c3_set_union_permuted,73,"['!', '~', '&', '(']",(~ ! &)],0,1 +0613,0613,12,symb,c3_set_union_permuted,74,"['$', '~', '%', '*']",$ ~ *],0,1 +0613,0613,12,symb,c3_set_union_permuted,75,"['<', '$', '(', '>']",> < ($)],0,1 +0613,0613,12,symb,c3_set_union_permuted,76,"['&', '>', '(', '*']",> & (*],1,1 +0613,0613,12,symb,c3_set_union_permuted,77,"['!', '<', '*', '&']",* & ! <],1,1 +0613,0613,12,symb,c3_set_union_permuted,78,"['&', '<', '(', ':']",< ( :],0,1 +0613,0613,12,symb,c3_set_union_permuted,79,"['*', '&', '<', ':']",<& * :],1,1 +0613,0613,12,symb,c3_set_union_permuted,80,"['(', '!', '$', '<']",< ( $ !],1,1 +0613,0613,12,symb,c3_set_union_permuted,81,"['*', '&', '$', '%']",& % *],0,1 +0613,0613,12,symb,c3_set_union_permuted,82,"['%', '&', '<', '$']",$ < % &],1,1 +0613,0613,12,symb,c3_set_union_permuted,83,"['%', '*', ':', '$']",$ * % :],1,1 +0613,0613,12,symb,c3_set_union_permuted,84,"['&', '%', '<', '(']",< ( %],0,1 +0613,0613,12,symb,c3_set_union_permuted,85,"['<', '!', '(', '%']",( < ! %],1,1 +0613,0613,12,symb,c3_set_union_permuted,86,"['%', '*', ':', '(']",* ( %],0,1 +0613,0613,12,symb,c3_set_union_permuted,87,"['!', '~', '<', '%']",% < !],0,1 +0613,0613,12,symb,c3_set_union_permuted,88,"['*', '(', '!', '>']",!* > (,1,1 +0613,0613,12,symb,c3_set_union_permuted,89,"['%', '~', ':', '<']",< : % ~],1,1 +0613,0613,12,symb,c3_set_union_permuted,90,"['!', ':', '&', '$']",! : $ &],1,1 +0613,0613,12,symb,c3_set_union_permuted,91,"[':', '*', '>', '&']",& > : ],0,1 +0613,0613,12,symb,c3_set_union_permuted,92,"['>', '~', '(', '!']",> ! ~],0,1 +0613,0613,12,symb,c3_set_union_permuted,93,"['>', '%', '*', '~']",% * > ~],1,1 +0613,0613,12,symb,c3_set_union_permuted,94,"[':', '!', '<', '(']",: < (],0,1 +0613,0613,12,symb,c3_set_union_permuted,95,"['&', '~', '>', '(']",( & > ~],1,1 +0613,0613,12,symb,c3_set_union_permuted,96,"[':', '~', '>', '&']",~ > & :],1,1 +0613,0613,12,symb,c3_set_union_permuted,97,"['<', '~', '>', '%']",% ~ < >],1,1 +0613,0613,12,symb,c3_set_union_permuted,98,"['!', '~', '*', '>']",~ ! > *],1,1 +0613,0613,12,symb,c3_set_union_permuted,99,"['!', '<', '*', '>']",! * > <],1,1 +0613,0613,12,symb,c2_set_union_permuted,0,['<'],< & ~],0,1 +0613,0613,12,symb,c2_set_union_permuted,1,['<'],~ <],0,1 +0613,0613,12,symb,c2_set_union_permuted,2,['$'],> $ >],0,1 +0613,0613,12,symb,c2_set_union_permuted,3,[':'],:% :],0,1 +0613,0613,12,symb,c2_set_union_permuted,4,[':'],:$ :],0,1 +0613,0613,12,symb,c2_set_union_permuted,5,['~'],* $ ~],0,1 +0613,0613,12,symb,c2_set_union_permuted,6,['>'],$ > $],0,1 +0613,0613,12,symb,c2_set_union_permuted,7,['!'],!],1,1 +0613,0613,12,symb,c2_set_union_permuted,8,[':'],:&],0,1 +0613,0613,12,symb,c2_set_union_permuted,9,['('],$ (&],0,1 +0613,0613,12,symb,c2_set_union_permuted,10,['('],: ( ],0,1 +0613,0613,12,symb,c2_set_union_permuted,11,['%'],& % <],0,1 +0613,0613,12,symb,c2_set_union_permuted,12,['>'],$ > <],0,1 +0613,0613,12,symb,c2_set_union_permuted,13,['<'],< !],0,1 +0613,0613,12,symb,c2_set_union_permuted,14,['!'],$ ! %],0,1 +0613,0613,12,symb,c2_set_union_permuted,15,['!'],! < !],0,1 +0613,0613,12,symb,c2_set_union_permuted,16,['!'],!],1,1 +0613,0613,12,symb,c2_set_union_permuted,17,['&'],& :] &],0,1 +0613,0613,12,symb,c2_set_union_permuted,18,['<'],% < %],0,1 +0613,0613,12,symb,c2_set_union_permuted,19,['*'],* !],0,1 +0613,0613,12,symb,c2_set_union_permuted,20,['<'],> <],0,1 +0613,0613,12,symb,c2_set_union_permuted,21,[':'],: :],0,1 +0613,0613,12,symb,c2_set_union_permuted,22,['$'],* $ %],0,1 +0613,0613,12,symb,c2_set_union_permuted,23,['<'],< < :],0,1 +0613,0613,12,symb,c2_set_union_permuted,24,['!'],< !],0,1 +0613,0613,12,symb,c2_set_union_permuted,25,['%'],% ~],0,1 +0613,0613,12,symb,c2_set_union_permuted,26,[':'],:< %],0,1 +0613,0613,12,symb,c2_set_union_permuted,27,['<'],< $ <],0,1 +0613,0613,12,symb,c2_set_union_permuted,28,['%'],% <],0,1 +0613,0613,12,symb,c2_set_union_permuted,29,['~'],~],1,1 +0613,0613,12,symb,c2_set_union_permuted,30,['~'],~ %],0,1 +0613,0613,12,symb,c2_set_union_permuted,31,['%'],% > &],0,1 +0613,0613,12,symb,c2_set_union_permuted,32,[':'],: ],1,1 +0613,0613,12,symb,c2_set_union_permuted,33,['('],(! *)],0,1 +0613,0613,12,symb,c2_set_union_permuted,34,[':'],:* &],0,1 +0613,0613,12,symb,c2_set_union_permuted,35,['('],( )],0,1 +0613,0613,12,symb,c2_set_union_permuted,36,['<'],< :],0,1 +0613,0613,12,symb,c2_set_union_permuted,37,['!'],!],1,1 +0613,0613,12,symb,c2_set_union_permuted,38,['$'],$ (],0,1 +0613,0613,12,symb,c2_set_union_permuted,39,['$'],% $ %],0,1 +0613,0613,12,symb,c2_set_union_permuted,40,['&'],(&],0,1 +0613,0613,12,symb,c2_set_union_permuted,41,['('],($ :],0,1 +0613,0613,12,symb,c2_set_union_permuted,42,['~'],! ~ ~],0,1 +0613,0613,12,symb,c2_set_union_permuted,43,['&'],& !],0,1 +0613,0613,12,symb,c2_set_union_permuted,44,['<'],(% < (],0,1 +0613,0613,12,symb,c2_set_union_permuted,45,['!'],! $],0,1 +0613,0613,12,symb,c2_set_union_permuted,46,['$'],& $ &],0,1 +0613,0613,12,symb,c2_set_union_permuted,47,['('],( >),0,1 +0613,0613,12,symb,c2_set_union_permuted,48,[':'],:],1,1 +0613,0613,12,symb,c2_set_union_permuted,49,['('],( : >],0,1 +0613,0613,12,symb,c2_set_union_permuted,50,['('],( < ),0,1 +0613,0613,12,symb,c2_set_union_permuted,51,['!'],! ! (],0,1 +0613,0613,12,symb,c2_set_union_permuted,52,['('],( & ],0,1 +0613,0613,12,symb,c2_set_union_permuted,53,['~'],$ ~ %],0,1 +0613,0613,12,symb,c2_set_union_permuted,54,['%'],%],1,1 +0613,0613,12,symb,c2_set_union_permuted,55,['>'],> *],0,1 +0613,0613,12,symb,c2_set_union_permuted,56,['('],( < !],0,1 +0613,0613,12,symb,c2_set_union_permuted,57,['>'],> >],0,1 +0613,0613,12,symb,c2_set_union_permuted,58,['*'],* & ~],0,1 +0613,0613,12,symb,c2_set_union_permuted,59,['!'],% !],0,1 +0613,0613,12,symb,c2_set_union_permuted,60,['>'],> *],0,1 +0613,0613,12,symb,c2_set_union_permuted,61,['%'],% *],0,1 +0613,0613,12,symb,c2_set_union_permuted,62,['*'],(* *)],0,1 +0613,0613,12,symb,c2_set_union_permuted,63,['>'],> >],0,1 +0613,0613,12,symb,c2_set_union_permuted,64,['*'],% > *],0,1 +0613,0613,12,symb,c2_set_union_permuted,65,['!'],$ ! *],0,1 +0613,0613,12,symb,c2_set_union_permuted,66,['&'],% & !],0,1 +0613,0613,12,symb,c2_set_union_permuted,67,['!'],% !],0,1 +0613,0613,12,symb,c2_set_union_permuted,68,['~'],> ~ &],0,1 +0613,0613,12,symb,c2_set_union_permuted,69,['%'],% !],0,1 +0613,0613,12,symb,c2_set_union_permuted,70,['!'],! * >],0,1 +0613,0613,12,symb,c2_set_union_permuted,71,['~'],* ~ <],0,1 +0613,0613,12,symb,c2_set_union_permuted,72,['*'],$ * <],0,1 +0613,0613,12,symb,c2_set_union_permuted,73,['>'],& > <],0,1 +0613,0613,12,symb,c2_set_union_permuted,74,['!'],$ > !],0,1 +0613,0613,12,symb,c2_set_union_permuted,75,['%'],% ~],0,1 +0613,0613,12,symb,c2_set_union_permuted,76,[':'],:],1,1 +0613,0613,12,symb,c2_set_union_permuted,77,['$'],% (],0,1 +0613,0613,12,symb,c2_set_union_permuted,78,['~'],< ~],0,1 +0613,0613,12,symb,c2_set_union_permuted,79,['!'],< ! !],0,1 +0613,0613,12,symb,c2_set_union_permuted,80,['&'],& ~],0,1 +0613,0613,12,symb,c2_set_union_permuted,81,['('],(% <),0,1 +0613,0613,12,symb,c2_set_union_permuted,82,['!'],! %],0,1 +0613,0613,12,symb,c2_set_union_permuted,83,['>'],: (],0,1 +0613,0613,12,symb,c2_set_union_permuted,84,['<'],& < &],0,1 +0613,0613,12,symb,c2_set_union_permuted,85,['$'],$),0,1 +0613,0613,12,symb,c2_set_union_permuted,86,[':'],(: &],0,1 +0613,0613,12,symb,c2_set_union_permuted,87,['!'],!],1,1 +0613,0613,12,symb,c2_set_union_permuted,88,[':'],: $],0,1 +0613,0613,12,symb,c2_set_union_permuted,89,[':'],*: !],0,1 +0613,0613,12,symb,c2_set_union_permuted,90,[':'],> : >],0,1 +0613,0613,12,symb,c2_set_union_permuted,91,[':'],: <],0,1 +0613,0613,12,symb,c2_set_union_permuted,92,['<'],:<],0,1 +0613,0613,12,symb,c2_set_union_permuted,93,['('],( ~ >],0,1 +0613,0613,12,symb,c2_set_union_permuted,94,['%'],:% :],0,1 +0613,0613,12,symb,c2_set_union_permuted,95,['~'],~],1,1 +0613,0613,12,symb,c2_set_union_permuted,96,['%'],: > %],0,1 +0613,0613,12,symb,c2_set_union_permuted,97,['&'],& < &],0,1 +0613,0613,12,symb,c2_set_union_permuted,98,['$'],$ %],0,1 +0613,0613,12,symb,c2_set_union_permuted,99,['!'],! &],0,1 +0613,0613,12,symb,c1_set_union_permuted,0,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,1,['('],(],1,1 +0613,0613,12,symb,c1_set_union_permuted,2,['*'],* %],0,1 +0613,0613,12,symb,c1_set_union_permuted,3,['!'],! >],0,1 +0613,0613,12,symb,c1_set_union_permuted,4,['&'],&],1,1 +0613,0613,12,symb,c1_set_union_permuted,5,['*'],*],1,1 +0613,0613,12,symb,c1_set_union_permuted,6,['!'],!,1,1 +0613,0613,12,symb,c1_set_union_permuted,7,['~'],~],1,1 +0613,0613,12,symb,c1_set_union_permuted,8,['!'],!),0,1 +0613,0613,12,symb,c1_set_union_permuted,9,['$'],$],1,1 +0613,0613,12,symb,c1_set_union_permuted,10,['~'],~],1,1 +0613,0613,12,symb,c1_set_union_permuted,11,[':'],:],1,1 +0613,0613,12,symb,c1_set_union_permuted,12,['!'],!],1,1 +0613,0613,12,symb,c1_set_union_permuted,13,[':'],:%],0,1 +0613,0613,12,symb,c1_set_union_permuted,14,['<'],<],1,1 +0613,0613,12,symb,c1_set_union_permuted,15,['*'],*],1,1 +0613,0613,12,symb,c1_set_union_permuted,16,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,17,['!'],!],1,1 +0613,0613,12,symb,c1_set_union_permuted,18,['('],(],1,1 +0613,0613,12,symb,c1_set_union_permuted,19,['$'],$ >],0,1 +0613,0613,12,symb,c1_set_union_permuted,20,['&'],&],1,1 +0613,0613,12,symb,c1_set_union_permuted,21,['!'],!],1,1 +0613,0613,12,symb,c1_set_union_permuted,22,[':'],:],1,1 +0613,0613,12,symb,c1_set_union_permuted,23,['~'],~],1,1 +0613,0613,12,symb,c1_set_union_permuted,24,['>'],>],1,1 +0613,0613,12,symb,c1_set_union_permuted,25,['!'],! >],0,1 +0613,0613,12,symb,c1_set_union_permuted,26,['$'],$],1,1 +0613,0613,12,symb,c1_set_union_permuted,27,['$'],<$>,0,1 +0613,0613,12,symb,c1_set_union_permuted,28,['&'],&],1,1 +0613,0613,12,symb,c1_set_union_permuted,29,['~'],$,0,1 +0613,0613,12,symb,c1_set_union_permuted,30,['~'],~],1,1 +0613,0613,12,symb,c1_set_union_permuted,31,['('],(],1,1 +0613,0613,12,symb,c1_set_union_permuted,32,['('],(],1,1 +0613,0613,12,symb,c1_set_union_permuted,33,['('],*],0,1 +0613,0613,12,symb,c1_set_union_permuted,34,['$'],$],1,1 +0613,0613,12,symb,c1_set_union_permuted,35,['*'],*],1,1 +0613,0613,12,symb,c1_set_union_permuted,36,['<'],<],1,1 +0613,0613,12,symb,c1_set_union_permuted,37,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,38,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,39,['!'],! >],0,1 +0613,0613,12,symb,c1_set_union_permuted,40,[':'],:$],0,1 +0613,0613,12,symb,c1_set_union_permuted,41,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,42,['('],( >],0,1 +0613,0613,12,symb,c1_set_union_permuted,43,['!'],!,1,1 +0613,0613,12,symb,c1_set_union_permuted,44,['>'],>],1,1 +0613,0613,12,symb,c1_set_union_permuted,45,['>'],( >],0,1 +0613,0613,12,symb,c1_set_union_permuted,46,['*'],:],0,1 +0613,0613,12,symb,c1_set_union_permuted,47,['<'],<],1,1 +0613,0613,12,symb,c1_set_union_permuted,48,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,49,[':'],*],0,1 +0613,0613,12,symb,c1_set_union_permuted,50,['!'],!],1,1 +0613,0613,12,symb,c1_set_union_permuted,51,['~'],~],1,1 +0613,0613,12,symb,c1_set_union_permuted,52,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,53,[':'],:],1,1 +0613,0613,12,symb,c1_set_union_permuted,54,['!'],%],0,1 +0613,0613,12,symb,c1_set_union_permuted,55,['~'],~],1,1 +0613,0613,12,symb,c1_set_union_permuted,56,['<'],<],1,1 +0613,0613,12,symb,c1_set_union_permuted,57,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,58,['$'],$],1,1 +0613,0613,12,symb,c1_set_union_permuted,59,['!'],!],1,1 +0613,0613,12,symb,c1_set_union_permuted,60,['&'],&],1,1 +0613,0613,12,symb,c1_set_union_permuted,61,['$'],$],1,1 +0613,0613,12,symb,c1_set_union_permuted,62,['('],>],0,1 +0613,0613,12,symb,c1_set_union_permuted,63,['~'],~],1,1 +0613,0613,12,symb,c1_set_union_permuted,64,['$'],($],0,1 +0613,0613,12,symb,c1_set_union_permuted,65,['*'],*],1,1 +0613,0613,12,symb,c1_set_union_permuted,66,['$'],$,1,1 +0613,0613,12,symb,c1_set_union_permuted,67,['!'],!],1,1 +0613,0613,12,symb,c1_set_union_permuted,68,['~'],(~],0,1 +0613,0613,12,symb,c1_set_union_permuted,69,['~'],$ ~,0,1 +0613,0613,12,symb,c1_set_union_permuted,70,[':'],:],1,1 +0613,0613,12,symb,c1_set_union_permuted,71,['<'],<],1,1 +0613,0613,12,symb,c1_set_union_permuted,72,['&'],&],1,1 +0613,0613,12,symb,c1_set_union_permuted,73,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,74,['!'],:],0,1 +0613,0613,12,symb,c1_set_union_permuted,75,['!'],!*],0,1 +0613,0613,12,symb,c1_set_union_permuted,76,['('],(,1,1 +0613,0613,12,symb,c1_set_union_permuted,77,['!'],! &],0,1 +0613,0613,12,symb,c1_set_union_permuted,78,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,79,['&'],&],1,1 +0613,0613,12,symb,c1_set_union_permuted,80,['$'],$],1,1 +0613,0613,12,symb,c1_set_union_permuted,81,['*'],(*],0,1 +0613,0613,12,symb,c1_set_union_permuted,82,['&'],&],1,1 +0613,0613,12,symb,c1_set_union_permuted,83,['!'],!],1,1 +0613,0613,12,symb,c1_set_union_permuted,84,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,85,[':'],:],1,1 +0613,0613,12,symb,c1_set_union_permuted,86,['('],( >],0,1 +0613,0613,12,symb,c1_set_union_permuted,87,['!'],!,1,1 +0613,0613,12,symb,c1_set_union_permuted,88,['%'],%],1,1 +0613,0613,12,symb,c1_set_union_permuted,89,['~'],~],1,1 +0613,0613,12,symb,c1_set_union_permuted,90,['<'],<],1,1 +0613,0613,12,symb,c1_set_union_permuted,91,['&'],&],1,1 +0613,0613,12,symb,c1_set_union_permuted,92,['~'],(~ *),0,1 +0613,0613,12,symb,c1_set_union_permuted,93,['<'],<],1,1 +0613,0613,12,symb,c1_set_union_permuted,94,['$'],$],1,1 +0613,0613,12,symb,c1_set_union_permuted,95,['*'],*],1,1 +0613,0613,12,symb,c1_set_union_permuted,96,['>'],:>,0,1 +0613,0613,12,symb,c1_set_union_permuted,97,['('],($],0,1 +0613,0613,12,symb,c1_set_union_permuted,98,['~'],~],1,1 +0613,0613,12,symb,c1_set_union_permuted,99,['*'],*],1,1 +0613,0613,12,symb,XOR_permuted,0,"['(', '%']",( :%],0,1 +0613,0613,12,symb,XOR_permuted,1,"[':', '(']",* (],0,1 +0613,0613,12,symb,XOR_permuted,2,"['&', '>']",(& >)],0,1 +0613,0613,12,symb,XOR_permuted,3,"['~', '%']",% ~],1,1 +0613,0613,12,symb,XOR_permuted,4,"['!', '~']",(! ~)],0,1 +0613,0613,12,symb,XOR_permuted,5,"['<', '~']",(~ !],0,1 +0613,0613,12,symb,XOR_permuted,6,"['!', '$']",> $],0,1 +0613,0613,12,symb,XOR_permuted,7,"['%', ':']",: %],1,1 +0613,0613,12,symb,XOR_permuted,8,"['&', '(']",& (],1,1 +0613,0613,12,symb,XOR_permuted,9,"[':', '!']",:] !],0,1 +0613,0613,12,symb,XOR_permuted,10,"['$', '~']",~ $],1,1 +0613,0613,12,symb,XOR_permuted,11,"['%', '>']",> %],1,1 +0613,0613,12,symb,XOR_permuted,12,"['%', '$']",$ %],1,1 +0613,0613,12,symb,XOR_permuted,13,"['!', '~']",: ~],0,1 +0613,0613,12,symb,XOR_permuted,14,"['&', '!']",& !],1,1 +0613,0613,12,symb,XOR_permuted,15,"['%', '>']",% >],1,1 +0613,0613,12,symb,XOR_permuted,16,"['>', ':']",! !],0,1 +0613,0613,12,symb,XOR_permuted,17,"['~', '*']",~ *),0,1 +0613,0613,12,symb,XOR_permuted,18,"['>', ':']",: >],1,1 +0613,0613,12,symb,XOR_permuted,19,"['%', '$']",$ %],1,1 +0613,0613,12,symb,XOR_permuted,20,"['%', '*']",* %],1,1 +0613,0613,12,symb,XOR_permuted,21,"['~', '<']",~ <],1,1 +0613,0613,12,symb,XOR_permuted,22,"['%', '!']",! %],1,1 +0613,0613,12,symb,XOR_permuted,23,"['%', '$']",$ %],1,1 +0613,0613,12,symb,XOR_permuted,24,"[':', '%']",:% !],0,1 +0613,0613,12,symb,XOR_permuted,25,"['*', ':']",:* &],0,1 +0613,0613,12,symb,XOR_permuted,26,"['!', '$']",$ !],1,1 +0613,0613,12,symb,XOR_permuted,27,"['*', '$']",* $],1,1 +0613,0613,12,symb,XOR_permuted,28,"['!', '>']",! >],1,1 +0613,0613,12,symb,XOR_permuted,29,"['$', '%']",$ %],1,1 +0613,0613,12,symb,XOR_permuted,30,"['*', '<']",< *],1,1 +0613,0613,12,symb,XOR_permuted,31,"['*', '~']",~ *],1,1 +0613,0613,12,symb,XOR_permuted,32,"['%', '*']",& *],0,1 +0613,0613,12,symb,XOR_permuted,33,"['<', '>']",< >],1,1 +0613,0613,12,symb,XOR_permuted,34,"['!', '<']",! <],1,1 +0613,0613,12,symb,XOR_permuted,35,"['~', '%']",% (,0,1 +0613,0613,12,symb,XOR_permuted,36,"['~', '%']",% ~],1,1 +0613,0613,12,symb,XOR_permuted,37,"['(', '<']",( <],1,1 +0613,0613,12,symb,XOR_permuted,38,"[':', '$']",: $],1,1 +0613,0613,12,symb,XOR_permuted,39,"['~', '>']",> ~],1,1 +0613,0613,12,symb,XOR_permuted,40,"['$', '!']",$ !],1,1 +0613,0613,12,symb,XOR_permuted,41,"['>', '~']",* ~],0,1 +0613,0613,12,symb,XOR_permuted,42,"[':', '$']",: $],1,1 +0613,0613,12,symb,XOR_permuted,43,"['>', '%']",% >],1,1 +0613,0613,12,symb,XOR_permuted,44,"['*', '&']",(% *),0,1 +0613,0613,12,symb,XOR_permuted,45,"['!', '<']",< !],1,1 +0613,0613,12,symb,XOR_permuted,46,"['*', '%']",* %],1,1 +0613,0613,12,symb,XOR_permuted,47,"['*', '%']",* %],1,1 +0613,0613,12,symb,XOR_permuted,48,"['%', '&']",% &],1,1 +0613,0613,12,symb,XOR_permuted,49,"['<', '&']",& <],1,1 +0613,0613,12,symb,XOR_permuted,50,"['~', '$']",> ~],0,1 +0613,0613,12,symb,XOR_permuted,51,"['%', '&']",& %],1,1 +0613,0613,12,symb,XOR_permuted,52,"['$', ':']",: $],1,1 +0613,0613,12,symb,XOR_permuted,53,"[':', '*']",* &],0,1 +0613,0613,12,symb,XOR_permuted,54,"['&', '%']",:&],0,1 +0613,0613,12,symb,XOR_permuted,55,"['<', '$']",$ <],1,1 +0613,0613,12,symb,XOR_permuted,56,"['%', '~']",% ~],1,1 +0613,0613,12,symb,XOR_permuted,57,"['<', '(']",< (],1,1 +0613,0613,12,symb,XOR_permuted,58,"['>', '<']",< >],1,1 +0613,0613,12,symb,XOR_permuted,59,"[':', '*']",* :],1,1 +0613,0613,12,symb,XOR_permuted,60,"['$', '*']",% *],0,1 +0613,0613,12,symb,XOR_permuted,61,"['%', '&']",& %],1,1 +0613,0613,12,symb,XOR_permuted,62,"['%', '*']",% *],1,1 +0613,0613,12,symb,XOR_permuted,63,"['*', '%']",% *],1,1 +0613,0613,12,symb,XOR_permuted,64,"['*', '!']",* !],1,1 +0613,0613,12,symb,XOR_permuted,65,"['$', '~']",* ~],0,1 +0613,0613,12,symb,XOR_permuted,66,"['$', '(']",(: !],0,1 +0613,0613,12,symb,XOR_permuted,67,"['%', '(']",: %],0,1 +0613,0613,12,symb,XOR_permuted,68,"['$', '<']",$ <],1,1 +0613,0613,12,symb,XOR_permuted,69,"['~', '(']",~ :)],0,1 +0613,0613,12,symb,XOR_permuted,70,"['<', '%']",< %],1,1 +0613,0613,12,symb,XOR_permuted,71,"['!', '&']",! &],1,1 +0613,0613,12,symb,XOR_permuted,72,"[':', '&']",& : $],0,1 +0613,0613,12,symb,XOR_permuted,73,"['~', '!']",~ !],1,1 +0613,0613,12,symb,XOR_permuted,74,"['%', '$']",~ &],0,1 +0613,0613,12,symb,XOR_permuted,75,"['*', '$']",* $],1,1 +0613,0613,12,symb,XOR_permuted,76,"['$', '~']",~ $],1,1 +0613,0613,12,symb,XOR_permuted,77,"['(', '&']",& <],0,1 +0613,0613,12,symb,XOR_permuted,78,"['&', '(']",& ~],0,1 +0613,0613,12,symb,XOR_permuted,79,"['>', '!']",~ >],0,1 +0613,0613,12,symb,XOR_permuted,80,"[':', '!']",! :],1,1 +0613,0613,12,symb,XOR_permuted,81,"['<', '~']",> ~],0,1 +0613,0613,12,symb,XOR_permuted,82,"['<', '>']",< <],0,1 +0613,0613,12,symb,XOR_permuted,83,"['>', '%']",% >],1,1 +0613,0613,12,symb,XOR_permuted,84,"['~', '$']",< $],0,1 +0613,0613,12,symb,XOR_permuted,85,"['$', '(']",( $],1,1 +0613,0613,12,symb,XOR_permuted,86,"['~', '*']",* ~],1,1 +0613,0613,12,symb,XOR_permuted,87,"['$', '(']",$ >],0,1 +0613,0613,12,symb,XOR_permuted,88,"['!', '&']",! &],1,1 +0613,0613,12,symb,XOR_permuted,89,"['(', '$']",$ (],1,1 +0613,0613,12,symb,XOR_permuted,90,"['&', '<']",& <],1,1 +0613,0613,12,symb,XOR_permuted,91,"['(', '%']",% (],1,1 +0613,0613,12,symb,XOR_permuted,92,"[':', '(']",~ :],0,1 +0613,0613,12,symb,XOR_permuted,93,"['<', ':']",$ <],0,1 +0613,0613,12,symb,XOR_permuted,94,"['!', '>']",> !],1,1 +0613,0613,12,symb,XOR_permuted,95,"[':', '<']",& <],0,1 +0613,0613,12,symb,XOR_permuted,96,"['<', '$']",< $],1,1 +0613,0613,12,symb,XOR_permuted,97,"[':', '!']",:!],1,1 +0613,0613,12,symb,XOR_permuted,98,"['>', '<']",> <],1,1 +0613,0613,12,symb,XOR_permuted,99,"['~', '>']",: >],0,1 +0613,0613,12,symb,AND_permuted,0,[],$],0,1 +0613,0613,12,symb,AND_permuted,1,[],*],0,1 +0613,0613,12,symb,AND_permuted,2,[],>],0,1 +0613,0613,12,symb,AND_permuted,3,[],*],0,1 +0613,0613,12,symb,AND_permuted,4,[],$],0,1 +0613,0613,12,symb,AND_permuted,5,[],%,0,1 +0613,0613,12,symb,AND_permuted,6,[],<,0,1 +0613,0613,12,symb,AND_permuted,7,[],<],0,1 +0613,0613,12,symb,AND_permuted,8,[],:],0,1 +0613,0613,12,symb,AND_permuted,9,[],%],0,1 +0613,0613,12,symb,AND_permuted,10,[],:],0,1 +0613,0613,12,symb,AND_permuted,11,[],],1,1 +0613,0613,12,symb,AND_permuted,12,[],],1,1 +0613,0613,12,symb,AND_permuted,13,[],)],0,1 +0613,0613,12,symb,AND_permuted,14,[],>],0,1 +0613,0613,12,symb,AND_permuted,15,[],],1,1 +0613,0613,12,symb,AND_permuted,16,[], ],1,1 +0613,0613,12,symb,AND_permuted,17,[],%,0,1 +0613,0613,12,symb,AND_permuted,18,[],:],0,1 +0613,0613,12,symb,AND_permuted,19,[],$],0,1 +0613,0613,12,symb,AND_permuted,20,[],*],0,1 +0613,0613,12,symb,AND_permuted,21,[],(],0,1 +0613,0613,12,symb,AND_permuted,22,[],$,0,1 +0613,0613,12,symb,AND_permuted,23,[],],1,1 +0613,0613,12,symb,AND_permuted,24,[],!],0,1 +0613,0613,12,symb,AND_permuted,25,[],],1,1 +0613,0613,12,symb,AND_permuted,26,[],:],0,1 +0613,0613,12,symb,AND_permuted,27,[],(],0,1 +0613,0613,12,symb,AND_permuted,28,[],&,0,1 +0613,0613,12,symb,AND_permuted,29,[],!],0,1 +0613,0613,12,symb,AND_permuted,30,[],<,0,1 +0613,0613,12,symb,AND_permuted,31,[],:],0,1 +0613,0613,12,symb,AND_permuted,32,[],*],0,1 +0613,0613,12,symb,AND_permuted,33,[],:],0,1 +0613,0613,12,symb,AND_permuted,34,[],<],0,1 +0613,0613,12,symb,AND_permuted,35,[],~],0,1 +0613,0613,12,symb,AND_permuted,36,[],*],0,1 +0613,0613,12,symb,AND_permuted,37,[],<],0,1 +0613,0613,12,symb,AND_permuted,38,[],%,0,1 +0613,0613,12,symb,AND_permuted,39,[],&],0,1 +0613,0613,12,symb,AND_permuted,40,[],:],0,1 +0613,0613,12,symb,AND_permuted,41,[],],1,1 +0613,0613,12,symb,AND_permuted,42,[],(],0,1 +0613,0613,12,symb,AND_permuted,43,[],>],0,1 +0613,0613,12,symb,AND_permuted,44,[],:],0,1 +0613,0613,12,symb,AND_permuted,45,[],%],0,1 +0613,0613,12,symb,AND_permuted,46,[],<],0,1 +0613,0613,12,symb,AND_permuted,47,[],!],0,1 +0613,0613,12,symb,AND_permuted,48,[],&],0,1 +0613,0613,12,symb,AND_permuted,49,[],<],0,1 +0613,0613,12,symb,AND_permuted,50,[],%],0,1 +0613,0613,12,symb,AND_permuted,51,[],],1,1 +0613,0613,12,symb,AND_permuted,52,[],&],0,1 +0613,0613,12,symb,AND_permuted,53,[],(],0,1 +0613,0613,12,symb,AND_permuted,54,[],],1,1 +0613,0613,12,symb,AND_permuted,55,[],%],0,1 +0613,0613,12,symb,AND_permuted,56,[],&],0,1 +0613,0613,12,symb,AND_permuted,57,[],*],0,1 +0613,0613,12,symb,AND_permuted,58,[],%],0,1 +0613,0613,12,symb,AND_permuted,59,[],$,0,1 +0613,0613,12,symb,AND_permuted,60,[],<],0,1 +0613,0613,12,symb,AND_permuted,61,[],],1,1 +0613,0613,12,symb,AND_permuted,62,[],:],0,1 +0613,0613,12,symb,AND_permuted,63,[],:],0,1 +0613,0613,12,symb,AND_permuted,64,[],<],0,1 +0613,0613,12,symb,AND_permuted,65,[],&],0,1 +0613,0613,12,symb,AND_permuted,66,[],)],0,1 +0613,0613,12,symb,AND_permuted,67,[],<,0,1 +0613,0613,12,symb,AND_permuted,68,[],<],0,1 +0613,0613,12,symb,AND_permuted,69,[],:],0,1 +0613,0613,12,symb,AND_permuted,70,[],%],0,1 +0613,0613,12,symb,AND_permuted,71,[],&,0,1 +0613,0613,12,symb,AND_permuted,72,[],~],0,1 +0613,0613,12,symb,AND_permuted,73,[],],1,1 +0613,0613,12,symb,AND_permuted,74,[],<],0,1 +0613,0613,12,symb,AND_permuted,75,[],:],0,1 +0613,0613,12,symb,AND_permuted,76,[],],1,1 +0613,0613,12,symb,AND_permuted,77,[],%],0,1 +0613,0613,12,symb,AND_permuted,78,[],],1,1 +0613,0613,12,symb,AND_permuted,79,[],&],0,1 +0613,0613,12,symb,AND_permuted,80,[],>],0,1 +0613,0613,12,symb,AND_permuted,81,[],<],0,1 +0613,0613,12,symb,AND_permuted,82,[],:],0,1 +0613,0613,12,symb,AND_permuted,83,[],],1,1 +0613,0613,12,symb,AND_permuted,84,[],*,0,1 +0613,0613,12,symb,AND_permuted,85,[],*],0,1 +0613,0613,12,symb,AND_permuted,86,[],<],0,1 +0613,0613,12,symb,AND_permuted,87,[],],1,1 +0613,0613,12,symb,AND_permuted,88,[],&,0,1 +0613,0613,12,symb,AND_permuted,89,[],<],0,1 +0613,0613,12,symb,AND_permuted,90,[],!],0,1 +0613,0613,12,symb,AND_permuted,91,[],],1,1 +0613,0613,12,symb,AND_permuted,92,[],<),0,1 +0613,0613,12,symb,AND_permuted,93,[],:],0,1 +0613,0613,12,symb,AND_permuted,94,[],%],0,1 +0613,0613,12,symb,AND_permuted,95,[],],1,1 +0613,0613,12,symb,AND_permuted,96,[],(],0,1 +0613,0613,12,symb,AND_permuted,97,[],<],0,1 +0613,0613,12,symb,AND_permuted,98,[],*,0,1 +0613,0613,12,symb,AND_permuted,99,[],>],0,1 +1106,1106,02,num,row_constant,0,[3],3],1,1 +1106,1106,02,num,row_constant,1,[4],4],1,1 +1106,1106,02,num,row_constant,2,[7],7],1,1 +1106,1106,02,num,row_constant,3,[3],3],1,1 +1106,1106,02,num,row_constant,4,[6],6],1,1 +1106,1106,02,num,row_constant,5,[7],7],1,1 +1106,1106,02,num,row_constant,6,[5],5],1,1 +1106,1106,02,num,row_constant,7,[9],9],1,1 +1106,1106,02,num,row_constant,8,[4],4],1,1 +1106,1106,02,num,row_constant,9,[4],4],1,1 +1106,1106,02,num,row_constant,10,[8],8],1,1 +1106,1106,02,num,row_constant,11,[9],9],1,1 +1106,1106,02,num,row_constant,12,[0],0],1,1 +1106,1106,02,num,row_constant,13,[0],0],1,1 +1106,1106,02,num,row_constant,14,[1],1],1,1 +1106,1106,02,num,row_constant,15,[4],4],1,1 +1106,1106,02,num,row_constant,16,[3],3],1,1 +1106,1106,02,num,row_constant,17,[7],7],1,1 +1106,1106,02,num,row_constant,18,[0],0],1,1 +1106,1106,02,num,row_constant,19,[5],5],1,1 +1106,1106,02,num,row_constant,20,[0],0],1,1 +1106,1106,02,num,row_constant,21,[3],3],1,1 +1106,1106,02,num,row_constant,22,[7],7],1,1 +1106,1106,02,num,row_constant,23,[9],9],1,1 +1106,1106,02,num,row_constant,24,[7],7],1,1 +1106,1106,02,num,row_constant,25,[4],4],1,1 +1106,1106,02,num,row_constant,26,[5],5],1,1 +1106,1106,02,num,row_constant,27,[9],9],1,1 +1106,1106,02,num,row_constant,28,[6],6],1,1 +1106,1106,02,num,row_constant,29,[7],7],1,1 +1106,1106,02,num,row_constant,30,[6],6],1,1 +1106,1106,02,num,row_constant,31,[4],4],1,1 +1106,1106,02,num,row_constant,32,[2],2],1,1 +1106,1106,02,num,row_constant,33,[4],4],1,1 +1106,1106,02,num,row_constant,34,[6],6],1,1 +1106,1106,02,num,row_constant,35,[7],7],1,1 +1106,1106,02,num,row_constant,36,[4],4],1,1 +1106,1106,02,num,row_constant,37,[3],3],1,1 +1106,1106,02,num,row_constant,38,[0],0],1,1 +1106,1106,02,num,row_constant,39,[9],9],1,1 +1106,1106,02,num,row_constant,40,[0],0],1,1 +1106,1106,02,num,row_constant,41,[6],6],1,1 +1106,1106,02,num,row_constant,42,[1],1],1,1 +1106,1106,02,num,row_constant,43,[4],4],1,1 +1106,1106,02,num,row_constant,44,[5],5],1,1 +1106,1106,02,num,row_constant,45,[3],3],1,1 +1106,1106,02,num,row_constant,46,[2],2],1,1 +1106,1106,02,num,row_constant,47,[8],8],1,1 +1106,1106,02,num,row_constant,48,[8],8],1,1 +1106,1106,02,num,row_constant,49,[7],7],1,1 +1106,1106,02,num,row_constant,50,[1],1],1,1 +1106,1106,02,num,row_constant,51,[4],4],1,1 +1106,1106,02,num,row_constant,52,[7],7],1,1 +1106,1106,02,num,row_constant,53,[7],7],1,1 +1106,1106,02,num,row_constant,54,[9],9],1,1 +1106,1106,02,num,row_constant,55,[0],0],1,1 +1106,1106,02,num,row_constant,56,[7],7],1,1 +1106,1106,02,num,row_constant,57,[0],0],1,1 +1106,1106,02,num,row_constant,58,[3],3],1,1 +1106,1106,02,num,row_constant,59,[5],5],1,1 +1106,1106,02,num,row_constant,60,[1],1],1,1 +1106,1106,02,num,row_constant,61,[3],3],1,1 +1106,1106,02,num,row_constant,62,[3],3],1,1 +1106,1106,02,num,row_constant,63,[3],3],1,1 +1106,1106,02,num,row_constant,64,[1],1],1,1 +1106,1106,02,num,row_constant,65,[4],4],1,1 +1106,1106,02,num,row_constant,66,[8],8],1,1 +1106,1106,02,num,row_constant,67,[5],5],1,1 +1106,1106,02,num,row_constant,68,[4],4],1,1 +1106,1106,02,num,row_constant,69,[4],4],1,1 +1106,1106,02,num,row_constant,70,[4],4],1,1 +1106,1106,02,num,row_constant,71,[7],7],1,1 +1106,1106,02,num,row_constant,72,[1],1],1,1 +1106,1106,02,num,row_constant,73,[6],6],1,1 +1106,1106,02,num,row_constant,74,[5],5],1,1 +1106,1106,02,num,row_constant,75,[0],0],1,1 +1106,1106,02,num,row_constant,76,[7],7],1,1 +1106,1106,02,num,row_constant,77,[7],7],1,1 +1106,1106,02,num,row_constant,78,[4],4],1,1 +1106,1106,02,num,row_constant,79,[2],2],1,1 +1106,1106,02,num,row_constant,80,[3],3],1,1 +1106,1106,02,num,row_constant,81,[2],2],1,1 +1106,1106,02,num,row_constant,82,[9],9],1,1 +1106,1106,02,num,row_constant,83,[8],8],1,1 +1106,1106,02,num,row_constant,84,[5],5],1,1 +1106,1106,02,num,row_constant,85,[2],2],1,1 +1106,1106,02,num,row_constant,86,[4],4],1,1 +1106,1106,02,num,row_constant,87,[7],7],1,1 +1106,1106,02,num,row_constant,88,[0],0,1,1 +1106,1106,02,num,row_constant,89,[3],3],1,1 +1106,1106,02,num,row_constant,90,[7],7],1,1 +1106,1106,02,num,row_constant,91,[7],7],1,1 +1106,1106,02,num,row_constant,92,[1],1],1,1 +1106,1106,02,num,row_constant,93,[7],7],1,1 +1106,1106,02,num,row_constant,94,[2],2],1,1 +1106,1106,02,num,row_constant,95,[6],6],1,1 +1106,1106,02,num,row_constant,96,[6],6],1,1 +1106,1106,02,num,row_constant,97,[2],2],1,1 +1106,1106,02,num,row_constant,98,[8],8],1,1 +1106,1106,02,num,row_constant,99,[6],6],1,1 +1106,1106,02,num,col_constant,0,[6],6],1,1 +1106,1106,02,num,col_constant,1,[9],9],1,1 +1106,1106,02,num,col_constant,2,[9],9],1,1 +1106,1106,02,num,col_constant,3,[8],8],1,1 +1106,1106,02,num,col_constant,4,[7],7],1,1 +1106,1106,02,num,col_constant,5,[8],8],1,1 +1106,1106,02,num,col_constant,6,[3],3,1,1 +1106,1106,02,num,col_constant,7,[5],5],1,1 +1106,1106,02,num,col_constant,8,[4],4],1,1 +1106,1106,02,num,col_constant,9,[4],4],1,1 +1106,1106,02,num,col_constant,10,[5],5],1,1 +1106,1106,02,num,col_constant,11,[8],8,1,1 +1106,1106,02,num,col_constant,12,[0],0,1,1 +1106,1106,02,num,col_constant,13,[1],1],1,1 +1106,1106,02,num,col_constant,14,[3],3],1,1 +1106,1106,02,num,col_constant,15,[6],6,1,1 +1106,1106,02,num,col_constant,16,[7],7],1,1 +1106,1106,02,num,col_constant,17,[5],5],1,1 +1106,1106,02,num,col_constant,18,[4],4],1,1 +1106,1106,02,num,col_constant,19,[2],2,1,1 +1106,1106,02,num,col_constant,20,[6],6],1,1 +1106,1106,02,num,col_constant,21,[6],6,1,1 +1106,1106,02,num,col_constant,22,[9],9,1,1 +1106,1106,02,num,col_constant,23,[0],0],1,1 +1106,1106,02,num,col_constant,24,[5],5,1,1 +1106,1106,02,num,col_constant,25,[2],2,1,1 +1106,1106,02,num,col_constant,26,[9],9],1,1 +1106,1106,02,num,col_constant,27,[6],6,1,1 +1106,1106,02,num,col_constant,28,[9],9],1,1 +1106,1106,02,num,col_constant,29,[3],3],1,1 +1106,1106,02,num,col_constant,30,[6],6,1,1 +1106,1106,02,num,col_constant,31,[8],8],1,1 +1106,1106,02,num,col_constant,32,[4],4],1,1 +1106,1106,02,num,col_constant,33,[0],0,1,1 +1106,1106,02,num,col_constant,34,[3],3],1,1 +1106,1106,02,num,col_constant,35,[3],3],1,1 +1106,1106,02,num,col_constant,36,[5],5],1,1 +1106,1106,02,num,col_constant,37,[2],2],1,1 +1106,1106,02,num,col_constant,38,[2],2,1,1 +1106,1106,02,num,col_constant,39,[3],3],1,1 +1106,1106,02,num,col_constant,40,[2],2],1,1 +1106,1106,02,num,col_constant,41,[3],3,1,1 +1106,1106,02,num,col_constant,42,[3],3,1,1 +1106,1106,02,num,col_constant,43,[0],0],1,1 +1106,1106,02,num,col_constant,44,[6],6],1,1 +1106,1106,02,num,col_constant,45,[5],5],1,1 +1106,1106,02,num,col_constant,46,[7],7],1,1 +1106,1106,02,num,col_constant,47,[0],0,1,1 +1106,1106,02,num,col_constant,48,[8],8],1,1 +1106,1106,02,num,col_constant,49,[5],5,1,1 +1106,1106,02,num,col_constant,50,[7],7,1,1 +1106,1106,02,num,col_constant,51,[7],7,1,1 +1106,1106,02,num,col_constant,52,[8],8,1,1 +1106,1106,02,num,col_constant,53,[2],2],1,1 +1106,1106,02,num,col_constant,54,[0],0,1,1 +1106,1106,02,num,col_constant,55,[0],0,1,1 +1106,1106,02,num,col_constant,56,[6],6],1,1 +1106,1106,02,num,col_constant,57,[6],6,1,1 +1106,1106,02,num,col_constant,58,[0],0,1,1 +1106,1106,02,num,col_constant,59,[2],2,1,1 +1106,1106,02,num,col_constant,60,[3],3],1,1 +1106,1106,02,num,col_constant,61,[4],4,1,1 +1106,1106,02,num,col_constant,62,[5],5],1,1 +1106,1106,02,num,col_constant,63,[1],1],1,1 +1106,1106,02,num,col_constant,64,[5],5],1,1 +1106,1106,02,num,col_constant,65,[2],2],1,1 +1106,1106,02,num,col_constant,66,[0],0,1,1 +1106,1106,02,num,col_constant,67,[7],7,1,1 +1106,1106,02,num,col_constant,68,[4],4,1,1 +1106,1106,02,num,col_constant,69,[4],4,1,1 +1106,1106,02,num,col_constant,70,[8],8],1,1 +1106,1106,02,num,col_constant,71,[2],2],1,1 +1106,1106,02,num,col_constant,72,[6],6],1,1 +1106,1106,02,num,col_constant,73,[4],4],1,1 +1106,1106,02,num,col_constant,74,[8],8],1,1 +1106,1106,02,num,col_constant,75,[3],3],1,1 +1106,1106,02,num,col_constant,76,[1],1],1,1 +1106,1106,02,num,col_constant,77,[5],5,1,1 +1106,1106,02,num,col_constant,78,[7],7],1,1 +1106,1106,02,num,col_constant,79,[9],9,1,1 +1106,1106,02,num,col_constant,80,[5],5],1,1 +1106,1106,02,num,col_constant,81,[6],6,1,1 +1106,1106,02,num,col_constant,82,[8],8,1,1 +1106,1106,02,num,col_constant,83,[9],9],1,1 +1106,1106,02,num,col_constant,84,[3],3],1,1 +1106,1106,02,num,col_constant,85,[5],5],1,1 +1106,1106,02,num,col_constant,86,[5],5],1,1 +1106,1106,02,num,col_constant,87,[6],6,1,1 +1106,1106,02,num,col_constant,88,[1],1,1,1 +1106,1106,02,num,col_constant,89,[6],6,1,1 +1106,1106,02,num,col_constant,90,[3],3,1,1 +1106,1106,02,num,col_constant,91,[3],3,1,1 +1106,1106,02,num,col_constant,92,[0],0,1,1 +1106,1106,02,num,col_constant,93,[6],6,1,1 +1106,1106,02,num,col_constant,94,[6],6],1,1 +1106,1106,02,num,col_constant,95,[3],3],1,1 +1106,1106,02,num,col_constant,96,[1],1,1,1 +1106,1106,02,num,col_constant,97,[5],5],1,1 +1106,1106,02,num,col_constant,98,[5],5,1,1 +1106,1106,02,num,col_constant,99,[2],2,1,1 +1106,1106,02,num,dist3_diag1,0,[2],2,1,1 +1106,1106,02,num,dist3_diag1,1,[4],4,1,1 +1106,1106,02,num,dist3_diag1,2,[7],7,1,1 +1106,1106,02,num,dist3_diag1,3,[0],0,1,1 +1106,1106,02,num,dist3_diag1,4,[6],6,1,1 +1106,1106,02,num,dist3_diag1,5,[6],6,1,1 +1106,1106,02,num,dist3_diag1,6,[2],2],1,1 +1106,1106,02,num,dist3_diag1,7,[0],0,1,1 +1106,1106,02,num,dist3_diag1,8,[9],9,1,1 +1106,1106,02,num,dist3_diag1,9,[8],8,1,1 +1106,1106,02,num,dist3_diag1,10,[5],5,1,1 +1106,1106,02,num,dist3_diag1,11,[3],3,1,1 +1106,1106,02,num,dist3_diag1,12,[0],0,1,1 +1106,1106,02,num,dist3_diag1,13,[2],2,1,1 +1106,1106,02,num,dist3_diag1,14,[3],3,1,1 +1106,1106,02,num,dist3_diag1,15,[7],7,1,1 +1106,1106,02,num,dist3_diag1,16,[6],6,1,1 +1106,1106,02,num,dist3_diag1,17,[3],3,1,1 +1106,1106,02,num,dist3_diag1,18,[3],3,1,1 +1106,1106,02,num,dist3_diag1,19,[3],3,1,1 +1106,1106,02,num,dist3_diag1,20,[7],7],1,1 +1106,1106,02,num,dist3_diag1,21,[4],4,1,1 +1106,1106,02,num,dist3_diag1,22,[9],9,1,1 +1106,1106,02,num,dist3_diag1,23,[9],9,1,1 +1106,1106,02,num,dist3_diag1,24,[7],7,1,1 +1106,1106,02,num,dist3_diag1,25,[5],5,1,1 +1106,1106,02,num,dist3_diag1,26,[4],4,1,1 +1106,1106,02,num,dist3_diag1,27,[0],0,1,1 +1106,1106,02,num,dist3_diag1,28,[8],8,1,1 +1106,1106,02,num,dist3_diag1,29,[3],3,1,1 +1106,1106,02,num,dist3_diag1,30,[4],4,1,1 +1106,1106,02,num,dist3_diag1,31,[2],2,1,1 +1106,1106,02,num,dist3_diag1,32,[8],8,1,1 +1106,1106,02,num,dist3_diag1,33,[0],0,1,1 +1106,1106,02,num,dist3_diag1,34,[8],8,1,1 +1106,1106,02,num,dist3_diag1,35,[9],9,1,1 +1106,1106,02,num,dist3_diag1,36,[0],0,1,1 +1106,1106,02,num,dist3_diag1,37,[3],3,1,1 +1106,1106,02,num,dist3_diag1,38,[4],4,1,1 +1106,1106,02,num,dist3_diag1,39,[1],1,1,1 +1106,1106,02,num,dist3_diag1,40,[5],5,1,1 +1106,1106,02,num,dist3_diag1,41,[5],5,1,1 +1106,1106,02,num,dist3_diag1,42,[6],6],1,1 +1106,1106,02,num,dist3_diag1,43,[8],8,1,1 +1106,1106,02,num,dist3_diag1,44,[9],9,1,1 +1106,1106,02,num,dist3_diag1,45,[1],1,1,1 +1106,1106,02,num,dist3_diag1,46,[3],3,1,1 +1106,1106,02,num,dist3_diag1,47,[5],5,1,1 +1106,1106,02,num,dist3_diag1,48,[0],0,1,1 +1106,1106,02,num,dist3_diag1,49,[2],2,1,1 +1106,1106,02,num,dist3_diag1,50,[6],6,1,1 +1106,1106,02,num,dist3_diag1,51,[6],6,1,1 +1106,1106,02,num,dist3_diag1,52,[4],4,1,1 +1106,1106,02,num,dist3_diag1,53,[5],5,1,1 +1106,1106,02,num,dist3_diag1,54,[9],9,1,1 +1106,1106,02,num,dist3_diag1,55,[5],5,1,1 +1106,1106,02,num,dist3_diag1,56,[0],0,1,1 +1106,1106,02,num,dist3_diag1,57,[3],3,1,1 +1106,1106,02,num,dist3_diag1,58,[3],3,1,1 +1106,1106,02,num,dist3_diag1,59,[1],1,1,1 +1106,1106,02,num,dist3_diag1,60,[8],8],1,1 +1106,1106,02,num,dist3_diag1,61,[4],4,1,1 +1106,1106,02,num,dist3_diag1,62,[6],6,1,1 +1106,1106,02,num,dist3_diag1,63,[8],8,1,1 +1106,1106,02,num,dist3_diag1,64,[5],5,1,1 +1106,1106,02,num,dist3_diag1,65,[6],6],1,1 +1106,1106,02,num,dist3_diag1,66,[0],0,1,1 +1106,1106,02,num,dist3_diag1,67,[9],9,1,1 +1106,1106,02,num,dist3_diag1,68,[5],5,1,1 +1106,1106,02,num,dist3_diag1,69,[1],1,1,1 +1106,1106,02,num,dist3_diag1,70,[7],7,1,1 +1106,1106,02,num,dist3_diag1,71,[7],7,1,1 +1106,1106,02,num,dist3_diag1,72,[9],9,1,1 +1106,1106,02,num,dist3_diag1,73,[8],8,1,1 +1106,1106,02,num,dist3_diag1,74,[8],8,1,1 +1106,1106,02,num,dist3_diag1,75,[8],8,1,1 +1106,1106,02,num,dist3_diag1,76,[6],6,1,1 +1106,1106,02,num,dist3_diag1,77,[3],3,1,1 +1106,1106,02,num,dist3_diag1,78,[7],7,1,1 +1106,1106,02,num,dist3_diag1,79,[2],2,1,1 +1106,1106,02,num,dist3_diag1,80,[3],3,1,1 +1106,1106,02,num,dist3_diag1,81,[8],8,1,1 +1106,1106,02,num,dist3_diag1,82,[9],9,1,1 +1106,1106,02,num,dist3_diag1,83,[9],9,1,1 +1106,1106,02,num,dist3_diag1,84,[8],8,1,1 +1106,1106,02,num,dist3_diag1,85,[4],4,1,1 +1106,1106,02,num,dist3_diag1,86,[3],3,1,1 +1106,1106,02,num,dist3_diag1,87,[3],3,1,1 +1106,1106,02,num,dist3_diag1,88,[6],6,1,1 +1106,1106,02,num,dist3_diag1,89,[0],0,1,1 +1106,1106,02,num,dist3_diag1,90,[4],4,1,1 +1106,1106,02,num,dist3_diag1,91,[3],3,1,1 +1106,1106,02,num,dist3_diag1,92,[8],8,1,1 +1106,1106,02,num,dist3_diag1,93,[0],0,1,1 +1106,1106,02,num,dist3_diag1,94,[4],4,1,1 +1106,1106,02,num,dist3_diag1,95,[0],0,1,1 +1106,1106,02,num,dist3_diag1,96,[6],6,1,1 +1106,1106,02,num,dist3_diag1,97,[9],9,1,1 +1106,1106,02,num,dist3_diag1,98,[6],6,1,1 +1106,1106,02,num,dist3_diag1,99,[8],8,1,1 +1106,1106,02,num,dist3_diag2,0,[9],9,1,1 +1106,1106,02,num,dist3_diag2,1,[5],5,1,1 +1106,1106,02,num,dist3_diag2,2,[5],5,1,1 +1106,1106,02,num,dist3_diag2,3,[4],4,1,1 +1106,1106,02,num,dist3_diag2,4,[2],2,1,1 +1106,1106,02,num,dist3_diag2,5,[8],8,1,1 +1106,1106,02,num,dist3_diag2,6,[4],4,1,1 +1106,1106,02,num,dist3_diag2,7,[4],4,1,1 +1106,1106,02,num,dist3_diag2,8,[9],9,1,1 +1106,1106,02,num,dist3_diag2,9,[5],5,1,1 +1106,1106,02,num,dist3_diag2,10,[7],7,1,1 +1106,1106,02,num,dist3_diag2,11,[1],1,1,1 +1106,1106,02,num,dist3_diag2,12,[1],1,1,1 +1106,1106,02,num,dist3_diag2,13,[9],9,1,1 +1106,1106,02,num,dist3_diag2,14,[3],3,1,1 +1106,1106,02,num,dist3_diag2,15,[7],7,1,1 +1106,1106,02,num,dist3_diag2,16,[5],5,1,1 +1106,1106,02,num,dist3_diag2,17,[5],5,1,1 +1106,1106,02,num,dist3_diag2,18,[5],5,1,1 +1106,1106,02,num,dist3_diag2,19,[7],7,1,1 +1106,1106,02,num,dist3_diag2,20,[9],9,1,1 +1106,1106,02,num,dist3_diag2,21,[1],1,1,1 +1106,1106,02,num,dist3_diag2,22,[8],8,1,1 +1106,1106,02,num,dist3_diag2,23,[8],8,1,1 +1106,1106,02,num,dist3_diag2,24,[6],6,1,1 +1106,1106,02,num,dist3_diag2,25,[3],3,1,1 +1106,1106,02,num,dist3_diag2,26,[4],4,1,1 +1106,1106,02,num,dist3_diag2,27,[3],3,1,1 +1106,1106,02,num,dist3_diag2,28,[6],6,1,1 +1106,1106,02,num,dist3_diag2,29,[7],7,1,1 +1106,1106,02,num,dist3_diag2,30,[6],6,1,1 +1106,1106,02,num,dist3_diag2,31,[2],2,1,1 +1106,1106,02,num,dist3_diag2,32,[3],3,1,1 +1106,1106,02,num,dist3_diag2,33,[3],3,1,1 +1106,1106,02,num,dist3_diag2,34,[0],0,1,1 +1106,1106,02,num,dist3_diag2,35,[8],8,1,1 +1106,1106,02,num,dist3_diag2,36,[6],6,1,1 +1106,1106,02,num,dist3_diag2,37,[3],3,1,1 +1106,1106,02,num,dist3_diag2,38,[7],7,1,1 +1106,1106,02,num,dist3_diag2,39,[4],4,1,1 +1106,1106,02,num,dist3_diag2,40,[8],8,1,1 +1106,1106,02,num,dist3_diag2,41,[8],8,1,1 +1106,1106,02,num,dist3_diag2,42,[2],2,1,1 +1106,1106,02,num,dist3_diag2,43,[9],9,1,1 +1106,1106,02,num,dist3_diag2,44,[2],2,1,1 +1106,1106,02,num,dist3_diag2,45,[4],4,1,1 +1106,1106,02,num,dist3_diag2,46,[5],5,1,1 +1106,1106,02,num,dist3_diag2,47,[5],5,1,1 +1106,1106,02,num,dist3_diag2,48,[0],0,1,1 +1106,1106,02,num,dist3_diag2,49,[9],9,1,1 +1106,1106,02,num,dist3_diag2,50,[5],5,1,1 +1106,1106,02,num,dist3_diag2,51,[2],2,1,1 +1106,1106,02,num,dist3_diag2,52,[9],9,1,1 +1106,1106,02,num,dist3_diag2,53,[2],2,1,1 +1106,1106,02,num,dist3_diag2,54,[5],5,1,1 +1106,1106,02,num,dist3_diag2,55,[3],3,1,1 +1106,1106,02,num,dist3_diag2,56,[5],5,1,1 +1106,1106,02,num,dist3_diag2,57,[8],8,1,1 +1106,1106,02,num,dist3_diag2,58,[3],3,1,1 +1106,1106,02,num,dist3_diag2,59,[9],9,1,1 +1106,1106,02,num,dist3_diag2,60,[1],1,1,1 +1106,1106,02,num,dist3_diag2,61,[3],3,1,1 +1106,1106,02,num,dist3_diag2,62,[9],9,1,1 +1106,1106,02,num,dist3_diag2,63,[7],7,1,1 +1106,1106,02,num,dist3_diag2,64,[5],5,1,1 +1106,1106,02,num,dist3_diag2,65,[4],4,1,1 +1106,1106,02,num,dist3_diag2,66,[3],3,1,1 +1106,1106,02,num,dist3_diag2,67,[4],4,1,1 +1106,1106,02,num,dist3_diag2,68,[7],7,1,1 +1106,1106,02,num,dist3_diag2,69,[8],8,1,1 +1106,1106,02,num,dist3_diag2,70,[3],3,1,1 +1106,1106,02,num,dist3_diag2,71,[6],6,1,1 +1106,1106,02,num,dist3_diag2,72,[5],5,1,1 +1106,1106,02,num,dist3_diag2,73,[9],9,1,1 +1106,1106,02,num,dist3_diag2,74,[6],6,1,1 +1106,1106,02,num,dist3_diag2,75,[3],3,1,1 +1106,1106,02,num,dist3_diag2,76,[7],7,1,1 +1106,1106,02,num,dist3_diag2,77,[3],3,1,1 +1106,1106,02,num,dist3_diag2,78,[7],7,1,1 +1106,1106,02,num,dist3_diag2,79,[0],0,1,1 +1106,1106,02,num,dist3_diag2,80,[9],9,1,1 +1106,1106,02,num,dist3_diag2,81,[7],7,1,1 +1106,1106,02,num,dist3_diag2,82,[7],7,1,1 +1106,1106,02,num,dist3_diag2,83,[0],0,1,1 +1106,1106,02,num,dist3_diag2,84,[4],4,1,1 +1106,1106,02,num,dist3_diag2,85,[5],5,1,1 +1106,1106,02,num,dist3_diag2,86,[4],4,1,1 +1106,1106,02,num,dist3_diag2,87,[3],3,1,1 +1106,1106,02,num,dist3_diag2,88,[5],5,1,1 +1106,1106,02,num,dist3_diag2,89,[6],6,1,1 +1106,1106,02,num,dist3_diag2,90,[0],0,1,1 +1106,1106,02,num,dist3_diag2,91,[0],0,1,1 +1106,1106,02,num,dist3_diag2,92,[3],3,1,1 +1106,1106,02,num,dist3_diag2,93,[1],1,1,1 +1106,1106,02,num,dist3_diag2,94,[4],4,1,1 +1106,1106,02,num,dist3_diag2,95,[4],4,1,1 +1106,1106,02,num,dist3_diag2,96,[6],6,1,1 +1106,1106,02,num,dist3_diag2,97,[4],4,1,1 +1106,1106,02,num,dist3_diag2,98,[5],5,1,1 +1106,1106,02,num,dist3_diag2,99,[0],0,1,1 +1106,1106,02,num,prog_size1,0,[4],4,1,1 +1106,1106,02,num,prog_size1,1,[5],5],1,1 +1106,1106,02,num,prog_size1,2,[6],6],1,1 +1106,1106,02,num,prog_size1,3,[7],7,1,1 +1106,1106,02,num,prog_size1,4,[8],8],1,1 +1106,1106,02,num,prog_size1,5,[9],9,1,1 +1106,1106,02,num,prog_size1,6,[0],0,1,1 +1106,1106,02,num,prog_size1,7,[1],1],1,1 +1106,1106,02,num,prog_size1,8,[2],2],1,1 +1106,1106,02,num,prog_size1,9,[3],3],1,1 +1106,1106,02,num,prog_size1,10,[4],4,1,1 +1106,1106,02,num,prog_size1,11,[5],5],1,1 +1106,1106,02,num,prog_size2,0,[8],8],1,1 +1106,1106,02,num,prog_size2,1,[9],9,1,1 +1106,1106,02,num,prog_size2,2,[0],0,1,1 +1106,1106,02,num,prog_size2,3,[1],1,1,1 +1106,1106,02,num,two_rule_comb0,0,[6 9],6 9],1,1 +1106,1106,02,num,two_rule_comb0,1,[7 0],7 0],1,1 +1106,1106,02,num,two_rule_comb0,2,[2 4],2 4,1,1 +1106,1106,02,num,two_rule_comb0,3,[2 0],2 0],1,1 +1106,1106,02,num,two_rule_comb0,4,[9 2],9 2,1,1 +1106,1106,02,num,two_rule_comb0,5,[7 0],7 0,1,1 +1106,1106,02,num,two_rule_comb0,6,[1 9],1 9],1,1 +1106,1106,02,num,two_rule_comb0,7,[1 7],1 7],1,1 +1106,1106,02,num,two_rule_comb0,8,[7 3],7 3],1,1 +1106,1106,02,num,two_rule_comb0,9,[9 0],9 0],1,1 +1106,1106,02,num,two_rule_comb0,10,[7 2],7 2],1,1 +1106,1106,02,num,two_rule_comb0,11,[1 6],1 6],1,1 +1106,1106,02,num,two_rule_comb0,12,[7 4],7 4],1,1 +1106,1106,02,num,two_rule_comb0,13,[9 7],9 7],1,1 +1106,1106,02,num,two_rule_comb0,14,[0 0],0 0],1,1 +1106,1106,02,num,two_rule_comb0,15,[3 7],3 7],1,1 +1106,1106,02,num,two_rule_comb0,16,[7 3],7 3],1,1 +1106,1106,02,num,two_rule_comb0,17,[9 0],9 0],1,1 +1106,1106,02,num,two_rule_comb0,18,[7 2],7 2],1,1 +1106,1106,02,num,two_rule_comb0,19,[2 6],2 6],1,1 +1106,1106,02,num,two_rule_comb0,20,[5 5],5 5],1,1 +1106,1106,02,num,two_rule_comb0,21,[8 5],8 5],1,1 +1106,1106,02,num,two_rule_comb0,22,[6 4],6 4],1,1 +1106,1106,02,num,two_rule_comb0,23,[6 8],6 8],1,1 +1106,1106,02,num,two_rule_comb0,24,[7 1],7 1],1,1 +1106,1106,02,num,two_rule_comb0,25,[5 1],5 1],1,1 +1106,1106,02,num,two_rule_comb0,26,[6 8],6 8],1,1 +1106,1106,02,num,two_rule_comb0,27,[7 7],7 7],1,1 +1106,1106,02,num,two_rule_comb0,28,[7 1],7 1,1,1 +1106,1106,02,num,two_rule_comb0,29,[0 2],0 2],1,1 +1106,1106,02,num,two_rule_comb0,30,[9 4],9 4],1,1 +1106,1106,02,num,two_rule_comb0,31,[4 5],4 5],1,1 +1106,1106,02,num,two_rule_comb0,32,[3 3],3 3],1,1 +1106,1106,02,num,two_rule_comb0,33,[7 9],7 9],1,1 +1106,1106,02,num,two_rule_comb0,34,[4 2],4 2],1,1 +1106,1106,02,num,two_rule_comb0,35,[8 9],8 9],1,1 +1106,1106,02,num,two_rule_comb0,36,[6 5],6 5],1,1 +1106,1106,02,num,two_rule_comb0,37,[1 5],1 5],1,1 +1106,1106,02,num,two_rule_comb0,38,[3 6],3 6],1,1 +1106,1106,02,num,two_rule_comb0,39,[5 9],5 9],1,1 +1106,1106,02,num,two_rule_comb0,40,[5 6],5 6],1,1 +1106,1106,02,num,two_rule_comb0,41,[1 2],1 2],1,1 +1106,1106,02,num,two_rule_comb0,42,[1 7],1 7],1,1 +1106,1106,02,num,two_rule_comb0,43,[8 0],8 0],1,1 +1106,1106,02,num,two_rule_comb0,44,[3 2],3 2,1,1 +1106,1106,02,num,two_rule_comb0,45,[7 4],7 4],1,1 +1106,1106,02,num,two_rule_comb0,46,[9 6],9 6],1,1 +1106,1106,02,num,two_rule_comb0,47,[4 2],4 2],1,1 +1106,1106,02,num,two_rule_comb0,48,[6 4],6 4],1,1 +1106,1106,02,num,two_rule_comb0,49,[8 9],8 9],1,1 +1106,1106,02,num,two_rule_comb0,50,[2 0],2 0,1,1 +1106,1106,02,num,two_rule_comb0,51,[7 5],7 5],1,1 +1106,1106,02,num,two_rule_comb0,52,[2 3],2 3],1,1 +1106,1106,02,num,two_rule_comb0,53,[3 5],3 5],1,1 +1106,1106,02,num,two_rule_comb0,54,[0 7],0 7],1,1 +1106,1106,02,num,two_rule_comb0,55,[1 6],1 6],1,1 +1106,1106,02,num,two_rule_comb0,56,[7 1],7 1,1,1 +1106,1106,02,num,two_rule_comb0,57,[6 8],6 8],1,1 +1106,1106,02,num,two_rule_comb0,58,[8 0],8 0,1,1 +1106,1106,02,num,two_rule_comb0,59,[3 0],3 0],1,1 +1106,1106,02,num,two_rule_comb0,60,[3 0],3 0],1,1 +1106,1106,02,num,two_rule_comb0,61,[2 3],2 3],1,1 +1106,1106,02,num,two_rule_comb0,62,[6 3],None,0,1 +1106,1106,02,num,two_rule_comb0,63,[0 8],0 8],1,1 +1106,1106,02,num,two_rule_comb0,64,[9 7],9 7],1,1 +1106,1106,02,num,two_rule_comb0,65,[5 4],5 4],1,1 +1106,1106,02,num,two_rule_comb0,66,[2 6],2 6,1,1 +1106,1106,02,num,two_rule_comb0,67,[0 8],0 8],1,1 +1106,1106,02,num,two_rule_comb0,68,[8 0],8 0],1,1 +1106,1106,02,num,two_rule_comb0,69,[6 1],6 1],1,1 +1106,1106,02,num,two_rule_comb0,70,[4 6],6],0,1 +1106,1106,02,num,two_rule_comb0,71,[9 0],9 0],1,1 +1106,1106,02,num,two_rule_comb0,72,[3 2],3 2],1,1 +1106,1106,02,num,two_rule_comb0,73,[3 5],3 5],1,1 +1106,1106,02,num,two_rule_comb0,74,[0 5],5],0,1 +1106,1106,02,num,two_rule_comb0,75,[7 0],0 7,0,1 +1106,1106,02,num,two_rule_comb0,76,[1 9],1 9],1,1 +1106,1106,02,num,two_rule_comb0,77,[1 7],1 7,1,1 +1106,1106,02,num,two_rule_comb0,78,[0 1],0 1],1,1 +1106,1106,02,num,two_rule_comb0,79,[7 7],7 7,1,1 +1106,1106,02,num,two_rule_comb0,80,[2 5],2 5],1,1 +1106,1106,02,num,two_rule_comb0,81,[3 5],3 5],1,1 +1106,1106,02,num,two_rule_comb0,82,[7 7],7 7,1,1 +1106,1106,02,num,two_rule_comb0,83,[7 0],7 0],1,1 +1106,1106,02,num,two_rule_comb0,84,[3 1],3 1],1,1 +1106,1106,02,num,two_rule_comb0,85,[0 8],8],0,1 +1106,1106,02,num,two_rule_comb0,86,[3 0],3 0],1,1 +1106,1106,02,num,two_rule_comb0,87,[1 5],1 5,1,1 +1106,1106,02,num,two_rule_comb0,88,[8 0],8 0],1,1 +1106,1106,02,num,two_rule_comb0,89,[2 7],2 7],1,1 +1106,1106,02,num,two_rule_comb0,90,[8 5],8 5],1,1 +1106,1106,02,num,two_rule_comb0,91,[3 1],3 1],1,1 +1106,1106,02,num,two_rule_comb0,92,[3 8],3 8],1,1 +1106,1106,02,num,two_rule_comb0,93,[3 9],3 9],1,1 +1106,1106,02,num,two_rule_comb0,94,[2 2],2 2],1,1 +1106,1106,02,num,two_rule_comb0,95,[8 3],8 3],1,1 +1106,1106,02,num,two_rule_comb0,96,[1 5],1 5],1,1 +1106,1106,02,num,two_rule_comb0,97,[9 4],9 4],1,1 +1106,1106,02,num,two_rule_comb0,98,[5 4],5 4],1,1 +1106,1106,02,num,two_rule_comb0,99,[3 1],3 1],1,1 +1106,1106,02,num,two_rule_comb1,0,[1 2],1 2,1,1 +1106,1106,02,num,two_rule_comb1,1,[8 9],9 9,0,1 +1106,1106,02,num,two_rule_comb1,2,[2 6],2 6],1,1 +1106,1106,02,num,two_rule_comb1,3,[3 4],3 4],1,1 +1106,1106,02,num,two_rule_comb1,4,[2 7],2 7,1,1 +1106,1106,02,num,two_rule_comb1,5,[4 0],4 0],1,1 +1106,1106,02,num,two_rule_comb1,6,[7 4],7 4],1,1 +1106,1106,02,num,two_rule_comb1,7,[1 1],1 1],1,1 +1106,1106,02,num,two_rule_comb1,8,[7 9],7 9],1,1 +1106,1106,02,num,two_rule_comb1,9,[3 1],1 1],0,1 +1106,1106,02,num,two_rule_comb1,10,[3 7],3 7],1,1 +1106,1106,02,num,two_rule_comb1,11,[0 2],0 2],1,1 +1106,1106,02,num,two_rule_comb1,12,[6 7],6 7],1,1 +1106,1106,02,num,two_rule_comb1,13,[8 2],8 2],1,1 +1106,1106,02,num,two_rule_comb1,14,[7 4],7 4,1,1 +1106,1106,02,num,two_rule_comb1,15,[1 3],1 3],1,1 +1106,1106,02,num,two_rule_comb1,16,[7 3],7 3],1,1 +1106,1106,02,num,two_rule_comb1,17,[7 7],5 7],0,1 +1106,1106,02,num,two_rule_comb1,18,[1 8],1 8],1,1 +1106,1106,02,num,two_rule_comb1,19,[1 9],1 9],1,1 +1106,1106,02,num,two_rule_comb1,20,[4 9],4 9],1,1 +1106,1106,02,num,two_rule_comb1,21,[2 3],3 3],0,1 +1106,1106,02,num,two_rule_comb1,22,[6 7],6 7],1,1 +1106,1106,02,num,two_rule_comb1,23,[2 5],2 5],1,1 +1106,1106,02,num,two_rule_comb1,24,[3 1],3 1],1,1 +1106,1106,02,num,two_rule_comb1,25,[6 5],6 5],1,1 +1106,1106,02,num,two_rule_comb1,26,[8 1],8 1,1,1 +1106,1106,02,num,two_rule_comb1,27,[6 8],6 8,1,1 +1106,1106,02,num,two_rule_comb1,28,[5 4],4 4],0,1 +1106,1106,02,num,two_rule_comb1,29,[0 4],6 4],0,1 +1106,1106,02,num,two_rule_comb1,30,[4 9],4 9],1,1 +1106,1106,02,num,two_rule_comb1,31,[6 2],6 2],1,1 +1106,1106,02,num,two_rule_comb1,32,[1 7],1 7,1,1 +1106,1106,02,num,two_rule_comb1,33,[3 0],2 0],0,1 +1106,1106,02,num,two_rule_comb1,34,[1 2],1 2],1,1 +1106,1106,02,num,two_rule_comb1,35,[4 1],4 1],1,1 +1106,1106,02,num,two_rule_comb1,36,[6 6],6 6],1,1 +1106,1106,02,num,two_rule_comb1,37,[6 2],6 2],1,1 +1106,1106,02,num,two_rule_comb1,38,[3 2],3 2],1,1 +1106,1106,02,num,two_rule_comb1,39,[9 9],9 9],1,1 +1106,1106,02,num,two_rule_comb1,40,[5 9],1 9],0,1 +1106,1106,02,num,two_rule_comb1,41,[0 2],0 2],1,1 +1106,1106,02,num,two_rule_comb1,42,[3 2],3 2,1,1 +1106,1106,02,num,two_rule_comb1,43,[2 2],2 8],0,1 +1106,1106,02,num,two_rule_comb1,44,[8 1],8 1,1,1 +1106,1106,02,num,two_rule_comb1,45,[7 3],None,0,1 +1106,1106,02,num,two_rule_comb1,46,[1 5],1 5],1,1 +1106,1106,02,num,two_rule_comb1,47,[0 5],0 5],1,1 +1106,1106,02,num,two_rule_comb1,48,[3 5],3 5],1,1 +1106,1106,02,num,two_rule_comb1,49,[4 7],None,0,1 +1106,1106,02,num,two_rule_comb1,50,[3 9],3 9,1,1 +1106,1106,02,num,two_rule_comb1,51,[3 4],3 4],1,1 +1106,1106,02,num,two_rule_comb1,52,[8 9],9 9],0,1 +1106,1106,02,num,two_rule_comb1,53,[9 5],9 5],1,1 +1106,1106,02,num,two_rule_comb1,54,[0 8],0 8],1,1 +1106,1106,02,num,two_rule_comb1,55,[6 2],6 2],1,1 +1106,1106,02,num,two_rule_comb1,56,[7 0],7 0],1,1 +1106,1106,02,num,two_rule_comb1,57,[6 6],6 6],1,1 +1106,1106,02,num,two_rule_comb1,58,[6 3],None,0,1 +1106,1106,02,num,two_rule_comb1,59,[4 5],4 5],1,1 +1106,1106,02,num,two_rule_comb1,60,[6 6],6 6],1,1 +1106,1106,02,num,two_rule_comb1,61,[8 4],8 4],1,1 +1106,1106,02,num,two_rule_comb1,62,[6 4],6 4],1,1 +1106,1106,02,num,two_rule_comb1,63,[2 1],2 1,1,1 +1106,1106,02,num,two_rule_comb1,64,[8 1],8 1],1,1 +1106,1106,02,num,two_rule_comb1,65,[3 3],3 3],1,1 +1106,1106,02,num,two_rule_comb1,66,[5 9],5 9],1,1 +1106,1106,02,num,two_rule_comb1,67,[4 9],None,0,1 +1106,1106,02,num,two_rule_comb1,68,[7 7],7 7,1,1 +1106,1106,02,num,two_rule_comb1,69,[5 2],5 2,1,1 +1106,1106,02,num,two_rule_comb1,70,[0 1],1 1,0,1 +1106,1106,02,num,two_rule_comb1,71,[4 8],4 8,1,1 +1106,1106,02,num,two_rule_comb1,72,[8 3],8 3],1,1 +1106,1106,02,num,two_rule_comb1,73,[5 6],7 6],0,1 +1106,1106,02,num,two_rule_comb1,74,[3 8],3 8],1,1 +1106,1106,02,num,two_rule_comb1,75,[7 9],7 9],1,1 +1106,1106,02,num,two_rule_comb1,76,[3 2],3 2],1,1 +1106,1106,02,num,two_rule_comb1,77,[7 5],5 5],0,1 +1106,1106,02,num,two_rule_comb1,78,[5 5],5 5],1,1 +1106,1106,02,num,two_rule_comb1,79,[6 8],8 8],0,1 +1106,1106,02,num,two_rule_comb1,80,[6 8],6 8],1,1 +1106,1106,02,num,two_rule_comb1,81,[0 6],0 6],1,1 +1106,1106,02,num,two_rule_comb1,82,[5 0],5 0],1,1 +1106,1106,02,num,two_rule_comb1,83,[1 2],1 2],1,1 +1106,1106,02,num,two_rule_comb1,84,[7 7],7 7,1,1 +1106,1106,02,num,two_rule_comb1,85,[5 4],5 4],1,1 +1106,1106,02,num,two_rule_comb1,86,[1 7],7 7],0,1 +1106,1106,02,num,two_rule_comb1,87,[1 4],1 4],1,1 +1106,1106,02,num,two_rule_comb1,88,[1 1],1 1],1,1 +1106,1106,02,num,two_rule_comb1,89,[6 9],None,0,1 +1106,1106,02,num,two_rule_comb1,90,[2 7],2 7],1,1 +1106,1106,02,num,two_rule_comb1,91,[4 4],6 4],0,1 +1106,1106,02,num,two_rule_comb1,92,[1 2],1 1],0,1 +1106,1106,02,num,two_rule_comb1,93,[0 0],0 0,1,1 +1106,1106,02,num,two_rule_comb1,94,[7 4],7 4],1,1 +1106,1106,02,num,two_rule_comb1,95,[1 5],1 5],1,1 +1106,1106,02,num,two_rule_comb1,96,[7 1],7 1,1,1 +1106,1106,02,num,two_rule_comb1,97,[3 9],3 9],1,1 +1106,1106,02,num,two_rule_comb1,98,[7 6],7 6],1,1 +1106,1106,02,num,two_rule_comb1,99,[2 1],2 1],1,1 +1106,1106,02,num,two_rule_comb2,0,[1 0],1 0],1,1 +1106,1106,02,num,two_rule_comb2,1,[0 7],0 7],1,1 +1106,1106,02,num,two_rule_comb2,2,[6 5],6 5],1,1 +1106,1106,02,num,two_rule_comb2,3,[1 5],1 5,1,1 +1106,1106,02,num,two_rule_comb2,4,[7 2],7 2],1,1 +1106,1106,02,num,two_rule_comb2,5,[2 6],2 6],1,1 +1106,1106,02,num,two_rule_comb2,6,[4 8],4 8],1,1 +1106,1106,02,num,two_rule_comb2,7,[3 2],3 2],1,1 +1106,1106,02,num,two_rule_comb2,8,[9 9],9 9],1,1 +1106,1106,02,num,two_rule_comb2,9,[6 5],6 5],1,1 +1106,1106,02,num,two_rule_comb2,10,[8 8],8 8],1,1 +1106,1106,02,num,two_rule_comb2,11,[9 5],9 5],1,1 +1106,1106,02,num,two_rule_comb2,12,[5 4],5 4],1,1 +1106,1106,02,num,two_rule_comb2,13,[4 6],4 6],1,1 +1106,1106,02,num,two_rule_comb2,14,[2 3],2 3],1,1 +1106,1106,02,num,two_rule_comb2,15,[8 5],8 5],1,1 +1106,1106,02,num,two_rule_comb2,16,[4 9],4 9],1,1 +1106,1106,02,num,two_rule_comb2,17,[9 4],9 4],1,1 +1106,1106,02,num,two_rule_comb2,18,[0 0],0 0],1,1 +1106,1106,02,num,two_rule_comb2,19,[5 4],5 4],1,1 +1106,1106,02,num,two_rule_comb2,20,[4 5],4 5],1,1 +1106,1106,02,num,two_rule_comb2,21,[0 6],0 6],1,1 +1106,1106,02,num,two_rule_comb2,22,[1 5],1 5],1,1 +1106,1106,02,num,two_rule_comb2,23,[5 9],5 9],1,1 +1106,1106,02,num,two_rule_comb2,24,[5 3],5 3],1,1 +1106,1106,02,num,two_rule_comb2,25,[0 6],0 6],1,1 +1106,1106,02,num,two_rule_comb2,26,[8 7],8 7],1,1 +1106,1106,02,num,two_rule_comb2,27,[6 1],6 1],1,1 +1106,1106,02,num,two_rule_comb2,28,[9 1],9 1,1,1 +1106,1106,02,num,two_rule_comb2,29,[0 4],0 4,1,1 +1106,1106,02,num,two_rule_comb2,30,[3 2],3 2,1,1 +1106,1106,02,num,two_rule_comb2,31,[6 5],6 5],1,1 +1106,1106,02,num,two_rule_comb2,32,[1 2],1 2,1,1 +1106,1106,02,num,two_rule_comb2,33,[5 6],5 6],1,1 +1106,1106,02,num,two_rule_comb2,34,[5 1],5 1],1,1 +1106,1106,02,num,two_rule_comb2,35,[7 6],7 6],1,1 +1106,1106,02,num,two_rule_comb2,36,[8 0],8 0],1,1 +1106,1106,02,num,two_rule_comb2,37,[9 6],9 6],1,1 +1106,1106,02,num,two_rule_comb2,38,[4 2],4 2,1,1 +1106,1106,02,num,two_rule_comb2,39,[2 1],2 1],1,1 +1106,1106,02,num,two_rule_comb2,40,[8 3],8 3],1,1 +1106,1106,02,num,two_rule_comb2,41,[9 6],9 6],1,1 +1106,1106,02,num,two_rule_comb2,42,[6 5],6 5],1,1 +1106,1106,02,num,two_rule_comb2,43,[8 9],8 9],1,1 +1106,1106,02,num,two_rule_comb2,44,[4 3],4 3],1,1 +1106,1106,02,num,two_rule_comb2,45,[7 1],7 1],1,1 +1106,1106,02,num,two_rule_comb2,46,[0 8],0 8],1,1 +1106,1106,02,num,two_rule_comb2,47,[3 7],3 7],1,1 +1106,1106,02,num,two_rule_comb2,48,[7 5],7 5],1,1 +1106,1106,02,num,two_rule_comb2,49,[5 3],5 3],1,1 +1106,1106,02,num,two_rule_comb2,50,[6 4],6 4],1,1 +1106,1106,02,num,two_rule_comb2,51,[9 3],None,0,1 +1106,1106,02,num,two_rule_comb2,52,[1 1],1 1],1,1 +1106,1106,02,num,two_rule_comb2,53,[0 9],0 9],1,1 +1106,1106,02,num,two_rule_comb2,54,[6 8],6 8],1,1 +1106,1106,02,num,two_rule_comb2,55,[6 3],None,0,1 +1106,1106,02,num,two_rule_comb2,56,[8 5],8 5],1,1 +1106,1106,02,num,two_rule_comb2,57,[9 6],9 6],1,1 +1106,1106,02,num,two_rule_comb2,58,[5 0],5 0,1,1 +1106,1106,02,num,two_rule_comb2,59,[0 5],0 5,1,1 +1106,1106,02,num,two_rule_comb2,60,[2 0],2 0],1,1 +1106,1106,02,num,two_rule_comb2,61,[0 2],0 2],1,1 +1106,1106,02,num,two_rule_comb2,62,[5 1],5 1],1,1 +1106,1106,02,num,two_rule_comb2,63,[8 2],8 2],1,1 +1106,1106,02,num,two_rule_comb2,64,[8 7],8 7],1,1 +1106,1106,02,num,two_rule_comb2,65,[9 1],9 1],1,1 +1106,1106,02,num,two_rule_comb2,66,[5 9],5 9],1,1 +1106,1106,02,num,two_rule_comb2,67,[9 0],9 0],1,1 +1106,1106,02,num,two_rule_comb2,68,[0 9],0 9],1,1 +1106,1106,02,num,two_rule_comb2,69,[0 0],0 0],1,1 +1106,1106,02,num,two_rule_comb2,70,[5 8],5 8,1,1 +1106,1106,02,num,two_rule_comb2,71,[9 8],9 8],1,1 +1106,1106,02,num,two_rule_comb2,72,[1 1],1 1,1,1 +1106,1106,02,num,two_rule_comb2,73,[4 3],4 3],1,1 +1106,1106,02,num,two_rule_comb2,74,[8 2],8 2],1,1 +1106,1106,02,num,two_rule_comb2,75,[0 2],0 2],1,1 +1106,1106,02,num,two_rule_comb2,76,[5 7],5 7],1,1 +1106,1106,02,num,two_rule_comb2,77,[8 8],8 8],1,1 +1106,1106,02,num,two_rule_comb2,78,[6 6],6 6],1,1 +1106,1106,02,num,two_rule_comb2,79,[8 0],8 0,1,1 +1106,1106,02,num,two_rule_comb2,80,[2 2],2 2],1,1 +1106,1106,02,num,two_rule_comb2,81,[0 8],0 8],1,1 +1106,1106,02,num,two_rule_comb2,82,[7 5],7 5],1,1 +1106,1106,02,num,two_rule_comb2,83,[8 4],8 4,1,1 +1106,1106,02,num,two_rule_comb2,84,[5 2],5 2],1,1 +1106,1106,02,num,two_rule_comb2,85,[8 0],8 0],1,1 +1106,1106,02,num,two_rule_comb2,86,[5 0],5 0],1,1 +1106,1106,02,num,two_rule_comb2,87,[0 3],0 3],1,1 +1106,1106,02,num,two_rule_comb2,88,[7 1],7 1],1,1 +1106,1106,02,num,two_rule_comb2,89,[6 0],6 0],1,1 +1106,1106,02,num,two_rule_comb2,90,[8 5],8 5],1,1 +1106,1106,02,num,two_rule_comb2,91,[9 5],9 5],1,1 +1106,1106,02,num,two_rule_comb2,92,[0 5],0 5],1,1 +1106,1106,02,num,two_rule_comb2,93,[7 7],7 7],1,1 +1106,1106,02,num,two_rule_comb2,94,[7 0],7 0],1,1 +1106,1106,02,num,two_rule_comb2,95,[1 0],1 0],1,1 +1106,1106,02,num,two_rule_comb2,96,[2 0],2 0],1,1 +1106,1106,02,num,two_rule_comb2,97,[5 1],5 1],1,1 +1106,1106,02,num,two_rule_comb2,98,[6 4],6 4],1,1 +1106,1106,02,num,two_rule_comb2,99,[2 7],2 7],1,1 +1106,1106,02,num,two_rule_comb3,0,[9 1],9 1],1,1 +1106,1106,02,num,two_rule_comb3,1,[9 0],9 0,1,1 +1106,1106,02,num,two_rule_comb3,2,[4 8],4 8,1,1 +1106,1106,02,num,two_rule_comb3,3,[1 8],1 8],1,1 +1106,1106,02,num,two_rule_comb3,4,[5 7],5 7],1,1 +1106,1106,02,num,two_rule_comb3,5,[8 2],8 2],1,1 +1106,1106,02,num,two_rule_comb3,6,[9 2],9 2],1,1 +1106,1106,02,num,two_rule_comb3,7,[6 1],6 1],1,1 +1106,1106,02,num,two_rule_comb3,8,[9 8],9 8],1,1 +1106,1106,02,num,two_rule_comb3,9,[4 5],4 5],1,1 +1106,1106,02,num,two_rule_comb3,10,[0 4],2 4],0,1 +1106,1106,02,num,two_rule_comb3,11,[8 6],8 6],1,1 +1106,1106,02,num,two_rule_comb3,12,[8 3],8 3],1,1 +1106,1106,02,num,two_rule_comb3,13,[5 9],5 9,1,1 +1106,1106,02,num,two_rule_comb3,14,[6 4],6 4],1,1 +1106,1106,02,num,two_rule_comb3,15,[5 3],4 9],0,1 +1106,1106,02,num,two_rule_comb3,16,[0 5],0 5],1,1 +1106,1106,02,num,two_rule_comb3,17,[5 5],5 5],1,1 +1106,1106,02,num,two_rule_comb3,18,[7 0],7 2],0,1 +1106,1106,02,num,two_rule_comb3,19,[5 6],5 6],1,1 +1106,1106,02,num,two_rule_comb3,20,[6 4],6 4],1,1 +1106,1106,02,num,two_rule_comb3,21,[0 6],0 6],1,1 +1106,1106,02,num,two_rule_comb3,22,[7 0],7 0,1,1 +1106,1106,02,num,two_rule_comb3,23,[6 8],6 8],1,1 +1106,1106,02,num,two_rule_comb3,24,[8 3],8 3],1,1 +1106,1106,02,num,two_rule_comb3,25,[1 7],1 8],0,1 +1106,1106,02,num,two_rule_comb3,26,[1 2],8 1],0,1 +1106,1106,02,num,two_rule_comb3,27,[4 6],4 6],1,1 +1106,1106,02,num,two_rule_comb3,28,[1 2],3 1],0,1 +1106,1106,02,num,two_rule_comb3,29,[0 2],0 5],0,1 +1106,1106,02,num,two_rule_comb3,30,[2 4],2 4],1,1 +1106,1106,02,num,two_rule_comb3,31,[5 5],5 0],0,1 +1106,1106,02,num,two_rule_comb3,32,[9 6],9 6],1,1 +1106,1106,02,num,two_rule_comb3,33,[9 0],9 0],1,1 +1106,1106,02,num,two_rule_comb3,34,[3 4],3 3],0,1 +1106,1106,02,num,two_rule_comb3,35,[0 1],0 1],1,1 +1106,1106,02,num,two_rule_comb3,36,[6 3],6 3],1,1 +1106,1106,02,num,two_rule_comb3,37,[3 2],3 2],1,1 +1106,1106,02,num,two_rule_comb3,38,[2 1],2 1],1,1 +1106,1106,02,num,two_rule_comb3,39,[1 3],1 3,1,1 +1106,1106,02,num,two_rule_comb3,40,[9 1],9 2],0,1 +1106,1106,02,num,two_rule_comb3,41,[4 4],4 4],1,1 +1106,1106,02,num,two_rule_comb3,42,[9 8],8 8],0,1 +1106,1106,02,num,two_rule_comb3,43,[3 2],3 2],1,1 +1106,1106,02,num,two_rule_comb3,44,[0 8],0 8],1,1 +1106,1106,02,num,two_rule_comb3,45,[5 2],5 2],1,1 +1106,1106,02,num,two_rule_comb3,46,[2 3],2 3],1,1 +1106,1106,02,num,two_rule_comb3,47,[2 4],2 4],1,1 +1106,1106,02,num,two_rule_comb3,48,[5 1],5 1],1,1 +1106,1106,02,num,two_rule_comb3,49,[5 2],5 2],1,1 +1106,1106,02,num,two_rule_comb3,50,[6 9],None,0,1 +1106,1106,02,num,two_rule_comb3,51,[6 6],6 5],0,1 +1106,1106,02,num,two_rule_comb3,52,[6 3],6 3,1,1 +1106,1106,02,num,two_rule_comb3,53,[4 2],4 2],1,1 +1106,1106,02,num,two_rule_comb3,54,[9 9],1 9],0,1 +1106,1106,02,num,two_rule_comb3,55,[2 6],2 6,1,1 +1106,1106,02,num,two_rule_comb3,56,[3 0],3 0],1,1 +1106,1106,02,num,two_rule_comb3,57,[8 6],8 6],1,1 +1106,1106,02,num,two_rule_comb3,58,[7 8],7 8],1,1 +1106,1106,02,num,two_rule_comb3,59,[3 2],3 2],1,1 +1106,1106,02,num,two_rule_comb3,60,[8 1],8 1],1,1 +1106,1106,02,num,two_rule_comb3,61,[3 7],3 7],1,1 +1106,1106,02,num,two_rule_comb3,62,[9 6],6 6],0,1 +1106,1106,02,num,two_rule_comb3,63,[9 1],9 1],1,1 +1106,1106,02,num,two_rule_comb3,64,[1 1],1 8],0,1 +1106,1106,02,num,two_rule_comb3,65,[9 7],9 7],1,1 +1106,1106,02,num,two_rule_comb3,66,[8 7],7 1],0,1 +1106,1106,02,num,two_rule_comb3,67,[9 2],9 2],1,1 +1106,1106,02,num,two_rule_comb3,68,[8 2],8 2],1,1 +1106,1106,02,num,two_rule_comb3,69,[1 3],1 3],1,1 +1106,1106,02,num,two_rule_comb3,70,[4 7],None,0,1 +1106,1106,02,num,two_rule_comb3,71,[7 2],7 2],1,1 +1106,1106,02,num,two_rule_comb3,72,[0 2],0 2],1,1 +1106,1106,02,num,two_rule_comb3,73,[6 1],6 1],1,1 +1106,1106,02,num,two_rule_comb3,74,[3 3],3 3],1,1 +1106,1106,02,num,two_rule_comb3,75,[8 4],8 4],1,1 +1106,1106,02,num,two_rule_comb3,76,[7 0],7 0],1,1 +1106,1106,02,num,two_rule_comb3,77,[0 8],8 3],0,1 +1106,1106,02,num,two_rule_comb3,78,[8 3],8 3],1,1 +1106,1106,02,num,two_rule_comb3,79,[4 2],4 2],1,1 +1106,1106,02,num,two_rule_comb3,80,[1 0],1 0],1,1 +1106,1106,02,num,two_rule_comb3,81,[3 0],3 0],1,1 +1106,1106,02,num,two_rule_comb3,82,[1 4],1 1],0,1 +1106,1106,02,num,two_rule_comb3,83,[0 4],0 4],1,1 +1106,1106,02,num,two_rule_comb3,84,[1 4],1 4],1,1 +1106,1106,02,num,two_rule_comb3,85,[6 9],9 6],0,1 +1106,1106,02,num,two_rule_comb3,86,[3 8],3 8],1,1 +1106,1106,02,num,two_rule_comb3,87,[9 5],5 1],0,1 +1106,1106,02,num,two_rule_comb3,88,[6 2],6 2],1,1 +1106,1106,02,num,two_rule_comb3,89,[2 1],1 0],0,1 +1106,1106,02,num,two_rule_comb3,90,[3 6],3 6],1,1 +1106,1106,02,num,two_rule_comb3,91,[5 4],None,0,1 +1106,1106,02,num,two_rule_comb3,92,[2 5],2 5],1,1 +1106,1106,02,num,two_rule_comb3,93,[2 6],2 6],1,1 +1106,1106,02,num,two_rule_comb3,94,[6 2],6 2],1,1 +1106,1106,02,num,two_rule_comb3,95,[7 8],7 8],1,1 +1106,1106,02,num,two_rule_comb3,96,[5 8],5 6],0,1 +1106,1106,02,num,two_rule_comb3,97,[8 9],8 9],1,1 +1106,1106,02,num,two_rule_comb3,98,[1 3],1 3],1,1 +1106,1106,02,num,two_rule_comb3,99,[4 9],None,0,1 +1106,1106,02,num,two_rule_comb4,0,[1 6],1 6],1,1 +1106,1106,02,num,two_rule_comb4,1,[5 7],5 1],0,1 +1106,1106,02,num,two_rule_comb4,2,[4 3],4 3],1,1 +1106,1106,02,num,two_rule_comb4,3,[3 1],3 4],0,1 +1106,1106,02,num,two_rule_comb4,4,[1 4],1 6],0,1 +1106,1106,02,num,two_rule_comb4,5,[9 1],9 1],1,1 +1106,1106,02,num,two_rule_comb4,6,[1 3],1 3],1,1 +1106,1106,02,num,two_rule_comb4,7,[3 4],3 4],1,1 +1106,1106,02,num,two_rule_comb4,8,[6 4],6 4],1,1 +1106,1106,02,num,two_rule_comb4,9,[2 4],2 5],0,1 +1106,1106,02,num,two_rule_comb4,10,[8 5],8 5],1,1 +1106,1106,02,num,two_rule_comb4,11,[0 1],0 1],1,1 +1106,1106,02,num,two_rule_comb4,12,[9 4],9 4],1,1 +1106,1106,02,num,two_rule_comb4,13,[9 0],9 0],1,1 +1106,1106,02,num,two_rule_comb4,14,[9 2],9 2],1,1 +1106,1106,02,num,two_rule_comb4,15,[6 6],6 6],1,1 +1106,1106,02,num,two_rule_comb4,16,[1 0],1 0,1,1 +1106,1106,02,num,two_rule_comb4,17,[5 9],6 9],0,1 +1106,1106,02,num,two_rule_comb4,18,[7 9],7 9],1,1 +1106,1106,02,num,two_rule_comb4,19,[2 3],2 3],1,1 +1106,1106,02,num,two_rule_comb4,20,[9 2],9 4],0,1 +1106,1106,02,num,two_rule_comb4,21,[4 1],4 1],1,1 +1106,1106,02,num,two_rule_comb4,22,[4 3],4 3],1,1 +1106,1106,02,num,two_rule_comb4,23,[1 3],1 7],0,1 +1106,1106,02,num,two_rule_comb4,24,[5 8],5 8],1,1 +1106,1106,02,num,two_rule_comb4,25,[5 3],4 3],0,1 +1106,1106,02,num,two_rule_comb4,26,[1 1],1 1],1,1 +1106,1106,02,num,two_rule_comb4,27,[8 4],8 4,1,1 +1106,1106,02,num,two_rule_comb4,28,[4 2],4 2],1,1 +1106,1106,02,num,two_rule_comb4,29,[4 1],4 1],1,1 +1106,1106,02,num,two_rule_comb4,30,[9 6],9 6,1,1 +1106,1106,02,num,two_rule_comb4,31,[0 7],0 3],0,1 +1106,1106,02,num,two_rule_comb4,32,[0 0],0 0],1,1 +1106,1106,02,num,two_rule_comb4,33,[5 0],5 6],0,1 +1106,1106,02,num,two_rule_comb4,34,[8 6],8 5],0,1 +1106,1106,02,num,two_rule_comb4,35,[5 7],5 4],0,1 +1106,1106,02,num,two_rule_comb4,36,[0 4],0 1],0,1 +1106,1106,02,num,two_rule_comb4,37,[9 4],9 7],0,1 +1106,1106,02,num,two_rule_comb4,38,[7 0],4 4],0,1 +1106,1106,02,num,two_rule_comb4,39,[0 4],0 4,1,1 +1106,1106,02,num,two_rule_comb4,40,[7 2],7 2],1,1 +1106,1106,02,num,two_rule_comb4,41,[3 9],3 5],0,1 +1106,1106,02,num,two_rule_comb4,42,[5 0],1 0],0,1 +1106,1106,02,num,two_rule_comb4,43,[9 5],9 5,1,1 +1106,1106,02,num,two_rule_comb4,44,[5 0],5 0],1,1 +1106,1106,02,num,two_rule_comb4,45,[1 3],1 0],0,1 +1106,1106,02,num,two_rule_comb4,46,[1 0],1 6],0,1 +1106,1106,02,num,two_rule_comb4,47,[2 4],5 4],0,1 +1106,1106,02,num,two_rule_comb4,48,[5 4],5 2],0,1 +1106,1106,02,num,two_rule_comb4,49,[6 3],6 2],0,1 +1106,1106,02,num,two_rule_comb4,50,[9 4],9 6],0,1 +1106,1106,02,num,two_rule_comb4,51,[6 5],6 5],1,1 +1106,1106,02,num,two_rule_comb4,52,[8 6],6 6],0,1 +1106,1106,02,num,two_rule_comb4,53,[7 2],None,0,1 +1106,1106,02,num,two_rule_comb4,54,[6 4],6 2],0,1 +1106,1106,02,num,two_rule_comb4,55,[7 3],None,0,1 +1106,1106,02,num,two_rule_comb4,56,[7 9],7 0,0,1 +1106,1106,02,num,two_rule_comb4,57,[8 1],8 1],1,1 +1106,1106,02,num,two_rule_comb4,58,[6 1],6 1],1,1 +1106,1106,02,num,two_rule_comb4,59,[8 8],8 8],1,1 +1106,1106,02,num,two_rule_comb4,60,[1 5],1 3,0,1 +1106,1106,02,num,two_rule_comb4,61,[8 5],8 5],1,1 +1106,1106,02,num,two_rule_comb4,62,[9 3],None,0,1 +1106,1106,02,num,two_rule_comb4,63,[0 2],0 16],0,1 +1106,1106,02,num,two_rule_comb4,64,[0 2],0 4],0,1 +1106,1106,02,num,two_rule_comb4,65,[2 7],6 5],0,1 +1106,1106,02,num,two_rule_comb4,66,[2 7],2 7],1,1 +1106,1106,02,num,two_rule_comb4,67,[6 4],6 4],1,1 +1106,1106,02,num,two_rule_comb4,68,[3 7],3 7],1,1 +1106,1106,02,num,two_rule_comb4,69,[1 5],1 5],1,1 +1106,1106,02,num,two_rule_comb4,70,[1 1],1 1],1,1 +1106,1106,02,num,two_rule_comb4,71,[0 1],0 1],1,1 +1106,1106,02,num,two_rule_comb4,72,[4 9],4 5],0,1 +1106,1106,02,num,two_rule_comb4,73,[5 3],5 6,0,1 +1106,1106,02,num,two_rule_comb4,74,[0 0],0 0],1,1 +1106,1106,02,num,two_rule_comb4,75,[3 0],3 0],1,1 +1106,1106,02,num,two_rule_comb4,76,[1 3],1 5],0,1 +1106,1106,02,num,two_rule_comb4,77,[3 9],3 6,0,1 +1106,1106,02,num,two_rule_comb4,78,[7 5],7 5],1,1 +1106,1106,02,num,two_rule_comb4,79,[5 6],5 6],1,1 +1106,1106,02,num,two_rule_comb4,80,[4 6],None,0,1 +1106,1106,02,num,two_rule_comb4,81,[4 8],None,0,1 +1106,1106,02,num,two_rule_comb4,82,[3 2],3 7,0,1 +1106,1106,02,num,two_rule_comb4,83,[0 2],0 2],1,1 +1106,1106,02,num,two_rule_comb4,84,[7 0],7 5],0,1 +1106,1106,02,num,two_rule_comb4,85,[5 1],3 1],0,1 +1106,1106,02,num,two_rule_comb4,86,[7 8],6 8],0,1 +1106,1106,02,num,two_rule_comb4,87,[0 5],0 2],0,1 +1106,1106,02,num,two_rule_comb4,88,[7 4],7 4],1,1 +1106,1106,02,num,two_rule_comb4,89,[9 9],9 7,0,1 +1106,1106,02,num,two_rule_comb4,90,[8 0],8 0],1,1 +1106,1106,02,num,two_rule_comb4,91,[2 1],2 1],1,1 +1106,1106,02,num,two_rule_comb4,92,[4 5],4 4],0,1 +1106,1106,02,num,two_rule_comb4,93,[4 5],None,0,1 +1106,1106,02,num,two_rule_comb4,94,[6 0],None,0,1 +1106,1106,02,num,two_rule_comb4,95,[3 5],3 5],1,1 +1106,1106,02,num,two_rule_comb4,96,[7 1],7 1],1,1 +1106,1106,02,num,two_rule_comb4,97,[4 9],None,0,1 +1106,1106,02,num,two_rule_comb4,98,[0 9],1 9],0,1 +1106,1106,02,num,two_rule_comb4,99,[1 6],1 6],1,1 +1106,1106,02,num,two_rule_comb5,0,[2 0],2 0],1,1 +1106,1106,02,num,two_rule_comb5,1,[4 4],4 4],1,1 +1106,1106,02,num,two_rule_comb5,2,[9 9],9 9],1,1 +1106,1106,02,num,two_rule_comb5,3,[4 5],4 5],1,1 +1106,1106,02,num,two_rule_comb5,4,[9 4],9 4],1,1 +1106,1106,02,num,two_rule_comb5,5,[0 1],0 1,1,1 +1106,1106,02,num,two_rule_comb5,6,[9 1],9 1],1,1 +1106,1106,02,num,two_rule_comb5,7,[2 3],2 3],1,1 +1106,1106,02,num,two_rule_comb5,8,[4 0],4 0],1,1 +1106,1106,02,num,two_rule_comb5,9,[3 4],3 4],1,1 +1106,1106,02,num,two_rule_comb5,10,[9 0],9 0],1,1 +1106,1106,02,num,two_rule_comb5,11,[4 8],4 8],1,1 +1106,1106,02,num,two_rule_comb5,12,[9 6],9 6],1,1 +1106,1106,02,num,two_rule_comb5,13,[3 6],3 6],1,1 +1106,1106,02,num,two_rule_comb5,14,[5 8],5 8],1,1 +1106,1106,02,num,two_rule_comb5,15,[6 1],6 1],1,1 +1106,1106,02,num,two_rule_comb5,16,[1 9],1 9],1,1 +1106,1106,02,num,two_rule_comb5,17,[6 4],6 4],1,1 +1106,1106,02,num,two_rule_comb5,18,[1 0],1 0,1,1 +1106,1106,02,num,two_rule_comb5,19,[7 9],7 9],1,1 +1106,1106,02,num,two_rule_comb5,20,[1 9],1 9],1,1 +1106,1106,02,num,two_rule_comb5,21,[8 5],8 5],1,1 +1106,1106,02,num,two_rule_comb5,22,[9 6],9 6],1,1 +1106,1106,02,num,two_rule_comb5,23,[6 0],6 0],1,1 +1106,1106,02,num,two_rule_comb5,24,[9 3],9 3],1,1 +1106,1106,02,num,two_rule_comb5,25,[9 8],9 8],1,1 +1106,1106,02,num,two_rule_comb5,26,[1 5],1 5],1,1 +1106,1106,02,num,two_rule_comb5,27,[2 6],2 6],1,1 +1106,1106,02,num,two_rule_comb5,28,[9 8],9 8],1,1 +1106,1106,02,num,two_rule_comb5,29,[8 7],8 7],1,1 +1106,1106,02,num,two_rule_comb5,30,[7 4],7 4],1,1 +1106,1106,02,num,two_rule_comb5,31,[5 3],5 3],1,1 +1106,1106,02,num,two_rule_comb5,32,[1 8],1 8,1,1 +1106,1106,02,num,two_rule_comb5,33,[9 0],9 0,1,1 +1106,1106,02,num,two_rule_comb5,34,[8 4],8 4],1,1 +1106,1106,02,num,two_rule_comb5,35,[0 0],0 0],1,1 +1106,1106,02,num,two_rule_comb5,36,[3 1],3 1],1,1 +1106,1106,02,num,two_rule_comb5,37,[5 6],5 6],1,1 +1106,1106,02,num,two_rule_comb5,38,[4 3],4 3],1,1 +1106,1106,02,num,two_rule_comb5,39,[7 5],7 5],1,1 +1106,1106,02,num,two_rule_comb5,40,[0 9],0 9],1,1 +1106,1106,02,num,two_rule_comb5,41,[9 5],9 5],1,1 +1106,1106,02,num,two_rule_comb5,42,[0 4],0 4],1,1 +1106,1106,02,num,two_rule_comb5,43,[5 9],5 9],1,1 +1106,1106,02,num,two_rule_comb5,44,[2 1],2 1],1,1 +1106,1106,02,num,two_rule_comb5,45,[2 1],2 1],1,1 +1106,1106,02,num,two_rule_comb5,46,[3 9],3 9],1,1 +1106,1106,02,num,two_rule_comb5,47,[5 7],5 7],1,1 +1106,1106,02,num,two_rule_comb5,48,[3 8],3 8],1,1 +1106,1106,02,num,two_rule_comb5,49,[0 8],0 8],1,1 +1106,1106,02,num,two_rule_comb5,50,[3 5],3 5],1,1 +1106,1106,02,num,two_rule_comb5,51,[1 7],1 7],1,1 +1106,1106,02,num,two_rule_comb5,52,[4 9],None,0,1 +1106,1106,02,num,two_rule_comb5,53,[4 2],4 2],1,1 +1106,1106,02,num,two_rule_comb5,54,[0 9],0 9],1,1 +1106,1106,02,num,two_rule_comb5,55,[1 0],1 0,1,1 +1106,1106,02,num,two_rule_comb5,56,[9 5],9 5],1,1 +1106,1106,02,num,two_rule_comb5,57,[5 5],5 5],1,1 +1106,1106,02,num,two_rule_comb5,58,[0 5],4 1],0,1 +1106,1106,02,num,two_rule_comb5,59,[6 2],6 2,1,1 +1106,1106,02,num,two_rule_comb5,60,[6 5],6 5],1,1 +1106,1106,02,num,two_rule_comb5,61,[8 6],8 6],1,1 +1106,1106,02,num,two_rule_comb5,62,[4 6],None,0,1 +1106,1106,02,num,two_rule_comb5,63,[3 8],3 8,1,1 +1106,1106,02,num,two_rule_comb5,64,[8 0],8 0],1,1 +1106,1106,02,num,two_rule_comb5,65,[6 5],6 5],1,1 +1106,1106,02,num,two_rule_comb5,66,[0 7],0 7],1,1 +1106,1106,02,num,two_rule_comb5,67,[2 5],2 5],1,1 +1106,1106,02,num,two_rule_comb5,68,[4 0],4 0],1,1 +1106,1106,02,num,two_rule_comb5,69,[9 2],9 2,1,1 +1106,1106,02,num,two_rule_comb5,70,[7 0],7 0],1,1 +1106,1106,02,num,two_rule_comb5,71,[6 0],6 0],1,1 +1106,1106,02,num,two_rule_comb5,72,[8 0],8 0,1,1 +1106,1106,02,num,two_rule_comb5,73,[5 0],5 0,1,1 +1106,1106,02,num,two_rule_comb5,74,[4 9],None,0,1 +1106,1106,02,num,two_rule_comb5,75,[1 4],1 4],1,1 +1106,1106,02,num,two_rule_comb5,76,[9 0],9 0,1,1 +1106,1106,02,num,two_rule_comb5,77,[4 8],None,0,1 +1106,1106,02,num,two_rule_comb5,78,[4 1],4 1],1,1 +1106,1106,02,num,two_rule_comb5,79,[7 5],7 5],1,1 +1106,1106,02,num,two_rule_comb5,80,[4 3],4 3],1,1 +1106,1106,02,num,two_rule_comb5,81,[5 1],5 1],1,1 +1106,1106,02,num,two_rule_comb5,82,[5 1],5 1],1,1 +1106,1106,02,num,two_rule_comb5,83,[0 8],0 8],1,1 +1106,1106,02,num,two_rule_comb5,84,[2 8],2 8],1,1 +1106,1106,02,num,two_rule_comb5,85,[7 2],7 2],1,1 +1106,1106,02,num,two_rule_comb5,86,[3 9],3 9],1,1 +1106,1106,02,num,two_rule_comb5,87,[7 3],None,0,1 +1106,1106,02,num,two_rule_comb5,88,[1 6],1 6],1,1 +1106,1106,02,num,two_rule_comb5,89,[4 0],4 0],1,1 +1106,1106,02,num,two_rule_comb5,90,[4 9],None,0,1 +1106,1106,02,num,two_rule_comb5,91,[8 4],8 4],1,1 +1106,1106,02,num,two_rule_comb5,92,[4 4],4 4],1,1 +1106,1106,02,num,two_rule_comb5,93,[1 5],1 5],1,1 +1106,1106,02,num,two_rule_comb5,94,[1 8],1 8],1,1 +1106,1106,02,num,two_rule_comb5,95,[6 7],6 7],1,1 +1106,1106,02,num,two_rule_comb5,96,[1 1],1 1,1,1 +1106,1106,02,num,two_rule_comb5,97,[9 7],9 7],1,1 +1106,1106,02,num,two_rule_comb5,98,[6 8],6 8],1,1 +1106,1106,02,num,two_rule_comb5,99,[0 8],0 8],1,1 +1106,1106,02,num,three_rule_comb0,0,[1 8 8],1 8 8,1,1 +1106,1106,02,num,three_rule_comb0,1,[3 0 0],3 0 0],1,1 +1106,1106,02,num,three_rule_comb0,2,[2 9 0],2 9 0,1,1 +1106,1106,02,num,three_rule_comb0,3,[9 7 2],9 7 2,1,1 +1106,1106,02,num,three_rule_comb0,4,[8 0 5],8 0 5],1,1 +1106,1106,02,num,three_rule_comb0,5,[6 0 9],6 0 9,1,1 +1106,1106,02,num,three_rule_comb0,6,[4 9 8],4 9 8,1,1 +1106,1106,02,num,three_rule_comb0,7,[8 7 1],8 7 1,1,1 +1106,1106,02,num,three_rule_comb0,8,[2 5 3],2 5 3,1,1 +1106,1106,02,num,three_rule_comb0,9,[8 9 4],8 9 4],1,1 +1106,1106,02,num,three_rule_comb0,10,[1 5 7],1 5 7,1,1 +1106,1106,02,num,three_rule_comb0,11,[9 1 3],9 1 3,1,1 +1106,1106,02,num,three_rule_comb0,12,[1 5 4],1 5 4],1,1 +1106,1106,02,num,three_rule_comb0,13,[7 7 9],7 7 9,1,1 +1106,1106,02,num,three_rule_comb0,14,[4 9 5],4 9 5,1,1 +1106,1106,02,num,three_rule_comb0,15,[4 7 2],4 7 2,1,1 +1106,1106,02,num,three_rule_comb0,16,[6 3 1],6 3 1,1,1 +1106,1106,02,num,three_rule_comb0,17,[8 2 4],8 2 4,1,1 +1106,1106,02,num,three_rule_comb0,18,[5 7 7],5 7 7],1,1 +1106,1106,02,num,three_rule_comb0,19,[5 6 3],5 6 3],1,1 +1106,1106,02,num,three_rule_comb0,20,[2 2 4],2 2 4,1,1 +1106,1106,02,num,three_rule_comb0,21,[7 1 0],7 1 0,1,1 +1106,1106,02,num,three_rule_comb0,22,[8 1 1],8 1 1],1,1 +1106,1106,02,num,three_rule_comb0,23,[2 1 3],2 1 3,1,1 +1106,1106,02,num,three_rule_comb0,24,[6 7 1],6 7 1,1,1 +1106,1106,02,num,three_rule_comb0,25,[1 4 3],1 4 3,1,1 +1106,1106,02,num,three_rule_comb0,26,[8 9 6],8 9 6,1,1 +1106,1106,02,num,three_rule_comb0,27,[4 3 3],4 3 3,1,1 +1106,1106,02,num,three_rule_comb0,28,[8 4 1],8 4 1,1,1 +1106,1106,02,num,three_rule_comb0,29,[2 0 4],2 0 4,1,1 +1106,1106,02,num,three_rule_comb0,30,[6 7 3],6 7 3,1,1 +1106,1106,02,num,three_rule_comb0,31,[1 1 8],1 1 8,1,1 +1106,1106,02,num,three_rule_comb0,32,[4 8 8],4 8 8,1,1 +1106,1106,02,num,three_rule_comb0,33,[0 5 5],0 5 5,1,1 +1106,1106,02,num,three_rule_comb0,34,[1 8 0],1 8 0],1,1 +1106,1106,02,num,three_rule_comb0,35,[5 8 0],5 8 0],1,1 +1106,1106,02,num,three_rule_comb0,36,[1 4 8],1 4 8,1,1 +1106,1106,02,num,three_rule_comb0,37,[1 6 4],1 6 4,1,1 +1106,1106,02,num,three_rule_comb0,38,[8 7 9],8 7 9],1,1 +1106,1106,02,num,three_rule_comb0,39,[8 8 1],8 8 1,1,1 +1106,1106,02,num,three_rule_comb0,40,[9 4 4],9 4 4],1,1 +1106,1106,02,num,three_rule_comb0,41,[0 1 7],0 1 7,1,1 +1106,1106,02,num,three_rule_comb0,42,[7 0 6],7 0 6,1,1 +1106,1106,02,num,three_rule_comb0,43,[3 0 3],3 0 3,1,1 +1106,1106,02,num,three_rule_comb0,44,[9 1 0],9 1 0],1,1 +1106,1106,02,num,three_rule_comb0,45,[8 7 2],8 7 2],1,1 +1106,1106,02,num,three_rule_comb0,46,[2 6 6],2 6 6,1,1 +1106,1106,02,num,three_rule_comb0,47,[7 2 7],7 2 7,1,1 +1106,1106,02,num,three_rule_comb0,48,[8 3 5],8 3 5,1,1 +1106,1106,02,num,three_rule_comb0,49,[4 4 9],4 4 9],1,1 +1106,1106,02,num,three_rule_comb0,50,[8 3 7],8 3 7,1,1 +1106,1106,02,num,three_rule_comb0,51,[2 1 7],2 1 7,1,1 +1106,1106,02,num,three_rule_comb0,52,[9 5 5],9 5 5],1,1 +1106,1106,02,num,three_rule_comb0,53,[8 3 7],8 3 7,1,1 +1106,1106,02,num,three_rule_comb0,54,[4 9 1],4 9 1,1,1 +1106,1106,02,num,three_rule_comb0,55,[7 4 6],7 4 6,1,1 +1106,1106,02,num,three_rule_comb0,56,[7 3 7],7 3 7,1,1 +1106,1106,02,num,three_rule_comb0,57,[0 4 9],0 4 9,1,1 +1106,1106,02,num,three_rule_comb0,58,[2 1 9],2 1 9],1,1 +1106,1106,02,num,three_rule_comb0,59,[3 2 6],3 2 6,1,1 +1106,1106,02,num,three_rule_comb0,60,[2 5 1],2 5 1,1,1 +1106,1106,02,num,three_rule_comb0,61,[3 1 0],3 1 0],1,1 +1106,1106,02,num,three_rule_comb0,62,[9 8 5],9 8 5],1,1 +1106,1106,02,num,three_rule_comb0,63,[5 6 3],5 6 3,1,1 +1106,1106,02,num,three_rule_comb0,64,[3 5 5],3 5 5,1,1 +1106,1106,02,num,three_rule_comb0,65,[1 0 6],1 0 6,1,1 +1106,1106,02,num,three_rule_comb0,66,[0 8 2],0 8 2,1,1 +1106,1106,02,num,three_rule_comb0,67,[8 3 9],8 3 9],1,1 +1106,1106,02,num,three_rule_comb0,68,[7 5 4],7 5 4,1,1 +1106,1106,02,num,three_rule_comb0,69,[2 1 7],2 1 7,1,1 +1106,1106,02,num,three_rule_comb0,70,[8 8 3],8 8 3,1,1 +1106,1106,02,num,three_rule_comb0,71,[7 8 6],7 8 6,1,1 +1106,1106,02,num,three_rule_comb0,72,[5 5 6],5 5 6,1,1 +1106,1106,02,num,three_rule_comb0,73,[1 2 8],1 2 8,1,1 +1106,1106,02,num,three_rule_comb0,74,[1 0 7],1 0 7],1,1 +1106,1106,02,num,three_rule_comb0,75,[6 9 3],6 9 3,1,1 +1106,1106,02,num,three_rule_comb0,76,[4 2 6],4 2 6,1,1 +1106,1106,02,num,three_rule_comb0,77,[4 6 7],4 6 7],1,1 +1106,1106,02,num,three_rule_comb0,78,[2 7 9],2 7 9,1,1 +1106,1106,02,num,three_rule_comb0,79,[6 9 2],6 9 2,1,1 +1106,1106,02,num,three_rule_comb0,80,[1 3 7],1 3 7,1,1 +1106,1106,02,num,three_rule_comb0,81,[8 2 3],8 2 3,1,1 +1106,1106,02,num,three_rule_comb0,82,[2 4 9],2 4 9,1,1 +1106,1106,02,num,three_rule_comb0,83,[6 9 7],6 9 7,1,1 +1106,1106,02,num,three_rule_comb0,84,[8 7 5],8 7 5,1,1 +1106,1106,02,num,three_rule_comb0,85,[8 9 7],8 9 7],1,1 +1106,1106,02,num,three_rule_comb0,86,[6 7 7],6 7 7],1,1 +1106,1106,02,num,three_rule_comb0,87,[6 1 9],6 1 9,1,1 +1106,1106,02,num,three_rule_comb0,88,[1 3 7],1 3 7],1,1 +1106,1106,02,num,three_rule_comb0,89,[2 1 9],2 1 9],1,1 +1106,1106,02,num,three_rule_comb0,90,[2 0 7],2 0 7,1,1 +1106,1106,02,num,three_rule_comb0,91,[4 0 4],4 0 4,1,1 +1106,1106,02,num,three_rule_comb0,92,[5 4 1],5 4 1,1,1 +1106,1106,02,num,three_rule_comb0,93,[0 8 2],0 8 2,1,1 +1106,1106,02,num,three_rule_comb0,94,[0 3 5],0 3 5,1,1 +1106,1106,02,num,three_rule_comb0,95,[7 9 2],7 9 2,1,1 +1106,1106,02,num,three_rule_comb0,96,[9 7 7],9 7 7,1,1 +1106,1106,02,num,three_rule_comb0,97,[2 1 8],2 1 8],1,1 +1106,1106,02,num,three_rule_comb0,98,[4 7 9],4 7 9,1,1 +1106,1106,02,num,three_rule_comb0,99,[5 8 1],5 8 1],1,1 +1106,1106,02,num,three_rule_comb1,0,[6 9 0],6 9 0,1,1 +1106,1106,02,num,three_rule_comb1,1,[8 9 9],1 9 9],0,1 +1106,1106,02,num,three_rule_comb1,2,[3 3 2],1 3 2],0,1 +1106,1106,02,num,three_rule_comb1,3,[6 4 8],6 4 8,1,1 +1106,1106,02,num,three_rule_comb1,4,[2 2 3],2 2 3,1,1 +1106,1106,02,num,three_rule_comb1,5,[2 3 5],2 2 5,0,1 +1106,1106,02,num,three_rule_comb1,6,[6 4 4],6 4 5,0,1 +1106,1106,02,num,three_rule_comb1,7,[5 7 6],5 7 5],0,1 +1106,1106,02,num,three_rule_comb1,8,[2 4 7],2 4 7],1,1 +1106,1106,02,num,three_rule_comb1,9,[7 7 8],7 4 8,0,1 +1106,1106,02,num,three_rule_comb1,10,[1 9 1],1 9 1,1,1 +1106,1106,02,num,three_rule_comb1,11,[3 5 5],3 5 3],0,1 +1106,1106,02,num,three_rule_comb1,12,[7 7 6],7 4 6],0,1 +1106,1106,02,num,three_rule_comb1,13,[8 3 2],8 3 2,1,1 +1106,1106,02,num,three_rule_comb1,14,[8 9 3],8 9 3,1,1 +1106,1106,02,num,three_rule_comb1,15,[0 3 0],0 3 0,1,1 +1106,1106,02,num,three_rule_comb1,16,[4 6 0],4 3 0,0,1 +1106,1106,02,num,three_rule_comb1,17,[2 7 0],2 7 0,1,1 +1106,1106,02,num,three_rule_comb1,18,[3 3 5],3 3 5],1,1 +1106,1106,02,num,three_rule_comb1,19,[7 4 9],7 4 9,1,1 +1106,1106,02,num,three_rule_comb1,20,[4 1 0],4 1 1,0,1 +1106,1106,02,num,three_rule_comb1,21,[9 1 6],0 1 6,0,1 +1106,1106,02,num,three_rule_comb1,22,[5 5 7],5 5 1],0,1 +1106,1106,02,num,three_rule_comb1,23,[1 8 9],1 7 9,0,1 +1106,1106,02,num,three_rule_comb1,24,[9 4 3],9 4 6],0,1 +1106,1106,02,num,three_rule_comb1,25,[8 4 6],8 4 5,0,1 +1106,1106,02,num,three_rule_comb1,26,[8 7 1],8 7 1],1,1 +1106,1106,02,num,three_rule_comb1,27,[9 9 5],9 9 2],0,1 +1106,1106,02,num,three_rule_comb1,28,[0 2 8],0 2 5,0,1 +1106,1106,02,num,three_rule_comb1,29,[8 6 2],3 6 2,0,1 +1106,1106,02,num,three_rule_comb1,30,[6 0 0],6 0 0,1,1 +1106,1106,02,num,three_rule_comb1,31,[3 9 8],6 9 8],0,1 +1106,1106,02,num,three_rule_comb1,32,[1 2 0],1 5 0,0,1 +1106,1106,02,num,three_rule_comb1,33,[2 6 1],2 8 1,0,1 +1106,1106,02,num,three_rule_comb1,34,[4 4 2],4 4 2,1,1 +1106,1106,02,num,three_rule_comb1,35,[8 1 2],8 1 2],1,1 +1106,1106,02,num,three_rule_comb1,36,[4 8 2],6 8 2,0,1 +1106,1106,02,num,three_rule_comb1,37,[5 5 6],5 6 6],0,1 +1106,1106,02,num,three_rule_comb1,38,[8 8 2],8 8 0,0,1 +1106,1106,02,num,three_rule_comb1,39,[9 2 5],9 2 5,1,1 +1106,1106,02,num,three_rule_comb1,40,[3 2 0],5 2 0,0,1 +1106,1106,02,num,three_rule_comb1,41,[5 2 5],5 0 5,0,1 +1106,1106,02,num,three_rule_comb1,42,[5 6 0],5 6 0,1,1 +1106,1106,02,num,three_rule_comb1,43,[7 1 3],7 1 3],1,1 +1106,1106,02,num,three_rule_comb1,44,[2 6 5],3 6 5,0,1 +1106,1106,02,num,three_rule_comb1,45,[5 9 9],5 9 9,1,1 +1106,1106,02,num,three_rule_comb1,46,[6 5 8],6 5 8,1,1 +1106,1106,02,num,three_rule_comb1,47,[8 7 0],8 1 0,0,1 +1106,1106,02,num,three_rule_comb1,48,[1 6 2],1 2 2,0,1 +1106,1106,02,num,three_rule_comb1,49,[7 2 5],1 2 5],0,1 +1106,1106,02,num,three_rule_comb1,50,[5 1 3],5 1 3,1,1 +1106,1106,02,num,three_rule_comb1,51,[6 0 0],6 5 0,0,1 +1106,1106,02,num,three_rule_comb1,52,[9 7 5],6 7 5,0,1 +1106,1106,02,num,three_rule_comb1,53,[6 9 6],4 9 6],0,1 +1106,1106,02,num,three_rule_comb1,54,[4 6 5],2 6 5],0,1 +1106,1106,02,num,three_rule_comb1,55,[5 9 3],5 9 3,1,1 +1106,1106,02,num,three_rule_comb1,56,[7 7 4],7 7 2,0,1 +1106,1106,02,num,three_rule_comb1,57,[9 4 9],8 4 9],0,1 +1106,1106,02,num,three_rule_comb1,58,[9 5 0],9 5 0,1,1 +1106,1106,02,num,three_rule_comb1,59,[5 0 1],5 0 1,1,1 +1106,1106,02,num,three_rule_comb1,60,[8 4 3],8 4 3,1,1 +1106,1106,02,num,three_rule_comb1,61,[5 8 3],5 8 7,0,1 +1106,1106,02,num,three_rule_comb1,62,[4 0 4],4 1 4],0,1 +1106,1106,02,num,three_rule_comb1,63,[9 8 2],9 8 2],1,1 +1106,1106,02,num,three_rule_comb1,64,[6 9 7],5 9 7,0,1 +1106,1106,02,num,three_rule_comb1,65,[5 6 0],5 6 0],1,1 +1106,1106,02,num,three_rule_comb1,66,[2 2 7],2 4 7,0,1 +1106,1106,02,num,three_rule_comb1,67,[1 4 5],1 4 5,1,1 +1106,1106,02,num,three_rule_comb1,68,[2 1 0],2 1 0,1,1 +1106,1106,02,num,three_rule_comb1,69,[6 3 9],2 3 9],0,1 +1106,1106,02,num,three_rule_comb1,70,[1 3 2],1 1 2,0,1 +1106,1106,02,num,three_rule_comb1,71,[0 1 1],0 2 1,0,1 +1106,1106,02,num,three_rule_comb1,72,[3 2 5],1 2 5],0,1 +1106,1106,02,num,three_rule_comb1,73,[5 0 0],5 0 8,0,1 +1106,1106,02,num,three_rule_comb1,74,[9 0 8],9 6 8,0,1 +1106,1106,02,num,three_rule_comb1,75,[9 2 0],1 2 0],0,1 +1106,1106,02,num,three_rule_comb1,76,[7 0 0],7 0 9,0,1 +1106,1106,02,num,three_rule_comb1,77,[3 1 8],3 1 8,1,1 +1106,1106,02,num,three_rule_comb1,78,[9 9 3],9 9 3,1,1 +1106,1106,02,num,three_rule_comb1,79,[2 3 4],2 2 4,0,1 +1106,1106,02,num,three_rule_comb1,80,[7 5 3],2 5 3,0,1 +1106,1106,02,num,three_rule_comb1,81,[9 7 3],None,0,1 +1106,1106,02,num,three_rule_comb1,82,[0 3 8],0 3 5,0,1 +1106,1106,02,num,three_rule_comb1,83,[5 0 1],5 0 1,1,1 +1106,1106,02,num,three_rule_comb1,84,[4 8 7],4 2 7,0,1 +1106,1106,02,num,three_rule_comb1,85,[8 1 2],8 1 4,0,1 +1106,1106,02,num,three_rule_comb1,86,[8 5 7],8 5 9],0,1 +1106,1106,02,num,three_rule_comb1,87,[1 0 7],1 0 7,1,1 +1106,1106,02,num,three_rule_comb1,88,[3 4 8],3 4 8,1,1 +1106,1106,02,num,three_rule_comb1,89,[9 7 4],9 5 4,0,1 +1106,1106,02,num,three_rule_comb1,90,[4 1 8],4 1 1],0,1 +1106,1106,02,num,three_rule_comb1,91,[1 1 3],1 3 3,0,1 +1106,1106,02,num,three_rule_comb1,92,[9 6 9],9 6 9,1,1 +1106,1106,02,num,three_rule_comb1,93,[3 8 1],3 8 1,1,1 +1106,1106,02,num,three_rule_comb1,94,[3 8 0],3 0 0,0,1 +1106,1106,02,num,three_rule_comb1,95,[1 5 5],3 5 5,0,1 +1106,1106,02,num,three_rule_comb1,96,[5 1 7],5 1 7,1,1 +1106,1106,02,num,three_rule_comb1,97,[3 5 5],5 5 5],0,1 +1106,1106,02,num,three_rule_comb1,98,[6 9 4],1 9 4],0,1 +1106,1106,02,num,three_rule_comb1,99,[7 5 7],7 5 7,1,1 +1106,1106,02,num,three_rule_comb2,0,[0 0 1],0 0 1,1,1 +1106,1106,02,num,three_rule_comb2,1,[1 1 9],1 1 9,1,1 +1106,1106,02,num,three_rule_comb2,2,[8 5 6],8 5 6,1,1 +1106,1106,02,num,three_rule_comb2,3,[2 8 8],2 8 8],1,1 +1106,1106,02,num,three_rule_comb2,4,[9 3 1],9 3 1],1,1 +1106,1106,02,num,three_rule_comb2,5,[2 3 2],2 3 2,1,1 +1106,1106,02,num,three_rule_comb2,6,[4 5 3],4 5 3,1,1 +1106,1106,02,num,three_rule_comb2,7,[7 4 9],7 4 9,1,1 +1106,1106,02,num,three_rule_comb2,8,[3 8 8],3 8 8,1,1 +1106,1106,02,num,three_rule_comb2,9,[1 8 5],1 8 5,1,1 +1106,1106,02,num,three_rule_comb2,10,[1 5 9],1 5 9,1,1 +1106,1106,02,num,three_rule_comb2,11,[5 9 0],5 9 0,1,1 +1106,1106,02,num,three_rule_comb2,12,[6 2 7],6 2 7,1,1 +1106,1106,02,num,three_rule_comb2,13,[5 2 7],5 2 7,1,1 +1106,1106,02,num,three_rule_comb2,14,[2 7 8],2 7 8,1,1 +1106,1106,02,num,three_rule_comb2,15,[9 5 2],9 5 2],1,1 +1106,1106,02,num,three_rule_comb2,16,[3 5 1],3 5 1,1,1 +1106,1106,02,num,three_rule_comb2,17,[3 0 3],3 0 3,1,1 +1106,1106,02,num,three_rule_comb2,18,[6 3 9],6 3 9,1,1 +1106,1106,02,num,three_rule_comb2,19,[4 7 4],4 7 4,1,1 +1106,1106,02,num,three_rule_comb2,20,[1 9 9],1 9 9,1,1 +1106,1106,02,num,three_rule_comb2,21,[5 5 3],5 5 3,1,1 +1106,1106,02,num,three_rule_comb2,22,[7 0 1],7 0 1,1,1 +1106,1106,02,num,three_rule_comb2,23,[2 1 8],2 1 8,1,1 +1106,1106,02,num,three_rule_comb2,24,[0 9 5],0 9 5,1,1 +1106,1106,02,num,three_rule_comb2,25,[6 8 4],6 8 4,1,1 +1106,1106,02,num,three_rule_comb2,26,[2 3 7],2 3 7,1,1 +1106,1106,02,num,three_rule_comb2,27,[1 5 2],1 5 2,1,1 +1106,1106,02,num,three_rule_comb2,28,[1 0 7],1 0 7,1,1 +1106,1106,02,num,three_rule_comb2,29,[6 5 1],6 5 1,1,1 +1106,1106,02,num,three_rule_comb2,30,[2 5 8],2 5 8,1,1 +1106,1106,02,num,three_rule_comb2,31,[1 0 1],1 0 1,1,1 +1106,1106,02,num,three_rule_comb2,32,[3 4 5],3 4 5,1,1 +1106,1106,02,num,three_rule_comb2,33,[6 7 2],6 7 2],1,1 +1106,1106,02,num,three_rule_comb2,34,[1 4 9],1 4 9],1,1 +1106,1106,02,num,three_rule_comb2,35,[1 0 3],1 0 3],1,1 +1106,1106,02,num,three_rule_comb2,36,[3 0 8],3 0 8,1,1 +1106,1106,02,num,three_rule_comb2,37,[6 2 2],6 2 2,1,1 +1106,1106,02,num,three_rule_comb2,38,[7 8 9],7 8 9,1,1 +1106,1106,02,num,three_rule_comb2,39,[0 1 9],0 1 9,1,1 +1106,1106,02,num,three_rule_comb2,40,[5 0 4],5 0 4,1,1 +1106,1106,02,num,three_rule_comb2,41,[4 8 7],4 8 7,1,1 +1106,1106,02,num,three_rule_comb2,42,[8 2 1],8 2 1,1,1 +1106,1106,02,num,three_rule_comb2,43,[7 6 7],7 6 7],1,1 +1106,1106,02,num,three_rule_comb2,44,[2 9 9],2 9 9,1,1 +1106,1106,02,num,three_rule_comb2,45,[0 1 7],0 1 7],1,1 +1106,1106,02,num,three_rule_comb2,46,[1 0 0],1 0 0,1,1 +1106,1106,02,num,three_rule_comb2,47,[4 4 7],4 4 7],1,1 +1106,1106,02,num,three_rule_comb2,48,[0 5 8],0 5 8,1,1 +1106,1106,02,num,three_rule_comb2,49,[8 8 2],8 8 2,1,1 +1106,1106,02,num,three_rule_comb2,50,[6 7 7],6 7 7,1,1 +1106,1106,02,num,three_rule_comb2,51,[4 2 3],4 2 3,1,1 +1106,1106,02,num,three_rule_comb2,52,[5 4 1],5 4 1],1,1 +1106,1106,02,num,three_rule_comb2,53,[1 1 4],1 1 4],1,1 +1106,1106,02,num,three_rule_comb2,54,[5 2 4],5 2 4,1,1 +1106,1106,02,num,three_rule_comb2,55,[8 6 8],8 6 8,1,1 +1106,1106,02,num,three_rule_comb2,56,[2 3 3],2 3 3,1,1 +1106,1106,02,num,three_rule_comb2,57,[1 2 8],1 2 8,1,1 +1106,1106,02,num,three_rule_comb2,58,[3 2 8],3 2 8,1,1 +1106,1106,02,num,three_rule_comb2,59,[1 6 4],1 6 4,1,1 +1106,1106,02,num,three_rule_comb2,60,[9 5 1],9 5 1,1,1 +1106,1106,02,num,three_rule_comb2,61,[7 7 7],7 7 7,1,1 +1106,1106,02,num,three_rule_comb2,62,[8 6 2],8 6 2,1,1 +1106,1106,02,num,three_rule_comb2,63,[6 5 7],6 5 7,1,1 +1106,1106,02,num,three_rule_comb2,64,[1 2 2],1 2 2,1,1 +1106,1106,02,num,three_rule_comb2,65,[3 0 6],3 0 6],1,1 +1106,1106,02,num,three_rule_comb2,66,[9 3 9],9 3 9],1,1 +1106,1106,02,num,three_rule_comb2,67,[9 8 9],9 8 9,1,1 +1106,1106,02,num,three_rule_comb2,68,[6 0 0],6 0 0],1,1 +1106,1106,02,num,three_rule_comb2,69,[9 9 7],9 9 7,1,1 +1106,1106,02,num,three_rule_comb2,70,[4 7 4],4 7 4,1,1 +1106,1106,02,num,three_rule_comb2,71,[0 1 5],0 1 5],1,1 +1106,1106,02,num,three_rule_comb2,72,[4 0 1],4 0 1,1,1 +1106,1106,02,num,three_rule_comb2,73,[1 3 6],1 3 6],1,1 +1106,1106,02,num,three_rule_comb2,74,[5 8 8],5 8 8],1,1 +1106,1106,02,num,three_rule_comb2,75,[7 3 0],7 3 0],1,1 +1106,1106,02,num,three_rule_comb2,76,[2 9 7],2 9 7,1,1 +1106,1106,02,num,three_rule_comb2,77,[1 9 8],1 9 8,1,1 +1106,1106,02,num,three_rule_comb2,78,[1 8 8],1 8 8],1,1 +1106,1106,02,num,three_rule_comb2,79,[7 4 7],7 4 7,1,1 +1106,1106,02,num,three_rule_comb2,80,[7 9 7],7 9 7],1,1 +1106,1106,02,num,three_rule_comb2,81,[7 0 6],7 0 6],1,1 +1106,1106,02,num,three_rule_comb2,82,[4 2 2],4 2 2,1,1 +1106,1106,02,num,three_rule_comb2,83,[6 0 7],6 0 7,1,1 +1106,1106,02,num,three_rule_comb2,84,[5 4 2],5 4 2,1,1 +1106,1106,02,num,three_rule_comb2,85,[8 6 0],8 6 0,1,1 +1106,1106,02,num,three_rule_comb2,86,[7 8 4],7 8 4,1,1 +1106,1106,02,num,three_rule_comb2,87,[0 3 8],0 3 8,1,1 +1106,1106,02,num,three_rule_comb2,88,[8 9 9],8 9 9,1,1 +1106,1106,02,num,three_rule_comb2,89,[4 2 2],4 2 2,1,1 +1106,1106,02,num,three_rule_comb2,90,[5 7 6],5 7 6],1,1 +1106,1106,02,num,three_rule_comb2,91,[5 0 1],5 0 1,1,1 +1106,1106,02,num,three_rule_comb2,92,[5 5 2],5 5 2,1,1 +1106,1106,02,num,three_rule_comb2,93,[4 5 1],4 5 1,1,1 +1106,1106,02,num,three_rule_comb2,94,[1 8 6],1 8 6],1,1 +1106,1106,02,num,three_rule_comb2,95,[4 8 9],4 8 9,1,1 +1106,1106,02,num,three_rule_comb2,96,[6 8 6],6 8 6],1,1 +1106,1106,02,num,three_rule_comb2,97,[7 3 4],7 3 4,1,1 +1106,1106,02,num,three_rule_comb2,98,[4 1 8],4 1 8],1,1 +1106,1106,02,num,three_rule_comb2,99,[8 0 8],8 0 8,1,1 +1106,1106,02,num,three_rule_comb3,0,[5 1 7],5 5 7,0,1 +1106,1106,02,num,three_rule_comb3,1,[2 1 2],4 1 2],0,1 +1106,1106,02,num,three_rule_comb3,2,[6 3 7],6 3 7],1,1 +1106,1106,02,num,three_rule_comb3,3,[4 8 9],2 8 1,0,1 +1106,1106,02,num,three_rule_comb3,4,[0 5 4],1 5 6],0,1 +1106,1106,02,num,three_rule_comb3,5,[4 1 4],4 1 4,1,1 +1106,1106,02,num,three_rule_comb3,6,[4 7 8],4 7 8,1,1 +1106,1106,02,num,three_rule_comb3,7,[9 0 6],6 0 6],0,1 +1106,1106,02,num,three_rule_comb3,8,[9 0 5],9 0 5,1,1 +1106,1106,02,num,three_rule_comb3,9,[9 0 4],9 0 4,1,1 +1106,1106,02,num,three_rule_comb3,10,[6 2 7],6 2 7],1,1 +1106,1106,02,num,three_rule_comb3,11,[0 7 5],0 1 5,0,1 +1106,1106,02,num,three_rule_comb3,12,[3 0 8],3 3 3],0,1 +1106,1106,02,num,three_rule_comb3,13,[2 6 9],2 6 9,1,1 +1106,1106,02,num,three_rule_comb3,14,[4 3 5],4 3 5,1,1 +1106,1106,02,num,three_rule_comb3,15,[1 3 9],1 3 9,1,1 +1106,1106,02,num,three_rule_comb3,16,[1 9 6],1 9 6,1,1 +1106,1106,02,num,three_rule_comb3,17,[8 9 9],8 1 9,0,1 +1106,1106,02,num,three_rule_comb3,18,[5 5 9],5 5 9,1,1 +1106,1106,02,num,three_rule_comb3,19,[7 2 1],7 2 6],0,1 +1106,1106,02,num,three_rule_comb3,20,[9 5 4],5 9 4],0,1 +1106,1106,02,num,three_rule_comb3,21,[3 3 2],3 3 2],1,1 +1106,1106,02,num,three_rule_comb3,22,[4 7 6],4 7 3],0,1 +1106,1106,02,num,three_rule_comb3,23,[3 3 9],3 3 9,1,1 +1106,1106,02,num,three_rule_comb3,24,[0 1 4],0 1 3],0,1 +1106,1106,02,num,three_rule_comb3,25,[1 6 8],1 6 8,1,1 +1106,1106,02,num,three_rule_comb3,26,[5 7 8],5 5 8,0,1 +1106,1106,02,num,three_rule_comb3,27,[1 1 3],1 6 8,0,1 +1106,1106,02,num,three_rule_comb3,28,[4 0 4],3 0 1,0,1 +1106,1106,02,num,three_rule_comb3,29,[0 6 7],0 6 7],1,1 +1106,1106,02,num,three_rule_comb3,30,[5 1 9],1 1 9],0,1 +1106,1106,02,num,three_rule_comb3,31,[6 4 8],6 4 8,1,1 +1106,1106,02,num,three_rule_comb3,32,[9 3 0],9 3 0],1,1 +1106,1106,02,num,three_rule_comb3,33,[9 9 5],9 9 5],1,1 +1106,1106,02,num,three_rule_comb3,34,[9 4 8],9 2 4,0,1 +1106,1106,02,num,three_rule_comb3,35,[3 3 8],3 3 8],1,1 +1106,1106,02,num,three_rule_comb3,36,[1 6 3],1 6 2],0,1 +1106,1106,02,num,three_rule_comb3,37,[4 5 7],1 0 7],0,1 +1106,1106,02,num,three_rule_comb3,38,[8 7 9],7 2 0,0,1 +1106,1106,02,num,three_rule_comb3,39,[3 8 3],3 8 3],1,1 +1106,1106,02,num,three_rule_comb3,40,[0 0 9],6 0 9,0,1 +1106,1106,02,num,three_rule_comb3,41,[5 2 2],5 2 2],1,1 +1106,1106,02,num,three_rule_comb3,42,[9 1 6],9 1 8],0,1 +1106,1106,02,num,three_rule_comb3,43,[3 4 3],3 4 3,1,1 +1106,1106,02,num,three_rule_comb3,44,[8 9 8],8 9 8,1,1 +1106,1106,02,num,three_rule_comb3,45,[9 9 0],9 0 0],0,1 +1106,1106,02,num,three_rule_comb3,46,[0 5 1],0 1 2,0,1 +1106,1106,02,num,three_rule_comb3,47,[6 4 2],6 4 7],0,1 +1106,1106,02,num,three_rule_comb3,48,[7 7 8],7 9 2,0,1 +1106,1106,02,num,three_rule_comb3,49,[9 9 4],9 5 4],0,1 +1106,1106,02,num,three_rule_comb3,50,[1 6 5],1 6 5,1,1 +1106,1106,02,num,three_rule_comb3,51,[9 0 8],9 0 8,1,1 +1106,1106,02,num,three_rule_comb3,52,[4 4 6],4 4 6,1,1 +1106,1106,02,num,three_rule_comb3,53,[6 0 1],5 0 1,0,1 +1106,1106,02,num,three_rule_comb3,54,[0 7 5],0 7 5,1,1 +1106,1106,02,num,three_rule_comb3,55,[4 2 3],4 2 3],1,1 +1106,1106,02,num,three_rule_comb3,56,[9 3 7],9 3 7,1,1 +1106,1106,02,num,three_rule_comb3,57,[6 3 3],6 3 3,1,1 +1106,1106,02,num,three_rule_comb3,58,[5 1 1],5 1 7,0,1 +1106,1106,02,num,three_rule_comb3,59,[1 6 1],1 6 1],1,1 +1106,1106,02,num,three_rule_comb3,60,[6 1 0],6 1 0,1,1 +1106,1106,02,num,three_rule_comb3,61,[8 4 8],1 5 8],0,1 +1106,1106,02,num,three_rule_comb3,62,[5 4 7],5 4 7],1,1 +1106,1106,02,num,three_rule_comb3,63,[6 3 3],6 3 3,1,1 +1106,1106,02,num,three_rule_comb3,64,[3 0 7],3 0 7],1,1 +1106,1106,02,num,three_rule_comb3,65,[7 7 9],7 7 9,1,1 +1106,1106,02,num,three_rule_comb3,66,[8 7 6],3 7 5],0,1 +1106,1106,02,num,three_rule_comb3,67,[1 8 6],1 8 6],1,1 +1106,1106,02,num,three_rule_comb3,68,[2 3 2],3 3 3],0,1 +1106,1106,02,num,three_rule_comb3,69,[8 5 4],5 5 1],0,1 +1106,1106,02,num,three_rule_comb3,70,[8 6 2],8 6 2,1,1 +1106,1106,02,num,three_rule_comb3,71,[1 9 4],1 9 4,1,1 +1106,1106,02,num,three_rule_comb3,72,[3 2 6],6 6 6,0,1 +1106,1106,02,num,three_rule_comb3,73,[9 8 0],8 3 0],0,1 +1106,1106,02,num,three_rule_comb3,74,[7 8 3],7 2 3,0,1 +1106,1106,02,num,three_rule_comb3,75,[4 1 4],4 1 3],0,1 +1106,1106,02,num,three_rule_comb3,76,[3 5 4],3 5 4,1,1 +1106,1106,02,num,three_rule_comb3,77,[6 9 3],None,0,1 +1106,1106,02,num,three_rule_comb3,78,[1 5 9],5 5 3,0,1 +1106,1106,02,num,three_rule_comb3,79,[3 8 6],3 8 6],1,1 +1106,1106,02,num,three_rule_comb3,80,[4 5 1],4 8 1],0,1 +1106,1106,02,num,three_rule_comb3,81,[9 1 6],9 1 6],1,1 +1106,1106,02,num,three_rule_comb3,82,[1 5 9],1 5 9,1,1 +1106,1106,02,num,three_rule_comb3,83,[9 1 7],9 1 7],1,1 +1106,1106,02,num,three_rule_comb3,84,[6 1 3],6 1 3,1,1 +1106,1106,02,num,three_rule_comb3,85,[3 0 6],3 0 6],1,1 +1106,1106,02,num,three_rule_comb3,86,[7 6 2],7 6 2,1,1 +1106,1106,02,num,three_rule_comb3,87,[7 6 6],7 6 6,1,1 +1106,1106,02,num,three_rule_comb3,88,[7 7 7],7 7 7,1,1 +1106,1106,02,num,three_rule_comb3,89,[1 4 9],1 4 1,0,1 +1106,1106,02,num,three_rule_comb3,90,[4 9 3],4 9 3,1,1 +1106,1106,02,num,three_rule_comb3,91,[1 0 8],1 0 8,1,1 +1106,1106,02,num,three_rule_comb3,92,[2 4 7],8 4 7],0,1 +1106,1106,02,num,three_rule_comb3,93,[4 1 9],4 1 9],1,1 +1106,1106,02,num,three_rule_comb3,94,[6 0 5],4 2 5],0,1 +1106,1106,02,num,three_rule_comb3,95,[7 9 7],7 9 7,1,1 +1106,1106,02,num,three_rule_comb3,96,[4 4 1],4 4 1],1,1 +1106,1106,02,num,three_rule_comb3,97,[6 1 5],6 1 5],1,1 +1106,1106,02,num,three_rule_comb3,98,[0 8 2],0 8 1,0,1 +1106,1106,02,num,three_rule_comb3,99,[0 6 2],5 6 2],0,1 +1106,1106,02,num,three_rule_comb4,0,[8 7 0],8 7 0,1,1 +1106,1106,02,num,three_rule_comb4,1,[7 9 4],7 9 6,0,1 +1106,1106,02,num,three_rule_comb4,2,[9 3 1],9 4 1,0,1 +1106,1106,02,num,three_rule_comb4,3,[9 7 0],9 7 6],0,1 +1106,1106,02,num,three_rule_comb4,4,[9 8 3],9 9 3,0,1 +1106,1106,02,num,three_rule_comb4,5,[4 8 5],4 8 5],1,1 +1106,1106,02,num,three_rule_comb4,6,[9 3 6],9 3 6,1,1 +1106,1106,02,num,three_rule_comb4,7,[2 5 8],3 5 8],0,1 +1106,1106,02,num,three_rule_comb4,8,[6 0 5],6 0 5,1,1 +1106,1106,02,num,three_rule_comb4,9,[0 1 9],5 1 9],0,1 +1106,1106,02,num,three_rule_comb4,10,[8 1 5],8 1 5,1,1 +1106,1106,02,num,three_rule_comb4,11,[7 3 8],7 3 8,1,1 +1106,1106,02,num,three_rule_comb4,12,[4 3 3],3 3 6,0,1 +1106,1106,02,num,three_rule_comb4,13,[0 8 0],0 8 0],1,1 +1106,1106,02,num,three_rule_comb4,14,[3 0 9],3 0 7,0,1 +1106,1106,02,num,three_rule_comb4,15,[9 8 8],9 8 4,0,1 +1106,1106,02,num,three_rule_comb4,16,[0 0 0],0 0 0,1,1 +1106,1106,02,num,three_rule_comb4,17,[2 7 1],2 7 1,1,1 +1106,1106,02,num,three_rule_comb4,18,[7 4 2],7 4 3,0,1 +1106,1106,02,num,three_rule_comb4,19,[5 4 5],5 4 1,0,1 +1106,1106,02,num,three_rule_comb4,20,[2 5 2],2 5 2,1,1 +1106,1106,02,num,three_rule_comb4,21,[3 3 4],3 3 7,0,1 +1106,1106,02,num,three_rule_comb4,22,[5 0 3],5 3 3],0,1 +1106,1106,02,num,three_rule_comb4,23,[3 0 8],3 0 3,0,1 +1106,1106,02,num,three_rule_comb4,24,[5 8 0],5 8 0],1,1 +1106,1106,02,num,three_rule_comb4,25,[2 1 2],2 1 4,0,1 +1106,1106,02,num,three_rule_comb4,26,[2 7 2],2 2 2,0,1 +1106,1106,02,num,three_rule_comb4,27,[5 9 8],5 9 8,1,1 +1106,1106,02,num,three_rule_comb4,28,[2 7 5],2 7 5],1,1 +1106,1106,02,num,three_rule_comb4,29,[5 5 1],5 5 1],1,1 +1106,1106,02,num,three_rule_comb4,30,[4 4 1],4 4 1,1,1 +1106,1106,02,num,three_rule_comb4,31,[1 3 4],1 3 4],1,1 +1106,1106,02,num,three_rule_comb4,32,[5 9 3],2 9 3,0,1 +1106,1106,02,num,three_rule_comb4,33,[0 8 0],0 4 0,0,1 +1106,1106,02,num,three_rule_comb4,34,[6 6 8],6 6 8],1,1 +1106,1106,02,num,three_rule_comb4,35,[1 2 8],1 2 5],0,1 +1106,1106,02,num,three_rule_comb4,36,[5 8 3],5 8 5],0,1 +1106,1106,02,num,three_rule_comb4,37,[2 0 1],2 0 4,0,1 +1106,1106,02,num,three_rule_comb4,38,[1 4 6],1 4 7,0,1 +1106,1106,02,num,three_rule_comb4,39,[5 4 8],5 4 8,1,1 +1106,1106,02,num,three_rule_comb4,40,[1 6 1],1 6 8,0,1 +1106,1106,02,num,three_rule_comb4,41,[7 3 8],7 3 8],1,1 +1106,1106,02,num,three_rule_comb4,42,[8 4 5],8 4 1],0,1 +1106,1106,02,num,three_rule_comb4,43,[5 3 8],8 3 8],0,1 +1106,1106,02,num,three_rule_comb4,44,[7 1 9],7 4 9],0,1 +1106,1106,02,num,three_rule_comb4,45,[7 8 4],7 2 4,0,1 +1106,1106,02,num,three_rule_comb4,46,[2 2 1],2 2 3],0,1 +1106,1106,02,num,three_rule_comb4,47,[9 9 8],9 9 2,0,1 +1106,1106,02,num,three_rule_comb4,48,[0 2 3],0 2 3,1,1 +1106,1106,02,num,three_rule_comb4,49,[1 6 9],1 6 7,0,1 +1106,1106,02,num,three_rule_comb4,50,[4 8 5],4 8 5],1,1 +1106,1106,02,num,three_rule_comb4,51,[8 8 6],8 2 6],0,1 +1106,1106,02,num,three_rule_comb4,52,[8 4 0],8 2 0,0,1 +1106,1106,02,num,three_rule_comb4,53,[0 9 9],0 9 9,1,1 +1106,1106,02,num,three_rule_comb4,54,[3 4 7],3 4 8],0,1 +1106,1106,02,num,three_rule_comb4,55,[4 7 6],4 6 6,0,1 +1106,1106,02,num,three_rule_comb4,56,[7 5 5],7 8 5],0,1 +1106,1106,02,num,three_rule_comb4,57,[6 7 1],6 7 1],1,1 +1106,1106,02,num,three_rule_comb4,58,[2 9 9],2 9 9],1,1 +1106,1106,02,num,three_rule_comb4,59,[5 3 5],5 3 5],1,1 +1106,1106,02,num,three_rule_comb4,60,[0 8 4],0 5 4,0,1 +1106,1106,02,num,three_rule_comb4,61,[2 3 8],2 3 8,1,1 +1106,1106,02,num,three_rule_comb4,62,[8 1 9],8 7 9],0,1 +1106,1106,02,num,three_rule_comb4,63,[0 7 4],0 7 4,1,1 +1106,1106,02,num,three_rule_comb4,64,[5 9 2],5 9 4,0,1 +1106,1106,02,num,three_rule_comb4,65,[6 6 2],6 5 2,0,1 +1106,1106,02,num,three_rule_comb4,66,[8 0 0],8 0 0,1,1 +1106,1106,02,num,three_rule_comb4,67,[6 9 9],2 9 9],0,1 +1106,1106,02,num,three_rule_comb4,68,[0 9 4],0 2 4],0,1 +1106,1106,02,num,three_rule_comb4,69,[5 8 6],5 8 3],0,1 +1106,1106,02,num,three_rule_comb4,70,[0 3 5],0 3 7,0,1 +1106,1106,02,num,three_rule_comb4,71,[3 2 8],3 2 1,0,1 +1106,1106,02,num,three_rule_comb4,72,[7 7 4],7 7 4,1,1 +1106,1106,02,num,three_rule_comb4,73,[1 7 2],3 7 2],0,1 +1106,1106,02,num,three_rule_comb4,74,[0 7 5],0 7 5,1,1 +1106,1106,02,num,three_rule_comb4,75,[0 3 3],0 3 4,0,1 +1106,1106,02,num,three_rule_comb4,76,[5 9 5],5 9 5,1,1 +1106,1106,02,num,three_rule_comb4,77,[8 2 9],8 2 9],1,1 +1106,1106,02,num,three_rule_comb4,78,[5 1 1],5 1 1,1,1 +1106,1106,02,num,three_rule_comb4,79,[6 7 5],6 7 3,0,1 +1106,1106,02,num,three_rule_comb4,80,[4 4 0],4 1 8,0,1 +1106,1106,02,num,three_rule_comb4,81,[8 4 7],8 4 7],1,1 +1106,1106,02,num,three_rule_comb4,82,[9 0 2],9 0 2,1,1 +1106,1106,02,num,three_rule_comb4,83,[5 3 9],5 1 9],0,1 +1106,1106,02,num,three_rule_comb4,84,[4 2 8],4 5 8],0,1 +1106,1106,02,num,three_rule_comb4,85,[8 2 4],8 2 1,0,1 +1106,1106,02,num,three_rule_comb4,86,[2 8 8],2 8 8,1,1 +1106,1106,02,num,three_rule_comb4,87,[3 6 5],3 6 5,1,1 +1106,1106,02,num,three_rule_comb4,88,[8 7 5],8 7 8,0,1 +1106,1106,02,num,three_rule_comb4,89,[9 9 5],9 6 5,0,1 +1106,1106,02,num,three_rule_comb4,90,[8 6 2],2 6 2],0,1 +1106,1106,02,num,three_rule_comb4,91,[5 6 1],5 6 1,1,1 +1106,1106,02,num,three_rule_comb4,92,[2 9 4],2 3 4,0,1 +1106,1106,02,num,three_rule_comb4,93,[4 9 6],4 9 6],1,1 +1106,1106,02,num,three_rule_comb4,94,[5 4 5],1 4 5],0,1 +1106,1106,02,num,three_rule_comb4,95,[7 2 6],7 2 4,0,1 +1106,1106,02,num,three_rule_comb4,96,[5 1 7],5 1 2,0,1 +1106,1106,02,num,three_rule_comb4,97,[5 1 1],2 1 1,0,1 +1106,1106,02,num,three_rule_comb4,98,[0 7 8],0 7 0,0,1 +1106,1106,02,num,three_rule_comb4,99,[4 0 9],4 0 6,0,1 +1106,1106,02,num,three_rule_comb5,0,[5 0 7],5 0 7,1,1 +1106,1106,02,num,three_rule_comb5,1,[3 3 1],3 3 1,1,1 +1106,1106,02,num,three_rule_comb5,2,[5 3 1],5 3 1,1,1 +1106,1106,02,num,three_rule_comb5,3,[5 9 2],5 9 2],1,1 +1106,1106,02,num,three_rule_comb5,4,[0 2 4],0 2 4,1,1 +1106,1106,02,num,three_rule_comb5,5,[9 2 8],9 2 8],1,1 +1106,1106,02,num,three_rule_comb5,6,[2 8 7],2 0 3],0,1 +1106,1106,02,num,three_rule_comb5,7,[8 4 5],8 4 5,1,1 +1106,1106,02,num,three_rule_comb5,8,[7 4 7],7 4 7,1,1 +1106,1106,02,num,three_rule_comb5,9,[6 1 5],6 1 5,1,1 +1106,1106,02,num,three_rule_comb5,10,[5 5 6],5 5 6],1,1 +1106,1106,02,num,three_rule_comb5,11,[2 4 8],2 4 8,1,1 +1106,1106,02,num,three_rule_comb5,12,[0 6 0],0 6 0],1,1 +1106,1106,02,num,three_rule_comb5,13,[9 4 0],9 4 0],1,1 +1106,1106,02,num,three_rule_comb5,14,[6 3 2],6 3 2,1,1 +1106,1106,02,num,three_rule_comb5,15,[0 9 8],0 9 8,1,1 +1106,1106,02,num,three_rule_comb5,16,[7 5 6],7 5 6,1,1 +1106,1106,02,num,three_rule_comb5,17,[0 1 7],0 1 7,1,1 +1106,1106,02,num,three_rule_comb5,18,[1 4 1],1 4 1,1,1 +1106,1106,02,num,three_rule_comb5,19,[0 1 0],0 1 0],1,1 +1106,1106,02,num,three_rule_comb5,20,[4 4 9],4 4 9],1,1 +1106,1106,02,num,three_rule_comb5,21,[1 7 4],1 7 4,1,1 +1106,1106,02,num,three_rule_comb5,22,[9 4 4],9 4 4,1,1 +1106,1106,02,num,three_rule_comb5,23,[5 4 0],5 4 0,1,1 +1106,1106,02,num,three_rule_comb5,24,[6 0 4],6 0 4,1,1 +1106,1106,02,num,three_rule_comb5,25,[8 6 1],8 6 1,1,1 +1106,1106,02,num,three_rule_comb5,26,[7 4 8],7 4 8,1,1 +1106,1106,02,num,three_rule_comb5,27,[9 3 6],9 3 6,1,1 +1106,1106,02,num,three_rule_comb5,28,[4 8 3],4 8 3],1,1 +1106,1106,02,num,three_rule_comb5,29,[9 8 0],9 8 0],1,1 +1106,1106,02,num,three_rule_comb5,30,[5 9 5],5 9 5,1,1 +1106,1106,02,num,three_rule_comb5,31,[5 4 4],5 4 4,1,1 +1106,1106,02,num,three_rule_comb5,32,[5 5 9],5 5 9],1,1 +1106,1106,02,num,three_rule_comb5,33,[7 1 8],7 1 8,1,1 +1106,1106,02,num,three_rule_comb5,34,[4 0 5],4 0 5,1,1 +1106,1106,02,num,three_rule_comb5,35,[5 9 2],5 9 2,1,1 +1106,1106,02,num,three_rule_comb5,36,[1 2 2],1 2 2,1,1 +1106,1106,02,num,three_rule_comb5,37,[5 2 7],5 2 7,1,1 +1106,1106,02,num,three_rule_comb5,38,[3 9 1],3 9 1],1,1 +1106,1106,02,num,three_rule_comb5,39,[3 8 9],3 8 9,1,1 +1106,1106,02,num,three_rule_comb5,40,[0 0 0],0 0 0,1,1 +1106,1106,02,num,three_rule_comb5,41,[7 0 3],7 0 3],1,1 +1106,1106,02,num,three_rule_comb5,42,[3 6 8],3 6 8,1,1 +1106,1106,02,num,three_rule_comb5,43,[5 1 0],5 1 0,1,1 +1106,1106,02,num,three_rule_comb5,44,[6 4 9],6 4 9],1,1 +1106,1106,02,num,three_rule_comb5,45,[5 3 0],5 3 0],1,1 +1106,1106,02,num,three_rule_comb5,46,[3 3 8],3 3 8,1,1 +1106,1106,02,num,three_rule_comb5,47,[9 9 8],9 9 8],1,1 +1106,1106,02,num,three_rule_comb5,48,[5 3 4],5 3 4,1,1 +1106,1106,02,num,three_rule_comb5,49,[3 4 9],3 4 9],1,1 +1106,1106,02,num,three_rule_comb5,50,[2 1 7],2 1 7],1,1 +1106,1106,02,num,three_rule_comb5,51,[2 2 5],2 2 5,1,1 +1106,1106,02,num,three_rule_comb5,52,[1 4 9],1 4 9,1,1 +1106,1106,02,num,three_rule_comb5,53,[1 5 9],1 5 9,1,1 +1106,1106,02,num,three_rule_comb5,54,[0 8 8],0 8 8,1,1 +1106,1106,02,num,three_rule_comb5,55,[0 5 9],0 5 9,1,1 +1106,1106,02,num,three_rule_comb5,56,[0 6 2],0 6 2,1,1 +1106,1106,02,num,three_rule_comb5,57,[4 3 1],4 3 1,1,1 +1106,1106,02,num,three_rule_comb5,58,[0 6 9],0 6 9],1,1 +1106,1106,02,num,three_rule_comb5,59,[8 7 0],8 7 0,1,1 +1106,1106,02,num,three_rule_comb5,60,[1 4 7],1 4 7,1,1 +1106,1106,02,num,three_rule_comb5,61,[7 4 1],7 4 1,1,1 +1106,1106,02,num,three_rule_comb5,62,[4 0 4],4 0 4],1,1 +1106,1106,02,num,three_rule_comb5,63,[9 0 1],9 0 1,1,1 +1106,1106,02,num,three_rule_comb5,64,[7 0 8],7 0 8,1,1 +1106,1106,02,num,three_rule_comb5,65,[3 4 8],3 4 8],1,1 +1106,1106,02,num,three_rule_comb5,66,[9 1 0],9 1 0],1,1 +1106,1106,02,num,three_rule_comb5,67,[1 1 5],1 1 5,1,1 +1106,1106,02,num,three_rule_comb5,68,[3 5 3],3 5 3],1,1 +1106,1106,02,num,three_rule_comb5,69,[3 4 4],3 4 4],1,1 +1106,1106,02,num,three_rule_comb5,70,[3 2 5],3 2 5,1,1 +1106,1106,02,num,three_rule_comb5,71,[0 5 5],0 5 5,1,1 +1106,1106,02,num,three_rule_comb5,72,[5 9 7],5 9 7,1,1 +1106,1106,02,num,three_rule_comb5,73,[9 9 3],9 9 3,1,1 +1106,1106,02,num,three_rule_comb5,74,[8 4 5],8 4 5,1,1 +1106,1106,02,num,three_rule_comb5,75,[3 5 8],3 5 8],1,1 +1106,1106,02,num,three_rule_comb5,76,[4 3 3],4 3 3,1,1 +1106,1106,02,num,three_rule_comb5,77,[8 0 6],8 0 6],1,1 +1106,1106,02,num,three_rule_comb5,78,[8 6 7],8 6 7],1,1 +1106,1106,02,num,three_rule_comb5,79,[9 1 0],9 1 0,1,1 +1106,1106,02,num,three_rule_comb5,80,[0 9 5],0 9 5,1,1 +1106,1106,02,num,three_rule_comb5,81,[4 3 2],4 3 2,1,1 +1106,1106,02,num,three_rule_comb5,82,[2 8 6],2 8 6],1,1 +1106,1106,02,num,three_rule_comb5,83,[1 7 6],1 7 6,1,1 +1106,1106,02,num,three_rule_comb5,84,[9 0 9],9 0 9,1,1 +1106,1106,02,num,three_rule_comb5,85,[5 0 5],5 0 5,1,1 +1106,1106,02,num,three_rule_comb5,86,[1 0 7],1 8 3,0,1 +1106,1106,02,num,three_rule_comb5,87,[8 4 8],8 4 8],1,1 +1106,1106,02,num,three_rule_comb5,88,[9 2 7],9 2 7,1,1 +1106,1106,02,num,three_rule_comb5,89,[0 2 5],0 2 5,1,1 +1106,1106,02,num,three_rule_comb5,90,[7 5 2],7 5 2,1,1 +1106,1106,02,num,three_rule_comb5,91,[0 8 2],0 8 2,1,1 +1106,1106,02,num,three_rule_comb5,92,[1 0 9],1 0 9,1,1 +1106,1106,02,num,three_rule_comb5,93,[0 1 8],0 1 8,1,1 +1106,1106,02,num,three_rule_comb5,94,[3 4 1],3 4 1,1,1 +1106,1106,02,num,three_rule_comb5,95,[4 9 2],None,0,1 +1106,1106,02,num,three_rule_comb5,96,[9 9 5],9 9 5],1,1 +1106,1106,02,num,three_rule_comb5,97,[8 9 1],8 9 1,1,1 +1106,1106,02,num,three_rule_comb5,98,[4 2 4],4 2 4,1,1 +1106,1106,02,num,three_rule_comb5,99,[4 6 4],4 6 4,1,1 +1106,1106,02,num,three_rule_comb6,0,[0 1 6],0 1 6],1,1 +1106,1106,02,num,three_rule_comb6,1,[7 1 9],7 1 9,1,1 +1106,1106,02,num,three_rule_comb6,2,[1 0 2],1 0 2],1,1 +1106,1106,02,num,three_rule_comb6,3,[3 1 9],3 1 9],1,1 +1106,1106,02,num,three_rule_comb6,4,[2 5 3],2 5 3,1,1 +1106,1106,02,num,three_rule_comb6,5,[2 0 9],2 0 9,1,1 +1106,1106,02,num,three_rule_comb6,6,[5 0 9],5 0 9,1,1 +1106,1106,02,num,three_rule_comb6,7,[6 2 7],6 2 7,1,1 +1106,1106,02,num,three_rule_comb6,8,[4 9 1],4 9 1],1,1 +1106,1106,02,num,three_rule_comb6,9,[5 5 1],5 5 1,1,1 +1106,1106,02,num,three_rule_comb6,10,[3 1 8],3 1 8,1,1 +1106,1106,02,num,three_rule_comb6,11,[0 5 9],0 5 9],1,1 +1106,1106,02,num,three_rule_comb6,12,[7 1 1],7 1 1,1,1 +1106,1106,02,num,three_rule_comb6,13,[9 1 4],9 1 4],1,1 +1106,1106,02,num,three_rule_comb6,14,[4 2 9],4 2 9,1,1 +1106,1106,02,num,three_rule_comb6,15,[9 0 8],8 4 5,0,1 +1106,1106,02,num,three_rule_comb6,16,[0 5 4],0 5 4,1,1 +1106,1106,02,num,three_rule_comb6,17,[4 5 9],4 5 9],1,1 +1106,1106,02,num,three_rule_comb6,18,[6 9 5],6 8 5,0,1 +1106,1106,02,num,three_rule_comb6,19,[6 7 2],6 7 2],1,1 +1106,1106,02,num,three_rule_comb6,20,[9 4 9],9 4 9,1,1 +1106,1106,02,num,three_rule_comb6,21,[6 9 8],6 6 7],0,1 +1106,1106,02,num,three_rule_comb6,22,[8 3 9],8 3 9,1,1 +1106,1106,02,num,three_rule_comb6,23,[9 9 5],9 5 5,0,1 +1106,1106,02,num,three_rule_comb6,24,[7 6 7],7 6 7,1,1 +1106,1106,02,num,three_rule_comb6,25,[4 8 8],4 8 8,1,1 +1106,1106,02,num,three_rule_comb6,26,[0 7 8],0 7 6],0,1 +1106,1106,02,num,three_rule_comb6,27,[1 4 3],1 4 3,1,1 +1106,1106,02,num,three_rule_comb6,28,[6 4 6],6 4 6,1,1 +1106,1106,02,num,three_rule_comb6,29,[1 2 4],1 2 4,1,1 +1106,1106,02,num,three_rule_comb6,30,[8 9 3],9 8 3],0,1 +1106,1106,02,num,three_rule_comb6,31,[5 1 8],5 1 8,1,1 +1106,1106,02,num,three_rule_comb6,32,[4 0 4],4 3 4],0,1 +1106,1106,02,num,three_rule_comb6,33,[8 4 1],8 4 1,1,1 +1106,1106,02,num,three_rule_comb6,34,[9 5 3],5 3 3],0,1 +1106,1106,02,num,three_rule_comb6,35,[7 2 1],7 0 1],0,1 +1106,1106,02,num,three_rule_comb6,36,[3 4 2],3 4 2,1,1 +1106,1106,02,num,three_rule_comb6,37,[0 5 0],0 5 0,1,1 +1106,1106,02,num,three_rule_comb6,38,[1 1 2],1 1 3,0,1 +1106,1106,02,num,three_rule_comb6,39,[2 5 3],2 5 3,1,1 +1106,1106,02,num,three_rule_comb6,40,[8 7 5],8 5 3,0,1 +1106,1106,02,num,three_rule_comb6,41,[5 8 5],5 8 5,1,1 +1106,1106,02,num,three_rule_comb6,42,[2 2 4],2 2 4,1,1 +1106,1106,02,num,three_rule_comb6,43,[0 9 1],0 9 1,1,1 +1106,1106,02,num,three_rule_comb6,44,[9 6 5],8 6 5,0,1 +1106,1106,02,num,three_rule_comb6,45,[0 3 1],0 3 4,0,1 +1106,1106,02,num,three_rule_comb6,46,[0 0 3],0 0 3,1,1 +1106,1106,02,num,three_rule_comb6,47,[9 5 6],9 5 6],1,1 +1106,1106,02,num,three_rule_comb6,48,[9 7 3],2 7 3,0,1 +1106,1106,02,num,three_rule_comb6,49,[8 6 0],8 0 0,0,1 +1106,1106,02,num,three_rule_comb6,50,[0 1 6],0 6 3,0,1 +1106,1106,02,num,three_rule_comb6,51,[4 1 2],2 2 3,0,1 +1106,1106,02,num,three_rule_comb6,52,[8 9 3],8 9 3,1,1 +1106,1106,02,num,three_rule_comb6,53,[9 0 5],9 0 5],1,1 +1106,1106,02,num,three_rule_comb6,54,[4 4 6],4 4 6],1,1 +1106,1106,02,num,three_rule_comb6,55,[6 2 9],6 2 9,1,1 +1106,1106,02,num,three_rule_comb6,56,[4 8 1],4 8 1],1,1 +1106,1106,02,num,three_rule_comb6,57,[2 6 8],2 8 9],0,1 +1106,1106,02,num,three_rule_comb6,58,[2 5 6],2 5 6,1,1 +1106,1106,02,num,three_rule_comb6,59,[5 5 1],5 6 1],0,1 +1106,1106,02,num,three_rule_comb6,60,[8 1 3],8 1 3,1,1 +1106,1106,02,num,three_rule_comb6,61,[2 6 3],2 6 3],1,1 +1106,1106,02,num,three_rule_comb6,62,[0 5 4],0 5 4,1,1 +1106,1106,02,num,three_rule_comb6,63,[6 8 3],None,0,1 +1106,1106,02,num,three_rule_comb6,64,[6 3 1],6 1 1],0,1 +1106,1106,02,num,three_rule_comb6,65,[1 3 6],1 3 6,1,1 +1106,1106,02,num,three_rule_comb6,66,[6 1 6],6 2 4],0,1 +1106,1106,02,num,three_rule_comb6,67,[6 8 9],6 8 9,1,1 +1106,1106,02,num,three_rule_comb6,68,[4 1 9],1 1 9],0,1 +1106,1106,02,num,three_rule_comb6,69,[6 9 2],6 9 2,1,1 +1106,1106,02,num,three_rule_comb6,70,[1 3 5],1 3 5,1,1 +1106,1106,02,num,three_rule_comb6,71,[2 0 3],0 0 3],0,1 +1106,1106,02,num,three_rule_comb6,72,[0 4 7],0 3 7],0,1 +1106,1106,02,num,three_rule_comb6,73,[1 6 6],1 6 6,1,1 +1106,1106,02,num,three_rule_comb6,74,[3 2 6],3 2 4],0,1 +1106,1106,02,num,three_rule_comb6,75,[3 4 7],3 4 7,1,1 +1106,1106,02,num,three_rule_comb6,76,[8 0 7],8 0 7,1,1 +1106,1106,02,num,three_rule_comb6,77,[9 3 6],9 3 8],0,1 +1106,1106,02,num,three_rule_comb6,78,[6 0 8],6 0 8],1,1 +1106,1106,02,num,three_rule_comb6,79,[6 0 0],6 0 0],1,1 +1106,1106,02,num,three_rule_comb6,80,[3 6 3],3 6 3],1,1 +1106,1106,02,num,three_rule_comb6,81,[1 5 0],1 5 0,1,1 +1106,1106,02,num,three_rule_comb6,82,[1 4 5],1 4 5],1,1 +1106,1106,02,num,three_rule_comb6,83,[4 9 3],4 4 3,0,1 +1106,1106,02,num,three_rule_comb6,84,[8 7 0],8 1 7,0,1 +1106,1106,02,num,three_rule_comb6,85,[1 3 9],1 3 9,1,1 +1106,1106,02,num,three_rule_comb6,86,[4 7 6],4 7 6,1,1 +1106,1106,02,num,three_rule_comb6,87,[1 4 8],1 4 8],1,1 +1106,1106,02,num,three_rule_comb6,88,[0 5 8],0 5 0,0,1 +1106,1106,02,num,three_rule_comb6,89,[8 3 9],8 3 9,1,1 +1106,1106,02,num,three_rule_comb6,90,[5 1 2],5 1 2],1,1 +1106,1106,02,num,three_rule_comb6,91,[7 6 9],7 6 5,0,1 +1106,1106,02,num,three_rule_comb6,92,[3 7 9],3 7 9,1,1 +1106,1106,02,num,three_rule_comb6,93,[9 8 1],9 8 1,1,1 +1106,1106,02,num,three_rule_comb6,94,[4 9 4],4 9 6,0,1 +1106,1106,02,num,three_rule_comb6,95,[4 7 8],4 7 8],1,1 +1106,1106,02,num,three_rule_comb6,96,[3 7 7],3 7 7,1,1 +1106,1106,02,num,three_rule_comb6,97,[8 1 6],8 1 6],1,1 +1106,1106,02,num,three_rule_comb6,98,[7 3 5],2 3 5],0,1 +1106,1106,02,num,three_rule_comb6,99,[5 6 8],5 6 0],0,1 +1106,1106,02,num,three_rule_comb7,0,[5 4 8],5 4 8,1,1 +1106,1106,02,num,three_rule_comb7,1,[3 1 8],3 1 8],1,1 +1106,1106,02,num,three_rule_comb7,2,[4 7 9],4 4 4],0,1 +1106,1106,02,num,three_rule_comb7,3,[4 8 5],4 1 2,0,1 +1106,1106,02,num,three_rule_comb7,4,[7 5 2],7 6 3,0,1 +1106,1106,02,num,three_rule_comb7,5,[9 3 9],9 0 5,0,1 +1106,1106,02,num,three_rule_comb7,6,[5 1 5],5 2 6,0,1 +1106,1106,02,num,three_rule_comb7,7,[2 9 0],2 3 1,0,1 +1106,1106,02,num,three_rule_comb7,8,[2 2 3],2 2 7,0,1 +1106,1106,02,num,three_rule_comb7,9,[6 2 8],6 2 0],0,1 +1106,1106,02,num,three_rule_comb7,10,[5 1 4],8 1 7,0,1 +1106,1106,02,num,three_rule_comb7,11,[2 6 1],2 6 1,1,1 +1106,1106,02,num,three_rule_comb7,12,[4 4 4],4 4 4,1,1 +1106,1106,02,num,three_rule_comb7,13,[4 4 0],4 4 3],0,1 +1106,1106,02,num,three_rule_comb7,14,[7 7 4],7 4 4,0,1 +1106,1106,02,num,three_rule_comb7,15,[3 0 0],3 3 0,0,1 +1106,1106,02,num,three_rule_comb7,16,[8 8 0],8 4 0],0,1 +1106,1106,02,num,three_rule_comb7,17,[8 1 4],7 1 4],0,1 +1106,1106,02,num,three_rule_comb7,18,[6 2 6],6 5 6],0,1 +1106,1106,02,num,three_rule_comb7,19,[1 3 9],1 3 9,1,1 +1106,1106,02,num,three_rule_comb7,20,[5 6 5],5 6 5,1,1 +1106,1106,02,num,three_rule_comb7,21,[1 4 3],1 5 3,0,1 +1106,1106,02,num,three_rule_comb7,22,[6 4 1],6 4 1,1,1 +1106,1106,02,num,three_rule_comb7,23,[8 0 3],8 0 7],0,1 +1106,1106,02,num,three_rule_comb7,24,[8 4 1],8 4 1],1,1 +1106,1106,02,num,three_rule_comb7,25,[5 3 4],5 3 1,0,1 +1106,1106,02,num,three_rule_comb7,26,[4 8 6],4 8 6,1,1 +1106,1106,02,num,three_rule_comb7,27,[2 1 2],1 2 6],0,1 +1106,1106,02,num,three_rule_comb7,28,[9 8 9],7 6 1,0,1 +1106,1106,02,num,three_rule_comb7,29,[0 2 9],6 7 9],0,1 +1106,1106,02,num,three_rule_comb7,30,[9 9 9],9 3 4],0,1 +1106,1106,02,num,three_rule_comb7,31,[6 1 9],6 7 9],0,1 +1106,1106,02,num,three_rule_comb7,32,[4 5 9],4 5 4,0,1 +1106,1106,02,num,three_rule_comb7,33,[3 5 1],7 5 3,0,1 +1106,1106,02,num,three_rule_comb7,34,[6 5 4],3 7 8],0,1 +1106,1106,02,num,three_rule_comb7,35,[2 3 1],2 4 6],0,1 +1106,1106,02,num,three_rule_comb7,36,[6 1 5],8 1 9,0,1 +1106,1106,02,num,three_rule_comb7,37,[1 4 7],1 4 2],0,1 +1106,1106,02,num,three_rule_comb7,38,[5 4 5],5 3 3,0,1 +1106,1106,02,num,three_rule_comb7,39,[0 2 4],0 2 4,1,1 +1106,1106,02,num,three_rule_comb7,40,[5 9 4],5 9 7,0,1 +1106,1106,02,num,three_rule_comb7,41,[2 2 1],2 5 1,0,1 +1106,1106,02,num,three_rule_comb7,42,[2 4 3],5 4 6],0,1 +1106,1106,02,num,three_rule_comb7,43,[8 1 7],8 1 7],1,1 +1106,1106,02,num,three_rule_comb7,44,[8 7 2],8 7 2,1,1 +1106,1106,02,num,three_rule_comb7,45,[3 9 2],3 9 2,1,1 +1106,1106,02,num,three_rule_comb7,46,[9 7 5],1 7 3],0,1 +1106,1106,02,num,three_rule_comb7,47,[0 4 3],0 7 2,0,1 +1106,1106,02,num,three_rule_comb7,48,[5 6 2],5 6 2,1,1 +1106,1106,02,num,three_rule_comb7,49,[4 0 9],4 0 9],1,1 +1106,1106,02,num,three_rule_comb7,50,[3 1 7],3 7 7],0,1 +1106,1106,02,num,three_rule_comb7,51,[8 8 5],8 2 5,0,1 +1106,1106,02,num,three_rule_comb7,52,[2 9 1],2 9 5],0,1 +1106,1106,02,num,three_rule_comb7,53,[3 8 0],3 8 4],0,1 +1106,1106,02,num,three_rule_comb7,54,[6 0 0],6 0 0,1,1 +1106,1106,02,num,three_rule_comb7,55,[1 6 0],1 6 8,0,1 +1106,1106,02,num,three_rule_comb7,56,[9 4 0],9 4 8,0,1 +1106,1106,02,num,three_rule_comb7,57,[7 0 7],7 0 5],0,1 +1106,1106,02,num,three_rule_comb7,58,[9 3 5],9 4 5,0,1 +1106,1106,02,num,three_rule_comb7,59,[3 4 4],3 4 4],1,1 +1106,1106,02,num,three_rule_comb7,60,[8 1 9],8 1 9],1,1 +1106,1106,02,num,three_rule_comb7,61,[5 1 3],5 1 6,0,1 +1106,1106,02,num,three_rule_comb7,62,[4 8 7],4 8 7,1,1 +1106,1106,02,num,three_rule_comb7,63,[5 0 5],5 3 5,0,1 +1106,1106,02,num,three_rule_comb7,64,[5 1 6],5 1 6],1,1 +1106,1106,02,num,three_rule_comb7,65,[8 4 4],8 4 6,0,1 +1106,1106,02,num,three_rule_comb7,66,[9 2 3],None,0,1 +1106,1106,02,num,three_rule_comb7,67,[4 6 7],4 6 7,1,1 +1106,1106,02,num,three_rule_comb7,68,[5 3 0],6 3 0],0,1 +1106,1106,02,num,three_rule_comb7,69,[5 4 9],5 5 9],0,1 +1106,1106,02,num,three_rule_comb7,70,[4 6 6],4 2 6,0,1 +1106,1106,02,num,three_rule_comb7,71,[6 6 1],6 2 3],0,1 +1106,1106,02,num,three_rule_comb7,72,[4 0 8],4 0 8],1,1 +1106,1106,02,num,three_rule_comb7,73,[1 9 7],3 3 7,0,1 +1106,1106,02,num,three_rule_comb7,74,[5 4 6],5 4 6,1,1 +1106,1106,02,num,three_rule_comb7,75,[9 2 9],9 2 9],1,1 +1106,1106,02,num,three_rule_comb7,76,[8 5 7],7 8 9],0,1 +1106,1106,02,num,three_rule_comb7,77,[1 8 1],1 8 1],1,1 +1106,1106,02,num,three_rule_comb7,78,[5 7 5],5 8 5,0,1 +1106,1106,02,num,three_rule_comb7,79,[6 0 7],6 3 3],0,1 +1106,1106,02,num,three_rule_comb7,80,[0 7 2],8 7 3,0,1 +1106,1106,02,num,three_rule_comb7,81,[2 5 9],6 5 0,0,1 +1106,1106,02,num,three_rule_comb7,82,[1 9 9],1 9 6],0,1 +1106,1106,02,num,three_rule_comb7,83,[2 4 4],1 4 4],0,1 +1106,1106,02,num,three_rule_comb7,84,[8 6 4],8 6 4],1,1 +1106,1106,02,num,three_rule_comb7,85,[8 5 5],8 2 5,0,1 +1106,1106,02,num,three_rule_comb7,86,[6 0 9],6 6 9,0,1 +1106,1106,02,num,three_rule_comb7,87,[1 5 6],2 5 3,0,1 +1106,1106,02,num,three_rule_comb7,88,[8 4 1],8 7 1,0,1 +1106,1106,02,num,three_rule_comb7,89,[6 7 0],6 7 0],1,1 +1106,1106,02,num,three_rule_comb7,90,[8 6 1],8 3 6,0,1 +1106,1106,02,num,three_rule_comb7,91,[4 1 4],4 8 8,0,1 +1106,1106,02,num,three_rule_comb7,92,[6 6 4],6 9 4],0,1 +1106,1106,02,num,three_rule_comb7,93,[6 9 6],7 3 6],0,1 +1106,1106,02,num,three_rule_comb7,94,[1 3 5],1 3 5],1,1 +1106,1106,02,num,three_rule_comb7,95,[1 5 2],1 5 2,1,1 +1106,1106,02,num,three_rule_comb7,96,[2 4 6],2 4 3,0,1 +1106,1106,02,num,three_rule_comb7,97,[0 3 0],0 3 0,1,1 +1106,1106,02,num,three_rule_comb7,98,[8 3 0],8 3 6,0,1 +1106,1106,02,num,three_rule_comb7,99,[8 9 3],7 6 3,0,1 +1106,1106,02,num,three_rule_comb8,0,[8 1 2],8 1 6],0,1 +1106,1106,02,num,three_rule_comb8,1,[5 5 5],5 5 3],0,1 +1106,1106,02,num,three_rule_comb8,2,[3 0 8],6 0 8,0,1 +1106,1106,02,num,three_rule_comb8,3,[7 5 9],7 5 6,0,1 +1106,1106,02,num,three_rule_comb8,4,[9 4 8],9 4 6,0,1 +1106,1106,02,num,three_rule_comb8,5,[5 3 8],5 3 2,0,1 +1106,1106,02,num,three_rule_comb8,6,[4 6 1],4 6 1],1,1 +1106,1106,02,num,three_rule_comb8,7,[8 3 0],8 2 0],0,1 +1106,1106,02,num,three_rule_comb8,8,[7 0 6],5 0 6],0,1 +1106,1106,02,num,three_rule_comb8,9,[0 7 0],0 7 1,0,1 +1106,1106,02,num,three_rule_comb8,10,[3 5 6],9 5 6],0,1 +1106,1106,02,num,three_rule_comb8,11,[0 4 5],0 9 5],0,1 +1106,1106,02,num,three_rule_comb8,12,[6 6 4],6 3 4,0,1 +1106,1106,02,num,three_rule_comb8,13,[1 9 8],1 9 6,0,1 +1106,1106,02,num,three_rule_comb8,14,[0 7 1],0 7 1],1,1 +1106,1106,02,num,three_rule_comb8,15,[3 8 3],3 8 3,1,1 +1106,1106,02,num,three_rule_comb8,16,[4 6 7],4 6 7],1,1 +1106,1106,02,num,three_rule_comb8,17,[2 8 4],2 5 7,0,1 +1106,1106,02,num,three_rule_comb8,18,[1 5 5],1 5 7,0,1 +1106,1106,02,num,three_rule_comb8,19,[0 7 5],0 7 5],1,1 +1106,1106,02,num,three_rule_comb8,20,[4 1 9],4 3 9,0,1 +1106,1106,02,num,three_rule_comb8,21,[0 9 4],0 9 2,0,1 +1106,1106,02,num,three_rule_comb8,22,[8 4 2],8 4 2,1,1 +1106,1106,02,num,three_rule_comb8,23,[9 4 8],9 5 8,0,1 +1106,1106,02,num,three_rule_comb8,24,[5 3 0],5 7 8,0,1 +1106,1106,02,num,three_rule_comb8,25,[0 5 8],0 8 8,0,1 +1106,1106,02,num,three_rule_comb8,26,[8 8 5],8 3 5,0,1 +1106,1106,02,num,three_rule_comb8,27,[0 5 8],0 5 4],0,1 +1106,1106,02,num,three_rule_comb8,28,[4 5 3],4 1 3,0,1 +1106,1106,02,num,three_rule_comb8,29,[4 5 6],1 5 6],0,1 +1106,1106,02,num,three_rule_comb8,30,[6 6 0],6 2 0],0,1 +1106,1106,02,num,three_rule_comb8,31,[7 5 7],7 5 8,0,1 +1106,1106,02,num,three_rule_comb8,32,[4 0 8],4 6 8,0,1 +1106,1106,02,num,three_rule_comb8,33,[3 0 2],3 7 2],0,1 +1106,1106,02,num,three_rule_comb8,34,[6 8 5],6 8 5,1,1 +1106,1106,02,num,three_rule_comb8,35,[9 0 9],9 0 9],1,1 +1106,1106,02,num,three_rule_comb8,36,[7 4 6],7 4 6],1,1 +1106,1106,02,num,three_rule_comb8,37,[7 3 8],7 3 8],1,1 +1106,1106,02,num,three_rule_comb8,38,[5 0 1],5 0 1],1,1 +1106,1106,02,num,three_rule_comb8,39,[9 5 0],9 6 0],0,1 +1106,1106,02,num,three_rule_comb8,40,[4 7 1],4 1 1,0,1 +1106,1106,02,num,three_rule_comb8,41,[1 6 7],1 4 7],0,1 +1106,1106,02,num,three_rule_comb8,42,[4 2 5],1 2 5],0,1 +1106,1106,02,num,three_rule_comb8,43,[6 1 3],6 1 3,1,1 +1106,1106,02,num,three_rule_comb8,44,[0 9 0],0 9 7,0,1 +1106,1106,02,num,three_rule_comb8,45,[5 8 4],5 1 4,0,1 +1106,1106,02,num,three_rule_comb8,46,[9 8 0],9 1 0,0,1 +1106,1106,02,num,three_rule_comb8,47,[3 0 2],3 0 2],1,1 +1106,1106,02,num,three_rule_comb8,48,[5 1 3],5 1 7,0,1 +1106,1106,02,num,three_rule_comb8,49,[8 9 5],8 9 2,0,1 +1106,1106,02,num,three_rule_comb8,50,[2 9 0],2 9 0],1,1 +1106,1106,02,num,three_rule_comb8,51,[1 1 1],1 1 1,1,1 +1106,1106,02,num,three_rule_comb8,52,[6 4 5],6 4 5],1,1 +1106,1106,02,num,three_rule_comb8,53,[3 5 7],3 5 2,0,1 +1106,1106,02,num,three_rule_comb8,54,[7 5 2],None,0,1 +1106,1106,02,num,three_rule_comb8,55,[1 6 3],1 6 5,0,1 +1106,1106,02,num,three_rule_comb8,56,[0 9 1],0 2 1,0,1 +1106,1106,02,num,three_rule_comb8,57,[5 3 1],5 2 1,0,1 +1106,1106,02,num,three_rule_comb8,58,[6 2 1],3 2 1,0,1 +1106,1106,02,num,three_rule_comb8,59,[5 5 0],5 2 0],0,1 +1106,1106,02,num,three_rule_comb8,60,[1 9 9],1 9 4,0,1 +1106,1106,02,num,three_rule_comb8,61,[8 8 1],8 3 1,0,1 +1106,1106,02,num,three_rule_comb8,62,[9 4 2],9 4 2],1,1 +1106,1106,02,num,three_rule_comb8,63,[1 9 0],1 9 0],1,1 +1106,1106,02,num,three_rule_comb8,64,[5 9 5],1 9 5],0,1 +1106,1106,02,num,three_rule_comb8,65,[8 0 5],8 0 2],0,1 +1106,1106,02,num,three_rule_comb8,66,[5 6 8],5 5 8,0,1 +1106,1106,02,num,three_rule_comb8,67,[0 5 8],7 5 8],0,1 +1106,1106,02,num,three_rule_comb8,68,[8 5 7],6 8 7],0,1 +1106,1106,02,num,three_rule_comb8,69,[1 8 9],1 0 1],0,1 +1106,1106,02,num,three_rule_comb8,70,[5 2 9],5 7 9],0,1 +1106,1106,02,num,three_rule_comb8,71,[5 4 2],5 3 2,0,1 +1106,1106,02,num,three_rule_comb8,72,[8 9 0],8 9 0,1,1 +1106,1106,02,num,three_rule_comb8,73,[0 3 4],0 6 4,0,1 +1106,1106,02,num,three_rule_comb8,74,[0 5 1],0 5 1,1,1 +1106,1106,02,num,three_rule_comb8,75,[4 5 6],4 5 6],1,1 +1106,1106,02,num,three_rule_comb8,76,[9 3 2],9 9 2,0,1 +1106,1106,02,num,three_rule_comb8,77,[0 7 4],1 7 4],0,1 +1106,1106,02,num,three_rule_comb8,78,[8 1 7],8 1 0],0,1 +1106,1106,02,num,three_rule_comb8,79,[1 9 7],1 9 5,0,1 +1106,1106,02,num,three_rule_comb8,80,[0 1 8],0 6 8,0,1 +1106,1106,02,num,three_rule_comb8,81,[9 2 0],9 7 0,0,1 +1106,1106,02,num,three_rule_comb8,82,[8 8 1],5 8 1],0,1 +1106,1106,02,num,three_rule_comb8,83,[2 1 8],2 1 8,1,1 +1106,1106,02,num,three_rule_comb8,84,[3 9 0],3 9 0],1,1 +1106,1106,02,num,three_rule_comb8,85,[3 5 8],3 5 5],0,1 +1106,1106,02,num,three_rule_comb8,86,[6 1 4],6 7 1],0,1 +1106,1106,02,num,three_rule_comb8,87,[5 0 2],5 1 2,0,1 +1106,1106,02,num,three_rule_comb8,88,[8 1 0],2 1 0],0,1 +1106,1106,02,num,three_rule_comb8,89,[4 9 8],4 8 8,0,1 +1106,1106,02,num,three_rule_comb8,90,[5 0 2],5 0 2],1,1 +1106,1106,02,num,three_rule_comb8,91,[0 3 2],0 3 2],1,1 +1106,1106,02,num,three_rule_comb8,92,[8 8 6],8 8 6],1,1 +1106,1106,02,num,three_rule_comb8,93,[1 0 2],1 0 7,0,1 +1106,1106,02,num,three_rule_comb8,94,[8 8 7],8 7 7],0,1 +1106,1106,02,num,three_rule_comb8,95,[6 5 4],6 1 4],0,1 +1106,1106,02,num,three_rule_comb8,96,[9 9 3],9 9 3],1,1 +1106,1106,02,num,three_rule_comb8,97,[0 8 5],0 5 8,0,1 +1106,1106,02,num,three_rule_comb8,98,[5 0 3],1 0 3],0,1 +1106,1106,02,num,three_rule_comb8,99,[8 1 0],8 1 4,0,1 +1106,1106,02,num,three_rule_comb9,0,[5 7 3],5 7 3,1,1 +1106,1106,02,num,three_rule_comb9,1,[8 9 0],8 9 0,1,1 +1106,1106,02,num,three_rule_comb9,2,[6 7 2],6 7 2,1,1 +1106,1106,02,num,three_rule_comb9,3,[5 8 6],5 8 6,1,1 +1106,1106,02,num,three_rule_comb9,4,[5 6 2],5 6 2,1,1 +1106,1106,02,num,three_rule_comb9,5,[7 8 4],7 8 4],1,1 +1106,1106,02,num,three_rule_comb9,6,[0 1 5],0 1 5,1,1 +1106,1106,02,num,three_rule_comb9,7,[9 1 0],9 1 0,1,1 +1106,1106,02,num,three_rule_comb9,8,[8 0 3],8 0 3,1,1 +1106,1106,02,num,three_rule_comb9,9,[0 5 8],0 5 8,1,1 +1106,1106,02,num,three_rule_comb9,10,[0 8 1],0 8 1,1,1 +1106,1106,02,num,three_rule_comb9,11,[0 1 1],0 1 1],1,1 +1106,1106,02,num,three_rule_comb9,12,[9 1 6],9 1 6],1,1 +1106,1106,02,num,three_rule_comb9,13,[4 8 1],4 8 1,1,1 +1106,1106,02,num,three_rule_comb9,14,[2 5 0],2 5 0,1,1 +1106,1106,02,num,three_rule_comb9,15,[8 1 5],8 1 5,1,1 +1106,1106,02,num,three_rule_comb9,16,[6 0 8],6 0 8],1,1 +1106,1106,02,num,three_rule_comb9,17,[5 2 4],5 2 4,1,1 +1106,1106,02,num,three_rule_comb9,18,[4 6 9],4 6 9,1,1 +1106,1106,02,num,three_rule_comb9,19,[2 8 0],2 8 0,1,1 +1106,1106,02,num,three_rule_comb9,20,[0 8 7],0 8 7,1,1 +1106,1106,02,num,three_rule_comb9,21,[1 2 9],1 2 9,1,1 +1106,1106,02,num,three_rule_comb9,22,[5 8 2],5 8 2],1,1 +1106,1106,02,num,three_rule_comb9,23,[6 1 2],6 1 2,1,1 +1106,1106,02,num,three_rule_comb9,24,[4 9 0],4 9 0,1,1 +1106,1106,02,num,three_rule_comb9,25,[2 9 8],2 9 8,1,1 +1106,1106,02,num,three_rule_comb9,26,[0 9 1],0 9 1,1,1 +1106,1106,02,num,three_rule_comb9,27,[0 1 5],0 1 5,1,1 +1106,1106,02,num,three_rule_comb9,28,[8 1 0],8 1 0],1,1 +1106,1106,02,num,three_rule_comb9,29,[8 6 4],8 6 4,1,1 +1106,1106,02,num,three_rule_comb9,30,[5 8 8],5 8 8,1,1 +1106,1106,02,num,three_rule_comb9,31,[8 7 1],8 7 1,1,1 +1106,1106,02,num,three_rule_comb9,32,[0 4 5],0 4 5,1,1 +1106,1106,02,num,three_rule_comb9,33,[7 5 9],7 5 9,1,1 +1106,1106,02,num,three_rule_comb9,34,[9 4 2],9 4 2,1,1 +1106,1106,02,num,three_rule_comb9,35,[6 4 0],6 4 0],1,1 +1106,1106,02,num,three_rule_comb9,36,[9 0 4],9 0 4,1,1 +1106,1106,02,num,three_rule_comb9,37,[8 9 3],8 9 3],1,1 +1106,1106,02,num,three_rule_comb9,38,[7 0 0],7 0 0],1,1 +1106,1106,02,num,three_rule_comb9,39,[3 9 4],3 9 4,1,1 +1106,1106,02,num,three_rule_comb9,40,[8 6 9],8 6 9,1,1 +1106,1106,02,num,three_rule_comb9,41,[8 1 4],8 1 4,1,1 +1106,1106,02,num,three_rule_comb9,42,[7 2 9],7 2 9,1,1 +1106,1106,02,num,three_rule_comb9,43,[1 0 9],1 0 9,1,1 +1106,1106,02,num,three_rule_comb9,44,[6 4 4],6 4 4,1,1 +1106,1106,02,num,three_rule_comb9,45,[1 7 4],1 7 4,1,1 +1106,1106,02,num,three_rule_comb9,46,[8 2 1],8 2 1,1,1 +1106,1106,02,num,three_rule_comb9,47,[0 8 7],0 8 7],1,1 +1106,1106,02,num,three_rule_comb9,48,[6 9 5],6 9 5,1,1 +1106,1106,02,num,three_rule_comb9,49,[1 5 5],1 5 5,1,1 +1106,1106,02,num,three_rule_comb9,50,[0 0 1],0 0 1,1,1 +1106,1106,02,num,three_rule_comb9,51,[2 9 1],2 9 1,1,1 +1106,1106,02,num,three_rule_comb9,52,[9 8 5],9 8 5,1,1 +1106,1106,02,num,three_rule_comb9,53,[0 0 6],0 0 6,1,1 +1106,1106,02,num,three_rule_comb9,54,[9 9 8],9 9 8,1,1 +1106,1106,02,num,three_rule_comb9,55,[5 4 3],5 4 3,1,1 +1106,1106,02,num,three_rule_comb9,56,[1 7 9],1 7 9,1,1 +1106,1106,02,num,three_rule_comb9,57,[1 9 8],1 9 8,1,1 +1106,1106,02,num,three_rule_comb9,58,[4 1 0],4 1 0,1,1 +1106,1106,02,num,three_rule_comb9,59,[9 7 5],9 7 5,1,1 +1106,1106,02,num,three_rule_comb9,60,[9 5 4],9 5 4,1,1 +1106,1106,02,num,three_rule_comb9,61,[8 0 2],8 0 2],1,1 +1106,1106,02,num,three_rule_comb9,62,[1 5 8],1 5 8,1,1 +1106,1106,02,num,three_rule_comb9,63,[9 4 8],9 4 8,1,1 +1106,1106,02,num,three_rule_comb9,64,[6 8 9],6 8 9],1,1 +1106,1106,02,num,three_rule_comb9,65,[4 0 3],4 0 3,1,1 +1106,1106,02,num,three_rule_comb9,66,[5 1 6],5 1 6],1,1 +1106,1106,02,num,three_rule_comb9,67,[5 9 3],5 9 3,1,1 +1106,1106,02,num,three_rule_comb9,68,[8 9 0],8 9 0],1,1 +1106,1106,02,num,three_rule_comb9,69,[4 9 7],4 9 7],1,1 +1106,1106,02,num,three_rule_comb9,70,[8 9 4],8 9 4,1,1 +1106,1106,02,num,three_rule_comb9,71,[4 2 5],4 2 5,1,1 +1106,1106,02,num,three_rule_comb9,72,[7 9 8],7 9 8],1,1 +1106,1106,02,num,three_rule_comb9,73,[5 0 8],5 0 8,1,1 +1106,1106,02,num,three_rule_comb9,74,[9 8 7],9 8 7,1,1 +1106,1106,02,num,three_rule_comb9,75,[3 0 4],3 0 4,1,1 +1106,1106,02,num,three_rule_comb9,76,[1 8 0],1 8 0,1,1 +1106,1106,02,num,three_rule_comb9,77,[7 0 4],7 0 4,1,1 +1106,1106,02,num,three_rule_comb9,78,[9 5 9],9 5 9,1,1 +1106,1106,02,num,three_rule_comb9,79,[1 7 0],1 7 0,1,1 +1106,1106,02,num,three_rule_comb9,80,[4 4 2],4 4 2,1,1 +1106,1106,02,num,three_rule_comb9,81,[1 4 7],1 4 7,1,1 +1106,1106,02,num,three_rule_comb9,82,[0 5 4],0 5 4,1,1 +1106,1106,02,num,three_rule_comb9,83,[9 5 4],9 5 4,1,1 +1106,1106,02,num,three_rule_comb9,84,[5 3 0],5 3 0,1,1 +1106,1106,02,num,three_rule_comb9,85,[5 7 1],5 7 1,1,1 +1106,1106,02,num,three_rule_comb9,86,[9 4 5],9 4 5],1,1 +1106,1106,02,num,three_rule_comb9,87,[4 9 5],4 9 5,1,1 +1106,1106,02,num,three_rule_comb9,88,[7 4 5],7 4 5,1,1 +1106,1106,02,num,three_rule_comb9,89,[6 8 0],6 8 0,1,1 +1106,1106,02,num,three_rule_comb9,90,[1 9 3],1 9 3,1,1 +1106,1106,02,num,three_rule_comb9,91,[9 0 1],9 0 1,1,1 +1106,1106,02,num,three_rule_comb9,92,[9 7 4],9 7 4,1,1 +1106,1106,02,num,three_rule_comb9,93,[1 0 6],1 0 6,1,1 +1106,1106,02,num,three_rule_comb9,94,[9 0 2],9 0 2],1,1 +1106,1106,02,num,three_rule_comb9,95,[1 3 1],1 3 1,1,1 +1106,1106,02,num,three_rule_comb9,96,[7 9 1],7 9 1,1,1 +1106,1106,02,num,three_rule_comb9,97,[3 1 0],3 1 0,1,1 +1106,1106,02,num,three_rule_comb9,98,[9 7 8],9 7 8],1,1 +1106,1106,02,num,three_rule_comb9,99,[3 1 2],3 1 2,1,1 +1106,1106,02,num,c3_set_union,0,[6 4 1 9],6 4 1 9,1,1 +1106,1106,02,num,c3_set_union,1,[5 7 4 1],5 7 4 1,1,1 +1106,1106,02,num,c3_set_union,2,[1 9 8 6],1 9 8 6,1,1 +1106,1106,02,num,c3_set_union,3,[0 4 8 7],0 4 8 7,1,1 +1106,1106,02,num,c3_set_union,4,[8 6 5 2],8 5 6 2,1,1 +1106,1106,02,num,c3_set_union,5,[2 5 1 0],2 5 1 0,1,1 +1106,1106,02,num,c3_set_union,6,[6 1 0 4],6 1 0 4,1,1 +1106,1106,02,num,c3_set_union,7,[7 3 8 4],7 8 3 4,1,1 +1106,1106,02,num,c3_set_union,8,[8 3 2 1],8 3 2 1,1,1 +1106,1106,02,num,c3_set_union,9,[0 2 1 6],0 1 2 6,1,1 +1106,1106,02,num,c3_set_union,10,[9 0 7 1],9 0 7 1],1,1 +1106,1106,02,num,c3_set_union,11,[6 1 3 5],6 1 3 5],1,1 +1106,1106,02,num,c3_set_union,12,[9 7 6 0],9 7 6 0,1,1 +1106,1106,02,num,c3_set_union,13,[5 0 7 3],5 0 7 3],1,1 +1106,1106,02,num,c3_set_union,14,[8 9 7 2],8 9 7 2,1,1 +1106,1106,02,num,c3_set_union,15,[0 4 1 2],0 4 1 2,1,1 +1106,1106,02,num,c3_set_union,16,[6 2 8 3],6 8 2 3,1,1 +1106,1106,02,num,c3_set_union,17,[7 8 6 3],7 8 6 3],1,1 +1106,1106,02,num,c3_set_union,18,[9 4 2 8],9 4 2 8,1,1 +1106,1106,02,num,c3_set_union,19,[8 4 6 1],8 4 6 1,1,1 +1106,1106,02,num,c3_set_union,20,[6 0 2 3],6 2 3],0,1 +1106,1106,02,num,c3_set_union,21,[8 4 5 9],8 4 5 9,1,1 +1106,1106,02,num,c3_set_union,22,[3 5 7 8],3 5 7 8,1,1 +1106,1106,02,num,c3_set_union,23,[0 4 6 5],0 4 6 5,1,1 +1106,1106,02,num,c3_set_union,24,[0 9 7 5],0 9 7 5,1,1 +1106,1106,02,num,c3_set_union,25,[6 9 5 1],6 9 5 1,1,1 +1106,1106,02,num,c3_set_union,26,[8 3 9 7],8 3 9 7,1,1 +1106,1106,02,num,c3_set_union,27,[9 2 1 8],9 1 8,0,1 +1106,1106,02,num,c3_set_union,28,[8 0 1 6],80 16,1,1 +1106,1106,02,num,c3_set_union,29,[3 9 2 1],3 9 2 1],1,1 +1106,1106,02,num,c3_set_union,30,[3 2 4 8],3 2 4 8],1,1 +1106,1106,02,num,c3_set_union,31,[2 6 1 8],2 6 1 8,1,1 +1106,1106,02,num,c3_set_union,32,[8 6 4 0],8 4 0,0,1 +1106,1106,02,num,c3_set_union,33,[2 0 5 9],2 0 5 9,1,1 +1106,1106,02,num,c3_set_union,34,[6 5 1 4],6 5 1 4,1,1 +1106,1106,02,num,c3_set_union,35,[0 5 2 3],0 5 2 3,1,1 +1106,1106,02,num,c3_set_union,36,[4 6 8 3],4 8 6 3,1,1 +1106,1106,02,num,c3_set_union,37,[9 1 2 6],9 1 2 6,1,1 +1106,1106,02,num,c3_set_union,38,[8 4 6 9],8 4 6 9,1,1 +1106,1106,02,num,c3_set_union,39,[1 7 9 2],1 7 9 2,1,1 +1106,1106,02,num,c3_set_union,40,[9 3 2 6],9 3 2 6,1,1 +1106,1106,02,num,c3_set_union,41,[1 0 9 3],1 0 9 3],1,1 +1106,1106,02,num,c3_set_union,42,[7 9 2 3],7 9 2 3,1,1 +1106,1106,02,num,c3_set_union,43,[8 2 4 7],8 4 2 7,1,1 +1106,1106,02,num,c3_set_union,44,[9 0 4 8],9 4 8,0,1 +1106,1106,02,num,c3_set_union,45,[3 5 8 9],3 5 8 9,1,1 +1106,1106,02,num,c3_set_union,46,[7 2 1 5],7 1 5,0,1 +1106,1106,02,num,c3_set_union,47,[8 6 7 2],8 6 7 2,1,1 +1106,1106,02,num,c3_set_union,48,[0 4 2 6],0 4 2 6,1,1 +1106,1106,02,num,c3_set_union,49,[4 6 2 5],4 6 2 5,1,1 +1106,1106,02,num,c3_set_union,50,[4 9 3 0],4 9 3 0,1,1 +1106,1106,02,num,c3_set_union,51,[7 3 0 2],7 3 0 2,1,1 +1106,1106,02,num,c3_set_union,52,[1 9 7 8],1 9 7 8],1,1 +1106,1106,02,num,c3_set_union,53,[6 9 0 5],6 9 0 5,1,1 +1106,1106,02,num,c3_set_union,54,[1 7 5 0],1 7 5 0,1,1 +1106,1106,02,num,c3_set_union,55,[7 2 5 8],7 5 8,0,1 +1106,1106,02,num,c3_set_union,56,[8 3 2 5],8 3 2 5,1,1 +1106,1106,02,num,c3_set_union,57,[0 5 2 6],0 5 2 6,1,1 +1106,1106,02,num,c3_set_union,58,[7 4 5 0],7 4 5 0,1,1 +1106,1106,02,num,c3_set_union,59,[7 8 5 6],7 5 8 6,1,1 +1106,1106,02,num,c3_set_union,60,[2 1 5 9],2 1 5 9,1,1 +1106,1106,02,num,c3_set_union,61,[0 5 2 4],0 5 2 4,1,1 +1106,1106,02,num,c3_set_union,62,[9 0 5 3],9 5 0 3],1,1 +1106,1106,02,num,c3_set_union,63,[6 7 5 3],6 7 5 3],1,1 +1106,1106,02,num,c3_set_union,64,[1 3 9 6],1 3 9 6],1,1 +1106,1106,02,num,c3_set_union,65,[8 1 7 0],8 1 7 0,1,1 +1106,1106,02,num,c3_set_union,66,[5 1 9 7],5 1 9 7,1,1 +1106,1106,02,num,c3_set_union,67,[4 9 2 0],4 9 2 0,1,1 +1106,1106,02,num,c3_set_union,68,[5 0 8 9],5 0 8 9],1,1 +1106,1106,02,num,c3_set_union,69,[8 1 9 5],8 1 9 5,1,1 +1106,1106,02,num,c3_set_union,70,[7 4 6 2],7 4 6 2,1,1 +1106,1106,02,num,c3_set_union,71,[8 6 1 5],8 6 1 5,1,1 +1106,1106,02,num,c3_set_union,72,[4 3 8 0],4 8 3 0,1,1 +1106,1106,02,num,c3_set_union,73,[5 1 9 4],5 9 1 4,1,1 +1106,1106,02,num,c3_set_union,74,[2 3 7 8],2 3 7 8,1,1 +1106,1106,02,num,c3_set_union,75,[9 8 5 2],9 8 5 2,1,1 +1106,1106,02,num,c3_set_union,76,[0 7 8 9],0 7 8 9,1,1 +1106,1106,02,num,c3_set_union,77,[8 6 3 0],8 6 3 0,1,1 +1106,1106,02,num,c3_set_union,78,[1 3 6 7],1 3 6 7],1,1 +1106,1106,02,num,c3_set_union,79,[4 9 2 5],4 9 2 5,1,1 +1106,1106,02,num,c3_set_union,80,[4 8 1 9],4 1 8 9,1,1 +1106,1106,02,num,c3_set_union,81,[3 1 2 7],3 1 2 7,1,1 +1106,1106,02,num,c3_set_union,82,[8 0 1 5],8 0 1 5,1,1 +1106,1106,02,num,c3_set_union,83,[7 4 9 2],7 4 9 2,1,1 +1106,1106,02,num,c3_set_union,84,[3 8 5 1],3 8 5 1,1,1 +1106,1106,02,num,c3_set_union,85,[3 9 4 8],3 9 4 8],1,1 +1106,1106,02,num,c3_set_union,86,[2 3 0 8],2 3 0 8,1,1 +1106,1106,02,num,c3_set_union,87,[4 3 2 6],4 3 2 6],1,1 +1106,1106,02,num,c3_set_union,88,[0 3 1 4],0 1 3 4,1,1 +1106,1106,02,num,c3_set_union,89,[3 4 7 9],3 4 7 9],1,1 +1106,1106,02,num,c3_set_union,90,[5 7 2 4],5 7 2 4,1,1 +1106,1106,02,num,c3_set_union,91,[1 9 0 4],1 9 0 4,1,1 +1106,1106,02,num,c3_set_union,92,[3 5 1 0],3 5 1 0,1,1 +1106,1106,02,num,c3_set_union,93,[8 4 1 7],8 4 1 7,1,1 +1106,1106,02,num,c3_set_union,94,[8 5 9 7],8 5 9 7,1,1 +1106,1106,02,num,c3_set_union,95,[4 9 5 0],4 5 9 0,1,1 +1106,1106,02,num,c3_set_union,96,[6 0 2 8],6 0 2 8,1,1 +1106,1106,02,num,c3_set_union,97,[1 0 3 2],1 0 3 2,1,1 +1106,1106,02,num,c3_set_union,98,[8 9 2 3],8 9 2 3],1,1 +1106,1106,02,num,c3_set_union,99,[3 4 5 2],3 4 5 2,1,1 +1106,1106,02,num,c1_set_union,0,[4],4,1,1 +1106,1106,02,num,c1_set_union,1,[4],4,1,1 +1106,1106,02,num,c1_set_union,2,[1],1,1,1 +1106,1106,02,num,c1_set_union,3,[9],9,1,1 +1106,1106,02,num,c1_set_union,4,[7],7,1,1 +1106,1106,02,num,c1_set_union,5,[6],6,1,1 +1106,1106,02,num,c1_set_union,6,[5],5,1,1 +1106,1106,02,num,c1_set_union,7,[0],0,1,1 +1106,1106,02,num,c1_set_union,8,[9],9],1,1 +1106,1106,02,num,c1_set_union,9,[9],9],1,1 +1106,1106,02,num,c1_set_union,10,[8],8,1,1 +1106,1106,02,num,c1_set_union,11,[2],2],1,1 +1106,1106,02,num,c1_set_union,12,[4],4,1,1 +1106,1106,02,num,c1_set_union,13,[5],5,1,1 +1106,1106,02,num,c1_set_union,14,[2],2],1,1 +1106,1106,02,num,c1_set_union,15,[5],5,1,1 +1106,1106,02,num,c1_set_union,16,[8],8,1,1 +1106,1106,02,num,c1_set_union,17,[7],7,1,1 +1106,1106,02,num,c1_set_union,18,[8],8,1,1 +1106,1106,02,num,c1_set_union,19,[4],4,1,1 +1106,1106,02,num,c1_set_union,20,[8],8,1,1 +1106,1106,02,num,c1_set_union,21,[6],6,1,1 +1106,1106,02,num,c1_set_union,22,[6],6],1,1 +1106,1106,02,num,c1_set_union,23,[8],8,1,1 +1106,1106,02,num,c1_set_union,24,[1],1,1,1 +1106,1106,02,num,c1_set_union,25,[6],6,1,1 +1106,1106,02,num,c1_set_union,26,[5],5],1,1 +1106,1106,02,num,c1_set_union,27,[7],7,1,1 +1106,1106,02,num,c1_set_union,28,[9],9,1,1 +1106,1106,02,num,c1_set_union,29,[9],9,1,1 +1106,1106,02,num,c1_set_union,30,[1],1,1,1 +1106,1106,02,num,c1_set_union,31,[3],3,1,1 +1106,1106,02,num,c1_set_union,32,[1],1],1,1 +1106,1106,02,num,c1_set_union,33,[4],4],1,1 +1106,1106,02,num,c1_set_union,34,[3],3,1,1 +1106,1106,02,num,c1_set_union,35,[1],1,1,1 +1106,1106,02,num,c1_set_union,36,[6],6,1,1 +1106,1106,02,num,c1_set_union,37,[4],4,1,1 +1106,1106,02,num,c1_set_union,38,[9],9],1,1 +1106,1106,02,num,c1_set_union,39,[4],4,1,1 +1106,1106,02,num,c1_set_union,40,[7],7],1,1 +1106,1106,02,num,c1_set_union,41,[8],8,1,1 +1106,1106,02,num,c1_set_union,42,[1],1,1,1 +1106,1106,02,num,c1_set_union,43,[9],9,1,1 +1106,1106,02,num,c1_set_union,44,[3],3,1,1 +1106,1106,02,num,c1_set_union,45,[9],9,1,1 +1106,1106,02,num,c1_set_union,46,[2],2,1,1 +1106,1106,02,num,c1_set_union,47,[7],7,1,1 +1106,1106,02,num,c1_set_union,48,[6],6,1,1 +1106,1106,02,num,c1_set_union,49,[7],7],1,1 +1106,1106,02,num,c1_set_union,50,[9],9],1,1 +1106,1106,02,num,c1_set_union,51,[3],3],1,1 +1106,1106,02,num,c1_set_union,52,[3],3,1,1 +1106,1106,02,num,c1_set_union,53,[9],9],1,1 +1106,1106,02,num,c1_set_union,54,[5],5,1,1 +1106,1106,02,num,c1_set_union,55,[1],1],1,1 +1106,1106,02,num,c1_set_union,56,[2],2,1,1 +1106,1106,02,num,c1_set_union,57,[5],5],1,1 +1106,1106,02,num,c1_set_union,58,[4],4,1,1 +1106,1106,02,num,c1_set_union,59,[1],1,1,1 +1106,1106,02,num,c1_set_union,60,[7],7],1,1 +1106,1106,02,num,c1_set_union,61,[3],3,1,1 +1106,1106,02,num,c1_set_union,62,[3],3,1,1 +1106,1106,02,num,c1_set_union,63,[8],8,1,1 +1106,1106,02,num,c1_set_union,64,[1],1],1,1 +1106,1106,02,num,c1_set_union,65,[7],7,1,1 +1106,1106,02,num,c1_set_union,66,[9],9],1,1 +1106,1106,02,num,c1_set_union,67,[6],6,1,1 +1106,1106,02,num,c1_set_union,68,[4],4],1,1 +1106,1106,02,num,c1_set_union,69,[4],4,1,1 +1106,1106,02,num,c1_set_union,70,[0],0],1,1 +1106,1106,02,num,c1_set_union,71,[2],2,1,1 +1106,1106,02,num,c1_set_union,72,[5],5,1,1 +1106,1106,02,num,c1_set_union,73,[2],2,1,1 +1106,1106,02,num,c1_set_union,74,[6],6,1,1 +1106,1106,02,num,c1_set_union,75,[7],7],1,1 +1106,1106,02,num,c1_set_union,76,[5],5],1,1 +1106,1106,02,num,c1_set_union,77,[3],3,1,1 +1106,1106,02,num,c1_set_union,78,[2],2],1,1 +1106,1106,02,num,c1_set_union,79,[9],9,1,1 +1106,1106,02,num,c1_set_union,80,[3],3],1,1 +1106,1106,02,num,c1_set_union,81,[1],1,1,1 +1106,1106,02,num,c1_set_union,82,[4],4,1,1 +1106,1106,02,num,c1_set_union,83,[2],2],1,1 +1106,1106,02,num,c1_set_union,84,[6],6,1,1 +1106,1106,02,num,c1_set_union,85,[0],0],1,1 +1106,1106,02,num,c1_set_union,86,[2],2,1,1 +1106,1106,02,num,c1_set_union,87,[9],9,1,1 +1106,1106,02,num,c1_set_union,88,[2],2],1,1 +1106,1106,02,num,c1_set_union,89,[2],2],1,1 +1106,1106,02,num,c1_set_union,90,[1],1,1,1 +1106,1106,02,num,c1_set_union,91,[7],7],1,1 +1106,1106,02,num,c1_set_union,92,[7],7,1,1 +1106,1106,02,num,c1_set_union,93,[3],3,1,1 +1106,1106,02,num,c1_set_union,94,[6],6,1,1 +1106,1106,02,num,c1_set_union,95,[2],2],1,1 +1106,1106,02,num,c1_set_union,96,[9],9,1,1 +1106,1106,02,num,c1_set_union,97,[1],1,1,1 +1106,1106,02,num,c1_set_union,98,[9],9],1,1 +1106,1106,02,num,c1_set_union,99,[6],6,1,1 +1106,1106,02,num,c2_set_union,0,[9],9],1,1 +1106,1106,02,num,c2_set_union,1,[8],8],1,1 +1106,1106,02,num,c2_set_union,2,[1],1],1,1 +1106,1106,02,num,c2_set_union,3,[2],2,1,1 +1106,1106,02,num,c2_set_union,4,[3],3],1,1 +1106,1106,02,num,c2_set_union,5,[1],1],1,1 +1106,1106,02,num,c2_set_union,6,[8],8,1,1 +1106,1106,02,num,c2_set_union,7,[7],7],1,1 +1106,1106,02,num,c2_set_union,8,[7],7],1,1 +1106,1106,02,num,c2_set_union,9,[4],4],1,1 +1106,1106,02,num,c2_set_union,10,[2],2],1,1 +1106,1106,02,num,c2_set_union,11,[0],0],1,1 +1106,1106,02,num,c2_set_union,12,[9],9],1,1 +1106,1106,02,num,c2_set_union,13,[8],8],1,1 +1106,1106,02,num,c2_set_union,14,[0],0,1,1 +1106,1106,02,num,c2_set_union,15,[0],0],1,1 +1106,1106,02,num,c2_set_union,16,[7],7],1,1 +1106,1106,02,num,c2_set_union,17,[9],9],1,1 +1106,1106,02,num,c2_set_union,18,[9],9],1,1 +1106,1106,02,num,c2_set_union,19,[8],0 8 7],0,1 +1106,1106,02,num,c2_set_union,20,[7],7],1,1 +1106,1106,02,num,c2_set_union,21,[8],8],1,1 +1106,1106,02,num,c2_set_union,22,[1],1],1,1 +1106,1106,02,num,c2_set_union,23,[8],8 2,0,1 +1106,1106,02,num,c2_set_union,24,[5],5],1,1 +1106,1106,02,num,c2_set_union,25,[1],1],1,1 +1106,1106,02,num,c2_set_union,26,[7],7,1,1 +1106,1106,02,num,c2_set_union,27,[2],2],1,1 +1106,1106,02,num,c2_set_union,28,[5],5],1,1 +1106,1106,02,num,c2_set_union,29,[8],8,1,1 +1106,1106,02,num,c2_set_union,30,[3],3],1,1 +1106,1106,02,num,c2_set_union,31,[2],2],1,1 +1106,1106,02,num,c2_set_union,32,[2],2],1,1 +1106,1106,02,num,c2_set_union,33,[1],1],1,1 +1106,1106,02,num,c2_set_union,34,[8],8,1,1 +1106,1106,02,num,c2_set_union,35,[7],7],1,1 +1106,1106,02,num,c2_set_union,36,[5],5,1,1 +1106,1106,02,num,c2_set_union,37,[2],2],1,1 +1106,1106,02,num,c2_set_union,38,[2],2],1,1 +1106,1106,02,num,c2_set_union,39,[3],3],1,1 +1106,1106,02,num,c2_set_union,40,[5],5],1,1 +1106,1106,02,num,c2_set_union,41,[7],7],1,1 +1106,1106,02,num,c2_set_union,42,[1],1],1,1 +1106,1106,02,num,c2_set_union,43,[6],6],1,1 +1106,1106,02,num,c2_set_union,44,[1],1 2,0,1 +1106,1106,02,num,c2_set_union,45,[6],6],1,1 +1106,1106,02,num,c2_set_union,46,[5],5],1,1 +1106,1106,02,num,c2_set_union,47,[2],2],1,1 +1106,1106,02,num,c2_set_union,48,[5],5],1,1 +1106,1106,02,num,c2_set_union,49,[3],3],1,1 +1106,1106,02,num,c2_set_union,50,[1],1,1,1 +1106,1106,02,num,c2_set_union,51,[3],3],1,1 +1106,1106,02,num,c2_set_union,52,[2],2 0],0,1 +1106,1106,02,num,c2_set_union,53,[8],8],1,1 +1106,1106,02,num,c2_set_union,54,[4],4,1,1 +1106,1106,02,num,c2_set_union,55,[8],8],1,1 +1106,1106,02,num,c2_set_union,56,[6],6,1,1 +1106,1106,02,num,c2_set_union,57,[3],3],1,1 +1106,1106,02,num,c2_set_union,58,[7],7],1,1 +1106,1106,02,num,c2_set_union,59,[5],5],1,1 +1106,1106,02,num,c2_set_union,60,[9],9],1,1 +1106,1106,02,num,c2_set_union,61,[1],1],1,1 +1106,1106,02,num,c2_set_union,62,[8],8],1,1 +1106,1106,02,num,c2_set_union,63,[6],6],1,1 +1106,1106,02,num,c2_set_union,64,[7],7],1,1 +1106,1106,02,num,c2_set_union,65,[8],8],1,1 +1106,1106,02,num,c2_set_union,66,[2],2],1,1 +1106,1106,02,num,c2_set_union,67,[5],5],1,1 +1106,1106,02,num,c2_set_union,68,[1],1],1,1 +1106,1106,02,num,c2_set_union,69,[0],0,1,1 +1106,1106,02,num,c2_set_union,70,[5],5],1,1 +1106,1106,02,num,c2_set_union,71,[8],8],1,1 +1106,1106,02,num,c2_set_union,72,[6],6],1,1 +1106,1106,02,num,c2_set_union,73,[2],2],1,1 +1106,1106,02,num,c2_set_union,74,[6],6],1,1 +1106,1106,02,num,c2_set_union,75,[2],2],1,1 +1106,1106,02,num,c2_set_union,76,[1],1],1,1 +1106,1106,02,num,c2_set_union,77,[2],2 3],0,1 +1106,1106,02,num,c2_set_union,78,[2],2],1,1 +1106,1106,02,num,c2_set_union,79,[8],8],1,1 +1106,1106,02,num,c2_set_union,80,[5],5],1,1 +1106,1106,02,num,c2_set_union,81,[1],1],1,1 +1106,1106,02,num,c2_set_union,82,[9],9],1,1 +1106,1106,02,num,c2_set_union,83,[0],0],1,1 +1106,1106,02,num,c2_set_union,84,[4],4,1,1 +1106,1106,02,num,c2_set_union,85,[2],2 3],0,1 +1106,1106,02,num,c2_set_union,86,[3],3,1,1 +1106,1106,02,num,c2_set_union,87,[1],1],1,1 +1106,1106,02,num,c2_set_union,88,[4],4],1,1 +1106,1106,02,num,c2_set_union,89,[6],6],1,1 +1106,1106,02,num,c2_set_union,90,[9],9],1,1 +1106,1106,02,num,c2_set_union,91,[9],9],1,1 +1106,1106,02,num,c2_set_union,92,[6],6],1,1 +1106,1106,02,num,c2_set_union,93,[8],8],1,1 +1106,1106,02,num,c2_set_union,94,[0],0],1,1 +1106,1106,02,num,c2_set_union,95,[6],6],1,1 +1106,1106,02,num,c2_set_union,96,[2],2],1,1 +1106,1106,02,num,c2_set_union,97,[1],1 0],0,1 +1106,1106,02,num,c2_set_union,98,[5],5 0],0,1 +1106,1106,02,num,c2_set_union,99,[4],4 8,0,1 +1106,1106,02,num,AND,0,[4],4,1,1 +1106,1106,02,num,AND,1,[1],1,1,1 +1106,1106,02,num,AND,2,[5],5,1,1 +1106,1106,02,num,AND,3,[5],5],1,1 +1106,1106,02,num,AND,4,[2],2,1,1 +1106,1106,02,num,AND,5,[0],0],1,1 +1106,1106,02,num,AND,6,[0],0],1,1 +1106,1106,02,num,AND,7,[9],9],1,1 +1106,1106,02,num,AND,8,[7],7,1,1 +1106,1106,02,num,AND,9,[6],6,1,1 +1106,1106,02,num,AND,10,[8],8,1,1 +1106,1106,02,num,AND,11,[2],2,1,1 +1106,1106,02,num,AND,12,[2],2,1,1 +1106,1106,02,num,AND,13,[5],5],1,1 +1106,1106,02,num,AND,14,[9],9,1,1 +1106,1106,02,num,AND,15,[0],0,1,1 +1106,1106,02,num,AND,16,[8],8,1,1 +1106,1106,02,num,AND,17,[7],7,1,1 +1106,1106,02,num,AND,18,[4],4,1,1 +1106,1106,02,num,AND,19,[7],7,1,1 +1106,1106,02,num,AND,20,[8],8,1,1 +1106,1106,02,num,AND,21,[0],0],1,1 +1106,1106,02,num,AND,22,[7],7],1,1 +1106,1106,02,num,AND,23,[2],2,1,1 +1106,1106,02,num,AND,24,[1],1],1,1 +1106,1106,02,num,AND,25,[6],6,1,1 +1106,1106,02,num,AND,26,[4],4,1,1 +1106,1106,02,num,AND,27,[5],5,1,1 +1106,1106,02,num,AND,28,[1],5 1,0,1 +1106,1106,02,num,AND,29,[1],1],1,1 +1106,1106,02,num,AND,30,[8],8,1,1 +1106,1106,02,num,AND,31,[7],7,1,1 +1106,1106,02,num,AND,32,[6],6],1,1 +1106,1106,02,num,AND,33,[2],2],1,1 +1106,1106,02,num,AND,34,[1],1],1,1 +1106,1106,02,num,AND,35,[9],9],1,1 +1106,1106,02,num,AND,36,[1],1 1,0,1 +1106,1106,02,num,AND,37,[1],1,1,1 +1106,1106,02,num,AND,38,[9],9,1,1 +1106,1106,02,num,AND,39,[2],2,1,1 +1106,1106,02,num,AND,40,[1],1],1,1 +1106,1106,02,num,AND,41,[5],5],1,1 +1106,1106,02,num,AND,42,[0],0],1,1 +1106,1106,02,num,AND,43,[5],5],1,1 +1106,1106,02,num,AND,44,[1],1],1,1 +1106,1106,02,num,AND,45,[2],1,0,1 +1106,1106,02,num,AND,46,[2],2],1,1 +1106,1106,02,num,AND,47,[3],3,1,1 +1106,1106,02,num,AND,48,[0],0,1,1 +1106,1106,02,num,AND,49,[4],4],1,1 +1106,1106,02,num,AND,50,[5],5],1,1 +1106,1106,02,num,AND,51,[0],0,1,1 +1106,1106,02,num,AND,52,[8],7,0,1 +1106,1106,02,num,AND,53,[1],1],1,1 +1106,1106,02,num,AND,54,[7],7,1,1 +1106,1106,02,num,AND,55,[1],1 1,0,1 +1106,1106,02,num,AND,56,[8],5],0,1 +1106,1106,02,num,AND,57,[6],6,1,1 +1106,1106,02,num,AND,58,[2],2,1,1 +1106,1106,02,num,AND,59,[1],1,1,1 +1106,1106,02,num,AND,60,[5],5],1,1 +1106,1106,02,num,AND,61,[5],5,1,1 +1106,1106,02,num,AND,62,[4],4,1,1 +1106,1106,02,num,AND,63,[7],7,1,1 +1106,1106,02,num,AND,64,[6],6],1,1 +1106,1106,02,num,AND,65,[7],7,1,1 +1106,1106,02,num,AND,66,[9],9,1,1 +1106,1106,02,num,AND,67,[7],7,1,1 +1106,1106,02,num,AND,68,[5],5,1,1 +1106,1106,02,num,AND,69,[5],5],1,1 +1106,1106,02,num,AND,70,[3],3,1,1 +1106,1106,02,num,AND,71,[9],9],1,1 +1106,1106,02,num,AND,72,[1],3],0,1 +1106,1106,02,num,AND,73,[6],6],1,1 +1106,1106,02,num,AND,74,[2],7,0,1 +1106,1106,02,num,AND,75,[7],7,1,1 +1106,1106,02,num,AND,76,[1],1],1,1 +1106,1106,02,num,AND,77,[3],3,1,1 +1106,1106,02,num,AND,78,[6],6,1,1 +1106,1106,02,num,AND,79,[7],7,1,1 +1106,1106,02,num,AND,80,[3],3,1,1 +1106,1106,02,num,AND,81,[3],3],1,1 +1106,1106,02,num,AND,82,[0],0],1,1 +1106,1106,02,num,AND,83,[4],4,1,1 +1106,1106,02,num,AND,84,[7],7,1,1 +1106,1106,02,num,AND,85,[1],1,1,1 +1106,1106,02,num,AND,86,[4],4,1,1 +1106,1106,02,num,AND,87,[2],2,1,1 +1106,1106,02,num,AND,88,[1],1],1,1 +1106,1106,02,num,AND,89,[2],2],1,1 +1106,1106,02,num,AND,90,[9],9,1,1 +1106,1106,02,num,AND,91,[5],5,1,1 +1106,1106,02,num,AND,92,[9],9],1,1 +1106,1106,02,num,AND,93,[3],3,1,1 +1106,1106,02,num,AND,94,[6],6,1,1 +1106,1106,02,num,AND,95,[3],3,1,1 +1106,1106,02,num,AND,96,[6],6,1,1 +1106,1106,02,num,AND,97,[1],1],1,1 +1106,1106,02,num,AND,98,[2],2],1,1 +1106,1106,02,num,AND,99,[3],3],1,1 +1106,1106,02,num,XOR,0,[4 3],4 1],0,1 +1106,1106,02,num,XOR,1,[9 8],8 7],0,1 +1106,1106,02,num,XOR,2,[3 4],2 3],0,1 +1106,1106,02,num,XOR,3,[9 8],8 1],0,1 +1106,1106,02,num,XOR,4,[9 3],3 9],1,1 +1106,1106,02,num,XOR,5,[9 7],7 4],0,1 +1106,1106,02,num,XOR,6,[3 2],2 3],1,1 +1106,1106,02,num,XOR,7,[7 3],7 3],1,1 +1106,1106,02,num,XOR,8,[0 9],9 0],1,1 +1106,1106,02,num,XOR,9,[4 2],2 3],0,1 +1106,1106,02,num,XOR,10,[5 8],6 5],0,1 +1106,1106,02,num,XOR,11,[0 2],2 0],1,1 +1106,1106,02,num,XOR,12,[3 6],6 3],1,1 +1106,1106,02,num,XOR,13,[6 8],8 6],1,1 +1106,1106,02,num,XOR,14,[6 7],7 8],0,1 +1106,1106,02,num,XOR,15,[8 0],8 4],0,1 +1106,1106,02,num,XOR,16,[8 4],4 8],1,1 +1106,1106,02,num,XOR,17,[4 0],0 3,0,1 +1106,1106,02,num,XOR,18,[1 0],0 1],1,1 +1106,1106,02,num,XOR,19,[7 4],7 2,0,1 +1106,1106,02,num,XOR,20,[0 5],0 3],0,1 +1106,1106,02,num,XOR,21,[3 4],1 3],0,1 +1106,1106,02,num,XOR,22,[6 9],9 6],1,1 +1106,1106,02,num,XOR,23,[0 1],1 0],1,1 +1106,1106,02,num,XOR,24,[7 0],0 7,1,1 +1106,1106,02,num,XOR,25,[2 5],5 2],1,1 +1106,1106,02,num,XOR,26,[5 9],9 5],1,1 +1106,1106,02,num,XOR,27,[1 7],7 1],1,1 +1106,1106,02,num,XOR,28,[9 0],0 9],1,1 +1106,1106,02,num,XOR,29,[1 5],5 1],1,1 +1106,1106,02,num,XOR,30,[6 2],2 6],1,1 +1106,1106,02,num,XOR,31,[4 9],9 4],1,1 +1106,1106,02,num,XOR,32,[6 9],9 6],1,1 +1106,1106,02,num,XOR,33,[4 8],1 4],0,1 +1106,1106,02,num,XOR,34,[2 5],5 1],0,1 +1106,1106,02,num,XOR,35,[8 6],6 8,1,1 +1106,1106,02,num,XOR,36,[2 7],5 2],0,1 +1106,1106,02,num,XOR,37,[8 3],3 8],1,1 +1106,1106,02,num,XOR,38,[1 4],4 1],1,1 +1106,1106,02,num,XOR,39,[4 6],1 4],0,1 +1106,1106,02,num,XOR,40,[2 8],8 4],0,1 +1106,1106,02,num,XOR,41,[5 3],3 6],0,1 +1106,1106,02,num,XOR,42,[7 0],0 7],1,1 +1106,1106,02,num,XOR,43,[6 1],1 6],1,1 +1106,1106,02,num,XOR,44,[9 0],0 9,1,1 +1106,1106,02,num,XOR,45,[1 3],3 1],1,1 +1106,1106,02,num,XOR,46,[8 0],0 8],1,1 +1106,1106,02,num,XOR,47,[0 8],6 1,0,1 +1106,1106,02,num,XOR,48,[6 1],1 6],1,1 +1106,1106,02,num,XOR,49,[5 0],0 5],1,1 +1106,1106,02,num,XOR,50,[7 6],6 7],1,1 +1106,1106,02,num,XOR,51,[1 6],6 1],1,1 +1106,1106,02,num,XOR,52,[7 8],7 8],1,1 +1106,1106,02,num,XOR,53,[4 0],4 4],0,1 +1106,1106,02,num,XOR,54,[0 2],2 0],1,1 +1106,1106,02,num,XOR,55,[2 9],16 2],0,1 +1106,1106,02,num,XOR,56,[7 1],1 7],1,1 +1106,1106,02,num,XOR,57,[6 0],0 6],1,1 +1106,1106,02,num,XOR,58,[9 8],8 0],0,1 +1106,1106,02,num,XOR,59,[2 6],6 2],1,1 +1106,1106,02,num,XOR,60,[5 0],1 5],0,1 +1106,1106,02,num,XOR,61,[3 2],1 3],0,1 +1106,1106,02,num,XOR,62,[3 0],0 3],1,1 +1106,1106,02,num,XOR,63,[9 1],1 9,1,1 +1106,1106,02,num,XOR,64,[4 1],1 4],1,1 +1106,1106,02,num,XOR,65,[2 1],2 3],0,1 +1106,1106,02,num,XOR,66,[6 9],9 6],1,1 +1106,1106,02,num,XOR,67,[7 2],2 7],1,1 +1106,1106,02,num,XOR,68,[5 7],7 5],1,1 +1106,1106,02,num,XOR,69,[2 7],7 2],1,1 +1106,1106,02,num,XOR,70,[6 4],6 4],1,1 +1106,1106,02,num,XOR,71,[5 0],0 5],1,1 +1106,1106,02,num,XOR,72,[2 9],9 2],1,1 +1106,1106,02,num,XOR,73,[3 1],1 3],1,1 +1106,1106,02,num,XOR,74,[1 0],0 1],1,1 +1106,1106,02,num,XOR,75,[2 0],0 2],1,1 +1106,1106,02,num,XOR,76,[0 1],1 0],1,1 +1106,1106,02,num,XOR,77,[3 6],6 4],0,1 +1106,1106,02,num,XOR,78,[9 6],6 4],0,1 +1106,1106,02,num,XOR,79,[0 5],2 0],0,1 +1106,1106,02,num,XOR,80,[3 9],27 8],0,1 +1106,1106,02,num,XOR,81,[6 0],0 6],1,1 +1106,1106,02,num,XOR,82,[5 9],9 5],1,1 +1106,1106,02,num,XOR,83,[7 2],2 7],1,1 +1106,1106,02,num,XOR,84,[2 1],1 2],1,1 +1106,1106,02,num,XOR,85,[4 9],9 4],1,1 +1106,1106,02,num,XOR,86,[9 4],None,0,1 +1106,1106,02,num,XOR,87,[0 8],8 0],1,1 +1106,1106,02,num,XOR,88,[8 0],0 8],1,1 +1106,1106,02,num,XOR,89,[8 1],8 1],1,1 +1106,1106,02,num,XOR,90,[2 6],6 2],1,1 +1106,1106,02,num,XOR,91,[5 0],0 5,1,1 +1106,1106,02,num,XOR,92,[2 7],7 2],1,1 +1106,1106,02,num,XOR,93,[5 0],0 5],1,1 +1106,1106,02,num,XOR,94,[8 6],None,0,1 +1106,1106,02,num,XOR,95,[5 7],9 5],0,1 +1106,1106,02,num,XOR,96,[8 1],1 8,1,1 +1106,1106,02,num,XOR,97,[1 4],4 1],1,1 +1106,1106,02,num,XOR,98,[3 7],None,0,1 +1106,1106,02,num,XOR,99,[8 9],9 8,1,1 +1106,1106,02,num,c3_set_union_permuted,0,[2 6 5 3],3 5 6 2],1,1 +1106,1106,02,num,c3_set_union_permuted,1,[1 6 7 5],6 1],0,1 +1106,1106,02,num,c3_set_union_permuted,2,[2 1 4 6],1 2 6],0,1 +1106,1106,02,num,c3_set_union_permuted,3,[6 0 1 3],3 1 0 6,1,1 +1106,1106,02,num,c3_set_union_permuted,4,[4 3 1 7],7 3 4 1,1,1 +1106,1106,02,num,c3_set_union_permuted,5,[7 5 8 4],5 8 4 7,1,1 +1106,1106,02,num,c3_set_union_permuted,6,[4 0 8 1],8 4 0 1,1,1 +1106,1106,02,num,c3_set_union_permuted,7,[2 8 4 1],4 1 2 8],1,1 +1106,1106,02,num,c3_set_union_permuted,8,[3 0 7 6],6 7 3 0],1,1 +1106,1106,02,num,c3_set_union_permuted,9,[6 9 2 4],6 4],0,1 +1106,1106,02,num,c3_set_union_permuted,10,[6 5 9 8],6 8 9],0,1 +1106,1106,02,num,c3_set_union_permuted,11,[4 7 2 0],2 0 7,0,1 +1106,1106,02,num,c3_set_union_permuted,12,[7 1 5 3],7 1 3,0,1 +1106,1106,02,num,c3_set_union_permuted,13,[0 2 3 4],4 0 3 2,1,1 +1106,1106,02,num,c3_set_union_permuted,14,[1 0 6 9],1 0 6 9],1,1 +1106,1106,02,num,c3_set_union_permuted,15,[7 0 6 1],0 6 1 7],1,1 +1106,1106,02,num,c3_set_union_permuted,16,[5 7 2 0],0 5 2 7,1,1 +1106,1106,02,num,c3_set_union_permuted,17,[4 2 6 8],2 4 8 6,1,1 +1106,1106,02,num,c3_set_union_permuted,18,[8 4 9 7],8 4 9 7,1,1 +1106,1106,02,num,c3_set_union_permuted,19,[8 9 0 6],0 6 8 9,1,1 +1106,1106,02,num,c3_set_union_permuted,20,[3 8 1 4],1 8 4 3],1,1 +1106,1106,02,num,c3_set_union_permuted,21,[7 9 3 0],7 3 9 0,1,1 +1106,1106,02,num,c3_set_union_permuted,22,[0 5 8 7],5 7 0 8,1,1 +1106,1106,02,num,c3_set_union_permuted,23,[7 1 9 3],1 3 9 7,1,1 +1106,1106,02,num,c3_set_union_permuted,24,[1 9 3 4],1 9 4 3],1,1 +1106,1106,02,num,c3_set_union_permuted,25,[7 8 4 6],6 7,0,1 +1106,1106,02,num,c3_set_union_permuted,26,[2 3 0 9],3 9 0 2],1,1 +1106,1106,02,num,c3_set_union_permuted,27,[4 3 0 6],6 3 0 4],1,1 +1106,1106,02,num,c3_set_union_permuted,28,[5 3 7 4],7 5 4 3,1,1 +1106,1106,02,num,c3_set_union_permuted,29,[2 1 4 3],1 3 4 2],1,1 +1106,1106,02,num,c3_set_union_permuted,30,[5 8 2 4],4 2 8 5,1,1 +1106,1106,02,num,c3_set_union_permuted,31,[5 6 9 3],6 9 5 3],1,1 +1106,1106,02,num,c3_set_union_permuted,32,[5 7 3 9],5 9 7 3],1,1 +1106,1106,02,num,c3_set_union_permuted,33,[7 8 3 1],7 8 3 1,1,1 +1106,1106,02,num,c3_set_union_permuted,34,[0 2 1 8],0 1 8 2],1,1 +1106,1106,02,num,c3_set_union_permuted,35,[1 3 0 7],0 3 7 1,1,1 +1106,1106,02,num,c3_set_union_permuted,36,[6 9 5 7],7 5 9,0,1 +1106,1106,02,num,c3_set_union_permuted,37,[6 5 4 3],4 3 5 6],1,1 +1106,1106,02,num,c3_set_union_permuted,38,[8 5 6 3],6 5 3],0,1 +1106,1106,02,num,c3_set_union_permuted,39,[8 9 0 1],0 1 9],0,1 +1106,1106,02,num,c3_set_union_permuted,40,[3 0 9 6],3 9 6],0,1 +1106,1106,02,num,c3_set_union_permuted,41,[0 3 5 8],0 8 3 5,1,1 +1106,1106,02,num,c3_set_union_permuted,42,[6 3 7 9],None,0,1 +1106,1106,02,num,c3_set_union_permuted,43,[6 8 3 9],3 8 6 9],1,1 +1106,1106,02,num,c3_set_union_permuted,44,[7 2 5 9],7 9 2 5],1,1 +1106,1106,02,num,c3_set_union_permuted,45,[5 3 4 1],5 3 1],0,1 +1106,1106,02,num,c3_set_union_permuted,46,[0 4 6 7],0 6 4,0,1 +1106,1106,02,num,c3_set_union_permuted,47,[8 3 0 7],8 7 0 3,1,1 +1106,1106,02,num,c3_set_union_permuted,48,[8 1 3 6],1 6 3 8],1,1 +1106,1106,02,num,c3_set_union_permuted,49,[2 1 0 7],0 2 1,0,1 +1106,1106,02,num,c3_set_union_permuted,50,[8 0 2 7],0 2 7 8,1,1 +1106,1106,02,num,c3_set_union_permuted,51,[1 8 0 3],3 0 8 1,1,1 +1106,1106,02,num,c3_set_union_permuted,52,[5 1 6 0],0 1 5 6],1,1 +1106,1106,02,num,c3_set_union_permuted,53,[4 9 7 6],7 4 6 9],1,1 +1106,1106,02,num,c3_set_union_permuted,54,[6 5 2 9],5 6 2 9,1,1 +1106,1106,02,num,c3_set_union_permuted,55,[5 7 4 6],6 7 5 4,1,1 +1106,1106,02,num,c3_set_union_permuted,56,[6 9 4 3],6 9 4 3],1,1 +1106,1106,02,num,c3_set_union_permuted,57,[6 8 0 7],8 7 0 6,1,1 +1106,1106,02,num,c3_set_union_permuted,58,[4 9 7 1],9 4 1 7,1,1 +1106,1106,02,num,c3_set_union_permuted,59,[1 0 7 4],0 7 1 4,1,1 +1106,1106,02,num,c3_set_union_permuted,60,[9 4 2 1],1 9 2 4,1,1 +1106,1106,02,num,c3_set_union_permuted,61,[7 6 2 9],2 7 9 6,1,1 +1106,1106,02,num,c3_set_union_permuted,62,[6 2 9 8],2 6 8 9,1,1 +1106,1106,02,num,c3_set_union_permuted,63,[9 4 6 0],0 9 6],0,1 +1106,1106,02,num,c3_set_union_permuted,64,[3 2 9 4],3 4 9 2],1,1 +1106,1106,02,num,c3_set_union_permuted,65,[2 9 0 7],7 0 9 2,1,1 +1106,1106,02,num,c3_set_union_permuted,66,[7 5 2 6],5 6 7],0,1 +1106,1106,02,num,c3_set_union_permuted,67,[3 4 0 7],0 4 7 3,1,1 +1106,1106,02,num,c3_set_union_permuted,68,[6 2 1 5],5 1 6 2],1,1 +1106,1106,02,num,c3_set_union_permuted,69,[5 1 3 9],9 1 5 3,1,1 +1106,1106,02,num,c3_set_union_permuted,70,[6 3 1 2],2 6 1 3],1,1 +1106,1106,02,num,c3_set_union_permuted,71,[8 9 0 3],8 0 3 9],1,1 +1106,1106,02,num,c3_set_union_permuted,72,[8 2 5 0],2 8 0,0,1 +1106,1106,02,num,c3_set_union_permuted,73,[3 6 1 4],6 3 4 1],1,1 +1106,1106,02,num,c3_set_union_permuted,74,[9 6 0 2],9 6 0 2,1,1 +1106,1106,02,num,c3_set_union_permuted,75,[5 9 4 7],7 5 4 9,1,1 +1106,1106,02,num,c3_set_union_permuted,76,[1 7 4 2],1 4 2 7],1,1 +1106,1106,02,num,c3_set_union_permuted,77,[3 5 2 1],2 1 3 5,1,1 +1106,1106,02,num,c3_set_union_permuted,78,[1 5 4 8],4 1],0,1 +1106,1106,02,num,c3_set_union_permuted,79,[2 1 5 8],5 8 1 2,1,1 +1106,1106,02,num,c3_set_union_permuted,80,[4 3 9 5],5 4 9 3],1,1 +1106,1106,02,num,c3_set_union_permuted,81,[2 1 9 0],2 1 0 9],1,1 +1106,1106,02,num,c3_set_union_permuted,82,[0 1 5 9],5 0 9 1],1,1 +1106,1106,02,num,c3_set_union_permuted,83,[0 2 8 9],9 2 0 8,1,1 +1106,1106,02,num,c3_set_union_permuted,84,[1 0 5 4],5 0 1 4,1,1 +1106,1106,02,num,c3_set_union_permuted,85,[5 3 4 0],4 5 0],0,1 +1106,1106,02,num,c3_set_union_permuted,86,[0 2 8 4],6 4,0,1 +1106,1106,02,num,c3_set_union_permuted,87,[3 6 5 0],5 6],0,1 +1106,1106,02,num,c3_set_union_permuted,88,[2 4 3 7],3 7 2 4],1,1 +1106,1106,02,num,c3_set_union_permuted,89,[0 6 8 5],5 8 0,0,1 +1106,1106,02,num,c3_set_union_permuted,90,[3 8 1 9],3 8 9 1],1,1 +1106,1106,02,num,c3_set_union_permuted,91,[8 2 7 1],1 7 2 8],1,1 +1106,1106,02,num,c3_set_union_permuted,92,[7 6 4 3],4 6 7 3],1,1 +1106,1106,02,num,c3_set_union_permuted,93,[7 0 2 6],0 2 7 6],1,1 +1106,1106,02,num,c3_set_union_permuted,94,[8 3 5 4],8 5 4 3,1,1 +1106,1106,02,num,c3_set_union_permuted,95,[1 6 7 4],4 1 7 6,1,1 +1106,1106,02,num,c3_set_union_permuted,96,[8 6 7 1],7 1],0,1 +1106,1106,02,num,c3_set_union_permuted,97,[5 6 7 0],0 5 6 7],1,1 +1106,1106,02,num,c3_set_union_permuted,98,[3 6 2 7],6 3 7],0,1 +1106,1106,02,num,c3_set_union_permuted,99,[3 5 2 7],2 7 5 3],1,1 +1106,1106,02,num,c2_set_union_permuted,0,[5],5 1 6 7],0,1 +1106,1106,02,num,c2_set_union_permuted,1,[5],6 5 3],0,1 +1106,1106,02,num,c2_set_union_permuted,2,[9],7 9 7],0,1 +1106,1106,02,num,c2_set_union_permuted,3,[8],8 0],0,1 +1106,1106,02,num,c2_set_union_permuted,4,[8],8],1,1 +1106,1106,02,num,c2_set_union_permuted,5,[6],6 9 2],0,1 +1106,1106,02,num,c2_set_union_permuted,6,[7],7],1,1 +1106,1106,02,num,c2_set_union_permuted,7,[3],6 3 1],0,1 +1106,1106,02,num,c2_set_union_permuted,8,[8],1 7],0,1 +1106,1106,02,num,c2_set_union_permuted,9,[4],4],1,1 +1106,1106,02,num,c2_set_union_permuted,10,[4],8 2 4 0],0,1 +1106,1106,02,num,c2_set_union_permuted,11,[0],1 5],0,1 +1106,1106,02,num,c2_set_union_permuted,12,[7],7 5,0,1 +1106,1106,02,num,c2_set_union_permuted,13,[5],5 3],0,1 +1106,1106,02,num,c2_set_union_permuted,14,[3],0 3 9,0,1 +1106,1106,02,num,c2_set_union_permuted,15,[3],5 3 0 6],0,1 +1106,1106,02,num,c2_set_union_permuted,16,[3],3],1,1 +1106,1106,02,num,c2_set_union_permuted,17,[1],1],1,1 +1106,1106,02,num,c2_set_union_permuted,18,[5],0 5 0],0,1 +1106,1106,02,num,c2_set_union_permuted,19,[2],2 1 3],0,1 +1106,1106,02,num,c2_set_union_permuted,20,[5],7 5 1],0,1 +1106,1106,02,num,c2_set_union_permuted,21,[8],8],1,1 +1106,1106,02,num,c2_set_union_permuted,22,[9],2 9 0],0,1 +1106,1106,02,num,c2_set_union_permuted,23,[5],5 8 2],0,1 +1106,1106,02,num,c2_set_union_permuted,24,[3],5 3 5,0,1 +1106,1106,02,num,c2_set_union_permuted,25,[0],0 6 2,0,1 +1106,1106,02,num,c2_set_union_permuted,26,[8],8 0,0,1 +1106,1106,02,num,c2_set_union_permuted,27,[5],5 9 7 3],0,1 +1106,1106,02,num,c2_set_union_permuted,28,[0],0 5],0,1 +1106,1106,02,num,c2_set_union_permuted,29,[6],6],1,1 +1106,1106,02,num,c2_set_union_permuted,30,[6],6 0 1],0,1 +1106,1106,02,num,c2_set_union_permuted,31,[0],0 7 1],0,1 +1106,1106,02,num,c2_set_union_permuted,32,[8],8 6],0,1 +1106,1106,02,num,c2_set_union_permuted,33,[4],3 4 3],0,1 +1106,1106,02,num,c2_set_union_permuted,34,[8],1 8 2],0,1 +1106,1106,02,num,c2_set_union_permuted,35,[4],4],1,1 +1106,1106,02,num,c2_set_union_permuted,36,[5],5 8 0 9,0,1 +1106,1106,02,num,c2_set_union_permuted,37,[3],3],1,1 +1106,1106,02,num,c2_set_union_permuted,38,[9],9 4],0,1 +1106,1106,02,num,c2_set_union_permuted,39,[9],0 9 0,0,1 +1106,1106,02,num,c2_set_union_permuted,40,[1],4 1 0 4],0,1 +1106,1106,02,num,c2_set_union_permuted,41,[4],9 4 1],0,1 +1106,1106,02,num,c2_set_union_permuted,42,[6],None,0,1 +1106,1106,02,num,c2_set_union_permuted,43,[1],1 3],0,1 +1106,1106,02,num,c2_set_union_permuted,44,[5],4 5 0 4],0,1 +1106,1106,02,num,c2_set_union_permuted,45,[3],3 9],0,1 +1106,1106,02,num,c2_set_union_permuted,46,[9],1 0 1,0,1 +1106,1106,02,num,c2_set_union_permuted,47,[4],4],1,1 +1106,1106,02,num,c2_set_union_permuted,48,[8],8 1,0,1 +1106,1106,02,num,c2_set_union_permuted,49,[4],4],1,1 +1106,1106,02,num,c2_set_union_permuted,50,[4],4 5],0,1 +1106,1106,02,num,c2_set_union_permuted,51,[3],3],1,1 +1106,1106,02,num,c2_set_union_permuted,52,[4],4 1],0,1 +1106,1106,02,num,c2_set_union_permuted,53,[6],6 0],0,1 +1106,1106,02,num,c2_set_union_permuted,54,[0],0 6],0,1 +1106,1106,02,num,c2_set_union_permuted,55,[7],7 2],0,1 +1106,1106,02,num,c2_set_union_permuted,56,[4],4],1,1 +1106,1106,02,num,c2_set_union_permuted,57,[7],7 9 4 0],0,1 +1106,1106,02,num,c2_set_union_permuted,58,[2],2],1,1 +1106,1106,02,num,c2_set_union_permuted,59,[3],0 3 0],0,1 +1106,1106,02,num,c2_set_union_permuted,60,[7],7 2],0,1 +1106,1106,02,num,c2_set_union_permuted,61,[0],0],1,1 +1106,1106,02,num,c2_set_union_permuted,62,[2],2],1,1 +1106,1106,02,num,c2_set_union_permuted,63,[7],7],1,1 +1106,1106,02,num,c2_set_union_permuted,64,[2],7 2 0],0,1 +1106,1106,02,num,c2_set_union_permuted,65,[3],3 9 2],0,1 +1106,1106,02,num,c2_set_union_permuted,66,[1],1 3 0],0,1 +1106,1106,02,num,c2_set_union_permuted,67,[3],0 3 6 9],0,1 +1106,1106,02,num,c2_set_union_permuted,68,[6],6 7],0,1 +1106,1106,02,num,c2_set_union_permuted,69,[0],0 3 1],0,1 +1106,1106,02,num,c2_set_union_permuted,70,[3],3],1,1 +1106,1106,02,num,c2_set_union_permuted,71,[6],5 6],0,1 +1106,1106,02,num,c2_set_union_permuted,72,[2],2 9],0,1 +1106,1106,02,num,c2_set_union_permuted,73,[7],5 7 1],0,1 +1106,1106,02,num,c2_set_union_permuted,74,[3],9 3 7 9],0,1 +1106,1106,02,num,c2_set_union_permuted,75,[0],0 6 9 1],0,1 +1106,1106,02,num,c2_set_union_permuted,76,[8],0 8],0,1 +1106,1106,02,num,c2_set_union_permuted,77,[9],4 16 9 0],0,1 +1106,1106,02,num,c2_set_union_permuted,78,[6],None,0,1 +1106,1106,02,num,c2_set_union_permuted,79,[3],5 3 5],0,1 +1106,1106,02,num,c2_set_union_permuted,80,[1],1 6],0,1 +1106,1106,02,num,c2_set_union_permuted,81,[4],4 5 0],0,1 +1106,1106,02,num,c2_set_union_permuted,82,[3],0 6 3 0],0,1 +1106,1106,02,num,c2_set_union_permuted,83,[7],7],1,1 +1106,1106,02,num,c2_set_union_permuted,84,[5],1 5 3],0,1 +1106,1106,02,num,c2_set_union_permuted,85,[9],9],1,1 +1106,1106,02,num,c2_set_union_permuted,86,[8],8],1,1 +1106,1106,02,num,c2_set_union_permuted,87,[3],2 3 8],0,1 +1106,1106,02,num,c2_set_union_permuted,88,[8],8 9],0,1 +1106,1106,02,num,c2_set_union_permuted,89,[8],8],1,1 +1106,1106,02,num,c2_set_union_permuted,90,[8],8 7],0,1 +1106,1106,02,num,c2_set_union_permuted,91,[8],8],1,1 +1106,1106,02,num,c2_set_union_permuted,92,[5],4 8 5],0,1 +1106,1106,02,num,c2_set_union_permuted,93,[4],7 4 6],0,1 +1106,1106,02,num,c2_set_union_permuted,94,[0],0 8],0,1 +1106,1106,02,num,c2_set_union_permuted,95,[6],6 9,0,1 +1106,1106,02,num,c2_set_union_permuted,96,[0],7 0],0,1 +1106,1106,02,num,c2_set_union_permuted,97,[1],5 1 3],0,1 +1106,1106,02,num,c2_set_union_permuted,98,[9],9],1,1 +1106,1106,02,num,c2_set_union_permuted,99,[3],1 3 5],0,1 +1106,1106,02,num,c1_set_union_permuted,0,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,1,[4],4,1,1 +1106,1106,02,num,c1_set_union_permuted,2,[2],2],1,1 +1106,1106,02,num,c1_set_union_permuted,3,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,4,[1],1],1,1 +1106,1106,02,num,c1_set_union_permuted,5,[2],2,1,1 +1106,1106,02,num,c1_set_union_permuted,6,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,7,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,8,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,9,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,10,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,11,[8],8,1,1 +1106,1106,02,num,c1_set_union_permuted,12,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,13,[8],8,1,1 +1106,1106,02,num,c1_set_union_permuted,14,[5],5,1,1 +1106,1106,02,num,c1_set_union_permuted,15,[2],2,1,1 +1106,1106,02,num,c1_set_union_permuted,16,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,17,[3],3],1,1 +1106,1106,02,num,c1_set_union_permuted,18,[4],4,1,1 +1106,1106,02,num,c1_set_union_permuted,19,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,20,[1],1,1,1 +1106,1106,02,num,c1_set_union_permuted,21,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,22,[8],8,1,1 +1106,1106,02,num,c1_set_union_permuted,23,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,24,[7],7,1,1 +1106,1106,02,num,c1_set_union_permuted,25,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,26,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,27,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,28,[1],1,1,1 +1106,1106,02,num,c1_set_union_permuted,29,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,30,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,31,[4],4,1,1 +1106,1106,02,num,c1_set_union_permuted,32,[4],4,1,1 +1106,1106,02,num,c1_set_union_permuted,33,[4],4,1,1 +1106,1106,02,num,c1_set_union_permuted,34,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,35,[2],2,1,1 +1106,1106,02,num,c1_set_union_permuted,36,[5],5,1,1 +1106,1106,02,num,c1_set_union_permuted,37,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,38,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,39,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,40,[8],8,1,1 +1106,1106,02,num,c1_set_union_permuted,41,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,42,[4],4,1,1 +1106,1106,02,num,c1_set_union_permuted,43,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,44,[7],7,1,1 +1106,1106,02,num,c1_set_union_permuted,45,[7],7,1,1 +1106,1106,02,num,c1_set_union_permuted,46,[2],2,1,1 +1106,1106,02,num,c1_set_union_permuted,47,[5],5,1,1 +1106,1106,02,num,c1_set_union_permuted,48,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,49,[8],8,1,1 +1106,1106,02,num,c1_set_union_permuted,50,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,51,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,52,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,53,[8],8,1,1 +1106,1106,02,num,c1_set_union_permuted,54,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,55,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,56,[5],5],1,1 +1106,1106,02,num,c1_set_union_permuted,57,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,58,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,59,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,60,[1],1,1,1 +1106,1106,02,num,c1_set_union_permuted,61,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,62,[4],4,1,1 +1106,1106,02,num,c1_set_union_permuted,63,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,64,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,65,[2],2,1,1 +1106,1106,02,num,c1_set_union_permuted,66,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,67,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,68,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,69,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,70,[8],8,1,1 +1106,1106,02,num,c1_set_union_permuted,71,[5],5,1,1 +1106,1106,02,num,c1_set_union_permuted,72,[1],1,1,1 +1106,1106,02,num,c1_set_union_permuted,73,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,74,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,75,[3],3],1,1 +1106,1106,02,num,c1_set_union_permuted,76,[4],4,1,1 +1106,1106,02,num,c1_set_union_permuted,77,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,78,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,79,[1],1,1,1 +1106,1106,02,num,c1_set_union_permuted,80,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,81,[2],2,1,1 +1106,1106,02,num,c1_set_union_permuted,82,[1],1,1,1 +1106,1106,02,num,c1_set_union_permuted,83,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,84,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,85,[8],8,1,1 +1106,1106,02,num,c1_set_union_permuted,86,[4],4,1,1 +1106,1106,02,num,c1_set_union_permuted,87,[3],3,1,1 +1106,1106,02,num,c1_set_union_permuted,88,[0],0,1,1 +1106,1106,02,num,c1_set_union_permuted,89,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,90,[5],5],1,1 +1106,1106,02,num,c1_set_union_permuted,91,[1],1,1,1 +1106,1106,02,num,c1_set_union_permuted,92,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,93,[5],5,1,1 +1106,1106,02,num,c1_set_union_permuted,94,[9],9,1,1 +1106,1106,02,num,c1_set_union_permuted,95,[2],2,1,1 +1106,1106,02,num,c1_set_union_permuted,96,[7],7,1,1 +1106,1106,02,num,c1_set_union_permuted,97,[4],4,1,1 +1106,1106,02,num,c1_set_union_permuted,98,[6],6,1,1 +1106,1106,02,num,c1_set_union_permuted,99,[2],2,1,1 +1106,1106,02,num,XOR_permuted,0,[4 0],4 0],1,1 +1106,1106,02,num,XOR_permuted,1,[8 4],8 2],0,1 +1106,1106,02,num,XOR_permuted,2,[1 7],7 1],1,1 +1106,1106,02,num,XOR_permuted,3,[6 0],0 6,1,1 +1106,1106,02,num,XOR_permuted,4,[3 6],0 6],0,1 +1106,1106,02,num,XOR_permuted,5,[5 6],6 5],1,1 +1106,1106,02,num,XOR_permuted,6,[3 9],7 9],0,1 +1106,1106,02,num,XOR_permuted,7,[0 8],8 1],0,1 +1106,1106,02,num,XOR_permuted,8,[1 4],1 3],0,1 +1106,1106,02,num,XOR_permuted,9,[8 3],8 3],1,1 +1106,1106,02,num,XOR_permuted,10,[9 6],6 9],1,1 +1106,1106,02,num,XOR_permuted,11,[0 7],5 7],0,1 +1106,1106,02,num,XOR_permuted,12,[0 9],0 9],1,1 +1106,1106,02,num,XOR_permuted,13,[3 6],8 6],0,1 +1106,1106,02,num,XOR_permuted,14,[1 3],1 3],1,1 +1106,1106,02,num,XOR_permuted,15,[0 7],0 7],1,1 +1106,1106,02,num,XOR_permuted,16,[7 8],7 8],1,1 +1106,1106,02,num,XOR_permuted,17,[6 2],6 3],0,1 +1106,1106,02,num,XOR_permuted,18,[7 8],4 4],0,1 +1106,1106,02,num,XOR_permuted,19,[0 9],9 0,1,1 +1106,1106,02,num,XOR_permuted,20,[0 2],2 0],1,1 +1106,1106,02,num,XOR_permuted,21,[6 5],5 7],0,1 +1106,1106,02,num,XOR_permuted,22,[0 3],0 3],1,1 +1106,1106,02,num,XOR_permuted,23,[0 9],16 4],0,1 +1106,1106,02,num,XOR_permuted,24,[8 0],0 8,1,1 +1106,1106,02,num,XOR_permuted,25,[2 8],2 1],0,1 +1106,1106,02,num,XOR_permuted,26,[3 9],9 8],0,1 +1106,1106,02,num,XOR_permuted,27,[2 9],9 2],1,1 +1106,1106,02,num,XOR_permuted,28,[3 7],7 0],0,1 +1106,1106,02,num,XOR_permuted,29,[9 0],9 0,1,1 +1106,1106,02,num,XOR_permuted,30,[2 5],2 5,1,1 +1106,1106,02,num,XOR_permuted,31,[2 6],6 2],1,1 +1106,1106,02,num,XOR_permuted,32,[0 2],0 2],1,1 +1106,1106,02,num,XOR_permuted,33,[5 7],5 7],1,1 +1106,1106,02,num,XOR_permuted,34,[3 5],3 5,1,1 +1106,1106,02,num,XOR_permuted,35,[6 0],0 4],0,1 +1106,1106,02,num,XOR_permuted,36,[6 0],0 6],1,1 +1106,1106,02,num,XOR_permuted,37,[4 5],4 5],1,1 +1106,1106,02,num,XOR_permuted,38,[8 9],8 4],0,1 +1106,1106,02,num,XOR_permuted,39,[6 7],7 6],1,1 +1106,1106,02,num,XOR_permuted,40,[9 3],None,0,1 +1106,1106,02,num,XOR_permuted,41,[7 6],2 7],0,1 +1106,1106,02,num,XOR_permuted,42,[8 9],8 9],1,1 +1106,1106,02,num,XOR_permuted,43,[7 0],0 7],1,1 +1106,1106,02,num,XOR_permuted,44,[2 1],3 0],0,1 +1106,1106,02,num,XOR_permuted,45,[3 5],5 3],1,1 +1106,1106,02,num,XOR_permuted,46,[2 0],2 3],0,1 +1106,1106,02,num,XOR_permuted,47,[2 0],2 0],1,1 +1106,1106,02,num,XOR_permuted,48,[0 1],1 0],1,1 +1106,1106,02,num,XOR_permuted,49,[5 1],1 5],1,1 +1106,1106,02,num,XOR_permuted,50,[6 9],7 9],0,1 +1106,1106,02,num,XOR_permuted,51,[0 1],0 5],0,1 +1106,1106,02,num,XOR_permuted,52,[9 8],8 9,1,1 +1106,1106,02,num,XOR_permuted,53,[8 2],1 1],0,1 +1106,1106,02,num,XOR_permuted,54,[1 0],8 0],0,1 +1106,1106,02,num,XOR_permuted,55,[5 9],5 9],1,1 +1106,1106,02,num,XOR_permuted,56,[0 6],0 6,1,1 +1106,1106,02,num,XOR_permuted,57,[5 4],4 3],0,1 +1106,1106,02,num,XOR_permuted,58,[7 5],5 7],1,1 +1106,1106,02,num,XOR_permuted,59,[8 2],2 8],1,1 +1106,1106,02,num,XOR_permuted,60,[9 2],9 2],1,1 +1106,1106,02,num,XOR_permuted,61,[0 1],1 0],1,1 +1106,1106,02,num,XOR_permuted,62,[0 2],1 2],0,1 +1106,1106,02,num,XOR_permuted,63,[2 0],2 7,0,1 +1106,1106,02,num,XOR_permuted,64,[2 3],1 7],0,1 +1106,1106,02,num,XOR_permuted,65,[9 6],6 6],0,1 +1106,1106,02,num,XOR_permuted,66,[9 4],None,0,1 +1106,1106,02,num,XOR_permuted,67,[0 4],8 0],0,1 +1106,1106,02,num,XOR_permuted,68,[9 5],9 5],1,1 +1106,1106,02,num,XOR_permuted,69,[6 4],6 4,1,1 +1106,1106,02,num,XOR_permuted,70,[5 0],5 0],1,1 +1106,1106,02,num,XOR_permuted,71,[3 1],3 1],1,1 +1106,1106,02,num,XOR_permuted,72,[8 1],1 8,1,1 +1106,1106,02,num,XOR_permuted,73,[6 3],6 4],0,1 +1106,1106,02,num,XOR_permuted,74,[0 9],1 0],0,1 +1106,1106,02,num,XOR_permuted,75,[2 9],9 2],1,1 +1106,1106,02,num,XOR_permuted,76,[9 6],9 6,1,1 +1106,1106,02,num,XOR_permuted,77,[4 1],4 5,0,1 +1106,1106,02,num,XOR_permuted,78,[1 4],1 4],1,1 +1106,1106,02,num,XOR_permuted,79,[7 3],6 7],0,1 +1106,1106,02,num,XOR_permuted,80,[8 3],3 7],0,1 +1106,1106,02,num,XOR_permuted,81,[5 6],5 6],1,1 +1106,1106,02,num,XOR_permuted,82,[5 7],5 7],1,1 +1106,1106,02,num,XOR_permuted,83,[7 0],0 7,1,1 +1106,1106,02,num,XOR_permuted,84,[6 9],None,0,1 +1106,1106,02,num,XOR_permuted,85,[9 4],7 4],0,1 +1106,1106,02,num,XOR_permuted,86,[6 2],2 6],1,1 +1106,1106,02,num,XOR_permuted,87,[9 4],None,0,1 +1106,1106,02,num,XOR_permuted,88,[3 1],3 1],1,1 +1106,1106,02,num,XOR_permuted,89,[4 9],9 4],1,1 +1106,1106,02,num,XOR_permuted,90,[1 5],5 1],1,1 +1106,1106,02,num,XOR_permuted,91,[4 0],0 4,1,1 +1106,1106,02,num,XOR_permuted,92,[8 4],6 8],0,1 +1106,1106,02,num,XOR_permuted,93,[5 8],9 5],0,1 +1106,1106,02,num,XOR_permuted,94,[3 7],None,0,1 +1106,1106,02,num,XOR_permuted,95,[8 5],3 8],0,1 +1106,1106,02,num,XOR_permuted,96,[5 9],9 5,1,1 +1106,1106,02,num,XOR_permuted,97,[8 3],8 3],1,1 +1106,1106,02,num,XOR_permuted,98,[7 5],5 1],0,1 +1106,1106,02,num,XOR_permuted,99,[6 7],8 7],0,1 +1106,1106,02,num,AND_permuted,0,[],3,0,1 +1106,1106,02,num,AND_permuted,1,[],9],0,1 +1106,1106,02,num,AND_permuted,2,[],3,0,1 +1106,1106,02,num,AND_permuted,3,[],2 3],0,1 +1106,1106,02,num,AND_permuted,4,[],1],0,1 +1106,1106,02,num,AND_permuted,5,[],6,0,1 +1106,1106,02,num,AND_permuted,6,[],2,0,1 +1106,1106,02,num,AND_permuted,7,[],6,0,1 +1106,1106,02,num,AND_permuted,8,[],3],0,1 +1106,1106,02,num,AND_permuted,9,[],0],0,1 +1106,1106,02,num,AND_permuted,10,[],8,0,1 +1106,1106,02,num,AND_permuted,11,[],8,0,1 +1106,1106,02,num,AND_permuted,12,[],5,0,1 +1106,1106,02,num,AND_permuted,13,[],6,0,1 +1106,1106,02,num,AND_permuted,14,[],6,0,1 +1106,1106,02,num,AND_permuted,15,[],3,0,1 +1106,1106,02,num,AND_permuted,16,[],4,0,1 +1106,1106,02,num,AND_permuted,17,[],1,0,1 +1106,1106,02,num,AND_permuted,18,[],0,0,1 +1106,1106,02,num,AND_permuted,19,[],3,0,1 +1106,1106,02,num,AND_permuted,20,[],2 5],0,1 +1106,1106,02,num,AND_permuted,21,[],5,0,1 +1106,1106,02,num,AND_permuted,22,[],2,0,1 +1106,1106,02,num,AND_permuted,23,[],6,0,1 +1106,1106,02,num,AND_permuted,24,[],3,0,1 +1106,1106,02,num,AND_permuted,25,[],2,0,1 +1106,1106,02,num,AND_permuted,26,[],0,0,1 +1106,1106,02,num,AND_permuted,27,[],1,0,1 +1106,1106,02,num,AND_permuted,28,[],4],0,1 +1106,1106,02,num,AND_permuted,29,[],1],0,1 +1106,1106,02,num,AND_permuted,30,[],5 6],0,1 +1106,1106,02,num,AND_permuted,31,[],1],0,1 +1106,1106,02,num,AND_permuted,32,[],2,0,1 +1106,1106,02,num,AND_permuted,33,[],8,0,1 +1106,1106,02,num,AND_permuted,34,[],4,0,1 +1106,1106,02,num,AND_permuted,35,[],0,0,1 +1106,1106,02,num,AND_permuted,36,[],6,0,1 +1106,1106,02,num,AND_permuted,37,[],5,0,1 +1106,1106,02,num,AND_permuted,38,[],3 5],0,1 +1106,1106,02,num,AND_permuted,39,[],1,0,1 +1106,1106,02,num,AND_permuted,40,[],5,0,1 +1106,1106,02,num,AND_permuted,41,[],6,0,1 +1106,1106,02,num,AND_permuted,42,[],2,0,1 +1106,1106,02,num,AND_permuted,43,[],7,0,1 +1106,1106,02,num,AND_permuted,44,[],2,0,1 +1106,1106,02,num,AND_permuted,45,[],1,0,1 +1106,1106,02,num,AND_permuted,46,[],8,0,1 +1106,1106,02,num,AND_permuted,47,[],3,0,1 +1106,1106,02,num,AND_permuted,48,[],8,0,1 +1106,1106,02,num,AND_permuted,49,[],6,0,1 +1106,1106,02,num,AND_permuted,50,[],0],0,1 +1106,1106,02,num,AND_permuted,51,[],3 7],0,1 +1106,1106,02,num,AND_permuted,52,[],2 5],0,1 +1106,1106,02,num,AND_permuted,53,[],6],0,1 +1106,1106,02,num,AND_permuted,54,[],5,0,1 +1106,1106,02,num,AND_permuted,55,[],8],0,1 +1106,1106,02,num,AND_permuted,56,[],1 8] [8 3],0,1 +1106,1106,02,num,AND_permuted,57,[],3,0,1 +1106,1106,02,num,AND_permuted,58,[],0,0,1 +1106,1106,02,num,AND_permuted,59,[],7,0,1 +1106,1106,02,num,AND_permuted,60,[],5,0,1 +1106,1106,02,num,AND_permuted,61,[],3 2],0,1 +1106,1106,02,num,AND_permuted,62,[],2 6],0,1 +1106,1106,02,num,AND_permuted,63,[],6,0,1 +1106,1106,02,num,AND_permuted,64,[],2,0,1 +1106,1106,02,num,AND_permuted,65,[],6,0,1 +1106,1106,02,num,AND_permuted,66,[],7,0,1 +1106,1106,02,num,AND_permuted,67,[],6,0,1 +1106,1106,02,num,AND_permuted,68,[],3,0,1 +1106,1106,02,num,AND_permuted,69,[],6,0,1 +1106,1106,02,num,AND_permuted,70,[],1,0,1 +1106,1106,02,num,AND_permuted,71,[],1],0,1 +1106,1106,02,num,AND_permuted,72,[],4,0,1 +1106,1106,02,num,AND_permuted,73,[],1 6],0,1 +1106,1106,02,num,AND_permuted,74,[],1,0,1 +1106,1106,02,num,AND_permuted,75,[],5],0,1 +1106,1106,02,num,AND_permuted,76,[],3],0,1 +1106,1106,02,num,AND_permuted,77,[],2 0],0,1 +1106,1106,02,num,AND_permuted,78,[],3,0,1 +1106,1106,02,num,AND_permuted,79,[],7,0,1 +1106,1106,02,num,AND_permuted,80,[],7,0,1 +1106,1106,02,num,AND_permuted,81,[],5,0,1 +1106,1106,02,num,AND_permuted,82,[],8 3],0,1 +1106,1106,02,num,AND_permuted,83,[],5],0,1 +1106,1106,02,num,AND_permuted,84,[],2,0,1 +1106,1106,02,num,AND_permuted,85,[],6,0,1 +1106,1106,02,num,AND_permuted,86,[],8,0,1 +1106,1106,02,num,AND_permuted,87,[],9 9],0,1 +1106,1106,02,num,AND_permuted,88,[],3,0,1 +1106,1106,02,num,AND_permuted,89,[],5,0,1 +1106,1106,02,num,AND_permuted,90,[],3],0,1 +1106,1106,02,num,AND_permuted,91,[],0],0,1 +1106,1106,02,num,AND_permuted,92,[],2,0,1 +1106,1106,02,num,AND_permuted,93,[],3,0,1 +1106,1106,02,num,AND_permuted,94,[],0,0,1 +1106,1106,02,num,AND_permuted,95,[],4],0,1 +1106,1106,02,num,AND_permuted,96,[],2,0,1 +1106,1106,02,num,AND_permuted,97,[],5 2],0,1 +1106,1106,02,num,AND_permuted,98,[],6,0,1 +1106,1106,02,num,AND_permuted,99,[],7,0,1 +1106,1106,02,symb,row_constant,0,['!'],!],1,1 +1106,1106,02,symb,row_constant,1,['('],)],0,1 +1106,1106,02,symb,row_constant,2,['>'],>],1,1 +1106,1106,02,symb,row_constant,3,['!'],!],1,1 +1106,1106,02,symb,row_constant,4,['~'],~],1,1 +1106,1106,02,symb,row_constant,5,['>'],>],1,1 +1106,1106,02,symb,row_constant,6,['<'],<],1,1 +1106,1106,02,symb,row_constant,7,['$'],$],1,1 +1106,1106,02,symb,row_constant,8,['('],)],0,1 +1106,1106,02,symb,row_constant,9,['('],)],0,1 +1106,1106,02,symb,row_constant,10,[':'],:],1,1 +1106,1106,02,symb,row_constant,11,['$'],$],1,1 +1106,1106,02,symb,row_constant,12,['%'],%],1,1 +1106,1106,02,symb,row_constant,13,['%'],%,1,1 +1106,1106,02,symb,row_constant,14,['&'],&],1,1 +1106,1106,02,symb,row_constant,15,['('],)],0,1 +1106,1106,02,symb,row_constant,16,['!'],!],1,1 +1106,1106,02,symb,row_constant,17,['>'],>],1,1 +1106,1106,02,symb,row_constant,18,['%'],%],1,1 +1106,1106,02,symb,row_constant,19,['<'],<],1,1 +1106,1106,02,symb,row_constant,20,['%'],%],1,1 +1106,1106,02,symb,row_constant,21,['!'],!],1,1 +1106,1106,02,symb,row_constant,22,['>'],>],1,1 +1106,1106,02,symb,row_constant,23,['$'],$,1,1 +1106,1106,02,symb,row_constant,24,['>'],>],1,1 +1106,1106,02,symb,row_constant,25,['('],)],0,1 +1106,1106,02,symb,row_constant,26,['<'],<,1,1 +1106,1106,02,symb,row_constant,27,['$'],$,1,1 +1106,1106,02,symb,row_constant,28,['~'],~],1,1 +1106,1106,02,symb,row_constant,29,['>'],>],1,1 +1106,1106,02,symb,row_constant,30,['~'],~],1,1 +1106,1106,02,symb,row_constant,31,['('],)],0,1 +1106,1106,02,symb,row_constant,32,['*'],*,1,1 +1106,1106,02,symb,row_constant,33,['('],)],0,1 +1106,1106,02,symb,row_constant,34,['~'],~],1,1 +1106,1106,02,symb,row_constant,35,['>'],>],1,1 +1106,1106,02,symb,row_constant,36,['('],)],0,1 +1106,1106,02,symb,row_constant,37,['!'],!],1,1 +1106,1106,02,symb,row_constant,38,['%'],%],1,1 +1106,1106,02,symb,row_constant,39,['$'],$,1,1 +1106,1106,02,symb,row_constant,40,['%'],%],1,1 +1106,1106,02,symb,row_constant,41,['~'],~],1,1 +1106,1106,02,symb,row_constant,42,['&'],&],1,1 +1106,1106,02,symb,row_constant,43,['('],)],0,1 +1106,1106,02,symb,row_constant,44,['<'],<],1,1 +1106,1106,02,symb,row_constant,45,['!'],!],1,1 +1106,1106,02,symb,row_constant,46,['*'],*],1,1 +1106,1106,02,symb,row_constant,47,[':'],:],1,1 +1106,1106,02,symb,row_constant,48,[':'],:],1,1 +1106,1106,02,symb,row_constant,49,['>'],>],1,1 +1106,1106,02,symb,row_constant,50,['&'],&],1,1 +1106,1106,02,symb,row_constant,51,['('],)],0,1 +1106,1106,02,symb,row_constant,52,['>'],>],1,1 +1106,1106,02,symb,row_constant,53,['>'],>],1,1 +1106,1106,02,symb,row_constant,54,['$'],$],1,1 +1106,1106,02,symb,row_constant,55,['%'],%],1,1 +1106,1106,02,symb,row_constant,56,['>'],>],1,1 +1106,1106,02,symb,row_constant,57,['%'],%],1,1 +1106,1106,02,symb,row_constant,58,['!'],!],1,1 +1106,1106,02,symb,row_constant,59,['<'],<,1,1 +1106,1106,02,symb,row_constant,60,['&'],&],1,1 +1106,1106,02,symb,row_constant,61,['!'],!],1,1 +1106,1106,02,symb,row_constant,62,['!'],!],1,1 +1106,1106,02,symb,row_constant,63,['!'],!],1,1 +1106,1106,02,symb,row_constant,64,['&'],&],1,1 +1106,1106,02,symb,row_constant,65,['('],)],0,1 +1106,1106,02,symb,row_constant,66,[':'],:],1,1 +1106,1106,02,symb,row_constant,67,['<'],<],1,1 +1106,1106,02,symb,row_constant,68,['('],)],0,1 +1106,1106,02,symb,row_constant,69,['('],(],1,1 +1106,1106,02,symb,row_constant,70,['('],)],0,1 +1106,1106,02,symb,row_constant,71,['>'],>],1,1 +1106,1106,02,symb,row_constant,72,['&'],&,1,1 +1106,1106,02,symb,row_constant,73,['~'],~],1,1 +1106,1106,02,symb,row_constant,74,['<'],<],1,1 +1106,1106,02,symb,row_constant,75,['%'],%],1,1 +1106,1106,02,symb,row_constant,76,['>'],>],1,1 +1106,1106,02,symb,row_constant,77,['>'],>],1,1 +1106,1106,02,symb,row_constant,78,['('],)],0,1 +1106,1106,02,symb,row_constant,79,['*'],*,1,1 +1106,1106,02,symb,row_constant,80,['!'],!],1,1 +1106,1106,02,symb,row_constant,81,['*'],*],1,1 +1106,1106,02,symb,row_constant,82,['$'],$],1,1 +1106,1106,02,symb,row_constant,83,[':'],:],1,1 +1106,1106,02,symb,row_constant,84,['<'],<],1,1 +1106,1106,02,symb,row_constant,85,['*'],*],1,1 +1106,1106,02,symb,row_constant,86,['('],)],0,1 +1106,1106,02,symb,row_constant,87,['>'],>],1,1 +1106,1106,02,symb,row_constant,88,['%'],%],1,1 +1106,1106,02,symb,row_constant,89,['!'],!],1,1 +1106,1106,02,symb,row_constant,90,['>'],>],1,1 +1106,1106,02,symb,row_constant,91,['>'],>],1,1 +1106,1106,02,symb,row_constant,92,['&'],&],1,1 +1106,1106,02,symb,row_constant,93,['>'],>],1,1 +1106,1106,02,symb,row_constant,94,['*'],*,1,1 +1106,1106,02,symb,row_constant,95,['~'],~],1,1 +1106,1106,02,symb,row_constant,96,['~'],~],1,1 +1106,1106,02,symb,row_constant,97,['*'],*],1,1 +1106,1106,02,symb,row_constant,98,[':'],:],1,1 +1106,1106,02,symb,row_constant,99,['~'],~],1,1 +1106,1106,02,symb,col_constant,0,['~'],~],1,1 +1106,1106,02,symb,col_constant,1,['$'],$,1,1 +1106,1106,02,symb,col_constant,2,['$'],$],1,1 +1106,1106,02,symb,col_constant,3,[':'],:],1,1 +1106,1106,02,symb,col_constant,4,['>'],>],1,1 +1106,1106,02,symb,col_constant,5,[':'],:],1,1 +1106,1106,02,symb,col_constant,6,['!'],!],1,1 +1106,1106,02,symb,col_constant,7,['<'],<,1,1 +1106,1106,02,symb,col_constant,8,['('],(,1,1 +1106,1106,02,symb,col_constant,9,['('],(,1,1 +1106,1106,02,symb,col_constant,10,['<'],<],1,1 +1106,1106,02,symb,col_constant,11,[':'],:],1,1 +1106,1106,02,symb,col_constant,12,['%'],%,1,1 +1106,1106,02,symb,col_constant,13,['&'],&,1,1 +1106,1106,02,symb,col_constant,14,['!'],!],1,1 +1106,1106,02,symb,col_constant,15,['~'],~],1,1 +1106,1106,02,symb,col_constant,16,['>'],>],1,1 +1106,1106,02,symb,col_constant,17,['<'],<],1,1 +1106,1106,02,symb,col_constant,18,['('],)],0,1 +1106,1106,02,symb,col_constant,19,['*'],*],1,1 +1106,1106,02,symb,col_constant,20,['~'],~],1,1 +1106,1106,02,symb,col_constant,21,['~'],~],1,1 +1106,1106,02,symb,col_constant,22,['$'],$,1,1 +1106,1106,02,symb,col_constant,23,['%'],%,1,1 +1106,1106,02,symb,col_constant,24,['<'],<,1,1 +1106,1106,02,symb,col_constant,25,['*'],*,1,1 +1106,1106,02,symb,col_constant,26,['$'],$,1,1 +1106,1106,02,symb,col_constant,27,['~'],~],1,1 +1106,1106,02,symb,col_constant,28,['$'],$,1,1 +1106,1106,02,symb,col_constant,29,['!'],!],1,1 +1106,1106,02,symb,col_constant,30,['~'],~],1,1 +1106,1106,02,symb,col_constant,31,[':'],:],1,1 +1106,1106,02,symb,col_constant,32,['('],)],0,1 +1106,1106,02,symb,col_constant,33,['%'],%,1,1 +1106,1106,02,symb,col_constant,34,['!'],!],1,1 +1106,1106,02,symb,col_constant,35,['!'],!],1,1 +1106,1106,02,symb,col_constant,36,['<'],<,1,1 +1106,1106,02,symb,col_constant,37,['*'],*,1,1 +1106,1106,02,symb,col_constant,38,['*'],*,1,1 +1106,1106,02,symb,col_constant,39,['!'],!],1,1 +1106,1106,02,symb,col_constant,40,['*'],*],1,1 +1106,1106,02,symb,col_constant,41,['!'],!],1,1 +1106,1106,02,symb,col_constant,42,['!'],!],1,1 +1106,1106,02,symb,col_constant,43,['%'],%],1,1 +1106,1106,02,symb,col_constant,44,['~'],~],1,1 +1106,1106,02,symb,col_constant,45,['<'],<,1,1 +1106,1106,02,symb,col_constant,46,['>'],>],1,1 +1106,1106,02,symb,col_constant,47,['%'],%],1,1 +1106,1106,02,symb,col_constant,48,[':'],:],1,1 +1106,1106,02,symb,col_constant,49,['<'],<,1,1 +1106,1106,02,symb,col_constant,50,['>'],>],1,1 +1106,1106,02,symb,col_constant,51,['>'],>],1,1 +1106,1106,02,symb,col_constant,52,[':'],:],1,1 +1106,1106,02,symb,col_constant,53,['*'],*],1,1 +1106,1106,02,symb,col_constant,54,['%'],%,1,1 +1106,1106,02,symb,col_constant,55,['%'],%,1,1 +1106,1106,02,symb,col_constant,56,['~'],~],1,1 +1106,1106,02,symb,col_constant,57,['~'],~],1,1 +1106,1106,02,symb,col_constant,58,['%'],%,1,1 +1106,1106,02,symb,col_constant,59,['*'],*,1,1 +1106,1106,02,symb,col_constant,60,['!'],!],1,1 +1106,1106,02,symb,col_constant,61,['('],(],1,1 +1106,1106,02,symb,col_constant,62,['<'],<,1,1 +1106,1106,02,symb,col_constant,63,['&'],&],1,1 +1106,1106,02,symb,col_constant,64,['<'],<],1,1 +1106,1106,02,symb,col_constant,65,['*'],*,1,1 +1106,1106,02,symb,col_constant,66,['%'],%,1,1 +1106,1106,02,symb,col_constant,67,['>'],>],1,1 +1106,1106,02,symb,col_constant,68,['('],)],0,1 +1106,1106,02,symb,col_constant,69,['('],)],0,1 +1106,1106,02,symb,col_constant,70,[':'],:],1,1 +1106,1106,02,symb,col_constant,71,['*'],*],1,1 +1106,1106,02,symb,col_constant,72,['~'],~],1,1 +1106,1106,02,symb,col_constant,73,['('],)],0,1 +1106,1106,02,symb,col_constant,74,[':'],:],1,1 +1106,1106,02,symb,col_constant,75,['!'],!],1,1 +1106,1106,02,symb,col_constant,76,['&'],&],1,1 +1106,1106,02,symb,col_constant,77,['<'],<,1,1 +1106,1106,02,symb,col_constant,78,['>'],*] [~] [>],0,1 +1106,1106,02,symb,col_constant,79,['$'],$,1,1 +1106,1106,02,symb,col_constant,80,['<'],<],1,1 +1106,1106,02,symb,col_constant,81,['~'],~],1,1 +1106,1106,02,symb,col_constant,82,[':'],:],1,1 +1106,1106,02,symb,col_constant,83,['$'],$,1,1 +1106,1106,02,symb,col_constant,84,['!'],!],1,1 +1106,1106,02,symb,col_constant,85,['<'],<],1,1 +1106,1106,02,symb,col_constant,86,['<'],<],1,1 +1106,1106,02,symb,col_constant,87,['~'],~],1,1 +1106,1106,02,symb,col_constant,88,['&'],&,1,1 +1106,1106,02,symb,col_constant,89,['~'],~],1,1 +1106,1106,02,symb,col_constant,90,['!'],!],1,1 +1106,1106,02,symb,col_constant,91,['!'],!],1,1 +1106,1106,02,symb,col_constant,92,['%'],%,1,1 +1106,1106,02,symb,col_constant,93,['~'],~],1,1 +1106,1106,02,symb,col_constant,94,['~'],:] [&] [~],0,1 +1106,1106,02,symb,col_constant,95,['!'],!],1,1 +1106,1106,02,symb,col_constant,96,['&'],&],1,1 +1106,1106,02,symb,col_constant,97,['<'],<],1,1 +1106,1106,02,symb,col_constant,98,['<'],<,1,1 +1106,1106,02,symb,col_constant,99,['*'],*,1,1 +1106,1106,02,symb,dist3_diag1,0,['*'],*],1,1 +1106,1106,02,symb,dist3_diag1,1,['('],(],1,1 +1106,1106,02,symb,dist3_diag1,2,['>'],>],1,1 +1106,1106,02,symb,dist3_diag1,3,['%'],%,1,1 +1106,1106,02,symb,dist3_diag1,4,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,5,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,6,['*'],*],1,1 +1106,1106,02,symb,dist3_diag1,7,['%'],%,1,1 +1106,1106,02,symb,dist3_diag1,8,['$'],$],1,1 +1106,1106,02,symb,dist3_diag1,9,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,10,['<'],<],1,1 +1106,1106,02,symb,dist3_diag1,11,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,12,['%'],%],1,1 +1106,1106,02,symb,dist3_diag1,13,['*'],*],1,1 +1106,1106,02,symb,dist3_diag1,14,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,15,['>'],>],1,1 +1106,1106,02,symb,dist3_diag1,16,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,17,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,18,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,19,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,20,['>'],>],1,1 +1106,1106,02,symb,dist3_diag1,21,['('],(],1,1 +1106,1106,02,symb,dist3_diag1,22,['$'],$],1,1 +1106,1106,02,symb,dist3_diag1,23,['$'],$],1,1 +1106,1106,02,symb,dist3_diag1,24,['>'],>],1,1 +1106,1106,02,symb,dist3_diag1,25,['<'],<],1,1 +1106,1106,02,symb,dist3_diag1,26,['('],(],1,1 +1106,1106,02,symb,dist3_diag1,27,['%'],%],1,1 +1106,1106,02,symb,dist3_diag1,28,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,29,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,30,['('],(],1,1 +1106,1106,02,symb,dist3_diag1,31,['*'],*],1,1 +1106,1106,02,symb,dist3_diag1,32,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,33,['%'],%],1,1 +1106,1106,02,symb,dist3_diag1,34,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,35,['$'],$],1,1 +1106,1106,02,symb,dist3_diag1,36,['%'],%],1,1 +1106,1106,02,symb,dist3_diag1,37,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,38,['('],(],1,1 +1106,1106,02,symb,dist3_diag1,39,['&'],&],1,1 +1106,1106,02,symb,dist3_diag1,40,['<'],<],1,1 +1106,1106,02,symb,dist3_diag1,41,['<'],<],1,1 +1106,1106,02,symb,dist3_diag1,42,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,43,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,44,['$'],$,1,1 +1106,1106,02,symb,dist3_diag1,45,['&'],&],1,1 +1106,1106,02,symb,dist3_diag1,46,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,47,['<'],<],1,1 +1106,1106,02,symb,dist3_diag1,48,['%'],%,1,1 +1106,1106,02,symb,dist3_diag1,49,['*'],*,1,1 +1106,1106,02,symb,dist3_diag1,50,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,51,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,52,['('],(],1,1 +1106,1106,02,symb,dist3_diag1,53,['<'],<],1,1 +1106,1106,02,symb,dist3_diag1,54,['$'],$],1,1 +1106,1106,02,symb,dist3_diag1,55,['<'],<],1,1 +1106,1106,02,symb,dist3_diag1,56,['%'],%],1,1 +1106,1106,02,symb,dist3_diag1,57,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,58,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,59,['&'],&,1,1 +1106,1106,02,symb,dist3_diag1,60,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,61,['('],(],1,1 +1106,1106,02,symb,dist3_diag1,62,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,63,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,64,['<'],<],1,1 +1106,1106,02,symb,dist3_diag1,65,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,66,['%'],%],1,1 +1106,1106,02,symb,dist3_diag1,67,['$'],$],1,1 +1106,1106,02,symb,dist3_diag1,68,['<'],<],1,1 +1106,1106,02,symb,dist3_diag1,69,['&'],&],1,1 +1106,1106,02,symb,dist3_diag1,70,['>'],>],1,1 +1106,1106,02,symb,dist3_diag1,71,['>'],>],1,1 +1106,1106,02,symb,dist3_diag1,72,['$'],$],1,1 +1106,1106,02,symb,dist3_diag1,73,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,74,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,75,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,76,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,77,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,78,['>'],>],1,1 +1106,1106,02,symb,dist3_diag1,79,['*'],*],1,1 +1106,1106,02,symb,dist3_diag1,80,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,81,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,82,['$'],$],1,1 +1106,1106,02,symb,dist3_diag1,83,['$'],$],1,1 +1106,1106,02,symb,dist3_diag1,84,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,85,['('],(],1,1 +1106,1106,02,symb,dist3_diag1,86,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,87,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,88,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,89,['%'],%],1,1 +1106,1106,02,symb,dist3_diag1,90,['('],(],1,1 +1106,1106,02,symb,dist3_diag1,91,['!'],!],1,1 +1106,1106,02,symb,dist3_diag1,92,[':'],:],1,1 +1106,1106,02,symb,dist3_diag1,93,['%'],%,1,1 +1106,1106,02,symb,dist3_diag1,94,['('],)],0,1 +1106,1106,02,symb,dist3_diag1,95,['%'],%],1,1 +1106,1106,02,symb,dist3_diag1,96,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,97,['$'],$],1,1 +1106,1106,02,symb,dist3_diag1,98,['~'],~],1,1 +1106,1106,02,symb,dist3_diag1,99,[':'],:],1,1 +1106,1106,02,symb,dist3_diag2,0,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,1,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,2,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,3,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,4,['*'],*],1,1 +1106,1106,02,symb,dist3_diag2,5,[':'],:],1,1 +1106,1106,02,symb,dist3_diag2,6,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,7,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,8,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,9,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,10,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,11,['&'],&],1,1 +1106,1106,02,symb,dist3_diag2,12,['&'],&,1,1 +1106,1106,02,symb,dist3_diag2,13,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,14,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,15,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,16,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,17,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,18,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,19,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,20,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,21,['&'],&],1,1 +1106,1106,02,symb,dist3_diag2,22,[':'],:],1,1 +1106,1106,02,symb,dist3_diag2,23,[':'],:],1,1 +1106,1106,02,symb,dist3_diag2,24,['~'],~],1,1 +1106,1106,02,symb,dist3_diag2,25,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,26,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,27,['!'],!,1,1 +1106,1106,02,symb,dist3_diag2,28,['~'],~],1,1 +1106,1106,02,symb,dist3_diag2,29,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,30,['~'],~],1,1 +1106,1106,02,symb,dist3_diag2,31,['*'],*,1,1 +1106,1106,02,symb,dist3_diag2,32,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,33,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,34,['%'],%],1,1 +1106,1106,02,symb,dist3_diag2,35,[':'],:],1,1 +1106,1106,02,symb,dist3_diag2,36,['~'],~],1,1 +1106,1106,02,symb,dist3_diag2,37,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,38,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,39,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,40,[':'],:],1,1 +1106,1106,02,symb,dist3_diag2,41,[':'],:],1,1 +1106,1106,02,symb,dist3_diag2,42,['*'],*],1,1 +1106,1106,02,symb,dist3_diag2,43,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,44,['*'],*],1,1 +1106,1106,02,symb,dist3_diag2,45,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,46,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,47,['<'],<,1,1 +1106,1106,02,symb,dist3_diag2,48,['%'],%],1,1 +1106,1106,02,symb,dist3_diag2,49,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,50,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,51,['*'],*],1,1 +1106,1106,02,symb,dist3_diag2,52,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,53,['*'],*],1,1 +1106,1106,02,symb,dist3_diag2,54,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,55,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,56,['<'],<,1,1 +1106,1106,02,symb,dist3_diag2,57,[':'],:],1,1 +1106,1106,02,symb,dist3_diag2,58,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,59,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,60,['&'],&,1,1 +1106,1106,02,symb,dist3_diag2,61,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,62,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,63,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,64,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,65,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,66,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,67,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,68,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,69,[':'],:],1,1 +1106,1106,02,symb,dist3_diag2,70,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,71,['~'],~],1,1 +1106,1106,02,symb,dist3_diag2,72,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,73,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,74,['~'],~],1,1 +1106,1106,02,symb,dist3_diag2,75,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,76,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,77,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,78,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,79,['%'],%],1,1 +1106,1106,02,symb,dist3_diag2,80,['$'],$],1,1 +1106,1106,02,symb,dist3_diag2,81,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,82,['>'],>],1,1 +1106,1106,02,symb,dist3_diag2,83,['%'],%],1,1 +1106,1106,02,symb,dist3_diag2,84,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,85,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,86,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,87,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,88,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,89,['~'],~],1,1 +1106,1106,02,symb,dist3_diag2,90,['%'],%],1,1 +1106,1106,02,symb,dist3_diag2,91,['%'],%],1,1 +1106,1106,02,symb,dist3_diag2,92,['!'],!],1,1 +1106,1106,02,symb,dist3_diag2,93,['&'],&],1,1 +1106,1106,02,symb,dist3_diag2,94,['('],(,1,1 +1106,1106,02,symb,dist3_diag2,95,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,96,['~'],~],1,1 +1106,1106,02,symb,dist3_diag2,97,['('],(],1,1 +1106,1106,02,symb,dist3_diag2,98,['<'],<],1,1 +1106,1106,02,symb,dist3_diag2,99,['%'],%],1,1 +1106,1106,02,symb,prog_size1,0,['('],@],0,1 +1106,1106,02,symb,prog_size1,1,['<'],)],0,1 +1106,1106,02,symb,prog_size1,2,['~'],#],0,1 +1106,1106,02,symb,prog_size1,3,['>'],#],0,1 +1106,1106,02,symb,prog_size1,4,[':'],)],0,1 +1106,1106,02,symb,prog_size1,5,['$'],~],0,1 +1106,1106,02,symb,prog_size1,6,['%'],#],0,1 +1106,1106,02,symb,prog_size1,7,['&'],#],0,1 +1106,1106,02,symb,prog_size1,8,['*'],>],0,1 +1106,1106,02,symb,prog_size1,9,['!'],>],0,1 +1106,1106,02,symb,prog_size1,10,['('],:],0,1 +1106,1106,02,symb,prog_size1,11,['<'],$],0,1 +1106,1106,02,symb,prog_size2,0,[':'],%],0,1 +1106,1106,02,symb,prog_size2,1,['$'],&],0,1 +1106,1106,02,symb,prog_size2,2,['%'],*],0,1 +1106,1106,02,symb,prog_size2,3,['&'],$],0,1 +1106,1106,02,symb,two_rule_comb0,0,"['~', '$']",~ $],1,1 +1106,1106,02,symb,two_rule_comb0,1,"['>', '%']",> %],1,1 +1106,1106,02,symb,two_rule_comb0,2,"['*', '(']",* (,1,1 +1106,1106,02,symb,two_rule_comb0,3,"['*', '%']",* %],1,1 +1106,1106,02,symb,two_rule_comb0,4,"['$', '*']",$ *,1,1 +1106,1106,02,symb,two_rule_comb0,5,"['>', '%']",> %],1,1 +1106,1106,02,symb,two_rule_comb0,6,"['&', '$']",& $],1,1 +1106,1106,02,symb,two_rule_comb0,7,"['&', '>']",& >],1,1 +1106,1106,02,symb,two_rule_comb0,8,"['>', '!']",> !],1,1 +1106,1106,02,symb,two_rule_comb0,9,"['$', '%']",$ %],1,1 +1106,1106,02,symb,two_rule_comb0,10,"['>', '*']",> *],1,1 +1106,1106,02,symb,two_rule_comb0,11,"['&', '~']",& ~],1,1 +1106,1106,02,symb,two_rule_comb0,12,"['>', '(']",> (],1,1 +1106,1106,02,symb,two_rule_comb0,13,"['$', '>']",$ >],1,1 +1106,1106,02,symb,two_rule_comb0,14,"['%', '%']",% %],1,1 +1106,1106,02,symb,two_rule_comb0,15,"['!', '>']",! >],1,1 +1106,1106,02,symb,two_rule_comb0,16,"['>', '!']",> !],1,1 +1106,1106,02,symb,two_rule_comb0,17,"['$', '%']",$ %],1,1 +1106,1106,02,symb,two_rule_comb0,18,"['>', '*']",> *],1,1 +1106,1106,02,symb,two_rule_comb0,19,"['*', '~']",* ~],1,1 +1106,1106,02,symb,two_rule_comb0,20,"['<', '<']",< <],1,1 +1106,1106,02,symb,two_rule_comb0,21,"[':', '<']",: <],1,1 +1106,1106,02,symb,two_rule_comb0,22,"['~', '(']",~ (],1,1 +1106,1106,02,symb,two_rule_comb0,23,"['~', ':']",~ :],1,1 +1106,1106,02,symb,two_rule_comb0,24,"['>', '&']",> &],1,1 +1106,1106,02,symb,two_rule_comb0,25,"['<', '&']",< &],1,1 +1106,1106,02,symb,two_rule_comb0,26,"['~', ':']",~ :],1,1 +1106,1106,02,symb,two_rule_comb0,27,"['>', '>']",> >],1,1 +1106,1106,02,symb,two_rule_comb0,28,"['>', '&']",> &],1,1 +1106,1106,02,symb,two_rule_comb0,29,"['%', '*']",% *],1,1 +1106,1106,02,symb,two_rule_comb0,30,"['$', '(']",$ (,1,1 +1106,1106,02,symb,two_rule_comb0,31,"['(', '<']",( <],1,1 +1106,1106,02,symb,two_rule_comb0,32,"['!', '!']",! !],1,1 +1106,1106,02,symb,two_rule_comb0,33,"['>', '$']",> $],1,1 +1106,1106,02,symb,two_rule_comb0,34,"['(', '*']",( *],1,1 +1106,1106,02,symb,two_rule_comb0,35,"[':', '$']",: $],1,1 +1106,1106,02,symb,two_rule_comb0,36,"['~', '<']",~ <],1,1 +1106,1106,02,symb,two_rule_comb0,37,"['&', '<']",& <],1,1 +1106,1106,02,symb,two_rule_comb0,38,"['!', '~']",! ~],1,1 +1106,1106,02,symb,two_rule_comb0,39,"['<', '$']",< $],1,1 +1106,1106,02,symb,two_rule_comb0,40,"['<', '~']",< ~],1,1 +1106,1106,02,symb,two_rule_comb0,41,"['&', '*']",& *],1,1 +1106,1106,02,symb,two_rule_comb0,42,"['&', '>']",& >,1,1 +1106,1106,02,symb,two_rule_comb0,43,"[':', '%']",: %],1,1 +1106,1106,02,symb,two_rule_comb0,44,"['!', '*']",! *,1,1 +1106,1106,02,symb,two_rule_comb0,45,"['>', '(']",> (],1,1 +1106,1106,02,symb,two_rule_comb0,46,"['$', '~']",$ ~],1,1 +1106,1106,02,symb,two_rule_comb0,47,"['(', '*']",( *],1,1 +1106,1106,02,symb,two_rule_comb0,48,"['~', '(']",~ (],1,1 +1106,1106,02,symb,two_rule_comb0,49,"[':', '$']",: $],1,1 +1106,1106,02,symb,two_rule_comb0,50,"['*', '%']",* %],1,1 +1106,1106,02,symb,two_rule_comb0,51,"['>', '<']",> <],1,1 +1106,1106,02,symb,two_rule_comb0,52,"['*', '!']",* !],1,1 +1106,1106,02,symb,two_rule_comb0,53,"['!', '<']",! <],1,1 +1106,1106,02,symb,two_rule_comb0,54,"['%', '>']",% >],1,1 +1106,1106,02,symb,two_rule_comb0,55,"['&', '~']",& ~],1,1 +1106,1106,02,symb,two_rule_comb0,56,"['>', '&']",> &],1,1 +1106,1106,02,symb,two_rule_comb0,57,"['~', ':']",~ :],1,1 +1106,1106,02,symb,two_rule_comb0,58,"[':', '%']",: %],1,1 +1106,1106,02,symb,two_rule_comb0,59,"['!', '%']",! %],1,1 +1106,1106,02,symb,two_rule_comb0,60,"['!', '%']",! %],1,1 +1106,1106,02,symb,two_rule_comb0,61,"['*', '!']",* !,1,1 +1106,1106,02,symb,two_rule_comb0,62,"['~', '!']",~ !],1,1 +1106,1106,02,symb,two_rule_comb0,63,"['%', ':']",% :],1,1 +1106,1106,02,symb,two_rule_comb0,64,"['$', '>']",$ >],1,1 +1106,1106,02,symb,two_rule_comb0,65,"['<', '(']",< (],1,1 +1106,1106,02,symb,two_rule_comb0,66,"['*', '~']",* ~],1,1 +1106,1106,02,symb,two_rule_comb0,67,"['%', ':']",% :],1,1 +1106,1106,02,symb,two_rule_comb0,68,"[':', '%']",: %,1,1 +1106,1106,02,symb,two_rule_comb0,69,"['~', '&']",~ &],1,1 +1106,1106,02,symb,two_rule_comb0,70,"['(', '~']",( ~],1,1 +1106,1106,02,symb,two_rule_comb0,71,"['$', '%']",$ %],1,1 +1106,1106,02,symb,two_rule_comb0,72,"['!', '*']",! *],1,1 +1106,1106,02,symb,two_rule_comb0,73,"['!', '<']",! <],1,1 +1106,1106,02,symb,two_rule_comb0,74,"['%', '<']",% <],1,1 +1106,1106,02,symb,two_rule_comb0,75,"['>', '%']",>%],1,1 +1106,1106,02,symb,two_rule_comb0,76,"['&', '$']",& $],1,1 +1106,1106,02,symb,two_rule_comb0,77,"['&', '>']",& >],1,1 +1106,1106,02,symb,two_rule_comb0,78,"['%', '&']",% &],1,1 +1106,1106,02,symb,two_rule_comb0,79,"['>', '>']",> >],1,1 +1106,1106,02,symb,two_rule_comb0,80,"['*', '<']",* <],1,1 +1106,1106,02,symb,two_rule_comb0,81,"['!', '<']",! <],1,1 +1106,1106,02,symb,two_rule_comb0,82,"['>', '>']",> >],1,1 +1106,1106,02,symb,two_rule_comb0,83,"['>', '%']",> %],1,1 +1106,1106,02,symb,two_rule_comb0,84,"['!', '&']",! &],1,1 +1106,1106,02,symb,two_rule_comb0,85,"['%', ':']",% :],1,1 +1106,1106,02,symb,two_rule_comb0,86,"['!', '%']",! %,1,1 +1106,1106,02,symb,two_rule_comb0,87,"['&', '<']",& <],1,1 +1106,1106,02,symb,two_rule_comb0,88,"[':', '%']",: %],1,1 +1106,1106,02,symb,two_rule_comb0,89,"['*', '>']",* >,1,1 +1106,1106,02,symb,two_rule_comb0,90,"[':', '<']",: <],1,1 +1106,1106,02,symb,two_rule_comb0,91,"['!', '&']",! &],1,1 +1106,1106,02,symb,two_rule_comb0,92,"['!', ':']",! :],1,1 +1106,1106,02,symb,two_rule_comb0,93,"['!', '$']",! $],1,1 +1106,1106,02,symb,two_rule_comb0,94,"['*', '*']",* *],1,1 +1106,1106,02,symb,two_rule_comb0,95,"[':', '!']",: !],1,1 +1106,1106,02,symb,two_rule_comb0,96,"['&', '<']",& <],1,1 +1106,1106,02,symb,two_rule_comb0,97,"['$', '(']",$ (,1,1 +1106,1106,02,symb,two_rule_comb0,98,"['<', '(']",< (],1,1 +1106,1106,02,symb,two_rule_comb0,99,"['!', '&']",! &],1,1 +1106,1106,02,symb,two_rule_comb1,0,"['&', '*']",& *],1,1 +1106,1106,02,symb,two_rule_comb1,1,"[':', '$']",: $],1,1 +1106,1106,02,symb,two_rule_comb1,2,"['*', '~']",* ~],1,1 +1106,1106,02,symb,two_rule_comb1,3,"['!', '(']",! (],1,1 +1106,1106,02,symb,two_rule_comb1,4,"['*', '>']",* >],1,1 +1106,1106,02,symb,two_rule_comb1,5,"['(', '%']",( %],1,1 +1106,1106,02,symb,two_rule_comb1,6,"['>', '(']",> (],1,1 +1106,1106,02,symb,two_rule_comb1,7,"['&', '&']",(& :),0,1 +1106,1106,02,symb,two_rule_comb1,8,"['>', '$']",> $],1,1 +1106,1106,02,symb,two_rule_comb1,9,"['!', '&']",! &],1,1 +1106,1106,02,symb,two_rule_comb1,10,"['!', '>']",! %],0,1 +1106,1106,02,symb,two_rule_comb1,11,"['%', '*']",* :],0,1 +1106,1106,02,symb,two_rule_comb1,12,"['~', '>']",~ >],1,1 +1106,1106,02,symb,two_rule_comb1,13,"[':', '*']",: *],1,1 +1106,1106,02,symb,two_rule_comb1,14,"['>', '(']",> (],1,1 +1106,1106,02,symb,two_rule_comb1,15,"['&', '!']",& !],1,1 +1106,1106,02,symb,two_rule_comb1,16,"['>', '!']",> !],1,1 +1106,1106,02,symb,two_rule_comb1,17,"['>', '>']",> >],1,1 +1106,1106,02,symb,two_rule_comb1,18,"['&', ':']",& :],1,1 +1106,1106,02,symb,two_rule_comb1,19,"['&', '$']",& $],1,1 +1106,1106,02,symb,two_rule_comb1,20,"['(', '$']",(% $],0,1 +1106,1106,02,symb,two_rule_comb1,21,"['*', '!']",* !],1,1 +1106,1106,02,symb,two_rule_comb1,22,"['~', '>']",~ >],1,1 +1106,1106,02,symb,two_rule_comb1,23,"['*', '<']",* <],1,1 +1106,1106,02,symb,two_rule_comb1,24,"['!', '&']",! &,1,1 +1106,1106,02,symb,two_rule_comb1,25,"['~', '<']",~ <],1,1 +1106,1106,02,symb,two_rule_comb1,26,"[':', '&']",: &],1,1 +1106,1106,02,symb,two_rule_comb1,27,"['~', ':']",~ :],1,1 +1106,1106,02,symb,two_rule_comb1,28,"['<', '(']",< (],1,1 +1106,1106,02,symb,two_rule_comb1,29,"['%', '(']",% (],1,1 +1106,1106,02,symb,two_rule_comb1,30,"['(', '$']",( $],1,1 +1106,1106,02,symb,two_rule_comb1,31,"['~', '*']",~ *],1,1 +1106,1106,02,symb,two_rule_comb1,32,"['&', '>']",& >],1,1 +1106,1106,02,symb,two_rule_comb1,33,"['!', '%']",! %],1,1 +1106,1106,02,symb,two_rule_comb1,34,"['&', '*']",& *],1,1 +1106,1106,02,symb,two_rule_comb1,35,"['(', '&']",( &],1,1 +1106,1106,02,symb,two_rule_comb1,36,"['~', '~']",~ ~],1,1 +1106,1106,02,symb,two_rule_comb1,37,"['~', '*']",~ *],1,1 +1106,1106,02,symb,two_rule_comb1,38,"['!', '*']",! *],1,1 +1106,1106,02,symb,two_rule_comb1,39,"['$', '$']",$ <],0,1 +1106,1106,02,symb,two_rule_comb1,40,"['<', '$']",$ $],0,1 +1106,1106,02,symb,two_rule_comb1,41,"['%', '*']",% *],1,1 +1106,1106,02,symb,two_rule_comb1,42,"['!', '*']",! *],1,1 +1106,1106,02,symb,two_rule_comb1,43,"['*', '*']",* :],0,1 +1106,1106,02,symb,two_rule_comb1,44,"[':', '&']",: &],1,1 +1106,1106,02,symb,two_rule_comb1,45,"['>', '!']",> !],1,1 +1106,1106,02,symb,two_rule_comb1,46,"['&', '<']",& <],1,1 +1106,1106,02,symb,two_rule_comb1,47,"['%', '<']",% <],1,1 +1106,1106,02,symb,two_rule_comb1,48,"['!', '<']",! <],1,1 +1106,1106,02,symb,two_rule_comb1,49,"['(', '>']",( >],1,1 +1106,1106,02,symb,two_rule_comb1,50,"['!', '$']",! $],1,1 +1106,1106,02,symb,two_rule_comb1,51,"['!', '(']",! (],1,1 +1106,1106,02,symb,two_rule_comb1,52,"[':', '$']",: $],1,1 +1106,1106,02,symb,two_rule_comb1,53,"['$', '<']",$ <],1,1 +1106,1106,02,symb,two_rule_comb1,54,"['%', ':']",% :],1,1 +1106,1106,02,symb,two_rule_comb1,55,"['~', '*']",~ *],1,1 +1106,1106,02,symb,two_rule_comb1,56,"['>', '%']",> %],1,1 +1106,1106,02,symb,two_rule_comb1,57,"['~', '~']",~ ~],1,1 +1106,1106,02,symb,two_rule_comb1,58,"['~', '!']",~ !],1,1 +1106,1106,02,symb,two_rule_comb1,59,"['(', '<']",( <],1,1 +1106,1106,02,symb,two_rule_comb1,60,"['~', '~']",> ~],0,1 +1106,1106,02,symb,two_rule_comb1,61,"[':', '(']",: (],1,1 +1106,1106,02,symb,two_rule_comb1,62,"['~', '(']",~ (],1,1 +1106,1106,02,symb,two_rule_comb1,63,"['*', '&']",* &],1,1 +1106,1106,02,symb,two_rule_comb1,64,"[':', '&']",: :],0,1 +1106,1106,02,symb,two_rule_comb1,65,"['!', '!']",% !],0,1 +1106,1106,02,symb,two_rule_comb1,66,"['<', '$']",< $],1,1 +1106,1106,02,symb,two_rule_comb1,67,"['(', '$']",> $],0,1 +1106,1106,02,symb,two_rule_comb1,68,"['>', '>']",> >],1,1 +1106,1106,02,symb,two_rule_comb1,69,"['<', '*']",< *],1,1 +1106,1106,02,symb,two_rule_comb1,70,"['%', '&']",% &],1,1 +1106,1106,02,symb,two_rule_comb1,71,"['(', ':']",( :],1,1 +1106,1106,02,symb,two_rule_comb1,72,"[':', '!']",: !],1,1 +1106,1106,02,symb,two_rule_comb1,73,"['<', '~']",> <],0,1 +1106,1106,02,symb,two_rule_comb1,74,"['!', ':']",! :],1,1 +1106,1106,02,symb,two_rule_comb1,75,"['>', '$']",> $],1,1 +1106,1106,02,symb,two_rule_comb1,76,"['!', '*']",! *],1,1 +1106,1106,02,symb,two_rule_comb1,77,"['>', '<']",< %],0,1 +1106,1106,02,symb,two_rule_comb1,78,"['<', '<']",< &],0,1 +1106,1106,02,symb,two_rule_comb1,79,"['~', ':']",~ :],1,1 +1106,1106,02,symb,two_rule_comb1,80,"['~', ':']",~ :],1,1 +1106,1106,02,symb,two_rule_comb1,81,"['%', '~']",% ~],1,1 +1106,1106,02,symb,two_rule_comb1,82,"['<', '%']",< %],1,1 +1106,1106,02,symb,two_rule_comb1,83,"['&', '*']",& *,1,1 +1106,1106,02,symb,two_rule_comb1,84,"['>', '>']",* >],0,1 +1106,1106,02,symb,two_rule_comb1,85,"['<', '(']",< (],1,1 +1106,1106,02,symb,two_rule_comb1,86,"['&', '>']",& >],1,1 +1106,1106,02,symb,two_rule_comb1,87,"['&', '(']",& (],1,1 +1106,1106,02,symb,two_rule_comb1,88,"['&', '&']",& <],0,1 +1106,1106,02,symb,two_rule_comb1,89,"['~', '$']",~ ~],0,1 +1106,1106,02,symb,two_rule_comb1,90,"['*', '>']",* >],1,1 +1106,1106,02,symb,two_rule_comb1,91,"['(', '(']",(%],0,1 +1106,1106,02,symb,two_rule_comb1,92,"['&', '*']",& *],1,1 +1106,1106,02,symb,two_rule_comb1,93,"['%', '%']",% %],1,1 +1106,1106,02,symb,two_rule_comb1,94,"['>', '(']",> (],1,1 +1106,1106,02,symb,two_rule_comb1,95,"['&', '<']",& <],1,1 +1106,1106,02,symb,two_rule_comb1,96,"['>', '&']",> &],1,1 +1106,1106,02,symb,two_rule_comb1,97,"['!', '$']",! $],1,1 +1106,1106,02,symb,two_rule_comb1,98,"['>', '~']",: ~],0,1 +1106,1106,02,symb,two_rule_comb1,99,"['*', '&']",* &],1,1 +1106,1106,02,symb,two_rule_comb2,0,"['&', '%']",# %],0,1 +1106,1106,02,symb,two_rule_comb2,1,"['%', '>']",: >],0,1 +1106,1106,02,symb,two_rule_comb2,2,"['~', '<']",~ *],0,1 +1106,1106,02,symb,two_rule_comb2,3,"['&', '<']",> >],0,1 +1106,1106,02,symb,two_rule_comb2,4,"['>', '*']",! *],0,1 +1106,1106,02,symb,two_rule_comb2,5,"['*', '~']",* !],0,1 +1106,1106,02,symb,two_rule_comb2,6,"['(', ':']",( <],0,1 +1106,1106,02,symb,two_rule_comb2,7,"['!', '*']",! <],0,1 +1106,1106,02,symb,two_rule_comb2,8,"['$', '$']",< $],0,1 +1106,1106,02,symb,two_rule_comb2,9,"['~', '<']",~ $],0,1 +1106,1106,02,symb,two_rule_comb2,10,"[':', ':']",( :],0,1 +1106,1106,02,symb,two_rule_comb2,11,"['$', '<']",& <],0,1 +1106,1106,02,symb,two_rule_comb2,12,"['<', '(']",< >],0,1 +1106,1106,02,symb,two_rule_comb2,13,"['(', '~']",: ~],0,1 +1106,1106,02,symb,two_rule_comb2,14,"['*', '!']",(~ !],0,1 +1106,1106,02,symb,two_rule_comb2,15,"[':', '<']",: <,1,1 +1106,1106,02,symb,two_rule_comb2,16,"['(', '$']",( &],0,1 +1106,1106,02,symb,two_rule_comb2,17,"['$', '(']",< (],0,1 +1106,1106,02,symb,two_rule_comb2,18,"['%', '%']",% :],0,1 +1106,1106,02,symb,two_rule_comb2,19,"['<', '(']",< :],0,1 +1106,1106,02,symb,two_rule_comb2,20,"['(', '<']",: <],0,1 +1106,1106,02,symb,two_rule_comb2,21,"['%', '~']",# ~],0,1 +1106,1106,02,symb,two_rule_comb2,22,"['&', '<']",& :],0,1 +1106,1106,02,symb,two_rule_comb2,23,"['<', '$']",< ~],0,1 +1106,1106,02,symb,two_rule_comb2,24,"['<', '!']",* !],0,1 +1106,1106,02,symb,two_rule_comb2,25,"['%', '~']",% *],0,1 +1106,1106,02,symb,two_rule_comb2,26,"[':', '>']",* >],0,1 +1106,1106,02,symb,two_rule_comb2,27,"['~', '&']",~ ~],0,1 +1106,1106,02,symb,two_rule_comb2,28,"['$', '&']",$ >],0,1 +1106,1106,02,symb,two_rule_comb2,29,"['%', '(']",% :],0,1 +1106,1106,02,symb,two_rule_comb2,30,"['!', '*']",! <],0,1 +1106,1106,02,symb,two_rule_comb2,31,"['~', '<']",~ *],0,1 +1106,1106,02,symb,two_rule_comb2,32,"['&', '*']",& <],0,1 +1106,1106,02,symb,two_rule_comb2,33,"['<', '~']",< *],0,1 +1106,1106,02,symb,two_rule_comb2,34,"['<', '&']",< >],0,1 +1106,1106,02,symb,two_rule_comb2,35,"['>', '~']",:] <],0,1 +1106,1106,02,symb,two_rule_comb2,36,"[':', '%']",% %],0,1 +1106,1106,02,symb,two_rule_comb2,37,"['$', '~']",< ~],0,1 +1106,1106,02,symb,two_rule_comb2,38,"['(', '*']",% *],0,1 +1106,1106,02,symb,two_rule_comb2,39,"['*', '&']",* <],0,1 +1106,1106,02,symb,two_rule_comb2,40,"[':', '!']",% !],0,1 +1106,1106,02,symb,two_rule_comb2,41,"['$', '~']",$ *],0,1 +1106,1106,02,symb,two_rule_comb2,42,"['~', '<']",* <],0,1 +1106,1106,02,symb,two_rule_comb2,43,"[':', '$']",: &],0,1 +1106,1106,02,symb,two_rule_comb2,44,"['(', '!']",( >],0,1 +1106,1106,02,symb,two_rule_comb2,45,"['>', '&']",> %],0,1 +1106,1106,02,symb,two_rule_comb2,46,"['%', ':']",% *],0,1 +1106,1106,02,symb,two_rule_comb2,47,"['!', '>']",> >],0,1 +1106,1106,02,symb,two_rule_comb2,48,"['>', '<']",> &],0,1 +1106,1106,02,symb,two_rule_comb2,49,"['<', '!']",: !],0,1 +1106,1106,02,symb,two_rule_comb2,50,"['~', '(']",~ >],0,1 +1106,1106,02,symb,two_rule_comb2,51,"['$', '!']",! !],0,1 +1106,1106,02,symb,two_rule_comb2,52,"['&', '&']",& <],0,1 +1106,1106,02,symb,two_rule_comb2,53,"['%', '$']",% <],0,1 +1106,1106,02,symb,two_rule_comb2,54,"['~', ':']",! :],0,1 +1106,1106,02,symb,two_rule_comb2,55,"['~', '!']",{ !],0,1 +1106,1106,02,symb,two_rule_comb2,56,"[':', '<']",% <],0,1 +1106,1106,02,symb,two_rule_comb2,57,"['$', '~']",$ *],0,1 +1106,1106,02,symb,two_rule_comb2,58,"['<', '%']",: %],0,1 +1106,1106,02,symb,two_rule_comb2,59,"['%', '<']",% *],0,1 +1106,1106,02,symb,two_rule_comb2,60,"['*', '%']",% %],0,1 +1106,1106,02,symb,two_rule_comb2,61,"['%', '*']",* (],0,1 +1106,1106,02,symb,two_rule_comb2,62,"['<', '&']",< $],0,1 +1106,1106,02,symb,two_rule_comb2,63,"[':', '*']",* *],0,1 +1106,1106,02,symb,two_rule_comb2,64,"[':', '>']",( >],0,1 +1106,1106,02,symb,two_rule_comb2,65,"['$', '&']",$ >],0,1 +1106,1106,02,symb,two_rule_comb2,66,"['<', '$']",: $],0,1 +1106,1106,02,symb,two_rule_comb2,67,"['$', '%']",% %],0,1 +1106,1106,02,symb,two_rule_comb2,68,"['%', '$']",% &],0,1 +1106,1106,02,symb,two_rule_comb2,69,"['%', '%']",% :],0,1 +1106,1106,02,symb,two_rule_comb2,70,"['<', ':']",* :],0,1 +1106,1106,02,symb,two_rule_comb2,71,"['$', ':']",$ %],0,1 +1106,1106,02,symb,two_rule_comb2,72,"['&', '&']",& >,0,1 +1106,1106,02,symb,two_rule_comb2,73,"['(', '!']",% %],0,1 +1106,1106,02,symb,two_rule_comb2,74,"[':', '*']",: ~],0,1 +1106,1106,02,symb,two_rule_comb2,75,"['%', '*']",: *],0,1 +1106,1106,02,symb,two_rule_comb2,76,"['<', '>']",> >],0,1 +1106,1106,02,symb,two_rule_comb2,77,"[':', ':']",: <],0,1 +1106,1106,02,symb,two_rule_comb2,78,"['~', '~']",> ~],0,1 +1106,1106,02,symb,two_rule_comb2,79,"[':', '%']",% %],0,1 +1106,1106,02,symb,two_rule_comb2,80,"['*', '*']",* ~],0,1 +1106,1106,02,symb,two_rule_comb2,81,"['%', ':']",# :],0,1 +1106,1106,02,symb,two_rule_comb2,82,"['>', '<']",% <],0,1 +1106,1106,02,symb,two_rule_comb2,83,"[':', '(']",: >],0,1 +1106,1106,02,symb,two_rule_comb2,84,"['<', '*']",$ *],0,1 +1106,1106,02,symb,two_rule_comb2,85,"[':', '%']",: %],1,1 +1106,1106,02,symb,two_rule_comb2,86,"['<', '%']",< (],0,1 +1106,1106,02,symb,two_rule_comb2,87,"['%', '!']",: !],0,1 +1106,1106,02,symb,two_rule_comb2,88,"['>', '&']",! &],0,1 +1106,1106,02,symb,two_rule_comb2,89,"['~', '%']",* ~],0,1 +1106,1106,02,symb,two_rule_comb2,90,"[':', '<']",% <],0,1 +1106,1106,02,symb,two_rule_comb2,91,"['$', '<']",< >],0,1 +1106,1106,02,symb,two_rule_comb2,92,"['%', '<']",# <],0,1 +1106,1106,02,symb,two_rule_comb2,93,"['>', '>']",! >],0,1 +1106,1106,02,symb,two_rule_comb2,94,"['>', '%']",! %],0,1 +1106,1106,02,symb,two_rule_comb2,95,"['&', '%']",? %],0,1 +1106,1106,02,symb,two_rule_comb2,96,"['*', '%']",~ %],0,1 +1106,1106,02,symb,two_rule_comb2,97,"['<', '&']",< (],0,1 +1106,1106,02,symb,two_rule_comb2,98,"['~', '(']",~ >],0,1 +1106,1106,02,symb,two_rule_comb2,99,"['*', '>']",* (],0,1 +1106,1106,02,symb,two_rule_comb3,0,"['$', '&']",$ &],1,1 +1106,1106,02,symb,two_rule_comb3,1,"['$', '%']",$ %],1,1 +1106,1106,02,symb,two_rule_comb3,2,"['(', ':']",( :],1,1 +1106,1106,02,symb,two_rule_comb3,3,"['&', ':']",& :],1,1 +1106,1106,02,symb,two_rule_comb3,4,"['<', '>']",< >],1,1 +1106,1106,02,symb,two_rule_comb3,5,"[':', '*']",: *],1,1 +1106,1106,02,symb,two_rule_comb3,6,"['$', '*']",$ *],1,1 +1106,1106,02,symb,two_rule_comb3,7,"['~', '&']",& ~],0,1 +1106,1106,02,symb,two_rule_comb3,8,"['$', ':']",$ :],1,1 +1106,1106,02,symb,two_rule_comb3,9,"['(', '<']",( <],1,1 +1106,1106,02,symb,two_rule_comb3,10,"['%', '(']",% !],0,1 +1106,1106,02,symb,two_rule_comb3,11,"[':', '~']",: ~],1,1 +1106,1106,02,symb,two_rule_comb3,12,"[':', '!']",: !],1,1 +1106,1106,02,symb,two_rule_comb3,13,"['<', '$']",< $],1,1 +1106,1106,02,symb,two_rule_comb3,14,"['~', '(']",( ~],0,1 +1106,1106,02,symb,two_rule_comb3,15,"['<', '!']",< !],1,1 +1106,1106,02,symb,two_rule_comb3,16,"['%', '<']",% <],1,1 +1106,1106,02,symb,two_rule_comb3,17,"['<', '<']",< <],1,1 +1106,1106,02,symb,two_rule_comb3,18,"['>', '%']",% >],0,1 +1106,1106,02,symb,two_rule_comb3,19,"['<', '~']",< ~],1,1 +1106,1106,02,symb,two_rule_comb3,20,"['~', '(']",~ (],1,1 +1106,1106,02,symb,two_rule_comb3,21,"['%', '~']",% ~],1,1 +1106,1106,02,symb,two_rule_comb3,22,"['>', '%']",> %],1,1 +1106,1106,02,symb,two_rule_comb3,23,"['~', ':']",~ :],1,1 +1106,1106,02,symb,two_rule_comb3,24,"[':', '!']",: !],1,1 +1106,1106,02,symb,two_rule_comb3,25,"['&', '>']",& !],0,1 +1106,1106,02,symb,two_rule_comb3,26,"['&', '*']",:& $,0,1 +1106,1106,02,symb,two_rule_comb3,27,"['(', '~']",( ~],1,1 +1106,1106,02,symb,two_rule_comb3,28,"['&', '*']",* >],0,1 +1106,1106,02,symb,two_rule_comb3,29,"['%', '*']",% *],1,1 +1106,1106,02,symb,two_rule_comb3,30,"['*', '(']",* (],1,1 +1106,1106,02,symb,two_rule_comb3,31,"['<', '<']",< %],0,1 +1106,1106,02,symb,two_rule_comb3,32,"['$', '~']",$ ~],1,1 +1106,1106,02,symb,two_rule_comb3,33,"['$', '%']",% ~],0,1 +1106,1106,02,symb,two_rule_comb3,34,"['!', '(']",! (],1,1 +1106,1106,02,symb,two_rule_comb3,35,"['%', '&']",% &],1,1 +1106,1106,02,symb,two_rule_comb3,36,"['~', '!']",~ !],1,1 +1106,1106,02,symb,two_rule_comb3,37,"['!', '*']",! *],1,1 +1106,1106,02,symb,two_rule_comb3,38,"['*', '&']",* &],1,1 +1106,1106,02,symb,two_rule_comb3,39,"['&', '!']",& !],1,1 +1106,1106,02,symb,two_rule_comb3,40,"['$', '&']",$ &],1,1 +1106,1106,02,symb,two_rule_comb3,41,"['(', '(']",( (],1,1 +1106,1106,02,symb,two_rule_comb3,42,"['$', ':']",$ :],1,1 +1106,1106,02,symb,two_rule_comb3,43,"['!', '*']",! *],1,1 +1106,1106,02,symb,two_rule_comb3,44,"['%', ':']",% :],1,1 +1106,1106,02,symb,two_rule_comb3,45,"['<', '*']",* <],0,1 +1106,1106,02,symb,two_rule_comb3,46,"['*', '!']",* !],1,1 +1106,1106,02,symb,two_rule_comb3,47,"['*', '(']",* (],1,1 +1106,1106,02,symb,two_rule_comb3,48,"['<', '&']",& <],0,1 +1106,1106,02,symb,two_rule_comb3,49,"['<', '*']",< *],1,1 +1106,1106,02,symb,two_rule_comb3,50,"['~', '$']",~ $],1,1 +1106,1106,02,symb,two_rule_comb3,51,"['~', '~']",& <],0,1 +1106,1106,02,symb,two_rule_comb3,52,"['~', '!']",~ !],1,1 +1106,1106,02,symb,two_rule_comb3,53,"['(', '*']",( *],1,1 +1106,1106,02,symb,two_rule_comb3,54,"['$', '$']",$ >],0,1 +1106,1106,02,symb,two_rule_comb3,55,"['*', '~']",* ~],1,1 +1106,1106,02,symb,two_rule_comb3,56,"['!', '%']",! %],1,1 +1106,1106,02,symb,two_rule_comb3,57,"[':', '~']",: ~],1,1 +1106,1106,02,symb,two_rule_comb3,58,"['>', ':']",> :],1,1 +1106,1106,02,symb,two_rule_comb3,59,"['!', '*']",! *],1,1 +1106,1106,02,symb,two_rule_comb3,60,"[':', '&']",: &],1,1 +1106,1106,02,symb,two_rule_comb3,61,"['!', '>']",! >],1,1 +1106,1106,02,symb,two_rule_comb3,62,"['$', '~']",$ ~],1,1 +1106,1106,02,symb,two_rule_comb3,63,"['$', '&']",$ &],1,1 +1106,1106,02,symb,two_rule_comb3,64,"['&', '&']",$ %],0,1 +1106,1106,02,symb,two_rule_comb3,65,"['$', '>']",$ >],1,1 +1106,1106,02,symb,two_rule_comb3,66,"[':', '>']",: >],1,1 +1106,1106,02,symb,two_rule_comb3,67,"['$', '*']",$ *],1,1 +1106,1106,02,symb,two_rule_comb3,68,"[':', '*']",: *],1,1 +1106,1106,02,symb,two_rule_comb3,69,"['&', '!']",& !],1,1 +1106,1106,02,symb,two_rule_comb3,70,"['(', '>']",( >],1,1 +1106,1106,02,symb,two_rule_comb3,71,"['>', '*']",> *],1,1 +1106,1106,02,symb,two_rule_comb3,72,"['%', '*']",% *],1,1 +1106,1106,02,symb,two_rule_comb3,73,"['~', '&']",~ &],1,1 +1106,1106,02,symb,two_rule_comb3,74,"['!', '!']",! !],1,1 +1106,1106,02,symb,two_rule_comb3,75,"[':', '(']",: (],1,1 +1106,1106,02,symb,two_rule_comb3,76,"['>', '%']",% >],0,1 +1106,1106,02,symb,two_rule_comb3,77,"['%', ':']",% :],1,1 +1106,1106,02,symb,two_rule_comb3,78,"[':', '!']",: !],1,1 +1106,1106,02,symb,two_rule_comb3,79,"['(', '*']",( *],1,1 +1106,1106,02,symb,two_rule_comb3,80,"['&', '%']",& %],1,1 +1106,1106,02,symb,two_rule_comb3,81,"['!', '%']",! %],1,1 +1106,1106,02,symb,two_rule_comb3,82,"['&', '(']",& (],1,1 +1106,1106,02,symb,two_rule_comb3,83,"['%', '(']",% (],1,1 +1106,1106,02,symb,two_rule_comb3,84,"['&', '(']",& (],1,1 +1106,1106,02,symb,two_rule_comb3,85,"['~', '$']",$ ~],0,1 +1106,1106,02,symb,two_rule_comb3,86,"['!', ':']",! :],1,1 +1106,1106,02,symb,two_rule_comb3,87,"['$', '<']",$ <],1,1 +1106,1106,02,symb,two_rule_comb3,88,"['~', '*']",~ *],1,1 +1106,1106,02,symb,two_rule_comb3,89,"['*', '&']",& *],0,1 +1106,1106,02,symb,two_rule_comb3,90,"['!', '~']",! ~],1,1 +1106,1106,02,symb,two_rule_comb3,91,"['<', '(']",< (],1,1 +1106,1106,02,symb,two_rule_comb3,92,"['*', '<']",* <],1,1 +1106,1106,02,symb,two_rule_comb3,93,"['*', '~']",* ~],1,1 +1106,1106,02,symb,two_rule_comb3,94,"['~', '*']",~ *],1,1 +1106,1106,02,symb,two_rule_comb3,95,"['>', ':']",> :],1,1 +1106,1106,02,symb,two_rule_comb3,96,"['<', ':']",< :],1,1 +1106,1106,02,symb,two_rule_comb3,97,"[':', '$']",: $],1,1 +1106,1106,02,symb,two_rule_comb3,98,"['&', '!']",& !],1,1 +1106,1106,02,symb,two_rule_comb3,99,"['(', '$']",( $],1,1 +1106,1106,02,symb,two_rule_comb4,0,"['&', '~']",$ >],0,1 +1106,1106,02,symb,two_rule_comb4,1,"['<', '>']",# ?],0,1 +1106,1106,02,symb,two_rule_comb4,2,"['(', '!']",& !],0,1 +1106,1106,02,symb,two_rule_comb4,3,"['!', '&']",! <],0,1 +1106,1106,02,symb,two_rule_comb4,4,"['&', '(']",( (],0,1 +1106,1106,02,symb,two_rule_comb4,5,"['$', '&']",$ :],0,1 +1106,1106,02,symb,two_rule_comb4,6,"['&', '!']",% >],0,1 +1106,1106,02,symb,two_rule_comb4,7,"['!', '(']",! <],0,1 +1106,1106,02,symb,two_rule_comb4,8,"['~', '(']",< (],0,1 +1106,1106,02,symb,two_rule_comb4,9,"['*', '(']",) ~],0,1 +1106,1106,02,symb,two_rule_comb4,10,"[':', '<']",* <],0,1 +1106,1106,02,symb,two_rule_comb4,11,"['%', '&']",: &],0,1 +1106,1106,02,symb,two_rule_comb4,12,"['$', '(']",$ >],0,1 +1106,1106,02,symb,two_rule_comb4,13,"['$', '%']",$ :],0,1 +1106,1106,02,symb,two_rule_comb4,14,"['$', '*']",$ !],0,1 +1106,1106,02,symb,two_rule_comb4,15,"['~', '~']",~ !],0,1 +1106,1106,02,symb,two_rule_comb4,16,"['&', '%']",$ %],0,1 +1106,1106,02,symb,two_rule_comb4,17,"['<', '$']",< ~],0,1 +1106,1106,02,symb,two_rule_comb4,18,"['>', '$']",! &],0,1 +1106,1106,02,symb,two_rule_comb4,19,"['*', '!']",$ ~],0,1 +1106,1106,02,symb,two_rule_comb4,20,"['$', '*']",* >],0,1 +1106,1106,02,symb,two_rule_comb4,21,"['(', '&']",: >],0,1 +1106,1106,02,symb,two_rule_comb4,22,"['(', '!']",: >],0,1 +1106,1106,02,symb,two_rule_comb4,23,"['&', '!']",$ ~],0,1 +1106,1106,02,symb,two_rule_comb4,24,"['<', ':']",< *],0,1 +1106,1106,02,symb,two_rule_comb4,25,"['<', '!']",< ~],0,1 +1106,1106,02,symb,two_rule_comb4,26,"['&', '&']",< %],0,1 +1106,1106,02,symb,two_rule_comb4,27,"[':', '(']",% >],0,1 +1106,1106,02,symb,two_rule_comb4,28,"['(', '*']",% *],0,1 +1106,1106,02,symb,two_rule_comb4,29,"['(', '&']",( <],0,1 +1106,1106,02,symb,two_rule_comb4,30,"['$', '~']",< ~],0,1 +1106,1106,02,symb,two_rule_comb4,31,"['%', '>']",: <],0,1 +1106,1106,02,symb,two_rule_comb4,32,"['%', '%']",% !],0,1 +1106,1106,02,symb,two_rule_comb4,33,"['<', '%']",< ~],0,1 +1106,1106,02,symb,two_rule_comb4,34,"[':', '~']",% >],0,1 +1106,1106,02,symb,two_rule_comb4,35,"['<', '>']",! ~],0,1 +1106,1106,02,symb,two_rule_comb4,36,"['%', '(']",: $],0,1 +1106,1106,02,symb,two_rule_comb4,37,"['$', '(']",$ >],0,1 +1106,1106,02,symb,two_rule_comb4,38,"['>', '%']",> >],0,1 +1106,1106,02,symb,two_rule_comb4,39,"['%', '(']",! *],0,1 +1106,1106,02,symb,two_rule_comb4,40,"['>', '*']",> !],0,1 +1106,1106,02,symb,two_rule_comb4,41,"['!', '$']",> *],0,1 +1106,1106,02,symb,two_rule_comb4,42,"['<', '%']",< *],0,1 +1106,1106,02,symb,two_rule_comb4,43,"['$', '<']",% >],0,1 +1106,1106,02,symb,two_rule_comb4,44,"['<', '%']",< !],0,1 +1106,1106,02,symb,two_rule_comb4,45,"['&', '!']",$ (],0,1 +1106,1106,02,symb,two_rule_comb4,46,"['&', '%']",$ *],0,1 +1106,1106,02,symb,two_rule_comb4,47,"['*', '(']",* <],0,1 +1106,1106,02,symb,two_rule_comb4,48,"['<', '(']",: (],0,1 +1106,1106,02,symb,two_rule_comb4,49,"['~', '!']",% !],0,1 +1106,1106,02,symb,two_rule_comb4,50,"['$', '(']",& :],0,1 +1106,1106,02,symb,two_rule_comb4,51,"['~', '<']",~ :],0,1 +1106,1106,02,symb,two_rule_comb4,52,"[':', '~']",: >],0,1 +1106,1106,02,symb,two_rule_comb4,53,"['>', '*']",* *],0,1 +1106,1106,02,symb,two_rule_comb4,54,"['~', '(']",~ <],0,1 +1106,1106,02,symb,two_rule_comb4,55,"['>', '!']",( >,0,1 +1106,1106,02,symb,two_rule_comb4,56,"['>', '$']",$ ],0,1 +1106,1106,02,symb,two_rule_comb4,57,"[':', '&']",: %],0,1 +1106,1106,02,symb,two_rule_comb4,58,"['~', '&']",* <],0,1 +1106,1106,02,symb,two_rule_comb4,59,"[':', ':']",: *],0,1 +1106,1106,02,symb,two_rule_comb4,60,"['&', '<']",% >],0,1 +1106,1106,02,symb,two_rule_comb4,61,"[':', '<']",: :],0,1 +1106,1106,02,symb,two_rule_comb4,62,"['$', '!']",~ >],0,1 +1106,1106,02,symb,two_rule_comb4,63,"['%', '*']",! *],0,1 +1106,1106,02,symb,two_rule_comb4,64,"['%', '*']",* ~],0,1 +1106,1106,02,symb,two_rule_comb4,65,"['*', '>']",~ *],0,1 +1106,1106,02,symb,two_rule_comb4,66,"['*', '>']",* ~],0,1 +1106,1106,02,symb,two_rule_comb4,67,"['~', '(']",~ &],0,1 +1106,1106,02,symb,two_rule_comb4,68,"['!', '>']",> :],0,1 +1106,1106,02,symb,two_rule_comb4,69,"['&', '<']",& :],0,1 +1106,1106,02,symb,two_rule_comb4,70,"['&', '&']",& >],0,1 +1106,1106,02,symb,two_rule_comb4,71,"['%', '&']",% *],0,1 +1106,1106,02,symb,two_rule_comb4,72,"['(', '$']",: :],0,1 +1106,1106,02,symb,two_rule_comb4,73,"['<', '!']",$ :],0,1 +1106,1106,02,symb,two_rule_comb4,74,"['%', '%']",% !],0,1 +1106,1106,02,symb,two_rule_comb4,75,"['!', '%']",! ~],0,1 +1106,1106,02,symb,two_rule_comb4,76,"['&', '!']",: *],0,1 +1106,1106,02,symb,two_rule_comb4,77,"['!', '$']",$ >],0,1 +1106,1106,02,symb,two_rule_comb4,78,"['>', '<']",& >],0,1 +1106,1106,02,symb,two_rule_comb4,79,"['<', '~']",: *],0,1 +1106,1106,02,symb,two_rule_comb4,80,"['(', '~']",( *],0,1 +1106,1106,02,symb,two_rule_comb4,81,"['(', ':']",% *],0,1 +1106,1106,02,symb,two_rule_comb4,82,"['!', '*']",> :],0,1 +1106,1106,02,symb,two_rule_comb4,83,"['%', '*']",! *],0,1 +1106,1106,02,symb,two_rule_comb4,84,"['>', '%']",! %],0,1 +1106,1106,02,symb,two_rule_comb4,85,"['<', '&']",< &],1,1 +1106,1106,02,symb,two_rule_comb4,86,"['>', ':']",> :],1,1 +1106,1106,02,symb,two_rule_comb4,87,"['%', '<']",! <],0,1 +1106,1106,02,symb,two_rule_comb4,88,"['>', '(']",! *],0,1 +1106,1106,02,symb,two_rule_comb4,89,"['$', '$']",< ~],0,1 +1106,1106,02,symb,two_rule_comb4,90,"[':', '%']",: ~],0,1 +1106,1106,02,symb,two_rule_comb4,91,"['*', '&']",~ &],0,1 +1106,1106,02,symb,two_rule_comb4,92,"['(', '<']",< &],0,1 +1106,1106,02,symb,two_rule_comb4,93,"['(', '<']",& >],0,1 +1106,1106,02,symb,two_rule_comb4,94,"['~', '%']",! ~],0,1 +1106,1106,02,symb,two_rule_comb4,95,"['!', '<']",* !],0,1 +1106,1106,02,symb,two_rule_comb4,96,"['>', '&']",> >],0,1 +1106,1106,02,symb,two_rule_comb4,97,"['(', '$']",( &],0,1 +1106,1106,02,symb,two_rule_comb4,98,"['%', '$']",% ~],0,1 +1106,1106,02,symb,two_rule_comb4,99,"['&', '~']",@ ~],0,1 +1106,1106,02,symb,two_rule_comb5,0,"['*', '%']",* ~],0,1 +1106,1106,02,symb,two_rule_comb5,1,"['(', '(']",% :],0,1 +1106,1106,02,symb,two_rule_comb5,2,"['$', '$']",& <],0,1 +1106,1106,02,symb,two_rule_comb5,3,"['(', '<']",: &],0,1 +1106,1106,02,symb,two_rule_comb5,4,"['$', '(']",% &],0,1 +1106,1106,02,symb,two_rule_comb5,5,"['%', '&']",: $],0,1 +1106,1106,02,symb,two_rule_comb5,6,"['$', '&']",& <],0,1 +1106,1106,02,symb,two_rule_comb5,7,"['*', '!']",~ >],0,1 +1106,1106,02,symb,two_rule_comb5,8,"['(', '%']",: :],0,1 +1106,1106,02,symb,two_rule_comb5,9,"['!', '(']",> %],0,1 +1106,1106,02,symb,two_rule_comb5,10,"['$', '%']",< (],0,1 +1106,1106,02,symb,two_rule_comb5,11,"['(', ':']",% %],0,1 +1106,1106,02,symb,two_rule_comb5,12,"['$', '~']",! ~],0,1 +1106,1106,02,symb,two_rule_comb5,13,"['!', '~']",> *],0,1 +1106,1106,02,symb,two_rule_comb5,14,"['<', ':']",# %,0,1 +1106,1106,02,symb,two_rule_comb5,15,"['~', '&']",* <],0,1 +1106,1106,02,symb,two_rule_comb5,16,"['&', '$']",$ <],0,1 +1106,1106,02,symb,two_rule_comb5,17,"['~', '(']",# @],0,1 +1106,1106,02,symb,two_rule_comb5,18,"['&', '%']",$ :],0,1 +1106,1106,02,symb,two_rule_comb5,19,"['>', '$']",! &],0,1 +1106,1106,02,symb,two_rule_comb5,20,"['&', '$']",$ &],0,1 +1106,1106,02,symb,two_rule_comb5,21,"[':', '<']",& ],0,1 +1106,1106,02,symb,two_rule_comb5,22,"['$', '~']",& *],0,1 +1106,1106,02,symb,two_rule_comb5,23,"['~', '%']",& <],0,1 +1106,1106,02,symb,two_rule_comb5,24,"['$', '!']",& >],0,1 +1106,1106,02,symb,two_rule_comb5,25,"['$', ':']",~ :],0,1 +1106,1106,02,symb,two_rule_comb5,26,"['&', '<']",<&],0,1 +1106,1106,02,symb,two_rule_comb5,27,"['*', '~']",~ *],0,1 +1106,1106,02,symb,two_rule_comb5,28,"['$', ':']",< %],0,1 +1106,1106,02,symb,two_rule_comb5,29,"[':', '>']",? ?],0,1 +1106,1106,02,symb,two_rule_comb5,30,"['>', '(']",>: !],0,1 +1106,1106,02,symb,two_rule_comb5,31,"['<', '!']",( : ],0,1 +1106,1106,02,symb,two_rule_comb5,32,"['&', ':']",$ %],0,1 +1106,1106,02,symb,two_rule_comb5,33,"['$', '%']",~ ~],0,1 +1106,1106,02,symb,two_rule_comb5,34,"[':', '(']",% ],0,1 +1106,1106,02,symb,two_rule_comb5,35,"['%', '%']",# !],0,1 +1106,1106,02,symb,two_rule_comb5,36,"['!', '&']",> $],0,1 +1106,1106,02,symb,two_rule_comb5,37,"['<', '~']",< &],0,1 +1106,1106,02,symb,two_rule_comb5,38,"['(', '!']",# %],0,1 +1106,1106,02,symb,two_rule_comb5,39,"['>', '<']",! &],0,1 +1106,1106,02,symb,two_rule_comb5,40,"['%', '$']",! !],0,1 +1106,1106,02,symb,two_rule_comb5,41,"['$', '<']",# #],0,1 +1106,1106,02,symb,two_rule_comb5,42,"['%', '(']",% ],0,1 +1106,1106,02,symb,two_rule_comb5,43,"['<', '$']",* ~],0,1 +1106,1106,02,symb,two_rule_comb5,44,"['*', '&']",~ $],0,1 +1106,1106,02,symb,two_rule_comb5,45,"['*', '&']",* ~],0,1 +1106,1106,02,symb,two_rule_comb5,46,"['!', '$']",: )],0,1 +1106,1106,02,symb,two_rule_comb5,47,"['<', '>']",$ !],0,1 +1106,1106,02,symb,two_rule_comb5,48,"['!', ':']",> (],0,1 +1106,1106,02,symb,two_rule_comb5,49,"['%', ':']",! <],0,1 +1106,1106,02,symb,two_rule_comb5,50,"['!', '<']",> &],0,1 +1106,1106,02,symb,two_rule_comb5,51,"['&', '>']",< !],0,1 +1106,1106,02,symb,two_rule_comb5,52,"['(', '$']",% &],0,1 +1106,1106,02,symb,two_rule_comb5,53,"['(', '*']",# #],0,1 +1106,1106,02,symb,two_rule_comb5,54,"['%', '$']",: <],0,1 +1106,1106,02,symb,two_rule_comb5,55,"['&', '%']",* >],0,1 +1106,1106,02,symb,two_rule_comb5,56,"['$', '<']",< &],0,1 +1106,1106,02,symb,two_rule_comb5,57,"['<', '<']",$ &],0,1 +1106,1106,02,symb,two_rule_comb5,58,"['%', '<']",! *],0,1 +1106,1106,02,symb,two_rule_comb5,59,"['~', '*']",~ *],1,1 +1106,1106,02,symb,two_rule_comb5,60,"['~', '<']",# =],0,1 +1106,1106,02,symb,two_rule_comb5,61,"[':', '~']",* ],0,1 +1106,1106,02,symb,two_rule_comb5,62,"['(', '~']",( %],0,1 +1106,1106,02,symb,two_rule_comb5,63,"['!', ':']",% >],0,1 +1106,1106,02,symb,two_rule_comb5,64,"[':', '%']",< !],0,1 +1106,1106,02,symb,two_rule_comb5,65,"['~', '<']",> <],0,1 +1106,1106,02,symb,two_rule_comb5,66,"['%', '>']",: !],0,1 +1106,1106,02,symb,two_rule_comb5,67,"['*', '<']",* <],1,1 +1106,1106,02,symb,two_rule_comb5,68,"['(', '%']",: (],0,1 +1106,1106,02,symb,two_rule_comb5,69,"['$', '*']",! :],0,1 +1106,1106,02,symb,two_rule_comb5,70,"['>', '%']",! (],0,1 +1106,1106,02,symb,two_rule_comb5,71,"['~', '%']",# #],0,1 +1106,1106,02,symb,two_rule_comb5,72,"[':', '%']",:% :],0,1 +1106,1106,02,symb,two_rule_comb5,73,"['<', '%']",~ !],0,1 +1106,1106,02,symb,two_rule_comb5,74,"['(', '$']",@ =],0,1 +1106,1106,02,symb,two_rule_comb5,75,"['&', '(']",# :],0,1 +1106,1106,02,symb,two_rule_comb5,76,"['$', '%']",@ %],0,1 +1106,1106,02,symb,two_rule_comb5,77,"['(', ':']",: (],0,1 +1106,1106,02,symb,two_rule_comb5,78,"['(', '&']",# #],0,1 +1106,1106,02,symb,two_rule_comb5,79,"['>', '<']",? ?],0,1 +1106,1106,02,symb,two_rule_comb5,80,"['(', '!']",( : ],0,1 +1106,1106,02,symb,two_rule_comb5,81,"['<', '&']",$ <],0,1 +1106,1106,02,symb,two_rule_comb5,82,"['<', '&']",$ $],0,1 +1106,1106,02,symb,two_rule_comb5,83,"['%', ':']",@ #],0,1 +1106,1106,02,symb,two_rule_comb5,84,"['*', ':']",< <],0,1 +1106,1106,02,symb,two_rule_comb5,85,"['>', '*']",( <],0,1 +1106,1106,02,symb,two_rule_comb5,86,"['!', '$']",> &],0,1 +1106,1106,02,symb,two_rule_comb5,87,"['>', '!']",> !],1,1 +1106,1106,02,symb,two_rule_comb5,88,"['&', '~']",( !],0,1 +1106,1106,02,symb,two_rule_comb5,89,"['(', '%']",% (],0,1 +1106,1106,02,symb,two_rule_comb5,90,"['(', '$']",: &],0,1 +1106,1106,02,symb,two_rule_comb5,91,"[':', '(']",% %],0,1 +1106,1106,02,symb,two_rule_comb5,92,"['(', '(']",: %],0,1 +1106,1106,02,symb,two_rule_comb5,93,"['&', '<']",$ $],0,1 +1106,1106,02,symb,two_rule_comb5,94,"['&', ':']",$ (],0,1 +1106,1106,02,symb,two_rule_comb5,95,"['~', '>']",~ *],0,1 +1106,1106,02,symb,two_rule_comb5,96,"['&', '&']",* $],0,1 +1106,1106,02,symb,two_rule_comb5,97,"['$', '>']",< !],0,1 +1106,1106,02,symb,two_rule_comb5,98,"['~', ':']",% !],0,1 +1106,1106,02,symb,two_rule_comb5,99,"['%', ':']",: (],0,1 +1106,1106,02,symb,three_rule_comb0,0,"['&', ':', ':']",& : :],1,1 +1106,1106,02,symb,three_rule_comb0,1,"['!', '%', '%']",! % %],1,1 +1106,1106,02,symb,three_rule_comb0,2,"['*', '$', '%']",* $ %],1,1 +1106,1106,02,symb,three_rule_comb0,3,"['$', '>', '*']",$ > *],1,1 +1106,1106,02,symb,three_rule_comb0,4,"[':', '%', '<']",: % <],1,1 +1106,1106,02,symb,three_rule_comb0,5,"['~', '%', '$']",~ % $],1,1 +1106,1106,02,symb,three_rule_comb0,6,"['(', '$', ':']",( $ :],1,1 +1106,1106,02,symb,three_rule_comb0,7,"[':', '>', '&']",: > &],1,1 +1106,1106,02,symb,three_rule_comb0,8,"['*', '<', '!']",* < !,1,1 +1106,1106,02,symb,three_rule_comb0,9,"[':', '$', '(']",: $ (],1,1 +1106,1106,02,symb,three_rule_comb0,10,"['&', '<', '>']",& < >],1,1 +1106,1106,02,symb,three_rule_comb0,11,"['$', '&', '!']",$ & !],1,1 +1106,1106,02,symb,three_rule_comb0,12,"['&', '<', '(']",& < (],1,1 +1106,1106,02,symb,three_rule_comb0,13,"['>', '>', '$']",> > $],1,1 +1106,1106,02,symb,three_rule_comb0,14,"['(', '$', '<']",( $ <],1,1 +1106,1106,02,symb,three_rule_comb0,15,"['(', '>', '*']",( > *],1,1 +1106,1106,02,symb,three_rule_comb0,16,"['~', '!', '&']",~ ! &],1,1 +1106,1106,02,symb,three_rule_comb0,17,"[':', '*', '(']",: * (],1,1 +1106,1106,02,symb,three_rule_comb0,18,"['<', '>', '>']",< > >],1,1 +1106,1106,02,symb,three_rule_comb0,19,"['<', '~', '!']",< ~ !],1,1 +1106,1106,02,symb,three_rule_comb0,20,"['*', '*', '(']",* * (],1,1 +1106,1106,02,symb,three_rule_comb0,21,"['>', '&', '%']",> & %],1,1 +1106,1106,02,symb,three_rule_comb0,22,"[':', '&', '&']",: & &],1,1 +1106,1106,02,symb,three_rule_comb0,23,"['*', '&', '!']",* & !],1,1 +1106,1106,02,symb,three_rule_comb0,24,"['~', '>', '&']",~ > &],1,1 +1106,1106,02,symb,three_rule_comb0,25,"['&', '(', '!']",& ( !],1,1 +1106,1106,02,symb,three_rule_comb0,26,"[':', '$', '~']",: $ ~,1,1 +1106,1106,02,symb,three_rule_comb0,27,"['(', '!', '!']",( ! !],1,1 +1106,1106,02,symb,three_rule_comb0,28,"[':', '(', '&']",: ( &],1,1 +1106,1106,02,symb,three_rule_comb0,29,"['*', '%', '(']",* % (],1,1 +1106,1106,02,symb,three_rule_comb0,30,"['~', '>', '!']",~ > !],1,1 +1106,1106,02,symb,three_rule_comb0,31,"['&', '&', ':']",& & :],1,1 +1106,1106,02,symb,three_rule_comb0,32,"['(', ':', ':']",( : :],1,1 +1106,1106,02,symb,three_rule_comb0,33,"['%', '<', '<']",% < <],1,1 +1106,1106,02,symb,three_rule_comb0,34,"['&', ':', '%']",& : %],1,1 +1106,1106,02,symb,three_rule_comb0,35,"['<', ':', '%']",< : %],1,1 +1106,1106,02,symb,three_rule_comb0,36,"['&', '(', ':']",& ( :],1,1 +1106,1106,02,symb,three_rule_comb0,37,"['&', '~', '(']",& ~ (],1,1 +1106,1106,02,symb,three_rule_comb0,38,"[':', '>', '$']",: > $],1,1 +1106,1106,02,symb,three_rule_comb0,39,"[':', ':', '&']",: : &],1,1 +1106,1106,02,symb,three_rule_comb0,40,"['$', '(', '(']",$ ( (],1,1 +1106,1106,02,symb,three_rule_comb0,41,"['%', '&', '>']",% & >],1,1 +1106,1106,02,symb,three_rule_comb0,42,"['>', '%', '~']",> % ~],1,1 +1106,1106,02,symb,three_rule_comb0,43,"['!', '%', '!']",! % !,1,1 +1106,1106,02,symb,three_rule_comb0,44,"['$', '&', '%']",$ & %],1,1 +1106,1106,02,symb,three_rule_comb0,45,"[':', '>', '*']",: > *],1,1 +1106,1106,02,symb,three_rule_comb0,46,"['*', '~', '~']",* ~ ~],1,1 +1106,1106,02,symb,three_rule_comb0,47,"['>', '*', '>']",> * >],1,1 +1106,1106,02,symb,three_rule_comb0,48,"[':', '!', '<']",: ! <],1,1 +1106,1106,02,symb,three_rule_comb0,49,"['(', '(', '$']",( ( $],1,1 +1106,1106,02,symb,three_rule_comb0,50,"[':', '!', '>']",: ! >],1,1 +1106,1106,02,symb,three_rule_comb0,51,"['*', '&', '>']",* & >,1,1 +1106,1106,02,symb,three_rule_comb0,52,"['$', '<', '<']",$ < <],1,1 +1106,1106,02,symb,three_rule_comb0,53,"[':', '!', '>']",: ! >],1,1 +1106,1106,02,symb,three_rule_comb0,54,"['(', '$', '&']",( $ &],1,1 +1106,1106,02,symb,three_rule_comb0,55,"['>', '(', '~']",> ( ~],1,1 +1106,1106,02,symb,three_rule_comb0,56,"['>', '!', '>']",> ! >],1,1 +1106,1106,02,symb,three_rule_comb0,57,"['%', '(', '$']",% ( $],1,1 +1106,1106,02,symb,three_rule_comb0,58,"['*', '&', '$']",* & $],1,1 +1106,1106,02,symb,three_rule_comb0,59,"['!', '*', '~']",! * ~],1,1 +1106,1106,02,symb,three_rule_comb0,60,"['*', '<', '&']",* < &],1,1 +1106,1106,02,symb,three_rule_comb0,61,"['!', '&', '%']",! & %],1,1 +1106,1106,02,symb,three_rule_comb0,62,"['$', ':', '<']",$ : <],1,1 +1106,1106,02,symb,three_rule_comb0,63,"['<', '~', '!']",< ~ !],1,1 +1106,1106,02,symb,three_rule_comb0,64,"['!', '<', '<']",! < <],1,1 +1106,1106,02,symb,three_rule_comb0,65,"['&', '%', '~']",& % ~],1,1 +1106,1106,02,symb,three_rule_comb0,66,"['%', ':', '*']",% : *],1,1 +1106,1106,02,symb,three_rule_comb0,67,"[':', '!', '$']",: ! $,1,1 +1106,1106,02,symb,three_rule_comb0,68,"['>', '<', '(']",> < (],1,1 +1106,1106,02,symb,three_rule_comb0,69,"['*', '&', '>']",* & >],1,1 +1106,1106,02,symb,three_rule_comb0,70,"[':', ':', '!']",: : !],1,1 +1106,1106,02,symb,three_rule_comb0,71,"['>', ':', '~']",> : ~,1,1 +1106,1106,02,symb,three_rule_comb0,72,"['<', '<', '~']",< < ~],1,1 +1106,1106,02,symb,three_rule_comb0,73,"['&', '*', ':']",& * :],1,1 +1106,1106,02,symb,three_rule_comb0,74,"['&', '%', '>']",& % >],1,1 +1106,1106,02,symb,three_rule_comb0,75,"['~', '$', '!']",~ $ !],1,1 +1106,1106,02,symb,three_rule_comb0,76,"['(', '*', '~']",( * ~],1,1 +1106,1106,02,symb,three_rule_comb0,77,"['(', '~', '>']",( ~ >],1,1 +1106,1106,02,symb,three_rule_comb0,78,"['*', '>', '$']",* > $],1,1 +1106,1106,02,symb,three_rule_comb0,79,"['~', '$', '*']",~ $ *],1,1 +1106,1106,02,symb,three_rule_comb0,80,"['&', '!', '>']",& ! >],1,1 +1106,1106,02,symb,three_rule_comb0,81,"[':', '*', '!']",: * !],1,1 +1106,1106,02,symb,three_rule_comb0,82,"['*', '(', '$']",* ( $],1,1 +1106,1106,02,symb,three_rule_comb0,83,"['~', '$', '>']",~ $ >],1,1 +1106,1106,02,symb,three_rule_comb0,84,"[':', '>', '<']",: > <],1,1 +1106,1106,02,symb,three_rule_comb0,85,"[':', '$', '>']",: $ >],1,1 +1106,1106,02,symb,three_rule_comb0,86,"['~', '>', '>']",~ > >],1,1 +1106,1106,02,symb,three_rule_comb0,87,"['~', '&', '$']",~ & $],1,1 +1106,1106,02,symb,three_rule_comb0,88,"['&', '!', '>']",& ! >,1,1 +1106,1106,02,symb,three_rule_comb0,89,"['*', '&', '$']",* & $],1,1 +1106,1106,02,symb,three_rule_comb0,90,"['*', '%', '>']",* % >],1,1 +1106,1106,02,symb,three_rule_comb0,91,"['(', '%', '(']",( % (],1,1 +1106,1106,02,symb,three_rule_comb0,92,"['<', '(', '&']",< ( &],1,1 +1106,1106,02,symb,three_rule_comb0,93,"['%', ':', '*']",% : *],1,1 +1106,1106,02,symb,three_rule_comb0,94,"['%', '!', '<']",% ! <],1,1 +1106,1106,02,symb,three_rule_comb0,95,"['>', '$', '*']",> $ *],1,1 +1106,1106,02,symb,three_rule_comb0,96,"['$', '>', '>']",$ > >],1,1 +1106,1106,02,symb,three_rule_comb0,97,"['*', '&', ':']",* & :],1,1 +1106,1106,02,symb,three_rule_comb0,98,"['(', '>', '$']",( > $],1,1 +1106,1106,02,symb,three_rule_comb0,99,"['<', ':', '&']",< : &],1,1 +1106,1106,02,symb,three_rule_comb1,0,"['~', '$', '%']",~ $ %],1,1 +1106,1106,02,symb,three_rule_comb1,1,"[':', '$', '$']",: $ $],1,1 +1106,1106,02,symb,three_rule_comb1,2,"['!', '!', '*']",! ! *],1,1 +1106,1106,02,symb,three_rule_comb1,3,"['~', '(', ':']",~ ( :],1,1 +1106,1106,02,symb,three_rule_comb1,4,"['*', '*', '!']",* !,0,1 +1106,1106,02,symb,three_rule_comb1,5,"['*', '!', '<']",* ! <],1,1 +1106,1106,02,symb,three_rule_comb1,6,"['~', '(', '(']",~ ( >],0,1 +1106,1106,02,symb,three_rule_comb1,7,"['<', '>', '~']",< > ~],1,1 +1106,1106,02,symb,three_rule_comb1,8,"['*', '(', '>']",* ( >],1,1 +1106,1106,02,symb,three_rule_comb1,9,"['>', '>', ':']",> & :],0,1 +1106,1106,02,symb,three_rule_comb1,10,"['&', '$', '&']",& $ &],1,1 +1106,1106,02,symb,three_rule_comb1,11,"['!', '<', '<']",! < %],0,1 +1106,1106,02,symb,three_rule_comb1,12,"['>', '>', '~']",> & ~],0,1 +1106,1106,02,symb,three_rule_comb1,13,"[':', '!', '*']",: ! *],1,1 +1106,1106,02,symb,three_rule_comb1,14,"[':', '$', '!']",: $ !],1,1 +1106,1106,02,symb,three_rule_comb1,15,"['%', '!', '%']",% ! %],1,1 +1106,1106,02,symb,three_rule_comb1,16,"['(', '~', '%']",( % %],0,1 +1106,1106,02,symb,three_rule_comb1,17,"['*', '>', '%']",* > %],1,1 +1106,1106,02,symb,three_rule_comb1,18,"['!', '!', '<']",! ! <],1,1 +1106,1106,02,symb,three_rule_comb1,19,"['>', '(', '$']",> ( $],1,1 +1106,1106,02,symb,three_rule_comb1,20,"['(', '&', '%']",( & %],1,1 +1106,1106,02,symb,three_rule_comb1,21,"['$', '&', '~']",$ & ~],1,1 +1106,1106,02,symb,three_rule_comb1,22,"['<', '<', '>']",< < >],1,1 +1106,1106,02,symb,three_rule_comb1,23,"['&', ':', '$']",& : $],1,1 +1106,1106,02,symb,three_rule_comb1,24,"['$', '(', '!']",$ ( !],1,1 +1106,1106,02,symb,three_rule_comb1,25,"[':', '(', '~']",: ( ~],1,1 +1106,1106,02,symb,three_rule_comb1,26,"[':', '>', '&']",: > &,1,1 +1106,1106,02,symb,three_rule_comb1,27,"['$', '$', '<']",$ $ >],0,1 +1106,1106,02,symb,three_rule_comb1,28,"['%', '*', ':']",% * :],1,1 +1106,1106,02,symb,three_rule_comb1,29,"[':', '~', '*']",: ~ *],1,1 +1106,1106,02,symb,three_rule_comb1,30,"['~', '%', '%']",~ % %],1,1 +1106,1106,02,symb,three_rule_comb1,31,"['!', '$', ':']",! $ :],1,1 +1106,1106,02,symb,three_rule_comb1,32,"['&', '*', '%']",& * %],1,1 +1106,1106,02,symb,three_rule_comb1,33,"['*', '~', '&']",* % &],0,1 +1106,1106,02,symb,three_rule_comb1,34,"['(', '(', '*']",( ( *],1,1 +1106,1106,02,symb,three_rule_comb1,35,"[':', '&', '*']",: & *],1,1 +1106,1106,02,symb,three_rule_comb1,36,"['(', ':', '*']",: : *],0,1 +1106,1106,02,symb,three_rule_comb1,37,"['<', '<', '~']",< < ~],1,1 +1106,1106,02,symb,three_rule_comb1,38,"[':', ':', '*']",: : *],1,1 +1106,1106,02,symb,three_rule_comb1,39,"['$', '*', '<']",$ * <],1,1 +1106,1106,02,symb,three_rule_comb1,40,"['!', '*', '%']",(% > %),0,1 +1106,1106,02,symb,three_rule_comb1,41,"['<', '*', '<']",: * <],0,1 +1106,1106,02,symb,three_rule_comb1,42,"['<', '~', '%']",< ~ %,1,1 +1106,1106,02,symb,three_rule_comb1,43,"['>', '&', '!']",> & !],1,1 +1106,1106,02,symb,three_rule_comb1,44,"['*', '~', '<']",$ ~ <,0,1 +1106,1106,02,symb,three_rule_comb1,45,"['<', '$', '$']",< $ $],1,1 +1106,1106,02,symb,three_rule_comb1,46,"['~', '<', ':']",~ % :],0,1 +1106,1106,02,symb,three_rule_comb1,47,"[':', '>', '%']",: > %],1,1 +1106,1106,02,symb,three_rule_comb1,48,"['&', '~', '*']",& ~ *],1,1 +1106,1106,02,symb,three_rule_comb1,49,"['>', '*', '<']",* <],0,1 +1106,1106,02,symb,three_rule_comb1,50,"['<', '&', '!']",< & %],0,1 +1106,1106,02,symb,three_rule_comb1,51,"['~', '%', '%']",~ % >],0,1 +1106,1106,02,symb,three_rule_comb1,52,"['$', '>', '<']",$ > <,1,1 +1106,1106,02,symb,three_rule_comb1,53,"['~', '$', '~']",~ $ ~],1,1 +1106,1106,02,symb,three_rule_comb1,54,"['(', '~', '<']",% ~ <],0,1 +1106,1106,02,symb,three_rule_comb1,55,"['<', '$', '!']",< $ !],1,1 +1106,1106,02,symb,three_rule_comb1,56,"['>', '>', '(']",> > (],1,1 +1106,1106,02,symb,three_rule_comb1,57,"['$', '(', '$']",$ ( $],1,1 +1106,1106,02,symb,three_rule_comb1,58,"['$', '<', '%']",$ < %,1,1 +1106,1106,02,symb,three_rule_comb1,59,"['<', '%', '&']",< % &],1,1 +1106,1106,02,symb,three_rule_comb1,60,"[':', '(', '!']",: ( !],1,1 +1106,1106,02,symb,three_rule_comb1,61,"['<', ':', '!']",< : !],1,1 +1106,1106,02,symb,three_rule_comb1,62,"['(', '%', '(']",( % (,1,1 +1106,1106,02,symb,three_rule_comb1,63,"['$', ':', '*']",$ : *],1,1 +1106,1106,02,symb,three_rule_comb1,64,"['~', '$', '>']",~ $ >],1,1 +1106,1106,02,symb,three_rule_comb1,65,"['<', '~', '%']",< ~ %],1,1 +1106,1106,02,symb,three_rule_comb1,66,"['*', '*', '>']",* > >],0,1 +1106,1106,02,symb,three_rule_comb1,67,"['&', '(', '<']",& ( <],1,1 +1106,1106,02,symb,three_rule_comb1,68,"['*', '&', '%']",* & %],1,1 +1106,1106,02,symb,three_rule_comb1,69,"['~', '!', '$']",~ ! $],1,1 +1106,1106,02,symb,three_rule_comb1,70,"['&', '!', '*']",& ! *],1,1 +1106,1106,02,symb,three_rule_comb1,71,"['%', '&', '&']",% % &],0,1 +1106,1106,02,symb,three_rule_comb1,72,"['!', '*', '<']",< * <],0,1 +1106,1106,02,symb,three_rule_comb1,73,"['<', '%', '%']",< % $],0,1 +1106,1106,02,symb,three_rule_comb1,74,"['$', '%', ':']",$ % :],1,1 +1106,1106,02,symb,three_rule_comb1,75,"['$', '*', '%']",$ * %,1,1 +1106,1106,02,symb,three_rule_comb1,76,"['>', '%', '%']",> % %],1,1 +1106,1106,02,symb,three_rule_comb1,77,"['!', '&', ':']",! & !,0,1 +1106,1106,02,symb,three_rule_comb1,78,"['$', '$', '!']",$ ! $,0,1 +1106,1106,02,symb,three_rule_comb1,79,"['*', '!', '(']",* ! (],1,1 +1106,1106,02,symb,three_rule_comb1,80,"['>', '<', '!']",> < !],1,1 +1106,1106,02,symb,three_rule_comb1,81,"['$', '>', '!']",$ > !,1,1 +1106,1106,02,symb,three_rule_comb1,82,"['%', '!', ':']",% ! :],1,1 +1106,1106,02,symb,three_rule_comb1,83,"['<', '%', '&']",< % &],1,1 +1106,1106,02,symb,three_rule_comb1,84,"['(', ':', '>']",( % >],0,1 +1106,1106,02,symb,three_rule_comb1,85,"[':', '&', '*']",: & $],0,1 +1106,1106,02,symb,three_rule_comb1,86,"[':', '<', '>']",: < >],1,1 +1106,1106,02,symb,three_rule_comb1,87,"['&', '%', '>']",& % &],0,1 +1106,1106,02,symb,three_rule_comb1,88,"['!', '(', ':']",! ( :],1,1 +1106,1106,02,symb,three_rule_comb1,89,"['$', '>', '(']",$ > (],1,1 +1106,1106,02,symb,three_rule_comb1,90,"['(', '&', ':']",( & :],1,1 +1106,1106,02,symb,three_rule_comb1,91,"['&', '&', '!']",& & !],1,1 +1106,1106,02,symb,three_rule_comb1,92,"['$', '~', '$']",$ ~ $],1,1 +1106,1106,02,symb,three_rule_comb1,93,"['!', ':', '&']",! : &],1,1 +1106,1106,02,symb,three_rule_comb1,94,"['!', ':', '%']",! : %],1,1 +1106,1106,02,symb,three_rule_comb1,95,"['&', '<', '<']",& * <],0,1 +1106,1106,02,symb,three_rule_comb1,96,"['<', '&', '>']",< & %],0,1 +1106,1106,02,symb,three_rule_comb1,97,"['!', '<', '<']",$ > <],0,1 +1106,1106,02,symb,three_rule_comb1,98,"['~', '$', '(']",~ $ (],1,1 +1106,1106,02,symb,three_rule_comb1,99,"['>', '<', '>']",> < >],1,1 +1106,1106,02,symb,three_rule_comb2,0,"['%', '%', '&']",% % $],0,1 +1106,1106,02,symb,three_rule_comb2,1,"['&', '&', '$']",& > $],0,1 +1106,1106,02,symb,three_rule_comb2,2,"[':', '<', '~']",: % ~],0,1 +1106,1106,02,symb,three_rule_comb2,3,"['*', ':', ':']",* < :],0,1 +1106,1106,02,symb,three_rule_comb2,4,"['$', '!', '&']",$ ! (],0,1 +1106,1106,02,symb,three_rule_comb2,5,"['*', '!', '*']",* ! *],1,1 +1106,1106,02,symb,three_rule_comb2,6,"['(', '<', '!']",* < !],0,1 +1106,1106,02,symb,three_rule_comb2,7,"['>', '(', '$']",> % $],0,1 +1106,1106,02,symb,three_rule_comb2,8,"['!', ':', ':']",> : :],0,1 +1106,1106,02,symb,three_rule_comb2,9,"['&', ':', '<']",& ( <],0,1 +1106,1106,02,symb,three_rule_comb2,10,"['&', '<', '$']",& : $],0,1 +1106,1106,02,symb,three_rule_comb2,11,"['<', '$', '%']",$ $ %],0,1 +1106,1106,02,symb,three_rule_comb2,12,"['~', '*', '>']",~ % >],0,1 +1106,1106,02,symb,three_rule_comb2,13,"['<', '*', '>']",& * >,0,1 +1106,1106,02,symb,three_rule_comb2,14,"['*', '>', ':']",* & :],0,1 +1106,1106,02,symb,three_rule_comb2,15,"['$', '<', '*']",$ % *],0,1 +1106,1106,02,symb,three_rule_comb2,16,"['!', '<', '&']",! < >],0,1 +1106,1106,02,symb,three_rule_comb2,17,"['!', '%', '!']",! # !],0,1 +1106,1106,02,symb,three_rule_comb2,18,"['~', '!', '$']",~ ! &],0,1 +1106,1106,02,symb,three_rule_comb2,19,"['(', '>', '(']",( % <],0,1 +1106,1106,02,symb,three_rule_comb2,20,"['&', '$', '$']",& $ ~],0,1 +1106,1106,02,symb,three_rule_comb2,21,"['<', '<', '!']",* < !],0,1 +1106,1106,02,symb,three_rule_comb2,22,"['>', '%', '&']",> % >],0,1 +1106,1106,02,symb,three_rule_comb2,23,"['*', '&', ':']",* & :],1,1 +1106,1106,02,symb,three_rule_comb2,24,"['%', '$', '<']",% ~ <],0,1 +1106,1106,02,symb,three_rule_comb2,25,"['~', ':', '(']",~ : &],0,1 +1106,1106,02,symb,three_rule_comb2,26,"['*', '!', '>']",* ! %,0,1 +1106,1106,02,symb,three_rule_comb2,27,"['&', '<', '*']",& < ~],0,1 +1106,1106,02,symb,three_rule_comb2,28,"['&', '%', '>']",& : >],0,1 +1106,1106,02,symb,three_rule_comb2,29,"['~', '<', '&']",* < &],0,1 +1106,1106,02,symb,three_rule_comb2,30,"['*', '<', ':']",( < :],0,1 +1106,1106,02,symb,three_rule_comb2,31,"['&', '%', '&']",& % (],0,1 +1106,1106,02,symb,three_rule_comb2,32,"['!', '(', '<']",! > <],0,1 +1106,1106,02,symb,three_rule_comb2,33,"['~', '>', '*']",~ > ~],0,1 +1106,1106,02,symb,three_rule_comb2,34,"['&', '(', '$']",& $ $],0,1 +1106,1106,02,symb,three_rule_comb2,35,"['&', '%', '!']",& ! *],0,1 +1106,1106,02,symb,three_rule_comb2,36,"['!', '%', ':']",! * :],0,1 +1106,1106,02,symb,three_rule_comb2,37,"['~', '*', '*']",* * *],0,1 +1106,1106,02,symb,three_rule_comb2,38,"['>', ':', '$']",> % $],0,1 +1106,1106,02,symb,three_rule_comb2,39,"['%', '&', '$']",% & =],0,1 +1106,1106,02,symb,three_rule_comb2,40,"['<', '%', '(']",~ % (,0,1 +1106,1106,02,symb,three_rule_comb2,41,"['(', ':', '>']",: : >],0,1 +1106,1106,02,symb,three_rule_comb2,42,"[':', '*', '&']",< * &],0,1 +1106,1106,02,symb,three_rule_comb2,43,"['>', '~', '>']",> ~ !],0,1 +1106,1106,02,symb,three_rule_comb2,44,"['*', '$', '$']",* < $],0,1 +1106,1106,02,symb,three_rule_comb2,45,"['%', '&', '>']",% & (],0,1 +1106,1106,02,symb,three_rule_comb2,46,"['&', '%', '%']",& % :],0,1 +1106,1106,02,symb,three_rule_comb2,47,"['(', '(', '>']",( % >],0,1 +1106,1106,02,symb,three_rule_comb2,48,"['%', '<', ':']",% ( :),0,1 +1106,1106,02,symb,three_rule_comb2,49,"[':', ':', '*']",> : *],0,1 +1106,1106,02,symb,three_rule_comb2,50,"['~', '>', '>']",~ ! >],0,1 +1106,1106,02,symb,three_rule_comb2,51,"['(', '*', '!']",> * !],0,1 +1106,1106,02,symb,three_rule_comb2,52,"['<', '(', '&']",< ( %],0,1 +1106,1106,02,symb,three_rule_comb2,53,"['&', '&', '(']",> & (],0,1 +1106,1106,02,symb,three_rule_comb2,54,"['<', '*', '(']",* ! (],0,1 +1106,1106,02,symb,three_rule_comb2,55,"[':', '~', ':']",* $ :],0,1 +1106,1106,02,symb,three_rule_comb2,56,"['*', '!', '!']",* ! ),0,1 +1106,1106,02,symb,three_rule_comb2,57,"['&', '*', ':']",: * <],0,1 +1106,1106,02,symb,three_rule_comb2,58,"['!', '*', ':']",! * %],0,1 +1106,1106,02,symb,three_rule_comb2,59,"['&', '~', '(']",& ~ %],0,1 +1106,1106,02,symb,three_rule_comb2,60,"['$', '<', '&']",$ < >],0,1 +1106,1106,02,symb,three_rule_comb2,61,"['>', '>', '>']",> > >],1,1 +1106,1106,02,symb,three_rule_comb2,62,"[':', '~', '*']",: * *],0,1 +1106,1106,02,symb,three_rule_comb2,63,"['~', '<', '>']",~ : >],0,1 +1106,1106,02,symb,three_rule_comb2,64,"['&', '*', '*']",& * <],0,1 +1106,1106,02,symb,three_rule_comb2,65,"['!', '%', '~']",! % :],0,1 +1106,1106,02,symb,three_rule_comb2,66,"['$', '!', '$']",$ ! $],1,1 +1106,1106,02,symb,three_rule_comb2,67,"['$', ':', '$']",& : $],0,1 +1106,1106,02,symb,three_rule_comb2,68,"['~', '%', '%']",~ : %],0,1 +1106,1106,02,symb,three_rule_comb2,69,"['$', '$', '>']",$ $ !],0,1 +1106,1106,02,symb,three_rule_comb2,70,"['(', '>', '(']",( > &),0,1 +1106,1106,02,symb,three_rule_comb2,71,"['%', '&', '<']",% > <],0,1 +1106,1106,02,symb,three_rule_comb2,72,"['(', '%', '&']",% % &],0,1 +1106,1106,02,symb,three_rule_comb2,73,"['&', '!', '~']",~ ! ~],0,1 +1106,1106,02,symb,three_rule_comb2,74,"['<', ':', ':']",< % :],0,1 +1106,1106,02,symb,three_rule_comb2,75,"['>', '!', '%']",~ ~ %],0,1 +1106,1106,02,symb,three_rule_comb2,76,"['*', '$', '>']",> $ >],0,1 +1106,1106,02,symb,three_rule_comb2,77,"['&', '$', ':']",$ $ :],0,1 +1106,1106,02,symb,three_rule_comb2,78,"['&', ':', ':']",& < :],0,1 +1106,1106,02,symb,three_rule_comb2,79,"['>', '(', '>']",< $ >],0,1 +1106,1106,02,symb,three_rule_comb2,80,"['>', '$', '>']",> ! <],0,1 +1106,1106,02,symb,three_rule_comb2,81,"['>', '%', '~']",> % %],0,1 +1106,1106,02,symb,three_rule_comb2,82,"['(', '*', '*']",% * !],0,1 +1106,1106,02,symb,three_rule_comb2,83,"['~', '%', '>']",> % >],0,1 +1106,1106,02,symb,three_rule_comb2,84,"['<', '(', '*']",% * !,0,1 +1106,1106,02,symb,three_rule_comb2,85,"[':', '~', '%']",: ~ :],0,1 +1106,1106,02,symb,three_rule_comb2,86,"['>', ':', '(']",: : (,0,1 +1106,1106,02,symb,three_rule_comb2,87,"['%', '!', ':']",* ! :],0,1 +1106,1106,02,symb,three_rule_comb2,88,"[':', '$', '$']",: $ &],0,1 +1106,1106,02,symb,three_rule_comb2,89,"['(', '*', '*']",( * %],0,1 +1106,1106,02,symb,three_rule_comb2,90,"['<', '>', '~']",< ! (],0,1 +1106,1106,02,symb,three_rule_comb2,91,"['<', '%', '&']",< $ &],0,1 +1106,1106,02,symb,three_rule_comb2,92,"['<', '<', '*']",< & *],0,1 +1106,1106,02,symb,three_rule_comb2,93,"['(', '<', '&']",( < <],0,1 +1106,1106,02,symb,three_rule_comb2,94,"['&', ':', '~']",& % ~],0,1 +1106,1106,02,symb,three_rule_comb2,95,"['(', ':', '$']",( % $],0,1 +1106,1106,02,symb,three_rule_comb2,96,"['~', ':', '~']",~ : *],0,1 +1106,1106,02,symb,three_rule_comb2,97,"['>', '!', '(']",> ! &,0,1 +1106,1106,02,symb,three_rule_comb2,98,"['(', '&', ':']",< : &],0,1 +1106,1106,02,symb,three_rule_comb2,99,"[':', '%', ':']",: % :],1,1 +1106,1106,02,symb,three_rule_comb3,0,"['<', '&', '>']",< & >],1,1 +1106,1106,02,symb,three_rule_comb3,1,"['*', '&', '*']",* & %],0,1 +1106,1106,02,symb,three_rule_comb3,2,"['~', '!', '>']",~ ! >],1,1 +1106,1106,02,symb,three_rule_comb3,3,"['(', ':', '$']",( : $],1,1 +1106,1106,02,symb,three_rule_comb3,4,"['%', '<', '(']",% < >],0,1 +1106,1106,02,symb,three_rule_comb3,5,"['(', '&', '(']",( & (],1,1 +1106,1106,02,symb,three_rule_comb3,6,"['(', '>', ':']",( > >),0,1 +1106,1106,02,symb,three_rule_comb3,7,"['$', '%', '~']",% ~ $],0,1 +1106,1106,02,symb,three_rule_comb3,8,"['$', '%', '<']",$ % <],1,1 +1106,1106,02,symb,three_rule_comb3,9,"['$', '%', '(']",$ % (],1,1 +1106,1106,02,symb,three_rule_comb3,10,"['~', '*', '>']",~ * >],1,1 +1106,1106,02,symb,three_rule_comb3,11,"['%', '>', '<']",% > <],1,1 +1106,1106,02,symb,three_rule_comb3,12,"['!', '%', ':']",! % :],1,1 +1106,1106,02,symb,three_rule_comb3,13,"['*', '~', '$']",* ~ $],1,1 +1106,1106,02,symb,three_rule_comb3,14,"['(', '!', '<']",( % <],0,1 +1106,1106,02,symb,three_rule_comb3,15,"['&', '!', '$']",& ! $],1,1 +1106,1106,02,symb,three_rule_comb3,16,"['&', '$', '~']",& $ ~],1,1 +1106,1106,02,symb,three_rule_comb3,17,"[':', '$', '$']",: $ ~],0,1 +1106,1106,02,symb,three_rule_comb3,18,"['<', '<', '$']",< < $],1,1 +1106,1106,02,symb,three_rule_comb3,19,"['>', '*', '&']",> * &],1,1 +1106,1106,02,symb,three_rule_comb3,20,"['$', '<', '(']",$ < (],1,1 +1106,1106,02,symb,three_rule_comb3,21,"['!', '!', '*']",* ! :],0,1 +1106,1106,02,symb,three_rule_comb3,22,"['(', '>', '~']",~ > %],0,1 +1106,1106,02,symb,three_rule_comb3,23,"['!', '!', '$']",! : $],0,1 +1106,1106,02,symb,three_rule_comb3,24,"['%', '&', '(']",(% > :),0,1 +1106,1106,02,symb,three_rule_comb3,25,"['&', '~', ':']",& ~ :],1,1 +1106,1106,02,symb,three_rule_comb3,26,"['<', '>', ':']",< > :],1,1 +1106,1106,02,symb,three_rule_comb3,27,"['&', '&', '!']",& ! :],0,1 +1106,1106,02,symb,three_rule_comb3,28,"['(', '%', '(']",( % *,0,1 +1106,1106,02,symb,three_rule_comb3,29,"['%', '~', '>']",% ~ >],1,1 +1106,1106,02,symb,three_rule_comb3,30,"['<', '&', '$']",< & $],1,1 +1106,1106,02,symb,three_rule_comb3,31,"['~', '(', ':']",~ ( :],1,1 +1106,1106,02,symb,three_rule_comb3,32,"['$', '!', '%']",$ % *],0,1 +1106,1106,02,symb,three_rule_comb3,33,"['$', '$', '<']",$ $ <],1,1 +1106,1106,02,symb,three_rule_comb3,34,"['$', '(', ':']",$ ( :],1,1 +1106,1106,02,symb,three_rule_comb3,35,"['!', '!', ':']",! ! :],1,1 +1106,1106,02,symb,three_rule_comb3,36,"['&', '~', '!']",& * !],0,1 +1106,1106,02,symb,three_rule_comb3,37,"['(', '<', '>']",< % <,0,1 +1106,1106,02,symb,three_rule_comb3,38,"[':', '>', '$']",: * %],0,1 +1106,1106,02,symb,three_rule_comb3,39,"['!', ':', '!']",! : !],1,1 +1106,1106,02,symb,three_rule_comb3,40,"['%', '%', '$']",$ * $,0,1 +1106,1106,02,symb,three_rule_comb3,41,"['<', '*', '*']",< * *,1,1 +1106,1106,02,symb,three_rule_comb3,42,"['$', '&', '~']",$ & ~],1,1 +1106,1106,02,symb,three_rule_comb3,43,"['!', '(', '!']",! ( !],1,1 +1106,1106,02,symb,three_rule_comb3,44,"[':', '$', ':']",: $ :],1,1 +1106,1106,02,symb,three_rule_comb3,45,"['$', '$', '%']",% $ <],0,1 +1106,1106,02,symb,three_rule_comb3,46,"['%', '<', '&']",% < &],1,1 +1106,1106,02,symb,three_rule_comb3,47,"['~', '(', '*']",! ( >],0,1 +1106,1106,02,symb,three_rule_comb3,48,"['>', '>', ':']",> ! >],0,1 +1106,1106,02,symb,three_rule_comb3,49,"['$', '$', '(']",$ < (],0,1 +1106,1106,02,symb,three_rule_comb3,50,"['&', '~', '<']",& % <],0,1 +1106,1106,02,symb,three_rule_comb3,51,"['$', '%', ':']",$ % :],1,1 +1106,1106,02,symb,three_rule_comb3,52,"['(', '(', '~']",< & ~],0,1 +1106,1106,02,symb,three_rule_comb3,53,"['~', '%', '&']",~ % &],1,1 +1106,1106,02,symb,three_rule_comb3,54,"['%', '>', '<']",% % <],0,1 +1106,1106,02,symb,three_rule_comb3,55,"['(', '*', '!']",( * !],1,1 +1106,1106,02,symb,three_rule_comb3,56,"['$', '!', '>']",$ ! >],1,1 +1106,1106,02,symb,three_rule_comb3,57,"['~', '!', '!']",~ ! $],0,1 +1106,1106,02,symb,three_rule_comb3,58,"['<', '&', '&']",< & !],0,1 +1106,1106,02,symb,three_rule_comb3,59,"['&', '~', '&']",& $ !],0,1 +1106,1106,02,symb,three_rule_comb3,60,"['~', '&', '%']",~ & %],1,1 +1106,1106,02,symb,three_rule_comb3,61,"[':', '(', ':']",% ~ :],0,1 +1106,1106,02,symb,three_rule_comb3,62,"['<', '(', '>']",< ( >],1,1 +1106,1106,02,symb,three_rule_comb3,63,"['~', '!', '!']",~ ! !],1,1 +1106,1106,02,symb,three_rule_comb3,64,"['!', '%', '>']",! % >,1,1 +1106,1106,02,symb,three_rule_comb3,65,"['>', '>', '$']",> > $],1,1 +1106,1106,02,symb,three_rule_comb3,66,"[':', '>', '~']",: > ~],1,1 +1106,1106,02,symb,three_rule_comb3,67,"['&', ':', '~']",& : &,0,1 +1106,1106,02,symb,three_rule_comb3,68,"['*', '!', '*']",* ! *],1,1 +1106,1106,02,symb,three_rule_comb3,69,"[':', '<', '(']",: < (],1,1 +1106,1106,02,symb,three_rule_comb3,70,"[':', '~', '*']",: ~ *],1,1 +1106,1106,02,symb,three_rule_comb3,71,"['&', '$', '(']",& $ (],1,1 +1106,1106,02,symb,three_rule_comb3,72,"['!', '*', '~']",! ! ~],0,1 +1106,1106,02,symb,three_rule_comb3,73,"['$', ':', '%']",$ : %],1,1 +1106,1106,02,symb,three_rule_comb3,74,"['>', ':', '!']",>% >,0,1 +1106,1106,02,symb,three_rule_comb3,75,"['(', '&', '(']",( & %],0,1 +1106,1106,02,symb,three_rule_comb3,76,"['!', '<', '(']",! < (,1,1 +1106,1106,02,symb,three_rule_comb3,77,"['~', '$', '!']",~ $ !],1,1 +1106,1106,02,symb,three_rule_comb3,78,"['&', '<', '$']",$ > &,0,1 +1106,1106,02,symb,three_rule_comb3,79,"['!', ':', '~']",! : ~],1,1 +1106,1106,02,symb,three_rule_comb3,80,"['(', '<', '&']",< < &],0,1 +1106,1106,02,symb,three_rule_comb3,81,"['$', '&', '~']",$ & ~],1,1 +1106,1106,02,symb,three_rule_comb3,82,"['&', '<', '$']",& < $],1,1 +1106,1106,02,symb,three_rule_comb3,83,"['$', '&', '>']",$ & >],1,1 +1106,1106,02,symb,three_rule_comb3,84,"['~', '&', '!']",& : !],0,1 +1106,1106,02,symb,three_rule_comb3,85,"['!', '%', '~']",! % ~],1,1 +1106,1106,02,symb,three_rule_comb3,86,"['>', '~', '*']",> ~ *],1,1 +1106,1106,02,symb,three_rule_comb3,87,"['>', '~', '~']",> ~ ~],1,1 +1106,1106,02,symb,three_rule_comb3,88,"['>', '>', '>']",> > >],1,1 +1106,1106,02,symb,three_rule_comb3,89,"['&', '(', '$']",& ( $],1,1 +1106,1106,02,symb,three_rule_comb3,90,"['(', '$', '!']",( $ !],1,1 +1106,1106,02,symb,three_rule_comb3,91,"['&', '%', ':']",& % :],1,1 +1106,1106,02,symb,three_rule_comb3,92,"['*', '(', '>']",* % <],0,1 +1106,1106,02,symb,three_rule_comb3,93,"['(', '&', '$']",$ < &,0,1 +1106,1106,02,symb,three_rule_comb3,94,"['~', '%', '<']",~ % <],1,1 +1106,1106,02,symb,three_rule_comb3,95,"['>', '$', '>']",> $ %],0,1 +1106,1106,02,symb,three_rule_comb3,96,"['(', '(', '&']",( ( &],1,1 +1106,1106,02,symb,three_rule_comb3,97,"['~', '&', '<']",~ & <],1,1 +1106,1106,02,symb,three_rule_comb3,98,"['%', ':', '*']",% : *],1,1 +1106,1106,02,symb,three_rule_comb3,99,"['%', '~', '*']",% % *,0,1 +1106,1106,02,symb,three_rule_comb4,0,"[':', '>', '%']",% > %],0,1 +1106,1106,02,symb,three_rule_comb4,1,"['>', '$', '(']",> ~ $],0,1 +1106,1106,02,symb,three_rule_comb4,2,"['$', '!', '&']",< ! &],0,1 +1106,1106,02,symb,three_rule_comb4,3,"['$', '>', '%']",$ > ~],0,1 +1106,1106,02,symb,three_rule_comb4,4,"['$', ':', '!']",! : !],0,1 +1106,1106,02,symb,three_rule_comb4,5,"['(', ':', '<']",( > <),0,1 +1106,1106,02,symb,three_rule_comb4,6,"['$', '!', '~']",~ ! ~],0,1 +1106,1106,02,symb,three_rule_comb4,7,"['*', '<', ':']",* * :],0,1 +1106,1106,02,symb,three_rule_comb4,8,"['~', '%', '<']",> ~ >],0,1 +1106,1106,02,symb,three_rule_comb4,9,"['%', '&', '$']",% % =],0,1 +1106,1106,02,symb,three_rule_comb4,10,"[':', '&', '<']",: & :],0,1 +1106,1106,02,symb,three_rule_comb4,11,"['>', '!', ':']",* ~ <],0,1 +1106,1106,02,symb,three_rule_comb4,12,"['(', '!', '!']",~ ! :],0,1 +1106,1106,02,symb,three_rule_comb4,13,"['%', ':', '%']",% % %],0,1 +1106,1106,02,symb,three_rule_comb4,14,"['!', '%', '$']",! $ $],0,1 +1106,1106,02,symb,three_rule_comb4,15,"['$', ':', ':']",$ % *],0,1 +1106,1106,02,symb,three_rule_comb4,16,"['%', '%', '%']",% & !],0,1 +1106,1106,02,symb,three_rule_comb4,17,"['*', '>', '&']",* > %],0,1 +1106,1106,02,symb,three_rule_comb4,18,"['>', '(', '*']",! ( *],0,1 +1106,1106,02,symb,three_rule_comb4,19,"['<', '(', '<']",& ( <,0,1 +1106,1106,02,symb,three_rule_comb4,20,"['*', '<', '*']",< * >],0,1 +1106,1106,02,symb,three_rule_comb4,21,"['!', '!', '(']",! > $],0,1 +1106,1106,02,symb,three_rule_comb4,22,"['<', '%', '!']",< ! !],0,1 +1106,1106,02,symb,three_rule_comb4,23,"['!', '%', ':']",! : *],0,1 +1106,1106,02,symb,three_rule_comb4,24,"['<', ':', '%']",< * %],0,1 +1106,1106,02,symb,three_rule_comb4,25,"['*', '&', '*']",* < *],0,1 +1106,1106,02,symb,three_rule_comb4,26,"['*', '>', '*']",* * *],0,1 +1106,1106,02,symb,three_rule_comb4,27,"['<', '$', ':']",* $ :,0,1 +1106,1106,02,symb,three_rule_comb4,28,"['*', '>', '<']",* ! *],0,1 +1106,1106,02,symb,three_rule_comb4,29,"['<', '<', '&']",< : &],0,1 +1106,1106,02,symb,three_rule_comb4,30,"['(', '(', '&']",% & *],0,1 +1106,1106,02,symb,three_rule_comb4,31,"['&', '!', '(']",& ! >],0,1 +1106,1106,02,symb,three_rule_comb4,32,"['<', '$', '!']",~ < !],0,1 +1106,1106,02,symb,three_rule_comb4,33,"['%', ':', '%']",% : :],0,1 +1106,1106,02,symb,three_rule_comb4,34,"['~', '~', ':']",$ ~ <],0,1 +1106,1106,02,symb,three_rule_comb4,35,"['&', '*', ':']",& * <],0,1 +1106,1106,02,symb,three_rule_comb4,36,"['<', ':', '!']",< > !],0,1 +1106,1106,02,symb,three_rule_comb4,37,"['*', '%', '&']",< % &],0,1 +1106,1106,02,symb,three_rule_comb4,38,"['&', '(', '~']",* ( *],0,1 +1106,1106,02,symb,three_rule_comb4,39,"['<', '(', ':']",< % :],0,1 +1106,1106,02,symb,three_rule_comb4,40,"['&', '~', '&']",$ & <],0,1 +1106,1106,02,symb,three_rule_comb4,41,"['>', '!', ':']",> ! (],0,1 +1106,1106,02,symb,three_rule_comb4,42,"[':', '(', '<']",: % &],0,1 +1106,1106,02,symb,three_rule_comb4,43,"['<', '!', ':']",< ! %],0,1 +1106,1106,02,symb,three_rule_comb4,44,"['>', '&', '$']",> ( $],0,1 +1106,1106,02,symb,three_rule_comb4,45,"['>', ':', '(']",> % #],0,1 +1106,1106,02,symb,three_rule_comb4,46,"['*', '*', '&']",~ & %],0,1 +1106,1106,02,symb,three_rule_comb4,47,"['$', '$', ':']",< $ :],0,1 +1106,1106,02,symb,three_rule_comb4,48,"['%', '*', '!']",! % *],0,1 +1106,1106,02,symb,three_rule_comb4,49,"['&', '~', '$']",$ > !],0,1 +1106,1106,02,symb,three_rule_comb4,50,"['(', ':', '<']",( : %],0,1 +1106,1106,02,symb,three_rule_comb4,51,"[':', ':', '~']",: * ~],0,1 +1106,1106,02,symb,three_rule_comb4,52,"[':', '(', '%']",< ~ ~],0,1 +1106,1106,02,symb,three_rule_comb4,53,"['%', '$', '$']",% $ !],0,1 +1106,1106,02,symb,three_rule_comb4,54,"['!', '(', '>']",! % >],0,1 +1106,1106,02,symb,three_rule_comb4,55,"['(', '>', '~']",% ~ >],0,1 +1106,1106,02,symb,three_rule_comb4,56,"['>', '<', '<']",> : <],0,1 +1106,1106,02,symb,three_rule_comb4,57,"['~', '>', '&']",> ! &],0,1 +1106,1106,02,symb,three_rule_comb4,58,"['*', '$', '$']",* & $],0,1 +1106,1106,02,symb,three_rule_comb4,59,"['<', '!', '<']",* ! *],0,1 +1106,1106,02,symb,three_rule_comb4,60,"['%', ':', '(']",% < (],0,1 +1106,1106,02,symb,three_rule_comb4,61,"['*', '!', ':']",~ ! :],0,1 +1106,1106,02,symb,three_rule_comb4,62,"[':', '&', '$']",! & $],0,1 +1106,1106,02,symb,three_rule_comb4,63,"['%', '>', '(']",% > %],0,1 +1106,1106,02,symb,three_rule_comb4,64,"['<', '$', '*']",$ * >,0,1 +1106,1106,02,symb,three_rule_comb4,65,"['~', '~', '*']",< ! *],0,1 +1106,1106,02,symb,three_rule_comb4,66,"[':', '%', '%']",: % ~],0,1 +1106,1106,02,symb,three_rule_comb4,67,"['~', '$', '$']",~ $ ~],0,1 +1106,1106,02,symb,three_rule_comb4,68,"['%', '$', '(']",% $ %],0,1 +1106,1106,02,symb,three_rule_comb4,69,"['<', ':', '~']",< ! ~],0,1 +1106,1106,02,symb,three_rule_comb4,70,"['%', '!', '<']",% ! <],1,1 +1106,1106,02,symb,three_rule_comb4,71,"['!', '*', ':']",> * :],0,1 +1106,1106,02,symb,three_rule_comb4,72,"['>', '>', '(']",> ! :],0,1 +1106,1106,02,symb,three_rule_comb4,73,"['&', '>', '*']",& ( *],0,1 +1106,1106,02,symb,three_rule_comb4,74,"['%', '>', '<']",% > :],0,1 +1106,1106,02,symb,three_rule_comb4,75,"['%', '!', '!']",~ * !],0,1 +1106,1106,02,symb,three_rule_comb4,76,"['<', '$', '<']",< $ *],0,1 +1106,1106,02,symb,three_rule_comb4,77,"[':', '*', '$']",* $ &],0,1 +1106,1106,02,symb,three_rule_comb4,78,"['<', '&', '&']",< & >,0,1 +1106,1106,02,symb,three_rule_comb4,79,"['~', '>', '<']",% > *,0,1 +1106,1106,02,symb,three_rule_comb4,80,"['(', '(', '%']",( : :],0,1 +1106,1106,02,symb,three_rule_comb4,81,"[':', '(', '>']",: ( ~],0,1 +1106,1106,02,symb,three_rule_comb4,82,"['$', '%', '*']",$ % <],0,1 +1106,1106,02,symb,three_rule_comb4,83,"['<', '!', '$']",< ! &],0,1 +1106,1106,02,symb,three_rule_comb4,84,"['(', '*', ':']",: ! :],0,1 +1106,1106,02,symb,three_rule_comb4,85,"[':', '*', '(']",% * :],0,1 +1106,1106,02,symb,three_rule_comb4,86,"['*', ':', ':']",* * :],0,1 +1106,1106,02,symb,three_rule_comb4,87,"['!', '~', '<']",$ ~ *,0,1 +1106,1106,02,symb,three_rule_comb4,88,"[':', '>', '<']",: ! !],0,1 +1106,1106,02,symb,three_rule_comb4,89,"['$', '$', '<']",$ & *],0,1 +1106,1106,02,symb,three_rule_comb4,90,"[':', '~', '*']",: ! *],0,1 +1106,1106,02,symb,three_rule_comb4,91,"['<', '~', '&']",< ~ $],0,1 +1106,1106,02,symb,three_rule_comb4,92,"['*', '$', '(']",* ! (],0,1 +1106,1106,02,symb,three_rule_comb4,93,"['(', '$', '~']",& $ !],0,1 +1106,1106,02,symb,three_rule_comb4,94,"['<', '(', '<']",< > <],0,1 +1106,1106,02,symb,three_rule_comb4,95,"['>', '*', '~']",! * ~],0,1 +1106,1106,02,symb,three_rule_comb4,96,"['<', '&', '>']",< & !],0,1 +1106,1106,02,symb,three_rule_comb4,97,"['<', '&', '&']",<$>,0,1 +1106,1106,02,symb,three_rule_comb4,98,"['%', '>', ':']",& > :],0,1 +1106,1106,02,symb,three_rule_comb4,99,"['(', '%', '$']",$ % &],0,1 +1106,1106,02,symb,three_rule_comb5,0,"['<', '%', '>']",< ! (],0,1 +1106,1106,02,symb,three_rule_comb5,1,"['!', '!', '&']",! ~ >],0,1 +1106,1106,02,symb,three_rule_comb5,2,"['<', '!', '&']",* ~ <,0,1 +1106,1106,02,symb,three_rule_comb5,3,"['<', '$', '*']",< & ~],0,1 +1106,1106,02,symb,three_rule_comb5,4,"['%', '*', '(']",: ~ (],0,1 +1106,1106,02,symb,three_rule_comb5,5,"['$', '*', ':']",? * %],0,1 +1106,1106,02,symb,three_rule_comb5,6,"['*', ':', '>']",* % !],0,1 +1106,1106,02,symb,three_rule_comb5,7,"[':', '(', '<']",: % $],0,1 +1106,1106,02,symb,three_rule_comb5,8,"['>', '(', '>']",> : !],0,1 +1106,1106,02,symb,three_rule_comb5,9,"['~', '&', '<']",* ( :],0,1 +1106,1106,02,symb,three_rule_comb5,10,"['<', '<', '~']",< < *],0,1 +1106,1106,02,symb,three_rule_comb5,11,"['*', '(', ':']",> ( $],0,1 +1106,1106,02,symb,three_rule_comb5,12,"['%', '~', '%']",& ~ (],0,1 +1106,1106,02,symb,three_rule_comb5,13,"['$', '(', '%']",& ( !],0,1 +1106,1106,02,symb,three_rule_comb5,14,"['~', '!', '*']",* > *],0,1 +1106,1106,02,symb,three_rule_comb5,15,"['%', '$', ':']",% < %],0,1 +1106,1106,02,symb,three_rule_comb5,16,"['>', '<', '~']",! ( ~],0,1 +1106,1106,02,symb,three_rule_comb5,17,"['%', '&', '>']",% > (],0,1 +1106,1106,02,symb,three_rule_comb5,18,"['&', '(', '&']",& > (],0,1 +1106,1106,02,symb,three_rule_comb5,19,"['%', '&', '%']",% & %],1,1 +1106,1106,02,symb,three_rule_comb5,20,"['(', '(', '$']",( > &],0,1 +1106,1106,02,symb,three_rule_comb5,21,"['&', '>', '(']",& % :],0,1 +1106,1106,02,symb,three_rule_comb5,22,"['$', '(', '(']",& ( %],0,1 +1106,1106,02,symb,three_rule_comb5,23,"['<', '(', '%']",< & %],0,1 +1106,1106,02,symb,three_rule_comb5,24,"['~', '%', '(']",* * <],0,1 +1106,1106,02,symb,three_rule_comb5,25,"[':', '~', '&']",(: <),0,1 +1106,1106,02,symb,three_rule_comb5,26,"['>', '(', ':']",? % :],0,1 +1106,1106,02,symb,three_rule_comb5,27,"['$', '!', '~']",< ! *],0,1 +1106,1106,02,symb,three_rule_comb5,28,"['(', ':', '!']",: : !],0,1 +1106,1106,02,symb,three_rule_comb5,29,"['$', ':', '%']",$ % (],0,1 +1106,1106,02,symb,three_rule_comb5,30,"['<', '$', '<']",* $ :],0,1 +1106,1106,02,symb,three_rule_comb5,31,"['<', '(', '(']",: % >],0,1 +1106,1106,02,symb,three_rule_comb5,32,"['<', '<', '$']",< $ <],0,1 +1106,1106,02,symb,three_rule_comb5,33,"['>', '&', ':']",% < %],0,1 +1106,1106,02,symb,three_rule_comb5,34,"['(', '%', '<']",( & ~],0,1 +1106,1106,02,symb,three_rule_comb5,35,"['<', '$', '*']",$ < *],0,1 +1106,1106,02,symb,three_rule_comb5,36,"['&', '*', '*']",* * (],0,1 +1106,1106,02,symb,three_rule_comb5,37,"['<', '*', '>']",: * (],0,1 +1106,1106,02,symb,three_rule_comb5,38,"['!', '$', '&']",! & <],0,1 +1106,1106,02,symb,three_rule_comb5,39,"['!', ':', '$']",> * $],0,1 +1106,1106,02,symb,three_rule_comb5,40,"['%', '%', '%']",% $ &],0,1 +1106,1106,02,symb,three_rule_comb5,41,"['>', '%', '!']",> : >],0,1 +1106,1106,02,symb,three_rule_comb5,42,"['!', '~', ':']",* % >,0,1 +1106,1106,02,symb,three_rule_comb5,43,"['<', '&', '%']",$ & :],0,1 +1106,1106,02,symb,three_rule_comb5,44,"['~', '(', '$']",% ! >],0,1 +1106,1106,02,symb,three_rule_comb5,45,"['<', '!', '%']",* ! !,0,1 +1106,1106,02,symb,three_rule_comb5,46,"['!', '!', ':']",> ! %],0,1 +1106,1106,02,symb,three_rule_comb5,47,"['$', '$', ':']",$ $ $],0,1 +1106,1106,02,symb,three_rule_comb5,48,"['<', '!', '(']",$ > (],0,1 +1106,1106,02,symb,three_rule_comb5,49,"['!', '(', '$']",! % &,0,1 +1106,1106,02,symb,three_rule_comb5,50,"['*', '&', '>']",< & (],0,1 +1106,1106,02,symb,three_rule_comb5,51,"['*', '*', '<']",< * :],0,1 +1106,1106,02,symb,three_rule_comb5,52,"['&', '(', '$']",# $ $],0,1 +1106,1106,02,symb,three_rule_comb5,53,"['&', '<', '$']",> < ~],0,1 +1106,1106,02,symb,three_rule_comb5,54,"['%', ':', ':']",: % *],0,1 +1106,1106,02,symb,three_rule_comb5,55,"['%', '<', '$']",% : !],0,1 +1106,1106,02,symb,three_rule_comb5,56,"['%', '~', '*']",* & *,0,1 +1106,1106,02,symb,three_rule_comb5,57,"['(', '!', '&']",(% &],0,1 +1106,1106,02,symb,three_rule_comb5,58,"['%', '~', '$']",% > &],0,1 +1106,1106,02,symb,three_rule_comb5,59,"[':', '>', '%']",: ! :],0,1 +1106,1106,02,symb,three_rule_comb5,60,"['&', '(', '>']",$ : >],0,1 +1106,1106,02,symb,three_rule_comb5,61,"['>', '(', '&']",$ ! !],0,1 +1106,1106,02,symb,three_rule_comb5,62,"['(', '%', '(']",( % : ],0,1 +1106,1106,02,symb,three_rule_comb5,63,"['$', '%', '&']",$ # &],0,1 +1106,1106,02,symb,three_rule_comb5,64,"['>', '%', ':']",! : :],0,1 +1106,1106,02,symb,three_rule_comb5,65,"['!', '(', ':']",> ( <],0,1 +1106,1106,02,symb,three_rule_comb5,66,"['$', '&', '%']",& $ %],0,1 +1106,1106,02,symb,three_rule_comb5,67,"['&', '&', '<']",> & *],0,1 +1106,1106,02,symb,three_rule_comb5,68,"['!', '<', '!']",> $ !],0,1 +1106,1106,02,symb,three_rule_comb5,69,"['!', '(', '(']",> : (],0,1 +1106,1106,02,symb,three_rule_comb5,70,"['!', '*', '<']",> * :],0,1 +1106,1106,02,symb,three_rule_comb5,71,"['%', '<', '<']",! < :],0,1 +1106,1106,02,symb,three_rule_comb5,72,"['<', '$', '>']",* < >,0,1 +1106,1106,02,symb,three_rule_comb5,73,"['$', '$', '!']",$ ~ $],0,1 +1106,1106,02,symb,three_rule_comb5,74,"[':', '(', '<']",(! ! %),0,1 +1106,1106,02,symb,three_rule_comb5,75,"['!', '<', ':']",! ~ ~],0,1 +1106,1106,02,symb,three_rule_comb5,76,"['(', '!', '!']",( ! >],0,1 +1106,1106,02,symb,three_rule_comb5,77,"[':', '%', '~']",< % !],0,1 +1106,1106,02,symb,three_rule_comb5,78,"[':', '~', '>']",* < >],0,1 +1106,1106,02,symb,three_rule_comb5,79,"['$', '&', '%']",> ! :],0,1 +1106,1106,02,symb,three_rule_comb5,80,"['%', '$', '<']",$ ! *],0,1 +1106,1106,02,symb,three_rule_comb5,81,"['(', '!', '*']",% > ~],0,1 +1106,1106,02,symb,three_rule_comb5,82,"['*', ':', '~']",* % *],0,1 +1106,1106,02,symb,three_rule_comb5,83,"['&', '>', '~']",< > !,0,1 +1106,1106,02,symb,three_rule_comb5,84,"['$', '%', '$']",< % &],0,1 +1106,1106,02,symb,three_rule_comb5,85,"['<', '%', '<']",< $],0,1 +1106,1106,02,symb,three_rule_comb5,86,"['&', '%', '>']",& : !],0,1 +1106,1106,02,symb,three_rule_comb5,87,"[':', '(', ':']",> * %],0,1 +1106,1106,02,symb,three_rule_comb5,88,"['$', '*', '>']",< * !],0,1 +1106,1106,02,symb,three_rule_comb5,89,"['%', '*', '<']",: * &,0,1 +1106,1106,02,symb,three_rule_comb5,90,"['>', '<', '*']",! $ *],0,1 +1106,1106,02,symb,three_rule_comb5,91,"['%', ':', '*']",% < <],0,1 +1106,1106,02,symb,three_rule_comb5,92,"['&', '%', '$']",* $ $],0,1 +1106,1106,02,symb,three_rule_comb5,93,"['%', '&', ':']",# $ :],0,1 +1106,1106,02,symb,three_rule_comb5,94,"['!', '(', '&']",! % $],0,1 +1106,1106,02,symb,three_rule_comb5,95,"['(', '$', '*']",% & *,0,1 +1106,1106,02,symb,three_rule_comb5,96,"['$', '$', '<']",& $ *],0,1 +1106,1106,02,symb,three_rule_comb5,97,"[':', '$', '&']",% < &],0,1 +1106,1106,02,symb,three_rule_comb5,98,"['(', '*', '(']",: ~ <],0,1 +1106,1106,02,symb,three_rule_comb5,99,"['(', '~', '(']",( * %],0,1 +1106,1106,02,symb,three_rule_comb6,0,"['%', '&', '~']",% & (],0,1 +1106,1106,02,symb,three_rule_comb6,1,"['>', '&', '$']",> & $],1,1 +1106,1106,02,symb,three_rule_comb6,2,"['&', '%', '*']",% > *],0,1 +1106,1106,02,symb,three_rule_comb6,3,"['!', '&', '$']",& % $],0,1 +1106,1106,02,symb,three_rule_comb6,4,"['*', '<', '!']",* < !],1,1 +1106,1106,02,symb,three_rule_comb6,5,"['*', '%', '$']",* % $],1,1 +1106,1106,02,symb,three_rule_comb6,6,"['<', '%', '$']",< % $],1,1 +1106,1106,02,symb,three_rule_comb6,7,"['~', '*', '>']",~ * >],1,1 +1106,1106,02,symb,three_rule_comb6,8,"['(', '$', '&']",( $ &],1,1 +1106,1106,02,symb,three_rule_comb6,9,"['<', '<', '&']",< < &,1,1 +1106,1106,02,symb,three_rule_comb6,10,"['!', '&', ':']",! & :],1,1 +1106,1106,02,symb,three_rule_comb6,11,"['%', '<', '$']",$ < %,0,1 +1106,1106,02,symb,three_rule_comb6,12,"['>', '&', '&']",> & %],0,1 +1106,1106,02,symb,three_rule_comb6,13,"['$', '&', '(']",$ & (],1,1 +1106,1106,02,symb,three_rule_comb6,14,"['(', '*', '$']",( * $],1,1 +1106,1106,02,symb,three_rule_comb6,15,"['$', '%', ':']",$ % :],1,1 +1106,1106,02,symb,three_rule_comb6,16,"['%', '<', '(']",% < (],1,1 +1106,1106,02,symb,three_rule_comb6,17,"['(', '<', '$']",( < $],1,1 +1106,1106,02,symb,three_rule_comb6,18,"['~', '$', '<']",$ ~ %],0,1 +1106,1106,02,symb,three_rule_comb6,19,"['~', '>', '*']",~ > *],1,1 +1106,1106,02,symb,three_rule_comb6,20,"['$', '(', '$']",$ ( $],1,1 +1106,1106,02,symb,three_rule_comb6,21,"['~', '$', ':']",~ $ :],1,1 +1106,1106,02,symb,three_rule_comb6,22,"[':', '!', '$']",: ! $],1,1 +1106,1106,02,symb,three_rule_comb6,23,"['$', '$', '<']",$ < &],0,1 +1106,1106,02,symb,three_rule_comb6,24,"['>', '~', '>']",> ~ >],1,1 +1106,1106,02,symb,three_rule_comb6,25,"['(', ':', ':']",! : :],0,1 +1106,1106,02,symb,three_rule_comb6,26,"['%', '>', ':']",% > :],1,1 +1106,1106,02,symb,three_rule_comb6,27,"['&', '(', '!']",& ( !],1,1 +1106,1106,02,symb,three_rule_comb6,28,"['~', '(', '~']",~ : %],0,1 +1106,1106,02,symb,three_rule_comb6,29,"['&', '*', '(']",& * (],1,1 +1106,1106,02,symb,three_rule_comb6,30,"[':', '$', '!']",: $ !],1,1 +1106,1106,02,symb,three_rule_comb6,31,"['<', '&', ':']",% * &],0,1 +1106,1106,02,symb,three_rule_comb6,32,"['(', '%', '(']",( % (],1,1 +1106,1106,02,symb,three_rule_comb6,33,"[':', '(', '&']",: ( >],0,1 +1106,1106,02,symb,three_rule_comb6,34,"['$', '<', '!']",$ % ~],0,1 +1106,1106,02,symb,three_rule_comb6,35,"['>', '*', '&']",% * &],0,1 +1106,1106,02,symb,three_rule_comb6,36,"['!', '(', '*']",! ( *],1,1 +1106,1106,02,symb,three_rule_comb6,37,"['%', '<', '%']",% < %],1,1 +1106,1106,02,symb,three_rule_comb6,38,"['&', '&', '*']",& & *],1,1 +1106,1106,02,symb,three_rule_comb6,39,"['*', '<', '!']",* < !],1,1 +1106,1106,02,symb,three_rule_comb6,40,"[':', '>', '<']",: > <],1,1 +1106,1106,02,symb,three_rule_comb6,41,"['<', ':', '<']",< : >,0,1 +1106,1106,02,symb,three_rule_comb6,42,"['*', '*', '(']",* * >],0,1 +1106,1106,02,symb,three_rule_comb6,43,"['%', '$', '&']",% $ &],1,1 +1106,1106,02,symb,three_rule_comb6,44,"['$', '~', '<']",$ ~ <],1,1 +1106,1106,02,symb,three_rule_comb6,45,"['%', '!', '&']",% ! &],1,1 +1106,1106,02,symb,three_rule_comb6,46,"['%', '%', '!']",% % !],1,1 +1106,1106,02,symb,three_rule_comb6,47,"['$', '<', '~']",$ < &],0,1 +1106,1106,02,symb,three_rule_comb6,48,"['$', '>', '!']",$ * !],0,1 +1106,1106,02,symb,three_rule_comb6,49,"[':', '~', '%']",: ~ %],1,1 +1106,1106,02,symb,three_rule_comb6,50,"['%', '&', '~']",% & ~],1,1 +1106,1106,02,symb,three_rule_comb6,51,"['(', '&', '*']",* & *],0,1 +1106,1106,02,symb,three_rule_comb6,52,"[':', '$', '!']",: $ !],1,1 +1106,1106,02,symb,three_rule_comb6,53,"['$', '%', '<']",% < &],0,1 +1106,1106,02,symb,three_rule_comb6,54,"['(', '(', '~']",( ( %],0,1 +1106,1106,02,symb,three_rule_comb6,55,"['~', '*', '$']",~ * $],1,1 +1106,1106,02,symb,three_rule_comb6,56,"['(', ':', '&']",( & %],0,1 +1106,1106,02,symb,three_rule_comb6,57,"['*', '~', ':']",* $ :],0,1 +1106,1106,02,symb,three_rule_comb6,58,"['*', '<', '~']",* < !],0,1 +1106,1106,02,symb,three_rule_comb6,59,"['<', '<', '&']",< < &],1,1 +1106,1106,02,symb,three_rule_comb6,60,"[':', '&', '!']",: & !],1,1 +1106,1106,02,symb,three_rule_comb6,61,"['*', '~', '!']",* ~ !],1,1 +1106,1106,02,symb,three_rule_comb6,62,"['%', '<', '(']",% < (],1,1 +1106,1106,02,symb,three_rule_comb6,63,"['~', ':', '!']",~ : !],1,1 +1106,1106,02,symb,three_rule_comb6,64,"['~', '!', '&']",: % ~],0,1 +1106,1106,02,symb,three_rule_comb6,65,"['&', '!', '~']",& ! ~],1,1 +1106,1106,02,symb,three_rule_comb6,66,"['~', '&', '~']",~ & ~],1,1 +1106,1106,02,symb,three_rule_comb6,67,"['~', ':', '$']",~ : $],1,1 +1106,1106,02,symb,three_rule_comb6,68,"['(', '&', '$']",% & $],0,1 +1106,1106,02,symb,three_rule_comb6,69,"['~', '$', '*']",~ $ *],1,1 +1106,1106,02,symb,three_rule_comb6,70,"['&', '!', '<']",& ! >],0,1 +1106,1106,02,symb,three_rule_comb6,71,"['*', '%', '!']",* % :],0,1 +1106,1106,02,symb,three_rule_comb6,72,"['%', '(', '>']",% ( >],1,1 +1106,1106,02,symb,three_rule_comb6,73,"['&', '~', '~']",& ~ ~],1,1 +1106,1106,02,symb,three_rule_comb6,74,"['!', '*', '~']",! & ~,0,1 +1106,1106,02,symb,three_rule_comb6,75,"['!', '(', '>']",! ( >],1,1 +1106,1106,02,symb,three_rule_comb6,76,"[':', '%', '>']",: % >],1,1 +1106,1106,02,symb,three_rule_comb6,77,"['$', '!', '~']",$ ! :],0,1 +1106,1106,02,symb,three_rule_comb6,78,"['~', '%', ':']",~ % :],1,1 +1106,1106,02,symb,three_rule_comb6,79,"['~', '%', '%']",% ~ $],0,1 +1106,1106,02,symb,three_rule_comb6,80,"['!', '~', '!']",> ~ !],0,1 +1106,1106,02,symb,three_rule_comb6,81,"['&', '<', '%']",& < %],1,1 +1106,1106,02,symb,three_rule_comb6,82,"['&', '(', '<']",& ( <],1,1 +1106,1106,02,symb,three_rule_comb6,83,"['(', '$', '!']",! $ !],0,1 +1106,1106,02,symb,three_rule_comb6,84,"[':', '>', '%']",: & %],0,1 +1106,1106,02,symb,three_rule_comb6,85,"['&', '!', '$']",& ! $],1,1 +1106,1106,02,symb,three_rule_comb6,86,"['(', '>', '~']",( > ~],1,1 +1106,1106,02,symb,three_rule_comb6,87,"['&', '(', ':']",& ( :],1,1 +1106,1106,02,symb,three_rule_comb6,88,"['%', '<', ':']",% < :],1,1 +1106,1106,02,symb,three_rule_comb6,89,"[':', '!', '$']",: ! $],1,1 +1106,1106,02,symb,three_rule_comb6,90,"['<', '&', '*']",< & *],1,1 +1106,1106,02,symb,three_rule_comb6,91,"['>', '~', '$']",> ~ $],1,1 +1106,1106,02,symb,three_rule_comb6,92,"['!', '>', '$']",! > $],1,1 +1106,1106,02,symb,three_rule_comb6,93,"['$', ':', '&']",$ : &],1,1 +1106,1106,02,symb,three_rule_comb6,94,"['(', '$', '(']",( $ :],0,1 +1106,1106,02,symb,three_rule_comb6,95,"['(', '>', ':']",: ( :],0,1 +1106,1106,02,symb,three_rule_comb6,96,"['!', '>', '>']",! > &],0,1 +1106,1106,02,symb,three_rule_comb6,97,"[':', '&', '~']",: & ~],1,1 +1106,1106,02,symb,three_rule_comb6,98,"['>', '!', '<']",> ! <],1,1 +1106,1106,02,symb,three_rule_comb6,99,"['<', '~', ':']",< ~ :],1,1 +1106,1106,02,symb,three_rule_comb7,0,"['<', '(', ':']",< ( *],0,1 +1106,1106,02,symb,three_rule_comb7,1,"['!', '&', ':']",! & >],0,1 +1106,1106,02,symb,three_rule_comb7,2,"['(', '>', '$']",: * &],0,1 +1106,1106,02,symb,three_rule_comb7,3,"['(', ':', '<']",% ( ~],0,1 +1106,1106,02,symb,three_rule_comb7,4,"['>', '<', '*']",> * >],0,1 +1106,1106,02,symb,three_rule_comb7,5,"['$', '!', '$']",$ ! :],0,1 +1106,1106,02,symb,three_rule_comb7,6,"['<', '&', '<']",* & <],0,1 +1106,1106,02,symb,three_rule_comb7,7,"['*', '$', '%']",% < &],0,1 +1106,1106,02,symb,three_rule_comb7,8,"['*', '*', '!']",* ~ >],0,1 +1106,1106,02,symb,three_rule_comb7,9,"['~', '*', ':']",~ * %],0,1 +1106,1106,02,symb,three_rule_comb7,10,"['<', '&', '(']",< & :],0,1 +1106,1106,02,symb,three_rule_comb7,11,"['*', '~', '&']",~ ~ &],0,1 +1106,1106,02,symb,three_rule_comb7,12,"['(', '(', '(']",( ( &],0,1 +1106,1106,02,symb,three_rule_comb7,13,"['(', '(', '%']",( > !),0,1 +1106,1106,02,symb,three_rule_comb7,14,"['>', '>', '(']",> ( (],0,1 +1106,1106,02,symb,three_rule_comb7,15,"['!', '%', '%']",> * %],0,1 +1106,1106,02,symb,three_rule_comb7,16,"[':', ':', '%']",: & !],0,1 +1106,1106,02,symb,three_rule_comb7,17,"[':', '&', '(']",: * %],0,1 +1106,1106,02,symb,three_rule_comb7,18,"['~', '*', '~']",~ : ~],0,1 +1106,1106,02,symb,three_rule_comb7,19,"['&', '!', '$']",& ! !],0,1 +1106,1106,02,symb,three_rule_comb7,20,"['<', '~', '<']",* ~ <],0,1 +1106,1106,02,symb,three_rule_comb7,21,"['&', '(', '!']",< $ %],0,1 +1106,1106,02,symb,three_rule_comb7,22,"['~', '(', '&']",~ ( (],0,1 +1106,1106,02,symb,three_rule_comb7,23,"[':', '%', '!']",: % (],0,1 +1106,1106,02,symb,three_rule_comb7,24,"[':', '(', '&']",< ( &],0,1 +1106,1106,02,symb,three_rule_comb7,25,"['<', '!', '(']",< ! &],0,1 +1106,1106,02,symb,three_rule_comb7,26,"['(', ':', '~']",% : ~],0,1 +1106,1106,02,symb,three_rule_comb7,27,"['*', '&', '*']",* & <],0,1 +1106,1106,02,symb,three_rule_comb7,28,"['$', ':', '$']",$ : ~],0,1 +1106,1106,02,symb,three_rule_comb7,29,"['%', '*', '$']",% * ~],0,1 +1106,1106,02,symb,three_rule_comb7,30,"['$', '$', '$']",$ ! <,0,1 +1106,1106,02,symb,three_rule_comb7,31,"['~', '&', '$']",* $ ~],0,1 +1106,1106,02,symb,three_rule_comb7,32,"['(', '<', '$']",( ~ ~],0,1 +1106,1106,02,symb,three_rule_comb7,33,"['!', '<', '&']",! : &],0,1 +1106,1106,02,symb,three_rule_comb7,34,"['~', '<', '(']",> * >],0,1 +1106,1106,02,symb,three_rule_comb7,35,"['*', '!', '&']",* ! >,0,1 +1106,1106,02,symb,three_rule_comb7,36,"['~', '&', '<']",* & :],0,1 +1106,1106,02,symb,three_rule_comb7,37,"['&', '(', '>']",& < >],0,1 +1106,1106,02,symb,three_rule_comb7,38,"['<', '(', '<']",: * >],0,1 +1106,1106,02,symb,three_rule_comb7,39,"['%', '*', '(']",% * >],0,1 +1106,1106,02,symb,three_rule_comb7,40,"['<', '$', '(']",< $ >],0,1 +1106,1106,02,symb,three_rule_comb7,41,"['*', '*', '&']",< * &],0,1 +1106,1106,02,symb,three_rule_comb7,42,"['*', '(', '!']",* > ~],0,1 +1106,1106,02,symb,three_rule_comb7,43,"[':', '&', '>']",% > ~],0,1 +1106,1106,02,symb,three_rule_comb7,44,"[':', '>', '*']",* > <],0,1 +1106,1106,02,symb,three_rule_comb7,45,"['!', '$', '*']",> $ %],0,1 +1106,1106,02,symb,three_rule_comb7,46,"['$', '>', '<']",$ # $],0,1 +1106,1106,02,symb,three_rule_comb7,47,"['%', '(', '!']",% > !,0,1 +1106,1106,02,symb,three_rule_comb7,48,"['<', '~', '*']",< ~ !],0,1 +1106,1106,02,symb,three_rule_comb7,49,"['(', '%', '$']",% : :],0,1 +1106,1106,02,symb,three_rule_comb7,50,"['!', '&', '>']",$ > >,0,1 +1106,1106,02,symb,three_rule_comb7,51,"[':', ':', '<']",( & >],0,1 +1106,1106,02,symb,three_rule_comb7,52,"['*', '$', '&']",* ! &],0,1 +1106,1106,02,symb,three_rule_comb7,53,"['!', ':', '%']",! : !],0,1 +1106,1106,02,symb,three_rule_comb7,54,"['~', '%', '%']",~ ! %],0,1 +1106,1106,02,symb,three_rule_comb7,55,"['&', '~', '%']",& ~ :],0,1 +1106,1106,02,symb,three_rule_comb7,56,"['$', '(', '%']",$ < %],0,1 +1106,1106,02,symb,three_rule_comb7,57,"['>', '%', '>']",> % >],1,1 +1106,1106,02,symb,three_rule_comb7,58,"['$', '!', '<']",~ ! <],0,1 +1106,1106,02,symb,three_rule_comb7,59,"['!', '(', '(']",! & (],0,1 +1106,1106,02,symb,three_rule_comb7,60,"[':', '&', '$']",: & !],0,1 +1106,1106,02,symb,three_rule_comb7,61,"['<', '&', '!']",<$ & >,0,1 +1106,1106,02,symb,three_rule_comb7,62,"['(', ':', '>']",: > &],0,1 +1106,1106,02,symb,three_rule_comb7,63,"['<', '%', '<']",$ % <,0,1 +1106,1106,02,symb,three_rule_comb7,64,"['<', '&', '~']",$ & ~],0,1 +1106,1106,02,symb,three_rule_comb7,65,"[':', '(', '(']",: > (],0,1 +1106,1106,02,symb,three_rule_comb7,66,"['$', '*', '!']",! * >],0,1 +1106,1106,02,symb,three_rule_comb7,67,"['(', '~', '>']",% ~ >],0,1 +1106,1106,02,symb,three_rule_comb7,68,"['<', '!', '%']",* ! %],0,1 +1106,1106,02,symb,three_rule_comb7,69,"['<', '(', '$']",: ( $],0,1 +1106,1106,02,symb,three_rule_comb7,70,"['(', '~', '~']",( * <],0,1 +1106,1106,02,symb,three_rule_comb7,71,"['~', '~', '&']",~ ! >],0,1 +1106,1106,02,symb,three_rule_comb7,72,"['(', '%', ':']",% % %],0,1 +1106,1106,02,symb,three_rule_comb7,73,"['&', '$', '>']",& ! >],0,1 +1106,1106,02,symb,three_rule_comb7,74,"['<', '(', '~']",* & ~],0,1 +1106,1106,02,symb,three_rule_comb7,75,"['$', '*', '$']",& : *],0,1 +1106,1106,02,symb,three_rule_comb7,76,"[':', '<', '>']",: $ %],0,1 +1106,1106,02,symb,three_rule_comb7,77,"['&', ':', '&']",& : &],1,1 +1106,1106,02,symb,three_rule_comb7,78,"['<', '>', '<']",$ > ~],0,1 +1106,1106,02,symb,three_rule_comb7,79,"['~', '%', '>']",! % >],0,1 +1106,1106,02,symb,three_rule_comb7,80,"['%', '>', '*']",: ~ <],0,1 +1106,1106,02,symb,three_rule_comb7,81,"['*', '<', '$']",* : $],0,1 +1106,1106,02,symb,three_rule_comb7,82,"['&', '$', '$']",& $ <],0,1 +1106,1106,02,symb,three_rule_comb7,83,"['*', '(', '(']",* & %],0,1 +1106,1106,02,symb,three_rule_comb7,84,"[':', '~', '(']",: ~ &],0,1 +1106,1106,02,symb,three_rule_comb7,85,"[':', '<', '<']",: < ~],0,1 +1106,1106,02,symb,three_rule_comb7,86,"['~', '%', '$']",~ ~ $],0,1 +1106,1106,02,symb,three_rule_comb7,87,"['&', '<', '~']",% < !],0,1 +1106,1106,02,symb,three_rule_comb7,88,"[':', '(', '&']",:% > &],0,1 +1106,1106,02,symb,three_rule_comb7,89,"['~', '>', '%']",% ! &],0,1 +1106,1106,02,symb,three_rule_comb7,90,"[':', '~', '&']",* ~ &],0,1 +1106,1106,02,symb,three_rule_comb7,91,"['(', '&', '(']",( & <],0,1 +1106,1106,02,symb,three_rule_comb7,92,"['~', '~', '(']",* : ~],0,1 +1106,1106,02,symb,three_rule_comb7,93,"['~', '$', '~']",~ ! :],0,1 +1106,1106,02,symb,three_rule_comb7,94,"['&', '!', '<']",& ! *],0,1 +1106,1106,02,symb,three_rule_comb7,95,"['&', '<', '*']",& : *],0,1 +1106,1106,02,symb,three_rule_comb7,96,"['*', '(', '~']",~ < (],0,1 +1106,1106,02,symb,three_rule_comb7,97,"['%', '!', '%']",% ~ &],0,1 +1106,1106,02,symb,three_rule_comb7,98,"[':', '!', '%']",:],0,1 +1106,1106,02,symb,three_rule_comb7,99,"[':', '$', '!']",(: $ >),0,1 +1106,1106,02,symb,three_rule_comb8,0,"[':', '&', '*']",$ * >],0,1 +1106,1106,02,symb,three_rule_comb8,1,"['<', '<', '<']",* : <],0,1 +1106,1106,02,symb,three_rule_comb8,2,"['!', '%', ':']",! ~ *],0,1 +1106,1106,02,symb,three_rule_comb8,3,"['>', '<', '$']",! & *],0,1 +1106,1106,02,symb,three_rule_comb8,4,"['$', '(', ':']",< : !],0,1 +1106,1106,02,symb,three_rule_comb8,5,"['<', '!', ':']",* ~ <],0,1 +1106,1106,02,symb,three_rule_comb8,6,"['(', '~', '&']",: * (],0,1 +1106,1106,02,symb,three_rule_comb8,7,"[':', '!', '%']",! % !],0,1 +1106,1106,02,symb,three_rule_comb8,8,"['>', '%', '~']",> ! !],0,1 +1106,1106,02,symb,three_rule_comb8,9,"['%', '>', '%']",% ~ %],0,1 +1106,1106,02,symb,three_rule_comb8,10,"['!', '<', '~']",! * !],0,1 +1106,1106,02,symb,three_rule_comb8,11,"['%', '(', '<']",! ( *],0,1 +1106,1106,02,symb,three_rule_comb8,12,"['~', '~', '(']",> ~ !],0,1 +1106,1106,02,symb,three_rule_comb8,13,"['&', '$', ':']",< & %],0,1 +1106,1106,02,symb,three_rule_comb8,14,"['%', '>', '&']",% ! <],0,1 +1106,1106,02,symb,three_rule_comb8,15,"['!', ':', '!']",% > !],0,1 +1106,1106,02,symb,three_rule_comb8,16,"['(', '~', '>']",! ~ >],0,1 +1106,1106,02,symb,three_rule_comb8,17,"['*', ':', '(']",* < >],0,1 +1106,1106,02,symb,three_rule_comb8,18,"['&', '<', '<']",$ & %],0,1 +1106,1106,02,symb,three_rule_comb8,19,"['%', '>', '<']",: ! %],0,1 +1106,1106,02,symb,three_rule_comb8,20,"['(', '&', '$']",> & ~],0,1 +1106,1106,02,symb,three_rule_comb8,21,"['%', '$', '(']",* > ~],0,1 +1106,1106,02,symb,three_rule_comb8,22,"[':', '(', '*']",: > <],0,1 +1106,1106,02,symb,three_rule_comb8,23,"['$', '(', ':']",< & %],0,1 +1106,1106,02,symb,three_rule_comb8,24,"['<', '!', '%']",< ~ ~],0,1 +1106,1106,02,symb,three_rule_comb8,25,"['%', '<', ':']",% ~ %],0,1 +1106,1106,02,symb,three_rule_comb8,26,"[':', ':', '<']",% : $],0,1 +1106,1106,02,symb,three_rule_comb8,27,"['%', '<', ':']",! * :],0,1 +1106,1106,02,symb,three_rule_comb8,28,"['(', '<', '!']",> * >],0,1 +1106,1106,02,symb,three_rule_comb8,29,"['(', '<', '~']",( *],0,1 +1106,1106,02,symb,three_rule_comb8,30,"['~', '~', '%']",* % *],0,1 +1106,1106,02,symb,three_rule_comb8,31,"['>', '<', '>']",! $ ~],0,1 +1106,1106,02,symb,three_rule_comb8,32,"['(', '%', ':']",: * (],0,1 +1106,1106,02,symb,three_rule_comb8,33,"['!', '%', '*']",! % >],0,1 +1106,1106,02,symb,three_rule_comb8,34,"['~', ':', '<']",& ( &],0,1 +1106,1106,02,symb,three_rule_comb8,35,"['$', '%', '$']",% > ~],0,1 +1106,1106,02,symb,three_rule_comb8,36,"['>', '(', '~']",> : *],0,1 +1106,1106,02,symb,three_rule_comb8,37,"['>', '!', ':']",> ! <],0,1 +1106,1106,02,symb,three_rule_comb8,38,"['<', '%', '&']",< $ >],0,1 +1106,1106,02,symb,three_rule_comb8,39,"['$', '<', '%']",& ! <],0,1 +1106,1106,02,symb,three_rule_comb8,40,"['(', '>', '&']",% < <],0,1 +1106,1106,02,symb,three_rule_comb8,41,"['&', '~', '>']",< * !],0,1 +1106,1106,02,symb,three_rule_comb8,42,"['(', '*', '<']",( * !],0,1 +1106,1106,02,symb,three_rule_comb8,43,"['~', '&', '!']",$ > >,0,1 +1106,1106,02,symb,three_rule_comb8,44,"['%', '$', '%']",! ! %],0,1 +1106,1106,02,symb,three_rule_comb8,45,"['<', ':', '(']",% & :],0,1 +1106,1106,02,symb,three_rule_comb8,46,"['$', ':', '%']",& : (],0,1 +1106,1106,02,symb,three_rule_comb8,47,"['!', '%', '*']",! ~ <],0,1 +1106,1106,02,symb,three_rule_comb8,48,"['<', '&', '!']",* > !],0,1 +1106,1106,02,symb,three_rule_comb8,49,"[':', '$', '<']",% < &],0,1 +1106,1106,02,symb,three_rule_comb8,50,"['*', '$', '%']",* < &],0,1 +1106,1106,02,symb,three_rule_comb8,51,"['&', '&', '&']",& > &],0,1 +1106,1106,02,symb,three_rule_comb8,52,"['~', '(', '<']",* : &],0,1 +1106,1106,02,symb,three_rule_comb8,53,"['!', '<', '>']",> & ~],0,1 +1106,1106,02,symb,three_rule_comb8,54,"['>', '<', '*']",~ ( *],0,1 +1106,1106,02,symb,three_rule_comb8,55,"['&', '~', '!']",$ * %],0,1 +1106,1106,02,symb,three_rule_comb8,56,"['%', '$', '&']",* $ $],0,1 +1106,1106,02,symb,three_rule_comb8,57,"['<', '!', '&']",$ & <],0,1 +1106,1106,02,symb,three_rule_comb8,58,"['~', '*', '&']",< ~ !],0,1 +1106,1106,02,symb,three_rule_comb8,59,"['<', '<', '%']",* : >],0,1 +1106,1106,02,symb,three_rule_comb8,60,"['&', '$', '$']",* : $],0,1 +1106,1106,02,symb,three_rule_comb8,61,"[':', ':', '&']",% * <],0,1 +1106,1106,02,symb,three_rule_comb8,62,"['$', '(', '*']",$ & <],0,1 +1106,1106,02,symb,three_rule_comb8,63,"['&', '$', '%']",& ! ~],0,1 +1106,1106,02,symb,three_rule_comb8,64,"['<', '$', '<']",< ! :],0,1 +1106,1106,02,symb,three_rule_comb8,65,"[':', '%', '<']",~ & <],0,1 +1106,1106,02,symb,three_rule_comb8,66,"['<', '~', ':']",$ > (],0,1 +1106,1106,02,symb,three_rule_comb8,67,"['%', '<', ':']",% ~ >],0,1 +1106,1106,02,symb,three_rule_comb8,68,"[':', '<', '>']",: ~ ~],0,1 +1106,1106,02,symb,three_rule_comb8,69,"['&', ':', '$']",& * !],0,1 +1106,1106,02,symb,three_rule_comb8,70,"['<', '*', '$']",* > ~,0,1 +1106,1106,02,symb,three_rule_comb8,71,"['<', '(', '*']",* ( <],0,1 +1106,1106,02,symb,three_rule_comb8,72,"[':', '$', '%']",< ~ %],0,1 +1106,1106,02,symb,three_rule_comb8,73,"['%', '!', '(']",? ? ?],0,1 +1106,1106,02,symb,three_rule_comb8,74,"['%', '<', '&']",* ~ &],0,1 +1106,1106,02,symb,three_rule_comb8,75,"['(', '<', '~']",: & %],0,1 +1106,1106,02,symb,three_rule_comb8,76,"['$', '!', '*']",! ~ >],0,1 +1106,1106,02,symb,three_rule_comb8,77,"['%', '>', '(']",% ( &],0,1 +1106,1106,02,symb,three_rule_comb8,78,"[':', '&', '>']",% > ~,0,1 +1106,1106,02,symb,three_rule_comb8,79,"['&', '$', '>']",< & *],0,1 +1106,1106,02,symb,three_rule_comb8,80,"['%', '&', ':']",% & %],0,1 +1106,1106,02,symb,three_rule_comb8,81,"['$', '*', '%']",< : (],0,1 +1106,1106,02,symb,three_rule_comb8,82,"[':', ':', '&']",: * >],0,1 +1106,1106,02,symb,three_rule_comb8,83,"['*', '&', ':']",* > *],0,1 +1106,1106,02,symb,three_rule_comb8,84,"['!', '$', '%']",~ ! %],0,1 +1106,1106,02,symb,three_rule_comb8,85,"['!', '<', ':']",> & >],0,1 +1106,1106,02,symb,three_rule_comb8,86,"['~', '&', '(']",~ > &],0,1 +1106,1106,02,symb,three_rule_comb8,87,"['<', '%', '*']",$ ! ~],0,1 +1106,1106,02,symb,three_rule_comb8,88,"[':', '&', '%']",: > !],0,1 +1106,1106,02,symb,three_rule_comb8,89,"['(', '$', ':']",$ < $],0,1 +1106,1106,02,symb,three_rule_comb8,90,"['<', '%', '*']",< ~ <],0,1 +1106,1106,02,symb,three_rule_comb8,91,"['%', '!', '*']",% ( !],0,1 +1106,1106,02,symb,three_rule_comb8,92,"[':', ':', '~']",% ~ >],0,1 +1106,1106,02,symb,three_rule_comb8,93,"['&', '%', '*']",> ~ *],0,1 +1106,1106,02,symb,three_rule_comb8,94,"[':', ':', '>']",: ! >],0,1 +1106,1106,02,symb,three_rule_comb8,95,"['~', '<', '(']",* % &],0,1 +1106,1106,02,symb,three_rule_comb8,96,"['$', '$', '!']",! ~ !],0,1 +1106,1106,02,symb,three_rule_comb8,97,"['%', ':', '<']",% < :],0,1 +1106,1106,02,symb,three_rule_comb8,98,"['<', '%', '!']",> > ~],0,1 +1106,1106,02,symb,three_rule_comb8,99,"[':', '&', '%']",% < ~],0,1 +1106,1106,02,symb,three_rule_comb9,0,"['<', '>', '!']",( : >],0,1 +1106,1106,02,symb,three_rule_comb9,1,"[':', '$', '%']",( < (],0,1 +1106,1106,02,symb,three_rule_comb9,2,"['~', '>', '*']",< ~ !],0,1 +1106,1106,02,symb,three_rule_comb9,3,"['<', ':', '~']",$ ( *],0,1 +1106,1106,02,symb,three_rule_comb9,4,"['<', '~', '*']",$ * ~],0,1 +1106,1106,02,symb,three_rule_comb9,5,"['>', ':', '(']",! % %],0,1 +1106,1106,02,symb,three_rule_comb9,6,"['%', '&', '<']",< & <],0,1 +1106,1106,02,symb,three_rule_comb9,7,"['$', '&', '%']",! & <],0,1 +1106,1106,02,symb,three_rule_comb9,8,"[':', '%', '!']",% ( >],0,1 +1106,1106,02,symb,three_rule_comb9,9,"['%', '<', ':']",! : *],0,1 +1106,1106,02,symb,three_rule_comb9,10,"['%', ':', '&']",% : %],0,1 +1106,1106,02,symb,three_rule_comb9,11,"['%', '&', '&']",: < $],0,1 +1106,1106,02,symb,three_rule_comb9,12,"['$', '&', '~']",& < *],0,1 +1106,1106,02,symb,three_rule_comb9,13,"['(', ':', '&']",* % &],0,1 +1106,1106,02,symb,three_rule_comb9,14,"['*', '<', '%']",< : ~],0,1 +1106,1106,02,symb,three_rule_comb9,15,"[':', '&', '<']",% < $],0,1 +1106,1106,02,symb,three_rule_comb9,16,"['~', '%', ':']",! ! *],0,1 +1106,1106,02,symb,three_rule_comb9,17,"['<', '*', '(']",$ ~ %],0,1 +1106,1106,02,symb,three_rule_comb9,18,"['(', '~', '$']",% * <],0,1 +1106,1106,02,symb,three_rule_comb9,19,"['*', ':', '%']",~ > :],0,1 +1106,1106,02,symb,three_rule_comb9,20,"['%', ':', '>']",~ ~ %],0,1 +1106,1106,02,symb,three_rule_comb9,21,"['&', '*', '$']",$ ~ &],0,1 +1106,1106,02,symb,three_rule_comb9,22,"['<', ':', '*']",$ % ~],0,1 +1106,1106,02,symb,three_rule_comb9,23,"['~', '&', '*']",* $ ~],0,1 +1106,1106,02,symb,three_rule_comb9,24,"['(', '$', '%']",% & :],0,1 +1106,1106,02,symb,three_rule_comb9,25,"['*', '$', ':']",% < %],0,1 +1106,1106,02,symb,three_rule_comb9,26,"['%', '$', '&']",: < $],0,1 +1106,1106,02,symb,three_rule_comb9,27,"['%', '&', '<']",: < $],0,1 +1106,1106,02,symb,three_rule_comb9,28,"[':', '&', '%']",% $ (],0,1 +1106,1106,02,symb,three_rule_comb9,29,"[':', '~', '(']",% * ~],0,1 +1106,1106,02,symb,three_rule_comb9,30,"['<', ':', ':']",% & )],0,1 +1106,1106,02,symb,three_rule_comb9,31,"[':', '>', '&']",% ! $],0,1 +1106,1106,02,symb,three_rule_comb9,32,"['%', '(', '<']",& : %],0,1 +1106,1106,02,symb,three_rule_comb9,33,"['>', '<', '$']",! & <],0,1 +1106,1106,02,symb,three_rule_comb9,34,"['$', '(', '*']",! ~ >],0,1 +1106,1106,02,symb,three_rule_comb9,35,"['~', '(', '%']",* : (],0,1 +1106,1106,02,symb,three_rule_comb9,36,"['$', '%', '(']",< ( :],0,1 +1106,1106,02,symb,three_rule_comb9,37,"[':', '$', '!']",( & >],0,1 +1106,1106,02,symb,three_rule_comb9,38,"['>', '%', '%']",! : (],0,1 +1106,1106,02,symb,three_rule_comb9,39,"['!', '$', '(']",> < %],0,1 +1106,1106,02,symb,three_rule_comb9,40,"[':', '~', '$']",( * &],0,1 +1106,1106,02,symb,three_rule_comb9,41,"[':', '&', '(']",% $ :],0,1 +1106,1106,02,symb,three_rule_comb9,42,"['>', '*', '$']",! ~ &],0,1 +1106,1106,02,symb,three_rule_comb9,43,"['&', '%', '$']",< : &],0,1 +1106,1106,02,symb,three_rule_comb9,44,"['~', '(', '(']",* % :],0,1 +1106,1106,02,symb,three_rule_comb9,45,"['&', '>', '(']",$ ! :],0,1 +1106,1106,02,symb,three_rule_comb9,46,"[':', '*', '&']",% ~ <,0,1 +1106,1106,02,symb,three_rule_comb9,47,"['%', ':', '>']",* > ~],0,1 +1106,1106,02,symb,three_rule_comb9,48,"['~', '$', '<']",* < $],0,1 +1106,1106,02,symb,three_rule_comb9,49,"['&', '<', '<']",$ & $],0,1 +1106,1106,02,symb,three_rule_comb9,50,"['%', '%', '&']",! ~ &],0,1 +1106,1106,02,symb,three_rule_comb9,51,"['*', '$', '&']",* & ~],0,1 +1106,1106,02,symb,three_rule_comb9,52,"['$', ':', '<']",& : <],0,1 +1106,1106,02,symb,three_rule_comb9,53,"['%', '%', '~']",! ~ !],0,1 +1106,1106,02,symb,three_rule_comb9,54,"['$', '$', ':']",! ~ :],0,1 +1106,1106,02,symb,three_rule_comb9,55,"['<', '(', '!']",* & ~],0,1 +1106,1106,02,symb,three_rule_comb9,56,"['&', '>', '$']",$ ! <],0,1 +1106,1106,02,symb,three_rule_comb9,57,"['&', '$', ':']",$ & %],0,1 +1106,1106,02,symb,three_rule_comb9,58,"['(', '&', '%']",% < (],0,1 +1106,1106,02,symb,three_rule_comb9,59,"['$', '>', '<']",< ! $],0,1 +1106,1106,02,symb,three_rule_comb9,60,"['$', '<', '(']",< & :],0,1 +1106,1106,02,symb,three_rule_comb9,61,"[':', '%', '*']",% : ~],0,1 +1106,1106,02,symb,three_rule_comb9,62,"['&', '<', ':']",% & >],0,1 +1106,1106,02,symb,three_rule_comb9,63,"['$', '(', ':']",* : %],0,1 +1106,1106,02,symb,three_rule_comb9,64,"['~', ':', '$']",* ( &],0,1 +1106,1106,02,symb,three_rule_comb9,65,"['(', '%', '!']",% : >],0,1 +1106,1106,02,symb,three_rule_comb9,66,"['<', '&', '~']",< ( !],0,1 +1106,1106,02,symb,three_rule_comb9,67,"['<', '$', '!']",* ! ~],0,1 +1106,1106,02,symb,three_rule_comb9,68,"[':', '$', '%']",% < (],0,1 +1106,1106,02,symb,three_rule_comb9,69,"['(', '$', '>']",: < !],0,1 +1106,1106,02,symb,three_rule_comb9,70,"[':', '$', '(']",% & %],0,1 +1106,1106,02,symb,three_rule_comb9,71,"['(', '*', '<']",: ~ &],0,1 +1106,1106,02,symb,three_rule_comb9,72,"['>', '$', ':']",> ! )],0,1 +1106,1106,02,symb,three_rule_comb9,73,"['<', '%', ':']",% : &],0,1 +1106,1106,02,symb,three_rule_comb9,74,"['$', ':', '>']",& % !],0,1 +1106,1106,02,symb,three_rule_comb9,75,"['!', '%', '(']",> : :],0,1 +1106,1106,02,symb,three_rule_comb9,76,"['&', ':', '%']",$ % (],0,1 +1106,1106,02,symb,three_rule_comb9,77,"['>', '%', '(']",% ! ~],0,1 +1106,1106,02,symb,three_rule_comb9,78,"['$', '<', '$']",< $ &],0,1 +1106,1106,02,symb,three_rule_comb9,79,"['&', '>', '%']",$ ! :],0,1 +1106,1106,02,symb,three_rule_comb9,80,"['(', '(', '*']",: % ~],0,1 +1106,1106,02,symb,three_rule_comb9,81,"['&', '(', '>']",% < !],0,1 +1106,1106,02,symb,three_rule_comb9,82,"['%', '<', '(']",% : ~,0,1 +1106,1106,02,symb,three_rule_comb9,83,"['$', '<', '(']",< $ %],0,1 +1106,1106,02,symb,three_rule_comb9,84,"['<', '!', '%']",$ > (],0,1 +1106,1106,02,symb,three_rule_comb9,85,"['<', '>', '&']",* ( (],0,1 +1106,1106,02,symb,three_rule_comb9,86,"['$', '(', '<']",& % &],0,1 +1106,1106,02,symb,three_rule_comb9,87,"['(', '$', '<']",( > %],0,1 +1106,1106,02,symb,three_rule_comb9,88,"['>', '(', '<']",% $ !],0,1 +1106,1106,02,symb,three_rule_comb9,89,"['~', ':', '%']",* ( (],0,1 +1106,1106,02,symb,three_rule_comb9,90,"['&', '$', '!']",$ < >],0,1 +1106,1106,02,symb,three_rule_comb9,91,"['$', '%', '&']",< : $],0,1 +1106,1106,02,symb,three_rule_comb9,92,"['$', '>', '(']",< ! %],0,1 +1106,1106,02,symb,three_rule_comb9,93,"['&', '%', '~']",< ( *],0,1 +1106,1106,02,symb,three_rule_comb9,94,"['$', '%', '*']",~ ] &],0,1 +1106,1106,02,symb,three_rule_comb9,95,"['&', '!', '&']",* > <],0,1 +1106,1106,02,symb,three_rule_comb9,96,"['>', '$', '&']",! & $],0,1 +1106,1106,02,symb,three_rule_comb9,97,"['!', '&', '%']",> $ (],0,1 +1106,1106,02,symb,three_rule_comb9,98,"['$', '>', ':']",~ > !],0,1 +1106,1106,02,symb,three_rule_comb9,99,"['!', '&', '*']",! ( >],0,1 +1106,1106,02,symb,c3_set_union,0,"['~', '(', '&', '$']",~ ( & $),0,1 +1106,1106,02,symb,c3_set_union,1,"['<', '>', '(', '&']",< > &,0,1 +1106,1106,02,symb,c3_set_union,2,"['&', '$', ':', '~']",& $ : ~,1,1 +1106,1106,02,symb,c3_set_union,3,"['%', '(', ':', '>']",% >],0,1 +1106,1106,02,symb,c3_set_union,4,"[':', '~', '<', '*']",: ~ *,0,1 +1106,1106,02,symb,c3_set_union,5,"['*', '<', '&', '%']",* < & %,1,1 +1106,1106,02,symb,c3_set_union,6,"['~', '&', '%', '(']",~ % (],0,1 +1106,1106,02,symb,c3_set_union,7,"['>', '!', ':', '(']",> ! (],0,1 +1106,1106,02,symb,c3_set_union,8,"[':', '!', '*', '&']",: ! &,0,1 +1106,1106,02,symb,c3_set_union,9,"['%', '*', '&', '~']",% & ~,0,1 +1106,1106,02,symb,c3_set_union,10,"['$', '%', '>', '&']",$ % &,0,1 +1106,1106,02,symb,c3_set_union,11,"['~', '&', '!', '<']",~ & ! <,1,1 +1106,1106,02,symb,c3_set_union,12,"['$', '>', '~', '%']",$ > ~ %,1,1 +1106,1106,02,symb,c3_set_union,13,"['<', '%', '>', '!']",< % ! >,1,1 +1106,1106,02,symb,c3_set_union,14,"[':', '$', '>', '*']",: > *,0,1 +1106,1106,02,symb,c3_set_union,15,"['%', '(', '&', '*']",% & *],0,1 +1106,1106,02,symb,c3_set_union,16,"['~', '*', ':', '!']",~ * !,0,1 +1106,1106,02,symb,c3_set_union,17,"['>', ':', '~', '!']",> : ~ !,1,1 +1106,1106,02,symb,c3_set_union,18,"['$', '(', '*', ':']",$ ( : ),0,1 +1106,1106,02,symb,c3_set_union,19,"[':', '(', '~', '&']",: (&),0,1 +1106,1106,02,symb,c3_set_union,20,"['~', '%', '*', '!']",~ % * !],1,1 +1106,1106,02,symb,c3_set_union,21,"[':', '(', '<', '$']",: < $],0,1 +1106,1106,02,symb,c3_set_union,22,"['!', '<', '>', ':']",! > :],0,1 +1106,1106,02,symb,c3_set_union,23,"['%', '(', '~', '<']",% (~ <),0,1 +1106,1106,02,symb,c3_set_union,24,"['%', '$', '>', '<']",% $ > <,1,1 +1106,1106,02,symb,c3_set_union,25,"['~', '$', '<', '&']",~ $ &,0,1 +1106,1106,02,symb,c3_set_union,26,"[':', '!', '$', '>']",: ! >,0,1 +1106,1106,02,symb,c3_set_union,27,"['$', '*', '&', ':']",$ * & :,1,1 +1106,1106,02,symb,c3_set_union,28,"[':', '%', '&', '~']",: % & ~,1,1 +1106,1106,02,symb,c3_set_union,29,"['!', '$', '*', '&']",! * &,0,1 +1106,1106,02,symb,c3_set_union,30,"['!', '*', '(', ':']",! * :],0,1 +1106,1106,02,symb,c3_set_union,31,"['*', '~', '&', ':']",* & :],0,1 +1106,1106,02,symb,c3_set_union,32,"[':', '~', '(', '%']",: (%],0,1 +1106,1106,02,symb,c3_set_union,33,"['*', '%', '<', '$']",* % < $,1,1 +1106,1106,02,symb,c3_set_union,34,"['~', '<', '&', '(']",~ < (],0,1 +1106,1106,02,symb,c3_set_union,35,"['%', '<', '*', '!']",% < * !,1,1 +1106,1106,02,symb,c3_set_union,36,"['(', '~', ':', '!']",( ~ :],0,1 +1106,1106,02,symb,c3_set_union,37,"['$', '&', '*', '~']",$ * ~,0,1 +1106,1106,02,symb,c3_set_union,38,"[':', '(', '~', '$']",: ($],0,1 +1106,1106,02,symb,c3_set_union,39,"['&', '>', '$', '*']",& > $ *,1,1 +1106,1106,02,symb,c3_set_union,40,"['$', '!', '*', '~']",$ * ~,0,1 +1106,1106,02,symb,c3_set_union,41,"['&', '%', '$', '!']",& % $ !,1,1 +1106,1106,02,symb,c3_set_union,42,"['>', '$', '*', '!']",> $ *,0,1 +1106,1106,02,symb,c3_set_union,43,"[':', '*', '(', '>']",: >,0,1 +1106,1106,02,symb,c3_set_union,44,"['$', '%', '(', ':']",$ % :],0,1 +1106,1106,02,symb,c3_set_union,45,"['!', '<', ':', '$']",! < :],0,1 +1106,1106,02,symb,c3_set_union,46,"['>', '*', '&', '<']",> * &,0,1 +1106,1106,02,symb,c3_set_union,47,"[':', '~', '>', '*']",: ~ > *,1,1 +1106,1106,02,symb,c3_set_union,48,"['%', '(', '*', '~']",% ( * ~),0,1 +1106,1106,02,symb,c3_set_union,49,"['(', '~', '*', '<']",(~ < *],1,1 +1106,1106,02,symb,c3_set_union,50,"['(', '$', '!', '%']",($ %),0,1 +1106,1106,02,symb,c3_set_union,51,"['>', '!', '%', '*']",> ! %,0,1 +1106,1106,02,symb,c3_set_union,52,"['&', '$', '>', ':']",& $ > :,1,1 +1106,1106,02,symb,c3_set_union,53,"['~', '$', '%', '<']",~ $ % <,1,1 +1106,1106,02,symb,c3_set_union,54,"['&', '>', '<', '%']",& < %],0,1 +1106,1106,02,symb,c3_set_union,55,"['>', '*', '<', ':']",> * :],0,1 +1106,1106,02,symb,c3_set_union,56,"[':', '!', '*', '<']",: ! <],0,1 +1106,1106,02,symb,c3_set_union,57,"['%', '<', '*', '~']",% < * ~,1,1 +1106,1106,02,symb,c3_set_union,58,"['>', '(', '<', '%']",> (%],0,1 +1106,1106,02,symb,c3_set_union,59,"['>', ':', '<', '~']",> : ~,0,1 +1106,1106,02,symb,c3_set_union,60,"['*', '&', '<', '$']",* < $,0,1 +1106,1106,02,symb,c3_set_union,61,"['%', '<', '*', '(']",% < (],0,1 +1106,1106,02,symb,c3_set_union,62,"['$', '%', '<', '!']",$ % < !,1,1 +1106,1106,02,symb,c3_set_union,63,"['~', '>', '<', '!']",~ < !,0,1 +1106,1106,02,symb,c3_set_union,64,"['&', '!', '$', '~']",& ! ~,0,1 +1106,1106,02,symb,c3_set_union,65,"[':', '&', '>', '%']",: > %,0,1 +1106,1106,02,symb,c3_set_union,66,"['<', '&', '$', '>']",<$ &>,1,1 +1106,1106,02,symb,c3_set_union,67,"['(', '$', '*', '%']",($ %),0,1 +1106,1106,02,symb,c3_set_union,68,"['<', '%', ':', '$']",< % $],0,1 +1106,1106,02,symb,c3_set_union,69,"[':', '&', '$', '<']",: $ <,0,1 +1106,1106,02,symb,c3_set_union,70,"['>', '(', '~', '*']",> ( ~ *,1,1 +1106,1106,02,symb,c3_set_union,71,"[':', '~', '&', '<']",: ~ & <,1,1 +1106,1106,02,symb,c3_set_union,72,"['(', '!', ':', '%']",(! %),0,1 +1106,1106,02,symb,c3_set_union,73,"['<', '&', '$', '(']",< (],0,1 +1106,1106,02,symb,c3_set_union,74,"['*', '!', '>', ':']",* ! : :],0,1 +1106,1106,02,symb,c3_set_union,75,"['$', ':', '<', '*']",$ : *,0,1 +1106,1106,02,symb,c3_set_union,76,"['%', '>', ':', '$']",% $,0,1 +1106,1106,02,symb,c3_set_union,77,"[':', '~', '!', '%']",: ~ ! %,1,1 +1106,1106,02,symb,c3_set_union,78,"['&', '!', '~', '>']",& ! >,0,1 +1106,1106,02,symb,c3_set_union,79,"['(', '$', '*', '<']",* $ <,0,1 +1106,1106,02,symb,c3_set_union,80,"['(', ':', '&', '$']",: &],0,1 +1106,1106,02,symb,c3_set_union,81,"['!', '&', '*', '>']",! * >,0,1 +1106,1106,02,symb,c3_set_union,82,"[':', '%', '&', '<']",: % & <,1,1 +1106,1106,02,symb,c3_set_union,83,"['>', '(', '$', '*']",> ( $ *],1,1 +1106,1106,02,symb,c3_set_union,84,"['!', ':', '<', '&']",! < &,0,1 +1106,1106,02,symb,c3_set_union,85,"['!', '$', '(', ':']",! $ :,0,1 +1106,1106,02,symb,c3_set_union,86,"['*', '!', '%', ':']",* ! % :,1,1 +1106,1106,02,symb,c3_set_union,87,"['(', '!', '*', '~']",(! *~),0,1 +1106,1106,02,symb,c3_set_union,88,"['%', '!', '&', '(']",% & (,0,1 +1106,1106,02,symb,c3_set_union,89,"['!', '(', '>', '$']",! ( > $,1,1 +1106,1106,02,symb,c3_set_union,90,"['<', '>', '*', '(']",<* >],0,1 +1106,1106,02,symb,c3_set_union,91,"['&', '$', '%', '(']",& $(,0,1 +1106,1106,02,symb,c3_set_union,92,"['!', '<', '&', '%']",! < & %,1,1 +1106,1106,02,symb,c3_set_union,93,"[':', '(', '&', '>']",: (>,0,1 +1106,1106,02,symb,c3_set_union,94,"[':', '<', '$', '>']",: >,0,1 +1106,1106,02,symb,c3_set_union,95,"['(', '$', '<', '%']",($ %),0,1 +1106,1106,02,symb,c3_set_union,96,"['~', '%', '*', ':']",~ % * :],1,1 +1106,1106,02,symb,c3_set_union,97,"['&', '%', '!', '*']",& % ! *,1,1 +1106,1106,02,symb,c3_set_union,98,"[':', '$', '*', '!']",: * !,0,1 +1106,1106,02,symb,c3_set_union,99,"['!', '(', '<', '*']",! < *,0,1 +1106,1106,02,symb,c1_set_union,0,['('],(],1,1 +1106,1106,02,symb,c1_set_union,1,['('],( :],0,1 +1106,1106,02,symb,c1_set_union,2,['&'],&],1,1 +1106,1106,02,symb,c1_set_union,3,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,4,['>'],% :],0,1 +1106,1106,02,symb,c1_set_union,5,['~'],~,1,1 +1106,1106,02,symb,c1_set_union,6,['<'],<,1,1 +1106,1106,02,symb,c1_set_union,7,['%'],%],1,1 +1106,1106,02,symb,c1_set_union,8,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,9,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,10,[':'],:],1,1 +1106,1106,02,symb,c1_set_union,11,['*'],*,1,1 +1106,1106,02,symb,c1_set_union,12,['('],(,1,1 +1106,1106,02,symb,c1_set_union,13,['<'],<,1,1 +1106,1106,02,symb,c1_set_union,14,['*'],*,1,1 +1106,1106,02,symb,c1_set_union,15,['<'],<],1,1 +1106,1106,02,symb,c1_set_union,16,[':'],:],1,1 +1106,1106,02,symb,c1_set_union,17,['>'],>,1,1 +1106,1106,02,symb,c1_set_union,18,[':'],:],1,1 +1106,1106,02,symb,c1_set_union,19,['('],(% :],0,1 +1106,1106,02,symb,c1_set_union,20,[':'],:],1,1 +1106,1106,02,symb,c1_set_union,21,['~'],~],1,1 +1106,1106,02,symb,c1_set_union,22,['~'],* ~ :],0,1 +1106,1106,02,symb,c1_set_union,23,[':'],:],1,1 +1106,1106,02,symb,c1_set_union,24,['&'],&],1,1 +1106,1106,02,symb,c1_set_union,25,['~'],~,1,1 +1106,1106,02,symb,c1_set_union,26,['<'],<,1,1 +1106,1106,02,symb,c1_set_union,27,['>'],>,1,1 +1106,1106,02,symb,c1_set_union,28,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,29,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,30,['&'],&],1,1 +1106,1106,02,symb,c1_set_union,31,['!'],!,1,1 +1106,1106,02,symb,c1_set_union,32,['&'],&],1,1 +1106,1106,02,symb,c1_set_union,33,['('],(],1,1 +1106,1106,02,symb,c1_set_union,34,['!'],!,1,1 +1106,1106,02,symb,c1_set_union,35,['&'],&],1,1 +1106,1106,02,symb,c1_set_union,36,['~'],~],1,1 +1106,1106,02,symb,c1_set_union,37,['('],(,1,1 +1106,1106,02,symb,c1_set_union,38,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,39,['('],( :],0,1 +1106,1106,02,symb,c1_set_union,40,['>'],% <],0,1 +1106,1106,02,symb,c1_set_union,41,[':'],:],1,1 +1106,1106,02,symb,c1_set_union,42,['&'],&,1,1 +1106,1106,02,symb,c1_set_union,43,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,44,['!'],!,1,1 +1106,1106,02,symb,c1_set_union,45,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,46,['*'],*,1,1 +1106,1106,02,symb,c1_set_union,47,['>'],>,1,1 +1106,1106,02,symb,c1_set_union,48,['~'],~],1,1 +1106,1106,02,symb,c1_set_union,49,['>'],>],1,1 +1106,1106,02,symb,c1_set_union,50,['$'],$],1,1 +1106,1106,02,symb,c1_set_union,51,['!'],!],1,1 +1106,1106,02,symb,c1_set_union,52,['!'],!,1,1 +1106,1106,02,symb,c1_set_union,53,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,54,['<'],<,1,1 +1106,1106,02,symb,c1_set_union,55,['&'],&],1,1 +1106,1106,02,symb,c1_set_union,56,['*'],*,1,1 +1106,1106,02,symb,c1_set_union,57,['<'],<],1,1 +1106,1106,02,symb,c1_set_union,58,['('],(],1,1 +1106,1106,02,symb,c1_set_union,59,['&'],&,1,1 +1106,1106,02,symb,c1_set_union,60,['>'],>,1,1 +1106,1106,02,symb,c1_set_union,61,['!'],!,1,1 +1106,1106,02,symb,c1_set_union,62,['!'],!,1,1 +1106,1106,02,symb,c1_set_union,63,[':'],:],1,1 +1106,1106,02,symb,c1_set_union,64,['&'],&,1,1 +1106,1106,02,symb,c1_set_union,65,['>'],>,1,1 +1106,1106,02,symb,c1_set_union,66,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,67,['~'],~,1,1 +1106,1106,02,symb,c1_set_union,68,['('],(],1,1 +1106,1106,02,symb,c1_set_union,69,['('],(],1,1 +1106,1106,02,symb,c1_set_union,70,['%'],%,1,1 +1106,1106,02,symb,c1_set_union,71,['*'],*],1,1 +1106,1106,02,symb,c1_set_union,72,['<'],<,1,1 +1106,1106,02,symb,c1_set_union,73,['*'],*,1,1 +1106,1106,02,symb,c1_set_union,74,['~'],~],1,1 +1106,1106,02,symb,c1_set_union,75,['>'],>,1,1 +1106,1106,02,symb,c1_set_union,76,['<'],<,1,1 +1106,1106,02,symb,c1_set_union,77,['!'],!,1,1 +1106,1106,02,symb,c1_set_union,78,['*'],*,1,1 +1106,1106,02,symb,c1_set_union,79,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,80,['!'],!,1,1 +1106,1106,02,symb,c1_set_union,81,['&'],&],1,1 +1106,1106,02,symb,c1_set_union,82,['('],( %],0,1 +1106,1106,02,symb,c1_set_union,83,['*'],*],1,1 +1106,1106,02,symb,c1_set_union,84,['~'],~,1,1 +1106,1106,02,symb,c1_set_union,85,['%'],%],1,1 +1106,1106,02,symb,c1_set_union,86,['*'],*],1,1 +1106,1106,02,symb,c1_set_union,87,['$'],$,1,1 +1106,1106,02,symb,c1_set_union,88,['*'],*],1,1 +1106,1106,02,symb,c1_set_union,89,['*'],*],1,1 +1106,1106,02,symb,c1_set_union,90,['&'],&,1,1 +1106,1106,02,symb,c1_set_union,91,['>'],>],1,1 +1106,1106,02,symb,c1_set_union,92,['>'],>],1,1 +1106,1106,02,symb,c1_set_union,93,['!'],!,1,1 +1106,1106,02,symb,c1_set_union,94,['~'],~],1,1 +1106,1106,02,symb,c1_set_union,95,['*'],*,1,1 +1106,1106,02,symb,c1_set_union,96,['$'],$],1,1 +1106,1106,02,symb,c1_set_union,97,['&'],&],1,1 +1106,1106,02,symb,c1_set_union,98,['$'],$ :],0,1 +1106,1106,02,symb,c1_set_union,99,['~'],~],1,1 +1106,1106,02,symb,c2_set_union,0,['$'],~ (],0,1 +1106,1106,02,symb,c2_set_union,1,[':'],* $],0,1 +1106,1106,02,symb,c2_set_union,2,['&'],& :],0,1 +1106,1106,02,symb,c2_set_union,3,['*'],*],1,1 +1106,1106,02,symb,c2_set_union,4,['!'],!],1,1 +1106,1106,02,symb,c2_set_union,5,['&'],&],1,1 +1106,1106,02,symb,c2_set_union,6,[':'],:],1,1 +1106,1106,02,symb,c2_set_union,7,['>'],< $ >,0,1 +1106,1106,02,symb,c2_set_union,8,['>'],>],1,1 +1106,1106,02,symb,c2_set_union,9,['('],(],1,1 +1106,1106,02,symb,c2_set_union,10,['*'],* *],0,1 +1106,1106,02,symb,c2_set_union,11,['%'],%],1,1 +1106,1106,02,symb,c2_set_union,12,['$'],$,1,1 +1106,1106,02,symb,c2_set_union,13,[':'],< %],0,1 +1106,1106,02,symb,c2_set_union,14,['%'],* % $],0,1 +1106,1106,02,symb,c2_set_union,15,['%'],> &],0,1 +1106,1106,02,symb,c2_set_union,16,['>'],! * >],0,1 +1106,1106,02,symb,c2_set_union,17,['$'],$,1,1 +1106,1106,02,symb,c2_set_union,18,['$'],$],1,1 +1106,1106,02,symb,c2_set_union,19,[':'],% :],0,1 +1106,1106,02,symb,c2_set_union,20,['>'],: <],0,1 +1106,1106,02,symb,c2_set_union,21,[':'],! < :],0,1 +1106,1106,02,symb,c2_set_union,22,['&'],&],1,1 +1106,1106,02,symb,c2_set_union,23,[':'],$ *] [$ * :],0,1 +1106,1106,02,symb,c2_set_union,24,['<'],* < >],0,1 +1106,1106,02,symb,c2_set_union,25,['&'],$ & *],0,1 +1106,1106,02,symb,c2_set_union,26,['>'],> <],0,1 +1106,1106,02,symb,c2_set_union,27,['*'],* %],0,1 +1106,1106,02,symb,c2_set_union,28,['<'],* < (],0,1 +1106,1106,02,symb,c2_set_union,29,[':'],$ :],0,1 +1106,1106,02,symb,c2_set_union,30,['!'],! :],0,1 +1106,1106,02,symb,c2_set_union,31,['*'],$ :] [$ : *],0,1 +1106,1106,02,symb,c2_set_union,32,['*'],*],1,1 +1106,1106,02,symb,c2_set_union,33,['&'],* <],0,1 +1106,1106,02,symb,c2_set_union,34,[':'],$ :],0,1 +1106,1106,02,symb,c2_set_union,35,['>'],! > :],0,1 +1106,1106,02,symb,c2_set_union,36,['<'],<],1,1 +1106,1106,02,symb,c2_set_union,37,['*'],*],1,1 +1106,1106,02,symb,c2_set_union,38,['*'],* *],0,1 +1106,1106,02,symb,c2_set_union,39,['!'],< >],0,1 +1106,1106,02,symb,c2_set_union,40,['<'],<],1,1 +1106,1106,02,symb,c2_set_union,41,['>'],> :],0,1 +1106,1106,02,symb,c2_set_union,42,['&'],> * &],0,1 +1106,1106,02,symb,c2_set_union,43,['~'],~],1,1 +1106,1106,02,symb,c2_set_union,44,['&'],&],1,1 +1106,1106,02,symb,c2_set_union,45,['~'],~],1,1 +1106,1106,02,symb,c2_set_union,46,['<'],<],1,1 +1106,1106,02,symb,c2_set_union,47,['*'],*],1,1 +1106,1106,02,symb,c2_set_union,48,['<'],<],1,1 +1106,1106,02,symb,c2_set_union,49,['!'],!],1,1 +1106,1106,02,symb,c2_set_union,50,['&'],! & (],0,1 +1106,1106,02,symb,c2_set_union,51,['!'],'],% > ~],0,1 +1106,1106,02,symb,c2_set_union,59,['<'],<],1,1 +1106,1106,02,symb,c2_set_union,60,['$'],% $ %],0,1 +1106,1106,02,symb,c2_set_union,61,['&'],% & <],0,1 +1106,1106,02,symb,c2_set_union,62,[':'],:],1,1 +1106,1106,02,symb,c2_set_union,63,['~'],: ~ &],0,1 +1106,1106,02,symb,c2_set_union,64,['>'],* ~ <],0,1 +1106,1106,02,symb,c2_set_union,65,[':'],< :],0,1 +1106,1106,02,symb,c2_set_union,66,['*'],*],1,1 +1106,1106,02,symb,c2_set_union,67,['<'],<],1,1 +1106,1106,02,symb,c2_set_union,68,['&'],&],1,1 +1106,1106,02,symb,c2_set_union,69,['%'],%],1,1 +1106,1106,02,symb,c2_set_union,70,['<'],% < ~],0,1 +1106,1106,02,symb,c2_set_union,71,[':'],> $],0,1 +1106,1106,02,symb,c2_set_union,72,['~'],% ~ (],0,1 +1106,1106,02,symb,c2_set_union,73,['*'],* &],0,1 +1106,1106,02,symb,c2_set_union,74,['~'],~],1,1 +1106,1106,02,symb,c2_set_union,75,['*'],* %],0,1 +1106,1106,02,symb,c2_set_union,76,['&'],&],1,1 +1106,1106,02,symb,c2_set_union,77,['*'],*,1,1 +1106,1106,02,symb,c2_set_union,78,['*'],*],1,1 +1106,1106,02,symb,c2_set_union,79,[':'],% :],0,1 +1106,1106,02,symb,c2_set_union,80,['<'],<],1,1 +1106,1106,02,symb,c2_set_union,81,['&'],* & !],0,1 +1106,1106,02,symb,c2_set_union,82,['$'],$],1,1 +1106,1106,02,symb,c2_set_union,83,['%'],%],1,1 +1106,1106,02,symb,c2_set_union,84,['('],% ~],0,1 +1106,1106,02,symb,c2_set_union,85,['*'],* %],0,1 +1106,1106,02,symb,c2_set_union,86,['!'],% :],0,1 +1106,1106,02,symb,c2_set_union,87,['&'],* & $],0,1 +1106,1106,02,symb,c2_set_union,88,['('],(],1,1 +1106,1106,02,symb,c2_set_union,89,['~'],~],1,1 +1106,1106,02,symb,c2_set_union,90,['$'],$],1,1 +1106,1106,02,symb,c2_set_union,91,['$'],$],1,1 +1106,1106,02,symb,c2_set_union,92,['~'],! > ~],0,1 +1106,1106,02,symb,c2_set_union,93,[':'],< $],0,1 +1106,1106,02,symb,c2_set_union,94,['%'],%],1,1 +1106,1106,02,symb,c2_set_union,95,['~'],~],1,1 +1106,1106,02,symb,c2_set_union,96,['*'],*],1,1 +1106,1106,02,symb,c2_set_union,97,['&'],<& %],0,1 +1106,1106,02,symb,c2_set_union,98,['<'],<],1,1 +1106,1106,02,symb,c2_set_union,99,['('],~ :],0,1 +1106,1106,02,symb,AND,0,['('],(],1,1 +1106,1106,02,symb,AND,1,['&'],&],1,1 +1106,1106,02,symb,AND,2,['<'],<,1,1 +1106,1106,02,symb,AND,3,['<'],< <],0,1 +1106,1106,02,symb,AND,4,['*'],*],1,1 +1106,1106,02,symb,AND,5,['%'],%],1,1 +1106,1106,02,symb,AND,6,['%'],%],1,1 +1106,1106,02,symb,AND,7,['$'],$,1,1 +1106,1106,02,symb,AND,8,['>'],>%],0,1 +1106,1106,02,symb,AND,9,['~'],~],1,1 +1106,1106,02,symb,AND,10,[':'],: :],0,1 +1106,1106,02,symb,AND,11,['*'],*],1,1 +1106,1106,02,symb,AND,12,['*'],*],1,1 +1106,1106,02,symb,AND,13,['<'],<],1,1 +1106,1106,02,symb,AND,14,['$'],$],1,1 +1106,1106,02,symb,AND,15,['%'],%],1,1 +1106,1106,02,symb,AND,16,[':'],: :],0,1 +1106,1106,02,symb,AND,17,['>'],>,1,1 +1106,1106,02,symb,AND,18,['('],(],1,1 +1106,1106,02,symb,AND,19,['>'],>],1,1 +1106,1106,02,symb,AND,20,[':'],: ],1,1 +1106,1106,02,symb,AND,21,['%'],%],1,1 +1106,1106,02,symb,AND,22,['>'],>],1,1 +1106,1106,02,symb,AND,23,['*'],*],1,1 +1106,1106,02,symb,AND,24,['&'],&],1,1 +1106,1106,02,symb,AND,25,['~'],~],1,1 +1106,1106,02,symb,AND,26,['('],(],1,1 +1106,1106,02,symb,AND,27,['<'],<,1,1 +1106,1106,02,symb,AND,28,['&'],&],1,1 +1106,1106,02,symb,AND,29,['&'],&],1,1 +1106,1106,02,symb,AND,30,[':'],: :],0,1 +1106,1106,02,symb,AND,31,['>'],!,0,1 +1106,1106,02,symb,AND,32,['~'],~],1,1 +1106,1106,02,symb,AND,33,['*'],*],1,1 +1106,1106,02,symb,AND,34,['&'],&],1,1 +1106,1106,02,symb,AND,35,['$'],$ >,0,1 +1106,1106,02,symb,AND,36,['&'],&],1,1 +1106,1106,02,symb,AND,37,['&'],&],1,1 +1106,1106,02,symb,AND,38,['$'],$],1,1 +1106,1106,02,symb,AND,39,['*'],*],1,1 +1106,1106,02,symb,AND,40,['&'],&],1,1 +1106,1106,02,symb,AND,41,['<'],<],1,1 +1106,1106,02,symb,AND,42,['%'],%],1,1 +1106,1106,02,symb,AND,43,['<'],<],1,1 +1106,1106,02,symb,AND,44,['&'],&],1,1 +1106,1106,02,symb,AND,45,['*'],*],1,1 +1106,1106,02,symb,AND,46,['*'],*],1,1 +1106,1106,02,symb,AND,47,['!'],! ],1,1 +1106,1106,02,symb,AND,48,['%'],%],1,1 +1106,1106,02,symb,AND,49,['('],(],1,1 +1106,1106,02,symb,AND,50,['<'],<,1,1 +1106,1106,02,symb,AND,51,['%'],%],1,1 +1106,1106,02,symb,AND,52,[':'],:<],0,1 +1106,1106,02,symb,AND,53,['&'],&],1,1 +1106,1106,02,symb,AND,54,['>'],% >,0,1 +1106,1106,02,symb,AND,55,['&'],&],1,1 +1106,1106,02,symb,AND,56,[':'],: ],1,1 +1106,1106,02,symb,AND,57,['~'],~],1,1 +1106,1106,02,symb,AND,58,['*'],*],1,1 +1106,1106,02,symb,AND,59,['&'],&],1,1 +1106,1106,02,symb,AND,60,['<'],<],1,1 +1106,1106,02,symb,AND,61,['<'],<],1,1 +1106,1106,02,symb,AND,62,['('],(],1,1 +1106,1106,02,symb,AND,63,['>'],>,1,1 +1106,1106,02,symb,AND,64,['~'],: ~],0,1 +1106,1106,02,symb,AND,65,['>'],$,0,1 +1106,1106,02,symb,AND,66,['$'],$],1,1 +1106,1106,02,symb,AND,67,['>'],>,1,1 +1106,1106,02,symb,AND,68,['<'],<],1,1 +1106,1106,02,symb,AND,69,['<'],< &],0,1 +1106,1106,02,symb,AND,70,['!'],!],1,1 +1106,1106,02,symb,AND,71,['$'],$],1,1 +1106,1106,02,symb,AND,72,['&'],&],1,1 +1106,1106,02,symb,AND,73,['~'],&],0,1 +1106,1106,02,symb,AND,74,['*'],*],1,1 +1106,1106,02,symb,AND,75,['>'],>],1,1 +1106,1106,02,symb,AND,76,['&'],&],1,1 +1106,1106,02,symb,AND,77,['!'],!],1,1 +1106,1106,02,symb,AND,78,['~'],~],1,1 +1106,1106,02,symb,AND,79,['>'],>,1,1 +1106,1106,02,symb,AND,80,['!'],!],1,1 +1106,1106,02,symb,AND,81,['!'],!],1,1 +1106,1106,02,symb,AND,82,['%'],%],1,1 +1106,1106,02,symb,AND,83,['('],(],1,1 +1106,1106,02,symb,AND,84,['>'],>,1,1 +1106,1106,02,symb,AND,85,['&'],&],1,1 +1106,1106,02,symb,AND,86,['('],(],1,1 +1106,1106,02,symb,AND,87,['*'],*],1,1 +1106,1106,02,symb,AND,88,['&'],&],1,1 +1106,1106,02,symb,AND,89,['*'],*],1,1 +1106,1106,02,symb,AND,90,['$'],$],1,1 +1106,1106,02,symb,AND,91,['<'],<],1,1 +1106,1106,02,symb,AND,92,['$'],$],1,1 +1106,1106,02,symb,AND,93,['!'],!],1,1 +1106,1106,02,symb,AND,94,['~'],* ~,0,1 +1106,1106,02,symb,AND,95,['!'],!,1,1 +1106,1106,02,symb,AND,96,['~'],~],1,1 +1106,1106,02,symb,AND,97,['&'],&],1,1 +1106,1106,02,symb,AND,98,['*'],*],1,1 +1106,1106,02,symb,AND,99,['!'],!],1,1 +1106,1106,02,symb,XOR,0,"['(', '!']",! (],1,1 +1106,1106,02,symb,XOR,1,"['$', ':']",: $],1,1 +1106,1106,02,symb,XOR,2,"['!', '(']",< !],0,1 +1106,1106,02,symb,XOR,3,"['$', ':']",$: &,0,1 +1106,1106,02,symb,XOR,4,"['$', '!']",! $,1,1 +1106,1106,02,symb,XOR,5,"['$', '>']",$ >],1,1 +1106,1106,02,symb,XOR,6,"['!', '*']",* !],1,1 +1106,1106,02,symb,XOR,7,"['>', '!']",! >],1,1 +1106,1106,02,symb,XOR,8,"['%', '$']",% >],0,1 +1106,1106,02,symb,XOR,9,"['(', '*']",* (],1,1 +1106,1106,02,symb,XOR,10,"['<', ':']",: ~],0,1 +1106,1106,02,symb,XOR,11,"['%', '*']",*( %],0,1 +1106,1106,02,symb,XOR,12,"['!', '~']",~ !],1,1 +1106,1106,02,symb,XOR,13,"['~', ':']",: ~],1,1 +1106,1106,02,symb,XOR,14,"['~', '>']",> ~],1,1 +1106,1106,02,symb,XOR,15,"[':', '%']",% :],1,1 +1106,1106,02,symb,XOR,16,"[':', '(']",( :],1,1 +1106,1106,02,symb,XOR,17,"['(', '%']",% (],1,1 +1106,1106,02,symb,XOR,18,"['&', '%']",% :],0,1 +1106,1106,02,symb,XOR,19,"['>', '(']",( >],1,1 +1106,1106,02,symb,XOR,20,"['%', '<']",% <],1,1 +1106,1106,02,symb,XOR,21,"['!', '(']",< !],0,1 +1106,1106,02,symb,XOR,22,"['~', '$']",$ ~],1,1 +1106,1106,02,symb,XOR,23,"['%', '&']",& ~],0,1 +1106,1106,02,symb,XOR,24,"['>', '%']",% >],1,1 +1106,1106,02,symb,XOR,25,"['*', '<']",* >],0,1 +1106,1106,02,symb,XOR,26,"['<', '$']",$ <,1,1 +1106,1106,02,symb,XOR,27,"['&', '>']",> &],1,1 +1106,1106,02,symb,XOR,28,"['$', '%']",% $],1,1 +1106,1106,02,symb,XOR,29,"['&', '<']",<$ &],0,1 +1106,1106,02,symb,XOR,30,"['~', '*']",* (],0,1 +1106,1106,02,symb,XOR,31,"['(', '$']",$ ~,0,1 +1106,1106,02,symb,XOR,32,"['~', '$']",$ ~],1,1 +1106,1106,02,symb,XOR,33,"['(', ':']",: (],1,1 +1106,1106,02,symb,XOR,34,"['*', '<']",< *],1,1 +1106,1106,02,symb,XOR,35,"[':', '~']",~ :],1,1 +1106,1106,02,symb,XOR,36,"['*', '>']",* <],0,1 +1106,1106,02,symb,XOR,37,"[':', '!']",! :],1,1 +1106,1106,02,symb,XOR,38,"['&', '(']",( <,0,1 +1106,1106,02,symb,XOR,39,"['(', '~']",~ (],1,1 +1106,1106,02,symb,XOR,40,"['*', ':']",*: ),0,1 +1106,1106,02,symb,XOR,41,"['<', '!']",! <],1,1 +1106,1106,02,symb,XOR,42,"['>', '%']",% >,1,1 +1106,1106,02,symb,XOR,43,"['~', '&']",$ ~],0,1 +1106,1106,02,symb,XOR,44,"['$', '%']",% $],1,1 +1106,1106,02,symb,XOR,45,"['&', '!']",! (],0,1 +1106,1106,02,symb,XOR,46,"[':', '%']",% :],1,1 +1106,1106,02,symb,XOR,47,"['%', ':']",: %],1,1 +1106,1106,02,symb,XOR,48,"['~', '&']",& ~],1,1 +1106,1106,02,symb,XOR,49,"['<', '%']",% <,1,1 +1106,1106,02,symb,XOR,50,"['>', '~']",~ >],1,1 +1106,1106,02,symb,XOR,51,"['&', '~']",~ &],1,1 +1106,1106,02,symb,XOR,52,"['>', ':']",: >],1,1 +1106,1106,02,symb,XOR,53,"['(', '%']",% (],1,1 +1106,1106,02,symb,XOR,54,"['%', '*']",* %],1,1 +1106,1106,02,symb,XOR,55,"['*', '$']",$ *],1,1 +1106,1106,02,symb,XOR,56,"['>', '&']",$ >,0,1 +1106,1106,02,symb,XOR,57,"['~', '%']",% <],0,1 +1106,1106,02,symb,XOR,58,"['$', ':']",$ %,0,1 +1106,1106,02,symb,XOR,59,"['*', '~']",* %,0,1 +1106,1106,02,symb,XOR,60,"['<', '%']",% <],1,1 +1106,1106,02,symb,XOR,61,"['!', '*']",* !],1,1 +1106,1106,02,symb,XOR,62,"['!', '%']",% !,1,1 +1106,1106,02,symb,XOR,63,"['$', '&']",& !],0,1 +1106,1106,02,symb,XOR,64,"['(', '&']",:&],0,1 +1106,1106,02,symb,XOR,65,"['*', '&']",* >],0,1 +1106,1106,02,symb,XOR,66,"['~', '$']",$ ~],1,1 +1106,1106,02,symb,XOR,67,"['>', '*']",* !],0,1 +1106,1106,02,symb,XOR,68,"['<', '>']",* <],0,1 +1106,1106,02,symb,XOR,69,"['*', '>']",> *],1,1 +1106,1106,02,symb,XOR,70,"['~', '(']",< ~],0,1 +1106,1106,02,symb,XOR,71,"['<', '%']",% <],1,1 +1106,1106,02,symb,XOR,72,"['*', '$']",$ *],1,1 +1106,1106,02,symb,XOR,73,"['!', '&']",& !],1,1 +1106,1106,02,symb,XOR,74,"['&', '%']",% $],0,1 +1106,1106,02,symb,XOR,75,"['*', '%']",% *,1,1 +1106,1106,02,symb,XOR,76,"['%', '&']",& %],1,1 +1106,1106,02,symb,XOR,77,"['!', '~']",~ !],1,1 +1106,1106,02,symb,XOR,78,"['$', '~']",$ ~,1,1 +1106,1106,02,symb,XOR,79,"['%', '<']",% <],1,1 +1106,1106,02,symb,XOR,80,"['!', '$']",$ !],1,1 +1106,1106,02,symb,XOR,81,"['~', '%']",% ~],1,1 +1106,1106,02,symb,XOR,82,"['<', '$']",$ <],1,1 +1106,1106,02,symb,XOR,83,"['>', '*']",* >],1,1 +1106,1106,02,symb,XOR,84,"['*', '&']",: *],0,1 +1106,1106,02,symb,XOR,85,"['(', '$']",$ <],0,1 +1106,1106,02,symb,XOR,86,"['$', '(']",$ (],1,1 +1106,1106,02,symb,XOR,87,"['%', ':']",: (],0,1 +1106,1106,02,symb,XOR,88,"[':', '%']",% :],1,1 +1106,1106,02,symb,XOR,89,"[':', '&']",& :],1,1 +1106,1106,02,symb,XOR,90,"['*', '~']",* ~],1,1 +1106,1106,02,symb,XOR,91,"['<', '%']",% <,1,1 +1106,1106,02,symb,XOR,92,"['*', '>']",* ~],0,1 +1106,1106,02,symb,XOR,93,"['<', '%']",: <],0,1 +1106,1106,02,symb,XOR,94,"[':', '~']",~ :],1,1 +1106,1106,02,symb,XOR,95,"['<', '>']",> <],1,1 +1106,1106,02,symb,XOR,96,"[':', '&']",: &],1,1 +1106,1106,02,symb,XOR,97,"['&', '(']",* &],0,1 +1106,1106,02,symb,XOR,98,"['!', '>']",< !],0,1 +1106,1106,02,symb,XOR,99,"[':', '$']",$ :],1,1 +1106,1106,02,symb,c3_set_union_permuted,0,"['*', '~', '<', '!']",! *,0,1 +1106,1106,02,symb,c3_set_union_permuted,1,"['&', '~', '>', '<']",< ~ &],0,1 +1106,1106,02,symb,c3_set_union_permuted,2,"['*', '&', '(', '~']",~ & (],0,1 +1106,1106,02,symb,c3_set_union_permuted,3,"['~', '%', '&', '!']",! % ~,0,1 +1106,1106,02,symb,c3_set_union_permuted,4,"['(', '!', '&', '>']",> ! (,0,1 +1106,1106,02,symb,c3_set_union_permuted,5,"['>', '<', ':', '(']",< >],0,1 +1106,1106,02,symb,c3_set_union_permuted,6,"['(', '%', ':', '&']",% &: :],0,1 +1106,1106,02,symb,c3_set_union_permuted,7,"['*', ':', '(', '&']",: (&),0,1 +1106,1106,02,symb,c3_set_union_permuted,8,"['!', '%', '>', '~']",~ > %,0,1 +1106,1106,02,symb,c3_set_union_permuted,9,"['~', '$', '*', '(']",* ~ $,0,1 +1106,1106,02,symb,c3_set_union_permuted,10,"['~', '<', '$', ':']",: < $],0,1 +1106,1106,02,symb,c3_set_union_permuted,11,"['(', '>', '*', '%']",* % >],0,1 +1106,1106,02,symb,c3_set_union_permuted,12,"['>', '&', '<', '!']",> & !,0,1 +1106,1106,02,symb,c3_set_union_permuted,13,"['%', '*', '!', '(']",(! %),0,1 +1106,1106,02,symb,c3_set_union_permuted,14,"['&', '%', '~', '$']",& % ~],0,1 +1106,1106,02,symb,c3_set_union_permuted,15,"['>', '%', '~', '&']",% ~],0,1 +1106,1106,02,symb,c3_set_union_permuted,16,"['<', '>', '*', '%']",* < % >,1,1 +1106,1106,02,symb,c3_set_union_permuted,17,"['(', '*', '~', ':']",* (~],0,1 +1106,1106,02,symb,c3_set_union_permuted,18,"[':', '(', '$', '>']",: >],0,1 +1106,1106,02,symb,c3_set_union_permuted,19,"[':', '$', '%', '~']",% $,0,1 +1106,1106,02,symb,c3_set_union_permuted,20,"['!', ':', '&', '(']",& (],0,1 +1106,1106,02,symb,c3_set_union_permuted,21,"['>', '$', '!', '%']",> ! $ %,1,1 +1106,1106,02,symb,c3_set_union_permuted,22,"['%', '<', ':', '>']",< > % :],1,1 +1106,1106,02,symb,c3_set_union_permuted,23,"['>', '&', '$', '!']",$ > & !,1,1 +1106,1106,02,symb,c3_set_union_permuted,24,"['&', '$', '!', '(']",$ &,0,1 +1106,1106,02,symb,c3_set_union_permuted,25,"['>', ':', '(', '~']",( ~ :],0,1 +1106,1106,02,symb,c3_set_union_permuted,26,"['*', '!', '%', '$']",! % *,0,1 +1106,1106,02,symb,c3_set_union_permuted,27,"['(', '!', '%', '~']",% !(,0,1 +1106,1106,02,symb,c3_set_union_permuted,28,"['<', '!', '>', '(']",< >],0,1 +1106,1106,02,symb,c3_set_union_permuted,29,"['*', '&', '(', '!']",& ! *],0,1 +1106,1106,02,symb,c3_set_union_permuted,30,"['<', ':', '*', '(']",( * :],0,1 +1106,1106,02,symb,c3_set_union_permuted,31,"['<', '~', '$', '!']",~ $ !,0,1 +1106,1106,02,symb,c3_set_union_permuted,32,"['<', '>', '!', '$']",<$ >!],1,1 +1106,1106,02,symb,c3_set_union_permuted,33,"['>', ':', '!', '&']",: > &,0,1 +1106,1106,02,symb,c3_set_union_permuted,34,"['%', '*', '&', ':']",% & *,0,1 +1106,1106,02,symb,c3_set_union_permuted,35,"['&', '!', '%', '>']",% > &,0,1 +1106,1106,02,symb,c3_set_union_permuted,36,"['~', '$', '<', '>']",< > ~],0,1 +1106,1106,02,symb,c3_set_union_permuted,37,"['~', '<', '(', '!']",(! < ~),0,1 +1106,1106,02,symb,c3_set_union_permuted,38,"[':', '<', '~', '!']",~ < ! :],1,1 +1106,1106,02,symb,c3_set_union_permuted,39,"[':', '$', '%', '&']",: % &,0,1 +1106,1106,02,symb,c3_set_union_permuted,40,"['!', '%', '$', '~']",% $ ~,0,1 +1106,1106,02,symb,c3_set_union_permuted,41,"['%', '!', '<', ':']",% ! <,0,1 +1106,1106,02,symb,c3_set_union_permuted,42,"['~', '!', '>', '$']",$ ~ >,0,1 +1106,1106,02,symb,c3_set_union_permuted,43,"['~', ':', '!', '$']",! ~],0,1 +1106,1106,02,symb,c3_set_union_permuted,44,"['>', '*', '<', '$']",$ *,0,1 +1106,1106,02,symb,c3_set_union_permuted,45,"['<', '!', '(', '&']",< &],0,1 +1106,1106,02,symb,c3_set_union_permuted,46,"['%', '(', '~', '>']",% ~ >,0,1 +1106,1106,02,symb,c3_set_union_permuted,47,"[':', '!', '%', '>']",: > %,0,1 +1106,1106,02,symb,c3_set_union_permuted,48,"[':', '&', '!', '~']",! : & ~],1,1 +1106,1106,02,symb,c3_set_union_permuted,49,"['*', '&', '%', '>']",% * >,0,1 +1106,1106,02,symb,c3_set_union_permuted,50,"[':', '%', '*', '>']",% :],0,1 +1106,1106,02,symb,c3_set_union_permuted,51,"['&', ':', '%', '!']",! % &,0,1 +1106,1106,02,symb,c3_set_union_permuted,52,"['<', '&', '~', '%']",% & <,0,1 +1106,1106,02,symb,c3_set_union_permuted,53,"['(', '$', '>', '~']",> (~ $),0,1 +1106,1106,02,symb,c3_set_union_permuted,54,"['~', '<', '*', '$']",< * ~ $,1,1 +1106,1106,02,symb,c3_set_union_permuted,55,"['<', '>', '(', '~']",~ > (,0,1 +1106,1106,02,symb,c3_set_union_permuted,56,"['~', '$', '(', '!']",~ $ (!],1,1 +1106,1106,02,symb,c3_set_union_permuted,57,"['~', ':', '%', '>']",:% >,0,1 +1106,1106,02,symb,c3_set_union_permuted,58,"['(', '$', '>', '&']",$ >,0,1 +1106,1106,02,symb,c3_set_union_permuted,59,"['&', '%', '>', '(']",% > &],0,1 +1106,1106,02,symb,c3_set_union_permuted,60,"['$', '(', '*', '&']",* $ &,0,1 +1106,1106,02,symb,c3_set_union_permuted,61,"['>', '~', '*', '$']",* > ~,0,1 +1106,1106,02,symb,c3_set_union_permuted,62,"['~', '*', '$', ':']",* : $ ~,1,1 +1106,1106,02,symb,c3_set_union_permuted,63,"['$', '(', '~', '%']",% ~],0,1 +1106,1106,02,symb,c3_set_union_permuted,64,"['!', '*', '$', '(']",$ ! *],0,1 +1106,1106,02,symb,c3_set_union_permuted,65,"['*', '$', '%', '>']",> % *,0,1 +1106,1106,02,symb,c3_set_union_permuted,66,"['>', '<', '*', '~']",< > ~ *,1,1 +1106,1106,02,symb,c3_set_union_permuted,67,"['!', '(', '%', '>']",% > !],0,1 +1106,1106,02,symb,c3_set_union_permuted,68,"['~', '*', '&', '<']",* & ~,0,1 +1106,1106,02,symb,c3_set_union_permuted,69,"['<', '&', '!', '$']",$ & !,0,1 +1106,1106,02,symb,c3_set_union_permuted,70,"['~', '!', '&', '*']",* ~ &,0,1 +1106,1106,02,symb,c3_set_union_permuted,71,"[':', '$', '%', '!']",! %,0,1 +1106,1106,02,symb,c3_set_union_permuted,72,"[':', '*', '<', '%']",* < %],0,1 +1106,1106,02,symb,c3_set_union_permuted,73,"['!', '~', '&', '(']",~ &],0,1 +1106,1106,02,symb,c3_set_union_permuted,74,"['$', '~', '%', '*']",$ ~ %,0,1 +1106,1106,02,symb,c3_set_union_permuted,75,"['<', '$', '(', '>']",> < (,0,1 +1106,1106,02,symb,c3_set_union_permuted,76,"['&', '>', '(', '*']",*( &>,1,1 +1106,1106,02,symb,c3_set_union_permuted,77,"['!', '<', '*', '&']",* & !,0,1 +1106,1106,02,symb,c3_set_union_permuted,78,"['&', '<', '(', ':']",< &],0,1 +1106,1106,02,symb,c3_set_union_permuted,79,"['*', '&', '<', ':']",<& :],0,1 +1106,1106,02,symb,c3_set_union_permuted,80,"['(', '!', '$', '<']",<$ (]>,0,1 +1106,1106,02,symb,c3_set_union_permuted,81,"['*', '&', '$', '%']",* $ %,0,1 +1106,1106,02,symb,c3_set_union_permuted,82,"['%', '&', '<', '$']",$ % < &,1,1 +1106,1106,02,symb,c3_set_union_permuted,83,"['%', '*', ':', '$']",$ * :],0,1 +1106,1106,02,symb,c3_set_union_permuted,84,"['&', '%', '<', '(']",<& %>,0,1 +1106,1106,02,symb,c3_set_union_permuted,85,"['<', '!', '(', '%']",( < !],0,1 +1106,1106,02,symb,c3_set_union_permuted,86,"['%', '*', ':', '(']",* %),0,1 +1106,1106,02,symb,c3_set_union_permuted,87,"['!', '~', '<', '%']",% !,0,1 +1106,1106,02,symb,c3_set_union_permuted,88,"['*', '(', '!', '>']",!* >,0,1 +1106,1106,02,symb,c3_set_union_permuted,89,"['%', '~', ':', '<']",< : % ~],1,1 +1106,1106,02,symb,c3_set_union_permuted,90,"['!', ':', '&', '$']",! : $ &,1,1 +1106,1106,02,symb,c3_set_union_permuted,91,"[':', '*', '>', '&']",& > :],0,1 +1106,1106,02,symb,c3_set_union_permuted,92,"['>', '~', '(', '!']",( > ~),0,1 +1106,1106,02,symb,c3_set_union_permuted,93,"['>', '%', '*', '~']",% * > ~,1,1 +1106,1106,02,symb,c3_set_union_permuted,94,"[':', '!', '<', '(']",: < (],0,1 +1106,1106,02,symb,c3_set_union_permuted,95,"['&', '~', '>', '(']",( > &],0,1 +1106,1106,02,symb,c3_set_union_permuted,96,"[':', '~', '>', '&']",~ > :],0,1 +1106,1106,02,symb,c3_set_union_permuted,97,"['<', '~', '>', '%']",% < >,0,1 +1106,1106,02,symb,c3_set_union_permuted,98,"['!', '~', '*', '>']",~ ! > *,1,1 +1106,1106,02,symb,c3_set_union_permuted,99,"['!', '<', '*', '>']",!* > <,1,1 +1106,1106,02,symb,c2_set_union_permuted,0,['<'],~ &],0,1 +1106,1106,02,symb,c2_set_union_permuted,1,['<'],! < ~],0,1 +1106,1106,02,symb,c2_set_union_permuted,2,['$'],* > $],0,1 +1106,1106,02,symb,c2_set_union_permuted,3,[':'],% % %,0,1 +1106,1106,02,symb,c2_set_union_permuted,4,[':'],:] :],1,1 +1106,1106,02,symb,c2_set_union_permuted,5,['~'],* $ ~,0,1 +1106,1106,02,symb,c2_set_union_permuted,6,['>'],$ > $],0,1 +1106,1106,02,symb,c2_set_union_permuted,7,['!'],! ~,0,1 +1106,1106,02,symb,c2_set_union_permuted,8,[':'],:& :],0,1 +1106,1106,02,symb,c2_set_union_permuted,9,['('],& $],0,1 +1106,1106,02,symb,c2_set_union_permuted,10,['('],: * (],0,1 +1106,1106,02,symb,c2_set_union_permuted,11,['%'],& % &],0,1 +1106,1106,02,symb,c2_set_union_permuted,12,['>'],> <],0,1 +1106,1106,02,symb,c2_set_union_permuted,13,['<'],< !],0,1 +1106,1106,02,symb,c2_set_union_permuted,14,['!'],$ % & !,0,1 +1106,1106,02,symb,c2_set_union_permuted,15,['!'],! <],0,1 +1106,1106,02,symb,c2_set_union_permuted,16,['!'],! * ~],0,1 +1106,1106,02,symb,c2_set_union_permuted,17,['&'],&],1,1 +1106,1106,02,symb,c2_set_union_permuted,18,['<'],% >],0,1 +1106,1106,02,symb,c2_set_union_permuted,19,['*'],* !,0,1 +1106,1106,02,symb,c2_set_union_permuted,20,['<'],<],1,1 +1106,1106,02,symb,c2_set_union_permuted,21,[':'],: :],0,1 +1106,1106,02,symb,c2_set_union_permuted,22,['$'],* % $,0,1 +1106,1106,02,symb,c2_set_union_permuted,23,['<'],< :],0,1 +1106,1106,02,symb,c2_set_union_permuted,24,['!'],< ! *],0,1 +1106,1106,02,symb,c2_set_union_permuted,25,['%'],% ~],0,1 +1106,1106,02,symb,c2_set_union_permuted,26,[':'],% <],0,1 +1106,1106,02,symb,c2_set_union_permuted,27,['<'],$ >],0,1 +1106,1106,02,symb,c2_set_union_permuted,28,['%'],% < %],0,1 +1106,1106,02,symb,c2_set_union_permuted,29,['~'],%],0,1 +1106,1106,02,symb,c2_set_union_permuted,30,['~'],% & ~],0,1 +1106,1106,02,symb,c2_set_union_permuted,31,['%'],% > &],0,1 +1106,1106,02,symb,c2_set_union_permuted,32,[':'],:],1,1 +1106,1106,02,symb,c2_set_union_permuted,33,['('],! *],0,1 +1106,1106,02,symb,c2_set_union_permuted,34,[':'],& * :],0,1 +1106,1106,02,symb,c2_set_union_permuted,35,['('],& %],0,1 +1106,1106,02,symb,c2_set_union_permuted,36,['<'],< :],0,1 +1106,1106,02,symb,c2_set_union_permuted,37,['!'],! &,0,1 +1106,1106,02,symb,c2_set_union_permuted,38,['$'],$],1,1 +1106,1106,02,symb,c2_set_union_permuted,39,['$'],% $ %],0,1 +1106,1106,02,symb,c2_set_union_permuted,40,['&'],&],1,1 +1106,1106,02,symb,c2_set_union_permuted,41,['('],$ :] [: $],0,1 +1106,1106,02,symb,c2_set_union_permuted,42,['~'],! ~ $],0,1 +1106,1106,02,symb,c2_set_union_permuted,43,['&'],& !],0,1 +1106,1106,02,symb,c2_set_union_permuted,44,['<'],( % <)],0,1 +1106,1106,02,symb,c2_set_union_permuted,45,['!'],$ ! >],0,1 +1106,1106,02,symb,c2_set_union_permuted,46,['$'],& $ %],0,1 +1106,1106,02,symb,c2_set_union_permuted,47,['('],> *)],0,1 +1106,1106,02,symb,c2_set_union_permuted,48,[':'],% :],0,1 +1106,1106,02,symb,c2_set_union_permuted,49,['('],( > :],0,1 +1106,1106,02,symb,c2_set_union_permuted,50,['('],< $],0,1 +1106,1106,02,symb,c2_set_union_permuted,51,['!'],! ( *],0,1 +1106,1106,02,symb,c2_set_union_permuted,52,['('],& >],0,1 +1106,1106,02,symb,c2_set_union_permuted,53,['~'],% $],0,1 +1106,1106,02,symb,c2_set_union_permuted,54,['%'],% :],0,1 +1106,1106,02,symb,c2_set_union_permuted,55,['>'],$ * >,0,1 +1106,1106,02,symb,c2_set_union_permuted,56,['('],( < !],0,1 +1106,1106,02,symb,c2_set_union_permuted,57,['>'],$ > (],0,1 +1106,1106,02,symb,c2_set_union_permuted,58,['*'],* & ~,0,1 +1106,1106,02,symb,c2_set_union_permuted,59,['!'],% &],0,1 +1106,1106,02,symb,c2_set_union_permuted,60,['>'],* % >,0,1 +1106,1106,02,symb,c2_set_union_permuted,61,['%'],%],1,1 +1106,1106,02,symb,c2_set_union_permuted,62,['*'],* *],0,1 +1106,1106,02,symb,c2_set_union_permuted,63,['>'],* > *],0,1 +1106,1106,02,symb,c2_set_union_permuted,64,['*'],* % >],0,1 +1106,1106,02,symb,c2_set_union_permuted,65,['!'],$ * %,0,1 +1106,1106,02,symb,c2_set_union_permuted,66,['&'],% & !,0,1 +1106,1106,02,symb,c2_set_union_permuted,67,['!'],$ ~ %,0,1 +1106,1106,02,symb,c2_set_union_permuted,68,['~'],~ >],0,1 +1106,1106,02,symb,c2_set_union_permuted,69,['%'],% !],0,1 +1106,1106,02,symb,c2_set_union_permuted,70,['!'],! > *],0,1 +1106,1106,02,symb,c2_set_union_permuted,71,['~'],< % ~],0,1 +1106,1106,02,symb,c2_set_union_permuted,72,['*'],*],1,1 +1106,1106,02,symb,c2_set_union_permuted,73,['>'],>],1,1 +1106,1106,02,symb,c2_set_union_permuted,74,['!'],$ > $ !],0,1 +1106,1106,02,symb,c2_set_union_permuted,75,['%'],% ~ &],0,1 +1106,1106,02,symb,c2_set_union_permuted,76,[':'],!],0,1 +1106,1106,02,symb,c2_set_union_permuted,77,['$'],$ ! %],0,1 +1106,1106,02,symb,c2_set_union_permuted,78,['~'],( < ~],0,1 +1106,1106,02,symb,c2_set_union_permuted,79,['!'],< :],0,1 +1106,1106,02,symb,c2_set_union_permuted,80,['&'],$ & ~,0,1 +1106,1106,02,symb,c2_set_union_permuted,81,['('],% <],0,1 +1106,1106,02,symb,c2_set_union_permuted,82,['!'],% ~],0,1 +1106,1106,02,symb,c2_set_union_permuted,83,['>'],< > (],0,1 +1106,1106,02,symb,c2_set_union_permuted,84,['<'],& < (],0,1 +1106,1106,02,symb,c2_set_union_permuted,85,['$'],$ :],0,1 +1106,1106,02,symb,c2_set_union_permuted,86,[':'],: :],0,1 +1106,1106,02,symb,c2_set_union_permuted,87,['!'],* ~],0,1 +1106,1106,02,symb,c2_set_union_permuted,88,[':'],$ &],0,1 +1106,1106,02,symb,c2_set_union_permuted,89,[':'],* !],0,1 +1106,1106,02,symb,c2_set_union_permuted,90,[':'],> : >],0,1 +1106,1106,02,symb,c2_set_union_permuted,91,[':'],: > ~],0,1 +1106,1106,02,symb,c2_set_union_permuted,92,['<'],( : <],0,1 +1106,1106,02,symb,c2_set_union_permuted,93,['('],> ~],0,1 +1106,1106,02,symb,c2_set_union_permuted,94,['%'],% :],0,1 +1106,1106,02,symb,c2_set_union_permuted,95,['~'],$ ~ $],0,1 +1106,1106,02,symb,c2_set_union_permuted,96,['%'],% :] :],0,1 +1106,1106,02,symb,c2_set_union_permuted,97,['&'],& <,0,1 +1106,1106,02,symb,c2_set_union_permuted,98,['$'],% : $],0,1 +1106,1106,02,symb,c2_set_union_permuted,99,['!'],! < & !,0,1 +1106,1106,02,symb,c1_set_union_permuted,0,['%'],%,1,1 +1106,1106,02,symb,c1_set_union_permuted,1,['('],(,1,1 +1106,1106,02,symb,c1_set_union_permuted,2,['*'],* %,0,1 +1106,1106,02,symb,c1_set_union_permuted,3,['!'],% !],0,1 +1106,1106,02,symb,c1_set_union_permuted,4,['&'],& :],0,1 +1106,1106,02,symb,c1_set_union_permuted,5,['*'],*,1,1 +1106,1106,02,symb,c1_set_union_permuted,6,['!'],!,1,1 +1106,1106,02,symb,c1_set_union_permuted,7,['~'],% ~],0,1 +1106,1106,02,symb,c1_set_union_permuted,8,['!'],!],1,1 +1106,1106,02,symb,c1_set_union_permuted,9,['$'],$,1,1 +1106,1106,02,symb,c1_set_union_permuted,10,['~'],~,1,1 +1106,1106,02,symb,c1_set_union_permuted,11,[':'],:],1,1 +1106,1106,02,symb,c1_set_union_permuted,12,['!'],!,1,1 +1106,1106,02,symb,c1_set_union_permuted,13,[':'],:% :],0,1 +1106,1106,02,symb,c1_set_union_permuted,14,['<'],< %],0,1 +1106,1106,02,symb,c1_set_union_permuted,15,['*'],*],1,1 +1106,1106,02,symb,c1_set_union_permuted,16,['%'],%],1,1 +1106,1106,02,symb,c1_set_union_permuted,17,['!'],! :],0,1 +1106,1106,02,symb,c1_set_union_permuted,18,['('],(< $),0,1 +1106,1106,02,symb,c1_set_union_permuted,19,['$'],$ !,0,1 +1106,1106,02,symb,c1_set_union_permuted,20,['&'],& ~],0,1 +1106,1106,02,symb,c1_set_union_permuted,21,['!'],!,1,1 +1106,1106,02,symb,c1_set_union_permuted,22,[':'],: &,0,1 +1106,1106,02,symb,c1_set_union_permuted,23,['~'],: ~,0,1 +1106,1106,02,symb,c1_set_union_permuted,24,['>'],> %,0,1 +1106,1106,02,symb,c1_set_union_permuted,25,['!'],! :],0,1 +1106,1106,02,symb,c1_set_union_permuted,26,['$'],$,1,1 +1106,1106,02,symb,c1_set_union_permuted,27,['$'],$,1,1 +1106,1106,02,symb,c1_set_union_permuted,28,['&'],&],1,1 +1106,1106,02,symb,c1_set_union_permuted,29,['~'],~],1,1 +1106,1106,02,symb,c1_set_union_permuted,30,['~'],~ %],0,1 +1106,1106,02,symb,c1_set_union_permuted,31,['('],(%],0,1 +1106,1106,02,symb,c1_set_union_permuted,32,['('],(],1,1 +1106,1106,02,symb,c1_set_union_permuted,33,['('],(~ *],0,1 +1106,1106,02,symb,c1_set_union_permuted,34,['$'],$],1,1 +1106,1106,02,symb,c1_set_union_permuted,35,['*'],*],1,1 +1106,1106,02,symb,c1_set_union_permuted,36,['<'],<],1,1 +1106,1106,02,symb,c1_set_union_permuted,37,['%'],%],1,1 +1106,1106,02,symb,c1_set_union_permuted,38,['%'],% :],0,1 +1106,1106,02,symb,c1_set_union_permuted,39,['!'],! &,0,1 +1106,1106,02,symb,c1_set_union_permuted,40,[':'],: $],0,1 +1106,1106,02,symb,c1_set_union_permuted,41,['%'],%],1,1 +1106,1106,02,symb,c1_set_union_permuted,42,['('],(!],0,1 +1106,1106,02,symb,c1_set_union_permuted,43,['!'],!],1,1 +1106,1106,02,symb,c1_set_union_permuted,44,['>'],> :],0,1 +1106,1106,02,symb,c1_set_union_permuted,45,['>'],$ (],0,1 +1106,1106,02,symb,c1_set_union_permuted,46,['*'],*],1,1 +1106,1106,02,symb,c1_set_union_permuted,47,['<'],<],1,1 +1106,1106,02,symb,c1_set_union_permuted,48,['%'],%],1,1 +1106,1106,02,symb,c1_set_union_permuted,49,[':'],* :],0,1 +1106,1106,02,symb,c1_set_union_permuted,50,['!'],!],1,1 +1106,1106,02,symb,c1_set_union_permuted,51,['~'],~],1,1 +1106,1106,02,symb,c1_set_union_permuted,52,['%'],% % :],0,1 +1106,1106,02,symb,c1_set_union_permuted,53,[':'],$ %],0,1 +1106,1106,02,symb,c1_set_union_permuted,54,['!'],% !,0,1 +1106,1106,02,symb,c1_set_union_permuted,55,['~'],~],1,1 +1106,1106,02,symb,c1_set_union_permuted,56,['<'],<,1,1 +1106,1106,02,symb,c1_set_union_permuted,57,['%'],%],1,1 +1106,1106,02,symb,c1_set_union_permuted,58,['$'],$],1,1 +1106,1106,02,symb,c1_set_union_permuted,59,['!'],!,1,1 +1106,1106,02,symb,c1_set_union_permuted,60,['&'],% & !],0,1 +1106,1106,02,symb,c1_set_union_permuted,61,['$'],$,1,1 +1106,1106,02,symb,c1_set_union_permuted,62,['('],>],0,1 +1106,1106,02,symb,c1_set_union_permuted,63,['~'],~,1,1 +1106,1106,02,symb,c1_set_union_permuted,64,['$'],$,1,1 +1106,1106,02,symb,c1_set_union_permuted,65,['*'],*],1,1 +1106,1106,02,symb,c1_set_union_permuted,66,['$'],$,1,1 +1106,1106,02,symb,c1_set_union_permuted,67,['!'],! %,0,1 +1106,1106,02,symb,c1_set_union_permuted,68,['~'],& %],0,1 +1106,1106,02,symb,c1_set_union_permuted,69,['~'],~ :],0,1 +1106,1106,02,symb,c1_set_union_permuted,70,[':'],:],1,1 +1106,1106,02,symb,c1_set_union_permuted,71,['<'],< % :],0,1 +1106,1106,02,symb,c1_set_union_permuted,72,['&'],&],1,1 +1106,1106,02,symb,c1_set_union_permuted,73,['%'],%],1,1 +1106,1106,02,symb,c1_set_union_permuted,74,['!'],! :],0,1 +1106,1106,02,symb,c1_set_union_permuted,75,['!'],! :],0,1 +1106,1106,02,symb,c1_set_union_permuted,76,['('],(,1,1 +1106,1106,02,symb,c1_set_union_permuted,77,['!'],!,1,1 +1106,1106,02,symb,c1_set_union_permuted,78,['%'],%],1,1 +1106,1106,02,symb,c1_set_union_permuted,79,['&'],:&],0,1 +1106,1106,02,symb,c1_set_union_permuted,80,['$'],$,1,1 +1106,1106,02,symb,c1_set_union_permuted,81,['*'],*],1,1 +1106,1106,02,symb,c1_set_union_permuted,82,['&'],&],1,1 +1106,1106,02,symb,c1_set_union_permuted,83,['!'],!,1,1 +1106,1106,02,symb,c1_set_union_permuted,84,['%'],%,1,1 +1106,1106,02,symb,c1_set_union_permuted,85,[':'],: %],0,1 +1106,1106,02,symb,c1_set_union_permuted,86,['('],>],0,1 +1106,1106,02,symb,c1_set_union_permuted,87,['!'],!],1,1 +1106,1106,02,symb,c1_set_union_permuted,88,['%'],%],1,1 +1106,1106,02,symb,c1_set_union_permuted,89,['~'],~ %],0,1 +1106,1106,02,symb,c1_set_union_permuted,90,['<'],<$],0,1 +1106,1106,02,symb,c1_set_union_permuted,91,['&'],&],1,1 +1106,1106,02,symb,c1_set_union_permuted,92,['~'],~ >],0,1 +1106,1106,02,symb,c1_set_union_permuted,93,['<'],<],1,1 +1106,1106,02,symb,c1_set_union_permuted,94,['$'],$ :],0,1 +1106,1106,02,symb,c1_set_union_permuted,95,['*'],*],1,1 +1106,1106,02,symb,c1_set_union_permuted,96,['>'],: >],0,1 +1106,1106,02,symb,c1_set_union_permuted,97,['('],$ < !,0,1 +1106,1106,02,symb,c1_set_union_permuted,98,['~'],~],1,1 +1106,1106,02,symb,c1_set_union_permuted,99,['*'],*,1,1 +1106,1106,02,symb,XOR_permuted,0,"['(', '%']",(% (),0,1 +1106,1106,02,symb,XOR_permuted,1,"[':', '(']",* :],0,1 +1106,1106,02,symb,XOR_permuted,2,"['&', '>']",% >],0,1 +1106,1106,02,symb,XOR_permuted,3,"['~', '%']",% ~],1,1 +1106,1106,02,symb,XOR_permuted,4,"['!', '~']",% ~],0,1 +1106,1106,02,symb,XOR_permuted,5,"['<', '~']",< !],0,1 +1106,1106,02,symb,XOR_permuted,6,"['!', '$']",$ !],1,1 +1106,1106,02,symb,XOR_permuted,7,"['%', ':']",: %],1,1 +1106,1106,02,symb,XOR_permuted,8,"['&', '(']",* !],0,1 +1106,1106,02,symb,XOR_permuted,9,"[':', '!']",:] !,0,1 +1106,1106,02,symb,XOR_permuted,10,"['$', '~']",$ ~,1,1 +1106,1106,02,symb,XOR_permuted,11,"['%', '>']",* >],0,1 +1106,1106,02,symb,XOR_permuted,12,"['%', '$']",% $],1,1 +1106,1106,02,symb,XOR_permuted,13,"['!', '~']",: ~],0,1 +1106,1106,02,symb,XOR_permuted,14,"['&', '!']",$ >],0,1 +1106,1106,02,symb,XOR_permuted,15,"['%', '>']",! %,0,1 +1106,1106,02,symb,XOR_permuted,16,"['>', ':']",! !],0,1 +1106,1106,02,symb,XOR_permuted,17,"['~', '*']",~ !],0,1 +1106,1106,02,symb,XOR_permuted,18,"['>', ':']",> :],1,1 +1106,1106,02,symb,XOR_permuted,19,"['%', '$']",$ %,1,1 +1106,1106,02,symb,XOR_permuted,20,"['%', '*']",* %,1,1 +1106,1106,02,symb,XOR_permuted,21,"['~', '<']",~ <],1,1 +1106,1106,02,symb,XOR_permuted,22,"['%', '!']",! %],1,1 +1106,1106,02,symb,XOR_permuted,23,"['%', '$']",$ %],1,1 +1106,1106,02,symb,XOR_permuted,24,"[':', '%']",:% %],0,1 +1106,1106,02,symb,XOR_permuted,25,"['*', ':']",* :],1,1 +1106,1106,02,symb,XOR_permuted,26,"['!', '$']",$ !],1,1 +1106,1106,02,symb,XOR_permuted,27,"['*', '$']",* $,1,1 +1106,1106,02,symb,XOR_permuted,28,"['!', '>']",> %],0,1 +1106,1106,02,symb,XOR_permuted,29,"['$', '%']",$ %],1,1 +1106,1106,02,symb,XOR_permuted,30,"['*', '<']",* <],1,1 +1106,1106,02,symb,XOR_permuted,31,"['*', '~']",~ *],1,1 +1106,1106,02,symb,XOR_permuted,32,"['%', '*']",: %],0,1 +1106,1106,02,symb,XOR_permuted,33,"['<', '>']",: &],0,1 +1106,1106,02,symb,XOR_permuted,34,"['!', '<']",],0,1 +1106,1106,02,symb,XOR_permuted,35,"['~', '%']",~ %],1,1 +1106,1106,02,symb,XOR_permuted,36,"['~', '%']",% ~],1,1 +1106,1106,02,symb,XOR_permuted,37,"['(', '<']",< >],0,1 +1106,1106,02,symb,XOR_permuted,38,"[':', '$']",$ $],0,1 +1106,1106,02,symb,XOR_permuted,39,"['~', '>']",> ~],1,1 +1106,1106,02,symb,XOR_permuted,40,"['$', '!']",$ !],1,1 +1106,1106,02,symb,XOR_permuted,41,"['>', '~']",* >],0,1 +1106,1106,02,symb,XOR_permuted,42,"[':', '$']",: $,1,1 +1106,1106,02,symb,XOR_permuted,43,"['>', '%']",% >],1,1 +1106,1106,02,symb,XOR_permuted,44,"['*', '&']",% &],0,1 +1106,1106,02,symb,XOR_permuted,45,"['!', '<']",< ~],0,1 +1106,1106,02,symb,XOR_permuted,46,"['*', '%']",% *],1,1 +1106,1106,02,symb,XOR_permuted,47,"['*', '%']",* %],1,1 +1106,1106,02,symb,XOR_permuted,48,"['%', '&']",$ %,0,1 +1106,1106,02,symb,XOR_permuted,49,"['<', '&']",& <],1,1 +1106,1106,02,symb,XOR_permuted,50,"['~', '$']",: $],0,1 +1106,1106,02,symb,XOR_permuted,51,"['%', '&']",% (],0,1 +1106,1106,02,symb,XOR_permuted,52,"['$', ':']",: $],1,1 +1106,1106,02,symb,XOR_permuted,53,"[':', '*']",& (],0,1 +1106,1106,02,symb,XOR_permuted,54,"['&', '%']",< &],0,1 +1106,1106,02,symb,XOR_permuted,55,"['<', '$']",$ <],1,1 +1106,1106,02,symb,XOR_permuted,56,"['%', '~']",% :],0,1 +1106,1106,02,symb,XOR_permuted,57,"['<', '(']",(% !),0,1 +1106,1106,02,symb,XOR_permuted,58,"['>', '<']",< &],0,1 +1106,1106,02,symb,XOR_permuted,59,"[':', '*']",* :],1,1 +1106,1106,02,symb,XOR_permuted,60,"['$', '*']",% *],0,1 +1106,1106,02,symb,XOR_permuted,61,"['%', '&']",% &],1,1 +1106,1106,02,symb,XOR_permuted,62,"['%', '*']",% *],1,1 +1106,1106,02,symb,XOR_permuted,63,"['*', '%']",: *],0,1 +1106,1106,02,symb,XOR_permuted,64,"['*', '!']",: >],0,1 +1106,1106,02,symb,XOR_permuted,65,"['$', '~']",$ ~],1,1 +1106,1106,02,symb,XOR_permuted,66,"['$', '(']",$ !],0,1 +1106,1106,02,symb,XOR_permuted,67,"['%', '(']",% (,1,1 +1106,1106,02,symb,XOR_permuted,68,"['$', '<']",$ <],1,1 +1106,1106,02,symb,XOR_permuted,69,"['~', '(']",* :],0,1 +1106,1106,02,symb,XOR_permuted,70,"['<', '%']",% <],1,1 +1106,1106,02,symb,XOR_permuted,71,"['!', '&']",! >],0,1 +1106,1106,02,symb,XOR_permuted,72,"[':', '&']",& :],1,1 +1106,1106,02,symb,XOR_permuted,73,"['~', '!']",% ~],0,1 +1106,1106,02,symb,XOR_permuted,74,"['%', '$']",% $],1,1 +1106,1106,02,symb,XOR_permuted,75,"['*', '$']",* $],1,1 +1106,1106,02,symb,XOR_permuted,76,"['$', '~']",$ ~,1,1 +1106,1106,02,symb,XOR_permuted,77,"['(', '&']",(& <),0,1 +1106,1106,02,symb,XOR_permuted,78,"['&', '(']",& ~],0,1 +1106,1106,02,symb,XOR_permuted,79,"['>', '!']",! >],1,1 +1106,1106,02,symb,XOR_permuted,80,"[':', '!']",< !],0,1 +1106,1106,02,symb,XOR_permuted,81,"['<', '~']",< ~],1,1 +1106,1106,02,symb,XOR_permuted,82,"['<', '>']",( >],0,1 +1106,1106,02,symb,XOR_permuted,83,"['>', '%']",% >],1,1 +1106,1106,02,symb,XOR_permuted,84,"['~', '$']",~ $],1,1 +1106,1106,02,symb,XOR_permuted,85,"['$', '(']",$ :],0,1 +1106,1106,02,symb,XOR_permuted,86,"['~', '*']",* ~],1,1 +1106,1106,02,symb,XOR_permuted,87,"['$', '(']",$ >,0,1 +1106,1106,02,symb,XOR_permuted,88,"['!', '&']",! &],1,1 +1106,1106,02,symb,XOR_permuted,89,"['(', '$']",$ (],1,1 +1106,1106,02,symb,XOR_permuted,90,"['&', '<']",& <],1,1 +1106,1106,02,symb,XOR_permuted,91,"['(', '%']",% (],1,1 +1106,1106,02,symb,XOR_permuted,92,"[':', '(']",~ :],0,1 +1106,1106,02,symb,XOR_permuted,93,"['<', ':']",$ <,0,1 +1106,1106,02,symb,XOR_permuted,94,"['!', '>']",! $],0,1 +1106,1106,02,symb,XOR_permuted,95,"[':', '<']",< :],1,1 +1106,1106,02,symb,XOR_permuted,96,"['<', '$']",$ >],0,1 +1106,1106,02,symb,XOR_permuted,97,"[':', '!']",: *],0,1 +1106,1106,02,symb,XOR_permuted,98,"['>', '<']",< *>],0,1 +1106,1106,02,symb,XOR_permuted,99,"['~', '>']",: >],0,1 +1106,1106,02,symb,AND_permuted,0,[],* > !],0,1 +1106,1106,02,symb,AND_permuted,1,[],$ *],0,1 +1106,1106,02,symb,AND_permuted,2,[],!],0,1 +1106,1106,02,symb,AND_permuted,3,[],* >],0,1 +1106,1106,02,symb,AND_permuted,4,[],$ &] [& <] [&],0,1 +1106,1106,02,symb,AND_permuted,5,[],*],0,1 +1106,1106,02,symb,AND_permuted,6,[],* >],0,1 +1106,1106,02,symb,AND_permuted,7,[],* >],0,1 +1106,1106,02,symb,AND_permuted,8,[],],1,1 +1106,1106,02,symb,AND_permuted,9,[],%,0,1 +1106,1106,02,symb,AND_permuted,10,[],$,0,1 +1106,1106,02,symb,AND_permuted,11,[],:],0,1 +1106,1106,02,symb,AND_permuted,12,[],*],0,1 +1106,1106,02,symb,AND_permuted,13,[],*],0,1 +1106,1106,02,symb,AND_permuted,14,[],>],0,1 +1106,1106,02,symb,AND_permuted,15,[],>],0,1 +1106,1106,02,symb,AND_permuted,16,[],%],0,1 +1106,1106,02,symb,AND_permuted,17,[],%],0,1 +1106,1106,02,symb,AND_permuted,18,[],:],0,1 +1106,1106,02,symb,AND_permuted,19,[],&,0,1 +1106,1106,02,symb,AND_permuted,20,[],*,0,1 +1106,1106,02,symb,AND_permuted,21,[],>],0,1 +1106,1106,02,symb,AND_permuted,22,[],*],0,1 +1106,1106,02,symb,AND_permuted,23,[],~],0,1 +1106,1106,02,symb,AND_permuted,24,[],],1,1 +1106,1106,02,symb,AND_permuted,25,[],#],0,1 +1106,1106,02,symb,AND_permuted,26,[],()],0,1 +1106,1106,02,symb,AND_permuted,27,[],(&),0,1 +1106,1106,02,symb,AND_permuted,28,[],)],0,1 +1106,1106,02,symb,AND_permuted,29,[],$,0,1 +1106,1106,02,symb,AND_permuted,30,[],<],0,1 +1106,1106,02,symb,AND_permuted,31,[],&],0,1 +1106,1106,02,symb,AND_permuted,32,[],*],0,1 +1106,1106,02,symb,AND_permuted,33,[],:],0,1 +1106,1106,02,symb,AND_permuted,34,[],<],0,1 +1106,1106,02,symb,AND_permuted,35,[],~],0,1 +1106,1106,02,symb,AND_permuted,36,[],~,0,1 +1106,1106,02,symb,AND_permuted,37,[],<,0,1 +1106,1106,02,symb,AND_permuted,38,[],%,0,1 +1106,1106,02,symb,AND_permuted,39,[],*,0,1 +1106,1106,02,symb,AND_permuted,40,[],:],0,1 +1106,1106,02,symb,AND_permuted,41,[],],1,1 +1106,1106,02,symb,AND_permuted,42,[],&],0,1 +1106,1106,02,symb,AND_permuted,43,[],%],0,1 +1106,1106,02,symb,AND_permuted,44,[],*],0,1 +1106,1106,02,symb,AND_permuted,45,[],% <],0,1 +1106,1106,02,symb,AND_permuted,46,[],:],0,1 +1106,1106,02,symb,AND_permuted,47,[],%],0,1 +1106,1106,02,symb,AND_permuted,48,[],:],0,1 +1106,1106,02,symb,AND_permuted,49,[],%],0,1 +1106,1106,02,symb,AND_permuted,50,[],% :],0,1 +1106,1106,02,symb,AND_permuted,51,[],*,0,1 +1106,1106,02,symb,AND_permuted,52,[],* <],0,1 +1106,1106,02,symb,AND_permuted,53,[],~],0,1 +1106,1106,02,symb,AND_permuted,54,[],<],0,1 +1106,1106,02,symb,AND_permuted,55,[],:],0,1 +1106,1106,02,symb,AND_permuted,56,[],& <],0,1 +1106,1106,02,symb,AND_permuted,57,[],*,0,1 +1106,1106,02,symb,AND_permuted,58,[],! %,0,1 +1106,1106,02,symb,AND_permuted,59,[],$,0,1 +1106,1106,02,symb,AND_permuted,60,[],% <],0,1 +1106,1106,02,symb,AND_permuted,61,[],*],0,1 +1106,1106,02,symb,AND_permuted,62,[],*],0,1 +1106,1106,02,symb,AND_permuted,63,[],:],0,1 +1106,1106,02,symb,AND_permuted,64,[],*,0,1 +1106,1106,02,symb,AND_permuted,65,[],&],0,1 +1106,1106,02,symb,AND_permuted,66,[],>],0,1 +1106,1106,02,symb,AND_permuted,67,[],:],0,1 +1106,1106,02,symb,AND_permuted,68,[],!],0,1 +1106,1106,02,symb,AND_permuted,69,[],)],0,1 +1106,1106,02,symb,AND_permuted,70,[],&,0,1 +1106,1106,02,symb,AND_permuted,71,[],$],0,1 +1106,1106,02,symb,AND_permuted,72,[],:],0,1 +1106,1106,02,symb,AND_permuted,73,[],>],0,1 +1106,1106,02,symb,AND_permuted,74,[],&],0,1 +1106,1106,02,symb,AND_permuted,75,[],!],0,1 +1106,1106,02,symb,AND_permuted,76,[],],1,1 +1106,1106,02,symb,AND_permuted,77,[],%],0,1 +1106,1106,02,symb,AND_permuted,78,[],],1,1 +1106,1106,02,symb,AND_permuted,79,[],$ &,0,1 +1106,1106,02,symb,AND_permuted,80,[],$],0,1 +1106,1106,02,symb,AND_permuted,81,[],<,0,1 +1106,1106,02,symb,AND_permuted,82,[],>,0,1 +1106,1106,02,symb,AND_permuted,83,[],],1,1 +1106,1106,02,symb,AND_permuted,84,[],* <],0,1 +1106,1106,02,symb,AND_permuted,85,[],*,0,1 +1106,1106,02,symb,AND_permuted,86,[],:],0,1 +1106,1106,02,symb,AND_permuted,87,[],],1,1 +1106,1106,02,symb,AND_permuted,88,[],%],0,1 +1106,1106,02,symb,AND_permuted,89,[],$ <],0,1 +1106,1106,02,symb,AND_permuted,90,[],~,0,1 +1106,1106,02,symb,AND_permuted,91,[],)],0,1 +1106,1106,02,symb,AND_permuted,92,[],<],0,1 +1106,1106,02,symb,AND_permuted,93,[],],1,1 +1106,1106,02,symb,AND_permuted,94,[],%,0,1 +1106,1106,02,symb,AND_permuted,95,[],],1,1 +1106,1106,02,symb,AND_permuted,96,[],<],0,1 +1106,1106,02,symb,AND_permuted,97,[],*,0,1 +1106,1106,02,symb,AND_permuted,98,[],],1,1 +1106,1106,02,symb,AND_permuted,99,[],>],0,1 +1106,1106,12,num,row_constant,0,[3],3],1,1 +1106,1106,12,num,row_constant,1,[4],4],1,1 +1106,1106,12,num,row_constant,2,[7],7],1,1 +1106,1106,12,num,row_constant,3,[3],3],1,1 +1106,1106,12,num,row_constant,4,[6],6],1,1 +1106,1106,12,num,row_constant,5,[7],7],1,1 +1106,1106,12,num,row_constant,6,[5],5],1,1 +1106,1106,12,num,row_constant,7,[9],9],1,1 +1106,1106,12,num,row_constant,8,[4],4],1,1 +1106,1106,12,num,row_constant,9,[4],4],1,1 +1106,1106,12,num,row_constant,10,[8],8],1,1 +1106,1106,12,num,row_constant,11,[9],9],1,1 +1106,1106,12,num,row_constant,12,[0],0],1,1 +1106,1106,12,num,row_constant,13,[0],0],1,1 +1106,1106,12,num,row_constant,14,[1],1],1,1 +1106,1106,12,num,row_constant,15,[4],4],1,1 +1106,1106,12,num,row_constant,16,[3],3],1,1 +1106,1106,12,num,row_constant,17,[7],7],1,1 +1106,1106,12,num,row_constant,18,[0],0],1,1 +1106,1106,12,num,row_constant,19,[5],5],1,1 +1106,1106,12,num,row_constant,20,[0],0],1,1 +1106,1106,12,num,row_constant,21,[3],3],1,1 +1106,1106,12,num,row_constant,22,[7],7],1,1 +1106,1106,12,num,row_constant,23,[9],9],1,1 +1106,1106,12,num,row_constant,24,[7],7],1,1 +1106,1106,12,num,row_constant,25,[4],4],1,1 +1106,1106,12,num,row_constant,26,[5],5],1,1 +1106,1106,12,num,row_constant,27,[9],9],1,1 +1106,1106,12,num,row_constant,28,[6],6],1,1 +1106,1106,12,num,row_constant,29,[7],7],1,1 +1106,1106,12,num,row_constant,30,[6],6],1,1 +1106,1106,12,num,row_constant,31,[4],4],1,1 +1106,1106,12,num,row_constant,32,[2],2],1,1 +1106,1106,12,num,row_constant,33,[4],4],1,1 +1106,1106,12,num,row_constant,34,[6],6],1,1 +1106,1106,12,num,row_constant,35,[7],7],1,1 +1106,1106,12,num,row_constant,36,[4],4],1,1 +1106,1106,12,num,row_constant,37,[3],3],1,1 +1106,1106,12,num,row_constant,38,[0],0],1,1 +1106,1106,12,num,row_constant,39,[9],9],1,1 +1106,1106,12,num,row_constant,40,[0],0],1,1 +1106,1106,12,num,row_constant,41,[6],6],1,1 +1106,1106,12,num,row_constant,42,[1],1],1,1 +1106,1106,12,num,row_constant,43,[4],4],1,1 +1106,1106,12,num,row_constant,44,[5],5],1,1 +1106,1106,12,num,row_constant,45,[3],3],1,1 +1106,1106,12,num,row_constant,46,[2],2],1,1 +1106,1106,12,num,row_constant,47,[8],8],1,1 +1106,1106,12,num,row_constant,48,[8],8],1,1 +1106,1106,12,num,row_constant,49,[7],7],1,1 +1106,1106,12,num,row_constant,50,[1],1],1,1 +1106,1106,12,num,row_constant,51,[4],4],1,1 +1106,1106,12,num,row_constant,52,[7],7],1,1 +1106,1106,12,num,row_constant,53,[7],7],1,1 +1106,1106,12,num,row_constant,54,[9],9],1,1 +1106,1106,12,num,row_constant,55,[0],0],1,1 +1106,1106,12,num,row_constant,56,[7],7],1,1 +1106,1106,12,num,row_constant,57,[0],0],1,1 +1106,1106,12,num,row_constant,58,[3],3],1,1 +1106,1106,12,num,row_constant,59,[5],5],1,1 +1106,1106,12,num,row_constant,60,[1],1],1,1 +1106,1106,12,num,row_constant,61,[3],3],1,1 +1106,1106,12,num,row_constant,62,[3],3],1,1 +1106,1106,12,num,row_constant,63,[3],3],1,1 +1106,1106,12,num,row_constant,64,[1],1],1,1 +1106,1106,12,num,row_constant,65,[4],4],1,1 +1106,1106,12,num,row_constant,66,[8],8],1,1 +1106,1106,12,num,row_constant,67,[5],5],1,1 +1106,1106,12,num,row_constant,68,[4],4],1,1 +1106,1106,12,num,row_constant,69,[4],4],1,1 +1106,1106,12,num,row_constant,70,[4],4],1,1 +1106,1106,12,num,row_constant,71,[7],7],1,1 +1106,1106,12,num,row_constant,72,[1],1],1,1 +1106,1106,12,num,row_constant,73,[6],6],1,1 +1106,1106,12,num,row_constant,74,[5],5],1,1 +1106,1106,12,num,row_constant,75,[0],0],1,1 +1106,1106,12,num,row_constant,76,[7],7],1,1 +1106,1106,12,num,row_constant,77,[7],7],1,1 +1106,1106,12,num,row_constant,78,[4],4],1,1 +1106,1106,12,num,row_constant,79,[2],2],1,1 +1106,1106,12,num,row_constant,80,[3],3],1,1 +1106,1106,12,num,row_constant,81,[2],2],1,1 +1106,1106,12,num,row_constant,82,[9],9],1,1 +1106,1106,12,num,row_constant,83,[8],8],1,1 +1106,1106,12,num,row_constant,84,[5],5],1,1 +1106,1106,12,num,row_constant,85,[2],2,1,1 +1106,1106,12,num,row_constant,86,[4],4],1,1 +1106,1106,12,num,row_constant,87,[7],7],1,1 +1106,1106,12,num,row_constant,88,[0],0],1,1 +1106,1106,12,num,row_constant,89,[3],3],1,1 +1106,1106,12,num,row_constant,90,[7],7],1,1 +1106,1106,12,num,row_constant,91,[7],7],1,1 +1106,1106,12,num,row_constant,92,[1],1],1,1 +1106,1106,12,num,row_constant,93,[7],7],1,1 +1106,1106,12,num,row_constant,94,[2],2],1,1 +1106,1106,12,num,row_constant,95,[6],6],1,1 +1106,1106,12,num,row_constant,96,[6],6],1,1 +1106,1106,12,num,row_constant,97,[2],2],1,1 +1106,1106,12,num,row_constant,98,[8],8],1,1 +1106,1106,12,num,row_constant,99,[6],6],1,1 +1106,1106,12,num,col_constant,0,[6],6],1,1 +1106,1106,12,num,col_constant,1,[9],9],1,1 +1106,1106,12,num,col_constant,2,[9],9],1,1 +1106,1106,12,num,col_constant,3,[8],8],1,1 +1106,1106,12,num,col_constant,4,[7],7],1,1 +1106,1106,12,num,col_constant,5,[8],8,1,1 +1106,1106,12,num,col_constant,6,[3],3],1,1 +1106,1106,12,num,col_constant,7,[5],5],1,1 +1106,1106,12,num,col_constant,8,[4],4,1,1 +1106,1106,12,num,col_constant,9,[4],4],1,1 +1106,1106,12,num,col_constant,10,[5],5],1,1 +1106,1106,12,num,col_constant,11,[8],8,1,1 +1106,1106,12,num,col_constant,12,[0],0,1,1 +1106,1106,12,num,col_constant,13,[1],1],1,1 +1106,1106,12,num,col_constant,14,[3],3],1,1 +1106,1106,12,num,col_constant,15,[6],6],1,1 +1106,1106,12,num,col_constant,16,[7],7],1,1 +1106,1106,12,num,col_constant,17,[5],5],1,1 +1106,1106,12,num,col_constant,18,[4],4],1,1 +1106,1106,12,num,col_constant,19,[2],2],1,1 +1106,1106,12,num,col_constant,20,[6],6],1,1 +1106,1106,12,num,col_constant,21,[6],6,1,1 +1106,1106,12,num,col_constant,22,[9],9],1,1 +1106,1106,12,num,col_constant,23,[0],0,1,1 +1106,1106,12,num,col_constant,24,[5],5],1,1 +1106,1106,12,num,col_constant,25,[2],2],1,1 +1106,1106,12,num,col_constant,26,[9],9],1,1 +1106,1106,12,num,col_constant,27,[6],6,1,1 +1106,1106,12,num,col_constant,28,[9],9],1,1 +1106,1106,12,num,col_constant,29,[3],3],1,1 +1106,1106,12,num,col_constant,30,[6],6],1,1 +1106,1106,12,num,col_constant,31,[8],8,1,1 +1106,1106,12,num,col_constant,32,[4],4],1,1 +1106,1106,12,num,col_constant,33,[0],0],1,1 +1106,1106,12,num,col_constant,34,[3],3],1,1 +1106,1106,12,num,col_constant,35,[3],3],1,1 +1106,1106,12,num,col_constant,36,[5],5,1,1 +1106,1106,12,num,col_constant,37,[2],2],1,1 +1106,1106,12,num,col_constant,38,[2],2],1,1 +1106,1106,12,num,col_constant,39,[3],3],1,1 +1106,1106,12,num,col_constant,40,[2],2],1,1 +1106,1106,12,num,col_constant,41,[3],3,1,1 +1106,1106,12,num,col_constant,42,[3],3,1,1 +1106,1106,12,num,col_constant,43,[0],0,1,1 +1106,1106,12,num,col_constant,44,[6],6],1,1 +1106,1106,12,num,col_constant,45,[5],5],1,1 +1106,1106,12,num,col_constant,46,[7],7],1,1 +1106,1106,12,num,col_constant,47,[0],0],1,1 +1106,1106,12,num,col_constant,48,[8],8],1,1 +1106,1106,12,num,col_constant,49,[5],5],1,1 +1106,1106,12,num,col_constant,50,[7],7],1,1 +1106,1106,12,num,col_constant,51,[7],7],1,1 +1106,1106,12,num,col_constant,52,[8],8,1,1 +1106,1106,12,num,col_constant,53,[2],2],1,1 +1106,1106,12,num,col_constant,54,[0],0],1,1 +1106,1106,12,num,col_constant,55,[0],0],1,1 +1106,1106,12,num,col_constant,56,[6],6],1,1 +1106,1106,12,num,col_constant,57,[6],6],1,1 +1106,1106,12,num,col_constant,58,[0],0,1,1 +1106,1106,12,num,col_constant,59,[2],2],1,1 +1106,1106,12,num,col_constant,60,[3],3],1,1 +1106,1106,12,num,col_constant,61,[4],4],1,1 +1106,1106,12,num,col_constant,62,[5],5],1,1 +1106,1106,12,num,col_constant,63,[1],1,1,1 +1106,1106,12,num,col_constant,64,[5],5],1,1 +1106,1106,12,num,col_constant,65,[2],2],1,1 +1106,1106,12,num,col_constant,66,[0],0,1,1 +1106,1106,12,num,col_constant,67,[7],7],1,1 +1106,1106,12,num,col_constant,68,[4],4,1,1 +1106,1106,12,num,col_constant,69,[4],4],1,1 +1106,1106,12,num,col_constant,70,[8],8],1,1 +1106,1106,12,num,col_constant,71,[2],2],1,1 +1106,1106,12,num,col_constant,72,[6],6],1,1 +1106,1106,12,num,col_constant,73,[4],4],1,1 +1106,1106,12,num,col_constant,74,[8],8,1,1 +1106,1106,12,num,col_constant,75,[3],3],1,1 +1106,1106,12,num,col_constant,76,[1],1,1,1 +1106,1106,12,num,col_constant,77,[5],5,1,1 +1106,1106,12,num,col_constant,78,[7],7],1,1 +1106,1106,12,num,col_constant,79,[9],9],1,1 +1106,1106,12,num,col_constant,80,[5],5],1,1 +1106,1106,12,num,col_constant,81,[6],6],1,1 +1106,1106,12,num,col_constant,82,[8],8],1,1 +1106,1106,12,num,col_constant,83,[9],9],1,1 +1106,1106,12,num,col_constant,84,[3],3],1,1 +1106,1106,12,num,col_constant,85,[5],5,1,1 +1106,1106,12,num,col_constant,86,[5],5],1,1 +1106,1106,12,num,col_constant,87,[6],6,1,1 +1106,1106,12,num,col_constant,88,[1],1,1,1 +1106,1106,12,num,col_constant,89,[6],6],1,1 +1106,1106,12,num,col_constant,90,[3],3,1,1 +1106,1106,12,num,col_constant,91,[3],3],1,1 +1106,1106,12,num,col_constant,92,[0],0,1,1 +1106,1106,12,num,col_constant,93,[6],6,1,1 +1106,1106,12,num,col_constant,94,[6],6],1,1 +1106,1106,12,num,col_constant,95,[3],3],1,1 +1106,1106,12,num,col_constant,96,[1],1],1,1 +1106,1106,12,num,col_constant,97,[5],5],1,1 +1106,1106,12,num,col_constant,98,[5],5],1,1 +1106,1106,12,num,col_constant,99,[2],2,1,1 +1106,1106,12,num,dist3_diag1,0,[2],2,1,1 +1106,1106,12,num,dist3_diag1,1,[4],4,1,1 +1106,1106,12,num,dist3_diag1,2,[7],7,1,1 +1106,1106,12,num,dist3_diag1,3,[0],0,1,1 +1106,1106,12,num,dist3_diag1,4,[6],6,1,1 +1106,1106,12,num,dist3_diag1,5,[6],6,1,1 +1106,1106,12,num,dist3_diag1,6,[2],2],1,1 +1106,1106,12,num,dist3_diag1,7,[0],0,1,1 +1106,1106,12,num,dist3_diag1,8,[9],9,1,1 +1106,1106,12,num,dist3_diag1,9,[8],8,1,1 +1106,1106,12,num,dist3_diag1,10,[5],5,1,1 +1106,1106,12,num,dist3_diag1,11,[3],3,1,1 +1106,1106,12,num,dist3_diag1,12,[0],0,1,1 +1106,1106,12,num,dist3_diag1,13,[2],2,1,1 +1106,1106,12,num,dist3_diag1,14,[3],3,1,1 +1106,1106,12,num,dist3_diag1,15,[7],7,1,1 +1106,1106,12,num,dist3_diag1,16,[6],6,1,1 +1106,1106,12,num,dist3_diag1,17,[3],3,1,1 +1106,1106,12,num,dist3_diag1,18,[3],3,1,1 +1106,1106,12,num,dist3_diag1,19,[3],3,1,1 +1106,1106,12,num,dist3_diag1,20,[7],7],1,1 +1106,1106,12,num,dist3_diag1,21,[4],4,1,1 +1106,1106,12,num,dist3_diag1,22,[9],9,1,1 +1106,1106,12,num,dist3_diag1,23,[9],9,1,1 +1106,1106,12,num,dist3_diag1,24,[7],7,1,1 +1106,1106,12,num,dist3_diag1,25,[5],5,1,1 +1106,1106,12,num,dist3_diag1,26,[4],4,1,1 +1106,1106,12,num,dist3_diag1,27,[0],0,1,1 +1106,1106,12,num,dist3_diag1,28,[8],8],1,1 +1106,1106,12,num,dist3_diag1,29,[3],3,1,1 +1106,1106,12,num,dist3_diag1,30,[4],4,1,1 +1106,1106,12,num,dist3_diag1,31,[2],2,1,1 +1106,1106,12,num,dist3_diag1,32,[8],8,1,1 +1106,1106,12,num,dist3_diag1,33,[0],0,1,1 +1106,1106,12,num,dist3_diag1,34,[8],8,1,1 +1106,1106,12,num,dist3_diag1,35,[9],9,1,1 +1106,1106,12,num,dist3_diag1,36,[0],0,1,1 +1106,1106,12,num,dist3_diag1,37,[3],3,1,1 +1106,1106,12,num,dist3_diag1,38,[4],4,1,1 +1106,1106,12,num,dist3_diag1,39,[1],1,1,1 +1106,1106,12,num,dist3_diag1,40,[5],5,1,1 +1106,1106,12,num,dist3_diag1,41,[5],5,1,1 +1106,1106,12,num,dist3_diag1,42,[6],6,1,1 +1106,1106,12,num,dist3_diag1,43,[8],8,1,1 +1106,1106,12,num,dist3_diag1,44,[9],9,1,1 +1106,1106,12,num,dist3_diag1,45,[1],1,1,1 +1106,1106,12,num,dist3_diag1,46,[3],3,1,1 +1106,1106,12,num,dist3_diag1,47,[5],5,1,1 +1106,1106,12,num,dist3_diag1,48,[0],0,1,1 +1106,1106,12,num,dist3_diag1,49,[2],2,1,1 +1106,1106,12,num,dist3_diag1,50,[6],6,1,1 +1106,1106,12,num,dist3_diag1,51,[6],6,1,1 +1106,1106,12,num,dist3_diag1,52,[4],4,1,1 +1106,1106,12,num,dist3_diag1,53,[5],5,1,1 +1106,1106,12,num,dist3_diag1,54,[9],9,1,1 +1106,1106,12,num,dist3_diag1,55,[5],5,1,1 +1106,1106,12,num,dist3_diag1,56,[0],0,1,1 +1106,1106,12,num,dist3_diag1,57,[3],3,1,1 +1106,1106,12,num,dist3_diag1,58,[3],3,1,1 +1106,1106,12,num,dist3_diag1,59,[1],1,1,1 +1106,1106,12,num,dist3_diag1,60,[8],8],1,1 +1106,1106,12,num,dist3_diag1,61,[4],4,1,1 +1106,1106,12,num,dist3_diag1,62,[6],6,1,1 +1106,1106,12,num,dist3_diag1,63,[8],8,1,1 +1106,1106,12,num,dist3_diag1,64,[5],5,1,1 +1106,1106,12,num,dist3_diag1,65,[6],6],1,1 +1106,1106,12,num,dist3_diag1,66,[0],0,1,1 +1106,1106,12,num,dist3_diag1,67,[9],9,1,1 +1106,1106,12,num,dist3_diag1,68,[5],5,1,1 +1106,1106,12,num,dist3_diag1,69,[1],1,1,1 +1106,1106,12,num,dist3_diag1,70,[7],7,1,1 +1106,1106,12,num,dist3_diag1,71,[7],7],1,1 +1106,1106,12,num,dist3_diag1,72,[9],9,1,1 +1106,1106,12,num,dist3_diag1,73,[8],8,1,1 +1106,1106,12,num,dist3_diag1,74,[8],8,1,1 +1106,1106,12,num,dist3_diag1,75,[8],8,1,1 +1106,1106,12,num,dist3_diag1,76,[6],6,1,1 +1106,1106,12,num,dist3_diag1,77,[3],3,1,1 +1106,1106,12,num,dist3_diag1,78,[7],7,1,1 +1106,1106,12,num,dist3_diag1,79,[2],2,1,1 +1106,1106,12,num,dist3_diag1,80,[3],3,1,1 +1106,1106,12,num,dist3_diag1,81,[8],8,1,1 +1106,1106,12,num,dist3_diag1,82,[9],9,1,1 +1106,1106,12,num,dist3_diag1,83,[9],9,1,1 +1106,1106,12,num,dist3_diag1,84,[8],8,1,1 +1106,1106,12,num,dist3_diag1,85,[4],4,1,1 +1106,1106,12,num,dist3_diag1,86,[3],3,1,1 +1106,1106,12,num,dist3_diag1,87,[3],3,1,1 +1106,1106,12,num,dist3_diag1,88,[6],6,1,1 +1106,1106,12,num,dist3_diag1,89,[0],0,1,1 +1106,1106,12,num,dist3_diag1,90,[4],4,1,1 +1106,1106,12,num,dist3_diag1,91,[3],3,1,1 +1106,1106,12,num,dist3_diag1,92,[8],8,1,1 +1106,1106,12,num,dist3_diag1,93,[0],0,1,1 +1106,1106,12,num,dist3_diag1,94,[4],4,1,1 +1106,1106,12,num,dist3_diag1,95,[0],0,1,1 +1106,1106,12,num,dist3_diag1,96,[6],6],1,1 +1106,1106,12,num,dist3_diag1,97,[9],9,1,1 +1106,1106,12,num,dist3_diag1,98,[6],6,1,1 +1106,1106,12,num,dist3_diag1,99,[8],8,1,1 +1106,1106,12,num,dist3_diag2,0,[9],9,1,1 +1106,1106,12,num,dist3_diag2,1,[5],5,1,1 +1106,1106,12,num,dist3_diag2,2,[5],5,1,1 +1106,1106,12,num,dist3_diag2,3,[4],4,1,1 +1106,1106,12,num,dist3_diag2,4,[2],2,1,1 +1106,1106,12,num,dist3_diag2,5,[8],8,1,1 +1106,1106,12,num,dist3_diag2,6,[4],4,1,1 +1106,1106,12,num,dist3_diag2,7,[4],4,1,1 +1106,1106,12,num,dist3_diag2,8,[9],9,1,1 +1106,1106,12,num,dist3_diag2,9,[5],5,1,1 +1106,1106,12,num,dist3_diag2,10,[7],7,1,1 +1106,1106,12,num,dist3_diag2,11,[1],1,1,1 +1106,1106,12,num,dist3_diag2,12,[1],1,1,1 +1106,1106,12,num,dist3_diag2,13,[9],9,1,1 +1106,1106,12,num,dist3_diag2,14,[3],3,1,1 +1106,1106,12,num,dist3_diag2,15,[7],7,1,1 +1106,1106,12,num,dist3_diag2,16,[5],5,1,1 +1106,1106,12,num,dist3_diag2,17,[5],5,1,1 +1106,1106,12,num,dist3_diag2,18,[5],5,1,1 +1106,1106,12,num,dist3_diag2,19,[7],7,1,1 +1106,1106,12,num,dist3_diag2,20,[9],9,1,1 +1106,1106,12,num,dist3_diag2,21,[1],1,1,1 +1106,1106,12,num,dist3_diag2,22,[8],8,1,1 +1106,1106,12,num,dist3_diag2,23,[8],8,1,1 +1106,1106,12,num,dist3_diag2,24,[6],6,1,1 +1106,1106,12,num,dist3_diag2,25,[3],3,1,1 +1106,1106,12,num,dist3_diag2,26,[4],4,1,1 +1106,1106,12,num,dist3_diag2,27,[3],3,1,1 +1106,1106,12,num,dist3_diag2,28,[6],6,1,1 +1106,1106,12,num,dist3_diag2,29,[7],7,1,1 +1106,1106,12,num,dist3_diag2,30,[6],6,1,1 +1106,1106,12,num,dist3_diag2,31,[2],2,1,1 +1106,1106,12,num,dist3_diag2,32,[3],3,1,1 +1106,1106,12,num,dist3_diag2,33,[3],3,1,1 +1106,1106,12,num,dist3_diag2,34,[0],0,1,1 +1106,1106,12,num,dist3_diag2,35,[8],8,1,1 +1106,1106,12,num,dist3_diag2,36,[6],6,1,1 +1106,1106,12,num,dist3_diag2,37,[3],3,1,1 +1106,1106,12,num,dist3_diag2,38,[7],7,1,1 +1106,1106,12,num,dist3_diag2,39,[4],4,1,1 +1106,1106,12,num,dist3_diag2,40,[8],8,1,1 +1106,1106,12,num,dist3_diag2,41,[8],8,1,1 +1106,1106,12,num,dist3_diag2,42,[2],2,1,1 +1106,1106,12,num,dist3_diag2,43,[9],9,1,1 +1106,1106,12,num,dist3_diag2,44,[2],2,1,1 +1106,1106,12,num,dist3_diag2,45,[4],4,1,1 +1106,1106,12,num,dist3_diag2,46,[5],5,1,1 +1106,1106,12,num,dist3_diag2,47,[5],5,1,1 +1106,1106,12,num,dist3_diag2,48,[0],0,1,1 +1106,1106,12,num,dist3_diag2,49,[9],9,1,1 +1106,1106,12,num,dist3_diag2,50,[5],5,1,1 +1106,1106,12,num,dist3_diag2,51,[2],2,1,1 +1106,1106,12,num,dist3_diag2,52,[9],9,1,1 +1106,1106,12,num,dist3_diag2,53,[2],2,1,1 +1106,1106,12,num,dist3_diag2,54,[5],5,1,1 +1106,1106,12,num,dist3_diag2,55,[3],3,1,1 +1106,1106,12,num,dist3_diag2,56,[5],5,1,1 +1106,1106,12,num,dist3_diag2,57,[8],8,1,1 +1106,1106,12,num,dist3_diag2,58,[3],3,1,1 +1106,1106,12,num,dist3_diag2,59,[9],9,1,1 +1106,1106,12,num,dist3_diag2,60,[1],1,1,1 +1106,1106,12,num,dist3_diag2,61,[3],3,1,1 +1106,1106,12,num,dist3_diag2,62,[9],9,1,1 +1106,1106,12,num,dist3_diag2,63,[7],7,1,1 +1106,1106,12,num,dist3_diag2,64,[5],5,1,1 +1106,1106,12,num,dist3_diag2,65,[4],4,1,1 +1106,1106,12,num,dist3_diag2,66,[3],3,1,1 +1106,1106,12,num,dist3_diag2,67,[4],4,1,1 +1106,1106,12,num,dist3_diag2,68,[7],7,1,1 +1106,1106,12,num,dist3_diag2,69,[8],8,1,1 +1106,1106,12,num,dist3_diag2,70,[3],3,1,1 +1106,1106,12,num,dist3_diag2,71,[6],6,1,1 +1106,1106,12,num,dist3_diag2,72,[5],5,1,1 +1106,1106,12,num,dist3_diag2,73,[9],9,1,1 +1106,1106,12,num,dist3_diag2,74,[6],6,1,1 +1106,1106,12,num,dist3_diag2,75,[3],3,1,1 +1106,1106,12,num,dist3_diag2,76,[7],7,1,1 +1106,1106,12,num,dist3_diag2,77,[3],3,1,1 +1106,1106,12,num,dist3_diag2,78,[7],7,1,1 +1106,1106,12,num,dist3_diag2,79,[0],0,1,1 +1106,1106,12,num,dist3_diag2,80,[9],9,1,1 +1106,1106,12,num,dist3_diag2,81,[7],7,1,1 +1106,1106,12,num,dist3_diag2,82,[7],7,1,1 +1106,1106,12,num,dist3_diag2,83,[0],0,1,1 +1106,1106,12,num,dist3_diag2,84,[4],4,1,1 +1106,1106,12,num,dist3_diag2,85,[5],5,1,1 +1106,1106,12,num,dist3_diag2,86,[4],4,1,1 +1106,1106,12,num,dist3_diag2,87,[3],3,1,1 +1106,1106,12,num,dist3_diag2,88,[5],5,1,1 +1106,1106,12,num,dist3_diag2,89,[6],6,1,1 +1106,1106,12,num,dist3_diag2,90,[0],0,1,1 +1106,1106,12,num,dist3_diag2,91,[0],0,1,1 +1106,1106,12,num,dist3_diag2,92,[3],3,1,1 +1106,1106,12,num,dist3_diag2,93,[1],1,1,1 +1106,1106,12,num,dist3_diag2,94,[4],4,1,1 +1106,1106,12,num,dist3_diag2,95,[4],4,1,1 +1106,1106,12,num,dist3_diag2,96,[6],6,1,1 +1106,1106,12,num,dist3_diag2,97,[4],4,1,1 +1106,1106,12,num,dist3_diag2,98,[5],5,1,1 +1106,1106,12,num,dist3_diag2,99,[0],0,1,1 +1106,1106,12,num,prog_size1,0,[4],4],1,1 +1106,1106,12,num,prog_size1,1,[5],5],1,1 +1106,1106,12,num,prog_size1,2,[6],6],1,1 +1106,1106,12,num,prog_size1,3,[7],7],1,1 +1106,1106,12,num,prog_size1,4,[8],8],1,1 +1106,1106,12,num,prog_size1,5,[9],9,1,1 +1106,1106,12,num,prog_size1,6,[0],0,1,1 +1106,1106,12,num,prog_size1,7,[1],1,1,1 +1106,1106,12,num,prog_size1,8,[2],2,1,1 +1106,1106,12,num,prog_size1,9,[3],3],1,1 +1106,1106,12,num,prog_size1,10,[4],4,1,1 +1106,1106,12,num,prog_size1,11,[5],5,1,1 +1106,1106,12,num,prog_size2,0,[8],8,1,1 +1106,1106,12,num,prog_size2,1,[9],9],1,1 +1106,1106,12,num,prog_size2,2,[0],0,1,1 +1106,1106,12,num,prog_size2,3,[1],1,1,1 +1106,1106,12,num,two_rule_comb0,0,[6 9],6 9],1,1 +1106,1106,12,num,two_rule_comb0,1,[7 0],7 0],1,1 +1106,1106,12,num,two_rule_comb0,2,[2 4],2 4],1,1 +1106,1106,12,num,two_rule_comb0,3,[2 0],2 0],1,1 +1106,1106,12,num,two_rule_comb0,4,[9 2],9 2,1,1 +1106,1106,12,num,two_rule_comb0,5,[7 0],7 0,1,1 +1106,1106,12,num,two_rule_comb0,6,[1 9],1 9],1,1 +1106,1106,12,num,two_rule_comb0,7,[1 7],1 7],1,1 +1106,1106,12,num,two_rule_comb0,8,[7 3],7 3,1,1 +1106,1106,12,num,two_rule_comb0,9,[9 0],9 0],1,1 +1106,1106,12,num,two_rule_comb0,10,[7 2],7 2,1,1 +1106,1106,12,num,two_rule_comb0,11,[1 6],1 6],1,1 +1106,1106,12,num,two_rule_comb0,12,[7 4],7 4],1,1 +1106,1106,12,num,two_rule_comb0,13,[9 7],9 7],1,1 +1106,1106,12,num,two_rule_comb0,14,[0 0],0 0],1,1 +1106,1106,12,num,two_rule_comb0,15,[3 7],3 7],1,1 +1106,1106,12,num,two_rule_comb0,16,[7 3],3,0,1 +1106,1106,12,num,two_rule_comb0,17,[9 0],9 0],1,1 +1106,1106,12,num,two_rule_comb0,18,[7 2],7 2],1,1 +1106,1106,12,num,two_rule_comb0,19,[2 6],2 6,1,1 +1106,1106,12,num,two_rule_comb0,20,[5 5],5 5],1,1 +1106,1106,12,num,two_rule_comb0,21,[8 5],8 5],1,1 +1106,1106,12,num,two_rule_comb0,22,[6 4],6 4],1,1 +1106,1106,12,num,two_rule_comb0,23,[6 8],6 8],1,1 +1106,1106,12,num,two_rule_comb0,24,[7 1],7 1],1,1 +1106,1106,12,num,two_rule_comb0,25,[5 1],5 1],1,1 +1106,1106,12,num,two_rule_comb0,26,[6 8],6 8],1,1 +1106,1106,12,num,two_rule_comb0,27,[7 7],7 7,1,1 +1106,1106,12,num,two_rule_comb0,28,[7 1],7 1,1,1 +1106,1106,12,num,two_rule_comb0,29,[0 2],0 2],1,1 +1106,1106,12,num,two_rule_comb0,30,[9 4],9 4],1,1 +1106,1106,12,num,two_rule_comb0,31,[4 5],4 5],1,1 +1106,1106,12,num,two_rule_comb0,32,[3 3],3 3],1,1 +1106,1106,12,num,two_rule_comb0,33,[7 9],7 9],1,1 +1106,1106,12,num,two_rule_comb0,34,[4 2],4 2],1,1 +1106,1106,12,num,two_rule_comb0,35,[8 9],8 9],1,1 +1106,1106,12,num,two_rule_comb0,36,[6 5],5],0,1 +1106,1106,12,num,two_rule_comb0,37,[1 5],5],0,1 +1106,1106,12,num,two_rule_comb0,38,[3 6],3 6],1,1 +1106,1106,12,num,two_rule_comb0,39,[5 9],5 9],1,1 +1106,1106,12,num,two_rule_comb0,40,[5 6],5 6,1,1 +1106,1106,12,num,two_rule_comb0,41,[1 2],1 2],1,1 +1106,1106,12,num,two_rule_comb0,42,[1 7],1 7],1,1 +1106,1106,12,num,two_rule_comb0,43,[8 0],8 0],1,1 +1106,1106,12,num,two_rule_comb0,44,[3 2],3 2],1,1 +1106,1106,12,num,two_rule_comb0,45,[7 4],7 4],1,1 +1106,1106,12,num,two_rule_comb0,46,[9 6],9 6],1,1 +1106,1106,12,num,two_rule_comb0,47,[4 2],4 2],1,1 +1106,1106,12,num,two_rule_comb0,48,[6 4],6 4],1,1 +1106,1106,12,num,two_rule_comb0,49,[8 9],8 9],1,1 +1106,1106,12,num,two_rule_comb0,50,[2 0],2 0,1,1 +1106,1106,12,num,two_rule_comb0,51,[7 5],7 5],1,1 +1106,1106,12,num,two_rule_comb0,52,[2 3],2 3],1,1 +1106,1106,12,num,two_rule_comb0,53,[3 5],3 5],1,1 +1106,1106,12,num,two_rule_comb0,54,[0 7],0 7],1,1 +1106,1106,12,num,two_rule_comb0,55,[1 6],1 6],1,1 +1106,1106,12,num,two_rule_comb0,56,[7 1],7 1],1,1 +1106,1106,12,num,two_rule_comb0,57,[6 8],6 8],1,1 +1106,1106,12,num,two_rule_comb0,58,[8 0],8 0,1,1 +1106,1106,12,num,two_rule_comb0,59,[3 0],3 0],1,1 +1106,1106,12,num,two_rule_comb0,60,[3 0],3 0],1,1 +1106,1106,12,num,two_rule_comb0,61,[2 3],2 3],1,1 +1106,1106,12,num,two_rule_comb0,62,[6 3],None,0,1 +1106,1106,12,num,two_rule_comb0,63,[0 8],0 8,1,1 +1106,1106,12,num,two_rule_comb0,64,[9 7],9 7],1,1 +1106,1106,12,num,two_rule_comb0,65,[5 4],5 4],1,1 +1106,1106,12,num,two_rule_comb0,66,[2 6],2 6],1,1 +1106,1106,12,num,two_rule_comb0,67,[0 8],0 8],1,1 +1106,1106,12,num,two_rule_comb0,68,[8 0],8 0],1,1 +1106,1106,12,num,two_rule_comb0,69,[6 1],6 1],1,1 +1106,1106,12,num,two_rule_comb0,70,[4 6],None,0,1 +1106,1106,12,num,two_rule_comb0,71,[9 0],9 0],1,1 +1106,1106,12,num,two_rule_comb0,72,[3 2],3 2,1,1 +1106,1106,12,num,two_rule_comb0,73,[3 5],3 5],1,1 +1106,1106,12,num,two_rule_comb0,74,[0 5],5],0,1 +1106,1106,12,num,two_rule_comb0,75,[7 0],7 0],1,1 +1106,1106,12,num,two_rule_comb0,76,[1 9],1 9],1,1 +1106,1106,12,num,two_rule_comb0,77,[1 7],1 7],1,1 +1106,1106,12,num,two_rule_comb0,78,[0 1],0 1],1,1 +1106,1106,12,num,two_rule_comb0,79,[7 7],7 7],1,1 +1106,1106,12,num,two_rule_comb0,80,[2 5],2 5,1,1 +1106,1106,12,num,two_rule_comb0,81,[3 5],3 5],1,1 +1106,1106,12,num,two_rule_comb0,82,[7 7],7 7,1,1 +1106,1106,12,num,two_rule_comb0,83,[7 0],7 0],1,1 +1106,1106,12,num,two_rule_comb0,84,[3 1],3 1],1,1 +1106,1106,12,num,two_rule_comb0,85,[0 8],8,0,1 +1106,1106,12,num,two_rule_comb0,86,[3 0],3 0],1,1 +1106,1106,12,num,two_rule_comb0,87,[1 5],1 5],1,1 +1106,1106,12,num,two_rule_comb0,88,[8 0],8 0],1,1 +1106,1106,12,num,two_rule_comb0,89,[2 7],2 7],1,1 +1106,1106,12,num,two_rule_comb0,90,[8 5],8 5],1,1 +1106,1106,12,num,two_rule_comb0,91,[3 1],3 1],1,1 +1106,1106,12,num,two_rule_comb0,92,[3 8],3 8],1,1 +1106,1106,12,num,two_rule_comb0,93,[3 9],3 9],1,1 +1106,1106,12,num,two_rule_comb0,94,[2 2],2 2],1,1 +1106,1106,12,num,two_rule_comb0,95,[8 3],8 3],1,1 +1106,1106,12,num,two_rule_comb0,96,[1 5],5],0,1 +1106,1106,12,num,two_rule_comb0,97,[9 4],9 4],1,1 +1106,1106,12,num,two_rule_comb0,98,[5 4],5 4],1,1 +1106,1106,12,num,two_rule_comb0,99,[3 1],3 1],1,1 +1106,1106,12,num,two_rule_comb1,0,[1 2],1 2,1,1 +1106,1106,12,num,two_rule_comb1,1,[8 9],9 9],0,1 +1106,1106,12,num,two_rule_comb1,2,[2 6],2 6],1,1 +1106,1106,12,num,two_rule_comb1,3,[3 4],3 4,1,1 +1106,1106,12,num,two_rule_comb1,4,[2 7],2 7],1,1 +1106,1106,12,num,two_rule_comb1,5,[4 0],4 0],1,1 +1106,1106,12,num,two_rule_comb1,6,[7 4],7 4],1,1 +1106,1106,12,num,two_rule_comb1,7,[1 1],1 1],1,1 +1106,1106,12,num,two_rule_comb1,8,[7 9],7 9],1,1 +1106,1106,12,num,two_rule_comb1,9,[3 1],1 1],0,1 +1106,1106,12,num,two_rule_comb1,10,[3 7],3 7],1,1 +1106,1106,12,num,two_rule_comb1,11,[0 2],0 2],1,1 +1106,1106,12,num,two_rule_comb1,12,[6 7],6 7],1,1 +1106,1106,12,num,two_rule_comb1,13,[8 2],8 2],1,1 +1106,1106,12,num,two_rule_comb1,14,[7 4],7 4],1,1 +1106,1106,12,num,two_rule_comb1,15,[1 3],1 3],1,1 +1106,1106,12,num,two_rule_comb1,16,[7 3],7 3],1,1 +1106,1106,12,num,two_rule_comb1,17,[7 7],5 7,0,1 +1106,1106,12,num,two_rule_comb1,18,[1 8],1 8],1,1 +1106,1106,12,num,two_rule_comb1,19,[1 9],1 9,1,1 +1106,1106,12,num,two_rule_comb1,20,[4 9],4 9],1,1 +1106,1106,12,num,two_rule_comb1,21,[2 3],3 3],0,1 +1106,1106,12,num,two_rule_comb1,22,[6 7],6 7],1,1 +1106,1106,12,num,two_rule_comb1,23,[2 5],2 5],1,1 +1106,1106,12,num,two_rule_comb1,24,[3 1],3 1],1,1 +1106,1106,12,num,two_rule_comb1,25,[6 5],6 5],1,1 +1106,1106,12,num,two_rule_comb1,26,[8 1],8 1,1,1 +1106,1106,12,num,two_rule_comb1,27,[6 8],6 8,1,1 +1106,1106,12,num,two_rule_comb1,28,[5 4],4 4],0,1 +1106,1106,12,num,two_rule_comb1,29,[0 4],0 4],1,1 +1106,1106,12,num,two_rule_comb1,30,[4 9],4 9,1,1 +1106,1106,12,num,two_rule_comb1,31,[6 2],6 2],1,1 +1106,1106,12,num,two_rule_comb1,32,[1 7],1 7],1,1 +1106,1106,12,num,two_rule_comb1,33,[3 0],2 0],0,1 +1106,1106,12,num,two_rule_comb1,34,[1 2],1 2],1,1 +1106,1106,12,num,two_rule_comb1,35,[4 1],4 1],1,1 +1106,1106,12,num,two_rule_comb1,36,[6 6],6 6],1,1 +1106,1106,12,num,two_rule_comb1,37,[6 2],6 2],1,1 +1106,1106,12,num,two_rule_comb1,38,[3 2],3 2],1,1 +1106,1106,12,num,two_rule_comb1,39,[9 9],9 9],1,1 +1106,1106,12,num,two_rule_comb1,40,[5 9],1 9],0,1 +1106,1106,12,num,two_rule_comb1,41,[0 2],0 2,1,1 +1106,1106,12,num,two_rule_comb1,42,[3 2],3 2,1,1 +1106,1106,12,num,two_rule_comb1,43,[2 2],2 8],0,1 +1106,1106,12,num,two_rule_comb1,44,[8 1],8 1],1,1 +1106,1106,12,num,two_rule_comb1,45,[7 3],None,0,1 +1106,1106,12,num,two_rule_comb1,46,[1 5],1 5],1,1 +1106,1106,12,num,two_rule_comb1,47,[0 5],0 5],1,1 +1106,1106,12,num,two_rule_comb1,48,[3 5],3 5],1,1 +1106,1106,12,num,two_rule_comb1,49,[4 7],None,0,1 +1106,1106,12,num,two_rule_comb1,50,[3 9],3 9],1,1 +1106,1106,12,num,two_rule_comb1,51,[3 4],3 4],1,1 +1106,1106,12,num,two_rule_comb1,52,[8 9],9 9],0,1 +1106,1106,12,num,two_rule_comb1,53,[9 5],9 5],1,1 +1106,1106,12,num,two_rule_comb1,54,[0 8],0 8],1,1 +1106,1106,12,num,two_rule_comb1,55,[6 2],6 2],1,1 +1106,1106,12,num,two_rule_comb1,56,[7 0],7 0],1,1 +1106,1106,12,num,two_rule_comb1,57,[6 6],6 6],1,1 +1106,1106,12,num,two_rule_comb1,58,[6 3],None,0,1 +1106,1106,12,num,two_rule_comb1,59,[4 5],4 5],1,1 +1106,1106,12,num,two_rule_comb1,60,[6 6],6 6],1,1 +1106,1106,12,num,two_rule_comb1,61,[8 4],8 4],1,1 +1106,1106,12,num,two_rule_comb1,62,[6 4],6 4,1,1 +1106,1106,12,num,two_rule_comb1,63,[2 1],2 1],1,1 +1106,1106,12,num,two_rule_comb1,64,[8 1],8 1],1,1 +1106,1106,12,num,two_rule_comb1,65,[3 3],3 3],1,1 +1106,1106,12,num,two_rule_comb1,66,[5 9],5 9],1,1 +1106,1106,12,num,two_rule_comb1,67,[4 9],None,0,1 +1106,1106,12,num,two_rule_comb1,68,[7 7],7 6],0,1 +1106,1106,12,num,two_rule_comb1,69,[5 2],5 2],1,1 +1106,1106,12,num,two_rule_comb1,70,[0 1],1 1],0,1 +1106,1106,12,num,two_rule_comb1,71,[4 8],None,0,1 +1106,1106,12,num,two_rule_comb1,72,[8 3],8 3],1,1 +1106,1106,12,num,two_rule_comb1,73,[5 6],7 6],0,1 +1106,1106,12,num,two_rule_comb1,74,[3 8],3 8],1,1 +1106,1106,12,num,two_rule_comb1,75,[7 9],7 9],1,1 +1106,1106,12,num,two_rule_comb1,76,[3 2],3 2],1,1 +1106,1106,12,num,two_rule_comb1,77,[7 5],5 5],0,1 +1106,1106,12,num,two_rule_comb1,78,[5 5],5 5,1,1 +1106,1106,12,num,two_rule_comb1,79,[6 8],8 8],0,1 +1106,1106,12,num,two_rule_comb1,80,[6 8],6 8],1,1 +1106,1106,12,num,two_rule_comb1,81,[0 6],0 6],1,1 +1106,1106,12,num,two_rule_comb1,82,[5 0],5 1],0,1 +1106,1106,12,num,two_rule_comb1,83,[1 2],1 2],1,1 +1106,1106,12,num,two_rule_comb1,84,[7 7],7 7,1,1 +1106,1106,12,num,two_rule_comb1,85,[5 4],5 4],1,1 +1106,1106,12,num,two_rule_comb1,86,[1 7],7 7],0,1 +1106,1106,12,num,two_rule_comb1,87,[1 4],1 4],1,1 +1106,1106,12,num,two_rule_comb1,88,[1 1],1 1],1,1 +1106,1106,12,num,two_rule_comb1,89,[6 9],None,0,1 +1106,1106,12,num,two_rule_comb1,90,[2 7],2 7],1,1 +1106,1106,12,num,two_rule_comb1,91,[4 4],6 4],0,1 +1106,1106,12,num,two_rule_comb1,92,[1 2],1 1],0,1 +1106,1106,12,num,two_rule_comb1,93,[0 0],0 0,1,1 +1106,1106,12,num,two_rule_comb1,94,[7 4],7 4],1,1 +1106,1106,12,num,two_rule_comb1,95,[1 5],1 5],1,1 +1106,1106,12,num,two_rule_comb1,96,[7 1],7 1],1,1 +1106,1106,12,num,two_rule_comb1,97,[3 9],3 9],1,1 +1106,1106,12,num,two_rule_comb1,98,[7 6],7 6,1,1 +1106,1106,12,num,two_rule_comb1,99,[2 1],2 1],1,1 +1106,1106,12,num,two_rule_comb2,0,[1 0],1 0],1,1 +1106,1106,12,num,two_rule_comb2,1,[0 7],0 7],1,1 +1106,1106,12,num,two_rule_comb2,2,[6 5],6 5],1,1 +1106,1106,12,num,two_rule_comb2,3,[1 5],1 5],1,1 +1106,1106,12,num,two_rule_comb2,4,[7 2],7 2],1,1 +1106,1106,12,num,two_rule_comb2,5,[2 6],2 6],1,1 +1106,1106,12,num,two_rule_comb2,6,[4 8],4 8],1,1 +1106,1106,12,num,two_rule_comb2,7,[3 2],3 2],1,1 +1106,1106,12,num,two_rule_comb2,8,[9 9],9 9],1,1 +1106,1106,12,num,two_rule_comb2,9,[6 5],6 5],1,1 +1106,1106,12,num,two_rule_comb2,10,[8 8],8 8],1,1 +1106,1106,12,num,two_rule_comb2,11,[9 5],9 5],1,1 +1106,1106,12,num,two_rule_comb2,12,[5 4],5 4],1,1 +1106,1106,12,num,two_rule_comb2,13,[4 6],4 6],1,1 +1106,1106,12,num,two_rule_comb2,14,[2 3],2 3],1,1 +1106,1106,12,num,two_rule_comb2,15,[8 5],8 5],1,1 +1106,1106,12,num,two_rule_comb2,16,[4 9],4 9],1,1 +1106,1106,12,num,two_rule_comb2,17,[9 4],9 4],1,1 +1106,1106,12,num,two_rule_comb2,18,[0 0],0 0],1,1 +1106,1106,12,num,two_rule_comb2,19,[5 4],5 4],1,1 +1106,1106,12,num,two_rule_comb2,20,[4 5],4 5],1,1 +1106,1106,12,num,two_rule_comb2,21,[0 6],0 6,1,1 +1106,1106,12,num,two_rule_comb2,22,[1 5],1 5],1,1 +1106,1106,12,num,two_rule_comb2,23,[5 9],5 9],1,1 +1106,1106,12,num,two_rule_comb2,24,[5 3],5 3],1,1 +1106,1106,12,num,two_rule_comb2,25,[0 6],0 6],1,1 +1106,1106,12,num,two_rule_comb2,26,[8 7],8 7],1,1 +1106,1106,12,num,two_rule_comb2,27,[6 1],6 1],1,1 +1106,1106,12,num,two_rule_comb2,28,[9 1],9 1,1,1 +1106,1106,12,num,two_rule_comb2,29,[0 4],0 4],1,1 +1106,1106,12,num,two_rule_comb2,30,[3 2],3 2,1,1 +1106,1106,12,num,two_rule_comb2,31,[6 5],6 5],1,1 +1106,1106,12,num,two_rule_comb2,32,[1 2],1 2],1,1 +1106,1106,12,num,two_rule_comb2,33,[5 6],5 6],1,1 +1106,1106,12,num,two_rule_comb2,34,[5 1],5 1],1,1 +1106,1106,12,num,two_rule_comb2,35,[7 6],7 6],1,1 +1106,1106,12,num,two_rule_comb2,36,[8 0],8 0],1,1 +1106,1106,12,num,two_rule_comb2,37,[9 6],9 6],1,1 +1106,1106,12,num,two_rule_comb2,38,[4 2],4 2,1,1 +1106,1106,12,num,two_rule_comb2,39,[2 1],2 1],1,1 +1106,1106,12,num,two_rule_comb2,40,[8 3],8 3],1,1 +1106,1106,12,num,two_rule_comb2,41,[9 6],9 6],1,1 +1106,1106,12,num,two_rule_comb2,42,[6 5],6 5],1,1 +1106,1106,12,num,two_rule_comb2,43,[8 9],8 9],1,1 +1106,1106,12,num,two_rule_comb2,44,[4 3],4 3,1,1 +1106,1106,12,num,two_rule_comb2,45,[7 1],7 1],1,1 +1106,1106,12,num,two_rule_comb2,46,[0 8],0 8],1,1 +1106,1106,12,num,two_rule_comb2,47,[3 7],3 7],1,1 +1106,1106,12,num,two_rule_comb2,48,[7 5],7 5],1,1 +1106,1106,12,num,two_rule_comb2,49,[5 3],5 3],1,1 +1106,1106,12,num,two_rule_comb2,50,[6 4],6 4],1,1 +1106,1106,12,num,two_rule_comb2,51,[9 3],None,0,1 +1106,1106,12,num,two_rule_comb2,52,[1 1],1 1],1,1 +1106,1106,12,num,two_rule_comb2,53,[0 9],0 9,1,1 +1106,1106,12,num,two_rule_comb2,54,[6 8],6 8,1,1 +1106,1106,12,num,two_rule_comb2,55,[6 3],None,0,1 +1106,1106,12,num,two_rule_comb2,56,[8 5],8 5],1,1 +1106,1106,12,num,two_rule_comb2,57,[9 6],9 6],1,1 +1106,1106,12,num,two_rule_comb2,58,[5 0],5 0],1,1 +1106,1106,12,num,two_rule_comb2,59,[0 5],0 5],1,1 +1106,1106,12,num,two_rule_comb2,60,[2 0],2 0],1,1 +1106,1106,12,num,two_rule_comb2,61,[0 2],0 2],1,1 +1106,1106,12,num,two_rule_comb2,62,[5 1],5 1],1,1 +1106,1106,12,num,two_rule_comb2,63,[8 2],8 2,1,1 +1106,1106,12,num,two_rule_comb2,64,[8 7],8 7],1,1 +1106,1106,12,num,two_rule_comb2,65,[9 1],9 1],1,1 +1106,1106,12,num,two_rule_comb2,66,[5 9],5 9],1,1 +1106,1106,12,num,two_rule_comb2,67,[9 0],9 0],1,1 +1106,1106,12,num,two_rule_comb2,68,[0 9],0 9],1,1 +1106,1106,12,num,two_rule_comb2,69,[0 0],0 0],1,1 +1106,1106,12,num,two_rule_comb2,70,[5 8],5 8],1,1 +1106,1106,12,num,two_rule_comb2,71,[9 8],9 8],1,1 +1106,1106,12,num,two_rule_comb2,72,[1 1],1 1],1,1 +1106,1106,12,num,two_rule_comb2,73,[4 3],4 3],1,1 +1106,1106,12,num,two_rule_comb2,74,[8 2],8 2],1,1 +1106,1106,12,num,two_rule_comb2,75,[0 2],0 2],1,1 +1106,1106,12,num,two_rule_comb2,76,[5 7],5 7],1,1 +1106,1106,12,num,two_rule_comb2,77,[8 8],8 8],1,1 +1106,1106,12,num,two_rule_comb2,78,[6 6],6 6],1,1 +1106,1106,12,num,two_rule_comb2,79,[8 0],8 0],1,1 +1106,1106,12,num,two_rule_comb2,80,[2 2],2 2],1,1 +1106,1106,12,num,two_rule_comb2,81,[0 8],0 8],1,1 +1106,1106,12,num,two_rule_comb2,82,[7 5],7 5],1,1 +1106,1106,12,num,two_rule_comb2,83,[8 4],8 4,1,1 +1106,1106,12,num,two_rule_comb2,84,[5 2],5 2],1,1 +1106,1106,12,num,two_rule_comb2,85,[8 0],8 0],1,1 +1106,1106,12,num,two_rule_comb2,86,[5 0],5 0,1,1 +1106,1106,12,num,two_rule_comb2,87,[0 3],0 3,1,1 +1106,1106,12,num,two_rule_comb2,88,[7 1],7 1],1,1 +1106,1106,12,num,two_rule_comb2,89,[6 0],6 0],1,1 +1106,1106,12,num,two_rule_comb2,90,[8 5],8 5],1,1 +1106,1106,12,num,two_rule_comb2,91,[9 5],9 5],1,1 +1106,1106,12,num,two_rule_comb2,92,[0 5],0 5],1,1 +1106,1106,12,num,two_rule_comb2,93,[7 7],7 7],1,1 +1106,1106,12,num,two_rule_comb2,94,[7 0],7 0,1,1 +1106,1106,12,num,two_rule_comb2,95,[1 0],1 0],1,1 +1106,1106,12,num,two_rule_comb2,96,[2 0],2 0],1,1 +1106,1106,12,num,two_rule_comb2,97,[5 1],5 1],1,1 +1106,1106,12,num,two_rule_comb2,98,[6 4],6 4],1,1 +1106,1106,12,num,two_rule_comb2,99,[2 7],2 7],1,1 +1106,1106,12,num,two_rule_comb3,0,[9 1],9 1],1,1 +1106,1106,12,num,two_rule_comb3,1,[9 0],9 0,1,1 +1106,1106,12,num,two_rule_comb3,2,[4 8],4 8],1,1 +1106,1106,12,num,two_rule_comb3,3,[1 8],1 8,1,1 +1106,1106,12,num,two_rule_comb3,4,[5 7],5 7],1,1 +1106,1106,12,num,two_rule_comb3,5,[8 2],8 2],1,1 +1106,1106,12,num,two_rule_comb3,6,[9 2],9 2],1,1 +1106,1106,12,num,two_rule_comb3,7,[6 1],6 1],1,1 +1106,1106,12,num,two_rule_comb3,8,[9 8],9 8],1,1 +1106,1106,12,num,two_rule_comb3,9,[4 5],4 2],0,1 +1106,1106,12,num,two_rule_comb3,10,[0 4],2 6],0,1 +1106,1106,12,num,two_rule_comb3,11,[8 6],8 6],1,1 +1106,1106,12,num,two_rule_comb3,12,[8 3],8 3],1,1 +1106,1106,12,num,two_rule_comb3,13,[5 9],5 9,1,1 +1106,1106,12,num,two_rule_comb3,14,[6 4],6 4],1,1 +1106,1106,12,num,two_rule_comb3,15,[5 3],4 8],0,1 +1106,1106,12,num,two_rule_comb3,16,[0 5],0 5],1,1 +1106,1106,12,num,two_rule_comb3,17,[5 5],5 5],1,1 +1106,1106,12,num,two_rule_comb3,18,[7 0],7 2],0,1 +1106,1106,12,num,two_rule_comb3,19,[5 6],5 6],1,1 +1106,1106,12,num,two_rule_comb3,20,[6 4],6 4,1,1 +1106,1106,12,num,two_rule_comb3,21,[0 6],0 6],1,1 +1106,1106,12,num,two_rule_comb3,22,[7 0],7 0],1,1 +1106,1106,12,num,two_rule_comb3,23,[6 8],6 8],1,1 +1106,1106,12,num,two_rule_comb3,24,[8 3],8 3],1,1 +1106,1106,12,num,two_rule_comb3,25,[1 7],1 7],1,1 +1106,1106,12,num,two_rule_comb3,26,[1 2],8 1,0,1 +1106,1106,12,num,two_rule_comb3,27,[4 6],4 6],1,1 +1106,1106,12,num,two_rule_comb3,28,[1 2],3 1],0,1 +1106,1106,12,num,two_rule_comb3,29,[0 2],0 2],1,1 +1106,1106,12,num,two_rule_comb3,30,[2 4],2 4],1,1 +1106,1106,12,num,two_rule_comb3,31,[5 5],5 0],0,1 +1106,1106,12,num,two_rule_comb3,32,[9 6],9 6],1,1 +1106,1106,12,num,two_rule_comb3,33,[9 0],9 0],1,1 +1106,1106,12,num,two_rule_comb3,34,[3 4],3 3],0,1 +1106,1106,12,num,two_rule_comb3,35,[0 1],0 1],1,1 +1106,1106,12,num,two_rule_comb3,36,[6 3],6 3],1,1 +1106,1106,12,num,two_rule_comb3,37,[3 2],3 2],1,1 +1106,1106,12,num,two_rule_comb3,38,[2 1],2 1],1,1 +1106,1106,12,num,two_rule_comb3,39,[1 3],1 3,1,1 +1106,1106,12,num,two_rule_comb3,40,[9 1],9 1],1,1 +1106,1106,12,num,two_rule_comb3,41,[4 4],4 4],1,1 +1106,1106,12,num,two_rule_comb3,42,[9 8],8 8],0,1 +1106,1106,12,num,two_rule_comb3,43,[3 2],3 2],1,1 +1106,1106,12,num,two_rule_comb3,44,[0 8],0 8],1,1 +1106,1106,12,num,two_rule_comb3,45,[5 2],5 2],1,1 +1106,1106,12,num,two_rule_comb3,46,[2 3],2 3],1,1 +1106,1106,12,num,two_rule_comb3,47,[2 4],2 4],1,1 +1106,1106,12,num,two_rule_comb3,48,[5 1],5 1],1,1 +1106,1106,12,num,two_rule_comb3,49,[5 2],5 3],0,1 +1106,1106,12,num,two_rule_comb3,50,[6 9],6 9,1,1 +1106,1106,12,num,two_rule_comb3,51,[6 6],6 5],0,1 +1106,1106,12,num,two_rule_comb3,52,[6 3],None,0,1 +1106,1106,12,num,two_rule_comb3,53,[4 2],4 2],1,1 +1106,1106,12,num,two_rule_comb3,54,[9 9],1 9],0,1 +1106,1106,12,num,two_rule_comb3,55,[2 6],2 6],1,1 +1106,1106,12,num,two_rule_comb3,56,[3 0],3 0,1,1 +1106,1106,12,num,two_rule_comb3,57,[8 6],8 6],1,1 +1106,1106,12,num,two_rule_comb3,58,[7 8],7 8],1,1 +1106,1106,12,num,two_rule_comb3,59,[3 2],3 2],1,1 +1106,1106,12,num,two_rule_comb3,60,[8 1],8 1],1,1 +1106,1106,12,num,two_rule_comb3,61,[3 7],3 7],1,1 +1106,1106,12,num,two_rule_comb3,62,[9 6],6 6],0,1 +1106,1106,12,num,two_rule_comb3,63,[9 1],9 2],0,1 +1106,1106,12,num,two_rule_comb3,64,[1 1],1 8],0,1 +1106,1106,12,num,two_rule_comb3,65,[9 7],9 7],1,1 +1106,1106,12,num,two_rule_comb3,66,[8 7],8 1],0,1 +1106,1106,12,num,two_rule_comb3,67,[9 2],9 2],1,1 +1106,1106,12,num,two_rule_comb3,68,[8 2],8 5],0,1 +1106,1106,12,num,two_rule_comb3,69,[1 3],1 3],1,1 +1106,1106,12,num,two_rule_comb3,70,[4 7],None,0,1 +1106,1106,12,num,two_rule_comb3,71,[7 2],7 2],1,1 +1106,1106,12,num,two_rule_comb3,72,[0 2],0 2],1,1 +1106,1106,12,num,two_rule_comb3,73,[6 1],6 1],1,1 +1106,1106,12,num,two_rule_comb3,74,[3 3],3 3],1,1 +1106,1106,12,num,two_rule_comb3,75,[8 4],8 4],1,1 +1106,1106,12,num,two_rule_comb3,76,[7 0],7 6],0,1 +1106,1106,12,num,two_rule_comb3,77,[0 8],8 8],0,1 +1106,1106,12,num,two_rule_comb3,78,[8 3],8 3],1,1 +1106,1106,12,num,two_rule_comb3,79,[4 2],4 2],1,1 +1106,1106,12,num,two_rule_comb3,80,[1 0],1 0],1,1 +1106,1106,12,num,two_rule_comb3,81,[3 0],3 0],1,1 +1106,1106,12,num,two_rule_comb3,82,[1 4],3 1],0,1 +1106,1106,12,num,two_rule_comb3,83,[0 4],0 4],1,1 +1106,1106,12,num,two_rule_comb3,84,[1 4],1 4],1,1 +1106,1106,12,num,two_rule_comb3,85,[6 9],9 6],0,1 +1106,1106,12,num,two_rule_comb3,86,[3 8],3 8],1,1 +1106,1106,12,num,two_rule_comb3,87,[9 5],5 1],0,1 +1106,1106,12,num,two_rule_comb3,88,[6 2],6 2],1,1 +1106,1106,12,num,two_rule_comb3,89,[2 1],1 2],0,1 +1106,1106,12,num,two_rule_comb3,90,[3 6],3 6],1,1 +1106,1106,12,num,two_rule_comb3,91,[5 4],4 4],0,1 +1106,1106,12,num,two_rule_comb3,92,[2 5],2 5],1,1 +1106,1106,12,num,two_rule_comb3,93,[2 6],2 6],1,1 +1106,1106,12,num,two_rule_comb3,94,[6 2],6 2],1,1 +1106,1106,12,num,two_rule_comb3,95,[7 8],7 8],1,1 +1106,1106,12,num,two_rule_comb3,96,[5 8],5 6],0,1 +1106,1106,12,num,two_rule_comb3,97,[8 9],8 9,1,1 +1106,1106,12,num,two_rule_comb3,98,[1 3],1 3],1,1 +1106,1106,12,num,two_rule_comb3,99,[4 9],None,0,1 +1106,1106,12,num,two_rule_comb4,0,[1 6],1 6],1,1 +1106,1106,12,num,two_rule_comb4,1,[5 7],5 1],0,1 +1106,1106,12,num,two_rule_comb4,2,[4 3],4 3],1,1 +1106,1106,12,num,two_rule_comb4,3,[3 1],5 1],0,1 +1106,1106,12,num,two_rule_comb4,4,[1 4],1 6],0,1 +1106,1106,12,num,two_rule_comb4,5,[9 1],9 1],1,1 +1106,1106,12,num,two_rule_comb4,6,[1 3],1 3],1,1 +1106,1106,12,num,two_rule_comb4,7,[3 4],3 4],1,1 +1106,1106,12,num,two_rule_comb4,8,[6 4],6 4],1,1 +1106,1106,12,num,two_rule_comb4,9,[2 4],2 11],0,1 +1106,1106,12,num,two_rule_comb4,10,[8 5],8 5],1,1 +1106,1106,12,num,two_rule_comb4,11,[0 1],0 1],1,1 +1106,1106,12,num,two_rule_comb4,12,[9 4],9 4],1,1 +1106,1106,12,num,two_rule_comb4,13,[9 0],8 0],0,1 +1106,1106,12,num,two_rule_comb4,14,[9 2],9 2],1,1 +1106,1106,12,num,two_rule_comb4,15,[6 6],6 6],1,1 +1106,1106,12,num,two_rule_comb4,16,[1 0],1 8],0,1 +1106,1106,12,num,two_rule_comb4,17,[5 9],6 9],0,1 +1106,1106,12,num,two_rule_comb4,18,[7 9],7 9],1,1 +1106,1106,12,num,two_rule_comb4,19,[2 3],2 3],1,1 +1106,1106,12,num,two_rule_comb4,20,[9 2],9 4],0,1 +1106,1106,12,num,two_rule_comb4,21,[4 1],4 1],1,1 +1106,1106,12,num,two_rule_comb4,22,[4 3],4 3],1,1 +1106,1106,12,num,two_rule_comb4,23,[1 3],1 7],0,1 +1106,1106,12,num,two_rule_comb4,24,[5 8],5 8],1,1 +1106,1106,12,num,two_rule_comb4,25,[5 3],4 3],0,1 +1106,1106,12,num,two_rule_comb4,26,[1 1],1 1],1,1 +1106,1106,12,num,two_rule_comb4,27,[8 4],8 4],1,1 +1106,1106,12,num,two_rule_comb4,28,[4 2],4 2],1,1 +1106,1106,12,num,two_rule_comb4,29,[4 1],4 1],1,1 +1106,1106,12,num,two_rule_comb4,30,[9 6],9 6,1,1 +1106,1106,12,num,two_rule_comb4,31,[0 7],0 3],0,1 +1106,1106,12,num,two_rule_comb4,32,[0 0],0 0],1,1 +1106,1106,12,num,two_rule_comb4,33,[5 0],5 0],1,1 +1106,1106,12,num,two_rule_comb4,34,[8 6],8 3,0,1 +1106,1106,12,num,two_rule_comb4,35,[5 7],3 6],0,1 +1106,1106,12,num,two_rule_comb4,36,[0 4],0 1],0,1 +1106,1106,12,num,two_rule_comb4,37,[9 4],9 7,0,1 +1106,1106,12,num,two_rule_comb4,38,[7 0],4 1],0,1 +1106,1106,12,num,two_rule_comb4,39,[0 4],0 9],0,1 +1106,1106,12,num,two_rule_comb4,40,[7 2],7 2],1,1 +1106,1106,12,num,two_rule_comb4,41,[3 9],3 5],0,1 +1106,1106,12,num,two_rule_comb4,42,[5 0],5 0],1,1 +1106,1106,12,num,two_rule_comb4,43,[9 5],9 5,1,1 +1106,1106,12,num,two_rule_comb4,44,[5 0],5 0],1,1 +1106,1106,12,num,two_rule_comb4,45,[1 3],1 0],0,1 +1106,1106,12,num,two_rule_comb4,46,[1 0],1 6],0,1 +1106,1106,12,num,two_rule_comb4,47,[2 4],5 4],0,1 +1106,1106,12,num,two_rule_comb4,48,[5 4],5 2],0,1 +1106,1106,12,num,two_rule_comb4,49,[6 3],6 2],0,1 +1106,1106,12,num,two_rule_comb4,50,[9 4],9 6],0,1 +1106,1106,12,num,two_rule_comb4,51,[6 5],6 5],1,1 +1106,1106,12,num,two_rule_comb4,52,[8 6],6 6],0,1 +1106,1106,12,num,two_rule_comb4,53,[7 2],None,0,1 +1106,1106,12,num,two_rule_comb4,54,[6 4],6 2],0,1 +1106,1106,12,num,two_rule_comb4,55,[7 3],None,0,1 +1106,1106,12,num,two_rule_comb4,56,[7 9],7 0],0,1 +1106,1106,12,num,two_rule_comb4,57,[8 1],8 1],1,1 +1106,1106,12,num,two_rule_comb4,58,[6 1],6 1],1,1 +1106,1106,12,num,two_rule_comb4,59,[8 8],8 8],1,1 +1106,1106,12,num,two_rule_comb4,60,[1 5],1 1],0,1 +1106,1106,12,num,two_rule_comb4,61,[8 5],8 5],1,1 +1106,1106,12,num,two_rule_comb4,62,[9 3],None,0,1 +1106,1106,12,num,two_rule_comb4,63,[0 2],0 16],0,1 +1106,1106,12,num,two_rule_comb4,64,[0 2],0 4],0,1 +1106,1106,12,num,two_rule_comb4,65,[2 7],6 5],0,1 +1106,1106,12,num,two_rule_comb4,66,[2 7],2 7],1,1 +1106,1106,12,num,two_rule_comb4,67,[6 4],6 4],1,1 +1106,1106,12,num,two_rule_comb4,68,[3 7],3 7],1,1 +1106,1106,12,num,two_rule_comb4,69,[1 5],1 5],1,1 +1106,1106,12,num,two_rule_comb4,70,[1 1],1 1],1,1 +1106,1106,12,num,two_rule_comb4,71,[0 1],0 1],1,1 +1106,1106,12,num,two_rule_comb4,72,[4 9],4 5],0,1 +1106,1106,12,num,two_rule_comb4,73,[5 3],5 6],0,1 +1106,1106,12,num,two_rule_comb4,74,[0 0],0 0],1,1 +1106,1106,12,num,two_rule_comb4,75,[3 0],3 8,0,1 +1106,1106,12,num,two_rule_comb4,76,[1 3],1 5],0,1 +1106,1106,12,num,two_rule_comb4,77,[3 9],3 6,0,1 +1106,1106,12,num,two_rule_comb4,78,[7 5],7 5],1,1 +1106,1106,12,num,two_rule_comb4,79,[5 6],5 5,0,1 +1106,1106,12,num,two_rule_comb4,80,[4 6],None,0,1 +1106,1106,12,num,two_rule_comb4,81,[4 8],None,0,1 +1106,1106,12,num,two_rule_comb4,82,[3 2],3 7],0,1 +1106,1106,12,num,two_rule_comb4,83,[0 2],0 2],1,1 +1106,1106,12,num,two_rule_comb4,84,[7 0],7 5],0,1 +1106,1106,12,num,two_rule_comb4,85,[5 1],3 1],0,1 +1106,1106,12,num,two_rule_comb4,86,[7 8],6 8],0,1 +1106,1106,12,num,two_rule_comb4,87,[0 5],0 2],0,1 +1106,1106,12,num,two_rule_comb4,88,[7 4],7 4],1,1 +1106,1106,12,num,two_rule_comb4,89,[9 9],9 7],0,1 +1106,1106,12,num,two_rule_comb4,90,[8 0],8 0],1,1 +1106,1106,12,num,two_rule_comb4,91,[2 1],2 2],0,1 +1106,1106,12,num,two_rule_comb4,92,[4 5],4 4],0,1 +1106,1106,12,num,two_rule_comb4,93,[4 5],4 5],1,1 +1106,1106,12,num,two_rule_comb4,94,[6 0],None,0,1 +1106,1106,12,num,two_rule_comb4,95,[3 5],3 5],1,1 +1106,1106,12,num,two_rule_comb4,96,[7 1],1 1],0,1 +1106,1106,12,num,two_rule_comb4,97,[4 9],None,0,1 +1106,1106,12,num,two_rule_comb4,98,[0 9],1 9],0,1 +1106,1106,12,num,two_rule_comb4,99,[1 6],1 6],1,1 +1106,1106,12,num,two_rule_comb5,0,[2 0],2 0],1,1 +1106,1106,12,num,two_rule_comb5,1,[4 4],4 4],1,1 +1106,1106,12,num,two_rule_comb5,2,[9 9],9 9],1,1 +1106,1106,12,num,two_rule_comb5,3,[4 5],4 5],1,1 +1106,1106,12,num,two_rule_comb5,4,[9 4],9 4],1,1 +1106,1106,12,num,two_rule_comb5,5,[0 1],0 1,1,1 +1106,1106,12,num,two_rule_comb5,6,[9 1],9 1],1,1 +1106,1106,12,num,two_rule_comb5,7,[2 3],2 3],1,1 +1106,1106,12,num,two_rule_comb5,8,[4 0],4 0],1,1 +1106,1106,12,num,two_rule_comb5,9,[3 4],3 4],1,1 +1106,1106,12,num,two_rule_comb5,10,[9 0],9 0,1,1 +1106,1106,12,num,two_rule_comb5,11,[4 8],4 8],1,1 +1106,1106,12,num,two_rule_comb5,12,[9 6],9 6],1,1 +1106,1106,12,num,two_rule_comb5,13,[3 6],3 6],1,1 +1106,1106,12,num,two_rule_comb5,14,[5 8],5 8],1,1 +1106,1106,12,num,two_rule_comb5,15,[6 1],6 1,1,1 +1106,1106,12,num,two_rule_comb5,16,[1 9],1 9,1,1 +1106,1106,12,num,two_rule_comb5,17,[6 4],6 4],1,1 +1106,1106,12,num,two_rule_comb5,18,[1 0],1 0,1,1 +1106,1106,12,num,two_rule_comb5,19,[7 9],7 9],1,1 +1106,1106,12,num,two_rule_comb5,20,[1 9],1 9],1,1 +1106,1106,12,num,two_rule_comb5,21,[8 5],8 5],1,1 +1106,1106,12,num,two_rule_comb5,22,[9 6],9 6],1,1 +1106,1106,12,num,two_rule_comb5,23,[6 0],6 0],1,1 +1106,1106,12,num,two_rule_comb5,24,[9 3],9 3],1,1 +1106,1106,12,num,two_rule_comb5,25,[9 8],9 8],1,1 +1106,1106,12,num,two_rule_comb5,26,[1 5],1 5],1,1 +1106,1106,12,num,two_rule_comb5,27,[2 6],2 6],1,1 +1106,1106,12,num,two_rule_comb5,28,[9 8],9 8,1,1 +1106,1106,12,num,two_rule_comb5,29,[8 7],8 7],1,1 +1106,1106,12,num,two_rule_comb5,30,[7 4],7 4,1,1 +1106,1106,12,num,two_rule_comb5,31,[5 3],5 3,1,1 +1106,1106,12,num,two_rule_comb5,32,[1 8],1 8,1,1 +1106,1106,12,num,two_rule_comb5,33,[9 0],9 0,1,1 +1106,1106,12,num,two_rule_comb5,34,[8 4],8 4],1,1 +1106,1106,12,num,two_rule_comb5,35,[0 0],0 0],1,1 +1106,1106,12,num,two_rule_comb5,36,[3 1],3 1],1,1 +1106,1106,12,num,two_rule_comb5,37,[5 6],5 6],1,1 +1106,1106,12,num,two_rule_comb5,38,[4 3],4 3],1,1 +1106,1106,12,num,two_rule_comb5,39,[7 5],7 5],1,1 +1106,1106,12,num,two_rule_comb5,40,[0 9],0 9],1,1 +1106,1106,12,num,two_rule_comb5,41,[9 5],9 5],1,1 +1106,1106,12,num,two_rule_comb5,42,[0 4],0 4],1,1 +1106,1106,12,num,two_rule_comb5,43,[5 9],5 9],1,1 +1106,1106,12,num,two_rule_comb5,44,[2 1],2 1],1,1 +1106,1106,12,num,two_rule_comb5,45,[2 1],2 1,1,1 +1106,1106,12,num,two_rule_comb5,46,[3 9],3 9],1,1 +1106,1106,12,num,two_rule_comb5,47,[5 7],5 7],1,1 +1106,1106,12,num,two_rule_comb5,48,[3 8],3 8],1,1 +1106,1106,12,num,two_rule_comb5,49,[0 8],0 8],1,1 +1106,1106,12,num,two_rule_comb5,50,[3 5],3 5],1,1 +1106,1106,12,num,two_rule_comb5,51,[1 7],1 7],1,1 +1106,1106,12,num,two_rule_comb5,52,[4 9],None,0,1 +1106,1106,12,num,two_rule_comb5,53,[4 2],4 2],1,1 +1106,1106,12,num,two_rule_comb5,54,[0 9],0 9],1,1 +1106,1106,12,num,two_rule_comb5,55,[1 0],1 0,1,1 +1106,1106,12,num,two_rule_comb5,56,[9 5],9 5],1,1 +1106,1106,12,num,two_rule_comb5,57,[5 5],5 5],1,1 +1106,1106,12,num,two_rule_comb5,58,[0 5],0 5],1,1 +1106,1106,12,num,two_rule_comb5,59,[6 2],6 2,1,1 +1106,1106,12,num,two_rule_comb5,60,[6 5],6 5],1,1 +1106,1106,12,num,two_rule_comb5,61,[8 6],8 6],1,1 +1106,1106,12,num,two_rule_comb5,62,[4 6],None,0,1 +1106,1106,12,num,two_rule_comb5,63,[3 8],3 8],1,1 +1106,1106,12,num,two_rule_comb5,64,[8 0],8 0],1,1 +1106,1106,12,num,two_rule_comb5,65,[6 5],6 5],1,1 +1106,1106,12,num,two_rule_comb5,66,[0 7],0 7],1,1 +1106,1106,12,num,two_rule_comb5,67,[2 5],2 5],1,1 +1106,1106,12,num,two_rule_comb5,68,[4 0],4 0],1,1 +1106,1106,12,num,two_rule_comb5,69,[9 2],9 2,1,1 +1106,1106,12,num,two_rule_comb5,70,[7 0],7 0],1,1 +1106,1106,12,num,two_rule_comb5,71,[6 0],6 0],1,1 +1106,1106,12,num,two_rule_comb5,72,[8 0],8 0,1,1 +1106,1106,12,num,two_rule_comb5,73,[5 0],5 0,1,1 +1106,1106,12,num,two_rule_comb5,74,[4 9],None,0,1 +1106,1106,12,num,two_rule_comb5,75,[1 4],1 4],1,1 +1106,1106,12,num,two_rule_comb5,76,[9 0],9 0,1,1 +1106,1106,12,num,two_rule_comb5,77,[4 8],None,0,1 +1106,1106,12,num,two_rule_comb5,78,[4 1],4 1],1,1 +1106,1106,12,num,two_rule_comb5,79,[7 5],7 5],1,1 +1106,1106,12,num,two_rule_comb5,80,[4 3],4 3],1,1 +1106,1106,12,num,two_rule_comb5,81,[5 1],5 1],1,1 +1106,1106,12,num,two_rule_comb5,82,[5 1],5 1],1,1 +1106,1106,12,num,two_rule_comb5,83,[0 8],0 8],1,1 +1106,1106,12,num,two_rule_comb5,84,[2 8],2 8],1,1 +1106,1106,12,num,two_rule_comb5,85,[7 2],7 2,1,1 +1106,1106,12,num,two_rule_comb5,86,[3 9],3 9],1,1 +1106,1106,12,num,two_rule_comb5,87,[7 3],7 3,1,1 +1106,1106,12,num,two_rule_comb5,88,[1 6],1 6],1,1 +1106,1106,12,num,two_rule_comb5,89,[4 0],4 0],1,1 +1106,1106,12,num,two_rule_comb5,90,[4 9],None,0,1 +1106,1106,12,num,two_rule_comb5,91,[8 4],8 4],1,1 +1106,1106,12,num,two_rule_comb5,92,[4 4],4 4],1,1 +1106,1106,12,num,two_rule_comb5,93,[1 5],1 5],1,1 +1106,1106,12,num,two_rule_comb5,94,[1 8],1 8,1,1 +1106,1106,12,num,two_rule_comb5,95,[6 7],6 7],1,1 +1106,1106,12,num,two_rule_comb5,96,[1 1],1 1],1,1 +1106,1106,12,num,two_rule_comb5,97,[9 7],9 7],1,1 +1106,1106,12,num,two_rule_comb5,98,[6 8],6 8],1,1 +1106,1106,12,num,two_rule_comb5,99,[0 8],0 8],1,1 +1106,1106,12,num,three_rule_comb0,0,[1 8 8],1 8 8,1,1 +1106,1106,12,num,three_rule_comb0,1,[3 0 0],3 0 0],1,1 +1106,1106,12,num,three_rule_comb0,2,[2 9 0],2 9 0,1,1 +1106,1106,12,num,three_rule_comb0,3,[9 7 2],9 7 2,1,1 +1106,1106,12,num,three_rule_comb0,4,[8 0 5],8 0 5],1,1 +1106,1106,12,num,three_rule_comb0,5,[6 0 9],6 0 9,1,1 +1106,1106,12,num,three_rule_comb0,6,[4 9 8],4 9 8,1,1 +1106,1106,12,num,three_rule_comb0,7,[8 7 1],8 7 1,1,1 +1106,1106,12,num,three_rule_comb0,8,[2 5 3],2 5 3],1,1 +1106,1106,12,num,three_rule_comb0,9,[8 9 4],8 9 4],1,1 +1106,1106,12,num,three_rule_comb0,10,[1 5 7],1 5 7,1,1 +1106,1106,12,num,three_rule_comb0,11,[9 1 3],9 1 3,1,1 +1106,1106,12,num,three_rule_comb0,12,[1 5 4],1 5 4],1,1 +1106,1106,12,num,three_rule_comb0,13,[7 7 9],7 7 9,1,1 +1106,1106,12,num,three_rule_comb0,14,[4 9 5],4 9 5,1,1 +1106,1106,12,num,three_rule_comb0,15,[4 7 2],4 7 2,1,1 +1106,1106,12,num,three_rule_comb0,16,[6 3 1],6 3 1,1,1 +1106,1106,12,num,three_rule_comb0,17,[8 2 4],8 2 4],1,1 +1106,1106,12,num,three_rule_comb0,18,[5 7 7],5 7 7],1,1 +1106,1106,12,num,three_rule_comb0,19,[5 6 3],5 6 3],1,1 +1106,1106,12,num,three_rule_comb0,20,[2 2 4],2 2 4],1,1 +1106,1106,12,num,three_rule_comb0,21,[7 1 0],7 1 0],1,1 +1106,1106,12,num,three_rule_comb0,22,[8 1 1],8 1 1,1,1 +1106,1106,12,num,three_rule_comb0,23,[2 1 3],2 1 3,1,1 +1106,1106,12,num,three_rule_comb0,24,[6 7 1],6 7 1,1,1 +1106,1106,12,num,three_rule_comb0,25,[1 4 3],1 4 3,1,1 +1106,1106,12,num,three_rule_comb0,26,[8 9 6],8 9 6,1,1 +1106,1106,12,num,three_rule_comb0,27,[4 3 3],4 3 3,1,1 +1106,1106,12,num,three_rule_comb0,28,[8 4 1],8 4 1,1,1 +1106,1106,12,num,three_rule_comb0,29,[2 0 4],2 0 4,1,1 +1106,1106,12,num,three_rule_comb0,30,[6 7 3],6 7 3,1,1 +1106,1106,12,num,three_rule_comb0,31,[1 1 8],1 1 8,1,1 +1106,1106,12,num,three_rule_comb0,32,[4 8 8],4 8 8],1,1 +1106,1106,12,num,three_rule_comb0,33,[0 5 5],0 5 5,1,1 +1106,1106,12,num,three_rule_comb0,34,[1 8 0],1 8 0],1,1 +1106,1106,12,num,three_rule_comb0,35,[5 8 0],5 8 0],1,1 +1106,1106,12,num,three_rule_comb0,36,[1 4 8],1 4 8,1,1 +1106,1106,12,num,three_rule_comb0,37,[1 6 4],1 6 4],1,1 +1106,1106,12,num,three_rule_comb0,38,[8 7 9],8 7 9],1,1 +1106,1106,12,num,three_rule_comb0,39,[8 8 1],8 8 1,1,1 +1106,1106,12,num,three_rule_comb0,40,[9 4 4],9 4 4,1,1 +1106,1106,12,num,three_rule_comb0,41,[0 1 7],0 1 7,1,1 +1106,1106,12,num,three_rule_comb0,42,[7 0 6],7 0 6,1,1 +1106,1106,12,num,three_rule_comb0,43,[3 0 3],3 0 3,1,1 +1106,1106,12,num,three_rule_comb0,44,[9 1 0],9 1 0,1,1 +1106,1106,12,num,three_rule_comb0,45,[8 7 2],8 7 2],1,1 +1106,1106,12,num,three_rule_comb0,46,[2 6 6],2 6 6,1,1 +1106,1106,12,num,three_rule_comb0,47,[7 2 7],7 2 7,1,1 +1106,1106,12,num,three_rule_comb0,48,[8 3 5],8 3 5,1,1 +1106,1106,12,num,three_rule_comb0,49,[4 4 9],4 4 9],1,1 +1106,1106,12,num,three_rule_comb0,50,[8 3 7],8 3 7,1,1 +1106,1106,12,num,three_rule_comb0,51,[2 1 7],2 1 7,1,1 +1106,1106,12,num,three_rule_comb0,52,[9 5 5],9 5 5],1,1 +1106,1106,12,num,three_rule_comb0,53,[8 3 7],8 3 7],1,1 +1106,1106,12,num,three_rule_comb0,54,[4 9 1],4 9 1],1,1 +1106,1106,12,num,three_rule_comb0,55,[7 4 6],7 4 6],1,1 +1106,1106,12,num,three_rule_comb0,56,[7 3 7],7 3 7,1,1 +1106,1106,12,num,three_rule_comb0,57,[0 4 9],0 4 9,1,1 +1106,1106,12,num,three_rule_comb0,58,[2 1 9],2 1 9],1,1 +1106,1106,12,num,three_rule_comb0,59,[3 2 6],3 2 6,1,1 +1106,1106,12,num,three_rule_comb0,60,[2 5 1],2 5 1,1,1 +1106,1106,12,num,three_rule_comb0,61,[3 1 0],3 1 0],1,1 +1106,1106,12,num,three_rule_comb0,62,[9 8 5],9 8 5],1,1 +1106,1106,12,num,three_rule_comb0,63,[5 6 3],5 6 3,1,1 +1106,1106,12,num,three_rule_comb0,64,[3 5 5],3 5 5],1,1 +1106,1106,12,num,three_rule_comb0,65,[1 0 6],1 0 6,1,1 +1106,1106,12,num,three_rule_comb0,66,[0 8 2],0 8 2,1,1 +1106,1106,12,num,three_rule_comb0,67,[8 3 9],8 3 9],1,1 +1106,1106,12,num,three_rule_comb0,68,[7 5 4],7 5 4,1,1 +1106,1106,12,num,three_rule_comb0,69,[2 1 7],2 1 7,1,1 +1106,1106,12,num,three_rule_comb0,70,[8 8 3],8 8 3,1,1 +1106,1106,12,num,three_rule_comb0,71,[7 8 6],7 8 6,1,1 +1106,1106,12,num,three_rule_comb0,72,[5 5 6],5 5 6,1,1 +1106,1106,12,num,three_rule_comb0,73,[1 2 8],1 2 8,1,1 +1106,1106,12,num,three_rule_comb0,74,[1 0 7],1 0 7],1,1 +1106,1106,12,num,three_rule_comb0,75,[6 9 3],6 9 3,1,1 +1106,1106,12,num,three_rule_comb0,76,[4 2 6],4 2 6,1,1 +1106,1106,12,num,three_rule_comb0,77,[4 6 7],4 6 7],1,1 +1106,1106,12,num,three_rule_comb0,78,[2 7 9],2 7 9],1,1 +1106,1106,12,num,three_rule_comb0,79,[6 9 2],6 9 2,1,1 +1106,1106,12,num,three_rule_comb0,80,[1 3 7],1 3 7,1,1 +1106,1106,12,num,three_rule_comb0,81,[8 2 3],3,0,1 +1106,1106,12,num,three_rule_comb0,82,[2 4 9],2 4 9,1,1 +1106,1106,12,num,three_rule_comb0,83,[6 9 7],6 9 7,1,1 +1106,1106,12,num,three_rule_comb0,84,[8 7 5],8 7 5,1,1 +1106,1106,12,num,three_rule_comb0,85,[8 9 7],8 9 7],1,1 +1106,1106,12,num,three_rule_comb0,86,[6 7 7],6 7 7],1,1 +1106,1106,12,num,three_rule_comb0,87,[6 1 9],6 1 9,1,1 +1106,1106,12,num,three_rule_comb0,88,[1 3 7],1 3 7],1,1 +1106,1106,12,num,three_rule_comb0,89,[2 1 9],2 1 9,1,1 +1106,1106,12,num,three_rule_comb0,90,[2 0 7],2 0 7,1,1 +1106,1106,12,num,three_rule_comb0,91,[4 0 4],4 0 4,1,1 +1106,1106,12,num,three_rule_comb0,92,[5 4 1],5 4 1,1,1 +1106,1106,12,num,three_rule_comb0,93,[0 8 2],0 8 2,1,1 +1106,1106,12,num,three_rule_comb0,94,[0 3 5],0 3 5],1,1 +1106,1106,12,num,three_rule_comb0,95,[7 9 2],7 9 2,1,1 +1106,1106,12,num,three_rule_comb0,96,[9 7 7],2,0,1 +1106,1106,12,num,three_rule_comb0,97,[2 1 8],2 1 8],1,1 +1106,1106,12,num,three_rule_comb0,98,[4 7 9],4 7 9,1,1 +1106,1106,12,num,three_rule_comb0,99,[5 8 1],5 8 1],1,1 +1106,1106,12,num,three_rule_comb1,0,[6 9 0],6 9 0,1,1 +1106,1106,12,num,three_rule_comb1,1,[8 9 9],1 9 9],0,1 +1106,1106,12,num,three_rule_comb1,2,[3 3 2],1 3 2],0,1 +1106,1106,12,num,three_rule_comb1,3,[6 4 8],6 4 8,1,1 +1106,1106,12,num,three_rule_comb1,4,[2 2 3],2 2 3,1,1 +1106,1106,12,num,three_rule_comb1,5,[2 3 5],2 2 5,0,1 +1106,1106,12,num,three_rule_comb1,6,[6 4 4],6 4 5,0,1 +1106,1106,12,num,three_rule_comb1,7,[5 7 6],5 7 5],0,1 +1106,1106,12,num,three_rule_comb1,8,[2 4 7],2 4 7],1,1 +1106,1106,12,num,three_rule_comb1,9,[7 7 8],7 4 8,0,1 +1106,1106,12,num,three_rule_comb1,10,[1 9 1],1 9 1,1,1 +1106,1106,12,num,three_rule_comb1,11,[3 5 5],3 5 3],0,1 +1106,1106,12,num,three_rule_comb1,12,[7 7 6],7 8 6],0,1 +1106,1106,12,num,three_rule_comb1,13,[8 3 2],8 3 2,1,1 +1106,1106,12,num,three_rule_comb1,14,[8 9 3],8 9 3],1,1 +1106,1106,12,num,three_rule_comb1,15,[0 3 0],0 3 0,1,1 +1106,1106,12,num,three_rule_comb1,16,[4 6 0],4 3 0],0,1 +1106,1106,12,num,three_rule_comb1,17,[2 7 0],2 7 0,1,1 +1106,1106,12,num,three_rule_comb1,18,[3 3 5],3 3 5,1,1 +1106,1106,12,num,three_rule_comb1,19,[7 4 9],7 4 9,1,1 +1106,1106,12,num,three_rule_comb1,20,[4 1 0],4 1 0,1,1 +1106,1106,12,num,three_rule_comb1,21,[9 1 6],0 1 6,0,1 +1106,1106,12,num,three_rule_comb1,22,[5 5 7],5 5 1],0,1 +1106,1106,12,num,three_rule_comb1,23,[1 8 9],1 7 9,0,1 +1106,1106,12,num,three_rule_comb1,24,[9 4 3],9 4 6],0,1 +1106,1106,12,num,three_rule_comb1,25,[8 4 6],8 4 1,0,1 +1106,1106,12,num,three_rule_comb1,26,[8 7 1],8 7 1,1,1 +1106,1106,12,num,three_rule_comb1,27,[9 9 5],9 9 1],0,1 +1106,1106,12,num,three_rule_comb1,28,[0 2 8],0 2 5,0,1 +1106,1106,12,num,three_rule_comb1,29,[8 6 2],3 6 2],0,1 +1106,1106,12,num,three_rule_comb1,30,[6 0 0],6 0 0,1,1 +1106,1106,12,num,three_rule_comb1,31,[3 9 8],6 9 8],0,1 +1106,1106,12,num,three_rule_comb1,32,[1 2 0],1 5 0,0,1 +1106,1106,12,num,three_rule_comb1,33,[2 6 1],2 2 1],0,1 +1106,1106,12,num,three_rule_comb1,34,[4 4 2],4 4 2,1,1 +1106,1106,12,num,three_rule_comb1,35,[8 1 2],8 1 2,1,1 +1106,1106,12,num,three_rule_comb1,36,[4 8 2],6 8 2,0,1 +1106,1106,12,num,three_rule_comb1,37,[5 5 6],7 6 6,0,1 +1106,1106,12,num,three_rule_comb1,38,[8 8 2],8 8 0,0,1 +1106,1106,12,num,three_rule_comb1,39,[9 2 5],9 2 5,1,1 +1106,1106,12,num,three_rule_comb1,40,[3 2 0],5 2 0,0,1 +1106,1106,12,num,three_rule_comb1,41,[5 2 5],3 2 5],0,1 +1106,1106,12,num,three_rule_comb1,42,[5 6 0],3 6 0,0,1 +1106,1106,12,num,three_rule_comb1,43,[7 1 3],7 1 3],1,1 +1106,1106,12,num,three_rule_comb1,44,[2 6 5],2 6 5,1,1 +1106,1106,12,num,three_rule_comb1,45,[5 9 9],5 9 9,1,1 +1106,1106,12,num,three_rule_comb1,46,[6 5 8],6 5 8,1,1 +1106,1106,12,num,three_rule_comb1,47,[8 7 0],8 1 0,0,1 +1106,1106,12,num,three_rule_comb1,48,[1 6 2],1 2 2,0,1 +1106,1106,12,num,three_rule_comb1,49,[7 2 5],1 2 5,0,1 +1106,1106,12,num,three_rule_comb1,50,[5 1 3],5 1 3,1,1 +1106,1106,12,num,three_rule_comb1,51,[6 0 0],6 5 0,0,1 +1106,1106,12,num,three_rule_comb1,52,[9 7 5],6 7 5],0,1 +1106,1106,12,num,three_rule_comb1,53,[6 9 6],4 9 6],0,1 +1106,1106,12,num,three_rule_comb1,54,[4 6 5],2 6 5],0,1 +1106,1106,12,num,three_rule_comb1,55,[5 9 3],5 9 3,1,1 +1106,1106,12,num,three_rule_comb1,56,[7 7 4],7 7 2,0,1 +1106,1106,12,num,three_rule_comb1,57,[9 4 9],8 4 9],0,1 +1106,1106,12,num,three_rule_comb1,58,[9 5 0],9 5 0,1,1 +1106,1106,12,num,three_rule_comb1,59,[5 0 1],5 0 1],1,1 +1106,1106,12,num,three_rule_comb1,60,[8 4 3],8 4 3,1,1 +1106,1106,12,num,three_rule_comb1,61,[5 8 3],5 8 1],0,1 +1106,1106,12,num,three_rule_comb1,62,[4 0 4],4 1 4],0,1 +1106,1106,12,num,three_rule_comb1,63,[9 8 2],9 8 2,1,1 +1106,1106,12,num,three_rule_comb1,64,[6 9 7],6 9 7,1,1 +1106,1106,12,num,three_rule_comb1,65,[5 6 0],5 6 0],1,1 +1106,1106,12,num,three_rule_comb1,66,[2 2 7],2 4 7,0,1 +1106,1106,12,num,three_rule_comb1,67,[1 4 5],1 4 5,1,1 +1106,1106,12,num,three_rule_comb1,68,[2 1 0],2 1 0,1,1 +1106,1106,12,num,three_rule_comb1,69,[6 3 9],2 3 9],0,1 +1106,1106,12,num,three_rule_comb1,70,[1 3 2],1 1 2,0,1 +1106,1106,12,num,three_rule_comb1,71,[0 1 1],0 2 1,0,1 +1106,1106,12,num,three_rule_comb1,72,[3 2 5],1 2 5],0,1 +1106,1106,12,num,three_rule_comb1,73,[5 0 0],5 0 8,0,1 +1106,1106,12,num,three_rule_comb1,74,[9 0 8],9 6 8,0,1 +1106,1106,12,num,three_rule_comb1,75,[9 2 0],4 2 0],0,1 +1106,1106,12,num,three_rule_comb1,76,[7 0 0],7 0 9,0,1 +1106,1106,12,num,three_rule_comb1,77,[3 1 8],3 1 8,1,1 +1106,1106,12,num,three_rule_comb1,78,[9 9 3],9 9 3,1,1 +1106,1106,12,num,three_rule_comb1,79,[2 3 4],2 2 4,0,1 +1106,1106,12,num,three_rule_comb1,80,[7 5 3],2 5 3],0,1 +1106,1106,12,num,three_rule_comb1,81,[9 7 3],None,0,1 +1106,1106,12,num,three_rule_comb1,82,[0 3 8],0 3 5],0,1 +1106,1106,12,num,three_rule_comb1,83,[5 0 1],5 0 1,1,1 +1106,1106,12,num,three_rule_comb1,84,[4 8 7],4 2 7,0,1 +1106,1106,12,num,three_rule_comb1,85,[8 1 2],8 1 9,0,1 +1106,1106,12,num,three_rule_comb1,86,[8 5 7],8 5 7],1,1 +1106,1106,12,num,three_rule_comb1,87,[1 0 7],1 0 7,1,1 +1106,1106,12,num,three_rule_comb1,88,[3 4 8],3 4 8,1,1 +1106,1106,12,num,three_rule_comb1,89,[9 7 4],9 5 4,0,1 +1106,1106,12,num,three_rule_comb1,90,[4 1 8],4 1 1],0,1 +1106,1106,12,num,three_rule_comb1,91,[1 1 3],1 1 3,1,1 +1106,1106,12,num,three_rule_comb1,92,[9 6 9],9 6 9,1,1 +1106,1106,12,num,three_rule_comb1,93,[3 8 1],3 8 1,1,1 +1106,1106,12,num,three_rule_comb1,94,[3 8 0],3 0 0,0,1 +1106,1106,12,num,three_rule_comb1,95,[1 5 5],3 5 5],0,1 +1106,1106,12,num,three_rule_comb1,96,[5 1 7],5 1 1,0,1 +1106,1106,12,num,three_rule_comb1,97,[3 5 5],5 5 5],0,1 +1106,1106,12,num,three_rule_comb1,98,[6 9 4],1 9 4,0,1 +1106,1106,12,num,three_rule_comb1,99,[7 5 7],7 7 7],0,1 +1106,1106,12,num,three_rule_comb2,0,[0 0 1],0 0 1,1,1 +1106,1106,12,num,three_rule_comb2,1,[1 1 9],1 1 9,1,1 +1106,1106,12,num,three_rule_comb2,2,[8 5 6],8 5 6,1,1 +1106,1106,12,num,three_rule_comb2,3,[2 8 8],2 8 8,1,1 +1106,1106,12,num,three_rule_comb2,4,[9 3 1],9 3 1,1,1 +1106,1106,12,num,three_rule_comb2,5,[2 3 2],2 3 2,1,1 +1106,1106,12,num,three_rule_comb2,6,[4 5 3],4 5 3,1,1 +1106,1106,12,num,three_rule_comb2,7,[7 4 9],7 4 9,1,1 +1106,1106,12,num,three_rule_comb2,8,[3 8 8],3 8 8,1,1 +1106,1106,12,num,three_rule_comb2,9,[1 8 5],1 8 5,1,1 +1106,1106,12,num,three_rule_comb2,10,[1 5 9],1 5 9],1,1 +1106,1106,12,num,three_rule_comb2,11,[5 9 0],5 9 0,1,1 +1106,1106,12,num,three_rule_comb2,12,[6 2 7],6 2 7,1,1 +1106,1106,12,num,three_rule_comb2,13,[5 2 7],5 2 7,1,1 +1106,1106,12,num,three_rule_comb2,14,[2 7 8],2 7 8],1,1 +1106,1106,12,num,three_rule_comb2,15,[9 5 2],9 5 2,1,1 +1106,1106,12,num,three_rule_comb2,16,[3 5 1],3 5 1,1,1 +1106,1106,12,num,three_rule_comb2,17,[3 0 3],3 0 3,1,1 +1106,1106,12,num,three_rule_comb2,18,[6 3 9],6 3 9,1,1 +1106,1106,12,num,three_rule_comb2,19,[4 7 4],4 7 4,1,1 +1106,1106,12,num,three_rule_comb2,20,[1 9 9],1 9 9,1,1 +1106,1106,12,num,three_rule_comb2,21,[5 5 3],5 5 3],1,1 +1106,1106,12,num,three_rule_comb2,22,[7 0 1],7 0 1],1,1 +1106,1106,12,num,three_rule_comb2,23,[2 1 8],2 1 8,1,1 +1106,1106,12,num,three_rule_comb2,24,[0 9 5],0 9 5],1,1 +1106,1106,12,num,three_rule_comb2,25,[6 8 4],6 8 4,1,1 +1106,1106,12,num,three_rule_comb2,26,[2 3 7],2 3 7],1,1 +1106,1106,12,num,three_rule_comb2,27,[1 5 2],1 5 2,1,1 +1106,1106,12,num,three_rule_comb2,28,[1 0 7],1 0 7],1,1 +1106,1106,12,num,three_rule_comb2,29,[6 5 1],6 5 1,1,1 +1106,1106,12,num,three_rule_comb2,30,[2 5 8],2 5 8],1,1 +1106,1106,12,num,three_rule_comb2,31,[1 0 1],1 0 1,1,1 +1106,1106,12,num,three_rule_comb2,32,[3 4 5],3 4 5,1,1 +1106,1106,12,num,three_rule_comb2,33,[6 7 2],6 7 2],1,1 +1106,1106,12,num,three_rule_comb2,34,[1 4 9],1 4 9],1,1 +1106,1106,12,num,three_rule_comb2,35,[1 0 3],1 0 3],1,1 +1106,1106,12,num,three_rule_comb2,36,[3 0 8],3 0 8,1,1 +1106,1106,12,num,three_rule_comb2,37,[6 2 2],6 2 2,1,1 +1106,1106,12,num,three_rule_comb2,38,[7 8 9],7 8 9,1,1 +1106,1106,12,num,three_rule_comb2,39,[0 1 9],0 1 9],1,1 +1106,1106,12,num,three_rule_comb2,40,[5 0 4],5 0 4,1,1 +1106,1106,12,num,three_rule_comb2,41,[4 8 7],4 8 7],1,1 +1106,1106,12,num,three_rule_comb2,42,[8 2 1],8 2 1,1,1 +1106,1106,12,num,three_rule_comb2,43,[7 6 7],7 6 7],1,1 +1106,1106,12,num,three_rule_comb2,44,[2 9 9],2 9 9,1,1 +1106,1106,12,num,three_rule_comb2,45,[0 1 7],0 1 7,1,1 +1106,1106,12,num,three_rule_comb2,46,[1 0 0],1 0 0,1,1 +1106,1106,12,num,three_rule_comb2,47,[4 4 7],4 4 7],1,1 +1106,1106,12,num,three_rule_comb2,48,[0 5 8],0 5 8,1,1 +1106,1106,12,num,three_rule_comb2,49,[8 8 2],8 8 2,1,1 +1106,1106,12,num,three_rule_comb2,50,[6 7 7],6 7 7,1,1 +1106,1106,12,num,three_rule_comb2,51,[4 2 3],4 2 3,1,1 +1106,1106,12,num,three_rule_comb2,52,[5 4 1],5 4 1,1,1 +1106,1106,12,num,three_rule_comb2,53,[1 1 4],1 1 4],1,1 +1106,1106,12,num,three_rule_comb2,54,[5 2 4],5 2 4],1,1 +1106,1106,12,num,three_rule_comb2,55,[8 6 8],8 6 8,1,1 +1106,1106,12,num,three_rule_comb2,56,[2 3 3],2 3 3,1,1 +1106,1106,12,num,three_rule_comb2,57,[1 2 8],1 2 8,1,1 +1106,1106,12,num,three_rule_comb2,58,[3 2 8],3 2 8],1,1 +1106,1106,12,num,three_rule_comb2,59,[1 6 4],1 6 4,1,1 +1106,1106,12,num,three_rule_comb2,60,[9 5 1],9 5 1],1,1 +1106,1106,12,num,three_rule_comb2,61,[7 7 7],7 7 7,1,1 +1106,1106,12,num,three_rule_comb2,62,[8 6 2],8 6 2,1,1 +1106,1106,12,num,three_rule_comb2,63,[6 5 7],6 5 7,1,1 +1106,1106,12,num,three_rule_comb2,64,[1 2 2],1 2 2,1,1 +1106,1106,12,num,three_rule_comb2,65,[3 0 6],3 0 6],1,1 +1106,1106,12,num,three_rule_comb2,66,[9 3 9],9 3 9,1,1 +1106,1106,12,num,three_rule_comb2,67,[9 8 9],9 8 9,1,1 +1106,1106,12,num,three_rule_comb2,68,[6 0 0],6 0 0],1,1 +1106,1106,12,num,three_rule_comb2,69,[9 9 7],9 9 7,1,1 +1106,1106,12,num,three_rule_comb2,70,[4 7 4],4 7 4,1,1 +1106,1106,12,num,three_rule_comb2,71,[0 1 5],0 1 5],1,1 +1106,1106,12,num,three_rule_comb2,72,[4 0 1],4 0 1,1,1 +1106,1106,12,num,three_rule_comb2,73,[1 3 6],1 3 6,1,1 +1106,1106,12,num,three_rule_comb2,74,[5 8 8],5 8 8,1,1 +1106,1106,12,num,three_rule_comb2,75,[7 3 0],7 3 0],1,1 +1106,1106,12,num,three_rule_comb2,76,[2 9 7],2 9 7],1,1 +1106,1106,12,num,three_rule_comb2,77,[1 9 8],1 9 8,1,1 +1106,1106,12,num,three_rule_comb2,78,[1 8 8],1 8 8,1,1 +1106,1106,12,num,three_rule_comb2,79,[7 4 7],7 4 7,1,1 +1106,1106,12,num,three_rule_comb2,80,[7 9 7],7 9 7],1,1 +1106,1106,12,num,three_rule_comb2,81,[7 0 6],7 0 6,1,1 +1106,1106,12,num,three_rule_comb2,82,[4 2 2],4 2 2,1,1 +1106,1106,12,num,three_rule_comb2,83,[6 0 7],6 0 7,1,1 +1106,1106,12,num,three_rule_comb2,84,[5 4 2],5 4 2,1,1 +1106,1106,12,num,three_rule_comb2,85,[8 6 0],8 6 0,1,1 +1106,1106,12,num,three_rule_comb2,86,[7 8 4],7 8 4,1,1 +1106,1106,12,num,three_rule_comb2,87,[0 3 8],0 3 8,1,1 +1106,1106,12,num,three_rule_comb2,88,[8 9 9],8 9 9,1,1 +1106,1106,12,num,three_rule_comb2,89,[4 2 2],4 2 2],1,1 +1106,1106,12,num,three_rule_comb2,90,[5 7 6],5 7 6],1,1 +1106,1106,12,num,three_rule_comb2,91,[5 0 1],5 0 1,1,1 +1106,1106,12,num,three_rule_comb2,92,[5 5 2],5 5 2,1,1 +1106,1106,12,num,three_rule_comb2,93,[4 5 1],4 5 1,1,1 +1106,1106,12,num,three_rule_comb2,94,[1 8 6],1 8 6],1,1 +1106,1106,12,num,three_rule_comb2,95,[4 8 9],4 8 9,1,1 +1106,1106,12,num,three_rule_comb2,96,[6 8 6],6 8 6],1,1 +1106,1106,12,num,three_rule_comb2,97,[7 3 4],7 3 4,1,1 +1106,1106,12,num,three_rule_comb2,98,[4 1 8],4 1 8],1,1 +1106,1106,12,num,three_rule_comb2,99,[8 0 8],8 0 8,1,1 +1106,1106,12,num,three_rule_comb3,0,[5 1 7],5 5 7],0,1 +1106,1106,12,num,three_rule_comb3,1,[2 1 2],4 1 2],0,1 +1106,1106,12,num,three_rule_comb3,2,[6 3 7],6 3 7,1,1 +1106,1106,12,num,three_rule_comb3,3,[4 8 9],2 8 1,0,1 +1106,1106,12,num,three_rule_comb3,4,[0 5 4],1 5 6],0,1 +1106,1106,12,num,three_rule_comb3,5,[4 1 4],4 1 4,1,1 +1106,1106,12,num,three_rule_comb3,6,[4 7 8],4 7 8],1,1 +1106,1106,12,num,three_rule_comb3,7,[9 0 6],0 6 6],0,1 +1106,1106,12,num,three_rule_comb3,8,[9 0 5],9 0 5,1,1 +1106,1106,12,num,three_rule_comb3,9,[9 0 4],9 0 4,1,1 +1106,1106,12,num,three_rule_comb3,10,[6 2 7],6 2 7],1,1 +1106,1106,12,num,three_rule_comb3,11,[0 7 5],0 1 5],0,1 +1106,1106,12,num,three_rule_comb3,12,[3 0 8],3 3 9],0,1 +1106,1106,12,num,three_rule_comb3,13,[2 6 9],2 6 9,1,1 +1106,1106,12,num,three_rule_comb3,14,[4 3 5],4 3 5,1,1 +1106,1106,12,num,three_rule_comb3,15,[1 3 9],1 3 9,1,1 +1106,1106,12,num,three_rule_comb3,16,[1 9 6],1 9 6,1,1 +1106,1106,12,num,three_rule_comb3,17,[8 9 9],8 1 9,0,1 +1106,1106,12,num,three_rule_comb3,18,[5 5 9],5 5 9,1,1 +1106,1106,12,num,three_rule_comb3,19,[7 2 1],7 2 6],0,1 +1106,1106,12,num,three_rule_comb3,20,[9 5 4],5 9 4],0,1 +1106,1106,12,num,three_rule_comb3,21,[3 3 2],3 3 2],1,1 +1106,1106,12,num,three_rule_comb3,22,[4 7 6],6 7 4],0,1 +1106,1106,12,num,three_rule_comb3,23,[3 3 9],3 3 9],1,1 +1106,1106,12,num,three_rule_comb3,24,[0 1 4],4 1 3],0,1 +1106,1106,12,num,three_rule_comb3,25,[1 6 8],1 6 8,1,1 +1106,1106,12,num,three_rule_comb3,26,[5 7 8],5 5 8,0,1 +1106,1106,12,num,three_rule_comb3,27,[1 1 3],1 9 4],0,1 +1106,1106,12,num,three_rule_comb3,28,[4 0 4],3 0 5,0,1 +1106,1106,12,num,three_rule_comb3,29,[0 6 7],0 6 7],1,1 +1106,1106,12,num,three_rule_comb3,30,[5 1 9],1 1 9],0,1 +1106,1106,12,num,three_rule_comb3,31,[6 4 8],6 4 8],1,1 +1106,1106,12,num,three_rule_comb3,32,[9 3 0],9 3 0],1,1 +1106,1106,12,num,three_rule_comb3,33,[9 9 5],9 9 5],1,1 +1106,1106,12,num,three_rule_comb3,34,[9 4 8],9 2 4,0,1 +1106,1106,12,num,three_rule_comb3,35,[3 3 8],3 3 8],1,1 +1106,1106,12,num,three_rule_comb3,36,[1 6 3],1 7 2],0,1 +1106,1106,12,num,three_rule_comb3,37,[4 5 7],1 0 7],0,1 +1106,1106,12,num,three_rule_comb3,38,[8 7 9],3 7 0,0,1 +1106,1106,12,num,three_rule_comb3,39,[3 8 3],3 8 3],1,1 +1106,1106,12,num,three_rule_comb3,40,[0 0 9],0 0 9],1,1 +1106,1106,12,num,three_rule_comb3,41,[5 2 2],5 2 2],1,1 +1106,1106,12,num,three_rule_comb3,42,[9 1 6],9 1 8],0,1 +1106,1106,12,num,three_rule_comb3,43,[3 4 3],3 4 3,1,1 +1106,1106,12,num,three_rule_comb3,44,[8 9 8],8 9 8,1,1 +1106,1106,12,num,three_rule_comb3,45,[9 9 0],9 0 0],0,1 +1106,1106,12,num,three_rule_comb3,46,[0 5 1],0 1 2,0,1 +1106,1106,12,num,three_rule_comb3,47,[6 4 2],6 4 7],0,1 +1106,1106,12,num,three_rule_comb3,48,[7 7 8],None,0,1 +1106,1106,12,num,three_rule_comb3,49,[9 9 4],9 9 4],1,1 +1106,1106,12,num,three_rule_comb3,50,[1 6 5],1 6 5],1,1 +1106,1106,12,num,three_rule_comb3,51,[9 0 8],9 0 8,1,1 +1106,1106,12,num,three_rule_comb3,52,[4 4 6],2 1 6],0,1 +1106,1106,12,num,three_rule_comb3,53,[6 0 1],5 0 1],0,1 +1106,1106,12,num,three_rule_comb3,54,[0 7 5],0 7 5,1,1 +1106,1106,12,num,three_rule_comb3,55,[4 2 3],6 1 3],0,1 +1106,1106,12,num,three_rule_comb3,56,[9 3 7],9 3 7,1,1 +1106,1106,12,num,three_rule_comb3,57,[6 3 3],6 3 3,1,1 +1106,1106,12,num,three_rule_comb3,58,[5 1 1],5 1 7],0,1 +1106,1106,12,num,three_rule_comb3,59,[1 6 1],1 7 1],0,1 +1106,1106,12,num,three_rule_comb3,60,[6 1 0],6 1 0,1,1 +1106,1106,12,num,three_rule_comb3,61,[8 4 8],1 5 8],0,1 +1106,1106,12,num,three_rule_comb3,62,[5 4 7],5 4 7,1,1 +1106,1106,12,num,three_rule_comb3,63,[6 3 3],6 3 3],1,1 +1106,1106,12,num,three_rule_comb3,64,[3 0 7],3 0 7,1,1 +1106,1106,12,num,three_rule_comb3,65,[7 7 9],7 7 9,1,1 +1106,1106,12,num,three_rule_comb3,66,[8 7 6],5 7 1],0,1 +1106,1106,12,num,three_rule_comb3,67,[1 8 6],1 8 6],1,1 +1106,1106,12,num,three_rule_comb3,68,[2 3 2],2 3 2],1,1 +1106,1106,12,num,three_rule_comb3,69,[8 5 4],5 5 1],0,1 +1106,1106,12,num,three_rule_comb3,70,[8 6 2],8 6 2,1,1 +1106,1106,12,num,three_rule_comb3,71,[1 9 4],1 9 4,1,1 +1106,1106,12,num,three_rule_comb3,72,[3 2 6],6 6 6],0,1 +1106,1106,12,num,three_rule_comb3,73,[9 8 0],8 3 5],0,1 +1106,1106,12,num,three_rule_comb3,74,[7 8 3],7 2 3,0,1 +1106,1106,12,num,three_rule_comb3,75,[4 1 4],4 1 5],0,1 +1106,1106,12,num,three_rule_comb3,76,[3 5 4],5 3 4,0,1 +1106,1106,12,num,three_rule_comb3,77,[6 9 3],None,0,1 +1106,1106,12,num,three_rule_comb3,78,[1 5 9],5 5 4,0,1 +1106,1106,12,num,three_rule_comb3,79,[3 8 6],3 8 6],1,1 +1106,1106,12,num,three_rule_comb3,80,[4 5 1],4 8 1],0,1 +1106,1106,12,num,three_rule_comb3,81,[9 1 6],9 1 6,1,1 +1106,1106,12,num,three_rule_comb3,82,[1 5 9],1 5 9,1,1 +1106,1106,12,num,three_rule_comb3,83,[9 1 7],9 1 7,1,1 +1106,1106,12,num,three_rule_comb3,84,[6 1 3],6 1 3],1,1 +1106,1106,12,num,three_rule_comb3,85,[3 0 6],3 0 6],1,1 +1106,1106,12,num,three_rule_comb3,86,[7 6 2],7 6 2],1,1 +1106,1106,12,num,three_rule_comb3,87,[7 6 6],7 6 6,1,1 +1106,1106,12,num,three_rule_comb3,88,[7 7 7],7 7 7],1,1 +1106,1106,12,num,three_rule_comb3,89,[1 4 9],1 4 1],0,1 +1106,1106,12,num,three_rule_comb3,90,[4 9 3],4 9 3,1,1 +1106,1106,12,num,three_rule_comb3,91,[1 0 8],1 0 8],1,1 +1106,1106,12,num,three_rule_comb3,92,[2 4 7],8 2 7],0,1 +1106,1106,12,num,three_rule_comb3,93,[4 1 9],9 1 9],0,1 +1106,1106,12,num,three_rule_comb3,94,[6 0 5],4 2 5],0,1 +1106,1106,12,num,three_rule_comb3,95,[7 9 7],7 9 7,1,1 +1106,1106,12,num,three_rule_comb3,96,[4 4 1],4 4 1],1,1 +1106,1106,12,num,three_rule_comb3,97,[6 1 5],6 1 5],1,1 +1106,1106,12,num,three_rule_comb3,98,[0 8 2],0 8 1,0,1 +1106,1106,12,num,three_rule_comb3,99,[0 6 2],5 6 2],0,1 +1106,1106,12,num,three_rule_comb4,0,[8 7 0],8 7 2],0,1 +1106,1106,12,num,three_rule_comb4,1,[7 9 4],7 9 6,0,1 +1106,1106,12,num,three_rule_comb4,2,[9 3 1],9 4 1,0,1 +1106,1106,12,num,three_rule_comb4,3,[9 7 0],9 7 6,0,1 +1106,1106,12,num,three_rule_comb4,4,[9 8 3],9 9 3],0,1 +1106,1106,12,num,three_rule_comb4,5,[4 8 5],5 8 5],0,1 +1106,1106,12,num,three_rule_comb4,6,[9 3 6],9 3 6,1,1 +1106,1106,12,num,three_rule_comb4,7,[2 5 8],3 1 8],0,1 +1106,1106,12,num,three_rule_comb4,8,[6 0 5],6 0 5],1,1 +1106,1106,12,num,three_rule_comb4,9,[0 1 9],5 1 9],0,1 +1106,1106,12,num,three_rule_comb4,10,[8 1 5],8 1 8,0,1 +1106,1106,12,num,three_rule_comb4,11,[7 3 8],7 3 8,1,1 +1106,1106,12,num,three_rule_comb4,12,[4 3 3],3 3 6,0,1 +1106,1106,12,num,three_rule_comb4,13,[0 8 0],0 8 0,1,1 +1106,1106,12,num,three_rule_comb4,14,[3 0 9],3 0 9],1,1 +1106,1106,12,num,three_rule_comb4,15,[9 8 8],9 8 4,0,1 +1106,1106,12,num,three_rule_comb4,16,[0 0 0],0 0 0],1,1 +1106,1106,12,num,three_rule_comb4,17,[2 7 1],2 6 1,0,1 +1106,1106,12,num,three_rule_comb4,18,[7 4 2],7 4 3,0,1 +1106,1106,12,num,three_rule_comb4,19,[5 4 5],5 4 7,0,1 +1106,1106,12,num,three_rule_comb4,20,[2 5 2],2 5 2],1,1 +1106,1106,12,num,three_rule_comb4,21,[3 3 4],3 3 7],0,1 +1106,1106,12,num,three_rule_comb4,22,[5 0 3],5 3 3,0,1 +1106,1106,12,num,three_rule_comb4,23,[3 0 8],3 0 3,0,1 +1106,1106,12,num,three_rule_comb4,24,[5 8 0],5 8 0],1,1 +1106,1106,12,num,three_rule_comb4,25,[2 1 2],2 1 4,0,1 +1106,1106,12,num,three_rule_comb4,26,[2 7 2],2 2 2],0,1 +1106,1106,12,num,three_rule_comb4,27,[5 9 8],5 9 8,1,1 +1106,1106,12,num,three_rule_comb4,28,[2 7 5],2 7 1],0,1 +1106,1106,12,num,three_rule_comb4,29,[5 5 1],5 5 1],1,1 +1106,1106,12,num,three_rule_comb4,30,[4 4 1],4 4 1,1,1 +1106,1106,12,num,three_rule_comb4,31,[1 3 4],1 3 7],0,1 +1106,1106,12,num,three_rule_comb4,32,[5 9 3],2 9 3],0,1 +1106,1106,12,num,three_rule_comb4,33,[0 8 0],0 4 6,0,1 +1106,1106,12,num,three_rule_comb4,34,[6 6 8],6 6 8],1,1 +1106,1106,12,num,three_rule_comb4,35,[1 2 8],1 2 5],0,1 +1106,1106,12,num,three_rule_comb4,36,[5 8 3],5 8 5],0,1 +1106,1106,12,num,three_rule_comb4,37,[2 0 1],2 0 6,0,1 +1106,1106,12,num,three_rule_comb4,38,[1 4 6],1 4 1,0,1 +1106,1106,12,num,three_rule_comb4,39,[5 4 8],5 4 5,0,1 +1106,1106,12,num,three_rule_comb4,40,[1 6 1],1 6 8],0,1 +1106,1106,12,num,three_rule_comb4,41,[7 3 8],7 3 8],1,1 +1106,1106,12,num,three_rule_comb4,42,[8 4 5],8 4 1],0,1 +1106,1106,12,num,three_rule_comb4,43,[5 3 8],8 3 8,0,1 +1106,1106,12,num,three_rule_comb4,44,[7 1 9],7 4 9],0,1 +1106,1106,12,num,three_rule_comb4,45,[7 8 4],7 2 4,0,1 +1106,1106,12,num,three_rule_comb4,46,[2 2 1],2 2 3],0,1 +1106,1106,12,num,three_rule_comb4,47,[9 9 8],9 9 0,0,1 +1106,1106,12,num,three_rule_comb4,48,[0 2 3],0 2 3],1,1 +1106,1106,12,num,three_rule_comb4,49,[1 6 9],1 6 7],0,1 +1106,1106,12,num,three_rule_comb4,50,[4 8 5],4 8 5],1,1 +1106,1106,12,num,three_rule_comb4,51,[8 8 6],0 8 6],0,1 +1106,1106,12,num,three_rule_comb4,52,[8 4 0],8 2 0],0,1 +1106,1106,12,num,three_rule_comb4,53,[0 9 9],0 9 9],1,1 +1106,1106,12,num,three_rule_comb4,54,[3 4 7],3 4 6],0,1 +1106,1106,12,num,three_rule_comb4,55,[4 7 6],4 6 6,0,1 +1106,1106,12,num,three_rule_comb4,56,[7 5 5],7 8 5],0,1 +1106,1106,12,num,three_rule_comb4,57,[6 7 1],6 3 1,0,1 +1106,1106,12,num,three_rule_comb4,58,[2 9 9],2 9 9],1,1 +1106,1106,12,num,three_rule_comb4,59,[5 3 5],5 3 5],1,1 +1106,1106,12,num,three_rule_comb4,60,[0 8 4],0 5 4],0,1 +1106,1106,12,num,three_rule_comb4,61,[2 3 8],2 3 9,0,1 +1106,1106,12,num,three_rule_comb4,62,[8 1 9],8 7 9],0,1 +1106,1106,12,num,three_rule_comb4,63,[0 7 4],0 7 4,1,1 +1106,1106,12,num,three_rule_comb4,64,[5 9 2],5 9 4],0,1 +1106,1106,12,num,three_rule_comb4,65,[6 6 2],6 2 2,0,1 +1106,1106,12,num,three_rule_comb4,66,[8 0 0],4 0 0],0,1 +1106,1106,12,num,three_rule_comb4,67,[6 9 9],2 9 9],0,1 +1106,1106,12,num,three_rule_comb4,68,[0 9 4],0 2 4,0,1 +1106,1106,12,num,three_rule_comb4,69,[5 8 6],5 8 5],0,1 +1106,1106,12,num,three_rule_comb4,70,[0 3 5],0 3 7,0,1 +1106,1106,12,num,three_rule_comb4,71,[3 2 8],3 2 1,0,1 +1106,1106,12,num,three_rule_comb4,72,[7 7 4],7 7 4],1,1 +1106,1106,12,num,three_rule_comb4,73,[1 7 2],3 7 2],0,1 +1106,1106,12,num,three_rule_comb4,74,[0 7 5],0 7 5,1,1 +1106,1106,12,num,three_rule_comb4,75,[0 3 3],0 3 4,0,1 +1106,1106,12,num,three_rule_comb4,76,[5 9 5],5 9 5],1,1 +1106,1106,12,num,three_rule_comb4,77,[8 2 9],8 2 9],1,1 +1106,1106,12,num,three_rule_comb4,78,[5 1 1],5 1 7],0,1 +1106,1106,12,num,three_rule_comb4,79,[6 7 5],6 7 3,0,1 +1106,1106,12,num,three_rule_comb4,80,[4 4 0],4 1 6],0,1 +1106,1106,12,num,three_rule_comb4,81,[8 4 7],8 4 7],1,1 +1106,1106,12,num,three_rule_comb4,82,[9 0 2],9 0 2,1,1 +1106,1106,12,num,three_rule_comb4,83,[5 3 9],5 1 9],0,1 +1106,1106,12,num,three_rule_comb4,84,[4 2 8],4 5 8],0,1 +1106,1106,12,num,three_rule_comb4,85,[8 2 4],8 2 1,0,1 +1106,1106,12,num,three_rule_comb4,86,[2 8 8],2 2 8],0,1 +1106,1106,12,num,three_rule_comb4,87,[3 6 5],3 6 5],1,1 +1106,1106,12,num,three_rule_comb4,88,[8 7 5],8 7 8],0,1 +1106,1106,12,num,three_rule_comb4,89,[9 9 5],9 6 5],0,1 +1106,1106,12,num,three_rule_comb4,90,[8 6 2],8 6 2],1,1 +1106,1106,12,num,three_rule_comb4,91,[5 6 1],5 6 1,1,1 +1106,1106,12,num,three_rule_comb4,92,[2 9 4],2 3 4],0,1 +1106,1106,12,num,three_rule_comb4,93,[4 9 6],4 9 6],1,1 +1106,1106,12,num,three_rule_comb4,94,[5 4 5],5 4 5],1,1 +1106,1106,12,num,three_rule_comb4,95,[7 2 6],7 2 4,0,1 +1106,1106,12,num,three_rule_comb4,96,[5 1 7],5 1 2,0,1 +1106,1106,12,num,three_rule_comb4,97,[5 1 1],2 1 1,0,1 +1106,1106,12,num,three_rule_comb4,98,[0 7 8],0 7 3,0,1 +1106,1106,12,num,three_rule_comb4,99,[4 0 9],4 0 6],0,1 +1106,1106,12,num,three_rule_comb5,0,[5 0 7],5 0 7],1,1 +1106,1106,12,num,three_rule_comb5,1,[3 3 1],3 3 1,1,1 +1106,1106,12,num,three_rule_comb5,2,[5 3 1],5 3 1,1,1 +1106,1106,12,num,three_rule_comb5,3,[5 9 2],5 9 2],1,1 +1106,1106,12,num,three_rule_comb5,4,[0 2 4],0 2 4,1,1 +1106,1106,12,num,three_rule_comb5,5,[9 2 8],9 2 8],1,1 +1106,1106,12,num,three_rule_comb5,6,[2 8 7],2 0 3],0,1 +1106,1106,12,num,three_rule_comb5,7,[8 4 5],8 4 5,1,1 +1106,1106,12,num,three_rule_comb5,8,[7 4 7],7 4 7,1,1 +1106,1106,12,num,three_rule_comb5,9,[6 1 5],6 1 5,1,1 +1106,1106,12,num,three_rule_comb5,10,[5 5 6],5 5 6],1,1 +1106,1106,12,num,three_rule_comb5,11,[2 4 8],2 4 8],1,1 +1106,1106,12,num,three_rule_comb5,12,[0 6 0],0 6 0,1,1 +1106,1106,12,num,three_rule_comb5,13,[9 4 0],9 4 0],1,1 +1106,1106,12,num,three_rule_comb5,14,[6 3 2],6 3 2,1,1 +1106,1106,12,num,three_rule_comb5,15,[0 9 8],0 9 8,1,1 +1106,1106,12,num,three_rule_comb5,16,[7 5 6],7 5 6],1,1 +1106,1106,12,num,three_rule_comb5,17,[0 1 7],0 1 7,1,1 +1106,1106,12,num,three_rule_comb5,18,[1 4 1],1 4 1,1,1 +1106,1106,12,num,three_rule_comb5,19,[0 1 0],0 1 0],1,1 +1106,1106,12,num,three_rule_comb5,20,[4 4 9],4 4 9],1,1 +1106,1106,12,num,three_rule_comb5,21,[1 7 4],1 7 4,1,1 +1106,1106,12,num,three_rule_comb5,22,[9 4 4],9 4 4,1,1 +1106,1106,12,num,three_rule_comb5,23,[5 4 0],5 4 0,1,1 +1106,1106,12,num,three_rule_comb5,24,[6 0 4],6 0 4,1,1 +1106,1106,12,num,three_rule_comb5,25,[8 6 1],8 6 1,1,1 +1106,1106,12,num,three_rule_comb5,26,[7 4 8],7 4 8,1,1 +1106,1106,12,num,three_rule_comb5,27,[9 3 6],9 3 6],1,1 +1106,1106,12,num,three_rule_comb5,28,[4 8 3],4 8 3,1,1 +1106,1106,12,num,three_rule_comb5,29,[9 8 0],9 8 0],1,1 +1106,1106,12,num,three_rule_comb5,30,[5 9 5],5 9 5,1,1 +1106,1106,12,num,three_rule_comb5,31,[5 4 4],5 4 4,1,1 +1106,1106,12,num,three_rule_comb5,32,[5 5 9],5 5 9],1,1 +1106,1106,12,num,three_rule_comb5,33,[7 1 8],7 1 8,1,1 +1106,1106,12,num,three_rule_comb5,34,[4 0 5],4 0 5,1,1 +1106,1106,12,num,three_rule_comb5,35,[5 9 2],5 9 2,1,1 +1106,1106,12,num,three_rule_comb5,36,[1 2 2],1 2 2,1,1 +1106,1106,12,num,three_rule_comb5,37,[5 2 7],5 2 7,1,1 +1106,1106,12,num,three_rule_comb5,38,[3 9 1],3 9 1],1,1 +1106,1106,12,num,three_rule_comb5,39,[3 8 9],3 8 9,1,1 +1106,1106,12,num,three_rule_comb5,40,[0 0 0],0 0 0],1,1 +1106,1106,12,num,three_rule_comb5,41,[7 0 3],7 0 3],1,1 +1106,1106,12,num,three_rule_comb5,42,[3 6 8],3 6 8,1,1 +1106,1106,12,num,three_rule_comb5,43,[5 1 0],5 1 0,1,1 +1106,1106,12,num,three_rule_comb5,44,[6 4 9],6 4 9],1,1 +1106,1106,12,num,three_rule_comb5,45,[5 3 0],5 3 0,1,1 +1106,1106,12,num,three_rule_comb5,46,[3 3 8],3 3 8,1,1 +1106,1106,12,num,three_rule_comb5,47,[9 9 8],9 9 8],1,1 +1106,1106,12,num,three_rule_comb5,48,[5 3 4],5 3 4,1,1 +1106,1106,12,num,three_rule_comb5,49,[3 4 9],3 4 9],1,1 +1106,1106,12,num,three_rule_comb5,50,[2 1 7],2 1 7],1,1 +1106,1106,12,num,three_rule_comb5,51,[2 2 5],2 2 5,1,1 +1106,1106,12,num,three_rule_comb5,52,[1 4 9],1 4 9],1,1 +1106,1106,12,num,three_rule_comb5,53,[1 5 9],1 5 9,1,1 +1106,1106,12,num,three_rule_comb5,54,[0 8 8],0 8 8,1,1 +1106,1106,12,num,three_rule_comb5,55,[0 5 9],0 5 9,1,1 +1106,1106,12,num,three_rule_comb5,56,[0 6 2],0 6 2,1,1 +1106,1106,12,num,three_rule_comb5,57,[4 3 1],4 3 1,1,1 +1106,1106,12,num,three_rule_comb5,58,[0 6 9],0 6 9],1,1 +1106,1106,12,num,three_rule_comb5,59,[8 7 0],8 7 0],1,1 +1106,1106,12,num,three_rule_comb5,60,[1 4 7],1 4 7],1,1 +1106,1106,12,num,three_rule_comb5,61,[7 4 1],7 4 1,1,1 +1106,1106,12,num,three_rule_comb5,62,[4 0 4],4 0 4],1,1 +1106,1106,12,num,three_rule_comb5,63,[9 0 1],9 0 1],1,1 +1106,1106,12,num,three_rule_comb5,64,[7 0 8],7 0 8,1,1 +1106,1106,12,num,three_rule_comb5,65,[3 4 8],3 4 8],1,1 +1106,1106,12,num,three_rule_comb5,66,[9 1 0],9 1 0],1,1 +1106,1106,12,num,three_rule_comb5,67,[1 1 5],1 1 5,1,1 +1106,1106,12,num,three_rule_comb5,68,[3 5 3],3 5 3],1,1 +1106,1106,12,num,three_rule_comb5,69,[3 4 4],3 4 4,1,1 +1106,1106,12,num,three_rule_comb5,70,[3 2 5],3 2 5,1,1 +1106,1106,12,num,three_rule_comb5,71,[0 5 5],0 5 5,1,1 +1106,1106,12,num,three_rule_comb5,72,[5 9 7],5 9 7],1,1 +1106,1106,12,num,three_rule_comb5,73,[9 9 3],9 9 3,1,1 +1106,1106,12,num,three_rule_comb5,74,[8 4 5],8 4 5],1,1 +1106,1106,12,num,three_rule_comb5,75,[3 5 8],3 5 8],1,1 +1106,1106,12,num,three_rule_comb5,76,[4 3 3],4 3 3,1,1 +1106,1106,12,num,three_rule_comb5,77,[8 0 6],8 0 6],1,1 +1106,1106,12,num,three_rule_comb5,78,[8 6 7],8 6 7],1,1 +1106,1106,12,num,three_rule_comb5,79,[9 1 0],9 1 0,1,1 +1106,1106,12,num,three_rule_comb5,80,[0 9 5],0 9 5],1,1 +1106,1106,12,num,three_rule_comb5,81,[4 3 2],4 3 2,1,1 +1106,1106,12,num,three_rule_comb5,82,[2 8 6],2 8 6],1,1 +1106,1106,12,num,three_rule_comb5,83,[1 7 6],1 7 6,1,1 +1106,1106,12,num,three_rule_comb5,84,[9 0 9],9 0 9,1,1 +1106,1106,12,num,three_rule_comb5,85,[5 0 5],5 0 5],1,1 +1106,1106,12,num,three_rule_comb5,86,[1 0 7],1 8 7,0,1 +1106,1106,12,num,three_rule_comb5,87,[8 4 8],8 4 8],1,1 +1106,1106,12,num,three_rule_comb5,88,[9 2 7],9 2 7,1,1 +1106,1106,12,num,three_rule_comb5,89,[0 2 5],0 2 5],1,1 +1106,1106,12,num,three_rule_comb5,90,[7 5 2],None,0,1 +1106,1106,12,num,three_rule_comb5,91,[0 8 2],0 8 2,1,1 +1106,1106,12,num,three_rule_comb5,92,[1 0 9],1 0 9,1,1 +1106,1106,12,num,three_rule_comb5,93,[0 1 8],0 1 8],1,1 +1106,1106,12,num,three_rule_comb5,94,[3 4 1],3 4 1,1,1 +1106,1106,12,num,three_rule_comb5,95,[4 9 2],None,0,1 +1106,1106,12,num,three_rule_comb5,96,[9 9 5],9 9 5],1,1 +1106,1106,12,num,three_rule_comb5,97,[8 9 1],8 9 1,1,1 +1106,1106,12,num,three_rule_comb5,98,[4 2 4],4 2 4],1,1 +1106,1106,12,num,three_rule_comb5,99,[4 6 4],4 6 4],1,1 +1106,1106,12,num,three_rule_comb6,0,[0 1 6],0 1 6],1,1 +1106,1106,12,num,three_rule_comb6,1,[7 1 9],7 1 9,1,1 +1106,1106,12,num,three_rule_comb6,2,[1 0 2],1 0 2],1,1 +1106,1106,12,num,three_rule_comb6,3,[3 1 9],3 1 9,1,1 +1106,1106,12,num,three_rule_comb6,4,[2 5 3],2 5 3],1,1 +1106,1106,12,num,three_rule_comb6,5,[2 0 9],2 0 9],1,1 +1106,1106,12,num,three_rule_comb6,6,[5 0 9],5 0 9,1,1 +1106,1106,12,num,three_rule_comb6,7,[6 2 7],6 2 7,1,1 +1106,1106,12,num,three_rule_comb6,8,[4 9 1],4 9 1],1,1 +1106,1106,12,num,three_rule_comb6,9,[5 5 1],5 5 1],1,1 +1106,1106,12,num,three_rule_comb6,10,[3 1 8],3 1 8,1,1 +1106,1106,12,num,three_rule_comb6,11,[0 5 9],0 0 3,0,1 +1106,1106,12,num,three_rule_comb6,12,[7 1 1],7 1 1,1,1 +1106,1106,12,num,three_rule_comb6,13,[9 1 4],9 1 4],1,1 +1106,1106,12,num,three_rule_comb6,14,[4 2 9],4 2 9,1,1 +1106,1106,12,num,three_rule_comb6,15,[9 0 8],8 4 3],0,1 +1106,1106,12,num,three_rule_comb6,16,[0 5 4],0 5 4],1,1 +1106,1106,12,num,three_rule_comb6,17,[4 5 9],4 5 9],1,1 +1106,1106,12,num,three_rule_comb6,18,[6 9 5],6 2 5,0,1 +1106,1106,12,num,three_rule_comb6,19,[6 7 2],6 7 2],1,1 +1106,1106,12,num,three_rule_comb6,20,[9 4 9],9 4 9],1,1 +1106,1106,12,num,three_rule_comb6,21,[6 9 8],1 6 7],0,1 +1106,1106,12,num,three_rule_comb6,22,[8 3 9],8 3 9,1,1 +1106,1106,12,num,three_rule_comb6,23,[9 9 5],9 5 5],0,1 +1106,1106,12,num,three_rule_comb6,24,[7 6 7],7 6 7,1,1 +1106,1106,12,num,three_rule_comb6,25,[4 8 8],4 8 8,1,1 +1106,1106,12,num,three_rule_comb6,26,[0 7 8],2 7 6],0,1 +1106,1106,12,num,three_rule_comb6,27,[1 4 3],1 4 3,1,1 +1106,1106,12,num,three_rule_comb6,28,[6 4 6],6 4 6,1,1 +1106,1106,12,num,three_rule_comb6,29,[1 2 4],7 1 6,0,1 +1106,1106,12,num,three_rule_comb6,30,[8 9 3],9 4 8],0,1 +1106,1106,12,num,three_rule_comb6,31,[5 1 8],5 1 8,1,1 +1106,1106,12,num,three_rule_comb6,32,[4 0 4],4 0 4],1,1 +1106,1106,12,num,three_rule_comb6,33,[8 4 1],8 4 1,1,1 +1106,1106,12,num,three_rule_comb6,34,[9 5 3],5 3 3],0,1 +1106,1106,12,num,three_rule_comb6,35,[7 2 1],7 0 1],0,1 +1106,1106,12,num,three_rule_comb6,36,[3 4 2],3 4 2],1,1 +1106,1106,12,num,three_rule_comb6,37,[0 5 0],0 5 0,1,1 +1106,1106,12,num,three_rule_comb6,38,[1 1 2],1 1 3],0,1 +1106,1106,12,num,three_rule_comb6,39,[2 5 3],2 5 3,1,1 +1106,1106,12,num,three_rule_comb6,40,[8 7 5],8 5 5],0,1 +1106,1106,12,num,three_rule_comb6,41,[5 8 5],5 8 5],1,1 +1106,1106,12,num,three_rule_comb6,42,[2 2 4],2 2 4],1,1 +1106,1106,12,num,three_rule_comb6,43,[0 9 1],0 9 1,1,1 +1106,1106,12,num,three_rule_comb6,44,[9 6 5],8 5 4],0,1 +1106,1106,12,num,three_rule_comb6,45,[0 3 1],0 3 4],0,1 +1106,1106,12,num,three_rule_comb6,46,[0 0 3],0 0 3,1,1 +1106,1106,12,num,three_rule_comb6,47,[9 5 6],9 5 6],1,1 +1106,1106,12,num,three_rule_comb6,48,[9 7 3],2 7 3,0,1 +1106,1106,12,num,three_rule_comb6,49,[8 6 0],6 3 0],0,1 +1106,1106,12,num,three_rule_comb6,50,[0 1 6],0 4 7,0,1 +1106,1106,12,num,three_rule_comb6,51,[4 1 2],2 2 3],0,1 +1106,1106,12,num,three_rule_comb6,52,[8 9 3],8 9 3,1,1 +1106,1106,12,num,three_rule_comb6,53,[9 0 5],9 0 5],1,1 +1106,1106,12,num,three_rule_comb6,54,[4 4 6],4 4 6],1,1 +1106,1106,12,num,three_rule_comb6,55,[6 2 9],6 2 9,1,1 +1106,1106,12,num,three_rule_comb6,56,[4 8 1],4 1 1],0,1 +1106,1106,12,num,three_rule_comb6,57,[2 6 8],2 8 4],0,1 +1106,1106,12,num,three_rule_comb6,58,[2 5 6],2 5 6,1,1 +1106,1106,12,num,three_rule_comb6,59,[5 5 1],5 6 1],0,1 +1106,1106,12,num,three_rule_comb6,60,[8 1 3],8 1 3,1,1 +1106,1106,12,num,three_rule_comb6,61,[2 6 3],2 6 3],1,1 +1106,1106,12,num,three_rule_comb6,62,[0 5 4],0 5 4,1,1 +1106,1106,12,num,three_rule_comb6,63,[6 8 3],None,0,1 +1106,1106,12,num,three_rule_comb6,64,[6 3 1],6 1 1,0,1 +1106,1106,12,num,three_rule_comb6,65,[1 3 6],1 3 6,1,1 +1106,1106,12,num,three_rule_comb6,66,[6 1 6],6 2 4],0,1 +1106,1106,12,num,three_rule_comb6,67,[6 8 9],6 8 9,1,1 +1106,1106,12,num,three_rule_comb6,68,[4 1 9],1 1 9],0,1 +1106,1106,12,num,three_rule_comb6,69,[6 9 2],6 9 2,1,1 +1106,1106,12,num,three_rule_comb6,70,[1 3 5],1 3 5,1,1 +1106,1106,12,num,three_rule_comb6,71,[2 0 3],2 0 3],1,1 +1106,1106,12,num,three_rule_comb6,72,[0 4 7],1 3 7],0,1 +1106,1106,12,num,three_rule_comb6,73,[1 6 6],1 6 6],1,1 +1106,1106,12,num,three_rule_comb6,74,[3 2 6],3 2 4,0,1 +1106,1106,12,num,three_rule_comb6,75,[3 4 7],3 4 7,1,1 +1106,1106,12,num,three_rule_comb6,76,[8 0 7],8 0 7],1,1 +1106,1106,12,num,three_rule_comb6,77,[9 3 6],9 3 8],0,1 +1106,1106,12,num,three_rule_comb6,78,[6 0 8],6 0 8],1,1 +1106,1106,12,num,three_rule_comb6,79,[6 0 0],6 0 0],1,1 +1106,1106,12,num,three_rule_comb6,80,[3 6 3],3 6 3],1,1 +1106,1106,12,num,three_rule_comb6,81,[1 5 0],1 5 0],1,1 +1106,1106,12,num,three_rule_comb6,82,[1 4 5],1 4 5],1,1 +1106,1106,12,num,three_rule_comb6,83,[4 9 3],4 4 3,0,1 +1106,1106,12,num,three_rule_comb6,84,[8 7 0],8 1 7,0,1 +1106,1106,12,num,three_rule_comb6,85,[1 3 9],1 3 9,1,1 +1106,1106,12,num,three_rule_comb6,86,[4 7 6],4 7 6,1,1 +1106,1106,12,num,three_rule_comb6,87,[1 4 8],1 4 8],1,1 +1106,1106,12,num,three_rule_comb6,88,[0 5 8],0 5 8,1,1 +1106,1106,12,num,three_rule_comb6,89,[8 3 9],8 3 9],1,1 +1106,1106,12,num,three_rule_comb6,90,[5 1 2],5 1 2],1,1 +1106,1106,12,num,three_rule_comb6,91,[7 6 9],7 6 1,0,1 +1106,1106,12,num,three_rule_comb6,92,[3 7 9],3 7 9],1,1 +1106,1106,12,num,three_rule_comb6,93,[9 8 1],9 8 1,1,1 +1106,1106,12,num,three_rule_comb6,94,[4 9 4],4 9 6,0,1 +1106,1106,12,num,three_rule_comb6,95,[4 7 8],4 1 8],0,1 +1106,1106,12,num,three_rule_comb6,96,[3 7 7],3 7 7],1,1 +1106,1106,12,num,three_rule_comb6,97,[8 1 6],8 1 6],1,1 +1106,1106,12,num,three_rule_comb6,98,[7 3 5],2 3 5],0,1 +1106,1106,12,num,three_rule_comb6,99,[5 6 8],5 6 0,0,1 +1106,1106,12,num,three_rule_comb7,0,[5 4 8],5 4 8,1,1 +1106,1106,12,num,three_rule_comb7,1,[3 1 8],3 1 8],1,1 +1106,1106,12,num,three_rule_comb7,2,[4 7 9],4 4 4],0,1 +1106,1106,12,num,three_rule_comb7,3,[4 8 5],4 1 2,0,1 +1106,1106,12,num,three_rule_comb7,4,[7 5 2],7 6 3,0,1 +1106,1106,12,num,three_rule_comb7,5,[9 3 9],9 3 6],0,1 +1106,1106,12,num,three_rule_comb7,6,[5 1 5],5 2 8,0,1 +1106,1106,12,num,three_rule_comb7,7,[2 9 0],2 3 1,0,1 +1106,1106,12,num,three_rule_comb7,8,[2 2 3],3 2 7,0,1 +1106,1106,12,num,three_rule_comb7,9,[6 2 8],6 2 0],0,1 +1106,1106,12,num,three_rule_comb7,10,[5 1 4],3 1 8,0,1 +1106,1106,12,num,three_rule_comb7,11,[2 6 1],2 6 1],1,1 +1106,1106,12,num,three_rule_comb7,12,[4 4 4],4 4 4,1,1 +1106,1106,12,num,three_rule_comb7,13,[4 4 0],4 4 3],0,1 +1106,1106,12,num,three_rule_comb7,14,[7 7 4],7 4 4],0,1 +1106,1106,12,num,three_rule_comb7,15,[3 0 0],3 3 0,0,1 +1106,1106,12,num,three_rule_comb7,16,[8 8 0],8 4 3,0,1 +1106,1106,12,num,three_rule_comb7,17,[8 1 4],7 1 1],0,1 +1106,1106,12,num,three_rule_comb7,18,[6 2 6],6 5 6],0,1 +1106,1106,12,num,three_rule_comb7,19,[1 3 9],1 3 9,1,1 +1106,1106,12,num,three_rule_comb7,20,[5 6 5],5 6 5],1,1 +1106,1106,12,num,three_rule_comb7,21,[1 4 3],1 8 1,0,1 +1106,1106,12,num,three_rule_comb7,22,[6 4 1],6 4 4],0,1 +1106,1106,12,num,three_rule_comb7,23,[8 0 3],8 0 6],0,1 +1106,1106,12,num,three_rule_comb7,24,[8 4 1],8 6 1],0,1 +1106,1106,12,num,three_rule_comb7,25,[5 3 4],5 3 1],0,1 +1106,1106,12,num,three_rule_comb7,26,[4 8 6],4 8 6,1,1 +1106,1106,12,num,three_rule_comb7,27,[2 1 2],1 2 5],0,1 +1106,1106,12,num,three_rule_comb7,28,[9 8 9],9 8 5,0,1 +1106,1106,12,num,three_rule_comb7,29,[0 2 9],6 7 9],0,1 +1106,1106,12,num,three_rule_comb7,30,[9 9 9],9 3 9],0,1 +1106,1106,12,num,three_rule_comb7,31,[6 1 9],6 7 9,0,1 +1106,1106,12,num,three_rule_comb7,32,[4 5 9],4 5 4],0,1 +1106,1106,12,num,three_rule_comb7,33,[3 5 1],7 5 3],0,1 +1106,1106,12,num,three_rule_comb7,34,[6 5 4],3 7 8],0,1 +1106,1106,12,num,three_rule_comb7,35,[2 3 1],2 4 4],0,1 +1106,1106,12,num,three_rule_comb7,36,[6 1 5],6 1 8,0,1 +1106,1106,12,num,three_rule_comb7,37,[1 4 7],1 4 2],0,1 +1106,1106,12,num,three_rule_comb7,38,[5 4 5],5 3 3,0,1 +1106,1106,12,num,three_rule_comb7,39,[0 2 4],0 2 4,1,1 +1106,1106,12,num,three_rule_comb7,40,[5 9 4],5 9 7,0,1 +1106,1106,12,num,three_rule_comb7,41,[2 2 1],2 3 1,0,1 +1106,1106,12,num,three_rule_comb7,42,[2 4 3],5 7 1],0,1 +1106,1106,12,num,three_rule_comb7,43,[8 1 7],8 1 7],1,1 +1106,1106,12,num,three_rule_comb7,44,[8 7 2],8 7 2],1,1 +1106,1106,12,num,three_rule_comb7,45,[3 9 2],3 9 2,1,1 +1106,1106,12,num,three_rule_comb7,46,[9 7 5],1 7 3],0,1 +1106,1106,12,num,three_rule_comb7,47,[0 4 3],0 7 2,0,1 +1106,1106,12,num,three_rule_comb7,48,[5 6 2],5 6 2,1,1 +1106,1106,12,num,three_rule_comb7,49,[4 0 9],4 0 9],1,1 +1106,1106,12,num,three_rule_comb7,50,[3 1 7],3 7 7],0,1 +1106,1106,12,num,three_rule_comb7,51,[8 8 5],8 2 5],0,1 +1106,1106,12,num,three_rule_comb7,52,[2 9 1],7 9 5],0,1 +1106,1106,12,num,three_rule_comb7,53,[3 8 0],3 8 3],0,1 +1106,1106,12,num,three_rule_comb7,54,[6 0 0],6 0 0],1,1 +1106,1106,12,num,three_rule_comb7,55,[1 6 0],8 0 6],0,1 +1106,1106,12,num,three_rule_comb7,56,[9 4 0],9 4 8,0,1 +1106,1106,12,num,three_rule_comb7,57,[7 0 7],7 0 4],0,1 +1106,1106,12,num,three_rule_comb7,58,[9 3 5],9 0 11,0,1 +1106,1106,12,num,three_rule_comb7,59,[3 4 4],3 4 4],1,1 +1106,1106,12,num,three_rule_comb7,60,[8 1 9],8 1 9],1,1 +1106,1106,12,num,three_rule_comb7,61,[5 1 3],5 1 6],0,1 +1106,1106,12,num,three_rule_comb7,62,[4 8 7],4 2 7],0,1 +1106,1106,12,num,three_rule_comb7,63,[5 0 5],5 3 5],0,1 +1106,1106,12,num,three_rule_comb7,64,[5 1 6],5 1 6],1,1 +1106,1106,12,num,three_rule_comb7,65,[8 4 4],8 7 4],0,1 +1106,1106,12,num,three_rule_comb7,66,[9 2 3],9 6 2],0,1 +1106,1106,12,num,three_rule_comb7,67,[4 6 7],4 6 7,1,1 +1106,1106,12,num,three_rule_comb7,68,[5 3 0],5 4 0,0,1 +1106,1106,12,num,three_rule_comb7,69,[5 4 9],5 5 9],0,1 +1106,1106,12,num,three_rule_comb7,70,[4 6 6],4 2 6,0,1 +1106,1106,12,num,three_rule_comb7,71,[6 6 1],6 3 1],0,1 +1106,1106,12,num,three_rule_comb7,72,[4 0 8],4 8 6],0,1 +1106,1106,12,num,three_rule_comb7,73,[1 9 7],3 1 7],0,1 +1106,1106,12,num,three_rule_comb7,74,[5 4 6],5 4 6,1,1 +1106,1106,12,num,three_rule_comb7,75,[9 2 9],9 4 8,0,1 +1106,1106,12,num,three_rule_comb7,76,[8 5 7],8 7 7,0,1 +1106,1106,12,num,three_rule_comb7,77,[1 8 1],10 8 8],0,1 +1106,1106,12,num,three_rule_comb7,78,[5 7 5],5 8 5,0,1 +1106,1106,12,num,three_rule_comb7,79,[6 0 7],6 3 3],0,1 +1106,1106,12,num,three_rule_comb7,80,[0 7 2],8 6 2],0,1 +1106,1106,12,num,three_rule_comb7,81,[2 5 9],6 5 0],0,1 +1106,1106,12,num,three_rule_comb7,82,[1 9 9],1 4 9],0,1 +1106,1106,12,num,three_rule_comb7,83,[2 4 4],1 4 4],0,1 +1106,1106,12,num,three_rule_comb7,84,[8 6 4],8 6 4],1,1 +1106,1106,12,num,three_rule_comb7,85,[8 5 5],8 2 9,0,1 +1106,1106,12,num,three_rule_comb7,86,[6 0 9],6 8 9,0,1 +1106,1106,12,num,three_rule_comb7,87,[1 5 6],2 5 2],0,1 +1106,1106,12,num,three_rule_comb7,88,[8 4 1],8 7 1,0,1 +1106,1106,12,num,three_rule_comb7,89,[6 7 0],6 4 0],0,1 +1106,1106,12,num,three_rule_comb7,90,[8 6 1],8 3 6],0,1 +1106,1106,12,num,three_rule_comb7,91,[4 1 4],4 8 4],0,1 +1106,1106,12,num,three_rule_comb7,92,[6 6 4],6 9 4,0,1 +1106,1106,12,num,three_rule_comb7,93,[6 9 6],7 3 6],0,1 +1106,1106,12,num,three_rule_comb7,94,[1 3 5],1 3 5],1,1 +1106,1106,12,num,three_rule_comb7,95,[1 5 2],8 5 8],0,1 +1106,1106,12,num,three_rule_comb7,96,[2 4 6],2 4 3,0,1 +1106,1106,12,num,three_rule_comb7,97,[0 3 0],0 3 0],1,1 +1106,1106,12,num,three_rule_comb7,98,[8 3 0],8 3 7,0,1 +1106,1106,12,num,three_rule_comb7,99,[8 9 3],7 6 3],0,1 +1106,1106,12,num,three_rule_comb8,0,[8 1 2],8 1 6,0,1 +1106,1106,12,num,three_rule_comb8,1,[5 5 5],5 5 3],0,1 +1106,1106,12,num,three_rule_comb8,2,[3 0 8],6 0 8],0,1 +1106,1106,12,num,three_rule_comb8,3,[7 5 9],7 5 4],0,1 +1106,1106,12,num,three_rule_comb8,4,[9 4 8],9 4 8,1,1 +1106,1106,12,num,three_rule_comb8,5,[5 3 8],5 3 2,0,1 +1106,1106,12,num,three_rule_comb8,6,[4 6 1],4 6 3],0,1 +1106,1106,12,num,three_rule_comb8,7,[8 3 0],8 2 0],0,1 +1106,1106,12,num,three_rule_comb8,8,[7 0 6],2 0 6],0,1 +1106,1106,12,num,three_rule_comb8,9,[0 7 0],0 7 1,0,1 +1106,1106,12,num,three_rule_comb8,10,[3 5 6],9 5 6],0,1 +1106,1106,12,num,three_rule_comb8,11,[0 4 5],0 9 5],0,1 +1106,1106,12,num,three_rule_comb8,12,[6 6 4],6 3 4,0,1 +1106,1106,12,num,three_rule_comb8,13,[1 9 8],1 9 6],0,1 +1106,1106,12,num,three_rule_comb8,14,[0 7 1],0 7 1],1,1 +1106,1106,12,num,three_rule_comb8,15,[3 8 3],3 8 3],1,1 +1106,1106,12,num,three_rule_comb8,16,[4 6 7],4 4 7],0,1 +1106,1106,12,num,three_rule_comb8,17,[2 8 4],2 5 7,0,1 +1106,1106,12,num,three_rule_comb8,18,[1 5 5],1 5 7,0,1 +1106,1106,12,num,three_rule_comb8,19,[0 7 5],0 7 5],1,1 +1106,1106,12,num,three_rule_comb8,20,[4 1 9],4 3 9,0,1 +1106,1106,12,num,three_rule_comb8,21,[0 9 4],0 9 2,0,1 +1106,1106,12,num,three_rule_comb8,22,[8 4 2],8 4 2],1,1 +1106,1106,12,num,three_rule_comb8,23,[9 4 8],9 5 8,0,1 +1106,1106,12,num,three_rule_comb8,24,[5 3 0],5 7 8,0,1 +1106,1106,12,num,three_rule_comb8,25,[0 5 8],0 8 8,0,1 +1106,1106,12,num,three_rule_comb8,26,[8 8 5],8 3 5,0,1 +1106,1106,12,num,three_rule_comb8,27,[0 5 8],0 5 2],0,1 +1106,1106,12,num,three_rule_comb8,28,[4 5 3],4 1 3,0,1 +1106,1106,12,num,three_rule_comb8,29,[4 5 6],6 5 6,0,1 +1106,1106,12,num,three_rule_comb8,30,[6 6 0],6 8 0,0,1 +1106,1106,12,num,three_rule_comb8,31,[7 5 7],7 5 4,0,1 +1106,1106,12,num,three_rule_comb8,32,[4 0 8],4 6 8,0,1 +1106,1106,12,num,three_rule_comb8,33,[3 0 2],3 7 2],0,1 +1106,1106,12,num,three_rule_comb8,34,[6 8 5],6 8 5],1,1 +1106,1106,12,num,three_rule_comb8,35,[9 0 9],9 1 9],0,1 +1106,1106,12,num,three_rule_comb8,36,[7 4 6],7 4 3],0,1 +1106,1106,12,num,three_rule_comb8,37,[7 3 8],7 3 8],1,1 +1106,1106,12,num,three_rule_comb8,38,[5 0 1],4 0 1],0,1 +1106,1106,12,num,three_rule_comb8,39,[9 5 0],9 5 0],1,1 +1106,1106,12,num,three_rule_comb8,40,[4 7 1],4 1 1],0,1 +1106,1106,12,num,three_rule_comb8,41,[1 6 7],1 3 7],0,1 +1106,1106,12,num,three_rule_comb8,42,[4 2 5],1 2 5],0,1 +1106,1106,12,num,three_rule_comb8,43,[6 1 3],6 1 3],1,1 +1106,1106,12,num,three_rule_comb8,44,[0 9 0],0 9 7],0,1 +1106,1106,12,num,three_rule_comb8,45,[5 8 4],5 1 4],0,1 +1106,1106,12,num,three_rule_comb8,46,[9 8 0],9 1 0],0,1 +1106,1106,12,num,three_rule_comb8,47,[3 0 2],3 0 2],1,1 +1106,1106,12,num,three_rule_comb8,48,[5 1 3],5 1 7,0,1 +1106,1106,12,num,three_rule_comb8,49,[8 9 5],8 9 2],0,1 +1106,1106,12,num,three_rule_comb8,50,[2 9 0],2 6 1],0,1 +1106,1106,12,num,three_rule_comb8,51,[1 1 1],1 1 1],1,1 +1106,1106,12,num,three_rule_comb8,52,[6 4 5],6 4 5],1,1 +1106,1106,12,num,three_rule_comb8,53,[3 5 7],3 5 2],0,1 +1106,1106,12,num,three_rule_comb8,54,[7 5 2],7 5 5],0,1 +1106,1106,12,num,three_rule_comb8,55,[1 6 3],1 6 5,0,1 +1106,1106,12,num,three_rule_comb8,56,[0 9 1],0 2 1],0,1 +1106,1106,12,num,three_rule_comb8,57,[5 3 1],5 2 1],0,1 +1106,1106,12,num,three_rule_comb8,58,[6 2 1],3 2 1,0,1 +1106,1106,12,num,three_rule_comb8,59,[5 5 0],5 2 0],0,1 +1106,1106,12,num,three_rule_comb8,60,[1 9 9],1 9 4,0,1 +1106,1106,12,num,three_rule_comb8,61,[8 8 1],8 1 1],0,1 +1106,1106,12,num,three_rule_comb8,62,[9 4 2],9 4 2],1,1 +1106,1106,12,num,three_rule_comb8,63,[1 9 0],1 9 0],1,1 +1106,1106,12,num,three_rule_comb8,64,[5 9 5],1 9 5],0,1 +1106,1106,12,num,three_rule_comb8,65,[8 0 5],8 0 0],0,1 +1106,1106,12,num,three_rule_comb8,66,[5 6 8],5 5 8],0,1 +1106,1106,12,num,three_rule_comb8,67,[0 5 8],7 5 8],0,1 +1106,1106,12,num,three_rule_comb8,68,[8 5 7],7 8 4],0,1 +1106,1106,12,num,three_rule_comb8,69,[1 8 9],1 8 9],1,1 +1106,1106,12,num,three_rule_comb8,70,[5 2 9],5 7 9,0,1 +1106,1106,12,num,three_rule_comb8,71,[5 4 2],5 3 2],0,1 +1106,1106,12,num,three_rule_comb8,72,[8 9 0],8 9 0,1,1 +1106,1106,12,num,three_rule_comb8,73,[0 3 4],0 6 4],0,1 +1106,1106,12,num,three_rule_comb8,74,[0 5 1],0 5 1],1,1 +1106,1106,12,num,three_rule_comb8,75,[4 5 6],4 5 1],0,1 +1106,1106,12,num,three_rule_comb8,76,[9 3 2],9 9 2,0,1 +1106,1106,12,num,three_rule_comb8,77,[0 7 4],1 7 4],0,1 +1106,1106,12,num,three_rule_comb8,78,[8 1 7],8 1 0],0,1 +1106,1106,12,num,three_rule_comb8,79,[1 9 7],1 9 4],0,1 +1106,1106,12,num,three_rule_comb8,80,[0 1 8],0 6 8],0,1 +1106,1106,12,num,three_rule_comb8,81,[9 2 0],9 7 0,0,1 +1106,1106,12,num,three_rule_comb8,82,[8 8 1],5 8 1],0,1 +1106,1106,12,num,three_rule_comb8,83,[2 1 8],2 1 8],1,1 +1106,1106,12,num,three_rule_comb8,84,[3 9 0],3 9 0],1,1 +1106,1106,12,num,three_rule_comb8,85,[3 5 8],3 5 5],0,1 +1106,1106,12,num,three_rule_comb8,86,[6 1 4],6 7 1],0,1 +1106,1106,12,num,three_rule_comb8,87,[5 0 2],5 1 2,0,1 +1106,1106,12,num,three_rule_comb8,88,[8 1 0],2 1 0],0,1 +1106,1106,12,num,three_rule_comb8,89,[4 9 8],4 8 8],0,1 +1106,1106,12,num,three_rule_comb8,90,[5 0 2],5 0 2],1,1 +1106,1106,12,num,three_rule_comb8,91,[0 3 2],0 3 2],1,1 +1106,1106,12,num,three_rule_comb8,92,[8 8 6],8 8 1],0,1 +1106,1106,12,num,three_rule_comb8,93,[1 0 2],1 0 2,1,1 +1106,1106,12,num,three_rule_comb8,94,[8 8 7],8 7 7],0,1 +1106,1106,12,num,three_rule_comb8,95,[6 5 4],6 1 4],0,1 +1106,1106,12,num,three_rule_comb8,96,[9 9 3],9 9 3],1,1 +1106,1106,12,num,three_rule_comb8,97,[0 8 5],0 8 9],0,1 +1106,1106,12,num,three_rule_comb8,98,[5 0 3],1 0 3],0,1 +1106,1106,12,num,three_rule_comb8,99,[8 1 0],8 1 4],0,1 +1106,1106,12,num,three_rule_comb9,0,[5 7 3],5 7 3],1,1 +1106,1106,12,num,three_rule_comb9,1,[8 9 0],8 9 0,1,1 +1106,1106,12,num,three_rule_comb9,2,[6 7 2],6 7 2,1,1 +1106,1106,12,num,three_rule_comb9,3,[5 8 6],5 8 6,1,1 +1106,1106,12,num,three_rule_comb9,4,[5 6 2],5 6 2,1,1 +1106,1106,12,num,three_rule_comb9,5,[7 8 4],7 8 4],1,1 +1106,1106,12,num,three_rule_comb9,6,[0 1 5],0 1 5],1,1 +1106,1106,12,num,three_rule_comb9,7,[9 1 0],9 1 0,1,1 +1106,1106,12,num,three_rule_comb9,8,[8 0 3],8 0 3,1,1 +1106,1106,12,num,three_rule_comb9,9,[0 5 8],0 5 8],1,1 +1106,1106,12,num,three_rule_comb9,10,[0 8 1],0 8 1,1,1 +1106,1106,12,num,three_rule_comb9,11,[0 1 1],0 1 1],1,1 +1106,1106,12,num,three_rule_comb9,12,[9 1 6],9 1 6],1,1 +1106,1106,12,num,three_rule_comb9,13,[4 8 1],4 8 1,1,1 +1106,1106,12,num,three_rule_comb9,14,[2 5 0],2 5 0,1,1 +1106,1106,12,num,three_rule_comb9,15,[8 1 5],8 1 5],1,1 +1106,1106,12,num,three_rule_comb9,16,[6 0 8],6 0 8],1,1 +1106,1106,12,num,three_rule_comb9,17,[5 2 4],5 2 4,1,1 +1106,1106,12,num,three_rule_comb9,18,[4 6 9],4 6 9,1,1 +1106,1106,12,num,three_rule_comb9,19,[2 8 0],2 8 0,1,1 +1106,1106,12,num,three_rule_comb9,20,[0 8 7],0 8 7],1,1 +1106,1106,12,num,three_rule_comb9,21,[1 2 9],1 2 9],1,1 +1106,1106,12,num,three_rule_comb9,22,[5 8 2],5 8 2],1,1 +1106,1106,12,num,three_rule_comb9,23,[6 1 2],6 1 2,1,1 +1106,1106,12,num,three_rule_comb9,24,[4 9 0],4 9 0,1,1 +1106,1106,12,num,three_rule_comb9,25,[2 9 8],2 9 8,1,1 +1106,1106,12,num,three_rule_comb9,26,[0 9 1],0 9 1],1,1 +1106,1106,12,num,three_rule_comb9,27,[0 1 5],0 1 5,1,1 +1106,1106,12,num,three_rule_comb9,28,[8 1 0],8 1 0],1,1 +1106,1106,12,num,three_rule_comb9,29,[8 6 4],8 6 4,1,1 +1106,1106,12,num,three_rule_comb9,30,[5 8 8],5 8 8],1,1 +1106,1106,12,num,three_rule_comb9,31,[8 7 1],8 7 1],1,1 +1106,1106,12,num,three_rule_comb9,32,[0 4 5],0 4 5,1,1 +1106,1106,12,num,three_rule_comb9,33,[7 5 9],7 5 9,1,1 +1106,1106,12,num,three_rule_comb9,34,[9 4 2],9 4 2,1,1 +1106,1106,12,num,three_rule_comb9,35,[6 4 0],6 4 0],1,1 +1106,1106,12,num,three_rule_comb9,36,[9 0 4],9 0 4,1,1 +1106,1106,12,num,three_rule_comb9,37,[8 9 3],8 9 3],1,1 +1106,1106,12,num,three_rule_comb9,38,[7 0 0],7 0 0],1,1 +1106,1106,12,num,three_rule_comb9,39,[3 9 4],3 9 4,1,1 +1106,1106,12,num,three_rule_comb9,40,[8 6 9],8 6 9,1,1 +1106,1106,12,num,three_rule_comb9,41,[8 1 4],8 1 4,1,1 +1106,1106,12,num,three_rule_comb9,42,[7 2 9],7 2 9],1,1 +1106,1106,12,num,three_rule_comb9,43,[1 0 9],1 0 9],1,1 +1106,1106,12,num,three_rule_comb9,44,[6 4 4],6 4 4],1,1 +1106,1106,12,num,three_rule_comb9,45,[1 7 4],1 7 4,1,1 +1106,1106,12,num,three_rule_comb9,46,[8 2 1],8 2 1,1,1 +1106,1106,12,num,three_rule_comb9,47,[0 8 7],0 8 7],1,1 +1106,1106,12,num,three_rule_comb9,48,[6 9 5],6 9 5,1,1 +1106,1106,12,num,three_rule_comb9,49,[1 5 5],1 5 5,1,1 +1106,1106,12,num,three_rule_comb9,50,[0 0 1],0 0 1],1,1 +1106,1106,12,num,three_rule_comb9,51,[2 9 1],2 9 1],1,1 +1106,1106,12,num,three_rule_comb9,52,[9 8 5],9 8 5,1,1 +1106,1106,12,num,three_rule_comb9,53,[0 0 6],0 0 6],1,1 +1106,1106,12,num,three_rule_comb9,54,[9 9 8],9 9 8,1,1 +1106,1106,12,num,three_rule_comb9,55,[5 4 3],5 4 3,1,1 +1106,1106,12,num,three_rule_comb9,56,[1 7 9],1 7 9,1,1 +1106,1106,12,num,three_rule_comb9,57,[1 9 8],1 9 8,1,1 +1106,1106,12,num,three_rule_comb9,58,[4 1 0],4 1 0,1,1 +1106,1106,12,num,three_rule_comb9,59,[9 7 5],9 7 5,1,1 +1106,1106,12,num,three_rule_comb9,60,[9 5 4],9 5 4,1,1 +1106,1106,12,num,three_rule_comb9,61,[8 0 2],8 0 2],1,1 +1106,1106,12,num,three_rule_comb9,62,[1 5 8],1 5 8,1,1 +1106,1106,12,num,three_rule_comb9,63,[9 4 8],9 4 8,1,1 +1106,1106,12,num,three_rule_comb9,64,[6 8 9],6 8 9],1,1 +1106,1106,12,num,three_rule_comb9,65,[4 0 3],4 0 3,1,1 +1106,1106,12,num,three_rule_comb9,66,[5 1 6],5 1 6,1,1 +1106,1106,12,num,three_rule_comb9,67,[5 9 3],5 9 3,1,1 +1106,1106,12,num,three_rule_comb9,68,[8 9 0],8 9 0,1,1 +1106,1106,12,num,three_rule_comb9,69,[4 9 7],4 9 7],1,1 +1106,1106,12,num,three_rule_comb9,70,[8 9 4],8 9 4],1,1 +1106,1106,12,num,three_rule_comb9,71,[4 2 5],4 2 5],1,1 +1106,1106,12,num,three_rule_comb9,72,[7 9 8],7 9 8],1,1 +1106,1106,12,num,three_rule_comb9,73,[5 0 8],5 0 8,1,1 +1106,1106,12,num,three_rule_comb9,74,[9 8 7],9 8 7,1,1 +1106,1106,12,num,three_rule_comb9,75,[3 0 4],3 0 4,1,1 +1106,1106,12,num,three_rule_comb9,76,[1 8 0],1 8 0,1,1 +1106,1106,12,num,three_rule_comb9,77,[7 0 4],7 0 4,1,1 +1106,1106,12,num,three_rule_comb9,78,[9 5 9],9 5 9,1,1 +1106,1106,12,num,three_rule_comb9,79,[1 7 0],1 7 0],1,1 +1106,1106,12,num,three_rule_comb9,80,[4 4 2],4 4 2,1,1 +1106,1106,12,num,three_rule_comb9,81,[1 4 7],1 4 7],1,1 +1106,1106,12,num,three_rule_comb9,82,[0 5 4],0 5 4,1,1 +1106,1106,12,num,three_rule_comb9,83,[9 5 4],9 5 4,1,1 +1106,1106,12,num,three_rule_comb9,84,[5 3 0],5 3 0,1,1 +1106,1106,12,num,three_rule_comb9,85,[5 7 1],5 7 1,1,1 +1106,1106,12,num,three_rule_comb9,86,[9 4 5],9 4 5],1,1 +1106,1106,12,num,three_rule_comb9,87,[4 9 5],4 9 5],1,1 +1106,1106,12,num,three_rule_comb9,88,[7 4 5],7 4 5],1,1 +1106,1106,12,num,three_rule_comb9,89,[6 8 0],6 8 0,1,1 +1106,1106,12,num,three_rule_comb9,90,[1 9 3],1 9 3],1,1 +1106,1106,12,num,three_rule_comb9,91,[9 0 1],9 0 1,1,1 +1106,1106,12,num,three_rule_comb9,92,[9 7 4],9 7 4,1,1 +1106,1106,12,num,three_rule_comb9,93,[1 0 6],1 0 6,1,1 +1106,1106,12,num,three_rule_comb9,94,[9 0 2],9 0 2],1,1 +1106,1106,12,num,three_rule_comb9,95,[1 3 1],1 3 1,1,1 +1106,1106,12,num,three_rule_comb9,96,[7 9 1],7 9 1,1,1 +1106,1106,12,num,three_rule_comb9,97,[3 1 0],3 1 0],1,1 +1106,1106,12,num,three_rule_comb9,98,[9 7 8],9 7 8],1,1 +1106,1106,12,num,three_rule_comb9,99,[3 1 2],3 1 2],1,1 +1106,1106,12,num,c3_set_union,0,[6 4 1 9],6 4 1 9,1,1 +1106,1106,12,num,c3_set_union,1,[5 7 4 1],5 7 4 1],1,1 +1106,1106,12,num,c3_set_union,2,[1 9 8 6],1 9 8 6,1,1 +1106,1106,12,num,c3_set_union,3,[0 4 8 7],0 4 8 7,1,1 +1106,1106,12,num,c3_set_union,4,[8 6 5 2],8 5 6 2,1,1 +1106,1106,12,num,c3_set_union,5,[2 5 1 0],2 5 1 0,1,1 +1106,1106,12,num,c3_set_union,6,[6 1 0 4],6 1 0 4,1,1 +1106,1106,12,num,c3_set_union,7,[7 3 8 4],7 3 8 4,1,1 +1106,1106,12,num,c3_set_union,8,[8 3 2 1],8 3 2 1,1,1 +1106,1106,12,num,c3_set_union,9,[0 2 1 6],0 2 1 6],1,1 +1106,1106,12,num,c3_set_union,10,[9 0 7 1],9 0 7 1,1,1 +1106,1106,12,num,c3_set_union,11,[6 1 3 5],6 1 3 5],1,1 +1106,1106,12,num,c3_set_union,12,[9 7 6 0],9 7 6 0,1,1 +1106,1106,12,num,c3_set_union,13,[5 0 7 3],5 7 0 3],1,1 +1106,1106,12,num,c3_set_union,14,[8 9 7 2],8 9 7 2,1,1 +1106,1106,12,num,c3_set_union,15,[0 4 1 2],0 1 4 2,1,1 +1106,1106,12,num,c3_set_union,16,[6 2 8 3],6 2 8 3],1,1 +1106,1106,12,num,c3_set_union,17,[7 8 6 3],7 8 6 3,1,1 +1106,1106,12,num,c3_set_union,18,[9 4 2 8],9 4 2 8,1,1 +1106,1106,12,num,c3_set_union,19,[8 4 6 1],8 4 6 1,1,1 +1106,1106,12,num,c3_set_union,20,[6 0 2 3],6 2 3],0,1 +1106,1106,12,num,c3_set_union,21,[8 4 5 9],8 5 4 9,1,1 +1106,1106,12,num,c3_set_union,22,[3 5 7 8],3 5 7 8,1,1 +1106,1106,12,num,c3_set_union,23,[0 4 6 5],0 4 6 5,1,1 +1106,1106,12,num,c3_set_union,24,[0 9 7 5],07 95,1,1 +1106,1106,12,num,c3_set_union,25,[6 9 5 1],6 9 5 1],1,1 +1106,1106,12,num,c3_set_union,26,[8 3 9 7],8 3 9 7],1,1 +1106,1106,12,num,c3_set_union,27,[9 2 1 8],9 1 8,0,1 +1106,1106,12,num,c3_set_union,28,[8 0 1 6],80 16,1,1 +1106,1106,12,num,c3_set_union,29,[3 9 2 1],3 9 2 1,1,1 +1106,1106,12,num,c3_set_union,30,[3 2 4 8],3 2 4 8],1,1 +1106,1106,12,num,c3_set_union,31,[2 6 1 8],2 1 6 8,1,1 +1106,1106,12,num,c3_set_union,32,[8 6 4 0],8 6 4 0,1,1 +1106,1106,12,num,c3_set_union,33,[2 0 5 9],2 0 5 9],1,1 +1106,1106,12,num,c3_set_union,34,[6 5 1 4],6 5 1 4,1,1 +1106,1106,12,num,c3_set_union,35,[0 5 2 3],0 5 2 3,1,1 +1106,1106,12,num,c3_set_union,36,[4 6 8 3],4 8 6 3,1,1 +1106,1106,12,num,c3_set_union,37,[9 1 2 6],9 1 2 6,1,1 +1106,1106,12,num,c3_set_union,38,[8 4 6 9],8 4 6 9,1,1 +1106,1106,12,num,c3_set_union,39,[1 7 9 2],1 7 9 2,1,1 +1106,1106,12,num,c3_set_union,40,[9 3 2 6],9 6,0,1 +1106,1106,12,num,c3_set_union,41,[1 0 9 3],1 0 9 3],1,1 +1106,1106,12,num,c3_set_union,42,[7 9 2 3],7 9 2 3,1,1 +1106,1106,12,num,c3_set_union,43,[8 2 4 7],8 4 2 7],1,1 +1106,1106,12,num,c3_set_union,44,[9 0 4 8],9 0 4 8],1,1 +1106,1106,12,num,c3_set_union,45,[3 5 8 9],3 5 8 9],1,1 +1106,1106,12,num,c3_set_union,46,[7 2 1 5],7 1 5,0,1 +1106,1106,12,num,c3_set_union,47,[8 6 7 2],8 6 7 2],1,1 +1106,1106,12,num,c3_set_union,48,[0 4 2 6],0 4 2 6,1,1 +1106,1106,12,num,c3_set_union,49,[4 6 2 5],4 6 2 5],1,1 +1106,1106,12,num,c3_set_union,50,[4 9 3 0],4 9 3 0],1,1 +1106,1106,12,num,c3_set_union,51,[7 3 0 2],7 3 0 2,1,1 +1106,1106,12,num,c3_set_union,52,[1 9 7 8],1 9 7 8,1,1 +1106,1106,12,num,c3_set_union,53,[6 9 0 5],6 9 0 5,1,1 +1106,1106,12,num,c3_set_union,54,[1 7 5 0],1 7 5 0,1,1 +1106,1106,12,num,c3_set_union,55,[7 2 5 8],7 5 8,0,1 +1106,1106,12,num,c3_set_union,56,[8 3 2 5],8 3 2 5,1,1 +1106,1106,12,num,c3_set_union,57,[0 5 2 6],0 5 2 6,1,1 +1106,1106,12,num,c3_set_union,58,[7 4 5 0],7 4 5 0,1,1 +1106,1106,12,num,c3_set_union,59,[7 8 5 6],7 5 8 6,1,1 +1106,1106,12,num,c3_set_union,60,[2 1 5 9],21 59,1,1 +1106,1106,12,num,c3_set_union,61,[0 5 2 4],0 5 2 4,1,1 +1106,1106,12,num,c3_set_union,62,[9 0 5 3],9 5 0 3],1,1 +1106,1106,12,num,c3_set_union,63,[6 7 5 3],6 7 5 3],1,1 +1106,1106,12,num,c3_set_union,64,[1 3 9 6],1 3 9 6,1,1 +1106,1106,12,num,c3_set_union,65,[8 1 7 0],8 1 7 0,1,1 +1106,1106,12,num,c3_set_union,66,[5 1 9 7],5 1 9 7],1,1 +1106,1106,12,num,c3_set_union,67,[4 9 2 0],4 9 2 0,1,1 +1106,1106,12,num,c3_set_union,68,[5 0 8 9],5 0 8 9],1,1 +1106,1106,12,num,c3_set_union,69,[8 1 9 5],8 9 5,0,1 +1106,1106,12,num,c3_set_union,70,[7 4 6 2],7 4 6 2,1,1 +1106,1106,12,num,c3_set_union,71,[8 6 1 5],8 6 1 5],1,1 +1106,1106,12,num,c3_set_union,72,[4 3 8 0],4 3 8 0],1,1 +1106,1106,12,num,c3_set_union,73,[5 1 9 4],5 1 9 4,1,1 +1106,1106,12,num,c3_set_union,74,[2 3 7 8],2 3 7 8,1,1 +1106,1106,12,num,c3_set_union,75,[9 8 5 2],9 8 5 2,1,1 +1106,1106,12,num,c3_set_union,76,[0 7 8 9],0 7 8 9,1,1 +1106,1106,12,num,c3_set_union,77,[8 6 3 0],8 6 3 0,1,1 +1106,1106,12,num,c3_set_union,78,[1 3 6 7],1 3 6 7,1,1 +1106,1106,12,num,c3_set_union,79,[4 9 2 5],4 2 9 5,1,1 +1106,1106,12,num,c3_set_union,80,[4 8 1 9],4 1 8 9,1,1 +1106,1106,12,num,c3_set_union,81,[3 1 2 7],3 1 2 7,1,1 +1106,1106,12,num,c3_set_union,82,[8 0 1 5],8 1 5,0,1 +1106,1106,12,num,c3_set_union,83,[7 4 9 2],7 4 9 2,1,1 +1106,1106,12,num,c3_set_union,84,[3 8 5 1],3 8 5 1],1,1 +1106,1106,12,num,c3_set_union,85,[3 9 4 8],3 9 4 8],1,1 +1106,1106,12,num,c3_set_union,86,[2 3 0 8],2 3 0 8,1,1 +1106,1106,12,num,c3_set_union,87,[4 3 2 6],4 3 2 6],1,1 +1106,1106,12,num,c3_set_union,88,[0 3 1 4],0 1 3 4,1,1 +1106,1106,12,num,c3_set_union,89,[3 4 7 9],3 4 7 9],1,1 +1106,1106,12,num,c3_set_union,90,[5 7 2 4],5 7 2 4,1,1 +1106,1106,12,num,c3_set_union,91,[1 9 0 4],1 9 0 4,1,1 +1106,1106,12,num,c3_set_union,92,[3 5 1 0],3 5 1 0,1,1 +1106,1106,12,num,c3_set_union,93,[8 4 1 7],8 4 1 7,1,1 +1106,1106,12,num,c3_set_union,94,[8 5 9 7],8 5 9 7,1,1 +1106,1106,12,num,c3_set_union,95,[4 9 5 0],4 5 9 0,1,1 +1106,1106,12,num,c3_set_union,96,[6 0 2 8],6 2 8,0,1 +1106,1106,12,num,c3_set_union,97,[1 0 3 2],1 3 0 2],1,1 +1106,1106,12,num,c3_set_union,98,[8 9 2 3],8 9 2 3],1,1 +1106,1106,12,num,c3_set_union,99,[3 4 5 2],3 4 5 2,1,1 +1106,1106,12,num,c1_set_union,0,[4],4,1,1 +1106,1106,12,num,c1_set_union,1,[4],4,1,1 +1106,1106,12,num,c1_set_union,2,[1],1,1,1 +1106,1106,12,num,c1_set_union,3,[9],9,1,1 +1106,1106,12,num,c1_set_union,4,[7],7,1,1 +1106,1106,12,num,c1_set_union,5,[6],6,1,1 +1106,1106,12,num,c1_set_union,6,[5],5,1,1 +1106,1106,12,num,c1_set_union,7,[0],0,1,1 +1106,1106,12,num,c1_set_union,8,[9],9,1,1 +1106,1106,12,num,c1_set_union,9,[9],9,1,1 +1106,1106,12,num,c1_set_union,10,[8],8,1,1 +1106,1106,12,num,c1_set_union,11,[2],2,1,1 +1106,1106,12,num,c1_set_union,12,[4],4,1,1 +1106,1106,12,num,c1_set_union,13,[5],5,1,1 +1106,1106,12,num,c1_set_union,14,[2],2,1,1 +1106,1106,12,num,c1_set_union,15,[5],5],1,1 +1106,1106,12,num,c1_set_union,16,[8],8,1,1 +1106,1106,12,num,c1_set_union,17,[7],7,1,1 +1106,1106,12,num,c1_set_union,18,[8],8,1,1 +1106,1106,12,num,c1_set_union,19,[4],4,1,1 +1106,1106,12,num,c1_set_union,20,[8],8,1,1 +1106,1106,12,num,c1_set_union,21,[6],6,1,1 +1106,1106,12,num,c1_set_union,22,[6],6,1,1 +1106,1106,12,num,c1_set_union,23,[8],8,1,1 +1106,1106,12,num,c1_set_union,24,[1],1,1,1 +1106,1106,12,num,c1_set_union,25,[6],6,1,1 +1106,1106,12,num,c1_set_union,26,[5],5,1,1 +1106,1106,12,num,c1_set_union,27,[7],7,1,1 +1106,1106,12,num,c1_set_union,28,[9],9],1,1 +1106,1106,12,num,c1_set_union,29,[9],9,1,1 +1106,1106,12,num,c1_set_union,30,[1],1,1,1 +1106,1106,12,num,c1_set_union,31,[3],3,1,1 +1106,1106,12,num,c1_set_union,32,[1],1,1,1 +1106,1106,12,num,c1_set_union,33,[4],4,1,1 +1106,1106,12,num,c1_set_union,34,[3],3,1,1 +1106,1106,12,num,c1_set_union,35,[1],1,1,1 +1106,1106,12,num,c1_set_union,36,[6],6,1,1 +1106,1106,12,num,c1_set_union,37,[4],4,1,1 +1106,1106,12,num,c1_set_union,38,[9],9,1,1 +1106,1106,12,num,c1_set_union,39,[4],4,1,1 +1106,1106,12,num,c1_set_union,40,[7],7,1,1 +1106,1106,12,num,c1_set_union,41,[8],8,1,1 +1106,1106,12,num,c1_set_union,42,[1],1,1,1 +1106,1106,12,num,c1_set_union,43,[9],9,1,1 +1106,1106,12,num,c1_set_union,44,[3],3,1,1 +1106,1106,12,num,c1_set_union,45,[9],9,1,1 +1106,1106,12,num,c1_set_union,46,[2],2,1,1 +1106,1106,12,num,c1_set_union,47,[7],7,1,1 +1106,1106,12,num,c1_set_union,48,[6],6,1,1 +1106,1106,12,num,c1_set_union,49,[7],7,1,1 +1106,1106,12,num,c1_set_union,50,[9],9,1,1 +1106,1106,12,num,c1_set_union,51,[3],3,1,1 +1106,1106,12,num,c1_set_union,52,[3],3,1,1 +1106,1106,12,num,c1_set_union,53,[9],9,1,1 +1106,1106,12,num,c1_set_union,54,[5],5,1,1 +1106,1106,12,num,c1_set_union,55,[1],1,1,1 +1106,1106,12,num,c1_set_union,56,[2],2,1,1 +1106,1106,12,num,c1_set_union,57,[5],5,1,1 +1106,1106,12,num,c1_set_union,58,[4],4,1,1 +1106,1106,12,num,c1_set_union,59,[1],1,1,1 +1106,1106,12,num,c1_set_union,60,[7],7],1,1 +1106,1106,12,num,c1_set_union,61,[3],3,1,1 +1106,1106,12,num,c1_set_union,62,[3],3,1,1 +1106,1106,12,num,c1_set_union,63,[8],8,1,1 +1106,1106,12,num,c1_set_union,64,[1],1,1,1 +1106,1106,12,num,c1_set_union,65,[7],7,1,1 +1106,1106,12,num,c1_set_union,66,[9],9],1,1 +1106,1106,12,num,c1_set_union,67,[6],6,1,1 +1106,1106,12,num,c1_set_union,68,[4],4,1,1 +1106,1106,12,num,c1_set_union,69,[4],4,1,1 +1106,1106,12,num,c1_set_union,70,[0],0,1,1 +1106,1106,12,num,c1_set_union,71,[2],2,1,1 +1106,1106,12,num,c1_set_union,72,[5],5,1,1 +1106,1106,12,num,c1_set_union,73,[2],2,1,1 +1106,1106,12,num,c1_set_union,74,[6],6,1,1 +1106,1106,12,num,c1_set_union,75,[7],7],1,1 +1106,1106,12,num,c1_set_union,76,[5],5],1,1 +1106,1106,12,num,c1_set_union,77,[3],3,1,1 +1106,1106,12,num,c1_set_union,78,[2],2],1,1 +1106,1106,12,num,c1_set_union,79,[9],9,1,1 +1106,1106,12,num,c1_set_union,80,[3],3],1,1 +1106,1106,12,num,c1_set_union,81,[1],1,1,1 +1106,1106,12,num,c1_set_union,82,[4],4,1,1 +1106,1106,12,num,c1_set_union,83,[2],2,1,1 +1106,1106,12,num,c1_set_union,84,[6],6,1,1 +1106,1106,12,num,c1_set_union,85,[0],0,1,1 +1106,1106,12,num,c1_set_union,86,[2],2],1,1 +1106,1106,12,num,c1_set_union,87,[9],9,1,1 +1106,1106,12,num,c1_set_union,88,[2],2,1,1 +1106,1106,12,num,c1_set_union,89,[2],2,1,1 +1106,1106,12,num,c1_set_union,90,[1],1,1,1 +1106,1106,12,num,c1_set_union,91,[7],7,1,1 +1106,1106,12,num,c1_set_union,92,[7],7,1,1 +1106,1106,12,num,c1_set_union,93,[3],3,1,1 +1106,1106,12,num,c1_set_union,94,[6],6,1,1 +1106,1106,12,num,c1_set_union,95,[2],2,1,1 +1106,1106,12,num,c1_set_union,96,[9],9,1,1 +1106,1106,12,num,c1_set_union,97,[1],1,1,1 +1106,1106,12,num,c1_set_union,98,[9],9,1,1 +1106,1106,12,num,c1_set_union,99,[6],6,1,1 +1106,1106,12,num,c2_set_union,0,[9],9,1,1 +1106,1106,12,num,c2_set_union,1,[8],8],1,1 +1106,1106,12,num,c2_set_union,2,[1],1,1,1 +1106,1106,12,num,c2_set_union,3,[2],2,1,1 +1106,1106,12,num,c2_set_union,4,[3],3],1,1 +1106,1106,12,num,c2_set_union,5,[1],1],1,1 +1106,1106,12,num,c2_set_union,6,[8],8,1,1 +1106,1106,12,num,c2_set_union,7,[7],7],1,1 +1106,1106,12,num,c2_set_union,8,[7],7,1,1 +1106,1106,12,num,c2_set_union,9,[4],4],1,1 +1106,1106,12,num,c2_set_union,10,[2],2],1,1 +1106,1106,12,num,c2_set_union,11,[0],0,1,1 +1106,1106,12,num,c2_set_union,12,[9],9],1,1 +1106,1106,12,num,c2_set_union,13,[8],8],1,1 +1106,1106,12,num,c2_set_union,14,[0],0,1,1 +1106,1106,12,num,c2_set_union,15,[0],0,1,1 +1106,1106,12,num,c2_set_union,16,[7],7],1,1 +1106,1106,12,num,c2_set_union,17,[9],9],1,1 +1106,1106,12,num,c2_set_union,18,[9],9,1,1 +1106,1106,12,num,c2_set_union,19,[8],8],1,1 +1106,1106,12,num,c2_set_union,20,[7],7,1,1 +1106,1106,12,num,c2_set_union,21,[8],8,1,1 +1106,1106,12,num,c2_set_union,22,[1],1],1,1 +1106,1106,12,num,c2_set_union,23,[8],8,1,1 +1106,1106,12,num,c2_set_union,24,[5],5],1,1 +1106,1106,12,num,c2_set_union,25,[1],1,1,1 +1106,1106,12,num,c2_set_union,26,[7],7,1,1 +1106,1106,12,num,c2_set_union,27,[2],2,1,1 +1106,1106,12,num,c2_set_union,28,[5],5,1,1 +1106,1106,12,num,c2_set_union,29,[8],8,1,1 +1106,1106,12,num,c2_set_union,30,[3],3,1,1 +1106,1106,12,num,c2_set_union,31,[2],2],1,1 +1106,1106,12,num,c2_set_union,32,[2],2],1,1 +1106,1106,12,num,c2_set_union,33,[1],1],1,1 +1106,1106,12,num,c2_set_union,34,[8],8,1,1 +1106,1106,12,num,c2_set_union,35,[7],7],1,1 +1106,1106,12,num,c2_set_union,36,[5],5],1,1 +1106,1106,12,num,c2_set_union,37,[2],2],1,1 +1106,1106,12,num,c2_set_union,38,[2],2],1,1 +1106,1106,12,num,c2_set_union,39,[3],3],1,1 +1106,1106,12,num,c2_set_union,40,[5],5],1,1 +1106,1106,12,num,c2_set_union,41,[7],7],1,1 +1106,1106,12,num,c2_set_union,42,[1],1],1,1 +1106,1106,12,num,c2_set_union,43,[6],6],1,1 +1106,1106,12,num,c2_set_union,44,[1],1,1,1 +1106,1106,12,num,c2_set_union,45,[6],6],1,1 +1106,1106,12,num,c2_set_union,46,[5],5,1,1 +1106,1106,12,num,c2_set_union,47,[2],2],1,1 +1106,1106,12,num,c2_set_union,48,[5],5],1,1 +1106,1106,12,num,c2_set_union,49,[3],3],1,1 +1106,1106,12,num,c2_set_union,50,[1],1,1,1 +1106,1106,12,num,c2_set_union,51,[3],3,1,1 +1106,1106,12,num,c2_set_union,52,[2],2,1,1 +1106,1106,12,num,c2_set_union,53,[8],8],1,1 +1106,1106,12,num,c2_set_union,54,[4],4],1,1 +1106,1106,12,num,c2_set_union,55,[8],8],1,1 +1106,1106,12,num,c2_set_union,56,[6],6,1,1 +1106,1106,12,num,c2_set_union,57,[3],3,1,1 +1106,1106,12,num,c2_set_union,58,[7],7],1,1 +1106,1106,12,num,c2_set_union,59,[5],5,1,1 +1106,1106,12,num,c2_set_union,60,[9],9,1,1 +1106,1106,12,num,c2_set_union,61,[1],1],1,1 +1106,1106,12,num,c2_set_union,62,[8],8],1,1 +1106,1106,12,num,c2_set_union,63,[6],6,1,1 +1106,1106,12,num,c2_set_union,64,[7],7],1,1 +1106,1106,12,num,c2_set_union,65,[8],8,1,1 +1106,1106,12,num,c2_set_union,66,[2],2],1,1 +1106,1106,12,num,c2_set_union,67,[5],5],1,1 +1106,1106,12,num,c2_set_union,68,[1],1],1,1 +1106,1106,12,num,c2_set_union,69,[0],0,1,1 +1106,1106,12,num,c2_set_union,70,[5],5,1,1 +1106,1106,12,num,c2_set_union,71,[8],8],1,1 +1106,1106,12,num,c2_set_union,72,[6],6],1,1 +1106,1106,12,num,c2_set_union,73,[2],2],1,1 +1106,1106,12,num,c2_set_union,74,[6],6],1,1 +1106,1106,12,num,c2_set_union,75,[2],2,1,1 +1106,1106,12,num,c2_set_union,76,[1],1],1,1 +1106,1106,12,num,c2_set_union,77,[2],2],1,1 +1106,1106,12,num,c2_set_union,78,[2],2],1,1 +1106,1106,12,num,c2_set_union,79,[8],8,1,1 +1106,1106,12,num,c2_set_union,80,[5],5],1,1 +1106,1106,12,num,c2_set_union,81,[1],1],1,1 +1106,1106,12,num,c2_set_union,82,[9],9],1,1 +1106,1106,12,num,c2_set_union,83,[0],0,1,1 +1106,1106,12,num,c2_set_union,84,[4],4,1,1 +1106,1106,12,num,c2_set_union,85,[2],2 3],0,1 +1106,1106,12,num,c2_set_union,86,[3],3,1,1 +1106,1106,12,num,c2_set_union,87,[1],1],1,1 +1106,1106,12,num,c2_set_union,88,[4],4],1,1 +1106,1106,12,num,c2_set_union,89,[6],6,1,1 +1106,1106,12,num,c2_set_union,90,[9],9],1,1 +1106,1106,12,num,c2_set_union,91,[9],9,1,1 +1106,1106,12,num,c2_set_union,92,[6],6],1,1 +1106,1106,12,num,c2_set_union,93,[8],8],1,1 +1106,1106,12,num,c2_set_union,94,[0],0,1,1 +1106,1106,12,num,c2_set_union,95,[6],6],1,1 +1106,1106,12,num,c2_set_union,96,[2],2 4,0,1 +1106,1106,12,num,c2_set_union,97,[1],1,1,1 +1106,1106,12,num,c2_set_union,98,[5],5 0],0,1 +1106,1106,12,num,c2_set_union,99,[4],4,1,1 +1106,1106,12,num,AND,0,[4],4,1,1 +1106,1106,12,num,AND,1,[1],1,1,1 +1106,1106,12,num,AND,2,[5],5,1,1 +1106,1106,12,num,AND,3,[5],5],1,1 +1106,1106,12,num,AND,4,[2],4,0,1 +1106,1106,12,num,AND,5,[0],0,1,1 +1106,1106,12,num,AND,6,[0],0,1,1 +1106,1106,12,num,AND,7,[9],9,1,1 +1106,1106,12,num,AND,8,[7],7,1,1 +1106,1106,12,num,AND,9,[6],6,1,1 +1106,1106,12,num,AND,10,[8],8,1,1 +1106,1106,12,num,AND,11,[2],6,0,1 +1106,1106,12,num,AND,12,[2],2,1,1 +1106,1106,12,num,AND,13,[5],5,1,1 +1106,1106,12,num,AND,14,[9],9,1,1 +1106,1106,12,num,AND,15,[0],0,1,1 +1106,1106,12,num,AND,16,[8],8,1,1 +1106,1106,12,num,AND,17,[7],7,1,1 +1106,1106,12,num,AND,18,[4],4,1,1 +1106,1106,12,num,AND,19,[7],7,1,1 +1106,1106,12,num,AND,20,[8],8,1,1 +1106,1106,12,num,AND,21,[0],0,1,1 +1106,1106,12,num,AND,22,[7],6,0,1 +1106,1106,12,num,AND,23,[2],2,1,1 +1106,1106,12,num,AND,24,[1],1,1,1 +1106,1106,12,num,AND,25,[6],6,1,1 +1106,1106,12,num,AND,26,[4],1,0,1 +1106,1106,12,num,AND,27,[5],5,1,1 +1106,1106,12,num,AND,28,[1],1],1,1 +1106,1106,12,num,AND,29,[1],1,1,1 +1106,1106,12,num,AND,30,[8],8,1,1 +1106,1106,12,num,AND,31,[7],7,1,1 +1106,1106,12,num,AND,32,[6],6,1,1 +1106,1106,12,num,AND,33,[2],7,0,1 +1106,1106,12,num,AND,34,[1],1,1,1 +1106,1106,12,num,AND,35,[9],9,1,1 +1106,1106,12,num,AND,36,[1],1,1,1 +1106,1106,12,num,AND,37,[1],1,1,1 +1106,1106,12,num,AND,38,[9],9,1,1 +1106,1106,12,num,AND,39,[2],5 2,0,1 +1106,1106,12,num,AND,40,[1],1],1,1 +1106,1106,12,num,AND,41,[5],5],1,1 +1106,1106,12,num,AND,42,[0],0,1,1 +1106,1106,12,num,AND,43,[5],5,1,1 +1106,1106,12,num,AND,44,[1],1,1,1 +1106,1106,12,num,AND,45,[2],2,1,1 +1106,1106,12,num,AND,46,[2],2,1,1 +1106,1106,12,num,AND,47,[3],0,0,1 +1106,1106,12,num,AND,48,[0],0,1,1 +1106,1106,12,num,AND,49,[4],4],1,1 +1106,1106,12,num,AND,50,[5],5],1,1 +1106,1106,12,num,AND,51,[0],0,1,1 +1106,1106,12,num,AND,52,[8],8,1,1 +1106,1106,12,num,AND,53,[1],1,1,1 +1106,1106,12,num,AND,54,[7],7,1,1 +1106,1106,12,num,AND,55,[1],1,1,1 +1106,1106,12,num,AND,56,[8],8,1,1 +1106,1106,12,num,AND,57,[6],6,1,1 +1106,1106,12,num,AND,58,[2],2,1,1 +1106,1106,12,num,AND,59,[1],1,1,1 +1106,1106,12,num,AND,60,[5],5,1,1 +1106,1106,12,num,AND,61,[5],5,1,1 +1106,1106,12,num,AND,62,[4],4,1,1 +1106,1106,12,num,AND,63,[7],7,1,1 +1106,1106,12,num,AND,64,[6],6],1,1 +1106,1106,12,num,AND,65,[7],7,1,1 +1106,1106,12,num,AND,66,[9],5,0,1 +1106,1106,12,num,AND,67,[7],7,1,1 +1106,1106,12,num,AND,68,[5],5,1,1 +1106,1106,12,num,AND,69,[5],1,0,1 +1106,1106,12,num,AND,70,[3],2,0,1 +1106,1106,12,num,AND,71,[9],6,0,1 +1106,1106,12,num,AND,72,[1],1,1,1 +1106,1106,12,num,AND,73,[6],6,1,1 +1106,1106,12,num,AND,74,[2],2,1,1 +1106,1106,12,num,AND,75,[7],7,1,1 +1106,1106,12,num,AND,76,[1],1,1,1 +1106,1106,12,num,AND,77,[3],3,1,1 +1106,1106,12,num,AND,78,[6],1,0,1 +1106,1106,12,num,AND,79,[7],7,1,1 +1106,1106,12,num,AND,80,[3],3,1,1 +1106,1106,12,num,AND,81,[3],3,1,1 +1106,1106,12,num,AND,82,[0],0,1,1 +1106,1106,12,num,AND,83,[4],0,0,1 +1106,1106,12,num,AND,84,[7],7,1,1 +1106,1106,12,num,AND,85,[1],1,1,1 +1106,1106,12,num,AND,86,[4],4,1,1 +1106,1106,12,num,AND,87,[2],2,1,1 +1106,1106,12,num,AND,88,[1],1,1,1 +1106,1106,12,num,AND,89,[2],2],1,1 +1106,1106,12,num,AND,90,[9],9,1,1 +1106,1106,12,num,AND,91,[5],5,1,1 +1106,1106,12,num,AND,92,[9],5,0,1 +1106,1106,12,num,AND,93,[3],3,1,1 +1106,1106,12,num,AND,94,[6],6,1,1 +1106,1106,12,num,AND,95,[3],3],1,1 +1106,1106,12,num,AND,96,[6],6,1,1 +1106,1106,12,num,AND,97,[1],1,1,1 +1106,1106,12,num,AND,98,[2],2],1,1 +1106,1106,12,num,AND,99,[3],6,0,1 +1106,1106,12,num,XOR,0,[4 3],4 3],1,1 +1106,1106,12,num,XOR,1,[9 8],8 7],0,1 +1106,1106,12,num,XOR,2,[3 4],3 4],1,1 +1106,1106,12,num,XOR,3,[9 8],8 1,0,1 +1106,1106,12,num,XOR,4,[9 3],3 9],1,1 +1106,1106,12,num,XOR,5,[9 7],1 6,0,1 +1106,1106,12,num,XOR,6,[3 2],2 3],1,1 +1106,1106,12,num,XOR,7,[7 3],3 7],1,1 +1106,1106,12,num,XOR,8,[0 9],9 0],1,1 +1106,1106,12,num,XOR,9,[4 2],2 4],1,1 +1106,1106,12,num,XOR,10,[5 8],8 5],1,1 +1106,1106,12,num,XOR,11,[0 2],2 0],1,1 +1106,1106,12,num,XOR,12,[3 6],6 3],1,1 +1106,1106,12,num,XOR,13,[6 8],8 6],1,1 +1106,1106,12,num,XOR,14,[6 7],7 6],1,1 +1106,1106,12,num,XOR,15,[8 0],0 8],1,1 +1106,1106,12,num,XOR,16,[8 4],4 1,0,1 +1106,1106,12,num,XOR,17,[4 0],0 3,0,1 +1106,1106,12,num,XOR,18,[1 0],0 1],1,1 +1106,1106,12,num,XOR,19,[7 4],7 4],1,1 +1106,1106,12,num,XOR,20,[0 5],0 5,1,1 +1106,1106,12,num,XOR,21,[3 4],1 3],0,1 +1106,1106,12,num,XOR,22,[6 9],9 6],1,1 +1106,1106,12,num,XOR,23,[0 1],1 0],1,1 +1106,1106,12,num,XOR,24,[7 0],0 1],0,1 +1106,1106,12,num,XOR,25,[2 5],5 2],1,1 +1106,1106,12,num,XOR,26,[5 9],9 5],1,1 +1106,1106,12,num,XOR,27,[1 7],7 1],1,1 +1106,1106,12,num,XOR,28,[9 0],0 9,1,1 +1106,1106,12,num,XOR,29,[1 5],5 1,1,1 +1106,1106,12,num,XOR,30,[6 2],2 6],1,1 +1106,1106,12,num,XOR,31,[4 9],9 4],1,1 +1106,1106,12,num,XOR,32,[6 9],9 6],1,1 +1106,1106,12,num,XOR,33,[4 8],1 4],0,1 +1106,1106,12,num,XOR,34,[2 5],5 1],0,1 +1106,1106,12,num,XOR,35,[8 6],6 8,1,1 +1106,1106,12,num,XOR,36,[2 7],7 2],1,1 +1106,1106,12,num,XOR,37,[8 3],8 3],1,1 +1106,1106,12,num,XOR,38,[1 4],4 1],1,1 +1106,1106,12,num,XOR,39,[4 6],1 4],0,1 +1106,1106,12,num,XOR,40,[2 8],8 2],1,1 +1106,1106,12,num,XOR,41,[5 3],3 5],1,1 +1106,1106,12,num,XOR,42,[7 0],0 7,1,1 +1106,1106,12,num,XOR,43,[6 1],1 6],1,1 +1106,1106,12,num,XOR,44,[9 0],0 9,1,1 +1106,1106,12,num,XOR,45,[1 3],3 1],1,1 +1106,1106,12,num,XOR,46,[8 0],16 8,0,1 +1106,1106,12,num,XOR,47,[0 8],6 1],0,1 +1106,1106,12,num,XOR,48,[6 1],1 6],1,1 +1106,1106,12,num,XOR,49,[5 0],0 5],1,1 +1106,1106,12,num,XOR,50,[7 6],6 7,1,1 +1106,1106,12,num,XOR,51,[1 6],6 1],1,1 +1106,1106,12,num,XOR,52,[7 8],7 8],1,1 +1106,1106,12,num,XOR,53,[4 0],0 4],1,1 +1106,1106,12,num,XOR,54,[0 2],2 0],1,1 +1106,1106,12,num,XOR,55,[2 9],9 16],0,1 +1106,1106,12,num,XOR,56,[7 1],1 7],1,1 +1106,1106,12,num,XOR,57,[6 0],0 6],1,1 +1106,1106,12,num,XOR,58,[9 8],8 0],0,1 +1106,1106,12,num,XOR,59,[2 6],6 2],1,1 +1106,1106,12,num,XOR,60,[5 0],1 5],0,1 +1106,1106,12,num,XOR,61,[3 2],2 3],1,1 +1106,1106,12,num,XOR,62,[3 0],0 3],1,1 +1106,1106,12,num,XOR,63,[9 1],1 9,1,1 +1106,1106,12,num,XOR,64,[4 1],1 4],1,1 +1106,1106,12,num,XOR,65,[2 1],1 2,1,1 +1106,1106,12,num,XOR,66,[6 9],9 6],1,1 +1106,1106,12,num,XOR,67,[7 2],2 7],1,1 +1106,1106,12,num,XOR,68,[5 7],7 5],1,1 +1106,1106,12,num,XOR,69,[2 7],7 2],1,1 +1106,1106,12,num,XOR,70,[6 4],6 4],1,1 +1106,1106,12,num,XOR,71,[5 0],0 5],1,1 +1106,1106,12,num,XOR,72,[2 9],64 4],0,1 +1106,1106,12,num,XOR,73,[3 1],1 3],1,1 +1106,1106,12,num,XOR,74,[1 0],0 1,1,1 +1106,1106,12,num,XOR,75,[2 0],0 2],1,1 +1106,1106,12,num,XOR,76,[0 1],0 1,1,1 +1106,1106,12,num,XOR,77,[3 6],6 4],0,1 +1106,1106,12,num,XOR,78,[9 6],6 4],0,1 +1106,1106,12,num,XOR,79,[0 5],5 2],0,1 +1106,1106,12,num,XOR,80,[3 9],27 1],0,1 +1106,1106,12,num,XOR,81,[6 0],0 6],1,1 +1106,1106,12,num,XOR,82,[5 9],9 5],1,1 +1106,1106,12,num,XOR,83,[7 2],2 7],1,1 +1106,1106,12,num,XOR,84,[2 1],1 2],1,1 +1106,1106,12,num,XOR,85,[4 9],9 4],1,1 +1106,1106,12,num,XOR,86,[9 4],None,0,1 +1106,1106,12,num,XOR,87,[0 8],8 0],1,1 +1106,1106,12,num,XOR,88,[8 0],0 8,1,1 +1106,1106,12,num,XOR,89,[8 1],1 8],1,1 +1106,1106,12,num,XOR,90,[2 6],6 8],0,1 +1106,1106,12,num,XOR,91,[5 0],0 5,1,1 +1106,1106,12,num,XOR,92,[2 7],7 2],1,1 +1106,1106,12,num,XOR,93,[5 0],0 5],1,1 +1106,1106,12,num,XOR,94,[8 6],6 8],1,1 +1106,1106,12,num,XOR,95,[5 7],7 5],1,1 +1106,1106,12,num,XOR,96,[8 1],1 8,1,1 +1106,1106,12,num,XOR,97,[1 4],4 1],1,1 +1106,1106,12,num,XOR,98,[3 7],None,0,1 +1106,1106,12,num,XOR,99,[8 9],9 8,1,1 +1106,1106,12,num,c3_set_union_permuted,0,[2 6 5 3],2 5 3 6],1,1 +1106,1106,12,num,c3_set_union_permuted,1,[1 6 7 5],6 7 1],0,1 +1106,1106,12,num,c3_set_union_permuted,2,[2 1 4 6],1 2 6],0,1 +1106,1106,12,num,c3_set_union_permuted,3,[6 0 1 3],3 1 0 6,1,1 +1106,1106,12,num,c3_set_union_permuted,4,[4 3 1 7],7 4,0,1 +1106,1106,12,num,c3_set_union_permuted,5,[7 5 8 4],5 8 4 7,1,1 +1106,1106,12,num,c3_set_union_permuted,6,[4 0 8 1],8 4 0 1,1,1 +1106,1106,12,num,c3_set_union_permuted,7,[2 8 4 1],8 4 2 1],1,1 +1106,1106,12,num,c3_set_union_permuted,8,[3 0 7 6],7 0 3,0,1 +1106,1106,12,num,c3_set_union_permuted,9,[6 9 2 4],6 2],0,1 +1106,1106,12,num,c3_set_union_permuted,10,[6 5 9 8],6 9 8 5,1,1 +1106,1106,12,num,c3_set_union_permuted,11,[4 7 2 0],2 7,0,1 +1106,1106,12,num,c3_set_union_permuted,12,[7 1 5 3],7 1 3,0,1 +1106,1106,12,num,c3_set_union_permuted,13,[0 2 3 4],4 0 3 2,1,1 +1106,1106,12,num,c3_set_union_permuted,14,[1 0 6 9],1 0 6 9,1,1 +1106,1106,12,num,c3_set_union_permuted,15,[7 0 6 1],0 6 1 7],1,1 +1106,1106,12,num,c3_set_union_permuted,16,[5 7 2 0],0 5 2 7,1,1 +1106,1106,12,num,c3_set_union_permuted,17,[4 2 6 8],2 4 8 6,1,1 +1106,1106,12,num,c3_set_union_permuted,18,[8 4 9 7],8 4 9 7,1,1 +1106,1106,12,num,c3_set_union_permuted,19,[8 9 0 6],6 9,0,1 +1106,1106,12,num,c3_set_union_permuted,20,[3 8 1 4],1 8 4 3,1,1 +1106,1106,12,num,c3_set_union_permuted,21,[7 9 3 0],7 3 9 0,1,1 +1106,1106,12,num,c3_set_union_permuted,22,[0 5 8 7],5 7 0 8,1,1 +1106,1106,12,num,c3_set_union_permuted,23,[7 1 9 3],1 3 9 7],1,1 +1106,1106,12,num,c3_set_union_permuted,24,[1 9 3 4],1 9 4 3],1,1 +1106,1106,12,num,c3_set_union_permuted,25,[7 8 4 6],8 4],0,1 +1106,1106,12,num,c3_set_union_permuted,26,[2 3 0 9],3 9 0 2],1,1 +1106,1106,12,num,c3_set_union_permuted,27,[4 3 0 6],6 3 0 4],1,1 +1106,1106,12,num,c3_set_union_permuted,28,[5 3 7 4],7 4 5 3,1,1 +1106,1106,12,num,c3_set_union_permuted,29,[2 1 4 3],1 3 4 2,1,1 +1106,1106,12,num,c3_set_union_permuted,30,[5 8 2 4],4 2 8 5,1,1 +1106,1106,12,num,c3_set_union_permuted,31,[5 6 9 3],6 9 5 3],1,1 +1106,1106,12,num,c3_set_union_permuted,32,[5 7 3 9],5 9 7 3],1,1 +1106,1106,12,num,c3_set_union_permuted,33,[7 8 3 1],7 8 3 1],1,1 +1106,1106,12,num,c3_set_union_permuted,34,[0 2 1 8],0 1 8 2,1,1 +1106,1106,12,num,c3_set_union_permuted,35,[1 3 0 7],0 3 7 1,1,1 +1106,1106,12,num,c3_set_union_permuted,36,[6 9 5 7],7 5 9,0,1 +1106,1106,12,num,c3_set_union_permuted,37,[6 5 4 3],4 3 5 6],1,1 +1106,1106,12,num,c3_set_union_permuted,38,[8 5 6 3],6 5 3],0,1 +1106,1106,12,num,c3_set_union_permuted,39,[8 9 0 1],8 0 9],0,1 +1106,1106,12,num,c3_set_union_permuted,40,[3 0 9 6],3 9 6],0,1 +1106,1106,12,num,c3_set_union_permuted,41,[0 3 5 8],0 8 3 5],1,1 +1106,1106,12,num,c3_set_union_permuted,42,[6 3 7 9],9 6 7 3],1,1 +1106,1106,12,num,c3_set_union_permuted,43,[6 8 3 9],3 8 6 9],1,1 +1106,1106,12,num,c3_set_union_permuted,44,[7 2 5 9],7 9 2 5],1,1 +1106,1106,12,num,c3_set_union_permuted,45,[5 3 4 1],3 5 4 1],1,1 +1106,1106,12,num,c3_set_union_permuted,46,[0 4 6 7],0 6 4 7,1,1 +1106,1106,12,num,c3_set_union_permuted,47,[8 3 0 7],8 0 7 3,1,1 +1106,1106,12,num,c3_set_union_permuted,48,[8 1 3 6],8 6,0,1 +1106,1106,12,num,c3_set_union_permuted,49,[2 1 0 7],0 2 1,0,1 +1106,1106,12,num,c3_set_union_permuted,50,[8 0 2 7],2 0,0,1 +1106,1106,12,num,c3_set_union_permuted,51,[1 8 0 3],3 0 8 1,1,1 +1106,1106,12,num,c3_set_union_permuted,52,[5 1 6 0],0 1 5 6],1,1 +1106,1106,12,num,c3_set_union_permuted,53,[4 9 7 6],7 4 6 9],1,1 +1106,1106,12,num,c3_set_union_permuted,54,[6 5 2 9],5 6 9 2],1,1 +1106,1106,12,num,c3_set_union_permuted,55,[5 7 4 6],6 7 5 4,1,1 +1106,1106,12,num,c3_set_union_permuted,56,[6 9 4 3],6 4 3],0,1 +1106,1106,12,num,c3_set_union_permuted,57,[6 8 0 7],8 7 0 6,1,1 +1106,1106,12,num,c3_set_union_permuted,58,[4 9 7 1],9 4 1 7,1,1 +1106,1106,12,num,c3_set_union_permuted,59,[1 0 7 4],0 7 1 4,1,1 +1106,1106,12,num,c3_set_union_permuted,60,[9 4 2 1],1 9 2 4,1,1 +1106,1106,12,num,c3_set_union_permuted,61,[7 6 2 9],2 7 9 6],1,1 +1106,1106,12,num,c3_set_union_permuted,62,[6 2 9 8],2 6 8 9],1,1 +1106,1106,12,num,c3_set_union_permuted,63,[9 4 6 0],0 9 6 4],1,1 +1106,1106,12,num,c3_set_union_permuted,64,[3 2 9 4],3 4 9 2],1,1 +1106,1106,12,num,c3_set_union_permuted,65,[2 9 0 7],7 0 9 2,1,1 +1106,1106,12,num,c3_set_union_permuted,66,[7 5 2 6],5 6 2],0,1 +1106,1106,12,num,c3_set_union_permuted,67,[3 4 0 7],0 4 7 3,1,1 +1106,1106,12,num,c3_set_union_permuted,68,[6 2 1 5],5 6 1 2],1,1 +1106,1106,12,num,c3_set_union_permuted,69,[5 1 3 9],9 1 3 5],1,1 +1106,1106,12,num,c3_set_union_permuted,70,[6 3 1 2],2 6 1 3],1,1 +1106,1106,12,num,c3_set_union_permuted,71,[8 9 0 3],8 0 3 9,1,1 +1106,1106,12,num,c3_set_union_permuted,72,[8 2 5 0],2 5 8 0],1,1 +1106,1106,12,num,c3_set_union_permuted,73,[3 6 1 4],6 3 4 1],1,1 +1106,1106,12,num,c3_set_union_permuted,74,[9 6 0 2],9 6 0 2,1,1 +1106,1106,12,num,c3_set_union_permuted,75,[5 9 4 7],7 5 4 9,1,1 +1106,1106,12,num,c3_set_union_permuted,76,[1 7 4 2],4 2 7 1],1,1 +1106,1106,12,num,c3_set_union_permuted,77,[3 5 2 1],2 1 3 5],1,1 +1106,1106,12,num,c3_set_union_permuted,78,[1 5 4 8],1 4 5 8,1,1 +1106,1106,12,num,c3_set_union_permuted,79,[2 1 5 8],5 8 1 2,1,1 +1106,1106,12,num,c3_set_union_permuted,80,[4 3 9 5],5 4 9 3],1,1 +1106,1106,12,num,c3_set_union_permuted,81,[2 1 9 0],2 1 0 9],1,1 +1106,1106,12,num,c3_set_union_permuted,82,[0 1 5 9],5 0 9 1],1,1 +1106,1106,12,num,c3_set_union_permuted,83,[0 2 8 9],9 2 0 8,1,1 +1106,1106,12,num,c3_set_union_permuted,84,[1 0 5 4],5 0 1 4],1,1 +1106,1106,12,num,c3_set_union_permuted,85,[5 3 4 0],4 5 0 3],1,1 +1106,1106,12,num,c3_set_union_permuted,86,[0 2 8 4],6 4,0,1 +1106,1106,12,num,c3_set_union_permuted,87,[3 6 5 0],5 0],0,1 +1106,1106,12,num,c3_set_union_permuted,88,[2 4 3 7],3 7 2 4],1,1 +1106,1106,12,num,c3_set_union_permuted,89,[0 6 8 5],5 8 0 6,1,1 +1106,1106,12,num,c3_set_union_permuted,90,[3 8 1 9],3 8 9 1],1,1 +1106,1106,12,num,c3_set_union_permuted,91,[8 2 7 1],1 7 2 8],1,1 +1106,1106,12,num,c3_set_union_permuted,92,[7 6 4 3],4 6 7 3],1,1 +1106,1106,12,num,c3_set_union_permuted,93,[7 0 2 6],0 2 7 6],1,1 +1106,1106,12,num,c3_set_union_permuted,94,[8 3 5 4],8 5 4 3,1,1 +1106,1106,12,num,c3_set_union_permuted,95,[1 6 7 4],4 1 7 6,1,1 +1106,1106,12,num,c3_set_union_permuted,96,[8 6 7 1],7 1],0,1 +1106,1106,12,num,c3_set_union_permuted,97,[5 6 7 0],0 6 5 7],1,1 +1106,1106,12,num,c3_set_union_permuted,98,[3 6 2 7],6 3 7],0,1 +1106,1106,12,num,c3_set_union_permuted,99,[3 5 2 7],2 7 5 3],1,1 +1106,1106,12,num,c2_set_union_permuted,0,[5],1 5],0,1 +1106,1106,12,num,c2_set_union_permuted,1,[5],5 6],0,1 +1106,1106,12,num,c2_set_union_permuted,2,[9],7 9 7],0,1 +1106,1106,12,num,c2_set_union_permuted,3,[8],8 0],0,1 +1106,1106,12,num,c2_set_union_permuted,4,[8],8],1,1 +1106,1106,12,num,c2_set_union_permuted,5,[6],6 9,0,1 +1106,1106,12,num,c2_set_union_permuted,6,[7],7,1,1 +1106,1106,12,num,c2_set_union_permuted,7,[3],3],1,1 +1106,1106,12,num,c2_set_union_permuted,8,[8],1 7],0,1 +1106,1106,12,num,c2_set_union_permuted,9,[4],4],1,1 +1106,1106,12,num,c2_set_union_permuted,10,[4],4 8,0,1 +1106,1106,12,num,c2_set_union_permuted,11,[0],1 0 1],0,1 +1106,1106,12,num,c2_set_union_permuted,12,[7],7 5,0,1 +1106,1106,12,num,c2_set_union_permuted,13,[5],5 3],0,1 +1106,1106,12,num,c2_set_union_permuted,14,[3],0 3],0,1 +1106,1106,12,num,c2_set_union_permuted,15,[3],5 3 0 6],0,1 +1106,1106,12,num,c2_set_union_permuted,16,[3],3],1,1 +1106,1106,12,num,c2_set_union_permuted,17,[1],1],1,1 +1106,1106,12,num,c2_set_union_permuted,18,[5],5 0],0,1 +1106,1106,12,num,c2_set_union_permuted,19,[2],2 3],0,1 +1106,1106,12,num,c2_set_union_permuted,20,[5],7 5 1],0,1 +1106,1106,12,num,c2_set_union_permuted,21,[8],8],1,1 +1106,1106,12,num,c2_set_union_permuted,22,[9],9 0 2,0,1 +1106,1106,12,num,c2_set_union_permuted,23,[5],5 8],0,1 +1106,1106,12,num,c2_set_union_permuted,24,[3],5 3 2],0,1 +1106,1106,12,num,c2_set_union_permuted,25,[0],0,1,1 +1106,1106,12,num,c2_set_union_permuted,26,[8],8 5,0,1 +1106,1106,12,num,c2_set_union_permuted,27,[5],9 5 7],0,1 +1106,1106,12,num,c2_set_union_permuted,28,[0],0 5,0,1 +1106,1106,12,num,c2_set_union_permuted,29,[6],6,1,1 +1106,1106,12,num,c2_set_union_permuted,30,[6],6,1,1 +1106,1106,12,num,c2_set_union_permuted,31,[0],0],1,1 +1106,1106,12,num,c2_set_union_permuted,32,[8],8],1,1 +1106,1106,12,num,c2_set_union_permuted,33,[4],3 4 3],0,1 +1106,1106,12,num,c2_set_union_permuted,34,[8],1 2],0,1 +1106,1106,12,num,c2_set_union_permuted,35,[4],4],1,1 +1106,1106,12,num,c2_set_union_permuted,36,[5],5,1,1 +1106,1106,12,num,c2_set_union_permuted,37,[3],3,1,1 +1106,1106,12,num,c2_set_union_permuted,38,[9],9 4],0,1 +1106,1106,12,num,c2_set_union_permuted,39,[9],0 9 0],0,1 +1106,1106,12,num,c2_set_union_permuted,40,[1],4 7,0,1 +1106,1106,12,num,c2_set_union_permuted,41,[4],9 4 1],0,1 +1106,1106,12,num,c2_set_union_permuted,42,[6],None,0,1 +1106,1106,12,num,c2_set_union_permuted,43,[1],1 3],0,1 +1106,1106,12,num,c2_set_union_permuted,44,[5],5,1,1 +1106,1106,12,num,c2_set_union_permuted,45,[3],3 9],0,1 +1106,1106,12,num,c2_set_union_permuted,46,[9],1 9 1],0,1 +1106,1106,12,num,c2_set_union_permuted,47,[4],4],1,1 +1106,1106,12,num,c2_set_union_permuted,48,[8],8 1,0,1 +1106,1106,12,num,c2_set_union_permuted,49,[4],7 8],0,1 +1106,1106,12,num,c2_set_union_permuted,50,[4],4 5],0,1 +1106,1106,12,num,c2_set_union_permuted,51,[3],3],1,1 +1106,1106,12,num,c2_set_union_permuted,52,[4],4 1],0,1 +1106,1106,12,num,c2_set_union_permuted,53,[6],6],1,1 +1106,1106,12,num,c2_set_union_permuted,54,[0],0 6,0,1 +1106,1106,12,num,c2_set_union_permuted,55,[7],7 2],0,1 +1106,1106,12,num,c2_set_union_permuted,56,[4],4,1,1 +1106,1106,12,num,c2_set_union_permuted,57,[7],7 9 0 4],0,1 +1106,1106,12,num,c2_set_union_permuted,58,[2],2],1,1 +1106,1106,12,num,c2_set_union_permuted,59,[3],0 3 0],0,1 +1106,1106,12,num,c2_set_union_permuted,60,[7],7 2],0,1 +1106,1106,12,num,c2_set_union_permuted,61,[0],0],1,1 +1106,1106,12,num,c2_set_union_permuted,62,[2],2],1,1 +1106,1106,12,num,c2_set_union_permuted,63,[7],7],1,1 +1106,1106,12,num,c2_set_union_permuted,64,[2],2 7 0,0,1 +1106,1106,12,num,c2_set_union_permuted,65,[3],2 3],0,1 +1106,1106,12,num,c2_set_union_permuted,66,[1],1 3 0,0,1 +1106,1106,12,num,c2_set_union_permuted,67,[3],0 3],0,1 +1106,1106,12,num,c2_set_union_permuted,68,[6],6 7],0,1 +1106,1106,12,num,c2_set_union_permuted,69,[0],0 3 1],0,1 +1106,1106,12,num,c2_set_union_permuted,70,[3],3],1,1 +1106,1106,12,num,c2_set_union_permuted,71,[6],5 6],0,1 +1106,1106,12,num,c2_set_union_permuted,72,[2],2],1,1 +1106,1106,12,num,c2_set_union_permuted,73,[7],5 7 1],0,1 +1106,1106,12,num,c2_set_union_permuted,74,[3],3 9],0,1 +1106,1106,12,num,c2_set_union_permuted,75,[0],0 6,0,1 +1106,1106,12,num,c2_set_union_permuted,76,[8],0 8],0,1 +1106,1106,12,num,c2_set_union_permuted,77,[9],None,0,1 +1106,1106,12,num,c2_set_union_permuted,78,[6],None,0,1 +1106,1106,12,num,c2_set_union_permuted,79,[3],3 5],0,1 +1106,1106,12,num,c2_set_union_permuted,80,[1],1 6,0,1 +1106,1106,12,num,c2_set_union_permuted,81,[4],4 5],0,1 +1106,1106,12,num,c2_set_union_permuted,82,[3],0 3 0],0,1 +1106,1106,12,num,c2_set_union_permuted,83,[7],7],1,1 +1106,1106,12,num,c2_set_union_permuted,84,[5],1 5 3],0,1 +1106,1106,12,num,c2_set_union_permuted,85,[9],9,1,1 +1106,1106,12,num,c2_set_union_permuted,86,[8],8],1,1 +1106,1106,12,num,c2_set_union_permuted,87,[3],3],1,1 +1106,1106,12,num,c2_set_union_permuted,88,[8],8 9],0,1 +1106,1106,12,num,c2_set_union_permuted,89,[8],8,1,1 +1106,1106,12,num,c2_set_union_permuted,90,[8],8],1,1 +1106,1106,12,num,c2_set_union_permuted,91,[8],8],1,1 +1106,1106,12,num,c2_set_union_permuted,92,[5],5],1,1 +1106,1106,12,num,c2_set_union_permuted,93,[4],4,1,1 +1106,1106,12,num,c2_set_union_permuted,94,[0],0 8],0,1 +1106,1106,12,num,c2_set_union_permuted,95,[6],6 9,0,1 +1106,1106,12,num,c2_set_union_permuted,96,[0],7 0],0,1 +1106,1106,12,num,c2_set_union_permuted,97,[1],5 1 3],0,1 +1106,1106,12,num,c2_set_union_permuted,98,[9],9,1,1 +1106,1106,12,num,c2_set_union_permuted,99,[3],1 3 5],0,1 +1106,1106,12,num,c1_set_union_permuted,0,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,1,[4],4,1,1 +1106,1106,12,num,c1_set_union_permuted,2,[2],2],1,1 +1106,1106,12,num,c1_set_union_permuted,3,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,4,[1],1,1,1 +1106,1106,12,num,c1_set_union_permuted,5,[2],2,1,1 +1106,1106,12,num,c1_set_union_permuted,6,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,7,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,8,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,9,[9],9,1,1 +1106,1106,12,num,c1_set_union_permuted,10,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,11,[8],8,1,1 +1106,1106,12,num,c1_set_union_permuted,12,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,13,[8],8],1,1 +1106,1106,12,num,c1_set_union_permuted,14,[5],5,1,1 +1106,1106,12,num,c1_set_union_permuted,15,[2],2,1,1 +1106,1106,12,num,c1_set_union_permuted,16,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,17,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,18,[4],4,1,1 +1106,1106,12,num,c1_set_union_permuted,19,[9],9,1,1 +1106,1106,12,num,c1_set_union_permuted,20,[1],1,1,1 +1106,1106,12,num,c1_set_union_permuted,21,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,22,[8],8,1,1 +1106,1106,12,num,c1_set_union_permuted,23,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,24,[7],7,1,1 +1106,1106,12,num,c1_set_union_permuted,25,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,26,[9],9,1,1 +1106,1106,12,num,c1_set_union_permuted,27,[9],9,1,1 +1106,1106,12,num,c1_set_union_permuted,28,[1],1,1,1 +1106,1106,12,num,c1_set_union_permuted,29,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,30,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,31,[4],4,1,1 +1106,1106,12,num,c1_set_union_permuted,32,[4],4,1,1 +1106,1106,12,num,c1_set_union_permuted,33,[4],4,1,1 +1106,1106,12,num,c1_set_union_permuted,34,[9],9,1,1 +1106,1106,12,num,c1_set_union_permuted,35,[2],2,1,1 +1106,1106,12,num,c1_set_union_permuted,36,[5],5,1,1 +1106,1106,12,num,c1_set_union_permuted,37,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,38,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,39,[3],3],1,1 +1106,1106,12,num,c1_set_union_permuted,40,[8],8,1,1 +1106,1106,12,num,c1_set_union_permuted,41,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,42,[4],4,1,1 +1106,1106,12,num,c1_set_union_permuted,43,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,44,[7],7,1,1 +1106,1106,12,num,c1_set_union_permuted,45,[7],7,1,1 +1106,1106,12,num,c1_set_union_permuted,46,[2],2,1,1 +1106,1106,12,num,c1_set_union_permuted,47,[5],5,1,1 +1106,1106,12,num,c1_set_union_permuted,48,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,49,[8],8,1,1 +1106,1106,12,num,c1_set_union_permuted,50,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,51,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,52,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,53,[8],8,1,1 +1106,1106,12,num,c1_set_union_permuted,54,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,55,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,56,[5],5,1,1 +1106,1106,12,num,c1_set_union_permuted,57,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,58,[9],9,1,1 +1106,1106,12,num,c1_set_union_permuted,59,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,60,[1],1,1,1 +1106,1106,12,num,c1_set_union_permuted,61,[9],9,1,1 +1106,1106,12,num,c1_set_union_permuted,62,[4],4,1,1 +1106,1106,12,num,c1_set_union_permuted,63,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,64,[9],9,1,1 +1106,1106,12,num,c1_set_union_permuted,65,[2],2,1,1 +1106,1106,12,num,c1_set_union_permuted,66,[9],9,1,1 +1106,1106,12,num,c1_set_union_permuted,67,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,68,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,69,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,70,[8],8,1,1 +1106,1106,12,num,c1_set_union_permuted,71,[5],5,1,1 +1106,1106,12,num,c1_set_union_permuted,72,[1],1,1,1 +1106,1106,12,num,c1_set_union_permuted,73,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,74,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,75,[3],3],1,1 +1106,1106,12,num,c1_set_union_permuted,76,[4],4,1,1 +1106,1106,12,num,c1_set_union_permuted,77,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,78,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,79,[1],1,1,1 +1106,1106,12,num,c1_set_union_permuted,80,[9],9],1,1 +1106,1106,12,num,c1_set_union_permuted,81,[2],2,1,1 +1106,1106,12,num,c1_set_union_permuted,82,[1],1,1,1 +1106,1106,12,num,c1_set_union_permuted,83,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,84,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,85,[8],8,1,1 +1106,1106,12,num,c1_set_union_permuted,86,[4],4,1,1 +1106,1106,12,num,c1_set_union_permuted,87,[3],3,1,1 +1106,1106,12,num,c1_set_union_permuted,88,[0],0,1,1 +1106,1106,12,num,c1_set_union_permuted,89,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,90,[5],5,1,1 +1106,1106,12,num,c1_set_union_permuted,91,[1],1,1,1 +1106,1106,12,num,c1_set_union_permuted,92,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,93,[5],5,1,1 +1106,1106,12,num,c1_set_union_permuted,94,[9],9,1,1 +1106,1106,12,num,c1_set_union_permuted,95,[2],2,1,1 +1106,1106,12,num,c1_set_union_permuted,96,[7],7,1,1 +1106,1106,12,num,c1_set_union_permuted,97,[4],4,1,1 +1106,1106,12,num,c1_set_union_permuted,98,[6],6,1,1 +1106,1106,12,num,c1_set_union_permuted,99,[2],2,1,1 +1106,1106,12,num,XOR_permuted,0,[4 0],0 4,1,1 +1106,1106,12,num,XOR_permuted,1,[8 4],8 2,0,1 +1106,1106,12,num,XOR_permuted,2,[1 7],7 1],1,1 +1106,1106,12,num,XOR_permuted,3,[6 0],0 6,1,1 +1106,1106,12,num,XOR_permuted,4,[3 6],0 9],0,1 +1106,1106,12,num,XOR_permuted,5,[5 6],6 5,1,1 +1106,1106,12,num,XOR_permuted,6,[3 9],9 3,1,1 +1106,1106,12,num,XOR_permuted,7,[0 8],8 0],1,1 +1106,1106,12,num,XOR_permuted,8,[1 4],1 3],0,1 +1106,1106,12,num,XOR_permuted,9,[8 3],8 3],1,1 +1106,1106,12,num,XOR_permuted,10,[9 6],6 9],1,1 +1106,1106,12,num,XOR_permuted,11,[0 7],7 2],0,1 +1106,1106,12,num,XOR_permuted,12,[0 9],0 9],1,1 +1106,1106,12,num,XOR_permuted,13,[3 6],3 6],1,1 +1106,1106,12,num,XOR_permuted,14,[1 3],1 3],1,1 +1106,1106,12,num,XOR_permuted,15,[0 7],7 0],1,1 +1106,1106,12,num,XOR_permuted,16,[7 8],7 8],1,1 +1106,1106,12,num,XOR_permuted,17,[6 2],6 2],1,1 +1106,1106,12,num,XOR_permuted,18,[7 8],4 8],0,1 +1106,1106,12,num,XOR_permuted,19,[0 9],9 0,1,1 +1106,1106,12,num,XOR_permuted,20,[0 2],2 0],1,1 +1106,1106,12,num,XOR_permuted,21,[6 5],5 6],1,1 +1106,1106,12,num,XOR_permuted,22,[0 3],3 0],1,1 +1106,1106,12,num,XOR_permuted,23,[0 9],16 9,0,1 +1106,1106,12,num,XOR_permuted,24,[8 0],0 8,1,1 +1106,1106,12,num,XOR_permuted,25,[2 8],8 1],0,1 +1106,1106,12,num,XOR_permuted,26,[3 9],9 8,0,1 +1106,1106,12,num,XOR_permuted,27,[2 9],9 2],1,1 +1106,1106,12,num,XOR_permuted,28,[3 7],7 0],0,1 +1106,1106,12,num,XOR_permuted,29,[9 0],9 0,1,1 +1106,1106,12,num,XOR_permuted,30,[2 5],2 5,1,1 +1106,1106,12,num,XOR_permuted,31,[2 6],6 2],1,1 +1106,1106,12,num,XOR_permuted,32,[0 2],2 0],1,1 +1106,1106,12,num,XOR_permuted,33,[5 7],5 7,1,1 +1106,1106,12,num,XOR_permuted,34,[3 5],3 5],1,1 +1106,1106,12,num,XOR_permuted,35,[6 0],0 4],0,1 +1106,1106,12,num,XOR_permuted,36,[6 0],0 6,1,1 +1106,1106,12,num,XOR_permuted,37,[4 5],4 5],1,1 +1106,1106,12,num,XOR_permuted,38,[8 9],3 3],0,1 +1106,1106,12,num,XOR_permuted,39,[6 7],7 6],1,1 +1106,1106,12,num,XOR_permuted,40,[9 3],None,0,1 +1106,1106,12,num,XOR_permuted,41,[7 6],2 7],0,1 +1106,1106,12,num,XOR_permuted,42,[8 9],8 9],1,1 +1106,1106,12,num,XOR_permuted,43,[7 0],0 7],1,1 +1106,1106,12,num,XOR_permuted,44,[2 1],3 0],0,1 +1106,1106,12,num,XOR_permuted,45,[3 5],5 3],1,1 +1106,1106,12,num,XOR_permuted,46,[2 0],2 0],1,1 +1106,1106,12,num,XOR_permuted,47,[2 0],2 0],1,1 +1106,1106,12,num,XOR_permuted,48,[0 1],1 0],1,1 +1106,1106,12,num,XOR_permuted,49,[5 1],5 1,1,1 +1106,1106,12,num,XOR_permuted,50,[6 9],7 9],0,1 +1106,1106,12,num,XOR_permuted,51,[0 1],0 5],0,1 +1106,1106,12,num,XOR_permuted,52,[9 8],8 9,1,1 +1106,1106,12,num,XOR_permuted,53,[8 2],1 1],0,1 +1106,1106,12,num,XOR_permuted,54,[1 0],8 0],0,1 +1106,1106,12,num,XOR_permuted,55,[5 9],9 5],1,1 +1106,1106,12,num,XOR_permuted,56,[0 6],0 6,1,1 +1106,1106,12,num,XOR_permuted,57,[5 4],4 0],0,1 +1106,1106,12,num,XOR_permuted,58,[7 5],5 7],1,1 +1106,1106,12,num,XOR_permuted,59,[8 2],2 8],1,1 +1106,1106,12,num,XOR_permuted,60,[9 2],2 9],1,1 +1106,1106,12,num,XOR_permuted,61,[0 1],1 0],1,1 +1106,1106,12,num,XOR_permuted,62,[0 2],1 2],0,1 +1106,1106,12,num,XOR_permuted,63,[2 0],2 7,0,1 +1106,1106,12,num,XOR_permuted,64,[2 3],1 7],0,1 +1106,1106,12,num,XOR_permuted,65,[9 6],None,0,1 +1106,1106,12,num,XOR_permuted,66,[9 4],None,0,1 +1106,1106,12,num,XOR_permuted,67,[0 4],0 4,1,1 +1106,1106,12,num,XOR_permuted,68,[9 5],9 5],1,1 +1106,1106,12,num,XOR_permuted,69,[6 4],6 4,1,1 +1106,1106,12,num,XOR_permuted,70,[5 0],0 5],1,1 +1106,1106,12,num,XOR_permuted,71,[3 1],1 3],1,1 +1106,1106,12,num,XOR_permuted,72,[8 1],1 8,1,1 +1106,1106,12,num,XOR_permuted,73,[6 3],6 4],0,1 +1106,1106,12,num,XOR_permuted,74,[0 9],1 0],0,1 +1106,1106,12,num,XOR_permuted,75,[2 9],2 1],0,1 +1106,1106,12,num,XOR_permuted,76,[9 6],9 6,1,1 +1106,1106,12,num,XOR_permuted,77,[4 1],4 5,0,1 +1106,1106,12,num,XOR_permuted,78,[1 4],1 3],0,1 +1106,1106,12,num,XOR_permuted,79,[7 3],None,0,1 +1106,1106,12,num,XOR_permuted,80,[8 3],3 7,0,1 +1106,1106,12,num,XOR_permuted,81,[5 6],5 6],1,1 +1106,1106,12,num,XOR_permuted,82,[5 7],5 7],1,1 +1106,1106,12,num,XOR_permuted,83,[7 0],0 7],1,1 +1106,1106,12,num,XOR_permuted,84,[6 9],None,0,1 +1106,1106,12,num,XOR_permuted,85,[9 4],7 4],0,1 +1106,1106,12,num,XOR_permuted,86,[6 2],2 6],1,1 +1106,1106,12,num,XOR_permuted,87,[9 4],None,0,1 +1106,1106,12,num,XOR_permuted,88,[3 1],3 1],1,1 +1106,1106,12,num,XOR_permuted,89,[4 9],9 4],1,1 +1106,1106,12,num,XOR_permuted,90,[1 5],5 1],1,1 +1106,1106,12,num,XOR_permuted,91,[4 0],None,0,1 +1106,1106,12,num,XOR_permuted,92,[8 4],None,0,1 +1106,1106,12,num,XOR_permuted,93,[5 8],5 8],1,1 +1106,1106,12,num,XOR_permuted,94,[3 7],None,0,1 +1106,1106,12,num,XOR_permuted,95,[8 5],2 8],0,1 +1106,1106,12,num,XOR_permuted,96,[5 9],9 5,1,1 +1106,1106,12,num,XOR_permuted,97,[8 3],8 3],1,1 +1106,1106,12,num,XOR_permuted,98,[7 5],5 7],1,1 +1106,1106,12,num,XOR_permuted,99,[6 7],7 6],1,1 +1106,1106,12,num,AND_permuted,0,[],7,0,1 +1106,1106,12,num,AND_permuted,1,[],9,0,1 +1106,1106,12,num,AND_permuted,2,[],3,0,1 +1106,1106,12,num,AND_permuted,3,[],2 1],0,1 +1106,1106,12,num,AND_permuted,4,[],1],0,1 +1106,1106,12,num,AND_permuted,5,[],6,0,1 +1106,1106,12,num,AND_permuted,6,[],2,0,1 +1106,1106,12,num,AND_permuted,7,[],6,0,1 +1106,1106,12,num,AND_permuted,8,[],6 3] [9 3],0,1 +1106,1106,12,num,AND_permuted,9,[],0,0,1 +1106,1106,12,num,AND_permuted,10,[],8,0,1 +1106,1106,12,num,AND_permuted,11,[],8,0,1 +1106,1106,12,num,AND_permuted,12,[],5,0,1 +1106,1106,12,num,AND_permuted,13,[],6,0,1 +1106,1106,12,num,AND_permuted,14,[],6,0,1 +1106,1106,12,num,AND_permuted,15,[],3,0,1 +1106,1106,12,num,AND_permuted,16,[],4,0,1 +1106,1106,12,num,AND_permuted,17,[],1],0,1 +1106,1106,12,num,AND_permuted,18,[],0,0,1 +1106,1106,12,num,AND_permuted,19,[],3],0,1 +1106,1106,12,num,AND_permuted,20,[],3,0,1 +1106,1106,12,num,AND_permuted,21,[],5,0,1 +1106,1106,12,num,AND_permuted,22,[],8,0,1 +1106,1106,12,num,AND_permuted,23,[],6,0,1 +1106,1106,12,num,AND_permuted,24,[],3,0,1 +1106,1106,12,num,AND_permuted,25,[],2,0,1 +1106,1106,12,num,AND_permuted,26,[],0,0,1 +1106,1106,12,num,AND_permuted,27,[],9,0,1 +1106,1106,12,num,AND_permuted,28,[],4,0,1 +1106,1106,12,num,AND_permuted,29,[],9,0,1 +1106,1106,12,num,AND_permuted,30,[],5,0,1 +1106,1106,12,num,AND_permuted,31,[],1,0,1 +1106,1106,12,num,AND_permuted,32,[],2,0,1 +1106,1106,12,num,AND_permuted,33,[],8,0,1 +1106,1106,12,num,AND_permuted,34,[],4,0,1 +1106,1106,12,num,AND_permuted,35,[],0,0,1 +1106,1106,12,num,AND_permuted,36,[],6,0,1 +1106,1106,12,num,AND_permuted,37,[],2,0,1 +1106,1106,12,num,AND_permuted,38,[],3,0,1 +1106,1106,12,num,AND_permuted,39,[],1,0,1 +1106,1106,12,num,AND_permuted,40,[],5,0,1 +1106,1106,12,num,AND_permuted,41,[],6,0,1 +1106,1106,12,num,AND_permuted,42,[],0,0,1 +1106,1106,12,num,AND_permuted,43,[],7,0,1 +1106,1106,12,num,AND_permuted,44,[],9,0,1 +1106,1106,12,num,AND_permuted,45,[],0,0,1 +1106,1106,12,num,AND_permuted,46,[],8 1],0,1 +1106,1106,12,num,AND_permuted,47,[],3,0,1 +1106,1106,12,num,AND_permuted,48,[],8,0,1 +1106,1106,12,num,AND_permuted,49,[],4,0,1 +1106,1106,12,num,AND_permuted,50,[],0,0,1 +1106,1106,12,num,AND_permuted,51,[],7,0,1 +1106,1106,12,num,AND_permuted,52,[],5,0,1 +1106,1106,12,num,AND_permuted,53,[],2,0,1 +1106,1106,12,num,AND_permuted,54,[],5,0,1 +1106,1106,12,num,AND_permuted,55,[],8,0,1 +1106,1106,12,num,AND_permuted,56,[],3 1],0,1 +1106,1106,12,num,AND_permuted,57,[],3,0,1 +1106,1106,12,num,AND_permuted,58,[],0,0,1 +1106,1106,12,num,AND_permuted,59,[],7,0,1 +1106,1106,12,num,AND_permuted,60,[],5,0,1 +1106,1106,12,num,AND_permuted,61,[],3],0,1 +1106,1106,12,num,AND_permuted,62,[],2 6],0,1 +1106,1106,12,num,AND_permuted,63,[],6,0,1 +1106,1106,12,num,AND_permuted,64,[],5,0,1 +1106,1106,12,num,AND_permuted,65,[],6,0,1 +1106,1106,12,num,AND_permuted,66,[],9,0,1 +1106,1106,12,num,AND_permuted,67,[],6,0,1 +1106,1106,12,num,AND_permuted,68,[],3,0,1 +1106,1106,12,num,AND_permuted,69,[],6,0,1 +1106,1106,12,num,AND_permuted,70,[],5,0,1 +1106,1106,12,num,AND_permuted,71,[],1],0,1 +1106,1106,12,num,AND_permuted,72,[],4,0,1 +1106,1106,12,num,AND_permuted,73,[],1 6],0,1 +1106,1106,12,num,AND_permuted,74,[],1,0,1 +1106,1106,12,num,AND_permuted,75,[],5,0,1 +1106,1106,12,num,AND_permuted,76,[],2,0,1 +1106,1106,12,num,AND_permuted,77,[],8,0,1 +1106,1106,12,num,AND_permuted,78,[],3,0,1 +1106,1106,12,num,AND_permuted,79,[],7,0,1 +1106,1106,12,num,AND_permuted,80,[],7,0,1 +1106,1106,12,num,AND_permuted,81,[],5,0,1 +1106,1106,12,num,AND_permuted,82,[],8 3],0,1 +1106,1106,12,num,AND_permuted,83,[],4,0,1 +1106,1106,12,num,AND_permuted,84,[],2,0,1 +1106,1106,12,num,AND_permuted,85,[],0,0,1 +1106,1106,12,num,AND_permuted,86,[],8,0,1 +1106,1106,12,num,AND_permuted,87,[],9],0,1 +1106,1106,12,num,AND_permuted,88,[],5,0,1 +1106,1106,12,num,AND_permuted,89,[],7,0,1 +1106,1106,12,num,AND_permuted,90,[],6,0,1 +1106,1106,12,num,AND_permuted,91,[],0,0,1 +1106,1106,12,num,AND_permuted,92,[],2,0,1 +1106,1106,12,num,AND_permuted,93,[],3,0,1 +1106,1106,12,num,AND_permuted,94,[],0,0,1 +1106,1106,12,num,AND_permuted,95,[],4,0,1 +1106,1106,12,num,AND_permuted,96,[],2,0,1 +1106,1106,12,num,AND_permuted,97,[],5 9],0,1 +1106,1106,12,num,AND_permuted,98,[],6,0,1 +1106,1106,12,num,AND_permuted,99,[],7,0,1 +1106,1106,12,symb,row_constant,0,['!'],!],1,1 +1106,1106,12,symb,row_constant,1,['('],)],0,1 +1106,1106,12,symb,row_constant,2,['>'],>],1,1 +1106,1106,12,symb,row_constant,3,['!'],!],1,1 +1106,1106,12,symb,row_constant,4,['~'],~],1,1 +1106,1106,12,symb,row_constant,5,['>'],>],1,1 +1106,1106,12,symb,row_constant,6,['<'],<],1,1 +1106,1106,12,symb,row_constant,7,['$'],$,1,1 +1106,1106,12,symb,row_constant,8,['('],)],0,1 +1106,1106,12,symb,row_constant,9,['('],)],0,1 +1106,1106,12,symb,row_constant,10,[':'],:],1,1 +1106,1106,12,symb,row_constant,11,['$'],$,1,1 +1106,1106,12,symb,row_constant,12,['%'],%],1,1 +1106,1106,12,symb,row_constant,13,['%'],%],1,1 +1106,1106,12,symb,row_constant,14,['&'],&],1,1 +1106,1106,12,symb,row_constant,15,['('],)],0,1 +1106,1106,12,symb,row_constant,16,['!'],!],1,1 +1106,1106,12,symb,row_constant,17,['>'],>],1,1 +1106,1106,12,symb,row_constant,18,['%'],%],1,1 +1106,1106,12,symb,row_constant,19,['<'],<],1,1 +1106,1106,12,symb,row_constant,20,['%'],%],1,1 +1106,1106,12,symb,row_constant,21,['!'],!],1,1 +1106,1106,12,symb,row_constant,22,['>'],>],1,1 +1106,1106,12,symb,row_constant,23,['$'],$,1,1 +1106,1106,12,symb,row_constant,24,['>'],>],1,1 +1106,1106,12,symb,row_constant,25,['('],)],0,1 +1106,1106,12,symb,row_constant,26,['<'],<],1,1 +1106,1106,12,symb,row_constant,27,['$'],$,1,1 +1106,1106,12,symb,row_constant,28,['~'],~],1,1 +1106,1106,12,symb,row_constant,29,['>'],>],1,1 +1106,1106,12,symb,row_constant,30,['~'],~],1,1 +1106,1106,12,symb,row_constant,31,['('],)],0,1 +1106,1106,12,symb,row_constant,32,['*'],*],1,1 +1106,1106,12,symb,row_constant,33,['('],)],0,1 +1106,1106,12,symb,row_constant,34,['~'],~],1,1 +1106,1106,12,symb,row_constant,35,['>'],>],1,1 +1106,1106,12,symb,row_constant,36,['('],)],0,1 +1106,1106,12,symb,row_constant,37,['!'],!],1,1 +1106,1106,12,symb,row_constant,38,['%'],%,1,1 +1106,1106,12,symb,row_constant,39,['$'],$,1,1 +1106,1106,12,symb,row_constant,40,['%'],%,1,1 +1106,1106,12,symb,row_constant,41,['~'],~],1,1 +1106,1106,12,symb,row_constant,42,['&'],]&,0,1 +1106,1106,12,symb,row_constant,43,['('],)],0,1 +1106,1106,12,symb,row_constant,44,['<'],<],1,1 +1106,1106,12,symb,row_constant,45,['!'],!],1,1 +1106,1106,12,symb,row_constant,46,['*'],*],1,1 +1106,1106,12,symb,row_constant,47,[':'],:],1,1 +1106,1106,12,symb,row_constant,48,[':'],:],1,1 +1106,1106,12,symb,row_constant,49,['>'],>],1,1 +1106,1106,12,symb,row_constant,50,['&'],&,1,1 +1106,1106,12,symb,row_constant,51,['('],)],0,1 +1106,1106,12,symb,row_constant,52,['>'],>],1,1 +1106,1106,12,symb,row_constant,53,['>'],>],1,1 +1106,1106,12,symb,row_constant,54,['$'],$],1,1 +1106,1106,12,symb,row_constant,55,['%'],%,1,1 +1106,1106,12,symb,row_constant,56,['>'],>],1,1 +1106,1106,12,symb,row_constant,57,['%'],%,1,1 +1106,1106,12,symb,row_constant,58,['!'],!],1,1 +1106,1106,12,symb,row_constant,59,['<'],<],1,1 +1106,1106,12,symb,row_constant,60,['&'],&],1,1 +1106,1106,12,symb,row_constant,61,['!'],!],1,1 +1106,1106,12,symb,row_constant,62,['!'],!],1,1 +1106,1106,12,symb,row_constant,63,['!'],!],1,1 +1106,1106,12,symb,row_constant,64,['&'],&],1,1 +1106,1106,12,symb,row_constant,65,['('],)],0,1 +1106,1106,12,symb,row_constant,66,[':'],:],1,1 +1106,1106,12,symb,row_constant,67,['<'],<],1,1 +1106,1106,12,symb,row_constant,68,['('],)],0,1 +1106,1106,12,symb,row_constant,69,['('],)],0,1 +1106,1106,12,symb,row_constant,70,['('],)],0,1 +1106,1106,12,symb,row_constant,71,['>'],>],1,1 +1106,1106,12,symb,row_constant,72,['&'],&],1,1 +1106,1106,12,symb,row_constant,73,['~'],~],1,1 +1106,1106,12,symb,row_constant,74,['<'],<],1,1 +1106,1106,12,symb,row_constant,75,['%'],%,1,1 +1106,1106,12,symb,row_constant,76,['>'],>],1,1 +1106,1106,12,symb,row_constant,77,['>'],>],1,1 +1106,1106,12,symb,row_constant,78,['('],)],0,1 +1106,1106,12,symb,row_constant,79,['*'],*,1,1 +1106,1106,12,symb,row_constant,80,['!'],!],1,1 +1106,1106,12,symb,row_constant,81,['*'],*],1,1 +1106,1106,12,symb,row_constant,82,['$'],$,1,1 +1106,1106,12,symb,row_constant,83,[':'],:],1,1 +1106,1106,12,symb,row_constant,84,['<'],<],1,1 +1106,1106,12,symb,row_constant,85,['*'],*,1,1 +1106,1106,12,symb,row_constant,86,['('],)],0,1 +1106,1106,12,symb,row_constant,87,['>'],>],1,1 +1106,1106,12,symb,row_constant,88,['%'],%,1,1 +1106,1106,12,symb,row_constant,89,['!'],!],1,1 +1106,1106,12,symb,row_constant,90,['>'],>],1,1 +1106,1106,12,symb,row_constant,91,['>'],>],1,1 +1106,1106,12,symb,row_constant,92,['&'],&,1,1 +1106,1106,12,symb,row_constant,93,['>'],>],1,1 +1106,1106,12,symb,row_constant,94,['*'],*,1,1 +1106,1106,12,symb,row_constant,95,['~'],~],1,1 +1106,1106,12,symb,row_constant,96,['~'],~],1,1 +1106,1106,12,symb,row_constant,97,['*'],*],1,1 +1106,1106,12,symb,row_constant,98,[':'],:],1,1 +1106,1106,12,symb,row_constant,99,['~'],~],1,1 +1106,1106,12,symb,col_constant,0,['~'],~],1,1 +1106,1106,12,symb,col_constant,1,['$'],$,1,1 +1106,1106,12,symb,col_constant,2,['$'],$,1,1 +1106,1106,12,symb,col_constant,3,[':'],:],1,1 +1106,1106,12,symb,col_constant,4,['>'],>],1,1 +1106,1106,12,symb,col_constant,5,[':'],:],1,1 +1106,1106,12,symb,col_constant,6,['!'],!],1,1 +1106,1106,12,symb,col_constant,7,['<'],<,1,1 +1106,1106,12,symb,col_constant,8,['('],)],0,1 +1106,1106,12,symb,col_constant,9,['('],)],0,1 +1106,1106,12,symb,col_constant,10,['<'],<],1,1 +1106,1106,12,symb,col_constant,11,[':'],:],1,1 +1106,1106,12,symb,col_constant,12,['%'],%,1,1 +1106,1106,12,symb,col_constant,13,['&'],&,1,1 +1106,1106,12,symb,col_constant,14,['!'],!],1,1 +1106,1106,12,symb,col_constant,15,['~'],~],1,1 +1106,1106,12,symb,col_constant,16,['>'],>],1,1 +1106,1106,12,symb,col_constant,17,['<'],<],1,1 +1106,1106,12,symb,col_constant,18,['('],)],0,1 +1106,1106,12,symb,col_constant,19,['*'],*,1,1 +1106,1106,12,symb,col_constant,20,['~'],~],1,1 +1106,1106,12,symb,col_constant,21,['~'],~],1,1 +1106,1106,12,symb,col_constant,22,['$'],$,1,1 +1106,1106,12,symb,col_constant,23,['%'],%,1,1 +1106,1106,12,symb,col_constant,24,['<'],<,1,1 +1106,1106,12,symb,col_constant,25,['*'],*,1,1 +1106,1106,12,symb,col_constant,26,['$'],$,1,1 +1106,1106,12,symb,col_constant,27,['~'],~],1,1 +1106,1106,12,symb,col_constant,28,['$'],$,1,1 +1106,1106,12,symb,col_constant,29,['!'],!],1,1 +1106,1106,12,symb,col_constant,30,['~'],~],1,1 +1106,1106,12,symb,col_constant,31,[':'],:],1,1 +1106,1106,12,symb,col_constant,32,['('],)],0,1 +1106,1106,12,symb,col_constant,33,['%'],%,1,1 +1106,1106,12,symb,col_constant,34,['!'],!],1,1 +1106,1106,12,symb,col_constant,35,['!'],!],1,1 +1106,1106,12,symb,col_constant,36,['<'],<,1,1 +1106,1106,12,symb,col_constant,37,['*'],*,1,1 +1106,1106,12,symb,col_constant,38,['*'],*,1,1 +1106,1106,12,symb,col_constant,39,['!'],!],1,1 +1106,1106,12,symb,col_constant,40,['*'],*,1,1 +1106,1106,12,symb,col_constant,41,['!'],!],1,1 +1106,1106,12,symb,col_constant,42,['!'],!],1,1 +1106,1106,12,symb,col_constant,43,['%'],%],1,1 +1106,1106,12,symb,col_constant,44,['~'],~],1,1 +1106,1106,12,symb,col_constant,45,['<'],<,1,1 +1106,1106,12,symb,col_constant,46,['>'],>,1,1 +1106,1106,12,symb,col_constant,47,['%'],%,1,1 +1106,1106,12,symb,col_constant,48,[':'],:],1,1 +1106,1106,12,symb,col_constant,49,['<'],<,1,1 +1106,1106,12,symb,col_constant,50,['>'],>],1,1 +1106,1106,12,symb,col_constant,51,['>'],>],1,1 +1106,1106,12,symb,col_constant,52,[':'],:],1,1 +1106,1106,12,symb,col_constant,53,['*'],*,1,1 +1106,1106,12,symb,col_constant,54,['%'],%,1,1 +1106,1106,12,symb,col_constant,55,['%'],%,1,1 +1106,1106,12,symb,col_constant,56,['~'],~],1,1 +1106,1106,12,symb,col_constant,57,['~'],~,1,1 +1106,1106,12,symb,col_constant,58,['%'],%,1,1 +1106,1106,12,symb,col_constant,59,['*'],*,1,1 +1106,1106,12,symb,col_constant,60,['!'],!],1,1 +1106,1106,12,symb,col_constant,61,['('],)],0,1 +1106,1106,12,symb,col_constant,62,['<'],<,1,1 +1106,1106,12,symb,col_constant,63,['&'],&,1,1 +1106,1106,12,symb,col_constant,64,['<'],>],0,1 +1106,1106,12,symb,col_constant,65,['*'],*,1,1 +1106,1106,12,symb,col_constant,66,['%'],%,1,1 +1106,1106,12,symb,col_constant,67,['>'],>],1,1 +1106,1106,12,symb,col_constant,68,['('],)],0,1 +1106,1106,12,symb,col_constant,69,['('],)],0,1 +1106,1106,12,symb,col_constant,70,[':'],:],1,1 +1106,1106,12,symb,col_constant,71,['*'],*],1,1 +1106,1106,12,symb,col_constant,72,['~'],~],1,1 +1106,1106,12,symb,col_constant,73,['('],)],0,1 +1106,1106,12,symb,col_constant,74,[':'],:],1,1 +1106,1106,12,symb,col_constant,75,['!'],!],1,1 +1106,1106,12,symb,col_constant,76,['&'],&,1,1 +1106,1106,12,symb,col_constant,77,['<'],<,1,1 +1106,1106,12,symb,col_constant,78,['>'],>],1,1 +1106,1106,12,symb,col_constant,79,['$'],$,1,1 +1106,1106,12,symb,col_constant,80,['<'],>],0,1 +1106,1106,12,symb,col_constant,81,['~'],~],1,1 +1106,1106,12,symb,col_constant,82,[':'],:],1,1 +1106,1106,12,symb,col_constant,83,['$'],$,1,1 +1106,1106,12,symb,col_constant,84,['!'],!],1,1 +1106,1106,12,symb,col_constant,85,['<'],<,1,1 +1106,1106,12,symb,col_constant,86,['<'],<,1,1 +1106,1106,12,symb,col_constant,87,['~'],~],1,1 +1106,1106,12,symb,col_constant,88,['&'],&,1,1 +1106,1106,12,symb,col_constant,89,['~'],~],1,1 +1106,1106,12,symb,col_constant,90,['!'],!],1,1 +1106,1106,12,symb,col_constant,91,['!'],!],1,1 +1106,1106,12,symb,col_constant,92,['%'],%,1,1 +1106,1106,12,symb,col_constant,93,['~'],~],1,1 +1106,1106,12,symb,col_constant,94,['~'],:],0,1 +1106,1106,12,symb,col_constant,95,['!'],!],1,1 +1106,1106,12,symb,col_constant,96,['&'],&,1,1 +1106,1106,12,symb,col_constant,97,['<'],<,1,1 +1106,1106,12,symb,col_constant,98,['<'],<,1,1 +1106,1106,12,symb,col_constant,99,['*'],*,1,1 +1106,1106,12,symb,dist3_diag1,0,['*'],*],1,1 +1106,1106,12,symb,dist3_diag1,1,['('],(],1,1 +1106,1106,12,symb,dist3_diag1,2,['>'],>],1,1 +1106,1106,12,symb,dist3_diag1,3,['%'],%],1,1 +1106,1106,12,symb,dist3_diag1,4,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,5,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,6,['*'],*],1,1 +1106,1106,12,symb,dist3_diag1,7,['%'],%,1,1 +1106,1106,12,symb,dist3_diag1,8,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,9,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,10,['<'],<],1,1 +1106,1106,12,symb,dist3_diag1,11,['!'],!,1,1 +1106,1106,12,symb,dist3_diag1,12,['%'],%],1,1 +1106,1106,12,symb,dist3_diag1,13,['*'],*],1,1 +1106,1106,12,symb,dist3_diag1,14,['!'],!],1,1 +1106,1106,12,symb,dist3_diag1,15,['>'],>],1,1 +1106,1106,12,symb,dist3_diag1,16,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,17,['!'],!,1,1 +1106,1106,12,symb,dist3_diag1,18,['!'],!],1,1 +1106,1106,12,symb,dist3_diag1,19,['!'],!,1,1 +1106,1106,12,symb,dist3_diag1,20,['>'],>],1,1 +1106,1106,12,symb,dist3_diag1,21,['('],(],1,1 +1106,1106,12,symb,dist3_diag1,22,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,23,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,24,['>'],>],1,1 +1106,1106,12,symb,dist3_diag1,25,['<'],<],1,1 +1106,1106,12,symb,dist3_diag1,26,['('],(],1,1 +1106,1106,12,symb,dist3_diag1,27,['%'],%],1,1 +1106,1106,12,symb,dist3_diag1,28,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,29,['!'],!],1,1 +1106,1106,12,symb,dist3_diag1,30,['('],(],1,1 +1106,1106,12,symb,dist3_diag1,31,['*'],*,1,1 +1106,1106,12,symb,dist3_diag1,32,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,33,['%'],%],1,1 +1106,1106,12,symb,dist3_diag1,34,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,35,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,36,['%'],%],1,1 +1106,1106,12,symb,dist3_diag1,37,['!'],!],1,1 +1106,1106,12,symb,dist3_diag1,38,['('],(],1,1 +1106,1106,12,symb,dist3_diag1,39,['&'],&],1,1 +1106,1106,12,symb,dist3_diag1,40,['<'],<],1,1 +1106,1106,12,symb,dist3_diag1,41,['<'],<],1,1 +1106,1106,12,symb,dist3_diag1,42,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,43,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,44,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,45,['&'],&],1,1 +1106,1106,12,symb,dist3_diag1,46,['!'],!],1,1 +1106,1106,12,symb,dist3_diag1,47,['<'],<],1,1 +1106,1106,12,symb,dist3_diag1,48,['%'],%,1,1 +1106,1106,12,symb,dist3_diag1,49,['*'],*,1,1 +1106,1106,12,symb,dist3_diag1,50,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,51,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,52,['('],(],1,1 +1106,1106,12,symb,dist3_diag1,53,['<'],<,1,1 +1106,1106,12,symb,dist3_diag1,54,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,55,['<'],<],1,1 +1106,1106,12,symb,dist3_diag1,56,['%'],%,1,1 +1106,1106,12,symb,dist3_diag1,57,['!'],!,1,1 +1106,1106,12,symb,dist3_diag1,58,['!'],!],1,1 +1106,1106,12,symb,dist3_diag1,59,['&'],&,1,1 +1106,1106,12,symb,dist3_diag1,60,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,61,['('],(],1,1 +1106,1106,12,symb,dist3_diag1,62,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,63,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,64,['<'],<,1,1 +1106,1106,12,symb,dist3_diag1,65,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,66,['%'],%],1,1 +1106,1106,12,symb,dist3_diag1,67,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,68,['<'],<],1,1 +1106,1106,12,symb,dist3_diag1,69,['&'],&],1,1 +1106,1106,12,symb,dist3_diag1,70,['>'],>],1,1 +1106,1106,12,symb,dist3_diag1,71,['>'],>],1,1 +1106,1106,12,symb,dist3_diag1,72,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,73,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,74,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,75,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,76,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,77,['!'],!],1,1 +1106,1106,12,symb,dist3_diag1,78,['>'],>],1,1 +1106,1106,12,symb,dist3_diag1,79,['*'],*],1,1 +1106,1106,12,symb,dist3_diag1,80,['!'],!,1,1 +1106,1106,12,symb,dist3_diag1,81,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,82,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,83,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,84,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,85,['('],(],1,1 +1106,1106,12,symb,dist3_diag1,86,['!'],!],1,1 +1106,1106,12,symb,dist3_diag1,87,['!'],!,1,1 +1106,1106,12,symb,dist3_diag1,88,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,89,['%'],%,1,1 +1106,1106,12,symb,dist3_diag1,90,['('],(],1,1 +1106,1106,12,symb,dist3_diag1,91,['!'],!],1,1 +1106,1106,12,symb,dist3_diag1,92,[':'],:],1,1 +1106,1106,12,symb,dist3_diag1,93,['%'],%,1,1 +1106,1106,12,symb,dist3_diag1,94,['('],(],1,1 +1106,1106,12,symb,dist3_diag1,95,['%'],%],1,1 +1106,1106,12,symb,dist3_diag1,96,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,97,['$'],$],1,1 +1106,1106,12,symb,dist3_diag1,98,['~'],~],1,1 +1106,1106,12,symb,dist3_diag1,99,[':'],:],1,1 +1106,1106,12,symb,dist3_diag2,0,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,1,['<'],<],1,1 +1106,1106,12,symb,dist3_diag2,2,['<'],<],1,1 +1106,1106,12,symb,dist3_diag2,3,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,4,['*'],*],1,1 +1106,1106,12,symb,dist3_diag2,5,[':'],:],1,1 +1106,1106,12,symb,dist3_diag2,6,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,7,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,8,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,9,['<'],<],1,1 +1106,1106,12,symb,dist3_diag2,10,['>'],>],1,1 +1106,1106,12,symb,dist3_diag2,11,['&'],&],1,1 +1106,1106,12,symb,dist3_diag2,12,['&'],&],1,1 +1106,1106,12,symb,dist3_diag2,13,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,14,['!'],!],1,1 +1106,1106,12,symb,dist3_diag2,15,['>'],>],1,1 +1106,1106,12,symb,dist3_diag2,16,['<'],<],1,1 +1106,1106,12,symb,dist3_diag2,17,['<'],<,1,1 +1106,1106,12,symb,dist3_diag2,18,['<'],<,1,1 +1106,1106,12,symb,dist3_diag2,19,['>'],>],1,1 +1106,1106,12,symb,dist3_diag2,20,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,21,['&'],&],1,1 +1106,1106,12,symb,dist3_diag2,22,[':'],:],1,1 +1106,1106,12,symb,dist3_diag2,23,[':'],:],1,1 +1106,1106,12,symb,dist3_diag2,24,['~'],~],1,1 +1106,1106,12,symb,dist3_diag2,25,['!'],!,1,1 +1106,1106,12,symb,dist3_diag2,26,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,27,['!'],!,1,1 +1106,1106,12,symb,dist3_diag2,28,['~'],~],1,1 +1106,1106,12,symb,dist3_diag2,29,['>'],>],1,1 +1106,1106,12,symb,dist3_diag2,30,['~'],~],1,1 +1106,1106,12,symb,dist3_diag2,31,['*'],*,1,1 +1106,1106,12,symb,dist3_diag2,32,['!'],!,1,1 +1106,1106,12,symb,dist3_diag2,33,['!'],!],1,1 +1106,1106,12,symb,dist3_diag2,34,['%'],%],1,1 +1106,1106,12,symb,dist3_diag2,35,[':'],:],1,1 +1106,1106,12,symb,dist3_diag2,36,['~'],~],1,1 +1106,1106,12,symb,dist3_diag2,37,['!'],!,1,1 +1106,1106,12,symb,dist3_diag2,38,['>'],>,1,1 +1106,1106,12,symb,dist3_diag2,39,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,40,[':'],:],1,1 +1106,1106,12,symb,dist3_diag2,41,[':'],:],1,1 +1106,1106,12,symb,dist3_diag2,42,['*'],*],1,1 +1106,1106,12,symb,dist3_diag2,43,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,44,['*'],*],1,1 +1106,1106,12,symb,dist3_diag2,45,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,46,['<'],<,1,1 +1106,1106,12,symb,dist3_diag2,47,['<'],<,1,1 +1106,1106,12,symb,dist3_diag2,48,['%'],%],1,1 +1106,1106,12,symb,dist3_diag2,49,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,50,['<'],<],1,1 +1106,1106,12,symb,dist3_diag2,51,['*'],*],1,1 +1106,1106,12,symb,dist3_diag2,52,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,53,['*'],*],1,1 +1106,1106,12,symb,dist3_diag2,54,['<'],<],1,1 +1106,1106,12,symb,dist3_diag2,55,['!'],!,1,1 +1106,1106,12,symb,dist3_diag2,56,['<'],<,1,1 +1106,1106,12,symb,dist3_diag2,57,[':'],:],1,1 +1106,1106,12,symb,dist3_diag2,58,['!'],!],1,1 +1106,1106,12,symb,dist3_diag2,59,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,60,['&'],&],1,1 +1106,1106,12,symb,dist3_diag2,61,['!'],!],1,1 +1106,1106,12,symb,dist3_diag2,62,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,63,['>'],>],1,1 +1106,1106,12,symb,dist3_diag2,64,['<'],<],1,1 +1106,1106,12,symb,dist3_diag2,65,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,66,['!'],!],1,1 +1106,1106,12,symb,dist3_diag2,67,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,68,['>'],>],1,1 +1106,1106,12,symb,dist3_diag2,69,[':'],:],1,1 +1106,1106,12,symb,dist3_diag2,70,['!'],!,1,1 +1106,1106,12,symb,dist3_diag2,71,['~'],~],1,1 +1106,1106,12,symb,dist3_diag2,72,['<'],<,1,1 +1106,1106,12,symb,dist3_diag2,73,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,74,['~'],~],1,1 +1106,1106,12,symb,dist3_diag2,75,['!'],!],1,1 +1106,1106,12,symb,dist3_diag2,76,['>'],>],1,1 +1106,1106,12,symb,dist3_diag2,77,['!'],!],1,1 +1106,1106,12,symb,dist3_diag2,78,['>'],>],1,1 +1106,1106,12,symb,dist3_diag2,79,['%'],%],1,1 +1106,1106,12,symb,dist3_diag2,80,['$'],$],1,1 +1106,1106,12,symb,dist3_diag2,81,['>'],>,1,1 +1106,1106,12,symb,dist3_diag2,82,['>'],>],1,1 +1106,1106,12,symb,dist3_diag2,83,['%'],%],1,1 +1106,1106,12,symb,dist3_diag2,84,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,85,['<'],<],1,1 +1106,1106,12,symb,dist3_diag2,86,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,87,['!'],!,1,1 +1106,1106,12,symb,dist3_diag2,88,['<'],<],1,1 +1106,1106,12,symb,dist3_diag2,89,['~'],~],1,1 +1106,1106,12,symb,dist3_diag2,90,['%'],%,1,1 +1106,1106,12,symb,dist3_diag2,91,['%'],%],1,1 +1106,1106,12,symb,dist3_diag2,92,['!'],!],1,1 +1106,1106,12,symb,dist3_diag2,93,['&'],&],1,1 +1106,1106,12,symb,dist3_diag2,94,['('],(,1,1 +1106,1106,12,symb,dist3_diag2,95,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,96,['~'],~],1,1 +1106,1106,12,symb,dist3_diag2,97,['('],(],1,1 +1106,1106,12,symb,dist3_diag2,98,['<'],<],1,1 +1106,1106,12,symb,dist3_diag2,99,['%'],%],1,1 +1106,1106,12,symb,prog_size1,0,['('],@],0,1 +1106,1106,12,symb,prog_size1,1,['<'],)],0,1 +1106,1106,12,symb,prog_size1,2,['~'],],0,1 +1106,1106,12,symb,prog_size1,3,['>'],#],0,1 +1106,1106,12,symb,prog_size1,4,[':'],)],0,1 +1106,1106,12,symb,prog_size1,5,['$'],~],0,1 +1106,1106,12,symb,prog_size1,6,['%'],#],0,1 +1106,1106,12,symb,prog_size1,7,['&'],]?,0,1 +1106,1106,12,symb,prog_size1,8,['*'],#],0,1 +1106,1106,12,symb,prog_size1,9,['!'],)],0,1 +1106,1106,12,symb,prog_size1,10,['('],:],0,1 +1106,1106,12,symb,prog_size1,11,['<'],?],0,1 +1106,1106,12,symb,prog_size2,0,[':'],%,0,1 +1106,1106,12,symb,prog_size2,1,['$'],&],0,1 +1106,1106,12,symb,prog_size2,2,['%'],#],0,1 +1106,1106,12,symb,prog_size2,3,['&'],$],0,1 +1106,1106,12,symb,two_rule_comb0,0,"['~', '$']",$],0,1 +1106,1106,12,symb,two_rule_comb0,1,"['>', '%']",> %],1,1 +1106,1106,12,symb,two_rule_comb0,2,"['*', '(']",* (,1,1 +1106,1106,12,symb,two_rule_comb0,3,"['*', '%']",* %],1,1 +1106,1106,12,symb,two_rule_comb0,4,"['$', '*']",$ *,1,1 +1106,1106,12,symb,two_rule_comb0,5,"['>', '%']",> %],1,1 +1106,1106,12,symb,two_rule_comb0,6,"['&', '$']",& $],1,1 +1106,1106,12,symb,two_rule_comb0,7,"['&', '>']",& >,1,1 +1106,1106,12,symb,two_rule_comb0,8,"['>', '!']",> !],1,1 +1106,1106,12,symb,two_rule_comb0,9,"['$', '%']",$ %],1,1 +1106,1106,12,symb,two_rule_comb0,10,"['>', '*']",> *],1,1 +1106,1106,12,symb,two_rule_comb0,11,"['&', '~']",& ~],1,1 +1106,1106,12,symb,two_rule_comb0,12,"['>', '(']",> (],1,1 +1106,1106,12,symb,two_rule_comb0,13,"['$', '>']",$ >,1,1 +1106,1106,12,symb,two_rule_comb0,14,"['%', '%']",% %],1,1 +1106,1106,12,symb,two_rule_comb0,15,"['!', '>']",! >],1,1 +1106,1106,12,symb,two_rule_comb0,16,"['>', '!']",> !],1,1 +1106,1106,12,symb,two_rule_comb0,17,"['$', '%']",$ %],1,1 +1106,1106,12,symb,two_rule_comb0,18,"['>', '*']",> *],1,1 +1106,1106,12,symb,two_rule_comb0,19,"['*', '~']",* ~],1,1 +1106,1106,12,symb,two_rule_comb0,20,"['<', '<']",< <],1,1 +1106,1106,12,symb,two_rule_comb0,21,"[':', '<']",:] :],0,1 +1106,1106,12,symb,two_rule_comb0,22,"['~', '(']",~ (],1,1 +1106,1106,12,symb,two_rule_comb0,23,"['~', ':']",~ :],1,1 +1106,1106,12,symb,two_rule_comb0,24,"['>', '&']",> &],1,1 +1106,1106,12,symb,two_rule_comb0,25,"['<', '&']",<&>],0,1 +1106,1106,12,symb,two_rule_comb0,26,"['~', ':']",~ :],1,1 +1106,1106,12,symb,two_rule_comb0,27,"['>', '>']",> >],1,1 +1106,1106,12,symb,two_rule_comb0,28,"['>', '&']",> &],1,1 +1106,1106,12,symb,two_rule_comb0,29,"['%', '*']",% *],1,1 +1106,1106,12,symb,two_rule_comb0,30,"['$', '(']",$ ),0,1 +1106,1106,12,symb,two_rule_comb0,31,"['(', '<']",( <],1,1 +1106,1106,12,symb,two_rule_comb0,32,"['!', '!']",! !],1,1 +1106,1106,12,symb,two_rule_comb0,33,"['>', '$']",> $],1,1 +1106,1106,12,symb,two_rule_comb0,34,"['(', '*']",( *],1,1 +1106,1106,12,symb,two_rule_comb0,35,"[':', '$']",: $],1,1 +1106,1106,12,symb,two_rule_comb0,36,"['~', '<']",~ <],1,1 +1106,1106,12,symb,two_rule_comb0,37,"['&', '<']",& <],1,1 +1106,1106,12,symb,two_rule_comb0,38,"['!', '~']",! ~,1,1 +1106,1106,12,symb,two_rule_comb0,39,"['<', '$']",<$,1,1 +1106,1106,12,symb,two_rule_comb0,40,"['<', '~']",< ~,1,1 +1106,1106,12,symb,two_rule_comb0,41,"['&', '*']",& *],1,1 +1106,1106,12,symb,two_rule_comb0,42,"['&', '>']",& >,1,1 +1106,1106,12,symb,two_rule_comb0,43,"[':', '%']",: %],1,1 +1106,1106,12,symb,two_rule_comb0,44,"['!', '*']",! *,1,1 +1106,1106,12,symb,two_rule_comb0,45,"['>', '(']",> (],1,1 +1106,1106,12,symb,two_rule_comb0,46,"['$', '~']",$ ~,1,1 +1106,1106,12,symb,two_rule_comb0,47,"['(', '*']",( *],1,1 +1106,1106,12,symb,two_rule_comb0,48,"['~', '(']",~ (],1,1 +1106,1106,12,symb,two_rule_comb0,49,"[':', '$']",: $],1,1 +1106,1106,12,symb,two_rule_comb0,50,"['*', '%']",* %,1,1 +1106,1106,12,symb,two_rule_comb0,51,"['>', '<']",> <],1,1 +1106,1106,12,symb,two_rule_comb0,52,"['*', '!']",* !],1,1 +1106,1106,12,symb,two_rule_comb0,53,"['!', '<']",! <],1,1 +1106,1106,12,symb,two_rule_comb0,54,"['%', '>']",% >],1,1 +1106,1106,12,symb,two_rule_comb0,55,"['&', '~']",& ~],1,1 +1106,1106,12,symb,two_rule_comb0,56,"['>', '&']",> &,1,1 +1106,1106,12,symb,two_rule_comb0,57,"['~', ':']",~ :],1,1 +1106,1106,12,symb,two_rule_comb0,58,"[':', '%']",: %],1,1 +1106,1106,12,symb,two_rule_comb0,59,"['!', '%']",! %],1,1 +1106,1106,12,symb,two_rule_comb0,60,"['!', '%']",%],0,1 +1106,1106,12,symb,two_rule_comb0,61,"['*', '!']",* !,1,1 +1106,1106,12,symb,two_rule_comb0,62,"['~', '!']",~ !],1,1 +1106,1106,12,symb,two_rule_comb0,63,"['%', ':']",% :],1,1 +1106,1106,12,symb,two_rule_comb0,64,"['$', '>']",$ >],1,1 +1106,1106,12,symb,two_rule_comb0,65,"['<', '(']",< (],1,1 +1106,1106,12,symb,two_rule_comb0,66,"['*', '~']",* ~],1,1 +1106,1106,12,symb,two_rule_comb0,67,"['%', ':']",% :],1,1 +1106,1106,12,symb,two_rule_comb0,68,"[':', '%']",:] %,0,1 +1106,1106,12,symb,two_rule_comb0,69,"['~', '&']",~ &],1,1 +1106,1106,12,symb,two_rule_comb0,70,"['(', '~']",)],0,1 +1106,1106,12,symb,two_rule_comb0,71,"['$', '%']",$ %],1,1 +1106,1106,12,symb,two_rule_comb0,72,"['!', '*']",! *,1,1 +1106,1106,12,symb,two_rule_comb0,73,"['!', '<']",! <],1,1 +1106,1106,12,symb,two_rule_comb0,74,"['%', '<']",% <,1,1 +1106,1106,12,symb,two_rule_comb0,75,"['>', '%']",%],0,1 +1106,1106,12,symb,two_rule_comb0,76,"['&', '$']",& $,1,1 +1106,1106,12,symb,two_rule_comb0,77,"['&', '>']",& >],1,1 +1106,1106,12,symb,two_rule_comb0,78,"['%', '&']",% &],1,1 +1106,1106,12,symb,two_rule_comb0,79,"['>', '>']",> >],1,1 +1106,1106,12,symb,two_rule_comb0,80,"['*', '<']",* <,1,1 +1106,1106,12,symb,two_rule_comb0,81,"['!', '<']",! <,1,1 +1106,1106,12,symb,two_rule_comb0,82,"['>', '>']",> >],1,1 +1106,1106,12,symb,two_rule_comb0,83,"['>', '%']",> %],1,1 +1106,1106,12,symb,two_rule_comb0,84,"['!', '&']",! &],1,1 +1106,1106,12,symb,two_rule_comb0,85,"['%', ':']",% :],1,1 +1106,1106,12,symb,two_rule_comb0,86,"['!', '%']",! %],1,1 +1106,1106,12,symb,two_rule_comb0,87,"['&', '<']",& <,1,1 +1106,1106,12,symb,two_rule_comb0,88,"[':', '%']",: %],1,1 +1106,1106,12,symb,two_rule_comb0,89,"['*', '>']",* >,1,1 +1106,1106,12,symb,two_rule_comb0,90,"[':', '<']",: <],1,1 +1106,1106,12,symb,two_rule_comb0,91,"['!', '&']",! &],1,1 +1106,1106,12,symb,two_rule_comb0,92,"['!', ':']",! :],1,1 +1106,1106,12,symb,two_rule_comb0,93,"['!', '$']",$],0,1 +1106,1106,12,symb,two_rule_comb0,94,"['*', '*']",* *],1,1 +1106,1106,12,symb,two_rule_comb0,95,"[':', '!']",: !],1,1 +1106,1106,12,symb,two_rule_comb0,96,"['&', '<']",& <,1,1 +1106,1106,12,symb,two_rule_comb0,97,"['$', '(']",$ (,1,1 +1106,1106,12,symb,two_rule_comb0,98,"['<', '(']",< (,1,1 +1106,1106,12,symb,two_rule_comb0,99,"['!', '&']",! &],1,1 +1106,1106,12,symb,two_rule_comb1,0,"['&', '*']",& *,1,1 +1106,1106,12,symb,two_rule_comb1,1,"[':', '$']",: $],1,1 +1106,1106,12,symb,two_rule_comb1,2,"['*', '~']",* ~],1,1 +1106,1106,12,symb,two_rule_comb1,3,"['!', '(']",! (],1,1 +1106,1106,12,symb,two_rule_comb1,4,"['*', '>']",* >,1,1 +1106,1106,12,symb,two_rule_comb1,5,"['(', '%']",( %],1,1 +1106,1106,12,symb,two_rule_comb1,6,"['>', '(']",> (],1,1 +1106,1106,12,symb,two_rule_comb1,7,"['&', '&']",(& <),0,1 +1106,1106,12,symb,two_rule_comb1,8,"['>', '$']",> $,1,1 +1106,1106,12,symb,two_rule_comb1,9,"['!', '&']",! &],1,1 +1106,1106,12,symb,two_rule_comb1,10,"['!', '>']",! >],1,1 +1106,1106,12,symb,two_rule_comb1,11,"['%', '*']",* %],0,1 +1106,1106,12,symb,two_rule_comb1,12,"['~', '>']",~ >],1,1 +1106,1106,12,symb,two_rule_comb1,13,"[':', '*']",: *],1,1 +1106,1106,12,symb,two_rule_comb1,14,"['>', '(']",> (],1,1 +1106,1106,12,symb,two_rule_comb1,15,"['&', '!']",& !],1,1 +1106,1106,12,symb,two_rule_comb1,16,"['>', '!']",> !],1,1 +1106,1106,12,symb,two_rule_comb1,17,"['>', '>']",< >,0,1 +1106,1106,12,symb,two_rule_comb1,18,"['&', ':']",& :],1,1 +1106,1106,12,symb,two_rule_comb1,19,"['&', '$']",& $],1,1 +1106,1106,12,symb,two_rule_comb1,20,"['(', '$']",(% $],0,1 +1106,1106,12,symb,two_rule_comb1,21,"['*', '!']",* !],1,1 +1106,1106,12,symb,two_rule_comb1,22,"['~', '>']",~ >],1,1 +1106,1106,12,symb,two_rule_comb1,23,"['*', '<']",* <],1,1 +1106,1106,12,symb,two_rule_comb1,24,"['!', '&']",! &,1,1 +1106,1106,12,symb,two_rule_comb1,25,"['~', '<']",~ <],1,1 +1106,1106,12,symb,two_rule_comb1,26,"[':', '&']",: &],1,1 +1106,1106,12,symb,two_rule_comb1,27,"['~', ':']",~ :],1,1 +1106,1106,12,symb,two_rule_comb1,28,"['<', '(']",< (],1,1 +1106,1106,12,symb,two_rule_comb1,29,"['%', '(']",% (],1,1 +1106,1106,12,symb,two_rule_comb1,30,"['(', '$']",( $],1,1 +1106,1106,12,symb,two_rule_comb1,31,"['~', '*']",~ *,1,1 +1106,1106,12,symb,two_rule_comb1,32,"['&', '>']",& >,1,1 +1106,1106,12,symb,two_rule_comb1,33,"['!', '%']",! %],1,1 +1106,1106,12,symb,two_rule_comb1,34,"['&', '*']",& *],1,1 +1106,1106,12,symb,two_rule_comb1,35,"['(', '&']",( &],1,1 +1106,1106,12,symb,two_rule_comb1,36,"['~', '~']",~ ~],1,1 +1106,1106,12,symb,two_rule_comb1,37,"['~', '*']",~ *],1,1 +1106,1106,12,symb,two_rule_comb1,38,"['!', '*']",! *,1,1 +1106,1106,12,symb,two_rule_comb1,39,"['$', '$']",$ <],0,1 +1106,1106,12,symb,two_rule_comb1,40,"['<', '$']",<$],1,1 +1106,1106,12,symb,two_rule_comb1,41,"['%', '*']",% *],1,1 +1106,1106,12,symb,two_rule_comb1,42,"['!', '*']",! *,1,1 +1106,1106,12,symb,two_rule_comb1,43,"['*', '*']",* :],0,1 +1106,1106,12,symb,two_rule_comb1,44,"[':', '&']",: &],1,1 +1106,1106,12,symb,two_rule_comb1,45,"['>', '!']",> !],1,1 +1106,1106,12,symb,two_rule_comb1,46,"['&', '<']",& <],1,1 +1106,1106,12,symb,two_rule_comb1,47,"['%', '<']",% <],1,1 +1106,1106,12,symb,two_rule_comb1,48,"['!', '<']",! <,1,1 +1106,1106,12,symb,two_rule_comb1,49,"['(', '>']",( !],0,1 +1106,1106,12,symb,two_rule_comb1,50,"['!', '$']",! $],1,1 +1106,1106,12,symb,two_rule_comb1,51,"['!', '(']",! (],1,1 +1106,1106,12,symb,two_rule_comb1,52,"[':', '$']",: $],1,1 +1106,1106,12,symb,two_rule_comb1,53,"['$', '<']",$ <],1,1 +1106,1106,12,symb,two_rule_comb1,54,"['%', ':']",% :],1,1 +1106,1106,12,symb,two_rule_comb1,55,"['~', '*']",~ *],1,1 +1106,1106,12,symb,two_rule_comb1,56,"['>', '%']",> %],1,1 +1106,1106,12,symb,two_rule_comb1,57,"['~', '~']",~ ~],1,1 +1106,1106,12,symb,two_rule_comb1,58,"['~', '!']",~ !],1,1 +1106,1106,12,symb,two_rule_comb1,59,"['(', '<']",( <],1,1 +1106,1106,12,symb,two_rule_comb1,60,"['~', '~']",~ $],0,1 +1106,1106,12,symb,two_rule_comb1,61,"[':', '(']",: (],1,1 +1106,1106,12,symb,two_rule_comb1,62,"['~', '(']",~ (],1,1 +1106,1106,12,symb,two_rule_comb1,63,"['*', '&']",* &],1,1 +1106,1106,12,symb,two_rule_comb1,64,"[':', '&']",: &],1,1 +1106,1106,12,symb,two_rule_comb1,65,"['!', '!']",% !],0,1 +1106,1106,12,symb,two_rule_comb1,66,"['<', '$']",< $],1,1 +1106,1106,12,symb,two_rule_comb1,67,"['(', '$']",> $],0,1 +1106,1106,12,symb,two_rule_comb1,68,"['>', '>']",> >],1,1 +1106,1106,12,symb,two_rule_comb1,69,"['<', '*']",< *],1,1 +1106,1106,12,symb,two_rule_comb1,70,"['%', '&']",% &],1,1 +1106,1106,12,symb,two_rule_comb1,71,"['(', ':']",( :],1,1 +1106,1106,12,symb,two_rule_comb1,72,"[':', '!']",: !],1,1 +1106,1106,12,symb,two_rule_comb1,73,"['<', '~']",> <],0,1 +1106,1106,12,symb,two_rule_comb1,74,"['!', ':']",! :],1,1 +1106,1106,12,symb,two_rule_comb1,75,"['>', '$']",> $],1,1 +1106,1106,12,symb,two_rule_comb1,76,"['!', '*']",! *,1,1 +1106,1106,12,symb,two_rule_comb1,77,"['>', '<']",< %],0,1 +1106,1106,12,symb,two_rule_comb1,78,"['<', '<']",< &],0,1 +1106,1106,12,symb,two_rule_comb1,79,"['~', ':']",% :],0,1 +1106,1106,12,symb,two_rule_comb1,80,"['~', ':']",~ :],1,1 +1106,1106,12,symb,two_rule_comb1,81,"['%', '~']",% ~],1,1 +1106,1106,12,symb,two_rule_comb1,82,"['<', '%']",< %],1,1 +1106,1106,12,symb,two_rule_comb1,83,"['&', '*']",& *,1,1 +1106,1106,12,symb,two_rule_comb1,84,"['>', '>']",* >],0,1 +1106,1106,12,symb,two_rule_comb1,85,"['<', '(']",< (],1,1 +1106,1106,12,symb,two_rule_comb1,86,"['&', '>']",& >],1,1 +1106,1106,12,symb,two_rule_comb1,87,"['&', '(']",& (],1,1 +1106,1106,12,symb,two_rule_comb1,88,"['&', '&']",& <],0,1 +1106,1106,12,symb,two_rule_comb1,89,"['~', '$']",~ ~],0,1 +1106,1106,12,symb,two_rule_comb1,90,"['*', '>']",* >,1,1 +1106,1106,12,symb,two_rule_comb1,91,"['(', '(']",(% ],0,1 +1106,1106,12,symb,two_rule_comb1,92,"['&', '*']",& *],1,1 +1106,1106,12,symb,two_rule_comb1,93,"['%', '%']",% &],0,1 +1106,1106,12,symb,two_rule_comb1,94,"['>', '(']",> (],1,1 +1106,1106,12,symb,two_rule_comb1,95,"['&', '<']",& <],1,1 +1106,1106,12,symb,two_rule_comb1,96,"['>', '&']",> &],1,1 +1106,1106,12,symb,two_rule_comb1,97,"['!', '$']",! $,1,1 +1106,1106,12,symb,two_rule_comb1,98,"['>', '~']",: ~],0,1 +1106,1106,12,symb,two_rule_comb1,99,"['*', '&']",* &],1,1 +1106,1106,12,symb,two_rule_comb2,0,"['&', '%']",# %],0,1 +1106,1106,12,symb,two_rule_comb2,1,"['%', '>']",: >],0,1 +1106,1106,12,symb,two_rule_comb2,2,"['~', '<']",~ &],0,1 +1106,1106,12,symb,two_rule_comb2,3,"['&', '<']",> <],0,1 +1106,1106,12,symb,two_rule_comb2,4,"['>', '*']",! *],0,1 +1106,1106,12,symb,two_rule_comb2,5,"['*', '~']",* !],0,1 +1106,1106,12,symb,two_rule_comb2,6,"['(', ':']",( <],0,1 +1106,1106,12,symb,two_rule_comb2,7,"['!', '*']",! <],0,1 +1106,1106,12,symb,two_rule_comb2,8,"['$', '$']",< $,0,1 +1106,1106,12,symb,two_rule_comb2,9,"['~', '<']",~ $,0,1 +1106,1106,12,symb,two_rule_comb2,10,"[':', ':']",( :],0,1 +1106,1106,12,symb,two_rule_comb2,11,"['$', '<']",& <],0,1 +1106,1106,12,symb,two_rule_comb2,12,"['<', '(']",< :],0,1 +1106,1106,12,symb,two_rule_comb2,13,"['(', '~']",: ~],0,1 +1106,1106,12,symb,two_rule_comb2,14,"['*', '!']",? !],0,1 +1106,1106,12,symb,two_rule_comb2,15,"[':', '<']",: <,1,1 +1106,1106,12,symb,two_rule_comb2,16,"['(', '$']",( !),0,1 +1106,1106,12,symb,two_rule_comb2,17,"['$', '(']",< (],0,1 +1106,1106,12,symb,two_rule_comb2,18,"['%', '%']",% :],0,1 +1106,1106,12,symb,two_rule_comb2,19,"['<', '(']",: >,0,1 +1106,1106,12,symb,two_rule_comb2,20,"['(', '<']",: <],0,1 +1106,1106,12,symb,two_rule_comb2,21,"['%', '~']",! ~],0,1 +1106,1106,12,symb,two_rule_comb2,22,"['&', '<']",& :],0,1 +1106,1106,12,symb,two_rule_comb2,23,"['<', '$']",< ~,0,1 +1106,1106,12,symb,two_rule_comb2,24,"['<', '!']",& !],0,1 +1106,1106,12,symb,two_rule_comb2,25,"['%', '~']",% *],0,1 +1106,1106,12,symb,two_rule_comb2,26,"[':', '>']",% >],0,1 +1106,1106,12,symb,two_rule_comb2,27,"['~', '&']",~ ~],0,1 +1106,1106,12,symb,two_rule_comb2,28,"['$', '&']",$ >,0,1 +1106,1106,12,symb,two_rule_comb2,29,"['%', '(']",% :],0,1 +1106,1106,12,symb,two_rule_comb2,30,"['!', '*']",! <],0,1 +1106,1106,12,symb,two_rule_comb2,31,"['~', '<']",~ *],0,1 +1106,1106,12,symb,two_rule_comb2,32,"['&', '*']",& <],0,1 +1106,1106,12,symb,two_rule_comb2,33,"['<', '~']",< %],0,1 +1106,1106,12,symb,two_rule_comb2,34,"['<', '&']",< >],0,1 +1106,1106,12,symb,two_rule_comb2,35,"['>', '~']",:] ~],0,1 +1106,1106,12,symb,two_rule_comb2,36,"[':', '%']",< %],0,1 +1106,1106,12,symb,two_rule_comb2,37,"['$', '~']",< ~],0,1 +1106,1106,12,symb,two_rule_comb2,38,"['(', '*']",% *],0,1 +1106,1106,12,symb,two_rule_comb2,39,"['*', '&']",* <],0,1 +1106,1106,12,symb,two_rule_comb2,40,"[':', '!']",% !],0,1 +1106,1106,12,symb,two_rule_comb2,41,"['$', '~']",$ *],0,1 +1106,1106,12,symb,two_rule_comb2,42,"['~', '<']",< <],0,1 +1106,1106,12,symb,two_rule_comb2,43,"[':', '$']",: &],0,1 +1106,1106,12,symb,two_rule_comb2,44,"['(', '!']",( >,0,1 +1106,1106,12,symb,two_rule_comb2,45,"['>', '&']",> %],0,1 +1106,1106,12,symb,two_rule_comb2,46,"['%', ':']",% %],0,1 +1106,1106,12,symb,two_rule_comb2,47,"['!', '>']",> >],0,1 +1106,1106,12,symb,two_rule_comb2,48,"['>', '<']",> &],0,1 +1106,1106,12,symb,two_rule_comb2,49,"['<', '!']",: !],0,1 +1106,1106,12,symb,two_rule_comb2,50,"['~', '(']",~ >,0,1 +1106,1106,12,symb,two_rule_comb2,51,"['$', '!']",< !],0,1 +1106,1106,12,symb,two_rule_comb2,52,"['&', '&']",& <],0,1 +1106,1106,12,symb,two_rule_comb2,53,"['%', '$']",% <],0,1 +1106,1106,12,symb,two_rule_comb2,54,"['~', ':']",* :],0,1 +1106,1106,12,symb,two_rule_comb2,55,"['~', '!']",{< !},0,1 +1106,1106,12,symb,two_rule_comb2,56,"[':', '<']",% <,0,1 +1106,1106,12,symb,two_rule_comb2,57,"['$', '~']",$ *],0,1 +1106,1106,12,symb,two_rule_comb2,58,"['<', '%']",$ %],0,1 +1106,1106,12,symb,two_rule_comb2,59,"['%', '<']",% *,0,1 +1106,1106,12,symb,two_rule_comb2,60,"['*', '%']",% %],0,1 +1106,1106,12,symb,two_rule_comb2,61,"['%', '*']",% *],1,1 +1106,1106,12,symb,two_rule_comb2,62,"['<', '&']",< $],0,1 +1106,1106,12,symb,two_rule_comb2,63,"[':', '*']",* *],0,1 +1106,1106,12,symb,two_rule_comb2,64,"[':', '>']",( >],0,1 +1106,1106,12,symb,two_rule_comb2,65,"['$', '&']",$ >,0,1 +1106,1106,12,symb,two_rule_comb2,66,"['<', '$']",: $],0,1 +1106,1106,12,symb,two_rule_comb2,67,"['$', '%']",% %],0,1 +1106,1106,12,symb,two_rule_comb2,68,"['%', '$']",% &],0,1 +1106,1106,12,symb,two_rule_comb2,69,"['%', '%']",% :],0,1 +1106,1106,12,symb,two_rule_comb2,70,"['<', ':']",* :],0,1 +1106,1106,12,symb,two_rule_comb2,71,"['$', ':']",$ %],0,1 +1106,1106,12,symb,two_rule_comb2,72,"['&', '&']",& :],0,1 +1106,1106,12,symb,two_rule_comb2,73,"['(', '!']",% %,0,1 +1106,1106,12,symb,two_rule_comb2,74,"[':', '*']",: ~],0,1 +1106,1106,12,symb,two_rule_comb2,75,"['%', '*']",: *],0,1 +1106,1106,12,symb,two_rule_comb2,76,"['<', '>']",> >,0,1 +1106,1106,12,symb,two_rule_comb2,77,"[':', ':']",: <],0,1 +1106,1106,12,symb,two_rule_comb2,78,"['~', '~']",> ~],0,1 +1106,1106,12,symb,two_rule_comb2,79,"[':', '%']",% %],0,1 +1106,1106,12,symb,two_rule_comb2,80,"['*', '*']",* ~],0,1 +1106,1106,12,symb,two_rule_comb2,81,"['%', ':']",# :],0,1 +1106,1106,12,symb,two_rule_comb2,82,"['>', '<']",% <],0,1 +1106,1106,12,symb,two_rule_comb2,83,"[':', '(']",: >],0,1 +1106,1106,12,symb,two_rule_comb2,84,"['<', '*']",$ *,0,1 +1106,1106,12,symb,two_rule_comb2,85,"[':', '%']",: %],1,1 +1106,1106,12,symb,two_rule_comb2,86,"['<', '%']",< #],0,1 +1106,1106,12,symb,two_rule_comb2,87,"['%', '!']",: !],0,1 +1106,1106,12,symb,two_rule_comb2,88,"['>', '&']",! &],0,1 +1106,1106,12,symb,two_rule_comb2,89,"['~', '%']",~ #],0,1 +1106,1106,12,symb,two_rule_comb2,90,"[':', '<']",% <],0,1 +1106,1106,12,symb,two_rule_comb2,91,"['$', '<']",< <],0,1 +1106,1106,12,symb,two_rule_comb2,92,"['%', '<']",# <],0,1 +1106,1106,12,symb,two_rule_comb2,93,"['>', '>']",! >],0,1 +1106,1106,12,symb,two_rule_comb2,94,"['>', '%']",! %],0,1 +1106,1106,12,symb,two_rule_comb2,95,"['&', '%']",% %],0,1 +1106,1106,12,symb,two_rule_comb2,96,"['*', '%']",~ %],0,1 +1106,1106,12,symb,two_rule_comb2,97,"['<', '&']",< (],0,1 +1106,1106,12,symb,two_rule_comb2,98,"['~', '(']",~ >],0,1 +1106,1106,12,symb,two_rule_comb2,99,"['*', '>']",* >],1,1 +1106,1106,12,symb,two_rule_comb3,0,"['$', '&']",$ &],1,1 +1106,1106,12,symb,two_rule_comb3,1,"['$', '%']",% $],0,1 +1106,1106,12,symb,two_rule_comb3,2,"['(', ':']",( :],1,1 +1106,1106,12,symb,two_rule_comb3,3,"['&', ':']",& :],1,1 +1106,1106,12,symb,two_rule_comb3,4,"['<', '>']",< >],1,1 +1106,1106,12,symb,two_rule_comb3,5,"[':', '*']",: *],1,1 +1106,1106,12,symb,two_rule_comb3,6,"['$', '*']",$ *],1,1 +1106,1106,12,symb,two_rule_comb3,7,"['~', '&']",~ &],1,1 +1106,1106,12,symb,two_rule_comb3,8,"['$', ':']",$ :],1,1 +1106,1106,12,symb,two_rule_comb3,9,"['(', '<']",( <],1,1 +1106,1106,12,symb,two_rule_comb3,10,"['%', '(']",% ),0,1 +1106,1106,12,symb,two_rule_comb3,11,"[':', '~']",: ~],1,1 +1106,1106,12,symb,two_rule_comb3,12,"[':', '!']",: !],1,1 +1106,1106,12,symb,two_rule_comb3,13,"['<', '$']",< $],1,1 +1106,1106,12,symb,two_rule_comb3,14,"['~', '(']",(~ (),0,1 +1106,1106,12,symb,two_rule_comb3,15,"['<', '!']",< !],1,1 +1106,1106,12,symb,two_rule_comb3,16,"['%', '<']",% <],1,1 +1106,1106,12,symb,two_rule_comb3,17,"['<', '<']",< <],1,1 +1106,1106,12,symb,two_rule_comb3,18,"['>', '%']",% >],0,1 +1106,1106,12,symb,two_rule_comb3,19,"['<', '~']",< ~],1,1 +1106,1106,12,symb,two_rule_comb3,20,"['~', '(']",~ (],1,1 +1106,1106,12,symb,two_rule_comb3,21,"['%', '~']",% ~],1,1 +1106,1106,12,symb,two_rule_comb3,22,"['>', '%']",> %],1,1 +1106,1106,12,symb,two_rule_comb3,23,"['~', ':']",~ :],1,1 +1106,1106,12,symb,two_rule_comb3,24,"[':', '!']",: !],1,1 +1106,1106,12,symb,two_rule_comb3,25,"['&', '>']",& >],1,1 +1106,1106,12,symb,two_rule_comb3,26,"['&', '*']",:&],0,1 +1106,1106,12,symb,two_rule_comb3,27,"['(', '~']",( ~],1,1 +1106,1106,12,symb,two_rule_comb3,28,"['&', '*']",& *],1,1 +1106,1106,12,symb,two_rule_comb3,29,"['%', '*']",% *],1,1 +1106,1106,12,symb,two_rule_comb3,30,"['*', '(']",* (],1,1 +1106,1106,12,symb,two_rule_comb3,31,"['<', '<']",< %],0,1 +1106,1106,12,symb,two_rule_comb3,32,"['$', '~']",$ ~],1,1 +1106,1106,12,symb,two_rule_comb3,33,"['$', '%']",% ~],0,1 +1106,1106,12,symb,two_rule_comb3,34,"['!', '(']",! !],0,1 +1106,1106,12,symb,two_rule_comb3,35,"['%', '&']",% &],1,1 +1106,1106,12,symb,two_rule_comb3,36,"['~', '!']",~ !],1,1 +1106,1106,12,symb,two_rule_comb3,37,"['!', '*']",! *,1,1 +1106,1106,12,symb,two_rule_comb3,38,"['*', '&']",* &],1,1 +1106,1106,12,symb,two_rule_comb3,39,"['&', '!']",& !],1,1 +1106,1106,12,symb,two_rule_comb3,40,"['$', '&']",$ &],1,1 +1106,1106,12,symb,two_rule_comb3,41,"['(', '(']",( (],1,1 +1106,1106,12,symb,two_rule_comb3,42,"['$', ':']",$ :],1,1 +1106,1106,12,symb,two_rule_comb3,43,"['!', '*']",! *],1,1 +1106,1106,12,symb,two_rule_comb3,44,"['%', ':']",% :],1,1 +1106,1106,12,symb,two_rule_comb3,45,"['<', '*']",* <,0,1 +1106,1106,12,symb,two_rule_comb3,46,"['*', '!']",* !],1,1 +1106,1106,12,symb,two_rule_comb3,47,"['*', '(']",* (],1,1 +1106,1106,12,symb,two_rule_comb3,48,"['<', '&']",& <],0,1 +1106,1106,12,symb,two_rule_comb3,49,"['<', '*']",< *],1,1 +1106,1106,12,symb,two_rule_comb3,50,"['~', '$']",~ $],1,1 +1106,1106,12,symb,two_rule_comb3,51,"['~', '~']",& <],0,1 +1106,1106,12,symb,two_rule_comb3,52,"['~', '!']",~ !],1,1 +1106,1106,12,symb,two_rule_comb3,53,"['(', '*']",( *],1,1 +1106,1106,12,symb,two_rule_comb3,54,"['$', '$']",$ >],0,1 +1106,1106,12,symb,two_rule_comb3,55,"['*', '~']",* ~],1,1 +1106,1106,12,symb,two_rule_comb3,56,"['!', '%']",! %],1,1 +1106,1106,12,symb,two_rule_comb3,57,"[':', '~']",: ~],1,1 +1106,1106,12,symb,two_rule_comb3,58,"['>', ':']",> :],1,1 +1106,1106,12,symb,two_rule_comb3,59,"['!', '*']",! *,1,1 +1106,1106,12,symb,two_rule_comb3,60,"[':', '&']",: &],1,1 +1106,1106,12,symb,two_rule_comb3,61,"['!', '>']",! >],1,1 +1106,1106,12,symb,two_rule_comb3,62,"['$', '~']",$ ~],1,1 +1106,1106,12,symb,two_rule_comb3,63,"['$', '&']",$ &],1,1 +1106,1106,12,symb,two_rule_comb3,64,"['&', '&']",$ %,0,1 +1106,1106,12,symb,two_rule_comb3,65,"['$', '>']",$ >,1,1 +1106,1106,12,symb,two_rule_comb3,66,"[':', '>']",: >],1,1 +1106,1106,12,symb,two_rule_comb3,67,"['$', '*']",$ *],1,1 +1106,1106,12,symb,two_rule_comb3,68,"[':', '*']",: *],1,1 +1106,1106,12,symb,two_rule_comb3,69,"['&', '!']",& !],1,1 +1106,1106,12,symb,two_rule_comb3,70,"['(', '>']",( >],1,1 +1106,1106,12,symb,two_rule_comb3,71,"['>', '*']",> *],1,1 +1106,1106,12,symb,two_rule_comb3,72,"['%', '*']",% *,1,1 +1106,1106,12,symb,two_rule_comb3,73,"['~', '&']",~ &],1,1 +1106,1106,12,symb,two_rule_comb3,74,"['!', '!']",! !],1,1 +1106,1106,12,symb,two_rule_comb3,75,"[':', '(']",: (],1,1 +1106,1106,12,symb,two_rule_comb3,76,"['>', '%']",% >,0,1 +1106,1106,12,symb,two_rule_comb3,77,"['%', ':']",% :],1,1 +1106,1106,12,symb,two_rule_comb3,78,"[':', '!']",: !],1,1 +1106,1106,12,symb,two_rule_comb3,79,"['(', '*']",( *],1,1 +1106,1106,12,symb,two_rule_comb3,80,"['&', '%']",& %],1,1 +1106,1106,12,symb,two_rule_comb3,81,"['!', '%']",! %],1,1 +1106,1106,12,symb,two_rule_comb3,82,"['&', '(']",& (],1,1 +1106,1106,12,symb,two_rule_comb3,83,"['%', '(']",% (],1,1 +1106,1106,12,symb,two_rule_comb3,84,"['&', '(']",& (],1,1 +1106,1106,12,symb,two_rule_comb3,85,"['~', '$']",$ ~],0,1 +1106,1106,12,symb,two_rule_comb3,86,"['!', ':']",! :],1,1 +1106,1106,12,symb,two_rule_comb3,87,"['$', '<']",<$>,0,1 +1106,1106,12,symb,two_rule_comb3,88,"['~', '*']",~ *],1,1 +1106,1106,12,symb,two_rule_comb3,89,"['*', '&']",* *],0,1 +1106,1106,12,symb,two_rule_comb3,90,"['!', '~']",! <],0,1 +1106,1106,12,symb,two_rule_comb3,91,"['<', '(']",< (],1,1 +1106,1106,12,symb,two_rule_comb3,92,"['*', '<']",* <],1,1 +1106,1106,12,symb,two_rule_comb3,93,"['*', '~']",* ~],1,1 +1106,1106,12,symb,two_rule_comb3,94,"['~', '*']",~ *],1,1 +1106,1106,12,symb,two_rule_comb3,95,"['>', ':']",> :],1,1 +1106,1106,12,symb,two_rule_comb3,96,"['<', ':']",< :],1,1 +1106,1106,12,symb,two_rule_comb3,97,"[':', '$']",: $],1,1 +1106,1106,12,symb,two_rule_comb3,98,"['&', '!']",& !],1,1 +1106,1106,12,symb,two_rule_comb3,99,"['(', '$']",( $],1,1 +1106,1106,12,symb,two_rule_comb4,0,"['&', '~']",$ >],0,1 +1106,1106,12,symb,two_rule_comb4,1,"['<', '>']",# &,0,1 +1106,1106,12,symb,two_rule_comb4,2,"['(', '!']",% &],0,1 +1106,1106,12,symb,two_rule_comb4,3,"['!', '&']",! :],0,1 +1106,1106,12,symb,two_rule_comb4,4,"['&', '(']",) )],0,1 +1106,1106,12,symb,two_rule_comb4,5,"['$', '&']",$ :],0,1 +1106,1106,12,symb,two_rule_comb4,6,"['&', '!']",% *,0,1 +1106,1106,12,symb,two_rule_comb4,7,"['!', '(']",! <,0,1 +1106,1106,12,symb,two_rule_comb4,8,"['~', '(']",: *],0,1 +1106,1106,12,symb,two_rule_comb4,9,"['*', '(']",) ~],0,1 +1106,1106,12,symb,two_rule_comb4,10,"[':', '<']",* <],0,1 +1106,1106,12,symb,two_rule_comb4,11,"['%', '&']",: <],0,1 +1106,1106,12,symb,two_rule_comb4,12,"['$', '(']",$ :],0,1 +1106,1106,12,symb,two_rule_comb4,13,"['$', '%']",$ :],0,1 +1106,1106,12,symb,two_rule_comb4,14,"['$', '*']",$ !],0,1 +1106,1106,12,symb,two_rule_comb4,15,"['~', '~']",(~ >),0,1 +1106,1106,12,symb,two_rule_comb4,16,"['&', '%']",$ %],0,1 +1106,1106,12,symb,two_rule_comb4,17,"['<', '$']",< ~],0,1 +1106,1106,12,symb,two_rule_comb4,18,"['>', '$']",& !],0,1 +1106,1106,12,symb,two_rule_comb4,19,"['*', '!']",$ ~,0,1 +1106,1106,12,symb,two_rule_comb4,20,"['$', '*']",* ~],0,1 +1106,1106,12,symb,two_rule_comb4,21,"['(', '&']",: >],0,1 +1106,1106,12,symb,two_rule_comb4,22,"['(', '!']",: >],0,1 +1106,1106,12,symb,two_rule_comb4,23,"['&', '!']",$ >],0,1 +1106,1106,12,symb,two_rule_comb4,24,"['<', ':']",< *],0,1 +1106,1106,12,symb,two_rule_comb4,25,"['<', '!']",< ~],0,1 +1106,1106,12,symb,two_rule_comb4,26,"['&', '&']",< %],0,1 +1106,1106,12,symb,two_rule_comb4,27,"[':', '(']",% >],0,1 +1106,1106,12,symb,two_rule_comb4,28,"['(', '*']",% *,0,1 +1106,1106,12,symb,two_rule_comb4,29,"['(', '&']",( <],0,1 +1106,1106,12,symb,two_rule_comb4,30,"['$', '~']",< ~],0,1 +1106,1106,12,symb,two_rule_comb4,31,"['%', '>']",: >],0,1 +1106,1106,12,symb,two_rule_comb4,32,"['%', '%']",% #],0,1 +1106,1106,12,symb,two_rule_comb4,33,"['<', '%']",< ~],0,1 +1106,1106,12,symb,two_rule_comb4,34,"[':', '~']",% >,0,1 +1106,1106,12,symb,two_rule_comb4,35,"['<', '>']",< (],0,1 +1106,1106,12,symb,two_rule_comb4,36,"['%', '(']",# &],0,1 +1106,1106,12,symb,two_rule_comb4,37,"['$', '(']",$ >,0,1 +1106,1106,12,symb,two_rule_comb4,38,"['>', '%']",> >],0,1 +1106,1106,12,symb,two_rule_comb4,39,"['%', '(']",! *],0,1 +1106,1106,12,symb,two_rule_comb4,40,"['>', '*']",> !],0,1 +1106,1106,12,symb,two_rule_comb4,41,"['!', '$']",> *],0,1 +1106,1106,12,symb,two_rule_comb4,42,"['<', '%']",< *],0,1 +1106,1106,12,symb,two_rule_comb4,43,"['$', '<']",% >],0,1 +1106,1106,12,symb,two_rule_comb4,44,"['<', '%']",< !],0,1 +1106,1106,12,symb,two_rule_comb4,45,"['&', '!']",& >],0,1 +1106,1106,12,symb,two_rule_comb4,46,"['&', '%']",$ *],0,1 +1106,1106,12,symb,two_rule_comb4,47,"['*', '(']",* <],0,1 +1106,1106,12,symb,two_rule_comb4,48,"['<', '(']",$ %],0,1 +1106,1106,12,symb,two_rule_comb4,49,"['~', '!']",% >,0,1 +1106,1106,12,symb,two_rule_comb4,50,"['$', '(']",& :],0,1 +1106,1106,12,symb,two_rule_comb4,51,"['~', '<']",~ (],0,1 +1106,1106,12,symb,two_rule_comb4,52,"[':', '~']",: >],0,1 +1106,1106,12,symb,two_rule_comb4,53,"['>', '*']",* *],0,1 +1106,1106,12,symb,two_rule_comb4,54,"['~', '(']",~ <],0,1 +1106,1106,12,symb,two_rule_comb4,55,"['>', '!']",( >,0,1 +1106,1106,12,symb,two_rule_comb4,56,"['>', '$']",$ ],0,1 +1106,1106,12,symb,two_rule_comb4,57,"[':', '&']",: %],0,1 +1106,1106,12,symb,two_rule_comb4,58,"['~', '&']",* !],0,1 +1106,1106,12,symb,two_rule_comb4,59,"[':', ':']",: *],0,1 +1106,1106,12,symb,two_rule_comb4,60,"['&', '<']",% >],0,1 +1106,1106,12,symb,two_rule_comb4,61,"[':', '<']",: :],0,1 +1106,1106,12,symb,two_rule_comb4,62,"['$', '!']",~ >],0,1 +1106,1106,12,symb,two_rule_comb4,63,"['%', '*']",! *],0,1 +1106,1106,12,symb,two_rule_comb4,64,"['%', '*']",% ~],0,1 +1106,1106,12,symb,two_rule_comb4,65,"['*', '>']",~ !],0,1 +1106,1106,12,symb,two_rule_comb4,66,"['*', '>']",* ~],0,1 +1106,1106,12,symb,two_rule_comb4,67,"['~', '(']",~ ~],0,1 +1106,1106,12,symb,two_rule_comb4,68,"['!', '>']",: >],0,1 +1106,1106,12,symb,two_rule_comb4,69,"['&', '<']",& :],0,1 +1106,1106,12,symb,two_rule_comb4,70,"['&', '&']",& >],0,1 +1106,1106,12,symb,two_rule_comb4,71,"['%', '&']",% *],0,1 +1106,1106,12,symb,two_rule_comb4,72,"['(', '$']",: >],0,1 +1106,1106,12,symb,two_rule_comb4,73,"['<', '!']",$ :],0,1 +1106,1106,12,symb,two_rule_comb4,74,"['%', '%']",% $],0,1 +1106,1106,12,symb,two_rule_comb4,75,"['!', '%']",! ~],0,1 +1106,1106,12,symb,two_rule_comb4,76,"['&', '!']",: *],0,1 +1106,1106,12,symb,two_rule_comb4,77,"['!', '$']",$ >],0,1 +1106,1106,12,symb,two_rule_comb4,78,"['>', '<']",& >],0,1 +1106,1106,12,symb,two_rule_comb4,79,"['<', '~']",$: :,0,1 +1106,1106,12,symb,two_rule_comb4,80,"['(', '~']",( *,0,1 +1106,1106,12,symb,two_rule_comb4,81,"['(', ':']",% *],0,1 +1106,1106,12,symb,two_rule_comb4,82,"['!', '*']",> :],0,1 +1106,1106,12,symb,two_rule_comb4,83,"['%', '*']",! *],0,1 +1106,1106,12,symb,two_rule_comb4,84,"['>', '%']",% ~],0,1 +1106,1106,12,symb,two_rule_comb4,85,"['<', '&']",< >],0,1 +1106,1106,12,symb,two_rule_comb4,86,"['>', ':']",> :],1,1 +1106,1106,12,symb,two_rule_comb4,87,"['%', '<']",# ),0,1 +1106,1106,12,symb,two_rule_comb4,88,"['>', '(']",* ~],0,1 +1106,1106,12,symb,two_rule_comb4,89,"['$', '$']",< ~],0,1 +1106,1106,12,symb,two_rule_comb4,90,"[':', '%']",: ~],0,1 +1106,1106,12,symb,two_rule_comb4,91,"['*', '&']",~ &],0,1 +1106,1106,12,symb,two_rule_comb4,92,"['(', '<']",< <],0,1 +1106,1106,12,symb,two_rule_comb4,93,"['(', '<']",> <],0,1 +1106,1106,12,symb,two_rule_comb4,94,"['~', '%']",! ~],0,1 +1106,1106,12,symb,two_rule_comb4,95,"['!', '<']",* !],0,1 +1106,1106,12,symb,two_rule_comb4,96,"['>', '&']",> >],0,1 +1106,1106,12,symb,two_rule_comb4,97,"['(', '$']",( &),0,1 +1106,1106,12,symb,two_rule_comb4,98,"['%', '$']",% ~],0,1 +1106,1106,12,symb,two_rule_comb4,99,"['&', '~']",# ~],0,1 +1106,1106,12,symb,two_rule_comb5,0,"['*', '%']",* ~],0,1 +1106,1106,12,symb,two_rule_comb5,1,"['(', '(']",# ?,0,1 +1106,1106,12,symb,two_rule_comb5,2,"['$', '$']",: &],0,1 +1106,1106,12,symb,two_rule_comb5,3,"['(', '<']",: &],0,1 +1106,1106,12,symb,two_rule_comb5,4,"['$', '(']",% <],0,1 +1106,1106,12,symb,two_rule_comb5,5,"['%', '&']",: $],0,1 +1106,1106,12,symb,two_rule_comb5,6,"['$', '&']",& <],0,1 +1106,1106,12,symb,two_rule_comb5,7,"['*', '!']",~ >],0,1 +1106,1106,12,symb,two_rule_comb5,8,"['(', '%']",*) :],0,1 +1106,1106,12,symb,two_rule_comb5,9,"['!', '(']",> %],0,1 +1106,1106,12,symb,two_rule_comb5,10,"['$', '%']",! ~],0,1 +1106,1106,12,symb,two_rule_comb5,11,"['(', ':']",% %],0,1 +1106,1106,12,symb,two_rule_comb5,12,"['$', '~']",! ~],0,1 +1106,1106,12,symb,two_rule_comb5,13,"['!', '~']",> *],0,1 +1106,1106,12,symb,two_rule_comb5,14,"['<', ':']",# ?,0,1 +1106,1106,12,symb,two_rule_comb5,15,"['~', '&']",*) !],0,1 +1106,1106,12,symb,two_rule_comb5,16,"['&', '$']",$ <],0,1 +1106,1106,12,symb,two_rule_comb5,17,"['~', '(']",# @],0,1 +1106,1106,12,symb,two_rule_comb5,18,"['&', '%']",$ :],0,1 +1106,1106,12,symb,two_rule_comb5,19,"['>', '$']",! &],0,1 +1106,1106,12,symb,two_rule_comb5,20,"['&', '$']",$ &],0,1 +1106,1106,12,symb,two_rule_comb5,21,"[':', '<']",& ],0,1 +1106,1106,12,symb,two_rule_comb5,22,"['$', '~']",) &],0,1 +1106,1106,12,symb,two_rule_comb5,23,"['~', '%']",& <],0,1 +1106,1106,12,symb,two_rule_comb5,24,"['$', '!']",& >],0,1 +1106,1106,12,symb,two_rule_comb5,25,"['$', ':']",< :],0,1 +1106,1106,12,symb,two_rule_comb5,26,"['&', '<']",& >,0,1 +1106,1106,12,symb,two_rule_comb5,27,"['*', '~']",) )],0,1 +1106,1106,12,symb,two_rule_comb5,28,"['$', ':']",< %],0,1 +1106,1106,12,symb,two_rule_comb5,29,"[':', '>']",? ?],0,1 +1106,1106,12,symb,two_rule_comb5,30,"['>', '(']",:] <],0,1 +1106,1106,12,symb,two_rule_comb5,31,"['<', '!']",( : ),0,1 +1106,1106,12,symb,two_rule_comb5,32,"['&', ':']",# @],0,1 +1106,1106,12,symb,two_rule_comb5,33,"['$', '%']",~ ~],0,1 +1106,1106,12,symb,two_rule_comb5,34,"[':', '(']",% ],0,1 +1106,1106,12,symb,two_rule_comb5,35,"['%', '%']",# &],0,1 +1106,1106,12,symb,two_rule_comb5,36,"['!', '&']",! ~],0,1 +1106,1106,12,symb,two_rule_comb5,37,"['<', '~']",< &,0,1 +1106,1106,12,symb,two_rule_comb5,38,"['(', '!']",# >],0,1 +1106,1106,12,symb,two_rule_comb5,39,"['>', '<']",? :],0,1 +1106,1106,12,symb,two_rule_comb5,40,"['%', '$']",! !],0,1 +1106,1106,12,symb,two_rule_comb5,41,"['$', '<']",# @],0,1 +1106,1106,12,symb,two_rule_comb5,42,"['%', '(']",% ],0,1 +1106,1106,12,symb,two_rule_comb5,43,"['<', '$']",@ :],0,1 +1106,1106,12,symb,two_rule_comb5,44,"['*', '&']",> )],0,1 +1106,1106,12,symb,two_rule_comb5,45,"['*', '&']",* ),0,1 +1106,1106,12,symb,two_rule_comb5,46,"['!', '$']",: )],0,1 +1106,1106,12,symb,two_rule_comb5,47,"['<', '>']",? ?],0,1 +1106,1106,12,symb,two_rule_comb5,48,"['!', ':']",> (],0,1 +1106,1106,12,symb,two_rule_comb5,49,"['%', ':']",# ?],0,1 +1106,1106,12,symb,two_rule_comb5,50,"['!', '<']",> &],0,1 +1106,1106,12,symb,two_rule_comb5,51,"['&', '>']",~ *)],0,1 +1106,1106,12,symb,two_rule_comb5,52,"['(', '$']",< %],0,1 +1106,1106,12,symb,two_rule_comb5,53,"['(', '*']",# #],0,1 +1106,1106,12,symb,two_rule_comb5,54,"['%', '$']",: <],0,1 +1106,1106,12,symb,two_rule_comb5,55,"['&', '%']",* $],0,1 +1106,1106,12,symb,two_rule_comb5,56,"['$', '<']",< &],0,1 +1106,1106,12,symb,two_rule_comb5,57,"['<', '<']",? %],0,1 +1106,1106,12,symb,two_rule_comb5,58,"['%', '<']",! *],0,1 +1106,1106,12,symb,two_rule_comb5,59,"['~', '*']",! <],0,1 +1106,1106,12,symb,two_rule_comb5,60,"['~', '<']",# %],0,1 +1106,1106,12,symb,two_rule_comb5,61,"[':', '~']",* ],0,1 +1106,1106,12,symb,two_rule_comb5,62,"['(', '~']",( %],0,1 +1106,1106,12,symb,two_rule_comb5,63,"['!', ':']",% >],0,1 +1106,1106,12,symb,two_rule_comb5,64,"[':', '%']",?],0,1 +1106,1106,12,symb,two_rule_comb5,65,"['~', '<']",> <],0,1 +1106,1106,12,symb,two_rule_comb5,66,"['%', '>']",: >],0,1 +1106,1106,12,symb,two_rule_comb5,67,"['*', '<']",* <],1,1 +1106,1106,12,symb,two_rule_comb5,68,"['(', '%']",: (],0,1 +1106,1106,12,symb,two_rule_comb5,69,"['$', '*']",! :],0,1 +1106,1106,12,symb,two_rule_comb5,70,"['>', '%']",? #],0,1 +1106,1106,12,symb,two_rule_comb5,71,"['~', '%']",) )],0,1 +1106,1106,12,symb,two_rule_comb5,72,"[':', '%']",)] ),0,1 +1106,1106,12,symb,two_rule_comb5,73,"['<', '%']",# %,0,1 +1106,1106,12,symb,two_rule_comb5,74,"['(', '$']",@ =],0,1 +1106,1106,12,symb,two_rule_comb5,75,"['&', '(']",# :],0,1 +1106,1106,12,symb,two_rule_comb5,76,"['$', '%']",# %],0,1 +1106,1106,12,symb,two_rule_comb5,77,"['(', ':']",: ),0,1 +1106,1106,12,symb,two_rule_comb5,78,"['(', '&']",% $],0,1 +1106,1106,12,symb,two_rule_comb5,79,"['>', '<']",# #],0,1 +1106,1106,12,symb,two_rule_comb5,80,"['(', '!']",( : ),0,1 +1106,1106,12,symb,two_rule_comb5,81,"['<', '&']",? #],0,1 +1106,1106,12,symb,two_rule_comb5,82,"['<', '&']",$ $],0,1 +1106,1106,12,symb,two_rule_comb5,83,"['%', ':']",# @],0,1 +1106,1106,12,symb,two_rule_comb5,84,"['*', ':']",> !],0,1 +1106,1106,12,symb,two_rule_comb5,85,"['>', '*']",! ~],0,1 +1106,1106,12,symb,two_rule_comb5,86,"['!', '$']",& >],0,1 +1106,1106,12,symb,two_rule_comb5,87,"['>', '!']",> !],1,1 +1106,1106,12,symb,two_rule_comb5,88,"['&', '~']",( !],0,1 +1106,1106,12,symb,two_rule_comb5,89,"['(', '%']",% (],0,1 +1106,1106,12,symb,two_rule_comb5,90,"['(', '$']",: &],0,1 +1106,1106,12,symb,two_rule_comb5,91,"[':', '(']",% %],0,1 +1106,1106,12,symb,two_rule_comb5,92,"['(', '(']",: %],0,1 +1106,1106,12,symb,two_rule_comb5,93,"['&', '<']",# #],0,1 +1106,1106,12,symb,two_rule_comb5,94,"['&', ':']",$ (],0,1 +1106,1106,12,symb,two_rule_comb5,95,"['~', '>']",~ *)],0,1 +1106,1106,12,symb,two_rule_comb5,96,"['&', '&']",* $],0,1 +1106,1106,12,symb,two_rule_comb5,97,"['$', '>']",! >],0,1 +1106,1106,12,symb,two_rule_comb5,98,"['~', ':']",] % ],0,1 +1106,1106,12,symb,two_rule_comb5,99,"['%', ':']",: (],0,1 +1106,1106,12,symb,three_rule_comb0,0,"['&', ':', ':']",& : :],1,1 +1106,1106,12,symb,three_rule_comb0,1,"['!', '%', '%']",! % %,1,1 +1106,1106,12,symb,three_rule_comb0,2,"['*', '$', '%']",* $ %],1,1 +1106,1106,12,symb,three_rule_comb0,3,"['$', '>', '*']",$ > *,1,1 +1106,1106,12,symb,three_rule_comb0,4,"[':', '%', '<']",: % <],1,1 +1106,1106,12,symb,three_rule_comb0,5,"['~', '%', '$']",~ % $],1,1 +1106,1106,12,symb,three_rule_comb0,6,"['(', '$', ':']",( $ :],1,1 +1106,1106,12,symb,three_rule_comb0,7,"[':', '>', '&']",: > &],1,1 +1106,1106,12,symb,three_rule_comb0,8,"['*', '<', '!']",* < !,1,1 +1106,1106,12,symb,three_rule_comb0,9,"[':', '$', '(']",: $ (],1,1 +1106,1106,12,symb,three_rule_comb0,10,"['&', '<', '>']",& < >,1,1 +1106,1106,12,symb,three_rule_comb0,11,"['$', '&', '!']",$ & !,1,1 +1106,1106,12,symb,three_rule_comb0,12,"['&', '<', '(']",& < (],1,1 +1106,1106,12,symb,three_rule_comb0,13,"['>', '>', '$']",> > $,1,1 +1106,1106,12,symb,three_rule_comb0,14,"['(', '$', '<']",( $ <],1,1 +1106,1106,12,symb,three_rule_comb0,15,"['(', '>', '*']",( > *],1,1 +1106,1106,12,symb,three_rule_comb0,16,"['~', '!', '&']",~ ! &],1,1 +1106,1106,12,symb,three_rule_comb0,17,"[':', '*', '(']",: * (],1,1 +1106,1106,12,symb,three_rule_comb0,18,"['<', '>', '>']",< > >,1,1 +1106,1106,12,symb,three_rule_comb0,19,"['<', '~', '!']",< ~ !],1,1 +1106,1106,12,symb,three_rule_comb0,20,"['*', '*', '(']",* * (],1,1 +1106,1106,12,symb,three_rule_comb0,21,"['>', '&', '%']",> & %],1,1 +1106,1106,12,symb,three_rule_comb0,22,"[':', '&', '&']",: & &],1,1 +1106,1106,12,symb,three_rule_comb0,23,"['*', '&', '!']",* & !],1,1 +1106,1106,12,symb,three_rule_comb0,24,"['~', '>', '&']",~ > &,1,1 +1106,1106,12,symb,three_rule_comb0,25,"['&', '(', '!']",& ( !,1,1 +1106,1106,12,symb,three_rule_comb0,26,"[':', '$', '~']",:] $ ~,0,1 +1106,1106,12,symb,three_rule_comb0,27,"['(', '!', '!']",( ! !],1,1 +1106,1106,12,symb,three_rule_comb0,28,"[':', '(', '&']",: ( &],1,1 +1106,1106,12,symb,three_rule_comb0,29,"['*', '%', '(']",* % (],1,1 +1106,1106,12,symb,three_rule_comb0,30,"['~', '>', '!']",~ > !],1,1 +1106,1106,12,symb,three_rule_comb0,31,"['&', '&', ':']",& & :],1,1 +1106,1106,12,symb,three_rule_comb0,32,"['(', ':', ':']",( : :],1,1 +1106,1106,12,symb,three_rule_comb0,33,"['%', '<', '<']",% < <,1,1 +1106,1106,12,symb,three_rule_comb0,34,"['&', ':', '%']",& : %],1,1 +1106,1106,12,symb,three_rule_comb0,35,"['<', ':', '%']",< : %,1,1 +1106,1106,12,symb,three_rule_comb0,36,"['&', '(', ':']",& ( :],1,1 +1106,1106,12,symb,three_rule_comb0,37,"['&', '~', '(']",& ~ (],1,1 +1106,1106,12,symb,three_rule_comb0,38,"[':', '>', '$']",: > $],1,1 +1106,1106,12,symb,three_rule_comb0,39,"[':', ':', '&']",: : &],1,1 +1106,1106,12,symb,three_rule_comb0,40,"['$', '(', '(']",$ ( (],1,1 +1106,1106,12,symb,three_rule_comb0,41,"['%', '&', '>']",% & >],1,1 +1106,1106,12,symb,three_rule_comb0,42,"['>', '%', '~']",> % ~],1,1 +1106,1106,12,symb,three_rule_comb0,43,"['!', '%', '!']",! % !,1,1 +1106,1106,12,symb,three_rule_comb0,44,"['$', '&', '%']",$ & %],1,1 +1106,1106,12,symb,three_rule_comb0,45,"[':', '>', '*']",: > *],1,1 +1106,1106,12,symb,three_rule_comb0,46,"['*', '~', '~']",* ~ ~],1,1 +1106,1106,12,symb,three_rule_comb0,47,"['>', '*', '>']",> * >,1,1 +1106,1106,12,symb,three_rule_comb0,48,"[':', '!', '<']",: ! <,1,1 +1106,1106,12,symb,three_rule_comb0,49,"['(', '(', '$']",( ( $],1,1 +1106,1106,12,symb,three_rule_comb0,50,"[':', '!', '>']",: ! >],1,1 +1106,1106,12,symb,three_rule_comb0,51,"['*', '&', '>']",* & >,1,1 +1106,1106,12,symb,three_rule_comb0,52,"['$', '<', '<']",$ < <],1,1 +1106,1106,12,symb,three_rule_comb0,53,"[':', '!', '>']",: ! >],1,1 +1106,1106,12,symb,three_rule_comb0,54,"['(', '$', '&']",( $ &],1,1 +1106,1106,12,symb,three_rule_comb0,55,"['>', '(', '~']",> ( ~],1,1 +1106,1106,12,symb,three_rule_comb0,56,"['>', '!', '>']",> ! >],1,1 +1106,1106,12,symb,three_rule_comb0,57,"['%', '(', '$']",% ( $],1,1 +1106,1106,12,symb,three_rule_comb0,58,"['*', '&', '$']",* & $],1,1 +1106,1106,12,symb,three_rule_comb0,59,"['!', '*', '~']",! * ~,1,1 +1106,1106,12,symb,three_rule_comb0,60,"['*', '<', '&']",* < &],1,1 +1106,1106,12,symb,three_rule_comb0,61,"['!', '&', '%']",! & %],1,1 +1106,1106,12,symb,three_rule_comb0,62,"['$', ':', '<']",$ : <],1,1 +1106,1106,12,symb,three_rule_comb0,63,"['<', '~', '!']",< ~ !],1,1 +1106,1106,12,symb,three_rule_comb0,64,"['!', '<', '<']",! < <],1,1 +1106,1106,12,symb,three_rule_comb0,65,"['&', '%', '~']",& % ~],1,1 +1106,1106,12,symb,three_rule_comb0,66,"['%', ':', '*']",% : *],1,1 +1106,1106,12,symb,three_rule_comb0,67,"[':', '!', '$']",: ! $,1,1 +1106,1106,12,symb,three_rule_comb0,68,"['>', '<', '(']",> < (,1,1 +1106,1106,12,symb,three_rule_comb0,69,"['*', '&', '>']",* & >],1,1 +1106,1106,12,symb,three_rule_comb0,70,"[':', ':', '!']",: : !,1,1 +1106,1106,12,symb,three_rule_comb0,71,"['>', ':', '~']",> : ~,1,1 +1106,1106,12,symb,three_rule_comb0,72,"['<', '<', '~']",< < ~],1,1 +1106,1106,12,symb,three_rule_comb0,73,"['&', '*', ':']",& * :],1,1 +1106,1106,12,symb,three_rule_comb0,74,"['&', '%', '>']",& % >],1,1 +1106,1106,12,symb,three_rule_comb0,75,"['~', '$', '!']",~ $ !],1,1 +1106,1106,12,symb,three_rule_comb0,76,"['(', '*', '~']",( * ~),0,1 +1106,1106,12,symb,three_rule_comb0,77,"['(', '~', '>']",( ~ >],1,1 +1106,1106,12,symb,three_rule_comb0,78,"['*', '>', '$']",* > $,1,1 +1106,1106,12,symb,three_rule_comb0,79,"['~', '$', '*']",~ $ *],1,1 +1106,1106,12,symb,three_rule_comb0,80,"['&', '!', '>']",& ! >],1,1 +1106,1106,12,symb,three_rule_comb0,81,"[':', '*', '!']",: * !],1,1 +1106,1106,12,symb,three_rule_comb0,82,"['*', '(', '$']",* ( $],1,1 +1106,1106,12,symb,three_rule_comb0,83,"['~', '$', '>']",~ $ >],1,1 +1106,1106,12,symb,three_rule_comb0,84,"[':', '>', '<']",: > <],1,1 +1106,1106,12,symb,three_rule_comb0,85,"[':', '$', '>']",: $ >],1,1 +1106,1106,12,symb,three_rule_comb0,86,"['~', '>', '>']",~ > >,1,1 +1106,1106,12,symb,three_rule_comb0,87,"['~', '&', '$']",~ & $],1,1 +1106,1106,12,symb,three_rule_comb0,88,"['&', '!', '>']",& ! >,1,1 +1106,1106,12,symb,three_rule_comb0,89,"['*', '&', '$']",* & $],1,1 +1106,1106,12,symb,three_rule_comb0,90,"['*', '%', '>']",* % >,1,1 +1106,1106,12,symb,three_rule_comb0,91,"['(', '%', '(']",( % (],1,1 +1106,1106,12,symb,three_rule_comb0,92,"['<', '(', '&']",< ( &,1,1 +1106,1106,12,symb,three_rule_comb0,93,"['%', ':', '*']",% : *],1,1 +1106,1106,12,symb,three_rule_comb0,94,"['%', '!', '<']",% ! <,1,1 +1106,1106,12,symb,three_rule_comb0,95,"['>', '$', '*']",> $ *,1,1 +1106,1106,12,symb,three_rule_comb0,96,"['$', '>', '>']",$ > >],1,1 +1106,1106,12,symb,three_rule_comb0,97,"['*', '&', ':']",* & :],1,1 +1106,1106,12,symb,three_rule_comb0,98,"['(', '>', '$']",( > $),0,1 +1106,1106,12,symb,three_rule_comb0,99,"['<', ':', '&']",< : &],1,1 +1106,1106,12,symb,three_rule_comb1,0,"['~', '$', '%']",~ $ %],1,1 +1106,1106,12,symb,three_rule_comb1,1,"[':', '$', '$']",: $ $],1,1 +1106,1106,12,symb,three_rule_comb1,2,"['!', '!', '*']",! ! *],1,1 +1106,1106,12,symb,three_rule_comb1,3,"['~', '(', ':']",~ ( :],1,1 +1106,1106,12,symb,three_rule_comb1,4,"['*', '*', '!']",* ! !,0,1 +1106,1106,12,symb,three_rule_comb1,5,"['*', '!', '<']",* ! <],1,1 +1106,1106,12,symb,three_rule_comb1,6,"['~', '(', '(']",~ ( >],0,1 +1106,1106,12,symb,three_rule_comb1,7,"['<', '>', '~']",< > ~],1,1 +1106,1106,12,symb,three_rule_comb1,8,"['*', '(', '>']",* ( >],1,1 +1106,1106,12,symb,three_rule_comb1,9,"['>', '>', ':']",> & :],0,1 +1106,1106,12,symb,three_rule_comb1,10,"['&', '$', '&']",& $ &,1,1 +1106,1106,12,symb,three_rule_comb1,11,"['!', '<', '<']",! < %,0,1 +1106,1106,12,symb,three_rule_comb1,12,"['>', '>', '~']",> & ~],0,1 +1106,1106,12,symb,three_rule_comb1,13,"[':', '!', '*']",: ! *],1,1 +1106,1106,12,symb,three_rule_comb1,14,"[':', '$', '!']",: $ !,1,1 +1106,1106,12,symb,three_rule_comb1,15,"['%', '!', '%']",% ! %],1,1 +1106,1106,12,symb,three_rule_comb1,16,"['(', '~', '%']",( % :],0,1 +1106,1106,12,symb,three_rule_comb1,17,"['*', '>', '%']",* > %,1,1 +1106,1106,12,symb,three_rule_comb1,18,"['!', '!', '<']",! ! <,1,1 +1106,1106,12,symb,three_rule_comb1,19,"['>', '(', '$']",> ( $],1,1 +1106,1106,12,symb,three_rule_comb1,20,"['(', '&', '%']",( & %],1,1 +1106,1106,12,symb,three_rule_comb1,21,"['$', '&', '~']",$ & ~],1,1 +1106,1106,12,symb,three_rule_comb1,22,"['<', '<', '>']",< < >],1,1 +1106,1106,12,symb,three_rule_comb1,23,"['&', ':', '$']",& : $],1,1 +1106,1106,12,symb,three_rule_comb1,24,"['$', '(', '!']",$ ( !],1,1 +1106,1106,12,symb,three_rule_comb1,25,"[':', '(', '~']",: ( ~],1,1 +1106,1106,12,symb,three_rule_comb1,26,"[':', '>', '&']",: > &,1,1 +1106,1106,12,symb,three_rule_comb1,27,"['$', '$', '<']",$ $ <],1,1 +1106,1106,12,symb,three_rule_comb1,28,"['%', '*', ':']",% * :],1,1 +1106,1106,12,symb,three_rule_comb1,29,"[':', '~', '*']",: ~ *],1,1 +1106,1106,12,symb,three_rule_comb1,30,"['~', '%', '%']",~ % %],1,1 +1106,1106,12,symb,three_rule_comb1,31,"['!', '$', ':']",! $ :],1,1 +1106,1106,12,symb,three_rule_comb1,32,"['&', '*', '%']",& * %],1,1 +1106,1106,12,symb,three_rule_comb1,33,"['*', '~', '&']",* % &],0,1 +1106,1106,12,symb,three_rule_comb1,34,"['(', '(', '*']",( ( *],1,1 +1106,1106,12,symb,three_rule_comb1,35,"[':', '&', '*']",: & *],1,1 +1106,1106,12,symb,three_rule_comb1,36,"['(', ':', '*']",: : *],0,1 +1106,1106,12,symb,three_rule_comb1,37,"['<', '<', '~']",< < ~],1,1 +1106,1106,12,symb,three_rule_comb1,38,"[':', ':', '*']",: : *],1,1 +1106,1106,12,symb,three_rule_comb1,39,"['$', '*', '<']",$ * <],1,1 +1106,1106,12,symb,three_rule_comb1,40,"['!', '*', '%']",( * %),0,1 +1106,1106,12,symb,three_rule_comb1,41,"['<', '*', '<']",: * <],0,1 +1106,1106,12,symb,three_rule_comb1,42,"['<', '~', '%']",< ~ %,1,1 +1106,1106,12,symb,three_rule_comb1,43,"['>', '&', '!']",> & !],1,1 +1106,1106,12,symb,three_rule_comb1,44,"['*', '~', '<']",* ~ <,1,1 +1106,1106,12,symb,three_rule_comb1,45,"['<', '$', '$']",< $ $],1,1 +1106,1106,12,symb,three_rule_comb1,46,"['~', '<', ':']",~ % :],0,1 +1106,1106,12,symb,three_rule_comb1,47,"[':', '>', '%']",: > %,1,1 +1106,1106,12,symb,three_rule_comb1,48,"['&', '~', '*']",& ~ *],1,1 +1106,1106,12,symb,three_rule_comb1,49,"['>', '*', '<']",$ * <,0,1 +1106,1106,12,symb,three_rule_comb1,50,"['<', '&', '!']",< & %],0,1 +1106,1106,12,symb,three_rule_comb1,51,"['~', '%', '%']",~ : %],0,1 +1106,1106,12,symb,three_rule_comb1,52,"['$', '>', '<']",$ > <,1,1 +1106,1106,12,symb,three_rule_comb1,53,"['~', '$', '~']",* $ ~],0,1 +1106,1106,12,symb,three_rule_comb1,54,"['(', '~', '<']",( ~ <],1,1 +1106,1106,12,symb,three_rule_comb1,55,"['<', '$', '!']",< $ !],1,1 +1106,1106,12,symb,three_rule_comb1,56,"['>', '>', '(']",> > (],1,1 +1106,1106,12,symb,three_rule_comb1,57,"['$', '(', '$']",:] ( $],0,1 +1106,1106,12,symb,three_rule_comb1,58,"['$', '<', '%']",$ < %,1,1 +1106,1106,12,symb,three_rule_comb1,59,"['<', '%', '&']",< % &],1,1 +1106,1106,12,symb,three_rule_comb1,60,"[':', '(', '!']",: ( !],1,1 +1106,1106,12,symb,three_rule_comb1,61,"['<', ':', '!']",< : !],1,1 +1106,1106,12,symb,three_rule_comb1,62,"['(', '%', '(']",( & (),0,1 +1106,1106,12,symb,three_rule_comb1,63,"['$', ':', '*']",$ : *],1,1 +1106,1106,12,symb,three_rule_comb1,64,"['~', '$', '>']",~ $ >],1,1 +1106,1106,12,symb,three_rule_comb1,65,"['<', '~', '%']",< ~ %],1,1 +1106,1106,12,symb,three_rule_comb1,66,"['*', '*', '>']",* $ >],0,1 +1106,1106,12,symb,three_rule_comb1,67,"['&', '(', '<']",& ( <],1,1 +1106,1106,12,symb,three_rule_comb1,68,"['*', '&', '%']",* & %],1,1 +1106,1106,12,symb,three_rule_comb1,69,"['~', '!', '$']",$ ! $,0,1 +1106,1106,12,symb,three_rule_comb1,70,"['&', '!', '*']",& ! *],1,1 +1106,1106,12,symb,three_rule_comb1,71,"['%', '&', '&']",% ( &],0,1 +1106,1106,12,symb,three_rule_comb1,72,"['!', '*', '<']",( * <],0,1 +1106,1106,12,symb,three_rule_comb1,73,"['<', '%', '%']",< % %],1,1 +1106,1106,12,symb,three_rule_comb1,74,"['$', '%', ':']",$ % :],1,1 +1106,1106,12,symb,three_rule_comb1,75,"['$', '*', '%']",$ * %,1,1 +1106,1106,12,symb,three_rule_comb1,76,"['>', '%', '%']",> % %,1,1 +1106,1106,12,symb,three_rule_comb1,77,"['!', '&', ':']",! & :],1,1 +1106,1106,12,symb,three_rule_comb1,78,"['$', '$', '!']",$ $ !],1,1 +1106,1106,12,symb,three_rule_comb1,79,"['*', '!', '(']",* ! (],1,1 +1106,1106,12,symb,three_rule_comb1,80,"['>', '<', '!']",> < !],1,1 +1106,1106,12,symb,three_rule_comb1,81,"['$', '>', '!']",$ > !,1,1 +1106,1106,12,symb,three_rule_comb1,82,"['%', '!', ':']",% ! :],1,1 +1106,1106,12,symb,three_rule_comb1,83,"['<', '%', '&']",< % &],1,1 +1106,1106,12,symb,three_rule_comb1,84,"['(', ':', '>']",( % >],0,1 +1106,1106,12,symb,three_rule_comb1,85,"[':', '&', '*']",: & $],0,1 +1106,1106,12,symb,three_rule_comb1,86,"[':', '<', '>']",: < >],1,1 +1106,1106,12,symb,three_rule_comb1,87,"['&', '%', '>']",& % &],0,1 +1106,1106,12,symb,three_rule_comb1,88,"['!', '(', ':']",! ( :],1,1 +1106,1106,12,symb,three_rule_comb1,89,"['$', '>', '(']",$ > (],1,1 +1106,1106,12,symb,three_rule_comb1,90,"['(', '&', ':']",( & : ),0,1 +1106,1106,12,symb,three_rule_comb1,91,"['&', '&', '!']",& & !],1,1 +1106,1106,12,symb,three_rule_comb1,92,"['$', '~', '$']",$ ~ $],1,1 +1106,1106,12,symb,three_rule_comb1,93,"['!', ':', '&']",! : &],1,1 +1106,1106,12,symb,three_rule_comb1,94,"['!', ':', '%']",! : %],1,1 +1106,1106,12,symb,three_rule_comb1,95,"['&', '<', '<']",& * <],0,1 +1106,1106,12,symb,three_rule_comb1,96,"['<', '&', '>']",< & %],0,1 +1106,1106,12,symb,three_rule_comb1,97,"['!', '<', '<']",$ > <],0,1 +1106,1106,12,symb,three_rule_comb1,98,"['~', '$', '(']",~ $ (,1,1 +1106,1106,12,symb,three_rule_comb1,99,"['>', '<', '>']",> < >,1,1 +1106,1106,12,symb,three_rule_comb2,0,"['%', '%', '&']",% % $],0,1 +1106,1106,12,symb,three_rule_comb2,1,"['&', '&', '$']",& > $],0,1 +1106,1106,12,symb,three_rule_comb2,2,"[':', '<', '~']",: % ~],0,1 +1106,1106,12,symb,three_rule_comb2,3,"['*', ':', ':']",* < :],0,1 +1106,1106,12,symb,three_rule_comb2,4,"['$', '!', '&']",$ ! (],0,1 +1106,1106,12,symb,three_rule_comb2,5,"['*', '!', '*']",* ! <],0,1 +1106,1106,12,symb,three_rule_comb2,6,"['(', '<', '!']",% < !],0,1 +1106,1106,12,symb,three_rule_comb2,7,"['>', '(', '$']",> $ $,0,1 +1106,1106,12,symb,three_rule_comb2,8,"['!', ':', ':']",> : :],0,1 +1106,1106,12,symb,three_rule_comb2,9,"['&', ':', '<']",& $ <],0,1 +1106,1106,12,symb,three_rule_comb2,10,"['&', '<', '$']",& : $],0,1 +1106,1106,12,symb,three_rule_comb2,11,"['<', '$', '%']",$ ! %,0,1 +1106,1106,12,symb,three_rule_comb2,12,"['~', '*', '>']",~ % >],0,1 +1106,1106,12,symb,three_rule_comb2,13,"['<', '*', '>']",& * >,0,1 +1106,1106,12,symb,three_rule_comb2,14,"['*', '>', ':']",* & :],0,1 +1106,1106,12,symb,three_rule_comb2,15,"['$', '<', '*']",$ % *],0,1 +1106,1106,12,symb,three_rule_comb2,16,"['!', '<', '&']",! < >],0,1 +1106,1106,12,symb,three_rule_comb2,17,"['!', '%', '!']",! # !,0,1 +1106,1106,12,symb,three_rule_comb2,18,"['~', '!', '$']",~ ! ?],0,1 +1106,1106,12,symb,three_rule_comb2,19,"['(', '>', '(']",( % <],0,1 +1106,1106,12,symb,three_rule_comb2,20,"['&', '$', '$']",& $ ~,0,1 +1106,1106,12,symb,three_rule_comb2,21,"['<', '<', '!']",* < !],0,1 +1106,1106,12,symb,three_rule_comb2,22,"['>', '%', '&']",> % >],0,1 +1106,1106,12,symb,three_rule_comb2,23,"['*', '&', ':']",* < :],0,1 +1106,1106,12,symb,three_rule_comb2,24,"['%', '$', '<']",% ~ <],0,1 +1106,1106,12,symb,three_rule_comb2,25,"['~', ':', '(']",~ : &],0,1 +1106,1106,12,symb,three_rule_comb2,26,"['*', '!', '>']",* ! ),0,1 +1106,1106,12,symb,three_rule_comb2,27,"['&', '<', '*']",& < ~],0,1 +1106,1106,12,symb,three_rule_comb2,28,"['&', '%', '>']",& : >,0,1 +1106,1106,12,symb,three_rule_comb2,29,"['~', '<', '&']",& < &],0,1 +1106,1106,12,symb,three_rule_comb2,30,"['*', '<', ':']",( < :],0,1 +1106,1106,12,symb,three_rule_comb2,31,"['&', '%', '&']",& % (],0,1 +1106,1106,12,symb,three_rule_comb2,32,"['!', '(', '<']",! > <,0,1 +1106,1106,12,symb,three_rule_comb2,33,"['~', '>', '*']",~ > ~],0,1 +1106,1106,12,symb,three_rule_comb2,34,"['&', '(', '$']",& : $],0,1 +1106,1106,12,symb,three_rule_comb2,35,"['&', '%', '!']",& ! *],0,1 +1106,1106,12,symb,three_rule_comb2,36,"['!', '%', ':']",! * (],0,1 +1106,1106,12,symb,three_rule_comb2,37,"['~', '*', '*']",* * *],0,1 +1106,1106,12,symb,three_rule_comb2,38,"['>', ':', '$']",> % $],0,1 +1106,1106,12,symb,three_rule_comb2,39,"['%', '&', '$']",% & ?,0,1 +1106,1106,12,symb,three_rule_comb2,40,"['<', '%', '(']",% % (,0,1 +1106,1106,12,symb,three_rule_comb2,41,"['(', ':', '>']",: ~ >],0,1 +1106,1106,12,symb,three_rule_comb2,42,"[':', '*', '&']",< * &],0,1 +1106,1106,12,symb,three_rule_comb2,43,"['>', '~', '>']",> ~ !],0,1 +1106,1106,12,symb,three_rule_comb2,44,"['*', '$', '$']",* < $],0,1 +1106,1106,12,symb,three_rule_comb2,45,"['%', '&', '>']",% & (],0,1 +1106,1106,12,symb,three_rule_comb2,46,"['&', '%', '%']",& % :],0,1 +1106,1106,12,symb,three_rule_comb2,47,"['(', '(', '>']",( % >],0,1 +1106,1106,12,symb,three_rule_comb2,48,"['%', '<', ':']",% : :],0,1 +1106,1106,12,symb,three_rule_comb2,49,"[':', ':', '*']",(~ : *],0,1 +1106,1106,12,symb,three_rule_comb2,50,"['~', '>', '>']",~ ! >],0,1 +1106,1106,12,symb,three_rule_comb2,51,"['(', '*', '!']",> * !],0,1 +1106,1106,12,symb,three_rule_comb2,52,"['<', '(', '&']",< ( %,0,1 +1106,1106,12,symb,three_rule_comb2,53,"['&', '&', '(']",> & (],0,1 +1106,1106,12,symb,three_rule_comb2,54,"['<', '*', '(']",* ! (,0,1 +1106,1106,12,symb,three_rule_comb2,55,"[':', '~', ':']",% $ :],0,1 +1106,1106,12,symb,three_rule_comb2,56,"['*', '!', '!']",* ! ~,0,1 +1106,1106,12,symb,three_rule_comb2,57,"['&', '*', ':']",: * :],0,1 +1106,1106,12,symb,three_rule_comb2,58,"['!', '*', ':']",! * %,0,1 +1106,1106,12,symb,three_rule_comb2,59,"['&', '~', '(']",& ~ %],0,1 +1106,1106,12,symb,three_rule_comb2,60,"['$', '<', '&']",$ < >],0,1 +1106,1106,12,symb,three_rule_comb2,61,"['>', '>', '>']",> > >],1,1 +1106,1106,12,symb,three_rule_comb2,62,"[':', '~', '*']",: & *],0,1 +1106,1106,12,symb,three_rule_comb2,63,"['~', '<', '>']",~ : >],0,1 +1106,1106,12,symb,three_rule_comb2,64,"['&', '*', '*']",& * <],0,1 +1106,1106,12,symb,three_rule_comb2,65,"['!', '%', '~']",! % ),0,1 +1106,1106,12,symb,three_rule_comb2,66,"['$', '!', '$']",$ ! $],1,1 +1106,1106,12,symb,three_rule_comb2,67,"['$', ':', '$']",& : $],0,1 +1106,1106,12,symb,three_rule_comb2,68,"['~', '%', '%']",~ % %,1,1 +1106,1106,12,symb,three_rule_comb2,69,"['$', '$', '>']",$ $ !],0,1 +1106,1106,12,symb,three_rule_comb2,70,"['(', '>', '(']",( > ?),0,1 +1106,1106,12,symb,three_rule_comb2,71,"['%', '&', '<']",% > <,0,1 +1106,1106,12,symb,three_rule_comb2,72,"['(', '%', '&']",% * &],0,1 +1106,1106,12,symb,three_rule_comb2,73,"['&', '!', '~']",$ ! ~],0,1 +1106,1106,12,symb,three_rule_comb2,74,"['<', ':', ':']",< % :],0,1 +1106,1106,12,symb,three_rule_comb2,75,"['>', '!', '%']",! < %],0,1 +1106,1106,12,symb,three_rule_comb2,76,"['*', '$', '>']",> $ >],0,1 +1106,1106,12,symb,three_rule_comb2,77,"['&', '$', ':']",$ $ :,0,1 +1106,1106,12,symb,three_rule_comb2,78,"['&', ':', ':']",& < :],0,1 +1106,1106,12,symb,three_rule_comb2,79,"['>', '(', '>']",< $ >],0,1 +1106,1106,12,symb,three_rule_comb2,80,"['>', '$', '>']",> & <],0,1 +1106,1106,12,symb,three_rule_comb2,81,"['>', '%', '~']",> % %],0,1 +1106,1106,12,symb,three_rule_comb2,82,"['(', '*', '*']",# * *,0,1 +1106,1106,12,symb,three_rule_comb2,83,"['~', '%', '>']",> % >],0,1 +1106,1106,12,symb,three_rule_comb2,84,"['<', '(', '*']",% ( *,0,1 +1106,1106,12,symb,three_rule_comb2,85,"[':', '~', '%']",: ~ %],1,1 +1106,1106,12,symb,three_rule_comb2,86,"['>', ':', '(']",: : (,0,1 +1106,1106,12,symb,three_rule_comb2,87,"['%', '!', ':']",* ! :],0,1 +1106,1106,12,symb,three_rule_comb2,88,"[':', '$', '$']",: $ &],0,1 +1106,1106,12,symb,three_rule_comb2,89,"['(', '*', '*']",( * ~],0,1 +1106,1106,12,symb,three_rule_comb2,90,"['<', '>', '~']",< ! (],0,1 +1106,1106,12,symb,three_rule_comb2,91,"['<', '%', '&']",< : &,0,1 +1106,1106,12,symb,three_rule_comb2,92,"['<', '<', '*']",< & *],0,1 +1106,1106,12,symb,three_rule_comb2,93,"['(', '<', '&']",( < <],0,1 +1106,1106,12,symb,three_rule_comb2,94,"['&', ':', '~']",& % ~],0,1 +1106,1106,12,symb,three_rule_comb2,95,"['(', ':', '$']",( % $],0,1 +1106,1106,12,symb,three_rule_comb2,96,"['~', ':', '~']",~ : *],0,1 +1106,1106,12,symb,three_rule_comb2,97,"['>', '!', '(']",% ! &,0,1 +1106,1106,12,symb,three_rule_comb2,98,"['(', '&', ':']",> & :],0,1 +1106,1106,12,symb,three_rule_comb2,99,"[':', '%', ':']",: % :],1,1 +1106,1106,12,symb,three_rule_comb3,0,"['<', '&', '>']",< & >],1,1 +1106,1106,12,symb,three_rule_comb3,1,"['*', '&', '*']",* & *],1,1 +1106,1106,12,symb,three_rule_comb3,2,"['~', '!', '>']",~ ! >,1,1 +1106,1106,12,symb,three_rule_comb3,3,"['(', ':', '$']",( : $],1,1 +1106,1106,12,symb,three_rule_comb3,4,"['%', '<', '(']",% < >,0,1 +1106,1106,12,symb,three_rule_comb3,5,"['(', '&', '(']",( & (,1,1 +1106,1106,12,symb,three_rule_comb3,6,"['(', '>', ':']",( > > :],0,1 +1106,1106,12,symb,three_rule_comb3,7,"['$', '%', '~']",% ~ :],0,1 +1106,1106,12,symb,three_rule_comb3,8,"['$', '%', '<']",$ % <],1,1 +1106,1106,12,symb,three_rule_comb3,9,"['$', '%', '(']",$ % (],1,1 +1106,1106,12,symb,three_rule_comb3,10,"['~', '*', '>']",~ * >],1,1 +1106,1106,12,symb,three_rule_comb3,11,"['%', '>', '<']",% < <,0,1 +1106,1106,12,symb,three_rule_comb3,12,"['!', '%', ':']",! % :],1,1 +1106,1106,12,symb,three_rule_comb3,13,"['*', '~', '$']",* ~ $],1,1 +1106,1106,12,symb,three_rule_comb3,14,"['(', '!', '<']",( ! < <],0,1 +1106,1106,12,symb,three_rule_comb3,15,"['&', '!', '$']",& ! $],1,1 +1106,1106,12,symb,three_rule_comb3,16,"['&', '$', '~']",& $ ~],1,1 +1106,1106,12,symb,three_rule_comb3,17,"[':', '$', '$']",: $ ~],0,1 +1106,1106,12,symb,three_rule_comb3,18,"['<', '<', '$']",< < $,1,1 +1106,1106,12,symb,three_rule_comb3,19,"['>', '*', '&']",> * &],1,1 +1106,1106,12,symb,three_rule_comb3,20,"['$', '<', '(']",$ < (,1,1 +1106,1106,12,symb,three_rule_comb3,21,"['!', '!', '*']",* ! *],0,1 +1106,1106,12,symb,three_rule_comb3,22,"['(', '>', '~']",~ > %],0,1 +1106,1106,12,symb,three_rule_comb3,23,"['!', '!', '$']",! : $,0,1 +1106,1106,12,symb,three_rule_comb3,24,"['%', '&', '(']",(% ~ &),0,1 +1106,1106,12,symb,three_rule_comb3,25,"['&', '~', ':']",& ~ :],1,1 +1106,1106,12,symb,three_rule_comb3,26,"['<', '>', ':']",< > %],0,1 +1106,1106,12,symb,three_rule_comb3,27,"['&', '&', '!']",& ! :],0,1 +1106,1106,12,symb,three_rule_comb3,28,"['(', '%', '(']",( % *,0,1 +1106,1106,12,symb,three_rule_comb3,29,"['%', '~', '>']",% ~ >],1,1 +1106,1106,12,symb,three_rule_comb3,30,"['<', '&', '$']",< & $],1,1 +1106,1106,12,symb,three_rule_comb3,31,"['~', '(', ':']",$ > (],0,1 +1106,1106,12,symb,three_rule_comb3,32,"['$', '!', '%']",% * !],0,1 +1106,1106,12,symb,three_rule_comb3,33,"['$', '$', '<']",$ * <],0,1 +1106,1106,12,symb,three_rule_comb3,34,"['$', '(', ':']",$ ( :],1,1 +1106,1106,12,symb,three_rule_comb3,35,"['!', '!', ':']",! ! :],1,1 +1106,1106,12,symb,three_rule_comb3,36,"['&', '~', '!']",& ~ !],1,1 +1106,1106,12,symb,three_rule_comb3,37,"['(', '<', '>']",< % <,0,1 +1106,1106,12,symb,three_rule_comb3,38,"[':', '>', '$']",: * $],0,1 +1106,1106,12,symb,three_rule_comb3,39,"['!', ':', '!']",! : !],1,1 +1106,1106,12,symb,three_rule_comb3,40,"['%', '%', '$']",$ % *,0,1 +1106,1106,12,symb,three_rule_comb3,41,"['<', '*', '*']",* & *,0,1 +1106,1106,12,symb,three_rule_comb3,42,"['$', '&', '~']",$ & ~],1,1 +1106,1106,12,symb,three_rule_comb3,43,"['!', '(', '!']",( < !,0,1 +1106,1106,12,symb,three_rule_comb3,44,"[':', '$', ':']",: $ :],1,1 +1106,1106,12,symb,three_rule_comb3,45,"['$', '$', '%']",% ~ $],0,1 +1106,1106,12,symb,three_rule_comb3,46,"['%', '<', '&']",% < &],1,1 +1106,1106,12,symb,three_rule_comb3,47,"['~', '(', '*']",( > !,0,1 +1106,1106,12,symb,three_rule_comb3,48,"['>', '>', ':']",> ! :],0,1 +1106,1106,12,symb,three_rule_comb3,49,"['$', '$', '(']",$ : (],0,1 +1106,1106,12,symb,three_rule_comb3,50,"['&', '~', '<']",& % <],0,1 +1106,1106,12,symb,three_rule_comb3,51,"['$', '%', ':']",$ % :],1,1 +1106,1106,12,symb,three_rule_comb3,52,"['(', '(', '~']",< & ~],0,1 +1106,1106,12,symb,three_rule_comb3,53,"['~', '%', '&']",~ % &],1,1 +1106,1106,12,symb,three_rule_comb3,54,"['%', '>', '<']",% % <],0,1 +1106,1106,12,symb,three_rule_comb3,55,"['(', '*', '!']",( * !],1,1 +1106,1106,12,symb,three_rule_comb3,56,"['$', '!', '>']",$ ! >],1,1 +1106,1106,12,symb,three_rule_comb3,57,"['~', '!', '!']",~ ! $],0,1 +1106,1106,12,symb,three_rule_comb3,58,"['<', '&', '&']",< & %,0,1 +1106,1106,12,symb,three_rule_comb3,59,"['&', '~', '&']",& ~ &],1,1 +1106,1106,12,symb,three_rule_comb3,60,"['~', '&', '%']",~ & %],1,1 +1106,1106,12,symb,three_rule_comb3,61,"[':', '(', ':']",% ~ :],0,1 +1106,1106,12,symb,three_rule_comb3,62,"['<', '(', '>']",< > >],0,1 +1106,1106,12,symb,three_rule_comb3,63,"['~', '!', '!']",~ ! !],1,1 +1106,1106,12,symb,three_rule_comb3,64,"['!', '%', '>']",! % >,1,1 +1106,1106,12,symb,three_rule_comb3,65,"['>', '>', '$']",> > $],1,1 +1106,1106,12,symb,three_rule_comb3,66,"[':', '>', '~']",: $ ~],0,1 +1106,1106,12,symb,three_rule_comb3,67,"['&', ':', '~']",&,0,1 +1106,1106,12,symb,three_rule_comb3,68,"['*', '!', '*']",* ! *],1,1 +1106,1106,12,symb,three_rule_comb3,69,"[':', '<', '(']",: < (],1,1 +1106,1106,12,symb,three_rule_comb3,70,"[':', '~', '*']",: ~ *],1,1 +1106,1106,12,symb,three_rule_comb3,71,"['&', '$', '(']",& $ (],1,1 +1106,1106,12,symb,three_rule_comb3,72,"['!', '*', '~']",! ! ~],0,1 +1106,1106,12,symb,three_rule_comb3,73,"['$', ':', '%']",$ : %],1,1 +1106,1106,12,symb,three_rule_comb3,74,"['>', ':', '!']",>% &],0,1 +1106,1106,12,symb,three_rule_comb3,75,"['(', '&', '(']",( & %],0,1 +1106,1106,12,symb,three_rule_comb3,76,"['!', '<', '(']",! < (,1,1 +1106,1106,12,symb,three_rule_comb3,77,"['~', '$', '!']",~ $ !],1,1 +1106,1106,12,symb,three_rule_comb3,78,"['&', '<', '$']",$ > <,0,1 +1106,1106,12,symb,three_rule_comb3,79,"['!', ':', '~']",! : ~],1,1 +1106,1106,12,symb,three_rule_comb3,80,"['(', '<', '&']",* : $],0,1 +1106,1106,12,symb,three_rule_comb3,81,"['$', '&', '~']",$ & ~],1,1 +1106,1106,12,symb,three_rule_comb3,82,"['&', '<', '$']",$ < ~,0,1 +1106,1106,12,symb,three_rule_comb3,83,"['$', '&', '>']",$ & >],1,1 +1106,1106,12,symb,three_rule_comb3,84,"['~', '&', '!']",~ & !],1,1 +1106,1106,12,symb,three_rule_comb3,85,"['!', '%', '~']",! % ~,1,1 +1106,1106,12,symb,three_rule_comb3,86,"['>', '~', '*']",> ~ *],1,1 +1106,1106,12,symb,three_rule_comb3,87,"['>', '~', '~']",> ~ ~],1,1 +1106,1106,12,symb,three_rule_comb3,88,"['>', '>', '>']",> > >],1,1 +1106,1106,12,symb,three_rule_comb3,89,"['&', '(', '$']",& ( $],1,1 +1106,1106,12,symb,three_rule_comb3,90,"['(', '$', '!']",( $ !],1,1 +1106,1106,12,symb,three_rule_comb3,91,"['&', '%', ':']",& % :],1,1 +1106,1106,12,symb,three_rule_comb3,92,"['*', '(', '>']",* % >],0,1 +1106,1106,12,symb,three_rule_comb3,93,"['(', '&', '$']",$ < &,0,1 +1106,1106,12,symb,three_rule_comb3,94,"['~', '%', '<']",~ % <],1,1 +1106,1106,12,symb,three_rule_comb3,95,"['>', '$', '>']",> $ %],0,1 +1106,1106,12,symb,three_rule_comb3,96,"['(', '(', '&']",( ( &],1,1 +1106,1106,12,symb,three_rule_comb3,97,"['~', '&', '<']",~ & <],1,1 +1106,1106,12,symb,three_rule_comb3,98,"['%', ':', '*']",*,0,1 +1106,1106,12,symb,three_rule_comb3,99,"['%', '~', '*']",% ~ *,1,1 +1106,1106,12,symb,three_rule_comb4,0,"[':', '>', '%']",% > %],0,1 +1106,1106,12,symb,three_rule_comb4,1,"['>', '$', '(']",> ~ (],0,1 +1106,1106,12,symb,three_rule_comb4,2,"['$', '!', '&']",! ~ &],0,1 +1106,1106,12,symb,three_rule_comb4,3,"['$', '>', '%']",$ > ~],0,1 +1106,1106,12,symb,three_rule_comb4,4,"['$', ':', '!']",& > !],0,1 +1106,1106,12,symb,three_rule_comb4,5,"['(', ':', '<']",( > <),0,1 +1106,1106,12,symb,three_rule_comb4,6,"['$', '!', '~']",~ ! ~],0,1 +1106,1106,12,symb,three_rule_comb4,7,"['*', '<', ':']",* * :],0,1 +1106,1106,12,symb,three_rule_comb4,8,"['~', '%', '<']",> ! <],0,1 +1106,1106,12,symb,three_rule_comb4,9,"['%', '&', '$']",% % ),0,1 +1106,1106,12,symb,three_rule_comb4,10,"[':', '&', '<']",: & :],0,1 +1106,1106,12,symb,three_rule_comb4,11,"['>', '!', ':']",* ~ <],0,1 +1106,1106,12,symb,three_rule_comb4,12,"['(', '!', '!']",~ ! :],0,1 +1106,1106,12,symb,three_rule_comb4,13,"['%', ':', '%']",% % %],0,1 +1106,1106,12,symb,three_rule_comb4,14,"['!', '%', '$']",! $ $],0,1 +1106,1106,12,symb,three_rule_comb4,15,"['$', ':', ':']",$ % *],0,1 +1106,1106,12,symb,three_rule_comb4,16,"['%', '%', '%']",! % *],0,1 +1106,1106,12,symb,three_rule_comb4,17,"['*', '>', '&']",* > %,0,1 +1106,1106,12,symb,three_rule_comb4,18,"['>', '(', '*']",! ( *],0,1 +1106,1106,12,symb,three_rule_comb4,19,"['<', '(', '<']",& ( <,0,1 +1106,1106,12,symb,three_rule_comb4,20,"['*', '<', '*']",* > *],0,1 +1106,1106,12,symb,three_rule_comb4,21,"['!', '!', '(']",! > $],0,1 +1106,1106,12,symb,three_rule_comb4,22,"['<', '%', '!']",< ! !],0,1 +1106,1106,12,symb,three_rule_comb4,23,"['!', '%', ':']",! : *],0,1 +1106,1106,12,symb,three_rule_comb4,24,"['<', ':', '%']",< * %],0,1 +1106,1106,12,symb,three_rule_comb4,25,"['*', '&', '*']",* < *],0,1 +1106,1106,12,symb,three_rule_comb4,26,"['*', '>', '*']",* ) )],0,1 +1106,1106,12,symb,three_rule_comb4,27,"['<', '$', ':']",&,0,1 +1106,1106,12,symb,three_rule_comb4,28,"['*', '>', '<']",* ! <],0,1 +1106,1106,12,symb,three_rule_comb4,29,"['<', '<', '&']",< : &],0,1 +1106,1106,12,symb,three_rule_comb4,30,"['(', '(', '&']",% :],0,1 +1106,1106,12,symb,three_rule_comb4,31,"['&', '!', '(']",& ! >],0,1 +1106,1106,12,symb,three_rule_comb4,32,"['<', '$', '!']",< ~ !],0,1 +1106,1106,12,symb,three_rule_comb4,33,"['%', ':', '%']",% : ~],0,1 +1106,1106,12,symb,three_rule_comb4,34,"['~', '~', ':']",% ~ >],0,1 +1106,1106,12,symb,three_rule_comb4,35,"['&', '*', ':']",& * <],0,1 +1106,1106,12,symb,three_rule_comb4,36,"['<', ':', '!']",< > !],0,1 +1106,1106,12,symb,three_rule_comb4,37,"['*', '%', '&']",> % &],0,1 +1106,1106,12,symb,three_rule_comb4,38,"['&', '(', '~']",* ( *],0,1 +1106,1106,12,symb,three_rule_comb4,39,"['<', '(', ':']",< % :],0,1 +1106,1106,12,symb,three_rule_comb4,40,"['&', '~', '&']",$ & <],0,1 +1106,1106,12,symb,three_rule_comb4,41,"['>', '!', ':']",> ! (],0,1 +1106,1106,12,symb,three_rule_comb4,42,"[':', '(', '<']",: ( *],0,1 +1106,1106,12,symb,three_rule_comb4,43,"['<', '!', ':']",< ! %,0,1 +1106,1106,12,symb,three_rule_comb4,44,"['>', '&', '$']",> ( $],0,1 +1106,1106,12,symb,three_rule_comb4,45,"['>', ':', '(']",> % :],0,1 +1106,1106,12,symb,three_rule_comb4,46,"['*', '*', '&']",~ & &],0,1 +1106,1106,12,symb,three_rule_comb4,47,"['$', '$', ':']",< $ :],0,1 +1106,1106,12,symb,three_rule_comb4,48,"['%', '*', '!']",! % %],0,1 +1106,1106,12,symb,three_rule_comb4,49,"['&', '~', '$']",$ > $],0,1 +1106,1106,12,symb,three_rule_comb4,50,"['(', ':', '<']",( : *],0,1 +1106,1106,12,symb,three_rule_comb4,51,"[':', ':', '~']",: * ~],0,1 +1106,1106,12,symb,three_rule_comb4,52,"[':', '(', '%']",% > ~],0,1 +1106,1106,12,symb,three_rule_comb4,53,"['%', '$', '$']",% $ !],0,1 +1106,1106,12,symb,three_rule_comb4,54,"['!', '(', '>']",! % >],0,1 +1106,1106,12,symb,three_rule_comb4,55,"['(', '>', '~']",: > ~],0,1 +1106,1106,12,symb,three_rule_comb4,56,"['>', '<', '<']",> : <],0,1 +1106,1106,12,symb,three_rule_comb4,57,"['~', '>', '&']",> ! &],0,1 +1106,1106,12,symb,three_rule_comb4,58,"['*', '$', '$']",* $ %,0,1 +1106,1106,12,symb,three_rule_comb4,59,"['<', '!', '<']",* % *,0,1 +1106,1106,12,symb,three_rule_comb4,60,"['%', ':', '(']",% < (],0,1 +1106,1106,12,symb,three_rule_comb4,61,"['*', '!', ':']",~ ! :],0,1 +1106,1106,12,symb,three_rule_comb4,62,"[':', '&', '$']",$ & <],0,1 +1106,1106,12,symb,three_rule_comb4,63,"['%', '>', '(']",% > !,0,1 +1106,1106,12,symb,three_rule_comb4,64,"['<', '$', '*']",$ * >,0,1 +1106,1106,12,symb,three_rule_comb4,65,"['~', '~', '*']",< < *],0,1 +1106,1106,12,symb,three_rule_comb4,66,"[':', '%', '%']",: % ~],0,1 +1106,1106,12,symb,three_rule_comb4,67,"['~', '$', '$']",~ $ ~],0,1 +1106,1106,12,symb,three_rule_comb4,68,"['%', '$', '(']",% $ !],0,1 +1106,1106,12,symb,three_rule_comb4,69,"['<', ':', '~']",< ! ~],0,1 +1106,1106,12,symb,three_rule_comb4,70,"['%', '!', '<']",% ! <],1,1 +1106,1106,12,symb,three_rule_comb4,71,"['!', '*', ':']",> * :],0,1 +1106,1106,12,symb,three_rule_comb4,72,"['>', '>', '(']",> ! >],0,1 +1106,1106,12,symb,three_rule_comb4,73,"['&', '>', '*']",& ( *],0,1 +1106,1106,12,symb,three_rule_comb4,74,"['%', '>', '<']",% > ~,0,1 +1106,1106,12,symb,three_rule_comb4,75,"['%', '!', '!']",~ * !],0,1 +1106,1106,12,symb,three_rule_comb4,76,"['<', '$', '<']",< $ $],0,1 +1106,1106,12,symb,three_rule_comb4,77,"[':', '*', '$']",* $ $],0,1 +1106,1106,12,symb,three_rule_comb4,78,"['<', '&', '&']",< & >,0,1 +1106,1106,12,symb,three_rule_comb4,79,"['~', '>', '<']",% : >,0,1 +1106,1106,12,symb,three_rule_comb4,80,"['(', '(', '%']",( : :],0,1 +1106,1106,12,symb,three_rule_comb4,81,"[':', '(', '>']",: ( ~],0,1 +1106,1106,12,symb,three_rule_comb4,82,"['$', '%', '*']",$ % <],0,1 +1106,1106,12,symb,three_rule_comb4,83,"['<', '!', '$']",< ! &,0,1 +1106,1106,12,symb,three_rule_comb4,84,"['(', '*', ':']",: * :],0,1 +1106,1106,12,symb,three_rule_comb4,85,"[':', '*', '(']",% : ),0,1 +1106,1106,12,symb,three_rule_comb4,86,"['*', ':', ':']",* % :],0,1 +1106,1106,12,symb,three_rule_comb4,87,"['!', '~', '<']",$ : ),0,1 +1106,1106,12,symb,three_rule_comb4,88,"[':', '>', '<']",: ( <],0,1 +1106,1106,12,symb,three_rule_comb4,89,"['$', '$', '<']",$ * %],0,1 +1106,1106,12,symb,three_rule_comb4,90,"[':', '~', '*']",: * $],0,1 +1106,1106,12,symb,three_rule_comb4,91,"['<', '~', '&']",< ~ $],0,1 +1106,1106,12,symb,three_rule_comb4,92,"['*', '$', '(']",* ! (],0,1 +1106,1106,12,symb,three_rule_comb4,93,"['(', '$', '~']",& $ !],0,1 +1106,1106,12,symb,three_rule_comb4,94,"['<', '(', '<']",< > <],0,1 +1106,1106,12,symb,three_rule_comb4,95,"['>', '*', '~']",! * ~],0,1 +1106,1106,12,symb,three_rule_comb4,96,"['<', '&', '>']",< & !],0,1 +1106,1106,12,symb,three_rule_comb4,97,"['<', '&', '&']",< & >,0,1 +1106,1106,12,symb,three_rule_comb4,98,"['%', '>', ':']",& > :],0,1 +1106,1106,12,symb,three_rule_comb4,99,"['(', '%', '$']",$ % !,0,1 +1106,1106,12,symb,three_rule_comb5,0,"['<', '%', '>']",< ! (],0,1 +1106,1106,12,symb,three_rule_comb5,1,"['!', '!', '&']",! ~ >,0,1 +1106,1106,12,symb,three_rule_comb5,2,"['<', '!', '&']",* ~ &,0,1 +1106,1106,12,symb,three_rule_comb5,3,"['<', '$', '*']",< & ~],0,1 +1106,1106,12,symb,three_rule_comb5,4,"['%', '*', '(']",: ~ (],0,1 +1106,1106,12,symb,three_rule_comb5,5,"['$', '*', ':']",? * %],0,1 +1106,1106,12,symb,three_rule_comb5,6,"['*', ':', '>']",* % !],0,1 +1106,1106,12,symb,three_rule_comb5,7,"[':', '(', '<']",: % $],0,1 +1106,1106,12,symb,three_rule_comb5,8,"['>', '(', '>']",> : !],0,1 +1106,1106,12,symb,three_rule_comb5,9,"['~', '&', '<']",* ( :],0,1 +1106,1106,12,symb,three_rule_comb5,10,"['<', '<', '~']",* < !,0,1 +1106,1106,12,symb,three_rule_comb5,11,"['*', '(', ':']",> ( <],0,1 +1106,1106,12,symb,three_rule_comb5,12,"['%', '~', '%']",(& ~ !),0,1 +1106,1106,12,symb,three_rule_comb5,13,"['$', '(', '%']",! ( !],0,1 +1106,1106,12,symb,three_rule_comb5,14,"['~', '!', '*']",* > &],0,1 +1106,1106,12,symb,three_rule_comb5,15,"['%', '$', ':']",% < %],0,1 +1106,1106,12,symb,three_rule_comb5,16,"['>', '<', '~']",! ( !],0,1 +1106,1106,12,symb,three_rule_comb5,17,"['%', '&', '>']",% > (],0,1 +1106,1106,12,symb,three_rule_comb5,18,"['&', '(', '&']",& > (],0,1 +1106,1106,12,symb,three_rule_comb5,19,"['%', '&', '%']",% & %],1,1 +1106,1106,12,symb,three_rule_comb5,20,"['(', '(', '$']",(> : &),0,1 +1106,1106,12,symb,three_rule_comb5,21,"['&', '>', '(']",& : (],0,1 +1106,1106,12,symb,three_rule_comb5,22,"['$', '(', '(']",& ( %],0,1 +1106,1106,12,symb,three_rule_comb5,23,"['<', '(', '%']",< % (],0,1 +1106,1106,12,symb,three_rule_comb5,24,"['~', '%', '(']",! ! (],0,1 +1106,1106,12,symb,three_rule_comb5,25,"[':', '~', '&']",( ~ ),0,1 +1106,1106,12,symb,three_rule_comb5,26,"['>', '(', ':']",? % :],0,1 +1106,1106,12,symb,three_rule_comb5,27,"['$', '!', '~']",< ! *],0,1 +1106,1106,12,symb,three_rule_comb5,28,"['(', ':', '!']",: > !],0,1 +1106,1106,12,symb,three_rule_comb5,29,"['$', ':', '%']",$ % (],0,1 +1106,1106,12,symb,three_rule_comb5,30,"['<', '$', '<']",$ ( :],0,1 +1106,1106,12,symb,three_rule_comb5,31,"['<', '(', '(']",: % >],0,1 +1106,1106,12,symb,three_rule_comb5,32,"['<', '<', '$']",< $ <],0,1 +1106,1106,12,symb,three_rule_comb5,33,"['>', '&', ':']",% & %],0,1 +1106,1106,12,symb,three_rule_comb5,34,"['(', '%', '<']",< : &],0,1 +1106,1106,12,symb,three_rule_comb5,35,"['<', '$', '*']",$ < *],0,1 +1106,1106,12,symb,three_rule_comb5,36,"['&', '*', '*']",( * *,0,1 +1106,1106,12,symb,three_rule_comb5,37,"['<', '*', '>']",: * (],0,1 +1106,1106,12,symb,three_rule_comb5,38,"['!', '$', '&']",! & <],0,1 +1106,1106,12,symb,three_rule_comb5,39,"['!', ':', '$']",> * $],0,1 +1106,1106,12,symb,three_rule_comb5,40,"['%', '%', '%']",% ( :],0,1 +1106,1106,12,symb,three_rule_comb5,41,"['>', '%', '!']",> ~ ~,0,1 +1106,1106,12,symb,three_rule_comb5,42,"['!', '~', ':']",* < %,0,1 +1106,1106,12,symb,three_rule_comb5,43,"['<', '&', '%']",$ & :],0,1 +1106,1106,12,symb,three_rule_comb5,44,"['~', '(', '$']",~ % &],0,1 +1106,1106,12,symb,three_rule_comb5,45,"['<', '!', '%']",& ! !],0,1 +1106,1106,12,symb,three_rule_comb5,46,"['!', '!', ':']",> ! %],0,1 +1106,1106,12,symb,three_rule_comb5,47,"['$', '$', ':']",$ < $,0,1 +1106,1106,12,symb,three_rule_comb5,48,"['<', '!', '(']",$,0,1 +1106,1106,12,symb,three_rule_comb5,49,"['!', '(', '$']",! % &,0,1 +1106,1106,12,symb,three_rule_comb5,50,"['*', '&', '>']",< & (],0,1 +1106,1106,12,symb,three_rule_comb5,51,"['*', '*', '<']",$ * :],0,1 +1106,1106,12,symb,three_rule_comb5,52,"['&', '(', '$']",* ~ $],0,1 +1106,1106,12,symb,three_rule_comb5,53,"['&', '<', '$']",> < ~],0,1 +1106,1106,12,symb,three_rule_comb5,54,"['%', ':', ':']",: % *],0,1 +1106,1106,12,symb,three_rule_comb5,55,"['%', '<', '$']",% : !],0,1 +1106,1106,12,symb,three_rule_comb5,56,"['%', '~', '*']",* & *],0,1 +1106,1106,12,symb,three_rule_comb5,57,"['(', '!', '&']",(% ! <),0,1 +1106,1106,12,symb,three_rule_comb5,58,"['%', '~', '$']",% > >],0,1 +1106,1106,12,symb,three_rule_comb5,59,"[':', '>', '%']",: ! :],0,1 +1106,1106,12,symb,three_rule_comb5,60,"['&', '(', '>']",$ : >,0,1 +1106,1106,12,symb,three_rule_comb5,61,"['>', '(', '&']",> % $,0,1 +1106,1106,12,symb,three_rule_comb5,62,"['(', '%', '(']",( % : ],0,1 +1106,1106,12,symb,three_rule_comb5,63,"['$', '%', '&']",$ # &],0,1 +1106,1106,12,symb,three_rule_comb5,64,"['>', '%', ':']",! : :],0,1 +1106,1106,12,symb,three_rule_comb5,65,"['!', '(', ':']",> ( <],0,1 +1106,1106,12,symb,three_rule_comb5,66,"['$', '&', '%']",& % %],0,1 +1106,1106,12,symb,three_rule_comb5,67,"['&', '&', '<']",* & >,0,1 +1106,1106,12,symb,three_rule_comb5,68,"['!', '<', '!']",> : !],0,1 +1106,1106,12,symb,three_rule_comb5,69,"['!', '(', '(']",> : $],0,1 +1106,1106,12,symb,three_rule_comb5,70,"['!', '*', '<']",> * :],0,1 +1106,1106,12,symb,three_rule_comb5,71,"['%', '<', '<']",! < :],0,1 +1106,1106,12,symb,three_rule_comb5,72,"['<', '$', '>']",* < >,0,1 +1106,1106,12,symb,three_rule_comb5,73,"['$', '$', '!']",& $ >],0,1 +1106,1106,12,symb,three_rule_comb5,74,"[':', '(', '<']",% ~ !,0,1 +1106,1106,12,symb,three_rule_comb5,75,"['!', '<', ':']",! ~ ~,0,1 +1106,1106,12,symb,three_rule_comb5,76,"['(', '!', '!']",( ! >),0,1 +1106,1106,12,symb,three_rule_comb5,77,"[':', '%', '~']",? % ~],0,1 +1106,1106,12,symb,three_rule_comb5,78,"[':', '~', '>']",% * >,0,1 +1106,1106,12,symb,three_rule_comb5,79,"['$', '&', '%']",> ! :],0,1 +1106,1106,12,symb,three_rule_comb5,80,"['%', '$', '<']",$ ! *],0,1 +1106,1106,12,symb,three_rule_comb5,81,"['(', '!', '*']",%,0,1 +1106,1106,12,symb,three_rule_comb5,82,"['*', ':', '~']",* % ],0,1 +1106,1106,12,symb,three_rule_comb5,83,"['&', '>', '~']",( > !,0,1 +1106,1106,12,symb,three_rule_comb5,84,"['$', '%', '$']",< % &],0,1 +1106,1106,12,symb,three_rule_comb5,85,"['<', '%', '<']",< $],0,1 +1106,1106,12,symb,three_rule_comb5,86,"['&', '%', '>']",& : !],0,1 +1106,1106,12,symb,three_rule_comb5,87,"[':', '(', ':']",> % *],0,1 +1106,1106,12,symb,three_rule_comb5,88,"['$', '*', '>']",< * !],0,1 +1106,1106,12,symb,three_rule_comb5,89,"['%', '*', '<']",: * &,0,1 +1106,1106,12,symb,three_rule_comb5,90,"['>', '<', '*']",! $ *],0,1 +1106,1106,12,symb,three_rule_comb5,91,"['%', ':', '*']",% < <],0,1 +1106,1106,12,symb,three_rule_comb5,92,"['&', '%', '$']",* & *],0,1 +1106,1106,12,symb,three_rule_comb5,93,"['%', '&', ':']",# < :],0,1 +1106,1106,12,symb,three_rule_comb5,94,"['!', '(', '&']",% $ $],0,1 +1106,1106,12,symb,three_rule_comb5,95,"['(', '$', '*']",% & *,0,1 +1106,1106,12,symb,three_rule_comb5,96,"['$', '$', '<']",* $ >],0,1 +1106,1106,12,symb,three_rule_comb5,97,"[':', '$', '&']",% < &],0,1 +1106,1106,12,symb,three_rule_comb5,98,"['(', '*', '(']",: ~ <],0,1 +1106,1106,12,symb,three_rule_comb5,99,"['(', '~', '(']",( * %],0,1 +1106,1106,12,symb,three_rule_comb6,0,"['%', '&', '~']",% & ~],1,1 +1106,1106,12,symb,three_rule_comb6,1,"['>', '&', '$']",> & $],1,1 +1106,1106,12,symb,three_rule_comb6,2,"['&', '%', '*']",% * !],0,1 +1106,1106,12,symb,three_rule_comb6,3,"['!', '&', '$']",& % $],0,1 +1106,1106,12,symb,three_rule_comb6,4,"['*', '<', '!']",* < !],1,1 +1106,1106,12,symb,three_rule_comb6,5,"['*', '%', '$']",* % $],1,1 +1106,1106,12,symb,three_rule_comb6,6,"['<', '%', '$']",< % $],1,1 +1106,1106,12,symb,three_rule_comb6,7,"['~', '*', '>']",~ * >],1,1 +1106,1106,12,symb,three_rule_comb6,8,"['(', '$', '&']",( $ &],1,1 +1106,1106,12,symb,three_rule_comb6,9,"['<', '<', '&']",< < &,1,1 +1106,1106,12,symb,three_rule_comb6,10,"['!', '&', ':']",! & :],1,1 +1106,1106,12,symb,three_rule_comb6,11,"['%', '<', '$']",$ < ~,0,1 +1106,1106,12,symb,three_rule_comb6,12,"['>', '&', '&']",> & %],0,1 +1106,1106,12,symb,three_rule_comb6,13,"['$', '&', '(']",$ & (,1,1 +1106,1106,12,symb,three_rule_comb6,14,"['(', '*', '$']",( * $],1,1 +1106,1106,12,symb,three_rule_comb6,15,"['$', '%', ':']",$ % :],1,1 +1106,1106,12,symb,three_rule_comb6,16,"['%', '<', '(']",% < (],1,1 +1106,1106,12,symb,three_rule_comb6,17,"['(', '<', '$']",( < $],1,1 +1106,1106,12,symb,three_rule_comb6,18,"['~', '$', '<']",$ % *,0,1 +1106,1106,12,symb,three_rule_comb6,19,"['~', '>', '*']",~ > *],1,1 +1106,1106,12,symb,three_rule_comb6,20,"['$', '(', '$']",$ ( $],1,1 +1106,1106,12,symb,three_rule_comb6,21,"['~', '$', ':']",~ $ <],0,1 +1106,1106,12,symb,three_rule_comb6,22,"[':', '!', '$']",: ! $],1,1 +1106,1106,12,symb,three_rule_comb6,23,"['$', '$', '<']",$ ~ <],0,1 +1106,1106,12,symb,three_rule_comb6,24,"['>', '~', '>']",> ~ >],1,1 +1106,1106,12,symb,three_rule_comb6,25,"['(', ':', ':']",! : >],0,1 +1106,1106,12,symb,three_rule_comb6,26,"['%', '>', ':']",% > :],1,1 +1106,1106,12,symb,three_rule_comb6,27,"['&', '(', '!']",& ( !],1,1 +1106,1106,12,symb,three_rule_comb6,28,"['~', '(', '~']",~ < (],0,1 +1106,1106,12,symb,three_rule_comb6,29,"['&', '*', '(']",& * (],1,1 +1106,1106,12,symb,three_rule_comb6,30,"[':', '$', '!']",: $ !,1,1 +1106,1106,12,symb,three_rule_comb6,31,"['<', '&', ':']",< & :],1,1 +1106,1106,12,symb,three_rule_comb6,32,"['(', '%', '(']",( % (],1,1 +1106,1106,12,symb,three_rule_comb6,33,"[':', '(', '&']",: ( >],0,1 +1106,1106,12,symb,three_rule_comb6,34,"['$', '<', '!']",$ % ~],0,1 +1106,1106,12,symb,three_rule_comb6,35,"['>', '*', '&']",% * &],0,1 +1106,1106,12,symb,three_rule_comb6,36,"['!', '(', '*']",! ( *],1,1 +1106,1106,12,symb,three_rule_comb6,37,"['%', '<', '%']",% < %],1,1 +1106,1106,12,symb,three_rule_comb6,38,"['&', '&', '*']",& & *],1,1 +1106,1106,12,symb,three_rule_comb6,39,"['*', '<', '!']",* < !,1,1 +1106,1106,12,symb,three_rule_comb6,40,"[':', '>', '<']",: > <,1,1 +1106,1106,12,symb,three_rule_comb6,41,"['<', ':', '<']",< : >,0,1 +1106,1106,12,symb,three_rule_comb6,42,"['*', '*', '(']",* * >],0,1 +1106,1106,12,symb,three_rule_comb6,43,"['%', '$', '&']",% $ &],1,1 +1106,1106,12,symb,three_rule_comb6,44,"['$', '~', '<']",$ ~ <],1,1 +1106,1106,12,symb,three_rule_comb6,45,"['%', '!', '&']",% ! &],1,1 +1106,1106,12,symb,three_rule_comb6,46,"['%', '%', '!']",% % !],1,1 +1106,1106,12,symb,three_rule_comb6,47,"['$', '<', '~']",$ < &],0,1 +1106,1106,12,symb,three_rule_comb6,48,"['$', '>', '!']",$ : *,0,1 +1106,1106,12,symb,three_rule_comb6,49,"[':', '~', '%']",: ~ %],1,1 +1106,1106,12,symb,three_rule_comb6,50,"['%', '&', '~']",% & ~],1,1 +1106,1106,12,symb,three_rule_comb6,51,"['(', '&', '*']",* < $,0,1 +1106,1106,12,symb,three_rule_comb6,52,"[':', '$', '!']",: $ !],1,1 +1106,1106,12,symb,three_rule_comb6,53,"['$', '%', '<']",$ % <],1,1 +1106,1106,12,symb,three_rule_comb6,54,"['(', '(', '~']",( ( %],0,1 +1106,1106,12,symb,three_rule_comb6,55,"['~', '*', '$']",~ * $],1,1 +1106,1106,12,symb,three_rule_comb6,56,"['(', ':', '&']",& : %],0,1 +1106,1106,12,symb,three_rule_comb6,57,"['*', '~', ':']",* $ :],0,1 +1106,1106,12,symb,three_rule_comb6,58,"['*', '<', '~']",* < !],0,1 +1106,1106,12,symb,three_rule_comb6,59,"['<', '<', '&']",< < &],1,1 +1106,1106,12,symb,three_rule_comb6,60,"[':', '&', '!']",: & !],1,1 +1106,1106,12,symb,three_rule_comb6,61,"['*', '~', '!']",* ~ !],1,1 +1106,1106,12,symb,three_rule_comb6,62,"['%', '<', '(']",% < (],1,1 +1106,1106,12,symb,three_rule_comb6,63,"['~', ':', '!']",~ : !],1,1 +1106,1106,12,symb,three_rule_comb6,64,"['~', '!', '&']",:% & ~],0,1 +1106,1106,12,symb,three_rule_comb6,65,"['&', '!', '~']",& ! ~],1,1 +1106,1106,12,symb,three_rule_comb6,66,"['~', '&', '~']",~ & ~],1,1 +1106,1106,12,symb,three_rule_comb6,67,"['~', ':', '$']",~ : $],1,1 +1106,1106,12,symb,three_rule_comb6,68,"['(', '&', '$']",% % %],0,1 +1106,1106,12,symb,three_rule_comb6,69,"['~', '$', '*']",~ $ *],1,1 +1106,1106,12,symb,three_rule_comb6,70,"['&', '!', '<']",& ! <],1,1 +1106,1106,12,symb,three_rule_comb6,71,"['*', '%', '!']",% < !],0,1 +1106,1106,12,symb,three_rule_comb6,72,"['%', '(', '>']",% ! >],0,1 +1106,1106,12,symb,three_rule_comb6,73,"['&', '~', '~']",& ~ ~],1,1 +1106,1106,12,symb,three_rule_comb6,74,"['!', '*', '~']",! * $,0,1 +1106,1106,12,symb,three_rule_comb6,75,"['!', '(', '>']",! ( >],1,1 +1106,1106,12,symb,three_rule_comb6,76,"[':', '%', '>']",: % >],1,1 +1106,1106,12,symb,three_rule_comb6,77,"['$', '!', '~']",$ ! :],0,1 +1106,1106,12,symb,three_rule_comb6,78,"['~', '%', ':']",~ % :],1,1 +1106,1106,12,symb,three_rule_comb6,79,"['~', '%', '%']",% ~ $],0,1 +1106,1106,12,symb,three_rule_comb6,80,"['!', '~', '!']",! ~ !],1,1 +1106,1106,12,symb,three_rule_comb6,81,"['&', '<', '%']",& < %],1,1 +1106,1106,12,symb,three_rule_comb6,82,"['&', '(', '<']",& ( <],1,1 +1106,1106,12,symb,three_rule_comb6,83,"['(', '$', '!']",( ~ !],0,1 +1106,1106,12,symb,three_rule_comb6,84,"[':', '>', '%']",: ! %],0,1 +1106,1106,12,symb,three_rule_comb6,85,"['&', '!', '$']",& ! $,1,1 +1106,1106,12,symb,three_rule_comb6,86,"['(', '>', '~']",( > ~],1,1 +1106,1106,12,symb,three_rule_comb6,87,"['&', '(', ':']",& ( :],1,1 +1106,1106,12,symb,three_rule_comb6,88,"['%', '<', ':']",% < :],1,1 +1106,1106,12,symb,three_rule_comb6,89,"[':', '!', '$']",: ! $],1,1 +1106,1106,12,symb,three_rule_comb6,90,"['<', '&', '*']",< & *],1,1 +1106,1106,12,symb,three_rule_comb6,91,"['>', '~', '$']",> ~ $],1,1 +1106,1106,12,symb,three_rule_comb6,92,"['!', '>', '$']",! > $],1,1 +1106,1106,12,symb,three_rule_comb6,93,"['$', ':', '&']",$ : &],1,1 +1106,1106,12,symb,three_rule_comb6,94,"['(', '$', '(']",( $ :],0,1 +1106,1106,12,symb,three_rule_comb6,95,"['(', '>', ':']",(: > :],0,1 +1106,1106,12,symb,three_rule_comb6,96,"['!', '>', '>']",! > $,0,1 +1106,1106,12,symb,three_rule_comb6,97,"[':', '&', '~']",: & ~],1,1 +1106,1106,12,symb,three_rule_comb6,98,"['>', '!', '<']",> ! <],1,1 +1106,1106,12,symb,three_rule_comb6,99,"['<', '~', ':']",< ~ :],1,1 +1106,1106,12,symb,three_rule_comb7,0,"['<', '(', ':']",< ( %],0,1 +1106,1106,12,symb,three_rule_comb7,1,"['!', '&', ':']",! & >],0,1 +1106,1106,12,symb,three_rule_comb7,2,"['(', '>', '$']",: * &],0,1 +1106,1106,12,symb,three_rule_comb7,3,"['(', ':', '<']",# : %,0,1 +1106,1106,12,symb,three_rule_comb7,4,"['>', '<', '*']",> * <],0,1 +1106,1106,12,symb,three_rule_comb7,5,"['$', '!', '$']",$ : <,0,1 +1106,1106,12,symb,three_rule_comb7,6,"['<', '&', '<']",* & <,0,1 +1106,1106,12,symb,three_rule_comb7,7,"['*', '$', '%']",% $ &,0,1 +1106,1106,12,symb,three_rule_comb7,8,"['*', '*', '!']",* ~ >],0,1 +1106,1106,12,symb,three_rule_comb7,9,"['~', '*', ':']",~ * &],0,1 +1106,1106,12,symb,three_rule_comb7,10,"['<', '&', '(']",< & >],0,1 +1106,1106,12,symb,three_rule_comb7,11,"['*', '~', '&']",~ ~ &],0,1 +1106,1106,12,symb,three_rule_comb7,12,"['(', '(', '(']",& ( (],0,1 +1106,1106,12,symb,three_rule_comb7,13,"['(', '(', '%']",( > !],0,1 +1106,1106,12,symb,three_rule_comb7,14,"['>', '>', '(']",: ! (],0,1 +1106,1106,12,symb,three_rule_comb7,15,"['!', '%', '%']",> % &],0,1 +1106,1106,12,symb,three_rule_comb7,16,"[':', ':', '%']",: * &,0,1 +1106,1106,12,symb,three_rule_comb7,17,"[':', '&', '(']",: * %],0,1 +1106,1106,12,symb,three_rule_comb7,18,"['~', '*', '~']",~ < ~],0,1 +1106,1106,12,symb,three_rule_comb7,19,"['&', '!', '$']",& ! >],0,1 +1106,1106,12,symb,three_rule_comb7,20,"['<', '~', '<']",* ~ <,0,1 +1106,1106,12,symb,three_rule_comb7,21,"['&', '(', '!']",< $ %],0,1 +1106,1106,12,symb,three_rule_comb7,22,"['~', '(', '&']",~ ( (],0,1 +1106,1106,12,symb,three_rule_comb7,23,"[':', '%', '!']",: % (],0,1 +1106,1106,12,symb,three_rule_comb7,24,"[':', '(', '&']",& ( &],0,1 +1106,1106,12,symb,three_rule_comb7,25,"['<', '!', '(']",< ! &],0,1 +1106,1106,12,symb,three_rule_comb7,26,"['(', ':', '~']",% : ~,0,1 +1106,1106,12,symb,three_rule_comb7,27,"['*', '&', '*']",* & <],0,1 +1106,1106,12,symb,three_rule_comb7,28,"['$', ':', '$']",$ : <,0,1 +1106,1106,12,symb,three_rule_comb7,29,"['%', '*', '$']",% * ~],0,1 +1106,1106,12,symb,three_rule_comb7,30,"['$', '$', '$']",$ ! (],0,1 +1106,1106,12,symb,three_rule_comb7,31,"['~', '&', '$']",$ > <,0,1 +1106,1106,12,symb,three_rule_comb7,32,"['(', '<', '$']",$ : *,0,1 +1106,1106,12,symb,three_rule_comb7,33,"['!', '<', '&']",! : &],0,1 +1106,1106,12,symb,three_rule_comb7,34,"['~', '<', '(']",~ > >],0,1 +1106,1106,12,symb,three_rule_comb7,35,"['*', '!', '&']",$ > >,0,1 +1106,1106,12,symb,three_rule_comb7,36,"['~', '&', '<']",& $ :],0,1 +1106,1106,12,symb,three_rule_comb7,37,"['&', '(', '>']",& > >],0,1 +1106,1106,12,symb,three_rule_comb7,38,"['<', '(', '<']",: * <],0,1 +1106,1106,12,symb,three_rule_comb7,39,"['%', '*', '(']",% * <],0,1 +1106,1106,12,symb,three_rule_comb7,40,"['<', '$', '(']",< $ >],0,1 +1106,1106,12,symb,three_rule_comb7,41,"['*', '*', '&']",< * &],0,1 +1106,1106,12,symb,three_rule_comb7,42,"['*', '(', '!']",(~ > ~),0,1 +1106,1106,12,symb,three_rule_comb7,43,"[':', '&', '>']",% < ~],0,1 +1106,1106,12,symb,three_rule_comb7,44,"[':', '>', '*']",* > <],0,1 +1106,1106,12,symb,three_rule_comb7,45,"['!', '$', '*']",> $ %],0,1 +1106,1106,12,symb,three_rule_comb7,46,"['$', '>', '<']",! ( ],0,1 +1106,1106,12,symb,three_rule_comb7,47,"['%', '(', '!']",% > !,0,1 +1106,1106,12,symb,three_rule_comb7,48,"['<', '~', '*']",< ~ !],0,1 +1106,1106,12,symb,three_rule_comb7,49,"['(', '%', '$']",% : :],0,1 +1106,1106,12,symb,three_rule_comb7,50,"['!', '&', '>']",$ > >,0,1 +1106,1106,12,symb,three_rule_comb7,51,"[':', ':', '<']",( < : <],0,1 +1106,1106,12,symb,three_rule_comb7,52,"['*', '$', '&']",& ! $],0,1 +1106,1106,12,symb,three_rule_comb7,53,"['!', ':', '%']",(: < :],0,1 +1106,1106,12,symb,three_rule_comb7,54,"['~', '%', '%']",~ ! %],0,1 +1106,1106,12,symb,three_rule_comb7,55,"['&', '~', '%']",& % :],0,1 +1106,1106,12,symb,three_rule_comb7,56,"['$', '(', '%']",$ > %,0,1 +1106,1106,12,symb,three_rule_comb7,57,"['>', '%', '>']",! % >],0,1 +1106,1106,12,symb,three_rule_comb7,58,"['$', '!', '<']",~ ! <],0,1 +1106,1106,12,symb,three_rule_comb7,59,"['!', '(', '(']",! & (],0,1 +1106,1106,12,symb,three_rule_comb7,60,"[':', '&', '$']",: & !],0,1 +1106,1106,12,symb,three_rule_comb7,61,"['<', '&', '!']",< & ~,0,1 +1106,1106,12,symb,three_rule_comb7,62,"['(', ':', '>']",: > !],0,1 +1106,1106,12,symb,three_rule_comb7,63,"['<', '%', '<']",$ % <,0,1 +1106,1106,12,symb,three_rule_comb7,64,"['<', '&', '~']",$ < *],0,1 +1106,1106,12,symb,three_rule_comb7,65,"[':', '(', '(']",: > (],0,1 +1106,1106,12,symb,three_rule_comb7,66,"['$', '*', '!']",! * >],0,1 +1106,1106,12,symb,three_rule_comb7,67,"['(', '~', '>']",% ~ >],0,1 +1106,1106,12,symb,three_rule_comb7,68,"['<', '!', '%']",* ! %],0,1 +1106,1106,12,symb,three_rule_comb7,69,"['<', '(', '$']",: ( $],0,1 +1106,1106,12,symb,three_rule_comb7,70,"['(', '~', '~']",* ( !],0,1 +1106,1106,12,symb,three_rule_comb7,71,"['~', '~', '&']",~ ! >],0,1 +1106,1106,12,symb,three_rule_comb7,72,"['(', '%', ':']",% ! :],0,1 +1106,1106,12,symb,three_rule_comb7,73,"['&', '$', '>']",& ! >],0,1 +1106,1106,12,symb,three_rule_comb7,74,"['<', '(', '~']",* & ~],0,1 +1106,1106,12,symb,three_rule_comb7,75,"['$', '*', '$']",! * $],0,1 +1106,1106,12,symb,three_rule_comb7,76,"[':', '<', '>']",: $ &],0,1 +1106,1106,12,symb,three_rule_comb7,77,"['&', ':', '&']",& % &],0,1 +1106,1106,12,symb,three_rule_comb7,78,"['<', '>', '<']",$ < ~,0,1 +1106,1106,12,symb,three_rule_comb7,79,"['~', '%', '>']",! % >],0,1 +1106,1106,12,symb,three_rule_comb7,80,"['%', '>', '*']",: ~ <,0,1 +1106,1106,12,symb,three_rule_comb7,81,"['*', '<', '$']",* : $,0,1 +1106,1106,12,symb,three_rule_comb7,82,"['&', '$', '$']",& < ~,0,1 +1106,1106,12,symb,three_rule_comb7,83,"['*', '(', '(']",* & !],0,1 +1106,1106,12,symb,three_rule_comb7,84,"[':', '~', '(']",: ~ &],0,1 +1106,1106,12,symb,three_rule_comb7,85,"[':', '<', '<']",: < ~],0,1 +1106,1106,12,symb,three_rule_comb7,86,"['~', '%', '$']",~ ~ $],0,1 +1106,1106,12,symb,three_rule_comb7,87,"['&', '<', '~']",& < *],0,1 +1106,1106,12,symb,three_rule_comb7,88,"[':', '(', '&']",:% > &,0,1 +1106,1106,12,symb,three_rule_comb7,89,"['~', '>', '%']",% ! &],0,1 +1106,1106,12,symb,three_rule_comb7,90,"[':', '~', '&']",* ~ &],0,1 +1106,1106,12,symb,three_rule_comb7,91,"['(', '&', '(']",( & <],0,1 +1106,1106,12,symb,three_rule_comb7,92,"['~', '~', '(']",* : ~],0,1 +1106,1106,12,symb,three_rule_comb7,93,"['~', '$', '~']",~ ! <],0,1 +1106,1106,12,symb,three_rule_comb7,94,"['&', '!', '<']",& ! %],0,1 +1106,1106,12,symb,three_rule_comb7,95,"['&', '<', '*']",& : *],0,1 +1106,1106,12,symb,three_rule_comb7,96,"['*', '(', '~']",% < ~],0,1 +1106,1106,12,symb,three_rule_comb7,97,"['%', '!', '%']",% ~ &],0,1 +1106,1106,12,symb,three_rule_comb7,98,"[':', '!', '%']",:],0,1 +1106,1106,12,symb,three_rule_comb7,99,"[':', '$', '!']",: $ >,0,1 +1106,1106,12,symb,three_rule_comb8,0,"[':', '&', '*']",$ * >],0,1 +1106,1106,12,symb,three_rule_comb8,1,"['<', '<', '<']",* : <],0,1 +1106,1106,12,symb,three_rule_comb8,2,"['!', '%', ':']",! % : ],1,1 +1106,1106,12,symb,three_rule_comb8,3,"['>', '<', '$']",! & *],0,1 +1106,1106,12,symb,three_rule_comb8,4,"['$', '(', ':']",< > !],0,1 +1106,1106,12,symb,three_rule_comb8,5,"['<', '!', ':']",* ~ <],0,1 +1106,1106,12,symb,three_rule_comb8,6,"['(', '~', '&']",: * >],0,1 +1106,1106,12,symb,three_rule_comb8,7,"[':', '!', '%']",! % !],0,1 +1106,1106,12,symb,three_rule_comb8,8,"['>', '%', '~']",> ! !],0,1 +1106,1106,12,symb,three_rule_comb8,9,"['%', '>', '%']",% ~ %],0,1 +1106,1106,12,symb,three_rule_comb8,10,"['!', '<', '~']",< * :],0,1 +1106,1106,12,symb,three_rule_comb8,11,"['%', '(', '<']",! > &],0,1 +1106,1106,12,symb,three_rule_comb8,12,"['~', '~', '(']",> ~ !],0,1 +1106,1106,12,symb,three_rule_comb8,13,"['&', '$', ':']",% < &],0,1 +1106,1106,12,symb,three_rule_comb8,14,"['%', '>', '&']",% ! <],0,1 +1106,1106,12,symb,three_rule_comb8,15,"['!', ':', '!']",! % >],0,1 +1106,1106,12,symb,three_rule_comb8,16,"['(', '~', '>']",! ~ >],0,1 +1106,1106,12,symb,three_rule_comb8,17,"['*', ':', '(']",* < >],0,1 +1106,1106,12,symb,three_rule_comb8,18,"['&', '<', '<']",> * <],0,1 +1106,1106,12,symb,three_rule_comb8,19,"['%', '>', '<']",: ! %],0,1 +1106,1106,12,symb,three_rule_comb8,20,"['(', '&', '$']",> & ~],0,1 +1106,1106,12,symb,three_rule_comb8,21,"['%', '$', '(']",* ~ >],0,1 +1106,1106,12,symb,three_rule_comb8,22,"[':', '(', '*']",: > <],0,1 +1106,1106,12,symb,three_rule_comb8,23,"['$', '(', ':']",< & %],0,1 +1106,1106,12,symb,three_rule_comb8,24,"['<', '!', '%']",< ~ ~],0,1 +1106,1106,12,symb,three_rule_comb8,25,"['%', '<', ':']",% ~ ),0,1 +1106,1106,12,symb,three_rule_comb8,26,"[':', ':', '<']",% : $,0,1 +1106,1106,12,symb,three_rule_comb8,27,"['%', '<', ':']",! * :],0,1 +1106,1106,12,symb,three_rule_comb8,28,"['(', '<', '!']",( > *,0,1 +1106,1106,12,symb,three_rule_comb8,29,"['(', '<', '~']",( ~ <],0,1 +1106,1106,12,symb,three_rule_comb8,30,"['~', '~', '%']",* % *],0,1 +1106,1106,12,symb,three_rule_comb8,31,"['>', '<', '>']",! $ ~],0,1 +1106,1106,12,symb,three_rule_comb8,32,"['(', '%', ':']",: * (],0,1 +1106,1106,12,symb,three_rule_comb8,33,"['!', '%', '*']",! % >],0,1 +1106,1106,12,symb,three_rule_comb8,34,"['~', ':', '<']",~ < *],0,1 +1106,1106,12,symb,three_rule_comb8,35,"['$', '%', '$']",% > ~],0,1 +1106,1106,12,symb,three_rule_comb8,36,"['>', '(', '~']",* < <,0,1 +1106,1106,12,symb,three_rule_comb8,37,"['>', '!', ':']",> ! <],0,1 +1106,1106,12,symb,three_rule_comb8,38,"['<', '%', '&']",< $ >],0,1 +1106,1106,12,symb,three_rule_comb8,39,"['$', '<', '%']",& < $],0,1 +1106,1106,12,symb,three_rule_comb8,40,"['(', '>', '&']",(% > %),0,1 +1106,1106,12,symb,three_rule_comb8,41,"['&', '~', '>']",< ~ *],0,1 +1106,1106,12,symb,three_rule_comb8,42,"['(', '*', '<']",* & *],0,1 +1106,1106,12,symb,three_rule_comb8,43,"['~', '&', '!']",$ > >,0,1 +1106,1106,12,symb,three_rule_comb8,44,"['%', '$', '%']",! ! %],0,1 +1106,1106,12,symb,three_rule_comb8,45,"['<', ':', '(']",% : !,0,1 +1106,1106,12,symb,three_rule_comb8,46,"['$', ':', '%']",& : (],0,1 +1106,1106,12,symb,three_rule_comb8,47,"['!', '%', '*']",< * (,0,1 +1106,1106,12,symb,three_rule_comb8,48,"['<', '&', '!']",* > !],0,1 +1106,1106,12,symb,three_rule_comb8,49,"[':', '$', '<']",% < &],0,1 +1106,1106,12,symb,three_rule_comb8,50,"['*', '$', '%']",* < !],0,1 +1106,1106,12,symb,three_rule_comb8,51,"['&', '&', '&']",& > *,0,1 +1106,1106,12,symb,three_rule_comb8,52,"['~', '(', '<']",* : &],0,1 +1106,1106,12,symb,three_rule_comb8,53,"['!', '<', '>']",> & ~],0,1 +1106,1106,12,symb,three_rule_comb8,54,"['>', '<', '*']",~ ( *],0,1 +1106,1106,12,symb,three_rule_comb8,55,"['&', '~', '!']",$ * %],0,1 +1106,1106,12,symb,three_rule_comb8,56,"['%', '$', '&']",* $ !],0,1 +1106,1106,12,symb,three_rule_comb8,57,"['<', '!', '&']",: ! (],0,1 +1106,1106,12,symb,three_rule_comb8,58,"['~', '*', '&']",(~ ! *),0,1 +1106,1106,12,symb,three_rule_comb8,59,"['<', '<', '%']",* : <],0,1 +1106,1106,12,symb,three_rule_comb8,60,"['&', '$', '$']",* : $],0,1 +1106,1106,12,symb,three_rule_comb8,61,"[':', ':', '&']",% * <],0,1 +1106,1106,12,symb,three_rule_comb8,62,"['$', '(', '*']",$ % ~],0,1 +1106,1106,12,symb,three_rule_comb8,63,"['&', '$', '%']",& : #,0,1 +1106,1106,12,symb,three_rule_comb8,64,"['<', '$', '<']",> ~ $],0,1 +1106,1106,12,symb,three_rule_comb8,65,"[':', '%', '<']",~ & <],0,1 +1106,1106,12,symb,three_rule_comb8,66,"['<', '~', ':']",( & <),0,1 +1106,1106,12,symb,three_rule_comb8,67,"['%', '<', ':']",% ~ >,0,1 +1106,1106,12,symb,three_rule_comb8,68,"[':', '<', '>']",: ~ ~],0,1 +1106,1106,12,symb,three_rule_comb8,69,"['&', ':', '$']",& * !],0,1 +1106,1106,12,symb,three_rule_comb8,70,"['<', '*', '$']",* > :],0,1 +1106,1106,12,symb,three_rule_comb8,71,"['<', '(', '*']",* ! <,0,1 +1106,1106,12,symb,three_rule_comb8,72,"[':', '$', '%']",< ~ %],0,1 +1106,1106,12,symb,three_rule_comb8,73,"['%', '!', '(']",# % =],0,1 +1106,1106,12,symb,three_rule_comb8,74,"['%', '<', '&']",*: $ &,0,1 +1106,1106,12,symb,three_rule_comb8,75,"['(', '<', '~']",: & %],0,1 +1106,1106,12,symb,three_rule_comb8,76,"['$', '!', '*']",! ~ >],0,1 +1106,1106,12,symb,three_rule_comb8,77,"['%', '>', '(']",% ( &],0,1 +1106,1106,12,symb,three_rule_comb8,78,"[':', '&', '>']",%,0,1 +1106,1106,12,symb,three_rule_comb8,79,"['&', '$', '>']",< & *],0,1 +1106,1106,12,symb,three_rule_comb8,80,"['%', '&', ':']",% & %],0,1 +1106,1106,12,symb,three_rule_comb8,81,"['$', '*', '%']",< : (],0,1 +1106,1106,12,symb,three_rule_comb8,82,"[':', ':', '&']",: % ~],0,1 +1106,1106,12,symb,three_rule_comb8,83,"['*', '&', ':']",* > (],0,1 +1106,1106,12,symb,three_rule_comb8,84,"['!', '$', '%']",~ ! %],0,1 +1106,1106,12,symb,three_rule_comb8,85,"['!', '<', ':']",> & >],0,1 +1106,1106,12,symb,three_rule_comb8,86,"['~', '&', '(']",~ > >],0,1 +1106,1106,12,symb,three_rule_comb8,87,"['<', '%', '*']",$ ! ~],0,1 +1106,1106,12,symb,three_rule_comb8,88,"[':', '&', '%']",: $ #],0,1 +1106,1106,12,symb,three_rule_comb8,89,"['(', '$', ':']",$: ],0,1 +1106,1106,12,symb,three_rule_comb8,90,"['<', '%', '*']",< ~ <],0,1 +1106,1106,12,symb,three_rule_comb8,91,"['%', '!', '*']",% ( !],0,1 +1106,1106,12,symb,three_rule_comb8,92,"[':', ':', '~']",% * >],0,1 +1106,1106,12,symb,three_rule_comb8,93,"['&', '%', '*']",$ : $],0,1 +1106,1106,12,symb,three_rule_comb8,94,"[':', ':', '>']",(: < :],0,1 +1106,1106,12,symb,three_rule_comb8,95,"['~', '<', '(']",% &],0,1 +1106,1106,12,symb,three_rule_comb8,96,"['$', '$', '!']",* ~ !,0,1 +1106,1106,12,symb,three_rule_comb8,97,"['%', ':', '<']",% < ~],0,1 +1106,1106,12,symb,three_rule_comb8,98,"['<', '%', '!']",> > >],0,1 +1106,1106,12,symb,three_rule_comb8,99,"[':', '&', '%']",% ! (,0,1 +1106,1106,12,symb,three_rule_comb9,0,"['<', '>', '!']",< > >],0,1 +1106,1106,12,symb,three_rule_comb9,1,"[':', '$', '%']",: < )],0,1 +1106,1106,12,symb,three_rule_comb9,2,"['~', '>', '*']",< ! ~],0,1 +1106,1106,12,symb,three_rule_comb9,3,"['<', ':', '~']",( < :],0,1 +1106,1106,12,symb,three_rule_comb9,4,"['<', '~', '*']",* : >],0,1 +1106,1106,12,symb,three_rule_comb9,5,"['>', ':', '(']",% ! ~],0,1 +1106,1106,12,symb,three_rule_comb9,6,"['%', '&', '<']",< ! &],0,1 +1106,1106,12,symb,three_rule_comb9,7,"['$', '&', '%']",! & <],0,1 +1106,1106,12,symb,three_rule_comb9,8,"[':', '%', '!']",% > ],0,1 +1106,1106,12,symb,three_rule_comb9,9,"['%', '<', ':']",? # #],0,1 +1106,1106,12,symb,three_rule_comb9,10,"['%', ':', '&']",% : %],0,1 +1106,1106,12,symb,three_rule_comb9,11,"['%', '&', '&']",# # >],0,1 +1106,1106,12,symb,three_rule_comb9,12,"['$', '&', '~']",& < *],0,1 +1106,1106,12,symb,three_rule_comb9,13,"['(', ':', '&']",* % &],0,1 +1106,1106,12,symb,three_rule_comb9,14,"['*', '<', '%']",# ~ +],0,1 +1106,1106,12,symb,three_rule_comb9,15,"[':', '&', '<']",% < $],0,1 +1106,1106,12,symb,three_rule_comb9,16,"['~', '%', ':']",# @ ?],0,1 +1106,1106,12,symb,three_rule_comb9,17,"['<', '*', '(']",: < &],0,1 +1106,1106,12,symb,three_rule_comb9,18,"['(', '~', '$']",% * <],0,1 +1106,1106,12,symb,three_rule_comb9,19,"['*', ':', '%']",) > >],0,1 +1106,1106,12,symb,three_rule_comb9,20,"['%', ':', '>']",~ % %],0,1 +1106,1106,12,symb,three_rule_comb9,21,"['&', '*', '$']",& ~ $],0,1 +1106,1106,12,symb,three_rule_comb9,22,"['<', ':', '*']",% % #],0,1 +1106,1106,12,symb,three_rule_comb9,23,"['~', '&', '*']",> ! >],0,1 +1106,1106,12,symb,three_rule_comb9,24,"['(', '$', '%']",(% & :),0,1 +1106,1106,12,symb,three_rule_comb9,25,"['*', '$', ':']",% < %],0,1 +1106,1106,12,symb,three_rule_comb9,26,"['%', '$', '&']",: < $],0,1 +1106,1106,12,symb,three_rule_comb9,27,"['%', '&', '<']",: < $],0,1 +1106,1106,12,symb,three_rule_comb9,28,"[':', '&', '%']",% $ (],0,1 +1106,1106,12,symb,three_rule_comb9,29,"[':', '~', '(']",% * ~],0,1 +1106,1106,12,symb,three_rule_comb9,30,"['<', ':', ':']",% & )],0,1 +1106,1106,12,symb,three_rule_comb9,31,"[':', '>', '&']",% ! $],0,1 +1106,1106,12,symb,three_rule_comb9,32,"['%', '(', '<']",> % *],0,1 +1106,1106,12,symb,three_rule_comb9,33,"['>', '<', '$']",! & <],0,1 +1106,1106,12,symb,three_rule_comb9,34,"['$', '(', '*']",(! ~ >),0,1 +1106,1106,12,symb,three_rule_comb9,35,"['~', '(', '%']",& > &],0,1 +1106,1106,12,symb,three_rule_comb9,36,"['$', '%', '(']",< ( :],0,1 +1106,1106,12,symb,three_rule_comb9,37,"[':', '$', '!']",( & >],0,1 +1106,1106,12,symb,three_rule_comb9,38,"['>', '%', '%']",& ( ~],0,1 +1106,1106,12,symb,three_rule_comb9,39,"['!', '$', '(']",> < %],0,1 +1106,1106,12,symb,three_rule_comb9,40,"[':', '~', '$']",? & *],0,1 +1106,1106,12,symb,three_rule_comb9,41,"[':', '&', '(']",% $ :],0,1 +1106,1106,12,symb,three_rule_comb9,42,"['>', '*', '$']",& > ~],0,1 +1106,1106,12,symb,three_rule_comb9,43,"['&', '%', '$']",& : <],0,1 +1106,1106,12,symb,three_rule_comb9,44,"['~', '(', '(']",* % :],0,1 +1106,1106,12,symb,three_rule_comb9,45,"['&', '>', '(']",$ ! :],0,1 +1106,1106,12,symb,three_rule_comb9,46,"[':', '*', '&']",% ~ >,0,1 +1106,1106,12,symb,three_rule_comb9,47,"['%', ':', '>']",# : !,0,1 +1106,1106,12,symb,three_rule_comb9,48,"['~', '$', '<']",* < $],0,1 +1106,1106,12,symb,three_rule_comb9,49,"['&', '<', '<']",~ $ &],0,1 +1106,1106,12,symb,three_rule_comb9,50,"['%', '%', '&']",# ! &],0,1 +1106,1106,12,symb,three_rule_comb9,51,"['*', '$', '&']",* & ~],0,1 +1106,1106,12,symb,three_rule_comb9,52,"['$', ':', '<']",& : *],0,1 +1106,1106,12,symb,three_rule_comb9,53,"['%', '%', '~']",< ~ <],0,1 +1106,1106,12,symb,three_rule_comb9,54,"['$', '$', ':']",! ~ :],0,1 +1106,1106,12,symb,three_rule_comb9,55,"['<', '(', '!']",% > &],0,1 +1106,1106,12,symb,three_rule_comb9,56,"['&', '>', '$']",$ ! <],0,1 +1106,1106,12,symb,three_rule_comb9,57,"['&', '$', ':']",% & $],0,1 +1106,1106,12,symb,three_rule_comb9,58,"['(', '&', '%']",(% <),0,1 +1106,1106,12,symb,three_rule_comb9,59,"['$', '>', '<']",! > >],0,1 +1106,1106,12,symb,three_rule_comb9,60,"['$', '<', '(']",< & :],0,1 +1106,1106,12,symb,three_rule_comb9,61,"[':', '%', '*']",% : ~,0,1 +1106,1106,12,symb,three_rule_comb9,62,"['&', '<', ':']",% & >],0,1 +1106,1106,12,symb,three_rule_comb9,63,"['$', '(', ':']",* : %,0,1 +1106,1106,12,symb,three_rule_comb9,64,"['~', ':', '$']",~ > ~],0,1 +1106,1106,12,symb,three_rule_comb9,65,"['(', '%', '!']",# % >,0,1 +1106,1106,12,symb,three_rule_comb9,66,"['<', '&', '~']",< * &],0,1 +1106,1106,12,symb,three_rule_comb9,67,"['<', '$', '!']",* & ~,0,1 +1106,1106,12,symb,three_rule_comb9,68,"[':', '$', '%']",% < (],0,1 +1106,1106,12,symb,three_rule_comb9,69,"['(', '$', '>']",(: < !),0,1 +1106,1106,12,symb,three_rule_comb9,70,"[':', '$', '(']",? % <],0,1 +1106,1106,12,symb,three_rule_comb9,71,"['(', '*', '<']",: ~ &],0,1 +1106,1106,12,symb,three_rule_comb9,72,"['>', '$', ':']",> ! )],0,1 +1106,1106,12,symb,three_rule_comb9,73,"['<', '%', ':']",% : &,0,1 +1106,1106,12,symb,three_rule_comb9,74,"['$', ':', '>']",) % %],0,1 +1106,1106,12,symb,three_rule_comb9,75,"['!', '%', '(']",> : :],0,1 +1106,1106,12,symb,three_rule_comb9,76,"['&', ':', '%']",% $ #],0,1 +1106,1106,12,symb,three_rule_comb9,77,"['>', '%', '(']",% * !],0,1 +1106,1106,12,symb,three_rule_comb9,78,"['$', '<', '$']",& < $],0,1 +1106,1106,12,symb,three_rule_comb9,79,"['&', '>', '%']",$ ! :],0,1 +1106,1106,12,symb,three_rule_comb9,80,"['(', '(', '*']",: % ~],0,1 +1106,1106,12,symb,three_rule_comb9,81,"['&', '(', '>']",% < !],0,1 +1106,1106,12,symb,three_rule_comb9,82,"['%', '<', '(']",% : ~,0,1 +1106,1106,12,symb,three_rule_comb9,83,"['$', '<', '(']",< $ %],0,1 +1106,1106,12,symb,three_rule_comb9,84,"['<', '!', '%']",$ > (],0,1 +1106,1106,12,symb,three_rule_comb9,85,"['<', '>', '&']",< & !,0,1 +1106,1106,12,symb,three_rule_comb9,86,"['$', '(', '<']",& < %],0,1 +1106,1106,12,symb,three_rule_comb9,87,"['(', '$', '<']",( > %],0,1 +1106,1106,12,symb,three_rule_comb9,88,"['>', '(', '<']",% $ %],0,1 +1106,1106,12,symb,three_rule_comb9,89,"['~', ':', '%']",* ( (],0,1 +1106,1106,12,symb,three_rule_comb9,90,"['&', '$', '!']",$ < >],0,1 +1106,1106,12,symb,three_rule_comb9,91,"['$', '%', '&']",< : $],0,1 +1106,1106,12,symb,three_rule_comb9,92,"['$', '>', '(']",< ! %],0,1 +1106,1106,12,symb,three_rule_comb9,93,"['&', '%', '~']",< ! *],0,1 +1106,1106,12,symb,three_rule_comb9,94,"['$', '%', '*']",~ ] &],0,1 +1106,1106,12,symb,three_rule_comb9,95,"['&', '!', '&']",* > ~],0,1 +1106,1106,12,symb,three_rule_comb9,96,"['>', '$', '&']",$ & !],0,1 +1106,1106,12,symb,three_rule_comb9,97,"['!', '&', '%']",> $ (],0,1 +1106,1106,12,symb,three_rule_comb9,98,"['$', '>', ':']",~ > !],0,1 +1106,1106,12,symb,three_rule_comb9,99,"['!', '&', '*']",! ( >],0,1 +1106,1106,12,symb,c3_set_union,0,"['~', '(', '&', '$']",~ & $,0,1 +1106,1106,12,symb,c3_set_union,1,"['<', '>', '(', '&']",< & >,0,1 +1106,1106,12,symb,c3_set_union,2,"['&', '$', ':', '~']",& $ : ~,1,1 +1106,1106,12,symb,c3_set_union,3,"['%', '(', ':', '>']",% >],0,1 +1106,1106,12,symb,c3_set_union,4,"[':', '~', '<', '*']",: ~ *,0,1 +1106,1106,12,symb,c3_set_union,5,"['*', '<', '&', '%']",* < & %,1,1 +1106,1106,12,symb,c3_set_union,6,"['~', '&', '%', '(']",~ (,0,1 +1106,1106,12,symb,c3_set_union,7,"['>', '!', ':', '(']",> !(,0,1 +1106,1106,12,symb,c3_set_union,8,"[':', '!', '*', '&']",: ! &,0,1 +1106,1106,12,symb,c3_set_union,9,"['%', '*', '&', '~']",% * & ~,1,1 +1106,1106,12,symb,c3_set_union,10,"['$', '%', '>', '&']",$ % > &,1,1 +1106,1106,12,symb,c3_set_union,11,"['~', '&', '!', '<']",~ & ! <,1,1 +1106,1106,12,symb,c3_set_union,12,"['$', '>', '~', '%']",$ > ~ %,1,1 +1106,1106,12,symb,c3_set_union,13,"['<', '%', '>', '!']",< % !>,1,1 +1106,1106,12,symb,c3_set_union,14,"[':', '$', '>', '*']",: $ *,0,1 +1106,1106,12,symb,c3_set_union,15,"['%', '(', '&', '*']",% & *,0,1 +1106,1106,12,symb,c3_set_union,16,"['~', '*', ':', '!']",~ * :,0,1 +1106,1106,12,symb,c3_set_union,17,"['>', ':', '~', '!']",> : !,0,1 +1106,1106,12,symb,c3_set_union,18,"['$', '(', '*', ':']",$ * :],0,1 +1106,1106,12,symb,c3_set_union,19,"[':', '(', '~', '&']",: (&),0,1 +1106,1106,12,symb,c3_set_union,20,"['~', '%', '*', '!']",~ % * !],1,1 +1106,1106,12,symb,c3_set_union,21,"[':', '(', '<', '$']",: < $,0,1 +1106,1106,12,symb,c3_set_union,22,"['!', '<', '>', ':']",! > :],0,1 +1106,1106,12,symb,c3_set_union,23,"['%', '(', '~', '<']",% <,0,1 +1106,1106,12,symb,c3_set_union,24,"['%', '$', '>', '<']",% $ > <,1,1 +1106,1106,12,symb,c3_set_union,25,"['~', '$', '<', '&']",~ < &,0,1 +1106,1106,12,symb,c3_set_union,26,"[':', '!', '$', '>']",: >,0,1 +1106,1106,12,symb,c3_set_union,27,"['$', '*', '&', ':']",$ * & :],1,1 +1106,1106,12,symb,c3_set_union,28,"[':', '%', '&', '~']",: % & ~,1,1 +1106,1106,12,symb,c3_set_union,29,"['!', '$', '*', '&']",! * &,0,1 +1106,1106,12,symb,c3_set_union,30,"['!', '*', '(', ':']",! * :],0,1 +1106,1106,12,symb,c3_set_union,31,"['*', '~', '&', ':']",* &:],0,1 +1106,1106,12,symb,c3_set_union,32,"[':', '~', '(', '%']",: (%),0,1 +1106,1106,12,symb,c3_set_union,33,"['*', '%', '<', '$']",* % < $,1,1 +1106,1106,12,symb,c3_set_union,34,"['~', '<', '&', '(']",~ < (],0,1 +1106,1106,12,symb,c3_set_union,35,"['%', '<', '*', '!']",% !,0,1 +1106,1106,12,symb,c3_set_union,36,"['(', '~', ':', '!']",(~ !),0,1 +1106,1106,12,symb,c3_set_union,37,"['$', '&', '*', '~']",$ & ~,0,1 +1106,1106,12,symb,c3_set_union,38,"[':', '(', '~', '$']",: ($,0,1 +1106,1106,12,symb,c3_set_union,39,"['&', '>', '$', '*']",& > *,0,1 +1106,1106,12,symb,c3_set_union,40,"['$', '!', '*', '~']",$ ! ~,0,1 +1106,1106,12,symb,c3_set_union,41,"['&', '%', '$', '!']",& % $ !,1,1 +1106,1106,12,symb,c3_set_union,42,"['>', '$', '*', '!']",> * !,0,1 +1106,1106,12,symb,c3_set_union,43,"[':', '*', '(', '>']",: >,0,1 +1106,1106,12,symb,c3_set_union,44,"['$', '%', '(', ':']",$ % (],0,1 +1106,1106,12,symb,c3_set_union,45,"['!', '<', ':', '$']",! < : $,1,1 +1106,1106,12,symb,c3_set_union,46,"['>', '*', '&', '<']",> * &,0,1 +1106,1106,12,symb,c3_set_union,47,"[':', '~', '>', '*']",: ~ > *,1,1 +1106,1106,12,symb,c3_set_union,48,"['%', '(', '*', '~']",% ~,0,1 +1106,1106,12,symb,c3_set_union,49,"['(', '~', '*', '<']",(~ < *],1,1 +1106,1106,12,symb,c3_set_union,50,"['(', '$', '!', '%']",($ %),0,1 +1106,1106,12,symb,c3_set_union,51,"['>', '!', '%', '*']",> ! % *,1,1 +1106,1106,12,symb,c3_set_union,52,"['&', '$', '>', ':']",& $ > :,1,1 +1106,1106,12,symb,c3_set_union,53,"['~', '$', '%', '<']",~ $ % <,1,1 +1106,1106,12,symb,c3_set_union,54,"['&', '>', '<', '%']",<& %>,1,1 +1106,1106,12,symb,c3_set_union,55,"['>', '*', '<', ':']",> * :,0,1 +1106,1106,12,symb,c3_set_union,56,"[':', '!', '*', '<']",: ! <,0,1 +1106,1106,12,symb,c3_set_union,57,"['%', '<', '*', '~']",% < * ~,1,1 +1106,1106,12,symb,c3_set_union,58,"['>', '(', '<', '%']",> %,0,1 +1106,1106,12,symb,c3_set_union,59,"['>', ':', '<', '~']",> ~,0,1 +1106,1106,12,symb,c3_set_union,60,"['*', '&', '<', '$']",* < $,0,1 +1106,1106,12,symb,c3_set_union,61,"['%', '<', '*', '(']",% (,0,1 +1106,1106,12,symb,c3_set_union,62,"['$', '%', '<', '!']",$ % < !,1,1 +1106,1106,12,symb,c3_set_union,63,"['~', '>', '<', '!']",~ < !,0,1 +1106,1106,12,symb,c3_set_union,64,"['&', '!', '$', '~']",& ! ~,0,1 +1106,1106,12,symb,c3_set_union,65,"[':', '&', '>', '%']",: & %,0,1 +1106,1106,12,symb,c3_set_union,66,"['<', '&', '$', '>']",< & $ >,1,1 +1106,1106,12,symb,c3_set_union,67,"['(', '$', '*', '%']",* $ %,0,1 +1106,1106,12,symb,c3_set_union,68,"['<', '%', ':', '$']",< % $,0,1 +1106,1106,12,symb,c3_set_union,69,"[':', '&', '$', '<']",: <,0,1 +1106,1106,12,symb,c3_set_union,70,"['>', '(', '~', '*']",> ( *,0,1 +1106,1106,12,symb,c3_set_union,71,"[':', '~', '&', '<']",: ~ & <,1,1 +1106,1106,12,symb,c3_set_union,72,"['(', '!', ':', '%']",(! %),0,1 +1106,1106,12,symb,c3_set_union,73,"['<', '&', '$', '(']",< (,0,1 +1106,1106,12,symb,c3_set_union,74,"['*', '!', '>', ':']",* ! :],0,1 +1106,1106,12,symb,c3_set_union,75,"['$', ':', '<', '*']",$ : *,0,1 +1106,1106,12,symb,c3_set_union,76,"['%', '>', ':', '$']",% $,0,1 +1106,1106,12,symb,c3_set_union,77,"[':', '~', '!', '%']",: ~ %,0,1 +1106,1106,12,symb,c3_set_union,78,"['&', '!', '~', '>']",& ! >,0,1 +1106,1106,12,symb,c3_set_union,79,"['(', '$', '*', '<']",* $ <,0,1 +1106,1106,12,symb,c3_set_union,80,"['(', ':', '&', '$']",:& $,0,1 +1106,1106,12,symb,c3_set_union,81,"['!', '&', '*', '>']",! * >,0,1 +1106,1106,12,symb,c3_set_union,82,"[':', '%', '&', '<']",: % & <,1,1 +1106,1106,12,symb,c3_set_union,83,"['>', '(', '$', '*']",> ( $ *],1,1 +1106,1106,12,symb,c3_set_union,84,"['!', ':', '<', '&']",! < &,0,1 +1106,1106,12,symb,c3_set_union,85,"['!', '$', '(', ':']",! $ ( :,1,1 +1106,1106,12,symb,c3_set_union,86,"['*', '!', '%', ':']",* :,0,1 +1106,1106,12,symb,c3_set_union,87,"['(', '!', '*', '~']",*( ! ~],1,1 +1106,1106,12,symb,c3_set_union,88,"['%', '!', '&', '(']",% & (,0,1 +1106,1106,12,symb,c3_set_union,89,"['!', '(', '>', '$']",! ($),0,1 +1106,1106,12,symb,c3_set_union,90,"['<', '>', '*', '(']",<* >],0,1 +1106,1106,12,symb,c3_set_union,91,"['&', '$', '%', '(']",& (,0,1 +1106,1106,12,symb,c3_set_union,92,"['!', '<', '&', '%']",! < & %,1,1 +1106,1106,12,symb,c3_set_union,93,"[':', '(', '&', '>']",: >,0,1 +1106,1106,12,symb,c3_set_union,94,"[':', '<', '$', '>']",: >,0,1 +1106,1106,12,symb,c3_set_union,95,"['(', '$', '<', '%']",($ %),0,1 +1106,1106,12,symb,c3_set_union,96,"['~', '%', '*', ':']",~ % * :],1,1 +1106,1106,12,symb,c3_set_union,97,"['&', '%', '!', '*']",& % ! *,1,1 +1106,1106,12,symb,c3_set_union,98,"[':', '$', '*', '!']",: $ * !,1,1 +1106,1106,12,symb,c3_set_union,99,"['!', '(', '<', '*']",! < *,0,1 +1106,1106,12,symb,c1_set_union,0,['('],(,1,1 +1106,1106,12,symb,c1_set_union,1,['('],(,1,1 +1106,1106,12,symb,c1_set_union,2,['&'],&],1,1 +1106,1106,12,symb,c1_set_union,3,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,4,['>'],>],1,1 +1106,1106,12,symb,c1_set_union,5,['~'],~,1,1 +1106,1106,12,symb,c1_set_union,6,['<'],<,1,1 +1106,1106,12,symb,c1_set_union,7,['%'],%,1,1 +1106,1106,12,symb,c1_set_union,8,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,9,['$'],$],1,1 +1106,1106,12,symb,c1_set_union,10,[':'],:],1,1 +1106,1106,12,symb,c1_set_union,11,['*'],*,1,1 +1106,1106,12,symb,c1_set_union,12,['('],(,1,1 +1106,1106,12,symb,c1_set_union,13,['<'],<,1,1 +1106,1106,12,symb,c1_set_union,14,['*'],*,1,1 +1106,1106,12,symb,c1_set_union,15,['<'],<],1,1 +1106,1106,12,symb,c1_set_union,16,[':'],:],1,1 +1106,1106,12,symb,c1_set_union,17,['>'],>,1,1 +1106,1106,12,symb,c1_set_union,18,[':'],:],1,1 +1106,1106,12,symb,c1_set_union,19,['('],(%),0,1 +1106,1106,12,symb,c1_set_union,20,[':'],:],1,1 +1106,1106,12,symb,c1_set_union,21,['~'],~,1,1 +1106,1106,12,symb,c1_set_union,22,['~'],~],1,1 +1106,1106,12,symb,c1_set_union,23,[':'],:],1,1 +1106,1106,12,symb,c1_set_union,24,['&'],&],1,1 +1106,1106,12,symb,c1_set_union,25,['~'],~,1,1 +1106,1106,12,symb,c1_set_union,26,['<'],<,1,1 +1106,1106,12,symb,c1_set_union,27,['>'],>,1,1 +1106,1106,12,symb,c1_set_union,28,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,29,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,30,['&'],&,1,1 +1106,1106,12,symb,c1_set_union,31,['!'],!,1,1 +1106,1106,12,symb,c1_set_union,32,['&'],&],1,1 +1106,1106,12,symb,c1_set_union,33,['('],(],1,1 +1106,1106,12,symb,c1_set_union,34,['!'],!,1,1 +1106,1106,12,symb,c1_set_union,35,['&'],&,1,1 +1106,1106,12,symb,c1_set_union,36,['~'],~],1,1 +1106,1106,12,symb,c1_set_union,37,['('],(,1,1 +1106,1106,12,symb,c1_set_union,38,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,39,['('],( :],0,1 +1106,1106,12,symb,c1_set_union,40,['>'],>],1,1 +1106,1106,12,symb,c1_set_union,41,[':'],:],1,1 +1106,1106,12,symb,c1_set_union,42,['&'],&,1,1 +1106,1106,12,symb,c1_set_union,43,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,44,['!'],!,1,1 +1106,1106,12,symb,c1_set_union,45,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,46,['*'],*,1,1 +1106,1106,12,symb,c1_set_union,47,['>'],>,1,1 +1106,1106,12,symb,c1_set_union,48,['~'],~,1,1 +1106,1106,12,symb,c1_set_union,49,['>'],>,1,1 +1106,1106,12,symb,c1_set_union,50,['$'],$],1,1 +1106,1106,12,symb,c1_set_union,51,['!'],!,1,1 +1106,1106,12,symb,c1_set_union,52,['!'],!,1,1 +1106,1106,12,symb,c1_set_union,53,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,54,['<'],<,1,1 +1106,1106,12,symb,c1_set_union,55,['&'],&,1,1 +1106,1106,12,symb,c1_set_union,56,['*'],*,1,1 +1106,1106,12,symb,c1_set_union,57,['<'],<,1,1 +1106,1106,12,symb,c1_set_union,58,['('],(],1,1 +1106,1106,12,symb,c1_set_union,59,['&'],&],1,1 +1106,1106,12,symb,c1_set_union,60,['>'],>,1,1 +1106,1106,12,symb,c1_set_union,61,['!'],!],1,1 +1106,1106,12,symb,c1_set_union,62,['!'],!,1,1 +1106,1106,12,symb,c1_set_union,63,[':'],:],1,1 +1106,1106,12,symb,c1_set_union,64,['&'],&,1,1 +1106,1106,12,symb,c1_set_union,65,['>'],>,1,1 +1106,1106,12,symb,c1_set_union,66,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,67,['~'],~,1,1 +1106,1106,12,symb,c1_set_union,68,['('],(,1,1 +1106,1106,12,symb,c1_set_union,69,['('],(,1,1 +1106,1106,12,symb,c1_set_union,70,['%'],%,1,1 +1106,1106,12,symb,c1_set_union,71,['*'],*],1,1 +1106,1106,12,symb,c1_set_union,72,['<'],<,1,1 +1106,1106,12,symb,c1_set_union,73,['*'],*,1,1 +1106,1106,12,symb,c1_set_union,74,['~'],~,1,1 +1106,1106,12,symb,c1_set_union,75,['>'],>,1,1 +1106,1106,12,symb,c1_set_union,76,['<'],<,1,1 +1106,1106,12,symb,c1_set_union,77,['!'],!,1,1 +1106,1106,12,symb,c1_set_union,78,['*'],*,1,1 +1106,1106,12,symb,c1_set_union,79,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,80,['!'],!,1,1 +1106,1106,12,symb,c1_set_union,81,['&'],&],1,1 +1106,1106,12,symb,c1_set_union,82,['('],(,1,1 +1106,1106,12,symb,c1_set_union,83,['*'],*],1,1 +1106,1106,12,symb,c1_set_union,84,['~'],~,1,1 +1106,1106,12,symb,c1_set_union,85,['%'],%,1,1 +1106,1106,12,symb,c1_set_union,86,['*'],*,1,1 +1106,1106,12,symb,c1_set_union,87,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,88,['*'],*],1,1 +1106,1106,12,symb,c1_set_union,89,['*'],*,1,1 +1106,1106,12,symb,c1_set_union,90,['&'],&,1,1 +1106,1106,12,symb,c1_set_union,91,['>'],>],1,1 +1106,1106,12,symb,c1_set_union,92,['>'],>],1,1 +1106,1106,12,symb,c1_set_union,93,['!'],!,1,1 +1106,1106,12,symb,c1_set_union,94,['~'],~],1,1 +1106,1106,12,symb,c1_set_union,95,['*'],*,1,1 +1106,1106,12,symb,c1_set_union,96,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,97,['&'],&],1,1 +1106,1106,12,symb,c1_set_union,98,['$'],$,1,1 +1106,1106,12,symb,c1_set_union,99,['~'],~],1,1 +1106,1106,12,symb,c2_set_union,0,['$'],$],1,1 +1106,1106,12,symb,c2_set_union,1,[':'],* $],0,1 +1106,1106,12,symb,c2_set_union,2,['&'],& :],0,1 +1106,1106,12,symb,c2_set_union,3,['*'],* <],0,1 +1106,1106,12,symb,c2_set_union,4,['!'],!,1,1 +1106,1106,12,symb,c2_set_union,5,['&'],&],1,1 +1106,1106,12,symb,c2_set_union,6,[':'],:&],0,1 +1106,1106,12,symb,c2_set_union,7,['>'],$ >,0,1 +1106,1106,12,symb,c2_set_union,8,['>'],>],1,1 +1106,1106,12,symb,c2_set_union,9,['('],% *],0,1 +1106,1106,12,symb,c2_set_union,10,['*'],*],1,1 +1106,1106,12,symb,c2_set_union,11,['%'],%,1,1 +1106,1106,12,symb,c2_set_union,12,['$'],$,1,1 +1106,1106,12,symb,c2_set_union,13,[':'],% :],0,1 +1106,1106,12,symb,c2_set_union,14,['%'],%],1,1 +1106,1106,12,symb,c2_set_union,15,['%'],%,1,1 +1106,1106,12,symb,c2_set_union,16,['>'],* > !,0,1 +1106,1106,12,symb,c2_set_union,17,['$'],$,1,1 +1106,1106,12,symb,c2_set_union,18,['$'],$,1,1 +1106,1106,12,symb,c2_set_union,19,[':'],% >],0,1 +1106,1106,12,symb,c2_set_union,20,['>'],:],0,1 +1106,1106,12,symb,c2_set_union,21,[':'],! <],0,1 +1106,1106,12,symb,c2_set_union,22,['&'],&,1,1 +1106,1106,12,symb,c2_set_union,23,[':'],$ *],0,1 +1106,1106,12,symb,c2_set_union,24,['<'],< * :],0,1 +1106,1106,12,symb,c2_set_union,25,['&'],&],1,1 +1106,1106,12,symb,c2_set_union,26,['>'],>,1,1 +1106,1106,12,symb,c2_set_union,27,['*'],* %,0,1 +1106,1106,12,symb,c2_set_union,28,['<'],<],1,1 +1106,1106,12,symb,c2_set_union,29,[':'],$ :],0,1 +1106,1106,12,symb,c2_set_union,30,['!'],! :],0,1 +1106,1106,12,symb,c2_set_union,31,['*'],$ * :],0,1 +1106,1106,12,symb,c2_set_union,32,['*'],*],1,1 +1106,1106,12,symb,c2_set_union,33,['&'],* <],0,1 +1106,1106,12,symb,c2_set_union,34,[':'],$ :],0,1 +1106,1106,12,symb,c2_set_union,35,['>'],>,1,1 +1106,1106,12,symb,c2_set_union,36,['<'],: < <],0,1 +1106,1106,12,symb,c2_set_union,37,['*'],*],1,1 +1106,1106,12,symb,c2_set_union,38,['*'],> (],0,1 +1106,1106,12,symb,c2_set_union,39,['!'],< >],0,1 +1106,1106,12,symb,c2_set_union,40,['<'],<],1,1 +1106,1106,12,symb,c2_set_union,41,['>'],: > *,0,1 +1106,1106,12,symb,c2_set_union,42,['&'],& >,0,1 +1106,1106,12,symb,c2_set_union,43,['~'],: ~ *],0,1 +1106,1106,12,symb,c2_set_union,44,['&'],:&],0,1 +1106,1106,12,symb,c2_set_union,45,['~'],~],1,1 +1106,1106,12,symb,c2_set_union,46,['<'],<],1,1 +1106,1106,12,symb,c2_set_union,47,['*'],* <],0,1 +1106,1106,12,symb,c2_set_union,48,['<'],<],1,1 +1106,1106,12,symb,c2_set_union,49,['!'],!,1,1 +1106,1106,12,symb,c2_set_union,50,['&'],&],1,1 +1106,1106,12,symb,c2_set_union,51,['!'],!,1,1 +1106,1106,12,symb,c2_set_union,52,['*'],*,1,1 +1106,1106,12,symb,c2_set_union,53,[':'],:],1,1 +1106,1106,12,symb,c2_set_union,54,['('],($),0,1 +1106,1106,12,symb,c2_set_union,55,[':'],$ :],0,1 +1106,1106,12,symb,c2_set_union,56,['~'],~],1,1 +1106,1106,12,symb,c2_set_union,57,['!'],!,1,1 +1106,1106,12,symb,c2_set_union,58,['>'],% > ~],0,1 +1106,1106,12,symb,c2_set_union,59,['<'],<],1,1 +1106,1106,12,symb,c2_set_union,60,['$'],% $],0,1 +1106,1106,12,symb,c2_set_union,61,['&'],% <],0,1 +1106,1106,12,symb,c2_set_union,62,[':'], :],1,1 +1106,1106,12,symb,c2_set_union,63,['~'],~],1,1 +1106,1106,12,symb,c2_set_union,64,['>'],* <,0,1 +1106,1106,12,symb,c2_set_union,65,[':'],:< :],0,1 +1106,1106,12,symb,c2_set_union,66,['*'],*,1,1 +1106,1106,12,symb,c2_set_union,67,['<'],<],1,1 +1106,1106,12,symb,c2_set_union,68,['&'],&],1,1 +1106,1106,12,symb,c2_set_union,69,['%'],%,1,1 +1106,1106,12,symb,c2_set_union,70,['<'],<,1,1 +1106,1106,12,symb,c2_set_union,71,[':'],$: :],0,1 +1106,1106,12,symb,c2_set_union,72,['~'],% ~ (],0,1 +1106,1106,12,symb,c2_set_union,73,['*'],*,1,1 +1106,1106,12,symb,c2_set_union,74,['~'],~,1,1 +1106,1106,12,symb,c2_set_union,75,['*'],*,1,1 +1106,1106,12,symb,c2_set_union,76,['&'],&],1,1 +1106,1106,12,symb,c2_set_union,77,['*'],& !],0,1 +1106,1106,12,symb,c2_set_union,78,['*'],*,1,1 +1106,1106,12,symb,c2_set_union,79,[':'],% :],0,1 +1106,1106,12,symb,c2_set_union,80,['<'],$ <],0,1 +1106,1106,12,symb,c2_set_union,81,['&'],* & !,0,1 +1106,1106,12,symb,c2_set_union,82,['$'],$,1,1 +1106,1106,12,symb,c2_set_union,83,['%'],%],1,1 +1106,1106,12,symb,c2_set_union,84,['('],% ( ~,0,1 +1106,1106,12,symb,c2_set_union,85,['*'],*,1,1 +1106,1106,12,symb,c2_set_union,86,['!'],!,1,1 +1106,1106,12,symb,c2_set_union,87,['&'],*& $],0,1 +1106,1106,12,symb,c2_set_union,88,['('],(,1,1 +1106,1106,12,symb,c2_set_union,89,['~'],: ~],0,1 +1106,1106,12,symb,c2_set_union,90,['$'],$],1,1 +1106,1106,12,symb,c2_set_union,91,['$'],$ :],0,1 +1106,1106,12,symb,c2_set_union,92,['~'],~,1,1 +1106,1106,12,symb,c2_set_union,93,[':'],< $],0,1 +1106,1106,12,symb,c2_set_union,94,['%'],%],1,1 +1106,1106,12,symb,c2_set_union,95,['~'],~],1,1 +1106,1106,12,symb,c2_set_union,96,['*'],*,1,1 +1106,1106,12,symb,c2_set_union,97,['&'],&,1,1 +1106,1106,12,symb,c2_set_union,98,['<'],% <],0,1 +1106,1106,12,symb,c2_set_union,99,['('],(~ :],0,1 +1106,1106,12,symb,AND,0,['('],(],1,1 +1106,1106,12,symb,AND,1,['&'],&],1,1 +1106,1106,12,symb,AND,2,['<'],<,1,1 +1106,1106,12,symb,AND,3,['<'],< <],0,1 +1106,1106,12,symb,AND,4,['*'],*,1,1 +1106,1106,12,symb,AND,5,['%'],%],1,1 +1106,1106,12,symb,AND,6,['%'],%,1,1 +1106,1106,12,symb,AND,7,['$'],$,1,1 +1106,1106,12,symb,AND,8,['>'],>],1,1 +1106,1106,12,symb,AND,9,['~'],~],1,1 +1106,1106,12,symb,AND,10,[':'],!,0,1 +1106,1106,12,symb,AND,11,['*'],*],1,1 +1106,1106,12,symb,AND,12,['*'],*],1,1 +1106,1106,12,symb,AND,13,['<'],<,1,1 +1106,1106,12,symb,AND,14,['$'],$,1,1 +1106,1106,12,symb,AND,15,['%'],%],1,1 +1106,1106,12,symb,AND,16,[':'],&,0,1 +1106,1106,12,symb,AND,17,['>'],>],1,1 +1106,1106,12,symb,AND,18,['('],(],1,1 +1106,1106,12,symb,AND,19,['>'],>],1,1 +1106,1106,12,symb,AND,20,[':'],(:),0,1 +1106,1106,12,symb,AND,21,['%'],%],1,1 +1106,1106,12,symb,AND,22,['>'],>,1,1 +1106,1106,12,symb,AND,23,['*'],*],1,1 +1106,1106,12,symb,AND,24,['&'],&],1,1 +1106,1106,12,symb,AND,25,['~'],~],1,1 +1106,1106,12,symb,AND,26,['('],(],1,1 +1106,1106,12,symb,AND,27,['<'],<,1,1 +1106,1106,12,symb,AND,28,['&'],(&),0,1 +1106,1106,12,symb,AND,29,['&'],&],1,1 +1106,1106,12,symb,AND,30,[':'],: :],0,1 +1106,1106,12,symb,AND,31,['>'],!,0,1 +1106,1106,12,symb,AND,32,['~'],% ~ &],0,1 +1106,1106,12,symb,AND,33,['*'],*],1,1 +1106,1106,12,symb,AND,34,['&'],&],1,1 +1106,1106,12,symb,AND,35,['$'],$ >,0,1 +1106,1106,12,symb,AND,36,['&'],&],1,1 +1106,1106,12,symb,AND,37,['&'],& &],0,1 +1106,1106,12,symb,AND,38,['$'],$],1,1 +1106,1106,12,symb,AND,39,['*'],*],1,1 +1106,1106,12,symb,AND,40,['&'],&],1,1 +1106,1106,12,symb,AND,41,['<'],<,1,1 +1106,1106,12,symb,AND,42,['%'],%],1,1 +1106,1106,12,symb,AND,43,['<'],<,1,1 +1106,1106,12,symb,AND,44,['&'],&],1,1 +1106,1106,12,symb,AND,45,['*'],*],1,1 +1106,1106,12,symb,AND,46,['*'],*,1,1 +1106,1106,12,symb,AND,47,['!'],$,0,1 +1106,1106,12,symb,AND,48,['%'],%,1,1 +1106,1106,12,symb,AND,49,['('],(],1,1 +1106,1106,12,symb,AND,50,['<'],<],1,1 +1106,1106,12,symb,AND,51,['%'],%,1,1 +1106,1106,12,symb,AND,52,[':'],:<],0,1 +1106,1106,12,symb,AND,53,['&'],& >,0,1 +1106,1106,12,symb,AND,54,['>'],*,0,1 +1106,1106,12,symb,AND,55,['&'],&],1,1 +1106,1106,12,symb,AND,56,[':'],(:),0,1 +1106,1106,12,symb,AND,57,['~'],~],1,1 +1106,1106,12,symb,AND,58,['*'],*],1,1 +1106,1106,12,symb,AND,59,['&'],&],1,1 +1106,1106,12,symb,AND,60,['<'],<&,0,1 +1106,1106,12,symb,AND,61,['<'],<],1,1 +1106,1106,12,symb,AND,62,['('],(,1,1 +1106,1106,12,symb,AND,63,['>'],>,1,1 +1106,1106,12,symb,AND,64,['~'],:],0,1 +1106,1106,12,symb,AND,65,['>'],$,0,1 +1106,1106,12,symb,AND,66,['$'],$],1,1 +1106,1106,12,symb,AND,67,['>'],>,1,1 +1106,1106,12,symb,AND,68,['<'],<],1,1 +1106,1106,12,symb,AND,69,['<'],& <],0,1 +1106,1106,12,symb,AND,70,['!'],!,1,1 +1106,1106,12,symb,AND,71,['$'],$,1,1 +1106,1106,12,symb,AND,72,['&'],&],1,1 +1106,1106,12,symb,AND,73,['~'],~],1,1 +1106,1106,12,symb,AND,74,['*'],*],1,1 +1106,1106,12,symb,AND,75,['>'],!,0,1 +1106,1106,12,symb,AND,76,['&'],&],1,1 +1106,1106,12,symb,AND,77,['!'],!],1,1 +1106,1106,12,symb,AND,78,['~'],~],1,1 +1106,1106,12,symb,AND,79,['>'],>,1,1 +1106,1106,12,symb,AND,80,['!'],!],1,1 +1106,1106,12,symb,AND,81,['!'],!],1,1 +1106,1106,12,symb,AND,82,['%'],%],1,1 +1106,1106,12,symb,AND,83,['('],(],1,1 +1106,1106,12,symb,AND,84,['>'],>],1,1 +1106,1106,12,symb,AND,85,['&'],&],1,1 +1106,1106,12,symb,AND,86,['('],(],1,1 +1106,1106,12,symb,AND,87,['*'],*],1,1 +1106,1106,12,symb,AND,88,['&'],&],1,1 +1106,1106,12,symb,AND,89,['*'],*,1,1 +1106,1106,12,symb,AND,90,['$'],$],1,1 +1106,1106,12,symb,AND,91,['<'],<$],0,1 +1106,1106,12,symb,AND,92,['$'],$],1,1 +1106,1106,12,symb,AND,93,['!'],!,1,1 +1106,1106,12,symb,AND,94,['~'],!,0,1 +1106,1106,12,symb,AND,95,['!'],!,1,1 +1106,1106,12,symb,AND,96,['~'],*,0,1 +1106,1106,12,symb,AND,97,['&'],&],1,1 +1106,1106,12,symb,AND,98,['*'],*],1,1 +1106,1106,12,symb,AND,99,['!'],!,1,1 +1106,1106,12,symb,XOR,0,"['(', '!']",(! (),0,1 +1106,1106,12,symb,XOR,1,"['$', ':']",: $],1,1 +1106,1106,12,symb,XOR,2,"['!', '(']",< (],0,1 +1106,1106,12,symb,XOR,3,"['$', ':']",$: &,0,1 +1106,1106,12,symb,XOR,4,"['$', '!']",! $,1,1 +1106,1106,12,symb,XOR,5,"['$', '>']",$ >,1,1 +1106,1106,12,symb,XOR,6,"['!', '*']",* !,1,1 +1106,1106,12,symb,XOR,7,"['>', '!']",! >],1,1 +1106,1106,12,symb,XOR,8,"['%', '$']",% $],1,1 +1106,1106,12,symb,XOR,9,"['(', '*']",* (],1,1 +1106,1106,12,symb,XOR,10,"['<', ':']",: ~],0,1 +1106,1106,12,symb,XOR,11,"['%', '*']",*( %],0,1 +1106,1106,12,symb,XOR,12,"['!', '~']",~ !],1,1 +1106,1106,12,symb,XOR,13,"['~', ':']",: ~],1,1 +1106,1106,12,symb,XOR,14,"['~', '>']",> ~],1,1 +1106,1106,12,symb,XOR,15,"[':', '%']",% :],1,1 +1106,1106,12,symb,XOR,16,"[':', '(']",( :],1,1 +1106,1106,12,symb,XOR,17,"['(', '%']",% (,1,1 +1106,1106,12,symb,XOR,18,"['&', '%']",% &],1,1 +1106,1106,12,symb,XOR,19,"['>', '(']",( >,1,1 +1106,1106,12,symb,XOR,20,"['%', '<']",% <],1,1 +1106,1106,12,symb,XOR,21,"['!', '(']",< !],0,1 +1106,1106,12,symb,XOR,22,"['~', '$']",$ ~],1,1 +1106,1106,12,symb,XOR,23,"['%', '&']",& %],1,1 +1106,1106,12,symb,XOR,24,"['>', '%']",% >,1,1 +1106,1106,12,symb,XOR,25,"['*', '<']",* <],1,1 +1106,1106,12,symb,XOR,26,"['<', '$']",$ <,1,1 +1106,1106,12,symb,XOR,27,"['&', '>']",> &],1,1 +1106,1106,12,symb,XOR,28,"['$', '%']",% $],1,1 +1106,1106,12,symb,XOR,29,"['&', '<']",<$ &],0,1 +1106,1106,12,symb,XOR,30,"['~', '*']",* ~],1,1 +1106,1106,12,symb,XOR,31,"['(', '$']",$ ~,0,1 +1106,1106,12,symb,XOR,32,"['~', '$']",$ ~],1,1 +1106,1106,12,symb,XOR,33,"['(', ':']",: (],1,1 +1106,1106,12,symb,XOR,34,"['*', '<']",<* &],0,1 +1106,1106,12,symb,XOR,35,"[':', '~']",: ~],1,1 +1106,1106,12,symb,XOR,36,"['*', '>']",* <],0,1 +1106,1106,12,symb,XOR,37,"[':', '!']",: !],1,1 +1106,1106,12,symb,XOR,38,"['&', '(']",( &,1,1 +1106,1106,12,symb,XOR,39,"['(', '~']",~ (],1,1 +1106,1106,12,symb,XOR,40,"['*', ':']",: (],0,1 +1106,1106,12,symb,XOR,41,"['<', '!']",< !],1,1 +1106,1106,12,symb,XOR,42,"['>', '%']",% >,1,1 +1106,1106,12,symb,XOR,43,"['~', '&']",& ~],1,1 +1106,1106,12,symb,XOR,44,"['$', '%']",% $],1,1 +1106,1106,12,symb,XOR,45,"['&', '!']",! (],0,1 +1106,1106,12,symb,XOR,46,"[':', '%']",% :],1,1 +1106,1106,12,symb,XOR,47,"['%', ':']",: %],1,1 +1106,1106,12,symb,XOR,48,"['~', '&']",& ~],1,1 +1106,1106,12,symb,XOR,49,"['<', '%']",% <,1,1 +1106,1106,12,symb,XOR,50,"['>', '~']",~ >],1,1 +1106,1106,12,symb,XOR,51,"['&', '~']",~ &],1,1 +1106,1106,12,symb,XOR,52,"['>', ':']",: >],1,1 +1106,1106,12,symb,XOR,53,"['(', '%']",% (,1,1 +1106,1106,12,symb,XOR,54,"['%', '*']",* %,1,1 +1106,1106,12,symb,XOR,55,"['*', '$']",$ *],1,1 +1106,1106,12,symb,XOR,56,"['>', '&']",$ >,0,1 +1106,1106,12,symb,XOR,57,"['~', '%']",% ~],1,1 +1106,1106,12,symb,XOR,58,"['$', ':']",$ %,0,1 +1106,1106,12,symb,XOR,59,"['*', '~']",~ *,1,1 +1106,1106,12,symb,XOR,60,"['<', '%']",% <],1,1 +1106,1106,12,symb,XOR,61,"['!', '*']",* !],1,1 +1106,1106,12,symb,XOR,62,"['!', '%']",% !,1,1 +1106,1106,12,symb,XOR,63,"['$', '&']",$ !],0,1 +1106,1106,12,symb,XOR,64,"['(', '&']",& $],0,1 +1106,1106,12,symb,XOR,65,"['*', '&']",* &],1,1 +1106,1106,12,symb,XOR,66,"['~', '$']",$ ~],1,1 +1106,1106,12,symb,XOR,67,"['>', '*']",* >,1,1 +1106,1106,12,symb,XOR,68,"['<', '>']",*>],0,1 +1106,1106,12,symb,XOR,69,"['*', '>']",* >],1,1 +1106,1106,12,symb,XOR,70,"['~', '(']",< ~],0,1 +1106,1106,12,symb,XOR,71,"['<', '%']",% <,1,1 +1106,1106,12,symb,XOR,72,"['*', '$']",$ *],1,1 +1106,1106,12,symb,XOR,73,"['!', '&']",& !],1,1 +1106,1106,12,symb,XOR,74,"['&', '%']",% &,1,1 +1106,1106,12,symb,XOR,75,"['*', '%']",* %,1,1 +1106,1106,12,symb,XOR,76,"['%', '&']",& %],1,1 +1106,1106,12,symb,XOR,77,"['!', '~']",~ !],1,1 +1106,1106,12,symb,XOR,78,"['$', '~']",$ ~],1,1 +1106,1106,12,symb,XOR,79,"['%', '<']",% <],1,1 +1106,1106,12,symb,XOR,80,"['!', '$']",$ !],1,1 +1106,1106,12,symb,XOR,81,"['~', '%']",% ~,1,1 +1106,1106,12,symb,XOR,82,"['<', '$']",$ <],1,1 +1106,1106,12,symb,XOR,83,"['>', '*']",* $,0,1 +1106,1106,12,symb,XOR,84,"['*', '&']",*: :],0,1 +1106,1106,12,symb,XOR,85,"['(', '$']",$ <],0,1 +1106,1106,12,symb,XOR,86,"['$', '(']",$ (],1,1 +1106,1106,12,symb,XOR,87,"['%', ':']",: (,0,1 +1106,1106,12,symb,XOR,88,"[':', '%']",% :],1,1 +1106,1106,12,symb,XOR,89,"[':', '&']",& :],1,1 +1106,1106,12,symb,XOR,90,"['*', '~']",~ *],1,1 +1106,1106,12,symb,XOR,91,"['<', '%']",% <,1,1 +1106,1106,12,symb,XOR,92,"['*', '>']",> *],1,1 +1106,1106,12,symb,XOR,93,"['<', '%']",: <],0,1 +1106,1106,12,symb,XOR,94,"[':', '~']",~ :],1,1 +1106,1106,12,symb,XOR,95,"['<', '>']",> <],1,1 +1106,1106,12,symb,XOR,96,"[':', '&']",: &],1,1 +1106,1106,12,symb,XOR,97,"['&', '(']",* &],0,1 +1106,1106,12,symb,XOR,98,"['!', '>']",< !],0,1 +1106,1106,12,symb,XOR,99,"[':', '$']",$ :],1,1 +1106,1106,12,symb,c3_set_union_permuted,0,"['*', '~', '<', '!']",! < ~,0,1 +1106,1106,12,symb,c3_set_union_permuted,1,"['&', '~', '>', '<']",< ~ &],0,1 +1106,1106,12,symb,c3_set_union_permuted,2,"['*', '&', '(', '~']",~ & (],0,1 +1106,1106,12,symb,c3_set_union_permuted,3,"['~', '%', '&', '!']",! % ~,0,1 +1106,1106,12,symb,c3_set_union_permuted,4,"['(', '!', '&', '>']",> ! (,0,1 +1106,1106,12,symb,c3_set_union_permuted,5,"['>', '<', ':', '(']",< >],0,1 +1106,1106,12,symb,c3_set_union_permuted,6,"['(', '%', ':', '&']",% &:,0,1 +1106,1106,12,symb,c3_set_union_permuted,7,"['*', ':', '(', '&']",: (*,0,1 +1106,1106,12,symb,c3_set_union_permuted,8,"['!', '%', '>', '~']",~ % !,0,1 +1106,1106,12,symb,c3_set_union_permuted,9,"['~', '$', '*', '(']",* ~ $,0,1 +1106,1106,12,symb,c3_set_union_permuted,10,"['~', '<', '$', ':']",~ <,0,1 +1106,1106,12,symb,c3_set_union_permuted,11,"['(', '>', '*', '%']",( % >],0,1 +1106,1106,12,symb,c3_set_union_permuted,12,"['>', '&', '<', '!']",>& ! <,1,1 +1106,1106,12,symb,c3_set_union_permuted,13,"['%', '*', '!', '(']",(! %),0,1 +1106,1106,12,symb,c3_set_union_permuted,14,"['&', '%', '~', '$']",& % ~,0,1 +1106,1106,12,symb,c3_set_union_permuted,15,"['>', '%', '~', '&']",% ~,0,1 +1106,1106,12,symb,c3_set_union_permuted,16,"['<', '>', '*', '%']",* % >,0,1 +1106,1106,12,symb,c3_set_union_permuted,17,"['(', '*', '~', ':']",* (~ :],1,1 +1106,1106,12,symb,c3_set_union_permuted,18,"[':', '(', '$', '>']",$: >,0,1 +1106,1106,12,symb,c3_set_union_permuted,19,"[':', '$', '%', '~']",% $,0,1 +1106,1106,12,symb,c3_set_union_permuted,20,"['!', ':', '&', '(']",& (],0,1 +1106,1106,12,symb,c3_set_union_permuted,21,"['>', '$', '!', '%']",> ! $ %,1,1 +1106,1106,12,symb,c3_set_union_permuted,22,"['%', '<', ':', '>']",< > %,0,1 +1106,1106,12,symb,c3_set_union_permuted,23,"['>', '&', '$', '!']",& ! $,0,1 +1106,1106,12,symb,c3_set_union_permuted,24,"['&', '$', '!', '(']",$ &,0,1 +1106,1106,12,symb,c3_set_union_permuted,25,"['>', ':', '(', '~']",> ~ :],0,1 +1106,1106,12,symb,c3_set_union_permuted,26,"['*', '!', '%', '$']",! %,0,1 +1106,1106,12,symb,c3_set_union_permuted,27,"['(', '!', '%', '~']",% !,0,1 +1106,1106,12,symb,c3_set_union_permuted,28,"['<', '!', '>', '(']",< >],0,1 +1106,1106,12,symb,c3_set_union_permuted,29,"['*', '&', '(', '!']",& ! *],0,1 +1106,1106,12,symb,c3_set_union_permuted,30,"['<', ':', '*', '(']",( * :],0,1 +1106,1106,12,symb,c3_set_union_permuted,31,"['<', '~', '$', '!']",~ $ !,0,1 +1106,1106,12,symb,c3_set_union_permuted,32,"['<', '>', '!', '$']",< $ !,0,1 +1106,1106,12,symb,c3_set_union_permuted,33,"['>', ':', '!', '&']",: >,0,1 +1106,1106,12,symb,c3_set_union_permuted,34,"['%', '*', '&', ':']",% : &,0,1 +1106,1106,12,symb,c3_set_union_permuted,35,"['&', '!', '%', '>']",% > &,0,1 +1106,1106,12,symb,c3_set_union_permuted,36,"['~', '$', '<', '>']",> $,0,1 +1106,1106,12,symb,c3_set_union_permuted,37,"['~', '<', '(', '!']",(! ~),0,1 +1106,1106,12,symb,c3_set_union_permuted,38,"[':', '<', '~', '!']",~ < ! :],1,1 +1106,1106,12,symb,c3_set_union_permuted,39,"[':', '$', '%', '&']",% $,0,1 +1106,1106,12,symb,c3_set_union_permuted,40,"['!', '%', '$', '~']",! %,0,1 +1106,1106,12,symb,c3_set_union_permuted,41,"['%', '!', '<', ':']",% !,0,1 +1106,1106,12,symb,c3_set_union_permuted,42,"['~', '!', '>', '$']",$ ~ !,0,1 +1106,1106,12,symb,c3_set_union_permuted,43,"['~', ':', '!', '$']",! ~,0,1 +1106,1106,12,symb,c3_set_union_permuted,44,"['>', '*', '<', '$']",$ >,0,1 +1106,1106,12,symb,c3_set_union_permuted,45,"['<', '!', '(', '&']",< &],0,1 +1106,1106,12,symb,c3_set_union_permuted,46,"['%', '(', '~', '>']",% >,0,1 +1106,1106,12,symb,c3_set_union_permuted,47,"[':', '!', '%', '>']",:% >,0,1 +1106,1106,12,symb,c3_set_union_permuted,48,"[':', '&', '!', '~']",:! & ~,1,1 +1106,1106,12,symb,c3_set_union_permuted,49,"['*', '&', '%', '>']",% >,0,1 +1106,1106,12,symb,c3_set_union_permuted,50,"[':', '%', '*', '>']",% :],0,1 +1106,1106,12,symb,c3_set_union_permuted,51,"['&', ':', '%', '!']",! % : &,1,1 +1106,1106,12,symb,c3_set_union_permuted,52,"['<', '&', '~', '%']",% & <,0,1 +1106,1106,12,symb,c3_set_union_permuted,53,"['(', '$', '>', '~']",> (~ $),0,1 +1106,1106,12,symb,c3_set_union_permuted,54,"['~', '<', '*', '$']",< * ~ $,1,1 +1106,1106,12,symb,c3_set_union_permuted,55,"['<', '>', '(', '~']",~ > (,0,1 +1106,1106,12,symb,c3_set_union_permuted,56,"['~', '$', '(', '!']",~ $ ( !,1,1 +1106,1106,12,symb,c3_set_union_permuted,57,"['~', ':', '%', '>']",: % >],0,1 +1106,1106,12,symb,c3_set_union_permuted,58,"['(', '$', '>', '&']",$ >,0,1 +1106,1106,12,symb,c3_set_union_permuted,59,"['&', '%', '>', '(']",% (,0,1 +1106,1106,12,symb,c3_set_union_permuted,60,"['$', '(', '*', '&']",*& $,0,1 +1106,1106,12,symb,c3_set_union_permuted,61,"['>', '~', '*', '$']",* > ~,0,1 +1106,1106,12,symb,c3_set_union_permuted,62,"['~', '*', '$', ':']",* $,0,1 +1106,1106,12,symb,c3_set_union_permuted,63,"['$', '(', '~', '%']",(% ~],0,1 +1106,1106,12,symb,c3_set_union_permuted,64,"['!', '*', '$', '(']",$ ! (,0,1 +1106,1106,12,symb,c3_set_union_permuted,65,"['*', '$', '%', '>']",> % *,0,1 +1106,1106,12,symb,c3_set_union_permuted,66,"['>', '<', '*', '~']",< > ~ *,1,1 +1106,1106,12,symb,c3_set_union_permuted,67,"['!', '(', '%', '>']",% > !,0,1 +1106,1106,12,symb,c3_set_union_permuted,68,"['~', '*', '&', '<']",* & <,0,1 +1106,1106,12,symb,c3_set_union_permuted,69,"['<', '&', '!', '$']",$ & !,0,1 +1106,1106,12,symb,c3_set_union_permuted,70,"['~', '!', '&', '*']",* ~ !,0,1 +1106,1106,12,symb,c3_set_union_permuted,71,"[':', '$', '%', '!']",! %,0,1 +1106,1106,12,symb,c3_set_union_permuted,72,"[':', '*', '<', '%']",* < %,0,1 +1106,1106,12,symb,c3_set_union_permuted,73,"['!', '~', '&', '(']",(~ & !),0,1 +1106,1106,12,symb,c3_set_union_permuted,74,"['$', '~', '%', '*']",$ ~ %,0,1 +1106,1106,12,symb,c3_set_union_permuted,75,"['<', '$', '(', '>']",> < $,0,1 +1106,1106,12,symb,c3_set_union_permuted,76,"['&', '>', '(', '*']",*( &>,1,1 +1106,1106,12,symb,c3_set_union_permuted,77,"['!', '<', '*', '&']",* & !,0,1 +1106,1106,12,symb,c3_set_union_permuted,78,"['&', '<', '(', ':']",<& :],0,1 +1106,1106,12,symb,c3_set_union_permuted,79,"['*', '&', '<', ':']",< & :],0,1 +1106,1106,12,symb,c3_set_union_permuted,80,"['(', '!', '$', '<']",< ($ !),0,1 +1106,1106,12,symb,c3_set_union_permuted,81,"['*', '&', '$', '%']",* $ %,0,1 +1106,1106,12,symb,c3_set_union_permuted,82,"['%', '&', '<', '$']",$ %,0,1 +1106,1106,12,symb,c3_set_union_permuted,83,"['%', '*', ':', '$']",$ * :,0,1 +1106,1106,12,symb,c3_set_union_permuted,84,"['&', '%', '<', '(']",< % (,0,1 +1106,1106,12,symb,c3_set_union_permuted,85,"['<', '!', '(', '%']",( < !],0,1 +1106,1106,12,symb,c3_set_union_permuted,86,"['%', '*', ':', '(']",* %,0,1 +1106,1106,12,symb,c3_set_union_permuted,87,"['!', '~', '<', '%']",% <,0,1 +1106,1106,12,symb,c3_set_union_permuted,88,"['*', '(', '!', '>']",!* >,0,1 +1106,1106,12,symb,c3_set_union_permuted,89,"['%', '~', ':', '<']",< : % ~,1,1 +1106,1106,12,symb,c3_set_union_permuted,90,"['!', ':', '&', '$']",! : $ &,1,1 +1106,1106,12,symb,c3_set_union_permuted,91,"[':', '*', '>', '&']",& :],0,1 +1106,1106,12,symb,c3_set_union_permuted,92,"['>', '~', '(', '!']",( ~ > !,1,1 +1106,1106,12,symb,c3_set_union_permuted,93,"['>', '%', '*', '~']",% * >,0,1 +1106,1106,12,symb,c3_set_union_permuted,94,"[':', '!', '<', '(']",: < (],0,1 +1106,1106,12,symb,c3_set_union_permuted,95,"['&', '~', '>', '(']",( > &],0,1 +1106,1106,12,symb,c3_set_union_permuted,96,"[':', '~', '>', '&']",~ > &,0,1 +1106,1106,12,symb,c3_set_union_permuted,97,"['<', '~', '>', '%']",% < >,0,1 +1106,1106,12,symb,c3_set_union_permuted,98,"['!', '~', '*', '>']",~ ! > *,1,1 +1106,1106,12,symb,c3_set_union_permuted,99,"['!', '<', '*', '>']",!* > <,1,1 +1106,1106,12,symb,c2_set_union_permuted,0,['<'],< ~ &],0,1 +1106,1106,12,symb,c2_set_union_permuted,1,['<'],! < ~,0,1 +1106,1106,12,symb,c2_set_union_permuted,2,['$'],* $ >],0,1 +1106,1106,12,symb,c2_set_union_permuted,3,[':'],% %,0,1 +1106,1106,12,symb,c2_set_union_permuted,4,[':'],:],1,1 +1106,1106,12,symb,c2_set_union_permuted,5,['~'],* $ ~,0,1 +1106,1106,12,symb,c2_set_union_permuted,6,['>'],>],1,1 +1106,1106,12,symb,c2_set_union_permuted,7,['!'],!,1,1 +1106,1106,12,symb,c2_set_union_permuted,8,[':'],:&],0,1 +1106,1106,12,symb,c2_set_union_permuted,9,['('],& $],0,1 +1106,1106,12,symb,c2_set_union_permuted,10,['('],: * (],0,1 +1106,1106,12,symb,c2_set_union_permuted,11,['%'],& % &],0,1 +1106,1106,12,symb,c2_set_union_permuted,12,['>'],> <,0,1 +1106,1106,12,symb,c2_set_union_permuted,13,['<'],< !],0,1 +1106,1106,12,symb,c2_set_union_permuted,14,['!'],$ % !,0,1 +1106,1106,12,symb,c2_set_union_permuted,15,['!'],! <,0,1 +1106,1106,12,symb,c2_set_union_permuted,16,['!'],! * ~,0,1 +1106,1106,12,symb,c2_set_union_permuted,17,['&'],&],1,1 +1106,1106,12,symb,c2_set_union_permuted,18,['<'],% >],0,1 +1106,1106,12,symb,c2_set_union_permuted,19,['*'],* !,0,1 +1106,1106,12,symb,c2_set_union_permuted,20,['<'],< >,0,1 +1106,1106,12,symb,c2_set_union_permuted,21,[':'],: :],0,1 +1106,1106,12,symb,c2_set_union_permuted,22,['$'],$ % *,0,1 +1106,1106,12,symb,c2_set_union_permuted,23,['<'],< <,0,1 +1106,1106,12,symb,c2_set_union_permuted,24,['!'],< ! *,0,1 +1106,1106,12,symb,c2_set_union_permuted,25,['%'],%],1,1 +1106,1106,12,symb,c2_set_union_permuted,26,[':'],: %],0,1 +1106,1106,12,symb,c2_set_union_permuted,27,['<'],<$ <],0,1 +1106,1106,12,symb,c2_set_union_permuted,28,['%'],% <,0,1 +1106,1106,12,symb,c2_set_union_permuted,29,['~'],%],0,1 +1106,1106,12,symb,c2_set_union_permuted,30,['~'],% & ~],0,1 +1106,1106,12,symb,c2_set_union_permuted,31,['%'],% > &],0,1 +1106,1106,12,symb,c2_set_union_permuted,32,[':'],:],1,1 +1106,1106,12,symb,c2_set_union_permuted,33,['('],! *],0,1 +1106,1106,12,symb,c2_set_union_permuted,34,[':'],: & *],0,1 +1106,1106,12,symb,c2_set_union_permuted,35,['('],& %],0,1 +1106,1106,12,symb,c2_set_union_permuted,36,['<'],< :],0,1 +1106,1106,12,symb,c2_set_union_permuted,37,['!'],!,1,1 +1106,1106,12,symb,c2_set_union_permuted,38,['$'],$],1,1 +1106,1106,12,symb,c2_set_union_permuted,39,['$'],% $ >],0,1 +1106,1106,12,symb,c2_set_union_permuted,40,['&'],(&],0,1 +1106,1106,12,symb,c2_set_union_permuted,41,['('],$ :],0,1 +1106,1106,12,symb,c2_set_union_permuted,42,['~'],! ~ ~,0,1 +1106,1106,12,symb,c2_set_union_permuted,43,['&'],& !,0,1 +1106,1106,12,symb,c2_set_union_permuted,44,['<'],< %],0,1 +1106,1106,12,symb,c2_set_union_permuted,45,['!'],! $,0,1 +1106,1106,12,symb,c2_set_union_permuted,46,['$'],$ &,0,1 +1106,1106,12,symb,c2_set_union_permuted,47,['('],( > ),0,1 +1106,1106,12,symb,c2_set_union_permuted,48,[':'],% :],0,1 +1106,1106,12,symb,c2_set_union_permuted,49,['('],( > :],0,1 +1106,1106,12,symb,c2_set_union_permuted,50,['('],( < $ ),0,1 +1106,1106,12,symb,c2_set_union_permuted,51,['!'],! ( * !),0,1 +1106,1106,12,symb,c2_set_union_permuted,52,['('],(& &),0,1 +1106,1106,12,symb,c2_set_union_permuted,53,['~'],% $],0,1 +1106,1106,12,symb,c2_set_union_permuted,54,['%'],% :],0,1 +1106,1106,12,symb,c2_set_union_permuted,55,['>'],$ * >,0,1 +1106,1106,12,symb,c2_set_union_permuted,56,['('],( < !],0,1 +1106,1106,12,symb,c2_set_union_permuted,57,['>'],>],1,1 +1106,1106,12,symb,c2_set_union_permuted,58,['*'],*,1,1 +1106,1106,12,symb,c2_set_union_permuted,59,['!'],% &],0,1 +1106,1106,12,symb,c2_set_union_permuted,60,['>'],* %,0,1 +1106,1106,12,symb,c2_set_union_permuted,61,['%'],%],1,1 +1106,1106,12,symb,c2_set_union_permuted,62,['*'],*],1,1 +1106,1106,12,symb,c2_set_union_permuted,63,['>'],* > *],0,1 +1106,1106,12,symb,c2_set_union_permuted,64,['*'],* % >,0,1 +1106,1106,12,symb,c2_set_union_permuted,65,['!'],$ *,0,1 +1106,1106,12,symb,c2_set_union_permuted,66,['&'],% & !,0,1 +1106,1106,12,symb,c2_set_union_permuted,67,['!'],$ ~,0,1 +1106,1106,12,symb,c2_set_union_permuted,68,['~'],$ ~,0,1 +1106,1106,12,symb,c2_set_union_permuted,69,['%'],% !,0,1 +1106,1106,12,symb,c2_set_union_permuted,70,['!'],!],1,1 +1106,1106,12,symb,c2_set_union_permuted,71,['~'],% <,0,1 +1106,1106,12,symb,c2_set_union_permuted,72,['*'],*],1,1 +1106,1106,12,symb,c2_set_union_permuted,73,['>'],> < >,0,1 +1106,1106,12,symb,c2_set_union_permuted,74,['!'],$ > $,0,1 +1106,1106,12,symb,c2_set_union_permuted,75,['%'],% ~ &],0,1 +1106,1106,12,symb,c2_set_union_permuted,76,[':'],: :],0,1 +1106,1106,12,symb,c2_set_union_permuted,77,['$'],$ % (,0,1 +1106,1106,12,symb,c2_set_union_permuted,78,['~'],< ~],0,1 +1106,1106,12,symb,c2_set_union_permuted,79,['!'],< ! <],0,1 +1106,1106,12,symb,c2_set_union_permuted,80,['&'],$ & ~,0,1 +1106,1106,12,symb,c2_set_union_permuted,81,['('],% <],0,1 +1106,1106,12,symb,c2_set_union_permuted,82,['!'],! %,0,1 +1106,1106,12,symb,c2_set_union_permuted,83,['>'],< > (],0,1 +1106,1106,12,symb,c2_set_union_permuted,84,['<'],<&>],0,1 +1106,1106,12,symb,c2_set_union_permuted,85,['$'],$ :],0,1 +1106,1106,12,symb,c2_set_union_permuted,86,[':'],: :],0,1 +1106,1106,12,symb,c2_set_union_permuted,87,['!'],* ! *,0,1 +1106,1106,12,symb,c2_set_union_permuted,88,[':'],$ &,0,1 +1106,1106,12,symb,c2_set_union_permuted,89,[':'],* :],0,1 +1106,1106,12,symb,c2_set_union_permuted,90,[':'],: :],0,1 +1106,1106,12,symb,c2_set_union_permuted,91,[':'],: > :],0,1 +1106,1106,12,symb,c2_set_union_permuted,92,['<'],: <],0,1 +1106,1106,12,symb,c2_set_union_permuted,93,['('],> (~],0,1 +1106,1106,12,symb,c2_set_union_permuted,94,['%'],% :],0,1 +1106,1106,12,symb,c2_set_union_permuted,95,['~'],~],1,1 +1106,1106,12,symb,c2_set_union_permuted,96,['%'],:% >],0,1 +1106,1106,12,symb,c2_set_union_permuted,97,['&'],&,1,1 +1106,1106,12,symb,c2_set_union_permuted,98,['$'],$ %,0,1 +1106,1106,12,symb,c2_set_union_permuted,99,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,0,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,1,['('],(],1,1 +1106,1106,12,symb,c1_set_union_permuted,2,['*'],*,1,1 +1106,1106,12,symb,c1_set_union_permuted,3,['!'],% !,0,1 +1106,1106,12,symb,c1_set_union_permuted,4,['&'],&,1,1 +1106,1106,12,symb,c1_set_union_permuted,5,['*'],*,1,1 +1106,1106,12,symb,c1_set_union_permuted,6,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,7,['~'],~,1,1 +1106,1106,12,symb,c1_set_union_permuted,8,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,9,['$'],$,1,1 +1106,1106,12,symb,c1_set_union_permuted,10,['~'],~,1,1 +1106,1106,12,symb,c1_set_union_permuted,11,[':'],:],1,1 +1106,1106,12,symb,c1_set_union_permuted,12,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,13,[':'],:%,0,1 +1106,1106,12,symb,c1_set_union_permuted,14,['<'],<,1,1 +1106,1106,12,symb,c1_set_union_permuted,15,['*'],*,1,1 +1106,1106,12,symb,c1_set_union_permuted,16,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,17,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,18,['('],($ <),0,1 +1106,1106,12,symb,c1_set_union_permuted,19,['$'],$,1,1 +1106,1106,12,symb,c1_set_union_permuted,20,['&'],& ~,0,1 +1106,1106,12,symb,c1_set_union_permuted,21,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,22,[':'],:],1,1 +1106,1106,12,symb,c1_set_union_permuted,23,['~'],: ~,0,1 +1106,1106,12,symb,c1_set_union_permuted,24,['>'],>,1,1 +1106,1106,12,symb,c1_set_union_permuted,25,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,26,['$'],$,1,1 +1106,1106,12,symb,c1_set_union_permuted,27,['$'],($),0,1 +1106,1106,12,symb,c1_set_union_permuted,28,['&'],&,1,1 +1106,1106,12,symb,c1_set_union_permuted,29,['~'],~],1,1 +1106,1106,12,symb,c1_set_union_permuted,30,['~'],~,1,1 +1106,1106,12,symb,c1_set_union_permuted,31,['('],(%),0,1 +1106,1106,12,symb,c1_set_union_permuted,32,['('],( $,0,1 +1106,1106,12,symb,c1_set_union_permuted,33,['('],(~),0,1 +1106,1106,12,symb,c1_set_union_permuted,34,['$'],$,1,1 +1106,1106,12,symb,c1_set_union_permuted,35,['*'],*],1,1 +1106,1106,12,symb,c1_set_union_permuted,36,['<'],<,1,1 +1106,1106,12,symb,c1_set_union_permuted,37,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,38,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,39,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,40,[':'],:],1,1 +1106,1106,12,symb,c1_set_union_permuted,41,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,42,['('],(! :],0,1 +1106,1106,12,symb,c1_set_union_permuted,43,['!'],!],1,1 +1106,1106,12,symb,c1_set_union_permuted,44,['>'],>,1,1 +1106,1106,12,symb,c1_set_union_permuted,45,['>'],$,0,1 +1106,1106,12,symb,c1_set_union_permuted,46,['*'],*,1,1 +1106,1106,12,symb,c1_set_union_permuted,47,['<'],<,1,1 +1106,1106,12,symb,c1_set_union_permuted,48,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,49,[':'],% :],0,1 +1106,1106,12,symb,c1_set_union_permuted,50,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,51,['~'],~],1,1 +1106,1106,12,symb,c1_set_union_permuted,52,['%'],%],1,1 +1106,1106,12,symb,c1_set_union_permuted,53,[':'],$ (],0,1 +1106,1106,12,symb,c1_set_union_permuted,54,['!'],%,0,1 +1106,1106,12,symb,c1_set_union_permuted,55,['~'],~,1,1 +1106,1106,12,symb,c1_set_union_permuted,56,['<'],<,1,1 +1106,1106,12,symb,c1_set_union_permuted,57,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,58,['$'],$,1,1 +1106,1106,12,symb,c1_set_union_permuted,59,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,60,['&'],&,1,1 +1106,1106,12,symb,c1_set_union_permuted,61,['$'],$,1,1 +1106,1106,12,symb,c1_set_union_permuted,62,['('],>],0,1 +1106,1106,12,symb,c1_set_union_permuted,63,['~'],~,1,1 +1106,1106,12,symb,c1_set_union_permuted,64,['$'],($),0,1 +1106,1106,12,symb,c1_set_union_permuted,65,['*'],*],1,1 +1106,1106,12,symb,c1_set_union_permuted,66,['$'],$,1,1 +1106,1106,12,symb,c1_set_union_permuted,67,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,68,['~'],(~),0,1 +1106,1106,12,symb,c1_set_union_permuted,69,['~'],~,1,1 +1106,1106,12,symb,c1_set_union_permuted,70,[':'],:],1,1 +1106,1106,12,symb,c1_set_union_permuted,71,['<'],<,1,1 +1106,1106,12,symb,c1_set_union_permuted,72,['&'],&],1,1 +1106,1106,12,symb,c1_set_union_permuted,73,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,74,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,75,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,76,['('],(,1,1 +1106,1106,12,symb,c1_set_union_permuted,77,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,78,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,79,['&'],&,1,1 +1106,1106,12,symb,c1_set_union_permuted,80,['$'],$,1,1 +1106,1106,12,symb,c1_set_union_permuted,81,['*'],*],1,1 +1106,1106,12,symb,c1_set_union_permuted,82,['&'],&,1,1 +1106,1106,12,symb,c1_set_union_permuted,83,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,84,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,85,[':'],:],1,1 +1106,1106,12,symb,c1_set_union_permuted,86,['('],( >],0,1 +1106,1106,12,symb,c1_set_union_permuted,87,['!'],!,1,1 +1106,1106,12,symb,c1_set_union_permuted,88,['%'],%,1,1 +1106,1106,12,symb,c1_set_union_permuted,89,['~'],~],1,1 +1106,1106,12,symb,c1_set_union_permuted,90,['<'],<,1,1 +1106,1106,12,symb,c1_set_union_permuted,91,['&'],&],1,1 +1106,1106,12,symb,c1_set_union_permuted,92,['~'],* ~],0,1 +1106,1106,12,symb,c1_set_union_permuted,93,['<'],<,1,1 +1106,1106,12,symb,c1_set_union_permuted,94,['$'],$,1,1 +1106,1106,12,symb,c1_set_union_permuted,95,['*'],*,1,1 +1106,1106,12,symb,c1_set_union_permuted,96,['>'],>,1,1 +1106,1106,12,symb,c1_set_union_permuted,97,['('],<,0,1 +1106,1106,12,symb,c1_set_union_permuted,98,['~'],~,1,1 +1106,1106,12,symb,c1_set_union_permuted,99,['*'],*,1,1 +1106,1106,12,symb,XOR_permuted,0,"['(', '%']",(% (),0,1 +1106,1106,12,symb,XOR_permuted,1,"[':', '(']",* :],0,1 +1106,1106,12,symb,XOR_permuted,2,"['&', '>']",> &],1,1 +1106,1106,12,symb,XOR_permuted,3,"['~', '%']",% ~,1,1 +1106,1106,12,symb,XOR_permuted,4,"['!', '~']",% ~],0,1 +1106,1106,12,symb,XOR_permuted,5,"['<', '~']",(~ <),0,1 +1106,1106,12,symb,XOR_permuted,6,"['!', '$']",$ !,1,1 +1106,1106,12,symb,XOR_permuted,7,"['%', ':']",: %],1,1 +1106,1106,12,symb,XOR_permuted,8,"['&', '(']",* &],0,1 +1106,1106,12,symb,XOR_permuted,9,"[':', '!']",: !],1,1 +1106,1106,12,symb,XOR_permuted,10,"['$', '~']",~ $,1,1 +1106,1106,12,symb,XOR_permuted,11,"['%', '>']",* >],0,1 +1106,1106,12,symb,XOR_permuted,12,"['%', '$']",$ %,1,1 +1106,1106,12,symb,XOR_permuted,13,"['!', '~']",: ~],0,1 +1106,1106,12,symb,XOR_permuted,14,"['&', '!']",$ &],0,1 +1106,1106,12,symb,XOR_permuted,15,"['%', '>']",% >,1,1 +1106,1106,12,symb,XOR_permuted,16,"['>', ':']",! !],0,1 +1106,1106,12,symb,XOR_permuted,17,"['~', '*']",~ *],1,1 +1106,1106,12,symb,XOR_permuted,18,"['>', ':']",( >],0,1 +1106,1106,12,symb,XOR_permuted,19,"['%', '$']",$ %,1,1 +1106,1106,12,symb,XOR_permuted,20,"['%', '*']",* %,1,1 +1106,1106,12,symb,XOR_permuted,21,"['~', '<']",< >],0,1 +1106,1106,12,symb,XOR_permuted,22,"['%', '!']",! %],1,1 +1106,1106,12,symb,XOR_permuted,23,"['%', '$']",$ %],1,1 +1106,1106,12,symb,XOR_permuted,24,"[':', '%']",:% %],0,1 +1106,1106,12,symb,XOR_permuted,25,"['*', ':']",*: !,0,1 +1106,1106,12,symb,XOR_permuted,26,"['!', '$']",$ !,1,1 +1106,1106,12,symb,XOR_permuted,27,"['*', '$']",* $,1,1 +1106,1106,12,symb,XOR_permuted,28,"['!', '>']",> !,1,1 +1106,1106,12,symb,XOR_permuted,29,"['$', '%']",$ %,1,1 +1106,1106,12,symb,XOR_permuted,30,"['*', '<']",* <],1,1 +1106,1106,12,symb,XOR_permuted,31,"['*', '~']",* ~,1,1 +1106,1106,12,symb,XOR_permuted,32,"['%', '*']",: *],0,1 +1106,1106,12,symb,XOR_permuted,33,"['<', '>']",: &],0,1 +1106,1106,12,symb,XOR_permuted,34,"['!', '<']",],0,1 +1106,1106,12,symb,XOR_permuted,35,"['~', '%']",% ~,1,1 +1106,1106,12,symb,XOR_permuted,36,"['~', '%']",% ~,1,1 +1106,1106,12,symb,XOR_permuted,37,"['(', '<']",< >],0,1 +1106,1106,12,symb,XOR_permuted,38,"[':', '$']",: $],1,1 +1106,1106,12,symb,XOR_permuted,39,"['~', '>']",> ~],1,1 +1106,1106,12,symb,XOR_permuted,40,"['$', '!']",$ !,1,1 +1106,1106,12,symb,XOR_permuted,41,"['>', '~']",* >,0,1 +1106,1106,12,symb,XOR_permuted,42,"[':', '$']",: $,1,1 +1106,1106,12,symb,XOR_permuted,43,"['>', '%']",% >],1,1 +1106,1106,12,symb,XOR_permuted,44,"['*', '&']",% *],0,1 +1106,1106,12,symb,XOR_permuted,45,"['!', '<']",< !,1,1 +1106,1106,12,symb,XOR_permuted,46,"['*', '%']",* %],1,1 +1106,1106,12,symb,XOR_permuted,47,"['*', '%']",* %],1,1 +1106,1106,12,symb,XOR_permuted,48,"['%', '&']",& %,1,1 +1106,1106,12,symb,XOR_permuted,49,"['<', '&']",<& :],0,1 +1106,1106,12,symb,XOR_permuted,50,"['~', '$']",:] $,0,1 +1106,1106,12,symb,XOR_permuted,51,"['%', '&']",% (,0,1 +1106,1106,12,symb,XOR_permuted,52,"['$', ':']",: $],1,1 +1106,1106,12,symb,XOR_permuted,53,"[':', '*']",* :],1,1 +1106,1106,12,symb,XOR_permuted,54,"['&', '%']",% &,1,1 +1106,1106,12,symb,XOR_permuted,55,"['<', '$']",$ <],1,1 +1106,1106,12,symb,XOR_permuted,56,"['%', '~']",% :],0,1 +1106,1106,12,symb,XOR_permuted,57,"['<', '(']",(% !),0,1 +1106,1106,12,symb,XOR_permuted,58,"['>', '<']",< >,1,1 +1106,1106,12,symb,XOR_permuted,59,"[':', '*']",* :],1,1 +1106,1106,12,symb,XOR_permuted,60,"['$', '*']",% *],0,1 +1106,1106,12,symb,XOR_permuted,61,"['%', '&']",% &,1,1 +1106,1106,12,symb,XOR_permuted,62,"['%', '*']",* %],1,1 +1106,1106,12,symb,XOR_permuted,63,"['*', '%']",: >],0,1 +1106,1106,12,symb,XOR_permuted,64,"['*', '!']",: >],0,1 +1106,1106,12,symb,XOR_permuted,65,"['$', '~']",$ ~],1,1 +1106,1106,12,symb,XOR_permuted,66,"['$', '(']",$ $],0,1 +1106,1106,12,symb,XOR_permuted,67,"['%', '(']",% (,1,1 +1106,1106,12,symb,XOR_permuted,68,"['$', '<']",$ <],1,1 +1106,1106,12,symb,XOR_permuted,69,"['~', '(']",~ (],1,1 +1106,1106,12,symb,XOR_permuted,70,"['<', '%']",% <],1,1 +1106,1106,12,symb,XOR_permuted,71,"['!', '&']",! >],0,1 +1106,1106,12,symb,XOR_permuted,72,"[':', '&']",& :],1,1 +1106,1106,12,symb,XOR_permuted,73,"['~', '!']",% ~],0,1 +1106,1106,12,symb,XOR_permuted,74,"['%', '$']",% $,1,1 +1106,1106,12,symb,XOR_permuted,75,"['*', '$']",* $,1,1 +1106,1106,12,symb,XOR_permuted,76,"['$', '~']",$ ~,1,1 +1106,1106,12,symb,XOR_permuted,77,"['(', '&']",(& <),0,1 +1106,1106,12,symb,XOR_permuted,78,"['&', '(']",&) ~],0,1 +1106,1106,12,symb,XOR_permuted,79,"['>', '!']",! >],1,1 +1106,1106,12,symb,XOR_permuted,80,"[':', '!']",! :],1,1 +1106,1106,12,symb,XOR_permuted,81,"['<', '~']",< ~],1,1 +1106,1106,12,symb,XOR_permuted,82,"['<', '>']",( <],0,1 +1106,1106,12,symb,XOR_permuted,83,"['>', '%']",% >,1,1 +1106,1106,12,symb,XOR_permuted,84,"['~', '$']",~ $],1,1 +1106,1106,12,symb,XOR_permuted,85,"['$', '(']",$ :],0,1 +1106,1106,12,symb,XOR_permuted,86,"['~', '*']",: *],0,1 +1106,1106,12,symb,XOR_permuted,87,"['$', '(']",$ >,0,1 +1106,1106,12,symb,XOR_permuted,88,"['!', '&']",! &,1,1 +1106,1106,12,symb,XOR_permuted,89,"['(', '$']",$ (],1,1 +1106,1106,12,symb,XOR_permuted,90,"['&', '<']",& <],1,1 +1106,1106,12,symb,XOR_permuted,91,"['(', '%']",% (],1,1 +1106,1106,12,symb,XOR_permuted,92,"[':', '(']",~ ~],0,1 +1106,1106,12,symb,XOR_permuted,93,"['<', ':']",$ <,0,1 +1106,1106,12,symb,XOR_permuted,94,"['!', '>']",> $],0,1 +1106,1106,12,symb,XOR_permuted,95,"[':', '<']",< :],1,1 +1106,1106,12,symb,XOR_permuted,96,"['<', '$']",$ <],1,1 +1106,1106,12,symb,XOR_permuted,97,"[':', '!']",: !],1,1 +1106,1106,12,symb,XOR_permuted,98,"['>', '<']",<* >],0,1 +1106,1106,12,symb,XOR_permuted,99,"['~', '>']",: >],0,1 +1106,1106,12,symb,AND_permuted,0,[],*,0,1 +1106,1106,12,symb,AND_permuted,1,[],$!,0,1 +1106,1106,12,symb,AND_permuted,2,[],!],0,1 +1106,1106,12,symb,AND_permuted,3,[],>],0,1 +1106,1106,12,symb,AND_permuted,4,[],$,0,1 +1106,1106,12,symb,AND_permuted,5,[],*],0,1 +1106,1106,12,symb,AND_permuted,6,[],* >],0,1 +1106,1106,12,symb,AND_permuted,7,[],* >],0,1 +1106,1106,12,symb,AND_permuted,8,[],],1,1 +1106,1106,12,symb,AND_permuted,9,[],%,0,1 +1106,1106,12,symb,AND_permuted,10,[],$,0,1 +1106,1106,12,symb,AND_permuted,11,[],:],0,1 +1106,1106,12,symb,AND_permuted,12,[],<,0,1 +1106,1106,12,symb,AND_permuted,13,[],*],0,1 +1106,1106,12,symb,AND_permuted,14,[],>],0,1 +1106,1106,12,symb,AND_permuted,15,[],],1,1 +1106,1106,12,symb,AND_permuted,16,[],%,0,1 +1106,1106,12,symb,AND_permuted,17,[],%,0,1 +1106,1106,12,symb,AND_permuted,18,[],:],0,1 +1106,1106,12,symb,AND_permuted,19,[],&,0,1 +1106,1106,12,symb,AND_permuted,20,[],*,0,1 +1106,1106,12,symb,AND_permuted,21,[],>],0,1 +1106,1106,12,symb,AND_permuted,22,[],$,0,1 +1106,1106,12,symb,AND_permuted,23,[],],1,1 +1106,1106,12,symb,AND_permuted,24,[],],1,1 +1106,1106,12,symb,AND_permuted,25,[],#,0,1 +1106,1106,12,symb,AND_permuted,26,[],)],0,1 +1106,1106,12,symb,AND_permuted,27,[],(&),0,1 +1106,1106,12,symb,AND_permuted,28,[],)],0,1 +1106,1106,12,symb,AND_permuted,29,[],!,0,1 +1106,1106,12,symb,AND_permuted,30,[],<],0,1 +1106,1106,12,symb,AND_permuted,31,[],&],0,1 +1106,1106,12,symb,AND_permuted,32,[],$,0,1 +1106,1106,12,symb,AND_permuted,33,[],:],0,1 +1106,1106,12,symb,AND_permuted,34,[],<],0,1 +1106,1106,12,symb,AND_permuted,35,[],~,0,1 +1106,1106,12,symb,AND_permuted,36,[],*,0,1 +1106,1106,12,symb,AND_permuted,37,[],*,0,1 +1106,1106,12,symb,AND_permuted,38,[],%,0,1 +1106,1106,12,symb,AND_permuted,39,[],*,0,1 +1106,1106,12,symb,AND_permuted,40,[],:],0,1 +1106,1106,12,symb,AND_permuted,41,[],%,0,1 +1106,1106,12,symb,AND_permuted,42,[],(&),0,1 +1106,1106,12,symb,AND_permuted,43,[],>],0,1 +1106,1106,12,symb,AND_permuted,44,[],:],0,1 +1106,1106,12,symb,AND_permuted,45,[],%,0,1 +1106,1106,12,symb,AND_permuted,46,[],<,0,1 +1106,1106,12,symb,AND_permuted,47,[],%,0,1 +1106,1106,12,symb,AND_permuted,48,[],:],0,1 +1106,1106,12,symb,AND_permuted,49,[],%,0,1 +1106,1106,12,symb,AND_permuted,50,[],%,0,1 +1106,1106,12,symb,AND_permuted,51,[],*,0,1 +1106,1106,12,symb,AND_permuted,52,[],],1,1 +1106,1106,12,symb,AND_permuted,53,[],~],0,1 +1106,1106,12,symb,AND_permuted,54,[],<],0,1 +1106,1106,12,symb,AND_permuted,55,[],:],0,1 +1106,1106,12,symb,AND_permuted,56,[],>],0,1 +1106,1106,12,symb,AND_permuted,57,[],*,0,1 +1106,1106,12,symb,AND_permuted,58,[],!],0,1 +1106,1106,12,symb,AND_permuted,59,[],$,0,1 +1106,1106,12,symb,AND_permuted,60,[],% >],0,1 +1106,1106,12,symb,AND_permuted,61,[],*],0,1 +1106,1106,12,symb,AND_permuted,62,[],*],0,1 +1106,1106,12,symb,AND_permuted,63,[],:],0,1 +1106,1106,12,symb,AND_permuted,64,[],*,0,1 +1106,1106,12,symb,AND_permuted,65,[],&,0,1 +1106,1106,12,symb,AND_permuted,66,[],)],0,1 +1106,1106,12,symb,AND_permuted,67,[],!,0,1 +1106,1106,12,symb,AND_permuted,68,[],:],0,1 +1106,1106,12,symb,AND_permuted,69,[],(],0,1 +1106,1106,12,symb,AND_permuted,70,[],&,0,1 +1106,1106,12,symb,AND_permuted,71,[],$,0,1 +1106,1106,12,symb,AND_permuted,72,[],:],0,1 +1106,1106,12,symb,AND_permuted,73,[],],1,1 +1106,1106,12,symb,AND_permuted,74,[],&,0,1 +1106,1106,12,symb,AND_permuted,75,[],!],0,1 +1106,1106,12,symb,AND_permuted,76,[],],1,1 +1106,1106,12,symb,AND_permuted,77,[],%,0,1 +1106,1106,12,symb,AND_permuted,78,[],],1,1 +1106,1106,12,symb,AND_permuted,79,[],$,0,1 +1106,1106,12,symb,AND_permuted,80,[],>],0,1 +1106,1106,12,symb,AND_permuted,81,[],<,0,1 +1106,1106,12,symb,AND_permuted,82,[],>],0,1 +1106,1106,12,symb,AND_permuted,83,[],],1,1 +1106,1106,12,symb,AND_permuted,84,[],* <],0,1 +1106,1106,12,symb,AND_permuted,85,[],*,0,1 +1106,1106,12,symb,AND_permuted,86,[],:],0,1 +1106,1106,12,symb,AND_permuted,87,[],],1,1 +1106,1106,12,symb,AND_permuted,88,[],%],0,1 +1106,1106,12,symb,AND_permuted,89,[],$,0,1 +1106,1106,12,symb,AND_permuted,90,[],~,0,1 +1106,1106,12,symb,AND_permuted,91,[],)],0,1 +1106,1106,12,symb,AND_permuted,92,[],<],0,1 +1106,1106,12,symb,AND_permuted,93,[],],1,1 +1106,1106,12,symb,AND_permuted,94,[],%,0,1 +1106,1106,12,symb,AND_permuted,95,[],],1,1 +1106,1106,12,symb,AND_permuted,96,[],)],0,1 +1106,1106,12,symb,AND_permuted,97,[],* >],0,1 +1106,1106,12,symb,AND_permuted,98,[],]~,1,1 +1106,1106,12,symb,AND_permuted,99,[],>],0,1 +0125,0125,02,num,row_constant,0,[3],3],1,1 +0125,0125,02,num,row_constant,1,[4],4,1,1 +0125,0125,02,num,row_constant,2,[7],7,1,1 +0125,0125,02,num,row_constant,3,[3],3],1,1 +0125,0125,02,num,row_constant,4,[6],6,1,1 +0125,0125,02,num,row_constant,5,[7],7,1,1 +0125,0125,02,num,row_constant,6,[5],5],1,1 +0125,0125,02,num,row_constant,7,[9],9],1,1 +0125,0125,02,num,row_constant,8,[4],4],1,1 +0125,0125,02,num,row_constant,9,[4],4],1,1 +0125,0125,02,num,row_constant,10,[8],8,1,1 +0125,0125,02,num,row_constant,11,[9],9,1,1 +0125,0125,02,num,row_constant,12,[0],0],1,1 +0125,0125,02,num,row_constant,13,[0],0],1,1 +0125,0125,02,num,row_constant,14,[1],1],1,1 +0125,0125,02,num,row_constant,15,[4],4],1,1 +0125,0125,02,num,row_constant,16,[3],3],1,1 +0125,0125,02,num,row_constant,17,[7],7],1,1 +0125,0125,02,num,row_constant,18,[0],0],1,1 +0125,0125,02,num,row_constant,19,[5],5,1,1 +0125,0125,02,num,row_constant,20,[0],0,1,1 +0125,0125,02,num,row_constant,21,[3],3],1,1 +0125,0125,02,num,row_constant,22,[7],7,1,1 +0125,0125,02,num,row_constant,23,[9],9],1,1 +0125,0125,02,num,row_constant,24,[7],7],1,1 +0125,0125,02,num,row_constant,25,[4],4],1,1 +0125,0125,02,num,row_constant,26,[5],5],1,1 +0125,0125,02,num,row_constant,27,[9],9,1,1 +0125,0125,02,num,row_constant,28,[6],6],1,1 +0125,0125,02,num,row_constant,29,[7],7,1,1 +0125,0125,02,num,row_constant,30,[6],6],1,1 +0125,0125,02,num,row_constant,31,[4],4],1,1 +0125,0125,02,num,row_constant,32,[2],2,1,1 +0125,0125,02,num,row_constant,33,[4],4,1,1 +0125,0125,02,num,row_constant,34,[6],6],1,1 +0125,0125,02,num,row_constant,35,[7],7,1,1 +0125,0125,02,num,row_constant,36,[4],4,1,1 +0125,0125,02,num,row_constant,37,[3],3],1,1 +0125,0125,02,num,row_constant,38,[0],0],1,1 +0125,0125,02,num,row_constant,39,[9],9,1,1 +0125,0125,02,num,row_constant,40,[0],0],1,1 +0125,0125,02,num,row_constant,41,[6],6,1,1 +0125,0125,02,num,row_constant,42,[1],1,1,1 +0125,0125,02,num,row_constant,43,[4],4],1,1 +0125,0125,02,num,row_constant,44,[5],5],1,1 +0125,0125,02,num,row_constant,45,[3],3],1,1 +0125,0125,02,num,row_constant,46,[2],2],1,1 +0125,0125,02,num,row_constant,47,[8],8,1,1 +0125,0125,02,num,row_constant,48,[8],8,1,1 +0125,0125,02,num,row_constant,49,[7],7],1,1 +0125,0125,02,num,row_constant,50,[1],1],1,1 +0125,0125,02,num,row_constant,51,[4],8,0,1 +0125,0125,02,num,row_constant,52,[7],7],1,1 +0125,0125,02,num,row_constant,53,[7],7,1,1 +0125,0125,02,num,row_constant,54,[9],9],1,1 +0125,0125,02,num,row_constant,55,[0],0],1,1 +0125,0125,02,num,row_constant,56,[7],7,1,1 +0125,0125,02,num,row_constant,57,[0],0],1,1 +0125,0125,02,num,row_constant,58,[3],3],1,1 +0125,0125,02,num,row_constant,59,[5],5],1,1 +0125,0125,02,num,row_constant,60,[1],1,1,1 +0125,0125,02,num,row_constant,61,[3],3],1,1 +0125,0125,02,num,row_constant,62,[3],3],1,1 +0125,0125,02,num,row_constant,63,[3],3,1,1 +0125,0125,02,num,row_constant,64,[1],1,1,1 +0125,0125,02,num,row_constant,65,[4],4,1,1 +0125,0125,02,num,row_constant,66,[8],8,1,1 +0125,0125,02,num,row_constant,67,[5],5],1,1 +0125,0125,02,num,row_constant,68,[4],4],1,1 +0125,0125,02,num,row_constant,69,[4],4],1,1 +0125,0125,02,num,row_constant,70,[4],4,1,1 +0125,0125,02,num,row_constant,71,[7],7,1,1 +0125,0125,02,num,row_constant,72,[1],1],1,1 +0125,0125,02,num,row_constant,73,[6],6,1,1 +0125,0125,02,num,row_constant,74,[5],5],1,1 +0125,0125,02,num,row_constant,75,[0],0],1,1 +0125,0125,02,num,row_constant,76,[7],7,1,1 +0125,0125,02,num,row_constant,77,[7],7],1,1 +0125,0125,02,num,row_constant,78,[4],4,1,1 +0125,0125,02,num,row_constant,79,[2],2],1,1 +0125,0125,02,num,row_constant,80,[3],3,1,1 +0125,0125,02,num,row_constant,81,[2],2,1,1 +0125,0125,02,num,row_constant,82,[9],9],1,1 +0125,0125,02,num,row_constant,83,[8],8,1,1 +0125,0125,02,num,row_constant,84,[5],5],1,1 +0125,0125,02,num,row_constant,85,[2],2,1,1 +0125,0125,02,num,row_constant,86,[4],4],1,1 +0125,0125,02,num,row_constant,87,[7],7,1,1 +0125,0125,02,num,row_constant,88,[0],0],1,1 +0125,0125,02,num,row_constant,89,[3],3,1,1 +0125,0125,02,num,row_constant,90,[7],7,1,1 +0125,0125,02,num,row_constant,91,[7],7],1,1 +0125,0125,02,num,row_constant,92,[1],1,1,1 +0125,0125,02,num,row_constant,93,[7],7,1,1 +0125,0125,02,num,row_constant,94,[2],2],1,1 +0125,0125,02,num,row_constant,95,[6],6,1,1 +0125,0125,02,num,row_constant,96,[6],6],1,1 +0125,0125,02,num,row_constant,97,[2],2],1,1 +0125,0125,02,num,row_constant,98,[8],8,1,1 +0125,0125,02,num,row_constant,99,[6],6],1,1 +0125,0125,02,num,col_constant,0,[6],6,1,1 +0125,0125,02,num,col_constant,1,[9],9,1,1 +0125,0125,02,num,col_constant,2,[9],9,1,1 +0125,0125,02,num,col_constant,3,[8],8,1,1 +0125,0125,02,num,col_constant,4,[7],7,1,1 +0125,0125,02,num,col_constant,5,[8],8,1,1 +0125,0125,02,num,col_constant,6,[3],3,1,1 +0125,0125,02,num,col_constant,7,[5],5,1,1 +0125,0125,02,num,col_constant,8,[4],4,1,1 +0125,0125,02,num,col_constant,9,[4],4],1,1 +0125,0125,02,num,col_constant,10,[5],5,1,1 +0125,0125,02,num,col_constant,11,[8],8,1,1 +0125,0125,02,num,col_constant,12,[0],0,1,1 +0125,0125,02,num,col_constant,13,[1],1,1,1 +0125,0125,02,num,col_constant,14,[3],3,1,1 +0125,0125,02,num,col_constant,15,[6],6,1,1 +0125,0125,02,num,col_constant,16,[7],7,1,1 +0125,0125,02,num,col_constant,17,[5],5,1,1 +0125,0125,02,num,col_constant,18,[4],4,1,1 +0125,0125,02,num,col_constant,19,[2],2,1,1 +0125,0125,02,num,col_constant,20,[6],6],1,1 +0125,0125,02,num,col_constant,21,[6],6,1,1 +0125,0125,02,num,col_constant,22,[9],9,1,1 +0125,0125,02,num,col_constant,23,[0],0,1,1 +0125,0125,02,num,col_constant,24,[5],5],1,1 +0125,0125,02,num,col_constant,25,[2],2],1,1 +0125,0125,02,num,col_constant,26,[9],9,1,1 +0125,0125,02,num,col_constant,27,[6],6,1,1 +0125,0125,02,num,col_constant,28,[9],9,1,1 +0125,0125,02,num,col_constant,29,[3],3,1,1 +0125,0125,02,num,col_constant,30,[6],6,1,1 +0125,0125,02,num,col_constant,31,[8],8,1,1 +0125,0125,02,num,col_constant,32,[4],4,1,1 +0125,0125,02,num,col_constant,33,[0],0,1,1 +0125,0125,02,num,col_constant,34,[3],3,1,1 +0125,0125,02,num,col_constant,35,[3],3,1,1 +0125,0125,02,num,col_constant,36,[5],5,1,1 +0125,0125,02,num,col_constant,37,[2],2,1,1 +0125,0125,02,num,col_constant,38,[2],2,1,1 +0125,0125,02,num,col_constant,39,[3],3,1,1 +0125,0125,02,num,col_constant,40,[2],2,1,1 +0125,0125,02,num,col_constant,41,[3],3,1,1 +0125,0125,02,num,col_constant,42,[3],3],1,1 +0125,0125,02,num,col_constant,43,[0],0,1,1 +0125,0125,02,num,col_constant,44,[6],6,1,1 +0125,0125,02,num,col_constant,45,[5],5,1,1 +0125,0125,02,num,col_constant,46,[7],7],1,1 +0125,0125,02,num,col_constant,47,[0],0,1,1 +0125,0125,02,num,col_constant,48,[8],8,1,1 +0125,0125,02,num,col_constant,49,[5],5,1,1 +0125,0125,02,num,col_constant,50,[7],7,1,1 +0125,0125,02,num,col_constant,51,[7],7,1,1 +0125,0125,02,num,col_constant,52,[8],8,1,1 +0125,0125,02,num,col_constant,53,[2],2],1,1 +0125,0125,02,num,col_constant,54,[0],0,1,1 +0125,0125,02,num,col_constant,55,[0],0,1,1 +0125,0125,02,num,col_constant,56,[6],6],1,1 +0125,0125,02,num,col_constant,57,[6],6,1,1 +0125,0125,02,num,col_constant,58,[0],0,1,1 +0125,0125,02,num,col_constant,59,[2],2,1,1 +0125,0125,02,num,col_constant,60,[3],3],1,1 +0125,0125,02,num,col_constant,61,[4],4,1,1 +0125,0125,02,num,col_constant,62,[5],5,1,1 +0125,0125,02,num,col_constant,63,[1],1,1,1 +0125,0125,02,num,col_constant,64,[5],5],1,1 +0125,0125,02,num,col_constant,65,[2],2],1,1 +0125,0125,02,num,col_constant,66,[0],0,1,1 +0125,0125,02,num,col_constant,67,[7],7,1,1 +0125,0125,02,num,col_constant,68,[4],4,1,1 +0125,0125,02,num,col_constant,69,[4],4,1,1 +0125,0125,02,num,col_constant,70,[8],8],1,1 +0125,0125,02,num,col_constant,71,[2],2,1,1 +0125,0125,02,num,col_constant,72,[6],6,1,1 +0125,0125,02,num,col_constant,73,[4],4,1,1 +0125,0125,02,num,col_constant,74,[8],8,1,1 +0125,0125,02,num,col_constant,75,[3],3,1,1 +0125,0125,02,num,col_constant,76,[1],1,1,1 +0125,0125,02,num,col_constant,77,[5],5,1,1 +0125,0125,02,num,col_constant,78,[7],7,1,1 +0125,0125,02,num,col_constant,79,[9],9,1,1 +0125,0125,02,num,col_constant,80,[5],5,1,1 +0125,0125,02,num,col_constant,81,[6],6,1,1 +0125,0125,02,num,col_constant,82,[8],8,1,1 +0125,0125,02,num,col_constant,83,[9],9,1,1 +0125,0125,02,num,col_constant,84,[3],3],1,1 +0125,0125,02,num,col_constant,85,[5],5,1,1 +0125,0125,02,num,col_constant,86,[5],5],1,1 +0125,0125,02,num,col_constant,87,[6],6,1,1 +0125,0125,02,num,col_constant,88,[1],1,1,1 +0125,0125,02,num,col_constant,89,[6],6,1,1 +0125,0125,02,num,col_constant,90,[3],3,1,1 +0125,0125,02,num,col_constant,91,[3],3,1,1 +0125,0125,02,num,col_constant,92,[0],0,1,1 +0125,0125,02,num,col_constant,93,[6],6,1,1 +0125,0125,02,num,col_constant,94,[6],6,1,1 +0125,0125,02,num,col_constant,95,[3],3,1,1 +0125,0125,02,num,col_constant,96,[1],1,1,1 +0125,0125,02,num,col_constant,97,[5],5,1,1 +0125,0125,02,num,col_constant,98,[5],5],1,1 +0125,0125,02,num,col_constant,99,[2],2,1,1 +0125,0125,02,num,dist3_diag1,0,[2],2,1,1 +0125,0125,02,num,dist3_diag1,1,[4],4,1,1 +0125,0125,02,num,dist3_diag1,2,[7],7,1,1 +0125,0125,02,num,dist3_diag1,3,[0],0,1,1 +0125,0125,02,num,dist3_diag1,4,[6],6,1,1 +0125,0125,02,num,dist3_diag1,5,[6],6,1,1 +0125,0125,02,num,dist3_diag1,6,[2],2,1,1 +0125,0125,02,num,dist3_diag1,7,[0],0,1,1 +0125,0125,02,num,dist3_diag1,8,[9],9,1,1 +0125,0125,02,num,dist3_diag1,9,[8],8,1,1 +0125,0125,02,num,dist3_diag1,10,[5],5,1,1 +0125,0125,02,num,dist3_diag1,11,[3],3,1,1 +0125,0125,02,num,dist3_diag1,12,[0],0,1,1 +0125,0125,02,num,dist3_diag1,13,[2],2,1,1 +0125,0125,02,num,dist3_diag1,14,[3],3,1,1 +0125,0125,02,num,dist3_diag1,15,[7],7,1,1 +0125,0125,02,num,dist3_diag1,16,[6],6,1,1 +0125,0125,02,num,dist3_diag1,17,[3],3,1,1 +0125,0125,02,num,dist3_diag1,18,[3],3,1,1 +0125,0125,02,num,dist3_diag1,19,[3],3,1,1 +0125,0125,02,num,dist3_diag1,20,[7],7,1,1 +0125,0125,02,num,dist3_diag1,21,[4],4,1,1 +0125,0125,02,num,dist3_diag1,22,[9],9,1,1 +0125,0125,02,num,dist3_diag1,23,[9],9,1,1 +0125,0125,02,num,dist3_diag1,24,[7],7,1,1 +0125,0125,02,num,dist3_diag1,25,[5],5,1,1 +0125,0125,02,num,dist3_diag1,26,[4],4,1,1 +0125,0125,02,num,dist3_diag1,27,[0],0,1,1 +0125,0125,02,num,dist3_diag1,28,[8],8,1,1 +0125,0125,02,num,dist3_diag1,29,[3],3,1,1 +0125,0125,02,num,dist3_diag1,30,[4],4,1,1 +0125,0125,02,num,dist3_diag1,31,[2],2,1,1 +0125,0125,02,num,dist3_diag1,32,[8],8,1,1 +0125,0125,02,num,dist3_diag1,33,[0],0,1,1 +0125,0125,02,num,dist3_diag1,34,[8],8,1,1 +0125,0125,02,num,dist3_diag1,35,[9],9,1,1 +0125,0125,02,num,dist3_diag1,36,[0],0,1,1 +0125,0125,02,num,dist3_diag1,37,[3],3,1,1 +0125,0125,02,num,dist3_diag1,38,[4],4,1,1 +0125,0125,02,num,dist3_diag1,39,[1],1,1,1 +0125,0125,02,num,dist3_diag1,40,[5],5,1,1 +0125,0125,02,num,dist3_diag1,41,[5],5],1,1 +0125,0125,02,num,dist3_diag1,42,[6],6,1,1 +0125,0125,02,num,dist3_diag1,43,[8],8,1,1 +0125,0125,02,num,dist3_diag1,44,[9],9,1,1 +0125,0125,02,num,dist3_diag1,45,[1],1,1,1 +0125,0125,02,num,dist3_diag1,46,[3],3,1,1 +0125,0125,02,num,dist3_diag1,47,[5],5,1,1 +0125,0125,02,num,dist3_diag1,48,[0],0,1,1 +0125,0125,02,num,dist3_diag1,49,[2],2],1,1 +0125,0125,02,num,dist3_diag1,50,[6],6,1,1 +0125,0125,02,num,dist3_diag1,51,[6],6,1,1 +0125,0125,02,num,dist3_diag1,52,[4],4,1,1 +0125,0125,02,num,dist3_diag1,53,[5],5,1,1 +0125,0125,02,num,dist3_diag1,54,[9],9,1,1 +0125,0125,02,num,dist3_diag1,55,[5],5,1,1 +0125,0125,02,num,dist3_diag1,56,[0],0,1,1 +0125,0125,02,num,dist3_diag1,57,[3],3,1,1 +0125,0125,02,num,dist3_diag1,58,[3],3,1,1 +0125,0125,02,num,dist3_diag1,59,[1],1,1,1 +0125,0125,02,num,dist3_diag1,60,[8],8,1,1 +0125,0125,02,num,dist3_diag1,61,[4],4,1,1 +0125,0125,02,num,dist3_diag1,62,[6],6,1,1 +0125,0125,02,num,dist3_diag1,63,[8],8,1,1 +0125,0125,02,num,dist3_diag1,64,[5],5,1,1 +0125,0125,02,num,dist3_diag1,65,[6],6,1,1 +0125,0125,02,num,dist3_diag1,66,[0],0,1,1 +0125,0125,02,num,dist3_diag1,67,[9],9,1,1 +0125,0125,02,num,dist3_diag1,68,[5],5,1,1 +0125,0125,02,num,dist3_diag1,69,[1],1,1,1 +0125,0125,02,num,dist3_diag1,70,[7],7,1,1 +0125,0125,02,num,dist3_diag1,71,[7],7,1,1 +0125,0125,02,num,dist3_diag1,72,[9],9,1,1 +0125,0125,02,num,dist3_diag1,73,[8],8,1,1 +0125,0125,02,num,dist3_diag1,74,[8],8,1,1 +0125,0125,02,num,dist3_diag1,75,[8],8,1,1 +0125,0125,02,num,dist3_diag1,76,[6],6,1,1 +0125,0125,02,num,dist3_diag1,77,[3],3,1,1 +0125,0125,02,num,dist3_diag1,78,[7],7,1,1 +0125,0125,02,num,dist3_diag1,79,[2],2],1,1 +0125,0125,02,num,dist3_diag1,80,[3],3],1,1 +0125,0125,02,num,dist3_diag1,81,[8],8,1,1 +0125,0125,02,num,dist3_diag1,82,[9],9,1,1 +0125,0125,02,num,dist3_diag1,83,[9],9,1,1 +0125,0125,02,num,dist3_diag1,84,[8],8,1,1 +0125,0125,02,num,dist3_diag1,85,[4],4,1,1 +0125,0125,02,num,dist3_diag1,86,[3],3],1,1 +0125,0125,02,num,dist3_diag1,87,[3],3,1,1 +0125,0125,02,num,dist3_diag1,88,[6],6,1,1 +0125,0125,02,num,dist3_diag1,89,[0],0,1,1 +0125,0125,02,num,dist3_diag1,90,[4],4,1,1 +0125,0125,02,num,dist3_diag1,91,[3],3,1,1 +0125,0125,02,num,dist3_diag1,92,[8],8,1,1 +0125,0125,02,num,dist3_diag1,93,[0],0,1,1 +0125,0125,02,num,dist3_diag1,94,[4],4,1,1 +0125,0125,02,num,dist3_diag1,95,[0],0,1,1 +0125,0125,02,num,dist3_diag1,96,[6],6,1,1 +0125,0125,02,num,dist3_diag1,97,[9],9,1,1 +0125,0125,02,num,dist3_diag1,98,[6],6,1,1 +0125,0125,02,num,dist3_diag1,99,[8],8,1,1 +0125,0125,02,num,dist3_diag2,0,[9],9,1,1 +0125,0125,02,num,dist3_diag2,1,[5],5,1,1 +0125,0125,02,num,dist3_diag2,2,[5],5,1,1 +0125,0125,02,num,dist3_diag2,3,[4],4,1,1 +0125,0125,02,num,dist3_diag2,4,[2],2,1,1 +0125,0125,02,num,dist3_diag2,5,[8],8,1,1 +0125,0125,02,num,dist3_diag2,6,[4],4,1,1 +0125,0125,02,num,dist3_diag2,7,[4],4,1,1 +0125,0125,02,num,dist3_diag2,8,[9],9,1,1 +0125,0125,02,num,dist3_diag2,9,[5],5,1,1 +0125,0125,02,num,dist3_diag2,10,[7],7,1,1 +0125,0125,02,num,dist3_diag2,11,[1],1,1,1 +0125,0125,02,num,dist3_diag2,12,[1],1,1,1 +0125,0125,02,num,dist3_diag2,13,[9],9,1,1 +0125,0125,02,num,dist3_diag2,14,[3],3,1,1 +0125,0125,02,num,dist3_diag2,15,[7],7,1,1 +0125,0125,02,num,dist3_diag2,16,[5],5,1,1 +0125,0125,02,num,dist3_diag2,17,[5],5,1,1 +0125,0125,02,num,dist3_diag2,18,[5],5,1,1 +0125,0125,02,num,dist3_diag2,19,[7],7,1,1 +0125,0125,02,num,dist3_diag2,20,[9],9,1,1 +0125,0125,02,num,dist3_diag2,21,[1],1,1,1 +0125,0125,02,num,dist3_diag2,22,[8],8,1,1 +0125,0125,02,num,dist3_diag2,23,[8],8,1,1 +0125,0125,02,num,dist3_diag2,24,[6],6,1,1 +0125,0125,02,num,dist3_diag2,25,[3],3,1,1 +0125,0125,02,num,dist3_diag2,26,[4],4,1,1 +0125,0125,02,num,dist3_diag2,27,[3],3,1,1 +0125,0125,02,num,dist3_diag2,28,[6],6,1,1 +0125,0125,02,num,dist3_diag2,29,[7],7,1,1 +0125,0125,02,num,dist3_diag2,30,[6],6,1,1 +0125,0125,02,num,dist3_diag2,31,[2],2],1,1 +0125,0125,02,num,dist3_diag2,32,[3],3,1,1 +0125,0125,02,num,dist3_diag2,33,[3],3,1,1 +0125,0125,02,num,dist3_diag2,34,[0],0,1,1 +0125,0125,02,num,dist3_diag2,35,[8],8,1,1 +0125,0125,02,num,dist3_diag2,36,[6],6,1,1 +0125,0125,02,num,dist3_diag2,37,[3],3,1,1 +0125,0125,02,num,dist3_diag2,38,[7],7,1,1 +0125,0125,02,num,dist3_diag2,39,[4],4,1,1 +0125,0125,02,num,dist3_diag2,40,[8],8,1,1 +0125,0125,02,num,dist3_diag2,41,[8],8,1,1 +0125,0125,02,num,dist3_diag2,42,[2],2,1,1 +0125,0125,02,num,dist3_diag2,43,[9],9,1,1 +0125,0125,02,num,dist3_diag2,44,[2],2,1,1 +0125,0125,02,num,dist3_diag2,45,[4],4,1,1 +0125,0125,02,num,dist3_diag2,46,[5],5,1,1 +0125,0125,02,num,dist3_diag2,47,[5],5,1,1 +0125,0125,02,num,dist3_diag2,48,[0],0,1,1 +0125,0125,02,num,dist3_diag2,49,[9],9,1,1 +0125,0125,02,num,dist3_diag2,50,[5],5,1,1 +0125,0125,02,num,dist3_diag2,51,[2],2,1,1 +0125,0125,02,num,dist3_diag2,52,[9],9,1,1 +0125,0125,02,num,dist3_diag2,53,[2],2,1,1 +0125,0125,02,num,dist3_diag2,54,[5],5,1,1 +0125,0125,02,num,dist3_diag2,55,[3],3,1,1 +0125,0125,02,num,dist3_diag2,56,[5],5,1,1 +0125,0125,02,num,dist3_diag2,57,[8],8,1,1 +0125,0125,02,num,dist3_diag2,58,[3],3],1,1 +0125,0125,02,num,dist3_diag2,59,[9],9,1,1 +0125,0125,02,num,dist3_diag2,60,[1],1,1,1 +0125,0125,02,num,dist3_diag2,61,[3],3,1,1 +0125,0125,02,num,dist3_diag2,62,[9],9,1,1 +0125,0125,02,num,dist3_diag2,63,[7],7,1,1 +0125,0125,02,num,dist3_diag2,64,[5],5,1,1 +0125,0125,02,num,dist3_diag2,65,[4],4,1,1 +0125,0125,02,num,dist3_diag2,66,[3],3,1,1 +0125,0125,02,num,dist3_diag2,67,[4],4,1,1 +0125,0125,02,num,dist3_diag2,68,[7],7,1,1 +0125,0125,02,num,dist3_diag2,69,[8],8,1,1 +0125,0125,02,num,dist3_diag2,70,[3],3,1,1 +0125,0125,02,num,dist3_diag2,71,[6],6,1,1 +0125,0125,02,num,dist3_diag2,72,[5],5,1,1 +0125,0125,02,num,dist3_diag2,73,[9],9,1,1 +0125,0125,02,num,dist3_diag2,74,[6],6,1,1 +0125,0125,02,num,dist3_diag2,75,[3],3,1,1 +0125,0125,02,num,dist3_diag2,76,[7],7,1,1 +0125,0125,02,num,dist3_diag2,77,[3],3,1,1 +0125,0125,02,num,dist3_diag2,78,[7],7,1,1 +0125,0125,02,num,dist3_diag2,79,[0],0,1,1 +0125,0125,02,num,dist3_diag2,80,[9],9,1,1 +0125,0125,02,num,dist3_diag2,81,[7],7,1,1 +0125,0125,02,num,dist3_diag2,82,[7],7,1,1 +0125,0125,02,num,dist3_diag2,83,[0],0,1,1 +0125,0125,02,num,dist3_diag2,84,[4],4,1,1 +0125,0125,02,num,dist3_diag2,85,[5],5,1,1 +0125,0125,02,num,dist3_diag2,86,[4],4,1,1 +0125,0125,02,num,dist3_diag2,87,[3],3,1,1 +0125,0125,02,num,dist3_diag2,88,[5],5,1,1 +0125,0125,02,num,dist3_diag2,89,[6],6,1,1 +0125,0125,02,num,dist3_diag2,90,[0],0,1,1 +0125,0125,02,num,dist3_diag2,91,[0],0,1,1 +0125,0125,02,num,dist3_diag2,92,[3],3,1,1 +0125,0125,02,num,dist3_diag2,93,[1],1,1,1 +0125,0125,02,num,dist3_diag2,94,[4],4,1,1 +0125,0125,02,num,dist3_diag2,95,[4],4,1,1 +0125,0125,02,num,dist3_diag2,96,[6],6,1,1 +0125,0125,02,num,dist3_diag2,97,[4],4,1,1 +0125,0125,02,num,dist3_diag2,98,[5],5,1,1 +0125,0125,02,num,dist3_diag2,99,[0],0,1,1 +0125,0125,02,num,prog_size1,0,[4],4],1,1 +0125,0125,02,num,prog_size1,1,[5],5],1,1 +0125,0125,02,num,prog_size1,2,[6],6,1,1 +0125,0125,02,num,prog_size1,3,[7],7,1,1 +0125,0125,02,num,prog_size1,4,[8],8,1,1 +0125,0125,02,num,prog_size1,5,[9],9,1,1 +0125,0125,02,num,prog_size1,6,[0],0,1,1 +0125,0125,02,num,prog_size1,7,[1],1,1,1 +0125,0125,02,num,prog_size1,8,[2],2,1,1 +0125,0125,02,num,prog_size1,9,[3],3,1,1 +0125,0125,02,num,prog_size1,10,[4],4,1,1 +0125,0125,02,num,prog_size1,11,[5],5,1,1 +0125,0125,02,num,prog_size2,0,[8],8,1,1 +0125,0125,02,num,prog_size2,1,[9],9,1,1 +0125,0125,02,num,prog_size2,2,[0],0,1,1 +0125,0125,02,num,prog_size2,3,[1],1,1,1 +0125,0125,02,num,two_rule_comb0,0,[6 9],6 9],1,1 +0125,0125,02,num,two_rule_comb0,1,[7 0],7 0,1,1 +0125,0125,02,num,two_rule_comb0,2,[2 4],2 4],1,1 +0125,0125,02,num,two_rule_comb0,3,[2 0],2 0],1,1 +0125,0125,02,num,two_rule_comb0,4,[9 2],9 2,1,1 +0125,0125,02,num,two_rule_comb0,5,[7 0],7 0,1,1 +0125,0125,02,num,two_rule_comb0,6,[1 9],1 9],1,1 +0125,0125,02,num,two_rule_comb0,7,[1 7],1 7],1,1 +0125,0125,02,num,two_rule_comb0,8,[7 3],7 3,1,1 +0125,0125,02,num,two_rule_comb0,9,[9 0],9 0,1,1 +0125,0125,02,num,two_rule_comb0,10,[7 2],7 2,1,1 +0125,0125,02,num,two_rule_comb0,11,[1 6],1 6],1,1 +0125,0125,02,num,two_rule_comb0,12,[7 4],7 4],1,1 +0125,0125,02,num,two_rule_comb0,13,[9 7],9 7,1,1 +0125,0125,02,num,two_rule_comb0,14,[0 0],0 0,1,1 +0125,0125,02,num,two_rule_comb0,15,[3 7],3 7,1,1 +0125,0125,02,num,two_rule_comb0,16,[7 3],7 3],1,1 +0125,0125,02,num,two_rule_comb0,17,[9 0],9 0,1,1 +0125,0125,02,num,two_rule_comb0,18,[7 2],7 2,1,1 +0125,0125,02,num,two_rule_comb0,19,[2 6],2 6,1,1 +0125,0125,02,num,two_rule_comb0,20,[5 5],5 5],1,1 +0125,0125,02,num,two_rule_comb0,21,[8 5],8 5],1,1 +0125,0125,02,num,two_rule_comb0,22,[6 4],6 4],1,1 +0125,0125,02,num,two_rule_comb0,23,[6 8],6 8,1,1 +0125,0125,02,num,two_rule_comb0,24,[7 1],7 1,1,1 +0125,0125,02,num,two_rule_comb0,25,[5 1],5 1,1,1 +0125,0125,02,num,two_rule_comb0,26,[6 8],6 8,1,1 +0125,0125,02,num,two_rule_comb0,27,[7 7],7],0,1 +0125,0125,02,num,two_rule_comb0,28,[7 1],7 1],1,1 +0125,0125,02,num,two_rule_comb0,29,[0 2],0 2,1,1 +0125,0125,02,num,two_rule_comb0,30,[9 4],9 4],1,1 +0125,0125,02,num,two_rule_comb0,31,[4 5],4 5],1,1 +0125,0125,02,num,two_rule_comb0,32,[3 3],3 3],1,1 +0125,0125,02,num,two_rule_comb0,33,[7 9],7 9,1,1 +0125,0125,02,num,two_rule_comb0,34,[4 2],4 2,1,1 +0125,0125,02,num,two_rule_comb0,35,[8 9],8 9],1,1 +0125,0125,02,num,two_rule_comb0,36,[6 5],6 5],1,1 +0125,0125,02,num,two_rule_comb0,37,[1 5],1 5],1,1 +0125,0125,02,num,two_rule_comb0,38,[3 6],3 6],1,1 +0125,0125,02,num,two_rule_comb0,39,[5 9],5 9],1,1 +0125,0125,02,num,two_rule_comb0,40,[5 6],5 6,1,1 +0125,0125,02,num,two_rule_comb0,41,[1 2],1 2,1,1 +0125,0125,02,num,two_rule_comb0,42,[1 7],1 7,1,1 +0125,0125,02,num,two_rule_comb0,43,[8 0],8 0,1,1 +0125,0125,02,num,two_rule_comb0,44,[3 2],3 2,1,1 +0125,0125,02,num,two_rule_comb0,45,[7 4],7 4],1,1 +0125,0125,02,num,two_rule_comb0,46,[9 6],6],0,1 +0125,0125,02,num,two_rule_comb0,47,[4 2],4 2],1,1 +0125,0125,02,num,two_rule_comb0,48,[6 4],6 4],1,1 +0125,0125,02,num,two_rule_comb0,49,[8 9],8 9,1,1 +0125,0125,02,num,two_rule_comb0,50,[2 0],2 0,1,1 +0125,0125,02,num,two_rule_comb0,51,[7 5],7 5],1,1 +0125,0125,02,num,two_rule_comb0,52,[2 3],2 3],1,1 +0125,0125,02,num,two_rule_comb0,53,[3 5],5],0,1 +0125,0125,02,num,two_rule_comb0,54,[0 7],0 7,1,1 +0125,0125,02,num,two_rule_comb0,55,[1 6],1 6,1,1 +0125,0125,02,num,two_rule_comb0,56,[7 1],7 1,1,1 +0125,0125,02,num,two_rule_comb0,57,[6 8],6 8],1,1 +0125,0125,02,num,two_rule_comb0,58,[8 0],8 0,1,1 +0125,0125,02,num,two_rule_comb0,59,[3 0],3 0,1,1 +0125,0125,02,num,two_rule_comb0,60,[3 0],3 0],1,1 +0125,0125,02,num,two_rule_comb0,61,[2 3],2 3,1,1 +0125,0125,02,num,two_rule_comb0,62,[6 3],6 3,1,1 +0125,0125,02,num,two_rule_comb0,63,[0 8],0 8,1,1 +0125,0125,02,num,two_rule_comb0,64,[9 7],9 7,1,1 +0125,0125,02,num,two_rule_comb0,65,[5 4],5 4,1,1 +0125,0125,02,num,two_rule_comb0,66,[2 6],2 6],1,1 +0125,0125,02,num,two_rule_comb0,67,[0 8],0 8],1,1 +0125,0125,02,num,two_rule_comb0,68,[8 0],8 0,1,1 +0125,0125,02,num,two_rule_comb0,69,[6 1],6 1,1,1 +0125,0125,02,num,two_rule_comb0,70,[4 6],4 6],1,1 +0125,0125,02,num,two_rule_comb0,71,[9 0],9 0,1,1 +0125,0125,02,num,two_rule_comb0,72,[3 2],2,0,1 +0125,0125,02,num,two_rule_comb0,73,[3 5],5],0,1 +0125,0125,02,num,two_rule_comb0,74,[0 5],0 5],1,1 +0125,0125,02,num,two_rule_comb0,75,[7 0],7 0],1,1 +0125,0125,02,num,two_rule_comb0,76,[1 9],1 9,1,1 +0125,0125,02,num,two_rule_comb0,77,[1 7],1 7,1,1 +0125,0125,02,num,two_rule_comb0,78,[0 1],0 1],1,1 +0125,0125,02,num,two_rule_comb0,79,[7 7],7 7],1,1 +0125,0125,02,num,two_rule_comb0,80,[2 5],2 5,1,1 +0125,0125,02,num,two_rule_comb0,81,[3 5],3 5,1,1 +0125,0125,02,num,two_rule_comb0,82,[7 7],7 7],1,1 +0125,0125,02,num,two_rule_comb0,83,[7 0],7 0,1,1 +0125,0125,02,num,two_rule_comb0,84,[3 1],3 1],1,1 +0125,0125,02,num,two_rule_comb0,85,[0 8],8],0,1 +0125,0125,02,num,two_rule_comb0,86,[3 0],3 0],1,1 +0125,0125,02,num,two_rule_comb0,87,[1 5],1 5],1,1 +0125,0125,02,num,two_rule_comb0,88,[8 0],8 0,1,1 +0125,0125,02,num,two_rule_comb0,89,[2 7],2 7],1,1 +0125,0125,02,num,two_rule_comb0,90,[8 5],8 5],1,1 +0125,0125,02,num,two_rule_comb0,91,[3 1],3 1,1,1 +0125,0125,02,num,two_rule_comb0,92,[3 8],3 8,1,1 +0125,0125,02,num,two_rule_comb0,93,[3 9],9],0,1 +0125,0125,02,num,two_rule_comb0,94,[2 2],2 2],1,1 +0125,0125,02,num,two_rule_comb0,95,[8 3],8 3,1,1 +0125,0125,02,num,two_rule_comb0,96,[1 5],5],0,1 +0125,0125,02,num,two_rule_comb0,97,[9 4],9 4,1,1 +0125,0125,02,num,two_rule_comb0,98,[5 4],5 4],1,1 +0125,0125,02,num,two_rule_comb0,99,[3 1],3 1],1,1 +0125,0125,02,num,two_rule_comb1,0,[1 2],1 2,1,1 +0125,0125,02,num,two_rule_comb1,1,[8 9],9 9,0,1 +0125,0125,02,num,two_rule_comb1,2,[2 6],2 6,1,1 +0125,0125,02,num,two_rule_comb1,3,[3 4],3 4,1,1 +0125,0125,02,num,two_rule_comb1,4,[2 7],2 7,1,1 +0125,0125,02,num,two_rule_comb1,5,[4 0],4 0,1,1 +0125,0125,02,num,two_rule_comb1,6,[7 4],7 4,1,1 +0125,0125,02,num,two_rule_comb1,7,[1 1],1 1,1,1 +0125,0125,02,num,two_rule_comb1,8,[7 9],7 9,1,1 +0125,0125,02,num,two_rule_comb1,9,[3 1],3 1,1,1 +0125,0125,02,num,two_rule_comb1,10,[3 7],3 7],1,1 +0125,0125,02,num,two_rule_comb1,11,[0 2],0 2],1,1 +0125,0125,02,num,two_rule_comb1,12,[6 7],6 7,1,1 +0125,0125,02,num,two_rule_comb1,13,[8 2],8 2,1,1 +0125,0125,02,num,two_rule_comb1,14,[7 4],7 4,1,1 +0125,0125,02,num,two_rule_comb1,15,[1 3],1 3],1,1 +0125,0125,02,num,two_rule_comb1,16,[7 3],7 3,1,1 +0125,0125,02,num,two_rule_comb1,17,[7 7],5 7,0,1 +0125,0125,02,num,two_rule_comb1,18,[1 8],1 8],1,1 +0125,0125,02,num,two_rule_comb1,19,[1 9],1 9,1,1 +0125,0125,02,num,two_rule_comb1,20,[4 9],4 9,1,1 +0125,0125,02,num,two_rule_comb1,21,[2 3],2 3],1,1 +0125,0125,02,num,two_rule_comb1,22,[6 7],6 7],1,1 +0125,0125,02,num,two_rule_comb1,23,[2 5],2 5],1,1 +0125,0125,02,num,two_rule_comb1,24,[3 1],3 1,1,1 +0125,0125,02,num,two_rule_comb1,25,[6 5],6 5],1,1 +0125,0125,02,num,two_rule_comb1,26,[8 1],8 1,1,1 +0125,0125,02,num,two_rule_comb1,27,[6 8],6 8,1,1 +0125,0125,02,num,two_rule_comb1,28,[5 4],4 4],0,1 +0125,0125,02,num,two_rule_comb1,29,[0 4],64,0,1 +0125,0125,02,num,two_rule_comb1,30,[4 9],9],0,1 +0125,0125,02,num,two_rule_comb1,31,[6 2],6 2],1,1 +0125,0125,02,num,two_rule_comb1,32,[1 7],1 7,1,1 +0125,0125,02,num,two_rule_comb1,33,[3 0],2 0],0,1 +0125,0125,02,num,two_rule_comb1,34,[1 2],1 2,1,1 +0125,0125,02,num,two_rule_comb1,35,[4 1],4 1,1,1 +0125,0125,02,num,two_rule_comb1,36,[6 6],6 6,1,1 +0125,0125,02,num,two_rule_comb1,37,[6 2],6 2,1,1 +0125,0125,02,num,two_rule_comb1,38,[3 2],3 2],1,1 +0125,0125,02,num,two_rule_comb1,39,[9 9],9 9,1,1 +0125,0125,02,num,two_rule_comb1,40,[5 9],1 9],0,1 +0125,0125,02,num,two_rule_comb1,41,[0 2],0 2,1,1 +0125,0125,02,num,two_rule_comb1,42,[3 2],3 2,1,1 +0125,0125,02,num,two_rule_comb1,43,[2 2],2 8,0,1 +0125,0125,02,num,two_rule_comb1,44,[8 1],8 1,1,1 +0125,0125,02,num,two_rule_comb1,45,[7 3],7 3,1,1 +0125,0125,02,num,two_rule_comb1,46,[1 5],1 5,1,1 +0125,0125,02,num,two_rule_comb1,47,[0 5],0 5,1,1 +0125,0125,02,num,two_rule_comb1,48,[3 5],3 5],1,1 +0125,0125,02,num,two_rule_comb1,49,[4 7],None,0,1 +0125,0125,02,num,two_rule_comb1,50,[3 9],3 9,1,1 +0125,0125,02,num,two_rule_comb1,51,[3 4],3 4,1,1 +0125,0125,02,num,two_rule_comb1,52,[8 9],8 9,1,1 +0125,0125,02,num,two_rule_comb1,53,[9 5],None,0,1 +0125,0125,02,num,two_rule_comb1,54,[0 8],0 8,1,1 +0125,0125,02,num,two_rule_comb1,55,[6 2],6 2,1,1 +0125,0125,02,num,two_rule_comb1,56,[7 0],7 0,1,1 +0125,0125,02,num,two_rule_comb1,57,[6 6],6 6,1,1 +0125,0125,02,num,two_rule_comb1,58,[6 3],6 3,1,1 +0125,0125,02,num,two_rule_comb1,59,[4 5],4 5,1,1 +0125,0125,02,num,two_rule_comb1,60,[6 6],6 6],1,1 +0125,0125,02,num,two_rule_comb1,61,[8 4],8 4],1,1 +0125,0125,02,num,two_rule_comb1,62,[6 4],6 4,1,1 +0125,0125,02,num,two_rule_comb1,63,[2 1],2 1],1,1 +0125,0125,02,num,two_rule_comb1,64,[8 1],8 1,1,1 +0125,0125,02,num,two_rule_comb1,65,[3 3],3 3],1,1 +0125,0125,02,num,two_rule_comb1,66,[5 9],9,0,1 +0125,0125,02,num,two_rule_comb1,67,[4 9],4 9,1,1 +0125,0125,02,num,two_rule_comb1,68,[7 7],7 7,1,1 +0125,0125,02,num,two_rule_comb1,69,[5 2],5 2],1,1 +0125,0125,02,num,two_rule_comb1,70,[0 1],1 1,0,1 +0125,0125,02,num,two_rule_comb1,71,[4 8],4 8,1,1 +0125,0125,02,num,two_rule_comb1,72,[8 3],8 4,0,1 +0125,0125,02,num,two_rule_comb1,73,[5 6],5 6,1,1 +0125,0125,02,num,two_rule_comb1,74,[3 8],3 8],1,1 +0125,0125,02,num,two_rule_comb1,75,[7 9],7 9],1,1 +0125,0125,02,num,two_rule_comb1,76,[3 2],3 2,1,1 +0125,0125,02,num,two_rule_comb1,77,[7 5],7 5],1,1 +0125,0125,02,num,two_rule_comb1,78,[5 5],5 5,1,1 +0125,0125,02,num,two_rule_comb1,79,[6 8],6 8,1,1 +0125,0125,02,num,two_rule_comb1,80,[6 8],6 8,1,1 +0125,0125,02,num,two_rule_comb1,81,[0 6],0 6],1,1 +0125,0125,02,num,two_rule_comb1,82,[5 0],5 0,1,1 +0125,0125,02,num,two_rule_comb1,83,[1 2],1 2,1,1 +0125,0125,02,num,two_rule_comb1,84,[7 7],7 7],1,1 +0125,0125,02,num,two_rule_comb1,85,[5 4],5 4],1,1 +0125,0125,02,num,two_rule_comb1,86,[1 7],7 7],0,1 +0125,0125,02,num,two_rule_comb1,87,[1 4],1 4,1,1 +0125,0125,02,num,two_rule_comb1,88,[1 1],1 1,1,1 +0125,0125,02,num,two_rule_comb1,89,[6 9],None,0,1 +0125,0125,02,num,two_rule_comb1,90,[2 7],2 7],1,1 +0125,0125,02,num,two_rule_comb1,91,[4 4],6 4,0,1 +0125,0125,02,num,two_rule_comb1,92,[1 2],1 2,1,1 +0125,0125,02,num,two_rule_comb1,93,[0 0],0 0,1,1 +0125,0125,02,num,two_rule_comb1,94,[7 4],7 4],1,1 +0125,0125,02,num,two_rule_comb1,95,[1 5],1 5],1,1 +0125,0125,02,num,two_rule_comb1,96,[7 1],7 1,1,1 +0125,0125,02,num,two_rule_comb1,97,[3 9],3 9,1,1 +0125,0125,02,num,two_rule_comb1,98,[7 6],7 6,1,1 +0125,0125,02,num,two_rule_comb1,99,[2 1],2 1],1,1 +0125,0125,02,num,two_rule_comb2,0,[1 0],1 0,1,1 +0125,0125,02,num,two_rule_comb2,1,[0 7],0 7,1,1 +0125,0125,02,num,two_rule_comb2,2,[6 5],6 5,1,1 +0125,0125,02,num,two_rule_comb2,3,[1 5],1 5,1,1 +0125,0125,02,num,two_rule_comb2,4,[7 2],7 2,1,1 +0125,0125,02,num,two_rule_comb2,5,[2 6],2 6],1,1 +0125,0125,02,num,two_rule_comb2,6,[4 8],4 8,1,1 +0125,0125,02,num,two_rule_comb2,7,[3 2],3 2],1,1 +0125,0125,02,num,two_rule_comb2,8,[9 9],9 9,1,1 +0125,0125,02,num,two_rule_comb2,9,[6 5],6 5],1,1 +0125,0125,02,num,two_rule_comb2,10,[8 8],8 8,1,1 +0125,0125,02,num,two_rule_comb2,11,[9 5],9 5,1,1 +0125,0125,02,num,two_rule_comb2,12,[5 4],5 4],1,1 +0125,0125,02,num,two_rule_comb2,13,[4 6],4 6,1,1 +0125,0125,02,num,two_rule_comb2,14,[2 3],2 3,1,1 +0125,0125,02,num,two_rule_comb2,15,[8 5],8 5,1,1 +0125,0125,02,num,two_rule_comb2,16,[4 9],4 9],1,1 +0125,0125,02,num,two_rule_comb2,17,[9 4],9 4,1,1 +0125,0125,02,num,two_rule_comb2,18,[0 0],0 0,1,1 +0125,0125,02,num,two_rule_comb2,19,[5 4],5 4,1,1 +0125,0125,02,num,two_rule_comb2,20,[4 5],4 5,1,1 +0125,0125,02,num,two_rule_comb2,21,[0 6],0 6,1,1 +0125,0125,02,num,two_rule_comb2,22,[1 5],1 5],1,1 +0125,0125,02,num,two_rule_comb2,23,[5 9],5 9,1,1 +0125,0125,02,num,two_rule_comb2,24,[5 3],5 3,1,1 +0125,0125,02,num,two_rule_comb2,25,[0 6],0 6,1,1 +0125,0125,02,num,two_rule_comb2,26,[8 7],8 7,1,1 +0125,0125,02,num,two_rule_comb2,27,[6 1],6 1,1,1 +0125,0125,02,num,two_rule_comb2,28,[9 1],9 1,1,1 +0125,0125,02,num,two_rule_comb2,29,[0 4],0 4,1,1 +0125,0125,02,num,two_rule_comb2,30,[3 2],3 2,1,1 +0125,0125,02,num,two_rule_comb2,31,[6 5],6 5,1,1 +0125,0125,02,num,two_rule_comb2,32,[1 2],1 2,1,1 +0125,0125,02,num,two_rule_comb2,33,[5 6],5 6,1,1 +0125,0125,02,num,two_rule_comb2,34,[5 1],5 1,1,1 +0125,0125,02,num,two_rule_comb2,35,[7 6],7 6,1,1 +0125,0125,02,num,two_rule_comb2,36,[8 0],8 0,1,1 +0125,0125,02,num,two_rule_comb2,37,[9 6],9 6,1,1 +0125,0125,02,num,two_rule_comb2,38,[4 2],4 2,1,1 +0125,0125,02,num,two_rule_comb2,39,[2 1],2 1,1,1 +0125,0125,02,num,two_rule_comb2,40,[8 3],8 3,1,1 +0125,0125,02,num,two_rule_comb2,41,[9 6],9 6,1,1 +0125,0125,02,num,two_rule_comb2,42,[6 5],6 5],1,1 +0125,0125,02,num,two_rule_comb2,43,[8 9],8 9],1,1 +0125,0125,02,num,two_rule_comb2,44,[4 3],4 3,1,1 +0125,0125,02,num,two_rule_comb2,45,[7 1],7 1],1,1 +0125,0125,02,num,two_rule_comb2,46,[0 8],0 8,1,1 +0125,0125,02,num,two_rule_comb2,47,[3 7],3 7,1,1 +0125,0125,02,num,two_rule_comb2,48,[7 5],7 5],1,1 +0125,0125,02,num,two_rule_comb2,49,[5 3],5 3,1,1 +0125,0125,02,num,two_rule_comb2,50,[6 4],6 4,1,1 +0125,0125,02,num,two_rule_comb2,51,[9 3],9 3,1,1 +0125,0125,02,num,two_rule_comb2,52,[1 1],1 1,1,1 +0125,0125,02,num,two_rule_comb2,53,[0 9],0 9,1,1 +0125,0125,02,num,two_rule_comb2,54,[6 8],6 8,1,1 +0125,0125,02,num,two_rule_comb2,55,[6 3],6 3,1,1 +0125,0125,02,num,two_rule_comb2,56,[8 5],8 5,1,1 +0125,0125,02,num,two_rule_comb2,57,[9 6],9 6],1,1 +0125,0125,02,num,two_rule_comb2,58,[5 0],5 0,1,1 +0125,0125,02,num,two_rule_comb2,59,[0 5],0 5,1,1 +0125,0125,02,num,two_rule_comb2,60,[2 0],2 0,1,1 +0125,0125,02,num,two_rule_comb2,61,[0 2],0 2,1,1 +0125,0125,02,num,two_rule_comb2,62,[5 1],5 1,1,1 +0125,0125,02,num,two_rule_comb2,63,[8 2],8 2,1,1 +0125,0125,02,num,two_rule_comb2,64,[8 7],8 7,1,1 +0125,0125,02,num,two_rule_comb2,65,[9 1],9 1,1,1 +0125,0125,02,num,two_rule_comb2,66,[5 9],5 9,1,1 +0125,0125,02,num,two_rule_comb2,67,[9 0],9 0,1,1 +0125,0125,02,num,two_rule_comb2,68,[0 9],0 9,1,1 +0125,0125,02,num,two_rule_comb2,69,[0 0],0 0,1,1 +0125,0125,02,num,two_rule_comb2,70,[5 8],5 8,1,1 +0125,0125,02,num,two_rule_comb2,71,[9 8],9 8],1,1 +0125,0125,02,num,two_rule_comb2,72,[1 1],1 1,1,1 +0125,0125,02,num,two_rule_comb2,73,[4 3],4 3],1,1 +0125,0125,02,num,two_rule_comb2,74,[8 2],8 2],1,1 +0125,0125,02,num,two_rule_comb2,75,[0 2],0 2,1,1 +0125,0125,02,num,two_rule_comb2,76,[5 7],5 7],1,1 +0125,0125,02,num,two_rule_comb2,77,[8 8],8 8,1,1 +0125,0125,02,num,two_rule_comb2,78,[6 6],6 6],1,1 +0125,0125,02,num,two_rule_comb2,79,[8 0],8 0,1,1 +0125,0125,02,num,two_rule_comb2,80,[2 2],2 2,1,1 +0125,0125,02,num,two_rule_comb2,81,[0 8],0 8,1,1 +0125,0125,02,num,two_rule_comb2,82,[7 5],7 5],1,1 +0125,0125,02,num,two_rule_comb2,83,[8 4],8 4,1,1 +0125,0125,02,num,two_rule_comb2,84,[5 2],5 2,1,1 +0125,0125,02,num,two_rule_comb2,85,[8 0],8 0,1,1 +0125,0125,02,num,two_rule_comb2,86,[5 0],5 0,1,1 +0125,0125,02,num,two_rule_comb2,87,[0 3],0 3],1,1 +0125,0125,02,num,two_rule_comb2,88,[7 1],7 1,1,1 +0125,0125,02,num,two_rule_comb2,89,[6 0],6 0,1,1 +0125,0125,02,num,two_rule_comb2,90,[8 5],8 5,1,1 +0125,0125,02,num,two_rule_comb2,91,[9 5],9 5,1,1 +0125,0125,02,num,two_rule_comb2,92,[0 5],0 5,1,1 +0125,0125,02,num,two_rule_comb2,93,[7 7],7 7],1,1 +0125,0125,02,num,two_rule_comb2,94,[7 0],7 0,1,1 +0125,0125,02,num,two_rule_comb2,95,[1 0],1 0,1,1 +0125,0125,02,num,two_rule_comb2,96,[2 0],2 0,1,1 +0125,0125,02,num,two_rule_comb2,97,[5 1],5 1,1,1 +0125,0125,02,num,two_rule_comb2,98,[6 4],6 4,1,1 +0125,0125,02,num,two_rule_comb2,99,[2 7],2 7,1,1 +0125,0125,02,num,two_rule_comb3,0,[9 1],9 1],1,1 +0125,0125,02,num,two_rule_comb3,1,[9 0],9 0,1,1 +0125,0125,02,num,two_rule_comb3,2,[4 8],4 8,1,1 +0125,0125,02,num,two_rule_comb3,3,[1 8],1 8,1,1 +0125,0125,02,num,two_rule_comb3,4,[5 7],5 7],1,1 +0125,0125,02,num,two_rule_comb3,5,[8 2],2 6],0,1 +0125,0125,02,num,two_rule_comb3,6,[9 2],9 2],1,1 +0125,0125,02,num,two_rule_comb3,7,[6 1],6 1,1,1 +0125,0125,02,num,two_rule_comb3,8,[9 8],9 8,1,1 +0125,0125,02,num,two_rule_comb3,9,[4 5],4 5,1,1 +0125,0125,02,num,two_rule_comb3,10,[0 4],2 4],0,1 +0125,0125,02,num,two_rule_comb3,11,[8 6],8 6],1,1 +0125,0125,02,num,two_rule_comb3,12,[8 3],8 3,1,1 +0125,0125,02,num,two_rule_comb3,13,[5 9],5 9,1,1 +0125,0125,02,num,two_rule_comb3,14,[6 4],6 4,1,1 +0125,0125,02,num,two_rule_comb3,15,[5 3],5 8,0,1 +0125,0125,02,num,two_rule_comb3,16,[0 5],0 5,1,1 +0125,0125,02,num,two_rule_comb3,17,[5 5],5 5],1,1 +0125,0125,02,num,two_rule_comb3,18,[7 0],7 2,0,1 +0125,0125,02,num,two_rule_comb3,19,[5 6],5 6,1,1 +0125,0125,02,num,two_rule_comb3,20,[6 4],6 4,1,1 +0125,0125,02,num,two_rule_comb3,21,[0 6],0 6],1,1 +0125,0125,02,num,two_rule_comb3,22,[7 0],7 0,1,1 +0125,0125,02,num,two_rule_comb3,23,[6 8],6 8,1,1 +0125,0125,02,num,two_rule_comb3,24,[8 3],8 3,1,1 +0125,0125,02,num,two_rule_comb3,25,[1 7],1 9,0,1 +0125,0125,02,num,two_rule_comb3,26,[1 2],8 1,0,1 +0125,0125,02,num,two_rule_comb3,27,[4 6],4 6],1,1 +0125,0125,02,num,two_rule_comb3,28,[1 2],5 1,0,1 +0125,0125,02,num,two_rule_comb3,29,[0 2],0 2,1,1 +0125,0125,02,num,two_rule_comb3,30,[2 4],2 4],1,1 +0125,0125,02,num,two_rule_comb3,31,[5 5],5 0],0,1 +0125,0125,02,num,two_rule_comb3,32,[9 6],9 6],1,1 +0125,0125,02,num,two_rule_comb3,33,[9 0],9 0],1,1 +0125,0125,02,num,two_rule_comb3,34,[3 4],3 4,1,1 +0125,0125,02,num,two_rule_comb3,35,[0 1],0 1],1,1 +0125,0125,02,num,two_rule_comb3,36,[6 3],6 3,1,1 +0125,0125,02,num,two_rule_comb3,37,[3 2],6 3,0,1 +0125,0125,02,num,two_rule_comb3,38,[2 1],1 2],0,1 +0125,0125,02,num,two_rule_comb3,39,[1 3],1 3,1,1 +0125,0125,02,num,two_rule_comb3,40,[9 1],9 2],0,1 +0125,0125,02,num,two_rule_comb3,41,[4 4],4 4,1,1 +0125,0125,02,num,two_rule_comb3,42,[9 8],8 6,0,1 +0125,0125,02,num,two_rule_comb3,43,[3 2],3 2,1,1 +0125,0125,02,num,two_rule_comb3,44,[0 8],0 8],1,1 +0125,0125,02,num,two_rule_comb3,45,[5 2],5 2],1,1 +0125,0125,02,num,two_rule_comb3,46,[2 3],2 3],1,1 +0125,0125,02,num,two_rule_comb3,47,[2 4],2 4],1,1 +0125,0125,02,num,two_rule_comb3,48,[5 1],5 1],1,1 +0125,0125,02,num,two_rule_comb3,49,[5 2],5 2,1,1 +0125,0125,02,num,two_rule_comb3,50,[6 9],6 9,1,1 +0125,0125,02,num,two_rule_comb3,51,[6 6],3 6],0,1 +0125,0125,02,num,two_rule_comb3,52,[6 3],6 3,1,1 +0125,0125,02,num,two_rule_comb3,53,[4 2],4 2],1,1 +0125,0125,02,num,two_rule_comb3,54,[9 9],9 9,1,1 +0125,0125,02,num,two_rule_comb3,55,[2 6],2 6,1,1 +0125,0125,02,num,two_rule_comb3,56,[3 0],3 0],1,1 +0125,0125,02,num,two_rule_comb3,57,[8 6],8 6,1,1 +0125,0125,02,num,two_rule_comb3,58,[7 8],7 8],1,1 +0125,0125,02,num,two_rule_comb3,59,[3 2],3 2],1,1 +0125,0125,02,num,two_rule_comb3,60,[8 1],8 1,1,1 +0125,0125,02,num,two_rule_comb3,61,[3 7],3 7,1,1 +0125,0125,02,num,two_rule_comb3,62,[9 6],6 6,0,1 +0125,0125,02,num,two_rule_comb3,63,[9 1],9 1,1,1 +0125,0125,02,num,two_rule_comb3,64,[1 1],1 4,0,1 +0125,0125,02,num,two_rule_comb3,65,[9 7],None,0,1 +0125,0125,02,num,two_rule_comb3,66,[8 7],7 1,0,1 +0125,0125,02,num,two_rule_comb3,67,[9 2],9 2],1,1 +0125,0125,02,num,two_rule_comb3,68,[8 2],8 2,1,1 +0125,0125,02,num,two_rule_comb3,69,[1 3],1 3],1,1 +0125,0125,02,num,two_rule_comb3,70,[4 7],None,0,1 +0125,0125,02,num,two_rule_comb3,71,[7 2],7 2,1,1 +0125,0125,02,num,two_rule_comb3,72,[0 2],0 2,1,1 +0125,0125,02,num,two_rule_comb3,73,[6 1],6 1,1,1 +0125,0125,02,num,two_rule_comb3,74,[3 3],3 3],1,1 +0125,0125,02,num,two_rule_comb3,75,[8 4],8 4,1,1 +0125,0125,02,num,two_rule_comb3,76,[7 0],7 0,1,1 +0125,0125,02,num,two_rule_comb3,77,[0 8],8 8,0,1 +0125,0125,02,num,two_rule_comb3,78,[8 3],8 3,1,1 +0125,0125,02,num,two_rule_comb3,79,[4 2],4 2,1,1 +0125,0125,02,num,two_rule_comb3,80,[1 0],1 0,1,1 +0125,0125,02,num,two_rule_comb3,81,[3 0],3 0,1,1 +0125,0125,02,num,two_rule_comb3,82,[1 4],3 1,0,1 +0125,0125,02,num,two_rule_comb3,83,[0 4],0 4,1,1 +0125,0125,02,num,two_rule_comb3,84,[1 4],1 4,1,1 +0125,0125,02,num,two_rule_comb3,85,[6 9],None,0,1 +0125,0125,02,num,two_rule_comb3,86,[3 8],3 8],1,1 +0125,0125,02,num,two_rule_comb3,87,[9 5],5 1],0,1 +0125,0125,02,num,two_rule_comb3,88,[6 2],6 2],1,1 +0125,0125,02,num,two_rule_comb3,89,[2 1],1 2],0,1 +0125,0125,02,num,two_rule_comb3,90,[3 6],3 6,1,1 +0125,0125,02,num,two_rule_comb3,91,[5 4],4 4,0,1 +0125,0125,02,num,two_rule_comb3,92,[2 5],2 5,1,1 +0125,0125,02,num,two_rule_comb3,93,[2 6],2 6,1,1 +0125,0125,02,num,two_rule_comb3,94,[6 2],6 2,1,1 +0125,0125,02,num,two_rule_comb3,95,[7 8],7 8,1,1 +0125,0125,02,num,two_rule_comb3,96,[5 8],5 6],0,1 +0125,0125,02,num,two_rule_comb3,97,[8 9],8 9,1,1 +0125,0125,02,num,two_rule_comb3,98,[1 3],1 3,1,1 +0125,0125,02,num,two_rule_comb3,99,[4 9],None,0,1 +0125,0125,02,num,two_rule_comb4,0,[1 6],1 6,1,1 +0125,0125,02,num,two_rule_comb4,1,[5 7],5 1],0,1 +0125,0125,02,num,two_rule_comb4,2,[4 3],4 3],1,1 +0125,0125,02,num,two_rule_comb4,3,[3 1],3 4,0,1 +0125,0125,02,num,two_rule_comb4,4,[1 4],1 6,0,1 +0125,0125,02,num,two_rule_comb4,5,[9 1],9 1],1,1 +0125,0125,02,num,two_rule_comb4,6,[1 3],1 3],1,1 +0125,0125,02,num,two_rule_comb4,7,[3 4],3 4],1,1 +0125,0125,02,num,two_rule_comb4,8,[6 4],6 4,1,1 +0125,0125,02,num,two_rule_comb4,9,[2 4],2 5,0,1 +0125,0125,02,num,two_rule_comb4,10,[8 5],8 5,1,1 +0125,0125,02,num,two_rule_comb4,11,[0 1],0 1,1,1 +0125,0125,02,num,two_rule_comb4,12,[9 4],9 4,1,1 +0125,0125,02,num,two_rule_comb4,13,[9 0],9 0,1,1 +0125,0125,02,num,two_rule_comb4,14,[9 2],9 2],1,1 +0125,0125,02,num,two_rule_comb4,15,[6 6],6 6,1,1 +0125,0125,02,num,two_rule_comb4,16,[1 0],1 0,1,1 +0125,0125,02,num,two_rule_comb4,17,[5 9],6 9,0,1 +0125,0125,02,num,two_rule_comb4,18,[7 9],7 9,1,1 +0125,0125,02,num,two_rule_comb4,19,[2 3],2 3,1,1 +0125,0125,02,num,two_rule_comb4,20,[9 2],9 2,1,1 +0125,0125,02,num,two_rule_comb4,21,[4 1],4 1],1,1 +0125,0125,02,num,two_rule_comb4,22,[4 3],4 3],1,1 +0125,0125,02,num,two_rule_comb4,23,[1 3],1 5,0,1 +0125,0125,02,num,two_rule_comb4,24,[5 8],5 8,1,1 +0125,0125,02,num,two_rule_comb4,25,[5 3],3 3,0,1 +0125,0125,02,num,two_rule_comb4,26,[1 1],1 3],0,1 +0125,0125,02,num,two_rule_comb4,27,[8 4],8 4,1,1 +0125,0125,02,num,two_rule_comb4,28,[4 2],4 2,1,1 +0125,0125,02,num,two_rule_comb4,29,[4 1],4 1],1,1 +0125,0125,02,num,two_rule_comb4,30,[9 6],9 6,1,1 +0125,0125,02,num,two_rule_comb4,31,[0 7],0 3,0,1 +0125,0125,02,num,two_rule_comb4,32,[0 0],0 0,1,1 +0125,0125,02,num,two_rule_comb4,33,[5 0],5 6,0,1 +0125,0125,02,num,two_rule_comb4,34,[8 6],8 3,0,1 +0125,0125,02,num,two_rule_comb4,35,[5 7],5 4],0,1 +0125,0125,02,num,two_rule_comb4,36,[0 4],0 1],0,1 +0125,0125,02,num,two_rule_comb4,37,[9 4],9 7,0,1 +0125,0125,02,num,two_rule_comb4,38,[7 0],4 4,0,1 +0125,0125,02,num,two_rule_comb4,39,[0 4],0 0,0,1 +0125,0125,02,num,two_rule_comb4,40,[7 2],7 2,1,1 +0125,0125,02,num,two_rule_comb4,41,[3 9],3 7,0,1 +0125,0125,02,num,two_rule_comb4,42,[5 0],5 0,1,1 +0125,0125,02,num,two_rule_comb4,43,[9 5],9 5,1,1 +0125,0125,02,num,two_rule_comb4,44,[5 0],5 0],1,1 +0125,0125,02,num,two_rule_comb4,45,[1 3],1 7,0,1 +0125,0125,02,num,two_rule_comb4,46,[1 0],1 6,0,1 +0125,0125,02,num,two_rule_comb4,47,[2 4],4 4,0,1 +0125,0125,02,num,two_rule_comb4,48,[5 4],5 2,0,1 +0125,0125,02,num,two_rule_comb4,49,[6 3],6 2],0,1 +0125,0125,02,num,two_rule_comb4,50,[9 4],9 4,1,1 +0125,0125,02,num,two_rule_comb4,51,[6 5],6 4,0,1 +0125,0125,02,num,two_rule_comb4,52,[8 6],8 6,1,1 +0125,0125,02,num,two_rule_comb4,53,[7 2],7 3,0,1 +0125,0125,02,num,two_rule_comb4,54,[6 4],6 4,1,1 +0125,0125,02,num,two_rule_comb4,55,[7 3],7 3,1,1 +0125,0125,02,num,two_rule_comb4,56,[7 9],7 0,0,1 +0125,0125,02,num,two_rule_comb4,57,[8 1],8 1,1,1 +0125,0125,02,num,two_rule_comb4,58,[6 1],6 1,1,1 +0125,0125,02,num,two_rule_comb4,59,[8 8],8 8,1,1 +0125,0125,02,num,two_rule_comb4,60,[1 5],1 0,0,1 +0125,0125,02,num,two_rule_comb4,61,[8 5],8 5],1,1 +0125,0125,02,num,two_rule_comb4,62,[9 3],9 3,1,1 +0125,0125,02,num,two_rule_comb4,63,[0 2],0 2,1,1 +0125,0125,02,num,two_rule_comb4,64,[0 2],0 6,0,1 +0125,0125,02,num,two_rule_comb4,65,[2 7],6 5],0,1 +0125,0125,02,num,two_rule_comb4,66,[2 7],2 7],1,1 +0125,0125,02,num,two_rule_comb4,67,[6 4],6 4,1,1 +0125,0125,02,num,two_rule_comb4,68,[3 7],3 10],0,1 +0125,0125,02,num,two_rule_comb4,69,[1 5],1 5],1,1 +0125,0125,02,num,two_rule_comb4,70,[1 1],1 7],0,1 +0125,0125,02,num,two_rule_comb4,71,[0 1],7 1,0,1 +0125,0125,02,num,two_rule_comb4,72,[4 9],4 4,0,1 +0125,0125,02,num,two_rule_comb4,73,[5 3],5 6,0,1 +0125,0125,02,num,two_rule_comb4,74,[0 0],0 0],1,1 +0125,0125,02,num,two_rule_comb4,75,[3 0],3 8,0,1 +0125,0125,02,num,two_rule_comb4,76,[1 3],1 5],0,1 +0125,0125,02,num,two_rule_comb4,77,[3 9],3 3,0,1 +0125,0125,02,num,two_rule_comb4,78,[7 5],7 5],1,1 +0125,0125,02,num,two_rule_comb4,79,[5 6],5 6],1,1 +0125,0125,02,num,two_rule_comb4,80,[4 6],4 6,1,1 +0125,0125,02,num,two_rule_comb4,81,[4 8],4 8,1,1 +0125,0125,02,num,two_rule_comb4,82,[3 2],3 7,0,1 +0125,0125,02,num,two_rule_comb4,83,[0 2],0 0,0,1 +0125,0125,02,num,two_rule_comb4,84,[7 0],7 5,0,1 +0125,0125,02,num,two_rule_comb4,85,[5 1],3 1,0,1 +0125,0125,02,num,two_rule_comb4,86,[7 8],6 8,0,1 +0125,0125,02,num,two_rule_comb4,87,[0 5],0 2],0,1 +0125,0125,02,num,two_rule_comb4,88,[7 4],7 2,0,1 +0125,0125,02,num,two_rule_comb4,89,[9 9],9 7,0,1 +0125,0125,02,num,two_rule_comb4,90,[8 0],8 6,0,1 +0125,0125,02,num,two_rule_comb4,91,[2 1],2 2],0,1 +0125,0125,02,num,two_rule_comb4,92,[4 5],4 2],0,1 +0125,0125,02,num,two_rule_comb4,93,[4 5],4 5,1,1 +0125,0125,02,num,two_rule_comb4,94,[6 0],6 3,0,1 +0125,0125,02,num,two_rule_comb4,95,[3 5],3 2],0,1 +0125,0125,02,num,two_rule_comb4,96,[7 1],7 1,1,1 +0125,0125,02,num,two_rule_comb4,97,[4 9],None,0,1 +0125,0125,02,num,two_rule_comb4,98,[0 9],1 9,0,1 +0125,0125,02,num,two_rule_comb4,99,[1 6],1 4,0,1 +0125,0125,02,num,two_rule_comb5,0,[2 0],2 0,1,1 +0125,0125,02,num,two_rule_comb5,1,[4 4],4 4],1,1 +0125,0125,02,num,two_rule_comb5,2,[9 9],9 9,1,1 +0125,0125,02,num,two_rule_comb5,3,[4 5],4 5],1,1 +0125,0125,02,num,two_rule_comb5,4,[9 4],9 4,1,1 +0125,0125,02,num,two_rule_comb5,5,[0 1],0 1,1,1 +0125,0125,02,num,two_rule_comb5,6,[9 1],9 1,1,1 +0125,0125,02,num,two_rule_comb5,7,[2 3],2 3,1,1 +0125,0125,02,num,two_rule_comb5,8,[4 0],4 0,1,1 +0125,0125,02,num,two_rule_comb5,9,[3 4],3 4],1,1 +0125,0125,02,num,two_rule_comb5,10,[9 0],9 0,1,1 +0125,0125,02,num,two_rule_comb5,11,[4 8],4 8],1,1 +0125,0125,02,num,two_rule_comb5,12,[9 6],9 6],1,1 +0125,0125,02,num,two_rule_comb5,13,[3 6],3 6,1,1 +0125,0125,02,num,two_rule_comb5,14,[5 8],5 8,1,1 +0125,0125,02,num,two_rule_comb5,15,[6 1],6 1,1,1 +0125,0125,02,num,two_rule_comb5,16,[1 9],1 9,1,1 +0125,0125,02,num,two_rule_comb5,17,[6 4],6 4,1,1 +0125,0125,02,num,two_rule_comb5,18,[1 0],1 0,1,1 +0125,0125,02,num,two_rule_comb5,19,[7 9],7 9,1,1 +0125,0125,02,num,two_rule_comb5,20,[1 9],1 9],1,1 +0125,0125,02,num,two_rule_comb5,21,[8 5],8 5],1,1 +0125,0125,02,num,two_rule_comb5,22,[9 6],9 6,1,1 +0125,0125,02,num,two_rule_comb5,23,[6 0],6 0,1,1 +0125,0125,02,num,two_rule_comb5,24,[9 3],9 3,1,1 +0125,0125,02,num,two_rule_comb5,25,[9 8],9 8,1,1 +0125,0125,02,num,two_rule_comb5,26,[1 5],1 5],1,1 +0125,0125,02,num,two_rule_comb5,27,[2 6],2 6],1,1 +0125,0125,02,num,two_rule_comb5,28,[9 8],9 8,1,1 +0125,0125,02,num,two_rule_comb5,29,[8 7],8 7,1,1 +0125,0125,02,num,two_rule_comb5,30,[7 4],7 4,1,1 +0125,0125,02,num,two_rule_comb5,31,[5 3],5 3,1,1 +0125,0125,02,num,two_rule_comb5,32,[1 8],1 8],1,1 +0125,0125,02,num,two_rule_comb5,33,[9 0],9 0,1,1 +0125,0125,02,num,two_rule_comb5,34,[8 4],8 4,1,1 +0125,0125,02,num,two_rule_comb5,35,[0 0],0 0,1,1 +0125,0125,02,num,two_rule_comb5,36,[3 1],3 1,1,1 +0125,0125,02,num,two_rule_comb5,37,[5 6],5 6],1,1 +0125,0125,02,num,two_rule_comb5,38,[4 3],4 3,1,1 +0125,0125,02,num,two_rule_comb5,39,[7 5],7 5],1,1 +0125,0125,02,num,two_rule_comb5,40,[0 9],0 9,1,1 +0125,0125,02,num,two_rule_comb5,41,[9 5],9 5,1,1 +0125,0125,02,num,two_rule_comb5,42,[0 4],0 4],1,1 +0125,0125,02,num,two_rule_comb5,43,[5 9],5 9,1,1 +0125,0125,02,num,two_rule_comb5,44,[2 1],2 1,1,1 +0125,0125,02,num,two_rule_comb5,45,[2 1],2 1],1,1 +0125,0125,02,num,two_rule_comb5,46,[3 9],3 9,1,1 +0125,0125,02,num,two_rule_comb5,47,[5 7],5 7],1,1 +0125,0125,02,num,two_rule_comb5,48,[3 8],3 8,1,1 +0125,0125,02,num,two_rule_comb5,49,[0 8],0 8,1,1 +0125,0125,02,num,two_rule_comb5,50,[3 5],3 5],1,1 +0125,0125,02,num,two_rule_comb5,51,[1 7],1 7,1,1 +0125,0125,02,num,two_rule_comb5,52,[4 9],None,0,1 +0125,0125,02,num,two_rule_comb5,53,[4 2],4 2,1,1 +0125,0125,02,num,two_rule_comb5,54,[0 9],0 9,1,1 +0125,0125,02,num,two_rule_comb5,55,[1 0],1 0,1,1 +0125,0125,02,num,two_rule_comb5,56,[9 5],None,0,1 +0125,0125,02,num,two_rule_comb5,57,[5 5],5 5],1,1 +0125,0125,02,num,two_rule_comb5,58,[0 5],0 5],1,1 +0125,0125,02,num,two_rule_comb5,59,[6 2],6 2,1,1 +0125,0125,02,num,two_rule_comb5,60,[6 5],6 5,1,1 +0125,0125,02,num,two_rule_comb5,61,[8 6],8 6],1,1 +0125,0125,02,num,two_rule_comb5,62,[4 6],4 6],1,1 +0125,0125,02,num,two_rule_comb5,63,[3 8],3 8,1,1 +0125,0125,02,num,two_rule_comb5,64,[8 0],8 0,1,1 +0125,0125,02,num,two_rule_comb5,65,[6 5],6 5],1,1 +0125,0125,02,num,two_rule_comb5,66,[0 7],0 7],1,1 +0125,0125,02,num,two_rule_comb5,67,[2 5],2 5,1,1 +0125,0125,02,num,two_rule_comb5,68,[4 0],4 0],1,1 +0125,0125,02,num,two_rule_comb5,69,[9 2],9 2,1,1 +0125,0125,02,num,two_rule_comb5,70,[7 0],7 0,1,1 +0125,0125,02,num,two_rule_comb5,71,[6 0],6 0,1,1 +0125,0125,02,num,two_rule_comb5,72,[8 0],8 0,1,1 +0125,0125,02,num,two_rule_comb5,73,[5 0],5 0,1,1 +0125,0125,02,num,two_rule_comb5,74,[4 9],4 9,1,1 +0125,0125,02,num,two_rule_comb5,75,[1 4],1 4,1,1 +0125,0125,02,num,two_rule_comb5,76,[9 0],9 0,1,1 +0125,0125,02,num,two_rule_comb5,77,[4 8],4 8,1,1 +0125,0125,02,num,two_rule_comb5,78,[4 1],4 1],1,1 +0125,0125,02,num,two_rule_comb5,79,[7 5],7 5,1,1 +0125,0125,02,num,two_rule_comb5,80,[4 3],4 3,1,1 +0125,0125,02,num,two_rule_comb5,81,[5 1],5 1],1,1 +0125,0125,02,num,two_rule_comb5,82,[5 1],5 1],1,1 +0125,0125,02,num,two_rule_comb5,83,[0 8],0 8,1,1 +0125,0125,02,num,two_rule_comb5,84,[2 8],2 8],1,1 +0125,0125,02,num,two_rule_comb5,85,[7 2],7 2,1,1 +0125,0125,02,num,two_rule_comb5,86,[3 9],3 9,1,1 +0125,0125,02,num,two_rule_comb5,87,[7 3],7 3,1,1 +0125,0125,02,num,two_rule_comb5,88,[1 6],1 6],1,1 +0125,0125,02,num,two_rule_comb5,89,[4 0],4 0,1,1 +0125,0125,02,num,two_rule_comb5,90,[4 9],4 9,1,1 +0125,0125,02,num,two_rule_comb5,91,[8 4],8 4],1,1 +0125,0125,02,num,two_rule_comb5,92,[4 4],4 4],1,1 +0125,0125,02,num,two_rule_comb5,93,[1 5],1 5],1,1 +0125,0125,02,num,two_rule_comb5,94,[1 8],1 8,1,1 +0125,0125,02,num,two_rule_comb5,95,[6 7],6 7],1,1 +0125,0125,02,num,two_rule_comb5,96,[1 1],1 1,1,1 +0125,0125,02,num,two_rule_comb5,97,[9 7],9 7,1,1 +0125,0125,02,num,two_rule_comb5,98,[6 8],6 8,1,1 +0125,0125,02,num,two_rule_comb5,99,[0 8],0 8,1,1 +0125,0125,02,num,three_rule_comb0,0,[1 8 8],1 8 8,1,1 +0125,0125,02,num,three_rule_comb0,1,[3 0 0],3 0 0,1,1 +0125,0125,02,num,three_rule_comb0,2,[2 9 0],2 9 0,1,1 +0125,0125,02,num,three_rule_comb0,3,[9 7 2],9 7 2,1,1 +0125,0125,02,num,three_rule_comb0,4,[8 0 5],8 0 5,1,1 +0125,0125,02,num,three_rule_comb0,5,[6 0 9],6 0 9,1,1 +0125,0125,02,num,three_rule_comb0,6,[4 9 8],4 9 8,1,1 +0125,0125,02,num,three_rule_comb0,7,[8 7 1],8 7 1,1,1 +0125,0125,02,num,three_rule_comb0,8,[2 5 3],2 5 3,1,1 +0125,0125,02,num,three_rule_comb0,9,[8 9 4],8 9 4,1,1 +0125,0125,02,num,three_rule_comb0,10,[1 5 7],1 5 7,1,1 +0125,0125,02,num,three_rule_comb0,11,[9 1 3],9 1 3,1,1 +0125,0125,02,num,three_rule_comb0,12,[1 5 4],1 5 4,1,1 +0125,0125,02,num,three_rule_comb0,13,[7 7 9],7 7 9,1,1 +0125,0125,02,num,three_rule_comb0,14,[4 9 5],4 9 5,1,1 +0125,0125,02,num,three_rule_comb0,15,[4 7 2],4 7 2,1,1 +0125,0125,02,num,three_rule_comb0,16,[6 3 1],6 3 1,1,1 +0125,0125,02,num,three_rule_comb0,17,[8 2 4],8 2 4,1,1 +0125,0125,02,num,three_rule_comb0,18,[5 7 7],5 7 7,1,1 +0125,0125,02,num,three_rule_comb0,19,[5 6 3],5 6 3],1,1 +0125,0125,02,num,three_rule_comb0,20,[2 2 4],2 2 4,1,1 +0125,0125,02,num,three_rule_comb0,21,[7 1 0],7 1 0,1,1 +0125,0125,02,num,three_rule_comb0,22,[8 1 1],8 1 1,1,1 +0125,0125,02,num,three_rule_comb0,23,[2 1 3],2 1 3,1,1 +0125,0125,02,num,three_rule_comb0,24,[6 7 1],6 7 1,1,1 +0125,0125,02,num,three_rule_comb0,25,[1 4 3],1 4 3,1,1 +0125,0125,02,num,three_rule_comb0,26,[8 9 6],8 9 6,1,1 +0125,0125,02,num,three_rule_comb0,27,[4 3 3],4 3 3,1,1 +0125,0125,02,num,three_rule_comb0,28,[8 4 1],8 4 1,1,1 +0125,0125,02,num,three_rule_comb0,29,[2 0 4],2 0 4,1,1 +0125,0125,02,num,three_rule_comb0,30,[6 7 3],6 7 3,1,1 +0125,0125,02,num,three_rule_comb0,31,[1 1 8],1 1 8,1,1 +0125,0125,02,num,three_rule_comb0,32,[4 8 8],4 8 8,1,1 +0125,0125,02,num,three_rule_comb0,33,[0 5 5],0 5 5],1,1 +0125,0125,02,num,three_rule_comb0,34,[1 8 0],1 8 0,1,1 +0125,0125,02,num,three_rule_comb0,35,[5 8 0],5 8 0,1,1 +0125,0125,02,num,three_rule_comb0,36,[1 4 8],1 4 8,1,1 +0125,0125,02,num,three_rule_comb0,37,[1 6 4],1 6 4,1,1 +0125,0125,02,num,three_rule_comb0,38,[8 7 9],8 7 9,1,1 +0125,0125,02,num,three_rule_comb0,39,[8 8 1],8 8 1,1,1 +0125,0125,02,num,three_rule_comb0,40,[9 4 4],9 4 4,1,1 +0125,0125,02,num,three_rule_comb0,41,[0 1 7],0 1 7,1,1 +0125,0125,02,num,three_rule_comb0,42,[7 0 6],6],0,1 +0125,0125,02,num,three_rule_comb0,43,[3 0 3],3 0 3,1,1 +0125,0125,02,num,three_rule_comb0,44,[9 1 0],9 1 0,1,1 +0125,0125,02,num,three_rule_comb0,45,[8 7 2],8 7 2,1,1 +0125,0125,02,num,three_rule_comb0,46,[2 6 6],2 6 6,1,1 +0125,0125,02,num,three_rule_comb0,47,[7 2 7],7 2 7,1,1 +0125,0125,02,num,three_rule_comb0,48,[8 3 5],8 3 5,1,1 +0125,0125,02,num,three_rule_comb0,49,[4 4 9],4 4 9,1,1 +0125,0125,02,num,three_rule_comb0,50,[8 3 7],8 3 7,1,1 +0125,0125,02,num,three_rule_comb0,51,[2 1 7],2 1 7,1,1 +0125,0125,02,num,three_rule_comb0,52,[9 5 5],9 5 5,1,1 +0125,0125,02,num,three_rule_comb0,53,[8 3 7],8 3 7,1,1 +0125,0125,02,num,three_rule_comb0,54,[4 9 1],4 9 1,1,1 +0125,0125,02,num,three_rule_comb0,55,[7 4 6],7 4 6,1,1 +0125,0125,02,num,three_rule_comb0,56,[7 3 7],7 3 7,1,1 +0125,0125,02,num,three_rule_comb0,57,[0 4 9],0 4 9,1,1 +0125,0125,02,num,three_rule_comb0,58,[2 1 9],2 1 9,1,1 +0125,0125,02,num,three_rule_comb0,59,[3 2 6],3 2 6,1,1 +0125,0125,02,num,three_rule_comb0,60,[2 5 1],2 5 1,1,1 +0125,0125,02,num,three_rule_comb0,61,[3 1 0],3 1 0,1,1 +0125,0125,02,num,three_rule_comb0,62,[9 8 5],None,0,1 +0125,0125,02,num,three_rule_comb0,63,[5 6 3],5 6 3,1,1 +0125,0125,02,num,three_rule_comb0,64,[3 5 5],3 5 5,1,1 +0125,0125,02,num,three_rule_comb0,65,[1 0 6],1 0 6,1,1 +0125,0125,02,num,three_rule_comb0,66,[0 8 2],0 8 2,1,1 +0125,0125,02,num,three_rule_comb0,67,[8 3 9],8 3 9,1,1 +0125,0125,02,num,three_rule_comb0,68,[7 5 4],7 5 4,1,1 +0125,0125,02,num,three_rule_comb0,69,[2 1 7],2 1 7,1,1 +0125,0125,02,num,three_rule_comb0,70,[8 8 3],8 8 3,1,1 +0125,0125,02,num,three_rule_comb0,71,[7 8 6],7 8 6,1,1 +0125,0125,02,num,three_rule_comb0,72,[5 5 6],5 5 6,1,1 +0125,0125,02,num,three_rule_comb0,73,[1 2 8],1 2 8,1,1 +0125,0125,02,num,three_rule_comb0,74,[1 0 7],1 0 7,1,1 +0125,0125,02,num,three_rule_comb0,75,[6 9 3],6 9 3,1,1 +0125,0125,02,num,three_rule_comb0,76,[4 2 6],4 2 6,1,1 +0125,0125,02,num,three_rule_comb0,77,[4 6 7],4 6 7,1,1 +0125,0125,02,num,three_rule_comb0,78,[2 7 9],2 7 9,1,1 +0125,0125,02,num,three_rule_comb0,79,[6 9 2],6 9 2,1,1 +0125,0125,02,num,three_rule_comb0,80,[1 3 7],1 3 7,1,1 +0125,0125,02,num,three_rule_comb0,81,[8 2 3],8 2 3,1,1 +0125,0125,02,num,three_rule_comb0,82,[2 4 9],2 4 9,1,1 +0125,0125,02,num,three_rule_comb0,83,[6 9 7],6 9 7,1,1 +0125,0125,02,num,three_rule_comb0,84,[8 7 5],8 7 5,1,1 +0125,0125,02,num,three_rule_comb0,85,[8 9 7],8 9 7,1,1 +0125,0125,02,num,three_rule_comb0,86,[6 7 7],6 7 7,1,1 +0125,0125,02,num,three_rule_comb0,87,[6 1 9],6 1 9,1,1 +0125,0125,02,num,three_rule_comb0,88,[1 3 7],1 3 7,1,1 +0125,0125,02,num,three_rule_comb0,89,[2 1 9],2 1 9,1,1 +0125,0125,02,num,three_rule_comb0,90,[2 0 7],2 0 7,1,1 +0125,0125,02,num,three_rule_comb0,91,[4 0 4],4 0 4,1,1 +0125,0125,02,num,three_rule_comb0,92,[5 4 1],5 4 1,1,1 +0125,0125,02,num,three_rule_comb0,93,[0 8 2],0 8 2,1,1 +0125,0125,02,num,three_rule_comb0,94,[0 3 5],0 3 5,1,1 +0125,0125,02,num,three_rule_comb0,95,[7 9 2],7 9 2,1,1 +0125,0125,02,num,three_rule_comb0,96,[9 7 7],9 7 7,1,1 +0125,0125,02,num,three_rule_comb0,97,[2 1 8],2 1 8],1,1 +0125,0125,02,num,three_rule_comb0,98,[4 7 9],4 7 9,1,1 +0125,0125,02,num,three_rule_comb0,99,[5 8 1],5 8 1,1,1 +0125,0125,02,num,three_rule_comb1,0,[6 9 0],6 9 0,1,1 +0125,0125,02,num,three_rule_comb1,1,[8 9 9],1 9 9,0,1 +0125,0125,02,num,three_rule_comb1,2,[3 3 2],12 3 2,0,1 +0125,0125,02,num,three_rule_comb1,3,[6 4 8],6 4 8,1,1 +0125,0125,02,num,three_rule_comb1,4,[2 2 3],2 2 3,1,1 +0125,0125,02,num,three_rule_comb1,5,[2 3 5],2 2 5,0,1 +0125,0125,02,num,three_rule_comb1,6,[6 4 4],6 4 4,1,1 +0125,0125,02,num,three_rule_comb1,7,[5 7 6],5 7 3],0,1 +0125,0125,02,num,three_rule_comb1,8,[2 4 7],2 4 7,1,1 +0125,0125,02,num,three_rule_comb1,9,[7 7 8],7 4 8,0,1 +0125,0125,02,num,three_rule_comb1,10,[1 9 1],1 9 1,1,1 +0125,0125,02,num,three_rule_comb1,11,[3 5 5],3 5 0,0,1 +0125,0125,02,num,three_rule_comb1,12,[7 7 6],7 4 6,0,1 +0125,0125,02,num,three_rule_comb1,13,[8 3 2],8 3 2,1,1 +0125,0125,02,num,three_rule_comb1,14,[8 9 3],8 9 3,1,1 +0125,0125,02,num,three_rule_comb1,15,[0 3 0],0 3 0,1,1 +0125,0125,02,num,three_rule_comb1,16,[4 6 0],4 3 0,0,1 +0125,0125,02,num,three_rule_comb1,17,[2 7 0],2 7 0,1,1 +0125,0125,02,num,three_rule_comb1,18,[3 3 5],3 3 5],1,1 +0125,0125,02,num,three_rule_comb1,19,[7 4 9],7 4 9],1,1 +0125,0125,02,num,three_rule_comb1,20,[4 1 0],4 1 0,1,1 +0125,0125,02,num,three_rule_comb1,21,[9 1 6],1 1 6,0,1 +0125,0125,02,num,three_rule_comb1,22,[5 5 7],5 5 2,0,1 +0125,0125,02,num,three_rule_comb1,23,[1 8 9],1 7 9,0,1 +0125,0125,02,num,three_rule_comb1,24,[9 4 3],9 4 6,0,1 +0125,0125,02,num,three_rule_comb1,25,[8 4 6],8 4 5,0,1 +0125,0125,02,num,three_rule_comb1,26,[8 7 1],1,0,1 +0125,0125,02,num,three_rule_comb1,27,[9 9 5],9 9 2,0,1 +0125,0125,02,num,three_rule_comb1,28,[0 2 8],0 2 5,0,1 +0125,0125,02,num,three_rule_comb1,29,[8 6 2],8 6 2,1,1 +0125,0125,02,num,three_rule_comb1,30,[6 0 0],6 0 0,1,1 +0125,0125,02,num,three_rule_comb1,31,[3 9 8],5 9 8,0,1 +0125,0125,02,num,three_rule_comb1,32,[1 2 0],1 5 0,0,1 +0125,0125,02,num,three_rule_comb1,33,[2 6 1],2 8 1,0,1 +0125,0125,02,num,three_rule_comb1,34,[4 4 2],4 4 2,1,1 +0125,0125,02,num,three_rule_comb1,35,[8 1 2],8 1 2,1,1 +0125,0125,02,num,three_rule_comb1,36,[4 8 2],6 8 2,0,1 +0125,0125,02,num,three_rule_comb1,37,[5 5 6],5 5 6,1,1 +0125,0125,02,num,three_rule_comb1,38,[8 8 2],8 8 0,0,1 +0125,0125,02,num,three_rule_comb1,39,[9 2 5],9 2 5,1,1 +0125,0125,02,num,three_rule_comb1,40,[3 2 0],5 2 0,0,1 +0125,0125,02,num,three_rule_comb1,41,[5 2 5],5 2 5,1,1 +0125,0125,02,num,three_rule_comb1,42,[5 6 0],5 6 0,1,1 +0125,0125,02,num,three_rule_comb1,43,[7 1 3],7 1 3],1,1 +0125,0125,02,num,three_rule_comb1,44,[2 6 5],0 6 5],0,1 +0125,0125,02,num,three_rule_comb1,45,[5 9 9],5 9 9,1,1 +0125,0125,02,num,three_rule_comb1,46,[6 5 8],6 5 8,1,1 +0125,0125,02,num,three_rule_comb1,47,[8 7 0],8 1 0,0,1 +0125,0125,02,num,three_rule_comb1,48,[1 6 2],1 1 2,0,1 +0125,0125,02,num,three_rule_comb1,49,[7 2 5],1 2 5,0,1 +0125,0125,02,num,three_rule_comb1,50,[5 1 3],5 1 3],1,1 +0125,0125,02,num,three_rule_comb1,51,[6 0 0],6 0 0,1,1 +0125,0125,02,num,three_rule_comb1,52,[9 7 5],6 7 5,0,1 +0125,0125,02,num,three_rule_comb1,53,[6 9 6],4 9 6,0,1 +0125,0125,02,num,three_rule_comb1,54,[4 6 5],2 6 5,0,1 +0125,0125,02,num,three_rule_comb1,55,[5 9 3],5 9 3,1,1 +0125,0125,02,num,three_rule_comb1,56,[7 7 4],7 7 2,0,1 +0125,0125,02,num,three_rule_comb1,57,[9 4 9],8 4 9,0,1 +0125,0125,02,num,three_rule_comb1,58,[9 5 0],9 5 0,1,1 +0125,0125,02,num,three_rule_comb1,59,[5 0 1],5 0 1,1,1 +0125,0125,02,num,three_rule_comb1,60,[8 4 3],8 4 3,1,1 +0125,0125,02,num,three_rule_comb1,61,[5 8 3],5 8 6,0,1 +0125,0125,02,num,three_rule_comb1,62,[4 0 4],4 1 4,0,1 +0125,0125,02,num,three_rule_comb1,63,[9 8 2],9 8 2,1,1 +0125,0125,02,num,three_rule_comb1,64,[6 9 7],6 9 7,1,1 +0125,0125,02,num,three_rule_comb1,65,[5 6 0],4 6 0,0,1 +0125,0125,02,num,three_rule_comb1,66,[2 2 7],2 4 7,0,1 +0125,0125,02,num,three_rule_comb1,67,[1 4 5],1 4 5,1,1 +0125,0125,02,num,three_rule_comb1,68,[2 1 0],2 0 0,0,1 +0125,0125,02,num,three_rule_comb1,69,[6 3 9],9 3 9,0,1 +0125,0125,02,num,three_rule_comb1,70,[1 3 2],1 1 2,0,1 +0125,0125,02,num,three_rule_comb1,71,[0 1 1],0 4 1,0,1 +0125,0125,02,num,three_rule_comb1,72,[3 2 5],8 2 5,0,1 +0125,0125,02,num,three_rule_comb1,73,[5 0 0],5 0 9,0,1 +0125,0125,02,num,three_rule_comb1,74,[9 0 8],9 0 8,1,1 +0125,0125,02,num,three_rule_comb1,75,[9 2 0],1 2 0,0,1 +0125,0125,02,num,three_rule_comb1,76,[7 0 0],7 0 9,0,1 +0125,0125,02,num,three_rule_comb1,77,[3 1 8],3 1 8,1,1 +0125,0125,02,num,three_rule_comb1,78,[9 9 3],9 9 3,1,1 +0125,0125,02,num,three_rule_comb1,79,[2 3 4],2 2 4,0,1 +0125,0125,02,num,three_rule_comb1,80,[7 5 3],2 5 3,0,1 +0125,0125,02,num,three_rule_comb1,81,[9 7 3],9 7 3,1,1 +0125,0125,02,num,three_rule_comb1,82,[0 3 8],0 3 5,0,1 +0125,0125,02,num,three_rule_comb1,83,[5 0 1],5 0 1,1,1 +0125,0125,02,num,three_rule_comb1,84,[4 8 7],4 2 7,0,1 +0125,0125,02,num,three_rule_comb1,85,[8 1 2],8 1 9,0,1 +0125,0125,02,num,three_rule_comb1,86,[8 5 7],8 5 7,1,1 +0125,0125,02,num,three_rule_comb1,87,[1 0 7],1 0 6,0,1 +0125,0125,02,num,three_rule_comb1,88,[3 4 8],9 4 8,0,1 +0125,0125,02,num,three_rule_comb1,89,[9 7 4],9 7 4,1,1 +0125,0125,02,num,three_rule_comb1,90,[4 1 8],4 1 1,0,1 +0125,0125,02,num,three_rule_comb1,91,[1 1 3],1 3 3,0,1 +0125,0125,02,num,three_rule_comb1,92,[9 6 9],9 6 9,1,1 +0125,0125,02,num,three_rule_comb1,93,[3 8 1],3 8 1,1,1 +0125,0125,02,num,three_rule_comb1,94,[3 8 0],3 8 0,1,1 +0125,0125,02,num,three_rule_comb1,95,[1 5 5],3 5 5,0,1 +0125,0125,02,num,three_rule_comb1,96,[5 1 7],5 1 7,1,1 +0125,0125,02,num,three_rule_comb1,97,[3 5 5],5 5 5,0,1 +0125,0125,02,num,three_rule_comb1,98,[6 9 4],5 9 4,0,1 +0125,0125,02,num,three_rule_comb1,99,[7 5 7],7 7 7,0,1 +0125,0125,02,num,three_rule_comb2,0,[0 0 1],0 0 1,1,1 +0125,0125,02,num,three_rule_comb2,1,[1 1 9],1 1 9,1,1 +0125,0125,02,num,three_rule_comb2,2,[8 5 6],8 5 6,1,1 +0125,0125,02,num,three_rule_comb2,3,[2 8 8],2 8 8,1,1 +0125,0125,02,num,three_rule_comb2,4,[9 3 1],9 3 1,1,1 +0125,0125,02,num,three_rule_comb2,5,[2 3 2],2 3 2,1,1 +0125,0125,02,num,three_rule_comb2,6,[4 5 3],4 5 3,1,1 +0125,0125,02,num,three_rule_comb2,7,[7 4 9],7 4 9,1,1 +0125,0125,02,num,three_rule_comb2,8,[3 8 8],3 8 8,1,1 +0125,0125,02,num,three_rule_comb2,9,[1 8 5],1 8 5,1,1 +0125,0125,02,num,three_rule_comb2,10,[1 5 9],1 5 9,1,1 +0125,0125,02,num,three_rule_comb2,11,[5 9 0],5 9 0,1,1 +0125,0125,02,num,three_rule_comb2,12,[6 2 7],6 2 7,1,1 +0125,0125,02,num,three_rule_comb2,13,[5 2 7],5 2 7,1,1 +0125,0125,02,num,three_rule_comb2,14,[2 7 8],2 7 8,1,1 +0125,0125,02,num,three_rule_comb2,15,[9 5 2],9 5 2,1,1 +0125,0125,02,num,three_rule_comb2,16,[3 5 1],3 5 1,1,1 +0125,0125,02,num,three_rule_comb2,17,[3 0 3],3 0 3,1,1 +0125,0125,02,num,three_rule_comb2,18,[6 3 9],6 3 9,1,1 +0125,0125,02,num,three_rule_comb2,19,[4 7 4],4 7 4,1,1 +0125,0125,02,num,three_rule_comb2,20,[1 9 9],1 9 9,1,1 +0125,0125,02,num,three_rule_comb2,21,[5 5 3],5 5 3,1,1 +0125,0125,02,num,three_rule_comb2,22,[7 0 1],7 0 1,1,1 +0125,0125,02,num,three_rule_comb2,23,[2 1 8],2 1 8,1,1 +0125,0125,02,num,three_rule_comb2,24,[0 9 5],0 9 5,1,1 +0125,0125,02,num,three_rule_comb2,25,[6 8 4],6 8 4,1,1 +0125,0125,02,num,three_rule_comb2,26,[2 3 7],2 3 7,1,1 +0125,0125,02,num,three_rule_comb2,27,[1 5 2],1 5 2,1,1 +0125,0125,02,num,three_rule_comb2,28,[1 0 7],1 0 7,1,1 +0125,0125,02,num,three_rule_comb2,29,[6 5 1],6 5 1,1,1 +0125,0125,02,num,three_rule_comb2,30,[2 5 8],2 5 8,1,1 +0125,0125,02,num,three_rule_comb2,31,[1 0 1],1 0 1,1,1 +0125,0125,02,num,three_rule_comb2,32,[3 4 5],3 4 5,1,1 +0125,0125,02,num,three_rule_comb2,33,[6 7 2],6 7 2,1,1 +0125,0125,02,num,three_rule_comb2,34,[1 4 9],1 4 9,1,1 +0125,0125,02,num,three_rule_comb2,35,[1 0 3],1 0 3,1,1 +0125,0125,02,num,three_rule_comb2,36,[3 0 8],3 0 8,1,1 +0125,0125,02,num,three_rule_comb2,37,[6 2 2],6 2 2,1,1 +0125,0125,02,num,three_rule_comb2,38,[7 8 9],7 8 9,1,1 +0125,0125,02,num,three_rule_comb2,39,[0 1 9],0 1 9,1,1 +0125,0125,02,num,three_rule_comb2,40,[5 0 4],5 0 4,1,1 +0125,0125,02,num,three_rule_comb2,41,[4 8 7],4 8 7,1,1 +0125,0125,02,num,three_rule_comb2,42,[8 2 1],8 2 1,1,1 +0125,0125,02,num,three_rule_comb2,43,[7 6 7],7 6 7,1,1 +0125,0125,02,num,three_rule_comb2,44,[2 9 9],2 9 9,1,1 +0125,0125,02,num,three_rule_comb2,45,[0 1 7],0 1 7,1,1 +0125,0125,02,num,three_rule_comb2,46,[1 0 0],1 0 0,1,1 +0125,0125,02,num,three_rule_comb2,47,[4 4 7],4 4 7,1,1 +0125,0125,02,num,three_rule_comb2,48,[0 5 8],0 5 8,1,1 +0125,0125,02,num,three_rule_comb2,49,[8 8 2],8 8 2,1,1 +0125,0125,02,num,three_rule_comb2,50,[6 7 7],6 7 7,1,1 +0125,0125,02,num,three_rule_comb2,51,[4 2 3],4 2 3,1,1 +0125,0125,02,num,three_rule_comb2,52,[5 4 1],5 4 1,1,1 +0125,0125,02,num,three_rule_comb2,53,[1 1 4],1 1 4,1,1 +0125,0125,02,num,three_rule_comb2,54,[5 2 4],5 2 4,1,1 +0125,0125,02,num,three_rule_comb2,55,[8 6 8],8 6 8,1,1 +0125,0125,02,num,three_rule_comb2,56,[2 3 3],2 3 3,1,1 +0125,0125,02,num,three_rule_comb2,57,[1 2 8],1 2 8,1,1 +0125,0125,02,num,three_rule_comb2,58,[3 2 8],3 2 8,1,1 +0125,0125,02,num,three_rule_comb2,59,[1 6 4],1 6 4,1,1 +0125,0125,02,num,three_rule_comb2,60,[9 5 1],9 5 1,1,1 +0125,0125,02,num,three_rule_comb2,61,[7 7 7],7 7 7,1,1 +0125,0125,02,num,three_rule_comb2,62,[8 6 2],8 6 2,1,1 +0125,0125,02,num,three_rule_comb2,63,[6 5 7],6 5 7,1,1 +0125,0125,02,num,three_rule_comb2,64,[1 2 2],1 2 2,1,1 +0125,0125,02,num,three_rule_comb2,65,[3 0 6],3 0 6,1,1 +0125,0125,02,num,three_rule_comb2,66,[9 3 9],9 3 9,1,1 +0125,0125,02,num,three_rule_comb2,67,[9 8 9],9 8 9,1,1 +0125,0125,02,num,three_rule_comb2,68,[6 0 0],6 0 0,1,1 +0125,0125,02,num,three_rule_comb2,69,[9 9 7],9 9 7,1,1 +0125,0125,02,num,three_rule_comb2,70,[4 7 4],4 7 4,1,1 +0125,0125,02,num,three_rule_comb2,71,[0 1 5],0 1 5,1,1 +0125,0125,02,num,three_rule_comb2,72,[4 0 1],4 0 1,1,1 +0125,0125,02,num,three_rule_comb2,73,[1 3 6],1 3 6,1,1 +0125,0125,02,num,three_rule_comb2,74,[5 8 8],5 8 8,1,1 +0125,0125,02,num,three_rule_comb2,75,[7 3 0],7 3 0,1,1 +0125,0125,02,num,three_rule_comb2,76,[2 9 7],2 9 7,1,1 +0125,0125,02,num,three_rule_comb2,77,[1 9 8],1 9 8,1,1 +0125,0125,02,num,three_rule_comb2,78,[1 8 8],1 8 8,1,1 +0125,0125,02,num,three_rule_comb2,79,[7 4 7],7 4 7,1,1 +0125,0125,02,num,three_rule_comb2,80,[7 9 7],7 9 7,1,1 +0125,0125,02,num,three_rule_comb2,81,[7 0 6],7 0 6,1,1 +0125,0125,02,num,three_rule_comb2,82,[4 2 2],4 2 2,1,1 +0125,0125,02,num,three_rule_comb2,83,[6 0 7],6 0 7,1,1 +0125,0125,02,num,three_rule_comb2,84,[5 4 2],5 4 2,1,1 +0125,0125,02,num,three_rule_comb2,85,[8 6 0],8 6 0,1,1 +0125,0125,02,num,three_rule_comb2,86,[7 8 4],7 8 4,1,1 +0125,0125,02,num,three_rule_comb2,87,[0 3 8],0 3 8,1,1 +0125,0125,02,num,three_rule_comb2,88,[8 9 9],8 9 9,1,1 +0125,0125,02,num,three_rule_comb2,89,[4 2 2],4 2 2,1,1 +0125,0125,02,num,three_rule_comb2,90,[5 7 6],5 7 6,1,1 +0125,0125,02,num,three_rule_comb2,91,[5 0 1],5 0 1,1,1 +0125,0125,02,num,three_rule_comb2,92,[5 5 2],5 5 2,1,1 +0125,0125,02,num,three_rule_comb2,93,[4 5 1],4 5 1,1,1 +0125,0125,02,num,three_rule_comb2,94,[1 8 6],1 8 6],1,1 +0125,0125,02,num,three_rule_comb2,95,[4 8 9],4 8 9,1,1 +0125,0125,02,num,three_rule_comb2,96,[6 8 6],6 8 6,1,1 +0125,0125,02,num,three_rule_comb2,97,[7 3 4],7 3 4,1,1 +0125,0125,02,num,three_rule_comb2,98,[4 1 8],4 1 8,1,1 +0125,0125,02,num,three_rule_comb2,99,[8 0 8],8 0 8,1,1 +0125,0125,02,num,three_rule_comb3,0,[5 1 7],5 1 2,0,1 +0125,0125,02,num,three_rule_comb3,1,[2 1 2],4 2 2,0,1 +0125,0125,02,num,three_rule_comb3,2,[6 3 7],6 3 7,1,1 +0125,0125,02,num,three_rule_comb3,3,[4 8 9],2 8 1,0,1 +0125,0125,02,num,three_rule_comb3,4,[0 5 4],2 5 7,0,1 +0125,0125,02,num,three_rule_comb3,5,[4 1 4],4 1 4,1,1 +0125,0125,02,num,three_rule_comb3,6,[4 7 8],4 7 8,1,1 +0125,0125,02,num,three_rule_comb3,7,[9 0 6],6 0 6,0,1 +0125,0125,02,num,three_rule_comb3,8,[9 0 5],9 0 5,1,1 +0125,0125,02,num,three_rule_comb3,9,[9 0 4],9 0 4,1,1 +0125,0125,02,num,three_rule_comb3,10,[6 2 7],6 2 7,1,1 +0125,0125,02,num,three_rule_comb3,11,[0 7 5],0 1 5,0,1 +0125,0125,02,num,three_rule_comb3,12,[3 0 8],3 3 3],0,1 +0125,0125,02,num,three_rule_comb3,13,[2 6 9],2 6 9,1,1 +0125,0125,02,num,three_rule_comb3,14,[4 3 5],4 3 5,1,1 +0125,0125,02,num,three_rule_comb3,15,[1 3 9],1 3 9,1,1 +0125,0125,02,num,three_rule_comb3,16,[1 9 6],1 9 6,1,1 +0125,0125,02,num,three_rule_comb3,17,[8 9 9],8 9 9,1,1 +0125,0125,02,num,three_rule_comb3,18,[5 5 9],5 5 9,1,1 +0125,0125,02,num,three_rule_comb3,19,[7 2 1],7 2 6,0,1 +0125,0125,02,num,three_rule_comb3,20,[9 5 4],5 2 4,0,1 +0125,0125,02,num,three_rule_comb3,21,[3 3 2],3 3 2,1,1 +0125,0125,02,num,three_rule_comb3,22,[4 7 6],4 7 6,1,1 +0125,0125,02,num,three_rule_comb3,23,[3 3 9],0 3 9,0,1 +0125,0125,02,num,three_rule_comb3,24,[0 1 4],0 1 3,0,1 +0125,0125,02,num,three_rule_comb3,25,[1 6 8],1 5 8,0,1 +0125,0125,02,num,three_rule_comb3,26,[5 7 8],5 5 8,0,1 +0125,0125,02,num,three_rule_comb3,27,[1 1 3],1 5 4,0,1 +0125,0125,02,num,three_rule_comb3,28,[4 0 4],3 0 1,0,1 +0125,0125,02,num,three_rule_comb3,29,[0 6 7],0 6 7,1,1 +0125,0125,02,num,three_rule_comb3,30,[5 1 9],5 1 9,1,1 +0125,0125,02,num,three_rule_comb3,31,[6 4 8],6 4 8,1,1 +0125,0125,02,num,three_rule_comb3,32,[9 3 0],9 3 3,0,1 +0125,0125,02,num,three_rule_comb3,33,[9 9 5],9 9 5,1,1 +0125,0125,02,num,three_rule_comb3,34,[9 4 8],9 6 3,0,1 +0125,0125,02,num,three_rule_comb3,35,[3 3 8],3 3 8,1,1 +0125,0125,02,num,three_rule_comb3,36,[1 6 3],1 6 2,0,1 +0125,0125,02,num,three_rule_comb3,37,[4 5 7],4 3 7],0,1 +0125,0125,02,num,three_rule_comb3,38,[8 7 9],7 2 0,0,1 +0125,0125,02,num,three_rule_comb3,39,[3 8 3],3 8 3,1,1 +0125,0125,02,num,three_rule_comb3,40,[0 0 9],6 0 9,0,1 +0125,0125,02,num,three_rule_comb3,41,[5 2 2],5 2 2,1,1 +0125,0125,02,num,three_rule_comb3,42,[9 1 6],9 1 8,0,1 +0125,0125,02,num,three_rule_comb3,43,[3 4 3],3 4 3,1,1 +0125,0125,02,num,three_rule_comb3,44,[8 9 8],8 9 8,1,1 +0125,0125,02,num,three_rule_comb3,45,[9 9 0],9 0 0,0,1 +0125,0125,02,num,three_rule_comb3,46,[0 5 1],0 1 2,0,1 +0125,0125,02,num,three_rule_comb3,47,[6 4 2],4 4 7,0,1 +0125,0125,02,num,three_rule_comb3,48,[7 7 8],7 3 2,0,1 +0125,0125,02,num,three_rule_comb3,49,[9 9 4],9 9 4,1,1 +0125,0125,02,num,three_rule_comb3,50,[1 6 5],1 6 5,1,1 +0125,0125,02,num,three_rule_comb3,51,[9 0 8],9 0 8,1,1 +0125,0125,02,num,three_rule_comb3,52,[4 4 6],4 3 6,0,1 +0125,0125,02,num,three_rule_comb3,53,[6 0 1],5 0 1,0,1 +0125,0125,02,num,three_rule_comb3,54,[0 7 5],0 7 5,1,1 +0125,0125,02,num,three_rule_comb3,55,[4 2 3],4 2 3,1,1 +0125,0125,02,num,three_rule_comb3,56,[9 3 7],9 3 7,1,1 +0125,0125,02,num,three_rule_comb3,57,[6 3 3],6 3 3,1,1 +0125,0125,02,num,three_rule_comb3,58,[5 1 1],5 1 7,0,1 +0125,0125,02,num,three_rule_comb3,59,[1 6 1],1 1 1,0,1 +0125,0125,02,num,three_rule_comb3,60,[6 1 0],6 1 0,1,1 +0125,0125,02,num,three_rule_comb3,61,[8 4 8],1 5 8,0,1 +0125,0125,02,num,three_rule_comb3,62,[5 4 7],5 4 7,1,1 +0125,0125,02,num,three_rule_comb3,63,[6 3 3],6 3 3,1,1 +0125,0125,02,num,three_rule_comb3,64,[3 0 7],3 0 7,1,1 +0125,0125,02,num,three_rule_comb3,65,[7 7 9],7 7 9,1,1 +0125,0125,02,num,three_rule_comb3,66,[8 7 6],5 7 2,0,1 +0125,0125,02,num,three_rule_comb3,67,[1 8 6],6 8 6,0,1 +0125,0125,02,num,three_rule_comb3,68,[2 3 2],2 3 2,1,1 +0125,0125,02,num,three_rule_comb3,69,[8 5 4],8 5 4,1,1 +0125,0125,02,num,three_rule_comb3,70,[8 6 2],8 6 2,1,1 +0125,0125,02,num,three_rule_comb3,71,[1 9 4],1 9 4,1,1 +0125,0125,02,num,three_rule_comb3,72,[3 2 6],6 6 6,0,1 +0125,0125,02,num,three_rule_comb3,73,[9 8 0],8 9 0,0,1 +0125,0125,02,num,three_rule_comb3,74,[7 8 3],5 2 3,0,1 +0125,0125,02,num,three_rule_comb3,75,[4 1 4],4 1 5,0,1 +0125,0125,02,num,three_rule_comb3,76,[3 5 4],5 3 4,0,1 +0125,0125,02,num,three_rule_comb3,77,[6 9 3],6 9 3,1,1 +0125,0125,02,num,three_rule_comb3,78,[1 5 9],5 5 3,0,1 +0125,0125,02,num,three_rule_comb3,79,[3 8 6],3 8 6,1,1 +0125,0125,02,num,three_rule_comb3,80,[4 5 1],4 8 1,0,1 +0125,0125,02,num,three_rule_comb3,81,[9 1 6],9 1 6,1,1 +0125,0125,02,num,three_rule_comb3,82,[1 5 9],1 5 9,1,1 +0125,0125,02,num,three_rule_comb3,83,[9 1 7],9 1 7,1,1 +0125,0125,02,num,three_rule_comb3,84,[6 1 3],6 1 3,1,1 +0125,0125,02,num,three_rule_comb3,85,[3 0 6],3 0 6,1,1 +0125,0125,02,num,three_rule_comb3,86,[7 6 2],7 6 2,1,1 +0125,0125,02,num,three_rule_comb3,87,[7 6 6],7 6 6,1,1 +0125,0125,02,num,three_rule_comb3,88,[7 7 7],7 7 7,1,1 +0125,0125,02,num,three_rule_comb3,89,[1 4 9],1 4 1,0,1 +0125,0125,02,num,three_rule_comb3,90,[4 9 3],4 9 3,1,1 +0125,0125,02,num,three_rule_comb3,91,[1 0 8],1 0 8,1,1 +0125,0125,02,num,three_rule_comb3,92,[2 4 7],8 4 7,0,1 +0125,0125,02,num,three_rule_comb3,93,[4 1 9],4 1 9,1,1 +0125,0125,02,num,three_rule_comb3,94,[6 0 5],6 2 5,0,1 +0125,0125,02,num,three_rule_comb3,95,[7 9 7],7 9 7,1,1 +0125,0125,02,num,three_rule_comb3,96,[4 4 1],4 4 1,1,1 +0125,0125,02,num,three_rule_comb3,97,[6 1 5],6 1 5,1,1 +0125,0125,02,num,three_rule_comb3,98,[0 8 2],4 8 2,0,1 +0125,0125,02,num,three_rule_comb3,99,[0 6 2],5 6 2,0,1 +0125,0125,02,num,three_rule_comb4,0,[8 7 0],8 7 0,1,1 +0125,0125,02,num,three_rule_comb4,1,[7 9 4],7 9 6,0,1 +0125,0125,02,num,three_rule_comb4,2,[9 3 1],9 4 1,0,1 +0125,0125,02,num,three_rule_comb4,3,[9 7 0],9 7 6,0,1 +0125,0125,02,num,three_rule_comb4,4,[9 8 3],9 9 3,0,1 +0125,0125,02,num,three_rule_comb4,5,[4 8 5],4 8 5,1,1 +0125,0125,02,num,three_rule_comb4,6,[9 3 6],9 7 6,0,1 +0125,0125,02,num,three_rule_comb4,7,[2 5 8],2 2 8,0,1 +0125,0125,02,num,three_rule_comb4,8,[6 0 5],7 0 5,0,1 +0125,0125,02,num,three_rule_comb4,9,[0 1 9],4 1 9,0,1 +0125,0125,02,num,three_rule_comb4,10,[8 1 5],8 1 8,0,1 +0125,0125,02,num,three_rule_comb4,11,[7 3 8],7 3 8,1,1 +0125,0125,02,num,three_rule_comb4,12,[4 3 3],3 3 6,0,1 +0125,0125,02,num,three_rule_comb4,13,[0 8 0],0 7 6,0,1 +0125,0125,02,num,three_rule_comb4,14,[3 0 9],3 0 9,1,1 +0125,0125,02,num,three_rule_comb4,15,[9 8 8],9 8 3,0,1 +0125,0125,02,num,three_rule_comb4,16,[0 0 0],0 0 0,1,1 +0125,0125,02,num,three_rule_comb4,17,[2 7 1],2 7 1,1,1 +0125,0125,02,num,three_rule_comb4,18,[7 4 2],7 4 3,0,1 +0125,0125,02,num,three_rule_comb4,19,[5 4 5],5 4 5,1,1 +0125,0125,02,num,three_rule_comb4,20,[2 5 2],2 5 7,0,1 +0125,0125,02,num,three_rule_comb4,21,[3 3 4],3 3 7,0,1 +0125,0125,02,num,three_rule_comb4,22,[5 0 3],5 3 3,0,1 +0125,0125,02,num,three_rule_comb4,23,[3 0 8],3 0 3,0,1 +0125,0125,02,num,three_rule_comb4,24,[5 8 0],5 8 0,1,1 +0125,0125,02,num,three_rule_comb4,25,[2 1 2],2 1 4,0,1 +0125,0125,02,num,three_rule_comb4,26,[2 7 2],2 2 2,0,1 +0125,0125,02,num,three_rule_comb4,27,[5 9 8],5 9 11,0,1 +0125,0125,02,num,three_rule_comb4,28,[2 7 5],2 7 5,1,1 +0125,0125,02,num,three_rule_comb4,29,[5 5 1],5 5 1,1,1 +0125,0125,02,num,three_rule_comb4,30,[4 4 1],4 4 1,1,1 +0125,0125,02,num,three_rule_comb4,31,[1 3 4],1 3 7,0,1 +0125,0125,02,num,three_rule_comb4,32,[5 9 3],2 9 3,0,1 +0125,0125,02,num,three_rule_comb4,33,[0 8 0],0 4 0,0,1 +0125,0125,02,num,three_rule_comb4,34,[6 6 8],7 6 8,0,1 +0125,0125,02,num,three_rule_comb4,35,[1 2 8],1 2 5,0,1 +0125,0125,02,num,three_rule_comb4,36,[5 8 3],5 8 5,0,1 +0125,0125,02,num,three_rule_comb4,37,[2 0 1],2 0 4,0,1 +0125,0125,02,num,three_rule_comb4,38,[1 4 6],1 4 7,0,1 +0125,0125,02,num,three_rule_comb4,39,[5 4 8],5 4 5,0,1 +0125,0125,02,num,three_rule_comb4,40,[1 6 1],1 6 8,0,1 +0125,0125,02,num,three_rule_comb4,41,[7 3 8],7 3 8,1,1 +0125,0125,02,num,three_rule_comb4,42,[8 4 5],8 4 1,0,1 +0125,0125,02,num,three_rule_comb4,43,[5 3 8],8 3 8,0,1 +0125,0125,02,num,three_rule_comb4,44,[7 1 9],7 4 9,0,1 +0125,0125,02,num,three_rule_comb4,45,[7 8 4],7 2 4,0,1 +0125,0125,02,num,three_rule_comb4,46,[2 2 1],2 2 4,0,1 +0125,0125,02,num,three_rule_comb4,47,[9 9 8],9 9 0,0,1 +0125,0125,02,num,three_rule_comb4,48,[0 2 3],0 3 3,0,1 +0125,0125,02,num,three_rule_comb4,49,[1 6 9],1 6 7,0,1 +0125,0125,02,num,three_rule_comb4,50,[4 8 5],4 8 5,1,1 +0125,0125,02,num,three_rule_comb4,51,[8 8 6],8 2 6,0,1 +0125,0125,02,num,three_rule_comb4,52,[8 4 0],8 2 0,0,1 +0125,0125,02,num,three_rule_comb4,53,[0 9 9],0 9 9,1,1 +0125,0125,02,num,three_rule_comb4,54,[3 4 7],3 4 2,0,1 +0125,0125,02,num,three_rule_comb4,55,[4 7 6],4 7 6,1,1 +0125,0125,02,num,three_rule_comb4,56,[7 5 5],7 8 5,0,1 +0125,0125,02,num,three_rule_comb4,57,[6 7 1],6 5 1,0,1 +0125,0125,02,num,three_rule_comb4,58,[2 9 9],2 9 9,1,1 +0125,0125,02,num,three_rule_comb4,59,[5 3 5],5 3 5,1,1 +0125,0125,02,num,three_rule_comb4,60,[0 8 4],0 5 4,0,1 +0125,0125,02,num,three_rule_comb4,61,[2 3 8],2 3 8,1,1 +0125,0125,02,num,three_rule_comb4,62,[8 1 9],8 7 9,0,1 +0125,0125,02,num,three_rule_comb4,63,[0 7 4],0 0 4,0,1 +0125,0125,02,num,three_rule_comb4,64,[5 9 2],5 9 4,0,1 +0125,0125,02,num,three_rule_comb4,65,[6 6 2],6 5 2,0,1 +0125,0125,02,num,three_rule_comb4,66,[8 0 0],9 0 0,0,1 +0125,0125,02,num,three_rule_comb4,67,[6 9 9],2 9 9,0,1 +0125,0125,02,num,three_rule_comb4,68,[0 9 4],0 2 4,0,1 +0125,0125,02,num,three_rule_comb4,69,[5 8 6],5 8 6,1,1 +0125,0125,02,num,three_rule_comb4,70,[0 3 5],0 3 0,0,1 +0125,0125,02,num,three_rule_comb4,71,[3 2 8],3 2 1,0,1 +0125,0125,02,num,three_rule_comb4,72,[7 7 4],7 7 4,1,1 +0125,0125,02,num,three_rule_comb4,73,[1 7 2],1 7 2,1,1 +0125,0125,02,num,three_rule_comb4,74,[0 7 5],0 7 5,1,1 +0125,0125,02,num,three_rule_comb4,75,[0 3 3],0 3 4,0,1 +0125,0125,02,num,three_rule_comb4,76,[5 9 5],5 9 5,1,1 +0125,0125,02,num,three_rule_comb4,77,[8 2 9],8 2 9,1,1 +0125,0125,02,num,three_rule_comb4,78,[5 1 1],5 1 1,1,1 +0125,0125,02,num,three_rule_comb4,79,[6 7 5],6 7 3,0,1 +0125,0125,02,num,three_rule_comb4,80,[4 4 0],4 1 6,0,1 +0125,0125,02,num,three_rule_comb4,81,[8 4 7],8 4 7,1,1 +0125,0125,02,num,three_rule_comb4,82,[9 0 2],9 0 5,0,1 +0125,0125,02,num,three_rule_comb4,83,[5 3 9],5 1 9,0,1 +0125,0125,02,num,three_rule_comb4,84,[4 2 8],4 5 8,0,1 +0125,0125,02,num,three_rule_comb4,85,[8 2 4],8 2 1,0,1 +0125,0125,02,num,three_rule_comb4,86,[2 8 8],2 2 8,0,1 +0125,0125,02,num,three_rule_comb4,87,[3 6 5],3 6 5,1,1 +0125,0125,02,num,three_rule_comb4,88,[8 7 5],8 7 8,0,1 +0125,0125,02,num,three_rule_comb4,89,[9 9 5],9 9 5,1,1 +0125,0125,02,num,three_rule_comb4,90,[8 6 2],8 6 2,1,1 +0125,0125,02,num,three_rule_comb4,91,[5 6 1],5 6 7],0,1 +0125,0125,02,num,three_rule_comb4,92,[2 9 4],2 3 4,0,1 +0125,0125,02,num,three_rule_comb4,93,[4 9 6],4 9 6,1,1 +0125,0125,02,num,three_rule_comb4,94,[5 4 5],1 4 5,0,1 +0125,0125,02,num,three_rule_comb4,95,[7 2 6],7 2 4,0,1 +0125,0125,02,num,three_rule_comb4,96,[5 1 7],5 1 2,0,1 +0125,0125,02,num,three_rule_comb4,97,[5 1 1],2 1 1,0,1 +0125,0125,02,num,three_rule_comb4,98,[0 7 8],0 7 3,0,1 +0125,0125,02,num,three_rule_comb4,99,[4 0 9],4 0 4,0,1 +0125,0125,02,num,three_rule_comb5,0,[5 0 7],5 0 7,1,1 +0125,0125,02,num,three_rule_comb5,1,[3 3 1],3 3 1,1,1 +0125,0125,02,num,three_rule_comb5,2,[5 3 1],5 3 1,1,1 +0125,0125,02,num,three_rule_comb5,3,[5 9 2],5 9 2,1,1 +0125,0125,02,num,three_rule_comb5,4,[0 2 4],0 2 4,1,1 +0125,0125,02,num,three_rule_comb5,5,[9 2 8],9 2 8,1,1 +0125,0125,02,num,three_rule_comb5,6,[2 8 7],2 0 3,0,1 +0125,0125,02,num,three_rule_comb5,7,[8 4 5],8 4 5,1,1 +0125,0125,02,num,three_rule_comb5,8,[7 4 7],7 4 7,1,1 +0125,0125,02,num,three_rule_comb5,9,[6 1 5],6 1 5,1,1 +0125,0125,02,num,three_rule_comb5,10,[5 5 6],5 5 6,1,1 +0125,0125,02,num,three_rule_comb5,11,[2 4 8],2 4 8,1,1 +0125,0125,02,num,three_rule_comb5,12,[0 6 0],0 6 0,1,1 +0125,0125,02,num,three_rule_comb5,13,[9 4 0],9 4 0,1,1 +0125,0125,02,num,three_rule_comb5,14,[6 3 2],6 3 2,1,1 +0125,0125,02,num,three_rule_comb5,15,[0 9 8],0 9 8,1,1 +0125,0125,02,num,three_rule_comb5,16,[7 5 6],7 5 6,1,1 +0125,0125,02,num,three_rule_comb5,17,[0 1 7],0 1 7,1,1 +0125,0125,02,num,three_rule_comb5,18,[1 4 1],1 4 1,1,1 +0125,0125,02,num,three_rule_comb5,19,[0 1 0],0 1 0,1,1 +0125,0125,02,num,three_rule_comb5,20,[4 4 9],4 4 9,1,1 +0125,0125,02,num,three_rule_comb5,21,[1 7 4],1 7 4,1,1 +0125,0125,02,num,three_rule_comb5,22,[9 4 4],9 4 4,1,1 +0125,0125,02,num,three_rule_comb5,23,[5 4 0],5 4 0,1,1 +0125,0125,02,num,three_rule_comb5,24,[6 0 4],6 0 4,1,1 +0125,0125,02,num,three_rule_comb5,25,[8 6 1],8 6 1,1,1 +0125,0125,02,num,three_rule_comb5,26,[7 4 8],7 4 8,1,1 +0125,0125,02,num,three_rule_comb5,27,[9 3 6],9 3 6,1,1 +0125,0125,02,num,three_rule_comb5,28,[4 8 3],4 8 3,1,1 +0125,0125,02,num,three_rule_comb5,29,[9 8 0],9 8 0,1,1 +0125,0125,02,num,three_rule_comb5,30,[5 9 5],5 9 5,1,1 +0125,0125,02,num,three_rule_comb5,31,[5 4 4],5 4 4,1,1 +0125,0125,02,num,three_rule_comb5,32,[5 5 9],5 5 9,1,1 +0125,0125,02,num,three_rule_comb5,33,[7 1 8],7 1 8,1,1 +0125,0125,02,num,three_rule_comb5,34,[4 0 5],4 0 5,1,1 +0125,0125,02,num,three_rule_comb5,35,[5 9 2],5 9 2,1,1 +0125,0125,02,num,three_rule_comb5,36,[1 2 2],1 2 2,1,1 +0125,0125,02,num,three_rule_comb5,37,[5 2 7],5 2 7,1,1 +0125,0125,02,num,three_rule_comb5,38,[3 9 1],3 9 1,1,1 +0125,0125,02,num,three_rule_comb5,39,[3 8 9],3 8 9,1,1 +0125,0125,02,num,three_rule_comb5,40,[0 0 0],0 0 0,1,1 +0125,0125,02,num,three_rule_comb5,41,[7 0 3],7 0 3,1,1 +0125,0125,02,num,three_rule_comb5,42,[3 6 8],3 6 8,1,1 +0125,0125,02,num,three_rule_comb5,43,[5 1 0],5 1 0,1,1 +0125,0125,02,num,three_rule_comb5,44,[6 4 9],6 4 9,1,1 +0125,0125,02,num,three_rule_comb5,45,[5 3 0],5 3 0,1,1 +0125,0125,02,num,three_rule_comb5,46,[3 3 8],3 3 8,1,1 +0125,0125,02,num,three_rule_comb5,47,[9 9 8],9 9 8,1,1 +0125,0125,02,num,three_rule_comb5,48,[5 3 4],5 3 4,1,1 +0125,0125,02,num,three_rule_comb5,49,[3 4 9],3 4 9,1,1 +0125,0125,02,num,three_rule_comb5,50,[2 1 7],2 1 7,1,1 +0125,0125,02,num,three_rule_comb5,51,[2 2 5],2 2 5,1,1 +0125,0125,02,num,three_rule_comb5,52,[1 4 9],1 4 9,1,1 +0125,0125,02,num,three_rule_comb5,53,[1 5 9],1 5 9,1,1 +0125,0125,02,num,three_rule_comb5,54,[0 8 8],0 8 8,1,1 +0125,0125,02,num,three_rule_comb5,55,[0 5 9],0 5 9,1,1 +0125,0125,02,num,three_rule_comb5,56,[0 6 2],0 6 2,1,1 +0125,0125,02,num,three_rule_comb5,57,[4 3 1],4 3 1,1,1 +0125,0125,02,num,three_rule_comb5,58,[0 6 9],0 6 9,1,1 +0125,0125,02,num,three_rule_comb5,59,[8 7 0],8 7 0,1,1 +0125,0125,02,num,three_rule_comb5,60,[1 4 7],1 4 7,1,1 +0125,0125,02,num,three_rule_comb5,61,[7 4 1],7 4 1,1,1 +0125,0125,02,num,three_rule_comb5,62,[4 0 4],4 0 4,1,1 +0125,0125,02,num,three_rule_comb5,63,[9 0 1],9 0 1,1,1 +0125,0125,02,num,three_rule_comb5,64,[7 0 8],7 0 8,1,1 +0125,0125,02,num,three_rule_comb5,65,[3 4 8],3 4 8,1,1 +0125,0125,02,num,three_rule_comb5,66,[9 1 0],9 1 0,1,1 +0125,0125,02,num,three_rule_comb5,67,[1 1 5],1 1 5,1,1 +0125,0125,02,num,three_rule_comb5,68,[3 5 3],3 5 3,1,1 +0125,0125,02,num,three_rule_comb5,69,[3 4 4],3 4 4,1,1 +0125,0125,02,num,three_rule_comb5,70,[3 2 5],3 2 5,1,1 +0125,0125,02,num,three_rule_comb5,71,[0 5 5],0 5 5,1,1 +0125,0125,02,num,three_rule_comb5,72,[5 9 7],5 9 7,1,1 +0125,0125,02,num,three_rule_comb5,73,[9 9 3],9 9 3,1,1 +0125,0125,02,num,three_rule_comb5,74,[8 4 5],8 4 5,1,1 +0125,0125,02,num,three_rule_comb5,75,[3 5 8],3 5 8,1,1 +0125,0125,02,num,three_rule_comb5,76,[4 3 3],4 3 3,1,1 +0125,0125,02,num,three_rule_comb5,77,[8 0 6],8 0 6,1,1 +0125,0125,02,num,three_rule_comb5,78,[8 6 7],8 6 7,1,1 +0125,0125,02,num,three_rule_comb5,79,[9 1 0],9 1 0,1,1 +0125,0125,02,num,three_rule_comb5,80,[0 9 5],0 9 5,1,1 +0125,0125,02,num,three_rule_comb5,81,[4 3 2],4 3 2,1,1 +0125,0125,02,num,three_rule_comb5,82,[2 8 6],2 8 6,1,1 +0125,0125,02,num,three_rule_comb5,83,[1 7 6],1 7 6,1,1 +0125,0125,02,num,three_rule_comb5,84,[9 0 9],9 0 9,1,1 +0125,0125,02,num,three_rule_comb5,85,[5 0 5],5 0 5,1,1 +0125,0125,02,num,three_rule_comb5,86,[1 0 7],1 8 3,0,1 +0125,0125,02,num,three_rule_comb5,87,[8 4 8],8 4 8,1,1 +0125,0125,02,num,three_rule_comb5,88,[9 2 7],9 2 7,1,1 +0125,0125,02,num,three_rule_comb5,89,[0 2 5],0 2 5,1,1 +0125,0125,02,num,three_rule_comb5,90,[7 5 2],7 5 2,1,1 +0125,0125,02,num,three_rule_comb5,91,[0 8 2],0 8 2,1,1 +0125,0125,02,num,three_rule_comb5,92,[1 0 9],1 0 9,1,1 +0125,0125,02,num,three_rule_comb5,93,[0 1 8],0 1 8,1,1 +0125,0125,02,num,three_rule_comb5,94,[3 4 1],3 4 1,1,1 +0125,0125,02,num,three_rule_comb5,95,[4 9 2],4 9 2,1,1 +0125,0125,02,num,three_rule_comb5,96,[9 9 5],9 9 5,1,1 +0125,0125,02,num,three_rule_comb5,97,[8 9 1],8 9 1,1,1 +0125,0125,02,num,three_rule_comb5,98,[4 2 4],4 2 4,1,1 +0125,0125,02,num,three_rule_comb5,99,[4 6 4],4 6 4,1,1 +0125,0125,02,num,three_rule_comb6,0,[0 1 6],0 1 6,1,1 +0125,0125,02,num,three_rule_comb6,1,[7 1 9],7 1 9,1,1 +0125,0125,02,num,three_rule_comb6,2,[1 0 2],2 0 2,0,1 +0125,0125,02,num,three_rule_comb6,3,[3 1 9],3 1 9,1,1 +0125,0125,02,num,three_rule_comb6,4,[2 5 3],2 5 3,1,1 +0125,0125,02,num,three_rule_comb6,5,[2 0 9],2 0 9,1,1 +0125,0125,02,num,three_rule_comb6,6,[5 0 9],5 0 9,1,1 +0125,0125,02,num,three_rule_comb6,7,[6 2 7],6 2 7,1,1 +0125,0125,02,num,three_rule_comb6,8,[4 9 1],4 9 1,1,1 +0125,0125,02,num,three_rule_comb6,9,[5 5 1],5 5 1,1,1 +0125,0125,02,num,three_rule_comb6,10,[3 1 8],3 1 8,1,1 +0125,0125,02,num,three_rule_comb6,11,[0 5 9],5 5 9,0,1 +0125,0125,02,num,three_rule_comb6,12,[7 1 1],7 1 1,1,1 +0125,0125,02,num,three_rule_comb6,13,[9 1 4],9 1 4],1,1 +0125,0125,02,num,three_rule_comb6,14,[4 2 9],4 2 9,1,1 +0125,0125,02,num,three_rule_comb6,15,[9 0 8],8 4 7,0,1 +0125,0125,02,num,three_rule_comb6,16,[0 5 4],0 5 4,1,1 +0125,0125,02,num,three_rule_comb6,17,[4 5 9],4 5 9,1,1 +0125,0125,02,num,three_rule_comb6,18,[6 9 5],5 8 5,0,1 +0125,0125,02,num,three_rule_comb6,19,[6 7 2],6 7 2,1,1 +0125,0125,02,num,three_rule_comb6,20,[9 4 9],9 4 9,1,1 +0125,0125,02,num,three_rule_comb6,21,[6 9 8],6 6 4,0,1 +0125,0125,02,num,three_rule_comb6,22,[8 3 9],8 3 9,1,1 +0125,0125,02,num,three_rule_comb6,23,[9 9 5],9 5 5,0,1 +0125,0125,02,num,three_rule_comb6,24,[7 6 7],7 6 7,1,1 +0125,0125,02,num,three_rule_comb6,25,[4 8 8],4 8 8,1,1 +0125,0125,02,num,three_rule_comb6,26,[0 7 8],4 7 2,0,1 +0125,0125,02,num,three_rule_comb6,27,[1 4 3],1 4 3,1,1 +0125,0125,02,num,three_rule_comb6,28,[6 4 6],6 4 6,1,1 +0125,0125,02,num,three_rule_comb6,29,[1 2 4],1 8 4,0,1 +0125,0125,02,num,three_rule_comb6,30,[8 9 3],9 8 6,0,1 +0125,0125,02,num,three_rule_comb6,31,[5 1 8],5 1 8,1,1 +0125,0125,02,num,three_rule_comb6,32,[4 0 4],4 4 4,0,1 +0125,0125,02,num,three_rule_comb6,33,[8 4 1],8 4 1,1,1 +0125,0125,02,num,three_rule_comb6,34,[9 5 3],5 3 0,0,1 +0125,0125,02,num,three_rule_comb6,35,[7 2 1],7 2 1,1,1 +0125,0125,02,num,three_rule_comb6,36,[3 4 2],3 4 2,1,1 +0125,0125,02,num,three_rule_comb6,37,[0 5 0],0 5 0,1,1 +0125,0125,02,num,three_rule_comb6,38,[1 1 2],1 1 2,1,1 +0125,0125,02,num,three_rule_comb6,39,[2 5 3],2 5 3,1,1 +0125,0125,02,num,three_rule_comb6,40,[8 7 5],8 7 5,1,1 +0125,0125,02,num,three_rule_comb6,41,[5 8 5],5 8 5,1,1 +0125,0125,02,num,three_rule_comb6,42,[2 2 4],2 2 4,1,1 +0125,0125,02,num,three_rule_comb6,43,[0 9 1],0 9 1,1,1 +0125,0125,02,num,three_rule_comb6,44,[9 6 5],8 6 5,0,1 +0125,0125,02,num,three_rule_comb6,45,[0 3 1],0 3 4,0,1 +0125,0125,02,num,three_rule_comb6,46,[0 0 3],0 0 3,1,1 +0125,0125,02,num,three_rule_comb6,47,[9 5 6],9 5 6,1,1 +0125,0125,02,num,three_rule_comb6,48,[9 7 3],2 7 3,0,1 +0125,0125,02,num,three_rule_comb6,49,[8 6 0],8 0 0,0,1 +0125,0125,02,num,three_rule_comb6,50,[0 1 6],0 6 6,0,1 +0125,0125,02,num,three_rule_comb6,51,[4 1 2],2 2 4,0,1 +0125,0125,02,num,three_rule_comb6,52,[8 9 3],8 9 3,1,1 +0125,0125,02,num,three_rule_comb6,53,[9 0 5],8 0 5,0,1 +0125,0125,02,num,three_rule_comb6,54,[4 4 6],4 4 6,1,1 +0125,0125,02,num,three_rule_comb6,55,[6 2 9],6 2 9,1,1 +0125,0125,02,num,three_rule_comb6,56,[4 8 1],4 4 1,0,1 +0125,0125,02,num,three_rule_comb6,57,[2 6 8],2 4 9,0,1 +0125,0125,02,num,three_rule_comb6,58,[2 5 6],2 5 6,1,1 +0125,0125,02,num,three_rule_comb6,59,[5 5 1],5 6 1,0,1 +0125,0125,02,num,three_rule_comb6,60,[8 1 3],8 1 3,1,1 +0125,0125,02,num,three_rule_comb6,61,[2 6 3],2 6 3,1,1 +0125,0125,02,num,three_rule_comb6,62,[0 5 4],0 5 4,1,1 +0125,0125,02,num,three_rule_comb6,63,[6 8 3],6 8 3,1,1 +0125,0125,02,num,three_rule_comb6,64,[6 3 1],6 3 1,1,1 +0125,0125,02,num,three_rule_comb6,65,[1 3 6],1 3 6,1,1 +0125,0125,02,num,three_rule_comb6,66,[6 1 6],6 1 6,1,1 +0125,0125,02,num,three_rule_comb6,67,[6 8 9],6 8 9,1,1 +0125,0125,02,num,three_rule_comb6,68,[4 1 9],4 1 9,1,1 +0125,0125,02,num,three_rule_comb6,69,[6 9 2],6 9 2,1,1 +0125,0125,02,num,three_rule_comb6,70,[1 3 5],1 3 5,1,1 +0125,0125,02,num,three_rule_comb6,71,[2 0 3],0 5 3,0,1 +0125,0125,02,num,three_rule_comb6,72,[0 4 7],1 3 7,0,1 +0125,0125,02,num,three_rule_comb6,73,[1 6 6],1 6 6,1,1 +0125,0125,02,num,three_rule_comb6,74,[3 2 6],3 2 4,0,1 +0125,0125,02,num,three_rule_comb6,75,[3 4 7],3 4 7,1,1 +0125,0125,02,num,three_rule_comb6,76,[8 0 7],8 0 7,1,1 +0125,0125,02,num,three_rule_comb6,77,[9 3 6],9 3 6,1,1 +0125,0125,02,num,three_rule_comb6,78,[6 0 8],6 0 8,1,1 +0125,0125,02,num,three_rule_comb6,79,[6 0 0],6 0 0,1,1 +0125,0125,02,num,three_rule_comb6,80,[3 6 3],3 6 3,1,1 +0125,0125,02,num,three_rule_comb6,81,[1 5 0],1 5 0,1,1 +0125,0125,02,num,three_rule_comb6,82,[1 4 5],1 4 5,1,1 +0125,0125,02,num,three_rule_comb6,83,[4 9 3],4 7 3,0,1 +0125,0125,02,num,three_rule_comb6,84,[8 7 0],8 1 0,0,1 +0125,0125,02,num,three_rule_comb6,85,[1 3 9],1 3 9,1,1 +0125,0125,02,num,three_rule_comb6,86,[4 7 6],4 7 6,1,1 +0125,0125,02,num,three_rule_comb6,87,[1 4 8],1 4 8,1,1 +0125,0125,02,num,three_rule_comb6,88,[0 5 8],0 5 8,1,1 +0125,0125,02,num,three_rule_comb6,89,[8 3 9],8 3 9,1,1 +0125,0125,02,num,three_rule_comb6,90,[5 1 2],5 1 2,1,1 +0125,0125,02,num,three_rule_comb6,91,[7 6 9],7 6 9,1,1 +0125,0125,02,num,three_rule_comb6,92,[3 7 9],3 7 9,1,1 +0125,0125,02,num,three_rule_comb6,93,[9 8 1],9 8 1,1,1 +0125,0125,02,num,three_rule_comb6,94,[4 9 4],4 9 4,1,1 +0125,0125,02,num,three_rule_comb6,95,[4 7 8],4 7 4,0,1 +0125,0125,02,num,three_rule_comb6,96,[3 7 7],3 7 7,1,1 +0125,0125,02,num,three_rule_comb6,97,[8 1 6],8 1 6,1,1 +0125,0125,02,num,three_rule_comb6,98,[7 3 5],7 3 5],1,1 +0125,0125,02,num,three_rule_comb6,99,[5 6 8],5 6 8,1,1 +0125,0125,02,num,three_rule_comb7,0,[5 4 8],5 4 8,1,1 +0125,0125,02,num,three_rule_comb7,1,[3 1 8],3 1 7,0,1 +0125,0125,02,num,three_rule_comb7,2,[4 7 9],4 4 4],0,1 +0125,0125,02,num,three_rule_comb7,3,[4 8 5],4 1 8,0,1 +0125,0125,02,num,three_rule_comb7,4,[7 5 2],7 5 8,0,1 +0125,0125,02,num,three_rule_comb7,5,[9 3 9],9 3 8,0,1 +0125,0125,02,num,three_rule_comb7,6,[5 1 5],5 2 0,0,1 +0125,0125,02,num,three_rule_comb7,7,[2 9 0],2 5 1,0,1 +0125,0125,02,num,three_rule_comb7,8,[2 2 3],3 2 7,0,1 +0125,0125,02,num,three_rule_comb7,9,[6 2 8],6 2 2,0,1 +0125,0125,02,num,three_rule_comb7,10,[5 1 4],2 1 8,0,1 +0125,0125,02,num,three_rule_comb7,11,[2 6 1],2 6 1,1,1 +0125,0125,02,num,three_rule_comb7,12,[4 4 4],4 4 4],1,1 +0125,0125,02,num,three_rule_comb7,13,[4 4 0],4 4 3,0,1 +0125,0125,02,num,three_rule_comb7,14,[7 7 4],7 4 4,0,1 +0125,0125,02,num,three_rule_comb7,15,[3 0 0],3 3 0,0,1 +0125,0125,02,num,three_rule_comb7,16,[8 8 0],8 5 3,0,1 +0125,0125,02,num,three_rule_comb7,17,[8 1 4],7 1 6,0,1 +0125,0125,02,num,three_rule_comb7,18,[6 2 6],6 6 6,0,1 +0125,0125,02,num,three_rule_comb7,19,[1 3 9],1 3 9,1,1 +0125,0125,02,num,three_rule_comb7,20,[5 6 5],5 6 5,1,1 +0125,0125,02,num,three_rule_comb7,21,[1 4 3],1 5 1,0,1 +0125,0125,02,num,three_rule_comb7,22,[6 4 1],6 4 1,1,1 +0125,0125,02,num,three_rule_comb7,23,[8 0 3],8 0 6,0,1 +0125,0125,02,num,three_rule_comb7,24,[8 4 1],8 4 1,1,1 +0125,0125,02,num,three_rule_comb7,25,[5 3 4],5 3 1,0,1 +0125,0125,02,num,three_rule_comb7,26,[4 8 6],4 8 6,1,1 +0125,0125,02,num,three_rule_comb7,27,[2 1 2],1 4 6,0,1 +0125,0125,02,num,three_rule_comb7,28,[9 8 9],9 6 7,0,1 +0125,0125,02,num,three_rule_comb7,29,[0 2 9],0 2 6,0,1 +0125,0125,02,num,three_rule_comb7,30,[9 9 9],9 3 4,0,1 +0125,0125,02,num,three_rule_comb7,31,[6 1 9],6 7 5,0,1 +0125,0125,02,num,three_rule_comb7,32,[4 5 9],4 5 6,0,1 +0125,0125,02,num,three_rule_comb7,33,[3 5 1],7 5 3,0,1 +0125,0125,02,num,three_rule_comb7,34,[6 5 4],8 7 8,0,1 +0125,0125,02,num,three_rule_comb7,35,[2 3 1],2 0 4,0,1 +0125,0125,02,num,three_rule_comb7,36,[6 1 5],6 1 8,0,1 +0125,0125,02,num,three_rule_comb7,37,[1 4 7],1 4 2,0,1 +0125,0125,02,num,three_rule_comb7,38,[5 4 5],5 3 5,0,1 +0125,0125,02,num,three_rule_comb7,39,[0 2 4],0 2 7,0,1 +0125,0125,02,num,three_rule_comb7,40,[5 9 4],5 9 7,0,1 +0125,0125,02,num,three_rule_comb7,41,[2 2 1],2 3 1,0,1 +0125,0125,02,num,three_rule_comb7,42,[2 4 3],2 4 6,0,1 +0125,0125,02,num,three_rule_comb7,43,[8 1 7],8 1 7,1,1 +0125,0125,02,num,three_rule_comb7,44,[8 7 2],8 7 2,1,1 +0125,0125,02,num,three_rule_comb7,45,[3 9 2],3 9 2,1,1 +0125,0125,02,num,three_rule_comb7,46,[9 7 5],9 7 3,0,1 +0125,0125,02,num,three_rule_comb7,47,[0 4 3],0 7 3,0,1 +0125,0125,02,num,three_rule_comb7,48,[5 6 2],5 6 5,0,1 +0125,0125,02,num,three_rule_comb7,49,[4 0 9],4 0 9,1,1 +0125,0125,02,num,three_rule_comb7,50,[3 1 7],3 9 4,0,1 +0125,0125,02,num,three_rule_comb7,51,[8 8 5],8 2 1,0,1 +0125,0125,02,num,three_rule_comb7,52,[2 9 1],6 3 5,0,1 +0125,0125,02,num,three_rule_comb7,53,[3 8 0],5 8 4,0,1 +0125,0125,02,num,three_rule_comb7,54,[6 0 0],6 0 0,1,1 +0125,0125,02,num,three_rule_comb7,55,[1 6 0],8 6 8,0,1 +0125,0125,02,num,three_rule_comb7,56,[9 4 0],5 4 2,0,1 +0125,0125,02,num,three_rule_comb7,57,[7 0 7],7 0 7,1,1 +0125,0125,02,num,three_rule_comb7,58,[9 3 5],9 3 5,1,1 +0125,0125,02,num,three_rule_comb7,59,[3 4 4],3 0 4,0,1 +0125,0125,02,num,three_rule_comb7,60,[8 1 9],8 1 9,1,1 +0125,0125,02,num,three_rule_comb7,61,[5 1 3],5 1 6,0,1 +0125,0125,02,num,three_rule_comb7,62,[4 8 7],4 4 7,0,1 +0125,0125,02,num,three_rule_comb7,63,[5 0 5],5 3 5,0,1 +0125,0125,02,num,three_rule_comb7,64,[5 1 6],5 1 6,1,1 +0125,0125,02,num,three_rule_comb7,65,[8 4 4],8 8 4,0,1 +0125,0125,02,num,three_rule_comb7,66,[9 2 3],9 4 2,0,1 +0125,0125,02,num,three_rule_comb7,67,[4 6 7],4 6 7,1,1 +0125,0125,02,num,three_rule_comb7,68,[5 3 0],6 3 3,0,1 +0125,0125,02,num,three_rule_comb7,69,[5 4 9],5 5 9,0,1 +0125,0125,02,num,three_rule_comb7,70,[4 6 6],4 2 3,0,1 +0125,0125,02,num,three_rule_comb7,71,[6 6 1],6 2 3,0,1 +0125,0125,02,num,three_rule_comb7,72,[4 0 8],4 0 8,1,1 +0125,0125,02,num,three_rule_comb7,73,[1 9 7],3 3 7,0,1 +0125,0125,02,num,three_rule_comb7,74,[5 4 6],5 4 6,1,1 +0125,0125,02,num,three_rule_comb7,75,[9 2 9],9 2 9,1,1 +0125,0125,02,num,three_rule_comb7,76,[8 5 7],8 8 7,0,1 +0125,0125,02,num,three_rule_comb7,77,[1 8 1],1 8 1,1,1 +0125,0125,02,num,three_rule_comb7,78,[5 7 5],5 8 5,0,1 +0125,0125,02,num,three_rule_comb7,79,[6 0 7],6 3 3,0,1 +0125,0125,02,num,three_rule_comb7,80,[0 7 2],8 2 3,0,1 +0125,0125,02,num,three_rule_comb7,81,[2 5 9],2 5 9,1,1 +0125,0125,02,num,three_rule_comb7,82,[1 9 9],1 9 6,0,1 +0125,0125,02,num,three_rule_comb7,83,[2 4 4],2 4 4,1,1 +0125,0125,02,num,three_rule_comb7,84,[8 6 4],8 6 4,1,1 +0125,0125,02,num,three_rule_comb7,85,[8 5 5],8 5 9,0,1 +0125,0125,02,num,three_rule_comb7,86,[6 0 9],6 6 9,0,1 +0125,0125,02,num,three_rule_comb7,87,[1 5 6],2 5 3,0,1 +0125,0125,02,num,three_rule_comb7,88,[8 4 1],8 7 1,0,1 +0125,0125,02,num,three_rule_comb7,89,[6 7 0],6 4 0,0,1 +0125,0125,02,num,three_rule_comb7,90,[8 6 1],8 3 6,0,1 +0125,0125,02,num,three_rule_comb7,91,[4 1 4],4 8 8,0,1 +0125,0125,02,num,three_rule_comb7,92,[6 6 4],6 9 4,0,1 +0125,0125,02,num,three_rule_comb7,93,[6 9 6],6 3 7,0,1 +0125,0125,02,num,three_rule_comb7,94,[1 3 5],1 3 5,1,1 +0125,0125,02,num,three_rule_comb7,95,[1 5 2],1 8 2,0,1 +0125,0125,02,num,three_rule_comb7,96,[2 4 6],2 4 3,0,1 +0125,0125,02,num,three_rule_comb7,97,[0 3 0],0 6 0,0,1 +0125,0125,02,num,three_rule_comb7,98,[8 3 0],8 3 6,0,1 +0125,0125,02,num,three_rule_comb7,99,[8 9 3],7 6 3,0,1 +0125,0125,02,num,three_rule_comb8,0,[8 1 2],8 1 6,0,1 +0125,0125,02,num,three_rule_comb8,1,[5 5 5],5 5 3,0,1 +0125,0125,02,num,three_rule_comb8,2,[3 0 8],3 6 2,0,1 +0125,0125,02,num,three_rule_comb8,3,[7 5 9],7 5 0,0,1 +0125,0125,02,num,three_rule_comb8,4,[9 4 8],9 4 8,1,1 +0125,0125,02,num,three_rule_comb8,5,[5 3 8],5 3 8,1,1 +0125,0125,02,num,three_rule_comb8,6,[4 6 1],4 6 3,0,1 +0125,0125,02,num,three_rule_comb8,7,[8 3 0],8 2 0,0,1 +0125,0125,02,num,three_rule_comb8,8,[7 0 6],7 3 3,0,1 +0125,0125,02,num,three_rule_comb8,9,[0 7 0],0 7 0,1,1 +0125,0125,02,num,three_rule_comb8,10,[3 5 6],3 5 6],1,1 +0125,0125,02,num,three_rule_comb8,11,[0 4 5],0 9 5,0,1 +0125,0125,02,num,three_rule_comb8,12,[6 6 4],6 3 4,0,1 +0125,0125,02,num,three_rule_comb8,13,[1 9 8],1 9 5,0,1 +0125,0125,02,num,three_rule_comb8,14,[0 7 1],0 7 1,1,1 +0125,0125,02,num,three_rule_comb8,15,[3 8 3],3 8 3,1,1 +0125,0125,02,num,three_rule_comb8,16,[4 6 7],4 4 7,0,1 +0125,0125,02,num,three_rule_comb8,17,[2 8 4],2 4 8,0,1 +0125,0125,02,num,three_rule_comb8,18,[1 5 5],1 5 5,1,1 +0125,0125,02,num,three_rule_comb8,19,[0 7 5],0 7 5,1,1 +0125,0125,02,num,three_rule_comb8,20,[4 1 9],4 4 9,0,1 +0125,0125,02,num,three_rule_comb8,21,[0 9 4],0 9 2,0,1 +0125,0125,02,num,three_rule_comb8,22,[8 4 2],8 4 2,1,1 +0125,0125,02,num,three_rule_comb8,23,[9 4 8],9 5 8,0,1 +0125,0125,02,num,three_rule_comb8,24,[5 3 0],5 3 2,0,1 +0125,0125,02,num,three_rule_comb8,25,[0 5 8],0 8 8,0,1 +0125,0125,02,num,three_rule_comb8,26,[8 8 5],8 3 5,0,1 +0125,0125,02,num,three_rule_comb8,27,[0 5 8],0 5 27,0,1 +0125,0125,02,num,three_rule_comb8,28,[4 5 3],4 3 3,0,1 +0125,0125,02,num,three_rule_comb8,29,[4 5 6],8 5 6,0,1 +0125,0125,02,num,three_rule_comb8,30,[6 6 0],6 2 0,0,1 +0125,0125,02,num,three_rule_comb8,31,[7 5 7],7 5 7,1,1 +0125,0125,02,num,three_rule_comb8,32,[4 0 8],4 6 8,0,1 +0125,0125,02,num,three_rule_comb8,33,[3 0 2],3 2 2,0,1 +0125,0125,02,num,three_rule_comb8,34,[6 8 5],6 8 5,1,1 +0125,0125,02,num,three_rule_comb8,35,[9 0 9],9 3 9,0,1 +0125,0125,02,num,three_rule_comb8,36,[7 4 6],7 4 6,1,1 +0125,0125,02,num,three_rule_comb8,37,[7 3 8],7 3 8,1,1 +0125,0125,02,num,three_rule_comb8,38,[5 0 1],4 4 8,0,1 +0125,0125,02,num,three_rule_comb8,39,[9 5 0],9 5 0,1,1 +0125,0125,02,num,three_rule_comb8,40,[4 7 1],4 1 1,0,1 +0125,0125,02,num,three_rule_comb8,41,[1 6 7],1 4 7,0,1 +0125,0125,02,num,three_rule_comb8,42,[4 2 5],1 2 5,0,1 +0125,0125,02,num,three_rule_comb8,43,[6 1 3],6 1 2,0,1 +0125,0125,02,num,three_rule_comb8,44,[0 9 0],0 9 7,0,1 +0125,0125,02,num,three_rule_comb8,45,[5 8 4],5 9 4,0,1 +0125,0125,02,num,three_rule_comb8,46,[9 8 0],9 1 0,0,1 +0125,0125,02,num,three_rule_comb8,47,[3 0 2],3 0 2,1,1 +0125,0125,02,num,three_rule_comb8,48,[5 1 3],5 1 7,0,1 +0125,0125,02,num,three_rule_comb8,49,[8 9 5],8 9 6,0,1 +0125,0125,02,num,three_rule_comb8,50,[2 9 0],4 6 1,0,1 +0125,0125,02,num,three_rule_comb8,51,[1 1 1],3 1 1,0,1 +0125,0125,02,num,three_rule_comb8,52,[6 4 5],6 4 6,0,1 +0125,0125,02,num,three_rule_comb8,53,[3 5 7],3 5 11,0,1 +0125,0125,02,num,three_rule_comb8,54,[7 5 2],7 5 5,0,1 +0125,0125,02,num,three_rule_comb8,55,[1 6 3],1 6 5,0,1 +0125,0125,02,num,three_rule_comb8,56,[0 9 1],0 2 1,0,1 +0125,0125,02,num,three_rule_comb8,57,[5 3 1],5 2 1,0,1 +0125,0125,02,num,three_rule_comb8,58,[6 2 1],3 2 1,0,1 +0125,0125,02,num,three_rule_comb8,59,[5 5 0],5 2 0,0,1 +0125,0125,02,num,three_rule_comb8,60,[1 9 9],1 9 4,0,1 +0125,0125,02,num,three_rule_comb8,61,[8 8 1],8 3 1,0,1 +0125,0125,02,num,three_rule_comb8,62,[9 4 2],9 4 2],1,1 +0125,0125,02,num,three_rule_comb8,63,[1 9 0],1 9 0,1,1 +0125,0125,02,num,three_rule_comb8,64,[5 9 5],5 9 5,1,1 +0125,0125,02,num,three_rule_comb8,65,[8 0 5],8 0 2,0,1 +0125,0125,02,num,three_rule_comb8,66,[5 6 8],5 5 8,0,1 +0125,0125,02,num,three_rule_comb8,67,[0 5 8],0 5 8,1,1 +0125,0125,02,num,three_rule_comb8,68,[8 5 7],8 9 7,0,1 +0125,0125,02,num,three_rule_comb8,69,[1 8 9],1 2 3,0,1 +0125,0125,02,num,three_rule_comb8,70,[5 2 9],5 3 9,0,1 +0125,0125,02,num,three_rule_comb8,71,[5 4 2],5 3 2,0,1 +0125,0125,02,num,three_rule_comb8,72,[8 9 0],8 9 0,1,1 +0125,0125,02,num,three_rule_comb8,73,[0 3 4],0 16 4,0,1 +0125,0125,02,num,three_rule_comb8,74,[0 5 1],0 5 1,1,1 +0125,0125,02,num,three_rule_comb8,75,[4 5 6],4 5 6,1,1 +0125,0125,02,num,three_rule_comb8,76,[9 3 2],9 9 2,0,1 +0125,0125,02,num,three_rule_comb8,77,[0 7 4],1 7 4,0,1 +0125,0125,02,num,three_rule_comb8,78,[8 1 7],8 1 0,0,1 +0125,0125,02,num,three_rule_comb8,79,[1 9 7],1 9 5,0,1 +0125,0125,02,num,three_rule_comb8,80,[0 1 8],0 0 8,0,1 +0125,0125,02,num,three_rule_comb8,81,[9 2 0],9 7 0,0,1 +0125,0125,02,num,three_rule_comb8,82,[8 8 1],5 8 1,0,1 +0125,0125,02,num,three_rule_comb8,83,[2 1 8],2 1 8,1,1 +0125,0125,02,num,three_rule_comb8,84,[3 9 0],3 9 0,1,1 +0125,0125,02,num,three_rule_comb8,85,[3 5 8],3 5 5,0,1 +0125,0125,02,num,three_rule_comb8,86,[6 1 4],6 7 1,0,1 +0125,0125,02,num,three_rule_comb8,87,[5 0 2],5 1 2,0,1 +0125,0125,02,num,three_rule_comb8,88,[8 1 0],2 1 0,0,1 +0125,0125,02,num,three_rule_comb8,89,[4 9 8],4 8 8,0,1 +0125,0125,02,num,three_rule_comb8,90,[5 0 2],8 0 2,0,1 +0125,0125,02,num,three_rule_comb8,91,[0 3 2],0 3 2,1,1 +0125,0125,02,num,three_rule_comb8,92,[8 8 6],8 8 4,0,1 +0125,0125,02,num,three_rule_comb8,93,[1 0 2],1 0 2,1,1 +0125,0125,02,num,three_rule_comb8,94,[8 8 7],8 4 7,0,1 +0125,0125,02,num,three_rule_comb8,95,[6 5 4],6 5 4,1,1 +0125,0125,02,num,three_rule_comb8,96,[9 9 3],9 9 3,1,1 +0125,0125,02,num,three_rule_comb8,97,[0 8 5],0 8 9,0,1 +0125,0125,02,num,three_rule_comb8,98,[5 0 3],1 1 3,0,1 +0125,0125,02,num,three_rule_comb8,99,[8 1 0],8 1 4,0,1 +0125,0125,02,num,three_rule_comb9,0,[5 7 3],5 7 3,1,1 +0125,0125,02,num,three_rule_comb9,1,[8 9 0],8 9 0,1,1 +0125,0125,02,num,three_rule_comb9,2,[6 7 2],6 7 2,1,1 +0125,0125,02,num,three_rule_comb9,3,[5 8 6],5 8 6,1,1 +0125,0125,02,num,three_rule_comb9,4,[5 6 2],5 6 2,1,1 +0125,0125,02,num,three_rule_comb9,5,[7 8 4],7 8 4,1,1 +0125,0125,02,num,three_rule_comb9,6,[0 1 5],0 1 5,1,1 +0125,0125,02,num,three_rule_comb9,7,[9 1 0],9 1 0,1,1 +0125,0125,02,num,three_rule_comb9,8,[8 0 3],8 0 3,1,1 +0125,0125,02,num,three_rule_comb9,9,[0 5 8],0 5 8,1,1 +0125,0125,02,num,three_rule_comb9,10,[0 8 1],0 8 1,1,1 +0125,0125,02,num,three_rule_comb9,11,[0 1 1],0 1 1,1,1 +0125,0125,02,num,three_rule_comb9,12,[9 1 6],9 1 6,1,1 +0125,0125,02,num,three_rule_comb9,13,[4 8 1],4 8 1,1,1 +0125,0125,02,num,three_rule_comb9,14,[2 5 0],2 5 0,1,1 +0125,0125,02,num,three_rule_comb9,15,[8 1 5],8 1 5,1,1 +0125,0125,02,num,three_rule_comb9,16,[6 0 8],6 0 8,1,1 +0125,0125,02,num,three_rule_comb9,17,[5 2 4],5 2 4],1,1 +0125,0125,02,num,three_rule_comb9,18,[4 6 9],4 6 9,1,1 +0125,0125,02,num,three_rule_comb9,19,[2 8 0],2 8 0,1,1 +0125,0125,02,num,three_rule_comb9,20,[0 8 7],0 8 7,1,1 +0125,0125,02,num,three_rule_comb9,21,[1 2 9],1 2 9,1,1 +0125,0125,02,num,three_rule_comb9,22,[5 8 2],5 8 2,1,1 +0125,0125,02,num,three_rule_comb9,23,[6 1 2],6 1 2,1,1 +0125,0125,02,num,three_rule_comb9,24,[4 9 0],4 9 0,1,1 +0125,0125,02,num,three_rule_comb9,25,[2 9 8],2 9 8,1,1 +0125,0125,02,num,three_rule_comb9,26,[0 9 1],0 9 1,1,1 +0125,0125,02,num,three_rule_comb9,27,[0 1 5],0 1 5,1,1 +0125,0125,02,num,three_rule_comb9,28,[8 1 0],8 1 0,1,1 +0125,0125,02,num,three_rule_comb9,29,[8 6 4],8 6 4,1,1 +0125,0125,02,num,three_rule_comb9,30,[5 8 8],5 8 8,1,1 +0125,0125,02,num,three_rule_comb9,31,[8 7 1],8 7 1,1,1 +0125,0125,02,num,three_rule_comb9,32,[0 4 5],0 4 5,1,1 +0125,0125,02,num,three_rule_comb9,33,[7 5 9],7 5 9,1,1 +0125,0125,02,num,three_rule_comb9,34,[9 4 2],9 4 2,1,1 +0125,0125,02,num,three_rule_comb9,35,[6 4 0],6 4 0,1,1 +0125,0125,02,num,three_rule_comb9,36,[9 0 4],9 0 4,1,1 +0125,0125,02,num,three_rule_comb9,37,[8 9 3],8 9 3,1,1 +0125,0125,02,num,three_rule_comb9,38,[7 0 0],7 0 0,1,1 +0125,0125,02,num,three_rule_comb9,39,[3 9 4],3 9 4,1,1 +0125,0125,02,num,three_rule_comb9,40,[8 6 9],8 6 9,1,1 +0125,0125,02,num,three_rule_comb9,41,[8 1 4],8 1 4,1,1 +0125,0125,02,num,three_rule_comb9,42,[7 2 9],7 2 9,1,1 +0125,0125,02,num,three_rule_comb9,43,[1 0 9],1 0 9,1,1 +0125,0125,02,num,three_rule_comb9,44,[6 4 4],6 4 4,1,1 +0125,0125,02,num,three_rule_comb9,45,[1 7 4],1 7 4,1,1 +0125,0125,02,num,three_rule_comb9,46,[8 2 1],8 2 1,1,1 +0125,0125,02,num,three_rule_comb9,47,[0 8 7],0 8 7,1,1 +0125,0125,02,num,three_rule_comb9,48,[6 9 5],6 9 5,1,1 +0125,0125,02,num,three_rule_comb9,49,[1 5 5],1 5 5,1,1 +0125,0125,02,num,three_rule_comb9,50,[0 0 1],0 0 1,1,1 +0125,0125,02,num,three_rule_comb9,51,[2 9 1],2 9 1,1,1 +0125,0125,02,num,three_rule_comb9,52,[9 8 5],9 8 5,1,1 +0125,0125,02,num,three_rule_comb9,53,[0 0 6],0 0 6,1,1 +0125,0125,02,num,three_rule_comb9,54,[9 9 8],9 9 8,1,1 +0125,0125,02,num,three_rule_comb9,55,[5 4 3],5 4 3,1,1 +0125,0125,02,num,three_rule_comb9,56,[1 7 9],1 7 9,1,1 +0125,0125,02,num,three_rule_comb9,57,[1 9 8],1 9 8,1,1 +0125,0125,02,num,three_rule_comb9,58,[4 1 0],4 1 0,1,1 +0125,0125,02,num,three_rule_comb9,59,[9 7 5],9 7 5,1,1 +0125,0125,02,num,three_rule_comb9,60,[9 5 4],9 5 4,1,1 +0125,0125,02,num,three_rule_comb9,61,[8 0 2],8 0 2,1,1 +0125,0125,02,num,three_rule_comb9,62,[1 5 8],1 5 8,1,1 +0125,0125,02,num,three_rule_comb9,63,[9 4 8],9 4 8,1,1 +0125,0125,02,num,three_rule_comb9,64,[6 8 9],6 8 9,1,1 +0125,0125,02,num,three_rule_comb9,65,[4 0 3],4 0 3,1,1 +0125,0125,02,num,three_rule_comb9,66,[5 1 6],5 1 6,1,1 +0125,0125,02,num,three_rule_comb9,67,[5 9 3],5 9 3,1,1 +0125,0125,02,num,three_rule_comb9,68,[8 9 0],8 9 0,1,1 +0125,0125,02,num,three_rule_comb9,69,[4 9 7],4 9 7,1,1 +0125,0125,02,num,three_rule_comb9,70,[8 9 4],8 9 4,1,1 +0125,0125,02,num,three_rule_comb9,71,[4 2 5],4 2 5,1,1 +0125,0125,02,num,three_rule_comb9,72,[7 9 8],7 9 8,1,1 +0125,0125,02,num,three_rule_comb9,73,[5 0 8],5 0 8,1,1 +0125,0125,02,num,three_rule_comb9,74,[9 8 7],9 8 7,1,1 +0125,0125,02,num,three_rule_comb9,75,[3 0 4],3 0 4,1,1 +0125,0125,02,num,three_rule_comb9,76,[1 8 0],1 8 0,1,1 +0125,0125,02,num,three_rule_comb9,77,[7 0 4],7 0 4,1,1 +0125,0125,02,num,three_rule_comb9,78,[9 5 9],9 5 9,1,1 +0125,0125,02,num,three_rule_comb9,79,[1 7 0],1 7 0,1,1 +0125,0125,02,num,three_rule_comb9,80,[4 4 2],4 4 2,1,1 +0125,0125,02,num,three_rule_comb9,81,[1 4 7],1 4 7,1,1 +0125,0125,02,num,three_rule_comb9,82,[0 5 4],0 5 4,1,1 +0125,0125,02,num,three_rule_comb9,83,[9 5 4],9 5 4,1,1 +0125,0125,02,num,three_rule_comb9,84,[5 3 0],5 3 0,1,1 +0125,0125,02,num,three_rule_comb9,85,[5 7 1],5 7 1,1,1 +0125,0125,02,num,three_rule_comb9,86,[9 4 5],9 4 5,1,1 +0125,0125,02,num,three_rule_comb9,87,[4 9 5],4 9 5,1,1 +0125,0125,02,num,three_rule_comb9,88,[7 4 5],7 4 5,1,1 +0125,0125,02,num,three_rule_comb9,89,[6 8 0],6 8 0,1,1 +0125,0125,02,num,three_rule_comb9,90,[1 9 3],1 9 3,1,1 +0125,0125,02,num,three_rule_comb9,91,[9 0 1],9 0 1,1,1 +0125,0125,02,num,three_rule_comb9,92,[9 7 4],9 7 4,1,1 +0125,0125,02,num,three_rule_comb9,93,[1 0 6],1 0 6,1,1 +0125,0125,02,num,three_rule_comb9,94,[9 0 2],9 0 2,1,1 +0125,0125,02,num,three_rule_comb9,95,[1 3 1],1 3 1,1,1 +0125,0125,02,num,three_rule_comb9,96,[7 9 1],7 9 1,1,1 +0125,0125,02,num,three_rule_comb9,97,[3 1 0],3 1 0,1,1 +0125,0125,02,num,three_rule_comb9,98,[9 7 8],9 7 8,1,1 +0125,0125,02,num,three_rule_comb9,99,[3 1 2],3 1 2,1,1 +0125,0125,02,num,c3_set_union,0,[6 4 1 9],6 4 1 9,1,1 +0125,0125,02,num,c3_set_union,1,[5 7 4 1],5 7 4 1,1,1 +0125,0125,02,num,c3_set_union,2,[1 9 8 6],1 9 8 6,1,1 +0125,0125,02,num,c3_set_union,3,[0 4 8 7],0 4 8 7,1,1 +0125,0125,02,num,c3_set_union,4,[8 6 5 2],8 6 5 2,1,1 +0125,0125,02,num,c3_set_union,5,[2 5 1 0],2 5 1 0,1,1 +0125,0125,02,num,c3_set_union,6,[6 1 0 4],6 1 0 4,1,1 +0125,0125,02,num,c3_set_union,7,[7 3 8 4],7 3 8 4,1,1 +0125,0125,02,num,c3_set_union,8,[8 3 2 1],8 3 2 1,1,1 +0125,0125,02,num,c3_set_union,9,[0 2 1 6],0 2 1 6,1,1 +0125,0125,02,num,c3_set_union,10,[9 0 7 1],9 0 7 1,1,1 +0125,0125,02,num,c3_set_union,11,[6 1 3 5],6 1 3 5,1,1 +0125,0125,02,num,c3_set_union,12,[9 7 6 0],9 7 6 0,1,1 +0125,0125,02,num,c3_set_union,13,[5 0 7 3],5 0 7 3,1,1 +0125,0125,02,num,c3_set_union,14,[8 9 7 2],8 9 7 2,1,1 +0125,0125,02,num,c3_set_union,15,[0 4 1 2],0 4 1 2,1,1 +0125,0125,02,num,c3_set_union,16,[6 2 8 3],6 2 8 3,1,1 +0125,0125,02,num,c3_set_union,17,[7 8 6 3],7 8 6 3,1,1 +0125,0125,02,num,c3_set_union,18,[9 4 2 8],9 4 2 8,1,1 +0125,0125,02,num,c3_set_union,19,[8 4 6 1],8 4 6 1,1,1 +0125,0125,02,num,c3_set_union,20,[6 0 2 3],6 0 2 3,1,1 +0125,0125,02,num,c3_set_union,21,[8 4 5 9],8 4 5 9,1,1 +0125,0125,02,num,c3_set_union,22,[3 5 7 8],3 5 7 8,1,1 +0125,0125,02,num,c3_set_union,23,[0 4 6 5],0 4 6 5,1,1 +0125,0125,02,num,c3_set_union,24,[0 9 7 5],0 9 7 5,1,1 +0125,0125,02,num,c3_set_union,25,[6 9 5 1],6 9 5 1,1,1 +0125,0125,02,num,c3_set_union,26,[8 3 9 7],8 3 9 7,1,1 +0125,0125,02,num,c3_set_union,27,[9 2 1 8],9 2 1 8,1,1 +0125,0125,02,num,c3_set_union,28,[8 0 1 6],8 0 1 6,1,1 +0125,0125,02,num,c3_set_union,29,[3 9 2 1],3 9 2 1,1,1 +0125,0125,02,num,c3_set_union,30,[3 2 4 8],3 2 4 8,1,1 +0125,0125,02,num,c3_set_union,31,[2 6 1 8],2 6 1 8,1,1 +0125,0125,02,num,c3_set_union,32,[8 6 4 0],8 6 4 0,1,1 +0125,0125,02,num,c3_set_union,33,[2 0 5 9],2 0 5 9,1,1 +0125,0125,02,num,c3_set_union,34,[6 5 1 4],6 5 1 4,1,1 +0125,0125,02,num,c3_set_union,35,[0 5 2 3],0 5 2 3,1,1 +0125,0125,02,num,c3_set_union,36,[4 6 8 3],4 8 6 3,1,1 +0125,0125,02,num,c3_set_union,37,[9 1 2 6],9 1 2 6,1,1 +0125,0125,02,num,c3_set_union,38,[8 4 6 9],8 4 6 9,1,1 +0125,0125,02,num,c3_set_union,39,[1 7 9 2],1 7 9 2,1,1 +0125,0125,02,num,c3_set_union,40,[9 3 2 6],9 3 2 6,1,1 +0125,0125,02,num,c3_set_union,41,[1 0 9 3],1 0 9 3,1,1 +0125,0125,02,num,c3_set_union,42,[7 9 2 3],7 9 2 3,1,1 +0125,0125,02,num,c3_set_union,43,[8 2 4 7],8 2 4 7,1,1 +0125,0125,02,num,c3_set_union,44,[9 0 4 8],9 0 4 8,1,1 +0125,0125,02,num,c3_set_union,45,[3 5 8 9],3 5 8 9],1,1 +0125,0125,02,num,c3_set_union,46,[7 2 1 5],7 2 1 5,1,1 +0125,0125,02,num,c3_set_union,47,[8 6 7 2],8 6 7 2,1,1 +0125,0125,02,num,c3_set_union,48,[0 4 2 6],0 4 2 6,1,1 +0125,0125,02,num,c3_set_union,49,[4 6 2 5],4 6 2 5,1,1 +0125,0125,02,num,c3_set_union,50,[4 9 3 0],4 9 3 0,1,1 +0125,0125,02,num,c3_set_union,51,[7 3 0 2],7 3 0 2,1,1 +0125,0125,02,num,c3_set_union,52,[1 9 7 8],1 9 7 8,1,1 +0125,0125,02,num,c3_set_union,53,[6 9 0 5],6 9 0 5,1,1 +0125,0125,02,num,c3_set_union,54,[1 7 5 0],1 7 5 0,1,1 +0125,0125,02,num,c3_set_union,55,[7 2 5 8],7 2 5 8,1,1 +0125,0125,02,num,c3_set_union,56,[8 3 2 5],8 3 2 5,1,1 +0125,0125,02,num,c3_set_union,57,[0 5 2 6],0 5 2 6,1,1 +0125,0125,02,num,c3_set_union,58,[7 4 5 0],7 4 5 0,1,1 +0125,0125,02,num,c3_set_union,59,[7 8 5 6],7 8 5 6,1,1 +0125,0125,02,num,c3_set_union,60,[2 1 5 9],2 1 5 9,1,1 +0125,0125,02,num,c3_set_union,61,[0 5 2 4],0 2 5 4,1,1 +0125,0125,02,num,c3_set_union,62,[9 0 5 3],9 0 5 3,1,1 +0125,0125,02,num,c3_set_union,63,[6 7 5 3],6 7 5 3,1,1 +0125,0125,02,num,c3_set_union,64,[1 3 9 6],1 3 9 6,1,1 +0125,0125,02,num,c3_set_union,65,[8 1 7 0],8 7 0,0,1 +0125,0125,02,num,c3_set_union,66,[5 1 9 7],5 1 9 7,1,1 +0125,0125,02,num,c3_set_union,67,[4 9 2 0],4 9 2 0,1,1 +0125,0125,02,num,c3_set_union,68,[5 0 8 9],5 0 8 9,1,1 +0125,0125,02,num,c3_set_union,69,[8 1 9 5],8 1 9 5,1,1 +0125,0125,02,num,c3_set_union,70,[7 4 6 2],7 4 6 2,1,1 +0125,0125,02,num,c3_set_union,71,[8 6 1 5],8 6 1 5,1,1 +0125,0125,02,num,c3_set_union,72,[4 3 8 0],4 3 8 0,1,1 +0125,0125,02,num,c3_set_union,73,[5 1 9 4],5 1 9 4,1,1 +0125,0125,02,num,c3_set_union,74,[2 3 7 8],2 3 7 8,1,1 +0125,0125,02,num,c3_set_union,75,[9 8 5 2],9 8 5 2,1,1 +0125,0125,02,num,c3_set_union,76,[0 7 8 9],0 7 8 9,1,1 +0125,0125,02,num,c3_set_union,77,[8 6 3 0],8 6 3 0,1,1 +0125,0125,02,num,c3_set_union,78,[1 3 6 7],1 3 6 7,1,1 +0125,0125,02,num,c3_set_union,79,[4 9 2 5],4 2 9 5,1,1 +0125,0125,02,num,c3_set_union,80,[4 8 1 9],4 8 1 9,1,1 +0125,0125,02,num,c3_set_union,81,[3 1 2 7],3 1 2 7,1,1 +0125,0125,02,num,c3_set_union,82,[8 0 1 5],8 0 1 5,1,1 +0125,0125,02,num,c3_set_union,83,[7 4 9 2],7 4 9 2,1,1 +0125,0125,02,num,c3_set_union,84,[3 8 5 1],3 8 5 1,1,1 +0125,0125,02,num,c3_set_union,85,[3 9 4 8],3 9 4 8,1,1 +0125,0125,02,num,c3_set_union,86,[2 3 0 8],2 3 0 8,1,1 +0125,0125,02,num,c3_set_union,87,[4 3 2 6],4 3 2 6,1,1 +0125,0125,02,num,c3_set_union,88,[0 3 1 4],0 3 1 4,1,1 +0125,0125,02,num,c3_set_union,89,[3 4 7 9],3 4 7 9,1,1 +0125,0125,02,num,c3_set_union,90,[5 7 2 4],5 7 2 4,1,1 +0125,0125,02,num,c3_set_union,91,[1 9 0 4],1 9 0 4,1,1 +0125,0125,02,num,c3_set_union,92,[3 5 1 0],3 5 1 0,1,1 +0125,0125,02,num,c3_set_union,93,[8 4 1 7],8 4 1 7,1,1 +0125,0125,02,num,c3_set_union,94,[8 5 9 7],8 5 9 7,1,1 +0125,0125,02,num,c3_set_union,95,[4 9 5 0],4 9 5 0,1,1 +0125,0125,02,num,c3_set_union,96,[6 0 2 8],6 0 2 8,1,1 +0125,0125,02,num,c3_set_union,97,[1 0 3 2],1 0 3 2,1,1 +0125,0125,02,num,c3_set_union,98,[8 9 2 3],8 9 2 3,1,1 +0125,0125,02,num,c3_set_union,99,[3 4 5 2],3 4 5 2,1,1 +0125,0125,02,num,c1_set_union,0,[4],4,1,1 +0125,0125,02,num,c1_set_union,1,[4],4],1,1 +0125,0125,02,num,c1_set_union,2,[1],1,1,1 +0125,0125,02,num,c1_set_union,3,[9],9,1,1 +0125,0125,02,num,c1_set_union,4,[7],7],1,1 +0125,0125,02,num,c1_set_union,5,[6],6],1,1 +0125,0125,02,num,c1_set_union,6,[5],5],1,1 +0125,0125,02,num,c1_set_union,7,[0],0,1,1 +0125,0125,02,num,c1_set_union,8,[9],9],1,1 +0125,0125,02,num,c1_set_union,9,[9],9,1,1 +0125,0125,02,num,c1_set_union,10,[8],8],1,1 +0125,0125,02,num,c1_set_union,11,[2],2],1,1 +0125,0125,02,num,c1_set_union,12,[4],4,1,1 +0125,0125,02,num,c1_set_union,13,[5],5],1,1 +0125,0125,02,num,c1_set_union,14,[2],2],1,1 +0125,0125,02,num,c1_set_union,15,[5],5,1,1 +0125,0125,02,num,c1_set_union,16,[8],8,1,1 +0125,0125,02,num,c1_set_union,17,[7],7],1,1 +0125,0125,02,num,c1_set_union,18,[8],8,1,1 +0125,0125,02,num,c1_set_union,19,[4],4],1,1 +0125,0125,02,num,c1_set_union,20,[8],8,1,1 +0125,0125,02,num,c1_set_union,21,[6],6],1,1 +0125,0125,02,num,c1_set_union,22,[6],6],1,1 +0125,0125,02,num,c1_set_union,23,[8],8],1,1 +0125,0125,02,num,c1_set_union,24,[1],1,1,1 +0125,0125,02,num,c1_set_union,25,[6],6],1,1 +0125,0125,02,num,c1_set_union,26,[5],5],1,1 +0125,0125,02,num,c1_set_union,27,[7],7,1,1 +0125,0125,02,num,c1_set_union,28,[9],9],1,1 +0125,0125,02,num,c1_set_union,29,[9],9,1,1 +0125,0125,02,num,c1_set_union,30,[1],1,1,1 +0125,0125,02,num,c1_set_union,31,[3],3],1,1 +0125,0125,02,num,c1_set_union,32,[1],1],1,1 +0125,0125,02,num,c1_set_union,33,[4],4],1,1 +0125,0125,02,num,c1_set_union,34,[3],3],1,1 +0125,0125,02,num,c1_set_union,35,[1],1],1,1 +0125,0125,02,num,c1_set_union,36,[6],6],1,1 +0125,0125,02,num,c1_set_union,37,[4],4,1,1 +0125,0125,02,num,c1_set_union,38,[9],9],1,1 +0125,0125,02,num,c1_set_union,39,[4],4,1,1 +0125,0125,02,num,c1_set_union,40,[7],7],1,1 +0125,0125,02,num,c1_set_union,41,[8],8,1,1 +0125,0125,02,num,c1_set_union,42,[1],1],1,1 +0125,0125,02,num,c1_set_union,43,[9],9],1,1 +0125,0125,02,num,c1_set_union,44,[3],3],1,1 +0125,0125,02,num,c1_set_union,45,[9],9],1,1 +0125,0125,02,num,c1_set_union,46,[2],2],1,1 +0125,0125,02,num,c1_set_union,47,[7],7],1,1 +0125,0125,02,num,c1_set_union,48,[6],6,1,1 +0125,0125,02,num,c1_set_union,49,[7],7],1,1 +0125,0125,02,num,c1_set_union,50,[9],9],1,1 +0125,0125,02,num,c1_set_union,51,[3],3],1,1 +0125,0125,02,num,c1_set_union,52,[3],3],1,1 +0125,0125,02,num,c1_set_union,53,[9],9],1,1 +0125,0125,02,num,c1_set_union,54,[5],5,1,1 +0125,0125,02,num,c1_set_union,55,[1],1],1,1 +0125,0125,02,num,c1_set_union,56,[2],2],1,1 +0125,0125,02,num,c1_set_union,57,[5],5],1,1 +0125,0125,02,num,c1_set_union,58,[4],4,1,1 +0125,0125,02,num,c1_set_union,59,[1],1,1,1 +0125,0125,02,num,c1_set_union,60,[7],7],1,1 +0125,0125,02,num,c1_set_union,61,[3],3],1,1 +0125,0125,02,num,c1_set_union,62,[3],3],1,1 +0125,0125,02,num,c1_set_union,63,[8],8,1,1 +0125,0125,02,num,c1_set_union,64,[1],1],1,1 +0125,0125,02,num,c1_set_union,65,[7],7],1,1 +0125,0125,02,num,c1_set_union,66,[9],9],1,1 +0125,0125,02,num,c1_set_union,67,[6],6,1,1 +0125,0125,02,num,c1_set_union,68,[4],4,1,1 +0125,0125,02,num,c1_set_union,69,[4],4],1,1 +0125,0125,02,num,c1_set_union,70,[0],0,1,1 +0125,0125,02,num,c1_set_union,71,[2],2],1,1 +0125,0125,02,num,c1_set_union,72,[5],5],1,1 +0125,0125,02,num,c1_set_union,73,[2],2],1,1 +0125,0125,02,num,c1_set_union,74,[6],6,1,1 +0125,0125,02,num,c1_set_union,75,[7],7],1,1 +0125,0125,02,num,c1_set_union,76,[5],5],1,1 +0125,0125,02,num,c1_set_union,77,[3],3],1,1 +0125,0125,02,num,c1_set_union,78,[2],2],1,1 +0125,0125,02,num,c1_set_union,79,[9],9,1,1 +0125,0125,02,num,c1_set_union,80,[3],3],1,1 +0125,0125,02,num,c1_set_union,81,[1],1],1,1 +0125,0125,02,num,c1_set_union,82,[4],4],1,1 +0125,0125,02,num,c1_set_union,83,[2],2],1,1 +0125,0125,02,num,c1_set_union,84,[6],6],1,1 +0125,0125,02,num,c1_set_union,85,[0],0],1,1 +0125,0125,02,num,c1_set_union,86,[2],2],1,1 +0125,0125,02,num,c1_set_union,87,[9],9],1,1 +0125,0125,02,num,c1_set_union,88,[2],2],1,1 +0125,0125,02,num,c1_set_union,89,[2],2],1,1 +0125,0125,02,num,c1_set_union,90,[1],1],1,1 +0125,0125,02,num,c1_set_union,91,[7],7],1,1 +0125,0125,02,num,c1_set_union,92,[7],7],1,1 +0125,0125,02,num,c1_set_union,93,[3],3],1,1 +0125,0125,02,num,c1_set_union,94,[6],6],1,1 +0125,0125,02,num,c1_set_union,95,[2],2],1,1 +0125,0125,02,num,c1_set_union,96,[9],9,1,1 +0125,0125,02,num,c1_set_union,97,[1],1],1,1 +0125,0125,02,num,c1_set_union,98,[9],9],1,1 +0125,0125,02,num,c1_set_union,99,[6],6],1,1 +0125,0125,02,num,c2_set_union,0,[9],9,1,1 +0125,0125,02,num,c2_set_union,1,[8],8,1,1 +0125,0125,02,num,c2_set_union,2,[1],1,1,1 +0125,0125,02,num,c2_set_union,3,[2],2,1,1 +0125,0125,02,num,c2_set_union,4,[3],3],1,1 +0125,0125,02,num,c2_set_union,5,[1],1,1,1 +0125,0125,02,num,c2_set_union,6,[8],8,1,1 +0125,0125,02,num,c2_set_union,7,[7],7],1,1 +0125,0125,02,num,c2_set_union,8,[7],7,1,1 +0125,0125,02,num,c2_set_union,9,[4],4,1,1 +0125,0125,02,num,c2_set_union,10,[2],2],1,1 +0125,0125,02,num,c2_set_union,11,[0],0,1,1 +0125,0125,02,num,c2_set_union,12,[9],9,1,1 +0125,0125,02,num,c2_set_union,13,[8],8,1,1 +0125,0125,02,num,c2_set_union,14,[0],0,1,1 +0125,0125,02,num,c2_set_union,15,[0],0,1,1 +0125,0125,02,num,c2_set_union,16,[7],7,1,1 +0125,0125,02,num,c2_set_union,17,[9],9],1,1 +0125,0125,02,num,c2_set_union,18,[9],9,1,1 +0125,0125,02,num,c2_set_union,19,[8],8,1,1 +0125,0125,02,num,c2_set_union,20,[7],7,1,1 +0125,0125,02,num,c2_set_union,21,[8],8,1,1 +0125,0125,02,num,c2_set_union,22,[1],1 9,0,1 +0125,0125,02,num,c2_set_union,23,[8],8,1,1 +0125,0125,02,num,c2_set_union,24,[5],5,1,1 +0125,0125,02,num,c2_set_union,25,[1],1,1,1 +0125,0125,02,num,c2_set_union,26,[7],7,1,1 +0125,0125,02,num,c2_set_union,27,[2],2,1,1 +0125,0125,02,num,c2_set_union,28,[5],5,1,1 +0125,0125,02,num,c2_set_union,29,[8],8,1,1 +0125,0125,02,num,c2_set_union,30,[3],3,1,1 +0125,0125,02,num,c2_set_union,31,[2],2,1,1 +0125,0125,02,num,c2_set_union,32,[2],2,1,1 +0125,0125,02,num,c2_set_union,33,[1],1,1,1 +0125,0125,02,num,c2_set_union,34,[8],8,1,1 +0125,0125,02,num,c2_set_union,35,[7],7],1,1 +0125,0125,02,num,c2_set_union,36,[5],5,1,1 +0125,0125,02,num,c2_set_union,37,[2],2],1,1 +0125,0125,02,num,c2_set_union,38,[2],2,1,1 +0125,0125,02,num,c2_set_union,39,[3],3,1,1 +0125,0125,02,num,c2_set_union,40,[5],5,1,1 +0125,0125,02,num,c2_set_union,41,[7],7,1,1 +0125,0125,02,num,c2_set_union,42,[1],1,1,1 +0125,0125,02,num,c2_set_union,43,[6],6,1,1 +0125,0125,02,num,c2_set_union,44,[1],1 8 2],0,1 +0125,0125,02,num,c2_set_union,45,[6],6,1,1 +0125,0125,02,num,c2_set_union,46,[5],5,1,1 +0125,0125,02,num,c2_set_union,47,[2],2,1,1 +0125,0125,02,num,c2_set_union,48,[5],5,1,1 +0125,0125,02,num,c2_set_union,49,[3],3],1,1 +0125,0125,02,num,c2_set_union,50,[1],1,1,1 +0125,0125,02,num,c2_set_union,51,[3],3],1,1 +0125,0125,02,num,c2_set_union,52,[2],2],1,1 +0125,0125,02,num,c2_set_union,53,[8],8,1,1 +0125,0125,02,num,c2_set_union,54,[4],4,1,1 +0125,0125,02,num,c2_set_union,55,[8],8,1,1 +0125,0125,02,num,c2_set_union,56,[6],6,1,1 +0125,0125,02,num,c2_set_union,57,[3],3,1,1 +0125,0125,02,num,c2_set_union,58,[7],7,1,1 +0125,0125,02,num,c2_set_union,59,[5],5],1,1 +0125,0125,02,num,c2_set_union,60,[9],9,1,1 +0125,0125,02,num,c2_set_union,61,[1],1 5,0,1 +0125,0125,02,num,c2_set_union,62,[8],8,1,1 +0125,0125,02,num,c2_set_union,63,[6],6,1,1 +0125,0125,02,num,c2_set_union,64,[7],7,1,1 +0125,0125,02,num,c2_set_union,65,[8],8,1,1 +0125,0125,02,num,c2_set_union,66,[2],2,1,1 +0125,0125,02,num,c2_set_union,67,[5],5],1,1 +0125,0125,02,num,c2_set_union,68,[1],1,1,1 +0125,0125,02,num,c2_set_union,69,[0],0,1,1 +0125,0125,02,num,c2_set_union,70,[5],5,1,1 +0125,0125,02,num,c2_set_union,71,[8],8],1,1 +0125,0125,02,num,c2_set_union,72,[6],6,1,1 +0125,0125,02,num,c2_set_union,73,[2],2,1,1 +0125,0125,02,num,c2_set_union,74,[6],6,1,1 +0125,0125,02,num,c2_set_union,75,[2],2,1,1 +0125,0125,02,num,c2_set_union,76,[1],1,1,1 +0125,0125,02,num,c2_set_union,77,[2],2,1,1 +0125,0125,02,num,c2_set_union,78,[2],2,1,1 +0125,0125,02,num,c2_set_union,79,[8],8,1,1 +0125,0125,02,num,c2_set_union,80,[5],5,1,1 +0125,0125,02,num,c2_set_union,81,[1],1,1,1 +0125,0125,02,num,c2_set_union,82,[9],9,1,1 +0125,0125,02,num,c2_set_union,83,[0],0,1,1 +0125,0125,02,num,c2_set_union,84,[4],4,1,1 +0125,0125,02,num,c2_set_union,85,[2],2 3],0,1 +0125,0125,02,num,c2_set_union,86,[3],3,1,1 +0125,0125,02,num,c2_set_union,87,[1],1 9,0,1 +0125,0125,02,num,c2_set_union,88,[4],4],1,1 +0125,0125,02,num,c2_set_union,89,[6],6,1,1 +0125,0125,02,num,c2_set_union,90,[9],9,1,1 +0125,0125,02,num,c2_set_union,91,[9],9,1,1 +0125,0125,02,num,c2_set_union,92,[6],6,1,1 +0125,0125,02,num,c2_set_union,93,[8],8,1,1 +0125,0125,02,num,c2_set_union,94,[0],0,1,1 +0125,0125,02,num,c2_set_union,95,[6],6,1,1 +0125,0125,02,num,c2_set_union,96,[2],2 4],0,1 +0125,0125,02,num,c2_set_union,97,[1],1 0],0,1 +0125,0125,02,num,c2_set_union,98,[5],5,1,1 +0125,0125,02,num,c2_set_union,99,[4],4 8],0,1 +0125,0125,02,num,AND,0,[4],4],1,1 +0125,0125,02,num,AND,1,[1],1],1,1 +0125,0125,02,num,AND,2,[5],5],1,1 +0125,0125,02,num,AND,3,[5],5],1,1 +0125,0125,02,num,AND,4,[2],2,1,1 +0125,0125,02,num,AND,5,[0],0],1,1 +0125,0125,02,num,AND,6,[0],0,1,1 +0125,0125,02,num,AND,7,[9],9],1,1 +0125,0125,02,num,AND,8,[7],7,1,1 +0125,0125,02,num,AND,9,[6],6],1,1 +0125,0125,02,num,AND,10,[8],8],1,1 +0125,0125,02,num,AND,11,[2],6,0,1 +0125,0125,02,num,AND,12,[2],2,1,1 +0125,0125,02,num,AND,13,[5],5],1,1 +0125,0125,02,num,AND,14,[9],9,1,1 +0125,0125,02,num,AND,15,[0],0],1,1 +0125,0125,02,num,AND,16,[8],8,1,1 +0125,0125,02,num,AND,17,[7],7,1,1 +0125,0125,02,num,AND,18,[4],4,1,1 +0125,0125,02,num,AND,19,[7],7],1,1 +0125,0125,02,num,AND,20,[8],8,1,1 +0125,0125,02,num,AND,21,[0],0],1,1 +0125,0125,02,num,AND,22,[7],7,1,1 +0125,0125,02,num,AND,23,[2],2],1,1 +0125,0125,02,num,AND,24,[1],1],1,1 +0125,0125,02,num,AND,25,[6],6,1,1 +0125,0125,02,num,AND,26,[4],4],1,1 +0125,0125,02,num,AND,27,[5],5],1,1 +0125,0125,02,num,AND,28,[1],1],1,1 +0125,0125,02,num,AND,29,[1],1,1,1 +0125,0125,02,num,AND,30,[8],8,1,1 +0125,0125,02,num,AND,31,[7],7],1,1 +0125,0125,02,num,AND,32,[6],6],1,1 +0125,0125,02,num,AND,33,[2],2],1,1 +0125,0125,02,num,AND,34,[1],1],1,1 +0125,0125,02,num,AND,35,[9],9],1,1 +0125,0125,02,num,AND,36,[1],1],1,1 +0125,0125,02,num,AND,37,[1],1],1,1 +0125,0125,02,num,AND,38,[9],9],1,1 +0125,0125,02,num,AND,39,[2],2],1,1 +0125,0125,02,num,AND,40,[1],1],1,1 +0125,0125,02,num,AND,41,[5],5],1,1 +0125,0125,02,num,AND,42,[0],0],1,1 +0125,0125,02,num,AND,43,[5],5],1,1 +0125,0125,02,num,AND,44,[1],1,1,1 +0125,0125,02,num,AND,45,[2],2],1,1 +0125,0125,02,num,AND,46,[2],2],1,1 +0125,0125,02,num,AND,47,[3],3],1,1 +0125,0125,02,num,AND,48,[0],0],1,1 +0125,0125,02,num,AND,49,[4],4],1,1 +0125,0125,02,num,AND,50,[5],5,1,1 +0125,0125,02,num,AND,51,[0],0],1,1 +0125,0125,02,num,AND,52,[8],8,1,1 +0125,0125,02,num,AND,53,[1],0],0,1 +0125,0125,02,num,AND,54,[7],7],1,1 +0125,0125,02,num,AND,55,[1],1],1,1 +0125,0125,02,num,AND,56,[8],8,1,1 +0125,0125,02,num,AND,57,[6],6,1,1 +0125,0125,02,num,AND,58,[2],2],1,1 +0125,0125,02,num,AND,59,[1],1,1,1 +0125,0125,02,num,AND,60,[5],5],1,1 +0125,0125,02,num,AND,61,[5],5,1,1 +0125,0125,02,num,AND,62,[4],4],1,1 +0125,0125,02,num,AND,63,[7],7,1,1 +0125,0125,02,num,AND,64,[6],6,1,1 +0125,0125,02,num,AND,65,[7],7],1,1 +0125,0125,02,num,AND,66,[9],9],1,1 +0125,0125,02,num,AND,67,[7],7,1,1 +0125,0125,02,num,AND,68,[5],5,1,1 +0125,0125,02,num,AND,69,[5],5,1,1 +0125,0125,02,num,AND,70,[3],3,1,1 +0125,0125,02,num,AND,71,[9],9],1,1 +0125,0125,02,num,AND,72,[1],1],1,1 +0125,0125,02,num,AND,73,[6],6,1,1 +0125,0125,02,num,AND,74,[2],2],1,1 +0125,0125,02,num,AND,75,[7],7,1,1 +0125,0125,02,num,AND,76,[1],1],1,1 +0125,0125,02,num,AND,77,[3],3],1,1 +0125,0125,02,num,AND,78,[6],6,1,1 +0125,0125,02,num,AND,79,[7],7],1,1 +0125,0125,02,num,AND,80,[3],3],1,1 +0125,0125,02,num,AND,81,[3],3],1,1 +0125,0125,02,num,AND,82,[0],0],1,1 +0125,0125,02,num,AND,83,[4],4],1,1 +0125,0125,02,num,AND,84,[7],7,1,1 +0125,0125,02,num,AND,85,[1],1],1,1 +0125,0125,02,num,AND,86,[4],4],1,1 +0125,0125,02,num,AND,87,[2],2,1,1 +0125,0125,02,num,AND,88,[1],1],1,1 +0125,0125,02,num,AND,89,[2],2],1,1 +0125,0125,02,num,AND,90,[9],9,1,1 +0125,0125,02,num,AND,91,[5],5],1,1 +0125,0125,02,num,AND,92,[9],9],1,1 +0125,0125,02,num,AND,93,[3],3],1,1 +0125,0125,02,num,AND,94,[6],6],1,1 +0125,0125,02,num,AND,95,[3],3,1,1 +0125,0125,02,num,AND,96,[6],6],1,1 +0125,0125,02,num,AND,97,[1],1],1,1 +0125,0125,02,num,AND,98,[2],4],0,1 +0125,0125,02,num,AND,99,[3],3],1,1 +0125,0125,02,num,XOR,0,[4 3],4 1],0,1 +0125,0125,02,num,XOR,1,[9 8],9 8,1,1 +0125,0125,02,num,XOR,2,[3 4],2 3],0,1 +0125,0125,02,num,XOR,3,[9 8],8 1,0,1 +0125,0125,02,num,XOR,4,[9 3],3 9],1,1 +0125,0125,02,num,XOR,5,[9 7],7 4,0,1 +0125,0125,02,num,XOR,6,[3 2],2 5],0,1 +0125,0125,02,num,XOR,7,[7 3],7 3,1,1 +0125,0125,02,num,XOR,8,[0 9],0 9,1,1 +0125,0125,02,num,XOR,9,[4 2],4 3],0,1 +0125,0125,02,num,XOR,10,[5 8],6 8],0,1 +0125,0125,02,num,XOR,11,[0 2],2 4],0,1 +0125,0125,02,num,XOR,12,[3 6],6 3,1,1 +0125,0125,02,num,XOR,13,[6 8],8 6,1,1 +0125,0125,02,num,XOR,14,[6 7],7 9,0,1 +0125,0125,02,num,XOR,15,[8 0],0 6,0,1 +0125,0125,02,num,XOR,16,[8 4],8 4,1,1 +0125,0125,02,num,XOR,17,[4 0],0 3],0,1 +0125,0125,02,num,XOR,18,[1 0],0 4,0,1 +0125,0125,02,num,XOR,19,[7 4],7 4,1,1 +0125,0125,02,num,XOR,20,[0 5],0 5,1,1 +0125,0125,02,num,XOR,21,[3 4],1 3,0,1 +0125,0125,02,num,XOR,22,[6 9],6 9,1,1 +0125,0125,02,num,XOR,23,[0 1],0 1,1,1 +0125,0125,02,num,XOR,24,[7 0],0 1,0,1 +0125,0125,02,num,XOR,25,[2 5],5 2,1,1 +0125,0125,02,num,XOR,26,[5 9],9 3],0,1 +0125,0125,02,num,XOR,27,[1 7],7 1],1,1 +0125,0125,02,num,XOR,28,[9 0],0 4,0,1 +0125,0125,02,num,XOR,29,[1 5],5 1,1,1 +0125,0125,02,num,XOR,30,[6 2],3 5],0,1 +0125,0125,02,num,XOR,31,[4 9],9 4,1,1 +0125,0125,02,num,XOR,32,[6 9],9 8],0,1 +0125,0125,02,num,XOR,33,[4 8],4 0],0,1 +0125,0125,02,num,XOR,34,[2 5],5 1],0,1 +0125,0125,02,num,XOR,35,[8 6],6 4,0,1 +0125,0125,02,num,XOR,36,[2 7],5 2,0,1 +0125,0125,02,num,XOR,37,[8 3],8 3,1,1 +0125,0125,02,num,XOR,38,[1 4],1 4,1,1 +0125,0125,02,num,XOR,39,[4 6],4 6,1,1 +0125,0125,02,num,XOR,40,[2 8],4 2,0,1 +0125,0125,02,num,XOR,41,[5 3],5 3],1,1 +0125,0125,02,num,XOR,42,[7 0],0 3,0,1 +0125,0125,02,num,XOR,43,[6 1],6 1,1,1 +0125,0125,02,num,XOR,44,[9 0],9 7,0,1 +0125,0125,02,num,XOR,45,[1 3],4 1,0,1 +0125,0125,02,num,XOR,46,[8 0],0 8,1,1 +0125,0125,02,num,XOR,47,[0 8],6 7,0,1 +0125,0125,02,num,XOR,48,[6 1],1 6],1,1 +0125,0125,02,num,XOR,49,[5 0],0 4],0,1 +0125,0125,02,num,XOR,50,[7 6],6 7,1,1 +0125,0125,02,num,XOR,51,[1 6],6 2],0,1 +0125,0125,02,num,XOR,52,[7 8],7 8,1,1 +0125,0125,02,num,XOR,53,[4 0],4 4],0,1 +0125,0125,02,num,XOR,54,[0 2],2 0,1,1 +0125,0125,02,num,XOR,55,[2 9],9 4],0,1 +0125,0125,02,num,XOR,56,[7 1],1 7,1,1 +0125,0125,02,num,XOR,57,[6 0],0 6],1,1 +0125,0125,02,num,XOR,58,[9 8],11 0,0,1 +0125,0125,02,num,XOR,59,[2 6],6 2],1,1 +0125,0125,02,num,XOR,60,[5 0],0 5],1,1 +0125,0125,02,num,XOR,61,[3 2],3 1],0,1 +0125,0125,02,num,XOR,62,[3 0],0 3],1,1 +0125,0125,02,num,XOR,63,[9 1],1 9,1,1 +0125,0125,02,num,XOR,64,[4 1],4 9,0,1 +0125,0125,02,num,XOR,65,[2 1],1 2],1,1 +0125,0125,02,num,XOR,66,[6 9],9 6,1,1 +0125,0125,02,num,XOR,67,[7 2],2 3,0,1 +0125,0125,02,num,XOR,68,[5 7],14 5,0,1 +0125,0125,02,num,XOR,69,[2 7],2 7],1,1 +0125,0125,02,num,XOR,70,[6 4],6 4,1,1 +0125,0125,02,num,XOR,71,[5 0],5 2],0,1 +0125,0125,02,num,XOR,72,[2 9],64 4,0,1 +0125,0125,02,num,XOR,73,[3 1],1 3],1,1 +0125,0125,02,num,XOR,74,[1 0],0 1,1,1 +0125,0125,02,num,XOR,75,[2 0],0 2],1,1 +0125,0125,02,num,XOR,76,[0 1],0 1,1,1 +0125,0125,02,num,XOR,77,[3 6],6 4],0,1 +0125,0125,02,num,XOR,78,[9 6],6 9,1,1 +0125,0125,02,num,XOR,79,[0 5],0 4,0,1 +0125,0125,02,num,XOR,80,[3 9],1 3,0,1 +0125,0125,02,num,XOR,81,[6 0],9 0,0,1 +0125,0125,02,num,XOR,82,[5 9],9 4,0,1 +0125,0125,02,num,XOR,83,[7 2],7 2],1,1 +0125,0125,02,num,XOR,84,[2 1],2 1,1,1 +0125,0125,02,num,XOR,85,[4 9],9 5,0,1 +0125,0125,02,num,XOR,86,[9 4],None,0,1 +0125,0125,02,num,XOR,87,[0 8],1 3],0,1 +0125,0125,02,num,XOR,88,[8 0],0 4,0,1 +0125,0125,02,num,XOR,89,[8 1],1 2,0,1 +0125,0125,02,num,XOR,90,[2 6],6 2,1,1 +0125,0125,02,num,XOR,91,[5 0],0 5,1,1 +0125,0125,02,num,XOR,92,[2 7],2 7],1,1 +0125,0125,02,num,XOR,93,[5 0],0 5],1,1 +0125,0125,02,num,XOR,94,[8 6],6 4],0,1 +0125,0125,02,num,XOR,95,[5 7],7 5],1,1 +0125,0125,02,num,XOR,96,[8 1],1 8,1,1 +0125,0125,02,num,XOR,97,[1 4],1 4,1,1 +0125,0125,02,num,XOR,98,[3 7],2 5],0,1 +0125,0125,02,num,XOR,99,[8 9],9 8],1,1 +0125,0125,02,num,c3_set_union_permuted,0,[2 6 5 3],3 5 6,0,1 +0125,0125,02,num,c3_set_union_permuted,1,[1 6 7 5],5 6 1 7,1,1 +0125,0125,02,num,c3_set_union_permuted,2,[2 1 4 6],1 2 4 6],1,1 +0125,0125,02,num,c3_set_union_permuted,3,[6 0 1 3],3 1 0 6,1,1 +0125,0125,02,num,c3_set_union_permuted,4,[4 3 1 7],7 3 4 1,1,1 +0125,0125,02,num,c3_set_union_permuted,5,[7 5 8 4],5 8 4 7,1,1 +0125,0125,02,num,c3_set_union_permuted,6,[4 0 8 1],8 4 0 1,1,1 +0125,0125,02,num,c3_set_union_permuted,7,[2 8 4 1],8 4 2 1,1,1 +0125,0125,02,num,c3_set_union_permuted,8,[3 0 7 6],6 7 3 0,1,1 +0125,0125,02,num,c3_set_union_permuted,9,[6 9 2 4],6 4,0,1 +0125,0125,02,num,c3_set_union_permuted,10,[6 5 9 8],6 8 5 9,1,1 +0125,0125,02,num,c3_set_union_permuted,11,[4 7 2 0],2 0,0,1 +0125,0125,02,num,c3_set_union_permuted,12,[7 1 5 3],7 5 1 3,1,1 +0125,0125,02,num,c3_set_union_permuted,13,[0 2 3 4],4 0 3 2,1,1 +0125,0125,02,num,c3_set_union_permuted,14,[1 0 6 9],1 0 6 9,1,1 +0125,0125,02,num,c3_set_union_permuted,15,[7 0 6 1],0 7 6,0,1 +0125,0125,02,num,c3_set_union_permuted,16,[5 7 2 0],0 5 2 7,1,1 +0125,0125,02,num,c3_set_union_permuted,17,[4 2 6 8],2 4 8 6,1,1 +0125,0125,02,num,c3_set_union_permuted,18,[8 4 9 7],8 4 9 7,1,1 +0125,0125,02,num,c3_set_union_permuted,19,[8 9 0 6],0 6 9 8,1,1 +0125,0125,02,num,c3_set_union_permuted,20,[3 8 1 4],1 8 4 3,1,1 +0125,0125,02,num,c3_set_union_permuted,21,[7 9 3 0],7 3 9 0,1,1 +0125,0125,02,num,c3_set_union_permuted,22,[0 5 8 7],5 7 0 8,1,1 +0125,0125,02,num,c3_set_union_permuted,23,[7 1 9 3],1 3 9 7,1,1 +0125,0125,02,num,c3_set_union_permuted,24,[1 9 3 4],1 4 9 3,1,1 +0125,0125,02,num,c3_set_union_permuted,25,[7 8 4 6],8 4,0,1 +0125,0125,02,num,c3_set_union_permuted,26,[2 3 0 9],3 9 0 2,1,1 +0125,0125,02,num,c3_set_union_permuted,27,[4 3 0 6],6 3 0 4,1,1 +0125,0125,02,num,c3_set_union_permuted,28,[5 3 7 4],7 5 3,0,1 +0125,0125,02,num,c3_set_union_permuted,29,[2 1 4 3],1 3 4 2,1,1 +0125,0125,02,num,c3_set_union_permuted,30,[5 8 2 4],4 2 8 5,1,1 +0125,0125,02,num,c3_set_union_permuted,31,[5 6 9 3],6 9 5 3,1,1 +0125,0125,02,num,c3_set_union_permuted,32,[5 7 3 9],5 9 7 3,1,1 +0125,0125,02,num,c3_set_union_permuted,33,[7 8 3 1],7 8 3 1,1,1 +0125,0125,02,num,c3_set_union_permuted,34,[0 2 1 8],0 1 8 2,1,1 +0125,0125,02,num,c3_set_union_permuted,35,[1 3 0 7],0 3 7 1,1,1 +0125,0125,02,num,c3_set_union_permuted,36,[6 9 5 7],7 6 5 9,1,1 +0125,0125,02,num,c3_set_union_permuted,37,[6 5 4 3],4 3 5 6,1,1 +0125,0125,02,num,c3_set_union_permuted,38,[8 5 6 3],6 5 3 8,1,1 +0125,0125,02,num,c3_set_union_permuted,39,[8 9 0 1],8 0 1 9,1,1 +0125,0125,02,num,c3_set_union_permuted,40,[3 0 9 6],0 3 9 6],1,1 +0125,0125,02,num,c3_set_union_permuted,41,[0 3 5 8],0 8 3 5,1,1 +0125,0125,02,num,c3_set_union_permuted,42,[6 3 7 9],9 6 3,0,1 +0125,0125,02,num,c3_set_union_permuted,43,[6 8 3 9],3 8 6 9,1,1 +0125,0125,02,num,c3_set_union_permuted,44,[7 2 5 9],7 9 2 5,1,1 +0125,0125,02,num,c3_set_union_permuted,45,[5 3 4 1],5 4 1,0,1 +0125,0125,02,num,c3_set_union_permuted,46,[0 4 6 7],0 6 7 4,1,1 +0125,0125,02,num,c3_set_union_permuted,47,[8 3 0 7],8 7 0 3,1,1 +0125,0125,02,num,c3_set_union_permuted,48,[8 1 3 6],8 1 6,0,1 +0125,0125,02,num,c3_set_union_permuted,49,[2 1 0 7],0 2 1 7,1,1 +0125,0125,02,num,c3_set_union_permuted,50,[8 0 2 7],0 2 7 8,1,1 +0125,0125,02,num,c3_set_union_permuted,51,[1 8 0 3],3 0 8 1,1,1 +0125,0125,02,num,c3_set_union_permuted,52,[5 1 6 0],0 1 5 6,1,1 +0125,0125,02,num,c3_set_union_permuted,53,[4 9 7 6],7 4 6 9,1,1 +0125,0125,02,num,c3_set_union_permuted,54,[6 5 2 9],5 6 9 2,1,1 +0125,0125,02,num,c3_set_union_permuted,55,[5 7 4 6],6 7 5 4,1,1 +0125,0125,02,num,c3_set_union_permuted,56,[6 9 4 3],6 9 4 3,1,1 +0125,0125,02,num,c3_set_union_permuted,57,[6 8 0 7],8 7 0 6,1,1 +0125,0125,02,num,c3_set_union_permuted,58,[4 9 7 1],9 4 1 7,1,1 +0125,0125,02,num,c3_set_union_permuted,59,[1 0 7 4],0 7 1 4,1,1 +0125,0125,02,num,c3_set_union_permuted,60,[9 4 2 1],1 9 2 4,1,1 +0125,0125,02,num,c3_set_union_permuted,61,[7 6 2 9],2 7 9 6,1,1 +0125,0125,02,num,c3_set_union_permuted,62,[6 2 9 8],2 8 9 6,1,1 +0125,0125,02,num,c3_set_union_permuted,63,[9 4 6 0],4 0 9 6],1,1 +0125,0125,02,num,c3_set_union_permuted,64,[3 2 9 4],3 2 9 4,1,1 +0125,0125,02,num,c3_set_union_permuted,65,[2 9 0 7],7 0 9 2,1,1 +0125,0125,02,num,c3_set_union_permuted,66,[7 5 2 6],5 7 6 2,1,1 +0125,0125,02,num,c3_set_union_permuted,67,[3 4 0 7],0 7 4 3,1,1 +0125,0125,02,num,c3_set_union_permuted,68,[6 2 1 5],5 6 1 2,1,1 +0125,0125,02,num,c3_set_union_permuted,69,[5 1 3 9],9 5 1 3,1,1 +0125,0125,02,num,c3_set_union_permuted,70,[6 3 1 2],2 3 6,0,1 +0125,0125,02,num,c3_set_union_permuted,71,[8 9 0 3],8 0 3 9,1,1 +0125,0125,02,num,c3_set_union_permuted,72,[8 2 5 0],2 8 5 0,1,1 +0125,0125,02,num,c3_set_union_permuted,73,[3 6 1 4],6 3 1,0,1 +0125,0125,02,num,c3_set_union_permuted,74,[9 6 0 2],9 6 0 2,1,1 +0125,0125,02,num,c3_set_union_permuted,75,[5 9 4 7],7 5 4 9,1,1 +0125,0125,02,num,c3_set_union_permuted,76,[1 7 4 2],4 2 7 1,1,1 +0125,0125,02,num,c3_set_union_permuted,77,[3 5 2 1],2 1 3 5,1,1 +0125,0125,02,num,c3_set_union_permuted,78,[1 5 4 8],1 4 5 8,1,1 +0125,0125,02,num,c3_set_union_permuted,79,[2 1 5 8],5 8 1 2,1,1 +0125,0125,02,num,c3_set_union_permuted,80,[4 3 9 5],5 4 9 3,1,1 +0125,0125,02,num,c3_set_union_permuted,81,[2 1 9 0],2 1,0,1 +0125,0125,02,num,c3_set_union_permuted,82,[0 1 5 9],5 0 9 1,1,1 +0125,0125,02,num,c3_set_union_permuted,83,[0 2 8 9],9 2 0 8,1,1 +0125,0125,02,num,c3_set_union_permuted,84,[1 0 5 4],5 0 1 4,1,1 +0125,0125,02,num,c3_set_union_permuted,85,[5 3 4 0],4 5 0 3,1,1 +0125,0125,02,num,c3_set_union_permuted,86,[0 2 8 4],2 4 8 0,1,1 +0125,0125,02,num,c3_set_union_permuted,87,[3 6 5 0],6 5 3 0,1,1 +0125,0125,02,num,c3_set_union_permuted,88,[2 4 3 7],3 7 2 4,1,1 +0125,0125,02,num,c3_set_union_permuted,89,[0 6 8 5],5 8 0 6,1,1 +0125,0125,02,num,c3_set_union_permuted,90,[3 8 1 9],3 8 9 1,1,1 +0125,0125,02,num,c3_set_union_permuted,91,[8 2 7 1],1 7 2 8,1,1 +0125,0125,02,num,c3_set_union_permuted,92,[7 6 4 3],4 7 3 6,1,1 +0125,0125,02,num,c3_set_union_permuted,93,[7 0 2 6],0 2 7 6],1,1 +0125,0125,02,num,c3_set_union_permuted,94,[8 3 5 4],8 5 4 3,1,1 +0125,0125,02,num,c3_set_union_permuted,95,[1 6 7 4],4 1 7 6,1,1 +0125,0125,02,num,c3_set_union_permuted,96,[8 6 7 1],6 7 1 8,1,1 +0125,0125,02,num,c3_set_union_permuted,97,[5 6 7 0],0 5 6 7,1,1 +0125,0125,02,num,c3_set_union_permuted,98,[3 6 2 7],6 3 7,0,1 +0125,0125,02,num,c3_set_union_permuted,99,[3 5 2 7],2 7 5],0,1 +0125,0125,02,num,c2_set_union_permuted,0,[5],1 5],0,1 +0125,0125,02,num,c2_set_union_permuted,1,[5],5,1,1 +0125,0125,02,num,c2_set_union_permuted,2,[9],7 9 7,0,1 +0125,0125,02,num,c2_set_union_permuted,3,[8],8 0,0,1 +0125,0125,02,num,c2_set_union_permuted,4,[8],8],1,1 +0125,0125,02,num,c2_set_union_permuted,5,[6],9 2,0,1 +0125,0125,02,num,c2_set_union_permuted,6,[7],7,1,1 +0125,0125,02,num,c2_set_union_permuted,7,[3],6 3,0,1 +0125,0125,02,num,c2_set_union_permuted,8,[8],8 1,0,1 +0125,0125,02,num,c2_set_union_permuted,9,[4],4,1,1 +0125,0125,02,num,c2_set_union_permuted,10,[4],2 8,0,1 +0125,0125,02,num,c2_set_union_permuted,11,[0],1 0 4,0,1 +0125,0125,02,num,c2_set_union_permuted,12,[7],7 5,0,1 +0125,0125,02,num,c2_set_union_permuted,13,[5],5 3,0,1 +0125,0125,02,num,c2_set_union_permuted,14,[3],0 3,0,1 +0125,0125,02,num,c2_set_union_permuted,15,[3],3 5 6,0,1 +0125,0125,02,num,c2_set_union_permuted,16,[3],6 2],0,1 +0125,0125,02,num,c2_set_union_permuted,17,[1],1 8,0,1 +0125,0125,02,num,c2_set_union_permuted,18,[5],0 7 5 0,0,1 +0125,0125,02,num,c2_set_union_permuted,19,[2],2 1 3],0,1 +0125,0125,02,num,c2_set_union_permuted,20,[5],7 5 4,0,1 +0125,0125,02,num,c2_set_union_permuted,21,[8],8,1,1 +0125,0125,02,num,c2_set_union_permuted,22,[9],9 0 2,0,1 +0125,0125,02,num,c2_set_union_permuted,23,[5],5 8,0,1 +0125,0125,02,num,c2_set_union_permuted,24,[3],5 3,0,1 +0125,0125,02,num,c2_set_union_permuted,25,[0],0,1,1 +0125,0125,02,num,c2_set_union_permuted,26,[8],8 5,0,1 +0125,0125,02,num,c2_set_union_permuted,27,[5],5 7,0,1 +0125,0125,02,num,c2_set_union_permuted,28,[0],0 5,0,1 +0125,0125,02,num,c2_set_union_permuted,29,[6],6],1,1 +0125,0125,02,num,c2_set_union_permuted,30,[6],6 0],0,1 +0125,0125,02,num,c2_set_union_permuted,31,[0],0 1 7,0,1 +0125,0125,02,num,c2_set_union_permuted,32,[8],8 6,0,1 +0125,0125,02,num,c2_set_union_permuted,33,[4],3 4 3,0,1 +0125,0125,02,num,c2_set_union_permuted,34,[8],1 8 2,0,1 +0125,0125,02,num,c2_set_union_permuted,35,[4],4 0],0,1 +0125,0125,02,num,c2_set_union_permuted,36,[5],5 8 2 9,0,1 +0125,0125,02,num,c2_set_union_permuted,37,[3],3 1,0,1 +0125,0125,02,num,c2_set_union_permuted,38,[9],9 4,0,1 +0125,0125,02,num,c2_set_union_permuted,39,[9],0 9 7,0,1 +0125,0125,02,num,c2_set_union_permuted,40,[1],4 1 0 7,0,1 +0125,0125,02,num,c2_set_union_permuted,41,[4],9 4,0,1 +0125,0125,02,num,c2_set_union_permuted,42,[6],6 3,0,1 +0125,0125,02,num,c2_set_union_permuted,43,[1],1 3,0,1 +0125,0125,02,num,c2_set_union_permuted,44,[5],5 0],0,1 +0125,0125,02,num,c2_set_union_permuted,45,[3],3 9,0,1 +0125,0125,02,num,c2_set_union_permuted,46,[9],1 9 1,0,1 +0125,0125,02,num,c2_set_union_permuted,47,[4],4,1,1 +0125,0125,02,num,c2_set_union_permuted,48,[8],8 1,0,1 +0125,0125,02,num,c2_set_union_permuted,49,[4],4],1,1 +0125,0125,02,num,c2_set_union_permuted,50,[4],4,1,1 +0125,0125,02,num,c2_set_union_permuted,51,[3],2 3 4,0,1 +0125,0125,02,num,c2_set_union_permuted,52,[4],4 1,0,1 +0125,0125,02,num,c2_set_union_permuted,53,[6],6 0,0,1 +0125,0125,02,num,c2_set_union_permuted,54,[0],0 6,0,1 +0125,0125,02,num,c2_set_union_permuted,55,[7],7 2,0,1 +0125,0125,02,num,c2_set_union_permuted,56,[4],4,1,1 +0125,0125,02,num,c2_set_union_permuted,57,[7],7 9,0,1 +0125,0125,02,num,c2_set_union_permuted,58,[2],2],1,1 +0125,0125,02,num,c2_set_union_permuted,59,[3],0 3 2,0,1 +0125,0125,02,num,c2_set_union_permuted,60,[7],7 2,0,1 +0125,0125,02,num,c2_set_union_permuted,61,[0],0 2 2,0,1 +0125,0125,02,num,c2_set_union_permuted,62,[2],2,1,1 +0125,0125,02,num,c2_set_union_permuted,63,[7],7,1,1 +0125,0125,02,num,c2_set_union_permuted,64,[2],2 0,0,1 +0125,0125,02,num,c2_set_union_permuted,65,[3],2 3],0,1 +0125,0125,02,num,c2_set_union_permuted,66,[1],1 3 0],0,1 +0125,0125,02,num,c2_set_union_permuted,67,[3],3 6 9 0,0,1 +0125,0125,02,num,c2_set_union_permuted,68,[6],6 7,0,1 +0125,0125,02,num,c2_set_union_permuted,69,[0],0 3,0,1 +0125,0125,02,num,c2_set_union_permuted,70,[3],3],1,1 +0125,0125,02,num,c2_set_union_permuted,71,[6],5 6],0,1 +0125,0125,02,num,c2_set_union_permuted,72,[2],2 9,0,1 +0125,0125,02,num,c2_set_union_permuted,73,[7],1 7 5],0,1 +0125,0125,02,num,c2_set_union_permuted,74,[3],9 7,0,1 +0125,0125,02,num,c2_set_union_permuted,75,[0],0 6,0,1 +0125,0125,02,num,c2_set_union_permuted,76,[8],0 8,0,1 +0125,0125,02,num,c2_set_union_permuted,77,[9],4 0,0,1 +0125,0125,02,num,c2_set_union_permuted,78,[6],4 6],0,1 +0125,0125,02,num,c2_set_union_permuted,79,[3],5 3,0,1 +0125,0125,02,num,c2_set_union_permuted,80,[1],1 6,0,1 +0125,0125,02,num,c2_set_union_permuted,81,[4],4 5,0,1 +0125,0125,02,num,c2_set_union_permuted,82,[3],0 3 0,0,1 +0125,0125,02,num,c2_set_union_permuted,83,[7],7 4 5,0,1 +0125,0125,02,num,c2_set_union_permuted,84,[5],1 5 3,0,1 +0125,0125,02,num,c2_set_union_permuted,85,[9],9,1,1 +0125,0125,02,num,c2_set_union_permuted,86,[8],8 1 4,0,1 +0125,0125,02,num,c2_set_union_permuted,87,[3],2 3,0,1 +0125,0125,02,num,c2_set_union_permuted,88,[8],8 9,0,1 +0125,0125,02,num,c2_set_union_permuted,89,[8],8,1,1 +0125,0125,02,num,c2_set_union_permuted,90,[8],8 7,0,1 +0125,0125,02,num,c2_set_union_permuted,91,[8],8 7 5 6,0,1 +0125,0125,02,num,c2_set_union_permuted,92,[5],8 5 6,0,1 +0125,0125,02,num,c2_set_union_permuted,93,[4],4 7,0,1 +0125,0125,02,num,c2_set_union_permuted,94,[0],0],1,1 +0125,0125,02,num,c2_set_union_permuted,95,[6],6 9,0,1 +0125,0125,02,num,c2_set_union_permuted,96,[0],7 0,0,1 +0125,0125,02,num,c2_set_union_permuted,97,[1],5 1 0,0,1 +0125,0125,02,num,c2_set_union_permuted,98,[9],9,1,1 +0125,0125,02,num,c2_set_union_permuted,99,[3],3 1,0,1 +0125,0125,02,num,c1_set_union_permuted,0,[0],0],1,1 +0125,0125,02,num,c1_set_union_permuted,1,[4],4],1,1 +0125,0125,02,num,c1_set_union_permuted,2,[2],2],1,1 +0125,0125,02,num,c1_set_union_permuted,3,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,4,[1],1 8,0,1 +0125,0125,02,num,c1_set_union_permuted,5,[2],2],1,1 +0125,0125,02,num,c1_set_union_permuted,6,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,7,[6],6,1,1 +0125,0125,02,num,c1_set_union_permuted,8,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,9,[9],9,1,1 +0125,0125,02,num,c1_set_union_permuted,10,[6],6],1,1 +0125,0125,02,num,c1_set_union_permuted,11,[8],8,1,1 +0125,0125,02,num,c1_set_union_permuted,12,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,13,[8],8,1,1 +0125,0125,02,num,c1_set_union_permuted,14,[5],5],1,1 +0125,0125,02,num,c1_set_union_permuted,15,[2],2,1,1 +0125,0125,02,num,c1_set_union_permuted,16,[0],0,1,1 +0125,0125,02,num,c1_set_union_permuted,17,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,18,[4],4,1,1 +0125,0125,02,num,c1_set_union_permuted,19,[9],9],1,1 +0125,0125,02,num,c1_set_union_permuted,20,[1],1,1,1 +0125,0125,02,num,c1_set_union_permuted,21,[3],3,1,1 +0125,0125,02,num,c1_set_union_permuted,22,[8],8,1,1 +0125,0125,02,num,c1_set_union_permuted,23,[6],6,1,1 +0125,0125,02,num,c1_set_union_permuted,24,[7],7,1,1 +0125,0125,02,num,c1_set_union_permuted,25,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,26,[9],9],1,1 +0125,0125,02,num,c1_set_union_permuted,27,[9],9,1,1 +0125,0125,02,num,c1_set_union_permuted,28,[1],1],1,1 +0125,0125,02,num,c1_set_union_permuted,29,[6],6],1,1 +0125,0125,02,num,c1_set_union_permuted,30,[6],6],1,1 +0125,0125,02,num,c1_set_union_permuted,31,[4],4],1,1 +0125,0125,02,num,c1_set_union_permuted,32,[4],4],1,1 +0125,0125,02,num,c1_set_union_permuted,33,[4],4,1,1 +0125,0125,02,num,c1_set_union_permuted,34,[9],9],1,1 +0125,0125,02,num,c1_set_union_permuted,35,[2],2],1,1 +0125,0125,02,num,c1_set_union_permuted,36,[5],5],1,1 +0125,0125,02,num,c1_set_union_permuted,37,[0],0,1,1 +0125,0125,02,num,c1_set_union_permuted,38,[0],0,1,1 +0125,0125,02,num,c1_set_union_permuted,39,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,40,[8],8],1,1 +0125,0125,02,num,c1_set_union_permuted,41,[0],0,1,1 +0125,0125,02,num,c1_set_union_permuted,42,[4],4,1,1 +0125,0125,02,num,c1_set_union_permuted,43,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,44,[7],7],1,1 +0125,0125,02,num,c1_set_union_permuted,45,[7],7,1,1 +0125,0125,02,num,c1_set_union_permuted,46,[2],2,1,1 +0125,0125,02,num,c1_set_union_permuted,47,[5],5],1,1 +0125,0125,02,num,c1_set_union_permuted,48,[0],0,1,1 +0125,0125,02,num,c1_set_union_permuted,49,[8],8,1,1 +0125,0125,02,num,c1_set_union_permuted,50,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,51,[6],6],1,1 +0125,0125,02,num,c1_set_union_permuted,52,[0],0],1,1 +0125,0125,02,num,c1_set_union_permuted,53,[8],8,1,1 +0125,0125,02,num,c1_set_union_permuted,54,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,55,[6],6,1,1 +0125,0125,02,num,c1_set_union_permuted,56,[5],5,1,1 +0125,0125,02,num,c1_set_union_permuted,57,[0],0],1,1 +0125,0125,02,num,c1_set_union_permuted,58,[9],9,1,1 +0125,0125,02,num,c1_set_union_permuted,59,[3],3,1,1 +0125,0125,02,num,c1_set_union_permuted,60,[1],1],1,1 +0125,0125,02,num,c1_set_union_permuted,61,[9],9],1,1 +0125,0125,02,num,c1_set_union_permuted,62,[4],4,1,1 +0125,0125,02,num,c1_set_union_permuted,63,[6],6,1,1 +0125,0125,02,num,c1_set_union_permuted,64,[9],9],1,1 +0125,0125,02,num,c1_set_union_permuted,65,[2],2],1,1 +0125,0125,02,num,c1_set_union_permuted,66,[9],9],1,1 +0125,0125,02,num,c1_set_union_permuted,67,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,68,[6],6,1,1 +0125,0125,02,num,c1_set_union_permuted,69,[6],6,1,1 +0125,0125,02,num,c1_set_union_permuted,70,[8],8,1,1 +0125,0125,02,num,c1_set_union_permuted,71,[5],5,1,1 +0125,0125,02,num,c1_set_union_permuted,72,[1],1,1,1 +0125,0125,02,num,c1_set_union_permuted,73,[0],0,1,1 +0125,0125,02,num,c1_set_union_permuted,74,[3],3,1,1 +0125,0125,02,num,c1_set_union_permuted,75,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,76,[4],4],1,1 +0125,0125,02,num,c1_set_union_permuted,77,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,78,[0],0],1,1 +0125,0125,02,num,c1_set_union_permuted,79,[1],1],1,1 +0125,0125,02,num,c1_set_union_permuted,80,[9],9],1,1 +0125,0125,02,num,c1_set_union_permuted,81,[2],2],1,1 +0125,0125,02,num,c1_set_union_permuted,82,[1],1,1,1 +0125,0125,02,num,c1_set_union_permuted,83,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,84,[0],0,1,1 +0125,0125,02,num,c1_set_union_permuted,85,[8],8,1,1 +0125,0125,02,num,c1_set_union_permuted,86,[4],4],1,1 +0125,0125,02,num,c1_set_union_permuted,87,[3],3],1,1 +0125,0125,02,num,c1_set_union_permuted,88,[0],0],1,1 +0125,0125,02,num,c1_set_union_permuted,89,[6],6],1,1 +0125,0125,02,num,c1_set_union_permuted,90,[5],5],1,1 +0125,0125,02,num,c1_set_union_permuted,91,[1],1,1,1 +0125,0125,02,num,c1_set_union_permuted,92,[6],6],1,1 +0125,0125,02,num,c1_set_union_permuted,93,[5],5],1,1 +0125,0125,02,num,c1_set_union_permuted,94,[9],9,1,1 +0125,0125,02,num,c1_set_union_permuted,95,[2],2],1,1 +0125,0125,02,num,c1_set_union_permuted,96,[7],7],1,1 +0125,0125,02,num,c1_set_union_permuted,97,[4],4,1,1 +0125,0125,02,num,c1_set_union_permuted,98,[6],6],1,1 +0125,0125,02,num,c1_set_union_permuted,99,[2],2],1,1 +0125,0125,02,num,XOR_permuted,0,[4 0],0 4,1,1 +0125,0125,02,num,XOR_permuted,1,[8 4],8 5,0,1 +0125,0125,02,num,XOR_permuted,2,[1 7],7 1,1,1 +0125,0125,02,num,XOR_permuted,3,[6 0],0 6,1,1 +0125,0125,02,num,XOR_permuted,4,[3 6],6 3,1,1 +0125,0125,02,num,XOR_permuted,5,[5 6],6 5,1,1 +0125,0125,02,num,XOR_permuted,6,[3 9],7 9,0,1 +0125,0125,02,num,XOR_permuted,7,[0 8],8 0,1,1 +0125,0125,02,num,XOR_permuted,8,[1 4],2 1,0,1 +0125,0125,02,num,XOR_permuted,9,[8 3],8 5,0,1 +0125,0125,02,num,XOR_permuted,10,[9 6],6 9,1,1 +0125,0125,02,num,XOR_permuted,11,[0 7],7 2,0,1 +0125,0125,02,num,XOR_permuted,12,[0 9],9 8,0,1 +0125,0125,02,num,XOR_permuted,13,[3 6],3 6],1,1 +0125,0125,02,num,XOR_permuted,14,[1 3],1 3,1,1 +0125,0125,02,num,XOR_permuted,15,[0 7],0 3,0,1 +0125,0125,02,num,XOR_permuted,16,[7 8],7 8],1,1 +0125,0125,02,num,XOR_permuted,17,[6 2],6 2,1,1 +0125,0125,02,num,XOR_permuted,18,[7 8],4 4,0,1 +0125,0125,02,num,XOR_permuted,19,[0 9],9 0,1,1 +0125,0125,02,num,XOR_permuted,20,[0 2],2 1],0,1 +0125,0125,02,num,XOR_permuted,21,[6 5],5 7],0,1 +0125,0125,02,num,XOR_permuted,22,[0 3],3 0,1,1 +0125,0125,02,num,XOR_permuted,23,[0 9],16 9,0,1 +0125,0125,02,num,XOR_permuted,24,[8 0],0 8,1,1 +0125,0125,02,num,XOR_permuted,25,[2 8],2 1],0,1 +0125,0125,02,num,XOR_permuted,26,[3 9],9 8,0,1 +0125,0125,02,num,XOR_permuted,27,[2 9],9 2,1,1 +0125,0125,02,num,XOR_permuted,28,[3 7],7 0,0,1 +0125,0125,02,num,XOR_permuted,29,[9 0],9 0,1,1 +0125,0125,02,num,XOR_permuted,30,[2 5],2 5,1,1 +0125,0125,02,num,XOR_permuted,31,[2 6],6 2,1,1 +0125,0125,02,num,XOR_permuted,32,[0 2],8 2,0,1 +0125,0125,02,num,XOR_permuted,33,[5 7],5 7,1,1 +0125,0125,02,num,XOR_permuted,34,[3 5],3 0],0,1 +0125,0125,02,num,XOR_permuted,35,[6 0],4 0,0,1 +0125,0125,02,num,XOR_permuted,36,[6 0],0 6,1,1 +0125,0125,02,num,XOR_permuted,37,[4 5],4 5,1,1 +0125,0125,02,num,XOR_permuted,38,[8 9],8 9,1,1 +0125,0125,02,num,XOR_permuted,39,[6 7],6 7,1,1 +0125,0125,02,num,XOR_permuted,40,[9 3],9 3],1,1 +0125,0125,02,num,XOR_permuted,41,[7 6],2 1],0,1 +0125,0125,02,num,XOR_permuted,42,[8 9],8 9,1,1 +0125,0125,02,num,XOR_permuted,43,[7 0],0 7,1,1 +0125,0125,02,num,XOR_permuted,44,[2 1],3 0,0,1 +0125,0125,02,num,XOR_permuted,45,[3 5],5 6,0,1 +0125,0125,02,num,XOR_permuted,46,[2 0],2 3],0,1 +0125,0125,02,num,XOR_permuted,47,[2 0],2 0,1,1 +0125,0125,02,num,XOR_permuted,48,[0 1],1 0,1,1 +0125,0125,02,num,XOR_permuted,49,[5 1],5 1,1,1 +0125,0125,02,num,XOR_permuted,50,[6 9],7 6],0,1 +0125,0125,02,num,XOR_permuted,51,[0 1],0 1,1,1 +0125,0125,02,num,XOR_permuted,52,[9 8],8 3,0,1 +0125,0125,02,num,XOR_permuted,53,[8 2],2 1],0,1 +0125,0125,02,num,XOR_permuted,54,[1 0],8 5,0,1 +0125,0125,02,num,XOR_permuted,55,[5 9],5 9,1,1 +0125,0125,02,num,XOR_permuted,56,[0 6],0 6,1,1 +0125,0125,02,num,XOR_permuted,57,[5 4],4 5,1,1 +0125,0125,02,num,XOR_permuted,58,[7 5],5 7,1,1 +0125,0125,02,num,XOR_permuted,59,[8 2],8 2,1,1 +0125,0125,02,num,XOR_permuted,60,[9 2],2 9],1,1 +0125,0125,02,num,XOR_permuted,61,[0 1],1 0],1,1 +0125,0125,02,num,XOR_permuted,62,[0 2],2 0,1,1 +0125,0125,02,num,XOR_permuted,63,[2 0],2 7,0,1 +0125,0125,02,num,XOR_permuted,64,[2 3],2 8],0,1 +0125,0125,02,num,XOR_permuted,65,[9 6],6 9,1,1 +0125,0125,02,num,XOR_permuted,66,[9 4],4 9,1,1 +0125,0125,02,num,XOR_permuted,67,[0 4],8 0],0,1 +0125,0125,02,num,XOR_permuted,68,[9 5],9 5,1,1 +0125,0125,02,num,XOR_permuted,69,[6 4],6 4,1,1 +0125,0125,02,num,XOR_permuted,70,[5 0],5 0],1,1 +0125,0125,02,num,XOR_permuted,71,[3 1],3 1,1,1 +0125,0125,02,num,XOR_permuted,72,[8 1],1 9,0,1 +0125,0125,02,num,XOR_permuted,73,[6 3],6 3,1,1 +0125,0125,02,num,XOR_permuted,74,[0 9],6 4,0,1 +0125,0125,02,num,XOR_permuted,75,[2 9],2 9,1,1 +0125,0125,02,num,XOR_permuted,76,[9 6],9 6,1,1 +0125,0125,02,num,XOR_permuted,77,[4 1],4 5,0,1 +0125,0125,02,num,XOR_permuted,78,[1 4],2 5,0,1 +0125,0125,02,num,XOR_permuted,79,[7 3],6 7,0,1 +0125,0125,02,num,XOR_permuted,80,[8 3],3 7],0,1 +0125,0125,02,num,XOR_permuted,81,[5 6],5 6,1,1 +0125,0125,02,num,XOR_permuted,82,[5 7],5 7],1,1 +0125,0125,02,num,XOR_permuted,83,[7 0],0 7,1,1 +0125,0125,02,num,XOR_permuted,84,[6 9],5 9],0,1 +0125,0125,02,num,XOR_permuted,85,[9 4],4 9,1,1 +0125,0125,02,num,XOR_permuted,86,[6 2],2 5],0,1 +0125,0125,02,num,XOR_permuted,87,[9 4],4 9,1,1 +0125,0125,02,num,XOR_permuted,88,[3 1],3 5,0,1 +0125,0125,02,num,XOR_permuted,89,[4 9],9 4,1,1 +0125,0125,02,num,XOR_permuted,90,[1 5],5 1,1,1 +0125,0125,02,num,XOR_permuted,91,[4 0],4 0,1,1 +0125,0125,02,num,XOR_permuted,92,[8 4],None,0,1 +0125,0125,02,num,XOR_permuted,93,[5 8],9 5,0,1 +0125,0125,02,num,XOR_permuted,94,[3 7],7 3,1,1 +0125,0125,02,num,XOR_permuted,95,[8 5],8 3,0,1 +0125,0125,02,num,XOR_permuted,96,[5 9],9 5,1,1 +0125,0125,02,num,XOR_permuted,97,[8 3],8 3,1,1 +0125,0125,02,num,XOR_permuted,98,[7 5],7 2,0,1 +0125,0125,02,num,XOR_permuted,99,[6 7],7 6,1,1 +0125,0125,02,num,AND_permuted,0,[],7,0,1 +0125,0125,02,num,AND_permuted,1,[],3,0,1 +0125,0125,02,num,AND_permuted,2,[],7,0,1 +0125,0125,02,num,AND_permuted,3,[],2 1],0,1 +0125,0125,02,num,AND_permuted,4,[],3,0,1 +0125,0125,02,num,AND_permuted,5,[],6,0,1 +0125,0125,02,num,AND_permuted,6,[],2,0,1 +0125,0125,02,num,AND_permuted,7,[],4,0,1 +0125,0125,02,num,AND_permuted,8,[],3 8,0,1 +0125,0125,02,num,AND_permuted,9,[],0,0,1 +0125,0125,02,num,AND_permuted,10,[],9,0,1 +0125,0125,02,num,AND_permuted,11,[],8,0,1 +0125,0125,02,num,AND_permuted,12,[],0,0,1 +0125,0125,02,num,AND_permuted,13,[],6,0,1 +0125,0125,02,num,AND_permuted,14,[],6,0,1 +0125,0125,02,num,AND_permuted,15,[],3,0,1 +0125,0125,02,num,AND_permuted,16,[],4,0,1 +0125,0125,02,num,AND_permuted,17,[],2,0,1 +0125,0125,02,num,AND_permuted,18,[],6,0,1 +0125,0125,02,num,AND_permuted,19,[],3,0,1 +0125,0125,02,num,AND_permuted,20,[],2,0,1 +0125,0125,02,num,AND_permuted,21,[],2,0,1 +0125,0125,02,num,AND_permuted,22,[],8,0,1 +0125,0125,02,num,AND_permuted,23,[],6,0,1 +0125,0125,02,num,AND_permuted,24,[],3,0,1 +0125,0125,02,num,AND_permuted,25,[],2],0,1 +0125,0125,02,num,AND_permuted,26,[],4],0,1 +0125,0125,02,num,AND_permuted,27,[],9,0,1 +0125,0125,02,num,AND_permuted,28,[],4,0,1 +0125,0125,02,num,AND_permuted,29,[],3,0,1 +0125,0125,02,num,AND_permuted,30,[],5,0,1 +0125,0125,02,num,AND_permuted,31,[],1,0,1 +0125,0125,02,num,AND_permuted,32,[],2,0,1 +0125,0125,02,num,AND_permuted,33,[],8,0,1 +0125,0125,02,num,AND_permuted,34,[],4,0,1 +0125,0125,02,num,AND_permuted,35,[],0,0,1 +0125,0125,02,num,AND_permuted,36,[],6,0,1 +0125,0125,02,num,AND_permuted,37,[],2,0,1 +0125,0125,02,num,AND_permuted,38,[],3,0,1 +0125,0125,02,num,AND_permuted,39,[],4,0,1 +0125,0125,02,num,AND_permuted,40,[],5,0,1 +0125,0125,02,num,AND_permuted,41,[],6],0,1 +0125,0125,02,num,AND_permuted,42,[],2,0,1 +0125,0125,02,num,AND_permuted,43,[],7,0,1 +0125,0125,02,num,AND_permuted,44,[],2,0,1 +0125,0125,02,num,AND_permuted,45,[],5,0,1 +0125,0125,02,num,AND_permuted,46,[],2,0,1 +0125,0125,02,num,AND_permuted,47,[],3],0,1 +0125,0125,02,num,AND_permuted,48,[],8,0,1 +0125,0125,02,num,AND_permuted,49,[],4,0,1 +0125,0125,02,num,AND_permuted,50,[],0],0,1 +0125,0125,02,num,AND_permuted,51,[],1,0,1 +0125,0125,02,num,AND_permuted,52,[],3,0,1 +0125,0125,02,num,AND_permuted,53,[],2,0,1 +0125,0125,02,num,AND_permuted,54,[],5,0,1 +0125,0125,02,num,AND_permuted,55,[],8,0,1 +0125,0125,02,num,AND_permuted,56,[],5,0,1 +0125,0125,02,num,AND_permuted,57,[],3,0,1 +0125,0125,02,num,AND_permuted,58,[],0,0,1 +0125,0125,02,num,AND_permuted,59,[],4,0,1 +0125,0125,02,num,AND_permuted,60,[],5],0,1 +0125,0125,02,num,AND_permuted,61,[],1,0,1 +0125,0125,02,num,AND_permuted,62,[],4,0,1 +0125,0125,02,num,AND_permuted,63,[],1,0,1 +0125,0125,02,num,AND_permuted,64,[],2,0,1 +0125,0125,02,num,AND_permuted,65,[],6,0,1 +0125,0125,02,num,AND_permuted,66,[],1,0,1 +0125,0125,02,num,AND_permuted,67,[],3,0,1 +0125,0125,02,num,AND_permuted,68,[],3,0,1 +0125,0125,02,num,AND_permuted,69,[],6,0,1 +0125,0125,02,num,AND_permuted,70,[],5,0,1 +0125,0125,02,num,AND_permuted,71,[],3,0,1 +0125,0125,02,num,AND_permuted,72,[],4,0,1 +0125,0125,02,num,AND_permuted,73,[],1,0,1 +0125,0125,02,num,AND_permuted,74,[],5,0,1 +0125,0125,02,num,AND_permuted,75,[],3,0,1 +0125,0125,02,num,AND_permuted,76,[],3,0,1 +0125,0125,02,num,AND_permuted,77,[],8,0,1 +0125,0125,02,num,AND_permuted,78,[],5],0,1 +0125,0125,02,num,AND_permuted,79,[],11,0,1 +0125,0125,02,num,AND_permuted,80,[],4,0,1 +0125,0125,02,num,AND_permuted,81,[],5,0,1 +0125,0125,02,num,AND_permuted,82,[],3,0,1 +0125,0125,02,num,AND_permuted,83,[],2,0,1 +0125,0125,02,num,AND_permuted,84,[],8,0,1 +0125,0125,02,num,AND_permuted,85,[],6,0,1 +0125,0125,02,num,AND_permuted,86,[],8,0,1 +0125,0125,02,num,AND_permuted,87,[],5,0,1 +0125,0125,02,num,AND_permuted,88,[],2,0,1 +0125,0125,02,num,AND_permuted,89,[],5,0,1 +0125,0125,02,num,AND_permuted,90,[],3,0,1 +0125,0125,02,num,AND_permuted,91,[],],1,1 +0125,0125,02,num,AND_permuted,92,[],2,0,1 +0125,0125,02,num,AND_permuted,93,[],2],0,1 +0125,0125,02,num,AND_permuted,94,[],5,0,1 +0125,0125,02,num,AND_permuted,95,[],4,0,1 +0125,0125,02,num,AND_permuted,96,[],2,0,1 +0125,0125,02,num,AND_permuted,97,[],2,0,1 +0125,0125,02,num,AND_permuted,98,[],6,0,1 +0125,0125,02,num,AND_permuted,99,[],7,0,1 +0125,0125,02,symb,row_constant,0,['!'],!],1,1 +0125,0125,02,symb,row_constant,1,['('],)],0,1 +0125,0125,02,symb,row_constant,2,['>'],>],1,1 +0125,0125,02,symb,row_constant,3,['!'],!],1,1 +0125,0125,02,symb,row_constant,4,['~'],~],1,1 +0125,0125,02,symb,row_constant,5,['>'],>],1,1 +0125,0125,02,symb,row_constant,6,['<'],<],1,1 +0125,0125,02,symb,row_constant,7,['$'],$],1,1 +0125,0125,02,symb,row_constant,8,['('],(],1,1 +0125,0125,02,symb,row_constant,9,['('],(],1,1 +0125,0125,02,symb,row_constant,10,[':'],:],1,1 +0125,0125,02,symb,row_constant,11,['$'],$],1,1 +0125,0125,02,symb,row_constant,12,['%'],%],1,1 +0125,0125,02,symb,row_constant,13,['%'],%],1,1 +0125,0125,02,symb,row_constant,14,['&'],&],1,1 +0125,0125,02,symb,row_constant,15,['('],)],0,1 +0125,0125,02,symb,row_constant,16,['!'],!],1,1 +0125,0125,02,symb,row_constant,17,['>'],>],1,1 +0125,0125,02,symb,row_constant,18,['%'],%],1,1 +0125,0125,02,symb,row_constant,19,['<'],<],1,1 +0125,0125,02,symb,row_constant,20,['%'],%],1,1 +0125,0125,02,symb,row_constant,21,['!'],!],1,1 +0125,0125,02,symb,row_constant,22,['>'],>],1,1 +0125,0125,02,symb,row_constant,23,['$'],$],1,1 +0125,0125,02,symb,row_constant,24,['>'],>],1,1 +0125,0125,02,symb,row_constant,25,['('],(],1,1 +0125,0125,02,symb,row_constant,26,['<'],<],1,1 +0125,0125,02,symb,row_constant,27,['$'],$],1,1 +0125,0125,02,symb,row_constant,28,['~'],~],1,1 +0125,0125,02,symb,row_constant,29,['>'],>],1,1 +0125,0125,02,symb,row_constant,30,['~'],~],1,1 +0125,0125,02,symb,row_constant,31,['('],(],1,1 +0125,0125,02,symb,row_constant,32,['*'],*,1,1 +0125,0125,02,symb,row_constant,33,['('],)],0,1 +0125,0125,02,symb,row_constant,34,['~'],~],1,1 +0125,0125,02,symb,row_constant,35,['>'],>],1,1 +0125,0125,02,symb,row_constant,36,['('],(],1,1 +0125,0125,02,symb,row_constant,37,['!'],!],1,1 +0125,0125,02,symb,row_constant,38,['%'],%],1,1 +0125,0125,02,symb,row_constant,39,['$'],$],1,1 +0125,0125,02,symb,row_constant,40,['%'],%],1,1 +0125,0125,02,symb,row_constant,41,['~'],~],1,1 +0125,0125,02,symb,row_constant,42,['&'],&],1,1 +0125,0125,02,symb,row_constant,43,['('],)],0,1 +0125,0125,02,symb,row_constant,44,['<'],<],1,1 +0125,0125,02,symb,row_constant,45,['!'],!],1,1 +0125,0125,02,symb,row_constant,46,['*'],*],1,1 +0125,0125,02,symb,row_constant,47,[':'],:],1,1 +0125,0125,02,symb,row_constant,48,[':'],:],1,1 +0125,0125,02,symb,row_constant,49,['>'],>],1,1 +0125,0125,02,symb,row_constant,50,['&'],&],1,1 +0125,0125,02,symb,row_constant,51,['('],)],0,1 +0125,0125,02,symb,row_constant,52,['>'],>],1,1 +0125,0125,02,symb,row_constant,53,['>'],>],1,1 +0125,0125,02,symb,row_constant,54,['$'],$],1,1 +0125,0125,02,symb,row_constant,55,['%'],%],1,1 +0125,0125,02,symb,row_constant,56,['>'],>],1,1 +0125,0125,02,symb,row_constant,57,['%'],%],1,1 +0125,0125,02,symb,row_constant,58,['!'],!],1,1 +0125,0125,02,symb,row_constant,59,['<'],<],1,1 +0125,0125,02,symb,row_constant,60,['&'],&],1,1 +0125,0125,02,symb,row_constant,61,['!'],!],1,1 +0125,0125,02,symb,row_constant,62,['!'],!],1,1 +0125,0125,02,symb,row_constant,63,['!'],!],1,1 +0125,0125,02,symb,row_constant,64,['&'],&],1,1 +0125,0125,02,symb,row_constant,65,['('],)],0,1 +0125,0125,02,symb,row_constant,66,[':'],:],1,1 +0125,0125,02,symb,row_constant,67,['<'],<],1,1 +0125,0125,02,symb,row_constant,68,['('],(],1,1 +0125,0125,02,symb,row_constant,69,['('],(],1,1 +0125,0125,02,symb,row_constant,70,['('],)],0,1 +0125,0125,02,symb,row_constant,71,['>'],>],1,1 +0125,0125,02,symb,row_constant,72,['&'],&],1,1 +0125,0125,02,symb,row_constant,73,['~'],~],1,1 +0125,0125,02,symb,row_constant,74,['<'],<],1,1 +0125,0125,02,symb,row_constant,75,['%'],%],1,1 +0125,0125,02,symb,row_constant,76,['>'],>],1,1 +0125,0125,02,symb,row_constant,77,['>'],>],1,1 +0125,0125,02,symb,row_constant,78,['('],)],0,1 +0125,0125,02,symb,row_constant,79,['*'],*],1,1 +0125,0125,02,symb,row_constant,80,['!'],!],1,1 +0125,0125,02,symb,row_constant,81,['*'],*,1,1 +0125,0125,02,symb,row_constant,82,['$'],$],1,1 +0125,0125,02,symb,row_constant,83,[':'],:],1,1 +0125,0125,02,symb,row_constant,84,['<'],<],1,1 +0125,0125,02,symb,row_constant,85,['*'],*],1,1 +0125,0125,02,symb,row_constant,86,['('],)],0,1 +0125,0125,02,symb,row_constant,87,['>'],>],1,1 +0125,0125,02,symb,row_constant,88,['%'],%],1,1 +0125,0125,02,symb,row_constant,89,['!'],!],1,1 +0125,0125,02,symb,row_constant,90,['>'],>],1,1 +0125,0125,02,symb,row_constant,91,['>'],>],1,1 +0125,0125,02,symb,row_constant,92,['&'],&],1,1 +0125,0125,02,symb,row_constant,93,['>'],>],1,1 +0125,0125,02,symb,row_constant,94,['*'],*,1,1 +0125,0125,02,symb,row_constant,95,['~'],~],1,1 +0125,0125,02,symb,row_constant,96,['~'],~],1,1 +0125,0125,02,symb,row_constant,97,['*'],*],1,1 +0125,0125,02,symb,row_constant,98,[':'],:],1,1 +0125,0125,02,symb,row_constant,99,['~'],~],1,1 +0125,0125,02,symb,col_constant,0,['~'],~],1,1 +0125,0125,02,symb,col_constant,1,['$'],$,1,1 +0125,0125,02,symb,col_constant,2,['$'],$,1,1 +0125,0125,02,symb,col_constant,3,[':'],:],1,1 +0125,0125,02,symb,col_constant,4,['>'],>],1,1 +0125,0125,02,symb,col_constant,5,[':'],:],1,1 +0125,0125,02,symb,col_constant,6,['!'],!],1,1 +0125,0125,02,symb,col_constant,7,['<'],<,1,1 +0125,0125,02,symb,col_constant,8,['('],(,1,1 +0125,0125,02,symb,col_constant,9,['('],(,1,1 +0125,0125,02,symb,col_constant,10,['<'],<],1,1 +0125,0125,02,symb,col_constant,11,[':'],:],1,1 +0125,0125,02,symb,col_constant,12,['%'],%,1,1 +0125,0125,02,symb,col_constant,13,['&'],&,1,1 +0125,0125,02,symb,col_constant,14,['!'],!],1,1 +0125,0125,02,symb,col_constant,15,['~'],~],1,1 +0125,0125,02,symb,col_constant,16,['>'],>],1,1 +0125,0125,02,symb,col_constant,17,['<'],<],1,1 +0125,0125,02,symb,col_constant,18,['('],(],1,1 +0125,0125,02,symb,col_constant,19,['*'],*,1,1 +0125,0125,02,symb,col_constant,20,['~'],~],1,1 +0125,0125,02,symb,col_constant,21,['~'],~],1,1 +0125,0125,02,symb,col_constant,22,['$'],$,1,1 +0125,0125,02,symb,col_constant,23,['%'],%,1,1 +0125,0125,02,symb,col_constant,24,['<'],<],1,1 +0125,0125,02,symb,col_constant,25,['*'],*,1,1 +0125,0125,02,symb,col_constant,26,['$'],$,1,1 +0125,0125,02,symb,col_constant,27,['~'],~],1,1 +0125,0125,02,symb,col_constant,28,['$'],$,1,1 +0125,0125,02,symb,col_constant,29,['!'],!],1,1 +0125,0125,02,symb,col_constant,30,['~'],~],1,1 +0125,0125,02,symb,col_constant,31,[':'],:],1,1 +0125,0125,02,symb,col_constant,32,['('],(],1,1 +0125,0125,02,symb,col_constant,33,['%'],%,1,1 +0125,0125,02,symb,col_constant,34,['!'],!],1,1 +0125,0125,02,symb,col_constant,35,['!'],!],1,1 +0125,0125,02,symb,col_constant,36,['<'],<],1,1 +0125,0125,02,symb,col_constant,37,['*'],*,1,1 +0125,0125,02,symb,col_constant,38,['*'],*,1,1 +0125,0125,02,symb,col_constant,39,['!'],!],1,1 +0125,0125,02,symb,col_constant,40,['*'],*],1,1 +0125,0125,02,symb,col_constant,41,['!'],!],1,1 +0125,0125,02,symb,col_constant,42,['!'],!],1,1 +0125,0125,02,symb,col_constant,43,['%'],%],1,1 +0125,0125,02,symb,col_constant,44,['~'],~],1,1 +0125,0125,02,symb,col_constant,45,['<'],<,1,1 +0125,0125,02,symb,col_constant,46,['>'],>],1,1 +0125,0125,02,symb,col_constant,47,['%'],%],1,1 +0125,0125,02,symb,col_constant,48,[':'],:],1,1 +0125,0125,02,symb,col_constant,49,['<'],<,1,1 +0125,0125,02,symb,col_constant,50,['>'],>],1,1 +0125,0125,02,symb,col_constant,51,['>'],>],1,1 +0125,0125,02,symb,col_constant,52,[':'],:],1,1 +0125,0125,02,symb,col_constant,53,['*'],*,1,1 +0125,0125,02,symb,col_constant,54,['%'],%],1,1 +0125,0125,02,symb,col_constant,55,['%'],%,1,1 +0125,0125,02,symb,col_constant,56,['~'],~],1,1 +0125,0125,02,symb,col_constant,57,['~'],~],1,1 +0125,0125,02,symb,col_constant,58,['%'],%,1,1 +0125,0125,02,symb,col_constant,59,['*'],*,1,1 +0125,0125,02,symb,col_constant,60,['!'],!],1,1 +0125,0125,02,symb,col_constant,61,['('],(,1,1 +0125,0125,02,symb,col_constant,62,['<'],<],1,1 +0125,0125,02,symb,col_constant,63,['&'],&],1,1 +0125,0125,02,symb,col_constant,64,['<'],<],1,1 +0125,0125,02,symb,col_constant,65,['*'],*,1,1 +0125,0125,02,symb,col_constant,66,['%'],%,1,1 +0125,0125,02,symb,col_constant,67,['>'],>],1,1 +0125,0125,02,symb,col_constant,68,['('],(],1,1 +0125,0125,02,symb,col_constant,69,['('],(,1,1 +0125,0125,02,symb,col_constant,70,[':'],:],1,1 +0125,0125,02,symb,col_constant,71,['*'],*,1,1 +0125,0125,02,symb,col_constant,72,['~'],~],1,1 +0125,0125,02,symb,col_constant,73,['('],(,1,1 +0125,0125,02,symb,col_constant,74,[':'],:],1,1 +0125,0125,02,symb,col_constant,75,['!'],!],1,1 +0125,0125,02,symb,col_constant,76,['&'],&],1,1 +0125,0125,02,symb,col_constant,77,['<'],<,1,1 +0125,0125,02,symb,col_constant,78,['>'],>],1,1 +0125,0125,02,symb,col_constant,79,['$'],$,1,1 +0125,0125,02,symb,col_constant,80,['<'],<],1,1 +0125,0125,02,symb,col_constant,81,['~'],~],1,1 +0125,0125,02,symb,col_constant,82,[':'],:],1,1 +0125,0125,02,symb,col_constant,83,['$'],$,1,1 +0125,0125,02,symb,col_constant,84,['!'],!],1,1 +0125,0125,02,symb,col_constant,85,['<'],<],1,1 +0125,0125,02,symb,col_constant,86,['<'],<],1,1 +0125,0125,02,symb,col_constant,87,['~'],~],1,1 +0125,0125,02,symb,col_constant,88,['&'],&],1,1 +0125,0125,02,symb,col_constant,89,['~'],~],1,1 +0125,0125,02,symb,col_constant,90,['!'],!],1,1 +0125,0125,02,symb,col_constant,91,['!'],!],1,1 +0125,0125,02,symb,col_constant,92,['%'],%,1,1 +0125,0125,02,symb,col_constant,93,['~'],~],1,1 +0125,0125,02,symb,col_constant,94,['~'],~],1,1 +0125,0125,02,symb,col_constant,95,['!'],!],1,1 +0125,0125,02,symb,col_constant,96,['&'],&],1,1 +0125,0125,02,symb,col_constant,97,['<'],<],1,1 +0125,0125,02,symb,col_constant,98,['<'],<],1,1 +0125,0125,02,symb,col_constant,99,['*'],*,1,1 +0125,0125,02,symb,dist3_diag1,0,['*'],*,1,1 +0125,0125,02,symb,dist3_diag1,1,['('],(],1,1 +0125,0125,02,symb,dist3_diag1,2,['>'],>],1,1 +0125,0125,02,symb,dist3_diag1,3,['%'],%,1,1 +0125,0125,02,symb,dist3_diag1,4,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,5,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,6,['*'],*],1,1 +0125,0125,02,symb,dist3_diag1,7,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,8,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,9,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,10,['<'],<],1,1 +0125,0125,02,symb,dist3_diag1,11,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,12,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,13,['*'],*],1,1 +0125,0125,02,symb,dist3_diag1,14,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,15,['>'],>],1,1 +0125,0125,02,symb,dist3_diag1,16,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,17,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,18,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,19,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,20,['>'],>],1,1 +0125,0125,02,symb,dist3_diag1,21,['('],(],1,1 +0125,0125,02,symb,dist3_diag1,22,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,23,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,24,['>'],>],1,1 +0125,0125,02,symb,dist3_diag1,25,['<'],<],1,1 +0125,0125,02,symb,dist3_diag1,26,['('],(],1,1 +0125,0125,02,symb,dist3_diag1,27,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,28,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,29,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,30,['('],(],1,1 +0125,0125,02,symb,dist3_diag1,31,['*'],*],1,1 +0125,0125,02,symb,dist3_diag1,32,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,33,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,34,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,35,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,36,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,37,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,38,['('],(],1,1 +0125,0125,02,symb,dist3_diag1,39,['&'],&],1,1 +0125,0125,02,symb,dist3_diag1,40,['<'],<,1,1 +0125,0125,02,symb,dist3_diag1,41,['<'],<],1,1 +0125,0125,02,symb,dist3_diag1,42,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,43,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,44,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,45,['&'],&],1,1 +0125,0125,02,symb,dist3_diag1,46,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,47,['<'],<],1,1 +0125,0125,02,symb,dist3_diag1,48,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,49,['*'],*,1,1 +0125,0125,02,symb,dist3_diag1,50,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,51,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,52,['('],(],1,1 +0125,0125,02,symb,dist3_diag1,53,['<'],<],1,1 +0125,0125,02,symb,dist3_diag1,54,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,55,['<'],<],1,1 +0125,0125,02,symb,dist3_diag1,56,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,57,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,58,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,59,['&'],&,1,1 +0125,0125,02,symb,dist3_diag1,60,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,61,['('],(],1,1 +0125,0125,02,symb,dist3_diag1,62,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,63,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,64,['<'],<],1,1 +0125,0125,02,symb,dist3_diag1,65,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,66,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,67,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,68,['<'],<],1,1 +0125,0125,02,symb,dist3_diag1,69,['&'],&],1,1 +0125,0125,02,symb,dist3_diag1,70,['>'],>],1,1 +0125,0125,02,symb,dist3_diag1,71,['>'],>],1,1 +0125,0125,02,symb,dist3_diag1,72,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,73,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,74,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,75,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,76,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,77,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,78,['>'],>],1,1 +0125,0125,02,symb,dist3_diag1,79,['*'],*],1,1 +0125,0125,02,symb,dist3_diag1,80,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,81,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,82,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,83,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,84,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,85,['('],(],1,1 +0125,0125,02,symb,dist3_diag1,86,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,87,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,88,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,89,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,90,['('],(],1,1 +0125,0125,02,symb,dist3_diag1,91,['!'],!],1,1 +0125,0125,02,symb,dist3_diag1,92,[':'],:],1,1 +0125,0125,02,symb,dist3_diag1,93,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,94,['('],(],1,1 +0125,0125,02,symb,dist3_diag1,95,['%'],%],1,1 +0125,0125,02,symb,dist3_diag1,96,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,97,['$'],$],1,1 +0125,0125,02,symb,dist3_diag1,98,['~'],~],1,1 +0125,0125,02,symb,dist3_diag1,99,[':'],:],1,1 +0125,0125,02,symb,dist3_diag2,0,['$'],$],1,1 +0125,0125,02,symb,dist3_diag2,1,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,2,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,3,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,4,['*'],*],1,1 +0125,0125,02,symb,dist3_diag2,5,[':'],:],1,1 +0125,0125,02,symb,dist3_diag2,6,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,7,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,8,['$'],$],1,1 +0125,0125,02,symb,dist3_diag2,9,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,10,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,11,['&'],&],1,1 +0125,0125,02,symb,dist3_diag2,12,['&'],&,1,1 +0125,0125,02,symb,dist3_diag2,13,['$'],$],1,1 +0125,0125,02,symb,dist3_diag2,14,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,15,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,16,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,17,['<'],<,1,1 +0125,0125,02,symb,dist3_diag2,18,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,19,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,20,['$'],$],1,1 +0125,0125,02,symb,dist3_diag2,21,['&'],&],1,1 +0125,0125,02,symb,dist3_diag2,22,[':'],:],1,1 +0125,0125,02,symb,dist3_diag2,23,[':'],:],1,1 +0125,0125,02,symb,dist3_diag2,24,['~'],~],1,1 +0125,0125,02,symb,dist3_diag2,25,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,26,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,27,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,28,['~'],~],1,1 +0125,0125,02,symb,dist3_diag2,29,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,30,['~'],~],1,1 +0125,0125,02,symb,dist3_diag2,31,['*'],*],1,1 +0125,0125,02,symb,dist3_diag2,32,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,33,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,34,['%'],%],1,1 +0125,0125,02,symb,dist3_diag2,35,[':'],:],1,1 +0125,0125,02,symb,dist3_diag2,36,['~'],~],1,1 +0125,0125,02,symb,dist3_diag2,37,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,38,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,39,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,40,[':'],:],1,1 +0125,0125,02,symb,dist3_diag2,41,[':'],:],1,1 +0125,0125,02,symb,dist3_diag2,42,['*'],*],1,1 +0125,0125,02,symb,dist3_diag2,43,['$'],$],1,1 +0125,0125,02,symb,dist3_diag2,44,['*'],*,1,1 +0125,0125,02,symb,dist3_diag2,45,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,46,['<'],<,1,1 +0125,0125,02,symb,dist3_diag2,47,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,48,['%'],%],1,1 +0125,0125,02,symb,dist3_diag2,49,['$'],$],1,1 +0125,0125,02,symb,dist3_diag2,50,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,51,['*'],*],1,1 +0125,0125,02,symb,dist3_diag2,52,['$'],$],1,1 +0125,0125,02,symb,dist3_diag2,53,['*'],*,1,1 +0125,0125,02,symb,dist3_diag2,54,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,55,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,56,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,57,[':'],:],1,1 +0125,0125,02,symb,dist3_diag2,58,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,59,['$'],$,1,1 +0125,0125,02,symb,dist3_diag2,60,['&'],&],1,1 +0125,0125,02,symb,dist3_diag2,61,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,62,['$'],$],1,1 +0125,0125,02,symb,dist3_diag2,63,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,64,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,65,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,66,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,67,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,68,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,69,[':'],:],1,1 +0125,0125,02,symb,dist3_diag2,70,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,71,['~'],~],1,1 +0125,0125,02,symb,dist3_diag2,72,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,73,['$'],$],1,1 +0125,0125,02,symb,dist3_diag2,74,['~'],~],1,1 +0125,0125,02,symb,dist3_diag2,75,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,76,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,77,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,78,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,79,['%'],%],1,1 +0125,0125,02,symb,dist3_diag2,80,['$'],$],1,1 +0125,0125,02,symb,dist3_diag2,81,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,82,['>'],>],1,1 +0125,0125,02,symb,dist3_diag2,83,['%'],%],1,1 +0125,0125,02,symb,dist3_diag2,84,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,85,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,86,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,87,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,88,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,89,['~'],~],1,1 +0125,0125,02,symb,dist3_diag2,90,['%'],%],1,1 +0125,0125,02,symb,dist3_diag2,91,['%'],%],1,1 +0125,0125,02,symb,dist3_diag2,92,['!'],!],1,1 +0125,0125,02,symb,dist3_diag2,93,['&'],&],1,1 +0125,0125,02,symb,dist3_diag2,94,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,95,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,96,['~'],~],1,1 +0125,0125,02,symb,dist3_diag2,97,['('],(],1,1 +0125,0125,02,symb,dist3_diag2,98,['<'],<],1,1 +0125,0125,02,symb,dist3_diag2,99,['%'],%],1,1 +0125,0125,02,symb,prog_size1,0,['('],?],0,1 +0125,0125,02,symb,prog_size1,1,['<'],&],0,1 +0125,0125,02,symb,prog_size1,2,['~'],],0,1 +0125,0125,02,symb,prog_size1,3,['>'],}],0,1 +0125,0125,02,symb,prog_size1,4,[':'],)],0,1 +0125,0125,02,symb,prog_size1,5,['$'],~],0,1 +0125,0125,02,symb,prog_size1,6,['%'],@],0,1 +0125,0125,02,symb,prog_size1,7,['&'],#],0,1 +0125,0125,02,symb,prog_size1,8,['*'],>],0,1 +0125,0125,02,symb,prog_size1,9,['!'],>],0,1 +0125,0125,02,symb,prog_size1,10,['('],:],0,1 +0125,0125,02,symb,prog_size1,11,['<'],?],0,1 +0125,0125,02,symb,prog_size2,0,[':'],%],0,1 +0125,0125,02,symb,prog_size2,1,['$'],&],0,1 +0125,0125,02,symb,prog_size2,2,['%'],#],0,1 +0125,0125,02,symb,prog_size2,3,['&'],$],0,1 +0125,0125,02,symb,two_rule_comb0,0,"['~', '$']",~ $],1,1 +0125,0125,02,symb,two_rule_comb0,1,"['>', '%']",> %],1,1 +0125,0125,02,symb,two_rule_comb0,2,"['*', '(']",* (,1,1 +0125,0125,02,symb,two_rule_comb0,3,"['*', '%']",* %],1,1 +0125,0125,02,symb,two_rule_comb0,4,"['$', '*']",$ *,1,1 +0125,0125,02,symb,two_rule_comb0,5,"['>', '%']",> %],1,1 +0125,0125,02,symb,two_rule_comb0,6,"['&', '$']",& $],1,1 +0125,0125,02,symb,two_rule_comb0,7,"['&', '>']",& >],1,1 +0125,0125,02,symb,two_rule_comb0,8,"['>', '!']",> !],1,1 +0125,0125,02,symb,two_rule_comb0,9,"['$', '%']",$ %],1,1 +0125,0125,02,symb,two_rule_comb0,10,"['>', '*']",> *],1,1 +0125,0125,02,symb,two_rule_comb0,11,"['&', '~']",& ~],1,1 +0125,0125,02,symb,two_rule_comb0,12,"['>', '(']",> (],1,1 +0125,0125,02,symb,two_rule_comb0,13,"['$', '>']",$ >,1,1 +0125,0125,02,symb,two_rule_comb0,14,"['%', '%']",% %],1,1 +0125,0125,02,symb,two_rule_comb0,15,"['!', '>']",! >],1,1 +0125,0125,02,symb,two_rule_comb0,16,"['>', '!']",> !],1,1 +0125,0125,02,symb,two_rule_comb0,17,"['$', '%']",$ %],1,1 +0125,0125,02,symb,two_rule_comb0,18,"['>', '*']",> *],1,1 +0125,0125,02,symb,two_rule_comb0,19,"['*', '~']",* ~,1,1 +0125,0125,02,symb,two_rule_comb0,20,"['<', '<']",< <],1,1 +0125,0125,02,symb,two_rule_comb0,21,"[':', '<']",: <],1,1 +0125,0125,02,symb,two_rule_comb0,22,"['~', '(']",~ (],1,1 +0125,0125,02,symb,two_rule_comb0,23,"['~', ':']",~ :],1,1 +0125,0125,02,symb,two_rule_comb0,24,"['>', '&']",> &],1,1 +0125,0125,02,symb,two_rule_comb0,25,"['<', '&']",< &],1,1 +0125,0125,02,symb,two_rule_comb0,26,"['~', ':']",~ :],1,1 +0125,0125,02,symb,two_rule_comb0,27,"['>', '>']",> >],1,1 +0125,0125,02,symb,two_rule_comb0,28,"['>', '&']",> &],1,1 +0125,0125,02,symb,two_rule_comb0,29,"['%', '*']",% *],1,1 +0125,0125,02,symb,two_rule_comb0,30,"['$', '(']",$ (,1,1 +0125,0125,02,symb,two_rule_comb0,31,"['(', '<']",( <],1,1 +0125,0125,02,symb,two_rule_comb0,32,"['!', '!']",! !],1,1 +0125,0125,02,symb,two_rule_comb0,33,"['>', '$']",> $],1,1 +0125,0125,02,symb,two_rule_comb0,34,"['(', '*']",( *],1,1 +0125,0125,02,symb,two_rule_comb0,35,"[':', '$']",: $],1,1 +0125,0125,02,symb,two_rule_comb0,36,"['~', '<']",~ <],1,1 +0125,0125,02,symb,two_rule_comb0,37,"['&', '<']",& <],1,1 +0125,0125,02,symb,two_rule_comb0,38,"['!', '~']",! ~],1,1 +0125,0125,02,symb,two_rule_comb0,39,"['<', '$']",< $],1,1 +0125,0125,02,symb,two_rule_comb0,40,"['<', '~']",< ~],1,1 +0125,0125,02,symb,two_rule_comb0,41,"['&', '*']",& *],1,1 +0125,0125,02,symb,two_rule_comb0,42,"['&', '>']",& >,1,1 +0125,0125,02,symb,two_rule_comb0,43,"[':', '%']",:] %],0,1 +0125,0125,02,symb,two_rule_comb0,44,"['!', '*']",! *,1,1 +0125,0125,02,symb,two_rule_comb0,45,"['>', '(']",> (],1,1 +0125,0125,02,symb,two_rule_comb0,46,"['$', '~']",$ ~],1,1 +0125,0125,02,symb,two_rule_comb0,47,"['(', '*']",( *],1,1 +0125,0125,02,symb,two_rule_comb0,48,"['~', '(']",~ (],1,1 +0125,0125,02,symb,two_rule_comb0,49,"[':', '$']",: $],1,1 +0125,0125,02,symb,two_rule_comb0,50,"['*', '%']",* %],1,1 +0125,0125,02,symb,two_rule_comb0,51,"['>', '<']",> <],1,1 +0125,0125,02,symb,two_rule_comb0,52,"['*', '!']",* !],1,1 +0125,0125,02,symb,two_rule_comb0,53,"['!', '<']",! <],1,1 +0125,0125,02,symb,two_rule_comb0,54,"['%', '>']",% >,1,1 +0125,0125,02,symb,two_rule_comb0,55,"['&', '~']",& ~],1,1 +0125,0125,02,symb,two_rule_comb0,56,"['>', '&']",> &],1,1 +0125,0125,02,symb,two_rule_comb0,57,"['~', ':']",~ :],1,1 +0125,0125,02,symb,two_rule_comb0,58,"[':', '%']",:] %],0,1 +0125,0125,02,symb,two_rule_comb0,59,"['!', '%']",! %],1,1 +0125,0125,02,symb,two_rule_comb0,60,"['!', '%']",! %],1,1 +0125,0125,02,symb,two_rule_comb0,61,"['*', '!']",* !,1,1 +0125,0125,02,symb,two_rule_comb0,62,"['~', '!']",~ !],1,1 +0125,0125,02,symb,two_rule_comb0,63,"['%', ':']",% :],1,1 +0125,0125,02,symb,two_rule_comb0,64,"['$', '>']",$ >],1,1 +0125,0125,02,symb,two_rule_comb0,65,"['<', '(']",< (],1,1 +0125,0125,02,symb,two_rule_comb0,66,"['*', '~']",* ~],1,1 +0125,0125,02,symb,two_rule_comb0,67,"['%', ':']",% :],1,1 +0125,0125,02,symb,two_rule_comb0,68,"[':', '%']",:] %,0,1 +0125,0125,02,symb,two_rule_comb0,69,"['~', '&']",~ &],1,1 +0125,0125,02,symb,two_rule_comb0,70,"['(', '~']",( ~],1,1 +0125,0125,02,symb,two_rule_comb0,71,"['$', '%']",$ %,1,1 +0125,0125,02,symb,two_rule_comb0,72,"['!', '*']",! *,1,1 +0125,0125,02,symb,two_rule_comb0,73,"['!', '<']",! <],1,1 +0125,0125,02,symb,two_rule_comb0,74,"['%', '<']",% <],1,1 +0125,0125,02,symb,two_rule_comb0,75,"['>', '%']",> %],1,1 +0125,0125,02,symb,two_rule_comb0,76,"['&', '$']",& $],1,1 +0125,0125,02,symb,two_rule_comb0,77,"['&', '>']",& >],1,1 +0125,0125,02,symb,two_rule_comb0,78,"['%', '&']",% &],1,1 +0125,0125,02,symb,two_rule_comb0,79,"['>', '>']",> >],1,1 +0125,0125,02,symb,two_rule_comb0,80,"['*', '<']",* <],1,1 +0125,0125,02,symb,two_rule_comb0,81,"['!', '<']",!],0,1 +0125,0125,02,symb,two_rule_comb0,82,"['>', '>']",> >],1,1 +0125,0125,02,symb,two_rule_comb0,83,"['>', '%']",> %,1,1 +0125,0125,02,symb,two_rule_comb0,84,"['!', '&']",! &],1,1 +0125,0125,02,symb,two_rule_comb0,85,"['%', ':']",% :],1,1 +0125,0125,02,symb,two_rule_comb0,86,"['!', '%']",! %],1,1 +0125,0125,02,symb,two_rule_comb0,87,"['&', '<']",& <,1,1 +0125,0125,02,symb,two_rule_comb0,88,"[':', '%']",: %],1,1 +0125,0125,02,symb,two_rule_comb0,89,"['*', '>']",* >],1,1 +0125,0125,02,symb,two_rule_comb0,90,"[':', '<']",: <],1,1 +0125,0125,02,symb,two_rule_comb0,91,"['!', '&']",!],0,1 +0125,0125,02,symb,two_rule_comb0,92,"['!', ':']",! :],1,1 +0125,0125,02,symb,two_rule_comb0,93,"['!', '$']",! $],1,1 +0125,0125,02,symb,two_rule_comb0,94,"['*', '*']",* *],1,1 +0125,0125,02,symb,two_rule_comb0,95,"[':', '!']",: !],1,1 +0125,0125,02,symb,two_rule_comb0,96,"['&', '<']",& <],1,1 +0125,0125,02,symb,two_rule_comb0,97,"['$', '(']",$ (,1,1 +0125,0125,02,symb,two_rule_comb0,98,"['<', '(']",< (],1,1 +0125,0125,02,symb,two_rule_comb0,99,"['!', '&']",! &],1,1 +0125,0125,02,symb,two_rule_comb1,0,"['&', '*']",& *,1,1 +0125,0125,02,symb,two_rule_comb1,1,"[':', '$']",: $],1,1 +0125,0125,02,symb,two_rule_comb1,2,"['*', '~']",* ~],1,1 +0125,0125,02,symb,two_rule_comb1,3,"['!', '(']",! (],1,1 +0125,0125,02,symb,two_rule_comb1,4,"['*', '>']",* >,1,1 +0125,0125,02,symb,two_rule_comb1,5,"['(', '%']",( %],1,1 +0125,0125,02,symb,two_rule_comb1,6,"['>', '(']",> (],1,1 +0125,0125,02,symb,two_rule_comb1,7,"['&', '&']",& <,0,1 +0125,0125,02,symb,two_rule_comb1,8,"['>', '$']",> $],1,1 +0125,0125,02,symb,two_rule_comb1,9,"['!', '&']",! &],1,1 +0125,0125,02,symb,two_rule_comb1,10,"['!', '>']",! %],0,1 +0125,0125,02,symb,two_rule_comb1,11,"['%', '*']",% *],1,1 +0125,0125,02,symb,two_rule_comb1,12,"['~', '>']",~ >],1,1 +0125,0125,02,symb,two_rule_comb1,13,"[':', '*']",: *],1,1 +0125,0125,02,symb,two_rule_comb1,14,"['>', '(']",> (],1,1 +0125,0125,02,symb,two_rule_comb1,15,"['&', '!']",& !],1,1 +0125,0125,02,symb,two_rule_comb1,16,"['>', '!']",> !],1,1 +0125,0125,02,symb,two_rule_comb1,17,"['>', '>']",> >],1,1 +0125,0125,02,symb,two_rule_comb1,18,"['&', ':']",% :],0,1 +0125,0125,02,symb,two_rule_comb1,19,"['&', '$']",& $],1,1 +0125,0125,02,symb,two_rule_comb1,20,"['(', '$']",(% $],0,1 +0125,0125,02,symb,two_rule_comb1,21,"['*', '!']",* !],1,1 +0125,0125,02,symb,two_rule_comb1,22,"['~', '>']",~ >],1,1 +0125,0125,02,symb,two_rule_comb1,23,"['*', '<']",* <],1,1 +0125,0125,02,symb,two_rule_comb1,24,"['!', '&']",! &,1,1 +0125,0125,02,symb,two_rule_comb1,25,"['~', '<']",~ <],1,1 +0125,0125,02,symb,two_rule_comb1,26,"[':', '&']",: &],1,1 +0125,0125,02,symb,two_rule_comb1,27,"['~', ':']",~ :],1,1 +0125,0125,02,symb,two_rule_comb1,28,"['<', '(']",< (],1,1 +0125,0125,02,symb,two_rule_comb1,29,"['%', '(']",% (],1,1 +0125,0125,02,symb,two_rule_comb1,30,"['(', '$']",( $],1,1 +0125,0125,02,symb,two_rule_comb1,31,"['~', '*']",~ *],1,1 +0125,0125,02,symb,two_rule_comb1,32,"['&', '>']",& >],1,1 +0125,0125,02,symb,two_rule_comb1,33,"['!', '%']",! %],1,1 +0125,0125,02,symb,two_rule_comb1,34,"['&', '*']",& *],1,1 +0125,0125,02,symb,two_rule_comb1,35,"['(', '&']",( &],1,1 +0125,0125,02,symb,two_rule_comb1,36,"['~', '~']",~ ~],1,1 +0125,0125,02,symb,two_rule_comb1,37,"['~', '*']",~ *],1,1 +0125,0125,02,symb,two_rule_comb1,38,"['!', '*']",! *],1,1 +0125,0125,02,symb,two_rule_comb1,39,"['$', '$']",$ <],0,1 +0125,0125,02,symb,two_rule_comb1,40,"['<', '$']",$ >],0,1 +0125,0125,02,symb,two_rule_comb1,41,"['%', '*']",% *],1,1 +0125,0125,02,symb,two_rule_comb1,42,"['!', '*']",! *],1,1 +0125,0125,02,symb,two_rule_comb1,43,"['*', '*']",* :],0,1 +0125,0125,02,symb,two_rule_comb1,44,"[':', '&']",: &],1,1 +0125,0125,02,symb,two_rule_comb1,45,"['>', '!']",> !],1,1 +0125,0125,02,symb,two_rule_comb1,46,"['&', '<']",& <],1,1 +0125,0125,02,symb,two_rule_comb1,47,"['%', '<']",% <],1,1 +0125,0125,02,symb,two_rule_comb1,48,"['!', '<']",! <],1,1 +0125,0125,02,symb,two_rule_comb1,49,"['(', '>']",( >],1,1 +0125,0125,02,symb,two_rule_comb1,50,"['!', '$']",! $],1,1 +0125,0125,02,symb,two_rule_comb1,51,"['!', '(']",! (],1,1 +0125,0125,02,symb,two_rule_comb1,52,"[':', '$']",: $],1,1 +0125,0125,02,symb,two_rule_comb1,53,"['$', '<']",$ <],1,1 +0125,0125,02,symb,two_rule_comb1,54,"['%', ':']",% :],1,1 +0125,0125,02,symb,two_rule_comb1,55,"['~', '*']",~ *],1,1 +0125,0125,02,symb,two_rule_comb1,56,"['>', '%']",> %,1,1 +0125,0125,02,symb,two_rule_comb1,57,"['~', '~']",~ ~],1,1 +0125,0125,02,symb,two_rule_comb1,58,"['~', '!']",~ !],1,1 +0125,0125,02,symb,two_rule_comb1,59,"['(', '<']",( <],1,1 +0125,0125,02,symb,two_rule_comb1,60,"['~', '~']",> ~],0,1 +0125,0125,02,symb,two_rule_comb1,61,"[':', '(']",: (],1,1 +0125,0125,02,symb,two_rule_comb1,62,"['~', '(']",~ (],1,1 +0125,0125,02,symb,two_rule_comb1,63,"['*', '&']",* &],1,1 +0125,0125,02,symb,two_rule_comb1,64,"[':', '&']",: :],0,1 +0125,0125,02,symb,two_rule_comb1,65,"['!', '!']",% !],0,1 +0125,0125,02,symb,two_rule_comb1,66,"['<', '$']",< $],1,1 +0125,0125,02,symb,two_rule_comb1,67,"['(', '$']",$ $],0,1 +0125,0125,02,symb,two_rule_comb1,68,"['>', '>']",> >],1,1 +0125,0125,02,symb,two_rule_comb1,69,"['<', '*']",< *],1,1 +0125,0125,02,symb,two_rule_comb1,70,"['%', '&']",% :],0,1 +0125,0125,02,symb,two_rule_comb1,71,"['(', ':']",( :],1,1 +0125,0125,02,symb,two_rule_comb1,72,"[':', '!']",: !],1,1 +0125,0125,02,symb,two_rule_comb1,73,"['<', '~']",$ <],0,1 +0125,0125,02,symb,two_rule_comb1,74,"['!', ':']",! :],1,1 +0125,0125,02,symb,two_rule_comb1,75,"['>', '$']",> $],1,1 +0125,0125,02,symb,two_rule_comb1,76,"['!', '*']",! *,1,1 +0125,0125,02,symb,two_rule_comb1,77,"['>', '<']",< >,0,1 +0125,0125,02,symb,two_rule_comb1,78,"['<', '<']",< &],0,1 +0125,0125,02,symb,two_rule_comb1,79,"['~', ':']",~ :],1,1 +0125,0125,02,symb,two_rule_comb1,80,"['~', ':']",~ :],1,1 +0125,0125,02,symb,two_rule_comb1,81,"['%', '~']",% ~],1,1 +0125,0125,02,symb,two_rule_comb1,82,"['<', '%']",< %],1,1 +0125,0125,02,symb,two_rule_comb1,83,"['&', '*']",& *],1,1 +0125,0125,02,symb,two_rule_comb1,84,"['>', '>']",> !],0,1 +0125,0125,02,symb,two_rule_comb1,85,"['<', '(']",< (,1,1 +0125,0125,02,symb,two_rule_comb1,86,"['&', '>']",& >],1,1 +0125,0125,02,symb,two_rule_comb1,87,"['&', '(']",& (],1,1 +0125,0125,02,symb,two_rule_comb1,88,"['&', '&']",:& >],0,1 +0125,0125,02,symb,two_rule_comb1,89,"['~', '$']",~ ~],0,1 +0125,0125,02,symb,two_rule_comb1,90,"['*', '>']",* >,1,1 +0125,0125,02,symb,two_rule_comb1,91,"['(', '(']",% (],0,1 +0125,0125,02,symb,two_rule_comb1,92,"['&', '*']",& *],1,1 +0125,0125,02,symb,two_rule_comb1,93,"['%', '%']",% &],0,1 +0125,0125,02,symb,two_rule_comb1,94,"['>', '(']",> (],1,1 +0125,0125,02,symb,two_rule_comb1,95,"['&', '<']",& <],1,1 +0125,0125,02,symb,two_rule_comb1,96,"['>', '&']",> &],1,1 +0125,0125,02,symb,two_rule_comb1,97,"['!', '$']",! $],1,1 +0125,0125,02,symb,two_rule_comb1,98,"['>', '~']",: ~],0,1 +0125,0125,02,symb,two_rule_comb1,99,"['*', '&']",* &],1,1 +0125,0125,02,symb,two_rule_comb2,0,"['&', '%']",# %],0,1 +0125,0125,02,symb,two_rule_comb2,1,"['%', '>']",: >],0,1 +0125,0125,02,symb,two_rule_comb2,2,"['~', '<']",~ *],0,1 +0125,0125,02,symb,two_rule_comb2,3,"['&', '<']",> <],0,1 +0125,0125,02,symb,two_rule_comb2,4,"['>', '*']",! *],0,1 +0125,0125,02,symb,two_rule_comb2,5,"['*', '~']",* !],0,1 +0125,0125,02,symb,two_rule_comb2,6,"['(', ':']",( <],0,1 +0125,0125,02,symb,two_rule_comb2,7,"['!', '*']",! ~],0,1 +0125,0125,02,symb,two_rule_comb2,8,"['$', '$']",< $],0,1 +0125,0125,02,symb,two_rule_comb2,9,"['~', '<']",~ $],0,1 +0125,0125,02,symb,two_rule_comb2,10,"[':', ':']",< :],0,1 +0125,0125,02,symb,two_rule_comb2,11,"['$', '<']",& <],0,1 +0125,0125,02,symb,two_rule_comb2,12,"['<', '(']",< >,0,1 +0125,0125,02,symb,two_rule_comb2,13,"['(', '~']",: ~],0,1 +0125,0125,02,symb,two_rule_comb2,14,"['*', '!']",< !],0,1 +0125,0125,02,symb,two_rule_comb2,15,"[':', '<']",: %],0,1 +0125,0125,02,symb,two_rule_comb2,16,"['(', '$']",( &],0,1 +0125,0125,02,symb,two_rule_comb2,17,"['$', '(']",< (],0,1 +0125,0125,02,symb,two_rule_comb2,18,"['%', '%']",% :],0,1 +0125,0125,02,symb,two_rule_comb2,19,"['<', '(']",! :],0,1 +0125,0125,02,symb,two_rule_comb2,20,"['(', '<']",: <],0,1 +0125,0125,02,symb,two_rule_comb2,21,"['%', '~']",# ~],0,1 +0125,0125,02,symb,two_rule_comb2,22,"['&', '<']",& :],0,1 +0125,0125,02,symb,two_rule_comb2,23,"['<', '$']",< ~],0,1 +0125,0125,02,symb,two_rule_comb2,24,"['<', '!']",* !,0,1 +0125,0125,02,symb,two_rule_comb2,25,"['%', '~']",% *,0,1 +0125,0125,02,symb,two_rule_comb2,26,"[':', '>']",* >],0,1 +0125,0125,02,symb,two_rule_comb2,27,"['~', '&']",~ <],0,1 +0125,0125,02,symb,two_rule_comb2,28,"['$', '&']",$ >,0,1 +0125,0125,02,symb,two_rule_comb2,29,"['%', '(']",% :],0,1 +0125,0125,02,symb,two_rule_comb2,30,"['!', '*']",! :],0,1 +0125,0125,02,symb,two_rule_comb2,31,"['~', '<']",~ *],0,1 +0125,0125,02,symb,two_rule_comb2,32,"['&', '*']",& <],0,1 +0125,0125,02,symb,two_rule_comb2,33,"['<', '~']",< *],0,1 +0125,0125,02,symb,two_rule_comb2,34,"['<', '&']",< >],0,1 +0125,0125,02,symb,two_rule_comb2,35,"['>', '~']",:],0,1 +0125,0125,02,symb,two_rule_comb2,36,"[':', '%']",% %],0,1 +0125,0125,02,symb,two_rule_comb2,37,"['$', '~']",< ~],0,1 +0125,0125,02,symb,two_rule_comb2,38,"['(', '*']",% *],0,1 +0125,0125,02,symb,two_rule_comb2,39,"['*', '&']",* <],0,1 +0125,0125,02,symb,two_rule_comb2,40,"[':', '!']",% !],0,1 +0125,0125,02,symb,two_rule_comb2,41,"['$', '~']",$ *],0,1 +0125,0125,02,symb,two_rule_comb2,42,"['~', '<']",* <],0,1 +0125,0125,02,symb,two_rule_comb2,43,"[':', '$']",: ?],0,1 +0125,0125,02,symb,two_rule_comb2,44,"['(', '!']",( >],0,1 +0125,0125,02,symb,two_rule_comb2,45,"['>', '&']",> %],0,1 +0125,0125,02,symb,two_rule_comb2,46,"['%', ':']",% *],0,1 +0125,0125,02,symb,two_rule_comb2,47,"['!', '>']",> >],0,1 +0125,0125,02,symb,two_rule_comb2,48,"['>', '<']",> &],0,1 +0125,0125,02,symb,two_rule_comb2,49,"['<', '!']",: !],0,1 +0125,0125,02,symb,two_rule_comb2,50,"['~', '(']",~ >],0,1 +0125,0125,02,symb,two_rule_comb2,51,"['$', '!']",< !],0,1 +0125,0125,02,symb,two_rule_comb2,52,"['&', '&']",& ?],0,1 +0125,0125,02,symb,two_rule_comb2,53,"['%', '$']",% ~],0,1 +0125,0125,02,symb,two_rule_comb2,54,"['~', ':']",! :],0,1 +0125,0125,02,symb,two_rule_comb2,55,"['~', '!']",{ !],0,1 +0125,0125,02,symb,two_rule_comb2,56,"[':', '<']",% <],0,1 +0125,0125,02,symb,two_rule_comb2,57,"['$', '~']",$ *],0,1 +0125,0125,02,symb,two_rule_comb2,58,"['<', '%']",: %],0,1 +0125,0125,02,symb,two_rule_comb2,59,"['%', '<']",% *,0,1 +0125,0125,02,symb,two_rule_comb2,60,"['*', '%']",% %],0,1 +0125,0125,02,symb,two_rule_comb2,61,"['%', '*']",% *],1,1 +0125,0125,02,symb,two_rule_comb2,62,"['<', '&']",< $],0,1 +0125,0125,02,symb,two_rule_comb2,63,"[':', '*']",< *],0,1 +0125,0125,02,symb,two_rule_comb2,64,"[':', '>']",( >,0,1 +0125,0125,02,symb,two_rule_comb2,65,"['$', '&']",$ >],0,1 +0125,0125,02,symb,two_rule_comb2,66,"['<', '$']",: $],0,1 +0125,0125,02,symb,two_rule_comb2,67,"['$', '%']",% %],0,1 +0125,0125,02,symb,two_rule_comb2,68,"['%', '$']",% !],0,1 +0125,0125,02,symb,two_rule_comb2,69,"['%', '%']",% :],0,1 +0125,0125,02,symb,two_rule_comb2,70,"['<', ':']",* :],0,1 +0125,0125,02,symb,two_rule_comb2,71,"['$', ':']",$ %],0,1 +0125,0125,02,symb,two_rule_comb2,72,"['&', '&']",& >],0,1 +0125,0125,02,symb,two_rule_comb2,73,"['(', '!']",% %],0,1 +0125,0125,02,symb,two_rule_comb2,74,"[':', '*']",: ~],0,1 +0125,0125,02,symb,two_rule_comb2,75,"['%', '*']",: *],0,1 +0125,0125,02,symb,two_rule_comb2,76,"['<', '>']",> >,0,1 +0125,0125,02,symb,two_rule_comb2,77,"[':', ':']",: <],0,1 +0125,0125,02,symb,two_rule_comb2,78,"['~', '~']",~ ~],1,1 +0125,0125,02,symb,two_rule_comb2,79,"[':', '%']",% %],0,1 +0125,0125,02,symb,two_rule_comb2,80,"['*', '*']",* ~],0,1 +0125,0125,02,symb,two_rule_comb2,81,"['%', ':']",: %],0,1 +0125,0125,02,symb,two_rule_comb2,82,"['>', '<']",% <],0,1 +0125,0125,02,symb,two_rule_comb2,83,"[':', '(']",: >],0,1 +0125,0125,02,symb,two_rule_comb2,84,"['<', '*']",$ *],0,1 +0125,0125,02,symb,two_rule_comb2,85,"[':', '%']",: %],1,1 +0125,0125,02,symb,two_rule_comb2,86,"['<', '%']",< !],0,1 +0125,0125,02,symb,two_rule_comb2,87,"['%', '!']",: !],0,1 +0125,0125,02,symb,two_rule_comb2,88,"['>', '&']",! &],0,1 +0125,0125,02,symb,two_rule_comb2,89,"['~', '%']",~ #],0,1 +0125,0125,02,symb,two_rule_comb2,90,"[':', '<']",% <],0,1 +0125,0125,02,symb,two_rule_comb2,91,"['$', '<']",< <],0,1 +0125,0125,02,symb,two_rule_comb2,92,"['%', '<']",! <],0,1 +0125,0125,02,symb,two_rule_comb2,93,"['>', '>']",! >],0,1 +0125,0125,02,symb,two_rule_comb2,94,"['>', '%']",! %],0,1 +0125,0125,02,symb,two_rule_comb2,95,"['&', '%']",% %],0,1 +0125,0125,02,symb,two_rule_comb2,96,"['*', '%']",~ %],0,1 +0125,0125,02,symb,two_rule_comb2,97,"['<', '&']",< (],0,1 +0125,0125,02,symb,two_rule_comb2,98,"['~', '(']",~ >],0,1 +0125,0125,02,symb,two_rule_comb2,99,"['*', '>']",* !],0,1 +0125,0125,02,symb,two_rule_comb3,0,"['$', '&']",$ &],1,1 +0125,0125,02,symb,two_rule_comb3,1,"['$', '%']",$ %],1,1 +0125,0125,02,symb,two_rule_comb3,2,"['(', ':']",( :],1,1 +0125,0125,02,symb,two_rule_comb3,3,"['&', ':']",& :],1,1 +0125,0125,02,symb,two_rule_comb3,4,"['<', '>']",< >],1,1 +0125,0125,02,symb,two_rule_comb3,5,"[':', '*']",: *],1,1 +0125,0125,02,symb,two_rule_comb3,6,"['$', '*']",$ *,1,1 +0125,0125,02,symb,two_rule_comb3,7,"['~', '&']",~ &],1,1 +0125,0125,02,symb,two_rule_comb3,8,"['$', ':']",$ :],1,1 +0125,0125,02,symb,two_rule_comb3,9,"['(', '<']",( <],1,1 +0125,0125,02,symb,two_rule_comb3,10,"['%', '(']",% !],0,1 +0125,0125,02,symb,two_rule_comb3,11,"[':', '~']",: ~],1,1 +0125,0125,02,symb,two_rule_comb3,12,"[':', '!']",: !],1,1 +0125,0125,02,symb,two_rule_comb3,13,"['<', '$']",< $,1,1 +0125,0125,02,symb,two_rule_comb3,14,"['~', '(']",~ (],1,1 +0125,0125,02,symb,two_rule_comb3,15,"['<', '!']",! <],0,1 +0125,0125,02,symb,two_rule_comb3,16,"['%', '<']",% <],1,1 +0125,0125,02,symb,two_rule_comb3,17,"['<', '<']",< <],1,1 +0125,0125,02,symb,two_rule_comb3,18,"['>', '%']",% >],0,1 +0125,0125,02,symb,two_rule_comb3,19,"['<', '~']",< ~],1,1 +0125,0125,02,symb,two_rule_comb3,20,"['~', '(']",~ (],1,1 +0125,0125,02,symb,two_rule_comb3,21,"['%', '~']",% ~],1,1 +0125,0125,02,symb,two_rule_comb3,22,"['>', '%']",> %],1,1 +0125,0125,02,symb,two_rule_comb3,23,"['~', ':']",~ :],1,1 +0125,0125,02,symb,two_rule_comb3,24,"[':', '!']",: !],1,1 +0125,0125,02,symb,two_rule_comb3,25,"['&', '>']",& >],1,1 +0125,0125,02,symb,two_rule_comb3,26,"['&', '*']",& *,1,1 +0125,0125,02,symb,two_rule_comb3,27,"['(', '~']",( ~],1,1 +0125,0125,02,symb,two_rule_comb3,28,"['&', '*']",* &],0,1 +0125,0125,02,symb,two_rule_comb3,29,"['%', '*']",% *],1,1 +0125,0125,02,symb,two_rule_comb3,30,"['*', '(']",* (],1,1 +0125,0125,02,symb,two_rule_comb3,31,"['<', '<']",< %],0,1 +0125,0125,02,symb,two_rule_comb3,32,"['$', '~']",$ ~],1,1 +0125,0125,02,symb,two_rule_comb3,33,"['$', '%']",% ~],0,1 +0125,0125,02,symb,two_rule_comb3,34,"['!', '(']",! !],0,1 +0125,0125,02,symb,two_rule_comb3,35,"['%', '&']",% &],1,1 +0125,0125,02,symb,two_rule_comb3,36,"['~', '!']",~ !],1,1 +0125,0125,02,symb,two_rule_comb3,37,"['!', '*']",! *,1,1 +0125,0125,02,symb,two_rule_comb3,38,"['*', '&']",* &,1,1 +0125,0125,02,symb,two_rule_comb3,39,"['&', '!']",& !],1,1 +0125,0125,02,symb,two_rule_comb3,40,"['$', '&']",$ &],1,1 +0125,0125,02,symb,two_rule_comb3,41,"['(', '(']",( (],1,1 +0125,0125,02,symb,two_rule_comb3,42,"['$', ':']",$ :],1,1 +0125,0125,02,symb,two_rule_comb3,43,"['!', '*']",! *],1,1 +0125,0125,02,symb,two_rule_comb3,44,"['%', ':']",% :],1,1 +0125,0125,02,symb,two_rule_comb3,45,"['<', '*']",* <],0,1 +0125,0125,02,symb,two_rule_comb3,46,"['*', '!']",* !,1,1 +0125,0125,02,symb,two_rule_comb3,47,"['*', '(']",* (],1,1 +0125,0125,02,symb,two_rule_comb3,48,"['<', '&']",<&],1,1 +0125,0125,02,symb,two_rule_comb3,49,"['<', '*']",< *],1,1 +0125,0125,02,symb,two_rule_comb3,50,"['~', '$']",~ $],1,1 +0125,0125,02,symb,two_rule_comb3,51,"['~', '~']",& ~],0,1 +0125,0125,02,symb,two_rule_comb3,52,"['~', '!']",~ !],1,1 +0125,0125,02,symb,two_rule_comb3,53,"['(', '*']",( *],1,1 +0125,0125,02,symb,two_rule_comb3,54,"['$', '$']",$ >],0,1 +0125,0125,02,symb,two_rule_comb3,55,"['*', '~']",* ~],1,1 +0125,0125,02,symb,two_rule_comb3,56,"['!', '%']",! %],1,1 +0125,0125,02,symb,two_rule_comb3,57,"[':', '~']",: ~],1,1 +0125,0125,02,symb,two_rule_comb3,58,"['>', ':']",> :],1,1 +0125,0125,02,symb,two_rule_comb3,59,"['!', '*']",! *],1,1 +0125,0125,02,symb,two_rule_comb3,60,"[':', '&']",: &],1,1 +0125,0125,02,symb,two_rule_comb3,61,"['!', '>']",! >],1,1 +0125,0125,02,symb,two_rule_comb3,62,"['$', '~']",$ ~],1,1 +0125,0125,02,symb,two_rule_comb3,63,"['$', '&']",$ &],1,1 +0125,0125,02,symb,two_rule_comb3,64,"['&', '&']",$ %,0,1 +0125,0125,02,symb,two_rule_comb3,65,"['$', '>']",$ >],1,1 +0125,0125,02,symb,two_rule_comb3,66,"[':', '>']",: >],1,1 +0125,0125,02,symb,two_rule_comb3,67,"['$', '*']",$ *],1,1 +0125,0125,02,symb,two_rule_comb3,68,"[':', '*']",: *],1,1 +0125,0125,02,symb,two_rule_comb3,69,"['&', '!']",& !],1,1 +0125,0125,02,symb,two_rule_comb3,70,"['(', '>']",( >],1,1 +0125,0125,02,symb,two_rule_comb3,71,"['>', '*']",> *],1,1 +0125,0125,02,symb,two_rule_comb3,72,"['%', '*']",% *,1,1 +0125,0125,02,symb,two_rule_comb3,73,"['~', '&']",~ &],1,1 +0125,0125,02,symb,two_rule_comb3,74,"['!', '!']",! !],1,1 +0125,0125,02,symb,two_rule_comb3,75,"[':', '(']",: (],1,1 +0125,0125,02,symb,two_rule_comb3,76,"['>', '%']",> %],1,1 +0125,0125,02,symb,two_rule_comb3,77,"['%', ':']",% :],1,1 +0125,0125,02,symb,two_rule_comb3,78,"[':', '!']",: !],1,1 +0125,0125,02,symb,two_rule_comb3,79,"['(', '*']",( *],1,1 +0125,0125,02,symb,two_rule_comb3,80,"['&', '%']",& %],1,1 +0125,0125,02,symb,two_rule_comb3,81,"['!', '%']",! %],1,1 +0125,0125,02,symb,two_rule_comb3,82,"['&', '(']",& (],1,1 +0125,0125,02,symb,two_rule_comb3,83,"['%', '(']",% (],1,1 +0125,0125,02,symb,two_rule_comb3,84,"['&', '(']",& (,1,1 +0125,0125,02,symb,two_rule_comb3,85,"['~', '$']",$ ~,0,1 +0125,0125,02,symb,two_rule_comb3,86,"['!', ':']",: !],0,1 +0125,0125,02,symb,two_rule_comb3,87,"['$', '<']",< &],0,1 +0125,0125,02,symb,two_rule_comb3,88,"['~', '*']",~ *],1,1 +0125,0125,02,symb,two_rule_comb3,89,"['*', '&']",& *],0,1 +0125,0125,02,symb,two_rule_comb3,90,"['!', '~']",$ ~,0,1 +0125,0125,02,symb,two_rule_comb3,91,"['<', '(']",< :],0,1 +0125,0125,02,symb,two_rule_comb3,92,"['*', '<']",* <],1,1 +0125,0125,02,symb,two_rule_comb3,93,"['*', '~']",* ~],1,1 +0125,0125,02,symb,two_rule_comb3,94,"['~', '*']",~ *],1,1 +0125,0125,02,symb,two_rule_comb3,95,"['>', ':']",> :],1,1 +0125,0125,02,symb,two_rule_comb3,96,"['<', ':']",< :],1,1 +0125,0125,02,symb,two_rule_comb3,97,"[':', '$']",: $],1,1 +0125,0125,02,symb,two_rule_comb3,98,"['&', '!']",& !],1,1 +0125,0125,02,symb,two_rule_comb3,99,"['(', '$']",( $],1,1 +0125,0125,02,symb,two_rule_comb4,0,"['&', '~']",$ >,0,1 +0125,0125,02,symb,two_rule_comb4,1,"['<', '>']",& (],0,1 +0125,0125,02,symb,two_rule_comb4,2,"['(', '!']",& %,0,1 +0125,0125,02,symb,two_rule_comb4,3,"['!', '&']",! (],0,1 +0125,0125,02,symb,two_rule_comb4,4,"['&', '(']",< :],0,1 +0125,0125,02,symb,two_rule_comb4,5,"['$', '&']",$ ),0,1 +0125,0125,02,symb,two_rule_comb4,6,"['&', '!']",% <],0,1 +0125,0125,02,symb,two_rule_comb4,7,"['!', '(']",! <],0,1 +0125,0125,02,symb,two_rule_comb4,8,"['~', '(']",< (],0,1 +0125,0125,02,symb,two_rule_comb4,9,"['*', '(']",~ >],0,1 +0125,0125,02,symb,two_rule_comb4,10,"[':', '<']",% <],0,1 +0125,0125,02,symb,two_rule_comb4,11,"['%', '&']",: <],0,1 +0125,0125,02,symb,two_rule_comb4,12,"['$', '(']",$ >],0,1 +0125,0125,02,symb,two_rule_comb4,13,"['$', '%']",$ *],0,1 +0125,0125,02,symb,two_rule_comb4,14,"['$', '*']",$ !],0,1 +0125,0125,02,symb,two_rule_comb4,15,"['~', '~']",~ !],0,1 +0125,0125,02,symb,two_rule_comb4,16,"['&', '%']",$ %,0,1 +0125,0125,02,symb,two_rule_comb4,17,"['<', '$']",< ~],0,1 +0125,0125,02,symb,two_rule_comb4,18,"['>', '$']",& !],0,1 +0125,0125,02,symb,two_rule_comb4,19,"['*', '!']",$ ~,0,1 +0125,0125,02,symb,two_rule_comb4,20,"['$', '*']",& ~],0,1 +0125,0125,02,symb,two_rule_comb4,21,"['(', '&']",: >,0,1 +0125,0125,02,symb,two_rule_comb4,22,"['(', '!']",: &],0,1 +0125,0125,02,symb,two_rule_comb4,23,"['&', '!']",$ ~],0,1 +0125,0125,02,symb,two_rule_comb4,24,"['<', ':']",< *],0,1 +0125,0125,02,symb,two_rule_comb4,25,"['<', '!']",< ~],0,1 +0125,0125,02,symb,two_rule_comb4,26,"['&', '&']",% &],0,1 +0125,0125,02,symb,two_rule_comb4,27,"[':', '(']",% >,0,1 +0125,0125,02,symb,two_rule_comb4,28,"['(', '*']",% *],0,1 +0125,0125,02,symb,two_rule_comb4,29,"['(', '&']",( *],0,1 +0125,0125,02,symb,two_rule_comb4,30,"['$', '~']",< %],0,1 +0125,0125,02,symb,two_rule_comb4,31,"['%', '>']",: <],0,1 +0125,0125,02,symb,two_rule_comb4,32,"['%', '%']",% !],0,1 +0125,0125,02,symb,two_rule_comb4,33,"['<', '%']",< ~],0,1 +0125,0125,02,symb,two_rule_comb4,34,"[':', '~']",* ~],0,1 +0125,0125,02,symb,two_rule_comb4,35,"['<', '>']",! ~],0,1 +0125,0125,02,symb,two_rule_comb4,36,"['%', '(']",: $],0,1 +0125,0125,02,symb,two_rule_comb4,37,"['$', '(']",$ >],0,1 +0125,0125,02,symb,two_rule_comb4,38,"['>', '%']",& (],0,1 +0125,0125,02,symb,two_rule_comb4,39,"['%', '(']",* (],0,1 +0125,0125,02,symb,two_rule_comb4,40,"['>', '*']",> !],0,1 +0125,0125,02,symb,two_rule_comb4,41,"['!', '$']",> *],0,1 +0125,0125,02,symb,two_rule_comb4,42,"['<', '%']",< ~],0,1 +0125,0125,02,symb,two_rule_comb4,43,"['$', '<']",% >,0,1 +0125,0125,02,symb,two_rule_comb4,44,"['<', '%']",< !],0,1 +0125,0125,02,symb,two_rule_comb4,45,"['&', '!']",& >,0,1 +0125,0125,02,symb,two_rule_comb4,46,"['&', '%']",$ *],0,1 +0125,0125,02,symb,two_rule_comb4,47,"['*', '(']",* <,0,1 +0125,0125,02,symb,two_rule_comb4,48,"['<', '(']",: (],0,1 +0125,0125,02,symb,two_rule_comb4,49,"['~', '!']",% *],0,1 +0125,0125,02,symb,two_rule_comb4,50,"['$', '(']",& :],0,1 +0125,0125,02,symb,two_rule_comb4,51,"['~', '<']",* :],0,1 +0125,0125,02,symb,two_rule_comb4,52,"[':', '~']",: <],0,1 +0125,0125,02,symb,two_rule_comb4,53,"['>', '*']",! ~],0,1 +0125,0125,02,symb,two_rule_comb4,54,"['~', '(']",~ ~],0,1 +0125,0125,02,symb,two_rule_comb4,55,"['>', '!']",( >,0,1 +0125,0125,02,symb,two_rule_comb4,56,"['>', '$']",$ $],0,1 +0125,0125,02,symb,two_rule_comb4,57,"[':', '&']",: *],0,1 +0125,0125,02,symb,two_rule_comb4,58,"['~', '&']",* <],0,1 +0125,0125,02,symb,two_rule_comb4,59,"[':', ':']",: *],0,1 +0125,0125,02,symb,two_rule_comb4,60,"['&', '<']",% <],0,1 +0125,0125,02,symb,two_rule_comb4,61,"[':', '<']",: :],0,1 +0125,0125,02,symb,two_rule_comb4,62,"['$', '!']",~ >],0,1 +0125,0125,02,symb,two_rule_comb4,63,"['%', '*']",! *],0,1 +0125,0125,02,symb,two_rule_comb4,64,"['%', '*']",: %],0,1 +0125,0125,02,symb,two_rule_comb4,65,"['*', '>']",* ~],0,1 +0125,0125,02,symb,two_rule_comb4,66,"['*', '>']",* !],0,1 +0125,0125,02,symb,two_rule_comb4,67,"['~', '(']",~ &],0,1 +0125,0125,02,symb,two_rule_comb4,68,"['!', '>']",> :],0,1 +0125,0125,02,symb,two_rule_comb4,69,"['&', '<']",& :],0,1 +0125,0125,02,symb,two_rule_comb4,70,"['&', '&']",& >],0,1 +0125,0125,02,symb,two_rule_comb4,71,"['%', '&']",% >],0,1 +0125,0125,02,symb,two_rule_comb4,72,"['(', '$']",: :],0,1 +0125,0125,02,symb,two_rule_comb4,73,"['<', '!']",$ :],0,1 +0125,0125,02,symb,two_rule_comb4,74,"['%', '%']",% #],0,1 +0125,0125,02,symb,two_rule_comb4,75,"['!', '%']",! ~],0,1 +0125,0125,02,symb,two_rule_comb4,76,"['&', '!']",: *],0,1 +0125,0125,02,symb,two_rule_comb4,77,"['!', '$']",$ <],0,1 +0125,0125,02,symb,two_rule_comb4,78,"['>', '<']",> *],0,1 +0125,0125,02,symb,two_rule_comb4,79,"['<', '~']",*: >],0,1 +0125,0125,02,symb,two_rule_comb4,80,"['(', '~']",( *],0,1 +0125,0125,02,symb,two_rule_comb4,81,"['(', ':']",:%],0,1 +0125,0125,02,symb,two_rule_comb4,82,"['!', '*']",> :],0,1 +0125,0125,02,symb,two_rule_comb4,83,"['%', '*']",! *],0,1 +0125,0125,02,symb,two_rule_comb4,84,"['>', '%']",~ %],0,1 +0125,0125,02,symb,two_rule_comb4,85,"['<', '&']",$ >],0,1 +0125,0125,02,symb,two_rule_comb4,86,"['>', ':']",> :],1,1 +0125,0125,02,symb,two_rule_comb4,87,"['%', '<']",! <],0,1 +0125,0125,02,symb,two_rule_comb4,88,"['>', '(']",* <],0,1 +0125,0125,02,symb,two_rule_comb4,89,"['$', '$']",< ~],0,1 +0125,0125,02,symb,two_rule_comb4,90,"[':', '%']",: ~],0,1 +0125,0125,02,symb,two_rule_comb4,91,"['*', '&']",~ &],0,1 +0125,0125,02,symb,two_rule_comb4,92,"['(', '<']",@ >,0,1 +0125,0125,02,symb,two_rule_comb4,93,"['(', '<']",> <],0,1 +0125,0125,02,symb,two_rule_comb4,94,"['~', '%']",! ~],0,1 +0125,0125,02,symb,two_rule_comb4,95,"['!', '<']",!*],0,1 +0125,0125,02,symb,two_rule_comb4,96,"['>', '&']",> >],0,1 +0125,0125,02,symb,two_rule_comb4,97,"['(', '$']",( >],0,1 +0125,0125,02,symb,two_rule_comb4,98,"['%', '$']",% ~],0,1 +0125,0125,02,symb,two_rule_comb4,99,"['&', '~']",# ~],0,1 +0125,0125,02,symb,two_rule_comb5,0,"['*', '%']",* ~],0,1 +0125,0125,02,symb,two_rule_comb5,1,"['(', '(']",# ?],0,1 +0125,0125,02,symb,two_rule_comb5,2,"['$', '$']",& <],0,1 +0125,0125,02,symb,two_rule_comb5,3,"['(', '<']",: &],0,1 +0125,0125,02,symb,two_rule_comb5,4,"['$', '(']",% <],0,1 +0125,0125,02,symb,two_rule_comb5,5,"['%', '&']",: $],0,1 +0125,0125,02,symb,two_rule_comb5,6,"['$', '&']",( &],0,1 +0125,0125,02,symb,two_rule_comb5,7,"['*', '!']",~ >],0,1 +0125,0125,02,symb,two_rule_comb5,8,"['(', '%']",: :],0,1 +0125,0125,02,symb,two_rule_comb5,9,"['!', '(']",> %],0,1 +0125,0125,02,symb,two_rule_comb5,10,"['$', '%']",< (],0,1 +0125,0125,02,symb,two_rule_comb5,11,"['(', ':']",% %],0,1 +0125,0125,02,symb,two_rule_comb5,12,"['$', '~']",~ !],0,1 +0125,0125,02,symb,two_rule_comb5,13,"['!', '~']",> *],0,1 +0125,0125,02,symb,two_rule_comb5,14,"['<', ':']",# %,0,1 +0125,0125,02,symb,two_rule_comb5,15,"['~', '&']",! (],0,1 +0125,0125,02,symb,two_rule_comb5,16,"['&', '$']",$ <],0,1 +0125,0125,02,symb,two_rule_comb5,17,"['~', '(']",# @],0,1 +0125,0125,02,symb,two_rule_comb5,18,"['&', '%']",$ :],0,1 +0125,0125,02,symb,two_rule_comb5,19,"['>', '$']",! &],0,1 +0125,0125,02,symb,two_rule_comb5,20,"['&', '$']",$ &],0,1 +0125,0125,02,symb,two_rule_comb5,21,"[':', '<']",) &],0,1 +0125,0125,02,symb,two_rule_comb5,22,"['$', '~']",) )],0,1 +0125,0125,02,symb,two_rule_comb5,23,"['~', '%']",& >],0,1 +0125,0125,02,symb,two_rule_comb5,24,"['$', '!']",! ~],0,1 +0125,0125,02,symb,two_rule_comb5,25,"['$', ':']",< :],0,1 +0125,0125,02,symb,two_rule_comb5,26,"['&', '<']",& >],0,1 +0125,0125,02,symb,two_rule_comb5,27,"['*', '~']",(~ *),0,1 +0125,0125,02,symb,two_rule_comb5,28,"['$', ':']",< %],0,1 +0125,0125,02,symb,two_rule_comb5,29,"[':', '>']",? ?],0,1 +0125,0125,02,symb,two_rule_comb5,30,"['>', '(']",: !],0,1 +0125,0125,02,symb,two_rule_comb5,31,"['<', '!']",: ~],0,1 +0125,0125,02,symb,two_rule_comb5,32,"['&', ':']",$ %],0,1 +0125,0125,02,symb,two_rule_comb5,33,"['$', '%']",~ ~],0,1 +0125,0125,02,symb,two_rule_comb5,34,"[':', '(']",%],0,1 +0125,0125,02,symb,two_rule_comb5,35,"['%', '%']",# &],0,1 +0125,0125,02,symb,two_rule_comb5,36,"['!', '&']",> $],0,1 +0125,0125,02,symb,two_rule_comb5,37,"['<', '~']",< &],0,1 +0125,0125,02,symb,two_rule_comb5,38,"['(', '!']",% >],0,1 +0125,0125,02,symb,two_rule_comb5,39,"['>', '<']",! &],0,1 +0125,0125,02,symb,two_rule_comb5,40,"['%', '$']",! !],0,1 +0125,0125,02,symb,two_rule_comb5,41,"['$', '<']",& &],0,1 +0125,0125,02,symb,two_rule_comb5,42,"['%', '(']",% ],0,1 +0125,0125,02,symb,two_rule_comb5,43,"['<', '$']",& <],0,1 +0125,0125,02,symb,two_rule_comb5,44,"['*', '&']",? ?],0,1 +0125,0125,02,symb,two_rule_comb5,45,"['*', '&']",* ?],0,1 +0125,0125,02,symb,two_rule_comb5,46,"['!', '$']",: )],0,1 +0125,0125,02,symb,two_rule_comb5,47,"['<', '>']",$ !],0,1 +0125,0125,02,symb,two_rule_comb5,48,"['!', ':']",> (],0,1 +0125,0125,02,symb,two_rule_comb5,49,"['%', ':']",? =],0,1 +0125,0125,02,symb,two_rule_comb5,50,"['!', '<']",> &],0,1 +0125,0125,02,symb,two_rule_comb5,51,"['&', '>']",< !],0,1 +0125,0125,02,symb,two_rule_comb5,52,"['(', '$']",< %],0,1 +0125,0125,02,symb,two_rule_comb5,53,"['(', '*']",# #],0,1 +0125,0125,02,symb,two_rule_comb5,54,"['%', '$']",: <],0,1 +0125,0125,02,symb,two_rule_comb5,55,"['&', '%']",$ (,0,1 +0125,0125,02,symb,two_rule_comb5,56,"['$', '<']",< &],0,1 +0125,0125,02,symb,two_rule_comb5,57,"['<', '<']",: *],0,1 +0125,0125,02,symb,two_rule_comb5,58,"['%', '<']",! *],0,1 +0125,0125,02,symb,two_rule_comb5,59,"['~', '*']",~ *],1,1 +0125,0125,02,symb,two_rule_comb5,60,"['~', '<']",# %],0,1 +0125,0125,02,symb,two_rule_comb5,61,"[':', '~']",* ],0,1 +0125,0125,02,symb,two_rule_comb5,62,"['(', '~']",( %],0,1 +0125,0125,02,symb,two_rule_comb5,63,"['!', ':']",% >],0,1 +0125,0125,02,symb,two_rule_comb5,64,"[':', '%']",? #],0,1 +0125,0125,02,symb,two_rule_comb5,65,"['~', '<']",> !],0,1 +0125,0125,02,symb,two_rule_comb5,66,"['%', '>']",: !],0,1 +0125,0125,02,symb,two_rule_comb5,67,"['*', '<']",* <,1,1 +0125,0125,02,symb,two_rule_comb5,68,"['(', '%']",: (],0,1 +0125,0125,02,symb,two_rule_comb5,69,"['$', '*']",! :],0,1 +0125,0125,02,symb,two_rule_comb5,70,"['>', '%']",? %],0,1 +0125,0125,02,symb,two_rule_comb5,71,"['~', '%']",) )],0,1 +0125,0125,02,symb,two_rule_comb5,72,"[':', '%']",:) %],0,1 +0125,0125,02,symb,two_rule_comb5,73,"['<', '%']",: &],0,1 +0125,0125,02,symb,two_rule_comb5,74,"['(', '$']",% <],0,1 +0125,0125,02,symb,two_rule_comb5,75,"['&', '(']",# >],0,1 +0125,0125,02,symb,two_rule_comb5,76,"['$', '%']",& :],0,1 +0125,0125,02,symb,two_rule_comb5,77,"['(', ':']",: (],0,1 +0125,0125,02,symb,two_rule_comb5,78,"['(', '&']",% $],0,1 +0125,0125,02,symb,two_rule_comb5,79,"['>', '<']",! $],0,1 +0125,0125,02,symb,two_rule_comb5,80,"['(', '!']",( >],0,1 +0125,0125,02,symb,two_rule_comb5,81,"['<', '&']",$ <,0,1 +0125,0125,02,symb,two_rule_comb5,82,"['<', '&']",$ $],0,1 +0125,0125,02,symb,two_rule_comb5,83,"['%', ':']",$ #],0,1 +0125,0125,02,symb,two_rule_comb5,84,"['*', ':']",> !],0,1 +0125,0125,02,symb,two_rule_comb5,85,"['>', '*']",! ~],0,1 +0125,0125,02,symb,two_rule_comb5,86,"['!', '$']",~ !],0,1 +0125,0125,02,symb,two_rule_comb5,87,"['>', '!']",! >],0,1 +0125,0125,02,symb,two_rule_comb5,88,"['&', '~']",( !],0,1 +0125,0125,02,symb,two_rule_comb5,89,"['(', '%']",% (,0,1 +0125,0125,02,symb,two_rule_comb5,90,"['(', '$']",: &],0,1 +0125,0125,02,symb,two_rule_comb5,91,"[':', '(']",% %],0,1 +0125,0125,02,symb,two_rule_comb5,92,"['(', '(']",: %],0,1 +0125,0125,02,symb,two_rule_comb5,93,"['&', '<']",: $],0,1 +0125,0125,02,symb,two_rule_comb5,94,"['&', ':']",$ (,0,1 +0125,0125,02,symb,two_rule_comb5,95,"['~', '>']",< ~],0,1 +0125,0125,02,symb,two_rule_comb5,96,"['&', '&']",* $],0,1 +0125,0125,02,symb,two_rule_comb5,97,"['$', '>']",< !],0,1 +0125,0125,02,symb,two_rule_comb5,98,"['~', ':']",# @],0,1 +0125,0125,02,symb,two_rule_comb5,99,"['%', ':']",: (],0,1 +0125,0125,02,symb,three_rule_comb0,0,"['&', ':', ':']",& : :],1,1 +0125,0125,02,symb,three_rule_comb0,1,"['!', '%', '%']",! % %,1,1 +0125,0125,02,symb,three_rule_comb0,2,"['*', '$', '%']",* $ %],1,1 +0125,0125,02,symb,three_rule_comb0,3,"['$', '>', '*']",$ > *],1,1 +0125,0125,02,symb,three_rule_comb0,4,"[':', '%', '<']",: % <],1,1 +0125,0125,02,symb,three_rule_comb0,5,"['~', '%', '$']",~ % $],1,1 +0125,0125,02,symb,three_rule_comb0,6,"['(', '$', ':']",( $ :],1,1 +0125,0125,02,symb,three_rule_comb0,7,"[':', '>', '&']",: > &],1,1 +0125,0125,02,symb,three_rule_comb0,8,"['*', '<', '!']",* < !],1,1 +0125,0125,02,symb,three_rule_comb0,9,"[':', '$', '(']",: $ (],1,1 +0125,0125,02,symb,three_rule_comb0,10,"['&', '<', '>']",& < >],1,1 +0125,0125,02,symb,three_rule_comb0,11,"['$', '&', '!']",$ & !,1,1 +0125,0125,02,symb,three_rule_comb0,12,"['&', '<', '(']",& < (],1,1 +0125,0125,02,symb,three_rule_comb0,13,"['>', '>', '$']",> > $],1,1 +0125,0125,02,symb,three_rule_comb0,14,"['(', '$', '<']",( $ <],1,1 +0125,0125,02,symb,three_rule_comb0,15,"['(', '>', '*']",( > *],1,1 +0125,0125,02,symb,three_rule_comb0,16,"['~', '!', '&']",~ ! &],1,1 +0125,0125,02,symb,three_rule_comb0,17,"[':', '*', '(']",: * (],1,1 +0125,0125,02,symb,three_rule_comb0,18,"['<', '>', '>']",< > >,1,1 +0125,0125,02,symb,three_rule_comb0,19,"['<', '~', '!']",< ~ !],1,1 +0125,0125,02,symb,three_rule_comb0,20,"['*', '*', '(']",* * (],1,1 +0125,0125,02,symb,three_rule_comb0,21,"['>', '&', '%']",> & %],1,1 +0125,0125,02,symb,three_rule_comb0,22,"[':', '&', '&']",: & &],1,1 +0125,0125,02,symb,three_rule_comb0,23,"['*', '&', '!']",* & !],1,1 +0125,0125,02,symb,three_rule_comb0,24,"['~', '>', '&']",~ > &,1,1 +0125,0125,02,symb,three_rule_comb0,25,"['&', '(', '!']",% ( %],0,1 +0125,0125,02,symb,three_rule_comb0,26,"[':', '$', '~']",: $ ~],1,1 +0125,0125,02,symb,three_rule_comb0,27,"['(', '!', '!']",( ! !],1,1 +0125,0125,02,symb,three_rule_comb0,28,"[':', '(', '&']",: ( &],1,1 +0125,0125,02,symb,three_rule_comb0,29,"['*', '%', '(']",* % (],1,1 +0125,0125,02,symb,three_rule_comb0,30,"['~', '>', '!']",$ * $] [: & :] [~ >,0,1 +0125,0125,02,symb,three_rule_comb0,31,"['&', '&', ':']",& & :],1,1 +0125,0125,02,symb,three_rule_comb0,32,"['(', ':', ':']",( : :],1,1 +0125,0125,02,symb,three_rule_comb0,33,"['%', '<', '<']",% < <],1,1 +0125,0125,02,symb,three_rule_comb0,34,"['&', ':', '%']",& : %],1,1 +0125,0125,02,symb,three_rule_comb0,35,"['<', ':', '%']",< : %,1,1 +0125,0125,02,symb,three_rule_comb0,36,"['&', '(', ':']",& ( :],1,1 +0125,0125,02,symb,three_rule_comb0,37,"['&', '~', '(']",& ~ (],1,1 +0125,0125,02,symb,three_rule_comb0,38,"[':', '>', '$']",: > $],1,1 +0125,0125,02,symb,three_rule_comb0,39,"[':', ':', '&']",: : &],1,1 +0125,0125,02,symb,three_rule_comb0,40,"['$', '(', '(']",$ ( (],1,1 +0125,0125,02,symb,three_rule_comb0,41,"['%', '&', '>']",% & >,1,1 +0125,0125,02,symb,three_rule_comb0,42,"['>', '%', '~']",> % ~],1,1 +0125,0125,02,symb,three_rule_comb0,43,"['!', '%', '!']",! % !],1,1 +0125,0125,02,symb,three_rule_comb0,44,"['$', '&', '%']",$ & %,1,1 +0125,0125,02,symb,three_rule_comb0,45,"[':', '>', '*']",: > *],1,1 +0125,0125,02,symb,three_rule_comb0,46,"['*', '~', '~']",* ~ ~],1,1 +0125,0125,02,symb,three_rule_comb0,47,"['>', '*', '>']",> * >],1,1 +0125,0125,02,symb,three_rule_comb0,48,"[':', '!', '<']",: ! <],1,1 +0125,0125,02,symb,three_rule_comb0,49,"['(', '(', '$']",( ( $,1,1 +0125,0125,02,symb,three_rule_comb0,50,"[':', '!', '>']",: ! >],1,1 +0125,0125,02,symb,three_rule_comb0,51,"['*', '&', '>']",* & >,1,1 +0125,0125,02,symb,three_rule_comb0,52,"['$', '<', '<']",$ < >,0,1 +0125,0125,02,symb,three_rule_comb0,53,"[':', '!', '>']",: ! >],1,1 +0125,0125,02,symb,three_rule_comb0,54,"['(', '$', '&']",( $ &],1,1 +0125,0125,02,symb,three_rule_comb0,55,"['>', '(', '~']",> ( ~],1,1 +0125,0125,02,symb,three_rule_comb0,56,"['>', '!', '>']",> ! >],1,1 +0125,0125,02,symb,three_rule_comb0,57,"['%', '(', '$']",(% ( $),0,1 +0125,0125,02,symb,three_rule_comb0,58,"['*', '&', '$']",* & $],1,1 +0125,0125,02,symb,three_rule_comb0,59,"['!', '*', '~']",! * ~,1,1 +0125,0125,02,symb,three_rule_comb0,60,"['*', '<', '&']",* < &,1,1 +0125,0125,02,symb,three_rule_comb0,61,"['!', '&', '%']",! & %],1,1 +0125,0125,02,symb,three_rule_comb0,62,"['$', ':', '<']",$ : <,1,1 +0125,0125,02,symb,three_rule_comb0,63,"['<', '~', '!']",< ~ !],1,1 +0125,0125,02,symb,three_rule_comb0,64,"['!', '<', '<']",! < <],1,1 +0125,0125,02,symb,three_rule_comb0,65,"['&', '%', '~']",& % ~],1,1 +0125,0125,02,symb,three_rule_comb0,66,"['%', ':', '*']",% : *],1,1 +0125,0125,02,symb,three_rule_comb0,67,"[':', '!', '$']",: ! $,1,1 +0125,0125,02,symb,three_rule_comb0,68,"['>', '<', '(']",> < (,1,1 +0125,0125,02,symb,three_rule_comb0,69,"['*', '&', '>']",* & >,1,1 +0125,0125,02,symb,three_rule_comb0,70,"[':', ':', '!']",: : !],1,1 +0125,0125,02,symb,three_rule_comb0,71,"['>', ':', '~']",> : ~,1,1 +0125,0125,02,symb,three_rule_comb0,72,"['<', '<', '~']",< < ~],1,1 +0125,0125,02,symb,three_rule_comb0,73,"['&', '*', ':']",& * :],1,1 +0125,0125,02,symb,three_rule_comb0,74,"['&', '%', '>']",& % >],1,1 +0125,0125,02,symb,three_rule_comb0,75,"['~', '$', '!']",~ $ !],1,1 +0125,0125,02,symb,three_rule_comb0,76,"['(', '*', '~']",( * ~],1,1 +0125,0125,02,symb,three_rule_comb0,77,"['(', '~', '>']",( ~ >],1,1 +0125,0125,02,symb,three_rule_comb0,78,"['*', '>', '$']",* > $],1,1 +0125,0125,02,symb,three_rule_comb0,79,"['~', '$', '*']",$ $ *],0,1 +0125,0125,02,symb,three_rule_comb0,80,"['&', '!', '>']",& ! >],1,1 +0125,0125,02,symb,three_rule_comb0,81,"[':', '*', '!']",: * !],1,1 +0125,0125,02,symb,three_rule_comb0,82,"['*', '(', '$']",* ( $],1,1 +0125,0125,02,symb,three_rule_comb0,83,"['~', '$', '>']",~ $ >],1,1 +0125,0125,02,symb,three_rule_comb0,84,"[':', '>', '<']",: > <],1,1 +0125,0125,02,symb,three_rule_comb0,85,"[':', '$', '>']",: $ >],1,1 +0125,0125,02,symb,three_rule_comb0,86,"['~', '>', '>']",~ > >,1,1 +0125,0125,02,symb,three_rule_comb0,87,"['~', '&', '$']",~ & $],1,1 +0125,0125,02,symb,three_rule_comb0,88,"['&', '!', '>']",& ! >],1,1 +0125,0125,02,symb,three_rule_comb0,89,"['*', '&', '$']",* & $],1,1 +0125,0125,02,symb,three_rule_comb0,90,"['*', '%', '>']",* % >],1,1 +0125,0125,02,symb,three_rule_comb0,91,"['(', '%', '(']",( % (],1,1 +0125,0125,02,symb,three_rule_comb0,92,"['<', '(', '&']",< ( &,1,1 +0125,0125,02,symb,three_rule_comb0,93,"['%', ':', '*']",% : *],1,1 +0125,0125,02,symb,three_rule_comb0,94,"['%', '!', '<']",% ! <],1,1 +0125,0125,02,symb,three_rule_comb0,95,"['>', '$', '*']",> $ *],1,1 +0125,0125,02,symb,three_rule_comb0,96,"['$', '>', '>']",$ > >,1,1 +0125,0125,02,symb,three_rule_comb0,97,"['*', '&', ':']",* & :],1,1 +0125,0125,02,symb,three_rule_comb0,98,"['(', '>', '$']",( > $],1,1 +0125,0125,02,symb,three_rule_comb0,99,"['<', ':', '&']",< : &],1,1 +0125,0125,02,symb,three_rule_comb1,0,"['~', '$', '%']",~ $ %],1,1 +0125,0125,02,symb,three_rule_comb1,1,"[':', '$', '$']",: $ $],1,1 +0125,0125,02,symb,three_rule_comb1,2,"['!', '!', '*']",! ! *],1,1 +0125,0125,02,symb,three_rule_comb1,3,"['~', '(', ':']",~ ( :],1,1 +0125,0125,02,symb,three_rule_comb1,4,"['*', '*', '!']",* !,0,1 +0125,0125,02,symb,three_rule_comb1,5,"['*', '!', '<']",* ! <],1,1 +0125,0125,02,symb,three_rule_comb1,6,"['~', '(', '(']",~ ( (],1,1 +0125,0125,02,symb,three_rule_comb1,7,"['<', '>', '~']",< > ~],1,1 +0125,0125,02,symb,three_rule_comb1,8,"['*', '(', '>']",* ( >],1,1 +0125,0125,02,symb,three_rule_comb1,9,"['>', '>', ':']",> % :,0,1 +0125,0125,02,symb,three_rule_comb1,10,"['&', '$', '&']",& $ &],1,1 +0125,0125,02,symb,three_rule_comb1,11,"['!', '<', '<']",! < %],0,1 +0125,0125,02,symb,three_rule_comb1,12,"['>', '>', '~']",> $ ~,0,1 +0125,0125,02,symb,three_rule_comb1,13,"[':', '!', '*']",: ! *],1,1 +0125,0125,02,symb,three_rule_comb1,14,"[':', '$', '!']",: $ !],1,1 +0125,0125,02,symb,three_rule_comb1,15,"['%', '!', '%']",% ! %],1,1 +0125,0125,02,symb,three_rule_comb1,16,"['(', '~', '%']",( % :],0,1 +0125,0125,02,symb,three_rule_comb1,17,"['*', '>', '%']",* > %],1,1 +0125,0125,02,symb,three_rule_comb1,18,"['!', '!', '<']",! ! <],1,1 +0125,0125,02,symb,three_rule_comb1,19,"['>', '(', '$']",> ( $],1,1 +0125,0125,02,symb,three_rule_comb1,20,"['(', '&', '%']",( & %],1,1 +0125,0125,02,symb,three_rule_comb1,21,"['$', '&', '~']",$ & ~,1,1 +0125,0125,02,symb,three_rule_comb1,22,"['<', '<', '>']",< < >,1,1 +0125,0125,02,symb,three_rule_comb1,23,"['&', ':', '$']",& : $,1,1 +0125,0125,02,symb,three_rule_comb1,24,"['$', '(', '!']",$ ( !,1,1 +0125,0125,02,symb,three_rule_comb1,25,"[':', '(', '~']",: ( ~],1,1 +0125,0125,02,symb,three_rule_comb1,26,"[':', '>', '&']",: > &,1,1 +0125,0125,02,symb,three_rule_comb1,27,"['$', '$', '<']",$ $ $],0,1 +0125,0125,02,symb,three_rule_comb1,28,"['%', '*', ':']",% * :],1,1 +0125,0125,02,symb,three_rule_comb1,29,"[':', '~', '*']",: % *],0,1 +0125,0125,02,symb,three_rule_comb1,30,"['~', '%', '%']",~ % %],1,1 +0125,0125,02,symb,three_rule_comb1,31,"['!', '$', ':']",! $ :],1,1 +0125,0125,02,symb,three_rule_comb1,32,"['&', '*', '%']",& * %],1,1 +0125,0125,02,symb,three_rule_comb1,33,"['*', '~', '&']",* ~ &],1,1 +0125,0125,02,symb,three_rule_comb1,34,"['(', '(', '*']",( ( *],1,1 +0125,0125,02,symb,three_rule_comb1,35,"[':', '&', '*']",: & *],1,1 +0125,0125,02,symb,three_rule_comb1,36,"['(', ':', '*']",& : *],0,1 +0125,0125,02,symb,three_rule_comb1,37,"['<', '<', '~']",< : ~],0,1 +0125,0125,02,symb,three_rule_comb1,38,"[':', ':', '*']",: : *],1,1 +0125,0125,02,symb,three_rule_comb1,39,"['$', '*', '<']",$ * <],1,1 +0125,0125,02,symb,three_rule_comb1,40,"['!', '*', '%']",! * %],1,1 +0125,0125,02,symb,three_rule_comb1,41,"['<', '*', '<']",< * :],0,1 +0125,0125,02,symb,three_rule_comb1,42,"['<', '~', '%']",< ~ %,1,1 +0125,0125,02,symb,three_rule_comb1,43,"['>', '&', '!']",> * *,0,1 +0125,0125,02,symb,three_rule_comb1,44,"['*', '~', '<']",$ ~ <,0,1 +0125,0125,02,symb,three_rule_comb1,45,"['<', '$', '$']",< $ $],1,1 +0125,0125,02,symb,three_rule_comb1,46,"['~', '<', ':']",~ % :],0,1 +0125,0125,02,symb,three_rule_comb1,47,"[':', '>', '%']",: > %],1,1 +0125,0125,02,symb,three_rule_comb1,48,"['&', '~', '*']",& ~ *],1,1 +0125,0125,02,symb,three_rule_comb1,49,"['>', '*', '<']",$ * <,0,1 +0125,0125,02,symb,three_rule_comb1,50,"['<', '&', '!']",< & !],1,1 +0125,0125,02,symb,three_rule_comb1,51,"['~', '%', '%']",~ % %],1,1 +0125,0125,02,symb,three_rule_comb1,52,"['$', '>', '<']",$ > <],1,1 +0125,0125,02,symb,three_rule_comb1,53,"['~', '$', '~']",$ > ~],0,1 +0125,0125,02,symb,three_rule_comb1,54,"['(', '~', '<']",% ~ <],0,1 +0125,0125,02,symb,three_rule_comb1,55,"['<', '$', '!']",< * !],0,1 +0125,0125,02,symb,three_rule_comb1,56,"['>', '>', '(']",> > (],1,1 +0125,0125,02,symb,three_rule_comb1,57,"['$', '(', '$']",$ ( $],1,1 +0125,0125,02,symb,three_rule_comb1,58,"['$', '<', '%']",$ < %,1,1 +0125,0125,02,symb,three_rule_comb1,59,"['<', '%', '&']",< % &],1,1 +0125,0125,02,symb,three_rule_comb1,60,"[':', '(', '!']",: ( !],1,1 +0125,0125,02,symb,three_rule_comb1,61,"['<', ':', '!']",< : !],1,1 +0125,0125,02,symb,three_rule_comb1,62,"['(', '%', '(']",( % (],1,1 +0125,0125,02,symb,three_rule_comb1,63,"['$', ':', '*']",$ : *],1,1 +0125,0125,02,symb,three_rule_comb1,64,"['~', '$', '>']",~ $ >],1,1 +0125,0125,02,symb,three_rule_comb1,65,"['<', '~', '%']",< ~ %],1,1 +0125,0125,02,symb,three_rule_comb1,66,"['*', '*', '>']",* $ >,0,1 +0125,0125,02,symb,three_rule_comb1,67,"['&', '(', '<']",& * <],0,1 +0125,0125,02,symb,three_rule_comb1,68,"['*', '&', '%']",* & %],1,1 +0125,0125,02,symb,three_rule_comb1,69,"['~', '!', '$']",~ ! $],1,1 +0125,0125,02,symb,three_rule_comb1,70,"['&', '!', '*']",& : *],0,1 +0125,0125,02,symb,three_rule_comb1,71,"['%', '&', '&']",% ( &,0,1 +0125,0125,02,symb,three_rule_comb1,72,"['!', '*', '<']",$ * <,0,1 +0125,0125,02,symb,three_rule_comb1,73,"['<', '%', '%']",< % %],1,1 +0125,0125,02,symb,three_rule_comb1,74,"['$', '%', ':']",$ % :],1,1 +0125,0125,02,symb,three_rule_comb1,75,"['$', '*', '%']",$ * %,1,1 +0125,0125,02,symb,three_rule_comb1,76,"['>', '%', '%']",> % %,1,1 +0125,0125,02,symb,three_rule_comb1,77,"['!', '&', ':']",! & :],1,1 +0125,0125,02,symb,three_rule_comb1,78,"['$', '$', '!']",$ ! $,0,1 +0125,0125,02,symb,three_rule_comb1,79,"['*', '!', '(']",* ! (],1,1 +0125,0125,02,symb,three_rule_comb1,80,"['>', '<', '!']",> < !],1,1 +0125,0125,02,symb,three_rule_comb1,81,"['$', '>', '!']",$ > !,1,1 +0125,0125,02,symb,three_rule_comb1,82,"['%', '!', ':']",% ! :],1,1 +0125,0125,02,symb,three_rule_comb1,83,"['<', '%', '&']",< % &],1,1 +0125,0125,02,symb,three_rule_comb1,84,"['(', ':', '>']",( % >],0,1 +0125,0125,02,symb,three_rule_comb1,85,"[':', '&', '*']",: & *],1,1 +0125,0125,02,symb,three_rule_comb1,86,"[':', '<', '>']",: < >],1,1 +0125,0125,02,symb,three_rule_comb1,87,"['&', '%', '>']",& % &],0,1 +0125,0125,02,symb,three_rule_comb1,88,"['!', '(', ':']",! ( :],1,1 +0125,0125,02,symb,three_rule_comb1,89,"['$', '>', '(']",$ > (,1,1 +0125,0125,02,symb,three_rule_comb1,90,"['(', '&', ':']",( & :],1,1 +0125,0125,02,symb,three_rule_comb1,91,"['&', '&', '!']",& & !],1,1 +0125,0125,02,symb,three_rule_comb1,92,"['$', '~', '$']",$ ~ $],1,1 +0125,0125,02,symb,three_rule_comb1,93,"['!', ':', '&']",! : &],1,1 +0125,0125,02,symb,three_rule_comb1,94,"['!', ':', '%']",! : %],1,1 +0125,0125,02,symb,three_rule_comb1,95,"['&', '<', '<']",& : <],0,1 +0125,0125,02,symb,three_rule_comb1,96,"['<', '&', '>']",< & >],1,1 +0125,0125,02,symb,three_rule_comb1,97,"['!', '<', '<']",$ < <],0,1 +0125,0125,02,symb,three_rule_comb1,98,"['~', '$', '(']",~ $ (,1,1 +0125,0125,02,symb,three_rule_comb1,99,"['>', '<', '>']",> > >,0,1 +0125,0125,02,symb,three_rule_comb2,0,"['%', '%', '&']",% % >],0,1 +0125,0125,02,symb,three_rule_comb2,1,"['&', '&', '$']",& > $],0,1 +0125,0125,02,symb,three_rule_comb2,2,"[':', '<', '~']",: % ~],0,1 +0125,0125,02,symb,three_rule_comb2,3,"['*', ':', ':']",* < :],0,1 +0125,0125,02,symb,three_rule_comb2,4,"['$', '!', '&']",$ ! ),0,1 +0125,0125,02,symb,three_rule_comb2,5,"['*', '!', '*']",* ! *],1,1 +0125,0125,02,symb,three_rule_comb2,6,"['(', '<', '!']",< < !],0,1 +0125,0125,02,symb,three_rule_comb2,7,"['>', '(', '$']",> $ $,0,1 +0125,0125,02,symb,three_rule_comb2,8,"['!', ':', ':']",> : :],0,1 +0125,0125,02,symb,three_rule_comb2,9,"['&', ':', '<']",& $ <,0,1 +0125,0125,02,symb,three_rule_comb2,10,"['&', '<', '$']",& : $,0,1 +0125,0125,02,symb,three_rule_comb2,11,"['<', '$', '%']",* $ %],0,1 +0125,0125,02,symb,three_rule_comb2,12,"['~', '*', '>']",~ % >],0,1 +0125,0125,02,symb,three_rule_comb2,13,"['<', '*', '>']",& * >,0,1 +0125,0125,02,symb,three_rule_comb2,14,"['*', '>', ':']",* ( :],0,1 +0125,0125,02,symb,three_rule_comb2,15,"['$', '<', '*']",$ * *,0,1 +0125,0125,02,symb,three_rule_comb2,16,"['!', '<', '&']",![ $ >],0,1 +0125,0125,02,symb,three_rule_comb2,17,"['!', '%', '!']",! $ !],0,1 +0125,0125,02,symb,three_rule_comb2,18,"['~', '!', '$']",~ ! =],0,1 +0125,0125,02,symb,three_rule_comb2,19,"['(', '>', '(']",( % <],0,1 +0125,0125,02,symb,three_rule_comb2,20,"['&', '$', '$']",& $ ~,0,1 +0125,0125,02,symb,three_rule_comb2,21,"['<', '<', '!']",& < !],0,1 +0125,0125,02,symb,three_rule_comb2,22,"['>', '%', '&']",> % >],0,1 +0125,0125,02,symb,three_rule_comb2,23,"['*', '&', ':']",* & :],1,1 +0125,0125,02,symb,three_rule_comb2,24,"['%', '$', '<']",% < <,0,1 +0125,0125,02,symb,three_rule_comb2,25,"['~', ':', '(']",~ : %],0,1 +0125,0125,02,symb,three_rule_comb2,26,"['*', '!', '>']",* ! ),0,1 +0125,0125,02,symb,three_rule_comb2,27,"['&', '<', '*']",& < *],1,1 +0125,0125,02,symb,three_rule_comb2,28,"['&', '%', '>']",& : >,0,1 +0125,0125,02,symb,three_rule_comb2,29,"['~', '<', '&']",* < &],0,1 +0125,0125,02,symb,three_rule_comb2,30,"['*', '<', ':']",< < :],0,1 +0125,0125,02,symb,three_rule_comb2,31,"['&', '%', '&']",& % (,0,1 +0125,0125,02,symb,three_rule_comb2,32,"['!', '(', '<']",! > <,0,1 +0125,0125,02,symb,three_rule_comb2,33,"['~', '>', '*']",~ > ~],0,1 +0125,0125,02,symb,three_rule_comb2,34,"['&', '(', '$']",& > $],0,1 +0125,0125,02,symb,three_rule_comb2,35,"['&', '%', '!']",& ! *],0,1 +0125,0125,02,symb,three_rule_comb2,36,"['!', '%', ':']",! * :],0,1 +0125,0125,02,symb,three_rule_comb2,37,"['~', '*', '*']",* * *],0,1 +0125,0125,02,symb,three_rule_comb2,38,"['>', ':', '$']",> % $],0,1 +0125,0125,02,symb,three_rule_comb2,39,"['%', '&', '$']",% & ?],0,1 +0125,0125,02,symb,three_rule_comb2,40,"['<', '%', '(']",* % (,0,1 +0125,0125,02,symb,three_rule_comb2,41,"['(', ':', '>']",: > >],0,1 +0125,0125,02,symb,three_rule_comb2,42,"[':', '*', '&']",< * &,0,1 +0125,0125,02,symb,three_rule_comb2,43,"['>', '~', '>']",> ~ (],0,1 +0125,0125,02,symb,three_rule_comb2,44,"['*', '$', '$']",* ~ $,0,1 +0125,0125,02,symb,three_rule_comb2,45,"['%', '&', '>']",% & *],0,1 +0125,0125,02,symb,three_rule_comb2,46,"['&', '%', '%']",& % :],0,1 +0125,0125,02,symb,three_rule_comb2,47,"['(', '(', '>']",( % >],0,1 +0125,0125,02,symb,three_rule_comb2,48,"['%', '<', ':']",% ( :],0,1 +0125,0125,02,symb,three_rule_comb2,49,"[':', ':', '*']",% : *],0,1 +0125,0125,02,symb,three_rule_comb2,50,"['~', '>', '>']",~ ! >],0,1 +0125,0125,02,symb,three_rule_comb2,51,"['(', '*', '!']",> * !],0,1 +0125,0125,02,symb,three_rule_comb2,52,"['<', '(', '&']",< ( %,0,1 +0125,0125,02,symb,three_rule_comb2,53,"['&', '&', '(']",$ & (,0,1 +0125,0125,02,symb,three_rule_comb2,54,"['<', '*', '(']",* * (],0,1 +0125,0125,02,symb,three_rule_comb2,55,"[':', '~', ':']",* % :],0,1 +0125,0125,02,symb,three_rule_comb2,56,"['*', '!', '!']",* ! ~,0,1 +0125,0125,02,symb,three_rule_comb2,57,"['&', '*', ':']",$ * :],0,1 +0125,0125,02,symb,three_rule_comb2,58,"['!', '*', ':']",! * %,0,1 +0125,0125,02,symb,three_rule_comb2,59,"['&', '~', '(']",& ~ %],0,1 +0125,0125,02,symb,three_rule_comb2,60,"['$', '<', '&']",$ < >,0,1 +0125,0125,02,symb,three_rule_comb2,61,"['>', '>', '>']",> > >],1,1 +0125,0125,02,symb,three_rule_comb2,62,"[':', '~', '*']",: * *],0,1 +0125,0125,02,symb,three_rule_comb2,63,"['~', '<', '>']",~ : >],0,1 +0125,0125,02,symb,three_rule_comb2,64,"['&', '*', '*']",& * <],0,1 +0125,0125,02,symb,three_rule_comb2,65,"['!', '%', '~']",! % :],0,1 +0125,0125,02,symb,three_rule_comb2,66,"['$', '!', '$']",$ ! >,0,1 +0125,0125,02,symb,three_rule_comb2,67,"['$', ':', '$']",& : $],0,1 +0125,0125,02,symb,three_rule_comb2,68,"['~', '%', '%']",~ % %],1,1 +0125,0125,02,symb,three_rule_comb2,69,"['$', '$', '>']",$ $ %,0,1 +0125,0125,02,symb,three_rule_comb2,70,"['(', '>', '(']",( > %,0,1 +0125,0125,02,symb,three_rule_comb2,71,"['%', '&', '<']",% > <],0,1 +0125,0125,02,symb,three_rule_comb2,72,"['(', '%', '&']",% : &,0,1 +0125,0125,02,symb,three_rule_comb2,73,"['&', '!', '~']",$ ! ~],0,1 +0125,0125,02,symb,three_rule_comb2,74,"['<', ':', ':']",< % :],0,1 +0125,0125,02,symb,three_rule_comb2,75,"['>', '!', '%']",% ! %,0,1 +0125,0125,02,symb,three_rule_comb2,76,"['*', '$', '>']",> $ >,0,1 +0125,0125,02,symb,three_rule_comb2,77,"['&', '$', ':']",$ $ :],0,1 +0125,0125,02,symb,three_rule_comb2,78,"['&', ':', ':']",& < :],0,1 +0125,0125,02,symb,three_rule_comb2,79,"['>', '(', '>']",< $ >],0,1 +0125,0125,02,symb,three_rule_comb2,80,"['>', '$', '>']",> & <],0,1 +0125,0125,02,symb,three_rule_comb2,81,"['>', '%', '~']",> % %],0,1 +0125,0125,02,symb,three_rule_comb2,82,"['(', '*', '*']",% * *],0,1 +0125,0125,02,symb,three_rule_comb2,83,"['~', '%', '>']",> % >],0,1 +0125,0125,02,symb,three_rule_comb2,84,"['<', '(', '*']",* ( %,0,1 +0125,0125,02,symb,three_rule_comb2,85,"[':', '~', '%']",: ~ %],1,1 +0125,0125,02,symb,three_rule_comb2,86,"['>', ':', '(']",: ~ (],0,1 +0125,0125,02,symb,three_rule_comb2,87,"['%', '!', ':']",: ! :],0,1 +0125,0125,02,symb,three_rule_comb2,88,"[':', '$', '$']",: $ &],0,1 +0125,0125,02,symb,three_rule_comb2,89,"['(', '*', '*']",( * ~],0,1 +0125,0125,02,symb,three_rule_comb2,90,"['<', '>', '~']",< ! ~],0,1 +0125,0125,02,symb,three_rule_comb2,91,"['<', '%', '&']",< $ &],0,1 +0125,0125,02,symb,three_rule_comb2,92,"['<', '<', '*']",< & *],0,1 +0125,0125,02,symb,three_rule_comb2,93,"['(', '<', '&']",( < <],0,1 +0125,0125,02,symb,three_rule_comb2,94,"['&', ':', '~']",& % ~],0,1 +0125,0125,02,symb,three_rule_comb2,95,"['(', ':', '$']",( % $],0,1 +0125,0125,02,symb,three_rule_comb2,96,"['~', ':', '~']",~ : *],0,1 +0125,0125,02,symb,three_rule_comb2,97,"['>', '!', '(']",> ! &,0,1 +0125,0125,02,symb,three_rule_comb2,98,"['(', '&', ':']",< : $],0,1 +0125,0125,02,symb,three_rule_comb2,99,"[':', '%', ':']",: * * :],0,1 +0125,0125,02,symb,three_rule_comb3,0,"['<', '&', '>']",< & >],1,1 +0125,0125,02,symb,three_rule_comb3,1,"['*', '&', '*']",* & !],0,1 +0125,0125,02,symb,three_rule_comb3,2,"['~', '!', '>']",~ ! >,1,1 +0125,0125,02,symb,three_rule_comb3,3,"['(', ':', '$']",$ : $],0,1 +0125,0125,02,symb,three_rule_comb3,4,"['%', '<', '(']",% < >,0,1 +0125,0125,02,symb,three_rule_comb3,5,"['(', '&', '(']",( & (,1,1 +0125,0125,02,symb,three_rule_comb3,6,"['(', '>', ':']",( > :],1,1 +0125,0125,02,symb,three_rule_comb3,7,"['$', '%', '~']",% ~ :],0,1 +0125,0125,02,symb,three_rule_comb3,8,"['$', '%', '<']",$ % <,1,1 +0125,0125,02,symb,three_rule_comb3,9,"['$', '%', '(']",$ % (],1,1 +0125,0125,02,symb,three_rule_comb3,10,"['~', '*', '>']",~ * >],1,1 +0125,0125,02,symb,three_rule_comb3,11,"['%', '>', '<']",% > $],0,1 +0125,0125,02,symb,three_rule_comb3,12,"['!', '%', ':']",! % :],1,1 +0125,0125,02,symb,three_rule_comb3,13,"['*', '~', '$']",* ~ $],1,1 +0125,0125,02,symb,three_rule_comb3,14,"['(', '!', '<']",( ! <],1,1 +0125,0125,02,symb,three_rule_comb3,15,"['&', '!', '$']",& ! $],1,1 +0125,0125,02,symb,three_rule_comb3,16,"['&', '$', '~']",& $ ~],1,1 +0125,0125,02,symb,three_rule_comb3,17,"[':', '$', '$']",: $ *],0,1 +0125,0125,02,symb,three_rule_comb3,18,"['<', '<', '$']",< < $,1,1 +0125,0125,02,symb,three_rule_comb3,19,"['>', '*', '&']",> * &],1,1 +0125,0125,02,symb,three_rule_comb3,20,"['$', '<', '(']",$ < (,1,1 +0125,0125,02,symb,three_rule_comb3,21,"['!', '!', '*']",* ! *],0,1 +0125,0125,02,symb,three_rule_comb3,22,"['(', '>', '~']",~ > %],0,1 +0125,0125,02,symb,three_rule_comb3,23,"['!', '!', '$']",: % $],0,1 +0125,0125,02,symb,three_rule_comb3,24,"['%', '&', '(']",% & :],0,1 +0125,0125,02,symb,three_rule_comb3,25,"['&', '~', ':']",& ~ :],1,1 +0125,0125,02,symb,three_rule_comb3,26,"['<', '>', ':']",< > :],1,1 +0125,0125,02,symb,three_rule_comb3,27,"['&', '&', '!']",& $ !],0,1 +0125,0125,02,symb,three_rule_comb3,28,"['(', '%', '(']",( % *,0,1 +0125,0125,02,symb,three_rule_comb3,29,"['%', '~', '>']",% ~ >],1,1 +0125,0125,02,symb,three_rule_comb3,30,"['<', '&', '$']",< & $],1,1 +0125,0125,02,symb,three_rule_comb3,31,"['~', '(', ':']",~ ( :],1,1 +0125,0125,02,symb,three_rule_comb3,32,"['$', '!', '%']",$ % *],0,1 +0125,0125,02,symb,three_rule_comb3,33,"['$', '$', '<']",$ $ <],1,1 +0125,0125,02,symb,three_rule_comb3,34,"['$', '(', ':']",$ ( :],1,1 +0125,0125,02,symb,three_rule_comb3,35,"['!', '!', ':']",! ! :],1,1 +0125,0125,02,symb,three_rule_comb3,36,"['&', '~', '!']",& ~ !],1,1 +0125,0125,02,symb,three_rule_comb3,37,"['(', '<', '>']",< % *],0,1 +0125,0125,02,symb,three_rule_comb3,38,"[':', '>', '$']",: * $],0,1 +0125,0125,02,symb,three_rule_comb3,39,"['!', ':', '!']",! : !],1,1 +0125,0125,02,symb,three_rule_comb3,40,"['%', '%', '$']",$ * :],0,1 +0125,0125,02,symb,three_rule_comb3,41,"['<', '*', '*']",% * %,0,1 +0125,0125,02,symb,three_rule_comb3,42,"['$', '&', '~']",$ & ~],1,1 +0125,0125,02,symb,three_rule_comb3,43,"['!', '(', '!']",! ( !],1,1 +0125,0125,02,symb,three_rule_comb3,44,"[':', '$', ':']",: $ :],1,1 +0125,0125,02,symb,three_rule_comb3,45,"['$', '$', '%']",$ % ~],0,1 +0125,0125,02,symb,three_rule_comb3,46,"['%', '<', '&']",% < &],1,1 +0125,0125,02,symb,three_rule_comb3,47,"['~', '(', '*']",! ( >],0,1 +0125,0125,02,symb,three_rule_comb3,48,"['>', '>', ':']",> ! :],0,1 +0125,0125,02,symb,three_rule_comb3,49,"['$', '$', '(']",$ < (],0,1 +0125,0125,02,symb,three_rule_comb3,50,"['&', '~', '<']",& ~ <],1,1 +0125,0125,02,symb,three_rule_comb3,51,"['$', '%', ':']",% :],0,1 +0125,0125,02,symb,three_rule_comb3,52,"['(', '(', '~']",$ ~ %],0,1 +0125,0125,02,symb,three_rule_comb3,53,"['~', '%', '&']",~ % &],1,1 +0125,0125,02,symb,three_rule_comb3,54,"['%', '>', '<']",% % <],0,1 +0125,0125,02,symb,three_rule_comb3,55,"['(', '*', '!']",( * !],1,1 +0125,0125,02,symb,three_rule_comb3,56,"['$', '!', '>']",$ ! >,1,1 +0125,0125,02,symb,three_rule_comb3,57,"['~', '!', '!']",~ ! $],0,1 +0125,0125,02,symb,three_rule_comb3,58,"['<', '&', '&']",< & %,0,1 +0125,0125,02,symb,three_rule_comb3,59,"['&', '~', '&']",& $ ~],0,1 +0125,0125,02,symb,three_rule_comb3,60,"['~', '&', '%']",~ & %],1,1 +0125,0125,02,symb,three_rule_comb3,61,"[':', '(', ':']",: ( :],1,1 +0125,0125,02,symb,three_rule_comb3,62,"['<', '(', '>']",< ( >],1,1 +0125,0125,02,symb,three_rule_comb3,63,"['~', '!', '!']",~ ! !,1,1 +0125,0125,02,symb,three_rule_comb3,64,"['!', '%', '>']",! % >,1,1 +0125,0125,02,symb,three_rule_comb3,65,"['>', '>', '$']",> > $],1,1 +0125,0125,02,symb,three_rule_comb3,66,"[':', '>', '~']",: > ~],1,1 +0125,0125,02,symb,three_rule_comb3,67,"['&', ':', '~']",& : &,0,1 +0125,0125,02,symb,three_rule_comb3,68,"['*', '!', '*']",* ! *],1,1 +0125,0125,02,symb,three_rule_comb3,69,"[':', '<', '(']",: < (],1,1 +0125,0125,02,symb,three_rule_comb3,70,"[':', '~', '*']",: ~ *],1,1 +0125,0125,02,symb,three_rule_comb3,71,"['&', '$', '(']",& $ (],1,1 +0125,0125,02,symb,three_rule_comb3,72,"['!', '*', '~']",* : ~,0,1 +0125,0125,02,symb,three_rule_comb3,73,"['$', ':', '%']",% $ :],0,1 +0125,0125,02,symb,three_rule_comb3,74,"['>', ':', '!']",% ~ &,0,1 +0125,0125,02,symb,three_rule_comb3,75,"['(', '&', '(']",( & %],0,1 +0125,0125,02,symb,three_rule_comb3,76,"['!', '<', '(']",! < (,1,1 +0125,0125,02,symb,three_rule_comb3,77,"['~', '$', '!']",~ $ !],1,1 +0125,0125,02,symb,three_rule_comb3,78,"['&', '<', '$']",$ > <,0,1 +0125,0125,02,symb,three_rule_comb3,79,"['!', ':', '~']",! : ~],1,1 +0125,0125,02,symb,three_rule_comb3,80,"['(', '<', '&']",* $ &],0,1 +0125,0125,02,symb,three_rule_comb3,81,"['$', '&', '~']",$ & ~],1,1 +0125,0125,02,symb,three_rule_comb3,82,"['&', '<', '$']",$ < *,0,1 +0125,0125,02,symb,three_rule_comb3,83,"['$', '&', '>']",$ & >],1,1 +0125,0125,02,symb,three_rule_comb3,84,"['~', '&', '!']",$ : <],0,1 +0125,0125,02,symb,three_rule_comb3,85,"['!', '%', '~']",! % ~,1,1 +0125,0125,02,symb,three_rule_comb3,86,"['>', '~', '*']",> ~ *],1,1 +0125,0125,02,symb,three_rule_comb3,87,"['>', '~', '~']",> ~ ~],1,1 +0125,0125,02,symb,three_rule_comb3,88,"['>', '>', '>']",> > >],1,1 +0125,0125,02,symb,three_rule_comb3,89,"['&', '(', '$']",$,0,1 +0125,0125,02,symb,three_rule_comb3,90,"['(', '$', '!']",( $ !,1,1 +0125,0125,02,symb,three_rule_comb3,91,"['&', '%', ':']",& % :],1,1 +0125,0125,02,symb,three_rule_comb3,92,"['*', '(', '>']",* ( >],1,1 +0125,0125,02,symb,three_rule_comb3,93,"['(', '&', '$']",$ < &,0,1 +0125,0125,02,symb,three_rule_comb3,94,"['~', '%', '<']",~ % <],1,1 +0125,0125,02,symb,three_rule_comb3,95,"['>', '$', '>']",> $ %],0,1 +0125,0125,02,symb,three_rule_comb3,96,"['(', '(', '&']",( ( &],1,1 +0125,0125,02,symb,three_rule_comb3,97,"['~', '&', '<']",~ & <],1,1 +0125,0125,02,symb,three_rule_comb3,98,"['%', ':', '*']",*,0,1 +0125,0125,02,symb,three_rule_comb3,99,"['%', '~', '*']",% ~ *,1,1 +0125,0125,02,symb,three_rule_comb4,0,"[':', '>', '%']",% > %],0,1 +0125,0125,02,symb,three_rule_comb4,1,"['>', '$', '(']",> ~ (],0,1 +0125,0125,02,symb,three_rule_comb4,2,"['$', '!', '&']",: ! &],0,1 +0125,0125,02,symb,three_rule_comb4,3,"['$', '>', '%']",$ > ~],0,1 +0125,0125,02,symb,three_rule_comb4,4,"['$', ':', '!']",! : !,0,1 +0125,0125,02,symb,three_rule_comb4,5,"['(', ':', '<']",* > <],0,1 +0125,0125,02,symb,three_rule_comb4,6,"['$', '!', '~']",: & !],0,1 +0125,0125,02,symb,three_rule_comb4,7,"['*', '<', ':']",* * :],0,1 +0125,0125,02,symb,three_rule_comb4,8,"['~', '%', '<']",> & *],0,1 +0125,0125,02,symb,three_rule_comb4,9,"['%', '&', '$']",% >,0,1 +0125,0125,02,symb,three_rule_comb4,10,"[':', '&', '<']",:& %],0,1 +0125,0125,02,symb,three_rule_comb4,11,"['>', '!', ':']",* ~ <],0,1 +0125,0125,02,symb,three_rule_comb4,12,"['(', '!', '!']",~ ! >],0,1 +0125,0125,02,symb,three_rule_comb4,13,"['%', ':', '%']",% % %],0,1 +0125,0125,02,symb,three_rule_comb4,14,"['!', '%', '$']",! $ >,0,1 +0125,0125,02,symb,three_rule_comb4,15,"['$', ':', ':']",$ % *],0,1 +0125,0125,02,symb,three_rule_comb4,16,"['%', '%', '%']",% & !],0,1 +0125,0125,02,symb,three_rule_comb4,17,"['*', '>', '&']",* > $],0,1 +0125,0125,02,symb,three_rule_comb4,18,"['>', '(', '*']",! ( !],0,1 +0125,0125,02,symb,three_rule_comb4,19,"['<', '(', '<']",& ( <,0,1 +0125,0125,02,symb,three_rule_comb4,20,"['*', '<', '*']",* > ],0,1 +0125,0125,02,symb,three_rule_comb4,21,"['!', '!', '(']",! ~ (],0,1 +0125,0125,02,symb,three_rule_comb4,22,"['<', '%', '!']",< ! !],0,1 +0125,0125,02,symb,three_rule_comb4,23,"['!', '%', ':']",! : *],0,1 +0125,0125,02,symb,three_rule_comb4,24,"['<', ':', '%']",< * %],0,1 +0125,0125,02,symb,three_rule_comb4,25,"['*', '&', '*']",* < !],0,1 +0125,0125,02,symb,three_rule_comb4,26,"['*', '>', '*']",* > *,1,1 +0125,0125,02,symb,three_rule_comb4,27,"['<', '$', ':']",& < $,0,1 +0125,0125,02,symb,three_rule_comb4,28,"['*', '>', '<']",* ! <],0,1 +0125,0125,02,symb,three_rule_comb4,29,"['<', '<', '&']",< : &],0,1 +0125,0125,02,symb,three_rule_comb4,30,"['(', '(', '&']",% & ),0,1 +0125,0125,02,symb,three_rule_comb4,31,"['&', '!', '(']",& ! >],0,1 +0125,0125,02,symb,three_rule_comb4,32,"['<', '$', '!']",~ < ~],0,1 +0125,0125,02,symb,three_rule_comb4,33,"['%', ':', '%']",% : ~],0,1 +0125,0125,02,symb,three_rule_comb4,34,"['~', '~', ':']",$ ~ <],0,1 +0125,0125,02,symb,three_rule_comb4,35,"['&', '*', ':']",& * <],0,1 +0125,0125,02,symb,three_rule_comb4,36,"['<', ':', '!']",< > !],0,1 +0125,0125,02,symb,three_rule_comb4,37,"['*', '%', '&']",! % >,0,1 +0125,0125,02,symb,three_rule_comb4,38,"['&', '(', '~']",* ~ <],0,1 +0125,0125,02,symb,three_rule_comb4,39,"['<', '(', ':']",< % :],0,1 +0125,0125,02,symb,three_rule_comb4,40,"['&', '~', '&']",$ & <],0,1 +0125,0125,02,symb,three_rule_comb4,41,"['>', '!', ':']",> ! <],0,1 +0125,0125,02,symb,three_rule_comb4,42,"[':', '(', '<']",: & *],0,1 +0125,0125,02,symb,three_rule_comb4,43,"['<', '!', ':']",< ! %],0,1 +0125,0125,02,symb,three_rule_comb4,44,"['>', '&', '$']",> ( $],0,1 +0125,0125,02,symb,three_rule_comb4,45,"['>', ':', '(']",% ~ !],0,1 +0125,0125,02,symb,three_rule_comb4,46,"['*', '*', '&']",~ & &],0,1 +0125,0125,02,symb,three_rule_comb4,47,"['$', '$', ':']",< $ :],0,1 +0125,0125,02,symb,three_rule_comb4,48,"['%', '*', '!']",! % (,0,1 +0125,0125,02,symb,three_rule_comb4,49,"['&', '~', '$']",$ > *,0,1 +0125,0125,02,symb,three_rule_comb4,50,"['(', ':', '<']",( : *],0,1 +0125,0125,02,symb,three_rule_comb4,51,"[':', ':', '~']",: * ~],0,1 +0125,0125,02,symb,three_rule_comb4,52,"[':', '(', '%']",< % ~],0,1 +0125,0125,02,symb,three_rule_comb4,53,"['%', '$', '$']",% $ !,0,1 +0125,0125,02,symb,three_rule_comb4,54,"['!', '(', '>']",! % >],0,1 +0125,0125,02,symb,three_rule_comb4,55,"['(', '>', '~']",: > %,0,1 +0125,0125,02,symb,three_rule_comb4,56,"['>', '<', '<']",: <],0,1 +0125,0125,02,symb,three_rule_comb4,57,"['~', '>', '&']",< & $],0,1 +0125,0125,02,symb,three_rule_comb4,58,"['*', '$', '$']",* < $,0,1 +0125,0125,02,symb,three_rule_comb4,59,"['<', '!', '<']",* % *,0,1 +0125,0125,02,symb,three_rule_comb4,60,"['%', ':', '(']",% < (],0,1 +0125,0125,02,symb,three_rule_comb4,61,"['*', '!', ':']",$ ! :],0,1 +0125,0125,02,symb,three_rule_comb4,62,"[':', '&', '$']",$ & ~,0,1 +0125,0125,02,symb,three_rule_comb4,63,"['%', '>', '(']",% > !,0,1 +0125,0125,02,symb,three_rule_comb4,64,"['<', '$', '*']",$ * $,0,1 +0125,0125,02,symb,three_rule_comb4,65,"['~', '~', '*']",< ! *],0,1 +0125,0125,02,symb,three_rule_comb4,66,"[':', '%', '%']",: % ~],0,1 +0125,0125,02,symb,three_rule_comb4,67,"['~', '$', '$']",~ ~ ~],0,1 +0125,0125,02,symb,three_rule_comb4,68,"['%', '$', '(']",% $ %],0,1 +0125,0125,02,symb,three_rule_comb4,69,"['<', ':', '~']",< ! ],0,1 +0125,0125,02,symb,three_rule_comb4,70,"['%', '!', '<']",% ! <],1,1 +0125,0125,02,symb,three_rule_comb4,71,"['!', '*', ':']",> * :],0,1 +0125,0125,02,symb,three_rule_comb4,72,"['>', '>', '(']",$ ! ],0,1 +0125,0125,02,symb,three_rule_comb4,73,"['&', '>', '*']",& ( *],0,1 +0125,0125,02,symb,three_rule_comb4,74,"['%', '>', '<']",% > :],0,1 +0125,0125,02,symb,three_rule_comb4,75,"['%', '!', '!']",~ ! *],0,1 +0125,0125,02,symb,three_rule_comb4,76,"['<', '$', '<']",< $ *],0,1 +0125,0125,02,symb,three_rule_comb4,77,"[':', '*', '$']",* < $,0,1 +0125,0125,02,symb,three_rule_comb4,78,"['<', '&', '&']",< & >,0,1 +0125,0125,02,symb,three_rule_comb4,79,"['~', '>', '<']",* > %],0,1 +0125,0125,02,symb,three_rule_comb4,80,"['(', '(', '%']",( ~ ~],0,1 +0125,0125,02,symb,three_rule_comb4,81,"[':', '(', '>']",% ( ~],0,1 +0125,0125,02,symb,three_rule_comb4,82,"['$', '%', '*']",$ % <,0,1 +0125,0125,02,symb,three_rule_comb4,83,"['<', '!', '$']",< ! &],0,1 +0125,0125,02,symb,three_rule_comb4,84,"['(', '*', ':']",> * :],0,1 +0125,0125,02,symb,three_rule_comb4,85,"[':', '*', '(']",% : %,0,1 +0125,0125,02,symb,three_rule_comb4,86,"['*', ':', ':']",* * :],0,1 +0125,0125,02,symb,three_rule_comb4,87,"['!', '~', '<']",$ ~ *,0,1 +0125,0125,02,symb,three_rule_comb4,88,"[':', '>', '<']",: ! !],0,1 +0125,0125,02,symb,three_rule_comb4,89,"['$', '$', '<']",$ * %],0,1 +0125,0125,02,symb,three_rule_comb4,90,"[':', '~', '*']",: ! $],0,1 +0125,0125,02,symb,three_rule_comb4,91,"['<', '~', '&']",$ ~ >],0,1 +0125,0125,02,symb,three_rule_comb4,92,"['*', '$', '(']",* ! (,0,1 +0125,0125,02,symb,three_rule_comb4,93,"['(', '$', '~']",& $ *],0,1 +0125,0125,02,symb,three_rule_comb4,94,"['<', '(', '<']",% : &,0,1 +0125,0125,02,symb,three_rule_comb4,95,"['>', '*', '~']",! * ~],0,1 +0125,0125,02,symb,three_rule_comb4,96,"['<', '&', '>']",< % >,0,1 +0125,0125,02,symb,three_rule_comb4,97,"['<', '&', '&']",$ & $,0,1 +0125,0125,02,symb,three_rule_comb4,98,"['%', '>', ':']",& > $],0,1 +0125,0125,02,symb,three_rule_comb4,99,"['(', '%', '$']",$ % !,0,1 +0125,0125,02,symb,three_rule_comb5,0,"['<', '%', '>']",< ! (],0,1 +0125,0125,02,symb,three_rule_comb5,1,"['!', '!', '&']",! > $,0,1 +0125,0125,02,symb,three_rule_comb5,2,"['<', '!', '&']",* ~ &],0,1 +0125,0125,02,symb,three_rule_comb5,3,"['<', '$', '*']",< & ~],0,1 +0125,0125,02,symb,three_rule_comb5,4,"['%', '*', '(']",: ~ (],0,1 +0125,0125,02,symb,three_rule_comb5,5,"['$', '*', ':']",% * ^],0,1 +0125,0125,02,symb,three_rule_comb5,6,"['*', ':', '>']",* % !],0,1 +0125,0125,02,symb,three_rule_comb5,7,"[':', '(', '<']",: % $],0,1 +0125,0125,02,symb,three_rule_comb5,8,"['>', '(', '>']",> : !],0,1 +0125,0125,02,symb,three_rule_comb5,9,"['~', '&', '<']",* ( :],0,1 +0125,0125,02,symb,three_rule_comb5,10,"['<', '<', '~']",< * *],0,1 +0125,0125,02,symb,three_rule_comb5,11,"['*', '(', ':']",$ > >,0,1 +0125,0125,02,symb,three_rule_comb5,12,"['%', '~', '%']",& ~ %],0,1 +0125,0125,02,symb,three_rule_comb5,13,"['$', '(', '%']",& ( !],0,1 +0125,0125,02,symb,three_rule_comb5,14,"['~', '!', '*']",* > *,0,1 +0125,0125,02,symb,three_rule_comb5,15,"['%', '$', ':']",% ~ *],0,1 +0125,0125,02,symb,three_rule_comb5,16,"['>', '<', '~']",* ! <,0,1 +0125,0125,02,symb,three_rule_comb5,17,"['%', '&', '>']",% > (],0,1 +0125,0125,02,symb,three_rule_comb5,18,"['&', '(', '&']",& > (],0,1 +0125,0125,02,symb,three_rule_comb5,19,"['%', '&', '%']",% & #],0,1 +0125,0125,02,symb,three_rule_comb5,20,"['(', '(', '$']",(> : &),0,1 +0125,0125,02,symb,three_rule_comb5,21,"['&', '>', '(']",& : !],0,1 +0125,0125,02,symb,three_rule_comb5,22,"['$', '(', '(']",& ( %],0,1 +0125,0125,02,symb,three_rule_comb5,23,"['<', '(', '%']",< % (],0,1 +0125,0125,02,symb,three_rule_comb5,24,"['~', '%', '(']",* & *],0,1 +0125,0125,02,symb,three_rule_comb5,25,"[':', '~', '&']",< ~ (],0,1 +0125,0125,02,symb,three_rule_comb5,26,"['>', '(', ':']",! % :],0,1 +0125,0125,02,symb,three_rule_comb5,27,"['$', '!', '~']",< ! *],0,1 +0125,0125,02,symb,three_rule_comb5,28,"['(', ':', '!']",: > !],0,1 +0125,0125,02,symb,three_rule_comb5,29,"['$', ':', '%']",$ % !,0,1 +0125,0125,02,symb,three_rule_comb5,30,"['<', '$', '<']",$ :],0,1 +0125,0125,02,symb,three_rule_comb5,31,"['<', '(', '(']",: % ],0,1 +0125,0125,02,symb,three_rule_comb5,32,"['<', '<', '$']",< : ~],0,1 +0125,0125,02,symb,three_rule_comb5,33,"['>', '&', ':']",% & %,0,1 +0125,0125,02,symb,three_rule_comb5,34,"['(', '%', '<']",< ! *],0,1 +0125,0125,02,symb,three_rule_comb5,35,"['<', '$', '*']",$ : *,0,1 +0125,0125,02,symb,three_rule_comb5,36,"['&', '*', '*']",* * (],0,1 +0125,0125,02,symb,three_rule_comb5,37,"['<', '*', '>']",: * (],0,1 +0125,0125,02,symb,three_rule_comb5,38,"['!', '$', '&']",! & <],0,1 +0125,0125,02,symb,three_rule_comb5,39,"['!', ':', '$']",> * $],0,1 +0125,0125,02,symb,three_rule_comb5,40,"['%', '%', '%']",% ^ &],0,1 +0125,0125,02,symb,three_rule_comb5,41,"['>', '%', '!']",> * ~,0,1 +0125,0125,02,symb,three_rule_comb5,42,"['!', '~', ':']",* ~ %],0,1 +0125,0125,02,symb,three_rule_comb5,43,"['<', '&', '%']",$ & :],0,1 +0125,0125,02,symb,three_rule_comb5,44,"['~', '(', '$']",~ % &],0,1 +0125,0125,02,symb,three_rule_comb5,45,"['<', '!', '%']",& ! !],0,1 +0125,0125,02,symb,three_rule_comb5,46,"['!', '!', ':']",> ! %],0,1 +0125,0125,02,symb,three_rule_comb5,47,"['$', '$', ':']",$ <,0,1 +0125,0125,02,symb,three_rule_comb5,48,"['<', '!', '(']",< ( (],0,1 +0125,0125,02,symb,three_rule_comb5,49,"['!', '(', '$']",! % &],0,1 +0125,0125,02,symb,three_rule_comb5,50,"['*', '&', '>']",< & (],0,1 +0125,0125,02,symb,three_rule_comb5,51,"['*', '*', '<']",< * :,0,1 +0125,0125,02,symb,three_rule_comb5,52,"['&', '(', '$']",# < $,0,1 +0125,0125,02,symb,three_rule_comb5,53,"['&', '<', '$']",> < ~],0,1 +0125,0125,02,symb,three_rule_comb5,54,"['%', ':', ':']",: % *],0,1 +0125,0125,02,symb,three_rule_comb5,55,"['%', '<', '$']",% $ &],0,1 +0125,0125,02,symb,three_rule_comb5,56,"['%', '~', '*']",* & *],0,1 +0125,0125,02,symb,three_rule_comb5,57,"['(', '!', '&']",(% &),0,1 +0125,0125,02,symb,three_rule_comb5,58,"['%', '~', '$']",% > ?],0,1 +0125,0125,02,symb,three_rule_comb5,59,"[':', '>', '%']",: * ?],0,1 +0125,0125,02,symb,three_rule_comb5,60,"['&', '(', '>']",$ : >,0,1 +0125,0125,02,symb,three_rule_comb5,61,"['>', '(', '&']",> % $,0,1 +0125,0125,02,symb,three_rule_comb5,62,"['(', '%', '(']",( % : ],0,1 +0125,0125,02,symb,three_rule_comb5,63,"['$', '%', '&']",$ # &,0,1 +0125,0125,02,symb,three_rule_comb5,64,"['>', '%', ':']",< * :],0,1 +0125,0125,02,symb,three_rule_comb5,65,"['!', '(', ':']",> & <],0,1 +0125,0125,02,symb,three_rule_comb5,66,"['$', '&', '%']",% > %],0,1 +0125,0125,02,symb,three_rule_comb5,67,"['&', '&', '<']",$,0,1 +0125,0125,02,symb,three_rule_comb5,68,"['!', '<', '!']",> $ !],0,1 +0125,0125,02,symb,three_rule_comb5,69,"['!', '(', '(']",> : (],0,1 +0125,0125,02,symb,three_rule_comb5,70,"['!', '*', '<']",* :],0,1 +0125,0125,02,symb,three_rule_comb5,71,"['%', '<', '<']",$ < ~],0,1 +0125,0125,02,symb,three_rule_comb5,72,"['<', '$', '>']",* > >,0,1 +0125,0125,02,symb,three_rule_comb5,73,"['$', '$', '!']",& $ ~],0,1 +0125,0125,02,symb,three_rule_comb5,74,"[':', '(', '<']",! ! !],0,1 +0125,0125,02,symb,three_rule_comb5,75,"['!', '<', ':']",! ~ ~],0,1 +0125,0125,02,symb,three_rule_comb5,76,"['(', '!', '!']",(! $ ),0,1 +0125,0125,02,symb,three_rule_comb5,77,"[':', '%', '~']",% ! >],0,1 +0125,0125,02,symb,three_rule_comb5,78,"[':', '~', '>']",% * !,0,1 +0125,0125,02,symb,three_rule_comb5,79,"['$', '&', '%']",& & :],0,1 +0125,0125,02,symb,three_rule_comb5,80,"['%', '$', '<']",$ < ],0,1 +0125,0125,02,symb,three_rule_comb5,81,"['(', '!', '*']",%,0,1 +0125,0125,02,symb,three_rule_comb5,82,"['*', ':', '~']",* % !],0,1 +0125,0125,02,symb,three_rule_comb5,83,"['&', '>', '~']",( > !],0,1 +0125,0125,02,symb,three_rule_comb5,84,"['$', '%', '$']",< % &],0,1 +0125,0125,02,symb,three_rule_comb5,85,"['<', '%', '<']",< $ ],0,1 +0125,0125,02,symb,three_rule_comb5,86,"['&', '%', '>']",& : !],0,1 +0125,0125,02,symb,three_rule_comb5,87,"[':', '(', ':']",* % >,0,1 +0125,0125,02,symb,three_rule_comb5,88,"['$', '*', '>']",< * !],0,1 +0125,0125,02,symb,three_rule_comb5,89,"['%', '*', '<']",: * &],0,1 +0125,0125,02,symb,three_rule_comb5,90,"['>', '<', '*']",! $ &],0,1 +0125,0125,02,symb,three_rule_comb5,91,"['%', ':', '*']",% < <],0,1 +0125,0125,02,symb,three_rule_comb5,92,"['&', '%', '$']",* ! $],0,1 +0125,0125,02,symb,three_rule_comb5,93,"['%', '&', ':']",$ ! :],0,1 +0125,0125,02,symb,three_rule_comb5,94,"['!', '(', '&']",% $ $],0,1 +0125,0125,02,symb,three_rule_comb5,95,"['(', '$', '*']",% & $],0,1 +0125,0125,02,symb,three_rule_comb5,96,"['$', '$', '<']",* $ !,0,1 +0125,0125,02,symb,three_rule_comb5,97,"[':', '$', '&']",% < &],0,1 +0125,0125,02,symb,three_rule_comb5,98,"['(', '*', '(']",: ~ <],0,1 +0125,0125,02,symb,three_rule_comb5,99,"['(', '~', '(']",( * %],0,1 +0125,0125,02,symb,three_rule_comb6,0,"['%', '&', '~']",% & ~],1,1 +0125,0125,02,symb,three_rule_comb6,1,"['>', '&', '$']",> & $],1,1 +0125,0125,02,symb,three_rule_comb6,2,"['&', '%', '*']",% ~ *],0,1 +0125,0125,02,symb,three_rule_comb6,3,"['!', '&', '$']",& ! <],0,1 +0125,0125,02,symb,three_rule_comb6,4,"['*', '<', '!']",* < !],1,1 +0125,0125,02,symb,three_rule_comb6,5,"['*', '%', '$']",* % $],1,1 +0125,0125,02,symb,three_rule_comb6,6,"['<', '%', '$']",< % $],1,1 +0125,0125,02,symb,three_rule_comb6,7,"['~', '*', '>']",~ * >],1,1 +0125,0125,02,symb,three_rule_comb6,8,"['(', '$', '&']",( $ &],1,1 +0125,0125,02,symb,three_rule_comb6,9,"['<', '<', '&']",< < &],1,1 +0125,0125,02,symb,three_rule_comb6,10,"['!', '&', ':']",! & :],1,1 +0125,0125,02,symb,three_rule_comb6,11,"['%', '<', '$']",$ ~ %,0,1 +0125,0125,02,symb,three_rule_comb6,12,"['>', '&', '&']",> & :],0,1 +0125,0125,02,symb,three_rule_comb6,13,"['$', '&', '(']",$ & (],1,1 +0125,0125,02,symb,three_rule_comb6,14,"['(', '*', '$']",( * $],1,1 +0125,0125,02,symb,three_rule_comb6,15,"['$', '%', ':']",$ % :],1,1 +0125,0125,02,symb,three_rule_comb6,16,"['%', '<', '(']",% < (],1,1 +0125,0125,02,symb,three_rule_comb6,17,"['(', '<', '$']",( < $],1,1 +0125,0125,02,symb,three_rule_comb6,18,"['~', '$', '<']",$ % *,0,1 +0125,0125,02,symb,three_rule_comb6,19,"['~', '>', '*']",~ > *],1,1 +0125,0125,02,symb,three_rule_comb6,20,"['$', '(', '$']",$ ( $],1,1 +0125,0125,02,symb,three_rule_comb6,21,"['~', '$', ':']",~ $ :],1,1 +0125,0125,02,symb,three_rule_comb6,22,"[':', '!', '$']",: ! $],1,1 +0125,0125,02,symb,three_rule_comb6,23,"['$', '$', '<']",$ < &,0,1 +0125,0125,02,symb,three_rule_comb6,24,"['>', '~', '>']",> ~ >],1,1 +0125,0125,02,symb,three_rule_comb6,25,"['(', ':', ':']",! : :],0,1 +0125,0125,02,symb,three_rule_comb6,26,"['%', '>', ':']",% > :],1,1 +0125,0125,02,symb,three_rule_comb6,27,"['&', '(', '!']",& ( !,1,1 +0125,0125,02,symb,three_rule_comb6,28,"['~', '(', '~']",~ : %],0,1 +0125,0125,02,symb,three_rule_comb6,29,"['&', '*', '(']",& * (],1,1 +0125,0125,02,symb,three_rule_comb6,30,"[':', '$', '!']",: $ !],1,1 +0125,0125,02,symb,three_rule_comb6,31,"['<', '&', ':']",< & :],1,1 +0125,0125,02,symb,three_rule_comb6,32,"['(', '%', '(']",( % (],1,1 +0125,0125,02,symb,three_rule_comb6,33,"[':', '(', '&']",: ( >],0,1 +0125,0125,02,symb,three_rule_comb6,34,"['$', '<', '!']",$ % ~,0,1 +0125,0125,02,symb,three_rule_comb6,35,"['>', '*', '&']",* > &,0,1 +0125,0125,02,symb,three_rule_comb6,36,"['!', '(', '*']",! ( *],1,1 +0125,0125,02,symb,three_rule_comb6,37,"['%', '<', '%']",% < %],1,1 +0125,0125,02,symb,three_rule_comb6,38,"['&', '&', '*']",& & *],1,1 +0125,0125,02,symb,three_rule_comb6,39,"['*', '<', '!']",* < !],1,1 +0125,0125,02,symb,three_rule_comb6,40,"[':', '>', '<']",> : >,0,1 +0125,0125,02,symb,three_rule_comb6,41,"['<', ':', '<']",< : <],1,1 +0125,0125,02,symb,three_rule_comb6,42,"['*', '*', '(']",* * >],0,1 +0125,0125,02,symb,three_rule_comb6,43,"['%', '$', '&']",% $ &],1,1 +0125,0125,02,symb,three_rule_comb6,44,"['$', '~', '<']",$ ~ %,0,1 +0125,0125,02,symb,three_rule_comb6,45,"['%', '!', '&']",% ! &,1,1 +0125,0125,02,symb,three_rule_comb6,46,"['%', '%', '!']",% % !],1,1 +0125,0125,02,symb,three_rule_comb6,47,"['$', '<', '~']",$ < &,0,1 +0125,0125,02,symb,three_rule_comb6,48,"['$', '>', '!']",$ > *],0,1 +0125,0125,02,symb,three_rule_comb6,49,"[':', '~', '%']",: ~ %],1,1 +0125,0125,02,symb,three_rule_comb6,50,"['%', '&', '~']",% & ~],1,1 +0125,0125,02,symb,three_rule_comb6,51,"['(', '&', '*']",* < $,0,1 +0125,0125,02,symb,three_rule_comb6,52,"[':', '$', '!']",: $ !],1,1 +0125,0125,02,symb,three_rule_comb6,53,"['$', '%', '<']",% < &],0,1 +0125,0125,02,symb,three_rule_comb6,54,"['(', '(', '~']",% % ~],0,1 +0125,0125,02,symb,three_rule_comb6,55,"['~', '*', '$']",~ * $],1,1 +0125,0125,02,symb,three_rule_comb6,56,"['(', ':', '&']",* & %],0,1 +0125,0125,02,symb,three_rule_comb6,57,"['*', '~', ':']",* $ :],0,1 +0125,0125,02,symb,three_rule_comb6,58,"['*', '<', '~']",* < !,0,1 +0125,0125,02,symb,three_rule_comb6,59,"['<', '<', '&']",< < &],1,1 +0125,0125,02,symb,three_rule_comb6,60,"[':', '&', '!']",: & !],1,1 +0125,0125,02,symb,three_rule_comb6,61,"['*', '~', '!']",* ~ !],1,1 +0125,0125,02,symb,three_rule_comb6,62,"['%', '<', '(']",% < (,1,1 +0125,0125,02,symb,three_rule_comb6,63,"['~', ':', '!']",~ : !],1,1 +0125,0125,02,symb,three_rule_comb6,64,"['~', '!', '&']",* ! &,0,1 +0125,0125,02,symb,three_rule_comb6,65,"['&', '!', '~']",& ! ~],1,1 +0125,0125,02,symb,three_rule_comb6,66,"['~', '&', '~']",~ & ~],1,1 +0125,0125,02,symb,three_rule_comb6,67,"['~', ':', '$']",~ : $],1,1 +0125,0125,02,symb,three_rule_comb6,68,"['(', '&', '$']",% & $],0,1 +0125,0125,02,symb,three_rule_comb6,69,"['~', '$', '*']",~ $ *],1,1 +0125,0125,02,symb,three_rule_comb6,70,"['&', '!', '<']",& ! >,0,1 +0125,0125,02,symb,three_rule_comb6,71,"['*', '%', '!']",% < !],0,1 +0125,0125,02,symb,three_rule_comb6,72,"['%', '(', '>']",% ! >],0,1 +0125,0125,02,symb,three_rule_comb6,73,"['&', '~', '~']",& ~ ~],1,1 +0125,0125,02,symb,three_rule_comb6,74,"['!', '*', '~']",! * $,0,1 +0125,0125,02,symb,three_rule_comb6,75,"['!', '(', '>']",! ( >],1,1 +0125,0125,02,symb,three_rule_comb6,76,"[':', '%', '>']",: % >],1,1 +0125,0125,02,symb,three_rule_comb6,77,"['$', '!', '~']",$ : *],0,1 +0125,0125,02,symb,three_rule_comb6,78,"['~', '%', ':']",% * :],0,1 +0125,0125,02,symb,three_rule_comb6,79,"['~', '%', '%']",% $ &],0,1 +0125,0125,02,symb,three_rule_comb6,80,"['!', '~', '!']",> !],0,1 +0125,0125,02,symb,three_rule_comb6,81,"['&', '<', '%']",& < %],1,1 +0125,0125,02,symb,three_rule_comb6,82,"['&', '(', '<']",& ( <],1,1 +0125,0125,02,symb,three_rule_comb6,83,"['(', '$', '!']",$ : !],0,1 +0125,0125,02,symb,three_rule_comb6,84,"[':', '>', '%']",% > !,0,1 +0125,0125,02,symb,three_rule_comb6,85,"['&', '!', '$']",& ! $,1,1 +0125,0125,02,symb,three_rule_comb6,86,"['(', '>', '~']",( > ~],1,1 +0125,0125,02,symb,three_rule_comb6,87,"['&', '(', ':']",& ( :],1,1 +0125,0125,02,symb,three_rule_comb6,88,"['%', '<', ':']",% < :],1,1 +0125,0125,02,symb,three_rule_comb6,89,"[':', '!', '$']",: ! $],1,1 +0125,0125,02,symb,three_rule_comb6,90,"['<', '&', '*']",< & *],1,1 +0125,0125,02,symb,three_rule_comb6,91,"['>', '~', '$']",> ~ $],1,1 +0125,0125,02,symb,three_rule_comb6,92,"['!', '>', '$']",! > $],1,1 +0125,0125,02,symb,three_rule_comb6,93,"['$', ':', '&']",$ : &],1,1 +0125,0125,02,symb,three_rule_comb6,94,"['(', '$', '(']",( $ :],0,1 +0125,0125,02,symb,three_rule_comb6,95,"['(', '>', ':']",: & :],0,1 +0125,0125,02,symb,three_rule_comb6,96,"['!', '>', '>']",! > $],0,1 +0125,0125,02,symb,three_rule_comb6,97,"[':', '&', '~']",: & ~],1,1 +0125,0125,02,symb,three_rule_comb6,98,"['>', '!', '<']",> ! <,1,1 +0125,0125,02,symb,three_rule_comb6,99,"['<', '~', ':']",< ~ :],1,1 +0125,0125,02,symb,three_rule_comb7,0,"['<', '(', ':']",< ( *],0,1 +0125,0125,02,symb,three_rule_comb7,1,"['!', '&', ':']",! & >],0,1 +0125,0125,02,symb,three_rule_comb7,2,"['(', '>', '$']",: * &],0,1 +0125,0125,02,symb,three_rule_comb7,3,"['(', ':', '<']",% ( ~],0,1 +0125,0125,02,symb,three_rule_comb7,4,"['>', '<', '*']",* < >,0,1 +0125,0125,02,symb,three_rule_comb7,5,"['$', '!', '$']",$ : ~],0,1 +0125,0125,02,symb,three_rule_comb7,6,"['<', '&', '<']",* & <,0,1 +0125,0125,02,symb,three_rule_comb7,7,"['*', '$', '%']",% $ >,0,1 +0125,0125,02,symb,three_rule_comb7,8,"['*', '*', '!']",* ~ >],0,1 +0125,0125,02,symb,three_rule_comb7,9,"['~', '*', ':']",~ * %],0,1 +0125,0125,02,symb,three_rule_comb7,10,"['<', '&', '(']",< & :],0,1 +0125,0125,02,symb,three_rule_comb7,11,"['*', '~', '&']",~ ~ &],0,1 +0125,0125,02,symb,three_rule_comb7,12,"['(', '(', '(']",& ( (],0,1 +0125,0125,02,symb,three_rule_comb7,13,"['(', '(', '%']",( > !],0,1 +0125,0125,02,symb,three_rule_comb7,14,"['>', '>', '(']",: ! %],0,1 +0125,0125,02,symb,three_rule_comb7,15,"['!', '%', '%']",> * :],0,1 +0125,0125,02,symb,three_rule_comb7,16,"[':', ':', '%']",: * !],0,1 +0125,0125,02,symb,three_rule_comb7,17,"[':', '&', '(']",: * %],0,1 +0125,0125,02,symb,three_rule_comb7,18,"['~', '*', '~']",~ < ~],0,1 +0125,0125,02,symb,three_rule_comb7,19,"['&', '!', '$']",& ! !],0,1 +0125,0125,02,symb,three_rule_comb7,20,"['<', '~', '<']",* ~ <,0,1 +0125,0125,02,symb,three_rule_comb7,21,"['&', '(', '!']",< $ %,0,1 +0125,0125,02,symb,three_rule_comb7,22,"['~', '(', '&']",~ ( (],0,1 +0125,0125,02,symb,three_rule_comb7,23,"[':', '%', '!']",: % (],0,1 +0125,0125,02,symb,three_rule_comb7,24,"[':', '(', '&']",< & &],0,1 +0125,0125,02,symb,three_rule_comb7,25,"['<', '!', '(']",< ! &],0,1 +0125,0125,02,symb,three_rule_comb7,26,"['(', ':', '~']",% : ~,0,1 +0125,0125,02,symb,three_rule_comb7,27,"['*', '&', '*']",* & !,0,1 +0125,0125,02,symb,three_rule_comb7,28,"['$', ':', '$']",$ > ~,0,1 +0125,0125,02,symb,three_rule_comb7,29,"['%', '*', '$']",% * ~],0,1 +0125,0125,02,symb,three_rule_comb7,30,"['$', '$', '$']",$ ! <,0,1 +0125,0125,02,symb,three_rule_comb7,31,"['~', '&', '$']",$ > $,0,1 +0125,0125,02,symb,three_rule_comb7,32,"['(', '<', '$']",( ~ ~],0,1 +0125,0125,02,symb,three_rule_comb7,33,"['!', '<', '&']",! : &],0,1 +0125,0125,02,symb,three_rule_comb7,34,"['~', '<', '(']",> $ >],0,1 +0125,0125,02,symb,three_rule_comb7,35,"['*', '!', '&']",$ > ~],0,1 +0125,0125,02,symb,three_rule_comb7,36,"['~', '&', '<']",* & $],0,1 +0125,0125,02,symb,three_rule_comb7,37,"['&', '(', '>']",& > >],0,1 +0125,0125,02,symb,three_rule_comb7,38,"['<', '(', '<']",< & :,0,1 +0125,0125,02,symb,three_rule_comb7,39,"['%', '*', '(']",% * >],0,1 +0125,0125,02,symb,three_rule_comb7,40,"['<', '$', '(']",< $ >,0,1 +0125,0125,02,symb,three_rule_comb7,41,"['*', '*', '&']",$ & :],0,1 +0125,0125,02,symb,three_rule_comb7,42,"['*', '(', '!']",~ > %],0,1 +0125,0125,02,symb,three_rule_comb7,43,"[':', '&', '>']",% > ~],0,1 +0125,0125,02,symb,three_rule_comb7,44,"[':', '>', '*']",* > <],0,1 +0125,0125,02,symb,three_rule_comb7,45,"['!', '$', '*']",$ > *,0,1 +0125,0125,02,symb,three_rule_comb7,46,"['$', '>', '<']",$ ( <],0,1 +0125,0125,02,symb,three_rule_comb7,47,"['%', '(', '!']",% > !,0,1 +0125,0125,02,symb,three_rule_comb7,48,"['<', '~', '*']",< ~ !],0,1 +0125,0125,02,symb,three_rule_comb7,49,"['(', '%', '$']",% % $,0,1 +0125,0125,02,symb,three_rule_comb7,50,"['!', '&', '>']",$ > >,0,1 +0125,0125,02,symb,three_rule_comb7,51,"[':', ':', '<']",( & >],0,1 +0125,0125,02,symb,three_rule_comb7,52,"['*', '$', '&']",* ! &],0,1 +0125,0125,02,symb,three_rule_comb7,53,"['!', ':', '%']",(: ),0,1 +0125,0125,02,symb,three_rule_comb7,54,"['~', '%', '%']",~ ! %],0,1 +0125,0125,02,symb,three_rule_comb7,55,"['&', '~', '%']",% ~ :],0,1 +0125,0125,02,symb,three_rule_comb7,56,"['$', '(', '%']",$ < %,0,1 +0125,0125,02,symb,three_rule_comb7,57,"['>', '%', '>']",% > *,0,1 +0125,0125,02,symb,three_rule_comb7,58,"['$', '!', '<']",~ ! <],0,1 +0125,0125,02,symb,three_rule_comb7,59,"['!', '(', '(']",! & (],0,1 +0125,0125,02,symb,three_rule_comb7,60,"[':', '&', '$']",: & !],0,1 +0125,0125,02,symb,three_rule_comb7,61,"['<', '&', '!']",< & ~],0,1 +0125,0125,02,symb,three_rule_comb7,62,"['(', ':', '>']",: > $],0,1 +0125,0125,02,symb,three_rule_comb7,63,"['<', '%', '<']",$ % <],0,1 +0125,0125,02,symb,three_rule_comb7,64,"['<', '&', '~']",$ & ~,0,1 +0125,0125,02,symb,three_rule_comb7,65,"[':', '(', '(']",: > (],0,1 +0125,0125,02,symb,three_rule_comb7,66,"['$', '*', '!']",! * >,0,1 +0125,0125,02,symb,three_rule_comb7,67,"['(', '~', '>']",% ~ >],0,1 +0125,0125,02,symb,three_rule_comb7,68,"['<', '!', '%']",* ! %],0,1 +0125,0125,02,symb,three_rule_comb7,69,"['<', '(', '$']",: ( $],0,1 +0125,0125,02,symb,three_rule_comb7,70,"['(', '~', '~']",* ( !],0,1 +0125,0125,02,symb,three_rule_comb7,71,"['~', '~', '&']",~ ! >],0,1 +0125,0125,02,symb,three_rule_comb7,72,"['(', '%', ':']",% % %],0,1 +0125,0125,02,symb,three_rule_comb7,73,"['&', '$', '>']",& & >,0,1 +0125,0125,02,symb,three_rule_comb7,74,"['<', '(', '~']",& ~ ],0,1 +0125,0125,02,symb,three_rule_comb7,75,"['$', '*', '$']",& : *],0,1 +0125,0125,02,symb,three_rule_comb7,76,"[':', '<', '>']",: $ %,0,1 +0125,0125,02,symb,three_rule_comb7,77,"['&', ':', '&']",& ~ &],0,1 +0125,0125,02,symb,three_rule_comb7,78,"['<', '>', '<']",$ < ~,0,1 +0125,0125,02,symb,three_rule_comb7,79,"['~', '%', '>']",! % >],0,1 +0125,0125,02,symb,three_rule_comb7,80,"['%', '>', '*']",: ~ <],0,1 +0125,0125,02,symb,three_rule_comb7,81,"['*', '<', '$']",* : $],0,1 +0125,0125,02,symb,three_rule_comb7,82,"['&', '$', '$']",& $ <],0,1 +0125,0125,02,symb,three_rule_comb7,83,"['*', '(', '(']",* & %],0,1 +0125,0125,02,symb,three_rule_comb7,84,"[':', '~', '(']",: ~ &],0,1 +0125,0125,02,symb,three_rule_comb7,85,"[':', '<', '<']",: < :],0,1 +0125,0125,02,symb,three_rule_comb7,86,"['~', '%', '$']",~ ~ $,0,1 +0125,0125,02,symb,three_rule_comb7,87,"['&', '<', '~']",* % &,0,1 +0125,0125,02,symb,three_rule_comb7,88,"[':', '(', '&']",:&],0,1 +0125,0125,02,symb,three_rule_comb7,89,"['~', '>', '%']",% ~ &],0,1 +0125,0125,02,symb,three_rule_comb7,90,"[':', '~', '&']",% < &],0,1 +0125,0125,02,symb,three_rule_comb7,91,"['(', '&', '(']",( > <],0,1 +0125,0125,02,symb,three_rule_comb7,92,"['~', '~', '(']",* : ~],0,1 +0125,0125,02,symb,three_rule_comb7,93,"['~', '$', '~']",~ > !],0,1 +0125,0125,02,symb,three_rule_comb7,94,"['&', '!', '<']",& ! *],0,1 +0125,0125,02,symb,three_rule_comb7,95,"['&', '<', '*']",: > *],0,1 +0125,0125,02,symb,three_rule_comb7,96,"['*', '(', '~']",% < ~],0,1 +0125,0125,02,symb,three_rule_comb7,97,"['%', '!', '%']",% ~ &,0,1 +0125,0125,02,symb,three_rule_comb7,98,"[':', '!', '%']",:],0,1 +0125,0125,02,symb,three_rule_comb7,99,"[':', '$', '!']",: ~ >],0,1 +0125,0125,02,symb,three_rule_comb8,0,"[':', '&', '*']",$ * >,0,1 +0125,0125,02,symb,three_rule_comb8,1,"['<', '<', '<']",* : <,0,1 +0125,0125,02,symb,three_rule_comb8,2,"['!', '%', ':']",: : %],0,1 +0125,0125,02,symb,three_rule_comb8,3,"['>', '<', '$']",! & *],0,1 +0125,0125,02,symb,three_rule_comb8,4,"['$', '(', ':']",: > ~],0,1 +0125,0125,02,symb,three_rule_comb8,5,"['<', '!', ':']",( ( ~,0,1 +0125,0125,02,symb,three_rule_comb8,6,"['(', '~', '&']",: * <],0,1 +0125,0125,02,symb,three_rule_comb8,7,"[':', '!', '%']",! % *],0,1 +0125,0125,02,symb,three_rule_comb8,8,"['>', '%', '~']",> ! !],0,1 +0125,0125,02,symb,three_rule_comb8,9,"['%', '>', '%']",% ~ (],0,1 +0125,0125,02,symb,three_rule_comb8,10,"['!', '<', '~']",< < *],0,1 +0125,0125,02,symb,three_rule_comb8,11,"['%', '(', '<']",! ( *],0,1 +0125,0125,02,symb,three_rule_comb8,12,"['~', '~', '(']",! ~ >],0,1 +0125,0125,02,symb,three_rule_comb8,13,"['&', '$', ':']",: < &],0,1 +0125,0125,02,symb,three_rule_comb8,14,"['%', '>', '&']",% ! <],0,1 +0125,0125,02,symb,three_rule_comb8,15,"['!', ':', '!']",% > !],0,1 +0125,0125,02,symb,three_rule_comb8,16,"['(', '~', '>']",! ~ >],0,1 +0125,0125,02,symb,three_rule_comb8,17,"['*', ':', '(']",* < >,0,1 +0125,0125,02,symb,three_rule_comb8,18,"['&', '<', '<']",$ & %,0,1 +0125,0125,02,symb,three_rule_comb8,19,"['%', '>', '<']",: ! %],0,1 +0125,0125,02,symb,three_rule_comb8,20,"['(', '&', '$']",> & ~],0,1 +0125,0125,02,symb,three_rule_comb8,21,"['%', '$', '(']",* ~ >],0,1 +0125,0125,02,symb,three_rule_comb8,22,"[':', '(', '*']",: > <],0,1 +0125,0125,02,symb,three_rule_comb8,23,"['$', '(', ':']",< & %],0,1 +0125,0125,02,symb,three_rule_comb8,24,"['<', '!', '%']",< ~ ~],0,1 +0125,0125,02,symb,three_rule_comb8,25,"['%', '<', ':']",* < %],0,1 +0125,0125,02,symb,three_rule_comb8,26,"[':', ':', '<']",> : <],0,1 +0125,0125,02,symb,three_rule_comb8,27,"['%', '<', ':']",! * :],0,1 +0125,0125,02,symb,three_rule_comb8,28,"['(', '<', '!']",> < >],0,1 +0125,0125,02,symb,three_rule_comb8,29,"['(', '<', '~']",( ~ <],0,1 +0125,0125,02,symb,three_rule_comb8,30,"['~', '~', '%']",* % *],0,1 +0125,0125,02,symb,three_rule_comb8,31,"['>', '<', '>']",! $ ~],0,1 +0125,0125,02,symb,three_rule_comb8,32,"['(', '%', ':']",: * (],0,1 +0125,0125,02,symb,three_rule_comb8,33,"['!', '%', '*']",% > ~],0,1 +0125,0125,02,symb,three_rule_comb8,34,"['~', ':', '<']",~ < *],0,1 +0125,0125,02,symb,three_rule_comb8,35,"['$', '%', '$']",% > ~],0,1 +0125,0125,02,symb,three_rule_comb8,36,"['>', '(', '~']",> < <],0,1 +0125,0125,02,symb,three_rule_comb8,37,"['>', '!', ':']",< ! %],0,1 +0125,0125,02,symb,three_rule_comb8,38,"['<', '%', '&']",$ & >,0,1 +0125,0125,02,symb,three_rule_comb8,39,"['$', '<', '%']",& < $],0,1 +0125,0125,02,symb,three_rule_comb8,40,"['(', '>', '&']",% < <,0,1 +0125,0125,02,symb,three_rule_comb8,41,"['&', '~', '>']",* ! <],0,1 +0125,0125,02,symb,three_rule_comb8,42,"['(', '*', '<']",* * !],0,1 +0125,0125,02,symb,three_rule_comb8,43,"['~', '&', '!']",$ ! (,0,1 +0125,0125,02,symb,three_rule_comb8,44,"['%', '$', '%']",! ! %],0,1 +0125,0125,02,symb,three_rule_comb8,45,"['<', ':', '(']",% : !,0,1 +0125,0125,02,symb,three_rule_comb8,46,"['$', ':', '%']",& ~ (],0,1 +0125,0125,02,symb,three_rule_comb8,47,"['!', '%', '*']",! ~ <],0,1 +0125,0125,02,symb,three_rule_comb8,48,"['<', '&', '!']",$ > *],0,1 +0125,0125,02,symb,three_rule_comb8,49,"[':', '$', '<']",% < &],0,1 +0125,0125,02,symb,three_rule_comb8,50,"['*', '$', '%']",* < &],0,1 +0125,0125,02,symb,three_rule_comb8,51,"['&', '&', '&']",& > *],0,1 +0125,0125,02,symb,three_rule_comb8,52,"['~', '(', '<']",* > &,0,1 +0125,0125,02,symb,three_rule_comb8,53,"['!', '<', '>']",> & ~],0,1 +0125,0125,02,symb,three_rule_comb8,54,"['>', '<', '*']",~ ( *],0,1 +0125,0125,02,symb,three_rule_comb8,55,"['&', '~', '!']",$ * %],0,1 +0125,0125,02,symb,three_rule_comb8,56,"['%', '$', '&']",* $ $],0,1 +0125,0125,02,symb,three_rule_comb8,57,"['<', '!', '&']",$ < ^,0,1 +0125,0125,02,symb,three_rule_comb8,58,"['~', '*', '&']",< ! *],0,1 +0125,0125,02,symb,three_rule_comb8,59,"['<', '<', '%']",: > ?],0,1 +0125,0125,02,symb,three_rule_comb8,60,"['&', '$', '$']",* : $],0,1 +0125,0125,02,symb,three_rule_comb8,61,"[':', ':', '&']",:% >,0,1 +0125,0125,02,symb,three_rule_comb8,62,"['$', '(', '*']",$ & <],0,1 +0125,0125,02,symb,three_rule_comb8,63,"['&', '$', '%']",& ! ~],0,1 +0125,0125,02,symb,three_rule_comb8,64,"['<', '$', '<']",< ! :],0,1 +0125,0125,02,symb,three_rule_comb8,65,"[':', '%', '<']",~ & <],0,1 +0125,0125,02,symb,three_rule_comb8,66,"['<', '~', ':']",< : ~],0,1 +0125,0125,02,symb,three_rule_comb8,67,"['%', '<', ':']",% ~ >],0,1 +0125,0125,02,symb,three_rule_comb8,68,"[':', '<', '>']",: ~ ~],0,1 +0125,0125,02,symb,three_rule_comb8,69,"['&', ':', '$']",& * !],0,1 +0125,0125,02,symb,three_rule_comb8,70,"['<', '*', '$']",* > ~],0,1 +0125,0125,02,symb,three_rule_comb8,71,"['<', '(', '*']",* ! <,0,1 +0125,0125,02,symb,three_rule_comb8,72,"[':', '$', '%']",% : ~,0,1 +0125,0125,02,symb,three_rule_comb8,73,"['%', '!', '(']",# % ?,0,1 +0125,0125,02,symb,three_rule_comb8,74,"['%', '<', '&']",*: $ &,0,1 +0125,0125,02,symb,three_rule_comb8,75,"['(', '<', '~']",: & %],0,1 +0125,0125,02,symb,three_rule_comb8,76,"['$', '!', '*']",< * ~],0,1 +0125,0125,02,symb,three_rule_comb8,77,"['%', '>', '(']",% ( &],0,1 +0125,0125,02,symb,three_rule_comb8,78,"[':', '&', '>']",% $ ~,0,1 +0125,0125,02,symb,three_rule_comb8,79,"['&', '$', '>']",< & *],0,1 +0125,0125,02,symb,three_rule_comb8,80,"['%', '&', ':']",% * %],0,1 +0125,0125,02,symb,three_rule_comb8,81,"['$', '*', '%']",< : (],0,1 +0125,0125,02,symb,three_rule_comb8,82,"[':', ':', '&']",: * >],0,1 +0125,0125,02,symb,three_rule_comb8,83,"['*', '&', ':']",* > *],0,1 +0125,0125,02,symb,three_rule_comb8,84,"['!', '$', '%']",~ ! %],0,1 +0125,0125,02,symb,three_rule_comb8,85,"['!', '<', ':']",> & >],0,1 +0125,0125,02,symb,three_rule_comb8,86,"['~', '&', '(']",~ > &],0,1 +0125,0125,02,symb,three_rule_comb8,87,"['<', '%', '*']",$ ! ~],0,1 +0125,0125,02,symb,three_rule_comb8,88,"[':', '&', '%']",: > !],0,1 +0125,0125,02,symb,three_rule_comb8,89,"['(', '$', ':']",$ : $,0,1 +0125,0125,02,symb,three_rule_comb8,90,"['<', '%', '*']",< ~ <],0,1 +0125,0125,02,symb,three_rule_comb8,91,"['%', '!', '*']",% ~ >,0,1 +0125,0125,02,symb,three_rule_comb8,92,"[':', ':', '~']",% ~ >,0,1 +0125,0125,02,symb,three_rule_comb8,93,"['&', '%', '*']",$ : $],0,1 +0125,0125,02,symb,three_rule_comb8,94,"[':', ':', '>']",: ! >],0,1 +0125,0125,02,symb,three_rule_comb8,95,"['~', '<', '(']",% & $],0,1 +0125,0125,02,symb,three_rule_comb8,96,"['$', '$', '!']",* : !,0,1 +0125,0125,02,symb,three_rule_comb8,97,"['%', ':', '<']",% > ~],0,1 +0125,0125,02,symb,three_rule_comb8,98,"['<', '%', '!']",< ~ ~],0,1 +0125,0125,02,symb,three_rule_comb8,99,"[':', '&', '%']",% < ~,0,1 +0125,0125,02,symb,three_rule_comb9,0,"['<', '>', '!']",: ! >],0,1 +0125,0125,02,symb,three_rule_comb9,1,"[':', '$', '%']",: < )],0,1 +0125,0125,02,symb,three_rule_comb9,2,"['~', '>', '*']",< ! ~],0,1 +0125,0125,02,symb,three_rule_comb9,3,"['<', ':', '~']",($ *],0,1 +0125,0125,02,symb,three_rule_comb9,4,"['<', '~', '*']",$ * ~],0,1 +0125,0125,02,symb,three_rule_comb9,5,"['>', ':', '(']",% ! ~],0,1 +0125,0125,02,symb,three_rule_comb9,6,"['%', '&', '<']",< &],0,1 +0125,0125,02,symb,three_rule_comb9,7,"['$', '&', '%']",! & <],0,1 +0125,0125,02,symb,three_rule_comb9,8,"[':', '%', '!']",% ( >,0,1 +0125,0125,02,symb,three_rule_comb9,9,"['%', '<', ':']",? @ #],0,1 +0125,0125,02,symb,three_rule_comb9,10,"['%', ':', '&']",: % <],0,1 +0125,0125,02,symb,three_rule_comb9,11,"['%', '&', '&']",# # >],0,1 +0125,0125,02,symb,three_rule_comb9,12,"['$', '&', '~']",& < *],0,1 +0125,0125,02,symb,three_rule_comb9,13,"['(', ':', '&']",* % &],0,1 +0125,0125,02,symb,three_rule_comb9,14,"['*', '<', '%']",: $ ~],0,1 +0125,0125,02,symb,three_rule_comb9,15,"[':', '&', '<']",% < $],0,1 +0125,0125,02,symb,three_rule_comb9,16,"['~', '%', ':']",! ! *],0,1 +0125,0125,02,symb,three_rule_comb9,17,"['<', '*', '(']",: < &],0,1 +0125,0125,02,symb,three_rule_comb9,18,"['(', '~', '$']",% * <],0,1 +0125,0125,02,symb,three_rule_comb9,19,"['*', ':', '%']",~ > :],0,1 +0125,0125,02,symb,three_rule_comb9,20,"['%', ':', '>']",% !],0,1 +0125,0125,02,symb,three_rule_comb9,21,"['&', '*', '$']",& ~ $],0,1 +0125,0125,02,symb,three_rule_comb9,22,"['<', ':', '*']",$ % ~],0,1 +0125,0125,02,symb,three_rule_comb9,23,"['~', '&', '*']",> * $],0,1 +0125,0125,02,symb,three_rule_comb9,24,"['(', '$', '%']",< % &],0,1 +0125,0125,02,symb,three_rule_comb9,25,"['*', '$', ':']",% > !],0,1 +0125,0125,02,symb,three_rule_comb9,26,"['%', '$', '&']",: < $],0,1 +0125,0125,02,symb,three_rule_comb9,27,"['%', '&', '<']",: < $],0,1 +0125,0125,02,symb,three_rule_comb9,28,"[':', '&', '%']",% $ (,0,1 +0125,0125,02,symb,three_rule_comb9,29,"[':', '~', '(']",% * ~],0,1 +0125,0125,02,symb,three_rule_comb9,30,"['<', ':', ':']",% ] >,0,1 +0125,0125,02,symb,three_rule_comb9,31,"[':', '>', '&']",% ! $],0,1 +0125,0125,02,symb,three_rule_comb9,32,"['%', '(', '<']",: % $],0,1 +0125,0125,02,symb,three_rule_comb9,33,"['>', '<', '$']",! & <],0,1 +0125,0125,02,symb,three_rule_comb9,34,"['$', '(', '*']",! > ~],0,1 +0125,0125,02,symb,three_rule_comb9,35,"['~', '(', '%']",# > #,0,1 +0125,0125,02,symb,three_rule_comb9,36,"['$', '%', '(']",< ( :],0,1 +0125,0125,02,symb,three_rule_comb9,37,"[':', '$', '!']",! & ],0,1 +0125,0125,02,symb,three_rule_comb9,38,"['>', '%', '%']",! : (],0,1 +0125,0125,02,symb,three_rule_comb9,39,"['!', '$', '(']",> < %],0,1 +0125,0125,02,symb,three_rule_comb9,40,"[':', '~', '$']",* &],0,1 +0125,0125,02,symb,three_rule_comb9,41,"[':', '&', '(']",< > %],0,1 +0125,0125,02,symb,three_rule_comb9,42,"['>', '*', '$']",& > ~],0,1 +0125,0125,02,symb,three_rule_comb9,43,"['&', '%', '$']",< : &],0,1 +0125,0125,02,symb,three_rule_comb9,44,"['~', '(', '(']",* % :],0,1 +0125,0125,02,symb,three_rule_comb9,45,"['&', '>', '(']",$ ! :],0,1 +0125,0125,02,symb,three_rule_comb9,46,"[':', '*', '&']",% ~ <,0,1 +0125,0125,02,symb,three_rule_comb9,47,"['%', ':', '>']",# > *],0,1 +0125,0125,02,symb,three_rule_comb9,48,"['~', '$', '<']",* < $],0,1 +0125,0125,02,symb,three_rule_comb9,49,"['&', '<', '<']",$ & $],0,1 +0125,0125,02,symb,three_rule_comb9,50,"['%', '%', '&']",# & !],0,1 +0125,0125,02,symb,three_rule_comb9,51,"['*', '$', '&']",* > ~],0,1 +0125,0125,02,symb,three_rule_comb9,52,"['$', ':', '<']",< ( &],0,1 +0125,0125,02,symb,three_rule_comb9,53,"['%', '%', '~']",! ~ !],0,1 +0125,0125,02,symb,three_rule_comb9,54,"['$', '$', ':']",! ~ :]],0,1 +0125,0125,02,symb,three_rule_comb9,55,"['<', '(', '!']",& % >],0,1 +0125,0125,02,symb,three_rule_comb9,56,"['&', '>', '$']",$ ! <],0,1 +0125,0125,02,symb,three_rule_comb9,57,"['&', '$', ':']",$ & %,0,1 +0125,0125,02,symb,three_rule_comb9,58,"['(', '&', '%']",% < (,0,1 +0125,0125,02,symb,three_rule_comb9,59,"['$', '>', '<']",< ! $],0,1 +0125,0125,02,symb,three_rule_comb9,60,"['$', '<', '(']",< & :],0,1 +0125,0125,02,symb,three_rule_comb9,61,"[':', '%', '*']",% : ~,0,1 +0125,0125,02,symb,three_rule_comb9,62,"['&', '<', ':']",< & %],0,1 +0125,0125,02,symb,three_rule_comb9,63,"['$', '(', ':']",% : >,0,1 +0125,0125,02,symb,three_rule_comb9,64,"['~', ':', '$']",* ( &],0,1 +0125,0125,02,symb,three_rule_comb9,65,"['(', '%', '!']",% : >],0,1 +0125,0125,02,symb,three_rule_comb9,66,"['<', '&', '~']",< * &],0,1 +0125,0125,02,symb,three_rule_comb9,67,"['<', '$', '!']",* & >,0,1 +0125,0125,02,symb,three_rule_comb9,68,"[':', '$', '%']",% < (,0,1 +0125,0125,02,symb,three_rule_comb9,69,"['(', '$', '>']",: < !],0,1 +0125,0125,02,symb,three_rule_comb9,70,"[':', '$', '(']",% & %],0,1 +0125,0125,02,symb,three_rule_comb9,71,"['(', '*', '<']",: ~ &],0,1 +0125,0125,02,symb,three_rule_comb9,72,"['>', '$', ':']",>] ! &),0,1 +0125,0125,02,symb,three_rule_comb9,73,"['<', '%', ':']",% : &,0,1 +0125,0125,02,symb,three_rule_comb9,74,"['$', ':', '>']",& % !],0,1 +0125,0125,02,symb,three_rule_comb9,75,"['!', '%', '(']",: * >],0,1 +0125,0125,02,symb,three_rule_comb9,76,"['&', ':', '%']",$ % (],0,1 +0125,0125,02,symb,three_rule_comb9,77,"['>', '%', '(']",% $ #],0,1 +0125,0125,02,symb,three_rule_comb9,78,"['$', '<', '$']",< $ &],0,1 +0125,0125,02,symb,three_rule_comb9,79,"['&', '>', '%']",$ ! :],0,1 +0125,0125,02,symb,three_rule_comb9,80,"['(', '(', '*']",: % ~],0,1 +0125,0125,02,symb,three_rule_comb9,81,"['&', '(', '>']",% < !],0,1 +0125,0125,02,symb,three_rule_comb9,82,"['%', '<', '(']",% : &,0,1 +0125,0125,02,symb,three_rule_comb9,83,"['$', '<', '(']",< $ %],0,1 +0125,0125,02,symb,three_rule_comb9,84,"['<', '!', '%']",: ~ !],0,1 +0125,0125,02,symb,three_rule_comb9,85,"['<', '>', '&']",# > #],0,1 +0125,0125,02,symb,three_rule_comb9,86,"['$', '(', '<']",& % &],0,1 +0125,0125,02,symb,three_rule_comb9,87,"['(', '$', '<']",( < %,0,1 +0125,0125,02,symb,three_rule_comb9,88,"['>', '(', '<']",% $ #],0,1 +0125,0125,02,symb,three_rule_comb9,89,"['~', ':', '%']",* ( (],0,1 +0125,0125,02,symb,three_rule_comb9,90,"['&', '$', '!']",~ > ~],0,1 +0125,0125,02,symb,three_rule_comb9,91,"['$', '%', '&']",< : $],0,1 +0125,0125,02,symb,three_rule_comb9,92,"['$', '>', '(']",< ! %],0,1 +0125,0125,02,symb,three_rule_comb9,93,"['&', '%', '~']",< ( *],0,1 +0125,0125,02,symb,three_rule_comb9,94,"['$', '%', '*']",~ ] & >],0,1 +0125,0125,02,symb,three_rule_comb9,95,"['&', '!', '&']",* > $],0,1 +0125,0125,02,symb,three_rule_comb9,96,"['>', '$', '&']",! & $],0,1 +0125,0125,02,symb,three_rule_comb9,97,"['!', '&', '%']",> $ (],0,1 +0125,0125,02,symb,three_rule_comb9,98,"['$', '>', ':']",~ > ~],0,1 +0125,0125,02,symb,three_rule_comb9,99,"['!', '&', '*']",! ! >],0,1 +0125,0125,02,symb,c3_set_union,0,"['~', '(', '&', '$']",~ ( & $],1,1 +0125,0125,02,symb,c3_set_union,1,"['<', '>', '(', '&']",< > &,0,1 +0125,0125,02,symb,c3_set_union,2,"['&', '$', ':', '~']",& $ ~,0,1 +0125,0125,02,symb,c3_set_union,3,"['%', '(', ':', '>']",% (>],0,1 +0125,0125,02,symb,c3_set_union,4,"[':', '~', '<', '*']",: ~ *,0,1 +0125,0125,02,symb,c3_set_union,5,"['*', '<', '&', '%']",* < & %,1,1 +0125,0125,02,symb,c3_set_union,6,"['~', '&', '%', '(']",% ( ~],0,1 +0125,0125,02,symb,c3_set_union,7,"['>', '!', ':', '(']",> ! :(],1,1 +0125,0125,02,symb,c3_set_union,8,"[':', '!', '*', '&']",: ! &,0,1 +0125,0125,02,symb,c3_set_union,9,"['%', '*', '&', '~']",% * ~,0,1 +0125,0125,02,symb,c3_set_union,10,"['$', '%', '>', '&']",$ % > &,1,1 +0125,0125,02,symb,c3_set_union,11,"['~', '&', '!', '<']",~ & ! <,1,1 +0125,0125,02,symb,c3_set_union,12,"['$', '>', '~', '%']",$ > ~ %,1,1 +0125,0125,02,symb,c3_set_union,13,"['<', '%', '>', '!']",< % ! >,1,1 +0125,0125,02,symb,c3_set_union,14,"[':', '$', '>', '*']",: $ > *,1,1 +0125,0125,02,symb,c3_set_union,15,"['%', '(', '&', '*']",% & *],0,1 +0125,0125,02,symb,c3_set_union,16,"['~', '*', ':', '!']",~ * : !,1,1 +0125,0125,02,symb,c3_set_union,17,"['>', ':', '~', '!']",> : !,0,1 +0125,0125,02,symb,c3_set_union,18,"['$', '(', '*', ':']",$ ( * :,1,1 +0125,0125,02,symb,c3_set_union,19,"[':', '(', '~', '&']",: (~ &],1,1 +0125,0125,02,symb,c3_set_union,20,"['~', '%', '*', '!']",~ % * !,1,1 +0125,0125,02,symb,c3_set_union,21,"[':', '(', '<', '$']",: < $],0,1 +0125,0125,02,symb,c3_set_union,22,"['!', '<', '>', ':']",! < :,0,1 +0125,0125,02,symb,c3_set_union,23,"['%', '(', '~', '<']",% ( ~ <,1,1 +0125,0125,02,symb,c3_set_union,24,"['%', '$', '>', '<']",% $ > <,1,1 +0125,0125,02,symb,c3_set_union,25,"['~', '$', '<', '&']",~ $ < &,1,1 +0125,0125,02,symb,c3_set_union,26,"[':', '!', '$', '>']",: ! >,0,1 +0125,0125,02,symb,c3_set_union,27,"['$', '*', '&', ':']",$ * :,0,1 +0125,0125,02,symb,c3_set_union,28,"[':', '%', '&', '~']",: % & ~,1,1 +0125,0125,02,symb,c3_set_union,29,"['!', '$', '*', '&']",! $ &,0,1 +0125,0125,02,symb,c3_set_union,30,"['!', '*', '(', ':']",! * :],0,1 +0125,0125,02,symb,c3_set_union,31,"['*', '~', '&', ':']",* ~ & :,1,1 +0125,0125,02,symb,c3_set_union,32,"[':', '~', '(', '%']",: ~ %],0,1 +0125,0125,02,symb,c3_set_union,33,"['*', '%', '<', '$']",* % < $,1,1 +0125,0125,02,symb,c3_set_union,34,"['~', '<', '&', '(']",~ < & (],1,1 +0125,0125,02,symb,c3_set_union,35,"['%', '<', '*', '!']",% < * !,1,1 +0125,0125,02,symb,c3_set_union,36,"['(', '~', ':', '!']",( ~ !),0,1 +0125,0125,02,symb,c3_set_union,37,"['$', '&', '*', '~']",$ * ~,0,1 +0125,0125,02,symb,c3_set_union,38,"[':', '(', '~', '$']",: (~ $],1,1 +0125,0125,02,symb,c3_set_union,39,"['&', '>', '$', '*']",& > $ *,1,1 +0125,0125,02,symb,c3_set_union,40,"['$', '!', '*', '~']",$ * ~,0,1 +0125,0125,02,symb,c3_set_union,41,"['&', '%', '$', '!']",& % $ !,1,1 +0125,0125,02,symb,c3_set_union,42,"['>', '$', '*', '!']",> $ *,0,1 +0125,0125,02,symb,c3_set_union,43,"[':', '*', '(', '>']",: *>],0,1 +0125,0125,02,symb,c3_set_union,44,"['$', '%', '(', ':']",$ % :],0,1 +0125,0125,02,symb,c3_set_union,45,"['!', '<', ':', '$']",! < : $,1,1 +0125,0125,02,symb,c3_set_union,46,"['>', '*', '&', '<']",> * <,0,1 +0125,0125,02,symb,c3_set_union,47,"[':', '~', '>', '*']",: ~ *>,1,1 +0125,0125,02,symb,c3_set_union,48,"['%', '(', '*', '~']",% ( ~],0,1 +0125,0125,02,symb,c3_set_union,49,"['(', '~', '*', '<']",( ~ * <],1,1 +0125,0125,02,symb,c3_set_union,50,"['(', '$', '!', '%']",($ %),0,1 +0125,0125,02,symb,c3_set_union,51,"['>', '!', '%', '*']",> ! % *,1,1 +0125,0125,02,symb,c3_set_union,52,"['&', '$', '>', ':']",& $ > :],1,1 +0125,0125,02,symb,c3_set_union,53,"['~', '$', '%', '<']",~ $ % <,1,1 +0125,0125,02,symb,c3_set_union,54,"['&', '>', '<', '%']",& < %,0,1 +0125,0125,02,symb,c3_set_union,55,"['>', '*', '<', ':']",> * :],0,1 +0125,0125,02,symb,c3_set_union,56,"[':', '!', '*', '<']",: ! <,0,1 +0125,0125,02,symb,c3_set_union,57,"['%', '<', '*', '~']",% < ~,0,1 +0125,0125,02,symb,c3_set_union,58,"['>', '(', '<', '%']",> ( %],0,1 +0125,0125,02,symb,c3_set_union,59,"['>', ':', '<', '~']",> ~,0,1 +0125,0125,02,symb,c3_set_union,60,"['*', '&', '<', '$']",* < $,0,1 +0125,0125,02,symb,c3_set_union,61,"['%', '<', '*', '(']",% (,0,1 +0125,0125,02,symb,c3_set_union,62,"['$', '%', '<', '!']",$ % < !,1,1 +0125,0125,02,symb,c3_set_union,63,"['~', '>', '<', '!']",~ > !,0,1 +0125,0125,02,symb,c3_set_union,64,"['&', '!', '$', '~']",& ! ~,0,1 +0125,0125,02,symb,c3_set_union,65,"[':', '&', '>', '%']",: > %,0,1 +0125,0125,02,symb,c3_set_union,66,"['<', '&', '$', '>']",< & $ >,1,1 +0125,0125,02,symb,c3_set_union,67,"['(', '$', '*', '%']",* $ %,0,1 +0125,0125,02,symb,c3_set_union,68,"['<', '%', ':', '$']",< % $],0,1 +0125,0125,02,symb,c3_set_union,69,"[':', '&', '$', '<']",:$ &],0,1 +0125,0125,02,symb,c3_set_union,70,"['>', '(', '~', '*']",> ( ~ *],1,1 +0125,0125,02,symb,c3_set_union,71,"[':', '~', '&', '<']",: ~ <,0,1 +0125,0125,02,symb,c3_set_union,72,"['(', '!', ':', '%']",( ! %),0,1 +0125,0125,02,symb,c3_set_union,73,"['<', '&', '$', '(']",< & $ (,1,1 +0125,0125,02,symb,c3_set_union,74,"['*', '!', '>', ':']",* ! > :],1,1 +0125,0125,02,symb,c3_set_union,75,"['$', ':', '<', '*']",$ : *,0,1 +0125,0125,02,symb,c3_set_union,76,"['%', '>', ':', '$']",% > $,0,1 +0125,0125,02,symb,c3_set_union,77,"[':', '~', '!', '%']",: ~ %,0,1 +0125,0125,02,symb,c3_set_union,78,"['&', '!', '~', '>']",& ! >,0,1 +0125,0125,02,symb,c3_set_union,79,"['(', '$', '*', '<']",* $ <,0,1 +0125,0125,02,symb,c3_set_union,80,"['(', ':', '&', '$']",:& $],0,1 +0125,0125,02,symb,c3_set_union,81,"['!', '&', '*', '>']",! & >,0,1 +0125,0125,02,symb,c3_set_union,82,"[':', '%', '&', '<']",: % & <,1,1 +0125,0125,02,symb,c3_set_union,83,"['>', '(', '$', '*']",> ($ *],1,1 +0125,0125,02,symb,c3_set_union,84,"['!', ':', '<', '&']",! : &,0,1 +0125,0125,02,symb,c3_set_union,85,"['!', '$', '(', ':']",! $ :],0,1 +0125,0125,02,symb,c3_set_union,86,"['*', '!', '%', ':']",* ! : %,1,1 +0125,0125,02,symb,c3_set_union,87,"['(', '!', '*', '~']",( ! ~],0,1 +0125,0125,02,symb,c3_set_union,88,"['%', '!', '&', '(']",% & (,0,1 +0125,0125,02,symb,c3_set_union,89,"['!', '(', '>', '$']",! ( > $,1,1 +0125,0125,02,symb,c3_set_union,90,"['<', '>', '*', '(']",* <,0,1 +0125,0125,02,symb,c3_set_union,91,"['&', '$', '%', '(']",& $ %,0,1 +0125,0125,02,symb,c3_set_union,92,"['!', '<', '&', '%']",! < & %,1,1 +0125,0125,02,symb,c3_set_union,93,"[':', '(', '&', '>']",: ( & >],1,1 +0125,0125,02,symb,c3_set_union,94,"[':', '<', '$', '>']",: < >,0,1 +0125,0125,02,symb,c3_set_union,95,"['(', '$', '<', '%']",( < $,0,1 +0125,0125,02,symb,c3_set_union,96,"['~', '%', '*', ':']",~ % :],0,1 +0125,0125,02,symb,c3_set_union,97,"['&', '%', '!', '*']",& % ! *,1,1 +0125,0125,02,symb,c3_set_union,98,"[':', '$', '*', '!']",: $ !,0,1 +0125,0125,02,symb,c3_set_union,99,"['!', '(', '<', '*']",! ( < *],1,1 +0125,0125,02,symb,c1_set_union,0,['('],(],1,1 +0125,0125,02,symb,c1_set_union,1,['('],(,1,1 +0125,0125,02,symb,c1_set_union,2,['&'],&],1,1 +0125,0125,02,symb,c1_set_union,3,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,4,['>'],>],1,1 +0125,0125,02,symb,c1_set_union,5,['~'],~,1,1 +0125,0125,02,symb,c1_set_union,6,['<'],<],1,1 +0125,0125,02,symb,c1_set_union,7,['%'],%,1,1 +0125,0125,02,symb,c1_set_union,8,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,9,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,10,[':'],:],1,1 +0125,0125,02,symb,c1_set_union,11,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,12,['('],(],1,1 +0125,0125,02,symb,c1_set_union,13,['<'],<,1,1 +0125,0125,02,symb,c1_set_union,14,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,15,['<'],<],1,1 +0125,0125,02,symb,c1_set_union,16,[':'],:],1,1 +0125,0125,02,symb,c1_set_union,17,['>'],>,1,1 +0125,0125,02,symb,c1_set_union,18,[':'],:],1,1 +0125,0125,02,symb,c1_set_union,19,['('],%],0,1 +0125,0125,02,symb,c1_set_union,20,[':'],:],1,1 +0125,0125,02,symb,c1_set_union,21,['~'],~],1,1 +0125,0125,02,symb,c1_set_union,22,['~'],*],0,1 +0125,0125,02,symb,c1_set_union,23,[':'],:],1,1 +0125,0125,02,symb,c1_set_union,24,['&'],&],1,1 +0125,0125,02,symb,c1_set_union,25,['~'],~,1,1 +0125,0125,02,symb,c1_set_union,26,['<'],<,1,1 +0125,0125,02,symb,c1_set_union,27,['>'],>,1,1 +0125,0125,02,symb,c1_set_union,28,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,29,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,30,['&'],&,1,1 +0125,0125,02,symb,c1_set_union,31,['!'],!,1,1 +0125,0125,02,symb,c1_set_union,32,['&'],%],0,1 +0125,0125,02,symb,c1_set_union,33,['('],(],1,1 +0125,0125,02,symb,c1_set_union,34,['!'],!,1,1 +0125,0125,02,symb,c1_set_union,35,['&'],&,1,1 +0125,0125,02,symb,c1_set_union,36,['~'],~],1,1 +0125,0125,02,symb,c1_set_union,37,['('],(],1,1 +0125,0125,02,symb,c1_set_union,38,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,39,['('],<],0,1 +0125,0125,02,symb,c1_set_union,40,['>'],>,1,1 +0125,0125,02,symb,c1_set_union,41,[':'],:],1,1 +0125,0125,02,symb,c1_set_union,42,['&'],&,1,1 +0125,0125,02,symb,c1_set_union,43,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,44,['!'],!],1,1 +0125,0125,02,symb,c1_set_union,45,['$'],$],1,1 +0125,0125,02,symb,c1_set_union,46,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,47,['>'],>,1,1 +0125,0125,02,symb,c1_set_union,48,['~'],~,1,1 +0125,0125,02,symb,c1_set_union,49,['>'],>],1,1 +0125,0125,02,symb,c1_set_union,50,['$'],$],1,1 +0125,0125,02,symb,c1_set_union,51,['!'],!,1,1 +0125,0125,02,symb,c1_set_union,52,['!'],!,1,1 +0125,0125,02,symb,c1_set_union,53,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,54,['<'],<,1,1 +0125,0125,02,symb,c1_set_union,55,['&'],&,1,1 +0125,0125,02,symb,c1_set_union,56,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,57,['<'],<,1,1 +0125,0125,02,symb,c1_set_union,58,['('],(],1,1 +0125,0125,02,symb,c1_set_union,59,['&'],&,1,1 +0125,0125,02,symb,c1_set_union,60,['>'],>,1,1 +0125,0125,02,symb,c1_set_union,61,['!'],!],1,1 +0125,0125,02,symb,c1_set_union,62,['!'],!],1,1 +0125,0125,02,symb,c1_set_union,63,[':'],:],1,1 +0125,0125,02,symb,c1_set_union,64,['&'],&,1,1 +0125,0125,02,symb,c1_set_union,65,['>'],>,1,1 +0125,0125,02,symb,c1_set_union,66,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,67,['~'],~,1,1 +0125,0125,02,symb,c1_set_union,68,['('],(],1,1 +0125,0125,02,symb,c1_set_union,69,['('],(,1,1 +0125,0125,02,symb,c1_set_union,70,['%'],%,1,1 +0125,0125,02,symb,c1_set_union,71,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,72,['<'],<],1,1 +0125,0125,02,symb,c1_set_union,73,['*'],*],1,1 +0125,0125,02,symb,c1_set_union,74,['~'],~,1,1 +0125,0125,02,symb,c1_set_union,75,['>'],>,1,1 +0125,0125,02,symb,c1_set_union,76,['<'],<,1,1 +0125,0125,02,symb,c1_set_union,77,['!'],!,1,1 +0125,0125,02,symb,c1_set_union,78,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,79,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,80,['!'],!],1,1 +0125,0125,02,symb,c1_set_union,81,['&'],&],1,1 +0125,0125,02,symb,c1_set_union,82,['('],*],0,1 +0125,0125,02,symb,c1_set_union,83,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,84,['~'],~],1,1 +0125,0125,02,symb,c1_set_union,85,['%'],%],1,1 +0125,0125,02,symb,c1_set_union,86,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,87,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,88,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,89,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,90,['&'],&,1,1 +0125,0125,02,symb,c1_set_union,91,['>'],>],1,1 +0125,0125,02,symb,c1_set_union,92,['>'],:],0,1 +0125,0125,02,symb,c1_set_union,93,['!'],!],1,1 +0125,0125,02,symb,c1_set_union,94,['~'],~,1,1 +0125,0125,02,symb,c1_set_union,95,['*'],*,1,1 +0125,0125,02,symb,c1_set_union,96,['$'],$],1,1 +0125,0125,02,symb,c1_set_union,97,['&'],&],1,1 +0125,0125,02,symb,c1_set_union,98,['$'],$,1,1 +0125,0125,02,symb,c1_set_union,99,['~'],~],1,1 +0125,0125,02,symb,c2_set_union,0,['$'],$],1,1 +0125,0125,02,symb,c2_set_union,1,[':'],:],1,1 +0125,0125,02,symb,c2_set_union,2,['&'],&],1,1 +0125,0125,02,symb,c2_set_union,3,['*'],*],1,1 +0125,0125,02,symb,c2_set_union,4,['!'],!,1,1 +0125,0125,02,symb,c2_set_union,5,['&'],&],1,1 +0125,0125,02,symb,c2_set_union,6,[':'],& :],0,1 +0125,0125,02,symb,c2_set_union,7,['>'],< >,0,1 +0125,0125,02,symb,c2_set_union,8,['>'],>],1,1 +0125,0125,02,symb,c2_set_union,9,['('],% ( *)],0,1 +0125,0125,02,symb,c2_set_union,10,['*'],*],1,1 +0125,0125,02,symb,c2_set_union,11,['%'],%,1,1 +0125,0125,02,symb,c2_set_union,12,['$'],$,1,1 +0125,0125,02,symb,c2_set_union,13,[':'],:],1,1 +0125,0125,02,symb,c2_set_union,14,['%'],%],1,1 +0125,0125,02,symb,c2_set_union,15,['%'],%,1,1 +0125,0125,02,symb,c2_set_union,16,['>'],>],1,1 +0125,0125,02,symb,c2_set_union,17,['$'],$],1,1 +0125,0125,02,symb,c2_set_union,18,['$'],$,1,1 +0125,0125,02,symb,c2_set_union,19,[':'],% :] [% : :] [::],0,1 +0125,0125,02,symb,c2_set_union,20,['>'],>,1,1 +0125,0125,02,symb,c2_set_union,21,[':'],! < :],0,1 +0125,0125,02,symb,c2_set_union,22,['&'],&],1,1 +0125,0125,02,symb,c2_set_union,23,[':'],$] [$ *] [$ * :],0,1 +0125,0125,02,symb,c2_set_union,24,['<'],: < *],0,1 +0125,0125,02,symb,c2_set_union,25,['&'],&],1,1 +0125,0125,02,symb,c2_set_union,26,['>'],> <],0,1 +0125,0125,02,symb,c2_set_union,27,['*'],*,1,1 +0125,0125,02,symb,c2_set_union,28,['<'],* < <],0,1 +0125,0125,02,symb,c2_set_union,29,[':'],:],1,1 +0125,0125,02,symb,c2_set_union,30,['!'],!,1,1 +0125,0125,02,symb,c2_set_union,31,['*'],*: *],0,1 +0125,0125,02,symb,c2_set_union,32,['*'],$ *],0,1 +0125,0125,02,symb,c2_set_union,33,['&'],* & <],0,1 +0125,0125,02,symb,c2_set_union,34,[':'],$ :] [ :],0,1 +0125,0125,02,symb,c2_set_union,35,['>'],>,1,1 +0125,0125,02,symb,c2_set_union,36,['<'],<],1,1 +0125,0125,02,symb,c2_set_union,37,['*'],*,1,1 +0125,0125,02,symb,c2_set_union,38,['*'],*],1,1 +0125,0125,02,symb,c2_set_union,39,['!'],< !],0,1 +0125,0125,02,symb,c2_set_union,40,['<'],<],1,1 +0125,0125,02,symb,c2_set_union,41,['>'],>],1,1 +0125,0125,02,symb,c2_set_union,42,['&'],&],1,1 +0125,0125,02,symb,c2_set_union,43,['~'],~],1,1 +0125,0125,02,symb,c2_set_union,44,['&'],* & :],0,1 +0125,0125,02,symb,c2_set_union,45,['~'],~],1,1 +0125,0125,02,symb,c2_set_union,46,['<'],<,1,1 +0125,0125,02,symb,c2_set_union,47,['*'],*,1,1 +0125,0125,02,symb,c2_set_union,48,['<'],<],1,1 +0125,0125,02,symb,c2_set_union,49,['!'],!],1,1 +0125,0125,02,symb,c2_set_union,50,['&'],! & (],0,1 +0125,0125,02,symb,c2_set_union,51,['!'],!,1,1 +0125,0125,02,symb,c2_set_union,52,['*'],*,1,1 +0125,0125,02,symb,c2_set_union,53,[':'],:],1,1 +0125,0125,02,symb,c2_set_union,54,['('],$ (!],0,1 +0125,0125,02,symb,c2_set_union,55,[':'],:],1,1 +0125,0125,02,symb,c2_set_union,56,['~'],% ~ $,0,1 +0125,0125,02,symb,c2_set_union,57,['!'],!],1,1 +0125,0125,02,symb,c2_set_union,58,['>'],>% >],0,1 +0125,0125,02,symb,c2_set_union,59,['<'],<],1,1 +0125,0125,02,symb,c2_set_union,60,['$'],% $],0,1 +0125,0125,02,symb,c2_set_union,61,['&'],&],1,1 +0125,0125,02,symb,c2_set_union,62,[':'],:],1,1 +0125,0125,02,symb,c2_set_union,63,['~'],~],1,1 +0125,0125,02,symb,c2_set_union,64,['>'],* > ~,0,1 +0125,0125,02,symb,c2_set_union,65,[':'],< :],0,1 +0125,0125,02,symb,c2_set_union,66,['*'],*],1,1 +0125,0125,02,symb,c2_set_union,67,['<'],<],1,1 +0125,0125,02,symb,c2_set_union,68,['&'],$ & !,0,1 +0125,0125,02,symb,c2_set_union,69,['%'],%],1,1 +0125,0125,02,symb,c2_set_union,70,['<'],<],1,1 +0125,0125,02,symb,c2_set_union,71,[':'],:],1,1 +0125,0125,02,symb,c2_set_union,72,['~'],% ~ ~],0,1 +0125,0125,02,symb,c2_set_union,73,['*'],*,1,1 +0125,0125,02,symb,c2_set_union,74,['~'],~,1,1 +0125,0125,02,symb,c2_set_union,75,['*'],*],1,1 +0125,0125,02,symb,c2_set_union,76,['&'],&],1,1 +0125,0125,02,symb,c2_set_union,77,['*'],*],1,1 +0125,0125,02,symb,c2_set_union,78,['*'],*],1,1 +0125,0125,02,symb,c2_set_union,79,[':'],% :],0,1 +0125,0125,02,symb,c2_set_union,80,['<'],$ <,0,1 +0125,0125,02,symb,c2_set_union,81,['&'],&],1,1 +0125,0125,02,symb,c2_set_union,82,['$'],$,1,1 +0125,0125,02,symb,c2_set_union,83,['%'],%],1,1 +0125,0125,02,symb,c2_set_union,84,['('],(],1,1 +0125,0125,02,symb,c2_set_union,85,['*'],*],1,1 +0125,0125,02,symb,c2_set_union,86,['!'],!],1,1 +0125,0125,02,symb,c2_set_union,87,['&'],$ & *,0,1 +0125,0125,02,symb,c2_set_union,88,['('],!],0,1 +0125,0125,02,symb,c2_set_union,89,['~'],( : ~],0,1 +0125,0125,02,symb,c2_set_union,90,['$'],$],1,1 +0125,0125,02,symb,c2_set_union,91,['$'],$ : %,0,1 +0125,0125,02,symb,c2_set_union,92,['~'],! ~ ~,0,1 +0125,0125,02,symb,c2_set_union,93,[':'],:],1,1 +0125,0125,02,symb,c2_set_union,94,['%'],%],1,1 +0125,0125,02,symb,c2_set_union,95,['~'],: ~ <],0,1 +0125,0125,02,symb,c2_set_union,96,['*'],*,1,1 +0125,0125,02,symb,c2_set_union,97,['&'],&],1,1 +0125,0125,02,symb,c2_set_union,98,['<'],<],1,1 +0125,0125,02,symb,c2_set_union,99,['('],(~),0,1 +0125,0125,02,symb,AND,0,['('],(],1,1 +0125,0125,02,symb,AND,1,['&'],&],1,1 +0125,0125,02,symb,AND,2,['<'],<,1,1 +0125,0125,02,symb,AND,3,['<'],<],1,1 +0125,0125,02,symb,AND,4,['*'],*],1,1 +0125,0125,02,symb,AND,5,['%'],%],1,1 +0125,0125,02,symb,AND,6,['%'],%],1,1 +0125,0125,02,symb,AND,7,['$'],$,1,1 +0125,0125,02,symb,AND,8,['>'],>],1,1 +0125,0125,02,symb,AND,9,['~'],~],1,1 +0125,0125,02,symb,AND,10,[':'],:],1,1 +0125,0125,02,symb,AND,11,['*'],*],1,1 +0125,0125,02,symb,AND,12,['*'],*],1,1 +0125,0125,02,symb,AND,13,['<'],<],1,1 +0125,0125,02,symb,AND,14,['$'],$],1,1 +0125,0125,02,symb,AND,15,['%'],%],1,1 +0125,0125,02,symb,AND,16,[':'],: :],0,1 +0125,0125,02,symb,AND,17,['>'],>],1,1 +0125,0125,02,symb,AND,18,['('],(],1,1 +0125,0125,02,symb,AND,19,['>'],> ],1,1 +0125,0125,02,symb,AND,20,[':'],(:),0,1 +0125,0125,02,symb,AND,21,['%'],%],1,1 +0125,0125,02,symb,AND,22,['>'],>],1,1 +0125,0125,02,symb,AND,23,['*'],*],1,1 +0125,0125,02,symb,AND,24,['&'],&],1,1 +0125,0125,02,symb,AND,25,['~'],~],1,1 +0125,0125,02,symb,AND,26,['('],(],1,1 +0125,0125,02,symb,AND,27,['<'],<,1,1 +0125,0125,02,symb,AND,28,['&'],&],1,1 +0125,0125,02,symb,AND,29,['&'],&],1,1 +0125,0125,02,symb,AND,30,[':'],:],1,1 +0125,0125,02,symb,AND,31,['>'],!,0,1 +0125,0125,02,symb,AND,32,['~'],~],1,1 +0125,0125,02,symb,AND,33,['*'],*],1,1 +0125,0125,02,symb,AND,34,['&'],&],1,1 +0125,0125,02,symb,AND,35,['$'],$],1,1 +0125,0125,02,symb,AND,36,['&'],& &],0,1 +0125,0125,02,symb,AND,37,['&'],& &],0,1 +0125,0125,02,symb,AND,38,['$'],$],1,1 +0125,0125,02,symb,AND,39,['*'],*,1,1 +0125,0125,02,symb,AND,40,['&'],& &],0,1 +0125,0125,02,symb,AND,41,['<'],<],1,1 +0125,0125,02,symb,AND,42,['%'],%],1,1 +0125,0125,02,symb,AND,43,['<'],<,1,1 +0125,0125,02,symb,AND,44,['&'],&],1,1 +0125,0125,02,symb,AND,45,['*'],*],1,1 +0125,0125,02,symb,AND,46,['*'],*],1,1 +0125,0125,02,symb,AND,47,['!'],!,1,1 +0125,0125,02,symb,AND,48,['%'],%],1,1 +0125,0125,02,symb,AND,49,['('],(],1,1 +0125,0125,02,symb,AND,50,['<'],<,1,1 +0125,0125,02,symb,AND,51,['%'],%,1,1 +0125,0125,02,symb,AND,52,[':'],:],1,1 +0125,0125,02,symb,AND,53,['&'],& >,0,1 +0125,0125,02,symb,AND,54,['>'],%,0,1 +0125,0125,02,symb,AND,55,['&'],& &],0,1 +0125,0125,02,symb,AND,56,[':'],(:),0,1 +0125,0125,02,symb,AND,57,['~'],~],1,1 +0125,0125,02,symb,AND,58,['*'],*],1,1 +0125,0125,02,symb,AND,59,['&'],&],1,1 +0125,0125,02,symb,AND,60,['<'],<],1,1 +0125,0125,02,symb,AND,61,['<'],<],1,1 +0125,0125,02,symb,AND,62,['('],(],1,1 +0125,0125,02,symb,AND,63,['>'],>,1,1 +0125,0125,02,symb,AND,64,['~'],~],1,1 +0125,0125,02,symb,AND,65,['>'],$,0,1 +0125,0125,02,symb,AND,66,['$'],$],1,1 +0125,0125,02,symb,AND,67,['>'],>],1,1 +0125,0125,02,symb,AND,68,['<'],<],1,1 +0125,0125,02,symb,AND,69,['<'],<],1,1 +0125,0125,02,symb,AND,70,['!'],!],1,1 +0125,0125,02,symb,AND,71,['$'],$],1,1 +0125,0125,02,symb,AND,72,['&'],&],1,1 +0125,0125,02,symb,AND,73,['~'],~],1,1 +0125,0125,02,symb,AND,74,['*'],*],1,1 +0125,0125,02,symb,AND,75,['>'],>],1,1 +0125,0125,02,symb,AND,76,['&'],&],1,1 +0125,0125,02,symb,AND,77,['!'],!],1,1 +0125,0125,02,symb,AND,78,['~'],~],1,1 +0125,0125,02,symb,AND,79,['>'],>,1,1 +0125,0125,02,symb,AND,80,['!'],!],1,1 +0125,0125,02,symb,AND,81,['!'],!],1,1 +0125,0125,02,symb,AND,82,['%'],%],1,1 +0125,0125,02,symb,AND,83,['('],(],1,1 +0125,0125,02,symb,AND,84,['>'],>],1,1 +0125,0125,02,symb,AND,85,['&'],&],1,1 +0125,0125,02,symb,AND,86,['('],(],1,1 +0125,0125,02,symb,AND,87,['*'],*],1,1 +0125,0125,02,symb,AND,88,['&'],&],1,1 +0125,0125,02,symb,AND,89,['*'],*],1,1 +0125,0125,02,symb,AND,90,['$'],$],1,1 +0125,0125,02,symb,AND,91,['<'],<],1,1 +0125,0125,02,symb,AND,92,['$'],$],1,1 +0125,0125,02,symb,AND,93,['!'],!],1,1 +0125,0125,02,symb,AND,94,['~'],~],1,1 +0125,0125,02,symb,AND,95,['!'],!],1,1 +0125,0125,02,symb,AND,96,['~'],~],1,1 +0125,0125,02,symb,AND,97,['&'],&],1,1 +0125,0125,02,symb,AND,98,['*'],*],1,1 +0125,0125,02,symb,AND,99,['!'],!,1,1 +0125,0125,02,symb,XOR,0,"['(', '!']",! ~],0,1 +0125,0125,02,symb,XOR,1,"['$', ':']",$ :],1,1 +0125,0125,02,symb,XOR,2,"['!', '(']",< (],0,1 +0125,0125,02,symb,XOR,3,"['$', ':']",$: &,0,1 +0125,0125,02,symb,XOR,4,"['$', '!']",! $],1,1 +0125,0125,02,symb,XOR,5,"['$', '>']",> $],1,1 +0125,0125,02,symb,XOR,6,"['!', '*']",* !,1,1 +0125,0125,02,symb,XOR,7,"['>', '!']",$ >,0,1 +0125,0125,02,symb,XOR,8,"['%', '$']",$ %],1,1 +0125,0125,02,symb,XOR,9,"['(', '*']",* !],0,1 +0125,0125,02,symb,XOR,10,"['<', ':']",: ~],0,1 +0125,0125,02,symb,XOR,11,"['%', '*']",(* %],0,1 +0125,0125,02,symb,XOR,12,"['!', '~']",~ >],0,1 +0125,0125,02,symb,XOR,13,"['~', ':']",: !],0,1 +0125,0125,02,symb,XOR,14,"['~', '>']",< ~],0,1 +0125,0125,02,symb,XOR,15,"[':', '%']",% :],1,1 +0125,0125,02,symb,XOR,16,"[':', '(']",: >],0,1 +0125,0125,02,symb,XOR,17,"['(', '%']",% (,1,1 +0125,0125,02,symb,XOR,18,"['&', '%']",: &],0,1 +0125,0125,02,symb,XOR,19,"['>', '(']",> (],1,1 +0125,0125,02,symb,XOR,20,"['%', '<']",% <],1,1 +0125,0125,02,symb,XOR,21,"['!', '(']",< !],0,1 +0125,0125,02,symb,XOR,22,"['~', '$']",$ ~],1,1 +0125,0125,02,symb,XOR,23,"['%', '&']",& ~],0,1 +0125,0125,02,symb,XOR,24,"['>', '%']",% >],1,1 +0125,0125,02,symb,XOR,25,"['*', '<']",* <],1,1 +0125,0125,02,symb,XOR,26,"['<', '$']",$ <,1,1 +0125,0125,02,symb,XOR,27,"['&', '>']",( >],0,1 +0125,0125,02,symb,XOR,28,"['$', '%']",% !],0,1 +0125,0125,02,symb,XOR,29,"['&', '<']",<$,0,1 +0125,0125,02,symb,XOR,30,"['~', '*']",* (],0,1 +0125,0125,02,symb,XOR,31,"['(', '$']",$ (,1,1 +0125,0125,02,symb,XOR,32,"['~', '$']",$ ~],1,1 +0125,0125,02,symb,XOR,33,"['(', ':']",: >],0,1 +0125,0125,02,symb,XOR,34,"['*', '<']",< *],1,1 +0125,0125,02,symb,XOR,35,"[':', '~']",: ~],1,1 +0125,0125,02,symb,XOR,36,"['*', '>']",* <],0,1 +0125,0125,02,symb,XOR,37,"[':', '!']",:! :],0,1 +0125,0125,02,symb,XOR,38,"['&', '(']",( <],0,1 +0125,0125,02,symb,XOR,39,"['(', '~']",~ >],0,1 +0125,0125,02,symb,XOR,40,"['*', ':']",: (],0,1 +0125,0125,02,symb,XOR,41,"['<', '!']",! <],1,1 +0125,0125,02,symb,XOR,42,"['>', '%']",% >,1,1 +0125,0125,02,symb,XOR,43,"['~', '&']",$ ~],0,1 +0125,0125,02,symb,XOR,44,"['$', '%']",% $],1,1 +0125,0125,02,symb,XOR,45,"['&', '!']",: &],0,1 +0125,0125,02,symb,XOR,46,"[':', '%']",% :],1,1 +0125,0125,02,symb,XOR,47,"['%', ':']",: %],1,1 +0125,0125,02,symb,XOR,48,"['~', '&']",& ~],1,1 +0125,0125,02,symb,XOR,49,"['<', '%']",% (,0,1 +0125,0125,02,symb,XOR,50,"['>', '~']",~ >],1,1 +0125,0125,02,symb,XOR,51,"['&', '~']",% ~],0,1 +0125,0125,02,symb,XOR,52,"['>', ':']",: >],1,1 +0125,0125,02,symb,XOR,53,"['(', '%']",% (],1,1 +0125,0125,02,symb,XOR,54,"['%', '*']",* %],1,1 +0125,0125,02,symb,XOR,55,"['*', '$']",% *],0,1 +0125,0125,02,symb,XOR,56,"['>', '&']",$ >,0,1 +0125,0125,02,symb,XOR,57,"['~', '%']",% ~],1,1 +0125,0125,02,symb,XOR,58,"['$', ':']",$ %],0,1 +0125,0125,02,symb,XOR,59,"['*', '~']",% ~,0,1 +0125,0125,02,symb,XOR,60,"['<', '%']",% ~],0,1 +0125,0125,02,symb,XOR,61,"['!', '*']",* !],1,1 +0125,0125,02,symb,XOR,62,"['!', '%']",! %,1,1 +0125,0125,02,symb,XOR,63,"['$', '&']",$ !],0,1 +0125,0125,02,symb,XOR,64,"['(', '&']",: &],0,1 +0125,0125,02,symb,XOR,65,"['*', '&']",*>],0,1 +0125,0125,02,symb,XOR,66,"['~', '$']",$ ~],1,1 +0125,0125,02,symb,XOR,67,"['>', '*']",* >,1,1 +0125,0125,02,symb,XOR,68,"['<', '>']",* <],0,1 +0125,0125,02,symb,XOR,69,"['*', '>']",> *],1,1 +0125,0125,02,symb,XOR,70,"['~', '(']",< ~],0,1 +0125,0125,02,symb,XOR,71,"['<', '%']",% <],1,1 +0125,0125,02,symb,XOR,72,"['*', '$']",$ *],1,1 +0125,0125,02,symb,XOR,73,"['!', '&']",! &],1,1 +0125,0125,02,symb,XOR,74,"['&', '%']",% $],0,1 +0125,0125,02,symb,XOR,75,"['*', '%']",* %],1,1 +0125,0125,02,symb,XOR,76,"['%', '&']",$ %,0,1 +0125,0125,02,symb,XOR,77,"['!', '~']",~ (],0,1 +0125,0125,02,symb,XOR,78,"['$', '~']",$ ~,1,1 +0125,0125,02,symb,XOR,79,"['%', '<']",% <],1,1 +0125,0125,02,symb,XOR,80,"['!', '$']",$ !],1,1 +0125,0125,02,symb,XOR,81,"['~', '%']",% ~],1,1 +0125,0125,02,symb,XOR,82,"['<', '$']",$ <],1,1 +0125,0125,02,symb,XOR,83,"['>', '*']",$ >],0,1 +0125,0125,02,symb,XOR,84,"['*', '&']",:& >],0,1 +0125,0125,02,symb,XOR,85,"['(', '$']",$ <],0,1 +0125,0125,02,symb,XOR,86,"['$', '(']",$ (],1,1 +0125,0125,02,symb,XOR,87,"['%', ':']",: (],0,1 +0125,0125,02,symb,XOR,88,"[':', '%']",% :],1,1 +0125,0125,02,symb,XOR,89,"[':', '&']",: &],1,1 +0125,0125,02,symb,XOR,90,"['*', '~']",* ~],1,1 +0125,0125,02,symb,XOR,91,"['<', '%']",% <],1,1 +0125,0125,02,symb,XOR,92,"['*', '>']",> *],1,1 +0125,0125,02,symb,XOR,93,"['<', '%']",% :],0,1 +0125,0125,02,symb,XOR,94,"[':', '~']",$ :],0,1 +0125,0125,02,symb,XOR,95,"['<', '>']",: <],0,1 +0125,0125,02,symb,XOR,96,"[':', '&']",:&],1,1 +0125,0125,02,symb,XOR,97,"['&', '(']",* >],0,1 +0125,0125,02,symb,XOR,98,"['!', '>']",],0,1 +0125,0125,02,symb,XOR,99,"[':', '$']",$ %],0,1 +0125,0125,02,symb,c3_set_union_permuted,0,"['*', '~', '<', '!']",* < ~,0,1 +0125,0125,02,symb,c3_set_union_permuted,1,"['&', '~', '>', '<']",< ~ &],0,1 +0125,0125,02,symb,c3_set_union_permuted,2,"['*', '&', '(', '~']",~ & *],0,1 +0125,0125,02,symb,c3_set_union_permuted,3,"['~', '%', '&', '!']",! & % ~,1,1 +0125,0125,02,symb,c3_set_union_permuted,4,"['(', '!', '&', '>']",> ! ( &],1,1 +0125,0125,02,symb,c3_set_union_permuted,5,"['>', '<', ':', '(']",< >],0,1 +0125,0125,02,symb,c3_set_union_permuted,6,"['(', '%', ':', '&']",% & :],0,1 +0125,0125,02,symb,c3_set_union_permuted,7,"['*', ':', '(', '&']",: &(],0,1 +0125,0125,02,symb,c3_set_union_permuted,8,"['!', '%', '>', '~']",~ > %,0,1 +0125,0125,02,symb,c3_set_union_permuted,9,"['~', '$', '*', '(']",* ~ $,0,1 +0125,0125,02,symb,c3_set_union_permuted,10,"['~', '<', '$', ':']",~ $ <,0,1 +0125,0125,02,symb,c3_set_union_permuted,11,"['(', '>', '*', '%']",% *],0,1 +0125,0125,02,symb,c3_set_union_permuted,12,"['>', '&', '<', '!']",! & >],0,1 +0125,0125,02,symb,c3_set_union_permuted,13,"['%', '*', '!', '(']",( % !],0,1 +0125,0125,02,symb,c3_set_union_permuted,14,"['&', '%', '~', '$']",& % ~,0,1 +0125,0125,02,symb,c3_set_union_permuted,15,"['>', '%', '~', '&']",% ~,0,1 +0125,0125,02,symb,c3_set_union_permuted,16,"['<', '>', '*', '%']",* % < >,1,1 +0125,0125,02,symb,c3_set_union_permuted,17,"['(', '*', '~', ':']",* (: ~],1,1 +0125,0125,02,symb,c3_set_union_permuted,18,"[':', '(', '$', '>']",: $ >],0,1 +0125,0125,02,symb,c3_set_union_permuted,19,"[':', '$', '%', '~']",% ~ :],0,1 +0125,0125,02,symb,c3_set_union_permuted,20,"['!', ':', '&', '(']",: ( &],0,1 +0125,0125,02,symb,c3_set_union_permuted,21,"['>', '$', '!', '%']",> ! $ %,1,1 +0125,0125,02,symb,c3_set_union_permuted,22,"['%', '<', ':', '>']",< > % :,1,1 +0125,0125,02,symb,c3_set_union_permuted,23,"['>', '&', '$', '!']",$ > &,0,1 +0125,0125,02,symb,c3_set_union_permuted,24,"['&', '$', '!', '(']",$ &,0,1 +0125,0125,02,symb,c3_set_union_permuted,25,"['>', ':', '(', '~']",~ : > (],1,1 +0125,0125,02,symb,c3_set_union_permuted,26,"['*', '!', '%', '$']",! $ %,0,1 +0125,0125,02,symb,c3_set_union_permuted,27,"['(', '!', '%', '~']",% (~,0,1 +0125,0125,02,symb,c3_set_union_permuted,28,"['<', '!', '>', '(']",< !(],0,1 +0125,0125,02,symb,c3_set_union_permuted,29,"['*', '&', '(', '!']",& ! *],0,1 +0125,0125,02,symb,c3_set_union_permuted,30,"['<', ':', '*', '(']",( * <],0,1 +0125,0125,02,symb,c3_set_union_permuted,31,"['<', '~', '$', '!']",~ $ !,0,1 +0125,0125,02,symb,c3_set_union_permuted,32,"['<', '>', '!', '$']",< $ >,0,1 +0125,0125,02,symb,c3_set_union_permuted,33,"['>', ':', '!', '&']",> & :],0,1 +0125,0125,02,symb,c3_set_union_permuted,34,"['%', '*', '&', ':']",% & *,0,1 +0125,0125,02,symb,c3_set_union_permuted,35,"['&', '!', '%', '>']",% &,0,1 +0125,0125,02,symb,c3_set_union_permuted,36,"['~', '$', '<', '>']",> $,0,1 +0125,0125,02,symb,c3_set_union_permuted,37,"['~', '<', '(', '!']",(! < ~,1,1 +0125,0125,02,symb,c3_set_union_permuted,38,"[':', '<', '~', '!']",~ < ! :],1,1 +0125,0125,02,symb,c3_set_union_permuted,39,"[':', '$', '%', '&']",: % &,0,1 +0125,0125,02,symb,c3_set_union_permuted,40,"['!', '%', '$', '~']",% $,0,1 +0125,0125,02,symb,c3_set_union_permuted,41,"['%', '!', '<', ':']",% : <,0,1 +0125,0125,02,symb,c3_set_union_permuted,42,"['~', '!', '>', '$']",> $ ~,0,1 +0125,0125,02,symb,c3_set_union_permuted,43,"['~', ':', '!', '$']",! ~,0,1 +0125,0125,02,symb,c3_set_union_permuted,44,"['>', '*', '<', '$']",* > $,0,1 +0125,0125,02,symb,c3_set_union_permuted,45,"['<', '!', '(', '&']",< &],0,1 +0125,0125,02,symb,c3_set_union_permuted,46,"['%', '(', '~', '>']",% ~ >],0,1 +0125,0125,02,symb,c3_set_union_permuted,47,"[':', '!', '%', '>']",: > %,0,1 +0125,0125,02,symb,c3_set_union_permuted,48,"[':', '&', '!', '~']",:& !],0,1 +0125,0125,02,symb,c3_set_union_permuted,49,"['*', '&', '%', '>']",% >,0,1 +0125,0125,02,symb,c3_set_union_permuted,50,"[':', '%', '*', '>']",% :],0,1 +0125,0125,02,symb,c3_set_union_permuted,51,"['&', ':', '%', '!']",! % :],0,1 +0125,0125,02,symb,c3_set_union_permuted,52,"['<', '&', '~', '%']",% & <,0,1 +0125,0125,02,symb,c3_set_union_permuted,53,"['(', '$', '>', '~']",> (~ $,1,1 +0125,0125,02,symb,c3_set_union_permuted,54,"['~', '<', '*', '$']",< * ~ $,1,1 +0125,0125,02,symb,c3_set_union_permuted,55,"['<', '>', '(', '~']",~ > (,0,1 +0125,0125,02,symb,c3_set_union_permuted,56,"['~', '$', '(', '!']",~ $ !],0,1 +0125,0125,02,symb,c3_set_union_permuted,57,"['~', ':', '%', '>']",: % ~],0,1 +0125,0125,02,symb,c3_set_union_permuted,58,"['(', '$', '>', '&']",$ >,0,1 +0125,0125,02,symb,c3_set_union_permuted,59,"['&', '%', '>', '(']",% (,0,1 +0125,0125,02,symb,c3_set_union_permuted,60,"['$', '(', '*', '&']",* $ (,0,1 +0125,0125,02,symb,c3_set_union_permuted,61,"['>', '~', '*', '$']",* > ~,0,1 +0125,0125,02,symb,c3_set_union_permuted,62,"['~', '*', '$', ':']",* : $,0,1 +0125,0125,02,symb,c3_set_union_permuted,63,"['$', '(', '~', '%']",$ %],0,1 +0125,0125,02,symb,c3_set_union_permuted,64,"['!', '*', '$', '(']",! * (,0,1 +0125,0125,02,symb,c3_set_union_permuted,65,"['*', '$', '%', '>']",> % *,0,1 +0125,0125,02,symb,c3_set_union_permuted,66,"['>', '<', '*', '~']",< > ~ *,1,1 +0125,0125,02,symb,c3_set_union_permuted,67,"['!', '(', '%', '>']",% > !,0,1 +0125,0125,02,symb,c3_set_union_permuted,68,"['~', '*', '&', '<']",* & ~,0,1 +0125,0125,02,symb,c3_set_union_permuted,69,"['<', '&', '!', '$']",$ < &,0,1 +0125,0125,02,symb,c3_set_union_permuted,70,"['~', '!', '&', '*']",* ~ &,0,1 +0125,0125,02,symb,c3_set_union_permuted,71,"[':', '$', '%', '!']",! %,0,1 +0125,0125,02,symb,c3_set_union_permuted,72,"[':', '*', '<', '%']",* < %],0,1 +0125,0125,02,symb,c3_set_union_permuted,73,"['!', '~', '&', '(']",(~ &),0,1 +0125,0125,02,symb,c3_set_union_permuted,74,"['$', '~', '%', '*']",$ ~ %,0,1 +0125,0125,02,symb,c3_set_union_permuted,75,"['<', '$', '(', '>']",> < ( $],1,1 +0125,0125,02,symb,c3_set_union_permuted,76,"['&', '>', '(', '*']",* > &,0,1 +0125,0125,02,symb,c3_set_union_permuted,77,"['!', '<', '*', '&']",* & !,0,1 +0125,0125,02,symb,c3_set_union_permuted,78,"['&', '<', '(', ':']",& ( :],0,1 +0125,0125,02,symb,c3_set_union_permuted,79,"['*', '&', '<', ':']",< : & *],1,1 +0125,0125,02,symb,c3_set_union_permuted,80,"['(', '!', '$', '<']",< ( $ !],1,1 +0125,0125,02,symb,c3_set_union_permuted,81,"['*', '&', '$', '%']",* $ %],0,1 +0125,0125,02,symb,c3_set_union_permuted,82,"['%', '&', '<', '$']",$ %,0,1 +0125,0125,02,symb,c3_set_union_permuted,83,"['%', '*', ':', '$']",$ * :],0,1 +0125,0125,02,symb,c3_set_union_permuted,84,"['&', '%', '<', '(']",<& %>,0,1 +0125,0125,02,symb,c3_set_union_permuted,85,"['<', '!', '(', '%']",( < !],0,1 +0125,0125,02,symb,c3_set_union_permuted,86,"['%', '*', ':', '(']",* (%],0,1 +0125,0125,02,symb,c3_set_union_permuted,87,"['!', '~', '<', '%']",% <,0,1 +0125,0125,02,symb,c3_set_union_permuted,88,"['*', '(', '!', '>']",!* (,0,1 +0125,0125,02,symb,c3_set_union_permuted,89,"['%', '~', ':', '<']",% ~ <],0,1 +0125,0125,02,symb,c3_set_union_permuted,90,"['!', ':', '&', '$']",! : $ &,1,1 +0125,0125,02,symb,c3_set_union_permuted,91,"[':', '*', '>', '&']",& > :],0,1 +0125,0125,02,symb,c3_set_union_permuted,92,"['>', '~', '(', '!']",> ! ~],0,1 +0125,0125,02,symb,c3_set_union_permuted,93,"['>', '%', '*', '~']",% * >,0,1 +0125,0125,02,symb,c3_set_union_permuted,94,"[':', '!', '<', '(']",: < !],0,1 +0125,0125,02,symb,c3_set_union_permuted,95,"['&', '~', '>', '(']",( > &],0,1 +0125,0125,02,symb,c3_set_union_permuted,96,"[':', '~', '>', '&']",~ > :],0,1 +0125,0125,02,symb,c3_set_union_permuted,97,"['<', '~', '>', '%']",% ~ >,0,1 +0125,0125,02,symb,c3_set_union_permuted,98,"['!', '~', '*', '>']",~ ! > *,1,1 +0125,0125,02,symb,c3_set_union_permuted,99,"['!', '<', '*', '>']",!* > <,1,1 +0125,0125,02,symb,c2_set_union_permuted,0,['<'],<],1,1 +0125,0125,02,symb,c2_set_union_permuted,1,['<'],! < ~,0,1 +0125,0125,02,symb,c2_set_union_permuted,2,['$'],> $ >],0,1 +0125,0125,02,symb,c2_set_union_permuted,3,[':'],% % :],0,1 +0125,0125,02,symb,c2_set_union_permuted,4,[':'],:],1,1 +0125,0125,02,symb,c2_set_union_permuted,5,['~'],* $ ~,0,1 +0125,0125,02,symb,c2_set_union_permuted,6,['>'],$ > $],0,1 +0125,0125,02,symb,c2_set_union_permuted,7,['!'],!,1,1 +0125,0125,02,symb,c2_set_union_permuted,8,[':'],& >],0,1 +0125,0125,02,symb,c2_set_union_permuted,9,['('],& $],0,1 +0125,0125,02,symb,c2_set_union_permuted,10,['('],: * (],0,1 +0125,0125,02,symb,c2_set_union_permuted,11,['%'],& % &,0,1 +0125,0125,02,symb,c2_set_union_permuted,12,['>'],< > $,0,1 +0125,0125,02,symb,c2_set_union_permuted,13,['<'],< !],0,1 +0125,0125,02,symb,c2_set_union_permuted,14,['!'],$ % &,0,1 +0125,0125,02,symb,c2_set_union_permuted,15,['!'],! <],0,1 +0125,0125,02,symb,c2_set_union_permuted,16,['!'],! * ~,0,1 +0125,0125,02,symb,c2_set_union_permuted,17,['&'],&],1,1 +0125,0125,02,symb,c2_set_union_permuted,18,['<'],% > <],0,1 +0125,0125,02,symb,c2_set_union_permuted,19,['*'],*,1,1 +0125,0125,02,symb,c2_set_union_permuted,20,['<'],>],0,1 +0125,0125,02,symb,c2_set_union_permuted,21,[':'],: ~ !],0,1 +0125,0125,02,symb,c2_set_union_permuted,22,['$'],* $ %,0,1 +0125,0125,02,symb,c2_set_union_permuted,23,['<'],< <,0,1 +0125,0125,02,symb,c2_set_union_permuted,24,['!'],< ! <],0,1 +0125,0125,02,symb,c2_set_union_permuted,25,['%'],% ~],0,1 +0125,0125,02,symb,c2_set_union_permuted,26,[':'],% <],0,1 +0125,0125,02,symb,c2_set_union_permuted,27,['<'],$ <],0,1 +0125,0125,02,symb,c2_set_union_permuted,28,['%'],% < %,0,1 +0125,0125,02,symb,c2_set_union_permuted,29,['~'],% ~,0,1 +0125,0125,02,symb,c2_set_union_permuted,30,['~'],% ~ %,0,1 +0125,0125,02,symb,c2_set_union_permuted,31,['%'],% > %,0,1 +0125,0125,02,symb,c2_set_union_permuted,32,[':'],:],1,1 +0125,0125,02,symb,c2_set_union_permuted,33,['('],!],0,1 +0125,0125,02,symb,c2_set_union_permuted,34,[':'],: & *],0,1 +0125,0125,02,symb,c2_set_union_permuted,35,['('],(],1,1 +0125,0125,02,symb,c2_set_union_permuted,36,['<'],< :],0,1 +0125,0125,02,symb,c2_set_union_permuted,37,['!'],!,1,1 +0125,0125,02,symb,c2_set_union_permuted,38,['$'],$],1,1 +0125,0125,02,symb,c2_set_union_permuted,39,['$'],% $ >],0,1 +0125,0125,02,symb,c2_set_union_permuted,40,['&'],( & >],0,1 +0125,0125,02,symb,c2_set_union_permuted,41,['('],$ :],0,1 +0125,0125,02,symb,c2_set_union_permuted,42,['~'],! ~ ~,0,1 +0125,0125,02,symb,c2_set_union_permuted,43,['&'],! & ~,0,1 +0125,0125,02,symb,c2_set_union_permuted,44,['<'],( % <],0,1 +0125,0125,02,symb,c2_set_union_permuted,45,['!'],$ ! >,0,1 +0125,0125,02,symb,c2_set_union_permuted,46,['$'],& $ %,0,1 +0125,0125,02,symb,c2_set_union_permuted,47,['('],( > ),0,1 +0125,0125,02,symb,c2_set_union_permuted,48,[':'],: &],0,1 +0125,0125,02,symb,c2_set_union_permuted,49,['('],( > :],0,1 +0125,0125,02,symb,c2_set_union_permuted,50,['('],< (],0,1 +0125,0125,02,symb,c2_set_union_permuted,51,['!'],! * (],0,1 +0125,0125,02,symb,c2_set_union_permuted,52,['('],& >],0,1 +0125,0125,02,symb,c2_set_union_permuted,53,['~'],% ~ $,0,1 +0125,0125,02,symb,c2_set_union_permuted,54,['%'],%],1,1 +0125,0125,02,symb,c2_set_union_permuted,55,['>'],* > $,0,1 +0125,0125,02,symb,c2_set_union_permuted,56,['('],< !],0,1 +0125,0125,02,symb,c2_set_union_permuted,57,['>'],$ > >,0,1 +0125,0125,02,symb,c2_set_union_permuted,58,['*'],*,1,1 +0125,0125,02,symb,c2_set_union_permuted,59,['!'],% ! %],0,1 +0125,0125,02,symb,c2_set_union_permuted,60,['>'],* > %,0,1 +0125,0125,02,symb,c2_set_union_permuted,61,['%'],%],1,1 +0125,0125,02,symb,c2_set_union_permuted,62,['*'],( * $],0,1 +0125,0125,02,symb,c2_set_union_permuted,63,['>'],* > >,0,1 +0125,0125,02,symb,c2_set_union_permuted,64,['*'],* > %],0,1 +0125,0125,02,symb,c2_set_union_permuted,65,['!'],! * %,0,1 +0125,0125,02,symb,c2_set_union_permuted,66,['&'],% & !,0,1 +0125,0125,02,symb,c2_set_union_permuted,67,['!'],$ % !,0,1 +0125,0125,02,symb,c2_set_union_permuted,68,['~'],$ > ~,0,1 +0125,0125,02,symb,c2_set_union_permuted,69,['%'],% !,0,1 +0125,0125,02,symb,c2_set_union_permuted,70,['!'],! > *,0,1 +0125,0125,02,symb,c2_set_union_permuted,71,['~'],~ % <],0,1 +0125,0125,02,symb,c2_set_union_permuted,72,['*'],$ * <,0,1 +0125,0125,02,symb,c2_set_union_permuted,73,['>'],>],1,1 +0125,0125,02,symb,c2_set_union_permuted,74,['!'],$ > $,0,1 +0125,0125,02,symb,c2_set_union_permuted,75,['%'],% ~],0,1 +0125,0125,02,symb,c2_set_union_permuted,76,[':'],:],1,1 +0125,0125,02,symb,c2_set_union_permuted,77,['$'],$],1,1 +0125,0125,02,symb,c2_set_union_permuted,78,['~'],< ~],0,1 +0125,0125,02,symb,c2_set_union_permuted,79,['!'],< !],0,1 +0125,0125,02,symb,c2_set_union_permuted,80,['&'],& ~],0,1 +0125,0125,02,symb,c2_set_union_permuted,81,['('],% < (],0,1 +0125,0125,02,symb,c2_set_union_permuted,82,['!'],% ! %],0,1 +0125,0125,02,symb,c2_set_union_permuted,83,['>'],> < (],0,1 +0125,0125,02,symb,c2_set_union_permuted,84,['<'],& < (,0,1 +0125,0125,02,symb,c2_set_union_permuted,85,['$'],$ :],0,1 +0125,0125,02,symb,c2_set_union_permuted,86,[':'],: & :],0,1 +0125,0125,02,symb,c2_set_union_permuted,87,['!'],* ! *],0,1 +0125,0125,02,symb,c2_set_union_permuted,88,[':'],$ &,0,1 +0125,0125,02,symb,c2_set_union_permuted,89,[':'],* :],0,1 +0125,0125,02,symb,c2_set_union_permuted,90,[':'],: >],0,1 +0125,0125,02,symb,c2_set_union_permuted,91,[':'],: > :],0,1 +0125,0125,02,symb,c2_set_union_permuted,92,['<'],( < <],0,1 +0125,0125,02,symb,c2_set_union_permuted,93,['('],> (~],0,1 +0125,0125,02,symb,c2_set_union_permuted,94,['%'],: % :],0,1 +0125,0125,02,symb,c2_set_union_permuted,95,['~'],~],1,1 +0125,0125,02,symb,c2_set_union_permuted,96,['%'],% : >,0,1 +0125,0125,02,symb,c2_set_union_permuted,97,['&'],&,1,1 +0125,0125,02,symb,c2_set_union_permuted,98,['$'],% $ :],0,1 +0125,0125,02,symb,c2_set_union_permuted,99,['!'],!],1,1 +0125,0125,02,symb,c1_set_union_permuted,0,['%'],%,1,1 +0125,0125,02,symb,c1_set_union_permuted,1,['('],(],1,1 +0125,0125,02,symb,c1_set_union_permuted,2,['*'],% :],0,1 +0125,0125,02,symb,c1_set_union_permuted,3,['!'],% !,0,1 +0125,0125,02,symb,c1_set_union_permuted,4,['&'],& :],0,1 +0125,0125,02,symb,c1_set_union_permuted,5,['*'],*,1,1 +0125,0125,02,symb,c1_set_union_permuted,6,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,7,['~'],~,1,1 +0125,0125,02,symb,c1_set_union_permuted,8,['!'],!],1,1 +0125,0125,02,symb,c1_set_union_permuted,9,['$'],$,1,1 +0125,0125,02,symb,c1_set_union_permuted,10,['~'],~,1,1 +0125,0125,02,symb,c1_set_union_permuted,11,[':'],:],1,1 +0125,0125,02,symb,c1_set_union_permuted,12,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,13,[':'],:%,0,1 +0125,0125,02,symb,c1_set_union_permuted,14,['<'],% * <,0,1 +0125,0125,02,symb,c1_set_union_permuted,15,['*'],*],1,1 +0125,0125,02,symb,c1_set_union_permuted,16,['%'],%],1,1 +0125,0125,02,symb,c1_set_union_permuted,17,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,18,['('],(],1,1 +0125,0125,02,symb,c1_set_union_permuted,19,['$'],$,1,1 +0125,0125,02,symb,c1_set_union_permuted,20,['&'],&,1,1 +0125,0125,02,symb,c1_set_union_permuted,21,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,22,[':'],:],1,1 +0125,0125,02,symb,c1_set_union_permuted,23,['~'],: ~],0,1 +0125,0125,02,symb,c1_set_union_permuted,24,['>'],>,1,1 +0125,0125,02,symb,c1_set_union_permuted,25,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,26,['$'],$,1,1 +0125,0125,02,symb,c1_set_union_permuted,27,['$'],$],1,1 +0125,0125,02,symb,c1_set_union_permuted,28,['&'],&,1,1 +0125,0125,02,symb,c1_set_union_permuted,29,['~'],~],1,1 +0125,0125,02,symb,c1_set_union_permuted,30,['~'],~],1,1 +0125,0125,02,symb,c1_set_union_permuted,31,['('],(%,0,1 +0125,0125,02,symb,c1_set_union_permuted,32,['('],(],1,1 +0125,0125,02,symb,c1_set_union_permuted,33,['('], ],0,1 +0125,0125,02,symb,c1_set_union_permuted,34,['$'],$],1,1 +0125,0125,02,symb,c1_set_union_permuted,35,['*'],* ~],0,1 +0125,0125,02,symb,c1_set_union_permuted,36,['<'],<,1,1 +0125,0125,02,symb,c1_set_union_permuted,37,['%'],%],1,1 +0125,0125,02,symb,c1_set_union_permuted,38,['%'],%,1,1 +0125,0125,02,symb,c1_set_union_permuted,39,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,40,[':'],:],1,1 +0125,0125,02,symb,c1_set_union_permuted,41,['%'],%],1,1 +0125,0125,02,symb,c1_set_union_permuted,42,['('],!],0,1 +0125,0125,02,symb,c1_set_union_permuted,43,['!'],$],0,1 +0125,0125,02,symb,c1_set_union_permuted,44,['>'],: *],0,1 +0125,0125,02,symb,c1_set_union_permuted,45,['>'],$ !],0,1 +0125,0125,02,symb,c1_set_union_permuted,46,['*'],*,1,1 +0125,0125,02,symb,c1_set_union_permuted,47,['<'],<],1,1 +0125,0125,02,symb,c1_set_union_permuted,48,['%'],%],1,1 +0125,0125,02,symb,c1_set_union_permuted,49,[':'],% :,0,1 +0125,0125,02,symb,c1_set_union_permuted,50,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,51,['~'],~],1,1 +0125,0125,02,symb,c1_set_union_permuted,52,['%'],%,1,1 +0125,0125,02,symb,c1_set_union_permuted,53,[':'],$ (],0,1 +0125,0125,02,symb,c1_set_union_permuted,54,['!'],%],0,1 +0125,0125,02,symb,c1_set_union_permuted,55,['~'],~,1,1 +0125,0125,02,symb,c1_set_union_permuted,56,['<'],<,1,1 +0125,0125,02,symb,c1_set_union_permuted,57,['%'],%,1,1 +0125,0125,02,symb,c1_set_union_permuted,58,['$'],$,1,1 +0125,0125,02,symb,c1_set_union_permuted,59,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,60,['&'],% &],0,1 +0125,0125,02,symb,c1_set_union_permuted,61,['$'],$,1,1 +0125,0125,02,symb,c1_set_union_permuted,62,['('],>],0,1 +0125,0125,02,symb,c1_set_union_permuted,63,['~'],~,1,1 +0125,0125,02,symb,c1_set_union_permuted,64,['$'],$,1,1 +0125,0125,02,symb,c1_set_union_permuted,65,['*'],*],1,1 +0125,0125,02,symb,c1_set_union_permuted,66,['$'],$,1,1 +0125,0125,02,symb,c1_set_union_permuted,67,['!'],!],1,1 +0125,0125,02,symb,c1_set_union_permuted,68,['~'],& %],0,1 +0125,0125,02,symb,c1_set_union_permuted,69,['~'],:],0,1 +0125,0125,02,symb,c1_set_union_permuted,70,[':'],:],1,1 +0125,0125,02,symb,c1_set_union_permuted,71,['<'],$ %,0,1 +0125,0125,02,symb,c1_set_union_permuted,72,['&'],&],1,1 +0125,0125,02,symb,c1_set_union_permuted,73,['%'],%,1,1 +0125,0125,02,symb,c1_set_union_permuted,74,['!'],!],1,1 +0125,0125,02,symb,c1_set_union_permuted,75,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,76,['('],(],1,1 +0125,0125,02,symb,c1_set_union_permuted,77,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,78,['%'],%],1,1 +0125,0125,02,symb,c1_set_union_permuted,79,['&'],&],1,1 +0125,0125,02,symb,c1_set_union_permuted,80,['$'],$,1,1 +0125,0125,02,symb,c1_set_union_permuted,81,['*'],*],1,1 +0125,0125,02,symb,c1_set_union_permuted,82,['&'],&],1,1 +0125,0125,02,symb,c1_set_union_permuted,83,['!'],!,1,1 +0125,0125,02,symb,c1_set_union_permuted,84,['%'],%,1,1 +0125,0125,02,symb,c1_set_union_permuted,85,[':'],:],1,1 +0125,0125,02,symb,c1_set_union_permuted,86,['('],>]],0,1 +0125,0125,02,symb,c1_set_union_permuted,87,['!'],!],1,1 +0125,0125,02,symb,c1_set_union_permuted,88,['%'],%,1,1 +0125,0125,02,symb,c1_set_union_permuted,89,['~'],% ~],0,1 +0125,0125,02,symb,c1_set_union_permuted,90,['<'],<,1,1 +0125,0125,02,symb,c1_set_union_permuted,91,['&'],%],0,1 +0125,0125,02,symb,c1_set_union_permuted,92,['~'],>],0,1 +0125,0125,02,symb,c1_set_union_permuted,93,['<'],<,1,1 +0125,0125,02,symb,c1_set_union_permuted,94,['$'],$,1,1 +0125,0125,02,symb,c1_set_union_permuted,95,['*'],*],1,1 +0125,0125,02,symb,c1_set_union_permuted,96,['>'],>,1,1 +0125,0125,02,symb,c1_set_union_permuted,97,['('],$ <,0,1 +0125,0125,02,symb,c1_set_union_permuted,98,['~'],~,1,1 +0125,0125,02,symb,c1_set_union_permuted,99,['*'],*,1,1 +0125,0125,02,symb,XOR_permuted,0,"['(', '%']",( :)],0,1 +0125,0125,02,symb,XOR_permuted,1,"[':', '(']",* :],0,1 +0125,0125,02,symb,XOR_permuted,2,"['&', '>']",% >],0,1 +0125,0125,02,symb,XOR_permuted,3,"['~', '%']",% ~,1,1 +0125,0125,02,symb,XOR_permuted,4,"['!', '~']",% ~],0,1 +0125,0125,02,symb,XOR_permuted,5,"['<', '~']",< ~],1,1 +0125,0125,02,symb,XOR_permuted,6,"['!', '$']",$ !,1,1 +0125,0125,02,symb,XOR_permuted,7,"['%', ':']",% !],0,1 +0125,0125,02,symb,XOR_permuted,8,"['&', '(']",& !],0,1 +0125,0125,02,symb,XOR_permuted,9,"[':', '!']",: !],1,1 +0125,0125,02,symb,XOR_permuted,10,"['$', '~']",$ ~,1,1 +0125,0125,02,symb,XOR_permuted,11,"['%', '>']",> %],1,1 +0125,0125,02,symb,XOR_permuted,12,"['%', '$']",$ %],1,1 +0125,0125,02,symb,XOR_permuted,13,"['!', '~']",: ~],0,1 +0125,0125,02,symb,XOR_permuted,14,"['&', '!']",$ >,0,1 +0125,0125,02,symb,XOR_permuted,15,"['%', '>']",% >,1,1 +0125,0125,02,symb,XOR_permuted,16,"['>', ':']",! :],0,1 +0125,0125,02,symb,XOR_permuted,17,"['~', '*']",~ *],1,1 +0125,0125,02,symb,XOR_permuted,18,"['>', ':']",: >],1,1 +0125,0125,02,symb,XOR_permuted,19,"['%', '$']",$ %],1,1 +0125,0125,02,symb,XOR_permuted,20,"['%', '*']",* %],1,1 +0125,0125,02,symb,XOR_permuted,21,"['~', '<']",~ <],1,1 +0125,0125,02,symb,XOR_permuted,22,"['%', '!']",! %],1,1 +0125,0125,02,symb,XOR_permuted,23,"['%', '$']",% $],1,1 +0125,0125,02,symb,XOR_permuted,24,"[':', '%']",: %],1,1 +0125,0125,02,symb,XOR_permuted,25,"['*', ':']",: &],0,1 +0125,0125,02,symb,XOR_permuted,26,"['!', '$']",$ !,1,1 +0125,0125,02,symb,XOR_permuted,27,"['*', '$']",* $,1,1 +0125,0125,02,symb,XOR_permuted,28,"['!', '>']",% %],0,1 +0125,0125,02,symb,XOR_permuted,29,"['$', '%']",% $],1,1 +0125,0125,02,symb,XOR_permuted,30,"['*', '<']",* <],1,1 +0125,0125,02,symb,XOR_permuted,31,"['*', '~']",: ~],0,1 +0125,0125,02,symb,XOR_permuted,32,"['%', '*']",: %],0,1 +0125,0125,02,symb,XOR_permuted,33,"['<', '>']",: &],0,1 +0125,0125,02,symb,XOR_permuted,34,"['!', '<']",! <],1,1 +0125,0125,02,symb,XOR_permuted,35,"['~', '%']",% (],0,1 +0125,0125,02,symb,XOR_permuted,36,"['~', '%']",% ~,1,1 +0125,0125,02,symb,XOR_permuted,37,"['(', '<']",< >],0,1 +0125,0125,02,symb,XOR_permuted,38,"[':', '$']",$ $,0,1 +0125,0125,02,symb,XOR_permuted,39,"['~', '>']",> ~],1,1 +0125,0125,02,symb,XOR_permuted,40,"['$', '!']",$ ~],0,1 +0125,0125,02,symb,XOR_permuted,41,"['>', '~']",* >,0,1 +0125,0125,02,symb,XOR_permuted,42,"[':', '$']",: $],1,1 +0125,0125,02,symb,XOR_permuted,43,"['>', '%']",% >,1,1 +0125,0125,02,symb,XOR_permuted,44,"['*', '&']",* %],0,1 +0125,0125,02,symb,XOR_permuted,45,"['!', '<']",< ~],0,1 +0125,0125,02,symb,XOR_permuted,46,"['*', '%']",% *],1,1 +0125,0125,02,symb,XOR_permuted,47,"['*', '%']",% *],1,1 +0125,0125,02,symb,XOR_permuted,48,"['%', '&']",$ %],0,1 +0125,0125,02,symb,XOR_permuted,49,"['<', '&']",<& :],0,1 +0125,0125,02,symb,XOR_permuted,50,"['~', '$']",$: ~],0,1 +0125,0125,02,symb,XOR_permuted,51,"['%', '&']",% &,1,1 +0125,0125,02,symb,XOR_permuted,52,"['$', ':']",$ :],1,1 +0125,0125,02,symb,XOR_permuted,53,"[':', '*']",* :],1,1 +0125,0125,02,symb,XOR_permuted,54,"['&', '%']",: %],0,1 +0125,0125,02,symb,XOR_permuted,55,"['<', '$']",$ <],1,1 +0125,0125,02,symb,XOR_permuted,56,"['%', '~']",% ~,1,1 +0125,0125,02,symb,XOR_permuted,57,"['<', '(']",% !,0,1 +0125,0125,02,symb,XOR_permuted,58,"['>', '<']",< &],0,1 +0125,0125,02,symb,XOR_permuted,59,"[':', '*']",* :],1,1 +0125,0125,02,symb,XOR_permuted,60,"['$', '*']",$ *],1,1 +0125,0125,02,symb,XOR_permuted,61,"['%', '&']",% &],1,1 +0125,0125,02,symb,XOR_permuted,62,"['%', '*']",* %,1,1 +0125,0125,02,symb,XOR_permuted,63,"['*', '%']",% *,1,1 +0125,0125,02,symb,XOR_permuted,64,"['*', '!']",* :],0,1 +0125,0125,02,symb,XOR_permuted,65,"['$', '~']",% $],0,1 +0125,0125,02,symb,XOR_permuted,66,"['$', '(']",$ $],0,1 +0125,0125,02,symb,XOR_permuted,67,"['%', '(']",% (,1,1 +0125,0125,02,symb,XOR_permuted,68,"['$', '<']",$ <],1,1 +0125,0125,02,symb,XOR_permuted,69,"['~', '(']",* :],0,1 +0125,0125,02,symb,XOR_permuted,70,"['<', '%']",% <],1,1 +0125,0125,02,symb,XOR_permuted,71,"['!', '&']",! &],1,1 +0125,0125,02,symb,XOR_permuted,72,"[':', '&']",: &],1,1 +0125,0125,02,symb,XOR_permuted,73,"['~', '!']",% ~],0,1 +0125,0125,02,symb,XOR_permuted,74,"['%', '$']",% $,1,1 +0125,0125,02,symb,XOR_permuted,75,"['*', '$']",* $,1,1 +0125,0125,02,symb,XOR_permuted,76,"['$', '~']",$ ~,1,1 +0125,0125,02,symb,XOR_permuted,77,"['(', '&']",& $],0,1 +0125,0125,02,symb,XOR_permuted,78,"['&', '(']",& (],1,1 +0125,0125,02,symb,XOR_permuted,79,"['>', '!']",! >],1,1 +0125,0125,02,symb,XOR_permuted,80,"[':', '!']",: <],0,1 +0125,0125,02,symb,XOR_permuted,81,"['<', '~']",< ~],1,1 +0125,0125,02,symb,XOR_permuted,82,"['<', '>']",< (],0,1 +0125,0125,02,symb,XOR_permuted,83,"['>', '%']",% >,1,1 +0125,0125,02,symb,XOR_permuted,84,"['~', '$']",$ &,0,1 +0125,0125,02,symb,XOR_permuted,85,"['$', '(']",: $],0,1 +0125,0125,02,symb,XOR_permuted,86,"['~', '*']",* ~],1,1 +0125,0125,02,symb,XOR_permuted,87,"['$', '(']",$ >,0,1 +0125,0125,02,symb,XOR_permuted,88,"['!', '&']",! &,1,1 +0125,0125,02,symb,XOR_permuted,89,"['(', '$']",$ (],1,1 +0125,0125,02,symb,XOR_permuted,90,"['&', '<']",& <],1,1 +0125,0125,02,symb,XOR_permuted,91,"['(', '%']",% (],1,1 +0125,0125,02,symb,XOR_permuted,92,"[':', '(']",~ :],0,1 +0125,0125,02,symb,XOR_permuted,93,"['<', ':']",$ <,0,1 +0125,0125,02,symb,XOR_permuted,94,"['!', '>']",> $],0,1 +0125,0125,02,symb,XOR_permuted,95,"[':', '<']",< :],1,1 +0125,0125,02,symb,XOR_permuted,96,"['<', '$']",$ %,0,1 +0125,0125,02,symb,XOR_permuted,97,"[':', '!']",: *],0,1 +0125,0125,02,symb,XOR_permuted,98,"['>', '<']",<* >],0,1 +0125,0125,02,symb,XOR_permuted,99,"['~', '>']",: ~],0,1 +0125,0125,02,symb,AND_permuted,0,[],$,0,1 +0125,0125,02,symb,AND_permuted,1,[],$,0,1 +0125,0125,02,symb,AND_permuted,2,[],!],0,1 +0125,0125,02,symb,AND_permuted,3,[],*,0,1 +0125,0125,02,symb,AND_permuted,4,[],$,0,1 +0125,0125,02,symb,AND_permuted,5,[],*,0,1 +0125,0125,02,symb,AND_permuted,6,[],],1,1 +0125,0125,02,symb,AND_permuted,7,[],],1,1 +0125,0125,02,symb,AND_permuted,8,[],:],0,1 +0125,0125,02,symb,AND_permuted,9,[],%,0,1 +0125,0125,02,symb,AND_permuted,10,[],$,0,1 +0125,0125,02,symb,AND_permuted,11,[],:],0,1 +0125,0125,02,symb,AND_permuted,12,[],<],0,1 +0125,0125,02,symb,AND_permuted,13,[],*],0,1 +0125,0125,02,symb,AND_permuted,14,[],],1,1 +0125,0125,02,symb,AND_permuted,15,[],],1,1 +0125,0125,02,symb,AND_permuted,16,[],%,0,1 +0125,0125,02,symb,AND_permuted,17,[],%,0,1 +0125,0125,02,symb,AND_permuted,18,[],:],0,1 +0125,0125,02,symb,AND_permuted,19,[],],1,1 +0125,0125,02,symb,AND_permuted,20,[],*,0,1 +0125,0125,02,symb,AND_permuted,21,[],],1,1 +0125,0125,02,symb,AND_permuted,22,[],*],0,1 +0125,0125,02,symb,AND_permuted,23,[],~],0,1 +0125,0125,02,symb,AND_permuted,24,[],],1,1 +0125,0125,02,symb,AND_permuted,25,[],],1,1 +0125,0125,02,symb,AND_permuted,26,[],()],0,1 +0125,0125,02,symb,AND_permuted,27,[],%,0,1 +0125,0125,02,symb,AND_permuted,28,[],],1,1 +0125,0125,02,symb,AND_permuted,29,[],$,0,1 +0125,0125,02,symb,AND_permuted,30,[],<],0,1 +0125,0125,02,symb,AND_permuted,31,[],&],0,1 +0125,0125,02,symb,AND_permuted,32,[],*,0,1 +0125,0125,02,symb,AND_permuted,33,[],:],0,1 +0125,0125,02,symb,AND_permuted,34,[],:],0,1 +0125,0125,02,symb,AND_permuted,35,[],%,0,1 +0125,0125,02,symb,AND_permuted,36,[],%,0,1 +0125,0125,02,symb,AND_permuted,37,[],*,0,1 +0125,0125,02,symb,AND_permuted,38,[],%,0,1 +0125,0125,02,symb,AND_permuted,39,[],*,0,1 +0125,0125,02,symb,AND_permuted,40,[],:],0,1 +0125,0125,02,symb,AND_permuted,41,[],],1,1 +0125,0125,02,symb,AND_permuted,42,[],%,0,1 +0125,0125,02,symb,AND_permuted,43,[],>],0,1 +0125,0125,02,symb,AND_permuted,44,[],*],0,1 +0125,0125,02,symb,AND_permuted,45,[],%],0,1 +0125,0125,02,symb,AND_permuted,46,[],:],0,1 +0125,0125,02,symb,AND_permuted,47,[],],1,1 +0125,0125,02,symb,AND_permuted,48,[],:],0,1 +0125,0125,02,symb,AND_permuted,49,[],%,0,1 +0125,0125,02,symb,AND_permuted,50,[],:],0,1 +0125,0125,02,symb,AND_permuted,51,[],],1,1 +0125,0125,02,symb,AND_permuted,52,[], ],1,1 +0125,0125,02,symb,AND_permuted,53,[],~],0,1 +0125,0125,02,symb,AND_permuted,54,[],],1,1 +0125,0125,02,symb,AND_permuted,55,[],%],0,1 +0125,0125,02,symb,AND_permuted,56,[],&,0,1 +0125,0125,02,symb,AND_permuted,57,[],*,0,1 +0125,0125,02,symb,AND_permuted,58,[],%,0,1 +0125,0125,02,symb,AND_permuted,59,[],$,0,1 +0125,0125,02,symb,AND_permuted,60,[],%,0,1 +0125,0125,02,symb,AND_permuted,61,[],<],0,1 +0125,0125,02,symb,AND_permuted,62,[],],1,1 +0125,0125,02,symb,AND_permuted,63,[],:],0,1 +0125,0125,02,symb,AND_permuted,64,[],*,0,1 +0125,0125,02,symb,AND_permuted,65,[],&],0,1 +0125,0125,02,symb,AND_permuted,66,[],],1,1 +0125,0125,02,symb,AND_permuted,67,[],!],0,1 +0125,0125,02,symb,AND_permuted,68,[],:],0,1 +0125,0125,02,symb,AND_permuted,69,[],)],0,1 +0125,0125,02,symb,AND_permuted,70,[],%,0,1 +0125,0125,02,symb,AND_permuted,71,[],$,0,1 +0125,0125,02,symb,AND_permuted,72,[],:],0,1 +0125,0125,02,symb,AND_permuted,73,[],<>,0,1 +0125,0125,02,symb,AND_permuted,74,[],&,0,1 +0125,0125,02,symb,AND_permuted,75,[],!],0,1 +0125,0125,02,symb,AND_permuted,76,[],],1,1 +0125,0125,02,symb,AND_permuted,77,[],%],0,1 +0125,0125,02,symb,AND_permuted,78,[],],1,1 +0125,0125,02,symb,AND_permuted,79,[],%,0,1 +0125,0125,02,symb,AND_permuted,80,[],$],0,1 +0125,0125,02,symb,AND_permuted,81,[],%,0,1 +0125,0125,02,symb,AND_permuted,82,[],>,0,1 +0125,0125,02,symb,AND_permuted,83,[],!],0,1 +0125,0125,02,symb,AND_permuted,84,[],* <],0,1 +0125,0125,02,symb,AND_permuted,85,[],*],0,1 +0125,0125,02,symb,AND_permuted,86,[],:],0,1 +0125,0125,02,symb,AND_permuted,87,[],],1,1 +0125,0125,02,symb,AND_permuted,88,[],%],0,1 +0125,0125,02,symb,AND_permuted,89,[],$,0,1 +0125,0125,02,symb,AND_permuted,90,[],*,0,1 +0125,0125,02,symb,AND_permuted,91,[],],1,1 +0125,0125,02,symb,AND_permuted,92,[],( >],0,1 +0125,0125,02,symb,AND_permuted,93,[],],1,1 +0125,0125,02,symb,AND_permuted,94,[],%,0,1 +0125,0125,02,symb,AND_permuted,95,[],],1,1 +0125,0125,02,symb,AND_permuted,96,[],<],0,1 +0125,0125,02,symb,AND_permuted,97,[],*,0,1 +0125,0125,02,symb,AND_permuted,98,[],~],0,1 +0125,0125,02,symb,AND_permuted,99,[],],1,1 +0125,0125,12,num,row_constant,0,[3],3,1,1 +0125,0125,12,num,row_constant,1,[4],4,1,1 +0125,0125,12,num,row_constant,2,[7],7,1,1 +0125,0125,12,num,row_constant,3,[3],3,1,1 +0125,0125,12,num,row_constant,4,[6],6],1,1 +0125,0125,12,num,row_constant,5,[7],7,1,1 +0125,0125,12,num,row_constant,6,[5],5,1,1 +0125,0125,12,num,row_constant,7,[9],27,0,1 +0125,0125,12,num,row_constant,8,[4],4],1,1 +0125,0125,12,num,row_constant,9,[4],4,1,1 +0125,0125,12,num,row_constant,10,[8],8,1,1 +0125,0125,12,num,row_constant,11,[9],9,1,1 +0125,0125,12,num,row_constant,12,[0],0,1,1 +0125,0125,12,num,row_constant,13,[0],0,1,1 +0125,0125,12,num,row_constant,14,[1],1],1,1 +0125,0125,12,num,row_constant,15,[4],4],1,1 +0125,0125,12,num,row_constant,16,[3],3,1,1 +0125,0125,12,num,row_constant,17,[7],7],1,1 +0125,0125,12,num,row_constant,18,[0],0,1,1 +0125,0125,12,num,row_constant,19,[5],5,1,1 +0125,0125,12,num,row_constant,20,[0],0,1,1 +0125,0125,12,num,row_constant,21,[3],3,1,1 +0125,0125,12,num,row_constant,22,[7],7,1,1 +0125,0125,12,num,row_constant,23,[9],9],1,1 +0125,0125,12,num,row_constant,24,[7],7],1,1 +0125,0125,12,num,row_constant,25,[4],4,1,1 +0125,0125,12,num,row_constant,26,[5],5,1,1 +0125,0125,12,num,row_constant,27,[9],9,1,1 +0125,0125,12,num,row_constant,28,[6],6],1,1 +0125,0125,12,num,row_constant,29,[7],7,1,1 +0125,0125,12,num,row_constant,30,[6],6],1,1 +0125,0125,12,num,row_constant,31,[4],4,1,1 +0125,0125,12,num,row_constant,32,[2],2,1,1 +0125,0125,12,num,row_constant,33,[4],4,1,1 +0125,0125,12,num,row_constant,34,[6],6,1,1 +0125,0125,12,num,row_constant,35,[7],7,1,1 +0125,0125,12,num,row_constant,36,[4],4],1,1 +0125,0125,12,num,row_constant,37,[3],3,1,1 +0125,0125,12,num,row_constant,38,[0],0,1,1 +0125,0125,12,num,row_constant,39,[9],9,1,1 +0125,0125,12,num,row_constant,40,[0],0,1,1 +0125,0125,12,num,row_constant,41,[6],6],1,1 +0125,0125,12,num,row_constant,42,[1],1,1,1 +0125,0125,12,num,row_constant,43,[4],4],1,1 +0125,0125,12,num,row_constant,44,[5],5,1,1 +0125,0125,12,num,row_constant,45,[3],3,1,1 +0125,0125,12,num,row_constant,46,[2],2,1,1 +0125,0125,12,num,row_constant,47,[8],8],1,1 +0125,0125,12,num,row_constant,48,[8],8,1,1 +0125,0125,12,num,row_constant,49,[7],7,1,1 +0125,0125,12,num,row_constant,50,[1],1,1,1 +0125,0125,12,num,row_constant,51,[4],4],1,1 +0125,0125,12,num,row_constant,52,[7],7],1,1 +0125,0125,12,num,row_constant,53,[7],7,1,1 +0125,0125,12,num,row_constant,54,[9],9],1,1 +0125,0125,12,num,row_constant,55,[0],0,1,1 +0125,0125,12,num,row_constant,56,[7],7,1,1 +0125,0125,12,num,row_constant,57,[0],0,1,1 +0125,0125,12,num,row_constant,58,[3],3,1,1 +0125,0125,12,num,row_constant,59,[5],5,1,1 +0125,0125,12,num,row_constant,60,[1],1,1,1 +0125,0125,12,num,row_constant,61,[3],3,1,1 +0125,0125,12,num,row_constant,62,[3],3,1,1 +0125,0125,12,num,row_constant,63,[3],3,1,1 +0125,0125,12,num,row_constant,64,[1],1,1,1 +0125,0125,12,num,row_constant,65,[4],4,1,1 +0125,0125,12,num,row_constant,66,[8],8,1,1 +0125,0125,12,num,row_constant,67,[5],5,1,1 +0125,0125,12,num,row_constant,68,[4],4,1,1 +0125,0125,12,num,row_constant,69,[4],4],1,1 +0125,0125,12,num,row_constant,70,[4],4,1,1 +0125,0125,12,num,row_constant,71,[7],7,1,1 +0125,0125,12,num,row_constant,72,[1],1,1,1 +0125,0125,12,num,row_constant,73,[6],6,1,1 +0125,0125,12,num,row_constant,74,[5],5,1,1 +0125,0125,12,num,row_constant,75,[0],0,1,1 +0125,0125,12,num,row_constant,76,[7],7,1,1 +0125,0125,12,num,row_constant,77,[7],7,1,1 +0125,0125,12,num,row_constant,78,[4],4,1,1 +0125,0125,12,num,row_constant,79,[2],2,1,1 +0125,0125,12,num,row_constant,80,[3],3,1,1 +0125,0125,12,num,row_constant,81,[2],2,1,1 +0125,0125,12,num,row_constant,82,[9],9],1,1 +0125,0125,12,num,row_constant,83,[8],8,1,1 +0125,0125,12,num,row_constant,84,[5],5,1,1 +0125,0125,12,num,row_constant,85,[2],2,1,1 +0125,0125,12,num,row_constant,86,[4],4],1,1 +0125,0125,12,num,row_constant,87,[7],7],1,1 +0125,0125,12,num,row_constant,88,[0],0,1,1 +0125,0125,12,num,row_constant,89,[3],3],1,1 +0125,0125,12,num,row_constant,90,[7],7,1,1 +0125,0125,12,num,row_constant,91,[7],7,1,1 +0125,0125,12,num,row_constant,92,[1],1,1,1 +0125,0125,12,num,row_constant,93,[7],7,1,1 +0125,0125,12,num,row_constant,94,[2],2,1,1 +0125,0125,12,num,row_constant,95,[6],6,1,1 +0125,0125,12,num,row_constant,96,[6],6],1,1 +0125,0125,12,num,row_constant,97,[2],2,1,1 +0125,0125,12,num,row_constant,98,[8],8],1,1 +0125,0125,12,num,row_constant,99,[6],6,1,1 +0125,0125,12,num,col_constant,0,[6],6,1,1 +0125,0125,12,num,col_constant,1,[9],9,1,1 +0125,0125,12,num,col_constant,2,[9],9,1,1 +0125,0125,12,num,col_constant,3,[8],8,1,1 +0125,0125,12,num,col_constant,4,[7],7,1,1 +0125,0125,12,num,col_constant,5,[8],8,1,1 +0125,0125,12,num,col_constant,6,[3],3,1,1 +0125,0125,12,num,col_constant,7,[5],5,1,1 +0125,0125,12,num,col_constant,8,[4],4,1,1 +0125,0125,12,num,col_constant,9,[4],4,1,1 +0125,0125,12,num,col_constant,10,[5],5,1,1 +0125,0125,12,num,col_constant,11,[8],8,1,1 +0125,0125,12,num,col_constant,12,[0],0,1,1 +0125,0125,12,num,col_constant,13,[1],1,1,1 +0125,0125,12,num,col_constant,14,[3],3,1,1 +0125,0125,12,num,col_constant,15,[6],6,1,1 +0125,0125,12,num,col_constant,16,[7],7,1,1 +0125,0125,12,num,col_constant,17,[5],5,1,1 +0125,0125,12,num,col_constant,18,[4],4,1,1 +0125,0125,12,num,col_constant,19,[2],2,1,1 +0125,0125,12,num,col_constant,20,[6],6,1,1 +0125,0125,12,num,col_constant,21,[6],6,1,1 +0125,0125,12,num,col_constant,22,[9],9,1,1 +0125,0125,12,num,col_constant,23,[0],0,1,1 +0125,0125,12,num,col_constant,24,[5],5,1,1 +0125,0125,12,num,col_constant,25,[2],2],1,1 +0125,0125,12,num,col_constant,26,[9],9,1,1 +0125,0125,12,num,col_constant,27,[6],6,1,1 +0125,0125,12,num,col_constant,28,[9],9,1,1 +0125,0125,12,num,col_constant,29,[3],3,1,1 +0125,0125,12,num,col_constant,30,[6],6,1,1 +0125,0125,12,num,col_constant,31,[8],8,1,1 +0125,0125,12,num,col_constant,32,[4],4,1,1 +0125,0125,12,num,col_constant,33,[0],0,1,1 +0125,0125,12,num,col_constant,34,[3],3,1,1 +0125,0125,12,num,col_constant,35,[3],3,1,1 +0125,0125,12,num,col_constant,36,[5],5,1,1 +0125,0125,12,num,col_constant,37,[2],2,1,1 +0125,0125,12,num,col_constant,38,[2],2,1,1 +0125,0125,12,num,col_constant,39,[3],3,1,1 +0125,0125,12,num,col_constant,40,[2],2,1,1 +0125,0125,12,num,col_constant,41,[3],3,1,1 +0125,0125,12,num,col_constant,42,[3],3,1,1 +0125,0125,12,num,col_constant,43,[0],0,1,1 +0125,0125,12,num,col_constant,44,[6],6,1,1 +0125,0125,12,num,col_constant,45,[5],5,1,1 +0125,0125,12,num,col_constant,46,[7],7],1,1 +0125,0125,12,num,col_constant,47,[0],0,1,1 +0125,0125,12,num,col_constant,48,[8],8,1,1 +0125,0125,12,num,col_constant,49,[5],5,1,1 +0125,0125,12,num,col_constant,50,[7],7,1,1 +0125,0125,12,num,col_constant,51,[7],7,1,1 +0125,0125,12,num,col_constant,52,[8],8,1,1 +0125,0125,12,num,col_constant,53,[2],2,1,1 +0125,0125,12,num,col_constant,54,[0],0,1,1 +0125,0125,12,num,col_constant,55,[0],0,1,1 +0125,0125,12,num,col_constant,56,[6],6,1,1 +0125,0125,12,num,col_constant,57,[6],6,1,1 +0125,0125,12,num,col_constant,58,[0],0,1,1 +0125,0125,12,num,col_constant,59,[2],2],1,1 +0125,0125,12,num,col_constant,60,[3],3],1,1 +0125,0125,12,num,col_constant,61,[4],4,1,1 +0125,0125,12,num,col_constant,62,[5],5],1,1 +0125,0125,12,num,col_constant,63,[1],1,1,1 +0125,0125,12,num,col_constant,64,[5],5],1,1 +0125,0125,12,num,col_constant,65,[2],2],1,1 +0125,0125,12,num,col_constant,66,[0],0,1,1 +0125,0125,12,num,col_constant,67,[7],7,1,1 +0125,0125,12,num,col_constant,68,[4],4,1,1 +0125,0125,12,num,col_constant,69,[4],4,1,1 +0125,0125,12,num,col_constant,70,[8],8,1,1 +0125,0125,12,num,col_constant,71,[2],2,1,1 +0125,0125,12,num,col_constant,72,[6],6,1,1 +0125,0125,12,num,col_constant,73,[4],4,1,1 +0125,0125,12,num,col_constant,74,[8],8,1,1 +0125,0125,12,num,col_constant,75,[3],3,1,1 +0125,0125,12,num,col_constant,76,[1],1,1,1 +0125,0125,12,num,col_constant,77,[5],5,1,1 +0125,0125,12,num,col_constant,78,[7],7,1,1 +0125,0125,12,num,col_constant,79,[9],9,1,1 +0125,0125,12,num,col_constant,80,[5],5,1,1 +0125,0125,12,num,col_constant,81,[6],6,1,1 +0125,0125,12,num,col_constant,82,[8],8,1,1 +0125,0125,12,num,col_constant,83,[9],9,1,1 +0125,0125,12,num,col_constant,84,[3],3],1,1 +0125,0125,12,num,col_constant,85,[5],5],1,1 +0125,0125,12,num,col_constant,86,[5],5,1,1 +0125,0125,12,num,col_constant,87,[6],6,1,1 +0125,0125,12,num,col_constant,88,[1],1,1,1 +0125,0125,12,num,col_constant,89,[6],6,1,1 +0125,0125,12,num,col_constant,90,[3],3,1,1 +0125,0125,12,num,col_constant,91,[3],3,1,1 +0125,0125,12,num,col_constant,92,[0],0,1,1 +0125,0125,12,num,col_constant,93,[6],6,1,1 +0125,0125,12,num,col_constant,94,[6],6,1,1 +0125,0125,12,num,col_constant,95,[3],3,1,1 +0125,0125,12,num,col_constant,96,[1],1,1,1 +0125,0125,12,num,col_constant,97,[5],5],1,1 +0125,0125,12,num,col_constant,98,[5],5,1,1 +0125,0125,12,num,col_constant,99,[2],2,1,1 +0125,0125,12,num,dist3_diag1,0,[2],2,1,1 +0125,0125,12,num,dist3_diag1,1,[4],4,1,1 +0125,0125,12,num,dist3_diag1,2,[7],7,1,1 +0125,0125,12,num,dist3_diag1,3,[0],0,1,1 +0125,0125,12,num,dist3_diag1,4,[6],6,1,1 +0125,0125,12,num,dist3_diag1,5,[6],6,1,1 +0125,0125,12,num,dist3_diag1,6,[2],2,1,1 +0125,0125,12,num,dist3_diag1,7,[0],0,1,1 +0125,0125,12,num,dist3_diag1,8,[9],9,1,1 +0125,0125,12,num,dist3_diag1,9,[8],8,1,1 +0125,0125,12,num,dist3_diag1,10,[5],5,1,1 +0125,0125,12,num,dist3_diag1,11,[3],3,1,1 +0125,0125,12,num,dist3_diag1,12,[0],0,1,1 +0125,0125,12,num,dist3_diag1,13,[2],2,1,1 +0125,0125,12,num,dist3_diag1,14,[3],3,1,1 +0125,0125,12,num,dist3_diag1,15,[7],7,1,1 +0125,0125,12,num,dist3_diag1,16,[6],6,1,1 +0125,0125,12,num,dist3_diag1,17,[3],3,1,1 +0125,0125,12,num,dist3_diag1,18,[3],3,1,1 +0125,0125,12,num,dist3_diag1,19,[3],3,1,1 +0125,0125,12,num,dist3_diag1,20,[7],7,1,1 +0125,0125,12,num,dist3_diag1,21,[4],4,1,1 +0125,0125,12,num,dist3_diag1,22,[9],9,1,1 +0125,0125,12,num,dist3_diag1,23,[9],9,1,1 +0125,0125,12,num,dist3_diag1,24,[7],7,1,1 +0125,0125,12,num,dist3_diag1,25,[5],5,1,1 +0125,0125,12,num,dist3_diag1,26,[4],4,1,1 +0125,0125,12,num,dist3_diag1,27,[0],0,1,1 +0125,0125,12,num,dist3_diag1,28,[8],8,1,1 +0125,0125,12,num,dist3_diag1,29,[3],3,1,1 +0125,0125,12,num,dist3_diag1,30,[4],4,1,1 +0125,0125,12,num,dist3_diag1,31,[2],2,1,1 +0125,0125,12,num,dist3_diag1,32,[8],8,1,1 +0125,0125,12,num,dist3_diag1,33,[0],0,1,1 +0125,0125,12,num,dist3_diag1,34,[8],8,1,1 +0125,0125,12,num,dist3_diag1,35,[9],9,1,1 +0125,0125,12,num,dist3_diag1,36,[0],0,1,1 +0125,0125,12,num,dist3_diag1,37,[3],3,1,1 +0125,0125,12,num,dist3_diag1,38,[4],4,1,1 +0125,0125,12,num,dist3_diag1,39,[1],1,1,1 +0125,0125,12,num,dist3_diag1,40,[5],5,1,1 +0125,0125,12,num,dist3_diag1,41,[5],5,1,1 +0125,0125,12,num,dist3_diag1,42,[6],6,1,1 +0125,0125,12,num,dist3_diag1,43,[8],8,1,1 +0125,0125,12,num,dist3_diag1,44,[9],9,1,1 +0125,0125,12,num,dist3_diag1,45,[1],1,1,1 +0125,0125,12,num,dist3_diag1,46,[3],3,1,1 +0125,0125,12,num,dist3_diag1,47,[5],5,1,1 +0125,0125,12,num,dist3_diag1,48,[0],0,1,1 +0125,0125,12,num,dist3_diag1,49,[2],2,1,1 +0125,0125,12,num,dist3_diag1,50,[6],6,1,1 +0125,0125,12,num,dist3_diag1,51,[6],6,1,1 +0125,0125,12,num,dist3_diag1,52,[4],4,1,1 +0125,0125,12,num,dist3_diag1,53,[5],5,1,1 +0125,0125,12,num,dist3_diag1,54,[9],9,1,1 +0125,0125,12,num,dist3_diag1,55,[5],5,1,1 +0125,0125,12,num,dist3_diag1,56,[0],0,1,1 +0125,0125,12,num,dist3_diag1,57,[3],3,1,1 +0125,0125,12,num,dist3_diag1,58,[3],3,1,1 +0125,0125,12,num,dist3_diag1,59,[1],1,1,1 +0125,0125,12,num,dist3_diag1,60,[8],8,1,1 +0125,0125,12,num,dist3_diag1,61,[4],4,1,1 +0125,0125,12,num,dist3_diag1,62,[6],6,1,1 +0125,0125,12,num,dist3_diag1,63,[8],8,1,1 +0125,0125,12,num,dist3_diag1,64,[5],5,1,1 +0125,0125,12,num,dist3_diag1,65,[6],6,1,1 +0125,0125,12,num,dist3_diag1,66,[0],0,1,1 +0125,0125,12,num,dist3_diag1,67,[9],9,1,1 +0125,0125,12,num,dist3_diag1,68,[5],5,1,1 +0125,0125,12,num,dist3_diag1,69,[1],1,1,1 +0125,0125,12,num,dist3_diag1,70,[7],7,1,1 +0125,0125,12,num,dist3_diag1,71,[7],7,1,1 +0125,0125,12,num,dist3_diag1,72,[9],9,1,1 +0125,0125,12,num,dist3_diag1,73,[8],8,1,1 +0125,0125,12,num,dist3_diag1,74,[8],8,1,1 +0125,0125,12,num,dist3_diag1,75,[8],8,1,1 +0125,0125,12,num,dist3_diag1,76,[6],6,1,1 +0125,0125,12,num,dist3_diag1,77,[3],3,1,1 +0125,0125,12,num,dist3_diag1,78,[7],7,1,1 +0125,0125,12,num,dist3_diag1,79,[2],2,1,1 +0125,0125,12,num,dist3_diag1,80,[3],3,1,1 +0125,0125,12,num,dist3_diag1,81,[8],8,1,1 +0125,0125,12,num,dist3_diag1,82,[9],9,1,1 +0125,0125,12,num,dist3_diag1,83,[9],9,1,1 +0125,0125,12,num,dist3_diag1,84,[8],8,1,1 +0125,0125,12,num,dist3_diag1,85,[4],4],1,1 +0125,0125,12,num,dist3_diag1,86,[3],3,1,1 +0125,0125,12,num,dist3_diag1,87,[3],3,1,1 +0125,0125,12,num,dist3_diag1,88,[6],6,1,1 +0125,0125,12,num,dist3_diag1,89,[0],0,1,1 +0125,0125,12,num,dist3_diag1,90,[4],4,1,1 +0125,0125,12,num,dist3_diag1,91,[3],3,1,1 +0125,0125,12,num,dist3_diag1,92,[8],8,1,1 +0125,0125,12,num,dist3_diag1,93,[0],0,1,1 +0125,0125,12,num,dist3_diag1,94,[4],4,1,1 +0125,0125,12,num,dist3_diag1,95,[0],0,1,1 +0125,0125,12,num,dist3_diag1,96,[6],6,1,1 +0125,0125,12,num,dist3_diag1,97,[9],9,1,1 +0125,0125,12,num,dist3_diag1,98,[6],6,1,1 +0125,0125,12,num,dist3_diag1,99,[8],8,1,1 +0125,0125,12,num,dist3_diag2,0,[9],9,1,1 +0125,0125,12,num,dist3_diag2,1,[5],5,1,1 +0125,0125,12,num,dist3_diag2,2,[5],5,1,1 +0125,0125,12,num,dist3_diag2,3,[4],4,1,1 +0125,0125,12,num,dist3_diag2,4,[2],2,1,1 +0125,0125,12,num,dist3_diag2,5,[8],8,1,1 +0125,0125,12,num,dist3_diag2,6,[4],4,1,1 +0125,0125,12,num,dist3_diag2,7,[4],4,1,1 +0125,0125,12,num,dist3_diag2,8,[9],9,1,1 +0125,0125,12,num,dist3_diag2,9,[5],5,1,1 +0125,0125,12,num,dist3_diag2,10,[7],7,1,1 +0125,0125,12,num,dist3_diag2,11,[1],1,1,1 +0125,0125,12,num,dist3_diag2,12,[1],1],1,1 +0125,0125,12,num,dist3_diag2,13,[9],9,1,1 +0125,0125,12,num,dist3_diag2,14,[3],3,1,1 +0125,0125,12,num,dist3_diag2,15,[7],7,1,1 +0125,0125,12,num,dist3_diag2,16,[5],5,1,1 +0125,0125,12,num,dist3_diag2,17,[5],5,1,1 +0125,0125,12,num,dist3_diag2,18,[5],5,1,1 +0125,0125,12,num,dist3_diag2,19,[7],7,1,1 +0125,0125,12,num,dist3_diag2,20,[9],9,1,1 +0125,0125,12,num,dist3_diag2,21,[1],1,1,1 +0125,0125,12,num,dist3_diag2,22,[8],8,1,1 +0125,0125,12,num,dist3_diag2,23,[8],8,1,1 +0125,0125,12,num,dist3_diag2,24,[6],6,1,1 +0125,0125,12,num,dist3_diag2,25,[3],3,1,1 +0125,0125,12,num,dist3_diag2,26,[4],4,1,1 +0125,0125,12,num,dist3_diag2,27,[3],3,1,1 +0125,0125,12,num,dist3_diag2,28,[6],6,1,1 +0125,0125,12,num,dist3_diag2,29,[7],7,1,1 +0125,0125,12,num,dist3_diag2,30,[6],6,1,1 +0125,0125,12,num,dist3_diag2,31,[2],2,1,1 +0125,0125,12,num,dist3_diag2,32,[3],3,1,1 +0125,0125,12,num,dist3_diag2,33,[3],3,1,1 +0125,0125,12,num,dist3_diag2,34,[0],0,1,1 +0125,0125,12,num,dist3_diag2,35,[8],8,1,1 +0125,0125,12,num,dist3_diag2,36,[6],6,1,1 +0125,0125,12,num,dist3_diag2,37,[3],3,1,1 +0125,0125,12,num,dist3_diag2,38,[7],7,1,1 +0125,0125,12,num,dist3_diag2,39,[4],4,1,1 +0125,0125,12,num,dist3_diag2,40,[8],8,1,1 +0125,0125,12,num,dist3_diag2,41,[8],8,1,1 +0125,0125,12,num,dist3_diag2,42,[2],2,1,1 +0125,0125,12,num,dist3_diag2,43,[9],9,1,1 +0125,0125,12,num,dist3_diag2,44,[2],2,1,1 +0125,0125,12,num,dist3_diag2,45,[4],4,1,1 +0125,0125,12,num,dist3_diag2,46,[5],5,1,1 +0125,0125,12,num,dist3_diag2,47,[5],5,1,1 +0125,0125,12,num,dist3_diag2,48,[0],0,1,1 +0125,0125,12,num,dist3_diag2,49,[9],9,1,1 +0125,0125,12,num,dist3_diag2,50,[5],5,1,1 +0125,0125,12,num,dist3_diag2,51,[2],2,1,1 +0125,0125,12,num,dist3_diag2,52,[9],9,1,1 +0125,0125,12,num,dist3_diag2,53,[2],2,1,1 +0125,0125,12,num,dist3_diag2,54,[5],5,1,1 +0125,0125,12,num,dist3_diag2,55,[3],3,1,1 +0125,0125,12,num,dist3_diag2,56,[5],5,1,1 +0125,0125,12,num,dist3_diag2,57,[8],8,1,1 +0125,0125,12,num,dist3_diag2,58,[3],3,1,1 +0125,0125,12,num,dist3_diag2,59,[9],9,1,1 +0125,0125,12,num,dist3_diag2,60,[1],1,1,1 +0125,0125,12,num,dist3_diag2,61,[3],3,1,1 +0125,0125,12,num,dist3_diag2,62,[9],9,1,1 +0125,0125,12,num,dist3_diag2,63,[7],7,1,1 +0125,0125,12,num,dist3_diag2,64,[5],5,1,1 +0125,0125,12,num,dist3_diag2,65,[4],4,1,1 +0125,0125,12,num,dist3_diag2,66,[3],3,1,1 +0125,0125,12,num,dist3_diag2,67,[4],4,1,1 +0125,0125,12,num,dist3_diag2,68,[7],7,1,1 +0125,0125,12,num,dist3_diag2,69,[8],8,1,1 +0125,0125,12,num,dist3_diag2,70,[3],3,1,1 +0125,0125,12,num,dist3_diag2,71,[6],6,1,1 +0125,0125,12,num,dist3_diag2,72,[5],5,1,1 +0125,0125,12,num,dist3_diag2,73,[9],9,1,1 +0125,0125,12,num,dist3_diag2,74,[6],6,1,1 +0125,0125,12,num,dist3_diag2,75,[3],3,1,1 +0125,0125,12,num,dist3_diag2,76,[7],7,1,1 +0125,0125,12,num,dist3_diag2,77,[3],3,1,1 +0125,0125,12,num,dist3_diag2,78,[7],7,1,1 +0125,0125,12,num,dist3_diag2,79,[0],0,1,1 +0125,0125,12,num,dist3_diag2,80,[9],9,1,1 +0125,0125,12,num,dist3_diag2,81,[7],7,1,1 +0125,0125,12,num,dist3_diag2,82,[7],7,1,1 +0125,0125,12,num,dist3_diag2,83,[0],0,1,1 +0125,0125,12,num,dist3_diag2,84,[4],4,1,1 +0125,0125,12,num,dist3_diag2,85,[5],5,1,1 +0125,0125,12,num,dist3_diag2,86,[4],4,1,1 +0125,0125,12,num,dist3_diag2,87,[3],3,1,1 +0125,0125,12,num,dist3_diag2,88,[5],5,1,1 +0125,0125,12,num,dist3_diag2,89,[6],6,1,1 +0125,0125,12,num,dist3_diag2,90,[0],0,1,1 +0125,0125,12,num,dist3_diag2,91,[0],0,1,1 +0125,0125,12,num,dist3_diag2,92,[3],3,1,1 +0125,0125,12,num,dist3_diag2,93,[1],1,1,1 +0125,0125,12,num,dist3_diag2,94,[4],4,1,1 +0125,0125,12,num,dist3_diag2,95,[4],4,1,1 +0125,0125,12,num,dist3_diag2,96,[6],6,1,1 +0125,0125,12,num,dist3_diag2,97,[4],4,1,1 +0125,0125,12,num,dist3_diag2,98,[5],5,1,1 +0125,0125,12,num,dist3_diag2,99,[0],0,1,1 +0125,0125,12,num,prog_size1,0,[4],4,1,1 +0125,0125,12,num,prog_size1,1,[5],5],1,1 +0125,0125,12,num,prog_size1,2,[6],6,1,1 +0125,0125,12,num,prog_size1,3,[7],7,1,1 +0125,0125,12,num,prog_size1,4,[8],8,1,1 +0125,0125,12,num,prog_size1,5,[9],9,1,1 +0125,0125,12,num,prog_size1,6,[0],0,1,1 +0125,0125,12,num,prog_size1,7,[1],1,1,1 +0125,0125,12,num,prog_size1,8,[2],2,1,1 +0125,0125,12,num,prog_size1,9,[3],3,1,1 +0125,0125,12,num,prog_size1,10,[4],4,1,1 +0125,0125,12,num,prog_size1,11,[5],5,1,1 +0125,0125,12,num,prog_size2,0,[8],8,1,1 +0125,0125,12,num,prog_size2,1,[9],9],1,1 +0125,0125,12,num,prog_size2,2,[0],0,1,1 +0125,0125,12,num,prog_size2,3,[1],1,1,1 +0125,0125,12,num,two_rule_comb0,0,[6 9],6 9],1,1 +0125,0125,12,num,two_rule_comb0,1,[7 0],7 0],1,1 +0125,0125,12,num,two_rule_comb0,2,[2 4],2 4],1,1 +0125,0125,12,num,two_rule_comb0,3,[2 0],2 0],1,1 +0125,0125,12,num,two_rule_comb0,4,[9 2],9 2,1,1 +0125,0125,12,num,two_rule_comb0,5,[7 0],7 0,1,1 +0125,0125,12,num,two_rule_comb0,6,[1 9],1 9,1,1 +0125,0125,12,num,two_rule_comb0,7,[1 7],7],0,1 +0125,0125,12,num,two_rule_comb0,8,[7 3],7 3,1,1 +0125,0125,12,num,two_rule_comb0,9,[9 0],9 0,1,1 +0125,0125,12,num,two_rule_comb0,10,[7 2],7 2,1,1 +0125,0125,12,num,two_rule_comb0,11,[1 6],1 6,1,1 +0125,0125,12,num,two_rule_comb0,12,[7 4],7 4,1,1 +0125,0125,12,num,two_rule_comb0,13,[9 7],9 7,1,1 +0125,0125,12,num,two_rule_comb0,14,[0 0],0 0,1,1 +0125,0125,12,num,two_rule_comb0,15,[3 7],3 7,1,1 +0125,0125,12,num,two_rule_comb0,16,[7 3],7 3],1,1 +0125,0125,12,num,two_rule_comb0,17,[9 0],9 0,1,1 +0125,0125,12,num,two_rule_comb0,18,[7 2],7 2,1,1 +0125,0125,12,num,two_rule_comb0,19,[2 6],2 6,1,1 +0125,0125,12,num,two_rule_comb0,20,[5 5],5 5,1,1 +0125,0125,12,num,two_rule_comb0,21,[8 5],8 5,1,1 +0125,0125,12,num,two_rule_comb0,22,[6 4],6 4],1,1 +0125,0125,12,num,two_rule_comb0,23,[6 8],6 8],1,1 +0125,0125,12,num,two_rule_comb0,24,[7 1],1,0,1 +0125,0125,12,num,two_rule_comb0,25,[5 1],5 1,1,1 +0125,0125,12,num,two_rule_comb0,26,[6 8],6 8,1,1 +0125,0125,12,num,two_rule_comb0,27,[7 7],7 7],1,1 +0125,0125,12,num,two_rule_comb0,28,[7 1],7 1,1,1 +0125,0125,12,num,two_rule_comb0,29,[0 2],0 2,1,1 +0125,0125,12,num,two_rule_comb0,30,[9 4],9 4,1,1 +0125,0125,12,num,two_rule_comb0,31,[4 5],4 5,1,1 +0125,0125,12,num,two_rule_comb0,32,[3 3],3 3],1,1 +0125,0125,12,num,two_rule_comb0,33,[7 9],7 9,1,1 +0125,0125,12,num,two_rule_comb0,34,[4 2],4 2,1,1 +0125,0125,12,num,two_rule_comb0,35,[8 9],8 9,1,1 +0125,0125,12,num,two_rule_comb0,36,[6 5],6 5],1,1 +0125,0125,12,num,two_rule_comb0,37,[1 5],5],0,1 +0125,0125,12,num,two_rule_comb0,38,[3 6],3 6,1,1 +0125,0125,12,num,two_rule_comb0,39,[5 9],5 9,1,1 +0125,0125,12,num,two_rule_comb0,40,[5 6],5 6,1,1 +0125,0125,12,num,two_rule_comb0,41,[1 2],1 2,1,1 +0125,0125,12,num,two_rule_comb0,42,[1 7],1 7,1,1 +0125,0125,12,num,two_rule_comb0,43,[8 0],8 0,1,1 +0125,0125,12,num,two_rule_comb0,44,[3 2],3 2,1,1 +0125,0125,12,num,two_rule_comb0,45,[7 4],4,0,1 +0125,0125,12,num,two_rule_comb0,46,[9 6],9 6],1,1 +0125,0125,12,num,two_rule_comb0,47,[4 2],4 2,1,1 +0125,0125,12,num,two_rule_comb0,48,[6 4],6 4,1,1 +0125,0125,12,num,two_rule_comb0,49,[8 9],8 9,1,1 +0125,0125,12,num,two_rule_comb0,50,[2 0],2 0,1,1 +0125,0125,12,num,two_rule_comb0,51,[7 5],7 5,1,1 +0125,0125,12,num,two_rule_comb0,52,[2 3],2 3],1,1 +0125,0125,12,num,two_rule_comb0,53,[3 5],5],0,1 +0125,0125,12,num,two_rule_comb0,54,[0 7],0 7,1,1 +0125,0125,12,num,two_rule_comb0,55,[1 6],1 6,1,1 +0125,0125,12,num,two_rule_comb0,56,[7 1],7 1,1,1 +0125,0125,12,num,two_rule_comb0,57,[6 8],6 8,1,1 +0125,0125,12,num,two_rule_comb0,58,[8 0],8 0,1,1 +0125,0125,12,num,two_rule_comb0,59,[3 0],3 0,1,1 +0125,0125,12,num,two_rule_comb0,60,[3 0],3 0],1,1 +0125,0125,12,num,two_rule_comb0,61,[2 3],2 3,1,1 +0125,0125,12,num,two_rule_comb0,62,[6 3],6 3,1,1 +0125,0125,12,num,two_rule_comb0,63,[0 8],0 8,1,1 +0125,0125,12,num,two_rule_comb0,64,[9 7],9 7],1,1 +0125,0125,12,num,two_rule_comb0,65,[5 4],5 4,1,1 +0125,0125,12,num,two_rule_comb0,66,[2 6],2 6],1,1 +0125,0125,12,num,two_rule_comb0,67,[0 8],0 8],1,1 +0125,0125,12,num,two_rule_comb0,68,[8 0],8 0,1,1 +0125,0125,12,num,two_rule_comb0,69,[6 1],6 1,1,1 +0125,0125,12,num,two_rule_comb0,70,[4 6],4 6],1,1 +0125,0125,12,num,two_rule_comb0,71,[9 0],9 0,1,1 +0125,0125,12,num,two_rule_comb0,72,[3 2],2,0,1 +0125,0125,12,num,two_rule_comb0,73,[3 5],3 5],1,1 +0125,0125,12,num,two_rule_comb0,74,[0 5],5],0,1 +0125,0125,12,num,two_rule_comb0,75,[7 0],7 0,1,1 +0125,0125,12,num,two_rule_comb0,76,[1 9],1 9,1,1 +0125,0125,12,num,two_rule_comb0,77,[1 7],1 7,1,1 +0125,0125,12,num,two_rule_comb0,78,[0 1],0 1],1,1 +0125,0125,12,num,two_rule_comb0,79,[7 7],7 7],1,1 +0125,0125,12,num,two_rule_comb0,80,[2 5],2 5,1,1 +0125,0125,12,num,two_rule_comb0,81,[3 5],3 5,1,1 +0125,0125,12,num,two_rule_comb0,82,[7 7],7 7],1,1 +0125,0125,12,num,two_rule_comb0,83,[7 0],7 0,1,1 +0125,0125,12,num,two_rule_comb0,84,[3 1],3 1,1,1 +0125,0125,12,num,two_rule_comb0,85,[0 8],8],0,1 +0125,0125,12,num,two_rule_comb0,86,[3 0],3 0],1,1 +0125,0125,12,num,two_rule_comb0,87,[1 5],1 5,1,1 +0125,0125,12,num,two_rule_comb0,88,[8 0],8 0,1,1 +0125,0125,12,num,two_rule_comb0,89,[2 7],2 7,1,1 +0125,0125,12,num,two_rule_comb0,90,[8 5],8 5,1,1 +0125,0125,12,num,two_rule_comb0,91,[3 1],1,0,1 +0125,0125,12,num,two_rule_comb0,92,[3 8],3 8,1,1 +0125,0125,12,num,two_rule_comb0,93,[3 9],9],0,1 +0125,0125,12,num,two_rule_comb0,94,[2 2],2 2],1,1 +0125,0125,12,num,two_rule_comb0,95,[8 3],8 3,1,1 +0125,0125,12,num,two_rule_comb0,96,[1 5],5],0,1 +0125,0125,12,num,two_rule_comb0,97,[9 4],9 4,1,1 +0125,0125,12,num,two_rule_comb0,98,[5 4],5 4],1,1 +0125,0125,12,num,two_rule_comb0,99,[3 1],3 1],1,1 +0125,0125,12,num,two_rule_comb1,0,[1 2],1 2,1,1 +0125,0125,12,num,two_rule_comb1,1,[8 9],9 9,0,1 +0125,0125,12,num,two_rule_comb1,2,[2 6],2 6,1,1 +0125,0125,12,num,two_rule_comb1,3,[3 4],3 4,1,1 +0125,0125,12,num,two_rule_comb1,4,[2 7],2 7,1,1 +0125,0125,12,num,two_rule_comb1,5,[4 0],4 0,1,1 +0125,0125,12,num,two_rule_comb1,6,[7 4],7 4,1,1 +0125,0125,12,num,two_rule_comb1,7,[1 1],1 1,1,1 +0125,0125,12,num,two_rule_comb1,8,[7 9],7 9,1,1 +0125,0125,12,num,two_rule_comb1,9,[3 1],3 1,1,1 +0125,0125,12,num,two_rule_comb1,10,[3 7],3 7,1,1 +0125,0125,12,num,two_rule_comb1,11,[0 2],0 2,1,1 +0125,0125,12,num,two_rule_comb1,12,[6 7],6 7,1,1 +0125,0125,12,num,two_rule_comb1,13,[8 2],8 2,1,1 +0125,0125,12,num,two_rule_comb1,14,[7 4],7 4,1,1 +0125,0125,12,num,two_rule_comb1,15,[1 3],1 3,1,1 +0125,0125,12,num,two_rule_comb1,16,[7 3],7 3,1,1 +0125,0125,12,num,two_rule_comb1,17,[7 7],5 7,0,1 +0125,0125,12,num,two_rule_comb1,18,[1 8],1 8,1,1 +0125,0125,12,num,two_rule_comb1,19,[1 9],1 9,1,1 +0125,0125,12,num,two_rule_comb1,20,[4 9],4 9,1,1 +0125,0125,12,num,two_rule_comb1,21,[2 3],3 3],0,1 +0125,0125,12,num,two_rule_comb1,22,[6 7],6 7,1,1 +0125,0125,12,num,two_rule_comb1,23,[2 5],2 5,1,1 +0125,0125,12,num,two_rule_comb1,24,[3 1],3 1,1,1 +0125,0125,12,num,two_rule_comb1,25,[6 5],6 5,1,1 +0125,0125,12,num,two_rule_comb1,26,[8 1],8 1,1,1 +0125,0125,12,num,two_rule_comb1,27,[6 8],6 8,1,1 +0125,0125,12,num,two_rule_comb1,28,[5 4],4 4,0,1 +0125,0125,12,num,two_rule_comb1,29,[0 4],0 4,1,1 +0125,0125,12,num,two_rule_comb1,30,[4 9],4 9,1,1 +0125,0125,12,num,two_rule_comb1,31,[6 2],6 2,1,1 +0125,0125,12,num,two_rule_comb1,32,[1 7],7 7],0,1 +0125,0125,12,num,two_rule_comb1,33,[3 0],2 0,0,1 +0125,0125,12,num,two_rule_comb1,34,[1 2],1 2,1,1 +0125,0125,12,num,two_rule_comb1,35,[4 1],4 1,1,1 +0125,0125,12,num,two_rule_comb1,36,[6 6],6 6,1,1 +0125,0125,12,num,two_rule_comb1,37,[6 2],6 2,1,1 +0125,0125,12,num,two_rule_comb1,38,[3 2],3 2],1,1 +0125,0125,12,num,two_rule_comb1,39,[9 9],9 9,1,1 +0125,0125,12,num,two_rule_comb1,40,[5 9],1 9],0,1 +0125,0125,12,num,two_rule_comb1,41,[0 2],0 2,1,1 +0125,0125,12,num,two_rule_comb1,42,[3 2],3 2,1,1 +0125,0125,12,num,two_rule_comb1,43,[2 2],2 8,0,1 +0125,0125,12,num,two_rule_comb1,44,[8 1],8 1,1,1 +0125,0125,12,num,two_rule_comb1,45,[7 3],7 3,1,1 +0125,0125,12,num,two_rule_comb1,46,[1 5],1 5,1,1 +0125,0125,12,num,two_rule_comb1,47,[0 5],0 5,1,1 +0125,0125,12,num,two_rule_comb1,48,[3 5],3 5,1,1 +0125,0125,12,num,two_rule_comb1,49,[4 7],4 7,1,1 +0125,0125,12,num,two_rule_comb1,50,[3 9],3 9,1,1 +0125,0125,12,num,two_rule_comb1,51,[3 4],3 4,1,1 +0125,0125,12,num,two_rule_comb1,52,[8 9],8 9,1,1 +0125,0125,12,num,two_rule_comb1,53,[9 5],9 5,1,1 +0125,0125,12,num,two_rule_comb1,54,[0 8],0 8,1,1 +0125,0125,12,num,two_rule_comb1,55,[6 2],6 2,1,1 +0125,0125,12,num,two_rule_comb1,56,[7 0],7 0,1,1 +0125,0125,12,num,two_rule_comb1,57,[6 6],6 6,1,1 +0125,0125,12,num,two_rule_comb1,58,[6 3],6 3,1,1 +0125,0125,12,num,two_rule_comb1,59,[4 5],4 5,1,1 +0125,0125,12,num,two_rule_comb1,60,[6 6],6 6],1,1 +0125,0125,12,num,two_rule_comb1,61,[8 4],8 4,1,1 +0125,0125,12,num,two_rule_comb1,62,[6 4],6 4,1,1 +0125,0125,12,num,two_rule_comb1,63,[2 1],2 1,1,1 +0125,0125,12,num,two_rule_comb1,64,[8 1],8 1,1,1 +0125,0125,12,num,two_rule_comb1,65,[3 3],3 3,1,1 +0125,0125,12,num,two_rule_comb1,66,[5 9],5 9,1,1 +0125,0125,12,num,two_rule_comb1,67,[4 9],4 9,1,1 +0125,0125,12,num,two_rule_comb1,68,[7 7],7 7],1,1 +0125,0125,12,num,two_rule_comb1,69,[5 2],5 2,1,1 +0125,0125,12,num,two_rule_comb1,70,[0 1],1 1,0,1 +0125,0125,12,num,two_rule_comb1,71,[4 8],4 8,1,1 +0125,0125,12,num,two_rule_comb1,72,[8 3],8 3,1,1 +0125,0125,12,num,two_rule_comb1,73,[5 6],7 9,0,1 +0125,0125,12,num,two_rule_comb1,74,[3 8],3 8,1,1 +0125,0125,12,num,two_rule_comb1,75,[7 9],7 9,1,1 +0125,0125,12,num,two_rule_comb1,76,[3 2],3 2,1,1 +0125,0125,12,num,two_rule_comb1,77,[7 5],5 5,0,1 +0125,0125,12,num,two_rule_comb1,78,[5 5],5 5,1,1 +0125,0125,12,num,two_rule_comb1,79,[6 8],6 8,1,1 +0125,0125,12,num,two_rule_comb1,80,[6 8],6 8,1,1 +0125,0125,12,num,two_rule_comb1,81,[0 6],0 6,1,1 +0125,0125,12,num,two_rule_comb1,82,[5 0],3,0,1 +0125,0125,12,num,two_rule_comb1,83,[1 2],1 2,1,1 +0125,0125,12,num,two_rule_comb1,84,[7 7],7 7,1,1 +0125,0125,12,num,two_rule_comb1,85,[5 4],5 4,1,1 +0125,0125,12,num,two_rule_comb1,86,[1 7],1 7,1,1 +0125,0125,12,num,two_rule_comb1,87,[1 4],1 4,1,1 +0125,0125,12,num,two_rule_comb1,88,[1 1],1 1,1,1 +0125,0125,12,num,two_rule_comb1,89,[6 9],6 9,1,1 +0125,0125,12,num,two_rule_comb1,90,[2 7],2 7],1,1 +0125,0125,12,num,two_rule_comb1,91,[4 4],6 4,0,1 +0125,0125,12,num,two_rule_comb1,92,[1 2],1 1,0,1 +0125,0125,12,num,two_rule_comb1,93,[0 0],0 5,0,1 +0125,0125,12,num,two_rule_comb1,94,[7 4],7 4,1,1 +0125,0125,12,num,two_rule_comb1,95,[1 5],1 5,1,1 +0125,0125,12,num,two_rule_comb1,96,[7 1],3,0,1 +0125,0125,12,num,two_rule_comb1,97,[3 9],3 9,1,1 +0125,0125,12,num,two_rule_comb1,98,[7 6],7 6,1,1 +0125,0125,12,num,two_rule_comb1,99,[2 1],2 1,1,1 +0125,0125,12,num,two_rule_comb2,0,[1 0],1 0,1,1 +0125,0125,12,num,two_rule_comb2,1,[0 7],0 7,1,1 +0125,0125,12,num,two_rule_comb2,2,[6 5],6 5,1,1 +0125,0125,12,num,two_rule_comb2,3,[1 5],1 5,1,1 +0125,0125,12,num,two_rule_comb2,4,[7 2],7 2,1,1 +0125,0125,12,num,two_rule_comb2,5,[2 6],2 6,1,1 +0125,0125,12,num,two_rule_comb2,6,[4 8],4 8,1,1 +0125,0125,12,num,two_rule_comb2,7,[3 2],3 2,1,1 +0125,0125,12,num,two_rule_comb2,8,[9 9],9 9,1,1 +0125,0125,12,num,two_rule_comb2,9,[6 5],6 5,1,1 +0125,0125,12,num,two_rule_comb2,10,[8 8],8 8,1,1 +0125,0125,12,num,two_rule_comb2,11,[9 5],9 5,1,1 +0125,0125,12,num,two_rule_comb2,12,[5 4],5 4,1,1 +0125,0125,12,num,two_rule_comb2,13,[4 6],4 6,1,1 +0125,0125,12,num,two_rule_comb2,14,[2 3],2 3,1,1 +0125,0125,12,num,two_rule_comb2,15,[8 5],8 5,1,1 +0125,0125,12,num,two_rule_comb2,16,[4 9],4 9,1,1 +0125,0125,12,num,two_rule_comb2,17,[9 4],9 4,1,1 +0125,0125,12,num,two_rule_comb2,18,[0 0],0 0,1,1 +0125,0125,12,num,two_rule_comb2,19,[5 4],5 4,1,1 +0125,0125,12,num,two_rule_comb2,20,[4 5],4 5,1,1 +0125,0125,12,num,two_rule_comb2,21,[0 6],0 6,1,1 +0125,0125,12,num,two_rule_comb2,22,[1 5],1 5,1,1 +0125,0125,12,num,two_rule_comb2,23,[5 9],5 9,1,1 +0125,0125,12,num,two_rule_comb2,24,[5 3],5 3,1,1 +0125,0125,12,num,two_rule_comb2,25,[0 6],0 6,1,1 +0125,0125,12,num,two_rule_comb2,26,[8 7],8 7,1,1 +0125,0125,12,num,two_rule_comb2,27,[6 1],6 1,1,1 +0125,0125,12,num,two_rule_comb2,28,[9 1],9 1,1,1 +0125,0125,12,num,two_rule_comb2,29,[0 4],0 4,1,1 +0125,0125,12,num,two_rule_comb2,30,[3 2],3 2,1,1 +0125,0125,12,num,two_rule_comb2,31,[6 5],6 5,1,1 +0125,0125,12,num,two_rule_comb2,32,[1 2],1 2,1,1 +0125,0125,12,num,two_rule_comb2,33,[5 6],5 6,1,1 +0125,0125,12,num,two_rule_comb2,34,[5 1],5 1,1,1 +0125,0125,12,num,two_rule_comb2,35,[7 6],7 6,1,1 +0125,0125,12,num,two_rule_comb2,36,[8 0],8 0,1,1 +0125,0125,12,num,two_rule_comb2,37,[9 6],9 6,1,1 +0125,0125,12,num,two_rule_comb2,38,[4 2],4 2,1,1 +0125,0125,12,num,two_rule_comb2,39,[2 1],2 1,1,1 +0125,0125,12,num,two_rule_comb2,40,[8 3],8 3,1,1 +0125,0125,12,num,two_rule_comb2,41,[9 6],9 6,1,1 +0125,0125,12,num,two_rule_comb2,42,[6 5],6 5,1,1 +0125,0125,12,num,two_rule_comb2,43,[8 9],8 9,1,1 +0125,0125,12,num,two_rule_comb2,44,[4 3],4 3,1,1 +0125,0125,12,num,two_rule_comb2,45,[7 1],7 1,1,1 +0125,0125,12,num,two_rule_comb2,46,[0 8],0 8,1,1 +0125,0125,12,num,two_rule_comb2,47,[3 7],3 7,1,1 +0125,0125,12,num,two_rule_comb2,48,[7 5],7 5,1,1 +0125,0125,12,num,two_rule_comb2,49,[5 3],5 3,1,1 +0125,0125,12,num,two_rule_comb2,50,[6 4],6 4,1,1 +0125,0125,12,num,two_rule_comb2,51,[9 3],9 3,1,1 +0125,0125,12,num,two_rule_comb2,52,[1 1],1 1,1,1 +0125,0125,12,num,two_rule_comb2,53,[0 9],0 9,1,1 +0125,0125,12,num,two_rule_comb2,54,[6 8],6 8,1,1 +0125,0125,12,num,two_rule_comb2,55,[6 3],6 3,1,1 +0125,0125,12,num,two_rule_comb2,56,[8 5],8 5,1,1 +0125,0125,12,num,two_rule_comb2,57,[9 6],9 6],1,1 +0125,0125,12,num,two_rule_comb2,58,[5 0],5 0,1,1 +0125,0125,12,num,two_rule_comb2,59,[0 5],0 5,1,1 +0125,0125,12,num,two_rule_comb2,60,[2 0],2 0,1,1 +0125,0125,12,num,two_rule_comb2,61,[0 2],0 2,1,1 +0125,0125,12,num,two_rule_comb2,62,[5 1],5 1,1,1 +0125,0125,12,num,two_rule_comb2,63,[8 2],8 2,1,1 +0125,0125,12,num,two_rule_comb2,64,[8 7],8 7,1,1 +0125,0125,12,num,two_rule_comb2,65,[9 1],9 1,1,1 +0125,0125,12,num,two_rule_comb2,66,[5 9],5 9,1,1 +0125,0125,12,num,two_rule_comb2,67,[9 0],9 0,1,1 +0125,0125,12,num,two_rule_comb2,68,[0 9],0 9,1,1 +0125,0125,12,num,two_rule_comb2,69,[0 0],0 0,1,1 +0125,0125,12,num,two_rule_comb2,70,[5 8],5 8,1,1 +0125,0125,12,num,two_rule_comb2,71,[9 8],8,0,1 +0125,0125,12,num,two_rule_comb2,72,[1 1],1 1,1,1 +0125,0125,12,num,two_rule_comb2,73,[4 3],4 3,1,1 +0125,0125,12,num,two_rule_comb2,74,[8 2],8 2],1,1 +0125,0125,12,num,two_rule_comb2,75,[0 2],0 2,1,1 +0125,0125,12,num,two_rule_comb2,76,[5 7],5 7],1,1 +0125,0125,12,num,two_rule_comb2,77,[8 8],8 8,1,1 +0125,0125,12,num,two_rule_comb2,78,[6 6],6 6,1,1 +0125,0125,12,num,two_rule_comb2,79,[8 0],8 0,1,1 +0125,0125,12,num,two_rule_comb2,80,[2 2],2 2],1,1 +0125,0125,12,num,two_rule_comb2,81,[0 8],0 8,1,1 +0125,0125,12,num,two_rule_comb2,82,[7 5],7 5,1,1 +0125,0125,12,num,two_rule_comb2,83,[8 4],8 4,1,1 +0125,0125,12,num,two_rule_comb2,84,[5 2],5 2,1,1 +0125,0125,12,num,two_rule_comb2,85,[8 0],8 0,1,1 +0125,0125,12,num,two_rule_comb2,86,[5 0],5 0,1,1 +0125,0125,12,num,two_rule_comb2,87,[0 3],0 3,1,1 +0125,0125,12,num,two_rule_comb2,88,[7 1],7 1,1,1 +0125,0125,12,num,two_rule_comb2,89,[6 0],6 0,1,1 +0125,0125,12,num,two_rule_comb2,90,[8 5],8 5,1,1 +0125,0125,12,num,two_rule_comb2,91,[9 5],9 5,1,1 +0125,0125,12,num,two_rule_comb2,92,[0 5],0 5,1,1 +0125,0125,12,num,two_rule_comb2,93,[7 7],7 7,1,1 +0125,0125,12,num,two_rule_comb2,94,[7 0],7 0,1,1 +0125,0125,12,num,two_rule_comb2,95,[1 0],1 0,1,1 +0125,0125,12,num,two_rule_comb2,96,[2 0],2 0,1,1 +0125,0125,12,num,two_rule_comb2,97,[5 1],5 1,1,1 +0125,0125,12,num,two_rule_comb2,98,[6 4],6 4,1,1 +0125,0125,12,num,two_rule_comb2,99,[2 7],2 7,1,1 +0125,0125,12,num,two_rule_comb3,0,[9 1],9 1,1,1 +0125,0125,12,num,two_rule_comb3,1,[9 0],9 0,1,1 +0125,0125,12,num,two_rule_comb3,2,[4 8],4 8,1,1 +0125,0125,12,num,two_rule_comb3,3,[1 8],1 8,1,1 +0125,0125,12,num,two_rule_comb3,4,[5 7],5 7],1,1 +0125,0125,12,num,two_rule_comb3,5,[8 2],8 2,1,1 +0125,0125,12,num,two_rule_comb3,6,[9 2],9 2,1,1 +0125,0125,12,num,two_rule_comb3,7,[6 1],6 1,1,1 +0125,0125,12,num,two_rule_comb3,8,[9 8],9 8,1,1 +0125,0125,12,num,two_rule_comb3,9,[4 5],4 5,1,1 +0125,0125,12,num,two_rule_comb3,10,[0 4],0 4],1,1 +0125,0125,12,num,two_rule_comb3,11,[8 6],8 6,1,1 +0125,0125,12,num,two_rule_comb3,12,[8 3],8 3,1,1 +0125,0125,12,num,two_rule_comb3,13,[5 9],5 9,1,1 +0125,0125,12,num,two_rule_comb3,14,[6 4],6 4,1,1 +0125,0125,12,num,two_rule_comb3,15,[5 3],5 3,1,1 +0125,0125,12,num,two_rule_comb3,16,[0 5],0 5,1,1 +0125,0125,12,num,two_rule_comb3,17,[5 5],5 5,1,1 +0125,0125,12,num,two_rule_comb3,18,[7 0],7 2,0,1 +0125,0125,12,num,two_rule_comb3,19,[5 6],5 6,1,1 +0125,0125,12,num,two_rule_comb3,20,[6 4],6 4,1,1 +0125,0125,12,num,two_rule_comb3,21,[0 6],0 6,1,1 +0125,0125,12,num,two_rule_comb3,22,[7 0],7 0,1,1 +0125,0125,12,num,two_rule_comb3,23,[6 8],6 8,1,1 +0125,0125,12,num,two_rule_comb3,24,[8 3],8 3,1,1 +0125,0125,12,num,two_rule_comb3,25,[1 7],1 9,0,1 +0125,0125,12,num,two_rule_comb3,26,[1 2],1 1,0,1 +0125,0125,12,num,two_rule_comb3,27,[4 6],4 6],1,1 +0125,0125,12,num,two_rule_comb3,28,[1 2],2 1,0,1 +0125,0125,12,num,two_rule_comb3,29,[0 2],0 2,1,1 +0125,0125,12,num,two_rule_comb3,30,[2 4],2 4],1,1 +0125,0125,12,num,two_rule_comb3,31,[5 5],5 0,0,1 +0125,0125,12,num,two_rule_comb3,32,[9 6],9 6,1,1 +0125,0125,12,num,two_rule_comb3,33,[9 0],9 0],1,1 +0125,0125,12,num,two_rule_comb3,34,[3 4],3 4,1,1 +0125,0125,12,num,two_rule_comb3,35,[0 1],0 1,1,1 +0125,0125,12,num,two_rule_comb3,36,[6 3],6 3,1,1 +0125,0125,12,num,two_rule_comb3,37,[3 2],3 2,1,1 +0125,0125,12,num,two_rule_comb3,38,[2 1],1 1],0,1 +0125,0125,12,num,two_rule_comb3,39,[1 3],1 3,1,1 +0125,0125,12,num,two_rule_comb3,40,[9 1],9 1,1,1 +0125,0125,12,num,two_rule_comb3,41,[4 4],4 4,1,1 +0125,0125,12,num,two_rule_comb3,42,[9 8],8 6,0,1 +0125,0125,12,num,two_rule_comb3,43,[3 2],3 2],1,1 +0125,0125,12,num,two_rule_comb3,44,[0 8],0 8,1,1 +0125,0125,12,num,two_rule_comb3,45,[5 2],5 2,1,1 +0125,0125,12,num,two_rule_comb3,46,[2 3],2 3,1,1 +0125,0125,12,num,two_rule_comb3,47,[2 4],2 4,1,1 +0125,0125,12,num,two_rule_comb3,48,[5 1],5 1,1,1 +0125,0125,12,num,two_rule_comb3,49,[5 2],5 2,1,1 +0125,0125,12,num,two_rule_comb3,50,[6 9],6 9,1,1 +0125,0125,12,num,two_rule_comb3,51,[6 6],3 6,0,1 +0125,0125,12,num,two_rule_comb3,52,[6 3],6 3,1,1 +0125,0125,12,num,two_rule_comb3,53,[4 2],4 2],1,1 +0125,0125,12,num,two_rule_comb3,54,[9 9],5 9,0,1 +0125,0125,12,num,two_rule_comb3,55,[2 6],2 6,1,1 +0125,0125,12,num,two_rule_comb3,56,[3 0],3 0,1,1 +0125,0125,12,num,two_rule_comb3,57,[8 6],8 6,1,1 +0125,0125,12,num,two_rule_comb3,58,[7 8],7 8,1,1 +0125,0125,12,num,two_rule_comb3,59,[3 2],3 2],1,1 +0125,0125,12,num,two_rule_comb3,60,[8 1],8 1,1,1 +0125,0125,12,num,two_rule_comb3,61,[3 7],3 7,1,1 +0125,0125,12,num,two_rule_comb3,62,[9 6],6 6,0,1 +0125,0125,12,num,two_rule_comb3,63,[9 1],9 1,1,1 +0125,0125,12,num,two_rule_comb3,64,[1 1],1 4,0,1 +0125,0125,12,num,two_rule_comb3,65,[9 7],9 7,1,1 +0125,0125,12,num,two_rule_comb3,66,[8 7],7 1,0,1 +0125,0125,12,num,two_rule_comb3,67,[9 2],9 2,1,1 +0125,0125,12,num,two_rule_comb3,68,[8 2],8 2,1,1 +0125,0125,12,num,two_rule_comb3,69,[1 3],1 3],1,1 +0125,0125,12,num,two_rule_comb3,70,[4 7],4 7,1,1 +0125,0125,12,num,two_rule_comb3,71,[7 2],7 2,1,1 +0125,0125,12,num,two_rule_comb3,72,[0 2],0 2,1,1 +0125,0125,12,num,two_rule_comb3,73,[6 1],6 1,1,1 +0125,0125,12,num,two_rule_comb3,74,[3 3],3 3,1,1 +0125,0125,12,num,two_rule_comb3,75,[8 4],8 4,1,1 +0125,0125,12,num,two_rule_comb3,76,[7 0],7 0,1,1 +0125,0125,12,num,two_rule_comb3,77,[0 8],8 8,0,1 +0125,0125,12,num,two_rule_comb3,78,[8 3],8 3,1,1 +0125,0125,12,num,two_rule_comb3,79,[4 2],4 2,1,1 +0125,0125,12,num,two_rule_comb3,80,[1 0],1 0,1,1 +0125,0125,12,num,two_rule_comb3,81,[3 0],3 0,1,1 +0125,0125,12,num,two_rule_comb3,82,[1 4],3 1,0,1 +0125,0125,12,num,two_rule_comb3,83,[0 4],0 4,1,1 +0125,0125,12,num,two_rule_comb3,84,[1 4],1 4,1,1 +0125,0125,12,num,two_rule_comb3,85,[6 9],5 2,0,1 +0125,0125,12,num,two_rule_comb3,86,[3 8],3 8,1,1 +0125,0125,12,num,two_rule_comb3,87,[9 5],5 1,0,1 +0125,0125,12,num,two_rule_comb3,88,[6 2],6 2,1,1 +0125,0125,12,num,two_rule_comb3,89,[2 1],1 2,0,1 +0125,0125,12,num,two_rule_comb3,90,[3 6],3 6,1,1 +0125,0125,12,num,two_rule_comb3,91,[5 4],4 4,0,1 +0125,0125,12,num,two_rule_comb3,92,[2 5],2 5,1,1 +0125,0125,12,num,two_rule_comb3,93,[2 6],2 6,1,1 +0125,0125,12,num,two_rule_comb3,94,[6 2],6 2,1,1 +0125,0125,12,num,two_rule_comb3,95,[7 8],7 8,1,1 +0125,0125,12,num,two_rule_comb3,96,[5 8],5 9,0,1 +0125,0125,12,num,two_rule_comb3,97,[8 9],8 9,1,1 +0125,0125,12,num,two_rule_comb3,98,[1 3],1 3,1,1 +0125,0125,12,num,two_rule_comb3,99,[4 9],None,0,1 +0125,0125,12,num,two_rule_comb4,0,[1 6],1 6,1,1 +0125,0125,12,num,two_rule_comb4,1,[5 7],5 1,0,1 +0125,0125,12,num,two_rule_comb4,2,[4 3],4 3,1,1 +0125,0125,12,num,two_rule_comb4,3,[3 1],5 3,0,1 +0125,0125,12,num,two_rule_comb4,4,[1 4],1 6],0,1 +0125,0125,12,num,two_rule_comb4,5,[9 1],9 1,1,1 +0125,0125,12,num,two_rule_comb4,6,[1 3],1 3,1,1 +0125,0125,12,num,two_rule_comb4,7,[3 4],4 4,0,1 +0125,0125,12,num,two_rule_comb4,8,[6 4],6 4,1,1 +0125,0125,12,num,two_rule_comb4,9,[2 4],2 5,0,1 +0125,0125,12,num,two_rule_comb4,10,[8 5],8 5,1,1 +0125,0125,12,num,two_rule_comb4,11,[0 1],0 1,1,1 +0125,0125,12,num,two_rule_comb4,12,[9 4],9 4,1,1 +0125,0125,12,num,two_rule_comb4,13,[9 0],9 0,1,1 +0125,0125,12,num,two_rule_comb4,14,[9 2],9 2,1,1 +0125,0125,12,num,two_rule_comb4,15,[6 6],6 6,1,1 +0125,0125,12,num,two_rule_comb4,16,[1 0],1 8,0,1 +0125,0125,12,num,two_rule_comb4,17,[5 9],6 9,0,1 +0125,0125,12,num,two_rule_comb4,18,[7 9],7 9,1,1 +0125,0125,12,num,two_rule_comb4,19,[2 3],2 3],1,1 +0125,0125,12,num,two_rule_comb4,20,[9 2],9 4,0,1 +0125,0125,12,num,two_rule_comb4,21,[4 1],4 1,1,1 +0125,0125,12,num,two_rule_comb4,22,[4 3],4 3],1,1 +0125,0125,12,num,two_rule_comb4,23,[1 3],1 5,0,1 +0125,0125,12,num,two_rule_comb4,24,[5 8],5 8,1,1 +0125,0125,12,num,two_rule_comb4,25,[5 3],3 3,0,1 +0125,0125,12,num,two_rule_comb4,26,[1 1],1 1],1,1 +0125,0125,12,num,two_rule_comb4,27,[8 4],8 4,1,1 +0125,0125,12,num,two_rule_comb4,28,[4 2],4 2,1,1 +0125,0125,12,num,two_rule_comb4,29,[4 1],4 1,1,1 +0125,0125,12,num,two_rule_comb4,30,[9 6],9 6,1,1 +0125,0125,12,num,two_rule_comb4,31,[0 7],0 3,0,1 +0125,0125,12,num,two_rule_comb4,32,[0 0],0 0,1,1 +0125,0125,12,num,two_rule_comb4,33,[5 0],5 0,1,1 +0125,0125,12,num,two_rule_comb4,34,[8 6],8 3,0,1 +0125,0125,12,num,two_rule_comb4,35,[5 7],5 4],0,1 +0125,0125,12,num,two_rule_comb4,36,[0 4],0 4,1,1 +0125,0125,12,num,two_rule_comb4,37,[9 4],9 7,0,1 +0125,0125,12,num,two_rule_comb4,38,[7 0],4 1,0,1 +0125,0125,12,num,two_rule_comb4,39,[0 4],0 9,0,1 +0125,0125,12,num,two_rule_comb4,40,[7 2],7 2,1,1 +0125,0125,12,num,two_rule_comb4,41,[3 9],3 7,0,1 +0125,0125,12,num,two_rule_comb4,42,[5 0],8 0,0,1 +0125,0125,12,num,two_rule_comb4,43,[9 5],9 5,1,1 +0125,0125,12,num,two_rule_comb4,44,[5 0],5 0,1,1 +0125,0125,12,num,two_rule_comb4,45,[1 3],1 -2,0,1 +0125,0125,12,num,two_rule_comb4,46,[1 0],1 6,0,1 +0125,0125,12,num,two_rule_comb4,47,[2 4],2 4,1,1 +0125,0125,12,num,two_rule_comb4,48,[5 4],5 2,0,1 +0125,0125,12,num,two_rule_comb4,49,[6 3],6 2,0,1 +0125,0125,12,num,two_rule_comb4,50,[9 4],9 6,0,1 +0125,0125,12,num,two_rule_comb4,51,[6 5],6 4,0,1 +0125,0125,12,num,two_rule_comb4,52,[8 6],8 6,1,1 +0125,0125,12,num,two_rule_comb4,53,[7 2],7 3,0,1 +0125,0125,12,num,two_rule_comb4,54,[6 4],6 4,1,1 +0125,0125,12,num,two_rule_comb4,55,[7 3],7 3,1,1 +0125,0125,12,num,two_rule_comb4,56,[7 9],7 0,0,1 +0125,0125,12,num,two_rule_comb4,57,[8 1],8 1,1,1 +0125,0125,12,num,two_rule_comb4,58,[6 1],6 1,1,1 +0125,0125,12,num,two_rule_comb4,59,[8 8],8 8,1,1 +0125,0125,12,num,two_rule_comb4,60,[1 5],1 0,0,1 +0125,0125,12,num,two_rule_comb4,61,[8 5],8 5,1,1 +0125,0125,12,num,two_rule_comb4,62,[9 3],9 3,1,1 +0125,0125,12,num,two_rule_comb4,63,[0 2],0 16,0,1 +0125,0125,12,num,two_rule_comb4,64,[0 2],0 6,0,1 +0125,0125,12,num,two_rule_comb4,65,[2 7],6 7,0,1 +0125,0125,12,num,two_rule_comb4,66,[2 7],2 7,1,1 +0125,0125,12,num,two_rule_comb4,67,[6 4],6 4,1,1 +0125,0125,12,num,two_rule_comb4,68,[3 7],3 7],1,1 +0125,0125,12,num,two_rule_comb4,69,[1 5],7 5],0,1 +0125,0125,12,num,two_rule_comb4,70,[1 1],1 7,0,1 +0125,0125,12,num,two_rule_comb4,71,[0 1],7 1,0,1 +0125,0125,12,num,two_rule_comb4,72,[4 9],4 4],0,1 +0125,0125,12,num,two_rule_comb4,73,[5 3],5 6,0,1 +0125,0125,12,num,two_rule_comb4,74,[0 0],0 3,0,1 +0125,0125,12,num,two_rule_comb4,75,[3 0],3 0,1,1 +0125,0125,12,num,two_rule_comb4,76,[1 3],1 5,0,1 +0125,0125,12,num,two_rule_comb4,77,[3 9],3 3,0,1 +0125,0125,12,num,two_rule_comb4,78,[7 5],7 5],1,1 +0125,0125,12,num,two_rule_comb4,79,[5 6],5 6,1,1 +0125,0125,12,num,two_rule_comb4,80,[4 6],4 6,1,1 +0125,0125,12,num,two_rule_comb4,81,[4 8],4 8,1,1 +0125,0125,12,num,two_rule_comb4,82,[3 2],3 7,0,1 +0125,0125,12,num,two_rule_comb4,83,[0 2],0 0,0,1 +0125,0125,12,num,two_rule_comb4,84,[7 0],7 5,0,1 +0125,0125,12,num,two_rule_comb4,85,[5 1],3 1,0,1 +0125,0125,12,num,two_rule_comb4,86,[7 8],7 8,1,1 +0125,0125,12,num,two_rule_comb4,87,[0 5],0 2,0,1 +0125,0125,12,num,two_rule_comb4,88,[7 4],7 4,1,1 +0125,0125,12,num,two_rule_comb4,89,[9 9],9 7,0,1 +0125,0125,12,num,two_rule_comb4,90,[8 0],8 6,0,1 +0125,0125,12,num,two_rule_comb4,91,[2 1],2 2,0,1 +0125,0125,12,num,two_rule_comb4,92,[4 5],4 2],0,1 +0125,0125,12,num,two_rule_comb4,93,[4 5],4 7,0,1 +0125,0125,12,num,two_rule_comb4,94,[6 0],6 3,0,1 +0125,0125,12,num,two_rule_comb4,95,[3 5],3 5,1,1 +0125,0125,12,num,two_rule_comb4,96,[7 1],7 1,1,1 +0125,0125,12,num,two_rule_comb4,97,[4 9],None,0,1 +0125,0125,12,num,two_rule_comb4,98,[0 9],1 9,0,1 +0125,0125,12,num,two_rule_comb4,99,[1 6],1 3],0,1 +0125,0125,12,num,two_rule_comb5,0,[2 0],2 0,1,1 +0125,0125,12,num,two_rule_comb5,1,[4 4],4 4,1,1 +0125,0125,12,num,two_rule_comb5,2,[9 9],9 9,1,1 +0125,0125,12,num,two_rule_comb5,3,[4 5],4 5,1,1 +0125,0125,12,num,two_rule_comb5,4,[9 4],9 4,1,1 +0125,0125,12,num,two_rule_comb5,5,[0 1],0 1,1,1 +0125,0125,12,num,two_rule_comb5,6,[9 1],9 1,1,1 +0125,0125,12,num,two_rule_comb5,7,[2 3],2 3,1,1 +0125,0125,12,num,two_rule_comb5,8,[4 0],4 0,1,1 +0125,0125,12,num,two_rule_comb5,9,[3 4],3 4,1,1 +0125,0125,12,num,two_rule_comb5,10,[9 0],9 0,1,1 +0125,0125,12,num,two_rule_comb5,11,[4 8],4 8,1,1 +0125,0125,12,num,two_rule_comb5,12,[9 6],9 6,1,1 +0125,0125,12,num,two_rule_comb5,13,[3 6],3 6,1,1 +0125,0125,12,num,two_rule_comb5,14,[5 8],5 8,1,1 +0125,0125,12,num,two_rule_comb5,15,[6 1],6 1,1,1 +0125,0125,12,num,two_rule_comb5,16,[1 9],1 9,1,1 +0125,0125,12,num,two_rule_comb5,17,[6 4],6 4,1,1 +0125,0125,12,num,two_rule_comb5,18,[1 0],1 0,1,1 +0125,0125,12,num,two_rule_comb5,19,[7 9],7 9,1,1 +0125,0125,12,num,two_rule_comb5,20,[1 9],1 9,1,1 +0125,0125,12,num,two_rule_comb5,21,[8 5],8 5,1,1 +0125,0125,12,num,two_rule_comb5,22,[9 6],9 6,1,1 +0125,0125,12,num,two_rule_comb5,23,[6 0],6 0,1,1 +0125,0125,12,num,two_rule_comb5,24,[9 3],9 3,1,1 +0125,0125,12,num,two_rule_comb5,25,[9 8],9 8,1,1 +0125,0125,12,num,two_rule_comb5,26,[1 5],1 5,1,1 +0125,0125,12,num,two_rule_comb5,27,[2 6],2 6,1,1 +0125,0125,12,num,two_rule_comb5,28,[9 8],9 8,1,1 +0125,0125,12,num,two_rule_comb5,29,[8 7],8 7,1,1 +0125,0125,12,num,two_rule_comb5,30,[7 4],7 4,1,1 +0125,0125,12,num,two_rule_comb5,31,[5 3],5 3,1,1 +0125,0125,12,num,two_rule_comb5,32,[1 8],1 8,1,1 +0125,0125,12,num,two_rule_comb5,33,[9 0],9 0,1,1 +0125,0125,12,num,two_rule_comb5,34,[8 4],8 4,1,1 +0125,0125,12,num,two_rule_comb5,35,[0 0],0 0,1,1 +0125,0125,12,num,two_rule_comb5,36,[3 1],3 1,1,1 +0125,0125,12,num,two_rule_comb5,37,[5 6],5 6,1,1 +0125,0125,12,num,two_rule_comb5,38,[4 3],4 3,1,1 +0125,0125,12,num,two_rule_comb5,39,[7 5],7 5],1,1 +0125,0125,12,num,two_rule_comb5,40,[0 9],0 9,1,1 +0125,0125,12,num,two_rule_comb5,41,[9 5],9 5,1,1 +0125,0125,12,num,two_rule_comb5,42,[0 4],0 4,1,1 +0125,0125,12,num,two_rule_comb5,43,[5 9],5 9,1,1 +0125,0125,12,num,two_rule_comb5,44,[2 1],2 1,1,1 +0125,0125,12,num,two_rule_comb5,45,[2 1],2 1,1,1 +0125,0125,12,num,two_rule_comb5,46,[3 9],3 9,1,1 +0125,0125,12,num,two_rule_comb5,47,[5 7],5 7,1,1 +0125,0125,12,num,two_rule_comb5,48,[3 8],3 8,1,1 +0125,0125,12,num,two_rule_comb5,49,[0 8],0 8,1,1 +0125,0125,12,num,two_rule_comb5,50,[3 5],3 5],1,1 +0125,0125,12,num,two_rule_comb5,51,[1 7],1 7,1,1 +0125,0125,12,num,two_rule_comb5,52,[4 9],7 9,0,1 +0125,0125,12,num,two_rule_comb5,53,[4 2],4 2,1,1 +0125,0125,12,num,two_rule_comb5,54,[0 9],0 9,1,1 +0125,0125,12,num,two_rule_comb5,55,[1 0],1 0,1,1 +0125,0125,12,num,two_rule_comb5,56,[9 5],9 5,1,1 +0125,0125,12,num,two_rule_comb5,57,[5 5],5 5],1,1 +0125,0125,12,num,two_rule_comb5,58,[0 5],0 5],1,1 +0125,0125,12,num,two_rule_comb5,59,[6 2],6 2,1,1 +0125,0125,12,num,two_rule_comb5,60,[6 5],6 5,1,1 +0125,0125,12,num,two_rule_comb5,61,[8 6],8 6,1,1 +0125,0125,12,num,two_rule_comb5,62,[4 6],4 6,1,1 +0125,0125,12,num,two_rule_comb5,63,[3 8],3 8,1,1 +0125,0125,12,num,two_rule_comb5,64,[8 0],8 0,1,1 +0125,0125,12,num,two_rule_comb5,65,[6 5],6 5,1,1 +0125,0125,12,num,two_rule_comb5,66,[0 7],0 7,1,1 +0125,0125,12,num,two_rule_comb5,67,[2 5],2 5,1,1 +0125,0125,12,num,two_rule_comb5,68,[4 0],4 0,1,1 +0125,0125,12,num,two_rule_comb5,69,[9 2],9 2,1,1 +0125,0125,12,num,two_rule_comb5,70,[7 0],7 0,1,1 +0125,0125,12,num,two_rule_comb5,71,[6 0],6 0,1,1 +0125,0125,12,num,two_rule_comb5,72,[8 0],8 0,1,1 +0125,0125,12,num,two_rule_comb5,73,[5 0],5 0,1,1 +0125,0125,12,num,two_rule_comb5,74,[4 9],4 9,1,1 +0125,0125,12,num,two_rule_comb5,75,[1 4],1 4,1,1 +0125,0125,12,num,two_rule_comb5,76,[9 0],9 0,1,1 +0125,0125,12,num,two_rule_comb5,77,[4 8],4 8,1,1 +0125,0125,12,num,two_rule_comb5,78,[4 1],4 1,1,1 +0125,0125,12,num,two_rule_comb5,79,[7 5],7 5,1,1 +0125,0125,12,num,two_rule_comb5,80,[4 3],4 3,1,1 +0125,0125,12,num,two_rule_comb5,81,[5 1],5 1,1,1 +0125,0125,12,num,two_rule_comb5,82,[5 1],5 1,1,1 +0125,0125,12,num,two_rule_comb5,83,[0 8],0 8,1,1 +0125,0125,12,num,two_rule_comb5,84,[2 8],2 8,1,1 +0125,0125,12,num,two_rule_comb5,85,[7 2],7 2,1,1 +0125,0125,12,num,two_rule_comb5,86,[3 9],3 9,1,1 +0125,0125,12,num,two_rule_comb5,87,[7 3],7 3,1,1 +0125,0125,12,num,two_rule_comb5,88,[1 6],1 6,1,1 +0125,0125,12,num,two_rule_comb5,89,[4 0],4 0,1,1 +0125,0125,12,num,two_rule_comb5,90,[4 9],4 9,1,1 +0125,0125,12,num,two_rule_comb5,91,[8 4],8 4,1,1 +0125,0125,12,num,two_rule_comb5,92,[4 4],4 4],1,1 +0125,0125,12,num,two_rule_comb5,93,[1 5],1 5,1,1 +0125,0125,12,num,two_rule_comb5,94,[1 8],1 8,1,1 +0125,0125,12,num,two_rule_comb5,95,[6 7],6 7,1,1 +0125,0125,12,num,two_rule_comb5,96,[1 1],1 1,1,1 +0125,0125,12,num,two_rule_comb5,97,[9 7],9 7,1,1 +0125,0125,12,num,two_rule_comb5,98,[6 8],6 8,1,1 +0125,0125,12,num,two_rule_comb5,99,[0 8],0 8,1,1 +0125,0125,12,num,three_rule_comb0,0,[1 8 8],1 8 8,1,1 +0125,0125,12,num,three_rule_comb0,1,[3 0 0],3 0 0,1,1 +0125,0125,12,num,three_rule_comb0,2,[2 9 0],2 9 0,1,1 +0125,0125,12,num,three_rule_comb0,3,[9 7 2],9 7 2],1,1 +0125,0125,12,num,three_rule_comb0,4,[8 0 5],8 0 5,1,1 +0125,0125,12,num,three_rule_comb0,5,[6 0 9],6 0 9,1,1 +0125,0125,12,num,three_rule_comb0,6,[4 9 8],4 9 8,1,1 +0125,0125,12,num,three_rule_comb0,7,[8 7 1],8 7 1,1,1 +0125,0125,12,num,three_rule_comb0,8,[2 5 3],2 5 3,1,1 +0125,0125,12,num,three_rule_comb0,9,[8 9 4],8 9 4,1,1 +0125,0125,12,num,three_rule_comb0,10,[1 5 7],1 5 7,1,1 +0125,0125,12,num,three_rule_comb0,11,[9 1 3],9 1 3,1,1 +0125,0125,12,num,three_rule_comb0,12,[1 5 4],1 5 4,1,1 +0125,0125,12,num,three_rule_comb0,13,[7 7 9],7 7 9,1,1 +0125,0125,12,num,three_rule_comb0,14,[4 9 5],4 9 5,1,1 +0125,0125,12,num,three_rule_comb0,15,[4 7 2],4 7 2,1,1 +0125,0125,12,num,three_rule_comb0,16,[6 3 1],6 3 1,1,1 +0125,0125,12,num,three_rule_comb0,17,[8 2 4],8 2 4,1,1 +0125,0125,12,num,three_rule_comb0,18,[5 7 7],5 7 7,1,1 +0125,0125,12,num,three_rule_comb0,19,[5 6 3],5 6 3],1,1 +0125,0125,12,num,three_rule_comb0,20,[2 2 4],2 2 4,1,1 +0125,0125,12,num,three_rule_comb0,21,[7 1 0],7 1 0,1,1 +0125,0125,12,num,three_rule_comb0,22,[8 1 1],8 1 1,1,1 +0125,0125,12,num,three_rule_comb0,23,[2 1 3],2 1 3,1,1 +0125,0125,12,num,three_rule_comb0,24,[6 7 1],6 7 1,1,1 +0125,0125,12,num,three_rule_comb0,25,[1 4 3],1 4 3,1,1 +0125,0125,12,num,three_rule_comb0,26,[8 9 6],8 9 6,1,1 +0125,0125,12,num,three_rule_comb0,27,[4 3 3],4 3 3,1,1 +0125,0125,12,num,three_rule_comb0,28,[8 4 1],8 4 1,1,1 +0125,0125,12,num,three_rule_comb0,29,[2 0 4],2 0 4,1,1 +0125,0125,12,num,three_rule_comb0,30,[6 7 3],6 7 3,1,1 +0125,0125,12,num,three_rule_comb0,31,[1 1 8],1 1 8,1,1 +0125,0125,12,num,three_rule_comb0,32,[4 8 8],4 8 8,1,1 +0125,0125,12,num,three_rule_comb0,33,[0 5 5],0 5 5],1,1 +0125,0125,12,num,three_rule_comb0,34,[1 8 0],1 8 0,1,1 +0125,0125,12,num,three_rule_comb0,35,[5 8 0],5 8 0,1,1 +0125,0125,12,num,three_rule_comb0,36,[1 4 8],1 4 8,1,1 +0125,0125,12,num,three_rule_comb0,37,[1 6 4],1 6 4,1,1 +0125,0125,12,num,three_rule_comb0,38,[8 7 9],8 7 9,1,1 +0125,0125,12,num,three_rule_comb0,39,[8 8 1],8 8 1,1,1 +0125,0125,12,num,three_rule_comb0,40,[9 4 4],9 4 4,1,1 +0125,0125,12,num,three_rule_comb0,41,[0 1 7],0 1 7,1,1 +0125,0125,12,num,three_rule_comb0,42,[7 0 6],7 0 6,1,1 +0125,0125,12,num,three_rule_comb0,43,[3 0 3],3 0 3,1,1 +0125,0125,12,num,three_rule_comb0,44,[9 1 0],9 1 0],1,1 +0125,0125,12,num,three_rule_comb0,45,[8 7 2],8 7 2,1,1 +0125,0125,12,num,three_rule_comb0,46,[2 6 6],2 6 6,1,1 +0125,0125,12,num,three_rule_comb0,47,[7 2 7],7 2 7,1,1 +0125,0125,12,num,three_rule_comb0,48,[8 3 5],8 3 5,1,1 +0125,0125,12,num,three_rule_comb0,49,[4 4 9],4 4 9,1,1 +0125,0125,12,num,three_rule_comb0,50,[8 3 7],8 3 7,1,1 +0125,0125,12,num,three_rule_comb0,51,[2 1 7],2 1 7,1,1 +0125,0125,12,num,three_rule_comb0,52,[9 5 5],9 5 5,1,1 +0125,0125,12,num,three_rule_comb0,53,[8 3 7],8 3 7,1,1 +0125,0125,12,num,three_rule_comb0,54,[4 9 1],4 9 1,1,1 +0125,0125,12,num,three_rule_comb0,55,[7 4 6],7 4 6,1,1 +0125,0125,12,num,three_rule_comb0,56,[7 3 7],7 3 7,1,1 +0125,0125,12,num,three_rule_comb0,57,[0 4 9],0 4 9,1,1 +0125,0125,12,num,three_rule_comb0,58,[2 1 9],2 1 9,1,1 +0125,0125,12,num,three_rule_comb0,59,[3 2 6],3 2 6,1,1 +0125,0125,12,num,three_rule_comb0,60,[2 5 1],2 5 1,1,1 +0125,0125,12,num,three_rule_comb0,61,[3 1 0],3 1 0,1,1 +0125,0125,12,num,three_rule_comb0,62,[9 8 5],9 8 5,1,1 +0125,0125,12,num,three_rule_comb0,63,[5 6 3],5 6 3,1,1 +0125,0125,12,num,three_rule_comb0,64,[3 5 5],3 5 5,1,1 +0125,0125,12,num,three_rule_comb0,65,[1 0 6],1 0 6,1,1 +0125,0125,12,num,three_rule_comb0,66,[0 8 2],0 8 2,1,1 +0125,0125,12,num,three_rule_comb0,67,[8 3 9],8 3 9,1,1 +0125,0125,12,num,three_rule_comb0,68,[7 5 4],7 5 4,1,1 +0125,0125,12,num,three_rule_comb0,69,[2 1 7],2 1 7,1,1 +0125,0125,12,num,three_rule_comb0,70,[8 8 3],8 8 3,1,1 +0125,0125,12,num,three_rule_comb0,71,[7 8 6],7 8 6,1,1 +0125,0125,12,num,three_rule_comb0,72,[5 5 6],5 5 6,1,1 +0125,0125,12,num,three_rule_comb0,73,[1 2 8],1 2 8,1,1 +0125,0125,12,num,three_rule_comb0,74,[1 0 7],1 0 7,1,1 +0125,0125,12,num,three_rule_comb0,75,[6 9 3],6 9 3,1,1 +0125,0125,12,num,three_rule_comb0,76,[4 2 6],4 2 6,1,1 +0125,0125,12,num,three_rule_comb0,77,[4 6 7],4 6 7,1,1 +0125,0125,12,num,three_rule_comb0,78,[2 7 9],2 7 9,1,1 +0125,0125,12,num,three_rule_comb0,79,[6 9 2],6 9 2,1,1 +0125,0125,12,num,three_rule_comb0,80,[1 3 7],1 3 7,1,1 +0125,0125,12,num,three_rule_comb0,81,[8 2 3],8 2 3,1,1 +0125,0125,12,num,three_rule_comb0,82,[2 4 9],2 4 9,1,1 +0125,0125,12,num,three_rule_comb0,83,[6 9 7],6 9 7,1,1 +0125,0125,12,num,three_rule_comb0,84,[8 7 5],8 7 5,1,1 +0125,0125,12,num,three_rule_comb0,85,[8 9 7],8 9 7,1,1 +0125,0125,12,num,three_rule_comb0,86,[6 7 7],6 7 7,1,1 +0125,0125,12,num,three_rule_comb0,87,[6 1 9],6 1 9,1,1 +0125,0125,12,num,three_rule_comb0,88,[1 3 7],1 3 7,1,1 +0125,0125,12,num,three_rule_comb0,89,[2 1 9],2 1 9,1,1 +0125,0125,12,num,three_rule_comb0,90,[2 0 7],2 0 7],1,1 +0125,0125,12,num,three_rule_comb0,91,[4 0 4],4 0 4,1,1 +0125,0125,12,num,three_rule_comb0,92,[5 4 1],5 4 1,1,1 +0125,0125,12,num,three_rule_comb0,93,[0 8 2],0 8 2,1,1 +0125,0125,12,num,three_rule_comb0,94,[0 3 5],0 3 5,1,1 +0125,0125,12,num,three_rule_comb0,95,[7 9 2],7 9 2,1,1 +0125,0125,12,num,three_rule_comb0,96,[9 7 7],9 7 7,1,1 +0125,0125,12,num,three_rule_comb0,97,[2 1 8],2 1 8,1,1 +0125,0125,12,num,three_rule_comb0,98,[4 7 9],4 7 9,1,1 +0125,0125,12,num,three_rule_comb0,99,[5 8 1],5 8 1,1,1 +0125,0125,12,num,three_rule_comb1,0,[6 9 0],6 9 0,1,1 +0125,0125,12,num,three_rule_comb1,1,[8 9 9],1 9 9,0,1 +0125,0125,12,num,three_rule_comb1,2,[3 3 2],3 3 2],1,1 +0125,0125,12,num,three_rule_comb1,3,[6 4 8],6 4 8,1,1 +0125,0125,12,num,three_rule_comb1,4,[2 2 3],2 2 3,1,1 +0125,0125,12,num,three_rule_comb1,5,[2 3 5],2 2 5,0,1 +0125,0125,12,num,three_rule_comb1,6,[6 4 4],6 4 4,1,1 +0125,0125,12,num,three_rule_comb1,7,[5 7 6],5 7 3,0,1 +0125,0125,12,num,three_rule_comb1,8,[2 4 7],2 4 7,1,1 +0125,0125,12,num,three_rule_comb1,9,[7 7 8],7 4 8,0,1 +0125,0125,12,num,three_rule_comb1,10,[1 9 1],1 9 1,1,1 +0125,0125,12,num,three_rule_comb1,11,[3 5 5],3 5 0,0,1 +0125,0125,12,num,three_rule_comb1,12,[7 7 6],7 1 6,0,1 +0125,0125,12,num,three_rule_comb1,13,[8 3 2],8 3 2,1,1 +0125,0125,12,num,three_rule_comb1,14,[8 9 3],8 9 3,1,1 +0125,0125,12,num,three_rule_comb1,15,[0 3 0],0 3 0,1,1 +0125,0125,12,num,three_rule_comb1,16,[4 6 0],4 3 0,0,1 +0125,0125,12,num,three_rule_comb1,17,[2 7 0],2 7 0,1,1 +0125,0125,12,num,three_rule_comb1,18,[3 3 5],3 3 5,1,1 +0125,0125,12,num,three_rule_comb1,19,[7 4 9],7 4 9,1,1 +0125,0125,12,num,three_rule_comb1,20,[4 1 0],4 1 0,1,1 +0125,0125,12,num,three_rule_comb1,21,[9 1 6],0 1 6,0,1 +0125,0125,12,num,three_rule_comb1,22,[5 5 7],5 5 2,0,1 +0125,0125,12,num,three_rule_comb1,23,[1 8 9],1 7 9,0,1 +0125,0125,12,num,three_rule_comb1,24,[9 4 3],9 4 6,0,1 +0125,0125,12,num,three_rule_comb1,25,[8 4 6],8 4 5,0,1 +0125,0125,12,num,three_rule_comb1,26,[8 7 1],8 7 1,1,1 +0125,0125,12,num,three_rule_comb1,27,[9 9 5],9 9 2,0,1 +0125,0125,12,num,three_rule_comb1,28,[0 2 8],0 2 5,0,1 +0125,0125,12,num,three_rule_comb1,29,[8 6 2],9 6 2,0,1 +0125,0125,12,num,three_rule_comb1,30,[6 0 0],6 0 0,1,1 +0125,0125,12,num,three_rule_comb1,31,[3 9 8],5 9 8,0,1 +0125,0125,12,num,three_rule_comb1,32,[1 2 0],1 5 0,0,1 +0125,0125,12,num,three_rule_comb1,33,[2 6 1],2 8 1,0,1 +0125,0125,12,num,three_rule_comb1,34,[4 4 2],4 4 2,1,1 +0125,0125,12,num,three_rule_comb1,35,[8 1 2],8 1 2,1,1 +0125,0125,12,num,three_rule_comb1,36,[4 8 2],6 8 2,0,1 +0125,0125,12,num,three_rule_comb1,37,[5 5 6],7 5 6,0,1 +0125,0125,12,num,three_rule_comb1,38,[8 8 2],8 8 0,0,1 +0125,0125,12,num,three_rule_comb1,39,[9 2 5],9 2 5,1,1 +0125,0125,12,num,three_rule_comb1,40,[3 2 0],5 2 0,0,1 +0125,0125,12,num,three_rule_comb1,41,[5 2 5],5 2 5,1,1 +0125,0125,12,num,three_rule_comb1,42,[5 6 0],3 6 0,0,1 +0125,0125,12,num,three_rule_comb1,43,[7 1 3],7 1 3,1,1 +0125,0125,12,num,three_rule_comb1,44,[2 6 5],2 6 5,1,1 +0125,0125,12,num,three_rule_comb1,45,[5 9 9],5 9 9,1,1 +0125,0125,12,num,three_rule_comb1,46,[6 5 8],6 5 8,1,1 +0125,0125,12,num,three_rule_comb1,47,[8 7 0],8 1 0,0,1 +0125,0125,12,num,three_rule_comb1,48,[1 6 2],1 1 2,0,1 +0125,0125,12,num,three_rule_comb1,49,[7 2 5],1 2 5,0,1 +0125,0125,12,num,three_rule_comb1,50,[5 1 3],5 1 3],1,1 +0125,0125,12,num,three_rule_comb1,51,[6 0 0],6 0 0,1,1 +0125,0125,12,num,three_rule_comb1,52,[9 7 5],3 7 5,0,1 +0125,0125,12,num,three_rule_comb1,53,[6 9 6],4 9 6,0,1 +0125,0125,12,num,three_rule_comb1,54,[4 6 5],2 6 5,0,1 +0125,0125,12,num,three_rule_comb1,55,[5 9 3],5 9 3,1,1 +0125,0125,12,num,three_rule_comb1,56,[7 7 4],7 7 2,0,1 +0125,0125,12,num,three_rule_comb1,57,[9 4 9],8 4 9,0,1 +0125,0125,12,num,three_rule_comb1,58,[9 5 0],9 5 0,1,1 +0125,0125,12,num,three_rule_comb1,59,[5 0 1],5 0 1,1,1 +0125,0125,12,num,three_rule_comb1,60,[8 4 3],8 4 3,1,1 +0125,0125,12,num,three_rule_comb1,61,[5 8 3],5 8 7,0,1 +0125,0125,12,num,three_rule_comb1,62,[4 0 4],4 1 4,0,1 +0125,0125,12,num,three_rule_comb1,63,[9 8 2],9 8 2,1,1 +0125,0125,12,num,three_rule_comb1,64,[6 9 7],6 9 7,1,1 +0125,0125,12,num,three_rule_comb1,65,[5 6 0],4 6 0,0,1 +0125,0125,12,num,three_rule_comb1,66,[2 2 7],2 4 7,0,1 +0125,0125,12,num,three_rule_comb1,67,[1 4 5],1 4 5,1,1 +0125,0125,12,num,three_rule_comb1,68,[2 1 0],2 0 0,0,1 +0125,0125,12,num,three_rule_comb1,69,[6 3 9],9 3 9,0,1 +0125,0125,12,num,three_rule_comb1,70,[1 3 2],1 1 2,0,1 +0125,0125,12,num,three_rule_comb1,71,[0 1 1],0 4 1,0,1 +0125,0125,12,num,three_rule_comb1,72,[3 2 5],8 2 5,0,1 +0125,0125,12,num,three_rule_comb1,73,[5 0 0],5 0 7,0,1 +0125,0125,12,num,three_rule_comb1,74,[9 0 8],9 6 8,0,1 +0125,0125,12,num,three_rule_comb1,75,[9 2 0],1 2 0,0,1 +0125,0125,12,num,three_rule_comb1,76,[7 0 0],7 0 9,0,1 +0125,0125,12,num,three_rule_comb1,77,[3 1 8],3 1 8,1,1 +0125,0125,12,num,three_rule_comb1,78,[9 9 3],9 9 3,1,1 +0125,0125,12,num,three_rule_comb1,79,[2 3 4],2 2 4,0,1 +0125,0125,12,num,three_rule_comb1,80,[7 5 3],2 5 3,0,1 +0125,0125,12,num,three_rule_comb1,81,[9 7 3],9 7 3,1,1 +0125,0125,12,num,three_rule_comb1,82,[0 3 8],0 3 5,0,1 +0125,0125,12,num,three_rule_comb1,83,[5 0 1],5 0 1,1,1 +0125,0125,12,num,three_rule_comb1,84,[4 8 7],4 2 7,0,1 +0125,0125,12,num,three_rule_comb1,85,[8 1 2],8 1 9,0,1 +0125,0125,12,num,three_rule_comb1,86,[8 5 7],8 5 7,1,1 +0125,0125,12,num,three_rule_comb1,87,[1 0 7],1 0 1,0,1 +0125,0125,12,num,three_rule_comb1,88,[3 4 8],9 4 8,0,1 +0125,0125,12,num,three_rule_comb1,89,[9 7 4],9 7 4,1,1 +0125,0125,12,num,three_rule_comb1,90,[4 1 8],4 1 1,0,1 +0125,0125,12,num,three_rule_comb1,91,[1 1 3],1 1 3,1,1 +0125,0125,12,num,three_rule_comb1,92,[9 6 9],9 6 9,1,1 +0125,0125,12,num,three_rule_comb1,93,[3 8 1],3 8 1,1,1 +0125,0125,12,num,three_rule_comb1,94,[3 8 0],3 8 0,1,1 +0125,0125,12,num,three_rule_comb1,95,[1 5 5],3 5 5,0,1 +0125,0125,12,num,three_rule_comb1,96,[5 1 7],5 1 1,0,1 +0125,0125,12,num,three_rule_comb1,97,[3 5 5],5 5 5,0,1 +0125,0125,12,num,three_rule_comb1,98,[6 9 4],1 9 4,0,1 +0125,0125,12,num,three_rule_comb1,99,[7 5 7],7 7 7,0,1 +0125,0125,12,num,three_rule_comb2,0,[0 0 1],0 0 1,1,1 +0125,0125,12,num,three_rule_comb2,1,[1 1 9],1 1 9,1,1 +0125,0125,12,num,three_rule_comb2,2,[8 5 6],8 5 6,1,1 +0125,0125,12,num,three_rule_comb2,3,[2 8 8],2 8 8,1,1 +0125,0125,12,num,three_rule_comb2,4,[9 3 1],9 3 1,1,1 +0125,0125,12,num,three_rule_comb2,5,[2 3 2],2 3 2,1,1 +0125,0125,12,num,three_rule_comb2,6,[4 5 3],4 5 3,1,1 +0125,0125,12,num,three_rule_comb2,7,[7 4 9],7 4 9,1,1 +0125,0125,12,num,three_rule_comb2,8,[3 8 8],3 8 8,1,1 +0125,0125,12,num,three_rule_comb2,9,[1 8 5],1 8 5,1,1 +0125,0125,12,num,three_rule_comb2,10,[1 5 9],1 5 9,1,1 +0125,0125,12,num,three_rule_comb2,11,[5 9 0],5 9 0,1,1 +0125,0125,12,num,three_rule_comb2,12,[6 2 7],6 2 7,1,1 +0125,0125,12,num,three_rule_comb2,13,[5 2 7],5 2 7,1,1 +0125,0125,12,num,three_rule_comb2,14,[2 7 8],2 7 8,1,1 +0125,0125,12,num,three_rule_comb2,15,[9 5 2],9 5 2,1,1 +0125,0125,12,num,three_rule_comb2,16,[3 5 1],3 5 1,1,1 +0125,0125,12,num,three_rule_comb2,17,[3 0 3],3 0 3,1,1 +0125,0125,12,num,three_rule_comb2,18,[6 3 9],6 3 9,1,1 +0125,0125,12,num,three_rule_comb2,19,[4 7 4],4 7 4,1,1 +0125,0125,12,num,three_rule_comb2,20,[1 9 9],1 9 9,1,1 +0125,0125,12,num,three_rule_comb2,21,[5 5 3],5 5 3,1,1 +0125,0125,12,num,three_rule_comb2,22,[7 0 1],7 0 1,1,1 +0125,0125,12,num,three_rule_comb2,23,[2 1 8],2 1 8,1,1 +0125,0125,12,num,three_rule_comb2,24,[0 9 5],0 9 5,1,1 +0125,0125,12,num,three_rule_comb2,25,[6 8 4],6 8 4,1,1 +0125,0125,12,num,three_rule_comb2,26,[2 3 7],2 3 7,1,1 +0125,0125,12,num,three_rule_comb2,27,[1 5 2],1 5 2,1,1 +0125,0125,12,num,three_rule_comb2,28,[1 0 7],1 0 7,1,1 +0125,0125,12,num,three_rule_comb2,29,[6 5 1],6 5 1,1,1 +0125,0125,12,num,three_rule_comb2,30,[2 5 8],2 5 8,1,1 +0125,0125,12,num,three_rule_comb2,31,[1 0 1],1 0 1,1,1 +0125,0125,12,num,three_rule_comb2,32,[3 4 5],3 4 5,1,1 +0125,0125,12,num,three_rule_comb2,33,[6 7 2],6 7 2,1,1 +0125,0125,12,num,three_rule_comb2,34,[1 4 9],1 4 9,1,1 +0125,0125,12,num,three_rule_comb2,35,[1 0 3],1 0 3,1,1 +0125,0125,12,num,three_rule_comb2,36,[3 0 8],3 0 8,1,1 +0125,0125,12,num,three_rule_comb2,37,[6 2 2],6 2 2,1,1 +0125,0125,12,num,three_rule_comb2,38,[7 8 9],7 8 9,1,1 +0125,0125,12,num,three_rule_comb2,39,[0 1 9],0 1 9,1,1 +0125,0125,12,num,three_rule_comb2,40,[5 0 4],5 0 4,1,1 +0125,0125,12,num,three_rule_comb2,41,[4 8 7],4 8 7,1,1 +0125,0125,12,num,three_rule_comb2,42,[8 2 1],8 2 1,1,1 +0125,0125,12,num,three_rule_comb2,43,[7 6 7],7 6 7,1,1 +0125,0125,12,num,three_rule_comb2,44,[2 9 9],2 9 9,1,1 +0125,0125,12,num,three_rule_comb2,45,[0 1 7],0 1 7,1,1 +0125,0125,12,num,three_rule_comb2,46,[1 0 0],1 0 0,1,1 +0125,0125,12,num,three_rule_comb2,47,[4 4 7],4 4 7,1,1 +0125,0125,12,num,three_rule_comb2,48,[0 5 8],0 5 8,1,1 +0125,0125,12,num,three_rule_comb2,49,[8 8 2],8 8 2,1,1 +0125,0125,12,num,three_rule_comb2,50,[6 7 7],6 7 7,1,1 +0125,0125,12,num,three_rule_comb2,51,[4 2 3],4 2 3,1,1 +0125,0125,12,num,three_rule_comb2,52,[5 4 1],5 4 1,1,1 +0125,0125,12,num,three_rule_comb2,53,[1 1 4],1 1 4,1,1 +0125,0125,12,num,three_rule_comb2,54,[5 2 4],5 2 4,1,1 +0125,0125,12,num,three_rule_comb2,55,[8 6 8],8 6 8,1,1 +0125,0125,12,num,three_rule_comb2,56,[2 3 3],2 3 3,1,1 +0125,0125,12,num,three_rule_comb2,57,[1 2 8],1 2 8,1,1 +0125,0125,12,num,three_rule_comb2,58,[3 2 8],3 2 8,1,1 +0125,0125,12,num,three_rule_comb2,59,[1 6 4],1 6 4,1,1 +0125,0125,12,num,three_rule_comb2,60,[9 5 1],9 5 1,1,1 +0125,0125,12,num,three_rule_comb2,61,[7 7 7],7 7 7,1,1 +0125,0125,12,num,three_rule_comb2,62,[8 6 2],8 6 2,1,1 +0125,0125,12,num,three_rule_comb2,63,[6 5 7],6 5 7,1,1 +0125,0125,12,num,three_rule_comb2,64,[1 2 2],1 2 2,1,1 +0125,0125,12,num,three_rule_comb2,65,[3 0 6],3 0 6,1,1 +0125,0125,12,num,three_rule_comb2,66,[9 3 9],9 3 9,1,1 +0125,0125,12,num,three_rule_comb2,67,[9 8 9],9 8 9,1,1 +0125,0125,12,num,three_rule_comb2,68,[6 0 0],6 0 0,1,1 +0125,0125,12,num,three_rule_comb2,69,[9 9 7],9 9 7,1,1 +0125,0125,12,num,three_rule_comb2,70,[4 7 4],4 7 4,1,1 +0125,0125,12,num,three_rule_comb2,71,[0 1 5],0 1 5,1,1 +0125,0125,12,num,three_rule_comb2,72,[4 0 1],4 0 1,1,1 +0125,0125,12,num,three_rule_comb2,73,[1 3 6],1 3 6,1,1 +0125,0125,12,num,three_rule_comb2,74,[5 8 8],5 8 8,1,1 +0125,0125,12,num,three_rule_comb2,75,[7 3 0],7 3 0,1,1 +0125,0125,12,num,three_rule_comb2,76,[2 9 7],2 9 7,1,1 +0125,0125,12,num,three_rule_comb2,77,[1 9 8],1 9 8,1,1 +0125,0125,12,num,three_rule_comb2,78,[1 8 8],1 8 8,1,1 +0125,0125,12,num,three_rule_comb2,79,[7 4 7],7 4 7,1,1 +0125,0125,12,num,three_rule_comb2,80,[7 9 7],7 9 7,1,1 +0125,0125,12,num,three_rule_comb2,81,[7 0 6],7 0 6,1,1 +0125,0125,12,num,three_rule_comb2,82,[4 2 2],4 2 2,1,1 +0125,0125,12,num,three_rule_comb2,83,[6 0 7],6 0 7,1,1 +0125,0125,12,num,three_rule_comb2,84,[5 4 2],5 4 2,1,1 +0125,0125,12,num,three_rule_comb2,85,[8 6 0],8 6 0,1,1 +0125,0125,12,num,three_rule_comb2,86,[7 8 4],7 8 4,1,1 +0125,0125,12,num,three_rule_comb2,87,[0 3 8],0 3 8,1,1 +0125,0125,12,num,three_rule_comb2,88,[8 9 9],8 9 9,1,1 +0125,0125,12,num,three_rule_comb2,89,[4 2 2],4 2 2,1,1 +0125,0125,12,num,three_rule_comb2,90,[5 7 6],5 7 6,1,1 +0125,0125,12,num,three_rule_comb2,91,[5 0 1],5 0 1,1,1 +0125,0125,12,num,three_rule_comb2,92,[5 5 2],5 5 2,1,1 +0125,0125,12,num,three_rule_comb2,93,[4 5 1],4 5 1,1,1 +0125,0125,12,num,three_rule_comb2,94,[1 8 6],1 8 6,1,1 +0125,0125,12,num,three_rule_comb2,95,[4 8 9],4 8 9,1,1 +0125,0125,12,num,three_rule_comb2,96,[6 8 6],6 8 6,1,1 +0125,0125,12,num,three_rule_comb2,97,[7 3 4],7 3 4,1,1 +0125,0125,12,num,three_rule_comb2,98,[4 1 8],4 1 8,1,1 +0125,0125,12,num,three_rule_comb2,99,[8 0 8],8 0 8,1,1 +0125,0125,12,num,three_rule_comb3,0,[5 1 7],5 5 6,0,1 +0125,0125,12,num,three_rule_comb3,1,[2 1 2],4 2 2,0,1 +0125,0125,12,num,three_rule_comb3,2,[6 3 7],6 3 7,1,1 +0125,0125,12,num,three_rule_comb3,3,[4 8 9],3 8 1,0,1 +0125,0125,12,num,three_rule_comb3,4,[0 5 4],2 5 7,0,1 +0125,0125,12,num,three_rule_comb3,5,[4 1 4],4 1 4,1,1 +0125,0125,12,num,three_rule_comb3,6,[4 7 8],4 7 8,1,1 +0125,0125,12,num,three_rule_comb3,7,[9 0 6],6 0 6,0,1 +0125,0125,12,num,three_rule_comb3,8,[9 0 5],9 0 5,1,1 +0125,0125,12,num,three_rule_comb3,9,[9 0 4],9 0 4,1,1 +0125,0125,12,num,three_rule_comb3,10,[6 2 7],6 2 7,1,1 +0125,0125,12,num,three_rule_comb3,11,[0 7 5],0 1 5,0,1 +0125,0125,12,num,three_rule_comb3,12,[3 0 8],3 9 3,0,1 +0125,0125,12,num,three_rule_comb3,13,[2 6 9],2 6 9,1,1 +0125,0125,12,num,three_rule_comb3,14,[4 3 5],4 3 5,1,1 +0125,0125,12,num,three_rule_comb3,15,[1 3 9],1 3 9,1,1 +0125,0125,12,num,three_rule_comb3,16,[1 9 6],1 9 6,1,1 +0125,0125,12,num,three_rule_comb3,17,[8 9 9],8 8 9,0,1 +0125,0125,12,num,three_rule_comb3,18,[5 5 9],5 5 9,1,1 +0125,0125,12,num,three_rule_comb3,19,[7 2 1],5 2 6,0,1 +0125,0125,12,num,three_rule_comb3,20,[9 5 4],5 4 4,0,1 +0125,0125,12,num,three_rule_comb3,21,[3 3 2],3 3 2,1,1 +0125,0125,12,num,three_rule_comb3,22,[4 7 6],6 7 4,0,1 +0125,0125,12,num,three_rule_comb3,23,[3 3 9],0 3 9,0,1 +0125,0125,12,num,three_rule_comb3,24,[0 1 4],4 1 3,0,1 +0125,0125,12,num,three_rule_comb3,25,[1 6 8],1 5 8,0,1 +0125,0125,12,num,three_rule_comb3,26,[5 7 8],5 7 8,1,1 +0125,0125,12,num,three_rule_comb3,27,[1 1 3],1 2 4,0,1 +0125,0125,12,num,three_rule_comb3,28,[4 0 4],3 0 4,0,1 +0125,0125,12,num,three_rule_comb3,29,[0 6 7],0 6 7,1,1 +0125,0125,12,num,three_rule_comb3,30,[5 1 9],1 4 9,0,1 +0125,0125,12,num,three_rule_comb3,31,[6 4 8],6 4 8,1,1 +0125,0125,12,num,three_rule_comb3,32,[9 3 0],9 3 3,0,1 +0125,0125,12,num,three_rule_comb3,33,[9 9 5],9 9 5,1,1 +0125,0125,12,num,three_rule_comb3,34,[9 4 8],9 6 3,0,1 +0125,0125,12,num,three_rule_comb3,35,[3 3 8],3 3 8,1,1 +0125,0125,12,num,three_rule_comb3,36,[1 6 3],1 7 2,0,1 +0125,0125,12,num,three_rule_comb3,37,[4 5 7],1 0 7,0,1 +0125,0125,12,num,three_rule_comb3,38,[8 7 9],1 4 3,0,1 +0125,0125,12,num,three_rule_comb3,39,[3 8 3],3 8 3,1,1 +0125,0125,12,num,three_rule_comb3,40,[0 0 9],4 0 9,0,1 +0125,0125,12,num,three_rule_comb3,41,[5 2 2],5 2 2,1,1 +0125,0125,12,num,three_rule_comb3,42,[9 1 6],9 1 8,0,1 +0125,0125,12,num,three_rule_comb3,43,[3 4 3],3 4 3,1,1 +0125,0125,12,num,three_rule_comb3,44,[8 9 8],8 9 8,1,1 +0125,0125,12,num,three_rule_comb3,45,[9 9 0],9 0 0,0,1 +0125,0125,12,num,three_rule_comb3,46,[0 5 1],0 1 2,0,1 +0125,0125,12,num,three_rule_comb3,47,[6 4 2],4 4 7,0,1 +0125,0125,12,num,three_rule_comb3,48,[7 7 8],7 4 2,0,1 +0125,0125,12,num,three_rule_comb3,49,[9 9 4],9 9 4,1,1 +0125,0125,12,num,three_rule_comb3,50,[1 6 5],1 6 5,1,1 +0125,0125,12,num,three_rule_comb3,51,[9 0 8],9 0 8,1,1 +0125,0125,12,num,three_rule_comb3,52,[4 4 6],4 1 6,0,1 +0125,0125,12,num,three_rule_comb3,53,[6 0 1],5 0 1,0,1 +0125,0125,12,num,three_rule_comb3,54,[0 7 5],0 7 5,1,1 +0125,0125,12,num,three_rule_comb3,55,[4 2 3],6 2 3,0,1 +0125,0125,12,num,three_rule_comb3,56,[9 3 7],9 3 7,1,1 +0125,0125,12,num,three_rule_comb3,57,[6 3 3],6 3 3,1,1 +0125,0125,12,num,three_rule_comb3,58,[5 1 1],5 1 7,0,1 +0125,0125,12,num,three_rule_comb3,59,[1 6 1],1 6 1,1,1 +0125,0125,12,num,three_rule_comb3,60,[6 1 0],6 1 0,1,1 +0125,0125,12,num,three_rule_comb3,61,[8 4 8],1 5 8,0,1 +0125,0125,12,num,three_rule_comb3,62,[5 4 7],5 4 7,1,1 +0125,0125,12,num,three_rule_comb3,63,[6 3 3],6 3 3,1,1 +0125,0125,12,num,three_rule_comb3,64,[3 0 7],3 0 7,1,1 +0125,0125,12,num,three_rule_comb3,65,[7 7 9],7 7 9,1,1 +0125,0125,12,num,three_rule_comb3,66,[8 7 6],5 7 2,0,1 +0125,0125,12,num,three_rule_comb3,67,[1 8 6],6 8 6,0,1 +0125,0125,12,num,three_rule_comb3,68,[2 3 2],2 3 2,1,1 +0125,0125,12,num,three_rule_comb3,69,[8 5 4],5 5 1,0,1 +0125,0125,12,num,three_rule_comb3,70,[8 6 2],8 6 2,1,1 +0125,0125,12,num,three_rule_comb3,71,[1 9 4],1 9 4,1,1 +0125,0125,12,num,three_rule_comb3,72,[3 2 6],6 6 6,0,1 +0125,0125,12,num,three_rule_comb3,73,[9 8 0],8 3 0,0,1 +0125,0125,12,num,three_rule_comb3,74,[7 8 3],5 2 3,0,1 +0125,0125,12,num,three_rule_comb3,75,[4 1 4],4 1 5,0,1 +0125,0125,12,num,three_rule_comb3,76,[3 5 4],3 5 4,1,1 +0125,0125,12,num,three_rule_comb3,77,[6 9 3],6 9 3,1,1 +0125,0125,12,num,three_rule_comb3,78,[1 5 9],5 5 4,0,1 +0125,0125,12,num,three_rule_comb3,79,[3 8 6],3 8 6,1,1 +0125,0125,12,num,three_rule_comb3,80,[4 5 1],4 8 1,0,1 +0125,0125,12,num,three_rule_comb3,81,[9 1 6],9 1 6,1,1 +0125,0125,12,num,three_rule_comb3,82,[1 5 9],1 5 9,1,1 +0125,0125,12,num,three_rule_comb3,83,[9 1 7],9 1 7,1,1 +0125,0125,12,num,three_rule_comb3,84,[6 1 3],6 1 3,1,1 +0125,0125,12,num,three_rule_comb3,85,[3 0 6],3 0 6,1,1 +0125,0125,12,num,three_rule_comb3,86,[7 6 2],7 6 2,1,1 +0125,0125,12,num,three_rule_comb3,87,[7 6 6],7 6 6,1,1 +0125,0125,12,num,three_rule_comb3,88,[7 7 7],7 7 7,1,1 +0125,0125,12,num,three_rule_comb3,89,[1 4 9],1 4 1,0,1 +0125,0125,12,num,three_rule_comb3,90,[4 9 3],4 9 3,1,1 +0125,0125,12,num,three_rule_comb3,91,[1 0 8],1 0 8,1,1 +0125,0125,12,num,three_rule_comb3,92,[2 4 7],4 2 7,0,1 +0125,0125,12,num,three_rule_comb3,93,[4 1 9],9 1 1,0,1 +0125,0125,12,num,three_rule_comb3,94,[6 0 5],4 0 5],0,1 +0125,0125,12,num,three_rule_comb3,95,[7 9 7],7 9 0,0,1 +0125,0125,12,num,three_rule_comb3,96,[4 4 1],4 4 1,1,1 +0125,0125,12,num,three_rule_comb3,97,[6 1 5],6 1 5,1,1 +0125,0125,12,num,three_rule_comb3,98,[0 8 2],4 8 9,0,1 +0125,0125,12,num,three_rule_comb3,99,[0 6 2],5 6 2,0,1 +0125,0125,12,num,three_rule_comb4,0,[8 7 0],8 7 2,0,1 +0125,0125,12,num,three_rule_comb4,1,[7 9 4],7 9 6,0,1 +0125,0125,12,num,three_rule_comb4,2,[9 3 1],9 4 1,0,1 +0125,0125,12,num,three_rule_comb4,3,[9 7 0],9 7 6,0,1 +0125,0125,12,num,three_rule_comb4,4,[9 8 3],9 9 3,0,1 +0125,0125,12,num,three_rule_comb4,5,[4 8 5],4 8 5,1,1 +0125,0125,12,num,three_rule_comb4,6,[9 3 6],9 7 6,0,1 +0125,0125,12,num,three_rule_comb4,7,[2 5 8],2 2 8,0,1 +0125,0125,12,num,three_rule_comb4,8,[6 0 5],7 0 5,0,1 +0125,0125,12,num,three_rule_comb4,9,[0 1 9],3 1 9,0,1 +0125,0125,12,num,three_rule_comb4,10,[8 1 5],8 1 8,0,1 +0125,0125,12,num,three_rule_comb4,11,[7 3 8],4 3 8,0,1 +0125,0125,12,num,three_rule_comb4,12,[4 3 3],3 3 6,0,1 +0125,0125,12,num,three_rule_comb4,13,[0 8 0],0 8 0,1,1 +0125,0125,12,num,three_rule_comb4,14,[3 0 9],3 0 9,1,1 +0125,0125,12,num,three_rule_comb4,15,[9 8 8],9 8 4,0,1 +0125,0125,12,num,three_rule_comb4,16,[0 0 0],0 0 0,1,1 +0125,0125,12,num,three_rule_comb4,17,[2 7 1],2 6 1,0,1 +0125,0125,12,num,three_rule_comb4,18,[7 4 2],7 4 3,0,1 +0125,0125,12,num,three_rule_comb4,19,[5 4 5],5 4 7,0,1 +0125,0125,12,num,three_rule_comb4,20,[2 5 2],2 5 2,1,1 +0125,0125,12,num,three_rule_comb4,21,[3 3 4],3 3 7,0,1 +0125,0125,12,num,three_rule_comb4,22,[5 0 3],5 3 3,0,1 +0125,0125,12,num,three_rule_comb4,23,[3 0 8],3 0 3,0,1 +0125,0125,12,num,three_rule_comb4,24,[5 8 0],5 8 0,1,1 +0125,0125,12,num,three_rule_comb4,25,[2 1 2],2 1 6,0,1 +0125,0125,12,num,three_rule_comb4,26,[2 7 2],2 2 2,0,1 +0125,0125,12,num,three_rule_comb4,27,[5 9 8],5 9 6,0,1 +0125,0125,12,num,three_rule_comb4,28,[2 7 5],2 7 1,0,1 +0125,0125,12,num,three_rule_comb4,29,[5 5 1],5 5 1,1,1 +0125,0125,12,num,three_rule_comb4,30,[4 4 1],4 4 1,1,1 +0125,0125,12,num,three_rule_comb4,31,[1 3 4],1 3 7,0,1 +0125,0125,12,num,three_rule_comb4,32,[5 9 3],2 9 3,0,1 +0125,0125,12,num,three_rule_comb4,33,[0 8 0],0 4 0,0,1 +0125,0125,12,num,three_rule_comb4,34,[6 6 8],7 6 8,0,1 +0125,0125,12,num,three_rule_comb4,35,[1 2 8],1 2 5,0,1 +0125,0125,12,num,three_rule_comb4,36,[5 8 3],5 8 5,0,1 +0125,0125,12,num,three_rule_comb4,37,[2 0 1],2 0 4,0,1 +0125,0125,12,num,three_rule_comb4,38,[1 4 6],1 4 1,0,1 +0125,0125,12,num,three_rule_comb4,39,[5 4 8],5 4 5,0,1 +0125,0125,12,num,three_rule_comb4,40,[1 6 1],1 6 8,0,1 +0125,0125,12,num,three_rule_comb4,41,[7 3 8],7 3 8,1,1 +0125,0125,12,num,three_rule_comb4,42,[8 4 5],8 4 1,0,1 +0125,0125,12,num,three_rule_comb4,43,[5 3 8],8 3 8,0,1 +0125,0125,12,num,three_rule_comb4,44,[7 1 9],7 4 9,0,1 +0125,0125,12,num,three_rule_comb4,45,[7 8 4],7 2 4,0,1 +0125,0125,12,num,three_rule_comb4,46,[2 2 1],2 2 4,0,1 +0125,0125,12,num,three_rule_comb4,47,[9 9 8],9 9 0,0,1 +0125,0125,12,num,three_rule_comb4,48,[0 2 3],0 2 3,1,1 +0125,0125,12,num,three_rule_comb4,49,[1 6 9],1 6 7,0,1 +0125,0125,12,num,three_rule_comb4,50,[4 8 5],4 8 5,1,1 +0125,0125,12,num,three_rule_comb4,51,[8 8 6],8 2 6,0,1 +0125,0125,12,num,three_rule_comb4,52,[8 4 0],8 2 0,0,1 +0125,0125,12,num,three_rule_comb4,53,[0 9 9],0 9 3,0,1 +0125,0125,12,num,three_rule_comb4,54,[3 4 7],3 4 2,0,1 +0125,0125,12,num,three_rule_comb4,55,[4 7 6],4 7 6,1,1 +0125,0125,12,num,three_rule_comb4,56,[7 5 5],7 8 5,0,1 +0125,0125,12,num,three_rule_comb4,57,[6 7 1],6 5 1,0,1 +0125,0125,12,num,three_rule_comb4,58,[2 9 9],2 9 9,1,1 +0125,0125,12,num,three_rule_comb4,59,[5 3 5],5 3 5,1,1 +0125,0125,12,num,three_rule_comb4,60,[0 8 4],0 5 4,0,1 +0125,0125,12,num,three_rule_comb4,61,[2 3 8],2 3 8,1,1 +0125,0125,12,num,three_rule_comb4,62,[8 1 9],8 7 9,0,1 +0125,0125,12,num,three_rule_comb4,63,[0 7 4],0 0 4,0,1 +0125,0125,12,num,three_rule_comb4,64,[5 9 2],5 9 4,0,1 +0125,0125,12,num,three_rule_comb4,65,[6 6 2],6 5 2,0,1 +0125,0125,12,num,three_rule_comb4,66,[8 0 0],9 0 0,0,1 +0125,0125,12,num,three_rule_comb4,67,[6 9 9],2 9 9,0,1 +0125,0125,12,num,three_rule_comb4,68,[0 9 4],0 9 4,1,1 +0125,0125,12,num,three_rule_comb4,69,[5 8 6],5 8 6,1,1 +0125,0125,12,num,three_rule_comb4,70,[0 3 5],0 3 0,0,1 +0125,0125,12,num,three_rule_comb4,71,[3 2 8],3 2 1,0,1 +0125,0125,12,num,three_rule_comb4,72,[7 7 4],7 7 4,1,1 +0125,0125,12,num,three_rule_comb4,73,[1 7 2],1 7 2,1,1 +0125,0125,12,num,three_rule_comb4,74,[0 7 5],0 7 5,1,1 +0125,0125,12,num,three_rule_comb4,75,[0 3 3],0 3 4,0,1 +0125,0125,12,num,three_rule_comb4,76,[5 9 5],5 9 5,1,1 +0125,0125,12,num,three_rule_comb4,77,[8 2 9],8 2 9,1,1 +0125,0125,12,num,three_rule_comb4,78,[5 1 1],5 1 1,1,1 +0125,0125,12,num,three_rule_comb4,79,[6 7 5],6 7 3,0,1 +0125,0125,12,num,three_rule_comb4,80,[4 4 0],4 4 6,0,1 +0125,0125,12,num,three_rule_comb4,81,[8 4 7],8 4 4,0,1 +0125,0125,12,num,three_rule_comb4,82,[9 0 2],9 0 5,0,1 +0125,0125,12,num,three_rule_comb4,83,[5 3 9],5 1 9,0,1 +0125,0125,12,num,three_rule_comb4,84,[4 2 8],4 5 8,0,1 +0125,0125,12,num,three_rule_comb4,85,[8 2 4],8 2 1,0,1 +0125,0125,12,num,three_rule_comb4,86,[2 8 8],2 2 8,0,1 +0125,0125,12,num,three_rule_comb4,87,[3 6 5],3 6 5,1,1 +0125,0125,12,num,three_rule_comb4,88,[8 7 5],8 7 8,0,1 +0125,0125,12,num,three_rule_comb4,89,[9 9 5],9 9 5,1,1 +0125,0125,12,num,three_rule_comb4,90,[8 6 2],8 6 2,1,1 +0125,0125,12,num,three_rule_comb4,91,[5 6 1],5 6 7,0,1 +0125,0125,12,num,three_rule_comb4,92,[2 9 4],2 3 4,0,1 +0125,0125,12,num,three_rule_comb4,93,[4 9 6],4 9 6,1,1 +0125,0125,12,num,three_rule_comb4,94,[5 4 5],5 4 5,1,1 +0125,0125,12,num,three_rule_comb4,95,[7 2 6],7 2 2,0,1 +0125,0125,12,num,three_rule_comb4,96,[5 1 7],5 1 2,0,1 +0125,0125,12,num,three_rule_comb4,97,[5 1 1],2 1 1,0,1 +0125,0125,12,num,three_rule_comb4,98,[0 7 8],0 7 0,0,1 +0125,0125,12,num,three_rule_comb4,99,[4 0 9],4 0 4,0,1 +0125,0125,12,num,three_rule_comb5,0,[5 0 7],5 0 7,1,1 +0125,0125,12,num,three_rule_comb5,1,[3 3 1],3 3 1,1,1 +0125,0125,12,num,three_rule_comb5,2,[5 3 1],5 3 1,1,1 +0125,0125,12,num,three_rule_comb5,3,[5 9 2],5 9 2,1,1 +0125,0125,12,num,three_rule_comb5,4,[0 2 4],0 2 4,1,1 +0125,0125,12,num,three_rule_comb5,5,[9 2 8],9 2 8,1,1 +0125,0125,12,num,three_rule_comb5,6,[2 8 7],2 0 3,0,1 +0125,0125,12,num,three_rule_comb5,7,[8 4 5],8 4 5,1,1 +0125,0125,12,num,three_rule_comb5,8,[7 4 7],7 4 7,1,1 +0125,0125,12,num,three_rule_comb5,9,[6 1 5],6 1 5,1,1 +0125,0125,12,num,three_rule_comb5,10,[5 5 6],5 5 6,1,1 +0125,0125,12,num,three_rule_comb5,11,[2 4 8],2 4 8,1,1 +0125,0125,12,num,three_rule_comb5,12,[0 6 0],0 6 0,1,1 +0125,0125,12,num,three_rule_comb5,13,[9 4 0],9 4 0,1,1 +0125,0125,12,num,three_rule_comb5,14,[6 3 2],6 3 2,1,1 +0125,0125,12,num,three_rule_comb5,15,[0 9 8],0 9 8,1,1 +0125,0125,12,num,three_rule_comb5,16,[7 5 6],7 5 6,1,1 +0125,0125,12,num,three_rule_comb5,17,[0 1 7],0 1 7,1,1 +0125,0125,12,num,three_rule_comb5,18,[1 4 1],1 4 1,1,1 +0125,0125,12,num,three_rule_comb5,19,[0 1 0],0 1 0,1,1 +0125,0125,12,num,three_rule_comb5,20,[4 4 9],4 4 9,1,1 +0125,0125,12,num,three_rule_comb5,21,[1 7 4],1 7 4,1,1 +0125,0125,12,num,three_rule_comb5,22,[9 4 4],9 4 4,1,1 +0125,0125,12,num,three_rule_comb5,23,[5 4 0],5 4 0,1,1 +0125,0125,12,num,three_rule_comb5,24,[6 0 4],6 0 4,1,1 +0125,0125,12,num,three_rule_comb5,25,[8 6 1],8 6 1,1,1 +0125,0125,12,num,three_rule_comb5,26,[7 4 8],7 4 8,1,1 +0125,0125,12,num,three_rule_comb5,27,[9 3 6],9 3 6,1,1 +0125,0125,12,num,three_rule_comb5,28,[4 8 3],4 8 3,1,1 +0125,0125,12,num,three_rule_comb5,29,[9 8 0],9 8 0,1,1 +0125,0125,12,num,three_rule_comb5,30,[5 9 5],5 9 5,1,1 +0125,0125,12,num,three_rule_comb5,31,[5 4 4],5 4 4,1,1 +0125,0125,12,num,three_rule_comb5,32,[5 5 9],5 5 9,1,1 +0125,0125,12,num,three_rule_comb5,33,[7 1 8],7 1 8,1,1 +0125,0125,12,num,three_rule_comb5,34,[4 0 5],4 0 5,1,1 +0125,0125,12,num,three_rule_comb5,35,[5 9 2],5 9 2,1,1 +0125,0125,12,num,three_rule_comb5,36,[1 2 2],1 2 2,1,1 +0125,0125,12,num,three_rule_comb5,37,[5 2 7],5 2 7,1,1 +0125,0125,12,num,three_rule_comb5,38,[3 9 1],3 9 1,1,1 +0125,0125,12,num,three_rule_comb5,39,[3 8 9],3 8 9,1,1 +0125,0125,12,num,three_rule_comb5,40,[0 0 0],0 0 0,1,1 +0125,0125,12,num,three_rule_comb5,41,[7 0 3],7 0 3,1,1 +0125,0125,12,num,three_rule_comb5,42,[3 6 8],3 6 8,1,1 +0125,0125,12,num,three_rule_comb5,43,[5 1 0],5 1 0,1,1 +0125,0125,12,num,three_rule_comb5,44,[6 4 9],6 4 9,1,1 +0125,0125,12,num,three_rule_comb5,45,[5 3 0],5 3 0,1,1 +0125,0125,12,num,three_rule_comb5,46,[3 3 8],3 3 8,1,1 +0125,0125,12,num,three_rule_comb5,47,[9 9 8],9 9 8,1,1 +0125,0125,12,num,three_rule_comb5,48,[5 3 4],5 3 4,1,1 +0125,0125,12,num,three_rule_comb5,49,[3 4 9],3 4 9,1,1 +0125,0125,12,num,three_rule_comb5,50,[2 1 7],2 1 7,1,1 +0125,0125,12,num,three_rule_comb5,51,[2 2 5],2 2 5,1,1 +0125,0125,12,num,three_rule_comb5,52,[1 4 9],1 4 9,1,1 +0125,0125,12,num,three_rule_comb5,53,[1 5 9],1 5 9,1,1 +0125,0125,12,num,three_rule_comb5,54,[0 8 8],0 8 8,1,1 +0125,0125,12,num,three_rule_comb5,55,[0 5 9],0 5 9,1,1 +0125,0125,12,num,three_rule_comb5,56,[0 6 2],0 6 2,1,1 +0125,0125,12,num,three_rule_comb5,57,[4 3 1],4 3 1,1,1 +0125,0125,12,num,three_rule_comb5,58,[0 6 9],0 6 9,1,1 +0125,0125,12,num,three_rule_comb5,59,[8 7 0],8 7 0,1,1 +0125,0125,12,num,three_rule_comb5,60,[1 4 7],1 4 7,1,1 +0125,0125,12,num,three_rule_comb5,61,[7 4 1],7 4 1,1,1 +0125,0125,12,num,three_rule_comb5,62,[4 0 4],4 0 4,1,1 +0125,0125,12,num,three_rule_comb5,63,[9 0 1],9 0 1,1,1 +0125,0125,12,num,three_rule_comb5,64,[7 0 8],7 0 8,1,1 +0125,0125,12,num,three_rule_comb5,65,[3 4 8],3 4 8,1,1 +0125,0125,12,num,three_rule_comb5,66,[9 1 0],9 1 0,1,1 +0125,0125,12,num,three_rule_comb5,67,[1 1 5],1 1 5,1,1 +0125,0125,12,num,three_rule_comb5,68,[3 5 3],3 5 3,1,1 +0125,0125,12,num,three_rule_comb5,69,[3 4 4],3 4 4,1,1 +0125,0125,12,num,three_rule_comb5,70,[3 2 5],3 2 5,1,1 +0125,0125,12,num,three_rule_comb5,71,[0 5 5],0 5 5,1,1 +0125,0125,12,num,three_rule_comb5,72,[5 9 7],5 9 7,1,1 +0125,0125,12,num,three_rule_comb5,73,[9 9 3],9 9 3,1,1 +0125,0125,12,num,three_rule_comb5,74,[8 4 5],8 4 5,1,1 +0125,0125,12,num,three_rule_comb5,75,[3 5 8],3 5 8],1,1 +0125,0125,12,num,three_rule_comb5,76,[4 3 3],4 3 3,1,1 +0125,0125,12,num,three_rule_comb5,77,[8 0 6],8 0 6,1,1 +0125,0125,12,num,three_rule_comb5,78,[8 6 7],8 6 7,1,1 +0125,0125,12,num,three_rule_comb5,79,[9 1 0],9 1 0,1,1 +0125,0125,12,num,three_rule_comb5,80,[0 9 5],0 9 5,1,1 +0125,0125,12,num,three_rule_comb5,81,[4 3 2],4 3 2,1,1 +0125,0125,12,num,three_rule_comb5,82,[2 8 6],2 8 6,1,1 +0125,0125,12,num,three_rule_comb5,83,[1 7 6],1 7 6,1,1 +0125,0125,12,num,three_rule_comb5,84,[9 0 9],9 0 9,1,1 +0125,0125,12,num,three_rule_comb5,85,[5 0 5],5 0 5,1,1 +0125,0125,12,num,three_rule_comb5,86,[1 0 7],1 8 3,0,1 +0125,0125,12,num,three_rule_comb5,87,[8 4 8],8 4 8,1,1 +0125,0125,12,num,three_rule_comb5,88,[9 2 7],9 2 7,1,1 +0125,0125,12,num,three_rule_comb5,89,[0 2 5],0 2 5,1,1 +0125,0125,12,num,three_rule_comb5,90,[7 5 2],7 5 2,1,1 +0125,0125,12,num,three_rule_comb5,91,[0 8 2],0 8 2,1,1 +0125,0125,12,num,three_rule_comb5,92,[1 0 9],1 0 9,1,1 +0125,0125,12,num,three_rule_comb5,93,[0 1 8],0 1 8,1,1 +0125,0125,12,num,three_rule_comb5,94,[3 4 1],3 4 1,1,1 +0125,0125,12,num,three_rule_comb5,95,[4 9 2],4 9 2,1,1 +0125,0125,12,num,three_rule_comb5,96,[9 9 5],9 9 5,1,1 +0125,0125,12,num,three_rule_comb5,97,[8 9 1],8 9 1,1,1 +0125,0125,12,num,three_rule_comb5,98,[4 2 4],4 2 4,1,1 +0125,0125,12,num,three_rule_comb5,99,[4 6 4],4 6 4,1,1 +0125,0125,12,num,three_rule_comb6,0,[0 1 6],0 1 6,1,1 +0125,0125,12,num,three_rule_comb6,1,[7 1 9],7 1 9,1,1 +0125,0125,12,num,three_rule_comb6,2,[1 0 2],5 4 2,0,1 +0125,0125,12,num,three_rule_comb6,3,[3 1 9],3 1 9,1,1 +0125,0125,12,num,three_rule_comb6,4,[2 5 3],2 5 3,1,1 +0125,0125,12,num,three_rule_comb6,5,[2 0 9],2 0 9,1,1 +0125,0125,12,num,three_rule_comb6,6,[5 0 9],5 0 9,1,1 +0125,0125,12,num,three_rule_comb6,7,[6 2 7],6 2 7,1,1 +0125,0125,12,num,three_rule_comb6,8,[4 9 1],4 9 1,1,1 +0125,0125,12,num,three_rule_comb6,9,[5 5 1],5 5 1,1,1 +0125,0125,12,num,three_rule_comb6,10,[3 1 8],3 1 8,1,1 +0125,0125,12,num,three_rule_comb6,11,[0 5 9],5 5 9,0,1 +0125,0125,12,num,three_rule_comb6,12,[7 1 1],7 1 1,1,1 +0125,0125,12,num,three_rule_comb6,13,[9 1 4],9 1 4,1,1 +0125,0125,12,num,three_rule_comb6,14,[4 2 9],4 2 9,1,1 +0125,0125,12,num,three_rule_comb6,15,[9 0 8],8 4 6,0,1 +0125,0125,12,num,three_rule_comb6,16,[0 5 4],0 5 4,1,1 +0125,0125,12,num,three_rule_comb6,17,[4 5 9],4 5 9,1,1 +0125,0125,12,num,three_rule_comb6,18,[6 9 5],5 8 5,0,1 +0125,0125,12,num,three_rule_comb6,19,[6 7 2],6 7 2,1,1 +0125,0125,12,num,three_rule_comb6,20,[9 4 9],4 4 9,0,1 +0125,0125,12,num,three_rule_comb6,21,[6 9 8],6 5 7,0,1 +0125,0125,12,num,three_rule_comb6,22,[8 3 9],8 3 9,1,1 +0125,0125,12,num,three_rule_comb6,23,[9 9 5],9 5 5,0,1 +0125,0125,12,num,three_rule_comb6,24,[7 6 7],7 6 7,1,1 +0125,0125,12,num,three_rule_comb6,25,[4 8 8],4 8 8,1,1 +0125,0125,12,num,three_rule_comb6,26,[0 7 8],4 7 2,0,1 +0125,0125,12,num,three_rule_comb6,27,[1 4 3],1 4 3,1,1 +0125,0125,12,num,three_rule_comb6,28,[6 4 6],6 4 6,1,1 +0125,0125,12,num,three_rule_comb6,29,[1 2 4],1 8 7,0,1 +0125,0125,12,num,three_rule_comb6,30,[8 9 3],9 4 0,0,1 +0125,0125,12,num,three_rule_comb6,31,[5 1 8],5 1 8,1,1 +0125,0125,12,num,three_rule_comb6,32,[4 0 4],4 0 4,1,1 +0125,0125,12,num,three_rule_comb6,33,[8 4 1],8 4 1,1,1 +0125,0125,12,num,three_rule_comb6,34,[9 5 3],5 6 3,0,1 +0125,0125,12,num,three_rule_comb6,35,[7 2 1],7 0 1,0,1 +0125,0125,12,num,three_rule_comb6,36,[3 4 2],3 4 2,1,1 +0125,0125,12,num,three_rule_comb6,37,[0 5 0],0 5 0,1,1 +0125,0125,12,num,three_rule_comb6,38,[1 1 2],1 1 2,1,1 +0125,0125,12,num,three_rule_comb6,39,[2 5 3],2 5 3,1,1 +0125,0125,12,num,three_rule_comb6,40,[8 7 5],8 5 5,0,1 +0125,0125,12,num,three_rule_comb6,41,[5 8 5],5 8 5,1,1 +0125,0125,12,num,three_rule_comb6,42,[2 2 4],2 2 4,1,1 +0125,0125,12,num,three_rule_comb6,43,[0 9 1],0 9 1,1,1 +0125,0125,12,num,three_rule_comb6,44,[9 6 5],8 5 2,0,1 +0125,0125,12,num,three_rule_comb6,45,[0 3 1],0 3 4,0,1 +0125,0125,12,num,three_rule_comb6,46,[0 0 3],0 0 3,1,1 +0125,0125,12,num,three_rule_comb6,47,[9 5 6],9 5 6,1,1 +0125,0125,12,num,three_rule_comb6,48,[9 7 3],2 7 3,0,1 +0125,0125,12,num,three_rule_comb6,49,[8 6 0],4 3 7,0,1 +0125,0125,12,num,three_rule_comb6,50,[0 1 6],2 6 3,0,1 +0125,0125,12,num,three_rule_comb6,51,[4 1 2],2 2 4,0,1 +0125,0125,12,num,three_rule_comb6,52,[8 9 3],8 9 3,1,1 +0125,0125,12,num,three_rule_comb6,53,[9 0 5],8 0 5,0,1 +0125,0125,12,num,three_rule_comb6,54,[4 4 6],4 4 6,1,1 +0125,0125,12,num,three_rule_comb6,55,[6 2 9],6 2 9,1,1 +0125,0125,12,num,three_rule_comb6,56,[4 8 1],4 4 1,0,1 +0125,0125,12,num,three_rule_comb6,57,[2 6 8],4 4 9,0,1 +0125,0125,12,num,three_rule_comb6,58,[2 5 6],2 5 6,1,1 +0125,0125,12,num,three_rule_comb6,59,[5 5 1],5 6 1,0,1 +0125,0125,12,num,three_rule_comb6,60,[8 1 3],8 1 3,1,1 +0125,0125,12,num,three_rule_comb6,61,[2 6 3],2 6 3],1,1 +0125,0125,12,num,three_rule_comb6,62,[0 5 4],0 5 4,1,1 +0125,0125,12,num,three_rule_comb6,63,[6 8 3],6 8 3,1,1 +0125,0125,12,num,three_rule_comb6,64,[6 3 1],6 3 1,1,1 +0125,0125,12,num,three_rule_comb6,65,[1 3 6],1 3 6,1,1 +0125,0125,12,num,three_rule_comb6,66,[6 1 6],2 2 2,0,1 +0125,0125,12,num,three_rule_comb6,67,[6 8 9],6 8 9,1,1 +0125,0125,12,num,three_rule_comb6,68,[4 1 9],4 1 9,1,1 +0125,0125,12,num,three_rule_comb6,69,[6 9 2],6 9 2,1,1 +0125,0125,12,num,three_rule_comb6,70,[1 3 5],1 3 5,1,1 +0125,0125,12,num,three_rule_comb6,71,[2 0 3],0 4 5,0,1 +0125,0125,12,num,three_rule_comb6,72,[0 4 7],1 3 6,0,1 +0125,0125,12,num,three_rule_comb6,73,[1 6 6],1 6 6,1,1 +0125,0125,12,num,three_rule_comb6,74,[3 2 6],3 2 6,1,1 +0125,0125,12,num,three_rule_comb6,75,[3 4 7],3 4 7,1,1 +0125,0125,12,num,three_rule_comb6,76,[8 0 7],8 0 7,1,1 +0125,0125,12,num,three_rule_comb6,77,[9 3 6],9 3 6,1,1 +0125,0125,12,num,three_rule_comb6,78,[6 0 8],6 0 8,1,1 +0125,0125,12,num,three_rule_comb6,79,[6 0 0],6 0 0,1,1 +0125,0125,12,num,three_rule_comb6,80,[3 6 3],3 6 3,1,1 +0125,0125,12,num,three_rule_comb6,81,[1 5 0],5 5 0,0,1 +0125,0125,12,num,three_rule_comb6,82,[1 4 5],1 4 5,1,1 +0125,0125,12,num,three_rule_comb6,83,[4 9 3],4 4 3,0,1 +0125,0125,12,num,three_rule_comb6,84,[8 7 0],8 1 7,0,1 +0125,0125,12,num,three_rule_comb6,85,[1 3 9],1 3 9,1,1 +0125,0125,12,num,three_rule_comb6,86,[4 7 6],4 7 6,1,1 +0125,0125,12,num,three_rule_comb6,87,[1 4 8],4 6 8,0,1 +0125,0125,12,num,three_rule_comb6,88,[0 5 8],0 5 8,1,1 +0125,0125,12,num,three_rule_comb6,89,[8 3 9],8 3 9,1,1 +0125,0125,12,num,three_rule_comb6,90,[5 1 2],5 1 2,1,1 +0125,0125,12,num,three_rule_comb6,91,[7 6 9],7 6 9,1,1 +0125,0125,12,num,three_rule_comb6,92,[3 7 9],3 7 9,1,1 +0125,0125,12,num,three_rule_comb6,93,[9 8 1],9 8 1,1,1 +0125,0125,12,num,three_rule_comb6,94,[4 9 4],4 9 6,0,1 +0125,0125,12,num,three_rule_comb6,95,[4 7 8],4 7 4],0,1 +0125,0125,12,num,three_rule_comb6,96,[3 7 7],3 7 7,1,1 +0125,0125,12,num,three_rule_comb6,97,[8 1 6],8 1 6,1,1 +0125,0125,12,num,three_rule_comb6,98,[7 3 5],3 7 5,0,1 +0125,0125,12,num,three_rule_comb6,99,[5 6 8],5 6 8,1,1 +0125,0125,12,num,three_rule_comb7,0,[5 4 8],5 4 8,1,1 +0125,0125,12,num,three_rule_comb7,1,[3 1 8],3 1 7,0,1 +0125,0125,12,num,three_rule_comb7,2,[4 7 9],4 7 9,1,1 +0125,0125,12,num,three_rule_comb7,3,[4 8 5],4 6 0,0,1 +0125,0125,12,num,three_rule_comb7,4,[7 5 2],7 6 3,0,1 +0125,0125,12,num,three_rule_comb7,5,[9 3 9],9 3 8,0,1 +0125,0125,12,num,three_rule_comb7,6,[5 1 5],5 2 0,0,1 +0125,0125,12,num,three_rule_comb7,7,[2 9 0],2 3 1,0,1 +0125,0125,12,num,three_rule_comb7,8,[2 2 3],3 2 7,0,1 +0125,0125,12,num,three_rule_comb7,9,[6 2 8],6 2 2,0,1 +0125,0125,12,num,three_rule_comb7,10,[5 1 4],2 1 4,0,1 +0125,0125,12,num,three_rule_comb7,11,[2 6 1],2 6 1,1,1 +0125,0125,12,num,three_rule_comb7,12,[4 4 4],4 4 4,1,1 +0125,0125,12,num,three_rule_comb7,13,[4 4 0],4 4 3],0,1 +0125,0125,12,num,three_rule_comb7,14,[7 7 4],7 4 4,0,1 +0125,0125,12,num,three_rule_comb7,15,[3 0 0],3 3 0,0,1 +0125,0125,12,num,three_rule_comb7,16,[8 8 0],8 8 3,0,1 +0125,0125,12,num,three_rule_comb7,17,[8 1 4],8 1 0,0,1 +0125,0125,12,num,three_rule_comb7,18,[6 2 6],6 6 6,0,1 +0125,0125,12,num,three_rule_comb7,19,[1 3 9],1 3 9,1,1 +0125,0125,12,num,three_rule_comb7,20,[5 6 5],5 6 5,1,1 +0125,0125,12,num,three_rule_comb7,21,[1 4 3],1 5 1,0,1 +0125,0125,12,num,three_rule_comb7,22,[6 4 1],6 4 1,1,1 +0125,0125,12,num,three_rule_comb7,23,[8 0 3],8 0 7,0,1 +0125,0125,12,num,three_rule_comb7,24,[8 4 1],8 4 1,1,1 +0125,0125,12,num,three_rule_comb7,25,[5 3 4],5 3 1,0,1 +0125,0125,12,num,three_rule_comb7,26,[4 8 6],4 8 6,1,1 +0125,0125,12,num,three_rule_comb7,27,[2 1 2],1 2 6,0,1 +0125,0125,12,num,three_rule_comb7,28,[9 8 9],9 6 1,0,1 +0125,0125,12,num,three_rule_comb7,29,[0 2 9],0 2 6],0,1 +0125,0125,12,num,three_rule_comb7,30,[9 9 9],9 3 4,0,1 +0125,0125,12,num,three_rule_comb7,31,[6 1 9],6 7 6,0,1 +0125,0125,12,num,three_rule_comb7,32,[4 5 9],4 9 6,0,1 +0125,0125,12,num,three_rule_comb7,33,[3 5 1],7 5 3,0,1 +0125,0125,12,num,three_rule_comb7,34,[6 5 4],4 7 8,0,1 +0125,0125,12,num,three_rule_comb7,35,[2 3 1],4 5 1,0,1 +0125,0125,12,num,three_rule_comb7,36,[6 1 5],6 1 8,0,1 +0125,0125,12,num,three_rule_comb7,37,[1 4 7],1 4 2,0,1 +0125,0125,12,num,three_rule_comb7,38,[5 4 5],5 3 5,0,1 +0125,0125,12,num,three_rule_comb7,39,[0 2 4],0 2 7,0,1 +0125,0125,12,num,three_rule_comb7,40,[5 9 4],5 9 7,0,1 +0125,0125,12,num,three_rule_comb7,41,[2 2 1],2 3 1,0,1 +0125,0125,12,num,three_rule_comb7,42,[2 4 3],2 7 6,0,1 +0125,0125,12,num,three_rule_comb7,43,[8 1 7],8 1 7,1,1 +0125,0125,12,num,three_rule_comb7,44,[8 7 2],8 7 2,1,1 +0125,0125,12,num,three_rule_comb7,45,[3 9 2],3 9 2,1,1 +0125,0125,12,num,three_rule_comb7,46,[9 7 5],9 7 6],0,1 +0125,0125,12,num,three_rule_comb7,47,[0 4 3],3 7 3,0,1 +0125,0125,12,num,three_rule_comb7,48,[5 6 2],5 6 3,0,1 +0125,0125,12,num,three_rule_comb7,49,[4 0 9],4 0 9,1,1 +0125,0125,12,num,three_rule_comb7,50,[3 1 7],3 9 4,0,1 +0125,0125,12,num,three_rule_comb7,51,[8 8 5],8 2 5,0,1 +0125,0125,12,num,three_rule_comb7,52,[2 9 1],6 4 5,0,1 +0125,0125,12,num,three_rule_comb7,53,[3 8 0],8 4 4,0,1 +0125,0125,12,num,three_rule_comb7,54,[6 0 0],6 0 0,1,1 +0125,0125,12,num,three_rule_comb7,55,[1 6 0],8 5 6,0,1 +0125,0125,12,num,three_rule_comb7,56,[9 4 0],9 4 0,1,1 +0125,0125,12,num,three_rule_comb7,57,[7 0 7],7 0 4,0,1 +0125,0125,12,num,three_rule_comb7,58,[9 3 5],9 3 5,1,1 +0125,0125,12,num,three_rule_comb7,59,[3 4 4],3 0 4,0,1 +0125,0125,12,num,three_rule_comb7,60,[8 1 9],8 1 9,1,1 +0125,0125,12,num,three_rule_comb7,61,[5 1 3],5 1 6,0,1 +0125,0125,12,num,three_rule_comb7,62,[4 8 7],4 2 7,0,1 +0125,0125,12,num,three_rule_comb7,63,[5 0 5],5 3 5,0,1 +0125,0125,12,num,three_rule_comb7,64,[5 1 6],5 1 6,1,1 +0125,0125,12,num,three_rule_comb7,65,[8 4 4],8 7 4,0,1 +0125,0125,12,num,three_rule_comb7,66,[9 2 3],9 4 2,0,1 +0125,0125,12,num,three_rule_comb7,67,[4 6 7],4 6 7,1,1 +0125,0125,12,num,three_rule_comb7,68,[5 3 0],6 3 3,0,1 +0125,0125,12,num,three_rule_comb7,69,[5 4 9],5 5 9,0,1 +0125,0125,12,num,three_rule_comb7,70,[4 6 6],4 2 3,0,1 +0125,0125,12,num,three_rule_comb7,71,[6 6 1],6 2 3,0,1 +0125,0125,12,num,three_rule_comb7,72,[4 0 8],4 8 6,0,1 +0125,0125,12,num,three_rule_comb7,73,[1 9 7],3 3 7,0,1 +0125,0125,12,num,three_rule_comb7,74,[5 4 6],5 4 6,1,1 +0125,0125,12,num,three_rule_comb7,75,[9 2 9],9 2 9,1,1 +0125,0125,12,num,three_rule_comb7,76,[8 5 7],8 5 7,1,1 +0125,0125,12,num,three_rule_comb7,77,[1 8 1],1 8 1,1,1 +0125,0125,12,num,three_rule_comb7,78,[5 7 5],5 8 5,0,1 +0125,0125,12,num,three_rule_comb7,79,[6 0 7],6 3 7,0,1 +0125,0125,12,num,three_rule_comb7,80,[0 7 2],8 2 3,0,1 +0125,0125,12,num,three_rule_comb7,81,[2 5 9],2 5 9,1,1 +0125,0125,12,num,three_rule_comb7,82,[1 9 9],1 9 9,1,1 +0125,0125,12,num,three_rule_comb7,83,[2 4 4],3 4 4,0,1 +0125,0125,12,num,three_rule_comb7,84,[8 6 4],8 6 4,1,1 +0125,0125,12,num,three_rule_comb7,85,[8 5 5],8 3 5,0,1 +0125,0125,12,num,three_rule_comb7,86,[6 0 9],6 6 9,0,1 +0125,0125,12,num,three_rule_comb7,87,[1 5 6],2 5 3,0,1 +0125,0125,12,num,three_rule_comb7,88,[8 4 1],8 7 1,0,1 +0125,0125,12,num,three_rule_comb7,89,[6 7 0],6 4 0,0,1 +0125,0125,12,num,three_rule_comb7,90,[8 6 1],8 3 6,0,1 +0125,0125,12,num,three_rule_comb7,91,[4 1 4],4 7 4,0,1 +0125,0125,12,num,three_rule_comb7,92,[6 6 4],6 9 4,0,1 +0125,0125,12,num,three_rule_comb7,93,[6 9 6],6 3 7,0,1 +0125,0125,12,num,three_rule_comb7,94,[1 3 5],1 3 5,1,1 +0125,0125,12,num,three_rule_comb7,95,[1 5 2],1 8 2,0,1 +0125,0125,12,num,three_rule_comb7,96,[2 4 6],2 4 3,0,1 +0125,0125,12,num,three_rule_comb7,97,[0 3 0],0 6 0,0,1 +0125,0125,12,num,three_rule_comb7,98,[8 3 0],8 3 6,0,1 +0125,0125,12,num,three_rule_comb7,99,[8 9 3],7 5 3,0,1 +0125,0125,12,num,three_rule_comb8,0,[8 1 2],8 1 2,1,1 +0125,0125,12,num,three_rule_comb8,1,[5 5 5],5 5 3],0,1 +0125,0125,12,num,three_rule_comb8,2,[3 0 8],3 6 2,0,1 +0125,0125,12,num,three_rule_comb8,3,[7 5 9],7 5 4,0,1 +0125,0125,12,num,three_rule_comb8,4,[9 4 8],9 4 8,1,1 +0125,0125,12,num,three_rule_comb8,5,[5 3 8],5 3 8,1,1 +0125,0125,12,num,three_rule_comb8,6,[4 6 1],4 6 2,0,1 +0125,0125,12,num,three_rule_comb8,7,[8 3 0],8 2 0,0,1 +0125,0125,12,num,three_rule_comb8,8,[7 0 6],5 3 4,0,1 +0125,0125,12,num,three_rule_comb8,9,[0 7 0],0 7 1,0,1 +0125,0125,12,num,three_rule_comb8,10,[3 5 6],3 5 6],1,1 +0125,0125,12,num,three_rule_comb8,11,[0 4 5],0 3 5,0,1 +0125,0125,12,num,three_rule_comb8,12,[6 6 4],6 3 4,0,1 +0125,0125,12,num,three_rule_comb8,13,[1 9 8],1 9 5,0,1 +0125,0125,12,num,three_rule_comb8,14,[0 7 1],0 4 4,0,1 +0125,0125,12,num,three_rule_comb8,15,[3 8 3],3 8 3,1,1 +0125,0125,12,num,three_rule_comb8,16,[4 6 7],4 4 7,0,1 +0125,0125,12,num,three_rule_comb8,17,[2 8 4],2 4 8,0,1 +0125,0125,12,num,three_rule_comb8,18,[1 5 5],1 5 5,1,1 +0125,0125,12,num,three_rule_comb8,19,[0 7 5],0 7 5,1,1 +0125,0125,12,num,three_rule_comb8,20,[4 1 9],4 4 9,0,1 +0125,0125,12,num,three_rule_comb8,21,[0 9 4],0 9 2,0,1 +0125,0125,12,num,three_rule_comb8,22,[8 4 2],8 4 2,1,1 +0125,0125,12,num,three_rule_comb8,23,[9 4 8],9 5 8,0,1 +0125,0125,12,num,three_rule_comb8,24,[5 3 0],5 3 2,0,1 +0125,0125,12,num,three_rule_comb8,25,[0 5 8],0 8 8,0,1 +0125,0125,12,num,three_rule_comb8,26,[8 8 5],8 3 5,0,1 +0125,0125,12,num,three_rule_comb8,27,[0 5 8],0 5 27,0,1 +0125,0125,12,num,three_rule_comb8,28,[4 5 3],4 3 3,0,1 +0125,0125,12,num,three_rule_comb8,29,[4 5 6],6 5 6,0,1 +0125,0125,12,num,three_rule_comb8,30,[6 6 0],6 2 0,0,1 +0125,0125,12,num,three_rule_comb8,31,[7 5 7],7 5 7,1,1 +0125,0125,12,num,three_rule_comb8,32,[4 0 8],4 6 8,0,1 +0125,0125,12,num,three_rule_comb8,33,[3 0 2],3 7 2,0,1 +0125,0125,12,num,three_rule_comb8,34,[6 8 5],6 8 5,1,1 +0125,0125,12,num,three_rule_comb8,35,[9 0 9],9 3 9,0,1 +0125,0125,12,num,three_rule_comb8,36,[7 4 6],7 4 6,1,1 +0125,0125,12,num,three_rule_comb8,37,[7 3 8],7 3 8,1,1 +0125,0125,12,num,three_rule_comb8,38,[5 0 1],4 1 2,0,1 +0125,0125,12,num,three_rule_comb8,39,[9 5 0],9 6 0,0,1 +0125,0125,12,num,three_rule_comb8,40,[4 7 1],4 1 1,0,1 +0125,0125,12,num,three_rule_comb8,41,[1 6 7],1 3 7,0,1 +0125,0125,12,num,three_rule_comb8,42,[4 2 5],1 2 5,0,1 +0125,0125,12,num,three_rule_comb8,43,[6 1 3],6 1 3,1,1 +0125,0125,12,num,three_rule_comb8,44,[0 9 0],0 9 7,0,1 +0125,0125,12,num,three_rule_comb8,45,[5 8 4],5 9 4,0,1 +0125,0125,12,num,three_rule_comb8,46,[9 8 0],9 1 0,0,1 +0125,0125,12,num,three_rule_comb8,47,[3 0 2],3 0 2,1,1 +0125,0125,12,num,three_rule_comb8,48,[5 1 3],5 1 7,0,1 +0125,0125,12,num,three_rule_comb8,49,[8 9 5],8 9 6,0,1 +0125,0125,12,num,three_rule_comb8,50,[2 9 0],4 9 0,0,1 +0125,0125,12,num,three_rule_comb8,51,[1 1 1],3 1 1,0,1 +0125,0125,12,num,three_rule_comb8,52,[6 4 5],6 4 5,1,1 +0125,0125,12,num,three_rule_comb8,53,[3 5 7],3 5 11,0,1 +0125,0125,12,num,three_rule_comb8,54,[7 5 2],7 5 5,0,1 +0125,0125,12,num,three_rule_comb8,55,[1 6 3],1 6 5,0,1 +0125,0125,12,num,three_rule_comb8,56,[0 9 1],0 2 1,0,1 +0125,0125,12,num,three_rule_comb8,57,[5 3 1],5 2 1,0,1 +0125,0125,12,num,three_rule_comb8,58,[6 2 1],3 2 1,0,1 +0125,0125,12,num,three_rule_comb8,59,[5 5 0],5 2 0,0,1 +0125,0125,12,num,three_rule_comb8,60,[1 9 9],1 9 4,0,1 +0125,0125,12,num,three_rule_comb8,61,[8 8 1],8 1 1,0,1 +0125,0125,12,num,three_rule_comb8,62,[9 4 2],9 4 2],1,1 +0125,0125,12,num,three_rule_comb8,63,[1 9 0],1 9 0,1,1 +0125,0125,12,num,three_rule_comb8,64,[5 9 5],5 9 5],1,1 +0125,0125,12,num,three_rule_comb8,65,[8 0 5],8 0 2,0,1 +0125,0125,12,num,three_rule_comb8,66,[5 6 8],5 5 8,0,1 +0125,0125,12,num,three_rule_comb8,67,[0 5 8],0 5 8,1,1 +0125,0125,12,num,three_rule_comb8,68,[8 5 7],8 9 4,0,1 +0125,0125,12,num,three_rule_comb8,69,[1 8 9],1 2 3,0,1 +0125,0125,12,num,three_rule_comb8,70,[5 2 9],5 3 9,0,1 +0125,0125,12,num,three_rule_comb8,71,[5 4 2],5 3 2,0,1 +0125,0125,12,num,three_rule_comb8,72,[8 9 0],8 9 0,1,1 +0125,0125,12,num,three_rule_comb8,73,[0 3 4],0 6 4,0,1 +0125,0125,12,num,three_rule_comb8,74,[0 5 1],0 5 1,1,1 +0125,0125,12,num,three_rule_comb8,75,[4 5 6],4 5 0,0,1 +0125,0125,12,num,three_rule_comb8,76,[9 3 2],9 9 2,0,1 +0125,0125,12,num,three_rule_comb8,77,[0 7 4],1 7 4,0,1 +0125,0125,12,num,three_rule_comb8,78,[8 1 7],8 1 0,0,1 +0125,0125,12,num,three_rule_comb8,79,[1 9 7],1 9 5,0,1 +0125,0125,12,num,three_rule_comb8,80,[0 1 8],0 3 8,0,1 +0125,0125,12,num,three_rule_comb8,81,[9 2 0],9 7 0,0,1 +0125,0125,12,num,three_rule_comb8,82,[8 8 1],5 8 1,0,1 +0125,0125,12,num,three_rule_comb8,83,[2 1 8],1 1 8,0,1 +0125,0125,12,num,three_rule_comb8,84,[3 9 0],3 9 0,1,1 +0125,0125,12,num,three_rule_comb8,85,[3 5 8],3 5 5,0,1 +0125,0125,12,num,three_rule_comb8,86,[6 1 4],8 1 4,0,1 +0125,0125,12,num,three_rule_comb8,87,[5 0 2],5 1 2,0,1 +0125,0125,12,num,three_rule_comb8,88,[8 1 0],2 1 0,0,1 +0125,0125,12,num,three_rule_comb8,89,[4 9 8],4 8 8,0,1 +0125,0125,12,num,three_rule_comb8,90,[5 0 2],8 0 2,0,1 +0125,0125,12,num,three_rule_comb8,91,[0 3 2],0 3 2,1,1 +0125,0125,12,num,three_rule_comb8,92,[8 8 6],8 8 6,1,1 +0125,0125,12,num,three_rule_comb8,93,[1 0 2],1 0 5,0,1 +0125,0125,12,num,three_rule_comb8,94,[8 8 7],8 7 7,0,1 +0125,0125,12,num,three_rule_comb8,95,[6 5 4],6 5 4,1,1 +0125,0125,12,num,three_rule_comb8,96,[9 9 3],9 9 3,1,1 +0125,0125,12,num,three_rule_comb8,97,[0 8 5],0 8 9,0,1 +0125,0125,12,num,three_rule_comb8,98,[5 0 3],1 1 3,0,1 +0125,0125,12,num,three_rule_comb8,99,[8 1 0],8 1 4,0,1 +0125,0125,12,num,three_rule_comb9,0,[5 7 3],5 7 3,1,1 +0125,0125,12,num,three_rule_comb9,1,[8 9 0],8 9 0,1,1 +0125,0125,12,num,three_rule_comb9,2,[6 7 2],6 7 2,1,1 +0125,0125,12,num,three_rule_comb9,3,[5 8 6],5 8 6,1,1 +0125,0125,12,num,three_rule_comb9,4,[5 6 2],5 6 2,1,1 +0125,0125,12,num,three_rule_comb9,5,[7 8 4],7 8 4,1,1 +0125,0125,12,num,three_rule_comb9,6,[0 1 5],0 1 5,1,1 +0125,0125,12,num,three_rule_comb9,7,[9 1 0],9 1 0,1,1 +0125,0125,12,num,three_rule_comb9,8,[8 0 3],8 0 3,1,1 +0125,0125,12,num,three_rule_comb9,9,[0 5 8],0 5 8,1,1 +0125,0125,12,num,three_rule_comb9,10,[0 8 1],0 8 1,1,1 +0125,0125,12,num,three_rule_comb9,11,[0 1 1],0 1 1,1,1 +0125,0125,12,num,three_rule_comb9,12,[9 1 6],9 1 6,1,1 +0125,0125,12,num,three_rule_comb9,13,[4 8 1],4 8 1,1,1 +0125,0125,12,num,three_rule_comb9,14,[2 5 0],2 5 0,1,1 +0125,0125,12,num,three_rule_comb9,15,[8 1 5],8 1 5,1,1 +0125,0125,12,num,three_rule_comb9,16,[6 0 8],6 0 8,1,1 +0125,0125,12,num,three_rule_comb9,17,[5 2 4],5 2 4,1,1 +0125,0125,12,num,three_rule_comb9,18,[4 6 9],4 6 9,1,1 +0125,0125,12,num,three_rule_comb9,19,[2 8 0],2 8 0,1,1 +0125,0125,12,num,three_rule_comb9,20,[0 8 7],0 8 7,1,1 +0125,0125,12,num,three_rule_comb9,21,[1 2 9],1 2 9,1,1 +0125,0125,12,num,three_rule_comb9,22,[5 8 2],5 8 2,1,1 +0125,0125,12,num,three_rule_comb9,23,[6 1 2],6 1 2,1,1 +0125,0125,12,num,three_rule_comb9,24,[4 9 0],4 9 0,1,1 +0125,0125,12,num,three_rule_comb9,25,[2 9 8],2 9 8,1,1 +0125,0125,12,num,three_rule_comb9,26,[0 9 1],0 9 1,1,1 +0125,0125,12,num,three_rule_comb9,27,[0 1 5],0 1 5,1,1 +0125,0125,12,num,three_rule_comb9,28,[8 1 0],8 1 0,1,1 +0125,0125,12,num,three_rule_comb9,29,[8 6 4],8 6 4,1,1 +0125,0125,12,num,three_rule_comb9,30,[5 8 8],5 8 8,1,1 +0125,0125,12,num,three_rule_comb9,31,[8 7 1],8 7 1,1,1 +0125,0125,12,num,three_rule_comb9,32,[0 4 5],0 4 5,1,1 +0125,0125,12,num,three_rule_comb9,33,[7 5 9],7 5 9,1,1 +0125,0125,12,num,three_rule_comb9,34,[9 4 2],9 4 2,1,1 +0125,0125,12,num,three_rule_comb9,35,[6 4 0],6 4 0,1,1 +0125,0125,12,num,three_rule_comb9,36,[9 0 4],9 0 4,1,1 +0125,0125,12,num,three_rule_comb9,37,[8 9 3],8 9 3,1,1 +0125,0125,12,num,three_rule_comb9,38,[7 0 0],7 0 0,1,1 +0125,0125,12,num,three_rule_comb9,39,[3 9 4],3 9 4,1,1 +0125,0125,12,num,three_rule_comb9,40,[8 6 9],8 6 9,1,1 +0125,0125,12,num,three_rule_comb9,41,[8 1 4],8 1 4,1,1 +0125,0125,12,num,three_rule_comb9,42,[7 2 9],7 2 9,1,1 +0125,0125,12,num,three_rule_comb9,43,[1 0 9],1 0 9,1,1 +0125,0125,12,num,three_rule_comb9,44,[6 4 4],6 4 4,1,1 +0125,0125,12,num,three_rule_comb9,45,[1 7 4],1 7 4,1,1 +0125,0125,12,num,three_rule_comb9,46,[8 2 1],8 2 1,1,1 +0125,0125,12,num,three_rule_comb9,47,[0 8 7],0 8 7],1,1 +0125,0125,12,num,three_rule_comb9,48,[6 9 5],6 9 5,1,1 +0125,0125,12,num,three_rule_comb9,49,[1 5 5],1 5 5,1,1 +0125,0125,12,num,three_rule_comb9,50,[0 0 1],0 0 1,1,1 +0125,0125,12,num,three_rule_comb9,51,[2 9 1],2 9 1,1,1 +0125,0125,12,num,three_rule_comb9,52,[9 8 5],9 8 5,1,1 +0125,0125,12,num,three_rule_comb9,53,[0 0 6],0 0 6,1,1 +0125,0125,12,num,three_rule_comb9,54,[9 9 8],9 9 8,1,1 +0125,0125,12,num,three_rule_comb9,55,[5 4 3],5 4 3,1,1 +0125,0125,12,num,three_rule_comb9,56,[1 7 9],1 7 9,1,1 +0125,0125,12,num,three_rule_comb9,57,[1 9 8],1 9 8,1,1 +0125,0125,12,num,three_rule_comb9,58,[4 1 0],4 1 0,1,1 +0125,0125,12,num,three_rule_comb9,59,[9 7 5],9 7 5,1,1 +0125,0125,12,num,three_rule_comb9,60,[9 5 4],9 5 4,1,1 +0125,0125,12,num,three_rule_comb9,61,[8 0 2],8 0 2,1,1 +0125,0125,12,num,three_rule_comb9,62,[1 5 8],1 5 8,1,1 +0125,0125,12,num,three_rule_comb9,63,[9 4 8],9 4 8,1,1 +0125,0125,12,num,three_rule_comb9,64,[6 8 9],6 8 9,1,1 +0125,0125,12,num,three_rule_comb9,65,[4 0 3],4 0 3,1,1 +0125,0125,12,num,three_rule_comb9,66,[5 1 6],5 1 6,1,1 +0125,0125,12,num,three_rule_comb9,67,[5 9 3],5 9 3,1,1 +0125,0125,12,num,three_rule_comb9,68,[8 9 0],8 9 0,1,1 +0125,0125,12,num,three_rule_comb9,69,[4 9 7],4 9 7,1,1 +0125,0125,12,num,three_rule_comb9,70,[8 9 4],8 9 4,1,1 +0125,0125,12,num,three_rule_comb9,71,[4 2 5],4 2 5,1,1 +0125,0125,12,num,three_rule_comb9,72,[7 9 8],7 9 8,1,1 +0125,0125,12,num,three_rule_comb9,73,[5 0 8],5 0 8,1,1 +0125,0125,12,num,three_rule_comb9,74,[9 8 7],9 8 7,1,1 +0125,0125,12,num,three_rule_comb9,75,[3 0 4],3 0 4,1,1 +0125,0125,12,num,three_rule_comb9,76,[1 8 0],1 8 0,1,1 +0125,0125,12,num,three_rule_comb9,77,[7 0 4],7 0 4,1,1 +0125,0125,12,num,three_rule_comb9,78,[9 5 9],9 5 9,1,1 +0125,0125,12,num,three_rule_comb9,79,[1 7 0],1 7 0,1,1 +0125,0125,12,num,three_rule_comb9,80,[4 4 2],4 4 2,1,1 +0125,0125,12,num,three_rule_comb9,81,[1 4 7],1 4 7,1,1 +0125,0125,12,num,three_rule_comb9,82,[0 5 4],0 5 4,1,1 +0125,0125,12,num,three_rule_comb9,83,[9 5 4],9 5 4,1,1 +0125,0125,12,num,three_rule_comb9,84,[5 3 0],5 3 0,1,1 +0125,0125,12,num,three_rule_comb9,85,[5 7 1],5 7 1,1,1 +0125,0125,12,num,three_rule_comb9,86,[9 4 5],9 4 5,1,1 +0125,0125,12,num,three_rule_comb9,87,[4 9 5],4 9 5,1,1 +0125,0125,12,num,three_rule_comb9,88,[7 4 5],7 4 5,1,1 +0125,0125,12,num,three_rule_comb9,89,[6 8 0],6 8 0,1,1 +0125,0125,12,num,three_rule_comb9,90,[1 9 3],1 9 3,1,1 +0125,0125,12,num,three_rule_comb9,91,[9 0 1],9 0 1,1,1 +0125,0125,12,num,three_rule_comb9,92,[9 7 4],9 7 4,1,1 +0125,0125,12,num,three_rule_comb9,93,[1 0 6],1 0 6,1,1 +0125,0125,12,num,three_rule_comb9,94,[9 0 2],9 0 2,1,1 +0125,0125,12,num,three_rule_comb9,95,[1 3 1],1 3 1,1,1 +0125,0125,12,num,three_rule_comb9,96,[7 9 1],7 9 1,1,1 +0125,0125,12,num,three_rule_comb9,97,[3 1 0],3 1 0,1,1 +0125,0125,12,num,three_rule_comb9,98,[9 7 8],9 7 8,1,1 +0125,0125,12,num,three_rule_comb9,99,[3 1 2],3 1 2,1,1 +0125,0125,12,num,c3_set_union,0,[6 4 1 9],6 4 1 9,1,1 +0125,0125,12,num,c3_set_union,1,[5 7 4 1],5 7 4 1,1,1 +0125,0125,12,num,c3_set_union,2,[1 9 8 6],1 9 8 6,1,1 +0125,0125,12,num,c3_set_union,3,[0 4 8 7],0 4 8 7,1,1 +0125,0125,12,num,c3_set_union,4,[8 6 5 2],8 6 5 2,1,1 +0125,0125,12,num,c3_set_union,5,[2 5 1 0],2 5 1 0,1,1 +0125,0125,12,num,c3_set_union,6,[6 1 0 4],6 1 0 4,1,1 +0125,0125,12,num,c3_set_union,7,[7 3 8 4],7 3 8 4,1,1 +0125,0125,12,num,c3_set_union,8,[8 3 2 1],8 3 2 1,1,1 +0125,0125,12,num,c3_set_union,9,[0 2 1 6],0 2 1 6,1,1 +0125,0125,12,num,c3_set_union,10,[9 0 7 1],9 0 7 1,1,1 +0125,0125,12,num,c3_set_union,11,[6 1 3 5],6 1 3 5,1,1 +0125,0125,12,num,c3_set_union,12,[9 7 6 0],9 7 6 0,1,1 +0125,0125,12,num,c3_set_union,13,[5 0 7 3],5 0 7 3,1,1 +0125,0125,12,num,c3_set_union,14,[8 9 7 2],8 9 7 2,1,1 +0125,0125,12,num,c3_set_union,15,[0 4 1 2],0 4 1 2,1,1 +0125,0125,12,num,c3_set_union,16,[6 2 8 3],6 2 8 3,1,1 +0125,0125,12,num,c3_set_union,17,[7 8 6 3],7 8 6 3,1,1 +0125,0125,12,num,c3_set_union,18,[9 4 2 8],9 4 2 8,1,1 +0125,0125,12,num,c3_set_union,19,[8 4 6 1],8 4 6 1,1,1 +0125,0125,12,num,c3_set_union,20,[6 0 2 3],6 0 2 3],1,1 +0125,0125,12,num,c3_set_union,21,[8 4 5 9],8 4 5 9,1,1 +0125,0125,12,num,c3_set_union,22,[3 5 7 8],3 5 7 8,1,1 +0125,0125,12,num,c3_set_union,23,[0 4 6 5],0 4 6 5,1,1 +0125,0125,12,num,c3_set_union,24,[0 9 7 5],0 9 7 5,1,1 +0125,0125,12,num,c3_set_union,25,[6 9 5 1],6 9 5 1,1,1 +0125,0125,12,num,c3_set_union,26,[8 3 9 7],8 3 9 7,1,1 +0125,0125,12,num,c3_set_union,27,[9 2 1 8],9 2 1 8,1,1 +0125,0125,12,num,c3_set_union,28,[8 0 1 6],8 0 1 6,1,1 +0125,0125,12,num,c3_set_union,29,[3 9 2 1],3 9 2 1,1,1 +0125,0125,12,num,c3_set_union,30,[3 2 4 8],3 2 4 8,1,1 +0125,0125,12,num,c3_set_union,31,[2 6 1 8],2 6 1 8,1,1 +0125,0125,12,num,c3_set_union,32,[8 6 4 0],8 6 4 0,1,1 +0125,0125,12,num,c3_set_union,33,[2 0 5 9],2 0 5 9,1,1 +0125,0125,12,num,c3_set_union,34,[6 5 1 4],6 5 1 4,1,1 +0125,0125,12,num,c3_set_union,35,[0 5 2 3],0 2 5 3,1,1 +0125,0125,12,num,c3_set_union,36,[4 6 8 3],4 6 8 3,1,1 +0125,0125,12,num,c3_set_union,37,[9 1 2 6],9 1 2 6,1,1 +0125,0125,12,num,c3_set_union,38,[8 4 6 9],8 4 6 9,1,1 +0125,0125,12,num,c3_set_union,39,[1 7 9 2],1 7 9 2,1,1 +0125,0125,12,num,c3_set_union,40,[9 3 2 6],9 6,0,1 +0125,0125,12,num,c3_set_union,41,[1 0 9 3],1 0 9 3,1,1 +0125,0125,12,num,c3_set_union,42,[7 9 2 3],7 9 2 3,1,1 +0125,0125,12,num,c3_set_union,43,[8 2 4 7],8 2 4 7,1,1 +0125,0125,12,num,c3_set_union,44,[9 0 4 8],9 0 4 8,1,1 +0125,0125,12,num,c3_set_union,45,[3 5 8 9],3 5 8 9,1,1 +0125,0125,12,num,c3_set_union,46,[7 2 1 5],7 2 1 5,1,1 +0125,0125,12,num,c3_set_union,47,[8 6 7 2],8 6 7 2,1,1 +0125,0125,12,num,c3_set_union,48,[0 4 2 6],0 4 2 6,1,1 +0125,0125,12,num,c3_set_union,49,[4 6 2 5],4 6 2 5,1,1 +0125,0125,12,num,c3_set_union,50,[4 9 3 0],4 9 3 0,1,1 +0125,0125,12,num,c3_set_union,51,[7 3 0 2],7 3 0 2,1,1 +0125,0125,12,num,c3_set_union,52,[1 9 7 8],1 9 7 8,1,1 +0125,0125,12,num,c3_set_union,53,[6 9 0 5],6 9 0 5,1,1 +0125,0125,12,num,c3_set_union,54,[1 7 5 0],1 7 5 0,1,1 +0125,0125,12,num,c3_set_union,55,[7 2 5 8],7 2 5 8,1,1 +0125,0125,12,num,c3_set_union,56,[8 3 2 5],8 3 2 5,1,1 +0125,0125,12,num,c3_set_union,57,[0 5 2 6],0 5 2 6,1,1 +0125,0125,12,num,c3_set_union,58,[7 4 5 0],7 4 5 0,1,1 +0125,0125,12,num,c3_set_union,59,[7 8 5 6],7 8 5 6,1,1 +0125,0125,12,num,c3_set_union,60,[2 1 5 9],2 1 5 9,1,1 +0125,0125,12,num,c3_set_union,61,[0 5 2 4],0 2 5 4,1,1 +0125,0125,12,num,c3_set_union,62,[9 0 5 3],9 0 5 3,1,1 +0125,0125,12,num,c3_set_union,63,[6 7 5 3],6 7 5 3,1,1 +0125,0125,12,num,c3_set_union,64,[1 3 9 6],1 3 9 6,1,1 +0125,0125,12,num,c3_set_union,65,[8 1 7 0],8 1 7 0,1,1 +0125,0125,12,num,c3_set_union,66,[5 1 9 7],5 1 9 7],1,1 +0125,0125,12,num,c3_set_union,67,[4 9 2 0],4 9 2 0,1,1 +0125,0125,12,num,c3_set_union,68,[5 0 8 9],5 0 8 9,1,1 +0125,0125,12,num,c3_set_union,69,[8 1 9 5],8 1 9 5,1,1 +0125,0125,12,num,c3_set_union,70,[7 4 6 2],7 4 6 2,1,1 +0125,0125,12,num,c3_set_union,71,[8 6 1 5],8 6 1 5,1,1 +0125,0125,12,num,c3_set_union,72,[4 3 8 0],4 3 8 0,1,1 +0125,0125,12,num,c3_set_union,73,[5 1 9 4],5 1 9 4,1,1 +0125,0125,12,num,c3_set_union,74,[2 3 7 8],2 3 7 8,1,1 +0125,0125,12,num,c3_set_union,75,[9 8 5 2],9 8 5 2,1,1 +0125,0125,12,num,c3_set_union,76,[0 7 8 9],0 7 8 9,1,1 +0125,0125,12,num,c3_set_union,77,[8 6 3 0],8 6 3 0,1,1 +0125,0125,12,num,c3_set_union,78,[1 3 6 7],1 3 6 7,1,1 +0125,0125,12,num,c3_set_union,79,[4 9 2 5],4 9 2 5,1,1 +0125,0125,12,num,c3_set_union,80,[4 8 1 9],4 1 8 9,1,1 +0125,0125,12,num,c3_set_union,81,[3 1 2 7],3 1 2 7,1,1 +0125,0125,12,num,c3_set_union,82,[8 0 1 5],8 0 1 5,1,1 +0125,0125,12,num,c3_set_union,83,[7 4 9 2],7 4 9 2,1,1 +0125,0125,12,num,c3_set_union,84,[3 8 5 1],3 8 5 1,1,1 +0125,0125,12,num,c3_set_union,85,[3 9 4 8],3 9 4 8,1,1 +0125,0125,12,num,c3_set_union,86,[2 3 0 8],2 3 0 8,1,1 +0125,0125,12,num,c3_set_union,87,[4 3 2 6],4 3 2 6,1,1 +0125,0125,12,num,c3_set_union,88,[0 3 1 4],0 3 1 4,1,1 +0125,0125,12,num,c3_set_union,89,[3 4 7 9],3 4 7 9,1,1 +0125,0125,12,num,c3_set_union,90,[5 7 2 4],5 7 2 4,1,1 +0125,0125,12,num,c3_set_union,91,[1 9 0 4],1 9 0 4,1,1 +0125,0125,12,num,c3_set_union,92,[3 5 1 0],3 5 1 0,1,1 +0125,0125,12,num,c3_set_union,93,[8 4 1 7],8 4 1 7,1,1 +0125,0125,12,num,c3_set_union,94,[8 5 9 7],8 5 9 7,1,1 +0125,0125,12,num,c3_set_union,95,[4 9 5 0],4 9 5 0,1,1 +0125,0125,12,num,c3_set_union,96,[6 0 2 8],6 0 2 8,1,1 +0125,0125,12,num,c3_set_union,97,[1 0 3 2],1 0 3 2,1,1 +0125,0125,12,num,c3_set_union,98,[8 9 2 3],8 9 2 3,1,1 +0125,0125,12,num,c3_set_union,99,[3 4 5 2],3 4 5 2,1,1 +0125,0125,12,num,c1_set_union,0,[4],4,1,1 +0125,0125,12,num,c1_set_union,1,[4],4],1,1 +0125,0125,12,num,c1_set_union,2,[1],1,1,1 +0125,0125,12,num,c1_set_union,3,[9],9,1,1 +0125,0125,12,num,c1_set_union,4,[7],7],1,1 +0125,0125,12,num,c1_set_union,5,[6],6],1,1 +0125,0125,12,num,c1_set_union,6,[5],5],1,1 +0125,0125,12,num,c1_set_union,7,[0],0,1,1 +0125,0125,12,num,c1_set_union,8,[9],9,1,1 +0125,0125,12,num,c1_set_union,9,[9],9,1,1 +0125,0125,12,num,c1_set_union,10,[8],8],1,1 +0125,0125,12,num,c1_set_union,11,[2],2],1,1 +0125,0125,12,num,c1_set_union,12,[4],4],1,1 +0125,0125,12,num,c1_set_union,13,[5],5],1,1 +0125,0125,12,num,c1_set_union,14,[2],2],1,1 +0125,0125,12,num,c1_set_union,15,[5],5,1,1 +0125,0125,12,num,c1_set_union,16,[8],8],1,1 +0125,0125,12,num,c1_set_union,17,[7],7],1,1 +0125,0125,12,num,c1_set_union,18,[8],8,1,1 +0125,0125,12,num,c1_set_union,19,[4],4],1,1 +0125,0125,12,num,c1_set_union,20,[8],8,1,1 +0125,0125,12,num,c1_set_union,21,[6],6,1,1 +0125,0125,12,num,c1_set_union,22,[6],6],1,1 +0125,0125,12,num,c1_set_union,23,[8],8],1,1 +0125,0125,12,num,c1_set_union,24,[1],1,1,1 +0125,0125,12,num,c1_set_union,25,[6],6],1,1 +0125,0125,12,num,c1_set_union,26,[5],5],1,1 +0125,0125,12,num,c1_set_union,27,[7],7,1,1 +0125,0125,12,num,c1_set_union,28,[9],9],1,1 +0125,0125,12,num,c1_set_union,29,[9],9],1,1 +0125,0125,12,num,c1_set_union,30,[1],1,1,1 +0125,0125,12,num,c1_set_union,31,[3],3],1,1 +0125,0125,12,num,c1_set_union,32,[1],1],1,1 +0125,0125,12,num,c1_set_union,33,[4],4],1,1 +0125,0125,12,num,c1_set_union,34,[3],3],1,1 +0125,0125,12,num,c1_set_union,35,[1],1,1,1 +0125,0125,12,num,c1_set_union,36,[6],6],1,1 +0125,0125,12,num,c1_set_union,37,[4],4,1,1 +0125,0125,12,num,c1_set_union,38,[9],9,1,1 +0125,0125,12,num,c1_set_union,39,[4],4],1,1 +0125,0125,12,num,c1_set_union,40,[7],7],1,1 +0125,0125,12,num,c1_set_union,41,[8],8,1,1 +0125,0125,12,num,c1_set_union,42,[1],1],1,1 +0125,0125,12,num,c1_set_union,43,[9],9],1,1 +0125,0125,12,num,c1_set_union,44,[3],3],1,1 +0125,0125,12,num,c1_set_union,45,[9],9],1,1 +0125,0125,12,num,c1_set_union,46,[2],2,1,1 +0125,0125,12,num,c1_set_union,47,[7],7],1,1 +0125,0125,12,num,c1_set_union,48,[6],6],1,1 +0125,0125,12,num,c1_set_union,49,[7],7,1,1 +0125,0125,12,num,c1_set_union,50,[9],9],1,1 +0125,0125,12,num,c1_set_union,51,[3],3],1,1 +0125,0125,12,num,c1_set_union,52,[3],3,1,1 +0125,0125,12,num,c1_set_union,53,[9],9],1,1 +0125,0125,12,num,c1_set_union,54,[5],5,1,1 +0125,0125,12,num,c1_set_union,55,[1],1,1,1 +0125,0125,12,num,c1_set_union,56,[2],2],1,1 +0125,0125,12,num,c1_set_union,57,[5],5],1,1 +0125,0125,12,num,c1_set_union,58,[4],4],1,1 +0125,0125,12,num,c1_set_union,59,[1],1],1,1 +0125,0125,12,num,c1_set_union,60,[7],7],1,1 +0125,0125,12,num,c1_set_union,61,[3],3],1,1 +0125,0125,12,num,c1_set_union,62,[3],3],1,1 +0125,0125,12,num,c1_set_union,63,[8],8],1,1 +0125,0125,12,num,c1_set_union,64,[1],1],1,1 +0125,0125,12,num,c1_set_union,65,[7],7,1,1 +0125,0125,12,num,c1_set_union,66,[9],9],1,1 +0125,0125,12,num,c1_set_union,67,[6],6],1,1 +0125,0125,12,num,c1_set_union,68,[4],4],1,1 +0125,0125,12,num,c1_set_union,69,[4],4],1,1 +0125,0125,12,num,c1_set_union,70,[0],0],1,1 +0125,0125,12,num,c1_set_union,71,[2],2],1,1 +0125,0125,12,num,c1_set_union,72,[5],5],1,1 +0125,0125,12,num,c1_set_union,73,[2],2],1,1 +0125,0125,12,num,c1_set_union,74,[6],6],1,1 +0125,0125,12,num,c1_set_union,75,[7],7],1,1 +0125,0125,12,num,c1_set_union,76,[5],5],1,1 +0125,0125,12,num,c1_set_union,77,[3],3],1,1 +0125,0125,12,num,c1_set_union,78,[2],2],1,1 +0125,0125,12,num,c1_set_union,79,[9],9],1,1 +0125,0125,12,num,c1_set_union,80,[3],3],1,1 +0125,0125,12,num,c1_set_union,81,[1],1,1,1 +0125,0125,12,num,c1_set_union,82,[4],4,1,1 +0125,0125,12,num,c1_set_union,83,[2],2],1,1 +0125,0125,12,num,c1_set_union,84,[6],6],1,1 +0125,0125,12,num,c1_set_union,85,[0],0,1,1 +0125,0125,12,num,c1_set_union,86,[2],2],1,1 +0125,0125,12,num,c1_set_union,87,[9],9],1,1 +0125,0125,12,num,c1_set_union,88,[2],2],1,1 +0125,0125,12,num,c1_set_union,89,[2],2],1,1 +0125,0125,12,num,c1_set_union,90,[1],1],1,1 +0125,0125,12,num,c1_set_union,91,[7],7],1,1 +0125,0125,12,num,c1_set_union,92,[7],7],1,1 +0125,0125,12,num,c1_set_union,93,[3],3],1,1 +0125,0125,12,num,c1_set_union,94,[6],6],1,1 +0125,0125,12,num,c1_set_union,95,[2],2],1,1 +0125,0125,12,num,c1_set_union,96,[9],9,1,1 +0125,0125,12,num,c1_set_union,97,[1],1],1,1 +0125,0125,12,num,c1_set_union,98,[9],9],1,1 +0125,0125,12,num,c1_set_union,99,[6],6],1,1 +0125,0125,12,num,c2_set_union,0,[9],9,1,1 +0125,0125,12,num,c2_set_union,1,[8],8,1,1 +0125,0125,12,num,c2_set_union,2,[1],1,1,1 +0125,0125,12,num,c2_set_union,3,[2],2,1,1 +0125,0125,12,num,c2_set_union,4,[3],3],1,1 +0125,0125,12,num,c2_set_union,5,[1],1,1,1 +0125,0125,12,num,c2_set_union,6,[8],8,1,1 +0125,0125,12,num,c2_set_union,7,[7],7],1,1 +0125,0125,12,num,c2_set_union,8,[7],7,1,1 +0125,0125,12,num,c2_set_union,9,[4],4,1,1 +0125,0125,12,num,c2_set_union,10,[2],2,1,1 +0125,0125,12,num,c2_set_union,11,[0],0,1,1 +0125,0125,12,num,c2_set_union,12,[9],9,1,1 +0125,0125,12,num,c2_set_union,13,[8],8,1,1 +0125,0125,12,num,c2_set_union,14,[0],0,1,1 +0125,0125,12,num,c2_set_union,15,[0],0,1,1 +0125,0125,12,num,c2_set_union,16,[7],7,1,1 +0125,0125,12,num,c2_set_union,17,[9],9,1,1 +0125,0125,12,num,c2_set_union,18,[9],9,1,1 +0125,0125,12,num,c2_set_union,19,[8],8,1,1 +0125,0125,12,num,c2_set_union,20,[7],7,1,1 +0125,0125,12,num,c2_set_union,21,[8],8,1,1 +0125,0125,12,num,c2_set_union,22,[1],1,1,1 +0125,0125,12,num,c2_set_union,23,[8],8,1,1 +0125,0125,12,num,c2_set_union,24,[5],5,1,1 +0125,0125,12,num,c2_set_union,25,[1],1,1,1 +0125,0125,12,num,c2_set_union,26,[7],7,1,1 +0125,0125,12,num,c2_set_union,27,[2],2,1,1 +0125,0125,12,num,c2_set_union,28,[5],5,1,1 +0125,0125,12,num,c2_set_union,29,[8],8,1,1 +0125,0125,12,num,c2_set_union,30,[3],3,1,1 +0125,0125,12,num,c2_set_union,31,[2],2,1,1 +0125,0125,12,num,c2_set_union,32,[2],2,1,1 +0125,0125,12,num,c2_set_union,33,[1],1,1,1 +0125,0125,12,num,c2_set_union,34,[8],8,1,1 +0125,0125,12,num,c2_set_union,35,[7],7,1,1 +0125,0125,12,num,c2_set_union,36,[5],5,1,1 +0125,0125,12,num,c2_set_union,37,[2],2,1,1 +0125,0125,12,num,c2_set_union,38,[2],2,1,1 +0125,0125,12,num,c2_set_union,39,[3],3,1,1 +0125,0125,12,num,c2_set_union,40,[5],5],1,1 +0125,0125,12,num,c2_set_union,41,[7],7],1,1 +0125,0125,12,num,c2_set_union,42,[1],1,1,1 +0125,0125,12,num,c2_set_union,43,[6],6,1,1 +0125,0125,12,num,c2_set_union,44,[1],1,1,1 +0125,0125,12,num,c2_set_union,45,[6],6,1,1 +0125,0125,12,num,c2_set_union,46,[5],5,1,1 +0125,0125,12,num,c2_set_union,47,[2],2,1,1 +0125,0125,12,num,c2_set_union,48,[5],5,1,1 +0125,0125,12,num,c2_set_union,49,[3],3],1,1 +0125,0125,12,num,c2_set_union,50,[1],1,1,1 +0125,0125,12,num,c2_set_union,51,[3],3,1,1 +0125,0125,12,num,c2_set_union,52,[2],2,1,1 +0125,0125,12,num,c2_set_union,53,[8],8,1,1 +0125,0125,12,num,c2_set_union,54,[4],4,1,1 +0125,0125,12,num,c2_set_union,55,[8],8,1,1 +0125,0125,12,num,c2_set_union,56,[6],6,1,1 +0125,0125,12,num,c2_set_union,57,[3],3,1,1 +0125,0125,12,num,c2_set_union,58,[7],7,1,1 +0125,0125,12,num,c2_set_union,59,[5],5,1,1 +0125,0125,12,num,c2_set_union,60,[9],9,1,1 +0125,0125,12,num,c2_set_union,61,[1],1,1,1 +0125,0125,12,num,c2_set_union,62,[8],8,1,1 +0125,0125,12,num,c2_set_union,63,[6],6,1,1 +0125,0125,12,num,c2_set_union,64,[7],7,1,1 +0125,0125,12,num,c2_set_union,65,[8],8,1,1 +0125,0125,12,num,c2_set_union,66,[2],2,1,1 +0125,0125,12,num,c2_set_union,67,[5],5],1,1 +0125,0125,12,num,c2_set_union,68,[1],1,1,1 +0125,0125,12,num,c2_set_union,69,[0],0,1,1 +0125,0125,12,num,c2_set_union,70,[5],5,1,1 +0125,0125,12,num,c2_set_union,71,[8],8,1,1 +0125,0125,12,num,c2_set_union,72,[6],6,1,1 +0125,0125,12,num,c2_set_union,73,[2],2,1,1 +0125,0125,12,num,c2_set_union,74,[6],6,1,1 +0125,0125,12,num,c2_set_union,75,[2],2],1,1 +0125,0125,12,num,c2_set_union,76,[1],1,1,1 +0125,0125,12,num,c2_set_union,77,[2],2],1,1 +0125,0125,12,num,c2_set_union,78,[2],2,1,1 +0125,0125,12,num,c2_set_union,79,[8],8,1,1 +0125,0125,12,num,c2_set_union,80,[5],5],1,1 +0125,0125,12,num,c2_set_union,81,[1],1,1,1 +0125,0125,12,num,c2_set_union,82,[9],9,1,1 +0125,0125,12,num,c2_set_union,83,[0],0,1,1 +0125,0125,12,num,c2_set_union,84,[4],4,1,1 +0125,0125,12,num,c2_set_union,85,[2],2],1,1 +0125,0125,12,num,c2_set_union,86,[3],3,1,1 +0125,0125,12,num,c2_set_union,87,[1],1,1,1 +0125,0125,12,num,c2_set_union,88,[4],4,1,1 +0125,0125,12,num,c2_set_union,89,[6],6,1,1 +0125,0125,12,num,c2_set_union,90,[9],9,1,1 +0125,0125,12,num,c2_set_union,91,[9],9,1,1 +0125,0125,12,num,c2_set_union,92,[6],6,1,1 +0125,0125,12,num,c2_set_union,93,[8],8,1,1 +0125,0125,12,num,c2_set_union,94,[0],0,1,1 +0125,0125,12,num,c2_set_union,95,[6],6,1,1 +0125,0125,12,num,c2_set_union,96,[2],2,1,1 +0125,0125,12,num,c2_set_union,97,[1],1],1,1 +0125,0125,12,num,c2_set_union,98,[5],5],1,1 +0125,0125,12,num,c2_set_union,99,[4],4,1,1 +0125,0125,12,num,AND,0,[4],4],1,1 +0125,0125,12,num,AND,1,[1],1,1,1 +0125,0125,12,num,AND,2,[5],5,1,1 +0125,0125,12,num,AND,3,[5],5],1,1 +0125,0125,12,num,AND,4,[2],1,0,1 +0125,0125,12,num,AND,5,[0],0,1,1 +0125,0125,12,num,AND,6,[0],0,1,1 +0125,0125,12,num,AND,7,[9],9],1,1 +0125,0125,12,num,AND,8,[7],7,1,1 +0125,0125,12,num,AND,9,[6],6,1,1 +0125,0125,12,num,AND,10,[8],8,1,1 +0125,0125,12,num,AND,11,[2],6,0,1 +0125,0125,12,num,AND,12,[2],2],1,1 +0125,0125,12,num,AND,13,[5],5],1,1 +0125,0125,12,num,AND,14,[9],9],1,1 +0125,0125,12,num,AND,15,[0],0,1,1 +0125,0125,12,num,AND,16,[8],8,1,1 +0125,0125,12,num,AND,17,[7],7],1,1 +0125,0125,12,num,AND,18,[4],4,1,1 +0125,0125,12,num,AND,19,[7],7],1,1 +0125,0125,12,num,AND,20,[8],8,1,1 +0125,0125,12,num,AND,21,[0],0],1,1 +0125,0125,12,num,AND,22,[7],7,1,1 +0125,0125,12,num,AND,23,[2],2],1,1 +0125,0125,12,num,AND,24,[1],1],1,1 +0125,0125,12,num,AND,25,[6],6,1,1 +0125,0125,12,num,AND,26,[4],4],1,1 +0125,0125,12,num,AND,27,[5],5,1,1 +0125,0125,12,num,AND,28,[1],1],1,1 +0125,0125,12,num,AND,29,[1],1,1,1 +0125,0125,12,num,AND,30,[8],8,1,1 +0125,0125,12,num,AND,31,[7],7],1,1 +0125,0125,12,num,AND,32,[6],6],1,1 +0125,0125,12,num,AND,33,[2],7,0,1 +0125,0125,12,num,AND,34,[1],1],1,1 +0125,0125,12,num,AND,35,[9],9],1,1 +0125,0125,12,num,AND,36,[1],1],1,1 +0125,0125,12,num,AND,37,[1],1,1,1 +0125,0125,12,num,AND,38,[9],9],1,1 +0125,0125,12,num,AND,39,[2],2],1,1 +0125,0125,12,num,AND,40,[1],1,1,1 +0125,0125,12,num,AND,41,[5],5],1,1 +0125,0125,12,num,AND,42,[0],0,1,1 +0125,0125,12,num,AND,43,[5],5],1,1 +0125,0125,12,num,AND,44,[1],1,1,1 +0125,0125,12,num,AND,45,[2],2,1,1 +0125,0125,12,num,AND,46,[2],2],1,1 +0125,0125,12,num,AND,47,[3],0,0,1 +0125,0125,12,num,AND,48,[0],0,1,1 +0125,0125,12,num,AND,49,[4],4],1,1 +0125,0125,12,num,AND,50,[5],5,1,1 +0125,0125,12,num,AND,51,[0],3,0,1 +0125,0125,12,num,AND,52,[8],8,1,1 +0125,0125,12,num,AND,53,[1],7,0,1 +0125,0125,12,num,AND,54,[7],7],1,1 +0125,0125,12,num,AND,55,[1],1,1,1 +0125,0125,12,num,AND,56,[8],8,1,1 +0125,0125,12,num,AND,57,[6],6,1,1 +0125,0125,12,num,AND,58,[2],2],1,1 +0125,0125,12,num,AND,59,[1],1,1,1 +0125,0125,12,num,AND,60,[5],5],1,1 +0125,0125,12,num,AND,61,[5],5],1,1 +0125,0125,12,num,AND,62,[4],4,1,1 +0125,0125,12,num,AND,63,[7],7,1,1 +0125,0125,12,num,AND,64,[6],6,1,1 +0125,0125,12,num,AND,65,[7],7,1,1 +0125,0125,12,num,AND,66,[9],9],1,1 +0125,0125,12,num,AND,67,[7],7],1,1 +0125,0125,12,num,AND,68,[5],5],1,1 +0125,0125,12,num,AND,69,[5],5,1,1 +0125,0125,12,num,AND,70,[3],2,0,1 +0125,0125,12,num,AND,71,[9],9,1,1 +0125,0125,12,num,AND,72,[1],0,0,1 +0125,0125,12,num,AND,73,[6],6,1,1 +0125,0125,12,num,AND,74,[2],2,1,1 +0125,0125,12,num,AND,75,[7],7,1,1 +0125,0125,12,num,AND,76,[1],1],1,1 +0125,0125,12,num,AND,77,[3],3],1,1 +0125,0125,12,num,AND,78,[6],6,1,1 +0125,0125,12,num,AND,79,[7],7],1,1 +0125,0125,12,num,AND,80,[3],3],1,1 +0125,0125,12,num,AND,81,[3],3],1,1 +0125,0125,12,num,AND,82,[0],0],1,1 +0125,0125,12,num,AND,83,[4],0,0,1 +0125,0125,12,num,AND,84,[7],7,1,1 +0125,0125,12,num,AND,85,[1],1,1,1 +0125,0125,12,num,AND,86,[4],4],1,1 +0125,0125,12,num,AND,87,[2],6,0,1 +0125,0125,12,num,AND,88,[1],5],0,1 +0125,0125,12,num,AND,89,[2],2],1,1 +0125,0125,12,num,AND,90,[9],9],1,1 +0125,0125,12,num,AND,91,[5],5,1,1 +0125,0125,12,num,AND,92,[9],9],1,1 +0125,0125,12,num,AND,93,[3],3],1,1 +0125,0125,12,num,AND,94,[6],6],1,1 +0125,0125,12,num,AND,95,[3],3],1,1 +0125,0125,12,num,AND,96,[6],6,1,1 +0125,0125,12,num,AND,97,[1],2,0,1 +0125,0125,12,num,AND,98,[2],4],0,1 +0125,0125,12,num,AND,99,[3],6],0,1 +0125,0125,12,num,XOR,0,[4 3],4 3,1,1 +0125,0125,12,num,XOR,1,[9 8],9 8,1,1 +0125,0125,12,num,XOR,2,[3 4],3 1,0,1 +0125,0125,12,num,XOR,3,[9 8],8 1,0,1 +0125,0125,12,num,XOR,4,[9 3],3 9,1,1 +0125,0125,12,num,XOR,5,[9 7],7 9,1,1 +0125,0125,12,num,XOR,6,[3 2],2 5,0,1 +0125,0125,12,num,XOR,7,[7 3],7 3,1,1 +0125,0125,12,num,XOR,8,[0 9],0 9,1,1 +0125,0125,12,num,XOR,9,[4 2],4 2,1,1 +0125,0125,12,num,XOR,10,[5 8],5 8,1,1 +0125,0125,12,num,XOR,11,[0 2],2 0,1,1 +0125,0125,12,num,XOR,12,[3 6],6 3,1,1 +0125,0125,12,num,XOR,13,[6 8],8 6,1,1 +0125,0125,12,num,XOR,14,[6 7],7 9,0,1 +0125,0125,12,num,XOR,15,[8 0],8 0,1,1 +0125,0125,12,num,XOR,16,[8 4],8 4,1,1 +0125,0125,12,num,XOR,17,[4 0],0 3,0,1 +0125,0125,12,num,XOR,18,[1 0],0 4,0,1 +0125,0125,12,num,XOR,19,[7 4],7 4,1,1 +0125,0125,12,num,XOR,20,[0 5],5 0,1,1 +0125,0125,12,num,XOR,21,[3 4],1 2,0,1 +0125,0125,12,num,XOR,22,[6 9],6 9,1,1 +0125,0125,12,num,XOR,23,[0 1],0 1,1,1 +0125,0125,12,num,XOR,24,[7 0],0 0,0,1 +0125,0125,12,num,XOR,25,[2 5],5 2,1,1 +0125,0125,12,num,XOR,26,[5 9],9 3,0,1 +0125,0125,12,num,XOR,27,[1 7],7 1,1,1 +0125,0125,12,num,XOR,28,[9 0],0 9,1,1 +0125,0125,12,num,XOR,29,[1 5],5 1,1,1 +0125,0125,12,num,XOR,30,[6 2],2 5,0,1 +0125,0125,12,num,XOR,31,[4 9],9 4,1,1 +0125,0125,12,num,XOR,32,[6 9],9 6,1,1 +0125,0125,12,num,XOR,33,[4 8],4 8,1,1 +0125,0125,12,num,XOR,34,[2 5],4 1,0,1 +0125,0125,12,num,XOR,35,[8 6],6 4,0,1 +0125,0125,12,num,XOR,36,[2 7],5 2,0,1 +0125,0125,12,num,XOR,37,[8 3],8 3,1,1 +0125,0125,12,num,XOR,38,[1 4],4 1,1,1 +0125,0125,12,num,XOR,39,[4 6],4 6,1,1 +0125,0125,12,num,XOR,40,[2 8],4 2,0,1 +0125,0125,12,num,XOR,41,[5 3],3 9,0,1 +0125,0125,12,num,XOR,42,[7 0],0 7,1,1 +0125,0125,12,num,XOR,43,[6 1],1 3,0,1 +0125,0125,12,num,XOR,44,[9 0],9 0,1,1 +0125,0125,12,num,XOR,45,[1 3],1 3,1,1 +0125,0125,12,num,XOR,46,[8 0],0 8,1,1 +0125,0125,12,num,XOR,47,[0 8],6 7,0,1 +0125,0125,12,num,XOR,48,[6 1],1 2,0,1 +0125,0125,12,num,XOR,49,[5 0],0 5,1,1 +0125,0125,12,num,XOR,50,[7 6],6 7,1,1 +0125,0125,12,num,XOR,51,[1 6],6 1,1,1 +0125,0125,12,num,XOR,52,[7 8],7 8,1,1 +0125,0125,12,num,XOR,53,[4 0],0 4,1,1 +0125,0125,12,num,XOR,54,[0 2],2 0,1,1 +0125,0125,12,num,XOR,55,[2 9],9 4,0,1 +0125,0125,12,num,XOR,56,[7 1],7 1,1,1 +0125,0125,12,num,XOR,57,[6 0],0 6,1,1 +0125,0125,12,num,XOR,58,[9 8],8 0,0,1 +0125,0125,12,num,XOR,59,[2 6],6 2,1,1 +0125,0125,12,num,XOR,60,[5 0],3 0],0,1 +0125,0125,12,num,XOR,61,[3 2],3 2,1,1 +0125,0125,12,num,XOR,62,[3 0],0 3,1,1 +0125,0125,12,num,XOR,63,[9 1],1 9,1,1 +0125,0125,12,num,XOR,64,[4 1],4 1,1,1 +0125,0125,12,num,XOR,65,[2 1],1 2,1,1 +0125,0125,12,num,XOR,66,[6 9],9 1,0,1 +0125,0125,12,num,XOR,67,[7 2],2 3,0,1 +0125,0125,12,num,XOR,68,[5 7],7 9,0,1 +0125,0125,12,num,XOR,69,[2 7],7 5,0,1 +0125,0125,12,num,XOR,70,[6 4],6 4,1,1 +0125,0125,12,num,XOR,71,[5 0],0 5,1,1 +0125,0125,12,num,XOR,72,[2 9],64,0,1 +0125,0125,12,num,XOR,73,[3 1],1 3,1,1 +0125,0125,12,num,XOR,74,[1 0],0 1,1,1 +0125,0125,12,num,XOR,75,[2 0],2 0,1,1 +0125,0125,12,num,XOR,76,[0 1],0 1,1,1 +0125,0125,12,num,XOR,77,[3 6],6 4,0,1 +0125,0125,12,num,XOR,78,[9 6],6 9,1,1 +0125,0125,12,num,XOR,79,[0 5],0 5,1,1 +0125,0125,12,num,XOR,80,[3 9],9 3,1,1 +0125,0125,12,num,XOR,81,[6 0],0 3,0,1 +0125,0125,12,num,XOR,82,[5 9],9 4,0,1 +0125,0125,12,num,XOR,83,[7 2],7 2,1,1 +0125,0125,12,num,XOR,84,[2 1],1 7,0,1 +0125,0125,12,num,XOR,85,[4 9],9 4,1,1 +0125,0125,12,num,XOR,86,[9 4],4 9,1,1 +0125,0125,12,num,XOR,87,[0 8],8 4,0,1 +0125,0125,12,num,XOR,88,[8 0],0 4,0,1 +0125,0125,12,num,XOR,89,[8 1],1 2,0,1 +0125,0125,12,num,XOR,90,[2 6],6 8,0,1 +0125,0125,12,num,XOR,91,[5 0],0 5,1,1 +0125,0125,12,num,XOR,92,[2 7],2 7,1,1 +0125,0125,12,num,XOR,93,[5 0],0 5,1,1 +0125,0125,12,num,XOR,94,[8 6],2 8,0,1 +0125,0125,12,num,XOR,95,[5 7],7 5,1,1 +0125,0125,12,num,XOR,96,[8 1],1 8,1,1 +0125,0125,12,num,XOR,97,[1 4],4 1,1,1 +0125,0125,12,num,XOR,98,[3 7],7 3,1,1 +0125,0125,12,num,XOR,99,[8 9],9 8,1,1 +0125,0125,12,num,c3_set_union_permuted,0,[2 6 5 3],3 5 6,0,1 +0125,0125,12,num,c3_set_union_permuted,1,[1 6 7 5],6 7,0,1 +0125,0125,12,num,c3_set_union_permuted,2,[2 1 4 6],1 2,0,1 +0125,0125,12,num,c3_set_union_permuted,3,[6 0 1 3],3 1 0 6,1,1 +0125,0125,12,num,c3_set_union_permuted,4,[4 3 1 7],7 3 4 1,1,1 +0125,0125,12,num,c3_set_union_permuted,5,[7 5 8 4],5 8 4 7,1,1 +0125,0125,12,num,c3_set_union_permuted,6,[4 0 8 1],8 4 0 1,1,1 +0125,0125,12,num,c3_set_union_permuted,7,[2 8 4 1],8 4 2 1,1,1 +0125,0125,12,num,c3_set_union_permuted,8,[3 0 7 6],6 7 3 0,1,1 +0125,0125,12,num,c3_set_union_permuted,9,[6 9 2 4],6 4,0,1 +0125,0125,12,num,c3_set_union_permuted,10,[6 5 9 8],6 8 5 9,1,1 +0125,0125,12,num,c3_set_union_permuted,11,[4 7 2 0],2 0,0,1 +0125,0125,12,num,c3_set_union_permuted,12,[7 1 5 3],7 1 3,0,1 +0125,0125,12,num,c3_set_union_permuted,13,[0 2 3 4],4 0 3 2,1,1 +0125,0125,12,num,c3_set_union_permuted,14,[1 0 6 9],1 0 6 9,1,1 +0125,0125,12,num,c3_set_union_permuted,15,[7 0 6 1],6 1,0,1 +0125,0125,12,num,c3_set_union_permuted,16,[5 7 2 0],0 5 2 7,1,1 +0125,0125,12,num,c3_set_union_permuted,17,[4 2 6 8],2 4 8 6,1,1 +0125,0125,12,num,c3_set_union_permuted,18,[8 4 9 7],8 4 9 7,1,1 +0125,0125,12,num,c3_set_union_permuted,19,[8 9 0 6],6 9,0,1 +0125,0125,12,num,c3_set_union_permuted,20,[3 8 1 4],1 8 4 3,1,1 +0125,0125,12,num,c3_set_union_permuted,21,[7 9 3 0],7 3 9 0,1,1 +0125,0125,12,num,c3_set_union_permuted,22,[0 5 8 7],5 7 0 8,1,1 +0125,0125,12,num,c3_set_union_permuted,23,[7 1 9 3],1 3 9 7,1,1 +0125,0125,12,num,c3_set_union_permuted,24,[1 9 3 4],1 4 9 3,1,1 +0125,0125,12,num,c3_set_union_permuted,25,[7 8 4 6],8 4,0,1 +0125,0125,12,num,c3_set_union_permuted,26,[2 3 0 9],3 9 0 2,1,1 +0125,0125,12,num,c3_set_union_permuted,27,[4 3 0 6],6 3 0 4,1,1 +0125,0125,12,num,c3_set_union_permuted,28,[5 3 7 4],7 4 5 3,1,1 +0125,0125,12,num,c3_set_union_permuted,29,[2 1 4 3],1 3 4 2,1,1 +0125,0125,12,num,c3_set_union_permuted,30,[5 8 2 4],4 2 8 5,1,1 +0125,0125,12,num,c3_set_union_permuted,31,[5 6 9 3],6 9 5 3,1,1 +0125,0125,12,num,c3_set_union_permuted,32,[5 7 3 9],5 9 7 3,1,1 +0125,0125,12,num,c3_set_union_permuted,33,[7 8 3 1],7 8 3 1,1,1 +0125,0125,12,num,c3_set_union_permuted,34,[0 2 1 8],0 1 8 2,1,1 +0125,0125,12,num,c3_set_union_permuted,35,[1 3 0 7],0 3 7 1,1,1 +0125,0125,12,num,c3_set_union_permuted,36,[6 9 5 7],7 6 5 9,1,1 +0125,0125,12,num,c3_set_union_permuted,37,[6 5 4 3],4 3 5 6],1,1 +0125,0125,12,num,c3_set_union_permuted,38,[8 5 6 3],6 5 3 8,1,1 +0125,0125,12,num,c3_set_union_permuted,39,[8 9 0 1],8 0 9,0,1 +0125,0125,12,num,c3_set_union_permuted,40,[3 0 9 6],0 3 6 9],1,1 +0125,0125,12,num,c3_set_union_permuted,41,[0 3 5 8],0 8 3 5,1,1 +0125,0125,12,num,c3_set_union_permuted,42,[6 3 7 9],9 7,0,1 +0125,0125,12,num,c3_set_union_permuted,43,[6 8 3 9],3 8 6 9,1,1 +0125,0125,12,num,c3_set_union_permuted,44,[7 2 5 9],7 9 2 5,1,1 +0125,0125,12,num,c3_set_union_permuted,45,[5 3 4 1],3 5 4 1,1,1 +0125,0125,12,num,c3_set_union_permuted,46,[0 4 6 7],0 6 7 4,1,1 +0125,0125,12,num,c3_set_union_permuted,47,[8 3 0 7],8 7 0 3,1,1 +0125,0125,12,num,c3_set_union_permuted,48,[8 1 3 6],8 6,0,1 +0125,0125,12,num,c3_set_union_permuted,49,[2 1 0 7],7 0 2 1,1,1 +0125,0125,12,num,c3_set_union_permuted,50,[8 0 2 7],0 2 7 8,1,1 +0125,0125,12,num,c3_set_union_permuted,51,[1 8 0 3],3 0 8 1,1,1 +0125,0125,12,num,c3_set_union_permuted,52,[5 1 6 0],0 1 5 6,1,1 +0125,0125,12,num,c3_set_union_permuted,53,[4 9 7 6],7 4 6 9,1,1 +0125,0125,12,num,c3_set_union_permuted,54,[6 5 2 9],5 6 9 2,1,1 +0125,0125,12,num,c3_set_union_permuted,55,[5 7 4 6],6 7 5 4,1,1 +0125,0125,12,num,c3_set_union_permuted,56,[6 9 4 3],6 9 4 3,1,1 +0125,0125,12,num,c3_set_union_permuted,57,[6 8 0 7],8 7 0 6,1,1 +0125,0125,12,num,c3_set_union_permuted,58,[4 9 7 1],9 4 1 7,1,1 +0125,0125,12,num,c3_set_union_permuted,59,[1 0 7 4],0 7 1 4,1,1 +0125,0125,12,num,c3_set_union_permuted,60,[9 4 2 1],1 9 2 4,1,1 +0125,0125,12,num,c3_set_union_permuted,61,[7 6 2 9],2 7 9 6,1,1 +0125,0125,12,num,c3_set_union_permuted,62,[6 2 9 8],2 6 8 9,1,1 +0125,0125,12,num,c3_set_union_permuted,63,[9 4 6 0],9 6 4 0,1,1 +0125,0125,12,num,c3_set_union_permuted,64,[3 2 9 4],3 2 4,0,1 +0125,0125,12,num,c3_set_union_permuted,65,[2 9 0 7],7 0 9 2,1,1 +0125,0125,12,num,c3_set_union_permuted,66,[7 5 2 6],5 7 6 2,1,1 +0125,0125,12,num,c3_set_union_permuted,67,[3 4 0 7],0 7 4 3,1,1 +0125,0125,12,num,c3_set_union_permuted,68,[6 2 1 5],5 6,0,1 +0125,0125,12,num,c3_set_union_permuted,69,[5 1 3 9],9 5 1 3,1,1 +0125,0125,12,num,c3_set_union_permuted,70,[6 3 1 2],2 6 1 3,1,1 +0125,0125,12,num,c3_set_union_permuted,71,[8 9 0 3],8 0 3 9,1,1 +0125,0125,12,num,c3_set_union_permuted,72,[8 2 5 0],2 5 8 0,1,1 +0125,0125,12,num,c3_set_union_permuted,73,[3 6 1 4],6 3 4 1,1,1 +0125,0125,12,num,c3_set_union_permuted,74,[9 6 0 2],9 6 0 2,1,1 +0125,0125,12,num,c3_set_union_permuted,75,[5 9 4 7],7 5 4 9,1,1 +0125,0125,12,num,c3_set_union_permuted,76,[1 7 4 2],4 2 7 1],1,1 +0125,0125,12,num,c3_set_union_permuted,77,[3 5 2 1],2 1 3 5,1,1 +0125,0125,12,num,c3_set_union_permuted,78,[1 5 4 8],1 4 5 8,1,1 +0125,0125,12,num,c3_set_union_permuted,79,[2 1 5 8],5 8 1 2,1,1 +0125,0125,12,num,c3_set_union_permuted,80,[4 3 9 5],5 4 9 3,1,1 +0125,0125,12,num,c3_set_union_permuted,81,[2 1 9 0],2 1,0,1 +0125,0125,12,num,c3_set_union_permuted,82,[0 1 5 9],5 0 9 1],1,1 +0125,0125,12,num,c3_set_union_permuted,83,[0 2 8 9],9 2 0 8,1,1 +0125,0125,12,num,c3_set_union_permuted,84,[1 0 5 4],5 0 1 4,1,1 +0125,0125,12,num,c3_set_union_permuted,85,[5 3 4 0],4 3 5 0,1,1 +0125,0125,12,num,c3_set_union_permuted,86,[0 2 8 4],24 80,1,1 +0125,0125,12,num,c3_set_union_permuted,87,[3 6 5 0],6 5 3 0,1,1 +0125,0125,12,num,c3_set_union_permuted,88,[2 4 3 7],3 7 2 4,1,1 +0125,0125,12,num,c3_set_union_permuted,89,[0 6 8 5],5 8 0 6,1,1 +0125,0125,12,num,c3_set_union_permuted,90,[3 8 1 9],3 8 9 1,1,1 +0125,0125,12,num,c3_set_union_permuted,91,[8 2 7 1],1 7 2 8,1,1 +0125,0125,12,num,c3_set_union_permuted,92,[7 6 4 3],4 7 3 6,1,1 +0125,0125,12,num,c3_set_union_permuted,93,[7 0 2 6],0 2 7 6,1,1 +0125,0125,12,num,c3_set_union_permuted,94,[8 3 5 4],8 5 4 3,1,1 +0125,0125,12,num,c3_set_union_permuted,95,[1 6 7 4],4 1 7 6,1,1 +0125,0125,12,num,c3_set_union_permuted,96,[8 6 7 1],7 8,0,1 +0125,0125,12,num,c3_set_union_permuted,97,[5 6 7 0],0 5 6 7],1,1 +0125,0125,12,num,c3_set_union_permuted,98,[3 6 2 7],6 3 7 2,1,1 +0125,0125,12,num,c3_set_union_permuted,99,[3 5 2 7],2 3 5 7],1,1 +0125,0125,12,num,c2_set_union_permuted,0,[5],1 5],0,1 +0125,0125,12,num,c2_set_union_permuted,1,[5],5,1,1 +0125,0125,12,num,c2_set_union_permuted,2,[9],9,1,1 +0125,0125,12,num,c2_set_union_permuted,3,[8],8,1,1 +0125,0125,12,num,c2_set_union_permuted,4,[8],8],1,1 +0125,0125,12,num,c2_set_union_permuted,5,[6],6,1,1 +0125,0125,12,num,c2_set_union_permuted,6,[7],7,1,1 +0125,0125,12,num,c2_set_union_permuted,7,[3],3,1,1 +0125,0125,12,num,c2_set_union_permuted,8,[8],8,1,1 +0125,0125,12,num,c2_set_union_permuted,9,[4],4,1,1 +0125,0125,12,num,c2_set_union_permuted,10,[4],2 8,0,1 +0125,0125,12,num,c2_set_union_permuted,11,[0],0 1,0,1 +0125,0125,12,num,c2_set_union_permuted,12,[7],7 5,0,1 +0125,0125,12,num,c2_set_union_permuted,13,[5],5,1,1 +0125,0125,12,num,c2_set_union_permuted,14,[3],0 3,0,1 +0125,0125,12,num,c2_set_union_permuted,15,[3],3 5,0,1 +0125,0125,12,num,c2_set_union_permuted,16,[3],6 2,0,1 +0125,0125,12,num,c2_set_union_permuted,17,[1],1,1,1 +0125,0125,12,num,c2_set_union_permuted,18,[5],5 0,0,1 +0125,0125,12,num,c2_set_union_permuted,19,[2],2 3,0,1 +0125,0125,12,num,c2_set_union_permuted,20,[5],7 5 1,0,1 +0125,0125,12,num,c2_set_union_permuted,21,[8],8,1,1 +0125,0125,12,num,c2_set_union_permuted,22,[9],9,1,1 +0125,0125,12,num,c2_set_union_permuted,23,[5],5,1,1 +0125,0125,12,num,c2_set_union_permuted,24,[3],5 3,0,1 +0125,0125,12,num,c2_set_union_permuted,25,[0],0,1,1 +0125,0125,12,num,c2_set_union_permuted,26,[8],8,1,1 +0125,0125,12,num,c2_set_union_permuted,27,[5],5,1,1 +0125,0125,12,num,c2_set_union_permuted,28,[0],0 5,0,1 +0125,0125,12,num,c2_set_union_permuted,29,[6],6,1,1 +0125,0125,12,num,c2_set_union_permuted,30,[6],6,1,1 +0125,0125,12,num,c2_set_union_permuted,31,[0],0,1,1 +0125,0125,12,num,c2_set_union_permuted,32,[8],8,1,1 +0125,0125,12,num,c2_set_union_permuted,33,[4],3 4 3,0,1 +0125,0125,12,num,c2_set_union_permuted,34,[8],1 8,0,1 +0125,0125,12,num,c2_set_union_permuted,35,[4],4 1],0,1 +0125,0125,12,num,c2_set_union_permuted,36,[5],5,1,1 +0125,0125,12,num,c2_set_union_permuted,37,[3],3,1,1 +0125,0125,12,num,c2_set_union_permuted,38,[9],9 4,0,1 +0125,0125,12,num,c2_set_union_permuted,39,[9],0 9 7,0,1 +0125,0125,12,num,c2_set_union_permuted,40,[1],4 7,0,1 +0125,0125,12,num,c2_set_union_permuted,41,[4],9 4,0,1 +0125,0125,12,num,c2_set_union_permuted,42,[6],6,1,1 +0125,0125,12,num,c2_set_union_permuted,43,[1],1,1,1 +0125,0125,12,num,c2_set_union_permuted,44,[5],5,1,1 +0125,0125,12,num,c2_set_union_permuted,45,[3],3 9,0,1 +0125,0125,12,num,c2_set_union_permuted,46,[9],1],0,1 +0125,0125,12,num,c2_set_union_permuted,47,[4],4,1,1 +0125,0125,12,num,c2_set_union_permuted,48,[8],8 1,0,1 +0125,0125,12,num,c2_set_union_permuted,49,[4],4,1,1 +0125,0125,12,num,c2_set_union_permuted,50,[4],4,1,1 +0125,0125,12,num,c2_set_union_permuted,51,[3],3,1,1 +0125,0125,12,num,c2_set_union_permuted,52,[4],4 1,0,1 +0125,0125,12,num,c2_set_union_permuted,53,[6],6,1,1 +0125,0125,12,num,c2_set_union_permuted,54,[0],0,1,1 +0125,0125,12,num,c2_set_union_permuted,55,[7],7],1,1 +0125,0125,12,num,c2_set_union_permuted,56,[4],4,1,1 +0125,0125,12,num,c2_set_union_permuted,57,[7],7 9,0,1 +0125,0125,12,num,c2_set_union_permuted,58,[2],2],1,1 +0125,0125,12,num,c2_set_union_permuted,59,[3],3,1,1 +0125,0125,12,num,c2_set_union_permuted,60,[7],7 2,0,1 +0125,0125,12,num,c2_set_union_permuted,61,[0],0 2,0,1 +0125,0125,12,num,c2_set_union_permuted,62,[2],2,1,1 +0125,0125,12,num,c2_set_union_permuted,63,[7],7,1,1 +0125,0125,12,num,c2_set_union_permuted,64,[2],7 2],0,1 +0125,0125,12,num,c2_set_union_permuted,65,[3],2 3,0,1 +0125,0125,12,num,c2_set_union_permuted,66,[1],1,1,1 +0125,0125,12,num,c2_set_union_permuted,67,[3],3],1,1 +0125,0125,12,num,c2_set_union_permuted,68,[6],6,1,1 +0125,0125,12,num,c2_set_union_permuted,69,[0],0 3,0,1 +0125,0125,12,num,c2_set_union_permuted,70,[3],3,1,1 +0125,0125,12,num,c2_set_union_permuted,71,[6],5 6],0,1 +0125,0125,12,num,c2_set_union_permuted,72,[2],2,1,1 +0125,0125,12,num,c2_set_union_permuted,73,[7],1 7],0,1 +0125,0125,12,num,c2_set_union_permuted,74,[3],3,1,1 +0125,0125,12,num,c2_set_union_permuted,75,[0],0 6,0,1 +0125,0125,12,num,c2_set_union_permuted,76,[8],8,1,1 +0125,0125,12,num,c2_set_union_permuted,77,[9],4 0,0,1 +0125,0125,12,num,c2_set_union_permuted,78,[6],4 6,0,1 +0125,0125,12,num,c2_set_union_permuted,79,[3],3 5,0,1 +0125,0125,12,num,c2_set_union_permuted,80,[1],1,1,1 +0125,0125,12,num,c2_set_union_permuted,81,[4],4,1,1 +0125,0125,12,num,c2_set_union_permuted,82,[3],0 3 0,0,1 +0125,0125,12,num,c2_set_union_permuted,83,[7],7,1,1 +0125,0125,12,num,c2_set_union_permuted,84,[5],5,1,1 +0125,0125,12,num,c2_set_union_permuted,85,[9],9,1,1 +0125,0125,12,num,c2_set_union_permuted,86,[8],8,1,1 +0125,0125,12,num,c2_set_union_permuted,87,[3],3],1,1 +0125,0125,12,num,c2_set_union_permuted,88,[8],8 9,0,1 +0125,0125,12,num,c2_set_union_permuted,89,[8],8,1,1 +0125,0125,12,num,c2_set_union_permuted,90,[8],8,1,1 +0125,0125,12,num,c2_set_union_permuted,91,[8],8,1,1 +0125,0125,12,num,c2_set_union_permuted,92,[5],8 5,0,1 +0125,0125,12,num,c2_set_union_permuted,93,[4],4,1,1 +0125,0125,12,num,c2_set_union_permuted,94,[0],0,1,1 +0125,0125,12,num,c2_set_union_permuted,95,[6],6 9,0,1 +0125,0125,12,num,c2_set_union_permuted,96,[0],7 0,0,1 +0125,0125,12,num,c2_set_union_permuted,97,[1],5 1 0,0,1 +0125,0125,12,num,c2_set_union_permuted,98,[9],9,1,1 +0125,0125,12,num,c2_set_union_permuted,99,[3],3,1,1 +0125,0125,12,num,c1_set_union_permuted,0,[0],0,1,1 +0125,0125,12,num,c1_set_union_permuted,1,[4],4],1,1 +0125,0125,12,num,c1_set_union_permuted,2,[2],2],1,1 +0125,0125,12,num,c1_set_union_permuted,3,[3],3,1,1 +0125,0125,12,num,c1_set_union_permuted,4,[1],1,1,1 +0125,0125,12,num,c1_set_union_permuted,5,[2],2,1,1 +0125,0125,12,num,c1_set_union_permuted,6,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,7,[6],6,1,1 +0125,0125,12,num,c1_set_union_permuted,8,[3],3,1,1 +0125,0125,12,num,c1_set_union_permuted,9,[9],9,1,1 +0125,0125,12,num,c1_set_union_permuted,10,[6],6],1,1 +0125,0125,12,num,c1_set_union_permuted,11,[8],8,1,1 +0125,0125,12,num,c1_set_union_permuted,12,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,13,[8],8],1,1 +0125,0125,12,num,c1_set_union_permuted,14,[5],5],1,1 +0125,0125,12,num,c1_set_union_permuted,15,[2],2,1,1 +0125,0125,12,num,c1_set_union_permuted,16,[0],0,1,1 +0125,0125,12,num,c1_set_union_permuted,17,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,18,[4],4],1,1 +0125,0125,12,num,c1_set_union_permuted,19,[9],9,1,1 +0125,0125,12,num,c1_set_union_permuted,20,[1],1,1,1 +0125,0125,12,num,c1_set_union_permuted,21,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,22,[8],8],1,1 +0125,0125,12,num,c1_set_union_permuted,23,[6],6,1,1 +0125,0125,12,num,c1_set_union_permuted,24,[7],7,1,1 +0125,0125,12,num,c1_set_union_permuted,25,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,26,[9],9],1,1 +0125,0125,12,num,c1_set_union_permuted,27,[9],9,1,1 +0125,0125,12,num,c1_set_union_permuted,28,[1],1],1,1 +0125,0125,12,num,c1_set_union_permuted,29,[6],6,1,1 +0125,0125,12,num,c1_set_union_permuted,30,[6],6],1,1 +0125,0125,12,num,c1_set_union_permuted,31,[4],4],1,1 +0125,0125,12,num,c1_set_union_permuted,32,[4],4],1,1 +0125,0125,12,num,c1_set_union_permuted,33,[4],4,1,1 +0125,0125,12,num,c1_set_union_permuted,34,[9],9,1,1 +0125,0125,12,num,c1_set_union_permuted,35,[2],2],1,1 +0125,0125,12,num,c1_set_union_permuted,36,[5],5,1,1 +0125,0125,12,num,c1_set_union_permuted,37,[0],0,1,1 +0125,0125,12,num,c1_set_union_permuted,38,[0],0,1,1 +0125,0125,12,num,c1_set_union_permuted,39,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,40,[8],8],1,1 +0125,0125,12,num,c1_set_union_permuted,41,[0],0,1,1 +0125,0125,12,num,c1_set_union_permuted,42,[4],4],1,1 +0125,0125,12,num,c1_set_union_permuted,43,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,44,[7],7,1,1 +0125,0125,12,num,c1_set_union_permuted,45,[7],7,1,1 +0125,0125,12,num,c1_set_union_permuted,46,[2],2,1,1 +0125,0125,12,num,c1_set_union_permuted,47,[5],5],1,1 +0125,0125,12,num,c1_set_union_permuted,48,[0],0,1,1 +0125,0125,12,num,c1_set_union_permuted,49,[8],8,1,1 +0125,0125,12,num,c1_set_union_permuted,50,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,51,[6],6],1,1 +0125,0125,12,num,c1_set_union_permuted,52,[0],0,1,1 +0125,0125,12,num,c1_set_union_permuted,53,[8],8,1,1 +0125,0125,12,num,c1_set_union_permuted,54,[3],3,1,1 +0125,0125,12,num,c1_set_union_permuted,55,[6],6,1,1 +0125,0125,12,num,c1_set_union_permuted,56,[5],5,1,1 +0125,0125,12,num,c1_set_union_permuted,57,[0],0],1,1 +0125,0125,12,num,c1_set_union_permuted,58,[9],9,1,1 +0125,0125,12,num,c1_set_union_permuted,59,[3],3,1,1 +0125,0125,12,num,c1_set_union_permuted,60,[1],1,1,1 +0125,0125,12,num,c1_set_union_permuted,61,[9],9],1,1 +0125,0125,12,num,c1_set_union_permuted,62,[4],4,1,1 +0125,0125,12,num,c1_set_union_permuted,63,[6],6,1,1 +0125,0125,12,num,c1_set_union_permuted,64,[9],9,1,1 +0125,0125,12,num,c1_set_union_permuted,65,[2],2],1,1 +0125,0125,12,num,c1_set_union_permuted,66,[9],9],1,1 +0125,0125,12,num,c1_set_union_permuted,67,[3],3,1,1 +0125,0125,12,num,c1_set_union_permuted,68,[6],6,1,1 +0125,0125,12,num,c1_set_union_permuted,69,[6],6,1,1 +0125,0125,12,num,c1_set_union_permuted,70,[8],8,1,1 +0125,0125,12,num,c1_set_union_permuted,71,[5],5,1,1 +0125,0125,12,num,c1_set_union_permuted,72,[1],1,1,1 +0125,0125,12,num,c1_set_union_permuted,73,[0],0,1,1 +0125,0125,12,num,c1_set_union_permuted,74,[3],3,1,1 +0125,0125,12,num,c1_set_union_permuted,75,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,76,[4],4],1,1 +0125,0125,12,num,c1_set_union_permuted,77,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,78,[0],0],1,1 +0125,0125,12,num,c1_set_union_permuted,79,[1],1,1,1 +0125,0125,12,num,c1_set_union_permuted,80,[9],9],1,1 +0125,0125,12,num,c1_set_union_permuted,81,[2],2],1,1 +0125,0125,12,num,c1_set_union_permuted,82,[1],1,1,1 +0125,0125,12,num,c1_set_union_permuted,83,[3],3,1,1 +0125,0125,12,num,c1_set_union_permuted,84,[0],0,1,1 +0125,0125,12,num,c1_set_union_permuted,85,[8],8],1,1 +0125,0125,12,num,c1_set_union_permuted,86,[4],4],1,1 +0125,0125,12,num,c1_set_union_permuted,87,[3],3],1,1 +0125,0125,12,num,c1_set_union_permuted,88,[0],0,1,1 +0125,0125,12,num,c1_set_union_permuted,89,[6],6,1,1 +0125,0125,12,num,c1_set_union_permuted,90,[5],5],1,1 +0125,0125,12,num,c1_set_union_permuted,91,[1],1,1,1 +0125,0125,12,num,c1_set_union_permuted,92,[6],6],1,1 +0125,0125,12,num,c1_set_union_permuted,93,[5],5],1,1 +0125,0125,12,num,c1_set_union_permuted,94,[9],9,1,1 +0125,0125,12,num,c1_set_union_permuted,95,[2],2],1,1 +0125,0125,12,num,c1_set_union_permuted,96,[7],7],1,1 +0125,0125,12,num,c1_set_union_permuted,97,[4],4,1,1 +0125,0125,12,num,c1_set_union_permuted,98,[6],6],1,1 +0125,0125,12,num,c1_set_union_permuted,99,[2],2,1,1 +0125,0125,12,num,XOR_permuted,0,[4 0],0 4,1,1 +0125,0125,12,num,XOR_permuted,1,[8 4],8 4,1,1 +0125,0125,12,num,XOR_permuted,2,[1 7],7 1,1,1 +0125,0125,12,num,XOR_permuted,3,[6 0],0 6,1,1 +0125,0125,12,num,XOR_permuted,4,[3 6],3 6,1,1 +0125,0125,12,num,XOR_permuted,5,[5 6],6 5,1,1 +0125,0125,12,num,XOR_permuted,6,[3 9],7 9,0,1 +0125,0125,12,num,XOR_permuted,7,[0 8],8 0,1,1 +0125,0125,12,num,XOR_permuted,8,[1 4],2 1,0,1 +0125,0125,12,num,XOR_permuted,9,[8 3],3 8,1,1 +0125,0125,12,num,XOR_permuted,10,[9 6],6 9,1,1 +0125,0125,12,num,XOR_permuted,11,[0 7],7 0,1,1 +0125,0125,12,num,XOR_permuted,12,[0 9],0 9,1,1 +0125,0125,12,num,XOR_permuted,13,[3 6],3 6,1,1 +0125,0125,12,num,XOR_permuted,14,[1 3],1 3,1,1 +0125,0125,12,num,XOR_permuted,15,[0 7],0 3,0,1 +0125,0125,12,num,XOR_permuted,16,[7 8],8 7,1,1 +0125,0125,12,num,XOR_permuted,17,[6 2],6 2,1,1 +0125,0125,12,num,XOR_permuted,18,[7 8],4 4,0,1 +0125,0125,12,num,XOR_permuted,19,[0 9],9 0,1,1 +0125,0125,12,num,XOR_permuted,20,[0 2],0 1,0,1 +0125,0125,12,num,XOR_permuted,21,[6 5],5 6,1,1 +0125,0125,12,num,XOR_permuted,22,[0 3],1 2,0,1 +0125,0125,12,num,XOR_permuted,23,[0 9],16 4,0,1 +0125,0125,12,num,XOR_permuted,24,[8 0],0 8,1,1 +0125,0125,12,num,XOR_permuted,25,[2 8],2 1,0,1 +0125,0125,12,num,XOR_permuted,26,[3 9],9 8,0,1 +0125,0125,12,num,XOR_permuted,27,[2 9],9 2,1,1 +0125,0125,12,num,XOR_permuted,28,[3 7],7 3,1,1 +0125,0125,12,num,XOR_permuted,29,[9 0],9 0,1,1 +0125,0125,12,num,XOR_permuted,30,[2 5],2 5,1,1 +0125,0125,12,num,XOR_permuted,31,[2 6],6 2,1,1 +0125,0125,12,num,XOR_permuted,32,[0 2],2 0,1,1 +0125,0125,12,num,XOR_permuted,33,[5 7],5 7,1,1 +0125,0125,12,num,XOR_permuted,34,[3 5],3 0,0,1 +0125,0125,12,num,XOR_permuted,35,[6 0],4 4,0,1 +0125,0125,12,num,XOR_permuted,36,[6 0],0 6,1,1 +0125,0125,12,num,XOR_permuted,37,[4 5],4 5,1,1 +0125,0125,12,num,XOR_permuted,38,[8 9],8 9,1,1 +0125,0125,12,num,XOR_permuted,39,[6 7],7 6,1,1 +0125,0125,12,num,XOR_permuted,40,[9 3],3 9,1,1 +0125,0125,12,num,XOR_permuted,41,[7 6],2 1],0,1 +0125,0125,12,num,XOR_permuted,42,[8 9],8 9,1,1 +0125,0125,12,num,XOR_permuted,43,[7 0],0 7,1,1 +0125,0125,12,num,XOR_permuted,44,[2 1],3 4,0,1 +0125,0125,12,num,XOR_permuted,45,[3 5],5 3,1,1 +0125,0125,12,num,XOR_permuted,46,[2 0],2 0,1,1 +0125,0125,12,num,XOR_permuted,47,[2 0],2 0,1,1 +0125,0125,12,num,XOR_permuted,48,[0 1],1 0,1,1 +0125,0125,12,num,XOR_permuted,49,[5 1],5 1,1,1 +0125,0125,12,num,XOR_permuted,50,[6 9],9 6,1,1 +0125,0125,12,num,XOR_permuted,51,[0 1],0 1,1,1 +0125,0125,12,num,XOR_permuted,52,[9 8],3 9,0,1 +0125,0125,12,num,XOR_permuted,53,[8 2],8 1,0,1 +0125,0125,12,num,XOR_permuted,54,[1 0],0 5,0,1 +0125,0125,12,num,XOR_permuted,55,[5 9],5 9,1,1 +0125,0125,12,num,XOR_permuted,56,[0 6],0 6,1,1 +0125,0125,12,num,XOR_permuted,57,[5 4],4 1,0,1 +0125,0125,12,num,XOR_permuted,58,[7 5],5 7,1,1 +0125,0125,12,num,XOR_permuted,59,[8 2],8 2,1,1 +0125,0125,12,num,XOR_permuted,60,[9 2],9 2,1,1 +0125,0125,12,num,XOR_permuted,61,[0 1],0 1,1,1 +0125,0125,12,num,XOR_permuted,62,[0 2],2 0,1,1 +0125,0125,12,num,XOR_permuted,63,[2 0],2 0,1,1 +0125,0125,12,num,XOR_permuted,64,[2 3],2 8,0,1 +0125,0125,12,num,XOR_permuted,65,[9 6],6 9,1,1 +0125,0125,12,num,XOR_permuted,66,[9 4],4 9,1,1 +0125,0125,12,num,XOR_permuted,67,[0 4],8 0,0,1 +0125,0125,12,num,XOR_permuted,68,[9 5],9 5,1,1 +0125,0125,12,num,XOR_permuted,69,[6 4],6 4,1,1 +0125,0125,12,num,XOR_permuted,70,[5 0],0 5,1,1 +0125,0125,12,num,XOR_permuted,71,[3 1],3 1,1,1 +0125,0125,12,num,XOR_permuted,72,[8 1],1 9,0,1 +0125,0125,12,num,XOR_permuted,73,[6 3],7 4,0,1 +0125,0125,12,num,XOR_permuted,74,[0 9],0 9,1,1 +0125,0125,12,num,XOR_permuted,75,[2 9],2 9,1,1 +0125,0125,12,num,XOR_permuted,76,[9 6],9 6,1,1 +0125,0125,12,num,XOR_permuted,77,[4 1],4 5,0,1 +0125,0125,12,num,XOR_permuted,78,[1 4],2 6,0,1 +0125,0125,12,num,XOR_permuted,79,[7 3],6 7,0,1 +0125,0125,12,num,XOR_permuted,80,[8 3],3 8,1,1 +0125,0125,12,num,XOR_permuted,81,[5 6],5 6,1,1 +0125,0125,12,num,XOR_permuted,82,[5 7],5 7],1,1 +0125,0125,12,num,XOR_permuted,83,[7 0],0 7,1,1 +0125,0125,12,num,XOR_permuted,84,[6 9],6 9,1,1 +0125,0125,12,num,XOR_permuted,85,[9 4],4 9,1,1 +0125,0125,12,num,XOR_permuted,86,[6 2],6 2,1,1 +0125,0125,12,num,XOR_permuted,87,[9 4],4 9,1,1 +0125,0125,12,num,XOR_permuted,88,[3 1],3 1,1,1 +0125,0125,12,num,XOR_permuted,89,[4 9],9 4,1,1 +0125,0125,12,num,XOR_permuted,90,[1 5],5 1,1,1 +0125,0125,12,num,XOR_permuted,91,[4 0],4 0,1,1 +0125,0125,12,num,XOR_permuted,92,[8 4],8 4,1,1 +0125,0125,12,num,XOR_permuted,93,[5 8],5 8,1,1 +0125,0125,12,num,XOR_permuted,94,[3 7],7 3,1,1 +0125,0125,12,num,XOR_permuted,95,[8 5],8 3,0,1 +0125,0125,12,num,XOR_permuted,96,[5 9],9 5,1,1 +0125,0125,12,num,XOR_permuted,97,[8 3],8 3,1,1 +0125,0125,12,num,XOR_permuted,98,[7 5],7 5,1,1 +0125,0125,12,num,XOR_permuted,99,[6 7],7 6,1,1 +0125,0125,12,num,AND_permuted,0,[],7,0,1 +0125,0125,12,num,AND_permuted,1,[],3,0,1 +0125,0125,12,num,AND_permuted,2,[],7,0,1 +0125,0125,12,num,AND_permuted,3,[],4,0,1 +0125,0125,12,num,AND_permuted,4,[],3,0,1 +0125,0125,12,num,AND_permuted,5,[],6,0,1 +0125,0125,12,num,AND_permuted,6,[],4,0,1 +0125,0125,12,num,AND_permuted,7,[],6,0,1 +0125,0125,12,num,AND_permuted,8,[],6,0,1 +0125,0125,12,num,AND_permuted,9,[],0,0,1 +0125,0125,12,num,AND_permuted,10,[],8,0,1 +0125,0125,12,num,AND_permuted,11,[],8,0,1 +0125,0125,12,num,AND_permuted,12,[],3,0,1 +0125,0125,12,num,AND_permuted,13,[],6,0,1 +0125,0125,12,num,AND_permuted,14,[],6,0,1 +0125,0125,12,num,AND_permuted,15,[],3,0,1 +0125,0125,12,num,AND_permuted,16,[],4,0,1 +0125,0125,12,num,AND_permuted,17,[],2,0,1 +0125,0125,12,num,AND_permuted,18,[],9,0,1 +0125,0125,12,num,AND_permuted,19,[],3,0,1 +0125,0125,12,num,AND_permuted,20,[],3,0,1 +0125,0125,12,num,AND_permuted,21,[],2,0,1 +0125,0125,12,num,AND_permuted,22,[],8,0,1 +0125,0125,12,num,AND_permuted,23,[],6,0,1 +0125,0125,12,num,AND_permuted,24,[],3,0,1 +0125,0125,12,num,AND_permuted,25,[],2,0,1 +0125,0125,12,num,AND_permuted,26,[],4,0,1 +0125,0125,12,num,AND_permuted,27,[],9,0,1 +0125,0125,12,num,AND_permuted,28,[],4,0,1 +0125,0125,12,num,AND_permuted,29,[],1,0,1 +0125,0125,12,num,AND_permuted,30,[],6,0,1 +0125,0125,12,num,AND_permuted,31,[],1,0,1 +0125,0125,12,num,AND_permuted,32,[],2,0,1 +0125,0125,12,num,AND_permuted,33,[],8,0,1 +0125,0125,12,num,AND_permuted,34,[],4,0,1 +0125,0125,12,num,AND_permuted,35,[],0,0,1 +0125,0125,12,num,AND_permuted,36,[],0,0,1 +0125,0125,12,num,AND_permuted,37,[],2,0,1 +0125,0125,12,num,AND_permuted,38,[],4,0,1 +0125,0125,12,num,AND_permuted,39,[],1,0,1 +0125,0125,12,num,AND_permuted,40,[],5,0,1 +0125,0125,12,num,AND_permuted,41,[],6],0,1 +0125,0125,12,num,AND_permuted,42,[],2,0,1 +0125,0125,12,num,AND_permuted,43,[],7,0,1 +0125,0125,12,num,AND_permuted,44,[],9,0,1 +0125,0125,12,num,AND_permuted,45,[],5,0,1 +0125,0125,12,num,AND_permuted,46,[],4,0,1 +0125,0125,12,num,AND_permuted,47,[],3,0,1 +0125,0125,12,num,AND_permuted,48,[],-3,0,1 +0125,0125,12,num,AND_permuted,49,[],4,0,1 +0125,0125,12,num,AND_permuted,50,[],1,0,1 +0125,0125,12,num,AND_permuted,51,[],1,0,1 +0125,0125,12,num,AND_permuted,52,[],4,0,1 +0125,0125,12,num,AND_permuted,53,[],9,0,1 +0125,0125,12,num,AND_permuted,54,[],5,0,1 +0125,0125,12,num,AND_permuted,55,[],8,0,1 +0125,0125,12,num,AND_permuted,56,[],5,0,1 +0125,0125,12,num,AND_permuted,57,[],3,0,1 +0125,0125,12,num,AND_permuted,58,[],0,0,1 +0125,0125,12,num,AND_permuted,59,[],4,0,1 +0125,0125,12,num,AND_permuted,60,[],5,0,1 +0125,0125,12,num,AND_permuted,61,[],1,0,1 +0125,0125,12,num,AND_permuted,62,[],4,0,1 +0125,0125,12,num,AND_permuted,63,[],1,0,1 +0125,0125,12,num,AND_permuted,64,[],4,0,1 +0125,0125,12,num,AND_permuted,65,[],6,0,1 +0125,0125,12,num,AND_permuted,66,[],1,0,1 +0125,0125,12,num,AND_permuted,67,[],5,0,1 +0125,0125,12,num,AND_permuted,68,[],2,0,1 +0125,0125,12,num,AND_permuted,69,[],4,0,1 +0125,0125,12,num,AND_permuted,70,[],9,0,1 +0125,0125,12,num,AND_permuted,71,[],3,0,1 +0125,0125,12,num,AND_permuted,72,[],4,0,1 +0125,0125,12,num,AND_permuted,73,[],11,0,1 +0125,0125,12,num,AND_permuted,74,[],5,0,1 +0125,0125,12,num,AND_permuted,75,[],4,0,1 +0125,0125,12,num,AND_permuted,76,[],2,0,1 +0125,0125,12,num,AND_permuted,77,[],4,0,1 +0125,0125,12,num,AND_permuted,78,[],3,0,1 +0125,0125,12,num,AND_permuted,79,[],7,0,1 +0125,0125,12,num,AND_permuted,80,[],7,0,1 +0125,0125,12,num,AND_permuted,81,[],5,0,1 +0125,0125,12,num,AND_permuted,82,[],4,0,1 +0125,0125,12,num,AND_permuted,83,[],4,0,1 +0125,0125,12,num,AND_permuted,84,[],8,0,1 +0125,0125,12,num,AND_permuted,85,[],4,0,1 +0125,0125,12,num,AND_permuted,86,[],4,0,1 +0125,0125,12,num,AND_permuted,87,[],5,0,1 +0125,0125,12,num,AND_permuted,88,[],5,0,1 +0125,0125,12,num,AND_permuted,89,[],5,0,1 +0125,0125,12,num,AND_permuted,90,[],6,0,1 +0125,0125,12,num,AND_permuted,91,[],0,0,1 +0125,0125,12,num,AND_permuted,92,[],2,0,1 +0125,0125,12,num,AND_permuted,93,[],2,0,1 +0125,0125,12,num,AND_permuted,94,[],0,0,1 +0125,0125,12,num,AND_permuted,95,[],4,0,1 +0125,0125,12,num,AND_permuted,96,[],2,0,1 +0125,0125,12,num,AND_permuted,97,[],4,0,1 +0125,0125,12,num,AND_permuted,98,[],6,0,1 +0125,0125,12,num,AND_permuted,99,[],7,0,1 +0125,0125,12,symb,row_constant,0,['!'],!],1,1 +0125,0125,12,symb,row_constant,1,['('],)],0,1 +0125,0125,12,symb,row_constant,2,['>'],>],1,1 +0125,0125,12,symb,row_constant,3,['!'],!],1,1 +0125,0125,12,symb,row_constant,4,['~'],~],1,1 +0125,0125,12,symb,row_constant,5,['>'],>],1,1 +0125,0125,12,symb,row_constant,6,['<'],<,1,1 +0125,0125,12,symb,row_constant,7,['$'],$,1,1 +0125,0125,12,symb,row_constant,8,['('],)],0,1 +0125,0125,12,symb,row_constant,9,['('],)],0,1 +0125,0125,12,symb,row_constant,10,[':'],:],1,1 +0125,0125,12,symb,row_constant,11,['$'],$,1,1 +0125,0125,12,symb,row_constant,12,['%'],%],1,1 +0125,0125,12,symb,row_constant,13,['%'],%],1,1 +0125,0125,12,symb,row_constant,14,['&'],&],1,1 +0125,0125,12,symb,row_constant,15,['('],)],0,1 +0125,0125,12,symb,row_constant,16,['!'],!],1,1 +0125,0125,12,symb,row_constant,17,['>'],>],1,1 +0125,0125,12,symb,row_constant,18,['%'],%],1,1 +0125,0125,12,symb,row_constant,19,['<'],<],1,1 +0125,0125,12,symb,row_constant,20,['%'],%,1,1 +0125,0125,12,symb,row_constant,21,['!'],!],1,1 +0125,0125,12,symb,row_constant,22,['>'],>],1,1 +0125,0125,12,symb,row_constant,23,['$'],$,1,1 +0125,0125,12,symb,row_constant,24,['>'],>],1,1 +0125,0125,12,symb,row_constant,25,['('],)],0,1 +0125,0125,12,symb,row_constant,26,['<'],<,1,1 +0125,0125,12,symb,row_constant,27,['$'],$,1,1 +0125,0125,12,symb,row_constant,28,['~'],~],1,1 +0125,0125,12,symb,row_constant,29,['>'],>],1,1 +0125,0125,12,symb,row_constant,30,['~'],~],1,1 +0125,0125,12,symb,row_constant,31,['('],)],0,1 +0125,0125,12,symb,row_constant,32,['*'],*,1,1 +0125,0125,12,symb,row_constant,33,['('],)],0,1 +0125,0125,12,symb,row_constant,34,['~'],~],1,1 +0125,0125,12,symb,row_constant,35,['>'],>],1,1 +0125,0125,12,symb,row_constant,36,['('],)],0,1 +0125,0125,12,symb,row_constant,37,['!'],!],1,1 +0125,0125,12,symb,row_constant,38,['%'],%,1,1 +0125,0125,12,symb,row_constant,39,['$'],$,1,1 +0125,0125,12,symb,row_constant,40,['%'],%,1,1 +0125,0125,12,symb,row_constant,41,['~'],~],1,1 +0125,0125,12,symb,row_constant,42,['&'],&],1,1 +0125,0125,12,symb,row_constant,43,['('],)],0,1 +0125,0125,12,symb,row_constant,44,['<'],<],1,1 +0125,0125,12,symb,row_constant,45,['!'],!],1,1 +0125,0125,12,symb,row_constant,46,['*'],*,1,1 +0125,0125,12,symb,row_constant,47,[':'],:],1,1 +0125,0125,12,symb,row_constant,48,[':'],:],1,1 +0125,0125,12,symb,row_constant,49,['>'],>],1,1 +0125,0125,12,symb,row_constant,50,['&'],&],1,1 +0125,0125,12,symb,row_constant,51,['('],)],0,1 +0125,0125,12,symb,row_constant,52,['>'],>],1,1 +0125,0125,12,symb,row_constant,53,['>'],>],1,1 +0125,0125,12,symb,row_constant,54,['$'],$,1,1 +0125,0125,12,symb,row_constant,55,['%'],%,1,1 +0125,0125,12,symb,row_constant,56,['>'],>],1,1 +0125,0125,12,symb,row_constant,57,['%'],%,1,1 +0125,0125,12,symb,row_constant,58,['!'],!],1,1 +0125,0125,12,symb,row_constant,59,['<'],<,1,1 +0125,0125,12,symb,row_constant,60,['&'],&],1,1 +0125,0125,12,symb,row_constant,61,['!'],!],1,1 +0125,0125,12,symb,row_constant,62,['!'],!],1,1 +0125,0125,12,symb,row_constant,63,['!'],!],1,1 +0125,0125,12,symb,row_constant,64,['&'],&],1,1 +0125,0125,12,symb,row_constant,65,['('],)],0,1 +0125,0125,12,symb,row_constant,66,[':'],:],1,1 +0125,0125,12,symb,row_constant,67,['<'],<],1,1 +0125,0125,12,symb,row_constant,68,['('],)],0,1 +0125,0125,12,symb,row_constant,69,['('],)],0,1 +0125,0125,12,symb,row_constant,70,['('],)],0,1 +0125,0125,12,symb,row_constant,71,['>'],>],1,1 +0125,0125,12,symb,row_constant,72,['&'],&],1,1 +0125,0125,12,symb,row_constant,73,['~'],~],1,1 +0125,0125,12,symb,row_constant,74,['<'],<,1,1 +0125,0125,12,symb,row_constant,75,['%'],%,1,1 +0125,0125,12,symb,row_constant,76,['>'],>],1,1 +0125,0125,12,symb,row_constant,77,['>'],>],1,1 +0125,0125,12,symb,row_constant,78,['('],)],0,1 +0125,0125,12,symb,row_constant,79,['*'],*],1,1 +0125,0125,12,symb,row_constant,80,['!'],!],1,1 +0125,0125,12,symb,row_constant,81,['*'],*,1,1 +0125,0125,12,symb,row_constant,82,['$'],$,1,1 +0125,0125,12,symb,row_constant,83,[':'],:],1,1 +0125,0125,12,symb,row_constant,84,['<'],<],1,1 +0125,0125,12,symb,row_constant,85,['*'],*,1,1 +0125,0125,12,symb,row_constant,86,['('],)],0,1 +0125,0125,12,symb,row_constant,87,['>'],>],1,1 +0125,0125,12,symb,row_constant,88,['%'],%],1,1 +0125,0125,12,symb,row_constant,89,['!'],!],1,1 +0125,0125,12,symb,row_constant,90,['>'],>],1,1 +0125,0125,12,symb,row_constant,91,['>'],>],1,1 +0125,0125,12,symb,row_constant,92,['&'],&,1,1 +0125,0125,12,symb,row_constant,93,['>'],>],1,1 +0125,0125,12,symb,row_constant,94,['*'],*,1,1 +0125,0125,12,symb,row_constant,95,['~'],~],1,1 +0125,0125,12,symb,row_constant,96,['~'],~],1,1 +0125,0125,12,symb,row_constant,97,['*'],*,1,1 +0125,0125,12,symb,row_constant,98,[':'],:],1,1 +0125,0125,12,symb,row_constant,99,['~'],~],1,1 +0125,0125,12,symb,col_constant,0,['~'],~],1,1 +0125,0125,12,symb,col_constant,1,['$'],$,1,1 +0125,0125,12,symb,col_constant,2,['$'],$,1,1 +0125,0125,12,symb,col_constant,3,[':'],:],1,1 +0125,0125,12,symb,col_constant,4,['>'],>],1,1 +0125,0125,12,symb,col_constant,5,[':'],:],1,1 +0125,0125,12,symb,col_constant,6,['!'],!],1,1 +0125,0125,12,symb,col_constant,7,['<'],<,1,1 +0125,0125,12,symb,col_constant,8,['('],)],0,1 +0125,0125,12,symb,col_constant,9,['('],(,1,1 +0125,0125,12,symb,col_constant,10,['<'],<],1,1 +0125,0125,12,symb,col_constant,11,[':'],:],1,1 +0125,0125,12,symb,col_constant,12,['%'],%,1,1 +0125,0125,12,symb,col_constant,13,['&'],&,1,1 +0125,0125,12,symb,col_constant,14,['!'],!],1,1 +0125,0125,12,symb,col_constant,15,['~'],~,1,1 +0125,0125,12,symb,col_constant,16,['>'],>],1,1 +0125,0125,12,symb,col_constant,17,['<'],<,1,1 +0125,0125,12,symb,col_constant,18,['('],)],0,1 +0125,0125,12,symb,col_constant,19,['*'],*,1,1 +0125,0125,12,symb,col_constant,20,['~'],~],1,1 +0125,0125,12,symb,col_constant,21,['~'],~,1,1 +0125,0125,12,symb,col_constant,22,['$'],$,1,1 +0125,0125,12,symb,col_constant,23,['%'],%,1,1 +0125,0125,12,symb,col_constant,24,['<'],<],1,1 +0125,0125,12,symb,col_constant,25,['*'],*,1,1 +0125,0125,12,symb,col_constant,26,['$'],$,1,1 +0125,0125,12,symb,col_constant,27,['~'],~],1,1 +0125,0125,12,symb,col_constant,28,['$'],$,1,1 +0125,0125,12,symb,col_constant,29,['!'],!],1,1 +0125,0125,12,symb,col_constant,30,['~'],~],1,1 +0125,0125,12,symb,col_constant,31,[':'],:],1,1 +0125,0125,12,symb,col_constant,32,['('],)],0,1 +0125,0125,12,symb,col_constant,33,['%'],%,1,1 +0125,0125,12,symb,col_constant,34,['!'],!],1,1 +0125,0125,12,symb,col_constant,35,['!'],!],1,1 +0125,0125,12,symb,col_constant,36,['<'],<,1,1 +0125,0125,12,symb,col_constant,37,['*'],*,1,1 +0125,0125,12,symb,col_constant,38,['*'],*,1,1 +0125,0125,12,symb,col_constant,39,['!'],!],1,1 +0125,0125,12,symb,col_constant,40,['*'],*,1,1 +0125,0125,12,symb,col_constant,41,['!'],!],1,1 +0125,0125,12,symb,col_constant,42,['!'],!],1,1 +0125,0125,12,symb,col_constant,43,['%'],%,1,1 +0125,0125,12,symb,col_constant,44,['~'],~],1,1 +0125,0125,12,symb,col_constant,45,['<'],<,1,1 +0125,0125,12,symb,col_constant,46,['>'],>],1,1 +0125,0125,12,symb,col_constant,47,['%'],%,1,1 +0125,0125,12,symb,col_constant,48,[':'],:],1,1 +0125,0125,12,symb,col_constant,49,['<'],<,1,1 +0125,0125,12,symb,col_constant,50,['>'],>],1,1 +0125,0125,12,symb,col_constant,51,['>'],>],1,1 +0125,0125,12,symb,col_constant,52,[':'],:],1,1 +0125,0125,12,symb,col_constant,53,['*'],*,1,1 +0125,0125,12,symb,col_constant,54,['%'],%,1,1 +0125,0125,12,symb,col_constant,55,['%'],%,1,1 +0125,0125,12,symb,col_constant,56,['~'],~],1,1 +0125,0125,12,symb,col_constant,57,['~'],~],1,1 +0125,0125,12,symb,col_constant,58,['%'],%,1,1 +0125,0125,12,symb,col_constant,59,['*'],*,1,1 +0125,0125,12,symb,col_constant,60,['!'],!],1,1 +0125,0125,12,symb,col_constant,61,['('],)],0,1 +0125,0125,12,symb,col_constant,62,['<'],<,1,1 +0125,0125,12,symb,col_constant,63,['&'],&],1,1 +0125,0125,12,symb,col_constant,64,['<'],<,1,1 +0125,0125,12,symb,col_constant,65,['*'],*,1,1 +0125,0125,12,symb,col_constant,66,['%'],%,1,1 +0125,0125,12,symb,col_constant,67,['>'],>],1,1 +0125,0125,12,symb,col_constant,68,['('],)],0,1 +0125,0125,12,symb,col_constant,69,['('],(,1,1 +0125,0125,12,symb,col_constant,70,[':'],:],1,1 +0125,0125,12,symb,col_constant,71,['*'],*,1,1 +0125,0125,12,symb,col_constant,72,['~'],~],1,1 +0125,0125,12,symb,col_constant,73,['('],)],0,1 +0125,0125,12,symb,col_constant,74,[':'],:],1,1 +0125,0125,12,symb,col_constant,75,['!'],!],1,1 +0125,0125,12,symb,col_constant,76,['&'],&,1,1 +0125,0125,12,symb,col_constant,77,['<'],<,1,1 +0125,0125,12,symb,col_constant,78,['>'],>],1,1 +0125,0125,12,symb,col_constant,79,['$'],$,1,1 +0125,0125,12,symb,col_constant,80,['<'],<,1,1 +0125,0125,12,symb,col_constant,81,['~'],~],1,1 +0125,0125,12,symb,col_constant,82,[':'],:],1,1 +0125,0125,12,symb,col_constant,83,['$'],$,1,1 +0125,0125,12,symb,col_constant,84,['!'],!],1,1 +0125,0125,12,symb,col_constant,85,['<'],<],1,1 +0125,0125,12,symb,col_constant,86,['<'],<,1,1 +0125,0125,12,symb,col_constant,87,['~'],~],1,1 +0125,0125,12,symb,col_constant,88,['&'],&,1,1 +0125,0125,12,symb,col_constant,89,['~'],~,1,1 +0125,0125,12,symb,col_constant,90,['!'],!],1,1 +0125,0125,12,symb,col_constant,91,['!'],!,1,1 +0125,0125,12,symb,col_constant,92,['%'],%,1,1 +0125,0125,12,symb,col_constant,93,['~'],~],1,1 +0125,0125,12,symb,col_constant,94,['~'],~],1,1 +0125,0125,12,symb,col_constant,95,['!'],!],1,1 +0125,0125,12,symb,col_constant,96,['&'],&,1,1 +0125,0125,12,symb,col_constant,97,['<'],<,1,1 +0125,0125,12,symb,col_constant,98,['<'],<],1,1 +0125,0125,12,symb,col_constant,99,['*'],*,1,1 +0125,0125,12,symb,dist3_diag1,0,['*'],*,1,1 +0125,0125,12,symb,dist3_diag1,1,['('],(],1,1 +0125,0125,12,symb,dist3_diag1,2,['>'],>],1,1 +0125,0125,12,symb,dist3_diag1,3,['%'],%,1,1 +0125,0125,12,symb,dist3_diag1,4,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,5,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,6,['*'],*],1,1 +0125,0125,12,symb,dist3_diag1,7,['%'],%],1,1 +0125,0125,12,symb,dist3_diag1,8,['$'],$,1,1 +0125,0125,12,symb,dist3_diag1,9,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,10,['<'],<],1,1 +0125,0125,12,symb,dist3_diag1,11,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,12,['%'],%,1,1 +0125,0125,12,symb,dist3_diag1,13,['*'],*],1,1 +0125,0125,12,symb,dist3_diag1,14,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,15,['>'],>],1,1 +0125,0125,12,symb,dist3_diag1,16,['~'],~,1,1 +0125,0125,12,symb,dist3_diag1,17,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,18,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,19,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,20,['>'],>],1,1 +0125,0125,12,symb,dist3_diag1,21,['('],(],1,1 +0125,0125,12,symb,dist3_diag1,22,['$'],$],1,1 +0125,0125,12,symb,dist3_diag1,23,['$'],$],1,1 +0125,0125,12,symb,dist3_diag1,24,['>'],>],1,1 +0125,0125,12,symb,dist3_diag1,25,['<'],<],1,1 +0125,0125,12,symb,dist3_diag1,26,['('],(],1,1 +0125,0125,12,symb,dist3_diag1,27,['%'],%,1,1 +0125,0125,12,symb,dist3_diag1,28,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,29,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,30,['('],(],1,1 +0125,0125,12,symb,dist3_diag1,31,['*'],*,1,1 +0125,0125,12,symb,dist3_diag1,32,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,33,['%'],%],1,1 +0125,0125,12,symb,dist3_diag1,34,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,35,['$'],$],1,1 +0125,0125,12,symb,dist3_diag1,36,['%'],%],1,1 +0125,0125,12,symb,dist3_diag1,37,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,38,['('],(],1,1 +0125,0125,12,symb,dist3_diag1,39,['&'],&,1,1 +0125,0125,12,symb,dist3_diag1,40,['<'],<,1,1 +0125,0125,12,symb,dist3_diag1,41,['<'],<],1,1 +0125,0125,12,symb,dist3_diag1,42,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,43,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,44,['$'],$],1,1 +0125,0125,12,symb,dist3_diag1,45,['&'],&,1,1 +0125,0125,12,symb,dist3_diag1,46,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,47,['<'],<,1,1 +0125,0125,12,symb,dist3_diag1,48,['%'],%,1,1 +0125,0125,12,symb,dist3_diag1,49,['*'],*,1,1 +0125,0125,12,symb,dist3_diag1,50,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,51,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,52,['('],(],1,1 +0125,0125,12,symb,dist3_diag1,53,['<'],<],1,1 +0125,0125,12,symb,dist3_diag1,54,['$'],$],1,1 +0125,0125,12,symb,dist3_diag1,55,['<'],<],1,1 +0125,0125,12,symb,dist3_diag1,56,['%'],%,1,1 +0125,0125,12,symb,dist3_diag1,57,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,58,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,59,['&'],&,1,1 +0125,0125,12,symb,dist3_diag1,60,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,61,['('],(],1,1 +0125,0125,12,symb,dist3_diag1,62,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,63,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,64,['<'],<],1,1 +0125,0125,12,symb,dist3_diag1,65,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,66,['%'],%],1,1 +0125,0125,12,symb,dist3_diag1,67,['$'],$],1,1 +0125,0125,12,symb,dist3_diag1,68,['<'],<,1,1 +0125,0125,12,symb,dist3_diag1,69,['&'],&],1,1 +0125,0125,12,symb,dist3_diag1,70,['>'],>],1,1 +0125,0125,12,symb,dist3_diag1,71,['>'],>],1,1 +0125,0125,12,symb,dist3_diag1,72,['$'],$],1,1 +0125,0125,12,symb,dist3_diag1,73,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,74,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,75,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,76,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,77,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,78,['>'],>],1,1 +0125,0125,12,symb,dist3_diag1,79,['*'],*],1,1 +0125,0125,12,symb,dist3_diag1,80,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,81,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,82,['$'],$],1,1 +0125,0125,12,symb,dist3_diag1,83,['$'],$],1,1 +0125,0125,12,symb,dist3_diag1,84,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,85,['('],(],1,1 +0125,0125,12,symb,dist3_diag1,86,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,87,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,88,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,89,['%'],%],1,1 +0125,0125,12,symb,dist3_diag1,90,['('],(],1,1 +0125,0125,12,symb,dist3_diag1,91,['!'],!],1,1 +0125,0125,12,symb,dist3_diag1,92,[':'],:],1,1 +0125,0125,12,symb,dist3_diag1,93,['%'],%,1,1 +0125,0125,12,symb,dist3_diag1,94,['('],(],1,1 +0125,0125,12,symb,dist3_diag1,95,['%'],%],1,1 +0125,0125,12,symb,dist3_diag1,96,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,97,['$'],$],1,1 +0125,0125,12,symb,dist3_diag1,98,['~'],~],1,1 +0125,0125,12,symb,dist3_diag1,99,[':'],:],1,1 +0125,0125,12,symb,dist3_diag2,0,['$'],$],1,1 +0125,0125,12,symb,dist3_diag2,1,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,2,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,3,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,4,['*'],*,1,1 +0125,0125,12,symb,dist3_diag2,5,[':'],:],1,1 +0125,0125,12,symb,dist3_diag2,6,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,7,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,8,['$'],$],1,1 +0125,0125,12,symb,dist3_diag2,9,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,10,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,11,['&'],&],1,1 +0125,0125,12,symb,dist3_diag2,12,['&'],&,1,1 +0125,0125,12,symb,dist3_diag2,13,['$'],$],1,1 +0125,0125,12,symb,dist3_diag2,14,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,15,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,16,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,17,['<'],<,1,1 +0125,0125,12,symb,dist3_diag2,18,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,19,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,20,['$'],$],1,1 +0125,0125,12,symb,dist3_diag2,21,['&'],&,1,1 +0125,0125,12,symb,dist3_diag2,22,[':'],:],1,1 +0125,0125,12,symb,dist3_diag2,23,[':'],:],1,1 +0125,0125,12,symb,dist3_diag2,24,['~'],~],1,1 +0125,0125,12,symb,dist3_diag2,25,['!'],!,1,1 +0125,0125,12,symb,dist3_diag2,26,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,27,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,28,['~'],~],1,1 +0125,0125,12,symb,dist3_diag2,29,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,30,['~'],~],1,1 +0125,0125,12,symb,dist3_diag2,31,['*'],*,1,1 +0125,0125,12,symb,dist3_diag2,32,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,33,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,34,['%'],%],1,1 +0125,0125,12,symb,dist3_diag2,35,[':'],:],1,1 +0125,0125,12,symb,dist3_diag2,36,['~'],~],1,1 +0125,0125,12,symb,dist3_diag2,37,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,38,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,39,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,40,[':'],:],1,1 +0125,0125,12,symb,dist3_diag2,41,[':'],:],1,1 +0125,0125,12,symb,dist3_diag2,42,['*'],*],1,1 +0125,0125,12,symb,dist3_diag2,43,['$'],$],1,1 +0125,0125,12,symb,dist3_diag2,44,['*'],*,1,1 +0125,0125,12,symb,dist3_diag2,45,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,46,['<'],<,1,1 +0125,0125,12,symb,dist3_diag2,47,['<'],<,1,1 +0125,0125,12,symb,dist3_diag2,48,['%'],%,1,1 +0125,0125,12,symb,dist3_diag2,49,['$'],$],1,1 +0125,0125,12,symb,dist3_diag2,50,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,51,['*'],*,1,1 +0125,0125,12,symb,dist3_diag2,52,['$'],$],1,1 +0125,0125,12,symb,dist3_diag2,53,['*'],*,1,1 +0125,0125,12,symb,dist3_diag2,54,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,55,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,56,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,57,[':'],:],1,1 +0125,0125,12,symb,dist3_diag2,58,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,59,['$'],$,1,1 +0125,0125,12,symb,dist3_diag2,60,['&'],&,1,1 +0125,0125,12,symb,dist3_diag2,61,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,62,['$'],$],1,1 +0125,0125,12,symb,dist3_diag2,63,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,64,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,65,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,66,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,67,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,68,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,69,[':'],:],1,1 +0125,0125,12,symb,dist3_diag2,70,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,71,['~'],~],1,1 +0125,0125,12,symb,dist3_diag2,72,['<'],<,1,1 +0125,0125,12,symb,dist3_diag2,73,['$'],$,1,1 +0125,0125,12,symb,dist3_diag2,74,['~'],~],1,1 +0125,0125,12,symb,dist3_diag2,75,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,76,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,77,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,78,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,79,['%'],%],1,1 +0125,0125,12,symb,dist3_diag2,80,['$'],$],1,1 +0125,0125,12,symb,dist3_diag2,81,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,82,['>'],>],1,1 +0125,0125,12,symb,dist3_diag2,83,['%'],%],1,1 +0125,0125,12,symb,dist3_diag2,84,['('],)],0,1 +0125,0125,12,symb,dist3_diag2,85,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,86,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,87,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,88,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,89,['~'],~],1,1 +0125,0125,12,symb,dist3_diag2,90,['%'],%],1,1 +0125,0125,12,symb,dist3_diag2,91,['%'],%],1,1 +0125,0125,12,symb,dist3_diag2,92,['!'],!],1,1 +0125,0125,12,symb,dist3_diag2,93,['&'],&,1,1 +0125,0125,12,symb,dist3_diag2,94,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,95,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,96,['~'],~],1,1 +0125,0125,12,symb,dist3_diag2,97,['('],(],1,1 +0125,0125,12,symb,dist3_diag2,98,['<'],<],1,1 +0125,0125,12,symb,dist3_diag2,99,['%'],%],1,1 +0125,0125,12,symb,prog_size1,0,['('],?],0,1 +0125,0125,12,symb,prog_size1,1,['<'],)],0,1 +0125,0125,12,symb,prog_size1,2,['~'],],0,1 +0125,0125,12,symb,prog_size1,3,['>'],>],1,1 +0125,0125,12,symb,prog_size1,4,[':'],)],0,1 +0125,0125,12,symb,prog_size1,5,['$'],~],0,1 +0125,0125,12,symb,prog_size1,6,['%'],#,0,1 +0125,0125,12,symb,prog_size1,7,['&'],#],0,1 +0125,0125,12,symb,prog_size1,8,['*'],>],0,1 +0125,0125,12,symb,prog_size1,9,['!'],)],0,1 +0125,0125,12,symb,prog_size1,10,['('],:],0,1 +0125,0125,12,symb,prog_size1,11,['<'],$],0,1 +0125,0125,12,symb,prog_size2,0,[':'],%],0,1 +0125,0125,12,symb,prog_size2,1,['$'],&],0,1 +0125,0125,12,symb,prog_size2,2,['%'],#],0,1 +0125,0125,12,symb,prog_size2,3,['&'],$],0,1 +0125,0125,12,symb,two_rule_comb0,0,"['~', '$']",$,0,1 +0125,0125,12,symb,two_rule_comb0,1,"['>', '%']",> %],1,1 +0125,0125,12,symb,two_rule_comb0,2,"['*', '(']",* (,1,1 +0125,0125,12,symb,two_rule_comb0,3,"['*', '%']",* %],1,1 +0125,0125,12,symb,two_rule_comb0,4,"['$', '*']",$ *,1,1 +0125,0125,12,symb,two_rule_comb0,5,"['>', '%']",> %],1,1 +0125,0125,12,symb,two_rule_comb0,6,"['&', '$']",& $],1,1 +0125,0125,12,symb,two_rule_comb0,7,"['&', '>']",& >],1,1 +0125,0125,12,symb,two_rule_comb0,8,"['>', '!']",> !,1,1 +0125,0125,12,symb,two_rule_comb0,9,"['$', '%']",$ %],1,1 +0125,0125,12,symb,two_rule_comb0,10,"['>', '*']",> *,1,1 +0125,0125,12,symb,two_rule_comb0,11,"['&', '~']",& ~],1,1 +0125,0125,12,symb,two_rule_comb0,12,"['>', '(']",> (],1,1 +0125,0125,12,symb,two_rule_comb0,13,"['$', '>']",$ >,1,1 +0125,0125,12,symb,two_rule_comb0,14,"['%', '%']",% %],1,1 +0125,0125,12,symb,two_rule_comb0,15,"['!', '>']",! >,1,1 +0125,0125,12,symb,two_rule_comb0,16,"['>', '!']",> !],1,1 +0125,0125,12,symb,two_rule_comb0,17,"['$', '%']",$ %,1,1 +0125,0125,12,symb,two_rule_comb0,18,"['>', '*']",> *,1,1 +0125,0125,12,symb,two_rule_comb0,19,"['*', '~']",* ~,1,1 +0125,0125,12,symb,two_rule_comb0,20,"['<', '<']",< <],1,1 +0125,0125,12,symb,two_rule_comb0,21,"[':', '<']",: <,1,1 +0125,0125,12,symb,two_rule_comb0,22,"['~', '(']",~ (],1,1 +0125,0125,12,symb,two_rule_comb0,23,"['~', ':']",~ :],1,1 +0125,0125,12,symb,two_rule_comb0,24,"['>', '&']",> &,1,1 +0125,0125,12,symb,two_rule_comb0,25,"['<', '&']",< &],1,1 +0125,0125,12,symb,two_rule_comb0,26,"['~', ':']",~ :],1,1 +0125,0125,12,symb,two_rule_comb0,27,"['>', '>']",> >],1,1 +0125,0125,12,symb,two_rule_comb0,28,"['>', '&']",> &,1,1 +0125,0125,12,symb,two_rule_comb0,29,"['%', '*']",% *,1,1 +0125,0125,12,symb,two_rule_comb0,30,"['$', '(']",$ (,1,1 +0125,0125,12,symb,two_rule_comb0,31,"['(', '<']",( <,1,1 +0125,0125,12,symb,two_rule_comb0,32,"['!', '!']",!],0,1 +0125,0125,12,symb,two_rule_comb0,33,"['>', '$']",>],0,1 +0125,0125,12,symb,two_rule_comb0,34,"['(', '*']",( *],1,1 +0125,0125,12,symb,two_rule_comb0,35,"[':', '$']",: $,1,1 +0125,0125,12,symb,two_rule_comb0,36,"['~', '<']",~ <],1,1 +0125,0125,12,symb,two_rule_comb0,37,"['&', '<']",& <],1,1 +0125,0125,12,symb,two_rule_comb0,38,"['!', '~']",! ~,1,1 +0125,0125,12,symb,two_rule_comb0,39,"['<', '$']",< $,1,1 +0125,0125,12,symb,two_rule_comb0,40,"['<', '~']",< ~,1,1 +0125,0125,12,symb,two_rule_comb0,41,"['&', '*']",& *,1,1 +0125,0125,12,symb,two_rule_comb0,42,"['&', '>']",& >,1,1 +0125,0125,12,symb,two_rule_comb0,43,"[':', '%']",: %],1,1 +0125,0125,12,symb,two_rule_comb0,44,"['!', '*']",! *,1,1 +0125,0125,12,symb,two_rule_comb0,45,"['>', '(']",> (],1,1 +0125,0125,12,symb,two_rule_comb0,46,"['$', '~']",$ ~],1,1 +0125,0125,12,symb,two_rule_comb0,47,"['(', '*']",( *],1,1 +0125,0125,12,symb,two_rule_comb0,48,"['~', '(']",~ (],1,1 +0125,0125,12,symb,two_rule_comb0,49,"[':', '$']",: $,1,1 +0125,0125,12,symb,two_rule_comb0,50,"['*', '%']",* %,1,1 +0125,0125,12,symb,two_rule_comb0,51,"['>', '<']",> <,1,1 +0125,0125,12,symb,two_rule_comb0,52,"['*', '!']",* !,1,1 +0125,0125,12,symb,two_rule_comb0,53,"['!', '<']",! <],1,1 +0125,0125,12,symb,two_rule_comb0,54,"['%', '>']",% >,1,1 +0125,0125,12,symb,two_rule_comb0,55,"['&', '~']",& ~],1,1 +0125,0125,12,symb,two_rule_comb0,56,"['>', '&']",> &,1,1 +0125,0125,12,symb,two_rule_comb0,57,"['~', ':']",~ :],1,1 +0125,0125,12,symb,two_rule_comb0,58,"[':', '%']",: %,1,1 +0125,0125,12,symb,two_rule_comb0,59,"['!', '%']",! %,1,1 +0125,0125,12,symb,two_rule_comb0,60,"['!', '%']",! %],1,1 +0125,0125,12,symb,two_rule_comb0,61,"['*', '!']",* !,1,1 +0125,0125,12,symb,two_rule_comb0,62,"['~', '!']",~ !,1,1 +0125,0125,12,symb,two_rule_comb0,63,"['%', ':']",% :],1,1 +0125,0125,12,symb,two_rule_comb0,64,"['$', '>']",$ >,1,1 +0125,0125,12,symb,two_rule_comb0,65,"['<', '(']",< (],1,1 +0125,0125,12,symb,two_rule_comb0,66,"['*', '~']",* ~,1,1 +0125,0125,12,symb,two_rule_comb0,67,"['%', ':']",% :],1,1 +0125,0125,12,symb,two_rule_comb0,68,"[':', '%']",:] %,0,1 +0125,0125,12,symb,two_rule_comb0,69,"['~', '&']",~ &,1,1 +0125,0125,12,symb,two_rule_comb0,70,"['(', '~']",( ~],1,1 +0125,0125,12,symb,two_rule_comb0,71,"['$', '%']",$ %,1,1 +0125,0125,12,symb,two_rule_comb0,72,"['!', '*']",! *,1,1 +0125,0125,12,symb,two_rule_comb0,73,"['!', '<']",! <,1,1 +0125,0125,12,symb,two_rule_comb0,74,"['%', '<']",% <,1,1 +0125,0125,12,symb,two_rule_comb0,75,"['>', '%']",> %],1,1 +0125,0125,12,symb,two_rule_comb0,76,"['&', '$']",& $],1,1 +0125,0125,12,symb,two_rule_comb0,77,"['&', '>']",& >],1,1 +0125,0125,12,symb,two_rule_comb0,78,"['%', '&']",% &],1,1 +0125,0125,12,symb,two_rule_comb0,79,"['>', '>']",> >],1,1 +0125,0125,12,symb,two_rule_comb0,80,"['*', '<']",* <],1,1 +0125,0125,12,symb,two_rule_comb0,81,"['!', '<']",! <,1,1 +0125,0125,12,symb,two_rule_comb0,82,"['>', '>']",> >],1,1 +0125,0125,12,symb,two_rule_comb0,83,"['>', '%']",> %,1,1 +0125,0125,12,symb,two_rule_comb0,84,"['!', '&']",! &],1,1 +0125,0125,12,symb,two_rule_comb0,85,"['%', ':']",% :],1,1 +0125,0125,12,symb,two_rule_comb0,86,"['!', '%']",! %],1,1 +0125,0125,12,symb,two_rule_comb0,87,"['&', '<']",& <,1,1 +0125,0125,12,symb,two_rule_comb0,88,"[':', '%']",:] : %],0,1 +0125,0125,12,symb,two_rule_comb0,89,"['*', '>']",* >],1,1 +0125,0125,12,symb,two_rule_comb0,90,"[':', '<']",:] <,0,1 +0125,0125,12,symb,two_rule_comb0,91,"['!', '&']",!],0,1 +0125,0125,12,symb,two_rule_comb0,92,"['!', ':']",! :],1,1 +0125,0125,12,symb,two_rule_comb0,93,"['!', '$']",! $],1,1 +0125,0125,12,symb,two_rule_comb0,94,"['*', '*']",* *],1,1 +0125,0125,12,symb,two_rule_comb0,95,"[':', '!']",: !],1,1 +0125,0125,12,symb,two_rule_comb0,96,"['&', '<']",& <,1,1 +0125,0125,12,symb,two_rule_comb0,97,"['$', '(']",$ (,1,1 +0125,0125,12,symb,two_rule_comb0,98,"['<', '(']",< (,1,1 +0125,0125,12,symb,two_rule_comb0,99,"['!', '&']",! &,1,1 +0125,0125,12,symb,two_rule_comb1,0,"['&', '*']",& *,1,1 +0125,0125,12,symb,two_rule_comb1,1,"[':', '$']",$ $,0,1 +0125,0125,12,symb,two_rule_comb1,2,"['*', '~']",* ~,1,1 +0125,0125,12,symb,two_rule_comb1,3,"['!', '(']",! (,1,1 +0125,0125,12,symb,two_rule_comb1,4,"['*', '>']",* >,1,1 +0125,0125,12,symb,two_rule_comb1,5,"['(', '%']",( %],1,1 +0125,0125,12,symb,two_rule_comb1,6,"['>', '(']",> (],1,1 +0125,0125,12,symb,two_rule_comb1,7,"['&', '&']",& <,0,1 +0125,0125,12,symb,two_rule_comb1,8,"['>', '$']",> $,1,1 +0125,0125,12,symb,two_rule_comb1,9,"['!', '&']",! &,1,1 +0125,0125,12,symb,two_rule_comb1,10,"['!', '>']",! %,0,1 +0125,0125,12,symb,two_rule_comb1,11,"['%', '*']",* %,0,1 +0125,0125,12,symb,two_rule_comb1,12,"['~', '>']",~ >],1,1 +0125,0125,12,symb,two_rule_comb1,13,"[':', '*']",: *],1,1 +0125,0125,12,symb,two_rule_comb1,14,"['>', '(']",> (],1,1 +0125,0125,12,symb,two_rule_comb1,15,"['&', '!']",& !,1,1 +0125,0125,12,symb,two_rule_comb1,16,"['>', '!']",> !],1,1 +0125,0125,12,symb,two_rule_comb1,17,"['>', '>']",> >],1,1 +0125,0125,12,symb,two_rule_comb1,18,"['&', ':']",& :],1,1 +0125,0125,12,symb,two_rule_comb1,19,"['&', '$']",& $],1,1 +0125,0125,12,symb,two_rule_comb1,20,"['(', '$']",(% $],0,1 +0125,0125,12,symb,two_rule_comb1,21,"['*', '!']",* !],1,1 +0125,0125,12,symb,two_rule_comb1,22,"['~', '>']",~ >,1,1 +0125,0125,12,symb,two_rule_comb1,23,"['*', '<']",* <],1,1 +0125,0125,12,symb,two_rule_comb1,24,"['!', '&']",! &,1,1 +0125,0125,12,symb,two_rule_comb1,25,"['~', '<']",~ <],1,1 +0125,0125,12,symb,two_rule_comb1,26,"[':', '&']",: &],1,1 +0125,0125,12,symb,two_rule_comb1,27,"['~', ':']",~ :],1,1 +0125,0125,12,symb,two_rule_comb1,28,"['<', '(']",< (,1,1 +0125,0125,12,symb,two_rule_comb1,29,"['%', '(']",% (],1,1 +0125,0125,12,symb,two_rule_comb1,30,"['(', '$']",( $],1,1 +0125,0125,12,symb,two_rule_comb1,31,"['~', '*']",~ *],1,1 +0125,0125,12,symb,two_rule_comb1,32,"['&', '>']",& >,1,1 +0125,0125,12,symb,two_rule_comb1,33,"['!', '%']",! %],1,1 +0125,0125,12,symb,two_rule_comb1,34,"['&', '*']",& *,1,1 +0125,0125,12,symb,two_rule_comb1,35,"['(', '&']",( &],1,1 +0125,0125,12,symb,two_rule_comb1,36,"['~', '~']",~ <],0,1 +0125,0125,12,symb,two_rule_comb1,37,"['~', '*']",~ *],1,1 +0125,0125,12,symb,two_rule_comb1,38,"['!', '*']",! *,1,1 +0125,0125,12,symb,two_rule_comb1,39,"['$', '$']",$ <,0,1 +0125,0125,12,symb,two_rule_comb1,40,"['<', '$']",$ >,0,1 +0125,0125,12,symb,two_rule_comb1,41,"['%', '*']",% *,1,1 +0125,0125,12,symb,two_rule_comb1,42,"['!', '*']",! *,1,1 +0125,0125,12,symb,two_rule_comb1,43,"['*', '*']",* ~,0,1 +0125,0125,12,symb,two_rule_comb1,44,"[':', '&']",: &,1,1 +0125,0125,12,symb,two_rule_comb1,45,"['>', '!']",> !],1,1 +0125,0125,12,symb,two_rule_comb1,46,"['&', '<']",& <,1,1 +0125,0125,12,symb,two_rule_comb1,47,"['%', '<']",% <],1,1 +0125,0125,12,symb,two_rule_comb1,48,"['!', '<']",! $,0,1 +0125,0125,12,symb,two_rule_comb1,49,"['(', '>']",( >],1,1 +0125,0125,12,symb,two_rule_comb1,50,"['!', '$']",! $,1,1 +0125,0125,12,symb,two_rule_comb1,51,"['!', '(']",! (,1,1 +0125,0125,12,symb,two_rule_comb1,52,"[':', '$']",: $],1,1 +0125,0125,12,symb,two_rule_comb1,53,"['$', '<']",$ <],1,1 +0125,0125,12,symb,two_rule_comb1,54,"['%', ':']",% :],1,1 +0125,0125,12,symb,two_rule_comb1,55,"['~', '*']",~ *],1,1 +0125,0125,12,symb,two_rule_comb1,56,"['>', '%']",> %,1,1 +0125,0125,12,symb,two_rule_comb1,57,"['~', '~']",~ ~,1,1 +0125,0125,12,symb,two_rule_comb1,58,"['~', '!']",~ !],1,1 +0125,0125,12,symb,two_rule_comb1,59,"['(', '<']",: )],0,1 +0125,0125,12,symb,two_rule_comb1,60,"['~', '~']",> ~],0,1 +0125,0125,12,symb,two_rule_comb1,61,"[':', '(']",: (],1,1 +0125,0125,12,symb,two_rule_comb1,62,"['~', '(']",~ (],1,1 +0125,0125,12,symb,two_rule_comb1,63,"['*', '&']",* &],1,1 +0125,0125,12,symb,two_rule_comb1,64,"[':', '&']",: :],0,1 +0125,0125,12,symb,two_rule_comb1,65,"['!', '!']",% !],0,1 +0125,0125,12,symb,two_rule_comb1,66,"['<', '$']",< $],1,1 +0125,0125,12,symb,two_rule_comb1,67,"['(', '$']",$ $],0,1 +0125,0125,12,symb,two_rule_comb1,68,"['>', '>']",> >,1,1 +0125,0125,12,symb,two_rule_comb1,69,"['<', '*']",< *,1,1 +0125,0125,12,symb,two_rule_comb1,70,"['%', '&']",% &],1,1 +0125,0125,12,symb,two_rule_comb1,71,"['(', ':']",( :],1,1 +0125,0125,12,symb,two_rule_comb1,72,"[':', '!']",: !,1,1 +0125,0125,12,symb,two_rule_comb1,73,"['<', '~']",$ <],0,1 +0125,0125,12,symb,two_rule_comb1,74,"['!', ':']",! :],1,1 +0125,0125,12,symb,two_rule_comb1,75,"['>', '$']",> $],1,1 +0125,0125,12,symb,two_rule_comb1,76,"['!', '*']",! *,1,1 +0125,0125,12,symb,two_rule_comb1,77,"['>', '<']",< >,0,1 +0125,0125,12,symb,two_rule_comb1,78,"['<', '<']",< &],0,1 +0125,0125,12,symb,two_rule_comb1,79,"['~', ':']",~ :],1,1 +0125,0125,12,symb,two_rule_comb1,80,"['~', ':']",~ :],1,1 +0125,0125,12,symb,two_rule_comb1,81,"['%', '~']",% ~],1,1 +0125,0125,12,symb,two_rule_comb1,82,"['<', '%']",< %,1,1 +0125,0125,12,symb,two_rule_comb1,83,"['&', '*']",& *,1,1 +0125,0125,12,symb,two_rule_comb1,84,"['>', '>']",> !,0,1 +0125,0125,12,symb,two_rule_comb1,85,"['<', '(']",< (,1,1 +0125,0125,12,symb,two_rule_comb1,86,"['&', '>']",& >],1,1 +0125,0125,12,symb,two_rule_comb1,87,"['&', '(']",& (],1,1 +0125,0125,12,symb,two_rule_comb1,88,"['&', '&']",:& <],0,1 +0125,0125,12,symb,two_rule_comb1,89,"['~', '$']",~ !],0,1 +0125,0125,12,symb,two_rule_comb1,90,"['*', '>']",* >,1,1 +0125,0125,12,symb,two_rule_comb1,91,"['(', '(']",% (,0,1 +0125,0125,12,symb,two_rule_comb1,92,"['&', '*']",& *],1,1 +0125,0125,12,symb,two_rule_comb1,93,"['%', '%']",% &],0,1 +0125,0125,12,symb,two_rule_comb1,94,"['>', '(']",> (],1,1 +0125,0125,12,symb,two_rule_comb1,95,"['&', '<']",& <,1,1 +0125,0125,12,symb,two_rule_comb1,96,"['>', '&']",&,0,1 +0125,0125,12,symb,two_rule_comb1,97,"['!', '$']",! $,1,1 +0125,0125,12,symb,two_rule_comb1,98,"['>', '~']",: ~],0,1 +0125,0125,12,symb,two_rule_comb1,99,"['*', '&']",* &],1,1 +0125,0125,12,symb,two_rule_comb2,0,"['&', '%']",# %],0,1 +0125,0125,12,symb,two_rule_comb2,1,"['%', '>']",: >],0,1 +0125,0125,12,symb,two_rule_comb2,2,"['~', '<']",~ &],0,1 +0125,0125,12,symb,two_rule_comb2,3,"['&', '<']",> <],0,1 +0125,0125,12,symb,two_rule_comb2,4,"['>', '*']",( *,0,1 +0125,0125,12,symb,two_rule_comb2,5,"['*', '~']",* !,0,1 +0125,0125,12,symb,two_rule_comb2,6,"['(', ':']",( <],0,1 +0125,0125,12,symb,two_rule_comb2,7,"['!', '*']",! ~],0,1 +0125,0125,12,symb,two_rule_comb2,8,"['$', '$']",< $,0,1 +0125,0125,12,symb,two_rule_comb2,9,"['~', '<']",~ <,1,1 +0125,0125,12,symb,two_rule_comb2,10,"[':', ':']",< :],0,1 +0125,0125,12,symb,two_rule_comb2,11,"['$', '<']",? <],0,1 +0125,0125,12,symb,two_rule_comb2,12,"['<', '(']",< >,0,1 +0125,0125,12,symb,two_rule_comb2,13,"['(', '~']",: ~],0,1 +0125,0125,12,symb,two_rule_comb2,14,"['*', '!']",? ?],0,1 +0125,0125,12,symb,two_rule_comb2,15,"[':', '<']",: <],1,1 +0125,0125,12,symb,two_rule_comb2,16,"['(', '$']",( !),0,1 +0125,0125,12,symb,two_rule_comb2,17,"['$', '(']",< (],0,1 +0125,0125,12,symb,two_rule_comb2,18,"['%', '%']",% :],0,1 +0125,0125,12,symb,two_rule_comb2,19,"['<', '(']",< >,0,1 +0125,0125,12,symb,two_rule_comb2,20,"['(', '<']",: <],0,1 +0125,0125,12,symb,two_rule_comb2,21,"['%', '~']",% ~],1,1 +0125,0125,12,symb,two_rule_comb2,22,"['&', '<']",& :],0,1 +0125,0125,12,symb,two_rule_comb2,23,"['<', '$']",< ~],0,1 +0125,0125,12,symb,two_rule_comb2,24,"['<', '!']",& !,0,1 +0125,0125,12,symb,two_rule_comb2,25,"['%', '~']",% *,0,1 +0125,0125,12,symb,two_rule_comb2,26,"[':', '>']",% >,0,1 +0125,0125,12,symb,two_rule_comb2,27,"['~', '&']",~ <],0,1 +0125,0125,12,symb,two_rule_comb2,28,"['$', '&']",$ >,0,1 +0125,0125,12,symb,two_rule_comb2,29,"['%', '(']",% :],0,1 +0125,0125,12,symb,two_rule_comb2,30,"['!', '*']",! :],0,1 +0125,0125,12,symb,two_rule_comb2,31,"['~', '<']",~ *],0,1 +0125,0125,12,symb,two_rule_comb2,32,"['&', '*']",& <,0,1 +0125,0125,12,symb,two_rule_comb2,33,"['<', '~']",< %,0,1 +0125,0125,12,symb,two_rule_comb2,34,"['<', '&']",< >,0,1 +0125,0125,12,symb,two_rule_comb2,35,"['>', '~']",:],0,1 +0125,0125,12,symb,two_rule_comb2,36,"[':', '%']",% %],0,1 +0125,0125,12,symb,two_rule_comb2,37,"['$', '~']",< ~],0,1 +0125,0125,12,symb,two_rule_comb2,38,"['(', '*']",% *],0,1 +0125,0125,12,symb,two_rule_comb2,39,"['*', '&']",* <],0,1 +0125,0125,12,symb,two_rule_comb2,40,"[':', '!']",% !,0,1 +0125,0125,12,symb,two_rule_comb2,41,"['$', '~']",$ *,0,1 +0125,0125,12,symb,two_rule_comb2,42,"['~', '<']",* <],0,1 +0125,0125,12,symb,two_rule_comb2,43,"[':', '$']",: &,0,1 +0125,0125,12,symb,two_rule_comb2,44,"['(', '!']",$ (,0,1 +0125,0125,12,symb,two_rule_comb2,45,"['>', '&']",> %,0,1 +0125,0125,12,symb,two_rule_comb2,46,"['%', ':']",% *,0,1 +0125,0125,12,symb,two_rule_comb2,47,"['!', '>']",> >],0,1 +0125,0125,12,symb,two_rule_comb2,48,"['>', '<']",> &],0,1 +0125,0125,12,symb,two_rule_comb2,49,"['<', '!']",: !],0,1 +0125,0125,12,symb,two_rule_comb2,50,"['~', '(']",~ >,0,1 +0125,0125,12,symb,two_rule_comb2,51,"['$', '!']",< !],0,1 +0125,0125,12,symb,two_rule_comb2,52,"['&', '&']",& <,0,1 +0125,0125,12,symb,two_rule_comb2,53,"['%', '$']",% ~,0,1 +0125,0125,12,symb,two_rule_comb2,54,"['~', ':']",! :],0,1 +0125,0125,12,symb,two_rule_comb2,55,"['~', '!']",{< !],0,1 +0125,0125,12,symb,two_rule_comb2,56,"[':', '<']",% <,0,1 +0125,0125,12,symb,two_rule_comb2,57,"['$', '~']",$ !,0,1 +0125,0125,12,symb,two_rule_comb2,58,"['<', '%']",: %],0,1 +0125,0125,12,symb,two_rule_comb2,59,"['%', '<']",% *,0,1 +0125,0125,12,symb,two_rule_comb2,60,"['*', '%']",% %],0,1 +0125,0125,12,symb,two_rule_comb2,61,"['%', '*']",% *],1,1 +0125,0125,12,symb,two_rule_comb2,62,"['<', '&']",< >,0,1 +0125,0125,12,symb,two_rule_comb2,63,"[':', '*']",< *],0,1 +0125,0125,12,symb,two_rule_comb2,64,"[':', '>']",< >],0,1 +0125,0125,12,symb,two_rule_comb2,65,"['$', '&']",$ >,0,1 +0125,0125,12,symb,two_rule_comb2,66,"['<', '$']",: $],0,1 +0125,0125,12,symb,two_rule_comb2,67,"['$', '%']",% %],0,1 +0125,0125,12,symb,two_rule_comb2,68,"['%', '$']",% &],0,1 +0125,0125,12,symb,two_rule_comb2,69,"['%', '%']",% :],0,1 +0125,0125,12,symb,two_rule_comb2,70,"['<', ':']",* :],0,1 +0125,0125,12,symb,two_rule_comb2,71,"['$', ':']",$ %,0,1 +0125,0125,12,symb,two_rule_comb2,72,"['&', '&']",& >],0,1 +0125,0125,12,symb,two_rule_comb2,73,"['(', '!']",% %,0,1 +0125,0125,12,symb,two_rule_comb2,74,"[':', '*']",: ~],0,1 +0125,0125,12,symb,two_rule_comb2,75,"['%', '*']",:],0,1 +0125,0125,12,symb,two_rule_comb2,76,"['<', '>']",> >,0,1 +0125,0125,12,symb,two_rule_comb2,77,"[':', ':']",: <],0,1 +0125,0125,12,symb,two_rule_comb2,78,"['~', '~']",~ ~],1,1 +0125,0125,12,symb,two_rule_comb2,79,"[':', '%']",% %],0,1 +0125,0125,12,symb,two_rule_comb2,80,"['*', '*']",* ~],0,1 +0125,0125,12,symb,two_rule_comb2,81,"['%', ':']",# :],0,1 +0125,0125,12,symb,two_rule_comb2,82,"['>', '<']",% <],0,1 +0125,0125,12,symb,two_rule_comb2,83,"[':', '(']",: >],0,1 +0125,0125,12,symb,two_rule_comb2,84,"['<', '*']",$ *,0,1 +0125,0125,12,symb,two_rule_comb2,85,"[':', '%']",: %],1,1 +0125,0125,12,symb,two_rule_comb2,86,"['<', '%']",< !],0,1 +0125,0125,12,symb,two_rule_comb2,87,"['%', '!']",: !],0,1 +0125,0125,12,symb,two_rule_comb2,88,"['>', '&']",( &,0,1 +0125,0125,12,symb,two_rule_comb2,89,"['~', '%']",~ #],0,1 +0125,0125,12,symb,two_rule_comb2,90,"[':', '<']",% <],0,1 +0125,0125,12,symb,two_rule_comb2,91,"['$', '<']",< <],0,1 +0125,0125,12,symb,two_rule_comb2,92,"['%', '<']",! <],0,1 +0125,0125,12,symb,two_rule_comb2,93,"['>', '>']",( >],0,1 +0125,0125,12,symb,two_rule_comb2,94,"['>', '%']",! %],0,1 +0125,0125,12,symb,two_rule_comb2,95,"['&', '%']",% %],0,1 +0125,0125,12,symb,two_rule_comb2,96,"['*', '%']",~ %],0,1 +0125,0125,12,symb,two_rule_comb2,97,"['<', '&']",< <],0,1 +0125,0125,12,symb,two_rule_comb2,98,"['~', '(']",~ >,0,1 +0125,0125,12,symb,two_rule_comb2,99,"['*', '>']",* (],0,1 +0125,0125,12,symb,two_rule_comb3,0,"['$', '&']",$ &],1,1 +0125,0125,12,symb,two_rule_comb3,1,"['$', '%']",$ %,1,1 +0125,0125,12,symb,two_rule_comb3,2,"['(', ':']",( :],1,1 +0125,0125,12,symb,two_rule_comb3,3,"['&', ':']",& :],1,1 +0125,0125,12,symb,two_rule_comb3,4,"['<', '>']",< >],1,1 +0125,0125,12,symb,two_rule_comb3,5,"[':', '*']",: *],1,1 +0125,0125,12,symb,two_rule_comb3,6,"['$', '*']",$ *],1,1 +0125,0125,12,symb,two_rule_comb3,7,"['~', '&']",~ &],1,1 +0125,0125,12,symb,two_rule_comb3,8,"['$', ':']",$ :],1,1 +0125,0125,12,symb,two_rule_comb3,9,"['(', '<']",( <],1,1 +0125,0125,12,symb,two_rule_comb3,10,"['%', '(']",% ),0,1 +0125,0125,12,symb,two_rule_comb3,11,"[':', '~']",: ~],1,1 +0125,0125,12,symb,two_rule_comb3,12,"[':', '!']",: !],1,1 +0125,0125,12,symb,two_rule_comb3,13,"['<', '$']",< $,1,1 +0125,0125,12,symb,two_rule_comb3,14,"['~', '(']",~ (],1,1 +0125,0125,12,symb,two_rule_comb3,15,"['<', '!']",< !,1,1 +0125,0125,12,symb,two_rule_comb3,16,"['%', '<']",% <],1,1 +0125,0125,12,symb,two_rule_comb3,17,"['<', '<']",< <],1,1 +0125,0125,12,symb,two_rule_comb3,18,"['>', '%']",> %,1,1 +0125,0125,12,symb,two_rule_comb3,19,"['<', '~']",< ~],1,1 +0125,0125,12,symb,two_rule_comb3,20,"['~', '(']",~ (],1,1 +0125,0125,12,symb,two_rule_comb3,21,"['%', '~']",% ~,1,1 +0125,0125,12,symb,two_rule_comb3,22,"['>', '%']",> %],1,1 +0125,0125,12,symb,two_rule_comb3,23,"['~', ':']",~ :],1,1 +0125,0125,12,symb,two_rule_comb3,24,"[':', '!']",: !,1,1 +0125,0125,12,symb,two_rule_comb3,25,"['&', '>']",& >,1,1 +0125,0125,12,symb,two_rule_comb3,26,"['&', '*']",$ &,0,1 +0125,0125,12,symb,two_rule_comb3,27,"['(', '~']",( ~],1,1 +0125,0125,12,symb,two_rule_comb3,28,"['&', '*']",*&,0,1 +0125,0125,12,symb,two_rule_comb3,29,"['%', '*']",% *],1,1 +0125,0125,12,symb,two_rule_comb3,30,"['*', '(']",* (],1,1 +0125,0125,12,symb,two_rule_comb3,31,"['<', '<']",< %],0,1 +0125,0125,12,symb,two_rule_comb3,32,"['$', '~']",$ ~,1,1 +0125,0125,12,symb,two_rule_comb3,33,"['$', '%']",% ~],0,1 +0125,0125,12,symb,two_rule_comb3,34,"['!', '(']",! !],0,1 +0125,0125,12,symb,two_rule_comb3,35,"['%', '&']",% &],1,1 +0125,0125,12,symb,two_rule_comb3,36,"['~', '!']",~ !],1,1 +0125,0125,12,symb,two_rule_comb3,37,"['!', '*']",! *,1,1 +0125,0125,12,symb,two_rule_comb3,38,"['*', '&']",* &,1,1 +0125,0125,12,symb,two_rule_comb3,39,"['&', '!']",& !],1,1 +0125,0125,12,symb,two_rule_comb3,40,"['$', '&']",$ &,1,1 +0125,0125,12,symb,two_rule_comb3,41,"['(', '(']",( (],1,1 +0125,0125,12,symb,two_rule_comb3,42,"['$', ':']",: $],0,1 +0125,0125,12,symb,two_rule_comb3,43,"['!', '*']",! *],1,1 +0125,0125,12,symb,two_rule_comb3,44,"['%', ':']",% :],1,1 +0125,0125,12,symb,two_rule_comb3,45,"['<', '*']",< *],1,1 +0125,0125,12,symb,two_rule_comb3,46,"['*', '!']",* !,1,1 +0125,0125,12,symb,two_rule_comb3,47,"['*', '(']",* (],1,1 +0125,0125,12,symb,two_rule_comb3,48,"['<', '&']",<&],1,1 +0125,0125,12,symb,two_rule_comb3,49,"['<', '*']",< *],1,1 +0125,0125,12,symb,two_rule_comb3,50,"['~', '$']",~ $],1,1 +0125,0125,12,symb,two_rule_comb3,51,"['~', '~']",& ~,0,1 +0125,0125,12,symb,two_rule_comb3,52,"['~', '!']",~ !],1,1 +0125,0125,12,symb,two_rule_comb3,53,"['(', '*']",( *],1,1 +0125,0125,12,symb,two_rule_comb3,54,"['$', '$']",$ >,0,1 +0125,0125,12,symb,two_rule_comb3,55,"['*', '~']",* ~],1,1 +0125,0125,12,symb,two_rule_comb3,56,"['!', '%']",! %,1,1 +0125,0125,12,symb,two_rule_comb3,57,"[':', '~']",: ~],1,1 +0125,0125,12,symb,two_rule_comb3,58,"['>', ':']",: >],0,1 +0125,0125,12,symb,two_rule_comb3,59,"['!', '*']",! *],1,1 +0125,0125,12,symb,two_rule_comb3,60,"[':', '&']",: &],1,1 +0125,0125,12,symb,two_rule_comb3,61,"['!', '>']",! >],1,1 +0125,0125,12,symb,two_rule_comb3,62,"['$', '~']",$ ~],1,1 +0125,0125,12,symb,two_rule_comb3,63,"['$', '&']",$ &,1,1 +0125,0125,12,symb,two_rule_comb3,64,"['&', '&']",& %],0,1 +0125,0125,12,symb,two_rule_comb3,65,"['$', '>']",$ >,1,1 +0125,0125,12,symb,two_rule_comb3,66,"[':', '>']",: >],1,1 +0125,0125,12,symb,two_rule_comb3,67,"['$', '*']",$ *],1,1 +0125,0125,12,symb,two_rule_comb3,68,"[':', '*']",: *],1,1 +0125,0125,12,symb,two_rule_comb3,69,"['&', '!']",& !],1,1 +0125,0125,12,symb,two_rule_comb3,70,"['(', '>']",( >],1,1 +0125,0125,12,symb,two_rule_comb3,71,"['>', '*']",> *],1,1 +0125,0125,12,symb,two_rule_comb3,72,"['%', '*']",% *,1,1 +0125,0125,12,symb,two_rule_comb3,73,"['~', '&']",~ &],1,1 +0125,0125,12,symb,two_rule_comb3,74,"['!', '!']",! !],1,1 +0125,0125,12,symb,two_rule_comb3,75,"[':', '(']",: (],1,1 +0125,0125,12,symb,two_rule_comb3,76,"['>', '%']",% >,0,1 +0125,0125,12,symb,two_rule_comb3,77,"['%', ':']",% :],1,1 +0125,0125,12,symb,two_rule_comb3,78,"[':', '!']",: !],1,1 +0125,0125,12,symb,two_rule_comb3,79,"['(', '*']",( *],1,1 +0125,0125,12,symb,two_rule_comb3,80,"['&', '%']",& %],1,1 +0125,0125,12,symb,two_rule_comb3,81,"['!', '%']",! %],1,1 +0125,0125,12,symb,two_rule_comb3,82,"['&', '(']",& (],1,1 +0125,0125,12,symb,two_rule_comb3,83,"['%', '(']",% (],1,1 +0125,0125,12,symb,two_rule_comb3,84,"['&', '(']",& (],1,1 +0125,0125,12,symb,two_rule_comb3,85,"['~', '$']",$ ~,0,1 +0125,0125,12,symb,two_rule_comb3,86,"['!', ':']",: !],0,1 +0125,0125,12,symb,two_rule_comb3,87,"['$', '<']",< &],0,1 +0125,0125,12,symb,two_rule_comb3,88,"['~', '*']",~ *],1,1 +0125,0125,12,symb,two_rule_comb3,89,"['*', '&']",& %],0,1 +0125,0125,12,symb,two_rule_comb3,90,"['!', '~']",$ ~,0,1 +0125,0125,12,symb,two_rule_comb3,91,"['<', '(']",< :],0,1 +0125,0125,12,symb,two_rule_comb3,92,"['*', '<']",* <],1,1 +0125,0125,12,symb,two_rule_comb3,93,"['*', '~']",* ~,1,1 +0125,0125,12,symb,two_rule_comb3,94,"['~', '*']",~ *],1,1 +0125,0125,12,symb,two_rule_comb3,95,"['>', ':']",> :],1,1 +0125,0125,12,symb,two_rule_comb3,96,"['<', ':']",< :],1,1 +0125,0125,12,symb,two_rule_comb3,97,"[':', '$']",: $],1,1 +0125,0125,12,symb,two_rule_comb3,98,"['&', '!']",& !],1,1 +0125,0125,12,symb,two_rule_comb3,99,"['(', '$']",( $],1,1 +0125,0125,12,symb,two_rule_comb4,0,"['&', '~']",$ >,0,1 +0125,0125,12,symb,two_rule_comb4,1,"['<', '>']",& (],0,1 +0125,0125,12,symb,two_rule_comb4,2,"['(', '!']",& !,0,1 +0125,0125,12,symb,two_rule_comb4,3,"['!', '&']",! :],0,1 +0125,0125,12,symb,two_rule_comb4,4,"['&', '(']",( (],0,1 +0125,0125,12,symb,two_rule_comb4,5,"['$', '&']",$ ),0,1 +0125,0125,12,symb,two_rule_comb4,6,"['&', '!']",% *],0,1 +0125,0125,12,symb,two_rule_comb4,7,"['!', '(']",! <,0,1 +0125,0125,12,symb,two_rule_comb4,8,"['~', '(']",) !],0,1 +0125,0125,12,symb,two_rule_comb4,9,"['*', '(']",~ >],0,1 +0125,0125,12,symb,two_rule_comb4,10,"[':', '<']",* <],0,1 +0125,0125,12,symb,two_rule_comb4,11,"['%', '&']",: <],0,1 +0125,0125,12,symb,two_rule_comb4,12,"['$', '(']",$ >,0,1 +0125,0125,12,symb,two_rule_comb4,13,"['$', '%']",$ ~,0,1 +0125,0125,12,symb,two_rule_comb4,14,"['$', '*']",$ <],0,1 +0125,0125,12,symb,two_rule_comb4,15,"['~', '~']",~ !],0,1 +0125,0125,12,symb,two_rule_comb4,16,"['&', '%']",$ %,0,1 +0125,0125,12,symb,two_rule_comb4,17,"['<', '$']",< ~],0,1 +0125,0125,12,symb,two_rule_comb4,18,"['>', '$']",! &,0,1 +0125,0125,12,symb,two_rule_comb4,19,"['*', '!']",$ ~,0,1 +0125,0125,12,symb,two_rule_comb4,20,"['$', '*']",* ~],0,1 +0125,0125,12,symb,two_rule_comb4,21,"['(', '&']",: >,0,1 +0125,0125,12,symb,two_rule_comb4,22,"['(', '!']",: &],0,1 +0125,0125,12,symb,two_rule_comb4,23,"['&', '!']",$ ~],0,1 +0125,0125,12,symb,two_rule_comb4,24,"['<', ':']",<*,0,1 +0125,0125,12,symb,two_rule_comb4,25,"['<', '!']",< ~,0,1 +0125,0125,12,symb,two_rule_comb4,26,"['&', '&']",% &,0,1 +0125,0125,12,symb,two_rule_comb4,27,"[':', '(']",% &],0,1 +0125,0125,12,symb,two_rule_comb4,28,"['(', '*']",% !],0,1 +0125,0125,12,symb,two_rule_comb4,29,"['(', '&']",( *],0,1 +0125,0125,12,symb,two_rule_comb4,30,"['$', '~']",< %],0,1 +0125,0125,12,symb,two_rule_comb4,31,"['%', '>']",: <],0,1 +0125,0125,12,symb,two_rule_comb4,32,"['%', '%']",% $],0,1 +0125,0125,12,symb,two_rule_comb4,33,"['<', '%']",< ~],0,1 +0125,0125,12,symb,two_rule_comb4,34,"[':', '~']",% >],0,1 +0125,0125,12,symb,two_rule_comb4,35,"['<', '>']",< (],0,1 +0125,0125,12,symb,two_rule_comb4,36,"['%', '(']",: $],0,1 +0125,0125,12,symb,two_rule_comb4,37,"['$', '(']",$ >,0,1 +0125,0125,12,symb,two_rule_comb4,38,"['>', '%']",> >],0,1 +0125,0125,12,symb,two_rule_comb4,39,"['%', '(']",! *],0,1 +0125,0125,12,symb,two_rule_comb4,40,"['>', '*']",> !],0,1 +0125,0125,12,symb,two_rule_comb4,41,"['!', '$']",> *],0,1 +0125,0125,12,symb,two_rule_comb4,42,"['<', '%']",< *],0,1 +0125,0125,12,symb,two_rule_comb4,43,"['$', '<']",& <],0,1 +0125,0125,12,symb,two_rule_comb4,44,"['<', '%']",< !,0,1 +0125,0125,12,symb,two_rule_comb4,45,"['&', '!']",> !],0,1 +0125,0125,12,symb,two_rule_comb4,46,"['&', '%']",$ *],0,1 +0125,0125,12,symb,two_rule_comb4,47,"['*', '(']",* <,0,1 +0125,0125,12,symb,two_rule_comb4,48,"['<', '(']",: (],0,1 +0125,0125,12,symb,two_rule_comb4,49,"['~', '!']",% %],0,1 +0125,0125,12,symb,two_rule_comb4,50,"['$', '(']",& :],0,1 +0125,0125,12,symb,two_rule_comb4,51,"['~', '<']",*,0,1 +0125,0125,12,symb,two_rule_comb4,52,"[':', '~']",: <,0,1 +0125,0125,12,symb,two_rule_comb4,53,"['>', '*']",* *],0,1 +0125,0125,12,symb,two_rule_comb4,54,"['~', '(']",< <],0,1 +0125,0125,12,symb,two_rule_comb4,55,"['>', '!']",( >,0,1 +0125,0125,12,symb,two_rule_comb4,56,"['>', '$']",$ $],0,1 +0125,0125,12,symb,two_rule_comb4,57,"[':', '&']",: *],0,1 +0125,0125,12,symb,two_rule_comb4,58,"['~', '&']",! &],0,1 +0125,0125,12,symb,two_rule_comb4,59,"[':', ':']",: *],0,1 +0125,0125,12,symb,two_rule_comb4,60,"['&', '<']",% <],0,1 +0125,0125,12,symb,two_rule_comb4,61,"[':', '<']",: :],0,1 +0125,0125,12,symb,two_rule_comb4,62,"['$', '!']",! >,0,1 +0125,0125,12,symb,two_rule_comb4,63,"['%', '*']",! *],0,1 +0125,0125,12,symb,two_rule_comb4,64,"['%', '*']",: %],0,1 +0125,0125,12,symb,two_rule_comb4,65,"['*', '>']",* ~],0,1 +0125,0125,12,symb,two_rule_comb4,66,"['*', '>']",* !,0,1 +0125,0125,12,symb,two_rule_comb4,67,"['~', '(']",~ ~],0,1 +0125,0125,12,symb,two_rule_comb4,68,"['!', '>']",: >],0,1 +0125,0125,12,symb,two_rule_comb4,69,"['&', '<']",& :],0,1 +0125,0125,12,symb,two_rule_comb4,70,"['&', '&']",& >],0,1 +0125,0125,12,symb,two_rule_comb4,71,"['%', '&']",% >],0,1 +0125,0125,12,symb,two_rule_comb4,72,"['(', '$']",: :],0,1 +0125,0125,12,symb,two_rule_comb4,73,"['<', '!']",: !],0,1 +0125,0125,12,symb,two_rule_comb4,74,"['%', '%']",% $],0,1 +0125,0125,12,symb,two_rule_comb4,75,"['!', '%']",! *,0,1 +0125,0125,12,symb,two_rule_comb4,76,"['&', '!']",: *],0,1 +0125,0125,12,symb,two_rule_comb4,77,"['!', '$']",$ ~,0,1 +0125,0125,12,symb,two_rule_comb4,78,"['>', '<']",> *],0,1 +0125,0125,12,symb,two_rule_comb4,79,"['<', '~']",: >,0,1 +0125,0125,12,symb,two_rule_comb4,80,"['(', '~']",( *],0,1 +0125,0125,12,symb,two_rule_comb4,81,"['(', ':']",% :],0,1 +0125,0125,12,symb,two_rule_comb4,82,"['!', '*']",> :],0,1 +0125,0125,12,symb,two_rule_comb4,83,"['%', '*']",! *],0,1 +0125,0125,12,symb,two_rule_comb4,84,"['>', '%']",% :],0,1 +0125,0125,12,symb,two_rule_comb4,85,"['<', '&']",< >],0,1 +0125,0125,12,symb,two_rule_comb4,86,"['>', ':']",> :],1,1 +0125,0125,12,symb,two_rule_comb4,87,"['%', '<']",% ],0,1 +0125,0125,12,symb,two_rule_comb4,88,"['>', '(']",! *],0,1 +0125,0125,12,symb,two_rule_comb4,89,"['$', '$']",< ~],0,1 +0125,0125,12,symb,two_rule_comb4,90,"[':', '%']",: ~],0,1 +0125,0125,12,symb,two_rule_comb4,91,"['*', '&']",~ &,0,1 +0125,0125,12,symb,two_rule_comb4,92,"['(', '<']",< *],0,1 +0125,0125,12,symb,two_rule_comb4,93,"['(', '<']",> <],0,1 +0125,0125,12,symb,two_rule_comb4,94,"['~', '%']",! ~],0,1 +0125,0125,12,symb,two_rule_comb4,95,"['!', '<']",!*,0,1 +0125,0125,12,symb,two_rule_comb4,96,"['>', '&']",> >],0,1 +0125,0125,12,symb,two_rule_comb4,97,"['(', '$']",( >],0,1 +0125,0125,12,symb,two_rule_comb4,98,"['%', '$']",% ~,0,1 +0125,0125,12,symb,two_rule_comb4,99,"['&', '~']",# ~],0,1 +0125,0125,12,symb,two_rule_comb5,0,"['*', '%']",* %],1,1 +0125,0125,12,symb,two_rule_comb5,1,"['(', '(']",# ?,0,1 +0125,0125,12,symb,two_rule_comb5,2,"['$', '$']",: &],0,1 +0125,0125,12,symb,two_rule_comb5,3,"['(', '<']",: &,0,1 +0125,0125,12,symb,two_rule_comb5,4,"['$', '(']",% <,0,1 +0125,0125,12,symb,two_rule_comb5,5,"['%', '&']",: $],0,1 +0125,0125,12,symb,two_rule_comb5,6,"['$', '&']",(? &),0,1 +0125,0125,12,symb,two_rule_comb5,7,"['*', '!']",> !],0,1 +0125,0125,12,symb,two_rule_comb5,8,"['(', '%']",: :],0,1 +0125,0125,12,symb,two_rule_comb5,9,"['!', '(']",> %],0,1 +0125,0125,12,symb,two_rule_comb5,10,"['$', '%']",< (],0,1 +0125,0125,12,symb,two_rule_comb5,11,"['(', ':']",# @],0,1 +0125,0125,12,symb,two_rule_comb5,12,"['$', '~']",! ~],0,1 +0125,0125,12,symb,two_rule_comb5,13,"['!', '~']",> *],0,1 +0125,0125,12,symb,two_rule_comb5,14,"['<', ':']",& (,0,1 +0125,0125,12,symb,two_rule_comb5,15,"['~', '&']",! (],0,1 +0125,0125,12,symb,two_rule_comb5,16,"['&', '$']",~ $],0,1 +0125,0125,12,symb,two_rule_comb5,17,"['~', '(']",# @],0,1 +0125,0125,12,symb,two_rule_comb5,18,"['&', '%']",$ :],0,1 +0125,0125,12,symb,two_rule_comb5,19,"['>', '$']",? ?],0,1 +0125,0125,12,symb,two_rule_comb5,20,"['&', '$']",$ &,0,1 +0125,0125,12,symb,two_rule_comb5,21,"[':', '<']",& ],0,1 +0125,0125,12,symb,two_rule_comb5,22,"['$', '~']",) )],0,1 +0125,0125,12,symb,two_rule_comb5,23,"['~', '%']",# @],0,1 +0125,0125,12,symb,two_rule_comb5,24,"['$', '!']",& >],0,1 +0125,0125,12,symb,two_rule_comb5,25,"['$', ':']",< :],0,1 +0125,0125,12,symb,two_rule_comb5,26,"['&', '<']",& >],0,1 +0125,0125,12,symb,two_rule_comb5,27,"['*', '~']",* ~,1,1 +0125,0125,12,symb,two_rule_comb5,28,"['$', ':']",< %],0,1 +0125,0125,12,symb,two_rule_comb5,29,"[':', '>']",# #],0,1 +0125,0125,12,symb,two_rule_comb5,30,"['>', '(']",: !],0,1 +0125,0125,12,symb,two_rule_comb5,31,"['<', '!']",( :,0,1 +0125,0125,12,symb,two_rule_comb5,32,"['&', ':']",$ %],0,1 +0125,0125,12,symb,two_rule_comb5,33,"['$', '%']",~ ~],0,1 +0125,0125,12,symb,two_rule_comb5,34,"[':', '(']",%],0,1 +0125,0125,12,symb,two_rule_comb5,35,"['%', '%']",# &],0,1 +0125,0125,12,symb,two_rule_comb5,36,"['!', '&']",! !],0,1 +0125,0125,12,symb,two_rule_comb5,37,"['<', '~']",< >,0,1 +0125,0125,12,symb,two_rule_comb5,38,"['(', '!']",# >],0,1 +0125,0125,12,symb,two_rule_comb5,39,"['>', '<']",* &],0,1 +0125,0125,12,symb,two_rule_comb5,40,"['%', '$']",! !],0,1 +0125,0125,12,symb,two_rule_comb5,41,"['$', '<']",& &],0,1 +0125,0125,12,symb,two_rule_comb5,42,"['%', '(']",% ],0,1 +0125,0125,12,symb,two_rule_comb5,43,"['<', '$']",:) @},0,1 +0125,0125,12,symb,two_rule_comb5,44,"['*', '&']",? ?],0,1 +0125,0125,12,symb,two_rule_comb5,45,"['*', '&']",* %,0,1 +0125,0125,12,symb,two_rule_comb5,46,"['!', '$']",: )],0,1 +0125,0125,12,symb,two_rule_comb5,47,"['<', '>']",$ !],0,1 +0125,0125,12,symb,two_rule_comb5,48,"['!', ':']",> (],0,1 +0125,0125,12,symb,two_rule_comb5,49,"['%', ':']",# ?],0,1 +0125,0125,12,symb,two_rule_comb5,50,"['!', '<']",> &],0,1 +0125,0125,12,symb,two_rule_comb5,51,"['&', '>']",~ *)],0,1 +0125,0125,12,symb,two_rule_comb5,52,"['(', '$']",< %],0,1 +0125,0125,12,symb,two_rule_comb5,53,"['(', '*']",# #],0,1 +0125,0125,12,symb,two_rule_comb5,54,"['%', '$']",: <],0,1 +0125,0125,12,symb,two_rule_comb5,55,"['&', '%']",* %],0,1 +0125,0125,12,symb,two_rule_comb5,56,"['$', '<']",< &],0,1 +0125,0125,12,symb,two_rule_comb5,57,"['<', '<']",? %],0,1 +0125,0125,12,symb,two_rule_comb5,58,"['%', '<']",! *],0,1 +0125,0125,12,symb,two_rule_comb5,59,"['~', '*']",> ?],0,1 +0125,0125,12,symb,two_rule_comb5,60,"['~', '<']",# %],0,1 +0125,0125,12,symb,two_rule_comb5,61,"[':', '~']",*),0,1 +0125,0125,12,symb,two_rule_comb5,62,"['(', '~']",( >,0,1 +0125,0125,12,symb,two_rule_comb5,63,"['!', ':']",% >,0,1 +0125,0125,12,symb,two_rule_comb5,64,"[':', '%']",?],0,1 +0125,0125,12,symb,two_rule_comb5,65,"['~', '<']",>? <],0,1 +0125,0125,12,symb,two_rule_comb5,66,"['%', '>']",! :],0,1 +0125,0125,12,symb,two_rule_comb5,67,"['*', '<']",* <,1,1 +0125,0125,12,symb,two_rule_comb5,68,"['(', '%']",: (],0,1 +0125,0125,12,symb,two_rule_comb5,69,"['$', '*']",?],0,1 +0125,0125,12,symb,two_rule_comb5,70,"['>', '%']",? %],0,1 +0125,0125,12,symb,two_rule_comb5,71,"['~', '%']",{ ? },0,1 +0125,0125,12,symb,two_rule_comb5,72,"[':', '%']",) )],0,1 +0125,0125,12,symb,two_rule_comb5,73,"['<', '%']",:],0,1 +0125,0125,12,symb,two_rule_comb5,74,"['(', '$']",% <],0,1 +0125,0125,12,symb,two_rule_comb5,75,"['&', '(']",# >],0,1 +0125,0125,12,symb,two_rule_comb5,76,"['$', '%']",& :],0,1 +0125,0125,12,symb,two_rule_comb5,77,"['(', ':']",:],0,1 +0125,0125,12,symb,two_rule_comb5,78,"['(', '&']",% $],0,1 +0125,0125,12,symb,two_rule_comb5,79,"['>', '<']",::],0,1 +0125,0125,12,symb,two_rule_comb5,80,"['(', '!']",( ~,0,1 +0125,0125,12,symb,two_rule_comb5,81,"['<', '&']",$ <],0,1 +0125,0125,12,symb,two_rule_comb5,82,"['<', '&']",$ $,0,1 +0125,0125,12,symb,two_rule_comb5,83,"['%', ':']",# @],0,1 +0125,0125,12,symb,two_rule_comb5,84,"['*', ':']",> !],0,1 +0125,0125,12,symb,two_rule_comb5,85,"['>', '*']",! ~],0,1 +0125,0125,12,symb,two_rule_comb5,86,"['!', '$']",> &],0,1 +0125,0125,12,symb,two_rule_comb5,87,"['>', '!']",! >],0,1 +0125,0125,12,symb,two_rule_comb5,88,"['&', '~']",( !],0,1 +0125,0125,12,symb,two_rule_comb5,89,"['(', '%']",% (,0,1 +0125,0125,12,symb,two_rule_comb5,90,"['(', '$']",: &],0,1 +0125,0125,12,symb,two_rule_comb5,91,"[':', '(']",% %],0,1 +0125,0125,12,symb,two_rule_comb5,92,"['(', '(']",: %],0,1 +0125,0125,12,symb,two_rule_comb5,93,"['&', '<']",# #],0,1 +0125,0125,12,symb,two_rule_comb5,94,"['&', ':']",$ (],0,1 +0125,0125,12,symb,two_rule_comb5,95,"['~', '>']",~ *],0,1 +0125,0125,12,symb,two_rule_comb5,96,"['&', '&']",* ],0,1 +0125,0125,12,symb,two_rule_comb5,97,"['$', '>']",! >],0,1 +0125,0125,12,symb,two_rule_comb5,98,"['~', ':']",]? >,0,1 +0125,0125,12,symb,two_rule_comb5,99,"['%', ':']",: )],0,1 +0125,0125,12,symb,three_rule_comb0,0,"['&', ':', ':']",& : :],1,1 +0125,0125,12,symb,three_rule_comb0,1,"['!', '%', '%']",! % %,1,1 +0125,0125,12,symb,three_rule_comb0,2,"['*', '$', '%']",* $ %,1,1 +0125,0125,12,symb,three_rule_comb0,3,"['$', '>', '*']",$ > *],1,1 +0125,0125,12,symb,three_rule_comb0,4,"[':', '%', '<']",: % <],1,1 +0125,0125,12,symb,three_rule_comb0,5,"['~', '%', '$']",~ % $],1,1 +0125,0125,12,symb,three_rule_comb0,6,"['(', '$', ':']",( $ :],1,1 +0125,0125,12,symb,three_rule_comb0,7,"[':', '>', '&']",: > &],1,1 +0125,0125,12,symb,three_rule_comb0,8,"['*', '<', '!']",* < !,1,1 +0125,0125,12,symb,three_rule_comb0,9,"[':', '$', '(']",: $ (],1,1 +0125,0125,12,symb,three_rule_comb0,10,"['&', '<', '>']",& < >],1,1 +0125,0125,12,symb,three_rule_comb0,11,"['$', '&', '!']",$ & !,1,1 +0125,0125,12,symb,three_rule_comb0,12,"['&', '<', '(']",& < (,1,1 +0125,0125,12,symb,three_rule_comb0,13,"['>', '>', '$']",> > $,1,1 +0125,0125,12,symb,three_rule_comb0,14,"['(', '$', '<']",<,0,1 +0125,0125,12,symb,three_rule_comb0,15,"['(', '>', '*']",( > *,1,1 +0125,0125,12,symb,three_rule_comb0,16,"['~', '!', '&']",&,0,1 +0125,0125,12,symb,three_rule_comb0,17,"[':', '*', '(']",: * (,1,1 +0125,0125,12,symb,three_rule_comb0,18,"['<', '>', '>']",< > >,1,1 +0125,0125,12,symb,three_rule_comb0,19,"['<', '~', '!']",< ~ !],1,1 +0125,0125,12,symb,three_rule_comb0,20,"['*', '*', '(']",* * (],1,1 +0125,0125,12,symb,three_rule_comb0,21,"['>', '&', '%']",> & %],1,1 +0125,0125,12,symb,three_rule_comb0,22,"[':', '&', '&']",: & &,1,1 +0125,0125,12,symb,three_rule_comb0,23,"['*', '&', '!']",* & !],1,1 +0125,0125,12,symb,three_rule_comb0,24,"['~', '>', '&']",~ > &,1,1 +0125,0125,12,symb,three_rule_comb0,25,"['&', '(', '!']",% ( %],0,1 +0125,0125,12,symb,three_rule_comb0,26,"[':', '$', '~']",: $ ~,1,1 +0125,0125,12,symb,three_rule_comb0,27,"['(', '!', '!']",( ! !],1,1 +0125,0125,12,symb,three_rule_comb0,28,"[':', '(', '&']",: ( &],1,1 +0125,0125,12,symb,three_rule_comb0,29,"['*', '%', '(']",* % (],1,1 +0125,0125,12,symb,three_rule_comb0,30,"['~', '>', '!']",~ > !],1,1 +0125,0125,12,symb,three_rule_comb0,31,"['&', '&', ':']",& & :],1,1 +0125,0125,12,symb,three_rule_comb0,32,"['(', ':', ':']",( : :],1,1 +0125,0125,12,symb,three_rule_comb0,33,"['%', '<', '<']",% < <,1,1 +0125,0125,12,symb,three_rule_comb0,34,"['&', ':', '%']",& : %,1,1 +0125,0125,12,symb,three_rule_comb0,35,"['<', ':', '%']",< : %,1,1 +0125,0125,12,symb,three_rule_comb0,36,"['&', '(', ':']",& ( :,1,1 +0125,0125,12,symb,three_rule_comb0,37,"['&', '~', '(']",& ~ (],1,1 +0125,0125,12,symb,three_rule_comb0,38,"[':', '>', '$']",: > $],1,1 +0125,0125,12,symb,three_rule_comb0,39,"[':', ':', '&']",: : &],1,1 +0125,0125,12,symb,three_rule_comb0,40,"['$', '(', '(']",$ ( (,1,1 +0125,0125,12,symb,three_rule_comb0,41,"['%', '&', '>']",% & >,1,1 +0125,0125,12,symb,three_rule_comb0,42,"['>', '%', '~']",> % ~],1,1 +0125,0125,12,symb,three_rule_comb0,43,"['!', '%', '!']",! % !,1,1 +0125,0125,12,symb,three_rule_comb0,44,"['$', '&', '%']",$ & %,1,1 +0125,0125,12,symb,three_rule_comb0,45,"[':', '>', '*']",: > *,1,1 +0125,0125,12,symb,three_rule_comb0,46,"['*', '~', '~']",* ~ ~],1,1 +0125,0125,12,symb,three_rule_comb0,47,"['>', '*', '>']",> * >,1,1 +0125,0125,12,symb,three_rule_comb0,48,"[':', '!', '<']",: ! <],1,1 +0125,0125,12,symb,three_rule_comb0,49,"['(', '(', '$']",( ( $,1,1 +0125,0125,12,symb,three_rule_comb0,50,"[':', '!', '>']",: ! >],1,1 +0125,0125,12,symb,three_rule_comb0,51,"['*', '&', '>']",* & >,1,1 +0125,0125,12,symb,three_rule_comb0,52,"['$', '<', '<']",$ < >,0,1 +0125,0125,12,symb,three_rule_comb0,53,"[':', '!', '>']",: ! >],1,1 +0125,0125,12,symb,three_rule_comb0,54,"['(', '$', '&']",( $ &],1,1 +0125,0125,12,symb,three_rule_comb0,55,"['>', '(', '~']",> ( ~,1,1 +0125,0125,12,symb,three_rule_comb0,56,"['>', '!', '>']",> ! >,1,1 +0125,0125,12,symb,three_rule_comb0,57,"['%', '(', '$']",% ( $,1,1 +0125,0125,12,symb,three_rule_comb0,58,"['*', '&', '$']",* & $,1,1 +0125,0125,12,symb,three_rule_comb0,59,"['!', '*', '~']",! * ~,1,1 +0125,0125,12,symb,three_rule_comb0,60,"['*', '<', '&']",* < &,1,1 +0125,0125,12,symb,three_rule_comb0,61,"['!', '&', '%']",! & %],1,1 +0125,0125,12,symb,three_rule_comb0,62,"['$', ':', '<']",$ : <,1,1 +0125,0125,12,symb,three_rule_comb0,63,"['<', '~', '!']",< ~ !,1,1 +0125,0125,12,symb,three_rule_comb0,64,"['!', '<', '<']",! < <],1,1 +0125,0125,12,symb,three_rule_comb0,65,"['&', '%', '~']",& % ~],1,1 +0125,0125,12,symb,three_rule_comb0,66,"['%', ':', '*']",% : *],1,1 +0125,0125,12,symb,three_rule_comb0,67,"[':', '!', '$']",: ! $,1,1 +0125,0125,12,symb,three_rule_comb0,68,"['>', '<', '(']",> < (,1,1 +0125,0125,12,symb,three_rule_comb0,69,"['*', '&', '>']",* & >,1,1 +0125,0125,12,symb,three_rule_comb0,70,"[':', ':', '!']",: : !],1,1 +0125,0125,12,symb,three_rule_comb0,71,"['>', ':', '~']",> : ~,1,1 +0125,0125,12,symb,three_rule_comb0,72,"['<', '<', '~']",< < ~,1,1 +0125,0125,12,symb,three_rule_comb0,73,"['&', '*', ':']",& * :],1,1 +0125,0125,12,symb,three_rule_comb0,74,"['&', '%', '>']",& % >],1,1 +0125,0125,12,symb,three_rule_comb0,75,"['~', '$', '!']",~ $ !],1,1 +0125,0125,12,symb,three_rule_comb0,76,"['(', '*', '~']",( * ~],1,1 +0125,0125,12,symb,three_rule_comb0,77,"['(', '~', '>']",( ~ >],1,1 +0125,0125,12,symb,three_rule_comb0,78,"['*', '>', '$']",* > $,1,1 +0125,0125,12,symb,three_rule_comb0,79,"['~', '$', '*']",~ $ *,1,1 +0125,0125,12,symb,three_rule_comb0,80,"['&', '!', '>']",& ! >,1,1 +0125,0125,12,symb,three_rule_comb0,81,"[':', '*', '!']",: * !],1,1 +0125,0125,12,symb,three_rule_comb0,82,"['*', '(', '$']",* ( $],1,1 +0125,0125,12,symb,three_rule_comb0,83,"['~', '$', '>']",~ $ >],1,1 +0125,0125,12,symb,three_rule_comb0,84,"[':', '>', '<']",: > <],1,1 +0125,0125,12,symb,three_rule_comb0,85,"[':', '$', '>']",: $ >],1,1 +0125,0125,12,symb,three_rule_comb0,86,"['~', '>', '>']",~ > >,1,1 +0125,0125,12,symb,three_rule_comb0,87,"['~', '&', '$']",~ & $],1,1 +0125,0125,12,symb,three_rule_comb0,88,"['&', '!', '>']",& ! >,1,1 +0125,0125,12,symb,three_rule_comb0,89,"['*', '&', '$']",$,0,1 +0125,0125,12,symb,three_rule_comb0,90,"['*', '%', '>']",* % >,1,1 +0125,0125,12,symb,three_rule_comb0,91,"['(', '%', '(']",( % (],1,1 +0125,0125,12,symb,three_rule_comb0,92,"['<', '(', '&']",< ( &,1,1 +0125,0125,12,symb,three_rule_comb0,93,"['%', ':', '*']",% : *,1,1 +0125,0125,12,symb,three_rule_comb0,94,"['%', '!', '<']",% ! <,1,1 +0125,0125,12,symb,three_rule_comb0,95,"['>', '$', '*']",> $ *,1,1 +0125,0125,12,symb,three_rule_comb0,96,"['$', '>', '>']",$ > >],1,1 +0125,0125,12,symb,three_rule_comb0,97,"['*', '&', ':']",* & :],1,1 +0125,0125,12,symb,three_rule_comb0,98,"['(', '>', '$']",( > $],1,1 +0125,0125,12,symb,three_rule_comb0,99,"['<', ':', '&']",< : &,1,1 +0125,0125,12,symb,three_rule_comb1,0,"['~', '$', '%']",~ $ %],1,1 +0125,0125,12,symb,three_rule_comb1,1,"[':', '$', '$']",: $ $,1,1 +0125,0125,12,symb,three_rule_comb1,2,"['!', '!', '*']",! ! *],1,1 +0125,0125,12,symb,three_rule_comb1,3,"['~', '(', ':']",:],0,1 +0125,0125,12,symb,three_rule_comb1,4,"['*', '*', '!']",* !,0,1 +0125,0125,12,symb,three_rule_comb1,5,"['*', '!', '<']",* ! <,1,1 +0125,0125,12,symb,three_rule_comb1,6,"['~', '(', '(']",~ ( >],0,1 +0125,0125,12,symb,three_rule_comb1,7,"['<', '>', '~']",< > ~,1,1 +0125,0125,12,symb,three_rule_comb1,8,"['*', '(', '>']",* ( >],1,1 +0125,0125,12,symb,three_rule_comb1,9,"['>', '>', ':']",> % :,0,1 +0125,0125,12,symb,three_rule_comb1,10,"['&', '$', '&']",& $ &,1,1 +0125,0125,12,symb,three_rule_comb1,11,"['!', '<', '<']",! < %,0,1 +0125,0125,12,symb,three_rule_comb1,12,"['>', '>', '~']",> $ ~,0,1 +0125,0125,12,symb,three_rule_comb1,13,"[':', '!', '*']",: ! *,1,1 +0125,0125,12,symb,three_rule_comb1,14,"[':', '$', '!']",: $ !],1,1 +0125,0125,12,symb,three_rule_comb1,15,"['%', '!', '%']",% ! %],1,1 +0125,0125,12,symb,three_rule_comb1,16,"['(', '~', '%']",( % %],0,1 +0125,0125,12,symb,three_rule_comb1,17,"['*', '>', '%']",* > %],1,1 +0125,0125,12,symb,three_rule_comb1,18,"['!', '!', '<']",! ! <,1,1 +0125,0125,12,symb,three_rule_comb1,19,"['>', '(', '$']",> % $],0,1 +0125,0125,12,symb,three_rule_comb1,20,"['(', '&', '%']",( & %],1,1 +0125,0125,12,symb,three_rule_comb1,21,"['$', '&', '~']",$ & ~,1,1 +0125,0125,12,symb,three_rule_comb1,22,"['<', '<', '>']",< < >,1,1 +0125,0125,12,symb,three_rule_comb1,23,"['&', ':', '$']",& : $,1,1 +0125,0125,12,symb,three_rule_comb1,24,"['$', '(', '!']",$ ( !,1,1 +0125,0125,12,symb,three_rule_comb1,25,"[':', '(', '~']",: ( ~,1,1 +0125,0125,12,symb,three_rule_comb1,26,"[':', '>', '&']",: > &,1,1 +0125,0125,12,symb,three_rule_comb1,27,"['$', '$', '<']",$ $ >],0,1 +0125,0125,12,symb,three_rule_comb1,28,"['%', '*', ':']",% * :],1,1 +0125,0125,12,symb,three_rule_comb1,29,"[':', '~', '*']",: ~ *],1,1 +0125,0125,12,symb,three_rule_comb1,30,"['~', '%', '%']",~ % %],1,1 +0125,0125,12,symb,three_rule_comb1,31,"['!', '$', ':']",! $ :],1,1 +0125,0125,12,symb,three_rule_comb1,32,"['&', '*', '%']",& * %],1,1 +0125,0125,12,symb,three_rule_comb1,33,"['*', '~', '&']",* ~ &,1,1 +0125,0125,12,symb,three_rule_comb1,34,"['(', '(', '*']",( ( *],1,1 +0125,0125,12,symb,three_rule_comb1,35,"[':', '&', '*']",: & *],1,1 +0125,0125,12,symb,three_rule_comb1,36,"['(', ':', '*']",< : *,0,1 +0125,0125,12,symb,three_rule_comb1,37,"['<', '<', '~']",< : ~,0,1 +0125,0125,12,symb,three_rule_comb1,38,"[':', ':', '*']",% : *,0,1 +0125,0125,12,symb,three_rule_comb1,39,"['$', '*', '<']",$ * <,1,1 +0125,0125,12,symb,three_rule_comb1,40,"['!', '*', '%']",! * %,1,1 +0125,0125,12,symb,three_rule_comb1,41,"['<', '*', '<']",: * <],0,1 +0125,0125,12,symb,three_rule_comb1,42,"['<', '~', '%']",< ~ %,1,1 +0125,0125,12,symb,three_rule_comb1,43,"['>', '&', '!']",> % !,0,1 +0125,0125,12,symb,three_rule_comb1,44,"['*', '~', '<']",$ ~ <,0,1 +0125,0125,12,symb,three_rule_comb1,45,"['<', '$', '$']",< $ $,1,1 +0125,0125,12,symb,three_rule_comb1,46,"['~', '<', ':']",~ % :],0,1 +0125,0125,12,symb,three_rule_comb1,47,"[':', '>', '%']",: > %,1,1 +0125,0125,12,symb,three_rule_comb1,48,"['&', '~', '*']",& ~ *],1,1 +0125,0125,12,symb,three_rule_comb1,49,"['>', '*', '<']",$ * <,0,1 +0125,0125,12,symb,three_rule_comb1,50,"['<', '&', '!']",< & !],1,1 +0125,0125,12,symb,three_rule_comb1,51,"['~', '%', '%']",~ % %],1,1 +0125,0125,12,symb,three_rule_comb1,52,"['$', '>', '<']",$ > <,1,1 +0125,0125,12,symb,three_rule_comb1,53,"['~', '$', '~']",$ > ~,0,1 +0125,0125,12,symb,three_rule_comb1,54,"['(', '~', '<']",% ~ <],0,1 +0125,0125,12,symb,three_rule_comb1,55,"['<', '$', '!']",< * !,0,1 +0125,0125,12,symb,three_rule_comb1,56,"['>', '>', '(']",> > (],1,1 +0125,0125,12,symb,three_rule_comb1,57,"['$', '(', '$']",:] ( $,0,1 +0125,0125,12,symb,three_rule_comb1,58,"['$', '<', '%']",$ < %,1,1 +0125,0125,12,symb,three_rule_comb1,59,"['<', '%', '&']",< % &,1,1 +0125,0125,12,symb,three_rule_comb1,60,"[':', '(', '!']",: ( !],1,1 +0125,0125,12,symb,three_rule_comb1,61,"['<', ':', '!']",< : !,1,1 +0125,0125,12,symb,three_rule_comb1,62,"['(', '%', '(']",( & (,0,1 +0125,0125,12,symb,three_rule_comb1,63,"['$', ':', '*']",$ : *],1,1 +0125,0125,12,symb,three_rule_comb1,64,"['~', '$', '>']",~ $ >,1,1 +0125,0125,12,symb,three_rule_comb1,65,"['<', '~', '%']",< ~ %],1,1 +0125,0125,12,symb,three_rule_comb1,66,"['*', '*', '>']",* $ >,0,1 +0125,0125,12,symb,three_rule_comb1,67,"['&', '(', '<']",& $ <],0,1 +0125,0125,12,symb,three_rule_comb1,68,"['*', '&', '%']",* & %],1,1 +0125,0125,12,symb,three_rule_comb1,69,"['~', '!', '$']",$ ! $,0,1 +0125,0125,12,symb,three_rule_comb1,70,"['&', '!', '*']",& % *,0,1 +0125,0125,12,symb,three_rule_comb1,71,"['%', '&', '&']",% % &,0,1 +0125,0125,12,symb,three_rule_comb1,72,"['!', '*', '<']",< * (,0,1 +0125,0125,12,symb,three_rule_comb1,73,"['<', '%', '%']",< % $,0,1 +0125,0125,12,symb,three_rule_comb1,74,"['$', '%', ':']",$ > :,0,1 +0125,0125,12,symb,three_rule_comb1,75,"['$', '*', '%']",%,0,1 +0125,0125,12,symb,three_rule_comb1,76,"['>', '%', '%']",> % %,1,1 +0125,0125,12,symb,three_rule_comb1,77,"['!', '&', ':']",! & :],1,1 +0125,0125,12,symb,three_rule_comb1,78,"['$', '$', '!']",$ ! $,0,1 +0125,0125,12,symb,three_rule_comb1,79,"['*', '!', '(']",* ! (],1,1 +0125,0125,12,symb,three_rule_comb1,80,"['>', '<', '!']",> < !],1,1 +0125,0125,12,symb,three_rule_comb1,81,"['$', '>', '!']",$ > !,1,1 +0125,0125,12,symb,three_rule_comb1,82,"['%', '!', ':']",% ! :],1,1 +0125,0125,12,symb,three_rule_comb1,83,"['<', '%', '&']",< % &],1,1 +0125,0125,12,symb,three_rule_comb1,84,"['(', ':', '>']",( % >,0,1 +0125,0125,12,symb,three_rule_comb1,85,"[':', '&', '*']",: & *,1,1 +0125,0125,12,symb,three_rule_comb1,86,"[':', '<', '>']",>: < $],0,1 +0125,0125,12,symb,three_rule_comb1,87,"['&', '%', '>']",& % &],0,1 +0125,0125,12,symb,three_rule_comb1,88,"['!', '(', ':']",! ( :],1,1 +0125,0125,12,symb,three_rule_comb1,89,"['$', '>', '(']",$ > (,1,1 +0125,0125,12,symb,three_rule_comb1,90,"['(', '&', ':']",:],0,1 +0125,0125,12,symb,three_rule_comb1,91,"['&', '&', '!']",& & !],1,1 +0125,0125,12,symb,three_rule_comb1,92,"['$', '~', '$']",$ ~ $,1,1 +0125,0125,12,symb,three_rule_comb1,93,"['!', ':', '&']",! : &,1,1 +0125,0125,12,symb,three_rule_comb1,94,"['!', ':', '%']",! : %,1,1 +0125,0125,12,symb,three_rule_comb1,95,"['&', '<', '<']",& * <,0,1 +0125,0125,12,symb,three_rule_comb1,96,"['<', '&', '>']",< & >,1,1 +0125,0125,12,symb,three_rule_comb1,97,"['!', '<', '<']",$ < <],0,1 +0125,0125,12,symb,three_rule_comb1,98,"['~', '$', '(']",~ $ (,1,1 +0125,0125,12,symb,three_rule_comb1,99,"['>', '<', '>']",> > >,0,1 +0125,0125,12,symb,three_rule_comb2,0,"['%', '%', '&']",% % :],0,1 +0125,0125,12,symb,three_rule_comb2,1,"['&', '&', '$']",& < $,0,1 +0125,0125,12,symb,three_rule_comb2,2,"[':', '<', '~']",: % ~],0,1 +0125,0125,12,symb,three_rule_comb2,3,"['*', ':', ':']",* < :],0,1 +0125,0125,12,symb,three_rule_comb2,4,"['$', '!', '&']",$ ! ^,0,1 +0125,0125,12,symb,three_rule_comb2,5,"['*', '!', '*']",* ! <],0,1 +0125,0125,12,symb,three_rule_comb2,6,"['(', '<', '!']",< < !],0,1 +0125,0125,12,symb,three_rule_comb2,7,"['>', '(', '$']",> $ $,0,1 +0125,0125,12,symb,three_rule_comb2,8,"['!', ':', ':']",> : $,0,1 +0125,0125,12,symb,three_rule_comb2,9,"['&', ':', '<']",& ? <,0,1 +0125,0125,12,symb,three_rule_comb2,10,"['&', '<', '$']",& : $,0,1 +0125,0125,12,symb,three_rule_comb2,11,"['<', '$', '%']",) $ %],0,1 +0125,0125,12,symb,three_rule_comb2,12,"['~', '*', '>']",~ > >,0,1 +0125,0125,12,symb,three_rule_comb2,13,"['<', '*', '>']",& * >,0,1 +0125,0125,12,symb,three_rule_comb2,14,"['*', '>', ':']",* ( :],0,1 +0125,0125,12,symb,three_rule_comb2,15,"['$', '<', '*']",$ * *,0,1 +0125,0125,12,symb,three_rule_comb2,16,"['!', '<', '&']",! < >,0,1 +0125,0125,12,symb,three_rule_comb2,17,"['!', '%', '!']",! ^ !,0,1 +0125,0125,12,symb,three_rule_comb2,18,"['~', '!', '$']",~ < >,0,1 +0125,0125,12,symb,three_rule_comb2,19,"['(', '>', '(']",( % <],0,1 +0125,0125,12,symb,three_rule_comb2,20,"['&', '$', '$']",& $ ~,0,1 +0125,0125,12,symb,three_rule_comb2,21,"['<', '<', '!']",& < !],0,1 +0125,0125,12,symb,three_rule_comb2,22,"['>', '%', '&']",% >,0,1 +0125,0125,12,symb,three_rule_comb2,23,"['*', '&', ':']",* : :,0,1 +0125,0125,12,symb,three_rule_comb2,24,"['%', '$', '<']",% < <,0,1 +0125,0125,12,symb,three_rule_comb2,25,"['~', ':', '(']",~ : &],0,1 +0125,0125,12,symb,three_rule_comb2,26,"['*', '!', '>']",* ! :],0,1 +0125,0125,12,symb,three_rule_comb2,27,"['&', '<', '*']",& < *],1,1 +0125,0125,12,symb,three_rule_comb2,28,"['&', '%', '>']",& : >,0,1 +0125,0125,12,symb,three_rule_comb2,29,"['~', '<', '&']",& < &],0,1 +0125,0125,12,symb,three_rule_comb2,30,"['*', '<', ':']",< < :],0,1 +0125,0125,12,symb,three_rule_comb2,31,"['&', '%', '&']",& % (,0,1 +0125,0125,12,symb,three_rule_comb2,32,"['!', '(', '<']",! < <],0,1 +0125,0125,12,symb,three_rule_comb2,33,"['~', '>', '*']",~ > ~],0,1 +0125,0125,12,symb,three_rule_comb2,34,"['&', '(', '$']",& > $],0,1 +0125,0125,12,symb,three_rule_comb2,35,"['&', '%', '!']",& ! <],0,1 +0125,0125,12,symb,three_rule_comb2,36,"['!', '%', ':']",! ! :],0,1 +0125,0125,12,symb,three_rule_comb2,37,"['~', '*', '*']",? * *],0,1 +0125,0125,12,symb,three_rule_comb2,38,"['>', ':', '$']",> % $],0,1 +0125,0125,12,symb,three_rule_comb2,39,"['%', '&', '$']",% & ?,0,1 +0125,0125,12,symb,three_rule_comb2,40,"['<', '%', '(']",* % *,0,1 +0125,0125,12,symb,three_rule_comb2,41,"['(', ':', '>']",: ~ >,0,1 +0125,0125,12,symb,three_rule_comb2,42,"[':', '*', '&']",< * &],0,1 +0125,0125,12,symb,three_rule_comb2,43,"['>', '~', '>']",> ~ (],0,1 +0125,0125,12,symb,three_rule_comb2,44,"['*', '$', '$']",* < $,0,1 +0125,0125,12,symb,three_rule_comb2,45,"['%', '&', '>']",% & ],0,1 +0125,0125,12,symb,three_rule_comb2,46,"['&', '%', '%']",& % :],0,1 +0125,0125,12,symb,three_rule_comb2,47,"['(', '(', '>']",( % >],0,1 +0125,0125,12,symb,three_rule_comb2,48,"['%', '<', ':']",% ( :,0,1 +0125,0125,12,symb,three_rule_comb2,49,"[':', ':', '*']",% : *,0,1 +0125,0125,12,symb,three_rule_comb2,50,"['~', '>', '>']",~ ! >],0,1 +0125,0125,12,symb,three_rule_comb2,51,"['(', '*', '!']",> * !,0,1 +0125,0125,12,symb,three_rule_comb2,52,"['<', '(', '&']",< ( %,0,1 +0125,0125,12,symb,three_rule_comb2,53,"['&', '&', '(']",$ & (,0,1 +0125,0125,12,symb,three_rule_comb2,54,"['<', '*', '(']",* > :],0,1 +0125,0125,12,symb,three_rule_comb2,55,"[':', '~', ':']",% $ :],0,1 +0125,0125,12,symb,three_rule_comb2,56,"['*', '!', '!']",* ! ),0,1 +0125,0125,12,symb,three_rule_comb2,57,"['&', '*', ':']",$ * :],0,1 +0125,0125,12,symb,three_rule_comb2,58,"['!', '*', ':']",! * %,0,1 +0125,0125,12,symb,three_rule_comb2,59,"['&', '~', '(']",& ~ %,0,1 +0125,0125,12,symb,three_rule_comb2,60,"['$', '<', '&']",$ < >,0,1 +0125,0125,12,symb,three_rule_comb2,61,"['>', '>', '>']",> > >],1,1 +0125,0125,12,symb,three_rule_comb2,62,"[':', '~', '*']",: ! *,0,1 +0125,0125,12,symb,three_rule_comb2,63,"['~', '<', '>']",> > >],0,1 +0125,0125,12,symb,three_rule_comb2,64,"['&', '*', '*']",& * <],0,1 +0125,0125,12,symb,three_rule_comb2,65,"['!', '%', '~']",! % ),0,1 +0125,0125,12,symb,three_rule_comb2,66,"['$', '!', '$']",$ ! $,1,1 +0125,0125,12,symb,three_rule_comb2,67,"['$', ':', '$']",& : $,0,1 +0125,0125,12,symb,three_rule_comb2,68,"['~', '%', '%']",~ % %,1,1 +0125,0125,12,symb,three_rule_comb2,69,"['$', '$', '>']",$ $ %,0,1 +0125,0125,12,symb,three_rule_comb2,70,"['(', '>', '(']",( > ?,0,1 +0125,0125,12,symb,three_rule_comb2,71,"['%', '&', '<']",% > <],0,1 +0125,0125,12,symb,three_rule_comb2,72,"['(', '%', '&']",% : &,0,1 +0125,0125,12,symb,three_rule_comb2,73,"['&', '!', '~']",$ ! ~],0,1 +0125,0125,12,symb,three_rule_comb2,74,"['<', ':', ':']",< % :],0,1 +0125,0125,12,symb,three_rule_comb2,75,"['>', '!', '%']",% ! %,0,1 +0125,0125,12,symb,three_rule_comb2,76,"['*', '$', '>']",> $ >,0,1 +0125,0125,12,symb,three_rule_comb2,77,"['&', '$', ':']",$ $ :],0,1 +0125,0125,12,symb,three_rule_comb2,78,"['&', ':', ':']",& < :],0,1 +0125,0125,12,symb,three_rule_comb2,79,"['>', '(', '>']",% ( >,0,1 +0125,0125,12,symb,three_rule_comb2,80,"['>', '$', '>']",> & <,0,1 +0125,0125,12,symb,three_rule_comb2,81,"['>', '%', '~']",> % %],0,1 +0125,0125,12,symb,three_rule_comb2,82,"['(', '*', '*']",? * *],0,1 +0125,0125,12,symb,three_rule_comb2,83,"['~', '%', '>']",> % >,0,1 +0125,0125,12,symb,three_rule_comb2,84,"['<', '(', '*']",* % !,0,1 +0125,0125,12,symb,three_rule_comb2,85,"[':', '~', '%']",: ~ %,1,1 +0125,0125,12,symb,three_rule_comb2,86,"['>', ':', '(']",: ~ (,0,1 +0125,0125,12,symb,three_rule_comb2,87,"['%', '!', ':']",: ! :],0,1 +0125,0125,12,symb,three_rule_comb2,88,"[':', '$', '$']",: $ ?],0,1 +0125,0125,12,symb,three_rule_comb2,89,"['(', '*', '*']",( * ~],0,1 +0125,0125,12,symb,three_rule_comb2,90,"['<', '>', '~']",< ! ~],0,1 +0125,0125,12,symb,three_rule_comb2,91,"['<', '%', '&']",* $ &,0,1 +0125,0125,12,symb,three_rule_comb2,92,"['<', '<', '*']",< & *,0,1 +0125,0125,12,symb,three_rule_comb2,93,"['(', '<', '&']",( < <],0,1 +0125,0125,12,symb,three_rule_comb2,94,"['&', ':', '~']",& % ~,0,1 +0125,0125,12,symb,three_rule_comb2,95,"['(', ':', '$']",( % $],0,1 +0125,0125,12,symb,three_rule_comb2,96,"['~', ':', '~']",~ : !,0,1 +0125,0125,12,symb,three_rule_comb2,97,"['>', '!', '(']",> ! &,0,1 +0125,0125,12,symb,three_rule_comb2,98,"['(', '&', ':']",< : $],0,1 +0125,0125,12,symb,three_rule_comb2,99,"[':', '%', ':']",: * *],0,1 +0125,0125,12,symb,three_rule_comb3,0,"['<', '&', '>']",< & >],1,1 +0125,0125,12,symb,three_rule_comb3,1,"['*', '&', '*']",* & !,0,1 +0125,0125,12,symb,three_rule_comb3,2,"['~', '!', '>']",~ ! >,1,1 +0125,0125,12,symb,three_rule_comb3,3,"['(', ':', '$']",* : $,0,1 +0125,0125,12,symb,three_rule_comb3,4,"['%', '<', '(']",% < >,0,1 +0125,0125,12,symb,three_rule_comb3,5,"['(', '&', '(']",( & (,1,1 +0125,0125,12,symb,three_rule_comb3,6,"['(', '>', ':']",( > :],1,1 +0125,0125,12,symb,three_rule_comb3,7,"['$', '%', '~']",% ~ :],0,1 +0125,0125,12,symb,three_rule_comb3,8,"['$', '%', '<']",$ % <,1,1 +0125,0125,12,symb,three_rule_comb3,9,"['$', '%', '(']",$ % (],1,1 +0125,0125,12,symb,three_rule_comb3,10,"['~', '*', '>']",~ * >],1,1 +0125,0125,12,symb,three_rule_comb3,11,"['%', '>', '<']",% < >,0,1 +0125,0125,12,symb,three_rule_comb3,12,"['!', '%', ':']",! % :],1,1 +0125,0125,12,symb,three_rule_comb3,13,"['*', '~', '$']",* $ %],0,1 +0125,0125,12,symb,three_rule_comb3,14,"['(', '!', '<']",( % <),0,1 +0125,0125,12,symb,three_rule_comb3,15,"['&', '!', '$']",& ! $,1,1 +0125,0125,12,symb,three_rule_comb3,16,"['&', '$', '~']",& $ ~,1,1 +0125,0125,12,symb,three_rule_comb3,17,"[':', '$', '$']",: $ ~],0,1 +0125,0125,12,symb,three_rule_comb3,18,"['<', '<', '$']",< < $,1,1 +0125,0125,12,symb,three_rule_comb3,19,"['>', '*', '&']",> * &,1,1 +0125,0125,12,symb,three_rule_comb3,20,"['$', '<', '(']",$ < (,1,1 +0125,0125,12,symb,three_rule_comb3,21,"['!', '!', '*']",* ~ !,0,1 +0125,0125,12,symb,three_rule_comb3,22,"['(', '>', '~']",~ > %],0,1 +0125,0125,12,symb,three_rule_comb3,23,"['!', '!', '$']",! % $,0,1 +0125,0125,12,symb,three_rule_comb3,24,"['%', '&', '(']",% > (,0,1 +0125,0125,12,symb,three_rule_comb3,25,"['&', '~', ':']",& ~ :],1,1 +0125,0125,12,symb,three_rule_comb3,26,"['<', '>', ':']",< > %],0,1 +0125,0125,12,symb,three_rule_comb3,27,"['&', '&', '!']",& $ !],0,1 +0125,0125,12,symb,three_rule_comb3,28,"['(', '%', '(']",( % $,0,1 +0125,0125,12,symb,three_rule_comb3,29,"['%', '~', '>']",% ~ >,1,1 +0125,0125,12,symb,three_rule_comb3,30,"['<', '&', '$']",< $ $],0,1 +0125,0125,12,symb,three_rule_comb3,31,"['~', '(', ':']",$ > ~],0,1 +0125,0125,12,symb,three_rule_comb3,32,"['$', '!', '%']",% * !],0,1 +0125,0125,12,symb,three_rule_comb3,33,"['$', '$', '<']",$ $ <,1,1 +0125,0125,12,symb,three_rule_comb3,34,"['$', '(', ':']",$ ( :],1,1 +0125,0125,12,symb,three_rule_comb3,35,"['!', '!', ':']",! ! :],1,1 +0125,0125,12,symb,three_rule_comb3,36,"['&', '~', '!']",& ~ !],1,1 +0125,0125,12,symb,three_rule_comb3,37,"['(', '<', '>']",< % <,0,1 +0125,0125,12,symb,three_rule_comb3,38,"[':', '>', '$']",*: $ %],0,1 +0125,0125,12,symb,three_rule_comb3,39,"['!', ':', '!']",! : !,1,1 +0125,0125,12,symb,three_rule_comb3,40,"['%', '%', '$']",$,0,1 +0125,0125,12,symb,three_rule_comb3,41,"['<', '*', '*']",% * %,0,1 +0125,0125,12,symb,three_rule_comb3,42,"['$', '&', '~']",$ & ~],1,1 +0125,0125,12,symb,three_rule_comb3,43,"['!', '(', '!']",( < !,0,1 +0125,0125,12,symb,three_rule_comb3,44,"[':', '$', ':']",: $ :],1,1 +0125,0125,12,symb,three_rule_comb3,45,"['$', '$', '%']",$ ~ %,0,1 +0125,0125,12,symb,three_rule_comb3,46,"['%', '<', '&']",% < &,1,1 +0125,0125,12,symb,three_rule_comb3,47,"['~', '(', '*']",! ( >],0,1 +0125,0125,12,symb,three_rule_comb3,48,"['>', '>', ':']",:],0,1 +0125,0125,12,symb,three_rule_comb3,49,"['$', '$', '(']",$ : (],0,1 +0125,0125,12,symb,three_rule_comb3,50,"['&', '~', '<']",& % <],0,1 +0125,0125,12,symb,three_rule_comb3,51,"['$', '%', ':']",% :],0,1 +0125,0125,12,symb,three_rule_comb3,52,"['(', '(', '~']",< & ~],0,1 +0125,0125,12,symb,three_rule_comb3,53,"['~', '%', '&']",~ % &],1,1 +0125,0125,12,symb,three_rule_comb3,54,"['%', '>', '<']",% % <,0,1 +0125,0125,12,symb,three_rule_comb3,55,"['(', '*', '!']",( * !],1,1 +0125,0125,12,symb,three_rule_comb3,56,"['$', '!', '>']",$ ! >,1,1 +0125,0125,12,symb,three_rule_comb3,57,"['~', '!', '!']",~ ! $],0,1 +0125,0125,12,symb,three_rule_comb3,58,"['<', '&', '&']",< & %],0,1 +0125,0125,12,symb,three_rule_comb3,59,"['&', '~', '&']",& $ ~,0,1 +0125,0125,12,symb,three_rule_comb3,60,"['~', '&', '%']",~ & %],1,1 +0125,0125,12,symb,three_rule_comb3,61,"[':', '(', ':']",% ~ :],0,1 +0125,0125,12,symb,three_rule_comb3,62,"['<', '(', '>']",< >],0,1 +0125,0125,12,symb,three_rule_comb3,63,"['~', '!', '!']",~ ! !,1,1 +0125,0125,12,symb,three_rule_comb3,64,"['!', '%', '>']",! % >,1,1 +0125,0125,12,symb,three_rule_comb3,65,"['>', '>', '$']",> > $],1,1 +0125,0125,12,symb,three_rule_comb3,66,"[':', '>', '~']",: $ (],0,1 +0125,0125,12,symb,three_rule_comb3,67,"['&', ':', '~']",&,0,1 +0125,0125,12,symb,three_rule_comb3,68,"['*', '!', '*']",* ! *],1,1 +0125,0125,12,symb,three_rule_comb3,69,"[':', '<', '(']",: < (],1,1 +0125,0125,12,symb,three_rule_comb3,70,"[':', '~', '*']",: ~ *],1,1 +0125,0125,12,symb,three_rule_comb3,71,"['&', '$', '(']",& $ (],1,1 +0125,0125,12,symb,three_rule_comb3,72,"['!', '*', '~']",< ! ~],0,1 +0125,0125,12,symb,three_rule_comb3,73,"['$', ':', '%']",$ : %],1,1 +0125,0125,12,symb,three_rule_comb3,74,"['>', ':', '!']",% : !,0,1 +0125,0125,12,symb,three_rule_comb3,75,"['(', '&', '(']",( & %],0,1 +0125,0125,12,symb,three_rule_comb3,76,"['!', '<', '(']",! < $,0,1 +0125,0125,12,symb,three_rule_comb3,77,"['~', '$', '!']",~ $ !],1,1 +0125,0125,12,symb,three_rule_comb3,78,"['&', '<', '$']",$,0,1 +0125,0125,12,symb,three_rule_comb3,79,"['!', ':', '~']",! : ~],1,1 +0125,0125,12,symb,three_rule_comb3,80,"['(', '<', '&']",< & $,0,1 +0125,0125,12,symb,three_rule_comb3,81,"['$', '&', '~']",$ & ~,1,1 +0125,0125,12,symb,three_rule_comb3,82,"['&', '<', '$']",$ < *,0,1 +0125,0125,12,symb,three_rule_comb3,83,"['$', '&', '>']",$ & >,1,1 +0125,0125,12,symb,three_rule_comb3,84,"['~', '&', '!']",$ : <,0,1 +0125,0125,12,symb,three_rule_comb3,85,"['!', '%', '~']",! % ~,1,1 +0125,0125,12,symb,three_rule_comb3,86,"['>', '~', '*']",> ~ *],1,1 +0125,0125,12,symb,three_rule_comb3,87,"['>', '~', '~']",> ~ ~],1,1 +0125,0125,12,symb,three_rule_comb3,88,"['>', '>', '>']",> > >],1,1 +0125,0125,12,symb,three_rule_comb3,89,"['&', '(', '$']",$,0,1 +0125,0125,12,symb,three_rule_comb3,90,"['(', '$', '!']",( $ !,1,1 +0125,0125,12,symb,three_rule_comb3,91,"['&', '%', ':']",& % :],1,1 +0125,0125,12,symb,three_rule_comb3,92,"['*', '(', '>']",* % >],0,1 +0125,0125,12,symb,three_rule_comb3,93,"['(', '&', '$']",$ < *,0,1 +0125,0125,12,symb,three_rule_comb3,94,"['~', '%', '<']",~ % <,1,1 +0125,0125,12,symb,three_rule_comb3,95,"['>', '$', '>']",> $ >],1,1 +0125,0125,12,symb,three_rule_comb3,96,"['(', '(', '&']",( * &],0,1 +0125,0125,12,symb,three_rule_comb3,97,"['~', '&', '<']",~ & <,1,1 +0125,0125,12,symb,three_rule_comb3,98,"['%', ':', '*']",*,0,1 +0125,0125,12,symb,three_rule_comb3,99,"['%', '~', '*']",% ~ *,1,1 +0125,0125,12,symb,three_rule_comb4,0,"[':', '>', '%']",% > %,0,1 +0125,0125,12,symb,three_rule_comb4,1,"['>', '$', '(']",> ~ (],0,1 +0125,0125,12,symb,three_rule_comb4,2,"['$', '!', '&']",< ! &],0,1 +0125,0125,12,symb,three_rule_comb4,3,"['$', '>', '%']",$ > ~],0,1 +0125,0125,12,symb,three_rule_comb4,4,"['$', ':', '!']",! : !,0,1 +0125,0125,12,symb,three_rule_comb4,5,"['(', ':', '<']",* > <,0,1 +0125,0125,12,symb,three_rule_comb4,6,"['$', '!', '~']",< ! &],0,1 +0125,0125,12,symb,three_rule_comb4,7,"['*', '<', ':']",*,0,1 +0125,0125,12,symb,three_rule_comb4,8,"['~', '%', '<']",> & >,0,1 +0125,0125,12,symb,three_rule_comb4,9,"['%', '&', '$']",% >,0,1 +0125,0125,12,symb,three_rule_comb4,10,"[':', '&', '<']",:& %],0,1 +0125,0125,12,symb,three_rule_comb4,11,"['>', '!', ':']",> ~ <],0,1 +0125,0125,12,symb,three_rule_comb4,12,"['(', '!', '!']",~ ! :,0,1 +0125,0125,12,symb,three_rule_comb4,13,"['%', ':', '%']",% % <],0,1 +0125,0125,12,symb,three_rule_comb4,14,"['!', '%', '$']",! $ $,0,1 +0125,0125,12,symb,three_rule_comb4,15,"['$', ':', ':']",$ % *],0,1 +0125,0125,12,symb,three_rule_comb4,16,"['%', '%', '%']",% & !,0,1 +0125,0125,12,symb,three_rule_comb4,17,"['*', '>', '&']",* > >,0,1 +0125,0125,12,symb,three_rule_comb4,18,"['>', '(', '*']",* ( *,0,1 +0125,0125,12,symb,three_rule_comb4,19,"['<', '(', '<']",& ( <,0,1 +0125,0125,12,symb,three_rule_comb4,20,"['*', '<', '*']",* > $],0,1 +0125,0125,12,symb,three_rule_comb4,21,"['!', '!', '(']",! ~ (,0,1 +0125,0125,12,symb,three_rule_comb4,22,"['<', '%', '!']",< ! !],0,1 +0125,0125,12,symb,three_rule_comb4,23,"['!', '%', ':']",! : $,0,1 +0125,0125,12,symb,three_rule_comb4,24,"['<', ':', '%']",< * %],0,1 +0125,0125,12,symb,three_rule_comb4,25,"['*', '&', '*']",* > !],0,1 +0125,0125,12,symb,three_rule_comb4,26,"['*', '>', '*']",* > *,1,1 +0125,0125,12,symb,three_rule_comb4,27,"['<', '$', ':']",&,0,1 +0125,0125,12,symb,three_rule_comb4,28,"['*', '>', '<']",* ! ~,0,1 +0125,0125,12,symb,three_rule_comb4,29,"['<', '<', '&']",< : &,0,1 +0125,0125,12,symb,three_rule_comb4,30,"['(', '(', '&']",% ( ),0,1 +0125,0125,12,symb,three_rule_comb4,31,"['&', '!', '(']",& ! >],0,1 +0125,0125,12,symb,three_rule_comb4,32,"['<', '$', '!']",< ~ %],0,1 +0125,0125,12,symb,three_rule_comb4,33,"['%', ':', '%']",% ~ :],0,1 +0125,0125,12,symb,three_rule_comb4,34,"['~', '~', ':']",<,0,1 +0125,0125,12,symb,three_rule_comb4,35,"['&', '*', ':']",& * <,0,1 +0125,0125,12,symb,three_rule_comb4,36,"['<', ':', '!']",< > !],0,1 +0125,0125,12,symb,three_rule_comb4,37,"['*', '%', '&']",!,0,1 +0125,0125,12,symb,three_rule_comb4,38,"['&', '(', '~']",* ! <],0,1 +0125,0125,12,symb,three_rule_comb4,39,"['<', '(', ':']",< % :],0,1 +0125,0125,12,symb,three_rule_comb4,40,"['&', '~', '&']",$,0,1 +0125,0125,12,symb,three_rule_comb4,41,"['>', '!', ':']",> ! >],0,1 +0125,0125,12,symb,three_rule_comb4,42,"[':', '(', '<']",: & *],0,1 +0125,0125,12,symb,three_rule_comb4,43,"['<', '!', ':']",< ! %,0,1 +0125,0125,12,symb,three_rule_comb4,44,"['>', '&', '$']",> ( $],0,1 +0125,0125,12,symb,three_rule_comb4,45,"['>', ':', '(']",> : %],0,1 +0125,0125,12,symb,three_rule_comb4,46,"['*', '*', '&']",~ : &,0,1 +0125,0125,12,symb,three_rule_comb4,47,"['$', '$', ':']",< $ :],0,1 +0125,0125,12,symb,three_rule_comb4,48,"['%', '*', '!']",! % !],0,1 +0125,0125,12,symb,three_rule_comb4,49,"['&', '~', '$']",$ > *$,0,1 +0125,0125,12,symb,three_rule_comb4,50,"['(', ':', '<']",( : *],0,1 +0125,0125,12,symb,three_rule_comb4,51,"[':', ':', '~']",: * ~],0,1 +0125,0125,12,symb,three_rule_comb4,52,"[':', '(', '%']",% > ~],0,1 +0125,0125,12,symb,three_rule_comb4,53,"['%', '$', '$']",% $ !,0,1 +0125,0125,12,symb,three_rule_comb4,54,"['!', '(', '>']",! % >,0,1 +0125,0125,12,symb,three_rule_comb4,55,"['(', '>', '~']",: > ~],0,1 +0125,0125,12,symb,three_rule_comb4,56,"['>', '<', '<']",>: <,0,1 +0125,0125,12,symb,three_rule_comb4,57,"['~', '>', '&']",! & $,0,1 +0125,0125,12,symb,three_rule_comb4,58,"['*', '$', '$']",* $ %,0,1 +0125,0125,12,symb,three_rule_comb4,59,"['<', '!', '<']",*,0,1 +0125,0125,12,symb,three_rule_comb4,60,"['%', ':', '(']",% < (],0,1 +0125,0125,12,symb,three_rule_comb4,61,"['*', '!', ':']",:] ! :],0,1 +0125,0125,12,symb,three_rule_comb4,62,"[':', '&', '$']",$ & >,0,1 +0125,0125,12,symb,three_rule_comb4,63,"['%', '>', '(']",% > !,0,1 +0125,0125,12,symb,three_rule_comb4,64,"['<', '$', '*']",$ *],0,1 +0125,0125,12,symb,three_rule_comb4,65,"['~', '~', '*']",< ( ~,0,1 +0125,0125,12,symb,three_rule_comb4,66,"[':', '%', '%']",: % ~],0,1 +0125,0125,12,symb,three_rule_comb4,67,"['~', '$', '$']",~ ~ ~],0,1 +0125,0125,12,symb,three_rule_comb4,68,"['%', '$', '(']",% $ #],0,1 +0125,0125,12,symb,three_rule_comb4,69,"['<', ':', '~']",< < %,0,1 +0125,0125,12,symb,three_rule_comb4,70,"['%', '!', '<']",% ! <],1,1 +0125,0125,12,symb,three_rule_comb4,71,"['!', '*', ':']",> * :],0,1 +0125,0125,12,symb,three_rule_comb4,72,"['>', '>', '(']",> > :],0,1 +0125,0125,12,symb,three_rule_comb4,73,"['&', '>', '*']",& ( *],0,1 +0125,0125,12,symb,three_rule_comb4,74,"['%', '>', '<']",% > :],0,1 +0125,0125,12,symb,three_rule_comb4,75,"['%', '!', '!']",! * ~],0,1 +0125,0125,12,symb,three_rule_comb4,76,"['<', '$', '<']",< $ *],0,1 +0125,0125,12,symb,three_rule_comb4,77,"[':', '*', '$']",* < $,0,1 +0125,0125,12,symb,three_rule_comb4,78,"['<', '&', '&']",< & >,0,1 +0125,0125,12,symb,three_rule_comb4,79,"['~', '>', '<']",% : >,0,1 +0125,0125,12,symb,three_rule_comb4,80,"['(', '(', '%']",( ~ ~],0,1 +0125,0125,12,symb,three_rule_comb4,81,"[':', '(', '>']",!,0,1 +0125,0125,12,symb,three_rule_comb4,82,"['$', '%', '*']",$ % <,0,1 +0125,0125,12,symb,three_rule_comb4,83,"['<', '!', '$']",< ! &],0,1 +0125,0125,12,symb,three_rule_comb4,84,"['(', '*', ':']",* : <,0,1 +0125,0125,12,symb,three_rule_comb4,85,"[':', '*', '(']",% : %,0,1 +0125,0125,12,symb,three_rule_comb4,86,"['*', ':', ':']",* * :],0,1 +0125,0125,12,symb,three_rule_comb4,87,"['!', '~', '<']",*,0,1 +0125,0125,12,symb,three_rule_comb4,88,"[':', '>', '<']",: ( <,0,1 +0125,0125,12,symb,three_rule_comb4,89,"['$', '$', '<']",$ * %],0,1 +0125,0125,12,symb,three_rule_comb4,90,"[':', '~', '*']",: ! $,0,1 +0125,0125,12,symb,three_rule_comb4,91,"['<', '~', '&']",< ~ $],0,1 +0125,0125,12,symb,three_rule_comb4,92,"['*', '$', '(']",* ! (,0,1 +0125,0125,12,symb,three_rule_comb4,93,"['(', '$', '~']",* $ !,0,1 +0125,0125,12,symb,three_rule_comb4,94,"['<', '(', '<']",%,0,1 +0125,0125,12,symb,three_rule_comb4,95,"['>', '*', '~']",( * ~,0,1 +0125,0125,12,symb,three_rule_comb4,96,"['<', '&', '>']",< % >,0,1 +0125,0125,12,symb,three_rule_comb4,97,"['<', '&', '&']",< & >,0,1 +0125,0125,12,symb,three_rule_comb4,98,"['%', '>', ':']",$ > &],0,1 +0125,0125,12,symb,three_rule_comb4,99,"['(', '%', '$']",$ % !,0,1 +0125,0125,12,symb,three_rule_comb5,0,"['<', '%', '>']",< ! (,0,1 +0125,0125,12,symb,three_rule_comb5,1,"['!', '!', '&']",! ~ $,0,1 +0125,0125,12,symb,three_rule_comb5,2,"['<', '!', '&']",*,0,1 +0125,0125,12,symb,three_rule_comb5,3,"['<', '$', '*']",< ! <,0,1 +0125,0125,12,symb,three_rule_comb5,4,"['%', '*', '(']",: ~ (],0,1 +0125,0125,12,symb,three_rule_comb5,5,"['$', '*', ':']",? * ^],0,1 +0125,0125,12,symb,three_rule_comb5,6,"['*', ':', '>']",* % !],0,1 +0125,0125,12,symb,three_rule_comb5,7,"[':', '(', '<']",: % $],0,1 +0125,0125,12,symb,three_rule_comb5,8,"['>', '(', '>']",> ~ !,0,1 +0125,0125,12,symb,three_rule_comb5,9,"['~', '&', '<']",$ % !,0,1 +0125,0125,12,symb,three_rule_comb5,10,"['<', '<', '~']",* < !,0,1 +0125,0125,12,symb,three_rule_comb5,11,"['*', '(', ':']",$ > >,0,1 +0125,0125,12,symb,three_rule_comb5,12,"['%', '~', '%']",&,0,1 +0125,0125,12,symb,three_rule_comb5,13,"['$', '(', '%']",( % ],0,1 +0125,0125,12,symb,three_rule_comb5,14,"['~', '!', '*']",*,0,1 +0125,0125,12,symb,three_rule_comb5,15,"['%', '$', ':']",% ~ *,0,1 +0125,0125,12,symb,three_rule_comb5,16,"['>', '<', '~']",( < !,0,1 +0125,0125,12,symb,three_rule_comb5,17,"['%', '&', '>']",% > (,0,1 +0125,0125,12,symb,three_rule_comb5,18,"['&', '(', '&']",& > (],0,1 +0125,0125,12,symb,three_rule_comb5,19,"['%', '&', '%']",% & #,0,1 +0125,0125,12,symb,three_rule_comb5,20,"['(', '(', '$']",( > !),0,1 +0125,0125,12,symb,three_rule_comb5,21,"['&', '>', '(']",& : (],0,1 +0125,0125,12,symb,three_rule_comb5,22,"['$', '(', '(']",& < %,0,1 +0125,0125,12,symb,three_rule_comb5,23,"['<', '(', '%']",< % (],0,1 +0125,0125,12,symb,three_rule_comb5,24,"['~', '%', '(']",> & >],0,1 +0125,0125,12,symb,three_rule_comb5,25,"[':', '~', '&']",!,0,1 +0125,0125,12,symb,three_rule_comb5,26,"['>', '(', ':']",! % :],0,1 +0125,0125,12,symb,three_rule_comb5,27,"['$', '!', '~']",< ! *],0,1 +0125,0125,12,symb,three_rule_comb5,28,"['(', ':', '!']",: > !],0,1 +0125,0125,12,symb,three_rule_comb5,29,"['$', ':', '%']",$ % !,0,1 +0125,0125,12,symb,three_rule_comb5,30,"['<', '$', '<']",$ ( :],0,1 +0125,0125,12,symb,three_rule_comb5,31,"['<', '(', '(']",: % >],0,1 +0125,0125,12,symb,three_rule_comb5,32,"['<', '<', '$']",< $ <],0,1 +0125,0125,12,symb,three_rule_comb5,33,"['>', '&', ':']",% & %,0,1 +0125,0125,12,symb,three_rule_comb5,34,"['(', '%', '<']",< : &],0,1 +0125,0125,12,symb,three_rule_comb5,35,"['<', '$', '*']",$,0,1 +0125,0125,12,symb,three_rule_comb5,36,"['&', '*', '*']",* * *,0,1 +0125,0125,12,symb,three_rule_comb5,37,"['<', '*', '>']",: * (],0,1 +0125,0125,12,symb,three_rule_comb5,38,"['!', '$', '&']",! & <,0,1 +0125,0125,12,symb,three_rule_comb5,39,"['!', ':', '$']",$ * >,0,1 +0125,0125,12,symb,three_rule_comb5,40,"['%', '%', '%']",% ! ~,0,1 +0125,0125,12,symb,three_rule_comb5,41,"['>', '%', '!']",> * ~,0,1 +0125,0125,12,symb,three_rule_comb5,42,"['!', '~', ':']",*,0,1 +0125,0125,12,symb,three_rule_comb5,43,"['<', '&', '%']",$ & :],0,1 +0125,0125,12,symb,three_rule_comb5,44,"['~', '(', '$']",~ % >,0,1 +0125,0125,12,symb,three_rule_comb5,45,"['<', '!', '%']",& ! !,0,1 +0125,0125,12,symb,three_rule_comb5,46,"['!', '!', ':']",> ! %],0,1 +0125,0125,12,symb,three_rule_comb5,47,"['$', '$', ':']",$ <,0,1 +0125,0125,12,symb,three_rule_comb5,48,"['<', '!', '(']",<,0,1 +0125,0125,12,symb,three_rule_comb5,49,"['!', '(', '$']",! % &,0,1 +0125,0125,12,symb,three_rule_comb5,50,"['*', '&', '>']",< & (],0,1 +0125,0125,12,symb,three_rule_comb5,51,"['*', '*', '<']",$ * <,0,1 +0125,0125,12,symb,three_rule_comb5,52,"['&', '(', '$']",# < $,0,1 +0125,0125,12,symb,three_rule_comb5,53,"['&', '<', '$']",$,0,1 +0125,0125,12,symb,three_rule_comb5,54,"['%', ':', ':']",: % *],0,1 +0125,0125,12,symb,three_rule_comb5,55,"['%', '<', '$']",% $ &,0,1 +0125,0125,12,symb,three_rule_comb5,56,"['%', '~', '*']",! ~ <],0,1 +0125,0125,12,symb,three_rule_comb5,57,"['(', '!', '&']",% * <,0,1 +0125,0125,12,symb,three_rule_comb5,58,"['%', '~', '$']",% > >,0,1 +0125,0125,12,symb,three_rule_comb5,59,"[':', '>', '%']",: ! :],0,1 +0125,0125,12,symb,three_rule_comb5,60,"['&', '(', '>']",$,0,1 +0125,0125,12,symb,three_rule_comb5,61,"['>', '(', '&']",> % $,0,1 +0125,0125,12,symb,three_rule_comb5,62,"['(', '%', '(']",( % : ],0,1 +0125,0125,12,symb,three_rule_comb5,63,"['$', '%', '&']",$ # &,0,1 +0125,0125,12,symb,three_rule_comb5,64,"['>', '%', ':']",!,0,1 +0125,0125,12,symb,three_rule_comb5,65,"['!', '(', ':']",> & <],0,1 +0125,0125,12,symb,three_rule_comb5,66,"['$', '&', '%']",$ > %],0,1 +0125,0125,12,symb,three_rule_comb5,67,"['&', '&', '<']",*,0,1 +0125,0125,12,symb,three_rule_comb5,68,"['!', '<', '!']",> $ *],0,1 +0125,0125,12,symb,three_rule_comb5,69,"['!', '(', '(']",%,0,1 +0125,0125,12,symb,three_rule_comb5,70,"['!', '*', '<']",:],0,1 +0125,0125,12,symb,three_rule_comb5,71,"['%', '<', '<']",! < :],0,1 +0125,0125,12,symb,three_rule_comb5,72,"['<', '$', '>']",& > >,0,1 +0125,0125,12,symb,three_rule_comb5,73,"['$', '$', '!']",< $ <,0,1 +0125,0125,12,symb,three_rule_comb5,74,"[':', '(', '<']",% ~ %,0,1 +0125,0125,12,symb,three_rule_comb5,75,"['!', '<', ':']",! ~ ],0,1 +0125,0125,12,symb,three_rule_comb5,76,"['(', '!', '!']",(! $ ),0,1 +0125,0125,12,symb,three_rule_comb5,77,"[':', '%', '~']",< % ~],0,1 +0125,0125,12,symb,three_rule_comb5,78,"[':', '~', '>']",% * >,0,1 +0125,0125,12,symb,three_rule_comb5,79,"['$', '&', '%']",& & :],0,1 +0125,0125,12,symb,three_rule_comb5,80,"['%', '$', '<']",$ * ],0,1 +0125,0125,12,symb,three_rule_comb5,81,"['(', '!', '*']",%,0,1 +0125,0125,12,symb,three_rule_comb5,82,"['*', ':', '~']",* % !,0,1 +0125,0125,12,symb,three_rule_comb5,83,"['&', '>', '~']",% > !,0,1 +0125,0125,12,symb,three_rule_comb5,84,"['$', '%', '$']",< % &],0,1 +0125,0125,12,symb,three_rule_comb5,85,"['<', '%', '<']",< $ ],0,1 +0125,0125,12,symb,three_rule_comb5,86,"['&', '%', '>']",& : !,0,1 +0125,0125,12,symb,three_rule_comb5,87,"[':', '(', ':']",% > ~,0,1 +0125,0125,12,symb,three_rule_comb5,88,"['$', '*', '>']",< ! $],0,1 +0125,0125,12,symb,three_rule_comb5,89,"['%', '*', '<']",! * ~],0,1 +0125,0125,12,symb,three_rule_comb5,90,"['>', '<', '*']",! $ &],0,1 +0125,0125,12,symb,three_rule_comb5,91,"['%', ':', '*']",% < <],0,1 +0125,0125,12,symb,three_rule_comb5,92,"['&', '%', '$']",$ & !,0,1 +0125,0125,12,symb,three_rule_comb5,93,"['%', '&', ':']",$ ! :],0,1 +0125,0125,12,symb,three_rule_comb5,94,"['!', '(', '&']",% $ $],0,1 +0125,0125,12,symb,three_rule_comb5,95,"['(', '$', '*']",% & $],0,1 +0125,0125,12,symb,three_rule_comb5,96,"['$', '$', '<']",* $ !,0,1 +0125,0125,12,symb,three_rule_comb5,97,"[':', '$', '&']",%,0,1 +0125,0125,12,symb,three_rule_comb5,98,"['(', '*', '(']",: ~ <],0,1 +0125,0125,12,symb,three_rule_comb5,99,"['(', '~', '(']",( * %],0,1 +0125,0125,12,symb,three_rule_comb6,0,"['%', '&', '~']",% & ~],1,1 +0125,0125,12,symb,three_rule_comb6,1,"['>', '&', '$']",> & $],1,1 +0125,0125,12,symb,three_rule_comb6,2,"['&', '%', '*']",% * !,0,1 +0125,0125,12,symb,three_rule_comb6,3,"['!', '&', '$']",& ! <,0,1 +0125,0125,12,symb,three_rule_comb6,4,"['*', '<', '!']",* < !],1,1 +0125,0125,12,symb,three_rule_comb6,5,"['*', '%', '$']",* % $],1,1 +0125,0125,12,symb,three_rule_comb6,6,"['<', '%', '$']",< % $],1,1 +0125,0125,12,symb,three_rule_comb6,7,"['~', '*', '>']",~ * >],1,1 +0125,0125,12,symb,three_rule_comb6,8,"['(', '$', '&']",( $ &],1,1 +0125,0125,12,symb,three_rule_comb6,9,"['<', '<', '&']",<,0,1 +0125,0125,12,symb,three_rule_comb6,10,"['!', '&', ':']",! & :,1,1 +0125,0125,12,symb,three_rule_comb6,11,"['%', '<', '$']",$ < ~,0,1 +0125,0125,12,symb,three_rule_comb6,12,"['>', '&', '&']",> & :],0,1 +0125,0125,12,symb,three_rule_comb6,13,"['$', '&', '(']",$ & (],1,1 +0125,0125,12,symb,three_rule_comb6,14,"['(', '*', '$']",( * $],1,1 +0125,0125,12,symb,three_rule_comb6,15,"['$', '%', ':']",$ % :],1,1 +0125,0125,12,symb,three_rule_comb6,16,"['%', '<', '(']",% < (],1,1 +0125,0125,12,symb,three_rule_comb6,17,"['(', '<', '$']",( < $],1,1 +0125,0125,12,symb,three_rule_comb6,18,"['~', '$', '<']",$ % *,0,1 +0125,0125,12,symb,three_rule_comb6,19,"['~', '>', '*']",~ > *],1,1 +0125,0125,12,symb,three_rule_comb6,20,"['$', '(', '$']",$ ( $,1,1 +0125,0125,12,symb,three_rule_comb6,21,"['~', '$', ':']",~ $ :],1,1 +0125,0125,12,symb,three_rule_comb6,22,"[':', '!', '$']",: ! $],1,1 +0125,0125,12,symb,three_rule_comb6,23,"['$', '$', '<']",$ ~ &,0,1 +0125,0125,12,symb,three_rule_comb6,24,"['>', '~', '>']",> ~ >],1,1 +0125,0125,12,symb,three_rule_comb6,25,"['(', ':', ':']",! : :],0,1 +0125,0125,12,symb,three_rule_comb6,26,"['%', '>', ':']",% > :],1,1 +0125,0125,12,symb,three_rule_comb6,27,"['&', '(', '!']",& ( !,1,1 +0125,0125,12,symb,three_rule_comb6,28,"['~', '(', '~']",~ < (],0,1 +0125,0125,12,symb,three_rule_comb6,29,"['&', '*', '(']",& * (],1,1 +0125,0125,12,symb,three_rule_comb6,30,"[':', '$', '!']",: $ !,1,1 +0125,0125,12,symb,three_rule_comb6,31,"['<', '&', ':']",< & (],0,1 +0125,0125,12,symb,three_rule_comb6,32,"['(', '%', '(']",( % (],1,1 +0125,0125,12,symb,three_rule_comb6,33,"[':', '(', '&']",: ( >],0,1 +0125,0125,12,symb,three_rule_comb6,34,"['$', '<', '!']",$ % ~,0,1 +0125,0125,12,symb,three_rule_comb6,35,"['>', '*', '&']",* > &,0,1 +0125,0125,12,symb,three_rule_comb6,36,"['!', '(', '*']",! ( *],1,1 +0125,0125,12,symb,three_rule_comb6,37,"['%', '<', '%']",% < %],1,1 +0125,0125,12,symb,three_rule_comb6,38,"['&', '&', '*']",& & *],1,1 +0125,0125,12,symb,three_rule_comb6,39,"['*', '<', '!']",* < !,1,1 +0125,0125,12,symb,three_rule_comb6,40,"[':', '>', '<']",: > <,1,1 +0125,0125,12,symb,three_rule_comb6,41,"['<', ':', '<']",< * <,0,1 +0125,0125,12,symb,three_rule_comb6,42,"['*', '*', '(']",* * >,0,1 +0125,0125,12,symb,three_rule_comb6,43,"['%', '$', '&']",% $ &],1,1 +0125,0125,12,symb,three_rule_comb6,44,"['$', '~', '<']",$ ~ %,0,1 +0125,0125,12,symb,three_rule_comb6,45,"['%', '!', '&']",% ! &,1,1 +0125,0125,12,symb,three_rule_comb6,46,"['%', '%', '!']",% % !],1,1 +0125,0125,12,symb,three_rule_comb6,47,"['$', '<', '~']",$ < &,0,1 +0125,0125,12,symb,three_rule_comb6,48,"['$', '>', '!']",$,0,1 +0125,0125,12,symb,three_rule_comb6,49,"[':', '~', '%']",: ~ %],1,1 +0125,0125,12,symb,three_rule_comb6,50,"['%', '&', '~']",% & ~],1,1 +0125,0125,12,symb,three_rule_comb6,51,"['(', '&', '*']",* < $,0,1 +0125,0125,12,symb,three_rule_comb6,52,"[':', '$', '!']",: $ !,1,1 +0125,0125,12,symb,three_rule_comb6,53,"['$', '%', '<']",% < &,0,1 +0125,0125,12,symb,three_rule_comb6,54,"['(', '(', '~']",( ( %],0,1 +0125,0125,12,symb,three_rule_comb6,55,"['~', '*', '$']",~ * $],1,1 +0125,0125,12,symb,three_rule_comb6,56,"['(', ':', '&']",( % &],0,1 +0125,0125,12,symb,three_rule_comb6,57,"['*', '~', ':']",* $ :],0,1 +0125,0125,12,symb,three_rule_comb6,58,"['*', '<', '~']",* < !,0,1 +0125,0125,12,symb,three_rule_comb6,59,"['<', '<', '&']",< < &,1,1 +0125,0125,12,symb,three_rule_comb6,60,"[':', '&', '!']",: & !],1,1 +0125,0125,12,symb,three_rule_comb6,61,"['*', '~', '!']",* ~ !,1,1 +0125,0125,12,symb,three_rule_comb6,62,"['%', '<', '(']",% < (],1,1 +0125,0125,12,symb,three_rule_comb6,63,"['~', ':', '!']",: !],0,1 +0125,0125,12,symb,three_rule_comb6,64,"['~', '!', '&']",% & %],0,1 +0125,0125,12,symb,three_rule_comb6,65,"['&', '!', '~']",& ! ~],1,1 +0125,0125,12,symb,three_rule_comb6,66,"['~', '&', '~']",~ & ~],1,1 +0125,0125,12,symb,three_rule_comb6,67,"['~', ':', '$']",~ : $],1,1 +0125,0125,12,symb,three_rule_comb6,68,"['(', '&', '$']",% & $],0,1 +0125,0125,12,symb,three_rule_comb6,69,"['~', '$', '*']",~ $ *],1,1 +0125,0125,12,symb,three_rule_comb6,70,"['&', '!', '<']",& ! <,1,1 +0125,0125,12,symb,three_rule_comb6,71,"['*', '%', '!']",% > !],0,1 +0125,0125,12,symb,three_rule_comb6,72,"['%', '(', '>']",% ! >],0,1 +0125,0125,12,symb,three_rule_comb6,73,"['&', '~', '~']",& ~ ~],1,1 +0125,0125,12,symb,three_rule_comb6,74,"['!', '*', '~']",! * $,0,1 +0125,0125,12,symb,three_rule_comb6,75,"['!', '(', '>']",! ( >],1,1 +0125,0125,12,symb,three_rule_comb6,76,"[':', '%', '>']",: % >],1,1 +0125,0125,12,symb,three_rule_comb6,77,"['$', '!', '~']",$ : !,0,1 +0125,0125,12,symb,three_rule_comb6,78,"['~', '%', ':']",~ % :],1,1 +0125,0125,12,symb,three_rule_comb6,79,"['~', '%', '%']",% $ &],0,1 +0125,0125,12,symb,three_rule_comb6,80,"['!', '~', '!']",! ~ !,1,1 +0125,0125,12,symb,three_rule_comb6,81,"['&', '<', '%']",% < %,0,1 +0125,0125,12,symb,three_rule_comb6,82,"['&', '(', '<']",& ( <],1,1 +0125,0125,12,symb,three_rule_comb6,83,"['(', '$', '!']",( $ !],1,1 +0125,0125,12,symb,three_rule_comb6,84,"[':', '>', '%']",%,0,1 +0125,0125,12,symb,three_rule_comb6,85,"['&', '!', '$']",& ! $,1,1 +0125,0125,12,symb,three_rule_comb6,86,"['(', '>', '~']",( > ~],1,1 +0125,0125,12,symb,three_rule_comb6,87,"['&', '(', ':']",& ( ~],0,1 +0125,0125,12,symb,three_rule_comb6,88,"['%', '<', ':']",% < :],1,1 +0125,0125,12,symb,three_rule_comb6,89,"[':', '!', '$']",: ! $],1,1 +0125,0125,12,symb,three_rule_comb6,90,"['<', '&', '*']",< & *],1,1 +0125,0125,12,symb,three_rule_comb6,91,"['>', '~', '$']",$ & <],0,1 +0125,0125,12,symb,three_rule_comb6,92,"['!', '>', '$']",! > $],1,1 +0125,0125,12,symb,three_rule_comb6,93,"['$', ':', '&']",$ : &],1,1 +0125,0125,12,symb,three_rule_comb6,94,"['(', '$', '(']",( $ :],0,1 +0125,0125,12,symb,three_rule_comb6,95,"['(', '>', ':']",: & :],0,1 +0125,0125,12,symb,three_rule_comb6,96,"['!', '>', '>']",! > $,0,1 +0125,0125,12,symb,three_rule_comb6,97,"[':', '&', '~']",: & ~],1,1 +0125,0125,12,symb,three_rule_comb6,98,"['>', '!', '<']",> ! <,1,1 +0125,0125,12,symb,three_rule_comb6,99,"['<', '~', ':']",< ~ :],1,1 +0125,0125,12,symb,three_rule_comb7,0,"['<', '(', ':']",< ( *],0,1 +0125,0125,12,symb,three_rule_comb7,1,"['!', '&', ':']",! & >],0,1 +0125,0125,12,symb,three_rule_comb7,2,"['(', '>', '$']",: * &],0,1 +0125,0125,12,symb,three_rule_comb7,3,"['(', ':', '<']",% ( ~],0,1 +0125,0125,12,symb,three_rule_comb7,4,"['>', '<', '*']",* >,0,1 +0125,0125,12,symb,three_rule_comb7,5,"['$', '!', '$']",$ : ~],0,1 +0125,0125,12,symb,three_rule_comb7,6,"['<', '&', '<']",* & <,0,1 +0125,0125,12,symb,three_rule_comb7,7,"['*', '$', '%']",% < &,0,1 +0125,0125,12,symb,three_rule_comb7,8,"['*', '*', '!']",* ~ >],0,1 +0125,0125,12,symb,three_rule_comb7,9,"['~', '*', ':']",%,0,1 +0125,0125,12,symb,three_rule_comb7,10,"['<', '&', '(']",:% >],0,1 +0125,0125,12,symb,three_rule_comb7,11,"['*', '~', '&']",~ & &,0,1 +0125,0125,12,symb,three_rule_comb7,12,"['(', '(', '(']",( ( &],0,1 +0125,0125,12,symb,three_rule_comb7,13,"['(', '(', '%']",( > !],0,1 +0125,0125,12,symb,three_rule_comb7,14,"['>', '>', '(']",> ( %,0,1 +0125,0125,12,symb,three_rule_comb7,15,"['!', '%', '%']",> * :],0,1 +0125,0125,12,symb,three_rule_comb7,16,"[':', ':', '%']",: * &,0,1 +0125,0125,12,symb,three_rule_comb7,17,"[':', '&', '(']",: * %],0,1 +0125,0125,12,symb,three_rule_comb7,18,"['~', '*', '~']",~ < ~],0,1 +0125,0125,12,symb,three_rule_comb7,19,"['&', '!', '$']",& ! >,0,1 +0125,0125,12,symb,three_rule_comb7,20,"['<', '~', '<']",* ~ <,0,1 +0125,0125,12,symb,three_rule_comb7,21,"['&', '(', '!']",< $ %,0,1 +0125,0125,12,symb,three_rule_comb7,22,"['~', '(', '&']",~ ( (],0,1 +0125,0125,12,symb,three_rule_comb7,23,"[':', '%', '!']",: % (],0,1 +0125,0125,12,symb,three_rule_comb7,24,"[':', '(', '&']",& < *],0,1 +0125,0125,12,symb,three_rule_comb7,25,"['<', '!', '(']",< ! &],0,1 +0125,0125,12,symb,three_rule_comb7,26,"['(', ':', '~']",% : ~,0,1 +0125,0125,12,symb,three_rule_comb7,27,"['*', '&', '*']",* & !,0,1 +0125,0125,12,symb,three_rule_comb7,28,"['$', ':', '$']",$ > :,0,1 +0125,0125,12,symb,three_rule_comb7,29,"['%', '*', '$']",% * ~],0,1 +0125,0125,12,symb,three_rule_comb7,30,"['$', '$', '$']",$ ! <,0,1 +0125,0125,12,symb,three_rule_comb7,31,"['~', '&', '$']",$ > !,0,1 +0125,0125,12,symb,three_rule_comb7,32,"['(', '<', '$']",$ ~ ~,0,1 +0125,0125,12,symb,three_rule_comb7,33,"['!', '<', '&']",! : &],0,1 +0125,0125,12,symb,three_rule_comb7,34,"['~', '<', '(']",* $ >,0,1 +0125,0125,12,symb,three_rule_comb7,35,"['*', '!', '&']",$ > !,0,1 +0125,0125,12,symb,three_rule_comb7,36,"['~', '&', '<']",:&,0,1 +0125,0125,12,symb,three_rule_comb7,37,"['&', '(', '>']",& > >],0,1 +0125,0125,12,symb,three_rule_comb7,38,"['<', '(', '<']",: ( <],0,1 +0125,0125,12,symb,three_rule_comb7,39,"['%', '*', '(']",% * >],0,1 +0125,0125,12,symb,three_rule_comb7,40,"['<', '$', '(']",< $ >,0,1 +0125,0125,12,symb,three_rule_comb7,41,"['*', '*', '&']",* &,0,1 +0125,0125,12,symb,three_rule_comb7,42,"['*', '(', '!']",( > ~,0,1 +0125,0125,12,symb,three_rule_comb7,43,"[':', '&', '>']",% > >,0,1 +0125,0125,12,symb,three_rule_comb7,44,"[':', '>', '*']",* > ~],0,1 +0125,0125,12,symb,three_rule_comb7,45,"['!', '$', '*']",$ > %,0,1 +0125,0125,12,symb,three_rule_comb7,46,"['$', '>', '<']",$ # $],0,1 +0125,0125,12,symb,three_rule_comb7,47,"['%', '(', '!']",% > !,0,1 +0125,0125,12,symb,three_rule_comb7,48,"['<', '~', '*']",< ~ !,0,1 +0125,0125,12,symb,three_rule_comb7,49,"['(', '%', '$']",% : :],0,1 +0125,0125,12,symb,three_rule_comb7,50,"['!', '&', '>']",$ > >,0,1 +0125,0125,12,symb,three_rule_comb7,51,"[':', ':', '<']",( & >],0,1 +0125,0125,12,symb,three_rule_comb7,52,"['*', '$', '&']",* ! &],0,1 +0125,0125,12,symb,three_rule_comb7,53,"['!', ':', '%']",:],0,1 +0125,0125,12,symb,three_rule_comb7,54,"['~', '%', '%']",~ ! %],0,1 +0125,0125,12,symb,three_rule_comb7,55,"['&', '~', '%']",% ~ *,0,1 +0125,0125,12,symb,three_rule_comb7,56,"['$', '(', '%']",$ < %,0,1 +0125,0125,12,symb,three_rule_comb7,57,"['>', '%', '>']",! % >],0,1 +0125,0125,12,symb,three_rule_comb7,58,"['$', '!', '<']",~ ! <],0,1 +0125,0125,12,symb,three_rule_comb7,59,"['!', '(', '(']",! & (],0,1 +0125,0125,12,symb,three_rule_comb7,60,"[':', '&', '$']",: & ?],0,1 +0125,0125,12,symb,three_rule_comb7,61,"['<', '&', '!']",>,0,1 +0125,0125,12,symb,three_rule_comb7,62,"['(', ':', '>']",: > $],0,1 +0125,0125,12,symb,three_rule_comb7,63,"['<', '%', '<']",< % !,0,1 +0125,0125,12,symb,three_rule_comb7,64,"['<', '&', '~']",$ & ~,0,1 +0125,0125,12,symb,three_rule_comb7,65,"[':', '(', '(']",: > (],0,1 +0125,0125,12,symb,three_rule_comb7,66,"['$', '*', '!']",! * >,0,1 +0125,0125,12,symb,three_rule_comb7,67,"['(', '~', '>']",% ~ >],0,1 +0125,0125,12,symb,three_rule_comb7,68,"['<', '!', '%']",* ! %],0,1 +0125,0125,12,symb,three_rule_comb7,69,"['<', '(', '$']",: ( $],0,1 +0125,0125,12,symb,three_rule_comb7,70,"['(', '~', '~']",* ( !,0,1 +0125,0125,12,symb,three_rule_comb7,71,"['~', '~', '&']",~ ! >,0,1 +0125,0125,12,symb,three_rule_comb7,72,"['(', '%', ':']",% ! :],0,1 +0125,0125,12,symb,three_rule_comb7,73,"['&', '$', '>']",& > $,0,1 +0125,0125,12,symb,three_rule_comb7,74,"['<', '(', '~']",& ~ ],0,1 +0125,0125,12,symb,three_rule_comb7,75,"['$', '*', '$']",& : *],0,1 +0125,0125,12,symb,three_rule_comb7,76,"[':', '<', '>']",: $ %,0,1 +0125,0125,12,symb,three_rule_comb7,77,"['&', ':', '&']",& ~ &,0,1 +0125,0125,12,symb,three_rule_comb7,78,"['<', '>', '<']",$,0,1 +0125,0125,12,symb,three_rule_comb7,79,"['~', '%', '>']",! % >,0,1 +0125,0125,12,symb,three_rule_comb7,80,"['%', '>', '*']",: ~ <],0,1 +0125,0125,12,symb,three_rule_comb7,81,"['*', '<', '$']",* : $,0,1 +0125,0125,12,symb,three_rule_comb7,82,"['&', '$', '$']",& $ ~,0,1 +0125,0125,12,symb,three_rule_comb7,83,"['*', '(', '(']",& : !,0,1 +0125,0125,12,symb,three_rule_comb7,84,"[':', '~', '(']",: ~ &],0,1 +0125,0125,12,symb,three_rule_comb7,85,"[':', '<', '<']",: < ~],0,1 +0125,0125,12,symb,three_rule_comb7,86,"['~', '%', '$']",~ ~ $,0,1 +0125,0125,12,symb,three_rule_comb7,87,"['&', '<', '~']",* % &,0,1 +0125,0125,12,symb,three_rule_comb7,88,"[':', '(', '&']",% < &,0,1 +0125,0125,12,symb,three_rule_comb7,89,"['~', '>', '%']",% ! &],0,1 +0125,0125,12,symb,three_rule_comb7,90,"[':', '~', '&']",%,0,1 +0125,0125,12,symb,three_rule_comb7,91,"['(', '&', '(']",( > <],0,1 +0125,0125,12,symb,three_rule_comb7,92,"['~', '~', '(']",*,0,1 +0125,0125,12,symb,three_rule_comb7,93,"['~', '$', '~']",~ ! <,0,1 +0125,0125,12,symb,three_rule_comb7,94,"['&', '!', '<']",% & >,0,1 +0125,0125,12,symb,three_rule_comb7,95,"['&', '<', '*']",: *],0,1 +0125,0125,12,symb,three_rule_comb7,96,"['*', '(', '~']",% < !,0,1 +0125,0125,12,symb,three_rule_comb7,97,"['%', '!', '%']",% ~ &,0,1 +0125,0125,12,symb,three_rule_comb7,98,"[':', '!', '%']",:],0,1 +0125,0125,12,symb,three_rule_comb7,99,"[':', '$', '!']",: $ ~],0,1 +0125,0125,12,symb,three_rule_comb8,0,"[':', '&', '*']",$ * >],0,1 +0125,0125,12,symb,three_rule_comb8,1,"['<', '<', '<']",* : <,0,1 +0125,0125,12,symb,three_rule_comb8,2,"['!', '%', ':']",! ~ %],0,1 +0125,0125,12,symb,three_rule_comb8,3,"['>', '<', '$']",! & *],0,1 +0125,0125,12,symb,three_rule_comb8,4,"['$', '(', ':']",:< >,0,1 +0125,0125,12,symb,three_rule_comb8,5,"['<', '!', ':']",:],0,1 +0125,0125,12,symb,three_rule_comb8,6,"['(', '~', '&']",: * <],0,1 +0125,0125,12,symb,three_rule_comb8,7,"[':', '!', '%']",! % *,0,1 +0125,0125,12,symb,three_rule_comb8,8,"['>', '%', '~']",> ! !],0,1 +0125,0125,12,symb,three_rule_comb8,9,"['%', '>', '%']",% ~ %,0,1 +0125,0125,12,symb,three_rule_comb8,10,"['!', '<', '~']",< * <],0,1 +0125,0125,12,symb,three_rule_comb8,11,"['%', '(', '<']",! ( *],0,1 +0125,0125,12,symb,three_rule_comb8,12,"['~', '~', '(']",:? * >,0,1 +0125,0125,12,symb,three_rule_comb8,13,"['&', '$', ':']",$ < &],0,1 +0125,0125,12,symb,three_rule_comb8,14,"['%', '>', '&']",% ! <],0,1 +0125,0125,12,symb,three_rule_comb8,15,"['!', ':', '!']",% > !],0,1 +0125,0125,12,symb,three_rule_comb8,16,"['(', '~', '>']",! ~ >],0,1 +0125,0125,12,symb,three_rule_comb8,17,"['*', ':', '(']",* < >,0,1 +0125,0125,12,symb,three_rule_comb8,18,"['&', '<', '<']",$,0,1 +0125,0125,12,symb,three_rule_comb8,19,"['%', '>', '<']",: ! %],0,1 +0125,0125,12,symb,three_rule_comb8,20,"['(', '&', '$']",> & ~],0,1 +0125,0125,12,symb,three_rule_comb8,21,"['%', '$', '(']",* ~ >],0,1 +0125,0125,12,symb,three_rule_comb8,22,"[':', '(', '*']",: > <],0,1 +0125,0125,12,symb,three_rule_comb8,23,"['$', '(', ':']",< & %],0,1 +0125,0125,12,symb,three_rule_comb8,24,"['<', '!', '%']",< ~ ~],0,1 +0125,0125,12,symb,three_rule_comb8,25,"['%', '<', ':']",% ~ *],0,1 +0125,0125,12,symb,three_rule_comb8,26,"[':', ':', '<']",% : $,0,1 +0125,0125,12,symb,three_rule_comb8,27,"['%', '<', ':']",! * :],0,1 +0125,0125,12,symb,three_rule_comb8,28,"['(', '<', '!']",* >,0,1 +0125,0125,12,symb,three_rule_comb8,29,"['(', '<', '~']",$ : <,0,1 +0125,0125,12,symb,three_rule_comb8,30,"['~', '~', '%']",! ~ !],0,1 +0125,0125,12,symb,three_rule_comb8,31,"['>', '<', '>']",:! :!],0,1 +0125,0125,12,symb,three_rule_comb8,32,"['(', '%', ':']",: * (],0,1 +0125,0125,12,symb,three_rule_comb8,33,"['!', '%', '*']",% > ~],0,1 +0125,0125,12,symb,three_rule_comb8,34,"['~', ':', '<']",~ < *],0,1 +0125,0125,12,symb,three_rule_comb8,35,"['$', '%', '$']",% ! ~],0,1 +0125,0125,12,symb,three_rule_comb8,36,"['>', '(', '~']",> < <,0,1 +0125,0125,12,symb,three_rule_comb8,37,"['>', '!', ':']",< ! %],0,1 +0125,0125,12,symb,three_rule_comb8,38,"['<', '%', '&']",$ & $,0,1 +0125,0125,12,symb,three_rule_comb8,39,"['$', '<', '%']",$ > $,0,1 +0125,0125,12,symb,three_rule_comb8,40,"['(', '>', '&']",% < <,0,1 +0125,0125,12,symb,three_rule_comb8,41,"['&', '~', '>']",< < *],0,1 +0125,0125,12,symb,three_rule_comb8,42,"['(', '*', '<']",* * !],0,1 +0125,0125,12,symb,three_rule_comb8,43,"['~', '&', '!']",$ ! (,0,1 +0125,0125,12,symb,three_rule_comb8,44,"['%', '$', '%']",! ! %],0,1 +0125,0125,12,symb,three_rule_comb8,45,"['<', ':', '(']",% > (,0,1 +0125,0125,12,symb,three_rule_comb8,46,"['$', ':', '%']",: & >,0,1 +0125,0125,12,symb,three_rule_comb8,47,"['!', '%', '*']",! < *],0,1 +0125,0125,12,symb,three_rule_comb8,48,"['<', '&', '!']",$ > *,0,1 +0125,0125,12,symb,three_rule_comb8,49,"[':', '$', '<']",% < &,0,1 +0125,0125,12,symb,three_rule_comb8,50,"['*', '$', '%']",* ~ *,0,1 +0125,0125,12,symb,three_rule_comb8,51,"['&', '&', '&']",& > $,0,1 +0125,0125,12,symb,three_rule_comb8,52,"['~', '(', '<']",*,0,1 +0125,0125,12,symb,three_rule_comb8,53,"['!', '<', '>']",> & ~],0,1 +0125,0125,12,symb,three_rule_comb8,54,"['>', '<', '*']",< ! &],0,1 +0125,0125,12,symb,three_rule_comb8,55,"['&', '~', '!']",% > *],0,1 +0125,0125,12,symb,three_rule_comb8,56,"['%', '$', '&']",* $ $],0,1 +0125,0125,12,symb,three_rule_comb8,57,"['<', '!', '&']",: ! (],0,1 +0125,0125,12,symb,three_rule_comb8,58,"['~', '*', '&']",(~ ! *],0,1 +0125,0125,12,symb,three_rule_comb8,59,"['<', '<', '%']",: * >],0,1 +0125,0125,12,symb,three_rule_comb8,60,"['&', '$', '$']",$ > $,0,1 +0125,0125,12,symb,three_rule_comb8,61,"[':', ':', '&']",% * <],0,1 +0125,0125,12,symb,three_rule_comb8,62,"['$', '(', '*']",$ & <],0,1 +0125,0125,12,symb,three_rule_comb8,63,"['&', '$', '%']",& : *,0,1 +0125,0125,12,symb,three_rule_comb8,64,"['<', '$', '<']",< ! :],0,1 +0125,0125,12,symb,three_rule_comb8,65,"[':', '%', '<']",% < <,0,1 +0125,0125,12,symb,three_rule_comb8,66,"['<', '~', ':']",< & :],0,1 +0125,0125,12,symb,three_rule_comb8,67,"['%', '<', ':']",% < ~,0,1 +0125,0125,12,symb,three_rule_comb8,68,"[':', '<', '>']",: $ !],0,1 +0125,0125,12,symb,three_rule_comb8,69,"['&', ':', '$']",& * !],0,1 +0125,0125,12,symb,three_rule_comb8,70,"['<', '*', '$']",*,0,1 +0125,0125,12,symb,three_rule_comb8,71,"['<', '(', '*']",* ! <,0,1 +0125,0125,12,symb,three_rule_comb8,72,"[':', '$', '%']",% : <,0,1 +0125,0125,12,symb,three_rule_comb8,73,"['%', '!', '(']",? ? =],0,1 +0125,0125,12,symb,three_rule_comb8,74,"['%', '<', '&']",&,0,1 +0125,0125,12,symb,three_rule_comb8,75,"['(', '<', '~']",: & %],0,1 +0125,0125,12,symb,three_rule_comb8,76,"['$', '!', '*']",< ~ >,0,1 +0125,0125,12,symb,three_rule_comb8,77,"['%', '>', '(']",% ( &],0,1 +0125,0125,12,symb,three_rule_comb8,78,"[':', '&', '>']",%,0,1 +0125,0125,12,symb,three_rule_comb8,79,"['&', '$', '>']",% < &],0,1 +0125,0125,12,symb,three_rule_comb8,80,"['%', '&', ':']",% * %],0,1 +0125,0125,12,symb,three_rule_comb8,81,"['$', '*', '%']",< : (,0,1 +0125,0125,12,symb,three_rule_comb8,82,"[':', ':', '&']",: * >],0,1 +0125,0125,12,symb,three_rule_comb8,83,"['*', '&', ':']",* > (],0,1 +0125,0125,12,symb,three_rule_comb8,84,"['!', '$', '%']",% < <,0,1 +0125,0125,12,symb,three_rule_comb8,85,"['!', '<', ':']",> & >],0,1 +0125,0125,12,symb,three_rule_comb8,86,"['~', '&', '(']",~ > &],0,1 +0125,0125,12,symb,three_rule_comb8,87,"['<', '%', '*']",< % :],0,1 +0125,0125,12,symb,three_rule_comb8,88,"[':', '&', '%']",: > !],0,1 +0125,0125,12,symb,three_rule_comb8,89,"['(', '$', ':']",$ : $,0,1 +0125,0125,12,symb,three_rule_comb8,90,"['<', '%', '*']",< ~ <,0,1 +0125,0125,12,symb,three_rule_comb8,91,"['%', '!', '*']",% ~ >,0,1 +0125,0125,12,symb,three_rule_comb8,92,"[':', ':', '~']",% ~ >,0,1 +0125,0125,12,symb,three_rule_comb8,93,"['&', '%', '*']",$ : $],0,1 +0125,0125,12,symb,three_rule_comb8,94,"[':', ':', '>']",:] ! >,0,1 +0125,0125,12,symb,three_rule_comb8,95,"['~', '<', '(']",% & $,0,1 +0125,0125,12,symb,three_rule_comb8,96,"['$', '$', '!']",* : !,0,1 +0125,0125,12,symb,three_rule_comb8,97,"['%', ':', '<']",% > ~],0,1 +0125,0125,12,symb,three_rule_comb8,98,"['<', '%', '!']",> > >],0,1 +0125,0125,12,symb,three_rule_comb8,99,"[':', '&', '%']",% < ~,0,1 +0125,0125,12,symb,three_rule_comb9,0,"['<', '>', '!']",< ! !,0,1 +0125,0125,12,symb,three_rule_comb9,1,"[':', '$', '%']",: < ?,0,1 +0125,0125,12,symb,three_rule_comb9,2,"['~', '>', '*']",< ! ~],0,1 +0125,0125,12,symb,three_rule_comb9,3,"['<', ':', '~']",( * ],0,1 +0125,0125,12,symb,three_rule_comb9,4,"['<', '~', '*']",$ * ~],0,1 +0125,0125,12,symb,three_rule_comb9,5,"['>', ':', '(']",% ! ~],0,1 +0125,0125,12,symb,three_rule_comb9,6,"['%', '&', '<']",< & <],0,1 +0125,0125,12,symb,three_rule_comb9,7,"['$', '&', '%']",? & %],0,1 +0125,0125,12,symb,three_rule_comb9,8,"[':', '%', '!']",% ( >],0,1 +0125,0125,12,symb,three_rule_comb9,9,"['%', '<', ':']",? @ @],0,1 +0125,0125,12,symb,three_rule_comb9,10,"['%', ':', '&']",! ! ~],0,1 +0125,0125,12,symb,three_rule_comb9,11,"['%', '&', '&']",# # >],0,1 +0125,0125,12,symb,three_rule_comb9,12,"['$', '&', '~']",& < *],0,1 +0125,0125,12,symb,three_rule_comb9,13,"['(', ':', '&']",* % &,0,1 +0125,0125,12,symb,three_rule_comb9,14,"['*', '<', '%']",:],0,1 +0125,0125,12,symb,three_rule_comb9,15,"[':', '&', '<']",% < $,0,1 +0125,0125,12,symb,three_rule_comb9,16,"['~', '%', ':']",# @ #],0,1 +0125,0125,12,symb,three_rule_comb9,17,"['<', '*', '(']",: < &],0,1 +0125,0125,12,symb,three_rule_comb9,18,"['(', '~', '$']",% * <],0,1 +0125,0125,12,symb,three_rule_comb9,19,"['*', ':', '%']",]? > ~],0,1 +0125,0125,12,symb,three_rule_comb9,20,"['%', ':', '>']",~ % %],0,1 +0125,0125,12,symb,three_rule_comb9,21,"['&', '*', '$']",( > ),0,1 +0125,0125,12,symb,three_rule_comb9,22,"['<', ':', '*']",$ % %],0,1 +0125,0125,12,symb,three_rule_comb9,23,"['~', '&', '*']",> ? >],0,1 +0125,0125,12,symb,three_rule_comb9,24,"['(', '$', '%']",< > %,0,1 +0125,0125,12,symb,three_rule_comb9,25,"['*', '$', ':']",% > !,0,1 +0125,0125,12,symb,three_rule_comb9,26,"['%', '$', '&']",: < $],0,1 +0125,0125,12,symb,three_rule_comb9,27,"['%', '&', '<']",: < $],0,1 +0125,0125,12,symb,three_rule_comb9,28,"[':', '&', '%']",% $ #,0,1 +0125,0125,12,symb,three_rule_comb9,29,"[':', '~', '(']",]? % *,0,1 +0125,0125,12,symb,three_rule_comb9,30,"['<', ':', ':']",% >,0,1 +0125,0125,12,symb,three_rule_comb9,31,"[':', '>', '&']",% ! $,0,1 +0125,0125,12,symb,three_rule_comb9,32,"['%', '(', '<']",: % $],0,1 +0125,0125,12,symb,three_rule_comb9,33,"['>', '<', '$']",! & <],0,1 +0125,0125,12,symb,three_rule_comb9,34,"['$', '(', '*']",! : )],0,1 +0125,0125,12,symb,three_rule_comb9,35,"['~', '(', '%']",# > #],0,1 +0125,0125,12,symb,three_rule_comb9,36,"['$', '%', '(']",! = #],0,1 +0125,0125,12,symb,three_rule_comb9,37,"[':', '$', '!']",! & ],0,1 +0125,0125,12,symb,three_rule_comb9,38,"['>', '%', '%']",& : )],0,1 +0125,0125,12,symb,three_rule_comb9,39,"['!', '$', '(']",> < %],0,1 +0125,0125,12,symb,three_rule_comb9,40,"[':', '~', '$']",! * &],0,1 +0125,0125,12,symb,three_rule_comb9,41,"[':', '&', '(']",< ! %],0,1 +0125,0125,12,symb,three_rule_comb9,42,"['>', '*', '$']",& > ~],0,1 +0125,0125,12,symb,three_rule_comb9,43,"['&', '%', '$']",:? @},0,1 +0125,0125,12,symb,three_rule_comb9,44,"['~', '(', '(']",# @ #],0,1 +0125,0125,12,symb,three_rule_comb9,45,"['&', '>', '(']",: $ :],0,1 +0125,0125,12,symb,three_rule_comb9,46,"[':', '*', '&']",% ~ <,0,1 +0125,0125,12,symb,three_rule_comb9,47,"['%', ':', '>']",> * ~],0,1 +0125,0125,12,symb,three_rule_comb9,48,"['~', '$', '<']",* < $,0,1 +0125,0125,12,symb,three_rule_comb9,49,"['&', '<', '<']",& $ $],0,1 +0125,0125,12,symb,three_rule_comb9,50,"['%', '%', '&']",$ & !],0,1 +0125,0125,12,symb,three_rule_comb9,51,"['*', '$', '&']",* > ~],0,1 +0125,0125,12,symb,three_rule_comb9,52,"['$', ':', '<']",& : *],0,1 +0125,0125,12,symb,three_rule_comb9,53,"['%', '%', '~']",# > #],0,1 +0125,0125,12,symb,three_rule_comb9,54,"['$', '$', ':']",? ! :],0,1 +0125,0125,12,symb,three_rule_comb9,55,"['<', '(', '!']",] ! ],0,1 +0125,0125,12,symb,three_rule_comb9,56,"['&', '>', '$']",$ ! <,0,1 +0125,0125,12,symb,three_rule_comb9,57,"['&', '$', ':']",$ & %,0,1 +0125,0125,12,symb,three_rule_comb9,58,"['(', '&', '%']",% < (,0,1 +0125,0125,12,symb,three_rule_comb9,59,"['$', '>', '<']",< ! $],0,1 +0125,0125,12,symb,three_rule_comb9,60,"['$', '<', '(']",< & :],0,1 +0125,0125,12,symb,three_rule_comb9,61,"[':', '%', '*']",% : ~,0,1 +0125,0125,12,symb,three_rule_comb9,62,"['&', '<', ':']",# # !],0,1 +0125,0125,12,symb,three_rule_comb9,63,"['$', '(', ':']",% < :],0,1 +0125,0125,12,symb,three_rule_comb9,64,"['~', ':', '$']",* ( &],0,1 +0125,0125,12,symb,three_rule_comb9,65,"['(', '%', '!']",% : >],0,1 +0125,0125,12,symb,three_rule_comb9,66,"['<', '&', '~']",< * &],0,1 +0125,0125,12,symb,three_rule_comb9,67,"['<', '$', '!']",& & >],0,1 +0125,0125,12,symb,three_rule_comb9,68,"[':', '$', '%']",% < (,0,1 +0125,0125,12,symb,three_rule_comb9,69,"['(', '$', '>']",:! >],0,1 +0125,0125,12,symb,three_rule_comb9,70,"[':', '$', '(']",% & %,0,1 +0125,0125,12,symb,three_rule_comb9,71,"['(', '*', '<']",: ~ &],0,1 +0125,0125,12,symb,three_rule_comb9,72,"['>', '$', ':']",> > !,0,1 +0125,0125,12,symb,three_rule_comb9,73,"['<', '%', ':']",% : &,0,1 +0125,0125,12,symb,three_rule_comb9,74,"['$', ':', '>']",# % %,0,1 +0125,0125,12,symb,three_rule_comb9,75,"['!', '%', '(']",> : :],0,1 +0125,0125,12,symb,three_rule_comb9,76,"['&', ':', '%']",$ % (],0,1 +0125,0125,12,symb,three_rule_comb9,77,"['>', '%', '(']",% ^ ~],0,1 +0125,0125,12,symb,three_rule_comb9,78,"['$', '<', '$']",$ < &],0,1 +0125,0125,12,symb,three_rule_comb9,79,"['&', '>', '%']",$ ! :],0,1 +0125,0125,12,symb,three_rule_comb9,80,"['(', '(', '*']",: % ~],0,1 +0125,0125,12,symb,three_rule_comb9,81,"['&', '(', '>']",~ % >],0,1 +0125,0125,12,symb,three_rule_comb9,82,"['%', '<', '(']",! ( *,0,1 +0125,0125,12,symb,three_rule_comb9,83,"['$', '<', '(']",< $ %],0,1 +0125,0125,12,symb,three_rule_comb9,84,"['<', '!', '%']",: ~ !],0,1 +0125,0125,12,symb,three_rule_comb9,85,"['<', '>', '&']",< & <,0,1 +0125,0125,12,symb,three_rule_comb9,86,"['$', '(', '<']",& % &],0,1 +0125,0125,12,symb,three_rule_comb9,87,"['(', '$', '<']",( < %),0,1 +0125,0125,12,symb,three_rule_comb9,88,"['>', '(', '<']",# % #,0,1 +0125,0125,12,symb,three_rule_comb9,89,"['~', ':', '%']",* ( (],0,1 +0125,0125,12,symb,three_rule_comb9,90,"['&', '$', '!']",? : ),0,1 +0125,0125,12,symb,three_rule_comb9,91,"['$', '%', '&']",< : $],0,1 +0125,0125,12,symb,three_rule_comb9,92,"['$', '>', '(']",< ! %],0,1 +0125,0125,12,symb,three_rule_comb9,93,"['&', '%', '~']",< ! &,0,1 +0125,0125,12,symb,three_rule_comb9,94,"['$', '%', '*']",~ & ~],0,1 +0125,0125,12,symb,three_rule_comb9,95,"['&', '!', '&']",* > $],0,1 +0125,0125,12,symb,three_rule_comb9,96,"['>', '$', '&']",$ & !],0,1 +0125,0125,12,symb,three_rule_comb9,97,"['!', '&', '%']",> $ (],0,1 +0125,0125,12,symb,three_rule_comb9,98,"['$', '>', ':']",~ > ~],0,1 +0125,0125,12,symb,three_rule_comb9,99,"['!', '&', '*']",! ! >],0,1 +0125,0125,12,symb,c3_set_union,0,"['~', '(', '&', '$']",~ ( & $,1,1 +0125,0125,12,symb,c3_set_union,1,"['<', '>', '(', '&']",< > &,0,1 +0125,0125,12,symb,c3_set_union,2,"['&', '$', ':', '~']",& $ : ~,1,1 +0125,0125,12,symb,c3_set_union,3,"['%', '(', ':', '>']",% >,0,1 +0125,0125,12,symb,c3_set_union,4,"[':', '~', '<', '*']",: < *,0,1 +0125,0125,12,symb,c3_set_union,5,"['*', '<', '&', '%']",* < & %,1,1 +0125,0125,12,symb,c3_set_union,6,"['~', '&', '%', '(']",% &,0,1 +0125,0125,12,symb,c3_set_union,7,"['>', '!', ':', '(']",> ! (,0,1 +0125,0125,12,symb,c3_set_union,8,"[':', '!', '*', '&']",: ! &,0,1 +0125,0125,12,symb,c3_set_union,9,"['%', '*', '&', '~']",% * & ~,1,1 +0125,0125,12,symb,c3_set_union,10,"['$', '%', '>', '&']",$ % > &,1,1 +0125,0125,12,symb,c3_set_union,11,"['~', '&', '!', '<']",~ & ! <,1,1 +0125,0125,12,symb,c3_set_union,12,"['$', '>', '~', '%']",$ > ~ %,1,1 +0125,0125,12,symb,c3_set_union,13,"['<', '%', '>', '!']",< % !,0,1 +0125,0125,12,symb,c3_set_union,14,"[':', '$', '>', '*']",: $ > *,1,1 +0125,0125,12,symb,c3_set_union,15,"['%', '(', '&', '*']",% & *,0,1 +0125,0125,12,symb,c3_set_union,16,"['~', '*', ':', '!']",~ * : !,1,1 +0125,0125,12,symb,c3_set_union,17,"['>', ':', '~', '!']",> !,0,1 +0125,0125,12,symb,c3_set_union,18,"['$', '(', '*', ':']",$ (:,0,1 +0125,0125,12,symb,c3_set_union,19,"[':', '(', '~', '&']",: ( &,0,1 +0125,0125,12,symb,c3_set_union,20,"['~', '%', '*', '!']",~ % * !,1,1 +0125,0125,12,symb,c3_set_union,21,"[':', '(', '<', '$']",< $,0,1 +0125,0125,12,symb,c3_set_union,22,"['!', '<', '>', ':']",! < :,0,1 +0125,0125,12,symb,c3_set_union,23,"['%', '(', '~', '<']",% <,0,1 +0125,0125,12,symb,c3_set_union,24,"['%', '$', '>', '<']",% $ > <,1,1 +0125,0125,12,symb,c3_set_union,25,"['~', '$', '<', '&']",~ $ < &,1,1 +0125,0125,12,symb,c3_set_union,26,"[':', '!', '$', '>']",: ! >,0,1 +0125,0125,12,symb,c3_set_union,27,"['$', '*', '&', ':']",$ * :],0,1 +0125,0125,12,symb,c3_set_union,28,"[':', '%', '&', '~']",: % & ~,1,1 +0125,0125,12,symb,c3_set_union,29,"['!', '$', '*', '&']",! $ * &,1,1 +0125,0125,12,symb,c3_set_union,30,"['!', '*', '(', ':']",! * :],0,1 +0125,0125,12,symb,c3_set_union,31,"['*', '~', '&', ':']",* :,0,1 +0125,0125,12,symb,c3_set_union,32,"[':', '~', '(', '%']",: ~ %],0,1 +0125,0125,12,symb,c3_set_union,33,"['*', '%', '<', '$']",* % < $,1,1 +0125,0125,12,symb,c3_set_union,34,"['~', '<', '&', '(']",~ < (,0,1 +0125,0125,12,symb,c3_set_union,35,"['%', '<', '*', '!']",% !,0,1 +0125,0125,12,symb,c3_set_union,36,"['(', '~', ':', '!']",( ~ :],0,1 +0125,0125,12,symb,c3_set_union,37,"['$', '&', '*', '~']",$ * ~,0,1 +0125,0125,12,symb,c3_set_union,38,"[':', '(', '~', '$']",: (~ $),0,1 +0125,0125,12,symb,c3_set_union,39,"['&', '>', '$', '*']",& > $ *,1,1 +0125,0125,12,symb,c3_set_union,40,"['$', '!', '*', '~']",$ ! ~,0,1 +0125,0125,12,symb,c3_set_union,41,"['&', '%', '$', '!']",& % $ !,1,1 +0125,0125,12,symb,c3_set_union,42,"['>', '$', '*', '!']",> $ * !,1,1 +0125,0125,12,symb,c3_set_union,43,"[':', '*', '(', '>']",: *>,0,1 +0125,0125,12,symb,c3_set_union,44,"['$', '%', '(', ':']",$ % :],0,1 +0125,0125,12,symb,c3_set_union,45,"['!', '<', ':', '$']",! < : $,1,1 +0125,0125,12,symb,c3_set_union,46,"['>', '*', '&', '<']",> * <,0,1 +0125,0125,12,symb,c3_set_union,47,"[':', '~', '>', '*']",: ~ > *,1,1 +0125,0125,12,symb,c3_set_union,48,"['%', '(', '*', '~']",% ~,0,1 +0125,0125,12,symb,c3_set_union,49,"['(', '~', '*', '<']",( ~ <],0,1 +0125,0125,12,symb,c3_set_union,50,"['(', '$', '!', '%']",($ %),0,1 +0125,0125,12,symb,c3_set_union,51,"['>', '!', '%', '*']",> ! % *,1,1 +0125,0125,12,symb,c3_set_union,52,"['&', '$', '>', ':']",& $ > :],1,1 +0125,0125,12,symb,c3_set_union,53,"['~', '$', '%', '<']",~ $ % <,1,1 +0125,0125,12,symb,c3_set_union,54,"['&', '>', '<', '%']",& < %,0,1 +0125,0125,12,symb,c3_set_union,55,"['>', '*', '<', ':']",> * :,0,1 +0125,0125,12,symb,c3_set_union,56,"[':', '!', '*', '<']",: ! <,0,1 +0125,0125,12,symb,c3_set_union,57,"['%', '<', '*', '~']",% ~,0,1 +0125,0125,12,symb,c3_set_union,58,"['>', '(', '<', '%']",> ( %],0,1 +0125,0125,12,symb,c3_set_union,59,"['>', ':', '<', '~']",> ~,0,1 +0125,0125,12,symb,c3_set_union,60,"['*', '&', '<', '$']",* < $,0,1 +0125,0125,12,symb,c3_set_union,61,"['%', '<', '*', '(']",% (,0,1 +0125,0125,12,symb,c3_set_union,62,"['$', '%', '<', '!']",$ % < !,1,1 +0125,0125,12,symb,c3_set_union,63,"['~', '>', '<', '!']",~ > !,0,1 +0125,0125,12,symb,c3_set_union,64,"['&', '!', '$', '~']",& ! ~,0,1 +0125,0125,12,symb,c3_set_union,65,"[':', '&', '>', '%']",: > %,0,1 +0125,0125,12,symb,c3_set_union,66,"['<', '&', '$', '>']",< & $ >,1,1 +0125,0125,12,symb,c3_set_union,67,"['(', '$', '*', '%']",($ %),0,1 +0125,0125,12,symb,c3_set_union,68,"['<', '%', ':', '$']",< % $,0,1 +0125,0125,12,symb,c3_set_union,69,"[':', '&', '$', '<']",: <,0,1 +0125,0125,12,symb,c3_set_union,70,"['>', '(', '~', '*']",> ( ~ *,1,1 +0125,0125,12,symb,c3_set_union,71,"[':', '~', '&', '<']",: ~ & <,1,1 +0125,0125,12,symb,c3_set_union,72,"['(', '!', ':', '%']",( ! %),0,1 +0125,0125,12,symb,c3_set_union,73,"['<', '&', '$', '(']",< $ (,0,1 +0125,0125,12,symb,c3_set_union,74,"['*', '!', '>', ':']",* ! :,0,1 +0125,0125,12,symb,c3_set_union,75,"['$', ':', '<', '*']",$ < *,0,1 +0125,0125,12,symb,c3_set_union,76,"['%', '>', ':', '$']",% > $,0,1 +0125,0125,12,symb,c3_set_union,77,"[':', '~', '!', '%']",: ~ %,0,1 +0125,0125,12,symb,c3_set_union,78,"['&', '!', '~', '>']",& ! >,0,1 +0125,0125,12,symb,c3_set_union,79,"['(', '$', '*', '<']",$ < *,0,1 +0125,0125,12,symb,c3_set_union,80,"['(', ':', '&', '$']",& :],0,1 +0125,0125,12,symb,c3_set_union,81,"['!', '&', '*', '>']",! & >,0,1 +0125,0125,12,symb,c3_set_union,82,"[':', '%', '&', '<']",: % & <,1,1 +0125,0125,12,symb,c3_set_union,83,"['>', '(', '$', '*']",> $ *,0,1 +0125,0125,12,symb,c3_set_union,84,"['!', ':', '<', '&']",! : &,0,1 +0125,0125,12,symb,c3_set_union,85,"['!', '$', '(', ':']",! $ :],0,1 +0125,0125,12,symb,c3_set_union,86,"['*', '!', '%', ':']",* ! :,0,1 +0125,0125,12,symb,c3_set_union,87,"['(', '!', '*', '~']",( ! *],0,1 +0125,0125,12,symb,c3_set_union,88,"['%', '!', '&', '(']",% (,0,1 +0125,0125,12,symb,c3_set_union,89,"['!', '(', '>', '$']",! ( > $,1,1 +0125,0125,12,symb,c3_set_union,90,"['<', '>', '*', '(']",* >,0,1 +0125,0125,12,symb,c3_set_union,91,"['&', '$', '%', '(']",& $(,0,1 +0125,0125,12,symb,c3_set_union,92,"['!', '<', '&', '%']",! < & %,1,1 +0125,0125,12,symb,c3_set_union,93,"[':', '(', '&', '>']",: >,0,1 +0125,0125,12,symb,c3_set_union,94,"[':', '<', '$', '>']",: >,0,1 +0125,0125,12,symb,c3_set_union,95,"['(', '$', '<', '%']",( $ %,0,1 +0125,0125,12,symb,c3_set_union,96,"['~', '%', '*', ':']",~ % :,0,1 +0125,0125,12,symb,c3_set_union,97,"['&', '%', '!', '*']",& % ! *,1,1 +0125,0125,12,symb,c3_set_union,98,"[':', '$', '*', '!']",: $ * !,1,1 +0125,0125,12,symb,c3_set_union,99,"['!', '(', '<', '*']",! ( < *,1,1 +0125,0125,12,symb,c1_set_union,0,['('],(,1,1 +0125,0125,12,symb,c1_set_union,1,['('],(,1,1 +0125,0125,12,symb,c1_set_union,2,['&'],&],1,1 +0125,0125,12,symb,c1_set_union,3,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,4,['>'],>],1,1 +0125,0125,12,symb,c1_set_union,5,['~'],~,1,1 +0125,0125,12,symb,c1_set_union,6,['<'],<,1,1 +0125,0125,12,symb,c1_set_union,7,['%'],%,1,1 +0125,0125,12,symb,c1_set_union,8,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,9,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,10,[':'],:],1,1 +0125,0125,12,symb,c1_set_union,11,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,12,['('],(],1,1 +0125,0125,12,symb,c1_set_union,13,['<'],<,1,1 +0125,0125,12,symb,c1_set_union,14,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,15,['<'],<,1,1 +0125,0125,12,symb,c1_set_union,16,[':'],:],1,1 +0125,0125,12,symb,c1_set_union,17,['>'],>,1,1 +0125,0125,12,symb,c1_set_union,18,[':'],:],1,1 +0125,0125,12,symb,c1_set_union,19,['('],(%),0,1 +0125,0125,12,symb,c1_set_union,20,[':'],:],1,1 +0125,0125,12,symb,c1_set_union,21,['~'],~],1,1 +0125,0125,12,symb,c1_set_union,22,['~'],~,1,1 +0125,0125,12,symb,c1_set_union,23,[':'],:],1,1 +0125,0125,12,symb,c1_set_union,24,['&'],&],1,1 +0125,0125,12,symb,c1_set_union,25,['~'],~,1,1 +0125,0125,12,symb,c1_set_union,26,['<'],<,1,1 +0125,0125,12,symb,c1_set_union,27,['>'],>,1,1 +0125,0125,12,symb,c1_set_union,28,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,29,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,30,['&'],&,1,1 +0125,0125,12,symb,c1_set_union,31,['!'],!,1,1 +0125,0125,12,symb,c1_set_union,32,['&'],&],1,1 +0125,0125,12,symb,c1_set_union,33,['('],(],1,1 +0125,0125,12,symb,c1_set_union,34,['!'],!,1,1 +0125,0125,12,symb,c1_set_union,35,['&'],&,1,1 +0125,0125,12,symb,c1_set_union,36,['~'],~,1,1 +0125,0125,12,symb,c1_set_union,37,['('],(],1,1 +0125,0125,12,symb,c1_set_union,38,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,39,['('],(,1,1 +0125,0125,12,symb,c1_set_union,40,['>'],>,1,1 +0125,0125,12,symb,c1_set_union,41,[':'],:],1,1 +0125,0125,12,symb,c1_set_union,42,['&'],&,1,1 +0125,0125,12,symb,c1_set_union,43,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,44,['!'],!],1,1 +0125,0125,12,symb,c1_set_union,45,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,46,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,47,['>'],>,1,1 +0125,0125,12,symb,c1_set_union,48,['~'],~,1,1 +0125,0125,12,symb,c1_set_union,49,['>'],>,1,1 +0125,0125,12,symb,c1_set_union,50,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,51,['!'],!,1,1 +0125,0125,12,symb,c1_set_union,52,['!'],!,1,1 +0125,0125,12,symb,c1_set_union,53,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,54,['<'],<,1,1 +0125,0125,12,symb,c1_set_union,55,['&'],&,1,1 +0125,0125,12,symb,c1_set_union,56,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,57,['<'],<],1,1 +0125,0125,12,symb,c1_set_union,58,['('],(],1,1 +0125,0125,12,symb,c1_set_union,59,['&'],&],1,1 +0125,0125,12,symb,c1_set_union,60,['>'],>,1,1 +0125,0125,12,symb,c1_set_union,61,['!'],!],1,1 +0125,0125,12,symb,c1_set_union,62,['!'],!],1,1 +0125,0125,12,symb,c1_set_union,63,[':'],:],1,1 +0125,0125,12,symb,c1_set_union,64,['&'],&,1,1 +0125,0125,12,symb,c1_set_union,65,['>'],>,1,1 +0125,0125,12,symb,c1_set_union,66,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,67,['~'],~,1,1 +0125,0125,12,symb,c1_set_union,68,['('],(,1,1 +0125,0125,12,symb,c1_set_union,69,['('],(,1,1 +0125,0125,12,symb,c1_set_union,70,['%'],%,1,1 +0125,0125,12,symb,c1_set_union,71,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,72,['<'],<],1,1 +0125,0125,12,symb,c1_set_union,73,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,74,['~'],~,1,1 +0125,0125,12,symb,c1_set_union,75,['>'],>,1,1 +0125,0125,12,symb,c1_set_union,76,['<'],<,1,1 +0125,0125,12,symb,c1_set_union,77,['!'],!,1,1 +0125,0125,12,symb,c1_set_union,78,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,79,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,80,['!'],!],1,1 +0125,0125,12,symb,c1_set_union,81,['&'],&],1,1 +0125,0125,12,symb,c1_set_union,82,['('],(,1,1 +0125,0125,12,symb,c1_set_union,83,['*'],*],1,1 +0125,0125,12,symb,c1_set_union,84,['~'],~,1,1 +0125,0125,12,symb,c1_set_union,85,['%'],%,1,1 +0125,0125,12,symb,c1_set_union,86,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,87,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,88,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,89,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,90,['&'],&,1,1 +0125,0125,12,symb,c1_set_union,91,['>'],>],1,1 +0125,0125,12,symb,c1_set_union,92,['>'],>],1,1 +0125,0125,12,symb,c1_set_union,93,['!'],!,1,1 +0125,0125,12,symb,c1_set_union,94,['~'],~,1,1 +0125,0125,12,symb,c1_set_union,95,['*'],*,1,1 +0125,0125,12,symb,c1_set_union,96,['$'],$],1,1 +0125,0125,12,symb,c1_set_union,97,['&'],&,1,1 +0125,0125,12,symb,c1_set_union,98,['$'],$,1,1 +0125,0125,12,symb,c1_set_union,99,['~'],~,1,1 +0125,0125,12,symb,c2_set_union,0,['$'],$],1,1 +0125,0125,12,symb,c2_set_union,1,[':'],$,0,1 +0125,0125,12,symb,c2_set_union,2,['&'],&],1,1 +0125,0125,12,symb,c2_set_union,3,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,4,['!'],!,1,1 +0125,0125,12,symb,c2_set_union,5,['&'],&],1,1 +0125,0125,12,symb,c2_set_union,6,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,7,['>'],>,1,1 +0125,0125,12,symb,c2_set_union,8,['>'],>],1,1 +0125,0125,12,symb,c2_set_union,9,['('],(],1,1 +0125,0125,12,symb,c2_set_union,10,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,11,['%'],%,1,1 +0125,0125,12,symb,c2_set_union,12,['$'],$,1,1 +0125,0125,12,symb,c2_set_union,13,[':'],%,0,1 +0125,0125,12,symb,c2_set_union,14,['%'],%,1,1 +0125,0125,12,symb,c2_set_union,15,['%'],%,1,1 +0125,0125,12,symb,c2_set_union,16,['>'],* > >,0,1 +0125,0125,12,symb,c2_set_union,17,['$'],$,1,1 +0125,0125,12,symb,c2_set_union,18,['$'],$,1,1 +0125,0125,12,symb,c2_set_union,19,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,20,['>'],< >,0,1 +0125,0125,12,symb,c2_set_union,21,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,22,['&'],&,1,1 +0125,0125,12,symb,c2_set_union,23,[':'],$ *,0,1 +0125,0125,12,symb,c2_set_union,24,['<'],<],1,1 +0125,0125,12,symb,c2_set_union,25,['&'],&,1,1 +0125,0125,12,symb,c2_set_union,26,['>'],>,1,1 +0125,0125,12,symb,c2_set_union,27,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,28,['<'],* < <],0,1 +0125,0125,12,symb,c2_set_union,29,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,30,['!'],!,1,1 +0125,0125,12,symb,c2_set_union,31,['*'],$ *,0,1 +0125,0125,12,symb,c2_set_union,32,['*'],$ *,0,1 +0125,0125,12,symb,c2_set_union,33,['&'],&,1,1 +0125,0125,12,symb,c2_set_union,34,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,35,['>'],>,1,1 +0125,0125,12,symb,c2_set_union,36,['<'],:<],0,1 +0125,0125,12,symb,c2_set_union,37,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,38,['*'],*],1,1 +0125,0125,12,symb,c2_set_union,39,['!'],< !,0,1 +0125,0125,12,symb,c2_set_union,40,['<'],<],1,1 +0125,0125,12,symb,c2_set_union,41,['>'],>,1,1 +0125,0125,12,symb,c2_set_union,42,['&'],&],1,1 +0125,0125,12,symb,c2_set_union,43,['~'],~],1,1 +0125,0125,12,symb,c2_set_union,44,['&'],&],1,1 +0125,0125,12,symb,c2_set_union,45,['~'],< ~,0,1 +0125,0125,12,symb,c2_set_union,46,['<'],<,1,1 +0125,0125,12,symb,c2_set_union,47,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,48,['<'],<],1,1 +0125,0125,12,symb,c2_set_union,49,['!'],!,1,1 +0125,0125,12,symb,c2_set_union,50,['&'],&,1,1 +0125,0125,12,symb,c2_set_union,51,['!'],!,1,1 +0125,0125,12,symb,c2_set_union,52,['*'],% *,0,1 +0125,0125,12,symb,c2_set_union,53,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,54,['('],$,0,1 +0125,0125,12,symb,c2_set_union,55,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,56,['~'],% ~ %,0,1 +0125,0125,12,symb,c2_set_union,57,['!'],!,1,1 +0125,0125,12,symb,c2_set_union,58,['>'],>],1,1 +0125,0125,12,symb,c2_set_union,59,['<'],<,1,1 +0125,0125,12,symb,c2_set_union,60,['$'],% $],0,1 +0125,0125,12,symb,c2_set_union,61,['&'],% &,0,1 +0125,0125,12,symb,c2_set_union,62,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,63,['~'],~,1,1 +0125,0125,12,symb,c2_set_union,64,['>'],* > ~,0,1 +0125,0125,12,symb,c2_set_union,65,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,66,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,67,['<'],<],1,1 +0125,0125,12,symb,c2_set_union,68,['&'],&],1,1 +0125,0125,12,symb,c2_set_union,69,['%'],%,1,1 +0125,0125,12,symb,c2_set_union,70,['<'],<],1,1 +0125,0125,12,symb,c2_set_union,71,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,72,['~'],% ~],0,1 +0125,0125,12,symb,c2_set_union,73,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,74,['~'],$ ~,0,1 +0125,0125,12,symb,c2_set_union,75,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,76,['&'],&],1,1 +0125,0125,12,symb,c2_set_union,77,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,78,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,79,[':'],% :],0,1 +0125,0125,12,symb,c2_set_union,80,['<'],<,1,1 +0125,0125,12,symb,c2_set_union,81,['&'],&],1,1 +0125,0125,12,symb,c2_set_union,82,['$'],$,1,1 +0125,0125,12,symb,c2_set_union,83,['%'],%,1,1 +0125,0125,12,symb,c2_set_union,84,['('],% ( %,0,1 +0125,0125,12,symb,c2_set_union,85,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,86,['!'],!],1,1 +0125,0125,12,symb,c2_set_union,87,['&'],$ &,0,1 +0125,0125,12,symb,c2_set_union,88,['('],(],1,1 +0125,0125,12,symb,c2_set_union,89,['~'],~],1,1 +0125,0125,12,symb,c2_set_union,90,['$'],<$,0,1 +0125,0125,12,symb,c2_set_union,91,['$'],$,1,1 +0125,0125,12,symb,c2_set_union,92,['~'],~,1,1 +0125,0125,12,symb,c2_set_union,93,[':'],:],1,1 +0125,0125,12,symb,c2_set_union,94,['%'],%,1,1 +0125,0125,12,symb,c2_set_union,95,['~'],~],1,1 +0125,0125,12,symb,c2_set_union,96,['*'],*,1,1 +0125,0125,12,symb,c2_set_union,97,['&'],&,1,1 +0125,0125,12,symb,c2_set_union,98,['<'],% <,0,1 +0125,0125,12,symb,c2_set_union,99,['('],:),0,1 +0125,0125,12,symb,AND,0,['('],( ],1,1 +0125,0125,12,symb,AND,1,['&'],&],1,1 +0125,0125,12,symb,AND,2,['<'],&,0,1 +0125,0125,12,symb,AND,3,['<'],<,1,1 +0125,0125,12,symb,AND,4,['*'],*,1,1 +0125,0125,12,symb,AND,5,['%'],%],1,1 +0125,0125,12,symb,AND,6,['%'],%,1,1 +0125,0125,12,symb,AND,7,['$'],$,1,1 +0125,0125,12,symb,AND,8,['>'],*,0,1 +0125,0125,12,symb,AND,9,['~'],~],1,1 +0125,0125,12,symb,AND,10,[':'],!,0,1 +0125,0125,12,symb,AND,11,['*'],*],1,1 +0125,0125,12,symb,AND,12,['*'],*,1,1 +0125,0125,12,symb,AND,13,['<'],<,1,1 +0125,0125,12,symb,AND,14,['$'],$,1,1 +0125,0125,12,symb,AND,15,['%'],%],1,1 +0125,0125,12,symb,AND,16,[':'],&,0,1 +0125,0125,12,symb,AND,17,['>'],>],1,1 +0125,0125,12,symb,AND,18,['('],(],1,1 +0125,0125,12,symb,AND,19,['>'],>],1,1 +0125,0125,12,symb,AND,20,[':'],(:,0,1 +0125,0125,12,symb,AND,21,['%'],%,1,1 +0125,0125,12,symb,AND,22,['>'],>],1,1 +0125,0125,12,symb,AND,23,['*'],*],1,1 +0125,0125,12,symb,AND,24,['&'],&],1,1 +0125,0125,12,symb,AND,25,['~'],<,0,1 +0125,0125,12,symb,AND,26,['('],,0,1 +0125,0125,12,symb,AND,27,['<'],<,1,1 +0125,0125,12,symb,AND,28,['&'],&],1,1 +0125,0125,12,symb,AND,29,['&'],&],1,1 +0125,0125,12,symb,AND,30,[':'],:],1,1 +0125,0125,12,symb,AND,31,['>'],!,0,1 +0125,0125,12,symb,AND,32,['~'],~],1,1 +0125,0125,12,symb,AND,33,['*'],*,1,1 +0125,0125,12,symb,AND,34,['&'],&],1,1 +0125,0125,12,symb,AND,35,['$'],$],1,1 +0125,0125,12,symb,AND,36,['&'],&],1,1 +0125,0125,12,symb,AND,37,['&'],&],1,1 +0125,0125,12,symb,AND,38,['$'],$],1,1 +0125,0125,12,symb,AND,39,['*'],*,1,1 +0125,0125,12,symb,AND,40,['&'],& &],0,1 +0125,0125,12,symb,AND,41,['<'],<,1,1 +0125,0125,12,symb,AND,42,['%'],%],1,1 +0125,0125,12,symb,AND,43,['<'],<,1,1 +0125,0125,12,symb,AND,44,['&'],&],1,1 +0125,0125,12,symb,AND,45,['*'],*,1,1 +0125,0125,12,symb,AND,46,['*'],*],1,1 +0125,0125,12,symb,AND,47,['!'],!],1,1 +0125,0125,12,symb,AND,48,['%'],%,1,1 +0125,0125,12,symb,AND,49,['('],(],1,1 +0125,0125,12,symb,AND,50,['<'],<,1,1 +0125,0125,12,symb,AND,51,['%'],%,1,1 +0125,0125,12,symb,AND,52,[':'],:],1,1 +0125,0125,12,symb,AND,53,['&'],&],1,1 +0125,0125,12,symb,AND,54,['>'],%],0,1 +0125,0125,12,symb,AND,55,['&'],&],1,1 +0125,0125,12,symb,AND,56,[':'],),0,1 +0125,0125,12,symb,AND,57,['~'],~],1,1 +0125,0125,12,symb,AND,58,['*'],*],1,1 +0125,0125,12,symb,AND,59,['&'],&],1,1 +0125,0125,12,symb,AND,60,['<'],<],1,1 +0125,0125,12,symb,AND,61,['<'],!<,0,1 +0125,0125,12,symb,AND,62,['('],(],1,1 +0125,0125,12,symb,AND,63,['>'],>,1,1 +0125,0125,12,symb,AND,64,['~'],~],1,1 +0125,0125,12,symb,AND,65,['>'],$,0,1 +0125,0125,12,symb,AND,66,['$'],$,1,1 +0125,0125,12,symb,AND,67,['>'],>],1,1 +0125,0125,12,symb,AND,68,['<'],<,1,1 +0125,0125,12,symb,AND,69,['<'],<,1,1 +0125,0125,12,symb,AND,70,['!'],!],1,1 +0125,0125,12,symb,AND,71,['$'],$,1,1 +0125,0125,12,symb,AND,72,['&'],& &,0,1 +0125,0125,12,symb,AND,73,['~'],~],1,1 +0125,0125,12,symb,AND,74,['*'],*,1,1 +0125,0125,12,symb,AND,75,['>'],!],0,1 +0125,0125,12,symb,AND,76,['&'],&],1,1 +0125,0125,12,symb,AND,77,['!'],!],1,1 +0125,0125,12,symb,AND,78,['~'],~],1,1 +0125,0125,12,symb,AND,79,['>'],>,1,1 +0125,0125,12,symb,AND,80,['!'],!],1,1 +0125,0125,12,symb,AND,81,['!'],!],1,1 +0125,0125,12,symb,AND,82,['%'],%],1,1 +0125,0125,12,symb,AND,83,['('],(],1,1 +0125,0125,12,symb,AND,84,['>'],>],1,1 +0125,0125,12,symb,AND,85,['&'],&],1,1 +0125,0125,12,symb,AND,86,['('],(],1,1 +0125,0125,12,symb,AND,87,['*'],*],1,1 +0125,0125,12,symb,AND,88,['&'],&],1,1 +0125,0125,12,symb,AND,89,['*'],*,1,1 +0125,0125,12,symb,AND,90,['$'],$,1,1 +0125,0125,12,symb,AND,91,['<'],<,1,1 +0125,0125,12,symb,AND,92,['$'],$],1,1 +0125,0125,12,symb,AND,93,['!'],!],1,1 +0125,0125,12,symb,AND,94,['~'],~],1,1 +0125,0125,12,symb,AND,95,['!'],!],1,1 +0125,0125,12,symb,AND,96,['~'],*,0,1 +0125,0125,12,symb,AND,97,['&'],&],1,1 +0125,0125,12,symb,AND,98,['*'],*,1,1 +0125,0125,12,symb,AND,99,['!'],!,1,1 +0125,0125,12,symb,XOR,0,"['(', '!']",! ~],0,1 +0125,0125,12,symb,XOR,1,"['$', ':']",: $],1,1 +0125,0125,12,symb,XOR,2,"['!', '(']",! (],1,1 +0125,0125,12,symb,XOR,3,"['$', ':']",$: &,0,1 +0125,0125,12,symb,XOR,4,"['$', '!']",$ !,1,1 +0125,0125,12,symb,XOR,5,"['$', '>']",$ >,1,1 +0125,0125,12,symb,XOR,6,"['!', '*']",! *,1,1 +0125,0125,12,symb,XOR,7,"['>', '!']",! >,1,1 +0125,0125,12,symb,XOR,8,"['%', '$']",% $,1,1 +0125,0125,12,symb,XOR,9,"['(', '*']",* (,1,1 +0125,0125,12,symb,XOR,10,"['<', ':']",: ~],0,1 +0125,0125,12,symb,XOR,11,"['%', '*']",% (,0,1 +0125,0125,12,symb,XOR,12,"['!', '~']",! ~,1,1 +0125,0125,12,symb,XOR,13,"['~', ':']",: ~],1,1 +0125,0125,12,symb,XOR,14,"['~', '>']",~ >,1,1 +0125,0125,12,symb,XOR,15,"[':', '%']",% :],1,1 +0125,0125,12,symb,XOR,16,"[':', '(']",: (],1,1 +0125,0125,12,symb,XOR,17,"['(', '%']",% (,1,1 +0125,0125,12,symb,XOR,18,"['&', '%']",& %],1,1 +0125,0125,12,symb,XOR,19,"['>', '(']",( >,1,1 +0125,0125,12,symb,XOR,20,"['%', '<']",% <,1,1 +0125,0125,12,symb,XOR,21,"['!', '(']",! (,1,1 +0125,0125,12,symb,XOR,22,"['~', '$']",$ ~,1,1 +0125,0125,12,symb,XOR,23,"['%', '&']",% &,1,1 +0125,0125,12,symb,XOR,24,"['>', '%']",% >,1,1 +0125,0125,12,symb,XOR,25,"['*', '<']",* <,1,1 +0125,0125,12,symb,XOR,26,"['<', '$']",$ <,1,1 +0125,0125,12,symb,XOR,27,"['&', '>']",> &,1,1 +0125,0125,12,symb,XOR,28,"['$', '%']",% $],1,1 +0125,0125,12,symb,XOR,29,"['&', '<']",$ <,0,1 +0125,0125,12,symb,XOR,30,"['~', '*']",* ~,1,1 +0125,0125,12,symb,XOR,31,"['(', '$']",$ (,1,1 +0125,0125,12,symb,XOR,32,"['~', '$']",$ ~,1,1 +0125,0125,12,symb,XOR,33,"['(', ':']",: (],1,1 +0125,0125,12,symb,XOR,34,"['*', '<']",<* <],0,1 +0125,0125,12,symb,XOR,35,"[':', '~']",: ~],1,1 +0125,0125,12,symb,XOR,36,"['*', '>']",* <],0,1 +0125,0125,12,symb,XOR,37,"[':', '!']",! :],1,1 +0125,0125,12,symb,XOR,38,"['&', '(']",( &,1,1 +0125,0125,12,symb,XOR,39,"['(', '~']",~ (],1,1 +0125,0125,12,symb,XOR,40,"['*', ':']",: (],0,1 +0125,0125,12,symb,XOR,41,"['<', '!']",! <,1,1 +0125,0125,12,symb,XOR,42,"['>', '%']",% >,1,1 +0125,0125,12,symb,XOR,43,"['~', '&']",$ ~],0,1 +0125,0125,12,symb,XOR,44,"['$', '%']",% $],1,1 +0125,0125,12,symb,XOR,45,"['&', '!']",: &],0,1 +0125,0125,12,symb,XOR,46,"[':', '%']",% :,1,1 +0125,0125,12,symb,XOR,47,"['%', ':']",% :],1,1 +0125,0125,12,symb,XOR,48,"['~', '&']",& ~],1,1 +0125,0125,12,symb,XOR,49,"['<', '%']",% (,0,1 +0125,0125,12,symb,XOR,50,"['>', '~']",~ >,1,1 +0125,0125,12,symb,XOR,51,"['&', '~']",% ~,0,1 +0125,0125,12,symb,XOR,52,"['>', ':']",$:>],0,1 +0125,0125,12,symb,XOR,53,"['(', '%']",(! %),0,1 +0125,0125,12,symb,XOR,54,"['%', '*']",% *,1,1 +0125,0125,12,symb,XOR,55,"['*', '$']",* $],1,1 +0125,0125,12,symb,XOR,56,"['>', '&']",$ >,0,1 +0125,0125,12,symb,XOR,57,"['~', '%']",% ~],1,1 +0125,0125,12,symb,XOR,58,"['$', ':']",: $],1,1 +0125,0125,12,symb,XOR,59,"['*', '~']",* ~,1,1 +0125,0125,12,symb,XOR,60,"['<', '%']",% <],1,1 +0125,0125,12,symb,XOR,61,"['!', '*']",* !],1,1 +0125,0125,12,symb,XOR,62,"['!', '%']",! %,1,1 +0125,0125,12,symb,XOR,63,"['$', '&']",$ &],1,1 +0125,0125,12,symb,XOR,64,"['(', '&']",$ :],0,1 +0125,0125,12,symb,XOR,65,"['*', '&']",* &,1,1 +0125,0125,12,symb,XOR,66,"['~', '$']",$ ~],1,1 +0125,0125,12,symb,XOR,67,"['>', '*']",> *,1,1 +0125,0125,12,symb,XOR,68,"['<', '>']",* >,0,1 +0125,0125,12,symb,XOR,69,"['*', '>']",* >,1,1 +0125,0125,12,symb,XOR,70,"['~', '(']",~ (],1,1 +0125,0125,12,symb,XOR,71,"['<', '%']",% <,1,1 +0125,0125,12,symb,XOR,72,"['*', '$']",* $],1,1 +0125,0125,12,symb,XOR,73,"['!', '&']",! &,1,1 +0125,0125,12,symb,XOR,74,"['&', '%']",% $,0,1 +0125,0125,12,symb,XOR,75,"['*', '%']",* %],1,1 +0125,0125,12,symb,XOR,76,"['%', '&']",% &],1,1 +0125,0125,12,symb,XOR,77,"['!', '~']",! ~,1,1 +0125,0125,12,symb,XOR,78,"['$', '~']",$ ~,1,1 +0125,0125,12,symb,XOR,79,"['%', '<']",% <],1,1 +0125,0125,12,symb,XOR,80,"['!', '$']",$ !,1,1 +0125,0125,12,symb,XOR,81,"['~', '%']",% ~],1,1 +0125,0125,12,symb,XOR,82,"['<', '$']",$ <],1,1 +0125,0125,12,symb,XOR,83,"['>', '*']",$ >,0,1 +0125,0125,12,symb,XOR,84,"['*', '&']",* :],0,1 +0125,0125,12,symb,XOR,85,"['(', '$']",$ <],0,1 +0125,0125,12,symb,XOR,86,"['$', '(']",$ (,1,1 +0125,0125,12,symb,XOR,87,"['%', ':']",% (,0,1 +0125,0125,12,symb,XOR,88,"[':', '%']",: %],1,1 +0125,0125,12,symb,XOR,89,"[':', '&']",& :],1,1 +0125,0125,12,symb,XOR,90,"['*', '~']",* ~,1,1 +0125,0125,12,symb,XOR,91,"['<', '%']",% <,1,1 +0125,0125,12,symb,XOR,92,"['*', '>']",* >,1,1 +0125,0125,12,symb,XOR,93,"['<', '%']",% <],1,1 +0125,0125,12,symb,XOR,94,"[':', '~']",: ~],1,1 +0125,0125,12,symb,XOR,95,"['<', '>']",> <],1,1 +0125,0125,12,symb,XOR,96,"[':', '&']",:&],1,1 +0125,0125,12,symb,XOR,97,"['&', '(']",& (],1,1 +0125,0125,12,symb,XOR,98,"['!', '>']",! <,0,1 +0125,0125,12,symb,XOR,99,"[':', '$']",$ %,0,1 +0125,0125,12,symb,c3_set_union_permuted,0,"['*', '~', '<', '!']",! < ~,0,1 +0125,0125,12,symb,c3_set_union_permuted,1,"['&', '~', '>', '<']",< ~ &],0,1 +0125,0125,12,symb,c3_set_union_permuted,2,"['*', '&', '(', '~']",~ & (,0,1 +0125,0125,12,symb,c3_set_union_permuted,3,"['~', '%', '&', '!']",! & % ~,1,1 +0125,0125,12,symb,c3_set_union_permuted,4,"['(', '!', '&', '>']",> ! &,0,1 +0125,0125,12,symb,c3_set_union_permuted,5,"['>', '<', ':', '(']",< >,0,1 +0125,0125,12,symb,c3_set_union_permuted,6,"['(', '%', ':', '&']",% &,0,1 +0125,0125,12,symb,c3_set_union_permuted,7,"['*', ':', '(', '&']",*: (:,0,1 +0125,0125,12,symb,c3_set_union_permuted,8,"['!', '%', '>', '~']",~ > %,0,1 +0125,0125,12,symb,c3_set_union_permuted,9,"['~', '$', '*', '(']",* ~ $,0,1 +0125,0125,12,symb,c3_set_union_permuted,10,"['~', '<', '$', ':']",~ $ : <,1,1 +0125,0125,12,symb,c3_set_union_permuted,11,"['(', '>', '*', '%']",( * >],0,1 +0125,0125,12,symb,c3_set_union_permuted,12,"['>', '&', '<', '!']",& ! > <,1,1 +0125,0125,12,symb,c3_set_union_permuted,13,"['%', '*', '!', '(']",( % !],0,1 +0125,0125,12,symb,c3_set_union_permuted,14,"['&', '%', '~', '$']",& % ~,0,1 +0125,0125,12,symb,c3_set_union_permuted,15,"['>', '%', '~', '&']",% ~,0,1 +0125,0125,12,symb,c3_set_union_permuted,16,"['<', '>', '*', '%']",* % >,0,1 +0125,0125,12,symb,c3_set_union_permuted,17,"['(', '*', '~', ':']",* (: ~],1,1 +0125,0125,12,symb,c3_set_union_permuted,18,"[':', '(', '$', '>']",$ >,0,1 +0125,0125,12,symb,c3_set_union_permuted,19,"[':', '$', '%', '~']",% $,0,1 +0125,0125,12,symb,c3_set_union_permuted,20,"['!', ':', '&', '(']",: !],0,1 +0125,0125,12,symb,c3_set_union_permuted,21,"['>', '$', '!', '%']",> ! $ %,1,1 +0125,0125,12,symb,c3_set_union_permuted,22,"['%', '<', ':', '>']",% < >,0,1 +0125,0125,12,symb,c3_set_union_permuted,23,"['>', '&', '$', '!']",& ! $ >,1,1 +0125,0125,12,symb,c3_set_union_permuted,24,"['&', '$', '!', '(']",$ &,0,1 +0125,0125,12,symb,c3_set_union_permuted,25,"['>', ':', '(', '~']",> (~],0,1 +0125,0125,12,symb,c3_set_union_permuted,26,"['*', '!', '%', '$']",! %,0,1 +0125,0125,12,symb,c3_set_union_permuted,27,"['(', '!', '%', '~']",% ( ~,0,1 +0125,0125,12,symb,c3_set_union_permuted,28,"['<', '!', '>', '(']",> !,0,1 +0125,0125,12,symb,c3_set_union_permuted,29,"['*', '&', '(', '!']",& ! *,0,1 +0125,0125,12,symb,c3_set_union_permuted,30,"['<', ':', '*', '(']",( * <],0,1 +0125,0125,12,symb,c3_set_union_permuted,31,"['<', '~', '$', '!']",~ $ !,0,1 +0125,0125,12,symb,c3_set_union_permuted,32,"['<', '>', '!', '$']",< $ >,0,1 +0125,0125,12,symb,c3_set_union_permuted,33,"['>', ':', '!', '&']",> !,0,1 +0125,0125,12,symb,c3_set_union_permuted,34,"['%', '*', '&', ':']",% : *,0,1 +0125,0125,12,symb,c3_set_union_permuted,35,"['&', '!', '%', '>']",% &,0,1 +0125,0125,12,symb,c3_set_union_permuted,36,"['~', '$', '<', '>']",> $,0,1 +0125,0125,12,symb,c3_set_union_permuted,37,"['~', '<', '(', '!']",! <,0,1 +0125,0125,12,symb,c3_set_union_permuted,38,"[':', '<', '~', '!']",~ < :,0,1 +0125,0125,12,symb,c3_set_union_permuted,39,"[':', '$', '%', '&']",% & $,0,1 +0125,0125,12,symb,c3_set_union_permuted,40,"['!', '%', '$', '~']",% $,0,1 +0125,0125,12,symb,c3_set_union_permuted,41,"['%', '!', '<', ':']",% !,0,1 +0125,0125,12,symb,c3_set_union_permuted,42,"['~', '!', '>', '$']",$ ~ >,0,1 +0125,0125,12,symb,c3_set_union_permuted,43,"['~', ':', '!', '$']",! ~,0,1 +0125,0125,12,symb,c3_set_union_permuted,44,"['>', '*', '<', '$']",> $ <,0,1 +0125,0125,12,symb,c3_set_union_permuted,45,"['<', '!', '(', '&']",! < &,0,1 +0125,0125,12,symb,c3_set_union_permuted,46,"['%', '(', '~', '>']",% >,0,1 +0125,0125,12,symb,c3_set_union_permuted,47,"[':', '!', '%', '>']",: > %,0,1 +0125,0125,12,symb,c3_set_union_permuted,48,"[':', '&', '!', '~']",! : &,0,1 +0125,0125,12,symb,c3_set_union_permuted,49,"['*', '&', '%', '>']",% >,0,1 +0125,0125,12,symb,c3_set_union_permuted,50,"[':', '%', '*', '>']",% :],0,1 +0125,0125,12,symb,c3_set_union_permuted,51,"['&', ':', '%', '!']",! % :],0,1 +0125,0125,12,symb,c3_set_union_permuted,52,"['<', '&', '~', '%']",% & <,0,1 +0125,0125,12,symb,c3_set_union_permuted,53,"['(', '$', '>', '~']",> (~ $,1,1 +0125,0125,12,symb,c3_set_union_permuted,54,"['~', '<', '*', '$']",< * ~ $,1,1 +0125,0125,12,symb,c3_set_union_permuted,55,"['<', '>', '(', '~']",~ > (,0,1 +0125,0125,12,symb,c3_set_union_permuted,56,"['~', '$', '(', '!']",~ $ ( !,1,1 +0125,0125,12,symb,c3_set_union_permuted,57,"['~', ':', '%', '>']",: > %,0,1 +0125,0125,12,symb,c3_set_union_permuted,58,"['(', '$', '>', '&']",$ >,0,1 +0125,0125,12,symb,c3_set_union_permuted,59,"['&', '%', '>', '(']",% (,0,1 +0125,0125,12,symb,c3_set_union_permuted,60,"['$', '(', '*', '&']",* $ (,0,1 +0125,0125,12,symb,c3_set_union_permuted,61,"['>', '~', '*', '$']",* > ~,0,1 +0125,0125,12,symb,c3_set_union_permuted,62,"['~', '*', '$', ':']",* ~ $,0,1 +0125,0125,12,symb,c3_set_union_permuted,63,"['$', '(', '~', '%']",( $],0,1 +0125,0125,12,symb,c3_set_union_permuted,64,"['!', '*', '$', '(']",$ ! * (],1,1 +0125,0125,12,symb,c3_set_union_permuted,65,"['*', '$', '%', '>']",> % *,0,1 +0125,0125,12,symb,c3_set_union_permuted,66,"['>', '<', '*', '~']",~ > *,0,1 +0125,0125,12,symb,c3_set_union_permuted,67,"['!', '(', '%', '>']",% > ( !,1,1 +0125,0125,12,symb,c3_set_union_permuted,68,"['~', '*', '&', '<']",* & <,0,1 +0125,0125,12,symb,c3_set_union_permuted,69,"['<', '&', '!', '$']",$ < & !,1,1 +0125,0125,12,symb,c3_set_union_permuted,70,"['~', '!', '&', '*']",* ~ &,0,1 +0125,0125,12,symb,c3_set_union_permuted,71,"[':', '$', '%', '!']",: % $,0,1 +0125,0125,12,symb,c3_set_union_permuted,72,"[':', '*', '<', '%']",* < %,0,1 +0125,0125,12,symb,c3_set_union_permuted,73,"['!', '~', '&', '(']",(~ &),0,1 +0125,0125,12,symb,c3_set_union_permuted,74,"['$', '~', '%', '*']",$ ~ %,0,1 +0125,0125,12,symb,c3_set_union_permuted,75,"['<', '$', '(', '>']",> < (,0,1 +0125,0125,12,symb,c3_set_union_permuted,76,"['&', '>', '(', '*']",* > &,0,1 +0125,0125,12,symb,c3_set_union_permuted,77,"['!', '<', '*', '&']",* & !,0,1 +0125,0125,12,symb,c3_set_union_permuted,78,"['&', '<', '(', ':']",< :],0,1 +0125,0125,12,symb,c3_set_union_permuted,79,"['*', '&', '<', ':']",< & :],0,1 +0125,0125,12,symb,c3_set_union_permuted,80,"['(', '!', '$', '<']",< ( $ !,1,1 +0125,0125,12,symb,c3_set_union_permuted,81,"['*', '&', '$', '%']",* $ %,0,1 +0125,0125,12,symb,c3_set_union_permuted,82,"['%', '&', '<', '$']",$ %,0,1 +0125,0125,12,symb,c3_set_union_permuted,83,"['%', '*', ':', '$']",$ * :],0,1 +0125,0125,12,symb,c3_set_union_permuted,84,"['&', '%', '<', '(']",<& %>,0,1 +0125,0125,12,symb,c3_set_union_permuted,85,"['<', '!', '(', '%']",( < !],0,1 +0125,0125,12,symb,c3_set_union_permuted,86,"['%', '*', ':', '(']",* (%,0,1 +0125,0125,12,symb,c3_set_union_permuted,87,"['!', '~', '<', '%']",% <,0,1 +0125,0125,12,symb,c3_set_union_permuted,88,"['*', '(', '!', '>']",!*,0,1 +0125,0125,12,symb,c3_set_union_permuted,89,"['%', '~', ':', '<']",< : % ~,1,1 +0125,0125,12,symb,c3_set_union_permuted,90,"['!', ':', '&', '$']",! : $ &,1,1 +0125,0125,12,symb,c3_set_union_permuted,91,"[':', '*', '>', '&']",& :,0,1 +0125,0125,12,symb,c3_set_union_permuted,92,"['>', '~', '(', '!']",> ! ~,0,1 +0125,0125,12,symb,c3_set_union_permuted,93,"['>', '%', '*', '~']",% * ~,0,1 +0125,0125,12,symb,c3_set_union_permuted,94,"[':', '!', '<', '(']",: < !,0,1 +0125,0125,12,symb,c3_set_union_permuted,95,"['&', '~', '>', '(']",( > &],0,1 +0125,0125,12,symb,c3_set_union_permuted,96,"[':', '~', '>', '&']",~ > :],0,1 +0125,0125,12,symb,c3_set_union_permuted,97,"['<', '~', '>', '%']",% ~ < >,1,1 +0125,0125,12,symb,c3_set_union_permuted,98,"['!', '~', '*', '>']",~ ! > *,1,1 +0125,0125,12,symb,c3_set_union_permuted,99,"['!', '<', '*', '>']",!* > <,1,1 +0125,0125,12,symb,c2_set_union_permuted,0,['<'],<],1,1 +0125,0125,12,symb,c2_set_union_permuted,1,['<'],! < ~,0,1 +0125,0125,12,symb,c2_set_union_permuted,2,['$'],$,1,1 +0125,0125,12,symb,c2_set_union_permuted,3,[':'],%,0,1 +0125,0125,12,symb,c2_set_union_permuted,4,[':'],:],1,1 +0125,0125,12,symb,c2_set_union_permuted,5,['~'],* $,0,1 +0125,0125,12,symb,c2_set_union_permuted,6,['>'],>],1,1 +0125,0125,12,symb,c2_set_union_permuted,7,['!'],!,1,1 +0125,0125,12,symb,c2_set_union_permuted,8,[':'],:],1,1 +0125,0125,12,symb,c2_set_union_permuted,9,['('],$,0,1 +0125,0125,12,symb,c2_set_union_permuted,10,['('],*,0,1 +0125,0125,12,symb,c2_set_union_permuted,11,['%'],%,1,1 +0125,0125,12,symb,c2_set_union_permuted,12,['>'],>,1,1 +0125,0125,12,symb,c2_set_union_permuted,13,['<'],< !,0,1 +0125,0125,12,symb,c2_set_union_permuted,14,['!'],$ %,0,1 +0125,0125,12,symb,c2_set_union_permuted,15,['!'],!,1,1 +0125,0125,12,symb,c2_set_union_permuted,16,['!'],!,1,1 +0125,0125,12,symb,c2_set_union_permuted,17,['&'],&],1,1 +0125,0125,12,symb,c2_set_union_permuted,18,['<'],% < >,0,1 +0125,0125,12,symb,c2_set_union_permuted,19,['*'],*,1,1 +0125,0125,12,symb,c2_set_union_permuted,20,['<'],<,1,1 +0125,0125,12,symb,c2_set_union_permuted,21,[':'],! :],0,1 +0125,0125,12,symb,c2_set_union_permuted,22,['$'],$ % *,0,1 +0125,0125,12,symb,c2_set_union_permuted,23,['<'],< <,0,1 +0125,0125,12,symb,c2_set_union_permuted,24,['!'],< ! *,0,1 +0125,0125,12,symb,c2_set_union_permuted,25,['%'],%,1,1 +0125,0125,12,symb,c2_set_union_permuted,26,[':'],% <],0,1 +0125,0125,12,symb,c2_set_union_permuted,27,['<'],<],1,1 +0125,0125,12,symb,c2_set_union_permuted,28,['%'],%],1,1 +0125,0125,12,symb,c2_set_union_permuted,29,['~'],~,1,1 +0125,0125,12,symb,c2_set_union_permuted,30,['~'],% ~ %,0,1 +0125,0125,12,symb,c2_set_union_permuted,31,['%'],% > %,0,1 +0125,0125,12,symb,c2_set_union_permuted,32,[':'],:],1,1 +0125,0125,12,symb,c2_set_union_permuted,33,['('],!],0,1 +0125,0125,12,symb,c2_set_union_permuted,34,[':'],* &],0,1 +0125,0125,12,symb,c2_set_union_permuted,35,['('],( )],0,1 +0125,0125,12,symb,c2_set_union_permuted,36,['<'],< :],0,1 +0125,0125,12,symb,c2_set_union_permuted,37,['!'],!,1,1 +0125,0125,12,symb,c2_set_union_permuted,38,['$'],$,1,1 +0125,0125,12,symb,c2_set_union_permuted,39,['$'],$,1,1 +0125,0125,12,symb,c2_set_union_permuted,40,['&'],&,1,1 +0125,0125,12,symb,c2_set_union_permuted,41,['('],$,0,1 +0125,0125,12,symb,c2_set_union_permuted,42,['~'],! ~ ~,0,1 +0125,0125,12,symb,c2_set_union_permuted,43,['&'],! & ~,0,1 +0125,0125,12,symb,c2_set_union_permuted,44,['<'],% <],0,1 +0125,0125,12,symb,c2_set_union_permuted,45,['!'],!,1,1 +0125,0125,12,symb,c2_set_union_permuted,46,['$'],$,1,1 +0125,0125,12,symb,c2_set_union_permuted,47,['('],(>,0,1 +0125,0125,12,symb,c2_set_union_permuted,48,[':'],:],1,1 +0125,0125,12,symb,c2_set_union_permuted,49,['('],( > :],0,1 +0125,0125,12,symb,c2_set_union_permuted,50,['('],( < )],0,1 +0125,0125,12,symb,c2_set_union_permuted,51,['!'],!,1,1 +0125,0125,12,symb,c2_set_union_permuted,52,['('],& >],0,1 +0125,0125,12,symb,c2_set_union_permuted,53,['~'],% ~ $,0,1 +0125,0125,12,symb,c2_set_union_permuted,54,['%'],%,1,1 +0125,0125,12,symb,c2_set_union_permuted,55,['>'],$ *,0,1 +0125,0125,12,symb,c2_set_union_permuted,56,['('],<],0,1 +0125,0125,12,symb,c2_set_union_permuted,57,['>'],>,1,1 +0125,0125,12,symb,c2_set_union_permuted,58,['*'],*,1,1 +0125,0125,12,symb,c2_set_union_permuted,59,['!'],% ! %],0,1 +0125,0125,12,symb,c2_set_union_permuted,60,['>'],%,0,1 +0125,0125,12,symb,c2_set_union_permuted,61,['%'],%,1,1 +0125,0125,12,symb,c2_set_union_permuted,62,['*'],$ * (,0,1 +0125,0125,12,symb,c2_set_union_permuted,63,['>'],>,1,1 +0125,0125,12,symb,c2_set_union_permuted,64,['*'],% >,0,1 +0125,0125,12,symb,c2_set_union_permuted,65,['!'],!,1,1 +0125,0125,12,symb,c2_set_union_permuted,66,['&'],% & !,0,1 +0125,0125,12,symb,c2_set_union_permuted,67,['!'],!,1,1 +0125,0125,12,symb,c2_set_union_permuted,68,['~'],$,0,1 +0125,0125,12,symb,c2_set_union_permuted,69,['%'],%,1,1 +0125,0125,12,symb,c2_set_union_permuted,70,['!'],!,1,1 +0125,0125,12,symb,c2_set_union_permuted,71,['~'],~,1,1 +0125,0125,12,symb,c2_set_union_permuted,72,['*'],$ * <,0,1 +0125,0125,12,symb,c2_set_union_permuted,73,['>'],< >,0,1 +0125,0125,12,symb,c2_set_union_permuted,74,['!'],$ > $,0,1 +0125,0125,12,symb,c2_set_union_permuted,75,['%'],%,1,1 +0125,0125,12,symb,c2_set_union_permuted,76,[':'],:],1,1 +0125,0125,12,symb,c2_set_union_permuted,77,['$'],$,1,1 +0125,0125,12,symb,c2_set_union_permuted,78,['~'],< ~],0,1 +0125,0125,12,symb,c2_set_union_permuted,79,['!'],! <,0,1 +0125,0125,12,symb,c2_set_union_permuted,80,['&'],$,0,1 +0125,0125,12,symb,c2_set_union_permuted,81,['('],% <],0,1 +0125,0125,12,symb,c2_set_union_permuted,82,['!'],% ! %],0,1 +0125,0125,12,symb,c2_set_union_permuted,83,['>'],< > (],0,1 +0125,0125,12,symb,c2_set_union_permuted,84,['<'],& < <,0,1 +0125,0125,12,symb,c2_set_union_permuted,85,['$'],$,1,1 +0125,0125,12,symb,c2_set_union_permuted,86,[':'],:],1,1 +0125,0125,12,symb,c2_set_union_permuted,87,['!'],* ! *,0,1 +0125,0125,12,symb,c2_set_union_permuted,88,[':'],$ &,0,1 +0125,0125,12,symb,c2_set_union_permuted,89,[':'],* :,0,1 +0125,0125,12,symb,c2_set_union_permuted,90,[':'],:],1,1 +0125,0125,12,symb,c2_set_union_permuted,91,[':'],:],1,1 +0125,0125,12,symb,c2_set_union_permuted,92,['<'],: <],0,1 +0125,0125,12,symb,c2_set_union_permuted,93,['('],>],0,1 +0125,0125,12,symb,c2_set_union_permuted,94,['%'],%,1,1 +0125,0125,12,symb,c2_set_union_permuted,95,['~'],~],1,1 +0125,0125,12,symb,c2_set_union_permuted,96,['%'],% > :],0,1 +0125,0125,12,symb,c2_set_union_permuted,97,['&'],&,1,1 +0125,0125,12,symb,c2_set_union_permuted,98,['$'],$],1,1 +0125,0125,12,symb,c2_set_union_permuted,99,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,0,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,1,['('],(],1,1 +0125,0125,12,symb,c1_set_union_permuted,2,['*'],*,1,1 +0125,0125,12,symb,c1_set_union_permuted,3,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,4,['&'],&,1,1 +0125,0125,12,symb,c1_set_union_permuted,5,['*'],*,1,1 +0125,0125,12,symb,c1_set_union_permuted,6,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,7,['~'],~,1,1 +0125,0125,12,symb,c1_set_union_permuted,8,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,9,['$'],$,1,1 +0125,0125,12,symb,c1_set_union_permuted,10,['~'],~,1,1 +0125,0125,12,symb,c1_set_union_permuted,11,[':'],:],1,1 +0125,0125,12,symb,c1_set_union_permuted,12,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,13,[':'],:%,0,1 +0125,0125,12,symb,c1_set_union_permuted,14,['<'],%,0,1 +0125,0125,12,symb,c1_set_union_permuted,15,['*'],*],1,1 +0125,0125,12,symb,c1_set_union_permuted,16,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,17,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,18,['('],($,0,1 +0125,0125,12,symb,c1_set_union_permuted,19,['$'],$,1,1 +0125,0125,12,symb,c1_set_union_permuted,20,['&'],&,1,1 +0125,0125,12,symb,c1_set_union_permuted,21,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,22,[':'],:*,0,1 +0125,0125,12,symb,c1_set_union_permuted,23,['~'],~,1,1 +0125,0125,12,symb,c1_set_union_permuted,24,['>'],>,1,1 +0125,0125,12,symb,c1_set_union_permuted,25,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,26,['$'],$,1,1 +0125,0125,12,symb,c1_set_union_permuted,27,['$'],$],1,1 +0125,0125,12,symb,c1_set_union_permuted,28,['&'],&,1,1 +0125,0125,12,symb,c1_set_union_permuted,29,['~'],~],1,1 +0125,0125,12,symb,c1_set_union_permuted,30,['~'],~,1,1 +0125,0125,12,symb,c1_set_union_permuted,31,['('],(,1,1 +0125,0125,12,symb,c1_set_union_permuted,32,['('],:],0,1 +0125,0125,12,symb,c1_set_union_permuted,33,['('],(],1,1 +0125,0125,12,symb,c1_set_union_permuted,34,['$'],$],1,1 +0125,0125,12,symb,c1_set_union_permuted,35,['*'],*],1,1 +0125,0125,12,symb,c1_set_union_permuted,36,['<'],<,1,1 +0125,0125,12,symb,c1_set_union_permuted,37,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,38,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,39,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,40,[':'],:],1,1 +0125,0125,12,symb,c1_set_union_permuted,41,['%'],%],1,1 +0125,0125,12,symb,c1_set_union_permuted,42,['('],(],1,1 +0125,0125,12,symb,c1_set_union_permuted,43,['!'],$],0,1 +0125,0125,12,symb,c1_set_union_permuted,44,['>'],>,1,1 +0125,0125,12,symb,c1_set_union_permuted,45,['>'],$,0,1 +0125,0125,12,symb,c1_set_union_permuted,46,['*'],*,1,1 +0125,0125,12,symb,c1_set_union_permuted,47,['<'],<,1,1 +0125,0125,12,symb,c1_set_union_permuted,48,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,49,[':'],%,0,1 +0125,0125,12,symb,c1_set_union_permuted,50,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,51,['~'],~,1,1 +0125,0125,12,symb,c1_set_union_permuted,52,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,53,[':'],$ (],0,1 +0125,0125,12,symb,c1_set_union_permuted,54,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,55,['~'],~,1,1 +0125,0125,12,symb,c1_set_union_permuted,56,['<'],<,1,1 +0125,0125,12,symb,c1_set_union_permuted,57,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,58,['$'],$,1,1 +0125,0125,12,symb,c1_set_union_permuted,59,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,60,['&'],% &,0,1 +0125,0125,12,symb,c1_set_union_permuted,61,['$'],$,1,1 +0125,0125,12,symb,c1_set_union_permuted,62,['('],>],0,1 +0125,0125,12,symb,c1_set_union_permuted,63,['~'],~,1,1 +0125,0125,12,symb,c1_set_union_permuted,64,['$'],$,1,1 +0125,0125,12,symb,c1_set_union_permuted,65,['*'],*],1,1 +0125,0125,12,symb,c1_set_union_permuted,66,['$'],$,1,1 +0125,0125,12,symb,c1_set_union_permuted,67,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,68,['~'],%],0,1 +0125,0125,12,symb,c1_set_union_permuted,69,['~'],~,1,1 +0125,0125,12,symb,c1_set_union_permuted,70,[':'],:],1,1 +0125,0125,12,symb,c1_set_union_permuted,71,['<'],<,1,1 +0125,0125,12,symb,c1_set_union_permuted,72,['&'],&,1,1 +0125,0125,12,symb,c1_set_union_permuted,73,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,74,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,75,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,76,['('],(,1,1 +0125,0125,12,symb,c1_set_union_permuted,77,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,78,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,79,['&'],&,1,1 +0125,0125,12,symb,c1_set_union_permuted,80,['$'],$,1,1 +0125,0125,12,symb,c1_set_union_permuted,81,['*'],*],1,1 +0125,0125,12,symb,c1_set_union_permuted,82,['&'],&,1,1 +0125,0125,12,symb,c1_set_union_permuted,83,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,84,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,85,[':'],:],1,1 +0125,0125,12,symb,c1_set_union_permuted,86,['('],>],0,1 +0125,0125,12,symb,c1_set_union_permuted,87,['!'],!,1,1 +0125,0125,12,symb,c1_set_union_permuted,88,['%'],%,1,1 +0125,0125,12,symb,c1_set_union_permuted,89,['~'],~,1,1 +0125,0125,12,symb,c1_set_union_permuted,90,['<'],<,1,1 +0125,0125,12,symb,c1_set_union_permuted,91,['&'],%],0,1 +0125,0125,12,symb,c1_set_union_permuted,92,['~'],~],1,1 +0125,0125,12,symb,c1_set_union_permuted,93,['<'],<,1,1 +0125,0125,12,symb,c1_set_union_permuted,94,['$'],$,1,1 +0125,0125,12,symb,c1_set_union_permuted,95,['*'],*,1,1 +0125,0125,12,symb,c1_set_union_permuted,96,['>'],>,1,1 +0125,0125,12,symb,c1_set_union_permuted,97,['('],$,0,1 +0125,0125,12,symb,c1_set_union_permuted,98,['~'],~,1,1 +0125,0125,12,symb,c1_set_union_permuted,99,['*'],*,1,1 +0125,0125,12,symb,XOR_permuted,0,"['(', '%']",% (],1,1 +0125,0125,12,symb,XOR_permuted,1,"[':', '(']",: (],1,1 +0125,0125,12,symb,XOR_permuted,2,"['&', '>']",% >,0,1 +0125,0125,12,symb,XOR_permuted,3,"['~', '%']",% ~,1,1 +0125,0125,12,symb,XOR_permuted,4,"['!', '~']",% ~],0,1 +0125,0125,12,symb,XOR_permuted,5,"['<', '~']",< ~],1,1 +0125,0125,12,symb,XOR_permuted,6,"['!', '$']",$ !,1,1 +0125,0125,12,symb,XOR_permuted,7,"['%', ':']",% !,0,1 +0125,0125,12,symb,XOR_permuted,8,"['&', '(']",& (],1,1 +0125,0125,12,symb,XOR_permuted,9,"[':', '!']",: !,1,1 +0125,0125,12,symb,XOR_permuted,10,"['$', '~']",$ ~,1,1 +0125,0125,12,symb,XOR_permuted,11,"['%', '>']",> %],1,1 +0125,0125,12,symb,XOR_permuted,12,"['%', '$']",$ %,1,1 +0125,0125,12,symb,XOR_permuted,13,"['!', '~']",: ~],0,1 +0125,0125,12,symb,XOR_permuted,14,"['&', '!']",& !,1,1 +0125,0125,12,symb,XOR_permuted,15,"['%', '>']",% >,1,1 +0125,0125,12,symb,XOR_permuted,16,"['>', ':']",! !,0,1 +0125,0125,12,symb,XOR_permuted,17,"['~', '*']",~ *],1,1 +0125,0125,12,symb,XOR_permuted,18,"['>', ':']",: >],1,1 +0125,0125,12,symb,XOR_permuted,19,"['%', '$']",$ %,1,1 +0125,0125,12,symb,XOR_permuted,20,"['%', '*']",% *],1,1 +0125,0125,12,symb,XOR_permuted,21,"['~', '<']",~ <,1,1 +0125,0125,12,symb,XOR_permuted,22,"['%', '!']",! %,1,1 +0125,0125,12,symb,XOR_permuted,23,"['%', '$']",% $],1,1 +0125,0125,12,symb,XOR_permuted,24,"[':', '%']",% :],1,1 +0125,0125,12,symb,XOR_permuted,25,"['*', ':']",* :,1,1 +0125,0125,12,symb,XOR_permuted,26,"['!', '$']",$ !,1,1 +0125,0125,12,symb,XOR_permuted,27,"['*', '$']",* $,1,1 +0125,0125,12,symb,XOR_permuted,28,"['!', '>']",! >,1,1 +0125,0125,12,symb,XOR_permuted,29,"['$', '%']",$ %,1,1 +0125,0125,12,symb,XOR_permuted,30,"['*', '<']",* <,1,1 +0125,0125,12,symb,XOR_permuted,31,"['*', '~']",* ~,1,1 +0125,0125,12,symb,XOR_permuted,32,"['%', '*']",% *,1,1 +0125,0125,12,symb,XOR_permuted,33,"['<', '>']",:<,0,1 +0125,0125,12,symb,XOR_permuted,34,"['!', '<']",! <],1,1 +0125,0125,12,symb,XOR_permuted,35,"['~', '%']",% ~,1,1 +0125,0125,12,symb,XOR_permuted,36,"['~', '%']",% ~,1,1 +0125,0125,12,symb,XOR_permuted,37,"['(', '<']",< >],0,1 +0125,0125,12,symb,XOR_permuted,38,"[':', '$']",: $,1,1 +0125,0125,12,symb,XOR_permuted,39,"['~', '>']",> ~],1,1 +0125,0125,12,symb,XOR_permuted,40,"['$', '!']",$ !,1,1 +0125,0125,12,symb,XOR_permuted,41,"['>', '~']",* >,0,1 +0125,0125,12,symb,XOR_permuted,42,"[':', '$']",$ :,1,1 +0125,0125,12,symb,XOR_permuted,43,"['>', '%']",% >,1,1 +0125,0125,12,symb,XOR_permuted,44,"['*', '&']",( *)],0,1 +0125,0125,12,symb,XOR_permuted,45,"['!', '<']",< !,1,1 +0125,0125,12,symb,XOR_permuted,46,"['*', '%']",* %,1,1 +0125,0125,12,symb,XOR_permuted,47,"['*', '%']",* %,1,1 +0125,0125,12,symb,XOR_permuted,48,"['%', '&']",% &],1,1 +0125,0125,12,symb,XOR_permuted,49,"['<', '&']",<& :],0,1 +0125,0125,12,symb,XOR_permuted,50,"['~', '$']",$ ~,1,1 +0125,0125,12,symb,XOR_permuted,51,"['%', '&']",% &,1,1 +0125,0125,12,symb,XOR_permuted,52,"['$', ':']",$: !,0,1 +0125,0125,12,symb,XOR_permuted,53,"[':', '*']",* :],1,1 +0125,0125,12,symb,XOR_permuted,54,"['&', '%']",% &,1,1 +0125,0125,12,symb,XOR_permuted,55,"['<', '$']",$ <,1,1 +0125,0125,12,symb,XOR_permuted,56,"['%', '~']",% ~,1,1 +0125,0125,12,symb,XOR_permuted,57,"['<', '(']",% !,0,1 +0125,0125,12,symb,XOR_permuted,58,"['>', '<']",< >,1,1 +0125,0125,12,symb,XOR_permuted,59,"[':', '*']",:],0,1 +0125,0125,12,symb,XOR_permuted,60,"['$', '*']",$ *],1,1 +0125,0125,12,symb,XOR_permuted,61,"['%', '&']",% &,1,1 +0125,0125,12,symb,XOR_permuted,62,"['%', '*']",% *,1,1 +0125,0125,12,symb,XOR_permuted,63,"['*', '%']",% *],1,1 +0125,0125,12,symb,XOR_permuted,64,"['*', '!']",* :],0,1 +0125,0125,12,symb,XOR_permuted,65,"['$', '~']",~ $,1,1 +0125,0125,12,symb,XOR_permuted,66,"['$', '(']",$ $],0,1 +0125,0125,12,symb,XOR_permuted,67,"['%', '(']",% (,1,1 +0125,0125,12,symb,XOR_permuted,68,"['$', '<']",$ <],1,1 +0125,0125,12,symb,XOR_permuted,69,"['~', '(']",* ~,0,1 +0125,0125,12,symb,XOR_permuted,70,"['<', '%']",% <,1,1 +0125,0125,12,symb,XOR_permuted,71,"['!', '&']",! &,1,1 +0125,0125,12,symb,XOR_permuted,72,"[':', '&']",& :],1,1 +0125,0125,12,symb,XOR_permuted,73,"['~', '!']",% ~],0,1 +0125,0125,12,symb,XOR_permuted,74,"['%', '$']",% $,1,1 +0125,0125,12,symb,XOR_permuted,75,"['*', '$']",* $,1,1 +0125,0125,12,symb,XOR_permuted,76,"['$', '~']",$ ~,1,1 +0125,0125,12,symb,XOR_permuted,77,"['(', '&']",( &,1,1 +0125,0125,12,symb,XOR_permuted,78,"['&', '(']",& (],1,1 +0125,0125,12,symb,XOR_permuted,79,"['>', '!']",! >,1,1 +0125,0125,12,symb,XOR_permuted,80,"[':', '!']",! :],1,1 +0125,0125,12,symb,XOR_permuted,81,"['<', '~']",< ~],1,1 +0125,0125,12,symb,XOR_permuted,82,"['<', '>']",( >,0,1 +0125,0125,12,symb,XOR_permuted,83,"['>', '%']",% >,1,1 +0125,0125,12,symb,XOR_permuted,84,"['~', '$']",$ ~,1,1 +0125,0125,12,symb,XOR_permuted,85,"['$', '(']",: $],0,1 +0125,0125,12,symb,XOR_permuted,86,"['~', '*']",*: ~,0,1 +0125,0125,12,symb,XOR_permuted,87,"['$', '(']",$ (,1,1 +0125,0125,12,symb,XOR_permuted,88,"['!', '&']",! &,1,1 +0125,0125,12,symb,XOR_permuted,89,"['(', '$']",$ (],1,1 +0125,0125,12,symb,XOR_permuted,90,"['&', '<']",& <,1,1 +0125,0125,12,symb,XOR_permuted,91,"['(', '%']",% (],1,1 +0125,0125,12,symb,XOR_permuted,92,"[':', '(']",~ ~,0,1 +0125,0125,12,symb,XOR_permuted,93,"['<', ':']",* <],0,1 +0125,0125,12,symb,XOR_permuted,94,"['!', '>']",> $],0,1 +0125,0125,12,symb,XOR_permuted,95,"[':', '<']",: !],0,1 +0125,0125,12,symb,XOR_permuted,96,"['<', '$']",$ <,1,1 +0125,0125,12,symb,XOR_permuted,97,"[':', '!']",: !],1,1 +0125,0125,12,symb,XOR_permuted,98,"['>', '<']",* >,0,1 +0125,0125,12,symb,XOR_permuted,99,"['~', '>']",: ~],0,1 +0125,0125,12,symb,AND_permuted,0,[],*,0,1 +0125,0125,12,symb,AND_permuted,1,[],$,0,1 +0125,0125,12,symb,AND_permuted,2,[],!,0,1 +0125,0125,12,symb,AND_permuted,3,[],*,0,1 +0125,0125,12,symb,AND_permuted,4,[],$,0,1 +0125,0125,12,symb,AND_permuted,5,[],%,0,1 +0125,0125,12,symb,AND_permuted,6,[],],1,1 +0125,0125,12,symb,AND_permuted,7,[],)],0,1 +0125,0125,12,symb,AND_permuted,8,[],!],0,1 +0125,0125,12,symb,AND_permuted,9,[],%,0,1 +0125,0125,12,symb,AND_permuted,10,[],$,0,1 +0125,0125,12,symb,AND_permuted,11,[],:],0,1 +0125,0125,12,symb,AND_permuted,12,[],%,0,1 +0125,0125,12,symb,AND_permuted,13,[],)],0,1 +0125,0125,12,symb,AND_permuted,14,[],],1,1 +0125,0125,12,symb,AND_permuted,15,[],=,0,1 +0125,0125,12,symb,AND_permuted,16,[],%,0,1 +0125,0125,12,symb,AND_permuted,17,[],%,0,1 +0125,0125,12,symb,AND_permuted,18,[],:],0,1 +0125,0125,12,symb,AND_permuted,19,[],],1,1 +0125,0125,12,symb,AND_permuted,20,[],*,0,1 +0125,0125,12,symb,AND_permuted,21,[],<],0,1 +0125,0125,12,symb,AND_permuted,22,[],*,0,1 +0125,0125,12,symb,AND_permuted,23,[],],1,1 +0125,0125,12,symb,AND_permuted,24,[],+,0,1 +0125,0125,12,symb,AND_permuted,25,[],],1,1 +0125,0125,12,symb,AND_permuted,26,[],)],0,1 +0125,0125,12,symb,AND_permuted,27,[],&,0,1 +0125,0125,12,symb,AND_permuted,28,[],)],0,1 +0125,0125,12,symb,AND_permuted,29,[],!,0,1 +0125,0125,12,symb,AND_permuted,30,[],],1,1 +0125,0125,12,symb,AND_permuted,31,[],&,0,1 +0125,0125,12,symb,AND_permuted,32,[],*,0,1 +0125,0125,12,symb,AND_permuted,33,[],:],0,1 +0125,0125,12,symb,AND_permuted,34,[],],1,1 +0125,0125,12,symb,AND_permuted,35,[],%,0,1 +0125,0125,12,symb,AND_permuted,36,[],%,0,1 +0125,0125,12,symb,AND_permuted,37,[],*,0,1 +0125,0125,12,symb,AND_permuted,38,[],%,0,1 +0125,0125,12,symb,AND_permuted,39,[],*,0,1 +0125,0125,12,symb,AND_permuted,40,[],:],0,1 +0125,0125,12,symb,AND_permuted,41,[],%,0,1 +0125,0125,12,symb,AND_permuted,42,[],%,0,1 +0125,0125,12,symb,AND_permuted,43,[],>],0,1 +0125,0125,12,symb,AND_permuted,44,[],:],0,1 +0125,0125,12,symb,AND_permuted,45,[],%,0,1 +0125,0125,12,symb,AND_permuted,46,[],],1,1 +0125,0125,12,symb,AND_permuted,47,[],%,0,1 +0125,0125,12,symb,AND_permuted,48,[],:],0,1 +0125,0125,12,symb,AND_permuted,49,[],%,0,1 +0125,0125,12,symb,AND_permuted,50,[],*,0,1 +0125,0125,12,symb,AND_permuted,51,[],*,0,1 +0125,0125,12,symb,AND_permuted,52,[],?,0,1 +0125,0125,12,symb,AND_permuted,53,[], ],1,1 +0125,0125,12,symb,AND_permuted,54,[],(,0,1 +0125,0125,12,symb,AND_permuted,55,[],%,0,1 +0125,0125,12,symb,AND_permuted,56,[],&,0,1 +0125,0125,12,symb,AND_permuted,57,[],*,0,1 +0125,0125,12,symb,AND_permuted,58,[],%,0,1 +0125,0125,12,symb,AND_permuted,59,[],$,0,1 +0125,0125,12,symb,AND_permuted,60,[],%,0,1 +0125,0125,12,symb,AND_permuted,61,[],],1,1 +0125,0125,12,symb,AND_permuted,62,[],],1,1 +0125,0125,12,symb,AND_permuted,63,[],:],0,1 +0125,0125,12,symb,AND_permuted,64,[],*,0,1 +0125,0125,12,symb,AND_permuted,65,[],&,0,1 +0125,0125,12,symb,AND_permuted,66,[],)],0,1 +0125,0125,12,symb,AND_permuted,67,[],!,0,1 +0125,0125,12,symb,AND_permuted,68,[],:],0,1 +0125,0125,12,symb,AND_permuted,69,[],%,0,1 +0125,0125,12,symb,AND_permuted,70,[],%,0,1 +0125,0125,12,symb,AND_permuted,71,[],$,0,1 +0125,0125,12,symb,AND_permuted,72,[],:],0,1 +0125,0125,12,symb,AND_permuted,73,[],],1,1 +0125,0125,12,symb,AND_permuted,74,[],&,0,1 +0125,0125,12,symb,AND_permuted,75,[],!,0,1 +0125,0125,12,symb,AND_permuted,76,[],],1,1 +0125,0125,12,symb,AND_permuted,77,[],%,0,1 +0125,0125,12,symb,AND_permuted,78,[],],1,1 +0125,0125,12,symb,AND_permuted,79,[],%,0,1 +0125,0125,12,symb,AND_permuted,80,[],$>,0,1 +0125,0125,12,symb,AND_permuted,81,[],%,0,1 +0125,0125,12,symb,AND_permuted,82,[],?,0,1 +0125,0125,12,symb,AND_permuted,83,[],>],0,1 +0125,0125,12,symb,AND_permuted,84,[],:],0,1 +0125,0125,12,symb,AND_permuted,85,[],*,0,1 +0125,0125,12,symb,AND_permuted,86,[],:],0,1 +0125,0125,12,symb,AND_permuted,87,[],#,0,1 +0125,0125,12,symb,AND_permuted,88,[],*],0,1 +0125,0125,12,symb,AND_permuted,89,[],$,0,1 +0125,0125,12,symb,AND_permuted,90,[],%,0,1 +0125,0125,12,symb,AND_permuted,91,[],],1,1 +0125,0125,12,symb,AND_permuted,92,[],<],0,1 +0125,0125,12,symb,AND_permuted,93,[],%,0,1 +0125,0125,12,symb,AND_permuted,94,[],%,0,1 +0125,0125,12,symb,AND_permuted,95,[],],1,1 +0125,0125,12,symb,AND_permuted,96,[],<],0,1 +0125,0125,12,symb,AND_permuted,97,[],>],0,1 +0125,0125,12,symb,AND_permuted,98,[],~,0,1 +0125,0125,12,symb,AND_permuted,99,[],>],0,1 diff --git a/digit_matrices/plotting/human_digit_alt_blank.pdf b/digit_matrices/plotting/human_digit_alt_blank.pdf new file mode 100644 index 0000000000000000000000000000000000000000..57fec15f193d85c4eec4e0bacf279c23912423c7 GIT binary patch literal 16099 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/plotting/human_digit_webb.pdf b/digit_matrices/plotting/human_digit_webb.pdf new file mode 100644 index 0000000000000000000000000000000000000000..293e8f75ab7c1ae61a453b971d062ac0052478e4 GIT binary patch literal 15408 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/plotting/plotting.ipynb b/digit_matrices/plotting/plotting.ipynb new file mode 100644 index 0000000..a49a959 --- /dev/null +++ b/digit_matrices/plotting/plotting.ipynb @@ -0,0 +1,986 @@ +{ + "cells": [ + { + "cell_type": "code", + "execution_count": 1, + "metadata": {}, + "outputs": [], + "source": [ + "import numpy as np\n", + "import matplotlib.pyplot as plt\n", + "import os\n", + "import pandas as pd\n", + "pd.set_option('display.precision', 3)\n", + "from statsmodels.stats.proportion import proportion_confint\n", + "import glob\n", + "import json\n", + "import sys\n" + ] + }, + { + "cell_type": "code", + "execution_count": 2, + "metadata": {}, + "outputs": [], + "source": [ + "def check_path(path):\n", + "\tif not os.path.exists(path):\n", + "\t\tos.mkdir(path)" + ] + }, + { + "cell_type": "code", + "execution_count": 5, + "metadata": {}, + "outputs": [], + "source": [ + "# get all data into one big csv\n", + "\n", + "# Baseline: how do the models perform on the original numeric task\n", + "# dataframe with: gpt_model, sys_prompt, user_prompt, prob_type, prob_ind, correct_answer, given_answer, correct_or_not\n", + "problems = np.load('../problems/all_problems_symbols.npz', allow_pickle=True)\n", + "symb_problems = problems['all_problems'].item()\n", + "\n", + "problems = np.load('../problems/all_problems.npz', allow_pickle=True)\n", + "num_problems = problems['all_problems'].item()\n", + "\n", + "problems = np.load('../problems/all_problems_coords.npz', allow_pickle=True)\n", + "coord_problems = problems['all_problems'].item()\n", + "\n", + "data = []\n", + "for gpt in ['350613', '0613','1106','0125']:\n", + " for sys_prompt in [0, 1]:\n", + " for user_prompt in [0, 1, 2]:\n", + " for prob_format in ['coords', 'digits', 'symb']:\n", + " if prob_format=='digits':\n", + " problems = num_problems\n", + " elif prob_format=='symb':\n", + " problems = symb_problems\n", + " elif prob_format == 'coords':\n", + " problems==coord_problems\n", + " else:\n", + " print(f'prob_format is {prob_format}')\n", + " sys.exit()\n", + " try:\n", + " gpt_data = np.load(f'../results/gpt_matprob_results_{prob_format}_{gpt}_prompt_{sys_prompt}_{user_prompt}.npz', allow_pickle=True)\n", + " except:\n", + " continue\n", + " predictions = gpt_data['all_gen_pred'].item()\n", + " correct = gpt_data['all_gen_correct_pred'].item()\n", + " for prob_type in predictions.keys():\n", + " prob_ind = 0\n", + " assert(len(predictions[prob_type])==len(correct[prob_type]))\n", + " answers = [choices[ind] for ind, choices in zip(problems[prob_type]['correct_ind'], problems[prob_type]['answer_choices'])]\n", + " for pred, corr, answer in zip(predictions[prob_type], correct[prob_type], answers[:len(predictions[prob_type])]):\n", + " if prob_format=='digits':\n", + " symb_num = 'num'\n", + " elif prob_format=='symb':\n", + " symb_num = 'symb'\n", + " elif prob_format == 'letters':\n", + " symb_num='lett'\n", + " elif prob_format=='coords':\n", + " symb_num = 'coords'\n", + " else:\n", + " print(f'prob_format is {prob_format}')\n", + " if corr:\n", + " corr_val = 1\n", + " else:\n", + " corr_val =0\n", + " \n", + " data.append([str(gpt), str(gpt), str(sys_prompt)+str(user_prompt), str(symb_num), str(prob_type), prob_ind, str(answer), str(pred), corr_val, 1])\n", + " prob_ind += 1\n", + "\n", + "gpt_df = pd.DataFrame(data=data, columns=['subj_id','model', 'promptstyle', 'symb_num', 'prob_type', 'prob_ind', 'correct_answer', 'response', 'correct', 'total'])\n", + "# save gpt data\n", + "gpt_df.to_csv('gpt_digitmat_data.csv', index=False)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 6, + "metadata": {}, + "outputs": [], + "source": [ + "# Human and gpt data\n", + "data_df = pd.read_csv('../all_data.csv')\n" + ] + }, + { + "cell_type": "code", + "execution_count": 7, + "metadata": {}, + "outputs": [ + { + "data": { + "text/plain": [ + "array(['XOR_permuted', 'c3_set_union_permuted', 'c2_set_union', 'attn',\n", + " 'two_rule_comb3', 'three_rule_comb3', 'two_rule_comb1',\n", + " 'row_constant', 'three_rule_comb6', 'XOR', 'AND', 'col_constant',\n", + " 'three_rule_comb1', 'two_rule_comb0', 'c1_set_union_permuted',\n", + " 'dist3_diag2', 'c3_set_union', 'three_rule_comb0', 'c1_set_union',\n", + " 'c2_set_union_permuted', 'dist3_diag1', 'prog_size2',\n", + " 'three_rule_comb8', 'two_rule_comb4', 'three_rule_comb2',\n", + " 'three_rule_comb7', 'three_rule_comb9', 'prog_size1',\n", + " 'two_rule_comb5', 'two_rule_comb2', 'three_rule_comb5',\n", + " 'three_rule_comb4'], dtype=object)" + ] + }, + "execution_count": 7, + "metadata": {}, + "output_type": "execute_result" + } + ], + "source": [ + "# Set up a list of progression problem types for removal from symb problems\n", + "prog_prob_types = ['prog_size1', 'prog_size2', \\\n", + " 'two_rule_comb2', 'two_rule_comb4', 'two_rule_comb5', \\\n", + " 'three_rule_comb2', 'three_rule_comb4', 'three_rule_comb5', \\\n", + " 'three_rule_comb7', 'three_rule_comb8', 'three_rule_comb9',\\\n", + " 'AND_permuted'] # AND_permuted is not actually a progression type, but we have removed it as the answers are all spaces.\n", + "\n", + "# Remove the AND_permuted problem types as these problems were not well formatted\n", + "data_df = data_df[data_df.prob_type!='AND_permuted']\n", + "\n", + "data_df.prob_type.unique()\n" + ] + }, + { + "cell_type": "code", + "execution_count": 9, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "There are 0 datapoints without a coarse type\n" + ] + } + ], + "source": [ + "# Create coarse problem types\n", + "\n", + "const = ['row_constant', 'col_constant']\n", + "dist3 = ['dist3_diag1', 'dist3_diag2']\n", + "prog = ['prog_size1', 'prog_size2']\n", + "logic_unperm = ['c3_set_union', 'c1_set_union', 'c2_set_union', 'AND', 'XOR']\n", + "logic_perm = ['c3_set_union_permuted', 'c2_set_union_permuted','c1_set_union_permuted', 'XOR_permuted', 'AND_permuted'] # Removed AND_permuted\n", + "\n", + "two_rule = ['two_rule_comb0', 'two_rule_comb1', 'two_rule_comb3']\n", + "prog_two_rule = [ 'two_rule_comb2', 'two_rule_comb4', 'two_rule_comb5']\n", + "three_rule =['three_rule_comb0', 'three_rule_comb1', \\\n", + " 'three_rule_comb3', 'three_rule_comb6']\n", + "prog_three_rule = ['three_rule_comb2', 'three_rule_comb4', 'three_rule_comb5',\\\n", + " 'three_rule_comb7', 'three_rule_comb8', 'three_rule_comb9']\n", + "attn=['attn']\n", + "\n", + "conditions = [data_df.prob_type.isin(const),\\\n", + " data_df.prob_type.isin(dist3),\\\n", + " data_df.prob_type.isin(prog),\\\n", + " data_df.prob_type.isin(two_rule),\\\n", + " data_df.prob_type.isin(prog_two_rule),\\\n", + " data_df.prob_type.isin(three_rule),\\\n", + " data_df.prob_type.isin(prog_three_rule),\\\n", + " data_df.prob_type.isin(logic_unperm),\\\n", + " data_df.prob_type.isin(logic_perm),\\\n", + " data_df.prob_type.isin(attn)]\n", + "\n", + "choices = ['const', 'dist3', 'prog', 'two_rule', 'prog_two_rule', 'three_rule', 'prog_three_rule', 'logic_unperm', 'logic_perm', 'attn']\n", + "\n", + "coarse_types = np.select(conditions, choices, default='wrong!')\n", + "print(f'There are {len(coarse_types[coarse_types==\"wrong!\"])} datapoints without a coarse type')\n", + "assert len(coarse_types)==len(data_df)\n", + "\n", + "data_df['coarse_type'] = np.select(conditions, choices)\n" + ] + }, + { + "cell_type": "code", + "execution_count": 10, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "There are 0 datapoints without a coarser type\n" + ] + } + ], + "source": [ + "# Create even coarser problem types\n", + "\n", + "one_rule = ['row_constant', 'col_constant', 'dist3_diag1', 'dist3_diag2', 'prog_size1', 'prog_size2']\n", + "logic= ['c3_set_union', 'c1_set_union', 'c2_set_union', 'AND', 'XOR', 'c3_set_union_permuted', 'c2_set_union_permuted','c1_set_union_permuted', 'XOR_permuted', 'AND_permuted'] # Removed AND_permuted\n", + "\n", + "two_rule = ['two_rule_comb0', 'two_rule_comb1', 'two_rule_comb3', 'two_rule_comb2', 'two_rule_comb4', 'two_rule_comb5']\n", + "three_rule =['three_rule_comb0', 'three_rule_comb1', 'three_rule_comb2', 'three_rule_comb3',\\\n", + " 'three_rule_comb4', 'three_rule_comb5', 'three_rule_comb6',\\\n", + " 'three_rule_comb7', 'three_rule_comb8', 'three_rule_comb9']\n", + "attn=['attn']\n", + "\n", + "conditions = [data_df.prob_type.isin(one_rule),\\\n", + " data_df.prob_type.isin(two_rule),\\\n", + " data_df.prob_type.isin(three_rule),\\\n", + " data_df.prob_type.isin(logic),\\\n", + " data_df.prob_type.isin(attn)]\n", + "\n", + "choices = ['one_rule', 'two_rule', 'three_rule', 'logic', 'attn']\n", + "\n", + "coarse_types = np.select(conditions, choices, default='wrong!')\n", + "print(f'There are {len(coarse_types[coarse_types==\"wrong!\"])} datapoints without a coarser type')\n", + "assert len(coarse_types)==len(data_df)\n", + "\n", + "data_df['coarse_type_2'] = np.select(conditions, choices)\n", + "\n", + "data_df = data_df[data_df.prob_type!='attn']\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": 11, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "human\n", + " symb_num acc cilow ciupp total\n", + "11 num 0.715 0.693 0.738 1550.0\n", + "10 coords 0.771 0.745 0.797 1000.0\n", + "12 symb 0.704 0.676 0.732 1000.0\n", + "350613\n", + " symb_num acc cilow ciupp total\n", + "8 num 0.813 0.799 0.827 2916.0\n", + "7 coords 0.480 0.455 0.506 1466.0\n", + "9 symb 0.790 0.772 0.808 2000.0\n", + "0613\n", + " symb_num acc cilow ciupp total\n", + "3 num 0.810 0.796 0.824 2916.0\n", + "2 coords 0.477 0.452 0.503 1466.0\n", + "4 symb 0.792 0.774 0.810 2000.0\n" + ] + } + ], + "source": [ + "# Headline results\n", + "current_df = data_df[((data_df.promptstyle=='12')|(data_df.promptstyle=='human'))&\\\n", + " ((data_df.symb_num!='symb')|(~data_df.coarse_type.isin(['prog','prog_two_rule','prog_three_rule'])))]\n", + "current_df = current_df.groupby(['model', 'promptstyle', 'symb_num'], as_index=False).sum()\n", + "current_df['model'] = pd.Categorical(current_df['model'], ordered = True, categories = ['human', '350613', '0613', '1106', '0125'])\n", + "current_df['symb_num'] = pd.Categorical(current_df['symb_num'], ordered = True, categories = ['num', 'coords', 'symb', 'lett'])\n", + "current_df = current_df.sort_values(['model', 'symb_num'])\n", + "\n", + "current_df['acc'] = current_df.correct/current_df.total\n", + "current_df['cilow'] = proportion_confint(current_df.correct, current_df.total)[0]\n", + "current_df['ciupp'] = proportion_confint(current_df.correct, current_df.total)[1]\n", + "current_df['yerr_low'] = current_df.acc-current_df.cilow\n", + "current_df['yerr_upp'] = current_df.ciupp-current_df.acc\n", + "\n", + "for model in ['human', '350613', '0613']:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num!='lett')&\\\n", + " ((current_df.promptstyle=='human') | (current_df.promptstyle=='12'))]\n", + " print(model)\n", + " print(df_slice[['symb_num', 'acc', 'cilow', 'ciupp', 'total']])" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[306.0, 297.0, 502.0, 445.0]\n" + ] + }, + { + "data": { + "image/png": "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SQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSQrDDREREUkKww0RERFJCsMNERERSYrWw8369evh7OwMuVwOT09PHD9+vNz+R48ehaenJ+RyOVxcXLBhw4YaqpSIiIjqAq2Gm4iICMyaNQuLFi1CbGwsunfvjgEDBiA5ObnU/omJiRg4cCC6d++O2NhYLFy4EDNmzMBPP/1Uw5UTERFRbSUTQght7bxTp05o3749wsLCFG1ubm4YNmwYQkNDVfrPmzcPu3btQkJCgqJt8uTJOHv2LKKjoyu0z6ysLJibmyMzMxNmZmZVPwgiIiKqdup8f2tt5CYvLw9nzpxBv379lNr79euHqKioUteJjo5W6d+/f3+cPn0a+fn51VYrERER1R162trxvXv3UFhYCBsbG6V2GxsbpKWllbpOWlpaqf0LCgpw79492NnZqayTm5uL3NxcxfPMzEwAxQmQiIiI6oaS7+2KnHDSWrgpIZPJlJ4LIVTaXtS/tPYSoaGhWLx4sUq7g4ODuqUSERGRlmVnZ8Pc3LzcPloLNw0bNoSurq7KKE16errK6EwJW1vbUvvr6enB0tKy1HUWLFiAOXPmKJ4XFRUhIyMDlpaW5YaoysjKyoKDgwNSUlI4n4cqhZ8h0gR+jqiqauNnSAiB7Oxs2Nvbv7Cv1sKNgYEBPD09ERkZieHDhyvaIyMjMXTo0FLX8fb2xu7du5XaDh48CC8vL+jr65e6jqGhIQwNDZXa6tevX7XiX8DMzKzW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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Comparison of human performance us vs Webb et al\n", + "current_df = data_df.groupby(['model', 'promptstyle', 'symb_num', 'coarse_type_2'], as_index=False).sum()\n", + "current_df['model'] = pd.Categorical(current_df['model'], ordered = True, categories = ['human', '350613', '0613', '1106', '0125'])\n", + "current_df['symb_num'] = pd.Categorical(current_df['symb_num'], ordered = True, categories = ['num', 'symb', 'lett'])\n", + "current_df['coarse_type_2'] = pd.Categorical(current_df['coarse_type_2'], ordered = True, categories = ['one_rule', 'two_rule', 'three_rule', 'logic'])\n", + "current_df = current_df.sort_values(['model', 'symb_num', 'coarse_type_2'])\n", + "\n", + "fig, ax = plt.subplots()\n", + "current_df['acc'] = current_df.correct/current_df.total\n", + "current_df['cilow'] = proportion_confint(current_df.correct, current_df.total)[0]\n", + "current_df['ciupp'] = proportion_confint(current_df.correct, current_df.total)[1]\n", + "current_df['yerr_low'] = current_df.acc-current_df.cilow\n", + "current_df['yerr_upp'] = current_df.ciupp-current_df.acc\n", + "\n", + "webb_human = np.load('../results/webb_original/probcat_gen_acc_behavior.npz')\n", + "accs = webb_human['acc']\n", + "errs = webb_human['err']\n", + "\n", + "scat = ax.scatter(np.arange(len(accs)), accs)\n", + "ax.errorbar(np.arange(len(accs)), accs, yerr=errs, ls='none', color=scat.get_facecolors()[-1])\n", + "\n", + "df_slice = current_df[(current_df.model =='human')&(current_df.symb_num=='num')]\n", + "accs = list(df_slice.acc)\n", + "yerr_low = list(df_slice.yerr_low)\n", + "yerr_upp = list(df_slice.yerr_upp)\n", + "print(list(df_slice.total))\n", + "\n", + "scat = ax.scatter(np.arange(len(accs))+0.1, accs)\n", + "ax.errorbar(np.arange(len(accs))+0.1, accs, yerr=[yerr_low, yerr_upp], ls='none', color=scat.get_facecolors()[-1])\n", + "\n", + "ax.set_xticks(range(len(accs)))\n", + "ax.set_xticklabels(['One Rule', 'Two Rules', 'Three Rules', 'Logic'])\n", + "ax.set_ylim([0, 1])\n", + "ax.set_xlabel('Problem Types')\n", + "ax.set_ylabel('Accuracy')\n", + "plt.legend(['WHL', 'Ours'])\n", + "ax.set_title('Human Performance Digit Matrices')\n", + "\n", + "plt.savefig('human_digit_webb.pdf')\n", + "\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "[[0. 0.04465213 0.04522208 0.03919928]\n", + " [0. 0.04465213 0.04522208 0.03919928]]\n", + "Model: 350613\n", + " acc total\n", + "65 1.000 416.0\n", + "67 0.883 600.0\n", + "66 0.691 1000.0\n", + "64 0.816 900.0\n", + "Model: 0613\n", + " acc total\n", + "29 1.000 416.0\n", + "31 0.882 600.0\n", + "30 0.684 1000.0\n", + "28 0.814 900.0\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAjcAAAGxCAYAAACeKZf2AAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAABfPklEQVR4nO3deVxUVf8H8M8MsiOo7CCyiBuhJiDuigmuuZSlVuaaqeFKGm7lklu5ZaZYuZC5ZJmpKY+B5ZoWKmAquCMugCgooCjLzPn9wY+JcYZlcGBg+rxfr3k93nPPued7Z+Zhvp1z7r0SIYQAERERkZ6Q6joAIiIiIm1ickNERER6hckNERER6RUmN0RERKRXmNwQERGRXmFyQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDeuWff/7B6NGj0bBhQ5iamsLU1BSNGjXC2LFjcebMGaW68+bNg0QiUbyMjIzg7u6OyZMn49GjRwCgtL+015EjR0qMyc3NTamuhYUF2rRpgy1btmj9/H///Xf4+fnB3NwcEokEe/bs0Xof/yXFPzcDAwPUrVsXLVu2xNixY/HXX3+p1L958yYkEgnCw8Mr1J+bmxtGjBih2E5OTsa8efMQFxdXrvZHjhxRxFtSDK+88gokEgnc3NwqFOP27dvxxRdfaNTmRd8XIk3V0nUARNry9ddfY8KECWjSpAkmT56Ml156CRKJBAkJCdixYwdat26Na9euoWHDhkrtDh48CCsrK2RnZyMiIgKrV69GdHQ0Tp48iVOnTinV/fTTT3H48GH88ccfSuVeXl6lxtahQwcsX74cAHDnzh0sX74cw4cPx5MnTzB+/HgtnD0ghMCgQYPQuHFj7Nu3D+bm5mjSpIlWjv1f9sYbb+DDDz+EEAJZWVm4cOECtmzZgm+++QaTJk3C6tWrFXUdHR1x6tQple9Yef3yyy+wtLRUbCcnJ2P+/Plwc3PDyy+/XO7j1K5dGxs3blRKlAAgMTERR44cUepDU9u3b8eFCxcwZcqUcrd50feFSGOCSA+cOHFCSKVS0bdvX5Gbm6u2zo8//iju3r2r2J47d64AIO7fv69U79133xUAxIkTJ1SOMXz4cGFubq5RbK6urqJPnz5KZQ8fPhSWlpbC09NTo2Opk5eXJ/Lz88WdO3cEAPHZZ5+98DGL5OTkCLlcrrXj1TQARHBwsEp5QUGBGDVqlAAg1q1bV2n9nz59WgAQmzdvLlf9w4cPCwDivffeEwDElStXlPbPmTNH1K9fX/Tq1Uu4urpWKKY+ffqUu21BQYF49uxZhfohehGcliK9sHjxYhgYGODrr7+GkZGR2jpvvvkmnJycyjxW27ZtAQBJSUlajbG4OnXqoEmTJkp9XL16FW+//Tbs7OxgbGyMZs2aYe3atUrtiqYdvv/+e3z44YdwdnaGsbExhg4divr16wMAQkNDVaYdTpw4gW7duqF27dowMzND+/btceDAAaVjh4eHQyKRIDIyEqNGjYKtrS3MzMyQm5uLgIAAeHt749SpU2jfvj1MTU3h5uaGzZs3AwAOHDgAHx8fmJmZoXnz5jh48KDSsa9du4aRI0eiUaNGMDMzg7OzM/r27Yvz58+rPb8dO3Zg9uzZcHJygqWlJQIDA3H58mWV9/HgwYPo1q0brKysYGZmhmbNmmHJkiVKdc6cOYN+/fqhXr16MDExQatWrfDjjz+W85NSz8DAAF999RVsbGywbNkyRXlJ0y979+5FixYtYGxsDA8PD6xevVoxLVpc8WmpI0eOoHXr1gCAkSNHKqab5s2bV2Z8QUFBcHFxwaZNmxRlcrkc3333HYYPHw6pVPVP/9q1a9G5c2fY2dnB3NwczZs3x+eff478/HxFnYCAABw4cABJSUlKU3bFz/3zzz/HwoUL4e7uDmNjYxw+fLjE9+XSpUt46623YG9vD2NjYzRo0ADDhg1Dbm6uok5qairGjh2L+vXrK6aO58+fj4KCAqVjhYWFoWXLlrCwsEDt2rXRtGlTzJo1q8z3ivQTp6WoxpPJZDh8+DD8/Pzg6Oj4wse7du0aAMDW1vaFj1WS/Px8JCUlKfqIj49H+/bt0aBBA6xYsQIODg747bffMGnSJDx48ABz585Vaj9z5ky0a9cO69evh1QqRfPmzTF48GC8/vrrmDhxIt5++20YGxsDAI4ePYqgoCC0aNECGzduhLGxMdatW4e+fftix44dGDx4sNKxR40ahT59+uD777/HkydPYGhoCKDwR2bkyJH46KOPUL9+faxZswajRo3C7du3sWvXLsyaNQtWVlZYsGABBgwYgBs3biiSyeTkZFhbW2Pp0qWwtbVFRkYGvvvuO7Rp0waxsbEq02ezZs1Chw4dsGHDBmRlZSE0NBR9+/ZFQkICDAwMAAAbN27EmDFj0KVLF6xfvx52dna4cuUKLly4oDjO4cOH0bNnT7Rp0wbr16+HlZUVfvjhBwwePBg5OTkq0zaaMDU1RWBgIH744QfcuXNHkVw+7+DBg3j99dfRuXNn7Ny5EwUFBVi+fDnu3btX6vF9fHywefNmjBw5EnPmzEGfPn0AoMR+ipNKpRgxYgQ2btyIhQsXwsDAAJGRkbhz5w5GjhyJyZMnq7S5fv063n77bbi7u8PIyAjnzp3DokWLcOnSJUWStG7dOrz//vu4fv06fvnlF7V9f/nll2jcuDGWL18OS0tLNGrUSG29c+fOoWPHjrCxscGCBQvQqFEjpKSkYN++fcjLy4OxsTFSU1Ph7+8PqVSKTz75BA0bNsSpU6ewcOFC3Lx5U5Fc//DDD/jggw8wceJELF++HFKpFNeuXUN8fHyZ7xXpKV0PHRG9qNTUVAFADBkyRGVfQUGByM/PV7yKT7EUTUulpqaK/Px88fDhQ7F161ZhamoqXFxcxNOnT1WOV9Fpqd69eytiSExMFMOHDxcAxPTp04UQQvTo0UPUr19fZGZmKrWdMGGCMDExERkZGUKIf6cdOnfurNJPYmKiACCWLVumVN62bVthZ2cnsrOzld4Xb29vUb9+fcV7snnzZgFADBs2TOXYXbp0EQDEmTNnFGXp6enCwMBAmJqaKk33xcXFCQDiyy+/LPE9KSgoEHl5eaJRo0Zi6tSpivKi8+vdu7dS/R9//FEAEKdOnRJCCJGdnS0sLS1Fx44dS502a9q0qWjVqpXIz89XKn/11VeFo6OjkMlkJbYVouRpqSKhoaECgPj777+FEP9+BsWnkVq3bi1cXFyUpkuzs7OFtbW1eP5PsKurqxg+fLhiu6LTUj/99JO4ceOGkEgkYv/+/UIIId58800REBAghCh7akkmk4n8/HyxZcsWYWBgoPj+lda26NwbNmwo8vLy1O4rfh6vvPKKqFOnjkhLSysxjrFjxwoLCwuRlJSkVL58+XIBQFy8eFEIUfj/kzp16pR4HPrv4bQU6TVfX18YGhoqXitWrFCp4+DgAENDQ9StWxdDhw6Fj48PDh48CBMTE63FERERoYjB3d0dP/74IyZOnIiFCxfi2bNn+P333/Haa6/BzMwMBQUFilfv3r3x7NkzlStzBg4cWK5+nzx5gr///htvvPEGLCwsFOUGBgZ49913cefOHZXpnpKO7ejoCF9fX8V2vXr1YGdnh5dffllpuq9Zs2YAlKf1CgoKsHjxYnh5ecHIyAi1atWCkZERrl69ioSEBJW++vXrp7TdokULpWOePHkSWVlZ+OCDD1Smdopcu3YNly5dwjvvvKOIofj7mpKSonaqSxNCiFL3P3nyBGfOnMGAAQOUpkstLCzQt2/fF+q7LO7u7ggICMCmTZuQnp6OvXv3YtSoUSXWj42NRb9+/WBtbQ0DAwMYGhpi2LBhkMlkuHLlSrn77devn2K0ryQ5OTk4evQoBg0aVOoI6f79+9G1a1c4OTkpfX69evUCUDgqCQD+/v549OgR3nrrLezduxcPHjwod7yknzgtRTWejY0NTE1N1a6R2b59O3JycpCSkqLyg1nk0KFDsLKygqGhIerXrw9ra2utx9ixY0esWrUKEokEZmZmaNiwoeLH7u7duygoKMCaNWuwZs0ate2f/2Nd3um3hw8fQgihtn5RQpKenl6uY9erV0+lzMjISKW86LyePXumKAsJCcHatWsRGhqKLl26oG7dupBKpXjvvffw9OlTleM+/xkUTbEV1b1//z6A0qdoiqZ9pk2bhmnTpqmt86I/gkXfuZLWchW9//b29ir71JVp2+jRozFy5EisXLkSpqameOONN9TWu3XrFjp16oQmTZpg9erVcHNzg4mJCaKjoxEcHKz2MypJeb6bDx8+hEwmK3OK7d69e/j1119LTJaKPr93330XBQUF+PbbbzFw4EDI5XK0bt0aCxcuRFBQULljJ/3B5IZqPAMDA7zyyiuIjIxESkqK0h/Xoku0b968WWL7li1bwsbGplJjtLKygp+fn9p9devWVYykBAcHq63j7u6utF3SaIW6Y0ulUqSkpKjsS05OBgCVcy/vsTWxdetWDBs2DIsXL1Yqf/DgAerUqaPx8Yr+a//OnTsl1ik6r5kzZ+L1119XW+dFLpV/+vQpDh06hIYNG5b4I123bl1IJBK162tSU1Mr3Hd5vf766wgODsbSpUsxZswYmJqaqq23Z88ePHnyBLt374arq6uivLz31ymuPN+fevXqwcDAoNTPDyj8DFu0aIFFixap3V88qRw5ciRGjhyJJ0+e4NixY5g7dy5effVVXLlyRemc6L+ByQ3phZkzZ+J///sfxo0bh127dpU5LF6dmJmZoWvXroiNjUWLFi1KvNqrIszNzdGmTRvs3r0by5cvV/y4yeVybN26FfXr10fjxo211l9JJBKJYvSlyIEDB3D37l14enpqfLz27dvDysoK69evx5AhQ9T+oDZp0gSNGjXCuXPnVJKqFyWTyTBhwgSkp6erXJ1VnLm5Ofz8/LBnzx4sX75c8dk+fvwY+/fvL7Of50esNGVqaopPPvkEx44dK/V+SkXvX/HPSAiBb7/9Vm1MFY2neFxdunTBTz/9hEWLFpX4HxevvvoqIiIi0LBhQ9StW7dcxzY3N0evXr2Ql5eHAQMG4OLFi0xu/oOY3JBe6NChA9auXYuJEyfCx8cH77//Pl566SXFqMXPP/8MAC9087LKtHr1anTs2BGdOnXC+PHj4ebmhuzsbFy7dg2//vqryk0DNbFkyRIEBQWha9eumDZtGoyMjLBu3TpcuHABO3bsqJSRmue9+uqrCA8PR9OmTdGiRQucPXsWy5YtK9eVP+pYWFhgxYoVeO+99xAYGIgxY8bA3t4e165dw7lz5/DVV18BKLyxY69evdCjRw+MGDECzs7OyMjIQEJCAmJiYvDTTz+V2de9e/fw119/QQiB7OxsxU38zp07h6lTp2LMmDGltl+wYAH69OmDHj16YPLkyZDJZFi2bBksLCyQkZFRatuiO21v27YNzZo1g4WFBZycnMp1S4MiISEhCAkJKbVOUFAQjIyM8NZbb+Gjjz7Cs2fPEBYWhocPH6rUbd68OXbv3o2wsDD4+vpCKpWWOCpZmpUrV6Jjx45o06YNZsyYAU9PT9y7dw/79u3D119/jdq1a2PBggWIiopC+/btMWnSJDRp0gTPnj3DzZs3ERERgfXr16N+/fqKUakOHTrA0dERqampWLJkCaysrBSX09N/C5Mb0hvjxo1Du3btsHr1aqxatQrJycmQSCSoX78+2rdvj99//x2vvPKKrsNUy8vLCzExMfj0008xZ84cpKWloU6dOmjUqBF69+79Qsfu0qUL/vjjD8ydOxcjRoyAXC5Hy5YtsW/fPrz66qtaOoPSrV69GoaGhliyZAkeP34MHx8f7N69G3PmzKnwMUePHg0nJyd89tlneO+99yCEgJubG4YPH66o07VrV0RHR2PRokWYMmUKHj58CGtra3h5eWHQoEHl6mfXrl3YtWsXpFIpLCws4OrqqrgMv+ieSKXp2bMnfv75Z3zyyScYPHgwHBwc8MEHHyA5ORnff/99qW3NzMywadMmzJ8/H927d0d+fj7mzp1brnvdaKJp06b4+eefMWfOHLz++uuwtrbG22+/jZCQEMXi3SKTJ0/GxYsXMWvWLGRmZkIIUebCanVatmyJ6OhozJ07FzNnzkR2djYcHBzwyiuvKEa4HB0dcebMGXz66adYtmwZ7ty5g9q1a8Pd3R09e/ZUjOZ06tQJ4eHh+PHHH/Hw4UPY2NigY8eO2LJlS6Xe0oGqL4moyLeSiIgqLD8/Hy+//DKcnZ0RGRmp63CI9A5HboiIKtno0aMRFBSkmDJZv349EhISlJ5LRUTaw+SGiKiSZWdnY9q0abh//z4MDQ3h4+ODiIgIBAYG6jo0Ir3EaSkiIiLSKzq9Q/GxY8fQt29fODk5QSKRYM+ePWW2OXr0KHx9fWFiYgIPDw+sX7++8gMlIiKiGkOnyc2TJ0/QsmVLxWWbZUlMTETv3r3RqVMnxMbGYtasWZg0aZLiMl8iIiKiajMtJZFI8Msvv2DAgAEl1gkNDcW+ffuUnkUzbtw4nDt3DqdOnaqCKImIiKi6q1ELik+dOoXu3bsrlfXo0QMbN25Efn6+2rvS5ubmIjc3V7Etl8uRkZEBa2vrKrl5GREREb24ohtpOjk5QSotfeKpRiU3qampKg+bs7e3R0FBAR48eKD2gW1LlizB/PnzqypEIiIiqkS3b98u8+7mNSq5AVQfylY0q1bSKMzMmTOVbj2emZmJBg0a4Pbt2y98K/7oGxkY9d3pMuttGt4a/h7Fnpx88ySwoxx3R33rR8CtvWLz7L2zCP5d/YMVi1vbbS187X3LPj4REVENkZWVBRcXF9SuXbvMujUquXFwcFB5km5aWhpq1aoFa2trtW2MjY1VHtgHFD5j6EWTm64tasPZ7jpSM59B3cIlCQAHKxN0beEKA2mx5Ms7CLB1BrJSgJJaWjoV1pMaKEo7W3SGU5wT0nLSINS0k0ACezN7dG7YGQbF2hEREemL8iwp0enVUppq164doqKilMoiIyPh5+enk6dAG0glmNvXC0BhIlNc0fbcvl7KiQ1QmLD0/Oy5ms+17LlUKbEp7M8AM/xn/H8tyXOtCrdD/UOZ2BAR0X+aTpObx48fIy4uDnFxcQAKL/WOi4vDrVu3ABROKQ0bNkxRf9y4cUhKSkJISAgSEhKwadMmbNy4EdOmTdNF+ACAnt6OCBvqAwcrE6VyBysThA31QU9v1XVAAACvfsCgLYDlc/stnQrLvfqpbRboGoiVASthZ2anVG5vZo+VASsR6Mo7nhIR0X+bTi8FP3LkCLp27apSPnz4cISHh2PEiBG4efMmjhw5oth39OhRTJ06FRcvXoSTkxNCQ0Mxbty4cveZlZUFKysrZGZmvvC0VHEyuUB0YgbSsp/BrrYJ/N3rqY7YqCOXAUkngcf3AAt7wLW9yoiN+v5kiEmLwf2c+7A1s4WPnQ9HbIiISG9p8vtdbe5zU1UqK7khIiKiyqPJ73eNWnNDREREVBYmN0RERKRXmNwQERGRXmFyQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDREREeoXJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRXmNwQERGRXmFyQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDREREeoXJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRXmNwQ1TR5T4B5VoWvvCe6joaIqNphckP0H5GTn4Pm3zVH8++aIyc/R9fhEBFVGiY3REREpFeY3BAREZFeYXJDpCM5eQVwm3EAbjMOICevQNfhEBHpDSY3RDWNXPbvv2+eVN4urZlcrvh3zL0YyMrZjoiopmFyQ1STxO8D1rb+d3v7G8AX3oXlpTiUdAj99/ZXbI//fTx6/NwDh5IOVVakREQ6w+SGqKaI3wf8OAzITlUuz0opLC8hwTmUdAghR0KQ9jRNqTwtJw0hR0KY4BCR3mFyQ1QTyGXAwVAAQs3O/y87OENlikoml2Fp9FIINe2Kyj6L/oxTVESkV5jcENUESSeBrORSKggg625hvWJi0mJwL+deKa0EUnNSEZMWo6VAiYh0j8kNUU3wuOQEpbR693Pul6tZeesREdUETG6IagIL+wrVszWzLVez8tYjIqoJmNwQ1QSu7QFLJwCSEipIAEvnwnrF+Nj5wN7MHpIS2kkggYOZA3zsfLQbLxGRDjG5IaoJpAZAz89K2Pn/iUvPpYX1ijGQGmCG/4wSWhW2C/UPhcFz7YiIajImN0Q1hVc/YNAWoLaDcrmlU2G5Vz+1zQJdA7EyYCXsTO2Uyu3N7LEyYCUCXQMrK2IiIp2opesAiEgDXv0AjwBgqUvh9tu7AM9XVEZsnhfoGoi2Dm3R7od2AICwbmFo59SOIzZEpJc4ckOkIzL5v/ee+ftGhtJ2qYonJG7ty0xsFM2k//7f3cfeh4kNEektJjdEOnDwQgoCVx5VbI8MP42On/2BgxdSdBgVEZF+YHJDVMUOXkjB+K0xuJeVq1SemvkM47fGMMEhInpBXHNDVIVkcoH5v8aX+BAFCYD5v8YjyMsBBtISLvs2MgfmZVZilERENRuTG6IqFJ2YgZTMZyXuFwBSMp8hOjED7Rpaa7VvM0MznB9+XqvHJCKqjjgtRVSF0rJLTmwqUo+IiFQxuSGqQna1TbRaj4iIVDG5IapC/u714GhlUtpDFOBoZQJ/93pVGRYRkV5hckNUhQykEszt66V2X1HCM7evV8mLiYmIqExMboiqWE9vR4QN9YG9pbFSuYOVCcKG+qCnt6OOIiMi+n95T4B5VoWvvCe6jkZjvFqKSAd6ejuig6cNms+LBABsHtEanRvbcsSGiLQqJ68AXp/8BgCIX9ADZkaV+7Ofk5+DNtvbAAD+fvtvmBmaVWp/JeHIDZGOFE9k2njUY2JDRKQlTG6IiIhIrzC5ISIiIr3C5IaIiIiUyWX//vvmSeXt0prJ5Yp/x9yLgayc7bSNyQ0RERH9K34fsLb1v9vb3wC+8C4sL8WhpEPov7e/Ynv87+PR4+ceOJR0qLIiLRGTGyIiIioUvw/4cRiQnapcnpVSWF5CgnMo6RBCjoQg7WmaUnlaThpCjoRUeYLD5IaIiIgKp54OhqLwEb7P+/+ygzNUpqhkchmWRi+FUNOuqOyz6M+qdIqKyQ0REREBSSeBrORSKggg625hvWJi0mJwL+deKa0EUnNSEZMWo6VAy8bkhoiIiIDHJScopdW7n3O/XM3KW08bmNwQERHpKZn836miv29kKG2rsLAv30Gfq2drZluuZuWtpw06T27WrVsHd3d3mJiYwNfXF8ePHy+1/rZt29CyZUuYmZnB0dERI0eORHp6ehVFS6Q9Zka1cHNpH9xc2qfSb4lORP89By+kIHDlUcX2yPDT6PjZHzh4IUV9A9f2gKUT/n2M7/MkgKVzYb1ifOx8YG9mD0kJ7SSQwMHMAT52PhU4i4rRaXKzc+dOTJkyBbNnz0ZsbCw6deqEXr164datW2rrnzhxAsOGDcPo0aNx8eJF/PTTTzh9+jTee++9Ko6ciIio+jp4IQXjt8bgXlauUnlq5jOM3xqjPsGRGgA9PyvhiP+fuPRcWlivGAOpAWb4zyihVWG7UP9QGDzXrjLpNLlZuXIlRo8ejffeew/NmjXDF198ARcXF4SFhamt/9dff8HNzQ2TJk2Cu7s7OnbsiLFjx+LMmTNVHDkREVH1JJMLzP81vrRrnjD/13j1U1Re/YBBW4DaDsrllk6F5V791PYZ6BqIlQErYWdqp1Rub2aPlQErEegaqPmJvACdJTd5eXk4e/YsunfvrlTevXt3nDx5Um2b9u3b486dO4iIiIAQAvfu3cOuXbvQp0+fEvvJzc1FVlaW0ouIiEhfRSdmICXzWYn7BYCUzGeITsxQX8GrHxB8+t/tt3cBU86XmNgUCXQNxN7+exXbYd3CcHDgwSpPbAAdJjcPHjyATCaDvb3ywiR7e3ukpqaqbdO+fXts27YNgwcPhpGRERwcHFCnTh2sWbOmxH6WLFkCKysrxcvFxUWr50FERFSdpGWXnNiUu17xKSS39ipTUSU2k/6bVvjY+1TpVJRSHDrptRiJRHkBkhBCpaxIfHw8Jk2ahE8++QRnz57FwYMHkZiYiHHjxpV4/JkzZyIzM1Pxun37tlbjJyIiqk7saptotV5NpLNLNGxsbGBgYKAySpOWlqYymlNkyZIl6NChA6ZPnw4AaNGiBczNzdGpUycsXLgQjo6OKm2MjY1hbGys/RMgIiKqhvzd68HRygSpmc/UrruRAHCwMoG/e72qDq3K6GzkxsjICL6+voiKilIqj4qKQvv27dW2ycnJURryAgADg8IhLyFKuXafiIjoP8JAKsHcvl5q9xXNi8zt6wUDaUmXfAMwMgfmZRa+jMy1H2Ql0+m0VEhICDZs2IBNmzYhISEBU6dOxa1btxTTTDNnzsSwYcMU9fv27Yvdu3cjLCwMN27cwJ9//olJkybB398fTk5OujoNIiKiaqWntyPChvrA3lJ55sLBygRhQ33Q01t1pkMbzAzNcH74eZwffh5mhmaV0kd56PTOYYMHD0Z6ejoWLFiAlJQUeHt7IyIiAq6urgCAlJQUpXvejBgxAtnZ2fjqq6/w4Ycfok6dOnjllVfw2WclXZdPRET039TT2xEdPG3QfF4kAGDziNbo3Ni29BEbPSER/7H5nKysLFhZWSEzMxOWlpa6DoeIiKjS5OQVwOuT3wAA8Qt61Oi7oWvy+63zq6WIiIiItInJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRXau4F70RERFQqM6NauLm0j67DqHIcuSEiIiK9wuSGiIiI9AqTGyIiItIrTG6IiIhIrzC5ISIiIr3C5IaIiIj0CpMbIiIi0itMboiIiEivMLkhIqohcvIK4DbjANxmHEBOXoGuwyGqtpjcEBERkV5hckNERER6hckNERER6RUmN0RERKRXmNwQERGRXmFyQ0Sk7/KeAPOsCl95T3QdDVGlY3JDREREeoXJDREREekVJjdERKRWTn4Omn/XHM2/a46c/Bxdh0NUbkxuiIiISK8wuSEiqiFkcqH49983MpS2iehfTG6IiGqAgxdSELjyqGJ7ZPhpdPzsDxy8kFJ2Y7ns33/fPKm8TaSHmNwQEVVzBy+kYPzWGNzLylUqT818hvFbY0pPcOL3AWtb/7u9/Q3gC+/CciI9xeSGiKgak8kF5v8aD3UTUEVl83+NVz9FFb8P+HEYkJ2qXJ6VUlheRoIjl8sV/465FwMZR3yohmByQ0RUjUUnZiAl81mJ+wWAlMxniE7MUN4hlwEHQ4HS0qKDM0qcojqUdAj99/ZXbI//fTx6/NwDh5IOaXYCRDrA5IaIqBpLyy45sSm1XtJJICu5lBYCyLpbWO85h5IOIeRICNKepin3kZOGkCMhTHCo2mNyQ0RUjdnVNqlYvcf3ytfBc/VkchmWRi+FUDPiU1T2WfRnnKKiao3JDRFRNebvXg+OViaQlLBfAsDRygT+7vWUd1jYl6+D5+rFpMXgXk7JiZGAQGpOKmLSYsp3fCIdYHJDRFSNGUglmNvXS+2+ooRnbl8vGEifS39c2wOWTsVqqWlt6VxYr5j7OffLFVd56xHpApMbIqJqrqe3I8KG+sDe0lip3MHKBGFDfdDT21G1kdQA6PlZCUf8/4Sn59LCesXYmtmWK6by1iPSBSY3REQ1QE9vRxwK6aLY3jyiNU6EvqI+sSni1Q8YtAWo7aBcbulUWO7VT6WJj50P7M3sISlhxEcCCRzMHOBj51Oh8yCqCkxuiIhqiOJTT2086qlORanj1Q8IPv3v9tu7gCnn1SY2hX0YYIb/DLX7ihKeUP9QGDw34kNUnTC5ISLSd8UTEbf2KlNRzwt0DcTKgJWwM7VTKrc3s8fKgJUIdA2sjCiJtKaWrgMgIqLqJ9A1EG0d2qLdD+0AAGHdwtDOqR1HbKhG4MgNERGpJZX++xPhY+/DxIZqDCY3REREpFc4LUVEpO+MzIF5mbqOgqjKcOSGiIiI9AqTGyIiItIrnJYiIiK1zAzNcH74eV2HQaQxjtwQERGRXmFyQ0RERHqF01JERDWEmVEt3FzaR9dhEFV7HLkhIiIivcLkhoiIiPQKkxsiIiLSK0xuiIiISK8wuSEiIiK9wuSGiIiI9AqTGyIiItIrTG6IiIhIrzC5ISIiIr3C5IaIiIj0CpMbIiIi0itMboiIiEivMLkhIiIivaLz5GbdunVwd3eHiYkJfH19cfz48VLr5+bmYvbs2XB1dYWxsTEaNmyITZs2VVG0REREVN3V0mXnO3fuxJQpU7Bu3Tp06NABX3/9NXr16oX4+Hg0aNBAbZtBgwbh3r172LhxIzw9PZGWloaCgoIqjpyIiIiqK4kQQuiq8zZt2sDHxwdhYWGKsmbNmmHAgAFYsmSJSv2DBw9iyJAhuHHjBurVq1ehPrOysmBlZYXMzExYWlpWOHYiIiKqOpr8futsWiovLw9nz55F9+7dlcq7d++OkydPqm2zb98++Pn54fPPP4ezszMaN26MadOm4enTpyX2k5ubi6ysLKUXERER6S+dTUs9ePAAMpkM9vb2SuX29vZITU1V2+bGjRs4ceIETExM8Msvv+DBgwf44IMPkJGRUeK6myVLlmD+/Plaj5+IiIiqJ50vKJZIJErbQgiVsiJyuRwSiQTbtm2Dv78/evfujZUrVyI8PLzE0ZuZM2ciMzNT8bp9+7bWz4GIiIiqD52N3NjY2MDAwEBllCYtLU1lNKeIo6MjnJ2dYWVlpShr1qwZhBC4c+cOGjVqpNLG2NgYxsbG2g2eiIiIqi2djdwYGRnB19cXUVFRSuVRUVFo37692jYdOnRAcnIyHj9+rCi7cuUKpFIp6tevX6nxEhERUc2g02mpkJAQbNiwAZs2bUJCQgKmTp2KW7duYdy4cQAKp5SGDRumqP/222/D2toaI0eORHx8PI4dO4bp06dj1KhRMDU11dVpEBERUTWi0/vcDB48GOnp6ViwYAFSUlLg7e2NiIgIuLq6AgBSUlJw69YtRX0LCwtERUVh4sSJ8PPzg7W1NQYNGoSFCxfq6hSIiIiomtHpfW50gfe5ISIiqnlqxH1uiIiIiCqDxsmNm5sbFixYoDRdRERERFRdaJzcfPjhh9i7dy88PDwQFBSEH374Abm5uZURGxEREZHGNE5uJk6ciLNnz+Ls2bPw8vLCpEmT4OjoiAkTJiAmJqYyYiQiIiIqtxdeUJyfn49169YhNDQU+fn58Pb2xuTJkzFy5MgS7zSsS1xQTEREVPNo8vtd4UvB8/Pz8csvv2Dz5s2IiopC27ZtMXr0aCQnJ2P27Nk4dOgQtm/fXtHDExEREVWIxslNTEwMNm/ejB07dsDAwADvvvsuVq1ahaZNmyrqdO/eHZ07d9ZqoERERETloXFy07p1awQFBSEsLAwDBgyAoaGhSh0vLy8MGTJEKwESERERaULj5ObGjRuKOwiXxNzcHJs3b65wUEREREQVpfHVUmlpafj7779Vyv/++2+cOXNGK0ERERERVZTGyU1wcDBu376tUn737l0EBwdrJSgiIiKiitI4uYmPj4ePj49KeatWrRAfH6+VoIiIiIgqSuPkxtjYGPfu3VMpT0lJQa1aOn3IOBEREZHmyU1QUBBmzpyJzMxMRdmjR48wa9YsBAUFaTU4IiIiIk1pPNSyYsUKdO7cGa6urmjVqhUAIC4uDvb29vj++++1HiARERGRJjRObpydnfHPP/9g27ZtOHfuHExNTTFy5Ei89dZbau95Q0RERFSVKrRIxtzcHO+//762YyEiIiJ6YRVeARwfH49bt24hLy9Pqbxfv34vHBQRERFRRVXoDsWvvfYazp8/D4lEgqKHihc9AVwmk2k3QiIiIiINaHy11OTJk+Hu7o579+7BzMwMFy9exLFjx+Dn54cjR45UQohERERE5afxyM2pU6fwxx9/wNbWFlKpFFKpFB07dsSSJUswadIkxMbGVkacREREROWi8ciNTCaDhYUFAMDGxgbJyckAAFdXV1y+fFm70RERERFpSOORG29vb/zzzz/w8PBAmzZt8Pnnn8PIyAjffPMNPDw8KiNGIiIionLTOLmZM2cOnjx5AgBYuHAhXn31VXTq1AnW1tbYuXOn1gMkIiIi0oREFF3u9AIyMjJQt25dxRVT1VlWVhasrKyQmZkJS0tLXYdDRERE5aDJ77dGa24KCgpQq1YtXLhwQam8Xr16NSKxISIiIv2nUXJTq1YtuLq68l42REREVG1pfLXUnDlzMHPmTGRkZFRGPEREREQvROMFxV9++SWuXbsGJycnuLq6wtzcXGl/TEyM1oIjIiIi0pTGyc2AAQMqIQwiIiIi7dDK1VI1Ca+WIiIiqnkq7WopIiIioupO42kpqVRa6mXfvJKKiIiIdEnj5OaXX35R2s7Pz0dsbCy+++47zJ8/X2uBEREREVWE1tbcbN++HTt37sTevXu1cbhKwzU3RERENY9O1ty0adMGhw4d0tbhiIiIiCpEK8nN06dPsWbNGtSvX18bhyMiIiKqMI3X3Dz/gEwhBLKzs2FmZoatW7dqNTgiIiIiTWmc3KxatUopuZFKpbC1tUWbNm1Qt25drQZHREREpCmNk5sRI0ZUQhhERERE2qHxmpvNmzfjp59+Uin/6aef8N1332klKCIiIqKK0ji5Wbp0KWxsbFTK7ezssHjxYq0ERURERFRRGic3SUlJcHd3Vyl3dXXFrVu3tBIUERERUUVpnNzY2dnhn3/+USk/d+4crK2ttRIUERERUUVpnNwMGTIEkyZNwuHDhyGTySCTyfDHH39g8uTJGDJkSGXESERERFRuGl8ttXDhQiQlJaFbt26oVauwuVwux7Bhw7jmhoiIiHSuws+Wunr1KuLi4mBqaormzZvD1dVV27FVCj5bioiIqObR5Pdb45GbIo0aNUKjRo0q2pyIiIioUmi85uaNN97A0qVLVcqXLVuGN998UytBEREREVWUxsnN0aNH0adPH5Xynj174tixY1oJioiIiKiiNE5uHj9+DCMjI5VyQ0NDZGVlaSUoIiIioorSOLnx9vbGzp07Vcp/+OEHeHl5aSUoIiIioorSeEHxxx9/jIEDB+L69et45ZVXAAC///47tm/fjl27dmk9QCIiIiJNaJzc9OvXD3v27MHixYuxa9cumJqaomXLlvjjjz94aTURERHpXIXvc1Pk0aNH2LZtGzZu3Ihz585BJpNpK7ZKwfvcEBER1Tya/H5rvOamyB9//IGhQ4fCyckJX331FXr37o0zZ85U9HBEREREWqHRtNSdO3cQHh6OTZs24cmTJxg0aBDy8/Px888/czExERERVQvlHrnp3bs3vLy8EB8fjzVr1iA5ORlr1qypzNiIiIiINFbukZvIyEhMmjQJ48eP52MXiIiIqNoq98jN8ePHkZ2dDT8/P7Rp0wZfffUV7t+/X5mxEREREWms3MlNu3bt8O233yIlJQVjx47FDz/8AGdnZ8jlckRFRSE7O7sy4yQiIiIqlxe6FPzy5cvYuHEjvv/+ezx69AhBQUHYt2+fNuPTOl4KTkREVPNUyaXgANCkSRN8/vnnuHPnDnbs2PEihyIiIiLSihdKbooYGBhgwIABFRq1WbduHdzd3WFiYgJfX18cP368XO3+/PNP1KpVCy+//LLGfRIREZH+0kpyU1E7d+7ElClTMHv2bMTGxqJTp07o1asXbt26VWq7zMxMDBs2DN26dauiSImIiKimeOHHL7yINm3awMfHB2FhYYqyZs2aYcCAAViyZEmJ7YYMGYJGjRrBwMAAe/bsQVxcXIl1c3NzkZubq9jOysqCi4sL19wQERHVIFW25uZF5OXl4ezZs+jevbtSeffu3XHy5MkS223evBnXr1/H3Llzy9XPkiVLYGVlpXi5uLi8UNxERERUveksuXnw4AFkMhns7e2Vyu3t7ZGamqq2zdWrVzFjxgxs27YNtWqV7/6DM2fORGZmpuJ1+/btF46diIiIqi+Nni1VGSQSidK2EEKlDABkMhnefvttzJ8/H40bNy738Y2NjWFsbPzCcRIREVHNoLPkxsbGBgYGBiqjNGlpaSqjOQCQnZ2NM2fOIDY2FhMmTAAAyOVyCCFQq1YtREZG4pVXXqmS2ImIiKj60tm0lJGREXx9fREVFaVUHhUVhfbt26vUt7S0xPnz5xEXF6d4jRs3Dk2aNEFcXBzatGlTVaETERFRNabTaamQkBC8++678PPzQ7t27fDNN9/g1q1bGDduHIDC9TJ3797Fli1bIJVK4e3trdTezs4OJiYmKuVERET036XT5Gbw4MFIT0/HggULkJKSAm9vb0RERMDV1RUAkJKSUuY9b4iIiIiK0+l9bnSBz5YiIiKqeWrEfW6IiIiIKgOTGyIiItIrTG6IiIhIrzC5ISIiIr3C5IaIiIj0CpMbIiIi0itMboiIiEivMLkhIiIivcLkhoiIiPQKkxsiIiLSK0xuiIiISK8wuSEiIiK9wuSGiIiI9AqTGyIiItIrTG6IiIhIrzC5ISIiIr3C5IaIiIj0CpMbIiIi0itMboiIiEivMLkhIiIivcLkhoiIiPQKkxsiIiLSK0xuiIiISK8wuSEiIiK9wuSGiIiI9AqTGyIiItIrTG6IiIhIrzC5ISIiIr3C5IaIiIj0CpMbIiIi0itMboiIiEivMLkhIiIivcLkhoiIiPQKkxsiIiLSK0xuiIiISK8wuSEiIiK9wuSGiIiI9AqTGyIiItIrTG6IiIhIrzC5ISIiIr3C5IaIiIj0CpMbIiIi0itMboiIiEivMLkhIiIivcLkhoiIiPQKkxsiIiLSK0xuiIiISK8wuSEiIiK9wuSGiIiI9AqTGyIiItIrTG6IiIhIrzC5ISIiIr3C5IaIiIj0CpMbIiIi0itMboiIiEivMLkhIiIivcLkhoiIiPQKkxsiIiLSK0xuiIiISK8wuSEiIiK9wuSGiIiI9AqTGyIiItIrTG6IiIhIr+g8uVm3bh3c3d1hYmICX19fHD9+vMS6u3fvRlBQEGxtbWFpaYl27drht99+q8JoiYiIqLrTaXKzc+dOTJkyBbNnz0ZsbCw6deqEXr164datW2rrHzt2DEFBQYiIiMDZs2fRtWtX9O3bF7GxsVUcOREREVVXEiGE0FXnbdq0gY+PD8LCwhRlzZo1w4ABA7BkyZJyHeOll17C4MGD8cknn6jdn5ubi9zcXMV2VlYWXFxckJmZCUtLyxc7ASKi/yCZTIb8/Hxdh0F6yMjICFKp+nGXrKwsWFlZlev3u1ZlBFceeXl5OHv2LGbMmKFU3r17d5w8ebJcx5DL5cjOzka9evVKrLNkyRLMnz//hWIlIiJACIHU1FQ8evRI16GQnpJKpXB3d4eRkdELHUdnyc2DBw8gk8lgb2+vVG5vb4/U1NRyHWPFihV48uQJBg0aVGKdmTNnIiQkRLFdNHJDRESaKUps7OzsYGZmBolEouuQSI/I5XIkJycjJSUFDRo0eKHvl86SmyLPBy+EKNcJ7dixA/PmzcPevXthZ2dXYj1jY2MYGxu/cJxERP9lMplMkdhYW1vrOhzSU7a2tkhOTkZBQQEMDQ0rfBydLSi2sbGBgYGByihNWlqaymjO83bu3InRo0fjxx9/RGBgYGWGSUREgGKNjZmZmY4jIX1WNB0lk8le6Dg6S26MjIzg6+uLqKgopfKoqCi0b9++xHY7duzAiBEjsH37dvTp06eywyQiomI4FUWVSVvfL51OS4WEhODdd9+Fn58f2rVrh2+++Qa3bt3CuHHjABSul7l79y62bNkCoDCxGTZsGFavXo22bdsqRn1MTU1hZWWls/MgIiKi6kOnyc3gwYORnp6OBQsWICUlBd7e3oiIiICrqysAICUlRemeN19//TUKCgoQHByM4OBgRfnw4cMRHh5e1eETERFRNaTT+9zogibXyRMRUaFnz54hMTFRcUd5ospQ2vdMk99vnT9+gYiI/ltkcoFT19OxN+4uTl1Ph0xe+f+NnZqaismTJ8PT0xMmJiawt7dHx44dsX79euTk5Cjqubm5QSKRQCKRwMzMDN7e3vj6668BAAEBAYp96l5ubm4q/aanp6Nnz55wcnKCsbExXFxcMGHCBGRlZZUY65AhQ9CrVy+lsv/973+QSCT4+OOPlco//fRTODk5AQBu3rwJiUSCuLg4lWMGBARgypQpJW7rG51fCk5ERP8dBy+kYP6v8UjJfKYoc7Qywdy+Xujp7Vgpfd64cQMdOnRAnTp1sHjxYjRv3hwFBQW4cuUKNm3aBCcnJ/Tr109Rf8GCBRgzZgweP36M8PBwjBs3DnXq1MHu3buRl5cHALh9+zb8/f1x6NAhvPTSSwAAAwMDlb6lUin69++PhQsXwtbWFteuXUNwcDAyMjKwfft2tfF27doV06ZNQ0FBAWrVKvyZPnLkCFxcXHD48GGlukeOHEHXrl218j7pEyY3RERUJQ5eSMH4rTF4fpwmNfMZxm+NQdhQn0pJcD744APUqlULZ86cgbm5uaK8efPmGDhwIJ5fnVG7dm04ODgAABYuXIgff/wRe/bsweDBgxV1nj0rTM6sra0VddWpW7cuxo8fr9h2dXXFBx98gGXLlpXYpmvXrnj8+DHOnDmDtm3bAihMYmbMmIGpU6ciJycHZmZmyMvLw6lTp/Dll19q8G78N3BaioiIKp1MLjD/13iVxAaAomz+r/Fan6JKT09HZGQkgoODlRKb4sq6/NjExERrz9JKTk7G7t270aVLlxLrNG7cGE5OTopRmuzsbMTExODNN99Ew4YN8eeffwIA/vrrLzx9+pQjN2owuSEiokoXnZihNBX1PAEgJfMZohMztNrvtWvXIIRAkyZNlMptbGxgYWEBCwsLhIaGqm1bUFCA8PBwnD9/Ht26dXuhON566y2YmZnB2dkZlpaW2LBhQ6n1AwICcOTIEQDA8ePH0bhxY9ja2qJLly6K8qKpqoYNGyq1bd++veLcil7Hjx9/ofhrGiY3RERU6dKyS05sKlJPU8+PzkRHRyMuLg4vvfQScnNzlfaFhobCwsICpqamCA4OxvTp0zF27Ngy++jVq5cimShah1Nk1apViImJwZ49e3D9+nWlZx6q07VrV/z555/Iz8/HkSNHEBAQAAAqyc0rr7yi0nbnzp2Ii4tTevn5+ZUZvz7hmhsiIqp0drXLd/l4eeuVl6enJyQSCS5duqRU7uHhAaDwJrDPmz59OkaMGAEzMzM4OjqW+665GzZswNOnTwFA5blIDg4OcHBwQNOmTWFtbY1OnTrh448/hqOj+jVGXbt2xZMnT3D69GkcPnwY06dPB1CY3AwbNgwZGRk4deoUhg8frtLWxcUFnp6eSmXqzlOfMbkhIqJK5+9eD45WJkjNfKZ23Y0EgIOVCfzd62m1X2trawQFBeGrr77CxIkTS1x3U5yNjY1KclAezs7O5apXtID5+RGj4ho2bAgXFxfs27cPcXFxijU6jo6OcHNzw4oVK/Ds2TOutykBkxsiIqp0BlIJ5vb1wvitMZAASglO0bjI3L5eMJBq/9lV69atQ4cOHeDn54d58+ahRYsWkEqlOH36NC5dugRfX1+t91kkIiIC9+7dQ+vWrWFhYYH4+Hh89NFH6NChg9r74hTXtWtXrFu3Dp6enkoPlO7SpQvWrFkDDw8PNGjQoMKx3b9/X+WeOEUjTDUd19wQEVGV6OntiLChPnCwUp56crAyqbTLwIHCUZDY2FgEBgZi5syZaNmyJfz8/LBmzRpMmzYNn376aaX0CxROB3377bfo2LEjmjVrhilTpuDVV1/F/v37y2zbtWtXZGdnK9bbFOnSpQuys7NfeNRm+/btaNWqldJr/fr1L3TM6oKPXyAiojJp8/ELMrlAdGIG0rKfwa524VRUZYzYUM2jrccvcFqKiIiqlIFUgnYNrXUdBukxTksRERGRXmFyQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDREREeoXJDREREekVJjdERESkV5jcEBER6Yn09HTY2dnh5s2bug5FrTfeeAMrV66s9H6Y3BARUdWSy4DE48D5XYX/K5dVepepqamYPHkyPD09YWJiAnt7e3Ts2BHr169HTk6Oop6bmxskEgkkEgnMzMzg7e2Nr7/+GgAQEBCg2Kfupe5BmOnp6ejZsyecnJxgbGwMFxcXTJgwAVlZWaXGq66vIUOGlHmeS5YsQd++fZViuXXrFvr27Qtzc3PY2Nhg0qRJyMvLU2onhMDy5cvRuHFjRZyLFy9W7E9JScHbb7+NJk2aQCqVYsqUKSp97969G35+fqhTpw7Mzc3x8ssv4/vvv1eq88knn2DRokVlnv+L4uMXiIio6sTvAw6GAlnJ/5ZZOgE9PwO8+lVKlzdu3ECHDh1Qp04dLF68GM2bN0dBQQGuXLmCTZs2wcnJCf36/dv3ggULMGbMGDx+/Bjh4eEYN24c6tSpg927dyuSgtu3b8Pf3x+HDh3CSy+9BAAwMDBQ6VsqlaJ///5YuHAhbG1tce3aNQQHByMjIwPbt28vNe4xY8ZgwYIFim1TU9NS6z99+hQbN25ERESEokwmk6FPnz6wtbXFiRMnkJ6ejuHDh0MIgTVr1ijqTZ48GZGRkVi+fDmaN2+OzMxMPHjwQLE/NzcXtra2mD17NlatWqW2/3r16mH27Nlo2rQpjIyMsH//fowcORJ2dnbo0aMHAKBFixZwc3PDtm3bMH78+FLP54WI/5jMzEwBQGRmZuo6FCKiGuPp06ciPj5ePH36tOIHubhXiLlWQsy1fO5lVfi6uFdL0Srr0aOHqF+/vnj8+LHa/XK5XPFvV1dXsWrVKqX9jRo1EkOGDFEqS0xMFABEbGysxvGsXr1a1K9fv9Q6Xbp0EZMnT9bouD///LOwsbFRKouIiBBSqVTcvXtXUbZjxw5hbGys+B2Mj48XtWrVEpcuXSpXP5rE1qpVKzFnzhylsnnz5olOnTqprV/a90yT329OSxERUeWTywpHbCDU7Pz/soMztD5FlZ6ejsjISAQHB8Pc3FxtHYmk9CeSm5iYID8/XyvxJCcnY/fu3ejSpUuZdbdt2wYbGxu89NJLmDZtGrKzs0utf+zYMfj5+SmVnTp1Ct7e3nByclKU9ejRA7m5uTh79iwA4Ndff4WHhwf2798Pd3d3uLm54b333kNGRkYFzrCQEAK///47Ll++jM6dOyvt8/f3R3R0NHJzcyt8/LIwuSEiosqXdFJ5KkqFALLuFtbTomvXrkEIgSZNmiiV29jYwMLCAhYWFggNDVXbtqCgAOHh4Th//jy6dev2QnG89dZbMDMzg7OzMywtLbFhw4ZS67/zzjvYsWMHjhw5go8//hg///wzXn/99VLb3Lx5UymJAQrXGtnb2yuV1a1bF0ZGRkhNTQVQOG2XlJSEn376CVu2bEF4eDjOnj2LN954Q+PzzMzMhIWFBYyMjNCnTx+sWbMGQUFBSnWcnZ2Rm5ur6L8yMLkhIqLK9/iedutp6PnRmejoaMTFxeGll15SGUEIDQ2FhYUFTE1NERwcjOnTp2Ps2LFl9tGrVy9FwlS0DqfIqlWrEBMTgz179uD69esICQkp9VhjxoxBYGAgvL29MWTIEOzatQuHDh1CTExMiW2ePn0KExMTlXJ1I1NCCEW5XC5Hbm4utmzZgk6dOiEgIAAbN27E4cOHcfny5TLPu7jatWsjLi4Op0+fxqJFixASEoIjR44o1SlaO1R8Ibe2cUExERFVPgv7sutoUq+cPD09IZFIcOnSJaVyDw8PAOoX6U6fPh0jRoyAmZkZHB0dy5y2KrJhwwY8ffoUAGBoaKi0z8HBAQ4ODmjatCmsra3RqVMnfPzxx3B0dCzXsX18fGBoaIirV6/Cx8dHbR0bGxs8fPhQpd+///5bqezhw4fIz89XjOg4OjqiVq1aaNy4saJOs2bNABReafX8qFdppFIpPD09AQAvv/wyEhISsGTJEgQEBCjqFE132dralvu4muLIDRERVT7X9oVXRaGkREECWDoX1tMia2trBAUF4auvvsKTJ0/K1cbGxgaenp5wcnIqd2IDFE63eHp6wtPTE66uriXWE6JwjZEma04uXryI/Pz8UpOhVq1aIT4+XqmsXbt2uHDhAlJSUhRlkZGRMDY2hq+vLwCgQ4cOKCgowPXr1xV1rly5AgClnkd5CCFUzvPChQuoX78+bGxsXujYpWFyQ0RElU9qUHi5NwDVBOf/t3suLaynZevWrUNBQQH8/Pywc+dOJCQk4PLly9i6dSsuXbqk9hJubYmIiMDmzZtx4cIF3Lx5ExERERg/fjw6dOiguBfN3bt30bRpU0RHRwMArl+/jgULFuDMmTOKNm+++SZatWqFDh06lNhXjx49cPHiRaXRm+7du8PLywvvvvsuYmNj8fvvv2PatGkYM2YMLC0tAQCBgYHw8fHBqFGjEBsbi7Nnz2Ls2LEICgpSGs2Ji4tDXFwcHj9+jPv37yMuLk4pmVqyZAmioqJw48YNXLp0CStXrsSWLVswdOhQpTiPHz+O7t27v/B7W6pyXculR3gpOBGR5rRyKbgQhZd7r2iqfCn4imaVdhl4keTkZDFhwgTh7u4uDA0NhYWFhfD39xfLli0TT548UdRTdym4OuW9FPyPP/4Q7dq1E1ZWVsLExEQ0atRIhIaGiocPH6oc6/Dhw0IIIW7duiU6d+4s6tWrJ4yMjETDhg3FpEmTRHp6eplxtW3bVqxfv16pLCkpSfTp00eYmpqKevXqiQkTJohnz54p1bl79654/fXXhYWFhbC3txcjRoxQ6Q+Fl7UpvVxdXRX7Z8+eLTw9PYWJiYmoW7euaNeunfjhhx+UjvH06VNhaWkpTp06pTZ+bV0KLvn/gP8zsrKyYGVlhczMTEXWSkREpXv27BkSExPh7u6udtGqRuSywquiHt8rXGPj2r5SRmz+iyIiIjBt2jRcuHABUmn1m5xZu3Yt9u7di8jISLX7S/ueafL7zQXFRERUtaQGgHsnXUehl3r37o2rV6/i7t27cHFx0XU4KgwNDZXujFxZmNwQERHpkcmTJ+s6hBK9//77VdJP9RuzIiIiInoBTG6IiIhIrzC5ISIiIr3C5IaIiIj0CpMbIiIi0itMboiIiEivMLkhIiIivcLkhoiIqBr6448/0LRpU8jlcl2HoiI3NxcNGjTA2bNndR2KWkxuiIioSsnkMpxOPY2IGxE4nXoaMrms0vtMTU3F5MmT4enpCRMTE9jb26Njx45Yv349cnJyFPXc3NwgkUggkUhgZmYGb29vfP311wCAgIAAxT51r6IHYZYkPT0d9evXh0QiwaNHj8qM+aOPPsLs2bOVHqNw9OhR+Pr6wsTEBB4eHli/fr1Ku0ePHiE4OBiOjo4wMTFBs2bNEBERodh/7Ngx9O3bV/HU8z179qgcY968eWjatCnMzc1Rt25dBAYG4u+//1bsNzY2xrRp0xAaGlrmeegC71BMRERV5lDSISyNXop7OfcUZfZm9pjhPwOBroGV0ueNGzfQoUMH1KlTB4sXL0bz5s1RUFCAK1euYNOmTXByckK/fv0U9RcsWIAxY8bg8ePHCA8Px7hx41CnTh3s3r0beXl5AIDbt2/D398fhw4dwksvvQQAZT5dfPTo0WjRogXu3r1bZswnT57E1atX8eabbyrKEhMT0bt3b4wZMwZbt27Fn3/+iQ8++AC2trYYOHAgACAvLw9BQUGws7PDrl27UL9+fdy+fRu1a9dWHOfJkydo2bIlRo4cqWj3vMaNG+Orr76Ch4cHnj59ilWrVqF79+64du0abG1tAQDvvPMOpk+fjoSEBDRr1qzMc6pSZT5aU8/wqeBERJrTxlPBo25GiebhzYV3uLfSq3l4c9E8vLmIuhmlxYj/1aNHD1G/fn3x+PFjtfvlcrni3+qeCt6oUSMxZMgQpbLyPhW8yLp160SXLl3E77//LgAoPRVcnYkTJ4o33nhDqeyjjz4STZs2VSobO3asaNu2rWI7LCxMeHh4iLy8vHLFBUD88ssvZdYr+u08dOiQUnlAQID4+OOPy9VXeWjrqeCcliIiokonk8uwNHopBITKvqKyz6I/0/oUVXp6OiIjIxEcHAxzc3O1dSQSSanHMDExQX5+foVjiI+Px4IFC7Bly5ZyP6n72LFj8PPzUyo7deoUunfvrlTWo0cPnDlzRhHfvn370K5dOwQHB8Pe3h7e3t5YvHgxZLKKv695eXn45ptvYGVlhZYtWyrt8/f3x/Hjxyt87MrC5IaIiCpdTFqM0lTU8wQEUnNSEZMWo9V+r127BiEEmjRpolRuY2MDCwsLWFhYlLhupKCgAOHh4Th//jy6detWof5zc3Px1ltvYdmyZWjQoEG52928eRNOTk5KZampqbC3t1cqs7e3R0FBAR48eACgcApu165dkMlkiIiIwJw5c7BixQosWrRI49j3798PCwsLmJiYYNWqVYiKioKNjY1SHWdnZ9y8eVPjY1c2JjdERFTp7ufc12o9TT0/OhMdHY24uDi89NJLyM3NVdoXGhoKCwsLmJqaIjg4GNOnT8fYsWPL7KNXr16KhKloHc7MmTPRrFkzDB06VKN4nz59ChMTkzLPQwihVC6Xy2FnZ4dvvvkGvr6+GDJkCGbPno2wsDCN+geArl27Ii4uDidPnkTPnj0xaNAgpKWlKdUxNTVVWpBdXXBBMRERVTpbM1ut1isvT09PSCQSXLp0Sancw8MDQOGP8/OmT5+OESNGwMzMDI6OjmVOWxXZsGEDnj59CgAwNDQEUHg59/nz57Fr1y4A/yYjNjY2mD17NubPn6/2WDY2Nnj48KFSmYODA1JTU5XK0tLSUKtWLVhbWwMAHB0dYWhoqLS4uVmzZkhNTUVeXh6MjIzKdS4AYG5uDk9PT3h6eqJt27Zo1KgRNm7ciJkzZyrqZGRkKBYYVydMboiIqNL52PnA3sweaTlpatfdSCCBvZk9fOx8tNqvtbU1goKC8NVXX2HixIklrrspzsbGBp6enhr35ezsrFL2888/KxIeADh9+jRGjRqF48ePo2HDhiUeq1WrVoiPj1cqa9euHX799VelssjISPj5+SmSqQ4dOmD79u2Qy+WK9T1XrlyBo6OjRomNOkIIlVGuCxcuoFWrVi903MrAaSkiIqp0BlIDzPCfAaAwkSmuaDvUPxQG0tIvp66IdevWoaCgAH5+fti5cycSEhJw+fJlbN26FZcuXSrzEu4X0bBhQ3h7eyte7u7uAApHU+zs7Eps16NHD5w4cUKpbNy4cUhKSkJISAgSEhKwadMmbNy4EdOmTVPUGT9+PNLT0zF58mRcuXIFBw4cwOLFixEcHKyo8/jxY8TFxSEuLg5A4SXmcXFxuHXrFoDCS8VnzZqFv/76C0lJSYiJicF7772HO3fuKF2aDgDHjx9XWeRcLWjt+q0agpeCExFpThuXggtReDl4tx+7KV0KHvhjYKVdBl4kOTlZTJgwQbi7uwtDQ0NhYWEh/P39xbJly8STJ08U9dRdCq6OppeCFzl8+HC5LgXPyMgQpqam4tKlS0rlR44cEa1atRJGRkbCzc1NhIWFqbQ9efKkaNOmjTA2NhYeHh5i0aJFoqCgQCWG51/Dhw8XQhR+1q+99ppwcnISRkZGwtHRUfTr109ER0er9FOnTh2Rk5Oj0XtQGm1dCi4RQqiOD+qxrKwsWFlZITMzE5aWlroOh4ioRnj27BkSExPh7u6udqGrJmRyGWLSYnA/5z5szWzhY+dTKSM2Nd1HH32EzMxMxR2Sq5s333wTrVq1wqxZs7R2zNK+Z5r8fnPNDRERVSkDqQFaO7TWdRjV3uzZs7F27VrIZLJKnTqriNzcXLRs2RJTp07VdShqMbkhIiKqhqysrLQ6KqJNxsbGmDNnjq7DKBEXFBMREZFeYXJDREREeoXJDRERlZtcLtd1CKTHtHWNE9fcEBFRmYyMjCCVSpGcnAxbW1sYGRmV+869ROUhhMD9+/chkUgUNyWsKCY3RERUJqlUCnd3d6SkpCA5OVnX4ZCekkgkqF+//gtfHcbkhoiIysXIyAgNGjRAQUEBZDKZrsMhPfT8c7EqiskNERGVW9GUwYtOGxBVJp0vKF63bp3iToS+vr44fvx4qfWPHj0KX19fmJiYwMPDA+vXr6+iSImIiKgm0Glys3PnTkyZMgWzZ89GbGwsOnXqhF69eike3vW8xMRE9O7dG506dUJsbCxmzZqFSZMm4eeff67iyImIiKi60umzpdq0aQMfHx+EhYUpypo1a4YBAwZgyZIlKvVDQ0Oxb98+JCQkKMrGjRuHc+fO4dSpU+Xqk8+WIiIiqnlqxLOl8vLycPbsWcyYMUOpvHv37jh58qTaNqdOnVJ5tHqPHj2wceNG5Ofnq50Dzs3NRW5urmI7MzMTQOGbRERERDVD0e92ecZkdJbcPHjwADKZDPb29krl9vb2SE1NVdsmNTVVbf2CggI8ePAAjo6OKm2WLFmC+fPnq5S7uLi8QPRERESkC9nZ2bCysiq1js6vlnr+JlBCiFJvDKWuvrryIjNnzkRISIhiWy6XIyMjA9bW1lq/AVVWVhZcXFxw+/ZtTnlRufA7Q5rid4Y0pS/fGSEEsrOz4eTkVGZdnSU3NjY2MDAwUBmlSUtLUxmdKeLg4KC2fq1atWBtba22jbGxMYyNjZXK6tSpU/HAy8HS0rJGf4Go6vE7Q5rid4Y0pQ/fmbJGbIro7GopIyMj+Pr6IioqSqk8KioK7du3V9umXbt2KvUjIyPh5+fHey4QERERAB1fCh4SEoINGzZg06ZNSEhIwNSpU3Hr1i2MGzcOQOGU0rBhwxT1x40bh6SkJISEhCAhIQGbNm3Cxo0bMW3aNF2dAhEREVUzOl1zM3jwYKSnp2PBggVISUmBt7c3IiIi4OrqCgBISUlRuueNu7s7IiIiMHXqVKxduxZOTk748ssvMXDgQF2dghJjY2PMnTtXZRqMqCT8zpCm+J0hTf0XvzM6vc8NERERkbbp/PELRERERNrE5IaIiIj0CpMbIiIi0itMboiIiEivMLmp5sLDwyv9poNUcx05cgQSiQSPHj3SdSj/KTdv3oREIkFcXJyuQ9GqESNGYMCAAboOg6qYm5sbvvjiC12HoVV6ndzcvn0bo0ePhpOTE4yMjODq6orJkycjPT290vsu+uNX9LKyskLbtm3x66+/VnrfVD7FPx91rxEjRlRZ/xYWFmjZsiXCw8MrtU8qm66/FxURHh6uFKO9vT369u2Lixcv6jo00oLKTjpPnz6N999/v9KOrwt6m9zcuHEDfn5+uHLlCnbs2IFr165h/fr1+P3339GuXTtkZGRUSRyHDh1CSkoK/v77b/j7+2PgwIG4cOFClfRNpUtJSVG8vvjiC1haWiqVrV69utJj2Lx5M1JSUnDu3DkMHjwYI0eOxG+//Vbp/VLJKut7IZPJIJfLtRztv4riTE5OxoEDB/DkyRP06dMHeXl5ldYn6QdbW1uYmZnpOgyt0tvkJjg4GEZGRoiMjESXLl3QoEED9OrVC4cOHcLdu3cxe/ZsRV03NzcsXrwYo0aNQu3atdGgQQN88803Sse7e/cuBg8ejLp168La2hr9+/fHzZs3y4zD2toaDg4OaNq0KRYtWoT8/HwcPnwYgPophbi4OEgkklKP/euvv8LX1xcmJibw8PDA/PnzUVBQoNH7Q4XPKit6WVlZQSKRwMHBAfb29mjevDkOHTqkqPvyyy/Dzs5OsX3q1CkYGhri8ePHAIBbt26hf//+sLCwgKWlJQYNGoR79+6VGUOdOnXg4OCAhg0bYtasWahXrx4iIyMBqJ/6ePToESQSCY4cOVLiMU+ePInOnTvD1NQULi4umDRpEp48eaLYv27dOjRq1AgmJiawt7fHG2+8Ud637D+hpO9F8bIiN27cQNeuXWFmZoaWLVvi1KlTin1FU8r79++Hl5cXjI2NkZSUhLy8PHz00UdwdnaGubk52rRpo/J5lvUZqlMUp6OjI/z8/DB16lQkJSXh8uXLAIB58+bh5ZdfVmrzxRdfwM3NrcRjCiHw+eefw8PDA6ampmjZsiV27dql2P/w4UO88847sLW1hampKRo1aoTNmzeX8Q6TNh09ehT+/v4wNjaGo6MjZsyYofR7kJ2djXfeeQfm5uZwdHTEqlWrEBAQgClTpijqPD8t9ejRI7z//vuwt7eHiYkJvL29sX///io8qxenl8lNRkYGfvvtN3zwwQcwNTVV2ufg4IB33nkHO3fuRPH7F65YsQJ+fn6IjY3FBx98gPHjx+PSpUsAgJycHHTt2hUWFhY4duwYTpw4AQsLC/Ts2bPc/1WUn5+Pb7/9FgBe6DlYv/32G4YOHYpJkyYhPj4eX3/9NcLDw7Fo0aIKH5OUSSQSdO7cWfGD8/DhQ8THxyM/Px/x8fEAChNTX19fWFhYQAiBAQMGICMjA0ePHkVUVBSuX7+OwYMHl7tPmUyGH3/8ERkZGS/0/Th//jx69OiB119/Hf/88w927tyJEydOYMKECQCAM2fOYNKkSViwYAEuX76MgwcPonPnzhXu779u9uzZmDZtGuLi4tC4cWO89dZbSj8sOTk5WLJkCTZs2ICLFy/Czs4OI0eOxJ9//okffvgB//zzD95880307NkTV69eBVD2Z1gejx49wvbt2wG82N+bOXPmYPPmzQgLC8PFixcxdepUDB06FEePHgUAfPzxx4iPj8f//vc/JCQkICwsDDY2NhXujzRz9+5d9O7dG61bt8a5c+cQFhaGjRs3YuHChYo6ISEh+PPPP7Fv3z5ERUXh+PHjiImJKfGYcrkcvXr1wsmTJ7F161bEx8dj6dKlMDAwqIpT0h6hh/766y8BQPzyyy9q969cuVIAEPfu3RNCCOHq6iqGDh2q2C+Xy4WdnZ0ICwsTQgixceNG0aRJEyGXyxV1cnNzhampqfjtt9/U9pGYmCgACFNTU2Fubi6kUqkAINzc3ER6eroQQojDhw8LAOLhw4eKdrGxsQKASExMFEIIsXnzZmFlZaXY36lTJ7F48WKlvr7//nvh6OhYrveG1Hv+ff7yyy+Ft7e3EEKIPXv2CD8/P/H666+LtWvXCiGE6N69uwgNDRVCCBEZGSkMDAzErVu3FO0vXrwoAIjo6OgS+wQgTExMhLm5uTAwMBAARL169cTVq1eFEP9+h2JjYxVtHj58KACIw4cPCyFUv0PvvvuueP/995X6OX78uJBKpeLp06fi559/FpaWliIrK6tC79N/zfPfiyJFn82GDRsUZUWfeUJCgqItABEXF6eoc+3aNSGRSMTdu3eVjtetWzcxc+ZMIUTZn2FJcQIQ5ubmwszMTAAQAES/fv0UdebOnStatmyp1G7VqlXC1dVVsT18+HDRv39/IYQQjx8/FiYmJuLkyZNKbUaPHi3eeustIYQQffv2FSNHjlQbE2lP8c+luFmzZqn8Nq1du1ZYWFgImUwmsrKyhKGhofjpp58U+x89eiTMzMzE5MmTFWWurq5i1apVQgghfvvtNyGVSsXly5cr63SqhE6fLaUr4v9HbCQSiaKsRYsWin8XDe+mpaUBAM6ePYtr166hdu3aSsd59uwZrl+/XmpfO3fuRNOmTXHlyhVMmTIF69evR7169Soc+9mzZ3H69GmlkRqZTIZnz54hJydH7+ZNdSUgIACTJ0/GgwcPcPToUQQEBKBBgwY4evQo3n//fZw8eVIxrJuQkAAXFxe4uLgo2nt5eaFOnTpISEhA69atS+xn1apVCAwMxO3btxESEoKpU6fC09OzwnEXfVe3bdumKBNCQC6XIzExEUFBQXB1dYWHhwd69uyJnj174rXXXuP3poKK/91wdHQEAKSlpaFp06YAACMjI6U6MTExEEKgcePGSsfJzc2FtbU1gLI/w2bNmqmNpXbt2oiJiUFBQQGOHj2KZcuWYf369RU+t/j4eDx79gxBQUFK5Xl5eWjVqhUAYPz48Rg4cCBiYmLQvXt3DBgwAO3bt69wn6SZhIQEtGvXTum3rEOHDnj8+DHu3LmDhw8fIj8/H/7+/or9VlZWaNKkSYnHjIuLQ/369VW+ozWNXiY3np6ekEgkiI+PV7vC/NKlS6hbt67S8OnzQ7cSiUSx+E8ul8PX11fpj00RW1vbUmNxcXFBo0aN0KhRI1hYWGDgwIGIj4+HnZ0dpNLCWUFRbHosPz+/1OPJ5XLMnz8fr7/+uso+ExOTUttS+Xl7e8Pa2hpHjx7F0aNHsWDBAri4uGDRokU4ffo0nj59io4dOwIo/PyK/3EpUlJ5cQ4ODvD09ISnpyd++ukntGrVCn5+fvDy8qrw92Ps2LGYNGmSyr4GDRrAyMgIMTExOHLkCCIjI/HJJ59g3rx5OH36NG85UAHF/24UfdbFFw2bmpoqfQfkcjkMDAxw9uxZlWF+CwsLRZ3SPsOSSKVSRWLctGlTpKamYvDgwTh27Jhiv3juUYKlfZ+KzuPAgQNwdnZW2lf0AMZevXohKSkJBw4cwKFDh9CtWzcEBwdj+fLlJR6XtEfd35ji//Gu7j/ki9dR5/mlHDWVXq65sba2RlBQENatW4enT58q7UtNTcW2bdswePDgMn94ivj4+ODq1auws7NT/BAVvYovLixLly5d4O3trRh1KUqMUlJSFHXKum+Gj48PLl++rBKHp6en4seQXlzRupu9e/fiwoUL6NSpE5o3b478/HysX78ePj4+ipE8Ly8v3Lp1C7dv31a0j4+PR2ZmZon/la2Op6cnBg4ciJkzZwKo+Pfj4sWLar8fRkZGAIBatWohMDAQn3/+Of755x/cvHkTf/zxR7njpIpr1aoVZDIZ0tLSVD4fBwcHAOX7DMtj6tSpOHfuHH755RcAhd+n1NRUpR+20r5PRYugb926pRJH8VFKW1tbjBgxAlu3bsUXX3yhcjEGVR4vLy+cPHlS6TM9efIkateuDWdnZzRs2BCGhoaIjo5W7M/KylKs71KnRYsWuHPnDq5cuVKpsVc2vf01/Oqrr5Cbm4sePXrg2LFjuH37Ng4ePIigoCA4OztrtAD3nXfegY2NDfr374/jx48jMTERR48exeTJk3Hnzh2N4vrwww/x9ddf4+7du4o/EvPmzcOVK1dw4MABrFixotT2n3zyCbZs2YJ58+bh4sWLSEhIwM6dOzFnzhyN4qCyBQQEYPv27WjRogUsLS0VCc+2bdsQEBCgqBcYGIgWLVrgnXfeQUxMDKKjozFs2DB06dIFfn5+GvX54Ycf4tdff8WZM2dgamqKtm3bYunSpYiPj8exY8fK/JxDQ0Nx6tQpBAcHIy4uDlevXsW+ffswceJEAMD+/fvx5ZdfIi4uDklJSdiyZQvkcnmpw9SkPY0bN8Y777yDYcOGYffu3UhMTMTp06fx2WefISIiAkDZn2F5WVpa4r333sPcuXMhhEBAQADu37+Pzz//HNevX8fatWvxv//9r8T2tWvXxrRp0zB16lR89913uH79OmJjY7F27Vp89913AAr/Hu3duxfXrl3DxYsXsX//fo0Seiq/zMxMxMXFKb3ef/993L59GxMnTsSlS5ewd+9ezJ07FyEhIZBKpahduzaGDx+O6dOn4/Dhw7h48SJGjRoFqVRa4n/cd+nSBZ07d8bAgQMRFRWFxMRE/O9//8PBgwer+IxfUNUv86k6N2/eFCNGjBAODg7C0NBQuLi4iIkTJ4oHDx4o1Su+mKpIy5Ytxdy5cxXbKSkpYtiwYcLGxkYYGxsLDw8PMWbMGJGZmam2b3WLQYUoXKzcpEkTMX78eCGEECdOnBDNmzcXJiYmolOnTuKnn34qdUGxEEIcPHhQtG/fXpiamgpLS0vh7+8vvvnmG43fH/qXuvf5/PnzAoCYNm2aomzVqlUCgNi/f79S3aSkJNGvXz9hbm4uateuLd58802Rmppaap8oYdF7UFCQ6NWrlxBCiPj4eNG2bVthamoqXn75ZREZGVnqgmIhhIiOjhZBQUHCwsJCmJubixYtWohFixYJIQoXpnbp0kXUrVtXmJqaihYtWoidO3eW81367ylrQXFpi71LapuXlyc++eQT4ebmJgwNDYWDg4N47bXXxD///KOoU9pnqEmcSUlJolatWorPOCwsTLi4uAhzc3MxbNgwsWjRohIXFAtR+Pdq9erVokmTJsLQ0FDY2tqKHj16iKNHjwohhPj0009Fs2bNhKmpqahXr57o37+/uHHjRolxUsUMHz5csUi8+Gv48OHiyJEjonXr1sLIyEg4ODiI0NBQkZ+fr2iblZUl3n77bWFmZiYcHBzEypUrhb+/v5gxY4aizvO/genp6WLkyJHC2tpamJiYCG9vb5W/edWdRIhSJt+IiIhIbzx58gTOzs5YsWIFRo8eretwKo1eLigmIiIiIDY2FpcuXYK/vz8yMzOxYMECAED//v11HFnlYnJDRESkx5YvX47Lly/DyMgIvr6+OH78uN7fbJHTUkRERKRX9PZqKSIiIvpvYnJDREREeoXJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRX/g9FWdAkrXhXbQAAAABJRU5ErkJggg==", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Webb GPT3 vs us\n", + "\n", + "current_df = data_df\n", + "current_df = current_df.groupby(['model', 'promptstyle', 'symb_num', 'coarse_type_2'], as_index=False).sum()\n", + "current_df = current_df[current_df.promptstyle=='12']\n", + "current_df['model'] = pd.Categorical(current_df['model'], ordered = True, categories = ['human', '350613', '0613', '1106', '0125'])\n", + "current_df['symb_num'] = pd.Categorical(current_df['symb_num'], ordered = True, categories = ['num', 'symb', 'coords' 'lett'])\n", + "current_df['coarse_type_2'] = pd.Categorical(current_df['coarse_type_2'], ordered = True, categories = ['one_rule', 'two_rule', 'three_rule', 'logic'])\n", + "current_df = current_df.sort_values(['model', 'symb_num','coarse_type_2'])\n", + "\n", + "webb_gpt = np.load('../results/webb_original/all_probcat_gen_acc.npz')\n", + "accs = webb_gpt['acc']\n", + "errs = webb_gpt['err']\n", + "\n", + "fig, ax = plt.subplots()\n", + "\n", + "scat = ax.scatter(np.arange(len(accs)), accs)\n", + "ax.errorbar(np.arange(len(accs)), accs, yerr=errs, ls='none', color=scat.get_facecolors()[-1])\n", + " \n", + "\n", + "current_df['acc'] = current_df.correct/current_df.total\n", + "current_df['cilow'] = proportion_confint(current_df.correct, current_df.total)[0]\n", + "current_df['ciupp'] = proportion_confint(current_df.correct, current_df.total)[1]\n", + "current_df['yerr_low'] = current_df.acc-current_df.cilow\n", + "current_df['yerr_upp'] = current_df.ciupp-current_df.acc\n", + "\n", + "\n", + "for i, model in enumerate(['350613', '0613']):\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='num')]\n", + " # print(df_slice.correct)\n", + " # print(df_slice.head())\n", + " accs = list(df_slice.acc)\n", + " print(f'Model: {model}')\n", + " print(df_slice[['acc', 'total']])\n", + " yerr_low = list(df_slice.yerr_low)\n", + " yerr_upp = list(df_slice.yerr_upp)\n", + " scat = ax.scatter(np.arange(len(accs))+(i+1)*0.1, accs)\n", + " ax.errorbar(np.arange(len(accs))+(i+1)*0.1, accs, yerr=[yerr_low, yerr_upp], ls='none', color=scat.get_facecolors()[-1])\n", + " ax.set_xticks(range(len(accs)))\n", + " ax.set_xticklabels(['One Rule', 'Two Rules', 'Three Rules', 'Logic'])\n", + "ax.set_ylim([0, 1])\n", + "ax.set_ylabel('Accuracy')\n", + "ax.legend(['GPT-3 WHL', 'GPT-3.5 (0613)', 'GPT-4 (0613)'], loc='lower right')\n", + "\n", + "ax.set_title('GPT Performance Digit Matrices')\n", + "\n", + "plt.savefig('gpt_digit_webb.pdf')" + ] + }, + { + "cell_type": "code", + "execution_count": 17, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "['XOR_permuted' 'c3_set_union_permuted' 'c2_set_union' 'two_rule_comb3'\n", + " 'three_rule_comb3' 'two_rule_comb1' 'row_constant' 'three_rule_comb6'\n", + " 'XOR' 'AND' 'col_constant' 'three_rule_comb1' 'two_rule_comb0'\n", + " 'c1_set_union_permuted' 'dist3_diag2' 'c3_set_union' 'three_rule_comb0'\n", + " 'c1_set_union' 'c2_set_union_permuted' 'dist3_diag1']\n", + "Model: human\n", + " acc total\n", + "77 1.000 206.0\n", + "79 0.816 147.0\n", + "78 0.683 202.0\n", + "76 0.640 445.0\n", + "Model: human\n", + " acc total\n", + "81 0.985 205.0\n", + "83 0.711 149.0\n", + "82 0.551 205.0\n", + "80 0.642 441.0\n", + "Model: 350613\n", + " acc total\n", + "69 0.990 400.0\n", + "71 0.897 300.0\n", + "70 0.715 400.0\n", + "68 0.699 900.0\n", + "Model: 0613\n", + " acc total\n", + "33 0.993 400.0\n", + "35 0.900 300.0\n", + "34 0.720 400.0\n", + "32 0.699 900.0\n" + ] + }, + { + "data": { + "image/png": "iVBORw0KGgoAAAANSUhEUgAAAlAAAAHFCAYAAAA9occoAAAAOXRFWHRTb2Z0d2FyZQBNYXRwbG90bGliIHZlcnNpb24zLjkuMiwgaHR0cHM6Ly9tYXRwbG90bGliLm9yZy8hTgPZAAAACXBIWXMAAA9hAAAPYQGoP6dpAAB7TElEQVR4nO3dd1gURx8H8O/RO0gHRYpYUOzYo2LB3mI3do29E32xxJoolsQSC8ZYiLHGGsVesWDsaBQ0sWIBUVFQQdrN+we5C8cdyOHhIXw/z3OP7uzs7Ozd3t6PmdlZiRBCgIiIiIhyTUfbFSAiIiL63DCAIiIiIlITAygiIiIiNTGAIiIiIlITAygiIiIiNTGAIiIiIlITAygiIiIiNTGAIiIiIlITAygiIiIiNRXIACo4OBgSiQSXLl1Sub5NmzZwc3P7tJUqxGbMmAGJRJLr/CEhIWjfvj2cnZ1hYGAAc3NzVK1aFdOnT0dUVJRCXl9fX0gkEvnL2NgYlStXxuLFiyGVSnHy5EmF9Tm9svPgwQOFfDo6OrCxsUGrVq1w7ty5PL8v2Vm6dCk8PT1hYGAAiUSC169fa3wfRUlkZCR69+4NDw8PGBkZwdbWFtWqVcPIkSORkJDwyevTr18/mJmZabRMX19f+Pr6KqRJJBLMmDFDI+W7ublBIpEo7UNm/fr18u/HyZMn1S4/IiICM2bMwIMHD9TaTtVxFyRNmjTB0KFD5cuZr0eqrh2aPjdkv3Wyl56eHkqUKIH+/fvjyZMnGtvP50h2XQ8ODs7X/TRo0ABjx47N07Z6mq0KFWZSqRT9+/fH+vXr0bJlSwQGBsLNzQ1JSUm4ePEi1q1bh7Vr1+LRo0cK23l4eGDjxo0AgNjYWKxcuRLjxo1DdHQ0pkyZonSh+vLLL1GqVCn88MMPatVv1KhR+Oqrr5Ceno6bN29i5syZaNSoEc6dO4eqVat+3MH/Kzw8HKNHj8bXX3+Nvn37Qk9PD+bm5hopuyi6evUq6tWrBy8vL0ybNg1ubm548eIFrl27hi1btmD8+PGwsLDQdjXzxblz51CiRAmNlWdubo5Tp07h7t27KFWqlMK6tWvXwsLCIs8BaUREBGbOnAlfX1+1/nhdsWJFnvb3Kfzxxx84e/Ys1q9fr3L9//73P5w+ffqT1GXdunUoV64ckpKScOrUKQQGBiI0NBR//fUXTE1NP0kdChonJyecO3dO6VzWtO+++w5+fn4YNmwYypYtq97GogBat26dACAuXryocn3r1q2Fq6vrp61UITZ9+nSRm1Nhzpw5AoAIDAxUuT41NVUsW7ZMIa1hw4aiQoUKCmkpKSnCw8NDmJiYiJSUFKVyXF1dRevWrXNd//v37wsAYsGCBQrpx44dEwDE119/neuysvPu3TshhBAbNmwQAMT58+c/usysZRdFffr0EaampiIhIUHleqlU+olrJETfvn2FqampRsts2LChaNiwoUbLzMzV1VW0bNlSlChRQkyePFlh3Z07d4REIhGDBg0SAMSJEyfULn/btm1qbfs5nNM1a9YU3bt3V0g7ceKEACBatGghAIg9e/YorNf0uZHdb93UqVMFALFhw4Zst/2U7/Hn8Hl+DG9vbzFo0CC1tyuQXXjqyqmpL2szuay76vr16+jSpQssLS1hbW0Nf39/pKWl4fbt22jRogXMzc3h5uaG+fPnK5T3/v17fPPNN6hSpYp82zp16uCPP/5Que+RI0fit99+g5eXF0xMTFC5cmWEhIR88Jjyaz/79u1DlSpVYGhoCHd391y38qSkpGD+/Pnw9vbGxIkTVebR09PDiBEjPliWvr4+qlevjsTERDx//jxX+8+L2rVrAwAePnwoTzt69CiaNGkCCwsLmJiYoF69ejh27JjCdrJz5MqVK+jcuTOKFSuGUqVKwdfXF7169QIA1KpVCxKJBP369ZNvt3btWlSuXBlGRkawtrbGl19+icjISIWyZV0Af/31F5o1awZzc3M0adIEwH+f47p161C2bFkYGxvDx8cHf/75J4QQWLBgAdzd3WFmZobGjRvjzp07CmUfOXIE7du3R4kSJWBkZARPT08MGTIEL168UHl8N2/eRI8ePWBpaQkHBwcMGDAA8fHxCnmlUimWLl2KKlWqwNjYGFZWVqhduzb27NmjkG/r1q2oU6cOTE1NYWZmhubNm+Pq1asf/IxevnwJCwuLbLtFZF233333HfT09JRaNwFgwIABsLGxwfv37wFkdGe1adMGISEhqFq1KoyNjeHl5SX/PgQHB8PLywumpqaoWbNmtkMFbt68iSZNmsDU1BR2dnYYOXIkEhMTFfK8f/8ekyZNgru7OwwMDFC8eHGMGDEiV926qrrwnjx5gsGDB8PFxQUGBgZwdnZG586d8ezZsw+Wp6Oj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rpaHNbvtiIg+Y1ofRC6RKP6ICCGU0mQiIiIwevRoTJs2DZcvX8bBgwdx//59DB06NNvyJ02ahPj4ePnr0aNHGq0/ERERFT162tqxra0tdHV1lVqbYmNjlVqlZAIDA1GvXj1MmDABAFCpUiWYmpqifv36+P777+HkpNwdYmhoCENDQ6V0IiIiorzSWguUgYEBqlevjiNHjiikHzlyBHXr1lW5TWJiInR0FKusq6sLIKPlioiIiOhT0GoXnr+/P1avXo21a9ciMjIS48aNQ1RUlLxLbtKkSejTp488f9u2bbFz504EBQXh3r17OHv2LEaPHo2aNWvC2dlZW4dBRERERYzWuvAAoFu3bnj58iVmzZqF6OhoeHt7Y//+/XB1dQUAREdHK8wJ1a9fP7x58wbLli3DN998AysrKzRu3Bjz5s3T1iEQERFRESQRRazvKyEhAZaWloiPj4eFhYW2q0NFSGJKGspPOwQAiJjVHCYGufj7JeUdMOff1tXJTwED03ysIRFRwVXQfr+1fhceERER0eeGARQRERGRmhhAEREREamJARQRERGRmhhAEREREamJARQRERGRmhhAERFRrkgTExFZzguR5bwgTUzUdnWItIoBFBEREZGaGEARERVBiamJqPhrRVT8tSISU9maRKQuBlBEREREatLqs/CIihITAz08mNta29UgIiINYAsUERERkZoYQBERERGpiQEUEVEBkJiSBreJ++A2cR8SU9K0XR0i+gAGUERERERqYgBFREREpCYGUERERERqYgBFREREpCYGUERElCsiPV3+/3eXLissExU1DKCIiIogqVQq//+VZ1eQLs05GEo4fBh3W7eRLz8ePBh3mjRFwuHD+VZH0p68PuqnKD1wmgEUEVERc/ThUbT/o718edixYWi+ozmOPjyqMn/C4cN4MmYs0mNjFdLTnj3DkzFjGURRkcQAiqggy9wq8CBMcZkoD44+PAr/k/6ITVIMhmITY+F/0l8piBLp6Xg2JxAQQrmwf9OezQlkdx4VOQygiAqqiD3A8hr/LW/qDCz2zkgnyoN0aTrmXpgLAeVgSJY278I8he68xEuXkRYTk32hQiAtJgaJly5rvL5EBRkDKKKCKGIP8Hsf4E2WH66E6Ix0BlGUB1dir+BZ4rNs1wsIxCTG4ErsFXla2vPnuSo7t/mICgsGUEQFjTQdOBgA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oIGBgbC0tJS/XFxcPrruREREVLRpdQwUAEgkEoVlIYRSGgCkp6fjq6++wsyZM1GmTJlclz9p0iTEx8fLX48ePfroOhMREVHRptbDhDXJ1tYWurq6Sq1NsbGxSq1SAPDmzRtcunQJV69exciRIwEAUqkUQgjo6enh8OHDaNy4sdJ2hoaGMDQ0zJ+DICIioiJJay1QBgYGqF69Oo4cOaKQfuTIEdStW1cpv4WFBf766y+Eh4fLX0OHDkXZsmURHh6OWrVqfaqqExERURGntRYoAPD390fv3r3h4+ODOnXqYNWqVYiKisLQoUMBZHS/PXnyBOvXr4eOjg68vb0Vtre3t4eRkZFSOhEREVF+0moA1a1bN7x8+RKzZs1CdHQ0vL29sX//fri6ugIAoqOjPzgnFBEREdGnptV5oLShoM0jQURERB9W0H6/tX4XHhEREdHnhgEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpiQEUERERkZoYQBERERGpSU/bFSio0tPTkZqaqu1qUCGlr68PXV1dbVeDiIjyiAFUFkIIxMTE4PXr19quChVyVlZWcHR0hEQi0XZViIhITQygspAFT/b29jAxMeGPG2mcEAKJiYmIjY0FADg5OWm5RkREpC4GUJmkp6fLgycbGxttV4cKMWNjYwBAbGws7O3t2Z1HRPSZ4SDyTGRjnkxMTLRcEyoKZOcZx9oREX1+GECpwG47+hR4nhERfb4YQBERERGpiQEUfRZ69+6NOXPmqL3dgwcPIJFIEB4enuttgoODYWVlpfa+MqtRowZ27tz5UWUQEVHBxQCq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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Symbolic plot\n", + "\n", + "# Removing progression types as symbolic problems do not have progression\n", + "\n", + "current_df = data_df[~data_df.coarse_type.isin(['prog','prog_two_rule','prog_three_rule'])]\n", + "print(current_df.prob_type.unique())\n", + "\n", + "current_df = current_df.groupby(['model', 'promptstyle', 'symb_num', 'coarse_type_2'], as_index=False).sum()\n", + "current_df = current_df[((current_df.promptstyle=='12')|(current_df.promptstyle=='human'))]\n", + "current_df['model'] = pd.Categorical(current_df['model'], ordered = True, categories = ['human', '350613', '0613', '1106', '0125'])\n", + "current_df['symb_num'] = pd.Categorical(current_df['symb_num'], ordered = True, categories = ['num', 'symb', 'lett', 'coords'])\n", + "current_df['coarse_type_2'] = pd.Categorical(current_df['coarse_type_2'], ordered = True, categories = ['one_rule', 'two_rule', 'three_rule', 'logic'])\n", + "current_df = current_df.sort_values(['model', 'symb_num', 'coarse_type_2'])\n", + "\n", + "\n", + "fig, ax = plt.subplots()\n", + "current_df['acc'] = current_df.correct/current_df.total\n", + "current_df['cilow'] = proportion_confint(current_df.correct, current_df.total)[0]\n", + "current_df['ciupp'] = proportion_confint(current_df.correct, current_df.total)[1]\n", + "current_df['yerr_low'] = current_df.acc-current_df.cilow\n", + "current_df['yerr_upp'] = current_df.ciupp-current_df.acc\n", + "\n", + "\n", + "for i, model in enumerate(['human','human','350613', '0613']):\n", + " if i==0: \n", + " df_slice=current_df[(current_df.model==model)&(current_df.symb_num=='num')]\n", + " else:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='symb')]\n", + "\n", + " accs = list(df_slice.acc)\n", + " print(f'Model: {model}')\n", + " print(df_slice[['acc', 'total']])\n", + " yerr_low = list(df_slice.yerr_low)\n", + " yerr_upp = list(df_slice.yerr_upp)\n", + " scat = ax.scatter(np.arange(len(accs))+i*0.1, accs)\n", + " ax.errorbar(np.arange(len(accs))+i*0.1, accs, yerr=[yerr_low, yerr_upp], ls='none', color=scat.get_facecolors()[-1])\n", + " ax.set_xticks([0, 1, 2, 3])\n", + " ax.set_xticklabels(['One Rule', 'Two Rules', 'Three Rules', 'Logic'])\n", + "ax.set_ylim([0, 1])\n", + "ax.set_ylabel('Accuracy')\n", + "ax.set_xlabel('Problem Type')\n", + "ax.legend(['Human (Digits)', 'Human', 'GPT-3.5 (0613)', 'GPT-4 (0613)'], loc='lower left')\n", + "\n", + "ax.set_title('Human and GPT Performance Symbolic Matrices (No Progression)')\n", + "\n", + "plt.savefig('symbol_matrices_gpt_human.pdf')" + ] + }, + { + "cell_type": "code", + "execution_count": 18, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Model: human\n", + " acc total\n", + "77 0.954 306.0\n", + "79 0.731 297.0\n", + "78 0.627 502.0\n", + "76 0.640 445.0\n", + "Model: human\n", + " acc total\n", + "73 0.971 208.0\n", + "75 0.797 182.0\n", + "74 0.686 299.0\n", + "72 0.704 311.0\n", + "Model: 350613\n", + " acc total\n", + "61 0.731 216.0\n", + "63 0.560 300.0\n", + "62 0.454 500.0\n", + "60 0.336 450.0\n", + "Model: 0613\n", + " acc total\n", + "25 0.736 216.0\n", + "27 0.563 300.0\n", + "26 0.442 500.0\n", + "24 0.336 450.0\n" + ] + }, + { + "data": { + "image/png": "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3Nxc7N27F4D6SwyJiYmQSCRFtr1t2zYEBQXBysoKvr6+mDp1KvLy8nR6f95Ebm5uipeDgwMkEgnc3Nwgk8lQs2ZNxMbGKurWqVMHrq6uiuX4+HiYm5vj0aNHAICUlBR06tQJtra2sLe3R48ePXD79u1iY3B0dISbmxveeustTJgwAU5OToiOjgag/nLIgwcPIJFIsG/fPo1txsXF4e2334a1tTU8PT0xbNgwPH78WLF+4cKFqFy5MqysrCCTydCtWzdt3zKjo+kceL6s0OXLl9GiRQtIpVLUrl0b8fHxinWFl4u3b9+O6tWrw9LSEteuXcOzZ8/w5ZdfokKFCrCxsUGDBg1UPrviPi91CuN0d3dHcHAwRo4ciWvXruH8+fMAgClTpqBOnTpK28yfPx/e3t4a2xRCYPbs2fD19YW1tTVq166NDRs2KNbfv38fvXv3houLC6ytrVG5cmUsX768mHeYXsb+/ftRv359WFpawt3dHePGjVP63f7w4UP07t0bNjY2cHd3x7x589C8eXOMGDFCUefFy1IPHjzAp59+CplMBisrKwQEBGD79u2v8KgMwyiTm4yMDPz555/47LPPYG1trbTOzc0NvXv3RlRUlNJj07/99lsEBwfjxIkT+OyzzzBkyBCcO3cOAJCdnY0WLVrA1tYWBw4cwF9//QVbW1u0adNG67+ccnNz8fPPPwOAxudgaePPP//Ehx9+iGHDhiEpKQk//fQTVqxYgenTp5e4zTedRCLB22+/rfgSun//PpKSkpCbm4ukpCQABYloUFAQbG1tIYRA586dkZGRgf379yMmJgaXLl1Cz549td5nfn4+fvvtN2RkZLzU+XD69Gm0bt0aXbp0walTpxAVFYW//voLn3/+OQDg2LFjGDZsGKZNm4bz589j165dePvtt0u8vzfJxIkTMXr0aCQmJqJKlSp4//33lb5osrOzERERgSVLluDs2bNwdXXFxx9/jEOHDmHdunU4deoUunfvjjZt2uCff/4BUPznpY0HDx7g119/BfByv0u++uorLF++HJGRkTh79ixGjhyJDz/8EPv37wcATJo0CUlJSfjjjz+QnJyMyMhIODs7l3h/VLSbN2+iXbt2qFevHk6ePInIyEgsXboU33zzjaJOeHg4Dh06hK1btyImJgYHDx4s8qa2crkcbdu2RVxcHH755RckJSVh5syZ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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Coords plot\n", + "\n", + "current_df = data_df.groupby(['model', 'promptstyle', 'symb_num', 'coarse_type_2'], as_index=False).sum()\n", + "current_df = current_df[((current_df.promptstyle=='12')|(current_df.promptstyle=='human'))]\n", + "current_df['model'] = pd.Categorical(current_df['model'], ordered = True, categories = ['human', '350613', '0613', '1106', '0125'])\n", + "current_df['symb_num'] = pd.Categorical(current_df['symb_num'], ordered = True, categories = ['num', 'symb', 'lett', 'coords'])\n", + "current_df['coarse_type_2'] = pd.Categorical(current_df['coarse_type_2'], ordered = True, categories = ['one_rule', 'two_rule', 'three_rule', 'logic'])\n", + "current_df = current_df.sort_values(['model', 'symb_num', 'coarse_type_2'])\n", + "\n", + "\n", + "fig, ax = plt.subplots()\n", + "current_df['acc'] = current_df.correct/current_df.total\n", + "current_df['cilow'] = proportion_confint(current_df.correct, current_df.total)[0]\n", + "current_df['ciupp'] = proportion_confint(current_df.correct, current_df.total)[1]\n", + "current_df['yerr_low'] = current_df.acc-current_df.cilow\n", + "current_df['yerr_upp'] = current_df.ciupp-current_df.acc\n", + "\n", + "\n", + "for i, model in enumerate(['human', 'human', '350613', '0613']):\n", + " if i == 0:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='num')]\n", + " else:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='coords')]\n", + " accs = list(df_slice.acc)\n", + " print(f'Model: {model}')\n", + " print(df_slice[['acc', 'total']])\n", + " yerr_low = list(df_slice.yerr_low)\n", + " yerr_upp = list(df_slice.yerr_upp)\n", + " scat = ax.scatter(np.arange(len(accs))+i*0.1, accs)\n", + " ax.errorbar(np.arange(len(accs))+i*0.1, accs, yerr=[yerr_low, yerr_upp], ls='none', color=scat.get_facecolors()[-1])\n", + " ax.set_xticks([0, 1, 2, 3])\n", + " ax.set_xticklabels(['One Rule', 'Two Rules', 'Three Rules', 'Logic'])\n", + "ax.set_ylim([0, 1])\n", + "ax.legend(['Human (Digits)', 'Human', 'GPT-3.5 (0613)', 'GPT-4 (0613)'], loc='lower left')\n", + "ax.set_ylabel('Accuracy')\n", + "ax.set_xlabel('Problem Type')\n", + "\n", + "ax.set_title('Human and GPT Performance Digit Matrices with Alt. Blank')\n", + "\n", + "plt.savefig('digit_alt_blank.pdf')" + ] + }, + { + "cell_type": "code", + "execution_count": 21, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Model: human\n", + " acc total\n", + "77 0.954 306.0\n", + "79 0.731 297.0\n", + "78 0.627 502.0\n", + "76 0.640 445.0\n", + "Model: human\n", + " acc total\n", + "73 0.971 208.0\n", + "75 0.797 182.0\n", + "74 0.686 299.0\n", + "72 0.704 311.0\n" + ] + }, + { + "data": { + "image/png": "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AOH+jdG6hh1bbIiIiHSALTda8nIi07SaDRMbIiIiHWFyQ0RERHqFyQ0RERHpFfa50RIzY0PcWtBN12EQERG99dhyQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDREREeoXJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRXmNwQERGRXmFyQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDREREeoXJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRXmNwQERGRXmFyQ0RERHqFyQ0RERHpFSY3REREpFeY3BDpg6wMYK51/isrQ9fREBHpFJMbIiIi0itMboiIiEivMLkhIiIivcLkhoiIiPQKkxsiIiLSK0xuiIiISK8wuSEiIiK9wuSGiIiI9AqTGyIiItIrTG6IiIhIrzC5ISIiIr3C5IaIiIj0CpMbIiIi0itMboiIiEivMLkhIiIivaLz5Gbp0qVwd3eHiYkJvL29ceTIkULrr1q1CvXq1YOZmRmcnJwwYsQIPHr0qIyiJSqn8nL/+/+taOX3RERvGZ0mN5GRkZg0aRJmzpyJs2fPolWrVujSpQsSEhLU1v/7778xbNgwjBo1CpcuXcK6detw8uRJjB49uowjJypH4rYASxr/9351fyDYK7+ciOgtpNPk5ocffsCoUaMwevRo1K5dG8HBwXBxcUFISIja+seOHYObmxsmTpwId3d3tGzZEh9//DFOnTpVxpETlRNxW4C1w4D0JOXytMT8ciY4RPQW0llyk5WVhdOnT6NTp05K5Z06dUJ0dLTaeZo3b447d+5gx44dEELg/v37WL9+Pbp161bgejIzM5GWlqb0ItILebnArqkAhJqJ/1+2axovURHRW0dnyc3Dhw+Rm5sLBwcHpXIHBwckJSWpnad58+ZYtWoVBg0aBGNjYzg6OqJChQr4+eefC1xPUFAQrK2tFS8XFxetbgeRzsRHA2n3CqkggLS7+fWIiN4iOu9QLJFIlN4LIVTK5OLi4jBx4kTMnj0bp0+fxq5du3Dz5k2MGTOmwOVPnz4dqampitft27e1Gj+Rzjy9r916RER6wlBXK65UqRIMDAxUWmmSk5NVWnPkgoKC0KJFC3z++ecAgLp168Lc3BytWrXC119/DScnJ5V5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cP/+fZXyxMREGBrq9CHjRERERJonNx07dsT06dORmpqqKHvy5AlmzJiBjh07ajU4IiIiIk1p3NSyaNEitG7dGq6urmjQoAEAIDY2Fg4ODlixYoXWAyQiIiLShMbJTeXKlXH+/HmsWrUK586dg6mpKUaMGIH33ntP7T1viIiIiMpSsTrJmJub46OPPtJ2LEREREQlVuwewHFxcUhISEBWVpZSec+ePUscFBEREVFxFesOxX369MGFCxcgkUggf6i4/Angubm52o2QiIiISAMaj5b69NNP4e7ujvv378PMzAyXLl3C4cOH0ahRIxw8eLAUQiQiIiIqOo1bbmJiYrB//37Y2dlBKpVCKpWiZcuWCAoKwsSJE3H27NnSiJOIiIioSDRuucnNzYWFhQUAoFKlSrh37x4AwNXVFVeuXNFudEREREQa0rjlxsvLC+fPn0e1atXQtGlTLFy4EMbGxvjtt99QrVq10oiRiIiIqMg0Tm6+/PJLZGRkAAC+/vprdO/eHa1atYKtrS0iIyO1HiARERGRJiRCPtypBFJSUlCxYkXFiKnyLC0tDdbW1khNTYWVlZWuwyEiIqIi0OT8rVGfm5ycHBgaGuLixYtK5TY2Nm9EYkNERET6T6PkxtDQEK6urryXDREREZVbGo+W+vLLLzF9+nSkpKSURjxEREREJaJxh+KffvoJ165dg7OzM1xdXWFubq40/cyZM1oLjoiIiEhTGic3vXv3LoUwiIiIiLRDK6Ol3iQcLUVERPTmKbXRUkRERETlncaXpaRSaaHDvjmSioiIiHRJ4+Rm48aNSu+zs7Nx9uxZ/P777wgMDNRaYERERETFobU+N6tXr0ZkZCQ2b96sjcWVGva5ISIievPopM9N06ZNsXfvXm0tjoiIiKhYtJLcPH/+HD///DOqVKmijcURERERFZvGfW5efUCmEALp6ekwMzPDypUrtRocERERkaY0Tm4WL16slNxIpVLY2dmhadOmqFixolaDIyIiItKUxsmNv79/KYRBREREpB0a97kJDw/HunXrVMrXrVuH33//XStBERERERWXxsnNggULUKlSJZVye3t7zJ8/XytBERERERWXxslNfHw83N3dVcpdXV2RkJCglaCIiIiIikvj5Mbe3h7nz59XKT937hxsbW21EhQRERFRcWmc3AwePBgTJ07EgQMHkJubi9zcXOzfvx+ffvopBg8eXBoxEhERERWZxqOlvv76a8THx6N9+/YwNMyfPS8vD8OGDWOfGyIiItK5Yj9b6urVq4iNjYWpqSnq1KkDV1dXbcdWKvhsKSIiojePJudvjVtu5Dw8PODh4VHc2YmIiIhKhcZ9bvr3748FCxaolH/33XcYMGCAVoIiIiIiKi6Nk5tDhw6hW7duKuV+fn44fPiwVoIiIiIiKi6Nk5unT5/C2NhYpdzIyAhpaWlaCYqIiIiouDRObry8vBAZGalS/ueff8LT01MrQREREREVl8YdimfNmoV+/frh+vXraNeuHQBg3759WL16NdavX6/1AImIiIg0oXFy07NnT2zatAnz58/H+vXrYWpqinr16mH//v0cWk1EREQ6V+z73Mg9efIEq1atQmhoKM6dO4fc3FxtxVYqeJ8bIiKiN48m52+N+9zI7d+/H0OHDoWzszN++eUXdO3aFadOnSru4oiIiIi0QqPLUnfu3EFERATCwsKQkZGBgQMHIjs7G3/99Rc7ExMREVG5UOSWm65du8LT0xNxcXH4+eefce/ePfz888+lGRsRERGRxorccrNnzx5MnDgRn3zyCR+7QEREROVWkVtujhw5gvT0dDRq1AhNmzbFL7/8ggcPHpRmbEREREQaK3Jy4+Pjg//9739ITEzExx9/jD///BOVK1dGXl4eoqKikJ6eXppxEhERERVJiYaCX7lyBaGhoVixYgWePHmCjh07YsuWLdqMT+s4FJyIiOjNUyZDwQGgZs2aWLhwIe7cuYM1a9aUZFFEREREWlGi5EbOwMAAvXv3LlarzdKlS+Hu7g4TExN4e3vjyJEjRZrv6NGjMDQ0RP369TVeJxEREekvrSQ3xRUZGYlJkyZh5syZOHv2LFq1aoUuXbogISGh0PlSU1MxbNgwtG/fvowiJSIiojdFiR+/UBJNmzZFw4YNERISoiirXbs2evfujaCgoALnGzx4MDw8PGBgYIBNmzYhNja2yOtknxsiIqI3T5n1uSmJrKwsnD59Gp06dVIq79SpE6KjowucLzw8HNevX8ecOXOKtJ7MzEykpaUpvYiIiEh/6Sy5efjwIXJzc+Hg4KBU7uDggKSkJLXzXL16FdOmTcOqVatgaFi0+w8GBQXB2tpa8XJxcSlx7ERERFR+6bTPDQBIJBKl90IIlTIAyM3Nxfvvv4/AwEDUqFGjyMufPn06UlNTFa/bt2+XOGYiIiIqvzR6cKY2VapUCQYGBiqtNMnJySqtOQCQnp6OU6dO4ezZsxg/fjwAIC8vD0IIGBoaYs+ePWjXrp3KfDKZDDKZrHQ2goiIiModnbXcGBsbw9vbG1FRUUrlUVFRaN68uUp9KysrXLhwAbGxsYrXmDFjULNmTcTGxqJp06ZlFToRERGVYzpruQGAyZMn44MPPkCjRo3g4+OD3377DQkJCRgzZgyA/EtKd+/exR9//AGpVAovLy+l+e3t7WFiYqJSTkRERG8vnSY3gwYNwqNHjzBv3jwkJibCy8sLO3bsgKurKwAgMTHxtfe8ISIiInqZTu9zowu8zw0REdGb5424zw0RERFRaWByQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDREREeoXJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRXmNwQERGRXmFyQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDREREeoXJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRXmNwQERGRXmFyQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDREREeoXJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRXmNwQERGRXmFyQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDREREeoXJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRXmNwQERGRXmFyQ0RERHqFyQ0RERHpFSY3REREpFeY3BAREZFeYXJDREREeoXJDREREekVJjdERESkV5jcEBERkV5hckNERER6hckNERER6RUmN0RERKRXmNwQERGRXmFyQ0RERHqFyQ0RERHpFZ0nN0uXLoW7uztMTEzg7e2NI0eOFFh3w4YN6NixI+zs7GBlZQUfHx/s3r27DKMlIiKi8k6nyU1kZCQmTZqEmTNn4uzZs2jVqhW6dOmChIQEtfUPHz6Mjh07YseOHTh9+jTatm2LHj164OzZs2UcOREREZVXEiGE0NXKmzZtioYNGyIkJERRVrt2bfTu3RtBQUFFWsa7776LQYMGYfbs2UWqn5aWBmtra6Sm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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Human performance coords problems\n", + "current_df = data_df.groupby(['model', 'promptstyle', 'symb_num', 'coarse_type_2'], as_index=False).sum()\n", + "current_df = current_df[((current_df.promptstyle=='12')|(current_df.promptstyle=='human'))]\n", + "current_df['model'] = pd.Categorical(current_df['model'], ordered = True, categories = ['human', '350613', '0613', '1106', '0125'])\n", + "current_df['symb_num'] = pd.Categorical(current_df['symb_num'], ordered = True, categories = ['num', 'symb', 'lett', 'coords'])\n", + "current_df['coarse_type_2'] = pd.Categorical(current_df['coarse_type_2'], ordered = True, categories = ['one_rule', 'two_rule', 'three_rule', 'logic'])\n", + "current_df = current_df.sort_values(['model', 'symb_num', 'coarse_type_2'])\n", + "\n", + "\n", + "fig, ax = plt.subplots()\n", + "current_df['acc'] = current_df.correct/current_df.total\n", + "current_df['cilow'] = proportion_confint(current_df.correct, current_df.total)[0]\n", + "current_df['ciupp'] = proportion_confint(current_df.correct, current_df.total)[1]\n", + "current_df['yerr_low'] = current_df.acc-current_df.cilow\n", + "current_df['yerr_upp'] = current_df.ciupp-current_df.acc\n", + "\n", + "\n", + "for i, model in enumerate(['human', 'human']):\n", + " if i == 0:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='num')]\n", + " else:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='coords')]\n", + "\n", + " accs = list(df_slice.acc)\n", + " print(f'Model: {model}')\n", + " print(df_slice[['acc', 'total']])\n", + " yerr_low = list(df_slice.yerr_low)\n", + " yerr_upp = list(df_slice.yerr_upp)\n", + " scat = ax.scatter(np.arange(len(accs))+i*0.1, accs)\n", + " ax.errorbar(np.arange(len(accs))+i*0.1, accs, yerr=[yerr_low, yerr_upp], ls='none', color=scat.get_facecolors()[-1])\n", + " ax.set_xticks([0, 1, 2, 3])\n", + " ax.set_xticklabels(['One Rule', 'Two Rules', 'Three Rules', 'Logic'])\n", + "ax.set_ylim([0, 1])\n", + "ax.legend(['Human Digits', 'Human Alt. Blank'], loc='lower left')\n", + "ax.set_ylabel('Accuracy')\n", + "ax.set_xlabel('Problem Type')\n", + "\n", + "ax.set_title('Human Performance Digit Matrices and Alt. Blank Matrices')\n", + "\n", + "plt.savefig('human_digit_alt_blank.pdf')" + ] + }, + { + "cell_type": "code", + "execution_count": 22, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Model: human\n", + " acc total\n", + "77 1.000 206.0\n", + "79 0.816 147.0\n", + "78 0.683 202.0\n", + "76 0.640 445.0\n", + "Model: human\n", + " acc total\n", + "81 0.985 205.0\n", + "83 0.711 149.0\n", + "82 0.551 205.0\n", + "80 0.642 441.0\n" + ] + }, + { + "data": { + "image/png": "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knr06FECYRARERG9WwqdJAUEBJREHERERETvlEKPSSIiIiJ6HxS6J0lLSyvfy/155RsRERGVBYVOkrZv3670PjMzE+fOncPatWsRFBRUbIERERERaVKhkyRvb2+Vsj59+uCDDz5AaGgohg0bViyBEREREWlSsY1JatiwIQ4dOlRczRERERFpVKF7kqQ8f/4cP//8MypWrFgczRER0dumZwwEpmg6CqJ3SqGTpFcfZCuEQFpaGoyMjLB+/fpiDY6IiIhIUwqdJC1YsEApSdLS0oK1tTUaNmyIcuXKFWtwRERERJpS6CTJz8+vBMIgIiIiercUeuB2SEgINm/erFK+efNmrF27tliCIiIiItK0QidJc+bMQfny5VXKbWxsMGvWrGIJioiIiEjTCp0k3b59G5UrV1Ypd3JyQlxcXLEERURERKRphU6SbGxscOHCBZXy8+fPw8rKqliCIiIiItK0QidJ/fv3x7hx43DkyBFkZ2cjOzsbhw8fxvjx49G/f/+SiJGIiIjorSv01W0zZ87E7du30aZNG+jo5M6ek5ODwYMHc0wSERERlRkyIYQoyoxXr15FdHQ0DA0N8eGHH8LJyam4YysRqampMDc3R0pKCszMzDQdDhERERWAJn6/i/xYkmrVqqFatWrFGQsRERHRO6PQY5L69OmDOXPmqJR///336Nu3b7EERURERKRphU6SwsPD0aVLF5Xyjh074tixY8USFBEREZGmFTpJevr0KfT09FTKdXV1kZqaWixBEREREWlaoZOkmjVrIjQ0VKX8t99+g7u7e7EERURERKRphR64/fXXX6N37964fv06WrduDQD4888/sXHjRmzZsqXYAyQiIiLShEInSd27d8eOHTswa9YsbNmyBYaGhvDw8MDhw4d5ST0RERGVGUW+T5LckydPsGHDBqxatQrnz59HdnZ2ccVWInifJCIiotJHE7/fhR6TJHf48GEMGjQIDg4O+OWXX9C5c2ecPn26OGMjIiIi0phCnW67c+cO1qxZg9WrVyM9PR0+Pj7IzMzE1q1bOWibiIiIypQC9yR17twZ7u7uiImJwc8//4x79+7h559/LsnYiIiIiDSmwD1JBw8exLhx4/Dpp5/ycSRERERU5hW4J+n48eNIS0uDp6cnGjZsiF9++QUPHjwoydiIiIiINKbASVLjxo2xYsUKJCQkYOTIkfjtt99QoUIF5OTkICwsDGlpaSUZJxEREdFb9Ua3ALhy5QpWrVqFdevW4cmTJ2jXrh127dpVnPEVO94CgIiIqPQpVbcAAIDq1atj3rx5uHPnDjZt2lRcMRERERFp3BslSXLa2tro0aNHkXqRlixZgsqVK8PAwAD16tXD8ePHCzTfiRMnoKOjg9q1axd6mURERESvUyxJUlGFhobi888/x/Tp03Hu3Dk0a9YMnTp1QlxcXL7zpaSkYPDgwWjTps1bipSIiIjeN2/8WJI30bBhQ9StWxfBwcGKMjc3N/To0QOzZ89WO1///v1RrVo1aGtrY8eOHYiOji7wMjkmiYiIqPQpdWOS3kRGRgbOnDmD9u3bK5W3b98eERERaucLCQnB9evXERAQUKDlvHz5EqmpqUovIiIiotfRWJL08OFDZGdnw9bWVqnc1tYWiYmJkvNcvXoVU6ZMwYYNG6CjU7D7YM6ePRvm5uaKl6Oj4xvHTkRERGWfRsckAYBMJlN6L4RQKQOA7OxsfPTRRwgKCoKrq2uB2586dSpSUlIUr/j4+DeOmYiIiMq+Qj3gtjiVL18e2traKr1GSUlJKr1LAJCWlobTp0/j3Llz+OyzzwAAOTk5EEJAR0cHBw8eROvWrVXm09fXh76+fsmsBBEREZVZGutJ0tPTQ7169RAWFqZUHhYWhiZNmqjUNzMzw8WLFxEdHa14jRo1CtWrV0d0dDQaNmz4tkInIiKi94DGepIAwN/fHx9//DE8PT3RuHFjLF++HHFxcRg1ahSA3FNld+/exa+//gotLS3UrFlTaX4bGxsYGBiolBMRERG9KY0mSf369cOjR48wY8YMJCQkoGbNmti3bx+cnJwAAAkJCa+9ZxIRERFRSdDofZI0gfdJIiIiKn3eq/skEREREb3LmCQRERERSWCSRERERCSBSRIRERGRBCZJRERERBKYJBERERFJYJJEREREJIFJEhEREZEEJklEREREEpgkEREREUlgkkREREQkgUkSERERkQQmSUREREQSmCQRERERSWCSRERERCSBSRIRERGRBCZJRERERBKYJBERERFJYJJEREREJIFJEhEREZEEJklEREREEpgkEREREUlgkkREREQkgUkSERERkQQmSUREREQSmCQRERERSWCSRERERCSBSRIRERGRBCZJRERERBKYJBERERFJYJJEREREJIFJEhEREZEEJklEREREEpgkEREREUlgkkREREQkgUkSERERkQQmSUREREQSmCQRERERSWCSRERERCSBSRIRERGRBCZJRERERBKYJBERERFJYJJEREREJIFJEhEREZEEJklEREREEpgkEREREUlgkkREREQkgUkSERERkQQmSUREREQSmCQRERERSWCSRERERCSBSRIRERGRBCZJRERERBKYJBERERFJYJJEREREJIFJEhEREZEEJklEREREEpgkEREREUlgkkREREQkgUkSERERkQQmSUREREQSmCQRERERSWCSRERERCRB40nSkiVLULlyZRgYGKBevXo4fvy42rrbtm1Du3btYG1tDTMzMzRu3BgHDhx4i9ESERHR+0KjSVJoaCg+//xzTJ8+HefOnUOzZs3QqVMnxMXFSdY/duwY2rVrh3379uHMmTNo1aoVunXrhnPnzr3lyImIiKiskwkhhKYW3rBhQ9StWxfBwcGKMjc3N/To0QOzZ88uUBsffPAB+vXrh2+++aZA9VNTU2Fubo6UlBSYmZkVKW4iIiJ6uzTx+62xnqSMjAycOXMG7du3Vypv3749IiIiCtRGTk4O0tLSYGlpqbbOy5cvkZqaqvQiIiIieh2NJUkPHz5EdnY2bG1tlcptbW2RmJhYoDbmz5+P9PR0+Pj4qK0ze/ZsmJubK16Ojo5vFDcRERG9HzQ+cFsmkym9F0KolEnZtGkTAgMDERoaChsbG7X1pk6dipSUFMUrPj7+jWMmIiKisk9HUwsuX748tLW1VXqNkpKSVHqXXhUaGophw4Zh8+bNaNu2bb519fX1oa+v/8bxEhER0ftFYz1Jenp6qFevHsLCwpTKw8LC0KRJE7Xzbdq0CX5+fti4cSO6dOlS0mESERHRe0pjPUkA4O/vj48//hienp5o3Lgxli9fjri4OIwaNQpA7qmyu3fv4tdffwWQmyANHjwYixYtQqNGjRS9UIaGhjA3N9fYehAREVHZo9EkqV+/fnj06BFmzJiBhIQE1KxZE/v27YOTkxMAICEhQemeScuWLUNWVhbGjBmDMWPGKMp9fX2xZs2atx0+ERERlWEavU+SJvA+SURERKXPe3WfJCIiIqJ3GZMkIiIiIglMkoiIiIgkMEkiIiIiksAkiYiIiEgCkyQiIiIiCUySiIiIiCQwSSIiIiKSwCSJiIiISAKTJCIi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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# Human performance symbol problems\n", + "\n", + "# remove progression problems (shouldn't be any for humans)\n", + "current_df = data_df[~data_df.coarse_type.isin(['prog','prog_two_rule','prog_three_rule'])]\n", + "current_df = current_df.groupby(['model', 'promptstyle', 'symb_num', 'coarse_type_2'], as_index=False).sum()\n", + "current_df = current_df[((current_df.promptstyle=='12')|(current_df.promptstyle=='human'))]\n", + "current_df['model'] = pd.Categorical(current_df['model'], ordered = True, categories = ['human', '350613', '0613', '1106', '0125'])\n", + "current_df['symb_num'] = pd.Categorical(current_df['symb_num'], ordered = True, categories = ['num', 'symb', 'lett', 'coords'])\n", + "current_df['coarse_type_2'] = pd.Categorical(current_df['coarse_type_2'], ordered = True, categories = ['one_rule', 'two_rule', 'three_rule', 'logic'])\n", + "current_df = current_df.sort_values(['model', 'symb_num', 'coarse_type_2'])\n", + "\n", + "\n", + "fig, ax = plt.subplots()\n", + "current_df['acc'] = current_df.correct/current_df.total\n", + "current_df['cilow'] = proportion_confint(current_df.correct, current_df.total)[0]\n", + "current_df['ciupp'] = proportion_confint(current_df.correct, current_df.total)[1]\n", + "current_df['yerr_low'] = current_df.acc-current_df.cilow\n", + "current_df['yerr_upp'] = current_df.ciupp-current_df.acc\n", + "\n", + "\n", + "for i, model in enumerate(['human', 'human']):\n", + " if i == 0:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='num')]\n", + " else:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='symb')]\n", + " accs = list(df_slice.acc)\n", + " print(f'Model: {model}')\n", + " print(df_slice[['acc', 'total']])\n", + " yerr_low = list(df_slice.yerr_low)\n", + " yerr_upp = list(df_slice.yerr_upp)\n", + " scat = ax.scatter(np.arange(len(accs))+i*0.1, accs)\n", + " ax.errorbar(np.arange(len(accs))+i*0.1, accs, yerr=[yerr_low, yerr_upp], ls='none', color=scat.get_facecolors()[-1])\n", + " ax.set_xticks([0, 1, 2, 3])\n", + " ax.set_xticklabels(['One Rule', 'Two Rules', 'Three Rules', 'Logic'])\n", + "ax.set_ylim([0, 1])\n", + "ax.legend(['Human Digits (No Progression)', 'Human Symbols'], loc='lower left')\n", + "ax.set_ylabel('Accuracy')\n", + "ax.set_xlabel('Problem Type')\n", + "\n", + "ax.set_title('Human Performance Digit and Symbol Matrices (No Progession)')\n", + "\n", + "plt.savefig('human_digit_symbols.pdf')" + ] + }, + { + "cell_type": "code", + "execution_count": 23, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Model: 350613\n", + " acc total\n", + "65 1.000 416.0\n", + "67 0.883 600.0\n", + "66 0.691 1000.0\n", + "64 0.816 900.0\n", + "Model: 350613\n", + " acc total\n", + "61 0.731 216.0\n", + "63 0.560 300.0\n", + "62 0.454 500.0\n", + "60 0.336 450.0\n", + "Model: 0613\n", + " acc total\n", + "29 1.000 416.0\n", + "31 0.882 600.0\n", + "30 0.684 1000.0\n", + "28 0.814 900.0\n", + "Model: 0613\n", + " acc total\n", + "25 0.736 216.0\n", + "27 0.563 300.0\n", + "26 0.442 500.0\n", + "24 0.336 450.0\n" + ] + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# GPT performance coords problems\n", + "\n", + "current_df = data_df.groupby(['model', 'promptstyle', 'symb_num', 'coarse_type_2'], as_index=False).sum()\n", + "current_df = current_df[((current_df.promptstyle=='12')|(current_df.promptstyle=='human'))]\n", + "current_df['model'] = pd.Categorical(current_df['model'], ordered = True, categories = ['human', '350613', '0613', '1106', '0125'])\n", + "current_df['symb_num'] = pd.Categorical(current_df['symb_num'], ordered = True, categories = ['num', 'symb', 'lett', 'coords'])\n", + "current_df['coarse_type_2'] = pd.Categorical(current_df['coarse_type_2'], ordered = True, categories = ['one_rule', 'two_rule', 'three_rule', 'logic'])\n", + "current_df = current_df.sort_values(['model', 'symb_num', 'coarse_type_2'])\n", + "\n", + "\n", + "fig, ax = plt.subplots()\n", + "current_df['acc'] = current_df.correct/current_df.total\n", + "current_df['cilow'] = proportion_confint(current_df.correct, current_df.total)[0]\n", + "current_df['ciupp'] = proportion_confint(current_df.correct, current_df.total)[1]\n", + "current_df['yerr_low'] = current_df.acc-current_df.cilow\n", + "current_df['yerr_upp'] = current_df.ciupp-current_df.acc\n", + "\n", + "\n", + "for i, model in enumerate(['350613', '350613', '0613', '0613']):\n", + " if i%2==0:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='num')]\n", + " else:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='coords')]\n", + " accs = list(df_slice.acc)\n", + " print(f'Model: {model}')\n", + " print(df_slice[['acc', 'total']])\n", + " yerr_low = list(df_slice.yerr_low)\n", + " yerr_upp = list(df_slice.yerr_upp)\n", + " scat = ax.scatter(np.arange(len(accs))+i*0.1, accs)\n", + " ax.errorbar(np.arange(len(accs))+i*0.1, accs, yerr=[yerr_low, yerr_upp], ls='none', color=scat.get_facecolors()[-1])\n", + " ax.set_xticks([0, 1, 2, 3])\n", + " ax.set_xticklabels(['One Rule', 'Two Rules', 'Three Rules', 'Logic'])\n", + "ax.set_ylim([0, 1])\n", + "ax.legend(['GPT-3.5 (0613) Digits','GPT-3.5 (0613) Alt. Blank', 'GPT-4 (0613) Digits','GPT-4 (0613) Alt. Blank'], loc='lower left')\n", + "ax.set_ylabel('Accuracy')\n", + "ax.set_xlabel('Problem Type')\n", + "\n", + "ax.set_title('GPT Performance Digit Matrices and Alt. Blank Matrices')\n", + "\n", + "plt.savefig('gpt_digit_alt_blank.pdf')" + ] + }, + { + "cell_type": "code", + "execution_count": 24, + "metadata": {}, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "Model: 350613\n", + " acc total\n", + "65 1.000 400.0\n", + "67 0.897 300.0\n", + "66 0.730 400.0\n", + "64 0.816 900.0\n", + "Model: 350613\n", + " acc total\n", + "69 0.990 400.0\n", + "71 0.897 300.0\n", + "70 0.715 400.0\n", + "68 0.699 900.0\n", + "Model: 0613\n", + " acc total\n", + "29 1.000 400.0\n", + "31 0.887 300.0\n", + "30 0.718 400.0\n", + "28 0.814 900.0\n", + "Model: 0613\n", + " acc total\n", + "33 0.993 400.0\n", + "35 0.900 300.0\n", + "34 0.720 400.0\n", + "32 0.699 900.0\n" + ] + }, + { + "data": { + "image/png": "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", + "text/plain": [ + "
" + ] + }, + "metadata": {}, + "output_type": "display_data" + } + ], + "source": [ + "# GPT performance Symbol problems\n", + "\n", + "current_df = data_df[~data_df.coarse_type.isin(['prog','prog_two_rule','prog_three_rule'])]\n", + "current_df = current_df.groupby(['model', 'promptstyle', 'symb_num', 'coarse_type_2'], as_index=False).sum()\n", + "current_df = current_df[((current_df.promptstyle=='12')|(current_df.promptstyle=='human'))]\n", + "current_df['model'] = pd.Categorical(current_df['model'], ordered = True, categories = ['human', '350613', '0613', '1106', '0125'])\n", + "current_df['symb_num'] = pd.Categorical(current_df['symb_num'], ordered = True, categories = ['num', 'symb', 'lett', 'coords'])\n", + "current_df['coarse_type_2'] = pd.Categorical(current_df['coarse_type_2'], ordered = True, categories = ['one_rule', 'two_rule', 'three_rule', 'logic'])\n", + "current_df = current_df.sort_values(['model', 'symb_num', 'coarse_type_2'])\n", + "\n", + "fig, ax = plt.subplots()\n", + "current_df['acc'] = current_df.correct/current_df.total\n", + "current_df['cilow'] = proportion_confint(current_df.correct, current_df.total)[0]\n", + "current_df['ciupp'] = proportion_confint(current_df.correct, current_df.total)[1]\n", + "current_df['yerr_low'] = current_df.acc-current_df.cilow\n", + "current_df['yerr_upp'] = current_df.ciupp-current_df.acc\n", + "\n", + "\n", + "for i, model in enumerate(['350613', '350613', '0613', '0613']):\n", + " if i%2 ==0:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='num')]\n", + " else:\n", + " df_slice = current_df[(current_df.model==model)&(current_df.symb_num=='symb')]\n", + " accs = list(df_slice.acc)\n", + " print(f'Model: {model}')\n", + " print(df_slice[['acc', 'total']])\n", + " yerr_low = list(df_slice.yerr_low)\n", + " yerr_upp = list(df_slice.yerr_upp)\n", + " scat = ax.scatter(np.arange(len(accs))+i*0.1, accs)\n", + " ax.errorbar(np.arange(len(accs))+i*0.1, accs, yerr=[yerr_low, yerr_upp], ls='none', color=scat.get_facecolors()[-1])\n", + " ax.set_xticks([0, 1, 2, 3])\n", + " ax.set_xticklabels(['One Rule', 'Two Rules', 'Three Rules', 'Logic'])\n", + "ax.set_ylim([0, 1])\n", + "ax.legend(['GPT-3.5 (0613) Digits','GPT-3.5 (0613) Symbols', 'GPT-4 (0613) Digits','GPT-4 (0613) Symbols'], loc='lower left')\n", + "ax.set_ylabel('Accuracy')\n", + "ax.set_xlabel('Problem Type')\n", + "\n", + "ax.set_title('GPT Performance Digit and Symbol Matrices')\n", + "\n", + "plt.savefig('gpt_digit_symbols.pdf')" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "gpt_analogy", + "language": "python", + "name": "python3" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 3 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython3", + "version": "3.9.19" + } + }, + "nbformat": 4, + "nbformat_minor": 2 +} diff --git a/digit_matrices/plotting/symbol_matrices_gpt_human.pdf b/digit_matrices/plotting/symbol_matrices_gpt_human.pdf new file mode 100644 index 0000000000000000000000000000000000000000..989e948a1db4de92eb3f4dac2ffee524a444049e GIT binary patch literal 19282 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[1]   [1]   [1]
[3]   [3]   [  ]", + "options": [ + "[9]", + "[7]", + "[0]", + "[3]", + "[2]", + "[6]", + "[1]", + "[5]" + ], + "correct": 3, + "prob_ind": 0 + }, + { + "prompt": "[6]   [6]   [6]
[0]   [0]   [0]
[4]   [4]   [  ]", + "options": [ + "[6]", + "[2]", + "[8]", + "[3]", + "[7]", + "[4]", + "[5]", + "[0]" + ], + "correct": 5, + "prob_ind": 1 + }, + { + "prompt": "[3]   [3]   [3]
[2]   [2]   [2]
[7]   [7]   [  ]", + "options": [ + "[7]", + "[3]", + "[0]", + "[9]", + "[2]", + "[8]", + "[5]", + "[4]" + ], + "correct": 0, + "prob_ind": 2 + }, + { + "prompt": "[5]   [5]   [5]
[7]   [7]   [7]
[3]   [3]   [  ]", + "options": [ + "[7]", + "[1]", + "[6]", + "[9]", + "[5]", + "[3]", + "[2]", + "[4]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[4]   [4]   [4]
[2]   [2]   [2]
[6]   [6]   [  ]", + "options": [ + "[7]", + "[3]", + "[4]", + "[1]", + "[6]", + "[5]", + "[8]", + "[2]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[5]   [5]   [5]
[4]   [4]   [4]
[7]   [7]   [  ]", + "options": [ + "[6]", + "[2]", + "[7]", + "[5]", + "[1]", + "[4]", + "[3]", + "[9]" + ], + "correct": 2, + "prob_ind": 5 + }, + { + "prompt": "[2]   [2]   [2]
[9]   [9]   [9]
[5]   [5]   [  ]", + "options": [ + "[7]", + "[9]", + "[2]", + "[4]", + "[6]", + "[3]", + "[5]", + "[8]" + ], + "correct": 6, + "prob_ind": 6 + }, + { + "prompt": "[1]   [1]   [1]
[8]   [8]   [8]
[9]   [9]   [  ]", + "options": [ + "[5]", + "[3]", + "[4]", + "[9]", + "[7]", + "[6]", + "[1]", + "[8]" + ], + "correct": 3, + "prob_ind": 7 + }, + { + "prompt": "[1]   [1]   [1]
[8]   [8]   [8]
[4]   [4]   [  ]", + "options": [ + "[8]", + "[5]", + "[4]", + "[1]", + "[7]", + "[2]", + "[6]", + "[0]" + ], + "correct": 2, + "prob_ind": 8 + }, + { + "prompt": "[5]   [5]   [5]
[8]   [8]   [8]
[4]   [4]   [  ]", + "options": [ + "[1]", + "[5]", + "[2]", + "[9]", + "[4]", + "[7]", + "[3]", + "[8]" + ], + "correct": 4, + "prob_ind": 9 + }, + { + "prompt": "[7]   [7]   [7]
[2]   [2]   [2]
[8]   [8]   [  ]", + "options": [ + "[4]", + "[7]", + "[8]", + "[9]", + "[5]", + "[6]", + "[3]", + "[2]" + ], + "correct": 2, + "prob_ind": 10 + }, + { + "prompt": "[4]   [4]   [4]
[3]   [3]   [3]
[9]   [9]   [  ]", + "options": [ + "[5]", + "[3]", + "[6]", + "[2]", + "[4]", + "[9]", + "[7]", + "[1]" + ], + "correct": 5, + "prob_ind": 11 + }, + { + "prompt": "[8]   [8]   [8]
[7]   [7]   [7]
[0]   [0]   [  ]", + "options": [ + "[3]", + "[2]", + "[6]", + "[7]", + "[5]", + "[8]", + "[0]", + "[1]" + ], + "correct": 6, + "prob_ind": 12 + }, + { + "prompt": "[1]   [1]   [1]
[3]   [3]   [3]
[0]   [0]   [  ]", + "options": [ + "[4]", + "[5]", + "[2]", + "[1]", + "[7]", + "[0]", + "[3]", + "[9]" + ], + "correct": 5, + "prob_ind": 13 + }, + { + "prompt": "[6]   [6]   [6]
[3]   [3]   [3]
[1]   [1]   [  ]", + "options": [ + "[2]", + "[6]", + "[7]", + "[5]", + "[3]", + "[1]", + "[4]", + "[8]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[3]   [3]   [3]
[7]   [7]   [7]
[4]   [4]   [  ]", + "options": [ + "[4]", + "[2]", + "[0]", + "[5]", + "[6]", + "[7]", + "[9]", + "[3]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[4]   [4]   [4]
[1]   [1]   [1]
[3]   [3]   [  ]", + "options": [ + "[0]", + "[1]", + "[9]", + "[4]", + "[5]", + "[3]", + "[2]", + "[6]" + ], + "correct": 5, + "prob_ind": 16 + }, + { + "prompt": "[3]   [3]   [3]
[5]   [5]   [5]
[7]   [7]   [  ]", + "options": [ + "[5]", + "[8]", + "[6]", + "[2]", + "[7]", + "[1]", + "[3]", + "[4]" + ], + "correct": 4, + "prob_ind": 17 + }, + { + "prompt": "[4]   [4]   [4]
[2]   [2]   [2]
[0]   [0]   [  ]", + "options": [ + "[3]", + "[1]", + "[2]", + "[7]", + "[6]", + "[4]", + "[0]", + "[5]" + ], + "correct": 6, + "prob_ind": 18 + }, + { + "prompt": "[7]   [7]   [7]
[3]   [3]   [3]
[5]   [5]   [  ]", + "options": [ + "[7]", + "[8]", + "[5]", + "[1]", + "[6]", + "[4]", + "[9]", + "[3]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[9]   [9]   [9]
[3]   [3]   [3]
[0]   [0]   [  ]", + "options": [ + "[4]", + "[0]", + "[2]", + "[7]", + "[9]", + "[6]", + "[3]", + "[1]" + ], + "correct": 1, + "prob_ind": 20 + }, + { + "prompt": "[9]   [9]   [9]
[2]   [2]   [2]
[3]   [3]   [  ]", + "options": [ + "[7]", + "[6]", + "[4]", + "[1]", + "[5]", + "[9]", + "[3]", + "[2]" + ], + "correct": 6, + "prob_ind": 21 + }, + { + "prompt": "[1]   [1]   [1]
[8]   [8]   [8]
[7]   [7]   [  ]", + "options": [ + "[3]", + "[4]", + "[6]", + "[0]", + "[8]", + "[1]", + "[9]", + "[7]" + ], + "correct": 7, + "prob_ind": 22 + }, + { + "prompt": "[3]   [3]   [3]
[8]   [8]   [8]
[9]   [9]   [  ]", + "options": [ + "[4]", + "[1]", + "[5]", + "[3]", + "[0]", + "[9]", + "[8]", + "[7]" + ], + "correct": 5, + "prob_ind": 23 + }, + { + "prompt": "[2]   [2]   [2]
[6]   [6]   [6]
[7]   [7]   [  ]", + "options": [ + "[2]", + "[9]", + "[0]", + "[1]", + "[7]", + "[4]", + "[6]", + "[5]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[0]   [0]   [0]
[2]   [2]   [2]
[4]   [4]   [  ]", + "options": [ + "[1]", + "[0]", + "[3]", + "[4]", + "[5]", + "[7]", + "[6]", + "[2]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[0]   [0]   [0]
[9]   [9]   [9]
[5]   [5]   [  ]", + "options": [ + "[3]", + "[1]", + "[8]", + "[7]", + "[5]", + "[9]", + "[2]", + "[0]" + ], + "correct": 4, + "prob_ind": 26 + }, + { + "prompt": "[7]   [7]   [7]
[2]   [2]   [2]
[9]   [9]   [  ]", + "options": [ + "[0]", + "[9]", + "[3]", + "[8]", + "[6]", + "[7]", + "[4]", + "[2]" + ], + "correct": 1, + "prob_ind": 27 + }, + { + "prompt": "[2]   [2]   [2]
[4]   [4]   [4]
[6]   [6]   [  ]", + "options": [ + "[3]", + "[4]", + "[7]", + "[2]", + "[6]", + "[8]", + "[5]", + "[0]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[2]   [2]   [2]
[1]   [1]   [1]
[7]   [7]   [  ]", + "options": [ + "[1]", + "[2]", + "[3]", + "[9]", + "[5]", + "[8]", + "[4]", + "[7]" + ], + "correct": 7, + "prob_ind": 29 + }, + { + "prompt": "[4]   [4]   [4]
[9]   [9]   [9]
[6]   [6]   [  ]", + "options": [ + "[5]", + "[4]", + "[8]", + "[3]", + "[6]", + "[1]", + "[7]", + "[9]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[1]   [1]   [1]
[0]   [0]   [0]
[4]   [4]   [  ]", + "options": [ + "[1]", + "[3]", + "[4]", + "[2]", + "[8]", + "[0]", + "[5]", + "[6]" + ], + "correct": 2, + "prob_ind": 31 + }, + { + "prompt": "[0]   [0]   [0]
[6]   [6]   [6]
[2]   [2]   [  ]", + "options": [ + "[1]", + "[4]", + "[3]", + "[2]", + "[0]", + "[7]", + "[6]", + "[5]" + ], + "correct": 3, + "prob_ind": 32 + }, + { + "prompt": "[7]   [7]   [7]
[5]   [5]   [5]
[4]   [4]   [  ]", + "options": [ + "[3]", + "[5]", + "[9]", + "[2]", + "[0]", + "[4]", + "[7]", + "[6]" + ], + "correct": 5, + "prob_ind": 33 + }, + { + "prompt": "[5]   [5]   [5]
[3]   [3]   [3]
[6]   [6]   [  ]", + "options": [ + "[6]", + "[2]", + "[3]", + "[7]", + "[1]", + "[4]", + "[5]", + "[0]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[8]   [8]   [8]
[4]   [4]   [4]
[7]   [7]   [  ]", + "options": [ + "[3]", + "[2]", + "[9]", + "[7]", + "[5]", + "[8]", + "[0]", + "[4]" + ], + "correct": 3, + "prob_ind": 35 + }, + { + "prompt": "[8]   [8]   [8]
[2]   [2]   [2]
[4]   [4]   [  ]", + "options": [ + "[7]", + "[6]", + "[8]", + "[3]", + "[4]", + "[2]", + "[9]", + "[5]" + ], + "correct": 4, + "prob_ind": 36 + }, + { + "prompt": "[1]   [1]   [1]
[0]   [0]   [0]
[3]   [3]   [  ]", + "options": [ + "[7]", + "[2]", + "[0]", + "[4]", + "[8]", + "[3]", + "[5]", + "[1]" + ], + "correct": 5, + "prob_ind": 37 + }, + { + "prompt": "[6]   [6]   [6]
[2]   [2]   [2]
[0]   [0]   [  ]", + "options": [ + "[8]", + "[5]", + "[0]", + "[6]", + "[4]", + "[2]", + "[1]", + "[7]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[7]   [7]   [7]
[5]   [5]   [5]
[9]   [9]   [  ]", + "options": [ + "[6]", + "[5]", + "[7]", + "[0]", + "[1]", + "[4]", + "[9]", + "[8]" + ], + "correct": 6, + "prob_ind": 39 + }, + { + "prompt": "[9]   [9]   [9]
[6]   [6]   [6]
[0]   [0]   [  ]", + "options": [ + "[8]", + "[6]", + "[0]", + "[2]", + "[9]", + "[7]", + "[4]", + "[1]" + ], + "correct": 2, + "prob_ind": 40 + }, + { + "prompt": "[5]   [5]   [5]
[8]   [8]   [8]
[6]   [6]   [  ]", + "options": [ + "[7]", + "[5]", + "[4]", + "[9]", + "[0]", + "[2]", + "[6]", + "[8]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[3]   [3]   [3]
[6]   [6]   [6]
[1]   [1]   [  ]", + "options": [ + "[4]", + "[1]", + "[9]", + "[0]", + "[6]", + "[5]", + "[2]", + "[3]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[2]   [2]   [2]
[0]   [0]   [0]
[4]   [4]   [  ]", + "options": [ + "[2]", + "[0]", + "[9]", + "[8]", + "[1]", + "[3]", + "[4]", + "[7]" + ], + "correct": 6, + "prob_ind": 43 + }, + { + "prompt": "[9]   [9]   [9]
[4]   [4]   [4]
[5]   [5]   [  ]", + "options": [ + "[7]", + "[3]", + "[1]", + "[8]", + "[9]", + "[6]", + "[5]", + "[4]" + ], + "correct": 6, + "prob_ind": 44 + }, + { + "prompt": "[2]   [2]   [2]
[1]   [1]   [1]
[3]   [3]   [  ]", + "options": [ + "[0]", + "[3]", + "[1]", + "[7]", + "[4]", + "[2]", + "[9]", + "[6]" + ], + "correct": 1, + "prob_ind": 45 + }, + { + "prompt": "[5]   [5]   [5]
[1]   [1]   [1]
[2]   [2]   [  ]", + "options": [ + "[5]", + "[8]", + "[2]", + "[1]", + "[6]", + "[3]", + "[0]", + "[7]" + ], + "correct": 2, + "prob_ind": 46 + }, + { + "prompt": "[9]   [9]   [9]
[2]   [2]   [2]
[8]   [8]   [  ]", + "options": [ + "[7]", + "[8]", + "[6]", + "[2]", + "[3]", + "[9]", + "[4]", + "[0]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[4]   [4]   [4]
[0]   [0]   [0]
[8]   [8]   [  ]", + "options": [ + "[2]", + "[8]", + "[3]", + "[4]", + "[9]", + "[6]", + "[1]", + "[0]" + ], + "correct": 1, + "prob_ind": 48 + }, + { + "prompt": "[1]   [1]   [1]
[4]   [4]   [4]
[7]   [7]   [  ]", + "options": [ + "[8]", + "[1]", + "[9]", + "[0]", + "[5]", + "[7]", + "[6]", + "[4]" + ], + "correct": 5, + "prob_ind": 49 + }, + { + "prompt": "[6]   [6]   [6]
[8]   [8]   [8]
[1]   [1]   [  ]", + "options": [ + "[8]", + "[2]", + "[9]", + "[5]", + "[1]", + "[7]", + "[0]", + "[6]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[9]   [9]   [9]
[1]   [1]   [1]
[4]   [4]   [  ]", + "options": [ + "[2]", + "[6]", + "[1]", + "[4]", + "[5]", + "[0]", + "[9]", + "[7]" + ], + "correct": 3, + "prob_ind": 51 + }, + { + "prompt": "[9]   [9]   [9]
[8]   [8]   [8]
[7]   [7]   [  ]", + "options": [ + "[4]", + "[7]", + "[2]", + "[8]", + "[5]", + "[0]", + "[6]", + "[9]" + ], + "correct": 1, + "prob_ind": 52 + }, + { + "prompt": "[5]   [5]   [5]
[8]   [8]   [8]
[7]   [7]   [  ]", + "options": [ + "[4]", + "[3]", + "[5]", + "[6]", + "[7]", + "[9]", + "[8]", + "[1]" + ], + "correct": 4, + "prob_ind": 53 + }, + { + "prompt": "[2]   [2]   [2]
[6]   [6]   [6]
[9]   [9]   [  ]", + "options": [ + "[9]", + "[5]", + "[6]", + "[8]", + "[7]", + "[1]", + "[2]", + "[4]" + ], + "correct": 0, + "prob_ind": 54 + }, + { + "prompt": "[3]   [3]   [3]
[4]   [4]   [4]
[0]   [0]   [  ]", + "options": [ + "[3]", + "[1]", + "[4]", + "[0]", + "[5]", + "[7]", + "[2]", + "[6]" + ], + "correct": 3, + "prob_ind": 55 + }, + { + "prompt": "[2]   [2]   [2]
[0]   [0]   [0]
[7]   [7]   [  ]", + "options": [ + "[2]", + "[5]", + "[4]", + "[9]", + "[6]", + "[7]", + "[0]", + "[3]" + ], + "correct": 5, + "prob_ind": 56 + }, + { + "prompt": "[4]   [4]   [4]
[5]   [5]   [5]
[0]   [0]   [  ]", + "options": [ + "[4]", + "[5]", + "[2]", + "[3]", + "[0]", + "[9]", + "[7]", + "[1]" + ], + "correct": 4, + "prob_ind": 57 + }, + { + "prompt": "[9]   [9]   [9]
[0]   [0]   [0]
[3]   [3]   [  ]", + "options": [ + "[3]", + "[6]", + "[0]", + "[8]", + "[9]", + "[7]", + "[5]", + "[2]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[1]   [1]   [1]
[0]   [0]   [0]
[5]   [5]   [  ]", + "options": [ + "[9]", + "[8]", + "[5]", + "[6]", + "[0]", + "[1]", + "[2]", + "[4]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[8]   [8]   [8]
[9]   [9]   [9]
[1]   [1]   [  ]", + "options": [ + "[9]", + "[4]", + "[7]", + "[6]", + "[2]", + "[0]", + "[8]", + "[1]" + ], + "correct": 7, + "prob_ind": 60 + }, + { + "prompt": "[5]   [5]   [5]
[4]   [4]   [4]
[3]   [3]   [  ]", + "options": [ + "[2]", + "[4]", + "[5]", + "[8]", + "[6]", + "[7]", + "[1]", + "[3]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[1]   [1]   [1]
[8]   [8]   [8]
[3]   [3]   [  ]", + "options": [ + "[2]", + "[5]", + "[8]", + "[7]", + "[1]", + "[0]", + "[3]", + "[6]" + ], + "correct": 6, + "prob_ind": 62 + }, + { + "prompt": "[6]   [6]   [6]
[8]   [8]   [8]
[3]   [3]   [  ]", + "options": [ + "[5]", + "[6]", + "[8]", + "[9]", + "[3]", + "[4]", + "[7]", + "[1]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[9]   [9]   [9]
[3]   [3]   [3]
[1]   [1]   [  ]", + "options": [ + "[9]", + "[8]", + "[1]", + "[2]", + "[3]", + "[5]", + "[4]", + "[0]" + ], + "correct": 2, + "prob_ind": 64 + }, + { + "prompt": "[7]   [7]   [7]
[9]   [9]   [9]
[4]   [4]   [  ]", + "options": [ + "[7]", + "[6]", + "[4]", + "[5]", + "[8]", + "[9]", + "[2]", + "[3]" + ], + "correct": 2, + "prob_ind": 65 + }, + { + "prompt": "[0]   [0]   [0]
[1]   [1]   [1]
[8]   [8]   [  ]", + "options": [ + "[3]", + "[6]", + "[0]", + "[5]", + "[8]", + "[2]", + "[9]", + "[7]" + ], + "correct": 4, + "prob_ind": 66 + }, + { + "prompt": "[8]   [8]   [8]
[4]   [4]   [4]
[5]   [5]   [  ]", + "options": [ + "[6]", + "[0]", + "[2]", + "[8]", + "[3]", + "[9]", + "[4]", + "[5]" + ], + "correct": 7, + "prob_ind": 67 + }, + { + "prompt": "[9]   [9]   [9]
[2]   [2]   [2]
[4]   [4]   [  ]", + "options": [ + "[3]", + "[6]", + "[7]", + "[9]", + "[2]", + "[8]", + "[0]", + "[4]" + ], + "correct": 7, + "prob_ind": 68 + }, + { + "prompt": "[1]   [1]   [1]
[2]   [2]   [2]
[4]   [4]   [  ]", + "options": [ + "[8]", + "[1]", + "[3]", + "[4]", + "[0]", + "[5]", + "[6]", + "[2]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[0]   [0]   [0]
[6]   [6]   [6]
[4]   [4]   [  ]", + "options": [ + "[0]", + "[9]", + "[4]", + "[2]", + "[5]", + "[1]", + "[3]", + "[6]" + ], + "correct": 2, + "prob_ind": 70 + }, + { + "prompt": "[2]   [2]   [2]
[4]   [4]   [4]
[7]   [7]   [  ]", + "options": [ + "[4]", + "[8]", + "[1]", + "[7]", + "[2]", + "[5]", + "[9]", + "[6]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[9]   [9]   [9]
[8]   [8]   [8]
[1]   [1]   [  ]", + "options": [ + "[6]", + "[2]", + "[7]", + "[9]", + "[8]", + "[3]", + "[0]", + "[1]" + ], + "correct": 7, + "prob_ind": 72 + }, + { + "prompt": "[7]   [7]   [7]
[8]   [8]   [8]
[6]   [6]   [  ]", + "options": [ + "[8]", + "[6]", + "[0]", + "[4]", + "[1]", + "[9]", + "[5]", + "[7]" + ], + "correct": 1, + "prob_ind": 73 + }, + { + "prompt": "[1]   [1]   [1]
[9]   [9]   [9]
[5]   [5]   [  ]", + "options": [ + "[5]", + "[6]", + "[7]", + "[4]", + "[3]", + "[9]", + "[2]", + "[1]" + ], + "correct": 0, + "prob_ind": 74 + }, + { + "prompt": "[2]   [2]   [2]
[9]   [9]   [9]
[0]   [0]   [  ]", + "options": [ + "[9]", + "[1]", + "[3]", + "[4]", + "[2]", + "[5]", + "[7]", + "[0]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[4]   [4]   [4]
[0]   [0]   [0]
[7]   [7]   [  ]", + "options": [ + "[4]", + "[2]", + "[3]", + "[7]", + "[5]", + "[1]", + "[8]", + "[6]" + ], + "correct": 3, + "prob_ind": 76 + }, + { + "prompt": "[4]   [4]   [4]
[1]   [1]   [1]
[7]   [7]   [  ]", + "options": [ + "[6]", + "[8]", + "[1]", + "[3]", + "[9]", + "[0]", + "[7]", + "[4]" + ], + "correct": 6, + "prob_ind": 77 + }, + { + "prompt": "[0]   [0]   [0]
[7]   [7]   [7]
[4]   [4]   [  ]", + "options": [ + "[6]", + "[0]", + "[1]", + "[4]", + "[8]", + "[2]", + "[3]", + "[5]" + ], + "correct": 3, + "prob_ind": 78 + }, + { + "prompt": "[9]   [9]   [9]
[8]   [8]   [8]
[2]   [2]   [  ]", + "options": [ + "[1]", + "[2]", + "[3]", + "[7]", + "[0]", + "[4]", + "[9]", + "[5]" + ], + "correct": 1, + "prob_ind": 79 + }, + { + "prompt": "[6]   [6]   [6]
[7]   [7]   [7]
[3]   [3]   [  ]", + "options": [ + "[2]", + "[1]", + "[5]", + "[6]", + "[7]", + "[8]", + "[3]", + "[4]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[6]   [6]   [6]
[0]   [0]   [0]
[2]   [2]   [  ]", + "options": [ + "[8]", + "[4]", + "[3]", + "[1]", + "[6]", + "[0]", + "[7]", + "[2]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[4]   [4]   [4]
[5]   [5]   [5]
[9]   [9]   [  ]", + "options": [ + "[8]", + "[6]", + "[0]", + "[9]", + "[5]", + "[7]", + "[4]", + "[3]" + ], + "correct": 3, + "prob_ind": 82 + }, + { + "prompt": "[1]   [1]   [1]
[0]   [0]   [0]
[8]   [8]   [  ]", + "options": [ + "[1]", + "[9]", + "[8]", + "[6]", + "[7]", + "[0]", + "[3]", + "[2]" + ], + "correct": 2, + "prob_ind": 83 + }, + { + "prompt": "[8]   [8]   [8]
[0]   [0]   [0]
[5]   [5]   [  ]", + "options": [ + "[2]", + "[0]", + "[8]", + "[7]", + "[6]", + "[4]", + "[5]", + "[3]" + ], + "correct": 6, + "prob_ind": 84 + }, + { + "prompt": "[5]   [5]   [5]
[7]   [7]   [7]
[2]   [2]   [  ]", + "options": [ + "[1]", + "[8]", + "[7]", + "[5]", + "[2]", + "[6]", + "[4]", + "[3]" + ], + "correct": 4, + "prob_ind": 85 + }, + { + "prompt": "[1]   [1]   [1]
[3]   [3]   [3]
[4]   [4]   [  ]", + "options": [ + "[7]", + "[2]", + "[8]", + "[1]", + "[3]", + "[9]", + "[4]", + "[5]" + ], + "correct": 6, + "prob_ind": 86 + }, + { + "prompt": "[6]   [6]   [6]
[4]   [4]   [4]
[7]   [7]   [  ]", + "options": [ + "[4]", + "[6]", + "[9]", + "[3]", + "[5]", + "[8]", + "[7]", + "[2]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[8]   [8]   [8]
[9]   [9]   [9]
[0]   [0]   [  ]", + "options": [ + "[5]", + "[3]", + "[9]", + "[8]", + "[0]", + "[6]", + "[7]", + "[2]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[4]   [4]   [4]
[9]   [9]   [9]
[3]   [3]   [  ]", + "options": [ + "[3]", + "[4]", + "[9]", + "[8]", + "[2]", + "[5]", + "[1]", + "[6]" + ], + "correct": 0, + "prob_ind": 89 + }, + { + "prompt": "[4]   [4]   [4]
[3]   [3]   [3]
[7]   [7]   [  ]", + "options": [ + "[4]", + "[6]", + "[8]", + "[9]", + "[2]", + "[7]", + "[5]", + "[3]" + ], + "correct": 5, + "prob_ind": 90 + }, + { + "prompt": "[9]   [9]   [9]
[1]   [1]   [1]
[7]   [7]   [  ]", + "options": [ + "[6]", + "[0]", + "[3]", + "[2]", + "[5]", + "[7]", + "[9]", + "[8]" + ], + "correct": 5, + "prob_ind": 91 + }, + { + "prompt": "[9]   [9]   [9]
[4]   [4]   [4]
[1]   [1]   [  ]", + "options": [ + "[9]", + "[3]", + "[2]", + "[0]", + "[5]", + "[1]", + "[7]", + "[4]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[3]   [3]   [3]
[0]   [0]   [0]
[7]   [7]   [  ]", + "options": [ + "[5]", + "[8]", + "[2]", + "[3]", + "[1]", + "[7]", + "[4]", + "[9]" + ], + "correct": 5, + "prob_ind": 93 + }, + { + "prompt": "[9]   [9]   [9]
[6]   [6]   [6]
[2]   [2]   [  ]", + "options": [ + "[9]", + "[2]", + "[4]", + "[8]", + "[6]", + "[3]", + "[7]", + "[5]" + ], + "correct": 1, + "prob_ind": 94 + }, + { + "prompt": "[7]   [7]   [7]
[2]   [2]   [2]
[6]   [6]   [  ]", + "options": [ + "[5]", + "[6]", + "[2]", + "[8]", + "[3]", + "[9]", + "[7]", + "[4]" + ], + "correct": 1, + "prob_ind": 95 + }, + { + "prompt": "[1]   [1]   [1]
[9]   [9]   [9]
[6]   [6]   [  ]", + "options": [ + "[5]", + "[6]", + "[9]", + "[4]", + "[7]", + "[2]", + "[1]", + "[8]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[0]   [0]   [0]
[3]   [3]   [3]
[2]   [2]   [  ]", + "options": [ + "[1]", + "[5]", + "[2]", + "[8]", + "[3]", + "[6]", + "[4]", + "[0]" + ], + "correct": 2, + "prob_ind": 97 + }, + { + "prompt": "[3]   [3]   [3]
[9]   [9]   [9]
[8]   [8]   [  ]", + "options": [ + "[2]", + "[1]", + "[3]", + "[7]", + "[8]", + "[4]", + "[9]", + "[6]" + ], + "correct": 4, + "prob_ind": 98 + }, + { + "prompt": "[8]   [8]   [8]
[7]   [7]   [7]
[6]   [6]   [  ]", + "options": [ + "[8]", + "[0]", + "[2]", + "[7]", + "[4]", + "[6]", + "[9]", + "[5]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "col_constant": [ + { + "prompt": "[1]   [7]   [6]
[1]   [7]   [6]
[1]   [7]   [  ]", + "options": [ + "[4]", + "[2]", + "[3]", + "[8]", + "[1]", + "[7]", + "[6]", + "[5]" + ], + "correct": 6, + "prob_ind": 0 + }, + { + "prompt": "[6]   [0]   [9]
[6]   [0]   [9]
[6]   [0]   [  ]", + "options": [ + "[9]", + "[4]", + "[8]", + "[7]", + "[0]", + "[5]", + "[1]", + "[6]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[4]   [2]   [9]
[4]   [2]   [9]
[4]   [2]   [  ]", + "options": [ + "[4]", + "[3]", + "[6]", + "[5]", + "[8]", + "[1]", + "[9]", + "[7]" + ], + "correct": 6, + "prob_ind": 2 + }, + { + "prompt": "[7]   [4]   [8]
[7]   [4]   [8]
[7]   [4]   [  ]", + "options": [ + "[9]", + "[4]", + "[7]", + "[3]", + "[2]", + "[6]", + "[5]", + "[8]" + ], + "correct": 7, + "prob_ind": 3 + }, + { + "prompt": "[9]   [8]   [7]
[9]   [8]   [7]
[9]   [8]   [  ]", + "options": [ + "[5]", + "[3]", + "[0]", + "[6]", + "[2]", + "[7]", + "[8]", + "[9]" + ], + "correct": 5, + "prob_ind": 4 + }, + { + "prompt": "[2]   [7]   [8]
[2]   [7]   [8]
[2]   [7]   [  ]", + "options": [ + "[3]", + "[6]", + "[9]", + "[5]", + "[8]", + "[4]", + "[2]", + "[7]" + ], + "correct": 4, + "prob_ind": 5 + }, + { + "prompt": "[6]   [8]   [3]
[6]   [8]   [3]
[6]   [8]   [  ]", + "options": [ + "[8]", + "[5]", + "[6]", + "[4]", + "[2]", + "[9]", + "[7]", + "[3]" + ], + "correct": 7, + "prob_ind": 6 + }, + { + "prompt": "[9]   [4]   [5]
[9]   [4]   [5]
[9]   [4]   [  ]", + "options": [ + "[2]", + "[3]", + "[0]", + "[8]", + "[7]", + "[9]", + "[5]", + "[6]" + ], + "correct": 6, + "prob_ind": 7 + }, + { + "prompt": "[6]   [0]   [4]
[6]   [0]   [4]
[6]   [0]   [  ]", + "options": [ + "[3]", + "[1]", + "[5]", + "[6]", + "[4]", + "[0]", + "[2]", + "[8]" + ], + "correct": 4, + "prob_ind": 8 + }, + { + "prompt": "[3]   [5]   [4]
[3]   [5]   [4]
[3]   [5]   [  ]", + "options": [ + "[4]", + "[2]", + "[5]", + "[6]", + "[3]", + "[8]", + "[7]", + "[1]" + ], + "correct": 0, + "prob_ind": 9 + }, + { + "prompt": "[7]   [2]   [5]
[7]   [2]   [5]
[7]   [2]   [  ]", + "options": [ + "[7]", + "[1]", + "[3]", + "[2]", + "[6]", + "[0]", + "[9]", + "[5]" + ], + "correct": 7, + "prob_ind": 10 + }, + { + "prompt": "[1]   [0]   [8]
[1]   [0]   [8]
[1]   [0]   [  ]", + "options": [ + "[2]", + "[3]", + "[0]", + "[6]", + "[1]", + "[7]", + "[9]", + "[8]" + ], + "correct": 7, + "prob_ind": 11 + }, + { + "prompt": "[2]   [8]   [0]
[2]   [8]   [0]
[2]   [8]   [  ]", + "options": [ + "[2]", + "[3]", + "[8]", + "[7]", + "[6]", + "[9]", + "[0]", + "[4]" + ], + "correct": 6, + "prob_ind": 12 + }, + { + "prompt": "[0]   [4]   [1]
[0]   [4]   [1]
[0]   [4]   [  ]", + "options": [ + "[1]", + "[0]", + "[3]", + "[4]", + "[7]", + "[2]", + "[6]", + "[8]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[7]   [1]   [3]
[7]   [1]   [3]
[7]   [1]   [  ]", + "options": [ + "[6]", + "[0]", + "[7]", + "[3]", + "[5]", + "[4]", + "[1]", + "[2]" + ], + "correct": 3, + "prob_ind": 14 + }, + { + "prompt": "[5]   [0]   [6]
[5]   [0]   [6]
[5]   [0]   [  ]", + "options": [ + "[3]", + "[5]", + "[7]", + "[6]", + "[8]", + "[0]", + "[1]", + "[9]" + ], + "correct": 3, + "prob_ind": 15 + }, + { + "prompt": "[6]   [5]   [7]
[6]   [5]   [7]
[6]   [5]   [  ]", + "options": [ + "[1]", + "[4]", + "[0]", + "[3]", + "[5]", + "[2]", + "[6]", + "[7]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[6]   [7]   [5]
[6]   [7]   [5]
[6]   [7]   [  ]", + "options": [ + "[7]", + "[4]", + "[8]", + "[2]", + "[9]", + "[3]", + "[5]", + "[6]" + ], + "correct": 6, + "prob_ind": 17 + }, + { + "prompt": "[9]   [3]   [4]
[9]   [3]   [4]
[9]   [3]   [  ]", + "options": [ + "[5]", + "[8]", + "[2]", + "[7]", + "[3]", + "[4]", + "[9]", + "[1]" + ], + "correct": 5, + "prob_ind": 18 + }, + { + "prompt": "[5]   [7]   [2]
[5]   [7]   [2]
[5]   [7]   [  ]", + "options": [ + "[1]", + "[5]", + "[0]", + "[2]", + "[7]", + "[6]", + "[3]", + "[9]" + ], + "correct": 3, + "prob_ind": 19 + }, + { + "prompt": "[4]   [5]   [6]
[4]   [5]   [6]
[4]   [5]   [  ]", + "options": [ + "[7]", + "[0]", + "[2]", + "[5]", + "[4]", + "[3]", + "[8]", + "[6]" + ], + "correct": 7, + "prob_ind": 20 + }, + { + "prompt": "[0]   [8]   [6]
[0]   [8]   [6]
[0]   [8]   [  ]", + "options": [ + "[8]", + "[6]", + "[0]", + "[5]", + "[7]", + "[3]", + "[4]", + "[2]" + ], + "correct": 1, + "prob_ind": 21 + }, + { + "prompt": "[0]   [4]   [9]
[0]   [4]   [9]
[0]   [4]   [  ]", + "options": [ + "[0]", + "[6]", + "[8]", + "[7]", + "[2]", + "[3]", + "[9]", + "[4]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[2]   [4]   [0]
[2]   [4]   [0]
[2]   [4]   [  ]", + "options": [ + "[6]", + "[5]", + "[2]", + "[4]", + "[0]", + "[3]", + "[1]", + "[8]" + ], + "correct": 4, + "prob_ind": 23 + }, + { + "prompt": "[0]   [1]   [5]
[0]   [1]   [5]
[0]   [1]   [  ]", + "options": [ + "[0]", + "[4]", + "[1]", + "[5]", + "[7]", + "[3]", + "[2]", + "[6]" + ], + "correct": 3, + "prob_ind": 24 + }, + { + "prompt": "[1]   [6]   [2]
[1]   [6]   [2]
[1]   [6]   [  ]", + "options": [ + "[6]", + "[2]", + "[8]", + "[7]", + "[0]", + "[9]", + "[4]", + "[1]" + ], + "correct": 1, + "prob_ind": 25 + }, + { + "prompt": "[4]   [7]   [9]
[4]   [7]   [9]
[4]   [7]   [  ]", + "options": [ + "[1]", + "[4]", + "[5]", + "[8]", + "[0]", + "[7]", + "[9]", + "[2]" + ], + "correct": 6, + "prob_ind": 26 + }, + { + "prompt": "[0]   [9]   [6]
[0]   [9]   [6]
[0]   [9]   [  ]", + "options": [ + "[7]", + "[2]", + "[0]", + "[9]", + "[6]", + "[8]", + "[5]", + "[4]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[5]   [7]   [9]
[5]   [7]   [9]
[5]   [7]   [  ]", + "options": [ + "[6]", + "[8]", + "[4]", + "[9]", + "[5]", + "[3]", + "[0]", + "[7]" + ], + "correct": 3, + "prob_ind": 28 + }, + { + "prompt": "[2]   [7]   [3]
[2]   [7]   [3]
[2]   [7]   [  ]", + "options": [ + "[5]", + "[7]", + "[4]", + "[6]", + "[9]", + "[8]", + "[3]", + "[1]" + ], + "correct": 6, + "prob_ind": 29 + }, + { + "prompt": "[2]   [1]   [6]
[2]   [1]   [6]
[2]   [1]   [  ]", + "options": [ + "[6]", + "[1]", + "[9]", + "[0]", + "[5]", + "[8]", + "[2]", + "[3]" + ], + "correct": 0, + "prob_ind": 30 + }, + { + "prompt": "[3]   [6]   [8]
[3]   [6]   [8]
[3]   [6]   [  ]", + "options": [ + "[2]", + "[1]", + "[5]", + "[4]", + "[9]", + "[3]", + "[8]", + "[6]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[0]   [3]   [4]
[0]   [3]   [4]
[0]   [3]   [  ]", + "options": [ + "[2]", + "[9]", + "[0]", + "[1]", + "[6]", + "[5]", + "[3]", + "[4]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[7]   [9]   [0]
[7]   [9]   [0]
[7]   [9]   [  ]", + "options": [ + "[0]", + "[7]", + "[2]", + "[9]", + "[5]", + "[6]", + "[1]", + "[8]" + ], + "correct": 0, + "prob_ind": 33 + }, + { + "prompt": "[7]   [4]   [3]
[7]   [4]   [3]
[7]   [4]   [  ]", + "options": [ + "[3]", + "[6]", + "[4]", + "[7]", + "[8]", + "[1]", + "[5]", + "[2]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[8]   [7]   [3]
[8]   [7]   [3]
[8]   [7]   [  ]", + "options": [ + "[4]", + "[3]", + "[6]", + "[7]", + "[9]", + "[5]", + "[2]", + "[8]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[9]   [0]   [5]
[9]   [0]   [5]
[9]   [0]   [  ]", + "options": [ + "[6]", + "[4]", + "[9]", + "[3]", + "[0]", + "[7]", + "[2]", + "[5]" + ], + "correct": 7, + "prob_ind": 36 + }, + { + "prompt": "[7]   [4]   [2]
[7]   [4]   [2]
[7]   [4]   [  ]", + "options": [ + "[1]", + "[4]", + "[0]", + "[6]", + "[5]", + "[3]", + "[9]", + "[2]" + ], + "correct": 7, + "prob_ind": 37 + }, + { + "prompt": "[5]   [9]   [2]
[5]   [9]   [2]
[5]   [9]   [  ]", + "options": [ + "[5]", + "[6]", + "[9]", + "[4]", + "[3]", + "[2]", + "[8]", + "[7]" + ], + "correct": 5, + "prob_ind": 38 + }, + { + "prompt": "[7]   [8]   [3]
[7]   [8]   [3]
[7]   [8]   [  ]", + "options": [ + "[4]", + "[2]", + "[9]", + "[3]", + "[0]", + "[1]", + "[8]", + "[5]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[4]   [9]   [2]
[4]   [9]   [2]
[4]   [9]   [  ]", + "options": [ + "[5]", + "[8]", + "[2]", + "[3]", + "[9]", + "[4]", + "[0]", + "[6]" + ], + "correct": 2, + "prob_ind": 40 + }, + { + "prompt": "[2]   [6]   [3]
[2]   [6]   [3]
[2]   [6]   [  ]", + "options": [ + "[4]", + "[6]", + "[2]", + "[9]", + "[1]", + "[7]", + "[5]", + "[3]" + ], + "correct": 7, + "prob_ind": 41 + }, + { + "prompt": "[1]   [5]   [3]
[1]   [5]   [3]
[1]   [5]   [  ]", + "options": [ + "[4]", + "[2]", + "[0]", + "[9]", + "[1]", + "[3]", + "[6]", + "[5]" + ], + "correct": 5, + "prob_ind": 42 + }, + { + "prompt": "[5]   [3]   [0]
[5]   [3]   [0]
[5]   [3]   [  ]", + "options": [ + "[2]", + "[6]", + "[1]", + "[5]", + "[7]", + "[3]", + "[0]", + "[4]" + ], + "correct": 6, + "prob_ind": 43 + }, + { + "prompt": "[9]   [3]   [6]
[9]   [3]   [6]
[9]   [3]   [  ]", + "options": [ + "[4]", + "[2]", + "[7]", + "[3]", + "[9]", + "[1]", + "[8]", + "[6]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[8]   [9]   [5]
[8]   [9]   [5]
[8]   [9]   [  ]", + "options": [ + "[5]", + "[2]", + "[4]", + "[8]", + "[3]", + "[7]", + "[9]", + "[6]" + ], + "correct": 0, + "prob_ind": 45 + }, + { + "prompt": "[1]   [6]   [7]
[1]   [6]   [7]
[1]   [6]   [  ]", + "options": [ + "[6]", + "[3]", + "[0]", + "[5]", + "[8]", + "[9]", + "[7]", + "[1]" + ], + "correct": 6, + "prob_ind": 46 + }, + { + "prompt": "[4]   [5]   [0]
[4]   [5]   [0]
[4]   [5]   [  ]", + "options": [ + "[5]", + "[2]", + "[0]", + "[6]", + "[7]", + "[1]", + "[4]", + "[3]" + ], + "correct": 2, + "prob_ind": 47 + }, + { + "prompt": "[4]   [0]   [8]
[4]   [0]   [8]
[4]   [0]   [  ]", + "options": [ + "[2]", + "[8]", + "[5]", + "[4]", + "[1]", + "[0]", + "[3]", + "[6]" + ], + "correct": 1, + "prob_ind": 48 + }, + { + "prompt": "[8]   [0]   [5]
[8]   [0]   [5]
[8]   [0]   [  ]", + "options": [ + "[8]", + "[3]", + "[2]", + "[0]", + "[1]", + "[6]", + "[9]", + "[5]" + ], + "correct": 7, + "prob_ind": 49 + }, + { + "prompt": "[9]   [1]   [7]
[9]   [1]   [7]
[9]   [1]   [  ]", + "options": [ + "[8]", + "[3]", + "[7]", + "[5]", + "[9]", + "[6]", + "[4]", + "[1]" + ], + "correct": 2, + "prob_ind": 50 + }, + { + "prompt": "[2]   [0]   [7]
[2]   [0]   [7]
[2]   [0]   [  ]", + "options": [ + "[4]", + "[5]", + "[7]", + "[0]", + "[9]", + "[1]", + "[2]", + "[3]" + ], + "correct": 2, + "prob_ind": 51 + }, + { + "prompt": "[2]   [6]   [8]
[2]   [6]   [8]
[2]   [6]   [  ]", + "options": [ + "[2]", + "[4]", + "[8]", + "[6]", + "[3]", + "[7]", + "[5]", + "[9]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[6]   [4]   [2]
[6]   [4]   [2]
[6]   [4]   [  ]", + "options": [ + "[5]", + "[1]", + "[3]", + "[7]", + "[6]", + "[8]", + "[4]", + "[2]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[5]   [2]   [0]
[5]   [2]   [0]
[5]   [2]   [  ]", + "options": [ + "[7]", + "[6]", + "[8]", + "[2]", + "[0]", + "[5]", + "[1]", + "[4]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[8]   [5]   [0]
[8]   [5]   [0]
[8]   [5]   [  ]", + "options": [ + "[2]", + "[8]", + "[1]", + "[6]", + "[7]", + "[5]", + "[9]", + "[0]" + ], + "correct": 7, + "prob_ind": 55 + }, + { + "prompt": "[1]   [2]   [6]
[1]   [2]   [6]
[1]   [2]   [  ]", + "options": [ + "[2]", + "[8]", + "[0]", + "[6]", + "[1]", + "[3]", + "[5]", + "[4]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[2]   [9]   [6]
[2]   [9]   [6]
[2]   [9]   [  ]", + "options": [ + "[4]", + "[7]", + "[2]", + "[6]", + "[5]", + "[9]", + "[0]", + "[8]" + ], + "correct": 3, + "prob_ind": 57 + }, + { + "prompt": "[3]   [4]   [0]
[3]   [4]   [0]
[3]   [4]   [  ]", + "options": [ + "[1]", + "[4]", + "[9]", + "[2]", + "[8]", + "[3]", + "[0]", + "[5]" + ], + "correct": 6, + "prob_ind": 58 + }, + { + "prompt": "[3]   [6]   [2]
[3]   [6]   [2]
[3]   [6]   [  ]", + "options": [ + "[7]", + "[3]", + "[2]", + "[6]", + "[4]", + "[5]", + "[9]", + "[8]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[1]   [0]   [3]
[1]   [0]   [3]
[1]   [0]   [  ]", + "options": [ + "[1]", + "[4]", + "[7]", + "[6]", + "[2]", + "[3]", + "[0]", + "[5]" + ], + "correct": 5, + "prob_ind": 60 + }, + { + "prompt": "[2]   [6]   [4]
[2]   [6]   [4]
[2]   [6]   [  ]", + "options": [ + "[1]", + "[6]", + "[4]", + "[3]", + "[7]", + "[5]", + "[2]", + "[8]" + ], + "correct": 2, + "prob_ind": 61 + }, + { + "prompt": "[6]   [3]   [5]
[6]   [3]   [5]
[6]   [3]   [  ]", + "options": [ + "[6]", + "[5]", + "[8]", + "[7]", + "[3]", + "[2]", + "[1]", + "[4]" + ], + "correct": 1, + "prob_ind": 62 + }, + { + "prompt": "[7]   [3]   [1]
[7]   [3]   [1]
[7]   [3]   [  ]", + "options": [ + "[0]", + "[7]", + "[5]", + "[9]", + "[1]", + "[2]", + "[4]", + "[3]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[4]   [3]   [5]
[4]   [3]   [5]
[4]   [3]   [  ]", + "options": [ + "[2]", + "[4]", + "[7]", + "[6]", + "[5]", + "[9]", + "[3]", + "[8]" + ], + "correct": 4, + "prob_ind": 64 + }, + { + "prompt": "[6]   [1]   [2]
[6]   [1]   [2]
[6]   [1]   [  ]", + "options": [ + "[4]", + "[0]", + "[3]", + "[1]", + "[8]", + "[2]", + "[6]", + "[5]" + ], + "correct": 5, + "prob_ind": 65 + }, + { + "prompt": "[1]   [5]   [0]
[1]   [5]   [0]
[1]   [5]   [  ]", + "options": [ + "[5]", + "[4]", + "[1]", + "[7]", + "[0]", + "[2]", + "[3]", + "[6]" + ], + "correct": 4, + "prob_ind": 66 + }, + { + "prompt": "[5]   [2]   [7]
[5]   [2]   [7]
[5]   [2]   [  ]", + "options": [ + "[9]", + "[1]", + "[5]", + "[2]", + "[7]", + "[0]", + "[4]", + "[6]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[0]   [6]   [4]
[0]   [6]   [4]
[0]   [6]   [  ]", + "options": [ + "[5]", + "[6]", + "[0]", + "[3]", + "[4]", + "[2]", + "[7]", + "[9]" + ], + "correct": 4, + "prob_ind": 68 + }, + { + "prompt": "[2]   [0]   [4]
[2]   [0]   [4]
[2]   [0]   [  ]", + "options": [ + "[1]", + "[2]", + "[5]", + "[9]", + "[8]", + "[3]", + "[4]", + "[0]" + ], + "correct": 6, + "prob_ind": 69 + }, + { + "prompt": "[2]   [4]   [8]
[2]   [4]   [8]
[2]   [4]   [  ]", + "options": [ + "[2]", + "[5]", + "[7]", + "[8]", + "[3]", + "[4]", + "[6]", + "[9]" + ], + "correct": 3, + "prob_ind": 70 + }, + { + "prompt": "[9]   [7]   [2]
[9]   [7]   [2]
[9]   [7]   [  ]", + "options": [ + "[8]", + "[7]", + "[0]", + "[2]", + "[5]", + "[4]", + "[9]", + "[1]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[4]   [1]   [6]
[4]   [1]   [6]
[4]   [1]   [  ]", + "options": [ + "[0]", + "[5]", + "[1]", + "[2]", + "[7]", + "[3]", + "[4]", + "[6]" + ], + "correct": 7, + "prob_ind": 72 + }, + { + "prompt": "[2]   [7]   [4]
[2]   [7]   [4]
[2]   [7]   [  ]", + "options": [ + "[2]", + "[4]", + "[3]", + "[6]", + "[0]", + "[1]", + "[8]", + "[7]" + ], + "correct": 1, + "prob_ind": 73 + }, + { + "prompt": "[4]   [7]   [8]
[4]   [7]   [8]
[4]   [7]   [  ]", + "options": [ + "[5]", + "[7]", + "[4]", + "[2]", + "[9]", + "[6]", + "[0]", + "[8]" + ], + "correct": 7, + "prob_ind": 74 + }, + { + "prompt": "[6]   [4]   [3]
[6]   [4]   [3]
[6]   [4]   [  ]", + "options": [ + "[5]", + "[7]", + "[1]", + "[8]", + "[3]", + "[6]", + "[2]", + "[4]" + ], + "correct": 4, + "prob_ind": 75 + }, + { + "prompt": "[7]   [4]   [1]
[7]   [4]   [1]
[7]   [4]   [  ]", + "options": [ + "[3]", + "[7]", + "[8]", + "[2]", + "[1]", + "[0]", + "[6]", + "[4]" + ], + "correct": 4, + "prob_ind": 76 + }, + { + "prompt": "[0]   [8]   [5]
[0]   [8]   [5]
[0]   [8]   [  ]", + "options": [ + "[7]", + "[1]", + "[0]", + "[9]", + "[2]", + "[8]", + "[4]", + "[5]" + ], + "correct": 7, + "prob_ind": 77 + }, + { + "prompt": "[2]   [6]   [7]
[2]   [6]   [7]
[2]   [6]   [  ]", + "options": [ + "[7]", + "[0]", + "[3]", + "[4]", + "[9]", + "[2]", + "[6]", + "[1]" + ], + "correct": 0, + "prob_ind": 78 + }, + { + "prompt": "[1]   [8]   [9]
[1]   [8]   [9]
[1]   [8]   [  ]", + "options": [ + "[5]", + "[7]", + "[6]", + "[9]", + "[8]", + "[3]", + "[4]", + "[0]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[4]   [9]   [5]
[4]   [9]   [5]
[4]   [9]   [  ]", + "options": [ + "[5]", + "[3]", + "[8]", + "[6]", + "[4]", + "[7]", + "[2]", + "[9]" + ], + "correct": 0, + "prob_ind": 80 + }, + { + "prompt": "[9]   [0]   [6]
[9]   [0]   [6]
[9]   [0]   [  ]", + "options": [ + "[8]", + "[4]", + "[0]", + "[2]", + "[7]", + "[6]", + "[5]", + "[9]" + ], + "correct": 5, + "prob_ind": 81 + }, + { + "prompt": "[3]   [0]   [8]
[3]   [0]   [8]
[3]   [0]   [  ]", + "options": [ + "[3]", + "[5]", + "[2]", + "[7]", + "[8]", + "[9]", + "[0]", + "[6]" + ], + "correct": 4, + "prob_ind": 82 + }, + { + "prompt": "[2]   [4]   [9]
[2]   [4]   [9]
[2]   [4]   [  ]", + "options": [ + "[6]", + "[9]", + "[3]", + "[1]", + "[4]", + "[2]", + "[7]", + "[8]" + ], + "correct": 1, + "prob_ind": 83 + }, + { + "prompt": "[1]   [2]   [3]
[1]   [2]   [3]
[1]   [2]   [  ]", + "options": [ + "[0]", + "[1]", + "[4]", + "[8]", + "[3]", + "[6]", + "[5]", + "[2]" + ], + "correct": 4, + "prob_ind": 84 + }, + { + "prompt": "[6]   [2]   [5]
[6]   [2]   [5]
[6]   [2]   [  ]", + "options": [ + "[4]", + "[5]", + "[0]", + "[6]", + "[3]", + "[2]", + "[7]", + "[8]" + ], + "correct": 1, + "prob_ind": 85 + }, + { + "prompt": "[9]   [3]   [5]
[9]   [3]   [5]
[9]   [3]   [  ]", + "options": [ + "[2]", + "[6]", + "[7]", + "[3]", + "[5]", + "[8]", + "[4]", + "[1]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[1]   [3]   [6]
[1]   [3]   [6]
[1]   [3]   [  ]", + "options": [ + "[2]", + "[3]", + "[5]", + "[7]", + "[1]", + "[4]", + "[6]", + "[0]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[8]   [3]   [1]
[8]   [3]   [1]
[8]   [3]   [  ]", + "options": [ + "[8]", + "[5]", + "[6]", + "[7]", + "[1]", + "[9]", + "[4]", + "[2]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[3]   [5]   [6]
[3]   [5]   [6]
[3]   [5]   [  ]", + "options": [ + "[2]", + "[8]", + "[5]", + "[3]", + "[7]", + "[6]", + "[4]", + "[1]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[0]   [5]   [3]
[0]   [5]   [3]
[0]   [5]   [  ]", + "options": [ + "[4]", + "[1]", + "[9]", + "[0]", + "[2]", + "[3]", + "[7]", + "[5]" + ], + "correct": 5, + "prob_ind": 90 + }, + { + "prompt": "[4]   [9]   [3]
[4]   [9]   [3]
[4]   [9]   [  ]", + "options": [ + "[3]", + "[2]", + "[4]", + "[9]", + "[5]", + "[1]", + "[6]", + "[7]" + ], + "correct": 0, + "prob_ind": 91 + }, + { + "prompt": "[1]   [4]   [0]
[1]   [4]   [0]
[1]   [4]   [  ]", + "options": [ + "[5]", + "[3]", + "[2]", + "[6]", + "[8]", + "[0]", + "[4]", + "[1]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[1]   [4]   [6]
[1]   [4]   [6]
[1]   [4]   [  ]", + "options": [ + "[0]", + "[1]", + "[6]", + "[2]", + "[7]", + "[5]", + "[9]", + "[4]" + ], + "correct": 2, + "prob_ind": 93 + }, + { + "prompt": "[8]   [1]   [6]
[8]   [1]   [6]
[8]   [1]   [  ]", + "options": [ + "[4]", + "[8]", + "[7]", + "[1]", + "[5]", + "[0]", + "[9]", + "[6]" + ], + "correct": 7, + "prob_ind": 94 + }, + { + "prompt": "[9]   [7]   [3]
[9]   [7]   [3]
[9]   [7]   [  ]", + "options": [ + "[0]", + "[3]", + "[6]", + "[9]", + "[1]", + "[7]", + "[2]", + "[5]" + ], + "correct": 1, + "prob_ind": 95 + }, + { + "prompt": "[8]   [6]   [1]
[8]   [6]   [1]
[8]   [6]   [  ]", + "options": [ + "[7]", + "[1]", + "[5]", + "[0]", + "[8]", + "[3]", + "[9]", + "[6]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[6]   [1]   [5]
[6]   [1]   [5]
[6]   [1]   [  ]", + "options": [ + "[0]", + "[9]", + "[5]", + "[4]", + "[3]", + "[1]", + "[7]", + "[6]" + ], + "correct": 2, + "prob_ind": 97 + }, + { + "prompt": "[9]   [8]   [5]
[9]   [8]   [5]
[9]   [8]   [  ]", + "options": [ + "[5]", + "[3]", + "[2]", + "[6]", + "[8]", + "[9]", + "[4]", + "[7]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[7]   [0]   [2]
[7]   [0]   [2]
[7]   [0]   [  ]", + "options": [ + "[3]", + "[0]", + "[7]", + "[8]", + "[6]", + "[2]", + "[1]", + "[4]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "dist3_diag1": [ + { + "prompt": "[6]   [2]   [5]
[2]   [5]   [6]
[5]   [6]   [  ]", + "options": [ + "[2]", + "[1]", + "[3]", + "[4]", + "[5]", + "[8]", + "[0]", + "[6]" + ], + "correct": 0, + "prob_ind": 0 + }, + { + "prompt": "[8]   [4]   [2]
[4]   [2]   [8]
[2]   [8]   [  ]", + "options": [ + "[1]", + "[2]", + "[6]", + "[9]", + "[4]", + "[3]", + "[7]", + "[5]" + ], + "correct": 4, + "prob_ind": 1 + }, + { + "prompt": "[5]   [7]   [6]
[7]   [6]   [5]
[6]   [5]   [  ]", + "options": [ + "[2]", + "[3]", + "[7]", + "[9]", + "[4]", + "[8]", + "[6]", + "[5]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[9]   [0]   [5]
[0]   [5]   [9]
[5]   [9]   [  ]", + "options": [ + "[6]", + "[9]", + "[7]", + "[8]", + "[5]", + "[2]", + "[4]", + "[0]" + ], + "correct": 7, + "prob_ind": 3 + }, + { + "prompt": "[9]   [6]   [5]
[6]   [5]   [9]
[5]   [9]   [  ]", + "options": [ + "[2]", + "[5]", + "[6]", + "[7]", + "[3]", + "[8]", + "[1]", + "[4]" + ], + "correct": 2, + "prob_ind": 4 + }, + { + "prompt": "[2]   [6]   [1]
[6]   [1]   [2]
[1]   [2]   [  ]", + "options": [ + "[2]", + "[0]", + "[8]", + "[5]", + "[4]", + "[6]", + "[1]", + "[3]" + ], + "correct": 5, + "prob_ind": 5 + }, + { + "prompt": "[4]   [2]   [7]
[2]   [7]   [4]
[7]   [4]   [  ]", + "options": [ + "[4]", + "[6]", + "[9]", + "[5]", + "[0]", + "[2]", + "[7]", + "[3]" + ], + "correct": 5, + "prob_ind": 6 + }, + { + "prompt": "[6]   [0]   [3]
[0]   [3]   [6]
[3]   [6]   [  ]", + "options": [ + "[2]", + "[0]", + "[1]", + "[8]", + "[3]", + "[5]", + "[6]", + "[7]" + ], + "correct": 1, + "prob_ind": 7 + }, + { + "prompt": "[2]   [9]   [0]
[9]   [0]   [2]
[0]   [2]   [  ]", + "options": [ + "[7]", + "[4]", + "[2]", + "[5]", + "[9]", + "[1]", + "[0]", + "[8]" + ], + "correct": 4, + "prob_ind": 8 + }, + { + "prompt": "[5]   [8]   [0]
[8]   [0]   [5]
[0]   [5]   [  ]", + "options": [ + "[6]", + "[5]", + "[1]", + "[8]", + "[3]", + "[7]", + "[0]", + "[9]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[2]   [5]   [3]
[5]   [3]   [2]
[3]   [2]   [  ]", + "options": [ + "[1]", + "[5]", + "[7]", + "[4]", + "[0]", + "[3]", + "[6]", + "[2]" + ], + "correct": 1, + "prob_ind": 10 + }, + { + "prompt": "[9]   [3]   [6]
[3]   [6]   [9]
[6]   [9]   [  ]", + "options": [ + "[2]", + "[6]", + "[9]", + "[4]", + "[8]", + "[7]", + "[3]", + "[1]" + ], + "correct": 6, + "prob_ind": 11 + }, + { + "prompt": "[1]   [0]   [2]
[0]   [2]   [1]
[2]   [1]   [  ]", + "options": [ + "[6]", + "[1]", + "[7]", + "[0]", + "[2]", + "[5]", + "[4]", + "[3]" + ], + "correct": 3, + "prob_ind": 12 + }, + { + "prompt": "[3]   [2]   [8]
[2]   [8]   [3]
[8]   [3]   [  ]", + "options": [ + "[7]", + "[4]", + "[5]", + "[2]", + "[3]", + "[8]", + "[1]", + "[0]" + ], + "correct": 3, + "prob_ind": 13 + }, + { + "prompt": "[2]   [3]   [8]
[3]   [8]   [2]
[8]   [2]   [  ]", + "options": [ + "[1]", + "[7]", + "[9]", + "[5]", + "[2]", + "[4]", + "[3]", + "[8]" + ], + "correct": 6, + "prob_ind": 14 + }, + { + "prompt": "[2]   [7]   [3]
[7]   [3]   [2]
[3]   [2]   [  ]", + "options": [ + "[3]", + "[7]", + "[2]", + "[8]", + "[4]", + "[0]", + "[1]", + "[5]" + ], + "correct": 1, + "prob_ind": 15 + }, + { + "prompt": "[8]   [6]   [1]
[6]   [1]   [8]
[1]   [8]   [  ]", + "options": [ + "[7]", + "[1]", + "[0]", + "[2]", + "[8]", + "[3]", + "[5]", + "[6]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[1]   [3]   [6]
[3]   [6]   [1]
[6]   [1]   [  ]", + "options": [ + "[4]", + "[2]", + "[0]", + "[6]", + "[1]", + "[3]", + "[7]", + "[5]" + ], + "correct": 5, + "prob_ind": 17 + }, + { + "prompt": "[2]   [3]   [4]
[3]   [4]   [2]
[4]   [2]   [  ]", + "options": [ + "[9]", + "[2]", + "[0]", + "[4]", + "[6]", + "[3]", + "[5]", + "[1]" + ], + "correct": 5, + "prob_ind": 18 + }, + { + "prompt": "[8]   [3]   [6]
[3]   [6]   [8]
[6]   [8]   [  ]", + "options": [ + "[6]", + "[8]", + "[3]", + "[1]", + "[7]", + "[4]", + "[2]", + "[0]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[6]   [7]   [4]
[7]   [4]   [6]
[4]   [6]   [  ]", + "options": [ + "[5]", + "[4]", + "[7]", + "[3]", + "[9]", + "[2]", + "[8]", + "[6]" + ], + "correct": 2, + "prob_ind": 20 + }, + { + "prompt": "[2]   [4]   [8]
[4]   [8]   [2]
[8]   [2]   [  ]", + "options": [ + "[5]", + "[1]", + "[7]", + "[2]", + "[8]", + "[3]", + "[4]", + "[9]" + ], + "correct": 6, + "prob_ind": 21 + }, + { + "prompt": "[3]   [9]   [0]
[9]   [0]   [3]
[0]   [3]   [  ]", + "options": [ + "[3]", + "[5]", + "[2]", + "[7]", + "[8]", + "[0]", + "[9]", + "[1]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[3]   [9]   [6]
[9]   [6]   [3]
[6]   [3]   [  ]", + "options": [ + "[6]", + "[9]", + "[2]", + "[7]", + "[3]", + "[4]", + "[1]", + "[5]" + ], + "correct": 1, + "prob_ind": 23 + }, + { + "prompt": "[0]   [7]   [1]
[7]   [1]   [0]
[1]   [0]   [  ]", + "options": [ + "[5]", + "[1]", + "[7]", + "[3]", + "[2]", + "[6]", + "[8]", + "[9]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[7]   [5]   [9]
[5]   [9]   [7]
[9]   [7]   [  ]", + "options": [ + "[2]", + "[6]", + "[4]", + "[9]", + "[5]", + "[7]", + "[8]", + "[3]" + ], + "correct": 4, + "prob_ind": 25 + }, + { + "prompt": "[3]   [4]   [5]
[4]   [5]   [3]
[5]   [3]   [  ]", + "options": [ + "[5]", + "[4]", + "[6]", + "[7]", + "[1]", + "[3]", + "[8]", + "[2]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[2]   [0]   [9]
[0]   [9]   [2]
[9]   [2]   [  ]", + "options": [ + "[7]", + "[9]", + "[1]", + "[2]", + "[3]", + "[4]", + "[8]", + "[0]" + ], + "correct": 7, + "prob_ind": 27 + }, + { + "prompt": "[7]   [8]   [4]
[8]   [4]   [7]
[4]   [7]   [  ]", + "options": [ + "[4]", + "[8]", + "[6]", + "[1]", + "[9]", + "[5]", + "[2]", + "[7]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[4]   [3]   [8]
[3]   [8]   [4]
[8]   [4]   [  ]", + "options": [ + "[4]", + "[2]", + "[0]", + "[8]", + "[5]", + "[1]", + "[3]", + "[9]" + ], + "correct": 6, + "prob_ind": 29 + }, + { + "prompt": "[1]   [4]   [3]
[4]   [3]   [1]
[3]   [1]   [  ]", + "options": [ + "[9]", + "[2]", + "[0]", + "[4]", + "[1]", + "[6]", + "[3]", + "[5]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[1]   [2]   [8]
[2]   [8]   [1]
[8]   [1]   [  ]", + "options": [ + "[9]", + "[1]", + "[8]", + "[6]", + "[7]", + "[3]", + "[2]", + "[0]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[2]   [8]   [1]
[8]   [1]   [2]
[1]   [2]   [  ]", + "options": [ + "[8]", + "[9]", + "[2]", + "[3]", + "[7]", + "[0]", + "[5]", + "[1]" + ], + "correct": 0, + "prob_ind": 32 + }, + { + "prompt": "[3]   [0]   [5]
[0]   [5]   [3]
[5]   [3]   [  ]", + "options": [ + "[8]", + "[3]", + "[0]", + "[1]", + "[4]", + "[2]", + "[5]", + "[6]" + ], + "correct": 2, + "prob_ind": 33 + }, + { + "prompt": "[2]   [8]   [5]
[8]   [5]   [2]
[5]   [2]   [  ]", + "options": [ + "[0]", + "[5]", + "[4]", + "[3]", + "[7]", + "[2]", + "[6]", + "[8]" + ], + "correct": 7, + "prob_ind": 34 + }, + { + "prompt": "[6]   [9]   [8]
[9]   [8]   [6]
[8]   [6]   [  ]", + "options": [ + "[5]", + "[6]", + "[4]", + "[8]", + "[7]", + "[3]", + "[1]", + "[9]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[5]   [0]   [4]
[0]   [4]   [5]
[4]   [5]   [  ]", + "options": [ + "[8]", + "[5]", + "[6]", + "[2]", + "[9]", + "[4]", + "[0]", + "[7]" + ], + "correct": 6, + "prob_ind": 36 + }, + { + "prompt": "[6]   [3]   [1]
[3]   [1]   [6]
[1]   [6]   [  ]", + "options": [ + "[5]", + "[6]", + "[3]", + "[7]", + "[9]", + "[0]", + "[1]", + "[4]" + ], + "correct": 2, + "prob_ind": 37 + }, + { + "prompt": "[0]   [4]   [8]
[4]   [8]   [0]
[8]   [0]   [  ]", + "options": [ + "[1]", + "[2]", + "[3]", + "[6]", + "[5]", + "[7]", + "[4]", + "[0]" + ], + "correct": 6, + "prob_ind": 38 + }, + { + "prompt": "[7]   [1]   [9]
[1]   [9]   [7]
[9]   [7]   [  ]", + "options": [ + "[1]", + "[6]", + "[7]", + "[0]", + "[5]", + "[3]", + "[8]", + "[2]" + ], + "correct": 0, + "prob_ind": 39 + }, + { + "prompt": "[9]   [5]   [6]
[5]   [6]   [9]
[6]   [9]   [  ]", + "options": [ + "[6]", + "[3]", + "[7]", + "[8]", + "[9]", + "[0]", + "[5]", + "[4]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[7]   [5]   [1]
[5]   [1]   [7]
[1]   [7]   [  ]", + "options": [ + "[1]", + "[0]", + "[7]", + "[8]", + "[6]", + "[5]", + "[3]", + "[2]" + ], + "correct": 5, + "prob_ind": 41 + }, + { + "prompt": "[7]   [6]   [3]
[6]   [3]   [7]
[3]   [7]   [  ]", + "options": [ + "[0]", + "[6]", + "[3]", + "[2]", + "[7]", + "[9]", + "[8]", + "[4]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[4]   [8]   [7]
[8]   [7]   [4]
[7]   [4]   [  ]", + "options": [ + "[1]", + "[2]", + "[4]", + "[7]", + "[8]", + "[9]", + "[5]", + "[6]" + ], + "correct": 4, + "prob_ind": 43 + }, + { + "prompt": "[1]   [9]   [6]
[9]   [6]   [1]
[6]   [1]   [  ]", + "options": [ + "[4]", + "[3]", + "[0]", + "[6]", + "[5]", + "[1]", + "[7]", + "[9]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[8]   [1]   [9]
[1]   [9]   [8]
[9]   [8]   [  ]", + "options": [ + "[5]", + "[9]", + "[1]", + "[2]", + "[6]", + "[7]", + "[0]", + "[4]" + ], + "correct": 2, + "prob_ind": 45 + }, + { + "prompt": "[7]   [3]   [2]
[3]   [2]   [7]
[2]   [7]   [  ]", + "options": [ + "[3]", + "[4]", + "[2]", + "[9]", + "[8]", + "[6]", + "[1]", + "[5]" + ], + "correct": 0, + "prob_ind": 46 + }, + { + "prompt": "[2]   [5]   [6]
[5]   [6]   [2]
[6]   [2]   [  ]", + "options": [ + "[4]", + "[6]", + "[8]", + "[2]", + "[5]", + "[7]", + "[0]", + "[3]" + ], + "correct": 4, + "prob_ind": 47 + }, + { + "prompt": "[6]   [0]   [8]
[0]   [8]   [6]
[8]   [6]   [  ]", + "options": [ + "[3]", + "[6]", + "[0]", + "[8]", + "[7]", + "[4]", + "[1]", + "[9]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[4]   [2]   [0]
[2]   [0]   [4]
[0]   [4]   [  ]", + "options": [ + "[0]", + "[4]", + "[2]", + "[1]", + "[5]", + "[3]", + "[7]", + "[9]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[3]   [6]   [7]
[6]   [7]   [3]
[7]   [3]   [  ]", + "options": [ + "[8]", + "[5]", + "[1]", + "[6]", + "[4]", + "[3]", + "[2]", + "[9]" + ], + "correct": 3, + "prob_ind": 50 + }, + { + "prompt": "[2]   [6]   [0]
[6]   [0]   [2]
[0]   [2]   [  ]", + "options": [ + "[1]", + "[2]", + "[3]", + "[4]", + "[5]", + "[6]", + "[7]", + "[0]" + ], + "correct": 5, + "prob_ind": 51 + }, + { + "prompt": "[5]   [4]   [6]
[4]   [6]   [5]
[6]   [5]   [  ]", + "options": [ + "[5]", + "[7]", + "[0]", + "[9]", + "[4]", + "[6]", + "[8]", + "[3]" + ], + "correct": 4, + "prob_ind": 52 + }, + { + "prompt": "[1]   [5]   [3]
[5]   [3]   [1]
[3]   [1]   [  ]", + "options": [ + "[6]", + "[1]", + "[7]", + "[2]", + "[3]", + "[0]", + "[4]", + "[5]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[3]   [9]   [1]
[9]   [1]   [3]
[1]   [3]   [  ]", + "options": [ + "[0]", + "[8]", + "[3]", + "[1]", + "[9]", + "[5]", + "[7]", + "[4]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[8]   [5]   [1]
[5]   [1]   [8]
[1]   [8]   [  ]", + "options": [ + "[6]", + "[2]", + "[3]", + "[9]", + "[8]", + "[5]", + "[1]", + "[7]" + ], + "correct": 5, + "prob_ind": 55 + }, + { + "prompt": "[4]   [0]   [6]
[0]   [6]   [4]
[6]   [4]   [  ]", + "options": [ + "[3]", + "[7]", + "[2]", + "[0]", + "[1]", + "[4]", + "[6]", + "[9]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[9]   [3]   [8]
[3]   [8]   [9]
[8]   [9]   [  ]", + "options": [ + "[1]", + "[8]", + "[0]", + "[2]", + "[4]", + "[7]", + "[3]", + "[9]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[2]   [3]   [9]
[3]   [9]   [2]
[9]   [2]   [  ]", + "options": [ + "[1]", + "[0]", + "[9]", + "[4]", + "[5]", + "[7]", + "[3]", + "[2]" + ], + "correct": 6, + "prob_ind": 58 + }, + { + "prompt": "[6]   [1]   [7]
[1]   [7]   [6]
[7]   [6]   [  ]", + "options": [ + "[7]", + "[0]", + "[9]", + "[1]", + "[4]", + "[8]", + "[6]", + "[3]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[4]   [8]   [2]
[8]   [2]   [4]
[2]   [4]   [  ]", + "options": [ + "[8]", + "[3]", + "[9]", + "[1]", + "[5]", + "[2]", + "[7]", + "[4]" + ], + "correct": 0, + "prob_ind": 60 + }, + { + "prompt": "[1]   [4]   [7]
[4]   [7]   [1]
[7]   [1]   [  ]", + "options": [ + "[9]", + "[4]", + "[7]", + "[5]", + "[2]", + "[3]", + "[6]", + "[8]" + ], + "correct": 1, + "prob_ind": 61 + }, + { + "prompt": "[8]   [6]   [9]
[6]   [9]   [8]
[9]   [8]   [  ]", + "options": [ + "[7]", + "[4]", + "[5]", + "[9]", + "[0]", + "[3]", + "[6]", + "[8]" + ], + "correct": 6, + "prob_ind": 62 + }, + { + "prompt": "[3]   [8]   [1]
[8]   [1]   [3]
[1]   [3]   [  ]", + "options": [ + "[8]", + "[3]", + "[6]", + "[1]", + "[0]", + "[9]", + "[2]", + "[4]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[9]   [5]   [7]
[5]   [7]   [9]
[7]   [9]   [  ]", + "options": [ + "[4]", + "[0]", + "[9]", + "[8]", + "[2]", + "[3]", + "[5]", + "[7]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[4]   [6]   [5]
[6]   [5]   [4]
[5]   [4]   [  ]", + "options": [ + "[3]", + "[7]", + "[6]", + "[8]", + "[1]", + "[4]", + "[2]", + "[5]" + ], + "correct": 2, + "prob_ind": 65 + }, + { + "prompt": "[8]   [0]   [9]
[0]   [9]   [8]
[9]   [8]   [  ]", + "options": [ + "[5]", + "[8]", + "[0]", + "[9]", + "[2]", + "[4]", + "[7]", + "[6]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[8]   [9]   [4]
[9]   [4]   [8]
[4]   [8]   [  ]", + "options": [ + "[8]", + "[7]", + "[4]", + "[2]", + "[5]", + "[1]", + "[6]", + "[9]" + ], + "correct": 7, + "prob_ind": 67 + }, + { + "prompt": "[6]   [5]   [9]
[5]   [9]   [6]
[9]   [6]   [  ]", + "options": [ + "[9]", + "[5]", + "[7]", + "[1]", + "[6]", + "[4]", + "[8]", + "[3]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[7]   [1]   [0]
[1]   [0]   [7]
[0]   [7]   [  ]", + "options": [ + "[0]", + "[9]", + "[3]", + "[5]", + "[1]", + "[2]", + "[8]", + "[7]" + ], + "correct": 4, + "prob_ind": 69 + }, + { + "prompt": "[3]   [7]   [4]
[7]   [4]   [3]
[4]   [3]   [  ]", + "options": [ + "[4]", + "[8]", + "[5]", + "[7]", + "[6]", + "[2]", + "[3]", + "[1]" + ], + "correct": 3, + "prob_ind": 70 + }, + { + "prompt": "[4]   [7]   [6]
[7]   [6]   [4]
[6]   [4]   [  ]", + "options": [ + "[7]", + "[3]", + "[6]", + "[8]", + "[4]", + "[2]", + "[5]", + "[9]" + ], + "correct": 0, + "prob_ind": 71 + }, + { + "prompt": "[2]   [9]   [5]
[9]   [5]   [2]
[5]   [2]   [  ]", + "options": [ + "[7]", + "[6]", + "[9]", + "[1]", + "[2]", + "[5]", + "[3]", + "[8]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[1]   [8]   [6]
[8]   [6]   [1]
[6]   [1]   [  ]", + "options": [ + "[1]", + "[2]", + "[0]", + "[7]", + "[8]", + "[6]", + "[4]", + "[5]" + ], + "correct": 4, + "prob_ind": 73 + }, + { + "prompt": "[0]   [8]   [2]
[8]   [2]   [0]
[2]   [0]   [  ]", + "options": [ + "[2]", + "[7]", + "[8]", + "[4]", + "[1]", + "[5]", + "[0]", + "[9]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[4]   [8]   [5]
[8]   [5]   [4]
[5]   [4]   [  ]", + "options": [ + "[7]", + "[4]", + "[8]", + "[5]", + "[1]", + "[9]", + "[2]", + "[6]" + ], + "correct": 2, + "prob_ind": 75 + }, + { + "prompt": "[9]   [6]   [1]
[6]   [1]   [9]
[1]   [9]   [  ]", + "options": [ + "[1]", + "[6]", + "[7]", + "[4]", + "[3]", + "[0]", + "[9]", + "[5]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[0]   [3]   [7]
[3]   [7]   [0]
[7]   [0]   [  ]", + "options": [ + "[0]", + "[3]", + "[8]", + "[7]", + "[6]", + "[5]", + "[1]", + "[2]" + ], + "correct": 1, + "prob_ind": 77 + }, + { + "prompt": "[5]   [7]   [2]
[7]   [2]   [5]
[2]   [5]   [  ]", + "options": [ + "[2]", + "[6]", + "[1]", + "[9]", + "[7]", + "[0]", + "[5]", + "[4]" + ], + "correct": 4, + "prob_ind": 78 + }, + { + "prompt": "[3]   [2]   [0]
[2]   [0]   [3]
[0]   [3]   [  ]", + "options": [ + "[3]", + "[0]", + "[4]", + "[8]", + "[1]", + "[2]", + "[6]", + "[5]" + ], + "correct": 5, + "prob_ind": 79 + }, + { + "prompt": "[1]   [3]   [0]
[3]   [0]   [1]
[0]   [1]   [  ]", + "options": [ + "[2]", + "[6]", + "[1]", + "[3]", + "[9]", + "[0]", + "[4]", + "[5]" + ], + "correct": 3, + "prob_ind": 80 + }, + { + "prompt": "[4]   [8]   [6]
[8]   [6]   [4]
[6]   [4]   [  ]", + "options": [ + "[6]", + "[3]", + "[9]", + "[4]", + "[8]", + "[1]", + "[5]", + "[2]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[0]   [9]   [6]
[9]   [6]   [0]
[6]   [0]   [  ]", + "options": [ + "[9]", + "[7]", + "[0]", + "[8]", + "[1]", + "[5]", + "[6]", + "[2]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[8]   [9]   [5]
[9]   [5]   [8]
[5]   [8]   [  ]", + "options": [ + "[3]", + "[9]", + "[5]", + "[2]", + "[7]", + "[6]", + "[8]", + "[4]" + ], + "correct": 1, + "prob_ind": 83 + }, + { + "prompt": "[6]   [8]   [9]
[8]   [9]   [6]
[9]   [6]   [  ]", + "options": [ + "[8]", + "[5]", + "[6]", + "[4]", + "[0]", + "[9]", + "[1]", + "[7]" + ], + "correct": 0, + "prob_ind": 84 + }, + { + "prompt": "[9]   [4]   [0]
[4]   [0]   [9]
[0]   [9]   [  ]", + "options": [ + "[3]", + "[8]", + "[4]", + "[2]", + "[9]", + "[1]", + "[0]", + "[6]" + ], + "correct": 2, + "prob_ind": 85 + }, + { + "prompt": "[9]   [3]   [0]
[3]   [0]   [9]
[0]   [9]   [  ]", + "options": [ + "[2]", + "[9]", + "[1]", + "[6]", + "[3]", + "[0]", + "[8]", + "[4]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[7]   [3]   [8]
[3]   [8]   [7]
[8]   [7]   [  ]", + "options": [ + "[5]", + "[8]", + "[7]", + "[6]", + "[1]", + "[3]", + "[2]", + "[9]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[5]   [6]   [9]
[6]   [9]   [5]
[9]   [5]   [  ]", + "options": [ + "[7]", + "[0]", + "[8]", + "[5]", + "[9]", + "[4]", + "[3]", + "[6]" + ], + "correct": 7, + "prob_ind": 88 + }, + { + "prompt": "[3]   [0]   [8]
[0]   [8]   [3]
[8]   [3]   [  ]", + "options": [ + "[1]", + "[0]", + "[7]", + "[4]", + "[6]", + "[3]", + "[5]", + "[2]" + ], + "correct": 1, + "prob_ind": 89 + }, + { + "prompt": "[2]   [4]   [5]
[4]   [5]   [2]
[5]   [2]   [  ]", + "options": [ + "[2]", + "[4]", + "[3]", + "[9]", + "[5]", + "[1]", + "[0]", + "[8]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[6]   [3]   [9]
[3]   [9]   [6]
[9]   [6]   [  ]", + "options": [ + "[4]", + "[2]", + "[3]", + "[1]", + "[6]", + "[8]", + "[9]", + "[5]" + ], + "correct": 2, + "prob_ind": 91 + }, + { + "prompt": "[9]   [8]   [5]
[8]   [5]   [9]
[5]   [9]   [  ]", + "options": [ + "[5]", + "[1]", + "[2]", + "[7]", + "[9]", + "[6]", + "[8]", + "[4]" + ], + "correct": 6, + "prob_ind": 92 + }, + { + "prompt": "[1]   [0]   [6]
[0]   [6]   [1]
[6]   [1]   [  ]", + "options": [ + "[5]", + "[3]", + "[4]", + "[1]", + "[2]", + "[8]", + "[0]", + "[6]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[6]   [4]   [2]
[4]   [2]   [6]
[2]   [6]   [  ]", + "options": [ + "[1]", + "[2]", + "[6]", + "[5]", + "[0]", + "[3]", + "[8]", + "[4]" + ], + "correct": 7, + "prob_ind": 94 + }, + { + "prompt": "[7]   [0]   [1]
[0]   [1]   [7]
[1]   [7]   [  ]", + "options": [ + "[3]", + "[2]", + "[1]", + "[7]", + "[0]", + "[9]", + "[4]", + "[8]" + ], + "correct": 4, + "prob_ind": 95 + }, + { + "prompt": "[5]   [6]   [3]
[6]   [3]   [5]
[3]   [5]   [  ]", + "options": [ + "[8]", + "[2]", + "[3]", + "[6]", + "[4]", + "[7]", + "[5]", + "[0]" + ], + "correct": 3, + "prob_ind": 96 + }, + { + "prompt": "[8]   [9]   [2]
[9]   [2]   [8]
[2]   [8]   [  ]", + "options": [ + "[0]", + "[9]", + "[4]", + "[8]", + "[7]", + "[6]", + "[1]", + "[2]" + ], + "correct": 1, + "prob_ind": 97 + }, + { + "prompt": "[1]   [6]   [8]
[6]   [8]   [1]
[8]   [1]   [  ]", + "options": [ + "[6]", + "[2]", + "[5]", + "[9]", + "[1]", + "[3]", + "[8]", + "[0]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[5]   [8]   [9]
[8]   [9]   [5]
[9]   [5]   [  ]", + "options": [ + "[4]", + "[9]", + "[3]", + "[1]", + "[7]", + "[8]", + "[2]", + "[6]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "dist3_diag2": [ + { + "prompt": "[9]   [6]   [1]
[1]   [9]   [6]
[6]   [1]   [  ]", + "options": [ + "[8]", + "[7]", + "[0]", + "[6]", + "[1]", + "[9]", + "[4]", + "[5]" + ], + "correct": 5, + "prob_ind": 0 + }, + { + "prompt": "[5]   [3]   [6]
[6]   [5]   [3]
[3]   [6]   [  ]", + "options": [ + "[5]", + "[8]", + "[1]", + "[3]", + "[6]", + "[4]", + "[7]", + "[2]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[5]   [2]   [6]
[6]   [5]   [2]
[2]   [6]   [  ]", + "options": [ + "[3]", + "[6]", + "[8]", + "[7]", + "[5]", + "[0]", + "[9]", + "[1]" + ], + "correct": 4, + "prob_ind": 2 + }, + { + "prompt": "[4]   [7]   [1]
[1]   [4]   [7]
[7]   [1]   [  ]", + "options": [ + "[7]", + "[5]", + "[1]", + "[3]", + "[6]", + "[4]", + "[2]", + "[8]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[2]   [7]   [8]
[8]   [2]   [7]
[7]   [8]   [  ]", + "options": [ + "[6]", + "[0]", + "[5]", + "[2]", + "[9]", + "[4]", + "[8]", + "[7]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[8]   [3]   [6]
[6]   [8]   [3]
[3]   [6]   [  ]", + "options": [ + "[3]", + "[2]", + "[7]", + "[8]", + "[5]", + "[9]", + "[6]", + "[4]" + ], + "correct": 3, + "prob_ind": 5 + }, + { + "prompt": "[4]   [6]   [7]
[7]   [4]   [6]
[6]   [7]   [  ]", + "options": [ + "[6]", + "[2]", + "[4]", + "[9]", + "[8]", + "[0]", + "[5]", + "[7]" + ], + "correct": 2, + "prob_ind": 6 + }, + { + "prompt": "[4]   [2]   [1]
[1]   [4]   [2]
[2]   [1]   [  ]", + "options": [ + "[6]", + "[0]", + "[9]", + "[2]", + "[3]", + "[4]", + "[1]", + "[5]" + ], + "correct": 5, + "prob_ind": 7 + }, + { + "prompt": "[9]   [8]   [3]
[3]   [9]   [8]
[8]   [3]   [  ]", + "options": [ + "[5]", + "[2]", + "[7]", + "[8]", + "[6]", + "[9]", + "[3]", + "[1]" + ], + "correct": 5, + "prob_ind": 8 + }, + { + "prompt": "[5]   [8]   [1]
[1]   [5]   [8]
[8]   [1]   [  ]", + "options": [ + "[0]", + "[1]", + "[5]", + "[7]", + "[2]", + "[9]", + "[4]", + "[3]" + ], + "correct": 2, + "prob_ind": 9 + }, + { + "prompt": "[7]   [5]   [8]
[8]   [7]   [5]
[5]   [8]   [  ]", + "options": [ + "[3]", + "[6]", + "[2]", + "[8]", + "[4]", + "[7]", + "[1]", + "[9]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[1]   [2]   [4]
[4]   [1]   [2]
[2]   [4]   [  ]", + "options": [ + "[2]", + "[0]", + "[9]", + "[4]", + "[3]", + "[1]", + "[8]", + "[7]" + ], + "correct": 5, + "prob_ind": 11 + }, + { + "prompt": "[1]   [5]   [7]
[7]   [1]   [5]
[5]   [7]   [  ]", + "options": [ + "[5]", + "[2]", + "[0]", + "[6]", + "[7]", + "[1]", + "[4]", + "[3]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[9]   [0]   [7]
[7]   [9]   [0]
[0]   [7]   [  ]", + "options": [ + "[7]", + "[4]", + "[0]", + "[3]", + "[5]", + "[1]", + "[9]", + "[8]" + ], + "correct": 6, + "prob_ind": 13 + }, + { + "prompt": "[3]   [9]   [4]
[4]   [3]   [9]
[9]   [4]   [  ]", + "options": [ + "[7]", + "[3]", + "[6]", + "[8]", + "[2]", + "[4]", + "[1]", + "[9]" + ], + "correct": 1, + "prob_ind": 14 + }, + { + "prompt": "[7]   [0]   [4]
[4]   [7]   [0]
[0]   [4]   [  ]", + "options": [ + "[1]", + "[8]", + "[9]", + "[7]", + "[0]", + "[6]", + "[4]", + "[2]" + ], + "correct": 3, + "prob_ind": 15 + }, + { + "prompt": "[5]   [0]   [9]
[9]   [5]   [0]
[0]   [9]   [  ]", + "options": [ + "[1]", + "[9]", + "[8]", + "[0]", + "[2]", + "[3]", + "[5]", + "[7]" + ], + "correct": 6, + "prob_ind": 16 + }, + { + "prompt": "[5]   [4]   [2]
[2]   [5]   [4]
[4]   [2]   [  ]", + "options": [ + "[2]", + "[5]", + "[4]", + "[3]", + "[1]", + "[9]", + "[6]", + "[7]" + ], + "correct": 1, + "prob_ind": 17 + }, + { + "prompt": "[5]   [9]   [4]
[4]   [5]   [9]
[9]   [4]   [  ]", + "options": [ + "[8]", + "[9]", + "[0]", + "[3]", + "[6]", + "[4]", + "[5]", + "[2]" + ], + "correct": 6, + "prob_ind": 18 + }, + { + "prompt": "[7]   [8]   [3]
[3]   [7]   [8]
[8]   [3]   [  ]", + "options": [ + "[7]", + "[0]", + "[5]", + "[8]", + "[6]", + "[2]", + "[9]", + "[3]" + ], + "correct": 0, + "prob_ind": 19 + }, + { + "prompt": "[9]   [0]   [2]
[2]   [9]   [0]
[0]   [2]   [  ]", + "options": [ + "[3]", + "[4]", + "[9]", + "[0]", + "[7]", + "[8]", + "[2]", + "[6]" + ], + "correct": 2, + "prob_ind": 20 + }, + { + "prompt": "[1]   [9]   [3]
[3]   [1]   [9]
[9]   [3]   [  ]", + "options": [ + "[3]", + "[9]", + "[6]", + "[0]", + "[2]", + "[1]", + "[8]", + "[7]" + ], + "correct": 5, + "prob_ind": 21 + }, + { + "prompt": "[8]   [3]   [1]
[1]   [8]   [3]
[3]   [1]   [  ]", + "options": [ + "[2]", + "[4]", + "[8]", + "[6]", + "[3]", + "[7]", + "[1]", + "[5]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[8]   [0]   [6]
[6]   [8]   [0]
[0]   [6]   [  ]", + "options": [ + "[6]", + "[3]", + "[2]", + "[8]", + "[7]", + "[9]", + "[1]", + "[0]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[6]   [3]   [9]
[9]   [6]   [3]
[3]   [9]   [  ]", + "options": [ + "[6]", + "[3]", + "[2]", + "[8]", + "[9]", + "[7]", + "[5]", + "[4]" + ], + "correct": 0, + "prob_ind": 24 + }, + { + "prompt": "[3]   [4]   [6]
[6]   [3]   [4]
[4]   [6]   [  ]", + "options": [ + "[6]", + "[7]", + "[3]", + "[9]", + "[4]", + "[5]", + "[8]", + "[2]" + ], + "correct": 2, + "prob_ind": 25 + }, + { + "prompt": "[4]   [3]   [7]
[7]   [4]   [3]
[3]   [7]   [  ]", + "options": [ + "[3]", + "[8]", + "[5]", + "[2]", + "[9]", + "[4]", + "[7]", + "[0]" + ], + "correct": 5, + "prob_ind": 26 + }, + { + "prompt": "[3]   [0]   [8]
[8]   [3]   [0]
[0]   [8]   [  ]", + "options": [ + "[4]", + "[6]", + "[1]", + "[3]", + "[8]", + "[7]", + "[9]", + "[2]" + ], + "correct": 3, + "prob_ind": 27 + }, + { + "prompt": "[6]   [8]   [2]
[2]   [6]   [8]
[8]   [2]   [  ]", + "options": [ + "[4]", + "[6]", + "[3]", + "[5]", + "[8]", + "[9]", + "[1]", + "[0]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[7]   [2]   [9]
[9]   [7]   [2]
[2]   [9]   [  ]", + "options": [ + "[7]", + "[6]", + "[1]", + "[5]", + "[9]", + "[8]", + "[2]", + "[3]" + ], + "correct": 0, + "prob_ind": 29 + }, + { + "prompt": "[6]   [2]   [8]
[8]   [6]   [2]
[2]   [8]   [  ]", + "options": [ + "[4]", + "[9]", + "[3]", + "[6]", + "[7]", + "[5]", + "[2]", + "[8]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[2]   [1]   [3]
[3]   [2]   [1]
[1]   [3]   [  ]", + "options": [ + "[8]", + "[3]", + "[0]", + "[2]", + "[5]", + "[4]", + "[1]", + "[7]" + ], + "correct": 3, + "prob_ind": 31 + }, + { + "prompt": "[3]   [8]   [7]
[7]   [3]   [8]
[8]   [7]   [  ]", + "options": [ + "[7]", + "[8]", + "[4]", + "[5]", + "[1]", + "[9]", + "[3]", + "[6]" + ], + "correct": 6, + "prob_ind": 32 + }, + { + "prompt": "[3]   [5]   [4]
[4]   [3]   [5]
[5]   [4]   [  ]", + "options": [ + "[6]", + "[5]", + "[9]", + "[4]", + "[0]", + "[7]", + "[3]", + "[2]" + ], + "correct": 6, + "prob_ind": 33 + }, + { + "prompt": "[0]   [6]   [9]
[9]   [0]   [6]
[6]   [9]   [  ]", + "options": [ + "[1]", + "[7]", + "[8]", + "[9]", + "[4]", + "[0]", + "[2]", + "[3]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[8]   [9]   [5]
[5]   [8]   [9]
[9]   [5]   [  ]", + "options": [ + "[7]", + "[0]", + "[5]", + "[9]", + "[4]", + "[2]", + "[6]", + "[8]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[6]   [5]   [9]
[9]   [6]   [5]
[5]   [9]   [  ]", + "options": [ + "[4]", + "[3]", + "[7]", + "[6]", + "[8]", + "[5]", + "[9]", + "[0]" + ], + "correct": 3, + "prob_ind": 36 + }, + { + "prompt": "[3]   [0]   [9]
[9]   [3]   [0]
[0]   [9]   [  ]", + "options": [ + "[4]", + "[2]", + "[5]", + "[9]", + "[8]", + "[0]", + "[3]", + "[1]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[7]   [1]   [0]
[0]   [7]   [1]
[1]   [0]   [  ]", + "options": [ + "[6]", + "[7]", + "[2]", + "[1]", + "[8]", + "[9]", + "[3]", + "[5]" + ], + "correct": 1, + "prob_ind": 38 + }, + { + "prompt": "[4]   [8]   [5]
[5]   [4]   [8]
[8]   [5]   [  ]", + "options": [ + "[3]", + "[1]", + "[2]", + "[6]", + "[9]", + "[7]", + "[4]", + "[5]" + ], + "correct": 6, + "prob_ind": 39 + }, + { + "prompt": "[8]   [3]   [5]
[5]   [8]   [3]
[3]   [5]   [  ]", + "options": [ + "[8]", + "[3]", + "[7]", + "[5]", + "[4]", + "[9]", + "[1]", + "[6]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[8]   [4]   [0]
[0]   [8]   [4]
[4]   [0]   [  ]", + "options": [ + "[4]", + "[8]", + "[5]", + "[0]", + "[7]", + "[6]", + "[9]", + "[2]" + ], + "correct": 1, + "prob_ind": 41 + }, + { + "prompt": "[2]   [4]   [3]
[3]   [2]   [4]
[4]   [3]   [  ]", + "options": [ + "[3]", + "[7]", + "[4]", + "[0]", + "[2]", + "[5]", + "[1]", + "[8]" + ], + "correct": 4, + "prob_ind": 42 + }, + { + "prompt": "[9]   [2]   [3]
[3]   [9]   [2]
[2]   [3]   [  ]", + "options": [ + "[1]", + "[0]", + "[3]", + "[2]", + "[8]", + "[9]", + "[5]", + "[7]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[2]   [1]   [5]
[5]   [2]   [1]
[1]   [5]   [  ]", + "options": [ + "[4]", + "[7]", + "[0]", + "[6]", + "[5]", + "[3]", + "[1]", + "[2]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[4]   [2]   [3]
[3]   [4]   [2]
[2]   [3]   [  ]", + "options": [ + "[5]", + "[9]", + "[0]", + "[3]", + "[8]", + "[2]", + "[4]", + "[7]" + ], + "correct": 6, + "prob_ind": 45 + }, + { + "prompt": "[5]   [0]   [6]
[6]   [5]   [0]
[0]   [6]   [  ]", + "options": [ + "[2]", + "[7]", + "[6]", + "[5]", + "[3]", + "[9]", + "[4]", + "[8]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[5]   [9]   [3]
[3]   [5]   [9]
[9]   [3]   [  ]", + "options": [ + "[3]", + "[4]", + "[8]", + "[2]", + "[6]", + "[5]", + "[7]", + "[1]" + ], + "correct": 5, + "prob_ind": 47 + }, + { + "prompt": "[0]   [3]   [6]
[6]   [0]   [3]
[3]   [6]   [  ]", + "options": [ + "[6]", + "[2]", + "[0]", + "[5]", + "[8]", + "[1]", + "[4]", + "[3]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[9]   [5]   [3]
[3]   [9]   [5]
[5]   [3]   [  ]", + "options": [ + "[4]", + "[9]", + "[7]", + "[8]", + "[2]", + "[5]", + "[6]", + "[1]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[5]   [7]   [9]
[9]   [5]   [7]
[7]   [9]   [  ]", + "options": [ + "[9]", + "[0]", + "[7]", + "[4]", + "[6]", + "[8]", + "[1]", + "[5]" + ], + "correct": 7, + "prob_ind": 50 + }, + { + "prompt": "[2]   [3]   [8]
[8]   [2]   [3]
[3]   [8]   [  ]", + "options": [ + "[4]", + "[0]", + "[8]", + "[9]", + "[2]", + "[1]", + "[3]", + "[7]" + ], + "correct": 4, + "prob_ind": 51 + }, + { + "prompt": "[9]   [6]   [5]
[5]   [9]   [6]
[6]   [5]   [  ]", + "options": [ + "[9]", + "[4]", + "[5]", + "[7]", + "[6]", + "[0]", + "[8]", + "[3]" + ], + "correct": 0, + "prob_ind": 52 + }, + { + "prompt": "[2]   [9]   [5]
[5]   [2]   [9]
[9]   [5]   [  ]", + "options": [ + "[8]", + "[9]", + "[2]", + "[7]", + "[0]", + "[4]", + "[6]", + "[5]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[5]   [2]   [4]
[4]   [5]   [2]
[2]   [4]   [  ]", + "options": [ + "[7]", + "[6]", + "[1]", + "[5]", + "[0]", + "[2]", + "[3]", + "[4]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[3]   [2]   [8]
[8]   [3]   [2]
[2]   [8]   [  ]", + "options": [ + "[2]", + "[3]", + "[6]", + "[1]", + "[5]", + "[8]", + "[0]", + "[4]" + ], + "correct": 1, + "prob_ind": 55 + }, + { + "prompt": "[5]   [0]   [3]
[3]   [5]   [0]
[0]   [3]   [  ]", + "options": [ + "[7]", + "[2]", + "[4]", + "[3]", + "[0]", + "[5]", + "[6]", + "[1]" + ], + "correct": 5, + "prob_ind": 56 + }, + { + "prompt": "[8]   [5]   [0]
[0]   [8]   [5]
[5]   [0]   [  ]", + "options": [ + "[3]", + "[8]", + "[4]", + "[6]", + "[5]", + "[2]", + "[9]", + "[7]" + ], + "correct": 1, + "prob_ind": 57 + }, + { + "prompt": "[3]   [2]   [1]
[1]   [3]   [2]
[2]   [1]   [  ]", + "options": [ + "[3]", + "[4]", + "[2]", + "[6]", + "[8]", + "[1]", + "[5]", + "[0]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[9]   [1]   [2]
[2]   [9]   [1]
[1]   [2]   [  ]", + "options": [ + "[3]", + "[0]", + "[2]", + "[1]", + "[9]", + "[7]", + "[4]", + "[8]" + ], + "correct": 4, + "prob_ind": 59 + }, + { + "prompt": "[1]   [9]   [0]
[0]   [1]   [9]
[9]   [0]   [  ]", + "options": [ + "[8]", + "[7]", + "[2]", + "[9]", + "[1]", + "[5]", + "[0]", + "[6]" + ], + "correct": 4, + "prob_ind": 60 + }, + { + "prompt": "[3]   [7]   [5]
[5]   [3]   [7]
[7]   [5]   [  ]", + "options": [ + "[9]", + "[2]", + "[0]", + "[5]", + "[3]", + "[7]", + "[1]", + "[6]" + ], + "correct": 4, + "prob_ind": 61 + }, + { + "prompt": "[9]   [0]   [1]
[1]   [9]   [0]
[0]   [1]   [  ]", + "options": [ + "[4]", + "[8]", + "[1]", + "[5]", + "[6]", + "[9]", + "[7]", + "[0]" + ], + "correct": 5, + "prob_ind": 62 + }, + { + "prompt": "[7]   [6]   [0]
[0]   [7]   [6]
[6]   [0]   [  ]", + "options": [ + "[5]", + "[1]", + "[2]", + "[8]", + "[7]", + "[6]", + "[9]", + "[0]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[5]   [3]   [2]
[2]   [5]   [3]
[3]   [2]   [  ]", + "options": [ + "[4]", + "[0]", + "[3]", + "[5]", + "[6]", + "[7]", + "[8]", + "[2]" + ], + "correct": 3, + "prob_ind": 64 + }, + { + "prompt": "[4]   [3]   [5]
[5]   [4]   [3]
[3]   [5]   [  ]", + "options": [ + "[8]", + "[1]", + "[4]", + "[3]", + "[5]", + "[2]", + "[6]", + "[7]" + ], + "correct": 2, + "prob_ind": 65 + }, + { + "prompt": "[3]   [7]   [4]
[4]   [3]   [7]
[7]   [4]   [  ]", + "options": [ + "[4]", + "[6]", + "[2]", + "[7]", + "[1]", + "[3]", + "[8]", + "[5]" + ], + "correct": 5, + "prob_ind": 66 + }, + { + "prompt": "[4]   [8]   [1]
[1]   [4]   [8]
[8]   [1]   [  ]", + "options": [ + "[5]", + "[1]", + "[2]", + "[0]", + "[6]", + "[8]", + "[3]", + "[4]" + ], + "correct": 7, + "prob_ind": 67 + }, + { + "prompt": "[7]   [4]   [5]
[5]   [7]   [4]
[4]   [5]   [  ]", + "options": [ + "[5]", + "[6]", + "[2]", + "[3]", + "[1]", + "[4]", + "[0]", + "[7]" + ], + "correct": 7, + "prob_ind": 68 + }, + { + "prompt": "[8]   [2]   [9]
[9]   [8]   [2]
[2]   [9]   [  ]", + "options": [ + "[7]", + "[2]", + "[6]", + "[8]", + "[1]", + "[9]", + "[3]", + "[4]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[3]   [4]   [0]
[0]   [3]   [4]
[4]   [0]   [  ]", + "options": [ + "[6]", + "[2]", + "[0]", + "[4]", + "[3]", + "[7]", + "[9]", + "[5]" + ], + "correct": 4, + "prob_ind": 70 + }, + { + "prompt": "[6]   [8]   [1]
[1]   [6]   [8]
[8]   [1]   [  ]", + "options": [ + "[3]", + "[7]", + "[0]", + "[6]", + "[2]", + "[8]", + "[1]", + "[9]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[5]   [9]   [8]
[8]   [5]   [9]
[9]   [8]   [  ]", + "options": [ + "[4]", + "[7]", + "[5]", + "[3]", + "[6]", + "[9]", + "[8]", + "[2]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[9]   [8]   [0]
[0]   [9]   [8]
[8]   [0]   [  ]", + "options": [ + "[8]", + "[4]", + "[5]", + "[1]", + "[2]", + "[0]", + "[9]", + "[6]" + ], + "correct": 6, + "prob_ind": 73 + }, + { + "prompt": "[6]   [0]   [4]
[4]   [6]   [0]
[0]   [4]   [  ]", + "options": [ + "[5]", + "[0]", + "[3]", + "[4]", + "[7]", + "[6]", + "[2]", + "[8]" + ], + "correct": 5, + "prob_ind": 74 + }, + { + "prompt": "[3]   [5]   [9]
[9]   [3]   [5]
[5]   [9]   [  ]", + "options": [ + "[6]", + "[8]", + "[4]", + "[5]", + "[7]", + "[9]", + "[3]", + "[1]" + ], + "correct": 6, + "prob_ind": 75 + }, + { + "prompt": "[7]   [3]   [2]
[2]   [7]   [3]
[3]   [2]   [  ]", + "options": [ + "[8]", + "[1]", + "[9]", + "[0]", + "[6]", + "[7]", + "[4]", + "[3]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[3]   [8]   [1]
[1]   [3]   [8]
[8]   [1]   [  ]", + "options": [ + "[6]", + "[7]", + "[0]", + "[8]", + "[2]", + "[5]", + "[3]", + "[1]" + ], + "correct": 6, + "prob_ind": 77 + }, + { + "prompt": "[7]   [1]   [8]
[8]   [7]   [1]
[1]   [8]   [  ]", + "options": [ + "[7]", + "[4]", + "[6]", + "[5]", + "[9]", + "[1]", + "[3]", + "[8]" + ], + "correct": 0, + "prob_ind": 78 + }, + { + "prompt": "[0]   [8]   [1]
[1]   [0]   [8]
[8]   [1]   [  ]", + "options": [ + "[5]", + "[9]", + "[1]", + "[6]", + "[0]", + "[8]", + "[7]", + "[3]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[9]   [2]   [8]
[8]   [9]   [2]
[2]   [8]   [  ]", + "options": [ + "[4]", + "[6]", + "[8]", + "[0]", + "[2]", + "[5]", + "[9]", + "[7]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[7]   [9]   [6]
[6]   [7]   [9]
[9]   [6]   [  ]", + "options": [ + "[1]", + "[4]", + "[6]", + "[3]", + "[8]", + "[5]", + "[9]", + "[7]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[7]   [3]   [0]
[0]   [7]   [3]
[3]   [0]   [  ]", + "options": [ + "[3]", + "[8]", + "[2]", + "[0]", + "[1]", + "[5]", + "[9]", + "[7]" + ], + "correct": 7, + "prob_ind": 82 + }, + { + "prompt": "[0]   [9]   [3]
[3]   [0]   [9]
[9]   [3]   [  ]", + "options": [ + "[3]", + "[9]", + "[1]", + "[5]", + "[7]", + "[2]", + "[0]", + "[6]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[4]   [7]   [5]
[5]   [4]   [7]
[7]   [5]   [  ]", + "options": [ + "[6]", + "[7]", + "[2]", + "[3]", + "[0]", + "[8]", + "[4]", + "[5]" + ], + "correct": 6, + "prob_ind": 84 + }, + { + "prompt": "[5]   [0]   [2]
[2]   [5]   [0]
[0]   [2]   [  ]", + "options": [ + "[7]", + "[8]", + "[0]", + "[2]", + "[1]", + "[3]", + "[4]", + "[5]" + ], + "correct": 7, + "prob_ind": 85 + }, + { + "prompt": "[4]   [8]   [9]
[9]   [4]   [8]
[8]   [9]   [  ]", + "options": [ + "[8]", + "[6]", + "[2]", + "[9]", + "[4]", + "[0]", + "[5]", + "[7]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[3]   [0]   [7]
[7]   [3]   [0]
[0]   [7]   [  ]", + "options": [ + "[6]", + "[5]", + "[4]", + "[1]", + "[0]", + "[9]", + "[3]", + "[2]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[5]   [4]   [7]
[7]   [5]   [4]
[4]   [7]   [  ]", + "options": [ + "[5]", + "[6]", + "[9]", + "[2]", + "[3]", + "[7]", + "[4]", + "[8]" + ], + "correct": 0, + "prob_ind": 88 + }, + { + "prompt": "[6]   [7]   [9]
[9]   [6]   [7]
[7]   [9]   [  ]", + "options": [ + "[4]", + "[9]", + "[5]", + "[6]", + "[8]", + "[7]", + "[1]", + "[2]" + ], + "correct": 3, + "prob_ind": 89 + }, + { + "prompt": "[0]   [6]   [3]
[3]   [0]   [6]
[6]   [3]   [  ]", + "options": [ + "[2]", + "[7]", + "[0]", + "[4]", + "[6]", + "[5]", + "[8]", + "[3]" + ], + "correct": 2, + "prob_ind": 90 + }, + { + "prompt": "[0]   [3]   [4]
[4]   [0]   [3]
[3]   [4]   [  ]", + "options": [ + "[6]", + "[4]", + "[1]", + "[0]", + "[3]", + "[2]", + "[7]", + "[5]" + ], + "correct": 3, + "prob_ind": 91 + }, + { + "prompt": "[3]   [8]   [0]
[0]   [3]   [8]
[8]   [0]   [  ]", + "options": [ + "[6]", + "[1]", + "[0]", + "[9]", + "[2]", + "[8]", + "[5]", + "[3]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[1]   [6]   [5]
[5]   [1]   [6]
[6]   [5]   [  ]", + "options": [ + "[0]", + "[5]", + "[4]", + "[1]", + "[8]", + "[9]", + "[6]", + "[7]" + ], + "correct": 3, + "prob_ind": 93 + }, + { + "prompt": "[4]   [5]   [0]
[0]   [4]   [5]
[5]   [0]   [  ]", + "options": [ + "[8]", + "[0]", + "[5]", + "[4]", + "[2]", + "[3]", + "[7]", + "[6]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[4]   [8]   [6]
[6]   [4]   [8]
[8]   [6]   [  ]", + "options": [ + "[6]", + "[1]", + "[4]", + "[2]", + "[8]", + "[3]", + "[9]", + "[0]" + ], + "correct": 2, + "prob_ind": 95 + }, + { + "prompt": "[6]   [8]   [4]
[4]   [6]   [8]
[8]   [4]   [  ]", + "options": [ + "[8]", + "[7]", + "[5]", + "[4]", + "[9]", + "[3]", + "[6]", + "[2]" + ], + "correct": 6, + "prob_ind": 96 + }, + { + "prompt": "[4]   [1]   [7]
[7]   [4]   [1]
[1]   [7]   [  ]", + "options": [ + "[6]", + "[1]", + "[3]", + "[0]", + "[4]", + "[7]", + "[2]", + "[8]" + ], + "correct": 4, + "prob_ind": 97 + }, + { + "prompt": "[5]   [7]   [2]
[2]   [5]   [7]
[7]   [2]   [  ]", + "options": [ + "[3]", + "[5]", + "[0]", + "[7]", + "[4]", + "[2]", + "[6]", + "[1]" + ], + "correct": 1, + "prob_ind": 98 + }, + { + "prompt": "[0]   [5]   [3]
[3]   [0]   [5]
[5]   [3]   [  ]", + "options": [ + "[7]", + "[9]", + "[0]", + "[4]", + "[2]", + "[3]", + "[5]", + "[8]" + ], + "correct": 2, + "prob_ind": 99 + } + ], + "prog_size1": [ + { + "prompt": "[0]   [1]   [2]
[1]   [2]   [3]
[2]   [3]   [  ]", + "options": [ + "[1]", + "[2]", + "[5]", + "[3]", + "[4]", + "[7]", + "[6]", + "[9]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[1]   [2]   [3]
[2]   [3]   [4]
[3]   [4]   [  ]", + "options": [ + "[6]", + "[7]", + "[0]", + "[2]", + "[4]", + "[3]", + "[5]", + "[1]" + ], + "correct": 6, + "prob_ind": 1 + }, + { + "prompt": "[2]   [3]   [4]
[3]   [4]   [5]
[4]   [5]   [  ]", + "options": [ + "[5]", + "[6]", + "[1]", + "[9]", + "[7]", + "[3]", + "[2]", + "[4]" + ], + "correct": 1, + "prob_ind": 2 + }, + { + "prompt": "[3]   [4]   [5]
[4]   [5]   [6]
[5]   [6]   [  ]", + "options": [ + "[8]", + "[4]", + "[3]", + "[7]", + "[1]", + "[9]", + "[5]", + "[6]" + ], + "correct": 3, + "prob_ind": 3 + }, + { + "prompt": "[4]   [5]   [6]
[5]   [6]   [7]
[6]   [7]   [  ]", + "options": [ + "[8]", + "[7]", + "[5]", + "[0]", + "[3]", + "[2]", + "[4]", + "[6]" + ], + "correct": 0, + "prob_ind": 4 + }, + { + "prompt": "[5]   [6]   [7]
[6]   [7]   [8]
[7]   [8]   [  ]", + "options": [ + "[7]", + "[9]", + "[4]", + "[6]", + "[5]", + "[2]", + "[3]", + "[0]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[4]   [3]   [2]
[3]   [2]   [1]
[2]   [1]   [  ]", + "options": [ + "[4]", + "[3]", + "[0]", + "[8]", + "[9]", + "[2]", + "[6]", + "[1]" + ], + "correct": 2, + "prob_ind": 6 + }, + { + "prompt": "[5]   [4]   [3]
[4]   [3]   [2]
[3]   [2]   [  ]", + "options": [ + "[8]", + "[7]", + "[2]", + "[4]", + "[6]", + "[1]", + "[0]", + "[5]" + ], + "correct": 5, + "prob_ind": 7 + }, + { + "prompt": "[6]   [5]   [4]
[5]   [4]   [3]
[4]   [3]   [  ]", + "options": [ + "[3]", + "[4]", + "[8]", + "[5]", + "[6]", + "[1]", + "[7]", + "[2]" + ], + "correct": 7, + "prob_ind": 8 + }, + { + "prompt": "[7]   [6]   [5]
[6]   [5]   [4]
[5]   [4]   [  ]", + "options": [ + "[7]", + "[4]", + "[6]", + "[8]", + "[3]", + "[2]", + "[5]", + "[1]" + ], + "correct": 4, + "prob_ind": 9 + }, + { + "prompt": "[8]   [7]   [6]
[7]   [6]   [5]
[6]   [5]   [  ]", + "options": [ + "[9]", + "[2]", + "[4]", + "[6]", + "[3]", + "[5]", + "[1]", + "[7]" + ], + "correct": 2, + "prob_ind": 10 + }, + { + "prompt": "[9]   [8]   [7]
[8]   [7]   [6]
[7]   [6]   [  ]", + "options": [ + "[3]", + "[2]", + "[5]", + "[8]", + "[9]", + "[1]", + "[4]", + "[6]" + ], + "correct": 2, + "prob_ind": 11 + } + ], + "prog_size2": [ + { + "prompt": "[0]   [2]   [4]
[2]   [4]   [6]
[4]   [6]   [  ]", + "options": [ + "[7]", + "[0]", + "[3]", + "[2]", + "[9]", + "[4]", + "[8]", + "[6]" + ], + "correct": 6, + "prob_ind": 0 + }, + { + "prompt": "[1]   [3]   [5]
[3]   [5]   [7]
[5]   [7]   [  ]", + "options": [ + "[6]", + "[7]", + "[9]", + "[2]", + "[3]", + "[8]", + "[4]", + "[5]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[8]   [6]   [4]
[6]   [4]   [2]
[4]   [2]   [  ]", + "options": [ + "[4]", + "[3]", + "[1]", + "[2]", + "[8]", + "[6]", + "[0]", + "[5]" + ], + "correct": 6, + "prob_ind": 2 + }, + { + "prompt": "[9]   [7]   [5]
[7]   [5]   [3]
[5]   [3]   [  ]", + "options": [ + "[0]", + "[1]", + "[3]", + "[9]", + "[7]", + "[8]", + "[6]", + "[5]" + ], + "correct": 1, + "prob_ind": 3 + } + ], + "two_rule_comb0": [ + { + "prompt": "[0 6]   [2 5]   [6 9]
[0 6]   [2 5]   [6 9]
[0 6]   [2 5]   [    ]", + "options": [ + "[2 3]", + "[7 9]", + "[2 6]", + "[0 6]", + "[3 2]", + "[2 2]", + "[6 9]", + "[5 2]" + ], + "correct": 6, + "prob_ind": 0 + }, + { + "prompt": "[8 9]   [8 2]   [8 0]
[6 9]   [6 2]   [6 0]
[7 9]   [7 2]   [    ]", + "options": [ + "[7 0]", + "[0 5]", + "[7 2]", + "[1 8]", + "[7 4]", + "[4 7]", + "[0 7]", + "[8 1]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[3 7]   [9 1]   [2 4]
[3 7]   [9 1]   [2 4]
[3 7]   [9 1]   [    ]", + "options": [ + "[3 4]", + "[4 2]", + "[6 6]", + "[3 1]", + "[9 1]", + "[2 4]", + "[3 7]", + "[1 3]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[5 2]   [5 2]   [5 2]
[3 8]   [3 8]   [3 8]
[2 0]   [2 0]   [    ]", + "options": [ + "[2 0]", + "[0 0]", + "[0 2]", + "[3 8]", + "[3 7]", + "[5 1]", + "[5 2]", + "[5 8]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[0 8]   [0 5]   [0 2]
[1 8]   [1 5]   [1 2]
[9 8]   [9 5]   [    ]", + "options": [ + "[2 9]", + "[5 1]", + "[0 1]", + "[0 8]", + "[9 2]", + "[9 1]", + "[5 9]", + "[7 2]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[8 9]   [8 5]   [8 0]
[6 9]   [6 5]   [6 0]
[7 9]   [7 5]   [    ]", + "options": [ + "[7 2]", + "[9 8]", + "[9 6]", + "[5 0]", + "[7 5]", + "[0 7]", + "[7 0]", + "[0 8]" + ], + "correct": 6, + "prob_ind": 5 + }, + { + "prompt": "[3 3]   [4 5]   [1 9]
[3 3]   [4 5]   [1 9]
[3 3]   [4 5]   [    ]", + "options": [ + "[5 3]", + "[9 1]", + "[9 0]", + "[3 5]", + "[1 9]", + "[0 9]", + "[3 3]", + "[4 7]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[2 2]   [2 2]   [2 2]
[5 3]   [5 3]   [5 3]
[1 7]   [1 7]   [    ]", + "options": [ + "[1 7]", + "[4 1]", + "[5 0]", + "[5 3]", + "[5 2]", + "[3 0]", + "[2 2]", + "[5 1]" + ], + "correct": 0, + "prob_ind": 7 + }, + { + "prompt": "[2 4]   [1 4]   [7 4]
[2 8]   [1 8]   [7 8]
[2 3]   [1 3]   [    ]", + "options": [ + "[7 3]", + "[7 4]", + "[4 2]", + "[2 4]", + "[2 8]", + "[5 6]", + "[8 7]", + "[7 8]" + ], + "correct": 0, + "prob_ind": 8 + }, + { + "prompt": "[2 3]   [2 4]   [2 0]
[8 3]   [8 4]   [8 0]
[9 3]   [9 4]   [    ]", + "options": [ + "[8 3]", + "[2 5]", + "[9 0]", + "[1 9]", + "[1 5]", + "[0 5]", + "[2 3]", + "[5 2]" + ], + "correct": 2, + "prob_ind": 9 + }, + { + "prompt": "[3 5]   [3 9]   [3 2]
[5 5]   [5 9]   [5 2]
[7 5]   [7 9]   [    ]", + "options": [ + "[7 9]", + "[7 2]", + "[5 5]", + "[5 9]", + "[7 5]", + "[7 7]", + "[7 3]", + "[2 7]" + ], + "correct": 1, + "prob_ind": 10 + }, + { + "prompt": "[7 3]   [7 0]   [7 6]
[8 3]   [8 0]   [8 6]
[1 3]   [1 0]   [    ]", + "options": [ + "[0 0]", + "[1 6]", + "[1 4]", + "[5 9]", + "[8 0]", + "[0 7]", + "[9 5]", + "[9 9]" + ], + "correct": 1, + "prob_ind": 11 + }, + { + "prompt": "[4 6]   [8 0]   [7 4]
[4 6]   [8 0]   [7 4]
[4 6]   [8 0]   [    ]", + "options": [ + "[4 5]", + "[7 4]", + "[4 6]", + "[5 6]", + "[7 0]", + "[8 4]", + "[6 1]", + "[4 7]" + ], + "correct": 1, + "prob_ind": 12 + }, + { + "prompt": "[6 4]   [5 4]   [9 4]
[6 6]   [5 6]   [9 6]
[6 7]   [5 7]   [    ]", + "options": [ + "[9 5]", + "[4 1]", + "[7 6]", + "[8 1]", + "[9 7]", + "[4 9]", + "[4 6]", + "[9 4]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[4 5]   [4 6]   [4 0]
[1 5]   [1 6]   [1 0]
[0 5]   [0 6]   [    ]", + "options": [ + "[0 5]", + "[1 1]", + "[0 4]", + "[5 0]", + "[6 1]", + "[0 0]", + "[0 6]", + "[4 0]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[9 6]   [9 4]   [9 7]
[7 6]   [7 4]   [7 7]
[3 6]   [3 4]   [    ]", + "options": [ + "[7 3]", + "[7 6]", + "[4 7]", + "[1 7]", + "[7 9]", + "[1 6]", + "[5 5]", + "[3 7]" + ], + "correct": 7, + "prob_ind": 15 + }, + { + "prompt": "[2 8]   [2 8]   [2 8]
[4 6]   [4 6]   [4 6]
[7 3]   [7 3]   [    ]", + "options": [ + "[6 4]", + "[3 3]", + "[4 8]", + "[2 8]", + "[2 6]", + "[7 3]", + "[3 7]", + "[4 6]" + ], + "correct": 5, + "prob_ind": 16 + }, + { + "prompt": "[5 9]   [5 6]   [5 0]
[3 9]   [3 6]   [3 0]
[9 9]   [9 6]   [    ]", + "options": [ + "[0 9]", + "[9 5]", + "[9 3]", + "[9 0]", + "[5 7]", + "[9 9]", + "[6 5]", + "[0 5]" + ], + "correct": 3, + "prob_ind": 17 + }, + { + "prompt": "[9 6]   [1 6]   [7 6]
[9 3]   [1 3]   [7 3]
[9 2]   [1 2]   [    ]", + "options": [ + "[3 1]", + "[2 7]", + "[9 2]", + "[6 2]", + "[5 4]", + "[7 1]", + "[7 2]", + "[9 3]" + ], + "correct": 6, + "prob_ind": 18 + }, + { + "prompt": "[5 9]   [7 9]   [2 9]
[5 1]   [7 1]   [2 1]
[5 6]   [7 6]   [    ]", + "options": [ + "[2 1]", + "[6 2]", + "[9 2]", + "[1 6]", + "[2 6]", + "[5 6]", + "[1 7]", + "[1 1]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[4 8]   [4 8]   [4 8]
[3 6]   [3 6]   [3 6]
[5 5]   [5 5]   [    ]", + "options": [ + "[5 5]", + "[3 8]", + "[4 8]", + "[8 4]", + "[2 6]", + "[4 6]", + "[3 9]", + "[8 3]" + ], + "correct": 0, + "prob_ind": 20 + }, + { + "prompt": "[5 1]   [5 1]   [5 1]
[1 9]   [1 9]   [1 9]
[8 5]   [8 5]   [    ]", + "options": [ + "[5 2]", + "[5 9]", + "[1 5]", + "[8 5]", + "[5 8]", + "[2 3]", + "[0 4]", + "[8 3]" + ], + "correct": 3, + "prob_ind": 21 + }, + { + "prompt": "[5 2]   [5 2]   [5 2]
[3 9]   [3 9]   [3 9]
[6 4]   [6 4]   [    ]", + "options": [ + "[2 5]", + "[5 5]", + "[4 4]", + "[7 2]", + "[6 4]", + "[8 7]", + "[5 2]", + "[4 6]" + ], + "correct": 4, + "prob_ind": 22 + }, + { + "prompt": "[1 5]   [1 1]   [1 8]
[2 5]   [2 1]   [2 8]
[6 5]   [6 1]   [    ]", + "options": [ + "[2 6]", + "[2 1]", + "[2 2]", + "[6 8]", + "[8 6]", + "[2 0]", + "[6 6]", + "[8 8]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[1 6]   [1 4]   [1 1]
[8 6]   [8 4]   [8 1]
[7 6]   [7 4]   [    ]", + "options": [ + "[1 7]", + "[0 1]", + "[7 1]", + "[1 1]", + "[6 1]", + "[3 4]", + "[4 7]", + "[6 8]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[4 7]   [2 7]   [5 7]
[4 5]   [2 5]   [5 5]
[4 1]   [2 1]   [    ]", + "options": [ + "[1 5]", + "[1 1]", + "[7 1]", + "[5 2]", + "[4 1]", + "[2 7]", + "[2 5]", + "[5 1]" + ], + "correct": 7, + "prob_ind": 25 + }, + { + "prompt": "[3 5]   [3 4]   [3 8]
[9 5]   [9 4]   [9 8]
[6 5]   [6 4]   [    ]", + "options": [ + "[8 8]", + "[5 3]", + "[5 9]", + "[7 8]", + "[9 5]", + "[5 5]", + "[9 3]", + "[6 8]" + ], + "correct": 7, + "prob_ind": 26 + }, + { + "prompt": "[0 3]   [0 3]   [0 3]
[9 6]   [9 6]   [9 6]
[7 7]   [7 7]   [    ]", + "options": [ + "[7 7]", + "[5 1]", + "[3 0]", + "[9 7]", + "[0 3]", + "[3 7]", + "[8 6]", + "[9 6]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[4 6]   [6 6]   [7 6]
[4 7]   [6 7]   [7 7]
[4 1]   [6 1]   [    ]", + "options": [ + "[7 7]", + "[4 3]", + "[0 4]", + "[0 2]", + "[7 1]", + "[8 6]", + "[1 6]", + "[5 3]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[1 4]   [5 6]   [0 2]
[1 4]   [5 6]   [0 2]
[1 4]   [5 6]   [    ]", + "options": [ + "[3 6]", + "[0 2]", + "[1 2]", + "[5 6]", + "[6 5]", + "[2 0]", + "[1 4]", + "[2 2]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[3 3]   [5 7]   [9 4]
[3 3]   [5 7]   [9 4]
[3 3]   [5 7]   [    ]", + "options": [ + "[2 5]", + "[4 9]", + "[3 7]", + "[5 7]", + "[7 4]", + "[5 3]", + "[3 3]", + "[9 4]" + ], + "correct": 7, + "prob_ind": 30 + }, + { + "prompt": "[3 1]   [6 1]   [4 1]
[3 6]   [6 6]   [4 6]
[3 5]   [6 5]   [    ]", + "options": [ + "[5 1]", + "[3 5]", + "[5 4]", + "[2 5]", + "[5 6]", + "[5 5]", + "[4 5]", + "[4 8]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[7 6]   [7 6]   [7 6]
[5 9]   [5 9]   [5 9]
[3 3]   [3 3]   [    ]", + "options": [ + "[4 7]", + "[5 9]", + "[6 7]", + "[4 2]", + "[7 9]", + "[9 5]", + "[3 3]", + "[7 4]" + ], + "correct": 6, + "prob_ind": 32 + }, + { + "prompt": "[0 1]   [2 1]   [7 1]
[0 5]   [2 5]   [7 5]
[0 9]   [2 9]   [    ]", + "options": [ + "[9 9]", + "[9 4]", + "[9 6]", + "[0 9]", + "[9 7]", + "[2 9]", + "[5 9]", + "[7 9]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[8 5]   [8 0]   [8 2]
[0 5]   [0 0]   [0 2]
[4 5]   [4 0]   [    ]", + "options": [ + "[8 2]", + "[5 8]", + "[5 4]", + "[2 0]", + "[2 8]", + "[9 5]", + "[4 2]", + "[8 5]" + ], + "correct": 6, + "prob_ind": 34 + }, + { + "prompt": "[9 4]   [5 7]   [8 9]
[9 4]   [5 7]   [8 9]
[9 4]   [5 7]   [    ]", + "options": [ + "[5 7]", + "[8 9]", + "[7 7]", + "[4 7]", + "[9 4]", + "[7 5]", + "[5 4]", + "[8 2]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[5 9]   [5 9]   [5 9]
[9 4]   [9 4]   [9 4]
[6 5]   [6 5]   [    ]", + "options": [ + "[0 3]", + "[1 0]", + "[9 4]", + "[9 9]", + "[9 5]", + "[3 0]", + "[5 9]", + "[6 5]" + ], + "correct": 7, + "prob_ind": 36 + }, + { + "prompt": "[7 2]   [7 2]   [7 2]
[8 7]   [8 7]   [8 7]
[1 5]   [1 5]   [    ]", + "options": [ + "[8 7]", + "[3 5]", + "[6 1]", + "[4 9]", + "[5 3]", + "[1 5]", + "[5 1]", + "[2 7]" + ], + "correct": 5, + "prob_ind": 37 + }, + { + "prompt": "[5 2]   [9 2]   [3 2]
[5 4]   [9 4]   [3 4]
[5 6]   [9 6]   [    ]", + "options": [ + "[5 4]", + "[5 1]", + "[3 6]", + "[0 8]", + "[2 8]", + "[5 2]", + "[2 5]", + "[6 6]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[2 0]   [2 1]   [2 9]
[3 0]   [3 1]   [3 9]
[5 0]   [5 1]   [    ]", + "options": [ + "[2 1]", + "[9 2]", + "[2 9]", + "[5 9]", + "[2 7]", + "[9 5]", + "[9 3]", + "[1 2]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[9 8]   [0 8]   [5 8]
[9 1]   [0 1]   [5 1]
[9 6]   [0 6]   [    ]", + "options": [ + "[9 6]", + "[5 8]", + "[9 8]", + "[5 6]", + "[6 5]", + "[1 5]", + "[8 9]", + "[6 3]" + ], + "correct": 3, + "prob_ind": 40 + }, + { + "prompt": "[2 1]   [3 1]   [1 1]
[2 9]   [3 9]   [1 9]
[2 2]   [3 2]   [    ]", + "options": [ + "[3 8]", + "[1 2]", + "[3 1]", + "[3 5]", + "[4 9]", + "[5 2]", + "[5 8]", + "[2 2]" + ], + "correct": 1, + "prob_ind": 41 + }, + { + "prompt": "[4 3]   [2 3]   [1 3]
[4 0]   [2 0]   [1 0]
[4 7]   [2 7]   [    ]", + "options": [ + "[4 0]", + "[7 0]", + "[0 4]", + "[1 7]", + "[7 1]", + "[7 7]", + "[7 4]", + "[6 7]" + ], + "correct": 3, + "prob_ind": 42 + }, + { + "prompt": "[5 2]   [0 2]   [8 2]
[5 3]   [0 3]   [8 3]
[5 0]   [0 0]   [    ]", + "options": [ + "[2 5]", + "[6 0]", + "[6 2]", + "[8 0]", + "[7 2]", + "[0 0]", + "[0 6]", + "[0 3]" + ], + "correct": 3, + "prob_ind": 43 + }, + { + "prompt": "[6 7]   [5 7]   [3 7]
[6 9]   [5 9]   [3 9]
[6 2]   [5 2]   [    ]", + "options": [ + "[6 1]", + "[5 6]", + "[2 3]", + "[1 6]", + "[9 6]", + "[3 2]", + "[3 6]", + "[4 2]" + ], + "correct": 5, + "prob_ind": 44 + }, + { + "prompt": "[9 3]   [9 5]   [9 4]
[8 3]   [8 5]   [8 4]
[7 3]   [7 5]   [    ]", + "options": [ + "[9 3]", + "[9 4]", + "[7 4]", + "[4 9]", + "[7 5]", + "[3 9]", + "[4 7]", + "[3 8]" + ], + "correct": 2, + "prob_ind": 45 + }, + { + "prompt": "[0 5]   [0 5]   [0 5]
[7 1]   [7 1]   [7 1]
[9 6]   [9 6]   [    ]", + "options": [ + "[4 5]", + "[9 6]", + "[1 1]", + "[0 5]", + "[5 0]", + "[1 7]", + "[4 0]", + "[7 1]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[6 9]   [7 8]   [4 2]
[6 9]   [7 8]   [4 2]
[6 9]   [7 8]   [    ]", + "options": [ + "[9 8]", + "[9 6]", + "[7 3]", + "[4 2]", + "[6 9]", + "[8 7]", + "[8 8]", + "[4 0]" + ], + "correct": 3, + "prob_ind": 47 + }, + { + "prompt": "[4 9]   [4 9]   [4 9]
[2 0]   [2 0]   [2 0]
[6 4]   [6 4]   [    ]", + "options": [ + "[2 2]", + "[6 4]", + "[3 0]", + "[4 9]", + "[4 0]", + "[2 0]", + "[4 6]", + "[7 5]" + ], + "correct": 1, + "prob_ind": 48 + }, + { + "prompt": "[0 0]   [6 0]   [8 0]
[0 4]   [6 4]   [8 4]
[0 9]   [6 9]   [    ]", + "options": [ + "[8 0]", + "[4 6]", + "[8 9]", + "[6 4]", + "[0 0]", + "[8 3]", + "[0 6]", + "[6 0]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[5 9]   [5 4]   [5 0]
[9 9]   [9 4]   [9 0]
[2 9]   [2 4]   [    ]", + "options": [ + "[5 4]", + "[2 4]", + "[1 2]", + "[9 0]", + "[2 0]", + "[9 4]", + "[0 2]", + "[2 2]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[9 3]   [9 9]   [9 5]
[1 3]   [1 9]   [1 5]
[7 3]   [7 9]   [    ]", + "options": [ + "[7 5]", + "[7 3]", + "[7 9]", + "[5 5]", + "[6 9]", + "[1 9]", + "[5 7]", + "[9 9]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[0 2]   [0 2]   [0 2]
[3 0]   [3 0]   [3 0]
[2 3]   [2 3]   [    ]", + "options": [ + "[9 8]", + "[7 6]", + "[7 8]", + "[8 7]", + "[2 0]", + "[2 3]", + "[9 4]", + "[0 2]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[8 4]   [8 4]   [8 4]
[7 0]   [7 0]   [7 0]
[3 5]   [3 5]   [    ]", + "options": [ + "[0 7]", + "[7 0]", + "[3 5]", + "[8 4]", + "[7 4]", + "[3 7]", + "[8 0]", + "[4 8]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[9 4]   [3 4]   [0 4]
[9 0]   [3 0]   [0 0]
[9 7]   [3 7]   [    ]", + "options": [ + "[9 7]", + "[3 0]", + "[3 3]", + "[7 0]", + "[3 7]", + "[7 3]", + "[8 3]", + "[0 7]" + ], + "correct": 7, + "prob_ind": 54 + }, + { + "prompt": "[0 3]   [0 5]   [0 6]
[5 3]   [5 5]   [5 6]
[1 3]   [1 5]   [    ]", + "options": [ + "[1 7]", + "[1 5]", + "[1 6]", + "[0 3]", + "[3 6]", + "[6 5]", + "[0 6]", + "[5 5]" + ], + "correct": 2, + "prob_ind": 55 + }, + { + "prompt": "[5 5]   [5 9]   [5 1]
[4 5]   [4 9]   [4 1]
[7 5]   [7 9]   [    ]", + "options": [ + "[7 9]", + "[6 1]", + "[6 5]", + "[5 1]", + "[0 2]", + "[9 5]", + "[7 1]", + "[7 3]" + ], + "correct": 6, + "prob_ind": 56 + }, + { + "prompt": "[1 1]   [5 7]   [6 8]
[1 1]   [5 7]   [6 8]
[1 1]   [5 7]   [    ]", + "options": [ + "[5 8]", + "[5 7]", + "[5 1]", + "[0 1]", + "[2 6]", + "[1 1]", + "[6 8]", + "[5 0]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[5 6]   [4 6]   [8 6]
[5 2]   [4 2]   [8 2]
[5 0]   [4 0]   [    ]", + "options": [ + "[4 8]", + "[8 2]", + "[9 2]", + "[2 8]", + "[8 0]", + "[8 4]", + "[0 8]", + "[5 8]" + ], + "correct": 4, + "prob_ind": 58 + }, + { + "prompt": "[7 1]   [7 6]   [7 0]
[8 1]   [8 6]   [8 0]
[3 1]   [3 6]   [    ]", + "options": [ + "[8 1]", + "[7 0]", + "[0 8]", + "[3 0]", + "[1 8]", + "[8 4]", + "[7 1]", + "[0 3]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[4 5]   [2 7]   [3 0]
[4 5]   [2 7]   [3 0]
[4 5]   [2 7]   [    ]", + "options": [ + "[1 0]", + "[3 0]", + "[0 3]", + "[2 7]", + "[5 0]", + "[4 0]", + "[2 9]", + "[0 7]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[7 6]   [5 6]   [2 6]
[7 1]   [5 1]   [2 1]
[7 3]   [5 3]   [    ]", + "options": [ + "[7 1]", + "[6 5]", + "[3 2]", + "[5 6]", + "[2 3]", + "[1 7]", + "[7 6]", + "[5 2]" + ], + "correct": 4, + "prob_ind": 61 + }, + { + "prompt": "[0 6]   [2 6]   [6 6]
[0 9]   [2 9]   [6 9]
[0 3]   [2 3]   [    ]", + "options": [ + "[6 5]", + "[2 9]", + "[6 3]", + "[5 6]", + "[3 6]", + "[6 6]", + "[0 3]", + "[7 6]" + ], + "correct": 2, + "prob_ind": 62 + }, + { + "prompt": "[5 6]   [9 6]   [0 6]
[5 1]   [9 1]   [0 1]
[5 8]   [9 8]   [    ]", + "options": [ + "[1 0]", + "[0 6]", + "[5 1]", + "[9 2]", + "[0 1]", + "[0 8]", + "[0 7]", + "[5 3]" + ], + "correct": 5, + "prob_ind": 63 + }, + { + "prompt": "[1 1]   [1 2]   [1 7]
[4 1]   [4 2]   [4 7]
[9 1]   [9 2]   [    ]", + "options": [ + "[1 4]", + "[7 7]", + "[6 9]", + "[7 9]", + "[7 4]", + "[9 7]", + "[4 2]", + "[7 2]" + ], + "correct": 5, + "prob_ind": 64 + }, + { + "prompt": "[6 2]   [6 1]   [6 4]
[2 2]   [2 1]   [2 4]
[5 2]   [5 1]   [    ]", + "options": [ + "[1 3]", + "[5 1]", + "[2 2]", + "[1 2]", + "[3 2]", + "[5 4]", + "[1 5]", + "[6 1]" + ], + "correct": 5, + "prob_ind": 65 + }, + { + "prompt": "[8 9]   [4 1]   [2 6]
[8 9]   [4 1]   [2 6]
[8 9]   [4 1]   [    ]", + "options": [ + "[8 9]", + "[6 2]", + "[2 6]", + "[4 1]", + "[1 8]", + "[9 8]", + "[7 9]", + "[8 1]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[5 3]   [5 3]   [5 3]
[7 5]   [7 5]   [7 5]
[0 8]   [0 8]   [    ]", + "options": [ + "[5 3]", + "[6 5]", + "[4 1]", + "[7 5]", + "[0 8]", + "[1 8]", + "[5 7]", + "[8 0]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[2 4]   [5 4]   [8 4]
[2 1]   [5 1]   [8 1]
[2 0]   [5 0]   [    ]", + "options": [ + "[9 0]", + "[1 0]", + "[0 5]", + "[3 4]", + "[5 0]", + "[8 0]", + "[9 8]", + "[8 9]" + ], + "correct": 5, + "prob_ind": 68 + }, + { + "prompt": "[4 6]   [1 6]   [6 6]
[4 3]   [1 3]   [6 3]
[4 1]   [1 1]   [    ]", + "options": [ + "[5 6]", + "[6 1]", + "[6 6]", + "[6 2]", + "[5 7]", + "[1 6]", + "[6 0]", + "[1 1]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[7 7]   [7 7]   [7 7]
[3 4]   [3 4]   [3 4]
[4 6]   [4 6]   [    ]", + "options": [ + "[8 3]", + "[4 6]", + "[7 7]", + "[9 6]", + "[3 8]", + "[4 7]", + "[4 5]", + "[5 6]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[4 1]   [7 1]   [9 1]
[4 2]   [7 2]   [9 2]
[4 0]   [7 0]   [    ]", + "options": [ + "[4 1]", + "[9 2]", + "[0 8]", + "[9 0]", + "[7 0]", + "[1 7]", + "[8 0]", + "[0 9]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[1 6]   [5 6]   [3 6]
[1 0]   [5 0]   [3 0]
[1 2]   [5 2]   [    ]", + "options": [ + "[1 2]", + "[3 4]", + "[5 0]", + "[1 6]", + "[4 4]", + "[3 2]", + "[3 6]", + "[4 6]" + ], + "correct": 5, + "prob_ind": 72 + }, + { + "prompt": "[0 0]   [0 0]   [0 0]
[6 1]   [6 1]   [6 1]
[3 5]   [3 5]   [    ]", + "options": [ + "[5 5]", + "[1 1]", + "[3 5]", + "[0 1]", + "[5 3]", + "[6 0]", + "[3 3]", + "[0 2]" + ], + "correct": 2, + "prob_ind": 73 + }, + { + "prompt": "[3 9]   [3 9]   [3 9]
[5 1]   [5 1]   [5 1]
[0 5]   [0 5]   [    ]", + "options": [ + "[3 1]", + "[9 5]", + "[0 5]", + "[5 9]", + "[9 3]", + "[5 1]", + "[3 9]", + "[5 0]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[6 5]   [6 5]   [6 5]
[5 7]   [5 7]   [5 7]
[7 0]   [7 0]   [    ]", + "options": [ + "[5 6]", + "[6 5]", + "[0 5]", + "[7 2]", + "[5 8]", + "[5 5]", + "[0 7]", + "[7 0]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[2 6]   [8 6]   [1 6]
[2 7]   [8 7]   [1 7]
[2 9]   [8 9]   [    ]", + "options": [ + "[6 8]", + "[1 9]", + "[1 6]", + "[8 9]", + "[8 7]", + "[9 8]", + "[1 8]", + "[2 6]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[4 5]   [4 8]   [4 7]
[5 5]   [5 8]   [5 7]
[1 5]   [1 8]   [    ]", + "options": [ + "[3 1]", + "[4 8]", + "[3 5]", + "[3 3]", + "[8 1]", + "[5 6]", + "[1 7]", + "[4 9]" + ], + "correct": 6, + "prob_ind": 77 + }, + { + "prompt": "[5 4]   [4 0]   [0 1]
[5 4]   [4 0]   [0 1]
[5 4]   [4 0]   [    ]", + "options": [ + "[1 0]", + "[0 1]", + "[7 7]", + "[2 0]", + "[0 4]", + "[4 0]", + "[4 5]", + "[0 2]" + ], + "correct": 1, + "prob_ind": 78 + }, + { + "prompt": "[2 6]   [2 6]   [2 6]
[0 3]   [0 3]   [0 3]
[7 7]   [7 7]   [    ]", + "options": [ + "[0 1]", + "[6 2]", + "[4 6]", + "[0 3]", + "[2 8]", + "[7 7]", + "[2 6]", + "[2 3]" + ], + "correct": 5, + "prob_ind": 79 + }, + { + "prompt": "[5 7]   [5 0]   [5 5]
[6 7]   [6 0]   [6 5]
[2 7]   [2 0]   [    ]", + "options": [ + "[7 2]", + "[5 2]", + "[7 5]", + "[6 5]", + "[2 3]", + "[7 4]", + "[2 5]", + "[5 6]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[7 7]   [2 7]   [3 7]
[7 1]   [2 1]   [3 1]
[7 5]   [2 5]   [    ]", + "options": [ + "[2 7]", + "[1 5]", + "[3 5]", + "[7 1]", + "[5 7]", + "[5 3]", + "[7 5]", + "[7 7]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[8 4]   [8 4]   [8 4]
[1 1]   [1 1]   [1 1]
[7 7]   [7 7]   [    ]", + "options": [ + "[8 1]", + "[7 9]", + "[7 7]", + "[7 8]", + "[1 8]", + "[1 4]", + "[1 1]", + "[8 4]" + ], + "correct": 2, + "prob_ind": 82 + }, + { + "prompt": "[2 4]   [2 1]   [2 0]
[5 4]   [5 1]   [5 0]
[7 4]   [7 1]   [    ]", + "options": [ + "[7 1]", + "[2 4]", + "[9 1]", + "[5 0]", + "[1 5]", + "[0 7]", + "[7 0]", + "[9 0]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[7 2]   [5 3]   [3 1]
[7 2]   [5 3]   [3 1]
[7 2]   [5 3]   [    ]", + "options": [ + "[3 1]", + "[7 2]", + "[7 0]", + "[8 7]", + "[8 6]", + "[2 3]", + "[4 3]", + "[9 2]" + ], + "correct": 0, + "prob_ind": 84 + }, + { + "prompt": "[1 4]   [1 4]   [1 4]
[2 1]   [2 1]   [2 1]
[0 8]   [0 8]   [    ]", + "options": [ + "[8 0]", + "[9 3]", + "[2 3]", + "[1 4]", + "[9 4]", + "[6 9]", + "[2 1]", + "[0 8]" + ], + "correct": 7, + "prob_ind": 85 + }, + { + "prompt": "[9 6]   [9 6]   [9 6]
[0 8]   [0 8]   [0 8]
[3 0]   [3 0]   [    ]", + "options": [ + "[8 0]", + "[0 9]", + "[8 1]", + "[0 8]", + "[1 3]", + "[0 3]", + "[3 0]", + "[1 8]" + ], + "correct": 6, + "prob_ind": 86 + }, + { + "prompt": "[9 4]   [4 4]   [1 4]
[9 2]   [4 2]   [1 2]
[9 5]   [4 5]   [    ]", + "options": [ + "[5 1]", + "[9 5]", + "[6 9]", + "[1 5]", + "[5 9]", + "[1 4]", + "[4 4]", + "[4 2]" + ], + "correct": 3, + "prob_ind": 87 + }, + { + "prompt": "[1 1]   [1 3]   [1 0]
[7 1]   [7 3]   [7 0]
[8 1]   [8 3]   [    ]", + "options": [ + "[7 1]", + "[5 4]", + "[9 0]", + "[9 1]", + "[8 0]", + "[0 9]", + "[4 5]", + "[0 8]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[3 8]   [5 1]   [2 7]
[3 8]   [5 1]   [2 7]
[3 8]   [5 1]   [    ]", + "options": [ + "[8 3]", + "[7 1]", + "[2 5]", + "[5 6]", + "[2 8]", + "[1 3]", + "[2 7]", + "[3 1]" + ], + "correct": 6, + "prob_ind": 89 + }, + { + "prompt": "[1 8]   [1 8]   [1 8]
[3 6]   [3 6]   [3 6]
[8 5]   [8 5]   [    ]", + "options": [ + "[5 8]", + "[6 3]", + "[3 6]", + "[4 2]", + "[5 6]", + "[3 8]", + "[8 5]", + "[6 6]" + ], + "correct": 6, + "prob_ind": 90 + }, + { + "prompt": "[7 5]   [7 2]   [7 1]
[5 5]   [5 2]   [5 1]
[3 5]   [3 2]   [    ]", + "options": [ + "[5 1]", + "[2 5]", + "[3 1]", + "[7 2]", + "[5 2]", + "[2 1]", + "[3 5]", + "[1 3]" + ], + "correct": 2, + "prob_ind": 91 + }, + { + "prompt": "[1 0]   [1 5]   [1 8]
[0 0]   [0 5]   [0 8]
[3 0]   [3 5]   [    ]", + "options": [ + "[7 2]", + "[1 8]", + "[6 2]", + "[3 8]", + "[0 5]", + "[9 3]", + "[8 3]", + "[3 0]" + ], + "correct": 3, + "prob_ind": 92 + }, + { + "prompt": "[4 3]   [4 3]   [4 3]
[1 6]   [1 6]   [1 6]
[3 9]   [3 9]   [    ]", + "options": [ + "[4 3]", + "[1 8]", + "[1 6]", + "[1 3]", + "[8 1]", + "[3 7]", + "[3 9]", + "[9 3]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[1 1]   [1 1]   [1 1]
[9 6]   [9 6]   [9 6]
[2 2]   [2 2]   [    ]", + "options": [ + "[4 1]", + "[2 2]", + "[6 9]", + "[1 1]", + "[4 6]", + "[1 2]", + "[0 4]", + "[9 4]" + ], + "correct": 1, + "prob_ind": 94 + }, + { + "prompt": "[2 2]   [3 1]   [8 3]
[2 2]   [3 1]   [8 3]
[2 2]   [3 1]   [    ]", + "options": [ + "[7 7]", + "[1 3]", + "[8 3]", + "[3 2]", + "[2 1]", + "[1 6]", + "[3 1]", + "[5 0]" + ], + "correct": 2, + "prob_ind": 95 + }, + { + "prompt": "[0 3]   [0 3]   [0 3]
[2 7]   [2 7]   [2 7]
[1 5]   [1 5]   [    ]", + "options": [ + "[3 4]", + "[0 7]", + "[5 1]", + "[2 7]", + "[4 0]", + "[3 5]", + "[7 2]", + "[1 5]" + ], + "correct": 7, + "prob_ind": 96 + }, + { + "prompt": "[5 5]   [1 5]   [9 5]
[5 8]   [1 8]   [9 8]
[5 4]   [1 4]   [    ]", + "options": [ + "[4 9]", + "[3 2]", + "[6 6]", + "[7 6]", + "[6 7]", + "[3 0]", + "[9 4]", + "[8 9]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[8 6]   [8 6]   [8 6]
[2 8]   [2 8]   [2 8]
[5 4]   [5 4]   [    ]", + "options": [ + "[4 3]", + "[3 3]", + "[3 4]", + "[4 8]", + "[2 6]", + "[8 4]", + "[5 4]", + "[8 2]" + ], + "correct": 6, + "prob_ind": 98 + }, + { + "prompt": "[1 2]   [1 2]   [1 2]
[0 6]   [0 6]   [0 6]
[3 1]   [3 1]   [    ]", + "options": [ + "[4 8]", + "[2 1]", + "[6 8]", + "[2 2]", + "[7 5]", + "[3 1]", + "[1 2]", + "[6 0]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "two_rule_comb1": [ + { + "prompt": "[1 0]   [5 0]   [6 0]
[6 4]   [1 4]   [5 4]
[5 2]   [6 2]   [    ]", + "options": [ + "[1 2]", + "[9 3]", + "[4 6]", + "[2 1]", + "[7 6]", + "[8 1]", + "[9 1]", + "[9 4]" + ], + "correct": 0, + "prob_ind": 0 + }, + { + "prompt": "[8 2]   [2 7]   [7 9]
[7 2]   [8 7]   [2 9]
[2 2]   [7 7]   [    ]", + "options": [ + "[9 7]", + "[8 7]", + "[7 9]", + "[9 8]", + "[7 8]", + "[9 6]", + "[8 9]", + "[6 9]" + ], + "correct": 6, + "prob_ind": 1 + }, + { + "prompt": "[2 9]   [8 9]   [3 9]
[3 8]   [2 8]   [8 8]
[8 6]   [3 6]   [    ]", + "options": [ + "[6 8]", + "[2 6]", + "[7 5]", + "[8 8]", + "[3 7]", + "[3 5]", + "[7 2]", + "[3 6]" + ], + "correct": 1, + "prob_ind": 2 + }, + { + "prompt": "[8 4]   [8 0]   [8 7]
[5 7]   [5 4]   [5 0]
[3 0]   [3 7]   [    ]", + "options": [ + "[1 0]", + "[6 4]", + "[3 4]", + "[0 8]", + "[0 1]", + "[4 6]", + "[5 4]", + "[5 8]" + ], + "correct": 2, + "prob_ind": 3 + }, + { + "prompt": "[2 3]   [5 3]   [9 3]
[9 8]   [2 8]   [5 8]
[5 7]   [9 7]   [    ]", + "options": [ + "[2 7]", + "[2 8]", + "[9 8]", + "[2 3]", + "[8 9]", + "[5 3]", + "[9 5]", + "[9 3]" + ], + "correct": 0, + "prob_ind": 4 + }, + { + "prompt": "[7 7]   [4 7]   [9 7]
[4 6]   [9 6]   [7 6]
[9 0]   [7 0]   [    ]", + "options": [ + "[7 9]", + "[9 7]", + "[9 6]", + "[0 9]", + "[9 0]", + "[4 2]", + "[4 0]", + "[0 4]" + ], + "correct": 6, + "prob_ind": 5 + }, + { + "prompt": "[7 7]   [6 7]   [0 7]
[0 9]   [7 9]   [6 9]
[6 4]   [0 4]   [    ]", + "options": [ + "[7 4]", + "[0 9]", + "[6 9]", + "[6 7]", + "[6 4]", + "[8 7]", + "[4 7]", + "[8 4]" + ], + "correct": 0, + "prob_ind": 6 + }, + { + "prompt": "[1 4]   [8 5]   [5 1]
[5 4]   [1 5]   [8 1]
[8 4]   [5 5]   [    ]", + "options": [ + "[8 4]", + "[5 1]", + "[6 4]", + "[1 5]", + "[3 4]", + "[3 1]", + "[1 1]", + "[4 4]" + ], + "correct": 6, + "prob_ind": 7 + }, + { + "prompt": "[7 5]   [2 5]   [5 5]
[5 8]   [7 8]   [2 8]
[2 9]   [5 9]   [    ]", + "options": [ + "[5 5]", + "[5 8]", + "[5 2]", + "[9 7]", + "[9 6]", + "[7 9]", + "[5 0]", + "[2 9]" + ], + "correct": 5, + "prob_ind": 8 + }, + { + "prompt": "[3 4]   [6 7]   [4 1]
[4 4]   [3 7]   [6 1]
[6 4]   [4 7]   [    ]", + "options": [ + "[0 1]", + "[4 1]", + "[6 1]", + "[6 6]", + "[3 1]", + "[2 1]", + "[3 7]", + "[4 7]" + ], + "correct": 4, + "prob_ind": 9 + }, + { + "prompt": "[0 7]   [7 3]   [3 1]
[0 1]   [7 7]   [3 3]
[0 3]   [7 1]   [    ]", + "options": [ + "[3 7]", + "[7 7]", + "[2 3]", + "[4 2]", + "[3 3]", + "[1 7]", + "[3 1]", + "[2 7]" + ], + "correct": 0, + "prob_ind": 10 + }, + { + "prompt": "[8 2]   [4 8]   [0 0]
[8 0]   [4 2]   [0 8]
[8 8]   [4 0]   [    ]", + "options": [ + "[4 2]", + "[0 2]", + "[0 8]", + "[1 2]", + "[8 0]", + "[2 4]", + "[3 9]", + "[0 9]" + ], + "correct": 1, + "prob_ind": 11 + }, + { + "prompt": "[9 7]   [7 4]   [6 1]
[9 1]   [7 7]   [6 4]
[9 4]   [7 1]   [    ]", + "options": [ + "[6 1]", + "[5 9]", + "[9 7]", + "[5 7]", + "[7 7]", + "[6 7]", + "[7 4]", + "[1 8]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[8 6]   [3 5]   [9 2]
[9 6]   [8 5]   [3 2]
[3 6]   [9 5]   [    ]", + "options": [ + "[3 5]", + "[5 3]", + "[8 4]", + "[2 8]", + "[8 2]", + "[2 5]", + "[6 7]", + "[1 3]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[4 6]   [4 4]   [4 1]
[3 4]   [3 1]   [3 6]
[7 1]   [7 6]   [    ]", + "options": [ + "[8 7]", + "[7 4]", + "[7 7]", + "[4 6]", + "[7 8]", + "[7 6]", + "[6 4]", + "[3 1]" + ], + "correct": 1, + "prob_ind": 14 + }, + { + "prompt": "[1 5]   [2 4]   [3 3]
[3 5]   [1 4]   [2 3]
[2 5]   [3 4]   [    ]", + "options": [ + "[2 3]", + "[5 3]", + "[3 4]", + "[3 1]", + "[1 3]", + "[1 5]", + "[2 4]", + "[2 5]" + ], + "correct": 4, + "prob_ind": 15 + }, + { + "prompt": "[7 9]   [4 1]   [3 3]
[3 9]   [7 1]   [4 3]
[4 9]   [3 1]   [    ]", + "options": [ + "[7 7]", + "[6 3]", + "[3 6]", + "[3 4]", + "[3 7]", + "[3 1]", + "[7 3]", + "[3 3]" + ], + "correct": 6, + "prob_ind": 16 + }, + { + "prompt": "[7 5]   [6 5]   [4 5]
[4 1]   [7 1]   [6 1]
[6 7]   [4 7]   [    ]", + "options": [ + "[7 7]", + "[2 5]", + "[9 7]", + "[8 5]", + "[7 9]", + "[6 4]", + "[7 4]", + "[4 7]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[7 3]   [0 8]   [1 7]
[7 8]   [0 7]   [1 3]
[7 7]   [0 3]   [    ]", + "options": [ + "[3 7]", + "[7 1]", + "[7 3]", + "[1 8]", + "[3 5]", + "[7 7]", + "[8 1]", + "[1 7]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[4 0]   [4 9]   [4 2]
[6 9]   [6 2]   [6 0]
[1 2]   [1 0]   [    ]", + "options": [ + "[4 1]", + "[9 1]", + "[4 2]", + "[6 2]", + "[0 9]", + "[1 2]", + "[1 0]", + "[1 9]" + ], + "correct": 7, + "prob_ind": 19 + }, + { + "prompt": "[2 2]   [4 2]   [1 2]
[4 0]   [1 0]   [2 0]
[1 9]   [2 9]   [    ]", + "options": [ + "[4 4]", + "[6 4]", + "[8 4]", + "[0 4]", + "[4 9]", + "[8 7]", + "[9 4]", + "[2 4]" + ], + "correct": 4, + "prob_ind": 20 + }, + { + "prompt": "[0 2]   [2 6]   [5 3]
[2 2]   [5 6]   [0 3]
[5 2]   [0 6]   [    ]", + "options": [ + "[3 2]", + "[7 4]", + "[5 3]", + "[9 2]", + "[1 6]", + "[2 3]", + "[6 2]", + "[0 6]" + ], + "correct": 5, + "prob_ind": 21 + }, + { + "prompt": "[4 7]   [4 8]   [4 4]
[0 4]   [0 7]   [0 8]
[6 8]   [6 4]   [    ]", + "options": [ + "[7 0]", + "[0 8]", + "[0 7]", + "[9 8]", + "[7 4]", + "[6 7]", + "[7 7]", + "[9 1]" + ], + "correct": 5, + "prob_ind": 22 + }, + { + "prompt": "[6 5]   [7 1]   [2 8]
[6 8]   [7 5]   [2 1]
[6 1]   [7 8]   [    ]", + "options": [ + "[6 3]", + "[3 6]", + "[2 5]", + "[7 2]", + "[2 7]", + "[2 9]", + "[6 6]", + "[1 2]" + ], + "correct": 2, + "prob_ind": 23 + }, + { + "prompt": "[3 5]   [1 5]   [5 5]
[5 0]   [3 0]   [1 0]
[1 1]   [5 1]   [    ]", + "options": [ + "[1 1]", + "[3 1]", + "[0 5]", + "[5 5]", + "[5 7]", + "[1 2]", + "[5 6]", + "[3 3]" + ], + "correct": 1, + "prob_ind": 24 + }, + { + "prompt": "[7 9]   [6 0]   [3 5]
[6 9]   [3 0]   [7 5]
[3 9]   [7 0]   [    ]", + "options": [ + "[6 4]", + "[5 6]", + "[0 6]", + "[0 7]", + "[4 4]", + "[7 5]", + "[6 5]", + "[8 5]" + ], + "correct": 6, + "prob_ind": 25 + }, + { + "prompt": "[8 9]   [4 9]   [3 9]
[3 5]   [8 5]   [4 5]
[4 1]   [3 1]   [    ]", + "options": [ + "[3 6]", + "[8 9]", + "[8 1]", + "[1 6]", + "[3 9]", + "[3 8]", + "[8 8]", + "[1 8]" + ], + "correct": 2, + "prob_ind": 26 + }, + { + "prompt": "[6 9]   [8 9]   [7 9]
[7 4]   [6 4]   [8 4]
[8 8]   [7 8]   [    ]", + "options": [ + "[4 8]", + "[0 6]", + "[4 7]", + "[8 8]", + "[2 6]", + "[1 3]", + "[6 8]", + "[6 4]" + ], + "correct": 6, + "prob_ind": 27 + }, + { + "prompt": "[0 6]   [5 6]   [3 6]
[5 3]   [3 3]   [0 3]
[3 4]   [0 4]   [    ]", + "options": [ + "[6 5]", + "[5 4]", + "[5 5]", + "[1 6]", + "[0 6]", + "[3 5]", + "[4 4]", + "[5 6]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[0 9]   [1 6]   [8 4]
[8 9]   [0 6]   [1 4]
[1 9]   [8 6]   [    ]", + "options": [ + "[7 0]", + "[0 4]", + "[8 6]", + "[0 6]", + "[8 4]", + "[1 9]", + "[9 1]", + "[6 0]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[1 8]   [1 9]   [1 1]
[7 9]   [7 1]   [7 8]
[4 1]   [4 8]   [    ]", + "options": [ + "[4 1]", + "[8 7]", + "[7 9]", + "[3 9]", + "[1 4]", + "[4 9]", + "[9 4]", + "[1 9]" + ], + "correct": 5, + "prob_ind": 30 + }, + { + "prompt": "[5 7]   [0 2]   [6 8]
[5 2]   [0 8]   [6 7]
[5 8]   [0 7]   [    ]", + "options": [ + "[5 7]", + "[5 2]", + "[6 6]", + "[2 6]", + "[4 2]", + "[6 2]", + "[7 3]", + "[6 1]" + ], + "correct": 5, + "prob_ind": 31 + }, + { + "prompt": "[4 4]   [1 4]   [9 4]
[1 9]   [9 9]   [4 9]
[9 7]   [4 7]   [    ]", + "options": [ + "[5 1]", + "[6 7]", + "[6 1]", + "[9 9]", + "[7 1]", + "[1 7]", + "[7 0]", + "[8 9]" + ], + "correct": 5, + "prob_ind": 32 + }, + { + "prompt": "[1 7]   [3 8]   [0 0]
[3 7]   [0 8]   [1 0]
[0 7]   [1 8]   [    ]", + "options": [ + "[3 8]", + "[1 2]", + "[3 1]", + "[0 8]", + "[3 0]", + "[8 3]", + "[0 3]", + "[7 0]" + ], + "correct": 4, + "prob_ind": 33 + }, + { + "prompt": "[5 2]   [5 6]   [5 7]
[9 7]   [9 2]   [9 6]
[1 6]   [1 7]   [    ]", + "options": [ + "[6 9]", + "[7 1]", + "[7 6]", + "[4 3]", + "[6 7]", + "[1 2]", + "[1 3]", + "[9 7]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[2 2]   [7 1]   [4 0]
[2 1]   [7 0]   [4 2]
[2 0]   [7 2]   [    ]", + "options": [ + "[3 1]", + "[4 0]", + "[7 0]", + "[2 0]", + "[4 1]", + "[1 4]", + "[0 7]", + "[2 2]" + ], + "correct": 4, + "prob_ind": 35 + }, + { + "prompt": "[9 4]   [5 6]   [6 8]
[9 6]   [5 8]   [6 4]
[9 8]   [5 4]   [    ]", + "options": [ + "[4 8]", + "[9 5]", + "[9 8]", + "[6 8]", + "[7 6]", + "[5 8]", + "[6 1]", + "[6 6]" + ], + "correct": 7, + "prob_ind": 36 + }, + { + "prompt": "[0 4]   [0 2]   [0 3]
[1 2]   [1 3]   [1 4]
[6 3]   [6 4]   [    ]", + "options": [ + "[1 3]", + "[7 6]", + "[1 4]", + "[4 1]", + "[1 5]", + "[4 0]", + "[6 2]", + "[1 1]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[0 2]   [6 7]   [3 8]
[0 8]   [6 2]   [3 7]
[0 7]   [6 8]   [    ]", + "options": [ + "[0 8]", + "[6 9]", + "[7 0]", + "[2 3]", + "[3 1]", + "[2 1]", + "[4 2]", + "[3 2]" + ], + "correct": 7, + "prob_ind": 38 + }, + { + "prompt": "[5 1]   [5 9]   [5 4]
[4 9]   [4 4]   [4 1]
[9 4]   [9 1]   [    ]", + "options": [ + "[7 4]", + "[7 2]", + "[5 4]", + "[1 8]", + "[4 4]", + "[9 9]", + "[9 5]", + "[7 1]" + ], + "correct": 5, + "prob_ind": 39 + }, + { + "prompt": "[0 7]   [5 5]   [4 9]
[5 7]   [4 5]   [0 9]
[4 7]   [0 5]   [    ]", + "options": [ + "[5 9]", + "[4 8]", + "[0 9]", + "[6 6]", + "[5 6]", + "[5 8]", + "[4 9]", + "[5 5]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[0 9]   [8 9]   [1 9]
[1 7]   [0 7]   [8 7]
[8 2]   [1 2]   [    ]", + "options": [ + "[6 0]", + "[7 8]", + "[9 0]", + "[5 0]", + "[8 7]", + "[1 7]", + "[0 2]", + "[3 0]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[3 8]   [6 8]   [8 8]
[8 4]   [3 4]   [6 4]
[6 2]   [8 2]   [    ]", + "options": [ + "[8 6]", + "[8 2]", + "[6 8]", + "[4 4]", + "[3 2]", + "[2 3]", + "[5 2]", + "[7 6]" + ], + "correct": 4, + "prob_ind": 42 + }, + { + "prompt": "[8 6]   [9 2]   [2 4]
[8 2]   [9 4]   [2 6]
[8 4]   [9 6]   [    ]", + "options": [ + "[2 4]", + "[2 2]", + "[6 2]", + "[7 6]", + "[9 6]", + "[4 2]", + "[2 6]", + "[1 5]" + ], + "correct": 1, + "prob_ind": 43 + }, + { + "prompt": "[2 9]   [9 1]   [8 4]
[2 1]   [9 4]   [8 9]
[2 4]   [9 9]   [    ]", + "options": [ + "[1 2]", + "[4 9]", + "[8 3]", + "[8 1]", + "[8 4]", + "[9 9]", + "[8 9]", + "[1 1]" + ], + "correct": 3, + "prob_ind": 44 + }, + { + "prompt": "[3 7]   [3 3]   [3 5]
[6 3]   [6 5]   [6 7]
[7 5]   [7 7]   [    ]", + "options": [ + "[8 6]", + "[3 7]", + "[7 3]", + "[2 6]", + "[5 7]", + "[7 5]", + "[0 8]", + "[7 6]" + ], + "correct": 2, + "prob_ind": 45 + }, + { + "prompt": "[7 1]   [1 1]   [4 1]
[1 9]   [4 9]   [7 9]
[4 5]   [7 5]   [    ]", + "options": [ + "[3 5]", + "[1 9]", + "[2 9]", + "[5 4]", + "[4 5]", + "[1 5]", + "[9 7]", + "[5 5]" + ], + "correct": 5, + "prob_ind": 46 + }, + { + "prompt": "[3 3]   [3 5]   [3 9]
[6 5]   [6 9]   [6 3]
[0 9]   [0 3]   [    ]", + "options": [ + "[1 5]", + "[3 4]", + "[0 7]", + "[0 3]", + "[3 6]", + "[2 4]", + "[5 0]", + "[0 5]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[5 1]   [9 5]   [3 4]
[5 5]   [9 4]   [3 1]
[5 4]   [9 1]   [    ]", + "options": [ + "[5 1]", + "[1 9]", + "[5 5]", + "[5 4]", + "[2 5]", + "[3 4]", + "[3 5]", + "[5 3]" + ], + "correct": 6, + "prob_ind": 48 + }, + { + "prompt": "[4 5]   [2 3]   [8 7]
[8 5]   [4 3]   [2 7]
[2 5]   [8 3]   [    ]", + "options": [ + "[6 4]", + "[4 7]", + "[7 4]", + "[2 5]", + "[4 5]", + "[4 9]", + "[8 2]", + "[7 5]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[8 0]   [8 9]   [8 8]
[0 9]   [0 8]   [0 0]
[3 8]   [3 0]   [    ]", + "options": [ + "[0 0]", + "[9 3]", + "[8 9]", + "[9 9]", + "[4 8]", + "[0 8]", + "[3 9]", + "[8 3]" + ], + "correct": 6, + "prob_ind": 50 + }, + { + "prompt": "[2 3]   [2 4]   [2 9]
[8 4]   [8 9]   [8 3]
[3 9]   [3 3]   [    ]", + "options": [ + "[3 4]", + "[8 9]", + "[4 4]", + "[2 9]", + "[0 7]", + "[7 0]", + "[1 5]", + "[1 0]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[8 2]   [1 3]   [0 9]
[0 2]   [8 3]   [1 9]
[1 2]   [0 3]   [    ]", + "options": [ + "[8 9]", + "[9 8]", + "[0 3]", + "[7 1]", + "[8 5]", + "[1 3]", + "[8 8]", + "[8 3]" + ], + "correct": 0, + "prob_ind": 52 + }, + { + "prompt": "[2 8]   [9 1]   [4 5]
[9 8]   [4 1]   [2 5]
[4 8]   [2 1]   [    ]", + "options": [ + "[2 8]", + "[8 7]", + "[9 5]", + "[4 8]", + "[5 9]", + "[7 5]", + "[4 5]", + "[7 8]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[6 8]   [5 0]   [0 3]
[6 3]   [5 8]   [0 0]
[6 0]   [5 3]   [    ]", + "options": [ + "[8 5]", + "[3 0]", + "[5 9]", + "[1 8]", + "[0 8]", + "[0 3]", + "[6 0]", + "[9 8]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[6 7]   [2 8]   [9 2]
[9 7]   [6 8]   [2 2]
[2 7]   [9 8]   [    ]", + "options": [ + "[6 7]", + "[4 7]", + "[6 4]", + "[6 2]", + "[2 3]", + "[4 9]", + "[2 6]", + "[6 8]" + ], + "correct": 3, + "prob_ind": 55 + }, + { + "prompt": "[2 0]   [6 3]   [7 1]
[2 1]   [6 0]   [7 3]
[2 3]   [6 1]   [    ]", + "options": [ + "[1 2]", + "[3 2]", + "[2 1]", + "[7 0]", + "[6 1]", + "[6 5]", + "[7 2]", + "[2 3]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[2 6]   [2 9]   [2 2]
[8 2]   [8 6]   [8 9]
[6 9]   [6 2]   [    ]", + "options": [ + "[9 9]", + "[4 6]", + "[6 6]", + "[2 9]", + "[6 9]", + "[4 4]", + "[2 2]", + "[2 6]" + ], + "correct": 2, + "prob_ind": 57 + }, + { + "prompt": "[9 5]   [9 3]   [9 1]
[8 3]   [8 1]   [8 5]
[6 1]   [6 5]   [    ]", + "options": [ + "[1 9]", + "[5 3]", + "[5 1]", + "[6 3]", + "[8 4]", + "[9 1]", + "[6 4]", + "[3 6]" + ], + "correct": 3, + "prob_ind": 58 + }, + { + "prompt": "[5 5]   [5 4]   [5 1]
[8 1]   [8 5]   [8 4]
[4 4]   [4 1]   [    ]", + "options": [ + "[7 5]", + "[5 1]", + "[4 4]", + "[4 5]", + "[5 5]", + "[5 2]", + "[8 1]", + "[7 1]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[5 2]   [6 7]   [9 6]
[6 2]   [9 7]   [5 6]
[9 2]   [5 7]   [    ]", + "options": [ + "[2 4]", + "[9 2]", + "[6 6]", + "[2 2]", + "[5 7]", + "[4 2]", + "[3 2]", + "[2 9]" + ], + "correct": 2, + "prob_ind": 60 + }, + { + "prompt": "[3 0]   [3 4]   [3 3]
[5 4]   [5 3]   [5 0]
[8 3]   [8 0]   [    ]", + "options": [ + "[5 4]", + "[2 0]", + "[8 4]", + "[3 6]", + "[4 8]", + "[7 3]", + "[3 5]", + "[7 5]" + ], + "correct": 2, + "prob_ind": 61 + }, + { + "prompt": "[8 4]   [8 9]   [8 2]
[4 2]   [4 4]   [4 9]
[6 9]   [6 2]   [    ]", + "options": [ + "[4 8]", + "[8 9]", + "[7 4]", + "[6 5]", + "[5 9]", + "[8 4]", + "[5 4]", + "[6 4]" + ], + "correct": 7, + "prob_ind": 62 + }, + { + "prompt": "[1 0]   [2 0]   [8 0]
[2 4]   [8 4]   [1 4]
[8 1]   [1 1]   [    ]", + "options": [ + "[6 3]", + "[0 3]", + "[8 3]", + "[2 1]", + "[0 1]", + "[1 3]", + "[5 7]", + "[3 6]" + ], + "correct": 3, + "prob_ind": 63 + }, + { + "prompt": "[9 1]   [9 2]   [9 9]
[1 9]   [1 1]   [1 2]
[8 2]   [8 9]   [    ]", + "options": [ + "[3 8]", + "[9 9]", + "[1 8]", + "[8 3]", + "[2 1]", + "[8 1]", + "[3 3]", + "[9 2]" + ], + "correct": 5, + "prob_ind": 64 + }, + { + "prompt": "[1 0]   [3 0]   [4 0]
[3 1]   [4 1]   [1 1]
[4 3]   [1 3]   [    ]", + "options": [ + "[3 3]", + "[1 0]", + "[4 0]", + "[1 3]", + "[3 0]", + "[1 1]", + "[3 1]", + "[1 2]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[3 2]   [3 9]   [3 0]
[7 9]   [7 0]   [7 2]
[5 0]   [5 2]   [    ]", + "options": [ + "[4 9]", + "[7 2]", + "[9 5]", + "[9 7]", + "[6 2]", + "[2 4]", + "[2 6]", + "[5 9]" + ], + "correct": 7, + "prob_ind": 66 + }, + { + "prompt": "[1 7]   [4 7]   [3 7]
[4 1]   [3 1]   [1 1]
[3 9]   [1 9]   [    ]", + "options": [ + "[7 5]", + "[0 9]", + "[4 9]", + "[0 3]", + "[9 2]", + "[2 9]", + "[9 5]", + "[4 2]" + ], + "correct": 2, + "prob_ind": 67 + }, + { + "prompt": "[6 0]   [6 7]   [6 8]
[5 7]   [5 8]   [5 0]
[7 8]   [7 0]   [    ]", + "options": [ + "[7 6]", + "[0 5]", + "[7 1]", + "[9 7]", + "[7 7]", + "[5 8]", + "[7 8]", + "[4 0]" + ], + "correct": 4, + "prob_ind": 68 + }, + { + "prompt": "[8 8]   [5 8]   [4 8]
[5 6]   [4 6]   [8 6]
[4 2]   [8 2]   [    ]", + "options": [ + "[4 6]", + "[3 0]", + "[5 0]", + "[4 5]", + "[6 5]", + "[2 5]", + "[4 2]", + "[5 2]" + ], + "correct": 7, + "prob_ind": 69 + }, + { + "prompt": "[4 8]   [0 4]   [8 1]
[0 8]   [8 4]   [4 1]
[8 8]   [4 4]   [    ]", + "options": [ + "[2 4]", + "[4 8]", + "[4 4]", + "[8 4]", + "[4 0]", + "[0 1]", + "[4 1]", + "[4 2]" + ], + "correct": 5, + "prob_ind": 70 + }, + { + "prompt": "[4 7]   [7 7]   [9 7]
[9 5]   [4 5]   [7 5]
[7 8]   [9 8]   [    ]", + "options": [ + "[7 4]", + "[8 4]", + "[2 8]", + "[7 5]", + "[9 7]", + "[4 8]", + "[8 7]", + "[7 7]" + ], + "correct": 5, + "prob_ind": 71 + }, + { + "prompt": "[1 1]   [5 3]   [8 6]
[1 3]   [5 6]   [8 1]
[1 6]   [5 1]   [    ]", + "options": [ + "[3 8]", + "[5 6]", + "[8 3]", + "[9 3]", + "[7 3]", + "[9 4]", + "[7 8]", + "[7 1]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[6 9]   [5 7]   [9 6]
[5 9]   [9 7]   [6 6]
[9 9]   [6 7]   [    ]", + "options": [ + "[8 6]", + "[6 8]", + "[5 6]", + "[4 7]", + "[5 7]", + "[7 6]", + "[6 7]", + "[6 5]" + ], + "correct": 2, + "prob_ind": 73 + }, + { + "prompt": "[9 4]   [1 8]   [3 1]
[9 8]   [1 1]   [3 4]
[9 1]   [1 4]   [    ]", + "options": [ + "[3 8]", + "[4 3]", + "[5 8]", + "[3 4]", + "[4 4]", + "[1 8]", + "[1 1]", + "[4 9]" + ], + "correct": 0, + "prob_ind": 74 + }, + { + "prompt": "[7 8]   [4 2]   [5 9]
[5 8]   [7 2]   [4 9]
[4 8]   [5 2]   [    ]", + "options": [ + "[4 9]", + "[5 8]", + "[7 8]", + "[5 9]", + "[5 4]", + "[8 7]", + "[7 9]", + "[9 4]" + ], + "correct": 6, + "prob_ind": 75 + }, + { + "prompt": "[9 4]   [3 4]   [6 4]
[3 1]   [6 1]   [9 1]
[6 2]   [9 2]   [    ]", + "options": [ + "[2 8]", + "[2 6]", + "[5 2]", + "[2 0]", + "[3 2]", + "[0 9]", + "[9 0]", + "[0 8]" + ], + "correct": 4, + "prob_ind": 76 + }, + { + "prompt": "[7 2]   [0 0]   [2 5]
[2 2]   [7 0]   [0 5]
[0 2]   [2 0]   [    ]", + "options": [ + "[0 2]", + "[7 6]", + "[7 5]", + "[2 5]", + "[0 0]", + "[2 0]", + "[2 2]", + "[9 0]" + ], + "correct": 2, + "prob_ind": 77 + }, + { + "prompt": "[1 0]   [2 5]   [5 2]
[1 5]   [2 2]   [5 0]
[1 2]   [2 0]   [    ]", + "options": [ + "[5 1]", + "[7 0]", + "[1 2]", + "[6 3]", + "[4 5]", + "[5 0]", + "[5 5]", + "[2 1]" + ], + "correct": 6, + "prob_ind": 78 + }, + { + "prompt": "[1 0]   [6 9]   [9 8]
[6 0]   [9 9]   [1 8]
[9 0]   [1 9]   [    ]", + "options": [ + "[1 8]", + "[1 0]", + "[0 1]", + "[6 8]", + "[1 7]", + "[6 7]", + "[9 8]", + "[9 0]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[8 8]   [8 3]   [8 0]
[4 0]   [4 8]   [4 3]
[6 3]   [6 0]   [    ]", + "options": [ + "[3 2]", + "[3 6]", + "[6 5]", + "[0 4]", + "[4 0]", + "[8 3]", + "[6 8]", + "[5 6]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[1 6]   [4 3]   [0 0]
[1 0]   [4 6]   [0 3]
[1 3]   [4 0]   [    ]", + "options": [ + "[7 3]", + "[0 4]", + "[4 0]", + "[0 0]", + "[0 7]", + "[3 0]", + "[1 0]", + "[0 6]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[2 0]   [2 7]   [2 4]
[1 4]   [1 0]   [1 7]
[5 7]   [5 4]   [    ]", + "options": [ + "[8 1]", + "[5 0]", + "[0 7]", + "[4 1]", + "[5 4]", + "[0 5]", + "[1 7]", + "[7 5]" + ], + "correct": 1, + "prob_ind": 82 + }, + { + "prompt": "[8 3]   [1 3]   [2 3]
[1 7]   [2 7]   [8 7]
[2 2]   [8 2]   [    ]", + "options": [ + "[2 1]", + "[6 2]", + "[1 7]", + "[2 2]", + "[0 7]", + "[2 7]", + "[7 1]", + "[1 2]" + ], + "correct": 7, + "prob_ind": 83 + }, + { + "prompt": "[4 9]   [3 7]   [7 2]
[4 7]   [3 2]   [7 9]
[4 2]   [3 9]   [    ]", + "options": [ + "[4 2]", + "[7 2]", + "[7 7]", + "[3 2]", + "[7 5]", + "[2 2]", + "[2 4]", + "[2 3]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[0 3]   [5 3]   [3 3]
[5 2]   [3 2]   [0 2]
[3 4]   [0 4]   [    ]", + "options": [ + "[7 3]", + "[3 7]", + "[0 5]", + "[5 3]", + "[4 3]", + "[6 4]", + "[5 4]", + "[7 4]" + ], + "correct": 6, + "prob_ind": 85 + }, + { + "prompt": "[2 0]   [1 8]   [6 7]
[1 0]   [6 8]   [2 7]
[6 0]   [2 8]   [    ]", + "options": [ + "[2 9]", + "[3 0]", + "[1 0]", + "[1 7]", + "[6 8]", + "[8 1]", + "[7 2]", + "[9 2]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[3 4]   [3 1]   [3 3]
[0 3]   [0 4]   [0 1]
[1 1]   [1 3]   [    ]", + "options": [ + "[3 0]", + "[0 0]", + "[0 4]", + "[1 4]", + "[1 1]", + "[3 1]", + "[1 6]", + "[4 0]" + ], + "correct": 3, + "prob_ind": 87 + }, + { + "prompt": "[1 8]   [6 6]   [5 1]
[5 8]   [1 6]   [6 1]
[6 8]   [5 6]   [    ]", + "options": [ + "[1 3]", + "[2 6]", + "[4 7]", + "[0 3]", + "[1 1]", + "[4 2]", + "[6 8]", + "[6 6]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[9 7]   [6 5]   [3 9]
[6 7]   [3 5]   [9 9]
[3 7]   [9 5]   [    ]", + "options": [ + "[9 6]", + "[0 0]", + "[5 5]", + "[7 3]", + "[5 3]", + "[1 9]", + "[6 9]", + "[0 9]" + ], + "correct": 6, + "prob_ind": 89 + }, + { + "prompt": "[2 0]   [1 1]   [3 7]
[3 0]   [2 1]   [1 7]
[1 0]   [3 1]   [    ]", + "options": [ + "[5 2]", + "[3 1]", + "[1 0]", + "[1 7]", + "[2 7]", + "[1 2]", + "[1 9]", + "[2 1]" + ], + "correct": 4, + "prob_ind": 90 + }, + { + "prompt": "[9 6]   [4 6]   [5 6]
[4 0]   [5 0]   [9 0]
[5 4]   [9 4]   [    ]", + "options": [ + "[1 5]", + "[4 5]", + "[4 6]", + "[5 4]", + "[5 2]", + "[4 0]", + "[9 3]", + "[4 4]" + ], + "correct": 7, + "prob_ind": 91 + }, + { + "prompt": "[5 4]   [5 2]   [5 5]
[2 2]   [2 5]   [2 4]
[1 5]   [1 4]   [    ]", + "options": [ + "[4 5]", + "[2 5]", + "[7 7]", + "[5 2]", + "[7 8]", + "[1 2]", + "[1 4]", + "[1 5]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[5 0]   [5 9]   [5 2]
[1 2]   [1 0]   [1 9]
[0 9]   [0 2]   [    ]", + "options": [ + "[5 0]", + "[0 2]", + "[3 2]", + "[2 0]", + "[0 1]", + "[7 8]", + "[0 0]", + "[2 2]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[3 2]   [3 4]   [3 5]
[9 4]   [9 5]   [9 2]
[7 5]   [7 2]   [    ]", + "options": [ + "[7 4]", + "[8 2]", + "[7 6]", + "[7 5]", + "[4 7]", + "[1 8]", + "[7 1]", + "[6 5]" + ], + "correct": 0, + "prob_ind": 94 + }, + { + "prompt": "[8 2]   [1 2]   [2 2]
[1 7]   [2 7]   [8 7]
[2 5]   [8 5]   [    ]", + "options": [ + "[1 5]", + "[2 5]", + "[2 2]", + "[8 2]", + "[1 3]", + "[7 9]", + "[7 8]", + "[9 2]" + ], + "correct": 0, + "prob_ind": 95 + }, + { + "prompt": "[3 1]   [3 7]   [3 9]
[0 9]   [0 1]   [0 7]
[7 7]   [7 9]   [    ]", + "options": [ + "[7 9]", + "[7 1]", + "[2 3]", + "[1 3]", + "[1 7]", + "[9 7]", + "[5 3]", + "[3 5]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[5 9]   [5 7]   [5 1]
[1 1]   [1 9]   [1 7]
[3 7]   [3 1]   [    ]", + "options": [ + "[6 1]", + "[7 5]", + "[1 9]", + "[3 1]", + "[5 9]", + "[3 9]", + "[9 3]", + "[2 1]" + ], + "correct": 5, + "prob_ind": 97 + }, + { + "prompt": "[7 8]   [3 8]   [0 8]
[0 5]   [7 5]   [3 5]
[3 6]   [0 6]   [    ]", + "options": [ + "[6 8]", + "[6 7]", + "[2 7]", + "[7 6]", + "[2 5]", + "[0 8]", + "[0 6]", + "[3 6]" + ], + "correct": 3, + "prob_ind": 98 + }, + { + "prompt": "[8 1]   [8 3]   [8 4]
[7 4]   [7 1]   [7 3]
[2 3]   [2 4]   [    ]", + "options": [ + "[2 4]", + "[3 2]", + "[8 1]", + "[8 2]", + "[1 8]", + "[2 2]", + "[2 1]", + "[1 4]" + ], + "correct": 6, + "prob_ind": 99 + } + ], + "two_rule_comb2": [ + { + "prompt": "[5 1]   [4 1]   [3 1]
[4 8]   [3 8]   [2 8]
[3 0]   [2 0]   [    ]", + "options": [ + "[0 1]", + "[4 0]", + "[3 8]", + "[4 8]", + "[2 0]", + "[1 3]", + "[9 3]", + "[1 0]" + ], + "correct": 7, + "prob_ind": 0 + }, + { + "prompt": "[8 4]   [6 4]   [4 4]
[6 3]   [4 3]   [2 3]
[4 7]   [2 7]   [    ]", + "options": [ + "[6 2]", + "[6 4]", + "[7 2]", + "[2 4]", + "[0 6]", + "[7 4]", + "[0 7]", + "[4 4]" + ], + "correct": 6, + "prob_ind": 1 + }, + { + "prompt": "[9 1]   [5 2]   [6 3]
[9 2]   [5 3]   [6 4]
[9 3]   [5 4]   [    ]", + "options": [ + "[5 6]", + "[6 2]", + "[0 2]", + "[9 2]", + "[2 1]", + "[9 4]", + "[6 3]", + "[6 5]" + ], + "correct": 7, + "prob_ind": 2 + }, + { + "prompt": "[9 3]   [7 4]   [5 5]
[7 3]   [5 4]   [3 5]
[5 3]   [3 4]   [    ]", + "options": [ + "[4 3]", + "[5 3]", + "[9 4]", + "[1 5]", + "[2 8]", + "[1 7]", + "[3 5]", + "[4 4]" + ], + "correct": 3, + "prob_ind": 3 + }, + { + "prompt": "[3 1]   [4 1]   [5 1]
[4 5]   [5 5]   [6 5]
[5 2]   [6 2]   [    ]", + "options": [ + "[5 1]", + "[2 9]", + "[9 2]", + "[7 4]", + "[7 2]", + "[5 2]", + "[4 6]", + "[4 2]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[5 2]   [5 3]   [5 4]
[0 3]   [0 4]   [0 5]
[2 4]   [2 5]   [    ]", + "options": [ + "[2 6]", + "[2 4]", + "[5 2]", + "[2 7]", + "[3 4]", + "[3 6]", + "[6 4]", + "[4 6]" + ], + "correct": 0, + "prob_ind": 5 + }, + { + "prompt": "[0 4]   [6 5]   [4 6]
[0 5]   [6 6]   [4 7]
[0 6]   [6 7]   [    ]", + "options": [ + "[6 4]", + "[0 5]", + "[8 4]", + "[4 8]", + "[2 7]", + "[4 5]", + "[6 5]", + "[4 0]" + ], + "correct": 3, + "prob_ind": 6 + }, + { + "prompt": "[6 6]   [6 5]   [6 4]
[4 5]   [4 4]   [4 3]
[3 4]   [3 3]   [    ]", + "options": [ + "[6 5]", + "[3 0]", + "[3 3]", + "[3 4]", + "[5 4]", + "[5 5]", + "[3 2]", + "[2 3]" + ], + "correct": 6, + "prob_ind": 7 + }, + { + "prompt": "[5 0]   [6 7]   [7 9]
[6 0]   [7 7]   [8 9]
[7 0]   [8 7]   [    ]", + "options": [ + "[5 0]", + "[8 4]", + "[9 9]", + "[8 9]", + "[0 7]", + "[7 7]", + "[5 2]", + "[7 0]" + ], + "correct": 2, + "prob_ind": 8 + }, + { + "prompt": "[1 9]   [1 8]   [1 7]
[3 8]   [3 7]   [3 6]
[6 7]   [6 6]   [    ]", + "options": [ + "[5 0]", + "[1 0]", + "[6 5]", + "[3 0]", + "[1 7]", + "[6 7]", + "[6 6]", + "[0 1]" + ], + "correct": 2, + "prob_ind": 9 + }, + { + "prompt": "[4 1]   [5 1]   [6 1]
[5 4]   [6 4]   [7 4]
[6 8]   [7 8]   [    ]", + "options": [ + "[4 7]", + "[7 8]", + "[6 8]", + "[7 4]", + "[4 4]", + "[5 1]", + "[8 8]", + "[9 0]" + ], + "correct": 6, + "prob_ind": 10 + }, + { + "prompt": "[1 1]   [3 1]   [5 1]
[3 2]   [5 2]   [7 2]
[5 5]   [7 5]   [    ]", + "options": [ + "[9 4]", + "[1 1]", + "[5 9]", + "[9 5]", + "[4 9]", + "[9 3]", + "[8 5]", + "[7 1]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[1 8]   [1 7]   [1 6]
[2 7]   [2 6]   [2 5]
[5 6]   [5 5]   [    ]", + "options": [ + "[3 4]", + "[1 9]", + "[7 1]", + "[6 2]", + "[1 6]", + "[5 4]", + "[1 7]", + "[2 6]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[8 4]   [7 3]   [6 6]
[7 4]   [6 3]   [5 6]
[6 4]   [5 3]   [    ]", + "options": [ + "[4 5]", + "[5 6]", + "[6 4]", + "[4 6]", + "[4 7]", + "[5 4]", + "[4 8]", + "[8 4]" + ], + "correct": 3, + "prob_ind": 13 + }, + { + "prompt": "[6 6]   [5 5]   [4 3]
[5 6]   [4 5]   [3 3]
[4 6]   [3 5]   [    ]", + "options": [ + "[5 3]", + "[6 6]", + "[5 5]", + "[3 2]", + "[2 2]", + "[3 3]", + "[2 3]", + "[6 7]" + ], + "correct": 6, + "prob_ind": 14 + }, + { + "prompt": "[5 9]   [5 8]   [5 7]
[0 8]   [0 7]   [0 6]
[8 7]   [8 6]   [    ]", + "options": [ + "[8 5]", + "[3 7]", + "[5 7]", + "[8 0]", + "[7 5]", + "[0 8]", + "[5 6]", + "[9 7]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[5 1]   [5 3]   [5 5]
[2 3]   [2 5]   [2 7]
[4 5]   [4 7]   [    ]", + "options": [ + "[4 3]", + "[4 9]", + "[9 4]", + "[4 6]", + "[6 4]", + "[3 2]", + "[2 3]", + "[5 7]" + ], + "correct": 1, + "prob_ind": 16 + }, + { + "prompt": "[5 0]   [6 3]   [7 4]
[6 0]   [7 3]   [8 4]
[7 0]   [8 3]   [    ]", + "options": [ + "[9 3]", + "[6 3]", + "[9 4]", + "[0 5]", + "[7 4]", + "[6 0]", + "[2 5]", + "[8 4]" + ], + "correct": 2, + "prob_ind": 17 + }, + { + "prompt": "[8 8]   [8 6]   [8 4]
[3 6]   [3 4]   [3 2]
[0 4]   [0 2]   [    ]", + "options": [ + "[0 2]", + "[0 0]", + "[8 8]", + "[8 9]", + "[2 0]", + "[3 0]", + "[8 6]", + "[0 9]" + ], + "correct": 1, + "prob_ind": 18 + }, + { + "prompt": "[2 8]   [3 7]   [5 6]
[2 7]   [3 6]   [5 5]
[2 6]   [3 5]   [    ]", + "options": [ + "[7 5]", + "[5 7]", + "[5 5]", + "[6 7]", + "[5 4]", + "[8 5]", + "[3 1]", + "[4 5]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[8 8]   [7 9]   [6 5]
[7 8]   [6 9]   [5 5]
[6 8]   [5 9]   [    ]", + "options": [ + "[9 6]", + "[3 5]", + "[6 8]", + "[4 5]", + "[4 9]", + "[8 7]", + "[4 6]", + "[5 3]" + ], + "correct": 3, + "prob_ind": 20 + }, + { + "prompt": "[4 7]   [3 7]   [2 7]
[3 3]   [2 3]   [1 3]
[2 6]   [1 6]   [    ]", + "options": [ + "[2 6]", + "[4 9]", + "[0 8]", + "[4 6]", + "[0 6]", + "[9 4]", + "[3 3]", + "[8 0]" + ], + "correct": 4, + "prob_ind": 21 + }, + { + "prompt": "[5 9]   [5 8]   [5 7]
[4 8]   [4 7]   [4 6]
[1 7]   [1 6]   [    ]", + "options": [ + "[0 5]", + "[5 1]", + "[0 7]", + "[1 5]", + "[0 6]", + "[4 7]", + "[4 6]", + "[4 8]" + ], + "correct": 3, + "prob_ind": 22 + }, + { + "prompt": "[1 5]   [1 6]   [1 7]
[0 6]   [0 7]   [0 8]
[5 7]   [5 8]   [    ]", + "options": [ + "[9 5]", + "[9 0]", + "[5 9]", + "[0 9]", + "[8 7]", + "[8 5]", + "[1 5]", + "[1 6]" + ], + "correct": 2, + "prob_ind": 23 + }, + { + "prompt": "[1 4]   [2 4]   [3 4]
[2 0]   [3 0]   [4 0]
[3 3]   [4 3]   [    ]", + "options": [ + "[1 2]", + "[3 4]", + "[3 5]", + "[2 4]", + "[5 3]", + "[5 1]", + "[1 5]", + "[3 3]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[1 2]   [6 3]   [0 4]
[1 3]   [6 4]   [0 5]
[1 4]   [6 5]   [    ]", + "options": [ + "[6 3]", + "[3 6]", + "[0 2]", + "[1 4]", + "[0 6]", + "[0 4]", + "[0 3]", + "[4 6]" + ], + "correct": 4, + "prob_ind": 25 + }, + { + "prompt": "[0 4]   [2 4]   [4 4]
[2 0]   [4 0]   [6 0]
[4 7]   [6 7]   [    ]", + "options": [ + "[6 8]", + "[0 7]", + "[6 7]", + "[8 5]", + "[0 0]", + "[4 2]", + "[8 7]", + "[4 4]" + ], + "correct": 6, + "prob_ind": 26 + }, + { + "prompt": "[5 5]   [5 4]   [5 3]
[2 4]   [2 3]   [2 2]
[6 3]   [6 2]   [    ]", + "options": [ + "[3 1]", + "[3 4]", + "[5 3]", + "[4 3]", + "[3 5]", + "[2 7]", + "[6 1]", + "[1 6]" + ], + "correct": 6, + "prob_ind": 27 + }, + { + "prompt": "[6 9]   [0 7]   [9 5]
[6 7]   [0 5]   [9 3]
[6 5]   [0 3]   [    ]", + "options": [ + "[4 7]", + "[7 3]", + "[9 2]", + "[4 5]", + "[6 3]", + "[9 1]", + "[0 8]", + "[7 5]" + ], + "correct": 5, + "prob_ind": 28 + }, + { + "prompt": "[3 8]   [4 7]   [0 6]
[3 7]   [4 6]   [0 5]
[3 6]   [4 5]   [    ]", + "options": [ + "[0 5]", + "[2 4]", + "[0 6]", + "[0 4]", + "[4 0]", + "[1 5]", + "[0 0]", + "[3 7]" + ], + "correct": 3, + "prob_ind": 29 + }, + { + "prompt": "[4 6]   [8 5]   [3 4]
[4 5]   [8 4]   [3 3]
[4 4]   [8 3]   [    ]", + "options": [ + "[4 5]", + "[3 3]", + "[2 2]", + "[3 2]", + "[4 8]", + "[3 5]", + "[2 3]", + "[8 3]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[7 1]   [4 2]   [6 3]
[7 2]   [4 3]   [6 4]
[7 3]   [4 4]   [    ]", + "options": [ + "[6 5]", + "[6 7]", + "[6 4]", + "[6 3]", + "[1 7]", + "[4 6]", + "[5 6]", + "[7 4]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[3 6]   [0 5]   [1 4]
[3 5]   [0 4]   [1 3]
[3 4]   [0 3]   [    ]", + "options": [ + "[4 1]", + "[3 0]", + "[7 5]", + "[3 5]", + "[7 3]", + "[1 2]", + "[5 0]", + "[2 4]" + ], + "correct": 5, + "prob_ind": 32 + }, + { + "prompt": "[2 2]   [0 3]   [5 4]
[2 3]   [0 4]   [5 5]
[2 4]   [0 5]   [    ]", + "options": [ + "[6 5]", + "[0 2]", + "[4 3]", + "[4 5]", + "[4 4]", + "[5 6]", + "[2 8]", + "[5 4]" + ], + "correct": 5, + "prob_ind": 33 + }, + { + "prompt": "[1 9]   [1 7]   [1 5]
[7 7]   [7 5]   [7 3]
[5 5]   [5 3]   [    ]", + "options": [ + "[5 3]", + "[7 3]", + "[7 1]", + "[1 3]", + "[1 5]", + "[5 1]", + "[1 7]", + "[5 5]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[3 5]   [4 8]   [5 6]
[4 5]   [5 8]   [6 6]
[5 5]   [6 8]   [    ]", + "options": [ + "[5 5]", + "[7 6]", + "[3 5]", + "[8 6]", + "[6 7]", + "[6 9]", + "[6 8]", + "[6 6]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[4 2]   [5 6]   [6 0]
[5 2]   [6 6]   [7 0]
[6 2]   [7 6]   [    ]", + "options": [ + "[4 6]", + "[8 0]", + "[0 8]", + "[6 2]", + "[8 2]", + "[4 8]", + "[5 2]", + "[0 6]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[5 3]   [6 1]   [7 6]
[6 3]   [7 1]   [8 6]
[7 3]   [8 1]   [    ]", + "options": [ + "[9 6]", + "[7 5]", + "[6 1]", + "[1 6]", + "[7 6]", + "[6 2]", + "[9 7]", + "[6 4]" + ], + "correct": 0, + "prob_ind": 37 + }, + { + "prompt": "[0 7]   [1 3]   [2 2]
[1 7]   [2 3]   [3 2]
[2 7]   [3 3]   [    ]", + "options": [ + "[4 2]", + "[3 2]", + "[7 0]", + "[3 3]", + "[1 3]", + "[2 4]", + "[0 0]", + "[7 1]" + ], + "correct": 0, + "prob_ind": 38 + }, + { + "prompt": "[7 5]   [4 4]   [2 3]
[7 4]   [4 3]   [2 2]
[7 3]   [4 2]   [    ]", + "options": [ + "[1 2]", + "[6 2]", + "[4 4]", + "[2 1]", + "[7 3]", + "[3 2]", + "[4 1]", + "[9 1]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[0 5]   [2 7]   [4 3]
[2 5]   [4 7]   [6 3]
[4 5]   [6 7]   [    ]", + "options": [ + "[3 4]", + "[4 3]", + "[8 8]", + "[9 9]", + "[0 7]", + "[9 8]", + "[8 3]", + "[3 8]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[7 2]   [6 3]   [9 4]
[7 3]   [6 4]   [9 5]
[7 4]   [6 5]   [    ]", + "options": [ + "[9 3]", + "[9 6]", + "[6 3]", + "[3 8]", + "[5 8]", + "[7 2]", + "[5 6]", + "[7 6]" + ], + "correct": 1, + "prob_ind": 41 + }, + { + "prompt": "[2 1]   [3 9]   [4 5]
[3 1]   [4 9]   [5 5]
[4 1]   [5 9]   [    ]", + "options": [ + "[3 2]", + "[5 6]", + "[8 5]", + "[4 5]", + "[6 5]", + "[6 4]", + "[5 8]", + "[4 8]" + ], + "correct": 4, + "prob_ind": 42 + }, + { + "prompt": "[4 1]   [4 3]   [4 5]
[1 3]   [1 5]   [1 7]
[8 5]   [8 7]   [    ]", + "options": [ + "[3 1]", + "[9 5]", + "[9 8]", + "[4 0]", + "[8 9]", + "[9 6]", + "[6 9]", + "[3 5]" + ], + "correct": 4, + "prob_ind": 43 + }, + { + "prompt": "[9 7]   [6 6]   [4 5]
[9 6]   [6 5]   [4 4]
[9 5]   [6 4]   [    ]", + "options": [ + "[0 2]", + "[5 9]", + "[9 6]", + "[4 3]", + "[4 1]", + "[2 4]", + "[3 4]", + "[9 8]" + ], + "correct": 3, + "prob_ind": 44 + }, + { + "prompt": "[0 5]   [4 4]   [7 3]
[0 4]   [4 3]   [7 2]
[0 3]   [4 2]   [    ]", + "options": [ + "[7 3]", + "[6 2]", + "[2 7]", + "[7 1]", + "[3 7]", + "[1 7]", + "[7 7]", + "[3 3]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[5 0]   [5 2]   [5 4]
[6 2]   [6 4]   [6 6]
[0 4]   [0 6]   [    ]", + "options": [ + "[4 5]", + "[6 4]", + "[7 4]", + "[6 0]", + "[7 0]", + "[0 8]", + "[8 0]", + "[6 2]" + ], + "correct": 5, + "prob_ind": 46 + }, + { + "prompt": "[7 5]   [6 3]   [5 7]
[6 5]   [5 3]   [4 7]
[5 5]   [4 3]   [    ]", + "options": [ + "[6 2]", + "[3 7]", + "[3 3]", + "[7 3]", + "[6 5]", + "[6 3]", + "[5 5]", + "[3 6]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[1 1]   [1 2]   [1 3]
[5 2]   [5 3]   [5 4]
[7 3]   [7 4]   [    ]", + "options": [ + "[4 7]", + "[2 1]", + "[7 5]", + "[5 3]", + "[6 7]", + "[7 3]", + "[5 2]", + "[9 5]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[9 8]   [8 8]   [7 8]
[8 1]   [7 1]   [6 1]
[7 3]   [6 3]   [    ]", + "options": [ + "[8 1]", + "[3 1]", + "[3 7]", + "[6 8]", + "[5 3]", + "[3 5]", + "[3 3]", + "[8 3]" + ], + "correct": 4, + "prob_ind": 49 + }, + { + "prompt": "[0 8]   [0 7]   [0 6]
[4 7]   [4 6]   [4 5]
[6 6]   [6 5]   [    ]", + "options": [ + "[8 2]", + "[6 6]", + "[4 4]", + "[4 5]", + "[6 4]", + "[8 6]", + "[8 1]", + "[1 3]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[5 1]   [6 5]   [7 3]
[6 1]   [7 5]   [8 3]
[7 1]   [8 5]   [    ]", + "options": [ + "[9 2]", + "[7 4]", + "[1 5]", + "[6 5]", + "[9 3]", + "[3 9]", + "[5 1]", + "[2 9]" + ], + "correct": 4, + "prob_ind": 51 + }, + { + "prompt": "[6 5]   [6 4]   [6 3]
[8 4]   [8 3]   [8 2]
[1 3]   [1 2]   [    ]", + "options": [ + "[8 5]", + "[1 1]", + "[2 3]", + "[2 8]", + "[6 6]", + "[6 4]", + "[5 8]", + "[2 1]" + ], + "correct": 1, + "prob_ind": 52 + }, + { + "prompt": "[4 5]   [7 6]   [0 7]
[4 6]   [7 7]   [0 8]
[4 7]   [7 8]   [    ]", + "options": [ + "[4 8]", + "[4 4]", + "[8 4]", + "[0 8]", + "[0 9]", + "[8 3]", + "[5 6]", + "[9 0]" + ], + "correct": 4, + "prob_ind": 53 + }, + { + "prompt": "[2 5]   [3 5]   [4 5]
[3 4]   [4 4]   [5 4]
[4 8]   [5 8]   [    ]", + "options": [ + "[5 4]", + "[3 6]", + "[4 8]", + "[3 5]", + "[6 8]", + "[8 4]", + "[6 7]", + "[2 8]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[2 1]   [3 1]   [4 1]
[3 6]   [4 6]   [5 6]
[4 3]   [5 3]   [    ]", + "options": [ + "[4 1]", + "[4 6]", + "[6 3]", + "[5 1]", + "[0 0]", + "[5 2]", + "[2 1]", + "[3 6]" + ], + "correct": 2, + "prob_ind": 55 + }, + { + "prompt": "[0 2]   [2 2]   [4 2]
[2 7]   [4 7]   [6 7]
[4 5]   [6 5]   [    ]", + "options": [ + "[0 7]", + "[7 4]", + "[8 5]", + "[4 5]", + "[4 4]", + "[6 7]", + "[7 6]", + "[4 7]" + ], + "correct": 2, + "prob_ind": 56 + }, + { + "prompt": "[2 2]   [2 3]   [2 4]
[7 3]   [7 4]   [7 5]
[9 4]   [9 5]   [    ]", + "options": [ + "[6 2]", + "[9 6]", + "[8 4]", + "[4 8]", + "[6 9]", + "[5 4]", + "[3 2]", + "[5 3]" + ], + "correct": 1, + "prob_ind": 57 + }, + { + "prompt": "[9 9]   [8 4]   [7 0]
[8 9]   [7 4]   [6 0]
[7 9]   [6 4]   [    ]", + "options": [ + "[7 2]", + "[0 8]", + "[7 9]", + "[0 6]", + "[7 4]", + "[8 0]", + "[5 2]", + "[5 0]" + ], + "correct": 7, + "prob_ind": 58 + }, + { + "prompt": "[9 1]   [1 2]   [0 3]
[9 2]   [1 3]   [0 4]
[9 3]   [1 4]   [    ]", + "options": [ + "[5 3]", + "[1 5]", + "[0 5]", + "[0 2]", + "[2 9]", + "[9 3]", + "[9 2]", + "[5 0]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[6 5]   [5 5]   [4 5]
[5 3]   [4 3]   [3 3]
[4 0]   [3 0]   [    ]", + "options": [ + "[0 2]", + "[5 3]", + "[2 0]", + "[0 3]", + "[4 5]", + "[3 0]", + "[6 0]", + "[0 0]" + ], + "correct": 2, + "prob_ind": 60 + }, + { + "prompt": "[8 0]   [6 0]   [4 0]
[6 6]   [4 6]   [2 6]
[4 2]   [2 2]   [    ]", + "options": [ + "[4 0]", + "[2 0]", + "[4 6]", + "[8 2]", + "[2 6]", + "[2 8]", + "[0 0]", + "[0 2]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[7 9]   [9 7]   [5 5]
[7 7]   [9 5]   [5 3]
[7 5]   [9 3]   [    ]", + "options": [ + "[5 1]", + "[5 7]", + "[1 5]", + "[5 5]", + "[7 5]", + "[9 3]", + "[3 5]", + "[3 3]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[4 9]   [5 7]   [6 2]
[5 9]   [6 7]   [7 2]
[6 9]   [7 7]   [    ]", + "options": [ + "[8 2]", + "[4 9]", + "[7 5]", + "[1 3]", + "[5 7]", + "[6 7]", + "[7 2]", + "[2 7]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[4 4]   [5 4]   [6 4]
[5 9]   [6 9]   [7 9]
[6 7]   [7 7]   [    ]", + "options": [ + "[9 7]", + "[7 7]", + "[7 9]", + "[5 4]", + "[4 5]", + "[5 9]", + "[8 7]", + "[7 4]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[2 9]   [2 7]   [2 5]
[5 7]   [5 5]   [5 3]
[9 5]   [9 3]   [    ]", + "options": [ + "[9 2]", + "[5 2]", + "[9 1]", + "[3 9]", + "[5 7]", + "[7 5]", + "[7 3]", + "[5 3]" + ], + "correct": 2, + "prob_ind": 65 + }, + { + "prompt": "[9 8]   [8 8]   [7 8]
[8 2]   [7 2]   [6 2]
[7 9]   [6 9]   [    ]", + "options": [ + "[6 2]", + "[9 8]", + "[7 1]", + "[7 2]", + "[9 5]", + "[8 8]", + "[8 5]", + "[5 9]" + ], + "correct": 7, + "prob_ind": 66 + }, + { + "prompt": "[1 3]   [3 7]   [5 0]
[3 3]   [5 7]   [7 0]
[5 3]   [7 7]   [    ]", + "options": [ + "[4 1]", + "[5 1]", + "[7 7]", + "[9 0]", + "[3 3]", + "[0 9]", + "[7 5]", + "[5 7]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[1 1]   [5 3]   [0 5]
[1 3]   [5 5]   [0 7]
[1 5]   [5 7]   [    ]", + "options": [ + "[1 7]", + "[0 9]", + "[9 0]", + "[5 5]", + "[2 7]", + "[2 3]", + "[3 2]", + "[2 1]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[1 8]   [4 6]   [0 4]
[1 6]   [4 4]   [0 2]
[1 4]   [4 2]   [    ]", + "options": [ + "[4 1]", + "[4 6]", + "[0 0]", + "[2 1]", + "[4 4]", + "[1 4]", + "[7 8]", + "[6 4]" + ], + "correct": 2, + "prob_ind": 69 + }, + { + "prompt": "[1 4]   [2 4]   [3 4]
[2 1]   [3 1]   [4 1]
[3 8]   [4 8]   [    ]", + "options": [ + "[1 2]", + "[5 8]", + "[2 3]", + "[7 4]", + "[3 1]", + "[1 3]", + "[2 4]", + "[8 5]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[1 0]   [1 2]   [1 4]
[2 2]   [2 4]   [2 6]
[9 4]   [9 6]   [    ]", + "options": [ + "[1 0]", + "[9 6]", + "[2 8]", + "[6 2]", + "[9 8]", + "[6 1]", + "[8 9]", + "[1 6]" + ], + "correct": 4, + "prob_ind": 71 + }, + { + "prompt": "[9 9]   [8 7]   [1 5]
[9 7]   [8 5]   [1 3]
[9 5]   [8 3]   [    ]", + "options": [ + "[8 7]", + "[1 2]", + "[1 5]", + "[1 3]", + "[1 1]", + "[3 1]", + "[7 9]", + "[9 7]" + ], + "correct": 4, + "prob_ind": 72 + }, + { + "prompt": "[0 8]   [1 2]   [2 3]
[1 8]   [2 2]   [3 3]
[2 8]   [3 2]   [    ]", + "options": [ + "[3 3]", + "[0 1]", + "[4 1]", + "[3 1]", + "[4 3]", + "[2 8]", + "[0 8]", + "[1 3]" + ], + "correct": 4, + "prob_ind": 73 + }, + { + "prompt": "[0 6]   [4 5]   [8 4]
[0 5]   [4 4]   [8 3]
[0 4]   [4 3]   [    ]", + "options": [ + "[5 4]", + "[8 5]", + "[4 4]", + "[7 4]", + "[8 4]", + "[6 4]", + "[5 0]", + "[8 2]" + ], + "correct": 7, + "prob_ind": 74 + }, + { + "prompt": "[8 3]   [6 3]   [4 3]
[6 5]   [4 5]   [2 5]
[4 2]   [2 2]   [    ]", + "options": [ + "[2 4]", + "[0 2]", + "[8 5]", + "[2 0]", + "[8 3]", + "[1 2]", + "[0 0]", + "[2 2]" + ], + "correct": 1, + "prob_ind": 75 + }, + { + "prompt": "[1 3]   [2 3]   [3 3]
[2 4]   [3 4]   [4 4]
[3 7]   [4 7]   [    ]", + "options": [ + "[1 3]", + "[4 3]", + "[3 3]", + "[6 7]", + "[7 5]", + "[5 7]", + "[4 2]", + "[0 3]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[3 4]   [6 5]   [8 6]
[3 5]   [6 6]   [8 7]
[3 6]   [6 7]   [    ]", + "options": [ + "[5 3]", + "[8 5]", + "[6 5]", + "[8 7]", + "[8 8]", + "[6 6]", + "[1 6]", + "[6 3]" + ], + "correct": 4, + "prob_ind": 77 + }, + { + "prompt": "[2 3]   [3 1]   [4 6]
[3 3]   [4 1]   [5 6]
[4 3]   [5 1]   [    ]", + "options": [ + "[3 5]", + "[5 5]", + "[6 6]", + "[5 3]", + "[4 6]", + "[6 4]", + "[5 6]", + "[6 8]" + ], + "correct": 2, + "prob_ind": 78 + }, + { + "prompt": "[4 4]   [5 4]   [6 4]
[5 7]   [6 7]   [7 7]
[6 0]   [7 0]   [    ]", + "options": [ + "[8 0]", + "[3 4]", + "[1 1]", + "[4 4]", + "[2 2]", + "[7 5]", + "[6 5]", + "[5 7]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[6 6]   [6 5]   [6 4]
[7 5]   [7 4]   [7 3]
[2 4]   [2 3]   [    ]", + "options": [ + "[2 2]", + "[7 4]", + "[7 5]", + "[2 4]", + "[6 5]", + "[4 2]", + "[4 6]", + "[2 6]" + ], + "correct": 0, + "prob_ind": 80 + }, + { + "prompt": "[4 0]   [3 6]   [2 8]
[3 0]   [2 6]   [1 8]
[2 0]   [1 6]   [    ]", + "options": [ + "[3 6]", + "[6 1]", + "[8 1]", + "[2 2]", + "[0 8]", + "[3 8]", + "[8 0]", + "[1 8]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[3 0]   [4 6]   [5 5]
[4 0]   [5 6]   [6 5]
[5 0]   [6 6]   [    ]", + "options": [ + "[7 5]", + "[5 3]", + "[5 1]", + "[5 8]", + "[5 5]", + "[6 6]", + "[4 0]", + "[5 2]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[9 8]   [1 7]   [8 6]
[9 7]   [1 6]   [8 5]
[9 6]   [1 5]   [    ]", + "options": [ + "[6 1]", + "[8 6]", + "[8 4]", + "[4 8]", + "[9 6]", + "[9 3]", + "[1 6]", + "[9 5]" + ], + "correct": 2, + "prob_ind": 83 + }, + { + "prompt": "[1 3]   [2 3]   [3 3]
[2 9]   [3 9]   [4 9]
[3 2]   [4 2]   [    ]", + "options": [ + "[0 5]", + "[2 4]", + "[2 5]", + "[3 8]", + "[5 2]", + "[9 4]", + "[3 9]", + "[2 2]" + ], + "correct": 4, + "prob_ind": 84 + }, + { + "prompt": "[7 4]   [7 3]   [7 2]
[9 3]   [9 2]   [9 1]
[8 2]   [8 1]   [    ]", + "options": [ + "[7 2]", + "[1 9]", + "[2 9]", + "[8 0]", + "[9 2]", + "[9 1]", + "[6 0]", + "[2 7]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[2 4]   [4 3]   [5 2]
[2 3]   [4 2]   [5 1]
[2 2]   [4 1]   [    ]", + "options": [ + "[2 4]", + "[5 6]", + "[2 3]", + "[4 4]", + "[2 1]", + "[8 8]", + "[4 3]", + "[5 0]" + ], + "correct": 7, + "prob_ind": 86 + }, + { + "prompt": "[8 9]   [6 5]   [4 3]
[6 9]   [4 5]   [2 3]
[4 9]   [2 5]   [    ]", + "options": [ + "[2 7]", + "[4 7]", + "[0 3]", + "[4 3]", + "[4 2]", + "[2 9]", + "[3 0]", + "[2 4]" + ], + "correct": 2, + "prob_ind": 87 + }, + { + "prompt": "[3 6]   [4 6]   [5 6]
[4 9]   [5 9]   [6 9]
[5 1]   [6 1]   [    ]", + "options": [ + "[8 1]", + "[1 7]", + "[0 8]", + "[5 6]", + "[7 1]", + "[1 8]", + "[1 5]", + "[5 1]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[8 4]   [2 3]   [6 2]
[8 3]   [2 2]   [6 1]
[8 2]   [2 1]   [    ]", + "options": [ + "[4 8]", + "[8 2]", + "[2 3]", + "[8 0]", + "[6 0]", + "[6 1]", + "[8 4]", + "[1 6]" + ], + "correct": 4, + "prob_ind": 89 + }, + { + "prompt": "[0 6]   [2 8]   [4 5]
[2 6]   [4 8]   [6 5]
[4 6]   [6 8]   [    ]", + "options": [ + "[3 4]", + "[8 5]", + "[6 2]", + "[1 0]", + "[8 3]", + "[1 2]", + "[5 8]", + "[5 6]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[5 0]   [6 6]   [7 5]
[6 0]   [7 6]   [8 5]
[7 0]   [8 6]   [    ]", + "options": [ + "[6 6]", + "[8 6]", + "[9 5]", + "[8 5]", + "[7 5]", + "[5 9]", + "[5 8]", + "[6 8]" + ], + "correct": 2, + "prob_ind": 91 + }, + { + "prompt": "[4 0]   [3 8]   [2 5]
[3 0]   [2 8]   [1 5]
[2 0]   [1 8]   [    ]", + "options": [ + "[2 7]", + "[5 6]", + "[3 6]", + "[3 8]", + "[2 5]", + "[0 4]", + "[0 5]", + "[6 8]" + ], + "correct": 6, + "prob_ind": 92 + }, + { + "prompt": "[3 2]   [4 8]   [5 7]
[4 2]   [5 8]   [6 7]
[5 2]   [6 8]   [    ]", + "options": [ + "[6 7]", + "[2 5]", + "[5 2]", + "[5 0]", + "[5 7]", + "[7 7]", + "[1 1]", + "[3 8]" + ], + "correct": 5, + "prob_ind": 93 + }, + { + "prompt": "[3 9]   [4 9]   [5 9]
[4 1]   [5 1]   [6 1]
[5 0]   [6 0]   [    ]", + "options": [ + "[7 0]", + "[1 0]", + "[1 9]", + "[1 5]", + "[5 1]", + "[3 0]", + "[6 0]", + "[1 1]" + ], + "correct": 0, + "prob_ind": 94 + }, + { + "prompt": "[5 1]   [4 9]   [3 0]
[4 1]   [3 9]   [2 0]
[3 1]   [2 9]   [    ]", + "options": [ + "[3 7]", + "[9 2]", + "[2 9]", + "[4 1]", + "[1 0]", + "[0 3]", + "[3 0]", + "[0 1]" + ], + "correct": 4, + "prob_ind": 95 + }, + { + "prompt": "[6 2]   [5 5]   [4 0]
[5 2]   [4 5]   [3 0]
[4 2]   [3 5]   [    ]", + "options": [ + "[2 4]", + "[3 2]", + "[5 2]", + "[1 0]", + "[2 0]", + "[7 1]", + "[4 2]", + "[5 1]" + ], + "correct": 4, + "prob_ind": 96 + }, + { + "prompt": "[1 5]   [1 4]   [1 3]
[3 4]   [3 3]   [3 2]
[5 3]   [5 2]   [    ]", + "options": [ + "[2 3]", + "[4 2]", + "[0 4]", + "[5 1]", + "[5 2]", + "[1 3]", + "[2 4]", + "[4 3]" + ], + "correct": 3, + "prob_ind": 97 + }, + { + "prompt": "[0 8]   [0 7]   [0 6]
[5 7]   [5 6]   [5 5]
[6 6]   [6 5]   [    ]", + "options": [ + "[5 6]", + "[5 7]", + "[0 8]", + "[0 7]", + "[6 5]", + "[7 6]", + "[6 4]", + "[7 0]" + ], + "correct": 6, + "prob_ind": 98 + }, + { + "prompt": "[1 3]   [5 4]   [2 5]
[1 4]   [5 5]   [2 6]
[1 5]   [5 6]   [    ]", + "options": [ + "[5 6]", + "[1 5]", + "[3 6]", + "[5 5]", + "[1 7]", + "[6 2]", + "[2 7]", + "[7 2]" + ], + "correct": 6, + "prob_ind": 99 + } + ], + "two_rule_comb3": [ + { + "prompt": "[9 3]   [0 1]   [8 4]
[8 1]   [9 4]   [0 3]
[0 4]   [8 3]   [    ]", + "options": [ + "[4 9]", + "[7 3]", + "[9 1]", + "[9 3]", + "[9 4]", + "[3 7]", + "[7 5]", + "[7 4]" + ], + "correct": 2, + "prob_ind": 0 + }, + { + "prompt": "[5 9]   [9 0]   [4 5]
[9 0]   [4 5]   [5 9]
[4 5]   [5 9]   [    ]", + "options": [ + "[4 3]", + "[3 5]", + "[5 3]", + "[9 5]", + "[9 0]", + "[3 4]", + "[3 9]", + "[4 5]" + ], + "correct": 4, + "prob_ind": 1 + }, + { + "prompt": "[4 8]   [6 9]   [1 0]
[1 0]   [4 8]   [6 9]
[6 9]   [1 0]   [    ]", + "options": [ + "[2 8]", + "[0 1]", + "[4 8]", + "[6 8]", + "[1 0]", + "[1 9]", + "[8 4]", + "[9 3]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[0 7]   [1 8]   [8 9]
[1 8]   [8 9]   [0 7]
[8 9]   [0 7]   [    ]", + "options": [ + "[1 8]", + "[1 9]", + "[8 1]", + "[6 9]", + "[8 8]", + "[1 7]", + "[6 1]", + "[4 9]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[6 7]   [5 2]   [8 0]
[5 0]   [8 7]   [6 2]
[8 2]   [6 0]   [    ]", + "options": [ + "[5 7]", + "[5 0]", + "[8 2]", + "[8 7]", + "[5 8]", + "[7 5]", + "[8 0]", + "[8 5]" + ], + "correct": 0, + "prob_ind": 4 + }, + { + "prompt": "[8 0]   [0 2]   [7 4]
[7 2]   [8 4]   [0 0]
[0 4]   [7 0]   [    ]", + "options": [ + "[7 0]", + "[8 4]", + "[0 7]", + "[9 2]", + "[5 6]", + "[2 7]", + "[8 2]", + "[8 0]" + ], + "correct": 6, + "prob_ind": 5 + }, + { + "prompt": "[2 7]   [9 2]   [0 0]
[9 2]   [0 0]   [2 7]
[0 0]   [2 7]   [    ]", + "options": [ + "[0 0]", + "[8 1]", + "[9 4]", + "[8 0]", + "[9 2]", + "[7 1]", + "[9 3]", + "[7 6]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[6 5]   [7 1]   [3 4]
[3 1]   [6 4]   [7 5]
[7 4]   [3 5]   [    ]", + "options": [ + "[6 1]", + "[7 4]", + "[3 7]", + "[3 1]", + "[4 1]", + "[7 1]", + "[4 8]", + "[8 4]" + ], + "correct": 0, + "prob_ind": 7 + }, + { + "prompt": "[8 7]   [9 8]   [7 1]
[9 8]   [7 1]   [8 7]
[7 1]   [8 7]   [    ]", + "options": [ + "[8 1]", + "[8 7]", + "[8 9]", + "[9 8]", + "[9 7]", + "[9 6]", + "[7 8]", + "[1 8]" + ], + "correct": 3, + "prob_ind": 8 + }, + { + "prompt": "[0 5]   [4 3]   [8 4]
[4 4]   [8 5]   [0 3]
[8 3]   [0 4]   [    ]", + "options": [ + "[8 5]", + "[3 8]", + "[8 3]", + "[4 5]", + "[8 8]", + "[0 2]", + "[6 9]", + "[4 8]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[0 2]   [3 4]   [4 8]
[4 4]   [0 8]   [3 2]
[3 8]   [4 2]   [    ]", + "options": [ + "[2 4]", + "[4 2]", + "[2 2]", + "[7 7]", + "[0 2]", + "[3 2]", + "[0 6]", + "[0 4]" + ], + "correct": 7, + "prob_ind": 10 + }, + { + "prompt": "[8 6]   [7 7]   [2 2]
[2 2]   [8 6]   [7 7]
[7 7]   [2 2]   [    ]", + "options": [ + "[7 7]", + "[2 2]", + "[8 6]", + "[1 2]", + "[2 7]", + "[7 5]", + "[6 8]", + "[5 7]" + ], + "correct": 2, + "prob_ind": 11 + }, + { + "prompt": "[8 3]   [2 1]   [6 2]
[6 2]   [8 3]   [2 1]
[2 1]   [6 2]   [    ]", + "options": [ + "[1 2]", + "[3 8]", + "[2 1]", + "[6 3]", + "[8 3]", + "[0 1]", + "[2 6]", + "[2 2]" + ], + "correct": 4, + "prob_ind": 12 + }, + { + "prompt": "[5 9]   [1 5]   [2 0]
[2 0]   [5 9]   [1 5]
[1 5]   [2 0]   [    ]", + "options": [ + "[2 4]", + "[1 6]", + "[9 5]", + "[2 6]", + "[5 9]", + "[1 5]", + "[5 7]", + "[2 0]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[0 6]   [6 4]   [7 0]
[6 4]   [7 0]   [0 6]
[7 0]   [0 6]   [    ]", + "options": [ + "[7 9]", + "[7 0]", + "[0 7]", + "[4 6]", + "[6 2]", + "[2 6]", + "[6 4]", + "[4 4]" + ], + "correct": 6, + "prob_ind": 14 + }, + { + "prompt": "[5 4]   [9 3]   [8 9]
[8 3]   [5 9]   [9 4]
[9 9]   [8 4]   [    ]", + "options": [ + "[5 1]", + "[4 8]", + "[7 3]", + "[6 3]", + "[3 6]", + "[5 2]", + "[5 3]", + "[2 5]" + ], + "correct": 6, + "prob_ind": 15 + }, + { + "prompt": "[7 9]   [0 5]   [2 4]
[0 5]   [2 4]   [7 9]
[2 4]   [7 9]   [    ]", + "options": [ + "[7 3]", + "[0 7]", + "[7 9]", + "[7 0]", + "[2 4]", + "[8 0]", + "[0 8]", + "[0 5]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[5 5]   [1 3]   [3 9]
[3 9]   [5 5]   [1 3]
[1 3]   [3 9]   [    ]", + "options": [ + "[9 5]", + "[1 9]", + "[1 3]", + "[3 1]", + "[3 9]", + "[2 5]", + "[9 3]", + "[5 5]" + ], + "correct": 7, + "prob_ind": 17 + }, + { + "prompt": "[7 8]   [2 0]   [1 5]
[1 0]   [7 5]   [2 8]
[2 5]   [1 8]   [    ]", + "options": [ + "[4 8]", + "[2 8]", + "[7 0]", + "[7 2]", + "[2 0]", + "[7 1]", + "[0 1]", + "[0 7]" + ], + "correct": 2, + "prob_ind": 18 + }, + { + "prompt": "[9 0]   [5 6]   [8 1]
[5 6]   [8 1]   [9 0]
[8 1]   [9 0]   [    ]", + "options": [ + "[9 2]", + "[0 9]", + "[5 6]", + "[7 1]", + "[5 5]", + "[8 1]", + "[8 0]", + "[6 9]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[5 6]   [6 4]   [4 8]
[6 4]   [4 8]   [5 6]
[4 8]   [5 6]   [    ]", + "options": [ + "[4 8]", + "[6 4]", + "[4 0]", + "[6 5]", + "[5 8]", + "[8 8]", + "[5 5]", + "[6 2]" + ], + "correct": 1, + "prob_ind": 20 + }, + { + "prompt": "[3 6]   [0 7]   [1 2]
[0 2]   [1 6]   [3 7]
[1 7]   [3 2]   [    ]", + "options": [ + "[7 3]", + "[1 6]", + "[6 0]", + "[2 1]", + "[2 6]", + "[0 6]", + "[0 7]", + "[6 2]" + ], + "correct": 5, + "prob_ind": 21 + }, + { + "prompt": "[7 0]   [9 3]   [5 4]
[5 4]   [7 0]   [9 3]
[9 3]   [5 4]   [    ]", + "options": [ + "[9 5]", + "[7 0]", + "[5 3]", + "[3 2]", + "[9 3]", + "[3 3]", + "[9 2]", + "[7 2]" + ], + "correct": 1, + "prob_ind": 22 + }, + { + "prompt": "[6 8]   [1 3]   [7 5]
[7 5]   [6 8]   [1 3]
[1 3]   [7 5]   [    ]", + "options": [ + "[6 8]", + "[8 6]", + "[3 2]", + "[1 3]", + "[3 3]", + "[3 1]", + "[6 6]", + "[8 2]" + ], + "correct": 0, + "prob_ind": 23 + }, + { + "prompt": "[8 7]   [2 3]   [9 0]
[9 3]   [8 0]   [2 7]
[2 0]   [9 7]   [    ]", + "options": [ + "[3 8]", + "[3 3]", + "[8 3]", + "[6 3]", + "[8 5]", + "[8 7]", + "[0 3]", + "[0 1]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[1 9]   [3 7]   [6 6]
[6 7]   [1 6]   [3 9]
[3 6]   [6 9]   [    ]", + "options": [ + "[2 5]", + "[2 2]", + "[3 7]", + "[1 7]", + "[7 2]", + "[5 2]", + "[2 7]", + "[6 7]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[1 8]   [9 2]   [2 9]
[2 2]   [1 9]   [9 8]
[9 9]   [2 8]   [    ]", + "options": [ + "[4 1]", + "[0 2]", + "[3 9]", + "[1 4]", + "[9 2]", + "[9 3]", + "[9 9]", + "[1 2]" + ], + "correct": 7, + "prob_ind": 26 + }, + { + "prompt": "[8 9]   [4 6]   [1 2]
[4 6]   [1 2]   [8 9]
[1 2]   [8 9]   [    ]", + "options": [ + "[2 9]", + "[3 6]", + "[4 6]", + "[6 4]", + "[7 4]", + "[4 7]", + "[8 9]", + "[3 0]" + ], + "correct": 2, + "prob_ind": 27 + }, + { + "prompt": "[6 2]   [1 5]   [4 4]
[1 4]   [4 2]   [6 5]
[4 5]   [6 4]   [    ]", + "options": [ + "[4 1]", + "[1 2]", + "[2 2]", + "[2 5]", + "[5 6]", + "[2 1]", + "[3 2]", + "[6 4]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[0 7]   [4 2]   [3 6]
[3 2]   [0 6]   [4 7]
[4 6]   [3 7]   [    ]", + "options": [ + "[0 2]", + "[0 1]", + "[5 8]", + "[0 0]", + "[4 6]", + "[1 2]", + "[2 4]", + "[2 0]" + ], + "correct": 0, + "prob_ind": 29 + }, + { + "prompt": "[1 1]   [2 4]   [5 9]
[2 4]   [5 9]   [1 1]
[5 9]   [1 1]   [    ]", + "options": [ + "[1 1]", + "[4 1]", + "[2 5]", + "[5 7]", + "[2 4]", + "[2 6]", + "[4 2]", + "[5 1]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[5 3]   [0 5]   [9 6]
[9 5]   [5 6]   [0 3]
[0 6]   [9 3]   [    ]", + "options": [ + "[0 6]", + "[0 5]", + "[5 3]", + "[7 5]", + "[9 6]", + "[5 5]", + "[0 3]", + "[9 3]" + ], + "correct": 5, + "prob_ind": 31 + }, + { + "prompt": "[9 8]   [5 6]   [3 7]
[3 6]   [9 7]   [5 8]
[5 7]   [3 8]   [    ]", + "options": [ + "[6 8]", + "[9 7]", + "[9 6]", + "[3 9]", + "[2 0]", + "[8 9]", + "[6 9]", + "[9 8]" + ], + "correct": 2, + "prob_ind": 32 + }, + { + "prompt": "[9 1]   [6 0]   [7 9]
[7 0]   [9 9]   [6 1]
[6 9]   [7 1]   [    ]", + "options": [ + "[1 7]", + "[2 7]", + "[8 0]", + "[9 1]", + "[0 9]", + "[9 7]", + "[5 8]", + "[9 0]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[3 1]   [4 4]   [1 6]
[1 4]   [3 6]   [4 1]
[4 6]   [1 1]   [    ]", + "options": [ + "[1 1]", + "[4 3]", + "[1 3]", + "[1 6]", + "[4 1]", + "[3 4]", + "[6 1]", + "[3 3]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[0 1]   [6 7]   [2 6]
[2 6]   [0 1]   [6 7]
[6 7]   [2 6]   [    ]", + "options": [ + "[5 2]", + "[6 2]", + "[0 2]", + "[6 7]", + "[2 6]", + "[6 6]", + "[0 1]", + "[2 0]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[6 3]   [0 5]   [1 9]
[1 9]   [6 3]   [0 5]
[0 5]   [1 9]   [    ]", + "options": [ + "[1 7]", + "[6 3]", + "[7 1]", + "[1 8]", + "[1 5]", + "[1 9]", + "[3 9]", + "[9 1]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[3 6]   [9 2]   [7 9]
[7 2]   [3 9]   [9 6]
[9 9]   [7 6]   [    ]", + "options": [ + "[3 2]", + "[2 4]", + "[7 6]", + "[6 5]", + "[7 5]", + "[2 3]", + "[9 6]", + "[4 2]" + ], + "correct": 0, + "prob_ind": 37 + }, + { + "prompt": "[3 1]   [2 3]   [9 8]
[2 8]   [9 1]   [3 3]
[9 3]   [3 8]   [    ]", + "options": [ + "[2 1]", + "[1 2]", + "[0 6]", + "[7 4]", + "[3 3]", + "[3 1]", + "[0 2]", + "[2 2]" + ], + "correct": 0, + "prob_ind": 38 + }, + { + "prompt": "[1 3]   [0 9]   [8 1]
[8 1]   [1 3]   [0 9]
[0 9]   [8 1]   [    ]", + "options": [ + "[3 1]", + "[0 9]", + "[1 3]", + "[1 8]", + "[1 1]", + "[8 2]", + "[8 1]", + "[3 8]" + ], + "correct": 2, + "prob_ind": 39 + }, + { + "prompt": "[9 3]   [5 1]   [0 4]
[0 1]   [9 4]   [5 3]
[5 4]   [0 3]   [    ]", + "options": [ + "[3 0]", + "[9 1]", + "[3 3]", + "[5 1]", + "[5 3]", + "[5 4]", + "[9 5]", + "[9 3]" + ], + "correct": 1, + "prob_ind": 40 + }, + { + "prompt": "[4 4]   [5 1]   [3 5]
[3 5]   [4 4]   [5 1]
[5 1]   [3 5]   [    ]", + "options": [ + "[1 5]", + "[5 5]", + "[6 5]", + "[2 5]", + "[4 4]", + "[1 1]", + "[1 3]", + "[6 4]" + ], + "correct": 4, + "prob_ind": 41 + }, + { + "prompt": "[7 8]   [9 9]   [6 5]
[9 5]   [6 8]   [7 9]
[6 9]   [7 5]   [    ]", + "options": [ + "[8 5]", + "[6 5]", + "[7 9]", + "[9 8]", + "[8 9]", + "[4 9]", + "[5 6]", + "[7 8]" + ], + "correct": 3, + "prob_ind": 42 + }, + { + "prompt": "[9 1]   [3 2]   [5 4]
[3 2]   [5 4]   [9 1]
[5 4]   [9 1]   [    ]", + "options": [ + "[7 1]", + "[2 3]", + "[4 4]", + "[3 1]", + "[2 6]", + "[3 2]", + "[3 6]", + "[9 4]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[0 1]   [6 8]   [3 4]
[3 8]   [0 4]   [6 1]
[6 4]   [3 1]   [    ]", + "options": [ + "[3 2]", + "[6 0]", + "[4 6]", + "[0 7]", + "[8 0]", + "[0 4]", + "[0 6]", + "[0 8]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[5 6]   [1 2]   [3 7]
[3 2]   [5 7]   [1 6]
[1 7]   [3 6]   [    ]", + "options": [ + "[2 3]", + "[2 5]", + "[5 8]", + "[5 2]", + "[0 3]", + "[3 7]", + "[5 3]", + "[7 2]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[2 3]   [9 6]   [5 0]
[5 0]   [2 3]   [9 6]
[9 6]   [5 0]   [    ]", + "options": [ + "[3 2]", + "[2 1]", + "[3 3]", + "[6 9]", + "[5 6]", + "[9 0]", + "[2 3]", + "[5 0]" + ], + "correct": 6, + "prob_ind": 46 + }, + { + "prompt": "[2 4]   [6 2]   [7 7]
[7 7]   [2 4]   [6 2]
[6 2]   [7 7]   [    ]", + "options": [ + "[6 4]", + "[2 4]", + "[6 7]", + "[4 1]", + "[1 4]", + "[7 6]", + "[7 7]", + "[2 5]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[0 1]   [5 3]   [9 9]
[5 9]   [9 1]   [0 3]
[9 3]   [0 9]   [    ]", + "options": [ + "[3 1]", + "[5 1]", + "[9 5]", + "[9 9]", + "[2 1]", + "[4 1]", + "[0 1]", + "[1 5]" + ], + "correct": 1, + "prob_ind": 48 + }, + { + "prompt": "[5 5]   [6 2]   [3 8]
[3 2]   [5 8]   [6 5]
[6 8]   [3 5]   [    ]", + "options": [ + "[8 3]", + "[6 0]", + "[8 8]", + "[8 4]", + "[5 2]", + "[9 5]", + "[6 8]", + "[5 0]" + ], + "correct": 4, + "prob_ind": 49 + }, + { + "prompt": "[6 9]   [5 0]   [4 8]
[4 8]   [6 9]   [5 0]
[5 0]   [4 8]   [    ]", + "options": [ + "[4 9]", + "[4 0]", + "[0 5]", + "[6 9]", + "[0 3]", + "[8 4]", + "[3 2]", + "[6 2]" + ], + "correct": 3, + "prob_ind": 50 + }, + { + "prompt": "[6 8]   [5 6]   [2 1]
[2 6]   [6 1]   [5 8]
[5 1]   [2 8]   [    ]", + "options": [ + "[6 7]", + "[5 6]", + "[6 5]", + "[1 2]", + "[5 3]", + "[4 6]", + "[6 6]", + "[5 7]" + ], + "correct": 6, + "prob_ind": 51 + }, + { + "prompt": "[8 5]   [6 3]   [3 6]
[6 3]   [3 6]   [8 5]
[3 6]   [8 5]   [    ]", + "options": [ + "[3 8]", + "[2 2]", + "[6 3]", + "[8 4]", + "[7 8]", + "[3 6]", + "[8 7]", + "[8 5]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[7 1]   [4 2]   [5 4]
[4 2]   [5 4]   [7 1]
[5 4]   [7 1]   [    ]", + "options": [ + "[6 2]", + "[4 0]", + "[4 5]", + "[3 7]", + "[4 2]", + "[7 3]", + "[1 7]", + "[5 4]" + ], + "correct": 4, + "prob_ind": 53 + }, + { + "prompt": "[9 2]   [7 9]   [3 6]
[3 9]   [9 6]   [7 2]
[7 6]   [3 2]   [    ]", + "options": [ + "[2 1]", + "[7 6]", + "[6 3]", + "[7 2]", + "[5 9]", + "[2 2]", + "[9 9]", + "[7 9]" + ], + "correct": 6, + "prob_ind": 54 + }, + { + "prompt": "[2 6]   [1 5]   [3 4]
[3 4]   [2 6]   [1 5]
[1 5]   [3 4]   [    ]", + "options": [ + "[2 6]", + "[5 1]", + "[0 5]", + "[3 4]", + "[6 2]", + "[2 8]", + "[1 5]", + "[3 5]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[3 0]   [5 9]   [7 2]
[7 2]   [3 0]   [5 9]
[5 9]   [7 2]   [    ]", + "options": [ + "[6 9]", + "[3 0]", + "[5 7]", + "[7 2]", + "[0 3]", + "[7 8]", + "[9 5]", + "[5 9]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[8 6]   [2 0]   [4 8]
[4 8]   [8 6]   [2 0]
[2 0]   [4 8]   [    ]", + "options": [ + "[4 5]", + "[4 8]", + "[2 0]", + "[5 4]", + "[8 6]", + "[8 5]", + "[0 2]", + "[8 4]" + ], + "correct": 4, + "prob_ind": 57 + }, + { + "prompt": "[2 7]   [7 8]   [4 6]
[7 8]   [4 6]   [2 7]
[4 6]   [2 7]   [    ]", + "options": [ + "[8 7]", + "[7 6]", + "[5 2]", + "[7 9]", + "[7 8]", + "[3 9]", + "[3 5]", + "[1 5]" + ], + "correct": 4, + "prob_ind": 58 + }, + { + "prompt": "[3 1]   [2 2]   [7 0]
[7 2]   [3 0]   [2 1]
[2 0]   [7 1]   [    ]", + "options": [ + "[7 1]", + "[2 3]", + "[5 0]", + "[3 2]", + "[2 5]", + "[2 1]", + "[2 2]", + "[7 0]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[8 1]   [9 3]   [6 0]
[6 0]   [8 1]   [9 3]
[9 3]   [6 0]   [    ]", + "options": [ + "[0 6]", + "[2 2]", + "[1 8]", + "[8 3]", + "[8 1]", + "[7 3]", + "[2 4]", + "[6 0]" + ], + "correct": 4, + "prob_ind": 60 + }, + { + "prompt": "[4 2]   [3 7]   [7 5]
[3 7]   [7 5]   [4 2]
[7 5]   [4 2]   [    ]", + "options": [ + "[9 5]", + "[7 3]", + "[2 4]", + "[5 3]", + "[5 9]", + "[7 5]", + "[5 7]", + "[3 7]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[2 6]   [9 3]   [8 9]
[9 9]   [8 6]   [2 3]
[8 3]   [2 9]   [    ]", + "options": [ + "[9 8]", + "[8 1]", + "[6 8]", + "[8 9]", + "[9 6]", + "[6 9]", + "[8 6]", + "[7 7]" + ], + "correct": 4, + "prob_ind": 62 + }, + { + "prompt": "[9 8]   [5 1]   [4 7]
[4 1]   [9 7]   [5 8]
[5 7]   [4 8]   [    ]", + "options": [ + "[9 1]", + "[2 1]", + "[9 7]", + "[9 3]", + "[4 7]", + "[7 4]", + "[3 8]", + "[4 6]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[1 2]   [0 1]   [4 9]
[4 1]   [1 9]   [0 2]
[0 9]   [4 2]   [    ]", + "options": [ + "[1 7]", + "[1 9]", + "[1 2]", + "[9 0]", + "[4 3]", + "[9 1]", + "[1 1]", + "[0 9]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[9 1]   [0 7]   [4 2]
[4 7]   [9 2]   [0 1]
[0 2]   [4 1]   [    ]", + "options": [ + "[0 2]", + "[4 0]", + "[9 4]", + "[1 9]", + "[9 7]", + "[9 1]", + "[3 1]", + "[1 1]" + ], + "correct": 4, + "prob_ind": 65 + }, + { + "prompt": "[8 8]   [4 7]   [1 2]
[1 7]   [8 2]   [4 8]
[4 2]   [1 8]   [    ]", + "options": [ + "[2 9]", + "[8 8]", + "[7 4]", + "[9 7]", + "[7 8]", + "[1 2]", + "[8 7]", + "[9 2]" + ], + "correct": 6, + "prob_ind": 66 + }, + { + "prompt": "[9 6]   [3 2]   [7 8]
[7 2]   [9 8]   [3 6]
[3 8]   [7 6]   [    ]", + "options": [ + "[6 9]", + "[6 3]", + "[2 9]", + "[6 7]", + "[9 2]", + "[7 8]", + "[3 2]", + "[8 9]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[8 4]   [2 2]   [5 9]
[5 2]   [8 9]   [2 4]
[2 9]   [5 4]   [    ]", + "options": [ + "[5 0]", + "[7 0]", + "[8 2]", + "[5 2]", + "[2 2]", + "[8 4]", + "[4 8]", + "[8 9]" + ], + "correct": 2, + "prob_ind": 68 + }, + { + "prompt": "[7 8]   [1 3]   [4 1]
[1 3]   [4 1]   [7 8]
[4 1]   [7 8]   [    ]", + "options": [ + "[1 3]", + "[8 7]", + "[8 2]", + "[3 1]", + "[8 1]", + "[7 8]", + "[4 1]", + "[8 8]" + ], + "correct": 0, + "prob_ind": 69 + }, + { + "prompt": "[5 2]   [4 7]   [3 9]
[4 7]   [3 9]   [5 2]
[3 9]   [5 2]   [    ]", + "options": [ + "[6 7]", + "[4 7]", + "[5 2]", + "[3 3]", + "[2 8]", + "[2 0]", + "[5 4]", + "[7 4]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[3 3]   [7 2]   [8 4]
[7 2]   [8 4]   [3 3]
[8 4]   [3 3]   [    ]", + "options": [ + "[2 7]", + "[3 4]", + "[7 2]", + "[6 4]", + "[5 2]", + "[4 8]", + "[8 2]", + "[6 2]" + ], + "correct": 2, + "prob_ind": 71 + }, + { + "prompt": "[0 7]   [9 2]   [6 5]
[6 2]   [0 5]   [9 7]
[9 5]   [6 7]   [    ]", + "options": [ + "[0 2]", + "[0 1]", + "[7 7]", + "[2 2]", + "[2 0]", + "[7 0]", + "[6 2]", + "[6 1]" + ], + "correct": 0, + "prob_ind": 72 + }, + { + "prompt": "[6 1]   [9 0]   [8 3]
[8 3]   [6 1]   [9 0]
[9 0]   [8 3]   [    ]", + "options": [ + "[3 8]", + "[3 5]", + "[1 5]", + "[5 1]", + "[3 1]", + "[6 1]", + "[4 0]", + "[3 3]" + ], + "correct": 5, + "prob_ind": 73 + }, + { + "prompt": "[7 4]   [3 3]   [2 5]
[3 3]   [2 5]   [7 4]
[2 5]   [7 4]   [    ]", + "options": [ + "[7 5]", + "[3 1]", + "[3 3]", + "[8 4]", + "[7 4]", + "[2 5]", + "[3 4]", + "[9 4]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[1 4]   [8 3]   [5 0]
[8 0]   [5 4]   [1 3]
[5 3]   [1 0]   [    ]", + "options": [ + "[3 4]", + "[4 8]", + "[3 1]", + "[4 3]", + "[5 3]", + "[8 4]", + "[5 1]", + "[5 4]" + ], + "correct": 5, + "prob_ind": 75 + }, + { + "prompt": "[8 0]   [7 8]   [6 3]
[7 3]   [6 0]   [8 8]
[6 8]   [8 3]   [    ]", + "options": [ + "[4 3]", + "[7 0]", + "[0 7]", + "[7 1]", + "[1 7]", + "[8 8]", + "[7 8]", + "[7 7]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[5 8]   [0 6]   [3 5]
[0 5]   [3 8]   [5 6]
[3 6]   [5 5]   [    ]", + "options": [ + "[7 0]", + "[5 5]", + "[3 5]", + "[6 0]", + "[3 6]", + "[2 9]", + "[0 6]", + "[0 8]" + ], + "correct": 7, + "prob_ind": 77 + }, + { + "prompt": "[8 3]   [2 2]   [4 5]
[4 5]   [8 3]   [2 2]
[2 2]   [4 5]   [    ]", + "options": [ + "[3 8]", + "[3 5]", + "[2 5]", + "[2 2]", + "[8 4]", + "[8 3]", + "[4 5]", + "[3 4]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[4 2]   [5 1]   [2 3]
[2 3]   [4 2]   [5 1]
[5 1]   [2 3]   [    ]", + "options": [ + "[2 3]", + "[5 1]", + "[4 3]", + "[2 4]", + "[2 2]", + "[6 2]", + "[2 1]", + "[4 2]" + ], + "correct": 7, + "prob_ind": 79 + }, + { + "prompt": "[9 0]   [1 2]   [3 6]
[1 6]   [3 0]   [9 2]
[3 2]   [9 6]   [    ]", + "options": [ + "[3 6]", + "[2 9]", + "[0 3]", + "[0 6]", + "[1 0]", + "[1 4]", + "[3 2]", + "[6 4]" + ], + "correct": 4, + "prob_ind": 80 + }, + { + "prompt": "[3 0]   [5 3]   [2 8]
[2 8]   [3 0]   [5 3]
[5 3]   [2 8]   [    ]", + "options": [ + "[8 2]", + "[3 5]", + "[3 0]", + "[2 8]", + "[5 3]", + "[9 2]", + "[3 1]", + "[9 0]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[1 3]   [4 4]   [0 2]
[0 4]   [1 2]   [4 3]
[4 2]   [0 3]   [    ]", + "options": [ + "[4 4]", + "[7 8]", + "[8 7]", + "[1 2]", + "[3 4]", + "[0 2]", + "[1 4]", + "[0 3]" + ], + "correct": 6, + "prob_ind": 82 + }, + { + "prompt": "[9 9]   [0 4]   [6 7]
[0 4]   [6 7]   [9 9]
[6 7]   [9 9]   [    ]", + "options": [ + "[6 9]", + "[4 7]", + "[7 6]", + "[6 5]", + "[0 5]", + "[0 4]", + "[4 9]", + "[6 7]" + ], + "correct": 5, + "prob_ind": 83 + }, + { + "prompt": "[2 4]   [1 9]   [3 7]
[1 7]   [3 4]   [2 9]
[3 9]   [2 7]   [    ]", + "options": [ + "[3 4]", + "[3 9]", + "[1 4]", + "[0 4]", + "[3 7]", + "[8 0]", + "[9 0]", + "[9 3]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[6 4]   [2 9]   [7 7]
[7 9]   [6 7]   [2 4]
[2 7]   [7 4]   [    ]", + "options": [ + "[7 2]", + "[0 4]", + "[2 7]", + "[6 9]", + "[6 7]", + "[3 6]", + "[7 7]", + "[7 9]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[1 8]   [3 5]   [7 4]
[3 4]   [7 8]   [1 5]
[7 5]   [1 4]   [    ]", + "options": [ + "[3 6]", + "[5 8]", + "[1 4]", + "[1 5]", + "[8 3]", + "[3 8]", + "[8 5]", + "[3 5]" + ], + "correct": 5, + "prob_ind": 86 + }, + { + "prompt": "[7 5]   [9 9]   [1 3]
[9 3]   [1 5]   [7 9]
[1 9]   [7 3]   [    ]", + "options": [ + "[8 3]", + "[7 8]", + "[3 5]", + "[3 7]", + "[5 9]", + "[9 3]", + "[7 3]", + "[9 5]" + ], + "correct": 7, + "prob_ind": 87 + }, + { + "prompt": "[6 2]   [5 4]   [9 7]
[9 7]   [6 2]   [5 4]
[5 4]   [9 7]   [    ]", + "options": [ + "[5 4]", + "[5 5]", + "[2 6]", + "[6 2]", + "[7 4]", + "[9 7]", + "[4 5]", + "[7 9]" + ], + "correct": 3, + "prob_ind": 88 + }, + { + "prompt": "[5 1]   [2 0]   [0 5]
[2 5]   [0 1]   [5 0]
[0 0]   [5 5]   [    ]", + "options": [ + "[6 0]", + "[5 0]", + "[0 0]", + "[1 2]", + "[2 1]", + "[0 2]", + "[3 0]", + "[2 0]" + ], + "correct": 4, + "prob_ind": 89 + }, + { + "prompt": "[5 6]   [3 3]   [6 9]
[3 9]   [6 6]   [5 3]
[6 3]   [5 9]   [    ]", + "options": [ + "[3 5]", + "[6 3]", + "[3 6]", + "[9 3]", + "[4 3]", + "[3 3]", + "[5 3]", + "[9 5]" + ], + "correct": 2, + "prob_ind": 90 + }, + { + "prompt": "[9 4]   [5 5]   [8 1]
[5 1]   [8 4]   [9 5]
[8 5]   [9 1]   [    ]", + "options": [ + "[9 4]", + "[3 4]", + "[8 1]", + "[8 5]", + "[9 2]", + "[5 4]", + "[6 6]", + "[8 4]" + ], + "correct": 5, + "prob_ind": 91 + }, + { + "prompt": "[2 5]   [3 6]   [6 2]
[6 2]   [2 5]   [3 6]
[3 6]   [6 2]   [    ]", + "options": [ + "[8 2]", + "[6 3]", + "[0 5]", + "[2 4]", + "[3 6]", + "[1 4]", + "[5 2]", + "[2 5]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[2 6]   [0 5]   [5 1]
[5 1]   [2 6]   [0 5]
[0 5]   [5 1]   [    ]", + "options": [ + "[3 1]", + "[2 6]", + "[6 2]", + "[0 7]", + "[5 0]", + "[2 8]", + "[0 5]", + "[5 5]" + ], + "correct": 1, + "prob_ind": 93 + }, + { + "prompt": "[6 2]   [2 5]   [8 6]
[8 6]   [6 2]   [2 5]
[2 5]   [8 6]   [    ]", + "options": [ + "[2 6]", + "[8 2]", + "[2 9]", + "[4 9]", + "[0 6]", + "[2 5]", + "[2 8]", + "[6 2]" + ], + "correct": 7, + "prob_ind": 94 + }, + { + "prompt": "[7 0]   [6 8]   [2 1]
[2 8]   [7 1]   [6 0]
[6 1]   [2 0]   [    ]", + "options": [ + "[6 1]", + "[9 3]", + "[9 9]", + "[8 3]", + "[8 8]", + "[8 6]", + "[7 8]", + "[2 1]" + ], + "correct": 6, + "prob_ind": 95 + }, + { + "prompt": "[8 8]   [5 9]   [6 1]
[5 1]   [6 8]   [8 9]
[6 9]   [8 1]   [    ]", + "options": [ + "[8 7]", + "[5 9]", + "[5 8]", + "[6 8]", + "[5 1]", + "[8 6]", + "[9 2]", + "[8 8]" + ], + "correct": 2, + "prob_ind": 96 + }, + { + "prompt": "[8 9]   [3 4]   [0 5]
[0 5]   [8 9]   [3 4]
[3 4]   [0 5]   [    ]", + "options": [ + "[0 3]", + "[8 9]", + "[3 3]", + "[0 4]", + "[9 8]", + "[9 7]", + "[8 7]", + "[3 4]" + ], + "correct": 1, + "prob_ind": 97 + }, + { + "prompt": "[1 3]   [4 1]   [5 0]
[5 0]   [1 3]   [4 1]
[4 1]   [5 0]   [    ]", + "options": [ + "[2 1]", + "[4 1]", + "[1 3]", + "[0 5]", + "[0 4]", + "[1 4]", + "[5 0]", + "[5 1]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[5 2]   [4 9]   [3 5]
[4 9]   [3 5]   [5 2]
[3 5]   [5 2]   [    ]", + "options": [ + "[4 9]", + "[9 4]", + "[2 6]", + "[5 4]", + "[5 3]", + "[4 7]", + "[5 2]", + "[5 0]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "two_rule_comb4": [ + { + "prompt": "[9 6]   [7 9]   [5 3]
[7 3]   [5 6]   [3 9]
[5 9]   [3 3]   [    ]", + "options": [ + "[6 9]", + "[6 1]", + "[3 3]", + "[5 7]", + "[1 6]", + "[3 4]", + "[3 5]", + "[1 4]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[1 4]   [2 7]   [3 0]
[2 7]   [3 0]   [4 4]
[3 0]   [4 4]   [    ]", + "options": [ + "[7 5]", + "[4 1]", + "[3 0]", + "[0 3]", + "[5 7]", + "[3 7]", + "[3 5]", + "[5 9]" + ], + "correct": 4, + "prob_ind": 1 + }, + { + "prompt": "[0 3]   [1 6]   [2 0]
[1 0]   [2 3]   [3 6]
[2 6]   [3 0]   [    ]", + "options": [ + "[7 4]", + "[8 1]", + "[4 3]", + "[4 5]", + "[2 3]", + "[0 3]", + "[3 4]", + "[6 0]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[8 5]   [3 4]   [2 3]
[3 4]   [2 3]   [8 2]
[2 3]   [8 2]   [    ]", + "options": [ + "[1 4]", + "[1 3]", + "[8 2]", + "[9 7]", + "[9 2]", + "[3 1]", + "[7 9]", + "[8 4]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[5 8]   [4 4]   [3 0]
[4 4]   [3 0]   [2 8]
[3 0]   [2 8]   [    ]", + "options": [ + "[0 4]", + "[4 6]", + "[4 1]", + "[1 6]", + "[3 0]", + "[0 3]", + "[1 4]", + "[4 8]" + ], + "correct": 6, + "prob_ind": 4 + }, + { + "prompt": "[9 5]   [1 4]   [8 3]
[8 4]   [9 3]   [1 2]
[1 3]   [8 2]   [    ]", + "options": [ + "[5 9]", + "[8 5]", + "[8 8]", + "[8 4]", + "[9 1]", + "[9 2]", + "[8 1]", + "[9 5]" + ], + "correct": 4, + "prob_ind": 5 + }, + { + "prompt": "[5 0]   [4 3]   [3 4]
[4 3]   [3 4]   [2 0]
[3 4]   [2 0]   [    ]", + "options": [ + "[1 4]", + "[2 3]", + "[7 0]", + "[1 3]", + "[4 3]", + "[3 4]", + "[4 1]", + "[3 1]" + ], + "correct": 3, + "prob_ind": 6 + }, + { + "prompt": "[3 8]   [6 7]   [2 6]
[2 7]   [3 6]   [6 5]
[6 6]   [2 5]   [    ]", + "options": [ + "[3 2]", + "[2 6]", + "[6 5]", + "[4 3]", + "[2 5]", + "[6 6]", + "[6 2]", + "[3 4]" + ], + "correct": 7, + "prob_ind": 7 + }, + { + "prompt": "[2 4]   [3 8]   [4 2]
[3 2]   [4 4]   [5 8]
[4 8]   [5 2]   [    ]", + "options": [ + "[0 4]", + "[2 3]", + "[3 8]", + "[2 4]", + "[3 2]", + "[6 4]", + "[5 4]", + "[6 6]" + ], + "correct": 5, + "prob_ind": 8 + }, + { + "prompt": "[6 4]   [5 8]   [4 7]
[5 7]   [4 4]   [3 8]
[4 8]   [3 7]   [    ]", + "options": [ + "[4 5]", + "[8 3]", + "[5 3]", + "[3 5]", + "[5 4]", + "[5 8]", + "[4 4]", + "[2 4]" + ], + "correct": 7, + "prob_ind": 9 + }, + { + "prompt": "[0 5]   [2 3]   [4 0]
[2 0]   [4 5]   [6 3]
[4 3]   [6 0]   [    ]", + "options": [ + "[8 9]", + "[8 5]", + "[5 4]", + "[8 4]", + "[8 1]", + "[4 0]", + "[8 3]", + "[4 3]" + ], + "correct": 1, + "prob_ind": 10 + }, + { + "prompt": "[8 1]   [6 7]   [4 5]
[6 5]   [4 1]   [2 7]
[4 7]   [2 5]   [    ]", + "options": [ + "[0 1]", + "[4 5]", + "[1 0]", + "[0 2]", + "[8 5]", + "[8 1]", + "[4 7]", + "[1 8]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[3 8]   [9 7]   [7 6]
[9 7]   [7 6]   [3 5]
[7 6]   [3 5]   [    ]", + "options": [ + "[7 9]", + "[3 5]", + "[7 6]", + "[4 9]", + "[8 3]", + "[9 4]", + "[9 6]", + "[5 3]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[9 8]   [0 6]   [1 4]
[1 6]   [9 4]   [0 2]
[0 4]   [1 2]   [    ]", + "options": [ + "[9 0]", + "[1 4]", + "[8 1]", + "[5 0]", + "[7 0]", + "[1 8]", + "[1 0]", + "[1 6]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[9 6]   [2 5]   [8 4]
[8 5]   [9 4]   [2 3]
[2 4]   [8 3]   [    ]", + "options": [ + "[3 9]", + "[2 3]", + "[3 2]", + "[8 5]", + "[9 2]", + "[9 8]", + "[2 9]", + "[9 3]" + ], + "correct": 4, + "prob_ind": 14 + }, + { + "prompt": "[3 2]   [6 3]   [7 4]
[6 3]   [7 4]   [3 5]
[7 4]   [3 5]   [    ]", + "options": [ + "[3 6]", + "[8 6]", + "[0 6]", + "[6 6]", + "[1 4]", + "[4 7]", + "[0 4]", + "[4 6]" + ], + "correct": 3, + "prob_ind": 15 + }, + { + "prompt": "[9 0]   [7 2]   [5 8]
[7 8]   [5 0]   [3 2]
[5 2]   [3 8]   [    ]", + "options": [ + "[0 1]", + "[0 5]", + "[8 7]", + "[8 5]", + "[1 0]", + "[7 6]", + "[3 2]", + "[6 7]" + ], + "correct": 4, + "prob_ind": 16 + }, + { + "prompt": "[7 5]   [5 6]   [8 7]
[5 6]   [8 7]   [7 8]
[8 7]   [7 8]   [    ]", + "options": [ + "[5 9]", + "[0 4]", + "[7 8]", + "[3 9]", + "[1 6]", + "[7 9]", + "[5 6]", + "[8 5]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[7 1]   [9 3]   [4 5]
[4 3]   [7 5]   [9 7]
[9 5]   [4 7]   [    ]", + "options": [ + "[1 4]", + "[5 9]", + "[7 5]", + "[9 7]", + "[4 1]", + "[9 5]", + "[7 9]", + "[9 1]" + ], + "correct": 6, + "prob_ind": 18 + }, + { + "prompt": "[6 3]   [5 8]   [4 9]
[5 9]   [4 3]   [3 8]
[4 8]   [3 9]   [    ]", + "options": [ + "[8 1]", + "[4 3]", + "[5 9]", + "[8 3]", + "[3 8]", + "[1 3]", + "[2 3]", + "[1 8]" + ], + "correct": 6, + "prob_ind": 19 + }, + { + "prompt": "[1 2]   [3 3]   [5 6]
[3 6]   [5 2]   [7 3]
[5 3]   [7 6]   [    ]", + "options": [ + "[7 1]", + "[5 3]", + "[8 2]", + "[2 3]", + "[2 9]", + "[7 3]", + "[3 3]", + "[9 2]" + ], + "correct": 7, + "prob_ind": 20 + }, + { + "prompt": "[8 1]   [7 5]   [6 2]
[7 2]   [6 1]   [5 5]
[6 5]   [5 2]   [    ]", + "options": [ + "[6 1]", + "[5 2]", + "[3 1]", + "[6 4]", + "[7 1]", + "[7 6]", + "[1 4]", + "[4 1]" + ], + "correct": 7, + "prob_ind": 21 + }, + { + "prompt": "[8 1]   [7 3]   [6 2]
[7 3]   [6 2]   [5 1]
[6 2]   [5 1]   [    ]", + "options": [ + "[5 3]", + "[7 3]", + "[4 3]", + "[2 3]", + "[2 6]", + "[5 1]", + "[3 4]", + "[7 4]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[9 6]   [7 3]   [5 4]
[7 3]   [5 4]   [3 6]
[5 4]   [3 6]   [    ]", + "options": [ + "[7 2]", + "[8 3]", + "[2 3]", + "[3 1]", + "[9 8]", + "[1 3]", + "[7 6]", + "[0 3]" + ], + "correct": 5, + "prob_ind": 23 + }, + { + "prompt": "[5 0]   [9 2]   [0 4]
[0 2]   [5 4]   [9 6]
[9 4]   [0 6]   [    ]", + "options": [ + "[8 4]", + "[5 8]", + "[9 4]", + "[5 4]", + "[4 8]", + "[5 9]", + "[2 5]", + "[5 2]" + ], + "correct": 1, + "prob_ind": 24 + }, + { + "prompt": "[5 7]   [2 6]   [1 5]
[1 6]   [5 5]   [2 4]
[2 5]   [1 4]   [    ]", + "options": [ + "[6 5]", + "[7 3]", + "[2 5]", + "[6 3]", + "[5 2]", + "[5 3]", + "[3 6]", + "[0 5]" + ], + "correct": 5, + "prob_ind": 25 + }, + { + "prompt": "[5 1]   [4 0]   [3 4]
[4 4]   [3 1]   [2 0]
[3 0]   [2 4]   [    ]", + "options": [ + "[4 4]", + "[1 1]", + "[3 8]", + "[3 5]", + "[3 0]", + "[3 4]", + "[2 4]", + "[4 0]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[0 4]   [2 7]   [4 1]
[2 1]   [4 4]   [6 7]
[4 7]   [6 1]   [    ]", + "options": [ + "[4 6]", + "[4 1]", + "[6 1]", + "[1 6]", + "[8 6]", + "[5 1]", + "[4 8]", + "[8 4]" + ], + "correct": 7, + "prob_ind": 27 + }, + { + "prompt": "[0 1]   [1 2]   [2 0]
[1 2]   [2 0]   [3 1]
[2 0]   [3 1]   [    ]", + "options": [ + "[4 2]", + "[3 1]", + "[4 4]", + "[0 1]", + "[3 4]", + "[2 4]", + "[0 2]", + "[2 2]" + ], + "correct": 0, + "prob_ind": 28 + }, + { + "prompt": "[4 5]   [1 4]   [9 3]
[9 4]   [4 3]   [1 2]
[1 3]   [9 2]   [    ]", + "options": [ + "[2 4]", + "[4 1]", + "[3 1]", + "[4 2]", + "[1 8]", + "[4 0]", + "[1 4]", + "[8 4]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[5 6]   [6 0]   [7 3]
[6 3]   [7 6]   [8 0]
[7 0]   [8 3]   [    ]", + "options": [ + "[0 6]", + "[0 5]", + "[6 9]", + "[9 7]", + "[0 7]", + "[8 3]", + "[9 9]", + "[9 6]" + ], + "correct": 7, + "prob_ind": 30 + }, + { + "prompt": "[8 5]   [6 7]   [4 1]
[6 7]   [4 1]   [2 5]
[4 1]   [2 5]   [    ]", + "options": [ + "[0 7]", + "[7 0]", + "[8 5]", + "[0 8]", + "[6 6]", + "[6 0]", + "[3 6]", + "[1 6]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[4 4]   [0 3]   [7 2]
[0 3]   [7 2]   [4 1]
[7 2]   [4 1]   [    ]", + "options": [ + "[8 2]", + "[4 1]", + "[3 1]", + "[1 1]", + "[5 9]", + "[1 4]", + "[0 0]", + "[6 4]" + ], + "correct": 6, + "prob_ind": 32 + }, + { + "prompt": "[0 8]   [5 6]   [8 4]
[5 6]   [8 4]   [0 2]
[8 4]   [0 2]   [    ]", + "options": [ + "[5 4]", + "[0 5]", + "[1 1]", + "[4 3]", + "[6 3]", + "[1 2]", + "[5 0]", + "[4 5]" + ], + "correct": 6, + "prob_ind": 33 + }, + { + "prompt": "[0 7]   [2 6]   [4 4]
[2 6]   [4 4]   [6 7]
[4 4]   [6 7]   [    ]", + "options": [ + "[7 7]", + "[7 6]", + "[7 8]", + "[4 6]", + "[8 6]", + "[6 8]", + "[8 4]", + "[7 4]" + ], + "correct": 4, + "prob_ind": 34 + }, + { + "prompt": "[6 3]   [5 4]   [4 5]
[5 4]   [4 5]   [6 6]
[4 5]   [6 6]   [    ]", + "options": [ + "[4 5]", + "[4 3]", + "[6 3]", + "[6 1]", + "[6 7]", + "[3 5]", + "[6 6]", + "[5 7]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[8 9]   [6 4]   [4 0]
[6 4]   [4 0]   [2 9]
[4 0]   [2 9]   [    ]", + "options": [ + "[4 0]", + "[0 4]", + "[9 2]", + "[4 1]", + "[1 3]", + "[0 5]", + "[1 1]", + "[6 4]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[4 8]   [9 7]   [3 6]
[9 7]   [3 6]   [4 5]
[3 6]   [4 5]   [    ]", + "options": [ + "[9 4]", + "[7 4]", + "[4 7]", + "[4 9]", + "[3 5]", + "[9 7]", + "[8 4]", + "[9 5]" + ], + "correct": 0, + "prob_ind": 37 + }, + { + "prompt": "[1 4]   [7 3]   [3 2]
[7 3]   [3 2]   [1 1]
[3 2]   [1 1]   [    ]", + "options": [ + "[0 5]", + "[3 0]", + "[0 7]", + "[3 4]", + "[5 2]", + "[7 0]", + "[0 3]", + "[7 3]" + ], + "correct": 5, + "prob_ind": 38 + }, + { + "prompt": "[8 4]   [6 3]   [4 6]
[6 6]   [4 4]   [2 3]
[4 3]   [2 6]   [    ]", + "options": [ + "[0 4]", + "[4 6]", + "[2 4]", + "[6 2]", + "[2 8]", + "[6 3]", + "[4 4]", + "[6 4]" + ], + "correct": 0, + "prob_ind": 39 + }, + { + "prompt": "[7 6]   [9 5]   [4 4]
[4 5]   [7 4]   [9 3]
[9 4]   [4 3]   [    ]", + "options": [ + "[8 2]", + "[4 5]", + "[9 3]", + "[7 2]", + "[6 2]", + "[5 4]", + "[3 9]", + "[4 4]" + ], + "correct": 3, + "prob_ind": 40 + }, + { + "prompt": "[7 2]   [6 9]   [5 8]
[6 9]   [5 8]   [4 2]
[5 8]   [4 2]   [    ]", + "options": [ + "[0 3]", + "[0 7]", + "[9 9]", + "[7 8]", + "[1 9]", + "[5 8]", + "[9 3]", + "[3 9]" + ], + "correct": 7, + "prob_ind": 41 + }, + { + "prompt": "[5 8]   [0 6]   [4 4]
[4 6]   [5 4]   [0 2]
[0 4]   [4 2]   [    ]", + "options": [ + "[0 4]", + "[5 0]", + "[2 4]", + "[1 5]", + "[2 0]", + "[6 4]", + "[5 8]", + "[5 2]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[1 5]   [3 8]   [5 0]
[3 0]   [5 5]   [7 8]
[5 8]   [7 0]   [    ]", + "options": [ + "[7 3]", + "[7 5]", + "[8 2]", + "[8 5]", + "[5 0]", + "[5 8]", + "[9 5]", + "[8 3]" + ], + "correct": 6, + "prob_ind": 43 + }, + { + "prompt": "[5 4]   [0 3]   [6 2]
[6 3]   [5 2]   [0 1]
[0 2]   [6 1]   [    ]", + "options": [ + "[0 5]", + "[5 0]", + "[5 1]", + "[5 2]", + "[9 7]", + "[0 2]", + "[6 3]", + "[0 1]" + ], + "correct": 1, + "prob_ind": 44 + }, + { + "prompt": "[9 4]   [7 3]   [5 1]
[7 3]   [5 1]   [3 4]
[5 1]   [3 4]   [    ]", + "options": [ + "[1 5]", + "[4 9]", + "[4 7]", + "[5 1]", + "[7 1]", + "[1 3]", + "[9 4]", + "[3 1]" + ], + "correct": 5, + "prob_ind": 45 + }, + { + "prompt": "[9 2]   [7 0]   [5 8]
[7 0]   [5 8]   [3 2]
[5 8]   [3 2]   [    ]", + "options": [ + "[5 1]", + "[0 0]", + "[8 7]", + "[7 9]", + "[7 8]", + "[0 1]", + "[1 0]", + "[6 6]" + ], + "correct": 6, + "prob_ind": 46 + }, + { + "prompt": "[2 8]   [3 7]   [6 6]
[6 7]   [2 6]   [3 5]
[3 6]   [6 5]   [    ]", + "options": [ + "[6 2]", + "[3 5]", + "[6 6]", + "[7 3]", + "[2 2]", + "[2 4]", + "[6 7]", + "[6 3]" + ], + "correct": 5, + "prob_ind": 47 + }, + { + "prompt": "[9 0]   [8 4]   [7 7]
[8 4]   [7 7]   [6 0]
[7 7]   [6 0]   [    ]", + "options": [ + "[9 4]", + "[9 0]", + "[6 1]", + "[7 7]", + "[1 5]", + "[6 0]", + "[5 4]", + "[9 5]" + ], + "correct": 6, + "prob_ind": 48 + }, + { + "prompt": "[2 3]   [3 5]   [4 0]
[3 0]   [4 3]   [5 5]
[4 5]   [5 0]   [    ]", + "options": [ + "[6 4]", + "[7 3]", + "[0 3]", + "[6 6]", + "[3 0]", + "[6 3]", + "[1 0]", + "[1 9]" + ], + "correct": 5, + "prob_ind": 49 + }, + { + "prompt": "[1 8]   [3 4]   [5 0]
[3 4]   [5 0]   [7 8]
[5 0]   [7 8]   [    ]", + "options": [ + "[5 0]", + "[5 4]", + "[4 0]", + "[6 0]", + "[8 6]", + "[7 4]", + "[3 0]", + "[9 4]" + ], + "correct": 7, + "prob_ind": 50 + }, + { + "prompt": "[6 1]   [3 2]   [8 3]
[8 2]   [6 3]   [3 4]
[3 3]   [8 4]   [    ]", + "options": [ + "[6 5]", + "[8 1]", + "[8 6]", + "[8 3]", + "[3 3]", + "[3 6]", + "[6 6]", + "[2 3]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[8 2]   [0 3]   [3 4]
[3 3]   [8 4]   [0 5]
[0 4]   [3 5]   [    ]", + "options": [ + "[0 4]", + "[9 6]", + "[2 5]", + "[8 6]", + "[3 4]", + "[4 3]", + "[4 4]", + "[3 3]" + ], + "correct": 3, + "prob_ind": 52 + }, + { + "prompt": "[3 6]   [4 2]   [5 9]
[4 2]   [5 9]   [6 6]
[5 9]   [6 6]   [    ]", + "options": [ + "[5 6]", + "[2 6]", + "[5 9]", + "[2 7]", + "[3 2]", + "[2 3]", + "[6 5]", + "[7 2]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[2 4]   [3 6]   [4 3]
[3 3]   [4 4]   [5 6]
[4 6]   [5 3]   [    ]", + "options": [ + "[8 4]", + "[2 6]", + "[4 4]", + "[3 6]", + "[7 3]", + "[4 3]", + "[8 5]", + "[6 4]" + ], + "correct": 7, + "prob_ind": 54 + }, + { + "prompt": "[9 7]   [7 6]   [6 5]
[7 6]   [6 5]   [9 4]
[6 5]   [9 4]   [    ]", + "options": [ + "[7 3]", + "[4 7]", + "[3 7]", + "[6 7]", + "[5 3]", + "[3 5]", + "[6 8]", + "[6 9]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[3 6]   [4 9]   [5 3]
[4 9]   [5 3]   [6 6]
[5 3]   [6 6]   [    ]", + "options": [ + "[9 7]", + "[8 6]", + "[5 6]", + "[4 3]", + "[0 8]", + "[7 9]", + "[9 8]", + "[8 9]" + ], + "correct": 5, + "prob_ind": 56 + }, + { + "prompt": "[8 5]   [0 4]   [3 3]
[3 4]   [8 3]   [0 2]
[0 3]   [3 2]   [    ]", + "options": [ + "[0 8]", + "[6 1]", + "[8 3]", + "[8 0]", + "[7 8]", + "[8 1]", + "[8 8]", + "[6 8]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[2 1]   [3 7]   [4 2]
[3 2]   [4 1]   [5 7]
[4 7]   [5 2]   [    ]", + "options": [ + "[2 3]", + "[6 2]", + "[5 6]", + "[4 2]", + "[6 1]", + "[8 8]", + "[2 6]", + "[4 7]" + ], + "correct": 4, + "prob_ind": 58 + }, + { + "prompt": "[9 0]   [8 2]   [3 4]
[8 2]   [3 4]   [9 6]
[3 4]   [9 6]   [    ]", + "options": [ + "[6 8]", + "[2 3]", + "[6 9]", + "[4 3]", + "[6 3]", + "[8 8]", + "[9 2]", + "[8 6]" + ], + "correct": 5, + "prob_ind": 59 + }, + { + "prompt": "[5 0]   [4 5]   [3 2]
[4 5]   [3 2]   [2 0]
[3 2]   [2 0]   [    ]", + "options": [ + "[3 0]", + "[5 5]", + "[1 0]", + "[5 3]", + "[3 2]", + "[2 0]", + "[3 5]", + "[1 5]" + ], + "correct": 7, + "prob_ind": 60 + }, + { + "prompt": "[9 9]   [8 8]   [1 7]
[8 8]   [1 7]   [9 6]
[1 7]   [9 6]   [    ]", + "options": [ + "[1 1]", + "[6 9]", + "[1 3]", + "[7 8]", + "[9 6]", + "[5 8]", + "[1 9]", + "[8 5]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[1 3]   [3 1]   [5 6]
[3 6]   [5 3]   [7 1]
[5 1]   [7 6]   [    ]", + "options": [ + "[6 5]", + "[1 3]", + "[9 3]", + "[5 4]", + "[3 9]", + "[1 5]", + "[7 6]", + "[3 4]" + ], + "correct": 2, + "prob_ind": 62 + }, + { + "prompt": "[4 2]   [3 4]   [2 8]
[3 8]   [2 2]   [1 4]
[2 4]   [1 8]   [    ]", + "options": [ + "[0 4]", + "[2 0]", + "[8 2]", + "[0 2]", + "[0 1]", + "[1 6]", + "[4 0]", + "[0 8]" + ], + "correct": 3, + "prob_ind": 63 + }, + { + "prompt": "[8 0]   [6 2]   [4 6]
[6 2]   [4 6]   [2 0]
[4 6]   [2 0]   [    ]", + "options": [ + "[0 2]", + "[6 0]", + "[4 6]", + "[9 6]", + "[4 1]", + "[6 1]", + "[4 4]", + "[9 1]" + ], + "correct": 0, + "prob_ind": 64 + }, + { + "prompt": "[2 3]   [5 4]   [4 5]
[4 4]   [2 5]   [5 6]
[5 5]   [4 6]   [    ]", + "options": [ + "[5 4]", + "[2 7]", + "[0 7]", + "[7 2]", + "[4 5]", + "[5 5]", + "[3 5]", + "[4 4]" + ], + "correct": 1, + "prob_ind": 65 + }, + { + "prompt": "[2 3]   [1 4]   [0 5]
[0 4]   [2 5]   [1 6]
[1 5]   [0 6]   [    ]", + "options": [ + "[2 9]", + "[0 4]", + "[2 7]", + "[0 5]", + "[4 7]", + "[7 2]", + "[4 8]", + "[2 6]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[3 0]   [6 1]   [2 2]
[6 1]   [2 2]   [3 3]
[2 2]   [3 3]   [    ]", + "options": [ + "[1 6]", + "[6 0]", + "[0 6]", + "[4 0]", + "[6 4]", + "[3 3]", + "[6 1]", + "[2 2]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[7 8]   [6 7]   [5 9]
[6 7]   [5 9]   [4 8]
[5 9]   [4 8]   [    ]", + "options": [ + "[3 9]", + "[9 3]", + "[7 1]", + "[4 7]", + "[9 5]", + "[6 9]", + "[3 7]", + "[7 6]" + ], + "correct": 6, + "prob_ind": 68 + }, + { + "prompt": "[9 9]   [1 8]   [8 7]
[1 8]   [8 7]   [9 6]
[8 7]   [9 6]   [    ]", + "options": [ + "[1 9]", + "[1 5]", + "[6 3]", + "[6 2]", + "[5 2]", + "[4 2]", + "[9 1]", + "[2 6]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[6 9]   [1 7]   [5 5]
[1 7]   [5 5]   [6 3]
[5 5]   [6 3]   [    ]", + "options": [ + "[5 3]", + "[1 1]", + "[3 6]", + "[5 7]", + "[2 7]", + "[6 3]", + "[5 5]", + "[6 7]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[0 5]   [9 4]   [8 3]
[8 4]   [0 3]   [9 2]
[9 3]   [8 2]   [    ]", + "options": [ + "[9 1]", + "[2 4]", + "[0 4]", + "[8 4]", + "[0 1]", + "[8 1]", + "[9 3]", + "[2 3]" + ], + "correct": 4, + "prob_ind": 71 + }, + { + "prompt": "[8 8]   [7 9]   [6 2]
[7 9]   [6 2]   [5 8]
[6 2]   [5 8]   [    ]", + "options": [ + "[9 4]", + "[8 8]", + "[4 9]", + "[4 8]", + "[8 4]", + "[5 9]", + "[7 9]", + "[5 8]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[9 8]   [8 3]   [7 1]
[8 3]   [7 1]   [6 8]
[7 1]   [6 8]   [    ]", + "options": [ + "[6 7]", + "[2 7]", + "[3 7]", + "[5 3]", + "[6 3]", + "[3 5]", + "[8 6]", + "[6 8]" + ], + "correct": 3, + "prob_ind": 73 + }, + { + "prompt": "[7 4]   [0 3]   [4 2]
[0 3]   [4 2]   [7 1]
[4 2]   [7 1]   [    ]", + "options": [ + "[7 1]", + "[0 0]", + "[7 3]", + "[0 4]", + "[3 0]", + "[6 3]", + "[6 1]", + "[7 2]" + ], + "correct": 1, + "prob_ind": 74 + }, + { + "prompt": "[3 8]   [7 6]   [8 4]
[8 6]   [3 4]   [7 2]
[7 4]   [8 2]   [    ]", + "options": [ + "[5 8]", + "[4 7]", + "[8 4]", + "[7 4]", + "[6 6]", + "[3 0]", + "[0 3]", + "[8 6]" + ], + "correct": 5, + "prob_ind": 75 + }, + { + "prompt": "[5 3]   [4 2]   [3 8]
[4 8]   [3 3]   [2 2]
[3 2]   [2 8]   [    ]", + "options": [ + "[1 6]", + "[1 4]", + "[2 1]", + "[6 2]", + "[2 6]", + "[1 2]", + "[2 3]", + "[1 3]" + ], + "correct": 7, + "prob_ind": 76 + }, + { + "prompt": "[7 9]   [6 5]   [5 4]
[6 4]   [5 9]   [4 5]
[5 5]   [4 4]   [    ]", + "options": [ + "[5 9]", + "[2 5]", + "[6 9]", + "[3 9]", + "[4 0]", + "[2 0]", + "[3 5]", + "[0 4]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[2 1]   [7 2]   [0 3]
[7 2]   [0 3]   [2 4]
[0 3]   [2 4]   [    ]", + "options": [ + "[0 1]", + "[7 5]", + "[1 2]", + "[5 7]", + "[0 3]", + "[5 8]", + "[9 5]", + "[2 7]" + ], + "correct": 1, + "prob_ind": 78 + }, + { + "prompt": "[9 6]   [8 2]   [7 1]
[8 1]   [7 6]   [6 2]
[7 2]   [6 1]   [    ]", + "options": [ + "[5 6]", + "[7 3]", + "[9 1]", + "[6 6]", + "[6 5]", + "[8 2]", + "[2 6]", + "[5 8]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[3 2]   [4 3]   [2 4]
[4 3]   [2 4]   [3 5]
[2 4]   [3 5]   [    ]", + "options": [ + "[6 4]", + "[2 5]", + "[4 6]", + "[7 8]", + "[2 4]", + "[3 5]", + "[5 3]", + "[3 4]" + ], + "correct": 2, + "prob_ind": 80 + }, + { + "prompt": "[0 8]   [1 7]   [2 2]
[1 2]   [2 8]   [3 7]
[2 7]   [3 2]   [    ]", + "options": [ + "[8 4]", + "[3 3]", + "[1 2]", + "[1 8]", + "[8 2]", + "[0 2]", + "[4 8]", + "[0 5]" + ], + "correct": 6, + "prob_ind": 81 + }, + { + "prompt": "[7 8]   [6 2]   [5 9]
[6 2]   [5 9]   [4 8]
[5 9]   [4 8]   [    ]", + "options": [ + "[5 8]", + "[7 8]", + "[3 1]", + "[7 1]", + "[5 9]", + "[3 2]", + "[4 6]", + "[7 6]" + ], + "correct": 5, + "prob_ind": 82 + }, + { + "prompt": "[4 4]   [3 2]   [2 8]
[3 2]   [2 8]   [1 4]
[2 8]   [1 4]   [    ]", + "options": [ + "[2 1]", + "[8 2]", + "[2 0]", + "[3 2]", + "[3 8]", + "[2 2]", + "[4 4]", + "[0 2]" + ], + "correct": 7, + "prob_ind": 83 + }, + { + "prompt": "[3 0]   [4 3]   [5 8]
[4 8]   [5 0]   [6 3]
[5 3]   [6 8]   [    ]", + "options": [ + "[5 7]", + "[2 8]", + "[5 0]", + "[9 0]", + "[3 1]", + "[7 0]", + "[0 7]", + "[5 8]" + ], + "correct": 5, + "prob_ind": 84 + }, + { + "prompt": "[5 9]   [7 7]   [1 5]
[1 7]   [5 5]   [7 3]
[7 5]   [1 3]   [    ]", + "options": [ + "[5 3]", + "[7 1]", + "[3 5]", + "[7 5]", + "[5 1]", + "[7 3]", + "[5 2]", + "[1 5]" + ], + "correct": 4, + "prob_ind": 85 + }, + { + "prompt": "[7 4]   [5 5]   [8 6]
[8 5]   [7 6]   [5 7]
[5 6]   [8 7]   [    ]", + "options": [ + "[7 3]", + "[7 8]", + "[4 7]", + "[7 4]", + "[5 6]", + "[4 0]", + "[2 7]", + "[9 8]" + ], + "correct": 1, + "prob_ind": 86 + }, + { + "prompt": "[4 4]   [3 5]   [2 7]
[3 5]   [2 7]   [1 4]
[2 7]   [1 4]   [    ]", + "options": [ + "[2 7]", + "[5 3]", + "[4 1]", + "[2 5]", + "[3 4]", + "[7 2]", + "[0 5]", + "[3 5]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[3 4]   [4 2]   [5 5]
[4 5]   [5 4]   [6 2]
[5 2]   [6 5]   [    ]", + "options": [ + "[4 7]", + "[6 2]", + "[7 6]", + "[5 4]", + "[7 4]", + "[6 7]", + "[7 2]", + "[6 4]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[5 9]   [6 8]   [7 3]
[6 3]   [7 9]   [8 8]
[7 8]   [8 3]   [    ]", + "options": [ + "[9 8]", + "[9 7]", + "[8 1]", + "[6 3]", + "[5 7]", + "[8 3]", + "[9 9]", + "[8 9]" + ], + "correct": 6, + "prob_ind": 89 + }, + { + "prompt": "[9 8]   [8 6]   [1 4]
[8 6]   [1 4]   [9 2]
[1 4]   [9 2]   [    ]", + "options": [ + "[9 2]", + "[1 4]", + "[1 6]", + "[1 2]", + "[2 9]", + "[0 8]", + "[7 0]", + "[8 0]" + ], + "correct": 7, + "prob_ind": 90 + }, + { + "prompt": "[6 1]   [5 8]   [4 5]
[5 5]   [4 1]   [3 8]
[4 8]   [3 5]   [    ]", + "options": [ + "[2 1]", + "[5 5]", + "[8 3]", + "[2 2]", + "[4 5]", + "[1 2]", + "[8 5]", + "[2 5]" + ], + "correct": 0, + "prob_ind": 91 + }, + { + "prompt": "[0 0]   [1 5]   [2 1]
[1 5]   [2 1]   [3 0]
[2 1]   [3 0]   [    ]", + "options": [ + "[3 4]", + "[5 1]", + "[4 5]", + "[4 4]", + "[4 2]", + "[2 1]", + "[5 4]", + "[2 5]" + ], + "correct": 2, + "prob_ind": 92 + }, + { + "prompt": "[8 5]   [7 1]   [6 3]
[7 3]   [6 5]   [5 1]
[6 1]   [5 3]   [    ]", + "options": [ + "[8 5]", + "[8 1]", + "[7 1]", + "[5 5]", + "[4 5]", + "[9 2]", + "[4 3]", + "[2 9]" + ], + "correct": 4, + "prob_ind": 93 + }, + { + "prompt": "[6 4]   [4 3]   [1 2]
[1 3]   [6 2]   [4 1]
[4 2]   [1 1]   [    ]", + "options": [ + "[2 4]", + "[5 1]", + "[1 1]", + "[4 1]", + "[1 3]", + "[2 6]", + "[6 0]", + "[4 3]" + ], + "correct": 6, + "prob_ind": 94 + }, + { + "prompt": "[7 1]   [3 2]   [1 3]
[3 2]   [1 3]   [7 4]
[1 3]   [7 4]   [    ]", + "options": [ + "[4 5]", + "[5 3]", + "[3 5]", + "[3 1]", + "[1 7]", + "[2 3]", + "[1 4]", + "[3 3]" + ], + "correct": 2, + "prob_ind": 95 + }, + { + "prompt": "[6 9]   [7 7]   [0 5]
[7 7]   [0 5]   [6 3]
[0 5]   [6 3]   [    ]", + "options": [ + "[1 7]", + "[5 2]", + "[0 3]", + "[0 5]", + "[5 0]", + "[6 1]", + "[7 1]", + "[8 9]" + ], + "correct": 6, + "prob_ind": 96 + }, + { + "prompt": "[4 1]   [8 3]   [2 5]
[2 3]   [4 5]   [8 7]
[8 5]   [2 7]   [    ]", + "options": [ + "[3 2]", + "[4 4]", + "[8 7]", + "[6 4]", + "[4 9]", + "[8 4]", + "[8 5]", + "[5 4]" + ], + "correct": 4, + "prob_ind": 97 + }, + { + "prompt": "[2 5]   [0 6]   [3 7]
[0 6]   [3 7]   [2 8]
[3 7]   [2 8]   [    ]", + "options": [ + "[0 7]", + "[3 7]", + "[0 9]", + "[3 6]", + "[2 8]", + "[2 4]", + "[7 9]", + "[2 9]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[5 1]   [4 6]   [3 5]
[4 6]   [3 5]   [2 1]
[3 5]   [2 1]   [    ]", + "options": [ + "[1 6]", + "[5 5]", + "[6 1]", + "[2 0]", + "[5 6]", + "[7 5]", + "[2 7]", + "[2 1]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "two_rule_comb5": [ + { + "prompt": "[6 4]   [5 3]   [4 2]
[5 3]   [4 2]   [3 1]
[4 2]   [3 1]   [    ]", + "options": [ + "[2 0]", + "[5 2]", + "[7 4]", + "[0 2]", + "[0 4]", + "[4 2]", + "[4 8]", + "[2 4]" + ], + "correct": 0, + "prob_ind": 0 + }, + { + "prompt": "[0 8]   [1 7]   [2 6]
[1 7]   [2 6]   [3 5]
[2 6]   [3 5]   [    ]", + "options": [ + "[4 4]", + "[3 5]", + "[6 4]", + "[1 7]", + "[3 8]", + "[5 4]", + "[8 0]", + "[6 0]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[1 5]   [3 6]   [5 7]
[3 6]   [5 7]   [7 8]
[5 7]   [7 8]   [    ]", + "options": [ + "[4 1]", + "[0 7]", + "[9 9]", + "[7 8]", + "[5 7]", + "[8 7]", + "[3 6]", + "[1 4]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[8 1]   [7 2]   [6 3]
[7 2]   [6 3]   [5 4]
[6 3]   [5 4]   [    ]", + "options": [ + "[6 4]", + "[5 3]", + "[3 6]", + "[8 1]", + "[3 0]", + "[4 5]", + "[7 2]", + "[8 2]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[1 0]   [3 1]   [5 2]
[3 1]   [5 2]   [7 3]
[5 2]   [7 3]   [    ]", + "options": [ + "[4 7]", + "[7 3]", + "[1 1]", + "[1 3]", + "[9 4]", + "[1 0]", + "[4 9]", + "[9 2]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[8 9]   [6 7]   [4 5]
[6 7]   [4 5]   [2 3]
[4 5]   [2 3]   [    ]", + "options": [ + "[9 9]", + "[0 3]", + "[8 9]", + "[0 1]", + "[2 2]", + "[4 5]", + "[0 2]", + "[2 4]" + ], + "correct": 3, + "prob_ind": 5 + }, + { + "prompt": "[1 5]   [3 4]   [5 3]
[3 4]   [5 3]   [7 2]
[5 3]   [7 2]   [    ]", + "options": [ + "[9 2]", + "[1 4]", + "[2 9]", + "[9 0]", + "[5 3]", + "[2 5]", + "[1 9]", + "[9 1]" + ], + "correct": 7, + "prob_ind": 6 + }, + { + "prompt": "[6 7]   [5 6]   [4 5]
[5 6]   [4 5]   [3 4]
[4 5]   [3 4]   [    ]", + "options": [ + "[2 5]", + "[4 4]", + "[2 2]", + "[3 2]", + "[2 3]", + "[3 3]", + "[5 6]", + "[5 4]" + ], + "correct": 4, + "prob_ind": 7 + }, + { + "prompt": "[8 8]   [7 6]   [6 4]
[7 6]   [6 4]   [5 2]
[6 4]   [5 2]   [    ]", + "options": [ + "[6 2]", + "[5 3]", + "[6 7]", + "[4 3]", + "[4 0]", + "[5 4]", + "[7 6]", + "[8 8]" + ], + "correct": 4, + "prob_ind": 8 + }, + { + "prompt": "[7 0]   [6 1]   [5 2]
[6 1]   [5 2]   [4 3]
[5 2]   [4 3]   [    ]", + "options": [ + "[5 2]", + "[4 3]", + "[5 0]", + "[8 1]", + "[2 5]", + "[3 4]", + "[2 4]", + "[8 2]" + ], + "correct": 5, + "prob_ind": 9 + }, + { + "prompt": "[5 4]   [6 3]   [7 2]
[6 3]   [7 2]   [8 1]
[7 2]   [8 1]   [    ]", + "options": [ + "[2 7]", + "[8 1]", + "[3 6]", + "[5 4]", + "[0 9]", + "[7 2]", + "[9 0]", + "[4 5]" + ], + "correct": 6, + "prob_ind": 10 + }, + { + "prompt": "[0 0]   [1 2]   [2 4]
[1 2]   [2 4]   [3 6]
[2 4]   [3 6]   [    ]", + "options": [ + "[2 5]", + "[4 8]", + "[2 1]", + "[1 2]", + "[2 2]", + "[4 7]", + "[2 4]", + "[2 3]" + ], + "correct": 1, + "prob_ind": 11 + }, + { + "prompt": "[5 2]   [6 3]   [7 4]
[6 3]   [7 4]   [8 5]
[7 4]   [8 5]   [    ]", + "options": [ + "[9 6]", + "[8 5]", + "[3 1]", + "[6 9]", + "[3 6]", + "[6 3]", + "[5 8]", + "[6 2]" + ], + "correct": 0, + "prob_ind": 12 + }, + { + "prompt": "[7 2]   [6 3]   [5 4]
[6 3]   [5 4]   [4 5]
[5 4]   [4 5]   [    ]", + "options": [ + "[7 3]", + "[4 3]", + "[3 7]", + "[0 5]", + "[3 6]", + "[2 3]", + "[4 5]", + "[0 1]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[1 4]   [2 5]   [3 6]
[2 5]   [3 6]   [4 7]
[3 6]   [4 7]   [    ]", + "options": [ + "[7 3]", + "[6 3]", + "[3 3]", + "[1 6]", + "[3 7]", + "[5 8]", + "[7 1]", + "[2 6]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[2 5]   [3 4]   [4 3]
[3 4]   [4 3]   [5 2]
[4 3]   [5 2]   [    ]", + "options": [ + "[2 3]", + "[6 2]", + "[3 2]", + "[6 1]", + "[1 6]", + "[2 2]", + "[2 4]", + "[3 4]" + ], + "correct": 3, + "prob_ind": 15 + }, + { + "prompt": "[9 5]   [7 6]   [5 7]
[7 6]   [5 7]   [3 8]
[5 7]   [3 8]   [    ]", + "options": [ + "[5 9]", + "[6 1]", + "[1 9]", + "[8 1]", + "[2 9]", + "[1 8]", + "[7 5]", + "[8 3]" + ], + "correct": 2, + "prob_ind": 16 + }, + { + "prompt": "[2 0]   [3 1]   [4 2]
[3 1]   [4 2]   [5 3]
[4 2]   [5 3]   [    ]", + "options": [ + "[6 5]", + "[6 4]", + "[2 3]", + "[5 6]", + "[3 2]", + "[2 4]", + "[4 6]", + "[2 2]" + ], + "correct": 1, + "prob_ind": 17 + }, + { + "prompt": "[9 8]   [7 6]   [5 4]
[7 6]   [5 4]   [3 2]
[5 4]   [3 2]   [    ]", + "options": [ + "[0 1]", + "[5 2]", + "[6 7]", + "[7 6]", + "[1 0]", + "[4 5]", + "[3 2]", + "[1 1]" + ], + "correct": 4, + "prob_ind": 18 + }, + { + "prompt": "[3 1]   [4 3]   [5 5]
[4 3]   [5 5]   [6 7]
[5 5]   [6 7]   [    ]", + "options": [ + "[8 2]", + "[2 7]", + "[9 7]", + "[7 2]", + "[7 9]", + "[8 9]", + "[6 9]", + "[6 5]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[9 1]   [7 3]   [5 5]
[7 3]   [5 5]   [3 7]
[5 5]   [3 7]   [    ]", + "options": [ + "[9 1]", + "[1 1]", + "[7 3]", + "[9 7]", + "[3 7]", + "[5 5]", + "[8 5]", + "[1 9]" + ], + "correct": 7, + "prob_ind": 20 + }, + { + "prompt": "[4 1]   [5 2]   [6 3]
[5 2]   [6 3]   [7 4]
[6 3]   [7 4]   [    ]", + "options": [ + "[6 1]", + "[8 5]", + "[0 8]", + "[4 1]", + "[5 8]", + "[0 3]", + "[0 5]", + "[2 5]" + ], + "correct": 1, + "prob_ind": 21 + }, + { + "prompt": "[1 2]   [3 3]   [5 4]
[3 3]   [5 4]   [7 5]
[5 4]   [7 5]   [    ]", + "options": [ + "[3 3]", + "[9 6]", + "[5 4]", + "[5 5]", + "[6 9]", + "[1 2]", + "[3 2]", + "[1 1]" + ], + "correct": 1, + "prob_ind": 22 + }, + { + "prompt": "[2 4]   [3 3]   [4 2]
[3 3]   [4 2]   [5 1]
[4 2]   [5 1]   [    ]", + "options": [ + "[0 6]", + "[3 3]", + "[5 1]", + "[7 0]", + "[0 7]", + "[6 0]", + "[4 3]", + "[6 2]" + ], + "correct": 5, + "prob_ind": 23 + }, + { + "prompt": "[1 7]   [3 6]   [5 5]
[3 6]   [5 5]   [7 4]
[5 5]   [7 4]   [    ]", + "options": [ + "[3 6]", + "[7 3]", + "[3 9]", + "[9 5]", + "[9 3]", + "[5 6]", + "[1 6]", + "[5 9]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[5 4]   [6 5]   [7 6]
[6 5]   [7 6]   [8 7]
[7 6]   [8 7]   [    ]", + "options": [ + "[6 5]", + "[2 4]", + "[6 8]", + "[8 9]", + "[8 7]", + "[9 8]", + "[8 6]", + "[9 7]" + ], + "correct": 5, + "prob_ind": 25 + }, + { + "prompt": "[5 1]   [4 2]   [3 3]
[4 2]   [3 3]   [2 4]
[3 3]   [2 4]   [    ]", + "options": [ + "[3 3]", + "[4 2]", + "[5 3]", + "[1 5]", + "[1 0]", + "[0 4]", + "[4 0]", + "[1 7]" + ], + "correct": 3, + "prob_ind": 26 + }, + { + "prompt": "[6 2]   [5 3]   [4 4]
[5 3]   [4 4]   [3 5]
[4 4]   [3 5]   [    ]", + "options": [ + "[2 6]", + "[5 3]", + "[5 4]", + "[3 3]", + "[6 3]", + "[4 3]", + "[2 4]", + "[6 2]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[5 0]   [6 2]   [7 4]
[6 2]   [7 4]   [8 6]
[7 4]   [8 6]   [    ]", + "options": [ + "[8 8]", + "[8 2]", + "[7 2]", + "[9 9]", + "[7 4]", + "[9 8]", + "[8 9]", + "[7 6]" + ], + "correct": 5, + "prob_ind": 28 + }, + { + "prompt": "[0 3]   [2 4]   [4 5]
[2 4]   [4 5]   [6 6]
[4 5]   [6 6]   [    ]", + "options": [ + "[0 3]", + "[8 7]", + "[2 5]", + "[0 5]", + "[2 6]", + "[0 8]", + "[7 8]", + "[8 9]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[3 8]   [4 7]   [5 6]
[4 7]   [5 6]   [6 5]
[5 6]   [6 5]   [    ]", + "options": [ + "[6 5]", + "[6 4]", + "[5 6]", + "[7 4]", + "[4 7]", + "[3 4]", + "[3 6]", + "[8 5]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[9 7]   [8 6]   [7 5]
[8 6]   [7 5]   [6 4]
[7 5]   [6 4]   [    ]", + "options": [ + "[5 3]", + "[4 6]", + "[1 9]", + "[7 5]", + "[9 7]", + "[5 9]", + "[3 5]", + "[7 7]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[9 0]   [7 2]   [5 4]
[7 2]   [5 4]   [3 6]
[5 4]   [3 6]   [    ]", + "options": [ + "[6 8]", + "[5 4]", + "[3 4]", + "[9 4]", + "[1 8]", + "[8 1]", + "[7 4]", + "[5 6]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[5 8]   [6 6]   [7 4]
[6 6]   [7 4]   [8 2]
[7 4]   [8 2]   [    ]", + "options": [ + "[4 6]", + "[6 6]", + "[0 9]", + "[7 4]", + "[6 8]", + "[4 7]", + "[5 6]", + "[9 0]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[4 0]   [5 1]   [6 2]
[5 1]   [6 2]   [7 3]
[6 2]   [7 3]   [    ]", + "options": [ + "[4 8]", + "[9 6]", + "[9 4]", + "[8 4]", + "[5 7]", + "[3 7]", + "[5 6]", + "[2 6]" + ], + "correct": 3, + "prob_ind": 34 + }, + { + "prompt": "[4 8]   [3 6]   [2 4]
[3 6]   [2 4]   [1 2]
[2 4]   [1 2]   [    ]", + "options": [ + "[6 3]", + "[0 2]", + "[3 4]", + "[0 0]", + "[2 4]", + "[2 2]", + "[3 6]", + "[1 2]" + ], + "correct": 3, + "prob_ind": 35 + }, + { + "prompt": "[7 9]   [6 7]   [5 5]
[6 7]   [5 5]   [4 3]
[5 5]   [4 3]   [    ]", + "options": [ + "[2 1]", + "[3 1]", + "[5 5]", + "[5 1]", + "[4 0]", + "[4 5]", + "[1 3]", + "[6 5]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[1 2]   [2 3]   [3 4]
[2 3]   [3 4]   [4 5]
[3 4]   [4 5]   [    ]", + "options": [ + "[2 5]", + "[5 4]", + "[6 5]", + "[5 5]", + "[5 6]", + "[4 5]", + "[2 1]", + "[5 7]" + ], + "correct": 4, + "prob_ind": 37 + }, + { + "prompt": "[0 7]   [1 6]   [2 5]
[1 6]   [2 5]   [3 4]
[2 5]   [3 4]   [    ]", + "options": [ + "[2 3]", + "[2 5]", + "[7 6]", + "[0 9]", + "[2 4]", + "[4 3]", + "[3 4]", + "[4 5]" + ], + "correct": 5, + "prob_ind": 38 + }, + { + "prompt": "[3 1]   [4 2]   [5 3]
[4 2]   [5 3]   [6 4]
[5 3]   [6 4]   [    ]", + "options": [ + "[7 7]", + "[4 2]", + "[7 5]", + "[5 7]", + "[5 4]", + "[6 4]", + "[4 4]", + "[2 1]" + ], + "correct": 2, + "prob_ind": 39 + }, + { + "prompt": "[4 1]   [3 3]   [2 5]
[3 3]   [2 5]   [1 7]
[2 5]   [1 7]   [    ]", + "options": [ + "[1 6]", + "[5 2]", + "[9 0]", + "[2 5]", + "[2 9]", + "[5 0]", + "[3 5]", + "[0 9]" + ], + "correct": 7, + "prob_ind": 40 + }, + { + "prompt": "[1 1]   [3 2]   [5 3]
[3 2]   [5 3]   [7 4]
[5 3]   [7 4]   [    ]", + "options": [ + "[0 5]", + "[7 4]", + "[5 0]", + "[9 5]", + "[5 3]", + "[5 9]", + "[5 5]", + "[3 5]" + ], + "correct": 3, + "prob_ind": 41 + }, + { + "prompt": "[4 0]   [3 1]   [2 2]
[3 1]   [2 2]   [1 3]
[2 2]   [1 3]   [    ]", + "options": [ + "[2 2]", + "[8 0]", + "[1 2]", + "[3 2]", + "[0 4]", + "[1 1]", + "[9 6]", + "[1 3]" + ], + "correct": 4, + "prob_ind": 42 + }, + { + "prompt": "[1 5]   [2 6]   [3 7]
[2 6]   [3 7]   [4 8]
[3 7]   [4 8]   [    ]", + "options": [ + "[4 6]", + "[5 9]", + "[5 8]", + "[2 6]", + "[9 5]", + "[3 8]", + "[8 5]", + "[2 1]" + ], + "correct": 1, + "prob_ind": 43 + }, + { + "prompt": "[6 9]   [5 7]   [4 5]
[5 7]   [4 5]   [3 3]
[4 5]   [3 3]   [    ]", + "options": [ + "[3 5]", + "[5 7]", + "[3 1]", + "[5 3]", + "[7 7]", + "[8 0]", + "[2 2]", + "[2 1]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[6 5]   [5 4]   [4 3]
[5 4]   [4 3]   [3 2]
[4 3]   [3 2]   [    ]", + "options": [ + "[3 1]", + "[3 4]", + "[2 3]", + "[2 1]", + "[3 5]", + "[1 3]", + "[6 6]", + "[5 4]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[7 5]   [6 6]   [5 7]
[6 6]   [5 7]   [4 8]
[5 7]   [4 8]   [    ]", + "options": [ + "[3 9]", + "[6 8]", + "[5 6]", + "[5 7]", + "[4 8]", + "[4 7]", + "[5 9]", + "[1 9]" + ], + "correct": 0, + "prob_ind": 46 + }, + { + "prompt": "[9 3]   [8 4]   [7 5]
[8 4]   [7 5]   [6 6]
[7 5]   [6 6]   [    ]", + "options": [ + "[0 0]", + "[5 7]", + "[9 4]", + "[4 8]", + "[5 6]", + "[8 3]", + "[6 6]", + "[8 4]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[7 4]   [6 5]   [5 6]
[6 5]   [5 6]   [4 7]
[5 6]   [4 7]   [    ]", + "options": [ + "[6 5]", + "[3 7]", + "[6 6]", + "[6 3]", + "[4 5]", + "[3 8]", + "[8 3]", + "[7 5]" + ], + "correct": 5, + "prob_ind": 48 + }, + { + "prompt": "[4 4]   [3 5]   [2 6]
[3 5]   [2 6]   [1 7]
[2 6]   [1 7]   [    ]", + "options": [ + "[0 9]", + "[3 7]", + "[0 6]", + "[5 3]", + "[4 6]", + "[0 8]", + "[2 6]", + "[1 7]" + ], + "correct": 5, + "prob_ind": 49 + }, + { + "prompt": "[7 1]   [6 2]   [5 3]
[6 2]   [5 3]   [4 4]
[5 3]   [4 4]   [    ]", + "options": [ + "[2 4]", + "[5 3]", + "[2 6]", + "[5 2]", + "[3 5]", + "[0 6]", + "[3 4]", + "[6 2]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[5 3]   [4 4]   [3 5]
[4 4]   [3 5]   [2 6]
[3 5]   [2 6]   [    ]", + "options": [ + "[1 7]", + "[9 5]", + "[7 1]", + "[6 4]", + "[3 6]", + "[4 4]", + "[7 3]", + "[6 2]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[0 1]   [1 3]   [2 5]
[1 3]   [2 5]   [3 7]
[2 5]   [3 7]   [    ]", + "options": [ + "[5 6]", + "[4 2]", + "[0 3]", + "[8 3]", + "[2 7]", + "[4 9]", + "[3 0]", + "[2 2]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[0 6]   [1 5]   [2 4]
[1 5]   [2 4]   [3 3]
[2 4]   [3 3]   [    ]", + "options": [ + "[3 1]", + "[2 1]", + "[4 2]", + "[1 4]", + "[3 3]", + "[2 4]", + "[5 2]", + "[2 3]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[8 5]   [6 6]   [4 7]
[6 6]   [4 7]   [2 8]
[4 7]   [2 8]   [    ]", + "options": [ + "[3 5]", + "[5 2]", + "[9 0]", + "[2 5]", + "[5 1]", + "[0 9]", + "[0 8]", + "[4 5]" + ], + "correct": 5, + "prob_ind": 54 + }, + { + "prompt": "[9 4]   [7 3]   [5 2]
[7 3]   [5 2]   [3 1]
[5 2]   [3 1]   [    ]", + "options": [ + "[9 3]", + "[5 2]", + "[5 5]", + "[7 2]", + "[0 1]", + "[2 5]", + "[4 9]", + "[1 0]" + ], + "correct": 7, + "prob_ind": 55 + }, + { + "prompt": "[5 1]   [6 2]   [7 3]
[6 2]   [7 3]   [8 4]
[7 3]   [8 4]   [    ]", + "options": [ + "[8 5]", + "[9 5]", + "[5 5]", + "[5 2]", + "[5 9]", + "[5 8]", + "[3 7]", + "[7 5]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[9 1]   [8 2]   [7 3]
[8 2]   [7 3]   [6 4]
[7 3]   [6 4]   [    ]", + "options": [ + "[5 5]", + "[6 2]", + "[1 9]", + "[7 3]", + "[4 5]", + "[3 7]", + "[2 7]", + "[9 1]" + ], + "correct": 0, + "prob_ind": 57 + }, + { + "prompt": "[4 1]   [3 2]   [2 3]
[3 2]   [2 3]   [1 4]
[2 3]   [1 4]   [    ]", + "options": [ + "[0 5]", + "[1 4]", + "[1 2]", + "[5 0]", + "[2 3]", + "[3 2]", + "[1 3]", + "[4 1]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[2 6]   [3 5]   [4 4]
[3 5]   [4 4]   [5 3]
[4 4]   [5 3]   [    ]", + "options": [ + "[6 2]", + "[6 1]", + "[3 6]", + "[5 0]", + "[5 9]", + "[6 0]", + "[2 7]", + "[3 4]" + ], + "correct": 0, + "prob_ind": 59 + }, + { + "prompt": "[2 9]   [3 8]   [4 7]
[3 8]   [4 7]   [5 6]
[4 7]   [5 6]   [    ]", + "options": [ + "[4 6]", + "[2 4]", + "[0 2]", + "[2 8]", + "[3 8]", + "[2 0]", + "[6 7]", + "[6 5]" + ], + "correct": 7, + "prob_ind": 60 + }, + { + "prompt": "[4 2]   [5 3]   [6 4]
[5 3]   [6 4]   [7 5]
[6 4]   [7 5]   [    ]", + "options": [ + "[7 2]", + "[7 5]", + "[6 5]", + "[9 6]", + "[6 8]", + "[7 6]", + "[4 8]", + "[8 6]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[0 2]   [1 3]   [2 4]
[1 3]   [2 4]   [3 5]
[2 4]   [3 5]   [    ]", + "options": [ + "[5 1]", + "[1 2]", + "[4 6]", + "[3 1]", + "[1 3]", + "[6 6]", + "[0 3]", + "[1 5]" + ], + "correct": 2, + "prob_ind": 62 + }, + { + "prompt": "[7 0]   [6 2]   [5 4]
[6 2]   [5 4]   [4 6]
[5 4]   [4 6]   [    ]", + "options": [ + "[8 3]", + "[6 4]", + "[1 8]", + "[3 8]", + "[7 0]", + "[4 6]", + "[5 4]", + "[4 4]" + ], + "correct": 3, + "prob_ind": 63 + }, + { + "prompt": "[4 4]   [5 3]   [6 2]
[5 3]   [6 2]   [7 1]
[6 2]   [7 1]   [    ]", + "options": [ + "[6 3]", + "[8 0]", + "[3 5]", + "[7 3]", + "[4 4]", + "[5 3]", + "[6 0]", + "[2 2]" + ], + "correct": 1, + "prob_ind": 64 + }, + { + "prompt": "[2 1]   [3 2]   [4 3]
[3 2]   [4 3]   [5 4]
[4 3]   [5 4]   [    ]", + "options": [ + "[3 6]", + "[6 5]", + "[4 2]", + "[6 3]", + "[2 4]", + "[4 1]", + "[4 3]", + "[6 6]" + ], + "correct": 1, + "prob_ind": 65 + }, + { + "prompt": "[8 3]   [6 4]   [4 5]
[6 4]   [4 5]   [2 6]
[4 5]   [2 6]   [    ]", + "options": [ + "[3 8]", + "[1 0]", + "[0 7]", + "[7 0]", + "[4 6]", + "[8 3]", + "[4 4]", + "[0 8]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[6 1]   [5 2]   [4 3]
[5 2]   [4 3]   [3 4]
[4 3]   [3 4]   [    ]", + "options": [ + "[3 3]", + "[2 5]", + "[4 5]", + "[3 6]", + "[4 4]", + "[4 3]", + "[2 9]", + "[5 2]" + ], + "correct": 1, + "prob_ind": 67 + }, + { + "prompt": "[8 4]   [7 3]   [6 2]
[7 3]   [6 2]   [5 1]
[6 2]   [5 1]   [    ]", + "options": [ + "[0 4]", + "[1 6]", + "[5 0]", + "[6 2]", + "[4 0]", + "[6 1]", + "[9 3]", + "[7 2]" + ], + "correct": 4, + "prob_ind": 68 + }, + { + "prompt": "[5 6]   [6 5]   [7 4]
[6 5]   [7 4]   [8 3]
[7 4]   [8 3]   [    ]", + "options": [ + "[6 4]", + "[9 5]", + "[6 5]", + "[9 0]", + "[0 9]", + "[9 2]", + "[9 4]", + "[7 4]" + ], + "correct": 5, + "prob_ind": 69 + }, + { + "prompt": "[3 4]   [4 3]   [5 2]
[4 3]   [5 2]   [6 1]
[5 2]   [6 1]   [    ]", + "options": [ + "[5 2]", + "[5 4]", + "[3 4]", + "[5 1]", + "[7 0]", + "[0 7]", + "[6 1]", + "[4 5]" + ], + "correct": 4, + "prob_ind": 70 + }, + { + "prompt": "[2 8]   [3 6]   [4 4]
[3 6]   [4 4]   [5 2]
[4 4]   [5 2]   [    ]", + "options": [ + "[5 6]", + "[5 8]", + "[7 0]", + "[4 6]", + "[7 6]", + "[3 4]", + "[6 0]", + "[4 4]" + ], + "correct": 6, + "prob_ind": 71 + }, + { + "prompt": "[0 8]   [2 6]   [4 4]
[2 6]   [4 4]   [6 2]
[4 4]   [6 2]   [    ]", + "options": [ + "[8 0]", + "[6 4]", + "[6 2]", + "[2 6]", + "[0 2]", + "[0 8]", + "[0 6]", + "[4 6]" + ], + "correct": 0, + "prob_ind": 72 + }, + { + "prompt": "[1 8]   [2 6]   [3 4]
[2 6]   [3 4]   [4 2]
[3 4]   [4 2]   [    ]", + "options": [ + "[5 0]", + "[3 0]", + "[6 0]", + "[6 2]", + "[5 1]", + "[0 5]", + "[2 4]", + "[6 1]" + ], + "correct": 0, + "prob_ind": 73 + }, + { + "prompt": "[0 5]   [1 6]   [2 7]
[1 6]   [2 7]   [3 8]
[2 7]   [3 8]   [    ]", + "options": [ + "[9 2]", + "[7 2]", + "[6 8]", + "[2 7]", + "[9 4]", + "[0 5]", + "[4 9]", + "[2 8]" + ], + "correct": 6, + "prob_ind": 74 + }, + { + "prompt": "[5 8]   [4 7]   [3 6]
[4 7]   [3 6]   [2 5]
[3 6]   [2 5]   [    ]", + "options": [ + "[5 2]", + "[4 1]", + "[5 6]", + "[3 3]", + "[3 6]", + "[4 3]", + "[1 4]", + "[4 0]" + ], + "correct": 6, + "prob_ind": 75 + }, + { + "prompt": "[1 8]   [3 6]   [5 4]
[3 6]   [5 4]   [7 2]
[5 4]   [7 2]   [    ]", + "options": [ + "[3 6]", + "[0 6]", + "[9 0]", + "[8 0]", + "[0 9]", + "[4 3]", + "[0 2]", + "[7 4]" + ], + "correct": 2, + "prob_ind": 76 + }, + { + "prompt": "[8 4]   [7 5]   [6 6]
[7 5]   [6 6]   [5 7]
[6 6]   [5 7]   [    ]", + "options": [ + "[7 6]", + "[6 5]", + "[8 1]", + "[4 8]", + "[2 8]", + "[9 5]", + "[4 6]", + "[8 5]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[0 9]   [1 7]   [2 5]
[1 7]   [2 5]   [3 3]
[2 5]   [3 3]   [    ]", + "options": [ + "[8 5]", + "[0 6]", + "[4 1]", + "[1 5]", + "[3 5]", + "[2 7]", + "[2 5]", + "[1 6]" + ], + "correct": 2, + "prob_ind": 78 + }, + { + "prompt": "[3 9]   [4 8]   [5 7]
[4 8]   [5 7]   [6 6]
[5 7]   [6 6]   [    ]", + "options": [ + "[9 5]", + "[8 5]", + "[6 6]", + "[3 6]", + "[9 6]", + "[5 7]", + "[6 5]", + "[7 5]" + ], + "correct": 7, + "prob_ind": 79 + }, + { + "prompt": "[8 7]   [7 6]   [6 5]
[7 6]   [6 5]   [5 4]
[6 5]   [5 4]   [    ]", + "options": [ + "[4 3]", + "[7 7]", + "[6 5]", + "[3 3]", + "[4 5]", + "[7 8]", + "[5 6]", + "[5 4]" + ], + "correct": 0, + "prob_ind": 80 + }, + { + "prompt": "[9 5]   [8 4]   [7 3]
[8 4]   [7 3]   [6 2]
[7 3]   [6 2]   [    ]", + "options": [ + "[6 1]", + "[3 7]", + "[0 5]", + "[1 5]", + "[7 2]", + "[5 1]", + "[8 2]", + "[2 6]" + ], + "correct": 5, + "prob_ind": 81 + }, + { + "prompt": "[9 9]   [8 7]   [7 5]
[8 7]   [7 5]   [6 3]
[7 5]   [6 3]   [    ]", + "options": [ + "[7 5]", + "[2 7]", + "[5 1]", + "[6 3]", + "[9 9]", + "[5 7]", + "[5 2]", + "[3 1]" + ], + "correct": 2, + "prob_ind": 82 + }, + { + "prompt": "[4 0]   [3 2]   [2 4]
[3 2]   [2 4]   [1 6]
[2 4]   [1 6]   [    ]", + "options": [ + "[7 8]", + "[1 4]", + "[4 4]", + "[3 4]", + "[6 0]", + "[8 7]", + "[0 8]", + "[4 3]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[6 4]   [5 5]   [4 6]
[5 5]   [4 6]   [3 7]
[4 6]   [3 7]   [    ]", + "options": [ + "[7 3]", + "[5 5]", + "[8 2]", + "[8 4]", + "[4 6]", + "[6 4]", + "[4 8]", + "[2 8]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[3 6]   [4 5]   [5 4]
[4 5]   [5 4]   [6 3]
[5 4]   [6 3]   [    ]", + "options": [ + "[7 2]", + "[2 4]", + "[9 1]", + "[9 2]", + "[2 1]", + "[4 5]", + "[3 4]", + "[5 4]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[7 1]   [6 3]   [5 5]
[6 3]   [5 5]   [4 7]
[5 5]   [4 7]   [    ]", + "options": [ + "[5 4]", + "[9 3]", + "[3 9]", + "[5 3]", + "[5 5]", + "[7 4]", + "[4 3]", + "[7 1]" + ], + "correct": 2, + "prob_ind": 86 + }, + { + "prompt": "[3 7]   [4 6]   [5 5]
[4 6]   [5 5]   [6 4]
[5 5]   [6 4]   [    ]", + "options": [ + "[6 4]", + "[6 5]", + "[9 3]", + "[7 3]", + "[4 5]", + "[4 4]", + "[3 7]", + "[3 4]" + ], + "correct": 3, + "prob_ind": 87 + }, + { + "prompt": "[5 2]   [4 3]   [3 4]
[4 3]   [3 4]   [2 5]
[3 4]   [2 5]   [    ]", + "options": [ + "[1 5]", + "[1 7]", + "[1 6]", + "[7 2]", + "[6 1]", + "[1 4]", + "[2 7]", + "[3 4]" + ], + "correct": 2, + "prob_ind": 88 + }, + { + "prompt": "[0 4]   [1 3]   [2 2]
[1 3]   [2 2]   [3 1]
[2 2]   [3 1]   [    ]", + "options": [ + "[2 2]", + "[1 4]", + "[1 2]", + "[2 1]", + "[2 0]", + "[4 0]", + "[1 1]", + "[3 0]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[8 1]   [7 3]   [6 5]
[7 3]   [6 5]   [5 7]
[6 5]   [5 7]   [    ]", + "options": [ + "[6 6]", + "[7 5]", + "[9 4]", + "[5 5]", + "[5 6]", + "[4 8]", + "[9 9]", + "[4 9]" + ], + "correct": 7, + "prob_ind": 90 + }, + { + "prompt": "[0 0]   [2 1]   [4 2]
[2 1]   [4 2]   [6 3]
[4 2]   [6 3]   [    ]", + "options": [ + "[4 2]", + "[6 4]", + "[9 3]", + "[6 0]", + "[0 1]", + "[6 2]", + "[2 4]", + "[8 4]" + ], + "correct": 7, + "prob_ind": 91 + }, + { + "prompt": "[8 0]   [7 1]   [6 2]
[7 1]   [6 2]   [5 3]
[6 2]   [5 3]   [    ]", + "options": [ + "[4 1]", + "[7 7]", + "[9 1]", + "[5 1]", + "[7 1]", + "[1 7]", + "[9 7]", + "[4 4]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[9 9]   [7 8]   [5 7]
[7 8]   [5 7]   [3 6]
[5 7]   [3 6]   [    ]", + "options": [ + "[6 3]", + "[8 7]", + "[9 9]", + "[5 1]", + "[3 9]", + "[1 3]", + "[1 5]", + "[5 7]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[9 4]   [7 5]   [5 6]
[7 5]   [5 6]   [3 7]
[5 6]   [3 7]   [    ]", + "options": [ + "[8 6]", + "[0 9]", + "[3 7]", + "[3 8]", + "[9 6]", + "[1 8]", + "[9 4]", + "[5 7]" + ], + "correct": 5, + "prob_ind": 94 + }, + { + "prompt": "[2 3]   [3 4]   [4 5]
[3 4]   [4 5]   [5 6]
[4 5]   [5 6]   [    ]", + "options": [ + "[7 7]", + "[5 4]", + "[6 7]", + "[1 4]", + "[7 6]", + "[4 3]", + "[4 1]", + "[4 6]" + ], + "correct": 2, + "prob_ind": 95 + }, + { + "prompt": "[9 5]   [7 4]   [5 3]
[7 4]   [5 3]   [3 2]
[5 3]   [3 2]   [    ]", + "options": [ + "[3 5]", + "[3 0]", + "[5 3]", + "[0 5]", + "[1 1]", + "[7 6]", + "[2 3]", + "[5 0]" + ], + "correct": 4, + "prob_ind": 96 + }, + { + "prompt": "[5 3]   [6 4]   [7 5]
[6 4]   [7 5]   [8 6]
[7 5]   [8 6]   [    ]", + "options": [ + "[7 9]", + "[9 0]", + "[9 7]", + "[6 5]", + "[7 5]", + "[8 5]", + "[8 0]", + "[0 9]" + ], + "correct": 2, + "prob_ind": 97 + }, + { + "prompt": "[2 0]   [3 2]   [4 4]
[3 2]   [4 4]   [5 6]
[4 4]   [5 6]   [    ]", + "options": [ + "[6 6]", + "[3 2]", + "[6 8]", + "[8 6]", + "[6 4]", + "[2 4]", + "[2 2]", + "[4 6]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[8 4]   [6 5]   [4 6]
[6 5]   [4 6]   [2 7]
[4 6]   [2 7]   [    ]", + "options": [ + "[7 2]", + "[9 2]", + "[0 8]", + "[2 8]", + "[6 0]", + "[8 0]", + "[9 0]", + "[8 2]" + ], + "correct": 2, + "prob_ind": 99 + } + ], + "three_rule_comb0": [ + { + "prompt": "[5 4 5]   [4 3 5]   [1 8 5]
[5 4 6]   [4 3 6]   [1 8 6]
[5 4 8]   [4 3 8]   [      ]", + "options": [ + "[3 4 8]", + "[1 7 8]", + "[2 0 4]", + "[1 8 9]", + "[5 4 5]", + "[1 8 8]", + "[3 8 8]", + "[5 8 1]" + ], + "correct": 5, + "prob_ind": 0 + }, + { + "prompt": "[4 1 1]   [4 1 5]   [4 1 0]
[9 9 1]   [9 9 5]   [9 9 0]
[3 0 1]   [3 0 5]   [      ]", + "options": [ + "[3 0 0]", + "[9 5 5]", + "[9 9 5]", + "[9 5 4]", + "[0 3 0]", + "[9 5 9]", + "[5 7 1]", + "[3 0 5]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[3 0 1]   [6 0 1]   [2 0 1]
[3 3 4]   [6 3 4]   [2 3 4]
[3 9 0]   [6 9 0]   [      ]", + "options": [ + "[2 0 1]", + "[3 9 4]", + "[3 3 4]", + "[0 9 6]", + "[2 9 0]", + "[3 9 1]", + "[6 6 1]", + "[3 4 3]" + ], + "correct": 4, + "prob_ind": 2 + }, + { + "prompt": "[6 9 8]   [6 9 8]   [6 9 8]
[7 2 3]   [7 2 3]   [7 2 3]
[9 7 2]   [9 7 2]   [      ]", + "options": [ + "[6 2 8]", + "[9 7 2]", + "[7 2 3]", + "[8 6 9]", + "[9 6 8]", + "[0 9 4]", + "[7 6 9]", + "[2 3 7]" + ], + "correct": 1, + "prob_ind": 3 + }, + { + "prompt": "[3 8 3]   [3 7 8]   [3 0 5]
[1 8 3]   [1 7 8]   [1 0 5]
[8 8 3]   [8 7 8]   [      ]", + "options": [ + "[3 7 3]", + "[8 0 5]", + "[1 8 0]", + "[5 2 5]", + "[1 7 3]", + "[5 0 8]", + "[5 0 5]", + "[8 0 3]" + ], + "correct": 1, + "prob_ind": 4 + }, + { + "prompt": "[3 1 8]   [5 4 1]   [6 0 9]
[3 1 8]   [5 4 1]   [6 0 9]
[3 1 8]   [5 4 1]   [      ]", + "options": [ + "[0 9 6]", + "[9 0 6]", + "[6 4 1]", + "[6 0 9]", + "[3 1 8]", + "[3 1 1]", + "[3 1 9]", + "[2 4 0]" + ], + "correct": 3, + "prob_ind": 5 + }, + { + "prompt": "[6 4 2]   [6 0 9]   [6 9 8]
[9 4 2]   [9 0 9]   [9 9 8]
[4 4 2]   [4 0 9]   [      ]", + "options": [ + "[9 8 4]", + "[9 9 4]", + "[8 9 4]", + "[4 9 7]", + "[1 2 9]", + "[9 7 4]", + "[4 9 8]", + "[9 6 6]" + ], + "correct": 6, + "prob_ind": 6 + }, + { + "prompt": "[4 8 5]   [2 3 6]   [8 7 1]
[4 8 5]   [2 3 6]   [8 7 1]
[4 8 5]   [2 3 6]   [      ]", + "options": [ + "[7 8 1]", + "[1 2 6]", + "[4 3 6]", + "[3 4 6]", + "[2 3 8]", + "[1 6 2]", + "[8 7 1]", + "[3 2 6]" + ], + "correct": 6, + "prob_ind": 7 + }, + { + "prompt": "[0 3 5]   [4 1 9]   [2 5 3]
[0 3 5]   [4 1 9]   [2 5 3]
[0 3 5]   [4 1 9]   [      ]", + "options": [ + "[4 1 9]", + "[5 0 3]", + "[4 1 8]", + "[4 2 9]", + "[3 5 2]", + "[1 4 8]", + "[1 6 3]", + "[2 5 3]" + ], + "correct": 7, + "prob_ind": 8 + }, + { + "prompt": "[4 3 8]   [4 3 3]   [4 3 4]
[3 8 8]   [3 8 3]   [3 8 4]
[8 9 8]   [8 9 3]   [      ]", + "options": [ + "[9 8 8]", + "[5 3 8]", + "[9 2 2]", + "[8 9 4]", + "[4 4 3]", + "[9 4 2]", + "[3 3 8]", + "[4 3 8]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[7 3 6]   [3 3 6]   [1 3 6]
[7 6 2]   [3 6 2]   [1 6 2]
[7 5 7]   [3 5 7]   [      ]", + "options": [ + "[7 3 4]", + "[3 1 6]", + "[7 1 5]", + "[1 8 2]", + "[1 5 7]", + "[9 2 1]", + "[1 7 5]", + "[7 5 7]" + ], + "correct": 4, + "prob_ind": 10 + }, + { + "prompt": "[8 7 0]   [6 7 0]   [9 7 0]
[8 8 5]   [6 8 5]   [9 8 5]
[8 1 3]   [6 1 3]   [      ]", + "options": [ + "[9 1 5]", + "[6 9 5]", + "[8 7 2]", + "[9 1 3]", + "[3 9 1]", + "[6 7 0]", + "[3 1 9]", + "[6 9 2]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[0 4 1]   [0 4 1]   [0 4 1]
[2 1 2]   [2 1 2]   [2 1 2]
[1 5 4]   [1 5 4]   [      ]", + "options": [ + "[0 4 2]", + "[3 5 4]", + "[1 4 1]", + "[4 1 4]", + "[1 6 4]", + "[1 5 4]", + "[1 2 2]", + "[4 1 5]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[0 5 7]   [0 5 1]   [0 5 9]
[9 2 7]   [9 2 1]   [9 2 9]
[7 7 7]   [7 7 1]   [      ]", + "options": [ + "[7 5 9]", + "[7 7 6]", + "[9 1 2]", + "[7 1 7]", + "[9 2 7]", + "[7 7 7]", + "[7 7 9]", + "[7 9 7]" + ], + "correct": 6, + "prob_ind": 13 + }, + { + "prompt": "[1 0 1]   [1 0 4]   [1 0 5]
[0 6 1]   [0 6 4]   [0 6 5]
[4 9 1]   [4 9 4]   [      ]", + "options": [ + "[2 5 1]", + "[4 9 5]", + "[9 4 5]", + "[4 9 4]", + "[4 5 9]", + "[9 5 4]", + "[0 6 1]", + "[4 0 4]" + ], + "correct": 1, + "prob_ind": 14 + }, + { + "prompt": "[2 9 8]   [2 9 8]   [2 9 8]
[1 6 0]   [1 6 0]   [1 6 0]
[4 7 2]   [4 7 2]   [      ]", + "options": [ + "[4 1 0]", + "[7 5 4]", + "[1 4 0]", + "[1 0 6]", + "[4 6 2]", + "[4 7 2]", + "[2 9 8]", + "[1 9 0]" + ], + "correct": 5, + "prob_ind": 15 + }, + { + "prompt": "[8 8 8]   [8 8 7]   [8 8 1]
[0 6 8]   [0 6 7]   [0 6 1]
[6 3 8]   [6 3 7]   [      ]", + "options": [ + "[8 8 8]", + "[0 6 7]", + "[7 6 9]", + "[8 8 1]", + "[9 9 8]", + "[8 6 8]", + "[6 3 1]", + "[6 2 1]" + ], + "correct": 6, + "prob_ind": 16 + }, + { + "prompt": "[6 9 2]   [6 9 5]   [6 9 4]
[0 4 2]   [0 4 5]   [0 4 4]
[8 2 2]   [8 2 5]   [      ]", + "options": [ + "[0 4 2]", + "[8 2 4]", + "[5 0 4]", + "[8 2 3]", + "[4 2 8]", + "[4 9 4]", + "[5 8 2]", + "[0 4 5]" + ], + "correct": 1, + "prob_ind": 17 + }, + { + "prompt": "[1 5 6]   [1 1 2]   [1 7 7]
[9 5 6]   [9 1 2]   [9 7 7]
[5 5 6]   [5 1 2]   [      ]", + "options": [ + "[5 5 7]", + "[1 1 7]", + "[7 7 7]", + "[7 7 9]", + "[6 9 5]", + "[7 7 5]", + "[5 7 5]", + "[5 7 7]" + ], + "correct": 7, + "prob_ind": 18 + }, + { + "prompt": "[1 9 7]   [3 9 5]   [5 9 3]
[1 4 7]   [3 4 5]   [5 4 3]
[1 6 7]   [3 6 5]   [      ]", + "options": [ + "[9 6 9]", + "[9 4 3]", + "[5 4 3]", + "[5 6 3]", + "[5 6 1]", + "[3 4 3]", + "[1 4 7]", + "[0 7 7]" + ], + "correct": 3, + "prob_ind": 19 + }, + { + "prompt": "[9 3 0]   [9 9 2]   [9 2 4]
[0 3 0]   [0 9 2]   [0 2 4]
[2 3 0]   [2 9 2]   [      ]", + "options": [ + "[2 2 4]", + "[5 1 6]", + "[9 9 8]", + "[4 2 0]", + "[0 3 0]", + "[3 1 6]", + "[0 9 2]", + "[7 1 4]" + ], + "correct": 0, + "prob_ind": 20 + }, + { + "prompt": "[1 9 4]   [1 9 4]   [1 9 4]
[0 0 8]   [0 0 8]   [0 0 8]
[7 1 0]   [7 1 0]   [      ]", + "options": [ + "[4 6 2]", + "[1 8 9]", + "[7 1 0]", + "[0 0 8]", + "[7 0 1]", + "[1 9 4]", + "[2 9 0]", + "[1 9 8]" + ], + "correct": 2, + "prob_ind": 21 + }, + { + "prompt": "[2 9 6]   [2 4 6]   [2 1 6]
[5 9 9]   [5 4 9]   [5 1 9]
[8 9 1]   [8 4 1]   [      ]", + "options": [ + "[2 6 4]", + "[2 0 6]", + "[4 2 6]", + "[2 0 8]", + "[9 8 1]", + "[8 1 1]", + "[2 6 0]", + "[5 8 3]" + ], + "correct": 5, + "prob_ind": 22 + }, + { + "prompt": "[3 7 2]   [9 8 2]   [2 1 2]
[3 7 5]   [9 8 5]   [2 1 5]
[3 7 3]   [9 8 3]   [      ]", + "options": [ + "[1 2 2]", + "[8 5 9]", + "[5 7 0]", + "[9 8 3]", + "[2 1 3]", + "[2 4 1]", + "[2 1 2]", + "[1 7 3]" + ], + "correct": 4, + "prob_ind": 23 + }, + { + "prompt": "[1 8 5]   [1 8 5]   [1 8 5]
[2 5 4]   [2 5 4]   [2 5 4]
[6 7 1]   [6 7 1]   [      ]", + "options": [ + "[2 5 4]", + "[1 5 4]", + "[2 5 2]", + "[6 7 1]", + "[1 8 5]", + "[5 0 3]", + "[6 7 3]", + "[1 5 5]" + ], + "correct": 3, + "prob_ind": 24 + }, + { + "prompt": "[3 8 4]   [0 8 4]   [1 8 4]
[3 2 9]   [0 2 9]   [1 2 9]
[3 4 3]   [0 4 3]   [      ]", + "options": [ + "[1 4 5]", + "[0 8 4]", + "[3 1 4]", + "[4 1 8]", + "[0 1 4]", + "[1 4 3]", + "[7 4 4]", + "[3 4 3]" + ], + "correct": 5, + "prob_ind": 25 + }, + { + "prompt": "[7 6 9]   [3 6 9]   [8 6 9]
[7 0 5]   [3 0 5]   [8 0 5]
[7 9 6]   [3 9 6]   [      ]", + "options": [ + "[1 8 9]", + "[8 9 6]", + "[5 0 7]", + "[6 9 8]", + "[7 9 6]", + "[0 5 7]", + "[7 5 0]", + "[7 0 9]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[7 9 4]   [7 0 4]   [7 3 4]
[1 9 5]   [1 0 5]   [1 3 5]
[4 9 3]   [4 0 3]   [      ]", + "options": [ + "[7 4 3]", + "[4 9 3]", + "[3 4 3]", + "[4 3 7]", + "[3 3 4]", + "[4 3 3]", + "[0 1 9]", + "[1 0 5]" + ], + "correct": 5, + "prob_ind": 27 + }, + { + "prompt": "[6 7 8]   [6 2 6]   [6 4 1]
[4 7 8]   [4 2 6]   [4 4 1]
[8 7 8]   [8 2 6]   [      ]", + "options": [ + "[6 4 1]", + "[8 4 3]", + "[9 4 3]", + "[6 4 3]", + "[6 4 2]", + "[4 7 7]", + "[8 4 2]", + "[8 4 1]" + ], + "correct": 7, + "prob_ind": 28 + }, + { + "prompt": "[1 3 8]   [6 3 8]   [2 3 8]
[1 7 1]   [6 7 1]   [2 7 1]
[1 0 4]   [6 0 4]   [      ]", + "options": [ + "[4 6 0]", + "[2 0 4]", + "[1 0 4]", + "[4 6 4]", + "[2 1 4]", + "[6 7 1]", + "[2 0 2]", + "[2 3 8]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[9 2 9]   [8 1 8]   [6 7 3]
[9 2 9]   [8 1 8]   [6 7 3]
[9 2 9]   [8 1 8]   [      ]", + "options": [ + "[6 9 3]", + "[6 7 3]", + "[6 7 2]", + "[8 8 1]", + "[2 9 3]", + "[9 0 8]", + "[2 9 8]", + "[9 2 8]" + ], + "correct": 1, + "prob_ind": 30 + }, + { + "prompt": "[9 8 2]   [2 5 2]   [1 1 2]
[9 8 5]   [2 5 5]   [1 1 5]
[9 8 8]   [2 5 8]   [      ]", + "options": [ + "[9 5 5]", + "[5 9 9]", + "[8 8 5]", + "[2 5 2]", + "[2 5 8]", + "[9 6 2]", + "[9 9 5]", + "[1 1 8]" + ], + "correct": 7, + "prob_ind": 31 + }, + { + "prompt": "[5 7 1]   [3 2 4]   [4 8 8]
[5 7 1]   [3 2 4]   [4 8 8]
[5 7 1]   [3 2 4]   [      ]", + "options": [ + "[4 3 8]", + "[8 8 4]", + "[1 7 5]", + "[8 4 8]", + "[4 3 2]", + "[8 7 8]", + "[4 7 8]", + "[4 8 8]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[2 7 3]   [2 7 3]   [2 7 3]
[9 0 8]   [9 0 8]   [9 0 8]
[0 5 5]   [0 5 5]   [      ]", + "options": [ + "[4 4 7]", + "[2 7 8]", + "[3 0 4]", + "[0 5 5]", + "[9 0 8]", + "[9 1 8]", + "[2 7 3]", + "[7 3 2]" + ], + "correct": 3, + "prob_ind": 33 + }, + { + "prompt": "[8 4 4]   [8 3 4]   [8 8 4]
[3 4 8]   [3 3 8]   [3 8 8]
[1 4 0]   [1 3 0]   [      ]", + "options": [ + "[3 0 1]", + "[0 8 1]", + "[8 8 8]", + "[1 3 2]", + "[0 8 0]", + "[1 8 0]", + "[8 0 1]", + "[1 6 0]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[2 1 5]   [2 1 1]   [2 1 0]
[0 0 5]   [0 0 1]   [0 0 0]
[5 8 5]   [5 8 1]   [      ]", + "options": [ + "[8 5 0]", + "[0 0 0]", + "[1 3 1]", + "[5 7 0]", + "[7 8 0]", + "[7 3 0]", + "[5 8 0]", + "[7 7 1]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[5 5 9]   [5 5 9]   [5 5 9]
[0 7 3]   [0 7 3]   [0 7 3]
[1 4 8]   [1 4 8]   [      ]", + "options": [ + "[7 5 6]", + "[0 5 9]", + "[0 5 3]", + "[1 4 9]", + "[1 4 8]", + "[3 7 0]", + "[1 4 1]", + "[4 8 1]" + ], + "correct": 4, + "prob_ind": 36 + }, + { + "prompt": "[6 4 2]   [6 8 2]   [6 6 2]
[8 4 5]   [8 8 5]   [8 6 5]
[1 4 4]   [1 8 4]   [      ]", + "options": [ + "[1 4 6]", + "[9 4 5]", + "[1 6 4]", + "[7 8 2]", + "[1 4 2]", + "[6 6 2]", + "[6 8 2]", + "[6 4 2]" + ], + "correct": 2, + "prob_ind": 37 + }, + { + "prompt": "[1 0 7]   [1 4 4]   [1 7 9]
[3 0 7]   [3 4 4]   [3 7 9]
[8 0 7]   [8 4 4]   [      ]", + "options": [ + "[9 1 6]", + "[1 9 7]", + "[3 4 4]", + "[8 7 9]", + "[7 7 9]", + "[4 1 4]", + "[8 6 9]", + "[3 5 4]" + ], + "correct": 3, + "prob_ind": 38 + }, + { + "prompt": "[5 3 4]   [5 3 5]   [5 3 1]
[0 9 4]   [0 9 5]   [0 9 1]
[8 8 4]   [8 8 5]   [      ]", + "options": [ + "[0 9 1]", + "[0 9 6]", + "[8 8 1]", + "[0 9 4]", + "[5 4 1]", + "[8 9 1]", + "[2 9 1]", + "[1 9 1]" + ], + "correct": 2, + "prob_ind": 39 + }, + { + "prompt": "[7 1 2]   [1 1 2]   [9 1 2]
[7 6 1]   [1 6 1]   [9 6 1]
[7 4 4]   [1 4 4]   [      ]", + "options": [ + "[6 3 1]", + "[1 7 1]", + "[7 1 4]", + "[9 2 4]", + "[1 7 0]", + "[7 1 2]", + "[9 4 4]", + "[1 7 2]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[2 2 0]   [3 2 0]   [0 2 0]
[2 9 9]   [3 9 9]   [0 9 9]
[2 1 7]   [3 1 7]   [      ]", + "options": [ + "[7 1 0]", + "[2 1 7]", + "[0 1 7]", + "[0 1 5]", + "[0 0 5]", + "[0 7 1]", + "[2 7 7]", + "[2 9 9]" + ], + "correct": 2, + "prob_ind": 41 + }, + { + "prompt": "[4 9 7]   [4 9 7]   [4 9 7]
[1 1 1]   [1 1 1]   [1 1 1]
[7 0 6]   [7 0 6]   [      ]", + "options": [ + "[4 7 7]", + "[1 1 7]", + "[7 0 6]", + "[7 9 4]", + "[9 0 6]", + "[4 1 7]", + "[1 7 4]", + "[4 9 7]" + ], + "correct": 2, + "prob_ind": 42 + }, + { + "prompt": "[7 9 2]   [0 3 2]   [3 0 2]
[7 9 1]   [0 3 1]   [3 0 1]
[7 9 3]   [0 3 3]   [      ]", + "options": [ + "[9 7 1]", + "[9 9 3]", + "[0 0 3]", + "[3 3 0]", + "[2 0 2]", + "[3 0 3]", + "[0 3 3]", + "[0 1 3]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[5 3 9]   [5 3 3]   [5 3 0]
[3 2 9]   [3 2 3]   [3 2 0]
[9 1 9]   [9 1 3]   [      ]", + "options": [ + "[5 9 3]", + "[7 3 5]", + "[3 1 9]", + "[9 1 0]", + "[3 2 2]", + "[5 1 0]", + "[9 3 5]", + "[9 0 0]" + ], + "correct": 3, + "prob_ind": 44 + }, + { + "prompt": "[7 5 1]   [7 2 1]   [7 7 1]
[0 5 0]   [0 2 0]   [0 7 0]
[8 5 2]   [8 2 2]   [      ]", + "options": [ + "[2 7 7]", + "[7 7 3]", + "[2 8 7]", + "[8 7 2]", + "[7 7 0]", + "[8 7 1]", + "[8 5 0]", + "[7 2 8]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[7 4 0]   [8 9 3]   [2 6 6]
[7 4 0]   [8 9 3]   [2 6 6]
[7 4 0]   [8 9 3]   [      ]", + "options": [ + "[2 4 6]", + "[2 6 6]", + "[6 9 3]", + "[9 6 3]", + "[4 7 0]", + "[4 9 3]", + "[6 9 0]", + "[7 9 0]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[1 9 6]   [2 1 6]   [7 2 6]
[1 9 2]   [2 1 2]   [7 2 2]
[1 9 7]   [2 1 7]   [      ]", + "options": [ + "[7 0 7]", + "[1 1 2]", + "[3 1 7]", + "[2 9 7]", + "[8 7 0]", + "[7 2 7]", + "[2 7 7]", + "[1 9 2]" + ], + "correct": 5, + "prob_ind": 47 + }, + { + "prompt": "[4 7 7]   [2 2 7]   [8 3 7]
[4 7 2]   [2 2 2]   [8 3 2]
[4 7 5]   [2 2 5]   [      ]", + "options": [ + "[6 3 5]", + "[8 5 2]", + "[7 3 5]", + "[2 7 7]", + "[3 7 8]", + "[3 5 8]", + "[6 3 7]", + "[8 3 5]" + ], + "correct": 7, + "prob_ind": 48 + }, + { + "prompt": "[3 2 3]   [5 2 3]   [4 2 3]
[3 8 6]   [5 8 6]   [4 8 6]
[3 4 9]   [5 4 9]   [      ]", + "options": [ + "[4 2 6]", + "[4 4 6]", + "[5 2 9]", + "[4 6 9]", + "[4 4 9]", + "[5 4 9]", + "[5 8 6]", + "[5 9 6]" + ], + "correct": 4, + "prob_ind": 49 + }, + { + "prompt": "[7 4 1]   [0 8 8]   [8 3 7]
[7 4 1]   [0 8 8]   [8 3 7]
[7 4 1]   [0 8 8]   [      ]", + "options": [ + "[8 7 4]", + "[7 8 4]", + "[0 8 8]", + "[7 4 7]", + "[8 3 7]", + "[7 4 8]", + "[8 4 1]", + "[8 0 8]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[0 7 9]   [9 7 9]   [2 7 9]
[0 2 8]   [9 2 8]   [2 2 8]
[0 1 7]   [9 1 7]   [      ]", + "options": [ + "[2 2 7]", + "[3 2 7]", + "[3 1 7]", + "[2 7 8]", + "[2 7 6]", + "[0 2 8]", + "[2 1 7]", + "[7 9 2]" + ], + "correct": 6, + "prob_ind": 51 + }, + { + "prompt": "[3 1 9]   [3 0 9]   [3 5 9]
[2 1 7]   [2 0 7]   [2 5 7]
[9 1 5]   [9 0 5]   [      ]", + "options": [ + "[9 5 5]", + "[2 9 3]", + "[2 7 7]", + "[1 2 7]", + "[8 4 4]", + "[3 9 1]", + "[3 9 2]", + "[3 9 3]" + ], + "correct": 0, + "prob_ind": 52 + }, + { + "prompt": "[7 8 9]   [7 8 9]   [7 8 9]
[9 7 5]   [9 7 5]   [9 7 5]
[8 3 7]   [8 3 7]   [      ]", + "options": [ + "[3 7 8]", + "[3 8 8]", + "[9 8 9]", + "[7 7 9]", + "[9 7 8]", + "[7 8 9]", + "[7 9 8]", + "[8 3 7]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[3 2 4]   [3 8 4]   [3 9 4]
[1 2 0]   [1 8 0]   [1 9 0]
[4 2 1]   [4 8 1]   [      ]", + "options": [ + "[4 8 1]", + "[1 8 0]", + "[1 2 0]", + "[4 9 1]", + "[5 9 1]", + "[1 9 4]", + "[9 1 5]", + "[2 1 4]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[0 5 1]   [0 8 9]   [0 4 6]
[9 5 1]   [9 8 9]   [9 4 6]
[7 5 1]   [7 8 9]   [      ]", + "options": [ + "[6 7 6]", + "[0 6 3]", + "[0 3 6]", + "[3 6 0]", + "[7 6 6]", + "[7 4 6]", + "[7 5 6]", + "[6 4 7]" + ], + "correct": 5, + "prob_ind": 55 + }, + { + "prompt": "[9 7 3]   [2 7 8]   [7 7 7]
[9 5 3]   [2 5 8]   [7 5 7]
[9 3 3]   [2 3 8]   [      ]", + "options": [ + "[3 3 7]", + "[7 7 7]", + "[9 6 3]", + "[7 3 7]", + "[2 5 8]", + "[5 3 7]", + "[2 3 7]", + "[2 3 6]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[5 3 0]   [7 3 8]   [0 3 9]
[5 7 0]   [7 7 8]   [0 7 9]
[5 4 0]   [7 4 8]   [      ]", + "options": [ + "[0 4 9]", + "[4 0 9]", + "[3 8 7]", + "[0 5 9]", + "[5 0 9]", + "[5 7 0]", + "[0 7 9]", + "[3 9 7]" + ], + "correct": 0, + "prob_ind": 57 + }, + { + "prompt": "[3 7 2]   [3 4 2]   [3 1 2]
[6 7 1]   [6 4 1]   [6 1 1]
[2 7 9]   [2 4 9]   [      ]", + "options": [ + "[9 2 1]", + "[2 7 3]", + "[1 2 9]", + "[2 1 9]", + "[3 2 1]", + "[7 3 2]", + "[1 9 2]", + "[3 2 7]" + ], + "correct": 3, + "prob_ind": 58 + }, + { + "prompt": "[8 0 4]   [1 4 4]   [3 2 4]
[8 0 7]   [1 4 7]   [3 2 7]
[8 0 6]   [1 4 6]   [      ]", + "options": [ + "[1 4 4]", + "[2 9 0]", + "[3 2 6]", + "[1 4 8]", + "[2 6 3]", + "[6 3 4]", + "[8 0 4]", + "[3 6 2]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[3 3 3]   [7 6 3]   [2 5 3]
[3 3 9]   [7 6 9]   [2 5 9]
[3 3 1]   [7 6 1]   [      ]", + "options": [ + "[2 5 1]", + "[1 5 1]", + "[3 5 1]", + "[6 3 7]", + "[7 7 3]", + "[5 2 1]", + "[6 5 7]", + "[7 3 6]" + ], + "correct": 0, + "prob_ind": 60 + }, + { + "prompt": "[2 3 8]   [2 7 3]   [2 1 0]
[8 3 8]   [8 7 3]   [8 1 0]
[3 3 8]   [3 7 3]   [      ]", + "options": [ + "[2 3 7]", + "[8 1 0]", + "[3 1 0]", + "[9 1 0]", + "[3 0 1]", + "[3 1 8]", + "[8 1 2]", + "[3 7 8]" + ], + "correct": 2, + "prob_ind": 61 + }, + { + "prompt": "[1 7 1]   [1 7 1]   [1 7 1]
[7 2 3]   [7 2 3]   [7 2 3]
[9 8 5]   [9 8 5]   [      ]", + "options": [ + "[8 8 5]", + "[9 3 8]", + "[9 5 8]", + "[1 7 3]", + "[1 7 5]", + "[5 4 6]", + "[9 8 5]", + "[7 2 1]" + ], + "correct": 6, + "prob_ind": 62 + }, + { + "prompt": "[9 8 9]   [3 3 9]   [5 6 9]
[9 8 0]   [3 3 0]   [5 6 0]
[9 8 3]   [3 3 3]   [      ]", + "options": [ + "[6 5 8]", + "[9 6 9]", + "[9 9 8]", + "[8 9 8]", + "[5 6 9]", + "[8 9 9]", + "[9 8 8]", + "[5 6 3]" + ], + "correct": 7, + "prob_ind": 63 + }, + { + "prompt": "[1 1 6]   [6 4 8]   [3 5 5]
[1 1 6]   [6 4 8]   [3 5 5]
[1 1 6]   [6 4 8]   [      ]", + "options": [ + "[4 4 9]", + "[4 6 8]", + "[3 5 5]", + "[5 3 5]", + "[5 5 3]", + "[7 5 0]", + "[1 6 1]", + "[1 7 4]" + ], + "correct": 2, + "prob_ind": 64 + }, + { + "prompt": "[9 3 1]   [7 1 1]   [1 0 1]
[9 3 7]   [7 1 7]   [1 0 7]
[9 3 6]   [7 1 6]   [      ]", + "options": [ + "[9 6 1]", + "[9 1 6]", + "[1 0 5]", + "[9 0 9]", + "[1 0 6]", + "[1 6 9]", + "[1 0 7]", + "[1 0 1]" + ], + "correct": 4, + "prob_ind": 65 + }, + { + "prompt": "[5 4 0]   [5 4 0]   [5 4 0]
[7 1 8]   [7 1 8]   [7 1 8]
[0 8 2]   [0 8 2]   [      ]", + "options": [ + "[4 5 0]", + "[5 3 0]", + "[0 3 8]", + "[0 8 2]", + "[7 2 8]", + "[5 3 8]", + "[0 8 4]", + "[5 4 0]" + ], + "correct": 3, + "prob_ind": 66 + }, + { + "prompt": "[2 1 1]   [9 1 1]   [8 1 1]
[2 0 3]   [9 0 3]   [8 0 3]
[2 3 9]   [9 3 9]   [      ]", + "options": [ + "[8 3 9]", + "[1 1 8]", + "[3 9 8]", + "[9 1 1]", + "[2 1 1]", + "[2 0 4]", + "[9 3 9]", + "[8 1 9]" + ], + "correct": 0, + "prob_ind": 67 + }, + { + "prompt": "[9 3 8]   [9 3 9]   [9 3 4]
[1 1 8]   [1 1 9]   [1 1 4]
[7 5 8]   [7 5 9]   [      ]", + "options": [ + "[6 7 5]", + "[7 5 4]", + "[7 5 2]", + "[4 7 5]", + "[1 1 4]", + "[7 3 8]", + "[7 1 4]", + "[9 3 7]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[4 5 5]   [3 5 1]   [2 5 7]
[4 3 5]   [3 3 1]   [2 3 7]
[4 1 5]   [3 1 1]   [      ]", + "options": [ + "[3 5 4]", + "[1 5 2]", + "[2 1 7]", + "[3 5 1]", + "[5 4 5]", + "[3 3 5]", + "[3 1 1]", + "[2 5 1]" + ], + "correct": 2, + "prob_ind": 69 + }, + { + "prompt": "[0 2 7]   [2 6 7]   [8 8 7]
[0 2 2]   [2 6 2]   [8 8 2]
[0 2 3]   [2 6 3]   [      ]", + "options": [ + "[0 1 2]", + "[8 8 3]", + "[0 4 2]", + "[0 2 3]", + "[0 2 4]", + "[0 2 5]", + "[9 8 3]", + "[0 2 2]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[4 3 1]   [0 3 1]   [7 3 1]
[4 6 9]   [0 6 9]   [7 6 9]
[4 8 6]   [0 8 6]   [      ]", + "options": [ + "[6 8 7]", + "[6 8 6]", + "[1 0 3]", + "[8 7 6]", + "[7 8 6]", + "[6 7 8]", + "[0 6 8]", + "[7 6 9]" + ], + "correct": 4, + "prob_ind": 71 + }, + { + "prompt": "[7 1 7]   [1 1 5]   [5 1 6]
[7 4 7]   [1 4 5]   [5 4 6]
[7 5 7]   [1 5 5]   [      ]", + "options": [ + "[5 6 5]", + "[5 5 6]", + "[1 5 4]", + "[1 4 6]", + "[2 4 6]", + "[6 5 5]", + "[7 6 5]", + "[1 4 5]" + ], + "correct": 1, + "prob_ind": 72 + }, + { + "prompt": "[6 3 9]   [6 3 9]   [6 3 9]
[3 6 3]   [3 6 3]   [3 6 3]
[1 2 8]   [1 2 8]   [      ]", + "options": [ + "[3 6 9]", + "[9 5 6]", + "[8 1 2]", + "[3 6 3]", + "[1 2 8]", + "[1 8 3]", + "[6 1 2]", + "[9 3 6]" + ], + "correct": 4, + "prob_ind": 73 + }, + { + "prompt": "[7 8 1]   [7 8 1]   [7 8 1]
[6 1 5]   [6 1 5]   [6 1 5]
[1 0 7]   [1 0 7]   [      ]", + "options": [ + "[1 0 5]", + "[6 1 1]", + "[0 1 7]", + "[7 1 0]", + "[7 8 0]", + "[1 7 8]", + "[1 0 7]", + "[7 0 1]" + ], + "correct": 6, + "prob_ind": 74 + }, + { + "prompt": "[3 1 4]   [3 1 4]   [3 1 4]
[2 7 2]   [2 7 2]   [2 7 2]
[6 9 3]   [6 9 3]   [      ]", + "options": [ + "[3 7 4]", + "[8 4 2]", + "[1 3 1]", + "[2 7 4]", + "[6 9 3]", + "[1 9 8]", + "[7 1 2]", + "[2 4 8]" + ], + "correct": 4, + "prob_ind": 75 + }, + { + "prompt": "[6 0 8]   [9 0 1]   [4 0 6]
[6 8 8]   [9 8 1]   [4 8 6]
[6 2 8]   [9 2 1]   [      ]", + "options": [ + "[1 8 9]", + "[4 2 6]", + "[8 4 5]", + "[6 1 8]", + "[6 0 8]", + "[4 0 1]", + "[8 6 2]", + "[8 1 9]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[8 2 0]   [3 9 5]   [4 6 7]
[8 2 0]   [3 9 5]   [4 6 7]
[8 2 0]   [3 9 5]   [      ]", + "options": [ + "[4 6 7]", + "[2 0 8]", + "[4 8 7]", + "[3 9 5]", + "[5 4 9]", + "[3 7 5]", + "[7 1 8]", + "[4 9 5]" + ], + "correct": 0, + "prob_ind": 77 + }, + { + "prompt": "[8 1 7]   [9 4 3]   [2 7 9]
[8 1 7]   [9 4 3]   [2 7 9]
[8 1 7]   [9 4 3]   [      ]", + "options": [ + "[9 1 3]", + "[8 1 7]", + "[9 2 3]", + "[2 7 9]", + "[2 8 6]", + "[8 4 3]", + "[6 9 1]", + "[7 9 1]" + ], + "correct": 3, + "prob_ind": 78 + }, + { + "prompt": "[5 0 3]   [0 0 7]   [6 0 2]
[5 3 3]   [0 3 7]   [6 3 2]
[5 9 3]   [0 9 7]   [      ]", + "options": [ + "[4 0 5]", + "[4 0 3]", + "[6 9 2]", + "[4 9 2]", + "[2 6 0]", + "[4 6 6]", + "[9 2 6]", + "[2 9 6]" + ], + "correct": 2, + "prob_ind": 79 + }, + { + "prompt": "[9 4 6]   [9 4 2]   [9 4 7]
[6 7 6]   [6 7 2]   [6 7 7]
[1 3 6]   [1 3 2]   [      ]", + "options": [ + "[7 3 1]", + "[1 6 3]", + "[6 3 1]", + "[1 3 7]", + "[6 3 3]", + "[6 2 3]", + "[1 3 6]", + "[6 4 7]" + ], + "correct": 3, + "prob_ind": 80 + }, + { + "prompt": "[2 4 6]   [2 4 6]   [2 4 6]
[7 1 7]   [7 1 7]   [7 1 7]
[8 2 3]   [8 2 3]   [      ]", + "options": [ + "[7 0 7]", + "[8 2 3]", + "[3 0 8]", + "[4 7 1]", + "[2 0 8]", + "[2 4 7]", + "[3 2 8]", + "[6 4 2]" + ], + "correct": 1, + "prob_ind": 81 + }, + { + "prompt": "[8 0 8]   [8 6 8]   [8 4 8]
[1 0 6]   [1 6 6]   [1 4 6]
[2 0 9]   [2 6 9]   [      ]", + "options": [ + "[2 4 9]", + "[4 6 1]", + "[2 6 9]", + "[0 4 9]", + "[1 6 0]", + "[4 8 1]", + "[6 9 2]", + "[3 8 1]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[1 4 8]   [1 6 8]   [1 9 8]
[4 4 5]   [4 6 5]   [4 9 5]
[6 4 7]   [6 6 7]   [      ]", + "options": [ + "[4 9 5]", + "[6 9 7]", + "[8 4 7]", + "[6 4 7]", + "[9 5 4]", + "[9 5 5]", + "[4 4 8]", + "[5 9 5]" + ], + "correct": 1, + "prob_ind": 83 + }, + { + "prompt": "[1 4 0]   [3 6 0]   [8 7 0]
[1 4 7]   [3 6 7]   [8 7 7]
[1 4 5]   [3 6 5]   [      ]", + "options": [ + "[8 7 5]", + "[5 6 0]", + "[4 0 7]", + "[8 6 0]", + "[7 8 7]", + "[8 7 7]", + "[8 7 0]", + "[3 6 7]" + ], + "correct": 0, + "prob_ind": 84 + }, + { + "prompt": "[6 0 9]   [6 4 0]   [6 9 7]
[7 0 9]   [7 4 0]   [7 9 7]
[8 0 9]   [8 4 0]   [      ]", + "options": [ + "[8 4 9]", + "[6 3 0]", + "[9 7 8]", + "[8 9 7]", + "[9 0 7]", + "[7 4 0]", + "[9 7 7]", + "[8 0 0]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[5 2 5]   [3 2 1]   [6 2 7]
[5 5 5]   [3 5 1]   [6 5 7]
[5 7 5]   [3 7 1]   [      ]", + "options": [ + "[5 5 7]", + "[2 7 1]", + "[6 9 6]", + "[6 7 8]", + "[7 7 7]", + "[6 7 5]", + "[6 7 7]", + "[3 6 1]" + ], + "correct": 6, + "prob_ind": 86 + }, + { + "prompt": "[9 9 4]   [9 9 0]   [9 9 9]
[3 0 4]   [3 0 0]   [3 0 9]
[6 1 4]   [6 1 0]   [      ]", + "options": [ + "[0 5 7]", + "[9 6 1]", + "[1 9 6]", + "[8 6 1]", + "[1 6 9]", + "[6 1 9]", + "[6 9 1]", + "[8 0 6]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[3 5 4]   [8 7 4]   [1 3 4]
[3 5 0]   [8 7 0]   [1 3 0]
[3 5 7]   [8 7 7]   [      ]", + "options": [ + "[8 7 7]", + "[1 7 3]", + "[8 8 7]", + "[7 8 7]", + "[5 3 4]", + "[1 3 7]", + "[7 5 3]", + "[0 3 5]" + ], + "correct": 5, + "prob_ind": 88 + }, + { + "prompt": "[0 0 8]   [0 0 0]   [0 0 9]
[6 4 8]   [6 4 0]   [6 4 9]
[2 1 8]   [2 1 0]   [      ]", + "options": [ + "[2 1 9]", + "[6 4 9]", + "[0 9 0]", + "[8 8 9]", + "[9 2 1]", + "[0 1 2]", + "[1 9 2]", + "[6 4 0]" + ], + "correct": 0, + "prob_ind": 89 + }, + { + "prompt": "[8 7 6]   [8 7 6]   [8 7 6]
[1 2 1]   [1 2 1]   [1 2 1]
[2 0 7]   [2 0 7]   [      ]", + "options": [ + "[2 4 7]", + "[8 8 6]", + "[2 0 7]", + "[2 3 7]", + "[8 6 6]", + "[8 7 7]", + "[2 1 7]", + "[8 7 6]" + ], + "correct": 2, + "prob_ind": 90 + }, + { + "prompt": "[8 7 0]   [7 7 0]   [4 7 0]
[8 9 9]   [7 9 9]   [4 9 9]
[8 0 4]   [7 0 4]   [      ]", + "options": [ + "[4 4 0]", + "[4 9 8]", + "[0 4 4]", + "[0 1 3]", + "[4 0 4]", + "[0 3 3]", + "[0 3 1]", + "[4 9 9]" + ], + "correct": 4, + "prob_ind": 91 + }, + { + "prompt": "[8 0 5]   [8 0 9]   [8 0 1]
[1 3 5]   [1 3 9]   [1 3 1]
[5 4 5]   [5 4 9]   [      ]", + "options": [ + "[5 4 1]", + "[9 3 1]", + "[9 1 5]", + "[7 4 1]", + "[6 4 1]", + "[8 0 1]", + "[5 4 5]", + "[5 8 5]" + ], + "correct": 0, + "prob_ind": 92 + }, + { + "prompt": "[4 2 9]   [1 0 9]   [0 8 9]
[4 2 0]   [1 0 0]   [0 8 0]
[4 2 2]   [1 0 2]   [      ]", + "options": [ + "[0 8 2]", + "[0 8 4]", + "[0 8 5]", + "[0 2 8]", + "[1 2 0]", + "[4 2 2]", + "[9 3 6]", + "[9 5 6]" + ], + "correct": 0, + "prob_ind": 93 + }, + { + "prompt": "[3 1 4]   [5 2 3]   [0 3 5]
[3 1 4]   [5 2 3]   [0 3 5]
[3 1 4]   [5 2 3]   [      ]", + "options": [ + "[5 2 3]", + "[5 3 3]", + "[0 3 5]", + "[4 1 1]", + "[4 1 3]", + "[4 1 4]", + "[2 3 5]", + "[3 5 0]" + ], + "correct": 2, + "prob_ind": 94 + }, + { + "prompt": "[0 1 5]   [9 1 5]   [7 1 5]
[0 7 4]   [9 7 4]   [7 7 4]
[0 9 2]   [9 9 2]   [      ]", + "options": [ + "[0 1 5]", + "[4 9 7]", + "[8 9 2]", + "[9 9 2]", + "[7 9 3]", + "[7 9 2]", + "[9 7 4]", + "[0 1 4]" + ], + "correct": 5, + "prob_ind": 95 + }, + { + "prompt": "[0 8 9]   [0 8 4]   [0 8 7]
[6 6 9]   [6 6 4]   [6 6 7]
[9 7 9]   [9 7 4]   [      ]", + "options": [ + "[9 6 6]", + "[8 2 8]", + "[9 7 7]", + "[0 8 9]", + "[8 1 8]", + "[4 0 8]", + "[6 6 4]", + "[6 9 6]" + ], + "correct": 2, + "prob_ind": 96 + }, + { + "prompt": "[4 0 2]   [4 5 9]   [4 1 8]
[5 0 2]   [5 5 9]   [5 1 8]
[2 0 2]   [2 5 9]   [      ]", + "options": [ + "[5 7 9]", + "[4 1 8]", + "[1 4 8]", + "[2 0 9]", + "[8 2 9]", + "[8 2 1]", + "[2 1 8]", + "[5 5 9]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[2 9 4]   [2 9 7]   [2 9 9]
[9 2 4]   [9 2 7]   [9 2 9]
[4 7 4]   [4 7 7]   [      ]", + "options": [ + "[9 4 7]", + "[4 7 9]", + "[9 7 4]", + "[7 7 4]", + "[4 7 7]", + "[4 9 4]", + "[4 7 4]", + "[7 9 4]" + ], + "correct": 1, + "prob_ind": 98 + }, + { + "prompt": "[3 6 3]   [3 2 2]   [3 8 1]
[8 6 3]   [8 2 2]   [8 8 1]
[5 6 3]   [5 2 2]   [      ]", + "options": [ + "[8 1 5]", + "[8 8 1]", + "[8 5 1]", + "[5 8 1]", + "[6 3 3]", + "[5 6 1]", + "[8 2 2]", + "[6 8 3]" + ], + "correct": 3, + "prob_ind": 99 + } + ], + "three_rule_comb1": [ + { + "prompt": "[3 2 0]   [9 4 3]   [6 9 6]
[3 2 6]   [9 4 0]   [6 9 3]
[3 2 3]   [9 4 6]   [      ]", + "options": [ + "[9 4 7]", + "[4 8 6]", + "[9 0 6]", + "[4 9 0]", + "[4 7 6]", + "[6 9 0]", + "[1 7 6]", + "[5 5 6]" + ], + "correct": 5, + "prob_ind": 0 + }, + { + "prompt": "[2 6 4]   [8 3 4]   [3 9 4]
[8 6 1]   [3 3 1]   [2 9 1]
[3 6 9]   [2 3 9]   [      ]", + "options": [ + "[2 6 4]", + "[6 3 4]", + "[4 3 8]", + "[8 9 9]", + "[2 9 1]", + "[5 4 3]", + "[5 9 3]", + "[9 9 8]" + ], + "correct": 3, + "prob_ind": 1 + }, + { + "prompt": "[8 6 5]   [3 8 0]   [4 3 2]
[3 6 5]   [4 8 0]   [8 3 2]
[4 6 5]   [8 8 0]   [      ]", + "options": [ + "[4 5 2]", + "[2 5 4]", + "[2 8 3]", + "[3 3 4]", + "[4 3 2]", + "[3 3 2]", + "[3 2 8]", + "[8 2 2]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[8 2 5]   [8 2 8]   [8 2 3]
[1 6 8]   [1 6 3]   [1 6 5]
[6 4 3]   [6 4 5]   [      ]", + "options": [ + "[5 6 8]", + "[8 2 5]", + "[8 5 2]", + "[6 4 8]", + "[2 5 8]", + "[3 1 6]", + "[5 1 6]", + "[8 1 6]" + ], + "correct": 3, + "prob_ind": 3 + }, + { + "prompt": "[9 7 9]   [3 7 3]   [2 7 2]
[9 4 3]   [3 4 2]   [2 4 9]
[9 2 2]   [3 2 9]   [      ]", + "options": [ + "[2 2 3]", + "[0 8 7]", + "[9 2 4]", + "[3 9 4]", + "[9 2 3]", + "[1 7 3]", + "[2 4 2]", + "[2 9 4]" + ], + "correct": 0, + "prob_ind": 4 + }, + { + "prompt": "[1 0 7]   [8 3 8]   [2 1 5]
[1 3 7]   [8 1 8]   [2 0 5]
[1 1 7]   [8 0 8]   [      ]", + "options": [ + "[2 3 5]", + "[0 0 5]", + "[0 2 9]", + "[8 0 7]", + "[5 0 9]", + "[9 1 9]", + "[9 1 8]", + "[5 2 3]" + ], + "correct": 0, + "prob_ind": 5 + }, + { + "prompt": "[4 7 4]   [4 7 1]   [4 7 8]
[5 2 8]   [5 2 4]   [5 2 1]
[6 4 1]   [6 4 8]   [      ]", + "options": [ + "[4 8 6]", + "[4 9 2]", + "[5 4 4]", + "[4 4 6]", + "[4 9 1]", + "[6 4 4]", + "[4 6 4]", + "[7 8 0]" + ], + "correct": 5, + "prob_ind": 6 + }, + { + "prompt": "[2 3 2]   [2 5 6]   [2 7 7]
[6 3 6]   [6 5 7]   [6 7 2]
[5 3 7]   [5 5 2]   [      ]", + "options": [ + "[5 2 4]", + "[7 5 6]", + "[5 7 7]", + "[6 5 7]", + "[5 7 6]", + "[5 5 6]", + "[5 9 6]", + "[2 7 7]" + ], + "correct": 4, + "prob_ind": 7 + }, + { + "prompt": "[3 2 4]   [3 4 4]   [3 8 4]
[1 4 0]   [1 8 0]   [1 2 0]
[2 8 7]   [2 2 7]   [      ]", + "options": [ + "[4 4 7]", + "[3 8 2]", + "[8 3 2]", + "[2 4 7]", + "[2 8 0]", + "[1 2 7]", + "[1 2 0]", + "[2 0 1]" + ], + "correct": 3, + "prob_ind": 8 + }, + { + "prompt": "[0 7 1]   [2 3 2]   [7 2 8]
[0 2 1]   [2 7 2]   [7 3 8]
[0 3 1]   [2 2 2]   [      ]", + "options": [ + "[0 7 2]", + "[3 2 2]", + "[0 4 1]", + "[7 2 8]", + "[0 3 2]", + "[7 2 0]", + "[7 7 8]", + "[2 7 0]" + ], + "correct": 6, + "prob_ind": 9 + }, + { + "prompt": "[8 5 5]   [9 9 5]   [1 8 5]
[8 9 3]   [9 8 3]   [1 5 3]
[8 8 1]   [9 5 1]   [      ]", + "options": [ + "[5 8 1]", + "[5 1 8]", + "[6 0 6]", + "[9 1 1]", + "[5 1 3]", + "[1 9 1]", + "[8 8 3]", + "[8 3 9]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[0 6 5]   [0 0 2]   [0 5 1]
[1 6 1]   [1 0 5]   [1 5 2]
[3 6 2]   [3 0 1]   [      ]", + "options": [ + "[3 5 5]", + "[3 7 2]", + "[5 5 5]", + "[3 6 7]", + "[1 5 2]", + "[7 3 6]", + "[0 2 0]", + "[5 3 5]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[1 7 9]   [1 2 7]   [1 3 6]
[5 3 9]   [5 7 7]   [5 2 6]
[7 2 9]   [7 3 7]   [      ]", + "options": [ + "[7 1 2]", + "[7 7 6]", + "[8 2 4]", + "[1 7 9]", + "[3 6 1]", + "[9 1 7]", + "[5 3 7]", + "[5 3 9]" + ], + "correct": 1, + "prob_ind": 12 + }, + { + "prompt": "[9 7 5]   [4 6 2]   [8 3 9]
[9 7 2]   [4 6 9]   [8 3 5]
[9 7 9]   [4 6 5]   [      ]", + "options": [ + "[8 3 2]", + "[2 7 9]", + "[0 7 2]", + "[3 2 8]", + "[9 7 7]", + "[2 7 2]", + "[4 7 2]", + "[2 4 7]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[8 8 7]   [2 7 2]   [5 9 3]
[5 8 7]   [8 7 2]   [2 9 3]
[2 8 7]   [5 7 2]   [      ]", + "options": [ + "[3 5 7]", + "[5 0 5]", + "[3 5 9]", + "[2 9 2]", + "[2 9 3]", + "[3 5 2]", + "[3 5 8]", + "[8 9 3]" + ], + "correct": 7, + "prob_ind": 14 + }, + { + "prompt": "[7 1 5]   [7 1 0]   [7 1 7]
[3 7 0]   [3 7 7]   [3 7 5]
[0 3 7]   [0 3 5]   [      ]", + "options": [ + "[5 6 3]", + "[3 7 0]", + "[3 5 6]", + "[3 7 5]", + "[6 3 5]", + "[6 6 3]", + "[3 9 0]", + "[0 3 0]" + ], + "correct": 7, + "prob_ind": 15 + }, + { + "prompt": "[5 6 8]   [5 5 4]   [5 4 0]
[0 4 8]   [0 6 4]   [0 5 0]
[4 5 8]   [4 4 4]   [      ]", + "options": [ + "[4 5 0]", + "[5 7 8]", + "[4 5 8]", + "[4 6 0]", + "[6 9 8]", + "[4 4 4]", + "[5 5 4]", + "[0 6 4]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[3 5 0]   [1 8 5]   [2 7 1]
[3 5 1]   [1 8 0]   [2 7 5]
[3 5 5]   [1 8 1]   [      ]", + "options": [ + "[8 2 1]", + "[2 7 1]", + "[1 7 0]", + "[2 8 1]", + "[2 7 0]", + "[0 8 0]", + "[2 8 0]", + "[1 7 1]" + ], + "correct": 4, + "prob_ind": 17 + }, + { + "prompt": "[2 0 5]   [8 7 0]   [3 3 1]
[2 0 1]   [8 7 5]   [3 3 0]
[2 0 0]   [8 7 1]   [      ]", + "options": [ + "[4 3 1]", + "[4 5 1]", + "[3 3 5]", + "[3 5 1]", + "[9 7 7]", + "[8 6 6]", + "[4 3 0]", + "[3 3 1]" + ], + "correct": 2, + "prob_ind": 18 + }, + { + "prompt": "[6 8 7]   [0 4 2]   [7 1 9]
[6 4 7]   [0 1 2]   [7 8 9]
[6 1 7]   [0 8 2]   [      ]", + "options": [ + "[7 4 9]", + "[7 5 5]", + "[4 1 1]", + "[6 8 2]", + "[5 5 7]", + "[4 7 9]", + "[6 1 9]", + "[7 5 9]" + ], + "correct": 0, + "prob_ind": 19 + }, + { + "prompt": "[7 7 7]   [7 9 0]   [7 1 3]
[5 7 0]   [5 9 3]   [5 1 7]
[4 7 3]   [4 9 7]   [      ]", + "options": [ + "[7 0 5]", + "[0 7 9]", + "[0 7 5]", + "[1 7 5]", + "[7 9 0]", + "[6 9 0]", + "[4 1 0]", + "[4 0 1]" + ], + "correct": 6, + "prob_ind": 20 + }, + { + "prompt": "[9 6 7]   [8 6 0]   [4 6 6]
[4 9 7]   [9 9 0]   [8 9 6]
[8 1 7]   [4 1 0]   [      ]", + "options": [ + "[9 6 7]", + "[9 6 5]", + "[9 1 6]", + "[8 1 6]", + "[9 2 6]", + "[9 9 0]", + "[9 5 6]", + "[8 9 6]" + ], + "correct": 2, + "prob_ind": 21 + }, + { + "prompt": "[9 8 3]   [9 8 7]   [9 8 4]
[3 0 7]   [3 0 4]   [3 0 3]
[5 5 4]   [5 5 3]   [      ]", + "options": [ + "[8 4 9]", + "[3 8 3]", + "[4 5 5]", + "[0 4 2]", + "[0 2 4]", + "[4 9 8]", + "[5 5 7]", + "[3 9 8]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[6 8 6]   [6 6 6]   [6 5 6]
[2 5 7]   [2 8 7]   [2 6 7]
[1 6 9]   [1 5 9]   [      ]", + "options": [ + "[1 6 9]", + "[6 7 0]", + "[1 9 8]", + "[1 8 9]", + "[6 5 6]", + "[1 5 9]", + "[2 8 7]", + "[6 8 0]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[4 5 1]   [4 6 3]   [4 4 8]
[6 5 3]   [6 6 8]   [6 4 1]
[9 5 8]   [9 6 1]   [      ]", + "options": [ + "[5 5 4]", + "[5 4 8]", + "[9 4 3]", + "[3 6 4]", + "[6 3 4]", + "[3 6 3]", + "[3 6 8]", + "[3 4 6]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[7 1 2]   [6 1 6]   [8 1 9]
[7 7 6]   [6 7 9]   [8 7 2]
[7 4 9]   [6 4 2]   [      ]", + "options": [ + "[6 8 4]", + "[7 1 2]", + "[8 3 6]", + "[6 3 6]", + "[7 4 6]", + "[1 2 7]", + "[7 3 6]", + "[8 4 6]" + ], + "correct": 7, + "prob_ind": 25 + }, + { + "prompt": "[2 5 1]   [2 5 2]   [2 5 9]
[4 2 9]   [4 2 1]   [4 2 2]
[8 7 2]   [8 7 9]   [      ]", + "options": [ + "[9 1 7]", + "[8 7 1]", + "[7 9 7]", + "[8 1 7]", + "[7 8 1]", + "[1 7 8]", + "[9 7 7]", + "[4 1 1]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[8 6 5]   [8 7 8]   [8 9 4]
[7 6 4]   [7 7 5]   [7 9 8]
[9 6 8]   [9 7 4]   [      ]", + "options": [ + "[9 6 8]", + "[9 7 5]", + "[3 1 2]", + "[9 7 4]", + "[7 6 4]", + "[5 6 8]", + "[9 9 5]", + "[8 6 8]" + ], + "correct": 6, + "prob_ind": 27 + }, + { + "prompt": "[2 3 8]   [2 5 1]   [2 2 2]
[4 3 2]   [4 5 8]   [4 2 1]
[0 3 1]   [0 5 2]   [      ]", + "options": [ + "[2 3 1]", + "[4 2 3]", + "[3 2 1]", + "[0 2 8]", + "[6 2 2]", + "[6 8 5]", + "[4 2 2]", + "[8 2 0]" + ], + "correct": 3, + "prob_ind": 28 + }, + { + "prompt": "[6 9 0]   [8 0 5]   [9 6 2]
[8 9 0]   [9 0 5]   [6 6 2]
[9 9 0]   [6 0 5]   [      ]", + "options": [ + "[9 4 2]", + "[8 6 2]", + "[9 9 5]", + "[6 2 8]", + "[9 6 2]", + "[6 0 5]", + "[8 6 1]", + "[2 6 8]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[8 3 9]   [6 1 1]   [4 0 0]
[6 3 9]   [4 1 1]   [8 0 0]
[4 3 9]   [8 1 1]   [      ]", + "options": [ + "[4 3 9]", + "[0 7 2]", + "[8 3 1]", + "[0 7 0]", + "[6 0 0]", + "[7 0 0]", + "[0 6 0]", + "[0 8 0]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[7 8 5]   [3 0 5]   [4 9 5]
[3 8 3]   [4 0 3]   [7 9 3]
[4 8 8]   [7 0 8]   [      ]", + "options": [ + "[6 8 0]", + "[3 7 7]", + "[3 9 8]", + "[3 9 3]", + "[5 3 9]", + "[5 8 0]", + "[3 3 9]", + "[7 7 3]" + ], + "correct": 2, + "prob_ind": 31 + }, + { + "prompt": "[5 4 1]   [0 2 6]   [1 3 0]
[5 2 1]   [0 3 6]   [1 4 0]
[5 3 1]   [0 4 6]   [      ]", + "options": [ + "[1 0 2]", + "[1 1 0]", + "[5 3 0]", + "[0 3 1]", + "[1 2 0]", + "[2 9 5]", + "[3 2 0]", + "[2 7 9]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[6 6 9]   [6 4 7]   [6 0 1]
[4 0 9]   [4 6 7]   [4 4 1]
[2 4 9]   [2 0 7]   [      ]", + "options": [ + "[2 0 7]", + "[4 4 1]", + "[2 4 1]", + "[2 6 1]", + "[4 5 4]", + "[4 6 1]", + "[0 4 1]", + "[4 0 9]" + ], + "correct": 3, + "prob_ind": 33 + }, + { + "prompt": "[9 9 2]   [9 9 4]   [9 9 6]
[6 5 6]   [6 5 2]   [6 5 4]
[4 4 4]   [4 4 6]   [      ]", + "options": [ + "[4 4 2]", + "[4 4 1]", + "[4 4 4]", + "[9 9 6]", + "[6 4 4]", + "[2 9 2]", + "[6 4 5]", + "[6 5 6]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[0 4 7]   [8 4 7]   [3 4 7]
[8 5 3]   [3 5 3]   [0 5 3]
[3 1 2]   [0 1 2]   [      ]", + "options": [ + "[0 6 7]", + "[0 5 2]", + "[8 5 7]", + "[1 0 2]", + "[3 4 7]", + "[3 6 7]", + "[3 1 7]", + "[8 1 2]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[4 2 7]   [5 2 1]   [7 2 2]
[7 3 7]   [4 3 1]   [5 3 2]
[5 8 7]   [7 8 1]   [      ]", + "options": [ + "[4 2 7]", + "[7 1 2]", + "[7 8 1]", + "[5 4 1]", + "[7 4 4]", + "[5 4 2]", + "[4 8 2]", + "[5 8 7]" + ], + "correct": 6, + "prob_ind": 36 + }, + { + "prompt": "[5 7 1]   [6 8 1]   [8 5 1]
[8 7 9]   [5 8 9]   [6 5 9]
[6 7 6]   [8 8 6]   [      ]", + "options": [ + "[1 2 5]", + "[5 2 5]", + "[6 7 9]", + "[2 7 3]", + "[5 6 5]", + "[3 2 7]", + "[5 5 7]", + "[5 5 6]" + ], + "correct": 7, + "prob_ind": 37 + }, + { + "prompt": "[4 0 2]   [6 0 3]   [8 0 6]
[4 4 6]   [6 4 2]   [8 4 3]
[4 8 3]   [6 8 6]   [      ]", + "options": [ + "[4 1 2]", + "[6 8 6]", + "[7 8 6]", + "[4 7 7]", + "[8 8 2]", + "[6 7 7]", + "[5 8 6]", + "[6 4 6]" + ], + "correct": 4, + "prob_ind": 38 + }, + { + "prompt": "[1 0 7]   [9 0 7]   [8 0 7]
[9 9 1]   [8 9 1]   [1 9 1]
[8 2 5]   [1 2 5]   [      ]", + "options": [ + "[9 7 0]", + "[9 2 5]", + "[9 5 2]", + "[5 9 2]", + "[8 0 7]", + "[9 6 1]", + "[9 8 4]", + "[8 2 6]" + ], + "correct": 1, + "prob_ind": 39 + }, + { + "prompt": "[3 8 1]   [4 7 1]   [6 2 1]
[6 8 3]   [3 7 3]   [4 2 3]
[4 8 0]   [6 7 0]   [      ]", + "options": [ + "[3 7 3]", + "[6 8 3]", + "[3 8 3]", + "[2 2 3]", + "[8 2 1]", + "[2 2 0]", + "[3 7 0]", + "[3 2 0]" + ], + "correct": 7, + "prob_ind": 40 + }, + { + "prompt": "[0 5 0]   [5 8 8]   [2 2 5]
[5 5 0]   [2 8 8]   [0 2 5]
[2 5 0]   [0 8 8]   [      ]", + "options": [ + "[4 2 7]", + "[2 5 5]", + "[5 1 7]", + "[5 2 5]", + "[5 5 2]", + "[5 2 7]", + "[4 2 1]", + "[0 5 8]" + ], + "correct": 3, + "prob_ind": 41 + }, + { + "prompt": "[5 2 6]   [9 2 6]   [6 2 6]
[6 0 5]   [5 0 5]   [9 0 5]
[9 6 0]   [6 6 0]   [      ]", + "options": [ + "[0 7 3]", + "[0 6 5]", + "[6 6 2]", + "[9 0 5]", + "[5 6 0]", + "[2 5 9]", + "[9 2 5]", + "[9 0 2]" + ], + "correct": 4, + "prob_ind": 42 + }, + { + "prompt": "[3 1 7]   [3 3 7]   [3 2 7]
[0 2 5]   [0 1 5]   [0 3 5]
[7 3 3]   [7 2 3]   [      ]", + "options": [ + "[3 1 7]", + "[7 0 3]", + "[7 3 1]", + "[2 2 7]", + "[7 1 3]", + "[0 2 7]", + "[0 2 5]", + "[7 3 3]" + ], + "correct": 4, + "prob_ind": 43 + }, + { + "prompt": "[2 5 9]   [0 5 9]   [5 5 9]
[5 3 0]   [2 3 0]   [0 3 0]
[0 6 5]   [5 6 5]   [      ]", + "options": [ + "[2 6 7]", + "[2 5 9]", + "[9 2 4]", + "[5 5 2]", + "[2 5 5]", + "[3 0 0]", + "[9 2 5]", + "[2 6 5]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[5 4 3]   [0 4 3]   [2 4 3]
[2 2 6]   [5 2 6]   [0 2 6]
[0 9 9]   [2 9 9]   [      ]", + "options": [ + "[5 4 3]", + "[5 3 4]", + "[8 7 1]", + "[5 9 9]", + "[9 9 5]", + "[1 8 7]", + "[2 5 3]", + "[2 9 9]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[0 5 9]   [8 4 9]   [6 6 9]
[0 6 5]   [8 5 5]   [6 4 5]
[0 4 8]   [8 6 8]   [      ]", + "options": [ + "[8 5 8]", + "[8 6 5]", + "[0 4 9]", + "[6 5 8]", + "[0 7 5]", + "[4 9 6]", + "[9 6 4]", + "[6 4 9]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[2 2 6]   [9 7 7]   [8 3 0]
[2 7 6]   [9 3 7]   [8 2 0]
[2 3 6]   [9 2 7]   [      ]", + "options": [ + "[8 7 0]", + "[9 4 0]", + "[7 9 7]", + "[9 3 7]", + "[5 5 4]", + "[9 7 7]", + "[9 5 0]", + "[6 3 0]" + ], + "correct": 0, + "prob_ind": 47 + }, + { + "prompt": "[7 6 5]   [7 4 9]   [7 7 2]
[0 7 5]   [0 6 9]   [0 4 2]
[1 4 5]   [1 7 9]   [      ]", + "options": [ + "[1 6 2]", + "[5 0 7]", + "[0 4 2]", + "[7 7 2]", + "[2 6 2]", + "[1 6 4]", + "[1 6 1]", + "[1 6 3]" + ], + "correct": 0, + "prob_ind": 48 + }, + { + "prompt": "[7 8 7]   [9 8 1]   [4 8 5]
[4 4 7]   [7 4 1]   [9 4 5]
[9 2 7]   [4 2 1]   [      ]", + "options": [ + "[5 2 7]", + "[7 2 5]", + "[3 9 0]", + "[3 8 0]", + "[7 0 4]", + "[5 9 4]", + "[7 0 5]", + "[0 5 7]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[8 0 3]   [1 8 7]   [5 1 9]
[8 0 9]   [1 8 3]   [5 1 7]
[8 0 7]   [1 8 9]   [      ]", + "options": [ + "[5 8 0]", + "[1 5 3]", + "[5 1 3]", + "[1 9 8]", + "[5 3 3]", + "[5 3 1]", + "[8 8 0]", + "[5 3 0]" + ], + "correct": 2, + "prob_ind": 50 + }, + { + "prompt": "[4 0 8]   [4 7 8]   [4 2 8]
[9 2 9]   [9 0 9]   [9 7 9]
[6 7 0]   [6 2 0]   [      ]", + "options": [ + "[8 2 3]", + "[8 2 4]", + "[2 4 8]", + "[9 0 9]", + "[9 2 9]", + "[6 1 0]", + "[6 0 0]", + "[8 0 9]" + ], + "correct": 6, + "prob_ind": 51 + }, + { + "prompt": "[5 8 8]   [9 5 6]   [4 7 5]
[9 8 8]   [4 5 6]   [5 7 5]
[4 8 8]   [5 5 6]   [      ]", + "options": [ + "[7 9 5]", + "[5 6 8]", + "[9 7 5]", + "[7 6 7]", + "[7 6 5]", + "[4 5 6]", + "[4 8 6]", + "[5 6 7]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[8 0 9]   [6 7 9]   [2 9 9]
[6 0 3]   [2 7 3]   [8 9 3]
[2 0 6]   [8 7 6]   [      ]", + "options": [ + "[8 4 0]", + "[6 7 3]", + "[2 0 3]", + "[6 9 6]", + "[9 6 7]", + "[5 6 9]", + "[2 4 2]", + "[9 9 3]" + ], + "correct": 3, + "prob_ind": 53 + }, + { + "prompt": "[4 2 2]   [0 2 3]   [1 2 5]
[1 4 2]   [4 4 3]   [0 4 5]
[0 6 2]   [1 6 3]   [      ]", + "options": [ + "[4 8 5]", + "[0 2 3]", + "[0 2 2]", + "[6 5 4]", + "[5 6 6]", + "[1 6 1]", + "[4 6 5]", + "[5 4 6]" + ], + "correct": 6, + "prob_ind": 54 + }, + { + "prompt": "[0 6 2]   [9 9 2]   [5 2 2]
[0 9 9]   [9 2 9]   [5 6 9]
[0 2 3]   [9 6 3]   [      ]", + "options": [ + "[2 0 3]", + "[0 9 9]", + "[0 2 3]", + "[5 9 3]", + "[3 2 0]", + "[0 6 2]", + "[5 6 9]", + "[5 2 0]" + ], + "correct": 3, + "prob_ind": 55 + }, + { + "prompt": "[3 6 4]   [3 6 3]   [3 6 1]
[2 9 1]   [2 9 4]   [2 9 3]
[7 7 3]   [7 7 1]   [      ]", + "options": [ + "[1 6 2]", + "[6 3 0]", + "[7 7 4]", + "[2 9 1]", + "[0 4 9]", + "[1 6 0]", + "[2 6 1]", + "[4 9 0]" + ], + "correct": 2, + "prob_ind": 56 + }, + { + "prompt": "[6 1 8]   [9 1 8]   [7 1 8]
[9 5 4]   [7 5 4]   [6 5 4]
[7 4 9]   [6 4 9]   [      ]", + "options": [ + "[9 4 7]", + "[4 5 6]", + "[9 1 4]", + "[6 5 4]", + "[6 4 9]", + "[9 4 9]", + "[4 9 7]", + "[9 5 8]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[5 9 9]   [8 9 0]   [9 9 5]
[5 8 0]   [8 8 5]   [9 8 9]
[5 5 5]   [8 5 9]   [      ]", + "options": [ + "[7 9 5]", + "[8 9 5]", + "[9 9 5]", + "[5 3 5]", + "[9 7 0]", + "[8 7 0]", + "[9 5 0]", + "[5 5 5]" + ], + "correct": 6, + "prob_ind": 58 + }, + { + "prompt": "[6 2 5]   [6 0 5]   [6 5 5]
[9 0 8]   [9 5 8]   [9 2 8]
[5 5 1]   [5 2 1]   [      ]", + "options": [ + "[6 5 1]", + "[5 5 1]", + "[1 2 5]", + "[5 0 3]", + "[1 0 5]", + "[6 0 5]", + "[5 0 1]", + "[8 2 8]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[4 4 7]   [4 0 7]   [4 6 7]
[0 6 0]   [0 4 0]   [0 0 0]
[8 0 3]   [8 6 3]   [      ]", + "options": [ + "[9 7 1]", + "[8 4 3]", + "[4 4 7]", + "[0 0 6]", + "[7 4 3]", + "[0 7 4]", + "[3 8 4]", + "[0 2 2]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[8 6 9]   [8 7 3]   [8 8 4]
[6 6 3]   [6 7 4]   [6 8 9]
[5 6 4]   [5 7 9]   [      ]", + "options": [ + "[6 4 2]", + "[4 2 6]", + "[3 9 2]", + "[5 9 3]", + "[9 6 0]", + "[5 8 3]", + "[2 4 6]", + "[3 8 3]" + ], + "correct": 5, + "prob_ind": 61 + }, + { + "prompt": "[0 2 1]   [6 0 1]   [4 3 1]
[0 0 7]   [6 3 7]   [4 2 7]
[0 3 4]   [6 2 4]   [      ]", + "options": [ + "[7 2 6]", + "[4 0 4]", + "[0 3 4]", + "[4 2 7]", + "[6 2 7]", + "[3 0 4]", + "[4 4 0]", + "[4 0 3]" + ], + "correct": 1, + "prob_ind": 62 + }, + { + "prompt": "[9 0 6]   [2 4 1]   [7 8 2]
[7 0 6]   [9 4 1]   [2 8 2]
[2 0 6]   [7 4 1]   [      ]", + "options": [ + "[6 7 0]", + "[5 8 0]", + "[1 4 9]", + "[2 0 6]", + "[8 9 2]", + "[6 8 0]", + "[9 8 2]", + "[2 9 8]" + ], + "correct": 6, + "prob_ind": 63 + }, + { + "prompt": "[2 3 5]   [6 3 5]   [9 3 5]
[6 0 3]   [9 0 3]   [2 0 3]
[9 9 7]   [2 9 7]   [      ]", + "options": [ + "[0 3 6]", + "[6 3 5]", + "[3 0 6]", + "[2 3 5]", + "[9 0 3]", + "[6 9 7]", + "[9 0 7]", + "[6 0 3]" + ], + "correct": 5, + "prob_ind": 64 + }, + { + "prompt": "[5 9 4]   [1 3 4]   [8 6 4]
[8 9 1]   [5 3 1]   [1 6 1]
[1 9 0]   [8 3 0]   [      ]", + "options": [ + "[5 6 0]", + "[9 1 8]", + "[8 9 0]", + "[0 6 5]", + "[6 5 8]", + "[6 8 4]", + "[8 1 8]", + "[5 5 0]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[4 0 8]   [4 2 6]   [4 6 7]
[9 2 8]   [9 6 6]   [9 0 7]
[2 6 8]   [2 0 6]   [      ]", + "options": [ + "[2 2 7]", + "[4 6 7]", + "[7 2 2]", + "[9 0 7]", + "[5 0 8]", + "[7 2 0]", + "[1 3 7]", + "[2 3 7]" + ], + "correct": 0, + "prob_ind": 66 + }, + { + "prompt": "[4 6 2]   [5 4 7]   [1 9 5]
[4 4 2]   [5 9 7]   [1 6 5]
[4 9 2]   [5 6 7]   [      ]", + "options": [ + "[5 1 4]", + "[4 4 3]", + "[4 4 2]", + "[5 9 7]", + "[1 6 2]", + "[5 6 4]", + "[1 4 5]", + "[1 4 4]" + ], + "correct": 6, + "prob_ind": 67 + }, + { + "prompt": "[7 7 1]   [0 1 1]   [2 6 1]
[7 1 2]   [0 6 2]   [2 7 2]
[7 6 0]   [0 7 0]   [      ]", + "options": [ + "[1 1 0]", + "[1 0 2]", + "[7 1 7]", + "[2 1 0]", + "[3 6 1]", + "[8 0 6]", + "[1 2 0]", + "[2 1 5]" + ], + "correct": 3, + "prob_ind": 68 + }, + { + "prompt": "[5 8 2]   [6 5 1]   [1 3 9]
[6 8 2]   [1 5 1]   [5 3 9]
[1 8 2]   [5 5 1]   [      ]", + "options": [ + "[4 7 0]", + "[6 3 9]", + "[5 8 2]", + "[1 9 3]", + "[4 5 0]", + "[4 5 9]", + "[6 2 9]", + "[5 9 9]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[4 4 3]   [8 3 3]   [1 0 3]
[4 3 0]   [8 0 0]   [1 4 0]
[4 0 2]   [8 4 2]   [      ]", + "options": [ + "[3 3 5]", + "[2 3 1]", + "[4 4 3]", + "[8 0 2]", + "[4 4 2]", + "[7 6 0]", + "[8 2 2]", + "[1 3 2]" + ], + "correct": 7, + "prob_ind": 70 + }, + { + "prompt": "[3 1 2]   [4 3 2]   [0 4 2]
[3 4 6]   [4 1 6]   [0 3 6]
[3 3 1]   [4 4 1]   [      ]", + "options": [ + "[8 9 1]", + "[1 0 1]", + "[1 1 0]", + "[7 3 9]", + "[0 1 1]", + "[2 1 1]", + "[0 1 0]", + "[3 4 6]" + ], + "correct": 4, + "prob_ind": 71 + }, + { + "prompt": "[3 8 3]   [4 8 4]   [9 8 5]
[9 6 3]   [3 6 4]   [4 6 5]
[4 2 3]   [9 2 4]   [      ]", + "options": [ + "[4 2 4]", + "[7 6 4]", + "[3 2 5]", + "[3 2 3]", + "[9 2 4]", + "[3 6 5]", + "[4 2 2]", + "[5 2 5]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[7 8 0]   [7 9 2]   [7 0 5]
[4 8 5]   [4 9 0]   [4 0 2]
[5 8 2]   [5 9 5]   [      ]", + "options": [ + "[7 9 0]", + "[5 0 0]", + "[7 4 0]", + "[4 9 0]", + "[0 5 0]", + "[7 8 0]", + "[4 0 2]", + "[0 6 0]" + ], + "correct": 1, + "prob_ind": 73 + }, + { + "prompt": "[8 8 9]   [7 0 9]   [9 3 9]
[8 0 6]   [7 3 6]   [9 8 6]
[8 3 8]   [7 8 8]   [      ]", + "options": [ + "[9 8 6]", + "[9 2 9]", + "[9 0 8]", + "[6 8 0]", + "[7 8 9]", + "[9 2 8]", + "[0 8 9]", + "[7 4 8]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[9 8 1]   [2 8 7]   [3 8 0]
[3 9 1]   [9 9 7]   [2 9 0]
[2 2 1]   [3 2 7]   [      ]", + "options": [ + "[9 2 1]", + "[8 8 3]", + "[8 3 0]", + "[9 2 0]", + "[1 9 3]", + "[3 9 1]", + "[2 9 0]", + "[0 9 2]" + ], + "correct": 3, + "prob_ind": 75 + }, + { + "prompt": "[6 3 1]   [6 9 0]   [6 0 8]
[0 3 0]   [0 9 8]   [0 0 1]
[7 3 8]   [7 9 1]   [      ]", + "options": [ + "[6 0 8]", + "[7 0 0]", + "[9 8 6]", + "[7 9 8]", + "[0 3 0]", + "[7 0 1]", + "[0 7 0]", + "[5 0 0]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[4 5 5]   [3 5 5]   [8 5 5]
[3 0 0]   [8 0 0]   [4 0 0]
[8 1 8]   [4 1 8]   [      ]", + "options": [ + "[5 5 8]", + "[1 8 8]", + "[3 8 1]", + "[3 5 5]", + "[5 9 0]", + "[3 1 8]", + "[1 3 8]", + "[4 5 0]" + ], + "correct": 5, + "prob_ind": 77 + }, + { + "prompt": "[4 1 9]   [5 9 1]   [9 3 3]
[4 9 9]   [5 3 1]   [9 1 3]
[4 3 9]   [5 1 1]   [      ]", + "options": [ + "[3 9 9]", + "[5 1 9]", + "[9 9 2]", + "[9 9 3]", + "[1 4 9]", + "[9 1 3]", + "[9 9 1]", + "[4 1 9]" + ], + "correct": 3, + "prob_ind": 78 + }, + { + "prompt": "[5 3 5]   [3 1 5]   [2 4 5]
[5 4 9]   [3 3 9]   [2 1 9]
[5 1 4]   [3 4 4]   [      ]", + "options": [ + "[2 2 2]", + "[4 3 2]", + "[2 2 4]", + "[2 3 4]", + "[3 4 5]", + "[2 4 2]", + "[3 3 9]", + "[5 4 3]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[7 3 9]   [0 1 9]   [1 5 9]
[1 3 2]   [7 1 2]   [0 5 2]
[0 3 3]   [1 1 3]   [      ]", + "options": [ + "[7 5 1]", + "[2 1 3]", + "[7 1 2]", + "[7 3 5]", + "[9 9 4]", + "[7 5 3]", + "[3 7 5]", + "[1 3 1]" + ], + "correct": 5, + "prob_ind": 80 + }, + { + "prompt": "[0 8 4]   [9 8 4]   [4 8 4]
[9 2 8]   [4 2 8]   [0 2 8]
[4 7 3]   [0 7 3]   [      ]", + "options": [ + "[5 0 8]", + "[7 3 9]", + "[0 7 3]", + "[4 7 3]", + "[9 7 3]", + "[0 3 0]", + "[3 7 3]", + "[0 5 0]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[9 2 6]   [9 6 8]   [9 3 7]
[1 2 8]   [1 6 7]   [1 3 6]
[0 2 7]   [0 6 6]   [      ]", + "options": [ + "[6 9 2]", + "[9 2 4]", + "[9 9 7]", + "[4 4 3]", + "[9 7 3]", + "[9 3 7]", + "[0 3 8]", + "[9 2 6]" + ], + "correct": 6, + "prob_ind": 82 + }, + { + "prompt": "[9 4 4]   [4 1 1]   [5 0 0]
[9 4 1]   [4 1 0]   [5 0 4]
[9 4 0]   [4 1 4]   [      ]", + "options": [ + "[4 0 4]", + "[4 1 1]", + "[9 4 3]", + "[4 1 3]", + "[0 5 1]", + "[6 1 1]", + "[5 0 1]", + "[7 4 1]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[3 8 6]   [3 0 2]   [3 6 7]
[2 6 6]   [2 8 2]   [2 0 7]
[4 0 6]   [4 6 2]   [      ]", + "options": [ + "[4 8 7]", + "[3 2 0]", + "[6 6 2]", + "[5 8 7]", + "[4 8 2]", + "[4 6 7]", + "[2 0 6]", + "[5 2 5]" + ], + "correct": 0, + "prob_ind": 84 + }, + { + "prompt": "[4 9 2]   [2 9 6]   [8 9 1]
[4 3 1]   [2 3 2]   [8 3 6]
[4 1 6]   [2 1 1]   [      ]", + "options": [ + "[8 1 2]", + "[8 1 3]", + "[2 1 6]", + "[1 2 1]", + "[2 3 2]", + "[9 2 6]", + "[1 4 6]", + "[8 3 1]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[4 9 1]   [4 9 7]   [4 9 3]
[5 2 7]   [5 2 3]   [5 2 1]
[8 5 3]   [8 5 1]   [      ]", + "options": [ + "[7 8 5]", + "[7 9 4]", + "[7 7 5]", + "[8 5 7]", + "[9 4 7]", + "[0 4 6]", + "[8 3 7]", + "[2 7 1]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[6 4 5]   [6 0 6]   [6 5 7]
[7 0 5]   [7 5 6]   [7 4 7]
[1 5 5]   [1 4 6]   [      ]", + "options": [ + "[5 4 5]", + "[5 6 5]", + "[7 0 1]", + "[1 1 6]", + "[5 5 6]", + "[1 0 7]", + "[7 1 0]", + "[1 7 0]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[3 5 6]   [1 5 6]   [5 5 6]
[5 9 3]   [3 9 3]   [1 9 3]
[1 4 8]   [5 4 8]   [      ]", + "options": [ + "[5 3 5]", + "[5 5 3]", + "[3 8 4]", + "[3 4 8]", + "[8 4 3]", + "[1 5 6]", + "[8 4 5]", + "[4 3 8]" + ], + "correct": 3, + "prob_ind": 88 + }, + { + "prompt": "[5 3 6]   [0 7 6]   [9 1 6]
[5 7 7]   [0 1 7]   [9 3 7]
[5 1 4]   [0 3 4]   [      ]", + "options": [ + "[3 4 0]", + "[5 9 7]", + "[9 7 4]", + "[6 4 4]", + "[2 5 1]", + "[0 4 3]", + "[9 5 7]", + "[2 3 1]" + ], + "correct": 2, + "prob_ind": 89 + }, + { + "prompt": "[9 8 2]   [9 8 8]   [9 8 7]
[7 2 8]   [7 2 7]   [7 2 2]
[4 1 7]   [4 1 2]   [      ]", + "options": [ + "[8 4 1]", + "[4 1 8]", + "[4 2 1]", + "[4 1 7]", + "[7 0 5]", + "[4 1 2]", + "[7 0 3]", + "[6 1 2]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[3 7 8]   [3 1 8]   [3 5 8]
[7 1 6]   [7 5 6]   [7 7 6]
[1 5 3]   [1 7 3]   [      ]", + "options": [ + "[3 9 1]", + "[3 5 8]", + "[7 5 6]", + "[5 6 7]", + "[3 1 1]", + "[3 1 3]", + "[5 1 6]", + "[1 1 3]" + ], + "correct": 7, + "prob_ind": 91 + }, + { + "prompt": "[5 1 9]   [3 1 1]   [9 1 5]
[5 0 5]   [3 0 9]   [9 0 1]
[5 6 1]   [3 6 5]   [      ]", + "options": [ + "[5 1 9]", + "[4 9 1]", + "[3 0 5]", + "[9 6 9]", + "[9 1 1]", + "[6 4 3]", + "[6 1 3]", + "[6 3 3]" + ], + "correct": 3, + "prob_ind": 92 + }, + { + "prompt": "[6 8 7]   [1 4 3]   [3 0 1]
[6 0 7]   [1 8 3]   [3 4 1]
[6 4 7]   [1 0 3]   [      ]", + "options": [ + "[2 8 3]", + "[8 3 1]", + "[3 8 1]", + "[3 1 8]", + "[3 8 2]", + "[1 8 1]", + "[1 8 3]", + "[6 0 3]" + ], + "correct": 2, + "prob_ind": 93 + }, + { + "prompt": "[1 8 5]   [6 9 4]   [3 1 0]
[1 1 5]   [6 8 4]   [3 9 0]
[1 9 5]   [6 1 4]   [      ]", + "options": [ + "[6 1 5]", + "[3 0 8]", + "[3 8 1]", + "[3 8 0]", + "[6 8 4]", + "[6 5 1]", + "[6 7 3]", + "[0 9 3]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[1 8 1]   [2 4 1]   [5 5 1]
[5 8 6]   [1 4 6]   [2 5 6]
[2 8 5]   [5 4 5]   [      ]", + "options": [ + "[0 5 5]", + "[2 4 1]", + "[2 5 6]", + "[5 1 5]", + "[5 5 1]", + "[3 6 8]", + "[2 6 6]", + "[1 5 5]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[3 0 5]   [2 0 7]   [5 0 9]
[3 9 7]   [2 9 9]   [5 9 5]
[3 1 9]   [2 1 5]   [      ]", + "options": [ + "[8 0 2]", + "[2 8 0]", + "[9 9 2]", + "[7 0 5]", + "[5 0 5]", + "[5 1 7]", + "[5 1 8]", + "[3 6 7]" + ], + "correct": 5, + "prob_ind": 96 + }, + { + "prompt": "[7 1 3]   [3 9 8]   [9 5 5]
[3 1 3]   [9 9 8]   [7 5 5]
[9 1 3]   [7 9 8]   [      ]", + "options": [ + "[7 3 5]", + "[7 9 8]", + "[9 5 5]", + "[5 5 9]", + "[7 3 4]", + "[3 5 5]", + "[3 5 7]", + "[2 7 5]" + ], + "correct": 5, + "prob_ind": 97 + }, + { + "prompt": "[6 0 6]   [8 0 1]   [3 0 4]
[3 7 6]   [6 7 1]   [8 7 4]
[8 9 6]   [3 9 1]   [      ]", + "options": [ + "[7 1 6]", + "[6 7 4]", + "[8 3 9]", + "[6 7 6]", + "[8 9 4]", + "[5 2 6]", + "[6 9 4]", + "[8 5 4]" + ], + "correct": 6, + "prob_ind": 98 + }, + { + "prompt": "[2 5 0]   [2 6 0]   [2 8 0]
[5 8 5]   [5 5 5]   [5 6 5]
[7 6 7]   [7 8 7]   [      ]", + "options": [ + "[7 5 8]", + "[7 5 7]", + "[5 8 8]", + "[6 0 2]", + "[5 7 7]", + "[7 6 7]", + "[2 6 5]", + "[5 6 7]" + ], + "correct": 1, + "prob_ind": 99 + } + ], + "three_rule_comb2": [ + { + "prompt": "[6 6 9]   [2 8 7]   [0 0 5]
[6 6 7]   [2 8 5]   [0 0 3]
[6 6 5]   [2 8 3]   [      ]", + "options": [ + "[5 5 3]", + "[0 0 1]", + "[0 0 6]", + "[8 2 7]", + "[9 8 8]", + "[6 8 7]", + "[2 8 7]", + "[7 6 8]" + ], + "correct": 1, + "prob_ind": 0 + }, + { + "prompt": "[5 9 0]   [0 7 0]   [1 5 0]
[5 7 8]   [0 5 8]   [1 3 8]
[5 5 9]   [0 3 9]   [      ]", + "options": [ + "[1 1 9]", + "[9 1 1]", + "[0 7 0]", + "[1 9 8]", + "[9 3 0]", + "[0 0 7]", + "[1 3 8]", + "[8 1 1]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[9 1 0]   [6 2 0]   [8 3 0]
[9 2 4]   [6 3 4]   [8 4 4]
[9 3 6]   [6 4 6]   [      ]", + "options": [ + "[9 2 3]", + "[8 5 9]", + "[8 3 0]", + "[8 3 6]", + "[8 5 6]", + "[8 4 4]", + "[6 4 6]", + "[9 7 4]" + ], + "correct": 4, + "prob_ind": 2 + }, + { + "prompt": "[7 4 7]   [7 5 7]   [7 6 7]
[5 5 6]   [5 6 6]   [5 7 6]
[2 6 8]   [2 7 8]   [      ]", + "options": [ + "[8 8 2]", + "[7 7 6]", + "[9 8 2]", + "[6 5 6]", + "[7 5 7]", + "[7 4 7]", + "[4 0 8]", + "[2 8 8]" + ], + "correct": 7, + "prob_ind": 3 + }, + { + "prompt": "[1 9 5]   [1 9 4]   [1 9 3]
[4 5 4]   [4 5 3]   [4 5 2]
[9 3 3]   [9 3 2]   [      ]", + "options": [ + "[9 1 3]", + "[9 3 1]", + "[2 5 4]", + "[1 5 9]", + "[5 4 4]", + "[1 9 5]", + "[3 5 4]", + "[1 7 4]" + ], + "correct": 1, + "prob_ind": 4 + }, + { + "prompt": "[6 2 6]   [6 2 5]   [6 2 4]
[5 6 5]   [5 6 4]   [5 6 3]
[2 3 4]   [2 3 3]   [      ]", + "options": [ + "[2 5 6]", + "[5 6 4]", + "[9 8 0]", + "[6 5 4]", + "[4 5 6]", + "[2 3 2]", + "[6 2 6]", + "[3 2 2]" + ], + "correct": 5, + "prob_ind": 5 + }, + { + "prompt": "[0 0 1]   [1 8 6]   [2 5 3]
[1 0 1]   [2 8 6]   [3 5 3]
[2 0 1]   [3 8 6]   [      ]", + "options": [ + "[8 3 6]", + "[3 6 1]", + "[4 5 5]", + "[4 5 2]", + "[4 5 3]", + "[2 5 3]", + "[3 8 1]", + "[3 6 8]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[8 0 2]   [0 1 7]   [7 2 9]
[8 1 2]   [0 2 7]   [7 3 9]
[8 2 2]   [0 3 7]   [      ]", + "options": [ + "[9 7 4]", + "[7 3 7]", + "[7 4 9]", + "[4 8 9]", + "[9 4 7]", + "[9 4 9]", + "[7 3 9]", + "[7 2 9]" + ], + "correct": 2, + "prob_ind": 7 + }, + { + "prompt": "[7 9 2]   [6 9 9]   [5 9 8]
[6 3 2]   [5 3 9]   [4 3 8]
[5 8 2]   [4 8 9]   [      ]", + "options": [ + "[3 9 8]", + "[3 8 8]", + "[8 8 3]", + "[8 9 4]", + "[9 5 3]", + "[5 9 9]", + "[4 8 9]", + "[5 8 3]" + ], + "correct": 1, + "prob_ind": 8 + }, + { + "prompt": "[9 4 9]   [3 5 9]   [1 6 9]
[9 5 4]   [3 6 4]   [1 7 4]
[9 6 5]   [3 7 5]   [      ]", + "options": [ + "[7 7 9]", + "[1 8 5]", + "[7 3 5]", + "[4 6 3]", + "[7 7 7]", + "[5 8 1]", + "[7 6 7]", + "[7 6 6]" + ], + "correct": 1, + "prob_ind": 9 + }, + { + "prompt": "[6 9 1]   [6 8 1]   [6 7 1]
[4 8 6]   [4 7 6]   [4 6 6]
[1 7 9]   [1 6 9]   [      ]", + "options": [ + "[5 1 9]", + "[4 8 6]", + "[1 5 9]", + "[4 7 6]", + "[6 7 0]", + "[5 7 1]", + "[4 6 1]", + "[6 7 1]" + ], + "correct": 2, + "prob_ind": 10 + }, + { + "prompt": "[1 0 2]   [2 0 2]   [3 0 2]
[2 3 8]   [3 3 8]   [4 3 8]
[3 9 0]   [4 9 0]   [      ]", + "options": [ + "[2 3 2]", + "[1 1 2]", + "[3 0 2]", + "[5 9 0]", + "[3 1 2]", + "[8 1 9]", + "[1 0 2]", + "[3 1 9]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[3 6 0]   [2 5 0]   [6 4 0]
[3 5 3]   [2 4 3]   [6 3 3]
[3 4 7]   [2 3 7]   [      ]", + "options": [ + "[2 4 1]", + "[6 3 7]", + "[2 4 0]", + "[6 4 0]", + "[6 2 8]", + "[3 3 6]", + "[1 8 2]", + "[6 2 7]" + ], + "correct": 7, + "prob_ind": 12 + }, + { + "prompt": "[1 1 6]   [2 1 6]   [3 1 6]
[2 4 1]   [3 4 1]   [4 4 1]
[3 2 7]   [4 2 7]   [      ]", + "options": [ + "[3 1 6]", + "[1 6 3]", + "[8 5 5]", + "[2 1 1]", + "[1 4 3]", + "[2 1 6]", + "[5 2 7]", + "[4 1 6]" + ], + "correct": 6, + "prob_ind": 13 + }, + { + "prompt": "[1 3 9]   [1 4 9]   [1 5 9]
[7 4 3]   [7 5 3]   [7 6 3]
[2 5 8]   [2 6 8]   [      ]", + "options": [ + "[0 7 8]", + "[7 5 3]", + "[7 3 3]", + "[4 9 1]", + "[3 4 7]", + "[7 8 2]", + "[2 7 8]", + "[2 7 7]" + ], + "correct": 6, + "prob_ind": 14 + }, + { + "prompt": "[0 1 5]   [0 2 5]   [0 3 5]
[3 2 7]   [3 3 7]   [3 4 7]
[9 3 2]   [9 4 2]   [      ]", + "options": [ + "[9 1 3]", + "[9 6 2]", + "[9 1 5]", + "[0 5 2]", + "[2 9 5]", + "[9 5 2]", + "[0 2 5]", + "[9 7 2]" + ], + "correct": 5, + "prob_ind": 15 + }, + { + "prompt": "[0 9 9]   [0 0 7]   [0 5 5]
[7 9 7]   [7 0 5]   [7 5 3]
[3 9 5]   [3 0 3]   [      ]", + "options": [ + "[7 0 9]", + "[3 9 4]", + "[7 6 3]", + "[3 3 0]", + "[3 5 1]", + "[3 1 5]", + "[1 5 3]", + "[1 3 5]" + ], + "correct": 4, + "prob_ind": 16 + }, + { + "prompt": "[9 4 6]   [0 3 6]   [3 2 6]
[9 3 5]   [0 2 5]   [3 1 5]
[9 2 3]   [0 1 3]   [      ]", + "options": [ + "[9 3 7]", + "[7 3 9]", + "[9 1 6]", + "[4 0 3]", + "[3 0 3]", + "[1 9 7]", + "[9 1 7]", + "[1 9 6]" + ], + "correct": 4, + "prob_ind": 17 + }, + { + "prompt": "[9 9 1]   [9 9 3]   [9 9 5]
[4 6 3]   [4 6 5]   [4 6 7]
[6 3 5]   [6 3 7]   [      ]", + "options": [ + "[6 9 3]", + "[9 5 2]", + "[8 5 5]", + "[6 3 9]", + "[8 3 9]", + "[6 6 7]", + "[9 9 1]", + "[6 6 5]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[1 3 6]   [1 4 0]   [1 5 4]
[0 4 6]   [0 5 0]   [0 6 4]
[4 5 6]   [4 6 0]   [      ]", + "options": [ + "[7 4 4]", + "[4 7 4]", + "[4 6 6]", + "[5 7 4]", + "[0 6 4]", + "[4 0 4]", + "[0 4 4]", + "[4 6 4]" + ], + "correct": 1, + "prob_ind": 19 + }, + { + "prompt": "[8 4 5]   [4 4 6]   [1 4 7]
[8 2 6]   [4 2 7]   [1 2 8]
[8 9 7]   [4 9 8]   [      ]", + "options": [ + "[5 1 1]", + "[9 1 9]", + "[1 9 9]", + "[9 9 1]", + "[1 9 1]", + "[3 1 1]", + "[9 1 1]", + "[8 2 5]" + ], + "correct": 2, + "prob_ind": 20 + }, + { + "prompt": "[1 4 2]   [2 8 4]   [3 5 3]
[2 4 2]   [3 8 4]   [4 5 3]
[3 4 2]   [4 8 4]   [      ]", + "options": [ + "[1 4 2]", + "[3 3 2]", + "[1 3 2]", + "[8 4 3]", + "[5 5 3]", + "[3 8 3]", + "[4 8 4]", + "[4 8 3]" + ], + "correct": 4, + "prob_ind": 21 + }, + { + "prompt": "[4 2 9]   [4 7 7]   [4 0 5]
[3 2 7]   [3 7 5]   [3 0 3]
[7 2 5]   [7 7 3]   [      ]", + "options": [ + "[1 4 4]", + "[6 0 1]", + "[3 0 3]", + "[7 2 5]", + "[7 1 0]", + "[4 4 1]", + "[7 0 1]", + "[0 1 7]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[5 5 4]   [5 4 4]   [5 3 4]
[1 4 1]   [1 3 1]   [1 2 1]
[2 3 8]   [2 2 8]   [      ]", + "options": [ + "[8 1 2]", + "[5 2 0]", + "[2 1 8]", + "[1 1 2]", + "[3 9 1]", + "[2 1 1]", + "[5 4 4]", + "[8 2 2]" + ], + "correct": 2, + "prob_ind": 23 + }, + { + "prompt": "[4 5 7]   [4 6 2]   [4 7 5]
[1 6 7]   [1 7 2]   [1 8 5]
[0 7 7]   [0 8 2]   [      ]", + "options": [ + "[4 6 2]", + "[1 4 7]", + "[0 9 5]", + "[2 7 2]", + "[1 6 5]", + "[1 7 2]", + "[0 5 9]", + "[3 7 7]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[5 3 0]   [7 2 1]   [6 8 2]
[5 3 1]   [7 2 2]   [6 8 3]
[5 3 2]   [7 2 3]   [      ]", + "options": [ + "[6 2 1]", + "[6 8 2]", + "[5 3 0]", + "[1 2 7]", + "[8 6 4]", + "[7 8 4]", + "[6 8 4]", + "[7 8 0]" + ], + "correct": 6, + "prob_ind": 25 + }, + { + "prompt": "[0 0 3]   [0 8 4]   [0 3 5]
[9 0 4]   [9 8 5]   [9 3 6]
[2 0 5]   [2 8 6]   [      ]", + "options": [ + "[0 5 3]", + "[2 0 3]", + "[9 8 5]", + "[8 6 2]", + "[6 8 2]", + "[0 3 0]", + "[2 3 7]", + "[2 6 8]" + ], + "correct": 6, + "prob_ind": 26 + }, + { + "prompt": "[9 2 6]   [3 2 5]   [1 2 4]
[9 6 5]   [3 6 4]   [1 6 3]
[9 5 4]   [3 5 3]   [      ]", + "options": [ + "[1 5 0]", + "[2 5 1]", + "[9 5 3]", + "[1 5 2]", + "[6 2 3]", + "[2 6 3]", + "[9 5 4]", + "[0 3 3]" + ], + "correct": 3, + "prob_ind": 27 + }, + { + "prompt": "[7 8 6]   [0 6 8]   [1 4 7]
[7 6 6]   [0 4 8]   [1 2 7]
[7 4 6]   [0 2 8]   [      ]", + "options": [ + "[2 1 7]", + "[1 0 7]", + "[1 2 7]", + "[4 4 9]", + "[1 7 2]", + "[7 6 6]", + "[1 0 8]", + "[2 0 7]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[2 7 3]   [3 6 6]   [4 5 1]
[3 7 3]   [4 6 6]   [5 5 1]
[4 7 3]   [5 6 6]   [      ]", + "options": [ + "[5 6 6]", + "[2 9 6]", + "[5 6 1]", + "[3 2 1]", + "[9 4 2]", + "[4 7 3]", + "[8 3 6]", + "[6 5 1]" + ], + "correct": 7, + "prob_ind": 29 + }, + { + "prompt": "[6 6 5]   [5 7 5]   [4 5 5]
[5 6 2]   [4 7 2]   [3 5 2]
[4 6 8]   [3 7 8]   [      ]", + "options": [ + "[4 6 5]", + "[5 7 5]", + "[6 7 5]", + "[5 2 3]", + "[2 5 8]", + "[1 5 8]", + "[0 6 5]", + "[4 8 5]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[5 8 5]   [5 8 4]   [5 8 3]
[6 2 4]   [6 2 3]   [6 2 2]
[1 0 3]   [1 0 2]   [      ]", + "options": [ + "[5 2 4]", + "[9 8 5]", + "[5 2 3]", + "[6 2 4]", + "[0 1 1]", + "[5 8 3]", + "[1 0 1]", + "[1 1 0]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[6 8 3]   [0 7 9]   [3 6 5]
[6 7 3]   [0 6 9]   [3 5 5]
[6 6 3]   [0 5 9]   [      ]", + "options": [ + "[6 7 2]", + "[7 0 9]", + "[6 3 6]", + "[3 6 3]", + "[3 6 5]", + "[3 7 3]", + "[6 6 3]", + "[3 4 5]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[9 1 6]   [9 2 5]   [9 7 4]
[2 1 5]   [2 2 4]   [2 7 3]
[6 1 4]   [6 2 3]   [      ]", + "options": [ + "[2 1 5]", + "[5 6 9]", + "[9 1 6]", + "[2 1 9]", + "[2 7 3]", + "[6 7 2]", + "[5 7 2]", + "[2 2 3]" + ], + "correct": 5, + "prob_ind": 33 + }, + { + "prompt": "[7 8 1]   [7 7 6]   [7 6 9]
[8 7 1]   [8 6 6]   [8 5 9]
[1 6 1]   [1 5 6]   [      ]", + "options": [ + "[1 4 9]", + "[6 1 1]", + "[9 1 4]", + "[4 1 8]", + "[4 1 9]", + "[7 2 6]", + "[1 6 1]", + "[5 1 5]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[6 4 2]   [6 3 7]   [6 2 3]
[5 3 2]   [5 2 7]   [5 1 3]
[1 2 2]   [1 1 7]   [      ]", + "options": [ + "[2 1 2]", + "[1 7 1]", + "[2 2 1]", + "[1 0 4]", + "[1 0 3]", + "[1 3 0]", + "[1 3 1]", + "[3 0 1]" + ], + "correct": 4, + "prob_ind": 35 + }, + { + "prompt": "[4 8 4]   [6 6 2]   [3 4 8]
[4 6 4]   [6 4 2]   [3 2 8]
[4 4 4]   [6 2 2]   [      ]", + "options": [ + "[3 2 8]", + "[5 0 8]", + "[5 6 4]", + "[3 0 8]", + "[8 3 0]", + "[2 8 4]", + "[4 0 8]", + "[4 6 0]" + ], + "correct": 3, + "prob_ind": 36 + }, + { + "prompt": "[2 7 8]   [3 1 6]   [4 2 2]
[3 7 8]   [4 1 6]   [5 2 2]
[4 7 8]   [5 1 6]   [      ]", + "options": [ + "[1 0 0]", + "[2 2 4]", + "[4 1 5]", + "[4 1 6]", + "[5 1 6]", + "[6 2 2]", + "[3 0 6]", + "[2 4 2]" + ], + "correct": 5, + "prob_ind": 37 + }, + { + "prompt": "[8 0 2]   [6 2 3]   [7 4 9]
[8 2 2]   [6 4 3]   [7 6 9]
[8 4 2]   [6 6 3]   [      ]", + "options": [ + "[7 6 3]", + "[7 9 9]", + "[8 2 2]", + "[9 8 7]", + "[9 6 7]", + "[7 6 9]", + "[7 8 9]", + "[6 6 4]" + ], + "correct": 6, + "prob_ind": 38 + }, + { + "prompt": "[9 9 1]   [1 9 3]   [0 9 5]
[9 8 3]   [1 8 5]   [0 8 7]
[9 1 5]   [1 1 7]   [      ]", + "options": [ + "[1 9 3]", + "[1 8 3]", + "[0 1 5]", + "[0 1 9]", + "[1 9 0]", + "[2 3 9]", + "[1 3 9]", + "[9 5 0]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[1 2 3]   [2 2 6]   [3 2 4]
[2 1 3]   [3 1 6]   [4 1 4]
[3 0 3]   [4 0 6]   [      ]", + "options": [ + "[5 0 4]", + "[3 1 6]", + "[4 5 0]", + "[2 2 3]", + "[3 1 4]", + "[2 2 4]", + "[5 4 0]", + "[6 0 4]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[8 1 0]   [7 7 0]   [6 8 0]
[7 1 3]   [6 7 3]   [5 8 3]
[6 1 7]   [5 7 7]   [      ]", + "options": [ + "[4 7 8]", + "[8 1 0]", + "[4 9 7]", + "[5 1 3]", + "[6 3 0]", + "[4 8 7]", + "[4 3 0]", + "[8 1 7]" + ], + "correct": 5, + "prob_ind": 41 + }, + { + "prompt": "[4 8 0]   [5 0 0]   [6 2 0]
[5 8 9]   [6 0 9]   [7 2 9]
[6 8 1]   [7 0 1]   [      ]", + "options": [ + "[0 2 6]", + "[7 0 1]", + "[5 8 9]", + "[8 5 8]", + "[3 8 9]", + "[8 2 1]", + "[6 0 2]", + "[5 8 8]" + ], + "correct": 5, + "prob_ind": 42 + }, + { + "prompt": "[6 1 3]   [6 3 4]   [6 6 5]
[1 1 4]   [1 3 5]   [1 6 6]
[7 1 5]   [7 3 6]   [      ]", + "options": [ + "[1 1 1]", + "[1 7 6]", + "[1 6 1]", + "[1 1 6]", + "[1 6 6]", + "[7 6 6]", + "[6 1 1]", + "[7 6 7]" + ], + "correct": 7, + "prob_ind": 43 + }, + { + "prompt": "[1 5 5]   [0 6 8]   [2 7 9]
[1 6 5]   [0 7 8]   [2 8 9]
[1 7 5]   [0 8 8]   [      ]", + "options": [ + "[0 5 8]", + "[8 5 9]", + "[2 9 9]", + "[5 1 7]", + "[2 5 8]", + "[1 1 5]", + "[1 7 5]", + "[1 9 5]" + ], + "correct": 2, + "prob_ind": 44 + }, + { + "prompt": "[3 2 3]   [3 2 4]   [3 2 5]
[7 7 4]   [7 7 5]   [7 7 6]
[0 1 5]   [0 1 6]   [      ]", + "options": [ + "[1 0 7]", + "[0 1 7]", + "[7 7 4]", + "[0 1 5]", + "[1 7 0]", + "[7 9 4]", + "[0 5 1]", + "[9 4 2]" + ], + "correct": 1, + "prob_ind": 45 + }, + { + "prompt": "[9 3 8]   [4 9 6]   [1 0 4]
[9 3 6]   [4 9 4]   [1 0 2]
[9 3 4]   [4 9 2]   [      ]", + "options": [ + "[4 9 3]", + "[9 2 6]", + "[0 1 0]", + "[4 9 6]", + "[1 0 0]", + "[9 2 4]", + "[1 0 4]", + "[9 3 8]" + ], + "correct": 4, + "prob_ind": 46 + }, + { + "prompt": "[3 0 6]   [3 1 4]   [3 2 7]
[8 1 6]   [8 2 4]   [8 3 7]
[4 2 6]   [4 3 4]   [      ]", + "options": [ + "[4 0 4]", + "[4 7 4]", + "[4 7 2]", + "[4 3 4]", + "[3 4 7]", + "[9 2 4]", + "[2 7 3]", + "[4 4 7]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[1 9 4]   [1 8 6]   [1 7 8]
[9 8 4]   [9 7 6]   [9 6 8]
[0 7 4]   [0 6 6]   [      ]", + "options": [ + "[0 4 9]", + "[0 5 7]", + "[6 8 2]", + "[6 4 2]", + "[0 5 8]", + "[1 8 6]", + "[0 4 8]", + "[9 8 3]" + ], + "correct": 4, + "prob_ind": 48 + }, + { + "prompt": "[0 1 8]   [2 0 8]   [4 8 8]
[2 1 7]   [4 0 7]   [6 8 7]
[4 1 2]   [6 0 2]   [      ]", + "options": [ + "[5 1 7]", + "[8 8 2]", + "[6 9 6]", + "[6 8 7]", + "[6 7 8]", + "[4 1 2]", + "[4 1 7]", + "[6 1 7]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[9 3 2]   [4 4 2]   [6 5 2]
[9 4 3]   [4 5 3]   [6 6 3]
[9 5 7]   [4 6 7]   [      ]", + "options": [ + "[6 5 1]", + "[6 7 7]", + "[9 9 5]", + "[6 3 6]", + "[6 7 8]", + "[9 4 2]", + "[7 9 9]", + "[9 7 9]" + ], + "correct": 1, + "prob_ind": 50 + }, + { + "prompt": "[8 8 6]   [7 8 6]   [6 8 6]
[7 7 8]   [6 7 8]   [5 7 8]
[6 2 3]   [5 2 3]   [      ]", + "options": [ + "[4 7 3]", + "[4 1 3]", + "[3 2 6]", + "[7 7 3]", + "[5 8 8]", + "[4 2 3]", + "[6 6 8]", + "[6 7 8]" + ], + "correct": 5, + "prob_ind": 51 + }, + { + "prompt": "[0 2 5]   [0 2 4]   [0 2 3]
[8 7 4]   [8 7 3]   [8 7 2]
[5 4 3]   [5 4 2]   [      ]", + "options": [ + "[5 2 1]", + "[5 7 7]", + "[5 4 1]", + "[3 4 5]", + "[5 2 4]", + "[3 4 3]", + "[9 2 7]", + "[8 7 2]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[9 2 3]   [7 4 3]   [5 1 3]
[7 2 7]   [5 4 7]   [3 1 7]
[5 2 4]   [3 4 4]   [      ]", + "options": [ + "[3 1 5]", + "[5 2 7]", + "[3 2 3]", + "[2 1 4]", + "[3 5 1]", + "[3 7 4]", + "[9 2 3]", + "[1 1 4]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[1 4 1]   [2 7 8]   [3 2 4]
[2 4 1]   [3 7 8]   [4 2 4]
[3 4 1]   [4 7 8]   [      ]", + "options": [ + "[3 7 4]", + "[5 3 2]", + "[3 0 5]", + "[5 3 0]", + "[5 2 4]", + "[2 1 4]", + "[2 8 7]", + "[5 0 3]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[0 9 4]   [2 0 4]   [4 6 4]
[2 9 0]   [4 0 0]   [6 6 0]
[4 9 8]   [6 0 8]   [      ]", + "options": [ + "[4 6 5]", + "[4 9 8]", + "[6 6 8]", + "[8 6 8]", + "[9 6 8]", + "[6 5 6]", + "[4 6 4]", + "[4 6 8]" + ], + "correct": 3, + "prob_ind": 55 + }, + { + "prompt": "[0 8 7]   [0 6 6]   [0 3 5]
[7 8 6]   [7 6 5]   [7 3 4]
[2 8 5]   [2 6 4]   [      ]", + "options": [ + "[7 6 6]", + "[0 6 7]", + "[7 0 8]", + "[7 3 6]", + "[7 6 0]", + "[9 6 6]", + "[2 3 3]", + "[6 0 6]" + ], + "correct": 6, + "prob_ind": 56 + }, + { + "prompt": "[9 7 7]   [7 7 7]   [5 7 7]
[7 9 3]   [5 9 3]   [3 9 3]
[5 2 8]   [3 2 8]   [      ]", + "options": [ + "[5 8 3]", + "[3 2 8]", + "[8 5 2]", + "[5 9 3]", + "[8 9 3]", + "[1 2 8]", + "[5 7 3]", + "[5 2 3]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[2 5 0]   [2 7 2]   [2 2 4]
[1 5 2]   [1 7 4]   [1 2 6]
[3 5 4]   [3 7 6]   [      ]", + "options": [ + "[3 2 8]", + "[4 2 2]", + "[1 2 6]", + "[2 4 1]", + "[1 2 4]", + "[2 2 4]", + "[3 2 6]", + "[3 5 0]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[4 5 0]   [5 5 1]   [1 5 2]
[4 8 1]   [5 8 2]   [1 8 3]
[4 6 2]   [5 6 3]   [      ]", + "options": [ + "[9 7 7]", + "[5 5 2]", + "[1 6 4]", + "[4 1 6]", + "[4 4 2]", + "[7 8 3]", + "[6 1 4]", + "[1 7 4]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[5 0 9]   [5 0 7]   [5 0 5]
[0 6 7]   [0 6 5]   [0 6 3]
[9 5 5]   [9 5 3]   [      ]", + "options": [ + "[8 5 5]", + "[1 5 9]", + "[5 1 9]", + "[9 5 1]", + "[5 5 8]", + "[5 5 9]", + "[9 5 5]", + "[9 5 9]" + ], + "correct": 3, + "prob_ind": 60 + }, + { + "prompt": "[0 0 3]   [0 0 4]   [0 0 5]
[5 6 4]   [5 6 5]   [5 6 6]
[7 7 5]   [7 7 6]   [      ]", + "options": [ + "[3 0 2]", + "[7 8 7]", + "[7 6 7]", + "[5 6 6]", + "[7 7 8]", + "[2 0 3]", + "[7 7 7]", + "[0 0 4]" + ], + "correct": 6, + "prob_ind": 61 + }, + { + "prompt": "[4 2 4]   [1 3 4]   [8 4 4]
[4 3 0]   [1 4 0]   [8 5 0]
[4 4 2]   [1 5 2]   [      ]", + "options": [ + "[1 3 4]", + "[4 2 2]", + "[4 0 3]", + "[2 6 8]", + "[8 5 0]", + "[1 2 4]", + "[8 6 2]", + "[2 6 2]" + ], + "correct": 6, + "prob_ind": 62 + }, + { + "prompt": "[8 9 6]   [4 8 4]   [6 7 7]
[8 8 6]   [4 7 4]   [6 6 7]
[8 7 6]   [4 6 4]   [      ]", + "options": [ + "[8 9 4]", + "[7 6 7]", + "[6 7 7]", + "[6 7 6]", + "[6 5 7]", + "[6 5 3]", + "[6 6 7]", + "[7 6 5]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[6 3 6]   [5 6 5]   [1 2 4]
[6 3 5]   [5 6 4]   [1 2 3]
[6 3 4]   [5 6 3]   [      ]", + "options": [ + "[6 2 6]", + "[6 3 6]", + "[6 3 3]", + "[6 1 5]", + "[2 2 1]", + "[4 6 5]", + "[1 2 2]", + "[1 4 2]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[0 8 2]   [0 5 3]   [0 0 4]
[7 8 3]   [7 5 4]   [7 0 5]
[3 8 4]   [3 5 5]   [      ]", + "options": [ + "[5 7 4]", + "[7 5 4]", + "[3 5 5]", + "[3 0 6]", + "[5 3 5]", + "[0 5 5]", + "[5 0 3]", + "[5 0 5]" + ], + "correct": 3, + "prob_ind": 65 + }, + { + "prompt": "[1 4 6]   [3 4 5]   [5 4 9]
[3 6 6]   [5 6 5]   [7 6 9]
[5 3 6]   [7 3 5]   [      ]", + "options": [ + "[3 1 3]", + "[9 3 9]", + "[5 6 3]", + "[3 5 6]", + "[7 9 1]", + "[3 1 2]", + "[1 3 3]", + "[3 6 9]" + ], + "correct": 1, + "prob_ind": 66 + }, + { + "prompt": "[1 4 2]   [3 4 2]   [5 4 2]
[3 0 6]   [5 0 6]   [7 0 6]
[5 8 9]   [7 8 9]   [      ]", + "options": [ + "[5 2 4]", + "[9 9 5]", + "[2 5 4]", + "[9 7 4]", + "[8 9 9]", + "[5 2 5]", + "[9 8 9]", + "[9 7 9]" + ], + "correct": 6, + "prob_ind": 67 + }, + { + "prompt": "[7 8 8]   [7 6 5]   [7 4 0]
[9 6 8]   [9 4 5]   [9 2 0]
[6 4 8]   [6 2 5]   [      ]", + "options": [ + "[8 4 4]", + "[4 8 2]", + "[0 6 0]", + "[5 2 5]", + "[3 8 4]", + "[6 0 0]", + "[4 8 4]", + "[0 8 0]" + ], + "correct": 5, + "prob_ind": 68 + }, + { + "prompt": "[0 3 3]   [5 6 4]   [9 9 5]
[0 3 4]   [5 6 5]   [9 9 6]
[0 3 5]   [5 6 6]   [      ]", + "options": [ + "[3 0 4]", + "[9 9 9]", + "[9 9 6]", + "[9 9 7]", + "[7 3 0]", + "[6 5 5]", + "[9 6 9]", + "[0 9 3]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[9 8 0]   [0 8 1]   [4 8 2]
[9 9 1]   [0 9 2]   [4 9 3]
[9 7 2]   [0 7 3]   [      ]", + "options": [ + "[4 8 4]", + "[0 8 3]", + "[4 7 4]", + "[4 7 2]", + "[4 9 4]", + "[8 4 4]", + "[7 5 5]", + "[7 4 4]" + ], + "correct": 2, + "prob_ind": 70 + }, + { + "prompt": "[2 9 6]   [2 7 6]   [2 5 6]
[3 7 8]   [3 5 8]   [3 3 8]
[0 5 5]   [0 3 5]   [      ]", + "options": [ + "[3 5 6]", + "[0 5 5]", + "[5 5 4]", + "[0 1 5]", + "[1 2 4]", + "[5 0 1]", + "[2 4 0]", + "[4 2 0]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[0 2 4]   [1 8 4]   [2 0 4]
[1 2 9]   [2 8 9]   [3 0 9]
[2 2 1]   [3 8 1]   [      ]", + "options": [ + "[9 3 0]", + "[8 3 5]", + "[4 1 1]", + "[1 4 0]", + "[9 1 0]", + "[0 9 1]", + "[4 1 0]", + "[4 0 1]" + ], + "correct": 7, + "prob_ind": 72 + }, + { + "prompt": "[5 0 2]   [4 9 0]   [3 3 6]
[4 0 2]   [3 9 0]   [2 3 6]
[3 0 2]   [2 9 0]   [      ]", + "options": [ + "[3 0 0]", + "[1 6 3]", + "[3 1 6]", + "[1 3 6]", + "[0 3 6]", + "[6 1 3]", + "[6 3 1]", + "[1 1 6]" + ], + "correct": 3, + "prob_ind": 73 + }, + { + "prompt": "[8 0 7]   [8 2 7]   [8 4 7]
[4 2 4]   [4 4 4]   [4 6 4]
[5 4 8]   [5 6 8]   [      ]", + "options": [ + "[5 7 8]", + "[5 8 8]", + "[5 8 7]", + "[8 8 5]", + "[0 8 7]", + "[8 5 8]", + "[7 5 8]", + "[8 7 8]" + ], + "correct": 1, + "prob_ind": 74 + }, + { + "prompt": "[3 0 1]   [4 0 2]   [5 0 0]
[4 5 1]   [5 5 2]   [6 5 0]
[5 3 1]   [6 3 2]   [      ]", + "options": [ + "[5 3 1]", + "[7 3 0]", + "[6 5 0]", + "[9 6 7]", + "[3 0 7]", + "[3 7 0]", + "[4 5 1]", + "[6 5 1]" + ], + "correct": 1, + "prob_ind": 75 + }, + { + "prompt": "[6 0 0]   [5 0 3]   [4 0 7]
[5 4 0]   [4 4 3]   [3 4 7]
[4 9 0]   [3 9 3]   [      ]", + "options": [ + "[3 9 7]", + "[9 2 7]", + "[9 7 2]", + "[4 0 7]", + "[5 4 3]", + "[7 2 9]", + "[7 9 2]", + "[2 9 7]" + ], + "correct": 7, + "prob_ind": 76 + }, + { + "prompt": "[9 6 5]   [7 6 1]   [5 6 8]
[7 3 5]   [5 3 1]   [3 3 8]
[5 9 5]   [3 9 1]   [      ]", + "options": [ + "[1 7 6]", + "[1 9 8]", + "[0 9 8]", + "[2 3 2]", + "[3 3 5]", + "[1 7 8]", + "[9 5 5]", + "[5 6 8]" + ], + "correct": 1, + "prob_ind": 77 + }, + { + "prompt": "[5 4 4]   [5 5 4]   [5 6 4]
[0 5 1]   [0 6 1]   [0 7 1]
[1 6 8]   [1 7 8]   [      ]", + "options": [ + "[8 8 8]", + "[1 7 8]", + "[6 9 8]", + "[1 8 8]", + "[8 9 8]", + "[8 8 1]", + "[1 6 8]", + "[5 4 4]" + ], + "correct": 3, + "prob_ind": 78 + }, + { + "prompt": "[3 6 0]   [4 6 0]   [5 6 0]
[4 9 6]   [5 9 6]   [6 9 6]
[5 4 7]   [6 4 7]   [      ]", + "options": [ + "[7 4 6]", + "[6 5 9]", + "[7 6 0]", + "[7 4 7]", + "[6 4 7]", + "[6 6 6]", + "[9 6 6]", + "[7 4 5]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[5 1 1]   [5 3 3]   [5 5 7]
[3 3 1]   [3 5 3]   [3 7 7]
[7 5 1]   [7 7 3]   [      ]", + "options": [ + "[8 2 8]", + "[3 5 1]", + "[7 9 7]", + "[9 9 7]", + "[7 7 3]", + "[7 3 7]", + "[3 7 7]", + "[3 6 7]" + ], + "correct": 2, + "prob_ind": 80 + }, + { + "prompt": "[8 3 2]   [8 3 3]   [8 3 4]
[2 4 3]   [2 4 4]   [2 4 5]
[7 0 4]   [7 0 5]   [      ]", + "options": [ + "[4 2 3]", + "[7 0 6]", + "[4 7 5]", + "[5 4 6]", + "[4 7 2]", + "[4 3 3]", + "[2 3 2]", + "[2 4 5]" + ], + "correct": 1, + "prob_ind": 81 + }, + { + "prompt": "[0 8 4]   [1 9 1]   [2 2 2]
[1 8 4]   [2 9 1]   [3 2 2]
[2 8 4]   [3 9 1]   [      ]", + "options": [ + "[4 1 8]", + "[1 8 4]", + "[4 0 3]", + "[4 3 2]", + "[4 2 2]", + "[9 6 4]", + "[3 2 0]", + "[3 2 2]" + ], + "correct": 4, + "prob_ind": 82 + }, + { + "prompt": "[2 5 6]   [3 5 4]   [4 5 7]
[3 7 6]   [4 7 4]   [5 7 7]
[4 0 6]   [5 0 4]   [      ]", + "options": [ + "[2 5 6]", + "[7 0 6]", + "[4 6 4]", + "[4 5 9]", + "[5 4 3]", + "[4 7 4]", + "[6 0 7]", + "[7 6 0]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[1 2 3]   [2 3 0]   [3 4 2]
[2 2 3]   [3 3 0]   [4 4 2]
[3 2 3]   [4 3 0]   [      ]", + "options": [ + "[4 4 2]", + "[2 5 4]", + "[5 4 2]", + "[4 5 2]", + "[7 4 2]", + "[1 4 3]", + "[2 4 5]", + "[1 2 3]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[4 0 8]   [5 0 6]   [8 0 4]
[4 8 6]   [5 8 4]   [8 8 2]
[4 6 4]   [5 6 2]   [      ]", + "options": [ + "[8 6 0]", + "[8 9 2]", + "[8 0 6]", + "[8 8 0]", + "[0 9 6]", + "[5 7 2]", + "[0 8 6]", + "[5 5 8]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[3 5 0]   [4 5 3]   [5 5 4]
[4 6 0]   [5 6 3]   [6 6 4]
[5 8 0]   [6 8 3]   [      ]", + "options": [ + "[1 7 9]", + "[7 1 9]", + "[4 5 4]", + "[8 6 3]", + "[7 8 4]", + "[8 3 6]", + "[8 8 3]", + "[6 3 5]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[8 6 1]   [6 6 1]   [4 6 1]
[6 8 0]   [4 8 0]   [2 8 0]
[4 3 8]   [2 3 8]   [      ]", + "options": [ + "[4 0 8]", + "[0 4 8]", + "[5 5 7]", + "[4 8 1]", + "[3 8 0]", + "[4 4 8]", + "[8 2 0]", + "[0 3 8]" + ], + "correct": 7, + "prob_ind": 87 + }, + { + "prompt": "[0 0 1]   [0 0 3]   [0 0 5]
[6 3 3]   [6 3 5]   [6 3 7]
[8 9 5]   [8 9 7]   [      ]", + "options": [ + "[3 6 4]", + "[8 9 7]", + "[8 9 9]", + "[6 3 5]", + "[3 6 5]", + "[0 0 1]", + "[5 6 3]", + "[8 6 4]" + ], + "correct": 2, + "prob_ind": 88 + }, + { + "prompt": "[9 0 6]   [9 7 5]   [9 2 4]
[3 0 5]   [3 7 4]   [3 2 3]
[4 0 4]   [4 7 3]   [      ]", + "options": [ + "[2 4 2]", + "[4 2 2]", + "[9 0 5]", + "[2 2 4]", + "[5 3 5]", + "[5 2 3]", + "[9 7 4]", + "[4 2 9]" + ], + "correct": 1, + "prob_ind": 89 + }, + { + "prompt": "[6 3 5]   [6 4 3]   [6 5 6]
[0 4 5]   [0 5 3]   [0 6 6]
[5 5 5]   [5 6 3]   [      ]", + "options": [ + "[8 8 2]", + "[6 4 8]", + "[3 7 6]", + "[5 7 6]", + "[5 6 5]", + "[3 7 8]", + "[6 4 5]", + "[2 8 8]" + ], + "correct": 3, + "prob_ind": 90 + }, + { + "prompt": "[9 4 8]   [3 3 8]   [5 2 8]
[9 3 5]   [3 2 5]   [5 1 5]
[9 2 1]   [3 1 1]   [      ]", + "options": [ + "[0 5 5]", + "[0 5 1]", + "[4 4 5]", + "[5 1 5]", + "[3 1 2]", + "[3 1 5]", + "[3 2 5]", + "[5 0 1]" + ], + "correct": 7, + "prob_ind": 91 + }, + { + "prompt": "[9 1 3]   [0 2 1]   [5 3 2]
[9 2 3]   [0 3 1]   [5 4 2]
[9 3 3]   [0 4 1]   [      ]", + "options": [ + "[9 4 3]", + "[7 1 3]", + "[6 3 2]", + "[5 3 3]", + "[9 3 3]", + "[5 5 2]", + "[5 3 1]", + "[2 5 5]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[9 2 5]   [7 6 4]   [4 5 3]
[9 2 4]   [7 6 3]   [4 5 2]
[9 2 3]   [7 6 2]   [      ]", + "options": [ + "[4 5 1]", + "[4 5 2]", + "[9 2 3]", + "[0 3 3]", + "[8 2 3]", + "[0 8 9]", + "[4 3 5]", + "[8 2 5]" + ], + "correct": 0, + "prob_ind": 93 + }, + { + "prompt": "[8 0 1]   [8 2 1]   [8 4 1]
[3 2 2]   [3 4 2]   [3 6 2]
[1 4 6]   [1 6 6]   [      ]", + "options": [ + "[2 6 7]", + "[8 0 1]", + "[8 6 1]", + "[1 8 6]", + "[7 0 1]", + "[2 3 2]", + "[6 9 8]", + "[6 8 1]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[7 0 4]   [1 2 6]   [4 4 9]
[7 2 4]   [1 4 6]   [4 6 9]
[7 4 4]   [1 6 6]   [      ]", + "options": [ + "[2 4 0]", + "[7 0 4]", + "[7 2 4]", + "[4 8 9]", + "[1 4 6]", + "[6 6 1]", + "[1 6 6]", + "[5 6 9]" + ], + "correct": 3, + "prob_ind": 95 + }, + { + "prompt": "[8 2 2]   [8 2 3]   [8 2 4]
[0 7 3]   [0 7 4]   [0 7 5]
[6 8 4]   [6 8 5]   [      ]", + "options": [ + "[6 8 6]", + "[7 3 0]", + "[3 1 4]", + "[6 2 4]", + "[8 6 6]", + "[8 7 3]", + "[6 8 4]", + "[7 0 4]" + ], + "correct": 0, + "prob_ind": 96 + }, + { + "prompt": "[9 7 0]   [2 7 1]   [7 7 2]
[9 4 1]   [2 4 2]   [7 4 3]
[9 3 2]   [2 3 3]   [      ]", + "options": [ + "[9 7 0]", + "[4 3 7]", + "[9 7 3]", + "[1 5 8]", + "[7 3 4]", + "[7 1 4]", + "[7 9 3]", + "[2 7 2]" + ], + "correct": 4, + "prob_ind": 97 + }, + { + "prompt": "[8 8 1]   [7 8 9]   [6 8 8]
[7 6 1]   [6 6 9]   [5 6 8]
[6 1 1]   [5 1 9]   [      ]", + "options": [ + "[1 4 8]", + "[7 4 3]", + "[4 1 8]", + "[1 1 8]", + "[1 8 4]", + "[1 4 4]", + "[7 6 8]", + "[8 1 4]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[6 8 0]   [6 6 0]   [6 4 0]
[1 6 4]   [1 4 4]   [1 2 4]
[8 4 8]   [8 2 8]   [      ]", + "options": [ + "[2 8 8]", + "[1 6 0]", + "[1 4 6]", + "[3 6 1]", + "[0 8 8]", + "[8 0 8]", + "[8 4 8]", + "[4 6 1]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "three_rule_comb3": [ + { + "prompt": "[9 1 4]   [3 3 7]   [5 7 8]
[9 7 7]   [3 1 8]   [5 3 4]
[9 3 8]   [3 7 4]   [      ]", + "options": [ + "[7 2 3]", + "[4 5 3]", + "[7 9 7]", + "[7 1 7]", + "[5 1 9]", + "[5 8 7]", + "[7 5 3]", + "[5 1 7]" + ], + "correct": 7, + "prob_ind": 0 + }, + { + "prompt": "[2 6 0]   [3 1 4]   [5 4 2]
[5 1 0]   [2 4 4]   [3 6 2]
[3 4 0]   [5 6 4]   [      ]", + "options": [ + "[2 1 2]", + "[9 8 8]", + "[5 2 4]", + "[3 6 2]", + "[5 3 2]", + "[2 2 1]", + "[4 2 4]", + "[2 5 4]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[2 7 5]   [6 7 7]   [9 7 0]
[6 6 7]   [9 6 0]   [2 6 5]
[9 3 0]   [2 3 5]   [      ]", + "options": [ + "[6 3 7]", + "[1 0 6]", + "[6 7 7]", + "[2 1 5]", + "[6 6 5]", + "[2 7 5]", + "[9 7 0]", + "[7 6 6]" + ], + "correct": 0, + "prob_ind": 2 + }, + { + "prompt": "[4 2 7]   [1 2 9]   [5 2 3]
[5 0 9]   [4 0 3]   [1 0 7]
[1 8 3]   [5 8 7]   [      ]", + "options": [ + "[5 8 7]", + "[4 2 0]", + "[4 8 9]", + "[7 0 9]", + "[5 0 9]", + "[3 8 3]", + "[4 2 9]", + "[6 0 9]" + ], + "correct": 2, + "prob_ind": 3 + }, + { + "prompt": "[3 4 5]   [0 4 4]   [4 4 7]
[0 2 4]   [4 2 7]   [3 2 5]
[4 5 7]   [3 5 5]   [      ]", + "options": [ + "[0 4 4]", + "[0 4 2]", + "[0 5 4]", + "[2 3 1]", + "[4 4 7]", + "[4 2 7]", + "[1 3 2]", + "[4 5 0]" + ], + "correct": 2, + "prob_ind": 4 + }, + { + "prompt": "[9 8 0]   [4 1 0]   [6 6 0]
[4 1 2]   [6 6 2]   [9 8 2]
[6 6 4]   [9 8 4]   [      ]", + "options": [ + "[4 1 0]", + "[4 1 4]", + "[6 3 3]", + "[6 4 2]", + "[4 1 3]", + "[6 3 2]", + "[6 6 2]", + "[6 6 4]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[6 5 7]   [4 7 7]   [2 3 7]
[4 7 1]   [2 3 1]   [6 5 1]
[2 3 8]   [6 5 8]   [      ]", + "options": [ + "[4 7 5]", + "[6 4 1]", + "[6 5 8]", + "[4 8 7]", + "[4 7 8]", + "[7 0 0]", + "[4 3 1]", + "[2 3 1]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[9 2 9]   [4 0 8]   [5 4 6]
[5 0 9]   [9 4 8]   [4 2 6]
[4 4 9]   [5 2 8]   [      ]", + "options": [ + "[6 6 1]", + "[4 1 6]", + "[6 4 1]", + "[4 0 8]", + "[8 0 4]", + "[6 9 0]", + "[9 6 0]", + "[9 0 6]" + ], + "correct": 7, + "prob_ind": 7 + }, + { + "prompt": "[9 0 8]   [5 1 8]   [7 3 8]
[7 3 9]   [9 0 9]   [5 1 9]
[5 1 5]   [7 3 5]   [      ]", + "options": [ + "[9 3 7]", + "[7 3 8]", + "[9 9 4]", + "[9 0 5]", + "[9 0 4]", + "[9 0 9]", + "[5 1 5]", + "[1 2 1]" + ], + "correct": 3, + "prob_ind": 8 + }, + { + "prompt": "[4 2 9]   [9 0 9]   [8 4 9]
[9 0 3]   [8 4 3]   [4 2 3]
[8 4 4]   [4 2 4]   [      ]", + "options": [ + "[6 7 5]", + "[4 2 9]", + "[9 0 4]", + "[8 9 4]", + "[5 5 7]", + "[4 2 1]", + "[6 5 7]", + "[4 8 9]" + ], + "correct": 2, + "prob_ind": 9 + }, + { + "prompt": "[8 5 9]   [8 2 7]   [8 7 4]
[0 2 7]   [0 7 4]   [0 5 9]
[6 7 4]   [6 5 9]   [      ]", + "options": [ + "[7 7 2]", + "[7 8 4]", + "[4 7 8]", + "[8 4 7]", + "[6 9 5]", + "[5 9 0]", + "[7 6 2]", + "[6 2 7]" + ], + "correct": 7, + "prob_ind": 10 + }, + { + "prompt": "[0 9 7]   [8 7 6]   [4 5 5]
[4 7 7]   [0 5 6]   [8 9 5]
[8 5 7]   [4 9 6]   [      ]", + "options": [ + "[8 5 5]", + "[0 7 5]", + "[8 9 5]", + "[5 0 6]", + "[4 5 5]", + "[8 7 5]", + "[6 2 6]", + "[8 7 6]" + ], + "correct": 1, + "prob_ind": 11 + }, + { + "prompt": "[1 0 6]   [1 4 8]   [1 1 1]
[2 1 8]   [2 0 1]   [2 4 6]
[3 4 1]   [3 1 6]   [      ]", + "options": [ + "[6 4 2]", + "[1 1 6]", + "[2 4 6]", + "[3 1 6]", + "[3 0 8]", + "[2 4 4]", + "[4 1 8]", + "[0 4 6]" + ], + "correct": 4, + "prob_ind": 12 + }, + { + "prompt": "[6 6 9]   [5 4 3]   [2 0 6]
[6 0 6]   [5 6 9]   [2 4 3]
[6 4 3]   [5 0 6]   [      ]", + "options": [ + "[2 6 3]", + "[2 6 9]", + "[5 0 6]", + "[6 0 6]", + "[2 6 7]", + "[2 6 6]", + "[2 6 8]", + "[6 0 7]" + ], + "correct": 1, + "prob_ind": 13 + }, + { + "prompt": "[2 2 2]   [3 3 5]   [4 0 9]
[2 3 5]   [3 0 9]   [4 2 2]
[2 0 9]   [3 2 2]   [      ]", + "options": [ + "[4 0 9]", + "[3 3 9]", + "[3 2 2]", + "[4 5 5]", + "[3 2 0]", + "[3 4 5]", + "[4 3 5]", + "[2 3 5]" + ], + "correct": 6, + "prob_ind": 14 + }, + { + "prompt": "[8 3 9]   [8 7 0]   [8 4 8]
[9 4 8]   [9 3 9]   [9 7 0]
[1 7 0]   [1 4 8]   [      ]", + "options": [ + "[1 3 9]", + "[9 9 3]", + "[9 7 9]", + "[8 4 3]", + "[9 7 8]", + "[9 3 9]", + "[8 8 0]", + "[8 4 9]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[5 3 1]   [1 9 1]   [2 5 1]
[1 9 8]   [2 5 8]   [5 3 8]
[2 5 6]   [5 3 6]   [      ]", + "options": [ + "[2 8 9]", + "[6 1 9]", + "[8 9 7]", + "[6 1 4]", + "[4 3 8]", + "[1 9 4]", + "[9 8 1]", + "[1 9 6]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[8 4 4]   [9 9 4]   [4 2 4]
[4 9 6]   [8 2 6]   [9 4 6]
[9 2 9]   [4 4 9]   [      ]", + "options": [ + "[4 1 2]", + "[0 7 0]", + "[8 9 9]", + "[4 7 6]", + "[9 9 9]", + "[5 5 1]", + "[8 1 6]", + "[8 4 4]" + ], + "correct": 2, + "prob_ind": 17 + }, + { + "prompt": "[5 5 8]   [9 3 8]   [4 7 8]
[4 7 1]   [5 5 1]   [9 3 1]
[9 3 9]   [4 7 9]   [      ]", + "options": [ + "[9 5 5]", + "[5 5 8]", + "[6 5 9]", + "[5 5 9]", + "[9 3 8]", + "[5 7 9]", + "[6 5 8]", + "[5 9 5]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[7 1 4]   [3 1 1]   [8 1 9]
[8 8 1]   [7 8 9]   [3 8 4]
[3 2 9]   [8 2 4]   [      ]", + "options": [ + "[2 7 1]", + "[1 9 8]", + "[3 1 8]", + "[7 2 1]", + "[3 1 9]", + "[8 8 2]", + "[8 8 1]", + "[1 2 9]" + ], + "correct": 3, + "prob_ind": 19 + }, + { + "prompt": "[9 7 0]   [1 5 1]   [3 8 4]
[3 5 0]   [9 8 1]   [1 7 4]
[1 8 0]   [3 7 1]   [      ]", + "options": [ + "[1 8 1]", + "[5 3 0]", + "[3 7 1]", + "[7 8 9]", + "[9 5 4]", + "[8 9 9]", + "[4 9 5]", + "[1 7 4]" + ], + "correct": 4, + "prob_ind": 20 + }, + { + "prompt": "[3 7 2]   [8 6 4]   [9 3 9]
[9 7 9]   [3 6 2]   [8 3 4]
[8 7 4]   [9 6 9]   [      ]", + "options": [ + "[4 9 9]", + "[3 3 2]", + "[4 1 2]", + "[4 8 9]", + "[4 8 7]", + "[3 1 2]", + "[8 7 4]", + "[9 6 4]" + ], + "correct": 1, + "prob_ind": 21 + }, + { + "prompt": "[9 5 6]   [4 0 2]   [1 7 9]
[4 5 9]   [1 0 6]   [9 7 2]
[1 5 2]   [9 0 9]   [      ]", + "options": [ + "[6 4 7]", + "[4 7 6]", + "[6 4 5]", + "[6 9 5]", + "[1 0 9]", + "[4 5 6]", + "[9 5 6]", + "[6 5 6]" + ], + "correct": 1, + "prob_ind": 22 + }, + { + "prompt": "[4 3 2]   [3 9 2]   [8 0 2]
[3 0 3]   [8 3 3]   [4 9 3]
[8 9 9]   [4 0 9]   [      ]", + "options": [ + "[3 4 9]", + "[3 1 3]", + "[5 5 1]", + "[3 3 9]", + "[4 4 3]", + "[3 0 2]", + "[3 9 3]", + "[7 0 6]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[1 6 4]   [0 7 1]   [8 1 2]
[0 6 2]   [8 7 4]   [1 1 1]
[8 6 1]   [1 7 2]   [      ]", + "options": [ + "[0 5 1]", + "[1 2 0]", + "[8 8 1]", + "[1 1 4]", + "[5 0 1]", + "[1 5 0]", + "[0 1 4]", + "[1 4 0]" + ], + "correct": 6, + "prob_ind": 24 + }, + { + "prompt": "[0 6 0]   [0 0 8]   [0 9 5]
[8 9 8]   [8 6 5]   [8 0 0]
[1 0 5]   [1 9 0]   [      ]", + "options": [ + "[0 6 2]", + "[1 5 2]", + "[1 8 8]", + "[1 5 0]", + "[0 8 8]", + "[2 6 0]", + "[1 6 8]", + "[6 8 1]" + ], + "correct": 6, + "prob_ind": 25 + }, + { + "prompt": "[5 1 0]   [3 7 6]   [8 8 8]
[8 7 0]   [5 8 6]   [3 1 8]
[3 8 0]   [8 1 6]   [      ]", + "options": [ + "[8 7 0]", + "[8 7 5]", + "[8 6 5]", + "[0 6 7]", + "[5 7 8]", + "[8 6 1]", + "[0 8 7]", + "[6 7 0]" + ], + "correct": 4, + "prob_ind": 26 + }, + { + "prompt": "[7 7 3]   [7 1 1]   [7 8 6]
[9 1 6]   [9 8 3]   [9 7 1]
[1 8 1]   [1 7 6]   [      ]", + "options": [ + "[6 8 6]", + "[9 7 6]", + "[1 1 6]", + "[8 6 6]", + "[1 8 6]", + "[7 8 6]", + "[1 1 3]", + "[7 2 5]" + ], + "correct": 6, + "prob_ind": 27 + }, + { + "prompt": "[4 7 9]   [2 7 4]   [1 7 0]
[1 9 4]   [4 9 0]   [2 9 9]
[2 0 0]   [1 0 9]   [      ]", + "options": [ + "[2 0 8]", + "[4 0 6]", + "[0 2 0]", + "[2 7 6]", + "[4 0 4]", + "[4 4 0]", + "[2 0 9]", + "[5 0 4]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[0 6 1]   [3 2 1]   [2 8 1]
[2 8 6]   [0 6 6]   [3 2 6]
[3 2 7]   [2 8 7]   [      ]", + "options": [ + "[9 6 1]", + "[7 6 0]", + "[4 2 1]", + "[7 6 2]", + "[7 8 2]", + "[0 6 7]", + "[1 8 2]", + "[1 2 4]" + ], + "correct": 5, + "prob_ind": 29 + }, + { + "prompt": "[2 1 3]   [5 4 3]   [4 9 3]
[5 9 4]   [4 1 4]   [2 4 4]
[4 4 9]   [2 9 9]   [      ]", + "options": [ + "[5 9 4]", + "[4 3 5]", + "[3 9 4]", + "[9 4 4]", + "[5 4 3]", + "[5 2 9]", + "[5 1 9]", + "[9 1 5]" + ], + "correct": 6, + "prob_ind": 30 + }, + { + "prompt": "[9 7 6]   [6 4 6]   [7 8 6]
[6 4 5]   [7 8 5]   [9 7 5]
[7 8 8]   [9 7 8]   [      ]", + "options": [ + "[7 9 8]", + "[4 8 6]", + "[7 9 5]", + "[9 8 5]", + "[6 3 8]", + "[9 7 3]", + "[6 4 8]", + "[9 9 5]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[1 9 9]   [9 2 0]   [4 3 3]
[9 9 0]   [4 2 3]   [1 3 9]
[4 9 3]   [1 2 9]   [      ]", + "options": [ + "[4 9 4]", + "[9 3 0]", + "[1 2 9]", + "[8 3 0]", + "[1 2 8]", + "[9 9 1]", + "[0 9 3]", + "[1 9 3]" + ], + "correct": 1, + "prob_ind": 32 + }, + { + "prompt": "[2 8 6]   [2 9 5]   [2 3 7]
[5 9 5]   [5 3 7]   [5 8 6]
[9 3 7]   [9 8 6]   [      ]", + "options": [ + "[8 8 3]", + "[9 8 6]", + "[3 6 9]", + "[2 8 7]", + "[9 5 8]", + "[2 9 3]", + "[9 5 9]", + "[9 9 5]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[1 3 6]   [2 4 8]   [9 1 0]
[1 4 8]   [2 1 0]   [9 3 6]
[1 1 0]   [2 3 6]   [      ]", + "options": [ + "[2 1 2]", + "[1 3 8]", + "[2 4 8]", + "[9 3 8]", + "[2 1 0]", + "[9 4 8]", + "[1 4 8]", + "[1 1 0]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[1 7 7]   [1 3 8]   [1 1 6]
[8 3 8]   [8 1 6]   [8 7 7]
[3 1 6]   [3 7 7]   [      ]", + "options": [ + "[8 2 8]", + "[8 8 3]", + "[8 3 8]", + "[8 7 7]", + "[3 8 8]", + "[3 2 8]", + "[7 6 2]", + "[3 3 8]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[4 9 3]   [4 6 4]   [4 8 1]
[2 6 1]   [2 8 3]   [2 9 4]
[1 8 4]   [1 9 1]   [      ]", + "options": [ + "[1 1 4]", + "[2 8 4]", + "[1 9 4]", + "[2 8 3]", + "[1 6 3]", + "[4 6 4]", + "[1 1 9]", + "[1 9 1]" + ], + "correct": 4, + "prob_ind": 36 + }, + { + "prompt": "[2 5 1]   [4 1 0]   [0 2 7]
[4 2 1]   [0 5 0]   [2 1 7]
[0 1 1]   [2 2 0]   [      ]", + "options": [ + "[1 4 1]", + "[4 5 7]", + "[4 5 6]", + "[0 1 1]", + "[5 7 4]", + "[4 0 1]", + "[4 1 1]", + "[4 1 0]" + ], + "correct": 1, + "prob_ind": 37 + }, + { + "prompt": "[5 9 9]   [8 0 8]   [0 7 2]
[8 9 2]   [0 0 9]   [5 7 8]
[0 9 8]   [5 0 2]   [      ]", + "options": [ + "[0 9 8]", + "[0 7 3]", + "[8 7 9]", + "[0 5 3]", + "[7 6 7]", + "[0 8 8]", + "[2 9 9]", + "[0 9 9]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[3 3 3]   [6 3 2]   [1 3 5]
[1 4 5]   [3 4 3]   [6 4 2]
[6 8 2]   [1 8 5]   [      ]", + "options": [ + "[3 3 3]", + "[4 8 3]", + "[5 2 1]", + "[3 8 3]", + "[5 2 5]", + "[3 1 5]", + "[1 3 5]", + "[5 3 1]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[0 6 6]   [2 6 9]   [8 6 0]
[8 2 9]   [0 2 0]   [2 2 6]
[2 0 0]   [8 0 6]   [      ]", + "options": [ + "[2 2 0]", + "[1 8 0]", + "[0 0 8]", + "[0 0 2]", + "[2 6 0]", + "[0 0 9]", + "[1 8 4]", + "[2 0 9]" + ], + "correct": 5, + "prob_ind": 40 + }, + { + "prompt": "[1 8 0]   [5 8 2]   [3 8 3]
[5 1 2]   [3 1 3]   [1 1 0]
[3 2 3]   [1 2 0]   [      ]", + "options": [ + "[3 6 3]", + "[5 8 0]", + "[3 8 3]", + "[2 8 5]", + "[3 9 2]", + "[5 2 2]", + "[3 8 2]", + "[1 8 0]" + ], + "correct": 5, + "prob_ind": 41 + }, + { + "prompt": "[2 8 6]   [2 1 4]   [2 2 2]
[6 1 2]   [6 2 6]   [6 8 4]
[9 2 4]   [9 8 2]   [      ]", + "options": [ + "[0 2 5]", + "[9 8 2]", + "[9 1 5]", + "[4 1 2]", + "[3 3 4]", + "[2 8 6]", + "[2 2 2]", + "[9 1 6]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[6 3 9]   [3 4 9]   [8 5 9]
[3 4 0]   [8 5 0]   [6 3 0]
[8 5 3]   [6 3 3]   [      ]", + "options": [ + "[6 6 6]", + "[3 4 3]", + "[4 4 3]", + "[9 9 1]", + "[4 3 3]", + "[3 4 4]", + "[3 4 9]", + "[4 3 0]" + ], + "correct": 1, + "prob_ind": 43 + }, + { + "prompt": "[0 7 2]   [6 9 8]   [8 3 6]
[0 9 8]   [6 3 6]   [8 7 2]
[0 3 6]   [6 7 2]   [      ]", + "options": [ + "[8 7 8]", + "[8 9 8]", + "[9 9 8]", + "[0 7 0]", + "[8 3 8]", + "[8 7 4]", + "[8 7 2]", + "[9 8 8]" + ], + "correct": 1, + "prob_ind": 44 + }, + { + "prompt": "[1 9 5]   [9 5 2]   [7 6 0]
[9 6 5]   [7 9 2]   [1 5 0]
[7 5 5]   [1 6 2]   [      ]", + "options": [ + "[7 6 0]", + "[1 1 7]", + "[7 5 2]", + "[9 9 0]", + "[1 9 7]", + "[5 2 7]", + "[7 6 2]", + "[9 4 2]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[1 9 1]   [4 5 5]   [0 4 8]
[1 5 8]   [4 4 1]   [0 9 5]
[1 4 5]   [4 9 8]   [      ]", + "options": [ + "[4 8 9]", + "[5 1 0]", + "[9 8 4]", + "[0 5 1]", + "[1 5 8]", + "[1 1 9]", + "[0 3 1]", + "[0 5 2]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[2 3 6]   [6 3 2]   [7 3 4]
[6 6 2]   [7 6 4]   [2 6 6]
[7 4 4]   [2 4 6]   [      ]", + "options": [ + "[6 6 0]", + "[7 3 4]", + "[4 2 4]", + "[4 7 4]", + "[7 0 7]", + "[4 4 7]", + "[6 4 2]", + "[6 2 4]" + ], + "correct": 6, + "prob_ind": 47 + }, + { + "prompt": "[3 7 6]   [3 8 8]   [3 2 0]
[5 2 8]   [5 7 0]   [5 8 6]
[7 8 0]   [7 2 6]   [      ]", + "options": [ + "[3 7 6]", + "[5 6 9]", + "[5 7 9]", + "[7 7 8]", + "[5 6 8]", + "[7 7 6]", + "[7 8 8]", + "[8 3 8]" + ], + "correct": 3, + "prob_ind": 48 + }, + { + "prompt": "[7 3 2]   [9 8 4]   [5 9 6]
[9 3 4]   [5 8 6]   [7 9 2]
[5 3 6]   [7 8 2]   [      ]", + "options": [ + "[7 8 6]", + "[7 9 4]", + "[3 2 7]", + "[9 9 4]", + "[4 9 9]", + "[7 4 9]", + "[5 3 6]", + "[4 7 9]" + ], + "correct": 3, + "prob_ind": 49 + }, + { + "prompt": "[2 9 6]   [1 1 5]   [0 6 4]
[1 9 5]   [0 1 4]   [2 6 6]
[0 9 4]   [2 1 6]   [      ]", + "options": [ + "[2 6 4]", + "[7 6 7]", + "[6 1 5]", + "[1 6 5]", + "[4 1 0]", + "[9 1 5]", + "[9 1 7]", + "[0 1 4]" + ], + "correct": 3, + "prob_ind": 50 + }, + { + "prompt": "[4 4 9]   [4 0 8]   [4 6 3]
[7 0 8]   [7 6 3]   [7 4 9]
[9 6 3]   [9 4 9]   [      ]", + "options": [ + "[9 0 8]", + "[3 6 4]", + "[8 9 0]", + "[9 6 8]", + "[6 9 3]", + "[9 0 9]", + "[2 9 7]", + "[3 6 6]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[4 5 9]   [5 4 0]   [1 2 6]
[1 4 9]   [4 2 0]   [5 5 6]
[5 2 9]   [1 5 0]   [      ]", + "options": [ + "[4 4 6]", + "[5 5 6]", + "[1 5 0]", + "[2 2 0]", + "[1 6 2]", + "[0 1 5]", + "[5 3 0]", + "[1 4 2]" + ], + "correct": 0, + "prob_ind": 52 + }, + { + "prompt": "[7 9 2]   [6 6 1]   [4 0 8]
[6 9 1]   [4 6 8]   [7 0 2]
[4 9 8]   [7 6 2]   [      ]", + "options": [ + "[6 2 1]", + "[7 0 1]", + "[6 9 1]", + "[8 9 2]", + "[9 5 4]", + "[9 1 6]", + "[6 0 1]", + "[8 9 3]" + ], + "correct": 6, + "prob_ind": 53 + }, + { + "prompt": "[2 4 7]   [0 7 8]   [1 1 5]
[0 7 7]   [1 1 8]   [2 4 5]
[1 1 7]   [2 4 8]   [      ]", + "options": [ + "[4 5 2]", + "[3 5 7]", + "[0 7 5]", + "[2 2 8]", + "[0 9 0]", + "[1 7 5]", + "[0 6 5]", + "[2 1 7]" + ], + "correct": 2, + "prob_ind": 54 + }, + { + "prompt": "[4 4 1]   [8 2 1]   [7 9 1]
[7 2 0]   [4 9 0]   [8 4 0]
[8 9 3]   [7 4 3]   [      ]", + "options": [ + "[7 9 1]", + "[4 2 3]", + "[4 9 0]", + "[4 0 5]", + "[7 4 7]", + "[4 8 0]", + "[4 0 3]", + "[7 8 1]" + ], + "correct": 1, + "prob_ind": 55 + }, + { + "prompt": "[4 3 8]   [5 1 7]   [9 5 0]
[4 5 7]   [5 3 0]   [9 1 8]
[4 1 0]   [5 5 8]   [      ]", + "options": [ + "[4 3 8]", + "[3 8 4]", + "[9 3 7]", + "[7 3 9]", + "[4 5 7]", + "[8 2 1]", + "[3 1 7]", + "[1 8 2]" + ], + "correct": 2, + "prob_ind": 56 + }, + { + "prompt": "[4 3 2]   [8 9 3]   [6 7 5]
[4 7 3]   [8 3 5]   [6 9 2]
[4 9 5]   [8 7 2]   [      ]", + "options": [ + "[3 6 3]", + "[6 3 4]", + "[3 3 6]", + "[6 3 3]", + "[4 3 6]", + "[7 3 4]", + "[3 5 3]", + "[8 3 5]" + ], + "correct": 3, + "prob_ind": 57 + }, + { + "prompt": "[5 2 2]   [0 2 1]   [9 2 6]
[9 3 1]   [5 3 6]   [0 3 2]
[0 1 6]   [9 1 2]   [      ]", + "options": [ + "[6 9 2]", + "[3 6 8]", + "[5 1 0]", + "[5 1 1]", + "[6 8 3]", + "[0 2 6]", + "[0 0 1]", + "[8 6 3]" + ], + "correct": 3, + "prob_ind": 58 + }, + { + "prompt": "[4 6 5]   [1 3 6]   [9 2 1]
[1 2 5]   [9 6 6]   [4 3 1]
[9 3 5]   [4 2 6]   [      ]", + "options": [ + "[2 6 4]", + "[3 4 1]", + "[4 6 5]", + "[1 6 1]", + "[0 5 1]", + "[6 6 9]", + "[0 7 1]", + "[0 6 1]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[5 6 8]   [5 1 0]   [5 7 3]
[4 1 0]   [4 7 3]   [4 6 8]
[6 7 3]   [6 6 8]   [      ]", + "options": [ + "[1 5 0]", + "[6 1 0]", + "[0 1 6]", + "[4 3 7]", + "[5 6 8]", + "[4 1 0]", + "[6 1 2]", + "[6 5 8]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[2 4 2]   [8 7 2]   [4 6 2]
[8 6 0]   [4 4 0]   [2 7 0]
[4 7 8]   [2 6 8]   [      ]", + "options": [ + "[2 4 8]", + "[2 5 0]", + "[0 4 2]", + "[8 4 8]", + "[0 2 5]", + "[0 2 6]", + "[0 3 5]", + "[8 5 8]" + ], + "correct": 3, + "prob_ind": 61 + }, + { + "prompt": "[4 5 8]   [4 4 7]   [4 6 6]
[0 4 7]   [0 6 6]   [0 5 8]
[5 6 6]   [5 5 8]   [      ]", + "options": [ + "[5 4 7]", + "[3 1 1]", + "[5 7 4]", + "[4 4 7]", + "[7 0 4]", + "[0 6 6]", + "[0 5 6]", + "[4 5 8]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[6 3 2]   [0 8 2]   [5 4 2]
[5 4 1]   [6 3 1]   [0 8 1]
[0 8 3]   [5 4 3]   [      ]", + "options": [ + "[4 5 2]", + "[6 3 3]", + "[5 8 3]", + "[0 4 5]", + "[0 8 1]", + "[2 4 5]", + "[3 4 5]", + "[3 6 3]" + ], + "correct": 1, + "prob_ind": 63 + }, + { + "prompt": "[3 7 7]   [6 7 2]   [0 7 5]
[0 6 5]   [3 6 7]   [6 6 2]
[6 0 2]   [0 0 5]   [      ]", + "options": [ + "[3 0 7]", + "[5 1 8]", + "[6 0 2]", + "[6 7 5]", + "[5 0 7]", + "[3 1 7]", + "[3 0 5]", + "[7 6 5]" + ], + "correct": 0, + "prob_ind": 64 + }, + { + "prompt": "[0 6 4]   [7 7 0]   [8 1 9]
[7 7 4]   [8 1 0]   [0 6 9]
[8 1 4]   [0 6 0]   [      ]", + "options": [ + "[9 8 7]", + "[8 6 4]", + "[7 7 8]", + "[7 6 4]", + "[9 7 7]", + "[4 3 8]", + "[0 6 4]", + "[7 7 9]" + ], + "correct": 7, + "prob_ind": 65 + }, + { + "prompt": "[7 6 6]   [8 9 3]   [2 7 4]
[8 6 4]   [2 9 6]   [7 7 3]
[2 6 3]   [7 9 4]   [      ]", + "options": [ + "[8 6 6]", + "[8 7 6]", + "[2 9 6]", + "[6 9 2]", + "[8 6 7]", + "[7 6 4]", + "[8 9 3]", + "[4 9 6]" + ], + "correct": 1, + "prob_ind": 66 + }, + { + "prompt": "[8 7 8]   [1 7 6]   [2 7 2]
[1 0 6]   [2 0 2]   [8 0 8]
[2 8 2]   [8 8 8]   [      ]", + "options": [ + "[8 8 0]", + "[1 8 6]", + "[8 6 8]", + "[2 8 6]", + "[9 2 0]", + "[8 0 8]", + "[2 7 2]", + "[1 7 8]" + ], + "correct": 1, + "prob_ind": 67 + }, + { + "prompt": "[8 6 4]   [2 6 2]   [7 6 5]
[2 9 2]   [7 9 5]   [8 9 4]
[7 3 5]   [8 3 4]   [      ]", + "options": [ + "[2 3 2]", + "[2 2 6]", + "[2 5 2]", + "[4 3 8]", + "[2 8 2]", + "[4 3 2]", + "[8 4 3]", + "[2 2 3]" + ], + "correct": 0, + "prob_ind": 68 + }, + { + "prompt": "[8 0 4]   [7 2 3]   [6 5 2]
[6 0 2]   [8 2 4]   [7 5 3]
[7 0 3]   [6 2 2]   [      ]", + "options": [ + "[5 2 6]", + "[8 0 5]", + "[7 0 3]", + "[7 2 2]", + "[8 5 4]", + "[8 9 5]", + "[6 2 5]", + "[5 2 4]" + ], + "correct": 4, + "prob_ind": 69 + }, + { + "prompt": "[6 7 1]   [1 6 2]   [8 9 0]
[6 6 2]   [1 9 0]   [8 7 1]
[6 9 0]   [1 7 1]   [      ]", + "options": [ + "[8 4 2]", + "[6 2 6]", + "[1 7 3]", + "[1 7 2]", + "[8 7 1]", + "[6 6 2]", + "[6 2 8]", + "[8 6 2]" + ], + "correct": 7, + "prob_ind": 70 + }, + { + "prompt": "[8 2 8]   [1 9 9]   [7 6 4]
[1 9 8]   [7 6 9]   [8 2 4]
[7 6 8]   [8 2 9]   [      ]", + "options": [ + "[7 6 7]", + "[8 2 7]", + "[4 8 6]", + "[1 9 4]", + "[1 9 5]", + "[7 9 6]", + "[8 6 4]", + "[8 9 7]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[3 7 5]   [7 2 2]   [8 8 6]
[8 2 5]   [3 8 2]   [7 7 6]
[7 8 5]   [8 7 2]   [      ]", + "options": [ + "[7 2 5]", + "[7 3 3]", + "[3 2 6]", + "[8 5 1]", + "[4 2 6]", + "[6 2 3]", + "[7 7 6]", + "[5 1 1]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[0 9 3]   [9 0 0]   [5 8 8]
[9 9 0]   [5 0 8]   [0 8 3]
[5 9 8]   [0 0 3]   [      ]", + "options": [ + "[1 4 9]", + "[9 8 9]", + "[0 0 8]", + "[9 8 0]", + "[9 9 8]", + "[0 8 9]", + "[1 3 9]", + "[0 0 3]" + ], + "correct": 3, + "prob_ind": 73 + }, + { + "prompt": "[3 8 0]   [7 0 0]   [1 6 0]
[7 6 5]   [1 8 5]   [3 0 5]
[1 0 3]   [3 6 3]   [      ]", + "options": [ + "[7 8 1]", + "[6 8 3]", + "[7 0 2]", + "[7 8 7]", + "[7 8 3]", + "[3 6 0]", + "[1 8 0]", + "[3 8 7]" + ], + "correct": 4, + "prob_ind": 74 + }, + { + "prompt": "[8 1 6]   [8 0 4]   [8 2 1]
[5 2 4]   [5 1 1]   [5 0 6]
[4 0 1]   [4 2 6]   [      ]", + "options": [ + "[1 1 1]", + "[5 1 8]", + "[8 2 1]", + "[1 5 1]", + "[4 2 1]", + "[8 0 6]", + "[8 5 1]", + "[4 1 4]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[3 2 9]   [7 5 9]   [4 1 9]
[4 5 0]   [3 1 0]   [7 2 0]
[7 1 4]   [4 2 4]   [      ]", + "options": [ + "[5 5 9]", + "[1 5 2]", + "[3 5 2]", + "[4 5 3]", + "[1 5 3]", + "[3 1 0]", + "[3 5 4]", + "[1 5 4]" + ], + "correct": 6, + "prob_ind": 76 + }, + { + "prompt": "[1 4 4]   [6 8 3]   [2 9 5]
[6 4 3]   [2 8 5]   [1 9 4]
[2 4 5]   [1 8 4]   [      ]", + "options": [ + "[6 9 3]", + "[8 7 2]", + "[0 9 4]", + "[6 4 3]", + "[5 8 3]", + "[6 8 3]", + "[5 9 3]", + "[2 4 5]" + ], + "correct": 0, + "prob_ind": 77 + }, + { + "prompt": "[3 7 9]   [1 7 6]   [6 7 5]
[1 3 5]   [6 3 9]   [3 3 6]
[6 5 6]   [3 5 5]   [      ]", + "options": [ + "[9 5 1]", + "[6 5 7]", + "[9 5 8]", + "[7 9 8]", + "[2 2 5]", + "[1 5 9]", + "[1 3 6]", + "[1 6 6]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[4 4 3]   [4 8 6]   [4 2 0]
[1 8 6]   [1 2 0]   [1 4 3]
[3 2 0]   [3 4 3]   [      ]", + "options": [ + "[1 4 3]", + "[3 8 6]", + "[0 3 0]", + "[4 8 6]", + "[8 6 4]", + "[3 2 0]", + "[8 6 2]", + "[6 3 8]" + ], + "correct": 1, + "prob_ind": 79 + }, + { + "prompt": "[2 5 4]   [4 2 9]   [8 4 1]
[4 4 4]   [8 5 9]   [2 2 1]
[8 2 4]   [2 4 9]   [      ]", + "options": [ + "[4 5 1]", + "[9 5 9]", + "[4 2 9]", + "[8 5 9]", + "[2 4 5]", + "[2 9 4]", + "[4 7 1]", + "[5 1 4]" + ], + "correct": 0, + "prob_ind": 80 + }, + { + "prompt": "[4 9 8]   [4 1 6]   [4 3 7]
[7 1 6]   [7 3 7]   [7 9 8]
[9 3 7]   [9 9 8]   [      ]", + "options": [ + "[9 7 7]", + "[9 0 6]", + "[8 9 7]", + "[7 1 6]", + "[8 5 7]", + "[9 7 8]", + "[7 9 8]", + "[9 1 6]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[1 7 9]   [6 7 2]   [4 7 6]
[4 1 6]   [1 1 9]   [6 1 2]
[6 5 2]   [4 5 6]   [      ]", + "options": [ + "[1 5 9]", + "[4 1 2]", + "[2 6 7]", + "[4 0 2]", + "[2 7 6]", + "[1 1 6]", + "[1 9 1]", + "[6 1 2]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[8 1 7]   [3 5 5]   [9 6 3]
[8 6 3]   [3 1 7]   [9 5 5]
[8 5 5]   [3 6 3]   [      ]", + "options": [ + "[8 6 5]", + "[9 0 7]", + "[9 1 7]", + "[9 7 1]", + "[5 4 2]", + "[3 3 6]", + "[7 9 1]", + "[7 1 8]" + ], + "correct": 2, + "prob_ind": 83 + }, + { + "prompt": "[6 1 1]   [9 8 5]   [8 6 3]
[8 6 1]   [6 1 5]   [9 8 3]
[9 8 1]   [8 6 5]   [      ]", + "options": [ + "[9 8 3]", + "[6 1 1]", + "[6 1 3]", + "[6 1 5]", + "[6 3 5]", + "[6 8 3]", + "[9 8 1]", + "[8 1 3]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[2 0 6]   [2 8 9]   [2 9 5]
[4 9 5]   [4 0 6]   [4 8 9]
[3 8 9]   [3 9 5]   [      ]", + "options": [ + "[3 0 6]", + "[4 0 4]", + "[3 8 5]", + "[8 3 5]", + "[8 9 3]", + "[3 8 4]", + "[2 9 5]", + "[4 3 8]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[7 2 2]   [9 5 8]   [2 6 4]
[2 2 4]   [7 5 2]   [9 6 8]
[9 2 8]   [2 5 4]   [      ]", + "options": [ + "[6 9 2]", + "[6 2 5]", + "[9 6 2]", + "[7 6 2]", + "[7 2 5]", + "[6 6 5]", + "[3 1 8]", + "[9 5 8]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[9 9 8]   [3 6 6]   [7 5 7]
[9 6 6]   [3 5 7]   [7 9 8]
[9 5 7]   [3 9 8]   [      ]", + "options": [ + "[1 3 0]", + "[9 9 7]", + "[8 1 0]", + "[8 9 9]", + "[7 6 6]", + "[1 4 0]", + "[0 1 4]", + "[7 9 9]" + ], + "correct": 4, + "prob_ind": 87 + }, + { + "prompt": "[6 1 9]   [6 7 7]   [6 2 0]
[1 7 7]   [1 2 0]   [1 1 9]
[7 2 0]   [7 1 9]   [      ]", + "options": [ + "[0 1 3]", + "[0 1 2]", + "[1 7 0]", + "[7 7 7]", + "[2 0 7]", + "[1 2 0]", + "[6 7 7]", + "[9 7 7]" + ], + "correct": 3, + "prob_ind": 88 + }, + { + "prompt": "[5 1 9]   [1 1 6]   [0 1 4]
[1 3 4]   [0 3 9]   [5 3 6]
[0 4 6]   [5 4 4]   [      ]", + "options": [ + "[1 4 9]", + "[0 1 6]", + "[2 4 9]", + "[9 3 2]", + "[3 1 4]", + "[0 4 1]", + "[0 3 6]", + "[5 3 4]" + ], + "correct": 0, + "prob_ind": 89 + }, + { + "prompt": "[8 5 0]   [4 9 0]   [6 1 0]
[4 9 4]   [6 1 4]   [8 5 4]
[6 1 3]   [8 5 3]   [      ]", + "options": [ + "[8 9 4]", + "[8 4 5]", + "[6 1 0]", + "[4 9 3]", + "[8 9 0]", + "[8 1 0]", + "[4 9 4]", + "[5 9 3]" + ], + "correct": 3, + "prob_ind": 90 + }, + { + "prompt": "[0 5 5]   [1 0 5]   [3 8 5]
[1 0 9]   [3 8 9]   [0 5 9]
[3 8 8]   [0 5 8]   [      ]", + "options": [ + "[1 0 7]", + "[2 5 5]", + "[1 0 8]", + "[0 8 5]", + "[0 8 1]", + "[3 3 1]", + "[5 5 0]", + "[3 8 8]" + ], + "correct": 2, + "prob_ind": 91 + }, + { + "prompt": "[5 4 2]   [2 1 0]   [3 3 7]
[2 3 2]   [3 4 0]   [5 1 7]
[3 1 2]   [5 3 0]   [      ]", + "options": [ + "[2 4 5]", + "[3 3 2]", + "[2 4 7]", + "[3 3 4]", + "[1 2 3]", + "[2 6 4]", + "[5 7 1]", + "[3 2 3]" + ], + "correct": 2, + "prob_ind": 92 + }, + { + "prompt": "[1 5 2]   [4 9 9]   [5 1 5]
[4 5 9]   [5 9 5]   [1 1 2]
[5 5 5]   [1 9 2]   [      ]", + "options": [ + "[4 9 1]", + "[1 9 4]", + "[5 9 9]", + "[1 4 9]", + "[5 5 5]", + "[4 1 9]", + "[1 9 2]", + "[9 4 1]" + ], + "correct": 5, + "prob_ind": 93 + }, + { + "prompt": "[0 0 3]   [6 1 3]   [2 4 3]
[6 4 2]   [2 0 2]   [0 1 2]
[2 1 5]   [0 4 5]   [      ]", + "options": [ + "[6 0 5]", + "[6 4 2]", + "[4 2 6]", + "[2 2 6]", + "[1 2 5]", + "[0 6 5]", + "[4 4 7]", + "[6 1 5]" + ], + "correct": 0, + "prob_ind": 94 + }, + { + "prompt": "[9 0 7]   [5 9 5]   [7 3 3]
[9 9 3]   [5 3 7]   [7 0 5]
[9 3 5]   [5 0 3]   [      ]", + "options": [ + "[9 7 0]", + "[7 9 7]", + "[9 3 5]", + "[5 9 7]", + "[3 9 9]", + "[6 9 7]", + "[5 0 5]", + "[9 9 3]" + ], + "correct": 1, + "prob_ind": 95 + }, + { + "prompt": "[2 4 1]   [2 3 6]   [2 7 4]
[1 7 4]   [1 4 1]   [1 3 6]
[4 3 6]   [4 7 4]   [      ]", + "options": [ + "[2 3 1]", + "[4 8 9]", + "[8 9 6]", + "[4 1 4]", + "[8 8 9]", + "[6 8 9]", + "[2 4 1]", + "[4 4 1]" + ], + "correct": 7, + "prob_ind": 96 + }, + { + "prompt": "[4 0 3]   [6 1 9]   [9 3 5]
[6 1 3]   [9 3 9]   [4 0 5]
[9 3 3]   [4 0 9]   [      ]", + "options": [ + "[6 5 1]", + "[4 3 0]", + "[0 3 4]", + "[6 1 5]", + "[5 5 1]", + "[1 5 5]", + "[6 2 5]", + "[9 1 3]" + ], + "correct": 3, + "prob_ind": 97 + }, + { + "prompt": "[0 7 7]   [8 7 2]   [6 7 4]
[6 0 2]   [0 0 4]   [8 0 7]
[8 8 4]   [6 8 7]   [      ]", + "options": [ + "[0 1 4]", + "[8 7 4]", + "[0 8 2]", + "[4 8 8]", + "[8 0 2]", + "[0 3 4]", + "[6 0 2]", + "[2 0 8]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[6 8 8]   [0 8 2]   [7 8 5]
[0 3 2]   [7 3 5]   [6 3 8]
[7 6 5]   [6 6 8]   [      ]", + "options": [ + "[0 6 2]", + "[6 3 5]", + "[8 8 2]", + "[5 5 8]", + "[6 6 5]", + "[8 5 7]", + "[0 6 4]", + "[5 5 2]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "three_rule_comb4": [ + { + "prompt": "[4 2 0]   [5 1 9]   [6 7 1]
[5 2 1]   [6 1 0]   [7 7 9]
[6 2 9]   [7 1 1]   [      ]", + "options": [ + "[0 7 8]", + "[6 0 1]", + "[6 7 0]", + "[8 7 0]", + "[1 6 0]", + "[6 1 0]", + "[6 7 1]", + "[6 7 9]" + ], + "correct": 3, + "prob_ind": 0 + }, + { + "prompt": "[8 5 4]   [6 6 5]   [7 7 9]
[8 6 9]   [6 7 4]   [7 8 5]
[8 7 5]   [6 8 9]   [      ]", + "options": [ + "[8 5 9]", + "[7 7 9]", + "[5 8 9]", + "[7 4 9]", + "[7 9 4]", + "[8 7 5]", + "[5 7 8]", + "[6 5 4]" + ], + "correct": 4, + "prob_ind": 1 + }, + { + "prompt": "[5 3 3]   [6 5 3]   [7 2 3]
[6 2 9]   [7 3 9]   [8 5 9]
[7 5 1]   [8 2 1]   [      ]", + "options": [ + "[5 3 4]", + "[9 3 1]", + "[7 3 2]", + "[7 2 3]", + "[5 5 5]", + "[7 5 9]", + "[9 1 3]", + "[7 2 9]" + ], + "correct": 1, + "prob_ind": 2 + }, + { + "prompt": "[6 5 8]   [6 7 6]   [6 9 4]
[8 7 6]   [8 9 4]   [8 5 2]
[9 9 4]   [9 5 2]   [      ]", + "options": [ + "[4 6 9]", + "[9 7 0]", + "[9 9 4]", + "[6 7 6]", + "[6 6 7]", + "[9 9 0]", + "[4 9 8]", + "[2 9 1]" + ], + "correct": 1, + "prob_ind": 3 + }, + { + "prompt": "[1 7 0]   [3 8 0]   [5 0 0]
[3 8 8]   [5 0 8]   [7 7 8]
[5 0 3]   [7 7 3]   [      ]", + "options": [ + "[2 9 8]", + "[5 0 3]", + "[1 5 6]", + "[9 8 3]", + "[3 9 8]", + "[0 1 7]", + "[9 6 3]", + "[3 0 3]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[9 4 9]   [4 5 9]   [8 6 9]
[4 5 2]   [8 6 2]   [9 7 2]
[8 6 5]   [9 7 5]   [      ]", + "options": [ + "[9 7 2]", + "[4 8 5]", + "[5 8 5]", + "[8 6 2]", + "[8 4 5]", + "[8 5 5]", + "[6 9 8]", + "[5 8 4]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[5 1 5]   [6 3 0]   [7 5 6]
[6 3 5]   [7 5 0]   [8 1 6]
[7 5 5]   [8 1 0]   [      ]", + "options": [ + "[5 6 3]", + "[5 7 3]", + "[8 1 6]", + "[6 9 3]", + "[5 5 7]", + "[6 0 3]", + "[9 3 6]", + "[5 7 1]" + ], + "correct": 6, + "prob_ind": 6 + }, + { + "prompt": "[9 1 2]   [2 2 2]   [6 3 2]
[2 2 1]   [6 3 1]   [9 4 1]
[6 3 8]   [9 4 8]   [      ]", + "options": [ + "[8 4 9]", + "[9 2 8]", + "[2 2 2]", + "[6 3 2]", + "[2 5 8]", + "[2 7 8]", + "[9 4 8]", + "[9 3 1]" + ], + "correct": 4, + "prob_ind": 7 + }, + { + "prompt": "[6 4 7]   [5 3 3]   [8 2 5]
[8 3 7]   [6 2 3]   [5 1 5]
[5 2 7]   [8 1 3]   [      ]", + "options": [ + "[6 1 6]", + "[6 0 5]", + "[6 1 5]", + "[3 8 7]", + "[0 5 6]", + "[7 5 2]", + "[0 5 7]", + "[5 6 0]" + ], + "correct": 1, + "prob_ind": 8 + }, + { + "prompt": "[0 3 1]   [1 4 3]   [4 1 5]
[4 3 3]   [0 4 5]   [1 1 7]
[1 3 5]   [4 4 7]   [      ]", + "options": [ + "[1 0 9]", + "[4 3 1]", + "[7 4 4]", + "[0 1 9]", + "[1 9 0]", + "[4 3 5]", + "[5 3 1]", + "[4 4 7]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[7 9 9]   [8 5 8]   [0 1 7]
[8 9 8]   [0 5 7]   [7 1 6]
[0 9 7]   [7 5 6]   [      ]", + "options": [ + "[8 1 5]", + "[6 5 7]", + "[7 5 1]", + "[5 8 1]", + "[7 5 6]", + "[8 1 6]", + "[6 6 7]", + "[5 5 6]" + ], + "correct": 0, + "prob_ind": 10 + }, + { + "prompt": "[7 7 6]   [2 6 6]   [8 5 6]
[8 6 7]   [7 5 7]   [2 4 7]
[2 5 8]   [8 4 8]   [      ]", + "options": [ + "[8 7 7]", + "[2 6 6]", + "[6 8 7]", + "[7 4 6]", + "[7 3 8]", + "[7 1 3]", + "[7 0 1]", + "[7 0 0]" + ], + "correct": 4, + "prob_ind": 11 + }, + { + "prompt": "[4 4 7]   [7 8 6]   [0 3 5]
[0 4 6]   [4 8 5]   [7 3 4]
[7 4 5]   [0 8 4]   [      ]", + "options": [ + "[5 3 3]", + "[4 3 4]", + "[4 0 9]", + "[9 0 6]", + "[6 7 8]", + "[7 8 6]", + "[3 4 3]", + "[4 3 3]" + ], + "correct": 7, + "prob_ind": 12 + }, + { + "prompt": "[5 4 0]   [5 5 9]   [5 6 3]
[6 5 3]   [6 6 0]   [6 7 9]
[0 6 9]   [0 7 3]   [      ]", + "options": [ + "[7 0 3]", + "[0 7 3]", + "[0 8 0]", + "[5 3 0]", + "[9 6 7]", + "[3 7 0]", + "[6 9 0]", + "[6 9 7]" + ], + "correct": 2, + "prob_ind": 13 + }, + { + "prompt": "[7 4 9]   [7 3 1]   [7 2 5]
[5 3 5]   [5 2 9]   [5 1 1]
[3 2 1]   [3 1 5]   [      ]", + "options": [ + "[5 3 1]", + "[3 3 5]", + "[3 5 5]", + "[3 9 5]", + "[9 3 5]", + "[3 0 9]", + "[2 9 5]", + "[5 3 5]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[5 0 8]   [6 2 6]   [9 4 1]
[5 2 1]   [6 4 8]   [9 6 6]
[5 4 6]   [6 6 1]   [      ]", + "options": [ + "[4 5 3]", + "[6 4 8]", + "[9 4 4]", + "[5 4 1]", + "[9 0 4]", + "[7 2 1]", + "[9 1 4]", + "[9 8 8]" + ], + "correct": 7, + "prob_ind": 15 + }, + { + "prompt": "[4 2 3]   [3 0 9]   [2 4 0]
[3 0 3]   [2 4 9]   [1 2 0]
[2 4 3]   [1 2 9]   [      ]", + "options": [ + "[3 5 2]", + "[4 2 0]", + "[5 6 0]", + "[0 0 0]", + "[2 0 1]", + "[3 6 6]", + "[2 4 8]", + "[3 4 9]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[8 7 9]   [8 0 7]   [8 3 5]
[9 3 7]   [9 7 5]   [9 0 3]
[2 0 5]   [2 3 3]   [      ]", + "options": [ + "[2 0 5]", + "[7 9 5]", + "[9 3 7]", + "[0 2 5]", + "[3 9 7]", + "[0 0 5]", + "[7 7 9]", + "[2 7 1]" + ], + "correct": 7, + "prob_ind": 17 + }, + { + "prompt": "[3 6 6]   [4 6 2]   [5 6 9]
[4 1 2]   [5 1 9]   [6 1 6]
[5 4 9]   [6 4 6]   [      ]", + "options": [ + "[6 5 6]", + "[8 8 4]", + "[7 1 3]", + "[2 6 6]", + "[6 6 4]", + "[6 4 6]", + "[4 6 6]", + "[7 4 2]" + ], + "correct": 7, + "prob_ind": 18 + }, + { + "prompt": "[1 2 3]   [2 2 5]   [3 2 1]
[2 6 5]   [3 6 1]   [4 6 3]
[3 4 1]   [4 4 3]   [      ]", + "options": [ + "[4 5 2]", + "[4 6 3]", + "[5 5 2]", + "[3 4 1]", + "[5 2 2]", + "[5 4 2]", + "[5 4 5]", + "[0 6 5]" + ], + "correct": 6, + "prob_ind": 19 + }, + { + "prompt": "[6 3 2]   [5 7 9]   [4 5 4]
[5 3 4]   [4 7 2]   [3 5 9]
[4 3 9]   [3 7 4]   [      ]", + "options": [ + "[4 5 5]", + "[8 9 6]", + "[2 3 6]", + "[3 3 9]", + "[2 5 6]", + "[2 5 2]", + "[2 5 1]", + "[5 6 9]" + ], + "correct": 5, + "prob_ind": 20 + }, + { + "prompt": "[4 7 9]   [4 6 4]   [4 5 3]
[8 6 4]   [8 5 3]   [8 4 9]
[3 5 3]   [3 4 9]   [      ]", + "options": [ + "[4 3 5]", + "[4 4 4]", + "[4 3 4]", + "[3 4 5]", + "[4 4 5]", + "[8 6 4]", + "[3 3 4]", + "[4 7 9]" + ], + "correct": 6, + "prob_ind": 21 + }, + { + "prompt": "[9 4 1]   [5 3 1]   [0 2 1]
[5 3 2]   [0 2 2]   [9 1 2]
[0 2 3]   [9 1 3]   [      ]", + "options": [ + "[5 2 3]", + "[5 0 3]", + "[0 2 3]", + "[6 5 7]", + "[8 4 4]", + "[0 3 2]", + "[0 5 2]", + "[0 2 5]" + ], + "correct": 1, + "prob_ind": 22 + }, + { + "prompt": "[7 8 8]   [4 6 6]   [3 4 9]
[7 6 9]   [4 4 8]   [3 2 6]
[7 4 6]   [4 2 9]   [      ]", + "options": [ + "[4 4 9]", + "[8 3 1]", + "[3 2 6]", + "[3 8 0]", + "[8 3 0]", + "[3 0 8]", + "[4 2 9]", + "[9 7 6]" + ], + "correct": 5, + "prob_ind": 23 + }, + { + "prompt": "[1 0 7]   [5 2 3]   [0 4 0]
[5 2 7]   [0 4 3]   [1 6 0]
[0 4 7]   [1 6 3]   [      ]", + "options": [ + "[1 3 6]", + "[5 8 0]", + "[1 0 7]", + "[1 4 0]", + "[5 9 0]", + "[5 7 0]", + "[5 0 8]", + "[1 9 0]" + ], + "correct": 1, + "prob_ind": 24 + }, + { + "prompt": "[3 5 2]   [7 4 8]   [2 3 4]
[3 4 4]   [7 3 2]   [2 2 8]
[3 3 8]   [7 2 4]   [      ]", + "options": [ + "[3 4 2]", + "[3 2 2]", + "[8 7 4]", + "[2 1 0]", + "[3 3 4]", + "[1 2 2]", + "[2 3 2]", + "[2 1 2]" + ], + "correct": 7, + "prob_ind": 25 + }, + { + "prompt": "[6 7 6]   [5 3 7]   [4 4 2]
[5 4 6]   [4 7 7]   [3 3 2]
[4 3 6]   [3 4 7]   [      ]", + "options": [ + "[5 5 7]", + "[3 4 2]", + "[2 7 4]", + "[3 7 2]", + "[2 7 2]", + "[6 4 3]", + "[2 4 7]", + "[6 5 7]" + ], + "correct": 4, + "prob_ind": 26 + }, + { + "prompt": "[1 5 9]   [2 5 8]   [3 5 7]
[2 0 8]   [3 0 7]   [4 0 9]
[3 9 7]   [4 9 9]   [      ]", + "options": [ + "[5 9 8]", + "[3 0 7]", + "[3 5 9]", + "[4 5 8]", + "[4 6 8]", + "[1 0 7]", + "[5 8 9]", + "[6 8 4]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[8 3 5]   [8 4 7]   [8 5 3]
[7 4 3]   [7 5 5]   [7 6 7]
[2 5 7]   [2 6 3]   [      ]", + "options": [ + "[7 2 5]", + "[7 2 3]", + "[5 2 7]", + "[7 4 3]", + "[5 5 3]", + "[2 7 5]", + "[9 1 1]", + "[2 5 3]" + ], + "correct": 5, + "prob_ind": 28 + }, + { + "prompt": "[9 9 0]   [9 8 1]   [9 7 8]
[7 8 1]   [7 7 8]   [7 6 0]
[5 7 8]   [5 6 0]   [      ]", + "options": [ + "[5 5 1]", + "[6 2 9]", + "[7 8 1]", + "[6 5 1]", + "[5 8 9]", + "[6 1 9]", + "[6 2 1]", + "[1 5 5]" + ], + "correct": 0, + "prob_ind": 29 + }, + { + "prompt": "[0 8 4]   [1 1 1]   [2 4 8]
[1 8 1]   [2 1 8]   [3 4 4]
[2 8 8]   [3 1 4]   [      ]", + "options": [ + "[1 7 4]", + "[3 2 9]", + "[8 0 4]", + "[1 4 4]", + "[0 1 1]", + "[5 5 7]", + "[4 4 1]", + "[3 1 4]" + ], + "correct": 6, + "prob_ind": 30 + }, + { + "prompt": "[6 4 8]   [6 3 7]   [6 0 6]
[2 3 7]   [2 0 6]   [2 4 5]
[1 0 6]   [1 4 5]   [      ]", + "options": [ + "[1 3 4]", + "[3 6 6]", + "[6 6 3]", + "[6 1 6]", + "[1 5 4]", + "[6 3 6]", + "[3 3 3]", + "[6 2 7]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[5 5 4]   [4 6 0]   [3 7 3]
[3 6 4]   [5 7 0]   [4 8 3]
[4 7 4]   [3 8 0]   [      ]", + "options": [ + "[7 0 6]", + "[6 9 0]", + "[6 7 0]", + "[4 9 3]", + "[5 9 3]", + "[4 9 0]", + "[5 9 1]", + "[3 9 4]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[8 8 8]   [7 3 6]   [0 2 4]
[8 2 6]   [7 8 4]   [0 3 2]
[8 3 4]   [7 2 2]   [      ]", + "options": [ + "[0 8 0]", + "[0 0 8]", + "[8 0 9]", + "[0 3 4]", + "[0 8 9]", + "[8 2 2]", + "[8 9 0]", + "[0 8 3]" + ], + "correct": 0, + "prob_ind": 33 + }, + { + "prompt": "[6 0 4]   [9 0 5]   [8 0 6]
[8 3 5]   [6 3 6]   [9 3 7]
[9 6 6]   [8 6 7]   [      ]", + "options": [ + "[2 7 8]", + "[6 0 6]", + "[6 8 6]", + "[8 6 6]", + "[8 3 5]", + "[6 6 8]", + "[0 4 6]", + "[4 1 2]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[3 6 4]   [3 2 5]   [3 9 6]
[8 2 5]   [8 9 6]   [8 6 7]
[1 9 6]   [1 6 7]   [      ]", + "options": [ + "[6 9 3]", + "[8 1 7]", + "[8 6 7]", + "[1 2 8]", + "[8 7 1]", + "[3 9 3]", + "[1 9 6]", + "[3 6 3]" + ], + "correct": 3, + "prob_ind": 35 + }, + { + "prompt": "[6 4 3]   [6 5 4]   [6 6 6]
[1 5 6]   [1 6 3]   [1 7 4]
[5 6 4]   [5 7 6]   [      ]", + "options": [ + "[5 8 3]", + "[8 5 3]", + "[0 8 2]", + "[1 5 6]", + "[3 7 6]", + "[3 5 8]", + "[6 3 4]", + "[8 3 5]" + ], + "correct": 0, + "prob_ind": 36 + }, + { + "prompt": "[6 7 1]   [5 7 7]   [4 7 0]
[5 4 0]   [4 4 1]   [3 4 7]
[4 0 7]   [3 0 0]   [      ]", + "options": [ + "[9 4 1]", + "[1 0 2]", + "[3 4 1]", + "[4 7 7]", + "[2 0 1]", + "[0 1 2]", + "[6 7 1]", + "[1 0 1]" + ], + "correct": 4, + "prob_ind": 37 + }, + { + "prompt": "[5 6 5]   [4 1 6]   [3 4 3]
[4 6 6]   [3 1 3]   [2 4 5]
[3 6 3]   [2 1 5]   [      ]", + "options": [ + "[7 8 2]", + "[3 6 6]", + "[5 5 5]", + "[3 4 3]", + "[1 4 6]", + "[6 5 5]", + "[5 6 5]", + "[8 3 9]" + ], + "correct": 4, + "prob_ind": 38 + }, + { + "prompt": "[2 0 8]   [8 1 7]   [5 2 6]
[2 1 6]   [8 2 8]   [5 3 7]
[2 2 7]   [8 3 6]   [      ]", + "options": [ + "[5 4 5]", + "[2 8 0]", + "[5 4 7]", + "[1 2 6]", + "[5 4 8]", + "[5 8 4]", + "[2 6 1]", + "[5 8 2]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[9 7 7]   [7 8 1]   [5 6 6]
[7 7 1]   [5 8 6]   [3 6 7]
[5 7 6]   [3 8 7]   [      ]", + "options": [ + "[9 7 7]", + "[7 6 7]", + "[0 7 7]", + "[1 6 1]", + "[3 7 7]", + "[7 7 6]", + "[1 6 2]", + "[7 3 6]" + ], + "correct": 3, + "prob_ind": 40 + }, + { + "prompt": "[1 0 4]   [1 3 5]   [1 6 6]
[5 3 5]   [5 6 6]   [5 0 7]
[7 6 6]   [7 0 7]   [      ]", + "options": [ + "[7 3 8]", + "[6 8 3]", + "[6 3 8]", + "[5 6 7]", + "[6 5 6]", + "[8 7 3]", + "[1 0 6]", + "[1 6 5]" + ], + "correct": 0, + "prob_ind": 41 + }, + { + "prompt": "[4 0 1]   [4 4 2]   [4 2 3]
[1 4 2]   [1 2 3]   [1 0 4]
[8 2 3]   [8 0 4]   [      ]", + "options": [ + "[4 1 1]", + "[1 0 2]", + "[8 4 5]", + "[8 2 3]", + "[6 2 1]", + "[5 8 4]", + "[4 2 1]", + "[1 0 4]" + ], + "correct": 2, + "prob_ind": 42 + }, + { + "prompt": "[5 8 0]   [6 8 2]   [7 8 4]
[7 6 2]   [5 6 4]   [6 6 6]
[6 3 4]   [7 3 6]   [      ]", + "options": [ + "[9 6 2]", + "[8 0 5]", + "[6 2 8]", + "[5 3 8]", + "[5 5 8]", + "[5 6 5]", + "[2 7 6]", + "[5 8 4]" + ], + "correct": 3, + "prob_ind": 43 + }, + { + "prompt": "[5 5 0]   [7 4 0]   [1 3 0]
[7 4 3]   [1 3 3]   [5 2 3]
[1 3 9]   [5 2 9]   [      ]", + "options": [ + "[1 7 9]", + "[5 9 2]", + "[9 7 1]", + "[4 7 3]", + "[4 7 9]", + "[7 1 9]", + "[5 0 9]", + "[5 5 0]" + ], + "correct": 5, + "prob_ind": 44 + }, + { + "prompt": "[0 8 0]   [1 4 1]   [7 6 2]
[0 6 1]   [1 8 2]   [7 4 3]
[0 4 2]   [1 6 3]   [      ]", + "options": [ + "[8 4 3]", + "[4 7 8]", + "[1 4 1]", + "[7 4 3]", + "[6 4 3]", + "[8 7 4]", + "[7 8 4]", + "[0 6 1]" + ], + "correct": 6, + "prob_ind": 45 + }, + { + "prompt": "[6 0 1]   [5 8 2]   [4 2 7]
[5 0 7]   [4 8 1]   [3 2 2]
[4 0 2]   [3 8 7]   [      ]", + "options": [ + "[4 7 2]", + "[8 5 2]", + "[5 0 2]", + "[2 2 1]", + "[6 0 1]", + "[2 7 2]", + "[8 8 2]", + "[5 8 2]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[1 3 8]   [3 3 1]   [5 3 9]
[3 0 9]   [5 0 8]   [7 0 1]
[5 9 1]   [7 9 9]   [      ]", + "options": [ + "[9 9 8]", + "[9 8 9]", + "[7 0 8]", + "[3 3 9]", + "[6 3 9]", + "[9 7 9]", + "[1 8 3]", + "[9 9 9]" + ], + "correct": 0, + "prob_ind": 47 + }, + { + "prompt": "[4 1 2]   [3 2 4]   [2 0 3]
[3 2 2]   [2 0 4]   [1 1 3]
[2 0 2]   [1 1 4]   [      ]", + "options": [ + "[0 2 3]", + "[4 3 0]", + "[2 4 1]", + "[2 2 4]", + "[3 1 4]", + "[4 1 2]", + "[2 3 0]", + "[2 0 3]" + ], + "correct": 0, + "prob_ind": 48 + }, + { + "prompt": "[9 3 9]   [7 2 8]   [5 6 6]
[7 3 6]   [5 2 9]   [3 6 8]
[5 3 8]   [3 2 6]   [      ]", + "options": [ + "[7 3 9]", + "[7 2 8]", + "[8 3 5]", + "[6 1 9]", + "[7 8 9]", + "[1 6 9]", + "[6 8 3]", + "[3 8 5]" + ], + "correct": 5, + "prob_ind": 49 + }, + { + "prompt": "[4 3 1]   [2 3 2]   [0 3 3]
[0 0 2]   [4 0 3]   [2 0 4]
[2 8 3]   [0 8 4]   [      ]", + "options": [ + "[2 8 7]", + "[2 0 4]", + "[0 3 3]", + "[5 4 8]", + "[2 3 3]", + "[4 8 5]", + "[4 8 7]", + "[4 8 4]" + ], + "correct": 5, + "prob_ind": 50 + }, + { + "prompt": "[3 0 4]   [8 2 4]   [6 4 4]
[8 2 9]   [6 4 9]   [3 6 9]
[6 4 6]   [3 6 6]   [      ]", + "options": [ + "[6 0 6]", + "[6 9 4]", + "[9 0 4]", + "[8 8 6]", + "[4 0 0]", + "[4 6 6]", + "[9 3 4]", + "[9 8 6]" + ], + "correct": 3, + "prob_ind": 51 + }, + { + "prompt": "[4 4 5]   [5 6 4]   [6 0 0]
[5 0 5]   [6 4 4]   [7 6 0]
[6 6 5]   [7 0 4]   [      ]", + "options": [ + "[8 0 4]", + "[6 4 0]", + "[5 6 5]", + "[7 1 4]", + "[7 6 5]", + "[8 4 0]", + "[7 0 4]", + "[7 6 4]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[7 2 1]   [0 2 3]   [8 2 5]
[0 1 3]   [8 1 5]   [7 1 7]
[8 9 5]   [7 9 7]   [      ]", + "options": [ + "[9 0 9]", + "[8 1 8]", + "[9 6 5]", + "[0 3 3]", + "[0 9 9]", + "[8 1 1]", + "[1 8 1]", + "[8 1 5]" + ], + "correct": 4, + "prob_ind": 53 + }, + { + "prompt": "[4 0 7]   [4 1 5]   [4 2 0]
[6 1 0]   [6 2 7]   [6 3 5]
[3 2 5]   [3 3 0]   [      ]", + "options": [ + "[2 3 5]", + "[3 4 8]", + "[3 4 7]", + "[3 2 5]", + "[0 2 4]", + "[6 2 0]", + "[3 4 6]", + "[5 3 0]" + ], + "correct": 2, + "prob_ind": 54 + }, + { + "prompt": "[8 7 4]   [7 8 0]   [6 4 6]
[7 4 4]   [6 7 0]   [5 8 6]
[6 8 4]   [5 4 0]   [      ]", + "options": [ + "[4 8 6]", + "[4 8 0]", + "[6 7 4]", + "[4 7 4]", + "[6 8 4]", + "[8 6 4]", + "[4 7 6]", + "[7 2 9]" + ], + "correct": 6, + "prob_ind": 55 + }, + { + "prompt": "[4 9 0]   [7 8 0]   [6 7 0]
[7 8 9]   [6 7 9]   [4 6 9]
[6 7 5]   [4 6 5]   [      ]", + "options": [ + "[6 7 5]", + "[4 6 5]", + "[5 5 7]", + "[9 6 0]", + "[4 7 5]", + "[7 6 0]", + "[7 0 6]", + "[7 5 5]" + ], + "correct": 7, + "prob_ind": 56 + }, + { + "prompt": "[2 7 9]   [3 2 0]   [4 0 1]
[3 0 9]   [4 7 0]   [5 2 1]
[4 2 9]   [5 0 0]   [      ]", + "options": [ + "[6 9 1]", + "[5 2 0]", + "[3 0 8]", + "[3 2 0]", + "[0 5 2]", + "[5 0 0]", + "[6 7 1]", + "[0 7 7]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[3 1 2]   [2 3 0]   [1 5 9]
[2 3 2]   [1 5 0]   [3 7 9]
[1 5 2]   [3 7 0]   [      ]", + "options": [ + "[2 9 9]", + "[9 9 9]", + "[1 9 9]", + "[1 9 5]", + "[9 2 9]", + "[1 5 9]", + "[5 1 0]", + "[3 5 9]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[1 0 1]   [5 0 2]   [3 0 3]
[5 5 2]   [3 5 3]   [1 5 4]
[3 3 3]   [1 3 4]   [      ]", + "options": [ + "[0 5 2]", + "[3 0 4]", + "[9 9 9]", + "[2 5 5]", + "[3 4 3]", + "[2 5 3]", + "[5 3 5]", + "[5 9 0]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[8 4 3]   [0 5 8]   [2 6 4]
[0 5 3]   [2 6 8]   [8 7 4]
[2 6 3]   [8 7 8]   [      ]", + "options": [ + "[4 8 0]", + "[0 3 3]", + "[8 7 8]", + "[0 3 1]", + "[0 6 4]", + "[8 7 4]", + "[0 8 4]", + "[0 9 4]" + ], + "correct": 6, + "prob_ind": 60 + }, + { + "prompt": "[6 9 8]   [5 9 2]   [4 9 5]
[5 1 5]   [4 1 8]   [3 1 2]
[4 3 2]   [3 3 5]   [      ]", + "options": [ + "[5 9 2]", + "[7 3 2]", + "[2 2 1]", + "[2 3 8]", + "[2 4 1]", + "[4 3 5]", + "[8 3 3]", + "[8 2 3]" + ], + "correct": 3, + "prob_ind": 61 + }, + { + "prompt": "[4 1 6]   [5 5 3]   [6 3 9]
[5 3 6]   [6 1 3]   [7 5 9]
[6 5 6]   [7 3 3]   [      ]", + "options": [ + "[7 8 9]", + "[5 9 7]", + "[6 1 6]", + "[1 8 9]", + "[7 1 3]", + "[4 1 0]", + "[7 9 9]", + "[8 1 9]" + ], + "correct": 7, + "prob_ind": 62 + }, + { + "prompt": "[1 7 0]   [1 5 1]   [1 2 2]
[2 2 1]   [2 7 2]   [2 5 3]
[0 5 2]   [0 2 3]   [      ]", + "options": [ + "[0 7 4]", + "[0 5 2]", + "[2 7 2]", + "[0 7 5]", + "[1 5 1]", + "[2 5 2]", + "[1 7 4]", + "[0 6 1]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[9 5 6]   [8 3 2]   [7 9 8]
[8 5 2]   [7 3 8]   [6 9 6]
[7 5 8]   [6 3 6]   [      ]", + "options": [ + "[2 8 5]", + "[2 5 9]", + "[9 9 8]", + "[9 7 6]", + "[9 8 2]", + "[8 5 2]", + "[2 5 2]", + "[5 9 2]" + ], + "correct": 7, + "prob_ind": 64 + }, + { + "prompt": "[2 4 6]   [3 6 6]   [4 3 6]
[3 6 3]   [4 3 3]   [5 4 3]
[4 3 2]   [5 4 2]   [      ]", + "options": [ + "[5 4 2]", + "[1 4 5]", + "[4 3 8]", + "[6 6 2]", + "[8 3 4]", + "[2 6 6]", + "[5 4 1]", + "[4 4 3]" + ], + "correct": 3, + "prob_ind": 65 + }, + { + "prompt": "[1 4 8]   [8 4 6]   [5 4 4]
[8 9 6]   [5 9 4]   [1 9 2]
[5 0 4]   [1 0 2]   [      ]", + "options": [ + "[8 0 0]", + "[8 0 4]", + "[0 1 2]", + "[9 5 4]", + "[5 0 4]", + "[2 0 2]", + "[8 0 3]", + "[1 0 2]" + ], + "correct": 0, + "prob_ind": 66 + }, + { + "prompt": "[3 4 5]   [6 3 6]   [4 9 7]
[6 4 6]   [4 3 7]   [3 9 8]
[4 4 7]   [3 3 8]   [      ]", + "options": [ + "[3 4 5]", + "[9 3 8]", + "[6 3 6]", + "[3 6 6]", + "[4 9 5]", + "[4 9 9]", + "[6 9 9]", + "[3 7 3]" + ], + "correct": 6, + "prob_ind": 67 + }, + { + "prompt": "[4 9 0]   [4 0 1]   [4 1 2]
[9 1 1]   [9 9 2]   [9 0 3]
[0 0 2]   [0 1 3]   [      ]", + "options": [ + "[0 0 2]", + "[8 1 8]", + "[8 5 2]", + "[3 9 0]", + "[0 9 4]", + "[0 9 6]", + "[4 9 3]", + "[2 8 5]" + ], + "correct": 4, + "prob_ind": 68 + }, + { + "prompt": "[3 4 6]   [3 5 1]   [3 6 0]
[8 5 0]   [8 6 6]   [8 7 1]
[5 6 1]   [5 7 0]   [      ]", + "options": [ + "[6 8 5]", + "[6 1 3]", + "[5 8 0]", + "[8 9 1]", + "[5 3 1]", + "[3 8 6]", + "[2 4 3]", + "[5 8 6]" + ], + "correct": 7, + "prob_ind": 69 + }, + { + "prompt": "[4 0 5]   [3 0 6]   [2 0 3]
[3 5 3]   [2 5 5]   [1 5 6]
[2 3 6]   [1 3 3]   [      ]", + "options": [ + "[0 3 6]", + "[0 2 5]", + "[0 5 5]", + "[0 2 7]", + "[0 3 5]", + "[2 6 1]", + "[8 7 5]", + "[3 5 0]" + ], + "correct": 4, + "prob_ind": 70 + }, + { + "prompt": "[7 1 0]   [6 6 8]   [5 2 9]
[6 1 8]   [5 6 9]   [4 2 0]
[5 1 9]   [4 6 0]   [      ]", + "options": [ + "[2 6 0]", + "[3 2 8]", + "[1 1 9]", + "[8 3 2]", + "[8 1 9]", + "[5 6 9]", + "[1 9 5]", + "[5 1 9]" + ], + "correct": 1, + "prob_ind": 71 + }, + { + "prompt": "[9 4 8]   [7 9 7]   [3 7 6]
[7 4 7]   [3 9 6]   [9 7 5]
[3 4 6]   [9 9 5]   [      ]", + "options": [ + "[9 6 9]", + "[4 7 7]", + "[3 7 6]", + "[7 4 5]", + "[9 4 9]", + "[7 7 4]", + "[9 7 4]", + "[8 9 0]" + ], + "correct": 5, + "prob_ind": 72 + }, + { + "prompt": "[2 3 3]   [1 4 0]   [4 5 2]
[1 4 3]   [4 5 0]   [2 6 2]
[4 5 3]   [2 6 0]   [      ]", + "options": [ + "[1 4 0]", + "[4 5 3]", + "[5 5 0]", + "[7 1 2]", + "[3 5 4]", + "[1 7 2]", + "[1 2 7]", + "[1 7 0]" + ], + "correct": 5, + "prob_ind": 73 + }, + { + "prompt": "[5 5 9]   [5 7 8]   [5 9 7]
[9 7 8]   [9 9 7]   [9 5 6]
[0 9 7]   [0 5 6]   [      ]", + "options": [ + "[5 0 7]", + "[5 7 7]", + "[6 0 7]", + "[3 7 8]", + "[9 9 7]", + "[5 9 8]", + "[0 7 5]", + "[3 5 2]" + ], + "correct": 6, + "prob_ind": 74 + }, + { + "prompt": "[4 2 6]   [3 4 3]   [2 3 1]
[3 2 3]   [2 4 1]   [1 3 6]
[2 2 1]   [1 4 6]   [      ]", + "options": [ + "[3 2 6]", + "[2 3 3]", + "[3 2 3]", + "[3 3 0]", + "[2 5 1]", + "[0 3 3]", + "[2 3 1]", + "[2 4 6]" + ], + "correct": 5, + "prob_ind": 75 + }, + { + "prompt": "[0 4 1]   [3 9 2]   [5 0 3]
[0 9 2]   [3 0 3]   [5 4 4]
[0 0 3]   [3 4 4]   [      ]", + "options": [ + "[6 9 5]", + "[4 4 4]", + "[6 2 3]", + "[6 5 9]", + "[5 9 5]", + "[9 6 5]", + "[5 5 2]", + "[6 5 5]" + ], + "correct": 4, + "prob_ind": 76 + }, + { + "prompt": "[4 2 1]   [5 5 1]   [6 1 1]
[5 1 5]   [6 2 5]   [7 5 5]
[6 5 9]   [7 1 9]   [      ]", + "options": [ + "[7 2 9]", + "[5 9 3]", + "[2 9 8]", + "[8 2 9]", + "[8 9 2]", + "[8 0 9]", + "[5 5 1]", + "[2 8 9]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[9 8 9]   [5 8 7]   [1 8 5]
[5 9 7]   [1 9 5]   [9 9 3]
[1 1 5]   [9 1 3]   [      ]", + "options": [ + "[5 1 9]", + "[9 8 7]", + "[5 8 7]", + "[9 6 9]", + "[5 1 2]", + "[5 1 1]", + "[5 8 9]", + "[9 8 5]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[2 4 5]   [3 4 0]   [4 4 8]
[3 8 8]   [4 8 5]   [5 8 0]
[4 7 0]   [5 7 8]   [      ]", + "options": [ + "[3 7 8]", + "[7 5 6]", + "[4 7 8]", + "[3 8 8]", + "[6 5 7]", + "[6 7 5]", + "[4 4 0]", + "[2 2 5]" + ], + "correct": 5, + "prob_ind": 79 + }, + { + "prompt": "[8 4 8]   [8 2 6]   [8 3 4]
[3 3 6]   [3 4 4]   [3 2 2]
[4 2 4]   [4 3 2]   [      ]", + "options": [ + "[6 0 4]", + "[8 9 0]", + "[4 0 4]", + "[3 3 4]", + "[0 6 3]", + "[3 3 6]", + "[0 3 6]", + "[4 4 0]" + ], + "correct": 7, + "prob_ind": 80 + }, + { + "prompt": "[2 0 3]   [8 0 4]   [7 0 5]
[8 5 4]   [7 5 5]   [2 5 6]
[7 4 5]   [2 4 6]   [      ]", + "options": [ + "[4 5 7]", + "[8 0 4]", + "[7 4 5]", + "[2 5 4]", + "[8 7 4]", + "[5 0 7]", + "[2 0 1]", + "[8 4 7]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[3 3 6]   [9 3 5]   [2 3 4]
[9 6 5]   [2 6 4]   [3 6 3]
[2 0 4]   [3 0 3]   [      ]", + "options": [ + "[2 9 0]", + "[9 1 5]", + "[2 9 2]", + "[8 0 2]", + "[9 0 2]", + "[6 8 9]", + "[9 5 6]", + "[8 6 9]" + ], + "correct": 4, + "prob_ind": 82 + }, + { + "prompt": "[9 3 1]   [9 9 3]   [9 4 5]
[1 4 3]   [1 3 5]   [1 9 7]
[5 9 5]   [5 4 7]   [      ]", + "options": [ + "[7 9 4]", + "[1 3 5]", + "[3 3 9]", + "[9 9 1]", + "[5 3 9]", + "[1 3 9]", + "[1 4 1]", + "[9 3 5]" + ], + "correct": 4, + "prob_ind": 83 + }, + { + "prompt": "[8 2 2]   [7 3 2]   [6 4 2]
[7 4 7]   [6 2 7]   [5 3 7]
[6 3 8]   [5 4 8]   [      ]", + "options": [ + "[8 0 4]", + "[5 7 3]", + "[0 7 6]", + "[6 2 4]", + "[4 0 8]", + "[8 1 1]", + "[7 8 9]", + "[4 2 8]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[0 6 4]   [2 8 2]   [4 2 3]
[2 6 3]   [4 8 4]   [6 2 2]
[4 6 2]   [6 8 3]   [      ]", + "options": [ + "[6 8 1]", + "[6 2 3]", + "[4 2 1]", + "[8 2 4]", + "[4 2 8]", + "[2 4 8]", + "[8 1 4]", + "[6 2 2]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[3 0 0]   [2 2 0]   [1 4 0]
[2 2 6]   [1 4 6]   [3 6 6]
[1 4 8]   [3 6 8]   [      ]", + "options": [ + "[6 2 2]", + "[2 2 6]", + "[8 8 2]", + "[2 8 8]", + "[3 4 8]", + "[0 1 4]", + "[2 2 0]", + "[1 4 7]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[3 9 1]   [8 9 2]   [6 9 3]
[6 8 2]   [3 8 3]   [8 8 4]
[8 6 3]   [6 6 4]   [      ]", + "options": [ + "[2 8 8]", + "[3 3 8]", + "[8 8 4]", + "[3 4 5]", + "[8 8 2]", + "[6 8 3]", + "[3 6 5]", + "[3 8 3]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[3 3 6]   [3 4 5]   [3 5 7]
[4 4 5]   [4 5 7]   [4 6 6]
[8 5 7]   [8 6 6]   [      ]", + "options": [ + "[8 7 5]", + "[7 6 8]", + "[7 5 8]", + "[7 5 9]", + "[3 4 7]", + "[8 8 5]", + "[7 7 5]", + "[7 4 8]" + ], + "correct": 0, + "prob_ind": 88 + }, + { + "prompt": "[3 9 1]   [3 0 2]   [3 3 3]
[6 3 2]   [6 9 3]   [6 0 4]
[9 0 3]   [9 3 4]   [      ]", + "options": [ + "[8 2 5]", + "[6 9 3]", + "[5 9 3]", + "[5 8 2]", + "[1 5 6]", + "[9 9 7]", + "[9 9 4]", + "[9 9 5]" + ], + "correct": 7, + "prob_ind": 89 + }, + { + "prompt": "[8 2 0]   [5 3 9]   [1 4 2]
[1 3 0]   [8 4 9]   [5 5 2]
[5 4 0]   [1 5 9]   [      ]", + "options": [ + "[8 3 9]", + "[3 2 4]", + "[6 8 2]", + "[8 6 2]", + "[4 6 0]", + "[8 2 6]", + "[2 8 6]", + "[2 4 3]" + ], + "correct": 3, + "prob_ind": 90 + }, + { + "prompt": "[7 4 9]   [5 5 7]   [0 6 5]
[5 4 7]   [0 5 5]   [7 6 3]
[0 4 5]   [7 5 3]   [      ]", + "options": [ + "[5 5 1]", + "[4 7 9]", + "[4 6 1]", + "[5 6 1]", + "[5 5 0]", + "[5 5 6]", + "[4 5 1]", + "[6 5 1]" + ], + "correct": 3, + "prob_ind": 91 + }, + { + "prompt": "[6 1 6]   [2 3 6]   [9 5 6]
[2 3 1]   [9 5 1]   [6 7 1]
[9 5 4]   [6 7 4]   [      ]", + "options": [ + "[9 7 2]", + "[2 9 2]", + "[2 9 4]", + "[9 2 2]", + "[2 3 1]", + "[4 9 4]", + "[7 7 4]", + "[6 1 6]" + ], + "correct": 2, + "prob_ind": 92 + }, + { + "prompt": "[9 1 2]   [4 1 3]   [1 1 4]
[4 0 3]   [1 0 4]   [9 0 5]
[1 9 4]   [9 9 5]   [      ]", + "options": [ + "[5 9 9]", + "[9 1 2]", + "[4 9 6]", + "[1 9 2]", + "[4 3 1]", + "[4 1 3]", + "[3 1 2]", + "[3 9 6]" + ], + "correct": 2, + "prob_ind": 93 + }, + { + "prompt": "[5 8 0]   [7 7 0]   [3 6 0]
[3 7 1]   [5 6 1]   [7 5 1]
[7 6 5]   [3 5 5]   [      ]", + "options": [ + "[5 5 4]", + "[8 7 6]", + "[7 7 1]", + "[7 5 1]", + "[5 4 5]", + "[5 4 4]", + "[7 6 5]", + "[5 6 5]" + ], + "correct": 4, + "prob_ind": 94 + }, + { + "prompt": "[3 4 8]   [4 4 6]   [5 4 0]
[4 9 6]   [5 9 0]   [6 9 8]
[5 2 0]   [6 2 8]   [      ]", + "options": [ + "[6 2 8]", + "[9 2 6]", + "[0 3 9]", + "[2 9 6]", + "[7 2 6]", + "[5 4 0]", + "[0 4 5]", + "[5 2 6]" + ], + "correct": 4, + "prob_ind": 95 + }, + { + "prompt": "[0 5 7]   [3 4 1]   [5 3 0]
[0 4 0]   [3 3 7]   [5 2 1]
[0 3 1]   [3 2 0]   [      ]", + "options": [ + "[0 2 1]", + "[5 2 1]", + "[1 5 7]", + "[3 1 0]", + "[3 1 7]", + "[6 1 7]", + "[5 4 1]", + "[5 1 7]" + ], + "correct": 7, + "prob_ind": 96 + }, + { + "prompt": "[3 8 9]   [5 8 7]   [4 8 5]
[5 9 7]   [4 9 5]   [3 9 3]
[4 1 5]   [3 1 3]   [      ]", + "options": [ + "[9 5 4]", + "[4 1 3]", + "[5 8 8]", + "[4 9 5]", + "[3 9 8]", + "[9 4 5]", + "[5 1 1]", + "[6 1 1]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[4 3 2]   [3 3 8]   [2 3 9]
[3 8 8]   [2 8 9]   [1 8 2]
[2 7 9]   [1 7 2]   [      ]", + "options": [ + "[9 9 1]", + "[1 7 2]", + "[7 2 1]", + "[0 7 8]", + "[9 9 9]", + "[7 0 8]", + "[4 3 9]", + "[7 1 1]" + ], + "correct": 3, + "prob_ind": 98 + }, + { + "prompt": "[0 1 2]   [1 5 9]   [2 0 4]
[1 1 9]   [2 5 4]   [3 0 2]
[2 1 4]   [3 5 2]   [      ]", + "options": [ + "[4 2 9]", + "[5 3 2]", + "[6 1 3]", + "[2 0 2]", + "[4 9 0]", + "[4 0 9]", + "[2 1 4]", + "[7 6 0]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "three_rule_comb5": [ + { + "prompt": "[1 4 3]   [3 3 4]   [5 2 5]
[1 3 4]   [3 2 5]   [5 1 6]
[1 2 5]   [3 1 6]   [      ]", + "options": [ + "[0 7 5]", + "[5 0 7]", + "[5 2 5]", + "[4 0 7]", + "[3 1 7]", + "[1 5 6]", + "[5 3 5]", + "[7 5 0]" + ], + "correct": 1, + "prob_ind": 0 + }, + { + "prompt": "[5 7 9]   [6 6 7]   [3 5 5]
[5 6 7]   [6 5 5]   [3 4 3]
[5 5 5]   [6 4 3]   [      ]", + "options": [ + "[5 5 5]", + "[8 6 9]", + "[8 6 7]", + "[6 9 8]", + "[5 5 9]", + "[3 3 1]", + "[7 6 7]", + "[9 4 6]" + ], + "correct": 5, + "prob_ind": 1 + }, + { + "prompt": "[1 7 6]   [2 6 6]   [3 5 6]
[2 6 7]   [3 5 7]   [4 4 7]
[3 5 1]   [4 4 1]   [      ]", + "options": [ + "[5 9 5]", + "[2 4 7]", + "[5 2 1]", + "[4 2 1]", + "[5 3 1]", + "[2 4 1]", + "[1 2 4]", + "[4 4 1]" + ], + "correct": 4, + "prob_ind": 2 + }, + { + "prompt": "[8 1 6]   [8 3 5]   [8 5 4]
[7 3 5]   [7 5 4]   [7 7 3]
[5 5 4]   [5 7 3]   [      ]", + "options": [ + "[6 2 4]", + "[3 5 7]", + "[0 8 9]", + "[7 7 3]", + "[2 9 5]", + "[5 9 2]", + "[4 2 6]", + "[9 5 2]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[8 6 8]   [6 5 8]   [4 4 8]
[6 5 2]   [4 4 2]   [2 3 2]
[4 4 4]   [2 3 4]   [      ]", + "options": [ + "[4 5 4]", + "[4 2 0]", + "[4 4 4]", + "[6 4 8]", + "[5 7 4]", + "[0 2 4]", + "[4 2 2]", + "[6 0 7]" + ], + "correct": 5, + "prob_ind": 4 + }, + { + "prompt": "[1 0 0]   [3 0 2]   [5 0 4]
[3 1 2]   [5 1 4]   [7 1 6]
[5 2 4]   [7 2 6]   [      ]", + "options": [ + "[1 3 8]", + "[9 2 8]", + "[6 7 2]", + "[8 2 6]", + "[7 5 2]", + "[7 2 5]", + "[8 5 4]", + "[4 2 7]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[6 0 3]   [3 2 4]   [2 4 5]
[6 2 4]   [3 4 5]   [2 6 6]
[6 4 5]   [3 6 6]   [      ]", + "options": [ + "[0 9 7]", + "[2 8 6]", + "[5 6 4]", + "[6 2 7]", + "[2 7 8]", + "[2 8 7]", + "[2 4 5]", + "[7 0 9]" + ], + "correct": 5, + "prob_ind": 6 + }, + { + "prompt": "[2 0 9]   [3 1 8]   [8 2 7]
[2 1 8]   [3 2 7]   [8 3 6]
[2 2 7]   [3 3 6]   [      ]", + "options": [ + "[4 8 5]", + "[1 9 2]", + "[8 4 5]", + "[8 3 5]", + "[2 9 8]", + "[6 8 3]", + "[8 3 6]", + "[8 5 4]" + ], + "correct": 2, + "prob_ind": 7 + }, + { + "prompt": "[5 8 3]   [3 7 4]   [7 6 5]
[5 7 4]   [3 6 5]   [7 5 6]
[5 6 5]   [3 5 6]   [      ]", + "options": [ + "[7 0 6]", + "[7 4 7]", + "[3 6 4]", + "[7 4 9]", + "[7 6 5]", + "[4 7 8]", + "[3 7 4]", + "[8 4 7]" + ], + "correct": 1, + "prob_ind": 8 + }, + { + "prompt": "[2 0 9]   [3 4 8]   [4 1 7]
[3 0 8]   [4 4 7]   [5 1 6]
[4 0 7]   [5 4 6]   [      ]", + "options": [ + "[6 1 5]", + "[5 1 6]", + "[3 4 8]", + "[5 6 1]", + "[6 5 1]", + "[5 4 6]", + "[8 0 3]", + "[4 1 5]" + ], + "correct": 0, + "prob_ind": 9 + }, + { + "prompt": "[1 7 2]   [2 3 3]   [3 5 4]
[2 7 3]   [3 3 4]   [4 5 5]
[3 7 4]   [4 3 5]   [      ]", + "options": [ + "[2 7 3]", + "[5 4 6]", + "[4 7 4]", + "[5 6 5]", + "[3 5 4]", + "[2 3 3]", + "[5 5 6]", + "[5 5 5]" + ], + "correct": 6, + "prob_ind": 10 + }, + { + "prompt": "[6 9 4]   [5 3 5]   [4 4 6]
[5 9 5]   [4 3 6]   [3 4 7]
[4 9 6]   [3 3 7]   [      ]", + "options": [ + "[2 4 8]", + "[4 6 4]", + "[9 5 6]", + "[4 3 6]", + "[4 8 2]", + "[6 5 9]", + "[4 3 7]", + "[4 5 6]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[8 8 4]   [6 8 3]   [4 8 2]
[6 7 3]   [4 7 2]   [2 7 1]
[4 6 2]   [2 6 1]   [      ]", + "options": [ + "[0 5 0]", + "[0 0 6]", + "[2 6 1]", + "[0 2 4]", + "[0 0 8]", + "[0 6 0]", + "[7 2 4]", + "[1 6 1]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[1 6 4]   [3 0 3]   [5 4 2]
[3 6 3]   [5 0 2]   [7 4 1]
[5 6 2]   [7 0 1]   [      ]", + "options": [ + "[7 2 1]", + "[4 3 6]", + "[6 4 1]", + "[1 6 1]", + "[2 4 3]", + "[9 4 0]", + "[5 1 2]", + "[6 1 4]" + ], + "correct": 5, + "prob_ind": 13 + }, + { + "prompt": "[2 7 0]   [3 6 0]   [4 5 0]
[3 6 1]   [4 5 1]   [5 4 1]
[4 5 2]   [5 4 2]   [      ]", + "options": [ + "[6 3 2]", + "[5 3 2]", + "[3 1 8]", + "[3 6 0]", + "[2 3 6]", + "[1 8 3]", + "[3 2 6]", + "[6 2 3]" + ], + "correct": 0, + "prob_ind": 14 + }, + { + "prompt": "[8 5 0]   [8 6 2]   [8 7 4]
[1 6 2]   [1 7 4]   [1 8 6]
[0 7 4]   [0 8 6]   [      ]", + "options": [ + "[8 6 4]", + "[9 0 8]", + "[0 9 8]", + "[1 7 4]", + "[8 8 2]", + "[8 7 6]", + "[8 7 4]", + "[1 6 4]" + ], + "correct": 2, + "prob_ind": 15 + }, + { + "prompt": "[3 6 2]   [4 4 3]   [5 5 4]
[4 6 3]   [5 4 4]   [6 5 5]
[5 6 4]   [6 4 5]   [      ]", + "options": [ + "[4 5 5]", + "[5 6 6]", + "[5 6 4]", + "[7 5 6]", + "[4 0 2]", + "[4 4 5]", + "[6 5 4]", + "[6 6 5]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[9 9 3]   [8 7 4]   [0 5 5]
[9 7 4]   [8 5 5]   [0 3 6]
[9 5 5]   [8 3 6]   [      ]", + "options": [ + "[0 1 7]", + "[9 7 4]", + "[0 5 2]", + "[0 7 1]", + "[6 0 3]", + "[9 7 5]", + "[8 5 6]", + "[7 7 4]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[5 8 5]   [0 7 4]   [1 6 3]
[5 7 4]   [0 6 3]   [1 5 2]
[5 6 3]   [0 5 2]   [      ]", + "options": [ + "[0 4 9]", + "[0 7 4]", + "[5 7 4]", + "[1 4 1]", + "[5 5 4]", + "[0 4 1]", + "[5 7 3]", + "[0 4 7]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[4 5 4]   [4 4 3]   [4 3 2]
[2 4 3]   [2 3 2]   [2 2 1]
[0 3 2]   [0 2 1]   [      ]", + "options": [ + "[6 7 4]", + "[0 4 3]", + "[0 1 3]", + "[4 4 4]", + "[0 2 3]", + "[0 1 0]", + "[2 3 4]", + "[4 3 4]" + ], + "correct": 5, + "prob_ind": 19 + }, + { + "prompt": "[8 8 1]   [3 7 3]   [4 6 5]
[8 7 3]   [3 6 5]   [4 5 7]
[8 6 5]   [3 5 7]   [      ]", + "options": [ + "[3 6 7]", + "[4 4 9]", + "[3 6 5]", + "[4 7 5]", + "[3 7 3]", + "[2 7 7]", + "[2 6 7]", + "[4 4 7]" + ], + "correct": 1, + "prob_ind": 20 + }, + { + "prompt": "[8 3 0]   [3 4 1]   [1 5 2]
[8 4 1]   [3 5 2]   [1 6 3]
[8 5 2]   [3 6 3]   [      ]", + "options": [ + "[8 1 1]", + "[4 5 1]", + "[1 5 4]", + "[1 7 4]", + "[5 1 7]", + "[5 4 7]", + "[4 1 7]", + "[8 5 2]" + ], + "correct": 3, + "prob_ind": 21 + }, + { + "prompt": "[1 9 0]   [3 5 1]   [5 4 2]
[3 9 1]   [5 5 2]   [7 4 3]
[5 9 2]   [7 5 3]   [      ]", + "options": [ + "[4 4 9]", + "[5 2 2]", + "[7 3 5]", + "[4 9 4]", + "[3 9 1]", + "[5 4 2]", + "[9 4 4]", + "[2 8 1]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[2 0 4]   [6 1 3]   [5 2 2]
[2 1 3]   [6 2 2]   [5 3 1]
[2 2 2]   [6 3 1]   [      ]", + "options": [ + "[5 2 2]", + "[5 1 2]", + "[5 4 0]", + "[2 5 2]", + "[5 0 2]", + "[6 2 2]", + "[8 2 2]", + "[4 1 3]" + ], + "correct": 2, + "prob_ind": 23 + }, + { + "prompt": "[2 4 7]   [3 3 5]   [4 2 4]
[3 3 7]   [4 2 5]   [5 1 4]
[4 2 7]   [5 1 5]   [      ]", + "options": [ + "[4 5 2]", + "[6 0 4]", + "[4 4 2]", + "[2 8 9]", + "[1 5 5]", + "[8 3 5]", + "[4 2 4]", + "[4 0 4]" + ], + "correct": 1, + "prob_ind": 24 + }, + { + "prompt": "[4 8 5]   [5 8 4]   [6 8 3]
[5 7 4]   [6 7 3]   [7 7 2]
[6 6 3]   [7 6 2]   [      ]", + "options": [ + "[4 4 2]", + "[8 3 6]", + "[5 5 4]", + "[8 6 1]", + "[8 6 3]", + "[6 6 1]", + "[6 1 8]", + "[1 0 8]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[3 0 4]   [4 1 4]   [5 2 4]
[4 1 1]   [5 2 1]   [6 3 1]
[5 2 8]   [6 3 8]   [      ]", + "options": [ + "[7 4 8]", + "[0 3 4]", + "[3 8 6]", + "[3 0 4]", + "[4 2 0]", + "[4 4 1]", + "[5 2 4]", + "[0 4 3]" + ], + "correct": 0, + "prob_ind": 26 + }, + { + "prompt": "[5 1 2]   [6 4 3]   [7 3 4]
[6 1 3]   [7 4 4]   [8 3 5]
[7 1 4]   [8 4 5]   [      ]", + "options": [ + "[6 9 3]", + "[7 3 7]", + "[4 4 7]", + "[7 3 4]", + "[9 6 3]", + "[9 3 6]", + "[7 3 3]", + "[6 4 4]" + ], + "correct": 5, + "prob_ind": 27 + }, + { + "prompt": "[8 4 5]   [7 5 7]   [6 6 3]
[7 5 5]   [6 6 7]   [5 7 3]
[6 6 5]   [5 7 7]   [      ]", + "options": [ + "[0 4 5]", + "[5 7 3]", + "[6 7 3]", + "[4 8 3]", + "[5 0 4]", + "[8 6 3]", + "[0 6 3]", + "[6 6 3]" + ], + "correct": 3, + "prob_ind": 28 + }, + { + "prompt": "[8 0 4]   [8 2 3]   [8 4 2]
[0 2 3]   [0 4 2]   [0 6 1]
[9 4 2]   [9 6 1]   [      ]", + "options": [ + "[9 4 2]", + "[0 2 4]", + "[9 8 2]", + "[9 8 0]", + "[4 0 2]", + "[0 4 1]", + "[8 4 2]", + "[8 4 7]" + ], + "correct": 3, + "prob_ind": 29 + }, + { + "prompt": "[1 6 9]   [2 4 8]   [3 9 7]
[2 6 8]   [3 4 7]   [4 9 6]
[3 6 7]   [4 4 6]   [      ]", + "options": [ + "[5 9 5]", + "[4 6 8]", + "[5 9 4]", + "[6 5 4]", + "[6 5 8]", + "[4 4 6]", + "[5 9 6]", + "[9 5 5]" + ], + "correct": 0, + "prob_ind": 30 + }, + { + "prompt": "[4 8 0]   [8 7 1]   [5 6 2]
[4 7 1]   [8 6 2]   [5 5 3]
[4 6 2]   [8 5 3]   [      ]", + "options": [ + "[7 7 1]", + "[4 8 3]", + "[4 8 0]", + "[4 8 5]", + "[4 4 5]", + "[7 1 7]", + "[7 8 1]", + "[5 4 4]" + ], + "correct": 7, + "prob_ind": 31 + }, + { + "prompt": "[3 9 5]   [3 8 6]   [3 7 7]
[4 8 6]   [4 7 7]   [4 6 8]
[5 7 7]   [5 6 8]   [      ]", + "options": [ + "[4 7 6]", + "[5 5 9]", + "[3 7 7]", + "[3 5 9]", + "[2 8 5]", + "[2 7 7]", + "[4 8 6]", + "[3 8 5]" + ], + "correct": 1, + "prob_ind": 32 + }, + { + "prompt": "[3 6 0]   [4 5 2]   [5 1 4]
[4 6 2]   [5 5 4]   [6 1 6]
[5 6 4]   [6 5 6]   [      ]", + "options": [ + "[5 1 4]", + "[7 8 1]", + "[1 4 5]", + "[1 8 5]", + "[6 1 8]", + "[1 8 7]", + "[5 5 4]", + "[7 1 8]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[9 8 1]   [5 6 2]   [4 4 3]
[9 6 2]   [5 4 3]   [4 2 4]
[9 4 3]   [5 2 4]   [      ]", + "options": [ + "[9 2 6]", + "[2 6 5]", + "[9 4 3]", + "[5 6 2]", + "[4 0 5]", + "[9 8 1]", + "[9 4 4]", + "[9 6 1]" + ], + "correct": 4, + "prob_ind": 34 + }, + { + "prompt": "[9 5 4]   [8 6 4]   [7 7 4]
[8 6 5]   [7 7 5]   [6 8 5]
[7 7 2]   [6 8 2]   [      ]", + "options": [ + "[4 8 7]", + "[8 6 4]", + "[7 4 8]", + "[7 7 2]", + "[2 7 7]", + "[7 7 5]", + "[7 5 7]", + "[5 9 2]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[5 8 6]   [4 8 5]   [3 8 4]
[4 3 5]   [3 3 4]   [2 3 3]
[3 2 4]   [2 2 3]   [      ]", + "options": [ + "[1 2 0]", + "[3 3 4]", + "[1 2 2]", + "[3 2 2]", + "[2 2 1]", + "[2 3 2]", + "[6 3 5]", + "[7 0 9]" + ], + "correct": 2, + "prob_ind": 36 + }, + { + "prompt": "[9 6 3]   [8 9 4]   [7 2 5]
[8 6 4]   [7 9 5]   [6 2 6]
[7 6 5]   [6 9 6]   [      ]", + "options": [ + "[5 8 9]", + "[7 2 7]", + "[8 8 4]", + "[7 5 2]", + "[2 7 5]", + "[4 2 7]", + "[5 2 7]", + "[6 9 6]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[0 1 5]   [1 3 4]   [3 5 3]
[0 3 4]   [1 5 3]   [3 7 2]
[0 5 3]   [1 7 2]   [      ]", + "options": [ + "[1 3 6]", + "[0 5 4]", + "[2 3 7]", + "[1 3 4]", + "[0 7 2]", + "[9 1 3]", + "[8 3 2]", + "[3 9 1]" + ], + "correct": 7, + "prob_ind": 38 + }, + { + "prompt": "[7 0 7]   [6 2 0]   [5 4 9]
[6 2 7]   [5 4 0]   [4 6 9]
[5 4 7]   [4 6 0]   [      ]", + "options": [ + "[3 8 9]", + "[8 3 9]", + "[7 6 7]", + "[3 8 7]", + "[7 6 9]", + "[6 7 7]", + "[5 2 7]", + "[3 8 8]" + ], + "correct": 0, + "prob_ind": 39 + }, + { + "prompt": "[6 4 8]   [6 3 6]   [6 2 4]
[7 3 6]   [7 2 4]   [7 1 2]
[0 2 4]   [0 1 2]   [      ]", + "options": [ + "[6 3 6]", + "[6 4 0]", + "[0 0 0]", + "[1 0 0]", + "[6 2 6]", + "[1 0 2]", + "[6 4 6]", + "[0 4 6]" + ], + "correct": 2, + "prob_ind": 40 + }, + { + "prompt": "[3 8 7]   [3 6 6]   [3 4 5]
[8 6 6]   [8 4 5]   [8 2 4]
[7 4 5]   [7 2 4]   [      ]", + "options": [ + "[8 2 4]", + "[3 0 4]", + "[3 4 5]", + "[7 0 1]", + "[3 6 4]", + "[7 0 3]", + "[7 0 4]", + "[5 0 3]" + ], + "correct": 5, + "prob_ind": 41 + }, + { + "prompt": "[7 5 0]   [6 5 2]   [5 5 4]
[6 0 2]   [5 0 4]   [4 0 6]
[5 6 4]   [4 6 6]   [      ]", + "options": [ + "[1 6 9]", + "[1 6 8]", + "[8 1 5]", + "[4 6 6]", + "[2 6 8]", + "[2 6 6]", + "[5 0 0]", + "[3 6 8]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[9 5 8]   [8 8 6]   [7 1 4]
[8 5 6]   [7 8 4]   [6 1 2]
[7 5 4]   [6 8 2]   [      ]", + "options": [ + "[7 0 1]", + "[7 0 9]", + "[8 1 8]", + "[1 6 2]", + "[4 7 1]", + "[5 1 0]", + "[2 7 9]", + "[7 1 4]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[0 0 1]   [3 1 3]   [6 2 5]
[0 1 3]   [3 2 5]   [6 3 7]
[0 2 5]   [3 3 7]   [      ]", + "options": [ + "[6 6 7]", + "[9 6 4]", + "[9 6 5]", + "[0 2 1]", + "[6 4 9]", + "[2 4 5]", + "[6 2 9]", + "[0 3 3]" + ], + "correct": 4, + "prob_ind": 44 + }, + { + "prompt": "[1 1 4]   [2 1 3]   [3 1 2]
[2 2 3]   [3 2 2]   [4 2 1]
[3 3 2]   [4 3 1]   [      ]", + "options": [ + "[3 4 2]", + "[2 3 3]", + "[5 2 0]", + "[3 2 2]", + "[2 1 3]", + "[3 3 2]", + "[1 1 4]", + "[5 3 0]" + ], + "correct": 7, + "prob_ind": 45 + }, + { + "prompt": "[7 7 0]   [6 7 2]   [5 7 4]
[6 9 2]   [5 9 4]   [4 9 6]
[5 3 4]   [4 3 6]   [      ]", + "options": [ + "[3 3 8]", + "[6 7 2]", + "[8 3 3]", + "[6 8 2]", + "[5 3 4]", + "[3 6 9]", + "[4 6 9]", + "[9 6 4]" + ], + "correct": 0, + "prob_ind": 46 + }, + { + "prompt": "[1 6 4]   [3 6 5]   [5 6 6]
[3 7 5]   [5 7 6]   [7 7 7]
[5 9 6]   [7 9 7]   [      ]", + "options": [ + "[7 5 3]", + "[9 9 6]", + "[3 5 7]", + "[5 3 7]", + "[1 5 4]", + "[9 8 9]", + "[3 3 9]", + "[9 9 8]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[9 7 8]   [8 6 8]   [7 5 8]
[8 6 5]   [7 5 5]   [6 4 5]
[7 5 4]   [6 4 4]   [      ]", + "options": [ + "[8 4 4]", + "[5 3 5]", + "[5 3 4]", + "[4 6 4]", + "[8 6 8]", + "[5 6 5]", + "[5 3 3]", + "[5 7 5]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[1 0 1]   [9 1 3]   [3 2 5]
[1 1 3]   [9 2 5]   [3 3 7]
[1 2 5]   [9 3 7]   [      ]", + "options": [ + "[3 4 9]", + "[3 4 5]", + "[1 2 3]", + "[3 1 5]", + "[9 1 3]", + "[3 9 4]", + "[3 2 7]", + "[3 2 5]" + ], + "correct": 0, + "prob_ind": 49 + }, + { + "prompt": "[6 2 3]   [5 4 4]   [4 1 5]
[5 2 4]   [4 4 5]   [3 1 6]
[4 2 5]   [3 4 6]   [      ]", + "options": [ + "[6 1 6]", + "[2 1 7]", + "[2 4 5]", + "[4 4 5]", + "[3 1 6]", + "[4 2 5]", + "[1 7 2]", + "[6 1 2]" + ], + "correct": 1, + "prob_ind": 50 + }, + { + "prompt": "[6 3 9]   [5 3 8]   [4 3 7]
[5 0 8]   [4 0 7]   [3 0 6]
[4 2 7]   [3 2 6]   [      ]", + "options": [ + "[0 9 4]", + "[2 2 5]", + "[0 2 5]", + "[3 3 5]", + "[3 2 6]", + "[9 0 4]", + "[6 3 9]", + "[5 2 2]" + ], + "correct": 1, + "prob_ind": 51 + }, + { + "prompt": "[5 8 8]   [4 7 8]   [3 6 8]
[4 7 5]   [3 6 5]   [2 5 5]
[3 6 9]   [2 5 9]   [      ]", + "options": [ + "[4 7 8]", + "[5 7 5]", + "[1 4 9]", + "[4 5 8]", + "[3 5 3]", + "[5 2 5]", + "[4 6 5]", + "[6 7 8]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[9 6 5]   [7 3 6]   [5 5 7]
[7 6 6]   [5 3 7]   [3 5 8]
[5 6 7]   [3 3 8]   [      ]", + "options": [ + "[9 1 3]", + "[9 2 5]", + "[1 3 1]", + "[1 5 9]", + "[7 6 8]", + "[7 5 5]", + "[5 5 7]", + "[9 1 5]" + ], + "correct": 3, + "prob_ind": 53 + }, + { + "prompt": "[8 9 0]   [6 5 2]   [4 8 4]
[6 9 2]   [4 5 4]   [2 8 6]
[4 9 4]   [2 5 6]   [      ]", + "options": [ + "[2 3 6]", + "[0 1 0]", + "[2 5 6]", + "[0 8 6]", + "[6 5 2]", + "[0 8 8]", + "[0 6 8]", + "[6 9 6]" + ], + "correct": 5, + "prob_ind": 54 + }, + { + "prompt": "[2 9 1]   [8 8 3]   [0 7 5]
[2 8 3]   [8 7 5]   [0 6 7]
[2 7 5]   [8 6 7]   [      ]", + "options": [ + "[0 5 9]", + "[6 7 3]", + "[8 8 3]", + "[9 0 5]", + "[9 5 0]", + "[2 8 3]", + "[8 7 5]", + "[8 8 5]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[8 1 6]   [6 1 5]   [4 1 4]
[6 3 5]   [4 3 4]   [2 3 3]
[4 6 4]   [2 6 3]   [      ]", + "options": [ + "[6 3 5]", + "[5 6 4]", + "[0 7 2]", + "[7 3 5]", + "[0 6 3]", + "[6 1 5]", + "[0 6 2]", + "[7 3 2]" + ], + "correct": 6, + "prob_ind": 56 + }, + { + "prompt": "[0 0 5]   [1 2 4]   [2 3 3]
[1 0 4]   [2 2 3]   [3 3 2]
[2 0 3]   [3 2 2]   [      ]", + "options": [ + "[4 2 1]", + "[3 0 4]", + "[5 6 5]", + "[9 1 1]", + "[5 2 1]", + "[2 3 1]", + "[4 3 1]", + "[3 1 1]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[2 2 1]   [2 3 3]   [2 4 5]
[4 3 3]   [4 4 5]   [4 5 7]
[0 4 5]   [0 5 7]   [      ]", + "options": [ + "[4 3 3]", + "[2 4 5]", + "[0 9 6]", + "[2 3 3]", + "[2 3 5]", + "[2 5 3]", + "[0 6 9]", + "[3 4 3]" + ], + "correct": 6, + "prob_ind": 58 + }, + { + "prompt": "[7 3 8]   [7 4 6]   [7 5 4]
[9 4 6]   [9 5 4]   [9 6 2]
[8 5 4]   [8 6 2]   [      ]", + "options": [ + "[4 7 6]", + "[8 7 0]", + "[3 5 9]", + "[6 8 2]", + "[7 6 6]", + "[9 6 6]", + "[9 5 3]", + "[6 4 9]" + ], + "correct": 1, + "prob_ind": 59 + }, + { + "prompt": "[9 8 2]   [7 7 2]   [5 6 2]
[7 7 1]   [5 6 1]   [3 5 1]
[5 6 7]   [3 5 7]   [      ]", + "options": [ + "[1 7 7]", + "[1 5 6]", + "[7 1 7]", + "[8 9 2]", + "[1 4 8]", + "[7 4 1]", + "[1 4 7]", + "[7 8 1]" + ], + "correct": 6, + "prob_ind": 60 + }, + { + "prompt": "[9 0 9]   [6 1 7]   [7 2 5]
[9 1 7]   [6 2 5]   [7 3 3]
[9 2 5]   [6 3 3]   [      ]", + "options": [ + "[7 4 1]", + "[5 3 3]", + "[6 3 1]", + "[7 2 6]", + "[2 8 8]", + "[2 3 5]", + "[9 2 5]", + "[1 2 0]" + ], + "correct": 0, + "prob_ind": 61 + }, + { + "prompt": "[0 8 8]   [0 6 7]   [0 4 6]
[1 6 7]   [1 4 6]   [1 2 5]
[4 4 6]   [4 2 5]   [      ]", + "options": [ + "[0 4 6]", + "[4 2 4]", + "[4 6 0]", + "[4 0 4]", + "[4 8 7]", + "[6 0 4]", + "[0 8 8]", + "[1 6 4]" + ], + "correct": 3, + "prob_ind": 62 + }, + { + "prompt": "[4 4 5]   [4 3 4]   [4 2 3]
[8 3 4]   [8 2 3]   [8 1 2]
[9 2 3]   [9 1 2]   [      ]", + "options": [ + "[8 2 3]", + "[6 3 4]", + "[1 9 0]", + "[4 2 2]", + "[7 9 5]", + "[9 0 1]", + "[2 2 4]", + "[9 0 2]" + ], + "correct": 5, + "prob_ind": 63 + }, + { + "prompt": "[3 8 5]   [4 6 5]   [5 4 5]
[4 6 2]   [5 4 2]   [6 2 2]
[5 4 8]   [6 2 8]   [      ]", + "options": [ + "[3 5 6]", + "[9 0 8]", + "[6 5 3]", + "[5 0 8]", + "[5 4 7]", + "[5 6 5]", + "[8 5 3]", + "[7 0 8]" + ], + "correct": 7, + "prob_ind": 64 + }, + { + "prompt": "[7 2 4]   [6 1 5]   [5 4 6]
[6 2 5]   [5 1 6]   [4 4 7]
[5 2 6]   [4 1 7]   [      ]", + "options": [ + "[7 2 4]", + "[3 4 8]", + "[9 2 0]", + "[5 1 4]", + "[7 4 6]", + "[8 4 3]", + "[5 6 2]", + "[8 3 4]" + ], + "correct": 1, + "prob_ind": 65 + }, + { + "prompt": "[1 9 2]   [3 7 2]   [5 5 2]
[3 7 3]   [5 5 3]   [7 3 3]
[5 5 0]   [7 3 0]   [      ]", + "options": [ + "[3 7 3]", + "[9 1 0]", + "[3 3 2]", + "[5 7 2]", + "[0 9 1]", + "[0 1 9]", + "[3 5 0]", + "[5 0 3]" + ], + "correct": 1, + "prob_ind": 66 + }, + { + "prompt": "[9 5 1]   [7 5 2]   [5 5 3]
[7 8 2]   [5 8 3]   [3 8 4]
[5 1 3]   [3 1 4]   [      ]", + "options": [ + "[7 8 1]", + "[3 8 4]", + "[1 2 5]", + "[1 1 5]", + "[1 1 7]", + "[5 1 6]", + "[1 3 5]", + "[5 1 4]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[7 9 6]   [6 8 2]   [5 7 3]
[6 8 6]   [5 7 2]   [4 6 3]
[5 7 6]   [4 6 2]   [      ]", + "options": [ + "[2 5 3]", + "[7 9 6]", + "[7 8 6]", + "[5 3 3]", + "[8 3 5]", + "[5 9 6]", + "[3 5 3]", + "[5 7 3]" + ], + "correct": 6, + "prob_ind": 68 + }, + { + "prompt": "[7 8 0]   [6 7 9]   [5 6 4]
[6 7 0]   [5 6 9]   [4 5 4]
[5 6 0]   [4 5 9]   [      ]", + "options": [ + "[3 4 4]", + "[4 5 4]", + "[6 5 4]", + "[4 4 3]", + "[4 7 4]", + "[6 5 6]", + "[6 5 0]", + "[5 4 6]" + ], + "correct": 0, + "prob_ind": 69 + }, + { + "prompt": "[7 4 9]   [6 4 8]   [5 4 7]
[6 9 8]   [5 9 7]   [4 9 6]
[5 2 7]   [4 2 6]   [      ]", + "options": [ + "[4 2 6]", + "[7 2 9]", + "[4 2 9]", + "[7 4 7]", + "[9 4 9]", + "[3 2 5]", + "[8 4 9]", + "[7 4 9]" + ], + "correct": 5, + "prob_ind": 70 + }, + { + "prompt": "[4 2 9]   [3 2 8]   [2 2 7]
[3 0 8]   [2 0 7]   [1 0 6]
[2 5 7]   [1 5 6]   [      ]", + "options": [ + "[4 0 9]", + "[0 5 4]", + "[2 0 6]", + "[5 0 4]", + "[0 5 5]", + "[5 6 1]", + "[2 4 9]", + "[2 2 7]" + ], + "correct": 4, + "prob_ind": 71 + }, + { + "prompt": "[1 1 1]   [2 3 1]   [3 5 1]
[2 3 0]   [3 5 0]   [4 7 0]
[3 5 7]   [4 7 7]   [      ]", + "options": [ + "[5 9 6]", + "[5 7 9]", + "[3 5 0]", + "[3 5 1]", + "[4 3 0]", + "[5 9 7]", + "[7 6 3]", + "[3 6 7]" + ], + "correct": 5, + "prob_ind": 72 + }, + { + "prompt": "[1 6 7]   [3 6 6]   [5 6 5]
[3 5 6]   [5 5 5]   [7 5 4]
[5 9 5]   [7 9 4]   [      ]", + "options": [ + "[3 7 6]", + "[5 9 5]", + "[4 9 5]", + "[9 9 3]", + "[3 6 5]", + "[1 6 5]", + "[9 3 9]", + "[3 6 6]" + ], + "correct": 3, + "prob_ind": 73 + }, + { + "prompt": "[0 2 1]   [2 2 2]   [4 2 3]
[2 6 2]   [4 6 3]   [6 6 4]
[4 4 3]   [6 4 4]   [      ]", + "options": [ + "[2 4 3]", + "[4 5 8]", + "[2 2 4]", + "[0 2 0]", + "[0 4 1]", + "[2 2 2]", + "[2 6 2]", + "[8 4 5]" + ], + "correct": 7, + "prob_ind": 74 + }, + { + "prompt": "[1 1 0]   [1 2 2]   [1 3 4]
[2 2 2]   [2 3 4]   [2 4 6]
[3 3 4]   [3 4 6]   [      ]", + "options": [ + "[4 6 7]", + "[8 3 5]", + "[5 8 3]", + "[3 3 2]", + "[3 8 5]", + "[5 6 7]", + "[3 5 8]", + "[2 3 2]" + ], + "correct": 6, + "prob_ind": 75 + }, + { + "prompt": "[8 9 7]   [7 2 6]   [6 3 5]
[7 9 6]   [6 2 5]   [5 3 4]
[6 9 5]   [5 2 4]   [      ]", + "options": [ + "[2 3 3]", + "[6 7 9]", + "[3 4 3]", + "[3 3 4]", + "[2 9 5]", + "[4 9 5]", + "[4 3 3]", + "[3 1 4]" + ], + "correct": 6, + "prob_ind": 76 + }, + { + "prompt": "[4 4 2]   [5 9 3]   [6 0 4]
[5 4 3]   [6 9 4]   [7 0 5]
[6 4 4]   [7 9 5]   [      ]", + "options": [ + "[4 2 4]", + "[7 0 6]", + "[4 4 2]", + "[8 0 6]", + "[5 7 5]", + "[5 9 5]", + "[6 8 0]", + "[0 8 6]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[0 2 4]   [2 3 3]   [4 4 7]
[2 3 4]   [4 4 3]   [6 5 7]
[4 4 4]   [6 5 3]   [      ]", + "options": [ + "[4 4 3]", + "[2 3 4]", + "[4 3 7]", + "[4 4 7]", + "[6 3 7]", + "[8 6 7]", + "[4 2 4]", + "[3 4 7]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[1 3 8]   [3 3 6]   [5 3 4]
[3 6 6]   [5 6 4]   [7 6 2]
[5 1 4]   [7 1 2]   [      ]", + "options": [ + "[9 2 0]", + "[5 6 2]", + "[0 9 1]", + "[9 1 0]", + "[5 6 9]", + "[0 1 9]", + "[5 1 4]", + "[3 6 3]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[4 5 1]   [3 2 2]   [2 9 3]
[3 5 2]   [2 2 3]   [1 9 4]
[2 5 3]   [1 2 4]   [      ]", + "options": [ + "[0 9 6]", + "[0 9 5]", + "[1 5 2]", + "[2 9 2]", + "[2 3 2]", + "[2 2 3]", + "[2 5 2]", + "[3 2 2]" + ], + "correct": 1, + "prob_ind": 80 + }, + { + "prompt": "[0 7 6]   [1 6 7]   [2 5 2]
[1 6 6]   [2 5 7]   [3 4 2]
[2 5 6]   [3 4 7]   [      ]", + "options": [ + "[2 3 2]", + "[9 9 0]", + "[2 2 2]", + "[2 6 9]", + "[4 3 2]", + "[1 6 6]", + "[3 2 2]", + "[2 5 7]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[0 4 2]   [0 5 3]   [0 6 4]
[1 5 3]   [1 6 4]   [1 7 5]
[2 6 4]   [2 7 5]   [      ]", + "options": [ + "[2 6 6]", + "[8 0 2]", + "[1 5 3]", + "[7 5 2]", + "[2 8 7]", + "[5 1 7]", + "[4 8 6]", + "[2 8 6]" + ], + "correct": 7, + "prob_ind": 82 + }, + { + "prompt": "[5 2 2]   [4 2 3]   [3 2 4]
[4 0 3]   [3 0 4]   [2 0 5]
[3 7 4]   [2 7 5]   [      ]", + "options": [ + "[6 7 1]", + "[7 5 2]", + "[1 7 6]", + "[4 0 4]", + "[7 6 2]", + "[7 3 8]", + "[4 0 3]", + "[5 0 2]" + ], + "correct": 2, + "prob_ind": 83 + }, + { + "prompt": "[5 9 1]   [6 9 3]   [7 9 5]
[6 4 3]   [7 4 5]   [8 4 7]
[7 0 5]   [8 0 7]   [      ]", + "options": [ + "[3 9 6]", + "[6 9 3]", + "[9 0 9]", + "[7 4 8]", + "[5 4 3]", + "[6 3 4]", + "[9 9 0]", + "[7 9 6]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[4 4 9]   [4 3 8]   [4 2 7]
[6 3 8]   [6 2 7]   [6 1 6]
[5 2 7]   [5 1 6]   [      ]", + "options": [ + "[4 2 7]", + "[5 8 1]", + "[6 3 9]", + "[5 0 5]", + "[5 5 0]", + "[0 5 5]", + "[4 7 4]", + "[4 7 2]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[2 8 3]   [8 6 4]   [1 4 5]
[2 6 4]   [8 4 5]   [1 2 6]
[2 4 5]   [8 2 6]   [      ]", + "options": [ + "[6 8 2]", + "[0 6 4]", + "[1 0 7]", + "[0 4 4]", + "[0 4 6]", + "[2 3 8]", + "[2 4 6]", + "[2 6 4]" + ], + "correct": 2, + "prob_ind": 86 + }, + { + "prompt": "[0 5 4]   [2 0 5]   [4 4 6]
[2 5 5]   [4 0 6]   [6 4 7]
[4 5 6]   [6 0 7]   [      ]", + "options": [ + "[8 4 8]", + "[5 5 2]", + "[2 5 5]", + "[4 0 6]", + "[2 5 4]", + "[1 4 9]", + "[4 8 8]", + "[1 5 5]" + ], + "correct": 0, + "prob_ind": 87 + }, + { + "prompt": "[5 9 3]   [6 4 4]   [7 2 5]
[6 9 4]   [7 4 5]   [8 2 6]
[7 9 5]   [8 4 6]   [      ]", + "options": [ + "[5 2 7]", + "[6 2 4]", + "[6 9 5]", + "[2 9 7]", + "[5 4 7]", + "[6 2 3]", + "[9 2 7]", + "[7 9 5]" + ], + "correct": 6, + "prob_ind": 88 + }, + { + "prompt": "[8 8 1]   [6 8 2]   [4 8 3]
[6 5 2]   [4 5 3]   [2 5 4]
[4 2 3]   [2 2 4]   [      ]", + "options": [ + "[4 5 3]", + "[0 4 5]", + "[3 4 1]", + "[3 6 5]", + "[0 2 3]", + "[3 4 5]", + "[8 8 1]", + "[0 2 5]" + ], + "correct": 7, + "prob_ind": 89 + }, + { + "prompt": "[3 9 5]   [4 8 1]   [5 7 2]
[4 8 5]   [5 7 1]   [6 6 2]
[5 7 5]   [6 6 1]   [      ]", + "options": [ + "[7 5 2]", + "[5 9 1]", + "[9 5 2]", + "[9 9 4]", + "[4 8 5]", + "[3 9 4]", + "[7 3 2]", + "[5 9 3]" + ], + "correct": 0, + "prob_ind": 90 + }, + { + "prompt": "[7 4 6]   [1 5 5]   [0 6 4]
[7 5 5]   [1 6 4]   [0 7 3]
[7 6 4]   [1 7 3]   [      ]", + "options": [ + "[2 8 0]", + "[0 8 2]", + "[8 2 0]", + "[1 5 4]", + "[0 8 1]", + "[7 4 2]", + "[0 7 3]", + "[7 6 4]" + ], + "correct": 1, + "prob_ind": 91 + }, + { + "prompt": "[5 4 2]   [4 3 3]   [3 2 9]
[4 3 2]   [3 2 3]   [2 1 9]
[3 2 2]   [2 1 3]   [      ]", + "options": [ + "[0 1 9]", + "[5 7 3]", + "[5 7 9]", + "[2 2 3]", + "[5 0 3]", + "[1 0 9]", + "[0 0 9]", + "[0 7 3]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[4 9 9]   [3 7 9]   [2 5 9]
[3 7 5]   [2 5 5]   [1 3 5]
[2 5 8]   [1 3 8]   [      ]", + "options": [ + "[1 4 5]", + "[3 5 8]", + "[1 4 6]", + "[1 3 5]", + "[8 1 0]", + "[1 4 7]", + "[0 1 8]", + "[3 5 7]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[4 0 9]   [2 1 7]   [3 2 5]
[4 1 7]   [2 2 5]   [3 3 3]
[4 2 5]   [2 3 3]   [      ]", + "options": [ + "[1 2 7]", + "[2 1 7]", + "[3 2 3]", + "[3 4 1]", + "[5 2 4]", + "[2 0 3]", + "[4 1 3]", + "[0 6 7]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[0 1 4]   [1 3 9]   [2 5 2]
[1 3 4]   [2 5 9]   [3 7 2]
[2 5 4]   [3 7 9]   [      ]", + "options": [ + "[2 4 5]", + "[2 0 0]", + "[7 9 5]", + "[2 6 5]", + "[5 7 9]", + "[5 0 0]", + "[2 0 1]", + "[4 9 2]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[1 7 1]   [3 7 2]   [5 7 3]
[3 1 2]   [5 1 3]   [7 1 4]
[5 9 3]   [7 9 4]   [      ]", + "options": [ + "[3 9 2]", + "[5 5 3]", + "[5 1 4]", + "[7 9 4]", + "[5 9 9]", + "[9 9 5]", + "[8 5 5]", + "[8 1 2]" + ], + "correct": 5, + "prob_ind": 96 + }, + { + "prompt": "[0 5 6]   [2 6 4]   [4 7 1]
[2 6 6]   [4 7 4]   [6 8 1]
[4 7 6]   [6 8 4]   [      ]", + "options": [ + "[4 7 5]", + "[9 0 2]", + "[6 9 1]", + "[0 6 5]", + "[4 7 1]", + "[4 7 6]", + "[8 9 1]", + "[3 7 1]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[8 6 1]   [7 5 5]   [6 4 4]
[7 5 1]   [6 4 5]   [5 3 4]
[6 4 1]   [5 3 5]   [      ]", + "options": [ + "[5 4 6]", + "[4 4 1]", + "[6 4 6]", + "[4 2 4]", + "[2 2 4]", + "[6 0 5]", + "[4 4 2]", + "[5 3 4]" + ], + "correct": 3, + "prob_ind": 98 + }, + { + "prompt": "[9 2 0]   [7 3 1]   [4 4 2]
[9 3 1]   [7 4 2]   [4 5 3]
[9 4 2]   [7 5 3]   [      ]", + "options": [ + "[9 4 1]", + "[4 4 2]", + "[4 6 4]", + "[9 3 1]", + "[4 5 1]", + "[9 2 3]", + "[2 9 3]", + "[6 4 4]" + ], + "correct": 2, + "prob_ind": 99 + } + ], + "three_rule_comb6": [ + { + "prompt": "[5 3 6]   [0 1 4]   [3 9 8]
[0 1 8]   [3 9 6]   [5 3 4]
[3 9 4]   [5 3 8]   [      ]", + "options": [ + "[5 3 8]", + "[0 2 6]", + "[3 8 8]", + "[1 6 0]", + "[0 1 6]", + "[1 6 2]", + "[0 3 8]", + "[1 4 0]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[7 1 9]   [1 3 4]   [2 4 8]
[2 4 8]   [7 1 9]   [1 3 4]
[1 3 4]   [2 4 8]   [      ]", + "options": [ + "[1 4 3]", + "[2 4 6]", + "[7 1 9]", + "[3 4 1]", + "[4 8 8]", + "[7 9 1]", + "[2 3 8]", + "[2 4 8]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[1 8 2]   [7 0 1]   [6 6 3]
[6 0 3]   [1 6 2]   [7 8 1]
[7 6 1]   [6 8 3]   [      ]", + "options": [ + "[1 4 3]", + "[4 1 3]", + "[3 0 2]", + "[4 3 1]", + "[0 8 7]", + "[1 6 7]", + "[0 1 2]", + "[1 0 2]" + ], + "correct": 7, + "prob_ind": 2 + }, + { + "prompt": "[3 9 5]   [0 1 9]   [4 0 8]
[4 1 9]   [3 0 8]   [0 9 5]
[0 0 8]   [4 9 5]   [      ]", + "options": [ + "[9 5 0]", + "[4 4 5]", + "[4 9 1]", + "[9 0 0]", + "[3 1 9]", + "[1 3 9]", + "[0 3 8]", + "[0 0 9]" + ], + "correct": 4, + "prob_ind": 3 + }, + { + "prompt": "[2 5 3]   [4 6 5]   [8 7 9]
[8 7 9]   [2 5 3]   [4 6 5]
[4 6 5]   [8 7 9]   [      ]", + "options": [ + "[4 5 6]", + "[5 2 3]", + "[3 6 5]", + "[3 5 2]", + "[2 8 8]", + "[6 5 4]", + "[4 6 5]", + "[2 5 3]" + ], + "correct": 7, + "prob_ind": 4 + }, + { + "prompt": "[2 0 9]   [3 8 3]   [5 5 4]
[5 5 4]   [2 0 9]   [3 8 3]
[3 8 3]   [5 5 4]   [      ]", + "options": [ + "[5 1 4]", + "[2 0 9]", + "[0 2 9]", + "[7 1 4]", + "[5 7 4]", + "[9 2 0]", + "[2 1 9]", + "[0 1 0]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[0 7 3]   [5 0 9]   [2 6 6]
[5 0 9]   [2 6 6]   [0 7 3]
[2 6 6]   [0 7 3]   [      ]", + "options": [ + "[1 6 3]", + "[8 8 3]", + "[0 6 3]", + "[7 0 3]", + "[0 7 6]", + "[5 2 9]", + "[0 2 9]", + "[5 0 9]" + ], + "correct": 7, + "prob_ind": 6 + }, + { + "prompt": "[6 2 7]   [0 1 3]   [2 0 8]
[2 0 8]   [6 2 7]   [0 1 3]
[0 1 3]   [2 0 8]   [      ]", + "options": [ + "[8 6 7]", + "[1 3 0]", + "[0 0 8]", + "[1 0 3]", + "[0 2 8]", + "[6 2 7]", + "[8 6 4]", + "[6 2 5]" + ], + "correct": 5, + "prob_ind": 7 + }, + { + "prompt": "[3 9 1]   [4 0 0]   [2 8 5]
[4 8 5]   [2 9 1]   [3 0 0]
[2 0 0]   [3 8 5]   [      ]", + "options": [ + "[4 9 4]", + "[8 1 4]", + "[1 3 6]", + "[0 1 2]", + "[0 0 2]", + "[9 1 4]", + "[4 9 1]", + "[2 9 1]" + ], + "correct": 6, + "prob_ind": 8 + }, + { + "prompt": "[5 5 7]   [9 4 1]   [0 2 4]
[0 2 1]   [5 5 4]   [9 4 7]
[9 4 4]   [0 2 7]   [      ]", + "options": [ + "[9 5 7]", + "[0 2 4]", + "[3 5 1]", + "[2 9 4]", + "[1 9 4]", + "[1 0 2]", + "[5 5 1]", + "[5 6 1]" + ], + "correct": 6, + "prob_ind": 9 + }, + { + "prompt": "[3 1 8]   [9 6 5]   [7 7 2]
[7 7 2]   [3 1 8]   [9 6 5]
[9 6 5]   [7 7 2]   [      ]", + "options": [ + "[3 1 6]", + "[6 5 9]", + "[6 5 0]", + "[4 6 4]", + "[5 7 2]", + "[3 1 8]", + "[7 6 2]", + "[3 8 0]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[3 5 9]   [0 3 8]   [6 6 3]
[0 6 3]   [6 5 9]   [3 3 8]
[6 3 8]   [3 6 3]   [      ]", + "options": [ + "[0 5 9]", + "[6 6 3]", + "[9 0 5]", + "[3 6 6]", + "[7 6 2]", + "[6 3 6]", + "[8 6 4]", + "[7 6 3]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[7 1 8]   [6 4 1]   [8 0 2]
[8 0 1]   [7 1 2]   [6 4 8]
[6 4 2]   [8 0 8]   [      ]", + "options": [ + "[9 1 2]", + "[7 8 4]", + "[7 1 1]", + "[8 1 2]", + "[8 1 1]", + "[7 1 2]", + "[4 2 5]", + "[6 1 2]" + ], + "correct": 2, + "prob_ind": 12 + }, + { + "prompt": "[5 1 4]   [9 8 5]   [0 3 7]
[9 3 7]   [0 1 4]   [5 8 5]
[0 8 5]   [5 3 7]   [      ]", + "options": [ + "[7 9 4]", + "[5 8 4]", + "[4 1 9]", + "[0 5 6]", + "[9 3 6]", + "[9 1 4]", + "[5 6 0]", + "[8 5 0]" + ], + "correct": 5, + "prob_ind": 13 + }, + { + "prompt": "[4 2 9]   [7 9 7]   [9 4 4]
[9 4 4]   [4 2 9]   [7 9 7]
[7 9 7]   [9 4 4]   [      ]", + "options": [ + "[9 4 4]", + "[4 9 4]", + "[9 2 4]", + "[2 4 9]", + "[4 2 9]", + "[4 2 7]", + "[6 2 9]", + "[4 4 9]" + ], + "correct": 4, + "prob_ind": 14 + }, + { + "prompt": "[0 0 2]   [9 3 8]   [1 7 7]
[9 7 8]   [1 0 7]   [0 3 2]
[1 3 7]   [0 7 2]   [      ]", + "options": [ + "[8 0 9]", + "[1 0 5]", + "[1 0 7]", + "[0 0 2]", + "[2 0 3]", + "[0 2 2]", + "[9 7 7]", + "[9 0 8]" + ], + "correct": 7, + "prob_ind": 15 + }, + { + "prompt": "[2 6 4]   [0 5 9]   [8 8 8]
[0 5 8]   [8 8 4]   [2 6 9]
[8 8 9]   [2 6 8]   [      ]", + "options": [ + "[4 5 0]", + "[0 5 4]", + "[4 0 5]", + "[6 1 8]", + "[8 9 8]", + "[0 5 9]", + "[2 5 9]", + "[4 7 7]" + ], + "correct": 1, + "prob_ind": 16 + }, + { + "prompt": "[9 9 4]   [4 5 9]   [3 1 6]
[4 5 9]   [3 1 6]   [9 9 4]
[3 1 6]   [9 9 4]   [      ]", + "options": [ + "[9 4 5]", + "[4 9 9]", + "[4 5 9]", + "[4 9 4]", + "[4 9 5]", + "[9 4 9]", + "[3 9 4]", + "[3 9 6]" + ], + "correct": 2, + "prob_ind": 17 + }, + { + "prompt": "[6 0 5]   [8 9 2]   [0 8 8]
[0 9 8]   [6 8 5]   [8 0 2]
[8 8 2]   [0 0 8]   [      ]", + "options": [ + "[6 9 5]", + "[5 9 6]", + "[9 6 5]", + "[7 8 5]", + "[8 8 5]", + "[2 0 8]", + "[5 9 5]", + "[3 0 8]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[8 3 1]   [6 7 2]   [2 4 6]
[6 7 2]   [2 4 6]   [8 3 1]
[2 4 6]   [8 3 1]   [      ]", + "options": [ + "[6 7 3]", + "[8 3 6]", + "[7 6 2]", + "[6 2 4]", + "[4 7 2]", + "[6 5 4]", + "[6 7 4]", + "[6 7 2]" + ], + "correct": 7, + "prob_ind": 19 + }, + { + "prompt": "[6 4 1]   [9 7 9]   [2 1 0]
[9 1 9]   [2 4 0]   [6 7 1]
[2 7 0]   [6 1 1]   [      ]", + "options": [ + "[6 4 9]", + "[2 4 0]", + "[1 1 0]", + "[9 9 7]", + "[4 9 9]", + "[5 4 1]", + "[9 4 9]", + "[9 9 4]" + ], + "correct": 6, + "prob_ind": 20 + }, + { + "prompt": "[9 9 3]   [6 8 8]   [4 4 5]
[6 4 8]   [4 9 5]   [9 8 3]
[4 8 5]   [9 4 3]   [      ]", + "options": [ + "[8 2 5]", + "[4 5 8]", + "[4 8 5]", + "[8 5 2]", + "[5 9 8]", + "[8 5 4]", + "[6 9 8]", + "[9 8 3]" + ], + "correct": 6, + "prob_ind": 21 + }, + { + "prompt": "[8 3 9]   [3 1 7]   [2 0 1]
[2 0 1]   [8 3 9]   [3 1 7]
[3 1 7]   [2 0 1]   [      ]", + "options": [ + "[8 3 7]", + "[8 9 2]", + "[7 1 3]", + "[8 2 9]", + "[3 7 1]", + "[9 3 8]", + "[8 3 9]", + "[5 6 9]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[9 8 3]   [5 9 5]   [6 6 1]
[6 9 5]   [9 6 1]   [5 8 3]
[5 6 1]   [6 8 3]   [      ]", + "options": [ + "[5 9 3]", + "[6 6 5]", + "[9 5 9]", + "[7 5 9]", + "[9 9 5]", + "[5 9 9]", + "[5 5 9]", + "[6 1 6]" + ], + "correct": 4, + "prob_ind": 23 + }, + { + "prompt": "[3 6 7]   [7 4 8]   [1 5 0]
[7 5 0]   [1 6 7]   [3 4 8]
[1 4 8]   [3 5 0]   [      ]", + "options": [ + "[3 4 8]", + "[7 6 7]", + "[7 6 9]", + "[7 8 7]", + "[7 4 8]", + "[7 5 0]", + "[8 7 7]", + "[5 1 0]" + ], + "correct": 1, + "prob_ind": 24 + }, + { + "prompt": "[4 3 7]   [1 8 8]   [8 1 4]
[8 8 8]   [4 1 4]   [1 3 7]
[1 1 4]   [8 3 7]   [      ]", + "options": [ + "[1 1 4]", + "[4 8 8]", + "[3 7 8]", + "[3 1 4]", + "[4 1 8]", + "[3 1 7]", + "[1 3 7]", + "[8 1 4]" + ], + "correct": 1, + "prob_ind": 25 + }, + { + "prompt": "[8 7 0]   [0 1 8]   [6 5 2]
[0 5 8]   [6 7 2]   [8 1 0]
[6 1 2]   [8 5 0]   [      ]", + "options": [ + "[8 0 5]", + "[6 1 2]", + "[8 5 0]", + "[2 1 6]", + "[7 0 8]", + "[7 8 0]", + "[0 7 8]", + "[8 1 0]" + ], + "correct": 6, + "prob_ind": 26 + }, + { + "prompt": "[1 4 3]   [0 1 5]   [3 0 6]
[3 0 6]   [1 4 3]   [0 1 5]
[0 1 5]   [3 0 6]   [      ]", + "options": [ + "[2 5 0]", + "[1 5 3]", + "[7 0 2]", + "[1 4 3]", + "[3 3 0]", + "[0 3 5]", + "[3 3 5]", + "[3 5 0]" + ], + "correct": 3, + "prob_ind": 27 + }, + { + "prompt": "[6 5 0]   [8 4 6]   [1 0 4]
[1 4 6]   [6 0 4]   [8 5 0]
[8 0 4]   [1 5 0]   [      ]", + "options": [ + "[5 0 8]", + "[6 4 6]", + "[8 0 4]", + "[8 5 0]", + "[1 0 4]", + "[6 3 6]", + "[4 4 1]", + "[6 0 4]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[0 2 4]   [1 8 2]   [8 7 0]
[1 7 0]   [8 2 4]   [0 8 2]
[8 8 2]   [0 7 0]   [      ]", + "options": [ + "[1 8 4]", + "[5 6 4]", + "[2 3 0]", + "[4 7 4]", + "[2 1 4]", + "[1 2 4]", + "[1 9 4]", + "[5 6 6]" + ], + "correct": 5, + "prob_ind": 29 + }, + { + "prompt": "[5 9 0]   [8 6 3]   [1 1 9]
[8 1 3]   [1 9 9]   [5 6 0]
[1 6 9]   [5 1 0]   [      ]", + "options": [ + "[8 1 0]", + "[5 6 0]", + "[5 9 4]", + "[8 9 3]", + "[8 9 4]", + "[0 5 6]", + "[5 1 0]", + "[5 5 4]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[5 1 4]   [0 2 8]   [8 9 9]
[8 9 8]   [5 1 9]   [0 2 4]
[0 2 9]   [8 9 4]   [      ]", + "options": [ + "[5 1 8]", + "[5 2 4]", + "[5 4 2]", + "[9 4 8]", + "[4 2 4]", + "[8 9 3]", + "[5 1 7]", + "[3 4 2]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[4 1 4]   [8 0 3]   [2 7 0]
[2 0 0]   [4 7 4]   [8 1 3]
[8 7 3]   [2 1 0]   [      ]", + "options": [ + "[8 3 0]", + "[4 0 4]", + "[4 1 4]", + "[8 1 3]", + "[8 1 2]", + "[4 4 0]", + "[4 1 2]", + "[2 2 9]" + ], + "correct": 1, + "prob_ind": 32 + }, + { + "prompt": "[8 4 7]   [7 9 1]   [9 0 6]
[9 0 1]   [8 4 6]   [7 9 7]
[7 9 6]   [9 0 7]   [      ]", + "options": [ + "[1 8 4]", + "[9 6 7]", + "[8 4 6]", + "[7 7 9]", + "[0 7 9]", + "[8 4 1]", + "[7 0 9]", + "[9 0 6]" + ], + "correct": 5, + "prob_ind": 33 + }, + { + "prompt": "[3 5 5]   [9 0 3]   [8 8 6]
[9 8 3]   [8 5 6]   [3 0 5]
[8 0 6]   [3 8 5]   [      ]", + "options": [ + "[9 5 3]", + "[9 3 8]", + "[3 0 5]", + "[9 3 9]", + "[3 5 9]", + "[3 8 5]", + "[5 3 9]", + "[3 0 6]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[7 3 4]   [0 2 1]   [3 7 3]
[3 2 1]   [7 7 3]   [0 3 4]
[0 7 3]   [3 3 4]   [      ]", + "options": [ + "[7 1 2]", + "[7 2 1]", + "[6 2 1]", + "[7 7 3]", + "[3 7 3]", + "[3 7 2]", + "[7 3 4]", + "[3 4 4]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[4 3 0]   [3 4 2]   [6 9 7]
[3 4 2]   [6 9 7]   [4 3 0]
[6 9 7]   [4 3 0]   [      ]", + "options": [ + "[4 9 0]", + "[5 4 2]", + "[3 4 3]", + "[5 9 3]", + "[6 9 7]", + "[0 4 3]", + "[3 4 2]", + "[5 3 5]" + ], + "correct": 6, + "prob_ind": 36 + }, + { + "prompt": "[0 5 0]   [6 8 8]   [1 9 4]
[1 9 4]   [0 5 0]   [6 8 8]
[6 8 8]   [1 9 4]   [      ]", + "options": [ + "[1 8 8]", + "[5 1 0]", + "[1 9 8]", + "[6 8 8]", + "[8 8 0]", + "[0 8 8]", + "[0 5 0]", + "[5 0 0]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[9 7 2]   [1 1 6]   [0 3 5]
[1 1 5]   [0 3 2]   [9 7 6]
[0 3 6]   [9 7 5]   [      ]", + "options": [ + "[1 1 1]", + "[7 0 3]", + "[6 0 3]", + "[0 1 6]", + "[1 1 2]", + "[7 9 6]", + "[5 9 6]", + "[1 2 1]" + ], + "correct": 4, + "prob_ind": 38 + }, + { + "prompt": "[2 7 9]   [1 5 3]   [4 0 4]
[4 5 3]   [2 0 4]   [1 7 9]
[1 0 4]   [4 7 9]   [      ]", + "options": [ + "[1 5 6]", + "[1 5 3]", + "[2 5 5]", + "[1 9 6]", + "[2 5 3]", + "[3 5 1]", + "[5 5 2]", + "[8 9 6]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[1 7 1]   [8 3 5]   [5 8 6]
[8 8 5]   [5 7 6]   [1 3 1]
[5 3 6]   [1 8 1]   [      ]", + "options": [ + "[8 6 5]", + "[8 8 3]", + "[1 3 1]", + "[8 7 5]", + "[8 7 3]", + "[1 8 5]", + "[5 8 5]", + "[7 7 3]" + ], + "correct": 3, + "prob_ind": 40 + }, + { + "prompt": "[5 2 5]   [4 8 7]   [0 4 9]
[0 8 9]   [5 4 5]   [4 2 7]
[4 4 7]   [0 2 9]   [      ]", + "options": [ + "[6 8 5]", + "[0 4 5]", + "[4 2 5]", + "[5 8 5]", + "[5 5 4]", + "[5 6 5]", + "[8 6 5]", + "[4 5 5]" + ], + "correct": 3, + "prob_ind": 41 + }, + { + "prompt": "[3 5 4]   [2 2 9]   [9 7 5]
[2 2 5]   [9 7 4]   [3 5 9]
[9 7 9]   [3 5 5]   [      ]", + "options": [ + "[4 2 2]", + "[2 2 4]", + "[2 4 2]", + "[3 2 4]", + "[4 0 2]", + "[4 4 4]", + "[3 5 4]", + "[9 7 5]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[1 5 6]   [0 9 1]   [2 0 8]
[0 9 1]   [2 0 8]   [1 5 6]
[2 0 8]   [1 5 6]   [      ]", + "options": [ + "[2 5 8]", + "[0 7 1]", + "[0 9 1]", + "[1 9 0]", + "[2 5 6]", + "[1 0 8]", + "[2 5 9]", + "[0 5 6]" + ], + "correct": 2, + "prob_ind": 43 + }, + { + "prompt": "[5 6 3]   [9 0 5]   [2 5 7]
[9 5 5]   [2 6 7]   [5 0 3]
[2 0 7]   [5 5 3]   [      ]", + "options": [ + "[9 6 5]", + "[2 4 7]", + "[0 9 0]", + "[6 9 5]", + "[2 5 5]", + "[7 3 0]", + "[2 6 7]", + "[9 0 5]" + ], + "correct": 0, + "prob_ind": 44 + }, + { + "prompt": "[0 3 5]   [5 2 1]   [4 4 6]
[4 4 1]   [0 3 6]   [5 2 5]
[5 2 6]   [4 4 5]   [      ]", + "options": [ + "[5 1 5]", + "[5 2 0]", + "[0 3 2]", + "[0 3 6]", + "[5 2 1]", + "[3 0 1]", + "[0 6 3]", + "[0 3 1]" + ], + "correct": 7, + "prob_ind": 45 + }, + { + "prompt": "[6 2 0]   [0 0 3]   [9 8 1]
[0 0 3]   [9 8 1]   [6 2 0]
[9 8 1]   [6 2 0]   [      ]", + "options": [ + "[5 9 2]", + "[0 0 3]", + "[5 9 4]", + "[5 9 9]", + "[9 2 5]", + "[9 8 1]", + "[1 8 9]", + "[3 1 0]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[6 3 6]   [9 5 4]   [5 1 3]
[9 5 3]   [5 1 6]   [6 3 4]
[5 1 4]   [6 3 3]   [      ]", + "options": [ + "[6 4 4]", + "[5 0 3]", + "[5 1 3]", + "[9 5 7]", + "[9 4 6]", + "[5 1 6]", + "[9 5 6]", + "[9 7 6]" + ], + "correct": 6, + "prob_ind": 47 + }, + { + "prompt": "[9 8 3]   [3 7 4]   [4 3 2]
[4 7 2]   [9 3 3]   [3 8 4]
[3 3 4]   [4 8 2]   [      ]", + "options": [ + "[9 7 3]", + "[3 7 9]", + "[3 8 3]", + "[2 7 3]", + "[4 3 3]", + "[0 8 3]", + "[3 3 8]", + "[0 8 7]" + ], + "correct": 0, + "prob_ind": 48 + }, + { + "prompt": "[8 5 0]   [3 6 5]   [7 2 2]
[7 6 2]   [8 2 0]   [3 5 5]
[3 2 5]   [7 5 2]   [      ]", + "options": [ + "[6 5 9]", + "[2 7 2]", + "[8 6 0]", + "[6 9 1]", + "[8 8 0]", + "[1 6 9]", + "[6 5 3]", + "[8 7 0]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[0 3 6]   [5 1 1]   [7 8 2]
[7 1 2]   [0 8 6]   [5 3 1]
[5 8 1]   [7 3 2]   [      ]", + "options": [ + "[7 3 2]", + "[1 5 3]", + "[1 2 6]", + "[1 6 0]", + "[1 0 6]", + "[7 1 2]", + "[0 1 6]", + "[5 3 1]" + ], + "correct": 6, + "prob_ind": 50 + }, + { + "prompt": "[1 1 2]   [4 5 9]   [3 4 4]
[4 4 4]   [3 1 2]   [1 5 9]
[3 5 9]   [1 4 4]   [      ]", + "options": [ + "[1 4 4]", + "[3 2 1]", + "[4 5 2]", + "[3 1 2]", + "[1 2 4]", + "[4 3 2]", + "[3 2 4]", + "[4 1 2]" + ], + "correct": 7, + "prob_ind": 51 + }, + { + "prompt": "[8 9 9]   [4 2 3]   [5 8 0]
[5 8 3]   [8 9 0]   [4 2 9]
[4 2 0]   [5 8 9]   [      ]", + "options": [ + "[2 4 9]", + "[4 2 0]", + "[6 2 3]", + "[6 3 2]", + "[5 3 8]", + "[2 4 0]", + "[8 9 3]", + "[8 2 9]" + ], + "correct": 6, + "prob_ind": 52 + }, + { + "prompt": "[6 0 2]   [9 7 5]   [4 9 1]
[9 9 5]   [4 0 1]   [6 7 2]
[4 7 1]   [6 9 2]   [      ]", + "options": [ + "[9 0 4]", + "[4 6 1]", + "[9 0 5]", + "[4 7 2]", + "[4 1 9]", + "[1 6 4]", + "[1 0 5]", + "[1 1 1]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[0 0 6]   [4 4 0]   [6 5 1]
[4 4 1]   [6 5 6]   [0 0 0]
[6 5 0]   [0 0 1]   [      ]", + "options": [ + "[4 2 6]", + "[0 0 1]", + "[1 6 5]", + "[4 4 6]", + "[2 5 4]", + "[2 6 4]", + "[5 6 1]", + "[1 5 6]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[6 2 9]   [1 6 6]   [0 8 3]
[0 8 3]   [6 2 9]   [1 6 6]
[1 6 6]   [0 8 3]   [      ]", + "options": [ + "[7 0 9]", + "[0 3 8]", + "[6 2 9]", + "[3 0 8]", + "[1 8 6]", + "[5 0 8]", + "[7 2 9]", + "[6 6 1]" + ], + "correct": 2, + "prob_ind": 55 + }, + { + "prompt": "[6 8 0]   [4 2 1]   [8 3 2]
[4 3 1]   [8 8 2]   [6 2 0]
[8 2 2]   [6 3 0]   [      ]", + "options": [ + "[6 2 0]", + "[6 2 2]", + "[3 2 8]", + "[5 9 3]", + "[8 2 8]", + "[6 1 0]", + "[4 8 1]", + "[8 1 4]" + ], + "correct": 6, + "prob_ind": 56 + }, + { + "prompt": "[2 9 8]   [3 6 4]   [6 1 1]
[6 6 1]   [2 1 8]   [3 9 4]
[3 1 4]   [6 9 1]   [      ]", + "options": [ + "[2 6 8]", + "[0 6 8]", + "[7 2 1]", + "[8 2 1]", + "[6 1 4]", + "[2 9 8]", + "[8 6 2]", + "[1 9 6]" + ], + "correct": 0, + "prob_ind": 57 + }, + { + "prompt": "[6 9 6]   [2 5 5]   [9 3 0]
[2 5 0]   [9 3 6]   [6 9 5]
[9 3 5]   [6 9 0]   [      ]", + "options": [ + "[9 3 5]", + "[9 5 0]", + "[2 5 6]", + "[5 2 6]", + "[3 9 0]", + "[9 3 0]", + "[9 9 0]", + "[9 2 0]" + ], + "correct": 2, + "prob_ind": 58 + }, + { + "prompt": "[3 5 4]   [5 7 1]   [7 8 6]
[5 8 1]   [7 5 6]   [3 7 4]
[7 7 6]   [3 8 4]   [      ]", + "options": [ + "[5 3 4]", + "[7 8 6]", + "[5 5 1]", + "[7 3 4]", + "[1 5 5]", + "[3 6 2]", + "[5 8 1]", + "[2 3 6]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[8 1 3]   [3 5 2]   [9 3 8]
[9 3 8]   [8 1 3]   [3 5 2]
[3 5 2]   [9 3 8]   [      ]", + "options": [ + "[9 3 8]", + "[9 4 8]", + "[9 5 9]", + "[3 5 2]", + "[9 6 9]", + "[3 9 8]", + "[8 1 3]", + "[0 0 8]" + ], + "correct": 6, + "prob_ind": 60 + }, + { + "prompt": "[2 0 5]   [7 6 3]   [9 7 1]
[9 6 3]   [2 7 1]   [7 0 5]
[7 7 1]   [9 0 5]   [      ]", + "options": [ + "[2 6 1]", + "[2 0 1]", + "[7 5 3]", + "[7 0 5]", + "[2 1 0]", + "[9 7 1]", + "[7 6 5]", + "[2 6 3]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[0 5 4]   [4 8 1]   [3 3 6]
[3 3 6]   [0 5 4]   [4 8 1]
[4 8 1]   [3 3 6]   [      ]", + "options": [ + "[0 5 4]", + "[2 3 4]", + "[4 3 1]", + "[0 3 6]", + "[3 3 6]", + "[3 2 6]", + "[0 5 6]", + "[3 6 3]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[0 8 3]   [6 9 1]   [2 2 2]
[6 2 2]   [2 8 3]   [0 9 1]
[2 9 1]   [0 2 2]   [      ]", + "options": [ + "[6 8 3]", + "[8 2 2]", + "[7 8 3]", + "[1 9 1]", + "[6 9 1]", + "[2 9 3]", + "[6 3 8]", + "[1 2 9]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[6 2 1]   [1 3 8]   [0 6 0]
[0 3 0]   [6 6 1]   [1 2 8]
[1 6 8]   [0 2 0]   [      ]", + "options": [ + "[9 3 1]", + "[9 3 0]", + "[1 3 9]", + "[1 2 8]", + "[6 3 1]", + "[6 0 2]", + "[2 3 0]", + "[8 3 1]" + ], + "correct": 4, + "prob_ind": 64 + }, + { + "prompt": "[1 3 6]   [0 0 9]   [7 1 4]
[7 1 4]   [1 3 6]   [0 0 9]
[0 0 9]   [7 1 4]   [      ]", + "options": [ + "[1 3 5]", + "[5 1 4]", + "[7 1 4]", + "[0 0 9]", + "[7 2 0]", + "[1 3 6]", + "[1 7 4]", + "[0 1 9]" + ], + "correct": 5, + "prob_ind": 65 + }, + { + "prompt": "[5 1 3]   [6 3 6]   [1 4 1]
[6 4 6]   [1 1 1]   [5 3 3]
[1 3 1]   [5 4 3]   [      ]", + "options": [ + "[1 3 0]", + "[1 6 6]", + "[1 3 1]", + "[3 5 3]", + "[1 1 1]", + "[7 9 2]", + "[6 1 6]", + "[6 9 2]" + ], + "correct": 6, + "prob_ind": 66 + }, + { + "prompt": "[6 8 7]   [8 4 9]   [5 3 2]
[5 3 9]   [6 8 2]   [8 4 7]
[8 4 2]   [5 3 7]   [      ]", + "options": [ + "[5 3 1]", + "[5 8 2]", + "[4 8 7]", + "[6 8 9]", + "[2 4 4]", + "[4 9 8]", + "[7 3 9]", + "[5 3 3]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[9 1 9]   [4 7 7]   [0 9 4]
[4 9 4]   [0 1 9]   [9 7 7]
[0 7 7]   [9 9 4]   [      ]", + "options": [ + "[4 7 7]", + "[1 0 9]", + "[9 4 1]", + "[6 1 9]", + "[5 1 9]", + "[4 1 9]", + "[9 1 0]", + "[1 9 4]" + ], + "correct": 5, + "prob_ind": 68 + }, + { + "prompt": "[6 9 2]   [5 3 8]   [3 4 7]
[3 4 7]   [6 9 2]   [5 3 8]
[5 3 8]   [3 4 7]   [      ]", + "options": [ + "[6 9 2]", + "[3 1 2]", + "[3 3 7]", + "[5 3 8]", + "[7 2 9]", + "[2 1 2]", + "[3 7 4]", + "[8 9 2]" + ], + "correct": 0, + "prob_ind": 69 + }, + { + "prompt": "[0 7 5]   [1 3 4]   [9 5 0]
[1 3 0]   [9 5 5]   [0 7 4]
[9 5 4]   [0 7 0]   [      ]", + "options": [ + "[6 3 3]", + "[0 7 4]", + "[9 5 4]", + "[2 3 5]", + "[1 3 4]", + "[1 3 5]", + "[0 7 5]", + "[0 7 0]" + ], + "correct": 5, + "prob_ind": 70 + }, + { + "prompt": "[2 1 3]   [6 0 8]   [3 5 2]
[3 0 2]   [2 5 3]   [6 1 8]
[6 5 8]   [3 1 2]   [      ]", + "options": [ + "[3 1 3]", + "[0 1 3]", + "[3 5 3]", + "[4 0 3]", + "[1 0 3]", + "[2 5 3]", + "[2 0 3]", + "[2 3 0]" + ], + "correct": 6, + "prob_ind": 71 + }, + { + "prompt": "[0 1 0]   [3 4 7]   [2 2 4]
[2 4 7]   [0 2 4]   [3 1 0]
[3 2 4]   [2 1 0]   [      ]", + "options": [ + "[4 7 3]", + "[4 0 9]", + "[4 0 7]", + "[2 4 0]", + "[2 4 2]", + "[0 4 7]", + "[7 2 6]", + "[7 0 4]" + ], + "correct": 5, + "prob_ind": 72 + }, + { + "prompt": "[9 8 2]   [1 6 6]   [4 3 3]
[1 6 6]   [4 3 3]   [9 8 2]
[4 3 3]   [9 8 2]   [      ]", + "options": [ + "[7 1 2]", + "[6 6 1]", + "[6 6 0]", + "[9 8 2]", + "[7 7 2]", + "[9 3 2]", + "[1 7 3]", + "[1 6 6]" + ], + "correct": 7, + "prob_ind": 73 + }, + { + "prompt": "[9 1 6]   [3 2 8]   [2 8 2]
[3 2 2]   [2 8 6]   [9 1 8]
[2 8 8]   [9 1 2]   [      ]", + "options": [ + "[3 0 6]", + "[0 7 2]", + "[3 2 8]", + "[2 6 3]", + "[6 2 3]", + "[3 2 6]", + "[0 8 1]", + "[2 9 1]" + ], + "correct": 5, + "prob_ind": 74 + }, + { + "prompt": "[5 6 7]   [3 4 4]   [7 1 0]
[3 4 0]   [7 1 7]   [5 6 4]
[7 1 4]   [5 6 0]   [      ]", + "options": [ + "[3 4 7]", + "[3 1 4]", + "[0 3 5]", + "[1 7 4]", + "[6 4 4]", + "[3 5 0]", + "[4 4 7]", + "[5 4 4]" + ], + "correct": 0, + "prob_ind": 75 + }, + { + "prompt": "[8 5 7]   [7 0 1]   [3 2 3]
[3 0 3]   [8 2 7]   [7 5 1]
[7 2 1]   [3 5 3]   [      ]", + "options": [ + "[2 7 1]", + "[0 7 8]", + "[7 8 5]", + "[3 3 0]", + "[3 2 3]", + "[8 0 7]", + "[6 1 0]", + "[5 7 8]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[2 9 6]   [9 3 9]   [3 8 3]
[9 3 3]   [3 8 6]   [2 9 9]
[3 8 9]   [2 9 3]   [      ]", + "options": [ + "[8 3 6]", + "[8 3 3]", + "[3 9 9]", + "[9 3 6]", + "[6 3 9]", + "[2 0 2]", + "[9 3 9]", + "[3 9 2]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[5 0 8]   [6 2 3]   [8 6 7]
[6 6 7]   [8 0 8]   [5 2 3]
[8 2 3]   [5 6 7]   [      ]", + "options": [ + "[5 6 7]", + "[8 6 3]", + "[8 8 0]", + "[8 6 0]", + "[5 0 8]", + "[0 5 8]", + "[4 2 3]", + "[6 0 8]" + ], + "correct": 7, + "prob_ind": 78 + }, + { + "prompt": "[6 9 1]   [3 0 0]   [1 3 4]
[1 0 0]   [6 3 4]   [3 9 1]
[3 3 4]   [1 9 1]   [      ]", + "options": [ + "[9 3 1]", + "[1 6 9]", + "[1 1 0]", + "[3 3 9]", + "[6 0 0]", + "[3 9 1]", + "[3 9 3]", + "[3 8 3]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[1 4 3]   [3 6 6]   [6 3 7]
[3 6 7]   [6 3 3]   [1 4 6]
[6 3 6]   [1 4 7]   [      ]", + "options": [ + "[6 3 6]", + "[3 3 9]", + "[3 6 2]", + "[3 6 9]", + "[6 3 8]", + "[3 6 3]", + "[6 6 9]", + "[3 6 1]" + ], + "correct": 5, + "prob_ind": 80 + }, + { + "prompt": "[6 5 3]   [1 3 0]   [7 0 7]
[1 0 0]   [7 5 7]   [6 3 3]
[7 3 7]   [6 0 3]   [      ]", + "options": [ + "[5 0 1]", + "[6 5 3]", + "[0 1 5]", + "[1 1 6]", + "[1 0 3]", + "[1 5 0]", + "[7 3 9]", + "[3 9 7]" + ], + "correct": 5, + "prob_ind": 81 + }, + { + "prompt": "[3 4 5]   [1 9 9]   [5 3 0]
[1 3 0]   [5 4 5]   [3 9 9]
[5 9 9]   [3 3 0]   [      ]", + "options": [ + "[1 4 5]", + "[1 5 4]", + "[4 5 1]", + "[4 5 3]", + "[4 7 1]", + "[3 5 1]", + "[1 3 0]", + "[9 3 2]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[4 6 3]   [6 9 0]   [8 8 2]
[8 9 2]   [4 8 3]   [6 6 0]
[6 8 0]   [8 6 2]   [      ]", + "options": [ + "[1 3 4]", + "[6 0 8]", + "[8 9 2]", + "[6 0 9]", + "[9 8 2]", + "[4 9 3]", + "[3 4 8]", + "[3 1 4]" + ], + "correct": 5, + "prob_ind": 83 + }, + { + "prompt": "[8 3 0]   [3 7 8]   [7 8 1]
[7 7 1]   [8 8 0]   [3 3 8]
[3 8 8]   [7 3 1]   [      ]", + "options": [ + "[0 9 7]", + "[8 7 0]", + "[7 7 8]", + "[1 8 8]", + "[7 1 7]", + "[7 7 1]", + "[8 5 0]", + "[7 1 8]" + ], + "correct": 1, + "prob_ind": 84 + }, + { + "prompt": "[2 5 8]   [1 3 9]   [7 0 1]
[1 3 9]   [7 0 1]   [2 5 8]
[7 0 1]   [2 5 8]   [      ]", + "options": [ + "[2 7 8]", + "[7 5 1]", + "[9 5 1]", + "[2 8 5]", + "[1 0 7]", + "[1 3 9]", + "[1 8 7]", + "[1 0 6]" + ], + "correct": 5, + "prob_ind": 85 + }, + { + "prompt": "[4 7 6]   [6 5 9]   [2 9 8]
[2 9 8]   [4 7 6]   [6 5 9]
[6 5 9]   [2 9 8]   [      ]", + "options": [ + "[6 5 9]", + "[0 6 7]", + "[6 5 4]", + "[4 7 6]", + "[6 6 4]", + "[7 4 6]", + "[4 5 6]", + "[6 6 2]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[1 4 6]   [6 7 8]   [7 1 3]
[7 1 8]   [1 4 3]   [6 7 6]
[6 7 3]   [7 1 6]   [      ]", + "options": [ + "[1 4 8]", + "[1 2 8]", + "[4 8 1]", + "[1 8 4]", + "[4 1 8]", + "[8 1 3]", + "[8 4 1]", + "[8 1 4]" + ], + "correct": 0, + "prob_ind": 87 + }, + { + "prompt": "[9 3 8]   [0 5 1]   [5 8 2]
[0 5 2]   [5 8 8]   [9 3 1]
[5 8 1]   [9 3 2]   [      ]", + "options": [ + "[1 5 0]", + "[5 8 0]", + "[5 8 1]", + "[6 8 5]", + "[0 5 6]", + "[4 7 7]", + "[0 5 8]", + "[5 1 0]" + ], + "correct": 6, + "prob_ind": 88 + }, + { + "prompt": "[0 2 2]   [8 3 9]   [6 8 4]
[8 3 9]   [6 8 4]   [0 2 2]
[6 8 4]   [0 2 2]   [      ]", + "options": [ + "[6 8 3]", + "[8 3 9]", + "[6 4 8]", + "[8 3 7]", + "[2 0 2]", + "[0 2 2]", + "[4 4 8]", + "[5 4 8]" + ], + "correct": 1, + "prob_ind": 89 + }, + { + "prompt": "[7 7 2]   [5 1 1]   [6 8 3]
[5 1 3]   [6 8 2]   [7 7 1]
[6 8 1]   [7 7 3]   [      ]", + "options": [ + "[8 6 3]", + "[6 8 1]", + "[5 2 2]", + "[9 9 7]", + "[7 7 3]", + "[8 6 1]", + "[1 2 4]", + "[5 1 2]" + ], + "correct": 7, + "prob_ind": 90 + }, + { + "prompt": "[7 6 6]   [9 1 9]   [5 5 7]
[5 5 9]   [7 6 7]   [9 1 6]
[9 1 7]   [5 5 6]   [      ]", + "options": [ + "[9 1 9]", + "[9 6 9]", + "[4 3 4]", + "[9 6 7]", + "[7 6 9]", + "[9 1 7]", + "[8 1 9]", + "[5 5 6]" + ], + "correct": 4, + "prob_ind": 91 + }, + { + "prompt": "[1 8 3]   [3 7 9]   [2 2 2]
[3 7 9]   [2 2 2]   [1 8 3]
[2 2 2]   [1 8 3]   [      ]", + "options": [ + "[1 0 0]", + "[3 7 9]", + "[9 7 3]", + "[9 7 2]", + "[2 2 2]", + "[3 7 7]", + "[2 7 9]", + "[1 2 7]" + ], + "correct": 1, + "prob_ind": 92 + }, + { + "prompt": "[9 8 1]   [8 0 4]   [2 4 2]
[2 4 2]   [9 8 1]   [8 0 4]
[8 0 4]   [2 4 2]   [      ]", + "options": [ + "[9 8 3]", + "[2 4 4]", + "[2 2 4]", + "[9 8 1]", + "[2 2 2]", + "[8 0 4]", + "[1 9 8]", + "[4 4 2]" + ], + "correct": 3, + "prob_ind": 93 + }, + { + "prompt": "[4 9 8]   [8 0 4]   [2 6 0]
[2 6 4]   [4 9 0]   [8 0 8]
[8 0 0]   [2 6 8]   [      ]", + "options": [ + "[4 0 9]", + "[3 9 0]", + "[7 2 0]", + "[4 9 4]", + "[4 9 0]", + "[4 4 0]", + "[5 9 0]", + "[0 4 9]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[1 7 7]   [4 8 8]   [0 4 0]
[4 4 8]   [0 7 0]   [1 8 7]
[0 8 0]   [1 4 7]   [      ]", + "options": [ + "[1 8 0]", + "[2 1 4]", + "[0 8 0]", + "[7 4 8]", + "[7 8 4]", + "[1 4 0]", + "[4 4 0]", + "[4 7 8]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[3 6 7]   [2 7 2]   [8 9 1]
[8 7 1]   [3 9 7]   [2 6 2]
[2 9 2]   [8 6 1]   [      ]", + "options": [ + "[4 6 7]", + "[3 7 7]", + "[2 6 7]", + "[8 7 1]", + "[3 6 1]", + "[2 7 7]", + "[3 6 7]", + "[6 1 5]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[4 3 7]   [8 1 6]   [5 4 8]
[8 1 6]   [5 4 8]   [4 3 7]
[5 4 8]   [4 3 7]   [      ]", + "options": [ + "[5 3 8]", + "[4 4 7]", + "[7 4 7]", + "[5 4 7]", + "[8 1 6]", + "[7 5 6]", + "[4 3 7]", + "[8 3 5]" + ], + "correct": 4, + "prob_ind": 97 + }, + { + "prompt": "[1 3 2]   [7 8 5]   [5 9 1]
[7 9 5]   [5 3 1]   [1 8 2]
[5 8 1]   [1 9 2]   [      ]", + "options": [ + "[1 8 5]", + "[7 3 4]", + "[4 9 4]", + "[9 1 2]", + "[5 3 7]", + "[9 8 2]", + "[2 8 1]", + "[7 3 5]" + ], + "correct": 7, + "prob_ind": 98 + }, + { + "prompt": "[8 9 8]   [5 6 9]   [9 0 2]
[5 6 2]   [9 0 8]   [8 9 9]
[9 0 9]   [8 9 2]   [      ]", + "options": [ + "[5 6 8]", + "[9 0 0]", + "[8 6 2]", + "[9 0 9]", + "[8 9 7]", + "[9 2 0]", + "[0 9 9]", + "[6 5 8]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "three_rule_comb7": [ + { + "prompt": "[8 3 0]   [5 4 2]   [6 9 4]
[5 4 2]   [6 9 4]   [8 3 6]
[6 9 4]   [8 3 6]   [      ]", + "options": [ + "[8 4 4]", + "[5 8 4]", + "[3 8 6]", + "[5 4 8]", + "[8 3 4]", + "[5 5 8]", + "[8 4 5]", + "[5 2 4]" + ], + "correct": 3, + "prob_ind": 0 + }, + { + "prompt": "[3 1 4]   [0 6 5]   [1 9 6]
[1 9 5]   [3 1 6]   [0 6 7]
[0 6 6]   [1 9 7]   [      ]", + "options": [ + "[3 9 7]", + "[3 6 5]", + "[3 1 5]", + "[3 3 8]", + "[3 1 9]", + "[3 1 8]", + "[8 3 1]", + "[3 7 5]" + ], + "correct": 5, + "prob_ind": 1 + }, + { + "prompt": "[8 2 1]   [7 7 9]   [6 6 6]
[7 7 9]   [6 6 6]   [5 2 1]
[6 6 6]   [5 2 1]   [      ]", + "options": [ + "[5 7 9]", + "[7 6 9]", + "[6 5 4]", + "[6 6 6]", + "[4 7 9]", + "[7 4 9]", + "[9 5 7]", + "[6 6 8]" + ], + "correct": 4, + "prob_ind": 2 + }, + { + "prompt": "[0 4 6]   [1 8 5]   [2 5 1]
[1 8 5]   [2 5 1]   [3 4 6]
[2 5 1]   [3 4 6]   [      ]", + "options": [ + "[8 0 5]", + "[2 8 1]", + "[8 0 7]", + "[2 5 1]", + "[7 1 6]", + "[4 8 5]", + "[8 1 5]", + "[7 6 6]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[3 5 7]   [4 9 2]   [5 4 6]
[4 4 2]   [5 5 6]   [6 9 7]
[5 9 6]   [6 4 7]   [      ]", + "options": [ + "[4 5 6]", + "[4 4 2]", + "[2 4 4]", + "[7 5 2]", + "[7 7 2]", + "[4 2 4]", + "[2 4 9]", + "[4 9 2]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[8 3 5]   [9 8 6]   [0 4 7]
[9 4 6]   [0 3 7]   [8 8 8]
[0 8 7]   [8 4 8]   [      ]", + "options": [ + "[7 0 4]", + "[9 2 9]", + "[0 7 4]", + "[9 3 8]", + "[8 3 9]", + "[9 9 3]", + "[0 4 7]", + "[9 3 9]" + ], + "correct": 7, + "prob_ind": 5 + }, + { + "prompt": "[1 8 2]   [2 1 5]   [3 7 7]
[2 1 5]   [3 7 7]   [4 8 2]
[3 7 7]   [4 8 2]   [      ]", + "options": [ + "[4 2 8]", + "[5 1 5]", + "[4 8 2]", + "[7 1 5]", + "[3 8 7]", + "[5 2 1]", + "[5 8 5]", + "[5 2 3]" + ], + "correct": 1, + "prob_ind": 6 + }, + { + "prompt": "[6 9 5]   [5 1 0]   [4 7 9]
[5 7 0]   [4 9 9]   [3 1 5]
[4 1 9]   [3 7 5]   [      ]", + "options": [ + "[9 0 2]", + "[1 9 0]", + "[2 9 0]", + "[1 9 8]", + "[5 1 0]", + "[1 0 9]", + "[0 9 2]", + "[9 1 4]" + ], + "correct": 2, + "prob_ind": 7 + }, + { + "prompt": "[2 3 7]   [4 2 6]   [5 8 5]
[5 2 6]   [2 8 5]   [4 3 4]
[4 8 5]   [5 3 4]   [      ]", + "options": [ + "[2 2 3]", + "[3 2 3]", + "[3 3 2]", + "[4 8 4]", + "[4 8 3]", + "[4 8 5]", + "[3 2 2]", + "[3 8 3]" + ], + "correct": 0, + "prob_ind": 8 + }, + { + "prompt": "[6 2 0]   [5 4 2]   [2 1 4]
[2 1 2]   [6 2 4]   [5 4 6]
[5 4 4]   [2 1 6]   [      ]", + "options": [ + "[5 2 0]", + "[5 4 4]", + "[5 3 2]", + "[5 4 2]", + "[6 2 7]", + "[6 2 8]", + "[5 4 6]", + "[7 2 8]" + ], + "correct": 5, + "prob_ind": 9 + }, + { + "prompt": "[0 1 8]   [5 7 7]   [7 3 6]
[5 3 7]   [7 1 6]   [0 7 5]
[7 7 6]   [0 3 5]   [      ]", + "options": [ + "[6 9 0]", + "[0 3 5]", + "[0 3 7]", + "[5 1 2]", + "[5 1 4]", + "[7 1 6]", + "[5 7 7]", + "[8 0 5]" + ], + "correct": 4, + "prob_ind": 10 + }, + { + "prompt": "[6 6 1]   [5 0 0]   [4 5 8]
[5 5 8]   [4 6 1]   [3 0 0]
[4 0 0]   [3 5 8]   [      ]", + "options": [ + "[1 2 6]", + "[1 6 2]", + "[0 2 7]", + "[5 5 8]", + "[4 6 1]", + "[0 2 6]", + "[2 6 1]", + "[2 6 3]" + ], + "correct": 6, + "prob_ind": 11 + }, + { + "prompt": "[5 3 0]   [4 4 1]   [3 5 2]
[4 4 1]   [3 5 2]   [5 3 3]
[3 5 2]   [5 3 3]   [      ]", + "options": [ + "[3 5 2]", + "[1 4 4]", + "[8 5 4]", + "[5 4 4]", + "[8 3 1]", + "[4 4 4]", + "[4 8 1]", + "[8 4 1]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[0 4 4]   [4 7 3]   [9 1 2]
[4 1 3]   [9 4 2]   [0 7 1]
[9 7 2]   [0 1 1]   [      ]", + "options": [ + "[1 9 2]", + "[3 1 4]", + "[7 0 1]", + "[4 3 1]", + "[4 4 0]", + "[1 4 3]", + "[4 1 3]", + "[9 0 2]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[8 3 4]   [7 4 0]   [3 5 2]
[7 4 2]   [3 5 4]   [8 6 0]
[3 5 0]   [8 6 2]   [      ]", + "options": [ + "[2 3 8]", + "[8 2 3]", + "[4 7 7]", + "[3 5 2]", + "[8 3 2]", + "[2 2 5]", + "[5 4 3]", + "[7 7 4]" + ], + "correct": 7, + "prob_ind": 14 + }, + { + "prompt": "[7 2 0]   [6 0 2]   [5 1 8]
[6 0 8]   [5 1 0]   [4 2 2]
[5 1 2]   [4 2 8]   [      ]", + "options": [ + "[3 0 0]", + "[5 0 3]", + "[1 5 8]", + "[1 6 8]", + "[4 2 0]", + "[5 4 8]", + "[3 2 8]", + "[0 0 3]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[5 8 4]   [8 3 3]   [9 9 2]
[8 9 3]   [9 8 2]   [5 3 1]
[9 3 2]   [5 9 1]   [      ]", + "options": [ + "[8 2 9]", + "[2 1 3]", + "[3 9 8]", + "[8 8 0]", + "[4 4 9]", + "[8 5 4]", + "[2 9 3]", + "[2 1 4]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[8 5 3]   [6 4 4]   [5 3 0]
[5 4 4]   [8 3 0]   [6 2 3]
[6 3 0]   [5 2 3]   [      ]", + "options": [ + "[6 2 3]", + "[8 1 4]", + "[5 2 3]", + "[6 3 0]", + "[5 3 0]", + "[4 2 3]", + "[2 3 4]", + "[6 1 4]" + ], + "correct": 1, + "prob_ind": 17 + }, + { + "prompt": "[6 6 6]   [3 5 1]   [8 4 9]
[8 5 9]   [6 4 6]   [3 3 1]
[3 4 1]   [8 3 9]   [      ]", + "options": [ + "[6 2 6]", + "[3 1 3]", + "[6 6 2]", + "[6 6 6]", + "[6 6 0]", + "[0 5 0]", + "[6 5 1]", + "[5 8 9]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[8 6 1]   [1 3 3]   [7 5 5]
[1 3 3]   [7 5 5]   [8 6 7]
[7 5 5]   [8 6 7]   [      ]", + "options": [ + "[6 8 1]", + "[1 3 3]", + "[1 3 9]", + "[6 8 3]", + "[1 7 3]", + "[9 4 5]", + "[5 7 1]", + "[1 7 5]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[1 6 5]   [2 1 1]   [3 5 9]
[2 5 9]   [3 6 5]   [4 1 1]
[3 1 1]   [4 5 9]   [      ]", + "options": [ + "[1 1 5]", + "[6 1 1]", + "[5 4 5]", + "[3 5 9]", + "[1 7 5]", + "[5 6 5]", + "[1 6 1]", + "[6 5 5]" + ], + "correct": 5, + "prob_ind": 20 + }, + { + "prompt": "[5 9 0]   [4 4 3]   [3 0 4]
[4 4 3]   [3 0 4]   [2 9 0]
[3 0 4]   [2 9 0]   [      ]", + "options": [ + "[2 3 4]", + "[3 9 4]", + "[1 4 3]", + "[2 4 3]", + "[0 4 3]", + "[1 3 3]", + "[2 0 4]", + "[2 1 4]" + ], + "correct": 2, + "prob_ind": 21 + }, + { + "prompt": "[7 7 5]   [6 4 4]   [8 8 3]
[6 4 4]   [8 8 3]   [7 7 2]
[8 8 3]   [7 7 2]   [      ]", + "options": [ + "[1 2 7]", + "[8 8 3]", + "[6 4 1]", + "[7 7 4]", + "[1 8 3]", + "[1 7 2]", + "[6 2 1]", + "[8 9 3]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[8 6 7]   [2 0 6]   [3 3 5]
[3 0 6]   [8 3 5]   [2 6 4]
[2 3 5]   [3 6 4]   [      ]", + "options": [ + "[2 6 4]", + "[8 2 5]", + "[4 6 2]", + "[8 0 3]", + "[0 8 3]", + "[6 4 2]", + "[5 0 0]", + "[6 0 6]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[4 4 1]   [5 3 2]   [6 7 4]
[5 7 4]   [6 4 1]   [7 3 2]
[6 3 2]   [7 7 4]   [      ]", + "options": [ + "[8 2 2]", + "[6 7 4]", + "[6 2 2]", + "[7 3 2]", + "[8 4 3]", + "[9 4 3]", + "[8 4 1]", + "[8 1 4]" + ], + "correct": 6, + "prob_ind": 24 + }, + { + "prompt": "[5 5 0]   [7 3 1]   [6 0 2]
[6 3 1]   [5 0 2]   [7 5 3]
[7 0 2]   [6 5 3]   [      ]", + "options": [ + "[6 0 2]", + "[7 0 3]", + "[7 0 2]", + "[3 6 5]", + "[6 5 3]", + "[7 3 1]", + "[5 3 4]", + "[7 6 3]" + ], + "correct": 6, + "prob_ind": 25 + }, + { + "prompt": "[0 8 6]   [1 7 0]   [2 6 5]
[1 6 5]   [2 8 6]   [3 7 0]
[2 7 0]   [3 6 5]   [      ]", + "options": [ + "[1 7 0]", + "[6 8 4]", + "[3 7 0]", + "[4 8 6]", + "[3 6 5]", + "[8 4 6]", + "[7 0 3]", + "[8 6 4]" + ], + "correct": 3, + "prob_ind": 26 + }, + { + "prompt": "[7 1 6]   [2 6 5]   [5 3 4]
[2 3 5]   [5 1 4]   [7 6 3]
[5 6 4]   [7 3 3]   [      ]", + "options": [ + "[5 2 7]", + "[2 5 7]", + "[5 5 7]", + "[8 3 3]", + "[2 5 5]", + "[6 7 3]", + "[2 1 2]", + "[3 5 7]" + ], + "correct": 6, + "prob_ind": 27 + }, + { + "prompt": "[9 7 5]   [1 8 6]   [6 1 7]
[6 8 6]   [9 1 7]   [1 7 8]
[1 1 7]   [6 7 8]   [      ]", + "options": [ + "[6 8 8]", + "[8 8 9]", + "[8 9 9]", + "[6 1 9]", + "[9 8 9]", + "[4 1 7]", + "[9 1 4]", + "[4 1 4]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[4 0 5]   [0 2 6]   [2 9 7]
[0 2 6]   [2 9 7]   [4 0 8]
[2 9 7]   [4 0 8]   [      ]", + "options": [ + "[9 0 2]", + "[0 1 9]", + "[7 1 6]", + "[2 9 7]", + "[0 2 9]", + "[7 7 7]", + "[2 7 9]", + "[0 2 8]" + ], + "correct": 4, + "prob_ind": 29 + }, + { + "prompt": "[2 1 9]   [9 3 4]   [4 5 1]
[9 3 1]   [4 5 9]   [2 7 4]
[4 5 4]   [2 7 1]   [      ]", + "options": [ + "[8 7 5]", + "[9 1 7]", + "[9 9 9]", + "[2 6 8]", + "[9 6 9]", + "[2 4 7]", + "[9 9 8]", + "[2 1 9]" + ], + "correct": 2, + "prob_ind": 30 + }, + { + "prompt": "[2 9 9]   [6 7 5]   [8 5 6]
[6 7 6]   [8 5 9]   [2 3 5]
[8 5 5]   [2 3 6]   [      ]", + "options": [ + "[7 5 6]", + "[6 0 9]", + "[8 6 5]", + "[6 1 9]", + "[6 9 1]", + "[8 5 5]", + "[8 9 1]", + "[8 3 9]" + ], + "correct": 3, + "prob_ind": 31 + }, + { + "prompt": "[4 9 6]   [2 8 9]   [8 7 5]
[8 8 9]   [4 7 5]   [2 6 6]
[2 7 5]   [8 6 6]   [      ]", + "options": [ + "[0 6 6]", + "[8 9 5]", + "[9 8 8]", + "[0 6 5]", + "[1 2 8]", + "[0 6 8]", + "[2 6 6]", + "[4 5 9]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[8 9 4]   [3 8 1]   [9 7 5]
[3 8 1]   [9 7 5]   [8 6 4]
[9 7 5]   [8 6 4]   [      ]", + "options": [ + "[1 5 1]", + "[4 8 4]", + "[3 8 1]", + "[8 9 4]", + "[3 5 1]", + "[9 9 4]", + "[3 1 5]", + "[6 4 8]" + ], + "correct": 4, + "prob_ind": 33 + }, + { + "prompt": "[6 9 8]   [2 5 7]   [5 3 6]
[5 5 7]   [6 3 6]   [2 9 5]
[2 3 6]   [5 9 5]   [      ]", + "options": [ + "[6 5 4]", + "[4 6 5]", + "[5 9 2]", + "[3 2 6]", + "[6 4 4]", + "[6 5 3]", + "[9 2 5]", + "[5 5 9]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[6 3 9]   [2 5 7]   [0 6 5]
[2 6 7]   [0 3 5]   [6 5 3]
[0 5 5]   [6 6 3]   [      ]", + "options": [ + "[2 3 1]", + "[2 6 5]", + "[0 5 5]", + "[2 4 5]", + "[1 0 6]", + "[0 6 9]", + "[0 6 3]", + "[1 6 0]" + ], + "correct": 0, + "prob_ind": 35 + }, + { + "prompt": "[6 7 9]   [2 1 8]   [4 9 7]
[4 1 8]   [6 9 7]   [2 7 6]
[2 9 7]   [4 7 6]   [      ]", + "options": [ + "[6 2 8]", + "[5 1 6]", + "[6 1 4]", + "[2 8 6]", + "[6 1 5]", + "[6 7 6]", + "[8 5 4]", + "[8 1 6]" + ], + "correct": 4, + "prob_ind": 36 + }, + { + "prompt": "[1 8 3]   [7 7 7]   [0 6 4]
[0 7 7]   [1 6 4]   [7 5 3]
[7 6 4]   [0 5 3]   [      ]", + "options": [ + "[3 5 7]", + "[0 8 8]", + "[0 6 3]", + "[7 6 3]", + "[7 3 6]", + "[1 4 7]", + "[7 1 4]", + "[2 3 0]" + ], + "correct": 5, + "prob_ind": 37 + }, + { + "prompt": "[9 4 6]   [8 2 5]   [7 1 4]
[8 1 5]   [7 4 4]   [6 2 6]
[7 2 4]   [6 1 6]   [      ]", + "options": [ + "[9 4 6]", + "[7 0 4]", + "[5 4 5]", + "[5 5 5]", + "[5 5 6]", + "[5 4 7]", + "[6 9 4]", + "[6 1 6]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[8 7 8]   [0 2 7]   [4 5 6]
[0 2 7]   [4 5 6]   [8 7 5]
[4 5 6]   [8 7 5]   [      ]", + "options": [ + "[4 0 2]", + "[2 2 5]", + "[0 4 4]", + "[3 5 6]", + "[0 2 4]", + "[0 2 5]", + "[0 4 2]", + "[2 0 4]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[5 9 8]   [0 2 7]   [7 7 6]
[7 7 7]   [5 9 6]   [0 2 5]
[0 2 6]   [7 7 5]   [      ]", + "options": [ + "[5 4 9]", + "[5 2 7]", + "[5 9 4]", + "[4 9 5]", + "[9 5 2]", + "[4 5 5]", + "[7 9 5]", + "[9 5 4]" + ], + "correct": 2, + "prob_ind": 40 + }, + { + "prompt": "[6 9 1]   [5 2 8]   [4 6 6]
[5 2 6]   [4 6 1]   [3 9 8]
[4 6 8]   [3 9 6]   [      ]", + "options": [ + "[1 2 2]", + "[6 4 8]", + "[4 6 8]", + "[4 2 8]", + "[4 8 6]", + "[0 0 8]", + "[2 2 1]", + "[4 6 1]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[0 4 7]   [2 0 6]   [7 2 5]
[2 2 6]   [7 4 5]   [0 0 4]
[7 0 5]   [0 2 4]   [      ]", + "options": [ + "[7 2 0]", + "[2 4 3]", + "[0 4 4]", + "[6 8 5]", + "[0 2 7]", + "[0 0 6]", + "[7 2 7]", + "[4 0 0]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[4 0 7]   [5 1 6]   [6 6 1]
[5 1 1]   [6 6 7]   [7 0 6]
[6 6 6]   [7 0 1]   [      ]", + "options": [ + "[3 1 6]", + "[6 0 6]", + "[7 0 6]", + "[1 8 7]", + "[6 6 7]", + "[8 1 7]", + "[4 0 7]", + "[7 8 1]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[4 7 2]   [5 5 0]   [6 6 6]
[5 6 6]   [6 7 2]   [7 5 0]
[6 5 0]   [7 6 6]   [      ]", + "options": [ + "[3 2 0]", + "[4 2 0]", + "[2 7 8]", + "[4 5 0]", + "[8 7 2]", + "[2 8 7]", + "[6 2 7]", + "[7 2 8]" + ], + "correct": 4, + "prob_ind": 44 + }, + { + "prompt": "[7 9 2]   [6 5 0]   [5 2 7]
[6 2 7]   [5 9 2]   [4 5 0]
[5 5 0]   [4 2 7]   [      ]", + "options": [ + "[5 2 5]", + "[6 2 5]", + "[4 2 2]", + "[2 7 3]", + "[3 9 2]", + "[5 2 9]", + "[3 2 7]", + "[9 2 3]" + ], + "correct": 4, + "prob_ind": 45 + }, + { + "prompt": "[4 3 4]   [9 4 5]   [0 5 2]
[9 4 5]   [0 5 2]   [4 6 4]
[0 5 2]   [4 6 4]   [      ]", + "options": [ + "[4 4 6]", + "[5 9 7]", + "[7 5 9]", + "[7 9 7]", + "[0 6 2]", + "[0 5 4]", + "[5 9 2]", + "[9 7 5]" + ], + "correct": 7, + "prob_ind": 46 + }, + { + "prompt": "[0 8 8]   [9 7 3]   [6 6 5]
[6 7 3]   [0 6 5]   [9 5 8]
[9 6 5]   [6 5 8]   [      ]", + "options": [ + "[6 6 3]", + "[1 4 3]", + "[0 6 5]", + "[6 8 5]", + "[4 0 3]", + "[9 5 8]", + "[0 4 3]", + "[6 5 5]" + ], + "correct": 6, + "prob_ind": 47 + }, + { + "prompt": "[5 6 6]   [4 9 5]   [0 2 4]
[0 2 5]   [5 6 4]   [4 9 3]
[4 9 4]   [0 2 3]   [      ]", + "options": [ + "[6 5 4]", + "[4 6 5]", + "[5 5 4]", + "[3 2 0]", + "[0 5 9]", + "[5 6 2]", + "[6 6 2]", + "[2 6 5]" + ], + "correct": 5, + "prob_ind": 48 + }, + { + "prompt": "[0 0 9]   [1 7 5]   [2 8 8]
[1 8 8]   [2 0 9]   [3 7 5]
[2 7 5]   [3 8 8]   [      ]", + "options": [ + "[7 3 5]", + "[2 3 5]", + "[2 3 0]", + "[4 0 9]", + "[4 9 0]", + "[2 7 5]", + "[4 8 8]", + "[1 3 0]" + ], + "correct": 3, + "prob_ind": 49 + }, + { + "prompt": "[3 9 4]   [4 7 7]   [0 5 6]
[0 7 7]   [3 5 6]   [4 3 4]
[4 5 6]   [0 3 4]   [      ]", + "options": [ + "[0 7 7]", + "[2 7 7]", + "[0 7 4]", + "[4 5 6]", + "[0 1 2]", + "[3 1 7]", + "[3 7 6]", + "[5 7 7]" + ], + "correct": 5, + "prob_ind": 50 + }, + { + "prompt": "[4 1 7]   [5 8 5]   [6 9 9]
[5 8 5]   [6 9 9]   [7 1 7]
[6 9 9]   [7 1 7]   [      ]", + "options": [ + "[4 1 8]", + "[8 5 8]", + "[8 5 5]", + "[5 8 8]", + "[8 9 5]", + "[8 6 8]", + "[1 2 5]", + "[8 8 5]" + ], + "correct": 7, + "prob_ind": 51 + }, + { + "prompt": "[8 1 2]   [2 3 1]   [9 5 8]
[2 3 1]   [9 5 8]   [8 7 2]
[9 5 8]   [8 7 2]   [      ]", + "options": [ + "[2 8 1]", + "[8 8 2]", + "[9 5 0]", + "[2 1 2]", + "[1 2 8]", + "[2 1 8]", + "[9 1 2]", + "[2 9 1]" + ], + "correct": 7, + "prob_ind": 52 + }, + { + "prompt": "[1 8 4]   [3 5 3]   [9 3 2]
[3 3 3]   [9 8 2]   [1 5 1]
[9 5 2]   [1 3 1]   [      ]", + "options": [ + "[0 3 8]", + "[0 2 8]", + "[3 3 3]", + "[2 8 0]", + "[9 5 2]", + "[5 2 9]", + "[3 8 0]", + "[3 0 8]" + ], + "correct": 6, + "prob_ind": 53 + }, + { + "prompt": "[4 4 9]   [6 3 0]   [7 2 8]
[6 3 0]   [7 2 8]   [4 1 9]
[7 2 8]   [4 1 9]   [      ]", + "options": [ + "[2 1 9]", + "[8 7 2]", + "[0 0 6]", + "[6 0 0]", + "[3 0 4]", + "[7 2 8]", + "[0 4 3]", + "[4 3 0]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[9 6 8]   [1 7 6]   [0 1 4]
[1 1 6]   [0 6 4]   [9 7 2]
[0 7 4]   [9 1 2]   [      ]", + "options": [ + "[6 1 6]", + "[3 1 0]", + "[1 6 0]", + "[6 0 1]", + "[2 1 2]", + "[9 7 2]", + "[1 7 8]", + "[0 1 3]" + ], + "correct": 2, + "prob_ind": 55 + }, + { + "prompt": "[9 8 6]   [2 7 0]   [7 6 4]
[7 7 0]   [9 6 4]   [2 5 6]
[2 6 4]   [7 5 6]   [      ]", + "options": [ + "[4 6 8]", + "[2 6 3]", + "[8 6 4]", + "[2 5 6]", + "[6 8 4]", + "[2 6 4]", + "[0 4 9]", + "[9 4 0]" + ], + "correct": 7, + "prob_ind": 56 + }, + { + "prompt": "[3 0 1]   [4 4 7]   [5 1 2]
[4 1 7]   [5 0 2]   [6 4 1]
[5 4 2]   [6 1 1]   [      ]", + "options": [ + "[7 5 1]", + "[6 4 1]", + "[5 4 1]", + "[5 4 0]", + "[7 0 7]", + "[4 5 1]", + "[5 1 1]", + "[7 7 1]" + ], + "correct": 4, + "prob_ind": 57 + }, + { + "prompt": "[5 2 7]   [6 3 5]   [7 1 9]
[6 3 5]   [7 1 9]   [8 2 7]
[7 1 9]   [8 2 7]   [      ]", + "options": [ + "[8 3 5]", + "[6 1 5]", + "[7 1 7]", + "[9 3 5]", + "[3 2 9]", + "[5 9 3]", + "[8 7 2]", + "[7 1 9]" + ], + "correct": 3, + "prob_ind": 58 + }, + { + "prompt": "[3 0 4]   [6 1 9]   [7 2 8]
[7 1 8]   [3 2 4]   [6 3 9]
[6 2 9]   [7 3 8]   [      ]", + "options": [ + "[3 0 2]", + "[2 3 3]", + "[6 3 3]", + "[5 4 4]", + "[5 8 7]", + "[2 3 4]", + "[3 4 4]", + "[9 6 1]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[0 2 1]   [8 1 3]   [6 3 5]
[8 1 3]   [6 3 5]   [0 2 7]
[6 3 5]   [0 2 7]   [      ]", + "options": [ + "[0 2 1]", + "[8 1 9]", + "[1 2 0]", + "[6 3 8]", + "[0 9 9]", + "[1 2 9]", + "[6 3 7]", + "[2 1 0]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[5 1 7]   [9 4 6]   [2 0 5]
[2 0 6]   [5 1 5]   [9 4 4]
[9 4 5]   [2 0 4]   [      ]", + "options": [ + "[5 1 3]", + "[6 7 1]", + "[3 5 1]", + "[7 5 3]", + "[4 5 9]", + "[2 0 5]", + "[0 5 2]", + "[3 1 3]" + ], + "correct": 0, + "prob_ind": 61 + }, + { + "prompt": "[8 7 7]   [7 8 3]   [6 1 9]
[7 8 9]   [6 1 7]   [5 7 3]
[6 1 3]   [5 7 9]   [      ]", + "options": [ + "[6 8 9]", + "[7 8 4]", + "[9 1 4]", + "[8 7 4]", + "[7 8 6]", + "[5 2 3]", + "[8 7 7]", + "[4 8 7]" + ], + "correct": 7, + "prob_ind": 62 + }, + { + "prompt": "[5 4 0]   [9 3 5]   [4 2 8]
[4 3 5]   [5 2 8]   [9 1 0]
[9 2 8]   [4 1 0]   [      ]", + "options": [ + "[9 2 6]", + "[4 2 5]", + "[0 5 5]", + "[0 5 7]", + "[5 0 5]", + "[9 2 8]", + "[5 4 0]", + "[4 2 8]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[9 1 6]   [8 5 2]   [7 6 9]
[8 6 9]   [7 1 6]   [6 5 2]
[7 5 2]   [6 6 9]   [      ]", + "options": [ + "[9 4 8]", + "[9 6 8]", + "[8 5 2]", + "[8 6 9]", + "[9 6 4]", + "[5 1 4]", + "[2 5 6]", + "[5 1 6]" + ], + "correct": 7, + "prob_ind": 64 + }, + { + "prompt": "[4 8 4]   [8 7 1]   [6 6 9]
[8 7 9]   [6 6 4]   [4 5 1]
[6 6 1]   [4 5 9]   [      ]", + "options": [ + "[4 6 9]", + "[4 1 5]", + "[9 4 6]", + "[8 4 4]", + "[9 8 7]", + "[9 6 9]", + "[6 7 9]", + "[3 8 4]" + ], + "correct": 3, + "prob_ind": 65 + }, + { + "prompt": "[1 7 3]   [3 2 6]   [5 1 9]
[3 2 9]   [5 1 3]   [7 7 6]
[5 1 6]   [7 7 9]   [      ]", + "options": [ + "[3 1 3]", + "[2 9 8]", + "[6 2 0]", + "[2 5 7]", + "[2 5 9]", + "[7 5 9]", + "[3 9 2]", + "[9 2 3]" + ], + "correct": 7, + "prob_ind": 66 + }, + { + "prompt": "[0 6 7]   [1 1 0]   [2 5 4]
[1 5 4]   [2 6 7]   [3 1 0]
[2 1 0]   [3 5 4]   [      ]", + "options": [ + "[0 6 7]", + "[0 3 1]", + "[8 3 5]", + "[4 6 7]", + "[4 6 8]", + "[5 6 7]", + "[1 0 3]", + "[4 7 7]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[1 9 4]   [2 3 0]   [3 0 3]
[2 3 0]   [3 0 3]   [4 9 4]
[3 0 3]   [4 9 4]   [      ]", + "options": [ + "[0 5 3]", + "[5 3 0]", + "[5 5 0]", + "[3 0 3]", + "[2 0 3]", + "[3 0 5]", + "[4 9 1]", + "[0 3 5]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[9 1 3]   [8 4 9]   [7 8 4]
[8 4 9]   [7 8 4]   [6 1 3]
[7 8 4]   [6 1 3]   [      ]", + "options": [ + "[5 3 9]", + "[4 5 8]", + "[8 4 7]", + "[4 8 5]", + "[4 8 7]", + "[5 4 9]", + "[7 6 4]", + "[6 1 3]" + ], + "correct": 5, + "prob_ind": 69 + }, + { + "prompt": "[3 2 6]   [4 3 5]   [2 4 1]
[4 3 1]   [2 4 6]   [3 5 5]
[2 4 5]   [3 5 1]   [      ]", + "options": [ + "[3 4 6]", + "[4 6 6]", + "[6 6 6]", + "[3 2 6]", + "[2 2 5]", + "[6 5 4]", + "[5 3 1]", + "[6 6 4]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[6 2 7]   [1 3 1]   [9 4 5]
[9 3 1]   [6 4 5]   [1 5 7]
[1 4 5]   [9 5 7]   [      ]", + "options": [ + "[6 0 6]", + "[6 4 1]", + "[9 5 1]", + "[6 6 1]", + "[9 3 1]", + "[6 6 0]", + "[4 4 8]", + "[6 1 7]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[0 0 8]   [1 8 6]   [2 3 3]
[1 3 3]   [2 0 8]   [3 8 6]
[2 8 6]   [3 3 3]   [      ]", + "options": [ + "[2 3 3]", + "[3 8 6]", + "[2 8 6]", + "[4 0 8]", + "[4 5 0]", + "[2 9 6]", + "[7 6 6]", + "[3 1 3]" + ], + "correct": 3, + "prob_ind": 72 + }, + { + "prompt": "[1 1 7]   [5 3 2]   [7 5 9]
[7 3 9]   [1 5 7]   [5 7 2]
[5 5 2]   [7 7 9]   [      ]", + "options": [ + "[3 8 3]", + "[8 7 9]", + "[5 7 9]", + "[5 7 2]", + "[7 7 9]", + "[7 5 9]", + "[1 9 7]", + "[2 9 7]" + ], + "correct": 6, + "prob_ind": 73 + }, + { + "prompt": "[1 4 6]   [2 7 4]   [3 9 2]
[2 9 2]   [3 4 6]   [4 7 4]
[3 7 4]   [4 9 2]   [      ]", + "options": [ + "[7 4 4]", + "[3 7 4]", + "[5 4 6]", + "[2 4 9]", + "[2 7 4]", + "[3 7 3]", + "[3 9 2]", + "[6 5 4]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[1 8 2]   [3 2 9]   [5 6 5]
[3 2 9]   [5 6 5]   [7 8 2]
[5 6 5]   [7 8 2]   [      ]", + "options": [ + "[2 1 1]", + "[7 8 2]", + "[3 2 9]", + "[1 8 3]", + "[7 1 2]", + "[9 2 3]", + "[1 1 2]", + "[9 2 9]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[8 9 7]   [9 8 1]   [5 7 0]
[5 8 0]   [8 7 7]   [9 6 1]
[9 7 1]   [5 6 0]   [      ]", + "options": [ + "[6 6 0]", + "[8 9 7]", + "[8 6 7]", + "[8 7 7]", + "[8 5 7]", + "[6 0 5]", + "[5 8 2]", + "[5 6 0]" + ], + "correct": 4, + "prob_ind": 76 + }, + { + "prompt": "[1 0 1]   [0 2 8]   [5 4 4]
[5 2 4]   [1 4 1]   [0 6 8]
[0 4 8]   [5 6 4]   [      ]", + "options": [ + "[0 2 4]", + "[5 4 3]", + "[1 8 1]", + "[1 8 2]", + "[5 1 4]", + "[5 2 2]", + "[1 0 1]", + "[4 5 6]" + ], + "correct": 2, + "prob_ind": 77 + }, + { + "prompt": "[2 7 9]   [5 5 8]   [8 2 7]
[5 2 8]   [8 7 7]   [2 5 6]
[8 5 7]   [2 2 6]   [      ]", + "options": [ + "[6 2 2]", + "[6 1 1]", + "[4 2 7]", + "[5 7 5]", + "[2 7 9]", + "[5 5 8]", + "[7 2 4]", + "[1 6 1]" + ], + "correct": 3, + "prob_ind": 78 + }, + { + "prompt": "[2 1 7]   [3 0 1]   [4 2 9]
[3 0 9]   [4 2 7]   [5 1 1]
[4 2 1]   [5 1 9]   [      ]", + "options": [ + "[5 0 7]", + "[7 2 4]", + "[7 0 6]", + "[6 0 7]", + "[3 2 8]", + "[4 1 1]", + "[3 2 1]", + "[9 2 4]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[8 6 2]   [6 7 7]   [4 3 5]
[6 7 5]   [4 3 2]   [2 6 7]
[4 3 7]   [2 6 5]   [      ]", + "options": [ + "[7 2 2]", + "[0 7 2]", + "[3 2 4]", + "[2 6 9]", + "[2 7 9]", + "[2 7 2]", + "[8 5 2]", + "[2 6 5]" + ], + "correct": 1, + "prob_ind": 80 + }, + { + "prompt": "[0 9 8]   [2 8 9]   [8 7 1]
[2 8 9]   [8 7 1]   [0 6 8]
[8 7 1]   [0 6 8]   [      ]", + "options": [ + "[7 1 8]", + "[7 8 1]", + "[8 7 2]", + "[2 5 9]", + "[8 6 0]", + "[2 8 7]", + "[9 2 5]", + "[5 9 2]" + ], + "correct": 3, + "prob_ind": 81 + }, + { + "prompt": "[2 9 5]   [1 5 6]   [3 6 7]
[1 6 6]   [3 9 7]   [2 5 8]
[3 5 7]   [2 6 8]   [      ]", + "options": [ + "[1 9 5]", + "[5 9 5]", + "[1 9 9]", + "[3 7 9]", + "[5 5 7]", + "[8 2 5]", + "[7 5 5]", + "[3 5 8]" + ], + "correct": 2, + "prob_ind": 82 + }, + { + "prompt": "[4 4 0]   [2 8 1]   [5 0 2]
[2 0 1]   [5 4 2]   [4 8 3]
[5 8 2]   [4 0 3]   [      ]", + "options": [ + "[4 4 2]", + "[4 8 3]", + "[0 4 3]", + "[2 4 4]", + "[4 2 4]", + "[5 0 2]", + "[2 8 1]", + "[3 0 3]" + ], + "correct": 3, + "prob_ind": 83 + }, + { + "prompt": "[5 3 0]   [8 6 1]   [9 7 2]
[8 6 1]   [9 7 2]   [5 3 3]
[9 7 2]   [5 3 3]   [      ]", + "options": [ + "[2 9 8]", + "[9 8 2]", + "[8 6 4]", + "[9 7 2]", + "[6 4 8]", + "[8 6 5]", + "[5 6 8]", + "[8 8 4]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[8 0 9]   [1 5 8]   [2 7 7]
[2 5 8]   [8 7 7]   [1 0 6]
[1 7 7]   [2 0 6]   [      ]", + "options": [ + "[1 7 8]", + "[8 5 5]", + "[3 5 2]", + "[7 5 5]", + "[7 6 4]", + "[3 5 8]", + "[3 3 8]", + "[6 0 2]" + ], + "correct": 1, + "prob_ind": 85 + }, + { + "prompt": "[3 8 9]   [6 6 0]   [1 4 7]
[6 6 7]   [1 4 9]   [3 2 0]
[1 4 0]   [3 2 7]   [      ]", + "options": [ + "[0 9 6]", + "[3 0 4]", + "[6 9 0]", + "[6 0 9]", + "[8 3 9]", + "[0 6 9]", + "[3 4 0]", + "[1 4 0]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[1 0 2]   [4 5 3]   [3 3 4]
[3 5 3]   [1 3 4]   [4 0 5]
[4 3 4]   [3 0 5]   [      ]", + "options": [ + "[4 7 5]", + "[3 3 2]", + "[1 5 3]", + "[3 3 3]", + "[3 7 5]", + "[1 3 3]", + "[1 5 6]", + "[3 5 3]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[6 8 1]   [8 7 3]   [0 6 4]
[8 7 4]   [0 6 1]   [6 5 3]
[0 6 3]   [6 5 4]   [      ]", + "options": [ + "[3 5 6]", + "[8 3 9]", + "[0 5 3]", + "[8 4 1]", + "[4 6 1]", + "[4 6 3]", + "[1 4 8]", + "[7 5 4]" + ], + "correct": 3, + "prob_ind": 88 + }, + { + "prompt": "[6 3 1]   [3 4 0]   [9 5 4]
[9 4 0]   [6 5 4]   [3 6 1]
[3 5 4]   [9 6 1]   [      ]", + "options": [ + "[1 3 6]", + "[6 8 9]", + "[6 7 0]", + "[7 0 4]", + "[6 3 1]", + "[3 4 0]", + "[5 4 9]", + "[3 8 1]" + ], + "correct": 2, + "prob_ind": 89 + }, + { + "prompt": "[0 5 1]   [2 6 4]   [4 4 9]
[2 6 9]   [4 4 1]   [6 5 4]
[4 4 4]   [6 5 9]   [      ]", + "options": [ + "[8 6 1]", + "[2 5 4]", + "[1 6 8]", + "[6 8 1]", + "[7 5 9]", + "[3 4 9]", + "[7 6 1]", + "[4 4 4]" + ], + "correct": 0, + "prob_ind": 90 + }, + { + "prompt": "[4 7 8]   [9 1 7]   [7 6 6]
[7 1 7]   [4 6 6]   [9 7 5]
[9 6 6]   [7 7 5]   [      ]", + "options": [ + "[4 1 6]", + "[9 1 7]", + "[8 0 4]", + "[4 1 4]", + "[4 6 6]", + "[4 0 6]", + "[8 1 6]", + "[8 7 3]" + ], + "correct": 3, + "prob_ind": 91 + }, + { + "prompt": "[2 8 4]   [3 6 8]   [4 7 6]
[3 6 6]   [4 7 4]   [5 8 8]
[4 7 8]   [5 8 6]   [      ]", + "options": [ + "[3 1 3]", + "[3 8 6]", + "[6 6 4]", + "[7 1 3]", + "[3 6 8]", + "[2 8 4]", + "[4 6 6]", + "[5 8 8]" + ], + "correct": 2, + "prob_ind": 92 + }, + { + "prompt": "[6 1 8]   [3 3 6]   [5 5 7]
[5 3 6]   [6 5 7]   [3 7 8]
[3 5 7]   [5 7 8]   [      ]", + "options": [ + "[6 9 8]", + "[7 9 9]", + "[6 6 9]", + "[7 6 9]", + "[6 9 6]", + "[3 6 3]", + "[7 5 7]", + "[3 7 3]" + ], + "correct": 4, + "prob_ind": 93 + }, + { + "prompt": "[5 0 1]   [1 3 2]   [4 2 3]
[1 3 2]   [4 2 3]   [5 0 4]
[4 2 3]   [5 0 4]   [      ]", + "options": [ + "[6 2 3]", + "[1 3 5]", + "[1 6 3]", + "[0 3 6]", + "[1 3 3]", + "[6 3 1]", + "[4 3 2]", + "[1 3 6]" + ], + "correct": 1, + "prob_ind": 94 + }, + { + "prompt": "[1 9 2]   [6 8 4]   [7 7 6]
[7 8 6]   [1 7 2]   [6 6 4]
[6 7 4]   [7 6 6]   [      ]", + "options": [ + "[6 6 4]", + "[7 6 7]", + "[3 5 2]", + "[1 5 2]", + "[6 0 9]", + "[3 5 4]", + "[2 7 1]", + "[1 7 2]" + ], + "correct": 3, + "prob_ind": 95 + }, + { + "prompt": "[6 5 4]   [5 4 6]   [4 0 5]
[5 4 6]   [4 0 5]   [3 5 4]
[4 0 5]   [3 5 4]   [      ]", + "options": [ + "[2 4 6]", + "[4 5 4]", + "[6 2 4]", + "[4 9 7]", + "[2 2 6]", + "[2 8 2]", + "[4 7 4]", + "[6 4 2]" + ], + "correct": 0, + "prob_ind": 96 + }, + { + "prompt": "[1 7 0]   [0 6 2]   [9 5 9]
[0 6 9]   [9 5 0]   [1 4 2]
[9 5 2]   [1 4 9]   [      ]", + "options": [ + "[9 4 0]", + "[4 1 7]", + "[0 6 7]", + "[0 3 0]", + "[6 6 5]", + "[3 0 0]", + "[9 3 2]", + "[0 3 1]" + ], + "correct": 3, + "prob_ind": 97 + }, + { + "prompt": "[0 7 0]   [8 6 7]   [5 5 6]
[8 6 6]   [5 5 0]   [0 4 7]
[5 5 7]   [0 4 6]   [      ]", + "options": [ + "[9 3 0]", + "[5 0 5]", + "[3 5 2]", + "[6 7 8]", + "[7 6 8]", + "[5 5 0]", + "[6 7 9]", + "[8 3 0]" + ], + "correct": 7, + "prob_ind": 98 + }, + { + "prompt": "[9 9 7]   [8 8 6]   [6 4 5]
[8 4 6]   [6 9 5]   [9 8 4]
[6 8 5]   [9 4 4]   [      ]", + "options": [ + "[6 6 6]", + "[3 8 9]", + "[3 2 9]", + "[9 9 3]", + "[0 2 2]", + "[7 2 3]", + "[9 3 8]", + "[8 9 3]" + ], + "correct": 7, + "prob_ind": 99 + } + ], + "three_rule_comb8": [ + { + "prompt": "[4 9 2]   [5 7 7]   [6 5 8]
[5 7 8]   [6 5 2]   [7 3 7]
[6 5 7]   [7 3 8]   [      ]", + "options": [ + "[8 1 2]", + "[7 7 7]", + "[7 5 3]", + "[6 5 2]", + "[5 6 8]", + "[7 3 3]", + "[8 3 3]", + "[7 8 7]" + ], + "correct": 0, + "prob_ind": 0 + }, + { + "prompt": "[1 9 1]   [2 8 5]   [3 7 9]
[2 8 5]   [3 7 9]   [4 6 1]
[3 7 9]   [4 6 1]   [      ]", + "options": [ + "[5 5 5]", + "[2 6 1]", + "[1 9 1]", + "[7 9 3]", + "[9 7 3]", + "[3 7 9]", + "[2 4 2]", + "[9 3 7]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[8 8 0]   [3 6 2]   [7 4 4]
[3 6 2]   [7 4 4]   [8 2 6]
[7 4 4]   [8 2 6]   [      ]", + "options": [ + "[8 0 3]", + "[7 4 6]", + "[3 4 2]", + "[3 4 1]", + "[9 8 3]", + "[3 0 8]", + "[7 6 4]", + "[7 4 4]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[3 1 2]   [4 2 9]   [5 3 7]
[4 2 9]   [5 3 7]   [6 4 2]
[5 3 7]   [6 4 2]   [      ]", + "options": [ + "[7 5 9]", + "[3 7 7]", + "[6 3 2]", + "[7 5 6]", + "[9 7 5]", + "[7 3 7]", + "[6 2 4]", + "[7 5 7]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[5 8 8]   [6 7 3]   [7 6 6]
[6 7 6]   [7 6 8]   [8 5 3]
[7 6 3]   [8 5 6]   [      ]", + "options": [ + "[5 4 2]", + "[8 3 3]", + "[6 9 5]", + "[3 6 7]", + "[9 4 8]", + "[8 8 5]", + "[3 8 3]", + "[8 9 5]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[1 7 8]   [2 6 5]   [3 5 3]
[2 6 3]   [3 5 8]   [4 4 5]
[3 5 5]   [4 4 3]   [      ]", + "options": [ + "[4 4 5]", + "[3 5 8]", + "[8 3 5]", + "[5 3 8]", + "[5 8 3]", + "[4 3 8]", + "[4 3 7]", + "[8 5 3]" + ], + "correct": 3, + "prob_ind": 5 + }, + { + "prompt": "[8 2 1]   [7 3 4]   [6 4 5]
[7 3 5]   [6 4 1]   [5 5 4]
[6 4 4]   [5 5 5]   [      ]", + "options": [ + "[6 4 1]", + "[8 0 1]", + "[6 4 5]", + "[8 2 1]", + "[4 6 1]", + "[1 6 4]", + "[5 3 4]", + "[8 1 2]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[4 3 4]   [5 0 3]   [6 1 2]
[5 1 3]   [6 3 2]   [7 0 1]
[6 0 2]   [7 1 1]   [      ]", + "options": [ + "[4 8 5]", + "[5 8 4]", + "[8 3 0]", + "[6 5 5]", + "[8 3 1]", + "[5 8 2]", + "[7 0 2]", + "[3 0 8]" + ], + "correct": 2, + "prob_ind": 7 + }, + { + "prompt": "[7 4 2]   [6 3 3]   [4 2 4]
[4 3 3]   [7 2 4]   [6 1 5]
[6 2 4]   [4 1 5]   [      ]", + "options": [ + "[4 2 4]", + "[5 1 4]", + "[2 3 3]", + "[6 4 4]", + "[4 3 3]", + "[6 0 7]", + "[4 1 5]", + "[7 0 6]" + ], + "correct": 7, + "prob_ind": 8 + }, + { + "prompt": "[8 3 0]   [6 4 3]   [4 5 2]
[6 4 2]   [4 5 0]   [2 6 3]
[4 5 3]   [2 6 2]   [      ]", + "options": [ + "[4 5 3]", + "[0 7 0]", + "[7 0 0]", + "[3 6 2]", + "[0 6 0]", + "[3 8 0]", + "[3 9 0]", + "[6 3 2]" + ], + "correct": 1, + "prob_ind": 9 + }, + { + "prompt": "[4 1 2]   [3 2 3]   [8 3 4]
[3 2 3]   [8 3 4]   [4 4 5]
[8 3 4]   [4 4 5]   [      ]", + "options": [ + "[5 6 3]", + "[8 3 4]", + "[3 2 3]", + "[2 3 3]", + "[8 6 0]", + "[8 4 3]", + "[4 4 7]", + "[3 5 6]" + ], + "correct": 7, + "prob_ind": 10 + }, + { + "prompt": "[4 2 1]   [3 4 2]   [2 7 3]
[3 4 2]   [2 7 3]   [1 2 4]
[2 7 3]   [1 2 4]   [      ]", + "options": [ + "[1 4 4]", + "[4 0 5]", + "[0 4 5]", + "[5 0 4]", + "[2 7 4]", + "[2 7 3]", + "[3 7 2]", + "[5 4 0]" + ], + "correct": 2, + "prob_ind": 11 + }, + { + "prompt": "[2 2 8]   [3 6 7]   [4 5 6]
[3 6 7]   [4 5 6]   [5 2 5]
[4 5 6]   [5 2 5]   [      ]", + "options": [ + "[6 6 4]", + "[6 8 4]", + "[1 4 2]", + "[9 2 0]", + "[6 5 4]", + "[0 7 9]", + "[5 2 5]", + "[6 3 7]" + ], + "correct": 0, + "prob_ind": 12 + }, + { + "prompt": "[5 1 0]   [4 3 8]   [3 5 7]
[4 3 8]   [3 5 7]   [2 7 0]
[3 5 7]   [2 7 0]   [      ]", + "options": [ + "[3 5 1]", + "[1 6 9]", + "[3 5 7]", + "[3 1 5]", + "[7 5 3]", + "[1 9 6]", + "[2 7 0]", + "[1 9 8]" + ], + "correct": 7, + "prob_ind": 13 + }, + { + "prompt": "[0 3 5]   [7 4 4]   [9 5 3]
[9 4 4]   [0 5 3]   [7 6 2]
[7 5 3]   [9 6 2]   [      ]", + "options": [ + "[0 7 1]", + "[9 1 5]", + "[9 2 5]", + "[7 4 4]", + "[9 3 5]", + "[3 9 5]", + "[7 5 3]", + "[0 1 7]" + ], + "correct": 0, + "prob_ind": 14 + }, + { + "prompt": "[5 0 7]   [3 2 6]   [1 4 5]
[3 2 6]   [1 4 5]   [5 6 4]
[1 4 5]   [5 6 4]   [      ]", + "options": [ + "[4 5 6]", + "[3 8 3]", + "[7 5 5]", + "[3 3 6]", + "[3 5 5]", + "[5 0 6]", + "[2 8 3]", + "[5 6 4]" + ], + "correct": 1, + "prob_ind": 15 + }, + { + "prompt": "[8 6 3]   [7 7 4]   [6 3 5]
[7 3 4]   [6 6 5]   [5 7 6]
[6 7 5]   [5 3 6]   [      ]", + "options": [ + "[7 5 4]", + "[4 6 7]", + "[6 3 5]", + "[4 6 5]", + "[5 7 5]", + "[8 0 7]", + "[5 5 7]", + "[5 7 6]" + ], + "correct": 1, + "prob_ind": 16 + }, + { + "prompt": "[2 4 8]   [0 5 7]   [8 6 6]
[8 5 7]   [2 6 6]   [0 7 5]
[0 6 6]   [8 7 5]   [      ]", + "options": [ + "[2 8 4]", + "[7 0 5]", + "[0 0 2]", + "[0 8 3]", + "[2 6 6]", + "[2 8 5]", + "[0 0 4]", + "[8 4 2]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[9 1 5]   [7 2 0]   [5 3 2]
[7 2 2]   [5 3 5]   [3 4 0]
[5 3 0]   [3 4 2]   [      ]", + "options": [ + "[1 5 5]", + "[5 4 2]", + "[3 1 5]", + "[4 4 2]", + "[8 3 2]", + "[5 3 0]", + "[1 5 6]", + "[5 1 5]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[8 3 0]   [6 4 5]   [4 5 6]
[6 4 5]   [4 5 6]   [2 6 0]
[4 5 6]   [2 6 0]   [      ]", + "options": [ + "[4 6 0]", + "[4 5 6]", + "[0 6 2]", + "[4 5 7]", + "[0 7 5]", + "[6 5 7]", + "[2 8 0]", + "[6 4 6]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[8 5 5]   [7 1 6]   [6 2 7]
[7 1 6]   [6 2 7]   [5 5 8]
[6 2 7]   [5 5 8]   [      ]", + "options": [ + "[6 2 7]", + "[4 1 9]", + "[2 7 6]", + "[3 6 7]", + "[2 2 6]", + "[6 6 6]", + "[6 3 7]", + "[5 1 5]" + ], + "correct": 1, + "prob_ind": 20 + }, + { + "prompt": "[8 5 4]   [6 6 5]   [4 7 8]
[6 6 8]   [4 7 4]   [2 8 5]
[4 7 5]   [2 8 8]   [      ]", + "options": [ + "[6 6 8]", + "[3 8 5]", + "[0 9 4]", + "[7 4 4]", + "[4 7 8]", + "[8 6 8]", + "[3 0 9]", + "[4 0 9]" + ], + "correct": 2, + "prob_ind": 21 + }, + { + "prompt": "[1 8 6]   [8 7 5]   [9 6 4]
[8 7 5]   [9 6 4]   [1 5 3]
[9 6 4]   [1 5 3]   [      ]", + "options": [ + "[4 8 2]", + "[8 4 2]", + "[1 5 3]", + "[8 5 2]", + "[1 5 5]", + "[1 8 7]", + "[8 6 2]", + "[5 5 1]" + ], + "correct": 1, + "prob_ind": 22 + }, + { + "prompt": "[5 1 0]   [6 4 2]   [7 8 4]
[6 4 2]   [7 8 4]   [8 1 6]
[7 8 4]   [8 1 6]   [      ]", + "options": [ + "[5 1 0]", + "[1 1 4]", + "[9 8 4]", + "[9 4 8]", + "[6 8 4]", + "[7 4 8]", + "[2 6 4]", + "[9 3 8]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[5 7 8]   [2 6 6]   [8 5 4]
[8 6 6]   [5 5 4]   [2 4 2]
[2 5 4]   [8 4 2]   [      ]", + "options": [ + "[0 3 5]", + "[5 3 1]", + "[8 7 5]", + "[5 3 0]", + "[8 7 2]", + "[8 4 2]", + "[5 2 0]", + "[0 5 3]" + ], + "correct": 3, + "prob_ind": 24 + }, + { + "prompt": "[8 5 0]   [6 4 2]   [4 6 4]
[6 6 2]   [4 5 4]   [2 4 6]
[4 4 4]   [2 6 6]   [      ]", + "options": [ + "[2 4 5]", + "[6 4 3]", + "[4 5 4]", + "[0 5 8]", + "[2 4 6]", + "[5 4 4]", + "[5 6 4]", + "[4 4 2]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[0 8 9]   [2 4 8]   [4 5 7]
[2 5 8]   [4 8 7]   [6 4 6]
[4 4 7]   [6 5 6]   [      ]", + "options": [ + "[6 4 8]", + "[6 4 6]", + "[8 8 5]", + "[6 4 5]", + "[8 8 6]", + "[7 4 8]", + "[2 4 8]", + "[5 6 6]" + ], + "correct": 2, + "prob_ind": 26 + }, + { + "prompt": "[4 1 9]   [3 2 8]   [2 3 3]
[3 2 8]   [2 3 3]   [1 4 9]
[2 3 3]   [1 4 9]   [      ]", + "options": [ + "[2 3 3]", + "[9 4 1]", + "[7 9 1]", + "[8 0 5]", + "[2 8 3]", + "[0 6 8]", + "[1 9 7]", + "[0 5 8]" + ], + "correct": 7, + "prob_ind": 27 + }, + { + "prompt": "[8 5 7]   [7 2 6]   [6 4 5]
[7 4 6]   [6 5 5]   [5 2 4]
[6 2 5]   [5 4 4]   [      ]", + "options": [ + "[6 4 6]", + "[4 5 4]", + "[4 5 3]", + "[4 4 5]", + "[5 1 4]", + "[5 3 4]", + "[6 5 6]", + "[0 2 2]" + ], + "correct": 2, + "prob_ind": 28 + }, + { + "prompt": "[4 9 2]   [3 8 3]   [7 7 4]
[7 8 3]   [4 7 4]   [3 6 5]
[3 7 4]   [7 6 5]   [      ]", + "options": [ + "[4 5 5]", + "[9 4 2]", + "[5 4 6]", + "[3 6 4]", + "[5 5 6]", + "[4 6 5]", + "[4 5 6]", + "[4 9 2]" + ], + "correct": 6, + "prob_ind": 29 + }, + { + "prompt": "[2 6 4]   [3 4 3]   [4 0 2]
[3 0 3]   [4 6 2]   [5 4 1]
[4 4 2]   [5 0 1]   [      ]", + "options": [ + "[6 6 0]", + "[5 0 1]", + "[0 1 5]", + "[4 6 1]", + "[5 0 0]", + "[2 6 4]", + "[5 4 1]", + "[8 8 7]" + ], + "correct": 0, + "prob_ind": 30 + }, + { + "prompt": "[3 9 6]   [4 8 7]   [5 7 5]
[4 8 7]   [5 7 5]   [6 6 6]
[5 7 5]   [6 6 6]   [      ]", + "options": [ + "[7 7 3]", + "[3 8 6]", + "[4 7 6]", + "[4 8 7]", + "[3 9 6]", + "[7 5 7]", + "[7 3 7]", + "[7 8 7]" + ], + "correct": 5, + "prob_ind": 31 + }, + { + "prompt": "[8 2 4]   [7 0 5]   [6 4 6]
[7 0 5]   [6 4 6]   [5 2 7]
[6 4 6]   [5 2 7]   [      ]", + "options": [ + "[4 6 5]", + "[4 4 6]", + "[6 6 4]", + "[5 6 4]", + "[6 4 6]", + "[6 6 5]", + "[5 4 6]", + "[4 0 8]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[7 6 6]   [6 0 5]   [5 1 4]
[6 0 5]   [5 1 4]   [4 6 3]
[5 1 4]   [4 6 3]   [      ]", + "options": [ + "[0 5 6]", + "[3 0 0]", + "[2 6 5]", + "[4 2 7]", + "[4 6 7]", + "[3 0 2]", + "[2 5 6]", + "[6 3 2]" + ], + "correct": 5, + "prob_ind": 33 + }, + { + "prompt": "[1 4 1]   [6 5 2]   [8 6 3]
[6 5 2]   [8 6 3]   [1 7 4]
[8 6 3]   [1 7 4]   [      ]", + "options": [ + "[8 6 3]", + "[6 7 2]", + "[0 0 5]", + "[6 8 5]", + "[1 1 4]", + "[6 8 3]", + "[5 2 6]", + "[6 3 8]" + ], + "correct": 3, + "prob_ind": 34 + }, + { + "prompt": "[1 0 5]   [3 4 6]   [5 5 7]
[3 5 6]   [5 0 7]   [7 4 8]
[5 4 7]   [7 5 8]   [      ]", + "options": [ + "[9 9 0]", + "[8 2 9]", + "[8 9 2]", + "[0 9 9]", + "[3 6 4]", + "[5 0 6]", + "[9 0 9]", + "[3 4 6]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[7 8 2]   [1 7 3]   [9 6 4]
[9 7 3]   [7 6 4]   [1 5 5]
[1 6 4]   [9 5 5]   [      ]", + "options": [ + "[9 5 3]", + "[9 7 3]", + "[9 8 3]", + "[1 7 2]", + "[7 8 2]", + "[9 8 2]", + "[7 4 6]", + "[7 7 3]" + ], + "correct": 6, + "prob_ind": 36 + }, + { + "prompt": "[3 3 4]   [4 7 5]   [5 0 6]
[4 0 5]   [5 3 6]   [6 7 7]
[5 7 6]   [6 0 7]   [      ]", + "options": [ + "[3 4 3]", + "[6 0 7]", + "[4 7 5]", + "[7 3 8]", + "[5 3 8]", + "[3 8 8]", + "[8 3 8]", + "[3 6 5]" + ], + "correct": 3, + "prob_ind": 37 + }, + { + "prompt": "[5 4 9]   [6 3 7]   [3 2 5]
[3 3 7]   [5 2 5]   [6 1 3]
[6 2 5]   [3 1 3]   [      ]", + "options": [ + "[1 0 5]", + "[5 0 1]", + "[6 2 7]", + "[5 3 2]", + "[3 2 5]", + "[6 2 5]", + "[5 2 3]", + "[6 1 7]" + ], + "correct": 1, + "prob_ind": 38 + }, + { + "prompt": "[1 5 4]   [3 9 3]   [5 2 2]
[3 2 3]   [5 5 2]   [7 9 1]
[5 9 2]   [7 2 1]   [      ]", + "options": [ + "[3 2 3]", + "[9 4 0]", + "[4 2 3]", + "[9 5 0]", + "[4 2 1]", + "[7 0 1]", + "[1 5 3]", + "[0 5 9]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[0 5 5]   [1 7 4]   [2 3 3]
[1 7 4]   [2 3 3]   [3 5 2]
[2 3 3]   [3 5 2]   [      ]", + "options": [ + "[7 4 2]", + "[7 4 1]", + "[2 3 3]", + "[7 0 8]", + "[4 7 1]", + "[3 7 5]", + "[3 7 3]", + "[3 3 7]" + ], + "correct": 4, + "prob_ind": 40 + }, + { + "prompt": "[5 6 3]   [4 5 4]   [3 2 5]
[4 2 4]   [3 6 5]   [2 5 6]
[3 5 5]   [2 2 6]   [      ]", + "options": [ + "[7 4 4]", + "[1 6 7]", + "[5 7 3]", + "[4 7 4]", + "[2 3 6]", + "[7 3 5]", + "[3 6 6]", + "[2 2 5]" + ], + "correct": 1, + "prob_ind": 41 + }, + { + "prompt": "[4 6 1]   [2 5 2]   [3 4 3]
[3 5 2]   [4 4 3]   [2 3 4]
[2 4 3]   [3 3 4]   [      ]", + "options": [ + "[4 2 5]", + "[0 9 4]", + "[2 3 4]", + "[4 5 4]", + "[3 4 4]", + "[5 2 4]", + "[4 5 2]", + "[2 4 5]" + ], + "correct": 0, + "prob_ind": 42 + }, + { + "prompt": "[6 9 7]   [2 7 6]   [8 5 5]
[8 7 6]   [6 5 5]   [2 3 4]
[2 5 5]   [8 3 4]   [      ]", + "options": [ + "[4 1 1]", + "[4 1 3]", + "[6 1 3]", + "[7 6 9]", + "[6 3 1]", + "[2 3 5]", + "[4 3 1]", + "[1 3 6]" + ], + "correct": 2, + "prob_ind": 43 + }, + { + "prompt": "[4 1 2]   [3 3 0]   [2 5 5]
[3 3 0]   [2 5 5]   [1 7 2]
[2 5 5]   [1 7 2]   [      ]", + "options": [ + "[5 2 4]", + "[0 3 3]", + "[2 4 1]", + "[2 5 4]", + "[1 7 2]", + "[0 9 0]", + "[9 0 0]", + "[2 5 2]" + ], + "correct": 5, + "prob_ind": 44 + }, + { + "prompt": "[1 4 0]   [2 8 1]   [3 7 2]
[2 8 1]   [3 7 2]   [4 4 3]
[3 7 2]   [4 4 3]   [      ]", + "options": [ + "[5 8 4]", + "[5 8 3]", + "[4 4 3]", + "[4 4 5]", + "[0 7 3]", + "[1 4 8]", + "[6 1 9]", + "[3 6 2]" + ], + "correct": 0, + "prob_ind": 45 + }, + { + "prompt": "[1 8 4]   [3 6 3]   [5 3 2]
[3 3 3]   [5 8 2]   [7 6 1]
[5 6 2]   [7 3 1]   [      ]", + "options": [ + "[3 4 3]", + "[9 8 0]", + "[5 8 1]", + "[1 6 7]", + "[3 6 5]", + "[5 5 2]", + "[1 8 4]", + "[0 9 8]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[9 8 6]   [3 6 5]   [6 4 4]
[3 6 5]   [6 4 4]   [9 2 3]
[6 4 4]   [9 2 3]   [      ]", + "options": [ + "[9 4 3]", + "[3 0 2]", + "[6 2 4]", + "[0 3 2]", + "[3 2 0]", + "[4 0 2]", + "[2 0 5]", + "[3 0 0]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[1 9 8]   [2 7 3]   [3 5 9]
[2 7 3]   [3 5 9]   [4 3 8]
[3 5 9]   [4 3 8]   [      ]", + "options": [ + "[1 5 3]", + "[5 3 1]", + "[3 1 3]", + "[4 8 3]", + "[5 2 3]", + "[5 1 3]", + "[6 0 1]", + "[4 3 8]" + ], + "correct": 5, + "prob_ind": 48 + }, + { + "prompt": "[0 5 1]   [2 6 5]   [4 7 4]
[2 6 5]   [4 7 4]   [6 8 1]
[4 7 4]   [6 8 1]   [      ]", + "options": [ + "[8 9 5]", + "[2 4 5]", + "[6 9 5]", + "[4 6 1]", + "[9 8 5]", + "[6 8 2]", + "[9 5 8]", + "[6 8 3]" + ], + "correct": 0, + "prob_ind": 49 + }, + { + "prompt": "[2 5 4]   [3 6 3]   [8 7 2]
[8 6 3]   [2 7 2]   [3 8 1]
[3 7 2]   [8 8 1]   [      ]", + "options": [ + "[8 5 1]", + "[8 6 3]", + "[3 8 2]", + "[2 9 0]", + "[3 5 4]", + "[5 7 7]", + "[4 3 5]", + "[2 5 4]" + ], + "correct": 3, + "prob_ind": 50 + }, + { + "prompt": "[1 9 5]   [2 7 4]   [4 5 3]
[4 7 4]   [1 5 3]   [2 3 2]
[2 5 3]   [4 3 2]   [      ]", + "options": [ + "[2 3 2]", + "[1 9 5]", + "[1 5 3]", + "[1 1 1]", + "[1 0 1]", + "[6 7 6]", + "[1 1 0]", + "[1 4 3]" + ], + "correct": 3, + "prob_ind": 51 + }, + { + "prompt": "[2 8 5]   [3 7 1]   [4 6 6]
[3 7 6]   [4 6 5]   [5 5 1]
[4 6 1]   [5 5 6]   [      ]", + "options": [ + "[4 5 1]", + "[0 8 6]", + "[6 4 5]", + "[4 4 8]", + "[7 3 1]", + "[6 4 7]", + "[4 5 5]", + "[5 7 5]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[7 1 6]   [6 2 7]   [5 3 9]
[6 2 7]   [5 3 9]   [4 4 6]
[5 3 9]   [4 4 6]   [      ]", + "options": [ + "[1 6 7]", + "[4 3 6]", + "[7 8 9]", + "[5 3 6]", + "[4 7 3]", + "[3 5 7]", + "[5 7 3]", + "[4 4 6]" + ], + "correct": 5, + "prob_ind": 53 + }, + { + "prompt": "[3 1 2]   [4 2 0]   [5 3 7]
[4 2 7]   [5 3 2]   [6 4 0]
[5 3 0]   [6 4 7]   [      ]", + "options": [ + "[7 5 2]", + "[7 2 5]", + "[0 5 3]", + "[5 2 7]", + "[3 3 2]", + "[3 2 7]", + "[9 5 2]", + "[1 5 2]" + ], + "correct": 0, + "prob_ind": 54 + }, + { + "prompt": "[9 2 0]   [7 3 3]   [5 4 8]
[7 3 3]   [5 4 8]   [3 5 0]
[5 4 8]   [3 5 0]   [      ]", + "options": [ + "[2 7 0]", + "[1 6 3]", + "[6 3 1]", + "[2 0 7]", + "[3 1 6]", + "[3 4 0]", + "[3 5 0]", + "[5 3 0]" + ], + "correct": 1, + "prob_ind": 55 + }, + { + "prompt": "[8 9 9]   [6 4 7]   [4 3 5]
[6 3 7]   [4 9 5]   [2 4 3]
[4 4 5]   [2 3 3]   [      ]", + "options": [ + "[7 3 7]", + "[0 4 3]", + "[1 9 3]", + "[0 9 1]", + "[9 9 9]", + "[9 1 0]", + "[0 9 2]", + "[9 1 3]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[9 1 5]   [8 3 4]   [7 0 3]
[8 3 4]   [7 0 3]   [6 1 2]
[7 0 3]   [6 1 2]   [      ]", + "options": [ + "[5 3 1]", + "[9 1 5]", + "[8 5 5]", + "[8 5 4]", + "[5 9 1]", + "[7 0 3]", + "[7 0 2]", + "[8 9 3]" + ], + "correct": 0, + "prob_ind": 57 + }, + { + "prompt": "[6 6 5]   [5 5 4]   [4 4 3]
[4 5 4]   [6 4 3]   [5 3 2]
[5 4 3]   [4 3 2]   [      ]", + "options": [ + "[5 2 4]", + "[6 4 3]", + "[1 2 2]", + "[4 5 4]", + "[5 3 4]", + "[5 6 2]", + "[6 2 1]", + "[4 2 1]" + ], + "correct": 6, + "prob_ind": 58 + }, + { + "prompt": "[9 4 8]   [8 5 6]   [7 8 4]
[8 5 6]   [7 8 4]   [6 4 2]
[7 8 4]   [6 4 2]   [      ]", + "options": [ + "[7 4 8]", + "[6 0 5]", + "[6 5 0]", + "[5 5 0]", + "[5 6 0]", + "[0 5 5]", + "[8 0 9]", + "[8 5 6]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[5 5 9]   [4 6 6]   [3 7 5]
[4 6 5]   [3 7 9]   [2 8 6]
[3 7 6]   [2 8 5]   [      ]", + "options": [ + "[2 8 5]", + "[1 9 9]", + "[4 6 6]", + "[6 6 2]", + "[3 7 9]", + "[2 9 9]", + "[5 4 6]", + "[6 6 4]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[0 2 5]   [2 8 4]   [4 9 3]
[2 8 4]   [4 9 3]   [6 2 2]
[4 9 3]   [6 2 2]   [      ]", + "options": [ + "[8 8 1]", + "[4 2 3]", + "[2 8 4]", + "[6 2 2]", + "[9 4 3]", + "[6 0 4]", + "[6 4 2]", + "[6 0 2]" + ], + "correct": 0, + "prob_ind": 61 + }, + { + "prompt": "[4 0 6]   [9 1 5]   [8 2 4]
[9 1 5]   [8 2 4]   [4 3 3]
[8 2 4]   [4 3 3]   [      ]", + "options": [ + "[9 4 2]", + "[6 4 2]", + "[8 2 4]", + "[9 1 5]", + "[9 4 3]", + "[9 2 6]", + "[4 3 2]", + "[4 2 6]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[1 1 8]   [3 3 6]   [9 5 4]
[9 3 6]   [1 5 4]   [3 7 2]
[3 5 4]   [9 7 2]   [      ]", + "options": [ + "[3 5 6]", + "[0 1 9]", + "[9 1 0]", + "[1 9 2]", + "[1 9 0]", + "[1 1 6]", + "[1 5 4]", + "[2 1 1]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[4 1 9]   [5 3 8]   [2 5 7]
[5 3 8]   [2 5 7]   [4 7 6]
[2 5 7]   [4 7 6]   [      ]", + "options": [ + "[2 7 7]", + "[5 9 4]", + "[1 9 4]", + "[9 1 4]", + "[5 9 5]", + "[5 9 2]", + "[5 9 3]", + "[5 5 9]" + ], + "correct": 4, + "prob_ind": 64 + }, + { + "prompt": "[0 4 5]   [2 3 1]   [4 2 4]
[2 3 4]   [4 2 5]   [6 1 1]
[4 2 1]   [6 1 4]   [      ]", + "options": [ + "[8 0 6]", + "[2 2 4]", + "[6 1 4]", + "[8 0 4]", + "[6 0 4]", + "[4 3 4]", + "[0 2 5]", + "[8 0 5]" + ], + "correct": 7, + "prob_ind": 65 + }, + { + "prompt": "[9 7 4]   [8 6 5]   [7 1 6]
[8 6 5]   [7 1 6]   [6 7 7]
[7 1 6]   [6 7 7]   [      ]", + "options": [ + "[5 8 6]", + "[9 6 1]", + "[5 6 8]", + "[8 5 6]", + "[7 6 5]", + "[7 7 4]", + "[8 6 5]", + "[6 5 8]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[0 9 4]   [8 8 5]   [9 7 6]
[9 8 5]   [0 7 6]   [8 6 7]
[8 7 6]   [9 6 7]   [      ]", + "options": [ + "[9 6 7]", + "[5 8 9]", + "[0 5 7]", + "[5 8 0]", + "[0 5 8]", + "[0 4 9]", + "[6 7 9]", + "[6 7 8]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[8 9 3]   [9 8 4]   [3 7 5]
[3 8 4]   [8 7 5]   [9 6 6]
[9 7 5]   [3 6 6]   [      ]", + "options": [ + "[9 0 0]", + "[8 5 7]", + "[0 0 9]", + "[7 5 7]", + "[3 6 8]", + "[9 0 1]", + "[3 8 4]", + "[7 0 0]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[1 0 1]   [7 2 3]   [8 4 5]
[8 2 3]   [1 4 5]   [7 6 7]
[7 4 5]   [8 6 7]   [      ]", + "options": [ + "[1 4 7]", + "[1 8 9]", + "[8 4 5]", + "[7 6 8]", + "[7 1 4]", + "[8 2 5]", + "[9 1 8]", + "[1 0 5]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[1 2 5]   [2 5 6]   [3 6 7]
[2 6 6]   [3 2 7]   [4 5 8]
[3 5 7]   [4 6 8]   [      ]", + "options": [ + "[3 4 7]", + "[9 2 5]", + "[7 6 3]", + "[3 2 7]", + "[6 6 4]", + "[7 2 3]", + "[3 3 4]", + "[5 2 9]" + ], + "correct": 7, + "prob_ind": 70 + }, + { + "prompt": "[1 5 6]   [2 4 5]   [3 2 4]
[2 4 5]   [3 2 4]   [4 5 3]
[3 2 4]   [4 5 3]   [      ]", + "options": [ + "[5 2 2]", + "[5 4 2]", + "[6 9 8]", + "[2 5 2]", + "[2 4 5]", + "[9 8 6]", + "[8 1 8]", + "[8 8 1]" + ], + "correct": 1, + "prob_ind": 71 + }, + { + "prompt": "[4 5 0]   [5 6 9]   [6 7 4]
[5 6 4]   [6 7 0]   [7 8 9]
[6 7 9]   [7 8 4]   [      ]", + "options": [ + "[0 8 9]", + "[9 7 9]", + "[6 9 7]", + "[8 0 8]", + "[9 8 0]", + "[9 0 8]", + "[6 7 9]", + "[8 9 0]" + ], + "correct": 7, + "prob_ind": 72 + }, + { + "prompt": "[4 8 8]   [3 3 7]   [2 4 6]
[3 3 7]   [2 4 6]   [1 8 5]
[2 4 6]   [1 8 5]   [      ]", + "options": [ + "[2 3 4]", + "[4 3 6]", + "[0 0 6]", + "[0 1 4]", + "[4 8 8]", + "[4 2 6]", + "[0 3 4]", + "[8 8 4]" + ], + "correct": 6, + "prob_ind": 73 + }, + { + "prompt": "[8 9 1]   [6 8 5]   [4 7 9]
[6 8 9]   [4 7 1]   [2 6 5]
[4 7 5]   [2 6 9]   [      ]", + "options": [ + "[8 8 9]", + "[0 4 1]", + "[0 7 0]", + "[5 9 7]", + "[4 7 1]", + "[0 5 1]", + "[2 6 1]", + "[1 4 0]" + ], + "correct": 5, + "prob_ind": 74 + }, + { + "prompt": "[8 1 6]   [7 2 0]   [6 3 5]
[7 2 5]   [6 3 6]   [5 4 0]
[6 3 0]   [5 4 5]   [      ]", + "options": [ + "[7 2 5]", + "[7 4 9]", + "[7 1 5]", + "[7 3 6]", + "[5 3 9]", + "[5 2 7]", + "[4 5 6]", + "[4 3 6]" + ], + "correct": 6, + "prob_ind": 75 + }, + { + "prompt": "[5 2 6]   [6 3 5]   [7 8 4]
[6 3 5]   [7 8 4]   [8 2 3]
[7 8 4]   [8 2 3]   [      ]", + "options": [ + "[2 3 9]", + "[4 8 7]", + "[9 3 2]", + "[3 9 2]", + "[9 3 4]", + "[2 3 8]", + "[7 8 3]", + "[8 7 4]" + ], + "correct": 2, + "prob_ind": 76 + }, + { + "prompt": "[4 3 0]   [0 4 1]   [7 5 2]
[0 4 1]   [7 5 2]   [4 6 3]
[7 5 2]   [4 6 3]   [      ]", + "options": [ + "[4 0 7]", + "[0 7 4]", + "[2 5 7]", + "[4 6 5]", + "[7 0 4]", + "[4 5 7]", + "[4 5 0]", + "[0 4 1]" + ], + "correct": 1, + "prob_ind": 77 + }, + { + "prompt": "[0 9 7]   [2 7 6]   [4 5 3]
[2 7 3]   [4 5 7]   [6 3 6]
[4 5 6]   [6 3 3]   [      ]", + "options": [ + "[6 2 7]", + "[4 5 7]", + "[7 2 6]", + "[6 0 7]", + "[8 1 7]", + "[8 1 6]", + "[2 7 6]", + "[2 3 6]" + ], + "correct": 4, + "prob_ind": 78 + }, + { + "prompt": "[5 1 2]   [4 3 7]   [3 5 0]
[4 3 7]   [3 5 0]   [2 7 2]
[3 5 0]   [2 7 2]   [      ]", + "options": [ + "[2 7 2]", + "[2 7 0]", + "[1 7 9]", + "[2 8 2]", + "[1 9 7]", + "[2 2 8]", + "[3 1 0]", + "[2 2 7]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[8 1 0]   [6 2 2]   [4 4 4]
[6 4 2]   [4 1 4]   [2 2 6]
[4 2 4]   [2 4 6]   [      ]", + "options": [ + "[0 1 8]", + "[2 4 6]", + "[0 1 6]", + "[0 8 1]", + "[0 1 7]", + "[1 1 8]", + "[0 2 8]", + "[0 1 1]" + ], + "correct": 0, + "prob_ind": 80 + }, + { + "prompt": "[5 8 4]   [6 2 3]   [7 9 2]
[6 2 3]   [7 9 2]   [8 8 1]
[7 9 2]   [8 8 1]   [      ]", + "options": [ + "[9 0 2]", + "[5 6 4]", + "[8 6 1]", + "[5 7 4]", + "[8 4 5]", + "[7 0 9]", + "[9 2 0]", + "[7 2 9]" + ], + "correct": 6, + "prob_ind": 81 + }, + { + "prompt": "[7 0 9]   [8 2 7]   [3 4 5]
[8 2 7]   [3 4 5]   [7 6 3]
[3 4 5]   [7 6 3]   [      ]", + "options": [ + "[8 0 9]", + "[6 8 1]", + "[8 1 8]", + "[3 4 3]", + "[7 0 9]", + "[6 8 3]", + "[6 0 9]", + "[8 8 1]" + ], + "correct": 7, + "prob_ind": 82 + }, + { + "prompt": "[2 9 0]   [5 7 2]   [8 5 4]
[8 7 2]   [2 5 4]   [5 3 6]
[5 5 4]   [8 3 6]   [      ]", + "options": [ + "[2 2 7]", + "[8 2 1]", + "[7 2 2]", + "[2 3 6]", + "[2 2 8]", + "[5 8 4]", + "[2 1 8]", + "[2 3 8]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[7 1 0]   [6 3 1]   [5 5 5]
[6 3 5]   [5 5 0]   [4 7 1]
[5 5 1]   [4 7 5]   [      ]", + "options": [ + "[6 8 4]", + "[6 5 1]", + "[4 3 0]", + "[3 0 9]", + "[3 3 0]", + "[0 9 3]", + "[3 8 0]", + "[3 9 0]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[7 1 7]   [6 2 8]   [5 3 6]
[6 2 8]   [5 3 6]   [4 4 7]
[5 3 6]   [4 4 7]   [      ]", + "options": [ + "[4 3 8]", + "[4 4 6]", + "[3 4 8]", + "[3 5 8]", + "[7 3 7]", + "[7 4 4]", + "[3 7 7]", + "[3 7 8]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[1 9 0]   [6 7 1]   [4 5 2]
[6 7 1]   [4 5 2]   [1 3 3]
[4 5 2]   [1 3 3]   [      ]", + "options": [ + "[5 4 2]", + "[4 7 2]", + "[6 7 1]", + "[4 7 1]", + "[5 2 4]", + "[6 5 0]", + "[6 1 4]", + "[4 1 6]" + ], + "correct": 6, + "prob_ind": 86 + }, + { + "prompt": "[9 3 6]   [8 0 5]   [7 8 4]
[8 0 5]   [7 8 4]   [6 3 3]
[7 8 4]   [6 3 3]   [      ]", + "options": [ + "[7 4 8]", + "[3 2 1]", + "[6 2 4]", + "[7 8 4]", + "[2 0 5]", + "[7 4 5]", + "[6 3 3]", + "[5 0 2]" + ], + "correct": 7, + "prob_ind": 87 + }, + { + "prompt": "[5 9 4]   [8 7 3]   [4 5 2]
[8 7 3]   [4 5 2]   [5 3 1]
[4 5 2]   [5 3 1]   [      ]", + "options": [ + "[6 6 7]", + "[8 1 0]", + "[3 1 5]", + "[6 6 9]", + "[8 9 1]", + "[9 5 0]", + "[4 3 3]", + "[7 3 8]" + ], + "correct": 1, + "prob_ind": 88 + }, + { + "prompt": "[8 9 4]   [7 7 5]   [6 0 6]
[7 0 5]   [6 9 6]   [5 7 7]
[6 7 6]   [5 0 7]   [      ]", + "options": [ + "[7 7 6]", + "[6 6 6]", + "[3 1 2]", + "[7 6 6]", + "[4 8 9]", + "[5 9 5]", + "[1 9 0]", + "[4 9 8]" + ], + "correct": 7, + "prob_ind": 89 + }, + { + "prompt": "[0 8 6]   [5 6 5]   [9 4 4]
[5 6 5]   [9 4 4]   [0 2 3]
[9 4 4]   [0 2 3]   [      ]", + "options": [ + "[5 7 6]", + "[5 0 2]", + "[9 5 4]", + "[2 0 5]", + "[5 7 5]", + "[9 4 4]", + "[3 7 5]", + "[0 2 3]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[0 7 6]   [1 6 5]   [5 5 4]
[5 6 5]   [0 5 4]   [1 4 3]
[1 5 4]   [5 4 3]   [      ]", + "options": [ + "[0 5 2]", + "[0 3 2]", + "[5 2 0]", + "[1 4 3]", + "[1 7 4]", + "[0 3 4]", + "[1 4 7]", + "[7 4 1]" + ], + "correct": 1, + "prob_ind": 91 + }, + { + "prompt": "[4 0 6]   [5 2 5]   [6 4 0]
[5 2 0]   [6 4 6]   [7 6 5]
[6 4 5]   [7 6 0]   [      ]", + "options": [ + "[8 8 6]", + "[6 4 0]", + "[5 2 7]", + "[0 2 6]", + "[7 6 0]", + "[6 4 2]", + "[0 4 0]", + "[0 4 6]" + ], + "correct": 0, + "prob_ind": 92 + }, + { + "prompt": "[9 8 9]   [7 6 2]   [5 4 8]
[7 6 2]   [5 4 8]   [3 2 9]
[5 4 8]   [3 2 9]   [      ]", + "options": [ + "[2 8 8]", + "[2 3 9]", + "[2 4 9]", + "[8 2 8]", + "[1 0 2]", + "[1 0 4]", + "[9 8 9]", + "[6 3 9]" + ], + "correct": 4, + "prob_ind": 93 + }, + { + "prompt": "[4 3 3]   [5 8 4]   [6 1 5]
[5 8 4]   [6 1 5]   [7 3 6]
[6 1 5]   [7 3 6]   [      ]", + "options": [ + "[8 8 6]", + "[6 1 6]", + "[8 8 7]", + "[7 8 8]", + "[5 4 5]", + "[8 7 8]", + "[8 6 8]", + "[5 3 4]" + ], + "correct": 2, + "prob_ind": 94 + }, + { + "prompt": "[2 5 0]   [3 3 1]   [4 9 2]
[3 9 1]   [4 5 2]   [5 3 3]
[4 3 2]   [5 9 3]   [      ]", + "options": [ + "[5 3 1]", + "[3 9 1]", + "[6 5 3]", + "[3 3 5]", + "[3 9 3]", + "[2 3 1]", + "[4 3 2]", + "[6 5 4]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[1 5 3]   [3 6 5]   [5 7 2]
[3 6 2]   [5 7 3]   [7 8 5]
[5 7 5]   [7 8 2]   [      ]", + "options": [ + "[9 9 3]", + "[8 7 2]", + "[9 9 5]", + "[5 6 3]", + "[7 5 2]", + "[2 7 5]", + "[5 7 3]", + "[2 5 7]" + ], + "correct": 0, + "prob_ind": 96 + }, + { + "prompt": "[0 4 9]   [1 5 8]   [7 6 7]
[7 5 8]   [0 6 7]   [1 7 6]
[1 6 7]   [7 7 6]   [      ]", + "options": [ + "[7 1 6]", + "[0 7 6]", + "[1 6 6]", + "[1 6 7]", + "[1 5 9]", + "[1 7 6]", + "[0 8 5]", + "[8 0 5]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[2 8 7]   [5 6 6]   [4 4 5]
[5 6 6]   [4 4 5]   [2 2 4]
[4 4 5]   [2 2 4]   [      ]", + "options": [ + "[5 5 6]", + "[6 5 6]", + "[9 2 8]", + "[2 8 0]", + "[8 0 2]", + "[6 0 4]", + "[5 0 3]", + "[2 8 9]" + ], + "correct": 6, + "prob_ind": 98 + }, + { + "prompt": "[0 5 6]   [2 4 0]   [4 3 2]
[2 4 0]   [4 3 2]   [6 2 6]
[4 3 2]   [6 2 6]   [      ]", + "options": [ + "[8 1 0]", + "[8 6 7]", + "[5 2 6]", + "[0 4 2]", + "[2 3 2]", + "[0 8 1]", + "[0 1 8]", + "[6 7 8]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "three_rule_comb9": [ + { + "prompt": "[9 3 7]   [8 4 6]   [7 5 5]
[8 4 6]   [7 5 5]   [6 6 4]
[7 5 5]   [6 6 4]   [      ]", + "options": [ + "[5 7 5]", + "[4 7 4]", + "[5 7 4]", + "[5 8 3]", + "[5 7 3]", + "[7 5 5]", + "[7 5 3]", + "[4 7 3]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[4 5 4]   [5 6 3]   [6 7 2]
[5 6 3]   [6 7 2]   [7 8 1]
[6 7 2]   [7 8 1]   [      ]", + "options": [ + "[6 9 4]", + "[8 9 0]", + "[6 9 2]", + "[2 7 6]", + "[2 5 6]", + "[5 4 4]", + "[4 5 4]", + "[9 2 6]" + ], + "correct": 1, + "prob_ind": 1 + }, + { + "prompt": "[2 3 6]   [3 4 5]   [4 5 4]
[3 4 5]   [4 5 4]   [5 6 3]
[4 5 4]   [5 6 3]   [      ]", + "options": [ + "[3 5 4]", + "[7 6 3]", + "[6 7 2]", + "[3 2 6]", + "[4 5 4]", + "[7 6 2]", + "[7 5 2]", + "[6 3 2]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[9 4 2]   [8 5 3]   [7 6 4]
[8 5 3]   [7 6 4]   [6 7 5]
[7 6 4]   [6 7 5]   [      ]", + "options": [ + "[4 8 6]", + "[5 8 8]", + "[5 8 6]", + "[9 6 4]", + "[5 3 8]", + "[8 8 5]", + "[5 8 7]", + "[8 5 4]" + ], + "correct": 2, + "prob_ind": 3 + }, + { + "prompt": "[9 2 6]   [8 3 5]   [7 4 4]
[8 3 5]   [7 4 4]   [6 5 3]
[7 4 4]   [6 5 3]   [      ]", + "options": [ + "[5 4 3]", + "[4 4 5]", + "[8 4 5]", + "[5 6 2]", + "[7 5 5]", + "[4 4 7]", + "[7 4 4]", + "[9 3 4]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[3 0 0]   [4 2 1]   [5 4 2]
[4 2 1]   [5 4 2]   [6 6 3]
[5 4 2]   [6 6 3]   [      ]", + "options": [ + "[4 7 7]", + "[7 7 4]", + "[4 7 8]", + "[9 2 7]", + "[7 8 4]", + "[7 8 2]", + "[7 7 7]", + "[5 4 2]" + ], + "correct": 4, + "prob_ind": 5 + }, + { + "prompt": "[4 5 1]   [3 4 2]   [2 3 3]
[3 4 2]   [2 3 3]   [1 2 4]
[2 3 3]   [1 2 4]   [      ]", + "options": [ + "[2 2 4]", + "[5 8 8]", + "[2 3 3]", + "[0 1 5]", + "[1 3 3]", + "[3 3 2]", + "[4 3 4]", + "[0 5 1]" + ], + "correct": 3, + "prob_ind": 6 + }, + { + "prompt": "[5 5 4]   [6 4 3]   [7 3 2]
[6 4 3]   [7 3 2]   [8 2 1]
[7 3 2]   [8 2 1]   [      ]", + "options": [ + "[8 2 1]", + "[4 2 2]", + "[6 3 2]", + "[5 2 2]", + "[8 1 0]", + "[2 6 3]", + "[2 3 3]", + "[9 1 0]" + ], + "correct": 7, + "prob_ind": 7 + }, + { + "prompt": "[0 4 7]   [2 3 6]   [4 2 5]
[2 3 6]   [4 2 5]   [6 1 4]
[4 2 5]   [6 1 4]   [      ]", + "options": [ + "[8 0 3]", + "[8 0 0]", + "[2 4 5]", + "[6 4 5]", + "[2 3 6]", + "[0 8 3]", + "[6 2 5]", + "[8 0 2]" + ], + "correct": 0, + "prob_ind": 8 + }, + { + "prompt": "[4 9 0]   [3 8 2]   [2 7 4]
[3 8 2]   [2 7 4]   [1 6 6]
[2 7 4]   [1 6 6]   [      ]", + "options": [ + "[2 5 4]", + "[8 2 3]", + "[3 6 2]", + "[0 5 8]", + "[9 5 1]", + "[2 7 4]", + "[5 8 0]", + "[5 8 2]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[8 0 5]   [6 2 4]   [4 4 3]
[6 2 4]   [4 4 3]   [2 6 2]
[4 4 3]   [2 6 2]   [      ]", + "options": [ + "[2 1 8]", + "[3 4 4]", + "[2 6 5]", + "[0 8 1]", + "[2 8 1]", + "[0 3 8]", + "[0 8 0]", + "[0 1 8]" + ], + "correct": 3, + "prob_ind": 10 + }, + { + "prompt": "[8 5 9]   [6 4 7]   [4 3 5]
[6 4 7]   [4 3 5]   [2 2 3]
[4 3 5]   [2 2 3]   [      ]", + "options": [ + "[0 5 0]", + "[8 6 7]", + "[6 6 7]", + "[0 1 1]", + "[8 4 7]", + "[2 1 1]", + "[4 3 5]", + "[6 4 7]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[1 5 2]   [3 4 3]   [5 3 4]
[3 4 3]   [5 3 4]   [7 2 5]
[5 3 4]   [7 2 5]   [      ]", + "options": [ + "[4 3 4]", + "[9 1 6]", + "[3 3 6]", + "[1 4 4]", + "[4 1 6]", + "[4 3 6]", + "[2 3 4]", + "[6 1 9]" + ], + "correct": 1, + "prob_ind": 12 + }, + { + "prompt": "[0 0 5]   [1 2 4]   [2 4 3]
[1 2 4]   [2 4 3]   [3 6 2]
[2 4 3]   [3 6 2]   [      ]", + "options": [ + "[4 8 1]", + "[3 6 2]", + "[3 2 4]", + "[7 9 9]", + "[1 2 9]", + "[8 4 1]", + "[2 4 3]", + "[8 1 4]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[6 9 8]   [5 8 6]   [4 7 4]
[5 8 6]   [4 7 4]   [3 6 2]
[4 7 4]   [3 6 2]   [      ]", + "options": [ + "[3 6 2]", + "[3 5 0]", + "[4 7 4]", + "[5 8 6]", + "[0 2 5]", + "[1 5 0]", + "[2 7 4]", + "[2 5 0]" + ], + "correct": 7, + "prob_ind": 14 + }, + { + "prompt": "[0 5 9]   [2 4 8]   [4 3 7]
[2 4 8]   [4 3 7]   [6 2 6]
[4 3 7]   [6 2 6]   [      ]", + "options": [ + "[7 4 1]", + "[4 3 7]", + "[4 4 6]", + "[1 5 8]", + "[8 1 5]", + "[4 6 8]", + "[6 2 6]", + "[4 6 4]" + ], + "correct": 4, + "prob_ind": 15 + }, + { + "prompt": "[2 4 0]   [3 3 2]   [4 2 4]
[3 3 2]   [4 2 4]   [5 1 6]
[4 2 4]   [5 1 6]   [      ]", + "options": [ + "[5 1 6]", + "[5 2 6]", + "[3 4 2]", + "[4 0 2]", + "[8 0 6]", + "[2 2 6]", + "[4 2 5]", + "[6 0 8]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[9 6 0]   [8 5 1]   [7 4 2]
[8 5 1]   [7 4 2]   [6 3 3]
[7 4 2]   [6 3 3]   [      ]", + "options": [ + "[8 4 2]", + "[7 6 3]", + "[8 3 2]", + "[6 1 3]", + "[8 3 3]", + "[5 2 4]", + "[3 8 2]", + "[8 7 1]" + ], + "correct": 5, + "prob_ind": 17 + }, + { + "prompt": "[0 2 5]   [1 3 6]   [2 4 7]
[1 3 6]   [2 4 7]   [3 5 8]
[2 4 7]   [3 5 8]   [      ]", + "options": [ + "[7 0 9]", + "[6 3 1]", + "[7 2 9]", + "[4 6 9]", + "[9 4 6]", + "[2 4 7]", + "[4 7 2]", + "[7 4 9]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[6 4 8]   [5 5 6]   [4 6 4]
[5 5 6]   [4 6 4]   [3 7 2]
[4 6 4]   [3 7 2]   [      ]", + "options": [ + "[3 5 6]", + "[7 5 7]", + "[7 7 5]", + "[0 2 8]", + "[3 1 6]", + "[6 5 7]", + "[2 8 0]", + "[3 1 4]" + ], + "correct": 6, + "prob_ind": 19 + }, + { + "prompt": "[4 0 3]   [3 2 4]   [2 4 5]
[3 2 4]   [2 4 5]   [1 6 6]
[2 4 5]   [1 6 6]   [      ]", + "options": [ + "[3 4 4]", + "[3 4 5]", + "[4 2 5]", + "[1 2 5]", + "[0 8 7]", + "[0 9 7]", + "[3 2 4]", + "[1 2 4]" + ], + "correct": 4, + "prob_ind": 20 + }, + { + "prompt": "[9 6 1]   [7 5 3]   [5 4 5]
[7 5 3]   [5 4 5]   [3 3 7]
[5 4 5]   [3 3 7]   [      ]", + "options": [ + "[7 3 3]", + "[6 3 7]", + "[7 5 3]", + "[3 7 3]", + "[1 9 2]", + "[1 2 9]", + "[3 3 7]", + "[8 4 3]" + ], + "correct": 5, + "prob_ind": 21 + }, + { + "prompt": "[9 0 6]   [8 2 5]   [7 4 4]
[8 2 5]   [7 4 4]   [6 6 3]
[7 4 4]   [6 6 3]   [      ]", + "options": [ + "[9 6 4]", + "[6 2 5]", + "[5 8 2]", + "[6 9 5]", + "[8 2 5]", + "[9 6 0]", + "[2 6 5]", + "[5 6 2]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[2 9 6]   [3 7 5]   [4 5 4]
[3 7 5]   [4 5 4]   [5 3 3]
[4 5 4]   [5 3 3]   [      ]", + "options": [ + "[2 7 6]", + "[2 9 6]", + "[5 9 0]", + "[6 1 2]", + "[5 4 6]", + "[3 5 7]", + "[9 9 7]", + "[5 4 4]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[0 1 8]   [1 3 6]   [2 5 4]
[1 3 6]   [2 5 4]   [3 7 2]
[2 5 4]   [3 7 2]   [      ]", + "options": [ + "[3 6 0]", + "[6 9 0]", + "[0 3 4]", + "[2 5 4]", + "[6 1 3]", + "[3 5 4]", + "[5 2 4]", + "[4 9 0]" + ], + "correct": 7, + "prob_ind": 24 + }, + { + "prompt": "[6 5 0]   [5 6 2]   [4 7 4]
[5 6 2]   [4 7 4]   [3 8 6]
[4 7 4]   [3 8 6]   [      ]", + "options": [ + "[5 7 4]", + "[2 6 5]", + "[3 6 2]", + "[2 9 8]", + "[4 5 2]", + "[5 6 2]", + "[8 4 5]", + "[6 5 2]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[8 5 9]   [6 6 7]   [4 7 5]
[6 6 7]   [4 7 5]   [2 8 3]
[4 7 5]   [2 8 3]   [      ]", + "options": [ + "[5 7 4]", + "[0 9 1]", + "[5 7 6]", + "[2 8 5]", + "[4 7 5]", + "[0 1 9]", + "[9 1 0]", + "[2 3 8]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[8 5 9]   [6 4 8]   [4 3 7]
[6 4 8]   [4 3 7]   [2 2 6]
[4 3 7]   [2 2 6]   [      ]", + "options": [ + "[4 2 8]", + "[5 8 9]", + "[8 6 8]", + "[2 6 2]", + "[2 2 6]", + "[0 1 5]", + "[8 8 6]", + "[5 4 7]" + ], + "correct": 5, + "prob_ind": 27 + }, + { + "prompt": "[0 9 4]   [2 7 3]   [4 5 2]
[2 7 3]   [4 5 2]   [6 3 1]
[4 5 2]   [6 3 1]   [      ]", + "options": [ + "[1 1 4]", + "[8 1 0]", + "[4 5 2]", + "[6 3 1]", + "[4 1 1]", + "[1 0 8]", + "[1 8 0]", + "[0 1 8]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[4 2 0]   [5 3 1]   [6 4 2]
[5 3 1]   [6 4 2]   [7 5 3]
[6 4 2]   [7 5 3]   [      ]", + "options": [ + "[2 4 0]", + "[2 4 2]", + "[8 6 4]", + "[4 4 2]", + "[2 6 1]", + "[6 4 2]", + "[2 2 2]", + "[7 0 5]" + ], + "correct": 2, + "prob_ind": 29 + }, + { + "prompt": "[1 0 4]   [2 2 5]   [3 4 6]
[2 2 5]   [3 4 6]   [4 6 7]
[3 4 6]   [4 6 7]   [      ]", + "options": [ + "[0 1 4]", + "[2 2 5]", + "[3 2 6]", + "[1 7 7]", + "[6 3 4]", + "[3 4 5]", + "[5 8 8]", + "[5 2 2]" + ], + "correct": 6, + "prob_ind": 30 + }, + { + "prompt": "[0 3 9]   [2 4 7]   [4 5 5]
[2 4 7]   [4 5 5]   [6 6 3]
[4 5 5]   [6 6 3]   [      ]", + "options": [ + "[7 7 1]", + "[6 4 3]", + "[7 1 8]", + "[2 6 7]", + "[7 8 1]", + "[8 2 2]", + "[2 5 5]", + "[8 7 1]" + ], + "correct": 7, + "prob_ind": 31 + }, + { + "prompt": "[8 0 9]   [6 1 8]   [4 2 7]
[6 1 8]   [4 2 7]   [2 3 6]
[4 2 7]   [2 3 6]   [      ]", + "options": [ + "[2 9 6]", + "[4 1 8]", + "[4 2 9]", + "[2 9 4]", + "[0 4 5]", + "[4 2 6]", + "[4 2 7]", + "[6 2 8]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[3 1 5]   [4 2 6]   [5 3 7]
[4 2 6]   [5 3 7]   [6 4 8]
[5 3 7]   [6 4 8]   [      ]", + "options": [ + "[0 2 0]", + "[5 4 7]", + "[8 6 7]", + "[4 8 6]", + "[8 6 4]", + "[4 3 7]", + "[7 5 9]", + "[7 6 9]" + ], + "correct": 6, + "prob_ind": 33 + }, + { + "prompt": "[5 8 6]   [6 7 5]   [7 6 4]
[6 7 5]   [7 6 4]   [8 5 3]
[7 6 4]   [8 5 3]   [      ]", + "options": [ + "[9 4 2]", + "[2 7 2]", + "[7 5 6]", + "[6 7 5]", + "[7 7 2]", + "[8 7 3]", + "[9 8 7]", + "[8 5 3]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[2 8 4]   [3 7 3]   [4 6 2]
[3 7 3]   [4 6 2]   [5 5 1]
[4 6 2]   [5 5 1]   [      ]", + "options": [ + "[5 8 2]", + "[6 0 4]", + "[3 7 6]", + "[7 3 6]", + "[5 5 4]", + "[8 8 3]", + "[6 2 4]", + "[6 4 0]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[5 4 8]   [6 3 7]   [7 2 6]
[6 3 7]   [7 2 6]   [8 1 5]
[7 2 6]   [8 1 5]   [      ]", + "options": [ + "[7 6 3]", + "[4 9 0]", + "[5 4 5]", + "[6 3 6]", + "[6 5 7]", + "[9 0 4]", + "[5 4 7]", + "[4 2 1]" + ], + "correct": 5, + "prob_ind": 36 + }, + { + "prompt": "[4 1 7]   [5 3 6]   [6 5 5]
[5 3 6]   [6 5 5]   [7 7 4]
[6 5 5]   [7 7 4]   [      ]", + "options": [ + "[9 3 8]", + "[8 9 3]", + "[5 5 6]", + "[6 5 5]", + "[4 3 7]", + "[6 5 6]", + "[9 8 3]", + "[8 8 3]" + ], + "correct": 1, + "prob_ind": 37 + }, + { + "prompt": "[3 8 4]   [4 6 3]   [5 4 2]
[4 6 3]   [5 4 2]   [6 2 1]
[5 4 2]   [6 2 1]   [      ]", + "options": [ + "[4 6 5]", + "[4 6 4]", + "[5 2 3]", + "[4 2 5]", + "[4 6 3]", + "[7 0 0]", + "[6 4 4]", + "[6 4 3]" + ], + "correct": 5, + "prob_ind": 38 + }, + { + "prompt": "[7 5 0]   [6 6 1]   [5 7 2]
[6 6 1]   [5 7 2]   [4 8 3]
[5 7 2]   [4 8 3]   [      ]", + "options": [ + "[7 0 2]", + "[2 7 5]", + "[6 7 2]", + "[3 9 4]", + "[4 9 2]", + "[4 7 2]", + "[4 9 3]", + "[5 0 2]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[4 2 1]   [5 3 3]   [6 4 5]
[5 3 3]   [6 4 5]   [7 5 7]
[6 4 5]   [7 5 7]   [      ]", + "options": [ + "[5 3 1]", + "[5 1 1]", + "[4 1 1]", + "[3 5 3]", + "[9 6 8]", + "[8 6 9]", + "[7 5 7]", + "[5 3 3]" + ], + "correct": 5, + "prob_ind": 40 + }, + { + "prompt": "[0 9 8]   [2 7 7]   [4 5 6]
[2 7 7]   [4 5 6]   [6 3 5]
[4 5 6]   [6 3 5]   [      ]", + "options": [ + "[8 4 6]", + "[8 4 8]", + "[1 9 3]", + "[2 7 6]", + "[8 9 3]", + "[1 4 8]", + "[8 1 4]", + "[0 9 8]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[3 6 1]   [4 5 3]   [5 4 5]
[4 5 3]   [5 4 5]   [6 3 7]
[5 4 5]   [6 3 7]   [      ]", + "options": [ + "[1 4 3]", + "[6 4 3]", + "[5 2 9]", + "[9 2 7]", + "[2 4 3]", + "[3 4 1]", + "[4 1 3]", + "[7 2 9]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[5 8 1]   [4 6 3]   [3 4 5]
[4 6 3]   [3 4 5]   [2 2 7]
[3 4 5]   [2 2 7]   [      ]", + "options": [ + "[7 2 2]", + "[3 5 5]", + "[1 7 2]", + "[1 0 9]", + "[5 5 8]", + "[1 9 0]", + "[1 2 9]", + "[2 7 2]" + ], + "correct": 3, + "prob_ind": 43 + }, + { + "prompt": "[2 0 8]   [3 1 7]   [4 2 6]
[3 1 7]   [4 2 6]   [5 3 5]
[4 2 6]   [5 3 5]   [      ]", + "options": [ + "[6 4 4]", + "[5 3 6]", + "[4 0 6]", + "[8 4 4]", + "[1 0 4]", + "[6 5 4]", + "[4 1 6]", + "[4 2 6]" + ], + "correct": 0, + "prob_ind": 44 + }, + { + "prompt": "[9 3 8]   [7 4 7]   [5 5 6]
[7 4 7]   [5 5 6]   [3 6 5]
[5 5 6]   [3 6 5]   [      ]", + "options": [ + "[7 7 4]", + "[1 7 4]", + "[9 1 4]", + "[7 1 4]", + "[7 4 7]", + "[4 7 1]", + "[2 7 4]", + "[3 5 5]" + ], + "correct": 1, + "prob_ind": 45 + }, + { + "prompt": "[0 6 5]   [2 5 4]   [4 4 3]
[2 5 4]   [4 4 3]   [6 3 2]
[4 4 3]   [6 3 2]   [      ]", + "options": [ + "[2 4 1]", + "[8 2 1]", + "[1 4 2]", + "[6 5 2]", + "[2 4 3]", + "[4 4 3]", + "[2 2 1]", + "[9 2 1]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[8 4 3]   [6 5 4]   [4 6 5]
[6 5 4]   [4 6 5]   [2 7 6]
[4 6 5]   [2 7 6]   [      ]", + "options": [ + "[4 7 3]", + "[3 7 4]", + "[4 5 4]", + "[2 0 3]", + "[2 8 7]", + "[7 0 8]", + "[9 4 3]", + "[0 8 7]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[2 5 9]   [3 6 8]   [4 7 7]
[3 6 8]   [4 7 7]   [5 8 6]
[4 7 7]   [5 8 6]   [      ]", + "options": [ + "[4 7 7]", + "[5 6 9]", + "[5 7 6]", + "[6 9 6]", + "[6 9 4]", + "[3 6 8]", + "[6 9 5]", + "[3 8 9]" + ], + "correct": 6, + "prob_ind": 48 + }, + { + "prompt": "[9 1 9]   [7 2 8]   [5 3 7]
[7 2 8]   [5 3 7]   [3 4 6]
[5 3 7]   [3 4 6]   [      ]", + "options": [ + "[6 3 4]", + "[1 5 5]", + "[6 4 3]", + "[5 5 1]", + "[1 5 3]", + "[1 5 6]", + "[3 6 9]", + "[5 1 5]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[4 8 5]   [3 6 4]   [2 4 3]
[3 6 4]   [2 4 3]   [1 2 2]
[2 4 3]   [1 2 2]   [      ]", + "options": [ + "[1 0 1]", + "[1 4 3]", + "[6 8 7]", + "[2 4 3]", + "[4 4 3]", + "[8 3 3]", + "[3 2 4]", + "[0 0 1]" + ], + "correct": 7, + "prob_ind": 50 + }, + { + "prompt": "[6 1 5]   [5 3 4]   [4 5 3]
[5 3 4]   [4 5 3]   [3 7 2]
[4 5 3]   [3 7 2]   [      ]", + "options": [ + "[4 5 3]", + "[5 4 5]", + "[1 2 9]", + "[2 1 9]", + "[5 5 4]", + "[2 9 1]", + "[5 3 4]", + "[9 1 2]" + ], + "correct": 5, + "prob_ind": 51 + }, + { + "prompt": "[5 4 1]   [6 5 2]   [7 6 3]
[6 5 2]   [7 6 3]   [8 7 4]
[7 6 3]   [8 7 4]   [      ]", + "options": [ + "[7 4 3]", + "[7 6 3]", + "[8 7 6]", + "[6 7 3]", + "[8 7 4]", + "[9 8 5]", + "[3 6 7]", + "[3 7 6]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[4 8 2]   [3 6 3]   [2 4 4]
[3 6 3]   [2 4 4]   [1 2 5]
[2 4 4]   [1 2 5]   [      ]", + "options": [ + "[2 8 7]", + "[3 6 3]", + "[2 2 4]", + "[0 0 6]", + "[0 6 0]", + "[7 8 8]", + "[0 2 6]", + "[2 4 3]" + ], + "correct": 3, + "prob_ind": 53 + }, + { + "prompt": "[5 1 4]   [6 3 5]   [7 5 6]
[6 3 5]   [7 5 6]   [8 7 7]
[7 5 6]   [8 7 7]   [      ]", + "options": [ + "[8 6 7]", + "[4 7 5]", + "[6 7 5]", + "[5 7 6]", + "[9 9 8]", + "[7 5 4]", + "[5 9 6]", + "[2 5 9]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[1 0 7]   [2 1 6]   [3 2 5]
[2 1 6]   [3 2 5]   [4 3 4]
[3 2 5]   [4 3 4]   [      ]", + "options": [ + "[5 3 2]", + "[7 4 3]", + "[3 2 6]", + "[6 2 1]", + "[3 2 5]", + "[5 3 4]", + "[3 0 4]", + "[5 4 3]" + ], + "correct": 7, + "prob_ind": 55 + }, + { + "prompt": "[9 3 5]   [7 4 6]   [5 5 7]
[7 4 6]   [5 5 7]   [3 6 8]
[5 5 7]   [3 6 8]   [      ]", + "options": [ + "[1 7 9]", + "[7 3 4]", + "[1 3 1]", + "[7 6 4]", + "[1 1 1]", + "[3 6 8]", + "[9 3 3]", + "[5 3 7]" + ], + "correct": 0, + "prob_ind": 56 + }, + { + "prompt": "[9 1 0]   [7 3 2]   [5 5 4]
[7 3 2]   [5 5 4]   [3 7 6]
[5 5 4]   [3 7 6]   [      ]", + "options": [ + "[5 3 6]", + "[1 9 8]", + "[7 1 6]", + "[8 3 1]", + "[5 4 4]", + "[6 3 1]", + "[9 6 2]", + "[6 3 2]" + ], + "correct": 1, + "prob_ind": 57 + }, + { + "prompt": "[0 5 4]   [1 4 3]   [2 3 2]
[1 4 3]   [2 3 2]   [3 2 1]
[2 3 2]   [3 2 1]   [      ]", + "options": [ + "[7 2 4]", + "[4 1 0]", + "[2 3 3]", + "[6 1 0]", + "[4 0 1]", + "[2 7 4]", + "[9 2 4]", + "[4 5 4]" + ], + "correct": 1, + "prob_ind": 58 + }, + { + "prompt": "[5 3 9]   [6 4 8]   [7 5 7]
[6 4 8]   [7 5 7]   [8 6 6]
[7 5 7]   [8 6 6]   [      ]", + "options": [ + "[9 7 5]", + "[7 7 5]", + "[6 4 8]", + "[8 6 9]", + "[9 7 7]", + "[9 7 3]", + "[6 8 4]", + "[7 9 7]" + ], + "correct": 0, + "prob_ind": 59 + }, + { + "prompt": "[5 1 8]   [6 2 7]   [7 3 6]
[6 2 7]   [7 3 6]   [8 4 5]
[7 3 6]   [8 4 5]   [      ]", + "options": [ + "[5 9 4]", + "[9 5 4]", + "[4 5 9]", + "[6 4 6]", + "[7 3 6]", + "[7 6 3]", + "[8 2 5]", + "[5 1 8]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[0 8 6]   [2 6 5]   [4 4 4]
[2 6 5]   [4 4 4]   [6 2 3]
[4 4 4]   [6 2 3]   [      ]", + "options": [ + "[7 8 7]", + "[8 0 2]", + "[2 5 8]", + "[1 0 3]", + "[0 8 2]", + "[4 4 4]", + "[3 5 9]", + "[0 6 2]" + ], + "correct": 1, + "prob_ind": 61 + }, + { + "prompt": "[5 1 0]   [4 2 2]   [3 3 4]
[4 2 2]   [3 3 4]   [2 4 6]
[3 3 4]   [2 4 6]   [      ]", + "options": [ + "[2 4 6]", + "[8 1 7]", + "[8 5 1]", + "[1 5 8]", + "[8 1 8]", + "[8 9 4]", + "[8 1 6]", + "[8 1 5]" + ], + "correct": 3, + "prob_ind": 62 + }, + { + "prompt": "[5 8 0]   [6 7 2]   [7 6 4]
[6 7 2]   [7 6 4]   [8 5 6]
[7 6 4]   [8 5 6]   [      ]", + "options": [ + "[8 6 0]", + "[8 5 2]", + "[9 4 8]", + "[5 6 8]", + "[8 7 2]", + "[0 3 9]", + "[7 8 4]", + "[0 5 9]" + ], + "correct": 2, + "prob_ind": 63 + }, + { + "prompt": "[2 4 1]   [3 5 3]   [4 6 5]
[3 5 3]   [4 6 5]   [5 7 7]
[4 6 5]   [5 7 7]   [      ]", + "options": [ + "[4 8 9]", + "[6 8 9]", + "[8 9 6]", + "[5 8 9]", + "[8 6 7]", + "[6 6 9]", + "[6 8 8]", + "[6 8 7]" + ], + "correct": 1, + "prob_ind": 64 + }, + { + "prompt": "[0 8 7]   [1 6 6]   [2 4 5]
[1 6 6]   [2 4 5]   [3 2 4]
[2 4 5]   [3 2 4]   [      ]", + "options": [ + "[2 0 4]", + "[4 0 3]", + "[1 0 7]", + "[5 8 7]", + "[1 8 5]", + "[0 4 3]", + "[3 0 4]", + "[0 8 0]" + ], + "correct": 1, + "prob_ind": 65 + }, + { + "prompt": "[1 9 2]   [2 7 3]   [3 5 4]
[2 7 3]   [3 5 4]   [4 3 5]
[3 5 4]   [4 3 5]   [      ]", + "options": [ + "[3 5 4]", + "[5 1 8]", + "[3 2 7]", + "[5 1 6]", + "[4 5 8]", + "[3 5 2]", + "[2 7 3]", + "[4 3 5]" + ], + "correct": 3, + "prob_ind": 66 + }, + { + "prompt": "[1 1 7]   [2 3 6]   [3 5 5]
[2 3 6]   [3 5 5]   [4 7 4]
[3 5 5]   [4 7 4]   [      ]", + "options": [ + "[3 3 1]", + "[3 5 5]", + "[4 5 5]", + "[5 3 5]", + "[5 9 3]", + "[3 5 4]", + "[1 5 5]", + "[3 7 6]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[0 5 4]   [2 6 3]   [4 7 2]
[2 6 3]   [4 7 2]   [6 8 1]
[4 7 2]   [6 8 1]   [      ]", + "options": [ + "[0 5 4]", + "[8 9 0]", + "[1 7 1]", + "[2 7 2]", + "[4 8 4]", + "[8 7 0]", + "[6 8 1]", + "[1 7 2]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[8 5 3]   [7 6 4]   [6 7 5]
[7 6 4]   [6 7 5]   [5 8 6]
[6 7 5]   [5 8 6]   [      ]", + "options": [ + "[7 9 4]", + "[7 4 9]", + "[8 6 5]", + "[2 6 5]", + "[9 4 7]", + "[4 9 7]", + "[2 8 1]", + "[5 7 5]" + ], + "correct": 5, + "prob_ind": 69 + }, + { + "prompt": "[0 1 0]   [2 3 1]   [4 5 2]
[2 3 1]   [4 5 2]   [6 7 3]
[4 5 2]   [6 7 3]   [      ]", + "options": [ + "[0 1 0]", + "[8 9 3]", + "[8 4 9]", + "[5 0 0]", + "[8 9 4]", + "[9 4 8]", + "[8 8 4]", + "[5 1 0]" + ], + "correct": 4, + "prob_ind": 70 + }, + { + "prompt": "[8 6 1]   [7 5 2]   [6 4 3]
[7 5 2]   [6 4 3]   [5 3 4]
[6 4 3]   [5 3 4]   [      ]", + "options": [ + "[8 0 1]", + "[3 6 0]", + "[4 2 6]", + "[4 2 5]", + "[6 2 4]", + "[4 6 3]", + "[2 4 9]", + "[2 5 4]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[3 1 4]   [4 3 5]   [5 5 6]
[4 3 5]   [5 5 6]   [6 7 7]
[5 5 6]   [6 7 7]   [      ]", + "options": [ + "[7 9 8]", + "[8 7 9]", + "[8 7 6]", + "[5 5 6]", + "[7 8 6]", + "[4 3 4]", + "[8 9 7]", + "[3 3 6]" + ], + "correct": 0, + "prob_ind": 72 + }, + { + "prompt": "[1 8 0]   [2 6 2]   [3 4 4]
[2 6 2]   [3 4 4]   [4 2 6]
[3 4 4]   [4 2 6]   [      ]", + "options": [ + "[4 2 8]", + "[5 0 8]", + "[6 0 8]", + "[4 4 3]", + "[4 4 6]", + "[2 2 6]", + "[3 4 4]", + "[6 9 5]" + ], + "correct": 1, + "prob_ind": 73 + }, + { + "prompt": "[1 0 3]   [3 2 4]   [5 4 5]
[3 2 4]   [5 4 5]   [7 6 6]
[5 4 5]   [7 6 6]   [      ]", + "options": [ + "[4 6 5]", + "[3 4 2]", + "[2 4 3]", + "[9 7 8]", + "[9 8 7]", + "[0 4 2]", + "[3 6 5]", + "[8 9 7]" + ], + "correct": 4, + "prob_ind": 74 + }, + { + "prompt": "[7 8 8]   [6 6 7]   [5 4 6]
[6 6 7]   [5 4 6]   [4 2 5]
[5 4 6]   [4 2 5]   [      ]", + "options": [ + "[6 6 7]", + "[2 0 4]", + "[3 0 4]", + "[2 0 7]", + "[2 0 5]", + "[6 5 4]", + "[5 0 4]", + "[8 8 7]" + ], + "correct": 2, + "prob_ind": 75 + }, + { + "prompt": "[9 0 4]   [7 2 3]   [5 4 2]
[7 2 3]   [5 4 2]   [3 6 1]
[5 4 2]   [3 6 1]   [      ]", + "options": [ + "[8 4 2]", + "[9 4 0]", + "[1 0 8]", + "[3 3 1]", + "[7 3 2]", + "[1 8 0]", + "[8 6 2]", + "[3 4 1]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[3 4 0]   [4 3 1]   [5 2 2]
[4 3 1]   [5 2 2]   [6 1 3]
[5 2 2]   [6 1 3]   [      ]", + "options": [ + "[7 0 4]", + "[4 0 7]", + "[6 2 3]", + "[7 4 0]", + "[6 3 1]", + "[0 4 7]", + "[6 6 7]", + "[4 1 3]" + ], + "correct": 0, + "prob_ind": 77 + }, + { + "prompt": "[5 9 1]   [6 8 3]   [7 7 5]
[6 8 3]   [7 7 5]   [8 6 7]
[7 7 5]   [8 6 7]   [      ]", + "options": [ + "[8 6 7]", + "[7 7 5]", + "[8 6 3]", + "[6 8 5]", + "[9 5 9]", + "[7 5 7]", + "[3 8 3]", + "[7 7 1]" + ], + "correct": 4, + "prob_ind": 78 + }, + { + "prompt": "[9 3 8]   [7 4 6]   [5 5 4]
[7 4 6]   [5 5 4]   [3 6 2]
[5 5 4]   [3 6 2]   [      ]", + "options": [ + "[1 7 0]", + "[3 5 4]", + "[7 0 1]", + "[1 1 5]", + "[5 1 5]", + "[5 3 4]", + "[0 7 1]", + "[5 4 8]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[8 0 6]   [7 1 5]   [6 2 4]
[7 1 5]   [6 2 4]   [5 3 3]
[6 2 4]   [5 3 3]   [      ]", + "options": [ + "[5 3 3]", + "[4 6 2]", + "[5 1 3]", + "[8 0 7]", + "[4 2 2]", + "[5 2 3]", + "[1 7 5]", + "[4 4 2]" + ], + "correct": 7, + "prob_ind": 80 + }, + { + "prompt": "[5 0 3]   [4 1 4]   [3 2 5]
[4 1 4]   [3 2 5]   [2 3 6]
[3 2 5]   [2 3 6]   [      ]", + "options": [ + "[2 5 3]", + "[7 1 4]", + "[1 4 7]", + "[4 1 7]", + "[4 5 7]", + "[0 3 5]", + "[4 5 4]", + "[5 3 6]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[8 1 0]   [6 2 1]   [4 3 2]
[6 2 1]   [4 3 2]   [2 4 3]
[4 3 2]   [2 4 3]   [      ]", + "options": [ + "[5 2 0]", + "[0 5 4]", + "[0 5 2]", + "[7 3 9]", + "[4 2 3]", + "[2 4 3]", + "[8 2 0]", + "[7 5 9]" + ], + "correct": 1, + "prob_ind": 82 + }, + { + "prompt": "[5 9 0]   [6 8 1]   [7 7 2]
[6 8 1]   [7 7 2]   [8 6 3]
[7 7 2]   [8 6 3]   [      ]", + "options": [ + "[9 5 6]", + "[9 5 4]", + "[9 4 4]", + "[9 4 9]", + "[9 4 5]", + "[5 4 9]", + "[2 7 7]", + "[4 5 9]" + ], + "correct": 1, + "prob_ind": 83 + }, + { + "prompt": "[9 7 4]   [8 6 3]   [7 5 2]
[8 6 3]   [7 5 2]   [6 4 1]
[7 5 2]   [6 4 1]   [      ]", + "options": [ + "[7 5 4]", + "[5 3 0]", + "[6 6 1]", + "[6 3 0]", + "[7 7 2]", + "[7 3 0]", + "[5 1 0]", + "[5 4 1]" + ], + "correct": 1, + "prob_ind": 84 + }, + { + "prompt": "[1 3 5]   [2 4 4]   [3 5 3]
[2 4 4]   [3 5 3]   [4 6 2]
[3 5 3]   [4 6 2]   [      ]", + "options": [ + "[5 6 2]", + "[2 4 4]", + "[5 7 2]", + "[5 7 1]", + "[1 5 7]", + "[3 3 5]", + "[5 8 1]", + "[6 7 1]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[1 0 1]   [3 1 2]   [5 2 3]
[3 1 2]   [5 2 3]   [7 3 4]
[5 2 3]   [7 3 4]   [      ]", + "options": [ + "[3 2 5]", + "[2 1 4]", + "[7 1 4]", + "[6 8 8]", + "[8 0 1]", + "[9 4 5]", + "[5 3 3]", + "[2 0 3]" + ], + "correct": 5, + "prob_ind": 86 + }, + { + "prompt": "[0 1 1]   [1 3 2]   [2 5 3]
[1 3 2]   [2 5 3]   [3 7 4]
[2 5 3]   [3 7 4]   [      ]", + "options": [ + "[2 2 0]", + "[2 6 3]", + "[2 3 0]", + "[7 3 4]", + "[5 9 5]", + "[4 9 5]", + "[4 9 6]", + "[0 5 3]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[3 0 9]   [4 1 8]   [5 2 7]
[4 1 8]   [5 2 7]   [6 3 6]
[5 2 7]   [6 3 6]   [      ]", + "options": [ + "[4 7 5]", + "[5 2 7]", + "[5 6 6]", + "[5 4 6]", + "[5 4 7]", + "[7 4 6]", + "[4 3 8]", + "[7 4 5]" + ], + "correct": 7, + "prob_ind": 88 + }, + { + "prompt": "[2 4 4]   [3 5 3]   [4 6 2]
[3 5 3]   [4 6 2]   [5 7 1]
[4 6 2]   [5 7 1]   [      ]", + "options": [ + "[5 7 1]", + "[5 1 7]", + "[4 6 4]", + "[1 0 4]", + "[8 6 0]", + "[6 8 0]", + "[0 8 6]", + "[1 0 6]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[9 5 7]   [7 6 6]   [5 7 5]
[7 6 6]   [5 7 5]   [3 8 4]
[5 7 5]   [3 8 4]   [      ]", + "options": [ + "[9 5 7]", + "[3 8 4]", + "[1 8 9]", + "[5 4 1]", + "[4 7 7]", + "[7 8 6]", + "[4 4 1]", + "[1 9 3]" + ], + "correct": 7, + "prob_ind": 90 + }, + { + "prompt": "[5 8 9]   [6 6 7]   [7 4 5]
[6 6 7]   [7 4 5]   [8 2 3]
[7 4 5]   [8 2 3]   [      ]", + "options": [ + "[5 7 2]", + "[7 2 5]", + "[8 2 5]", + "[9 5 7]", + "[9 0 1]", + "[7 5 2]", + "[5 7 4]", + "[2 8 3]" + ], + "correct": 4, + "prob_ind": 91 + }, + { + "prompt": "[5 3 0]   [6 4 1]   [7 5 2]
[6 4 1]   [7 5 2]   [8 6 3]
[7 5 2]   [8 6 3]   [      ]", + "options": [ + "[7 9 4]", + "[9 7 4]", + "[9 7 5]", + "[9 4 7]", + "[7 5 3]", + "[9 5 7]", + "[7 5 9]", + "[6 3 0]" + ], + "correct": 1, + "prob_ind": 92 + }, + { + "prompt": "[5 4 2]   [4 3 3]   [3 2 4]
[4 3 3]   [3 2 4]   [2 1 5]
[3 2 4]   [2 1 5]   [      ]", + "options": [ + "[3 4 4]", + "[4 2 5]", + "[5 2 2]", + "[7 4 5]", + "[3 3 4]", + "[1 2 5]", + "[1 0 6]", + "[3 1 4]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[1 4 6]   [3 3 5]   [5 2 4]
[3 3 5]   [5 2 4]   [7 1 3]
[5 2 4]   [7 1 3]   [      ]", + "options": [ + "[5 1 3]", + "[9 0 2]", + "[5 2 5]", + "[7 1 2]", + "[5 1 5]", + "[9 4 0]", + "[7 1 3]", + "[2 3 2]" + ], + "correct": 1, + "prob_ind": 94 + }, + { + "prompt": "[9 7 5]   [7 6 4]   [5 5 3]
[7 6 4]   [5 5 3]   [3 4 2]
[5 5 3]   [3 4 2]   [      ]", + "options": [ + "[4 6 7]", + "[9 5 2]", + "[2 4 2]", + "[1 3 1]", + "[2 3 4]", + "[2 3 1]", + "[3 1 1]", + "[6 7 4]" + ], + "correct": 3, + "prob_ind": 95 + }, + { + "prompt": "[3 1 9]   [4 3 7]   [5 5 5]
[4 3 7]   [5 5 5]   [6 7 3]
[5 5 5]   [6 7 3]   [      ]", + "options": [ + "[7 9 1]", + "[9 5 4]", + "[7 9 2]", + "[7 7 2]", + "[7 7 4]", + "[4 3 7]", + "[7 2 7]", + "[1 9 7]" + ], + "correct": 0, + "prob_ind": 96 + }, + { + "prompt": "[7 9 4]   [6 7 3]   [5 5 2]
[6 7 3]   [5 5 2]   [4 3 1]
[5 5 2]   [4 3 1]   [      ]", + "options": [ + "[7 4 9]", + "[6 5 4]", + "[6 3 5]", + "[6 6 5]", + "[6 7 5]", + "[3 1 0]", + "[5 3 2]", + "[5 7 3]" + ], + "correct": 5, + "prob_ind": 97 + }, + { + "prompt": "[1 3 4]   [3 4 5]   [5 5 6]
[3 4 5]   [5 5 6]   [7 6 7]
[5 5 6]   [7 6 7]   [      ]", + "options": [ + "[6 5 5]", + "[6 8 3]", + "[9 7 7]", + "[9 5 8]", + "[6 2 1]", + "[8 9 7]", + "[9 7 8]", + "[5 5 6]" + ], + "correct": 6, + "prob_ind": 98 + }, + { + "prompt": "[7 9 6]   [6 7 5]   [5 5 4]
[6 7 5]   [5 5 4]   [4 3 3]
[5 5 4]   [4 3 3]   [      ]", + "options": [ + "[5 2 6]", + "[7 6 2]", + "[7 2 6]", + "[9 8 9]", + "[3 1 2]", + "[6 7 4]", + "[3 2 1]", + "[5 5 6]" + ], + "correct": 4, + "prob_ind": 99 + } + ], + "c3_set_union": [ + { + "prompt": "[6]   [1]   [6 1]
[4]   [9]   [4 9]
[6 4]   [1 9]   [    ]", + "options": [ + "[1]", + "[6 4 1]", + "[6 4]", + "[4 1 9]", + "[4 9]", + "[  ]", + "[6 9]", + "[6 4 1 9]" + ], + "correct": 7, + "prob_ind": 0 + }, + { + "prompt": "[5]   [4]   [5 4]
[7]   [1]   [7 1]
[5 7]   [4 1]   [    ]", + "options": [ + "[5 4 1]", + "[7 4]", + "[5 7 4 1]", + "[  ]", + "[5]", + "[4 1]", + "[5 7 1]", + "[1]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[1]   [8]   [1 8]
[9]   [6]   [9 6]
[1 9]   [8 6]   [    ]", + "options": [ + "[1 9 8 6]", + "[9 8]", + "[1 9 6]", + "[1]", + "[1 8 6]", + "[  ]", + "[9 6]", + "[1 8]" + ], + "correct": 0, + "prob_ind": 2 + }, + { + "prompt": "[0]   [8]   [0 8]
[4]   [7]   [4 7]
[0 4]   [8 7]   [    ]", + "options": [ + "[0 4 8 7]", + "[4 8]", + "[0 4 7]", + "[8]", + "[0 8 7]", + "[8 7]", + "[0]", + "[4 7]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[8]   [5]   [8 5]
[6]   [2]   [6 2]
[8 6]   [5 2]   [    ]", + "options": [ + "[8 5 2]", + "[6 5]", + "[6 5 2]", + "[8 6]", + "[5]", + "[8 6 2]", + "[8 6 5 2]", + "[  ]" + ], + "correct": 6, + "prob_ind": 4 + }, + { + "prompt": "[2]   [1]   [2 1]
[5]   [0]   [5 0]
[2 5]   [1 0]   [    ]", + "options": [ + "[0]", + "[2 5]", + "[5 1 0]", + "[1]", + "[2]", + "[1 0]", + "[2 1 0]", + "[2 5 1 0]" + ], + "correct": 7, + "prob_ind": 5 + }, + { + "prompt": "[6]   [0]   [6 0]
[1]   [4]   [1 4]
[6 1]   [0 4]   [    ]", + "options": [ + "[  ]", + "[6 0 4]", + "[1 0]", + "[6 0]", + "[6 1 0 4]", + "[6 4]", + "[1 0 4]", + "[0]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[7]   [8]   [7 8]
[3]   [4]   [3 4]
[7 3]   [8 4]   [    ]", + "options": [ + "[7 3 8]", + "[7 3 4]", + "[7 4]", + "[7 3 8 4]", + "[  ]", + "[7 3]", + "[7]", + "[8]" + ], + "correct": 3, + "prob_ind": 7 + }, + { + "prompt": "[8]   [2]   [8 2]
[3]   [1]   [3 1]
[8 3]   [2 1]   [    ]", + "options": [ + "[2]", + "[8 3 2 1]", + "[2 1]", + "[8 2]", + "[  ]", + "[8 3]", + "[3 2 1]", + "[1]" + ], + "correct": 1, + "prob_ind": 8 + }, + { + "prompt": "[0]   [1]   [0 1]
[2]   [6]   [2 6]
[0 2]   [1 6]   [    ]", + "options": [ + "[2 1]", + "[2 6]", + "[0 1]", + "[0]", + "[  ]", + "[0 6]", + "[0 2 1 6]", + "[2 1 6]" + ], + "correct": 6, + "prob_ind": 9 + }, + { + "prompt": "[9]   [7]   [9 7]
[0]   [1]   [0 1]
[9 0]   [7 1]   [    ]", + "options": [ + "[0 7 1]", + "[0]", + "[0 1]", + "[9 0 7]", + "[7 1]", + "[9 0 7 1]", + "[9 0]", + "[9 7]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[6]   [3]   [6 3]
[1]   [5]   [1 5]
[6 1]   [3 5]   [    ]", + "options": [ + "[6 1 3 5]", + "[6 3]", + "[5]", + "[1 3]", + "[1 5]", + "[6 1 5]", + "[  ]", + "[6]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[9]   [6]   [9 6]
[7]   [0]   [7 0]
[9 7]   [6 0]   [    ]", + "options": [ + "[7]", + "[7 6]", + "[9 0]", + "[  ]", + "[6]", + "[9 7 6 0]", + "[9 7 0]", + "[9 7 6]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[5]   [7]   [5 7]
[0]   [3]   [0 3]
[5 0]   [7 3]   [    ]", + "options": [ + "[0 3]", + "[  ]", + "[5 3]", + "[5 7 3]", + "[5]", + "[0 7]", + "[5 0 7 3]", + "[7 3]" + ], + "correct": 6, + "prob_ind": 13 + }, + { + "prompt": "[8]   [7]   [8 7]
[9]   [2]   [9 2]
[8 9]   [7 2]   [    ]", + "options": [ + "[8 2]", + "[9]", + "[  ]", + "[8 9 7]", + "[7]", + "[9 7]", + "[8 7 2]", + "[8 9 7 2]" + ], + "correct": 7, + "prob_ind": 14 + }, + { + "prompt": "[0]   [1]   [0 1]
[4]   [2]   [4 2]
[0 4]   [1 2]   [    ]", + "options": [ + "[0 4 1 2]", + "[2]", + "[0 4]", + "[0 1 2]", + "[4 2]", + "[0 4 1]", + "[1]", + "[4 1 2]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[6]   [8]   [6 8]
[2]   [3]   [2 3]
[6 2]   [8 3]   [    ]", + "options": [ + "[2 8]", + "[6 2 8]", + "[3]", + "[6 2 3]", + "[8 3]", + "[6 2 8 3]", + "[2 3]", + "[2 8 3]" + ], + "correct": 5, + "prob_ind": 16 + }, + { + "prompt": "[7]   [6]   [7 6]
[8]   [3]   [8 3]
[7 8]   [6 3]   [    ]", + "options": [ + "[7 6]", + "[7]", + "[7 6 3]", + "[7 8 6 3]", + "[7 8]", + "[6 3]", + "[8 6]", + "[8 3]" + ], + "correct": 3, + "prob_ind": 17 + }, + { + "prompt": "[9]   [2]   [9 2]
[4]   [8]   [4 8]
[9 4]   [2 8]   [    ]", + "options": [ + "[9 4 2 8]", + "[4 2]", + "[  ]", + "[9 4]", + "[9 2 8]", + "[9 8]", + "[4]", + "[9 2]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[8]   [6]   [8 6]
[4]   [1]   [4 1]
[8 4]   [6 1]   [    ]", + "options": [ + "[4]", + "[  ]", + "[6 1]", + "[8 6]", + "[8 4 6 1]", + "[4 1]", + "[4 6 1]", + "[8 4]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[6]   [2]   [6 2]
[0]   [3]   [0 3]
[6 0]   [2 3]   [    ]", + "options": [ + "[6 2]", + "[6 0]", + "[6]", + "[2 3]", + "[6 0 3]", + "[0 2]", + "[6 0 2]", + "[6 0 2 3]" + ], + "correct": 7, + "prob_ind": 20 + }, + { + "prompt": "[8]   [5]   [8 5]
[4]   [9]   [4 9]
[8 4]   [5 9]   [    ]", + "options": [ + "[4 9]", + "[8 5]", + "[4 5 9]", + "[8]", + "[8 4 5 9]", + "[8 4]", + "[8 9]", + "[5]" + ], + "correct": 4, + "prob_ind": 21 + }, + { + "prompt": "[3]   [7]   [3 7]
[5]   [8]   [5 8]
[3 5]   [7 8]   [    ]", + "options": [ + "[3 5 8]", + "[7 8]", + "[5 8]", + "[8]", + "[5]", + "[  ]", + "[3 5 7 8]", + "[7]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[0]   [6]   [0 6]
[4]   [5]   [4 5]
[0 4]   [6 5]   [    ]", + "options": [ + "[0 4 6 5]", + "[0 4]", + "[4]", + "[4 5]", + "[0 5]", + "[0 4 6]", + "[6 5]", + "[0 4 5]" + ], + "correct": 0, + "prob_ind": 23 + }, + { + "prompt": "[0]   [7]   [0 7]
[9]   [5]   [9 5]
[0 9]   [7 5]   [    ]", + "options": [ + "[9 7 5]", + "[7 5]", + "[0 9 7]", + "[0]", + "[0 9]", + "[7]", + "[0 5]", + "[0 9 7 5]" + ], + "correct": 7, + "prob_ind": 24 + }, + { + "prompt": "[6]   [5]   [6 5]
[9]   [1]   [9 1]
[6 9]   [5 1]   [    ]", + "options": [ + "[9]", + "[6 9 1]", + "[6 9 5 1]", + "[6]", + "[1]", + "[6 1]", + "[6 5]", + "[  ]" + ], + "correct": 2, + "prob_ind": 25 + }, + { + "prompt": "[8]   [9]   [8 9]
[3]   [7]   [3 7]
[8 3]   [9 7]   [    ]", + "options": [ + "[9]", + "[8 3 9 7]", + "[3 9 7]", + "[  ]", + "[8 9 7]", + "[3 9]", + "[8 9]", + "[8 3]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[9]   [1]   [9 1]
[2]   [8]   [2 8]
[9 2]   [1 8]   [    ]", + "options": [ + "[9 2 1 8]", + "[  ]", + "[9 2]", + "[9 8]", + "[2 1 8]", + "[9]", + "[2]", + "[2 1]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[8]   [1]   [8 1]
[0]   [6]   [0 6]
[8 0]   [1 6]   [    ]", + "options": [ + "[0 6]", + "[6]", + "[8 1 6]", + "[0 1 6]", + "[8 0 1 6]", + "[1]", + "[0]", + "[8]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[3]   [2]   [3 2]
[9]   [1]   [9 1]
[3 9]   [2 1]   [    ]", + "options": [ + "[  ]", + "[9 2 1]", + "[3 2 1]", + "[3 9]", + "[3 9 2]", + "[3 9 1]", + "[3 2]", + "[3 9 2 1]" + ], + "correct": 7, + "prob_ind": 29 + }, + { + "prompt": "[3]   [4]   [3 4]
[2]   [8]   [2 8]
[3 2]   [4 8]   [    ]", + "options": [ + "[3 2 4 8]", + "[8]", + "[  ]", + "[2 4]", + "[4 8]", + "[2 4 8]", + "[3 4 8]", + "[2 8]" + ], + "correct": 0, + "prob_ind": 30 + }, + { + "prompt": "[2]   [1]   [2 1]
[6]   [8]   [6 8]
[2 6]   [1 8]   [    ]", + "options": [ + "[2 6 1]", + "[1 8]", + "[2]", + "[2 6 8]", + "[1]", + "[2 1 8]", + "[2 6 1 8]", + "[8]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[8]   [4]   [8 4]
[6]   [0]   [6 0]
[8 6]   [4 0]   [    ]", + "options": [ + "[8 6 0]", + "[4]", + "[8 6 4 0]", + "[0]", + "[8 4 0]", + "[4 0]", + "[8 0]", + "[8 6 4]" + ], + "correct": 2, + "prob_ind": 32 + }, + { + "prompt": "[2]   [5]   [2 5]
[0]   [9]   [0 9]
[2 0]   [5 9]   [    ]", + "options": [ + "[5]", + "[0]", + "[2 0]", + "[0 9]", + "[9]", + "[2]", + "[2 0 5]", + "[2 0 5 9]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[6]   [1]   [6 1]
[5]   [4]   [5 4]
[6 5]   [1 4]   [    ]", + "options": [ + "[  ]", + "[4]", + "[6 5 4]", + "[6 5 1 4]", + "[5]", + "[1]", + "[6 5]", + "[6 5 1]" + ], + "correct": 3, + "prob_ind": 34 + }, + { + "prompt": "[0]   [2]   [0 2]
[5]   [3]   [5 3]
[0 5]   [2 3]   [    ]", + "options": [ + "[0 5 3]", + "[  ]", + "[0 3]", + "[5 2]", + "[0 5]", + "[5 3]", + "[0 5 2 3]", + "[2]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[4]   [8]   [4 8]
[6]   [3]   [6 3]
[4 6]   [8 3]   [    ]", + "options": [ + "[4 6 8 3]", + "[4 6 8]", + "[4]", + "[8 3]", + "[6 8]", + "[6]", + "[6 3]", + "[  ]" + ], + "correct": 0, + "prob_ind": 36 + }, + { + "prompt": "[9]   [2]   [9 2]
[1]   [6]   [1 6]
[9 1]   [2 6]   [    ]", + "options": [ + "[9 2 6]", + "[  ]", + "[9 2]", + "[1 2]", + "[9 1 2 6]", + "[9]", + "[9 1]", + "[9 6]" + ], + "correct": 4, + "prob_ind": 37 + }, + { + "prompt": "[8]   [6]   [8 6]
[4]   [9]   [4 9]
[8 4]   [6 9]   [    ]", + "options": [ + "[4 9]", + "[8 4 9]", + "[8 4 6 9]", + "[8 4]", + "[8]", + "[4]", + "[8 6 9]", + "[4 6 9]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[1]   [9]   [1 9]
[7]   [2]   [7 2]
[1 7]   [9 2]   [    ]", + "options": [ + "[7 2]", + "[1 7 9]", + "[1 9 2]", + "[  ]", + "[1 7 9 2]", + "[1 7 2]", + "[1]", + "[7 9 2]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[9]   [2]   [9 2]
[3]   [6]   [3 6]
[9 3]   [2 6]   [    ]", + "options": [ + "[2]", + "[9 3]", + "[3 6]", + "[9]", + "[9 3 2]", + "[9 3 2 6]", + "[3 2 6]", + "[3 2]" + ], + "correct": 5, + "prob_ind": 40 + }, + { + "prompt": "[1]   [9]   [1 9]
[0]   [3]   [0 3]
[1 0]   [9 3]   [    ]", + "options": [ + "[1 0 9 3]", + "[0 9 3]", + "[1]", + "[9]", + "[0]", + "[3]", + "[1 0 9]", + "[  ]" + ], + "correct": 0, + "prob_ind": 41 + }, + { + "prompt": "[7]   [2]   [7 2]
[9]   [3]   [9 3]
[7 9]   [2 3]   [    ]", + "options": [ + "[2 3]", + "[9 2]", + "[7 9 2 3]", + "[7 9 3]", + "[7]", + "[7 2]", + "[9 2 3]", + "[7 3]" + ], + "correct": 2, + "prob_ind": 42 + }, + { + "prompt": "[8]   [4]   [8 4]
[2]   [7]   [2 7]
[8 2]   [4 7]   [    ]", + "options": [ + "[2 4 7]", + "[8 2 4 7]", + "[4]", + "[2 4]", + "[7]", + "[8 4]", + "[8 7]", + "[8]" + ], + "correct": 1, + "prob_ind": 43 + }, + { + "prompt": "[9]   [4]   [9 4]
[0]   [8]   [0 8]
[9 0]   [4 8]   [    ]", + "options": [ + "[9 0 4]", + "[9 4 8]", + "[9]", + "[9 8]", + "[0 4]", + "[9 0 4 8]", + "[8]", + "[0 8]" + ], + "correct": 5, + "prob_ind": 44 + }, + { + "prompt": "[3]   [8]   [3 8]
[5]   [9]   [5 9]
[3 5]   [8 9]   [    ]", + "options": [ + "[3 5 8 9]", + "[5]", + "[8]", + "[  ]", + "[3 8 9]", + "[3 8]", + "[3 5 8]", + "[3]" + ], + "correct": 0, + "prob_ind": 45 + }, + { + "prompt": "[7]   [1]   [7 1]
[2]   [5]   [2 5]
[7 2]   [1 5]   [    ]", + "options": [ + "[1 5]", + "[7 2 5]", + "[7 2 1 5]", + "[7 2 1]", + "[2 1 5]", + "[7 1 5]", + "[7 5]", + "[7]" + ], + "correct": 2, + "prob_ind": 46 + }, + { + "prompt": "[8]   [7]   [8 7]
[6]   [2]   [6 2]
[8 6]   [7 2]   [    ]", + "options": [ + "[7 2]", + "[8]", + "[6 7 2]", + "[8 6 7 2]", + "[8 2]", + "[8 6]", + "[8 6 2]", + "[6 2]" + ], + "correct": 3, + "prob_ind": 47 + }, + { + "prompt": "[0]   [2]   [0 2]
[4]   [6]   [4 6]
[0 4]   [2 6]   [    ]", + "options": [ + "[0 4 2 6]", + "[0 6]", + "[0 2 6]", + "[0 4 6]", + "[4]", + "[6]", + "[2]", + "[0]" + ], + "correct": 0, + "prob_ind": 48 + }, + { + "prompt": "[4]   [2]   [4 2]
[6]   [5]   [6 5]
[4 6]   [2 5]   [    ]", + "options": [ + "[6 5]", + "[5]", + "[4]", + "[4 6 2]", + "[4 6 2 5]", + "[2]", + "[4 5]", + "[6 2 5]" + ], + "correct": 4, + "prob_ind": 49 + }, + { + "prompt": "[4]   [3]   [4 3]
[9]   [0]   [9 0]
[4 9]   [3 0]   [    ]", + "options": [ + "[3]", + "[9 0]", + "[4]", + "[4 3]", + "[4 9 3 0]", + "[0]", + "[9]", + "[4 3 0]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[7]   [0]   [7 0]
[3]   [2]   [3 2]
[7 3]   [0 2]   [    ]", + "options": [ + "[7 3 0 2]", + "[3]", + "[3 2]", + "[7 3 0]", + "[7 3 2]", + "[7 2]", + "[2]", + "[  ]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[1]   [7]   [1 7]
[9]   [8]   [9 8]
[1 9]   [7 8]   [    ]", + "options": [ + "[1 9 7]", + "[9]", + "[1 7]", + "[1 9]", + "[8]", + "[9 7 8]", + "[9 8]", + "[1 9 7 8]" + ], + "correct": 7, + "prob_ind": 52 + }, + { + "prompt": "[6]   [0]   [6 0]
[9]   [5]   [9 5]
[6 9]   [0 5]   [    ]", + "options": [ + "[9]", + "[0 5]", + "[5]", + "[0]", + "[6 5]", + "[6]", + "[9 0 5]", + "[6 9 0 5]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[1]   [5]   [1 5]
[7]   [0]   [7 0]
[1 7]   [5 0]   [    ]", + "options": [ + "[7 0]", + "[5]", + "[5 0]", + "[1 7 5 0]", + "[7 5]", + "[1 7]", + "[1 7 5]", + "[1 5 0]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[7]   [5]   [7 5]
[2]   [8]   [2 8]
[7 2]   [5 8]   [    ]", + "options": [ + "[7 2 5 8]", + "[7 8]", + "[5 8]", + "[2]", + "[2 5]", + "[5]", + "[7 5]", + "[7 2]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[8]   [2]   [8 2]
[3]   [5]   [3 5]
[8 3]   [2 5]   [    ]", + "options": [ + "[3]", + "[3 2 5]", + "[8 3 2 5]", + "[8 5]", + "[2 5]", + "[3 5]", + "[3 2]", + "[  ]" + ], + "correct": 2, + "prob_ind": 56 + }, + { + "prompt": "[0]   [2]   [0 2]
[5]   [6]   [5 6]
[0 5]   [2 6]   [    ]", + "options": [ + "[0 5 2]", + "[6]", + "[5 2 6]", + "[  ]", + "[5 6]", + "[0 5 2 6]", + "[0 6]", + "[2]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[7]   [5]   [7 5]
[4]   [0]   [4 0]
[7 4]   [5 0]   [    ]", + "options": [ + "[7 0]", + "[7 4]", + "[7 4 5]", + "[4 0]", + "[7 4 0]", + "[7 4 5 0]", + "[4 5 0]", + "[4 5]" + ], + "correct": 5, + "prob_ind": 58 + }, + { + "prompt": "[7]   [5]   [7 5]
[8]   [6]   [8 6]
[7 8]   [5 6]   [    ]", + "options": [ + "[8 6]", + "[8 5 6]", + "[6]", + "[7 8 6]", + "[7 6]", + "[  ]", + "[7 8 5]", + "[7 8 5 6]" + ], + "correct": 7, + "prob_ind": 59 + }, + { + "prompt": "[2]   [5]   [2 5]
[1]   [9]   [1 9]
[2 1]   [5 9]   [    ]", + "options": [ + "[2]", + "[1 5 9]", + "[2 5 9]", + "[5 9]", + "[1 9]", + "[2 1 5 9]", + "[5]", + "[2 5]" + ], + "correct": 5, + "prob_ind": 60 + }, + { + "prompt": "[0]   [2]   [0 2]
[5]   [4]   [5 4]
[0 5]   [2 4]   [    ]", + "options": [ + "[0 2]", + "[0]", + "[0 4]", + "[0 2 4]", + "[5]", + "[0 5 2 4]", + "[0 5 2]", + "[  ]" + ], + "correct": 5, + "prob_ind": 61 + }, + { + "prompt": "[9]   [5]   [9 5]
[0]   [3]   [0 3]
[9 0]   [5 3]   [    ]", + "options": [ + "[9 0 3]", + "[3]", + "[9]", + "[9 5]", + "[9 0 5]", + "[5 3]", + "[9 5 3]", + "[9 0 5 3]" + ], + "correct": 7, + "prob_ind": 62 + }, + { + "prompt": "[6]   [5]   [6 5]
[7]   [3]   [7 3]
[6 7]   [5 3]   [    ]", + "options": [ + "[6 7 3]", + "[6 7 5]", + "[6 7]", + "[6 7 5 3]", + "[6 5]", + "[6 5 3]", + "[5]", + "[7 5 3]" + ], + "correct": 3, + "prob_ind": 63 + }, + { + "prompt": "[1]   [9]   [1 9]
[3]   [6]   [3 6]
[1 3]   [9 6]   [    ]", + "options": [ + "[1 9]", + "[6]", + "[1 3]", + "[9 6]", + "[3 9 6]", + "[1 9 6]", + "[1 3 9 6]", + "[1 6]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[8]   [7]   [8 7]
[1]   [0]   [1 0]
[8 1]   [7 0]   [    ]", + "options": [ + "[8 1 7 0]", + "[1 7]", + "[8 7 0]", + "[1 0]", + "[8 1 7]", + "[0]", + "[8 1 0]", + "[1]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[5]   [9]   [5 9]
[1]   [7]   [1 7]
[5 1]   [9 7]   [    ]", + "options": [ + "[7]", + "[9]", + "[1 9 7]", + "[5 9]", + "[1]", + "[5 1 9 7]", + "[5 9 7]", + "[5 1 9]" + ], + "correct": 5, + "prob_ind": 66 + }, + { + "prompt": "[4]   [2]   [4 2]
[9]   [0]   [9 0]
[4 9]   [2 0]   [    ]", + "options": [ + "[  ]", + "[2 0]", + "[0]", + "[9 2]", + "[9]", + "[4 0]", + "[4 9 2 0]", + "[4 9 0]" + ], + "correct": 6, + "prob_ind": 67 + }, + { + "prompt": "[5]   [8]   [5 8]
[0]   [9]   [0 9]
[5 0]   [8 9]   [    ]", + "options": [ + "[5]", + "[9]", + "[0 8 9]", + "[5 0 9]", + "[5 9]", + "[5 0 8 9]", + "[0 9]", + "[0 8]" + ], + "correct": 5, + "prob_ind": 68 + }, + { + "prompt": "[8]   [9]   [8 9]
[1]   [5]   [1 5]
[8 1]   [9 5]   [    ]", + "options": [ + "[9 5]", + "[8 1 9]", + "[8 1]", + "[8 1 9 5]", + "[1 9]", + "[5]", + "[9]", + "[1]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[7]   [6]   [7 6]
[4]   [2]   [4 2]
[7 4]   [6 2]   [    ]", + "options": [ + "[7 6]", + "[7 6 2]", + "[4 2]", + "[7 4 6]", + "[6]", + "[7]", + "[7 4 6 2]", + "[4 6]" + ], + "correct": 6, + "prob_ind": 70 + }, + { + "prompt": "[8]   [1]   [8 1]
[6]   [5]   [6 5]
[8 6]   [1 5]   [    ]", + "options": [ + "[8 1]", + "[1]", + "[8 6]", + "[8 6 1]", + "[6 1 5]", + "[6]", + "[8]", + "[8 6 1 5]" + ], + "correct": 7, + "prob_ind": 71 + }, + { + "prompt": "[4]   [8]   [4 8]
[3]   [0]   [3 0]
[4 3]   [8 0]   [    ]", + "options": [ + "[4 8 0]", + "[4 3 8 0]", + "[4 3]", + "[8]", + "[3 0]", + "[3 8]", + "[4 8]", + "[4]" + ], + "correct": 1, + "prob_ind": 72 + }, + { + "prompt": "[5]   [9]   [5 9]
[1]   [4]   [1 4]
[5 1]   [9 4]   [    ]", + "options": [ + "[4]", + "[1]", + "[5 9 4]", + "[  ]", + "[5 1]", + "[5 9]", + "[5 1 9 4]", + "[9]" + ], + "correct": 6, + "prob_ind": 73 + }, + { + "prompt": "[2]   [7]   [2 7]
[3]   [8]   [3 8]
[2 3]   [7 8]   [    ]", + "options": [ + "[2 8]", + "[2 3 7 8]", + "[3 8]", + "[3]", + "[7 8]", + "[3 7]", + "[  ]", + "[7]" + ], + "correct": 1, + "prob_ind": 74 + }, + { + "prompt": "[9]   [5]   [9 5]
[8]   [2]   [8 2]
[9 8]   [5 2]   [    ]", + "options": [ + "[2]", + "[5]", + "[9]", + "[9 8 5]", + "[8 2]", + "[9 8 2]", + "[9 5 2]", + "[9 8 5 2]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[0]   [8]   [0 8]
[7]   [9]   [7 9]
[0 7]   [8 9]   [    ]", + "options": [ + "[7 8 9]", + "[9]", + "[0 7 8 9]", + "[7 8]", + "[  ]", + "[0 7 9]", + "[0 7]", + "[0 9]" + ], + "correct": 2, + "prob_ind": 76 + }, + { + "prompt": "[8]   [3]   [8 3]
[6]   [0]   [6 0]
[8 6]   [3 0]   [    ]", + "options": [ + "[  ]", + "[8]", + "[6 0]", + "[8 0]", + "[8 3]", + "[8 6 3]", + "[6]", + "[8 6 3 0]" + ], + "correct": 7, + "prob_ind": 77 + }, + { + "prompt": "[1]   [6]   [1 6]
[3]   [7]   [3 7]
[1 3]   [6 7]   [    ]", + "options": [ + "[1 7]", + "[1 6]", + "[1 3 6 7]", + "[  ]", + "[1 3 7]", + "[3 6]", + "[6]", + "[1 3]" + ], + "correct": 2, + "prob_ind": 78 + }, + { + "prompt": "[4]   [2]   [4 2]
[9]   [5]   [9 5]
[4 9]   [2 5]   [    ]", + "options": [ + "[4]", + "[4 9 2]", + "[4 5]", + "[9]", + "[4 9 2 5]", + "[4 9 5]", + "[4 2]", + "[2 5]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[4]   [1]   [4 1]
[8]   [9]   [8 9]
[4 8]   [1 9]   [    ]", + "options": [ + "[8]", + "[4 9]", + "[8 9]", + "[  ]", + "[4 8 1 9]", + "[4 8 9]", + "[4]", + "[4 8 1]" + ], + "correct": 4, + "prob_ind": 80 + }, + { + "prompt": "[3]   [2]   [3 2]
[1]   [7]   [1 7]
[3 1]   [2 7]   [    ]", + "options": [ + "[3 2]", + "[7]", + "[3 1 2 7]", + "[1 2 7]", + "[3]", + "[2 7]", + "[2]", + "[3 1 7]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[8]   [1]   [8 1]
[0]   [5]   [0 5]
[8 0]   [1 5]   [    ]", + "options": [ + "[8 0 1]", + "[0 1]", + "[0 1 5]", + "[8 1 5]", + "[8 0 1 5]", + "[8 0 5]", + "[1 5]", + "[8]" + ], + "correct": 4, + "prob_ind": 82 + }, + { + "prompt": "[7]   [9]   [7 9]
[4]   [2]   [4 2]
[7 4]   [9 2]   [    ]", + "options": [ + "[7 4]", + "[7 4 2]", + "[4 2]", + "[4]", + "[7 4 9 2]", + "[9]", + "[9 2]", + "[7 4 9]" + ], + "correct": 4, + "prob_ind": 83 + }, + { + "prompt": "[3]   [5]   [3 5]
[8]   [1]   [8 1]
[3 8]   [5 1]   [    ]", + "options": [ + "[3 8 5 1]", + "[8 1]", + "[8 5]", + "[3 5]", + "[3]", + "[3 1]", + "[3 5 1]", + "[8 5 1]" + ], + "correct": 0, + "prob_ind": 84 + }, + { + "prompt": "[3]   [4]   [3 4]
[9]   [8]   [9 8]
[3 9]   [4 8]   [    ]", + "options": [ + "[9 4]", + "[3 9 4 8]", + "[3 9 4]", + "[3 4]", + "[9 4 8]", + "[8]", + "[9 8]", + "[3 8]" + ], + "correct": 1, + "prob_ind": 85 + }, + { + "prompt": "[2]   [0]   [2 0]
[3]   [8]   [3 8]
[2 3]   [0 8]   [    ]", + "options": [ + "[0]", + "[2 8]", + "[2 0 8]", + "[2 3 0]", + "[2 3]", + "[2 0]", + "[2 3 0 8]", + "[3 8]" + ], + "correct": 6, + "prob_ind": 86 + }, + { + "prompt": "[4]   [2]   [4 2]
[3]   [6]   [3 6]
[4 3]   [2 6]   [    ]", + "options": [ + "[6]", + "[4 6]", + "[  ]", + "[4 3 2 6]", + "[4 2 6]", + "[4 3 6]", + "[4]", + "[4 3 2]" + ], + "correct": 3, + "prob_ind": 87 + }, + { + "prompt": "[0]   [1]   [0 1]
[3]   [4]   [3 4]
[0 3]   [1 4]   [    ]", + "options": [ + "[0 1]", + "[1]", + "[0 1 4]", + "[0 3 4]", + "[0 3]", + "[3 1]", + "[0 3 1 4]", + "[1 4]" + ], + "correct": 6, + "prob_ind": 88 + }, + { + "prompt": "[3]   [7]   [3 7]
[4]   [9]   [4 9]
[3 4]   [7 9]   [    ]", + "options": [ + "[4 7]", + "[3 7]", + "[7 9]", + "[9]", + "[7]", + "[4 9]", + "[3 4 7 9]", + "[3 4 7]" + ], + "correct": 6, + "prob_ind": 89 + }, + { + "prompt": "[5]   [2]   [5 2]
[7]   [4]   [7 4]
[5 7]   [2 4]   [    ]", + "options": [ + "[4]", + "[5 7 4]", + "[7]", + "[5 7]", + "[7 2 4]", + "[5 7 2 4]", + "[5 4]", + "[5 2 4]" + ], + "correct": 5, + "prob_ind": 90 + }, + { + "prompt": "[1]   [0]   [1 0]
[9]   [4]   [9 4]
[1 9]   [0 4]   [    ]", + "options": [ + "[9]", + "[1 9]", + "[1 9 0 4]", + "[9 4]", + "[1]", + "[4]", + "[  ]", + "[9 0 4]" + ], + "correct": 2, + "prob_ind": 91 + }, + { + "prompt": "[3]   [1]   [3 1]
[5]   [0]   [5 0]
[3 5]   [1 0]   [    ]", + "options": [ + "[3 1]", + "[5 0]", + "[5 1 0]", + "[0]", + "[3 5]", + "[1 0]", + "[3 1 0]", + "[3 5 1 0]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[8]   [1]   [8 1]
[4]   [7]   [4 7]
[8 4]   [1 7]   [    ]", + "options": [ + "[  ]", + "[8 7]", + "[4]", + "[8 4 1]", + "[1]", + "[4 1]", + "[1 7]", + "[8 4 1 7]" + ], + "correct": 7, + "prob_ind": 93 + }, + { + "prompt": "[8]   [9]   [8 9]
[5]   [7]   [5 7]
[8 5]   [9 7]   [    ]", + "options": [ + "[5 9]", + "[9]", + "[8 5]", + "[8 9]", + "[8 5 9 7]", + "[8]", + "[8 5 9]", + "[  ]" + ], + "correct": 4, + "prob_ind": 94 + }, + { + "prompt": "[4]   [5]   [4 5]
[9]   [0]   [9 0]
[4 9]   [5 0]   [    ]", + "options": [ + "[9 0]", + "[5]", + "[9 5 0]", + "[5 0]", + "[9 5]", + "[4 5]", + "[0]", + "[4 9 5 0]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[6]   [2]   [6 2]
[0]   [8]   [0 8]
[6 0]   [2 8]   [    ]", + "options": [ + "[  ]", + "[6 0 2 8]", + "[6 8]", + "[6 2 8]", + "[2 8]", + "[0 2]", + "[0 8]", + "[6 0 2]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[1]   [3]   [1 3]
[0]   [2]   [0 2]
[1 0]   [3 2]   [    ]", + "options": [ + "[  ]", + "[0 3]", + "[0]", + "[1 3 2]", + "[1]", + "[1 0]", + "[1 0 3 2]", + "[2]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[8]   [2]   [8 2]
[9]   [3]   [9 3]
[8 9]   [2 3]   [    ]", + "options": [ + "[8 9]", + "[9]", + "[8 9 2 3]", + "[9 2 3]", + "[9 2]", + "[3]", + "[9 3]", + "[  ]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[3]   [5]   [3 5]
[4]   [2]   [4 2]
[3 4]   [5 2]   [    ]", + "options": [ + "[3 5 2]", + "[3 4 5]", + "[5 2]", + "[3 4 5 2]", + "[2]", + "[3 2]", + "[3]", + "[5]" + ], + "correct": 3, + "prob_ind": 99 + } + ], + "c1_set_union": [ + { + "prompt": "[7 6 4 1]   [7 6]   [4 1]
[6 1]   [6]   [1]
[7 4]   [7]   [  ]", + "options": [ + "[7 6]", + "[6 4 1]", + "[1]", + "[4]", + "[6 4]", + "[7 4]", + "[7 1]", + "[7 6 4 1]" + ], + "correct": 3, + "prob_ind": 0 + }, + { + "prompt": "[1 7 4 8]   [1 7]   [4 8]
[7 8]   [7]   [8]
[1 4]   [1]   [  ]", + "options": [ + "[7 4 8]", + "[7 8]", + "[4]", + "[4 8]", + "[  ]", + "[1 7 8]", + "[7]", + "[1 4 8]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[4 5 1 2]   [4 5]   [1 2]
[5 2]   [5]   [2]
[4 1]   [4]   [  ]", + "options": [ + "[5 2]", + "[4 5]", + "[5]", + "[1]", + "[5 1 2]", + "[4]", + "[4 5 1]", + "[4 5 2]" + ], + "correct": 3, + "prob_ind": 2 + }, + { + "prompt": "[7 5 9 0]   [7 5]   [9 0]
[5 0]   [5]   [0]
[7 9]   [7]   [  ]", + "options": [ + "[9]", + "[7 5 9]", + "[7 5 0]", + "[5 9 0]", + "[7 9]", + "[5 0]", + "[5 9]", + "[7 5 9 0]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[0 5 7 8]   [0 5]   [7 8]
[5 8]   [5]   [8]
[0 7]   [0]   [  ]", + "options": [ + "[  ]", + "[0 5 7 8]", + "[0 7]", + "[5]", + "[8]", + "[7]", + "[0 8]", + "[5 8]" + ], + "correct": 5, + "prob_ind": 4 + }, + { + "prompt": "[9 1 6 7]   [9 1]   [6 7]
[1 7]   [1]   [7]
[9 6]   [9]   [  ]", + "options": [ + "[9]", + "[1]", + "[6]", + "[1 6]", + "[9 6 7]", + "[6 7]", + "[7]", + "[1 7]" + ], + "correct": 2, + "prob_ind": 5 + }, + { + "prompt": "[6 8 5 4]   [6 8]   [5 4]
[8 4]   [8]   [4]
[6 5]   [6]   [  ]", + "options": [ + "[8 4]", + "[8 5]", + "[5 4]", + "[8 5 4]", + "[  ]", + "[8]", + "[6 5 4]", + "[5]" + ], + "correct": 7, + "prob_ind": 6 + }, + { + "prompt": "[8 4 0 2]   [8 4]   [0 2]
[4 2]   [4]   [2]
[8 0]   [8]   [  ]", + "options": [ + "[0]", + "[0 2]", + "[8 4 2]", + "[8 4]", + "[8 2]", + "[8 4 0 2]", + "[4 0 2]", + "[8 4 0]" + ], + "correct": 0, + "prob_ind": 7 + }, + { + "prompt": "[1 6 9 0]   [1 6]   [9 0]
[6 0]   [6]   [0]
[1 9]   [1]   [  ]", + "options": [ + "[1 6 0]", + "[6 0]", + "[9 0]", + "[  ]", + "[1 6 9]", + "[9]", + "[6 9]", + "[1]" + ], + "correct": 5, + "prob_ind": 8 + }, + { + "prompt": "[5 4 9 2]   [5 4]   [9 2]
[4 2]   [4]   [2]
[5 9]   [5]   [  ]", + "options": [ + "[4 2]", + "[4]", + "[5 4 2]", + "[5 9]", + "[5 9 2]", + "[5 4 9]", + "[9]", + "[4 9 2]" + ], + "correct": 6, + "prob_ind": 9 + }, + { + "prompt": "[0 4 8 3]   [0 4]   [8 3]
[4 3]   [4]   [3]
[0 8]   [0]   [  ]", + "options": [ + "[0 4 8]", + "[0 4 3]", + "[3]", + "[4 3]", + "[8]", + "[4]", + "[0 8]", + "[0 8 3]" + ], + "correct": 4, + "prob_ind": 10 + }, + { + "prompt": "[1 8 2 5]   [1 8]   [2 5]
[8 5]   [8]   [5]
[1 2]   [1]   [  ]", + "options": [ + "[1 5]", + "[1 8 5]", + "[2]", + "[8 5]", + "[8 2 5]", + "[1 8 2]", + "[1 8 2 5]", + "[1 2 5]" + ], + "correct": 2, + "prob_ind": 11 + }, + { + "prompt": "[5 6 4 0]   [5 6]   [4 0]
[6 0]   [6]   [0]
[5 4]   [5]   [  ]", + "options": [ + "[5 0]", + "[5 6 4]", + "[  ]", + "[5 6 4 0]", + "[5 6]", + "[6 4 0]", + "[4]", + "[6]" + ], + "correct": 6, + "prob_ind": 12 + }, + { + "prompt": "[8 7 5 1]   [8 7]   [5 1]
[7 1]   [7]   [1]
[8 5]   [8]   [  ]", + "options": [ + "[8 5 1]", + "[8 7 5]", + "[7 5 1]", + "[8 7]", + "[5]", + "[8]", + "[7 1]", + "[  ]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[7 5 2 6]   [7 5]   [2 6]
[5 6]   [5]   [6]
[7 2]   [7]   [  ]", + "options": [ + "[  ]", + "[7]", + "[7 5]", + "[2]", + "[2 6]", + "[7 5 6]", + "[7 5 2]", + "[7 2]" + ], + "correct": 3, + "prob_ind": 14 + }, + { + "prompt": "[7 4 5 1]   [7 4]   [5 1]
[4 1]   [4]   [1]
[7 5]   [7]   [  ]", + "options": [ + "[7 5]", + "[  ]", + "[7 4 5 1]", + "[4]", + "[5]", + "[5 1]", + "[4 5 1]", + "[1]" + ], + "correct": 4, + "prob_ind": 15 + }, + { + "prompt": "[0 9 8 6]   [0 9]   [8 6]
[9 6]   [9]   [6]
[0 8]   [0]   [  ]", + "options": [ + "[  ]", + "[0 8]", + "[8 6]", + "[8]", + "[9 8]", + "[0 8 6]", + "[0 9 8 6]", + "[9]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[1 5 7 0]   [1 5]   [7 0]
[5 0]   [5]   [0]
[1 7]   [1]   [  ]", + "options": [ + "[1 7]", + "[0]", + "[5]", + "[7 0]", + "[  ]", + "[5 7 0]", + "[7]", + "[1 5 7]" + ], + "correct": 6, + "prob_ind": 17 + }, + { + "prompt": "[5 4 8 0]   [5 4]   [8 0]
[4 0]   [4]   [0]
[5 8]   [5]   [  ]", + "options": [ + "[4 8 0]", + "[5 4 8 0]", + "[8]", + "[5]", + "[8 0]", + "[5 8 0]", + "[5 4 8]", + "[4 0]" + ], + "correct": 2, + "prob_ind": 18 + }, + { + "prompt": "[0 6 4 8]   [0 6]   [4 8]
[6 8]   [6]   [8]
[0 4]   [0]   [  ]", + "options": [ + "[6]", + "[0 4 8]", + "[6 4]", + "[0 8]", + "[4]", + "[0 4]", + "[  ]", + "[4 8]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[5 1 8 4]   [5 1]   [8 4]
[1 4]   [1]   [4]
[5 8]   [5]   [  ]", + "options": [ + "[5 1]", + "[1 8]", + "[4]", + "[1]", + "[8]", + "[5 8 4]", + "[5 1 8]", + "[8 4]" + ], + "correct": 4, + "prob_ind": 20 + }, + { + "prompt": "[2 3 6 4]   [2 3]   [6 4]
[3 4]   [3]   [4]
[2 6]   [2]   [  ]", + "options": [ + "[6]", + "[2 4]", + "[2 3]", + "[3 4]", + "[4]", + "[2 3 6 4]", + "[2 6]", + "[2 3 6]" + ], + "correct": 0, + "prob_ind": 21 + }, + { + "prompt": "[2 8 6 4]   [2 8]   [6 4]
[8 4]   [8]   [4]
[2 6]   [2]   [  ]", + "options": [ + "[6]", + "[2]", + "[8 4]", + "[8 6 4]", + "[2 8]", + "[6 4]", + "[4]", + "[2 8 6]" + ], + "correct": 0, + "prob_ind": 22 + }, + { + "prompt": "[1 4 8 0]   [1 4]   [8 0]
[4 0]   [4]   [0]
[1 8]   [1]   [  ]", + "options": [ + "[1 4 8]", + "[8]", + "[1 0]", + "[4 0]", + "[1 4]", + "[1 8]", + "[1]", + "[4 8 0]" + ], + "correct": 1, + "prob_ind": 23 + }, + { + "prompt": "[7 9 1 4]   [7 9]   [1 4]
[9 4]   [9]   [4]
[7 1]   [7]   [  ]", + "options": [ + "[7 4]", + "[7]", + "[7 9]", + "[7 9 1 4]", + "[1]", + "[4]", + "[9 1 4]", + "[7 1 4]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[2 5 6 0]   [2 5]   [6 0]
[5 0]   [5]   [0]
[2 6]   [2]   [  ]", + "options": [ + "[6]", + "[5 6 0]", + "[  ]", + "[2]", + "[2 6 0]", + "[2 5 6]", + "[2 5]", + "[2 5 6 0]" + ], + "correct": 0, + "prob_ind": 25 + }, + { + "prompt": "[2 8 5 6]   [2 8]   [5 6]
[8 6]   [8]   [6]
[2 5]   [2]   [  ]", + "options": [ + "[  ]", + "[8 6]", + "[5]", + "[2 8]", + "[2 5 6]", + "[2 6]", + "[2 8 5 6]", + "[2 5]" + ], + "correct": 2, + "prob_ind": 26 + }, + { + "prompt": "[8 1 7 0]   [8 1]   [7 0]
[1 0]   [1]   [0]
[8 7]   [8]   [  ]", + "options": [ + "[7]", + "[8 0]", + "[7 0]", + "[0]", + "[  ]", + "[8 1 7 0]", + "[8 7 0]", + "[1 0]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[5 3 9 2]   [5 3]   [9 2]
[3 2]   [3]   [2]
[5 9]   [5]   [  ]", + "options": [ + "[5 9 2]", + "[9 2]", + "[3 9 2]", + "[3]", + "[5 2]", + "[  ]", + "[9]", + "[5 9]" + ], + "correct": 6, + "prob_ind": 28 + }, + { + "prompt": "[8 1 9 3]   [8 1]   [9 3]
[1 3]   [1]   [3]
[8 9]   [8]   [  ]", + "options": [ + "[1 3]", + "[8]", + "[1 9]", + "[  ]", + "[9 3]", + "[8 1 9]", + "[8 9 3]", + "[9]" + ], + "correct": 7, + "prob_ind": 29 + }, + { + "prompt": "[2 9 1 8]   [2 9]   [1 8]
[9 8]   [9]   [8]
[2 1]   [2]   [  ]", + "options": [ + "[  ]", + "[1 8]", + "[9 1]", + "[2 1]", + "[1]", + "[2]", + "[2 8]", + "[8]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[9 6 3 7]   [9 6]   [3 7]
[6 7]   [6]   [7]
[9 3]   [9]   [  ]", + "options": [ + "[  ]", + "[6 3 7]", + "[9]", + "[9 6 3]", + "[9 3 7]", + "[9 6 7]", + "[3]", + "[6]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[0 9 1 4]   [0 9]   [1 4]
[9 4]   [9]   [4]
[0 1]   [0]   [  ]", + "options": [ + "[1]", + "[0 1 4]", + "[0 9]", + "[4]", + "[  ]", + "[0 1]", + "[0 9 1 4]", + "[9 1]" + ], + "correct": 0, + "prob_ind": 32 + }, + { + "prompt": "[8 1 4 3]   [8 1]   [4 3]
[1 3]   [1]   [3]
[8 4]   [8]   [  ]", + "options": [ + "[8 4]", + "[8 1 4]", + "[8]", + "[3]", + "[4]", + "[4 3]", + "[8 3]", + "[1 3]" + ], + "correct": 4, + "prob_ind": 33 + }, + { + "prompt": "[7 4 3 6]   [7 4]   [3 6]
[4 6]   [4]   [6]
[7 3]   [7]   [  ]", + "options": [ + "[7 3]", + "[4 6]", + "[7 4]", + "[6]", + "[7 4 3 6]", + "[7 4 3]", + "[7 6]", + "[3]" + ], + "correct": 7, + "prob_ind": 34 + }, + { + "prompt": "[5 2 1 7]   [5 2]   [1 7]
[2 7]   [2]   [7]
[5 1]   [5]   [  ]", + "options": [ + "[5 2 1]", + "[5 1]", + "[2 7]", + "[5]", + "[7]", + "[5 2 1 7]", + "[  ]", + "[1]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[3 5 6 8]   [3 5]   [6 8]
[5 8]   [5]   [8]
[3 6]   [3]   [  ]", + "options": [ + "[3 5 6]", + "[6]", + "[3]", + "[5]", + "[3 5 6 8]", + "[6 8]", + "[3 5 8]", + "[5 6]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[7 1 4 0]   [7 1]   [4 0]
[1 0]   [1]   [0]
[7 4]   [7]   [  ]", + "options": [ + "[7]", + "[  ]", + "[0]", + "[4]", + "[1 4]", + "[7 0]", + "[4 0]", + "[7 1 4 0]" + ], + "correct": 3, + "prob_ind": 37 + }, + { + "prompt": "[2 4 9 6]   [2 4]   [9 6]
[4 6]   [4]   [6]
[2 9]   [2]   [  ]", + "options": [ + "[9]", + "[4]", + "[9 6]", + "[2 9 6]", + "[  ]", + "[4 9 6]", + "[2 4 9 6]", + "[2 4]" + ], + "correct": 0, + "prob_ind": 38 + }, + { + "prompt": "[5 9 4 8]   [5 9]   [4 8]
[9 8]   [9]   [8]
[5 4]   [5]   [  ]", + "options": [ + "[4 8]", + "[9 4 8]", + "[9]", + "[4]", + "[9 4]", + "[5 9 4 8]", + "[5 9 4]", + "[5 4]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[0 4 7 5]   [0 4]   [7 5]
[4 5]   [4]   [5]
[0 7]   [0]   [  ]", + "options": [ + "[7]", + "[0]", + "[4 7 5]", + "[5]", + "[  ]", + "[4 7]", + "[0 7]", + "[0 4 5]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[6 4 8 3]   [6 4]   [8 3]
[4 3]   [4]   [3]
[6 8]   [6]   [  ]", + "options": [ + "[6 4 8 3]", + "[4 8]", + "[6 8]", + "[8]", + "[6 8 3]", + "[4 8 3]", + "[4 3]", + "[  ]" + ], + "correct": 3, + "prob_ind": 41 + }, + { + "prompt": "[5 6 1 2]   [5 6]   [1 2]
[6 2]   [6]   [2]
[5 1]   [5]   [  ]", + "options": [ + "[5]", + "[5 6 1]", + "[5 1 2]", + "[2]", + "[6]", + "[6 2]", + "[5 2]", + "[1]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[0 4 9 6]   [0 4]   [9 6]
[4 6]   [4]   [6]
[0 9]   [0]   [  ]", + "options": [ + "[0 4 6]", + "[0 4]", + "[4]", + "[0 4 9 6]", + "[0 4 9]", + "[9]", + "[6]", + "[4 9 6]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[8 9 3 2]   [8 9]   [3 2]
[9 2]   [9]   [2]
[8 3]   [8]   [  ]", + "options": [ + "[8 3 2]", + "[9 2]", + "[3]", + "[8 9]", + "[8 9 3 2]", + "[8 3]", + "[9 3 2]", + "[8 9 2]" + ], + "correct": 2, + "prob_ind": 44 + }, + { + "prompt": "[0 3 9 4]   [0 3]   [9 4]
[3 4]   [3]   [4]
[0 9]   [0]   [  ]", + "options": [ + "[4]", + "[0 3 9 4]", + "[0 4]", + "[0 9]", + "[0 3 4]", + "[9]", + "[3 9]", + "[0 9 4]" + ], + "correct": 5, + "prob_ind": 45 + }, + { + "prompt": "[7 5 2 3]   [7 5]   [2 3]
[5 3]   [5]   [3]
[7 2]   [7]   [  ]", + "options": [ + "[7 5 3]", + "[5]", + "[5 2]", + "[2]", + "[5 3]", + "[3]", + "[5 2 3]", + "[7 2 3]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[0 9 7 1]   [0 9]   [7 1]
[9 1]   [9]   [1]
[0 7]   [0]   [  ]", + "options": [ + "[9 7 1]", + "[0 9]", + "[7 1]", + "[9]", + "[7]", + "[9 7]", + "[0 1]", + "[1]" + ], + "correct": 4, + "prob_ind": 47 + }, + { + "prompt": "[3 9 6 2]   [3 9]   [6 2]
[9 2]   [9]   [2]
[3 6]   [3]   [  ]", + "options": [ + "[9]", + "[3]", + "[6]", + "[3 9]", + "[9 6 2]", + "[3 9 2]", + "[3 9 6 2]", + "[3 6]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[4 3 7 0]   [4 3]   [7 0]
[3 0]   [3]   [0]
[4 7]   [4]   [  ]", + "options": [ + "[3 7]", + "[  ]", + "[7 0]", + "[4 3 0]", + "[4 3 7 0]", + "[4]", + "[7]", + "[4 3 7]" + ], + "correct": 6, + "prob_ind": 49 + }, + { + "prompt": "[7 2 9 8]   [7 2]   [9 8]
[2 8]   [2]   [8]
[7 9]   [7]   [  ]", + "options": [ + "[7 2]", + "[7 2 8]", + "[7 9 8]", + "[2 9 8]", + "[7 2 9 8]", + "[2 8]", + "[9]", + "[9 8]" + ], + "correct": 6, + "prob_ind": 50 + }, + { + "prompt": "[2 8 3 4]   [2 8]   [3 4]
[8 4]   [8]   [4]
[2 3]   [2]   [  ]", + "options": [ + "[2 8 3]", + "[2]", + "[3]", + "[2 8]", + "[2 3 4]", + "[2 8 3 4]", + "[3 4]", + "[2 4]" + ], + "correct": 2, + "prob_ind": 51 + }, + { + "prompt": "[8 4 3 5]   [8 4]   [3 5]
[4 5]   [4]   [5]
[8 3]   [8]   [  ]", + "options": [ + "[  ]", + "[4 3 5]", + "[8 4 3 5]", + "[4]", + "[3 5]", + "[8 5]", + "[3]", + "[4 3]" + ], + "correct": 6, + "prob_ind": 52 + }, + { + "prompt": "[6 7 9 2]   [6 7]   [9 2]
[7 2]   [7]   [2]
[6 9]   [6]   [  ]", + "options": [ + "[6 7 9 2]", + "[6 2]", + "[9]", + "[7]", + "[6 7 9]", + "[  ]", + "[6 7 2]", + "[2]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[9 7 5 3]   [9 7]   [5 3]
[7 3]   [7]   [3]
[9 5]   [9]   [  ]", + "options": [ + "[7 5 3]", + "[7 3]", + "[9 5]", + "[5 3]", + "[7]", + "[9 5 3]", + "[7 5]", + "[5]" + ], + "correct": 7, + "prob_ind": 54 + }, + { + "prompt": "[0 6 1 5]   [0 6]   [1 5]
[6 5]   [6]   [5]
[0 1]   [0]   [  ]", + "options": [ + "[6]", + "[0 5]", + "[6 1]", + "[1 5]", + "[5]", + "[0 1 5]", + "[0 6]", + "[1]" + ], + "correct": 7, + "prob_ind": 55 + }, + { + "prompt": "[0 6 2 7]   [0 6]   [2 7]
[6 7]   [6]   [7]
[0 2]   [0]   [  ]", + "options": [ + "[6 7]", + "[2]", + "[2 7]", + "[0 6]", + "[0 6 7]", + "[6]", + "[6 2]", + "[6 2 7]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[1 3 5 4]   [1 3]   [5 4]
[3 4]   [3]   [4]
[1 5]   [1]   [  ]", + "options": [ + "[1 3 5 4]", + "[1 5 4]", + "[3 5]", + "[3 5 4]", + "[1]", + "[5]", + "[4]", + "[1 3 5]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[7 9 4 6]   [7 9]   [4 6]
[9 6]   [9]   [6]
[7 4]   [7]   [  ]", + "options": [ + "[4 6]", + "[9]", + "[7 4 6]", + "[4]", + "[7 9]", + "[  ]", + "[7]", + "[7 9 4]" + ], + "correct": 3, + "prob_ind": 58 + }, + { + "prompt": "[5 6 1 4]   [5 6]   [1 4]
[6 4]   [6]   [4]
[5 1]   [5]   [  ]", + "options": [ + "[5 4]", + "[1 4]", + "[1]", + "[5 1 4]", + "[5 6]", + "[6]", + "[5]", + "[5 6 4]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[2 1 7 6]   [2 1]   [7 6]
[1 6]   [1]   [6]
[2 7]   [2]   [  ]", + "options": [ + "[2 7 6]", + "[2]", + "[7]", + "[6]", + "[2 1]", + "[2 1 7]", + "[2 6]", + "[1 6]" + ], + "correct": 2, + "prob_ind": 60 + }, + { + "prompt": "[5 7 3 6]   [5 7]   [3 6]
[7 6]   [7]   [6]
[5 3]   [5]   [  ]", + "options": [ + "[5 7 6]", + "[  ]", + "[5 7]", + "[5 7 3 6]", + "[7 3]", + "[3]", + "[5 3]", + "[5]" + ], + "correct": 5, + "prob_ind": 61 + }, + { + "prompt": "[6 7 3 0]   [6 7]   [3 0]
[7 0]   [7]   [0]
[6 3]   [6]   [  ]", + "options": [ + "[6 3]", + "[  ]", + "[6 7 3 0]", + "[3]", + "[6]", + "[6 0]", + "[6 7 0]", + "[7]" + ], + "correct": 3, + "prob_ind": 62 + }, + { + "prompt": "[5 4 8 2]   [5 4]   [8 2]
[4 2]   [4]   [2]
[5 8]   [5]   [  ]", + "options": [ + "[5 4]", + "[5 8]", + "[5]", + "[4 8 2]", + "[5 8 2]", + "[5 4 8 2]", + "[2]", + "[8]" + ], + "correct": 7, + "prob_ind": 63 + }, + { + "prompt": "[0 3 1 7]   [0 3]   [1 7]
[3 7]   [3]   [7]
[0 1]   [0]   [  ]", + "options": [ + "[3 1 7]", + "[1]", + "[0 3 7]", + "[0 3 1 7]", + "[3]", + "[0 3 1]", + "[1 7]", + "[3 7]" + ], + "correct": 1, + "prob_ind": 64 + }, + { + "prompt": "[9 5 7 2]   [9 5]   [7 2]
[5 2]   [5]   [2]
[9 7]   [9]   [  ]", + "options": [ + "[5]", + "[9 2]", + "[5 2]", + "[9 7]", + "[7]", + "[9 5]", + "[  ]", + "[9]" + ], + "correct": 4, + "prob_ind": 65 + }, + { + "prompt": "[1 7 9 2]   [1 7]   [9 2]
[7 2]   [7]   [2]
[1 9]   [1]   [  ]", + "options": [ + "[1 9 2]", + "[1 7 9]", + "[7 9]", + "[1 7 9 2]", + "[9]", + "[  ]", + "[1 9]", + "[7]" + ], + "correct": 4, + "prob_ind": 66 + }, + { + "prompt": "[2 7 6 3]   [2 7]   [6 3]
[7 3]   [7]   [3]
[2 6]   [2]   [  ]", + "options": [ + "[6]", + "[7 6]", + "[7 3]", + "[2 7 6 3]", + "[2]", + "[2 7 6]", + "[  ]", + "[7 6 3]" + ], + "correct": 0, + "prob_ind": 67 + }, + { + "prompt": "[7 3 4 1]   [7 3]   [4 1]
[3 1]   [3]   [1]
[7 4]   [7]   [  ]", + "options": [ + "[3]", + "[1]", + "[4]", + "[7 3 1]", + "[3 4]", + "[4 1]", + "[7 3 4]", + "[7 3 4 1]" + ], + "correct": 2, + "prob_ind": 68 + }, + { + "prompt": "[0 9 4 5]   [0 9]   [4 5]
[9 5]   [9]   [5]
[0 4]   [0]   [  ]", + "options": [ + "[4 5]", + "[9 4 5]", + "[  ]", + "[9 4]", + "[9 5]", + "[4]", + "[0 5]", + "[5]" + ], + "correct": 5, + "prob_ind": 69 + }, + { + "prompt": "[2 7 0 1]   [2 7]   [0 1]
[7 1]   [7]   [1]
[2 0]   [2]   [  ]", + "options": [ + "[0 1]", + "[2 7 0]", + "[2 0 1]", + "[7]", + "[0]", + "[2 0]", + "[7 0 1]", + "[7 0]" + ], + "correct": 4, + "prob_ind": 70 + }, + { + "prompt": "[1 4 2 8]   [1 4]   [2 8]
[4 8]   [4]   [8]
[1 2]   [1]   [  ]", + "options": [ + "[8]", + "[  ]", + "[2]", + "[1 4 2 8]", + "[2 8]", + "[4 2]", + "[1 2]", + "[1 4 8]" + ], + "correct": 2, + "prob_ind": 71 + }, + { + "prompt": "[0 2 5 7]   [0 2]   [5 7]
[2 7]   [2]   [7]
[0 5]   [0]   [  ]", + "options": [ + "[0 5 7]", + "[0 2 5]", + "[2 7]", + "[0 2 5 7]", + "[2 5]", + "[5]", + "[0 2]", + "[2 5 7]" + ], + "correct": 5, + "prob_ind": 72 + }, + { + "prompt": "[6 4 2 1]   [6 4]   [2 1]
[4 1]   [4]   [1]
[6 2]   [6]   [  ]", + "options": [ + "[2]", + "[6 4 2 1]", + "[6 4 1]", + "[1]", + "[6 1]", + "[4 1]", + "[2 1]", + "[6 2 1]" + ], + "correct": 0, + "prob_ind": 73 + }, + { + "prompt": "[7 1 6 3]   [7 1]   [6 3]
[1 3]   [1]   [3]
[7 6]   [7]   [  ]", + "options": [ + "[6]", + "[7 3]", + "[7 6]", + "[1]", + "[6 3]", + "[1 6 3]", + "[7 1]", + "[3]" + ], + "correct": 0, + "prob_ind": 74 + }, + { + "prompt": "[0 6 7 5]   [0 6]   [7 5]
[6 5]   [6]   [5]
[0 7]   [0]   [  ]", + "options": [ + "[0 6 7 5]", + "[7 5]", + "[6 7 5]", + "[0 7]", + "[7]", + "[  ]", + "[0 6]", + "[6 7]" + ], + "correct": 4, + "prob_ind": 75 + }, + { + "prompt": "[9 1 5 7]   [9 1]   [5 7]
[1 7]   [1]   [7]
[9 5]   [9]   [  ]", + "options": [ + "[1 5 7]", + "[9 7]", + "[9 5]", + "[7]", + "[9 1 7]", + "[5]", + "[9 1]", + "[9 1 5 7]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[0 4 3 5]   [0 4]   [3 5]
[4 5]   [4]   [5]
[0 3]   [0]   [  ]", + "options": [ + "[  ]", + "[0 3 5]", + "[3]", + "[0 4 3]", + "[5]", + "[0 4]", + "[0 4 3 5]", + "[0 4 5]" + ], + "correct": 2, + "prob_ind": 77 + }, + { + "prompt": "[0 6 2 1]   [0 6]   [2 1]
[6 1]   [6]   [1]
[0 2]   [0]   [  ]", + "options": [ + "[  ]", + "[1]", + "[0 1]", + "[0 2 1]", + "[0 6]", + "[0]", + "[6]", + "[2]" + ], + "correct": 7, + "prob_ind": 78 + }, + { + "prompt": "[8 3 9 6]   [8 3]   [9 6]
[3 6]   [3]   [6]
[8 9]   [8]   [  ]", + "options": [ + "[9]", + "[8 9]", + "[3 9 6]", + "[8 3 9]", + "[3 6]", + "[8 6]", + "[8 3]", + "[8 3 9 6]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[2 1 3 5]   [2 1]   [3 5]
[1 5]   [1]   [5]
[2 3]   [2]   [  ]", + "options": [ + "[2 1 5]", + "[2 5]", + "[1 3 5]", + "[2 1]", + "[1]", + "[2 3]", + "[3]", + "[2 1 3]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[4 0 1 3]   [4 0]   [1 3]
[0 3]   [0]   [3]
[4 1]   [4]   [  ]", + "options": [ + "[  ]", + "[1]", + "[4 0 1]", + "[0 3]", + "[1 3]", + "[0]", + "[4 0 3]", + "[4 0]" + ], + "correct": 1, + "prob_ind": 81 + }, + { + "prompt": "[2 9 4 0]   [2 9]   [4 0]
[9 0]   [9]   [0]
[2 4]   [2]   [  ]", + "options": [ + "[9]", + "[4]", + "[2 4 0]", + "[2 0]", + "[2]", + "[2 9 0]", + "[4 0]", + "[2 9 4]" + ], + "correct": 1, + "prob_ind": 82 + }, + { + "prompt": "[5 0 2 4]   [5 0]   [2 4]
[0 4]   [0]   [4]
[5 2]   [5]   [  ]", + "options": [ + "[5 0 4]", + "[5 0 2]", + "[5 4]", + "[2]", + "[2 4]", + "[5 0]", + "[5 2]", + "[5 0 2 4]" + ], + "correct": 3, + "prob_ind": 83 + }, + { + "prompt": "[1 8 6 5]   [1 8]   [6 5]
[8 5]   [8]   [5]
[1 6]   [1]   [  ]", + "options": [ + "[8 5]", + "[1 8 6]", + "[8]", + "[1 6]", + "[5]", + "[6]", + "[1 8 6 5]", + "[8 6 5]" + ], + "correct": 5, + "prob_ind": 84 + }, + { + "prompt": "[4 2 0 3]   [4 2]   [0 3]
[2 3]   [2]   [3]
[4 0]   [4]   [  ]", + "options": [ + "[4]", + "[2]", + "[0]", + "[4 0 3]", + "[4 3]", + "[4 0]", + "[4 2 3]", + "[  ]" + ], + "correct": 2, + "prob_ind": 85 + }, + { + "prompt": "[5 7 2 4]   [5 7]   [2 4]
[7 4]   [7]   [4]
[5 2]   [5]   [  ]", + "options": [ + "[2]", + "[5 7]", + "[5]", + "[  ]", + "[4]", + "[7 2]", + "[2 4]", + "[5 7 2 4]" + ], + "correct": 0, + "prob_ind": 86 + }, + { + "prompt": "[5 7 9 8]   [5 7]   [9 8]
[7 8]   [7]   [8]
[5 9]   [5]   [  ]", + "options": [ + "[5 7 8]", + "[5 8]", + "[5 7]", + "[8]", + "[  ]", + "[9]", + "[7 9]", + "[7 8]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[7 5 2 8]   [7 5]   [2 8]
[5 8]   [5]   [8]
[7 2]   [7]   [  ]", + "options": [ + "[5]", + "[7 2 8]", + "[  ]", + "[7 2]", + "[7 8]", + "[2]", + "[5 8]", + "[7 5 2 8]" + ], + "correct": 5, + "prob_ind": 88 + }, + { + "prompt": "[6 7 2 8]   [6 7]   [2 8]
[7 8]   [7]   [8]
[6 2]   [6]   [  ]", + "options": [ + "[6]", + "[6 7 8]", + "[2 8]", + "[7 8]", + "[6 2 8]", + "[6 7]", + "[6 7 2 8]", + "[2]" + ], + "correct": 7, + "prob_ind": 89 + }, + { + "prompt": "[5 6 1 7]   [5 6]   [1 7]
[6 7]   [6]   [7]
[5 1]   [5]   [  ]", + "options": [ + "[5 7]", + "[1]", + "[5 6]", + "[5]", + "[7]", + "[5 6 1]", + "[5 1 7]", + "[5 6 7]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[4 2 7 1]   [4 2]   [7 1]
[2 1]   [2]   [1]
[4 7]   [4]   [  ]", + "options": [ + "[4 7 1]", + "[4 1]", + "[2 7 1]", + "[4]", + "[1]", + "[2 1]", + "[7]", + "[4 2 1]" + ], + "correct": 6, + "prob_ind": 91 + }, + { + "prompt": "[8 6 7 4]   [8 6]   [7 4]
[6 4]   [6]   [4]
[8 7]   [8]   [  ]", + "options": [ + "[8 4]", + "[7 4]", + "[4]", + "[8 6]", + "[6]", + "[8 6 7 4]", + "[7]", + "[8 7 4]" + ], + "correct": 6, + "prob_ind": 92 + }, + { + "prompt": "[6 9 3 0]   [6 9]   [3 0]
[9 0]   [9]   [0]
[6 3]   [6]   [  ]", + "options": [ + "[9 0]", + "[9 3 0]", + "[6 0]", + "[3]", + "[9 3]", + "[6 3 0]", + "[  ]", + "[6 3]" + ], + "correct": 3, + "prob_ind": 93 + }, + { + "prompt": "[8 9 6 7]   [8 9]   [6 7]
[9 7]   [9]   [7]
[8 6]   [8]   [  ]", + "options": [ + "[7]", + "[6]", + "[6 7]", + "[8 9 6]", + "[9 6]", + "[8 9]", + "[8 6 7]", + "[8 6]" + ], + "correct": 1, + "prob_ind": 94 + }, + { + "prompt": "[3 8 2 5]   [3 8]   [2 5]
[8 5]   [8]   [5]
[3 2]   [3]   [  ]", + "options": [ + "[3 8 2 5]", + "[2]", + "[8 5]", + "[3 5]", + "[3 2]", + "[  ]", + "[3 8 2]", + "[2 5]" + ], + "correct": 1, + "prob_ind": 95 + }, + { + "prompt": "[4 3 9 2]   [4 3]   [9 2]
[3 2]   [3]   [2]
[4 9]   [4]   [  ]", + "options": [ + "[  ]", + "[3]", + "[4 3]", + "[4]", + "[4 9]", + "[4 9 2]", + "[4 2]", + "[9]" + ], + "correct": 7, + "prob_ind": 96 + }, + { + "prompt": "[7 6 1 0]   [7 6]   [1 0]
[6 0]   [6]   [0]
[7 1]   [7]   [  ]", + "options": [ + "[1]", + "[7 6 1]", + "[6 1]", + "[7 6 0]", + "[6 0]", + "[7 1]", + "[7 6 1 0]", + "[7 6]" + ], + "correct": 0, + "prob_ind": 97 + }, + { + "prompt": "[1 6 9 8]   [1 6]   [9 8]
[6 8]   [6]   [8]
[1 9]   [1]   [  ]", + "options": [ + "[1 8]", + "[6 8]", + "[1 6 9 8]", + "[1 6 9]", + "[9 8]", + "[6]", + "[1]", + "[9]" + ], + "correct": 7, + "prob_ind": 98 + }, + { + "prompt": "[0 7 6 8]   [0 7]   [6 8]
[7 8]   [7]   [8]
[0 6]   [0]   [  ]", + "options": [ + "[0 7 8]", + "[0 7]", + "[0 7 6]", + "[7 6 8]", + "[6]", + "[0 8]", + "[0 6 8]", + "[0 7 6 8]" + ], + "correct": 4, + "prob_ind": 99 + } + ], + "c2_set_union": [ + { + "prompt": "[7]   [7 4]   [4]
[6 7]   [6 7 4 9]   [4 9]
[6]   [6 9]   [    ]", + "options": [ + "[6 9]", + "[  ]", + "[9]", + "[6 4 9]", + "[7 9]", + "[6 7 4]", + "[4 9]", + "[7 4]" + ], + "correct": 2, + "prob_ind": 0 + }, + { + "prompt": "[3]   [3 9]   [9]
[2 3]   [2 3 9 8]   [9 8]
[2]   [2 8]   [    ]", + "options": [ + "[3 8]", + "[  ]", + "[2 9 8]", + "[2]", + "[2 8]", + "[2 3 9 8]", + "[8]", + "[9]" + ], + "correct": 6, + "prob_ind": 1 + }, + { + "prompt": "[2]   [2 4]   [4]
[8 2]   [8 2 4 1]   [4 1]
[8]   [8 1]   [    ]", + "options": [ + "[  ]", + "[8 2 4 1]", + "[8 1]", + "[8 2 4]", + "[8 4 1]", + "[1]", + "[8 2]", + "[8 4]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[7]   [7 5]   [5]
[3 7]   [3 7 5 2]   [5 2]
[3]   [3 2]   [    ]", + "options": [ + "[7]", + "[3 7 2]", + "[  ]", + "[3 5]", + "[5 2]", + "[2]", + "[3]", + "[7 5 2]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[1]   [1 8]   [8]
[5 1]   [5 1 8 3]   [8 3]
[5]   [5 3]   [    ]", + "options": [ + "[5 1 8]", + "[5 1]", + "[5 3]", + "[5 8]", + "[5 1 3]", + "[1 3]", + "[8]", + "[3]" + ], + "correct": 7, + "prob_ind": 4 + }, + { + "prompt": "[4]   [4 3]   [3]
[8 4]   [8 4 3 1]   [3 1]
[8]   [8 1]   [    ]", + "options": [ + "[8 3]", + "[8 4 1]", + "[4 3 1]", + "[1]", + "[4 3]", + "[8 1]", + "[8 4 3 1]", + "[8]" + ], + "correct": 3, + "prob_ind": 5 + }, + { + "prompt": "[9]   [9 6]   [6]
[1 9]   [1 9 6 8]   [6 8]
[1]   [1 8]   [    ]", + "options": [ + "[  ]", + "[6]", + "[1 9]", + "[9 8]", + "[8]", + "[9 6 8]", + "[9]", + "[1 9 8]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[1]   [1 9]   [9]
[5 1]   [5 1 9 7]   [9 7]
[5]   [5 7]   [    ]", + "options": [ + "[5 1]", + "[1 9 7]", + "[5 1 7]", + "[7]", + "[1 9]", + "[5 1 9 7]", + "[  ]", + "[5 1 9]" + ], + "correct": 3, + "prob_ind": 7 + }, + { + "prompt": "[9]   [9 5]   [5]
[4 9]   [4 9 5 7]   [5 7]
[4]   [4 7]   [    ]", + "options": [ + "[9]", + "[5 7]", + "[9 7]", + "[9 5]", + "[9 5 7]", + "[4 9 7]", + "[  ]", + "[7]" + ], + "correct": 7, + "prob_ind": 8 + }, + { + "prompt": "[1]   [1 2]   [2]
[0 1]   [0 1 2 4]   [2 4]
[0]   [0 4]   [    ]", + "options": [ + "[1 4]", + "[2]", + "[0 2 4]", + "[4]", + "[  ]", + "[1 2]", + "[1 2 4]", + "[0 4]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[1]   [1 4]   [4]
[6 1]   [6 1 4 2]   [4 2]
[6]   [6 2]   [    ]", + "options": [ + "[4]", + "[6 1 4 2]", + "[6 4 2]", + "[1 4]", + "[2]", + "[4 2]", + "[6 1 4]", + "[  ]" + ], + "correct": 4, + "prob_ind": 10 + }, + { + "prompt": "[7]   [7 1]   [1]
[6 7]   [6 7 1 0]   [1 0]
[6]   [6 0]   [    ]", + "options": [ + "[6 7 0]", + "[0]", + "[7]", + "[7 1]", + "[6]", + "[6 0]", + "[6 7 1]", + "[6 7]" + ], + "correct": 1, + "prob_ind": 11 + }, + { + "prompt": "[7]   [7 3]   [3]
[2 7]   [2 7 3 9]   [3 9]
[2]   [2 9]   [    ]", + "options": [ + "[7 3]", + "[7]", + "[2 7 3 9]", + "[9]", + "[2 3]", + "[2 9]", + "[2]", + "[2 3 9]" + ], + "correct": 3, + "prob_ind": 12 + }, + { + "prompt": "[7]   [7 0]   [0]
[5 7]   [5 7 0 8]   [0 8]
[5]   [5 8]   [    ]", + "options": [ + "[8]", + "[7]", + "[5]", + "[0]", + "[5 7 0]", + "[5 0]", + "[7 0]", + "[  ]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[4]   [4 9]   [9]
[2 4]   [2 4 9 0]   [9 0]
[2]   [2 0]   [    ]", + "options": [ + "[0]", + "[2 4 9]", + "[4 9 0]", + "[2]", + "[2 0]", + "[9]", + "[2 9 0]", + "[2 4 0]" + ], + "correct": 0, + "prob_ind": 14 + }, + { + "prompt": "[9]   [9 1]   [1]
[7 9]   [7 9 1 0]   [1 0]
[7]   [7 0]   [    ]", + "options": [ + "[7]", + "[7 0]", + "[  ]", + "[0]", + "[7 9]", + "[9]", + "[7 9 1 0]", + "[7 9 1]" + ], + "correct": 3, + "prob_ind": 15 + }, + { + "prompt": "[6]   [6 2]   [2]
[3 6]   [3 6 2 7]   [2 7]
[3]   [3 7]   [    ]", + "options": [ + "[7]", + "[6]", + "[  ]", + "[3 6 7]", + "[6 7]", + "[2]", + "[3]", + "[6 2 7]" + ], + "correct": 0, + "prob_ind": 16 + }, + { + "prompt": "[6]   [6 7]   [7]
[2 6]   [2 6 7 9]   [7 9]
[2]   [2 9]   [    ]", + "options": [ + "[9]", + "[2 6 7]", + "[7]", + "[6 7]", + "[2 6]", + "[6 7 9]", + "[2 7]", + "[2 7 9]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[5]   [5 2]   [2]
[1 5]   [1 5 2 9]   [2 9]
[1]   [1 9]   [    ]", + "options": [ + "[2]", + "[1 5]", + "[1 2]", + "[5]", + "[1 5 9]", + "[  ]", + "[5 9]", + "[9]" + ], + "correct": 7, + "prob_ind": 18 + }, + { + "prompt": "[6]   [6 7]   [7]
[0 6]   [0 6 7 8]   [7 8]
[0]   [0 8]   [    ]", + "options": [ + "[6 7 8]", + "[0 7 8]", + "[8]", + "[6 8]", + "[7]", + "[0 7]", + "[0 6 7]", + "[0 6 7 8]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[1]   [1 5]   [5]
[8 1]   [8 1 5 7]   [5 7]
[8]   [8 7]   [    ]", + "options": [ + "[1 5]", + "[8 1 5 7]", + "[5 7]", + "[8 1 5]", + "[7]", + "[1]", + "[8 5 7]", + "[8 5]" + ], + "correct": 4, + "prob_ind": 20 + }, + { + "prompt": "[2]   [2 5]   [5]
[3 2]   [3 2 5 8]   [5 8]
[3]   [3 8]   [    ]", + "options": [ + "[3 2 5 8]", + "[2]", + "[3]", + "[  ]", + "[8]", + "[3 5]", + "[2 5]", + "[2 5 8]" + ], + "correct": 4, + "prob_ind": 21 + }, + { + "prompt": "[2]   [2 9]   [9]
[6 2]   [6 2 9 1]   [9 1]
[6]   [6 1]   [    ]", + "options": [ + "[9 1]", + "[9]", + "[1]", + "[2 1]", + "[2 9 1]", + "[6 2]", + "[2 9]", + "[2]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[6]   [6 2]   [2]
[9 6]   [9 6 2 8]   [2 8]
[9]   [9 8]   [    ]", + "options": [ + "[9 2]", + "[9 8]", + "[8]", + "[9 6 2]", + "[6 8]", + "[9 2 8]", + "[9]", + "[2]" + ], + "correct": 2, + "prob_ind": 23 + }, + { + "prompt": "[7]   [7 2]   [2]
[8 7]   [8 7 2 5]   [2 5]
[8]   [8 5]   [    ]", + "options": [ + "[2]", + "[8 7 5]", + "[7]", + "[8 7 2 5]", + "[  ]", + "[7 2]", + "[7 2 5]", + "[5]" + ], + "correct": 7, + "prob_ind": 24 + }, + { + "prompt": "[4]   [4 2]   [2]
[9 4]   [9 4 2 1]   [2 1]
[9]   [9 1]   [    ]", + "options": [ + "[9 4 2 1]", + "[9]", + "[4 1]", + "[1]", + "[2 1]", + "[9 4]", + "[  ]", + "[4 2]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[8]   [8 5]   [5]
[3 8]   [3 8 5 7]   [5 7]
[3]   [3 7]   [    ]", + "options": [ + "[  ]", + "[7]", + "[8 5 7]", + "[3 5 7]", + "[3 8 5]", + "[3 8 5 7]", + "[8 5]", + "[8 7]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[9]   [9 0]   [0]
[6 9]   [6 9 0 2]   [0 2]
[6]   [6 2]   [    ]", + "options": [ + "[2]", + "[  ]", + "[0 2]", + "[6 9]", + "[6 0 2]", + "[6 0]", + "[9]", + "[6 9 0]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[6]   [6 4]   [4]
[2 6]   [2 6 4 5]   [4 5]
[2]   [2 5]   [    ]", + "options": [ + "[2 6 4 5]", + "[5]", + "[6 5]", + "[4]", + "[  ]", + "[2 4]", + "[2 6]", + "[6 4 5]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[7]   [7 6]   [6]
[9 7]   [9 7 6 8]   [6 8]
[9]   [9 8]   [    ]", + "options": [ + "[9 7 6]", + "[9 8]", + "[9 6 8]", + "[9 7]", + "[7]", + "[8]", + "[9 7 8]", + "[  ]" + ], + "correct": 5, + "prob_ind": 29 + }, + { + "prompt": "[4]   [4 6]   [6]
[8 4]   [8 4 6 3]   [6 3]
[8]   [8 3]   [    ]", + "options": [ + "[8 4]", + "[4 6 3]", + "[8]", + "[  ]", + "[3]", + "[8 6 3]", + "[8 4 6]", + "[8 4 3]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[4]   [4 8]   [8]
[9 4]   [9 4 8 2]   [8 2]
[9]   [9 2]   [    ]", + "options": [ + "[9 4 2]", + "[9 8]", + "[  ]", + "[8]", + "[2]", + "[4]", + "[4 8]", + "[4 8 2]" + ], + "correct": 4, + "prob_ind": 31 + }, + { + "prompt": "[3]   [3 9]   [9]
[4 3]   [4 3 9 2]   [9 2]
[4]   [4 2]   [    ]", + "options": [ + "[4 2]", + "[4 3 9 2]", + "[2]", + "[  ]", + "[3 9 2]", + "[3]", + "[4 3]", + "[4 3 2]" + ], + "correct": 2, + "prob_ind": 32 + }, + { + "prompt": "[4]   [4 5]   [5]
[2 4]   [2 4 5 1]   [5 1]
[2]   [2 1]   [    ]", + "options": [ + "[4 5 1]", + "[2 1]", + "[2]", + "[1]", + "[4]", + "[2 5 1]", + "[4 5]", + "[2 4 5 1]" + ], + "correct": 3, + "prob_ind": 33 + }, + { + "prompt": "[7]   [7 4]   [4]
[9 7]   [9 7 4 8]   [4 8]
[9]   [9 8]   [    ]", + "options": [ + "[9 7]", + "[7 4]", + "[9 4 8]", + "[9 7 4]", + "[4 8]", + "[7 4 8]", + "[  ]", + "[8]" + ], + "correct": 7, + "prob_ind": 34 + }, + { + "prompt": "[1]   [1 8]   [8]
[3 1]   [3 1 8 7]   [8 7]
[3]   [3 7]   [    ]", + "options": [ + "[3 1]", + "[7]", + "[  ]", + "[1]", + "[3 1 8]", + "[1 8]", + "[3]", + "[8 7]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[2]   [2 8]   [8]
[6 2]   [6 2 8 5]   [8 5]
[6]   [6 5]   [    ]", + "options": [ + "[5]", + "[2 8 5]", + "[6 5]", + "[6]", + "[2 5]", + "[6 8 5]", + "[2 8]", + "[  ]" + ], + "correct": 0, + "prob_ind": 36 + }, + { + "prompt": "[4]   [4 1]   [1]
[7 4]   [7 4 1 2]   [1 2]
[7]   [7 2]   [    ]", + "options": [ + "[7 1 2]", + "[4]", + "[2]", + "[4 2]", + "[7 1]", + "[7]", + "[1]", + "[7 4 1 2]" + ], + "correct": 2, + "prob_ind": 37 + }, + { + "prompt": "[8]   [8 4]   [4]
[7 8]   [7 8 4 2]   [4 2]
[7]   [7 2]   [    ]", + "options": [ + "[  ]", + "[8 2]", + "[7 2]", + "[7 8 4 2]", + "[2]", + "[8 4]", + "[7 8 2]", + "[7 8 4]" + ], + "correct": 4, + "prob_ind": 38 + }, + { + "prompt": "[4]   [4 5]   [5]
[7 4]   [7 4 5 3]   [5 3]
[7]   [7 3]   [    ]", + "options": [ + "[7 5 3]", + "[7 3]", + "[7 4 3]", + "[  ]", + "[5]", + "[3]", + "[4 5 3]", + "[7 5]" + ], + "correct": 5, + "prob_ind": 39 + }, + { + "prompt": "[0]   [0 3]   [3]
[7 0]   [7 0 3 5]   [3 5]
[7]   [7 5]   [    ]", + "options": [ + "[7 0 5]", + "[3 5]", + "[0 5]", + "[0]", + "[0 3]", + "[  ]", + "[5]", + "[7 3]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[3]   [3 2]   [2]
[8 3]   [8 3 2 7]   [2 7]
[8]   [8 7]   [    ]", + "options": [ + "[7]", + "[8 3]", + "[3 7]", + "[8 3 7]", + "[8 2 7]", + "[8]", + "[8 3 2 7]", + "[2]" + ], + "correct": 0, + "prob_ind": 41 + }, + { + "prompt": "[5]   [5 2]   [2]
[7 5]   [7 5 2 1]   [2 1]
[7]   [7 1]   [    ]", + "options": [ + "[7]", + "[1]", + "[2 1]", + "[7 1]", + "[7 5 2 1]", + "[7 5]", + "[5 2]", + "[5]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[1]   [1 2]   [2]
[8 1]   [8 1 2 6]   [2 6]
[8]   [8 6]   [    ]", + "options": [ + "[8 1 2]", + "[1 2 6]", + "[8 1 6]", + "[6]", + "[  ]", + "[1 2]", + "[2]", + "[2 6]" + ], + "correct": 3, + "prob_ind": 43 + }, + { + "prompt": "[0]   [0 8]   [8]
[2 0]   [2 0 8 1]   [8 1]
[2]   [2 1]   [    ]", + "options": [ + "[  ]", + "[2 0 8 1]", + "[1]", + "[2 1]", + "[0]", + "[2 0 1]", + "[2]", + "[8]" + ], + "correct": 2, + "prob_ind": 44 + }, + { + "prompt": "[1]   [1 4]   [4]
[5 1]   [5 1 4 6]   [4 6]
[5]   [5 6]   [    ]", + "options": [ + "[5 1]", + "[5 1 6]", + "[6]", + "[1]", + "[1 6]", + "[5 6]", + "[  ]", + "[1 4]" + ], + "correct": 2, + "prob_ind": 45 + }, + { + "prompt": "[9]   [9 6]   [6]
[3 9]   [3 9 6 5]   [6 5]
[3]   [3 5]   [    ]", + "options": [ + "[3 6 5]", + "[9 6]", + "[5]", + "[9]", + "[3 9 5]", + "[3 9 6 5]", + "[3 5]", + "[9 5]" + ], + "correct": 2, + "prob_ind": 46 + }, + { + "prompt": "[1]   [1 5]   [5]
[6 1]   [6 1 5 2]   [5 2]
[6]   [6 2]   [    ]", + "options": [ + "[1 5 2]", + "[6 1 5]", + "[1 5]", + "[2]", + "[6 5 2]", + "[6 5]", + "[6 1 5 2]", + "[6 1]" + ], + "correct": 3, + "prob_ind": 47 + }, + { + "prompt": "[7]   [7 6]   [6]
[4 7]   [4 7 6 5]   [6 5]
[4]   [4 5]   [    ]", + "options": [ + "[7 5]", + "[4 7 5]", + "[4 7 6 5]", + "[4 7 6]", + "[4 6]", + "[6 5]", + "[  ]", + "[5]" + ], + "correct": 7, + "prob_ind": 48 + }, + { + "prompt": "[1]   [1 2]   [2]
[9 1]   [9 1 2 3]   [2 3]
[9]   [9 3]   [    ]", + "options": [ + "[9 2 3]", + "[  ]", + "[9 1 2]", + "[9 1 2 3]", + "[3]", + "[1 2]", + "[1 3]", + "[9 2]" + ], + "correct": 4, + "prob_ind": 49 + }, + { + "prompt": "[7]   [7 4]   [4]
[3 7]   [3 7 4 1]   [4 1]
[3]   [3 1]   [    ]", + "options": [ + "[1]", + "[3 7 4 1]", + "[3 4 1]", + "[3 1]", + "[7]", + "[3 7 4]", + "[3 7 1]", + "[4 1]" + ], + "correct": 0, + "prob_ind": 50 + }, + { + "prompt": "[9]   [9 0]   [0]
[5 9]   [5 9 0 3]   [0 3]
[5]   [5 3]   [    ]", + "options": [ + "[0 3]", + "[5 0 3]", + "[9 0 3]", + "[  ]", + "[9]", + "[5 9 0 3]", + "[3]", + "[9 0]" + ], + "correct": 6, + "prob_ind": 51 + }, + { + "prompt": "[5]   [5 0]   [0]
[7 5]   [7 5 0 2]   [0 2]
[7]   [7 2]   [    ]", + "options": [ + "[5 0]", + "[7 2]", + "[7 5]", + "[0 2]", + "[2]", + "[7 5 2]", + "[7 5 0 2]", + "[7 5 0]" + ], + "correct": 4, + "prob_ind": 52 + }, + { + "prompt": "[9]   [9 2]   [2]
[5 9]   [5 9 2 8]   [2 8]
[5]   [5 8]   [    ]", + "options": [ + "[5 9]", + "[9]", + "[8]", + "[5 9 2 8]", + "[5]", + "[2 8]", + "[9 8]", + "[2]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[5]   [5 9]   [9]
[3 5]   [3 5 9 4]   [9 4]
[3]   [3 4]   [    ]", + "options": [ + "[3 5 9]", + "[3 5 4]", + "[3 9]", + "[5 9 4]", + "[4]", + "[5]", + "[3 9 4]", + "[  ]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[4]   [4 3]   [3]
[9 4]   [9 4 3 8]   [3 8]
[9]   [9 8]   [    ]", + "options": [ + "[8]", + "[9 4 8]", + "[3]", + "[4 8]", + "[9 8]", + "[4]", + "[9 4 3]", + "[9 3]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[7]   [7 9]   [9]
[0 7]   [0 7 9 6]   [9 6]
[0]   [0 6]   [    ]", + "options": [ + "[9 6]", + "[6]", + "[0 9]", + "[0 7 9 6]", + "[0 7 6]", + "[7 6]", + "[0 6]", + "[7 9 6]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[7]   [7 6]   [6]
[0 7]   [0 7 6 3]   [6 3]
[0]   [0 3]   [    ]", + "options": [ + "[7 6 3]", + "[7 6]", + "[0 7 3]", + "[6 3]", + "[0 6 3]", + "[3]", + "[0 7]", + "[7]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[4]   [4 6]   [6]
[0 4]   [0 4 6 7]   [6 7]
[0]   [0 7]   [    ]", + "options": [ + "[7]", + "[0 6 7]", + "[6]", + "[0 4 6]", + "[4 6 7]", + "[0 7]", + "[0 4 6 7]", + "[0]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[9]   [9 4]   [4]
[1 9]   [1 9 4 5]   [4 5]
[1]   [1 5]   [    ]", + "options": [ + "[1 9]", + "[1 4 5]", + "[9 5]", + "[5]", + "[9]", + "[4]", + "[1 4]", + "[1 9 4]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[5]   [5 4]   [4]
[0 5]   [0 5 4 9]   [4 9]
[0]   [0 9]   [    ]", + "options": [ + "[0 4 9]", + "[  ]", + "[0]", + "[5 4]", + "[0 5]", + "[5 4 9]", + "[5]", + "[9]" + ], + "correct": 7, + "prob_ind": 60 + }, + { + "prompt": "[6]   [6 5]   [5]
[0 6]   [0 6 5 1]   [5 1]
[0]   [0 1]   [    ]", + "options": [ + "[0 5 1]", + "[0 6]", + "[1]", + "[6]", + "[0 6 1]", + "[0 6 5]", + "[5]", + "[6 1]" + ], + "correct": 2, + "prob_ind": 61 + }, + { + "prompt": "[2]   [2 6]   [6]
[4 2]   [4 2 6 8]   [6 8]
[4]   [4 8]   [    ]", + "options": [ + "[4 2 8]", + "[2]", + "[4 6]", + "[6]", + "[8]", + "[4 2 6]", + "[2 8]", + "[2 6 8]" + ], + "correct": 4, + "prob_ind": 62 + }, + { + "prompt": "[4]   [4 1]   [1]
[8 4]   [8 4 1 6]   [1 6]
[8]   [8 6]   [    ]", + "options": [ + "[4 1 6]", + "[1]", + "[8 4 1 6]", + "[6]", + "[8 4]", + "[1 6]", + "[8 1 6]", + "[8]" + ], + "correct": 3, + "prob_ind": 63 + }, + { + "prompt": "[5]   [5 6]   [6]
[2 5]   [2 5 6 7]   [6 7]
[2]   [2 7]   [    ]", + "options": [ + "[  ]", + "[6]", + "[2 5 7]", + "[2 5 6 7]", + "[5 6 7]", + "[7]", + "[2 6 7]", + "[5 6]" + ], + "correct": 5, + "prob_ind": 64 + }, + { + "prompt": "[9]   [9 6]   [6]
[5 9]   [5 9 6 8]   [6 8]
[5]   [5 8]   [    ]", + "options": [ + "[8]", + "[  ]", + "[5]", + "[9 6]", + "[5 9 8]", + "[5 9]", + "[5 6]", + "[5 8]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[9]   [9 7]   [7]
[5 9]   [5 9 7 2]   [7 2]
[5]   [5 2]   [    ]", + "options": [ + "[9]", + "[2]", + "[5]", + "[7 2]", + "[9 2]", + "[5 7]", + "[7]", + "[5 9]" + ], + "correct": 1, + "prob_ind": 66 + }, + { + "prompt": "[1]   [1 4]   [4]
[8 1]   [8 1 4 5]   [4 5]
[8]   [8 5]   [    ]", + "options": [ + "[1 4 5]", + "[4 5]", + "[8 1 4]", + "[8 4]", + "[5]", + "[8 5]", + "[8 1 4 5]", + "[8 1 5]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[8]   [8 3]   [3]
[9 8]   [9 8 3 1]   [3 1]
[9]   [9 1]   [    ]", + "options": [ + "[9 8 3]", + "[3]", + "[3 1]", + "[9 8 3 1]", + "[1]", + "[8 1]", + "[9 3 1]", + "[8 3 1]" + ], + "correct": 4, + "prob_ind": 68 + }, + { + "prompt": "[8]   [8 2]   [2]
[3 8]   [3 8 2 0]   [2 0]
[3]   [3 0]   [    ]", + "options": [ + "[  ]", + "[0]", + "[3 8 0]", + "[2 0]", + "[3 8 2]", + "[8]", + "[8 0]", + "[3 8 2 0]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[9]   [9 6]   [6]
[0 9]   [0 9 6 5]   [6 5]
[0]   [0 5]   [    ]", + "options": [ + "[0 9]", + "[0 6]", + "[9]", + "[0 9 5]", + "[0]", + "[5]", + "[  ]", + "[0 9 6]" + ], + "correct": 5, + "prob_ind": 70 + }, + { + "prompt": "[1]   [1 9]   [9]
[7 1]   [7 1 9 8]   [9 8]
[7]   [7 8]   [    ]", + "options": [ + "[1 9]", + "[8]", + "[7 9]", + "[9]", + "[7 1]", + "[7]", + "[7 9 8]", + "[7 1 9]" + ], + "correct": 1, + "prob_ind": 71 + }, + { + "prompt": "[3]   [3 4]   [4]
[0 3]   [0 3 4 6]   [4 6]
[0]   [0 6]   [    ]", + "options": [ + "[6]", + "[0 3 4 6]", + "[3 4]", + "[3]", + "[  ]", + "[0 3]", + "[4]", + "[3 6]" + ], + "correct": 0, + "prob_ind": 72 + }, + { + "prompt": "[5]   [5 1]   [1]
[3 5]   [3 5 1 2]   [1 2]
[3]   [3 2]   [    ]", + "options": [ + "[3 1]", + "[3 5 2]", + "[2]", + "[5 1]", + "[3 5 1]", + "[3 5]", + "[3 5 1 2]", + "[3 1 2]" + ], + "correct": 2, + "prob_ind": 73 + }, + { + "prompt": "[3]   [3 9]   [9]
[8 3]   [8 3 9 6]   [9 6]
[8]   [8 6]   [    ]", + "options": [ + "[6]", + "[3 9 6]", + "[8 3 9 6]", + "[3]", + "[8 6]", + "[8 9]", + "[9 6]", + "[8]" + ], + "correct": 0, + "prob_ind": 74 + }, + { + "prompt": "[9]   [9 0]   [0]
[8 9]   [8 9 0 2]   [0 2]
[8]   [8 2]   [    ]", + "options": [ + "[8 9 0]", + "[9 2]", + "[9 0 2]", + "[0]", + "[8 9]", + "[2]", + "[0 2]", + "[8 0]" + ], + "correct": 5, + "prob_ind": 75 + }, + { + "prompt": "[2]   [2 7]   [7]
[6 2]   [6 2 7 1]   [7 1]
[6]   [6 1]   [    ]", + "options": [ + "[6 7 1]", + "[7]", + "[2]", + "[2 1]", + "[6]", + "[2 7 1]", + "[6 2 7 1]", + "[1]" + ], + "correct": 7, + "prob_ind": 76 + }, + { + "prompt": "[8]   [8 3]   [3]
[1 8]   [1 8 3 2]   [3 2]
[1]   [1 2]   [    ]", + "options": [ + "[  ]", + "[1 8 2]", + "[1 3]", + "[2]", + "[1 8 3 2]", + "[1 8 3]", + "[1 3 2]", + "[1 8]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[6]   [6 7]   [7]
[8 6]   [8 6 7 2]   [7 2]
[8]   [8 2]   [    ]", + "options": [ + "[8 7]", + "[8 2]", + "[2]", + "[6 2]", + "[8 6 7 2]", + "[7 2]", + "[8 6 2]", + "[6]" + ], + "correct": 2, + "prob_ind": 78 + }, + { + "prompt": "[7]   [7 4]   [4]
[0 7]   [0 7 4 8]   [4 8]
[0]   [0 8]   [    ]", + "options": [ + "[4]", + "[0 7 8]", + "[4 8]", + "[7 4 8]", + "[  ]", + "[8]", + "[7 8]", + "[0 7 4]" + ], + "correct": 5, + "prob_ind": 79 + }, + { + "prompt": "[6]   [6 9]   [9]
[7 6]   [7 6 9 5]   [9 5]
[7]   [7 5]   [    ]", + "options": [ + "[7 6 5]", + "[7]", + "[7 5]", + "[5]", + "[7 6 9 5]", + "[7 6 9]", + "[  ]", + "[6 9]" + ], + "correct": 3, + "prob_ind": 80 + }, + { + "prompt": "[6]   [6 3]   [3]
[2 6]   [2 6 3 1]   [3 1]
[2]   [2 1]   [    ]", + "options": [ + "[2 6]", + "[3 1]", + "[6 3]", + "[2 3]", + "[1]", + "[2 6 1]", + "[2 6 3 1]", + "[2 6 3]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[3]   [3 2]   [2]
[5 3]   [5 3 2 9]   [2 9]
[5]   [5 9]   [    ]", + "options": [ + "[5 3 2 9]", + "[3 2 9]", + "[5 3 2]", + "[5 3 9]", + "[  ]", + "[9]", + "[5 2]", + "[5]" + ], + "correct": 5, + "prob_ind": 82 + }, + { + "prompt": "[3]   [3 8]   [8]
[5 3]   [5 3 8 0]   [8 0]
[5]   [5 0]   [    ]", + "options": [ + "[5 3]", + "[5 3 0]", + "[5 8]", + "[0]", + "[3 0]", + "[5 0]", + "[8]", + "[  ]" + ], + "correct": 3, + "prob_ind": 83 + }, + { + "prompt": "[5]   [5 6]   [6]
[0 5]   [0 5 6 4]   [6 4]
[0]   [0 4]   [    ]", + "options": [ + "[0 5 6]", + "[6 4]", + "[0 6 4]", + "[0 5 4]", + "[5 6 4]", + "[0 6]", + "[  ]", + "[4]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[9]   [9 0]   [0]
[1 9]   [1 9 0 2]   [0 2]
[1]   [1 2]   [    ]", + "options": [ + "[2]", + "[1 9 2]", + "[0 2]", + "[1 0 2]", + "[9]", + "[1 0]", + "[1 9 0]", + "[0]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[7]   [7 8]   [8]
[0 7]   [0 7 8 3]   [8 3]
[0]   [0 3]   [    ]", + "options": [ + "[7]", + "[8]", + "[7 8]", + "[3]", + "[7 3]", + "[0 7 8]", + "[  ]", + "[0 7 3]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[8]   [8 9]   [9]
[2 8]   [2 8 9 1]   [9 1]
[2]   [2 1]   [    ]", + "options": [ + "[2 8 9 1]", + "[8 1]", + "[9]", + "[2 8 9]", + "[9 1]", + "[1]", + "[2]", + "[  ]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[1]   [1 2]   [2]
[3 1]   [3 1 2 4]   [2 4]
[3]   [3 4]   [    ]", + "options": [ + "[  ]", + "[3 1 2 4]", + "[3 1]", + "[2]", + "[3 1 4]", + "[2 4]", + "[1]", + "[4]" + ], + "correct": 7, + "prob_ind": 88 + }, + { + "prompt": "[7]   [7 8]   [8]
[4 7]   [4 7 8 6]   [8 6]
[4]   [4 6]   [    ]", + "options": [ + "[  ]", + "[6]", + "[8]", + "[4 7 8 6]", + "[4 6]", + "[4 7 6]", + "[7 6]", + "[7 8 6]" + ], + "correct": 1, + "prob_ind": 89 + }, + { + "prompt": "[6]   [6 5]   [5]
[4 6]   [4 6 5 9]   [5 9]
[4]   [4 9]   [    ]", + "options": [ + "[4 5]", + "[5]", + "[9]", + "[4 6 5]", + "[4 6 9]", + "[6]", + "[6 9]", + "[6 5 9]" + ], + "correct": 2, + "prob_ind": 90 + }, + { + "prompt": "[0]   [0 8]   [8]
[4 0]   [4 0 8 9]   [8 9]
[4]   [4 9]   [    ]", + "options": [ + "[8]", + "[8 9]", + "[4 0]", + "[9]", + "[4 8 9]", + "[  ]", + "[4 9]", + "[4 0 8]" + ], + "correct": 3, + "prob_ind": 91 + }, + { + "prompt": "[4]   [4 7]   [7]
[3 4]   [3 4 7 6]   [7 6]
[3]   [3 6]   [    ]", + "options": [ + "[3 4]", + "[3 4 7]", + "[6]", + "[3 7 6]", + "[3 4 7 6]", + "[4]", + "[3 6]", + "[7]" + ], + "correct": 2, + "prob_ind": 92 + }, + { + "prompt": "[3]   [3 9]   [9]
[5 3]   [5 3 9 8]   [9 8]
[5]   [5 8]   [    ]", + "options": [ + "[8]", + "[9]", + "[5]", + "[3 9]", + "[5 3]", + "[  ]", + "[3 8]", + "[3 9 8]" + ], + "correct": 0, + "prob_ind": 93 + }, + { + "prompt": "[8]   [8 7]   [7]
[2 8]   [2 8 7 0]   [7 0]
[2]   [2 0]   [    ]", + "options": [ + "[2 7]", + "[2 8 0]", + "[8 0]", + "[2 0]", + "[2 8 7]", + "[0]", + "[7]", + "[8 7]" + ], + "correct": 5, + "prob_ind": 94 + }, + { + "prompt": "[3]   [3 5]   [5]
[8 3]   [8 3 5 6]   [5 6]
[8]   [8 6]   [    ]", + "options": [ + "[8 3 6]", + "[8 3 5]", + "[8 5 6]", + "[8 3]", + "[3 5 6]", + "[3 6]", + "[8 6]", + "[6]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[4]   [4 0]   [0]
[6 4]   [6 4 0 2]   [0 2]
[6]   [6 2]   [    ]", + "options": [ + "[2]", + "[4]", + "[6]", + "[6 4]", + "[6 4 0]", + "[0 2]", + "[6 4 0 2]", + "[4 0 2]" + ], + "correct": 0, + "prob_ind": 96 + }, + { + "prompt": "[9]   [9 0]   [0]
[5 9]   [5 9 0 1]   [0 1]
[5]   [5 1]   [    ]", + "options": [ + "[9 0 1]", + "[5]", + "[9]", + "[9 1]", + "[  ]", + "[0 1]", + "[5 0 1]", + "[1]" + ], + "correct": 7, + "prob_ind": 97 + }, + { + "prompt": "[6]   [6 0]   [0]
[7 6]   [7 6 0 5]   [0 5]
[7]   [7 5]   [    ]", + "options": [ + "[7 6 0]", + "[7 0]", + "[7]", + "[5]", + "[0]", + "[6 5]", + "[6 0]", + "[6 0 5]" + ], + "correct": 3, + "prob_ind": 98 + }, + { + "prompt": "[0]   [0 8]   [8]
[6 0]   [6 0 8 4]   [8 4]
[6]   [6 4]   [    ]", + "options": [ + "[8 4]", + "[4]", + "[6 8 4]", + "[0 8 4]", + "[6]", + "[6 0 8]", + "[6 0 4]", + "[6 0]" + ], + "correct": 1, + "prob_ind": 99 + } + ], + "AND": [ + { + "prompt": "[1 4 3]   [6 4 3]   [4 3]
[1 4 5]   [6 4 5]   [4 5]
[1 4]   [6 4]   [    ]", + "options": [ + "[6 4 3]", + "[6 3]", + "[1 6 4 5]", + "[4 5]", + "[6 4 5]", + "[4]", + "[4 3]", + "[1 4 5]" + ], + "correct": 5, + "prob_ind": 0 + }, + { + "prompt": "[4 1 9]   [7 1 9]   [1 9]
[4 1 3]   [7 1 3]   [1 3]
[4 1]   [7 1]   [    ]", + "options": [ + "[4 1 3]", + "[7 1 3]", + "[4 9]", + "[7 1 9]", + "[1]", + "[  ]", + "[4 7 3]", + "[4 7 1 3]" + ], + "correct": 4, + "prob_ind": 1 + }, + { + "prompt": "[8 5 1]   [9 5 1]   [5 1]
[8 5 4]   [9 5 4]   [5 4]
[8 5]   [9 5]   [    ]", + "options": [ + "[4 1]", + "[9 5 1]", + "[9 4]", + "[8 9 1]", + "[8 5]", + "[8 1]", + "[8 9]", + "[5]" + ], + "correct": 7, + "prob_ind": 2 + }, + { + "prompt": "[0 5 3]   [6 5 3]   [5 3]
[0 5 4]   [6 5 4]   [5 4]
[0 5]   [6 5]   [    ]", + "options": [ + "[0 5 4]", + "[0 6 5 4]", + "[5 4 3]", + "[6 5]", + "[4 3]", + "[5]", + "[0 5 3]", + "[6 4]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[6 2 4]   [5 2 4]   [2 4]
[6 2 1]   [5 2 1]   [2 1]
[6 2]   [5 2]   [    ]", + "options": [ + "[5]", + "[2]", + "[6 2 4]", + "[6 5 1]", + "[6 5 2 1]", + "[5 2]", + "[6 5 2 4]", + "[6 2 1]" + ], + "correct": 1, + "prob_ind": 4 + }, + { + "prompt": "[5 0 7]   [1 0 7]   [0 7]
[5 0 2]   [1 0 2]   [0 2]
[5 0]   [1 0]   [    ]", + "options": [ + "[2]", + "[5 2]", + "[1 0 7]", + "[0 7]", + "[0]", + "[1 0 2 7]", + "[5 1 0]", + "[5 0]" + ], + "correct": 4, + "prob_ind": 5 + }, + { + "prompt": "[3 0 9]   [1 0 9]   [0 9]
[3 0 7]   [1 0 7]   [0 7]
[3 0]   [1 0]   [    ]", + "options": [ + "[1 7 9]", + "[3 1 7]", + "[0]", + "[1 0 7]", + "[3 0]", + "[3 9]", + "[1 0 9]", + "[1]" + ], + "correct": 2, + "prob_ind": 6 + }, + { + "prompt": "[2 9 1]   [7 9 1]   [9 1]
[2 9 3]   [7 9 3]   [9 3]
[2 9]   [7 9]   [    ]", + "options": [ + "[2 3]", + "[2 1]", + "[2 9 1]", + "[9]", + "[2 7]", + "[7 9 3 1]", + "[3 1]", + "[2 7 3 1]" + ], + "correct": 3, + "prob_ind": 7 + }, + { + "prompt": "[8 7 0]   [4 7 0]   [7 0]
[8 7 2]   [4 7 2]   [7 2]
[8 7]   [4 7]   [    ]", + "options": [ + "[8 7 2 0]", + "[  ]", + "[4 2 0]", + "[8 4 7 0]", + "[4 7]", + "[7]", + "[8 4 2]", + "[4 7 0]" + ], + "correct": 5, + "prob_ind": 8 + }, + { + "prompt": "[1 6 4]   [5 6 4]   [6 4]
[1 6 8]   [5 6 8]   [6 8]
[1 6]   [5 6]   [    ]", + "options": [ + "[5 8 4]", + "[6 8]", + "[1 5 6]", + "[5 6]", + "[6]", + "[1 8]", + "[1 6 8]", + "[1 6]" + ], + "correct": 4, + "prob_ind": 9 + }, + { + "prompt": "[0 8 3]   [5 8 3]   [8 3]
[0 8 6]   [5 8 6]   [8 6]
[0 8]   [5 8]   [    ]", + "options": [ + "[0]", + "[0 8 3]", + "[6]", + "[8]", + "[0 5 8 6]", + "[8 6]", + "[5]", + "[0 5 3]" + ], + "correct": 3, + "prob_ind": 10 + }, + { + "prompt": "[1 2 0]   [9 2 0]   [2 0]
[1 2 6]   [9 2 6]   [2 6]
[1 2]   [9 2]   [    ]", + "options": [ + "[1 9 2 6 0]", + "[1 0]", + "[2]", + "[9 0]", + "[1 9 2 0]", + "[1 2 0]", + "[9 2 6 0]", + "[0]" + ], + "correct": 2, + "prob_ind": 11 + }, + { + "prompt": "[5 2 0]   [4 2 0]   [2 0]
[5 2 7]   [4 2 7]   [2 7]
[5 2]   [4 2]   [    ]", + "options": [ + "[  ]", + "[4]", + "[5 7 0]", + "[5 4 2 7 0]", + "[4 7]", + "[5 2 0]", + "[4 7 0]", + "[2]" + ], + "correct": 7, + "prob_ind": 12 + }, + { + "prompt": "[0 5 7]   [6 5 7]   [5 7]
[0 5 1]   [6 5 1]   [5 1]
[0 5]   [6 5]   [    ]", + "options": [ + "[0 6 7]", + "[0 5]", + "[0]", + "[0 6]", + "[6 5 1 7]", + "[0 1 7]", + "[5 1 7]", + "[5]" + ], + "correct": 7, + "prob_ind": 13 + }, + { + "prompt": "[0 9 3]   [2 9 3]   [9 3]
[0 9 7]   [2 9 7]   [9 7]
[0 9]   [2 9]   [    ]", + "options": [ + "[0 3]", + "[0 2 9]", + "[0 9 3]", + "[9]", + "[7 3]", + "[9 7]", + "[2 9]", + "[0 2 9 7 3]" + ], + "correct": 3, + "prob_ind": 14 + }, + { + "prompt": "[4 0 9]   [8 0 9]   [0 9]
[4 0 2]   [8 0 2]   [0 2]
[4 0]   [8 0]   [    ]", + "options": [ + "[8 9]", + "[4 8 0 2 9]", + "[8 0 2]", + "[4]", + "[4 8 0]", + "[0]", + "[4 2 9]", + "[  ]" + ], + "correct": 5, + "prob_ind": 15 + }, + { + "prompt": "[9 8 1]   [5 8 1]   [8 1]
[9 8 6]   [5 8 6]   [8 6]
[9 8]   [5 8]   [    ]", + "options": [ + "[9 5 1]", + "[5 6 1]", + "[9 6 1]", + "[9 8 6]", + "[8]", + "[5 8 6 1]", + "[6 1]", + "[9 5 8]" + ], + "correct": 4, + "prob_ind": 16 + }, + { + "prompt": "[2 7 4]   [6 7 4]   [7 4]
[2 7 9]   [6 7 9]   [7 9]
[2 7]   [6 7]   [    ]", + "options": [ + "[2 6 7 4]", + "[2 7 4]", + "[7]", + "[2 9]", + "[6 9]", + "[7 4]", + "[2 6 9]", + "[2 6 9 4]" + ], + "correct": 2, + "prob_ind": 17 + }, + { + "prompt": "[9 4 3]   [2 4 3]   [4 3]
[9 4 8]   [2 4 8]   [4 8]
[9 4]   [2 4]   [    ]", + "options": [ + "[9 2 4 3]", + "[2 8 3]", + "[2 4 3]", + "[  ]", + "[4]", + "[2 4 8]", + "[9 8]", + "[9 4 8 3]" + ], + "correct": 4, + "prob_ind": 18 + }, + { + "prompt": "[5 7 8]   [4 7 8]   [7 8]
[5 7 6]   [4 7 6]   [7 6]
[5 7]   [4 7]   [    ]", + "options": [ + "[7 6 8]", + "[5 7 8]", + "[4 6]", + "[4 7 6 8]", + "[5 7]", + "[5]", + "[7 8]", + "[7]" + ], + "correct": 7, + "prob_ind": 19 + }, + { + "prompt": "[9 8 3]   [1 8 3]   [8 3]
[9 8 4]   [1 8 4]   [8 4]
[9 8]   [1 8]   [    ]", + "options": [ + "[9 1]", + "[8]", + "[9 3]", + "[9 8]", + "[9 1 8]", + "[1]", + "[9 4 3]", + "[1 4 3]" + ], + "correct": 1, + "prob_ind": 20 + }, + { + "prompt": "[5 0 9]   [1 0 9]   [0 9]
[5 0 8]   [1 0 8]   [0 8]
[5 0]   [1 0]   [    ]", + "options": [ + "[  ]", + "[0]", + "[1 0]", + "[0 8]", + "[5 1 0]", + "[0 8 9]", + "[9]", + "[1 0 8]" + ], + "correct": 1, + "prob_ind": 21 + }, + { + "prompt": "[8 7 9]   [4 7 9]   [7 9]
[8 7 6]   [4 7 6]   [7 6]
[8 7]   [4 7]   [    ]", + "options": [ + "[4 7 6 9]", + "[8 4 7 6]", + "[8 4 6]", + "[7 6]", + "[8 6]", + "[8 9]", + "[7]", + "[8 4 7]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[5 2 0]   [8 2 0]   [2 0]
[5 2 7]   [8 2 7]   [2 7]
[5 2]   [8 2]   [    ]", + "options": [ + "[5 2 7 0]", + "[5 8 7 0]", + "[5 8]", + "[5 2 0]", + "[8 7 0]", + "[5 8 2]", + "[2]", + "[8 2 7]" + ], + "correct": 6, + "prob_ind": 23 + }, + { + "prompt": "[0 1 8]   [3 1 8]   [1 8]
[0 1 2]   [3 1 2]   [1 2]
[0 1]   [3 1]   [    ]", + "options": [ + "[0 3 8]", + "[0 2]", + "[3 1 2]", + "[0 3 1]", + "[1]", + "[3 1 8]", + "[0 1 2 8]", + "[  ]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[2 6 0]   [4 6 0]   [6 0]
[2 6 5]   [4 6 5]   [6 5]
[2 6]   [4 6]   [    ]", + "options": [ + "[6]", + "[2 6 5 0]", + "[2 5 0]", + "[4 6 5 0]", + "[4 5]", + "[4 6 0]", + "[6 0]", + "[2 4 6 5 0]" + ], + "correct": 0, + "prob_ind": 25 + }, + { + "prompt": "[0 4 7]   [2 4 7]   [4 7]
[0 4 1]   [2 4 1]   [4 1]
[0 4]   [2 4]   [    ]", + "options": [ + "[2 4 1]", + "[7]", + "[4 1 7]", + "[0]", + "[2 1]", + "[1 7]", + "[0 7]", + "[4]" + ], + "correct": 7, + "prob_ind": 26 + }, + { + "prompt": "[6 5 9]   [2 5 9]   [5 9]
[6 5 4]   [2 5 4]   [5 4]
[6 5]   [2 5]   [    ]", + "options": [ + "[5 9]", + "[6 5 4 9]", + "[6 5]", + "[5]", + "[6 2 4 9]", + "[6 5 9]", + "[2 5 9]", + "[6 9]" + ], + "correct": 3, + "prob_ind": 27 + }, + { + "prompt": "[8 1 4]   [6 1 4]   [1 4]
[8 1 7]   [6 1 7]   [1 7]
[8 1]   [6 1]   [    ]", + "options": [ + "[8 7]", + "[1 4]", + "[8 1 7]", + "[8 7 4]", + "[6 1]", + "[8 6 4]", + "[6 7]", + "[1]" + ], + "correct": 7, + "prob_ind": 28 + }, + { + "prompt": "[8 1 6]   [3 1 6]   [1 6]
[8 1 2]   [3 1 2]   [1 2]
[8 1]   [3 1]   [    ]", + "options": [ + "[3 1 2]", + "[8 2]", + "[6]", + "[8 6]", + "[8 3 1 6]", + "[1 6]", + "[1]", + "[2 6]" + ], + "correct": 6, + "prob_ind": 29 + }, + { + "prompt": "[3 8 5]   [6 8 5]   [8 5]
[3 8 7]   [6 8 7]   [8 7]
[3 8]   [6 8]   [    ]", + "options": [ + "[3 6 8 7 5]", + "[6]", + "[3 5]", + "[8]", + "[5]", + "[3 8]", + "[6 8 5]", + "[7 5]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[9 7 2]   [8 7 2]   [7 2]
[9 7 3]   [8 7 3]   [7 3]
[9 7]   [8 7]   [    ]", + "options": [ + "[7 3]", + "[9 8]", + "[9 7 3]", + "[9 7]", + "[9 8 3]", + "[7 3 2]", + "[7]", + "[8 7 3]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[0 6 1]   [3 6 1]   [6 1]
[0 6 4]   [3 6 4]   [6 4]
[0 6]   [3 6]   [    ]", + "options": [ + "[3 4 1]", + "[0 1]", + "[0 4 1]", + "[6]", + "[  ]", + "[0 3 4]", + "[3]", + "[0 3 6]" + ], + "correct": 3, + "prob_ind": 32 + }, + { + "prompt": "[0 2 4]   [3 2 4]   [2 4]
[0 2 7]   [3 2 7]   [2 7]
[0 2]   [3 2]   [    ]", + "options": [ + "[2]", + "[0 2]", + "[0 3 2 4]", + "[3 2 4]", + "[0 2 7]", + "[0 3 2 7]", + "[0 4]", + "[7]" + ], + "correct": 0, + "prob_ind": 33 + }, + { + "prompt": "[3 1 7]   [0 1 7]   [1 7]
[3 1 6]   [0 1 6]   [1 6]
[3 1]   [0 1]   [    ]", + "options": [ + "[0 1 6 7]", + "[1 6 7]", + "[  ]", + "[1 6]", + "[0 6]", + "[3]", + "[0 6 7]", + "[1]" + ], + "correct": 7, + "prob_ind": 34 + }, + { + "prompt": "[7 9 5]   [3 9 5]   [9 5]
[7 9 6]   [3 9 6]   [9 6]
[7 9]   [3 9]   [    ]", + "options": [ + "[6 5]", + "[9]", + "[3 9]", + "[3 9 5]", + "[3 6 5]", + "[7 3]", + "[7 3 9 6 5]", + "[3 9 6 5]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[0 1 6]   [2 1 6]   [1 6]
[0 1 4]   [2 1 4]   [1 4]
[0 1]   [2 1]   [    ]", + "options": [ + "[  ]", + "[0 2 1 4 6]", + "[4]", + "[1]", + "[0 1 6]", + "[0]", + "[0 2 1]", + "[2 1 6]" + ], + "correct": 3, + "prob_ind": 36 + }, + { + "prompt": "[7 1 3]   [2 1 3]   [1 3]
[7 1 0]   [2 1 0]   [1 0]
[7 1]   [2 1]   [    ]", + "options": [ + "[2]", + "[7 1 0 3]", + "[7 1 3]", + "[7 2 0]", + "[7 0 3]", + "[2 1 0]", + "[1]", + "[2 0]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[3 9 5]   [7 9 5]   [9 5]
[3 9 1]   [7 9 1]   [9 1]
[3 9]   [7 9]   [    ]", + "options": [ + "[3]", + "[5]", + "[9 1]", + "[3 7 1]", + "[  ]", + "[3 7 5]", + "[9]", + "[3 9 1]" + ], + "correct": 6, + "prob_ind": 38 + }, + { + "prompt": "[3 2 5]   [7 2 5]   [2 5]
[3 2 1]   [7 2 1]   [2 1]
[3 2]   [7 2]   [    ]", + "options": [ + "[2 1 5]", + "[7 2]", + "[7 1 5]", + "[3 7]", + "[2]", + "[3 2]", + "[3 2 1]", + "[7 2 1 5]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[5 1 3]   [4 1 3]   [1 3]
[5 1 7]   [4 1 7]   [1 7]
[5 1]   [4 1]   [    ]", + "options": [ + "[5 1 7 3]", + "[1]", + "[4 7 3]", + "[5 1 7]", + "[1 3]", + "[5 7 3]", + "[4 1 3]", + "[5 7]" + ], + "correct": 1, + "prob_ind": 40 + }, + { + "prompt": "[6 5 1]   [7 5 1]   [5 1]
[6 5 2]   [7 5 2]   [5 2]
[6 5]   [7 5]   [    ]", + "options": [ + "[5 1]", + "[6 7 5 2]", + "[7 1]", + "[6 1]", + "[5]", + "[6 5]", + "[7 5]", + "[7 2 1]" + ], + "correct": 4, + "prob_ind": 41 + }, + { + "prompt": "[5 0 8]   [2 0 8]   [0 8]
[5 0 6]   [2 0 6]   [0 6]
[5 0]   [2 0]   [    ]", + "options": [ + "[6]", + "[5 0 6]", + "[5 2 6]", + "[2 6]", + "[2 0]", + "[5 2 0 6]", + "[2 0 8]", + "[0]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[1 5 3]   [4 5 3]   [5 3]
[1 5 2]   [4 5 2]   [5 2]
[1 5]   [4 5]   [    ]", + "options": [ + "[1 4 5 3]", + "[1 5]", + "[4 5 2 3]", + "[1 4 2 3]", + "[1 4 5]", + "[1 5 2]", + "[4 5 2]", + "[5]" + ], + "correct": 7, + "prob_ind": 43 + }, + { + "prompt": "[5 1 4]   [2 1 4]   [1 4]
[5 1 7]   [2 1 7]   [1 7]
[5 1]   [2 1]   [    ]", + "options": [ + "[2 7]", + "[5 1 7 4]", + "[5 1 4]", + "[5 2 7]", + "[5 2 1]", + "[1 7 4]", + "[5 2 7 4]", + "[1]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[8 2 1]   [5 2 1]   [2 1]
[8 2 7]   [5 2 7]   [2 7]
[8 2]   [5 2]   [    ]", + "options": [ + "[8 2 7 1]", + "[7]", + "[2 7 1]", + "[2]", + "[5 7 1]", + "[7 1]", + "[2 7]", + "[8 2 1]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[0 2 6]   [3 2 6]   [2 6]
[0 2 4]   [3 2 4]   [2 4]
[0 2]   [3 2]   [    ]", + "options": [ + "[0 3 2 4 6]", + "[2]", + "[0 3 4]", + "[0 3 6]", + "[3 2 4]", + "[0 2]", + "[2 4]", + "[0 3 2 6]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[5 3 9]   [2 3 9]   [3 9]
[5 3 0]   [2 3 0]   [3 0]
[5 3]   [2 3]   [    ]", + "options": [ + "[2 3 0]", + "[3]", + "[5 2]", + "[5 2 3 0]", + "[2 3 0 9]", + "[5]", + "[3 0 9]", + "[5 2 3 0 9]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[9 0 5]   [6 0 5]   [0 5]
[9 0 3]   [6 0 3]   [0 3]
[9 0]   [6 0]   [    ]", + "options": [ + "[0]", + "[9 3]", + "[9 6]", + "[9 0]", + "[9 5]", + "[9 6 0]", + "[6]", + "[  ]" + ], + "correct": 0, + "prob_ind": 48 + }, + { + "prompt": "[6 4 3]   [8 4 3]   [4 3]
[6 4 2]   [8 4 2]   [4 2]
[6 4]   [8 4]   [    ]", + "options": [ + "[6 8]", + "[4]", + "[6]", + "[3]", + "[  ]", + "[6 4 2]", + "[6 8 4 2]", + "[6 3]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[2 5 1]   [8 5 1]   [5 1]
[2 5 4]   [8 5 4]   [5 4]
[2 5]   [8 5]   [    ]", + "options": [ + "[8]", + "[2 8 5 1]", + "[1]", + "[5 4]", + "[5]", + "[2 8 5 4]", + "[8 1]", + "[2 5 4 1]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[1 0 6]   [5 0 6]   [0 6]
[1 0 3]   [5 0 3]   [0 3]
[1 0]   [5 0]   [    ]", + "options": [ + "[5 0 6]", + "[3 6]", + "[1 5 3 6]", + "[1 5 0 3 6]", + "[6]", + "[1 0 3 6]", + "[1 5 0]", + "[0]" + ], + "correct": 7, + "prob_ind": 51 + }, + { + "prompt": "[1 8 7]   [9 8 7]   [8 7]
[1 8 5]   [9 8 5]   [8 5]
[1 8]   [9 8]   [    ]", + "options": [ + "[  ]", + "[9 5 7]", + "[7]", + "[1 8 5 7]", + "[1 9 5]", + "[8]", + "[1 9 5 7]", + "[9 7]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[2 1 0]   [6 1 0]   [1 0]
[2 1 7]   [6 1 7]   [1 7]
[2 1]   [6 1]   [    ]", + "options": [ + "[2 7]", + "[1]", + "[1 7]", + "[1 7 0]", + "[2 6]", + "[2 1 0]", + "[7]", + "[6 0]" + ], + "correct": 1, + "prob_ind": 53 + }, + { + "prompt": "[1 7 0]   [9 7 0]   [7 0]
[1 7 2]   [9 7 2]   [7 2]
[1 7]   [9 7]   [    ]", + "options": [ + "[9 7 2]", + "[7]", + "[1 9 2]", + "[1 9 0]", + "[9 7]", + "[  ]", + "[1]", + "[0]" + ], + "correct": 1, + "prob_ind": 54 + }, + { + "prompt": "[9 1 0]   [2 1 0]   [1 0]
[9 1 3]   [2 1 3]   [1 3]
[9 1]   [2 1]   [    ]", + "options": [ + "[1]", + "[9 2 0]", + "[3]", + "[2]", + "[9 0]", + "[2 1 3 0]", + "[0]", + "[  ]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[2 8 3]   [0 8 3]   [8 3]
[2 8 4]   [0 8 4]   [8 4]
[2 8]   [0 8]   [    ]", + "options": [ + "[2 0 3]", + "[4]", + "[0]", + "[8]", + "[2 0 8 4 3]", + "[2 0 4]", + "[2 0 8 4]", + "[0 3]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[9 6 7]   [5 6 7]   [6 7]
[9 6 4]   [5 6 4]   [6 4]
[9 6]   [5 6]   [    ]", + "options": [ + "[6 4 7]", + "[9 5 6 7]", + "[4 7]", + "[9 6 7]", + "[9 6]", + "[5 6]", + "[6]", + "[9 5]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[0 2 1]   [4 2 1]   [2 1]
[0 2 8]   [4 2 8]   [2 8]
[0 2]   [4 2]   [    ]", + "options": [ + "[0 2 8]", + "[4 8]", + "[0 1]", + "[0 8]", + "[4 2]", + "[0 2 8 1]", + "[0 4]", + "[2]" + ], + "correct": 7, + "prob_ind": 58 + }, + { + "prompt": "[5 1 9]   [2 1 9]   [1 9]
[5 1 0]   [2 1 0]   [1 0]
[5 1]   [2 1]   [    ]", + "options": [ + "[5 2 0 9]", + "[5 2 9]", + "[2 0]", + "[1]", + "[1 9]", + "[1 0 9]", + "[5 2]", + "[5 1 0 9]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[7 5 1]   [6 5 1]   [5 1]
[7 5 4]   [6 5 4]   [5 4]
[7 5]   [6 5]   [    ]", + "options": [ + "[5 4 1]", + "[7 5 1]", + "[7 6 4]", + "[5]", + "[7 6 5 4 1]", + "[7 4 1]", + "[6 5 4 1]", + "[  ]" + ], + "correct": 3, + "prob_ind": 60 + }, + { + "prompt": "[4 5 8]   [1 5 8]   [5 8]
[4 5 3]   [1 5 3]   [5 3]
[4 5]   [1 5]   [    ]", + "options": [ + "[1 5]", + "[1 5 8]", + "[4 5 3 8]", + "[4 1 3]", + "[4]", + "[1 3]", + "[  ]", + "[5]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[6 4 7]   [1 4 7]   [4 7]
[6 4 0]   [1 4 0]   [4 0]
[6 4]   [1 4]   [    ]", + "options": [ + "[1 4 0 7]", + "[1 0 7]", + "[1 7]", + "[6 0]", + "[6 4]", + "[0 7]", + "[4]", + "[6 4 0]" + ], + "correct": 6, + "prob_ind": 62 + }, + { + "prompt": "[8 7 3]   [5 7 3]   [7 3]
[8 7 0]   [5 7 0]   [7 0]
[8 7]   [5 7]   [    ]", + "options": [ + "[8 5 0 3]", + "[5 3]", + "[5 7 0]", + "[8 5 7 3]", + "[7]", + "[5 7 3]", + "[8 5 7]", + "[8 5 7 0 3]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[8 6 5]   [7 6 5]   [6 5]
[8 6 2]   [7 6 2]   [6 2]
[8 6]   [7 6]   [    ]", + "options": [ + "[2]", + "[7 2 5]", + "[7 6 2 5]", + "[6]", + "[8 7 6]", + "[7 2]", + "[6 5]", + "[8 7]" + ], + "correct": 3, + "prob_ind": 64 + }, + { + "prompt": "[2 7 8]   [1 7 8]   [7 8]
[2 7 9]   [1 7 9]   [7 9]
[2 7]   [1 7]   [    ]", + "options": [ + "[2 7 8]", + "[1]", + "[1 9]", + "[9 8]", + "[2 1]", + "[7]", + "[2 1 7 9]", + "[8]" + ], + "correct": 5, + "prob_ind": 65 + }, + { + "prompt": "[4 9 7]   [0 9 7]   [9 7]
[4 9 5]   [0 9 5]   [9 5]
[4 9]   [0 9]   [    ]", + "options": [ + "[4 0 5 7]", + "[7]", + "[4 0 9 5 7]", + "[0 5 7]", + "[0 7]", + "[0 9 5 7]", + "[9]", + "[4 9 5]" + ], + "correct": 6, + "prob_ind": 66 + }, + { + "prompt": "[8 7 1]   [6 7 1]   [7 1]
[8 7 2]   [6 7 2]   [7 2]
[8 7]   [6 7]   [    ]", + "options": [ + "[2]", + "[2 1]", + "[8 7 2 1]", + "[6 7 2]", + "[7]", + "[8 1]", + "[  ]", + "[8 2]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[3 5 8]   [9 5 8]   [5 8]
[3 5 6]   [9 5 6]   [5 6]
[3 5]   [9 5]   [    ]", + "options": [ + "[5]", + "[9 5 6]", + "[3]", + "[9 6 8]", + "[3 9 5 8]", + "[3 9]", + "[5 6]", + "[3 5 6 8]" + ], + "correct": 0, + "prob_ind": 68 + }, + { + "prompt": "[2 5 8]   [9 5 8]   [5 8]
[2 5 1]   [9 5 1]   [5 1]
[2 5]   [9 5]   [    ]", + "options": [ + "[1 8]", + "[2 1 8]", + "[2 9 5 1 8]", + "[5]", + "[2 5 1 8]", + "[5 8]", + "[2 8]", + "[2 9 5 8]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[6 3 7]   [4 3 7]   [3 7]
[6 3 2]   [4 3 2]   [3 2]
[6 3]   [4 3]   [    ]", + "options": [ + "[2]", + "[6 4 3 7]", + "[  ]", + "[3]", + "[6 4 2]", + "[6 4 3 2 7]", + "[6 7]", + "[3 2]" + ], + "correct": 3, + "prob_ind": 70 + }, + { + "prompt": "[2 9 7]   [3 9 7]   [9 7]
[2 9 6]   [3 9 6]   [9 6]
[2 9]   [3 9]   [    ]", + "options": [ + "[2 6 7]", + "[9]", + "[2]", + "[2 7]", + "[3 9]", + "[2 3 9 6]", + "[2 3 9 7]", + "[6]" + ], + "correct": 1, + "prob_ind": 71 + }, + { + "prompt": "[6 1 3]   [9 1 3]   [1 3]
[6 1 0]   [9 1 0]   [1 0]
[6 1]   [9 1]   [    ]", + "options": [ + "[1]", + "[9 3]", + "[6 9 1 0 3]", + "[9 0]", + "[3]", + "[  ]", + "[1 3]", + "[6 9 0]" + ], + "correct": 0, + "prob_ind": 72 + }, + { + "prompt": "[7 6 1]   [3 6 1]   [6 1]
[7 6 5]   [3 6 5]   [6 5]
[7 6]   [3 6]   [    ]", + "options": [ + "[7 3 5]", + "[6 1]", + "[7 3]", + "[3 5 1]", + "[7 3 6]", + "[3 1]", + "[7 3 1]", + "[6]" + ], + "correct": 7, + "prob_ind": 73 + }, + { + "prompt": "[6 2 7]   [3 2 7]   [2 7]
[6 2 0]   [3 2 0]   [2 0]
[6 2]   [3 2]   [    ]", + "options": [ + "[2 0 7]", + "[2]", + "[3]", + "[7]", + "[6 3 2]", + "[3 0]", + "[6 3]", + "[  ]" + ], + "correct": 1, + "prob_ind": 74 + }, + { + "prompt": "[8 7 6]   [4 7 6]   [7 6]
[8 7 3]   [4 7 3]   [7 3]
[8 7]   [4 7]   [    ]", + "options": [ + "[3]", + "[4 7 3]", + "[8 3 6]", + "[8 4 6]", + "[4 7]", + "[7]", + "[8 7 3]", + "[4 3 6]" + ], + "correct": 5, + "prob_ind": 75 + }, + { + "prompt": "[5 1 6]   [0 1 6]   [1 6]
[5 1 4]   [0 1 4]   [1 4]
[5 1]   [0 1]   [    ]", + "options": [ + "[0]", + "[5 4 6]", + "[5 0 4 6]", + "[1]", + "[0 4]", + "[5 0 4]", + "[5 0 6]", + "[0 6]" + ], + "correct": 3, + "prob_ind": 76 + }, + { + "prompt": "[7 3 8]   [4 3 8]   [3 8]
[7 3 0]   [4 3 0]   [3 0]
[7 3]   [4 3]   [    ]", + "options": [ + "[0 8]", + "[4 0 8]", + "[3]", + "[4]", + "[7 4 3 0 8]", + "[7 4]", + "[4 0]", + "[3 0]" + ], + "correct": 2, + "prob_ind": 77 + }, + { + "prompt": "[8 6 7]   [5 6 7]   [6 7]
[8 6 1]   [5 6 1]   [6 1]
[8 6]   [5 6]   [    ]", + "options": [ + "[7]", + "[8 1]", + "[1 7]", + "[8 1 7]", + "[8 5 1]", + "[6]", + "[5 1 7]", + "[5 6 1 7]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[4 7 6]   [5 7 6]   [7 6]
[4 7 3]   [5 7 3]   [7 3]
[4 7]   [5 7]   [    ]", + "options": [ + "[7 3 6]", + "[7 6]", + "[4 5 3 6]", + "[4 5 7 6]", + "[4 3]", + "[5 7 3]", + "[4 5 7 3]", + "[7]" + ], + "correct": 7, + "prob_ind": 79 + }, + { + "prompt": "[9 3 4]   [5 3 4]   [3 4]
[9 3 2]   [5 3 2]   [3 2]
[9 3]   [5 3]   [    ]", + "options": [ + "[9 3 2 4]", + "[9 5 4]", + "[9 3]", + "[3 4]", + "[9 2]", + "[3]", + "[2]", + "[9 3 2]" + ], + "correct": 5, + "prob_ind": 80 + }, + { + "prompt": "[0 3 2]   [5 3 2]   [3 2]
[0 3 4]   [5 3 4]   [3 4]
[0 3]   [5 3]   [    ]", + "options": [ + "[0 3 4]", + "[5 3]", + "[0 5 3 4 2]", + "[4]", + "[3]", + "[3 4]", + "[3 2]", + "[0 5 3 2]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[8 0 3]   [7 0 3]   [0 3]
[8 0 1]   [7 0 1]   [0 1]
[8 0]   [7 0]   [    ]", + "options": [ + "[0]", + "[7 0 1 3]", + "[0 1 3]", + "[8 7 1 3]", + "[7 0]", + "[1]", + "[8 1 3]", + "[7 0 3]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[5 4 8]   [9 4 8]   [4 8]
[5 4 0]   [9 4 0]   [4 0]
[5 4]   [9 4]   [    ]", + "options": [ + "[5 9 4 8]", + "[9 4 8]", + "[4 0]", + "[4]", + "[9 0 8]", + "[5 0 8]", + "[9 0]", + "[  ]" + ], + "correct": 3, + "prob_ind": 83 + }, + { + "prompt": "[6 7 4]   [0 7 4]   [7 4]
[6 7 9]   [0 7 9]   [7 9]
[6 7]   [0 7]   [    ]", + "options": [ + "[6 0 9]", + "[6]", + "[9]", + "[4]", + "[0 4]", + "[7]", + "[0 7 4]", + "[0 9]" + ], + "correct": 5, + "prob_ind": 84 + }, + { + "prompt": "[8 1 9]   [2 1 9]   [1 9]
[8 1 3]   [2 1 3]   [1 3]
[8 1]   [2 1]   [    ]", + "options": [ + "[1 3 9]", + "[8 2 1 9]", + "[1]", + "[9]", + "[3 9]", + "[2]", + "[8 2 1 3]", + "[8 3]" + ], + "correct": 2, + "prob_ind": 85 + }, + { + "prompt": "[7 4 2]   [8 4 2]   [4 2]
[7 4 1]   [8 4 1]   [4 1]
[7 4]   [8 4]   [    ]", + "options": [ + "[4 1]", + "[7 4 2]", + "[7 8 4]", + "[4]", + "[7 1 2]", + "[7 8 4 1 2]", + "[2]", + "[8 4 2]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[7 2 3]   [5 2 3]   [2 3]
[7 2 6]   [5 2 6]   [2 6]
[7 2]   [5 2]   [    ]", + "options": [ + "[7 5 2 6 3]", + "[7 2 6 3]", + "[5 3]", + "[5]", + "[5 2 6 3]", + "[2]", + "[3]", + "[7 2]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[3 1 0]   [7 1 0]   [1 0]
[3 1 5]   [7 1 5]   [1 5]
[3 1]   [7 1]   [    ]", + "options": [ + "[3 7 1 5]", + "[3 7 5]", + "[7 5 0]", + "[3 7 1 5 0]", + "[1]", + "[3 1]", + "[7 1 5]", + "[7 1 5 0]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[9 2 3]   [1 2 3]   [2 3]
[9 2 4]   [1 2 4]   [2 4]
[9 2]   [1 2]   [    ]", + "options": [ + "[9 1 4 3]", + "[9 4 3]", + "[1 4]", + "[1 2 3]", + "[1 4 3]", + "[2]", + "[2 4 3]", + "[9]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[4 9 1]   [8 9 1]   [9 1]
[4 9 7]   [8 9 7]   [9 7]
[4 9]   [8 9]   [    ]", + "options": [ + "[9 1]", + "[8 1]", + "[4 8 1]", + "[4 8 7 1]", + "[9]", + "[4]", + "[4 9 7 1]", + "[4 8 9 7 1]" + ], + "correct": 4, + "prob_ind": 90 + }, + { + "prompt": "[8 5 7]   [2 5 7]   [5 7]
[8 5 9]   [2 5 9]   [5 9]
[8 5]   [2 5]   [    ]", + "options": [ + "[8 2]", + "[8 2 5 7]", + "[8 9]", + "[8 5]", + "[5]", + "[2]", + "[8 5 9]", + "[8 2 5]" + ], + "correct": 4, + "prob_ind": 91 + }, + { + "prompt": "[1 9 8]   [3 9 8]   [9 8]
[1 9 5]   [3 9 5]   [9 5]
[1 9]   [3 9]   [    ]", + "options": [ + "[1 3 8]", + "[9]", + "[1 9 8]", + "[1 3 9 8]", + "[1 5]", + "[1 3 5 8]", + "[9 8]", + "[1 3 5]" + ], + "correct": 1, + "prob_ind": 92 + }, + { + "prompt": "[6 3 8]   [2 3 8]   [3 8]
[6 3 9]   [2 3 9]   [3 9]
[6 3]   [2 3]   [    ]", + "options": [ + "[6 9]", + "[2 8]", + "[6 3]", + "[3]", + "[6 2 8]", + "[6 8]", + "[2 3 9]", + "[6 2 9 8]" + ], + "correct": 3, + "prob_ind": 93 + }, + { + "prompt": "[2 6 5]   [8 6 5]   [6 5]
[2 6 3]   [8 6 3]   [6 3]
[2 6]   [8 6]   [    ]", + "options": [ + "[6 3]", + "[6 5]", + "[2 8 3 5]", + "[8 6 3]", + "[2 3]", + "[2 8]", + "[2 6 5]", + "[6]" + ], + "correct": 7, + "prob_ind": 94 + }, + { + "prompt": "[9 3 4]   [6 3 4]   [3 4]
[9 3 1]   [6 3 1]   [3 1]
[9 3]   [6 3]   [    ]", + "options": [ + "[9 6]", + "[9 3]", + "[1 4]", + "[6]", + "[9 6 3]", + "[4]", + "[9 1 4]", + "[3]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[7 6 8]   [0 6 8]   [6 8]
[7 6 2]   [0 6 2]   [6 2]
[7 6]   [0 6]   [    ]", + "options": [ + "[6 2]", + "[0 6]", + "[6]", + "[0 2]", + "[7 0 2]", + "[0 8]", + "[6 8]", + "[0 6 2 8]" + ], + "correct": 2, + "prob_ind": 96 + }, + { + "prompt": "[9 1 7]   [5 1 7]   [1 7]
[9 1 2]   [5 1 2]   [1 2]
[9 1]   [5 1]   [    ]", + "options": [ + "[2]", + "[9 1 7]", + "[2 7]", + "[9 1 2]", + "[9 2 7]", + "[1]", + "[9 5 2 7]", + "[5 1 7]" + ], + "correct": 5, + "prob_ind": 97 + }, + { + "prompt": "[6 2 4]   [8 2 4]   [2 4]
[6 2 0]   [8 2 0]   [2 0]
[6 2]   [8 2]   [    ]", + "options": [ + "[2]", + "[0]", + "[6 8 2 0 4]", + "[8 4]", + "[6 8 4]", + "[  ]", + "[6 0]", + "[6 8 2 0]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[4 3 6]   [9 3 6]   [3 6]
[4 3 7]   [9 3 7]   [3 7]
[4 3]   [9 3]   [    ]", + "options": [ + "[3]", + "[3 6]", + "[4 3 6]", + "[7]", + "[4 7]", + "[9 3 6]", + "[4 9 3 7]", + "[  ]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "XOR": [ + { + "prompt": "[6 4]   [6 1]   [4 1]
[6 1]   [3 6]   [1 3]
[4 1]   [1 3]   [    ]", + "options": [ + "[6 4 1 3]", + "[6]", + "[1]", + "[4]", + "[1 3]", + "[6 1]", + "[4 3]", + "[6 1 3]" + ], + "correct": 6, + "prob_ind": 0 + }, + { + "prompt": "[7 9]   [7 2]   [9 2]
[7 2]   [8 7]   [2 8]
[9 2]   [2 8]   [    ]", + "options": [ + "[8]", + "[9]", + "[9 8]", + "[7]", + "[7 9 2]", + "[7 9 2 8]", + "[7 9]", + "[7 2]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[5 3]   [5 1]   [3 1]
[5 1]   [4 5]   [1 4]
[3 1]   [1 4]   [    ]", + "options": [ + "[5 3 1 4]", + "[3 4]", + "[5 1]", + "[5 3 4]", + "[5]", + "[4]", + "[5 4]", + "[5 1 4]" + ], + "correct": 1, + "prob_ind": 2 + }, + { + "prompt": "[1 9]   [1 6]   [9 6]
[1 6]   [8 1]   [6 8]
[9 6]   [6 8]   [    ]", + "options": [ + "[1 9 8]", + "[1 9]", + "[6 8]", + "[9 8]", + "[9]", + "[1]", + "[  ]", + "[1 8]" + ], + "correct": 3, + "prob_ind": 3 + }, + { + "prompt": "[1 9]   [1 2]   [9 2]
[1 2]   [3 1]   [2 3]
[9 2]   [2 3]   [    ]", + "options": [ + "[1 9 3]", + "[3]", + "[  ]", + "[1 9 2]", + "[9 3]", + "[1 3]", + "[1 2]", + "[9 2]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[4 9]   [4 0]   [9 0]
[4 0]   [7 4]   [0 7]
[9 0]   [0 7]   [    ]", + "options": [ + "[9 7]", + "[0 7]", + "[4]", + "[9 0]", + "[4 0]", + "[4 9 7]", + "[9 0 7]", + "[4 9 0]" + ], + "correct": 0, + "prob_ind": 5 + }, + { + "prompt": "[6 3]   [6 5]   [3 5]
[6 5]   [2 6]   [5 2]
[3 5]   [5 2]   [    ]", + "options": [ + "[3 5 2]", + "[5 2]", + "[3]", + "[2]", + "[3 2]", + "[3 5]", + "[6 3 5 2]", + "[6 2]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[9 7]   [9 5]   [7 5]
[9 5]   [3 9]   [5 3]
[7 5]   [5 3]   [    ]", + "options": [ + "[9]", + "[9 3]", + "[7 3]", + "[  ]", + "[3]", + "[5]", + "[7]", + "[9 7 5 3]" + ], + "correct": 2, + "prob_ind": 7 + }, + { + "prompt": "[7 0]   [7 3]   [0 3]
[7 3]   [9 7]   [3 9]
[0 3]   [3 9]   [    ]", + "options": [ + "[0 3 9]", + "[7 3]", + "[0 9]", + "[0]", + "[7 0 9]", + "[3 9]", + "[7]", + "[3]" + ], + "correct": 2, + "prob_ind": 8 + }, + { + "prompt": "[3 4]   [3 9]   [4 9]
[3 9]   [2 3]   [9 2]
[4 9]   [9 2]   [    ]", + "options": [ + "[3 2]", + "[3 9 2]", + "[4 9 2]", + "[9]", + "[3]", + "[3 4 9 2]", + "[4 2]", + "[4]" + ], + "correct": 6, + "prob_ind": 9 + }, + { + "prompt": "[6 5]   [6 7]   [5 7]
[6 7]   [8 6]   [7 8]
[5 7]   [7 8]   [    ]", + "options": [ + "[5 8]", + "[8]", + "[6 5 7]", + "[6]", + "[6 7]", + "[6 5 8]", + "[7]", + "[5 7 8]" + ], + "correct": 0, + "prob_ind": 10 + }, + { + "prompt": "[4 0]   [4 7]   [0 7]
[4 7]   [2 4]   [7 2]
[0 7]   [7 2]   [    ]", + "options": [ + "[0 7 2]", + "[  ]", + "[4 0 7 2]", + "[4]", + "[4 0 2]", + "[0 2]", + "[4 2]", + "[2]" + ], + "correct": 5, + "prob_ind": 11 + }, + { + "prompt": "[7 3]   [7 8]   [3 8]
[7 8]   [6 7]   [8 6]
[3 8]   [8 6]   [    ]", + "options": [ + "[3 6]", + "[  ]", + "[7 8]", + "[7]", + "[7 3 8 6]", + "[3 8 6]", + "[7 3 8]", + "[3 8]" + ], + "correct": 0, + "prob_ind": 12 + }, + { + "prompt": "[3 6]   [3 4]   [6 4]
[3 4]   [8 3]   [4 8]
[6 4]   [4 8]   [    ]", + "options": [ + "[3 6 4 8]", + "[4 8]", + "[3 4 8]", + "[  ]", + "[6 4]", + "[6]", + "[6 8]", + "[8]" + ], + "correct": 6, + "prob_ind": 13 + }, + { + "prompt": "[5 6]   [5 9]   [6 9]
[5 9]   [7 5]   [9 7]
[6 9]   [9 7]   [    ]", + "options": [ + "[5]", + "[9 7]", + "[6 9 7]", + "[5 6 9 7]", + "[5 9 7]", + "[6 7]", + "[  ]", + "[6 9]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[9 8]   [9 6]   [8 6]
[9 6]   [0 9]   [6 0]
[8 6]   [6 0]   [    ]", + "options": [ + "[8 0]", + "[9 6 0]", + "[9 8]", + "[  ]", + "[9]", + "[8 6 0]", + "[0]", + "[6 0]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[7 8]   [7 1]   [8 1]
[7 1]   [4 7]   [1 4]
[8 1]   [1 4]   [    ]", + "options": [ + "[8 1 4]", + "[8 4]", + "[  ]", + "[4]", + "[7]", + "[7 8 1 4]", + "[1]", + "[1 4]" + ], + "correct": 1, + "prob_ind": 16 + }, + { + "prompt": "[1 4]   [1 3]   [4 3]
[1 3]   [0 1]   [3 0]
[4 3]   [3 0]   [    ]", + "options": [ + "[0]", + "[4 3 0]", + "[1 4 0]", + "[1 4 3]", + "[1 0]", + "[1 3 0]", + "[4]", + "[4 0]" + ], + "correct": 7, + "prob_ind": 17 + }, + { + "prompt": "[8 1]   [8 4]   [1 4]
[8 4]   [0 8]   [4 0]
[1 4]   [4 0]   [    ]", + "options": [ + "[  ]", + "[8 0]", + "[4]", + "[1 0]", + "[8 1 0]", + "[8 1 4 0]", + "[4 0]", + "[8 4]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[2 7]   [2 3]   [7 3]
[2 3]   [4 2]   [3 4]
[7 3]   [3 4]   [    ]", + "options": [ + "[7]", + "[2 3]", + "[7 4]", + "[2 7 4]", + "[2 7]", + "[7 3 4]", + "[  ]", + "[4]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[9 0]   [9 3]   [0 3]
[9 3]   [5 9]   [3 5]
[0 3]   [3 5]   [    ]", + "options": [ + "[  ]", + "[9 5]", + "[0 5]", + "[9]", + "[0]", + "[9 0]", + "[9 3 5]", + "[5]" + ], + "correct": 2, + "prob_ind": 20 + }, + { + "prompt": "[5 3]   [5 2]   [3 2]
[5 2]   [4 5]   [2 4]
[3 2]   [2 4]   [    ]", + "options": [ + "[3 2 4]", + "[5 2]", + "[5]", + "[  ]", + "[3 2]", + "[2]", + "[5 4]", + "[3 4]" + ], + "correct": 7, + "prob_ind": 21 + }, + { + "prompt": "[2 6]   [2 8]   [6 8]
[2 8]   [9 2]   [8 9]
[6 8]   [8 9]   [    ]", + "options": [ + "[2 6 8 9]", + "[6]", + "[2 8 9]", + "[9]", + "[2 6]", + "[6 9]", + "[2 6 8]", + "[2 9]" + ], + "correct": 5, + "prob_ind": 22 + }, + { + "prompt": "[6 0]   [6 5]   [0 5]
[6 5]   [1 6]   [5 1]
[0 5]   [5 1]   [    ]", + "options": [ + "[6 0]", + "[6 5 1]", + "[0]", + "[1]", + "[5]", + "[  ]", + "[6 0 5 1]", + "[0 1]" + ], + "correct": 7, + "prob_ind": 23 + }, + { + "prompt": "[1 7]   [1 6]   [7 6]
[1 6]   [0 1]   [6 0]
[7 6]   [6 0]   [    ]", + "options": [ + "[7 6]", + "[6]", + "[1 7]", + "[1 7 0]", + "[7 0]", + "[  ]", + "[6 0]", + "[1 0]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[7 2]   [7 3]   [2 3]
[7 3]   [5 7]   [3 5]
[2 3]   [3 5]   [    ]", + "options": [ + "[3]", + "[2 5]", + "[5]", + "[7]", + "[7 2]", + "[7 2 5]", + "[  ]", + "[3 5]" + ], + "correct": 1, + "prob_ind": 25 + }, + { + "prompt": "[2 5]   [2 3]   [5 3]
[2 3]   [9 2]   [3 9]
[5 3]   [3 9]   [    ]", + "options": [ + "[5 9]", + "[9]", + "[2]", + "[  ]", + "[2 3 9]", + "[5]", + "[2 9]", + "[2 5 3 9]" + ], + "correct": 0, + "prob_ind": 26 + }, + { + "prompt": "[4 1]   [4 3]   [1 3]
[4 3]   [7 4]   [3 7]
[1 3]   [3 7]   [    ]", + "options": [ + "[4 7]", + "[4 1 7]", + "[1 3 7]", + "[4 3]", + "[1 7]", + "[4]", + "[1 3]", + "[3 7]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[3 9]   [3 4]   [9 4]
[3 4]   [0 3]   [4 0]
[9 4]   [4 0]   [    ]", + "options": [ + "[3 9]", + "[3 9 4]", + "[9]", + "[9 4]", + "[3 4 0]", + "[4]", + "[9 0]", + "[3 9 4 0]" + ], + "correct": 6, + "prob_ind": 28 + }, + { + "prompt": "[9 1]   [9 8]   [1 8]
[9 8]   [5 9]   [8 5]
[1 8]   [8 5]   [    ]", + "options": [ + "[5]", + "[1 5]", + "[9]", + "[9 1]", + "[  ]", + "[8]", + "[1 8 5]", + "[1 8]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[4 6]   [4 5]   [6 5]
[4 5]   [2 4]   [5 2]
[6 5]   [5 2]   [    ]", + "options": [ + "[4 2]", + "[4 6 5 2]", + "[6 5 2]", + "[4 5]", + "[4]", + "[2]", + "[6 2]", + "[  ]" + ], + "correct": 6, + "prob_ind": 30 + }, + { + "prompt": "[2 4]   [2 6]   [4 6]
[2 6]   [9 2]   [6 9]
[4 6]   [6 9]   [    ]", + "options": [ + "[4 9]", + "[4 6]", + "[6]", + "[4 6 9]", + "[2 4]", + "[4]", + "[2 4 9]", + "[2 6 9]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[8 6]   [8 5]   [6 5]
[8 5]   [9 8]   [5 9]
[6 5]   [5 9]   [    ]", + "options": [ + "[6]", + "[8 5 9]", + "[6 9]", + "[5]", + "[6 5]", + "[8 6 5]", + "[  ]", + "[8 6 5 9]" + ], + "correct": 2, + "prob_ind": 32 + }, + { + "prompt": "[7 4]   [7 0]   [4 0]
[7 0]   [8 7]   [0 8]
[4 0]   [0 8]   [    ]", + "options": [ + "[7 0 8]", + "[7 8]", + "[4 0]", + "[4]", + "[7 4 0]", + "[7 0]", + "[4 0 8]", + "[4 8]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[1 2]   [1 0]   [2 0]
[1 0]   [5 1]   [0 5]
[2 0]   [0 5]   [    ]", + "options": [ + "[0 5]", + "[1 2 5]", + "[2 0 5]", + "[  ]", + "[2 5]", + "[2 0]", + "[1 2]", + "[5]" + ], + "correct": 4, + "prob_ind": 34 + }, + { + "prompt": "[5 8]   [5 4]   [8 4]
[5 4]   [6 5]   [4 6]
[8 4]   [4 6]   [    ]", + "options": [ + "[5 4 6]", + "[8 4]", + "[5 8 6]", + "[5 8 4 6]", + "[8 4 6]", + "[5 6]", + "[8 6]", + "[8]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[5 2]   [5 8]   [2 8]
[5 8]   [7 5]   [8 7]
[2 8]   [8 7]   [    ]", + "options": [ + "[2 7]", + "[5 2]", + "[5 2 8 7]", + "[5 7]", + "[5 8 7]", + "[5 2 8]", + "[2 8]", + "[8 7]" + ], + "correct": 0, + "prob_ind": 36 + }, + { + "prompt": "[6 8]   [6 2]   [8 2]
[6 2]   [3 6]   [2 3]
[8 2]   [2 3]   [    ]", + "options": [ + "[6 8 2]", + "[3]", + "[6 2 3]", + "[2]", + "[  ]", + "[6 8 3]", + "[8 3]", + "[8 2]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[5 1]   [5 2]   [1 2]
[5 2]   [4 5]   [2 4]
[1 2]   [2 4]   [    ]", + "options": [ + "[2 4]", + "[5 1 2]", + "[2]", + "[1]", + "[  ]", + "[5 1]", + "[1 4]", + "[5 2 4]" + ], + "correct": 6, + "prob_ind": 38 + }, + { + "prompt": "[7 4]   [7 2]   [4 2]
[7 2]   [6 7]   [2 6]
[4 2]   [2 6]   [    ]", + "options": [ + "[7 4]", + "[4 6]", + "[6]", + "[7 4 2 6]", + "[7 2 6]", + "[4 2]", + "[7 4 2]", + "[7]" + ], + "correct": 1, + "prob_ind": 39 + }, + { + "prompt": "[4 2]   [4 9]   [2 9]
[4 9]   [8 4]   [9 8]
[2 9]   [9 8]   [    ]", + "options": [ + "[4]", + "[8]", + "[9 8]", + "[4 2]", + "[4 8]", + "[4 2 9]", + "[2 8]", + "[4 9 8]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[6 5]   [6 9]   [5 9]
[6 9]   [3 6]   [9 3]
[5 9]   [9 3]   [    ]", + "options": [ + "[5 9]", + "[6 3]", + "[6 5]", + "[6 9 3]", + "[6]", + "[6 9]", + "[5 3]", + "[  ]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[2 7]   [2 3]   [7 3]
[2 3]   [0 2]   [3 0]
[7 3]   [3 0]   [    ]", + "options": [ + "[  ]", + "[7]", + "[2 3]", + "[3 0]", + "[3]", + "[7 0]", + "[2 3 0]", + "[0]" + ], + "correct": 5, + "prob_ind": 42 + }, + { + "prompt": "[9 6]   [9 3]   [6 3]
[9 3]   [1 9]   [3 1]
[6 3]   [3 1]   [    ]", + "options": [ + "[6 1]", + "[9 3 1]", + "[3]", + "[9 6]", + "[9 1]", + "[6]", + "[9]", + "[1]" + ], + "correct": 0, + "prob_ind": 43 + }, + { + "prompt": "[7 9]   [7 1]   [9 1]
[7 1]   [0 7]   [1 0]
[9 1]   [1 0]   [    ]", + "options": [ + "[7 0]", + "[0]", + "[9 0]", + "[7 9 1 0]", + "[7 1 0]", + "[7 9 0]", + "[1]", + "[7 9 1]" + ], + "correct": 2, + "prob_ind": 44 + }, + { + "prompt": "[4 1]   [4 8]   [1 8]
[4 8]   [3 4]   [8 3]
[1 8]   [8 3]   [    ]", + "options": [ + "[4 8 3]", + "[3]", + "[1 3]", + "[1 8]", + "[1]", + "[8]", + "[4 1 3]", + "[4 1 8 3]" + ], + "correct": 2, + "prob_ind": 45 + }, + { + "prompt": "[2 8]   [2 4]   [8 4]
[2 4]   [0 2]   [4 0]
[8 4]   [4 0]   [    ]", + "options": [ + "[8 0]", + "[2 8]", + "[4]", + "[  ]", + "[4 0]", + "[8 4 0]", + "[2 8 4 0]", + "[8]" + ], + "correct": 0, + "prob_ind": 46 + }, + { + "prompt": "[1 0]   [1 7]   [0 7]
[1 7]   [8 1]   [7 8]
[0 7]   [7 8]   [    ]", + "options": [ + "[0 8]", + "[8]", + "[  ]", + "[0 7]", + "[1 0 8]", + "[7 8]", + "[1 0]", + "[1 0 7]" + ], + "correct": 0, + "prob_ind": 47 + }, + { + "prompt": "[5 6]   [5 2]   [6 2]
[5 2]   [1 5]   [2 1]
[6 2]   [2 1]   [    ]", + "options": [ + "[2]", + "[6 1]", + "[6 2 1]", + "[  ]", + "[5 6]", + "[6]", + "[5 1]", + "[5 2 1]" + ], + "correct": 1, + "prob_ind": 48 + }, + { + "prompt": "[4 5]   [4 9]   [5 9]
[4 9]   [0 4]   [9 0]
[5 9]   [9 0]   [    ]", + "options": [ + "[9 0]", + "[5 9 0]", + "[5 0]", + "[9]", + "[4 5 9 0]", + "[  ]", + "[4 5 0]", + "[4 0]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[1 7]   [1 8]   [7 8]
[1 8]   [6 1]   [8 6]
[7 8]   [8 6]   [    ]", + "options": [ + "[7 8 6]", + "[7 6]", + "[8 6]", + "[1 6]", + "[8]", + "[7 8]", + "[1 7 8]", + "[7]" + ], + "correct": 1, + "prob_ind": 50 + }, + { + "prompt": "[0 1]   [0 2]   [1 2]
[0 2]   [6 0]   [2 6]
[1 2]   [2 6]   [    ]", + "options": [ + "[1 6]", + "[0 2 6]", + "[0 1]", + "[0]", + "[0 6]", + "[2 6]", + "[0 1 6]", + "[0 2]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[9 7]   [9 3]   [7 3]
[9 3]   [8 9]   [3 8]
[7 3]   [3 8]   [    ]", + "options": [ + "[9 3]", + "[7 3]", + "[7]", + "[7 8]", + "[9 7 8]", + "[9 7]", + "[9 8]", + "[9 7 3 8]" + ], + "correct": 3, + "prob_ind": 52 + }, + { + "prompt": "[3 4]   [3 7]   [4 7]
[3 7]   [0 3]   [7 0]
[4 7]   [7 0]   [    ]", + "options": [ + "[3 0]", + "[3 4 7]", + "[4 0]", + "[3 4 7 0]", + "[4]", + "[4 7]", + "[0]", + "[3 7]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[3 0]   [3 5]   [0 5]
[3 5]   [2 3]   [5 2]
[0 5]   [5 2]   [    ]", + "options": [ + "[5]", + "[0 2]", + "[  ]", + "[0]", + "[5 2]", + "[3 0 5 2]", + "[3 5 2]", + "[3 0]" + ], + "correct": 1, + "prob_ind": 54 + }, + { + "prompt": "[0 2]   [0 4]   [2 4]
[0 4]   [9 0]   [4 9]
[2 4]   [4 9]   [    ]", + "options": [ + "[0 2]", + "[2 9]", + "[9]", + "[2]", + "[0 2 4 9]", + "[4 9]", + "[2 4 9]", + "[0 9]" + ], + "correct": 1, + "prob_ind": 55 + }, + { + "prompt": "[9 7]   [9 6]   [7 6]
[9 6]   [1 9]   [6 1]
[7 6]   [6 1]   [    ]", + "options": [ + "[7]", + "[7 1]", + "[6]", + "[9 7 6]", + "[9 7]", + "[9]", + "[7 6]", + "[9 6]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[5 6]   [5 7]   [6 7]
[5 7]   [0 5]   [7 0]
[6 7]   [7 0]   [    ]", + "options": [ + "[7 0]", + "[0]", + "[5 6]", + "[5 6 0]", + "[5 7 0]", + "[5 6 7]", + "[5 0]", + "[6 0]" + ], + "correct": 7, + "prob_ind": 57 + }, + { + "prompt": "[0 9]   [0 2]   [9 2]
[0 2]   [8 0]   [2 8]
[9 2]   [2 8]   [    ]", + "options": [ + "[9 8]", + "[2 8]", + "[0 9 2 8]", + "[0]", + "[9 2]", + "[0 2]", + "[  ]", + "[0 8]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[0 2]   [0 5]   [2 5]
[0 5]   [6 0]   [5 6]
[2 5]   [5 6]   [    ]", + "options": [ + "[2 6]", + "[6]", + "[2]", + "[5 6]", + "[0 5 6]", + "[0 2 6]", + "[0 5]", + "[2 5 6]" + ], + "correct": 0, + "prob_ind": 59 + }, + { + "prompt": "[6 5]   [6 4]   [5 4]
[6 4]   [0 6]   [4 0]
[5 4]   [4 0]   [    ]", + "options": [ + "[4 0]", + "[6 4 0]", + "[0]", + "[6 0]", + "[5 0]", + "[  ]", + "[6 4]", + "[6 5 4 0]" + ], + "correct": 4, + "prob_ind": 60 + }, + { + "prompt": "[6 3]   [6 1]   [3 1]
[6 1]   [2 6]   [1 2]
[3 1]   [1 2]   [    ]", + "options": [ + "[1]", + "[3 1 2]", + "[6 3 2]", + "[6 1 2]", + "[6 2]", + "[6 3 1 2]", + "[6 3]", + "[3 2]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[5 3]   [5 6]   [3 6]
[5 6]   [0 5]   [6 0]
[3 6]   [6 0]   [    ]", + "options": [ + "[5 3 0]", + "[6]", + "[3 0]", + "[5 3]", + "[5 3 6]", + "[3 6]", + "[5 0]", + "[3 6 0]" + ], + "correct": 2, + "prob_ind": 62 + }, + { + "prompt": "[3 9]   [3 4]   [9 4]
[3 4]   [1 3]   [4 1]
[9 4]   [4 1]   [    ]", + "options": [ + "[3 9 4]", + "[3]", + "[4 1]", + "[3 9]", + "[9 1]", + "[  ]", + "[3 9 1]", + "[4]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[8 4]   [8 9]   [4 9]
[8 9]   [1 8]   [9 1]
[4 9]   [9 1]   [    ]", + "options": [ + "[8 4 1]", + "[4 1]", + "[4]", + "[8 9]", + "[8]", + "[9]", + "[4 9 1]", + "[4 9]" + ], + "correct": 1, + "prob_ind": 64 + }, + { + "prompt": "[7 2]   [7 3]   [2 3]
[7 3]   [1 7]   [3 1]
[2 3]   [3 1]   [    ]", + "options": [ + "[2 3 1]", + "[2]", + "[7 2]", + "[7 2 3]", + "[2 1]", + "[2 3]", + "[  ]", + "[3 1]" + ], + "correct": 4, + "prob_ind": 65 + }, + { + "prompt": "[2 6]   [2 1]   [6 1]
[2 1]   [9 2]   [1 9]
[6 1]   [1 9]   [    ]", + "options": [ + "[6 1]", + "[2 1 9]", + "[2 6 1]", + "[2 9]", + "[6]", + "[2 1]", + "[6 9]", + "[  ]" + ], + "correct": 6, + "prob_ind": 66 + }, + { + "prompt": "[3 7]   [3 6]   [7 6]
[3 6]   [2 3]   [6 2]
[7 6]   [6 2]   [    ]", + "options": [ + "[7 6 2]", + "[3 6]", + "[7]", + "[3 7]", + "[3 6 2]", + "[3 2]", + "[3 7 2]", + "[7 2]" + ], + "correct": 7, + "prob_ind": 67 + }, + { + "prompt": "[2 5]   [2 9]   [5 9]
[2 9]   [7 2]   [9 7]
[5 9]   [9 7]   [    ]", + "options": [ + "[5 9 7]", + "[2 5 7]", + "[9 7]", + "[5 7]", + "[2]", + "[2 5 9 7]", + "[5]", + "[9]" + ], + "correct": 3, + "prob_ind": 68 + }, + { + "prompt": "[5 2]   [5 4]   [2 4]
[5 4]   [7 5]   [4 7]
[2 4]   [4 7]   [    ]", + "options": [ + "[4]", + "[5 7]", + "[2 7]", + "[2 4]", + "[5 2]", + "[2 4 7]", + "[2]", + "[5 4]" + ], + "correct": 2, + "prob_ind": 69 + }, + { + "prompt": "[5 6]   [5 1]   [6 1]
[5 1]   [4 5]   [1 4]
[6 1]   [1 4]   [    ]", + "options": [ + "[5 4]", + "[4]", + "[6 1]", + "[6 4]", + "[1 4]", + "[5 6 4]", + "[5]", + "[5 1 4]" + ], + "correct": 3, + "prob_ind": 70 + }, + { + "prompt": "[2 5]   [2 8]   [5 8]
[2 8]   [0 2]   [8 0]
[5 8]   [8 0]   [    ]", + "options": [ + "[5 0]", + "[  ]", + "[5]", + "[5 8 0]", + "[2]", + "[5 8]", + "[2 5 0]", + "[2 0]" + ], + "correct": 0, + "prob_ind": 71 + }, + { + "prompt": "[1 2]   [1 8]   [2 8]
[1 8]   [9 1]   [8 9]
[2 8]   [8 9]   [    ]", + "options": [ + "[  ]", + "[9]", + "[2 9]", + "[2]", + "[1]", + "[8 9]", + "[1 2]", + "[1 2 8 9]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[5 3]   [5 9]   [3 9]
[5 9]   [1 5]   [9 1]
[3 9]   [9 1]   [    ]", + "options": [ + "[3 9 1]", + "[5 9 1]", + "[5 3 9]", + "[  ]", + "[5 3 9 1]", + "[3 1]", + "[3]", + "[1]" + ], + "correct": 5, + "prob_ind": 73 + }, + { + "prompt": "[9 1]   [9 5]   [1 5]
[9 5]   [0 9]   [5 0]
[1 5]   [5 0]   [    ]", + "options": [ + "[1 0]", + "[1 5 0]", + "[5]", + "[1]", + "[9 1]", + "[9 1 5]", + "[9 1 5 0]", + "[0]" + ], + "correct": 0, + "prob_ind": 74 + }, + { + "prompt": "[8 2]   [8 6]   [2 6]
[8 6]   [0 8]   [6 0]
[2 6]   [6 0]   [    ]", + "options": [ + "[8 2 6 0]", + "[2 0]", + "[  ]", + "[6 0]", + "[2 6 0]", + "[2 6]", + "[6]", + "[8 2 6]" + ], + "correct": 1, + "prob_ind": 75 + }, + { + "prompt": "[9 0]   [9 2]   [0 2]
[9 2]   [1 9]   [2 1]
[0 2]   [2 1]   [    ]", + "options": [ + "[0 2 1]", + "[9 0 2 1]", + "[9 0 1]", + "[9 2 1]", + "[9 0 2]", + "[0 1]", + "[0]", + "[2]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[4 3]   [4 9]   [3 9]
[4 9]   [6 4]   [9 6]
[3 9]   [9 6]   [    ]", + "options": [ + "[9]", + "[9 6]", + "[6]", + "[4 3 9]", + "[4]", + "[3 9 6]", + "[3 9]", + "[3 6]" + ], + "correct": 7, + "prob_ind": 77 + }, + { + "prompt": "[4 9]   [4 1]   [9 1]
[4 1]   [6 4]   [1 6]
[9 1]   [1 6]   [    ]", + "options": [ + "[1 6]", + "[6]", + "[4 6]", + "[  ]", + "[9 6]", + "[4 9 1 6]", + "[1]", + "[4 9]" + ], + "correct": 4, + "prob_ind": 78 + }, + { + "prompt": "[2 0]   [2 4]   [0 4]
[2 4]   [5 2]   [4 5]
[0 4]   [4 5]   [    ]", + "options": [ + "[0 4]", + "[0 5]", + "[2]", + "[2 4]", + "[2 5]", + "[0]", + "[2 0 5]", + "[2 0]" + ], + "correct": 1, + "prob_ind": 79 + }, + { + "prompt": "[1 3]   [1 8]   [3 8]
[1 8]   [9 1]   [8 9]
[3 8]   [8 9]   [    ]", + "options": [ + "[1 3 8]", + "[3 8 9]", + "[  ]", + "[8]", + "[3 9]", + "[3]", + "[1 8 9]", + "[1 3 8 9]" + ], + "correct": 4, + "prob_ind": 80 + }, + { + "prompt": "[2 6]   [2 3]   [6 3]
[2 3]   [0 2]   [3 0]
[6 3]   [3 0]   [    ]", + "options": [ + "[2 3 0]", + "[3]", + "[2 6 3]", + "[0]", + "[6 3 0]", + "[  ]", + "[2 6]", + "[6 0]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[2 5]   [2 4]   [5 4]
[2 4]   [9 2]   [4 9]
[5 4]   [4 9]   [    ]", + "options": [ + "[5 9]", + "[5 4 9]", + "[2]", + "[2 5 4 9]", + "[4 9]", + "[4]", + "[2 5 4]", + "[2 4]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[9 7]   [9 3]   [7 3]
[9 3]   [2 9]   [3 2]
[7 3]   [3 2]   [    ]", + "options": [ + "[9 3]", + "[7 3 2]", + "[9 7 2]", + "[9]", + "[7 3]", + "[  ]", + "[7 2]", + "[9 2]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[8 2]   [8 7]   [2 7]
[8 7]   [1 8]   [7 1]
[2 7]   [7 1]   [    ]", + "options": [ + "[8 2 7]", + "[8 2]", + "[8 2 1]", + "[8 7]", + "[8 1]", + "[2 1]", + "[8 2 7 1]", + "[2 7 1]" + ], + "correct": 5, + "prob_ind": 84 + }, + { + "prompt": "[8 4]   [8 5]   [4 5]
[8 5]   [9 8]   [5 9]
[4 5]   [5 9]   [    ]", + "options": [ + "[4 9]", + "[8]", + "[  ]", + "[5 9]", + "[5]", + "[8 4 5 9]", + "[8 4 9]", + "[4]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[1 9]   [1 2]   [9 2]
[1 2]   [4 1]   [2 4]
[9 2]   [2 4]   [    ]", + "options": [ + "[9]", + "[1 9 4]", + "[9 2]", + "[1 2]", + "[9 4]", + "[9 2 4]", + "[4]", + "[1 9]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[4 0]   [4 5]   [0 5]
[4 5]   [8 4]   [5 8]
[0 5]   [5 8]   [    ]", + "options": [ + "[0 8]", + "[0 5]", + "[  ]", + "[4 0 5 8]", + "[4 0 8]", + "[4 8]", + "[4 0 5]", + "[0]" + ], + "correct": 0, + "prob_ind": 87 + }, + { + "prompt": "[3 8]   [3 4]   [8 4]
[3 4]   [0 3]   [4 0]
[8 4]   [4 0]   [    ]", + "options": [ + "[4 0]", + "[8 0]", + "[3 4 0]", + "[4]", + "[3 8 4 0]", + "[0]", + "[8 4]", + "[3 4]" + ], + "correct": 1, + "prob_ind": 88 + }, + { + "prompt": "[5 8]   [5 2]   [8 2]
[5 2]   [1 5]   [2 1]
[8 2]   [2 1]   [    ]", + "options": [ + "[8 2]", + "[8 1]", + "[5]", + "[5 8 2]", + "[5 8]", + "[5 8 1]", + "[5 1]", + "[2 1]" + ], + "correct": 1, + "prob_ind": 89 + }, + { + "prompt": "[0 2]   [0 4]   [2 4]
[0 4]   [6 0]   [4 6]
[2 4]   [4 6]   [    ]", + "options": [ + "[0 2 4 6]", + "[2 4 6]", + "[2]", + "[0]", + "[2 6]", + "[0 4 6]", + "[0 4]", + "[0 2]" + ], + "correct": 4, + "prob_ind": 90 + }, + { + "prompt": "[9 5]   [9 6]   [5 6]
[9 6]   [0 9]   [6 0]
[5 6]   [6 0]   [    ]", + "options": [ + "[5 0]", + "[  ]", + "[9 5]", + "[9 6]", + "[6]", + "[0]", + "[9 6 0]", + "[9 5 6 0]" + ], + "correct": 0, + "prob_ind": 91 + }, + { + "prompt": "[6 2]   [6 5]   [2 5]
[6 5]   [7 6]   [5 7]
[2 5]   [5 7]   [    ]", + "options": [ + "[2]", + "[6 5]", + "[6 2 7]", + "[2 5 7]", + "[6]", + "[  ]", + "[6 7]", + "[2 7]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[8 5]   [8 7]   [5 7]
[8 7]   [0 8]   [7 0]
[5 7]   [7 0]   [    ]", + "options": [ + "[5 0]", + "[7]", + "[5]", + "[7 0]", + "[8 7 0]", + "[8 5 7 0]", + "[0]", + "[8 5 0]" + ], + "correct": 0, + "prob_ind": 93 + }, + { + "prompt": "[9 8]   [9 4]   [8 4]
[9 4]   [6 9]   [4 6]
[8 4]   [4 6]   [    ]", + "options": [ + "[9 4]", + "[8 4 6]", + "[9 8 6]", + "[9 4 6]", + "[9 6]", + "[8 4]", + "[8 6]", + "[9 8 4 6]" + ], + "correct": 6, + "prob_ind": 94 + }, + { + "prompt": "[4 5]   [4 8]   [5 8]
[4 8]   [7 4]   [8 7]
[5 8]   [8 7]   [    ]", + "options": [ + "[5 7]", + "[7]", + "[4 5 7]", + "[5 8]", + "[4 5 8]", + "[5]", + "[8]", + "[4 7]" + ], + "correct": 0, + "prob_ind": 95 + }, + { + "prompt": "[3 8]   [3 7]   [8 7]
[3 7]   [1 3]   [7 1]
[8 7]   [7 1]   [    ]", + "options": [ + "[1]", + "[3 7 1]", + "[3 8 7]", + "[3 7]", + "[8 7 1]", + "[3 8]", + "[8]", + "[8 1]" + ], + "correct": 7, + "prob_ind": 96 + }, + { + "prompt": "[2 1]   [2 7]   [1 7]
[2 7]   [4 2]   [7 4]
[1 7]   [7 4]   [    ]", + "options": [ + "[2 7]", + "[4]", + "[2 7 4]", + "[  ]", + "[1 4]", + "[2 1 4]", + "[7 4]", + "[2 1]" + ], + "correct": 4, + "prob_ind": 97 + }, + { + "prompt": "[5 3]   [5 0]   [3 0]
[5 0]   [7 5]   [0 7]
[3 0]   [0 7]   [    ]", + "options": [ + "[5 3 0 7]", + "[5 0]", + "[  ]", + "[5 0 7]", + "[3 0]", + "[3 0 7]", + "[5 3]", + "[3 7]" + ], + "correct": 7, + "prob_ind": 98 + }, + { + "prompt": "[0 8]   [0 1]   [8 1]
[0 1]   [9 0]   [1 9]
[8 1]   [1 9]   [    ]", + "options": [ + "[0 8 1]", + "[0 9]", + "[0 1 9]", + "[  ]", + "[8 1]", + "[1]", + "[0 1]", + "[8 9]" + ], + "correct": 7, + "prob_ind": 99 + } + ], + "c3_set_union_permuted": [ + { + "prompt": "[3]   [5]   [3 5]
[6]   [2]   [2 6]
[3 6]   [2 5]   [    ]", + "options": [ + "[  ]", + "[6 5 3]", + "[2 6]", + "[6]", + "[3 2]", + "[5 2 6]", + "[2 6 5 3]", + "[2 6 3]" + ], + "correct": 6, + "prob_ind": 0 + }, + { + "prompt": "[7]   [6]   [6 7]
[1]   [5]   [5 1]
[1 7]   [5 6]   [    ]", + "options": [ + "[1 6 7 5]", + "[7 6]", + "[1 6 5]", + "[1 6]", + "[5]", + "[5 1]", + "[7]", + "[5 6]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[2]   [1]   [1 2]
[4]   [6]   [6 4]
[4 2]   [6 1]   [    ]", + "options": [ + "[4]", + "[6 1]", + "[6 4]", + "[1 2]", + "[1 2 6]", + "[2 1 4 6]", + "[4 2]", + "[6 4 2]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[3]   [0]   [3 0]
[1]   [6]   [1 6]
[3 1]   [0 6]   [    ]", + "options": [ + "[6 0 1 3]", + "[3 6]", + "[3 1]", + "[  ]", + "[0]", + "[6 3 1]", + "[3]", + "[0 1]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[7]   [1]   [7 1]
[3]   [4]   [3 4]
[7 3]   [4 1]   [    ]", + "options": [ + "[4 3 1 7]", + "[  ]", + "[7 3]", + "[4 1]", + "[3]", + "[7]", + "[1]", + "[4]" + ], + "correct": 0, + "prob_ind": 4 + }, + { + "prompt": "[5]   [7]   [7 5]
[8]   [4]   [8 4]
[5 8]   [4 7]   [    ]", + "options": [ + "[5]", + "[  ]", + "[5 7]", + "[7 4]", + "[7 5 8 4]", + "[8 4]", + "[5 8 4]", + "[8 7]" + ], + "correct": 4, + "prob_ind": 5 + }, + { + "prompt": "[8]   [1]   [1 8]
[4]   [0]   [4 0]
[8 4]   [0 1]   [    ]", + "options": [ + "[0]", + "[4 0 8 1]", + "[4]", + "[0 1 8]", + "[4 8]", + "[1 8]", + "[1 4]", + "[8]" + ], + "correct": 1, + "prob_ind": 6 + }, + { + "prompt": "[1]   [4]   [1 4]
[2]   [8]   [8 2]
[2 1]   [8 4]   [    ]", + "options": [ + "[2 1]", + "[2 4 1]", + "[2 8 4]", + "[2 8 4 1]", + "[2 8]", + "[4 8 1]", + "[2]", + "[4 2]" + ], + "correct": 3, + "prob_ind": 7 + }, + { + "prompt": "[0]   [7]   [7 0]
[3]   [6]   [6 3]
[3 0]   [6 7]   [    ]", + "options": [ + "[0 7]", + "[  ]", + "[0 6]", + "[3]", + "[3 0 7 6]", + "[3 6]", + "[0]", + "[3 6 0]" + ], + "correct": 4, + "prob_ind": 8 + }, + { + "prompt": "[4]   [6]   [6 4]
[9]   [2]   [2 9]
[4 9]   [2 6]   [    ]", + "options": [ + "[6]", + "[6 2]", + "[6 9 2 4]", + "[4]", + "[9 4 2]", + "[4 2]", + "[9]", + "[6 2 9]" + ], + "correct": 2, + "prob_ind": 9 + }, + { + "prompt": "[6]   [8]   [6 8]
[9]   [5]   [5 9]
[6 9]   [8 5]   [    ]", + "options": [ + "[5]", + "[5 8 9]", + "[9 6]", + "[5 6 8]", + "[5 9]", + "[6 5 9 8]", + "[9 6 8]", + "[8 9]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[0]   [2]   [2 0]
[7]   [4]   [4 7]
[0 7]   [4 2]   [    ]", + "options": [ + "[7]", + "[7 0]", + "[7 2 0]", + "[2 7]", + "[4 2 7]", + "[0 4 2]", + "[4 7 2 0]", + "[2]" + ], + "correct": 6, + "prob_ind": 11 + }, + { + "prompt": "[7]   [1]   [7 1]
[5]   [3]   [3 5]
[7 5]   [1 3]   [    ]", + "options": [ + "[5 3]", + "[1]", + "[7]", + "[3]", + "[3 1]", + "[1 5]", + "[  ]", + "[7 1 5 3]" + ], + "correct": 7, + "prob_ind": 12 + }, + { + "prompt": "[0]   [2]   [2 0]
[4]   [3]   [4 3]
[4 0]   [3 2]   [    ]", + "options": [ + "[4 3 2]", + "[0 2 3 4]", + "[0 4]", + "[  ]", + "[2]", + "[2 3]", + "[0]", + "[3 4]" + ], + "correct": 1, + "prob_ind": 13 + }, + { + "prompt": "[0]   [9]   [0 9]
[1]   [6]   [1 6]
[1 0]   [6 9]   [    ]", + "options": [ + "[  ]", + "[0 9]", + "[1]", + "[6 1 0]", + "[1 9]", + "[1 0 6 9]", + "[1 6]", + "[9 1 0]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[0]   [7]   [0 7]
[6]   [1]   [1 6]
[6 0]   [7 1]   [    ]", + "options": [ + "[6 7 1]", + "[1 6 0]", + "[0]", + "[7]", + "[7 0 6 1]", + "[6 1]", + "[7 0]", + "[0 1 7]" + ], + "correct": 4, + "prob_ind": 15 + }, + { + "prompt": "[0]   [2]   [2 0]
[5]   [7]   [5 7]
[0 5]   [2 7]   [    ]", + "options": [ + "[0 7 5]", + "[0 5 2]", + "[0 7]", + "[  ]", + "[7 5]", + "[5]", + "[2]", + "[5 7 2 0]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[2]   [8]   [2 8]
[4]   [6]   [4 6]
[2 4]   [8 6]   [    ]", + "options": [ + "[4 2]", + "[  ]", + "[4 6]", + "[6 4 2]", + "[2]", + "[4 2 6 8]", + "[6]", + "[4 8]" + ], + "correct": 5, + "prob_ind": 17 + }, + { + "prompt": "[4]   [7]   [7 4]
[8]   [9]   [8 9]
[8 4]   [9 7]   [    ]", + "options": [ + "[  ]", + "[9 7]", + "[4 9]", + "[8 4]", + "[8 4 9 7]", + "[8]", + "[8 7 4]", + "[8 9]" + ], + "correct": 4, + "prob_ind": 18 + }, + { + "prompt": "[0]   [6]   [0 6]
[8]   [9]   [9 8]
[0 8]   [9 6]   [    ]", + "options": [ + "[8 0 6]", + "[9 6 0]", + "[8 9 0 6]", + "[8 9 0]", + "[9]", + "[8 9]", + "[0]", + "[6 9]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[1]   [3]   [3 1]
[8]   [4]   [8 4]
[1 8]   [4 3]   [    ]", + "options": [ + "[1 3]", + "[1]", + "[3 8 1 4]", + "[4]", + "[1 4 8]", + "[4 3]", + "[3 8]", + "[1 3 8]" + ], + "correct": 2, + "prob_ind": 20 + }, + { + "prompt": "[3]   [9]   [3 9]
[7]   [0]   [7 0]
[7 3]   [9 0]   [    ]", + "options": [ + "[9 0]", + "[0 3]", + "[0]", + "[7 9]", + "[7 9 3 0]", + "[9]", + "[0 7]", + "[3 7]" + ], + "correct": 4, + "prob_ind": 21 + }, + { + "prompt": "[7]   [0]   [0 7]
[5]   [8]   [5 8]
[5 7]   [0 8]   [    ]", + "options": [ + "[5 0 8]", + "[5]", + "[8]", + "[  ]", + "[7 5 0]", + "[7]", + "[0 5 8 7]", + "[7 0 8]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[1]   [7]   [7 1]
[3]   [9]   [3 9]
[1 3]   [9 7]   [    ]", + "options": [ + "[1 9 7]", + "[7 1 9 3]", + "[1]", + "[3 1 9]", + "[3 9]", + "[7]", + "[7 3]", + "[1 3 7]" + ], + "correct": 1, + "prob_ind": 23 + }, + { + "prompt": "[4]   [1]   [1 4]
[3]   [9]   [9 3]
[4 3]   [1 9]   [    ]", + "options": [ + "[1 3]", + "[  ]", + "[1 9 3 4]", + "[9 4]", + "[9 1 4]", + "[3]", + "[3 1 4]", + "[9 3 4]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[8]   [7]   [8 7]
[6]   [4]   [4 6]
[6 8]   [7 4]   [    ]", + "options": [ + "[7]", + "[7 8]", + "[8 4 7]", + "[6 4]", + "[7 8 4 6]", + "[6 8]", + "[6 8 4]", + "[  ]" + ], + "correct": 4, + "prob_ind": 25 + }, + { + "prompt": "[2]   [3]   [3 2]
[0]   [9]   [9 0]
[0 2]   [3 9]   [    ]", + "options": [ + "[2 9 0]", + "[9]", + "[9 3 2]", + "[3]", + "[2 3 0 9]", + "[3 9]", + "[2 9]", + "[2 0]" + ], + "correct": 4, + "prob_ind": 26 + }, + { + "prompt": "[3]   [4]   [3 4]
[6]   [0]   [0 6]
[6 3]   [0 4]   [    ]", + "options": [ + "[4 6]", + "[3 4]", + "[4 3 0 6]", + "[0 4]", + "[6 3 0]", + "[3 6 4]", + "[6 0 4]", + "[0 6]" + ], + "correct": 2, + "prob_ind": 27 + }, + { + "prompt": "[7]   [5]   [7 5]
[4]   [3]   [3 4]
[7 4]   [5 3]   [    ]", + "options": [ + "[5 7]", + "[5 3 7]", + "[7 4]", + "[3]", + "[5 3 7 4]", + "[5]", + "[5 3 4]", + "[3 5]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[1]   [4]   [4 1]
[3]   [2]   [3 2]
[1 3]   [4 2]   [    ]", + "options": [ + "[2 1 4 3]", + "[4]", + "[2 1]", + "[2 1 4]", + "[1 3]", + "[4 1]", + "[4 3]", + "[3 4 1]" + ], + "correct": 0, + "prob_ind": 29 + }, + { + "prompt": "[2]   [5]   [2 5]
[4]   [8]   [4 8]
[4 2]   [8 5]   [    ]", + "options": [ + "[8 4]", + "[5]", + "[5 8 2 4]", + "[5 2]", + "[8 2 5]", + "[4]", + "[2]", + "[4 8 2]" + ], + "correct": 2, + "prob_ind": 30 + }, + { + "prompt": "[6]   [5]   [5 6]
[9]   [3]   [9 3]
[6 9]   [5 3]   [    ]", + "options": [ + "[3]", + "[6 9]", + "[5]", + "[5 6]", + "[5 6 9 3]", + "[  ]", + "[3 5 9]", + "[9 3 6]" + ], + "correct": 4, + "prob_ind": 31 + }, + { + "prompt": "[5]   [3]   [3 5]
[9]   [7]   [9 7]
[5 9]   [7 3]   [    ]", + "options": [ + "[5 7]", + "[5 7 3 9]", + "[7 9 5]", + "[3]", + "[5 3 9]", + "[9 5]", + "[7 3 9]", + "[9]" + ], + "correct": 1, + "prob_ind": 32 + }, + { + "prompt": "[7]   [1]   [1 7]
[8]   [3]   [8 3]
[7 8]   [3 1]   [    ]", + "options": [ + "[7 1]", + "[7]", + "[8]", + "[8 7 1]", + "[3 1]", + "[1]", + "[7 8 3 1]", + "[  ]" + ], + "correct": 6, + "prob_ind": 33 + }, + { + "prompt": "[1]   [2]   [1 2]
[0]   [8]   [0 8]
[0 1]   [8 2]   [    ]", + "options": [ + "[0 2]", + "[0 8]", + "[1 2]", + "[8]", + "[1]", + "[8 2]", + "[0 2 1 8]", + "[0 1]" + ], + "correct": 6, + "prob_ind": 34 + }, + { + "prompt": "[0]   [7]   [0 7]
[3]   [1]   [3 1]
[0 3]   [7 1]   [    ]", + "options": [ + "[0 7]", + "[1 7]", + "[1 3]", + "[  ]", + "[0 7 3]", + "[1 3 0 7]", + "[0 7 1]", + "[7]" + ], + "correct": 5, + "prob_ind": 35 + }, + { + "prompt": "[7]   [5]   [7 5]
[6]   [9]   [9 6]
[7 6]   [5 9]   [    ]", + "options": [ + "[9]", + "[9 6]", + "[7]", + "[6 5 7]", + "[6 5]", + "[9 5 7]", + "[9 7]", + "[6 9 5 7]" + ], + "correct": 7, + "prob_ind": 36 + }, + { + "prompt": "[4]   [5]   [4 5]
[3]   [6]   [3 6]
[4 3]   [5 6]   [    ]", + "options": [ + "[4]", + "[6 5]", + "[6 5 4 3]", + "[4 3 6]", + "[4 3]", + "[5]", + "[4 5]", + "[3 6]" + ], + "correct": 2, + "prob_ind": 37 + }, + { + "prompt": "[6]   [8]   [8 6]
[5]   [3]   [5 3]
[6 5]   [3 8]   [    ]", + "options": [ + "[6]", + "[8 5 6 3]", + "[5 8 3]", + "[5]", + "[8 6 5]", + "[8 6]", + "[3 6]", + "[8 5]" + ], + "correct": 1, + "prob_ind": 38 + }, + { + "prompt": "[1]   [0]   [0 1]
[9]   [8]   [8 9]
[1 9]   [8 0]   [    ]", + "options": [ + "[0 1]", + "[1]", + "[8 9 0 1]", + "[8]", + "[  ]", + "[9 1 8]", + "[1 9]", + "[8 1 0]" + ], + "correct": 2, + "prob_ind": 39 + }, + { + "prompt": "[9]   [3]   [3 9]
[6]   [0]   [0 6]
[9 6]   [0 3]   [    ]", + "options": [ + "[9]", + "[9 3]", + "[  ]", + "[3 6]", + "[3]", + "[0 9]", + "[0 9 6]", + "[3 0 9 6]" + ], + "correct": 7, + "prob_ind": 40 + }, + { + "prompt": "[8]   [3]   [8 3]
[0]   [5]   [0 5]
[0 8]   [3 5]   [    ]", + "options": [ + "[5]", + "[0 5 8]", + "[3]", + "[5 8 3]", + "[  ]", + "[3 0]", + "[0 3 5 8]", + "[0 8]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[6]   [9]   [9 6]
[3]   [7]   [7 3]
[6 3]   [7 9]   [    ]", + "options": [ + "[7 3]", + "[9]", + "[6 3 7 9]", + "[3]", + "[6 7]", + "[6 3 7]", + "[9 3]", + "[3 6]" + ], + "correct": 2, + "prob_ind": 42 + }, + { + "prompt": "[8]   [6]   [6 8]
[3]   [9]   [3 9]
[3 8]   [6 9]   [    ]", + "options": [ + "[9]", + "[3 6]", + "[8 3]", + "[8 6 3]", + "[  ]", + "[6 8 3 9]", + "[6]", + "[6 9 3]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[2]   [7]   [7 2]
[5]   [9]   [9 5]
[2 5]   [7 9]   [    ]", + "options": [ + "[2 9]", + "[7 2 5 9]", + "[5 7 2]", + "[5 2 9]", + "[9]", + "[2 7]", + "[5 2]", + "[5 7]" + ], + "correct": 1, + "prob_ind": 44 + }, + { + "prompt": "[1]   [3]   [3 1]
[4]   [5]   [5 4]
[4 1]   [3 5]   [    ]", + "options": [ + "[5]", + "[3 4]", + "[1]", + "[4 5 3]", + "[5 3 4 1]", + "[3]", + "[4 5]", + "[  ]" + ], + "correct": 4, + "prob_ind": 45 + }, + { + "prompt": "[0]   [6]   [0 6]
[4]   [7]   [7 4]
[0 4]   [6 7]   [    ]", + "options": [ + "[0 4 7]", + "[0 4 6]", + "[0]", + "[0 4 6 7]", + "[0 7]", + "[  ]", + "[4]", + "[6 4]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[0]   [8]   [8 0]
[3]   [7]   [7 3]
[0 3]   [8 7]   [    ]", + "options": [ + "[3]", + "[8 3]", + "[8]", + "[7 3]", + "[7]", + "[7 0 3]", + "[8 3 0]", + "[8 3 0 7]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[8]   [1]   [8 1]
[3]   [6]   [6 3]
[3 8]   [1 6]   [    ]", + "options": [ + "[6 1 3]", + "[8 1]", + "[8 3]", + "[8 6 3]", + "[6 1 8]", + "[3 1]", + "[  ]", + "[8 1 3 6]" + ], + "correct": 7, + "prob_ind": 48 + }, + { + "prompt": "[0]   [2]   [0 2]
[7]   [1]   [1 7]
[7 0]   [2 1]   [    ]", + "options": [ + "[2 1 0 7]", + "[7 2]", + "[0 1]", + "[2 1]", + "[0 7 1]", + "[  ]", + "[1 7 2]", + "[1 7]" + ], + "correct": 0, + "prob_ind": 49 + }, + { + "prompt": "[0]   [8]   [0 8]
[2]   [7]   [7 2]
[0 2]   [7 8]   [    ]", + "options": [ + "[8 0 2 7]", + "[8 2]", + "[2]", + "[7]", + "[8]", + "[0]", + "[0 8 2]", + "[0 2 7]" + ], + "correct": 0, + "prob_ind": 50 + }, + { + "prompt": "[0]   [1]   [0 1]
[3]   [8]   [3 8]
[3 0]   [8 1]   [    ]", + "options": [ + "[0 1 8]", + "[  ]", + "[0 8 3]", + "[1 0]", + "[3]", + "[1 8 0 3]", + "[8 0]", + "[3 1]" + ], + "correct": 5, + "prob_ind": 51 + }, + { + "prompt": "[1]   [6]   [1 6]
[0]   [5]   [0 5]
[0 1]   [5 6]   [    ]", + "options": [ + "[1 5 0]", + "[5 1 6 0]", + "[6 1]", + "[1]", + "[6 0]", + "[5]", + "[5 6]", + "[  ]" + ], + "correct": 1, + "prob_ind": 52 + }, + { + "prompt": "[4]   [6]   [4 6]
[7]   [9]   [7 9]
[7 4]   [6 9]   [    ]", + "options": [ + "[9 6 7]", + "[9 4]", + "[4 9 7 6]", + "[7]", + "[7 6]", + "[4]", + "[9 4 7]", + "[4 7]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[5]   [6]   [5 6]
[2]   [9]   [9 2]
[5 2]   [6 9]   [    ]", + "options": [ + "[6 2 5]", + "[5]", + "[6 2]", + "[6 5 2 9]", + "[5 6]", + "[9 6]", + "[6]", + "[2 9]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[7]   [5]   [7 5]
[6]   [4]   [6 4]
[6 7]   [5 4]   [    ]", + "options": [ + "[6 4 7]", + "[6 5]", + "[5]", + "[4]", + "[7]", + "[5 4]", + "[5 7 4 6]", + "[5 7]" + ], + "correct": 6, + "prob_ind": 55 + }, + { + "prompt": "[6]   [4]   [6 4]
[9]   [3]   [9 3]
[6 9]   [4 3]   [    ]", + "options": [ + "[6]", + "[4 6 3]", + "[  ]", + "[4]", + "[9 4 3]", + "[6 9 4 3]", + "[4 9]", + "[6 9 4]" + ], + "correct": 5, + "prob_ind": 56 + }, + { + "prompt": "[7]   [6]   [6 7]
[8]   [0]   [8 0]
[8 7]   [0 6]   [    ]", + "options": [ + "[0]", + "[6 7 0]", + "[7 0]", + "[6 8 0 7]", + "[8]", + "[6]", + "[6 0]", + "[8 6]" + ], + "correct": 3, + "prob_ind": 57 + }, + { + "prompt": "[4]   [7]   [4 7]
[9]   [1]   [9 1]
[9 4]   [1 7]   [    ]", + "options": [ + "[1 4]", + "[7 1]", + "[9 7]", + "[7]", + "[4]", + "[7 4]", + "[1 7 9]", + "[4 9 7 1]" + ], + "correct": 7, + "prob_ind": 58 + }, + { + "prompt": "[0]   [4]   [4 0]
[7]   [1]   [7 1]
[0 7]   [1 4]   [    ]", + "options": [ + "[0 4 1]", + "[1]", + "[4]", + "[7]", + "[1 7]", + "[1 7 0]", + "[1 0 7 4]", + "[  ]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[9]   [2]   [2 9]
[1]   [4]   [1 4]
[1 9]   [2 4]   [    ]", + "options": [ + "[9 4 2 1]", + "[  ]", + "[2 9 4]", + "[4 9]", + "[2]", + "[4 1]", + "[2 1]", + "[2 9 1]" + ], + "correct": 0, + "prob_ind": 60 + }, + { + "prompt": "[2]   [9]   [2 9]
[7]   [6]   [7 6]
[2 7]   [9 6]   [    ]", + "options": [ + "[7 6 2 9]", + "[7]", + "[2 9]", + "[6 2 9]", + "[7 6 9]", + "[7 9]", + "[2]", + "[7 2 6]" + ], + "correct": 0, + "prob_ind": 61 + }, + { + "prompt": "[2]   [8]   [2 8]
[6]   [9]   [9 6]
[2 6]   [8 9]   [    ]", + "options": [ + "[6 2 9 8]", + "[8 6]", + "[2]", + "[8 6 9]", + "[  ]", + "[8 2 6]", + "[8 2 9]", + "[6]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[9]   [0]   [0 9]
[6]   [4]   [4 6]
[9 6]   [4 0]   [    ]", + "options": [ + "[9]", + "[9 4 6]", + "[6 9]", + "[0]", + "[9 0]", + "[9 4 6 0]", + "[0 9 6]", + "[6]" + ], + "correct": 5, + "prob_ind": 63 + }, + { + "prompt": "[3]   [2]   [3 2]
[9]   [4]   [4 9]
[9 3]   [2 4]   [    ]", + "options": [ + "[2 3]", + "[3 4]", + "[2 9]", + "[2]", + "[9]", + "[  ]", + "[3 2 9 4]", + "[4 3 9]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[0]   [9]   [0 9]
[7]   [2]   [7 2]
[7 0]   [9 2]   [    ]", + "options": [ + "[2 7]", + "[0]", + "[2 0]", + "[7 9]", + "[9 2]", + "[2 9 0 7]", + "[7 9 0]", + "[7 0]" + ], + "correct": 5, + "prob_ind": 65 + }, + { + "prompt": "[5]   [6]   [5 6]
[7]   [2]   [2 7]
[5 7]   [6 2]   [    ]", + "options": [ + "[6 5]", + "[7]", + "[7 5 2]", + "[5]", + "[7 6]", + "[  ]", + "[5 2]", + "[7 5 2 6]" + ], + "correct": 7, + "prob_ind": 66 + }, + { + "prompt": "[0]   [4]   [0 4]
[7]   [3]   [7 3]
[0 7]   [4 3]   [    ]", + "options": [ + "[7 4 0]", + "[4 3 7]", + "[3]", + "[3 0]", + "[4 3 0]", + "[3 4 0 7]", + "[7 0]", + "[4]" + ], + "correct": 5, + "prob_ind": 67 + }, + { + "prompt": "[1]   [5]   [1 5]
[2]   [6]   [6 2]
[2 1]   [6 5]   [    ]", + "options": [ + "[2]", + "[2 5]", + "[6 2 1 5]", + "[2 1]", + "[1 6]", + "[5]", + "[2 6]", + "[2 5 6]" + ], + "correct": 2, + "prob_ind": 68 + }, + { + "prompt": "[9]   [1]   [9 1]
[5]   [3]   [3 5]
[9 5]   [1 3]   [    ]", + "options": [ + "[1]", + "[5 9]", + "[3 9 1]", + "[5 1 3 9]", + "[3]", + "[9]", + "[3 1]", + "[5 3]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[3]   [2]   [2 3]
[1]   [6]   [6 1]
[1 3]   [2 6]   [    ]", + "options": [ + "[6 2]", + "[1 6 2]", + "[3 2]", + "[2 3 6]", + "[2 1]", + "[6 3 1 2]", + "[3 1]", + "[1 3 2]" + ], + "correct": 5, + "prob_ind": 70 + }, + { + "prompt": "[0]   [9]   [9 0]
[8]   [3]   [8 3]
[8 0]   [3 9]   [    ]", + "options": [ + "[9 8]", + "[8 0 3]", + "[8 9 0 3]", + "[  ]", + "[3 8]", + "[0 3]", + "[8]", + "[0 8 9]" + ], + "correct": 2, + "prob_ind": 71 + }, + { + "prompt": "[8]   [2]   [2 8]
[0]   [5]   [5 0]
[8 0]   [2 5]   [    ]", + "options": [ + "[5 0 8]", + "[0 8]", + "[8 2 5 0]", + "[2 5]", + "[8 2]", + "[8]", + "[8 2 5]", + "[5 0]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[6]   [4]   [4 6]
[3]   [1]   [3 1]
[6 3]   [4 1]   [    ]", + "options": [ + "[3 6 1 4]", + "[4 1 3]", + "[4 6]", + "[1 6]", + "[6 1 4]", + "[3]", + "[4]", + "[4 1]" + ], + "correct": 0, + "prob_ind": 73 + }, + { + "prompt": "[0]   [9]   [9 0]
[2]   [6]   [6 2]
[0 2]   [9 6]   [    ]", + "options": [ + "[0 2]", + "[9 6 0 2]", + "[2 0 9]", + "[6]", + "[2 6]", + "[0]", + "[2]", + "[0 9 6]" + ], + "correct": 1, + "prob_ind": 74 + }, + { + "prompt": "[7]   [9]   [7 9]
[5]   [4]   [5 4]
[7 5]   [4 9]   [    ]", + "options": [ + "[5 9 4 7]", + "[9 4 7]", + "[9 7]", + "[5 9 4]", + "[5 7]", + "[5 9]", + "[9]", + "[4 5]" + ], + "correct": 0, + "prob_ind": 75 + }, + { + "prompt": "[4]   [2]   [4 2]
[1]   [7]   [7 1]
[1 4]   [2 7]   [    ]", + "options": [ + "[7]", + "[4 2]", + "[1 7 2]", + "[1]", + "[4]", + "[1 7 4 2]", + "[1 2]", + "[7 2 4]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[2]   [5]   [2 5]
[1]   [3]   [1 3]
[2 1]   [3 5]   [    ]", + "options": [ + "[1]", + "[1 2]", + "[5 2]", + "[3 2]", + "[3 5 2 1]", + "[2 1 5]", + "[5 3 1]", + "[3 5]" + ], + "correct": 4, + "prob_ind": 77 + }, + { + "prompt": "[1]   [4]   [1 4]
[8]   [5]   [5 8]
[1 8]   [5 4]   [    ]", + "options": [ + "[5 1]", + "[1 8 5]", + "[8 4]", + "[1 4]", + "[4 5]", + "[1 5 4 8]", + "[8 4 1]", + "[4 5 1]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[8]   [2]   [2 8]
[5]   [1]   [5 1]
[5 8]   [1 2]   [    ]", + "options": [ + "[1]", + "[2]", + "[5]", + "[2 1]", + "[2 1 5 8]", + "[1 2 5]", + "[  ]", + "[8 5 2]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[5]   [3]   [5 3]
[4]   [9]   [4 9]
[5 4]   [9 3]   [    ]", + "options": [ + "[9 5 3]", + "[9]", + "[9 3]", + "[4 5]", + "[9 5]", + "[4 3 9 5]", + "[3 5 4]", + "[3 5]" + ], + "correct": 5, + "prob_ind": 80 + }, + { + "prompt": "[9]   [2]   [2 9]
[0]   [1]   [1 0]
[9 0]   [1 2]   [    ]", + "options": [ + "[2 1 9 0]", + "[2 0]", + "[0 9]", + "[2 9]", + "[1 0]", + "[9 2 0]", + "[0]", + "[2 1]" + ], + "correct": 0, + "prob_ind": 81 + }, + { + "prompt": "[5]   [9]   [9 5]
[0]   [1]   [0 1]
[5 0]   [9 1]   [    ]", + "options": [ + "[0 5]", + "[1]", + "[5]", + "[0 1 5 9]", + "[1 5]", + "[9]", + "[0 1]", + "[0 5 1]" + ], + "correct": 3, + "prob_ind": 82 + }, + { + "prompt": "[9]   [8]   [9 8]
[2]   [0]   [2 0]
[9 2]   [0 8]   [    ]", + "options": [ + "[8 0 2]", + "[8]", + "[0 2 9]", + "[0]", + "[2]", + "[0 2 8 9]", + "[8 0]", + "[9 0]" + ], + "correct": 5, + "prob_ind": 83 + }, + { + "prompt": "[0]   [1]   [1 0]
[5]   [4]   [5 4]
[5 0]   [1 4]   [    ]", + "options": [ + "[4 1]", + "[4 0 5]", + "[5 4 1]", + "[0 1]", + "[  ]", + "[4]", + "[5 0 1]", + "[1 0 5 4]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[5]   [4]   [4 5]
[0]   [3]   [3 0]
[5 0]   [4 3]   [    ]", + "options": [ + "[  ]", + "[3 0 4]", + "[3 5]", + "[0]", + "[5]", + "[4 5]", + "[5 4 3]", + "[5 3 4 0]" + ], + "correct": 7, + "prob_ind": 85 + }, + { + "prompt": "[0]   [4]   [4 0]
[8]   [2]   [2 8]
[8 0]   [2 4]   [    ]", + "options": [ + "[2]", + "[0 8 4]", + "[4 8]", + "[0 2 8 4]", + "[8 0 2]", + "[4 8 2]", + "[0 8]", + "[4 2]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[6]   [0]   [6 0]
[5]   [3]   [3 5]
[6 5]   [3 0]   [    ]", + "options": [ + "[0]", + "[6 0]", + "[0 6 3]", + "[5]", + "[6]", + "[  ]", + "[3 6 5 0]", + "[3 5]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[7]   [4]   [4 7]
[3]   [2]   [3 2]
[3 7]   [2 4]   [    ]", + "options": [ + "[2 4 3 7]", + "[  ]", + "[4 3]", + "[4]", + "[7 3]", + "[2]", + "[7 4]", + "[3 2 4]" + ], + "correct": 0, + "prob_ind": 88 + }, + { + "prompt": "[5]   [6]   [6 5]
[8]   [0]   [8 0]
[5 8]   [0 6]   [    ]", + "options": [ + "[6 0 5]", + "[8 5]", + "[8 5 0]", + "[8]", + "[6 8]", + "[0 5]", + "[5]", + "[0 6 8 5]" + ], + "correct": 7, + "prob_ind": 89 + }, + { + "prompt": "[3]   [1]   [3 1]
[8]   [9]   [8 9]
[3 8]   [9 1]   [    ]", + "options": [ + "[1 9 8]", + "[8 1]", + "[3]", + "[3 8 1 9]", + "[8 9 3]", + "[  ]", + "[8]", + "[9]" + ], + "correct": 3, + "prob_ind": 90 + }, + { + "prompt": "[1]   [2]   [1 2]
[7]   [8]   [7 8]
[1 7]   [2 8]   [    ]", + "options": [ + "[7 1 8]", + "[8 7]", + "[8 2]", + "[1 8]", + "[7]", + "[8 2 7 1]", + "[7 2]", + "[2]" + ], + "correct": 5, + "prob_ind": 91 + }, + { + "prompt": "[4]   [7]   [4 7]
[6]   [3]   [3 6]
[4 6]   [7 3]   [    ]", + "options": [ + "[3 6 7]", + "[4]", + "[3 7]", + "[6 7]", + "[4 7 6]", + "[7 6 4 3]", + "[  ]", + "[6]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[6]   [2]   [2 6]
[7]   [0]   [0 7]
[7 6]   [0 2]   [    ]", + "options": [ + "[2 0]", + "[7 0 2 6]", + "[6 2]", + "[7]", + "[7 6 2]", + "[2]", + "[0]", + "[6 0]" + ], + "correct": 1, + "prob_ind": 93 + }, + { + "prompt": "[5]   [3]   [5 3]
[8]   [4]   [8 4]
[8 5]   [4 3]   [    ]", + "options": [ + "[8 4]", + "[5]", + "[5 4]", + "[8 3 5 4]", + "[8 5 4]", + "[4 8 3]", + "[5 8 3]", + "[4]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[1]   [6]   [6 1]
[4]   [7]   [4 7]
[4 1]   [7 6]   [    ]", + "options": [ + "[7 1]", + "[1 6 7 4]", + "[1 4]", + "[7 6]", + "[  ]", + "[4 6]", + "[7 4 1]", + "[4]" + ], + "correct": 1, + "prob_ind": 95 + }, + { + "prompt": "[8]   [7]   [7 8]
[1]   [6]   [6 1]
[1 8]   [6 7]   [    ]", + "options": [ + "[8 1]", + "[8 6 7 1]", + "[8 1 6]", + "[6 1 7]", + "[7]", + "[6 1]", + "[7 8 6]", + "[8]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[5]   [0]   [0 5]
[7]   [6]   [6 7]
[5 7]   [0 6]   [    ]", + "options": [ + "[7]", + "[7 5]", + "[5 6 7 0]", + "[0]", + "[5 6 7]", + "[5]", + "[0 7]", + "[0 6]" + ], + "correct": 2, + "prob_ind": 97 + }, + { + "prompt": "[3]   [2]   [2 3]
[6]   [7]   [6 7]
[6 3]   [7 2]   [    ]", + "options": [ + "[7 6 2]", + "[3 6 2 7]", + "[3 2]", + "[6 3]", + "[2 7]", + "[7 3]", + "[6 7]", + "[6]" + ], + "correct": 1, + "prob_ind": 98 + }, + { + "prompt": "[7]   [2]   [2 7]
[5]   [3]   [3 5]
[7 5]   [3 2]   [    ]", + "options": [ + "[3 5 2 7]", + "[2 3]", + "[3]", + "[2 3 5]", + "[5]", + "[2]", + "[7 5]", + "[5 2]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "c2_set_union_permuted": [ + { + "prompt": "[7]   [7 6]   [6]
[7 1]   [7 6 1 5]   [5 6]
[1]   [5 1]   [    ]", + "options": [ + "[5]", + "[6]", + "[6 1]", + "[5 7 6 1]", + "[6 7]", + "[7]", + "[5 7]", + "[6 5 7]" + ], + "correct": 0, + "prob_ind": 0 + }, + { + "prompt": "[7]   [3 7]   [3]
[7 6]   [3 7 5 6]   [3 5]
[6]   [6 5]   [    ]", + "options": [ + "[7 3 6 5]", + "[3]", + "[5]", + "[3 6 5]", + "[6 3 7]", + "[3 5]", + "[6]", + "[5 6 7]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[8]   [2 8]   [2]
[7 8]   [2 9 7 8]   [2 9]
[7]   [7 9]   [    ]", + "options": [ + "[  ]", + "[2 9]", + "[8]", + "[7 2]", + "[2]", + "[9 8 7]", + "[9]", + "[7 9]" + ], + "correct": 6, + "prob_ind": 2 + }, + { + "prompt": "[7]   [9 7]   [9]
[0 7]   [9 0 8 7]   [8 9]
[0]   [0 8]   [    ]", + "options": [ + "[7]", + "[9]", + "[9 7 0]", + "[8]", + "[9 7 8]", + "[7 8 0]", + "[  ]", + "[0 8]" + ], + "correct": 3, + "prob_ind": 3 + }, + { + "prompt": "[5]   [5 9]   [9]
[5 7]   [7 5 9 8]   [9 8]
[7]   [7 8]   [    ]", + "options": [ + "[9 7]", + "[9 5]", + "[7 9 5]", + "[8]", + "[9 8]", + "[8 5]", + "[9 8 5]", + "[7 8]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[5]   [2 5]   [2]
[9 5]   [6 9 2 5]   [2 6]
[9]   [9 6]   [    ]", + "options": [ + "[2]", + "[6]", + "[5 2 9]", + "[9 6]", + "[  ]", + "[9 2 6 5]", + "[5 9]", + "[2 9 6]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[3]   [3 4]   [4]
[9 3]   [4 9 3 7]   [4 7]
[9]   [9 7]   [    ]", + "options": [ + "[4 9]", + "[7]", + "[3 4]", + "[4 9 7]", + "[  ]", + "[3]", + "[3 9]", + "[7 9]" + ], + "correct": 1, + "prob_ind": 6 + }, + { + "prompt": "[7]   [1 7]   [1]
[7 6]   [7 3 1 6]   [3 1]
[6]   [6 3]   [    ]", + "options": [ + "[7]", + "[1]", + "[6 1]", + "[3 7]", + "[1 3]", + "[  ]", + "[6 1 7]", + "[3]" + ], + "correct": 7, + "prob_ind": 7 + }, + { + "prompt": "[6]   [7 6]   [7]
[6 1]   [6 7 8 1]   [7 8]
[1]   [1 8]   [    ]", + "options": [ + "[7 6 8]", + "[7 1]", + "[6 1]", + "[8 6]", + "[6]", + "[8 7 1]", + "[8]", + "[8 7]" + ], + "correct": 6, + "prob_ind": 8 + }, + { + "prompt": "[3]   [9 3]   [9]
[3 1]   [3 9 4 1]   [4 9]
[1]   [4 1]   [    ]", + "options": [ + "[9 4 1]", + "[3]", + "[4 3]", + "[3 4 1]", + "[4]", + "[9 1 3]", + "[9 4 3]", + "[1 4 9 3]" + ], + "correct": 4, + "prob_ind": 9 + }, + { + "prompt": "[0]   [2 0]   [2]
[8 0]   [4 8 2 0]   [2 4]
[8]   [8 4]   [    ]", + "options": [ + "[8 4 2]", + "[  ]", + "[2 4]", + "[8]", + "[0 2]", + "[4]", + "[0 4 8]", + "[8 0]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[5]   [4 5]   [4]
[5 1]   [0 4 5 1]   [4 0]
[1]   [1 0]   [    ]", + "options": [ + "[0 4 1]", + "[1 0]", + "[5 0 1 4]", + "[0]", + "[4 0]", + "[  ]", + "[5]", + "[0 5]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[0]   [9 0]   [9]
[5 0]   [0 7 9 5]   [9 7]
[5]   [5 7]   [    ]", + "options": [ + "[7 5]", + "[7 5 0]", + "[7]", + "[9 7]", + "[9 0]", + "[0]", + "[  ]", + "[9]" + ], + "correct": 2, + "prob_ind": 12 + }, + { + "prompt": "[2]   [2 4]   [4]
[3 2]   [4 3 5 2]   [5 4]
[3]   [3 5]   [    ]", + "options": [ + "[5]", + "[4 5 2 3]", + "[2 3]", + "[  ]", + "[2]", + "[2 5 4]", + "[3 4]", + "[5 2]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[1]   [1 9]   [9]
[0 1]   [3 0 9 1]   [9 3]
[0]   [3 0]   [    ]", + "options": [ + "[9 0 3]", + "[3 1]", + "[9 3]", + "[1]", + "[9 1]", + "[3]", + "[3 0 1]", + "[0 1]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[0]   [6 0]   [6]
[0 5]   [6 0 3 5]   [3 6]
[5]   [5 3]   [    ]", + "options": [ + "[0 3 6]", + "[6 0]", + "[6]", + "[5 3]", + "[3]", + "[6 0 5]", + "[  ]", + "[3 0]" + ], + "correct": 4, + "prob_ind": 15 + }, + { + "prompt": "[9]   [9 2]   [2]
[6 9]   [3 9 2 6]   [3 2]
[6]   [3 6]   [    ]", + "options": [ + "[9 2]", + "[3 6 2]", + "[2 6]", + "[3 9]", + "[6 9 2]", + "[3 9 6]", + "[3]", + "[  ]" + ], + "correct": 6, + "prob_ind": 16 + }, + { + "prompt": "[6]   [3 6]   [3]
[8 6]   [3 8 1 6]   [1 3]
[8]   [1 8]   [    ]", + "options": [ + "[  ]", + "[6]", + "[3 1]", + "[8]", + "[1 8 3 6]", + "[6 3 1]", + "[1]", + "[6 3]" + ], + "correct": 6, + "prob_ind": 17 + }, + { + "prompt": "[1]   [7 1]   [7]
[1 0]   [5 0 7 1]   [7 5]
[0]   [0 5]   [    ]", + "options": [ + "[0 5]", + "[1]", + "[5 7 1 0]", + "[7 5]", + "[5]", + "[7]", + "[5 1]", + "[7 1]" + ], + "correct": 4, + "prob_ind": 18 + }, + { + "prompt": "[1]   [0 1]   [0]
[3 1]   [1 2 0 3]   [2 0]
[3]   [3 2]   [    ]", + "options": [ + "[1 2]", + "[3 0]", + "[0 1 3]", + "[3 0 2 1]", + "[2 0 1]", + "[2]", + "[0 1]", + "[3 1]" + ], + "correct": 5, + "prob_ind": 19 + }, + { + "prompt": "[1]   [4 1]   [4]
[1 7]   [4 5 7 1]   [4 5]
[7]   [7 5]   [    ]", + "options": [ + "[7]", + "[4 7]", + "[5 4 1]", + "[4]", + "[5 4]", + "[5 1]", + "[7 1 4]", + "[5]" + ], + "correct": 7, + "prob_ind": 20 + }, + { + "prompt": "[7]   [7 6]   [6]
[7 3]   [7 8 6 3]   [6 8]
[3]   [8 3]   [    ]", + "options": [ + "[8]", + "[7 8 3]", + "[7]", + "[7 6 8]", + "[3]", + "[3 6 7]", + "[  ]", + "[8 3]" + ], + "correct": 0, + "prob_ind": 21 + }, + { + "prompt": "[7]   [2 7]   [2]
[0 7]   [9 7 0 2]   [2 9]
[0]   [9 0]   [    ]", + "options": [ + "[2]", + "[0 7 2]", + "[9]", + "[2 7]", + "[0 2]", + "[7]", + "[9 0 7]", + "[2 9 7]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[2]   [2 4]   [4]
[8 2]   [2 5 8 4]   [5 4]
[8]   [8 5]   [    ]", + "options": [ + "[8 4 2]", + "[2 5 4]", + "[5 2]", + "[5]", + "[8]", + "[  ]", + "[2 4]", + "[4 5]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[6]   [2 6]   [2]
[6 5]   [3 2 6 5]   [3 2]
[5]   [5 3]   [    ]", + "options": [ + "[2]", + "[2 5]", + "[5]", + "[3 6 2]", + "[2 6]", + "[3]", + "[6 3]", + "[3 5 6]" + ], + "correct": 5, + "prob_ind": 24 + }, + { + "prompt": "[8]   [8 2]   [2]
[6 8]   [2 6 0 8]   [2 0]
[6]   [6 0]   [    ]", + "options": [ + "[8]", + "[2 6 8]", + "[0 8]", + "[0 6]", + "[0]", + "[2 8]", + "[6 2 0]", + "[6 8 0]" + ], + "correct": 4, + "prob_ind": 25 + }, + { + "prompt": "[6]   [6 5]   [5]
[6 0]   [8 5 0 6]   [5 8]
[0]   [0 8]   [    ]", + "options": [ + "[8 6]", + "[5 0]", + "[6 8 0]", + "[8 6 0 5]", + "[8 0]", + "[6]", + "[0 8 5]", + "[8]" + ], + "correct": 7, + "prob_ind": 26 + }, + { + "prompt": "[3]   [3 7]   [7]
[3 9]   [7 9 3 5]   [7 5]
[9]   [5 9]   [    ]", + "options": [ + "[7 9]", + "[3 5]", + "[9 5 3 7]", + "[7]", + "[5]", + "[7 5 3]", + "[9 3 7]", + "[5 9 3]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[1]   [1 2]   [2]
[1 5]   [0 5 1 2]   [2 0]
[5]   [5 0]   [    ]", + "options": [ + "[0 2 1]", + "[5 2 0]", + "[2 1 0 5]", + "[0 1]", + "[0]", + "[0 2]", + "[5 0]", + "[5]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[9]   [0 9]   [0]
[4 9]   [0 9 4 6]   [0 6]
[4]   [6 4]   [    ]", + "options": [ + "[9 0]", + "[  ]", + "[0]", + "[6]", + "[9 0 4]", + "[4 6 0]", + "[6 0 9]", + "[6 0]" + ], + "correct": 3, + "prob_ind": 29 + }, + { + "prompt": "[4]   [4 1]   [1]
[0 4]   [1 4 6 0]   [1 6]
[0]   [0 6]   [    ]", + "options": [ + "[1]", + "[6 1 4]", + "[1 6]", + "[1 0]", + "[4 1 0]", + "[6 0]", + "[6]", + "[4 1]" + ], + "correct": 6, + "prob_ind": 30 + }, + { + "prompt": "[2]   [1 2]   [1]
[7 2]   [7 1 0 2]   [0 1]
[7]   [0 7]   [    ]", + "options": [ + "[2 1 7]", + "[7]", + "[0 1]", + "[0]", + "[1]", + "[  ]", + "[0 2 7 1]", + "[7 2]" + ], + "correct": 3, + "prob_ind": 31 + }, + { + "prompt": "[1]   [1 5]   [5]
[1 6]   [1 8 6 5]   [8 5]
[6]   [6 8]   [    ]", + "options": [ + "[6]", + "[8 1 6]", + "[8 6 5]", + "[6 1 5]", + "[  ]", + "[6 1 5 8]", + "[1 6]", + "[8]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[0]   [2 0]   [2]
[0 3]   [4 2 3 0]   [4 2]
[3]   [3 4]   [    ]", + "options": [ + "[3 0]", + "[4]", + "[3]", + "[0]", + "[3 2 0]", + "[4 3 2 0]", + "[4 3 0]", + "[3 2 4]" + ], + "correct": 1, + "prob_ind": 33 + }, + { + "prompt": "[7]   [7 2]   [2]
[1 7]   [7 1 2 8]   [8 2]
[1]   [8 1]   [    ]", + "options": [ + "[8 1]", + "[7 8]", + "[7 2 8 1]", + "[1]", + "[8 2]", + "[8]", + "[8 2 1]", + "[8 7 1]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[8]   [8 0]   [0]
[1 8]   [1 8 0 4]   [4 0]
[1]   [1 4]   [    ]", + "options": [ + "[8 4]", + "[8 0]", + "[  ]", + "[4]", + "[0]", + "[8]", + "[8 1 4]", + "[4 8 0]" + ], + "correct": 3, + "prob_ind": 35 + }, + { + "prompt": "[0]   [9 0]   [9]
[0 8]   [0 8 5 9]   [5 9]
[8]   [5 8]   [    ]", + "options": [ + "[5 0]", + "[9 0]", + "[0]", + "[9 8 0 5]", + "[5 9]", + "[5]", + "[8]", + "[0 9 5]" + ], + "correct": 5, + "prob_ind": 36 + }, + { + "prompt": "[9]   [9 6]   [6]
[1 9]   [1 6 3 9]   [6 3]
[1]   [1 3]   [    ]", + "options": [ + "[9 3]", + "[3 6 9]", + "[6 1 3]", + "[1 9 6]", + "[3]", + "[6 9]", + "[  ]", + "[6 9 3 1]" + ], + "correct": 4, + "prob_ind": 37 + }, + { + "prompt": "[1]   [1 6]   [6]
[1 4]   [9 6 4 1]   [6 9]
[4]   [4 9]   [    ]", + "options": [ + "[9 4]", + "[9]", + "[6 9]", + "[4 6]", + "[1 6 4]", + "[4]", + "[4 9 6]", + "[9 6 1]" + ], + "correct": 1, + "prob_ind": 38 + }, + { + "prompt": "[3]   [7 3]   [7]
[3 0]   [9 0 7 3]   [9 7]
[0]   [0 9]   [    ]", + "options": [ + "[7 3 0 9]", + "[7 9]", + "[7 9 0]", + "[3 0]", + "[9]", + "[7 0]", + "[9 3]", + "[9 7 3]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[0]   [7 0]   [7]
[4 0]   [1 0 7 4]   [1 7]
[4]   [4 1]   [    ]", + "options": [ + "[1]", + "[1 4]", + "[1 7]", + "[1 0]", + "[4]", + "[0 7]", + "[0 1 4 7]", + "[7 4]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[1]   [1 8]   [8]
[9 1]   [1 4 9 8]   [8 4]
[9]   [4 9]   [    ]", + "options": [ + "[9 4 1]", + "[1]", + "[9 8]", + "[8]", + "[9 1]", + "[4 8]", + "[1 8]", + "[4]" + ], + "correct": 7, + "prob_ind": 41 + }, + { + "prompt": "[4]   [4 9]   [9]
[3 4]   [9 6 4 3]   [9 6]
[3]   [3 6]   [    ]", + "options": [ + "[9 4]", + "[3 6 9]", + "[4 9 3]", + "[  ]", + "[4 9 3 6]", + "[3 4]", + "[6 9]", + "[6]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[4]   [4 6]   [6]
[4 3]   [1 4 6 3]   [1 6]
[3]   [3 1]   [    ]", + "options": [ + "[  ]", + "[3]", + "[1 6]", + "[1]", + "[4 1]", + "[1 3 6 4]", + "[1 4 6]", + "[4 1 3]" + ], + "correct": 3, + "prob_ind": 43 + }, + { + "prompt": "[7]   [7 0]   [0]
[7 4]   [4 0 7 5]   [0 5]
[4]   [5 4]   [    ]", + "options": [ + "[4 7 0]", + "[0 4]", + "[7 4]", + "[7 0]", + "[  ]", + "[5]", + "[7 5]", + "[0]" + ], + "correct": 5, + "prob_ind": 44 + }, + { + "prompt": "[1]   [7 1]   [7]
[1 9]   [9 1 3 7]   [7 3]
[9]   [9 3]   [    ]", + "options": [ + "[1 3]", + "[7 3 1 9]", + "[9 1]", + "[3]", + "[7]", + "[  ]", + "[3 7 1]", + "[1 3 9]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[0]   [4 0]   [4]
[1 0]   [9 1 0 4]   [4 9]
[1]   [1 9]   [    ]", + "options": [ + "[1 4 9]", + "[1]", + "[4]", + "[9]", + "[4 1]", + "[0 4 9 1]", + "[9 0 1]", + "[  ]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[5]   [5 2]   [2]
[7 5]   [4 7 2 5]   [4 2]
[7]   [7 4]   [    ]", + "options": [ + "[  ]", + "[5 2]", + "[4 7 5]", + "[4 2 5]", + "[4 7 2]", + "[4 5]", + "[2]", + "[4]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[0]   [0 5]   [5]
[0 1]   [5 0 8 1]   [8 5]
[1]   [1 8]   [    ]", + "options": [ + "[5 0]", + "[1 5 8]", + "[8 5]", + "[5 0 1]", + "[5]", + "[1]", + "[8]", + "[0]" + ], + "correct": 6, + "prob_ind": 48 + }, + { + "prompt": "[3]   [3 8]   [8]
[3 7]   [4 3 7 8]   [4 8]
[7]   [4 7]   [    ]", + "options": [ + "[8 7]", + "[8 3]", + "[4]", + "[8 4 7]", + "[7 4]", + "[7 8 3 4]", + "[3 4]", + "[7 3 4]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[8]   [8 9]   [9]
[8 5]   [4 9 8 5]   [4 9]
[5]   [5 4]   [    ]", + "options": [ + "[8 5]", + "[5 8 9]", + "[4 9 8 5]", + "[8]", + "[4 5]", + "[8 4]", + "[5 4 9]", + "[4]" + ], + "correct": 7, + "prob_ind": 50 + }, + { + "prompt": "[6]   [2 6]   [2]
[6 4]   [6 3 4 2]   [2 3]
[4]   [3 4]   [    ]", + "options": [ + "[4 2]", + "[3]", + "[3 2 6]", + "[4 6]", + "[3 4 6]", + "[6 2]", + "[3 2]", + "[2]" + ], + "correct": 1, + "prob_ind": 51 + }, + { + "prompt": "[7]   [7 9]   [9]
[7 1]   [9 4 1 7]   [4 9]
[1]   [1 4]   [    ]", + "options": [ + "[1 7]", + "[1 9]", + "[4 9]", + "[1 4]", + "[4 7]", + "[4 7 9]", + "[1]", + "[4]" + ], + "correct": 7, + "prob_ind": 52 + }, + { + "prompt": "[8]   [8 9]   [9]
[0 8]   [6 0 8 9]   [9 6]
[0]   [0 6]   [    ]", + "options": [ + "[6]", + "[  ]", + "[9 8]", + "[8]", + "[9 6 8]", + "[6 8]", + "[6 8 0]", + "[9 6]" + ], + "correct": 0, + "prob_ind": 53 + }, + { + "prompt": "[1]   [1 8]   [8]
[1 6]   [1 6 0 8]   [8 0]
[6]   [6 0]   [    ]", + "options": [ + "[8 1 0]", + "[8]", + "[8 1]", + "[0 1]", + "[0]", + "[1 0 6 8]", + "[1 6 0]", + "[6 8]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[1]   [1 9]   [9]
[2 1]   [7 1 9 2]   [9 7]
[2]   [2 7]   [    ]", + "options": [ + "[1 9 7]", + "[  ]", + "[7]", + "[2]", + "[9]", + "[1 2]", + "[7 9 2 1]", + "[1 2 7]" + ], + "correct": 2, + "prob_ind": 55 + }, + { + "prompt": "[0]   [5 0]   [5]
[0 3]   [4 3 0 5]   [4 5]
[3]   [4 3]   [    ]", + "options": [ + "[5 4]", + "[0 5 4]", + "[4 0 3]", + "[4 3]", + "[0 4 5 3]", + "[4]", + "[3 0]", + "[  ]" + ], + "correct": 5, + "prob_ind": 56 + }, + { + "prompt": "[0]   [0 4]   [4]
[9 0]   [0 4 7 9]   [7 4]
[9]   [9 7]   [    ]", + "options": [ + "[7 4]", + "[9 0 7]", + "[7]", + "[9 4]", + "[7 0]", + "[9 4 7]", + "[0 4]", + "[0]" + ], + "correct": 2, + "prob_ind": 57 + }, + { + "prompt": "[0]   [0 6]   [6]
[1 0]   [0 2 1 6]   [2 6]
[1]   [1 2]   [    ]", + "options": [ + "[2 0]", + "[2 1 0]", + "[  ]", + "[2 1]", + "[1]", + "[0 6]", + "[2 6]", + "[2]" + ], + "correct": 7, + "prob_ind": 58 + }, + { + "prompt": "[4]   [1 4]   [1]
[0 4]   [1 0 4 3]   [1 3]
[0]   [0 3]   [    ]", + "options": [ + "[0 1 3]", + "[1 3]", + "[4 0]", + "[0]", + "[1 4]", + "[4]", + "[3]", + "[  ]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[3]   [0 3]   [0]
[2 3]   [0 3 7 2]   [7 0]
[2]   [2 7]   [    ]", + "options": [ + "[7 2]", + "[3 0]", + "[3 2 0]", + "[7]", + "[7 3]", + "[0 7 2]", + "[3]", + "[2 0]" + ], + "correct": 3, + "prob_ind": 60 + }, + { + "prompt": "[4]   [5 4]   [5]
[2 4]   [0 5 4 2]   [0 5]
[2]   [0 2]   [    ]", + "options": [ + "[4 2 0]", + "[4 5 0]", + "[2]", + "[2 0]", + "[0]", + "[5]", + "[4 2]", + "[4]" + ], + "correct": 4, + "prob_ind": 61 + }, + { + "prompt": "[7]   [7 9]   [9]
[4 7]   [7 2 4 9]   [9 2]
[4]   [4 2]   [    ]", + "options": [ + "[2 7]", + "[9 2]", + "[2]", + "[4 9]", + "[4 2]", + "[2 9 4 7]", + "[7]", + "[4 2 9]" + ], + "correct": 2, + "prob_ind": 62 + }, + { + "prompt": "[4]   [4 3]   [3]
[2 4]   [3 4 2 7]   [3 7]
[2]   [2 7]   [    ]", + "options": [ + "[7 3]", + "[  ]", + "[7 2 3]", + "[4 7]", + "[7 4 3 2]", + "[7]", + "[4]", + "[4 3]" + ], + "correct": 5, + "prob_ind": 63 + }, + { + "prompt": "[4]   [4 0]   [0]
[4 7]   [7 2 0 4]   [0 2]
[7]   [2 7]   [    ]", + "options": [ + "[2 7]", + "[0 2]", + "[2]", + "[0 7]", + "[2 7 0]", + "[4 7]", + "[0]", + "[7]" + ], + "correct": 2, + "prob_ind": 64 + }, + { + "prompt": "[0]   [9 0]   [9]
[2 0]   [9 0 2 3]   [3 9]
[2]   [3 2]   [    ]", + "options": [ + "[2 0 3]", + "[3 9 2]", + "[0 3]", + "[2 0 3 9]", + "[3]", + "[0 9]", + "[2]", + "[0 2]" + ], + "correct": 4, + "prob_ind": 65 + }, + { + "prompt": "[7]   [0 7]   [0]
[3 7]   [7 1 3 0]   [0 1]
[3]   [3 1]   [    ]", + "options": [ + "[1 7 3]", + "[1]", + "[  ]", + "[1 0 3]", + "[3]", + "[0]", + "[7 1]", + "[0 3]" + ], + "correct": 1, + "prob_ind": 66 + }, + { + "prompt": "[9]   [0 9]   [0]
[6 9]   [9 0 3 6]   [3 0]
[6]   [3 6]   [    ]", + "options": [ + "[3 9]", + "[3]", + "[9]", + "[6 3 9]", + "[0 6]", + "[0 9]", + "[6 9]", + "[  ]" + ], + "correct": 1, + "prob_ind": 67 + }, + { + "prompt": "[9]   [1 9]   [1]
[7 9]   [9 7 6 1]   [1 6]
[7]   [7 6]   [    ]", + "options": [ + "[1]", + "[6 1]", + "[6]", + "[6 9]", + "[7 1]", + "[7]", + "[  ]", + "[7 9 1 6]" + ], + "correct": 2, + "prob_ind": 68 + }, + { + "prompt": "[6]   [6 1]   [1]
[6 3]   [1 3 0 6]   [0 1]
[3]   [3 0]   [    ]", + "options": [ + "[0 3]", + "[6]", + "[3 6 0]", + "[3]", + "[0]", + "[  ]", + "[6 0]", + "[0 1 6]" + ], + "correct": 4, + "prob_ind": 69 + }, + { + "prompt": "[1]   [7 1]   [7]
[1 2]   [1 7 3 2]   [3 7]
[2]   [3 2]   [    ]", + "options": [ + "[2]", + "[1]", + "[3]", + "[7 1]", + "[7 1 3]", + "[7 2 3 1]", + "[7 2]", + "[7 3]" + ], + "correct": 2, + "prob_ind": 70 + }, + { + "prompt": "[2]   [2 0]   [0]
[5 2]   [0 2 5 6]   [0 6]
[5]   [6 5]   [    ]", + "options": [ + "[6]", + "[6 2]", + "[0 2 6]", + "[2 0]", + "[5 2 0]", + "[  ]", + "[6 0 5]", + "[6 5]" + ], + "correct": 0, + "prob_ind": 71 + }, + { + "prompt": "[4]   [9 4]   [9]
[4 5]   [2 9 5 4]   [9 2]
[5]   [2 5]   [    ]", + "options": [ + "[  ]", + "[2]", + "[9 2]", + "[4 2 9 5]", + "[5]", + "[5 9]", + "[5 4 2]", + "[9]" + ], + "correct": 1, + "prob_ind": 72 + }, + { + "prompt": "[3]   [3 1]   [1]
[5 3]   [7 3 5 1]   [1 7]
[5]   [7 5]   [    ]", + "options": [ + "[  ]", + "[7]", + "[5]", + "[1 7]", + "[7 3]", + "[7 5 3]", + "[1 3]", + "[1 5 7]" + ], + "correct": 1, + "prob_ind": 73 + }, + { + "prompt": "[6]   [7 6]   [7]
[9 6]   [3 7 9 6]   [7 3]
[9]   [9 3]   [    ]", + "options": [ + "[6 7]", + "[6 7 3]", + "[3]", + "[  ]", + "[6 7 9]", + "[7]", + "[3 6]", + "[6]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[1]   [1 9]   [9]
[1 6]   [9 6 1 0]   [0 9]
[6]   [6 0]   [    ]", + "options": [ + "[6 0 1 9]", + "[  ]", + "[9 0]", + "[0 1]", + "[1]", + "[1 6]", + "[6 0]", + "[0]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[1]   [1 3]   [3]
[1 0]   [8 1 3 0]   [3 8]
[0]   [8 0]   [    ]", + "options": [ + "[0 3]", + "[8]", + "[0]", + "[3 8]", + "[0 1 3]", + "[0 8]", + "[8 1 3]", + "[1 3]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[3]   [3 0]   [0]
[4 3]   [3 9 4 0]   [9 0]
[4]   [9 4]   [    ]", + "options": [ + "[9]", + "[4 9 0]", + "[4 3]", + "[3 9 4]", + "[9 4]", + "[0 3 9]", + "[3]", + "[9 0]" + ], + "correct": 0, + "prob_ind": 77 + }, + { + "prompt": "[3]   [3 5]   [5]
[3 4]   [4 5 3 6]   [6 5]
[4]   [6 4]   [    ]", + "options": [ + "[4 5 3]", + "[3 5]", + "[5 4]", + "[5 6]", + "[5]", + "[  ]", + "[6]", + "[4 6]" + ], + "correct": 6, + "prob_ind": 78 + }, + { + "prompt": "[8]   [4 8]   [4]
[8 5]   [8 4 3 5]   [3 4]
[5]   [5 3]   [    ]", + "options": [ + "[  ]", + "[3 5 8 4]", + "[4]", + "[5]", + "[3]", + "[4 5 3]", + "[8 5]", + "[4 8]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[9]   [9 5]   [5]
[9 6]   [5 6 9 1]   [1 5]
[6]   [6 1]   [    ]", + "options": [ + "[5]", + "[9 5 6 1]", + "[6 9]", + "[1]", + "[1 9]", + "[6 5 9]", + "[  ]", + "[1 6]" + ], + "correct": 3, + "prob_ind": 80 + }, + { + "prompt": "[8]   [0 8]   [0]
[5 8]   [0 4 8 5]   [4 0]
[5]   [5 4]   [    ]", + "options": [ + "[  ]", + "[8]", + "[4]", + "[5]", + "[0 4 8]", + "[4 0]", + "[8 4]", + "[5 8]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[6]   [8 6]   [8]
[6 0]   [8 3 6 0]   [3 8]
[0]   [0 3]   [    ]", + "options": [ + "[6 0]", + "[8 6]", + "[6 0 8 3]", + "[3 6 8]", + "[3 6]", + "[3]", + "[8 0]", + "[0 8 3]" + ], + "correct": 5, + "prob_ind": 82 + }, + { + "prompt": "[8]   [8 5]   [5]
[8 4]   [7 8 5 4]   [7 5]
[4]   [7 4]   [    ]", + "options": [ + "[8 4]", + "[8 7]", + "[8 5]", + "[7 4]", + "[7 5 4]", + "[5]", + "[8 4 7]", + "[7]" + ], + "correct": 7, + "prob_ind": 83 + }, + { + "prompt": "[3]   [4 3]   [4]
[1 3]   [1 3 5 4]   [4 5]
[1]   [1 5]   [    ]", + "options": [ + "[3]", + "[4 1]", + "[1 5]", + "[  ]", + "[4]", + "[1 3]", + "[5 3 4]", + "[5]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[6]   [8 6]   [8]
[6 4]   [4 6 8 9]   [8 9]
[4]   [9 4]   [    ]", + "options": [ + "[6 9]", + "[6]", + "[9 4 6]", + "[  ]", + "[8 6]", + "[8]", + "[9]", + "[8 9 4]" + ], + "correct": 6, + "prob_ind": 85 + }, + { + "prompt": "[7]   [4 7]   [4]
[1 7]   [1 7 4 8]   [8 4]
[1]   [8 1]   [    ]", + "options": [ + "[4 7 1]", + "[1 7 8]", + "[4 7]", + "[4 1]", + "[8]", + "[1 8]", + "[1]", + "[4]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[8]   [6 8]   [6]
[2 8]   [6 2 3 8]   [6 3]
[2]   [2 3]   [    ]", + "options": [ + "[8]", + "[8 2]", + "[2 8 3]", + "[3]", + "[2]", + "[6 2 3]", + "[8 6]", + "[2 3 6 8]" + ], + "correct": 3, + "prob_ind": 87 + }, + { + "prompt": "[5]   [1 5]   [1]
[9 5]   [5 1 8 9]   [8 1]
[9]   [9 8]   [    ]", + "options": [ + "[1]", + "[9 8 5]", + "[9 1]", + "[5 9]", + "[8]", + "[8 9 5 1]", + "[5]", + "[1 5]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[4]   [2 4]   [2]
[3 4]   [2 4 8 3]   [2 8]
[3]   [8 3]   [    ]", + "options": [ + "[4 2]", + "[4 3]", + "[3 2]", + "[2 4 8 3]", + "[3]", + "[8]", + "[3 2 4]", + "[2 8 3]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[9]   [3 9]   [3]
[7 9]   [8 9 7 3]   [8 3]
[7]   [7 8]   [    ]", + "options": [ + "[8]", + "[8 9]", + "[8 9 7]", + "[7 8]", + "[9]", + "[7]", + "[9 7 8 3]", + "[3 8 9]" + ], + "correct": 0, + "prob_ind": 90 + }, + { + "prompt": "[6]   [5 6]   [5]
[7 6]   [7 6 8 5]   [5 8]
[7]   [8 7]   [    ]", + "options": [ + "[8 6 7]", + "[6]", + "[8 5 7]", + "[5]", + "[  ]", + "[8]", + "[8 6]", + "[6 5]" + ], + "correct": 5, + "prob_ind": 91 + }, + { + "prompt": "[6]   [8 6]   [8]
[4 6]   [4 8 6 5]   [8 5]
[4]   [4 5]   [    ]", + "options": [ + "[8]", + "[4]", + "[8 4 5]", + "[5 6 4 8]", + "[5]", + "[  ]", + "[6]", + "[8 6]" + ], + "correct": 4, + "prob_ind": 92 + }, + { + "prompt": "[2]   [7 2]   [7]
[2 6]   [4 2 6 7]   [7 4]
[6]   [4 6]   [    ]", + "options": [ + "[4 2]", + "[6 4]", + "[7 6]", + "[6 2 4]", + "[7]", + "[7 4 6]", + "[6]", + "[4]" + ], + "correct": 7, + "prob_ind": 93 + }, + { + "prompt": "[1]   [1 9]   [9]
[1 8]   [0 9 1 8]   [0 9]
[8]   [8 0]   [    ]", + "options": [ + "[1 0 8]", + "[1 9]", + "[1 0]", + "[1]", + "[0]", + "[1 9 8]", + "[9]", + "[  ]" + ], + "correct": 4, + "prob_ind": 94 + }, + { + "prompt": "[2]   [2 4]   [4]
[9 2]   [4 9 2 6]   [6 4]
[9]   [9 6]   [    ]", + "options": [ + "[4]", + "[  ]", + "[4 6]", + "[2 6 4]", + "[4 9 6]", + "[2 4]", + "[2]", + "[6]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[1]   [1 8]   [8]
[7 1]   [7 0 8 1]   [8 0]
[7]   [0 7]   [    ]", + "options": [ + "[1]", + "[8 1 0]", + "[8]", + "[0]", + "[0 8]", + "[8 0 7]", + "[0 1]", + "[1 8]" + ], + "correct": 3, + "prob_ind": 96 + }, + { + "prompt": "[0]   [3 0]   [3]
[0 5]   [3 1 5 0]   [3 1]
[5]   [5 1]   [    ]", + "options": [ + "[  ]", + "[1 3 5]", + "[3]", + "[0 5]", + "[5 3 1 0]", + "[1]", + "[0]", + "[3 5]" + ], + "correct": 5, + "prob_ind": 97 + }, + { + "prompt": "[3]   [3 8]   [8]
[0 3]   [0 8 9 3]   [8 9]
[0]   [0 9]   [    ]", + "options": [ + "[9]", + "[9 8]", + "[0 3]", + "[8]", + "[9 3]", + "[8 3]", + "[8 0 3]", + "[8 9 0 3]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[6]   [5 6]   [5]
[1 6]   [1 5 6 3]   [3 5]
[1]   [1 3]   [    ]", + "options": [ + "[5]", + "[6 3 5]", + "[3]", + "[1 6]", + "[5 3]", + "[1]", + "[6 3 1]", + "[5 6]" + ], + "correct": 2, + "prob_ind": 99 + } + ], + "c1_set_union_permuted": [ + { + "prompt": "[9 0 3 5]   [9 5]   [3 0]
[3 5]   [5]   [3]
[0 9]   [9]   [  ]", + "options": [ + "[9 5]", + "[5]", + "[3 0]", + "[0]", + "[3 9]", + "[9]", + "[3 5 9]", + "[  ]" + ], + "correct": 3, + "prob_ind": 0 + }, + { + "prompt": "[3 1 4 2]   [3 1]   [2 4]
[3 2]   [3]   [2]
[1 4]   [1]   [  ]", + "options": [ + "[4 1 3]", + "[1 2 4]", + "[4 1]", + "[3]", + "[3 4 2]", + "[2]", + "[4]", + "[4 2]" + ], + "correct": 6, + "prob_ind": 1 + }, + { + "prompt": "[8 0 5 2]   [0 5]   [2 8]
[8 5]   [5]   [8]
[0 2]   [0]   [  ]", + "options": [ + "[2 8 0]", + "[8 5 2]", + "[2]", + "[8 5 0]", + "[8]", + "[5 8]", + "[2 0]", + "[2 5]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[7 3 8 0]   [8 0]   [3 7]
[8 7]   [8]   [7]
[3 0]   [0]   [  ]", + "options": [ + "[3 8]", + "[7 8 3]", + "[3 0 7]", + "[7]", + "[  ]", + "[8 3 0 7]", + "[3]", + "[8 3 0]" + ], + "correct": 6, + "prob_ind": 3 + }, + { + "prompt": "[9 1 7 8]   [7 9]   [8 1]
[8 7]   [7]   [8]
[9 1]   [9]   [  ]", + "options": [ + "[9]", + "[1 7 8]", + "[8 9]", + "[1]", + "[8]", + "[7 1 9 8]", + "[7 9 1]", + "[8 1 9]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[0 1 2 9]   [1 9]   [0 2]
[0 1]   [1]   [0]
[2 9]   [9]   [  ]", + "options": [ + "[2]", + "[0 2]", + "[0]", + "[1 0]", + "[9]", + "[9 1]", + "[1 2]", + "[2 9]" + ], + "correct": 0, + "prob_ind": 5 + }, + { + "prompt": "[8 3 1 7]   [1 7]   [3 8]
[8 1]   [1]   [8]
[3 7]   [7]   [  ]", + "options": [ + "[8 1]", + "[1 7]", + "[8]", + "[7 3]", + "[3]", + "[7 1 3 8]", + "[3 1]", + "[3 7 8]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[6 3 8 0]   [3 8]   [6 0]
[8 0]   [8]   [0]
[6 3]   [3]   [  ]", + "options": [ + "[3 0]", + "[0 6]", + "[0 3 6]", + "[8 3 0 6]", + "[3]", + "[0 8 6]", + "[6 3]", + "[6]" + ], + "correct": 7, + "prob_ind": 7 + }, + { + "prompt": "[0 3 6 4]   [4 0]   [6 3]
[6 0]   [0]   [6]
[4 3]   [4]   [  ]", + "options": [ + "[0 6]", + "[4 0]", + "[6]", + "[3 0]", + "[0]", + "[  ]", + "[3]", + "[4 3 6]" + ], + "correct": 6, + "prob_ind": 8 + }, + { + "prompt": "[9 2 6 5]   [6 5]   [2 9]
[6 2]   [6]   [2]
[9 5]   [5]   [  ]", + "options": [ + "[9 6 5 2]", + "[5 9]", + "[2 5]", + "[9]", + "[6 9 5]", + "[5]", + "[9 6]", + "[5 6]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[2 6 0 3]   [2 3]   [6 0]
[2 0]   [2]   [0]
[6 3]   [3]   [  ]", + "options": [ + "[6]", + "[  ]", + "[3 2]", + "[3]", + "[3 2 6]", + "[0 6]", + "[2 6 0 3]", + "[3 6]" + ], + "correct": 0, + "prob_ind": 10 + }, + { + "prompt": "[8 1 0 3]   [1 0]   [3 8]
[0 3]   [0]   [3]
[1 8]   [1]   [  ]", + "options": [ + "[8]", + "[1 0]", + "[3 1 8]", + "[3]", + "[3 8 0 1]", + "[8 0]", + "[0 3 1]", + "[8 3]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[5 7 8 3]   [7 8]   [5 3]
[7 5]   [7]   [5]
[8 3]   [8]   [  ]", + "options": [ + "[3 5]", + "[  ]", + "[7 3 8]", + "[8]", + "[5 8 3]", + "[3]", + "[7]", + "[7 5]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[3 0 8 9]   [0 3]   [8 9]
[3 9]   [3]   [9]
[8 0]   [0]   [  ]", + "options": [ + "[3]", + "[3 8 0]", + "[0 3]", + "[9 3 8]", + "[8]", + "[8 0 9]", + "[9]", + "[0 3 9]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[9 2 5 0]   [0 2]   [5 9]
[9 2]   [2]   [9]
[5 0]   [0]   [  ]", + "options": [ + "[5 2]", + "[9 0]", + "[0 2]", + "[5 0]", + "[9 2]", + "[5]", + "[2]", + "[5 9 0 2]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[4 5 3 2]   [5 3]   [2 4]
[3 4]   [3]   [4]
[5 2]   [5]   [  ]", + "options": [ + "[2 5 4]", + "[2]", + "[2 4]", + "[3 4]", + "[4]", + "[5 3 4 2]", + "[4 3 2]", + "[5 3 4]" + ], + "correct": 1, + "prob_ind": 15 + }, + { + "prompt": "[4 7 2 0]   [2 4]   [0 7]
[7 2]   [2]   [7]
[4 0]   [4]   [  ]", + "options": [ + "[4]", + "[4 0 7 2]", + "[2]", + "[0]", + "[4 7]", + "[0 7]", + "[4 0]", + "[7 0 2]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[8 5 1 3]   [1 5]   [8 3]
[5 8]   [5]   [8]
[3 1]   [1]   [  ]", + "options": [ + "[8 3]", + "[5]", + "[3]", + "[1 5]", + "[  ]", + "[1 8 5 3]", + "[3 5]", + "[3 1 8]" + ], + "correct": 2, + "prob_ind": 17 + }, + { + "prompt": "[9 6 5 4]   [9 6]   [5 4]
[6 5]   [6]   [5]
[4 9]   [9]   [  ]", + "options": [ + "[4]", + "[6 4 5]", + "[4 6 9]", + "[5 4 9 6]", + "[4 5 9]", + "[9 5]", + "[5]", + "[5 6]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[9 7 1 3]   [3 7]   [1 9]
[1 7]   [7]   [1]
[3 9]   [3]   [  ]", + "options": [ + "[3 1]", + "[9]", + "[1 7]", + "[9 7]", + "[1]", + "[9 1 7 3]", + "[9 7 3]", + "[3 1 7]" + ], + "correct": 1, + "prob_ind": 19 + }, + { + "prompt": "[1 2 9 6]   [6 2]   [9 1]
[9 2]   [2]   [9]
[6 1]   [6]   [  ]", + "options": [ + "[9 6 1]", + "[2 6]", + "[2]", + "[6]", + "[2 1]", + "[2 6 9]", + "[1]", + "[1 9]" + ], + "correct": 6, + "prob_ind": 20 + }, + { + "prompt": "[7 3 2 1]   [2 7]   [1 3]
[2 1]   [2]   [1]
[3 7]   [7]   [  ]", + "options": [ + "[2]", + "[7 3]", + "[7 2]", + "[  ]", + "[7 1]", + "[3]", + "[1]", + "[7 2 1]" + ], + "correct": 5, + "prob_ind": 21 + }, + { + "prompt": "[7 8 1 2]   [1 7]   [8 2]
[1 2]   [1]   [2]
[8 7]   [7]   [  ]", + "options": [ + "[8]", + "[  ]", + "[7 1]", + "[7 2]", + "[8 7]", + "[1 2]", + "[8 1 2]", + "[2 8]" + ], + "correct": 0, + "prob_ind": 22 + }, + { + "prompt": "[1 6 8 2]   [8 2]   [1 6]
[1 2]   [2]   [1]
[8 6]   [8]   [  ]", + "options": [ + "[1]", + "[2 1 6]", + "[8]", + "[  ]", + "[1 8 2]", + "[2]", + "[6]", + "[8 6 1]" + ], + "correct": 6, + "prob_ind": 23 + }, + { + "prompt": "[7 2 0 9]   [2 9]   [0 7]
[9 0]   [9]   [0]
[2 7]   [2]   [  ]", + "options": [ + "[2 9]", + "[7 2]", + "[7]", + "[2 0]", + "[0 9 7]", + "[2]", + "[7 2 9]", + "[9 0]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[8 7 9 3]   [9 7]   [8 3]
[8 7]   [7]   [8]
[3 9]   [9]   [  ]", + "options": [ + "[7 9 3]", + "[7 8]", + "[9]", + "[7 9]", + "[3]", + "[  ]", + "[3 7]", + "[8 7 3]" + ], + "correct": 4, + "prob_ind": 25 + }, + { + "prompt": "[2 1 5 9]   [1 5]   [2 9]
[5 2]   [5]   [2]
[1 9]   [1]   [  ]", + "options": [ + "[9]", + "[9 5]", + "[5]", + "[1 5 2]", + "[  ]", + "[2]", + "[1 2 9]", + "[9 1]" + ], + "correct": 0, + "prob_ind": 26 + }, + { + "prompt": "[5 1 9 4]   [4 5]   [1 9]
[5 1]   [5]   [1]
[9 4]   [4]   [  ]", + "options": [ + "[5 1]", + "[1 9]", + "[5 4 1]", + "[  ]", + "[9]", + "[1 9 5]", + "[5 9]", + "[5 4]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[3 1 9 0]   [9 0]   [1 3]
[3 0]   [0]   [3]
[1 9]   [9]   [  ]", + "options": [ + "[3 0]", + "[9]", + "[1 9 0]", + "[1]", + "[9 3 0]", + "[9 3 1]", + "[1 3 0]", + "[0]" + ], + "correct": 3, + "prob_ind": 28 + }, + { + "prompt": "[4 9 6 1]   [1 9]   [6 4]
[4 9]   [9]   [4]
[6 1]   [1]   [  ]", + "options": [ + "[1]", + "[4]", + "[4 1 6]", + "[6 4]", + "[9 4 6]", + "[1 9 6]", + "[6]", + "[9]" + ], + "correct": 6, + "prob_ind": 29 + }, + { + "prompt": "[5 6 9 0]   [5 0]   [9 6]
[5 9]   [5]   [9]
[0 6]   [0]   [  ]", + "options": [ + "[  ]", + "[9 0 5 6]", + "[9 5]", + "[9]", + "[5]", + "[6]", + "[0 9]", + "[0]" + ], + "correct": 5, + "prob_ind": 30 + }, + { + "prompt": "[1 4 0 5]   [0 5]   [1 4]
[0 1]   [0]   [1]
[5 4]   [5]   [  ]", + "options": [ + "[4]", + "[5 4 0]", + "[1 5 0]", + "[0 4]", + "[0]", + "[0 5]", + "[1 4]", + "[1]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[2 9 8 4]   [9 8]   [2 4]
[2 9]   [9]   [2]
[4 8]   [8]   [  ]", + "options": [ + "[4 2 9]", + "[8 9]", + "[2 8]", + "[4 8 9]", + "[4]", + "[4 2]", + "[2 9 4 8]", + "[  ]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[5 2 4 6]   [6 5]   [4 2]
[5 2]   [5]   [2]
[4 6]   [6]   [  ]", + "options": [ + "[4]", + "[5 6]", + "[6 4]", + "[4 5 6]", + "[6]", + "[5]", + "[5 4]", + "[2 5]" + ], + "correct": 0, + "prob_ind": 33 + }, + { + "prompt": "[4 1 2 9]   [1 2]   [9 4]
[2 4]   [2]   [4]
[9 1]   [1]   [  ]", + "options": [ + "[1 2]", + "[2]", + "[1 4 2]", + "[4 2]", + "[2 4 9]", + "[1]", + "[9]", + "[1 9]" + ], + "correct": 6, + "prob_ind": 34 + }, + { + "prompt": "[0 6 8 2]   [8 6]   [0 2]
[0 6]   [6]   [0]
[2 8]   [8]   [  ]", + "options": [ + "[6 0 8]", + "[2 6]", + "[2 8 0]", + "[0 2 6]", + "[2]", + "[2 0]", + "[0]", + "[6 8 2]" + ], + "correct": 4, + "prob_ind": 35 + }, + { + "prompt": "[8 1 0 5]   [0 1]   [8 5]
[0 8]   [0]   [8]
[5 1]   [1]   [  ]", + "options": [ + "[0 8]", + "[5 0]", + "[8]", + "[8 5 0]", + "[1 5]", + "[1 5 0]", + "[5]", + "[8 0 1]" + ], + "correct": 6, + "prob_ind": 36 + }, + { + "prompt": "[9 5 1 0]   [9 5]   [0 1]
[5 1]   [5]   [1]
[9 0]   [9]   [  ]", + "options": [ + "[0 5]", + "[9 1]", + "[1 5]", + "[0]", + "[0 9]", + "[5]", + "[0 1 5]", + "[9]" + ], + "correct": 3, + "prob_ind": 37 + }, + { + "prompt": "[0 6 8 1]   [6 8]   [1 0]
[8 1]   [8]   [1]
[6 0]   [6]   [  ]", + "options": [ + "[  ]", + "[0]", + "[6 0]", + "[8]", + "[6 0 1]", + "[8 1]", + "[8 0]", + "[8 0 6]" + ], + "correct": 1, + "prob_ind": 38 + }, + { + "prompt": "[7 1 3 5]   [5 7]   [3 1]
[1 7]   [7]   [1]
[5 3]   [5]   [  ]", + "options": [ + "[5 7]", + "[5 1]", + "[1 3 7]", + "[  ]", + "[5 3]", + "[1 5 7]", + "[7 3 1 5]", + "[3]" + ], + "correct": 7, + "prob_ind": 39 + }, + { + "prompt": "[9 8 4 7]   [9 4]   [7 8]
[7 9]   [9]   [7]
[8 4]   [4]   [  ]", + "options": [ + "[7 4]", + "[4]", + "[8 7]", + "[4 8]", + "[7 4 8 9]", + "[8 9]", + "[8]", + "[9]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[0 4 7 6]   [6 4]   [7 0]
[6 7]   [6]   [7]
[0 4]   [4]   [  ]", + "options": [ + "[7 4]", + "[0 7 4 6]", + "[0 4]", + "[0 6 7]", + "[  ]", + "[0]", + "[4 0 6]", + "[7 6]" + ], + "correct": 5, + "prob_ind": 41 + }, + { + "prompt": "[3 7 4 8]   [8 3]   [4 7]
[7 8]   [8]   [7]
[4 3]   [3]   [  ]", + "options": [ + "[7]", + "[3 4]", + "[8 4]", + "[4]", + "[7 8]", + "[3 7]", + "[7 4]", + "[7 4 3]" + ], + "correct": 3, + "prob_ind": 42 + }, + { + "prompt": "[4 6 9 3]   [6 9]   [4 3]
[4 6]   [6]   [4]
[9 3]   [9]   [  ]", + "options": [ + "[9]", + "[3 6 9]", + "[4 6]", + "[4 3 6]", + "[6 3]", + "[3]", + "[9 6]", + "[  ]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[3 8 2 7]   [3 8]   [7 2]
[2 3]   [3]   [2]
[8 7]   [8]   [  ]", + "options": [ + "[8 2 7]", + "[2 8 3 7]", + "[7 8]", + "[7]", + "[3 2]", + "[8 2]", + "[7 3]", + "[8]" + ], + "correct": 3, + "prob_ind": 44 + }, + { + "prompt": "[7 3 4 9]   [3 9]   [4 7]
[4 3]   [3]   [4]
[9 7]   [9]   [  ]", + "options": [ + "[9 4]", + "[9]", + "[9 3]", + "[7]", + "[  ]", + "[3]", + "[7 4 9]", + "[4 7]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[2 3 6 8]   [8 6]   [3 2]
[6 3]   [6]   [3]
[2 8]   [8]   [  ]", + "options": [ + "[2]", + "[2 6 3]", + "[2 6]", + "[8 3 2]", + "[3 6]", + "[3 2]", + "[2 6 8]", + "[3 2 6 8]" + ], + "correct": 0, + "prob_ind": 46 + }, + { + "prompt": "[4 5 7 3]   [7 4]   [5 3]
[7 3]   [7]   [3]
[4 5]   [4]   [  ]", + "options": [ + "[7]", + "[5]", + "[3 4]", + "[5 4]", + "[4]", + "[3]", + "[7 3 5]", + "[3 7]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[1 6 0 3]   [6 1]   [0 3]
[6 3]   [6]   [3]
[1 0]   [1]   [  ]", + "options": [ + "[0 3 6]", + "[6 3]", + "[6 0]", + "[1 3 6]", + "[0 1]", + "[6 1 0]", + "[0]", + "[6 1]" + ], + "correct": 6, + "prob_ind": 48 + }, + { + "prompt": "[7 8 0 2]   [2 0]   [8 7]
[2 7]   [2]   [7]
[8 0]   [0]   [  ]", + "options": [ + "[0 7]", + "[8]", + "[2 0 8]", + "[8 7]", + "[0 2 7 8]", + "[7 2]", + "[  ]", + "[2 0]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[4 3 9 8]   [4 8]   [3 9]
[9 4]   [4]   [9]
[3 8]   [8]   [  ]", + "options": [ + "[9 8 4]", + "[4 3]", + "[8]", + "[3 9 8]", + "[8 9]", + "[8 4 3]", + "[3]", + "[9 4]" + ], + "correct": 6, + "prob_ind": 50 + }, + { + "prompt": "[1 8 6 4]   [1 8]   [4 6]
[4 8]   [8]   [4]
[6 1]   [1]   [  ]", + "options": [ + "[1 8 4]", + "[6 4]", + "[8]", + "[8 4]", + "[8 6 1 4]", + "[  ]", + "[6]", + "[8 4 6]" + ], + "correct": 6, + "prob_ind": 51 + }, + { + "prompt": "[2 9 0 8]   [2 8]   [0 9]
[8 9]   [8]   [9]
[0 2]   [2]   [  ]", + "options": [ + "[9 2 0]", + "[0 8 9]", + "[2]", + "[8 2]", + "[2 9]", + "[0]", + "[8]", + "[8 0]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[8 4 9 0]   [0 9]   [8 4]
[0 4]   [0]   [4]
[8 9]   [9]   [  ]", + "options": [ + "[4]", + "[8 9]", + "[0]", + "[8]", + "[4 9]", + "[0 9]", + "[4 0]", + "[9]" + ], + "correct": 3, + "prob_ind": 53 + }, + { + "prompt": "[9 0 7 3]   [0 9]   [3 7]
[9 7]   [9]   [7]
[3 0]   [0]   [  ]", + "options": [ + "[0 3]", + "[3]", + "[9 0 3]", + "[9 7 0]", + "[3 9]", + "[7]", + "[7 0]", + "[9 3 0 7]" + ], + "correct": 1, + "prob_ind": 54 + }, + { + "prompt": "[3 1 6 2]   [2 3]   [1 6]
[2 1]   [2]   [1]
[6 3]   [3]   [  ]", + "options": [ + "[1 3]", + "[2 1 3 6]", + "[  ]", + "[6]", + "[6 3]", + "[1 3 6]", + "[1 2]", + "[6 2 3]" + ], + "correct": 3, + "prob_ind": 55 + }, + { + "prompt": "[5 0 6 3]   [3 6]   [5 0]
[6 0]   [6]   [0]
[3 5]   [3]   [  ]", + "options": [ + "[3]", + "[6 3]", + "[0 3 5]", + "[0 3 5 6]", + "[6 0 3]", + "[5 3 6]", + "[5]", + "[  ]" + ], + "correct": 6, + "prob_ind": 56 + }, + { + "prompt": "[2 0 8 1]   [1 8]   [2 0]
[8 2]   [8]   [2]
[0 1]   [1]   [  ]", + "options": [ + "[1 2 8]", + "[  ]", + "[2 1 0 8]", + "[1]", + "[2 8]", + "[2 1]", + "[0]", + "[0 8 1]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[7 0 9 6]   [6 7]   [0 9]
[7 0]   [7]   [0]
[6 9]   [6]   [  ]", + "options": [ + "[9]", + "[0 9 6 7]", + "[0 7]", + "[0 6]", + "[6 7]", + "[  ]", + "[0 9]", + "[6 9]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[3 9 5 8]   [5 8]   [9 3]
[8 9]   [8]   [9]
[3 5]   [5]   [  ]", + "options": [ + "[3]", + "[9]", + "[8 3 5]", + "[3 9 5]", + "[9 8 5]", + "[5 3]", + "[8]", + "[5]" + ], + "correct": 0, + "prob_ind": 59 + }, + { + "prompt": "[1 2 3 0]   [0 2]   [1 3]
[3 2]   [2]   [3]
[0 1]   [0]   [  ]", + "options": [ + "[0 2]", + "[3 1]", + "[3 2 1]", + "[3 2 0 1]", + "[3 0 1]", + "[0]", + "[  ]", + "[1]" + ], + "correct": 7, + "prob_ind": 60 + }, + { + "prompt": "[6 1 9 3]   [1 6]   [9 3]
[3 6]   [6]   [3]
[1 9]   [1]   [  ]", + "options": [ + "[1]", + "[3]", + "[3 6]", + "[9 1 3]", + "[3 9]", + "[1 6 3]", + "[9]", + "[1 3]" + ], + "correct": 6, + "prob_ind": 61 + }, + { + "prompt": "[4 8 5 7]   [7 8]   [4 5]
[5 7]   [7]   [5]
[4 8]   [8]   [  ]", + "options": [ + "[8 7]", + "[4]", + "[7]", + "[5]", + "[5 4]", + "[5 7 8]", + "[7 4 5]", + "[8]" + ], + "correct": 1, + "prob_ind": 62 + }, + { + "prompt": "[6 5 7 9]   [9 5]   [6 7]
[7 5]   [5]   [7]
[9 6]   [9]   [  ]", + "options": [ + "[9 6 5]", + "[6]", + "[9 5 7]", + "[9]", + "[7 5]", + "[5 6 7]", + "[6 7]", + "[7 9]" + ], + "correct": 1, + "prob_ind": 63 + }, + { + "prompt": "[4 9 1 3]   [4 1]   [9 3]
[1 3]   [1]   [3]
[9 4]   [4]   [  ]", + "options": [ + "[1 4]", + "[9]", + "[9 4]", + "[9 3]", + "[9 3 4 1]", + "[4]", + "[  ]", + "[1 9]" + ], + "correct": 1, + "prob_ind": 64 + }, + { + "prompt": "[2 0 6 4]   [4 0]   [2 6]
[0 6]   [0]   [6]
[4 2]   [4]   [  ]", + "options": [ + "[2]", + "[4 2 6 0]", + "[6 0]", + "[0 6 2]", + "[6]", + "[  ]", + "[6 2]", + "[4 0 2]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[2 4 9 7]   [4 2]   [9 7]
[4 7]   [4]   [7]
[2 9]   [2]   [  ]", + "options": [ + "[2 7]", + "[9 4]", + "[9 2]", + "[9]", + "[2]", + "[4]", + "[4 2]", + "[7 9 2 4]" + ], + "correct": 3, + "prob_ind": 66 + }, + { + "prompt": "[5 3 2 0]   [5 2]   [0 3]
[2 0]   [2]   [0]
[5 3]   [5]   [  ]", + "options": [ + "[5]", + "[5 3]", + "[0]", + "[3]", + "[3 5 2 0]", + "[5 0]", + "[3 0 5]", + "[0 3]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[6 1 0 4]   [4 1]   [0 6]
[0 4]   [4]   [0]
[1 6]   [1]   [  ]", + "options": [ + "[1 4]", + "[1 0]", + "[4 6]", + "[6]", + "[6 1 0]", + "[4]", + "[0 6]", + "[0 4]" + ], + "correct": 3, + "prob_ind": 68 + }, + { + "prompt": "[6 8 4 9]   [8 4]   [6 9]
[9 4]   [4]   [9]
[8 6]   [8]   [  ]", + "options": [ + "[8 9]", + "[6]", + "[9 6]", + "[8 6 9]", + "[8 9 4]", + "[8 4]", + "[4]", + "[4 9]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[8 6 2 9]   [6 2]   [8 9]
[2 9]   [2]   [9]
[6 8]   [6]   [  ]", + "options": [ + "[8 2]", + "[9]", + "[6 8]", + "[8]", + "[6 9 8]", + "[  ]", + "[6 2]", + "[2 6 8]" + ], + "correct": 3, + "prob_ind": 70 + }, + { + "prompt": "[5 9 0 8]   [9 8]   [5 0]
[8 0]   [8]   [0]
[9 5]   [9]   [  ]", + "options": [ + "[8]", + "[0 5]", + "[5 9 8]", + "[8 5 9 0]", + "[5 9]", + "[  ]", + "[5]", + "[8 5]" + ], + "correct": 6, + "prob_ind": 71 + }, + { + "prompt": "[5 9 6 1]   [9 5]   [1 6]
[9 6]   [9]   [6]
[5 1]   [5]   [  ]", + "options": [ + "[6]", + "[9 5]", + "[9]", + "[5]", + "[9 1 5]", + "[9 6 1]", + "[1]", + "[9 6]" + ], + "correct": 6, + "prob_ind": 72 + }, + { + "prompt": "[0 3 2 8]   [3 2]   [8 0]
[2 8]   [2]   [8]
[3 0]   [3]   [  ]", + "options": [ + "[3 2 8]", + "[3]", + "[3 2]", + "[0]", + "[2 0 8]", + "[0 2]", + "[  ]", + "[0 8]" + ], + "correct": 3, + "prob_ind": 73 + }, + { + "prompt": "[1 3 6 8]   [1 8]   [6 3]
[6 8]   [8]   [6]
[1 3]   [1]   [  ]", + "options": [ + "[6 3]", + "[8]", + "[8 6]", + "[8 3 1]", + "[3 1]", + "[1]", + "[1 3 6 8]", + "[3]" + ], + "correct": 7, + "prob_ind": 74 + }, + { + "prompt": "[8 2 3 1]   [2 8]   [1 3]
[8 1]   [8]   [1]
[3 2]   [2]   [  ]", + "options": [ + "[2 3 1 8]", + "[3]", + "[1 3 8]", + "[2]", + "[1 2 3]", + "[8 3]", + "[8 1 2]", + "[1 2]" + ], + "correct": 1, + "prob_ind": 75 + }, + { + "prompt": "[4 2 8 7]   [2 8]   [4 7]
[8 7]   [8]   [7]
[2 4]   [2]   [  ]", + "options": [ + "[7 2 4]", + "[4]", + "[8 7 4 2]", + "[8 7]", + "[8 4 2]", + "[2]", + "[8 7 2]", + "[2 4]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[3 1 5 0]   [0 1]   [5 3]
[5 1]   [1]   [5]
[3 0]   [0]   [  ]", + "options": [ + "[3 5]", + "[1 0]", + "[0]", + "[0 1 5]", + "[0 3 1]", + "[3]", + "[5 1]", + "[3 5 1 0]" + ], + "correct": 5, + "prob_ind": 77 + }, + { + "prompt": "[4 0 9 7]   [9 4]   [7 0]
[7 9]   [9]   [7]
[0 4]   [4]   [  ]", + "options": [ + "[7 4 0 9]", + "[0]", + "[  ]", + "[0 4]", + "[7]", + "[9 7 4]", + "[0 7 9]", + "[7 9]" + ], + "correct": 1, + "prob_ind": 78 + }, + { + "prompt": "[8 6 7 1]   [6 8]   [1 7]
[7 6]   [6]   [7]
[1 8]   [8]   [  ]", + "options": [ + "[1]", + "[8]", + "[8 7]", + "[6 8]", + "[  ]", + "[7 6]", + "[6 1 7 8]", + "[1 7]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[2 6 0 9]   [6 0]   [9 2]
[6 2]   [6]   [2]
[0 9]   [0]   [  ]", + "options": [ + "[2 9]", + "[9 0]", + "[6 9]", + "[9 6 0]", + "[0 9 2]", + "[2]", + "[9]", + "[6 2 9]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[3 7 2 4]   [7 3]   [4 2]
[3 4]   [3]   [4]
[2 7]   [7]   [  ]", + "options": [ + "[4 2]", + "[7]", + "[4]", + "[2]", + "[4 3 2]", + "[2 3]", + "[4 7]", + "[2 7]" + ], + "correct": 3, + "prob_ind": 81 + }, + { + "prompt": "[1 5 6 3]   [3 6]   [1 5]
[5 3]   [3]   [5]
[6 1]   [6]   [  ]", + "options": [ + "[5]", + "[5 3]", + "[1 6 5]", + "[1 3 6]", + "[1]", + "[5 1 3]", + "[3 1]", + "[3 5 6]" + ], + "correct": 4, + "prob_ind": 82 + }, + { + "prompt": "[3 7 0 5]   [0 7]   [3 5]
[5 7]   [7]   [5]
[3 0]   [0]   [  ]", + "options": [ + "[7 3 5]", + "[0 5]", + "[3 0]", + "[  ]", + "[3]", + "[3 5 0]", + "[5]", + "[7]" + ], + "correct": 4, + "prob_ind": 83 + }, + { + "prompt": "[9 0 2 3]   [2 3]   [9 0]
[9 2]   [2]   [9]
[3 0]   [3]   [  ]", + "options": [ + "[2 3 0]", + "[0 3]", + "[0 2]", + "[3]", + "[2]", + "[0]", + "[3 9 2]", + "[3 2]" + ], + "correct": 5, + "prob_ind": 84 + }, + { + "prompt": "[0 4 7 8]   [4 0]   [7 8]
[7 0]   [0]   [7]
[8 4]   [4]   [  ]", + "options": [ + "[7 4]", + "[7 8]", + "[7 0]", + "[7 8 4]", + "[8]", + "[0]", + "[7]", + "[7 8 0]" + ], + "correct": 4, + "prob_ind": 85 + }, + { + "prompt": "[7 4 6 5]   [7 6]   [4 5]
[6 5]   [6]   [5]
[4 7]   [7]   [  ]", + "options": [ + "[5 7 6]", + "[5]", + "[7 5]", + "[  ]", + "[4]", + "[7 4]", + "[6]", + "[6 4 5]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[6 3 4 1]   [1 6]   [3 4]
[4 1]   [1]   [4]
[3 6]   [6]   [  ]", + "options": [ + "[4 6 1]", + "[6]", + "[3]", + "[4 1 3 6]", + "[  ]", + "[3 4 1]", + "[4]", + "[1]" + ], + "correct": 2, + "prob_ind": 87 + }, + { + "prompt": "[5 0 1 2]   [2 5]   [1 0]
[5 1]   [5]   [1]
[0 2]   [2]   [  ]", + "options": [ + "[1]", + "[1 2]", + "[1 2 0 5]", + "[1 0 2]", + "[0 1 5]", + "[0 2]", + "[0 5]", + "[0]" + ], + "correct": 7, + "prob_ind": 88 + }, + { + "prompt": "[8 5 0 6]   [0 8]   [5 6]
[0 5]   [0]   [5]
[8 6]   [8]   [  ]", + "options": [ + "[5 0]", + "[6 5 0]", + "[8 6]", + "[0]", + "[6]", + "[0 6 8]", + "[5 8]", + "[5]" + ], + "correct": 4, + "prob_ind": 89 + }, + { + "prompt": "[1 9 5 3]   [1 3]   [5 9]
[1 9]   [1]   [9]
[3 5]   [3]   [  ]", + "options": [ + "[9 1 3]", + "[9 3 5]", + "[5]", + "[5 3 9 1]", + "[9 1]", + "[9 5]", + "[9 1 5]", + "[3 1 5]" + ], + "correct": 2, + "prob_ind": 90 + }, + { + "prompt": "[0 2 1 4]   [4 0]   [1 2]
[2 4]   [4]   [2]
[0 1]   [0]   [  ]", + "options": [ + "[4 1]", + "[0 4]", + "[0]", + "[  ]", + "[0 2 4]", + "[1]", + "[2]", + "[0 2 1]" + ], + "correct": 5, + "prob_ind": 91 + }, + { + "prompt": "[7 6 4 2]   [2 7]   [4 6]
[2 4]   [2]   [4]
[7 6]   [7]   [  ]", + "options": [ + "[7 6 4]", + "[  ]", + "[7]", + "[6]", + "[7 4 2]", + "[4 6 2]", + "[4]", + "[6 4]" + ], + "correct": 3, + "prob_ind": 92 + }, + { + "prompt": "[5 1 9 8]   [1 9]   [5 8]
[9 8]   [9]   [8]
[1 5]   [1]   [  ]", + "options": [ + "[  ]", + "[5]", + "[5 9 1]", + "[8 5]", + "[1 9]", + "[8]", + "[5 9]", + "[9 8 1]" + ], + "correct": 1, + "prob_ind": 93 + }, + { + "prompt": "[9 8 2 5]   [5 8]   [9 2]
[2 8]   [8]   [2]
[9 5]   [5]   [  ]", + "options": [ + "[5]", + "[8 2 9]", + "[5 9 8]", + "[2]", + "[9]", + "[2 5]", + "[9 8 5 2]", + "[2 8 5]" + ], + "correct": 4, + "prob_ind": 94 + }, + { + "prompt": "[9 7 3 2]   [9 3]   [7 2]
[9 7]   [9]   [7]
[2 3]   [3]   [  ]", + "options": [ + "[2 3 7 9]", + "[3 7]", + "[9 3 7]", + "[  ]", + "[7 9]", + "[9 2]", + "[2]", + "[9 3 2]" + ], + "correct": 6, + "prob_ind": 95 + }, + { + "prompt": "[6 8 7 3]   [3 8]   [6 7]
[6 3]   [3]   [6]
[8 7]   [8]   [  ]", + "options": [ + "[8]", + "[3]", + "[6 3]", + "[7 3 8]", + "[6]", + "[6 3 7]", + "[7]", + "[8 7]" + ], + "correct": 6, + "prob_ind": 96 + }, + { + "prompt": "[4 5 3 9]   [3 5]   [4 9]
[3 9]   [3]   [9]
[4 5]   [5]   [  ]", + "options": [ + "[9 3]", + "[5 3 9]", + "[4]", + "[3 4]", + "[9 3 4 5]", + "[9 4]", + "[3 9 4]", + "[  ]" + ], + "correct": 2, + "prob_ind": 97 + }, + { + "prompt": "[5 9 3 6]   [3 9]   [6 5]
[5 9]   [9]   [5]
[6 3]   [3]   [  ]", + "options": [ + "[6]", + "[5 9 3]", + "[3 6]", + "[  ]", + "[3]", + "[9]", + "[3 6 5 9]", + "[3 5]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[2 3 6 5]   [6 5]   [3 2]
[3 6]   [6]   [3]
[2 5]   [5]   [  ]", + "options": [ + "[3 6]", + "[2]", + "[3 2 5]", + "[6 2]", + "[6]", + "[2 3]", + "[5 2 6]", + "[5]" + ], + "correct": 1, + "prob_ind": 99 + } + ], + "XOR_permuted": [ + { + "prompt": "[0 6]   [6 8]   [0 8]
[8 6]   [6 4]   [4 8]
[0 8]   [8 4]   [    ]", + "options": [ + "[4 8 0 6]", + "[4 8]", + "[8]", + "[6 0 8]", + "[4 0]", + "[6 4]", + "[  ]", + "[0 4 6]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[8 2]   [5 2]   [8 5]
[2 5]   [4 2]   [5 4]
[8 5]   [5 4]   [    ]", + "options": [ + "[2 8]", + "[4 2]", + "[8 4]", + "[5 4]", + "[2 5]", + "[8]", + "[4]", + "[5 8]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[0 1]   [4 0]   [4 1]
[0 4]   [0 7]   [7 4]
[4 1]   [7 4]   [    ]", + "options": [ + "[1 4 0]", + "[4]", + "[1 7]", + "[  ]", + "[0 4]", + "[7]", + "[7 0 1]", + "[0 7 4]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[3 0]   [3 8]   [0 8]
[8 3]   [6 3]   [6 8]
[8 0]   [8 6]   [    ]", + "options": [ + "[0 8]", + "[8 3 6]", + "[0 3]", + "[8]", + "[6]", + "[6 0]", + "[3 6]", + "[3 8]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[6 0]   [0 4]   [4 6]
[4 0]   [0 3]   [4 3]
[4 6]   [4 3]   [    ]", + "options": [ + "[0 4]", + "[4]", + "[0 4 3]", + "[6 0 4]", + "[4 6]", + "[3 6 0]", + "[3 6]", + "[3 4]" + ], + "correct": 6, + "prob_ind": 4 + }, + { + "prompt": "[3 6]   [3 4]   [6 4]
[4 3]   [3 5]   [5 4]
[4 6]   [5 4]   [    ]", + "options": [ + "[3 4]", + "[3 5]", + "[5 6]", + "[6 3]", + "[3]", + "[4]", + "[4 3 6]", + "[4 6]" + ], + "correct": 2, + "prob_ind": 5 + }, + { + "prompt": "[9 6]   [7 6]   [7 9]
[6 7]   [3 6]   [3 7]
[9 7]   [7 3]   [    ]", + "options": [ + "[3 9]", + "[3]", + "[9 3 6]", + "[7 9 6 3]", + "[6 7]", + "[7]", + "[6]", + "[6 9]" + ], + "correct": 0, + "prob_ind": 6 + }, + { + "prompt": "[8 3]   [1 3]   [8 1]
[1 3]   [0 3]   [0 1]
[8 1]   [0 1]   [    ]", + "options": [ + "[1]", + "[8 3]", + "[0 3 1]", + "[0]", + "[8 3 0]", + "[0 8 1]", + "[0 8]", + "[1 8 3 0]" + ], + "correct": 6, + "prob_ind": 7 + }, + { + "prompt": "[1 2]   [3 2]   [3 1]
[2 3]   [4 2]   [3 4]
[3 1]   [3 4]   [    ]", + "options": [ + "[1 3 2]", + "[2 4]", + "[1 4]", + "[3]", + "[3 4]", + "[  ]", + "[2]", + "[1]" + ], + "correct": 2, + "prob_ind": 8 + }, + { + "prompt": "[5 3]   [5 0]   [0 3]
[0 5]   [5 8]   [8 0]
[3 0]   [0 8]   [    ]", + "options": [ + "[5]", + "[8 5]", + "[5 0 8]", + "[0 8]", + "[  ]", + "[3 0]", + "[0]", + "[8 3]" + ], + "correct": 7, + "prob_ind": 9 + }, + { + "prompt": "[9 7]   [2 7]   [2 9]
[7 2]   [6 7]   [6 2]
[2 9]   [6 2]   [    ]", + "options": [ + "[7]", + "[6 7 9 2]", + "[6 2]", + "[9 7 2]", + "[6 7]", + "[9 2]", + "[9 6]", + "[6]" + ], + "correct": 6, + "prob_ind": 10 + }, + { + "prompt": "[7 2]   [5 2]   [7 5]
[5 2]   [2 0]   [5 0]
[5 7]   [5 0]   [    ]", + "options": [ + "[0 7 2 5]", + "[7]", + "[0 2]", + "[0 7]", + "[7 5 0]", + "[5 7]", + "[0 2 7]", + "[7 5 2]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[9 8]   [7 8]   [7 9]
[7 8]   [0 8]   [0 7]
[9 7]   [0 7]   [    ]", + "options": [ + "[0 9]", + "[7]", + "[0 9 8]", + "[8 0 7]", + "[  ]", + "[7 8 9]", + "[8 7]", + "[9]" + ], + "correct": 0, + "prob_ind": 12 + }, + { + "prompt": "[8 3]   [1 8]   [1 3]
[8 1]   [8 6]   [1 6]
[1 3]   [1 6]   [    ]", + "options": [ + "[3]", + "[6 8 1]", + "[8 6 3]", + "[1 8]", + "[8]", + "[3 6]", + "[1 3]", + "[8 3]" + ], + "correct": 5, + "prob_ind": 13 + }, + { + "prompt": "[1 9]   [7 9]   [7 1]
[7 9]   [9 3]   [7 3]
[1 7]   [7 3]   [    ]", + "options": [ + "[1 3]", + "[9 3]", + "[  ]", + "[1 9]", + "[1 7 9]", + "[1 7]", + "[1]", + "[3]" + ], + "correct": 0, + "prob_ind": 14 + }, + { + "prompt": "[3 0]   [6 3]   [0 6]
[6 3]   [3 7]   [6 7]
[0 6]   [7 6]   [    ]", + "options": [ + "[6]", + "[0 3]", + "[0 7]", + "[3]", + "[6 0 3]", + "[0 6]", + "[0 7 6]", + "[7]" + ], + "correct": 2, + "prob_ind": 15 + }, + { + "prompt": "[8 4]   [4 3]   [8 3]
[3 4]   [7 4]   [3 7]
[3 8]   [3 7]   [    ]", + "options": [ + "[3]", + "[8 7 3]", + "[4]", + "[4 8]", + "[7 3 4]", + "[8 4 7]", + "[3 4]", + "[7 8]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[3 6]   [4 3]   [4 6]
[4 3]   [3 2]   [4 2]
[6 4]   [4 2]   [    ]", + "options": [ + "[6]", + "[6 2]", + "[2 3 6]", + "[4 6]", + "[2 6 3 4]", + "[4 2]", + "[3]", + "[4 6 2]" + ], + "correct": 1, + "prob_ind": 17 + }, + { + "prompt": "[7 2]   [2 4]   [7 4]
[4 2]   [8 2]   [8 4]
[4 7]   [4 8]   [    ]", + "options": [ + "[7 8]", + "[7 4]", + "[2 8 4]", + "[7]", + "[4 8 2 7]", + "[7 4 2]", + "[2]", + "[4 8]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[2 9]   [5 2]   [9 5]
[5 2]   [2 0]   [5 0]
[5 9]   [0 5]   [    ]", + "options": [ + "[9]", + "[9 5 2]", + "[  ]", + "[2 5]", + "[9 5]", + "[0 9]", + "[0]", + "[0 2]" + ], + "correct": 5, + "prob_ind": 19 + }, + { + "prompt": "[7 0]   [1 7]   [0 1]
[7 1]   [2 7]   [1 2]
[0 1]   [1 2]   [    ]", + "options": [ + "[0 7]", + "[7]", + "[  ]", + "[0 1]", + "[2 1 0]", + "[2 1 7 0]", + "[0 2]", + "[0]" + ], + "correct": 6, + "prob_ind": 20 + }, + { + "prompt": "[7 5]   [7 1]   [5 1]
[7 1]   [6 7]   [6 1]
[5 1]   [6 1]   [    ]", + "options": [ + "[6 5]", + "[  ]", + "[1 5]", + "[5 6 7 1]", + "[1 7]", + "[7]", + "[1 5 6]", + "[7 5]" + ], + "correct": 0, + "prob_ind": 21 + }, + { + "prompt": "[0 4]   [2 4]   [2 0]
[2 4]   [3 4]   [2 3]
[2 0]   [3 2]   [    ]", + "options": [ + "[4]", + "[2 3]", + "[2 3 4]", + "[3]", + "[2 3 0]", + "[  ]", + "[0 3]", + "[0]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[1 0]   [1 4]   [4 0]
[1 4]   [1 9]   [9 4]
[0 4]   [4 9]   [    ]", + "options": [ + "[1]", + "[4 1 0]", + "[1 0]", + "[0 9]", + "[4]", + "[9 4]", + "[9 1]", + "[4 1]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[0 7]   [3 7]   [0 3]
[7 3]   [7 8]   [8 3]
[3 0]   [3 8]   [    ]", + "options": [ + "[8]", + "[3]", + "[8 0]", + "[7 0]", + "[7 3]", + "[0]", + "[7 3 8]", + "[0 3]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[3 2]   [1 3]   [2 1]
[3 1]   [8 3]   [1 8]
[1 2]   [1 8]   [    ]", + "options": [ + "[1 2]", + "[1 8]", + "[1]", + "[2 8]", + "[2 8 3]", + "[3 2]", + "[2]", + "[3]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[5 9]   [8 5]   [9 8]
[5 8]   [3 5]   [8 3]
[8 9]   [8 3]   [    ]", + "options": [ + "[3]", + "[3 8]", + "[3 9]", + "[  ]", + "[3 8 5]", + "[3 5]", + "[8]", + "[5]" + ], + "correct": 2, + "prob_ind": 26 + }, + { + "prompt": "[5 2]   [5 6]   [2 6]
[6 5]   [5 9]   [9 6]
[2 6]   [6 9]   [    ]", + "options": [ + "[2]", + "[5 6]", + "[5]", + "[9 5 6 2]", + "[2 9]", + "[  ]", + "[5 6 2]", + "[6]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[7 1]   [1 0]   [0 7]
[0 1]   [3 1]   [3 0]
[0 7]   [0 3]   [    ]", + "options": [ + "[1 7 0 3]", + "[3 7]", + "[3 0]", + "[1 7 0]", + "[1]", + "[7]", + "[0 7]", + "[7 1]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[3 9]   [3 8]   [9 8]
[8 3]   [0 3]   [8 0]
[8 9]   [0 8]   [    ]", + "options": [ + "[9 0]", + "[3]", + "[9]", + "[8]", + "[8 9 3]", + "[9 3]", + "[0 9 8]", + "[8 9]" + ], + "correct": 0, + "prob_ind": 29 + }, + { + "prompt": "[2 9]   [9 1]   [2 1]
[9 1]   [9 5]   [1 5]
[2 1]   [1 5]   [    ]", + "options": [ + "[  ]", + "[1 2]", + "[1 9]", + "[9]", + "[5 9 1]", + "[2 5]", + "[5 2 9]", + "[1 2 5]" + ], + "correct": 5, + "prob_ind": 30 + }, + { + "prompt": "[8 2]   [7 8]   [7 2]
[8 7]   [8 6]   [6 7]
[7 2]   [7 6]   [    ]", + "options": [ + "[8 2 6]", + "[2 6 7]", + "[2 7]", + "[2 6]", + "[8 6]", + "[6 2 8 7]", + "[8]", + "[6]" + ], + "correct": 3, + "prob_ind": 31 + }, + { + "prompt": "[8 2]   [1 8]   [2 1]
[1 8]   [8 0]   [1 0]
[1 2]   [1 0]   [    ]", + "options": [ + "[  ]", + "[2]", + "[1 8]", + "[2 1 8 0]", + "[1 2]", + "[0 2]", + "[1 8 0]", + "[1 2 8]" + ], + "correct": 5, + "prob_ind": 32 + }, + { + "prompt": "[8 5]   [1 8]   [1 5]
[1 8]   [7 8]   [1 7]
[5 1]   [7 1]   [    ]", + "options": [ + "[8 5]", + "[1 7]", + "[7 8]", + "[8]", + "[8 1]", + "[7]", + "[5 7]", + "[7 8 5]" + ], + "correct": 6, + "prob_ind": 33 + }, + { + "prompt": "[1 5]   [0 1]   [5 0]
[1 0]   [3 1]   [0 3]
[5 0]   [0 3]   [    ]", + "options": [ + "[0]", + "[0 3]", + "[5 0]", + "[0 1]", + "[3 1]", + "[5]", + "[3 5]", + "[1]" + ], + "correct": 6, + "prob_ind": 34 + }, + { + "prompt": "[0 7]   [4 7]   [4 0]
[4 7]   [7 6]   [4 6]
[4 0]   [6 4]   [    ]", + "options": [ + "[6]", + "[4 7]", + "[6 7]", + "[6 0]", + "[4]", + "[7 0]", + "[7 0 4]", + "[0]" + ], + "correct": 3, + "prob_ind": 35 + }, + { + "prompt": "[6 9]   [4 9]   [4 6]
[4 9]   [0 9]   [4 0]
[4 6]   [0 4]   [    ]", + "options": [ + "[0 9]", + "[6 0]", + "[6]", + "[0 4 9]", + "[6 9]", + "[9 4 6]", + "[4 6 0 9]", + "[4]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[4 7]   [6 7]   [4 6]
[7 6]   [7 5]   [5 6]
[4 6]   [6 5]   [    ]", + "options": [ + "[  ]", + "[6]", + "[5]", + "[5 6]", + "[4]", + "[7]", + "[4 5]", + "[6 4]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[8 2]   [3 2]   [8 3]
[3 2]   [9 2]   [9 3]
[8 3]   [3 9]   [    ]", + "options": [ + "[2 3]", + "[8 9 2]", + "[8 3]", + "[8 9 2 3]", + "[9 2]", + "[9 3]", + "[8 2]", + "[8 9]" + ], + "correct": 7, + "prob_ind": 38 + }, + { + "prompt": "[6 9]   [4 9]   [4 6]
[4 9]   [7 9]   [7 4]
[6 4]   [7 4]   [    ]", + "options": [ + "[6 7]", + "[6 4]", + "[6]", + "[9]", + "[4]", + "[9 4 6]", + "[4 9]", + "[4 7]" + ], + "correct": 0, + "prob_ind": 39 + }, + { + "prompt": "[3 6]   [6 0]   [0 3]
[0 6]   [6 9]   [0 9]
[3 0]   [0 9]   [    ]", + "options": [ + "[3]", + "[9 6 0]", + "[9]", + "[0 9]", + "[9 3]", + "[0]", + "[6]", + "[  ]" + ], + "correct": 4, + "prob_ind": 40 + }, + { + "prompt": "[7 1]   [1 2]   [2 7]
[1 2]   [6 1]   [2 6]
[7 2]   [6 2]   [    ]", + "options": [ + "[7 6]", + "[6 7 1 2]", + "[6 2]", + "[7]", + "[1 7]", + "[7 2]", + "[2 1 7]", + "[2]" + ], + "correct": 0, + "prob_ind": 41 + }, + { + "prompt": "[9 5]   [0 5]   [0 9]
[0 5]   [8 5]   [8 0]
[0 9]   [8 0]   [    ]", + "options": [ + "[5 0 9]", + "[0 5 8]", + "[9]", + "[0 8]", + "[0]", + "[8 9]", + "[  ]", + "[0 9 8]" + ], + "correct": 5, + "prob_ind": 42 + }, + { + "prompt": "[8 0]   [8 6]   [0 6]
[6 8]   [8 7]   [7 6]
[6 0]   [6 7]   [    ]", + "options": [ + "[8 7]", + "[8 0]", + "[7 6]", + "[0 7 8]", + "[0 6 8]", + "[6 8]", + "[7 0]", + "[7]" + ], + "correct": 6, + "prob_ind": 43 + }, + { + "prompt": "[1 0]   [0 4]   [1 4]
[0 4]   [2 0]   [4 2]
[1 4]   [2 4]   [    ]", + "options": [ + "[2 1]", + "[4 0]", + "[1 4]", + "[0 1]", + "[4 2 1]", + "[1]", + "[2 0 4]", + "[2]" + ], + "correct": 0, + "prob_ind": 44 + }, + { + "prompt": "[6 5]   [8 6]   [8 5]
[8 6]   [6 3]   [8 3]
[5 8]   [8 3]   [    ]", + "options": [ + "[8 6]", + "[6]", + "[8 5 3]", + "[3 8]", + "[3 5]", + "[  ]", + "[6 3]", + "[8 6 3 5]" + ], + "correct": 4, + "prob_ind": 45 + }, + { + "prompt": "[3 2]   [3 8]   [2 8]
[3 8]   [0 3]   [8 0]
[2 8]   [0 8]   [    ]", + "options": [ + "[2 3]", + "[2]", + "[3]", + "[8]", + "[2 0]", + "[8 3]", + "[  ]", + "[0]" + ], + "correct": 4, + "prob_ind": 46 + }, + { + "prompt": "[3 0]   [3 9]   [9 0]
[3 9]   [3 2]   [2 9]
[9 0]   [9 2]   [    ]", + "options": [ + "[0 3]", + "[9 2]", + "[0 2 3]", + "[9 3 2 0]", + "[2 0]", + "[9 3]", + "[9]", + "[  ]" + ], + "correct": 4, + "prob_ind": 47 + }, + { + "prompt": "[9 1]   [9 3]   [3 1]
[3 9]   [0 9]   [0 3]
[1 3]   [3 0]   [    ]", + "options": [ + "[3 9 1]", + "[0]", + "[0 1]", + "[  ]", + "[0 9]", + "[9 3]", + "[9]", + "[1 3]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[6 5]   [8 6]   [5 8]
[6 8]   [6 1]   [1 8]
[8 5]   [8 1]   [    ]", + "options": [ + "[6]", + "[8 6 1]", + "[8]", + "[5 1]", + "[  ]", + "[8 5 6]", + "[1]", + "[6 8]" + ], + "correct": 3, + "prob_ind": 49 + }, + { + "prompt": "[9 8]   [7 8]   [7 9]
[7 8]   [8 6]   [6 7]
[9 7]   [6 7]   [    ]", + "options": [ + "[6 8]", + "[9 7]", + "[9 8]", + "[8 7]", + "[7 9 6]", + "[6 7]", + "[9]", + "[6 9]" + ], + "correct": 7, + "prob_ind": 50 + }, + { + "prompt": "[4 0]   [4 5]   [0 5]
[5 4]   [4 1]   [5 1]
[5 0]   [1 5]   [    ]", + "options": [ + "[0 1]", + "[5]", + "[4 0 5 1]", + "[4]", + "[1]", + "[0]", + "[4 1 0]", + "[4 0]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[3 9]   [3 6]   [9 6]
[3 6]   [8 3]   [6 8]
[9 6]   [6 8]   [    ]", + "options": [ + "[3 8 6 9]", + "[9 6]", + "[8 3]", + "[9 8]", + "[8 3 6]", + "[3 6 9]", + "[3]", + "[9]" + ], + "correct": 3, + "prob_ind": 52 + }, + { + "prompt": "[8 1]   [1 4]   [8 4]
[4 1]   [2 1]   [2 4]
[8 4]   [2 4]   [    ]", + "options": [ + "[2 8 1]", + "[8 2]", + "[4 2]", + "[4 1]", + "[2 4 1]", + "[2]", + "[1 4 8]", + "[4]" + ], + "correct": 1, + "prob_ind": 53 + }, + { + "prompt": "[5 0]   [5 8]   [0 8]
[5 8]   [1 5]   [8 1]
[0 8]   [1 8]   [    ]", + "options": [ + "[8 0 5]", + "[5]", + "[8 0]", + "[0 8 1]", + "[1 8 5]", + "[1 0]", + "[0]", + "[  ]" + ], + "correct": 5, + "prob_ind": 54 + }, + { + "prompt": "[5 6]   [4 6]   [4 5]
[4 6]   [6 9]   [4 9]
[5 4]   [9 4]   [    ]", + "options": [ + "[5 9]", + "[9 6 5 4]", + "[9]", + "[9 4 6]", + "[6 5 9]", + "[  ]", + "[4 6]", + "[5]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[8 0]   [8 5]   [0 5]
[8 5]   [6 8]   [5 6]
[5 0]   [5 6]   [    ]", + "options": [ + "[6]", + "[0 5]", + "[0 8 5]", + "[0 6]", + "[5]", + "[  ]", + "[6 5]", + "[6 5 0]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[4 3]   [3 0]   [0 4]
[3 0]   [5 3]   [5 0]
[0 4]   [0 5]   [    ]", + "options": [ + "[5 4]", + "[  ]", + "[3 0 5 4]", + "[0]", + "[5]", + "[3]", + "[4]", + "[5 3 0]" + ], + "correct": 0, + "prob_ind": 57 + }, + { + "prompt": "[5 1]   [1 3]   [5 3]
[3 1]   [1 7]   [7 3]
[3 5]   [7 3]   [    ]", + "options": [ + "[1 7]", + "[3 1 7]", + "[1]", + "[1 3 5]", + "[7 5 3]", + "[7 5]", + "[3]", + "[5]" + ], + "correct": 5, + "prob_ind": 58 + }, + { + "prompt": "[8 5]   [3 5]   [3 8]
[3 5]   [2 5]   [2 3]
[3 8]   [3 2]   [    ]", + "options": [ + "[2 5 8]", + "[8 3 2]", + "[8]", + "[3 5]", + "[5]", + "[3 2]", + "[8 2]", + "[3]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[7 9]   [7 0]   [0 9]
[7 0]   [7 2]   [2 0]
[9 0]   [2 0]   [    ]", + "options": [ + "[2]", + "[9 2]", + "[7]", + "[7 0]", + "[7 0 9]", + "[0 2]", + "[7 9 2 0]", + "[  ]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[8 0]   [8 6]   [6 0]
[8 6]   [8 1]   [1 6]
[0 6]   [6 1]   [    ]", + "options": [ + "[0 8]", + "[1]", + "[8 1 6]", + "[  ]", + "[8 0 1]", + "[0 1]", + "[1 6]", + "[8 6]" + ], + "correct": 5, + "prob_ind": 61 + }, + { + "prompt": "[1 0]   [1 3]   [3 0]
[3 1]   [2 1]   [3 2]
[3 0]   [2 3]   [    ]", + "options": [ + "[0 3]", + "[0 2 3]", + "[2]", + "[3]", + "[0 2]", + "[2 0 1]", + "[1]", + "[  ]" + ], + "correct": 4, + "prob_ind": 62 + }, + { + "prompt": "[2 8]   [7 8]   [7 2]
[8 7]   [0 8]   [7 0]
[7 2]   [7 0]   [    ]", + "options": [ + "[0 7]", + "[0 8 7]", + "[7]", + "[0]", + "[2]", + "[8]", + "[2 0]", + "[7 2 0]" + ], + "correct": 6, + "prob_ind": 63 + }, + { + "prompt": "[8 2]   [7 8]   [2 7]
[8 7]   [3 8]   [3 7]
[2 7]   [3 7]   [    ]", + "options": [ + "[7 3 2]", + "[  ]", + "[2 8 7]", + "[2 3]", + "[8]", + "[7]", + "[2]", + "[2 7]" + ], + "correct": 3, + "prob_ind": 64 + }, + { + "prompt": "[6 0]   [0 2]   [2 6]
[2 0]   [9 0]   [2 9]
[6 2]   [9 2]   [    ]", + "options": [ + "[9 6]", + "[0 9]", + "[9 0 6]", + "[9 2]", + "[2 6 0]", + "[0]", + "[2]", + "[9]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[4 3]   [3 8]   [4 8]
[3 8]   [3 9]   [8 9]
[4 8]   [8 9]   [    ]", + "options": [ + "[9 3]", + "[4 3]", + "[8 9 4 3]", + "[9 4]", + "[4 9 8]", + "[  ]", + "[9]", + "[8 3 4]" + ], + "correct": 3, + "prob_ind": 66 + }, + { + "prompt": "[0 9]   [9 8]   [8 0]
[9 8]   [4 9]   [8 4]
[0 8]   [4 8]   [    ]", + "options": [ + "[0 8]", + "[4 0 8 9]", + "[9]", + "[0 4]", + "[  ]", + "[4 8]", + "[8]", + "[9 8 4]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[9 7]   [7 1]   [9 1]
[7 1]   [7 5]   [1 5]
[9 1]   [1 5]   [    ]", + "options": [ + "[7]", + "[1 5 7 9]", + "[7 1]", + "[9 7]", + "[1 5 7]", + "[5 1]", + "[9 1 5]", + "[9 5]" + ], + "correct": 7, + "prob_ind": 68 + }, + { + "prompt": "[2 6]   [8 2]   [6 8]
[8 2]   [4 2]   [8 4]
[8 6]   [4 8]   [    ]", + "options": [ + "[6 8]", + "[2 8 4]", + "[2]", + "[2 8]", + "[6 4 2 8]", + "[2 4]", + "[2 6 8]", + "[6 4]" + ], + "correct": 7, + "prob_ind": 69 + }, + { + "prompt": "[7 0]   [7 1]   [1 0]
[1 7]   [7 5]   [1 5]
[1 0]   [1 5]   [    ]", + "options": [ + "[0]", + "[0 1 5]", + "[7 0]", + "[1]", + "[5 1 7 0]", + "[7 0 1]", + "[1 7]", + "[5 0]" + ], + "correct": 7, + "prob_ind": 70 + }, + { + "prompt": "[7 3]   [7 6]   [3 6]
[6 7]   [7 1]   [6 1]
[3 6]   [6 1]   [    ]", + "options": [ + "[1]", + "[7]", + "[3]", + "[6 7]", + "[6 3 1]", + "[6 1]", + "[3 1]", + "[1 3 7]" + ], + "correct": 6, + "prob_ind": 71 + }, + { + "prompt": "[1 7]   [9 7]   [9 1]
[9 7]   [7 8]   [8 9]
[9 1]   [8 9]   [    ]", + "options": [ + "[9 8 1]", + "[8 1 7]", + "[1 7]", + "[8]", + "[8 1]", + "[7]", + "[9 8]", + "[1]" + ], + "correct": 4, + "prob_ind": 72 + }, + { + "prompt": "[0 6]   [1 0]   [1 6]
[1 0]   [0 3]   [1 3]
[6 1]   [1 3]   [    ]", + "options": [ + "[3 0]", + "[6 0]", + "[3 6 0 1]", + "[6 1]", + "[1 0 6]", + "[0 1 3]", + "[6 3]", + "[3]" + ], + "correct": 6, + "prob_ind": 73 + }, + { + "prompt": "[1 0]   [6 1]   [6 0]
[1 6]   [9 1]   [9 6]
[6 0]   [6 9]   [    ]", + "options": [ + "[1]", + "[6 0]", + "[6]", + "[6 9 0]", + "[1 9]", + "[9 6 1]", + "[1 6]", + "[0 9]" + ], + "correct": 7, + "prob_ind": 74 + }, + { + "prompt": "[2 1]   [7 1]   [7 2]
[7 1]   [9 1]   [7 9]
[2 7]   [7 9]   [    ]", + "options": [ + "[7 1 2]", + "[2 9 1]", + "[9 1 7]", + "[9]", + "[9 7 2 1]", + "[9 7]", + "[7 2]", + "[2 9]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[9 7]   [0 7]   [0 9]
[7 0]   [7 6]   [6 0]
[0 9]   [0 6]   [    ]", + "options": [ + "[7]", + "[9 0]", + "[9]", + "[9 0 6 7]", + "[0]", + "[9 6]", + "[0 7 6]", + "[7 6]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[4 9]   [9 5]   [5 4]
[9 5]   [1 9]   [5 1]
[5 4]   [5 1]   [    ]", + "options": [ + "[5]", + "[4 1]", + "[1 5]", + "[9 4]", + "[9 5 1]", + "[9 5]", + "[1 4 9]", + "[1]" + ], + "correct": 1, + "prob_ind": 77 + }, + { + "prompt": "[2 1]   [6 2]   [1 6]
[6 2]   [2 4]   [6 4]
[6 1]   [4 6]   [    ]", + "options": [ + "[6 1 4]", + "[6 4]", + "[2 4]", + "[6]", + "[1 6]", + "[4]", + "[1 4]", + "[1]" + ], + "correct": 6, + "prob_ind": 78 + }, + { + "prompt": "[7 4]   [4 6]   [7 6]
[6 4]   [4 3]   [6 3]
[6 7]   [3 6]   [    ]", + "options": [ + "[7 3]", + "[4 6]", + "[4 6 3]", + "[4]", + "[3 4 7]", + "[4 7 6]", + "[7 4]", + "[7]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[3 5]   [5 4]   [4 3]
[4 5]   [5 8]   [4 8]
[3 4]   [4 8]   [    ]", + "options": [ + "[3 4]", + "[3 8 5 4]", + "[8 3]", + "[5 8 4]", + "[4 3 5]", + "[4 5]", + "[5 8]", + "[5]" + ], + "correct": 2, + "prob_ind": 80 + }, + { + "prompt": "[6 7]   [3 7]   [3 6]
[3 7]   [5 7]   [5 3]
[6 3]   [5 3]   [    ]", + "options": [ + "[5 7 3 6]", + "[5 6]", + "[6 7 5]", + "[6]", + "[7]", + "[  ]", + "[7 6]", + "[3]" + ], + "correct": 1, + "prob_ind": 81 + }, + { + "prompt": "[4 7]   [3 4]   [3 7]
[3 4]   [5 4]   [3 5]
[3 7]   [3 5]   [    ]", + "options": [ + "[5]", + "[  ]", + "[3 7]", + "[5 7]", + "[4 7 3]", + "[3]", + "[4 5]", + "[7 4 5 3]" + ], + "correct": 3, + "prob_ind": 82 + }, + { + "prompt": "[0 2]   [6 2]   [0 6]
[6 2]   [7 2]   [6 7]
[0 6]   [7 6]   [    ]", + "options": [ + "[2 7]", + "[2 7 0]", + "[7 6 0 2]", + "[0]", + "[2 6]", + "[7 0 6]", + "[7 0]", + "[  ]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[1 6]   [1 5]   [5 6]
[5 1]   [1 9]   [9 5]
[5 6]   [9 5]   [    ]", + "options": [ + "[1 5 9]", + "[6 9]", + "[6]", + "[9 6 5]", + "[1]", + "[1 6 5 9]", + "[1 9]", + "[5]" + ], + "correct": 1, + "prob_ind": 84 + }, + { + "prompt": "[4 8]   [8 7]   [4 7]
[7 8]   [8 9]   [9 7]
[4 7]   [9 7]   [    ]", + "options": [ + "[8 4 7]", + "[8 4]", + "[  ]", + "[9 4]", + "[7 8]", + "[9 7 4 8]", + "[8 7 9]", + "[4 7]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[8 6]   [8 5]   [5 6]
[8 5]   [2 8]   [5 2]
[6 5]   [5 2]   [    ]", + "options": [ + "[6 2]", + "[6 5 2]", + "[5 6]", + "[6]", + "[6 8]", + "[2 8]", + "[  ]", + "[5 2]" + ], + "correct": 0, + "prob_ind": 86 + }, + { + "prompt": "[9 7]   [1 7]   [1 9]
[7 1]   [4 7]   [4 1]
[1 9]   [4 1]   [    ]", + "options": [ + "[4 7 1]", + "[1]", + "[9]", + "[4 9 7]", + "[9 4]", + "[4]", + "[  ]", + "[7]" + ], + "correct": 4, + "prob_ind": 87 + }, + { + "prompt": "[5 3]   [5 6]   [6 3]
[6 5]   [5 1]   [6 1]
[3 6]   [6 1]   [    ]", + "options": [ + "[5 3 1]", + "[5]", + "[3 6]", + "[3 1]", + "[6 1]", + "[1 6 3]", + "[6]", + "[3]" + ], + "correct": 3, + "prob_ind": 88 + }, + { + "prompt": "[4 2]   [7 2]   [7 4]
[7 2]   [9 2]   [7 9]
[7 4]   [9 7]   [    ]", + "options": [ + "[2 9 4]", + "[4 2 7]", + "[7]", + "[4 9]", + "[7 9]", + "[7 9 4 2]", + "[9]", + "[4 7 9]" + ], + "correct": 3, + "prob_ind": 89 + }, + { + "prompt": "[5 4]   [8 4]   [5 8]
[4 8]   [4 1]   [8 1]
[8 5]   [1 8]   [    ]", + "options": [ + "[4 1]", + "[1 5]", + "[8 5]", + "[4 8]", + "[4 5 8 1]", + "[1 4 8]", + "[8 4 5]", + "[8]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[1 0]   [1 6]   [0 6]
[6 1]   [4 1]   [6 4]
[0 6]   [6 4]   [    ]", + "options": [ + "[4 0 1]", + "[4 0]", + "[0 1]", + "[6]", + "[0 6 1]", + "[6 4 1]", + "[0 4 1 6]", + "[0]" + ], + "correct": 1, + "prob_ind": 91 + }, + { + "prompt": "[8 1]   [1 6]   [8 6]
[6 1]   [4 1]   [6 4]
[6 8]   [6 4]   [    ]", + "options": [ + "[8 4]", + "[6 1 4]", + "[6]", + "[8]", + "[8 6 1]", + "[6 8]", + "[6 4 8]", + "[  ]" + ], + "correct": 0, + "prob_ind": 92 + }, + { + "prompt": "[9 5]   [2 9]   [2 5]
[2 9]   [9 8]   [2 8]
[2 5]   [2 8]   [    ]", + "options": [ + "[8 9 2 5]", + "[5 2]", + "[9 2]", + "[5]", + "[8 5 9]", + "[2 9 5]", + "[8]", + "[5 8]" + ], + "correct": 7, + "prob_ind": 93 + }, + { + "prompt": "[9 7]   [9 4]   [4 7]
[4 9]   [9 3]   [4 3]
[7 4]   [4 3]   [    ]", + "options": [ + "[7]", + "[9 7]", + "[3 4]", + "[  ]", + "[3 7]", + "[3 9 7]", + "[4 3 9]", + "[9 3]" + ], + "correct": 4, + "prob_ind": 94 + }, + { + "prompt": "[8 3]   [3 1]   [1 8]
[3 1]   [5 3]   [5 1]
[8 1]   [5 1]   [    ]", + "options": [ + "[8 5 3]", + "[5 3]", + "[8 1]", + "[8 5]", + "[5]", + "[8 3 1]", + "[1 8 5]", + "[1 3]" + ], + "correct": 3, + "prob_ind": 95 + }, + { + "prompt": "[0 9]   [7 0]   [7 9]
[0 7]   [5 0]   [7 5]
[7 9]   [5 7]   [    ]", + "options": [ + "[5 7]", + "[7 9 0 5]", + "[5 9]", + "[0 5]", + "[7 9 0]", + "[7 0 5]", + "[9 5 7]", + "[5]" + ], + "correct": 2, + "prob_ind": 96 + }, + { + "prompt": "[2 3]   [2 4]   [4 3]
[4 2]   [2 8]   [8 4]
[4 3]   [4 8]   [    ]", + "options": [ + "[4 3]", + "[8 3]", + "[8]", + "[3 2 8]", + "[8 2 3 4]", + "[3 2]", + "[4 8]", + "[3 4 2]" + ], + "correct": 1, + "prob_ind": 97 + }, + { + "prompt": "[2 7]   [1 2]   [7 1]
[2 1]   [2 5]   [1 5]
[1 7]   [1 5]   [    ]", + "options": [ + "[7 1]", + "[2]", + "[1 2]", + "[7 5]", + "[1 5]", + "[2 5]", + "[5 7 1 2]", + "[2 7 5]" + ], + "correct": 3, + "prob_ind": 98 + }, + { + "prompt": "[8 7]   [4 8]   [7 4]
[4 8]   [6 8]   [6 4]
[7 4]   [6 4]   [    ]", + "options": [ + "[7 4]", + "[8]", + "[6]", + "[7]", + "[6 7]", + "[6 8 4]", + "[4]", + "[4 8]" + ], + "correct": 4, + "prob_ind": 99 + } + ], + "AND_permuted": [ + { + "prompt": "[2 7]   [7 9]   [7]
[2 3]   [9 3]   [3]
[2]   [9]   [  ]", + "options": [ + "[7 4]", + "[7 3]", + "[7 3 4 9]", + "[4 2 3 7]", + "[  ]", + "[7 9 2]", + "[3]", + "[9 4]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[2 9]   [6 2]   [2]
[9 3]   [3 6]   [3]
[9]   [6]   [  ]", + "options": [ + "[9 2 6]", + "[  ]", + "[9]", + "[6 9]", + "[9 6 3]", + "[2 6]", + "[3 1 6]", + "[9 2]" + ], + "correct": 1, + "prob_ind": 1 + }, + { + "prompt": "[7 3]   [7 5]   [7]
[2 3]   [5 2]   [2]
[3]   [5]   [  ]", + "options": [ + "[5 2]", + "[2]", + "[7 2 5]", + "[8 2]", + "[3 2]", + "[  ]", + "[7]", + "[8]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[7 1]   [1 2]   [1]
[7 3]   [3 2]   [3]
[7]   [2]   [  ]", + "options": [ + "[  ]", + "[1 4]", + "[7 2 3]", + "[3 4 1 2]", + "[7 4 1 2]", + "[1 4 7]", + "[4]", + "[1]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[9 3]   [3 5]   [3]
[9 0]   [0 5]   [0]
[9]   [5]   [  ]", + "options": [ + "[7]", + "[7 0 5 3 9]", + "[7 3 5]", + "[5 3 0]", + "[5 0 7]", + "[5 9 3 0]", + "[  ]", + "[7 9]" + ], + "correct": 6, + "prob_ind": 4 + }, + { + "prompt": "[2 9]   [9 4]   [9]
[0 2]   [4 0]   [0]
[2]   [4]   [  ]", + "options": [ + "[5 4]", + "[  ]", + "[9 5 0]", + "[2 0 9 4]", + "[5 2 0 4]", + "[0 9]", + "[2 4]", + "[5 2 4]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[4 2]   [4 9]   [4]
[5 2]   [9 5]   [5]
[2]   [9]   [  ]", + "options": [ + "[  ]", + "[9]", + "[8 5 9 2]", + "[5 2 4]", + "[5 4 9 2]", + "[5]", + "[5 4]", + "[2 8 5]" + ], + "correct": 0, + "prob_ind": 6 + }, + { + "prompt": "[4 8]   [8 2]   [8]
[4 7]   [7 2]   [7]
[4]   [2]   [  ]", + "options": [ + "[  ]", + "[2 7 5]", + "[7 2]", + "[5 2 4 7]", + "[4 8]", + "[7 4 8 5]", + "[2]", + "[5 4]" + ], + "correct": 0, + "prob_ind": 7 + }, + { + "prompt": "[6 3]   [9 3]   [3]
[6 8]   [9 8]   [8]
[6]   [9]   [  ]", + "options": [ + "[6 8 9]", + "[1 6]", + "[1 3 6]", + "[  ]", + "[3 1 9]", + "[8]", + "[8 1 9 3]", + "[9 1]" + ], + "correct": 3, + "prob_ind": 8 + }, + { + "prompt": "[3 5]   [3 2]   [3]
[5 0]   [2 0]   [0]
[5]   [2]   [  ]", + "options": [ + "[2 3 5]", + "[  ]", + "[5]", + "[0 3]", + "[2]", + "[3 2 5 0]", + "[3]", + "[5 3 0]" + ], + "correct": 1, + "prob_ind": 9 + }, + { + "prompt": "[8 9]   [1 8]   [8]
[6 9]   [6 1]   [6]
[9]   [1]   [  ]", + "options": [ + "[8 4 1]", + "[1 8]", + "[8]", + "[9 6 4 8]", + "[8 4]", + "[6]", + "[  ]", + "[4 9]" + ], + "correct": 6, + "prob_ind": 10 + }, + { + "prompt": "[0 8]   [9 8]   [8]
[6 0]   [6 9]   [6]
[0]   [9]   [  ]", + "options": [ + "[6 0 7]", + "[6 8]", + "[  ]", + "[8 7 9 6]", + "[9 8 0]", + "[6 7 8 0]", + "[7 0 6 8 9]", + "[6 8 9]" + ], + "correct": 2, + "prob_ind": 11 + }, + { + "prompt": "[0 5]   [0 1]   [0]
[2 5]   [2 1]   [2]
[5]   [1]   [  ]", + "options": [ + "[5]", + "[2 5]", + "[1 2 5 0]", + "[4 1]", + "[  ]", + "[4]", + "[2 0 4]", + "[4 1 0]" + ], + "correct": 4, + "prob_ind": 12 + }, + { + "prompt": "[7 6]   [4 6]   [6]
[7 2]   [2 4]   [2]
[7]   [4]   [  ]", + "options": [ + "[0]", + "[6 7 4 2]", + "[2 6 0]", + "[  ]", + "[7 0]", + "[7 0 6]", + "[4]", + "[7 6 4 2 0]" + ], + "correct": 3, + "prob_ind": 13 + }, + { + "prompt": "[4 6]   [4 0]   [4]
[7 6]   [0 7]   [7]
[6]   [0]   [  ]", + "options": [ + "[0 5]", + "[7]", + "[  ]", + "[4 0 7 5]", + "[6]", + "[6 7 0 5]", + "[4 5 0 6 7]", + "[4 6]" + ], + "correct": 2, + "prob_ind": 14 + }, + { + "prompt": "[3 7]   [3 5]   [3]
[1 7]   [1 5]   [1]
[7]   [5]   [  ]", + "options": [ + "[1 5 7]", + "[3 1 8]", + "[  ]", + "[3]", + "[8 7 1 5]", + "[8]", + "[3 1 5]", + "[5 8]" + ], + "correct": 2, + "prob_ind": 15 + }, + { + "prompt": "[3 4]   [4 7]   [4]
[3 0]   [7 0]   [0]
[3]   [7]   [  ]", + "options": [ + "[7 3 4 0]", + "[  ]", + "[5 3 4]", + "[4]", + "[0 3]", + "[4 7]", + "[3 7]", + "[7 3 0]" + ], + "correct": 1, + "prob_ind": 16 + }, + { + "prompt": "[2 9]   [2 4]   [2]
[9 0]   [0 4]   [0]
[9]   [4]   [  ]", + "options": [ + "[  ]", + "[7 4 0 9]", + "[0]", + "[4 9 7]", + "[7 9]", + "[7 2 9 0]", + "[0 9 7]", + "[4 0 7]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[0 8]   [0 3]   [0]
[6 8]   [3 6]   [6]
[8]   [3]   [  ]", + "options": [ + "[3 0 6]", + "[9 8 6]", + "[3 9]", + "[9 0 6]", + "[6]", + "[  ]", + "[9 8 3]", + "[8 9]" + ], + "correct": 5, + "prob_ind": 18 + }, + { + "prompt": "[3 1]   [9 1]   [1]
[3 6]   [9 6]   [6]
[3]   [9]   [  ]", + "options": [ + "[5]", + "[6 5]", + "[1 6 5]", + "[  ]", + "[6]", + "[9]", + "[3 1 5]", + "[1 6 9]" + ], + "correct": 3, + "prob_ind": 19 + }, + { + "prompt": "[3 2]   [5 3]   [3]
[1 2]   [5 1]   [1]
[2]   [5]   [  ]", + "options": [ + "[  ]", + "[2 1 5 3 8]", + "[2]", + "[1 2]", + "[1 3]", + "[5 3 1]", + "[3 8 5 2]", + "[3 2]" + ], + "correct": 0, + "prob_ind": 20 + }, + { + "prompt": "[5 4]   [3 4]   [4]
[7 5]   [3 7]   [7]
[5]   [3]   [  ]", + "options": [ + "[  ]", + "[5 7 2]", + "[2 3 7 4]", + "[7 4 5 2]", + "[3 2]", + "[3]", + "[4 5]", + "[7 5]" + ], + "correct": 0, + "prob_ind": 21 + }, + { + "prompt": "[8 2]   [5 8]   [8]
[2 9]   [5 9]   [9]
[2]   [5]   [  ]", + "options": [ + "[0 9]", + "[9 2 0 8]", + "[0 2 5]", + "[9 5 0]", + "[9 0 8]", + "[  ]", + "[9]", + "[8 0]" + ], + "correct": 5, + "prob_ind": 22 + }, + { + "prompt": "[0 4]   [0 5]   [0]
[4 6]   [5 6]   [6]
[4]   [5]   [  ]", + "options": [ + "[6]", + "[4 5 0]", + "[8 0 5]", + "[  ]", + "[8 4]", + "[5 0 6]", + "[5 4 0 6]", + "[4 6 5 0 8]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[7 0]   [7 2]   [7]
[0 3]   [2 3]   [3]
[0]   [2]   [  ]", + "options": [ + "[2 7]", + "[2 3 0 7]", + "[  ]", + "[0 7 8]", + "[0 2 7]", + "[0]", + "[3 8]", + "[0 2 8 3]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[5 2]   [7 2]   [2]
[5 9]   [9 7]   [9]
[5]   [7]   [  ]", + "options": [ + "[5 3 9]", + "[9 2]", + "[9 5 2 7]", + "[7 9]", + "[9 7 5]", + "[7]", + "[2 9 5 3 7]", + "[  ]" + ], + "correct": 7, + "prob_ind": 25 + }, + { + "prompt": "[0 4]   [3 4]   [4]
[8 0]   [3 8]   [8]
[0]   [3]   [  ]", + "options": [ + "[6 0 8]", + "[3 0]", + "[  ]", + "[6 0]", + "[3 8 4 0]", + "[6 4 8]", + "[3 0 6]", + "[3 4 0]" + ], + "correct": 2, + "prob_ind": 26 + }, + { + "prompt": "[1 9]   [9 0]   [9]
[4 1]   [0 4]   [4]
[1]   [0]   [  ]", + "options": [ + "[0]", + "[0 4 1]", + "[0 9 1 2]", + "[4 2 1 0 9]", + "[  ]", + "[2]", + "[4 2]", + "[1]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[6 4]   [1 6]   [6]
[3 4]   [1 3]   [3]
[4]   [1]   [  ]", + "options": [ + "[8 1 6 3]", + "[8]", + "[1 6 8]", + "[  ]", + "[3 6 1]", + "[3 1 4 6]", + "[6 8 3 4]", + "[3 8]" + ], + "correct": 3, + "prob_ind": 28 + }, + { + "prompt": "[9 5]   [5 1]   [5]
[9 3]   [1 3]   [3]
[9]   [1]   [  ]", + "options": [ + "[5 1 3 2]", + "[9 3 1]", + "[9 2 3 5]", + "[3 5 9]", + "[  ]", + "[9]", + "[3 1 9 5]", + "[3 2 1 5 9]" + ], + "correct": 4, + "prob_ind": 29 + }, + { + "prompt": "[2 5]   [3 2]   [2]
[4 5]   [3 4]   [4]
[5]   [3]   [  ]", + "options": [ + "[8 2]", + "[4 5 8 2]", + "[  ]", + "[5 8]", + "[3 4 2 5]", + "[5 2 3]", + "[3 5 8]", + "[8 2 3]" + ], + "correct": 2, + "prob_ind": 30 + }, + { + "prompt": "[6 1]   [5 1]   [1]
[6 8]   [8 5]   [8]
[6]   [5]   [  ]", + "options": [ + "[1 8 6 3]", + "[6 5 3 1]", + "[3]", + "[3 8 5 6 1]", + "[5 3 6]", + "[8 5 3]", + "[6]", + "[  ]" + ], + "correct": 7, + "prob_ind": 31 + }, + { + "prompt": "[6 2]   [5 2]   [2]
[6 9]   [9 5]   [9]
[6]   [5]   [  ]", + "options": [ + "[1]", + "[5]", + "[2 5 9]", + "[1 9]", + "[  ]", + "[1 5]", + "[2 9 5 6]", + "[9]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[2 8]   [7 8]   [8]
[3 2]   [3 7]   [3]
[2]   [7]   [  ]", + "options": [ + "[8 7]", + "[2 8]", + "[7 1 2]", + "[3 8]", + "[1 7 3]", + "[8 2 7]", + "[3 7]", + "[  ]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[4 8]   [8 9]   [8]
[5 4]   [9 5]   [5]
[4]   [9]   [  ]", + "options": [ + "[6 4]", + "[5 9 4]", + "[4 5 8]", + "[9 8 6]", + "[  ]", + "[4 9 8]", + "[9 5]", + "[5]" + ], + "correct": 4, + "prob_ind": 34 + }, + { + "prompt": "[0 6]   [2 0]   [0]
[5 6]   [5 2]   [5]
[6]   [2]   [  ]", + "options": [ + "[1]", + "[2 0 6]", + "[5 1]", + "[0]", + "[6 5 2]", + "[2 5]", + "[  ]", + "[6 1 2]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[0 6]   [2 0]   [0]
[6 9]   [9 2]   [9]
[6]   [2]   [  ]", + "options": [ + "[2]", + "[7 6 0 2]", + "[6 2 0]", + "[6]", + "[9 2 0 6]", + "[0 9]", + "[6 9]", + "[  ]" + ], + "correct": 7, + "prob_ind": 36 + }, + { + "prompt": "[2 5]   [9 2]   [2]
[1 5]   [1 9]   [1]
[5]   [9]   [  ]", + "options": [ + "[4 9 5]", + "[5]", + "[1 5 2]", + "[4 1 9]", + "[5 2]", + "[4 5]", + "[  ]", + "[1 4]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[4 3]   [4 5]   [4]
[3 0]   [0 5]   [0]
[3]   [5]   [  ]", + "options": [ + "[5]", + "[3 5]", + "[  ]", + "[3 9]", + "[3 0]", + "[0 5]", + "[5 9 0]", + "[3 5 9]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[2 1]   [2 6]   [2]
[8 1]   [6 8]   [8]
[1]   [6]   [  ]", + "options": [ + "[4]", + "[8]", + "[8 6]", + "[2 1 4 8]", + "[  ]", + "[8 4 2 6]", + "[2 6]", + "[2 8]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[9 8]   [7 8]   [8]
[9 6]   [6 7]   [6]
[9]   [7]   [  ]", + "options": [ + "[  ]", + "[8 7 1]", + "[1 8 6]", + "[7 8 6]", + "[6 1]", + "[8]", + "[8 1 7 9 6]", + "[1 6 9]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[4 6]   [0 6]   [6]
[4 9]   [0 9]   [9]
[4]   [0]   [  ]", + "options": [ + "[4 9]", + "[3]", + "[0 6 9]", + "[6 9]", + "[6 3 4]", + "[3 9 4]", + "[  ]", + "[0 9]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[0 8]   [0 4]   [0]
[8 1]   [1 4]   [1]
[8]   [4]   [  ]", + "options": [ + "[5 1]", + "[1 0]", + "[1 8]", + "[  ]", + "[5 0]", + "[1 4 0]", + "[0 8 4]", + "[8 0]" + ], + "correct": 3, + "prob_ind": 42 + }, + { + "prompt": "[0 7]   [6 7]   [7]
[5 0]   [6 5]   [5]
[0]   [6]   [  ]", + "options": [ + "[8 7 5 0 6]", + "[  ]", + "[5 0]", + "[8 5 6 7]", + "[5 6]", + "[8]", + "[0 7 5 6]", + "[7]" + ], + "correct": 1, + "prob_ind": 43 + }, + { + "prompt": "[9 2]   [7 9]   [9]
[2 8]   [7 8]   [8]
[2]   [7]   [  ]", + "options": [ + "[8]", + "[4]", + "[8 2 7 4]", + "[9 4 8]", + "[7 8 2]", + "[7 9]", + "[9]", + "[  ]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[0 5]   [5 7]   [5]
[6 0]   [7 6]   [6]
[0]   [7]   [  ]", + "options": [ + "[5 6 0 2]", + "[2 7 0 5]", + "[6 5 0 7]", + "[6 0 2 7]", + "[7 6 5]", + "[6 0]", + "[5]", + "[  ]" + ], + "correct": 7, + "prob_ind": 45 + }, + { + "prompt": "[2 8]   [2 1]   [2]
[5 8]   [5 1]   [5]
[8]   [1]   [  ]", + "options": [ + "[6 5]", + "[6 8 5 1]", + "[  ]", + "[2 8 5 6 1]", + "[2 1]", + "[5 8]", + "[5 2]", + "[6 2 8]" + ], + "correct": 2, + "prob_ind": 46 + }, + { + "prompt": "[4 3]   [8 3]   [3]
[0 4]   [0 8]   [0]
[4]   [8]   [  ]", + "options": [ + "[  ]", + "[0 1 4 8]", + "[8 1 0]", + "[8]", + "[4 0]", + "[0 1]", + "[3 8 0]", + "[1 3 4]" + ], + "correct": 0, + "prob_ind": 47 + }, + { + "prompt": "[1 8]   [1 0]   [1]
[5 8]   [5 0]   [5]
[8]   [0]   [  ]", + "options": [ + "[5 8]", + "[1 0 8]", + "[  ]", + "[5]", + "[8]", + "[0]", + "[8 3 1]", + "[0 8 1 5]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[0 6]   [6 9]   [6]
[5 0]   [5 9]   [5]
[0]   [9]   [  ]", + "options": [ + "[6 9 1]", + "[0 9]", + "[  ]", + "[0 9 1]", + "[9 5]", + "[6 9 0]", + "[6 0 5]", + "[9]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[2 8]   [2 0]   [2]
[8 3]   [3 0]   [3]
[8]   [0]   [  ]", + "options": [ + "[3 8 2 0]", + "[2 3]", + "[8 2]", + "[5 0]", + "[0 3 2]", + "[0 3 5 2]", + "[  ]", + "[8 0]" + ], + "correct": 6, + "prob_ind": 50 + }, + { + "prompt": "[6 7]   [6 3]   [6]
[7 2]   [2 3]   [2]
[7]   [3]   [  ]", + "options": [ + "[6 7 3]", + "[6 8]", + "[2 3 7]", + "[8]", + "[6 7]", + "[  ]", + "[2 3 6]", + "[3 6 7 8]" + ], + "correct": 5, + "prob_ind": 51 + }, + { + "prompt": "[3 5]   [3 2]   [3]
[5 1]   [1 2]   [1]
[5]   [2]   [  ]", + "options": [ + "[3 0 5]", + "[5 3 2]", + "[2 3]", + "[1 0 2]", + "[  ]", + "[1 2 5 0 3]", + "[1 3]", + "[1 2]" + ], + "correct": 4, + "prob_ind": 52 + }, + { + "prompt": "[8 6]   [3 8]   [8]
[6 4]   [3 4]   [4]
[6]   [3]   [  ]", + "options": [ + "[3 9 6 8]", + "[  ]", + "[8 4 3]", + "[8 9 3]", + "[8 6 4]", + "[3 8 6 4]", + "[8]", + "[4 3 6]" + ], + "correct": 1, + "prob_ind": 53 + }, + { + "prompt": "[6 5]   [6 9]   [6]
[4 5]   [9 4]   [4]
[5]   [9]   [  ]", + "options": [ + "[9 5 3 6]", + "[3 9 5 4]", + "[6 5 4 9 3]", + "[5]", + "[4 3]", + "[3 5]", + "[6]", + "[  ]" + ], + "correct": 7, + "prob_ind": 54 + }, + { + "prompt": "[7 8]   [0 7]   [7]
[8 6]   [0 6]   [6]
[8]   [0]   [  ]", + "options": [ + "[0 6]", + "[0 6 7]", + "[8 3 0]", + "[7 8]", + "[3 6]", + "[3 0]", + "[6 8 7]", + "[  ]" + ], + "correct": 7, + "prob_ind": 55 + }, + { + "prompt": "[1 6]   [6 3]   [6]
[1 7]   [7 3]   [7]
[1]   [3]   [  ]", + "options": [ + "[3 6 1]", + "[  ]", + "[7]", + "[3]", + "[3 1 9]", + "[7 6 3 9]", + "[6 9 1 3]", + "[7 3 1 9]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[9 1]   [1 6]   [1]
[9 2]   [6 2]   [2]
[9]   [6]   [  ]", + "options": [ + "[2]", + "[6]", + "[2 6 9]", + "[1 6 7 2]", + "[  ]", + "[9 2]", + "[1 2 9]", + "[9 6]" + ], + "correct": 4, + "prob_ind": 57 + }, + { + "prompt": "[9 0]   [2 0]   [0]
[3 9]   [3 2]   [3]
[9]   [2]   [  ]", + "options": [ + "[9 3 4]", + "[  ]", + "[2 4 3]", + "[3 0 4]", + "[3 0 2 9]", + "[4]", + "[3 4 2 9]", + "[9 4 0 3]" + ], + "correct": 1, + "prob_ind": 58 + }, + { + "prompt": "[4 7]   [4 0]   [4]
[9 7]   [0 9]   [9]
[7]   [0]   [  ]", + "options": [ + "[  ]", + "[9 7 0]", + "[3 4 0 7]", + "[4 7]", + "[7 0 3]", + "[4 9]", + "[4 3 7 9]", + "[9 7 3]" + ], + "correct": 0, + "prob_ind": 59 + }, + { + "prompt": "[0 5]   [1 5]   [5]
[7 0]   [7 1]   [7]
[0]   [1]   [  ]", + "options": [ + "[1 9]", + "[5 9 7 0 1]", + "[1 7]", + "[9 7]", + "[0 7 9]", + "[  ]", + "[9 1 0 7]", + "[5 9 1 7]" + ], + "correct": 5, + "prob_ind": 60 + }, + { + "prompt": "[5 9]   [9 3]   [9]
[5 2]   [2 3]   [2]
[5]   [3]   [  ]", + "options": [ + "[3 9 5]", + "[3 8 5]", + "[9 3]", + "[2 5 3]", + "[9 3 2]", + "[  ]", + "[3 5]", + "[8 9]" + ], + "correct": 5, + "prob_ind": 61 + }, + { + "prompt": "[6 4]   [4 2]   [4]
[6 8]   [8 2]   [8]
[6]   [2]   [  ]", + "options": [ + "[  ]", + "[6 2 8]", + "[4]", + "[4 9 2]", + "[6 2 9 4 8]", + "[9 2 8]", + "[6 9 8]", + "[8]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[0 1]   [7 1]   [1]
[0 8]   [7 8]   [8]
[0]   [7]   [  ]", + "options": [ + "[  ]", + "[9]", + "[7 9 0]", + "[8 7]", + "[1]", + "[7 9]", + "[8]", + "[0 7 1]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[2 5]   [5 6]   [5]
[9 2]   [9 6]   [9]
[2]   [6]   [  ]", + "options": [ + "[9 7 2]", + "[5]", + "[7 6 9]", + "[2 9 6 5]", + "[7]", + "[7 6]", + "[  ]", + "[7 2 5 6]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[2 6]   [6 9]   [6]
[2 1]   [9 1]   [1]
[2]   [9]   [  ]", + "options": [ + "[  ]", + "[1 9 4]", + "[6 1]", + "[1 9 2]", + "[1 2 4]", + "[9]", + "[2 4 9]", + "[9 6 1]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[7 9]   [9 4]   [9]
[7 1]   [4 1]   [1]
[7]   [4]   [  ]", + "options": [ + "[7 4]", + "[4 7 5]", + "[  ]", + "[9]", + "[7 9]", + "[7 1 9]", + "[1 7 4]", + "[9 5 7]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[5 8]   [5 7]   [5]
[8 3]   [7 3]   [3]
[8]   [7]   [  ]", + "options": [ + "[3 7 8 4]", + "[7 4 5 3]", + "[7 8]", + "[  ]", + "[4 7 3]", + "[8 3]", + "[4 3]", + "[8 5 7 4]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[5 9]   [9 8]   [9]
[3 5]   [8 3]   [3]
[5]   [8]   [  ]", + "options": [ + "[9 8]", + "[3 8 5 9]", + "[  ]", + "[5 4]", + "[5 8]", + "[3 4 5]", + "[8]", + "[9 5 4 3 8]" + ], + "correct": 2, + "prob_ind": 68 + }, + { + "prompt": "[6 4]   [0 4]   [4]
[8 6]   [0 8]   [8]
[6]   [0]   [  ]", + "options": [ + "[6 0]", + "[9 0 6]", + "[4 6 9 0]", + "[4 9 8]", + "[  ]", + "[8]", + "[0]", + "[9]" + ], + "correct": 4, + "prob_ind": 69 + }, + { + "prompt": "[0 1]   [3 0]   [0]
[1 9]   [9 3]   [9]
[1]   [3]   [  ]", + "options": [ + "[8 9 3]", + "[8]", + "[8 9 0]", + "[1 0 8 3]", + "[1 0 9 3]", + "[1 8 3]", + "[  ]", + "[3]" + ], + "correct": 6, + "prob_ind": 70 + }, + { + "prompt": "[9 1]   [1 6]   [1]
[7 9]   [6 7]   [7]
[9]   [6]   [  ]", + "options": [ + "[9 6]", + "[  ]", + "[4]", + "[9 1 4]", + "[1 7 6]", + "[1 4]", + "[7 9 1]", + "[1]" + ], + "correct": 1, + "prob_ind": 71 + }, + { + "prompt": "[1 8]   [6 1]   [1]
[8 0]   [6 0]   [0]
[8]   [6]   [  ]", + "options": [ + "[6 1 8 9 0]", + "[1 8]", + "[6 1 8]", + "[6 0]", + "[9 1]", + "[9 8]", + "[1 6 9 0]", + "[  ]" + ], + "correct": 7, + "prob_ind": 72 + }, + { + "prompt": "[5 1]   [5 6]   [5]
[4 1]   [4 6]   [4]
[1]   [6]   [  ]", + "options": [ + "[  ]", + "[5 6 4 1]", + "[6]", + "[4 5]", + "[5 4 6]", + "[5 6]", + "[9 5 6]", + "[1]" + ], + "correct": 0, + "prob_ind": 73 + }, + { + "prompt": "[5 1]   [5 3]   [5]
[6 1]   [3 6]   [6]
[1]   [3]   [  ]", + "options": [ + "[6 1 2]", + "[6 5 3 1]", + "[  ]", + "[2 3 1]", + "[3]", + "[5 3]", + "[3 6]", + "[6]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[4 5]   [8 4]   [4]
[5 3]   [3 8]   [3]
[5]   [8]   [  ]", + "options": [ + "[4 0 3]", + "[  ]", + "[8]", + "[4 3 5]", + "[8 4]", + "[5 8]", + "[3 5]", + "[4 5]" + ], + "correct": 1, + "prob_ind": 75 + }, + { + "prompt": "[6 5]   [6 4]   [6]
[3 5]   [3 4]   [3]
[5]   [4]   [  ]", + "options": [ + "[5 3]", + "[6 5 3 4]", + "[2]", + "[2 6 5]", + "[  ]", + "[3]", + "[2 6 4]", + "[6 5]" + ], + "correct": 4, + "prob_ind": 76 + }, + { + "prompt": "[2 8]   [8 9]   [8]
[0 2]   [0 9]   [0]
[2]   [9]   [  ]", + "options": [ + "[2 7 0 8]", + "[  ]", + "[2 7 0]", + "[2 0]", + "[8 2 7]", + "[0 8]", + "[0 2 7 9]", + "[7 9]" + ], + "correct": 1, + "prob_ind": 77 + }, + { + "prompt": "[2 5]   [6 5]   [5]
[2 9]   [6 9]   [9]
[2]   [6]   [  ]", + "options": [ + "[6 2]", + "[9 0 5]", + "[5 9 2]", + "[0 5 6]", + "[0]", + "[2 5]", + "[  ]", + "[9 0]" + ], + "correct": 6, + "prob_ind": 78 + }, + { + "prompt": "[0 7]   [0 9]   [0]
[7 1]   [1 9]   [1]
[7]   [9]   [  ]", + "options": [ + "[0 7]", + "[7 1 6]", + "[  ]", + "[0 1 7]", + "[7 6]", + "[7 0 9 6]", + "[7 9]", + "[6]" + ], + "correct": 2, + "prob_ind": 79 + }, + { + "prompt": "[6 7]   [5 7]   [7]
[9 6]   [9 5]   [9]
[6]   [5]   [  ]", + "options": [ + "[5]", + "[  ]", + "[5 0 6]", + "[7 9 6 5 0]", + "[0 7]", + "[7 9]", + "[0 6 7]", + "[9 7 5]" + ], + "correct": 1, + "prob_ind": 80 + }, + { + "prompt": "[9 5]   [9 0]   [9]
[3 5]   [0 3]   [3]
[5]   [0]   [  ]", + "options": [ + "[3]", + "[0 9 1 5]", + "[  ]", + "[0]", + "[0 9 5]", + "[1 3]", + "[3 5 9 0 1]", + "[3 9]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[1 3]   [1 8]   [1]
[3 7]   [7 8]   [7]
[3]   [8]   [  ]", + "options": [ + "[9 3]", + "[1 3]", + "[7 8]", + "[1 7]", + "[9 8 7]", + "[  ]", + "[9 7 3]", + "[8 3 1 9 7]" + ], + "correct": 5, + "prob_ind": 82 + }, + { + "prompt": "[7 2]   [2 5]   [2]
[3 7]   [3 5]   [3]
[7]   [5]   [  ]", + "options": [ + "[2 0]", + "[7 5 0]", + "[5 7 3 2]", + "[3 5 0]", + "[2 5 0]", + "[2]", + "[7 3 0]", + "[  ]" + ], + "correct": 7, + "prob_ind": 83 + }, + { + "prompt": "[8 2]   [5 8]   [8]
[2 4]   [4 5]   [4]
[2]   [5]   [  ]", + "options": [ + "[5]", + "[2 5 4 6]", + "[6]", + "[  ]", + "[2 5 4]", + "[2 4 8]", + "[6 5 4 8 2]", + "[4]" + ], + "correct": 3, + "prob_ind": 84 + }, + { + "prompt": "[0 2]   [0 8]   [0]
[9 2]   [9 8]   [9]
[2]   [8]   [  ]", + "options": [ + "[3 0]", + "[  ]", + "[9 2 8]", + "[8 3 2]", + "[9]", + "[3 0 2]", + "[0 8 9]", + "[0 2 8]" + ], + "correct": 1, + "prob_ind": 85 + }, + { + "prompt": "[0 8]   [0 1]   [0]
[5 8]   [1 5]   [5]
[8]   [1]   [  ]", + "options": [ + "[8 5 6]", + "[5 6 0]", + "[  ]", + "[0 5]", + "[1 8 5 6]", + "[8 1 0]", + "[0 5 1 8]", + "[6]" + ], + "correct": 2, + "prob_ind": 86 + }, + { + "prompt": "[5 9]   [5 0]   [5]
[6 9]   [6 0]   [6]
[9]   [0]   [  ]", + "options": [ + "[  ]", + "[9 4]", + "[9 6 5 4]", + "[0 5 4]", + "[4 6]", + "[4 6 5]", + "[5 9 4 0]", + "[0 9 4 6]" + ], + "correct": 0, + "prob_ind": 87 + }, + { + "prompt": "[1 2]   [2 7]   [2]
[1 0]   [0 7]   [0]
[1]   [7]   [  ]", + "options": [ + "[  ]", + "[1 0]", + "[1 8 2]", + "[2 0 1]", + "[8 7 1]", + "[1 7 0]", + "[2]", + "[1 7]" + ], + "correct": 0, + "prob_ind": 88 + }, + { + "prompt": "[9 5]   [8 5]   [5]
[6 9]   [8 6]   [6]
[9]   [8]   [  ]", + "options": [ + "[6 8 5]", + "[9 8]", + "[2 8]", + "[9 6 2]", + "[6 2 5]", + "[  ]", + "[5 2 8]", + "[2 8 6]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[3 6]   [0 3]   [3]
[2 6]   [2 0]   [2]
[6]   [0]   [  ]", + "options": [ + "[3 8 0]", + "[3 8]", + "[0]", + "[0 8 2]", + "[6 3]", + "[2 8 3]", + "[  ]", + "[3 6 0]" + ], + "correct": 6, + "prob_ind": 90 + }, + { + "prompt": "[6 4]   [6 2]   [6]
[7 4]   [7 2]   [7]
[4]   [2]   [  ]", + "options": [ + "[6 2 1 7]", + "[2 4 1]", + "[2 1 4 7]", + "[1 7]", + "[6 2 7]", + "[1 6 4 2]", + "[4 2 7]", + "[  ]" + ], + "correct": 7, + "prob_ind": 91 + }, + { + "prompt": "[4 2]   [7 2]   [2]
[5 4]   [5 7]   [5]
[4]   [7]   [  ]", + "options": [ + "[4 9 2]", + "[2]", + "[7 2 4]", + "[2 7]", + "[9 7]", + "[9]", + "[7 4]", + "[  ]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[1 0]   [6 0]   [0]
[1 8]   [6 8]   [8]
[1]   [6]   [  ]", + "options": [ + "[8]", + "[0 1 4 8]", + "[0 1 4]", + "[  ]", + "[4 8 6]", + "[0]", + "[6 4 1]", + "[6 4]" + ], + "correct": 3, + "prob_ind": 93 + }, + { + "prompt": "[1 0]   [6 0]   [0]
[8 1]   [8 6]   [8]
[1]   [6]   [  ]", + "options": [ + "[8]", + "[8 2 0]", + "[6 1]", + "[  ]", + "[8 1 6 0]", + "[8 2 1]", + "[2 0]", + "[1 6 8 2]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[4 3]   [8 3]   [3]
[4 5]   [8 5]   [5]
[4]   [8]   [  ]", + "options": [ + "[6 8 3]", + "[6 4 5]", + "[4 8]", + "[5 8 6 3]", + "[8 5 4]", + "[8 6]", + "[4 6]", + "[  ]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[5 1]   [1 3]   [1]
[5 4]   [3 4]   [4]
[5]   [3]   [  ]", + "options": [ + "[5 3 4]", + "[0 4]", + "[  ]", + "[0 1]", + "[3 1 4]", + "[0 1 5 3]", + "[1 5 4]", + "[0 3 5 4 1]" + ], + "correct": 2, + "prob_ind": 96 + }, + { + "prompt": "[2 5]   [2 9]   [2]
[7 5]   [7 9]   [7]
[5]   [9]   [  ]", + "options": [ + "[0 9 7]", + "[  ]", + "[0]", + "[7 2]", + "[0 7 2 9]", + "[0 7 5 2]", + "[9 5 7]", + "[0 5 7]" + ], + "correct": 1, + "prob_ind": 97 + }, + { + "prompt": "[4 8]   [4 2]   [4]
[8 6]   [2 6]   [6]
[8]   [2]   [  ]", + "options": [ + "[  ]", + "[4 6 8]", + "[6 8 2]", + "[4]", + "[6 8 7 4 2]", + "[2 8]", + "[7 6 2]", + "[4 7]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[3 7]   [2 3]   [3]
[6 7]   [2 6]   [6]
[7]   [2]   [  ]", + "options": [ + "[2 3 6]", + "[  ]", + "[1]", + "[6 1]", + "[3 7]", + "[2]", + "[2 6 1]", + "[7 1]" + ], + "correct": 1, + "prob_ind": 99 + } + ] +} \ No newline at end of file diff --git a/digit_matrices/problems/all_problems.npz b/digit_matrices/problems/all_problems.npz new file mode 100755 index 0000000000000000000000000000000000000000..830d162c88ce5724a3927e2ede75e95fd04c2a9e GIT binary patch literal 1250079 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
s2$dx!R~=u%4U{ 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
o)%ax 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

    ZyrcOarQB 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Ⓢ+h2`>#By;(t=x$XQ7kj|3LU5_i&QaT# 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[9]   [9]   [9]
    [8]   [  ]   [8]", + "options": [ + "[6]", + "[0]", + "[8]", + "[9]", + "[5]", + "[7]", + "[3]", + "[4]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 0 + }, + { + "prompt": "[8]   [8]   [8]
    [9]   [9]   [9]
    [  ]   [5]   [5]", + "options": [ + "[7]", + "[3]", + "[5]", + "[0]", + "[1]", + "[8]", + "[6]", + "[9]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 1 + }, + { + "prompt": "[3]   [3]   [3]
    [4]   [4]   [4]
    [7]   [7]   [  ]", + "options": [ + "[4]", + "[2]", + "[5]", + "[9]", + "[1]", + "[3]", + "[6]", + "[7]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 2 + }, + { + "prompt": "[1]   [1]   [1]
    [9]   [9]   [9]
    [  ]   [7]   [7]", + "options": [ + "[8]", + "[9]", + "[2]", + "[0]", + "[1]", + "[3]", + "[5]", + "[7]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 3 + }, + { + "prompt": "[6]   [  ]   [6]
    [8]   [8]   [8]
    [5]   [5]   [5]", + "options": [ + "[6]", + "[9]", + "[3]", + "[8]", + "[0]", + "[5]", + "[2]", + "[1]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 4 + }, + { + "prompt": "[4]   [4]   [4]
    [9]   [9]   [9]
    [7]   [  ]   [7]", + "options": [ + "[3]", + "[5]", + "[4]", + "[6]", + "[0]", + "[8]", + "[7]", + "[9]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 5 + }, + { + "prompt": "[8]   [8]   [8]
    [5]   [5]   [  ]
    [6]   [6]   [6]", + "options": [ + "[8]", + "[9]", + "[4]", + "[0]", + "[1]", + "[7]", + "[3]", + "[5]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 6 + }, + { + "prompt": "[0]   [0]   [0]
    [6]   [6]   [6]
    [  ]   [1]   [1]", + "options": [ + "[3]", + "[7]", + "[0]", + "[1]", + "[6]", + "[8]", + "[9]", + "[5]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 7 + }, + { + "prompt": "[5]   [5]   [5]
    [1]   [  ]   [1]
    [2]   [2]   [2]", + "options": [ + "[1]", + "[0]", + "[4]", + "[2]", + "[5]", + "[3]", + "[8]", + "[7]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 8 + }, + { + "prompt": "[1]   [1]   [1]
    [2]   [2]   [2]
    [  ]   [7]   [7]", + "options": [ + "[4]", + "[5]", + "[9]", + "[8]", + "[1]", + "[2]", + "[0]", + "[7]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 9 + }, + { + "prompt": "[  ]   [2]   [2]
    [4]   [4]   [4]
    [9]   [9]   [9]", + "options": [ + "[9]", + "[2]", + "[5]", + "[1]", + "[4]", + "[6]", + "[8]", + "[3]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 10 + }, + { + "prompt": "[7]   [7]   [7]
    [1]   [1]   [1]
    [6]   [6]   [  ]", + "options": [ + "[5]", + "[1]", + "[8]", + "[3]", + "[4]", + "[0]", + "[6]", + "[2]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 11 + }, + { + "prompt": "[  ]   [4]   [4]
    [9]   [9]   [9]
    [0]   [0]   [0]", + "options": [ + "[9]", + "[7]", + "[2]", + "[4]", + "[0]", + "[3]", + "[5]", + "[1]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 12 + }, + { + "prompt": "[6]   [6]   [6]
    [2]   [2]   [2]
    [5]   [5]   [  ]", + "options": [ + "[7]", + "[3]", + "[9]", + "[6]", + "[2]", + "[5]", + "[8]", + "[4]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 13 + }, + { + "prompt": "[9]   [9]   [9]
    [5]   [5]   [5]
    [6]   [6]   [  ]", + "options": [ + "[9]", + "[4]", + "[8]", + "[6]", + "[5]", + "[7]", + "[1]", + "[3]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 14 + }, + { + "prompt": "[0]   [0]   [0]
    [2]   [2]   [2]
    [8]   [  ]   [8]", + "options": [ + "[9]", + "[4]", + "[7]", + "[0]", + "[3]", + "[1]", + "[2]", + "[8]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 15 + }, + { + "prompt": "[5]   [5]   [5]
    [0]   [  ]   [0]
    [8]   [8]   [8]", + "options": [ + "[4]", + "[1]", + "[5]", + "[9]", + "[0]", + "[7]", + "[3]", + "[8]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 16 + }, + { + "prompt": "[8]   [8]   [8]
    [1]   [1]   [1]
    [  ]   [7]   [7]", + "options": [ + "[5]", + "[1]", + "[0]", + "[2]", + "[8]", + "[7]", + "[9]", + "[3]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 17 + }, + { + "prompt": "[7]   [7]   [7]
    [  ]   [5]   [5]
    [6]   [6]   [6]", + "options": [ + "[8]", + "[5]", + "[0]", + "[1]", + "[6]", + "[4]", + "[7]", + "[2]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 18 + }, + { + "prompt": "[8]   [8]   [8]
    [7]   [7]   [7]
    [  ]   [5]   [5]", + "options": [ + "[3]", + "[1]", + "[6]", + "[9]", + "[4]", + "[5]", + "[2]", + "[7]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 19 + }, + { + "prompt": "[1]   [1]   [1]
    [4]   [  ]   [4]
    [9]   [9]   [9]", + "options": [ + "[5]", + "[3]", + "[9]", + "[4]", + "[6]", + "[1]", + "[8]", + "[0]" + ], + "correct": 3, + "correct_coords": "[1 1]", + "prob_ind": 20 + }, + { + "prompt": "[6]   [6]   [  ]
    [8]   [8]   [8]
    [9]   [9]   [9]", + "options": [ + "[4]", + "[9]", + "[7]", + "[6]", + "[8]", + "[3]", + "[1]", + "[0]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 21 + }, + { + "prompt": "[0]   [0]   [0]
    [2]   [2]   [2]
    [  ]   [1]   [1]", + "options": [ + "[7]", + "[4]", + "[8]", + "[3]", + "[1]", + "[2]", + "[6]", + "[0]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 22 + }, + { + "prompt": "[8]   [  ]   [8]
    [5]   [5]   [5]
    [9]   [9]   [9]", + "options": [ + "[5]", + "[6]", + "[8]", + "[4]", + "[0]", + "[9]", + "[1]", + "[7]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 23 + }, + { + "prompt": "[6]   [6]   [6]
    [9]   [  ]   [9]
    [5]   [5]   [5]", + "options": [ + "[4]", + "[5]", + "[8]", + "[7]", + "[9]", + "[1]", + "[6]", + "[3]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 24 + }, + { + "prompt": "[8]   [  ]   [8]
    [5]   [5]   [5]
    [4]   [4]   [4]", + "options": [ + "[4]", + "[8]", + "[3]", + "[0]", + "[6]", + "[5]", + "[9]", + "[7]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 25 + }, + { + "prompt": "[8]   [8]   [8]
    [1]   [1]   [1]
    [3]   [3]   [  ]", + "options": [ + "[6]", + "[1]", + "[7]", + "[2]", + "[0]", + "[8]", + "[3]", + "[9]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 26 + }, + { + "prompt": "[0]   [0]   [0]
    [7]   [7]   [7]
    [9]   [9]   [  ]", + "options": [ + "[7]", + "[8]", + "[0]", + "[1]", + "[9]", + "[6]", + "[4]", + "[5]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 27 + }, + { + "prompt": "[6]   [6]   [6]
    [8]   [8]   [  ]
    [2]   [2]   [2]", + "options": [ + "[0]", + "[6]", + "[1]", + "[4]", + "[3]", + "[9]", + "[2]", + "[8]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 28 + }, + { + "prompt": "[0]   [0]   [0]
    [4]   [4]   [4]
    [  ]   [9]   [9]", + "options": [ + "[2]", + "[4]", + "[9]", + "[5]", + "[3]", + "[1]", + "[6]", + "[0]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 29 + }, + { + "prompt": "[2]   [2]   [2]
    [4]   [4]   [4]
    [3]   [3]   [  ]", + "options": [ + "[0]", + "[3]", + "[5]", + "[8]", + "[7]", + "[2]", + "[1]", + "[4]" + ], + "correct": 1, + "correct_coords": "[2 2]", + "prob_ind": 30 + }, + { + "prompt": "[7]   [7]   [7]
    [5]   [5]   [  ]
    [3]   [3]   [3]", + "options": [ + "[3]", + "[8]", + "[7]", + "[6]", + "[4]", + "[1]", + "[5]", + "[2]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 31 + }, + { + "prompt": "[9]   [9]   [9]
    [2]   [2]   [2]
    [1]   [1]   [  ]", + "options": [ + "[4]", + "[9]", + "[3]", + "[0]", + "[5]", + "[8]", + "[2]", + "[1]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 32 + }, + { + "prompt": "[2]   [2]   [2]
    [8]   [8]   [  ]
    [3]   [3]   [3]", + "options": [ + "[7]", + "[3]", + "[8]", + "[0]", + "[9]", + "[4]", + "[1]", + "[2]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 33 + }, + { + "prompt": "[5]   [5]   [5]
    [  ]   [0]   [0]
    [1]   [1]   [1]", + "options": [ + "[2]", + "[3]", + "[5]", + "[9]", + "[6]", + "[0]", + "[7]", + "[1]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 34 + }, + { + "prompt": "[3]   [3]   [3]
    [7]   [7]   [  ]
    [5]   [5]   [5]", + "options": [ + "[8]", + "[7]", + "[6]", + "[5]", + "[4]", + "[0]", + "[9]", + "[1]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 35 + }, + { + "prompt": "[0]   [0]   [0]
    [  ]   [1]   [1]
    [3]   [3]   [3]", + "options": [ + "[9]", + "[3]", + "[8]", + "[7]", + "[5]", + "[0]", + "[2]", + "[1]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 36 + }, + { + "prompt": "[8]   [  ]   [8]
    [0]   [0]   [0]
    [9]   [9]   [9]", + "options": [ + "[7]", + "[4]", + "[0]", + "[6]", + "[9]", + "[8]", + "[1]", + "[2]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 37 + }, + { + "prompt": "[6]   [  ]   [6]
    [5]   [5]   [5]
    [1]   [1]   [1]", + "options": [ + "[5]", + "[6]", + "[3]", + "[1]", + "[2]", + "[9]", + "[0]", + "[4]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 38 + }, + { + "prompt": "[8]   [8]   [8]
    [5]   [5]   [  ]
    [7]   [7]   [7]", + "options": [ + "[6]", + "[4]", + "[8]", + "[5]", + "[9]", + "[7]", + "[1]", + "[3]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 39 + }, + { + "prompt": "[9]   [9]   [9]
    [3]   [3]   [3]
    [  ]   [7]   [7]", + "options": [ + "[9]", + "[2]", + "[7]", + "[3]", + "[8]", + "[0]", + "[5]", + "[4]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 40 + }, + { + "prompt": "[7]   [7]   [7]
    [  ]   [2]   [2]
    [3]   [3]   [3]", + "options": [ + "[4]", + "[9]", + "[1]", + "[7]", + "[5]", + "[0]", + "[3]", + "[2]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 41 + }, + { + "prompt": "[7]   [7]   [7]
    [  ]   [3]   [3]
    [4]   [4]   [4]", + "options": [ + "[7]", + "[8]", + "[1]", + "[2]", + "[4]", + "[6]", + "[3]", + "[5]" + ], + "correct": 6, + "correct_coords": "[1 0]", + "prob_ind": 42 + }, + { + "prompt": "[  ]   [1]   [1]
    [0]   [0]   [0]
    [9]   [9]   [9]", + "options": [ + "[6]", + "[8]", + "[2]", + "[3]", + "[1]", + "[0]", + "[9]", + "[4]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 43 + }, + { + "prompt": "[8]   [8]   [  ]
    [4]   [4]   [4]
    [0]   [0]   [0]", + "options": [ + "[5]", + "[9]", + "[4]", + "[1]", + "[8]", + "[0]", + "[7]", + "[2]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 44 + }, + { + "prompt": "[9]   [  ]   [9]
    [8]   [8]   [8]
    [6]   [6]   [6]", + "options": [ + "[0]", + "[8]", + "[3]", + "[9]", + "[5]", + "[2]", + "[6]", + "[7]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 45 + }, + { + "prompt": "[7]   [7]   [7]
    [6]   [  ]   [6]
    [4]   [4]   [4]", + "options": [ + "[5]", + "[6]", + "[7]", + "[4]", + "[9]", + "[8]", + "[2]", + "[0]" + ], + "correct": 1, + "correct_coords": "[1 1]", + "prob_ind": 46 + }, + { + "prompt": "[  ]   [7]   [7]
    [2]   [2]   [2]
    [1]   [1]   [1]", + "options": [ + "[9]", + "[6]", + "[7]", + "[1]", + "[4]", + "[2]", + "[8]", + "[0]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 47 + }, + { + "prompt": "[4]   [4]   [4]
    [5]   [5]   [5]
    [7]   [  ]   [7]", + "options": [ + "[7]", + "[1]", + "[6]", + "[4]", + "[0]", + "[5]", + "[8]", + "[3]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 48 + }, + { + "prompt": "[5]   [5]   [5]
    [4]   [4]   [4]
    [3]   [3]   [  ]", + "options": [ + "[6]", + "[7]", + "[5]", + "[8]", + "[2]", + "[4]", + "[1]", + "[3]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 49 + } + ], + "col_constant": [ + { + "prompt": "[4]   [9]   [3]
    [  ]   [9]   [3]
    [4]   [9]   [3]", + "options": [ + "[9]", + "[3]", + "[4]", + "[1]", + "[8]", + "[5]", + "[7]", + "[0]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 0 + }, + { + "prompt": "[9]   [0]   [8]
    [  ]   [0]   [8]
    [9]   [0]   [8]", + "options": [ + "[5]", + "[1]", + "[8]", + "[7]", + "[9]", + "[3]", + "[2]", + "[0]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 1 + }, + { + "prompt": "[7]   [6]   [2]
    [  ]   [6]   [2]
    [7]   [6]   [2]", + "options": [ + "[5]", + "[3]", + "[0]", + "[7]", + "[1]", + "[2]", + "[6]", + "[9]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 2 + }, + { + "prompt": "[7]   [9]   [0]
    [7]   [9]   [0]
    [  ]   [9]   [0]", + "options": [ + "[1]", + "[3]", + "[6]", + "[0]", + "[7]", + "[8]", + "[9]", + "[5]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 3 + }, + { + "prompt": "[5]   [3]   [8]
    [5]   [3]   [8]
    [5]   [  ]   [8]", + "options": [ + "[4]", + "[3]", + "[5]", + "[9]", + "[8]", + "[1]", + "[0]", + "[7]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 4 + }, + { + "prompt": "[3]   [6]   [  ]
    [3]   [6]   [5]
    [3]   [6]   [5]", + "options": [ + "[6]", + "[8]", + "[5]", + "[3]", + "[0]", + "[7]", + "[4]", + "[9]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 5 + }, + { + "prompt": "[9]   [6]   [3]
    [9]   [6]   [  ]
    [9]   [6]   [3]", + "options": [ + "[7]", + "[2]", + "[0]", + "[1]", + "[6]", + "[9]", + "[3]", + "[5]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 6 + }, + { + "prompt": "[5]   [  ]   [3]
    [5]   [2]   [3]
    [5]   [2]   [3]", + "options": [ + "[9]", + "[7]", + "[5]", + "[1]", + "[8]", + "[3]", + "[2]", + "[0]" + ], + "correct": 6, + "correct_coords": "[0 1]", + "prob_ind": 7 + }, + { + "prompt": "[2]   [3]   [6]
    [2]   [3]   [6]
    [2]   [3]   [  ]", + "options": [ + "[1]", + "[3]", + "[7]", + "[8]", + "[4]", + "[6]", + "[5]", + "[2]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 8 + }, + { + "prompt": "[9]   [1]   [8]
    [9]   [1]   [8]
    [  ]   [1]   [8]", + "options": [ + "[3]", + "[5]", + "[8]", + "[9]", + "[7]", + "[0]", + "[2]", + "[1]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 9 + }, + { + "prompt": "[4]   [5]   [8]
    [4]   [5]   [8]
    [  ]   [5]   [8]", + "options": [ + "[6]", + "[4]", + "[0]", + "[5]", + "[3]", + "[7]", + "[1]", + "[2]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 10 + }, + { + "prompt": "[  ]   [5]   [1]
    [7]   [5]   [1]
    [7]   [5]   [1]", + "options": [ + "[2]", + "[0]", + "[6]", + "[5]", + "[3]", + "[8]", + "[9]", + "[7]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 11 + }, + { + "prompt": "[7]   [8]   [1]
    [7]   [8]   [  ]
    [7]   [8]   [1]", + "options": [ + "[8]", + "[7]", + "[3]", + "[9]", + "[2]", + "[1]", + "[5]", + "[6]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 12 + }, + { + "prompt": "[0]   [1]   [8]
    [0]   [  ]   [8]
    [0]   [1]   [8]", + "options": [ + "[1]", + "[7]", + "[9]", + "[5]", + "[6]", + "[0]", + "[2]", + "[8]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 13 + }, + { + "prompt": "[5]   [9]   [8]
    [5]   [9]   [8]
    [  ]   [9]   [8]", + "options": [ + "[5]", + "[0]", + "[8]", + "[7]", + "[9]", + "[2]", + "[3]", + "[4]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 14 + }, + { + "prompt": "[7]   [6]   [3]
    [  ]   [6]   [3]
    [7]   [6]   [3]", + "options": [ + "[3]", + "[7]", + "[5]", + "[6]", + "[9]", + "[1]", + "[4]", + "[8]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 15 + }, + { + "prompt": "[3]   [  ]   [8]
    [3]   [6]   [8]
    [3]   [6]   [8]", + "options": [ + "[5]", + "[3]", + "[6]", + "[7]", + "[4]", + "[9]", + "[8]", + "[0]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 16 + }, + { + "prompt": "[6]   [  ]   [0]
    [6]   [3]   [0]
    [6]   [3]   [0]", + "options": [ + "[8]", + "[0]", + "[5]", + "[3]", + "[4]", + "[6]", + "[7]", + "[9]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 17 + }, + { + "prompt": "[8]   [9]   [4]
    [  ]   [9]   [4]
    [8]   [9]   [4]", + "options": [ + "[2]", + "[8]", + "[4]", + "[7]", + "[1]", + "[9]", + "[0]", + "[6]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 18 + }, + { + "prompt": "[1]   [7]   [6]
    [  ]   [7]   [6]
    [1]   [7]   [6]", + "options": [ + "[8]", + "[0]", + "[7]", + "[1]", + "[4]", + "[6]", + "[3]", + "[2]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 19 + }, + { + "prompt": "[6]   [0]   [8]
    [6]   [0]   [8]
    [6]   [  ]   [8]", + "options": [ + "[6]", + "[8]", + "[9]", + "[4]", + "[5]", + "[2]", + "[7]", + "[0]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 20 + }, + { + "prompt": "[0]   [9]   [3]
    [0]   [9]   [  ]
    [0]   [9]   [3]", + "options": [ + "[6]", + "[7]", + "[4]", + "[3]", + "[9]", + "[5]", + "[8]", + "[2]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 21 + }, + { + "prompt": "[5]   [0]   [1]
    [5]   [0]   [1]
    [5]   [  ]   [1]", + "options": [ + "[2]", + "[9]", + "[4]", + "[8]", + "[0]", + "[1]", + "[7]", + "[3]" + ], + "correct": 4, + "correct_coords": "[2 1]", + "prob_ind": 22 + }, + { + "prompt": "[5]   [3]   [4]
    [  ]   [3]   [4]
    [5]   [3]   [4]", + "options": [ + "[0]", + "[7]", + "[4]", + "[2]", + "[1]", + "[5]", + "[6]", + "[3]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 23 + }, + { + "prompt": "[3]   [1]   [5]
    [3]   [1]   [  ]
    [3]   [1]   [5]", + "options": [ + "[7]", + "[2]", + "[3]", + "[0]", + "[4]", + "[5]", + "[1]", + "[9]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 24 + }, + { + "prompt": "[5]   [2]   [7]
    [5]   [  ]   [7]
    [5]   [2]   [7]", + "options": [ + "[1]", + "[8]", + "[2]", + "[6]", + "[4]", + "[0]", + "[9]", + "[7]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 25 + }, + { + "prompt": "[0]   [7]   [8]
    [0]   [7]   [8]
    [0]   [7]   [  ]", + "options": [ + "[7]", + "[8]", + "[2]", + "[0]", + "[5]", + "[4]", + "[3]", + "[6]" + ], + "correct": 1, + "correct_coords": "[2 2]", + "prob_ind": 26 + }, + { + "prompt": "[8]   [6]   [7]
    [8]   [  ]   [7]
    [8]   [6]   [7]", + "options": [ + "[7]", + "[5]", + "[8]", + "[2]", + "[9]", + "[4]", + "[3]", + "[6]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 27 + }, + { + "prompt": "[3]   [  ]   [7]
    [3]   [5]   [7]
    [3]   [5]   [7]", + "options": [ + "[4]", + "[6]", + "[7]", + "[0]", + "[5]", + "[8]", + "[3]", + "[1]" + ], + "correct": 4, + "correct_coords": "[0 1]", + "prob_ind": 28 + }, + { + "prompt": "[1]   [9]   [0]
    [1]   [9]   [  ]
    [1]   [9]   [0]", + "options": [ + "[6]", + "[9]", + "[7]", + "[0]", + "[4]", + "[1]", + "[8]", + "[2]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 29 + }, + { + "prompt": "[2]   [6]   [9]
    [2]   [6]   [  ]
    [2]   [6]   [9]", + "options": [ + "[2]", + "[9]", + "[7]", + "[4]", + "[6]", + "[0]", + "[5]", + "[8]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 30 + }, + { + "prompt": "[7]   [2]   [9]
    [7]   [2]   [9]
    [7]   [2]   [  ]", + "options": [ + "[8]", + "[1]", + "[2]", + "[6]", + "[9]", + "[7]", + "[5]", + "[0]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 31 + }, + { + "prompt": "[0]   [9]   [  ]
    [0]   [9]   [4]
    [0]   [9]   [4]", + "options": [ + "[5]", + "[4]", + "[1]", + "[0]", + "[3]", + "[8]", + "[9]", + "[7]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 32 + }, + { + "prompt": "[7]   [4]   [2]
    [7]   [  ]   [2]
    [7]   [4]   [2]", + "options": [ + "[7]", + "[1]", + "[5]", + "[3]", + "[4]", + "[2]", + "[0]", + "[9]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 33 + }, + { + "prompt": "[9]   [  ]   [3]
    [9]   [2]   [3]
    [9]   [2]   [3]", + "options": [ + "[9]", + "[8]", + "[1]", + "[3]", + "[0]", + "[4]", + "[2]", + "[7]" + ], + "correct": 6, + "correct_coords": "[0 1]", + "prob_ind": 34 + }, + { + "prompt": "[4]   [0]   [6]
    [4]   [0]   [  ]
    [4]   [0]   [6]", + "options": [ + "[7]", + "[2]", + "[8]", + "[6]", + "[3]", + "[1]", + "[0]", + "[4]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 35 + }, + { + "prompt": "[4]   [6]   [  ]
    [4]   [6]   [9]
    [4]   [6]   [9]", + "options": [ + "[7]", + "[8]", + "[6]", + "[0]", + "[2]", + "[1]", + "[3]", + "[9]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 36 + }, + { + "prompt": "[8]   [2]   [  ]
    [8]   [2]   [7]
    [8]   [2]   [7]", + "options": [ + "[2]", + "[5]", + "[8]", + "[3]", + "[7]", + "[0]", + "[6]", + "[9]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 37 + }, + { + "prompt": "[6]   [7]   [0]
    [6]   [7]   [0]
    [6]   [7]   [  ]", + "options": [ + "[0]", + "[6]", + "[1]", + "[8]", + "[4]", + "[7]", + "[9]", + "[3]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 38 + }, + { + "prompt": "[2]   [7]   [0]
    [2]   [  ]   [0]
    [2]   [7]   [0]", + "options": [ + "[4]", + "[7]", + "[2]", + "[8]", + "[1]", + "[5]", + "[0]", + "[9]" + ], + "correct": 1, + "correct_coords": "[1 1]", + "prob_ind": 39 + }, + { + "prompt": "[1]   [0]   [2]
    [1]   [0]   [  ]
    [1]   [0]   [2]", + "options": [ + "[9]", + "[1]", + "[5]", + "[2]", + "[4]", + "[3]", + "[0]", + "[8]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 40 + }, + { + "prompt": "[8]   [4]   [  ]
    [8]   [4]   [2]
    [8]   [4]   [2]", + "options": [ + "[6]", + "[1]", + "[4]", + "[8]", + "[9]", + "[7]", + "[2]", + "[0]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 41 + }, + { + "prompt": "[7]   [3]   [5]
    [7]   [3]   [  ]
    [7]   [3]   [5]", + "options": [ + "[8]", + "[1]", + "[3]", + "[2]", + "[5]", + "[9]", + "[6]", + "[7]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 42 + }, + { + "prompt": "[6]   [8]   [  ]
    [6]   [8]   [7]
    [6]   [8]   [7]", + "options": [ + "[7]", + "[8]", + "[0]", + "[6]", + "[1]", + "[2]", + "[9]", + "[5]" + ], + "correct": 0, + "correct_coords": "[0 2]", + "prob_ind": 43 + }, + { + "prompt": "[1]   [2]   [4]
    [1]   [2]   [4]
    [1]   [  ]   [4]", + "options": [ + "[9]", + "[8]", + "[2]", + "[7]", + "[4]", + "[0]", + "[1]", + "[3]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 44 + }, + { + "prompt": "[0]   [  ]   [9]
    [0]   [4]   [9]
    [0]   [4]   [9]", + "options": [ + "[3]", + "[4]", + "[9]", + "[0]", + "[2]", + "[5]", + "[6]", + "[8]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 45 + }, + { + "prompt": "[  ]   [4]   [5]
    [6]   [4]   [5]
    [6]   [4]   [5]", + "options": [ + "[3]", + "[6]", + "[9]", + "[7]", + "[0]", + "[8]", + "[2]", + "[5]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 46 + }, + { + "prompt": "[2]   [1]   [0]
    [2]   [  ]   [0]
    [2]   [1]   [0]", + "options": [ + "[1]", + "[2]", + "[7]", + "[6]", + "[4]", + "[9]", + "[3]", + "[0]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 47 + }, + { + "prompt": "[2]   [0]   [6]
    [2]   [  ]   [6]
    [2]   [0]   [6]", + "options": [ + "[1]", + "[2]", + "[0]", + "[7]", + "[6]", + "[8]", + "[9]", + "[3]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 48 + }, + { + "prompt": "[6]   [0]   [1]
    [6]   [0]   [1]
    [6]   [0]   [  ]", + "options": [ + "[8]", + "[2]", + "[0]", + "[7]", + "[6]", + "[3]", + "[1]", + "[9]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 49 + } + ], + "dist3_diag1": [ + { + "prompt": "[1]   [8]   [7]
    [  ]   [7]   [1]
    [7]   [1]   [8]", + "options": [ + "[3]", + "[0]", + "[9]", + "[8]", + "[4]", + "[1]", + "[5]", + "[2]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 0 + }, + { + "prompt": "[6]   [3]   [1]
    [3]   [  ]   [6]
    [1]   [6]   [3]", + "options": [ + "[1]", + "[7]", + "[6]", + "[9]", + "[4]", + "[3]", + "[5]", + "[2]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 1 + }, + { + "prompt": "[  ]   [1]   [2]
    [1]   [2]   [9]
    [2]   [9]   [1]", + "options": [ + "[1]", + "[7]", + "[4]", + "[9]", + "[3]", + "[0]", + "[2]", + "[8]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 2 + }, + { + "prompt": "[7]   [9]   [0]
    [9]   [0]   [7]
    [0]   [7]   [  ]", + "options": [ + "[7]", + "[0]", + "[2]", + "[6]", + "[9]", + "[1]", + "[8]", + "[5]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 3 + }, + { + "prompt": "[2]   [  ]   [6]
    [8]   [6]   [2]
    [6]   [2]   [8]", + "options": [ + "[8]", + "[2]", + "[6]", + "[1]", + "[0]", + "[5]", + "[4]", + "[3]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 4 + }, + { + "prompt": "[4]   [3]   [6]
    [3]   [6]   [4]
    [6]   [4]   [  ]", + "options": [ + "[1]", + "[8]", + "[0]", + "[3]", + "[7]", + "[2]", + "[4]", + "[6]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 5 + }, + { + "prompt": "[  ]   [6]   [0]
    [6]   [0]   [1]
    [0]   [1]   [6]", + "options": [ + "[8]", + "[4]", + "[1]", + "[2]", + "[5]", + "[0]", + "[6]", + "[9]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 6 + }, + { + "prompt": "[8]   [0]   [2]
    [0]   [2]   [8]
    [2]   [8]   [  ]", + "options": [ + "[8]", + "[1]", + "[0]", + "[9]", + "[5]", + "[2]", + "[4]", + "[7]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 7 + }, + { + "prompt": "[2]   [5]   [7]
    [5]   [  ]   [2]
    [7]   [2]   [5]", + "options": [ + "[6]", + "[5]", + "[4]", + "[2]", + "[0]", + "[7]", + "[8]", + "[9]" + ], + "correct": 5, + "correct_coords": "[1 1]", + "prob_ind": 8 + }, + { + "prompt": "[0]   [8]   [4]
    [8]   [4]   [  ]
    [4]   [0]   [8]", + "options": [ + "[6]", + "[1]", + "[0]", + "[4]", + "[8]", + "[3]", + "[5]", + "[7]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 9 + }, + { + "prompt": "[6]   [4]   [2]
    [4]   [2]   [6]
    [  ]   [6]   [4]", + "options": [ + "[8]", + "[0]", + "[7]", + "[4]", + "[2]", + "[6]", + "[1]", + "[3]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 10 + }, + { + "prompt": "[5]   [4]   [7]
    [  ]   [7]   [5]
    [7]   [5]   [4]", + "options": [ + "[5]", + "[6]", + "[9]", + "[3]", + "[4]", + "[2]", + "[7]", + "[8]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 11 + }, + { + "prompt": "[4]   [3]   [1]
    [3]   [  ]   [4]
    [1]   [4]   [3]", + "options": [ + "[6]", + "[4]", + "[1]", + "[5]", + "[8]", + "[3]", + "[9]", + "[7]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 12 + }, + { + "prompt": "[8]   [9]   [  ]
    [9]   [3]   [8]
    [3]   [8]   [9]", + "options": [ + "[2]", + "[7]", + "[3]", + "[0]", + "[1]", + "[6]", + "[9]", + "[8]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 13 + }, + { + "prompt": "[7]   [3]   [4]
    [3]   [4]   [7]
    [4]   [7]   [  ]", + "options": [ + "[8]", + "[5]", + "[9]", + "[3]", + "[1]", + "[6]", + "[4]", + "[7]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 14 + }, + { + "prompt": "[4]   [  ]   [0]
    [6]   [0]   [4]
    [0]   [4]   [6]", + "options": [ + "[5]", + "[0]", + "[8]", + "[7]", + "[9]", + "[6]", + "[4]", + "[2]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 15 + }, + { + "prompt": "[4]   [3]   [0]
    [3]   [0]   [4]
    [0]   [  ]   [3]", + "options": [ + "[8]", + "[1]", + "[5]", + "[0]", + "[3]", + "[4]", + "[9]", + "[6]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 16 + }, + { + "prompt": "[0]   [9]   [  ]
    [9]   [4]   [0]
    [4]   [0]   [9]", + "options": [ + "[8]", + "[3]", + "[4]", + "[1]", + "[9]", + "[6]", + "[0]", + "[2]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 17 + }, + { + "prompt": "[  ]   [1]   [9]
    [1]   [9]   [5]
    [9]   [5]   [1]", + "options": [ + "[0]", + "[5]", + "[2]", + "[7]", + "[1]", + "[3]", + "[4]", + "[9]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 18 + }, + { + "prompt": "[1]   [9]   [7]
    [9]   [7]   [1]
    [  ]   [1]   [9]", + "options": [ + "[5]", + "[3]", + "[7]", + "[8]", + "[1]", + "[9]", + "[0]", + "[4]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 19 + }, + { + "prompt": "[  ]   [6]   [5]
    [6]   [5]   [1]
    [5]   [1]   [6]", + "options": [ + "[1]", + "[6]", + "[9]", + "[4]", + "[8]", + "[3]", + "[5]", + "[0]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 20 + }, + { + "prompt": "[7]   [4]   [3]
    [4]   [3]   [7]
    [3]   [  ]   [4]", + "options": [ + "[7]", + "[9]", + "[8]", + "[2]", + "[3]", + "[0]", + "[1]", + "[5]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 21 + }, + { + "prompt": "[4]   [7]   [0]
    [  ]   [0]   [4]
    [0]   [4]   [7]", + "options": [ + "[2]", + "[4]", + "[5]", + "[6]", + "[8]", + "[1]", + "[0]", + "[7]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 22 + }, + { + "prompt": "[3]   [  ]   [4]
    [2]   [4]   [3]
    [4]   [3]   [2]", + "options": [ + "[3]", + "[6]", + "[9]", + "[5]", + "[4]", + "[8]", + "[2]", + "[1]" + ], + "correct": 6, + "correct_coords": "[0 1]", + "prob_ind": 23 + }, + { + "prompt": "[5]   [0]   [8]
    [0]   [8]   [5]
    [8]   [5]   [  ]", + "options": [ + "[3]", + "[8]", + "[1]", + "[7]", + "[2]", + "[6]", + "[5]", + "[0]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 24 + }, + { + "prompt": "[5]   [3]   [7]
    [3]   [7]   [5]
    [7]   [5]   [  ]", + "options": [ + "[1]", + "[3]", + "[6]", + "[5]", + "[4]", + "[7]", + "[2]", + "[9]" + ], + "correct": 1, + "correct_coords": "[2 2]", + "prob_ind": 25 + }, + { + "prompt": "[  ]   [7]   [1]
    [7]   [1]   [8]
    [1]   [8]   [7]", + "options": [ + "[2]", + "[6]", + "[1]", + "[4]", + "[8]", + "[9]", + "[5]", + "[0]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 26 + }, + { + "prompt": "[3]   [  ]   [5]
    [9]   [5]   [3]
    [5]   [3]   [9]", + "options": [ + "[0]", + "[3]", + "[6]", + "[1]", + "[2]", + "[4]", + "[5]", + "[9]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 27 + }, + { + "prompt": "[3]   [4]   [7]
    [4]   [7]   [3]
    [  ]   [3]   [4]", + "options": [ + "[7]", + "[2]", + "[8]", + "[1]", + "[4]", + "[5]", + "[9]", + "[3]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 28 + }, + { + "prompt": "[7]   [2]   [0]
    [  ]   [0]   [7]
    [0]   [7]   [2]", + "options": [ + "[4]", + "[6]", + "[3]", + "[8]", + "[0]", + "[1]", + "[2]", + "[9]" + ], + "correct": 6, + "correct_coords": "[1 0]", + "prob_ind": 29 + }, + { + "prompt": "[9]   [7]   [  ]
    [7]   [1]   [9]
    [1]   [9]   [7]", + "options": [ + "[0]", + "[9]", + "[2]", + "[1]", + "[7]", + "[5]", + "[8]", + "[3]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 30 + }, + { + "prompt": "[  ]   [0]   [9]
    [0]   [9]   [7]
    [9]   [7]   [0]", + "options": [ + "[7]", + "[9]", + "[5]", + "[6]", + "[0]", + "[2]", + "[8]", + "[4]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 31 + }, + { + "prompt": "[7]   [6]   [0]
    [6]   [0]   [7]
    [  ]   [7]   [6]", + "options": [ + "[0]", + "[1]", + "[5]", + "[6]", + "[8]", + "[7]", + "[2]", + "[9]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 32 + }, + { + "prompt": "[  ]   [6]   [7]
    [6]   [7]   [3]
    [7]   [3]   [6]", + "options": [ + "[9]", + "[8]", + "[2]", + "[5]", + "[6]", + "[7]", + "[4]", + "[3]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 33 + }, + { + "prompt": "[8]   [4]   [  ]
    [4]   [5]   [8]
    [5]   [8]   [4]", + "options": [ + "[4]", + "[8]", + "[3]", + "[7]", + "[2]", + "[0]", + "[5]", + "[6]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 34 + }, + { + "prompt": "[0]   [8]   [  ]
    [8]   [9]   [0]
    [9]   [0]   [8]", + "options": [ + "[2]", + "[7]", + "[3]", + "[8]", + "[0]", + "[9]", + "[4]", + "[6]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 35 + }, + { + "prompt": "[7]   [1]   [0]
    [1]   [0]   [7]
    [  ]   [7]   [1]", + "options": [ + "[6]", + "[8]", + "[9]", + "[0]", + "[2]", + "[1]", + "[7]", + "[3]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 36 + }, + { + "prompt": "[9]   [7]   [3]
    [7]   [3]   [9]
    [3]   [9]   [  ]", + "options": [ + "[8]", + "[3]", + "[5]", + "[4]", + "[7]", + "[0]", + "[9]", + "[1]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 37 + }, + { + "prompt": "[3]   [2]   [0]
    [2]   [0]   [3]
    [  ]   [3]   [2]", + "options": [ + "[2]", + "[1]", + "[3]", + "[4]", + "[9]", + "[8]", + "[0]", + "[5]" + ], + "correct": 6, + "correct_coords": "[2 0]", + "prob_ind": 38 + }, + { + "prompt": "[  ]   [5]   [2]
    [5]   [2]   [1]
    [2]   [1]   [5]", + "options": [ + "[2]", + "[4]", + "[8]", + "[9]", + "[7]", + "[3]", + "[1]", + "[5]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 39 + }, + { + "prompt": "[8]   [9]   [  ]
    [9]   [7]   [8]
    [7]   [8]   [9]", + "options": [ + "[6]", + "[5]", + "[8]", + "[9]", + "[4]", + "[0]", + "[7]", + "[2]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 40 + }, + { + "prompt": "[6]   [5]   [2]
    [5]   [2]   [6]
    [2]   [  ]   [5]", + "options": [ + "[9]", + "[4]", + "[6]", + "[7]", + "[8]", + "[2]", + "[0]", + "[5]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 41 + }, + { + "prompt": "[4]   [0]   [9]
    [0]   [9]   [4]
    [9]   [  ]   [0]", + "options": [ + "[1]", + "[9]", + "[2]", + "[3]", + "[8]", + "[7]", + "[4]", + "[0]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 42 + }, + { + "prompt": "[7]   [0]   [1]
    [  ]   [1]   [7]
    [1]   [7]   [0]", + "options": [ + "[8]", + "[6]", + "[9]", + "[0]", + "[2]", + "[1]", + "[4]", + "[7]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 43 + }, + { + "prompt": "[7]   [2]   [6]
    [2]   [6]   [7]
    [6]   [  ]   [2]", + "options": [ + "[5]", + "[2]", + "[7]", + "[0]", + "[3]", + "[4]", + "[9]", + "[6]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 44 + }, + { + "prompt": "[3]   [0]   [1]
    [0]   [1]   [  ]
    [1]   [3]   [0]", + "options": [ + "[4]", + "[1]", + "[3]", + "[6]", + "[0]", + "[9]", + "[2]", + "[8]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 45 + }, + { + "prompt": "[4]   [2]   [5]
    [2]   [5]   [4]
    [5]   [4]   [  ]", + "options": [ + "[7]", + "[5]", + "[2]", + "[8]", + "[3]", + "[0]", + "[1]", + "[9]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 46 + }, + { + "prompt": "[6]   [5]   [8]
    [5]   [8]   [  ]
    [8]   [6]   [5]", + "options": [ + "[0]", + "[9]", + "[8]", + "[1]", + "[4]", + "[7]", + "[6]", + "[5]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 47 + }, + { + "prompt": "[3]   [1]   [4]
    [1]   [4]   [  ]
    [4]   [3]   [1]", + "options": [ + "[1]", + "[2]", + "[7]", + "[0]", + "[4]", + "[3]", + "[5]", + "[9]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 48 + }, + { + "prompt": "[  ]   [6]   [8]
    [6]   [8]   [3]
    [8]   [3]   [6]", + "options": [ + "[8]", + "[1]", + "[9]", + "[6]", + "[4]", + "[5]", + "[2]", + "[3]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 49 + } + ], + "dist3_diag2": [ + { + "prompt": "[3]   [1]   [9]
    [9]   [  ]   [1]
    [1]   [9]   [3]", + "options": [ + "[3]", + "[6]", + "[7]", + "[0]", + "[1]", + "[2]", + "[4]", + "[8]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 0 + }, + { + "prompt": "[7]   [0]   [9]
    [9]   [  ]   [0]
    [0]   [9]   [7]", + "options": [ + "[6]", + "[4]", + "[1]", + "[8]", + "[7]", + "[0]", + "[5]", + "[9]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 1 + }, + { + "prompt": "[8]   [7]   [3]
    [3]   [  ]   [7]
    [7]   [3]   [8]", + "options": [ + "[7]", + "[1]", + "[4]", + "[0]", + "[8]", + "[3]", + "[6]", + "[5]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 2 + }, + { + "prompt": "[3]   [0]   [7]
    [7]   [3]   [0]
    [0]   [  ]   [3]", + "options": [ + "[2]", + "[7]", + "[3]", + "[4]", + "[6]", + "[0]", + "[1]", + "[8]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 3 + }, + { + "prompt": "[6]   [5]   [9]
    [9]   [6]   [5]
    [  ]   [9]   [6]", + "options": [ + "[3]", + "[5]", + "[7]", + "[0]", + "[2]", + "[8]", + "[6]", + "[1]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 4 + }, + { + "prompt": "[8]   [6]   [7]
    [  ]   [8]   [6]
    [6]   [7]   [8]", + "options": [ + "[5]", + "[1]", + "[7]", + "[4]", + "[8]", + "[9]", + "[2]", + "[6]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 5 + }, + { + "prompt": "[6]   [0]   [  ]
    [4]   [6]   [0]
    [0]   [4]   [6]", + "options": [ + "[7]", + "[2]", + "[3]", + "[9]", + "[0]", + "[4]", + "[5]", + "[6]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 6 + }, + { + "prompt": "[5]   [3]   [6]
    [6]   [5]   [  ]
    [3]   [6]   [5]", + "options": [ + "[6]", + "[7]", + "[3]", + "[5]", + "[0]", + "[4]", + "[9]", + "[2]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 7 + }, + { + "prompt": "[1]   [6]   [0]
    [0]   [1]   [6]
    [6]   [0]   [  ]", + "options": [ + "[0]", + "[7]", + "[1]", + "[2]", + "[6]", + "[3]", + "[8]", + "[5]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 8 + }, + { + "prompt": "[  ]   [5]   [2]
    [2]   [0]   [5]
    [5]   [2]   [0]", + "options": [ + "[2]", + "[1]", + "[9]", + "[0]", + "[4]", + "[5]", + "[7]", + "[8]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 9 + }, + { + "prompt": "[6]   [9]   [0]
    [  ]   [6]   [9]
    [9]   [0]   [6]", + "options": [ + "[8]", + "[2]", + "[6]", + "[4]", + "[1]", + "[3]", + "[0]", + "[9]" + ], + "correct": 6, + "correct_coords": "[1 0]", + "prob_ind": 10 + }, + { + "prompt": "[  ]   [9]   [7]
    [7]   [6]   [9]
    [9]   [7]   [6]", + "options": [ + "[5]", + "[8]", + "[0]", + "[7]", + "[4]", + "[9]", + "[6]", + "[1]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 11 + }, + { + "prompt": "[4]   [9]   [2]
    [2]   [4]   [9]
    [  ]   [2]   [4]", + "options": [ + "[9]", + "[2]", + "[0]", + "[8]", + "[7]", + "[3]", + "[4]", + "[1]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 12 + }, + { + "prompt": "[4]   [2]   [3]
    [3]   [4]   [  ]
    [2]   [3]   [4]", + "options": [ + "[0]", + "[1]", + "[9]", + "[6]", + "[3]", + "[4]", + "[2]", + "[5]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 13 + }, + { + "prompt": "[1]   [3]   [9]
    [  ]   [1]   [3]
    [3]   [9]   [1]", + "options": [ + "[2]", + "[1]", + "[5]", + "[0]", + "[7]", + "[3]", + "[4]", + "[9]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 14 + }, + { + "prompt": "[8]   [2]   [4]
    [4]   [8]   [  ]
    [2]   [4]   [8]", + "options": [ + "[6]", + "[9]", + "[8]", + "[3]", + "[5]", + "[1]", + "[2]", + "[4]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 15 + }, + { + "prompt": "[8]   [6]   [9]
    [  ]   [8]   [6]
    [6]   [9]   [8]", + "options": [ + "[5]", + "[8]", + "[2]", + "[7]", + "[0]", + "[6]", + "[1]", + "[9]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 16 + }, + { + "prompt": "[5]   [6]   [1]
    [1]   [5]   [6]
    [  ]   [1]   [5]", + "options": [ + "[8]", + "[4]", + "[1]", + "[0]", + "[3]", + "[9]", + "[6]", + "[5]" + ], + "correct": 6, + "correct_coords": "[2 0]", + "prob_ind": 17 + }, + { + "prompt": "[0]   [1]   [8]
    [8]   [  ]   [1]
    [1]   [8]   [0]", + "options": [ + "[7]", + "[6]", + "[9]", + "[2]", + "[5]", + "[4]", + "[0]", + "[1]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 18 + }, + { + "prompt": "[3]   [1]   [0]
    [0]   [3]   [1]
    [1]   [0]   [  ]", + "options": [ + "[9]", + "[3]", + "[5]", + "[8]", + "[2]", + "[1]", + "[4]", + "[0]" + ], + "correct": 1, + "correct_coords": "[2 2]", + "prob_ind": 19 + }, + { + "prompt": "[5]   [  ]   [7]
    [7]   [5]   [6]
    [6]   [7]   [5]", + "options": [ + "[5]", + "[9]", + "[6]", + "[1]", + "[7]", + "[8]", + "[2]", + "[3]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 20 + }, + { + "prompt": "[5]   [2]   [  ]
    [6]   [5]   [2]
    [2]   [6]   [5]", + "options": [ + "[8]", + "[7]", + "[3]", + "[1]", + "[5]", + "[4]", + "[2]", + "[6]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 21 + }, + { + "prompt": "[8]   [5]   [6]
    [6]   [8]   [5]
    [  ]   [6]   [8]", + "options": [ + "[4]", + "[5]", + "[6]", + "[1]", + "[9]", + "[8]", + "[2]", + "[7]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 22 + }, + { + "prompt": "[  ]   [3]   [8]
    [8]   [0]   [3]
    [3]   [8]   [0]", + "options": [ + "[2]", + "[7]", + "[0]", + "[9]", + "[4]", + "[6]", + "[8]", + "[3]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 23 + }, + { + "prompt": "[7]   [4]   [1]
    [1]   [7]   [4]
    [  ]   [1]   [7]", + "options": [ + "[1]", + "[5]", + "[3]", + "[4]", + "[2]", + "[9]", + "[6]", + "[8]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 24 + }, + { + "prompt": "[9]   [6]   [5]
    [5]   [  ]   [6]
    [6]   [5]   [9]", + "options": [ + "[9]", + "[6]", + "[8]", + "[1]", + "[4]", + "[7]", + "[3]", + "[0]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 25 + }, + { + "prompt": "[0]   [2]   [  ]
    [3]   [0]   [2]
    [2]   [3]   [0]", + "options": [ + "[0]", + "[4]", + "[5]", + "[2]", + "[9]", + "[3]", + "[1]", + "[8]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 26 + }, + { + "prompt": "[0]   [6]   [2]
    [2]   [0]   [6]
    [6]   [  ]   [0]", + "options": [ + "[4]", + "[0]", + "[2]", + "[3]", + "[9]", + "[6]", + "[8]", + "[7]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 27 + }, + { + "prompt": "[  ]   [1]   [3]
    [3]   [4]   [1]
    [1]   [3]   [4]", + "options": [ + "[6]", + "[0]", + "[5]", + "[4]", + "[1]", + "[2]", + "[3]", + "[9]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 28 + }, + { + "prompt": "[6]   [  ]   [7]
    [7]   [6]   [1]
    [1]   [7]   [6]", + "options": [ + "[8]", + "[7]", + "[0]", + "[5]", + "[3]", + "[4]", + "[6]", + "[1]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 29 + }, + { + "prompt": "[3]   [6]   [0]
    [0]   [3]   [  ]
    [6]   [0]   [3]", + "options": [ + "[2]", + "[4]", + "[3]", + "[7]", + "[9]", + "[5]", + "[6]", + "[0]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 30 + }, + { + "prompt": "[8]   [2]   [3]
    [  ]   [8]   [2]
    [2]   [3]   [8]", + "options": [ + "[0]", + "[3]", + "[9]", + "[8]", + "[6]", + "[2]", + "[5]", + "[1]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 31 + }, + { + "prompt": "[7]   [1]   [0]
    [  ]   [7]   [1]
    [1]   [0]   [7]", + "options": [ + "[6]", + "[2]", + "[0]", + "[9]", + "[1]", + "[7]", + "[3]", + "[8]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 32 + }, + { + "prompt": "[5]   [  ]   [0]
    [0]   [5]   [2]
    [2]   [0]   [5]", + "options": [ + "[1]", + "[5]", + "[3]", + "[8]", + "[6]", + "[4]", + "[2]", + "[0]" + ], + "correct": 6, + "correct_coords": "[0 1]", + "prob_ind": 33 + }, + { + "prompt": "[6]   [0]   [5]
    [5]   [  ]   [0]
    [0]   [5]   [6]", + "options": [ + "[0]", + "[6]", + "[7]", + "[3]", + "[5]", + "[1]", + "[4]", + "[8]" + ], + "correct": 1, + "correct_coords": "[1 1]", + "prob_ind": 34 + }, + { + "prompt": "[0]   [8]   [9]
    [  ]   [0]   [8]
    [8]   [9]   [0]", + "options": [ + "[9]", + "[8]", + "[0]", + "[7]", + "[2]", + "[4]", + "[1]", + "[6]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 35 + }, + { + "prompt": "[2]   [5]   [  ]
    [8]   [2]   [5]
    [5]   [8]   [2]", + "options": [ + "[2]", + "[3]", + "[1]", + "[7]", + "[6]", + "[8]", + "[0]", + "[5]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 36 + }, + { + "prompt": "[2]   [7]   [1]
    [1]   [2]   [  ]
    [7]   [1]   [2]", + "options": [ + "[9]", + "[3]", + "[8]", + "[0]", + "[4]", + "[7]", + "[1]", + "[2]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 37 + }, + { + "prompt": "[5]   [7]   [1]
    [1]   [5]   [  ]
    [7]   [1]   [5]", + "options": [ + "[1]", + "[8]", + "[0]", + "[5]", + "[2]", + "[7]", + "[9]", + "[3]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 38 + }, + { + "prompt": "[3]   [6]   [1]
    [1]   [3]   [  ]
    [6]   [1]   [3]", + "options": [ + "[3]", + "[9]", + "[0]", + "[6]", + "[1]", + "[7]", + "[2]", + "[4]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 39 + }, + { + "prompt": "[  ]   [7]   [6]
    [6]   [8]   [7]
    [7]   [6]   [8]", + "options": [ + "[2]", + "[5]", + "[6]", + "[9]", + "[0]", + "[7]", + "[8]", + "[1]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 40 + }, + { + "prompt": "[  ]   [0]   [4]
    [4]   [3]   [0]
    [0]   [4]   [3]", + "options": [ + "[2]", + "[3]", + "[7]", + "[1]", + "[0]", + "[9]", + "[5]", + "[4]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 41 + }, + { + "prompt": "[2]   [8]   [9]
    [9]   [2]   [8]
    [  ]   [9]   [2]", + "options": [ + "[0]", + "[1]", + "[3]", + "[6]", + "[9]", + "[2]", + "[5]", + "[8]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 42 + }, + { + "prompt": "[0]   [6]   [7]
    [  ]   [0]   [6]
    [6]   [7]   [0]", + "options": [ + "[4]", + "[5]", + "[1]", + "[0]", + "[9]", + "[8]", + "[6]", + "[7]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 43 + }, + { + "prompt": "[3]   [7]   [1]
    [1]   [3]   [7]
    [7]   [  ]   [3]", + "options": [ + "[1]", + "[3]", + "[7]", + "[8]", + "[4]", + "[9]", + "[6]", + "[0]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 44 + }, + { + "prompt": "[2]   [8]   [5]
    [5]   [2]   [  ]
    [8]   [5]   [2]", + "options": [ + "[5]", + "[7]", + "[6]", + "[1]", + "[0]", + "[8]", + "[4]", + "[2]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 45 + }, + { + "prompt": "[7]   [9]   [8]
    [8]   [7]   [  ]
    [9]   [8]   [7]", + "options": [ + "[3]", + "[7]", + "[0]", + "[9]", + "[8]", + "[1]", + "[5]", + "[2]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 46 + }, + { + "prompt": "[8]   [1]   [  ]
    [5]   [8]   [1]
    [1]   [5]   [8]", + "options": [ + "[2]", + "[7]", + "[1]", + "[9]", + "[8]", + "[0]", + "[5]", + "[4]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 47 + }, + { + "prompt": "[2]   [4]   [  ]
    [7]   [2]   [4]
    [4]   [7]   [2]", + "options": [ + "[8]", + "[5]", + "[3]", + "[4]", + "[1]", + "[7]", + "[6]", + "[9]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 48 + }, + { + "prompt": "[7]   [8]   [6]
    [6]   [  ]   [8]
    [8]   [6]   [7]", + "options": [ + "[6]", + "[7]", + "[5]", + "[4]", + "[3]", + "[8]", + "[9]", + "[2]" + ], + "correct": 1, + "correct_coords": "[1 1]", + "prob_ind": 49 + } + ], + "prog_size1": [ + { + "prompt": "[  ]   [1]   [2]
    [1]   [2]   [3]
    [2]   [3]   [4]", + "options": [ + "[0]", + "[9]", + "[5]", + "[6]", + "[2]", + "[3]", + "[1]", + "[8]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 0 + }, + { + "prompt": "[1]   [2]   [3]
    [2]   [3]   [  ]
    [3]   [4]   [5]", + "options": [ + "[1]", + "[9]", + "[2]", + "[8]", + "[4]", + "[5]", + "[7]", + "[3]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 1 + }, + { + "prompt": "[2]   [3]   [4]
    [3]   [4]   [  ]
    [4]   [5]   [6]", + "options": [ + "[4]", + "[5]", + "[0]", + "[6]", + "[7]", + "[2]", + "[3]", + "[1]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 2 + }, + { + "prompt": "[3]   [  ]   [5]
    [4]   [5]   [6]
    [5]   [6]   [7]", + "options": [ + "[2]", + "[8]", + "[4]", + "[5]", + "[0]", + "[1]", + "[6]", + "[3]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 3 + }, + { + "prompt": "[4]   [  ]   [6]
    [5]   [6]   [7]
    [6]   [7]   [8]", + "options": [ + "[8]", + "[5]", + "[3]", + "[0]", + "[4]", + "[7]", + "[2]", + "[6]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 4 + }, + { + "prompt": "[5]   [6]   [7]
    [6]   [7]   [  ]
    [7]   [8]   [9]", + "options": [ + "[4]", + "[3]", + "[6]", + "[9]", + "[5]", + "[1]", + "[8]", + "[7]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 5 + }, + { + "prompt": "[4]   [3]   [2]
    [3]   [2]   [1]
    [  ]   [1]   [0]", + "options": [ + "[1]", + "[3]", + "[4]", + "[9]", + "[5]", + "[0]", + "[6]", + "[2]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 6 + }, + { + "prompt": "[5]   [4]   [3]
    [4]   [3]   [2]
    [3]   [  ]   [1]", + "options": [ + "[1]", + "[0]", + "[4]", + "[6]", + "[3]", + "[7]", + "[2]", + "[9]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 7 + }, + { + "prompt": "[6]   [5]   [4]
    [5]   [4]   [  ]
    [4]   [3]   [2]", + "options": [ + "[5]", + "[8]", + "[4]", + "[0]", + "[3]", + "[1]", + "[6]", + "[9]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 8 + }, + { + "prompt": "[7]   [6]   [  ]
    [6]   [5]   [4]
    [5]   [4]   [3]", + "options": [ + "[8]", + "[3]", + "[2]", + "[5]", + "[4]", + "[0]", + "[6]", + "[7]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 9 + }, + { + "prompt": "[  ]   [7]   [6]
    [7]   [6]   [5]
    [6]   [5]   [4]", + "options": [ + "[8]", + "[1]", + "[6]", + "[5]", + "[7]", + "[3]", + "[9]", + "[0]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 10 + }, + { + "prompt": "[9]   [  ]   [7]
    [8]   [7]   [6]
    [7]   [6]   [5]", + "options": [ + "[9]", + "[1]", + "[6]", + "[3]", + "[0]", + "[8]", + "[7]", + "[5]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 11 + } + ], + "prog_size2": [ + { + "prompt": "[0]   [2]   [4]
    [2]   [4]   [6]
    [4]   [  ]   [8]", + "options": [ + "[2]", + "[7]", + "[8]", + "[5]", + "[4]", + "[0]", + "[6]", + "[3]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 0 + }, + { + "prompt": "[  ]   [3]   [5]
    [3]   [5]   [7]
    [5]   [7]   [9]", + "options": [ + "[7]", + "[8]", + "[5]", + "[6]", + "[0]", + "[3]", + "[9]", + "[1]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 1 + }, + { + "prompt": "[8]   [6]   [4]
    [6]   [4]   [2]
    [4]   [2]   [  ]", + "options": [ + "[8]", + "[4]", + "[0]", + "[5]", + "[7]", + "[3]", + "[2]", + "[6]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 2 + }, + { + "prompt": "[9]   [  ]   [5]
    [7]   [5]   [3]
    [5]   [3]   [1]", + "options": [ + "[6]", + "[2]", + "[7]", + "[9]", + "[4]", + "[3]", + "[5]", + "[1]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 3 + } + ], + "two_rule_comb0": [ + { + "prompt": "[3 2]   [8 2]   [6 2]
    [3 8]   [8 8]   [6 8]
    [3 1]   [     ]   [6 1]", + "options": [ + "[1 7]", + "[3 7]", + "[8 3]", + "[1 3]", + "[1 1]", + "[4 0]", + "[3 1]", + "[8 1]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 0 + }, + { + "prompt": "[7 8]   [4 7]   [3 6]
    [7 8]   [4 7]   [3 6]
    [     ]   [4 7]   [3 6]", + "options": [ + "[9 8]", + "[7 8]", + "[4 6]", + "[6 3]", + "[8 7]", + "[3 7]", + "[2 7]", + "[4 7]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 1 + }, + { + "prompt": "[5 8]   [5 8]   [5 8]
    [     ]   [9 3]   [9 3]
    [8 7]   [8 7]   [8 7]", + "options": [ + "[5 8]", + "[5 6]", + "[0 3]", + "[7 8]", + "[3 9]", + "[3 8]", + "[8 8]", + "[9 3]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 2 + }, + { + "prompt": "[7 5]   [2 9]   [6 1]
    [     ]   [2 9]   [6 1]
    [7 5]   [2 9]   [6 1]", + "options": [ + "[6 5]", + "[8 1]", + "[7 7]", + "[7 1]", + "[9 5]", + "[7 5]", + "[6 1]", + "[2 9]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 3 + }, + { + "prompt": "[1 9]   [6 0]   [     ]
    [1 9]   [6 0]   [2 5]
    [1 9]   [6 0]   [2 5]", + "options": [ + "[6 9]", + "[1 5]", + "[9 8]", + "[2 7]", + "[2 5]", + "[5 2]", + "[2 4]", + "[9 6]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 4 + }, + { + "prompt": "[5 3]   [     ]   [5 2]
    [3 3]   [3 1]   [3 2]
    [8 3]   [8 1]   [8 2]", + "options": [ + "[5 2]", + "[5 9]", + "[5 0]", + "[4 1]", + "[8 3]", + "[6 0]", + "[6 2]", + "[5 1]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 5 + }, + { + "prompt": "[6 6]   [6 7]   [6 2]
    [8 6]   [8 7]   [     ]
    [2 6]   [2 7]   [2 2]", + "options": [ + "[8 2]", + "[9 7]", + "[6 9]", + "[8 7]", + "[7 9]", + "[2 6]", + "[8 0]", + "[8 1]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 6 + }, + { + "prompt": "[6 3]   [6 3]   [     ]
    [1 8]   [1 8]   [1 8]
    [4 5]   [4 5]   [4 5]", + "options": [ + "[8 1]", + "[5 4]", + "[6 7]", + "[6 3]", + "[4 5]", + "[4 7]", + "[2 6]", + "[6 2]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 7 + }, + { + "prompt": "[6 4]   [6 8]   [6 6]
    [7 4]   [7 8]   [7 6]
    [     ]   [8 8]   [8 6]", + "options": [ + "[6 6]", + "[4 6]", + "[7 4]", + "[9 2]", + "[8 4]", + "[9 8]", + "[6 8]", + "[5 0]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 8 + }, + { + "prompt": "[4 2]   [7 3]   [1 4]
    [4 2]   [7 3]   [1 4]
    [4 2]   [7 3]   [     ]", + "options": [ + "[4 3]", + "[4 2]", + "[9 4]", + "[3 4]", + "[4 1]", + "[1 4]", + "[7 2]", + "[2 4]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 9 + }, + { + "prompt": "[9 0]   [     ]   [9 0]
    [1 5]   [1 5]   [1 5]
    [4 2]   [4 2]   [4 2]", + "options": [ + "[9 0]", + "[1 5]", + "[9 8]", + "[1 4]", + "[4 1]", + "[3 1]", + "[1 3]", + "[1 8]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 10 + }, + { + "prompt": "[8 5]   [3 5]   [     ]
    [8 3]   [3 3]   [2 3]
    [8 0]   [3 0]   [2 0]", + "options": [ + "[2 3]", + "[5 1]", + "[0 5]", + "[3 3]", + "[5 0]", + "[1 3]", + "[2 5]", + "[5 2]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 11 + }, + { + "prompt": "[0 1]   [6 1]   [1 1]
    [0 5]   [6 5]   [1 5]
    [0 2]   [6 2]   [     ]", + "options": [ + "[3 2]", + "[3 6]", + "[6 3]", + "[0 9]", + "[6 2]", + "[5 2]", + "[1 2]", + "[1 6]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 12 + }, + { + "prompt": "[0 9]   [     ]   [0 4]
    [9 9]   [9 5]   [9 4]
    [2 9]   [2 5]   [2 4]", + "options": [ + "[8 5]", + "[9 1]", + "[0 5]", + "[5 0]", + "[9 0]", + "[1 9]", + "[9 9]", + "[0 9]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 13 + }, + { + "prompt": "[5 2]   [8 3]   [2 0]
    [5 2]   [8 3]   [2 0]
    [     ]   [8 3]   [2 0]", + "options": [ + "[5 2]", + "[7 3]", + "[2 0]", + "[7 2]", + "[9 3]", + "[2 5]", + "[2 3]", + "[8 3]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 14 + }, + { + "prompt": "[     ]   [8 6]   [5 6]
    [3 3]   [8 3]   [5 3]
    [3 1]   [8 1]   [5 1]", + "options": [ + "[8 3]", + "[6 3]", + "[3 5]", + "[8 2]", + "[6 5]", + "[8 6]", + "[3 6]", + "[8 1]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 15 + }, + { + "prompt": "[5 1]   [3 2]   [6 0]
    [5 1]   [3 2]   [6 0]
    [5 1]   [     ]   [6 0]", + "options": [ + "[3 7]", + "[7 0]", + "[3 2]", + "[3 1]", + "[0 7]", + "[5 2]", + "[1 5]", + "[5 1]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 16 + }, + { + "prompt": "[3 2]   [5 3]   [7 8]
    [     ]   [5 3]   [7 8]
    [3 2]   [5 3]   [7 8]", + "options": [ + "[7 9]", + "[7 3]", + "[5 2]", + "[7 7]", + "[3 2]", + "[7 8]", + "[9 5]", + "[9 7]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 17 + }, + { + "prompt": "[2 9]   [2 5]   [2 7]
    [6 9]   [6 5]   [     ]
    [3 9]   [3 5]   [3 7]", + "options": [ + "[7 6]", + "[4 5]", + "[6 5]", + "[3 9]", + "[6 7]", + "[0 3]", + "[9 3]", + "[7 7]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 18 + }, + { + "prompt": "[4 6]   [2 6]   [6 6]
    [4 2]   [2 2]   [     ]
    [4 9]   [2 9]   [6 9]", + "options": [ + "[2 1]", + "[2 9]", + "[6 2]", + "[5 2]", + "[4 9]", + "[2 5]", + "[2 6]", + "[9 4]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 19 + }, + { + "prompt": "[5 1]   [1 1]   [8 1]
    [5 0]   [1 0]   [8 0]
    [5 4]   [     ]   [8 4]", + "options": [ + "[1 4]", + "[1 2]", + "[9 4]", + "[9 8]", + "[0 7]", + "[8 0]", + "[8 1]", + "[0 5]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 20 + }, + { + "prompt": "[0 6]   [0 6]   [     ]
    [4 5]   [4 5]   [4 5]
    [5 9]   [5 9]   [5 9]", + "options": [ + "[5 1]", + "[5 9]", + "[0 6]", + "[5 4]", + "[4 0]", + "[9 5]", + "[1 6]", + "[0 4]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 21 + }, + { + "prompt": "[     ]   [5 3]   [5 4]
    [1 5]   [1 3]   [1 4]
    [0 5]   [0 3]   [0 4]", + "options": [ + "[0 3]", + "[3 0]", + "[8 5]", + "[1 5]", + "[4 9]", + "[1 3]", + "[5 5]", + "[5 3]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 22 + }, + { + "prompt": "[0 3]   [2 8]   [9 9]
    [0 3]   [2 8]   [9 9]
    [     ]   [2 8]   [9 9]", + "options": [ + "[0 9]", + "[9 0]", + "[3 0]", + "[8 2]", + "[3 2]", + "[0 3]", + "[9 3]", + "[4 0]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 23 + }, + { + "prompt": "[6 7]   [     ]   [4 7]
    [6 5]   [8 5]   [4 5]
    [6 4]   [8 4]   [4 4]", + "options": [ + "[7 9]", + "[4 4]", + "[4 5]", + "[8 7]", + "[0 4]", + "[9 7]", + "[6 9]", + "[6 5]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 24 + }, + { + "prompt": "[9 1]   [9 1]   [9 1]
    [7 3]   [7 3]   [     ]
    [3 4]   [3 4]   [3 4]", + "options": [ + "[9 4]", + "[3 2]", + "[7 5]", + "[3 1]", + "[9 1]", + "[3 7]", + "[7 3]", + "[1 9]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 25 + }, + { + "prompt": "[6 3]   [5 2]   [3 4]
    [6 3]   [5 2]   [3 4]
    [     ]   [5 2]   [3 4]", + "options": [ + "[5 2]", + "[6 3]", + "[6 5]", + "[4 3]", + "[1 9]", + "[8 3]", + "[6 2]", + "[3 6]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 26 + }, + { + "prompt": "[5 0]   [9 0]   [     ]
    [5 1]   [9 1]   [1 1]
    [5 2]   [9 2]   [1 2]", + "options": [ + "[0 5]", + "[1 0]", + "[7 1]", + "[0 9]", + "[3 8]", + "[5 1]", + "[1 9]", + "[9 1]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 27 + }, + { + "prompt": "[5 4]   [5 2]   [     ]
    [7 4]   [7 2]   [7 9]
    [3 4]   [3 2]   [3 9]", + "options": [ + "[9 6]", + "[5 9]", + "[9 7]", + "[9 9]", + "[9 5]", + "[2 7]", + "[5 0]", + "[5 6]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 28 + }, + { + "prompt": "[     ]   [7 7]   [0 8]
    [1 4]   [7 7]   [0 8]
    [1 4]   [7 7]   [0 8]", + "options": [ + "[9 7]", + "[7 5]", + "[9 8]", + "[7 7]", + "[1 2]", + "[1 4]", + "[8 2]", + "[8 7]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 29 + }, + { + "prompt": "[4 0]   [     ]   [2 0]
    [4 3]   [0 3]   [2 3]
    [4 2]   [0 2]   [2 2]", + "options": [ + "[1 2]", + "[4 0]", + "[2 3]", + "[0 4]", + "[0 2]", + "[0 0]", + "[0 3]", + "[0 6]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 30 + }, + { + "prompt": "[2 1]   [2 1]   [2 1]
    [     ]   [1 2]   [1 2]
    [6 4]   [6 4]   [6 4]", + "options": [ + "[6 7]", + "[9 2]", + "[2 1]", + "[1 2]", + "[2 7]", + "[6 6]", + "[0 7]", + "[2 2]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 31 + }, + { + "prompt": "[6 1]   [6 4]   [6 7]
    [4 1]   [4 4]   [     ]
    [9 1]   [9 4]   [9 7]", + "options": [ + "[9 1]", + "[6 5]", + "[1 9]", + "[6 4]", + "[4 7]", + "[2 7]", + "[0 3]", + "[4 1]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 32 + }, + { + "prompt": "[     ]   [2 2]   [8 2]
    [0 3]   [2 3]   [8 3]
    [0 5]   [2 5]   [8 5]", + "options": [ + "[3 1]", + "[0 2]", + "[8 4]", + "[3 3]", + "[1 3]", + "[3 2]", + "[8 3]", + "[2 3]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 33 + }, + { + "prompt": "[2 2]   [2 2]   [2 2]
    [7 8]   [     ]   [7 8]
    [5 1]   [5 1]   [5 1]", + "options": [ + "[7 8]", + "[1 5]", + "[7 6]", + "[6 3]", + "[1 0]", + "[8 8]", + "[2 2]", + "[6 8]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 34 + }, + { + "prompt": "[     ]   [1 3]   [9 3]
    [2 1]   [1 1]   [9 1]
    [2 8]   [1 8]   [9 8]", + "options": [ + "[1 4]", + "[4 1]", + "[4 3]", + "[2 8]", + "[2 3]", + "[8 2]", + "[2 7]", + "[2 4]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 35 + }, + { + "prompt": "[2 7]   [3 7]   [5 7]
    [2 0]   [3 0]   [     ]
    [2 2]   [3 2]   [5 2]", + "options": [ + "[5 0]", + "[3 6]", + "[3 4]", + "[3 7]", + "[4 0]", + "[5 7]", + "[2 0]", + "[1 7]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 36 + }, + { + "prompt": "[9 2]   [     ]   [6 9]
    [9 2]   [8 4]   [6 9]
    [9 2]   [8 4]   [6 9]", + "options": [ + "[2 9]", + "[4 8]", + "[6 7]", + "[4 9]", + "[8 6]", + "[8 4]", + "[9 2]", + "[6 4]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 37 + }, + { + "prompt": "[     ]   [8 3]   [8 8]
    [1 9]   [1 3]   [1 8]
    [3 9]   [3 3]   [3 8]", + "options": [ + "[8 9]", + "[7 1]", + "[8 7]", + "[2 0]", + "[6 3]", + "[8 1]", + "[8 8]", + "[3 1]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 38 + }, + { + "prompt": "[4 8]   [4 8]   [4 8]
    [6 3]   [6 3]   [6 3]
    [9 2]   [9 2]   [     ]", + "options": [ + "[2 8]", + "[9 1]", + "[5 3]", + "[2 9]", + "[0 9]", + "[0 2]", + "[1 9]", + "[9 2]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 39 + }, + { + "prompt": "[     ]   [8 7]   [3 7]
    [0 1]   [8 1]   [3 1]
    [0 2]   [8 2]   [3 2]", + "options": [ + "[1 8]", + "[3 9]", + "[0 7]", + "[7 0]", + "[3 1]", + "[7 8]", + "[8 1]", + "[1 3]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 40 + }, + { + "prompt": "[8 5]   [     ]   [5 6]
    [8 5]   [2 7]   [5 6]
    [8 5]   [2 7]   [5 6]", + "options": [ + "[6 8]", + "[5 7]", + "[6 5]", + "[8 5]", + "[8 6]", + "[2 7]", + "[7 6]", + "[8 3]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 41 + }, + { + "prompt": "[     ]   [6 7]   [0 5]
    [7 8]   [6 7]   [0 5]
    [7 8]   [6 7]   [0 5]", + "options": [ + "[8 9]", + "[8 7]", + "[8 5]", + "[7 8]", + "[5 8]", + "[7 6]", + "[1 5]", + "[9 8]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 42 + }, + { + "prompt": "[6 6]   [6 1]   [6 0]
    [0 6]   [0 1]   [0 0]
    [9 6]   [9 1]   [     ]", + "options": [ + "[0 9]", + "[9 8]", + "[6 9]", + "[0 1]", + "[1 0]", + "[9 0]", + "[0 3]", + "[3 0]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 43 + }, + { + "prompt": "[2 8]   [2 8]   [     ]
    [5 7]   [5 7]   [5 7]
    [9 0]   [9 0]   [9 0]", + "options": [ + "[0 9]", + "[9 0]", + "[1 8]", + "[2 0]", + "[7 5]", + "[2 8]", + "[5 7]", + "[5 8]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 44 + }, + { + "prompt": "[9 6]   [     ]   [5 2]
    [9 6]   [0 0]   [5 2]
    [9 6]   [0 0]   [5 2]", + "options": [ + "[9 6]", + "[9 8]", + "[9 2]", + "[9 5]", + "[6 1]", + "[6 9]", + "[5 2]", + "[0 0]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 45 + }, + { + "prompt": "[0 1]   [4 6]   [3 2]
    [0 1]   [4 6]   [3 2]
    [0 1]   [4 6]   [     ]", + "options": [ + "[0 1]", + "[2 5]", + "[2 3]", + "[1 0]", + "[5 3]", + "[3 2]", + "[3 3]", + "[5 2]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 46 + }, + { + "prompt": "[4 6]   [2 6]   [     ]
    [4 1]   [2 1]   [3 1]
    [4 3]   [2 3]   [3 3]", + "options": [ + "[6 3]", + "[2 3]", + "[6 2]", + "[1 2]", + "[3 5]", + "[3 6]", + "[3 3]", + "[4 6]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 47 + }, + { + "prompt": "[     ]   [5 8]   [5 1]
    [1 4]   [1 8]   [1 1]
    [3 4]   [3 8]   [3 1]", + "options": [ + "[0 8]", + "[8 4]", + "[8 1]", + "[4 4]", + "[5 2]", + "[5 4]", + "[9 6]", + "[6 1]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 48 + }, + { + "prompt": "[0 1]   [0 6]   [     ]
    [8 1]   [8 6]   [8 0]
    [5 1]   [5 6]   [5 0]", + "options": [ + "[8 9]", + "[9 0]", + "[5 1]", + "[6 2]", + "[2 0]", + "[0 0]", + "[0 9]", + "[2 1]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 49 + } + ], + "two_rule_comb1": [ + { + "prompt": "[0 2]   [2 2]   [1 2]
    [2 4]   [1 4]   [0 4]
    [1 8]   [0 8]   [     ]", + "options": [ + "[0 8]", + "[1 2]", + "[4 8]", + "[0 2]", + "[2 8]", + "[2 0]", + "[4 0]", + "[1 0]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 0 + }, + { + "prompt": "[5 3]   [5 4]   [5 6]
    [6 4]   [6 6]   [6 3]
    [     ]   [7 3]   [7 4]", + "options": [ + "[8 6]", + "[6 4]", + "[7 7]", + "[7 6]", + "[8 5]", + "[6 5]", + "[6 7]", + "[5 4]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 1 + }, + { + "prompt": "[5 1]   [8 6]   [     ]
    [5 2]   [8 1]   [0 6]
    [5 6]   [8 2]   [0 1]", + "options": [ + "[1 5]", + "[8 6]", + "[5 1]", + "[5 8]", + "[5 0]", + "[0 2]", + "[9 6]", + "[0 4]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 2 + }, + { + "prompt": "[2 6]   [2 8]   [     ]
    [1 2]   [1 6]   [1 8]
    [5 8]   [5 2]   [5 6]", + "options": [ + "[2 7]", + "[1 8]", + "[2 2]", + "[2 6]", + "[7 2]", + "[6 2]", + "[1 2]", + "[5 6]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 3 + }, + { + "prompt": "[9 5]   [9 3]   [9 9]
    [0 3]   [     ]   [0 5]
    [5 9]   [5 5]   [5 3]", + "options": [ + "[0 5]", + "[9 5]", + "[0 9]", + "[5 9]", + "[9 0]", + "[0 1]", + "[0 8]", + "[8 0]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 4 + }, + { + "prompt": "[7 9]   [7 1]   [7 6]
    [8 1]   [     ]   [8 9]
    [6 6]   [6 9]   [6 1]", + "options": [ + "[8 8]", + "[9 8]", + "[6 9]", + "[1 7]", + "[6 8]", + "[6 7]", + "[8 6]", + "[0 6]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 5 + }, + { + "prompt": "[2 1]   [0 5]   [5 9]
    [2 9]   [     ]   [5 5]
    [2 5]   [0 9]   [5 1]", + "options": [ + "[0 1]", + "[2 1]", + "[5 5]", + "[2 7]", + "[1 0]", + "[1 1]", + "[3 9]", + "[2 9]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 6 + }, + { + "prompt": "[2 6]   [5 6]   [0 6]
    [0 5]   [2 5]   [5 5]
    [5 1]   [0 1]   [     ]", + "options": [ + "[4 2]", + "[5 1]", + "[5 2]", + "[3 2]", + "[2 1]", + "[1 2]", + "[5 5]", + "[2 9]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 7 + }, + { + "prompt": "[4 2]   [     ]   [6 0]
    [5 2]   [6 8]   [4 0]
    [6 2]   [4 8]   [5 0]", + "options": [ + "[7 0]", + "[5 6]", + "[8 5]", + "[5 8]", + "[6 3]", + "[6 5]", + "[6 0]", + "[5 7]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 8 + }, + { + "prompt": "[4 9]   [7 9]   [2 9]
    [2 6]   [4 6]   [7 6]
    [     ]   [2 3]   [4 3]", + "options": [ + "[2 3]", + "[7 3]", + "[2 6]", + "[3 9]", + "[3 7]", + "[7 4]", + "[5 7]", + "[9 7]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 9 + }, + { + "prompt": "[     ]   [3 2]   [0 0]
    [0 5]   [7 2]   [3 0]
    [3 5]   [0 2]   [7 0]", + "options": [ + "[5 7]", + "[2 3]", + "[7 5]", + "[9 0]", + "[7 7]", + "[7 2]", + "[7 6]", + "[0 2]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 10 + }, + { + "prompt": "[4 0]   [3 4]   [8 8]
    [8 0]   [4 4]   [3 8]
    [3 0]   [8 4]   [     ]", + "options": [ + "[4 7]", + "[3 8]", + "[4 9]", + "[8 3]", + "[4 0]", + "[8 4]", + "[4 8]", + "[8 0]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 11 + }, + { + "prompt": "[4 9]   [4 3]   [4 5]
    [9 5]   [9 9]   [9 3]
    [     ]   [0 5]   [0 9]", + "options": [ + "[3 0]", + "[0 3]", + "[2 3]", + "[9 4]", + "[4 7]", + "[0 4]", + "[0 5]", + "[3 2]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 12 + }, + { + "prompt": "[1 5]   [5 2]   [9 6]
    [1 6]   [     ]   [9 2]
    [1 2]   [5 6]   [9 5]", + "options": [ + "[9 6]", + "[1 2]", + "[1 1]", + "[5 6]", + "[5 5]", + "[3 6]", + "[9 5]", + "[6 5]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 13 + }, + { + "prompt": "[4 5]   [5 5]   [2 5]
    [2 1]   [4 1]   [     ]
    [5 2]   [2 2]   [4 2]", + "options": [ + "[5 7]", + "[7 3]", + "[9 3]", + "[3 7]", + "[5 9]", + "[2 4]", + "[4 2]", + "[5 1]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 14 + }, + { + "prompt": "[5 7]   [7 5]   [9 4]
    [5 4]   [7 7]   [     ]
    [5 5]   [7 4]   [9 7]", + "options": [ + "[7 7]", + "[8 5]", + "[5 9]", + "[6 7]", + "[9 5]", + "[7 9]", + "[9 7]", + "[8 7]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 15 + }, + { + "prompt": "[6 6]   [0 6]   [8 6]
    [8 0]   [6 0]   [0 0]
    [0 9]   [     ]   [6 9]", + "options": [ + "[9 8]", + "[3 2]", + "[8 6]", + "[8 9]", + "[9 0]", + "[6 0]", + "[0 0]", + "[8 8]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 16 + }, + { + "prompt": "[6 7]   [8 7]   [4 7]
    [     ]   [6 3]   [8 3]
    [8 5]   [4 5]   [6 5]", + "options": [ + "[3 4]", + "[4 3]", + "[4 4]", + "[2 5]", + "[8 5]", + "[5 3]", + "[8 6]", + "[6 3]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 17 + }, + { + "prompt": "[2 1]   [     ]   [8 0]
    [2 2]   [6 0]   [8 1]
    [2 0]   [6 1]   [8 2]", + "options": [ + "[1 6]", + "[8 1]", + "[6 1]", + "[2 0]", + "[0 3]", + "[6 2]", + "[2 6]", + "[0 7]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 18 + }, + { + "prompt": "[8 6]   [4 3]   [3 1]
    [8 1]   [     ]   [3 3]
    [8 3]   [4 1]   [3 6]", + "options": [ + "[3 6]", + "[3 3]", + "[4 1]", + "[8 1]", + "[3 1]", + "[1 8]", + "[5 6]", + "[4 6]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 19 + }, + { + "prompt": "[2 0]   [0 0]   [8 0]
    [0 1]   [8 1]   [2 1]
    [8 7]   [2 7]   [     ]", + "options": [ + "[9 7]", + "[0 0]", + "[0 7]", + "[6 2]", + "[7 0]", + "[2 7]", + "[8 1]", + "[8 0]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 20 + }, + { + "prompt": "[4 3]   [2 6]   [9 7]
    [4 7]   [2 3]   [     ]
    [4 6]   [2 7]   [9 3]", + "options": [ + "[6 9]", + "[7 9]", + "[2 6]", + "[6 7]", + "[5 7]", + "[9 6]", + "[5 9]", + "[3 4]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 21 + }, + { + "prompt": "[2 1]   [1 1]   [3 1]
    [1 7]   [3 7]   [2 7]
    [3 9]   [     ]   [1 9]", + "options": [ + "[9 3]", + "[2 9]", + "[1 0]", + "[9 2]", + "[1 3]", + "[3 9]", + "[2 7]", + "[4 9]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 22 + }, + { + "prompt": "[0 1]   [4 8]   [6 6]
    [0 6]   [4 1]   [6 8]
    [0 8]   [     ]   [6 1]", + "options": [ + "[4 6]", + "[5 1]", + "[5 6]", + "[6 4]", + "[6 8]", + "[8 1]", + "[0 6]", + "[8 6]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 23 + }, + { + "prompt": "[2 5]   [2 3]   [2 0]
    [9 0]   [9 5]   [     ]
    [8 3]   [8 0]   [8 5]", + "options": [ + "[9 7]", + "[0 2]", + "[9 3]", + "[0 9]", + "[4 1]", + "[9 0]", + "[3 1]", + "[9 5]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 24 + }, + { + "prompt": "[1 7]   [3 0]   [2 4]
    [2 7]   [1 0]   [     ]
    [3 7]   [2 0]   [1 4]", + "options": [ + "[2 0]", + "[5 3]", + "[1 0]", + "[3 5]", + "[0 2]", + "[3 4]", + "[4 3]", + "[3 2]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 25 + }, + { + "prompt": "[4 9]   [4 2]   [     ]
    [3 2]   [3 4]   [3 9]
    [5 4]   [5 9]   [5 2]", + "options": [ + "[7 1]", + "[2 4]", + "[9 5]", + "[2 3]", + "[8 5]", + "[5 4]", + "[4 4]", + "[5 2]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 26 + }, + { + "prompt": "[0 3]   [0 6]   [0 0]
    [1 6]   [1 0]   [     ]
    [8 0]   [8 3]   [8 6]", + "options": [ + "[0 1]", + "[0 6]", + "[1 3]", + "[1 2]", + "[3 6]", + "[8 6]", + "[1 0]", + "[9 3]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 27 + }, + { + "prompt": "[     ]   [8 4]   [0 5]
    [0 7]   [5 4]   [8 5]
    [8 7]   [0 4]   [5 5]", + "options": [ + "[3 7]", + "[3 9]", + "[5 7]", + "[5 8]", + "[3 6]", + "[5 3]", + "[4 0]", + "[3 5]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 28 + }, + { + "prompt": "[5 5]   [0 9]   [7 7]
    [     ]   [0 5]   [7 9]
    [5 9]   [0 7]   [7 5]", + "options": [ + "[5 7]", + "[5 5]", + "[7 7]", + "[5 9]", + "[3 5]", + "[9 7]", + "[3 7]", + "[4 9]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 29 + }, + { + "prompt": "[0 7]   [0 1]   [0 8]
    [3 1]   [3 8]   [3 7]
    [     ]   [8 7]   [8 1]", + "options": [ + "[7 0]", + "[8 8]", + "[0 8]", + "[7 7]", + "[7 8]", + "[3 7]", + "[0 7]", + "[5 7]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 30 + }, + { + "prompt": "[0 8]   [2 0]   [9 2]
    [0 2]   [2 8]   [9 0]
    [0 0]   [2 2]   [     ]", + "options": [ + "[9 1]", + "[4 6]", + "[9 8]", + "[9 2]", + "[2 7]", + "[0 0]", + "[0 4]", + "[0 8]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 31 + }, + { + "prompt": "[2 9]   [5 4]   [4 3]
    [5 9]   [     ]   [2 3]
    [4 9]   [2 4]   [5 3]", + "options": [ + "[6 4]", + "[4 6]", + "[2 4]", + "[2 7]", + "[2 9]", + "[5 3]", + "[9 2]", + "[4 4]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 32 + }, + { + "prompt": "[0 3]   [0 9]   [0 1]
    [5 9]   [5 1]   [5 3]
    [2 1]   [     ]   [2 9]", + "options": [ + "[6 4]", + "[2 3]", + "[2 1]", + "[5 3]", + "[0 1]", + "[5 1]", + "[7 9]", + "[3 2]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 33 + }, + { + "prompt": "[5 3]   [1 9]   [9 7]
    [5 9]   [1 7]   [9 3]
    [5 7]   [1 3]   [     ]", + "options": [ + "[9 3]", + "[1 9]", + "[5 7]", + "[7 1]", + "[7 9]", + "[9 7]", + "[9 9]", + "[5 9]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 34 + }, + { + "prompt": "[1 1]   [6 5]   [8 0]
    [1 0]   [     ]   [8 5]
    [1 5]   [6 0]   [8 1]", + "options": [ + "[5 0]", + "[0 5]", + "[6 1]", + "[8 0]", + "[1 0]", + "[5 1]", + "[2 5]", + "[8 1]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 35 + }, + { + "prompt": "[0 5]   [9 5]   [1 5]
    [1 9]   [     ]   [9 9]
    [9 3]   [1 3]   [0 3]", + "options": [ + "[7 9]", + "[5 8]", + "[9 0]", + "[0 5]", + "[5 1]", + "[0 9]", + "[8 6]", + "[0 1]" + ], + "correct": 5, + "correct_coords": "[1 1]", + "prob_ind": 36 + }, + { + "prompt": "[9 8]   [5 9]   [6 3]
    [6 8]   [9 9]   [5 3]
    [     ]   [6 9]   [9 3]", + "options": [ + "[7 8]", + "[6 9]", + "[5 8]", + "[9 8]", + "[7 9]", + "[6 8]", + "[8 5]", + "[9 7]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 37 + }, + { + "prompt": "[7 5]   [8 6]   [1 4]
    [1 5]   [7 6]   [8 4]
    [     ]   [1 6]   [7 4]", + "options": [ + "[7 7]", + "[2 6]", + "[8 5]", + "[4 8]", + "[5 7]", + "[8 3]", + "[9 6]", + "[9 5]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 38 + }, + { + "prompt": "[5 0]   [0 0]   [3 0]
    [0 8]   [3 8]   [5 8]
    [3 7]   [     ]   [0 7]", + "options": [ + "[5 8]", + "[5 7]", + "[3 8]", + "[0 8]", + "[8 3]", + "[0 3]", + "[3 9]", + "[8 0]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 39 + }, + { + "prompt": "[3 6]   [2 7]   [6 1]
    [     ]   [3 7]   [2 1]
    [2 6]   [6 7]   [3 1]", + "options": [ + "[9 4]", + "[1 1]", + "[6 6]", + "[2 1]", + "[9 1]", + "[4 9]", + "[7 3]", + "[9 3]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 40 + }, + { + "prompt": "[9 7]   [5 7]   [     ]
    [5 5]   [3 5]   [9 5]
    [3 2]   [9 2]   [5 2]", + "options": [ + "[1 7]", + "[9 7]", + "[3 7]", + "[6 8]", + "[7 1]", + "[5 5]", + "[9 5]", + "[7 3]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 41 + }, + { + "prompt": "[2 1]   [3 2]   [1 4]
    [2 4]   [3 1]   [     ]
    [2 2]   [3 4]   [1 1]", + "options": [ + "[9 2]", + "[1 2]", + "[2 1]", + "[1 4]", + "[3 0]", + "[2 7]", + "[2 9]", + "[2 4]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 42 + }, + { + "prompt": "[     ]   [0 0]   [6 1]
    [9 1]   [0 4]   [6 0]
    [9 0]   [0 1]   [6 4]", + "options": [ + "[9 4]", + "[8 4]", + "[0 1]", + "[5 2]", + "[1 4]", + "[4 9]", + "[2 5]", + "[0 6]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 43 + }, + { + "prompt": "[6 0]   [7 1]   [4 2]
    [7 0]   [4 1]   [6 2]
    [     ]   [6 1]   [7 2]", + "options": [ + "[7 0]", + "[2 7]", + "[0 7]", + "[4 0]", + "[1 4]", + "[0 4]", + "[1 6]", + "[1 7]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 44 + }, + { + "prompt": "[0 5]   [7 5]   [5 5]
    [5 2]   [     ]   [7 2]
    [7 8]   [5 8]   [0 8]", + "options": [ + "[0 5]", + "[2 0]", + "[5 5]", + "[8 2]", + "[6 2]", + "[5 2]", + "[0 2]", + "[5 0]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 45 + }, + { + "prompt": "[7 1]   [9 9]   [3 6]
    [7 9]   [9 6]   [3 1]
    [7 6]   [9 1]   [     ]", + "options": [ + "[8 8]", + "[6 6]", + "[6 8]", + "[6 3]", + "[3 8]", + "[3 6]", + "[3 9]", + "[9 3]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 46 + }, + { + "prompt": "[9 9]   [4 0]   [0 8]
    [0 9]   [     ]   [4 8]
    [4 9]   [0 0]   [9 8]", + "options": [ + "[9 8]", + "[0 0]", + "[0 9]", + "[2 8]", + "[8 2]", + "[9 9]", + "[9 1]", + "[9 0]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 47 + }, + { + "prompt": "[7 1]   [2 2]   [     ]
    [7 2]   [2 4]   [8 1]
    [7 4]   [2 1]   [8 2]", + "options": [ + "[8 0]", + "[2 1]", + "[8 4]", + "[2 4]", + "[2 3]", + "[7 1]", + "[1 7]", + "[8 3]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 48 + }, + { + "prompt": "[2 2]   [     ]   [0 2]
    [5 8]   [0 8]   [2 8]
    [0 0]   [2 0]   [5 0]", + "options": [ + "[5 2]", + "[2 8]", + "[2 7]", + "[0 8]", + "[2 9]", + "[2 5]", + "[2 0]", + "[2 1]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 49 + } + ], + "two_rule_comb2": [ + { + "prompt": "[0 9]   [1 9]   [2 9]
    [1 2]   [     ]   [3 2]
    [2 1]   [3 1]   [4 1]", + "options": [ + "[2 4]", + "[9 9]", + "[2 2]", + "[1 3]", + "[2 1]", + "[1 2]", + "[8 9]", + "[0 9]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 0 + }, + { + "prompt": "[7 0]   [     ]   [2 4]
    [7 2]   [8 4]   [2 6]
    [7 4]   [8 6]   [2 8]", + "options": [ + "[8 0]", + "[2 8]", + "[9 8]", + "[2 0]", + "[7 0]", + "[8 2]", + "[4 6]", + "[2 7]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 1 + }, + { + "prompt": "[1 1]   [8 2]   [7 3]
    [1 2]   [8 3]   [7 4]
    [1 3]   [8 4]   [     ]", + "options": [ + "[0 3]", + "[1 4]", + "[7 5]", + "[3 2]", + "[1 3]", + "[6 3]", + "[1 2]", + "[8 4]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 2 + }, + { + "prompt": "[3 1]   [3 3]   [     ]
    [1 3]   [1 5]   [1 7]
    [4 5]   [4 7]   [4 9]", + "options": [ + "[8 1]", + "[4 5]", + "[3 7]", + "[1 3]", + "[3 5]", + "[8 3]", + "[4 7]", + "[5 3]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 3 + }, + { + "prompt": "[0 1]   [1 1]   [2 1]
    [1 7]   [2 7]   [     ]
    [2 3]   [3 3]   [4 3]", + "options": [ + "[3 1]", + "[5 7]", + "[3 4]", + "[3 2]", + "[7 2]", + "[2 3]", + "[1 3]", + "[3 7]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 4 + }, + { + "prompt": "[9 4]   [7 7]   [5 0]
    [7 4]   [     ]   [3 0]
    [5 4]   [3 7]   [1 0]", + "options": [ + "[9 4]", + "[7 7]", + "[5 0]", + "[9 7]", + "[2 7]", + "[3 4]", + "[2 0]", + "[5 7]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 5 + }, + { + "prompt": "[2 8]   [8 7]   [5 6]
    [2 7]   [     ]   [5 5]
    [2 6]   [8 5]   [5 4]", + "options": [ + "[0 8]", + "[8 3]", + "[5 8]", + "[6 8]", + "[2 7]", + "[8 6]", + "[5 9]", + "[8 5]" + ], + "correct": 5, + "correct_coords": "[1 1]", + "prob_ind": 6 + }, + { + "prompt": "[9 4]   [7 5]   [5 6]
    [     ]   [5 5]   [3 6]
    [5 4]   [3 5]   [1 6]", + "options": [ + "[7 4]", + "[9 8]", + "[7 5]", + "[6 5]", + "[3 3]", + "[3 5]", + "[5 5]", + "[5 7]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 7 + }, + { + "prompt": "[3 0]   [3 2]   [3 4]
    [8 2]   [8 4]   [8 6]
    [5 4]   [5 6]   [     ]", + "options": [ + "[6 2]", + "[2 3]", + "[5 8]", + "[3 8]", + "[6 8]", + "[5 2]", + "[3 2]", + "[2 8]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 8 + }, + { + "prompt": "[8 7]   [7 4]   [6 1]
    [7 7]   [6 4]   [5 1]
    [     ]   [5 4]   [4 1]", + "options": [ + "[2 8]", + "[2 4]", + "[7 7]", + "[8 7]", + "[6 6]", + "[6 4]", + "[5 4]", + "[6 7]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 9 + }, + { + "prompt": "[4 7]   [5 3]   [     ]
    [5 7]   [6 3]   [7 0]
    [6 7]   [7 3]   [8 0]", + "options": [ + "[4 7]", + "[0 6]", + "[6 3]", + "[6 2]", + "[3 7]", + "[5 7]", + "[7 4]", + "[6 0]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 10 + }, + { + "prompt": "[8 0]   [6 5]   [4 2]
    [     ]   [4 5]   [2 2]
    [4 0]   [2 5]   [0 2]", + "options": [ + "[4 4]", + "[6 0]", + "[7 9]", + "[2 5]", + "[5 2]", + "[2 2]", + "[3 5]", + "[4 2]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 11 + }, + { + "prompt": "[7 9]   [7 7]   [7 5]
    [3 7]   [3 5]   [     ]
    [8 5]   [8 3]   [8 1]", + "options": [ + "[5 5]", + "[1 4]", + "[5 3]", + "[0 5]", + "[5 1]", + "[1 5]", + "[0 1]", + "[3 3]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 12 + }, + { + "prompt": "[5 7]   [4 3]   [3 8]
    [4 7]   [3 3]   [2 8]
    [3 7]   [     ]   [1 8]", + "options": [ + "[1 3]", + "[7 5]", + "[2 5]", + "[7 3]", + "[3 7]", + "[2 3]", + "[5 7]", + "[4 2]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 13 + }, + { + "prompt": "[6 8]   [4 6]   [2 4]
    [     ]   [4 4]   [2 2]
    [6 4]   [4 2]   [2 0]", + "options": [ + "[6 5]", + "[2 2]", + "[6 7]", + "[6 6]", + "[2 1]", + "[1 2]", + "[5 8]", + "[4 2]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 14 + }, + { + "prompt": "[6 9]   [6 8]   [6 7]
    [1 8]   [1 7]   [1 6]
    [5 7]   [     ]   [5 5]", + "options": [ + "[5 8]", + "[1 9]", + "[1 4]", + "[6 1]", + "[5 6]", + "[8 1]", + "[6 7]", + "[1 8]" + ], + "correct": 4, + "correct_coords": "[2 1]", + "prob_ind": 15 + }, + { + "prompt": "[5 1]   [4 7]   [3 2]
    [4 1]   [3 7]   [2 2]
    [3 1]   [2 7]   [     ]", + "options": [ + "[2 4]", + "[5 1]", + "[9 0]", + "[2 1]", + "[3 1]", + "[1 2]", + "[1 3]", + "[0 9]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 16 + }, + { + "prompt": "[4 9]   [3 9]   [2 9]
    [3 8]   [2 8]   [1 8]
    [2 6]   [1 6]   [     ]", + "options": [ + "[3 8]", + "[0 8]", + "[4 9]", + "[6 0]", + "[2 9]", + "[2 6]", + "[0 6]", + "[1 8]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 17 + }, + { + "prompt": "[6 9]   [5 9]   [4 9]
    [5 0]   [4 0]   [     ]
    [4 4]   [3 4]   [2 4]", + "options": [ + "[5 4]", + "[5 0]", + "[1 0]", + "[0 1]", + "[4 9]", + "[9 4]", + "[4 0]", + "[3 0]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 18 + }, + { + "prompt": "[0 7]   [8 6]   [5 5]
    [     ]   [8 5]   [5 4]
    [0 5]   [8 4]   [5 3]", + "options": [ + "[0 6]", + "[0 5]", + "[9 6]", + "[5 4]", + "[5 7]", + "[6 0]", + "[4 8]", + "[7 5]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 19 + }, + { + "prompt": "[8 4]   [6 4]   [4 4]
    [6 8]   [4 8]   [2 8]
    [4 2]   [     ]   [0 2]", + "options": [ + "[6 4]", + "[5 4]", + "[0 3]", + "[2 0]", + "[4 8]", + "[2 2]", + "[6 8]", + "[8 6]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 20 + }, + { + "prompt": "[1 3]   [3 3]   [5 3]
    [3 2]   [5 2]   [7 2]
    [5 8]   [7 8]   [     ]", + "options": [ + "[5 7]", + "[9 7]", + "[9 8]", + "[3 1]", + "[2 6]", + "[5 8]", + "[5 3]", + "[1 4]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 21 + }, + { + "prompt": "[     ]   [7 2]   [7 4]
    [5 2]   [5 4]   [5 6]
    [0 4]   [0 6]   [0 8]", + "options": [ + "[7 3]", + "[7 2]", + "[7 0]", + "[5 6]", + "[0 6]", + "[6 0]", + "[5 2]", + "[7 4]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 22 + }, + { + "prompt": "[6 3]   [5 1]   [4 8]
    [5 3]   [4 1]   [     ]
    [4 3]   [3 1]   [2 8]", + "options": [ + "[6 0]", + "[5 8]", + "[5 1]", + "[6 8]", + "[1 8]", + "[2 8]", + "[8 3]", + "[3 8]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 23 + }, + { + "prompt": "[5 0]   [8 2]   [1 4]
    [5 2]   [8 4]   [1 6]
    [5 4]   [     ]   [1 8]", + "options": [ + "[6 8]", + "[4 6]", + "[6 0]", + "[2 4]", + "[7 6]", + "[8 6]", + "[0 8]", + "[1 6]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 24 + }, + { + "prompt": "[1 0]   [3 9]   [5 7]
    [     ]   [5 9]   [7 7]
    [5 0]   [7 9]   [9 7]", + "options": [ + "[7 9]", + "[3 9]", + "[0 1]", + "[9 5]", + "[1 0]", + "[0 3]", + "[3 1]", + "[3 0]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 25 + }, + { + "prompt": "[     ]   [0 7]   [0 6]
    [2 7]   [2 6]   [2 5]
    [4 6]   [4 5]   [4 4]", + "options": [ + "[0 7]", + "[4 6]", + "[0 6]", + "[2 6]", + "[1 6]", + "[4 5]", + "[0 8]", + "[8 0]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 26 + }, + { + "prompt": "[8 6]   [8 5]   [8 4]
    [     ]   [1 4]   [1 3]
    [2 4]   [2 3]   [2 2]", + "options": [ + "[1 5]", + "[8 4]", + "[4 3]", + "[8 5]", + "[3 6]", + "[5 1]", + "[2 5]", + "[1 6]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 27 + }, + { + "prompt": "[0 3]   [     ]   [4 3]
    [2 2]   [4 2]   [6 2]
    [4 4]   [6 4]   [8 4]", + "options": [ + "[2 3]", + "[3 0]", + "[4 4]", + "[6 2]", + "[4 2]", + "[8 0]", + "[8 1]", + "[0 3]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 28 + }, + { + "prompt": "[8 6]   [6 3]   [4 8]
    [6 6]   [4 3]   [2 8]
    [4 6]   [2 3]   [     ]", + "options": [ + "[4 3]", + "[0 0]", + "[2 8]", + "[9 8]", + "[3 3]", + "[4 8]", + "[0 8]", + "[1 8]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 29 + }, + { + "prompt": "[1 0]   [3 3]   [5 1]
    [3 0]   [5 3]   [7 1]
    [5 0]   [     ]   [9 1]", + "options": [ + "[7 3]", + "[5 1]", + "[7 1]", + "[8 3]", + "[1 2]", + "[1 0]", + "[4 0]", + "[1 5]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 30 + }, + { + "prompt": "[9 7]   [3 6]   [     ]
    [9 6]   [3 5]   [2 4]
    [9 5]   [3 4]   [2 3]", + "options": [ + "[4 2]", + "[5 2]", + "[4 5]", + "[2 5]", + "[8 4]", + "[8 7]", + "[3 6]", + "[2 6]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 31 + }, + { + "prompt": "[4 9]   [7 7]   [1 5]
    [4 7]   [7 5]   [     ]
    [4 5]   [7 3]   [1 1]", + "options": [ + "[4 1]", + "[7 5]", + "[9 4]", + "[1 3]", + "[8 9]", + "[7 9]", + "[4 9]", + "[3 1]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 32 + }, + { + "prompt": "[1 2]   [3 5]   [5 9]
    [     ]   [5 5]   [7 9]
    [5 2]   [7 5]   [9 9]", + "options": [ + "[5 0]", + "[1 5]", + "[7 9]", + "[0 5]", + "[3 2]", + "[1 2]", + "[3 9]", + "[5 3]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 33 + }, + { + "prompt": "[5 7]   [6 7]   [7 7]
    [6 2]   [     ]   [8 2]
    [7 6]   [8 6]   [9 6]", + "options": [ + "[7 4]", + "[6 1]", + "[2 7]", + "[7 9]", + "[7 2]", + "[4 7]", + "[9 7]", + "[1 6]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 34 + }, + { + "prompt": "[     ]   [4 8]   [2 7]
    [8 8]   [4 7]   [2 6]
    [8 7]   [4 6]   [2 5]", + "options": [ + "[9 8]", + "[4 7]", + "[8 9]", + "[7 4]", + "[8 7]", + "[7 9]", + "[3 2]", + "[7 8]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 35 + }, + { + "prompt": "[0 6]   [1 5]   [7 4]
    [0 5]   [1 4]   [7 3]
    [0 4]   [1 3]   [     ]", + "options": [ + "[7 3]", + "[5 4]", + "[0 4]", + "[1 4]", + "[4 7]", + "[7 2]", + "[9 2]", + "[7 5]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 36 + }, + { + "prompt": "[5 5]   [     ]   [3 3]
    [4 5]   [3 0]   [2 3]
    [3 5]   [2 0]   [1 3]", + "options": [ + "[0 4]", + "[1 3]", + "[3 6]", + "[9 4]", + "[4 5]", + "[0 5]", + "[4 0]", + "[4 9]" + ], + "correct": 6, + "correct_coords": "[0 1]", + "prob_ind": 37 + }, + { + "prompt": "[3 3]   [4 3]   [5 3]
    [4 1]   [5 1]   [6 1]
    [     ]   [6 7]   [7 7]", + "options": [ + "[7 5]", + "[4 1]", + "[3 7]", + "[6 9]", + "[3 2]", + "[5 7]", + "[4 7]", + "[1 4]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 38 + }, + { + "prompt": "[8 5]   [6 5]   [4 5]
    [6 9]   [4 9]   [2 9]
    [4 2]   [     ]   [0 2]", + "options": [ + "[5 2]", + "[3 9]", + "[5 4]", + "[5 8]", + "[3 2]", + "[5 9]", + "[4 9]", + "[2 2]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 39 + }, + { + "prompt": "[5 5]   [3 4]   [0 3]
    [5 4]   [3 3]   [0 2]
    [5 3]   [     ]   [0 1]", + "options": [ + "[4 5]", + "[8 1]", + "[3 3]", + "[2 3]", + "[3 2]", + "[3 5]", + "[1 1]", + "[1 2]" + ], + "correct": 4, + "correct_coords": "[2 1]", + "prob_ind": 40 + }, + { + "prompt": "[2 4]   [3 2]   [4 6]
    [     ]   [4 2]   [5 6]
    [4 4]   [5 2]   [6 6]", + "options": [ + "[4 7]", + "[3 2]", + "[5 4]", + "[4 3]", + "[4 5]", + "[3 4]", + "[2 4]", + "[6 4]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 41 + }, + { + "prompt": "[0 8]   [4 6]   [5 4]
    [0 6]   [4 4]   [5 2]
    [0 4]   [4 2]   [     ]", + "options": [ + "[0 2]", + "[0 6]", + "[4 4]", + "[4 5]", + "[5 0]", + "[0 4]", + "[2 6]", + "[0 5]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 42 + }, + { + "prompt": "[5 0]   [6 5]   [7 2]
    [6 0]   [7 5]   [     ]
    [7 0]   [8 5]   [9 2]", + "options": [ + "[5 7]", + "[0 2]", + "[8 2]", + "[2 8]", + "[2 0]", + "[2 7]", + "[7 7]", + "[9 1]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 43 + }, + { + "prompt": "[3 6]   [     ]   [5 9]
    [4 6]   [5 8]   [6 9]
    [5 6]   [6 8]   [7 9]", + "options": [ + "[6 3]", + "[5 8]", + "[6 8]", + "[4 8]", + "[8 4]", + "[5 7]", + "[8 6]", + "[7 8]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 44 + }, + { + "prompt": "[     ]   [7 6]   [6 4]
    [7 8]   [6 6]   [5 4]
    [6 8]   [5 6]   [4 4]", + "options": [ + "[6 9]", + "[3 9]", + "[9 3]", + "[4 5]", + "[8 6]", + "[6 4]", + "[8 8]", + "[6 6]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 45 + }, + { + "prompt": "[0 3]   [1 0]   [2 5]
    [1 3]   [2 0]   [3 5]
    [2 3]   [3 0]   [     ]", + "options": [ + "[4 5]", + "[3 1]", + "[3 3]", + "[0 3]", + "[5 3]", + "[3 5]", + "[2 3]", + "[5 4]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 46 + }, + { + "prompt": "[1 1]   [1 3]   [1 5]
    [8 3]   [     ]   [8 7]
    [9 5]   [9 7]   [9 9]", + "options": [ + "[9 8]", + "[5 8]", + "[8 5]", + "[2 1]", + "[9 5]", + "[1 3]", + "[3 5]", + "[9 1]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 47 + }, + { + "prompt": "[8 8]   [6 3]   [4 5]
    [6 8]   [4 3]   [2 5]
    [4 8]   [     ]   [0 5]", + "options": [ + "[4 8]", + "[3 6]", + "[2 3]", + "[3 8]", + "[4 3]", + "[4 0]", + "[2 5]", + "[5 4]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 48 + }, + { + "prompt": "[8 1]   [9 2]   [4 3]
    [8 2]   [9 3]   [4 4]
    [8 3]   [9 4]   [     ]", + "options": [ + "[9 4]", + "[2 8]", + "[3 7]", + "[5 4]", + "[3 3]", + "[4 6]", + "[4 5]", + "[4 2]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 49 + } + ], + "two_rule_comb3": [ + { + "prompt": "[7 6]   [9 9]   [     ]
    [9 5]   [5 6]   [7 9]
    [5 9]   [7 5]   [9 6]", + "options": [ + "[2 1]", + "[3 9]", + "[6 7]", + "[9 9]", + "[9 5]", + "[7 5]", + "[5 1]", + "[5 5]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 0 + }, + { + "prompt": "[     ]   [3 4]   [6 8]
    [6 8]   [7 2]   [3 4]
    [3 4]   [6 8]   [7 2]", + "options": [ + "[6 8]", + "[3 3]", + "[8 6]", + "[8 8]", + "[5 2]", + "[6 4]", + "[7 2]", + "[6 2]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 1 + }, + { + "prompt": "[6 8]   [4 9]   [8 0]
    [8 9]   [6 0]   [     ]
    [4 0]   [8 8]   [6 9]", + "options": [ + "[4 9]", + "[4 6]", + "[9 8]", + "[8 8]", + "[0 0]", + "[4 8]", + "[0 6]", + "[6 0]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 2 + }, + { + "prompt": "[     ]   [0 9]   [5 1]
    [5 9]   [1 1]   [0 0]
    [0 1]   [5 0]   [1 9]", + "options": [ + "[8 0]", + "[8 1]", + "[1 0]", + "[0 0]", + "[9 0]", + "[5 0]", + "[1 1]", + "[5 9]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 3 + }, + { + "prompt": "[8 7]   [4 9]   [9 3]
    [9 3]   [8 7]   [4 9]
    [4 9]   [9 3]   [     ]", + "options": [ + "[9 8]", + "[8 6]", + "[8 9]", + "[8 7]", + "[6 7]", + "[6 4]", + "[7 8]", + "[2 8]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 4 + }, + { + "prompt": "[4 0]   [0 2]   [5 1]
    [5 2]   [4 1]   [0 0]
    [     ]   [5 0]   [4 2]", + "options": [ + "[5 0]", + "[4 1]", + "[0 1]", + "[1 4]", + "[5 1]", + "[5 2]", + "[7 2]", + "[2 5]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 5 + }, + { + "prompt": "[4 1]   [0 0]   [7 5]
    [0 5]   [7 1]   [     ]
    [7 0]   [4 5]   [0 1]", + "options": [ + "[2 0]", + "[1 7]", + "[2 6]", + "[4 0]", + "[8 5]", + "[7 1]", + "[0 5]", + "[0 4]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 6 + }, + { + "prompt": "[8 8]   [7 9]   [0 5]
    [0 9]   [8 5]   [     ]
    [7 5]   [0 8]   [8 9]", + "options": [ + "[5 7]", + "[7 7]", + "[8 7]", + "[5 8]", + "[0 7]", + "[7 8]", + "[0 5]", + "[8 6]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 7 + }, + { + "prompt": "[8 3]   [2 2]   [0 1]
    [0 2]   [     ]   [2 3]
    [2 1]   [0 3]   [8 2]", + "options": [ + "[8 1]", + "[0 4]", + "[1 4]", + "[1 8]", + "[0 1]", + "[2 2]", + "[7 8]", + "[0 6]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 8 + }, + { + "prompt": "[5 2]   [4 8]   [1 0]
    [1 0]   [     ]   [4 8]
    [4 8]   [1 0]   [5 2]", + "options": [ + "[5 2]", + "[3 4]", + "[4 8]", + "[8 4]", + "[4 0]", + "[1 9]", + "[2 5]", + "[4 5]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 9 + }, + { + "prompt": "[2 1]   [4 4]   [1 2]
    [4 4]   [1 2]   [2 1]
    [1 2]   [2 1]   [     ]", + "options": [ + "[4 4]", + "[4 5]", + "[1 1]", + "[0 2]", + "[1 2]", + "[9 3]", + "[8 1]", + "[2 1]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 10 + }, + { + "prompt": "[9 6]   [0 0]   [8 5]
    [8 0]   [9 5]   [0 6]
    [0 5]   [     ]   [9 0]", + "options": [ + "[0 5]", + "[0 6]", + "[0 1]", + "[3 5]", + "[6 0]", + "[0 0]", + "[9 8]", + "[8 6]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 11 + }, + { + "prompt": "[     ]   [3 4]   [6 0]
    [6 0]   [1 1]   [3 4]
    [3 4]   [6 0]   [1 1]", + "options": [ + "[2 8]", + "[8 2]", + "[1 1]", + "[8 7]", + "[8 8]", + "[3 8]", + "[8 0]", + "[3 4]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 12 + }, + { + "prompt": "[1 9]   [3 1]   [8 0]
    [3 0]   [8 9]   [1 1]
    [     ]   [1 0]   [3 9]", + "options": [ + "[3 8]", + "[7 1]", + "[5 9]", + "[1 8]", + "[3 9]", + "[3 1]", + "[0 1]", + "[8 1]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 13 + }, + { + "prompt": "[2 2]   [9 8]   [5 5]
    [5 5]   [2 2]   [9 8]
    [9 8]   [5 5]   [     ]", + "options": [ + "[2 4]", + "[3 7]", + "[9 5]", + "[8 9]", + "[0 8]", + "[2 2]", + "[9 8]", + "[5 5]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 14 + }, + { + "prompt": "[     ]   [2 7]   [8 0]
    [8 7]   [3 0]   [2 5]
    [2 0]   [8 5]   [3 7]", + "options": [ + "[3 0]", + "[8 0]", + "[8 3]", + "[9 0]", + "[2 7]", + "[2 9]", + "[5 2]", + "[3 5]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 15 + }, + { + "prompt": "[9 2]   [7 3]   [3 7]
    [7 7]   [3 2]   [9 3]
    [3 3]   [     ]   [7 2]", + "options": [ + "[0 3]", + "[7 2]", + "[2 7]", + "[0 1]", + "[7 3]", + "[7 9]", + "[9 7]", + "[3 9]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 16 + }, + { + "prompt": "[2 9]   [3 2]   [0 3]
    [0 2]   [2 3]   [3 9]
    [     ]   [0 9]   [2 2]", + "options": [ + "[4 7]", + "[6 8]", + "[5 9]", + "[5 2]", + "[3 0]", + "[3 9]", + "[2 9]", + "[3 3]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 17 + }, + { + "prompt": "[2 4]   [6 9]   [4 7]
    [6 9]   [     ]   [2 4]
    [4 7]   [2 4]   [6 9]", + "options": [ + "[6 9]", + "[4 0]", + "[6 0]", + "[4 8]", + "[2 9]", + "[7 2]", + "[7 4]", + "[4 7]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 18 + }, + { + "prompt": "[4 9]   [9 5]   [7 7]
    [9 7]   [7 9]   [4 5]
    [7 5]   [4 7]   [     ]", + "options": [ + "[4 0]", + "[7 4]", + "[1 6]", + "[9 9]", + "[8 9]", + "[9 4]", + "[0 4]", + "[4 5]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 19 + }, + { + "prompt": "[0 1]   [6 8]   [1 0]
    [6 0]   [1 1]   [0 8]
    [1 8]   [     ]   [6 1]", + "options": [ + "[1 6]", + "[1 0]", + "[1 1]", + "[8 1]", + "[0 1]", + "[1 7]", + "[0 4]", + "[0 0]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 20 + }, + { + "prompt": "[     ]   [1 9]   [9 7]
    [9 7]   [3 0]   [1 9]
    [1 9]   [9 7]   [3 0]", + "options": [ + "[9 9]", + "[0 9]", + "[9 1]", + "[9 0]", + "[3 0]", + "[9 7]", + "[1 7]", + "[7 9]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 21 + }, + { + "prompt": "[1 6]   [4 9]   [0 4]
    [0 9]   [1 4]   [4 6]
    [4 4]   [0 6]   [     ]", + "options": [ + "[3 9]", + "[9 6]", + "[4 7]", + "[3 0]", + "[0 9]", + "[1 9]", + "[1 8]", + "[9 8]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 22 + }, + { + "prompt": "[9 5]   [8 8]   [1 6]
    [8 8]   [1 6]   [     ]
    [1 6]   [9 5]   [8 8]", + "options": [ + "[2 6]", + "[5 6]", + "[9 0]", + "[8 6]", + "[9 5]", + "[6 8]", + "[8 8]", + "[1 6]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 23 + }, + { + "prompt": "[2 4]   [0 2]   [6 8]
    [6 8]   [2 4]   [0 2]
    [0 2]   [6 8]   [     ]", + "options": [ + "[9 7]", + "[3 4]", + "[2 4]", + "[4 3]", + "[0 2]", + "[6 8]", + "[1 4]", + "[6 2]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 24 + }, + { + "prompt": "[3 6]   [9 3]   [8 9]
    [8 9]   [     ]   [9 3]
    [9 3]   [8 9]   [3 6]", + "options": [ + "[2 5]", + "[7 3]", + "[3 5]", + "[2 8]", + "[9 3]", + "[1 8]", + "[3 6]", + "[9 8]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 25 + }, + { + "prompt": "[1 0]   [3 2]   [6 5]
    [3 2]   [6 5]   [1 0]
    [6 5]   [     ]   [3 2]", + "options": [ + "[3 2]", + "[6 4]", + "[1 2]", + "[6 5]", + "[7 0]", + "[2 3]", + "[8 2]", + "[1 0]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 26 + }, + { + "prompt": "[8 1]   [3 3]   [9 0]
    [3 3]   [     ]   [8 1]
    [9 0]   [8 1]   [3 3]", + "options": [ + "[9 0]", + "[0 9]", + "[1 8]", + "[7 2]", + "[9 9]", + "[3 3]", + "[0 3]", + "[0 0]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 27 + }, + { + "prompt": "[0 4]   [     ]   [1 9]
    [6 9]   [1 4]   [0 6]
    [1 6]   [0 9]   [6 4]", + "options": [ + "[4 9]", + "[7 6]", + "[8 6]", + "[6 6]", + "[0 6]", + "[4 0]", + "[1 9]", + "[6 9]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 28 + }, + { + "prompt": "[4 8]   [8 0]   [5 2]
    [5 2]   [4 8]   [     ]
    [8 0]   [5 2]   [4 8]", + "options": [ + "[7 9]", + "[5 1]", + "[5 2]", + "[4 8]", + "[0 8]", + "[9 0]", + "[8 0]", + "[2 5]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 29 + }, + { + "prompt": "[5 1]   [8 6]   [7 0]
    [7 0]   [5 1]   [8 6]
    [8 6]   [7 0]   [     ]", + "options": [ + "[5 1]", + "[0 7]", + "[6 8]", + "[1 5]", + "[1 7]", + "[7 0]", + "[6 6]", + "[7 6]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 30 + }, + { + "prompt": "[7 7]   [2 6]   [8 3]
    [2 6]   [8 3]   [     ]
    [8 3]   [7 7]   [2 6]", + "options": [ + "[3 8]", + "[5 8]", + "[7 7]", + "[1 3]", + "[1 8]", + "[8 3]", + "[1 9]", + "[3 0]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 31 + }, + { + "prompt": "[     ]   [9 3]   [8 5]
    [8 5]   [7 6]   [9 3]
    [9 3]   [8 5]   [7 6]", + "options": [ + "[6 7]", + "[9 3]", + "[7 6]", + "[8 6]", + "[9 5]", + "[8 3]", + "[9 4]", + "[3 6]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 32 + }, + { + "prompt": "[6 4]   [     ]   [2 0]
    [5 8]   [2 0]   [6 4]
    [2 0]   [6 4]   [5 8]", + "options": [ + "[2 4]", + "[5 8]", + "[1 4]", + "[6 4]", + "[9 4]", + "[4 8]", + "[3 0]", + "[3 8]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 33 + }, + { + "prompt": "[3 9]   [6 2]   [8 0]
    [     ]   [8 0]   [3 9]
    [8 0]   [3 9]   [6 2]", + "options": [ + "[9 3]", + "[3 9]", + "[6 2]", + "[4 0]", + "[6 3]", + "[8 0]", + "[8 9]", + "[2 6]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 34 + }, + { + "prompt": "[1 6]   [0 7]   [9 4]
    [0 4]   [9 6]   [1 7]
    [9 7]   [1 4]   [     ]", + "options": [ + "[6 0]", + "[5 9]", + "[9 3]", + "[1 6]", + "[3 2]", + "[0 6]", + "[6 1]", + "[9 5]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 35 + }, + { + "prompt": "[3 0]   [7 7]   [5 9]
    [5 7]   [3 9]   [7 0]
    [     ]   [5 0]   [3 7]", + "options": [ + "[3 0]", + "[9 7]", + "[6 9]", + "[5 0]", + "[7 9]", + "[0 5]", + "[5 9]", + "[7 7]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 36 + }, + { + "prompt": "[6 0]   [2 8]   [7 6]
    [     ]   [6 0]   [2 8]
    [2 8]   [7 6]   [6 0]", + "options": [ + "[4 8]", + "[8 2]", + "[5 6]", + "[6 8]", + "[2 8]", + "[8 8]", + "[3 8]", + "[7 6]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 37 + }, + { + "prompt": "[8 1]   [5 7]   [6 2]
    [     ]   [6 2]   [8 1]
    [6 2]   [8 1]   [5 7]", + "options": [ + "[7 7]", + "[7 5]", + "[6 2]", + "[1 8]", + "[4 2]", + "[5 7]", + "[8 9]", + "[8 1]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 38 + }, + { + "prompt": "[0 6]   [6 7]   [7 3]
    [7 3]   [0 6]   [6 7]
    [6 7]   [     ]   [0 6]", + "options": [ + "[7 2]", + "[7 5]", + "[5 7]", + "[7 3]", + "[3 7]", + "[6 7]", + "[9 4]", + "[6 0]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 39 + }, + { + "prompt": "[5 6]   [6 7]   [9 9]
    [9 9]   [5 6]   [6 7]
    [     ]   [9 9]   [5 6]", + "options": [ + "[8 4]", + "[5 6]", + "[8 7]", + "[9 7]", + "[6 7]", + "[7 6]", + "[9 9]", + "[7 9]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 40 + }, + { + "prompt": "[4 1]   [     ]   [7 8]
    [1 7]   [7 8]   [4 1]
    [7 8]   [4 1]   [1 7]", + "options": [ + "[8 7]", + "[4 1]", + "[7 8]", + "[1 7]", + "[2 7]", + "[9 8]", + "[7 6]", + "[7 1]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 41 + }, + { + "prompt": "[     ]   [0 8]   [7 2]
    [7 8]   [9 2]   [0 9]
    [0 2]   [7 9]   [9 8]", + "options": [ + "[1 8]", + "[9 0]", + "[9 8]", + "[8 8]", + "[8 9]", + "[9 9]", + "[2 7]", + "[6 7]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 42 + }, + { + "prompt": "[     ]   [6 8]   [0 5]
    [6 8]   [0 5]   [9 6]
    [0 5]   [9 6]   [6 8]", + "options": [ + "[5 4]", + "[6 9]", + "[9 7]", + "[6 8]", + "[9 6]", + "[8 6]", + "[7 9]", + "[0 5]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 43 + }, + { + "prompt": "[5 5]   [0 6]   [4 7]
    [4 6]   [5 7]   [0 5]
    [     ]   [4 5]   [5 6]", + "options": [ + "[0 6]", + "[0 7]", + "[0 5]", + "[1 3]", + "[7 2]", + "[7 0]", + "[7 4]", + "[0 8]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 44 + }, + { + "prompt": "[0 2]   [5 5]   [4 6]
    [5 5]   [4 6]   [0 2]
    [4 6]   [0 2]   [     ]", + "options": [ + "[5 5]", + "[3 6]", + "[6 4]", + "[0 2]", + "[0 0]", + "[5 6]", + "[4 2]", + "[4 6]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 45 + }, + { + "prompt": "[8 9]   [2 7]   [7 1]
    [7 1]   [8 9]   [2 7]
    [2 7]   [     ]   [8 9]", + "options": [ + "[7 2]", + "[6 2]", + "[1 7]", + "[7 1]", + "[3 6]", + "[5 2]", + "[2 6]", + "[4 7]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 46 + }, + { + "prompt": "[6 1]   [7 0]   [3 2]
    [3 2]   [6 1]   [7 0]
    [7 0]   [     ]   [6 1]", + "options": [ + "[6 0]", + "[5 2]", + "[6 1]", + "[1 7]", + "[7 3]", + "[9 0]", + "[3 2]", + "[7 1]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 47 + }, + { + "prompt": "[3 7]   [5 3]   [7 9]
    [7 3]   [3 9]   [5 7]
    [5 9]   [7 7]   [     ]", + "options": [ + "[3 5]", + "[0 2]", + "[2 3]", + "[3 2]", + "[3 3]", + "[7 7]", + "[3 9]", + "[0 5]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 48 + }, + { + "prompt": "[5 8]   [6 2]   [0 4]
    [0 2]   [5 4]   [6 8]
    [     ]   [0 8]   [5 2]", + "options": [ + "[5 4]", + "[4 6]", + "[6 5]", + "[6 4]", + "[6 2]", + "[5 5]", + "[4 3]", + "[4 8]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 49 + } + ], + "two_rule_comb4": [ + { + "prompt": "[9 7]   [     ]   [1 5]
    [5 6]   [1 5]   [9 4]
    [1 5]   [9 4]   [5 3]", + "options": [ + "[5 9]", + "[7 9]", + "[6 5]", + "[5 6]", + "[5 5]", + "[1 5]", + "[7 6]", + "[7 8]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 0 + }, + { + "prompt": "[8 8]   [6 7]   [9 6]
    [9 7]   [8 6]   [6 5]
    [6 6]   [9 5]   [     ]", + "options": [ + "[8 0]", + "[8 3]", + "[8 5]", + "[8 2]", + "[8 1]", + "[7 5]", + "[4 8]", + "[8 4]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 1 + }, + { + "prompt": "[9 6]   [8 1]   [     ]
    [8 2]   [7 6]   [6 1]
    [7 1]   [6 2]   [5 6]", + "options": [ + "[8 0]", + "[9 7]", + "[3 2]", + "[5 2]", + "[1 7]", + "[2 7]", + "[8 2]", + "[7 2]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 2 + }, + { + "prompt": "[9 0]   [7 9]   [5 2]
    [7 9]   [5 2]   [3 0]
    [5 2]   [3 0]   [     ]", + "options": [ + "[2 5]", + "[0 1]", + "[7 9]", + "[5 2]", + "[9 1]", + "[5 9]", + "[1 9]", + "[0 3]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 3 + }, + { + "prompt": "[9 0]   [8 1]   [7 4]
    [8 4]   [7 0]   [6 1]
    [     ]   [6 4]   [5 0]", + "options": [ + "[8 0]", + "[0 7]", + "[7 0]", + "[7 1]", + "[7 3]", + "[0 4]", + "[7 2]", + "[9 3]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 4 + }, + { + "prompt": "[9 8]   [6 6]   [1 4]
    [1 6]   [9 4]   [6 2]
    [6 4]   [     ]   [9 0]", + "options": [ + "[9 4]", + "[2 6]", + "[6 4]", + "[6 2]", + "[2 1]", + "[6 3]", + "[1 2]", + "[6 5]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 5 + }, + { + "prompt": "[6 5]   [9 6]   [4 7]
    [9 6]   [4 7]   [     ]
    [4 7]   [6 8]   [9 9]", + "options": [ + "[5 8]", + "[4 7]", + "[6 6]", + "[6 7]", + "[9 6]", + "[6 8]", + "[7 4]", + "[6 9]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 6 + }, + { + "prompt": "[2 5]   [1 4]   [7 3]
    [7 4]   [2 3]   [1 2]
    [1 3]   [     ]   [2 1]", + "options": [ + "[8 0]", + "[1 4]", + "[8 1]", + "[2 7]", + "[4 1]", + "[7 4]", + "[7 2]", + "[2 9]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 7 + }, + { + "prompt": "[5 6]   [6 3]   [7 8]
    [6 8]   [     ]   [8 3]
    [7 3]   [8 8]   [9 6]", + "options": [ + "[7 6]", + "[5 4]", + "[8 8]", + "[8 3]", + "[0 3]", + "[5 0]", + "[8 5]", + "[6 7]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 8 + }, + { + "prompt": "[8 5]   [     ]   [4 7]
    [4 6]   [8 7]   [3 8]
    [3 7]   [4 8]   [8 9]", + "options": [ + "[8 3]", + "[4 5]", + "[0 5]", + "[5 0]", + "[6 4]", + "[8 4]", + "[8 8]", + "[3 6]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 9 + }, + { + "prompt": "[2 0]   [3 6]   [4 7]
    [3 6]   [     ]   [5 0]
    [4 7]   [5 0]   [6 6]", + "options": [ + "[3 4]", + "[6 3]", + "[1 6]", + "[3 6]", + "[2 6]", + "[6 7]", + "[7 6]", + "[4 7]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 10 + }, + { + "prompt": "[2 7]   [3 0]   [4 3]
    [3 3]   [4 7]   [     ]
    [4 0]   [5 3]   [6 7]", + "options": [ + "[4 2]", + "[2 0]", + "[5 0]", + "[2 5]", + "[5 3]", + "[5 9]", + "[0 5]", + "[4 3]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 11 + }, + { + "prompt": "[4 8]   [     ]   [2 4]
    [3 4]   [2 8]   [1 1]
    [2 1]   [1 4]   [0 8]", + "options": [ + "[4 1]", + "[2 4]", + "[1 1]", + "[4 2]", + "[3 1]", + "[3 9]", + "[3 4]", + "[3 6]" + ], + "correct": 4, + "correct_coords": "[0 1]", + "prob_ind": 12 + }, + { + "prompt": "[7 6]   [6 7]   [5 8]
    [6 8]   [     ]   [4 7]
    [5 7]   [4 8]   [3 6]", + "options": [ + "[4 7]", + "[5 6]", + "[4 5]", + "[6 5]", + "[6 7]", + "[5 4]", + "[7 7]", + "[7 5]" + ], + "correct": 1, + "correct_coords": "[1 1]", + "prob_ind": 13 + }, + { + "prompt": "[0 0]   [1 8]   [2 7]
    [1 7]   [     ]   [3 8]
    [2 8]   [3 7]   [4 0]", + "options": [ + "[1 7]", + "[3 7]", + "[2 2]", + "[9 8]", + "[2 0]", + "[2 9]", + "[2 8]", + "[0 0]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 14 + }, + { + "prompt": "[1 4]   [9 3]   [5 2]
    [5 3]   [     ]   [9 1]
    [9 2]   [5 1]   [1 0]", + "options": [ + "[0 5]", + "[9 1]", + "[5 0]", + "[1 2]", + "[9 2]", + "[9 4]", + "[1 3]", + "[5 1]" + ], + "correct": 3, + "correct_coords": "[1 1]", + "prob_ind": 15 + }, + { + "prompt": "[6 9]   [5 7]   [4 5]
    [     ]   [4 9]   [3 7]
    [4 7]   [3 5]   [2 9]", + "options": [ + "[3 4]", + "[5 6]", + "[8 6]", + "[9 3]", + "[6 8]", + "[5 5]", + "[3 9]", + "[7 4]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 16 + }, + { + "prompt": "[5 1]   [6 3]   [     ]
    [6 3]   [0 5]   [5 7]
    [0 5]   [5 7]   [6 9]", + "options": [ + "[6 1]", + "[0 3]", + "[7 5]", + "[5 7]", + "[2 3]", + "[0 5]", + "[5 0]", + "[3 6]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 17 + }, + { + "prompt": "[8 5]   [9 6]   [0 7]
    [0 6]   [8 7]   [9 8]
    [9 7]   [0 8]   [     ]", + "options": [ + "[8 9]", + "[9 9]", + "[8 3]", + "[9 8]", + "[5 9]", + "[1 2]", + "[9 2]", + "[7 7]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 18 + }, + { + "prompt": "[2 7]   [     ]   [3 5]
    [6 6]   [3 5]   [2 4]
    [3 5]   [2 4]   [6 3]", + "options": [ + "[1 9]", + "[3 4]", + "[9 1]", + "[2 9]", + "[1 4]", + "[2 4]", + "[3 5]", + "[6 6]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 19 + }, + { + "prompt": "[0 1]   [9 2]   [7 3]
    [9 2]   [7 3]   [0 4]
    [     ]   [0 4]   [9 5]", + "options": [ + "[7 3]", + "[4 0]", + "[4 4]", + "[8 4]", + "[0 4]", + "[7 2]", + "[3 7]", + "[8 2]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 20 + }, + { + "prompt": "[7 8]   [8 6]   [1 4]
    [1 6]   [7 4]   [8 2]
    [8 4]   [1 2]   [     ]", + "options": [ + "[8 7]", + "[7 1]", + "[6 1]", + "[1 2]", + "[0 1]", + "[7 0]", + "[5 1]", + "[5 0]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 21 + }, + { + "prompt": "[     ]   [2 6]   [7 5]
    [7 6]   [1 5]   [2 4]
    [2 5]   [7 4]   [1 3]", + "options": [ + "[7 1]", + "[1 5]", + "[1 7]", + "[5 1]", + "[2 7]", + "[3 7]", + "[7 4]", + "[1 9]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 22 + }, + { + "prompt": "[     ]   [6 6]   [1 5]
    [1 6]   [2 5]   [6 4]
    [6 5]   [1 4]   [2 3]", + "options": [ + "[2 7]", + "[6 6]", + "[5 4]", + "[7 2]", + "[9 6]", + "[4 5]", + "[6 4]", + "[3 7]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 23 + }, + { + "prompt": "[     ]   [3 5]   [5 6]
    [3 5]   [5 6]   [8 7]
    [5 6]   [8 7]   [3 8]", + "options": [ + "[8 4]", + "[8 0]", + "[8 6]", + "[5 7]", + "[6 7]", + "[6 5]", + "[1 7]", + "[4 8]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 24 + }, + { + "prompt": "[9 2]   [0 3]   [     ]
    [7 3]   [9 4]   [0 5]
    [0 4]   [7 5]   [9 6]", + "options": [ + "[3 7]", + "[3 0]", + "[7 4]", + "[9 2]", + "[0 3]", + "[7 3]", + "[9 5]", + "[4 7]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 25 + }, + { + "prompt": "[7 0]   [6 9]   [5 1]
    [6 9]   [5 1]   [4 0]
    [     ]   [4 0]   [3 9]", + "options": [ + "[5 1]", + "[5 9]", + "[6 1]", + "[1 9]", + "[7 0]", + "[4 0]", + "[6 9]", + "[9 5]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 26 + }, + { + "prompt": "[1 9]   [2 8]   [3 4]
    [2 4]   [3 9]   [4 8]
    [     ]   [4 4]   [5 9]", + "options": [ + "[6 1]", + "[3 8]", + "[5 8]", + "[5 1]", + "[9 1]", + "[4 8]", + "[8 5]", + "[4 9]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 27 + }, + { + "prompt": "[2 9]   [1 8]   [3 7]
    [1 8]   [3 7]   [2 6]
    [     ]   [2 6]   [1 5]", + "options": [ + "[3 7]", + "[6 2]", + "[1 9]", + "[1 8]", + "[0 8]", + "[8 1]", + "[7 3]", + "[1 5]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 28 + }, + { + "prompt": "[4 1]   [1 2]   [9 3]
    [     ]   [4 3]   [1 4]
    [1 3]   [9 4]   [4 5]", + "options": [ + "[1 3]", + "[8 8]", + "[2 9]", + "[2 8]", + "[8 2]", + "[9 2]", + "[1 4]", + "[3 4]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 29 + }, + { + "prompt": "[6 9]   [7 7]   [2 5]
    [2 7]   [6 5]   [7 3]
    [7 5]   [2 3]   [     ]", + "options": [ + "[7 2]", + "[1 6]", + "[3 0]", + "[6 2]", + "[0 3]", + "[6 0]", + "[7 7]", + "[6 1]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 30 + }, + { + "prompt": "[1 3]   [3 4]   [5 0]
    [3 0]   [5 3]   [7 4]
    [     ]   [7 0]   [9 3]", + "options": [ + "[3 4]", + "[7 8]", + "[5 4]", + "[6 4]", + "[6 5]", + "[5 0]", + "[4 7]", + "[4 5]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 31 + }, + { + "prompt": "[9 8]   [     ]   [5 2]
    [7 7]   [5 2]   [3 8]
    [5 2]   [3 8]   [1 7]", + "options": [ + "[7 5]", + "[5 7]", + "[5 2]", + "[2 5]", + "[4 6]", + "[2 7]", + "[7 7]", + "[1 5]" + ], + "correct": 6, + "correct_coords": "[0 1]", + "prob_ind": 32 + }, + { + "prompt": "[1 1]   [2 0]   [3 8]
    [2 0]   [3 8]   [4 1]
    [     ]   [4 1]   [5 0]", + "options": [ + "[4 1]", + "[2 0]", + "[6 8]", + "[3 8]", + "[2 1]", + "[1 4]", + "[4 9]", + "[5 8]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 33 + }, + { + "prompt": "[6 9]   [4 7]   [1 5]
    [4 7]   [1 5]   [6 3]
    [     ]   [6 3]   [4 1]", + "options": [ + "[6 7]", + "[6 3]", + "[5 3]", + "[5 7]", + "[4 9]", + "[3 5]", + "[1 5]", + "[6 9]" + ], + "correct": 6, + "correct_coords": "[2 0]", + "prob_ind": 34 + }, + { + "prompt": "[3 0]   [8 2]   [     ]
    [8 2]   [5 4]   [3 6]
    [5 4]   [3 6]   [8 8]", + "options": [ + "[8 0]", + "[6 3]", + "[2 8]", + "[1 2]", + "[5 4]", + "[6 0]", + "[6 6]", + "[3 6]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 35 + }, + { + "prompt": "[0 0]   [4 2]   [3 4]
    [3 2]   [0 4]   [     ]
    [4 4]   [3 6]   [0 8]", + "options": [ + "[0 6]", + "[6 3]", + "[3 8]", + "[6 4]", + "[3 6]", + "[4 6]", + "[4 0]", + "[0 4]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 36 + }, + { + "prompt": "[0 4]   [9 3]   [3 2]
    [3 3]   [0 2]   [9 1]
    [9 2]   [     ]   [0 0]", + "options": [ + "[1 3]", + "[0 2]", + "[3 3]", + "[3 1]", + "[3 0]", + "[2 3]", + "[2 2]", + "[1 9]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 37 + }, + { + "prompt": "[4 7]   [3 1]   [2 5]
    [3 5]   [2 7]   [1 1]
    [2 1]   [     ]   [0 7]", + "options": [ + "[3 4]", + "[4 3]", + "[3 5]", + "[6 7]", + "[7 4]", + "[1 5]", + "[3 7]", + "[4 5]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 38 + }, + { + "prompt": "[6 3]   [5 8]   [4 7]
    [     ]   [4 3]   [3 8]
    [4 8]   [3 7]   [2 3]", + "options": [ + "[7 6]", + "[5 6]", + "[3 7]", + "[6 6]", + "[7 5]", + "[5 7]", + "[6 5]", + "[4 7]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 39 + }, + { + "prompt": "[2 2]   [     ]   [0 4]
    [0 3]   [2 4]   [3 5]
    [3 4]   [0 5]   [2 6]", + "options": [ + "[3 3]", + "[4 0]", + "[6 5]", + "[2 1]", + "[4 3]", + "[2 5]", + "[3 0]", + "[3 1]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 40 + }, + { + "prompt": "[0 6]   [     ]   [4 3]
    [2 7]   [4 3]   [6 6]
    [4 3]   [6 6]   [8 7]", + "options": [ + "[3 6]", + "[4 3]", + "[6 6]", + "[6 8]", + "[2 7]", + "[0 6]", + "[8 3]", + "[3 9]" + ], + "correct": 4, + "correct_coords": "[0 1]", + "prob_ind": 41 + }, + { + "prompt": "[9 0]   [7 1]   [     ]
    [7 1]   [5 3]   [3 0]
    [5 3]   [3 0]   [1 1]", + "options": [ + "[1 0]", + "[5 2]", + "[7 1]", + "[1 9]", + "[1 7]", + "[0 9]", + "[9 1]", + "[5 3]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 42 + }, + { + "prompt": "[5 6]   [6 0]   [7 2]
    [6 2]   [7 6]   [8 0]
    [7 0]   [     ]   [9 6]", + "options": [ + "[0 7]", + "[8 0]", + "[7 3]", + "[7 0]", + "[0 0]", + "[8 2]", + "[2 8]", + "[6 7]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 43 + }, + { + "prompt": "[9 8]   [3 7]   [6 6]
    [6 7]   [9 6]   [     ]
    [3 6]   [6 5]   [9 4]", + "options": [ + "[4 3]", + "[6 5]", + "[6 7]", + "[6 3]", + "[6 8]", + "[4 5]", + "[3 3]", + "[3 5]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 44 + }, + { + "prompt": "[4 8]   [3 0]   [2 2]
    [3 2]   [2 8]   [1 0]
    [2 0]   [     ]   [0 8]", + "options": [ + "[8 0]", + "[8 2]", + "[1 2]", + "[2 1]", + "[4 0]", + "[2 2]", + "[3 0]", + "[6 0]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 45 + }, + { + "prompt": "[6 0]   [7 2]   [3 4]
    [7 2]   [3 4]   [6 6]
    [3 4]   [     ]   [7 8]", + "options": [ + "[1 1]", + "[4 0]", + "[1 2]", + "[6 7]", + "[3 4]", + "[6 6]", + "[4 3]", + "[4 4]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 46 + }, + { + "prompt": "[5 3]   [8 4]   [6 5]
    [8 4]   [6 5]   [5 6]
    [     ]   [5 6]   [8 7]", + "options": [ + "[5 7]", + "[8 6]", + "[4 5]", + "[4 8]", + "[7 3]", + "[7 5]", + "[6 5]", + "[5 6]" + ], + "correct": 6, + "correct_coords": "[2 0]", + "prob_ind": 47 + }, + { + "prompt": "[1 4]   [3 0]   [     ]
    [3 1]   [5 4]   [7 0]
    [5 0]   [7 1]   [9 4]", + "options": [ + "[1 4]", + "[2 4]", + "[7 1]", + "[7 0]", + "[7 3]", + "[7 2]", + "[4 2]", + "[5 1]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 48 + }, + { + "prompt": "[9 3]   [     ]   [2 5]
    [2 4]   [9 5]   [8 6]
    [8 5]   [2 6]   [9 7]", + "options": [ + "[2 4]", + "[8 4]", + "[9 6]", + "[5 2]", + "[7 8]", + "[3 6]", + "[5 8]", + "[9 7]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 49 + } + ], + "two_rule_comb5": [ + { + "prompt": "[4 0]   [5 1]   [6 2]
    [5 1]   [6 2]   [7 3]
    [6 2]   [     ]   [8 4]", + "options": [ + "[5 3]", + "[7 2]", + "[3 5]", + "[3 7]", + "[8 3]", + "[0 4]", + "[6 2]", + "[7 3]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 0 + }, + { + "prompt": "[0 3]   [1 4]   [2 5]
    [1 4]   [2 5]   [3 6]
    [2 5]   [3 6]   [     ]", + "options": [ + "[3 0]", + "[5 4]", + "[5 2]", + "[2 5]", + "[4 5]", + "[4 7]", + "[5 7]", + "[1 4]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 1 + }, + { + "prompt": "[1 9]   [2 8]   [3 7]
    [2 8]   [3 7]   [     ]
    [3 7]   [4 6]   [5 5]", + "options": [ + "[7 3]", + "[4 6]", + "[8 9]", + "[0 2]", + "[3 7]", + "[4 8]", + "[3 0]", + "[2 0]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 2 + }, + { + "prompt": "[4 0]   [3 1]   [     ]
    [3 1]   [2 2]   [1 3]
    [2 2]   [1 3]   [0 4]", + "options": [ + "[3 6]", + "[1 3]", + "[2 1]", + "[0 4]", + "[2 4]", + "[1 2]", + "[0 2]", + "[2 2]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 3 + }, + { + "prompt": "[8 0]   [6 1]   [4 2]
    [6 1]   [4 2]   [2 3]
    [     ]   [2 3]   [0 4]", + "options": [ + "[2 3]", + "[6 3]", + "[8 1]", + "[1 6]", + "[4 2]", + "[6 1]", + "[2 2]", + "[2 4]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 4 + }, + { + "prompt": "[5 9]   [6 7]   [7 5]
    [6 7]   [7 5]   [8 3]
    [7 5]   [     ]   [9 1]", + "options": [ + "[3 8]", + "[7 3]", + "[9 5]", + "[7 5]", + "[8 5]", + "[5 8]", + "[6 7]", + "[8 3]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 5 + }, + { + "prompt": "[1 8]   [     ]   [5 6]
    [3 7]   [5 6]   [7 5]
    [5 6]   [7 5]   [9 4]", + "options": [ + "[5 5]", + "[7 5]", + "[4 6]", + "[7 3]", + "[6 5]", + "[3 7]", + "[4 7]", + "[5 6]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 6 + }, + { + "prompt": "[1 7]   [     ]   [3 5]
    [2 6]   [3 5]   [4 4]
    [3 5]   [4 4]   [5 3]", + "options": [ + "[6 8]", + "[5 3]", + "[2 6]", + "[6 2]", + "[4 4]", + "[8 6]", + "[6 9]", + "[3 6]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 7 + }, + { + "prompt": "[7 9]   [6 7]   [5 5]
    [6 7]   [5 5]   [4 3]
    [     ]   [4 3]   [3 1]", + "options": [ + "[4 3]", + "[7 0]", + "[2 1]", + "[5 5]", + "[0 7]", + "[0 0]", + "[7 5]", + "[6 3]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 8 + }, + { + "prompt": "[4 9]   [3 8]   [2 7]
    [3 8]   [     ]   [1 6]
    [2 7]   [1 6]   [0 5]", + "options": [ + "[3 8]", + "[9 7]", + "[2 7]", + "[2 8]", + "[1 7]", + "[1 3]", + "[9 6]", + "[1 4]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 9 + }, + { + "prompt": "[5 2]   [6 3]   [7 4]
    [6 3]   [7 4]   [8 5]
    [7 4]   [8 5]   [     ]", + "options": [ + "[9 6]", + "[4 7]", + "[5 3]", + "[6 9]", + "[9 5]", + "[7 3]", + "[6 4]", + "[7 4]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 10 + }, + { + "prompt": "[9 0]   [8 2]   [7 4]
    [8 2]   [7 4]   [     ]
    [7 4]   [6 6]   [5 8]", + "options": [ + "[6 6]", + "[6 5]", + "[4 5]", + "[7 4]", + "[8 6]", + "[6 1]", + "[5 4]", + "[2 8]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 11 + }, + { + "prompt": "[     ]   [6 5]   [5 6]
    [6 5]   [5 6]   [4 7]
    [5 6]   [4 7]   [3 8]", + "options": [ + "[2 4]", + "[7 4]", + "[5 6]", + "[5 7]", + "[7 5]", + "[6 5]", + "[6 6]", + "[6 7]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 12 + }, + { + "prompt": "[3 5]   [4 4]   [5 3]
    [4 4]   [5 3]   [6 2]
    [5 3]   [     ]   [7 1]", + "options": [ + "[2 1]", + "[3 5]", + "[6 2]", + "[4 4]", + "[5 3]", + "[5 4]", + "[6 0]", + "[2 6]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 13 + }, + { + "prompt": "[9 5]   [8 4]   [7 3]
    [8 4]   [7 3]   [6 2]
    [7 3]   [     ]   [5 1]", + "options": [ + "[5 9]", + "[9 5]", + "[1 3]", + "[2 6]", + "[6 2]", + "[6 4]", + "[9 3]", + "[7 3]" + ], + "correct": 4, + "correct_coords": "[2 1]", + "prob_ind": 14 + }, + { + "prompt": "[4 9]   [3 7]   [2 5]
    [     ]   [2 5]   [1 3]
    [2 5]   [1 3]   [0 1]", + "options": [ + "[3 9]", + "[7 3]", + "[9 2]", + "[2 9]", + "[2 5]", + "[1 3]", + "[3 7]", + "[3 5]" + ], + "correct": 6, + "correct_coords": "[1 0]", + "prob_ind": 15 + }, + { + "prompt": "[8 4]   [7 5]   [6 6]
    [     ]   [6 6]   [5 7]
    [6 6]   [5 7]   [4 8]", + "options": [ + "[6 6]", + "[2 0]", + "[7 4]", + "[6 7]", + "[7 6]", + "[7 5]", + "[7 3]", + "[5 7]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 16 + }, + { + "prompt": "[0 1]   [2 2]   [4 3]
    [2 2]   [     ]   [6 4]
    [4 3]   [6 4]   [8 5]", + "options": [ + "[1 1]", + "[2 3]", + "[2 0]", + "[4 4]", + "[4 3]", + "[4 5]", + "[9 3]", + "[2 2]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 17 + }, + { + "prompt": "[0 9]   [2 7]   [4 5]
    [2 7]   [4 5]   [6 3]
    [     ]   [6 3]   [8 1]", + "options": [ + "[7 2]", + "[3 7]", + "[4 5]", + "[5 7]", + "[7 0]", + "[6 5]", + "[2 7]", + "[6 3]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 18 + }, + { + "prompt": "[8 5]   [7 6]   [6 7]
    [7 6]   [6 7]   [5 8]
    [6 7]   [     ]   [4 9]", + "options": [ + "[2 7]", + "[6 3]", + "[1 3]", + "[6 4]", + "[8 7]", + "[4 7]", + "[5 8]", + "[8 5]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 19 + }, + { + "prompt": "[9 7]   [8 6]   [7 5]
    [8 6]   [7 5]   [6 4]
    [7 5]   [6 4]   [     ]", + "options": [ + "[4 6]", + "[0 6]", + "[5 5]", + "[5 3]", + "[3 5]", + "[3 1]", + "[6 6]", + "[2 1]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 20 + }, + { + "prompt": "[9 7]   [7 6]   [     ]
    [7 6]   [5 5]   [3 4]
    [5 5]   [3 4]   [1 3]", + "options": [ + "[4 3]", + "[5 6]", + "[7 9]", + "[9 8]", + "[6 7]", + "[7 4]", + "[7 6]", + "[5 5]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 21 + }, + { + "prompt": "[1 8]   [2 7]   [     ]
    [2 7]   [3 6]   [4 5]
    [3 6]   [4 5]   [5 4]", + "options": [ + "[1 7]", + "[4 5]", + "[3 8]", + "[1 8]", + "[3 5]", + "[6 3]", + "[3 6]", + "[3 7]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 22 + }, + { + "prompt": "[5 6]   [4 5]   [3 4]
    [4 5]   [3 4]   [2 3]
    [     ]   [2 3]   [1 2]", + "options": [ + "[2 3]", + "[6 9]", + "[4 3]", + "[3 4]", + "[9 6]", + "[4 5]", + "[5 4]", + "[3 3]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 23 + }, + { + "prompt": "[0 8]   [1 6]   [2 4]
    [1 6]   [2 4]   [3 2]
    [2 4]   [     ]   [4 0]", + "options": [ + "[2 3]", + "[0 6]", + "[2 4]", + "[3 0]", + "[2 6]", + "[3 2]", + "[4 2]", + "[2 2]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 24 + }, + { + "prompt": "[1 6]   [2 5]   [3 4]
    [2 5]   [3 4]   [4 3]
    [3 4]   [4 3]   [     ]", + "options": [ + "[2 3]", + "[4 3]", + "[1 8]", + "[3 4]", + "[5 2]", + "[3 2]", + "[4 6]", + "[8 1]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 25 + }, + { + "prompt": "[9 4]   [8 5]   [7 6]
    [8 5]   [7 6]   [6 7]
    [7 6]   [6 7]   [     ]", + "options": [ + "[6 3]", + "[5 8]", + "[7 6]", + "[7 8]", + "[0 5]", + "[6 8]", + "[5 0]", + "[6 7]" + ], + "correct": 1, + "correct_coords": "[2 2]", + "prob_ind": 26 + }, + { + "prompt": "[0 5]   [2 4]   [4 3]
    [2 4]   [4 3]   [6 2]
    [4 3]   [     ]   [8 1]", + "options": [ + "[6 2]", + "[3 4]", + "[4 1]", + "[2 6]", + "[5 0]", + "[4 2]", + "[8 2]", + "[0 2]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 27 + }, + { + "prompt": "[7 5]   [     ]   [5 3]
    [6 4]   [5 3]   [4 2]
    [5 3]   [4 2]   [3 1]", + "options": [ + "[3 3]", + "[6 5]", + "[6 4]", + "[4 5]", + "[5 7]", + "[6 6]", + "[5 2]", + "[5 3]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 28 + }, + { + "prompt": "[6 8]   [5 7]   [     ]
    [5 7]   [4 6]   [3 5]
    [4 6]   [3 5]   [2 4]", + "options": [ + "[5 3]", + "[5 8]", + "[7 8]", + "[3 5]", + "[7 5]", + "[6 8]", + "[6 7]", + "[4 6]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 29 + }, + { + "prompt": "[5 4]   [6 5]   [     ]
    [6 5]   [7 6]   [8 7]
    [7 6]   [8 7]   [9 8]", + "options": [ + "[7 3]", + "[7 6]", + "[7 5]", + "[4 3]", + "[3 9]", + "[6 5]", + "[6 4]", + "[5 6]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 30 + }, + { + "prompt": "[7 2]   [6 3]   [5 4]
    [6 3]   [5 4]   [     ]
    [5 4]   [4 5]   [3 6]", + "options": [ + "[2 3]", + "[2 1]", + "[2 5]", + "[3 2]", + "[5 2]", + "[4 5]", + "[5 3]", + "[8 3]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 31 + }, + { + "prompt": "[3 0]   [4 1]   [5 2]
    [4 1]   [5 2]   [     ]
    [5 2]   [6 3]   [7 4]", + "options": [ + "[6 3]", + "[6 5]", + "[5 3]", + "[3 1]", + "[4 9]", + "[3 2]", + "[0 3]", + "[3 5]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 32 + }, + { + "prompt": "[9 9]   [7 8]   [5 7]
    [7 8]   [5 7]   [3 6]
    [5 7]   [     ]   [1 5]", + "options": [ + "[5 7]", + "[0 8]", + "[4 9]", + "[7 8]", + "[5 9]", + "[8 7]", + "[3 6]", + "[5 5]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 33 + }, + { + "prompt": "[9 8]   [7 6]   [5 4]
    [7 6]   [5 4]   [3 2]
    [5 4]   [3 2]   [     ]", + "options": [ + "[4 5]", + "[9 8]", + "[9 6]", + "[0 1]", + "[2 3]", + "[1 0]", + "[7 9]", + "[8 9]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 34 + }, + { + "prompt": "[5 3]   [4 4]   [3 5]
    [     ]   [3 5]   [2 6]
    [3 5]   [2 6]   [1 7]", + "options": [ + "[2 6]", + "[6 2]", + "[4 4]", + "[5 3]", + "[7 9]", + "[9 6]", + "[3 6]", + "[2 5]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 35 + }, + { + "prompt": "[7 6]   [6 5]   [5 4]
    [6 5]   [5 4]   [4 3]
    [5 4]   [     ]   [3 2]", + "options": [ + "[6 7]", + "[7 6]", + "[0 4]", + "[5 3]", + "[1 4]", + "[4 5]", + "[6 3]", + "[4 3]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 36 + }, + { + "prompt": "[4 5]   [3 6]   [2 7]
    [3 6]   [2 7]   [     ]
    [2 7]   [1 8]   [0 9]", + "options": [ + "[1 8]", + "[4 5]", + "[7 2]", + "[5 7]", + "[4 7]", + "[9 1]", + "[0 2]", + "[8 1]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 37 + }, + { + "prompt": "[     ]   [3 7]   [5 5]
    [3 7]   [5 5]   [7 3]
    [5 5]   [7 3]   [9 1]", + "options": [ + "[2 7]", + "[9 1]", + "[7 3]", + "[5 5]", + "[3 9]", + "[1 9]", + "[7 5]", + "[2 5]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 38 + }, + { + "prompt": "[8 9]   [6 7]   [4 5]
    [6 7]   [4 5]   [     ]
    [4 5]   [2 3]   [0 1]", + "options": [ + "[5 5]", + "[9 5]", + "[6 5]", + "[6 9]", + "[7 5]", + "[2 3]", + "[9 8]", + "[8 9]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 39 + }, + { + "prompt": "[6 4]   [5 3]   [4 2]
    [5 3]   [4 2]   [3 1]
    [4 2]   [     ]   [2 0]", + "options": [ + "[3 9]", + "[3 1]", + "[2 4]", + "[3 2]", + "[3 4]", + "[3 5]", + "[4 2]", + "[1 3]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 40 + }, + { + "prompt": "[3 4]   [4 5]   [5 6]
    [4 5]   [5 6]   [6 7]
    [     ]   [6 7]   [7 8]", + "options": [ + "[6 7]", + "[3 6]", + "[6 9]", + "[5 4]", + "[5 6]", + "[4 5]", + "[5 5]", + "[6 5]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 41 + }, + { + "prompt": "[7 0]   [6 2]   [5 4]
    [     ]   [5 4]   [4 6]
    [5 4]   [4 6]   [3 8]", + "options": [ + "[4 6]", + "[8 2]", + "[6 2]", + "[5 9]", + "[9 5]", + "[5 5]", + "[6 0]", + "[5 3]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 42 + }, + { + "prompt": "[1 0]   [3 2]   [     ]
    [3 2]   [5 4]   [7 6]
    [5 4]   [7 6]   [9 8]", + "options": [ + "[5 4]", + "[2 2]", + "[3 4]", + "[3 6]", + "[3 2]", + "[6 7]", + "[5 6]", + "[7 2]" + ], + "correct": 0, + "correct_coords": "[0 2]", + "prob_ind": 43 + }, + { + "prompt": "[8 1]   [6 2]   [4 3]
    [6 2]   [4 3]   [     ]
    [4 3]   [2 4]   [0 5]", + "options": [ + "[2 4]", + "[6 1]", + "[4 3]", + "[2 5]", + "[3 4]", + "[1 7]", + "[4 1]", + "[6 0]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 44 + }, + { + "prompt": "[2 4]   [     ]   [4 2]
    [3 3]   [4 2]   [5 1]
    [4 2]   [5 1]   [6 0]", + "options": [ + "[2 2]", + "[4 2]", + "[3 3]", + "[5 1]", + "[3 2]", + "[2 4]", + "[2 6]", + "[1 5]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 45 + }, + { + "prompt": "[0 4]   [2 5]   [     ]
    [2 5]   [4 6]   [6 7]
    [4 6]   [6 7]   [8 8]", + "options": [ + "[4 5]", + "[5 2]", + "[5 7]", + "[6 4]", + "[4 4]", + "[4 6]", + "[6 7]", + "[0 4]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 46 + }, + { + "prompt": "[2 7]   [3 6]   [4 5]
    [3 6]   [4 5]   [     ]
    [4 5]   [5 4]   [6 3]", + "options": [ + "[6 4]", + "[5 4]", + "[4 5]", + "[7 2]", + "[3 9]", + "[4 7]", + "[0 9]", + "[2 9]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 47 + }, + { + "prompt": "[5 1]   [6 2]   [7 3]
    [6 2]   [7 3]   [8 4]
    [7 3]   [8 4]   [     ]", + "options": [ + "[9 3]", + "[2 6]", + "[6 7]", + "[3 7]", + "[5 9]", + "[8 3]", + "[9 5]", + "[6 2]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 48 + }, + { + "prompt": "[0 0]   [1 2]   [2 4]
    [1 2]   [2 4]   [     ]
    [2 4]   [3 6]   [4 8]", + "options": [ + "[2 1]", + "[1 6]", + "[6 3]", + "[1 2]", + "[0 0]", + "[1 1]", + "[0 1]", + "[3 6]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 49 + } + ], + "three_rule_comb0": [ + { + "prompt": "[1 8 7]   [7 7 7]   [9 0 7]
    [1 8 9]   [7 7 9]   [9 0 9]
    [1 8 6]   [7 7 6]   [        ]", + "options": [ + "[7 7 7]", + "[3 6 9]", + "[5 4 1]", + "[1 7 7]", + "[6 8 0]", + "[6 7 1]", + "[1 8 6]", + "[9 0 6]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 0 + }, + { + "prompt": "[0 6 5]   [0 6 5]   [        ]
    [8 9 7]   [8 9 7]   [8 9 7]
    [2 2 4]   [2 2 4]   [2 2 4]", + "options": [ + "[2 2 4]", + "[8 7 9]", + "[0 8 4]", + "[0 5 6]", + "[8 4 0]", + "[9 8 7]", + "[0 6 5]", + "[8 0 4]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 1 + }, + { + "prompt": "[2 8 9]   [2 0 4]   [2 4 8]
    [6 8 9]   [6 0 4]   [6 4 8]
    [9 8 9]   [9 0 4]   [        ]", + "options": [ + "[8 9 4]", + "[7 4 8]", + "[9 1 4]", + "[2 0 2]", + "[4 9 8]", + "[7 8 4]", + "[9 8 2]", + "[9 4 8]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 2 + }, + { + "prompt": "[0 4 4]   [4 8 1]   [9 0 0]
    [0 4 4]   [4 8 1]   [        ]
    [0 4 4]   [4 8 1]   [9 0 0]", + "options": [ + "[9 0 0]", + "[3 8 1]", + "[4 0 4]", + "[3 6 1]", + "[4 8 0]", + "[4 4 0]", + "[0 4 4]", + "[4 8 1]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 3 + }, + { + "prompt": "[9 5 4]   [5 3 1]   [6 1 8]
    [        ]   [5 3 1]   [6 1 8]
    [9 5 4]   [5 3 1]   [6 1 8]", + "options": [ + "[5 3 1]", + "[9 5 4]", + "[9 5 3]", + "[5 9 1]", + "[8 5 4]", + "[1 5 3]", + "[1 5 4]", + "[3 9 1]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 4 + }, + { + "prompt": "[        ]   [0 2 0]   [0 2 0]
    [6 8 7]   [6 8 7]   [6 8 7]
    [5 5 1]   [5 5 1]   [5 5 1]", + "options": [ + "[0 2 0]", + "[1 8 0]", + "[5 5 1]", + "[6 8 7]", + "[0 8 1]", + "[8 1 0]", + "[0 8 0]", + "[0 6 1]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 5 + }, + { + "prompt": "[6 7 5]   [0 7 7]   [3 7 4]
    [6 4 5]   [        ]   [3 4 4]
    [6 2 5]   [0 2 7]   [3 2 4]", + "options": [ + "[6 2 5]", + "[4 7 0]", + "[8 4 6]", + "[7 5 0]", + "[6 0 4]", + "[0 9 1]", + "[0 4 7]", + "[0 5 7]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 6 + }, + { + "prompt": "[9 5 4]   [1 5 2]   [6 5 6]
    [9 9 4]   [1 9 2]   [6 9 6]
    [9 2 4]   [        ]   [6 2 6]", + "options": [ + "[1 2 1]", + "[1 2 2]", + "[1 7 0]", + "[4 9 9]", + "[9 0 4]", + "[2 2 2]", + "[7 1 0]", + "[6 5 6]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 7 + }, + { + "prompt": "[        ]   [9 3 4]   [0 3 1]
    [2 2 2]   [9 2 4]   [0 2 1]
    [2 6 2]   [9 6 4]   [0 6 1]", + "options": [ + "[2 2 3]", + "[8 2 1]", + "[0 2 9]", + "[1 8 7]", + "[0 2 2]", + "[2 3 2]", + "[4 3 9]", + "[0 3 1]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 8 + }, + { + "prompt": "[7 1 1]   [5 8 7]   [        ]
    [7 1 1]   [5 8 7]   [6 0 5]
    [7 1 1]   [5 8 7]   [6 0 5]", + "options": [ + "[9 2 1]", + "[9 1 2]", + "[6 0 5]", + "[5 0 6]", + "[7 1 1]", + "[7 1 2]", + "[1 7 1]", + "[5 8 6]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 9 + }, + { + "prompt": "[0 3 3]   [0 3 3]   [0 3 3]
    [8 1 5]   [8 1 5]   [8 1 5]
    [3 5 6]   [        ]   [3 5 6]", + "options": [ + "[0 3 5]", + "[8 1 5]", + "[0 1 5]", + "[3 5 6]", + "[2 9 1]", + "[2 3 5]", + "[5 8 1]", + "[5 3 6]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 10 + }, + { + "prompt": "[5 7 5]   [5 4 7]   [5 0 6]
    [        ]   [8 4 7]   [8 0 6]
    [2 7 5]   [2 4 7]   [2 0 6]", + "options": [ + "[3 0 6]", + "[2 1 5]", + "[2 4 6]", + "[4 0 6]", + "[8 7 5]", + "[0 7 5]", + "[8 0 6]", + "[8 6 5]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 11 + }, + { + "prompt": "[5 8 3]   [5 8 7]   [        ]
    [7 9 3]   [7 9 7]   [7 9 0]
    [6 4 3]   [6 4 7]   [6 4 0]", + "options": [ + "[8 5 2]", + "[0 8 5]", + "[5 8 0]", + "[0 5 2]", + "[5 8 4]", + "[7 0 0]", + "[8 5 0]", + "[5 7 8]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 12 + }, + { + "prompt": "[9 1 0]   [3 6 0]   [7 9 0]
    [9 1 4]   [3 6 4]   [7 9 4]
    [        ]   [3 6 6]   [7 9 6]", + "options": [ + "[9 6 1]", + "[3 4 4]", + "[7 1 0]", + "[9 1 6]", + "[9 1 0]", + "[5 6 4]", + "[3 6 4]", + "[3 6 2]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 13 + }, + { + "prompt": "[        ]   [6 5 6]   [6 6 6]
    [7 1 9]   [7 5 9]   [7 6 9]
    [5 1 7]   [5 5 7]   [5 6 7]", + "options": [ + "[8 6 6]", + "[6 1 6]", + "[8 6 5]", + "[8 6 9]", + "[1 6 6]", + "[6 4 6]", + "[6 5 8]", + "[6 6 6]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 14 + }, + { + "prompt": "[5 2 3]   [5 1 3]   [5 5 3]
    [7 2 9]   [7 1 9]   [        ]
    [2 2 2]   [2 1 2]   [2 5 2]", + "options": [ + "[5 1 3]", + "[1 3 5]", + "[7 9 3]", + "[7 5 0]", + "[2 8 1]", + "[7 5 9]", + "[9 7 3]", + "[1 6 9]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 15 + }, + { + "prompt": "[        ]   [5 4 3]   [5 4 5]
    [0 0 9]   [0 0 3]   [0 0 5]
    [6 5 9]   [6 5 3]   [6 5 5]", + "options": [ + "[1 4 5]", + "[4 5 9]", + "[5 4 9]", + "[4 5 3]", + "[0 3 0]", + "[9 4 5]", + "[9 8 4]", + "[0 8 7]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 16 + }, + { + "prompt": "[8 6 2]   [7 6 2]   [        ]
    [8 8 7]   [7 8 7]   [1 8 7]
    [8 1 8]   [7 1 8]   [1 1 8]", + "options": [ + "[8 9 7]", + "[1 6 2]", + "[1 4 2]", + "[7 8 9]", + "[6 1 2]", + "[1 1 6]", + "[7 9 7]", + "[1 6 1]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 17 + }, + { + "prompt": "[        ]   [0 9 9]   [0 9 9]
    [1 7 7]   [1 7 7]   [1 7 7]
    [7 0 4]   [7 0 4]   [7 0 4]", + "options": [ + "[7 1 7]", + "[0 9 9]", + "[0 9 1]", + "[8 9 6]", + "[7 7 1]", + "[9 7 1]", + "[7 0 4]", + "[1 7 7]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 18 + }, + { + "prompt": "[        ]   [2 8 5]   [6 8 5]
    [3 7 3]   [2 7 3]   [6 7 3]
    [3 2 9]   [2 2 9]   [6 2 9]", + "options": [ + "[2 9 3]", + "[2 8 5]", + "[3 8 5]", + "[4 7 1]", + "[7 3 6]", + "[7 3 3]", + "[8 3 5]", + "[4 7 3]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 19 + }, + { + "prompt": "[8 9 3]   [8 3 3]   [8 5 3]
    [1 9 2]   [1 3 2]   [        ]
    [7 9 1]   [7 3 1]   [7 5 1]", + "options": [ + "[1 7 2]", + "[9 7 2]", + "[7 3 1]", + "[1 0 2]", + "[1 5 2]", + "[1 5 1]", + "[2 1 5]", + "[7 3 3]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 20 + }, + { + "prompt": "[8 7 6]   [8 1 5]   [        ]
    [0 7 6]   [0 1 5]   [0 6 2]
    [5 7 6]   [5 1 5]   [5 6 2]", + "options": [ + "[3 0 1]", + "[5 0 1]", + "[2 6 8]", + "[8 1 5]", + "[8 1 2]", + "[8 9 5]", + "[8 7 6]", + "[8 6 2]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 21 + }, + { + "prompt": "[1 9 3]   [1 8 1]   [1 1 7]
    [6 9 3]   [6 8 1]   [6 1 7]
    [4 9 3]   [4 8 1]   [        ]", + "options": [ + "[7 1 1]", + "[4 9 3]", + "[4 9 7]", + "[7 1 4]", + "[3 4 9]", + "[1 1 7]", + "[4 1 7]", + "[1 1 3]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 22 + }, + { + "prompt": "[8 5 1]   [8 7 1]   [8 4 1]
    [4 5 7]   [4 7 7]   [4 4 7]
    [7 5 0]   [7 7 0]   [        ]", + "options": [ + "[4 4 1]", + "[1 7 5]", + "[7 4 0]", + "[1 0 3]", + "[7 4 9]", + "[7 4 1]", + "[0 7 5]", + "[0 7 4]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 23 + }, + { + "prompt": "[        ]   [4 3 5]   [4 7 2]
    [0 0 8]   [0 3 5]   [0 7 2]
    [3 0 8]   [3 3 5]   [3 7 2]", + "options": [ + "[4 9 2]", + "[0 0 8]", + "[4 3 5]", + "[0 2 8]", + "[4 0 8]", + "[0 3 8]", + "[0 4 8]", + "[0 2 7]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 24 + }, + { + "prompt": "[1 0 7]   [2 1 7]   [        ]
    [1 0 6]   [2 1 6]   [7 7 6]
    [1 0 3]   [2 1 3]   [7 7 3]", + "options": [ + "[1 2 9]", + "[7 7 7]", + "[7 0 1]", + "[2 1 9]", + "[2 1 1]", + "[7 5 7]", + "[2 0 8]", + "[0 7 1]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 25 + }, + { + "prompt": "[2 5 1]   [6 5 1]   [        ]
    [2 6 4]   [6 6 4]   [5 6 4]
    [2 3 7]   [6 3 7]   [5 3 7]", + "options": [ + "[2 3 7]", + "[7 6 4]", + "[5 6 9]", + "[5 5 1]", + "[6 6 4]", + "[9 6 5]", + "[7 3 6]", + "[8 3 7]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 26 + }, + { + "prompt": "[        ]   [9 2 3]   [9 6 3]
    [5 4 5]   [5 2 5]   [5 6 5]
    [2 4 9]   [2 2 9]   [2 6 9]", + "options": [ + "[3 4 2]", + "[4 9 2]", + "[5 4 5]", + "[2 4 9]", + "[6 8 9]", + "[4 8 9]", + "[3 4 9]", + "[9 4 3]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 27 + }, + { + "prompt": "[4 5 8]   [4 0 4]   [4 7 0]
    [7 5 8]   [7 0 4]   [7 7 0]
    [6 5 8]   [        ]   [6 7 0]", + "options": [ + "[7 0 3]", + "[6 0 4]", + "[5 7 8]", + "[8 5 7]", + "[6 6 0]", + "[4 6 0]", + "[6 1 4]", + "[4 0 6]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 28 + }, + { + "prompt": "[7 9 3]   [6 2 7]   [9 3 1]
    [7 9 3]   [6 2 7]   [9 3 1]
    [7 9 3]   [6 2 7]   [        ]", + "options": [ + "[0 9 2]", + "[7 9 3]", + "[9 3 6]", + "[6 2 6]", + "[9 3 1]", + "[6 2 7]", + "[6 9 7]", + "[9 3 3]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 29 + }, + { + "prompt": "[8 7 5]   [8 4 6]   [8 1 3]
    [7 7 5]   [        ]   [7 1 3]
    [1 7 5]   [1 4 6]   [1 1 3]", + "options": [ + "[1 8 3]", + "[6 4 7]", + "[7 6 4]", + "[0 9 7]", + "[7 3 1]", + "[7 4 6]", + "[7 5 1]", + "[1 5 7]" + ], + "correct": 5, + "correct_coords": "[1 1]", + "prob_ind": 30 + }, + { + "prompt": "[7 4 8]   [7 0 7]   [7 8 9]
    [0 4 8]   [0 0 7]   [        ]
    [3 4 8]   [3 0 7]   [3 8 9]", + "options": [ + "[7 8 9]", + "[0 4 8]", + "[0 8 9]", + "[0 8 4]", + "[2 0 0]", + "[2 0 1]", + "[9 8 0]", + "[0 0 7]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 31 + }, + { + "prompt": "[1 6 8]   [8 0 2]   [0 1 9]
    [1 6 8]   [        ]   [0 1 9]
    [1 6 8]   [8 0 2]   [0 1 9]", + "options": [ + "[9 5 8]", + "[6 5 9]", + "[6 6 9]", + "[1 3 4]", + "[3 0 7]", + "[0 1 9]", + "[8 5 9]", + "[8 0 2]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 32 + }, + { + "prompt": "[5 2 8]   [8 7 8]   [2 9 8]
    [5 2 4]   [        ]   [2 9 4]
    [5 2 5]   [8 7 5]   [2 9 5]", + "options": [ + "[5 7 1]", + "[2 4 6]", + "[8 7 6]", + "[8 7 4]", + "[5 4 1]", + "[2 4 9]", + "[2 5 7]", + "[1 5 7]" + ], + "correct": 3, + "correct_coords": "[1 1]", + "prob_ind": 33 + }, + { + "prompt": "[4 0 5]   [7 0 9]   [1 0 4]
    [4 9 5]   [7 9 9]   [1 9 4]
    [        ]   [7 3 9]   [1 3 4]", + "options": [ + "[4 0 5]", + "[4 4 5]", + "[4 5 0]", + "[4 3 5]", + "[4 1 9]", + "[2 3 5]", + "[3 5 4]", + "[5 0 8]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 34 + }, + { + "prompt": "[4 6 0]   [4 9 4]   [4 5 1]
    [9 6 0]   [        ]   [9 5 1]
    [2 6 0]   [2 9 4]   [2 5 1]", + "options": [ + "[4 9 4]", + "[7 9 4]", + "[7 7 4]", + "[9 9 4]", + "[4 9 9]", + "[9 7 4]", + "[9 9 5]", + "[8 9 4]" + ], + "correct": 3, + "correct_coords": "[1 1]", + "prob_ind": 35 + }, + { + "prompt": "[7 5 2]   [6 3 2]   [9 8 2]
    [7 5 0]   [6 3 0]   [        ]
    [7 5 4]   [6 3 4]   [9 8 4]", + "options": [ + "[4 2 4]", + "[9 8 0]", + "[7 5 2]", + "[3 0 9]", + "[7 8 0]", + "[3 8 9]", + "[6 2 4]", + "[3 0 6]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 36 + }, + { + "prompt": "[0 9 6]   [2 5 0]   [5 7 8]
    [0 9 6]   [2 5 0]   [5 7 8]
    [0 9 6]   [        ]   [5 7 8]", + "options": [ + "[2 0 5]", + "[2 5 0]", + "[4 3 9]", + "[0 9 8]", + "[2 6 0]", + "[0 9 6]", + "[0 3 8]", + "[4 7 8]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 37 + }, + { + "prompt": "[0 3 9]   [6 1 9]   [4 2 9]
    [        ]   [6 1 0]   [4 2 0]
    [0 3 6]   [6 1 6]   [4 2 6]", + "options": [ + "[0 3 0]", + "[8 3 0]", + "[6 1 6]", + "[0 0 3]", + "[0 8 3]", + "[0 3 5]", + "[4 2 9]", + "[3 0 0]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 38 + }, + { + "prompt": "[5 3 0]   [1 3 0]   [9 3 0]
    [5 4 8]   [1 4 8]   [9 4 8]
    [5 2 2]   [1 2 2]   [        ]", + "options": [ + "[7 2 2]", + "[1 8 6]", + "[1 4 2]", + "[2 3 0]", + "[4 1 8]", + "[9 4 8]", + "[9 2 2]", + "[1 4 8]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 39 + }, + { + "prompt": "[2 5 2]   [2 7 6]   [2 3 9]
    [3 5 2]   [        ]   [3 3 9]
    [9 5 2]   [9 7 6]   [9 3 9]", + "options": [ + "[2 7 6]", + "[2 5 6]", + "[7 3 6]", + "[5 7 0]", + "[3 7 6]", + "[3 3 9]", + "[3 5 2]", + "[8 4 6]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 40 + }, + { + "prompt": "[9 4 6]   [9 4 4]   [9 4 9]
    [1 6 6]   [        ]   [1 6 9]
    [0 3 6]   [0 3 4]   [0 3 9]", + "options": [ + "[1 9 6]", + "[9 4 4]", + "[9 4 8]", + "[3 6 4]", + "[1 4 6]", + "[1 6 6]", + "[9 6 4]", + "[1 6 4]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 41 + }, + { + "prompt": "[4 5 4]   [1 5 4]   [8 5 4]
    [4 0 7]   [1 0 7]   [8 0 7]
    [4 8 6]   [        ]   [8 8 6]", + "options": [ + "[5 4 5]", + "[1 8 6]", + "[4 5 5]", + "[4 0 5]", + "[8 0 6]", + "[7 0 1]", + "[6 1 8]", + "[5 5 4]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 42 + }, + { + "prompt": "[7 4 1]   [7 4 8]   [7 4 9]
    [3 6 1]   [3 6 8]   [3 6 9]
    [        ]   [4 0 8]   [4 0 9]", + "options": [ + "[4 0 1]", + "[9 8 3]", + "[4 8 8]", + "[4 8 1]", + "[4 0 2]", + "[3 6 8]", + "[8 7 4]", + "[7 4 8]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 43 + }, + { + "prompt": "[        ]   [6 8 9]   [6 8 9]
    [1 4 2]   [1 4 2]   [1 4 2]
    [2 0 4]   [2 0 4]   [2 0 4]", + "options": [ + "[6 8 8]", + "[5 2 1]", + "[8 6 8]", + "[6 8 9]", + "[9 8 6]", + "[8 8 6]", + "[6 9 8]", + "[4 2 0]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 44 + }, + { + "prompt": "[6 3 6]   [5 0 2]   [        ]
    [6 3 6]   [5 0 2]   [4 8 4]
    [6 3 6]   [5 0 2]   [4 8 4]", + "options": [ + "[9 4 5]", + "[8 9 5]", + "[2 9 3]", + "[5 9 4]", + "[3 9 4]", + "[8 4 4]", + "[6 8 4]", + "[4 8 4]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 45 + }, + { + "prompt": "[2 4 4]   [0 4 0]   [9 4 2]
    [2 8 4]   [0 8 0]   [9 8 2]
    [2 6 4]   [0 6 0]   [        ]", + "options": [ + "[9 6 2]", + "[0 8 1]", + "[0 8 0]", + "[0 4 0]", + "[9 2 6]", + "[4 4 2]", + "[9 7 0]", + "[9 4 6]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 46 + }, + { + "prompt": "[6 2 5]   [0 2 5]   [8 2 5]
    [6 7 0]   [0 7 0]   [8 7 0]
    [6 5 6]   [        ]   [8 5 6]", + "options": [ + "[2 5 6]", + "[8 3 6]", + "[8 6 6]", + "[9 8 3]", + "[7 0 6]", + "[0 5 6]", + "[6 6 5]", + "[4 3 1]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 47 + }, + { + "prompt": "[6 5 7]   [5 5 1]   [4 5 8]
    [6 8 7]   [        ]   [4 8 8]
    [6 4 7]   [5 4 1]   [4 4 8]", + "options": [ + "[6 7 5]", + "[6 5 7]", + "[5 8 1]", + "[3 8 9]", + "[7 8 1]", + "[5 7 6]", + "[3 7 7]", + "[5 5 7]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 48 + }, + { + "prompt": "[9 2 1]   [        ]   [9 6 2]
    [3 2 1]   [3 3 0]   [3 6 2]
    [1 2 1]   [1 3 0]   [1 6 2]", + "options": [ + "[3 2 0]", + "[0 3 1]", + "[9 1 1]", + "[2 1 9]", + "[9 3 0]", + "[3 2 1]", + "[9 2 1]", + "[3 1 0]" + ], + "correct": 4, + "correct_coords": "[0 1]", + "prob_ind": 49 + } + ], + "three_rule_comb1": [ + { + "prompt": "[7 3 3]   [9 7 3]   [3 0 3]
    [7 0 0]   [9 3 0]   [3 7 0]
    [7 7 9]   [        ]   [3 3 9]", + "options": [ + "[9 0 8]", + "[0 0 8]", + "[0 9 9]", + "[1 0 8]", + "[9 9 0]", + "[9 0 9]", + "[3 7 9]", + "[7 4 3]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 0 + }, + { + "prompt": "[6 5 4]   [3 3 4]   [5 2 4]
    [5 5 2]   [6 3 2]   [3 2 2]
    [3 5 6]   [5 3 6]   [        ]", + "options": [ + "[2 4 9]", + "[8 2 6]", + "[9 4 2]", + "[6 2 6]", + "[2 2 3]", + "[6 6 2]", + "[2 2 4]", + "[2 2 2]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 1 + }, + { + "prompt": "[6 3 6]   [5 3 6]   [9 3 6]
    [        ]   [9 8 0]   [6 8 0]
    [9 5 2]   [6 5 2]   [5 5 2]", + "options": [ + "[0 8 5]", + "[5 8 0]", + "[0 9 3]", + "[9 8 9]", + "[2 6 5]", + "[9 3 0]", + "[6 4 6]", + "[9 8 0]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 2 + }, + { + "prompt": "[8 0 6]   [5 6 8]   [4 3 7]
    [8 3 6]   [5 0 8]   [4 6 7]
    [8 6 6]   [5 3 8]   [        ]", + "options": [ + "[5 6 6]", + "[6 4 7]", + "[4 0 7]", + "[4 6 0]", + "[4 0 8]", + "[0 7 4]", + "[1 7 4]", + "[8 3 7]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 3 + }, + { + "prompt": "[5 0 6]   [4 2 6]   [6 1 6]
    [5 2 5]   [4 1 5]   [6 0 5]
    [        ]   [4 0 1]   [6 2 1]", + "options": [ + "[5 2 6]", + "[2 5 5]", + "[5 1 1]", + "[2 6 5]", + "[1 1 5]", + "[5 0 6]", + "[1 5 1]", + "[5 1 3]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 4 + }, + { + "prompt": "[        ]   [8 1 3]   [8 3 3]
    [2 3 7]   [2 8 7]   [2 1 7]
    [3 1 0]   [3 3 0]   [3 8 0]", + "options": [ + "[8 3 8]", + "[3 0 8]", + "[3 3 8]", + "[8 8 3]", + "[8 3 0]", + "[2 7 2]", + "[1 7 2]", + "[3 3 0]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 5 + }, + { + "prompt": "[8 4 1]   [0 6 0]   [5 7 4]
    [8 6 1]   [0 7 0]   [        ]
    [8 7 1]   [0 4 0]   [5 6 4]", + "options": [ + "[0 6 0]", + "[0 3 9]", + "[5 4 4]", + "[8 7 1]", + "[0 4 4]", + "[1 8 4]", + "[0 8 9]", + "[0 7 4]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 6 + }, + { + "prompt": "[6 0 5]   [2 7 3]   [4 4 7]
    [        ]   [6 7 3]   [2 4 7]
    [2 0 5]   [4 7 3]   [6 4 7]", + "options": [ + "[1 7 6]", + "[4 0 5]", + "[4 1 6]", + "[6 0 7]", + "[2 4 7]", + "[4 0 7]", + "[2 4 9]", + "[6 7 3]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 7 + }, + { + "prompt": "[2 8 5]   [        ]   [7 1 1]
    [2 2 5]   [3 1 7]   [7 8 1]
    [2 1 5]   [3 8 7]   [7 2 1]", + "options": [ + "[7 2 3]", + "[3 2 5]", + "[6 1 4]", + "[3 2 7]", + "[2 1 5]", + "[7 0 3]", + "[2 5 1]", + "[3 3 7]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 8 + }, + { + "prompt": "[2 8 4]   [5 8 1]   [8 8 0]
    [2 9 0]   [5 9 4]   [        ]
    [2 3 1]   [5 3 0]   [8 3 4]", + "options": [ + "[4 2 8]", + "[9 1 8]", + "[8 9 0]", + "[8 8 1]", + "[2 5 1]", + "[8 9 1]", + "[8 1 1]", + "[9 1 6]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 9 + }, + { + "prompt": "[0 9 2]   [        ]   [0 7 4]
    [7 9 4]   [7 0 2]   [7 7 0]
    [8 9 0]   [8 0 4]   [8 7 2]", + "options": [ + "[5 8 4]", + "[3 2 9]", + "[2 9 0]", + "[8 7 4]", + "[9 3 2]", + "[0 0 0]", + "[2 2 2]", + "[2 0 0]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 10 + }, + { + "prompt": "[2 4 5]   [2 6 5]   [2 3 5]
    [        ]   [0 4 9]   [0 6 9]
    [3 6 4]   [3 3 4]   [3 4 4]", + "options": [ + "[0 1 9]", + "[5 2 6]", + "[0 9 3]", + "[0 1 1]", + "[0 3 9]", + "[2 3 5]", + "[3 9 0]", + "[5 2 4]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 11 + }, + { + "prompt": "[5 6 4]   [5 5 1]   [        ]
    [1 8 4]   [1 6 1]   [1 5 7]
    [3 5 4]   [3 8 1]   [3 6 7]", + "options": [ + "[5 4 5]", + "[8 7 5]", + "[5 3 4]", + "[5 4 3]", + "[5 3 3]", + "[5 5 2]", + "[5 8 7]", + "[5 2 5]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 12 + }, + { + "prompt": "[8 4 2]   [7 7 2]   [9 5 2]
    [        ]   [8 7 6]   [7 5 6]
    [7 4 7]   [9 7 7]   [8 5 7]", + "options": [ + "[7 3 7]", + "[9 4 5]", + "[3 7 7]", + "[9 3 6]", + "[4 7 7]", + "[9 4 6]", + "[8 4 2]", + "[4 7 6]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 13 + }, + { + "prompt": "[4 7 0]   [5 4 7]   [8 9 2]
    [        ]   [5 9 7]   [8 7 2]
    [4 9 0]   [5 7 7]   [8 4 2]", + "options": [ + "[7 4 0]", + "[5 4 0]", + "[8 7 7]", + "[7 5 4]", + "[4 4 0]", + "[5 9 7]", + "[3 1 4]", + "[8 4 0]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 14 + }, + { + "prompt": "[4 6 5]   [0 4 1]   [2 1 3]
    [4 6 1]   [0 4 3]   [2 1 5]
    [4 6 3]   [0 4 5]   [        ]", + "options": [ + "[2 1 1]", + "[3 1 5]", + "[2 1 3]", + "[0 2 5]", + "[2 6 5]", + "[2 1 5]", + "[0 2 4]", + "[2 1 0]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 15 + }, + { + "prompt": "[7 6 6]   [7 6 2]   [7 6 4]
    [        ]   [4 3 6]   [4 3 2]
    [2 4 2]   [2 4 4]   [2 4 6]", + "options": [ + "[4 4 3]", + "[2 6 4]", + "[4 3 4]", + "[7 3 2]", + "[3 6 2]", + "[6 7 4]", + "[4 6 2]", + "[2 4 2]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 16 + }, + { + "prompt": "[        ]   [5 1 0]   [3 0 5]
    [9 0 3]   [5 5 0]   [3 1 5]
    [9 1 3]   [5 0 0]   [3 5 5]", + "options": [ + "[9 9 3]", + "[9 5 2]", + "[9 1 3]", + "[1 0 4]", + "[4 1 0]", + "[9 5 5]", + "[9 5 3]", + "[5 9 0]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 17 + }, + { + "prompt": "[1 7 1]   [3 9 4]   [6 3 8]
    [1 3 1]   [3 7 4]   [6 9 8]
    [        ]   [3 3 4]   [6 7 8]", + "options": [ + "[4 3 8]", + "[1 5 1]", + "[1 9 1]", + "[9 0 1]", + "[9 1 1]", + "[2 9 1]", + "[8 6 9]", + "[6 9 8]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 18 + }, + { + "prompt": "[1 2 9]   [8 3 9]   [5 9 9]
    [8 2 8]   [        ]   [1 9 8]
    [5 2 2]   [1 3 2]   [8 9 2]", + "options": [ + "[1 3 0]", + "[1 0 3]", + "[1 3 2]", + "[5 8 3]", + "[5 3 8]", + "[1 2 0]", + "[1 2 3]", + "[8 3 9]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 19 + }, + { + "prompt": "[6 0 8]   [9 2 0]   [0 7 1]
    [        ]   [6 2 0]   [9 7 1]
    [9 0 8]   [0 2 0]   [6 7 1]", + "options": [ + "[8 0 8]", + "[9 2 0]", + "[0 0 6]", + "[0 0 8]", + "[8 0 0]", + "[8 0 9]", + "[9 0 8]", + "[0 9 2]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 20 + }, + { + "prompt": "[1 1 0]   [0 1 1]   [3 1 8]
    [        ]   [1 8 1]   [0 8 8]
    [0 4 0]   [3 4 1]   [1 4 8]", + "options": [ + "[3 3 8]", + "[1 8 1]", + "[4 3 6]", + "[3 8 0]", + "[3 3 1]", + "[0 4 0]", + "[8 3 7]", + "[8 3 0]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 21 + }, + { + "prompt": "[7 7 2]   [9 9 3]   [0 4 5]
    [0 7 2]   [7 9 3]   [9 4 5]
    [9 7 2]   [        ]   [7 4 5]", + "options": [ + "[2 9 6]", + "[7 7 3]", + "[6 4 5]", + "[0 9 3]", + "[0 4 5]", + "[5 4 6]", + "[9 7 2]", + "[7 2 9]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 22 + }, + { + "prompt": "[6 4 5]   [1 4 3]   [9 4 1]
    [6 3 1]   [1 3 5]   [9 3 3]
    [6 6 3]   [1 6 1]   [        ]", + "options": [ + "[9 3 3]", + "[9 6 5]", + "[3 3 3]", + "[1 4 9]", + "[3 9 3]", + "[3 1 5]", + "[6 3 1]", + "[3 3 5]" + ], + "correct": 1, + "correct_coords": "[2 2]", + "prob_ind": 23 + }, + { + "prompt": "[3 2 5]   [3 3 5]   [3 8 5]
    [5 8 9]   [5 2 9]   [5 3 9]
    [6 3 0]   [        ]   [6 2 0]", + "options": [ + "[0 6 8]", + "[7 8 0]", + "[6 8 2]", + "[5 3 9]", + "[3 3 5]", + "[3 8 5]", + "[6 8 0]", + "[7 8 9]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 24 + }, + { + "prompt": "[        ]   [2 8 5]   [5 0 5]
    [5 3 7]   [8 8 7]   [2 0 7]
    [2 3 6]   [5 8 6]   [8 0 6]", + "options": [ + "[1 6 7]", + "[7 6 1]", + "[4 9 0]", + "[8 3 5]", + "[7 8 8]", + "[8 3 4]", + "[3 5 8]", + "[0 7 2]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 25 + }, + { + "prompt": "[8 5 1]   [3 5 3]   [        ]
    [8 7 6]   [3 7 1]   [9 7 3]
    [8 0 3]   [3 0 6]   [9 0 1]", + "options": [ + "[5 4 8]", + "[8 7 4]", + "[9 6 3]", + "[7 5 6]", + "[4 0 6]", + "[9 5 6]", + "[3 6 3]", + "[9 4 3]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 26 + }, + { + "prompt": "[4 0 9]   [9 0 9]   [2 0 9]
    [9 7 2]   [2 7 2]   [4 7 2]
    [2 4 7]   [        ]   [9 4 7]", + "options": [ + "[2 4 7]", + "[9 0 2]", + "[2 0 9]", + "[2 9 0]", + "[4 0 0]", + "[4 8 2]", + "[4 4 7]", + "[7 7 2]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 27 + }, + { + "prompt": "[4 1 1]   [9 3 1]   [3 6 1]
    [4 3 4]   [9 6 4]   [3 1 4]
    [4 6 8]   [        ]   [3 3 8]", + "options": [ + "[9 8 1]", + "[4 6 1]", + "[1 8 9]", + "[4 3 1]", + "[9 1 8]", + "[4 1 4]", + "[9 6 4]", + "[4 6 3]" + ], + "correct": 4, + "correct_coords": "[2 1]", + "prob_ind": 28 + }, + { + "prompt": "[8 4 6]   [8 4 4]   [8 4 3]
    [2 5 4]   [2 5 3]   [        ]
    [6 2 3]   [6 2 6]   [6 2 4]", + "options": [ + "[2 5 6]", + "[8 4 4]", + "[3 2 5]", + "[2 4 6]", + "[5 6 2]", + "[4 2 5]", + "[2 4 4]", + "[0 4 1]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 29 + }, + { + "prompt": "[9 1 6]   [9 0 7]   [9 9 5]
    [        ]   [2 0 6]   [2 9 7]
    [4 1 7]   [4 0 5]   [4 9 6]", + "options": [ + "[2 1 5]", + "[2 9 7]", + "[9 0 5]", + "[9 1 7]", + "[9 9 5]", + "[7 2 9]", + "[2 1 3]", + "[0 9 7]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 30 + }, + { + "prompt": "[7 3 2]   [9 9 9]   [8 2 6]
    [7 3 9]   [9 9 6]   [8 2 2]
    [7 3 6]   [9 9 2]   [        ]", + "options": [ + "[7 3 9]", + "[7 2 9]", + "[9 2 6]", + "[8 2 6]", + "[7 9 3]", + "[8 2 9]", + "[0 2 9]", + "[5 3 9]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 31 + }, + { + "prompt": "[7 8 2]   [7 7 3]   [7 6 7]
    [        ]   [3 6 3]   [3 8 7]
    [4 6 2]   [4 8 3]   [4 7 7]", + "options": [ + "[7 3 1]", + "[3 6 2]", + "[3 7 3]", + "[3 7 2]", + "[1 7 2]", + "[3 6 3]", + "[7 3 2]", + "[3 5 2]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 32 + }, + { + "prompt": "[9 7 1]   [5 0 1]   [        ]
    [9 1 6]   [5 7 6]   [6 0 6]
    [9 0 5]   [5 1 5]   [6 7 5]", + "options": [ + "[5 2 5]", + "[1 3 8]", + "[5 7 3]", + "[6 1 1]", + "[3 7 5]", + "[9 9 6]", + "[5 0 1]", + "[5 7 5]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 33 + }, + { + "prompt": "[9 2 0]   [9 3 8]   [9 1 4]
    [6 1 0]   [6 2 8]   [6 3 4]
    [8 3 0]   [        ]   [8 2 4]", + "options": [ + "[1 1 8]", + "[1 0 8]", + "[8 1 8]", + "[4 3 4]", + "[4 4 3]", + "[6 3 4]", + "[8 3 9]", + "[8 8 1]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 34 + }, + { + "prompt": "[8 5 1]   [5 5 1]   [6 5 1]
    [6 1 4]   [8 1 4]   [5 1 4]
    [5 8 6]   [6 8 6]   [        ]", + "options": [ + "[0 7 8]", + "[5 5 6]", + "[8 3 6]", + "[8 8 6]", + "[8 3 7]", + "[8 3 8]", + "[8 6 8]", + "[7 8 6]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 35 + }, + { + "prompt": "[5 4 2]   [9 7 2]   [1 1 2]
    [9 4 0]   [1 7 0]   [5 1 0]
    [1 4 6]   [5 7 6]   [        ]", + "options": [ + "[1 1 4]", + "[7 1 0]", + "[1 7 0]", + "[8 5 1]", + "[5 7 6]", + "[9 1 6]", + "[9 4 6]", + "[6 4 1]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 36 + }, + { + "prompt": "[0 8 2]   [0 8 9]   [        ]
    [5 4 9]   [5 4 3]   [5 4 2]
    [9 9 3]   [9 9 2]   [9 9 9]", + "options": [ + "[0 8 2]", + "[5 3 2]", + "[4 5 7]", + "[0 5 1]", + "[0 9 8]", + "[0 8 3]", + "[0 7 3]", + "[0 8 5]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 37 + }, + { + "prompt": "[7 8 1]   [2 4 9]   [6 5 8]
    [7 4 1]   [2 5 9]   [6 8 8]
    [7 5 1]   [2 8 9]   [        ]", + "options": [ + "[1 7 8]", + "[6 4 8]", + "[8 1 7]", + "[4 8 6]", + "[7 1 7]", + "[2 5 9]", + "[8 6 4]", + "[7 4 8]" + ], + "correct": 1, + "correct_coords": "[2 2]", + "prob_ind": 38 + }, + { + "prompt": "[1 0 3]   [8 0 8]   [7 0 4]
    [7 3 3]   [1 3 8]   [8 3 4]
    [        ]   [7 6 8]   [1 6 4]", + "options": [ + "[3 3 7]", + "[8 0 6]", + "[7 3 3]", + "[9 0 6]", + "[8 5 3]", + "[7 3 8]", + "[7 0 3]", + "[8 6 3]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 39 + }, + { + "prompt": "[4 6 2]   [3 2 6]   [6 9 1]
    [3 6 2]   [6 2 6]   [4 9 1]
    [        ]   [4 2 6]   [3 9 1]", + "options": [ + "[2 6 6]", + "[7 6 2]", + "[6 8 2]", + "[6 2 6]", + "[3 6 2]", + "[6 9 2]", + "[6 6 2]", + "[3 2 6]" + ], + "correct": 6, + "correct_coords": "[2 0]", + "prob_ind": 40 + }, + { + "prompt": "[2 8 6]   [2 9 6]   [2 0 6]
    [9 9 8]   [        ]   [9 8 8]
    [1 0 5]   [1 8 5]   [1 9 5]", + "options": [ + "[0 9 8]", + "[2 6 9]", + "[9 9 8]", + "[9 9 6]", + "[8 9 0]", + "[0 8 9]", + "[0 1 8]", + "[9 0 8]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 41 + }, + { + "prompt": "[6 2 3]   [0 5 3]   [5 9 3]
    [        ]   [0 9 7]   [5 2 7]
    [6 9 2]   [0 2 2]   [5 5 2]", + "options": [ + "[5 0 3]", + "[5 3 4]", + "[6 5 7]", + "[3 4 5]", + "[5 7 6]", + "[6 9 2]", + "[6 7 5]", + "[0 5 3]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 42 + }, + { + "prompt": "[6 7 8]   [5 9 9]   [        ]
    [5 7 8]   [3 9 9]   [6 6 7]
    [3 7 8]   [6 9 9]   [5 6 7]", + "options": [ + "[6 6 6]", + "[3 7 7]", + "[7 6 6]", + "[4 0 6]", + "[6 7 6]", + "[3 6 7]", + "[7 6 7]", + "[6 6 7]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 43 + }, + { + "prompt": "[8 8 0]   [1 3 5]   [2 6 3]
    [8 8 3]   [1 3 0]   [2 6 5]
    [8 8 5]   [        ]   [2 6 0]", + "options": [ + "[3 3 1]", + "[1 3 4]", + "[8 8 5]", + "[0 8 3]", + "[1 3 3]", + "[4 5 9]", + "[8 8 3]", + "[5 9 4]" + ], + "correct": 4, + "correct_coords": "[2 1]", + "prob_ind": 44 + }, + { + "prompt": "[4 6 4]   [        ]   [3 6 2]
    [3 8 4]   [4 8 9]   [1 8 2]
    [1 0 4]   [3 0 9]   [4 0 2]", + "options": [ + "[1 6 9]", + "[2 9 0]", + "[1 8 4]", + "[6 3 2]", + "[8 2 0]", + "[0 9 2]", + "[6 1 9]", + "[3 8 2]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 45 + }, + { + "prompt": "[8 6 7]   [2 4 0]   [1 3 6]
    [8 3 7]   [2 6 0]   [1 4 6]
    [8 4 7]   [        ]   [1 6 6]", + "options": [ + "[6 3 1]", + "[8 6 6]", + "[4 2 0]", + "[2 3 0]", + "[9 6 4]", + "[1 5 6]", + "[0 3 0]", + "[4 5 6]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 46 + }, + { + "prompt": "[9 0 1]   [9 2 7]   [        ]
    [8 2 1]   [8 4 7]   [8 0 8]
    [0 4 1]   [0 0 7]   [0 2 8]", + "options": [ + "[8 0 6]", + "[9 0 3]", + "[7 0 0]", + "[8 0 8]", + "[0 4 5]", + "[9 4 8]", + "[2 4 5]", + "[9 2 1]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 47 + }, + { + "prompt": "[2 3 0]   [2 8 0]   [2 6 0]
    [4 8 3]   [4 6 3]   [4 3 3]
    [9 6 6]   [9 3 6]   [        ]", + "options": [ + "[3 3 4]", + "[9 8 7]", + "[9 8 6]", + "[4 1 9]", + "[3 9 2]", + "[4 6 6]", + "[6 8 5]", + "[9 3 3]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 48 + }, + { + "prompt": "[9 9 7]   [        ]   [2 6 7]
    [7 9 4]   [2 7 4]   [9 6 4]
    [2 9 9]   [9 7 9]   [7 6 9]", + "options": [ + "[2 9 9]", + "[7 6 2]", + "[2 7 4]", + "[7 7 7]", + "[4 6 9]", + "[2 7 6]", + "[7 7 9]", + "[9 6 4]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 49 + } + ], + "three_rule_comb2": [ + { + "prompt": "[8 1 4]   [7 4 8]   [6 2 5]
    [7 1 4]   [6 4 8]   [5 2 5]
    [6 1 4]   [        ]   [4 2 5]", + "options": [ + "[8 5 4]", + "[4 9 5]", + "[8 8 4]", + "[7 2 4]", + "[7 1 4]", + "[5 4 8]", + "[4 8 5]", + "[8 4 8]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 0 + }, + { + "prompt": "[        ]   [8 3 8]   [6 2 6]
    [5 3 7]   [8 2 8]   [6 1 6]
    [5 2 7]   [8 1 8]   [6 0 6]", + "options": [ + "[8 2 5]", + "[5 3 7]", + "[5 4 7]", + "[7 5 2]", + "[2 8 5]", + "[1 6 7]", + "[7 6 1]", + "[5 2 6]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 1 + }, + { + "prompt": "[8 0 5]   [3 0 4]   [        ]
    [8 1 4]   [3 1 3]   [9 1 2]
    [8 8 3]   [3 8 2]   [9 8 1]", + "options": [ + "[3 0 4]", + "[8 0 5]", + "[3 0 2]", + "[3 3 3]", + "[3 8 2]", + "[9 0 3]", + "[3 1 4]", + "[3 7 2]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 2 + }, + { + "prompt": "[        ]   [4 9 6]   [5 0 2]
    [4 4 7]   [5 9 6]   [6 0 2]
    [5 4 7]   [6 9 6]   [7 0 2]", + "options": [ + "[3 4 7]", + "[6 9 6]", + "[6 9 2]", + "[5 6 9]", + "[5 3 2]", + "[5 0 2]", + "[6 9 7]", + "[6 0 2]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 3 + }, + { + "prompt": "[6 3 0]   [6 2 1]   [6 7 2]
    [8 3 1]   [8 2 2]   [        ]
    [2 3 2]   [2 2 3]   [2 7 4]", + "options": [ + "[8 5 1]", + "[8 9 3]", + "[8 7 3]", + "[4 2 3]", + "[2 2 3]", + "[8 7 4]", + "[3 7 8]", + "[8 2 1]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 4 + }, + { + "prompt": "[        ]   [1 6 6]   [1 5 5]
    [5 6 1]   [5 5 6]   [5 4 5]
    [6 5 1]   [6 4 6]   [6 3 5]", + "options": [ + "[6 6 6]", + "[0 7 1]", + "[5 6 1]", + "[6 6 4]", + "[1 7 1]", + "[4 6 6]", + "[5 3 5]", + "[7 1 1]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 5 + }, + { + "prompt": "[7 0 8]   [3 2 2]   [0 4 6]
    [7 2 8]   [3 4 2]   [        ]
    [7 4 8]   [3 6 2]   [0 8 6]", + "options": [ + "[3 6 1]", + "[4 6 2]", + "[4 6 0]", + "[0 6 6]", + "[6 4 8]", + "[0 6 2]", + "[6 4 0]", + "[4 6 8]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 6 + }, + { + "prompt": "[9 9 9]   [9 7 3]   [9 5 6]
    [4 7 9]   [4 5 3]   [4 3 6]
    [1 5 9]   [1 3 3]   [        ]", + "options": [ + "[6 1 1]", + "[5 4 3]", + "[1 9 0]", + "[1 4 9]", + "[9 8 0]", + "[1 1 6]", + "[9 9 0]", + "[1 4 1]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 7 + }, + { + "prompt": "[1 2 9]   [2 2 1]   [3 2 4]
    [2 5 9]   [3 5 1]   [        ]
    [3 8 9]   [4 8 1]   [5 8 4]", + "options": [ + "[5 2 9]", + "[4 5 4]", + "[2 5 9]", + "[1 5 7]", + "[4 7 4]", + "[5 4 4]", + "[2 4 9]", + "[0 2 6]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 8 + }, + { + "prompt": "[3 6 0]   [3 1 2]   [3 0 4]
    [1 6 2]   [1 1 4]   [1 0 6]
    [7 6 4]   [        ]   [7 0 8]", + "options": [ + "[1 4 4]", + "[0 4 4]", + "[1 0 5]", + "[7 8 4]", + "[9 1 7]", + "[7 1 6]", + "[4 4 4]", + "[4 0 4]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 9 + }, + { + "prompt": "[6 5 8]   [5 0 2]   [4 7 4]
    [5 5 8]   [4 0 2]   [3 7 4]
    [        ]   [3 0 2]   [2 7 4]", + "options": [ + "[5 4 9]", + "[5 4 8]", + "[4 5 9]", + "[2 7 4]", + "[4 1 7]", + "[5 2 8]", + "[7 2 4]", + "[4 5 8]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 10 + }, + { + "prompt": "[5 0 6]   [        ]   [5 2 3]
    [7 1 6]   [7 2 2]   [7 3 3]
    [2 2 6]   [2 3 2]   [2 4 3]", + "options": [ + "[7 3 6]", + "[7 3 1]", + "[5 1 2]", + "[5 3 6]", + "[1 6 7]", + "[5 4 3]", + "[7 1 6]", + "[2 5 1]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 11 + }, + { + "prompt": "[4 9 5]   [4 7 5]   [4 5 5]
    [5 7 1]   [        ]   [5 3 1]
    [7 5 3]   [7 3 3]   [7 1 3]", + "options": [ + "[5 6 1]", + "[7 1 2]", + "[4 3 5]", + "[5 7 1]", + "[7 4 3]", + "[5 5 1]", + "[4 5 1]", + "[7 1 4]" + ], + "correct": 5, + "correct_coords": "[1 1]", + "prob_ind": 12 + }, + { + "prompt": "[5 5 2]   [8 9 3]   [        ]
    [5 5 3]   [8 9 4]   [2 6 5]
    [5 5 4]   [8 9 5]   [2 6 6]", + "options": [ + "[2 4 4]", + "[2 6 4]", + "[4 2 6]", + "[8 6 7]", + "[8 6 5]", + "[4 6 2]", + "[8 9 4]", + "[8 5 9]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 13 + }, + { + "prompt": "[4 8 7]   [0 6 5]   [5 4 1]
    [4 6 7]   [0 4 5]   [5 2 1]
    [4 4 7]   [0 2 5]   [        ]", + "options": [ + "[4 6 5]", + "[7 5 0]", + "[6 5 0]", + "[5 0 6]", + "[5 0 1]", + "[0 6 5]", + "[4 4 7]", + "[0 5 2]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 14 + }, + { + "prompt": "[5 0 9]   [2 1 9]   [7 2 9]
    [5 1 1]   [2 2 1]   [7 3 1]
    [5 2 8]   [        ]   [7 4 8]", + "options": [ + "[3 2 8]", + "[2 3 8]", + "[8 5 2]", + "[9 4 2]", + "[3 6 1]", + "[8 6 1]", + "[7 4 1]", + "[8 2 5]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 15 + }, + { + "prompt": "[8 1 3]   [7 9 3]   [6 3 3]
    [7 1 0]   [6 9 0]   [5 3 0]
    [6 1 8]   [        ]   [4 3 8]", + "options": [ + "[5 9 8]", + "[4 3 8]", + "[3 6 3]", + "[6 9 3]", + "[3 3 0]", + "[3 0 5]", + "[8 9 3]", + "[4 9 3]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 16 + }, + { + "prompt": "[3 9 0]   [9 7 1]   [7 5 6]
    [3 7 0]   [9 5 1]   [7 3 6]
    [        ]   [9 3 1]   [7 1 6]", + "options": [ + "[9 5 1]", + "[9 1 5]", + "[1 5 1]", + "[9 5 0]", + "[3 5 0]", + "[9 3 1]", + "[3 3 0]", + "[3 4 0]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 17 + }, + { + "prompt": "[7 3 5]   [2 4 1]   [6 5 6]
    [7 4 5]   [2 5 1]   [6 6 6]
    [        ]   [2 6 1]   [6 7 6]", + "options": [ + "[2 5 6]", + "[5 4 8]", + "[0 4 5]", + "[7 3 5]", + "[6 5 6]", + "[7 5 5]", + "[5 7 5]", + "[5 5 6]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 18 + }, + { + "prompt": "[9 1 4]   [8 1 4]   [7 1 4]
    [        ]   [7 8 0]   [6 8 0]
    [7 5 9]   [6 5 9]   [5 5 9]", + "options": [ + "[8 8 9]", + "[2 6 9]", + "[6 5 9]", + "[6 1 0]", + "[8 8 0]", + "[7 5 0]", + "[8 1 3]", + "[5 1 0]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 19 + }, + { + "prompt": "[        ]   [6 2 0]   [6 4 0]
    [7 2 3]   [7 4 3]   [7 6 3]
    [8 4 8]   [8 6 8]   [8 8 8]", + "options": [ + "[6 3 1]", + "[6 3 9]", + "[1 4 3]", + "[9 4 3]", + "[0 6 0]", + "[6 0 0]", + "[4 1 5]", + "[3 7 6]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 20 + }, + { + "prompt": "[8 2 2]   [        ]   [4 2 4]
    [6 5 2]   [4 5 3]   [2 5 4]
    [4 0 2]   [2 0 3]   [0 0 4]", + "options": [ + "[3 2 6]", + "[6 4 2]", + "[0 2 3]", + "[2 2 2]", + "[8 2 3]", + "[2 2 3]", + "[8 2 2]", + "[6 2 3]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 21 + }, + { + "prompt": "[5 1 8]   [3 3 8]   [        ]
    [5 3 4]   [3 5 4]   [2 7 4]
    [5 5 9]   [3 7 9]   [2 9 9]", + "options": [ + "[9 3 5]", + "[9 5 3]", + "[2 5 8]", + "[5 5 9]", + "[5 4 9]", + "[3 7 9]", + "[5 7 9]", + "[3 9 9]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 22 + }, + { + "prompt": "[6 8 0]   [5 8 0]   [4 8 0]
    [5 6 8]   [4 6 8]   [3 6 8]
    [4 0 4]   [3 0 4]   [        ]", + "options": [ + "[2 0 5]", + "[4 0 2]", + "[4 8 0]", + "[8 3 6]", + "[2 0 4]", + "[3 7 6]", + "[3 6 9]", + "[6 6 4]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 23 + }, + { + "prompt": "[7 6 8]   [7 6 7]   [7 6 6]
    [0 8 7]   [        ]   [0 8 5]
    [9 1 6]   [9 1 5]   [9 1 4]", + "options": [ + "[0 7 4]", + "[8 8 0]", + "[0 8 8]", + "[7 6 7]", + "[0 8 4]", + "[0 8 6]", + "[0 8 7]", + "[1 1 5]" + ], + "correct": 5, + "correct_coords": "[1 1]", + "prob_ind": 24 + }, + { + "prompt": "[4 5 3]   [3 5 2]   [2 5 8]
    [3 6 3]   [2 6 2]   [        ]
    [2 9 3]   [1 9 2]   [0 9 8]", + "options": [ + "[1 6 8]", + "[1 2 9]", + "[1 6 6]", + "[9 1 2]", + "[3 7 9]", + "[4 5 2]", + "[1 9 2]", + "[9 6 8]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 25 + }, + { + "prompt": "[8 2 8]   [4 2 7]   [6 2 6]
    [        ]   [4 0 6]   [6 0 5]
    [8 5 6]   [4 5 5]   [6 5 4]", + "options": [ + "[6 5 0]", + "[8 0 7]", + "[8 7 0]", + "[2 5 0]", + "[6 4 0]", + "[8 0 6]", + "[6 2 5]", + "[2 5 6]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 26 + }, + { + "prompt": "[7 4 5]   [        ]   [8 4 3]
    [7 2 4]   [6 2 3]   [8 2 2]
    [7 3 3]   [6 3 2]   [8 3 1]", + "options": [ + "[3 3 8]", + "[7 4 3]", + "[4 4 6]", + "[6 4 4]", + "[3 4 8]", + "[7 3 4]", + "[2 0 7]", + "[8 2 3]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 27 + }, + { + "prompt": "[1 4 3]   [7 8 4]   [        ]
    [1 4 4]   [7 8 5]   [9 9 6]
    [1 4 5]   [7 8 6]   [9 9 7]", + "options": [ + "[9 9 5]", + "[3 1 4]", + "[8 9 6]", + "[7 1 6]", + "[4 8 7]", + "[7 4 8]", + "[8 8 4]", + "[7 8 4]" + ], + "correct": 0, + "correct_coords": "[0 2]", + "prob_ind": 28 + }, + { + "prompt": "[8 3 2]   [8 7 3]   [        ]
    [4 3 3]   [4 7 4]   [4 5 5]
    [2 3 4]   [2 7 5]   [2 5 6]", + "options": [ + "[4 5 8]", + "[4 3 3]", + "[5 5 8]", + "[8 5 5]", + "[9 8 2]", + "[4 7 5]", + "[4 8 8]", + "[8 5 4]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 29 + }, + { + "prompt": "[4 5 4]   [        ]   [2 5 1]
    [3 4 4]   [2 4 3]   [1 4 1]
    [2 7 4]   [1 7 3]   [0 7 1]", + "options": [ + "[3 5 6]", + "[3 5 4]", + "[9 1 7]", + "[3 4 4]", + "[3 5 3]", + "[2 3 4]", + "[4 4 2]", + "[2 4 4]" + ], + "correct": 4, + "correct_coords": "[0 1]", + "prob_ind": 30 + }, + { + "prompt": "[9 8 9]   [9 7 9]   [9 6 9]
    [5 7 5]   [        ]   [5 5 5]
    [8 6 4]   [8 5 4]   [8 4 4]", + "options": [ + "[5 6 4]", + "[5 5 5]", + "[4 6 3]", + "[2 9 3]", + "[5 6 2]", + "[6 4 5]", + "[5 6 5]", + "[8 6 4]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 31 + }, + { + "prompt": "[2 3 2]   [2 1 3]   [2 9 4]
    [5 3 3]   [        ]   [5 9 5]
    [6 3 4]   [6 1 5]   [6 9 6]", + "options": [ + "[5 4 1]", + "[3 3 5]", + "[9 5 5]", + "[3 5 3]", + "[7 1 4]", + "[5 1 4]", + "[2 9 3]", + "[3 4 6]" + ], + "correct": 5, + "correct_coords": "[1 1]", + "prob_ind": 32 + }, + { + "prompt": "[7 1 5]   [8 2 5]   [4 3 5]
    [        ]   [8 3 8]   [4 4 8]
    [7 3 4]   [8 4 4]   [4 5 4]", + "options": [ + "[4 4 4]", + "[7 4 9]", + "[3 8 9]", + "[7 2 9]", + "[7 2 8]", + "[8 1 4]", + "[4 8 9]", + "[7 4 8]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 33 + }, + { + "prompt": "[3 0 8]   [4 1 8]   [1 2 8]
    [3 1 7]   [4 2 7]   [1 3 7]
    [        ]   [4 3 3]   [1 4 3]", + "options": [ + "[3 2 3]", + "[5 3 2]", + "[8 4 3]", + "[2 5 3]", + "[4 3 3]", + "[4 3 8]", + "[3 3 2]", + "[2 3 3]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 34 + }, + { + "prompt": "[        ]   [9 2 3]   [3 3 0]
    [7 2 8]   [9 3 3]   [3 4 0]
    [7 3 8]   [9 4 3]   [3 5 0]", + "options": [ + "[7 1 8]", + "[7 0 7]", + "[7 1 7]", + "[3 8 5]", + "[3 1 9]", + "[9 1 8]", + "[9 2 3]", + "[7 1 6]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 35 + }, + { + "prompt": "[8 1 4]   [6 5 0]   [4 9 6]
    [6 1 4]   [4 5 0]   [2 9 6]
    [        ]   [2 5 0]   [0 9 6]", + "options": [ + "[6 5 0]", + "[0 5 4]", + "[4 1 4]", + "[0 6 5]", + "[4 0 4]", + "[5 5 6]", + "[4 5 6]", + "[0 5 0]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 36 + }, + { + "prompt": "[6 9 7]   [5 9 0]   [4 9 6]
    [5 1 7]   [        ]   [3 1 6]
    [4 2 7]   [3 2 0]   [2 2 6]", + "options": [ + "[3 1 6]", + "[0 9 8]", + "[6 4 9]", + "[1 5 6]", + "[4 1 0]", + "[8 1 2]", + "[5 9 0]", + "[5 1 6]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 37 + }, + { + "prompt": "[1 5 8]   [7 4 2]   [9 3 3]
    [1 4 8]   [7 3 2]   [        ]
    [1 3 8]   [7 2 2]   [9 1 3]", + "options": [ + "[1 3 8]", + "[7 6 2]", + "[9 2 3]", + "[8 3 3]", + "[1 5 8]", + "[7 4 2]", + "[9 3 3]", + "[2 3 9]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 38 + }, + { + "prompt": "[7 8 4]   [0 8 3]   [        ]
    [7 4 3]   [0 4 2]   [2 4 1]
    [7 7 2]   [0 7 1]   [2 7 0]", + "options": [ + "[7 7 2]", + "[6 7 0]", + "[2 8 2]", + "[7 7 1]", + "[7 4 1]", + "[5 4 8]", + "[7 7 3]", + "[4 2 1]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 39 + }, + { + "prompt": "[2 1 4]   [2 1 3]   [2 1 2]
    [9 7 3]   [9 7 2]   [9 7 1]
    [        ]   [1 8 1]   [1 8 0]", + "options": [ + "[9 7 3]", + "[8 7 8]", + "[1 8 2]", + "[8 1 1]", + "[8 1 8]", + "[1 9 1]", + "[2 1 8]", + "[9 7 1]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 40 + }, + { + "prompt": "[7 4 1]   [6 3 1]   [5 9 1]
    [6 4 8]   [5 3 8]   [        ]
    [5 4 7]   [4 3 7]   [3 9 7]", + "options": [ + "[3 5 9]", + "[4 3 7]", + "[5 3 9]", + "[4 9 8]", + "[6 6 8]", + "[6 3 1]", + "[5 6 1]", + "[5 4 9]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 41 + }, + { + "prompt": "[5 4 0]   [6 4 6]   [7 4 7]
    [6 0 0]   [7 0 6]   [8 0 7]
    [7 8 0]   [8 8 6]   [        ]", + "options": [ + "[0 5 2]", + "[8 6 8]", + "[8 0 0]", + "[9 8 7]", + "[1 8 7]", + "[9 0 7]", + "[7 7 4]", + "[6 1 5]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 42 + }, + { + "prompt": "[9 1 7]   [5 2 1]   [6 3 8]
    [9 2 7]   [5 3 1]   [6 4 8]
    [9 3 7]   [        ]   [6 5 8]", + "options": [ + "[2 9 7]", + "[5 2 1]", + "[5 4 1]", + "[8 6 3]", + "[3 2 1]", + "[6 4 8]", + "[8 3 6]", + "[9 2 7]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 43 + }, + { + "prompt": "[1 8 0]   [3 8 0]   [5 8 0]
    [3 9 2]   [5 9 2]   [7 9 2]
    [        ]   [7 4 3]   [9 4 3]", + "options": [ + "[5 4 3]", + "[5 8 0]", + "[2 7 9]", + "[7 9 0]", + "[5 6 8]", + "[3 7 0]", + "[8 0 1]", + "[3 8 0]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 44 + }, + { + "prompt": "[2 8 7]   [3 0 0]   [4 1 6]
    [3 8 7]   [4 0 0]   [5 1 6]
    [4 8 7]   [5 0 0]   [        ]", + "options": [ + "[0 5 1]", + "[6 1 6]", + "[8 6 2]", + "[0 4 0]", + "[0 1 5]", + "[5 0 1]", + "[6 0 6]", + "[9 6 7]" + ], + "correct": 1, + "correct_coords": "[2 2]", + "prob_ind": 45 + }, + { + "prompt": "[8 5 1]   [8 4 2]   [8 7 3]
    [1 5 2]   [1 4 3]   [1 7 4]
    [        ]   [0 4 4]   [0 7 5]", + "options": [ + "[1 6 2]", + "[3 0 5]", + "[1 4 7]", + "[0 5 3]", + "[5 0 3]", + "[1 5 2]", + "[1 2 7]", + "[4 2 8]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 46 + }, + { + "prompt": "[4 4 8]   [        ]   [4 4 6]
    [6 3 7]   [6 3 6]   [6 3 5]
    [8 9 6]   [8 9 5]   [8 9 4]", + "options": [ + "[4 4 5]", + "[7 4 4]", + "[5 3 4]", + "[6 3 5]", + "[6 3 7]", + "[7 3 4]", + "[4 4 7]", + "[2 4 7]" + ], + "correct": 6, + "correct_coords": "[0 1]", + "prob_ind": 47 + }, + { + "prompt": "[7 3 8]   [7 3 7]   [        ]
    [1 9 7]   [1 9 6]   [1 9 5]
    [3 4 6]   [3 4 5]   [3 4 4]", + "options": [ + "[3 6 5]", + "[6 7 3]", + "[7 3 6]", + "[6 3 7]", + "[5 3 4]", + "[4 1 2]", + "[8 3 6]", + "[4 3 4]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 48 + }, + { + "prompt": "[6 2 0]   [6 0 2]   [6 7 4]
    [3 2 2]   [3 0 4]   [3 7 6]
    [8 2 4]   [8 0 6]   [        ]", + "options": [ + "[3 1 4]", + "[2 3 4]", + "[1 4 3]", + "[7 6 3]", + "[8 7 8]", + "[6 2 1]", + "[3 6 3]", + "[8 7 7]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 49 + } + ], + "three_rule_comb3": [ + { + "prompt": "[1 2 0]   [0 1 7]   [        ]
    [1 0 9]   [0 2 0]   [2 1 7]
    [1 1 7]   [0 0 9]   [2 2 0]", + "options": [ + "[1 1 7]", + "[2 0 0]", + "[2 9 9]", + "[2 0 9]", + "[7 1 0]", + "[0 1 9]", + "[2 0 1]", + "[4 9 3]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 0 + }, + { + "prompt": "[        ]   [3 3 6]   [1 8 3]
    [1 9 3]   [6 3 5]   [3 8 6]
    [3 9 6]   [1 3 3]   [6 8 5]", + "options": [ + "[3 3 6]", + "[1 9 3]", + "[6 9 5]", + "[5 6 9]", + "[5 9 5]", + "[9 6 5]", + "[5 9 3]", + "[1 3 3]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 1 + }, + { + "prompt": "[2 1 1]   [2 9 9]   [        ]
    [3 4 9]   [3 1 6]   [3 9 1]
    [4 9 6]   [4 4 1]   [4 1 9]", + "options": [ + "[2 9 1]", + "[3 9 1]", + "[2 4 6]", + "[1 4 4]", + "[3 4 6]", + "[5 9 1]", + "[9 4 3]", + "[3 9 2]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 2 + }, + { + "prompt": "[0 1 4]   [0 2 3]   [0 6 2]
    [        ]   [6 6 2]   [6 1 4]
    [1 6 2]   [1 1 4]   [1 2 3]", + "options": [ + "[6 2 3]", + "[1 0 4]", + "[1 1 4]", + "[1 6 4]", + "[0 1 4]", + "[0 1 2]", + "[5 2 3]", + "[6 1 4]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 3 + }, + { + "prompt": "[5 3 2]   [5 5 5]   [5 7 0]
    [        ]   [8 3 0]   [8 5 2]
    [2 5 0]   [2 7 2]   [2 3 5]", + "options": [ + "[5 8 7]", + "[8 0 8]", + "[8 8 5]", + "[5 3 5]", + "[8 7 5]", + "[0 8 8]", + "[3 0 8]", + "[8 5 5]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 4 + }, + { + "prompt": "[9 8 4]   [4 5 9]   [8 3 3]
    [8 3 4]   [        ]   [4 5 3]
    [4 5 4]   [8 3 9]   [9 8 3]", + "options": [ + "[7 3 4]", + "[3 9 0]", + "[0 4 9]", + "[0 3 9]", + "[4 4 4]", + "[9 8 2]", + "[5 6 9]", + "[9 8 9]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 5 + }, + { + "prompt": "[        ]   [2 8 7]   [8 0 7]
    [8 0 8]   [0 4 8]   [2 8 8]
    [2 8 0]   [8 0 0]   [0 4 0]", + "options": [ + "[9 7 2]", + "[0 5 7]", + "[8 2 7]", + "[8 0 0]", + "[0 4 7]", + "[0 2 7]", + "[2 9 7]", + "[8 0 7]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 6 + }, + { + "prompt": "[4 4 6]   [3 9 7]   [6 1 5]
    [6 4 7]   [        ]   [3 1 6]
    [3 4 5]   [6 9 6]   [4 1 7]", + "options": [ + "[3 9 6]", + "[3 2 5]", + "[5 3 2]", + "[3 4 5]", + "[6 9 5]", + "[4 9 5]", + "[3 1 6]", + "[6 9 6]" + ], + "correct": 5, + "correct_coords": "[1 1]", + "prob_ind": 7 + }, + { + "prompt": "[9 3 8]   [3 6 8]   [1 8 8]
    [1 8 1]   [9 3 1]   [3 6 1]
    [3 6 7]   [1 8 7]   [        ]", + "options": [ + "[3 7 3]", + "[3 9 7]", + "[7 9 3]", + "[0 8 5]", + "[3 7 9]", + "[1 8 9]", + "[9 3 9]", + "[9 3 7]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 8 + }, + { + "prompt": "[2 0 0]   [4 7 6]   [5 3 4]
    [5 7 0]   [2 3 6]   [        ]
    [4 3 0]   [5 0 6]   [2 7 4]", + "options": [ + "[0 7 5]", + "[4 0 5]", + "[4 0 4]", + "[0 7 7]", + "[7 4 2]", + "[2 4 6]", + "[0 4 4]", + "[1 7 5]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 9 + }, + { + "prompt": "[0 3 7]   [1 3 2]   [3 3 5]
    [3 9 5]   [        ]   [1 9 2]
    [1 0 2]   [3 0 5]   [0 0 7]", + "options": [ + "[6 8 5]", + "[0 9 7]", + "[3 3 5]", + "[5 8 6]", + "[1 8 5]", + "[5 8 5]", + "[3 1 5]", + "[3 8 5]" + ], + "correct": 1, + "correct_coords": "[1 1]", + "prob_ind": 10 + }, + { + "prompt": "[        ]   [3 7 6]   [3 2 9]
    [7 2 9]   [7 6 8]   [7 7 6]
    [5 7 6]   [5 2 9]   [5 6 8]", + "options": [ + "[2 0 3]", + "[3 2 6]", + "[5 6 8]", + "[3 7 8]", + "[7 2 3]", + "[3 6 8]", + "[6 3 2]", + "[3 2 7]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 11 + }, + { + "prompt": "[8 3 0]   [6 7 6]   [1 0 3]
    [1 3 3]   [8 7 0]   [6 0 6]
    [6 3 6]   [        ]   [8 0 0]", + "options": [ + "[1 7 3]", + "[7 3 6]", + "[1 7 4]", + "[1 7 6]", + "[6 7 6]", + "[4 1 7]", + "[8 7 0]", + "[3 7 6]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 12 + }, + { + "prompt": "[5 2 8]   [5 1 3]   [5 5 4]
    [8 5 4]   [8 2 8]   [        ]
    [6 1 3]   [6 5 4]   [6 2 8]", + "options": [ + "[6 5 4]", + "[8 1 3]", + "[8 5 4]", + "[4 6 5]", + "[5 5 3]", + "[1 8 3]", + "[8 2 3]", + "[0 1 3]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 13 + }, + { + "prompt": "[9 3 7]   [        ]   [3 3 3]
    [7 8 9]   [3 8 3]   [9 8 7]
    [3 1 3]   [9 1 7]   [7 1 9]", + "options": [ + "[7 3 9]", + "[5 1 3]", + "[3 8 3]", + "[9 7 3]", + "[9 7 0]", + "[7 3 1]", + "[7 1 1]", + "[9 3 7]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 14 + }, + { + "prompt": "[2 5 4]   [3 2 4]   [4 4 4]
    [4 4 6]   [2 5 6]   [3 2 6]
    [        ]   [4 4 2]   [2 5 2]", + "options": [ + "[3 2 4]", + "[2 2 6]", + "[3 4 6]", + "[1 0 3]", + "[3 5 4]", + "[3 2 2]", + "[4 2 2]", + "[4 2 4]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 15 + }, + { + "prompt": "[9 7 6]   [6 8 1]   [8 1 8]
    [6 1 6]   [8 7 1]   [9 8 8]
    [        ]   [9 1 1]   [6 7 8]", + "options": [ + "[8 8 6]", + "[1 6 6]", + "[6 8 8]", + "[9 1 2]", + "[9 1 0]", + "[8 8 7]", + "[6 8 3]", + "[1 8 7]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 16 + }, + { + "prompt": "[4 1 0]   [8 4 0]   [7 5 0]
    [8 5 9]   [7 1 9]   [4 4 9]
    [        ]   [4 5 5]   [8 1 5]", + "options": [ + "[5 9 2]", + "[5 4 0]", + "[0 4 1]", + "[5 5 0]", + "[7 4 5]", + "[4 7 5]", + "[9 8 3]", + "[7 4 3]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 17 + }, + { + "prompt": "[6 0 5]   [7 6 0]   [2 5 8]
    [2 6 5]   [        ]   [7 0 8]
    [7 5 5]   [2 0 0]   [6 6 8]", + "options": [ + "[7 5 7]", + "[6 9 5]", + "[3 8 7]", + "[6 5 0]", + "[7 4 5]", + "[5 9 6]", + "[5 6 0]", + "[7 5 5]" + ], + "correct": 3, + "correct_coords": "[1 1]", + "prob_ind": 18 + }, + { + "prompt": "[0 6 1]   [9 6 9]   [4 6 5]
    [4 8 5]   [0 8 1]   [        ]
    [9 1 9]   [4 1 5]   [0 1 1]", + "options": [ + "[9 8 9]", + "[4 1 5]", + "[9 6 5]", + "[4 6 5]", + "[8 9 9]", + "[4 6 9]", + "[5 1 4]", + "[3 1 5]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 19 + }, + { + "prompt": "[8 9 6]   [        ]   [8 7 8]
    [5 7 5]   [5 9 8]   [5 3 6]
    [0 3 8]   [0 7 6]   [0 9 5]", + "options": [ + "[5 7 3]", + "[7 5 5]", + "[5 7 7]", + "[5 7 4]", + "[2 7 4]", + "[5 7 5]", + "[0 7 6]", + "[8 3 5]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 20 + }, + { + "prompt": "[5 8 5]   [9 6 5]   [1 4 5]
    [1 6 4]   [5 4 4]   [        ]
    [9 4 9]   [1 8 9]   [5 6 9]", + "options": [ + "[5 8 5]", + "[9 4 5]", + "[1 6 6]", + "[3 8 1]", + "[1 6 4]", + "[9 8 4]", + "[8 1 3]", + "[4 5 1]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 21 + }, + { + "prompt": "[4 6 0]   [0 2 0]   [        ]
    [0 3 2]   [9 6 2]   [4 2 2]
    [9 2 5]   [4 3 5]   [0 6 5]", + "options": [ + "[3 0 9]", + "[9 3 0]", + "[9 6 2]", + "[0 2 2]", + "[0 3 2]", + "[3 9 0]", + "[4 2 2]", + "[4 3 5]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 22 + }, + { + "prompt": "[0 9 0]   [0 5 8]   [0 1 1]
    [2 5 8]   [        ]   [2 9 0]
    [3 1 1]   [3 9 0]   [3 5 8]", + "options": [ + "[2 1 1]", + "[3 9 1]", + "[3 9 0]", + "[2 9 0]", + "[1 9 3]", + "[0 9 1]", + "[0 0 0]", + "[0 9 0]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 23 + }, + { + "prompt": "[3 9 2]   [9 8 8]   [        ]
    [1 6 2]   [3 9 8]   [9 8 6]
    [9 8 2]   [1 6 8]   [3 9 6]", + "options": [ + "[9 6 8]", + "[1 6 6]", + "[9 8 2]", + "[1 8 3]", + "[1 8 2]", + "[6 6 1]", + "[8 2 1]", + "[8 1 3]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 24 + }, + { + "prompt": "[2 2 4]   [        ]   [5 2 5]
    [9 5 5]   [5 5 4]   [2 5 3]
    [5 8 3]   [2 8 5]   [9 8 4]", + "options": [ + "[9 2 3]", + "[0 1 3]", + "[9 4 3]", + "[2 5 5]", + "[2 3 9]", + "[3 2 9]", + "[5 2 5]", + "[9 3 2]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 25 + }, + { + "prompt": "[6 0 3]   [1 5 3]   [9 8 3]
    [1 5 1]   [9 8 1]   [6 0 1]
    [        ]   [6 0 8]   [1 5 8]", + "options": [ + "[5 8 8]", + "[9 7 1]", + "[8 8 8]", + "[9 8 8]", + "[5 8 1]", + "[8 9 8]", + "[3 9 8]", + "[1 8 8]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 26 + }, + { + "prompt": "[5 6 2]   [3 7 5]   [2 9 8]
    [2 7 2]   [5 9 5]   [3 6 8]
    [        ]   [2 6 5]   [5 7 8]", + "options": [ + "[5 6 2]", + "[5 7 2]", + "[5 9 2]", + "[2 7 5]", + "[5 9 4]", + "[2 9 5]", + "[3 9 2]", + "[3 7 5]" + ], + "correct": 6, + "correct_coords": "[2 0]", + "prob_ind": 27 + }, + { + "prompt": "[2 3 6]   [4 2 6]   [8 0 6]
    [8 2 0]   [2 0 0]   [4 3 0]
    [        ]   [8 3 3]   [2 2 3]", + "options": [ + "[2 0 0]", + "[4 0 3]", + "[2 4 6]", + "[4 0 2]", + "[0 4 3]", + "[4 2 6]", + "[1 0 0]", + "[4 3 0]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 28 + }, + { + "prompt": "[4 0 0]   [3 9 2]   [0 5 1]
    [0 0 2]   [4 9 1]   [3 5 0]
    [3 0 1]   [0 9 0]   [        ]", + "options": [ + "[3 0 2]", + "[4 9 2]", + "[4 9 1]", + "[4 5 0]", + "[5 2 4]", + "[0 4 0]", + "[3 5 0]", + "[4 5 2]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 29 + }, + { + "prompt": "[0 9 2]   [2 5 6]   [        ]
    [7 4 2]   [0 9 6]   [2 5 1]
    [2 5 2]   [7 4 6]   [0 9 1]", + "options": [ + "[4 1 7]", + "[3 7 1]", + "[2 5 2]", + "[4 7 1]", + "[7 3 1]", + "[7 9 1]", + "[8 9 3]", + "[7 4 1]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 30 + }, + { + "prompt": "[1 0 5]   [5 0 9]   [0 0 4]
    [0 6 9]   [        ]   [5 6 5]
    [5 3 4]   [0 3 5]   [1 3 9]", + "options": [ + "[3 5 4]", + "[5 0 4]", + "[5 1 4]", + "[5 4 1]", + "[3 7 1]", + "[0 0 4]", + "[1 6 4]", + "[5 3 5]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 31 + }, + { + "prompt": "[3 2 4]   [0 8 4]   [5 0 4]
    [5 0 6]   [3 2 6]   [0 8 6]
    [0 8 1]   [        ]   [3 2 1]", + "options": [ + "[8 4 0]", + "[5 0 1]", + "[2 7 4]", + "[0 8 4]", + "[5 0 3]", + "[5 1 0]", + "[2 8 4]", + "[3 4 2]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 32 + }, + { + "prompt": "[6 3 9]   [7 7 4]   [0 4 2]
    [0 3 4]   [6 7 2]   [7 4 9]
    [        ]   [0 7 9]   [6 4 4]", + "options": [ + "[2 7 3]", + "[7 3 2]", + "[3 6 0]", + "[3 0 6]", + "[8 7 4]", + "[3 4 0]", + "[0 7 9]", + "[3 2 7]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 33 + }, + { + "prompt": "[5 3 1]   [6 2 7]   [8 4 8]
    [5 4 8]   [6 3 1]   [8 2 7]
    [5 2 7]   [6 4 8]   [        ]", + "options": [ + "[3 1 8]", + "[8 3 1]", + "[1 2 6]", + "[8 0 4]", + "[6 3 1]", + "[3 8 1]", + "[6 2 1]", + "[2 2 6]" + ], + "correct": 1, + "correct_coords": "[2 2]", + "prob_ind": 34 + }, + { + "prompt": "[0 1 2]   [8 4 8]   [4 6 5]
    [4 1 8]   [0 4 5]   [8 6 2]
    [        ]   [4 4 2]   [0 6 8]", + "options": [ + "[4 0 5]", + "[4 1 2]", + "[8 1 6]", + "[5 8 1]", + "[8 1 5]", + "[9 3 5]", + "[4 5 0]", + "[4 4 2]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 35 + }, + { + "prompt": "[8 7 8]   [6 9 3]   [        ]
    [6 7 1]   [9 9 8]   [8 1 3]
    [9 7 3]   [8 9 1]   [6 1 8]", + "options": [ + "[3 9 3]", + "[5 9 7]", + "[3 7 9]", + "[9 3 1]", + "[5 4 3]", + "[9 3 7]", + "[9 1 1]", + "[3 9 7]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 36 + }, + { + "prompt": "[        ]   [3 7 9]   [7 0 9]
    [7 7 1]   [5 0 1]   [3 9 1]
    [3 0 3]   [7 9 3]   [5 7 3]", + "options": [ + "[9 3 7]", + "[0 1 5]", + "[7 8 1]", + "[7 0 3]", + "[5 1 9]", + "[9 9 5]", + "[5 9 9]", + "[5 0 9]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 37 + }, + { + "prompt": "[5 5 0]   [        ]   [8 3 6]
    [4 5 3]   [8 4 6]   [5 3 0]
    [8 5 6]   [5 4 0]   [4 3 3]", + "options": [ + "[5 4 0]", + "[4 7 8]", + "[8 3 6]", + "[5 7 0]", + "[4 4 3]", + "[4 3 4]", + "[8 5 0]", + "[5 3 0]" + ], + "correct": 4, + "correct_coords": "[0 1]", + "prob_ind": 38 + }, + { + "prompt": "[2 5 1]   [1 1 9]   [0 0 0]
    [        ]   [0 1 1]   [2 0 9]
    [0 5 9]   [2 1 0]   [1 0 1]", + "options": [ + "[2 1 2]", + "[2 2 1]", + "[2 0 0]", + "[9 6 4]", + "[1 5 0]", + "[1 1 0]", + "[0 0 0]", + "[0 1 5]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 39 + }, + { + "prompt": "[9 5 1]   [2 0 8]   [1 4 9]
    [9 0 8]   [2 4 9]   [        ]
    [9 4 9]   [2 5 1]   [1 0 8]", + "options": [ + "[5 1 1]", + "[0 2 6]", + "[9 3 5]", + "[3 9 5]", + "[9 5 3]", + "[1 1 5]", + "[3 8 5]", + "[1 5 1]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 40 + }, + { + "prompt": "[1 0 5]   [        ]   [3 7 8]
    [1 7 8]   [7 0 5]   [3 5 7]
    [1 5 7]   [7 7 8]   [3 0 5]", + "options": [ + "[7 5 7]", + "[4 3 9]", + "[5 0 7]", + "[1 9 7]", + "[7 0 5]", + "[3 7 8]", + "[0 5 1]", + "[7 5 0]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 41 + }, + { + "prompt": "[2 6 7]   [2 1 4]   [2 9 3]
    [4 9 3]   [        ]   [4 1 4]
    [8 1 4]   [8 9 3]   [8 6 7]", + "options": [ + "[2 1 3]", + "[4 6 7]", + "[2 1 4]", + "[0 6 1]", + "[4 6 6]", + "[6 1 0]", + "[6 6 6]", + "[8 3 4]" + ], + "correct": 1, + "correct_coords": "[1 1]", + "prob_ind": 42 + }, + { + "prompt": "[3 8 5]   [5 7 1]   [6 2 3]
    [5 7 5]   [6 2 1]   [3 8 3]
    [6 2 5]   [3 8 1]   [        ]", + "options": [ + "[6 2 5]", + "[5 9 3]", + "[4 7 5]", + "[4 6 1]", + "[5 7 1]", + "[4 8 1]", + "[5 7 3]", + "[5 8 1]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 43 + }, + { + "prompt": "[4 3 2]   [0 0 2]   [5 9 2]
    [5 9 8]   [4 3 8]   [0 0 8]
    [        ]   [5 9 7]   [4 3 7]", + "options": [ + "[1 3 2]", + "[2 0 7]", + "[7 0 0]", + "[0 6 0]", + "[9 1 6]", + "[0 0 6]", + "[0 0 7]", + "[0 6 1]" + ], + "correct": 6, + "correct_coords": "[2 0]", + "prob_ind": 44 + }, + { + "prompt": "[2 7 0]   [5 2 5]   [0 3 9]
    [2 2 5]   [        ]   [0 7 0]
    [2 3 9]   [5 7 0]   [0 2 5]", + "options": [ + "[5 3 9]", + "[3 0 7]", + "[7 0 1]", + "[1 0 7]", + "[5 3 5]", + "[1 7 0]", + "[3 3 9]", + "[2 2 5]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 45 + }, + { + "prompt": "[        ]   [3 6 9]   [2 4 7]
    [7 4 9]   [3 3 7]   [2 6 8]
    [7 6 7]   [3 4 8]   [2 3 9]", + "options": [ + "[9 6 3]", + "[1 6 8]", + "[3 6 9]", + "[7 3 5]", + "[7 6 7]", + "[7 7 6]", + "[5 6 9]", + "[7 3 8]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 46 + }, + { + "prompt": "[2 3 1]   [2 6 6]   [        ]
    [3 6 7]   [3 8 1]   [3 3 6]
    [4 8 6]   [4 3 7]   [4 6 1]", + "options": [ + "[2 3 1]", + "[7 2 8]", + "[8 2 7]", + "[3 1 2]", + "[2 8 7]", + "[2 7 7]", + "[7 3 4]", + "[4 8 6]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 47 + }, + { + "prompt": "[1 4 1]   [5 6 8]   [        ]
    [1 6 8]   [5 3 2]   [2 4 1]
    [1 3 2]   [5 4 1]   [2 6 8]", + "options": [ + "[4 1 1]", + "[1 1 4]", + "[2 2 3]", + "[1 4 1]", + "[2 3 2]", + "[3 2 2]", + "[1 3 1]", + "[5 6 8]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 48 + }, + { + "prompt": "[5 5 7]   [5 4 0]   [5 2 3]
    [9 4 0]   [        ]   [9 5 7]
    [3 2 3]   [3 5 7]   [3 4 0]", + "options": [ + "[3 2 3]", + "[3 2 5]", + "[5 5 7]", + "[9 5 7]", + "[9 2 3]", + "[1 2 3]", + "[0 9 1]", + "[3 5 7]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 49 + } + ], + "three_rule_comb4": [ + { + "prompt": "[3 0 8]   [4 9 8]   [5 2 8]
    [4 2 4]   [5 0 4]   [6 9 4]
    [5 9 3]   [6 2 3]   [        ]", + "options": [ + "[0 8 3]", + "[0 7 3]", + "[8 9 4]", + "[6 9 3]", + "[7 3 0]", + "[7 0 3]", + "[0 3 7]", + "[6 9 4]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 0 + }, + { + "prompt": "[2 0 3]   [4 3 4]   [9 5 5]
    [        ]   [4 0 5]   [9 3 6]
    [2 3 5]   [4 5 6]   [9 0 7]", + "options": [ + "[2 3 6]", + "[4 0 5]", + "[4 5 0]", + "[5 5 0]", + "[2 5 4]", + "[4 1 5]", + "[4 2 5]", + "[5 5 1]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 1 + }, + { + "prompt": "[        ]   [7 0 6]   [6 0 5]
    [7 2 6]   [6 2 5]   [4 2 4]
    [6 7 5]   [4 7 4]   [7 7 3]", + "options": [ + "[0 4 7]", + "[4 0 7]", + "[7 9 5]", + "[7 7 5]", + "[4 0 5]", + "[0 6 7]", + "[6 7 5]", + "[0 7 6]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 2 + }, + { + "prompt": "[7 5 7]   [0 4 2]   [9 3 9]
    [        ]   [0 3 9]   [9 2 7]
    [7 3 9]   [0 2 7]   [9 1 2]", + "options": [ + "[7 4 9]", + "[9 3 2]", + "[9 2 7]", + "[1 2 5]", + "[0 3 2]", + "[9 4 7]", + "[7 4 2]", + "[0 6 2]" + ], + "correct": 6, + "correct_coords": "[1 0]", + "prob_ind": 3 + }, + { + "prompt": "[        ]   [5 7 1]   [6 1 1]
    [5 7 3]   [6 1 3]   [7 4 3]
    [6 1 0]   [7 4 0]   [8 7 0]", + "options": [ + "[4 4 1]", + "[8 9 4]", + "[6 1 1]", + "[7 4 0]", + "[0 4 7]", + "[6 1 3]", + "[5 4 0]", + "[4 8 9]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 4 + }, + { + "prompt": "[        ]   [8 7 6]   [7 7 5]
    [8 0 6]   [7 0 5]   [6 0 9]
    [7 5 5]   [6 5 9]   [5 5 6]", + "options": [ + "[7 9 2]", + "[7 0 5]", + "[6 7 4]", + "[9 9 7]", + "[9 7 9]", + "[8 7 5]", + "[6 7 6]", + "[8 7 6]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 5 + }, + { + "prompt": "[6 2 7]   [        ]   [7 4 3]
    [6 3 4]   [4 4 3]   [7 5 7]
    [6 4 3]   [4 5 7]   [7 6 4]", + "options": [ + "[4 5 5]", + "[4 4 4]", + "[6 2 7]", + "[4 3 4]", + "[6 0 9]", + "[9 4 3]", + "[6 4 7]", + "[6 4 4]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 6 + }, + { + "prompt": "[2 4 5]   [3 5 3]   [4 1 0]
    [        ]   [4 5 5]   [5 1 3]
    [4 4 3]   [5 5 0]   [6 1 5]", + "options": [ + "[4 3 4]", + "[4 1 0]", + "[4 5 0]", + "[7 6 1]", + "[3 4 0]", + "[4 4 0]", + "[5 5 3]", + "[7 6 0]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 7 + }, + { + "prompt": "[4 0 8]   [        ]   [8 4 8]
    [7 2 5]   [8 4 5]   [4 6 5]
    [8 4 9]   [4 6 9]   [7 8 9]", + "options": [ + "[7 2 5]", + "[5 2 0]", + "[7 4 9]", + "[5 4 8]", + "[4 6 9]", + "[7 2 8]", + "[0 8 4]", + "[8 4 8]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 8 + }, + { + "prompt": "[0 1 5]   [7 1 6]   [9 1 7]
    [9 3 6]   [0 3 7]   [7 3 8]
    [7 7 7]   [9 7 8]   [        ]", + "options": [ + "[7 3 5]", + "[0 7 0]", + "[9 7 9]", + "[0 7 9]", + "[7 6 1]", + "[7 2 6]", + "[0 1 5]", + "[0 9 5]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 9 + }, + { + "prompt": "[8 2 8]   [7 3 6]   [        ]
    [7 2 6]   [6 3 9]   [5 1 8]
    [6 2 9]   [5 3 8]   [4 1 6]", + "options": [ + "[6 3 9]", + "[1 6 9]", + "[6 5 3]", + "[6 1 9]", + "[8 8 2]", + "[2 8 8]", + "[2 7 9]", + "[7 2 9]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 10 + }, + { + "prompt": "[        ]   [7 2 2]   [0 4 8]
    [7 2 1]   [0 4 2]   [6 6 8]
    [0 4 1]   [6 6 2]   [7 8 8]", + "options": [ + "[6 7 1]", + "[6 4 6]", + "[4 6 6]", + "[3 0 5]", + "[6 6 4]", + "[6 0 1]", + "[2 4 1]", + "[6 8 1]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 11 + }, + { + "prompt": "[9 9 0]   [9 8 5]   [9 7 8]
    [4 8 8]   [        ]   [4 6 5]
    [7 7 5]   [7 6 8]   [7 5 0]", + "options": [ + "[4 7 0]", + "[4 7 8]", + "[7 5 2]", + "[9 7 0]", + "[7 5 7]", + "[9 7 8]", + "[4 9 8]", + "[9 8 5]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 12 + }, + { + "prompt": "[2 9 6]   [4 7 7]   [        ]
    [2 7 7]   [4 5 5]   [6 3 6]
    [2 5 5]   [4 3 6]   [6 1 7]", + "options": [ + "[6 3 6]", + "[3 5 5]", + "[1 0 3]", + "[6 4 3]", + "[2 7 7]", + "[6 5 5]", + "[3 5 4]", + "[5 6 5]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 13 + }, + { + "prompt": "[6 1 8]   [        ]   [8 5 2]
    [8 3 8]   [6 5 0]   [3 7 2]
    [3 5 8]   [8 7 0]   [6 9 2]", + "options": [ + "[8 3 8]", + "[2 5 8]", + "[5 6 0]", + "[4 0 9]", + "[7 3 2]", + "[3 3 0]", + "[3 5 0]", + "[5 5 0]" + ], + "correct": 5, + "correct_coords": "[0 1]", + "prob_ind": 14 + }, + { + "prompt": "[2 9 8]   [8 8 5]   [4 7 4]
    [2 8 4]   [8 7 8]   [4 6 5]
    [2 7 5]   [        ]   [4 5 8]", + "options": [ + "[6 8 5]", + "[8 7 4]", + "[3 6 5]", + "[8 6 4]", + "[8 5 6]", + "[8 7 8]", + "[8 7 6]", + "[5 8 6]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 15 + }, + { + "prompt": "[4 8 6]   [4 6 5]   [4 7 4]
    [3 7 5]   [3 8 4]   [3 6 3]
    [        ]   [7 7 3]   [7 8 2]", + "options": [ + "[7 4 4]", + "[0 6 7]", + "[8 4 3]", + "[4 8 3]", + "[7 6 4]", + "[7 8 3]", + "[7 6 6]", + "[7 4 6]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 16 + }, + { + "prompt": "[1 2 0]   [2 0 6]   [        ]
    [2 0 0]   [3 4 6]   [4 2 4]
    [3 4 0]   [4 2 6]   [5 0 4]", + "options": [ + "[3 2 6]", + "[3 2 4]", + "[4 2 4]", + "[4 2 8]", + "[1 0 2]", + "[3 4 0]", + "[3 4 4]", + "[4 4 4]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 17 + }, + { + "prompt": "[9 4 4]   [7 9 3]   [5 8 2]
    [7 4 2]   [5 9 4]   [3 8 3]
    [5 4 3]   [3 9 2]   [        ]", + "options": [ + "[5 9 4]", + "[2 6 3]", + "[1 8 4]", + "[5 0 3]", + "[5 0 5]", + "[3 8 3]", + "[9 3 5]", + "[5 9 3]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 18 + }, + { + "prompt": "[5 0 5]   [9 9 4]   [8 7 3]
    [9 0 4]   [8 9 3]   [5 7 2]
    [        ]   [5 9 2]   [9 7 1]", + "options": [ + "[5 9 3]", + "[3 8 0]", + "[8 3 7]", + "[8 0 3]", + "[5 8 5]", + "[8 0 5]", + "[5 8 0]", + "[0 9 3]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 19 + }, + { + "prompt": "[2 3 1]   [6 4 1]   [3 5 1]
    [6 4 4]   [3 5 4]   [2 6 4]
    [        ]   [2 6 6]   [6 7 6]", + "options": [ + "[4 6 4]", + "[3 5 6]", + "[6 4 1]", + "[2 1 1]", + "[7 3 6]", + "[6 4 4]", + "[7 2 6]", + "[6 2 6]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 20 + }, + { + "prompt": "[8 0 4]   [2 2 4]   [1 4 4]
    [2 2 7]   [        ]   [8 6 7]
    [1 4 0]   [8 6 0]   [2 8 0]", + "options": [ + "[2 7 9]", + "[1 4 7]", + "[2 6 4]", + "[8 6 0]", + "[2 4 2]", + "[7 0 1]", + "[1 7 0]", + "[4 5 9]" + ], + "correct": 1, + "correct_coords": "[1 1]", + "prob_ind": 21 + }, + { + "prompt": "[4 4 0]   [        ]   [2 4 2]
    [3 9 9]   [2 9 2]   [1 9 0]
    [2 8 2]   [1 8 0]   [0 8 9]", + "options": [ + "[3 9 9]", + "[2 9 2]", + "[0 3 4]", + "[3 9 6]", + "[3 4 9]", + "[5 1 0]", + "[2 4 2]", + "[3 9 4]" + ], + "correct": 4, + "correct_coords": "[0 1]", + "prob_ind": 22 + }, + { + "prompt": "[        ]   [9 1 4]   [2 1 5]
    [2 7 4]   [4 7 5]   [9 7 6]
    [9 2 5]   [2 2 6]   [4 2 7]", + "options": [ + "[9 2 7]", + "[9 2 5]", + "[1 3 4]", + "[4 2 5]", + "[4 1 3]", + "[9 2 6]", + "[9 4 5]", + "[7 2 4]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 23 + }, + { + "prompt": "[9 0 2]   [9 9 3]   [9 3 4]
    [5 9 3]   [5 3 4]   [5 0 5]
    [8 3 4]   [8 0 5]   [        ]", + "options": [ + "[9 0 2]", + "[9 0 3]", + "[9 0 4]", + "[0 4 8]", + "[9 3 9]", + "[8 9 6]", + "[8 9 5]", + "[5 0 8]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 24 + }, + { + "prompt": "[6 1 4]   [7 2 2]   [8 3 8]
    [        ]   [7 3 8]   [8 4 4]
    [6 3 8]   [7 4 4]   [8 5 2]", + "options": [ + "[8 4 4]", + "[4 7 4]", + "[2 3 7]", + "[7 2 3]", + "[6 2 2]", + "[7 4 4]", + "[6 2 4]", + "[4 2 2]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 25 + }, + { + "prompt": "[1 5 3]   [        ]   [1 3 1]
    [4 4 1]   [4 3 3]   [4 2 0]
    [3 3 0]   [3 2 1]   [3 1 3]", + "options": [ + "[4 4 1]", + "[5 7 8]", + "[7 6 2]", + "[1 3 0]", + "[1 4 0]", + "[0 1 4]", + "[4 4 3]", + "[3 3 0]" + ], + "correct": 4, + "correct_coords": "[0 1]", + "prob_ind": 26 + }, + { + "prompt": "[9 8 5]   [9 7 6]   [9 0 7]
    [6 0 6]   [6 8 7]   [6 7 8]
    [        ]   [2 0 8]   [2 8 9]", + "options": [ + "[2 7 7]", + "[1 6 7]", + "[0 7 7]", + "[1 1 6]", + "[6 1 7]", + "[7 1 6]", + "[7 4 5]", + "[1 7 7]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 27 + }, + { + "prompt": "[1 6 6]   [1 5 7]   [1 4 9]
    [4 5 9]   [4 4 6]   [4 3 7]
    [3 4 7]   [        ]   [3 2 6]", + "options": [ + "[6 1 6]", + "[4 6 9]", + "[3 7 4]", + "[0 3 3]", + "[4 5 9]", + "[3 3 0]", + "[3 3 9]", + "[1 6 9]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 28 + }, + { + "prompt": "[2 8 4]   [2 9 5]   [2 7 6]
    [0 9 5]   [0 7 6]   [0 8 7]
    [5 7 6]   [5 8 7]   [        ]", + "options": [ + "[5 9 8]", + "[5 6 9]", + "[2 9 7]", + "[9 8 5]", + "[8 4 2]", + "[5 9 7]", + "[2 6 7]", + "[5 9 6]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 29 + }, + { + "prompt": "[2 1 7]   [7 1 6]   [4 1 5]
    [4 7 6]   [2 7 5]   [        ]
    [7 6 5]   [4 6 4]   [2 6 3]", + "options": [ + "[5 6 7]", + "[7 7 4]", + "[5 1 4]", + "[1 7 6]", + "[6 4 4]", + "[4 7 6]", + "[7 5 4]", + "[6 4 7]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 30 + }, + { + "prompt": "[        ]   [5 1 1]   [6 1 9]
    [5 2 9]   [6 2 6]   [7 2 1]
    [6 6 1]   [7 6 9]   [8 6 6]", + "options": [ + "[5 2 1]", + "[2 6 6]", + "[1 3 4]", + "[4 1 6]", + "[7 6 9]", + "[6 6 3]", + "[6 6 1]", + "[4 8 3]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 31 + }, + { + "prompt": "[8 4 4]   [0 5 5]   [3 6 9]
    [8 5 9]   [        ]   [3 7 5]
    [8 6 5]   [0 7 9]   [3 8 4]", + "options": [ + "[8 5 9]", + "[0 5 5]", + "[6 0 4]", + "[0 6 6]", + "[0 6 4]", + "[2 5 8]", + "[4 8 4]", + "[0 4 6]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 32 + }, + { + "prompt": "[8 5 2]   [9 1 3]   [3 8 4]
    [        ]   [8 1 4]   [9 8 5]
    [9 5 4]   [3 1 5]   [8 8 6]", + "options": [ + "[9 1 3]", + "[0 1 3]", + "[3 4 3]", + "[3 5 3]", + "[3 5 4]", + "[3 3 4]", + "[8 5 2]", + "[3 8 3]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 33 + }, + { + "prompt": "[6 7 1]   [7 4 3]   [1 6 5]
    [7 7 3]   [1 4 5]   [        ]
    [1 7 5]   [6 4 7]   [7 6 9]", + "options": [ + "[0 6 4]", + "[6 6 5]", + "[4 6 0]", + "[6 7 1]", + "[3 9 4]", + "[1 4 5]", + "[6 6 7]", + "[6 4 3]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 34 + }, + { + "prompt": "[7 1 3]   [0 8 4]   [4 3 5]
    [7 3 4]   [0 1 5]   [4 8 6]
    [7 8 5]   [        ]   [4 1 7]", + "options": [ + "[3 0 6]", + "[4 0 8]", + "[4 3 6]", + "[7 3 3]", + "[3 6 0]", + "[4 8 4]", + "[0 4 8]", + "[0 3 6]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 35 + }, + { + "prompt": "[2 7 4]   [2 6 7]   [2 5 3]
    [9 6 7]   [9 5 3]   [        ]
    [0 5 3]   [0 4 4]   [0 3 7]", + "options": [ + "[4 4 9]", + "[4 9 4]", + "[3 6 8]", + "[9 7 4]", + "[9 4 4]", + "[2 5 8]", + "[9 5 3]", + "[0 4 4]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 36 + }, + { + "prompt": "[        ]   [7 5 3]   [7 6 4]
    [5 6 3]   [5 7 4]   [5 5 5]
    [6 5 4]   [6 6 5]   [6 7 6]", + "options": [ + "[5 5 5]", + "[5 7 2]", + "[7 2 5]", + "[5 3 5]", + "[5 7 5]", + "[5 6 3]", + "[5 3 2]", + "[7 7 2]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 37 + }, + { + "prompt": "[3 8 5]   [1 6 5]   [8 4 5]
    [        ]   [8 4 9]   [3 2 9]
    [8 4 3]   [3 2 3]   [1 0 3]", + "options": [ + "[6 1 9]", + "[4 8 3]", + "[9 1 6]", + "[1 6 9]", + "[6 9 1]", + "[9 2 6]", + "[3 4 3]", + "[3 4 9]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 38 + }, + { + "prompt": "[9 2 9]   [8 0 2]   [7 5 7]
    [8 0 9]   [7 5 2]   [6 2 7]
    [7 5 9]   [6 2 2]   [        ]", + "options": [ + "[7 5 2]", + "[5 0 7]", + "[7 5 0]", + "[8 2 2]", + "[5 0 5]", + "[5 2 7]", + "[6 0 2]", + "[7 9 5]" + ], + "correct": 1, + "correct_coords": "[2 2]", + "prob_ind": 39 + }, + { + "prompt": "[0 8 2]   [0 6 9]   [0 4 7]
    [8 6 7]   [8 4 2]   [        ]
    [3 4 9]   [3 2 7]   [3 0 2]", + "options": [ + "[8 2 8]", + "[0 7 4]", + "[0 7 3]", + "[0 6 7]", + "[0 4 7]", + "[0 6 4]", + "[8 2 9]", + "[8 2 4]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 40 + }, + { + "prompt": "[0 0 1]   [5 0 2]   [3 0 3]
    [5 1 2]   [        ]   [0 1 4]
    [3 2 3]   [0 2 4]   [5 2 5]", + "options": [ + "[3 1 3]", + "[5 0 3]", + "[0 5 3]", + "[5 0 2]", + "[5 9 2]", + "[3 2 3]", + "[2 3 3]", + "[0 2 4]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 41 + }, + { + "prompt": "[        ]   [0 3 5]   [8 4 5]
    [8 3 0]   [1 4 0]   [0 5 0]
    [0 4 1]   [8 5 1]   [1 6 1]", + "options": [ + "[1 5 7]", + "[1 4 1]", + "[0 5 3]", + "[1 5 8]", + "[8 5 1]", + "[8 4 5]", + "[1 2 5]", + "[1 2 7]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 42 + }, + { + "prompt": "[4 1 5]   [4 3 7]   [4 5 3]
    [1 3 3]   [1 5 5]   [1 7 7]
    [8 5 7]   [        ]   [8 9 5]", + "options": [ + "[8 7 3]", + "[9 9 8]", + "[3 7 8]", + "[7 9 3]", + "[9 7 3]", + "[7 7 3]", + "[9 9 3]", + "[5 5 1]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 43 + }, + { + "prompt": "[4 8 2]   [        ]   [0 4 7]
    [0 6 2]   [4 4 6]   [8 2 7]
    [8 4 2]   [0 2 6]   [4 0 7]", + "options": [ + "[0 2 8]", + "[0 2 7]", + "[0 2 6]", + "[8 6 6]", + "[4 8 2]", + "[0 4 7]", + "[4 0 2]", + "[8 5 6]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 44 + }, + { + "prompt": "[        ]   [1 2 2]   [3 3 4]
    [2 2 2]   [1 3 4]   [3 8 6]
    [2 3 4]   [1 8 6]   [3 2 8]", + "options": [ + "[7 2 0]", + "[3 3 4]", + "[6 8 0]", + "[0 8 6]", + "[1 2 0]", + "[0 2 7]", + "[2 8 0]", + "[2 2 0]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 45 + }, + { + "prompt": "[0 9 8]   [0 8 4]   [0 7 3]
    [        ]   [8 7 3]   [8 6 8]
    [4 7 3]   [4 6 8]   [4 5 4]", + "options": [ + "[8 1 7]", + "[8 7 3]", + "[8 7 1]", + "[4 8 8]", + "[0 7 3]", + "[8 6 3]", + "[2 7 3]", + "[8 8 4]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 46 + }, + { + "prompt": "[8 1 4]   [8 9 5]   [        ]
    [7 6 5]   [7 1 6]   [7 9 7]
    [5 9 6]   [5 6 7]   [5 1 8]", + "options": [ + "[8 1 7]", + "[2 9 3]", + "[8 6 7]", + "[8 6 6]", + "[8 7 1]", + "[8 9 7]", + "[6 6 8]", + "[6 7 5]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 47 + }, + { + "prompt": "[3 5 2]   [3 6 9]   [3 7 7]
    [0 6 9]   [0 7 7]   [0 8 2]
    [6 7 7]   [6 8 2]   [        ]", + "options": [ + "[8 6 0]", + "[8 5 2]", + "[7 9 9]", + "[4 7 7]", + "[8 0 2]", + "[6 9 9]", + "[0 6 2]", + "[8 6 2]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 48 + }, + { + "prompt": "[        ]   [7 0 2]   [2 7 4]
    [2 4 2]   [4 0 4]   [7 7 6]
    [7 4 4]   [2 0 6]   [4 7 8]", + "options": [ + "[4 4 0]", + "[4 5 7]", + "[5 7 6]", + "[4 4 7]", + "[2 0 7]", + "[4 4 1]", + "[2 4 2]", + "[3 4 0]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 49 + } + ], + "three_rule_comb5": [ + { + "prompt": "[9 9 2]   [8 9 3]   [        ]
    [8 2 3]   [7 2 4]   [6 2 5]
    [7 6 4]   [6 6 5]   [5 6 6]", + "options": [ + "[7 4 9]", + "[4 7 1]", + "[4 7 9]", + "[2 3 8]", + "[7 3 9]", + "[7 9 4]", + "[9 4 7]", + "[1 3 9]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 0 + }, + { + "prompt": "[7 8 5]   [6 6 5]   [5 4 5]
    [6 6 2]   [        ]   [4 2 2]
    [5 4 7]   [4 2 7]   [3 0 7]", + "options": [ + "[7 4 2]", + "[3 2 5]", + "[5 6 2]", + "[3 2 7]", + "[5 2 7]", + "[3 7 2]", + "[7 6 5]", + "[5 4 2]" + ], + "correct": 7, + "correct_coords": "[1 1]", + "prob_ind": 1 + }, + { + "prompt": "[5 7 4]   [6 5 5]   [7 4 6]
    [        ]   [7 5 6]   [8 4 7]
    [7 7 6]   [8 5 7]   [9 4 8]", + "options": [ + "[6 7 5]", + "[7 5 6]", + "[6 7 7]", + "[8 5 6]", + "[6 5 7]", + "[7 7 5]", + "[8 5 5]", + "[5 7 6]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 2 + }, + { + "prompt": "[6 5 9]   [5 5 8]   [4 5 7]
    [        ]   [4 4 7]   [3 4 6]
    [4 8 7]   [3 8 6]   [2 8 5]", + "options": [ + "[3 0 4]", + "[4 7 7]", + "[1 7 7]", + "[4 4 8]", + "[3 8 4]", + "[3 7 7]", + "[5 4 8]", + "[3 4 7]" + ], + "correct": 6, + "correct_coords": "[1 0]", + "prob_ind": 3 + }, + { + "prompt": "[0 8 2]   [        ]   [7 4 4]
    [0 6 3]   [5 4 4]   [7 2 5]
    [0 4 4]   [5 2 5]   [7 0 6]", + "options": [ + "[2 5 5]", + "[0 6 3]", + "[4 6 5]", + "[5 2 5]", + "[7 2 5]", + "[4 3 9]", + "[2 5 7]", + "[5 6 3]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 4 + }, + { + "prompt": "[1 8 7]   [3 6 7]   [5 4 7]
    [3 6 9]   [5 4 9]   [7 2 9]
    [5 4 6]   [        ]   [9 0 6]", + "options": [ + "[7 2 6]", + "[7 6 2]", + "[3 6 7]", + "[9 1 5]", + "[7 2 8]", + "[5 3 6]", + "[6 7 2]", + "[5 6 2]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 5 + }, + { + "prompt": "[9 4 1]   [6 5 2]   [1 6 3]
    [9 5 2]   [        ]   [1 7 4]
    [9 6 3]   [6 7 4]   [1 8 5]", + "options": [ + "[1 7 4]", + "[6 7 4]", + "[7 4 6]", + "[6 9 3]", + "[6 6 3]", + "[7 7 4]", + "[6 9 4]", + "[6 8 3]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 6 + }, + { + "prompt": "[9 4 2]   [8 3 2]   [7 2 2]
    [8 3 8]   [7 2 8]   [6 1 8]
    [        ]   [6 1 4]   [5 0 4]", + "options": [ + "[8 9 6]", + "[2 1 6]", + "[6 1 2]", + "[6 2 4]", + "[6 2 2]", + "[7 2 4]", + "[7 1 2]", + "[7 1 8]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 7 + }, + { + "prompt": "[8 5 9]   [        ]   [8 7 5]
    [1 6 7]   [1 7 5]   [1 8 3]
    [7 7 5]   [7 8 3]   [7 9 1]", + "options": [ + "[8 6 7]", + "[7 1 6]", + "[1 5 6]", + "[1 7 5]", + "[7 6 3]", + "[1 6 7]", + "[1 7 6]", + "[1 5 7]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 8 + }, + { + "prompt": "[9 3 7]   [8 4 1]   [7 5 2]
    [8 4 7]   [7 5 1]   [6 6 2]
    [        ]   [6 6 1]   [5 7 2]", + "options": [ + "[3 9 6]", + "[7 5 1]", + "[6 9 3]", + "[6 9 2]", + "[7 9 3]", + "[7 5 7]", + "[5 5 2]", + "[8 2 7]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 9 + }, + { + "prompt": "[8 2 8]   [7 5 6]   [6 6 4]
    [7 2 6]   [6 5 4]   [        ]
    [6 2 4]   [5 5 2]   [4 6 0]", + "options": [ + "[5 2 4]", + "[6 5 4]", + "[8 5 6]", + "[5 6 6]", + "[5 6 2]", + "[7 5 6]", + "[2 6 5]", + "[5 6 1]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 10 + }, + { + "prompt": "[5 3 8]   [6 4 8]   [7 5 8]
    [6 4 4]   [7 5 4]   [8 6 4]
    [        ]   [8 6 9]   [9 7 9]", + "options": [ + "[7 5 8]", + "[7 5 9]", + "[6 4 8]", + "[7 5 7]", + "[4 4 4]", + "[8 5 8]", + "[7 6 9]", + "[8 5 0]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 11 + }, + { + "prompt": "[9 4 5]   [7 3 2]   [5 2 4]
    [7 3 5]   [5 2 2]   [3 1 4]
    [        ]   [3 1 2]   [1 0 4]", + "options": [ + "[5 1 2]", + "[5 5 2]", + "[7 2 5]", + "[3 2 2]", + "[3 2 8]", + "[9 5 2]", + "[3 1 2]", + "[5 2 5]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 12 + }, + { + "prompt": "[1 5 3]   [3 6 5]   [5 7 4]
    [3 6 3]   [        ]   [7 8 4]
    [5 7 3]   [7 8 5]   [9 9 4]", + "options": [ + "[6 3 3]", + "[7 5 5]", + "[5 7 8]", + "[1 3 3]", + "[3 8 3]", + "[3 6 2]", + "[5 7 5]", + "[5 5 7]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 13 + }, + { + "prompt": "[8 5 7]   [9 4 6]   [6 3 5]
    [8 4 6]   [9 3 5]   [6 2 4]
    [8 3 5]   [9 2 4]   [        ]", + "options": [ + "[1 6 3]", + "[8 6 7]", + "[2 4 9]", + "[5 6 3]", + "[6 1 3]", + "[8 7 6]", + "[6 8 7]", + "[1 7 0]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 14 + }, + { + "prompt": "[4 2 6]   [3 3 6]   [2 4 6]
    [3 3 2]   [2 4 2]   [1 5 2]
    [2 4 1]   [        ]   [0 6 1]", + "options": [ + "[7 6 3]", + "[3 4 6]", + "[1 5 1]", + "[2 6 4]", + "[2 9 8]", + "[2 4 9]", + "[2 4 6]", + "[8 2 9]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 15 + }, + { + "prompt": "[8 1 3]   [        ]   [6 3 1]
    [7 2 3]   [6 3 9]   [5 4 1]
    [6 3 3]   [5 4 9]   [4 5 1]", + "options": [ + "[6 3 8]", + "[7 2 9]", + "[6 3 1]", + "[7 3 2]", + "[6 2 1]", + "[2 9 7]", + "[5 3 9]", + "[6 3 9]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 16 + }, + { + "prompt": "[4 0 8]   [0 2 6]   [3 4 4]
    [4 2 6]   [0 4 4]   [3 6 2]
    [4 4 4]   [        ]   [3 8 0]", + "options": [ + "[9 6 2]", + "[4 0 8]", + "[0 6 2]", + "[4 4 0]", + "[4 4 4]", + "[2 6 0]", + "[4 6 2]", + "[4 2 6]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 17 + }, + { + "prompt": "[2 9 8]   [3 7 3]   [4 5 6]
    [3 7 8]   [4 5 3]   [5 3 6]
    [        ]   [5 3 3]   [6 1 6]", + "options": [ + "[4 3 8]", + "[8 4 5]", + "[1 6 9]", + "[4 5 3]", + "[8 5 4]", + "[3 7 3]", + "[4 5 8]", + "[5 3 6]" + ], + "correct": 6, + "correct_coords": "[2 0]", + "prob_ind": 18 + }, + { + "prompt": "[        ]   [6 1 8]   [4 2 0]
    [6 1 4]   [4 2 8]   [2 3 0]
    [4 2 4]   [2 3 8]   [0 4 0]", + "options": [ + "[8 0 4]", + "[8 0 1]", + "[4 0 8]", + "[2 3 9]", + "[6 1 9]", + "[0 3 0]", + "[4 2 4]", + "[9 2 3]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 19 + }, + { + "prompt": "[        ]   [7 6 4]   [6 4 5]
    [7 2 4]   [6 6 5]   [5 4 6]
    [6 2 5]   [5 6 6]   [4 4 7]", + "options": [ + "[5 4 5]", + "[2 8 2]", + "[8 2 3]", + "[7 4 4]", + "[7 8 2]", + "[8 2 2]", + "[2 8 3]", + "[6 2 4]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 20 + }, + { + "prompt": "[1 2 5]   [1 3 4]   [1 4 3]
    [        ]   [3 4 3]   [3 5 2]
    [7 4 3]   [7 5 2]   [7 6 1]", + "options": [ + "[7 4 3]", + "[2 5 7]", + "[3 3 4]", + "[9 4 5]", + "[2 5 3]", + "[3 6 3]", + "[3 4 3]", + "[3 1 4]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 21 + }, + { + "prompt": "[8 4 3]   [8 3 4]   [8 2 5]
    [4 3 4]   [4 2 5]   [        ]
    [5 2 5]   [5 1 6]   [5 0 7]", + "options": [ + "[7 9 8]", + "[8 2 5]", + "[0 8 9]", + "[2 8 5]", + "[5 1 6]", + "[4 0 4]", + "[4 1 4]", + "[4 1 6]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 22 + }, + { + "prompt": "[4 9 7]   [3 7 3]   [2 5 5]
    [3 7 7]   [2 5 3]   [1 3 5]
    [        ]   [1 3 3]   [0 1 5]", + "options": [ + "[1 3 5]", + "[3 7 3]", + "[2 5 7]", + "[1 5 7]", + "[3 5 3]", + "[2 5 3]", + "[2 5 5]", + "[2 6 5]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 23 + }, + { + "prompt": "[4 5 1]   [3 6 1]   [2 7 1]
    [3 6 6]   [2 7 6]   [1 8 6]
    [        ]   [1 8 0]   [0 9 0]", + "options": [ + "[8 0 1]", + "[7 1 2]", + "[8 1 2]", + "[8 1 0]", + "[2 7 6]", + "[2 7 0]", + "[1 8 0]", + "[7 2 5]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 24 + }, + { + "prompt": "[5 1 2]   [6 2 4]   [7 3 8]
    [6 2 2]   [7 3 4]   [8 4 8]
    [7 3 2]   [8 4 4]   [        ]", + "options": [ + "[9 8 5]", + "[8 8 4]", + "[8 4 8]", + "[7 2 4]", + "[9 8 3]", + "[9 5 8]", + "[7 4 4]", + "[7 2 2]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 25 + }, + { + "prompt": "[1 3 0]   [2 4 0]   [3 5 0]
    [2 4 6]   [3 5 6]   [4 6 6]
    [3 5 5]   [        ]   [5 7 5]", + "options": [ + "[6 6 4]", + "[4 6 5]", + "[2 5 0]", + "[3 5 6]", + "[6 4 6]", + "[5 6 5]", + "[6 4 5]", + "[6 4 4]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 26 + }, + { + "prompt": "[8 9 7]   [7 9 6]   [6 9 5]
    [7 7 6]   [6 7 5]   [        ]
    [6 4 5]   [5 4 4]   [4 4 3]", + "options": [ + "[7 9 6]", + "[5 7 4]", + "[8 1 7]", + "[5 4 6]", + "[4 7 4]", + "[8 9 6]", + "[4 5 4]", + "[5 4 5]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 27 + }, + { + "prompt": "[0 8 5]   [8 6 4]   [9 4 3]
    [0 6 4]   [8 4 3]   [        ]
    [0 4 3]   [8 2 2]   [9 0 1]", + "options": [ + "[9 4 3]", + "[9 2 2]", + "[2 9 2]", + "[0 6 4]", + "[9 2 1]", + "[9 4 5]", + "[8 4 4]", + "[3 9 4]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 28 + }, + { + "prompt": "[5 6 0]   [4 0 2]   [        ]
    [4 6 2]   [3 0 4]   [2 3 6]
    [3 6 4]   [2 0 6]   [1 3 8]", + "options": [ + "[4 2 6]", + "[6 4 2]", + "[2 4 6]", + "[4 6 3]", + "[0 2 4]", + "[3 3 4]", + "[4 3 6]", + "[4 2 4]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 29 + }, + { + "prompt": "[5 3 9]   [        ]   [5 5 7]
    [1 4 8]   [1 5 7]   [1 6 6]
    [9 5 7]   [9 6 6]   [9 7 5]", + "options": [ + "[4 5 8]", + "[8 4 5]", + "[9 3 5]", + "[1 5 7]", + "[4 1 7]", + "[7 3 7]", + "[7 1 4]", + "[5 4 8]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 30 + }, + { + "prompt": "[5 4 8]   [5 5 6]   [5 6 4]
    [8 5 6]   [8 6 4]   [        ]
    [2 6 4]   [2 7 2]   [2 8 0]", + "options": [ + "[2 6 4]", + "[8 6 4]", + "[7 7 2]", + "[2 4 6]", + "[0 7 4]", + "[8 7 2]", + "[5 4 9]", + "[0 7 2]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 31 + }, + { + "prompt": "[4 8 2]   [3 8 3]   [2 8 4]
    [3 9 3]   [2 9 4]   [        ]
    [2 5 4]   [1 5 5]   [0 5 6]", + "options": [ + "[2 5 4]", + "[2 5 5]", + "[1 4 5]", + "[1 1 5]", + "[1 9 5]", + "[6 4 1]", + "[3 8 3]", + "[1 8 4]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 32 + }, + { + "prompt": "[3 6 1]   [4 6 3]   [5 6 5]
    [4 0 3]   [        ]   [6 0 7]
    [5 8 5]   [6 8 7]   [7 8 9]", + "options": [ + "[5 0 7]", + "[5 0 5]", + "[0 5 5]", + "[5 5 0]", + "[5 5 5]", + "[7 0 5]", + "[5 0 0]", + "[2 9 5]" + ], + "correct": 1, + "correct_coords": "[1 1]", + "prob_ind": 33 + }, + { + "prompt": "[3 8 5]   [3 7 4]   [        ]
    [6 7 4]   [6 6 3]   [6 5 2]
    [1 6 3]   [1 5 2]   [1 4 1]", + "options": [ + "[3 6 3]", + "[1 8 2]", + "[0 2 5]", + "[6 5 4]", + "[1 5 2]", + "[0 5 2]", + "[6 8 2]", + "[7 6 4]" + ], + "correct": 0, + "correct_coords": "[0 2]", + "prob_ind": 34 + }, + { + "prompt": "[7 4 5]   [6 5 5]   [5 6 5]
    [6 5 6]   [5 6 6]   [4 7 6]
    [        ]   [4 7 9]   [3 8 9]", + "options": [ + "[5 5 6]", + "[5 6 9]", + "[6 5 5]", + "[8 7 5]", + "[6 7 5]", + "[0 8 6]", + "[9 5 6]", + "[5 5 4]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 35 + }, + { + "prompt": "[5 1 9]   [5 3 7]   [        ]
    [9 3 7]   [9 5 5]   [9 7 3]
    [2 5 5]   [2 7 3]   [2 9 1]", + "options": [ + "[1 5 9]", + "[7 5 5]", + "[9 1 5]", + "[5 5 5]", + "[7 5 3]", + "[1 1 5]", + "[5 7 5]", + "[2 6 4]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 36 + }, + { + "prompt": "[5 9 1]   [        ]   [3 9 5]
    [4 5 3]   [3 5 5]   [2 5 7]
    [3 4 5]   [2 4 7]   [1 4 9]", + "options": [ + "[5 7 0]", + "[5 3 5]", + "[2 5 7]", + "[4 9 3]", + "[3 9 5]", + "[4 7 3]", + "[3 5 5]", + "[2 4 7]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 37 + }, + { + "prompt": "[1 7 4]   [3 6 5]   [        ]
    [1 6 5]   [3 5 6]   [4 4 7]
    [1 5 6]   [3 4 7]   [4 3 8]", + "options": [ + "[4 4 5]", + "[4 5 6]", + "[4 4 7]", + "[4 5 7]", + "[1 4 6]", + "[4 7 4]", + "[1 5 5]", + "[4 6 5]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 38 + }, + { + "prompt": "[3 9 4]   [4 8 4]   [        ]
    [4 8 3]   [5 7 3]   [6 6 3]
    [5 7 6]   [6 6 6]   [7 5 6]", + "options": [ + "[6 4 1]", + "[6 4 9]", + "[6 6 6]", + "[7 4 5]", + "[9 6 4]", + "[6 4 7]", + "[4 8 4]", + "[5 7 4]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 39 + }, + { + "prompt": "[        ]   [2 6 2]   [7 4 3]
    [3 6 2]   [2 4 3]   [7 2 4]
    [3 4 3]   [2 2 4]   [7 0 5]", + "options": [ + "[3 8 3]", + "[3 4 3]", + "[7 4 9]", + "[3 8 1]", + "[2 8 2]", + "[9 4 7]", + "[7 2 4]", + "[5 2 4]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 40 + }, + { + "prompt": "[8 8 0]   [7 6 1]   [2 4 2]
    [8 6 1]   [7 4 2]   [2 2 3]
    [8 4 2]   [        ]   [2 0 4]", + "options": [ + "[6 4 2]", + "[7 2 3]", + "[9 7 6]", + "[2 3 7]", + "[7 2 4]", + "[8 4 2]", + "[7 6 1]", + "[8 5 2]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 41 + }, + { + "prompt": "[1 5 4]   [2 4 5]   [3 3 6]
    [        ]   [2 3 6]   [3 2 7]
    [1 3 6]   [2 2 7]   [3 1 8]", + "options": [ + "[3 6 3]", + "[3 2 5]", + "[8 9 7]", + "[1 4 5]", + "[1 5 4]", + "[2 5 6]", + "[3 3 6]", + "[5 4 2]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 42 + }, + { + "prompt": "[5 8 0]   [8 6 1]   [9 4 2]
    [5 6 1]   [        ]   [9 2 3]
    [5 4 2]   [8 2 3]   [9 0 4]", + "options": [ + "[8 5 2]", + "[6 5 2]", + "[0 4 2]", + "[5 8 0]", + "[8 4 2]", + "[6 5 4]", + "[8 7 4]", + "[8 5 4]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 43 + }, + { + "prompt": "[0 5 3]   [1 6 3]   [2 7 3]
    [1 6 0]   [2 7 0]   [3 8 0]
    [        ]   [3 8 5]   [4 9 5]", + "options": [ + "[3 6 5]", + "[2 5 7]", + "[4 5 7]", + "[2 8 5]", + "[8 1 9]", + "[2 8 6]", + "[0 7 3]", + "[2 7 5]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 44 + }, + { + "prompt": "[2 0 4]   [3 0 3]   [4 0 2]
    [3 2 3]   [4 2 2]   [5 2 1]
    [4 4 2]   [        ]   [6 4 0]", + "options": [ + "[5 4 9]", + "[9 4 5]", + "[0 8 3]", + "[2 9 4]", + "[4 1 5]", + "[3 5 2]", + "[5 4 1]", + "[2 5 3]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 45 + }, + { + "prompt": "[9 5 3]   [9 6 4]   [9 7 5]
    [6 6 4]   [        ]   [6 8 6]
    [5 7 5]   [5 8 6]   [5 9 7]", + "options": [ + "[4 7 5]", + "[7 8 3]", + "[7 3 8]", + "[5 6 5]", + "[6 7 5]", + "[9 6 4]", + "[9 8 3]", + "[6 6 8]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 46 + }, + { + "prompt": "[1 0 8]   [3 9 7]   [        ]
    [3 0 7]   [5 9 6]   [7 7 5]
    [5 0 6]   [7 9 5]   [9 7 4]", + "options": [ + "[3 7 6]", + "[0 8 1]", + "[5 7 6]", + "[5 6 7]", + "[3 0 5]", + "[3 9 6]", + "[3 7 7]", + "[3 9 8]" + ], + "correct": 2, + "correct_coords": "[0 2]", + "prob_ind": 47 + }, + { + "prompt": "[8 4 8]   [        ]   [8 2 4]
    [4 3 6]   [4 2 4]   [4 1 2]
    [3 2 4]   [3 1 2]   [3 0 0]", + "options": [ + "[1 6 0]", + "[8 3 6]", + "[4 1 1]", + "[8 2 4]", + "[6 3 8]", + "[8 3 8]", + "[3 6 8]", + "[8 1 8]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 48 + }, + { + "prompt": "[0 0 5]   [1 2 5]   [        ]
    [1 2 3]   [2 4 3]   [3 6 3]
    [2 4 1]   [3 6 1]   [4 8 1]", + "options": [ + "[2 4 5]", + "[3 6 5]", + "[5 1 4]", + "[5 1 5]", + "[1 6 3]", + "[5 4 1]", + "[5 3 4]", + "[2 1 3]" + ], + "correct": 0, + "correct_coords": "[0 2]", + "prob_ind": 49 + } + ], + "three_rule_comb6": [ + { + "prompt": "[4 2 2]   [7 6 3]   [8 1 8]
    [8 1 3]   [4 2 8]   [7 6 2]
    [7 6 8]   [        ]   [4 2 3]", + "options": [ + "[8 1 2]", + "[8 1 3]", + "[2 6 7]", + "[4 2 1]", + "[0 1 2]", + "[8 1 1]", + "[2 8 1]", + "[2 2 1]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 0 + }, + { + "prompt": "[8 2 5]   [5 9 4]   [        ]
    [4 6 7]   [8 2 5]   [5 9 4]
    [5 9 4]   [4 6 7]   [8 2 5]", + "options": [ + "[5 4 9]", + "[4 8 7]", + "[9 5 4]", + "[9 2 5]", + "[4 6 7]", + "[4 5 7]", + "[9 4 5]", + "[8 2 5]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 1 + }, + { + "prompt": "[6 5 4]   [3 1 3]   [5 7 8]
    [3 7 8]   [        ]   [6 1 3]
    [5 1 3]   [6 7 8]   [3 5 4]", + "options": [ + "[8 5 7]", + "[5 1 3]", + "[6 5 3]", + "[6 1 3]", + "[6 9 0]", + "[5 5 4]", + "[7 5 8]", + "[3 1 3]" + ], + "correct": 5, + "correct_coords": "[1 1]", + "prob_ind": 2 + }, + { + "prompt": "[5 3 3]   [0 7 9]   [2 9 1]
    [0 7 9]   [2 9 1]   [5 3 3]
    [        ]   [5 3 3]   [0 7 9]", + "options": [ + "[0 7 3]", + "[2 9 1]", + "[0 7 9]", + "[5 3 3]", + "[5 7 4]", + "[7 5 3]", + "[2 1 1]", + "[0 9 9]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 3 + }, + { + "prompt": "[1 1 3]   [2 0 0]   [5 3 5]
    [5 0 5]   [1 3 3]   [2 1 0]
    [        ]   [5 1 5]   [1 0 3]", + "options": [ + "[5 7 3]", + "[5 5 3]", + "[3 1 0]", + "[2 3 0]", + "[2 1 5]", + "[0 7 5]", + "[1 3 1]", + "[0 5 5]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 4 + }, + { + "prompt": "[2 3 6]   [6 1 3]   [0 8 8]
    [        ]   [0 8 6]   [2 3 3]
    [0 8 3]   [2 3 8]   [6 1 6]", + "options": [ + "[0 8 8]", + "[6 1 8]", + "[2 3 0]", + "[6 9 8]", + "[8 9 6]", + "[8 0 3]", + "[5 3 8]", + "[0 4 3]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 5 + }, + { + "prompt": "[8 9 9]   [5 0 7]   [0 8 8]
    [        ]   [8 8 9]   [5 9 7]
    [5 8 7]   [0 9 8]   [8 0 9]", + "options": [ + "[5 9 7]", + "[5 0 9]", + "[0 7 5]", + "[8 0 8]", + "[0 0 8]", + "[8 8 9]", + "[0 9 7]", + "[8 0 0]" + ], + "correct": 4, + "correct_coords": "[1 0]", + "prob_ind": 6 + }, + { + "prompt": "[1 7 4]   [8 0 7]   [        ]
    [8 0 7]   [0 8 0]   [1 7 4]
    [0 8 0]   [1 7 4]   [8 0 7]", + "options": [ + "[7 1 4]", + "[9 0 0]", + "[8 0 7]", + "[0 9 0]", + "[0 7 8]", + "[8 7 7]", + "[0 8 0]", + "[8 0 0]" + ], + "correct": 6, + "correct_coords": "[0 2]", + "prob_ind": 7 + }, + { + "prompt": "[4 9 3]   [8 5 1]   [9 8 2]
    [8 8 2]   [9 9 3]   [4 5 1]
    [9 5 1]   [        ]   [8 9 3]", + "options": [ + "[7 9 3]", + "[8 5 1]", + "[7 5 1]", + "[4 8 2]", + "[6 1 7]", + "[8 8 2]", + "[7 6 1]", + "[4 0 2]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 8 + }, + { + "prompt": "[3 0 0]   [8 8 4]   [9 3 5]
    [8 8 5]   [9 3 0]   [        ]
    [9 3 4]   [3 0 5]   [8 8 0]", + "options": [ + "[8 5 8]", + "[4 3 0]", + "[3 5 8]", + "[8 8 4]", + "[0 3 4]", + "[3 5 0]", + "[9 3 9]", + "[3 0 4]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 9 + }, + { + "prompt": "[6 0 1]   [5 9 0]   [7 6 8]
    [7 9 8]   [6 6 1]   [5 0 0]
    [5 6 0]   [        ]   [6 9 1]", + "options": [ + "[7 0 0]", + "[5 3 4]", + "[7 0 8]", + "[5 1 0]", + "[5 9 0]", + "[5 3 1]", + "[3 2 1]", + "[0 5 4]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 10 + }, + { + "prompt": "[5 9 7]   [2 3 8]   [0 5 3]
    [0 3 8]   [5 5 3]   [        ]
    [2 5 3]   [0 9 7]   [5 3 8]", + "options": [ + "[8 6 5]", + "[9 2 7]", + "[2 9 6]", + "[4 9 7]", + "[2 7 7]", + "[2 9 7]", + "[2 5 7]", + "[5 5 4]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 11 + }, + { + "prompt": "[7 2 3]   [0 8 9]   [5 5 7]
    [5 5 7]   [7 2 3]   [0 8 9]
    [0 8 9]   [        ]   [7 2 3]", + "options": [ + "[4 5 1]", + "[1 5 4]", + "[3 2 7]", + "[2 1 7]", + "[2 3 7]", + "[0 8 9]", + "[5 5 7]", + "[6 5 7]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 12 + }, + { + "prompt": "[        ]   [9 8 5]   [5 3 2]
    [5 3 2]   [4 7 1]   [9 8 5]
    [9 8 5]   [5 3 2]   [4 7 1]", + "options": [ + "[7 3 2]", + "[2 5 3]", + "[0 8 2]", + "[2 7 1]", + "[9 8 3]", + "[0 5 3]", + "[9 8 2]", + "[4 7 1]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 13 + }, + { + "prompt": "[7 7 6]   [6 1 3]   [5 0 4]
    [5 1 3]   [7 0 4]   [6 7 6]
    [6 0 4]   [        ]   [7 1 3]", + "options": [ + "[7 4 0]", + "[2 3 8]", + "[6 8 6]", + "[5 7 6]", + "[6 7 5]", + "[6 7 6]", + "[2 3 6]", + "[5 7 8]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 14 + }, + { + "prompt": "[1 8 1]   [4 3 7]   [        ]
    [4 7 7]   [2 8 3]   [1 3 1]
    [2 3 3]   [1 7 1]   [4 8 7]", + "options": [ + "[4 8 3]", + "[1 8 1]", + "[2 8 7]", + "[3 2 5]", + "[2 7 3]", + "[0 7 1]", + "[2 5 3]", + "[2 7 4]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 15 + }, + { + "prompt": "[        ]   [4 7 6]   [7 9 8]
    [4 9 8]   [7 6 5]   [1 7 6]
    [7 7 6]   [1 9 8]   [4 6 5]", + "options": [ + "[1 7 3]", + "[1 6 8]", + "[0 9 8]", + "[1 6 3]", + "[3 6 3]", + "[1 6 5]", + "[1 9 3]", + "[1 9 8]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 16 + }, + { + "prompt": "[3 8 7]   [5 4 8]   [7 7 1]
    [7 4 8]   [3 7 1]   [5 8 7]
    [        ]   [7 8 7]   [3 4 8]", + "options": [ + "[7 1 3]", + "[5 7 2]", + "[1 7 7]", + "[7 3 1]", + "[7 5 9]", + "[7 7 1]", + "[5 8 1]", + "[5 7 1]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 17 + }, + { + "prompt": "[5 6 2]   [0 9 5]   [1 8 1]
    [1 9 5]   [        ]   [0 6 2]
    [0 8 1]   [1 6 2]   [5 9 5]", + "options": [ + "[1 1 2]", + "[0 8 2]", + "[1 5 9]", + "[0 9 5]", + "[5 8 1]", + "[1 3 9]", + "[1 9 5]", + "[1 9 2]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 18 + }, + { + "prompt": "[        ]   [5 7 7]   [8 8 4]
    [5 7 4]   [8 8 8]   [1 9 7]
    [8 8 7]   [1 9 4]   [5 7 8]", + "options": [ + "[7 9 1]", + "[1 9 6]", + "[1 8 4]", + "[1 9 0]", + "[1 9 8]", + "[8 9 1]", + "[8 0 1]", + "[1 7 8]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 19 + }, + { + "prompt": "[7 7 8]   [1 6 7]   [        ]
    [1 6 7]   [6 8 6]   [7 7 8]
    [6 8 6]   [7 7 8]   [1 6 7]", + "options": [ + "[6 7 7]", + "[7 7 8]", + "[1 7 6]", + "[7 6 7]", + "[6 8 6]", + "[1 6 7]", + "[1 7 7]", + "[8 4 2]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 20 + }, + { + "prompt": "[1 4 4]   [7 0 6]   [        ]
    [0 0 1]   [1 7 4]   [7 4 6]
    [7 7 6]   [0 4 1]   [1 0 4]", + "options": [ + "[7 0 4]", + "[0 7 0]", + "[0 1 7]", + "[7 0 6]", + "[8 3 5]", + "[0 7 1]", + "[7 7 4]", + "[7 4 4]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 21 + }, + { + "prompt": "[8 1 6]   [4 9 5]   [3 7 7]
    [4 7 5]   [3 1 7]   [8 9 6]
    [3 9 7]   [        ]   [4 1 5]", + "options": [ + "[6 7 6]", + "[8 7 6]", + "[7 6 8]", + "[7 8 6]", + "[3 7 7]", + "[0 8 6]", + "[4 7 5]", + "[3 9 7]" + ], + "correct": 1, + "correct_coords": "[2 1]", + "prob_ind": 22 + }, + { + "prompt": "[3 1 0]   [0 9 7]   [1 7 5]
    [1 7 5]   [3 1 0]   [        ]
    [0 9 7]   [1 7 5]   [3 1 0]", + "options": [ + "[2 7 5]", + "[1 1 5]", + "[5 6 9]", + "[9 6 5]", + "[1 7 5]", + "[0 9 7]", + "[0 8 7]", + "[1 9 5]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 23 + }, + { + "prompt": "[7 2 5]   [1 7 2]   [4 8 6]
    [4 7 6]   [7 8 5]   [1 2 2]
    [1 8 2]   [4 2 6]   [        ]", + "options": [ + "[7 8 5]", + "[5 7 2]", + "[7 5 7]", + "[4 8 2]", + "[5 2 7]", + "[7 7 5]", + "[1 2 6]", + "[4 2 8]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 24 + }, + { + "prompt": "[0 3 1]   [1 1 0]   [4 4 3]
    [1 4 0]   [4 3 3]   [0 1 1]
    [        ]   [0 4 1]   [1 3 0]", + "options": [ + "[1 1 3]", + "[4 5 3]", + "[0 6 1]", + "[4 3 4]", + "[4 1 3]", + "[4 5 5]", + "[4 4 3]", + "[3 1 4]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 25 + }, + { + "prompt": "[9 3 7]   [1 4 0]   [4 1 8]
    [        ]   [9 1 7]   [1 3 0]
    [1 1 0]   [4 3 8]   [9 4 7]", + "options": [ + "[4 1 0]", + "[4 4 7]", + "[8 1 2]", + "[8 1 1]", + "[4 3 7]", + "[4 4 8]", + "[5 1 8]", + "[2 1 8]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 26 + }, + { + "prompt": "[3 5 6]   [9 7 0]   [7 6 8]
    [9 6 8]   [7 5 6]   [3 7 0]
    [7 7 0]   [3 6 8]   [        ]", + "options": [ + "[7 7 0]", + "[1 5 6]", + "[9 5 4]", + "[1 7 0]", + "[8 7 0]", + "[9 5 6]", + "[6 7 5]", + "[8 2 4]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 27 + }, + { + "prompt": "[2 9 6]   [1 3 7]   [6 4 4]
    [6 4 7]   [2 9 4]   [1 3 6]
    [1 3 4]   [6 4 6]   [        ]", + "options": [ + "[6 5 7]", + "[0 9 7]", + "[2 3 6]", + "[1 3 6]", + "[2 1 7]", + "[0 7 9]", + "[2 9 7]", + "[3 6 2]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 28 + }, + { + "prompt": "[0 9 5]   [7 1 9]   [6 7 6]
    [7 1 9]   [6 7 6]   [0 9 5]
    [6 7 6]   [        ]   [7 1 9]", + "options": [ + "[6 1 9]", + "[6 7 5]", + "[6 1 6]", + "[6 7 9]", + "[0 9 5]", + "[7 9 9]", + "[6 6 1]", + "[6 7 3]" + ], + "correct": 4, + "correct_coords": "[2 1]", + "prob_ind": 29 + }, + { + "prompt": "[7 6 0]   [8 7 6]   [9 9 4]
    [        ]   [9 6 4]   [7 7 0]
    [9 7 4]   [7 9 0]   [8 6 6]", + "options": [ + "[8 0 6]", + "[8 9 8]", + "[2 6 1]", + "[9 8 4]", + "[7 6 6]", + "[6 6 7]", + "[8 7 5]", + "[8 9 6]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 30 + }, + { + "prompt": "[0 6 7]   [2 7 1]   [4 5 3]
    [2 7 3]   [4 5 7]   [0 6 1]
    [4 5 1]   [        ]   [2 7 7]", + "options": [ + "[1 7 4]", + "[1 4 5]", + "[2 6 1]", + "[0 6 3]", + "[2 7 1]", + "[6 0 3]", + "[4 7 1]", + "[2 5 1]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 31 + }, + { + "prompt": "[5 3 2]   [        ]   [6 9 4]
    [9 5 4]   [6 9 2]   [5 3 1]
    [6 9 1]   [5 3 4]   [9 5 2]", + "options": [ + "[9 5 1]", + "[6 9 4]", + "[6 4 9]", + "[6 9 3]", + "[6 9 6]", + "[9 4 1]", + "[1 0 3]", + "[4 9 6]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 32 + }, + { + "prompt": "[7 4 8]   [9 3 9]   [8 2 6]
    [9 3 6]   [8 2 8]   [        ]
    [8 2 9]   [7 4 6]   [9 3 8]", + "options": [ + "[9 5 9]", + "[4 7 9]", + "[5 9 9]", + "[4 6 7]", + "[8 2 8]", + "[7 4 8]", + "[4 8 7]", + "[7 4 9]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 33 + }, + { + "prompt": "[3 0 6]   [9 7 2]   [7 2 1]
    [        ]   [3 0 1]   [9 7 6]
    [9 7 1]   [7 2 6]   [3 0 2]", + "options": [ + "[0 6 3]", + "[2 3 1]", + "[3 9 6]", + "[0 7 2]", + "[7 2 0]", + "[2 2 7]", + "[7 2 4]", + "[7 2 2]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 34 + }, + { + "prompt": "[5 8 5]   [9 7 7]   [4 6 4]
    [        ]   [4 6 4]   [5 8 5]
    [4 6 4]   [5 8 5]   [9 7 7]", + "options": [ + "[4 8 5]", + "[0 8 7]", + "[9 9 7]", + "[5 7 8]", + "[5 8 5]", + "[4 7 4]", + "[9 7 7]", + "[5 5 8]" + ], + "correct": 6, + "correct_coords": "[1 0]", + "prob_ind": 35 + }, + { + "prompt": "[9 2 3]   [4 4 5]   [7 3 2]
    [7 4 5]   [        ]   [4 2 3]
    [4 3 2]   [7 2 3]   [9 4 5]", + "options": [ + "[9 3 2]", + "[7 6 2]", + "[4 3 2]", + "[7 2 7]", + "[7 4 7]", + "[7 2 6]", + "[9 3 0]", + "[8 6 2]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 36 + }, + { + "prompt": "[3 4 0]   [0 6 1]   [1 5 9]
    [1 6 1]   [3 5 9]   [0 4 0]
    [        ]   [1 4 0]   [3 6 1]", + "options": [ + "[0 5 9]", + "[1 6 1]", + "[2 6 1]", + "[0 3 9]", + "[1 2 6]", + "[9 5 0]", + "[1 5 1]", + "[0 6 1]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 37 + }, + { + "prompt": "[3 4 2]   [7 7 8]   [        ]
    [7 3 8]   [6 4 0]   [3 7 2]
    [6 7 0]   [3 3 2]   [7 4 8]", + "options": [ + "[6 8 2]", + "[9 5 6]", + "[5 8 6]", + "[6 0 3]", + "[6 3 0]", + "[7 4 2]", + "[6 4 6]", + "[3 4 2]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 38 + }, + { + "prompt": "[        ]   [7 7 7]   [6 6 2]
    [6 6 2]   [8 1 1]   [7 7 7]
    [7 7 7]   [6 6 2]   [8 1 1]", + "options": [ + "[1 1 7]", + "[8 1 1]", + "[7 6 2]", + "[6 2 6]", + "[2 6 6]", + "[7 1 1]", + "[6 6 2]", + "[7 7 7]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 39 + }, + { + "prompt": "[9 4 2]   [6 1 6]   [8 7 9]
    [        ]   [8 4 2]   [9 1 6]
    [8 1 6]   [9 7 9]   [6 4 2]", + "options": [ + "[6 9 7]", + "[9 1 6]", + "[9 4 2]", + "[6 7 9]", + "[8 4 2]", + "[2 8 4]", + "[4 8 2]", + "[2 8 6]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 40 + }, + { + "prompt": "[0 3 2]   [5 5 4]   [7 6 6]
    [        ]   [0 3 2]   [5 5 4]
    [5 5 4]   [7 6 6]   [0 3 2]", + "options": [ + "[0 5 4]", + "[3 0 3]", + "[7 6 6]", + "[0 3 4]", + "[5 5 4]", + "[0 3 3]", + "[0 2 3]", + "[0 4 4]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 41 + }, + { + "prompt": "[1 6 8]   [9 8 9]   [2 2 3]
    [2 2 9]   [1 6 3]   [9 8 8]
    [        ]   [2 2 8]   [1 6 9]", + "options": [ + "[7 9 3]", + "[8 9 8]", + "[8 4 5]", + "[9 8 3]", + "[2 6 9]", + "[1 6 8]", + "[3 8 9]", + "[0 6 2]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 42 + }, + { + "prompt": "[6 8 6]   [        ]   [7 5 4]
    [1 5 5]   [7 8 4]   [6 1 6]
    [7 1 4]   [6 5 6]   [1 8 5]", + "options": [ + "[5 1 1]", + "[1 1 4]", + "[1 6 4]", + "[0 4 1]", + "[1 5 1]", + "[1 4 1]", + "[1 5 5]", + "[1 1 5]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 43 + }, + { + "prompt": "[1 1 6]   [8 3 8]   [2 9 4]
    [2 3 8]   [        ]   [8 1 6]
    [8 9 4]   [2 1 6]   [1 3 8]", + "options": [ + "[1 9 4]", + "[4 1 9]", + "[8 3 2]", + "[2 3 5]", + "[2 3 8]", + "[8 5 2]", + "[8 3 6]", + "[9 9 4]" + ], + "correct": 0, + "correct_coords": "[1 1]", + "prob_ind": 44 + }, + { + "prompt": "[8 8 7]   [2 9 6]   [4 3 9]
    [4 9 6]   [8 3 9]   [2 8 7]
    [2 3 9]   [        ]   [8 9 6]", + "options": [ + "[4 8 7]", + "[2 9 6]", + "[9 6 2]", + "[6 6 4]", + "[2 6 9]", + "[4 6 7]", + "[7 6 4]", + "[4 8 6]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 45 + }, + { + "prompt": "[1 4 1]   [5 5 3]   [2 0 9]
    [2 0 3]   [1 4 9]   [5 5 1]
    [5 5 9]   [        ]   [1 4 3]", + "options": [ + "[2 0 1]", + "[2 1 1]", + "[1 0 1]", + "[6 1 3]", + "[6 5 1]", + "[5 5 3]", + "[2 2 1]", + "[3 5 5]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 46 + }, + { + "prompt": "[9 8 5]   [4 1 1]   [1 0 8]
    [4 1 1]   [1 0 8]   [9 8 5]
    [1 0 8]   [9 8 5]   [        ]", + "options": [ + "[1 8 5]", + "[1 1 4]", + "[1 0 8]", + "[9 0 5]", + "[1 4 1]", + "[3 6 4]", + "[4 1 1]", + "[9 8 5]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 47 + }, + { + "prompt": "[7 5 3]   [9 1 0]   [        ]
    [9 1 0]   [6 8 4]   [7 5 3]
    [6 8 4]   [7 5 3]   [9 1 0]", + "options": [ + "[2 6 1]", + "[2 6 3]", + "[9 5 1]", + "[6 8 4]", + "[6 5 3]", + "[9 1 0]", + "[7 5 3]", + "[4 8 6]" + ], + "correct": 3, + "correct_coords": "[0 2]", + "prob_ind": 48 + }, + { + "prompt": "[3 5 7]   [0 0 4]   [5 4 8]
    [0 4 8]   [5 5 7]   [3 0 4]
    [5 0 4]   [        ]   [0 5 7]", + "options": [ + "[3 4 8]", + "[9 1 3]", + "[3 1 9]", + "[5 4 7]", + "[4 8 3]", + "[5 7 5]", + "[3 5 7]", + "[2 0 4]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 49 + } + ], + "three_rule_comb7": [ + { + "prompt": "[2 9 7]   [7 4 6]   [1 7 5]
    [        ]   [2 9 5]   [7 4 4]
    [7 4 5]   [1 7 4]   [2 9 3]", + "options": [ + "[6 1 7]", + "[2 0 7]", + "[7 1 6]", + "[5 1 6]", + "[1 3 8]", + "[1 7 4]", + "[1 8 3]", + "[1 7 6]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 0 + }, + { + "prompt": "[1 1 9]   [0 2 7]   [4 3 2]
    [0 2 7]   [4 3 2]   [1 4 9]
    [4 3 2]   [        ]   [0 5 7]", + "options": [ + "[4 8 1]", + "[1 4 7]", + "[4 3 4]", + "[2 3 4]", + "[9 1 4]", + "[1 4 9]", + "[4 9 1]", + "[1 4 8]" + ], + "correct": 5, + "correct_coords": "[2 1]", + "prob_ind": 1 + }, + { + "prompt": "[2 0 3]   [        ]   [4 4 6]
    [3 4 2]   [4 0 6]   [5 9 3]
    [4 9 6]   [5 4 3]   [6 0 2]", + "options": [ + "[2 9 3]", + "[4 5 3]", + "[9 2 3]", + "[3 9 2]", + "[4 0 6]", + "[7 4 3]", + "[2 9 2]", + "[9 9 3]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 2 + }, + { + "prompt": "[9 4 5]   [        ]   [5 7 6]
    [7 5 9]   [5 7 6]   [3 4 5]
    [5 7 6]   [3 4 5]   [1 5 9]", + "options": [ + "[3 4 3]", + "[6 4 3]", + "[3 4 5]", + "[7 5 9]", + "[5 7 9]", + "[5 4 3]", + "[4 5 3]", + "[7 6 5]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 3 + }, + { + "prompt": "[2 4 7]   [8 3 2]   [9 2 9]
    [8 3 9]   [9 2 7]   [2 1 2]
    [9 2 2]   [2 1 9]   [        ]", + "options": [ + "[7 2 9]", + "[7 0 8]", + "[8 7 0]", + "[4 6 8]", + "[8 2 7]", + "[4 2 0]", + "[8 0 7]", + "[4 2 9]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 4 + }, + { + "prompt": "[0 2 6]   [        ]   [2 8 1]
    [1 8 0]   [2 2 1]   [3 3 6]
    [2 3 1]   [3 8 6]   [4 2 0]", + "options": [ + "[1 0 8]", + "[1 3 0]", + "[2 0 6]", + "[3 6 0]", + "[2 2 1]", + "[2 6 2]", + "[3 0 6]", + "[2 2 6]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 5 + }, + { + "prompt": "[6 7 0]   [        ]   [7 6 4]
    [0 4 2]   [7 6 4]   [6 7 6]
    [7 6 4]   [6 7 6]   [0 4 8]", + "options": [ + "[0 4 2]", + "[6 6 6]", + "[4 2 9]", + "[6 7 6]", + "[7 7 0]", + "[6 7 4]", + "[8 7 6]", + "[6 2 9]" + ], + "correct": 0, + "correct_coords": "[0 1]", + "prob_ind": 6 + }, + { + "prompt": "[0 8 2]   [7 7 5]   [4 6 0]
    [        ]   [0 6 2]   [7 5 5]
    [7 6 5]   [4 5 0]   [0 4 2]", + "options": [ + "[6 4 0]", + "[5 7 6]", + "[7 4 0]", + "[6 7 5]", + "[4 0 5]", + "[2 3 0]", + "[4 7 0]", + "[4 6 0]" + ], + "correct": 6, + "correct_coords": "[1 0]", + "prob_ind": 7 + }, + { + "prompt": "[7 9 4]   [4 7 6]   [2 5 7]
    [2 7 7]   [7 5 4]   [4 3 6]
    [4 5 6]   [        ]   [7 1 4]", + "options": [ + "[4 7 5]", + "[2 7 7]", + "[2 3 7]", + "[7 7 2]", + "[2 7 6]", + "[7 5 4]", + "[4 7 6]", + "[7 4 9]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 8 + }, + { + "prompt": "[        ]   [6 4 3]   [8 3 2]
    [6 4 3]   [8 3 2]   [3 1 1]
    [8 3 2]   [3 1 1]   [6 4 0]", + "options": [ + "[3 1 4]", + "[8 2 4]", + "[8 4 2]", + "[8 2 2]", + "[2 8 3]", + "[6 4 3]", + "[2 4 5]", + "[5 2 4]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 9 + }, + { + "prompt": "[        ]   [7 1 7]   [5 6 3]
    [7 6 7]   [5 2 3]   [3 1 4]
    [5 1 3]   [3 6 4]   [1 2 7]", + "options": [ + "[9 2 4]", + "[7 6 7]", + "[9 2 6]", + "[1 3 9]", + "[7 2 2]", + "[2 9 4]", + "[2 6 4]", + "[7 2 4]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 10 + }, + { + "prompt": "[1 6 9]   [3 3 7]   [7 2 5]
    [7 3 7]   [1 2 5]   [3 6 3]
    [        ]   [7 6 3]   [1 3 1]", + "options": [ + "[3 3 7]", + "[4 2 5]", + "[3 2 5]", + "[5 2 3]", + "[9 2 5]", + "[7 3 5]", + "[4 2 7]", + "[7 6 3]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 11 + }, + { + "prompt": "[1 8 5]   [2 6 8]   [9 4 4]
    [2 6 4]   [        ]   [1 2 8]
    [9 4 8]   [1 2 4]   [2 0 5]", + "options": [ + "[9 6 5]", + "[1 2 4]", + "[1 6 8]", + "[9 4 5]", + "[6 8 2]", + "[1 2 8]", + "[9 8 5]", + "[2 6 4]" + ], + "correct": 3, + "correct_coords": "[1 1]", + "prob_ind": 12 + }, + { + "prompt": "[5 4 2]   [        ]   [7 2 0]
    [6 6 3]   [7 2 0]   [8 4 2]
    [7 2 0]   [8 4 2]   [9 6 3]", + "options": [ + "[6 6 7]", + "[6 6 5]", + "[0 2 7]", + "[7 2 0]", + "[2 4 8]", + "[5 3 6]", + "[6 6 3]", + "[8 6 2]" + ], + "correct": 6, + "correct_coords": "[0 1]", + "prob_ind": 13 + }, + { + "prompt": "[6 9 9]   [7 7 6]   [1 5 0]
    [        ]   [6 5 0]   [7 3 9]
    [7 5 0]   [1 3 9]   [6 1 6]", + "options": [ + "[1 7 6]", + "[6 7 7]", + "[3 9 1]", + "[6 8 6]", + "[3 9 7]", + "[1 3 9]", + "[0 8 7]", + "[1 5 6]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 14 + }, + { + "prompt": "[9 9 8]   [4 7 6]   [2 5 9]
    [        ]   [2 5 8]   [9 3 6]
    [2 5 6]   [9 3 9]   [4 1 8]", + "options": [ + "[4 8 9]", + "[2 5 8]", + "[9 3 9]", + "[9 4 7]", + "[9 5 9]", + "[4 7 9]", + "[2 8 5]", + "[7 3 9]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 15 + }, + { + "prompt": "[        ]   [9 1 0]   [7 2 4]
    [7 1 0]   [3 2 4]   [9 3 7]
    [9 2 4]   [7 3 7]   [3 4 0]", + "options": [ + "[1 0 3]", + "[7 3 7]", + "[7 2 0]", + "[3 0 7]", + "[1 9 6]", + "[3 0 1]", + "[5 1 0]", + "[5 0 7]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 16 + }, + { + "prompt": "[5 0 5]   [2 3 6]   [8 7 7]
    [2 3 6]   [8 7 7]   [5 0 8]
    [8 7 7]   [5 0 8]   [        ]", + "options": [ + "[0 3 9]", + "[8 4 3]", + "[0 5 5]", + "[2 6 3]", + "[7 5 8]", + "[6 3 2]", + "[0 6 5]", + "[2 3 9]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 17 + }, + { + "prompt": "[9 1 2]   [        ]   [3 5 6]
    [2 3 6]   [3 5 2]   [9 7 4]
    [3 5 4]   [9 7 6]   [2 9 2]", + "options": [ + "[9 1 2]", + "[3 5 4]", + "[2 3 4]", + "[5 4 9]", + "[3 7 6]", + "[9 1 3]", + "[7 0 5]", + "[7 2 5]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 18 + }, + { + "prompt": "[4 6 8]   [        ]   [5 4 7]
    [3 5 9]   [5 4 7]   [4 3 8]
    [5 4 7]   [4 3 8]   [3 2 9]", + "options": [ + "[3 8 4]", + "[3 5 9]", + "[4 3 8]", + "[4 3 6]", + "[2 8 4]", + "[5 9 3]", + "[9 3 5]", + "[3 3 9]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 19 + }, + { + "prompt": "[7 7 3]   [1 6 8]   [5 5 5]
    [5 6 8]   [7 5 5]   [1 4 3]
    [        ]   [5 4 3]   [7 3 8]", + "options": [ + "[1 6 3]", + "[7 7 3]", + "[7 5 8]", + "[7 7 5]", + "[8 5 6]", + "[1 5 5]", + "[5 5 1]", + "[5 6 3]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 20 + }, + { + "prompt": "[        ]   [0 4 6]   [4 1 4]
    [0 4 6]   [4 1 4]   [2 5 2]
    [4 1 4]   [2 5 2]   [0 4 0]", + "options": [ + "[9 4 3]", + "[1 9 0]", + "[4 2 4]", + "[6 1 4]", + "[2 5 8]", + "[5 2 8]", + "[2 9 8]", + "[4 1 4]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 21 + }, + { + "prompt": "[3 2 6]   [7 9 5]   [9 6 4]
    [7 9 5]   [        ]   [3 2 3]
    [9 6 4]   [3 2 3]   [7 9 2]", + "options": [ + "[3 2 3]", + "[7 8 5]", + "[3 4 3]", + "[9 6 2]", + "[3 9 5]", + "[9 6 4]", + "[9 8 2]", + "[7 0 5]" + ], + "correct": 5, + "correct_coords": "[1 1]", + "prob_ind": 22 + }, + { + "prompt": "[7 4 2]   [0 5 5]   [8 6 3]
    [8 5 3]   [7 6 2]   [        ]
    [0 6 5]   [8 7 3]   [7 8 2]", + "options": [ + "[7 4 1]", + "[0 7 5]", + "[0 5 4]", + "[0 6 5]", + "[4 1 6]", + "[1 4 8]", + "[9 5 7]", + "[0 5 7]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 23 + }, + { + "prompt": "[4 3 9]   [9 2 7]   [6 0 5]
    [6 0 7]   [4 3 5]   [        ]
    [9 2 5]   [6 0 3]   [4 3 1]", + "options": [ + "[2 3 9]", + "[9 2 7]", + "[3 2 9]", + "[5 4 3]", + "[9 0 9]", + "[9 2 3]", + "[9 1 3]", + "[5 2 9]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 24 + }, + { + "prompt": "[0 2 9]   [1 8 0]   [2 6 4]
    [1 6 0]   [        ]   [3 8 9]
    [2 8 4]   [3 6 9]   [4 2 0]", + "options": [ + "[2 0 4]", + "[0 9 2]", + "[2 2 9]", + "[2 6 0]", + "[4 2 6]", + "[1 0 6]", + "[2 2 4]", + "[1 8 9]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 25 + }, + { + "prompt": "[4 6 7]   [5 8 3]   [6 4 1]
    [        ]   [6 4 1]   [7 6 7]
    [6 4 1]   [7 6 7]   [8 8 3]", + "options": [ + "[5 7 3]", + "[5 8 3]", + "[4 6 7]", + "[0 4 4]", + "[7 6 7]", + "[1 6 4]", + "[0 6 4]", + "[6 4 1]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 26 + }, + { + "prompt": "[7 6 1]   [6 9 6]   [5 3 2]
    [6 3 2]   [5 6 1]   [4 9 6]
    [5 9 6]   [4 3 2]   [        ]", + "options": [ + "[3 4 1]", + "[4 9 6]", + "[6 9 6]", + "[3 6 1]", + "[4 9 1]", + "[1 6 1]", + "[3 6 2]", + "[4 6 2]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 27 + }, + { + "prompt": "[6 6 9]   [2 1 8]   [8 8 7]
    [8 1 8]   [6 8 7]   [        ]
    [2 8 7]   [8 6 6]   [6 1 5]", + "options": [ + "[9 4 7]", + "[2 6 6]", + "[7 8 6]", + "[8 7 8]", + "[6 8 6]", + "[8 6 6]", + "[6 8 8]", + "[8 8 6]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 28 + }, + { + "prompt": "[3 2 6]   [1 3 4]   [5 4 8]
    [1 3 4]   [5 4 8]   [3 5 6]
    [5 4 8]   [3 5 6]   [        ]", + "options": [ + "[1 4 4]", + "[1 6 2]", + "[4 1 6]", + "[1 6 4]", + "[1 4 3]", + "[5 3 6]", + "[1 4 6]", + "[7 9 1]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 29 + }, + { + "prompt": "[5 3 1]   [0 2 3]   [4 9 5]
    [4 2 3]   [5 9 5]   [0 3 7]
    [0 9 5]   [        ]   [5 2 9]", + "options": [ + "[3 2 4]", + "[3 7 4]", + "[0 9 5]", + "[0 3 4]", + "[1 3 5]", + "[1 3 7]", + "[4 3 7]", + "[0 2 4]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 30 + }, + { + "prompt": "[        ]   [6 6 8]   [4 8 7]
    [4 6 8]   [2 8 7]   [6 4 6]
    [6 8 7]   [4 4 6]   [2 6 5]", + "options": [ + "[6 8 8]", + "[1 4 9]", + "[2 4 9]", + "[2 3 9]", + "[6 7 7]", + "[3 6 0]", + "[6 4 6]", + "[4 4 6]" + ], + "correct": 2, + "correct_coords": "[0 0]", + "prob_ind": 31 + }, + { + "prompt": "[8 6 6]   [1 5 2]   [2 4 0]
    [1 5 0]   [2 4 6]   [8 3 2]
    [2 4 2]   [8 3 0]   [        ]", + "options": [ + "[5 0 2]", + "[2 2 6]", + "[1 4 0]", + "[0 2 6]", + "[2 5 0]", + "[1 2 6]", + "[1 5 2]", + "[2 4 2]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 32 + }, + { + "prompt": "[6 5 4]   [1 3 5]   [8 8 6]
    [1 3 5]   [8 8 6]   [6 5 7]
    [        ]   [6 5 7]   [1 3 8]", + "options": [ + "[3 5 1]", + "[1 1 3]", + "[6 5 5]", + "[8 8 6]", + "[5 1 3]", + "[1 3 5]", + "[6 5 6]", + "[6 5 4]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 33 + }, + { + "prompt": "[0 2 5]   [3 6 6]   [4 0 7]
    [4 0 6]   [0 2 7]   [3 6 8]
    [        ]   [4 0 8]   [0 2 9]", + "options": [ + "[0 4 7]", + "[3 8 6]", + "[7 3 6]", + "[3 7 7]", + "[3 6 7]", + "[0 4 8]", + "[7 8 7]", + "[4 8 6]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 34 + }, + { + "prompt": "[2 9 2]   [        ]   [4 8 3]
    [3 0 0]   [4 8 3]   [5 9 2]
    [4 8 3]   [5 9 2]   [6 0 0]", + "options": [ + "[5 1 2]", + "[2 9 0]", + "[3 4 8]", + "[3 0 0]", + "[3 1 0]", + "[4 8 3]", + "[0 3 0]", + "[2 9 2]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 35 + }, + { + "prompt": "[2 8 5]   [0 3 4]   [3 0 3]
    [0 3 4]   [3 0 3]   [2 8 2]
    [3 0 3]   [2 8 2]   [        ]", + "options": [ + "[0 3 4]", + "[0 4 3]", + "[0 3 3]", + "[2 8 2]", + "[1 0 3]", + "[0 4 0]", + "[3 4 0]", + "[0 3 1]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 36 + }, + { + "prompt": "[4 6 3]   [5 3 6]   [        ]
    [5 8 6]   [6 6 1]   [7 3 3]
    [6 3 1]   [7 8 3]   [8 6 6]", + "options": [ + "[6 4 3]", + "[6 9 1]", + "[8 2 3]", + "[6 8 3]", + "[6 8 1]", + "[7 4 3]", + "[6 0 1]", + "[8 2 1]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 37 + }, + { + "prompt": "[9 1 6]   [2 2 9]   [7 3 2]
    [        ]   [7 3 6]   [9 4 9]
    [7 3 9]   [9 4 2]   [2 5 6]", + "options": [ + "[9 7 1]", + "[2 7 1]", + "[2 0 2]", + "[2 2 2]", + "[1 9 7]", + "[2 2 0]", + "[0 2 2]", + "[2 3 2]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 38 + }, + { + "prompt": "[1 7 0]   [5 5 2]   [4 4 4]
    [4 4 2]   [1 7 4]   [5 5 6]
    [5 5 4]   [        ]   [1 7 8]", + "options": [ + "[7 4 1]", + "[5 5 4]", + "[1 7 2]", + "[4 4 6]", + "[4 4 8]", + "[1 7 3]", + "[4 1 7]", + "[6 5 4]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 39 + }, + { + "prompt": "[        ]   [8 3 8]   [1 4 7]
    [1 3 8]   [5 4 7]   [8 5 5]
    [8 4 7]   [1 5 5]   [5 6 8]", + "options": [ + "[5 2 5]", + "[2 4 7]", + "[8 3 8]", + "[5 4 5]", + "[1 4 8]", + "[5 5 1]", + "[6 4 0]", + "[5 3 5]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 40 + }, + { + "prompt": "[        ]   [6 5 8]   [8 4 0]
    [8 5 0]   [5 4 4]   [6 3 8]
    [6 4 8]   [8 3 0]   [5 2 4]", + "options": [ + "[6 5 6]", + "[4 5 6]", + "[5 4 4]", + "[6 4 5]", + "[5 6 4]", + "[4 5 4]", + "[5 8 4]", + "[0 3 8]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 41 + }, + { + "prompt": "[2 2 8]   [8 8 7]   [5 0 6]
    [5 8 7]   [2 0 6]   [8 2 5]
    [8 0 6]   [5 2 5]   [        ]", + "options": [ + "[5 8 7]", + "[6 0 6]", + "[6 2 0]", + "[7 6 8]", + "[6 8 7]", + "[2 8 4]", + "[9 5 6]", + "[8 0 6]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 42 + }, + { + "prompt": "[4 4 7]   [5 3 5]   [7 2 0]
    [5 3 5]   [7 2 0]   [4 1 7]
    [7 2 0]   [4 1 7]   [        ]", + "options": [ + "[0 3 7]", + "[0 7 3]", + "[5 0 5]", + "[7 2 0]", + "[5 5 0]", + "[5 2 4]", + "[7 3 0]", + "[5 0 4]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 43 + }, + { + "prompt": "[4 0 2]   [3 4 3]   [2 3 5]
    [3 3 5]   [2 0 2]   [1 4 3]
    [2 4 3]   [1 3 5]   [        ]", + "options": [ + "[9 0 2]", + "[2 4 0]", + "[2 0 4]", + "[0 0 2]", + "[1 4 3]", + "[2 0 0]", + "[6 0 9]", + "[3 5 3]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 44 + }, + { + "prompt": "[2 7 1]   [5 6 3]   [6 3 5]
    [5 6 3]   [6 3 5]   [        ]
    [6 3 5]   [2 7 7]   [5 6 9]", + "options": [ + "[2 7 6]", + "[2 7 9]", + "[3 5 6]", + "[1 7 0]", + "[2 7 1]", + "[1 7 8]", + "[7 7 2]", + "[2 7 7]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 45 + }, + { + "prompt": "[8 5 2]   [7 1 4]   [6 2 0]
    [7 1 0]   [6 2 2]   [5 5 4]
    [        ]   [5 5 0]   [4 1 2]", + "options": [ + "[6 2 2]", + "[4 2 6]", + "[5 5 0]", + "[1 8 4]", + "[5 0 5]", + "[6 2 0]", + "[2 4 6]", + "[6 2 4]" + ], + "correct": 7, + "correct_coords": "[2 0]", + "prob_ind": 46 + }, + { + "prompt": "[9 1 0]   [7 8 2]   [3 6 4]
    [        ]   [3 1 4]   [9 8 6]
    [3 8 4]   [9 6 6]   [7 1 8]", + "options": [ + "[9 6 2]", + "[9 1 8]", + "[7 6 2]", + "[9 1 7]", + "[2 1 4]", + "[2 1 7]", + "[2 8 4]", + "[4 1 4]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 47 + }, + { + "prompt": "[1 9 9]   [5 1 7]   [7 8 5]
    [7 1 7]   [1 8 5]   [5 9 3]
    [5 8 5]   [        ]   [1 1 1]", + "options": [ + "[1 8 9]", + "[7 5 8]", + "[7 9 5]", + "[7 0 1]", + "[7 9 3]", + "[8 0 2]", + "[7 0 3]", + "[2 6 4]" + ], + "correct": 4, + "correct_coords": "[2 1]", + "prob_ind": 48 + }, + { + "prompt": "[6 4 5]   [4 3 7]   [3 2 8]
    [4 3 7]   [3 2 8]   [        ]
    [3 2 8]   [6 1 5]   [4 0 7]", + "options": [ + "[4 6 5]", + "[4 2 8]", + "[6 1 5]", + "[3 3 8]", + "[3 7 3]", + "[5 2 8]", + "[5 6 4]", + "[4 7 3]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 49 + } + ], + "three_rule_comb8": [ + { + "prompt": "[3 4 8]   [        ]   [5 6 6]
    [5 5 7]   [3 6 6]   [1 7 5]
    [1 6 6]   [5 7 5]   [3 8 4]", + "options": [ + "[1 7 7]", + "[5 7 5]", + "[0 9 4]", + "[1 9 5]", + "[9 5 7]", + "[3 4 8]", + "[5 7 6]", + "[1 5 7]" + ], + "correct": 7, + "correct_coords": "[0 1]", + "prob_ind": 0 + }, + { + "prompt": "[7 3 4]   [6 1 5]   [        ]
    [6 1 5]   [5 7 6]   [4 3 7]
    [5 7 6]   [4 3 7]   [3 1 8]", + "options": [ + "[4 3 7]", + "[6 7 2]", + "[3 7 4]", + "[5 7 7]", + "[6 3 7]", + "[5 7 6]", + "[5 7 8]", + "[6 7 5]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 1 + }, + { + "prompt": "[9 1 5]   [4 2 6]   [8 3 7]
    [4 2 6]   [8 3 7]   [        ]
    [8 3 7]   [9 4 8]   [4 5 9]", + "options": [ + "[1 5 3]", + "[7 8 3]", + "[9 1 5]", + "[8 3 6]", + "[8 3 7]", + "[9 4 8]", + "[4 2 7]", + "[4 2 4]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 2 + }, + { + "prompt": "[4 6 3]   [        ]   [9 4 5]
    [9 5 4]   [4 4 5]   [1 3 6]
    [1 4 5]   [9 3 6]   [4 2 7]", + "options": [ + "[1 4 5]", + "[1 4 6]", + "[1 4 4]", + "[5 1 4]", + "[1 5 4]", + "[1 7 4]", + "[1 5 5]", + "[6 3 1]" + ], + "correct": 4, + "correct_coords": "[0 1]", + "prob_ind": 3 + }, + { + "prompt": "[0 8 6]   [1 7 9]   [2 6 2]
    [1 7 9]   [2 6 2]   [        ]
    [2 6 2]   [3 5 6]   [4 4 9]", + "options": [ + "[1 7 9]", + "[0 9 3]", + "[8 0 3]", + "[3 5 6]", + "[1 6 9]", + "[3 0 9]", + "[5 6 3]", + "[8 4 3]" + ], + "correct": 3, + "correct_coords": "[1 2]", + "prob_ind": 4 + }, + { + "prompt": "[5 1 5]   [7 3 4]   [2 5 3]
    [        ]   [5 5 3]   [7 7 2]
    [7 5 3]   [2 7 2]   [5 9 1]", + "options": [ + "[7 5 3]", + "[5 6 7]", + "[1 3 9]", + "[2 5 3]", + "[2 4 3]", + "[3 9 1]", + "[2 3 4]", + "[7 5 5]" + ], + "correct": 6, + "correct_coords": "[1 0]", + "prob_ind": 5 + }, + { + "prompt": "[1 8 1]   [3 6 8]   [5 4 4]
    [3 6 8]   [5 4 4]   [        ]
    [5 4 4]   [7 2 1]   [9 0 8]", + "options": [ + "[5 4 4]", + "[7 4 8]", + "[7 4 3]", + "[2 7 1]", + "[7 2 1]", + "[7 4 4]", + "[1 1 8]", + "[7 4 1]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 6 + }, + { + "prompt": "[7 9 9]   [8 7 8]   [2 5 7]
    [8 7 8]   [2 5 7]   [        ]
    [2 5 7]   [7 3 6]   [8 1 5]", + "options": [ + "[8 3 6]", + "[8 5 9]", + "[7 3 6]", + "[8 9 7]", + "[7 9 9]", + "[8 5 7]", + "[7 9 0]", + "[2 5 7]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 7 + }, + { + "prompt": "[        ]   [3 2 5]   [6 4 4]
    [3 2 5]   [6 4 4]   [2 6 3]
    [6 4 4]   [2 6 3]   [3 8 2]", + "options": [ + "[5 7 8]", + "[6 4 4]", + "[2 8 0]", + "[8 7 5]", + "[3 4 4]", + "[2 0 6]", + "[6 4 3]", + "[3 7 3]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 8 + }, + { + "prompt": "[6 8 0]   [        ]   [0 6 4]
    [1 7 2]   [0 6 4]   [6 5 6]
    [0 6 4]   [6 5 6]   [1 4 8]", + "options": [ + "[9 6 4]", + "[3 8 4]", + "[1 7 2]", + "[6 5 6]", + "[7 1 2]", + "[6 8 0]", + "[6 8 9]", + "[0 7 1]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 9 + }, + { + "prompt": "[9 6 5]   [8 5 2]   [7 4 8]
    [8 5 2]   [        ]   [6 3 5]
    [7 4 8]   [6 3 5]   [5 2 2]", + "options": [ + "[5 3 6]", + "[8 5 2]", + "[8 7 4]", + "[6 3 5]", + "[8 4 2]", + "[6 3 2]", + "[7 4 8]", + "[9 7 5]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 10 + }, + { + "prompt": "[        ]   [6 3 6]   [4 2 0]
    [6 3 0]   [4 2 4]   [2 1 6]
    [4 2 6]   [2 1 0]   [0 0 4]", + "options": [ + "[0 4 4]", + "[8 4 2]", + "[4 2 8]", + "[0 6 3]", + "[3 6 0]", + "[8 4 4]", + "[4 4 8]", + "[4 2 0]" + ], + "correct": 5, + "correct_coords": "[0 0]", + "prob_ind": 11 + }, + { + "prompt": "[4 7 1]   [5 1 2]   [6 0 3]
    [5 1 2]   [6 0 3]   [7 7 4]
    [        ]   [7 7 4]   [8 1 5]", + "options": [ + "[5 2 6]", + "[6 2 6]", + "[6 0 3]", + "[6 0 1]", + "[6 2 3]", + "[7 7 4]", + "[3 0 6]", + "[2 6 6]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 12 + }, + { + "prompt": "[3 7 2]   [        ]   [5 5 4]
    [4 6 1]   [5 5 4]   [6 4 2]
    [5 5 4]   [6 4 2]   [7 3 1]", + "options": [ + "[2 6 4]", + "[6 5 2]", + "[2 4 6]", + "[4 6 1]", + "[6 2 4]", + "[6 5 4]", + "[6 4 2]", + "[3 5 4]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 13 + }, + { + "prompt": "[3 0 3]   [4 2 4]   [2 4 5]
    [4 2 4]   [2 4 5]   [3 6 6]
    [2 4 5]   [3 6 6]   [        ]", + "options": [ + "[2 2 6]", + "[3 4 6]", + "[5 0 3]", + "[2 4 5]", + "[4 8 9]", + "[5 4 2]", + "[4 8 7]", + "[1 7 8]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 14 + }, + { + "prompt": "[4 4 8]   [5 8 7]   [6 7 6]
    [5 7 7]   [        ]   [7 8 5]
    [6 8 6]   [7 7 5]   [8 4 4]", + "options": [ + "[4 7 5]", + "[7 5 5]", + "[5 5 5]", + "[5 8 7]", + "[6 4 6]", + "[4 7 7]", + "[5 7 7]", + "[6 8 7]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 15 + }, + { + "prompt": "[7 4 5]   [6 5 4]   [5 6 2]
    [6 5 2]   [5 6 5]   [4 7 4]
    [5 6 4]   [        ]   [3 8 5]", + "options": [ + "[6 3 4]", + "[7 2 4]", + "[6 4 4]", + "[3 7 2]", + "[4 0 9]", + "[7 4 5]", + "[4 7 1]", + "[4 7 2]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 16 + }, + { + "prompt": "[1 4 5]   [        ]   [7 2 3]
    [6 3 4]   [7 2 3]   [1 1 2]
    [7 2 3]   [1 1 2]   [6 0 1]", + "options": [ + "[6 4 3]", + "[1 1 2]", + "[1 2 1]", + "[6 3 4]", + "[4 3 4]", + "[2 1 2]", + "[3 6 4]", + "[1 3 1]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 17 + }, + { + "prompt": "[8 8 4]   [7 5 5]   [6 2 6]
    [7 5 5]   [6 2 6]   [5 8 7]
    [6 2 6]   [        ]   [4 5 8]", + "options": [ + "[8 5 5]", + "[5 7 5]", + "[5 5 8]", + "[5 5 7]", + "[4 5 7]", + "[7 5 5]", + "[5 5 6]", + "[5 8 7]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 18 + }, + { + "prompt": "[1 7 9]   [        ]   [3 5 2]
    [2 6 1]   [3 5 2]   [4 4 9]
    [3 5 2]   [4 4 9]   [5 3 1]", + "options": [ + "[8 6 1]", + "[3 9 4]", + "[0 3 2]", + "[1 6 1]", + "[2 6 1]", + "[4 9 3]", + "[6 1 8]", + "[4 9 4]" + ], + "correct": 4, + "correct_coords": "[0 1]", + "prob_ind": 19 + }, + { + "prompt": "[1 1 6]   [3 2 1]   [5 3 3]
    [3 2 1]   [5 3 3]   [7 4 6]
    [        ]   [7 4 6]   [9 5 1]", + "options": [ + "[3 2 6]", + "[5 3 3]", + "[5 3 2]", + "[1 1 6]", + "[8 4 6]", + "[5 2 3]", + "[7 4 6]", + "[7 4 7]" + ], + "correct": 1, + "correct_coords": "[2 0]", + "prob_ind": 20 + }, + { + "prompt": "[5 3 9]   [6 4 6]   [        ]
    [6 4 8]   [7 5 9]   [8 6 6]
    [7 5 6]   [8 6 8]   [9 7 9]", + "options": [ + "[3 0 7]", + "[1 3 2]", + "[6 4 8]", + "[7 6 8]", + "[7 5 8]", + "[2 0 4]", + "[0 6 4]", + "[3 4 9]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 21 + }, + { + "prompt": "[0 1 8]   [2 2 0]   [4 3 9]
    [2 2 9]   [4 3 8]   [        ]
    [4 3 0]   [6 4 9]   [8 5 8]", + "options": [ + "[4 3 8]", + "[4 4 8]", + "[2 8 9]", + "[3 4 9]", + "[0 3 9]", + "[9 3 4]", + "[2 2 0]", + "[6 4 0]" + ], + "correct": 7, + "correct_coords": "[1 2]", + "prob_ind": 22 + }, + { + "prompt": "[4 2 5]   [        ]   [6 4 9]
    [5 3 6]   [6 4 9]   [7 5 5]
    [6 4 9]   [7 5 5]   [8 6 6]", + "options": [ + "[3 6 2]", + "[5 3 6]", + "[3 6 3]", + "[5 9 7]", + "[5 8 3]", + "[6 4 1]", + "[5 6 3]", + "[3 3 6]" + ], + "correct": 1, + "correct_coords": "[0 1]", + "prob_ind": 23 + }, + { + "prompt": "[7 8 0]   [6 6 4]   [5 4 9]
    [6 6 9]   [5 4 0]   [4 2 4]
    [5 4 4]   [        ]   [3 0 0]", + "options": [ + "[4 4 4]", + "[5 4 8]", + "[5 3 9]", + "[5 8 6]", + "[4 4 2]", + "[4 3 9]", + "[4 8 6]", + "[4 2 9]" + ], + "correct": 7, + "correct_coords": "[2 1]", + "prob_ind": 24 + }, + { + "prompt": "[1 6 0]   [0 5 2]   [        ]
    [7 5 2]   [1 4 4]   [0 3 6]
    [0 4 4]   [7 3 6]   [1 2 8]", + "options": [ + "[7 5 2]", + "[0 5 2]", + "[6 4 4]", + "[2 5 0]", + "[2 7 5]", + "[0 2 5]", + "[7 6 4]", + "[7 4 4]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 25 + }, + { + "prompt": "[        ]   [0 4 3]   [2 3 2]
    [0 4 3]   [2 3 2]   [8 2 1]
    [2 3 2]   [8 2 1]   [0 1 0]", + "options": [ + "[8 4 5]", + "[8 3 2]", + "[4 1 6]", + "[0 3 4]", + "[8 5 4]", + "[2 2 3]", + "[2 3 4]", + "[8 5 6]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 26 + }, + { + "prompt": "[4 9 2]   [5 7 3]   [6 5 4]
    [        ]   [6 9 4]   [7 7 5]
    [6 7 4]   [7 5 5]   [8 9 6]", + "options": [ + "[4 2 9]", + "[6 7 5]", + "[5 7 3]", + "[6 3 5]", + "[6 4 5]", + "[9 7 8]", + "[5 5 3]", + "[9 0 8]" + ], + "correct": 6, + "correct_coords": "[1 0]", + "prob_ind": 27 + }, + { + "prompt": "[4 2 8]   [3 3 6]   [2 1 4]
    [3 1 6]   [2 2 4]   [1 3 2]
    [2 3 4]   [1 1 2]   [        ]", + "options": [ + "[0 2 0]", + "[1 4 2]", + "[2 3 4]", + "[1 2 3]", + "[2 2 4]", + "[0 0 2]", + "[2 1 4]", + "[4 2 8]" + ], + "correct": 0, + "correct_coords": "[2 2]", + "prob_ind": 28 + }, + { + "prompt": "[0 9 0]   [5 7 2]   [1 5 4]
    [        ]   [0 5 4]   [5 3 6]
    [5 5 4]   [1 3 6]   [0 1 8]", + "options": [ + "[6 5 4]", + "[1 7 2]", + "[1 2 8]", + "[1 7 4]", + "[1 8 2]", + "[9 0 0]", + "[1 7 6]", + "[1 7 3]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 29 + }, + { + "prompt": "[9 4 3]   [        ]   [7 2 5]
    [8 2 4]   [7 4 5]   [6 8 6]
    [7 8 5]   [6 2 6]   [5 4 7]", + "options": [ + "[6 8 4]", + "[4 7 2]", + "[7 8 5]", + "[8 4 8]", + "[5 7 4]", + "[6 2 6]", + "[8 8 4]", + "[7 5 4]" + ], + "correct": 6, + "correct_coords": "[0 1]", + "prob_ind": 30 + }, + { + "prompt": "[9 2 8]   [7 3 7]   [4 4 6]
    [4 3 7]   [9 4 6]   [7 5 5]
    [7 4 6]   [        ]   [9 6 4]", + "options": [ + "[7 4 6]", + "[4 0 3]", + "[4 8 4]", + "[9 5 5]", + "[4 5 5]", + "[6 5 5]", + "[4 6 4]", + "[5 4 5]" + ], + "correct": 4, + "correct_coords": "[2 1]", + "prob_ind": 31 + }, + { + "prompt": "[        ]   [8 2 7]   [1 4 6]
    [1 2 7]   [5 4 6]   [8 6 5]
    [8 4 6]   [1 6 5]   [5 8 4]", + "options": [ + "[1 4 6]", + "[1 4 5]", + "[7 1 2]", + "[5 0 8]", + "[7 8 2]", + "[1 6 6]", + "[5 8 8]", + "[1 6 5]" + ], + "correct": 3, + "correct_coords": "[0 0]", + "prob_ind": 32 + }, + { + "prompt": "[5 2 9]   [4 3 5]   [3 4 7]
    [4 3 5]   [3 4 7]   [        ]
    [3 4 7]   [2 5 9]   [1 6 5]", + "options": [ + "[2 9 7]", + "[3 3 9]", + "[2 9 5]", + "[3 3 7]", + "[4 5 9]", + "[2 5 9]", + "[2 7 3]", + "[2 7 1]" + ], + "correct": 5, + "correct_coords": "[1 2]", + "prob_ind": 33 + }, + { + "prompt": "[9 8 6]   [8 6 1]   [7 4 3]
    [8 6 1]   [7 4 3]   [        ]
    [7 4 3]   [6 2 6]   [5 0 1]", + "options": [ + "[6 1 6]", + "[6 2 6]", + "[6 6 2]", + "[9 8 4]", + "[1 6 6]", + "[2 6 6]", + "[8 6 1]", + "[7 6 1]" + ], + "correct": 1, + "correct_coords": "[1 2]", + "prob_ind": 34 + }, + { + "prompt": "[5 5 4]   [        ]   [0 7 6]
    [2 6 5]   [0 7 6]   [5 8 7]
    [0 7 6]   [5 8 7]   [2 9 8]", + "options": [ + "[5 8 6]", + "[5 8 7]", + "[2 6 5]", + "[9 5 4]", + "[5 6 7]", + "[7 0 6]", + "[0 7 4]", + "[0 7 6]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 35 + }, + { + "prompt": "[9 9 5]   [4 8 6]   [2 7 7]
    [        ]   [2 7 7]   [9 6 8]
    [2 7 7]   [9 6 8]   [4 5 9]", + "options": [ + "[4 8 6]", + "[9 9 7]", + "[9 8 7]", + "[2 7 7]", + "[8 6 4]", + "[8 4 6]", + "[9 7 8]", + "[4 8 4]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 36 + }, + { + "prompt": "[3 4 4]   [4 5 8]   [5 6 1]
    [4 5 8]   [        ]   [6 7 4]
    [5 6 1]   [6 7 4]   [7 8 8]", + "options": [ + "[6 1 5]", + "[5 1 6]", + "[4 7 8]", + "[4 6 7]", + "[5 8 4]", + "[6 7 4]", + "[5 6 1]", + "[4 5 8]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 37 + }, + { + "prompt": "[8 1 6]   [3 2 5]   [7 3 4]
    [        ]   [7 3 4]   [8 4 3]
    [7 3 4]   [8 4 3]   [3 5 2]", + "options": [ + "[3 2 5]", + "[7 2 4]", + "[5 2 3]", + "[7 4 4]", + "[1 5 3]", + "[4 3 8]", + "[2 5 3]", + "[1 2 5]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 38 + }, + { + "prompt": "[        ]   [2 3 5]   [6 5 4]
    [6 3 5]   [3 5 4]   [2 7 3]
    [2 5 4]   [6 7 3]   [3 9 2]", + "options": [ + "[5 4 3]", + "[3 1 6]", + "[4 5 2]", + "[6 1 5]", + "[4 5 1]", + "[4 1 6]", + "[5 1 6]", + "[4 5 3]" + ], + "correct": 1, + "correct_coords": "[0 0]", + "prob_ind": 39 + }, + { + "prompt": "[2 0 5]   [3 4 6]   [4 5 7]
    [3 4 6]   [4 5 7]   [5 0 8]
    [        ]   [5 0 8]   [6 4 9]", + "options": [ + "[5 2 8]", + "[5 0 9]", + "[4 5 7]", + "[6 2 4]", + "[2 0 5]", + "[7 5 4]", + "[6 3 4]", + "[6 5 7]" + ], + "correct": 2, + "correct_coords": "[2 0]", + "prob_ind": 40 + }, + { + "prompt": "[        ]   [6 6 8]   [0 7 7]
    [0 6 8]   [2 7 7]   [6 8 6]
    [6 7 7]   [0 8 6]   [2 9 5]", + "options": [ + "[6 8 6]", + "[2 5 7]", + "[8 6 6]", + "[8 5 7]", + "[2 5 9]", + "[6 0 8]", + "[0 8 7]", + "[0 8 6]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 41 + }, + { + "prompt": "[2 6 8]   [4 5 6]   [6 4 4]
    [6 5 6]   [2 4 4]   [4 3 2]
    [4 4 4]   [6 3 2]   [        ]", + "options": [ + "[2 1 0]", + "[3 8 5]", + "[4 4 2]", + "[2 5 4]", + "[2 1 8]", + "[2 2 0]", + "[1 0 2]", + "[2 4 0]" + ], + "correct": 5, + "correct_coords": "[2 2]", + "prob_ind": 42 + }, + { + "prompt": "[0 0 8]   [2 6 7]   [4 3 6]
    [2 3 7]   [4 0 6]   [6 6 5]
    [4 6 6]   [        ]   [8 0 4]", + "options": [ + "[6 1 5]", + "[3 6 5]", + "[5 6 1]", + "[6 6 5]", + "[5 3 6]", + "[5 6 3]", + "[6 3 5]", + "[3 5 6]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 43 + }, + { + "prompt": "[        ]   [3 2 3]   [8 3 4]
    [8 2 3]   [1 3 4]   [3 4 5]
    [3 3 4]   [8 4 5]   [1 5 6]", + "options": [ + "[3 1 7]", + "[8 5 4]", + "[5 4 8]", + "[8 3 4]", + "[4 1 3]", + "[5 4 3]", + "[1 1 2]", + "[3 4 5]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 44 + }, + { + "prompt": "[0 1 2]   [6 2 3]   [        ]
    [2 2 3]   [0 3 4]   [6 4 5]
    [6 3 4]   [2 4 5]   [0 5 6]", + "options": [ + "[6 4 5]", + "[3 2 5]", + "[5 6 4]", + "[4 8 1]", + "[2 3 4]", + "[2 2 5]", + "[2 2 3]", + "[1 0 2]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 45 + }, + { + "prompt": "[4 5 1]   [5 9 2]   [        ]
    [5 3 2]   [6 5 3]   [7 9 4]
    [6 9 3]   [7 3 4]   [8 5 5]", + "options": [ + "[5 4 1]", + "[5 3 2]", + "[8 0 9]", + "[2 5 1]", + "[4 5 1]", + "[6 3 3]", + "[4 5 2]", + "[5 1 2]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 46 + }, + { + "prompt": "[2 8 9]   [8 7 7]   [0 6 5]
    [0 7 7]   [2 6 5]   [8 5 3]
    [        ]   [0 5 3]   [2 4 1]", + "options": [ + "[4 3 9]", + "[9 5 2]", + "[0 6 7]", + "[6 5 8]", + "[0 6 5]", + "[8 6 5]", + "[5 6 8]", + "[9 2 5]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 47 + }, + { + "prompt": "[8 4 8]   [7 2 6]   [6 6 4]
    [7 6 6]   [6 4 4]   [5 2 2]
    [        ]   [5 6 2]   [4 4 0]", + "options": [ + "[2 6 4]", + "[3 2 6]", + "[1 4 0]", + "[4 6 6]", + "[8 2 4]", + "[6 2 4]", + "[7 6 7]", + "[4 7 6]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 48 + }, + { + "prompt": "[1 6 5]   [2 5 6]   [5 4 7]
    [5 5 6]   [1 4 7]   [2 3 8]
    [2 4 7]   [        ]   [1 2 9]", + "options": [ + "[1 6 5]", + "[1 5 7]", + "[3 8 3]", + "[5 3 8]", + "[3 8 5]", + "[7 3 8]", + "[6 5 1]", + "[3 2 0]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 49 + } + ], + "three_rule_comb9": [ + { + "prompt": "[0 9 2]   [1 7 3]   [2 5 4]
    [1 7 3]   [2 5 4]   [        ]
    [2 5 4]   [3 3 5]   [4 1 6]", + "options": [ + "[3 3 5]", + "[7 1 1]", + "[0 5 3]", + "[5 3 3]", + "[4 3 5]", + "[7 1 3]", + "[7 5 3]", + "[1 5 3]" + ], + "correct": 0, + "correct_coords": "[1 2]", + "prob_ind": 0 + }, + { + "prompt": "[0 9 5]   [2 7 6]   [4 5 7]
    [        ]   [4 5 7]   [6 3 8]
    [4 5 7]   [6 3 8]   [8 1 9]", + "options": [ + "[4 7 5]", + "[6 3 5]", + "[5 0 7]", + "[9 0 5]", + "[7 6 2]", + "[2 7 6]", + "[9 6 3]", + "[5 0 9]" + ], + "correct": 5, + "correct_coords": "[1 0]", + "prob_ind": 1 + }, + { + "prompt": "[4 8 5]   [5 7 6]   [6 6 7]
    [5 7 6]   [6 6 7]   [7 5 8]
    [6 6 7]   [7 5 8]   [        ]", + "options": [ + "[7 5 6]", + "[8 4 5]", + "[7 5 8]", + "[8 9 4]", + "[5 7 6]", + "[9 4 8]", + "[8 4 9]", + "[8 9 5]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 2 + }, + { + "prompt": "[1 4 3]   [2 3 4]   [3 2 5]
    [        ]   [3 2 5]   [4 1 6]
    [3 2 5]   [4 1 6]   [5 0 7]", + "options": [ + "[3 2 3]", + "[3 1 5]", + "[2 3 4]", + "[5 2 3]", + "[3 4 5]", + "[2 5 4]", + "[9 4 3]", + "[5 4 3]" + ], + "correct": 2, + "correct_coords": "[1 0]", + "prob_ind": 3 + }, + { + "prompt": "[4 0 3]   [3 1 4]   [2 2 5]
    [3 1 4]   [        ]   [1 3 6]
    [2 2 5]   [1 3 6]   [0 4 7]", + "options": [ + "[5 0 7]", + "[3 3 6]", + "[2 5 2]", + "[3 3 5]", + "[3 1 4]", + "[1 3 8]", + "[2 2 5]", + "[5 7 0]" + ], + "correct": 6, + "correct_coords": "[1 1]", + "prob_ind": 4 + }, + { + "prompt": "[        ]   [3 5 7]   [4 4 5]
    [3 5 7]   [4 4 5]   [5 3 3]
    [4 4 5]   [5 3 3]   [6 2 1]", + "options": [ + "[7 5 3]", + "[8 5 9]", + "[4 5 3]", + "[7 3 3]", + "[4 5 4]", + "[4 5 2]", + "[4 4 5]", + "[2 6 9]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 5 + }, + { + "prompt": "[4 1 5]   [5 2 6]   [6 3 7]
    [5 2 6]   [6 3 7]   [        ]
    [6 3 7]   [7 4 8]   [8 5 9]", + "options": [ + "[5 2 6]", + "[6 3 5]", + "[7 4 8]", + "[2 5 6]", + "[4 1 7]", + "[6 3 9]", + "[7 8 4]", + "[6 1 5]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 6 + }, + { + "prompt": "[1 9 5]   [2 7 4]   [3 5 3]
    [        ]   [3 5 3]   [4 3 2]
    [3 5 3]   [4 3 2]   [5 1 1]", + "options": [ + "[3 3 5]", + "[4 3 3]", + "[2 7 2]", + "[3 3 3]", + "[4 7 3]", + "[4 3 0]", + "[2 4 7]", + "[2 7 4]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 7 + }, + { + "prompt": "[5 9 5]   [4 7 6]   [3 5 7]
    [4 7 6]   [3 5 7]   [2 3 8]
    [        ]   [2 3 8]   [1 1 9]", + "options": [ + "[9 6 0]", + "[2 5 7]", + "[7 6 4]", + "[9 1 6]", + "[3 5 6]", + "[9 0 6]", + "[3 5 7]", + "[7 1 2]" + ], + "correct": 6, + "correct_coords": "[2 0]", + "prob_ind": 8 + }, + { + "prompt": "[2 0 5]   [3 1 4]   [        ]
    [3 1 4]   [4 2 3]   [5 3 2]
    [4 2 3]   [5 3 2]   [6 4 1]", + "options": [ + "[2 5 3]", + "[3 1 4]", + "[4 3 1]", + "[8 5 2]", + "[6 8 1]", + "[5 2 3]", + "[5 3 2]", + "[4 2 3]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 9 + }, + { + "prompt": "[        ]   [3 3 5]   [5 2 4]
    [3 3 5]   [5 2 4]   [7 1 3]
    [5 2 4]   [7 1 3]   [9 0 2]", + "options": [ + "[6 6 1]", + "[5 1 4]", + "[3 5 5]", + "[6 1 6]", + "[8 4 1]", + "[7 1 3]", + "[1 4 6]", + "[6 4 1]" + ], + "correct": 6, + "correct_coords": "[0 0]", + "prob_ind": 10 + }, + { + "prompt": "[        ]   [6 3 3]   [4 4 2]
    [6 3 3]   [4 4 2]   [2 5 1]
    [4 4 2]   [2 5 1]   [0 6 0]", + "options": [ + "[7 3 6]", + "[3 6 7]", + "[4 6 3]", + "[4 3 3]", + "[2 4 4]", + "[0 2 4]", + "[5 6 7]", + "[8 2 4]" + ], + "correct": 7, + "correct_coords": "[0 0]", + "prob_ind": 11 + }, + { + "prompt": "[0 8 4]   [1 6 5]   [2 4 6]
    [1 6 5]   [2 4 6]   [3 2 7]
    [        ]   [3 2 7]   [4 0 8]", + "options": [ + "[6 2 4]", + "[2 6 4]", + "[2 4 4]", + "[3 1 7]", + "[2 5 7]", + "[2 4 6]", + "[9 3 7]", + "[8 4 0]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 12 + }, + { + "prompt": "[        ]   [7 1 3]   [6 2 2]
    [7 1 3]   [6 2 2]   [5 3 1]
    [6 2 2]   [5 3 1]   [4 4 0]", + "options": [ + "[8 0 4]", + "[2 2 6]", + "[3 8 9]", + "[1 3 5]", + "[7 2 1]", + "[7 2 2]", + "[5 3 0]", + "[2 6 2]" + ], + "correct": 0, + "correct_coords": "[0 0]", + "prob_ind": 13 + }, + { + "prompt": "[0 2 4]   [1 3 5]   [        ]
    [1 3 5]   [2 4 6]   [3 5 7]
    [2 4 6]   [3 5 7]   [4 6 8]", + "options": [ + "[2 5 6]", + "[2 4 6]", + "[0 2 1]", + "[6 2 4]", + "[6 2 1]", + "[1 4 6]", + "[0 2 5]", + "[2 0 1]" + ], + "correct": 1, + "correct_coords": "[0 2]", + "prob_ind": 14 + }, + { + "prompt": "[1 1 6]   [2 3 5]   [3 5 4]
    [        ]   [3 5 4]   [4 7 3]
    [3 5 4]   [4 7 3]   [5 9 2]", + "options": [ + "[5 2 3]", + "[3 5 8]", + "[1 6 1]", + "[9 6 2]", + "[3 5 9]", + "[3 4 5]", + "[3 5 4]", + "[2 3 5]" + ], + "correct": 7, + "correct_coords": "[1 0]", + "prob_ind": 15 + }, + { + "prompt": "[0 4 6]   [2 5 5]   [4 6 4]
    [2 5 5]   [4 6 4]   [6 7 3]
    [4 6 4]   [6 7 3]   [        ]", + "options": [ + "[4 6 4]", + "[6 5 8]", + "[4 6 6]", + "[4 5 8]", + "[6 5 4]", + "[4 4 8]", + "[8 7 2]", + "[8 8 2]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 16 + }, + { + "prompt": "[2 5 1]   [3 6 3]   [4 7 5]
    [3 6 3]   [        ]   [5 8 7]
    [4 7 5]   [5 8 7]   [6 9 9]", + "options": [ + "[3 6 1]", + "[4 6 1]", + "[4 7 5]", + "[3 8 7]", + "[1 6 1]", + "[3 6 3]", + "[5 6 1]", + "[5 8 6]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 17 + }, + { + "prompt": "[9 3 8]   [7 4 6]   [5 5 4]
    [7 4 6]   [5 5 4]   [3 6 2]
    [        ]   [3 6 2]   [1 7 0]", + "options": [ + "[5 5 4]", + "[4 5 5]", + "[5 4 5]", + "[5 7 4]", + "[7 2 6]", + "[3 2 6]", + "[5 5 6]", + "[7 4 6]" + ], + "correct": 0, + "correct_coords": "[2 0]", + "prob_ind": 18 + }, + { + "prompt": "[2 4 3]   [3 5 4]   [4 6 5]
    [3 5 4]   [4 6 5]   [        ]
    [4 6 5]   [5 7 6]   [6 8 7]", + "options": [ + "[7 6 5]", + "[3 7 6]", + "[2 3 4]", + "[3 5 4]", + "[5 7 6]", + "[0 3 9]", + "[4 5 4]", + "[2 6 5]" + ], + "correct": 4, + "correct_coords": "[1 2]", + "prob_ind": 19 + }, + { + "prompt": "[9 8 5]   [7 7 4]   [5 6 3]
    [        ]   [5 6 3]   [3 5 2]
    [5 6 3]   [3 5 2]   [1 4 1]", + "options": [ + "[3 5 6]", + "[7 7 4]", + "[3 5 3]", + "[9 5 9]", + "[7 6 4]", + "[9 9 3]", + "[7 7 5]", + "[9 9 5]" + ], + "correct": 1, + "correct_coords": "[1 0]", + "prob_ind": 20 + }, + { + "prompt": "[9 2 1]   [8 3 2]   [7 4 3]
    [8 3 2]   [7 4 3]   [6 5 4]
    [7 4 3]   [6 5 4]   [        ]", + "options": [ + "[6 5 5]", + "[6 4 5]", + "[7 4 3]", + "[6 5 2]", + "[5 6 5]", + "[7 3 4]", + "[6 3 5]", + "[6 5 4]" + ], + "correct": 4, + "correct_coords": "[2 2]", + "prob_ind": 21 + }, + { + "prompt": "[6 7 1]   [5 6 3]   [4 5 5]
    [        ]   [4 5 5]   [3 4 7]
    [4 5 5]   [3 4 7]   [2 3 9]", + "options": [ + "[5 6 3]", + "[3 3 7]", + "[6 7 9]", + "[4 7 3]", + "[5 6 5]", + "[4 2 5]", + "[7 3 4]", + "[4 4 7]" + ], + "correct": 0, + "correct_coords": "[1 0]", + "prob_ind": 22 + }, + { + "prompt": "[2 0 5]   [3 2 4]   [4 4 3]
    [3 2 4]   [4 4 3]   [5 6 2]
    [4 4 3]   [5 6 2]   [        ]", + "options": [ + "[2 0 5]", + "[0 5 2]", + "[2 3 4]", + "[6 8 1]", + "[0 3 2]", + "[6 8 4]", + "[4 4 1]", + "[5 6 4]" + ], + "correct": 3, + "correct_coords": "[2 2]", + "prob_ind": 23 + }, + { + "prompt": "[9 1 9]   [8 3 7]   [7 5 5]
    [8 3 7]   [7 5 5]   [6 7 3]
    [7 5 5]   [        ]   [5 9 1]", + "options": [ + "[7 1 9]", + "[8 3 5]", + "[6 7 3]", + "[7 5 5]", + "[8 3 7]", + "[6 6 3]", + "[7 5 7]", + "[7 3 6]" + ], + "correct": 2, + "correct_coords": "[2 1]", + "prob_ind": 24 + }, + { + "prompt": "[4 8 0]   [3 7 1]   [2 6 2]
    [3 7 1]   [2 6 2]   [1 5 3]
    [        ]   [1 5 3]   [0 4 4]", + "options": [ + "[5 7 1]", + "[6 2 2]", + "[0 6 4]", + "[6 2 1]", + "[2 6 2]", + "[2 6 1]", + "[2 2 6]", + "[4 8 0]" + ], + "correct": 4, + "correct_coords": "[2 0]", + "prob_ind": 25 + }, + { + "prompt": "[9 7 1]   [8 6 2]   [7 5 3]
    [8 6 2]   [        ]   [6 4 4]
    [7 5 3]   [6 4 4]   [5 3 5]", + "options": [ + "[6 6 4]", + "[7 5 4]", + "[9 6 2]", + "[6 4 2]", + "[7 5 3]", + "[8 2 6]", + "[6 4 4]", + "[4 6 6]" + ], + "correct": 4, + "correct_coords": "[1 1]", + "prob_ind": 26 + }, + { + "prompt": "[6 9 2]   [5 7 3]   [4 5 4]
    [5 7 3]   [4 5 4]   [3 3 5]
    [4 5 4]   [3 3 5]   [        ]", + "options": [ + "[3 7 9]", + "[4 7 3]", + "[5 9 3]", + "[5 3 9]", + "[4 3 4]", + "[9 5 3]", + "[2 1 6]", + "[6 9 2]" + ], + "correct": 6, + "correct_coords": "[2 2]", + "prob_ind": 27 + }, + { + "prompt": "[0 0 9]   [1 2 8]   [2 4 7]
    [1 2 8]   [2 4 7]   [        ]
    [2 4 7]   [3 6 6]   [4 8 5]", + "options": [ + "[0 8 0]", + "[0 4 9]", + "[3 6 6]", + "[0 0 8]", + "[2 0 7]", + "[2 4 7]", + "[8 1 6]", + "[6 1 8]" + ], + "correct": 2, + "correct_coords": "[1 2]", + "prob_ind": 28 + }, + { + "prompt": "[4 1 7]   [5 3 6]   [6 5 5]
    [5 3 6]   [6 5 5]   [7 7 4]
    [        ]   [7 7 4]   [8 9 3]", + "options": [ + "[7 6 5]", + "[5 6 5]", + "[7 7 4]", + "[6 5 5]", + "[6 7 5]", + "[7 7 6]", + "[5 1 6]", + "[5 3 6]" + ], + "correct": 3, + "correct_coords": "[2 0]", + "prob_ind": 29 + }, + { + "prompt": "[1 6 4]   [2 5 5]   [3 4 6]
    [        ]   [3 4 6]   [4 3 7]
    [3 4 6]   [4 3 7]   [5 2 8]", + "options": [ + "[3 6 6]", + "[5 4 0]", + "[5 2 5]", + "[2 5 5]", + "[6 7 9]", + "[3 4 6]", + "[2 6 1]", + "[5 5 2]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 30 + }, + { + "prompt": "[1 5 3]   [        ]   [3 7 5]
    [2 6 4]   [3 7 5]   [4 8 6]
    [3 7 5]   [4 8 6]   [5 9 7]", + "options": [ + "[2 6 5]", + "[2 6 2]", + "[3 5 5]", + "[2 6 4]", + "[2 4 6]", + "[9 6 1]", + "[9 6 2]", + "[2 5 5]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 31 + }, + { + "prompt": "[1 7 5]   [3 6 6]   [5 5 7]
    [3 6 6]   [        ]   [7 4 8]
    [5 5 7]   [7 4 8]   [9 3 9]", + "options": [ + "[6 3 6]", + "[7 4 8]", + "[5 5 7]", + "[2 6 8]", + "[5 7 7]", + "[5 4 7]", + "[5 4 8]", + "[2 6 6]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 32 + }, + { + "prompt": "[5 3 8]   [4 4 6]   [3 5 4]
    [4 4 6]   [3 5 4]   [2 6 2]
    [3 5 4]   [        ]   [1 7 0]", + "options": [ + "[5 4 3]", + "[8 5 3]", + "[3 6 2]", + "[2 6 2]", + "[3 5 4]", + "[4 6 4]", + "[5 3 4]", + "[4 5 4]" + ], + "correct": 3, + "correct_coords": "[2 1]", + "prob_ind": 33 + }, + { + "prompt": "[8 1 9]   [6 2 8]   [4 3 7]
    [6 2 8]   [4 3 7]   [        ]
    [4 3 7]   [2 4 6]   [0 5 5]", + "options": [ + "[4 3 7]", + "[4 2 7]", + "[6 2 4]", + "[4 3 8]", + "[4 6 0]", + "[0 4 6]", + "[2 4 6]", + "[2 4 1]" + ], + "correct": 6, + "correct_coords": "[1 2]", + "prob_ind": 34 + }, + { + "prompt": "[9 6 1]   [7 5 3]   [5 4 5]
    [7 5 3]   [5 4 5]   [3 3 7]
    [5 4 5]   [        ]   [1 2 9]", + "options": [ + "[5 4 5]", + "[2 3 6]", + "[2 6 5]", + "[3 1 9]", + "[9 1 3]", + "[7 4 5]", + "[3 3 7]", + "[2 6 3]" + ], + "correct": 6, + "correct_coords": "[2 1]", + "prob_ind": 35 + }, + { + "prompt": "[9 0 1]   [7 1 2]   [5 2 3]
    [        ]   [5 2 3]   [3 3 4]
    [5 2 3]   [3 3 4]   [1 4 5]", + "options": [ + "[2 1 7]", + "[1 3 3]", + "[3 4 3]", + "[7 1 2]", + "[6 1 2]", + "[1 0 9]", + "[5 2 3]", + "[3 1 3]" + ], + "correct": 3, + "correct_coords": "[1 0]", + "prob_ind": 36 + }, + { + "prompt": "[1 0 6]   [3 1 5]   [5 2 4]
    [3 1 5]   [        ]   [7 3 3]
    [5 2 4]   [7 3 3]   [9 4 2]", + "options": [ + "[5 1 3]", + "[2 5 4]", + "[1 1 3]", + "[5 2 4]", + "[3 1 3]", + "[7 1 3]", + "[1 5 3]", + "[9 3 3]" + ], + "correct": 3, + "correct_coords": "[1 1]", + "prob_ind": 37 + }, + { + "prompt": "[5 4 0]   [        ]   [3 2 4]
    [4 3 2]   [3 2 4]   [2 1 6]
    [3 2 4]   [2 1 6]   [1 0 8]", + "options": [ + "[4 1 7]", + "[3 1 4]", + "[5 2 4]", + "[4 3 2]", + "[2 4 3]", + "[6 7 2]", + "[2 3 4]", + "[6 1 2]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 38 + }, + { + "prompt": "[3 1 0]   [4 3 1]   [        ]
    [4 3 1]   [5 5 2]   [6 7 3]
    [5 5 2]   [6 7 3]   [7 9 4]", + "options": [ + "[3 1 0]", + "[4 3 1]", + "[3 0 0]", + "[3 6 7]", + "[5 5 2]", + "[6 7 4]", + "[5 6 7]", + "[6 5 7]" + ], + "correct": 4, + "correct_coords": "[0 2]", + "prob_ind": 39 + }, + { + "prompt": "[4 5 5]   [5 4 6]   [        ]
    [5 4 6]   [6 3 7]   [7 2 8]
    [6 3 7]   [7 2 8]   [8 1 9]", + "options": [ + "[5 4 6]", + "[0 9 3]", + "[7 2 9]", + "[5 4 5]", + "[7 2 8]", + "[3 7 6]", + "[4 3 7]", + "[6 3 7]" + ], + "correct": 7, + "correct_coords": "[0 2]", + "prob_ind": 40 + }, + { + "prompt": "[3 8 8]   [4 6 7]   [5 4 6]
    [4 6 7]   [5 4 6]   [6 2 5]
    [5 4 6]   [        ]   [7 0 4]", + "options": [ + "[6 2 5]", + "[5 4 6]", + "[5 2 6]", + "[1 8 2]", + "[5 4 8]", + "[2 8 1]", + "[8 7 4]", + "[6 5 4]" + ], + "correct": 0, + "correct_coords": "[2 1]", + "prob_ind": 41 + }, + { + "prompt": "[7 3 9]   [6 4 8]   [5 5 7]
    [6 4 8]   [5 5 7]   [4 6 6]
    [        ]   [4 6 6]   [3 7 5]", + "options": [ + "[7 3 7]", + "[4 3 6]", + "[3 8 4]", + "[2 0 4]", + "[6 6 6]", + "[5 5 7]", + "[4 6 9]", + "[4 3 8]" + ], + "correct": 5, + "correct_coords": "[2 0]", + "prob_ind": 42 + }, + { + "prompt": "[8 9 9]   [7 8 7]   [6 7 5]
    [7 8 7]   [6 7 5]   [5 6 3]
    [6 7 5]   [5 6 3]   [        ]", + "options": [ + "[5 1 4]", + "[1 7 5]", + "[4 5 1]", + "[9 8 3]", + "[7 5 1]", + "[1 5 3]", + "[8 8 3]", + "[9 7 1]" + ], + "correct": 2, + "correct_coords": "[2 2]", + "prob_ind": 43 + }, + { + "prompt": "[        ]   [6 6 5]   [4 7 6]
    [6 6 5]   [4 7 6]   [2 8 7]
    [4 7 6]   [2 8 7]   [0 9 8]", + "options": [ + "[6 6 6]", + "[8 5 5]", + "[4 7 6]", + "[0 5 4]", + "[8 5 4]", + "[9 7 1]", + "[5 6 5]", + "[6 6 5]" + ], + "correct": 4, + "correct_coords": "[0 0]", + "prob_ind": 44 + }, + { + "prompt": "[6 5 8]   [5 4 7]   [4 3 6]
    [5 4 7]   [4 3 6]   [3 2 5]
    [4 3 6]   [3 2 5]   [        ]", + "options": [ + "[5 3 6]", + "[7 4 8]", + "[4 2 1]", + "[3 2 5]", + "[5 3 5]", + "[4 3 6]", + "[6 4 8]", + "[2 1 4]" + ], + "correct": 7, + "correct_coords": "[2 2]", + "prob_ind": 45 + }, + { + "prompt": "[2 1 1]   [        ]   [4 5 3]
    [3 3 2]   [4 5 3]   [5 7 4]
    [4 5 3]   [5 7 4]   [6 9 5]", + "options": [ + "[4 7 3]", + "[4 3 2]", + "[5 4 7]", + "[3 3 2]", + "[4 6 3]", + "[3 2 3]", + "[4 5 3]", + "[8 7 2]" + ], + "correct": 3, + "correct_coords": "[0 1]", + "prob_ind": 46 + }, + { + "prompt": "[0 3 5]   [        ]   [2 5 3]
    [1 4 4]   [2 5 3]   [3 6 2]
    [2 5 3]   [3 6 2]   [4 7 1]", + "options": [ + "[2 5 3]", + "[3 2 6]", + "[1 4 4]", + "[4 4 1]", + "[2 4 3]", + "[2 3 5]", + "[3 6 2]", + "[8 3 1]" + ], + "correct": 2, + "correct_coords": "[0 1]", + "prob_ind": 47 + }, + { + "prompt": "[5 8 1]   [4 6 3]   [        ]
    [4 6 3]   [3 4 5]   [2 2 7]
    [3 4 5]   [2 2 7]   [1 0 9]", + "options": [ + "[2 2 7]", + "[5 3 4]", + "[4 6 3]", + "[4 6 2]", + "[7 2 2]", + "[3 4 5]", + "[5 8 1]", + "[2 4 7]" + ], + "correct": 5, + "correct_coords": "[0 2]", + "prob_ind": 48 + }, + { + "prompt": "[7 4 8]   [6 5 7]   [5 6 6]
    [6 5 7]   [        ]   [4 7 5]
    [5 6 6]   [4 7 5]   [3 8 4]", + "options": [ + "[6 5 6]", + "[6 7 5]", + "[5 6 6]", + "[4 7 5]", + "[5 7 5]", + "[7 7 7]", + "[7 8 3]", + "[5 8 6]" + ], + "correct": 2, + "correct_coords": "[1 1]", + "prob_ind": 49 + } + ], + "c3_set_union": [ + { + "prompt": "[3]   [7]   [3 7]
    [8]   [4]   [8 4]
    [3 8]   [  ]   [3 8 7 4]", + "options": [ + "[3 4]", + "[7 4]", + "[3 8]", + "[8 7]", + "[3 8 4]", + "[8 4]", + "[4]", + "[3 8 7]" + ], + "correct": 1, + "correct_coords": "[2, 1]", + "prob_ind": 0 + }, + { + "prompt": "[7]   [8]   [7 8]
    [  ]   [9]   [4 9]
    [7 4]   [8 9]   [7 4 8 9]", + "options": [ + "[7]", + "[4 8]", + "[4]", + "[7 4 8]", + "[7 4]", + "[8]", + "[7 4 8 9]", + "[4 9]" + ], + "correct": 2, + "correct_coords": "[1, 0]", + "prob_ind": 1 + }, + { + "prompt": "[0]   [1]   [0 1]
    [5]   [3]   [     ]
    [0 5]   [1 3]   [0 5 1 3]", + "options": [ + "[0 5 3]", + "[3]", + "[5 1]", + "[5 3]", + "[0 1]", + "[5 1 3]", + "[0 5 1]", + "[0 5]" + ], + "correct": 3, + "correct_coords": "[1, 2]", + "prob_ind": 2 + }, + { + "prompt": "[6]   [3]   [     ]
    [1]   [2]   [1 2]
    [6 1]   [3 2]   [6 1 3 2]", + "options": [ + "[2]", + "[1 2]", + "[6 2]", + "[6 3]", + "[3 2]", + "[6 3 2]", + "[6 1 3]", + "[3]" + ], + "correct": 3, + "correct_coords": "[0, 2]", + "prob_ind": 3 + }, + { + "prompt": "[  ]   [2]   [6 2]
    [0]   [7]   [0 7]
    [6 0]   [2 7]   [6 0 2 7]", + "options": [ + "[6 0]", + "[6 0 2]", + "[6 0 2 7]", + "[6]", + "[0 7]", + "[6 7]", + "[6 2 7]", + "[7]" + ], + "correct": 3, + "correct_coords": "[0, 0]", + "prob_ind": 4 + }, + { + "prompt": "[7]   [2]   [7 2]
    [0]   [5]   [0 5]
    [  ]   [2 5]   [7 0 2 5]", + "options": [ + "[0 5]", + "[  ]", + "[7 0 2]", + "[7 0]", + "[0 2 5]", + "[0]", + "[7 5]", + "[7 2]" + ], + "correct": 3, + "correct_coords": "[2, 0]", + "prob_ind": 5 + }, + { + "prompt": "[3]   [1]   [3 1]
    [4]   [7]   [4 7]
    [  ]   [1 7]   [3 4 1 7]", + "options": [ + "[1]", + "[4]", + "[3]", + "[3 4 1 7]", + "[3 4]", + "[3 1]", + "[3 7]", + "[  ]" + ], + "correct": 4, + "correct_coords": "[2, 0]", + "prob_ind": 6 + }, + { + "prompt": "[  ]   [9]   [4 9]
    [1]   [5]   [1 5]
    [4 1]   [9 5]   [4 1 9 5]", + "options": [ + "[4]", + "[4 1 9 5]", + "[1 5]", + "[4 9 5]", + "[5]", + "[1]", + "[4 1]", + "[4 1 5]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 7 + }, + { + "prompt": "[9]   [1]   [9 1]
    [  ]   [8]   [5 8]
    [9 5]   [1 8]   [9 5 1 8]", + "options": [ + "[  ]", + "[9 1 8]", + "[9 5]", + "[9 5 1 8]", + "[9 5 8]", + "[5]", + "[9 5 1]", + "[1]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 8 + }, + { + "prompt": "[  ]   [9]   [4 9]
    [7]   [2]   [7 2]
    [4 7]   [9 2]   [4 7 9 2]", + "options": [ + "[9 2]", + "[2]", + "[7 9]", + "[9]", + "[7 2]", + "[4]", + "[7]", + "[4 7 9]" + ], + "correct": 5, + "correct_coords": "[0, 0]", + "prob_ind": 9 + }, + { + "prompt": "[1]   [4]   [1 4]
    [8]   [2]   [8 2]
    [1 8]   [4 2]   [     ]", + "options": [ + "[8 4]", + "[1 8 4 2]", + "[1 8]", + "[8]", + "[1 8 2]", + "[1 2]", + "[8 2]", + "[8 4 2]" + ], + "correct": 1, + "correct_coords": "[2, 2]", + "prob_ind": 10 + }, + { + "prompt": "[4]   [1]   [     ]
    [6]   [0]   [6 0]
    [4 6]   [1 0]   [4 6 1 0]", + "options": [ + "[  ]", + "[4 6]", + "[4 1]", + "[0]", + "[4 0]", + "[1 0]", + "[4 6 1]", + "[6 1]" + ], + "correct": 2, + "correct_coords": "[0, 2]", + "prob_ind": 11 + }, + { + "prompt": "[6]   [8]   [6 8]
    [4]   [2]   [     ]
    [6 4]   [8 2]   [6 4 8 2]", + "options": [ + "[6 8]", + "[  ]", + "[6 2]", + "[8]", + "[6 4 8]", + "[4 8 2]", + "[6 4 8 2]", + "[4 2]" + ], + "correct": 7, + "correct_coords": "[1, 2]", + "prob_ind": 12 + }, + { + "prompt": "[9]   [6]   [9 6]
    [7]   [  ]   [7 5]
    [9 7]   [6 5]   [9 7 6 5]", + "options": [ + "[9 6]", + "[9 7 6 5]", + "[7]", + "[6]", + "[5]", + "[9 7 6]", + "[7 5]", + "[7 6]" + ], + "correct": 4, + "correct_coords": "[1, 1]", + "prob_ind": 13 + }, + { + "prompt": "[7]   [2]   [7 2]
    [6]   [  ]   [6 3]
    [7 6]   [2 3]   [7 6 2 3]", + "options": [ + "[7 6]", + "[7 6 2]", + "[6 3]", + "[7]", + "[2]", + "[3]", + "[7 2 3]", + "[6 2 3]" + ], + "correct": 5, + "correct_coords": "[1, 1]", + "prob_ind": 14 + }, + { + "prompt": "[5]   [6]   [5 6]
    [9]   [3]   [9 3]
    [5 9]   [  ]   [5 9 6 3]", + "options": [ + "[5 9 6]", + "[9 3]", + "[  ]", + "[6 3]", + "[5 3]", + "[9 6 3]", + "[5 9 3]", + "[5 6 3]" + ], + "correct": 3, + "correct_coords": "[2, 1]", + "prob_ind": 15 + }, + { + "prompt": "[  ]   [9]   [0 9]
    [5]   [6]   [5 6]
    [0 5]   [9 6]   [0 5 9 6]", + "options": [ + "[0 5 9]", + "[0 6]", + "[5 9 6]", + "[0 5]", + "[9]", + "[0 5 6]", + "[0]", + "[5]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 16 + }, + { + "prompt": "[5]   [4]   [5 4]
    [2]   [  ]   [2 1]
    [5 2]   [4 1]   [5 2 4 1]", + "options": [ + "[2]", + "[5 2 4]", + "[5 4 1]", + "[2 4 1]", + "[1]", + "[  ]", + "[5 4]", + "[4 1]" + ], + "correct": 4, + "correct_coords": "[1, 1]", + "prob_ind": 17 + }, + { + "prompt": "[9]   [8]   [     ]
    [5]   [0]   [5 0]
    [9 5]   [8 0]   [9 5 8 0]", + "options": [ + "[9 0]", + "[9 8]", + "[0]", + "[9 8 0]", + "[9 5 8]", + "[8]", + "[5 8 0]", + "[5]" + ], + "correct": 1, + "correct_coords": "[0, 2]", + "prob_ind": 18 + }, + { + "prompt": "[3]   [4]   [3 4]
    [5]   [7]   [5 7]
    [  ]   [4 7]   [3 5 4 7]", + "options": [ + "[4]", + "[3 4]", + "[3 5]", + "[3 5 4 7]", + "[3 7]", + "[3]", + "[5]", + "[7]" + ], + "correct": 2, + "correct_coords": "[2, 0]", + "prob_ind": 19 + }, + { + "prompt": "[0]   [6]   [     ]
    [7]   [5]   [7 5]
    [0 7]   [6 5]   [0 7 6 5]", + "options": [ + "[  ]", + "[0 6]", + "[6]", + "[0]", + "[0 7 5]", + "[0 5]", + "[7]", + "[0 7 6 5]" + ], + "correct": 1, + "correct_coords": "[0, 2]", + "prob_ind": 20 + }, + { + "prompt": "[  ]   [2]   [1 2]
    [6]   [8]   [6 8]
    [1 6]   [2 8]   [1 6 2 8]", + "options": [ + "[1]", + "[1 6 8]", + "[2 8]", + "[2]", + "[8]", + "[  ]", + "[1 2 8]", + "[1 8]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 21 + }, + { + "prompt": "[1]   [8]   [1 8]
    [7]   [3]   [7 3]
    [1 7]   [8 3]   [     ]", + "options": [ + "[1 8]", + "[7 3]", + "[1 7 8 3]", + "[1 7 3]", + "[8 3]", + "[8]", + "[1 3]", + "[7 8]" + ], + "correct": 2, + "correct_coords": "[2, 2]", + "prob_ind": 22 + }, + { + "prompt": "[1]   [5]   [1 5]
    [  ]   [7]   [0 7]
    [1 0]   [5 7]   [1 0 5 7]", + "options": [ + "[1]", + "[0]", + "[  ]", + "[7]", + "[1 5]", + "[1 0]", + "[1 0 5]", + "[1 0 7]" + ], + "correct": 1, + "correct_coords": "[1, 0]", + "prob_ind": 23 + }, + { + "prompt": "[7]   [8]   [7 8]
    [  ]   [6]   [3 6]
    [7 3]   [8 6]   [7 3 8 6]", + "options": [ + "[7 8]", + "[7 3 8]", + "[  ]", + "[3]", + "[7 3 8 6]", + "[3 8]", + "[7]", + "[7 6]" + ], + "correct": 3, + "correct_coords": "[1, 0]", + "prob_ind": 24 + }, + { + "prompt": "[1]   [6]   [1 6]
    [  ]   [4]   [3 4]
    [1 3]   [6 4]   [1 3 6 4]", + "options": [ + "[1 4]", + "[3]", + "[  ]", + "[3 6]", + "[1 3]", + "[6]", + "[1 3 6]", + "[1]" + ], + "correct": 1, + "correct_coords": "[1, 0]", + "prob_ind": 25 + }, + { + "prompt": "[1]   [6]   [1 6]
    [7]   [5]   [7 5]
    [  ]   [6 5]   [1 7 6 5]", + "options": [ + "[7 6]", + "[1 7]", + "[7]", + "[1]", + "[1 7 6]", + "[1 6 5]", + "[6]", + "[1 7 5]" + ], + "correct": 1, + "correct_coords": "[2, 0]", + "prob_ind": 26 + }, + { + "prompt": "[5]   [7]   [5 7]
    [0]   [8]   [0 8]
    [5 0]   [7 8]   [     ]", + "options": [ + "[5 0]", + "[0 7 8]", + "[  ]", + "[5 0 7 8]", + "[5 7 8]", + "[5 0 8]", + "[5]", + "[7]" + ], + "correct": 3, + "correct_coords": "[2, 2]", + "prob_ind": 27 + }, + { + "prompt": "[7]   [4]   [7 4]
    [6]   [  ]   [6 5]
    [7 6]   [4 5]   [7 6 4 5]", + "options": [ + "[4]", + "[5]", + "[4 5]", + "[7]", + "[7 6]", + "[7 5]", + "[6 5]", + "[7 6 5]" + ], + "correct": 1, + "correct_coords": "[1, 1]", + "prob_ind": 28 + }, + { + "prompt": "[  ]   [9]   [1 9]
    [7]   [0]   [7 0]
    [1 7]   [9 0]   [1 7 9 0]", + "options": [ + "[1]", + "[9 0]", + "[1 7 9 0]", + "[1 7 0]", + "[9]", + "[1 7]", + "[1 9]", + "[0]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 29 + }, + { + "prompt": "[8]   [0]   [     ]
    [1]   [7]   [1 7]
    [8 1]   [0 7]   [8 1 0 7]", + "options": [ + "[8 0 7]", + "[8 1]", + "[  ]", + "[8 1 0]", + "[1]", + "[0 7]", + "[1 7]", + "[8 0]" + ], + "correct": 7, + "correct_coords": "[0, 2]", + "prob_ind": 30 + }, + { + "prompt": "[3]   [0]   [     ]
    [2]   [8]   [2 8]
    [3 2]   [0 8]   [3 2 0 8]", + "options": [ + "[3 2 0 8]", + "[8]", + "[0]", + "[3 2]", + "[3 0]", + "[2 8]", + "[3 2 0]", + "[3 0 8]" + ], + "correct": 4, + "correct_coords": "[0, 2]", + "prob_ind": 31 + }, + { + "prompt": "[7]   [9]   [7 9]
    [6]   [3]   [6 3]
    [7 6]   [  ]   [7 6 9 3]", + "options": [ + "[7 6 9]", + "[6 9]", + "[6]", + "[9 3]", + "[3]", + "[6 9 3]", + "[7 9 3]", + "[  ]" + ], + "correct": 3, + "correct_coords": "[2, 1]", + "prob_ind": 32 + }, + { + "prompt": "[9]   [7]   [9 7]
    [  ]   [4]   [1 4]
    [9 1]   [7 4]   [9 1 7 4]", + "options": [ + "[1]", + "[1 4]", + "[9 1 7]", + "[1 7]", + "[9 7]", + "[1 7 4]", + "[9 1 7 4]", + "[9]" + ], + "correct": 0, + "correct_coords": "[1, 0]", + "prob_ind": 33 + }, + { + "prompt": "[0]   [2]   [     ]
    [5]   [8]   [5 8]
    [0 5]   [2 8]   [0 5 2 8]", + "options": [ + "[8]", + "[5 8]", + "[0 2]", + "[0 5 2]", + "[0 5 8]", + "[2 8]", + "[5 2]", + "[0 2 8]" + ], + "correct": 2, + "correct_coords": "[0, 2]", + "prob_ind": 34 + }, + { + "prompt": "[3]   [4]   [3 4]
    [1]   [  ]   [1 2]
    [3 1]   [4 2]   [3 1 4 2]", + "options": [ + "[3 1]", + "[3 1 4]", + "[2]", + "[4 2]", + "[1 2]", + "[3 4 2]", + "[  ]", + "[3 1 2]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 35 + }, + { + "prompt": "[6]   [2]   [     ]
    [9]   [5]   [9 5]
    [6 9]   [2 5]   [6 9 2 5]", + "options": [ + "[9 2]", + "[6]", + "[6 9 2 5]", + "[2]", + "[  ]", + "[2 5]", + "[9 5]", + "[6 2]" + ], + "correct": 7, + "correct_coords": "[0, 2]", + "prob_ind": 36 + }, + { + "prompt": "[1]   [7]   [1 7]
    [  ]   [3]   [5 3]
    [1 5]   [7 3]   [1 5 7 3]", + "options": [ + "[1 7 3]", + "[1]", + "[1 5 7 3]", + "[1 3]", + "[5]", + "[1 5]", + "[5 7 3]", + "[5 7]" + ], + "correct": 4, + "correct_coords": "[1, 0]", + "prob_ind": 37 + }, + { + "prompt": "[3]   [0]   [     ]
    [9]   [2]   [9 2]
    [3 9]   [0 2]   [3 9 0 2]", + "options": [ + "[9 0 2]", + "[3]", + "[9]", + "[0 2]", + "[3 0]", + "[  ]", + "[3 9 0 2]", + "[3 9]" + ], + "correct": 4, + "correct_coords": "[0, 2]", + "prob_ind": 38 + }, + { + "prompt": "[7]   [  ]   [7 5]
    [3]   [8]   [3 8]
    [7 3]   [5 8]   [7 3 5 8]", + "options": [ + "[5 8]", + "[7 3]", + "[8]", + "[7 5 8]", + "[7 3 5]", + "[7 3 8]", + "[5]", + "[  ]" + ], + "correct": 6, + "correct_coords": "[0, 1]", + "prob_ind": 39 + }, + { + "prompt": "[4]   [5]   [4 5]
    [8]   [7]   [8 7]
    [  ]   [5 7]   [4 8 5 7]", + "options": [ + "[8 5]", + "[5 7]", + "[4 7]", + "[4 8 5 7]", + "[4 5 7]", + "[5]", + "[4 8 5]", + "[4 8]" + ], + "correct": 7, + "correct_coords": "[2, 0]", + "prob_ind": 40 + }, + { + "prompt": "[3]   [8]   [3 8]
    [5]   [4]   [5 4]
    [3 5]   [  ]   [3 5 8 4]", + "options": [ + "[4]", + "[3 5 8 4]", + "[3 4]", + "[5 4]", + "[8 4]", + "[5 8]", + "[3 5 8]", + "[3]" + ], + "correct": 4, + "correct_coords": "[2, 1]", + "prob_ind": 41 + }, + { + "prompt": "[4]   [3]   [     ]
    [8]   [0]   [8 0]
    [4 8]   [3 0]   [4 8 3 0]", + "options": [ + "[4 8 3]", + "[4 3]", + "[4 8 3 0]", + "[3]", + "[4 3 0]", + "[3 0]", + "[8]", + "[4]" + ], + "correct": 1, + "correct_coords": "[0, 2]", + "prob_ind": 42 + }, + { + "prompt": "[4]   [0]   [4 0]
    [1]   [3]   [1 3]
    [4 1]   [0 3]   [     ]", + "options": [ + "[1 0]", + "[4]", + "[4 0]", + "[1 0 3]", + "[4 1 3]", + "[4 3]", + "[4 1 0 3]", + "[4 1]" + ], + "correct": 6, + "correct_coords": "[2, 2]", + "prob_ind": 43 + }, + { + "prompt": "[6]   [8]   [     ]
    [7]   [1]   [7 1]
    [6 7]   [8 1]   [6 7 8 1]", + "options": [ + "[6]", + "[7 8 1]", + "[7 8]", + "[6 8]", + "[6 7 8 1]", + "[6 7 8]", + "[6 7 1]", + "[8 1]" + ], + "correct": 3, + "correct_coords": "[0, 2]", + "prob_ind": 44 + }, + { + "prompt": "[3]   [2]   [     ]
    [6]   [4]   [6 4]
    [3 6]   [2 4]   [3 6 2 4]", + "options": [ + "[3 6 4]", + "[4]", + "[3]", + "[3 6]", + "[6 2]", + "[3 2]", + "[2]", + "[3 2 4]" + ], + "correct": 5, + "correct_coords": "[0, 2]", + "prob_ind": 45 + }, + { + "prompt": "[2]   [4]   [2 4]
    [9]   [3]   [     ]
    [2 9]   [4 3]   [2 9 4 3]", + "options": [ + "[2 4]", + "[2 9 4 3]", + "[2 9]", + "[9 4]", + "[2 9 3]", + "[9 3]", + "[4]", + "[9]" + ], + "correct": 5, + "correct_coords": "[1, 2]", + "prob_ind": 46 + }, + { + "prompt": "[  ]   [4]   [6 4]
    [8]   [1]   [8 1]
    [6 8]   [4 1]   [6 8 4 1]", + "options": [ + "[1]", + "[4 1]", + "[6 1]", + "[6]", + "[4]", + "[8 4]", + "[8]", + "[8 1]" + ], + "correct": 3, + "correct_coords": "[0, 0]", + "prob_ind": 47 + }, + { + "prompt": "[3]   [2]   [     ]
    [9]   [1]   [9 1]
    [3 9]   [2 1]   [3 9 2 1]", + "options": [ + "[3 9 2 1]", + "[2 1]", + "[9]", + "[9 2]", + "[1]", + "[3 9]", + "[3 2]", + "[  ]" + ], + "correct": 6, + "correct_coords": "[0, 2]", + "prob_ind": 48 + }, + { + "prompt": "[0]   [8]   [0 8]
    [7]   [9]   [7 9]
    [0 7]   [  ]   [0 7 8 9]", + "options": [ + "[9]", + "[0 9]", + "[7 9]", + "[8]", + "[8 9]", + "[0 8]", + "[7 8]", + "[0 8 9]" + ], + "correct": 4, + "correct_coords": "[2, 1]", + "prob_ind": 49 + } + ], + "c1_set_union": [ + { + "prompt": "[6 7 1 3]   [6 7]   [1 3]
    [7 3]   [7]   [3]
    [6 1]   [6]   [  ]", + "options": [ + "[6]", + "[6 1 3]", + "[1]", + "[7 3]", + "[6 7 1 3]", + "[3]", + "[6 7]", + "[1 3]" + ], + "correct": 2, + "correct_coords": "[2, 2]", + "prob_ind": 0 + }, + { + "prompt": "[2 1 6 3]   [  ]   [6 3]
    [1 3]   [1]   [3]
    [2 6]   [2]   [6]", + "options": [ + "[6 3]", + "[2 6 3]", + "[2 1 3]", + "[2 3]", + "[1 6 3]", + "[2 1]", + "[  ]", + "[1]" + ], + "correct": 5, + "correct_coords": "[0, 1]", + "prob_ind": 1 + }, + { + "prompt": "[     ]   [0 6]   [1 5]
    [6 5]   [6]   [5]
    [0 1]   [0]   [1]", + "options": [ + "[6 5]", + "[0 6 1 5]", + "[0 6 1]", + "[0 1]", + "[0 6 5]", + "[0]", + "[6 1]", + "[6 1 5]" + ], + "correct": 1, + "correct_coords": "[0, 0]", + "prob_ind": 2 + }, + { + "prompt": "[     ]   [8 5]   [6 1]
    [5 1]   [5]   [1]
    [8 6]   [8]   [6]", + "options": [ + "[8 6 1]", + "[8 6]", + "[5]", + "[8 5 6]", + "[6]", + "[8 5 6 1]", + "[1]", + "[6 1]" + ], + "correct": 5, + "correct_coords": "[0, 0]", + "prob_ind": 3 + }, + { + "prompt": "[2 1 4 6]   [2 1]   [4 6]
    [1 6]   [1]   [6]
    [2 4]   [2]   [  ]", + "options": [ + "[2 4 6]", + "[2 1]", + "[2 1 4 6]", + "[1 6]", + "[6]", + "[4]", + "[2 4]", + "[1 4]" + ], + "correct": 5, + "correct_coords": "[2, 2]", + "prob_ind": 4 + }, + { + "prompt": "[9 5 0 3]   [9 5]   [0 3]
    [5 3]   [5]   [3]
    [9 0]   [9]   [  ]", + "options": [ + "[0 3]", + "[5 3]", + "[9 3]", + "[0]", + "[9 5 3]", + "[9 5 0]", + "[5 0]", + "[5 0 3]" + ], + "correct": 3, + "correct_coords": "[2, 2]", + "prob_ind": 5 + }, + { + "prompt": "[4 5 1 3]   [4 5]   [  ]
    [5 3]   [5]   [3]
    [4 1]   [4]   [1]", + "options": [ + "[3]", + "[4 1 3]", + "[1 3]", + "[5 3]", + "[1]", + "[4 3]", + "[4]", + "[5 1 3]" + ], + "correct": 2, + "correct_coords": "[0, 2]", + "prob_ind": 6 + }, + { + "prompt": "[7 0 6 5]   [  ]   [6 5]
    [0 5]   [0]   [5]
    [7 6]   [7]   [6]", + "options": [ + "[0 6 5]", + "[7 0]", + "[7 6 5]", + "[6]", + "[0 5]", + "[6 5]", + "[  ]", + "[7 0 6 5]" + ], + "correct": 1, + "correct_coords": "[0, 1]", + "prob_ind": 7 + }, + { + "prompt": "[0 2 4 1]   [0 2]   [4 1]
    [2 1]   [2]   [1]
    [0 4]   [0]   [  ]", + "options": [ + "[4]", + "[  ]", + "[2 4 1]", + "[0 4]", + "[2 4]", + "[0 4 1]", + "[0 2 4 1]", + "[0 2 4]" + ], + "correct": 0, + "correct_coords": "[2, 2]", + "prob_ind": 8 + }, + { + "prompt": "[4 8 1 7]   [4 8]   [  ]
    [8 7]   [8]   [7]
    [4 1]   [4]   [1]", + "options": [ + "[7]", + "[8 1]", + "[4 8]", + "[4 8 1 7]", + "[4 1 7]", + "[1 7]", + "[4 1]", + "[4 8 7]" + ], + "correct": 5, + "correct_coords": "[0, 2]", + "prob_ind": 9 + }, + { + "prompt": "[     ]   [8 3]   [7 0]
    [3 0]   [3]   [0]
    [8 7]   [8]   [7]", + "options": [ + "[3 0]", + "[8 3 0]", + "[8 7]", + "[8]", + "[8 0]", + "[8 3 7 0]", + "[8 3 7]", + "[8 3]" + ], + "correct": 5, + "correct_coords": "[0, 0]", + "prob_ind": 10 + }, + { + "prompt": "[6 1 8 3]   [6 1]   [8 3]
    [1 3]   [1]   [3]
    [6 8]   [6]   [  ]", + "options": [ + "[6 8]", + "[6 1 3]", + "[8]", + "[8 3]", + "[6 1 8 3]", + "[1 8 3]", + "[6 1]", + "[6 8 3]" + ], + "correct": 2, + "correct_coords": "[2, 2]", + "prob_ind": 11 + }, + { + "prompt": "[0 8 6 3]   [0 8]   [6 3]
    [8 3]   [8]   [3]
    [0 6]   [  ]   [6]", + "options": [ + "[0 6]", + "[0]", + "[8]", + "[0 8]", + "[0 8 6]", + "[6]", + "[0 8 3]", + "[8 6]" + ], + "correct": 1, + "correct_coords": "[2, 1]", + "prob_ind": 12 + }, + { + "prompt": "[8 7 0 2]   [8 7]   [0 2]
    [7 2]   [  ]   [2]
    [8 0]   [8]   [0]", + "options": [ + "[7 2]", + "[7 0]", + "[7]", + "[0]", + "[8 7 2]", + "[0 2]", + "[8 7]", + "[8 7 0 2]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 13 + }, + { + "prompt": "[0 7 9 4]   [0 7]   [9 4]
    [7 4]   [  ]   [4]
    [0 9]   [0]   [9]", + "options": [ + "[7]", + "[7 4]", + "[4]", + "[0]", + "[7 9]", + "[0 7 4]", + "[9]", + "[0 7 9]" + ], + "correct": 0, + "correct_coords": "[1, 1]", + "prob_ind": 14 + }, + { + "prompt": "[1 5 4 8]   [1 5]   [4 8]
    [5 8]   [5]   [  ]
    [1 4]   [1]   [4]", + "options": [ + "[5]", + "[1 5]", + "[1 4 8]", + "[5 4]", + "[4]", + "[1 5 4 8]", + "[1 5 4]", + "[8]" + ], + "correct": 7, + "correct_coords": "[1, 2]", + "prob_ind": 15 + }, + { + "prompt": "[     ]   [7 8]   [3 4]
    [8 4]   [8]   [4]
    [7 3]   [7]   [3]", + "options": [ + "[7 8 3 4]", + "[7 3 4]", + "[7]", + "[7 8 4]", + "[8 3]", + "[7 3]", + "[3 4]", + "[8 4]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 16 + }, + { + "prompt": "[2 9 7 0]   [2 9]   [  ]
    [9 0]   [9]   [0]
    [2 7]   [2]   [7]", + "options": [ + "[9 7 0]", + "[  ]", + "[2 9 7 0]", + "[2 9 0]", + "[2 9 7]", + "[9 0]", + "[7 0]", + "[2 7 0]" + ], + "correct": 6, + "correct_coords": "[0, 2]", + "prob_ind": 17 + }, + { + "prompt": "[0 7 9 8]   [0 7]   [9 8]
    [7 8]   [  ]   [8]
    [0 9]   [0]   [9]", + "options": [ + "[0 7]", + "[7]", + "[8]", + "[9 8]", + "[0]", + "[7 8]", + "[7 9]", + "[0 7 8]" + ], + "correct": 1, + "correct_coords": "[1, 1]", + "prob_ind": 18 + }, + { + "prompt": "[2 9 4 0]   [  ]   [4 0]
    [9 0]   [9]   [0]
    [2 4]   [2]   [4]", + "options": [ + "[2 9]", + "[2 9 4 0]", + "[9]", + "[0]", + "[  ]", + "[9 4 0]", + "[2]", + "[9 0]" + ], + "correct": 0, + "correct_coords": "[0, 1]", + "prob_ind": 19 + }, + { + "prompt": "[5 3 6 8]   [5 3]   [  ]
    [3 8]   [3]   [8]
    [5 6]   [5]   [6]", + "options": [ + "[3]", + "[5 8]", + "[5]", + "[5 3]", + "[5 3 6]", + "[6 8]", + "[5 6 8]", + "[3 6]" + ], + "correct": 5, + "correct_coords": "[0, 2]", + "prob_ind": 20 + }, + { + "prompt": "[     ]   [1 6]   [8 9]
    [6 9]   [6]   [9]
    [1 8]   [1]   [8]", + "options": [ + "[6 8]", + "[6 9]", + "[1 8]", + "[1 6 8 9]", + "[6 8 9]", + "[  ]", + "[1 8 9]", + "[8 9]" + ], + "correct": 3, + "correct_coords": "[0, 0]", + "prob_ind": 21 + }, + { + "prompt": "[     ]   [6 5]   [4 3]
    [5 3]   [5]   [3]
    [6 4]   [6]   [4]", + "options": [ + "[6 5 4]", + "[5 4 3]", + "[6 4]", + "[6 5]", + "[  ]", + "[5 3]", + "[6 5 4 3]", + "[6]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 22 + }, + { + "prompt": "[     ]   [6 8]   [2 9]
    [8 9]   [8]   [9]
    [6 2]   [6]   [2]", + "options": [ + "[6]", + "[9]", + "[2]", + "[2 9]", + "[6 8 2 9]", + "[8 2 9]", + "[6 2]", + "[6 8 9]" + ], + "correct": 4, + "correct_coords": "[0, 0]", + "prob_ind": 23 + }, + { + "prompt": "[5 6 1 2]   [  ]   [1 2]
    [6 2]   [6]   [2]
    [5 1]   [5]   [1]", + "options": [ + "[5 1]", + "[  ]", + "[5 6]", + "[6 1 2]", + "[6 2]", + "[2]", + "[5 6 1 2]", + "[5]" + ], + "correct": 2, + "correct_coords": "[0, 1]", + "prob_ind": 24 + }, + { + "prompt": "[4 7 5 9]   [4 7]   [  ]
    [7 9]   [7]   [9]
    [4 5]   [4]   [5]", + "options": [ + "[9]", + "[5 9]", + "[4 7 9]", + "[4]", + "[7 9]", + "[4 7]", + "[4 5]", + "[4 7 5]" + ], + "correct": 1, + "correct_coords": "[0, 2]", + "prob_ind": 25 + }, + { + "prompt": "[3 4 7 9]   [3 4]   [  ]
    [4 9]   [4]   [9]
    [3 7]   [3]   [7]", + "options": [ + "[3]", + "[7]", + "[4 9]", + "[3 4 7 9]", + "[3 7 9]", + "[4 7]", + "[7 9]", + "[3 4]" + ], + "correct": 6, + "correct_coords": "[0, 2]", + "prob_ind": 26 + }, + { + "prompt": "[1 6 8 0]   [1 6]   [8 0]
    [6 0]   [6]   [  ]
    [1 8]   [1]   [8]", + "options": [ + "[1 0]", + "[6 0]", + "[1 8]", + "[1]", + "[1 6]", + "[8]", + "[6]", + "[0]" + ], + "correct": 7, + "correct_coords": "[1, 2]", + "prob_ind": 27 + }, + { + "prompt": "[     ]   [3 7]   [1 5]
    [7 5]   [7]   [5]
    [3 1]   [3]   [1]", + "options": [ + "[1]", + "[7]", + "[3]", + "[3 5]", + "[7 5]", + "[3 7 1 5]", + "[3 7 1]", + "[1 5]" + ], + "correct": 5, + "correct_coords": "[0, 0]", + "prob_ind": 28 + }, + { + "prompt": "[5 3 8 7]   [5 3]   [8 7]
    [     ]   [3]   [7]
    [5 8]   [5]   [8]", + "options": [ + "[3 7]", + "[3 8 7]", + "[5]", + "[5 7]", + "[8 7]", + "[3]", + "[5 8]", + "[3 8]" + ], + "correct": 0, + "correct_coords": "[1, 0]", + "prob_ind": 29 + }, + { + "prompt": "[5 3 8 9]   [5 3]   [8 9]
    [3 9]   [3]   [  ]
    [5 8]   [5]   [8]", + "options": [ + "[5]", + "[3 8 9]", + "[  ]", + "[5 3 9]", + "[5 3 8 9]", + "[5 9]", + "[5 8]", + "[9]" + ], + "correct": 7, + "correct_coords": "[1, 2]", + "prob_ind": 30 + }, + { + "prompt": "[2 4 1 8]   [2 4]   [1 8]
    [4 8]   [4]   [  ]
    [2 1]   [2]   [1]", + "options": [ + "[2]", + "[4 1 8]", + "[4 8]", + "[2 4 1 8]", + "[2 4 8]", + "[8]", + "[2 1 8]", + "[1 8]" + ], + "correct": 5, + "correct_coords": "[1, 2]", + "prob_ind": 31 + }, + { + "prompt": "[     ]   [3 7]   [4 1]
    [7 1]   [7]   [1]
    [3 4]   [3]   [4]", + "options": [ + "[3]", + "[3 7 1]", + "[3 1]", + "[7 4 1]", + "[3 7 4 1]", + "[  ]", + "[3 4]", + "[3 7]" + ], + "correct": 4, + "correct_coords": "[0, 0]", + "prob_ind": 32 + }, + { + "prompt": "[8 3 7 2]   [8 3]   [7 2]
    [3 2]   [3]   [2]
    [8 7]   [8]   [  ]", + "options": [ + "[8 3 7]", + "[7]", + "[8 7]", + "[8]", + "[3 2]", + "[8 7 2]", + "[3]", + "[3 7]" + ], + "correct": 1, + "correct_coords": "[2, 2]", + "prob_ind": 33 + }, + { + "prompt": "[8 6 2 5]   [8 6]   [2 5]
    [6 5]   [6]   [5]
    [8 2]   [8]   [  ]", + "options": [ + "[8 6]", + "[8 5]", + "[6 2]", + "[8 6 2 5]", + "[8]", + "[2]", + "[  ]", + "[8 2 5]" + ], + "correct": 5, + "correct_coords": "[2, 2]", + "prob_ind": 34 + }, + { + "prompt": "[2 1 0 8]   [2 1]   [0 8]
    [1 8]   [1]   [8]
    [     ]   [2]   [0]", + "options": [ + "[8]", + "[2 0]", + "[2 1 0 8]", + "[0]", + "[0 8]", + "[  ]", + "[2 1 0]", + "[2 1]" + ], + "correct": 1, + "correct_coords": "[2, 0]", + "prob_ind": 35 + }, + { + "prompt": "[2 3 5 0]   [2 3]   [5 0]
    [3 0]   [  ]   [0]
    [2 5]   [2]   [5]", + "options": [ + "[2 3 5 0]", + "[  ]", + "[0]", + "[2 3]", + "[3]", + "[5 0]", + "[2 0]", + "[3 5 0]" + ], + "correct": 4, + "correct_coords": "[1, 1]", + "prob_ind": 36 + }, + { + "prompt": "[8 1 9 2]   [8 1]   [  ]
    [1 2]   [1]   [2]
    [8 9]   [8]   [9]", + "options": [ + "[8 1 9 2]", + "[8]", + "[8 9]", + "[1]", + "[1 2]", + "[  ]", + "[8 9 2]", + "[9 2]" + ], + "correct": 7, + "correct_coords": "[0, 2]", + "prob_ind": 37 + }, + { + "prompt": "[4 5 9 2]   [4 5]   [9 2]
    [5 2]   [5]   [2]
    [4 9]   [  ]   [9]", + "options": [ + "[4 9]", + "[5 9 2]", + "[5]", + "[4]", + "[5 9]", + "[4 9 2]", + "[4 5]", + "[4 5 2]" + ], + "correct": 3, + "correct_coords": "[2, 1]", + "prob_ind": 38 + }, + { + "prompt": "[6 5 9 0]   [6 5]   [9 0]
    [5 0]   [  ]   [0]
    [6 9]   [6]   [9]", + "options": [ + "[6 9 0]", + "[5]", + "[5 9 0]", + "[9]", + "[5 9]", + "[6 5 0]", + "[6 5]", + "[6 0]" + ], + "correct": 1, + "correct_coords": "[1, 1]", + "prob_ind": 39 + }, + { + "prompt": "[0 1 9 3]   [0 1]   [9 3]
    [     ]   [1]   [3]
    [0 9]   [0]   [9]", + "options": [ + "[0 9 3]", + "[1 9 3]", + "[0 1 9]", + "[3]", + "[1 3]", + "[0 1]", + "[9]", + "[0 9]" + ], + "correct": 4, + "correct_coords": "[1, 0]", + "prob_ind": 40 + }, + { + "prompt": "[1 7 9 2]   [  ]   [9 2]
    [7 2]   [7]   [2]
    [1 9]   [1]   [9]", + "options": [ + "[1]", + "[7 9 2]", + "[1 2]", + "[1 7]", + "[1 7 2]", + "[7 2]", + "[7]", + "[2]" + ], + "correct": 3, + "correct_coords": "[0, 1]", + "prob_ind": 41 + }, + { + "prompt": "[3 9 5 6]   [  ]   [5 6]
    [9 6]   [9]   [6]
    [3 5]   [3]   [5]", + "options": [ + "[6]", + "[3 9 6]", + "[5 6]", + "[5]", + "[3]", + "[3 5]", + "[  ]", + "[3 9]" + ], + "correct": 7, + "correct_coords": "[0, 1]", + "prob_ind": 42 + }, + { + "prompt": "[0 6 7 4]   [0 6]   [7 4]
    [6 4]   [6]   [  ]
    [0 7]   [0]   [7]", + "options": [ + "[0 6]", + "[0 6 4]", + "[6 7]", + "[0 7 4]", + "[  ]", + "[7 4]", + "[4]", + "[0 6 7 4]" + ], + "correct": 6, + "correct_coords": "[1, 2]", + "prob_ind": 43 + }, + { + "prompt": "[4 0 8 7]   [4 0]   [8 7]
    [0 7]   [  ]   [7]
    [4 8]   [4]   [8]", + "options": [ + "[4 8 7]", + "[0]", + "[4 0 8]", + "[8 7]", + "[4 0 7]", + "[  ]", + "[4 0 8 7]", + "[0 7]" + ], + "correct": 1, + "correct_coords": "[1, 1]", + "prob_ind": 44 + }, + { + "prompt": "[5 7 8 4]   [5 7]   [8 4]
    [     ]   [7]   [4]
    [5 8]   [5]   [8]", + "options": [ + "[5 8 4]", + "[7 8 4]", + "[4]", + "[7 4]", + "[5 7 8]", + "[5 4]", + "[5 7 8 4]", + "[5 8]" + ], + "correct": 3, + "correct_coords": "[1, 0]", + "prob_ind": 45 + }, + { + "prompt": "[5 6 4 1]   [5 6]   [4 1]
    [6 1]   [6]   [1]
    [     ]   [5]   [4]", + "options": [ + "[4 1]", + "[5 4]", + "[6 4]", + "[5 1]", + "[6 1]", + "[5 6 4]", + "[5]", + "[1]" + ], + "correct": 1, + "correct_coords": "[2, 0]", + "prob_ind": 46 + }, + { + "prompt": "[3 6 4 0]   [  ]   [4 0]
    [6 0]   [6]   [0]
    [3 4]   [3]   [4]", + "options": [ + "[3]", + "[3 6 4 0]", + "[6]", + "[6 0]", + "[4]", + "[3 6 0]", + "[3 6]", + "[6 4]" + ], + "correct": 6, + "correct_coords": "[0, 1]", + "prob_ind": 47 + }, + { + "prompt": "[0 2 4 3]   [0 2]   [4 3]
    [2 3]   [  ]   [3]
    [0 4]   [0]   [4]", + "options": [ + "[0 3]", + "[3]", + "[0 2]", + "[0 4 3]", + "[0 2 4 3]", + "[2 3]", + "[2 4 3]", + "[2]" + ], + "correct": 7, + "correct_coords": "[1, 1]", + "prob_ind": 48 + }, + { + "prompt": "[0 1 9 2]   [0 1]   [9 2]
    [1 2]   [1]   [2]
    [0 9]   [0]   [  ]", + "options": [ + "[0 1]", + "[1 9 2]", + "[0 1 9 2]", + "[1 9]", + "[1]", + "[9]", + "[0 1 2]", + "[1 2]" + ], + "correct": 5, + "correct_coords": "[2, 2]", + "prob_ind": 49 + } + ], + "c2_set_union": [ + { + "prompt": "[8]   [8 1]   [1]
    [     ]   [4 8 1 0]   [1 0]
    [4]   [4 0]   [0]", + "options": [ + "[4 8 1]", + "[4 1 0]", + "[1 0]", + "[1]", + "[4 8 0]", + "[4 8 1 0]", + "[4 8]", + "[4 1]" + ], + "correct": 6, + "correct_coords": "[1, 0]", + "prob_ind": 0 + }, + { + "prompt": "[5]   [           ]   [2]
    [6 5]   [6 5 2 3]   [2 3]
    [6]   [6 3]   [3]", + "options": [ + "[5 2]", + "[6 5]", + "[6 2 3]", + "[5 2 3]", + "[6 5 3]", + "[6 3]", + "[  ]", + "[5]" + ], + "correct": 0, + "correct_coords": "[0, 1]", + "prob_ind": 1 + }, + { + "prompt": "[6]   [6 4]   [4]
    [     ]   [2 6 4 0]   [4 0]
    [2]   [2 0]   [0]", + "options": [ + "[2 6]", + "[6 0]", + "[2 4]", + "[2 6 0]", + "[2 4 0]", + "[0]", + "[6 4]", + "[2 0]" + ], + "correct": 0, + "correct_coords": "[1, 0]", + "prob_ind": 2 + }, + { + "prompt": "[9]   [9 7]   [     ]
    [2 9]   [2 9 7 5]   [7 5]
    [2]   [2 5]   [5]", + "options": [ + "[  ]", + "[2 7]", + "[2 9 5]", + "[5]", + "[9]", + "[7]", + "[2 7 5]", + "[9 7]" + ], + "correct": 5, + "correct_coords": "[0, 2]", + "prob_ind": 3 + }, + { + "prompt": "[4]   [4 9]   [9]
    [5 4]   [           ]   [9 7]
    [5]   [5 7]   [7]", + "options": [ + "[4 7]", + "[5 4 9 7]", + "[4 9]", + "[4]", + "[7]", + "[4 9 7]", + "[5 9 7]", + "[5 9]" + ], + "correct": 1, + "correct_coords": "[1, 1]", + "prob_ind": 4 + }, + { + "prompt": "[7]   [7 0]   [0]
    [2 7]   [2 7 0 9]   [0 9]
    [2]   [           ]   [9]", + "options": [ + "[7 0 9]", + "[2 7 0]", + "[  ]", + "[2 0 9]", + "[2 9]", + "[2 7 0 9]", + "[0 9]", + "[2]" + ], + "correct": 4, + "correct_coords": "[2, 1]", + "prob_ind": 5 + }, + { + "prompt": "[     ]   [7 5]   [5]
    [8 7]   [8 7 5 9]   [5 9]
    [8]   [8 9]   [9]", + "options": [ + "[7 9]", + "[8 7 5]", + "[9]", + "[8 7 9]", + "[8 5 9]", + "[8 7 5 9]", + "[7]", + "[8]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 6 + }, + { + "prompt": "[0]   [0 1]   [1]
    [2 0]   [2 0 1 7]   [1 7]
    [2]   [2 7]   [     ]", + "options": [ + "[2 0 7]", + "[7]", + "[2 1 7]", + "[2 0]", + "[0 1 7]", + "[2 0 1]", + "[0 1]", + "[2 7]" + ], + "correct": 1, + "correct_coords": "[2, 2]", + "prob_ind": 7 + }, + { + "prompt": "[7]   [           ]   [2]
    [3 7]   [3 7 2 4]   [2 4]
    [3]   [3 4]   [4]", + "options": [ + "[7 2 4]", + "[7 4]", + "[3 7 4]", + "[2 4]", + "[7 2]", + "[  ]", + "[3 2]", + "[4]" + ], + "correct": 4, + "correct_coords": "[0, 1]", + "prob_ind": 8 + }, + { + "prompt": "[1]   [           ]   [6]
    [8 1]   [8 1 6 4]   [6 4]
    [8]   [8 4]   [4]", + "options": [ + "[8 4]", + "[  ]", + "[1 4]", + "[8 6 4]", + "[8]", + "[1 6]", + "[1 6 4]", + "[1]" + ], + "correct": 5, + "correct_coords": "[0, 1]", + "prob_ind": 9 + }, + { + "prompt": "[9]   [9 8]   [8]
    [6 9]   [6 9 8 2]   [8 2]
    [6]   [           ]   [2]", + "options": [ + "[6 9 8]", + "[  ]", + "[8 2]", + "[6 8 2]", + "[6]", + "[2]", + "[6 2]", + "[8]" + ], + "correct": 6, + "correct_coords": "[2, 1]", + "prob_ind": 10 + }, + { + "prompt": "[1]   [1 4]   [4]
    [0 1]   [           ]   [4 7]
    [0]   [0 7]   [7]", + "options": [ + "[0 1 4]", + "[1]", + "[4]", + "[1 7]", + "[0 7]", + "[0 1 4 7]", + "[0 1 7]", + "[0 4 7]" + ], + "correct": 5, + "correct_coords": "[1, 1]", + "prob_ind": 11 + }, + { + "prompt": "[3]   [3 5]   [5]
    [2 3]   [2 3 5 7]   [     ]
    [2]   [2 7]   [7]", + "options": [ + "[5]", + "[2]", + "[7]", + "[5 7]", + "[3 7]", + "[2 3 5 7]", + "[2 3 5]", + "[2 7]" + ], + "correct": 3, + "correct_coords": "[1, 2]", + "prob_ind": 12 + }, + { + "prompt": "[7]   [7 6]   [6]
    [2 7]   [2 7 6 1]   [6 1]
    [2]   [           ]   [1]", + "options": [ + "[7 1]", + "[2 6]", + "[2 7 1]", + "[2 6 1]", + "[7 6]", + "[2 7 6]", + "[2 1]", + "[6]" + ], + "correct": 6, + "correct_coords": "[2, 1]", + "prob_ind": 13 + }, + { + "prompt": "[3]   [3 5]   [5]
    [     ]   [9 3 5 4]   [5 4]
    [9]   [9 4]   [4]", + "options": [ + "[9]", + "[9 4]", + "[  ]", + "[9 3]", + "[3 5 4]", + "[9 5 4]", + "[3 5]", + "[9 3 5]" + ], + "correct": 3, + "correct_coords": "[1, 0]", + "prob_ind": 14 + }, + { + "prompt": "[1]   [1 8]   [8]
    [6 1]   [           ]   [8 2]
    [6]   [6 2]   [2]", + "options": [ + "[6 2]", + "[1 8]", + "[6 1 2]", + "[8]", + "[  ]", + "[6 1 8 2]", + "[8 2]", + "[1 2]" + ], + "correct": 5, + "correct_coords": "[1, 1]", + "prob_ind": 15 + }, + { + "prompt": "[1]   [1 4]   [4]
    [     ]   [5 1 4 6]   [4 6]
    [5]   [5 6]   [6]", + "options": [ + "[5 4]", + "[5 1]", + "[5 6]", + "[1]", + "[5 1 6]", + "[4]", + "[1 6]", + "[5 1 4]" + ], + "correct": 1, + "correct_coords": "[1, 0]", + "prob_ind": 16 + }, + { + "prompt": "[1]   [1 3]   [3]
    [2 1]   [2 1 3 8]   [3 8]
    [     ]   [2 8]   [8]", + "options": [ + "[2 1 3]", + "[2 3]", + "[1 8]", + "[2]", + "[8]", + "[2 1 3 8]", + "[1]", + "[1 3 8]" + ], + "correct": 3, + "correct_coords": "[2, 0]", + "prob_ind": 17 + }, + { + "prompt": "[5]   [5 0]   [0]
    [4 5]   [4 5 0 8]   [0 8]
    [4]   [           ]   [8]", + "options": [ + "[5]", + "[4 0 8]", + "[4 5 8]", + "[4 8]", + "[4 5 0]", + "[8]", + "[0 8]", + "[  ]" + ], + "correct": 3, + "correct_coords": "[2, 1]", + "prob_ind": 18 + }, + { + "prompt": "[8]   [           ]   [3]
    [1 8]   [1 8 3 4]   [3 4]
    [1]   [1 4]   [4]", + "options": [ + "[  ]", + "[1 3]", + "[8 3 4]", + "[1 8 3 4]", + "[1 4]", + "[1 8]", + "[3 4]", + "[8 3]" + ], + "correct": 7, + "correct_coords": "[0, 1]", + "prob_ind": 19 + }, + { + "prompt": "[1]   [1 4]   [4]
    [9 1]   [9 1 4 8]   [4 8]
    [9]   [9 8]   [     ]", + "options": [ + "[8]", + "[9]", + "[4 8]", + "[  ]", + "[4]", + "[1 4]", + "[9 8]", + "[9 4]" + ], + "correct": 0, + "correct_coords": "[2, 2]", + "prob_ind": 20 + }, + { + "prompt": "[     ]   [2 1]   [1]
    [7 2]   [7 2 1 8]   [1 8]
    [7]   [7 8]   [8]", + "options": [ + "[2]", + "[7 2]", + "[1]", + "[7]", + "[7 2 1 8]", + "[7 8]", + "[7 2 8]", + "[7 1 8]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 21 + }, + { + "prompt": "[0]   [0 4]   [4]
    [7 0]   [7 0 4 5]   [4 5]
    [7]   [7 5]   [     ]", + "options": [ + "[7 0]", + "[7 0 4]", + "[7 4 5]", + "[0 4]", + "[0]", + "[7 0 4 5]", + "[0 4 5]", + "[5]" + ], + "correct": 7, + "correct_coords": "[2, 2]", + "prob_ind": 22 + }, + { + "prompt": "[5]   [5 6]   [6]
    [1 5]   [1 5 6 2]   [6 2]
    [1]   [1 2]   [     ]", + "options": [ + "[1 5 6 2]", + "[1 6 2]", + "[2]", + "[5]", + "[1 6]", + "[1 2]", + "[1 5]", + "[1]" + ], + "correct": 2, + "correct_coords": "[2, 2]", + "prob_ind": 23 + }, + { + "prompt": "[7]   [7 4]   [     ]
    [1 7]   [1 7 4 5]   [4 5]
    [1]   [1 5]   [5]", + "options": [ + "[1 5]", + "[1 4]", + "[1 7 5]", + "[7 4]", + "[1 4 5]", + "[4]", + "[7 4 5]", + "[  ]" + ], + "correct": 5, + "correct_coords": "[0, 2]", + "prob_ind": 24 + }, + { + "prompt": "[0]   [0 1]   [1]
    [7 0]   [           ]   [1 8]
    [7]   [7 8]   [8]", + "options": [ + "[7 1]", + "[7 1 8]", + "[1 8]", + "[8]", + "[7 0]", + "[7 0 8]", + "[7 0 1 8]", + "[7 8]" + ], + "correct": 6, + "correct_coords": "[1, 1]", + "prob_ind": 25 + }, + { + "prompt": "[     ]   [6 7]   [7]
    [5 6]   [5 6 7 1]   [7 1]
    [5]   [5 1]   [1]", + "options": [ + "[6]", + "[5 6 7 1]", + "[1]", + "[6 7]", + "[5 7]", + "[6 7 1]", + "[7 1]", + "[  ]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 26 + }, + { + "prompt": "[3]   [3 1]   [1]
    [4 3]   [           ]   [1 9]
    [4]   [4 9]   [9]", + "options": [ + "[4 3]", + "[4 9]", + "[1]", + "[3 1 9]", + "[4]", + "[4 3 1 9]", + "[4 1 9]", + "[3 1]" + ], + "correct": 5, + "correct_coords": "[1, 1]", + "prob_ind": 27 + }, + { + "prompt": "[5]   [           ]   [9]
    [1 5]   [1 5 9 6]   [9 6]
    [1]   [1 6]   [6]", + "options": [ + "[5 9]", + "[9]", + "[5 9 6]", + "[6]", + "[5]", + "[9 6]", + "[1 5]", + "[1 6]" + ], + "correct": 0, + "correct_coords": "[0, 1]", + "prob_ind": 28 + }, + { + "prompt": "[5]   [5 7]   [7]
    [3 5]   [3 5 7 8]   [     ]
    [3]   [3 8]   [8]", + "options": [ + "[5 8]", + "[3 5 8]", + "[  ]", + "[3 5 7]", + "[3 5]", + "[7 8]", + "[5 7 8]", + "[3]" + ], + "correct": 5, + "correct_coords": "[1, 2]", + "prob_ind": 29 + }, + { + "prompt": "[9]   [9 1]   [1]
    [     ]   [6 9 1 2]   [1 2]
    [6]   [6 2]   [2]", + "options": [ + "[6 9]", + "[9]", + "[6]", + "[6 1]", + "[9 1]", + "[6 9 1]", + "[  ]", + "[9 1 2]" + ], + "correct": 0, + "correct_coords": "[1, 0]", + "prob_ind": 30 + }, + { + "prompt": "[0]   [0 6]   [6]
    [     ]   [7 0 6 4]   [6 4]
    [7]   [7 4]   [4]", + "options": [ + "[7 6 4]", + "[0 4]", + "[7 0]", + "[0]", + "[7 6]", + "[7 0 6]", + "[7 0 6 4]", + "[0 6]" + ], + "correct": 2, + "correct_coords": "[1, 0]", + "prob_ind": 31 + }, + { + "prompt": "[0]   [0 9]   [9]
    [6 0]   [6 0 9 5]   [9 5]
    [6]   [           ]   [5]", + "options": [ + "[  ]", + "[0 9 5]", + "[0 9]", + "[6]", + "[6 9]", + "[0 5]", + "[6 0]", + "[6 5]" + ], + "correct": 7, + "correct_coords": "[2, 1]", + "prob_ind": 32 + }, + { + "prompt": "[3]   [           ]   [9]
    [6 3]   [6 3 9 2]   [9 2]
    [6]   [6 2]   [2]", + "options": [ + "[3]", + "[2]", + "[9 2]", + "[6 9 2]", + "[6 2]", + "[9]", + "[3 9]", + "[6 3 2]" + ], + "correct": 6, + "correct_coords": "[0, 1]", + "prob_ind": 33 + }, + { + "prompt": "[     ]   [8 9]   [9]
    [7 8]   [7 8 9 6]   [9 6]
    [7]   [7 6]   [6]", + "options": [ + "[6]", + "[7 8 9]", + "[7 6]", + "[7 9 6]", + "[8 9]", + "[9 6]", + "[8 9 6]", + "[8]" + ], + "correct": 7, + "correct_coords": "[0, 0]", + "prob_ind": 34 + }, + { + "prompt": "[3]   [3 1]   [1]
    [2 3]   [2 3 1 5]   [     ]
    [2]   [2 5]   [5]", + "options": [ + "[2 3 1]", + "[2 3 1 5]", + "[3]", + "[5]", + "[1]", + "[  ]", + "[2 1]", + "[1 5]" + ], + "correct": 7, + "correct_coords": "[1, 2]", + "prob_ind": 35 + }, + { + "prompt": "[     ]   [5 7]   [7]
    [9 5]   [9 5 7 0]   [7 0]
    [9]   [9 0]   [0]", + "options": [ + "[9 5 7]", + "[9 0]", + "[7 0]", + "[5 7]", + "[5]", + "[9]", + "[5 0]", + "[7]" + ], + "correct": 4, + "correct_coords": "[0, 0]", + "prob_ind": 36 + }, + { + "prompt": "[7]   [7 8]   [8]
    [6 7]   [           ]   [8 0]
    [6]   [6 0]   [0]", + "options": [ + "[8]", + "[6]", + "[6 8]", + "[6 7 0]", + "[6 8 0]", + "[7 8 0]", + "[6 7 8 0]", + "[6 7]" + ], + "correct": 6, + "correct_coords": "[1, 1]", + "prob_ind": 37 + }, + { + "prompt": "[0]   [0 3]   [3]
    [4 0]   [4 0 3 9]   [     ]
    [4]   [4 9]   [9]", + "options": [ + "[4 0 3]", + "[3]", + "[3 9]", + "[4 0]", + "[9]", + "[4]", + "[4 3 9]", + "[4 9]" + ], + "correct": 2, + "correct_coords": "[1, 2]", + "prob_ind": 38 + }, + { + "prompt": "[5]   [5 7]   [7]
    [     ]   [6 5 7 0]   [7 0]
    [6]   [6 0]   [0]", + "options": [ + "[5 7]", + "[  ]", + "[5]", + "[0]", + "[6 7]", + "[6 5]", + "[5 0]", + "[7]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 39 + }, + { + "prompt": "[1]   [1 5]   [5]
    [9 1]   [           ]   [5 3]
    [9]   [9 3]   [3]", + "options": [ + "[9 1 3]", + "[9 1 5]", + "[9 1 5 3]", + "[9 5 3]", + "[9]", + "[  ]", + "[5 3]", + "[9 1]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 40 + }, + { + "prompt": "[6]   [6 3]   [3]
    [0 6]   [0 6 3 9]   [3 9]
    [     ]   [0 9]   [9]", + "options": [ + "[9]", + "[3]", + "[6 9]", + "[0]", + "[6]", + "[6 3 9]", + "[0 3]", + "[0 3 9]" + ], + "correct": 3, + "correct_coords": "[2, 0]", + "prob_ind": 41 + }, + { + "prompt": "[0]   [0 9]   [     ]
    [4 0]   [4 0 9 8]   [9 8]
    [4]   [4 8]   [8]", + "options": [ + "[4 9 8]", + "[4 0]", + "[9]", + "[0 8]", + "[4 8]", + "[9 8]", + "[  ]", + "[0 9 8]" + ], + "correct": 2, + "correct_coords": "[0, 2]", + "prob_ind": 42 + }, + { + "prompt": "[9]   [9 1]   [1]
    [0 9]   [0 9 1 3]   [1 3]
    [0]   [0 3]   [     ]", + "options": [ + "[0 1 3]", + "[1]", + "[0 9]", + "[0 9 3]", + "[3]", + "[9 1]", + "[0 1]", + "[  ]" + ], + "correct": 4, + "correct_coords": "[2, 2]", + "prob_ind": 43 + }, + { + "prompt": "[5]   [           ]   [7]
    [1 5]   [1 5 7 8]   [7 8]
    [1]   [1 8]   [8]", + "options": [ + "[1 5 8]", + "[5 8]", + "[1 5]", + "[7]", + "[7 8]", + "[5 7]", + "[1 5 7 8]", + "[1 5 7]" + ], + "correct": 5, + "correct_coords": "[0, 1]", + "prob_ind": 44 + }, + { + "prompt": "[6]   [6 9]   [9]
    [3 6]   [3 6 9 8]   [9 8]
    [3]   [3 8]   [     ]", + "options": [ + "[3 6]", + "[6 9 8]", + "[3 6 9 8]", + "[3]", + "[8]", + "[9 8]", + "[6]", + "[  ]" + ], + "correct": 4, + "correct_coords": "[2, 2]", + "prob_ind": 45 + }, + { + "prompt": "[0]   [0 8]   [8]
    [1 0]   [1 0 8 6]   [8 6]
    [1]   [           ]   [6]", + "options": [ + "[1 0 8 6]", + "[0 8 6]", + "[1 0 8]", + "[0]", + "[1 8]", + "[8 6]", + "[6]", + "[1 6]" + ], + "correct": 7, + "correct_coords": "[2, 1]", + "prob_ind": 46 + }, + { + "prompt": "[3]   [           ]   [7]
    [9 3]   [9 3 7 0]   [7 0]
    [9]   [9 0]   [0]", + "options": [ + "[3 7]", + "[9 7]", + "[0]", + "[9 3 7 0]", + "[3]", + "[  ]", + "[7]", + "[3 7 0]" + ], + "correct": 0, + "correct_coords": "[0, 1]", + "prob_ind": 47 + }, + { + "prompt": "[6]   [6 7]   [7]
    [9 6]   [9 6 7 5]   [     ]
    [9]   [9 5]   [5]", + "options": [ + "[9 6 5]", + "[9 5]", + "[5]", + "[6 7 5]", + "[6 5]", + "[6 7]", + "[9 6 7]", + "[7 5]" + ], + "correct": 7, + "correct_coords": "[1, 2]", + "prob_ind": 48 + }, + { + "prompt": "[     ]   [4 2]   [2]
    [0 4]   [0 4 2 3]   [2 3]
    [0]   [0 3]   [3]", + "options": [ + "[0 2]", + "[4 2]", + "[0 2 3]", + "[0 3]", + "[0 4 2 3]", + "[3]", + "[2]", + "[4]" + ], + "correct": 7, + "correct_coords": "[0, 0]", + "prob_ind": 49 + } + ], + "AND": [ + { + "prompt": "[4 9 6]   [0 9 6]   [9 6]
    [4 9 7]   [        ]   [9 7]
    [4 9]   [0 9]   [9]", + "options": [ + "[4 0 6]", + "[0 6]", + "[4 9 7]", + "[0 9 7]", + "[9 7 6]", + "[4 0]", + "[0 7 6]", + "[4 0 9]" + ], + "correct": 3, + "correct_coords": "[1, 1]", + "prob_ind": 0 + }, + { + "prompt": "[3 6 9]   [        ]   [6 9]
    [3 6 8]   [4 6 8]   [6 8]
    [3 6]   [4 6]   [6]", + "options": [ + "[4 8 9]", + "[3 4 8 9]", + "[3 6 8 9]", + "[3 4 9]", + "[4 6 8 9]", + "[4 8]", + "[6 9]", + "[4 6 9]" + ], + "correct": 7, + "correct_coords": "[0, 1]", + "prob_ind": 1 + }, + { + "prompt": "[2 0 3]   [6 0 3]   [0 3]
    [2 0 7]   [6 0 7]   [     ]
    [2 0]   [6 0]   [0]", + "options": [ + "[6 0 7 3]", + "[0 7]", + "[2 6 0 3]", + "[2 6 0]", + "[7]", + "[2 6 0 7]", + "[6 7]", + "[2 0 7 3]" + ], + "correct": 1, + "correct_coords": "[1, 2]", + "prob_ind": 2 + }, + { + "prompt": "[        ]   [9 1 8]   [1 8]
    [5 1 2]   [9 1 2]   [1 2]
    [5 1]   [9 1]   [1]", + "options": [ + "[9 1]", + "[9 1 2]", + "[  ]", + "[5 9 1 2]", + "[1]", + "[5 9 1 2 8]", + "[5 1 2]", + "[5 1 8]" + ], + "correct": 7, + "correct_coords": "[0, 0]", + "prob_ind": 3 + }, + { + "prompt": "[9 0 5]   [        ]   [0 5]
    [9 0 4]   [3 0 4]   [0 4]
    [9 0]   [3 0]   [0]", + "options": [ + "[9 0 4 5]", + "[9 3 0 5]", + "[0]", + "[9 3 5]", + "[3]", + "[3 0 5]", + "[3 0]", + "[5]" + ], + "correct": 5, + "correct_coords": "[0, 1]", + "prob_ind": 4 + }, + { + "prompt": "[        ]   [1 9 8]   [9 8]
    [5 9 4]   [1 9 4]   [9 4]
    [5 9]   [1 9]   [9]", + "options": [ + "[1 4]", + "[5 9 4 8]", + "[5 9 8]", + "[1 8]", + "[8]", + "[1 9 8]", + "[1 9 4]", + "[5 1 8]" + ], + "correct": 2, + "correct_coords": "[0, 0]", + "prob_ind": 5 + }, + { + "prompt": "[7 5 8]   [4 5 8]   [5 8]
    [        ]   [4 5 2]   [5 2]
    [7 5]   [4 5]   [5]", + "options": [ + "[7 4 2 8]", + "[7 5 2]", + "[7 5]", + "[7 4 5 8]", + "[7 4 5]", + "[4 5 8]", + "[7 4 5 2 8]", + "[4 5 2]" + ], + "correct": 1, + "correct_coords": "[1, 0]", + "prob_ind": 6 + }, + { + "prompt": "[5 2 8]   [4 2 8]   [2 8]
    [        ]   [4 2 0]   [2 0]
    [5 2]   [4 2]   [2]", + "options": [ + "[5 2 8]", + "[5 2 0]", + "[4 2]", + "[2]", + "[2 0 8]", + "[4 2 0 8]", + "[5 2 0 8]", + "[4]" + ], + "correct": 1, + "correct_coords": "[1, 0]", + "prob_ind": 7 + }, + { + "prompt": "[9 2 0]   [8 2 0]   [     ]
    [9 2 4]   [8 2 4]   [2 4]
    [9 2]   [8 2]   [2]", + "options": [ + "[9 2 0]", + "[9 2 4]", + "[0]", + "[9 4 0]", + "[8]", + "[8 0]", + "[9 8 2 4]", + "[2 0]" + ], + "correct": 7, + "correct_coords": "[0, 2]", + "prob_ind": 8 + }, + { + "prompt": "[5 1 4]   [9 1 4]   [1 4]
    [5 1 7]   [9 1 7]   [1 7]
    [        ]   [9 1]   [1]", + "options": [ + "[7]", + "[5 9 7]", + "[5 1 7 4]", + "[9]", + "[5 7 4]", + "[5 1]", + "[5 4]", + "[5 9 1 7]" + ], + "correct": 5, + "correct_coords": "[2, 0]", + "prob_ind": 9 + }, + { + "prompt": "[4 8 6]   [1 8 6]   [8 6]
    [4 8 0]   [1 8 0]   [     ]
    [4 8]   [1 8]   [8]", + "options": [ + "[1 6]", + "[4 1 8 6]", + "[8 0]", + "[1 0 6]", + "[6]", + "[8 6]", + "[4 1 6]", + "[4 1 8 0 6]" + ], + "correct": 2, + "correct_coords": "[1, 2]", + "prob_ind": 10 + }, + { + "prompt": "[5 8 1]   [7 8 1]   [8 1]
    [5 8 3]   [7 8 3]   [8 3]
    [5 8]   [7 8]   [     ]", + "options": [ + "[8 3]", + "[7 8 3]", + "[5 7 3 1]", + "[5 3 1]", + "[8]", + "[5 8 3]", + "[7 8 3 1]", + "[7 8]" + ], + "correct": 4, + "correct_coords": "[2, 2]", + "prob_ind": 11 + }, + { + "prompt": "[3 4 5]   [8 4 5]   [4 5]
    [3 4 0]   [        ]   [4 0]
    [3 4]   [8 4]   [4]", + "options": [ + "[8 4 0]", + "[8 4 0 5]", + "[8]", + "[3 4 0 5]", + "[3 5]", + "[3 0]", + "[3 4 5]", + "[0 5]" + ], + "correct": 0, + "correct_coords": "[1, 1]", + "prob_ind": 12 + }, + { + "prompt": "[5 7 1]   [8 7 1]   [     ]
    [5 7 9]   [8 7 9]   [7 9]
    [5 7]   [8 7]   [7]", + "options": [ + "[5 7 1]", + "[8 1]", + "[5 8]", + "[7 1]", + "[  ]", + "[5 8 7 9]", + "[8 7]", + "[7 9 1]" + ], + "correct": 3, + "correct_coords": "[0, 2]", + "prob_ind": 13 + }, + { + "prompt": "[8 2 1]   [6 2 1]   [2 1]
    [8 2 5]   [6 2 5]   [2 5]
    [        ]   [6 2]   [2]", + "options": [ + "[2 5 1]", + "[6 2 5]", + "[8 6]", + "[8 2]", + "[6 2 1]", + "[6 2]", + "[5 1]", + "[6 5 1]" + ], + "correct": 3, + "correct_coords": "[2, 0]", + "prob_ind": 14 + }, + { + "prompt": "[5 3 8]   [0 3 8]   [     ]
    [5 3 7]   [0 3 7]   [3 7]
    [5 3]   [0 3]   [3]", + "options": [ + "[5 3]", + "[5 7 8]", + "[5 0 3 7 8]", + "[5 0]", + "[3 7]", + "[0 3 7 8]", + "[3 8]", + "[7 8]" + ], + "correct": 6, + "correct_coords": "[0, 2]", + "prob_ind": 15 + }, + { + "prompt": "[6 1 4]   [0 1 4]   [     ]
    [6 1 9]   [0 1 9]   [1 9]
    [6 1]   [0 1]   [1]", + "options": [ + "[1 4]", + "[6 1 4]", + "[  ]", + "[1 9 4]", + "[6 1 9]", + "[6 1]", + "[6 0 1 9 4]", + "[0 9]" + ], + "correct": 0, + "correct_coords": "[0, 2]", + "prob_ind": 16 + }, + { + "prompt": "[0 6 8]   [5 6 8]   [6 8]
    [0 6 1]   [        ]   [6 1]
    [0 6]   [5 6]   [6]", + "options": [ + "[1 8]", + "[6 8]", + "[5 6 1]", + "[0 1]", + "[5 1 8]", + "[5]", + "[5 6 1 8]", + "[0 5 1 8]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 17 + }, + { + "prompt": "[7 1 4]   [6 1 4]   [1 4]
    [7 1 2]   [6 1 2]   [1 2]
    [7 1]   [        ]   [1]", + "options": [ + "[7 1 2 4]", + "[6 2 4]", + "[6 1]", + "[6 2]", + "[7 6 1 4]", + "[7 6 1]", + "[7]", + "[7 6 2]" + ], + "correct": 2, + "correct_coords": "[2, 1]", + "prob_ind": 18 + }, + { + "prompt": "[0 8 5]   [6 8 5]   [8 5]
    [0 8 4]   [6 8 4]   [8 4]
    [0 8]   [6 8]   [     ]", + "options": [ + "[0 6]", + "[0 6 5]", + "[8]", + "[6 5]", + "[0 8 5]", + "[0 6 8 5]", + "[0 4]", + "[6 4]" + ], + "correct": 2, + "correct_coords": "[2, 2]", + "prob_ind": 19 + }, + { + "prompt": "[        ]   [2 9 6]   [9 6]
    [7 9 8]   [2 9 8]   [9 8]
    [7 9]   [2 9]   [9]", + "options": [ + "[2 8]", + "[9 8]", + "[7 2 8]", + "[7 2 9 8 6]", + "[7 9 6]", + "[2 9 8 6]", + "[7 9 8 6]", + "[7 2 9 8]" + ], + "correct": 4, + "correct_coords": "[0, 0]", + "prob_ind": 20 + }, + { + "prompt": "[9 2 0]   [        ]   [2 0]
    [9 2 7]   [5 2 7]   [2 7]
    [9 2]   [5 2]   [2]", + "options": [ + "[9 0]", + "[9 2]", + "[9 7 0]", + "[9 2 7 0]", + "[9 5 2 0]", + "[5 2 0]", + "[9 2 7]", + "[5 7 0]" + ], + "correct": 5, + "correct_coords": "[0, 1]", + "prob_ind": 21 + }, + { + "prompt": "[        ]   [1 2 7]   [2 7]
    [6 2 3]   [1 2 3]   [2 3]
    [6 2]   [1 2]   [2]", + "options": [ + "[6 3]", + "[1 2]", + "[1 2 7]", + "[6 2 7]", + "[6 1 3 7]", + "[1 7]", + "[2 3]", + "[1 3]" + ], + "correct": 3, + "correct_coords": "[0, 0]", + "prob_ind": 22 + }, + { + "prompt": "[        ]   [0 6 3]   [6 3]
    [4 6 2]   [0 6 2]   [6 2]
    [4 6]   [0 6]   [6]", + "options": [ + "[4 0 2 3]", + "[0 6]", + "[3]", + "[4 6 3]", + "[0 6 3]", + "[2 3]", + "[4 2]", + "[4]" + ], + "correct": 3, + "correct_coords": "[0, 0]", + "prob_ind": 23 + }, + { + "prompt": "[4 1 7]   [2 1 7]   [1 7]
    [4 1 0]   [2 1 0]   [1 0]
    [4 1]   [        ]   [1]", + "options": [ + "[2 1 0 7]", + "[4 1]", + "[2 0]", + "[4 2 1 0]", + "[2 7]", + "[2 1]", + "[4 2 1]", + "[2]" + ], + "correct": 5, + "correct_coords": "[2, 1]", + "prob_ind": 24 + }, + { + "prompt": "[9 1 6]   [3 1 6]   [1 6]
    [9 1 4]   [3 1 4]   [     ]
    [9 1]   [3 1]   [1]", + "options": [ + "[1]", + "[9 1]", + "[1 6]", + "[4]", + "[3]", + "[3 1]", + "[9 3 1 4]", + "[1 4]" + ], + "correct": 7, + "correct_coords": "[1, 2]", + "prob_ind": 25 + }, + { + "prompt": "[9 5 1]   [6 5 1]   [5 1]
    [9 5 0]   [        ]   [5 0]
    [9 5]   [6 5]   [5]", + "options": [ + "[9 1]", + "[  ]", + "[6 5 0]", + "[9 6 1]", + "[9 6 0]", + "[9 5]", + "[9 6]", + "[5 0 1]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 26 + }, + { + "prompt": "[6 7 4]   [9 7 4]   [7 4]
    [6 7 8]   [9 7 8]   [7 8]
    [        ]   [9 7]   [7]", + "options": [ + "[  ]", + "[6 7]", + "[6 4]", + "[7]", + "[6]", + "[6 9 8]", + "[6 9 8 4]", + "[6 9]" + ], + "correct": 1, + "correct_coords": "[2, 0]", + "prob_ind": 27 + }, + { + "prompt": "[        ]   [3 4 7]   [4 7]
    [0 4 6]   [3 4 6]   [4 6]
    [0 4]   [3 4]   [4]", + "options": [ + "[0 4 6]", + "[0 3 4 6 7]", + "[0 6]", + "[3 6]", + "[3 4]", + "[4 6 7]", + "[0 4 7]", + "[0 7]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 28 + }, + { + "prompt": "[8 5 0]   [9 5 0]   [5 0]
    [8 5 4]   [9 5 4]   [5 4]
    [8 5]   [9 5]   [     ]", + "options": [ + "[8 9]", + "[9 5 4 0]", + "[8 9 5 0]", + "[8 9 5 4 0]", + "[5]", + "[9 0]", + "[  ]", + "[9 5]" + ], + "correct": 4, + "correct_coords": "[2, 2]", + "prob_ind": 29 + }, + { + "prompt": "[8 4 3]   [5 4 3]   [4 3]
    [8 4 7]   [5 4 7]   [4 7]
    [8 4]   [        ]   [4]", + "options": [ + "[5 4 7]", + "[5]", + "[8 7]", + "[8 5 4 7]", + "[5 4]", + "[8 5 4 3]", + "[8 5 7]", + "[8 4 7]" + ], + "correct": 4, + "correct_coords": "[2, 1]", + "prob_ind": 30 + }, + { + "prompt": "[1 9 5]   [4 9 5]   [9 5]
    [1 9 3]   [4 9 3]   [9 3]
    [1 9]   [4 9]   [     ]", + "options": [ + "[3]", + "[9]", + "[4 3 5]", + "[1 4]", + "[  ]", + "[5]", + "[9 5]", + "[1 3 5]" + ], + "correct": 1, + "correct_coords": "[2, 2]", + "prob_ind": 31 + }, + { + "prompt": "[8 7 9]   [4 7 9]   [7 9]
    [8 7 1]   [4 7 1]   [     ]
    [8 7]   [4 7]   [7]", + "options": [ + "[8 4]", + "[7]", + "[1]", + "[4 7 1]", + "[8 4 1]", + "[4 7 9]", + "[7 1]", + "[4 7]" + ], + "correct": 6, + "correct_coords": "[1, 2]", + "prob_ind": 32 + }, + { + "prompt": "[1 7 3]   [8 7 3]   [7 3]
    [1 7 9]   [8 7 9]   [7 9]
    [1 7]   [8 7]   [     ]", + "options": [ + "[7]", + "[1 7 3]", + "[8 7 9 3]", + "[1 8 7 9]", + "[1 9]", + "[8 7 3]", + "[8 3]", + "[1 8 7]" + ], + "correct": 0, + "correct_coords": "[2, 2]", + "prob_ind": 33 + }, + { + "prompt": "[3 4 8]   [7 4 8]   [     ]
    [3 4 0]   [7 4 0]   [4 0]
    [3 4]   [7 4]   [4]", + "options": [ + "[0 8]", + "[8]", + "[4 8]", + "[3 7 4 0 8]", + "[0]", + "[3]", + "[3 4 0]", + "[3 4 0 8]" + ], + "correct": 2, + "correct_coords": "[0, 2]", + "prob_ind": 34 + }, + { + "prompt": "[1 3 6]   [0 3 6]   [3 6]
    [1 3 5]   [        ]   [3 5]
    [1 3]   [0 3]   [3]", + "options": [ + "[1 5]", + "[1 6]", + "[0 3 5]", + "[0 6]", + "[1 5 6]", + "[1 0 5]", + "[1 0 6]", + "[1 0 3 5 6]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 35 + }, + { + "prompt": "[        ]   [5 6 2]   [6 2]
    [4 6 1]   [5 6 1]   [6 1]
    [4 6]   [5 6]   [6]", + "options": [ + "[4 5 6 1]", + "[6 1]", + "[6 1 2]", + "[  ]", + "[5 1]", + "[4 6]", + "[4 6 2]", + "[5 6 2]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 36 + }, + { + "prompt": "[2 8 7]   [5 8 7]   [8 7]
    [2 8 3]   [5 8 3]   [8 3]
    [2 8]   [        ]   [8]", + "options": [ + "[2]", + "[8 3]", + "[2 8 3 7]", + "[5 8]", + "[8 7]", + "[2 5 3 7]", + "[2 5 8 3 7]", + "[2 8]" + ], + "correct": 3, + "correct_coords": "[2, 1]", + "prob_ind": 37 + }, + { + "prompt": "[8 3 5]   [        ]   [3 5]
    [8 3 9]   [7 3 9]   [3 9]
    [8 3]   [7 3]   [3]", + "options": [ + "[9 5]", + "[8 7]", + "[7 3 5]", + "[7 9]", + "[8 3]", + "[8 3 9]", + "[  ]", + "[8 5]" + ], + "correct": 2, + "correct_coords": "[0, 1]", + "prob_ind": 38 + }, + { + "prompt": "[2 8 5]   [4 8 5]   [8 5]
    [2 8 6]   [        ]   [8 6]
    [2 8]   [4 8]   [8]", + "options": [ + "[4 8 5]", + "[2 5]", + "[2 4]", + "[2 8 6]", + "[8 6 5]", + "[  ]", + "[2 4 8 6]", + "[4 8 6]" + ], + "correct": 7, + "correct_coords": "[1, 1]", + "prob_ind": 39 + }, + { + "prompt": "[7 4 9]   [3 4 9]   [4 9]
    [7 4 2]   [3 4 2]   [4 2]
    [7 4]   [        ]   [4]", + "options": [ + "[3 4]", + "[3 2]", + "[7 3 4 9]", + "[3 4 2]", + "[7 4 2]", + "[7 3]", + "[7 4 2 9]", + "[4 2]" + ], + "correct": 0, + "correct_coords": "[2, 1]", + "prob_ind": 40 + }, + { + "prompt": "[7 8 2]   [6 8 2]   [     ]
    [7 8 0]   [6 8 0]   [8 0]
    [7 8]   [6 8]   [8]", + "options": [ + "[7 8 0 2]", + "[8 2]", + "[7 6 8 0]", + "[0]", + "[6 8]", + "[6]", + "[7 8]", + "[7 0]" + ], + "correct": 1, + "correct_coords": "[0, 2]", + "prob_ind": 41 + }, + { + "prompt": "[        ]   [6 5 3]   [5 3]
    [7 5 4]   [6 5 4]   [5 4]
    [7 5]   [6 5]   [5]", + "options": [ + "[5 4]", + "[7]", + "[6 4 3]", + "[6]", + "[7 5 3]", + "[7 6 5]", + "[5]", + "[7 6 4]" + ], + "correct": 4, + "correct_coords": "[0, 0]", + "prob_ind": 42 + }, + { + "prompt": "[8 0 9]   [4 0 9]   [0 9]
    [8 0 3]   [        ]   [0 3]
    [8 0]   [4 0]   [0]", + "options": [ + "[4 0 3]", + "[3]", + "[  ]", + "[8 4]", + "[8 0]", + "[4 9]", + "[8 0 3 9]", + "[0 9]" + ], + "correct": 0, + "correct_coords": "[1, 1]", + "prob_ind": 43 + }, + { + "prompt": "[        ]   [1 6 5]   [6 5]
    [9 6 3]   [1 6 3]   [6 3]
    [9 6]   [1 6]   [6]", + "options": [ + "[1]", + "[9 6 5]", + "[9 3 5]", + "[6 3 5]", + "[1 3]", + "[6]", + "[9 1 5]", + "[9 6 3 5]" + ], + "correct": 1, + "correct_coords": "[0, 0]", + "prob_ind": 44 + }, + { + "prompt": "[6 0 8]   [1 0 8]   [0 8]
    [        ]   [1 0 2]   [0 2]
    [6 0]   [1 0]   [0]", + "options": [ + "[6 1 2]", + "[2]", + "[1 0 2 8]", + "[6 1 8]", + "[6 1 2 8]", + "[6 0 2]", + "[6 1 0 2]", + "[0 2]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 45 + }, + { + "prompt": "[5 4 2]   [3 4 2]   [     ]
    [5 4 8]   [3 4 8]   [4 8]
    [5 4]   [3 4]   [4]", + "options": [ + "[5 4 8 2]", + "[5 3 8]", + "[4 2]", + "[  ]", + "[3 2]", + "[3 8 2]", + "[5 3 4]", + "[4]" + ], + "correct": 2, + "correct_coords": "[0, 2]", + "prob_ind": 46 + }, + { + "prompt": "[0 6 8]   [1 6 8]   [6 8]
    [0 6 3]   [1 6 3]   [6 3]
    [0 6]   [1 6]   [     ]", + "options": [ + "[0 1 3 8]", + "[0 1 6 3]", + "[0]", + "[0 3 8]", + "[3 8]", + "[0 1 6]", + "[6]", + "[0 1 8]" + ], + "correct": 6, + "correct_coords": "[2, 2]", + "prob_ind": 47 + }, + { + "prompt": "[9 1 3]   [        ]   [1 3]
    [9 1 2]   [4 1 2]   [1 2]
    [9 1]   [4 1]   [1]", + "options": [ + "[4 1 2 3]", + "[4 1 3]", + "[2]", + "[9 1 3]", + "[4]", + "[9 2 3]", + "[2 3]", + "[1]" + ], + "correct": 1, + "correct_coords": "[0, 1]", + "prob_ind": 48 + }, + { + "prompt": "[7 0 4]   [2 0 4]   [     ]
    [7 0 8]   [2 0 8]   [0 8]
    [7 0]   [2 0]   [0]", + "options": [ + "[0 4]", + "[2 0 8]", + "[8 4]", + "[2 0 4]", + "[7 2 0 4]", + "[2 0 8 4]", + "[8]", + "[2 4]" + ], + "correct": 0, + "correct_coords": "[0, 2]", + "prob_ind": 49 + } + ], + "XOR": [ + { + "prompt": "[0 2]   [0 3]   [2 3]
    [0 3]   [1 0]   [     ]
    [2 3]   [3 1]   [2 1]", + "options": [ + "[0 2]", + "[0 2 1]", + "[3 1]", + "[3]", + "[0 3 1]", + "[0 1]", + "[1]", + "[0]" + ], + "correct": 2, + "correct_coords": "[1, 2]", + "prob_ind": 0 + }, + { + "prompt": "[8 3]   [8 2]   [3 2]
    [8 2]   [7 8]   [     ]
    [3 2]   [2 7]   [3 7]", + "options": [ + "[2 7]", + "[8 3]", + "[3 7]", + "[8 3 2]", + "[8 3 2 7]", + "[8 7]", + "[8 3 7]", + "[8 2]" + ], + "correct": 0, + "correct_coords": "[1, 2]", + "prob_ind": 1 + }, + { + "prompt": "[2 8]   [2 1]   [8 1]
    [2 1]   [7 2]   [1 7]
    [     ]   [1 7]   [8 7]", + "options": [ + "[8 7]", + "[2 7]", + "[2]", + "[2 8]", + "[1]", + "[8 1]", + "[7]", + "[1 7]" + ], + "correct": 5, + "correct_coords": "[2, 0]", + "prob_ind": 2 + }, + { + "prompt": "[6 0]   [6 1]   [0 1]
    [6 1]   [3 6]   [1 3]
    [0 1]   [1 3]   [     ]", + "options": [ + "[6]", + "[6 1 3]", + "[6 0 1 3]", + "[6 1]", + "[0 1]", + "[1 3]", + "[6 0]", + "[0 3]" + ], + "correct": 7, + "correct_coords": "[2, 2]", + "prob_ind": 3 + }, + { + "prompt": "[6 1]   [6 3]   [1 3]
    [6 3]   [2 6]   [3 2]
    [1 3]   [     ]   [1 2]", + "options": [ + "[3]", + "[6 1 2]", + "[6 2]", + "[6 1 3 2]", + "[1 3]", + "[3 2]", + "[1 3 2]", + "[  ]" + ], + "correct": 5, + "correct_coords": "[2, 1]", + "prob_ind": 4 + }, + { + "prompt": "[1 8]   [1 7]   [8 7]
    [1 7]   [5 1]   [7 5]
    [8 7]   [7 5]   [     ]", + "options": [ + "[1 7]", + "[1]", + "[1 5]", + "[1 7 5]", + "[1 8]", + "[1 8 5]", + "[  ]", + "[8 5]" + ], + "correct": 7, + "correct_coords": "[2, 2]", + "prob_ind": 5 + }, + { + "prompt": "[8 3]   [8 0]   [3 0]
    [8 0]   [     ]   [0 4]
    [3 0]   [0 4]   [3 4]", + "options": [ + "[8 0 4]", + "[8 4]", + "[8 3 0 4]", + "[3 0]", + "[8 3 0]", + "[0]", + "[  ]", + "[8 0]" + ], + "correct": 1, + "correct_coords": "[1, 1]", + "prob_ind": 6 + }, + { + "prompt": "[     ]   [6 9]   [5 9]
    [6 9]   [7 6]   [9 7]
    [5 9]   [9 7]   [5 7]", + "options": [ + "[  ]", + "[9 7]", + "[5 9]", + "[6 5]", + "[6 9]", + "[6]", + "[6 5 9 7]", + "[5]" + ], + "correct": 3, + "correct_coords": "[0, 0]", + "prob_ind": 7 + }, + { + "prompt": "[5 1]   [5 9]   [1 9]
    [     ]   [3 5]   [9 3]
    [1 9]   [9 3]   [1 3]", + "options": [ + "[1 9]", + "[9]", + "[1]", + "[1 3]", + "[5 9]", + "[5 9 3]", + "[5 3]", + "[5 1 9]" + ], + "correct": 4, + "correct_coords": "[1, 0]", + "prob_ind": 8 + }, + { + "prompt": "[8 1]   [8 3]   [1 3]
    [8 3]   [     ]   [3 9]
    [1 3]   [3 9]   [1 9]", + "options": [ + "[8 3 9]", + "[8 9]", + "[8]", + "[1]", + "[3 9]", + "[8 1 3 9]", + "[  ]", + "[1 3 9]" + ], + "correct": 1, + "correct_coords": "[1, 1]", + "prob_ind": 9 + }, + { + "prompt": "[2 7]   [2 6]   [7 6]
    [2 6]   [0 2]   [6 0]
    [7 6]   [6 0]   [     ]", + "options": [ + "[7 0]", + "[2 0]", + "[7]", + "[0]", + "[2 6]", + "[2 7 6 0]", + "[6]", + "[7 6 0]" + ], + "correct": 0, + "correct_coords": "[2, 2]", + "prob_ind": 10 + }, + { + "prompt": "[3 7]   [3 1]   [7 1]
    [     ]   [9 3]   [1 9]
    [7 1]   [1 9]   [7 9]", + "options": [ + "[3]", + "[  ]", + "[3 7 1 9]", + "[7 1 9]", + "[1 9]", + "[3 7 1]", + "[7]", + "[3 1]" + ], + "correct": 7, + "correct_coords": "[1, 0]", + "prob_ind": 11 + }, + { + "prompt": "[     ]   [1 8]   [7 8]
    [1 8]   [9 1]   [8 9]
    [7 8]   [8 9]   [7 9]", + "options": [ + "[9]", + "[1]", + "[7 9]", + "[8]", + "[1 7 8]", + "[1 8 9]", + "[1 7]", + "[7 8 9]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 12 + }, + { + "prompt": "[3 1]   [3 9]   [1 9]
    [3 9]   [     ]   [9 2]
    [1 9]   [9 2]   [1 2]", + "options": [ + "[  ]", + "[1 2]", + "[3 1]", + "[3 2]", + "[1]", + "[3]", + "[3 1 2]", + "[1 9]" + ], + "correct": 3, + "correct_coords": "[1, 1]", + "prob_ind": 13 + }, + { + "prompt": "[3 5]   [3 8]   [5 8]
    [3 8]   [9 3]   [8 9]
    [5 8]   [     ]   [5 9]", + "options": [ + "[3 5 8]", + "[3 8 9]", + "[9]", + "[  ]", + "[5 8]", + "[5]", + "[5 8 9]", + "[8 9]" + ], + "correct": 7, + "correct_coords": "[2, 1]", + "prob_ind": 14 + }, + { + "prompt": "[4 5]   [4 0]   [5 0]
    [4 0]   [8 4]   [     ]
    [5 0]   [0 8]   [5 8]", + "options": [ + "[4 8]", + "[8]", + "[5 8]", + "[4 0]", + "[5 0]", + "[0 8]", + "[  ]", + "[0]" + ], + "correct": 5, + "correct_coords": "[1, 2]", + "prob_ind": 15 + }, + { + "prompt": "[6 3]   [6 5]   [3 5]
    [6 5]   [0 6]   [5 0]
    [     ]   [5 0]   [3 0]", + "options": [ + "[  ]", + "[6 0]", + "[3 5]", + "[3 0]", + "[6 3]", + "[6 5 0]", + "[5]", + "[6]" + ], + "correct": 2, + "correct_coords": "[2, 0]", + "prob_ind": 16 + }, + { + "prompt": "[2 5]   [2 8]   [5 8]
    [2 8]   [4 2]   [     ]
    [5 8]   [8 4]   [5 4]", + "options": [ + "[4]", + "[2 8]", + "[5 8]", + "[2 4]", + "[2 8 4]", + "[2 5 4]", + "[8 4]", + "[2 5 8 4]" + ], + "correct": 6, + "correct_coords": "[1, 2]", + "prob_ind": 17 + }, + { + "prompt": "[7 9]   [7 2]   [9 2]
    [7 2]   [4 7]   [     ]
    [9 2]   [2 4]   [9 4]", + "options": [ + "[2 4]", + "[7 9 2 4]", + "[7]", + "[7 4]", + "[9]", + "[7 9 4]", + "[  ]", + "[9 2]" + ], + "correct": 0, + "correct_coords": "[1, 2]", + "prob_ind": 18 + }, + { + "prompt": "[     ]   [2 3]   [1 3]
    [2 3]   [5 2]   [3 5]
    [1 3]   [3 5]   [1 5]", + "options": [ + "[1 3 5]", + "[2 3 5]", + "[2 1 3 5]", + "[2 1]", + "[2 5]", + "[2]", + "[1]", + "[2 3]" + ], + "correct": 3, + "correct_coords": "[0, 0]", + "prob_ind": 19 + }, + { + "prompt": "[     ]   [0 1]   [4 1]
    [0 1]   [7 0]   [1 7]
    [4 1]   [1 7]   [4 7]", + "options": [ + "[0 4 1 7]", + "[4 1]", + "[4 7]", + "[4]", + "[0 4]", + "[0 1]", + "[0 7]", + "[1]" + ], + "correct": 4, + "correct_coords": "[0, 0]", + "prob_ind": 20 + }, + { + "prompt": "[0 8]   [0 4]   [8 4]
    [     ]   [6 0]   [4 6]
    [8 4]   [4 6]   [8 6]", + "options": [ + "[0 4 6]", + "[4]", + "[0]", + "[0 8]", + "[0 6]", + "[0 4]", + "[4 6]", + "[8 4]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 21 + }, + { + "prompt": "[6 3]   [6 8]   [3 8]
    [6 8]   [     ]   [8 5]
    [3 8]   [8 5]   [3 5]", + "options": [ + "[3 5]", + "[6 3 5]", + "[6 5]", + "[5]", + "[6 8 5]", + "[8 5]", + "[3 8 5]", + "[6]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 22 + }, + { + "prompt": "[4 5]   [4 0]   [5 0]
    [4 0]   [9 4]   [0 9]
    [5 0]   [0 9]   [     ]", + "options": [ + "[4]", + "[5 9]", + "[0 9]", + "[5 0]", + "[4 5 0]", + "[4 5]", + "[4 5 0 9]", + "[4 5 9]" + ], + "correct": 1, + "correct_coords": "[2, 2]", + "prob_ind": 23 + }, + { + "prompt": "[5 0]   [5 3]   [     ]
    [5 3]   [1 5]   [3 1]
    [0 3]   [3 1]   [0 1]", + "options": [ + "[0 1]", + "[0 3]", + "[5 1]", + "[5 0 3]", + "[0 3 1]", + "[0]", + "[5 0 1]", + "[  ]" + ], + "correct": 1, + "correct_coords": "[0, 2]", + "prob_ind": 24 + }, + { + "prompt": "[5 7]   [5 0]   [7 0]
    [5 0]   [2 5]   [0 2]
    [7 0]   [     ]   [7 2]", + "options": [ + "[5 7 2]", + "[0 2]", + "[7 2]", + "[  ]", + "[0]", + "[5]", + "[2]", + "[5 7 0]" + ], + "correct": 1, + "correct_coords": "[2, 1]", + "prob_ind": 25 + }, + { + "prompt": "[0 1]   [0 2]   [     ]
    [0 2]   [6 0]   [2 6]
    [1 2]   [2 6]   [1 6]", + "options": [ + "[0 2 6]", + "[0 2]", + "[1 6]", + "[0 1 6]", + "[0 1 2]", + "[0 1 2 6]", + "[1 2]", + "[6]" + ], + "correct": 6, + "correct_coords": "[0, 2]", + "prob_ind": 26 + }, + { + "prompt": "[1 6]   [     ]   [6 0]
    [1 0]   [7 1]   [0 7]
    [6 0]   [0 7]   [6 7]", + "options": [ + "[1 7]", + "[1]", + "[6 0]", + "[1 6 7]", + "[1 6]", + "[1 0]", + "[7]", + "[0 7]" + ], + "correct": 5, + "correct_coords": "[0, 1]", + "prob_ind": 27 + }, + { + "prompt": "[9 8]   [9 4]   [8 4]
    [     ]   [6 9]   [4 6]
    [8 4]   [4 6]   [8 6]", + "options": [ + "[9]", + "[4 6]", + "[8 6]", + "[  ]", + "[9 4 6]", + "[9 4]", + "[9 8 6]", + "[9 6]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 28 + }, + { + "prompt": "[1 7]   [1 3]   [     ]
    [1 3]   [6 1]   [3 6]
    [7 3]   [3 6]   [7 6]", + "options": [ + "[7 3]", + "[1 7 3]", + "[1 7 6]", + "[3]", + "[7 3 6]", + "[6]", + "[1 3]", + "[7]" + ], + "correct": 0, + "correct_coords": "[0, 2]", + "prob_ind": 29 + }, + { + "prompt": "[5 0]   [5 6]   [0 6]
    [5 6]   [7 5]   [6 7]
    [0 6]   [6 7]   [     ]", + "options": [ + "[5 0 6 7]", + "[5 7]", + "[5 6 7]", + "[0 7]", + "[0]", + "[5 0 7]", + "[5 0 6]", + "[7]" + ], + "correct": 3, + "correct_coords": "[2, 2]", + "prob_ind": 30 + }, + { + "prompt": "[8 9]   [     ]   [9 0]
    [8 0]   [2 8]   [0 2]
    [9 0]   [0 2]   [9 2]", + "options": [ + "[9 2]", + "[0 2]", + "[0]", + "[9 0 2]", + "[8 9 0]", + "[8 0]", + "[8 9]", + "[8 2]" + ], + "correct": 5, + "correct_coords": "[0, 1]", + "prob_ind": 31 + }, + { + "prompt": "[9 0]   [9 4]   [0 4]
    [9 4]   [     ]   [4 7]
    [0 4]   [4 7]   [0 7]", + "options": [ + "[0 4 7]", + "[4 7]", + "[9 7]", + "[0]", + "[9 0 7]", + "[9]", + "[9 4]", + "[9 0 4]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 32 + }, + { + "prompt": "[     ]   [1 0]   [9 0]
    [1 0]   [2 1]   [0 2]
    [9 0]   [0 2]   [9 2]", + "options": [ + "[0]", + "[9]", + "[  ]", + "[9 0]", + "[1 9 0 2]", + "[1 2]", + "[1 9]", + "[1]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 33 + }, + { + "prompt": "[5 4]   [5 3]   [4 3]
    [5 3]   [9 5]   [3 9]
    [     ]   [3 9]   [4 9]", + "options": [ + "[4 9]", + "[3 9]", + "[4 3]", + "[5 3 9]", + "[4 3 9]", + "[9]", + "[5]", + "[4]" + ], + "correct": 2, + "correct_coords": "[2, 0]", + "prob_ind": 34 + }, + { + "prompt": "[     ]   [6 9]   [5 9]
    [6 9]   [8 6]   [9 8]
    [5 9]   [9 8]   [5 8]", + "options": [ + "[  ]", + "[8]", + "[5 9]", + "[9 8]", + "[5]", + "[9]", + "[5 9 8]", + "[6 5]" + ], + "correct": 7, + "correct_coords": "[0, 0]", + "prob_ind": 35 + }, + { + "prompt": "[0 4]   [     ]   [4 5]
    [0 5]   [7 0]   [5 7]
    [4 5]   [5 7]   [4 7]", + "options": [ + "[0 5]", + "[0]", + "[0 4]", + "[7]", + "[0 5 7]", + "[0 4 7]", + "[4]", + "[4 5 7]" + ], + "correct": 0, + "correct_coords": "[0, 1]", + "prob_ind": 36 + }, + { + "prompt": "[9 3]   [9 7]   [3 7]
    [9 7]   [2 9]   [7 2]
    [3 7]   [7 2]   [     ]", + "options": [ + "[9 3]", + "[3 7 2]", + "[  ]", + "[7]", + "[3 2]", + "[3]", + "[9 3 2]", + "[3 7]" + ], + "correct": 4, + "correct_coords": "[2, 2]", + "prob_ind": 37 + }, + { + "prompt": "[3 2]   [     ]   [2 4]
    [3 4]   [7 3]   [4 7]
    [2 4]   [4 7]   [2 7]", + "options": [ + "[7]", + "[3 2 7]", + "[2]", + "[3 7]", + "[3 2 4 7]", + "[3 2 4]", + "[4]", + "[3 4]" + ], + "correct": 7, + "correct_coords": "[0, 1]", + "prob_ind": 38 + }, + { + "prompt": "[7 5]   [7 1]   [5 1]
    [     ]   [6 7]   [1 6]
    [5 1]   [1 6]   [5 6]", + "options": [ + "[7 5 1]", + "[1]", + "[  ]", + "[7 5]", + "[7 6]", + "[1 6]", + "[7 1 6]", + "[7 1]" + ], + "correct": 7, + "correct_coords": "[1, 0]", + "prob_ind": 39 + }, + { + "prompt": "[1 0]   [     ]   [0 7]
    [1 7]   [8 1]   [7 8]
    [0 7]   [7 8]   [0 8]", + "options": [ + "[1 7]", + "[1 0 8]", + "[1 0]", + "[0 8]", + "[0]", + "[1 0 7]", + "[1 0 7 8]", + "[7]" + ], + "correct": 0, + "correct_coords": "[0, 1]", + "prob_ind": 40 + }, + { + "prompt": "[0 5]   [0 4]   [     ]
    [0 4]   [6 0]   [4 6]
    [5 4]   [4 6]   [5 6]", + "options": [ + "[0 5]", + "[0 4]", + "[0 6]", + "[0 5 4]", + "[5 4]", + "[5]", + "[0 5 6]", + "[6]" + ], + "correct": 4, + "correct_coords": "[0, 2]", + "prob_ind": 41 + }, + { + "prompt": "[7 2]   [7 5]   [2 5]
    [7 5]   [4 7]   [5 4]
    [     ]   [5 4]   [2 4]", + "options": [ + "[7 2 5 4]", + "[7 2 5]", + "[2 5]", + "[2 4]", + "[5 4]", + "[5]", + "[  ]", + "[7 2 4]" + ], + "correct": 2, + "correct_coords": "[2, 0]", + "prob_ind": 42 + }, + { + "prompt": "[1 8]   [1 6]   [8 6]
    [1 6]   [7 1]   [     ]
    [8 6]   [6 7]   [8 7]", + "options": [ + "[6 7]", + "[7]", + "[8 6]", + "[1 8 6 7]", + "[1]", + "[1 6]", + "[8]", + "[8 7]" + ], + "correct": 0, + "correct_coords": "[1, 2]", + "prob_ind": 43 + }, + { + "prompt": "[1 8]   [1 0]   [     ]
    [1 0]   [2 1]   [0 2]
    [8 0]   [0 2]   [8 2]", + "options": [ + "[8 0]", + "[1 8 2]", + "[2]", + "[1 0 2]", + "[1 8]", + "[8]", + "[1 8 0]", + "[0 2]" + ], + "correct": 0, + "correct_coords": "[0, 2]", + "prob_ind": 44 + }, + { + "prompt": "[3 1]   [3 7]   [1 7]
    [     ]   [2 3]   [7 2]
    [1 7]   [7 2]   [1 2]", + "options": [ + "[3]", + "[3 2]", + "[3 1 2]", + "[1 2]", + "[3 1 7 2]", + "[7 2]", + "[3 7]", + "[7]" + ], + "correct": 6, + "correct_coords": "[1, 0]", + "prob_ind": 45 + }, + { + "prompt": "[8 4]   [8 3]   [4 3]
    [8 3]   [1 8]   [     ]
    [4 3]   [3 1]   [4 1]", + "options": [ + "[1]", + "[8 4]", + "[3]", + "[3 1]", + "[4]", + "[4 3 1]", + "[4 1]", + "[8 4 3]" + ], + "correct": 3, + "correct_coords": "[1, 2]", + "prob_ind": 46 + }, + { + "prompt": "[4 6]   [4 3]   [6 3]
    [4 3]   [1 4]   [     ]
    [6 3]   [3 1]   [6 1]", + "options": [ + "[4 6 3]", + "[6 3 1]", + "[4 3 1]", + "[4 1]", + "[4 3]", + "[4 6]", + "[3 1]", + "[6]" + ], + "correct": 6, + "correct_coords": "[1, 2]", + "prob_ind": 47 + }, + { + "prompt": "[2 5]   [2 6]   [5 6]
    [2 6]   [4 2]   [     ]
    [5 6]   [6 4]   [5 4]", + "options": [ + "[5 4]", + "[5 6 4]", + "[5 6]", + "[2 4]", + "[6 4]", + "[2 5 4]", + "[2 5 6 4]", + "[2]" + ], + "correct": 4, + "correct_coords": "[1, 2]", + "prob_ind": 48 + }, + { + "prompt": "[2 6]   [2 8]   [     ]
    [2 8]   [9 2]   [8 9]
    [6 8]   [8 9]   [6 9]", + "options": [ + "[6 8]", + "[2 8 9]", + "[2 9]", + "[9]", + "[6]", + "[6 9]", + "[  ]", + "[2 8]" + ], + "correct": 0, + "correct_coords": "[0, 2]", + "prob_ind": 49 + } + ], + "c3_set_union_permuted": [ + { + "prompt": "[1]   [6]   [6 1]
    [  ]   [8]   [8 0]
    [1 0]   [6 8]   [0 1 6 8]", + "options": [ + "[6 1]", + "[1 0 8 6]", + "[6 8]", + "[0]", + "[1 0]", + "[0 8]", + "[1 8]", + "[0 6 8]" + ], + "correct": 3, + "correct_coords": "[1, 0]", + "prob_ind": 0 + }, + { + "prompt": "[9]   [7]   [9 7]
    [2]   [1]   [1 2]
    [2 9]   [1 7]   [     ]", + "options": [ + "[2 9 1]", + "[2 9 7 1]", + "[2 7]", + "[9 2 7]", + "[1 9 7]", + "[9]", + "[2]", + "[9 2]" + ], + "correct": 1, + "correct_coords": "[2, 2]", + "prob_ind": 1 + }, + { + "prompt": "[  ]   [4]   [4 0]
    [6]   [7]   [6 7]
    [0 6]   [7 4]   [7 0 6 4]", + "options": [ + "[6]", + "[0 6]", + "[4]", + "[0]", + "[0 6 4]", + "[6 4]", + "[7 4]", + "[7 6 0]" + ], + "correct": 3, + "correct_coords": "[0, 0]", + "prob_ind": 2 + }, + { + "prompt": "[9]   [8]   [8 9]
    [4]   [3]   [     ]
    [4 9]   [3 8]   [8 3 9 4]", + "options": [ + "[3 4]", + "[8]", + "[9 4 8]", + "[9 4 3]", + "[9 3]", + "[8 9]", + "[4]", + "[3 8]" + ], + "correct": 0, + "correct_coords": "[1, 2]", + "prob_ind": 3 + }, + { + "prompt": "[6]   [9]   [6 9]
    [4]   [7]   [4 7]
    [6 4]   [  ]   [4 9 7 6]", + "options": [ + "[6 7]", + "[6 9]", + "[4 6]", + "[4 7]", + "[4 6 9]", + "[9 7 6]", + "[9]", + "[7 9]" + ], + "correct": 7, + "correct_coords": "[2, 1]", + "prob_ind": 4 + }, + { + "prompt": "[7]   [  ]   [7 9]
    [2]   [3]   [2 3]
    [7 2]   [3 9]   [2 9 7 3]", + "options": [ + "[9 7]", + "[9 2 3]", + "[  ]", + "[2 3]", + "[2 7 9 3]", + "[7]", + "[9]", + "[2 7 3]" + ], + "correct": 6, + "correct_coords": "[0, 1]", + "prob_ind": 5 + }, + { + "prompt": "[0]   [9]   [9 0]
    [7]   [4]   [     ]
    [0 7]   [4 9]   [7 4 0 9]", + "options": [ + "[4 0 9]", + "[7 4]", + "[9]", + "[4 9 7]", + "[7 0]", + "[0 4 7]", + "[9 7 4 0]", + "[0]" + ], + "correct": 1, + "correct_coords": "[1, 2]", + "prob_ind": 6 + }, + { + "prompt": "[2]   [5]   [2 5]
    [8]   [7]   [7 8]
    [8 2]   [  ]   [2 5 7 8]", + "options": [ + "[2 8 7]", + "[  ]", + "[8 5]", + "[5 7]", + "[5]", + "[7]", + "[2]", + "[2 5 7]" + ], + "correct": 3, + "correct_coords": "[2, 1]", + "prob_ind": 7 + }, + { + "prompt": "[2]   [5]   [5 2]
    [  ]   [3]   [3 4]
    [4 2]   [3 5]   [3 5 4 2]", + "options": [ + "[5]", + "[2 5]", + "[3 2]", + "[4 2]", + "[2 4 3]", + "[4]", + "[4 3]", + "[5 2 3]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 8 + }, + { + "prompt": "[0]   [1]   [0 1]
    [  ]   [9]   [9 8]
    [0 8]   [9 1]   [1 9 0 8]", + "options": [ + "[9 0]", + "[8 0 1]", + "[9 8]", + "[1 9]", + "[1 0]", + "[1 0 8 9]", + "[9 0 1]", + "[8]" + ], + "correct": 7, + "correct_coords": "[1, 0]", + "prob_ind": 9 + }, + { + "prompt": "[5]   [3]   [5 3]
    [  ]   [8]   [8 9]
    [9 5]   [3 8]   [8 9 3 5]", + "options": [ + "[8 9 5]", + "[5]", + "[3 9]", + "[8 9]", + "[5 3]", + "[8 9 5 3]", + "[3 8]", + "[9]" + ], + "correct": 7, + "correct_coords": "[1, 0]", + "prob_ind": 10 + }, + { + "prompt": "[9]   [3]   [     ]
    [0]   [4]   [4 0]
    [9 0]   [3 4]   [9 0 3 4]", + "options": [ + "[0 4]", + "[3 9]", + "[9 4]", + "[0]", + "[9]", + "[0 3]", + "[4 3]", + "[3]" + ], + "correct": 1, + "correct_coords": "[0, 2]", + "prob_ind": 11 + }, + { + "prompt": "[5]   [8]   [     ]
    [3]   [0]   [0 3]
    [5 3]   [0 8]   [5 0 3 8]", + "options": [ + "[5 3 8]", + "[3]", + "[8]", + "[3 0]", + "[8 0 3 5]", + "[8 3]", + "[5 8]", + "[3 5 0]" + ], + "correct": 6, + "correct_coords": "[0, 2]", + "prob_ind": 12 + }, + { + "prompt": "[0]   [3]   [3 0]
    [6]   [  ]   [6 4]
    [6 0]   [3 4]   [4 0 6 3]", + "options": [ + "[0 6 3]", + "[4 0 3]", + "[0]", + "[3 6]", + "[  ]", + "[4]", + "[6 0]", + "[6 4 0]" + ], + "correct": 5, + "correct_coords": "[1, 1]", + "prob_ind": 13 + }, + { + "prompt": "[1]   [6]   [1 6]
    [3]   [8]   [     ]
    [1 3]   [8 6]   [6 8 3 1]", + "options": [ + "[  ]", + "[1]", + "[8 6]", + "[8 3]", + "[8 6 1 3]", + "[1 3]", + "[6]", + "[1 6 8]" + ], + "correct": 3, + "correct_coords": "[1, 2]", + "prob_ind": 14 + }, + { + "prompt": "[9]   [6]   [9 6]
    [  ]   [4]   [8 4]
    [9 8]   [6 4]   [8 9 6 4]", + "options": [ + "[4]", + "[9]", + "[9 4 8]", + "[9 6]", + "[6 8]", + "[6]", + "[  ]", + "[8]" + ], + "correct": 7, + "correct_coords": "[1, 0]", + "prob_ind": 15 + }, + { + "prompt": "[0]   [6]   [0 6]
    [1]   [3]   [1 3]
    [1 0]   [  ]   [6 0 3 1]", + "options": [ + "[6 0 3 1]", + "[3 1]", + "[3]", + "[0 3]", + "[3 6]", + "[  ]", + "[0 3 1]", + "[6]" + ], + "correct": 4, + "correct_coords": "[2, 1]", + "prob_ind": 16 + }, + { + "prompt": "[7]   [3]   [7 3]
    [0]   [9]   [0 9]
    [  ]   [9 3]   [9 3 7 0]", + "options": [ + "[7 9 3]", + "[7 0]", + "[3]", + "[9 0 3 7]", + "[9]", + "[9 7]", + "[3 0]", + "[7]" + ], + "correct": 1, + "correct_coords": "[2, 0]", + "prob_ind": 17 + }, + { + "prompt": "[1]   [3]   [3 1]
    [  ]   [5]   [9 5]
    [1 9]   [5 3]   [1 9 3 5]", + "options": [ + "[9 3]", + "[5 1]", + "[3 5]", + "[9 3 5]", + "[1 9 5]", + "[1 5 3]", + "[9]", + "[1]" + ], + "correct": 6, + "correct_coords": "[1, 0]", + "prob_ind": 18 + }, + { + "prompt": "[7]   [  ]   [7 0]
    [6]   [3]   [3 6]
    [6 7]   [0 3]   [3 0 6 7]", + "options": [ + "[7 6 3 0]", + "[6 7]", + "[6 0]", + "[3 7 0]", + "[0]", + "[3 7]", + "[6 3]", + "[0 3]" + ], + "correct": 4, + "correct_coords": "[0, 1]", + "prob_ind": 19 + }, + { + "prompt": "[6]   [0]   [0 6]
    [  ]   [2]   [2 4]
    [6 4]   [0 2]   [0 6 4 2]", + "options": [ + "[4]", + "[4 6]", + "[2 0 4 6]", + "[2 0]", + "[  ]", + "[0]", + "[6]", + "[0 6]" + ], + "correct": 0, + "correct_coords": "[1, 0]", + "prob_ind": 20 + }, + { + "prompt": "[7]   [3]   [3 7]
    [2]   [5]   [2 5]
    [7 2]   [5 3]   [     ]", + "options": [ + "[7 5 3]", + "[7]", + "[  ]", + "[5 7 2 3]", + "[7 5]", + "[5 3]", + "[7 2 3]", + "[7 3]" + ], + "correct": 3, + "correct_coords": "[2, 2]", + "prob_ind": 21 + }, + { + "prompt": "[0]   [  ]   [0 2]
    [9]   [8]   [8 9]
    [0 9]   [2 8]   [2 0 8 9]", + "options": [ + "[2]", + "[9]", + "[8 2 9]", + "[8]", + "[8 0]", + "[9 2]", + "[8 0 2]", + "[0]" + ], + "correct": 0, + "correct_coords": "[0, 1]", + "prob_ind": 22 + }, + { + "prompt": "[1]   [7]   [     ]
    [6]   [3]   [3 6]
    [6 1]   [7 3]   [3 6 7 1]", + "options": [ + "[3 7]", + "[1 3]", + "[6 1 3]", + "[6]", + "[3]", + "[7 1]", + "[6 7 1]", + "[1 7 3 6]" + ], + "correct": 5, + "correct_coords": "[0, 2]", + "prob_ind": 23 + }, + { + "prompt": "[  ]   [8]   [8 9]
    [4]   [2]   [4 2]
    [4 9]   [8 2]   [9 8 4 2]", + "options": [ + "[8 2 9 4]", + "[9 8]", + "[9]", + "[8]", + "[8 2 9]", + "[2 8]", + "[8 2 4]", + "[4 2 9]" + ], + "correct": 2, + "correct_coords": "[0, 0]", + "prob_ind": 24 + }, + { + "prompt": "[6]   [0]   [0 6]
    [4]   [5]   [5 4]
    [  ]   [5 0]   [6 5 0 4]", + "options": [ + "[4 0 5]", + "[4 6 5]", + "[0 6]", + "[6 4]", + "[5]", + "[0]", + "[6 0 5]", + "[4]" + ], + "correct": 3, + "correct_coords": "[2, 0]", + "prob_ind": 25 + }, + { + "prompt": "[1]   [  ]   [1 7]
    [4]   [0]   [4 0]
    [1 4]   [7 0]   [0 4 7 1]", + "options": [ + "[4 1 0]", + "[0 7]", + "[7]", + "[4]", + "[1 4]", + "[1]", + "[0]", + "[7 1 4]" + ], + "correct": 2, + "correct_coords": "[0, 1]", + "prob_ind": 26 + }, + { + "prompt": "[3]   [9]   [3 9]
    [  ]   [7]   [1 7]
    [1 3]   [7 9]   [7 3 9 1]", + "options": [ + "[9 7]", + "[7 3 9 1]", + "[9 7 3]", + "[3]", + "[7 9 1]", + "[9]", + "[1]", + "[7 1]" + ], + "correct": 6, + "correct_coords": "[1, 0]", + "prob_ind": 27 + }, + { + "prompt": "[  ]   [8]   [1 8]
    [4]   [3]   [3 4]
    [1 4]   [8 3]   [8 1 4 3]", + "options": [ + "[1]", + "[1 4 3]", + "[8 3 1 4]", + "[4]", + "[8 1]", + "[1 3]", + "[1 3 8]", + "[8 4 3]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 28 + }, + { + "prompt": "[2]   [1]   [2 1]
    [  ]   [6]   [9 6]
    [9 2]   [6 1]   [6 2 9 1]", + "options": [ + "[2 9]", + "[6 9]", + "[6]", + "[1]", + "[1 2]", + "[6 9 2 1]", + "[1 6]", + "[9]" + ], + "correct": 7, + "correct_coords": "[1, 0]", + "prob_ind": 29 + }, + { + "prompt": "[5]   [4]   [4 5]
    [6]   [9]   [     ]
    [5 6]   [4 9]   [9 6 5 4]", + "options": [ + "[5 6 9]", + "[5 9 4]", + "[6]", + "[6 4]", + "[  ]", + "[4]", + "[9 6]", + "[9 5]" + ], + "correct": 6, + "correct_coords": "[1, 2]", + "prob_ind": 30 + }, + { + "prompt": "[  ]   [3]   [3 1]
    [0]   [8]   [0 8]
    [0 1]   [3 8]   [8 1 3 0]", + "options": [ + "[3]", + "[8 0]", + "[1 0]", + "[8 1]", + "[1]", + "[8]", + "[3 1 8]", + "[8 3]" + ], + "correct": 4, + "correct_coords": "[0, 0]", + "prob_ind": 31 + }, + { + "prompt": "[1]   [2]   [     ]
    [0]   [6]   [0 6]
    [1 0]   [2 6]   [0 2 1 6]", + "options": [ + "[2 0 6 1]", + "[2 1]", + "[2 6]", + "[0 6]", + "[  ]", + "[6]", + "[0 2]", + "[2 0 6]" + ], + "correct": 1, + "correct_coords": "[0, 2]", + "prob_ind": 32 + }, + { + "prompt": "[7]   [2]   [     ]
    [0]   [8]   [0 8]
    [7 0]   [8 2]   [7 2 0 8]", + "options": [ + "[2 7]", + "[2 0]", + "[0 8]", + "[2 7 8]", + "[8 2]", + "[7 0]", + "[2 7 0]", + "[0 2 8]" + ], + "correct": 0, + "correct_coords": "[0, 2]", + "prob_ind": 33 + }, + { + "prompt": "[6]   [8]   [8 6]
    [  ]   [3]   [2 3]
    [2 6]   [8 3]   [8 2 3 6]", + "options": [ + "[3 2]", + "[3 6]", + "[3 8]", + "[2 6]", + "[2 3 6]", + "[2]", + "[  ]", + "[8 2 3]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 34 + }, + { + "prompt": "[4]   [5]   [4 5]
    [7]   [1]   [1 7]
    [4 7]   [  ]   [4 1 5 7]", + "options": [ + "[4 5 1]", + "[5 7 1]", + "[1 5]", + "[1]", + "[7]", + "[7 1]", + "[7 1 4]", + "[7 5]" + ], + "correct": 2, + "correct_coords": "[2, 1]", + "prob_ind": 35 + }, + { + "prompt": "[9]   [6]   [9 6]
    [3]   [  ]   [4 3]
    [9 3]   [4 6]   [6 4 9 3]", + "options": [ + "[9 4 3]", + "[9]", + "[4]", + "[4 3]", + "[6 4 9]", + "[  ]", + "[6]", + "[6 4]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 36 + }, + { + "prompt": "[6]   [5]   [6 5]
    [0]   [2]   [0 2]
    [0 6]   [2 5]   [     ]", + "options": [ + "[6 0 2]", + "[5 6 0]", + "[0 2]", + "[2]", + "[5]", + "[6 0]", + "[2 6]", + "[5 0 2 6]" + ], + "correct": 7, + "correct_coords": "[2, 2]", + "prob_ind": 37 + }, + { + "prompt": "[0]   [9]   [9 0]
    [8]   [6]   [     ]
    [0 8]   [9 6]   [0 8 9 6]", + "options": [ + "[8 0 6]", + "[0 6]", + "[  ]", + "[8 6 9]", + "[0 8 9]", + "[8 6]", + "[0]", + "[9 0]" + ], + "correct": 5, + "correct_coords": "[1, 2]", + "prob_ind": 38 + }, + { + "prompt": "[4]   [8]   [8 4]
    [  ]   [0]   [6 0]
    [4 6]   [8 0]   [8 0 4 6]", + "options": [ + "[8]", + "[6 4 8]", + "[8 4]", + "[4]", + "[4 0 8]", + "[8 6]", + "[0 8]", + "[6]" + ], + "correct": 7, + "correct_coords": "[1, 0]", + "prob_ind": 39 + }, + { + "prompt": "[1]   [6]   [6 1]
    [0]   [9]   [0 9]
    [  ]   [9 6]   [0 9 6 1]", + "options": [ + "[1 0 6]", + "[0]", + "[9 6 1]", + "[6 9]", + "[9 1 6 0]", + "[1 0]", + "[0 9]", + "[6]" + ], + "correct": 5, + "correct_coords": "[2, 0]", + "prob_ind": 40 + }, + { + "prompt": "[  ]   [4]   [4 1]
    [0]   [9]   [0 9]
    [0 1]   [4 9]   [0 1 9 4]", + "options": [ + "[4]", + "[9 4]", + "[9 1]", + "[1 4 0]", + "[4 0]", + "[1 4]", + "[1]", + "[1 4 9 0]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 41 + }, + { + "prompt": "[  ]   [4]   [2 4]
    [3]   [0]   [0 3]
    [3 2]   [0 4]   [4 0 3 2]", + "options": [ + "[0 4 2]", + "[2]", + "[3 4 2]", + "[3 2 4 0]", + "[0]", + "[3]", + "[2 4]", + "[4 0]" + ], + "correct": 1, + "correct_coords": "[0, 0]", + "prob_ind": 42 + }, + { + "prompt": "[4]   [9]   [4 9]
    [7]   [3]   [     ]
    [4 7]   [9 3]   [4 7 9 3]", + "options": [ + "[3 7]", + "[3 7 9]", + "[3 4 7 9]", + "[4]", + "[9 4]", + "[7 4]", + "[3 4]", + "[  ]" + ], + "correct": 0, + "correct_coords": "[1, 2]", + "prob_ind": 43 + }, + { + "prompt": "[5]   [3]   [5 3]
    [0]   [4]   [0 4]
    [  ]   [3 4]   [0 4 3 5]", + "options": [ + "[5 0]", + "[5 3]", + "[4]", + "[5]", + "[  ]", + "[4 5]", + "[0]", + "[0 5 4]" + ], + "correct": 0, + "correct_coords": "[2, 0]", + "prob_ind": 44 + }, + { + "prompt": "[5]   [2]   [2 5]
    [4]   [0]   [0 4]
    [4 5]   [0 2]   [     ]", + "options": [ + "[4]", + "[2 4]", + "[0 4]", + "[0 5]", + "[5]", + "[5 4 0]", + "[0 5 2 4]", + "[0 2]" + ], + "correct": 6, + "correct_coords": "[2, 2]", + "prob_ind": 45 + }, + { + "prompt": "[8]   [3]   [8 3]
    [1]   [9]   [1 9]
    [  ]   [3 9]   [9 3 8 1]", + "options": [ + "[8 3]", + "[9 1]", + "[9 3]", + "[3 9 1]", + "[9 8]", + "[1 8]", + "[1 3]", + "[9 8 1]" + ], + "correct": 5, + "correct_coords": "[2, 0]", + "prob_ind": 46 + }, + { + "prompt": "[6]   [5]   [6 5]
    [9]   [1]   [     ]
    [9 6]   [5 1]   [6 9 1 5]", + "options": [ + "[1 9]", + "[  ]", + "[6 9 1]", + "[9]", + "[6 9]", + "[9 5]", + "[6 1]", + "[6 5]" + ], + "correct": 0, + "correct_coords": "[1, 2]", + "prob_ind": 47 + }, + { + "prompt": "[8]   [0]   [0 8]
    [1]   [5]   [     ]
    [8 1]   [0 5]   [1 8 0 5]", + "options": [ + "[8]", + "[8 0 5 1]", + "[1]", + "[5 8]", + "[0]", + "[8 1]", + "[5 1]", + "[1 0]" + ], + "correct": 6, + "correct_coords": "[1, 2]", + "prob_ind": 48 + }, + { + "prompt": "[7]   [6]   [6 7]
    [  ]   [2]   [8 2]
    [7 8]   [2 6]   [7 8 2 6]", + "options": [ + "[8 7 6]", + "[7]", + "[6]", + "[  ]", + "[8]", + "[8 2 6]", + "[8 7 2 6]", + "[2]" + ], + "correct": 4, + "correct_coords": "[1, 0]", + "prob_ind": 49 + } + ], + "c2_set_union_permuted": [ + { + "prompt": "[5]   [2 5]   [2]
    [5 9]   [0 9 2 5]   [     ]
    [9]   [0 9]   [0]", + "options": [ + "[9 5 0]", + "[5 2]", + "[  ]", + "[0 9]", + "[5 0 2 9]", + "[0 2]", + "[0 5 2]", + "[2 9]" + ], + "correct": 5, + "correct_coords": "[1, 2]", + "prob_ind": 0 + }, + { + "prompt": "[8]   [9 8]   [9]
    [8 2]   [2 8 9 1]   [9 1]
    [     ]   [2 1]   [1]", + "options": [ + "[8 2 9]", + "[8 1]", + "[1 2 9]", + "[9]", + "[  ]", + "[2 1 8 9]", + "[2]", + "[8]" + ], + "correct": 6, + "correct_coords": "[2, 0]", + "prob_ind": 1 + }, + { + "prompt": "[6]   [6 3]   [3]
    [6 7]   [7 3 6 1]   [3 1]
    [7]   [           ]   [1]", + "options": [ + "[6 7 1]", + "[7 6]", + "[1 3 7]", + "[  ]", + "[7 1]", + "[7 6 3]", + "[7 3 1 6]", + "[7 3]" + ], + "correct": 4, + "correct_coords": "[2, 1]", + "prob_ind": 2 + }, + { + "prompt": "[     ]   [4 5]   [4]
    [3 5]   [4 5 3 0]   [4 0]
    [3]   [0 3]   [0]", + "options": [ + "[4]", + "[  ]", + "[3 0]", + "[5 0 3]", + "[3 5]", + "[5]", + "[4 3 0]", + "[4 5]" + ], + "correct": 5, + "correct_coords": "[0, 0]", + "prob_ind": 3 + }, + { + "prompt": "[0]   [0 9]   [9]
    [0 2]   [6 0 9 2]   [9 6]
    [2]   [           ]   [6]", + "options": [ + "[6 2 9]", + "[6]", + "[2]", + "[9 6]", + "[9 2]", + "[2 9 0]", + "[9]", + "[6 2]" + ], + "correct": 7, + "correct_coords": "[2, 1]", + "prob_ind": 4 + }, + { + "prompt": "[1]   [1 9]   [9]
    [1 3]   [           ]   [9 6]
    [3]   [6 3]   [6]", + "options": [ + "[6 9]", + "[1 9]", + "[1 6]", + "[  ]", + "[3 1 9 6]", + "[3]", + "[3 6 1]", + "[9]" + ], + "correct": 4, + "correct_coords": "[1, 1]", + "prob_ind": 5 + }, + { + "prompt": "[2]   [1 2]   [1]
    [3 2]   [           ]   [1 9]
    [3]   [9 3]   [9]", + "options": [ + "[3]", + "[1 9]", + "[2 1 3]", + "[1 2]", + "[3 2 1 9]", + "[2 3 9]", + "[9 3]", + "[1]" + ], + "correct": 4, + "correct_coords": "[1, 1]", + "prob_ind": 6 + }, + { + "prompt": "[5]   [5 6]   [6]
    [5 3]   [5 6 3 8]   [6 8]
    [3]   [           ]   [8]", + "options": [ + "[8 6]", + "[3 8]", + "[6]", + "[8 5]", + "[6 3 8 5]", + "[6 8 3]", + "[3 5]", + "[5 6]" + ], + "correct": 1, + "correct_coords": "[2, 1]", + "prob_ind": 7 + }, + { + "prompt": "[8]   [1 8]   [     ]
    [9 8]   [1 9 0 8]   [1 0]
    [9]   [9 0]   [0]", + "options": [ + "[9 8 0 1]", + "[9 1 8]", + "[1 8]", + "[9 8 0]", + "[0 1 8]", + "[0 9]", + "[0 8]", + "[1]" + ], + "correct": 7, + "correct_coords": "[0, 2]", + "prob_ind": 8 + }, + { + "prompt": "[1]   [1 7]   [7]
    [3 1]   [7 1 3 0]   [0 7]
    [3]   [           ]   [0]", + "options": [ + "[7 3]", + "[3]", + "[7]", + "[0]", + "[0 7]", + "[  ]", + "[0 1 7]", + "[3 0]" + ], + "correct": 7, + "correct_coords": "[2, 1]", + "prob_ind": 9 + }, + { + "prompt": "[8]   [8 5]   [5]
    [     ]   [9 5 4 8]   [5 4]
    [9]   [4 9]   [4]", + "options": [ + "[8]", + "[  ]", + "[9 5]", + "[8 5]", + "[8 4]", + "[8 9]", + "[5 4 9]", + "[4]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 10 + }, + { + "prompt": "[7]   [7 5]   [5]
    [7 4]   [5 7 4 6]   [6 5]
    [4]   [           ]   [6]", + "options": [ + "[5 6]", + "[7 4]", + "[7]", + "[5]", + "[4 6]", + "[4]", + "[5 4]", + "[5 7 4 6]" + ], + "correct": 4, + "correct_coords": "[2, 1]", + "prob_ind": 11 + }, + { + "prompt": "[2]   [8 2]   [8]
    [2 9]   [8 5 2 9]   [8 5]
    [9]   [           ]   [5]", + "options": [ + "[8 2]", + "[5 9]", + "[2]", + "[2 5]", + "[8 5 2]", + "[9 8]", + "[9 2 8]", + "[5 8]" + ], + "correct": 1, + "correct_coords": "[2, 1]", + "prob_ind": 12 + }, + { + "prompt": "[8]   [9 8]   [9]
    [     ]   [7 9 3 8]   [7 9]
    [3]   [7 3]   [7]", + "options": [ + "[7]", + "[9]", + "[3 7]", + "[7 9]", + "[  ]", + "[3]", + "[8 3]", + "[9 7 3]" + ], + "correct": 6, + "correct_coords": "[1, 0]", + "prob_ind": 13 + }, + { + "prompt": "[6]   [2 6]   [2]
    [     ]   [6 0 2 8]   [2 0]
    [8]   [8 0]   [0]", + "options": [ + "[2 0 6 8]", + "[0]", + "[2]", + "[2 8]", + "[8]", + "[6 8]", + "[8 0]", + "[6]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 14 + }, + { + "prompt": "[2]   [2 0]   [0]
    [2 4]   [0 2 4 5]   [5 0]
    [     ]   [4 5]   [5]", + "options": [ + "[2]", + "[2 5 4]", + "[4 0 2]", + "[4]", + "[0 5 2]", + "[  ]", + "[5 2]", + "[5]" + ], + "correct": 3, + "correct_coords": "[2, 0]", + "prob_ind": 15 + }, + { + "prompt": "[1]   [1 9]   [9]
    [3 1]   [1 3 9 8]   [9 8]
    [3]   [3 8]   [     ]", + "options": [ + "[3]", + "[1 8 3]", + "[  ]", + "[8]", + "[8 1 9]", + "[1]", + "[9]", + "[1 8]" + ], + "correct": 3, + "correct_coords": "[2, 2]", + "prob_ind": 16 + }, + { + "prompt": "[3]   [3 8]   [     ]
    [3 0]   [9 0 8 3]   [8 9]
    [0]   [0 9]   [9]", + "options": [ + "[3 0]", + "[  ]", + "[9]", + "[8 3]", + "[8]", + "[8 9 3]", + "[0]", + "[3]" + ], + "correct": 4, + "correct_coords": "[0, 2]", + "prob_ind": 17 + }, + { + "prompt": "[5]   [0 5]   [     ]
    [7 5]   [3 0 5 7]   [3 0]
    [7]   [3 7]   [3]", + "options": [ + "[5 7 3]", + "[5 0]", + "[0 7]", + "[7 0 5]", + "[3 5 0]", + "[7]", + "[0]", + "[7 3]" + ], + "correct": 6, + "correct_coords": "[0, 2]", + "prob_ind": 18 + }, + { + "prompt": "[1]   [2 1]   [     ]
    [1 4]   [1 4 2 8]   [2 8]
    [4]   [4 8]   [8]", + "options": [ + "[4]", + "[8 4]", + "[4 8 2]", + "[1 8]", + "[8 2]", + "[8]", + "[8 1 4 2]", + "[2]" + ], + "correct": 7, + "correct_coords": "[0, 2]", + "prob_ind": 19 + }, + { + "prompt": "[3]   [4 3]   [4]
    [3 2]   [3 4 1 2]   [1 4]
    [2]   [1 2]   [     ]", + "options": [ + "[3 2]", + "[2]", + "[3 4]", + "[3 1]", + "[1 3 2]", + "[1]", + "[1 4]", + "[  ]" + ], + "correct": 5, + "correct_coords": "[2, 2]", + "prob_ind": 20 + }, + { + "prompt": "[7]   [4 7]   [4]
    [7 9]   [9 4 3 7]   [4 3]
    [9]   [3 9]   [     ]", + "options": [ + "[7 9]", + "[4]", + "[4 3]", + "[4 3 9]", + "[4 9]", + "[7 4 3]", + "[  ]", + "[3]" + ], + "correct": 7, + "correct_coords": "[2, 2]", + "prob_ind": 21 + }, + { + "prompt": "[     ]   [4 2]   [4]
    [5 2]   [4 5 6 2]   [4 6]
    [5]   [6 5]   [6]", + "options": [ + "[4 6 2]", + "[5 4 6 2]", + "[  ]", + "[5 2 4]", + "[5 6]", + "[6 4 5]", + "[2]", + "[6]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 22 + }, + { + "prompt": "[3]   [4 3]   [4]
    [2 3]   [           ]   [8 4]
    [2]   [8 2]   [8]", + "options": [ + "[2 3 4 8]", + "[3]", + "[2 8 4]", + "[4]", + "[2 8]", + "[3 8]", + "[8 4]", + "[2 3]" + ], + "correct": 0, + "correct_coords": "[1, 1]", + "prob_ind": 23 + }, + { + "prompt": "[1]   [2 1]   [2]
    [5 1]   [2 5 1 9]   [9 2]
    [     ]   [9 5]   [9]", + "options": [ + "[5 2 9]", + "[2]", + "[9 1 5 2]", + "[1 2]", + "[5]", + "[1]", + "[1 5 2]", + "[  ]" + ], + "correct": 4, + "correct_coords": "[2, 0]", + "prob_ind": 24 + }, + { + "prompt": "[6]   [4 6]   [4]
    [6 1]   [           ]   [4 7]
    [1]   [7 1]   [7]", + "options": [ + "[  ]", + "[4 7 6]", + "[1 4]", + "[6 4]", + "[7 6]", + "[7 1]", + "[1 4 7 6]", + "[6 1 4]" + ], + "correct": 6, + "correct_coords": "[1, 1]", + "prob_ind": 25 + }, + { + "prompt": "[7]   [0 7]   [0]
    [     ]   [6 1 7 0]   [0 6]
    [1]   [6 1]   [6]", + "options": [ + "[1]", + "[1 0]", + "[6]", + "[1 7]", + "[0]", + "[6 7 1]", + "[1 7 0]", + "[  ]" + ], + "correct": 3, + "correct_coords": "[1, 0]", + "prob_ind": 26 + }, + { + "prompt": "[0]   [2 0]   [2]
    [     ]   [0 7 2 4]   [7 2]
    [4]   [7 4]   [7]", + "options": [ + "[0 7 4]", + "[4 7]", + "[0 4 2]", + "[4]", + "[4 0]", + "[4 0 7 2]", + "[7]", + "[7 2 4]" + ], + "correct": 4, + "correct_coords": "[1, 0]", + "prob_ind": 27 + }, + { + "prompt": "[2]   [6 2]   [     ]
    [4 2]   [6 9 2 4]   [6 9]
    [4]   [4 9]   [9]", + "options": [ + "[2]", + "[2 4 6]", + "[  ]", + "[6 4]", + "[6 4 9]", + "[6 9 2]", + "[6]", + "[6 4 2 9]" + ], + "correct": 6, + "correct_coords": "[0, 2]", + "prob_ind": 28 + }, + { + "prompt": "[0]   [3 0]   [3]
    [1 0]   [4 3 0 1]   [3 4]
    [1]   [1 4]   [     ]", + "options": [ + "[1 3]", + "[3 1 0]", + "[1 0]", + "[1 4 3]", + "[4 3]", + "[0 4 1]", + "[4]", + "[3 0]" + ], + "correct": 6, + "correct_coords": "[2, 2]", + "prob_ind": 29 + }, + { + "prompt": "[2]   [3 2]   [     ]
    [9 2]   [9 5 2 3]   [3 5]
    [9]   [5 9]   [5]", + "options": [ + "[9]", + "[3 5]", + "[3 5 2]", + "[5 9]", + "[3 5 9]", + "[9 2 3 5]", + "[2 9 3]", + "[3]" + ], + "correct": 7, + "correct_coords": "[0, 2]", + "prob_ind": 30 + }, + { + "prompt": "[7]   [8 7]   [8]
    [0 7]   [0 8 7 3]   [8 3]
    [0]   [           ]   [3]", + "options": [ + "[3 8]", + "[3]", + "[3 7 0]", + "[8]", + "[3 0]", + "[7 0]", + "[  ]", + "[7 8]" + ], + "correct": 4, + "correct_coords": "[2, 1]", + "prob_ind": 31 + }, + { + "prompt": "[2]   [3 2]   [3]
    [2 9]   [7 3 9 2]   [3 7]
    [9]   [           ]   [7]", + "options": [ + "[3]", + "[7 9]", + "[2 3 9 7]", + "[2 9]", + "[2 9 7]", + "[3 7]", + "[7]", + "[2 3]" + ], + "correct": 1, + "correct_coords": "[2, 1]", + "prob_ind": 32 + }, + { + "prompt": "[8]   [8 0]   [0]
    [8 3]   [3 0 1 8]   [     ]
    [3]   [1 3]   [1]", + "options": [ + "[1]", + "[1 3 0]", + "[0 1]", + "[1 8]", + "[8]", + "[3 1]", + "[3 8]", + "[3]" + ], + "correct": 2, + "correct_coords": "[1, 2]", + "prob_ind": 33 + }, + { + "prompt": "[5]   [5 0]   [0]
    [3 5]   [5 8 3 0]   [0 8]
    [3]   [8 3]   [     ]", + "options": [ + "[3]", + "[3 0]", + "[8 3 0 5]", + "[5 3]", + "[  ]", + "[8]", + "[8 5 0]", + "[0 8]" + ], + "correct": 5, + "correct_coords": "[2, 2]", + "prob_ind": 34 + }, + { + "prompt": "[9]   [1 9]   [1]
    [9 4]   [9 4 2 1]   [2 1]
    [4]   [           ]   [2]", + "options": [ + "[1 4]", + "[4 9 1]", + "[9]", + "[2 1]", + "[2]", + "[9 4]", + "[2 4]", + "[1]" + ], + "correct": 6, + "correct_coords": "[2, 1]", + "prob_ind": 35 + }, + { + "prompt": "[5]   [3 5]   [3]
    [5 9]   [3 5 8 9]   [     ]
    [9]   [8 9]   [8]", + "options": [ + "[8 9]", + "[9 8 3 5]", + "[3 8]", + "[9 8 3]", + "[3 9 5]", + "[9 3]", + "[  ]", + "[9 8 5]" + ], + "correct": 2, + "correct_coords": "[1, 2]", + "prob_ind": 36 + }, + { + "prompt": "[3]   [9 3]   [9]
    [2 3]   [2 3 8 9]   [8 9]
    [2]   [           ]   [8]", + "options": [ + "[9]", + "[2 9 8]", + "[8 3 9]", + "[2 8]", + "[8 9]", + "[  ]", + "[2 3]", + "[3 8 2 9]" + ], + "correct": 3, + "correct_coords": "[2, 1]", + "prob_ind": 37 + }, + { + "prompt": "[1]   [1 4]   [4]
    [     ]   [3 1 4 6]   [3 4]
    [6]   [6 3]   [3]", + "options": [ + "[1 3 4]", + "[6 1]", + "[  ]", + "[1]", + "[1 6 4 3]", + "[6]", + "[3 4]", + "[3 6]" + ], + "correct": 1, + "correct_coords": "[1, 0]", + "prob_ind": 38 + }, + { + "prompt": "[5]   [3 5]   [3]
    [5 2]   [2 3 5 4]   [     ]
    [2]   [4 2]   [4]", + "options": [ + "[5]", + "[4 2]", + "[  ]", + "[5 3]", + "[4 3]", + "[4]", + "[4 5]", + "[3 4 2]" + ], + "correct": 4, + "correct_coords": "[1, 2]", + "prob_ind": 39 + }, + { + "prompt": "[1]   [1 5]   [5]
    [1 2]   [2 1 0 5]   [     ]
    [2]   [2 0]   [0]", + "options": [ + "[1]", + "[5]", + "[5 2]", + "[5 0]", + "[2]", + "[5 1 0]", + "[5 1 2 0]", + "[0 2]" + ], + "correct": 3, + "correct_coords": "[1, 2]", + "prob_ind": 40 + }, + { + "prompt": "[     ]   [6 4]   [4]
    [6 3]   [4 6 3 5]   [5 4]
    [3]   [5 3]   [5]", + "options": [ + "[  ]", + "[3]", + "[6]", + "[6 5 4]", + "[3 4]", + "[3 5]", + "[6 5 3 4]", + "[5 3 4]" + ], + "correct": 2, + "correct_coords": "[0, 0]", + "prob_ind": 41 + }, + { + "prompt": "[8]   [6 8]   [6]
    [1 8]   [7 6 8 1]   [6 7]
    [     ]   [7 1]   [7]", + "options": [ + "[8 7]", + "[1 7]", + "[7 8 1]", + "[  ]", + "[1]", + "[8 6]", + "[6]", + "[6 7]" + ], + "correct": 4, + "correct_coords": "[2, 0]", + "prob_ind": 42 + }, + { + "prompt": "[9]   [0 9]   [0]
    [9 7]   [           ]   [1 0]
    [7]   [1 7]   [1]", + "options": [ + "[7 1]", + "[1 9]", + "[0]", + "[7 9 1]", + "[9 7]", + "[7]", + "[9]", + "[0 1 7 9]" + ], + "correct": 7, + "correct_coords": "[1, 1]", + "prob_ind": 43 + }, + { + "prompt": "[2]   [4 2]   [4]
    [2 1]   [4 2 1 0]   [     ]
    [1]   [1 0]   [0]", + "options": [ + "[1 4 2]", + "[0]", + "[4 0]", + "[4 2 1 0]", + "[1]", + "[1 4]", + "[0 2 1]", + "[2 1]" + ], + "correct": 2, + "correct_coords": "[1, 2]", + "prob_ind": 44 + }, + { + "prompt": "[1]   [1 2]   [2]
    [1 4]   [2 1 4 7]   [7 2]
    [     ]   [7 4]   [7]", + "options": [ + "[1 2 7]", + "[4]", + "[7 4]", + "[2 4]", + "[7 1 4]", + "[7]", + "[4 1]", + "[2 1 4 7]" + ], + "correct": 1, + "correct_coords": "[2, 0]", + "prob_ind": 45 + }, + { + "prompt": "[9]   [6 9]   [6]
    [1 9]   [0 6 9 1]   [     ]
    [1]   [0 1]   [0]", + "options": [ + "[1]", + "[0 6 1]", + "[6 0]", + "[1 9 0]", + "[6 9 0 1]", + "[  ]", + "[6 9]", + "[6 1]" + ], + "correct": 2, + "correct_coords": "[1, 2]", + "prob_ind": 46 + }, + { + "prompt": "[8]   [           ]   [3]
    [5 8]   [8 3 4 5]   [3 4]
    [5]   [4 5]   [4]", + "options": [ + "[5]", + "[3 8]", + "[  ]", + "[3]", + "[4]", + "[5 4]", + "[3 4]", + "[5 8]" + ], + "correct": 1, + "correct_coords": "[0, 1]", + "prob_ind": 47 + }, + { + "prompt": "[6]   [9 6]   [9]
    [1 6]   [           ]   [8 9]
    [1]   [8 1]   [8]", + "options": [ + "[  ]", + "[9 1]", + "[1 6 9 8]", + "[8 9]", + "[1 8]", + "[9 6]", + "[6 9 8]", + "[1]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 48 + }, + { + "prompt": "[3]   [3 1]   [1]
    [7 3]   [1 7 3 5]   [5 1]
    [     ]   [7 5]   [5]", + "options": [ + "[3]", + "[1]", + "[1 7]", + "[7 3 5]", + "[7]", + "[7 3]", + "[5]", + "[3 1]" + ], + "correct": 4, + "correct_coords": "[2, 0]", + "prob_ind": 49 + } + ], + "c1_set_union_permuted": [ + { + "prompt": "[3 2 4 6]   [4 2]   [6 3]
    [3 2 ]   [     ]   [3 ]
    [4 6]   [4 ]   [6 ]", + "options": [ + "[3 6 2]", + "[6 3]", + "[6 4]", + "[4 2]", + "[4 3]", + "[2]", + "[6]", + "[  ]" + ], + "correct": 5, + "correct_coords": "[1, 1]", + "prob_ind": 0 + }, + { + "prompt": "[6 0 2 9]   [0 2]   [     ]
    [9 0]   [0]   [9 ]
    [2 6 ]   [2 ]   [6]", + "options": [ + "[6]", + "[9 6 0]", + "[0]", + "[2 0]", + "[6 0]", + "[  ]", + "[6 2 0]", + "[9 6]" + ], + "correct": 7, + "correct_coords": "[0, 2]", + "prob_ind": 1 + }, + { + "prompt": "[6 4 9 5]   [6 9]   [5 4]
    [6 4]   [6]   [     ]
    [5 9]   [9]   [5 ]", + "options": [ + "[4]", + "[6]", + "[5]", + "[4 6 5 9]", + "[5 9]", + "[4 9]", + "[5 6]", + "[6 5 9]" + ], + "correct": 0, + "correct_coords": "[1, 2]", + "prob_ind": 2 + }, + { + "prompt": "[8 3 7 1]   [8 7]   [1 3]
    [7 1]   [7 ]   [1]
    [3 8]   [8]   [     ]", + "options": [ + "[7 1]", + "[3]", + "[7 1 3]", + "[3 8 7]", + "[8 1 3]", + "[8 7]", + "[8 3]", + "[8]" + ], + "correct": 1, + "correct_coords": "[2, 2]", + "prob_ind": 3 + }, + { + "prompt": "[4 3 5 9]   [4 5]   [     ]
    [3 4]   [4 ]   [3]
    [9 5]   [5 ]   [9]", + "options": [ + "[4 3]", + "[3]", + "[9 3]", + "[4]", + "[9 4]", + "[4 9 3]", + "[9]", + "[5 9 4]" + ], + "correct": 2, + "correct_coords": "[0, 2]", + "prob_ind": 4 + }, + { + "prompt": "[6 8 3 4]   [4 6]   [3 8]
    [6 8]   [6 ]   [     ]
    [3 4 ]   [4 ]   [3 ]", + "options": [ + "[  ]", + "[4 3]", + "[6 8]", + "[3 8 4]", + "[4 6 8]", + "[8]", + "[8 4 3 6]", + "[3]" + ], + "correct": 5, + "correct_coords": "[1, 2]", + "prob_ind": 5 + }, + { + "prompt": "[7 8 9 5]   [9 5]   [8 7]
    [9 8]   [     ]   [8 ]
    [5 7 ]   [5 ]   [7 ]", + "options": [ + "[5]", + "[5 7]", + "[5 9]", + "[9 7]", + "[9 8]", + "[9]", + "[8]", + "[5 8]" + ], + "correct": 5, + "correct_coords": "[1, 1]", + "prob_ind": 6 + }, + { + "prompt": "[2 9 6 5]   [6 2]   [5 9]
    [9 6 ]   [6]   [9 ]
    [           ]   [2 ]   [5]", + "options": [ + "[5 6 9 2]", + "[6]", + "[6 9 2]", + "[5]", + "[5 9]", + "[2 6]", + "[2 5]", + "[2]" + ], + "correct": 6, + "correct_coords": "[2, 0]", + "prob_ind": 7 + }, + { + "prompt": "[           ]   [5 8]   [4 2]
    [2 5 ]   [5]   [2 ]
    [4 8]   [8 ]   [4 ]", + "options": [ + "[5 4]", + "[4 8 5 2]", + "[  ]", + "[8 4]", + "[2 4]", + "[8 2]", + "[8 5 2]", + "[4 8 2]" + ], + "correct": 1, + "correct_coords": "[0, 0]", + "prob_ind": 8 + }, + { + "prompt": "[9 1 0 5]   [0 1]   [5 9]
    [0 5 ]   [0 ]   [5 ]
    [           ]   [1 ]   [9 ]", + "options": [ + "[0 5]", + "[1]", + "[9]", + "[1 9]", + "[1 9 5]", + "[0 5 9]", + "[5 9]", + "[5 1 0]" + ], + "correct": 3, + "correct_coords": "[2, 0]", + "prob_ind": 9 + }, + { + "prompt": "[4 9 6 3]   [4 9]   [3 6]
    [3 4 ]   [4]   [3 ]
    [9 6]   [9]   [     ]", + "options": [ + "[3]", + "[4 6 9]", + "[4 6]", + "[6]", + "[3 9 4]", + "[9 3 6]", + "[3 4]", + "[9 4]" + ], + "correct": 3, + "correct_coords": "[2, 2]", + "prob_ind": 10 + }, + { + "prompt": "[5 9 8 0]   [9 8]   [0 5]
    [           ]   [8]   [0]
    [9 5 ]   [9 ]   [5]", + "options": [ + "[5 8]", + "[9]", + "[5]", + "[5 0]", + "[8 5 0]", + "[  ]", + "[8 5 9]", + "[0 8]" + ], + "correct": 7, + "correct_coords": "[1, 0]", + "prob_ind": 11 + }, + { + "prompt": "[7 6 9 4]   [6 7]   [4 9]
    [9 6]   [6]   [9]
    [7 4 ]   [7 ]   [     ]", + "options": [ + "[6 9 7 4]", + "[9 4 6]", + "[4 6]", + "[7 9]", + "[7 4]", + "[9]", + "[4]", + "[6 7]" + ], + "correct": 6, + "correct_coords": "[2, 2]", + "prob_ind": 12 + }, + { + "prompt": "[6 3 2 8]   [6 8]   [3 2]
    [6 3 ]   [     ]   [3 ]
    [2 8 ]   [8 ]   [2 ]", + "options": [ + "[6]", + "[3 6]", + "[2 6]", + "[  ]", + "[2 6 8]", + "[8 6 2 3]", + "[2]", + "[2 8]" + ], + "correct": 0, + "correct_coords": "[1, 1]", + "prob_ind": 13 + }, + { + "prompt": "[4 5 6 8]   [8 6]   [     ]
    [4 6 ]   [6]   [4]
    [5 8]   [8]   [5 ]", + "options": [ + "[8 5 4]", + "[6 8]", + "[8 4]", + "[6 8 4]", + "[5 4]", + "[8]", + "[  ]", + "[5 8]" + ], + "correct": 4, + "correct_coords": "[0, 2]", + "prob_ind": 14 + }, + { + "prompt": "[           ]   [7 9]   [1 3]
    [1 7]   [7]   [1 ]
    [3 9 ]   [9 ]   [3]", + "options": [ + "[1 9]", + "[3]", + "[7]", + "[1 3]", + "[1]", + "[9 7]", + "[7 3 9 1]", + "[9]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 15 + }, + { + "prompt": "[2 8 5 7]   [7 2]   [     ]
    [2 8 ]   [2 ]   [8 ]
    [5 7 ]   [7]   [5 ]", + "options": [ + "[2 8]", + "[5 8]", + "[8]", + "[8 5 2]", + "[  ]", + "[5]", + "[5 7]", + "[5 7 2 8]" + ], + "correct": 1, + "correct_coords": "[0, 2]", + "prob_ind": 16 + }, + { + "prompt": "[3 8 0 5]   [0 3]   [8 5]
    [3 5 ]   [     ]   [5 ]
    [0 8]   [0]   [8 ]", + "options": [ + "[8 5]", + "[3 0 5 8]", + "[  ]", + "[0 5]", + "[3]", + "[5 3]", + "[0]", + "[5 0 8]" + ], + "correct": 4, + "correct_coords": "[1, 1]", + "prob_ind": 17 + }, + { + "prompt": "[           ]   [9 4]   [8 1]
    [1 4 ]   [4]   [1]
    [9 8]   [9 ]   [8 ]", + "options": [ + "[4 1 8 9]", + "[1]", + "[8 1 9]", + "[9]", + "[4 8]", + "[  ]", + "[8 4 1]", + "[8]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 18 + }, + { + "prompt": "[4 1 9 5]   [5 4]   [9 1]
    [4 9]   [4]   [9 ]
    [5 1 ]   [5]   [     ]", + "options": [ + "[5 1]", + "[5]", + "[4 1]", + "[4 9 1 5]", + "[9 4 5]", + "[1]", + "[4 1 5]", + "[9 1 5]" + ], + "correct": 5, + "correct_coords": "[2, 2]", + "prob_ind": 19 + }, + { + "prompt": "[7 9 2 8]   [7 2]   [9 8]
    [8 7]   [7]   [     ]
    [2 9]   [2]   [9]", + "options": [ + "[9 2]", + "[8]", + "[7 9]", + "[9 2 7]", + "[9 8]", + "[9]", + "[8 2 9]", + "[2 8]" + ], + "correct": 1, + "correct_coords": "[1, 2]", + "prob_ind": 20 + }, + { + "prompt": "[4 6 1 0]   [4 0]   [1 6]
    [4 6 ]   [4]   [6 ]
    [0 1]   [0 ]   [     ]", + "options": [ + "[0]", + "[1 6]", + "[1]", + "[0 4 6]", + "[4 1]", + "[6 4]", + "[0 1]", + "[6]" + ], + "correct": 2, + "correct_coords": "[2, 2]", + "prob_ind": 21 + }, + { + "prompt": "[3 0 7 1]   [3 1]   [7 0]
    [           ]   [1]   [7]
    [3 0]   [3]   [0]", + "options": [ + "[0 3]", + "[7]", + "[1 7 3 0]", + "[0]", + "[3 1 0]", + "[1 7]", + "[0 7]", + "[7 1 0]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 22 + }, + { + "prompt": "[6 9 4 1]   [     ]   [1 4]
    [6 4 ]   [6]   [4]
    [9 1]   [9]   [1]", + "options": [ + "[6 9]", + "[1 9]", + "[6]", + "[4 6]", + "[1 4 6]", + "[9]", + "[  ]", + "[1 4]" + ], + "correct": 0, + "correct_coords": "[0, 1]", + "prob_ind": 23 + }, + { + "prompt": "[0 2 5 1]   [1 5]   [0 2]
    [1 2]   [     ]   [2]
    [0 5 ]   [5]   [0]", + "options": [ + "[1 5 2]", + "[0 5]", + "[5 1]", + "[1]", + "[0]", + "[2 0]", + "[2]", + "[5 1 0]" + ], + "correct": 3, + "correct_coords": "[1, 1]", + "prob_ind": 24 + }, + { + "prompt": "[           ]   [6 4]   [8 2]
    [6 8]   [6 ]   [8]
    [4 2 ]   [4 ]   [2]", + "options": [ + "[8]", + "[6 4 2 8]", + "[6]", + "[  ]", + "[8 4 2]", + "[4 6]", + "[6 8]", + "[2]" + ], + "correct": 1, + "correct_coords": "[0, 0]", + "prob_ind": 25 + }, + { + "prompt": "[4 3 8 9]   [3 4]   [9 8]
    [9 3]   [3 ]   [9]
    [4 8]   [     ]   [8]", + "options": [ + "[4]", + "[9]", + "[3 8 4 9]", + "[3 9 8]", + "[3]", + "[3 4 8]", + "[8 9]", + "[8 4]" + ], + "correct": 0, + "correct_coords": "[2, 1]", + "prob_ind": 26 + }, + { + "prompt": "[           ]   [9 2]   [8 0]
    [9 8 ]   [9]   [8]
    [0 2 ]   [2 ]   [0]", + "options": [ + "[  ]", + "[0 2]", + "[8 9]", + "[0]", + "[0 8 9 2]", + "[9 0]", + "[8]", + "[2 8]" + ], + "correct": 4, + "correct_coords": "[0, 0]", + "prob_ind": 27 + }, + { + "prompt": "[3 7 0 2]   [2 7]   [0 3]
    [0 2]   [     ]   [0]
    [3 7 ]   [7 ]   [3]", + "options": [ + "[2]", + "[  ]", + "[2 0 7]", + "[0 7]", + "[0]", + "[3 2]", + "[0 3]", + "[3 7]" + ], + "correct": 0, + "correct_coords": "[1, 1]", + "prob_ind": 28 + }, + { + "prompt": "[7 3 2 4]   [     ]   [7 2]
    [2 4]   [4]   [2]
    [7 3]   [3]   [7 ]", + "options": [ + "[3]", + "[  ]", + "[3 4 2]", + "[2 7]", + "[2 4]", + "[2 7 4]", + "[3 4]", + "[7]" + ], + "correct": 6, + "correct_coords": "[0, 1]", + "prob_ind": 29 + }, + { + "prompt": "[0 1 9 7]   [1 7]   [0 9]
    [9 1 ]   [     ]   [9]
    [0 7 ]   [7 ]   [0]", + "options": [ + "[1 7]", + "[0 9]", + "[1 0 9 7]", + "[9]", + "[1]", + "[7 0 1]", + "[0 9 7]", + "[0 1 9]" + ], + "correct": 4, + "correct_coords": "[1, 1]", + "prob_ind": 30 + }, + { + "prompt": "[7 5 9 0]   [0 7]   [9 5]
    [9 0]   [0]   [9 ]
    [5 7]   [     ]   [5]", + "options": [ + "[0]", + "[0 5 7]", + "[9 0 7]", + "[5 9]", + "[9]", + "[7]", + "[7 5]", + "[7 9]" + ], + "correct": 5, + "correct_coords": "[2, 1]", + "prob_ind": 31 + }, + { + "prompt": "[3 4 7 5]   [4 5]   [3 7]
    [           ]   [4 ]   [7 ]
    [5 3]   [5 ]   [3]", + "options": [ + "[3]", + "[5 7]", + "[7 4 3]", + "[4 5 3]", + "[  ]", + "[4 7]", + "[5 3]", + "[7]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 32 + }, + { + "prompt": "[6 9 0 4]   [6 4]   [9 0]
    [9 4 ]   [4 ]   [     ]
    [0 6 ]   [6 ]   [0 ]", + "options": [ + "[4 0]", + "[4 0 6]", + "[9]", + "[  ]", + "[9 6]", + "[4 6]", + "[9 0]", + "[0 6]" + ], + "correct": 2, + "correct_coords": "[1, 2]", + "prob_ind": 33 + }, + { + "prompt": "[2 3 7 9]   [3 7]   [2 9]
    [7 9 ]   [7]   [9 ]
    [2 3 ]   [3 ]   [     ]", + "options": [ + "[3 7 2]", + "[9 7]", + "[3 9]", + "[3]", + "[3 9 7]", + "[3 2]", + "[2 3 9]", + "[2]" + ], + "correct": 7, + "correct_coords": "[2, 2]", + "prob_ind": 34 + }, + { + "prompt": "[7 6 1 4]   [7 1]   [4 6]
    [1 4]   [1 ]   [4 ]
    [7 6]   [7 ]   [     ]", + "options": [ + "[4 1]", + "[4]", + "[6]", + "[7 6 4]", + "[6 7]", + "[6 1 7]", + "[1 7]", + "[1]" + ], + "correct": 2, + "correct_coords": "[2, 2]", + "prob_ind": 35 + }, + { + "prompt": "[5 2 1 7]   [7 5]   [1 2]
    [1 5 ]   [     ]   [1 ]
    [2 7 ]   [7]   [2 ]", + "options": [ + "[1 7]", + "[2 7]", + "[5]", + "[5 2]", + "[5 7 1 2]", + "[7]", + "[1 5]", + "[2 1 7]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 36 + }, + { + "prompt": "[0 5 1 7]   [5 0]   [7 1]
    [7 0]   [0]   [7]
    [1 5]   [5]   [     ]", + "options": [ + "[7 5]", + "[0 7]", + "[7 1]", + "[1]", + "[0 5 1]", + "[1 5 7]", + "[7]", + "[1 0 5 7]" + ], + "correct": 3, + "correct_coords": "[2, 2]", + "prob_ind": 37 + }, + { + "prompt": "[3 9 8 7]   [9 7]   [3 8]
    [7 3]   [7 ]   [3 ]
    [9 8 ]   [9]   [     ]", + "options": [ + "[8]", + "[8 7]", + "[3 8 9]", + "[3]", + "[8 9 7]", + "[3 7]", + "[9 3 8 7]", + "[7 3 9]" + ], + "correct": 0, + "correct_coords": "[2, 2]", + "prob_ind": 38 + }, + { + "prompt": "[2 5 3 1]   [3 1]   [5 2]
    [2 1 ]   [     ]   [2 ]
    [5 3]   [3 ]   [5]", + "options": [ + "[1]", + "[5 3]", + "[5 1]", + "[2 3 5]", + "[3 2]", + "[  ]", + "[5]", + "[5 2]" + ], + "correct": 0, + "correct_coords": "[1, 1]", + "prob_ind": 39 + }, + { + "prompt": "[9 6 2 3]   [3 6]   [9 2]
    [9 3 ]   [3]   [     ]
    [2 6 ]   [6 ]   [2 ]", + "options": [ + "[  ]", + "[6]", + "[2]", + "[9 3]", + "[9]", + "[6 9 3 2]", + "[9 2]", + "[9 2 3]" + ], + "correct": 4, + "correct_coords": "[1, 2]", + "prob_ind": 40 + }, + { + "prompt": "[           ]   [6 8]   [7 0]
    [0 6 ]   [6 ]   [0 ]
    [7 8 ]   [8]   [7 ]", + "options": [ + "[6 0 8 7]", + "[0 6]", + "[0]", + "[8]", + "[6]", + "[8 6 0]", + "[8 0 7]", + "[  ]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 41 + }, + { + "prompt": "[           ]   [8 0]   [1 5]
    [1 8]   [8]   [1 ]
    [5 0]   [0 ]   [5 ]", + "options": [ + "[8]", + "[  ]", + "[1 5]", + "[1 5 0]", + "[0 5 8]", + "[1 8]", + "[1 0 8 5]", + "[5 8]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 42 + }, + { + "prompt": "[           ]   [9 3]   [4 0]
    [3 0]   [3 ]   [0 ]
    [4 9 ]   [9]   [4 ]", + "options": [ + "[4 0 3 9]", + "[0]", + "[9]", + "[4 3]", + "[0 4]", + "[9 0 4]", + "[3 0]", + "[3]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 43 + }, + { + "prompt": "[8 5 9 2]   [5 9]   [2 8]
    [5 2 ]   [5]   [2]
    [8 9]   [     ]   [8]", + "options": [ + "[9 2 5]", + "[  ]", + "[8 9]", + "[5]", + "[2 8]", + "[9]", + "[8 9 5]", + "[2]" + ], + "correct": 5, + "correct_coords": "[2, 1]", + "prob_ind": 44 + }, + { + "prompt": "[           ]   [6 2]   [8 1]
    [6 8]   [6 ]   [8]
    [2 1 ]   [2]   [1]", + "options": [ + "[8 2 1 6]", + "[2 1]", + "[6 1 8]", + "[8]", + "[6]", + "[1]", + "[1 2 8]", + "[6 1]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 45 + }, + { + "prompt": "[7 1 5 8]   [7 5]   [8 1]
    [1 7 ]   [7]   [     ]
    [8 5]   [5 ]   [8 ]", + "options": [ + "[5 7]", + "[8]", + "[7 1]", + "[5 7 1]", + "[1]", + "[8 1 5 7]", + "[8 1 7]", + "[8 5 7]" + ], + "correct": 4, + "correct_coords": "[1, 2]", + "prob_ind": 46 + }, + { + "prompt": "[8 0 1 4]   [8 1]   [4 0]
    [0 8 ]   [8 ]   [0 ]
    [4 1]   [     ]   [4 ]", + "options": [ + "[4 8]", + "[1 0]", + "[4 0]", + "[  ]", + "[4]", + "[8 1]", + "[1]", + "[1 4]" + ], + "correct": 6, + "correct_coords": "[2, 1]", + "prob_ind": 47 + }, + { + "prompt": "[           ]   [5 2]   [9 1]
    [2 9 ]   [2]   [9 ]
    [1 5 ]   [5]   [1 ]", + "options": [ + "[2 5 1]", + "[1 5 9]", + "[5 2]", + "[9]", + "[2]", + "[5]", + "[1 2]", + "[9 2 5 1]" + ], + "correct": 7, + "correct_coords": "[0, 0]", + "prob_ind": 48 + }, + { + "prompt": "[           ]   [1 3]   [2 4]
    [3 4 ]   [3 ]   [4 ]
    [1 2 ]   [1 ]   [2]", + "options": [ + "[1]", + "[3 2]", + "[4]", + "[3]", + "[4 2 1]", + "[1 4 2 3]", + "[1 2]", + "[1 3]" + ], + "correct": 5, + "correct_coords": "[0, 0]", + "prob_ind": 49 + } + ], + "XOR_permuted": [ + { + "prompt": "[8 5]   [5 7]   [8 7]
    [     ]   [0 5]   [0 7]
    [8 7]   [7 0]   [8 0]", + "options": [ + "[5]", + "[7 8 0]", + "[8 5 7 0]", + "[7 5]", + "[0 5]", + "[8]", + "[8 7 5]", + "[5 0 8]" + ], + "correct": 3, + "correct_coords": "[1, 0]", + "prob_ind": 0 + }, + { + "prompt": "[4 8]   [9 8]   [9 4]
    [9 8]   [3 8]   [9 3]
    [4 9]   [9 3]   [     ]", + "options": [ + "[4 9]", + "[9 3 8]", + "[3 4]", + "[9]", + "[3 8 4]", + "[8]", + "[3]", + "[8 9 3 4]" + ], + "correct": 2, + "correct_coords": "[2, 2]", + "prob_ind": 1 + }, + { + "prompt": "[3 7]   [0 3]   [7 0]
    [     ]   [3 1]   [0 1]
    [7 0]   [0 1]   [7 1]", + "options": [ + "[3 0]", + "[0 1 7]", + "[1 3]", + "[0 7]", + "[7 0 3]", + "[1]", + "[1 0]", + "[3 0 1]" + ], + "correct": 0, + "correct_coords": "[1, 0]", + "prob_ind": 2 + }, + { + "prompt": "[0 5]   [3 5]   [0 3]
    [3 5]   [     ]   [3 7]
    [0 3]   [7 3]   [7 0]", + "options": [ + "[5]", + "[5 7 3 0]", + "[7 5]", + "[3 7]", + "[7]", + "[5 3]", + "[5 0]", + "[  ]" + ], + "correct": 2, + "correct_coords": "[1, 1]", + "prob_ind": 3 + }, + { + "prompt": "[9 0]   [6 0]   [6 9]
    [     ]   [0 3]   [3 6]
    [9 6]   [6 3]   [3 9]", + "options": [ + "[0 9 3]", + "[3 9]", + "[3 0]", + "[0 6]", + "[6 9]", + "[3]", + "[6 3 9]", + "[0 9]" + ], + "correct": 3, + "correct_coords": "[1, 0]", + "prob_ind": 4 + }, + { + "prompt": "[3 4]   [2 3]   [2 4]
    [2 3]   [     ]   [2 1]
    [2 4]   [1 2]   [1 4]", + "options": [ + "[4 3]", + "[4 1 2]", + "[2]", + "[4 1]", + "[2 1]", + "[1]", + "[1 3]", + "[  ]" + ], + "correct": 6, + "correct_coords": "[1, 1]", + "prob_ind": 5 + }, + { + "prompt": "[     ]   [8 0]   [7 0]
    [8 0]   [4 8]   [4 0]
    [0 7]   [4 0]   [4 7]", + "options": [ + "[8 7]", + "[7 0 8 4]", + "[4 0]", + "[8 4]", + "[8]", + "[0 7]", + "[0]", + "[4 7]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 6 + }, + { + "prompt": "[1 5]   [5 0]   [     ]
    [0 5]   [5 9]   [9 0]
    [1 0]   [0 9]   [9 1]", + "options": [ + "[1 0]", + "[0 1 9]", + "[9]", + "[5 1 0]", + "[1 9]", + "[  ]", + "[5]", + "[0 9 5 1]" + ], + "correct": 0, + "correct_coords": "[0, 2]", + "prob_ind": 7 + }, + { + "prompt": "[3 6]   [6 7]   [7 3]
    [7 6]   [     ]   [7 8]
    [7 3]   [8 7]   [8 3]", + "options": [ + "[8]", + "[8 6]", + "[8 3 6]", + "[6 3 7]", + "[6]", + "[7 8 6]", + "[8 7]", + "[  ]" + ], + "correct": 1, + "correct_coords": "[1, 1]", + "prob_ind": 8 + }, + { + "prompt": "[4 3]   [1 4]   [3 1]
    [1 4]   [     ]   [7 1]
    [1 3]   [1 7]   [3 7]", + "options": [ + "[3 7]", + "[1]", + "[7]", + "[  ]", + "[4 1]", + "[4 3 1]", + "[7 4]", + "[3 4]" + ], + "correct": 6, + "correct_coords": "[1, 1]", + "prob_ind": 9 + }, + { + "prompt": "[2 0]   [2 6]   [     ]
    [2 6]   [3 2]   [3 6]
    [0 6]   [3 6]   [3 0]", + "options": [ + "[6 0 2]", + "[6 3 0]", + "[0 3]", + "[6 2 0 3]", + "[  ]", + "[0 6]", + "[3 2]", + "[2 0]" + ], + "correct": 5, + "correct_coords": "[0, 2]", + "prob_ind": 10 + }, + { + "prompt": "[9 1]   [     ]   [2 9]
    [1 2]   [5 1]   [2 5]
    [2 9]   [5 2]   [9 5]", + "options": [ + "[1 5]", + "[  ]", + "[2 5]", + "[1 2 5]", + "[1 5 9]", + "[1 2]", + "[2 9]", + "[1]" + ], + "correct": 5, + "correct_coords": "[0, 1]", + "prob_ind": 11 + }, + { + "prompt": "[     ]   [4 0]   [4 8]
    [4 0]   [0 9]   [4 9]
    [8 4]   [4 9]   [8 9]", + "options": [ + "[0 9]", + "[0]", + "[8 9]", + "[9]", + "[8 4]", + "[4 0 8]", + "[9 4 0 8]", + "[0 8]" + ], + "correct": 7, + "correct_coords": "[0, 0]", + "prob_ind": 12 + }, + { + "prompt": "[     ]   [7 6]   [7 2]
    [6 7]   [1 6]   [7 1]
    [2 7]   [7 1]   [2 1]", + "options": [ + "[2]", + "[6 1 2]", + "[7 6]", + "[6 1]", + "[6 7 1]", + "[7]", + "[7 1]", + "[2 6]" + ], + "correct": 7, + "correct_coords": "[0, 0]", + "prob_ind": 13 + }, + { + "prompt": "[9 8]   [7 8]   [9 7]
    [7 8]   [     ]   [0 7]
    [9 7]   [0 7]   [9 0]", + "options": [ + "[0 7]", + "[9 8 0 7]", + "[7]", + "[9 7 8]", + "[9 0]", + "[8 9]", + "[8 9 0]", + "[8 0]" + ], + "correct": 7, + "correct_coords": "[1, 1]", + "prob_ind": 14 + }, + { + "prompt": "[5 9]   [6 5]   [     ]
    [6 5]   [5 3]   [6 3]
    [9 6]   [3 6]   [9 3]", + "options": [ + "[6]", + "[9 6 5 3]", + "[9 6]", + "[6 9 3]", + "[5]", + "[3 6]", + "[9]", + "[5 9]" + ], + "correct": 2, + "correct_coords": "[0, 2]", + "prob_ind": 15 + }, + { + "prompt": "[4 5]   [4 0]   [     ]
    [0 4]   [4 3]   [0 3]
    [5 0]   [3 0]   [5 3]", + "options": [ + "[0 4]", + "[3 5 0]", + "[0]", + "[0 4 3]", + "[0 4 5]", + "[3 4]", + "[4 0 5 3]", + "[5 0]" + ], + "correct": 7, + "correct_coords": "[0, 2]", + "prob_ind": 16 + }, + { + "prompt": "[1 9]   [9 7]   [7 1]
    [7 9]   [4 9]   [     ]
    [7 1]   [7 4]   [4 1]", + "options": [ + "[9 7 1]", + "[1 9]", + "[1 7]", + "[9 7]", + "[4 7]", + "[9]", + "[9 4 1]", + "[1]" + ], + "correct": 4, + "correct_coords": "[1, 2]", + "prob_ind": 17 + }, + { + "prompt": "[8 3]   [9 8]   [9 3]
    [9 8]   [8 6]   [9 6]
    [9 3]   [     ]   [6 3]", + "options": [ + "[3 6 9]", + "[8 3 6]", + "[6 8]", + "[8 3 9]", + "[3 8]", + "[6 9]", + "[3 9]", + "[8 3 6 9]" + ], + "correct": 5, + "correct_coords": "[2, 1]", + "prob_ind": 18 + }, + { + "prompt": "[     ]   [3 1]   [5 1]
    [1 3]   [3 4]   [4 1]
    [1 5]   [1 4]   [5 4]", + "options": [ + "[5 4 1]", + "[1 5]", + "[1 4]", + "[3 5]", + "[3 1]", + "[1 3 4]", + "[3]", + "[4 3]" + ], + "correct": 3, + "correct_coords": "[0, 0]", + "prob_ind": 19 + }, + { + "prompt": "[8 4]   [6 8]   [6 4]
    [     ]   [1 8]   [6 1]
    [6 4]   [6 1]   [4 1]", + "options": [ + "[6 8]", + "[1]", + "[4 8]", + "[6 8 4]", + "[1 8]", + "[1 6]", + "[8]", + "[4 1 6]" + ], + "correct": 0, + "correct_coords": "[1, 0]", + "prob_ind": 20 + }, + { + "prompt": "[     ]   [8 1]   [1 9]
    [1 8]   [8 4]   [1 4]
    [9 1]   [4 1]   [9 4]", + "options": [ + "[4 9 8]", + "[4 1]", + "[4 8]", + "[9 8]", + "[4 9 1]", + "[4]", + "[1 4 8]", + "[4 9]" + ], + "correct": 3, + "correct_coords": "[0, 0]", + "prob_ind": 21 + }, + { + "prompt": "[0 2]   [2 5]   [0 5]
    [5 2]   [8 2]   [8 5]
    [     ]   [8 5]   [8 0]", + "options": [ + "[2 8 0]", + "[2]", + "[0 5 8]", + "[8 2]", + "[2 0]", + "[  ]", + "[8 0]", + "[0 5]" + ], + "correct": 7, + "correct_coords": "[2, 0]", + "prob_ind": 22 + }, + { + "prompt": "[6 0]   [0 7]   [7 6]
    [0 7]   [0 4]   [     ]
    [6 7]   [4 7]   [6 4]", + "options": [ + "[6]", + "[4]", + "[7]", + "[0]", + "[6 4 0]", + "[7 0]", + "[4 0]", + "[7 4]" + ], + "correct": 7, + "correct_coords": "[1, 2]", + "prob_ind": 23 + }, + { + "prompt": "[3 2]   [8 3]   [2 8]
    [     ]   [3 1]   [1 8]
    [2 8]   [8 1]   [1 2]", + "options": [ + "[3 2]", + "[1]", + "[2 8]", + "[3 1 2]", + "[8 3]", + "[1 8]", + "[2 8 1]", + "[8 2 3]" + ], + "correct": 4, + "correct_coords": "[1, 0]", + "prob_ind": 24 + }, + { + "prompt": "[     ]   [4 3]   [3 8]
    [4 3]   [4 7]   [7 3]
    [8 3]   [7 3]   [7 8]", + "options": [ + "[4 8 3]", + "[7 4 8 3]", + "[  ]", + "[7 4]", + "[3 8]", + "[3]", + "[3 7]", + "[8 4]" + ], + "correct": 7, + "correct_coords": "[0, 0]", + "prob_ind": 25 + }, + { + "prompt": "[1 2]   [1 4]   [2 4]
    [1 4]   [     ]   [4 8]
    [2 4]   [4 8]   [8 2]", + "options": [ + "[1 8]", + "[8]", + "[4 8 2]", + "[4 8 1]", + "[4]", + "[8 2]", + "[1]", + "[4 2]" + ], + "correct": 0, + "correct_coords": "[1, 1]", + "prob_ind": 26 + }, + { + "prompt": "[5 1]   [5 3]   [1 3]
    [5 3]   [7 5]   [3 7]
    [3 1]   [     ]   [7 1]", + "options": [ + "[5]", + "[3 5]", + "[7 1]", + "[1 5]", + "[3 7]", + "[5 7]", + "[1]", + "[3 1]" + ], + "correct": 4, + "correct_coords": "[2, 1]", + "prob_ind": 27 + }, + { + "prompt": "[6 2]   [6 0]   [2 0]
    [6 0]   [9 6]   [9 0]
    [0 2]   [0 9]   [     ]", + "options": [ + "[9]", + "[9 6 0]", + "[2 9 0]", + "[2 9]", + "[6 2 0]", + "[  ]", + "[2]", + "[6 0]" + ], + "correct": 3, + "correct_coords": "[2, 2]", + "prob_ind": 28 + }, + { + "prompt": "[9 8]   [9 4]   [4 8]
    [9 4]   [7 9]   [7 4]
    [4 8]   [     ]   [8 7]", + "options": [ + "[7 9]", + "[8]", + "[7 4]", + "[9 8 7]", + "[4 9]", + "[8 9]", + "[7 8 4]", + "[9]" + ], + "correct": 2, + "correct_coords": "[2, 1]", + "prob_ind": 29 + }, + { + "prompt": "[8 3]   [     ]   [3 0]
    [8 0]   [8 6]   [0 6]
    [3 0]   [0 6]   [3 6]", + "options": [ + "[0 6 8]", + "[3]", + "[3 0]", + "[0 6]", + "[0 3 8]", + "[0 6 3]", + "[0 8]", + "[0]" + ], + "correct": 6, + "correct_coords": "[0, 1]", + "prob_ind": 30 + }, + { + "prompt": "[9 1]   [9 4]   [1 4]
    [9 4]   [6 9]   [4 6]
    [1 4]   [     ]   [1 6]", + "options": [ + "[6 9 4]", + "[1 9]", + "[1]", + "[6 4]", + "[4]", + "[4 1 9]", + "[4 6 1]", + "[4 1 6 9]" + ], + "correct": 3, + "correct_coords": "[2, 1]", + "prob_ind": 31 + }, + { + "prompt": "[7 2]   [6 7]   [2 6]
    [6 7]   [     ]   [9 6]
    [2 6]   [6 9]   [9 2]", + "options": [ + "[2]", + "[6 2]", + "[9 6]", + "[7 9 2]", + "[  ]", + "[7 9]", + "[2 6 9 7]", + "[6 7]" + ], + "correct": 5, + "correct_coords": "[1, 1]", + "prob_ind": 32 + }, + { + "prompt": "[5 7]   [5 0]   [7 0]
    [5 0]   [9 5]   [9 0]
    [0 7]   [9 0]   [     ]", + "options": [ + "[5]", + "[9 5]", + "[9 0 5]", + "[7 9]", + "[0 9]", + "[9]", + "[  ]", + "[0]" + ], + "correct": 3, + "correct_coords": "[2, 2]", + "prob_ind": 33 + }, + { + "prompt": "[9 5]   [9 2]   [     ]
    [9 2]   [8 9]   [8 2]
    [2 5]   [8 2]   [8 5]", + "options": [ + "[5 2 8]", + "[9 5]", + "[9]", + "[2 5]", + "[5]", + "[2 9]", + "[8 5]", + "[9 2 5]" + ], + "correct": 3, + "correct_coords": "[0, 2]", + "prob_ind": 34 + }, + { + "prompt": "[1 2]   [5 1]   [2 5]
    [5 1]   [8 1]   [8 5]
    [     ]   [5 8]   [2 8]", + "options": [ + "[8 2 1]", + "[1]", + "[2 5]", + "[5 8 1 2]", + "[8 1]", + "[  ]", + "[2]", + "[5 1 8]" + ], + "correct": 2, + "correct_coords": "[2, 0]", + "prob_ind": 35 + }, + { + "prompt": "[2 9]   [9 5]   [2 5]
    [5 9]   [3 9]   [     ]
    [2 5]   [5 3]   [2 3]", + "options": [ + "[3]", + "[9 3 2 5]", + "[2 3 9]", + "[9 3]", + "[9 5]", + "[9 2]", + "[3 2]", + "[3 5]" + ], + "correct": 7, + "correct_coords": "[1, 2]", + "prob_ind": 36 + }, + { + "prompt": "[     ]   [4 1]   [4 2]
    [1 4]   [9 1]   [4 9]
    [4 2]   [9 4]   [2 9]", + "options": [ + "[9 2 1]", + "[9 4]", + "[9]", + "[4]", + "[1 2]", + "[1 9]", + "[9 2]", + "[9 1 4]" + ], + "correct": 4, + "correct_coords": "[0, 0]", + "prob_ind": 37 + }, + { + "prompt": "[     ]   [1 5]   [8 1]
    [5 1]   [5 6]   [1 6]
    [1 8]   [6 1]   [8 6]", + "options": [ + "[1]", + "[6 5]", + "[6 8 5]", + "[5 1 6]", + "[6]", + "[8 5]", + "[8]", + "[6 1 8]" + ], + "correct": 5, + "correct_coords": "[0, 0]", + "prob_ind": 38 + }, + { + "prompt": "[5 8]   [7 5]   [8 7]
    [     ]   [5 4]   [7 4]
    [7 8]   [4 7]   [4 8]", + "options": [ + "[4 7 5 8]", + "[4 7]", + "[5 8 7]", + "[4]", + "[  ]", + "[5 7]", + "[8 4 7]", + "[5]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 39 + }, + { + "prompt": "[7 5]   [7 3]   [5 3]
    [     ]   [4 7]   [4 3]
    [3 5]   [4 3]   [4 5]", + "options": [ + "[  ]", + "[5 3]", + "[5 7 4]", + "[7]", + "[5]", + "[3 7]", + "[3 4]", + "[5 7 3]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 40 + }, + { + "prompt": "[2 9]   [9 6]   [     ]
    [6 9]   [1 9]   [1 6]
    [2 6]   [6 1]   [2 1]", + "options": [ + "[1]", + "[9]", + "[  ]", + "[1 6 9]", + "[6 2 1]", + "[6]", + "[6 2]", + "[6 1]" + ], + "correct": 6, + "correct_coords": "[0, 2]", + "prob_ind": 41 + }, + { + "prompt": "[1 0]   [1 4]   [0 4]
    [1 4]   [1 8]   [4 8]
    [0 4]   [     ]   [0 8]", + "options": [ + "[0 8]", + "[0 8 1]", + "[8 4]", + "[0]", + "[8 0 4]", + "[0 4 1]", + "[4]", + "[1 0 4 8]" + ], + "correct": 2, + "correct_coords": "[2, 1]", + "prob_ind": 42 + }, + { + "prompt": "[     ]   [1 7]   [7 8]
    [7 1]   [1 3]   [7 3]
    [8 7]   [3 7]   [3 8]", + "options": [ + "[1 8]", + "[3 8]", + "[8 3 7]", + "[  ]", + "[8]", + "[7 3]", + "[7 8]", + "[8 3 1 7]" + ], + "correct": 0, + "correct_coords": "[0, 0]", + "prob_ind": 43 + }, + { + "prompt": "[7 9]   [3 9]   [     ]
    [3 9]   [9 4]   [4 3]
    [7 3]   [4 3]   [7 4]", + "options": [ + "[9 7]", + "[  ]", + "[3]", + "[9 3 7]", + "[4 7]", + "[3 4 9]", + "[9]", + "[7 3]" + ], + "correct": 7, + "correct_coords": "[0, 2]", + "prob_ind": 44 + }, + { + "prompt": "[4 5]   [7 4]   [5 7]
    [     ]   [1 4]   [7 1]
    [7 5]   [7 1]   [5 1]", + "options": [ + "[1 4]", + "[1 5 7]", + "[1]", + "[4 5 1]", + "[4 1 7]", + "[4 7]", + "[1 7]", + "[  ]" + ], + "correct": 5, + "correct_coords": "[1, 0]", + "prob_ind": 45 + }, + { + "prompt": "[0 4]   [1 4]   [0 1]
    [4 1]   [4 6]   [6 1]
    [1 0]   [     ]   [6 0]", + "options": [ + "[0 4 6]", + "[1 6]", + "[4 1 6]", + "[6 4]", + "[4 1]", + "[6]", + "[0 6]", + "[4 1 0]" + ], + "correct": 1, + "correct_coords": "[2, 1]", + "prob_ind": 46 + }, + { + "prompt": "[7 2]   [7 4]   [2 4]
    [7 4]   [7 8]   [4 8]
    [     ]   [4 8]   [8 2]", + "options": [ + "[8 2]", + "[2 7]", + "[8 4 7]", + "[2 4]", + "[7]", + "[8 2 7]", + "[7 4]", + "[8]" + ], + "correct": 3, + "correct_coords": "[2, 0]", + "prob_ind": 47 + }, + { + "prompt": "[     ]   [9 7]   [7 6]
    [9 7]   [9 0]   [7 0]
    [6 7]   [7 0]   [6 0]", + "options": [ + "[0 6]", + "[9 0 7 6]", + "[6]", + "[9 0]", + "[0 9 7]", + "[  ]", + "[9 6]", + "[6 7 9]" + ], + "correct": 6, + "correct_coords": "[0, 0]", + "prob_ind": 48 + }, + { + "prompt": "[4 3]   [3 7]   [7 4]
    [3 7]   [6 3]   [6 7]
    [     ]   [6 7]   [4 6]", + "options": [ + "[4 6]", + "[  ]", + "[4 3 7]", + "[4 7]", + "[3 4 6 7]", + "[4]", + "[3]", + "[4 6 3]" + ], + "correct": 3, + "correct_coords": "[2, 0]", + "prob_ind": 49 + } + ] +} \ No newline at end of file diff --git a/digit_matrices/problems/all_problems_coords.npz b/digit_matrices/problems/all_problems_coords.npz new file mode 100644 index 0000000000000000000000000000000000000000..51a24de5dc0826070a126056b8b547cfd8ae521e GIT binary patch literal 875091 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

    xWzA=@;v( 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 qH*v52{d*2B2KDaWcfing0|%edwNpLb%ysM3t[&]   [&]   [&]
    [!]   [!]   [  ]", + "options": [ + "[$]", + "[>]", + "[%]", + "[!]", + "[*]", + "[~]", + "[&]", + "[<]" + ], + "correct": 3, + "prob_ind": 0 + }, + { + "prompt": "[~]   [~]   [~]
    [%]   [%]   [%]
    [(]   [(]   [  ]", + "options": [ + "[~]", + "[*]", + "[:]", + "[!]", + "[>]", + "[(]", + "[<]", + "[%]" + ], + "correct": 5, + "prob_ind": 1 + }, + { + "prompt": "[!]   [!]   [!]
    [*]   [*]   [*]
    [>]   [>]   [  ]", + "options": [ + "[>]", + "[!]", + "[%]", + "[$]", + "[*]", + "[:]", + "[<]", + "[(]" + ], + "correct": 0, + "prob_ind": 2 + }, + { + "prompt": "[<]   [<]   [<]
    [>]   [>]   [>]
    [!]   [!]   [  ]", + "options": [ + "[>]", + "[&]", + "[~]", + "[$]", + "[<]", + "[!]", + "[*]", + "[(]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[(]   [(]   [(]
    [*]   [*]   [*]
    [~]   [~]   [  ]", + "options": [ + "[>]", + "[!]", + "[(]", + "[&]", + "[~]", + "[<]", + "[:]", + "[*]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[<]   [<]   [<]
    [(]   [(]   [(]
    [>]   [>]   [  ]", + "options": [ + "[~]", + "[*]", + "[>]", + "[<]", + "[&]", + "[(]", + "[!]", + "[$]" + ], + "correct": 2, + "prob_ind": 5 + }, + { + "prompt": "[*]   [*]   [*]
    [$]   [$]   [$]
    [<]   [<]   [  ]", + "options": [ + "[>]", + "[$]", + "[*]", + "[(]", + "[~]", + "[!]", + "[<]", + "[:]" + ], + "correct": 6, + "prob_ind": 6 + }, + { + "prompt": "[&]   [&]   [&]
    [:]   [:]   [:]
    [$]   [$]   [  ]", + "options": [ + "[<]", + "[!]", + "[(]", + "[$]", + "[>]", + "[~]", + "[&]", + "[:]" + ], + "correct": 3, + "prob_ind": 7 + }, + { + "prompt": "[&]   [&]   [&]
    [:]   [:]   [:]
    [(]   [(]   [  ]", + "options": [ + "[:]", + "[<]", + "[(]", + "[&]", + "[>]", + "[*]", + "[~]", + "[%]" + ], + "correct": 2, + "prob_ind": 8 + }, + { + "prompt": "[<]   [<]   [<]
    [:]   [:]   [:]
    [(]   [(]   [  ]", + "options": [ + "[&]", + "[<]", + "[*]", + "[$]", + "[(]", + "[>]", + "[!]", + "[:]" + ], + "correct": 4, + "prob_ind": 9 + }, + { + "prompt": "[>]   [>]   [>]
    [*]   [*]   [*]
    [:]   [:]   [  ]", + "options": [ + "[(]", + "[>]", + "[:]", + "[$]", + "[<]", + "[~]", + "[!]", + "[*]" + ], + "correct": 2, + "prob_ind": 10 + }, + { + "prompt": "[(]   [(]   [(]
    [!]   [!]   [!]
    [$]   [$]   [  ]", + "options": [ + "[<]", + "[!]", + "[~]", + "[*]", + "[(]", + "[$]", + "[>]", + "[&]" + ], + "correct": 5, + "prob_ind": 11 + }, + { + "prompt": "[:]   [:]   [:]
    [>]   [>]   [>]
    [%]   [%]   [  ]", + "options": [ + "[!]", + "[*]", + "[~]", + "[>]", + "[<]", + "[:]", + "[%]", + "[&]" + ], + "correct": 6, + "prob_ind": 12 + }, + { + "prompt": "[&]   [&]   [&]
    [!]   [!]   [!]
    [%]   [%]   [  ]", + "options": [ + "[(]", + "[<]", + "[*]", + "[&]", + "[>]", + "[%]", + "[!]", + "[$]" + ], + "correct": 5, + "prob_ind": 13 + }, + { + "prompt": "[~]   [~]   [~]
    [!]   [!]   [!]
    [&]   [&]   [  ]", + "options": [ + "[*]", + "[~]", + "[>]", + "[<]", + "[!]", + "[&]", + "[(]", + "[:]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[!]   [!]   [!]
    [>]   [>]   [>]
    [(]   [(]   [  ]", + "options": [ + "[(]", + "[*]", + "[%]", + "[<]", + "[~]", + "[>]", + "[$]", + "[!]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[(]   [(]   [(]
    [&]   [&]   [&]
    [!]   [!]   [  ]", + "options": [ + "[%]", + "[&]", + "[$]", + "[(]", + "[<]", + "[!]", + "[*]", + "[~]" + ], + "correct": 5, + "prob_ind": 16 + }, + { + "prompt": "[!]   [!]   [!]
    [<]   [<]   [<]
    [>]   [>]   [  ]", + "options": [ + "[<]", + "[:]", + "[~]", + "[*]", + "[>]", + "[&]", + "[!]", + "[(]" + ], + "correct": 4, + "prob_ind": 17 + }, + { + "prompt": "[(]   [(]   [(]
    [*]   [*]   [*]
    [%]   [%]   [  ]", + "options": [ + "[!]", + "[&]", + "[*]", + "[>]", + "[~]", + "[(]", + "[%]", + "[<]" + ], + "correct": 6, + "prob_ind": 18 + }, + { + "prompt": "[>]   [>]   [>]
    [!]   [!]   [!]
    [<]   [<]   [  ]", + "options": [ + "[>]", + "[:]", + "[<]", + "[&]", + "[~]", + "[(]", + "[$]", + "[!]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[$]   [$]   [$]
    [!]   [!]   [!]
    [%]   [%]   [  ]", + "options": [ + "[(]", + "[%]", + "[*]", + "[>]", + "[$]", + "[~]", + "[!]", + "[&]" + ], + "correct": 1, + "prob_ind": 20 + }, + { + "prompt": "[$]   [$]   [$]
    [*]   [*]   [*]
    [!]   [!]   [  ]", + "options": [ + "[>]", + "[~]", + "[(]", + "[&]", + "[<]", + "[$]", + "[!]", + "[*]" + ], + "correct": 6, + "prob_ind": 21 + }, + { + "prompt": "[&]   [&]   [&]
    [:]   [:]   [:]
    [>]   [>]   [  ]", + "options": [ + "[!]", + "[(]", + "[~]", + "[%]", + "[:]", + "[&]", + "[$]", + "[>]" + ], + "correct": 7, + "prob_ind": 22 + }, + { + "prompt": "[!]   [!]   [!]
    [:]   [:]   [:]
    [$]   [$]   [  ]", + "options": [ + "[(]", + "[&]", + "[<]", + "[!]", + "[%]", + "[$]", + "[:]", + "[>]" + ], + "correct": 5, + "prob_ind": 23 + }, + { + "prompt": "[*]   [*]   [*]
    [~]   [~]   [~]
    [>]   [>]   [  ]", + "options": [ + "[*]", + "[$]", + "[%]", + "[&]", + "[>]", + "[(]", + "[~]", + "[<]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[%]   [%]   [%]
    [*]   [*]   [*]
    [(]   [(]   [  ]", + "options": [ + "[&]", + "[%]", + "[!]", + "[(]", + "[<]", + "[>]", + "[~]", + "[*]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[%]   [%]   [%]
    [$]   [$]   [$]
    [<]   [<]   [  ]", + "options": [ + "[!]", + "[&]", + "[:]", + "[>]", + "[<]", + "[$]", + "[*]", + "[%]" + ], + "correct": 4, + "prob_ind": 26 + }, + { + "prompt": "[>]   [>]   [>]
    [*]   [*]   [*]
    [$]   [$]   [  ]", + "options": [ + "[%]", + "[$]", + "[!]", + "[:]", + "[~]", + "[>]", + "[(]", + "[*]" + ], + "correct": 1, + "prob_ind": 27 + }, + { + "prompt": "[*]   [*]   [*]
    [(]   [(]   [(]
    [~]   [~]   [  ]", + "options": [ + "[!]", + "[(]", + "[>]", + "[*]", + "[~]", + "[:]", + "[<]", + "[%]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[*]   [*]   [*]
    [&]   [&]   [&]
    [>]   [>]   [  ]", + "options": [ + "[&]", + "[*]", + "[!]", + "[$]", + "[<]", + "[:]", + "[(]", + "[>]" + ], + "correct": 7, + "prob_ind": 29 + }, + { + "prompt": "[(]   [(]   [(]
    [$]   [$]   [$]
    [~]   [~]   [  ]", + "options": [ + "[<]", + "[(]", + "[:]", + "[!]", + "[~]", + "[&]", + "[>]", + "[$]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[&]   [&]   [&]
    [%]   [%]   [%]
    [(]   [(]   [  ]", + "options": [ + "[&]", + "[!]", + "[(]", + "[*]", + "[:]", + "[%]", + "[<]", + "[~]" + ], + "correct": 2, + "prob_ind": 31 + }, + { + "prompt": "[%]   [%]   [%]
    [~]   [~]   [~]
    [*]   [*]   [  ]", + "options": [ + "[&]", + "[(]", + "[!]", + "[*]", + "[%]", + "[>]", + "[~]", + "[<]" + ], + "correct": 3, + "prob_ind": 32 + }, + { + "prompt": "[>]   [>]   [>]
    [<]   [<]   [<]
    [(]   [(]   [  ]", + "options": [ + "[!]", + "[<]", + "[$]", + "[*]", + "[%]", + "[(]", + "[>]", + "[~]" + ], + "correct": 5, + "prob_ind": 33 + }, + { + "prompt": "[<]   [<]   [<]
    [!]   [!]   [!]
    [~]   [~]   [  ]", + "options": [ + "[~]", + "[*]", + "[!]", + "[>]", + "[&]", + "[(]", + "[<]", + "[%]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[:]   [:]   [:]
    [(]   [(]   [(]
    [>]   [>]   [  ]", + "options": [ + "[!]", + "[*]", + "[$]", + "[>]", + "[<]", + "[:]", + "[%]", + "[(]" + ], + "correct": 3, + "prob_ind": 35 + }, + { + "prompt": "[:]   [:]   [:]
    [*]   [*]   [*]
    [(]   [(]   [  ]", + "options": [ + "[>]", + "[~]", + "[:]", + "[!]", + "[(]", + "[*]", + "[$]", + "[<]" + ], + "correct": 4, + "prob_ind": 36 + }, + { + "prompt": "[&]   [&]   [&]
    [%]   [%]   [%]
    [!]   [!]   [  ]", + "options": [ + "[>]", + "[*]", + "[%]", + "[(]", + "[:]", + "[!]", + "[<]", + "[&]" + ], + "correct": 5, + "prob_ind": 37 + }, + { + "prompt": "[~]   [~]   [~]
    [*]   [*]   [*]
    [%]   [%]   [  ]", + "options": [ + "[:]", + "[<]", + "[%]", + "[~]", + "[(]", + "[*]", + "[&]", + "[>]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[>]   [>]   [>]
    [<]   [<]   [<]
    [$]   [$]   [  ]", + "options": [ + "[~]", + "[<]", + "[>]", + "[%]", + "[&]", + "[(]", + "[$]", + "[:]" + ], + "correct": 6, + "prob_ind": 39 + }, + { + "prompt": "[$]   [$]   [$]
    [~]   [~]   [~]
    [%]   [%]   [  ]", + "options": [ + "[:]", + "[~]", + "[%]", + "[*]", + "[$]", + "[>]", + "[(]", + "[&]" + ], + "correct": 2, + "prob_ind": 40 + }, + { + "prompt": "[<]   [<]   [<]
    [:]   [:]   [:]
    [~]   [~]   [  ]", + "options": [ + "[>]", + "[<]", + "[(]", + "[$]", + "[%]", + "[*]", + "[~]", + "[:]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[!]   [!]   [!]
    [~]   [~]   [~]
    [&]   [&]   [  ]", + "options": [ + "[(]", + "[&]", + "[$]", + "[%]", + "[~]", + "[<]", + "[*]", + "[!]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[*]   [*]   [*]
    [%]   [%]   [%]
    [(]   [(]   [  ]", + "options": [ + "[*]", + "[%]", + "[$]", + "[:]", + "[&]", + "[!]", + "[(]", + "[>]" + ], + "correct": 6, + "prob_ind": 43 + }, + { + "prompt": "[$]   [$]   [$]
    [(]   [(]   [(]
    [<]   [<]   [  ]", + "options": [ + "[>]", + "[!]", + "[&]", + "[:]", + "[$]", + "[~]", + "[<]", + "[(]" + ], + "correct": 6, + "prob_ind": 44 + }, + { + "prompt": "[*]   [*]   [*]
    [&]   [&]   [&]
    [!]   [!]   [  ]", + "options": [ + "[%]", + "[!]", + "[&]", + "[>]", + "[(]", + "[*]", + "[$]", + "[~]" + ], + "correct": 1, + "prob_ind": 45 + }, + { + "prompt": "[<]   [<]   [<]
    [&]   [&]   [&]
    [*]   [*]   [  ]", + "options": [ + "[<]", + "[:]", + "[*]", + "[&]", + "[~]", + "[!]", + "[%]", + "[>]" + ], + "correct": 2, + "prob_ind": 46 + }, + { + "prompt": "[$]   [$]   [$]
    [*]   [*]   [*]
    [:]   [:]   [  ]", + "options": [ + "[>]", + "[:]", + "[~]", + "[*]", + "[!]", + "[$]", + "[(]", + "[%]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[(]   [(]   [(]
    [%]   [%]   [%]
    [:]   [:]   [  ]", + "options": [ + "[*]", + "[:]", + "[!]", + "[(]", + "[$]", + "[~]", + "[&]", + "[%]" + ], + "correct": 1, + "prob_ind": 48 + }, + { + "prompt": "[&]   [&]   [&]
    [(]   [(]   [(]
    [>]   [>]   [  ]", + "options": [ + "[:]", + "[&]", + "[$]", + "[%]", + "[<]", + "[>]", + "[~]", + "[(]" + ], + "correct": 5, + "prob_ind": 49 + }, + { + "prompt": "[~]   [~]   [~]
    [:]   [:]   [:]
    [&]   [&]   [  ]", + "options": [ + "[:]", + "[*]", + "[$]", + "[<]", + "[&]", + "[>]", + "[%]", + "[~]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[$]   [$]   [$]
    [&]   [&]   [&]
    [(]   [(]   [  ]", + "options": [ + "[*]", + "[~]", + "[&]", + "[(]", + "[<]", + "[%]", + "[$]", + "[>]" + ], + "correct": 3, + "prob_ind": 51 + }, + { + "prompt": "[$]   [$]   [$]
    [:]   [:]   [:]
    [>]   [>]   [  ]", + "options": [ + "[(]", + "[>]", + "[*]", + "[:]", + "[<]", + "[%]", + "[~]", + "[$]" + ], + "correct": 1, + "prob_ind": 52 + }, + { + "prompt": "[<]   [<]   [<]
    [:]   [:]   [:]
    [>]   [>]   [  ]", + "options": [ + "[(]", + "[!]", + "[<]", + "[~]", + "[>]", + "[$]", + "[:]", + "[&]" + ], + "correct": 4, + "prob_ind": 53 + }, + { + "prompt": "[*]   [*]   [*]
    [~]   [~]   [~]
    [$]   [$]   [  ]", + "options": [ + "[$]", + "[<]", + "[~]", + "[:]", + "[>]", + "[&]", + "[*]", + "[(]" + ], + "correct": 0, + "prob_ind": 54 + }, + { + "prompt": "[!]   [!]   [!]
    [(]   [(]   [(]
    [%]   [%]   [  ]", + "options": [ + "[!]", + "[&]", + "[(]", + "[%]", + "[<]", + "[>]", + "[*]", + "[~]" + ], + "correct": 3, + "prob_ind": 55 + }, + { + "prompt": "[*]   [*]   [*]
    [%]   [%]   [%]
    [>]   [>]   [  ]", + "options": [ + "[*]", + "[<]", + "[(]", + "[$]", + "[~]", + "[>]", + "[%]", + "[!]" + ], + "correct": 5, + "prob_ind": 56 + }, + { + "prompt": "[(]   [(]   [(]
    [<]   [<]   [<]
    [%]   [%]   [  ]", + "options": [ + "[(]", + "[<]", + "[*]", + "[!]", + "[%]", + "[$]", + "[>]", + "[&]" + ], + "correct": 4, + "prob_ind": 57 + }, + { + "prompt": "[$]   [$]   [$]
    [%]   [%]   [%]
    [!]   [!]   [  ]", + "options": [ + "[!]", + "[~]", + "[%]", + "[:]", + "[$]", + "[>]", + "[<]", + "[*]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[&]   [&]   [&]
    [%]   [%]   [%]
    [<]   [<]   [  ]", + "options": [ + "[$]", + "[:]", + "[<]", + "[~]", + "[%]", + "[&]", + "[*]", + "[(]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[:]   [:]   [:]
    [$]   [$]   [$]
    [&]   [&]   [  ]", + "options": [ + "[$]", + "[(]", + "[>]", + "[~]", + "[*]", + "[%]", + "[:]", + "[&]" + ], + "correct": 7, + "prob_ind": 60 + }, + { + "prompt": "[<]   [<]   [<]
    [(]   [(]   [(]
    [!]   [!]   [  ]", + "options": [ + "[*]", + "[(]", + "[<]", + "[:]", + "[~]", + "[>]", + "[&]", + "[!]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[&]   [&]   [&]
    [:]   [:]   [:]
    [!]   [!]   [  ]", + "options": [ + "[*]", + "[<]", + "[:]", + "[>]", + "[&]", + "[%]", + "[!]", + "[~]" + ], + "correct": 6, + "prob_ind": 62 + }, + { + "prompt": "[~]   [~]   [~]
    [:]   [:]   [:]
    [!]   [!]   [  ]", + "options": [ + "[<]", + "[~]", + "[:]", + "[$]", + "[!]", + "[(]", + "[>]", + "[&]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[$]   [$]   [$]
    [!]   [!]   [!]
    [&]   [&]   [  ]", + "options": [ + "[$]", + "[:]", + "[&]", + "[*]", + "[!]", + "[<]", + "[(]", + "[%]" + ], + "correct": 2, + "prob_ind": 64 + }, + { + "prompt": "[>]   [>]   [>]
    [$]   [$]   [$]
    [(]   [(]   [  ]", + "options": [ + "[>]", + "[~]", + "[(]", + "[<]", + "[:]", + "[$]", + "[*]", + "[!]" + ], + "correct": 2, + "prob_ind": 65 + }, + { + "prompt": "[%]   [%]   [%]
    [&]   [&]   [&]
    [:]   [:]   [  ]", + "options": [ + "[!]", + "[~]", + "[%]", + "[<]", + "[:]", + "[*]", + "[$]", + "[>]" + ], + "correct": 4, + "prob_ind": 66 + }, + { + "prompt": "[:]   [:]   [:]
    [(]   [(]   [(]
    [<]   [<]   [  ]", + "options": [ + "[~]", + "[%]", + "[*]", + "[:]", + "[!]", + "[$]", + "[(]", + "[<]" + ], + "correct": 7, + "prob_ind": 67 + }, + { + "prompt": "[$]   [$]   [$]
    [*]   [*]   [*]
    [(]   [(]   [  ]", + "options": [ + "[!]", + "[~]", + "[>]", + "[$]", + "[*]", + "[:]", + "[%]", + "[(]" + ], + "correct": 7, + "prob_ind": 68 + }, + { + "prompt": "[&]   [&]   [&]
    [*]   [*]   [*]
    [(]   [(]   [  ]", + "options": [ + "[:]", + "[&]", + "[!]", + "[(]", + "[%]", + "[<]", + "[~]", + "[*]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[%]   [%]   [%]
    [~]   [~]   [~]
    [(]   [(]   [  ]", + "options": [ + "[%]", + "[$]", + "[(]", + "[*]", + "[<]", + "[&]", + "[!]", + "[~]" + ], + "correct": 2, + "prob_ind": 70 + }, + { + "prompt": "[*]   [*]   [*]
    [(]   [(]   [(]
    [>]   [>]   [  ]", + "options": [ + "[(]", + "[:]", + "[&]", + "[>]", + "[*]", + "[<]", + "[$]", + "[~]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[$]   [$]   [$]
    [:]   [:]   [:]
    [&]   [&]   [  ]", + "options": [ + "[~]", + "[*]", + "[>]", + "[$]", + "[:]", + "[!]", + "[%]", + "[&]" + ], + "correct": 7, + "prob_ind": 72 + }, + { + "prompt": "[>]   [>]   [>]
    [:]   [:]   [:]
    [~]   [~]   [  ]", + "options": [ + "[:]", + "[~]", + "[%]", + "[(]", + "[&]", + "[$]", + "[<]", + "[>]" + ], + "correct": 1, + "prob_ind": 73 + }, + { + "prompt": "[&]   [&]   [&]
    [$]   [$]   [$]
    [<]   [<]   [  ]", + "options": [ + "[<]", + "[~]", + "[>]", + "[(]", + "[!]", + "[$]", + "[*]", + "[&]" + ], + "correct": 0, + "prob_ind": 74 + }, + { + "prompt": "[*]   [*]   [*]
    [$]   [$]   [$]
    [%]   [%]   [  ]", + "options": [ + "[$]", + "[&]", + "[!]", + "[(]", + "[*]", + "[<]", + "[>]", + "[%]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[(]   [(]   [(]
    [%]   [%]   [%]
    [>]   [>]   [  ]", + "options": [ + "[(]", + "[*]", + "[!]", + "[>]", + "[<]", + "[&]", + "[:]", + "[~]" + ], + "correct": 3, + "prob_ind": 76 + }, + { + "prompt": "[(]   [(]   [(]
    [&]   [&]   [&]
    [>]   [>]   [  ]", + "options": [ + "[~]", + "[:]", + "[&]", + "[!]", + "[$]", + "[%]", + "[>]", + "[(]" + ], + "correct": 6, + "prob_ind": 77 + }, + { + "prompt": "[%]   [%]   [%]
    [>]   [>]   [>]
    [(]   [(]   [  ]", + "options": [ + "[~]", + "[%]", + "[&]", + "[(]", + "[:]", + "[*]", + "[!]", + "[<]" + ], + "correct": 3, + "prob_ind": 78 + }, + { + "prompt": "[$]   [$]   [$]
    [:]   [:]   [:]
    [*]   [*]   [  ]", + "options": [ + "[&]", + "[*]", + "[!]", + "[>]", + "[%]", + "[(]", + "[$]", + "[<]" + ], + "correct": 1, + "prob_ind": 79 + }, + { + "prompt": "[~]   [~]   [~]
    [>]   [>]   [>]
    [!]   [!]   [  ]", + "options": [ + "[*]", + "[&]", + "[<]", + "[~]", + "[>]", + "[:]", + "[!]", + "[(]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[~]   [~]   [~]
    [%]   [%]   [%]
    [*]   [*]   [  ]", + "options": [ + "[:]", + "[(]", + "[!]", + "[&]", + "[~]", + "[%]", + "[>]", + "[*]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[(]   [(]   [(]
    [<]   [<]   [<]
    [$]   [$]   [  ]", + "options": [ + "[:]", + "[~]", + "[%]", + "[$]", + "[<]", + "[>]", + "[(]", + "[!]" + ], + "correct": 3, + "prob_ind": 82 + }, + { + "prompt": "[&]   [&]   [&]
    [%]   [%]   [%]
    [:]   [:]   [  ]", + "options": [ + "[&]", + "[$]", + "[:]", + "[~]", + "[>]", + "[%]", + "[!]", + "[*]" + ], + "correct": 2, + "prob_ind": 83 + }, + { + "prompt": "[:]   [:]   [:]
    [%]   [%]   [%]
    [<]   [<]   [  ]", + "options": [ + "[*]", + "[%]", + "[:]", + "[>]", + "[~]", + "[(]", + "[<]", + "[!]" + ], + "correct": 6, + "prob_ind": 84 + }, + { + "prompt": "[<]   [<]   [<]
    [>]   [>]   [>]
    [*]   [*]   [  ]", + "options": [ + "[&]", + "[:]", + "[>]", + "[<]", + "[*]", + "[~]", + "[(]", + "[!]" + ], + "correct": 4, + "prob_ind": 85 + }, + { + "prompt": "[&]   [&]   [&]
    [!]   [!]   [!]
    [(]   [(]   [  ]", + "options": [ + "[>]", + "[*]", + "[:]", + "[&]", + "[!]", + "[$]", + "[(]", + "[<]" + ], + "correct": 6, + "prob_ind": 86 + }, + { + "prompt": "[~]   [~]   [~]
    [(]   [(]   [(]
    [>]   [>]   [  ]", + "options": [ + "[(]", + "[~]", + "[$]", + "[!]", + "[<]", + "[:]", + "[>]", + "[*]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[:]   [:]   [:]
    [$]   [$]   [$]
    [%]   [%]   [  ]", + "options": [ + "[<]", + "[!]", + "[$]", + "[:]", + "[%]", + "[~]", + "[>]", + "[*]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[(]   [(]   [(]
    [$]   [$]   [$]
    [!]   [!]   [  ]", + "options": [ + "[!]", + "[(]", + "[$]", + "[:]", + "[*]", + "[<]", + "[&]", + "[~]" + ], + "correct": 0, + "prob_ind": 89 + }, + { + "prompt": "[(]   [(]   [(]
    [!]   [!]   [!]
    [>]   [>]   [  ]", + "options": [ + "[(]", + "[~]", + "[:]", + "[$]", + "[*]", + "[>]", + "[<]", + "[!]" + ], + "correct": 5, + "prob_ind": 90 + }, + { + "prompt": "[$]   [$]   [$]
    [&]   [&]   [&]
    [>]   [>]   [  ]", + "options": [ + "[~]", + "[%]", + "[!]", + "[*]", + "[<]", + "[>]", + "[$]", + "[:]" + ], + "correct": 5, + "prob_ind": 91 + }, + { + "prompt": "[$]   [$]   [$]
    [(]   [(]   [(]
    [&]   [&]   [  ]", + "options": [ + "[$]", + "[!]", + "[*]", + "[%]", + "[<]", + "[&]", + "[>]", + "[(]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[!]   [!]   [!]
    [%]   [%]   [%]
    [>]   [>]   [  ]", + "options": [ + "[<]", + "[:]", + "[*]", + "[!]", + "[&]", + "[>]", + "[(]", + "[$]" + ], + "correct": 5, + "prob_ind": 93 + }, + { + "prompt": "[$]   [$]   [$]
    [~]   [~]   [~]
    [*]   [*]   [  ]", + "options": [ + "[$]", + "[*]", + "[(]", + "[:]", + "[~]", + "[!]", + "[>]", + "[<]" + ], + "correct": 1, + "prob_ind": 94 + }, + { + "prompt": "[>]   [>]   [>]
    [*]   [*]   [*]
    [~]   [~]   [  ]", + "options": [ + "[<]", + "[~]", + "[*]", + "[:]", + "[!]", + "[$]", + "[>]", + "[(]" + ], + "correct": 1, + "prob_ind": 95 + }, + { + "prompt": "[&]   [&]   [&]
    [$]   [$]   [$]
    [~]   [~]   [  ]", + "options": [ + "[<]", + "[~]", + "[$]", + "[(]", + "[>]", + "[*]", + "[&]", + "[:]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[%]   [%]   [%]
    [!]   [!]   [!]
    [*]   [*]   [  ]", + "options": [ + "[&]", + "[<]", + "[*]", + "[:]", + "[!]", + "[~]", + "[(]", + "[%]" + ], + "correct": 2, + "prob_ind": 97 + }, + { + "prompt": "[!]   [!]   [!]
    [$]   [$]   [$]
    [:]   [:]   [  ]", + "options": [ + "[*]", + "[&]", + "[!]", + "[>]", + "[:]", + "[(]", + "[$]", + "[~]" + ], + "correct": 4, + "prob_ind": 98 + }, + { + "prompt": "[:]   [:]   [:]
    [>]   [>]   [>]
    [~]   [~]   [  ]", + "options": [ + "[:]", + "[%]", + "[*]", + "[>]", + "[(]", + "[~]", + "[$]", + "[<]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "col_constant": [ + { + "prompt": "[&]   [>]   [~]
    [&]   [>]   [~]
    [&]   [>]   [  ]", + "options": [ + "[(]", + "[*]", + "[!]", + "[:]", + "[&]", + "[>]", + "[~]", + "[<]" + ], + "correct": 6, + "prob_ind": 0 + }, + { + "prompt": "[~]   [%]   [$]
    [~]   [%]   [$]
    [~]   [%]   [  ]", + "options": [ + "[$]", + "[(]", + "[:]", + "[>]", + "[%]", + "[<]", + "[&]", + "[~]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[(]   [*]   [$]
    [(]   [*]   [$]
    [(]   [*]   [  ]", + "options": [ + "[(]", + "[!]", + "[~]", + "[<]", + "[:]", + "[&]", + "[$]", + "[>]" + ], + "correct": 6, + "prob_ind": 2 + }, + { + "prompt": "[>]   [(]   [:]
    [>]   [(]   [:]
    [>]   [(]   [  ]", + "options": [ + "[$]", + "[(]", + "[>]", + "[!]", + "[*]", + "[~]", + "[<]", + "[:]" + ], + "correct": 7, + "prob_ind": 3 + }, + { + "prompt": "[$]   [:]   [>]
    [$]   [:]   [>]
    [$]   [:]   [  ]", + "options": [ + "[<]", + "[!]", + "[%]", + "[~]", + "[*]", + "[>]", + "[:]", + "[$]" + ], + "correct": 5, + "prob_ind": 4 + }, + { + "prompt": "[*]   [>]   [:]
    [*]   [>]   [:]
    [*]   [>]   [  ]", + "options": [ + "[!]", + "[~]", + "[$]", + "[<]", + "[:]", + "[(]", + "[*]", + "[>]" + ], + "correct": 4, + "prob_ind": 5 + }, + { + "prompt": "[~]   [:]   [!]
    [~]   [:]   [!]
    [~]   [:]   [  ]", + "options": [ + "[:]", + "[<]", + "[~]", + "[(]", + "[*]", + "[$]", + "[>]", + "[!]" + ], + "correct": 7, + "prob_ind": 6 + }, + { + "prompt": "[$]   [(]   [<]
    [$]   [(]   [<]
    [$]   [(]   [  ]", + "options": [ + "[*]", + "[!]", + "[%]", + "[:]", + "[>]", + "[$]", + "[<]", + "[~]" + ], + "correct": 6, + "prob_ind": 7 + }, + { + "prompt": "[~]   [%]   [(]
    [~]   [%]   [(]
    [~]   [%]   [  ]", + "options": [ + "[!]", + "[&]", + "[<]", + "[~]", + "[(]", + "[%]", + "[*]", + "[:]" + ], + "correct": 4, + "prob_ind": 8 + }, + { + "prompt": "[!]   [<]   [(]
    [!]   [<]   [(]
    [!]   [<]   [  ]", + "options": [ + "[(]", + "[*]", + "[<]", + "[~]", + "[!]", + "[:]", + "[>]", + "[&]" + ], + "correct": 0, + "prob_ind": 9 + }, + { + "prompt": "[>]   [*]   [<]
    [>]   [*]   [<]
    [>]   [*]   [  ]", + "options": [ + "[>]", + "[&]", + "[!]", + "[*]", + "[~]", + "[%]", + "[$]", + "[<]" + ], + "correct": 7, + "prob_ind": 10 + }, + { + "prompt": "[&]   [%]   [:]
    [&]   [%]   [:]
    [&]   [%]   [  ]", + "options": [ + "[*]", + "[!]", + "[%]", + "[~]", + "[&]", + "[>]", + "[$]", + "[:]" + ], + "correct": 7, + "prob_ind": 11 + }, + { + "prompt": "[*]   [:]   [%]
    [*]   [:]   [%]
    [*]   [:]   [  ]", + "options": [ + "[*]", + "[!]", + "[:]", + "[>]", + "[~]", + "[$]", + "[%]", + "[(]" + ], + "correct": 6, + "prob_ind": 12 + }, + { + "prompt": "[%]   [(]   [&]
    [%]   [(]   [&]
    [%]   [(]   [  ]", + "options": [ + "[&]", + "[%]", + "[!]", + "[(]", + "[>]", + "[*]", + "[~]", + "[:]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[>]   [&]   [!]
    [>]   [&]   [!]
    [>]   [&]   [  ]", + "options": [ + "[~]", + "[%]", + "[>]", + "[!]", + "[<]", + "[(]", + "[&]", + "[*]" + ], + "correct": 3, + "prob_ind": 14 + }, + { + "prompt": "[<]   [%]   [~]
    [<]   [%]   [~]
    [<]   [%]   [  ]", + "options": [ + "[!]", + "[<]", + "[>]", + "[~]", + "[:]", + "[%]", + "[&]", + "[$]" + ], + "correct": 3, + "prob_ind": 15 + }, + { + "prompt": "[~]   [<]   [>]
    [~]   [<]   [>]
    [~]   [<]   [  ]", + "options": [ + "[&]", + "[(]", + "[%]", + "[!]", + "[<]", + "[*]", + "[~]", + "[>]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[~]   [>]   [<]
    [~]   [>]   [<]
    [~]   [>]   [  ]", + "options": [ + "[>]", + "[(]", + "[:]", + "[*]", + "[$]", + "[!]", + "[<]", + "[~]" + ], + "correct": 6, + "prob_ind": 17 + }, + { + "prompt": "[$]   [!]   [(]
    [$]   [!]   [(]
    [$]   [!]   [  ]", + "options": [ + "[<]", + "[:]", + "[*]", + "[>]", + "[!]", + "[(]", + "[$]", + "[&]" + ], + "correct": 5, + "prob_ind": 18 + }, + { + "prompt": "[<]   [>]   [*]
    [<]   [>]   [*]
    [<]   [>]   [  ]", + "options": [ + "[&]", + "[<]", + "[%]", + "[*]", + "[>]", + "[~]", + "[!]", + "[$]" + ], + "correct": 3, + "prob_ind": 19 + }, + { + "prompt": "[(]   [<]   [~]
    [(]   [<]   [~]
    [(]   [<]   [  ]", + "options": [ + "[>]", + "[%]", + "[*]", + "[<]", + "[(]", + "[!]", + "[:]", + "[~]" + ], + "correct": 7, + "prob_ind": 20 + }, + { + "prompt": "[%]   [:]   [~]
    [%]   [:]   [~]
    [%]   [:]   [  ]", + "options": [ + "[:]", + "[~]", + "[%]", + "[<]", + "[>]", + "[!]", + "[(]", + "[*]" + ], + "correct": 1, + "prob_ind": 21 + }, + { + "prompt": "[%]   [(]   [$]
    [%]   [(]   [$]
    [%]   [(]   [  ]", + "options": [ + "[%]", + "[~]", + "[:]", + "[>]", + "[*]", + "[!]", + "[$]", + "[(]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[*]   [(]   [%]
    [*]   [(]   [%]
    [*]   [(]   [  ]", + "options": [ + "[~]", + "[<]", + "[*]", + "[(]", + "[%]", + "[!]", + "[&]", + "[:]" + ], + "correct": 4, + "prob_ind": 23 + }, + { + "prompt": "[%]   [&]   [<]
    [%]   [&]   [<]
    [%]   [&]   [  ]", + "options": [ + "[%]", + "[(]", + "[&]", + "[<]", + "[>]", + "[!]", + "[*]", + "[~]" + ], + "correct": 3, + "prob_ind": 24 + }, + { + "prompt": "[&]   [~]   [*]
    [&]   [~]   [*]
    [&]   [~]   [  ]", + "options": [ + "[~]", + "[*]", + "[:]", + "[>]", + "[%]", + "[$]", + "[(]", + "[&]" + ], + "correct": 1, + "prob_ind": 25 + }, + { + "prompt": "[(]   [>]   [$]
    [(]   [>]   [$]
    [(]   [>]   [  ]", + "options": [ + "[&]", + "[(]", + "[<]", + "[:]", + "[%]", + "[>]", + "[$]", + "[*]" + ], + "correct": 6, + "prob_ind": 26 + }, + { + "prompt": "[%]   [$]   [~]
    [%]   [$]   [~]
    [%]   [$]   [  ]", + "options": [ + "[>]", + "[*]", + "[%]", + "[$]", + "[~]", + "[:]", + "[<]", + "[(]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[<]   [>]   [$]
    [<]   [>]   [$]
    [<]   [>]   [  ]", + "options": [ + "[~]", + "[:]", + "[(]", + "[$]", + "[<]", + "[!]", + "[%]", + "[>]" + ], + "correct": 3, + "prob_ind": 28 + }, + { + "prompt": "[*]   [>]   [!]
    [*]   [>]   [!]
    [*]   [>]   [  ]", + "options": [ + "[<]", + "[>]", + "[(]", + "[~]", + "[$]", + "[:]", + "[!]", + "[&]" + ], + "correct": 6, + "prob_ind": 29 + }, + { + "prompt": "[*]   [&]   [~]
    [*]   [&]   [~]
    [*]   [&]   [  ]", + "options": [ + "[~]", + "[&]", + "[$]", + "[%]", + "[<]", + "[:]", + "[*]", + "[!]" + ], + "correct": 0, + "prob_ind": 30 + }, + { + "prompt": "[!]   [~]   [:]
    [!]   [~]   [:]
    [!]   [~]   [  ]", + "options": [ + "[*]", + "[&]", + "[<]", + "[(]", + "[$]", + "[!]", + "[:]", + "[~]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[%]   [!]   [(]
    [%]   [!]   [(]
    [%]   [!]   [  ]", + "options": [ + "[*]", + "[$]", + "[%]", + "[&]", + "[~]", + "[<]", + "[!]", + "[(]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[>]   [$]   [%]
    [>]   [$]   [%]
    [>]   [$]   [  ]", + "options": [ + "[%]", + "[>]", + "[*]", + "[$]", + "[<]", + "[~]", + "[&]", + "[:]" + ], + "correct": 0, + "prob_ind": 33 + }, + { + "prompt": "[>]   [(]   [!]
    [>]   [(]   [!]
    [>]   [(]   [  ]", + "options": [ + "[!]", + "[~]", + "[(]", + "[>]", + "[:]", + "[&]", + "[<]", + "[*]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[:]   [>]   [!]
    [:]   [>]   [!]
    [:]   [>]   [  ]", + "options": [ + "[(]", + "[!]", + "[~]", + "[>]", + "[$]", + "[<]", + "[*]", + "[:]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[$]   [%]   [<]
    [$]   [%]   [<]
    [$]   [%]   [  ]", + "options": [ + "[~]", + "[(]", + "[$]", + "[!]", + "[%]", + "[>]", + "[*]", + "[<]" + ], + "correct": 7, + "prob_ind": 36 + }, + { + "prompt": "[>]   [(]   [*]
    [>]   [(]   [*]
    [>]   [(]   [  ]", + "options": [ + "[&]", + "[(]", + "[%]", + "[~]", + "[<]", + "[!]", + "[$]", + "[*]" + ], + "correct": 7, + "prob_ind": 37 + }, + { + "prompt": "[<]   [$]   [*]
    [<]   [$]   [*]
    [<]   [$]   [  ]", + "options": [ + "[<]", + "[~]", + "[$]", + "[(]", + "[!]", + "[*]", + "[:]", + "[>]" + ], + "correct": 5, + "prob_ind": 38 + }, + { + "prompt": "[>]   [:]   [!]
    [>]   [:]   [!]
    [>]   [:]   [  ]", + "options": [ + "[(]", + "[*]", + "[$]", + "[!]", + "[%]", + "[&]", + "[:]", + "[<]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[(]   [$]   [*]
    [(]   [$]   [*]
    [(]   [$]   [  ]", + "options": [ + "[<]", + "[:]", + "[*]", + "[!]", + "[$]", + "[(]", + "[%]", + "[~]" + ], + "correct": 2, + "prob_ind": 40 + }, + { + "prompt": "[*]   [~]   [!]
    [*]   [~]   [!]
    [*]   [~]   [  ]", + "options": [ + "[(]", + "[~]", + "[*]", + "[$]", + "[&]", + "[>]", + "[<]", + "[!]" + ], + "correct": 7, + "prob_ind": 41 + }, + { + "prompt": "[&]   [<]   [!]
    [&]   [<]   [!]
    [&]   [<]   [  ]", + "options": [ + "[(]", + "[*]", + "[%]", + "[$]", + "[&]", + "[!]", + "[~]", + "[<]" + ], + "correct": 5, + "prob_ind": 42 + }, + { + "prompt": "[<]   [!]   [%]
    [<]   [!]   [%]
    [<]   [!]   [  ]", + "options": [ + "[*]", + "[~]", + "[&]", + "[<]", + "[>]", + "[!]", + "[%]", + "[(]" + ], + "correct": 6, + "prob_ind": 43 + }, + { + "prompt": "[$]   [!]   [~]
    [$]   [!]   [~]
    [$]   [!]   [  ]", + "options": [ + "[(]", + "[*]", + "[>]", + "[!]", + "[$]", + "[&]", + "[:]", + "[~]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[:]   [$]   [<]
    [:]   [$]   [<]
    [:]   [$]   [  ]", + "options": [ + "[<]", + "[*]", + "[(]", + "[:]", + "[!]", + "[>]", + "[$]", + "[~]" + ], + "correct": 0, + "prob_ind": 45 + }, + { + "prompt": "[&]   [~]   [>]
    [&]   [~]   [>]
    [&]   [~]   [  ]", + "options": [ + "[~]", + "[!]", + "[%]", + "[<]", + "[:]", + "[$]", + "[>]", + "[&]" + ], + "correct": 6, + "prob_ind": 46 + }, + { + "prompt": "[(]   [<]   [%]
    [(]   [<]   [%]
    [(]   [<]   [  ]", + "options": [ + "[<]", + "[*]", + "[%]", + "[~]", + "[>]", + "[&]", + "[(]", + "[!]" + ], + "correct": 2, + "prob_ind": 47 + }, + { + "prompt": "[(]   [%]   [:]
    [(]   [%]   [:]
    [(]   [%]   [  ]", + "options": [ + "[*]", + "[:]", + "[<]", + "[(]", + "[&]", + "[%]", + "[!]", + "[~]" + ], + "correct": 1, + "prob_ind": 48 + }, + { + "prompt": "[:]   [%]   [<]
    [:]   [%]   [<]
    [:]   [%]   [  ]", + "options": [ + "[:]", + "[!]", + "[*]", + "[%]", + "[&]", + "[~]", + "[$]", + "[<]" + ], + "correct": 7, + "prob_ind": 49 + }, + { + "prompt": "[$]   [&]   [>]
    [$]   [&]   [>]
    [$]   [&]   [  ]", + "options": [ + "[:]", + "[!]", + "[>]", + "[<]", + "[$]", + "[~]", + "[(]", + "[&]" + ], + "correct": 2, + "prob_ind": 50 + }, + { + "prompt": "[*]   [%]   [>]
    [*]   [%]   [>]
    [*]   [%]   [  ]", + "options": [ + "[(]", + "[<]", + "[>]", + "[%]", + "[$]", + "[&]", + "[*]", + "[!]" + ], + "correct": 2, + "prob_ind": 51 + }, + { + "prompt": "[*]   [~]   [:]
    [*]   [~]   [:]
    [*]   [~]   [  ]", + "options": [ + "[*]", + "[(]", + "[:]", + "[~]", + "[!]", + "[>]", + "[<]", + "[$]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[~]   [(]   [*]
    [~]   [(]   [*]
    [~]   [(]   [  ]", + "options": [ + "[<]", + "[&]", + "[!]", + "[>]", + "[~]", + "[:]", + "[(]", + "[*]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[<]   [*]   [%]
    [<]   [*]   [%]
    [<]   [*]   [  ]", + "options": [ + "[>]", + "[~]", + "[:]", + "[*]", + "[%]", + "[<]", + "[&]", + "[(]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[:]   [<]   [%]
    [:]   [<]   [%]
    [:]   [<]   [  ]", + "options": [ + "[*]", + "[:]", + "[&]", + "[~]", + "[>]", + "[<]", + "[$]", + "[%]" + ], + "correct": 7, + "prob_ind": 55 + }, + { + "prompt": "[&]   [*]   [~]
    [&]   [*]   [~]
    [&]   [*]   [  ]", + "options": [ + "[*]", + "[:]", + "[%]", + "[~]", + "[&]", + "[!]", + "[<]", + "[(]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[*]   [$]   [~]
    [*]   [$]   [~]
    [*]   [$]   [  ]", + "options": [ + "[(]", + "[>]", + "[*]", + "[~]", + "[<]", + "[$]", + "[%]", + "[:]" + ], + "correct": 3, + "prob_ind": 57 + }, + { + "prompt": "[!]   [(]   [%]
    [!]   [(]   [%]
    [!]   [(]   [  ]", + "options": [ + "[&]", + "[(]", + "[$]", + "[*]", + "[:]", + "[!]", + "[%]", + "[<]" + ], + "correct": 6, + "prob_ind": 58 + }, + { + "prompt": "[!]   [~]   [*]
    [!]   [~]   [*]
    [!]   [~]   [  ]", + "options": [ + "[>]", + "[!]", + "[*]", + "[~]", + "[(]", + "[<]", + "[$]", + "[:]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[&]   [%]   [!]
    [&]   [%]   [!]
    [&]   [%]   [  ]", + "options": [ + "[&]", + "[(]", + "[>]", + "[~]", + "[*]", + "[!]", + "[%]", + "[<]" + ], + "correct": 5, + "prob_ind": 60 + }, + { + "prompt": "[*]   [~]   [(]
    [*]   [~]   [(]
    [*]   [~]   [  ]", + "options": [ + "[&]", + "[~]", + "[(]", + "[!]", + "[>]", + "[<]", + "[*]", + "[:]" + ], + "correct": 2, + "prob_ind": 61 + }, + { + "prompt": "[~]   [!]   [<]
    [~]   [!]   [<]
    [~]   [!]   [  ]", + "options": [ + "[~]", + "[<]", + "[:]", + "[>]", + "[!]", + "[*]", + "[&]", + "[(]" + ], + "correct": 1, + "prob_ind": 62 + }, + { + "prompt": "[>]   [!]   [&]
    [>]   [!]   [&]
    [>]   [!]   [  ]", + "options": [ + "[%]", + "[>]", + "[<]", + "[$]", + "[&]", + "[*]", + "[(]", + "[!]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[(]   [!]   [<]
    [(]   [!]   [<]
    [(]   [!]   [  ]", + "options": [ + "[*]", + "[(]", + "[>]", + "[~]", + "[<]", + "[$]", + "[!]", + "[:]" + ], + "correct": 4, + "prob_ind": 64 + }, + { + "prompt": "[~]   [&]   [*]
    [~]   [&]   [*]
    [~]   [&]   [  ]", + "options": [ + "[(]", + "[%]", + "[!]", + "[&]", + "[:]", + "[*]", + "[~]", + "[<]" + ], + "correct": 5, + "prob_ind": 65 + }, + { + "prompt": "[&]   [<]   [%]
    [&]   [<]   [%]
    [&]   [<]   [  ]", + "options": [ + "[<]", + "[(]", + "[&]", + "[>]", + "[%]", + "[*]", + "[!]", + "[~]" + ], + "correct": 4, + "prob_ind": 66 + }, + { + "prompt": "[<]   [*]   [>]
    [<]   [*]   [>]
    [<]   [*]   [  ]", + "options": [ + "[$]", + "[&]", + "[<]", + "[*]", + "[>]", + "[%]", + "[(]", + "[~]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[%]   [~]   [(]
    [%]   [~]   [(]
    [%]   [~]   [  ]", + "options": [ + "[<]", + "[~]", + "[%]", + "[!]", + "[(]", + "[*]", + "[>]", + "[$]" + ], + "correct": 4, + "prob_ind": 68 + }, + { + "prompt": "[*]   [%]   [(]
    [*]   [%]   [(]
    [*]   [%]   [  ]", + "options": [ + "[&]", + "[*]", + "[<]", + "[$]", + "[:]", + "[!]", + "[(]", + "[%]" + ], + "correct": 6, + "prob_ind": 69 + }, + { + "prompt": "[*]   [(]   [:]
    [*]   [(]   [:]
    [*]   [(]   [  ]", + "options": [ + "[*]", + "[<]", + "[>]", + "[:]", + "[!]", + "[(]", + "[~]", + "[$]" + ], + "correct": 3, + "prob_ind": 70 + }, + { + "prompt": "[$]   [>]   [*]
    [$]   [>]   [*]
    [$]   [>]   [  ]", + "options": [ + "[:]", + "[>]", + "[%]", + "[*]", + "[<]", + "[(]", + "[$]", + "[&]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[(]   [&]   [~]
    [(]   [&]   [~]
    [(]   [&]   [  ]", + "options": [ + "[%]", + "[<]", + "[&]", + "[*]", + "[>]", + "[!]", + "[(]", + "[~]" + ], + "correct": 7, + "prob_ind": 72 + }, + { + "prompt": "[*]   [>]   [(]
    [*]   [>]   [(]
    [*]   [>]   [  ]", + "options": [ + "[*]", + "[(]", + "[!]", + "[~]", + "[%]", + "[&]", + "[:]", + "[>]" + ], + "correct": 1, + "prob_ind": 73 + }, + { + "prompt": "[(]   [>]   [:]
    [(]   [>]   [:]
    [(]   [>]   [  ]", + "options": [ + "[<]", + "[>]", + "[(]", + "[*]", + "[$]", + "[~]", + "[%]", + "[:]" + ], + "correct": 7, + "prob_ind": 74 + }, + { + "prompt": "[~]   [(]   [!]
    [~]   [(]   [!]
    [~]   [(]   [  ]", + "options": [ + "[<]", + "[>]", + "[&]", + "[:]", + "[!]", + "[~]", + "[*]", + "[(]" + ], + "correct": 4, + "prob_ind": 75 + }, + { + "prompt": "[>]   [(]   [&]
    [>]   [(]   [&]
    [>]   [(]   [  ]", + "options": [ + "[!]", + "[>]", + "[:]", + "[*]", + "[&]", + "[%]", + "[~]", + "[(]" + ], + "correct": 4, + "prob_ind": 76 + }, + { + "prompt": "[%]   [:]   [<]
    [%]   [:]   [<]
    [%]   [:]   [  ]", + "options": [ + "[>]", + "[&]", + "[%]", + "[$]", + "[*]", + "[:]", + "[(]", + "[<]" + ], + "correct": 7, + "prob_ind": 77 + }, + { + "prompt": "[*]   [~]   [>]
    [*]   [~]   [>]
    [*]   [~]   [  ]", + "options": [ + "[>]", + "[%]", + "[!]", + "[(]", + "[$]", + "[*]", + "[~]", + "[&]" + ], + "correct": 0, + "prob_ind": 78 + }, + { + "prompt": "[&]   [:]   [$]
    [&]   [:]   [$]
    [&]   [:]   [  ]", + "options": [ + "[<]", + "[>]", + "[~]", + "[$]", + "[:]", + "[!]", + "[(]", + "[%]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[(]   [$]   [<]
    [(]   [$]   [<]
    [(]   [$]   [  ]", + "options": [ + "[<]", + "[!]", + "[:]", + "[~]", + "[(]", + "[>]", + "[*]", + "[$]" + ], + "correct": 0, + "prob_ind": 80 + }, + { + "prompt": "[$]   [%]   [~]
    [$]   [%]   [~]
    [$]   [%]   [  ]", + "options": [ + "[:]", + "[(]", + "[%]", + "[*]", + "[>]", + "[~]", + "[<]", + "[$]" + ], + "correct": 5, + "prob_ind": 81 + }, + { + "prompt": "[!]   [%]   [:]
    [!]   [%]   [:]
    [!]   [%]   [  ]", + "options": [ + "[!]", + "[<]", + "[*]", + "[>]", + "[:]", + "[$]", + "[%]", + "[~]" + ], + "correct": 4, + "prob_ind": 82 + }, + { + "prompt": "[*]   [(]   [$]
    [*]   [(]   [$]
    [*]   [(]   [  ]", + "options": [ + "[~]", + "[$]", + "[!]", + "[&]", + "[(]", + "[*]", + "[>]", + "[:]" + ], + "correct": 1, + "prob_ind": 83 + }, + { + "prompt": "[&]   [*]   [!]
    [&]   [*]   [!]
    [&]   [*]   [  ]", + "options": [ + "[%]", + "[&]", + "[(]", + "[:]", + "[!]", + "[~]", + "[<]", + "[*]" + ], + "correct": 4, + "prob_ind": 84 + }, + { + "prompt": "[~]   [*]   [<]
    [~]   [*]   [<]
    [~]   [*]   [  ]", + "options": [ + "[(]", + "[<]", + "[%]", + "[~]", + "[!]", + "[*]", + "[>]", + "[:]" + ], + "correct": 1, + "prob_ind": 85 + }, + { + "prompt": "[$]   [!]   [<]
    [$]   [!]   [<]
    [$]   [!]   [  ]", + "options": [ + "[*]", + "[~]", + "[>]", + "[!]", + "[<]", + "[:]", + "[(]", + "[&]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[&]   [!]   [~]
    [&]   [!]   [~]
    [&]   [!]   [  ]", + "options": [ + "[*]", + "[!]", + "[<]", + "[>]", + "[&]", + "[(]", + "[~]", + "[%]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[:]   [!]   [&]
    [:]   [!]   [&]
    [:]   [!]   [  ]", + "options": [ + "[:]", + "[<]", + "[~]", + "[>]", + "[&]", + "[$]", + "[(]", + "[*]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[!]   [<]   [~]
    [!]   [<]   [~]
    [!]   [<]   [  ]", + "options": [ + "[*]", + "[:]", + "[<]", + "[!]", + "[>]", + "[~]", + "[(]", + "[&]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[%]   [<]   [!]
    [%]   [<]   [!]
    [%]   [<]   [  ]", + "options": [ + "[(]", + "[&]", + "[$]", + "[%]", + "[*]", + "[!]", + "[>]", + "[<]" + ], + "correct": 5, + "prob_ind": 90 + }, + { + "prompt": "[(]   [$]   [!]
    [(]   [$]   [!]
    [(]   [$]   [  ]", + "options": [ + "[!]", + "[*]", + "[(]", + "[$]", + "[<]", + "[&]", + "[~]", + "[>]" + ], + "correct": 0, + "prob_ind": 91 + }, + { + "prompt": "[&]   [(]   [%]
    [&]   [(]   [%]
    [&]   [(]   [  ]", + "options": [ + "[<]", + "[!]", + "[*]", + "[~]", + "[:]", + "[%]", + "[(]", + "[&]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[&]   [(]   [~]
    [&]   [(]   [~]
    [&]   [(]   [  ]", + "options": [ + "[%]", + "[&]", + "[~]", + "[*]", + "[>]", + "[<]", + "[$]", + "[(]" + ], + "correct": 2, + "prob_ind": 93 + }, + { + "prompt": "[:]   [&]   [~]
    [:]   [&]   [~]
    [:]   [&]   [  ]", + "options": [ + "[(]", + "[:]", + "[>]", + "[&]", + "[<]", + "[%]", + "[$]", + "[~]" + ], + "correct": 7, + "prob_ind": 94 + }, + { + "prompt": "[$]   [>]   [!]
    [$]   [>]   [!]
    [$]   [>]   [  ]", + "options": [ + "[%]", + "[!]", + "[~]", + "[$]", + "[&]", + "[>]", + "[*]", + "[<]" + ], + "correct": 1, + "prob_ind": 95 + }, + { + "prompt": "[:]   [~]   [&]
    [:]   [~]   [&]
    [:]   [~]   [  ]", + "options": [ + "[>]", + "[&]", + "[<]", + "[%]", + "[:]", + "[!]", + "[$]", + "[~]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[~]   [&]   [<]
    [~]   [&]   [<]
    [~]   [&]   [  ]", + "options": [ + "[%]", + "[$]", + "[<]", + "[(]", + "[!]", + "[&]", + "[>]", + "[~]" + ], + "correct": 2, + "prob_ind": 97 + }, + { + "prompt": "[$]   [:]   [<]
    [$]   [:]   [<]
    [$]   [:]   [  ]", + "options": [ + "[<]", + "[!]", + "[*]", + "[~]", + "[:]", + "[$]", + "[(]", + "[>]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[>]   [%]   [*]
    [>]   [%]   [*]
    [>]   [%]   [  ]", + "options": [ + "[!]", + "[%]", + "[>]", + "[:]", + "[~]", + "[*]", + "[&]", + "[(]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "dist3_diag1": [ + { + "prompt": "[~]   [*]   [<]
    [*]   [<]   [~]
    [<]   [~]   [  ]", + "options": [ + "[*]", + "[&]", + "[!]", + "[(]", + "[<]", + "[:]", + "[%]", + "[~]" + ], + "correct": 0, + "prob_ind": 0 + }, + { + "prompt": "[:]   [(]   [*]
    [(]   [*]   [:]
    [*]   [:]   [  ]", + "options": [ + "[&]", + "[*]", + "[~]", + "[$]", + "[(]", + "[!]", + "[>]", + "[<]" + ], + "correct": 4, + "prob_ind": 1 + }, + { + "prompt": "[<]   [>]   [~]
    [>]   [~]   [<]
    [~]   [<]   [  ]", + "options": [ + "[*]", + "[!]", + "[>]", + "[$]", + "[(]", + "[:]", + "[~]", + "[<]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[$]   [%]   [<]
    [%]   [<]   [$]
    [<]   [$]   [  ]", + "options": [ + "[~]", + "[$]", + "[>]", + "[:]", + "[<]", + "[*]", + "[(]", + "[%]" + ], + "correct": 7, + "prob_ind": 3 + }, + { + "prompt": "[$]   [~]   [<]
    [~]   [<]   [$]
    [<]   [$]   [  ]", + "options": [ + "[*]", + "[<]", + "[~]", + "[>]", + "[!]", + "[:]", + "[&]", + "[(]" + ], + "correct": 2, + "prob_ind": 4 + }, + { + "prompt": "[*]   [~]   [&]
    [~]   [&]   [*]
    [&]   [*]   [  ]", + "options": [ + "[*]", + "[%]", + "[:]", + "[<]", + "[(]", + "[~]", + "[&]", + "[!]" + ], + "correct": 5, + "prob_ind": 5 + }, + { + "prompt": "[(]   [*]   [>]
    [*]   [>]   [(]
    [>]   [(]   [  ]", + "options": [ + "[(]", + "[~]", + "[$]", + "[<]", + "[%]", + "[*]", + "[>]", + "[!]" + ], + "correct": 5, + "prob_ind": 6 + }, + { + "prompt": "[~]   [%]   [!]
    [%]   [!]   [~]
    [!]   [~]   [  ]", + "options": [ + "[*]", + "[%]", + "[&]", + "[:]", + "[!]", + "[<]", + "[~]", + "[>]" + ], + "correct": 1, + "prob_ind": 7 + }, + { + "prompt": "[*]   [$]   [%]
    [$]   [%]   [*]
    [%]   [*]   [  ]", + "options": [ + "[>]", + "[(]", + "[*]", + "[<]", + "[$]", + "[&]", + "[%]", + "[:]" + ], + "correct": 4, + "prob_ind": 8 + }, + { + "prompt": "[<]   [:]   [%]
    [:]   [%]   [<]
    [%]   [<]   [  ]", + "options": [ + "[~]", + "[<]", + "[&]", + "[:]", + "[!]", + "[>]", + "[%]", + "[$]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[*]   [<]   [!]
    [<]   [!]   [*]
    [!]   [*]   [  ]", + "options": [ + "[&]", + "[<]", + "[>]", + "[(]", + "[%]", + "[!]", + "[~]", + "[*]" + ], + "correct": 1, + "prob_ind": 10 + }, + { + "prompt": "[$]   [!]   [~]
    [!]   [~]   [$]
    [~]   [$]   [  ]", + "options": [ + "[*]", + "[~]", + "[$]", + "[(]", + "[:]", + "[>]", + "[!]", + "[&]" + ], + "correct": 6, + "prob_ind": 11 + }, + { + "prompt": "[&]   [%]   [*]
    [%]   [*]   [&]
    [*]   [&]   [  ]", + "options": [ + "[~]", + "[&]", + "[>]", + "[%]", + "[*]", + "[<]", + "[(]", + "[!]" + ], + "correct": 3, + "prob_ind": 12 + }, + { + "prompt": "[!]   [*]   [:]
    [*]   [:]   [!]
    [:]   [!]   [  ]", + "options": [ + "[>]", + "[(]", + "[<]", + "[*]", + "[!]", + "[:]", + "[&]", + "[%]" + ], + "correct": 3, + "prob_ind": 13 + }, + { + "prompt": "[*]   [!]   [:]
    [!]   [:]   [*]
    [:]   [*]   [  ]", + "options": [ + "[&]", + "[>]", + "[$]", + "[<]", + "[*]", + "[(]", + "[!]", + "[:]" + ], + "correct": 6, + "prob_ind": 14 + }, + { + "prompt": "[*]   [>]   [!]
    [>]   [!]   [*]
    [!]   [*]   [  ]", + "options": [ + "[!]", + "[>]", + "[*]", + "[:]", + "[(]", + "[%]", + "[&]", + "[<]" + ], + "correct": 1, + "prob_ind": 15 + }, + { + "prompt": "[:]   [~]   [&]
    [~]   [&]   [:]
    [&]   [:]   [  ]", + "options": [ + "[>]", + "[&]", + "[%]", + "[*]", + "[:]", + "[!]", + "[<]", + "[~]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[&]   [!]   [~]
    [!]   [~]   [&]
    [~]   [&]   [  ]", + "options": [ + "[(]", + "[*]", + "[%]", + "[~]", + "[&]", + "[!]", + "[>]", + "[<]" + ], + "correct": 5, + "prob_ind": 17 + }, + { + "prompt": "[*]   [!]   [(]
    [!]   [(]   [*]
    [(]   [*]   [  ]", + "options": [ + "[$]", + "[*]", + "[%]", + "[(]", + "[~]", + "[!]", + "[<]", + "[&]" + ], + "correct": 5, + "prob_ind": 18 + }, + { + "prompt": "[:]   [!]   [~]
    [!]   [~]   [:]
    [~]   [:]   [  ]", + "options": [ + "[~]", + "[:]", + "[!]", + "[&]", + "[>]", + "[(]", + "[*]", + "[%]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[~]   [>]   [(]
    [>]   [(]   [~]
    [(]   [~]   [  ]", + "options": [ + "[<]", + "[(]", + "[>]", + "[!]", + "[$]", + "[*]", + "[:]", + "[~]" + ], + "correct": 2, + "prob_ind": 20 + }, + { + "prompt": "[*]   [(]   [:]
    [(]   [:]   [*]
    [:]   [*]   [  ]", + "options": [ + "[<]", + "[&]", + "[>]", + "[*]", + "[:]", + "[!]", + "[(]", + "[$]" + ], + "correct": 6, + "prob_ind": 21 + }, + { + "prompt": "[!]   [$]   [%]
    [$]   [%]   [!]
    [%]   [!]   [  ]", + "options": [ + "[!]", + "[<]", + "[*]", + "[>]", + "[:]", + "[%]", + "[$]", + "[&]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[!]   [$]   [~]
    [$]   [~]   [!]
    [~]   [!]   [  ]", + "options": [ + "[~]", + "[$]", + "[*]", + "[>]", + "[!]", + "[(]", + "[&]", + "[<]" + ], + "correct": 1, + "prob_ind": 23 + }, + { + "prompt": "[%]   [>]   [&]
    [>]   [&]   [%]
    [&]   [%]   [  ]", + "options": [ + "[<]", + "[&]", + "[>]", + "[!]", + "[*]", + "[~]", + "[:]", + "[$]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[>]   [<]   [$]
    [<]   [$]   [>]
    [$]   [>]   [  ]", + "options": [ + "[*]", + "[~]", + "[(]", + "[$]", + "[<]", + "[>]", + "[:]", + "[!]" + ], + "correct": 4, + "prob_ind": 25 + }, + { + "prompt": "[!]   [(]   [<]
    [(]   [<]   [!]
    [<]   [!]   [  ]", + "options": [ + "[<]", + "[(]", + "[~]", + "[>]", + "[&]", + "[!]", + "[:]", + "[*]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[*]   [%]   [$]
    [%]   [$]   [*]
    [$]   [*]   [  ]", + "options": [ + "[>]", + "[$]", + "[&]", + "[*]", + "[!]", + "[(]", + "[:]", + "[%]" + ], + "correct": 7, + "prob_ind": 27 + }, + { + "prompt": "[>]   [:]   [(]
    [:]   [(]   [>]
    [(]   [>]   [  ]", + "options": [ + "[(]", + "[:]", + "[~]", + "[&]", + "[$]", + "[<]", + "[*]", + "[>]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[(]   [!]   [:]
    [!]   [:]   [(]
    [:]   [(]   [  ]", + "options": [ + "[(]", + "[*]", + "[%]", + "[:]", + "[<]", + "[&]", + "[!]", + "[$]" + ], + "correct": 6, + "prob_ind": 29 + }, + { + "prompt": "[&]   [(]   [!]
    [(]   [!]   [&]
    [!]   [&]   [  ]", + "options": [ + "[$]", + "[*]", + "[%]", + "[(]", + "[&]", + "[~]", + "[!]", + "[<]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[&]   [*]   [:]
    [*]   [:]   [&]
    [:]   [&]   [  ]", + "options": [ + "[$]", + "[&]", + "[:]", + "[~]", + "[>]", + "[!]", + "[*]", + "[%]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[*]   [:]   [&]
    [:]   [&]   [*]
    [&]   [*]   [  ]", + "options": [ + "[:]", + "[$]", + "[*]", + "[!]", + "[>]", + "[%]", + "[<]", + "[&]" + ], + "correct": 0, + "prob_ind": 32 + }, + { + "prompt": "[!]   [%]   [<]
    [%]   [<]   [!]
    [<]   [!]   [  ]", + "options": [ + "[:]", + "[!]", + "[%]", + "[&]", + "[(]", + "[*]", + "[<]", + "[~]" + ], + "correct": 2, + "prob_ind": 33 + }, + { + "prompt": "[*]   [:]   [<]
    [:]   [<]   [*]
    [<]   [*]   [  ]", + "options": [ + "[%]", + "[<]", + "[(]", + "[!]", + "[>]", + "[*]", + "[~]", + "[:]" + ], + "correct": 7, + "prob_ind": 34 + }, + { + "prompt": "[~]   [$]   [:]
    [$]   [:]   [~]
    [:]   [~]   [  ]", + "options": [ + "[<]", + "[~]", + "[(]", + "[:]", + "[>]", + "[!]", + "[&]", + "[$]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[<]   [%]   [(]
    [%]   [(]   [<]
    [(]   [<]   [  ]", + "options": [ + "[:]", + "[<]", + "[~]", + "[*]", + "[$]", + "[(]", + "[%]", + "[>]" + ], + "correct": 6, + "prob_ind": 36 + }, + { + "prompt": "[~]   [!]   [&]
    [!]   [&]   [~]
    [&]   [~]   [  ]", + "options": [ + "[<]", + "[~]", + "[!]", + "[>]", + "[$]", + "[%]", + "[&]", + "[(]" + ], + "correct": 2, + "prob_ind": 37 + }, + { + "prompt": "[%]   [(]   [:]
    [(]   [:]   [%]
    [:]   [%]   [  ]", + "options": [ + "[&]", + "[*]", + "[!]", + "[~]", + "[<]", + "[>]", + "[(]", + "[%]" + ], + "correct": 6, + "prob_ind": 38 + }, + { + "prompt": "[>]   [&]   [$]
    [&]   [$]   [>]
    [$]   [>]   [  ]", + "options": [ + "[&]", + "[~]", + "[>]", + "[%]", + "[<]", + "[!]", + "[:]", + "[*]" + ], + "correct": 0, + "prob_ind": 39 + }, + { + "prompt": "[$]   [<]   [~]
    [<]   [~]   [$]
    [~]   [$]   [  ]", + "options": [ + "[~]", + "[!]", + "[>]", + "[:]", + "[$]", + "[%]", + "[<]", + "[(]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[>]   [<]   [&]
    [<]   [&]   [>]
    [&]   [>]   [  ]", + "options": [ + "[&]", + "[%]", + "[>]", + "[:]", + "[~]", + "[<]", + "[!]", + "[*]" + ], + "correct": 5, + "prob_ind": 41 + }, + { + "prompt": "[>]   [~]   [!]
    [~]   [!]   [>]
    [!]   [>]   [  ]", + "options": [ + "[%]", + "[~]", + "[!]", + "[*]", + "[>]", + "[$]", + "[:]", + "[(]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[(]   [:]   [>]
    [:]   [>]   [(]
    [>]   [(]   [  ]", + "options": [ + "[&]", + "[*]", + "[(]", + "[>]", + "[:]", + "[$]", + "[<]", + "[~]" + ], + "correct": 4, + "prob_ind": 43 + }, + { + "prompt": "[&]   [$]   [~]
    [$]   [~]   [&]
    [~]   [&]   [  ]", + "options": [ + "[(]", + "[!]", + "[%]", + "[~]", + "[<]", + "[&]", + "[>]", + "[$]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[:]   [&]   [$]
    [&]   [$]   [:]
    [$]   [:]   [  ]", + "options": [ + "[<]", + "[$]", + "[&]", + "[*]", + "[~]", + "[>]", + "[%]", + "[(]" + ], + "correct": 2, + "prob_ind": 45 + }, + { + "prompt": "[>]   [!]   [*]
    [!]   [*]   [>]
    [*]   [>]   [  ]", + "options": [ + "[!]", + "[(]", + "[*]", + "[$]", + "[:]", + "[~]", + "[&]", + "[<]" + ], + "correct": 0, + "prob_ind": 46 + }, + { + "prompt": "[*]   [<]   [~]
    [<]   [~]   [*]
    [~]   [*]   [  ]", + "options": [ + "[(]", + "[~]", + "[:]", + "[*]", + "[<]", + "[>]", + "[%]", + "[!]" + ], + "correct": 4, + "prob_ind": 47 + }, + { + "prompt": "[~]   [%]   [:]
    [%]   [:]   [~]
    [:]   [~]   [  ]", + "options": [ + "[!]", + "[~]", + "[%]", + "[:]", + "[>]", + "[(]", + "[&]", + "[$]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[(]   [*]   [%]
    [*]   [%]   [(]
    [%]   [(]   [  ]", + "options": [ + "[%]", + "[(]", + "[*]", + "[&]", + "[<]", + "[!]", + "[>]", + "[$]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[!]   [~]   [>]
    [~]   [>]   [!]
    [>]   [!]   [  ]", + "options": [ + "[:]", + "[<]", + "[&]", + "[~]", + "[(]", + "[!]", + "[*]", + "[$]" + ], + "correct": 3, + "prob_ind": 50 + }, + { + "prompt": "[*]   [~]   [%]
    [~]   [%]   [*]
    [%]   [*]   [  ]", + "options": [ + "[&]", + "[*]", + "[!]", + "[(]", + "[<]", + "[~]", + "[>]", + "[%]" + ], + "correct": 5, + "prob_ind": 51 + }, + { + "prompt": "[<]   [(]   [~]
    [(]   [~]   [<]
    [~]   [<]   [  ]", + "options": [ + "[<]", + "[>]", + "[%]", + "[$]", + "[(]", + "[~]", + "[:]", + "[!]" + ], + "correct": 4, + "prob_ind": 52 + }, + { + "prompt": "[&]   [<]   [!]
    [<]   [!]   [&]
    [!]   [&]   [  ]", + "options": [ + "[~]", + "[&]", + "[>]", + "[*]", + "[!]", + "[%]", + "[(]", + "[<]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[!]   [$]   [&]
    [$]   [&]   [!]
    [&]   [!]   [  ]", + "options": [ + "[%]", + "[:]", + "[!]", + "[&]", + "[$]", + "[<]", + "[>]", + "[(]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[:]   [<]   [&]
    [<]   [&]   [:]
    [&]   [:]   [  ]", + "options": [ + "[~]", + "[*]", + "[!]", + "[$]", + "[:]", + "[<]", + "[&]", + "[>]" + ], + "correct": 5, + "prob_ind": 55 + }, + { + "prompt": "[(]   [%]   [~]
    [%]   [~]   [(]
    [~]   [(]   [  ]", + "options": [ + "[!]", + "[>]", + "[*]", + "[%]", + "[&]", + "[(]", + "[~]", + "[$]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[$]   [!]   [:]
    [!]   [:]   [$]
    [:]   [$]   [  ]", + "options": [ + "[&]", + "[:]", + "[%]", + "[*]", + "[(]", + "[>]", + "[!]", + "[$]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[*]   [!]   [$]
    [!]   [$]   [*]
    [$]   [*]   [  ]", + "options": [ + "[&]", + "[%]", + "[$]", + "[(]", + "[<]", + "[>]", + "[!]", + "[*]" + ], + "correct": 6, + "prob_ind": 58 + }, + { + "prompt": "[~]   [&]   [>]
    [&]   [>]   [~]
    [>]   [~]   [  ]", + "options": [ + "[>]", + "[%]", + "[$]", + "[&]", + "[(]", + "[:]", + "[~]", + "[!]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[(]   [:]   [*]
    [:]   [*]   [(]
    [*]   [(]   [  ]", + "options": [ + "[:]", + "[!]", + "[$]", + "[&]", + "[<]", + "[*]", + "[>]", + "[(]" + ], + "correct": 0, + "prob_ind": 60 + }, + { + "prompt": "[&]   [(]   [>]
    [(]   [>]   [&]
    [>]   [&]   [  ]", + "options": [ + "[$]", + "[(]", + "[>]", + "[<]", + "[*]", + "[!]", + "[~]", + "[:]" + ], + "correct": 1, + "prob_ind": 61 + }, + { + "prompt": "[:]   [~]   [$]
    [~]   [$]   [:]
    [$]   [:]   [  ]", + "options": [ + "[>]", + "[(]", + "[<]", + "[$]", + "[%]", + "[!]", + "[~]", + "[:]" + ], + "correct": 6, + "prob_ind": 62 + }, + { + "prompt": "[!]   [:]   [&]
    [:]   [&]   [!]
    [&]   [!]   [  ]", + "options": [ + "[:]", + "[!]", + "[~]", + "[&]", + "[%]", + "[$]", + "[*]", + "[(]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[$]   [<]   [>]
    [<]   [>]   [$]
    [>]   [$]   [  ]", + "options": [ + "[(]", + "[%]", + "[$]", + "[:]", + "[*]", + "[!]", + "[<]", + "[>]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[(]   [~]   [<]
    [~]   [<]   [(]
    [<]   [(]   [  ]", + "options": [ + "[!]", + "[>]", + "[~]", + "[:]", + "[&]", + "[(]", + "[*]", + "[<]" + ], + "correct": 2, + "prob_ind": 65 + }, + { + "prompt": "[:]   [%]   [$]
    [%]   [$]   [:]
    [$]   [:]   [  ]", + "options": [ + "[<]", + "[:]", + "[%]", + "[$]", + "[*]", + "[(]", + "[>]", + "[~]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[:]   [$]   [(]
    [$]   [(]   [:]
    [(]   [:]   [  ]", + "options": [ + "[:]", + "[>]", + "[(]", + "[*]", + "[<]", + "[&]", + "[~]", + "[$]" + ], + "correct": 7, + "prob_ind": 67 + }, + { + "prompt": "[~]   [<]   [$]
    [<]   [$]   [~]
    [$]   [~]   [  ]", + "options": [ + "[$]", + "[<]", + "[>]", + "[&]", + "[~]", + "[(]", + "[:]", + "[!]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[>]   [&]   [%]
    [&]   [%]   [>]
    [%]   [>]   [  ]", + "options": [ + "[%]", + "[$]", + "[!]", + "[<]", + "[&]", + "[*]", + "[:]", + "[>]" + ], + "correct": 4, + "prob_ind": 69 + }, + { + "prompt": "[!]   [>]   [(]
    [>]   [(]   [!]
    [(]   [!]   [  ]", + "options": [ + "[(]", + "[:]", + "[<]", + "[>]", + "[~]", + "[*]", + "[!]", + "[&]" + ], + "correct": 3, + "prob_ind": 70 + }, + { + "prompt": "[(]   [>]   [~]
    [>]   [~]   [(]
    [~]   [(]   [  ]", + "options": [ + "[>]", + "[!]", + "[~]", + "[:]", + "[(]", + "[*]", + "[<]", + "[$]" + ], + "correct": 0, + "prob_ind": 71 + }, + { + "prompt": "[*]   [$]   [<]
    [$]   [<]   [*]
    [<]   [*]   [  ]", + "options": [ + "[>]", + "[~]", + "[$]", + "[&]", + "[*]", + "[<]", + "[!]", + "[:]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[&]   [:]   [~]
    [:]   [~]   [&]
    [~]   [&]   [  ]", + "options": [ + "[&]", + "[*]", + "[%]", + "[>]", + "[:]", + "[~]", + "[(]", + "[<]" + ], + "correct": 4, + "prob_ind": 73 + }, + { + "prompt": "[%]   [:]   [*]
    [:]   [*]   [%]
    [*]   [%]   [  ]", + "options": [ + "[*]", + "[>]", + "[:]", + "[(]", + "[&]", + "[<]", + "[%]", + "[$]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[(]   [:]   [<]
    [:]   [<]   [(]
    [<]   [(]   [  ]", + "options": [ + "[>]", + "[(]", + "[:]", + "[<]", + "[&]", + "[$]", + "[*]", + "[~]" + ], + "correct": 2, + "prob_ind": 75 + }, + { + "prompt": "[$]   [~]   [&]
    [~]   [&]   [$]
    [&]   [$]   [  ]", + "options": [ + "[&]", + "[~]", + "[>]", + "[(]", + "[!]", + "[%]", + "[$]", + "[<]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[%]   [!]   [>]
    [!]   [>]   [%]
    [>]   [%]   [  ]", + "options": [ + "[%]", + "[!]", + "[:]", + "[>]", + "[~]", + "[<]", + "[&]", + "[*]" + ], + "correct": 1, + "prob_ind": 77 + }, + { + "prompt": "[<]   [>]   [*]
    [>]   [*]   [<]
    [*]   [<]   [  ]", + "options": [ + "[*]", + "[~]", + "[&]", + "[$]", + "[>]", + "[%]", + "[<]", + "[(]" + ], + "correct": 4, + "prob_ind": 78 + }, + { + "prompt": "[!]   [*]   [%]
    [*]   [%]   [!]
    [%]   [!]   [  ]", + "options": [ + "[!]", + "[%]", + "[(]", + "[:]", + "[&]", + "[*]", + "[~]", + "[<]" + ], + "correct": 5, + "prob_ind": 79 + }, + { + "prompt": "[&]   [!]   [%]
    [!]   [%]   [&]
    [%]   [&]   [  ]", + "options": [ + "[*]", + "[~]", + "[&]", + "[!]", + "[$]", + "[%]", + "[(]", + "[<]" + ], + "correct": 3, + "prob_ind": 80 + }, + { + "prompt": "[(]   [:]   [~]
    [:]   [~]   [(]
    [~]   [(]   [  ]", + "options": [ + "[~]", + "[!]", + "[$]", + "[(]", + "[:]", + "[&]", + "[<]", + "[*]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[%]   [$]   [~]
    [$]   [~]   [%]
    [~]   [%]   [  ]", + "options": [ + "[$]", + "[>]", + "[%]", + "[:]", + "[&]", + "[<]", + "[~]", + "[*]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[:]   [$]   [<]
    [$]   [<]   [:]
    [<]   [:]   [  ]", + "options": [ + "[!]", + "[$]", + "[<]", + "[*]", + "[>]", + "[~]", + "[:]", + "[(]" + ], + "correct": 1, + "prob_ind": 83 + }, + { + "prompt": "[~]   [:]   [$]
    [:]   [$]   [~]
    [$]   [~]   [  ]", + "options": [ + "[:]", + "[<]", + "[~]", + "[(]", + "[%]", + "[$]", + "[&]", + "[>]" + ], + "correct": 0, + "prob_ind": 84 + }, + { + "prompt": "[$]   [(]   [%]
    [(]   [%]   [$]
    [%]   [$]   [  ]", + "options": [ + "[!]", + "[:]", + "[(]", + "[*]", + "[$]", + "[&]", + "[%]", + "[~]" + ], + "correct": 2, + "prob_ind": 85 + }, + { + "prompt": "[$]   [!]   [%]
    [!]   [%]   [$]
    [%]   [$]   [  ]", + "options": [ + "[*]", + "[$]", + "[&]", + "[~]", + "[!]", + "[%]", + "[:]", + "[(]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[>]   [!]   [:]
    [!]   [:]   [>]
    [:]   [>]   [  ]", + "options": [ + "[<]", + "[:]", + "[>]", + "[~]", + "[&]", + "[!]", + "[*]", + "[$]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[<]   [~]   [$]
    [~]   [$]   [<]
    [$]   [<]   [  ]", + "options": [ + "[>]", + "[%]", + "[:]", + "[<]", + "[$]", + "[(]", + "[!]", + "[~]" + ], + "correct": 7, + "prob_ind": 88 + }, + { + "prompt": "[!]   [%]   [:]
    [%]   [:]   [!]
    [:]   [!]   [  ]", + "options": [ + "[&]", + "[%]", + "[>]", + "[(]", + "[~]", + "[!]", + "[<]", + "[*]" + ], + "correct": 1, + "prob_ind": 89 + }, + { + "prompt": "[*]   [(]   [<]
    [(]   [<]   [*]
    [<]   [*]   [  ]", + "options": [ + "[*]", + "[(]", + "[!]", + "[$]", + "[<]", + "[&]", + "[%]", + "[:]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[~]   [!]   [$]
    [!]   [$]   [~]
    [$]   [~]   [  ]", + "options": [ + "[(]", + "[*]", + "[!]", + "[&]", + "[~]", + "[:]", + "[$]", + "[<]" + ], + "correct": 2, + "prob_ind": 91 + }, + { + "prompt": "[$]   [:]   [<]
    [:]   [<]   [$]
    [<]   [$]   [  ]", + "options": [ + "[<]", + "[&]", + "[*]", + "[>]", + "[$]", + "[~]", + "[:]", + "[(]" + ], + "correct": 6, + "prob_ind": 92 + }, + { + "prompt": "[&]   [%]   [~]
    [%]   [~]   [&]
    [~]   [&]   [  ]", + "options": [ + "[<]", + "[!]", + "[(]", + "[&]", + "[*]", + "[:]", + "[%]", + "[~]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[~]   [(]   [*]
    [(]   [*]   [~]
    [*]   [~]   [  ]", + "options": [ + "[&]", + "[*]", + "[~]", + "[<]", + "[%]", + "[!]", + "[:]", + "[(]" + ], + "correct": 7, + "prob_ind": 94 + }, + { + "prompt": "[>]   [%]   [&]
    [%]   [&]   [>]
    [&]   [>]   [  ]", + "options": [ + "[!]", + "[*]", + "[&]", + "[>]", + "[%]", + "[$]", + "[(]", + "[:]" + ], + "correct": 4, + "prob_ind": 95 + }, + { + "prompt": "[<]   [~]   [!]
    [~]   [!]   [<]
    [!]   [<]   [  ]", + "options": [ + "[:]", + "[*]", + "[!]", + "[~]", + "[(]", + "[>]", + "[<]", + "[%]" + ], + "correct": 3, + "prob_ind": 96 + }, + { + "prompt": "[:]   [$]   [*]
    [$]   [*]   [:]
    [*]   [:]   [  ]", + "options": [ + "[%]", + "[$]", + "[(]", + "[:]", + "[>]", + "[~]", + "[&]", + "[*]" + ], + "correct": 1, + "prob_ind": 97 + }, + { + "prompt": "[&]   [~]   [:]
    [~]   [:]   [&]
    [:]   [&]   [  ]", + "options": [ + "[~]", + "[*]", + "[<]", + "[$]", + "[&]", + "[!]", + "[:]", + "[%]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[<]   [:]   [$]
    [:]   [$]   [<]
    [$]   [<]   [  ]", + "options": [ + "[(]", + "[$]", + "[!]", + "[&]", + "[>]", + "[:]", + "[*]", + "[~]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "dist3_diag2": [ + { + "prompt": "[$]   [~]   [&]
    [&]   [$]   [~]
    [~]   [&]   [  ]", + "options": [ + "[:]", + "[>]", + "[%]", + "[~]", + "[&]", + "[$]", + "[(]", + "[<]" + ], + "correct": 5, + "prob_ind": 0 + }, + { + "prompt": "[<]   [!]   [~]
    [~]   [<]   [!]
    [!]   [~]   [  ]", + "options": [ + "[<]", + "[:]", + "[&]", + "[!]", + "[~]", + "[(]", + "[>]", + "[*]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[<]   [*]   [~]
    [~]   [<]   [*]
    [*]   [~]   [  ]", + "options": [ + "[!]", + "[~]", + "[:]", + "[>]", + "[<]", + "[%]", + "[$]", + "[&]" + ], + "correct": 4, + "prob_ind": 2 + }, + { + "prompt": "[(]   [>]   [&]
    [&]   [(]   [>]
    [>]   [&]   [  ]", + "options": [ + "[>]", + "[<]", + "[&]", + "[!]", + "[~]", + "[(]", + "[*]", + "[:]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[*]   [>]   [:]
    [:]   [*]   [>]
    [>]   [:]   [  ]", + "options": [ + "[~]", + "[%]", + "[<]", + "[*]", + "[$]", + "[(]", + "[:]", + "[>]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[:]   [!]   [~]
    [~]   [:]   [!]
    [!]   [~]   [  ]", + "options": [ + "[!]", + "[*]", + "[>]", + "[:]", + "[<]", + "[$]", + "[~]", + "[(]" + ], + "correct": 3, + "prob_ind": 5 + }, + { + "prompt": "[(]   [~]   [>]
    [>]   [(]   [~]
    [~]   [>]   [  ]", + "options": [ + "[~]", + "[*]", + "[(]", + "[$]", + "[:]", + "[%]", + "[<]", + "[>]" + ], + "correct": 2, + "prob_ind": 6 + }, + { + "prompt": "[(]   [*]   [&]
    [&]   [(]   [*]
    [*]   [&]   [  ]", + "options": [ + "[~]", + "[%]", + "[$]", + "[*]", + "[!]", + "[(]", + "[&]", + "[<]" + ], + "correct": 5, + "prob_ind": 7 + }, + { + "prompt": "[$]   [:]   [!]
    [!]   [$]   [:]
    [:]   [!]   [  ]", + "options": [ + "[<]", + "[*]", + "[>]", + "[:]", + "[~]", + "[$]", + "[!]", + "[&]" + ], + "correct": 5, + "prob_ind": 8 + }, + { + "prompt": "[<]   [:]   [&]
    [&]   [<]   [:]
    [:]   [&]   [  ]", + "options": [ + "[%]", + "[&]", + "[<]", + "[>]", + "[*]", + "[$]", + "[(]", + "[!]" + ], + "correct": 2, + "prob_ind": 9 + }, + { + "prompt": "[>]   [<]   [:]
    [:]   [>]   [<]
    [<]   [:]   [  ]", + "options": [ + "[!]", + "[~]", + "[*]", + "[:]", + "[(]", + "[>]", + "[&]", + "[$]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[&]   [*]   [(]
    [(]   [&]   [*]
    [*]   [(]   [  ]", + "options": [ + "[*]", + "[%]", + "[$]", + "[(]", + "[!]", + "[&]", + "[:]", + "[>]" + ], + "correct": 5, + "prob_ind": 11 + }, + { + "prompt": "[&]   [<]   [>]
    [>]   [&]   [<]
    [<]   [>]   [  ]", + "options": [ + "[<]", + "[*]", + "[%]", + "[~]", + "[>]", + "[&]", + "[(]", + "[!]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[$]   [%]   [>]
    [>]   [$]   [%]
    [%]   [>]   [  ]", + "options": [ + "[>]", + "[(]", + "[%]", + "[!]", + "[<]", + "[&]", + "[$]", + "[:]" + ], + "correct": 6, + "prob_ind": 13 + }, + { + "prompt": "[!]   [$]   [(]
    [(]   [!]   [$]
    [$]   [(]   [  ]", + "options": [ + "[>]", + "[!]", + "[~]", + "[:]", + "[*]", + "[(]", + "[&]", + "[$]" + ], + "correct": 1, + "prob_ind": 14 + }, + { + "prompt": "[>]   [%]   [(]
    [(]   [>]   [%]
    [%]   [(]   [  ]", + "options": [ + "[&]", + "[:]", + "[$]", + "[>]", + "[%]", + "[~]", + "[(]", + "[*]" + ], + "correct": 3, + "prob_ind": 15 + }, + { + "prompt": "[<]   [%]   [$]
    [$]   [<]   [%]
    [%]   [$]   [  ]", + "options": [ + "[&]", + "[$]", + "[:]", + "[%]", + "[*]", + "[!]", + "[<]", + "[>]" + ], + "correct": 6, + "prob_ind": 16 + }, + { + "prompt": "[<]   [(]   [*]
    [*]   [<]   [(]
    [(]   [*]   [  ]", + "options": [ + "[*]", + "[<]", + "[(]", + "[!]", + "[&]", + "[$]", + "[~]", + "[>]" + ], + "correct": 1, + "prob_ind": 17 + }, + { + "prompt": "[<]   [$]   [(]
    [(]   [<]   [$]
    [$]   [(]   [  ]", + "options": [ + "[:]", + "[$]", + "[%]", + "[!]", + "[~]", + "[(]", + "[<]", + "[*]" + ], + "correct": 6, + "prob_ind": 18 + }, + { + "prompt": "[>]   [:]   [!]
    [!]   [>]   [:]
    [:]   [!]   [  ]", + "options": [ + "[>]", + "[%]", + "[<]", + "[:]", + "[~]", + "[*]", + "[$]", + "[!]" + ], + "correct": 0, + "prob_ind": 19 + }, + { + "prompt": "[$]   [%]   [*]
    [*]   [$]   [%]
    [%]   [*]   [  ]", + "options": [ + "[!]", + "[(]", + "[$]", + "[%]", + "[>]", + "[:]", + "[*]", + "[~]" + ], + "correct": 2, + "prob_ind": 20 + }, + { + "prompt": "[&]   [$]   [!]
    [!]   [&]   [$]
    [$]   [!]   [  ]", + "options": [ + "[!]", + "[$]", + "[~]", + "[%]", + "[*]", + "[&]", + "[:]", + "[>]" + ], + "correct": 5, + "prob_ind": 21 + }, + { + "prompt": "[:]   [!]   [&]
    [&]   [:]   [!]
    [!]   [&]   [  ]", + "options": [ + "[*]", + "[(]", + "[:]", + "[~]", + "[!]", + "[>]", + "[&]", + "[<]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[:]   [%]   [~]
    [~]   [:]   [%]
    [%]   [~]   [  ]", + "options": [ + "[~]", + "[!]", + "[*]", + "[:]", + "[>]", + "[$]", + "[&]", + "[%]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[~]   [!]   [$]
    [$]   [~]   [!]
    [!]   [$]   [  ]", + "options": [ + "[~]", + "[!]", + "[*]", + "[:]", + "[$]", + "[>]", + "[<]", + "[(]" + ], + "correct": 0, + "prob_ind": 24 + }, + { + "prompt": "[!]   [(]   [~]
    [~]   [!]   [(]
    [(]   [~]   [  ]", + "options": [ + "[~]", + "[>]", + "[!]", + "[$]", + "[(]", + "[<]", + "[:]", + "[*]" + ], + "correct": 2, + "prob_ind": 25 + }, + { + "prompt": "[(]   [!]   [>]
    [>]   [(]   [!]
    [!]   [>]   [  ]", + "options": [ + "[!]", + "[:]", + "[<]", + "[*]", + "[$]", + "[(]", + "[>]", + "[%]" + ], + "correct": 5, + "prob_ind": 26 + }, + { + "prompt": "[!]   [%]   [:]
    [:]   [!]   [%]
    [%]   [:]   [  ]", + "options": [ + "[(]", + "[~]", + "[&]", + "[!]", + "[:]", + "[>]", + "[$]", + "[*]" + ], + "correct": 3, + "prob_ind": 27 + }, + { + "prompt": "[~]   [:]   [*]
    [*]   [~]   [:]
    [:]   [*]   [  ]", + "options": [ + "[(]", + "[~]", + "[!]", + "[<]", + "[:]", + "[$]", + "[&]", + "[%]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[>]   [*]   [$]
    [$]   [>]   [*]
    [*]   [$]   [  ]", + "options": [ + "[>]", + "[~]", + "[&]", + "[<]", + "[$]", + "[:]", + "[*]", + "[!]" + ], + "correct": 0, + "prob_ind": 29 + }, + { + "prompt": "[~]   [*]   [:]
    [:]   [~]   [*]
    [*]   [:]   [  ]", + "options": [ + "[(]", + "[$]", + "[!]", + "[~]", + "[>]", + "[<]", + "[*]", + "[:]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[*]   [&]   [!]
    [!]   [*]   [&]
    [&]   [!]   [  ]", + "options": [ + "[:]", + "[!]", + "[%]", + "[*]", + "[<]", + "[(]", + "[&]", + "[>]" + ], + "correct": 3, + "prob_ind": 31 + }, + { + "prompt": "[!]   [:]   [>]
    [>]   [!]   [:]
    [:]   [>]   [  ]", + "options": [ + "[>]", + "[:]", + "[(]", + "[<]", + "[&]", + "[$]", + "[!]", + "[~]" + ], + "correct": 6, + "prob_ind": 32 + }, + { + "prompt": "[!]   [<]   [(]
    [(]   [!]   [<]
    [<]   [(]   [  ]", + "options": [ + "[~]", + "[<]", + "[$]", + "[(]", + "[%]", + "[>]", + "[!]", + "[*]" + ], + "correct": 6, + "prob_ind": 33 + }, + { + "prompt": "[%]   [~]   [$]
    [$]   [%]   [~]
    [~]   [$]   [  ]", + "options": [ + "[&]", + "[>]", + "[:]", + "[$]", + "[(]", + "[%]", + "[*]", + "[!]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[:]   [$]   [<]
    [<]   [:]   [$]
    [$]   [<]   [  ]", + "options": [ + "[>]", + "[%]", + "[<]", + "[$]", + "[(]", + "[*]", + "[~]", + "[:]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[~]   [<]   [$]
    [$]   [~]   [<]
    [<]   [$]   [  ]", + "options": [ + "[(]", + "[!]", + "[>]", + "[~]", + "[:]", + "[<]", + "[$]", + "[%]" + ], + "correct": 3, + "prob_ind": 36 + }, + { + "prompt": "[!]   [%]   [$]
    [$]   [!]   [%]
    [%]   [$]   [  ]", + "options": [ + "[(]", + "[*]", + "[<]", + "[$]", + "[:]", + "[%]", + "[!]", + "[&]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[>]   [&]   [%]
    [%]   [>]   [&]
    [&]   [%]   [  ]", + "options": [ + "[~]", + "[>]", + "[*]", + "[&]", + "[:]", + "[$]", + "[!]", + "[<]" + ], + "correct": 1, + "prob_ind": 38 + }, + { + "prompt": "[(]   [:]   [<]
    [<]   [(]   [:]
    [:]   [<]   [  ]", + "options": [ + "[!]", + "[&]", + "[*]", + "[~]", + "[$]", + "[>]", + "[(]", + "[<]" + ], + "correct": 6, + "prob_ind": 39 + }, + { + "prompt": "[:]   [!]   [<]
    [<]   [:]   [!]
    [!]   [<]   [  ]", + "options": [ + "[:]", + "[!]", + "[>]", + "[<]", + "[(]", + "[$]", + "[&]", + "[~]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[:]   [(]   [%]
    [%]   [:]   [(]
    [(]   [%]   [  ]", + "options": [ + "[(]", + "[:]", + "[<]", + "[%]", + "[>]", + "[~]", + "[$]", + "[*]" + ], + "correct": 1, + "prob_ind": 41 + }, + { + "prompt": "[*]   [(]   [!]
    [!]   [*]   [(]
    [(]   [!]   [  ]", + "options": [ + "[!]", + "[>]", + "[(]", + "[%]", + "[*]", + "[<]", + "[&]", + "[:]" + ], + "correct": 4, + "prob_ind": 42 + }, + { + "prompt": "[$]   [*]   [!]
    [!]   [$]   [*]
    [*]   [!]   [  ]", + "options": [ + "[&]", + "[%]", + "[!]", + "[*]", + "[:]", + "[$]", + "[<]", + "[>]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[*]   [&]   [<]
    [<]   [*]   [&]
    [&]   [<]   [  ]", + "options": [ + "[(]", + "[>]", + "[%]", + "[~]", + "[<]", + "[!]", + "[&]", + "[*]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[(]   [*]   [!]
    [!]   [(]   [*]
    [*]   [!]   [  ]", + "options": [ + "[<]", + "[$]", + "[%]", + "[!]", + "[:]", + "[*]", + "[(]", + "[>]" + ], + "correct": 6, + "prob_ind": 45 + }, + { + "prompt": "[<]   [%]   [~]
    [~]   [<]   [%]
    [%]   [~]   [  ]", + "options": [ + "[*]", + "[>]", + "[~]", + "[<]", + "[!]", + "[$]", + "[(]", + "[:]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[<]   [$]   [!]
    [!]   [<]   [$]
    [$]   [!]   [  ]", + "options": [ + "[!]", + "[(]", + "[:]", + "[*]", + "[~]", + "[<]", + "[>]", + "[&]" + ], + "correct": 5, + "prob_ind": 47 + }, + { + "prompt": "[%]   [!]   [~]
    [~]   [%]   [!]
    [!]   [~]   [  ]", + "options": [ + "[~]", + "[*]", + "[%]", + "[<]", + "[:]", + "[&]", + "[(]", + "[!]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[$]   [<]   [!]
    [!]   [$]   [<]
    [<]   [!]   [  ]", + "options": [ + "[(]", + "[$]", + "[>]", + "[:]", + "[*]", + "[<]", + "[~]", + "[&]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[<]   [>]   [$]
    [$]   [<]   [>]
    [>]   [$]   [  ]", + "options": [ + "[$]", + "[%]", + "[>]", + "[(]", + "[~]", + "[:]", + "[&]", + "[<]" + ], + "correct": 7, + "prob_ind": 50 + }, + { + "prompt": "[*]   [!]   [:]
    [:]   [*]   [!]
    [!]   [:]   [  ]", + "options": [ + "[(]", + "[%]", + "[:]", + "[$]", + "[*]", + "[&]", + "[!]", + "[>]" + ], + "correct": 4, + "prob_ind": 51 + }, + { + "prompt": "[$]   [~]   [<]
    [<]   [$]   [~]
    [~]   [<]   [  ]", + "options": [ + "[$]", + "[(]", + "[<]", + "[>]", + "[~]", + "[%]", + "[:]", + "[!]" + ], + "correct": 0, + "prob_ind": 52 + }, + { + "prompt": "[*]   [$]   [<]
    [<]   [*]   [$]
    [$]   [<]   [  ]", + "options": [ + "[:]", + "[$]", + "[*]", + "[>]", + "[%]", + "[(]", + "[~]", + "[<]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[<]   [*]   [(]
    [(]   [<]   [*]
    [*]   [(]   [  ]", + "options": [ + "[>]", + "[~]", + "[&]", + "[<]", + "[%]", + "[*]", + "[!]", + "[(]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[!]   [*]   [:]
    [:]   [!]   [*]
    [*]   [:]   [  ]", + "options": [ + "[*]", + "[!]", + "[~]", + "[&]", + "[<]", + "[:]", + "[%]", + "[(]" + ], + "correct": 1, + "prob_ind": 55 + }, + { + "prompt": "[<]   [%]   [!]
    [!]   [<]   [%]
    [%]   [!]   [  ]", + "options": [ + "[>]", + "[*]", + "[(]", + "[!]", + "[%]", + "[<]", + "[~]", + "[&]" + ], + "correct": 5, + "prob_ind": 56 + }, + { + "prompt": "[:]   [<]   [%]
    [%]   [:]   [<]
    [<]   [%]   [  ]", + "options": [ + "[!]", + "[:]", + "[(]", + "[~]", + "[<]", + "[*]", + "[$]", + "[>]" + ], + "correct": 1, + "prob_ind": 57 + }, + { + "prompt": "[!]   [*]   [&]
    [&]   [!]   [*]
    [*]   [&]   [  ]", + "options": [ + "[!]", + "[(]", + "[*]", + "[~]", + "[:]", + "[&]", + "[<]", + "[%]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[$]   [&]   [*]
    [*]   [$]   [&]
    [&]   [*]   [  ]", + "options": [ + "[!]", + "[%]", + "[*]", + "[&]", + "[$]", + "[>]", + "[(]", + "[:]" + ], + "correct": 4, + "prob_ind": 59 + }, + { + "prompt": "[&]   [$]   [%]
    [%]   [&]   [$]
    [$]   [%]   [  ]", + "options": [ + "[:]", + "[>]", + "[*]", + "[$]", + "[&]", + "[<]", + "[%]", + "[~]" + ], + "correct": 4, + "prob_ind": 60 + }, + { + "prompt": "[!]   [>]   [<]
    [<]   [!]   [>]
    [>]   [<]   [  ]", + "options": [ + "[$]", + "[*]", + "[%]", + "[<]", + "[!]", + "[>]", + "[&]", + "[~]" + ], + "correct": 4, + "prob_ind": 61 + }, + { + "prompt": "[$]   [%]   [&]
    [&]   [$]   [%]
    [%]   [&]   [  ]", + "options": [ + "[(]", + "[:]", + "[&]", + "[<]", + "[~]", + "[$]", + "[>]", + "[%]" + ], + "correct": 5, + "prob_ind": 62 + }, + { + "prompt": "[>]   [~]   [%]
    [%]   [>]   [~]
    [~]   [%]   [  ]", + "options": [ + "[<]", + "[&]", + "[*]", + "[:]", + "[>]", + "[~]", + "[$]", + "[%]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[<]   [!]   [*]
    [*]   [<]   [!]
    [!]   [*]   [  ]", + "options": [ + "[(]", + "[%]", + "[!]", + "[<]", + "[~]", + "[>]", + "[:]", + "[*]" + ], + "correct": 3, + "prob_ind": 64 + }, + { + "prompt": "[(]   [!]   [<]
    [<]   [(]   [!]
    [!]   [<]   [  ]", + "options": [ + "[:]", + "[&]", + "[(]", + "[!]", + "[<]", + "[*]", + "[~]", + "[>]" + ], + "correct": 2, + "prob_ind": 65 + }, + { + "prompt": "[!]   [>]   [(]
    [(]   [!]   [>]
    [>]   [(]   [  ]", + "options": [ + "[(]", + "[~]", + "[*]", + "[>]", + "[&]", + "[!]", + "[:]", + "[<]" + ], + "correct": 5, + "prob_ind": 66 + }, + { + "prompt": "[(]   [:]   [&]
    [&]   [(]   [:]
    [:]   [&]   [  ]", + "options": [ + "[<]", + "[&]", + "[*]", + "[%]", + "[~]", + "[:]", + "[!]", + "[(]" + ], + "correct": 7, + "prob_ind": 67 + }, + { + "prompt": "[>]   [(]   [<]
    [<]   [>]   [(]
    [(]   [<]   [  ]", + "options": [ + "[<]", + "[~]", + "[*]", + "[!]", + "[&]", + "[(]", + "[%]", + "[>]" + ], + "correct": 7, + "prob_ind": 68 + }, + { + "prompt": "[:]   [*]   [$]
    [$]   [:]   [*]
    [*]   [$]   [  ]", + "options": [ + "[>]", + "[*]", + "[~]", + "[:]", + "[&]", + "[$]", + "[!]", + "[(]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[!]   [(]   [%]
    [%]   [!]   [(]
    [(]   [%]   [  ]", + "options": [ + "[~]", + "[*]", + "[%]", + "[(]", + "[!]", + "[>]", + "[$]", + "[<]" + ], + "correct": 4, + "prob_ind": 70 + }, + { + "prompt": "[~]   [:]   [&]
    [&]   [~]   [:]
    [:]   [&]   [  ]", + "options": [ + "[!]", + "[>]", + "[%]", + "[~]", + "[*]", + "[:]", + "[&]", + "[$]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[<]   [$]   [:]
    [:]   [<]   [$]
    [$]   [:]   [  ]", + "options": [ + "[(]", + "[>]", + "[<]", + "[!]", + "[~]", + "[$]", + "[:]", + "[*]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[$]   [:]   [%]
    [%]   [$]   [:]
    [:]   [%]   [  ]", + "options": [ + "[:]", + "[(]", + "[<]", + "[&]", + "[*]", + "[%]", + "[$]", + "[~]" + ], + "correct": 6, + "prob_ind": 73 + }, + { + "prompt": "[~]   [%]   [(]
    [(]   [~]   [%]
    [%]   [(]   [  ]", + "options": [ + "[<]", + "[%]", + "[!]", + "[(]", + "[>]", + "[~]", + "[*]", + "[:]" + ], + "correct": 5, + "prob_ind": 74 + }, + { + "prompt": "[!]   [<]   [$]
    [$]   [!]   [<]
    [<]   [$]   [  ]", + "options": [ + "[~]", + "[:]", + "[(]", + "[<]", + "[>]", + "[$]", + "[!]", + "[&]" + ], + "correct": 6, + "prob_ind": 75 + }, + { + "prompt": "[>]   [!]   [*]
    [*]   [>]   [!]
    [!]   [*]   [  ]", + "options": [ + "[:]", + "[&]", + "[$]", + "[%]", + "[~]", + "[>]", + "[(]", + "[!]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[!]   [:]   [&]
    [&]   [!]   [:]
    [:]   [&]   [  ]", + "options": [ + "[~]", + "[>]", + "[%]", + "[:]", + "[*]", + "[<]", + "[!]", + "[&]" + ], + "correct": 6, + "prob_ind": 77 + }, + { + "prompt": "[>]   [&]   [:]
    [:]   [>]   [&]
    [&]   [:]   [  ]", + "options": [ + "[>]", + "[(]", + "[~]", + "[<]", + "[$]", + "[&]", + "[!]", + "[:]" + ], + "correct": 0, + "prob_ind": 78 + }, + { + "prompt": "[%]   [:]   [&]
    [&]   [%]   [:]
    [:]   [&]   [  ]", + "options": [ + "[<]", + "[$]", + "[&]", + "[~]", + "[%]", + "[:]", + "[>]", + "[!]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[$]   [*]   [:]
    [:]   [$]   [*]
    [*]   [:]   [  ]", + "options": [ + "[(]", + "[~]", + "[:]", + "[%]", + "[*]", + "[<]", + "[$]", + "[>]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[>]   [$]   [~]
    [~]   [>]   [$]
    [$]   [~]   [  ]", + "options": [ + "[&]", + "[(]", + "[~]", + "[!]", + "[:]", + "[<]", + "[$]", + "[>]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[>]   [!]   [%]
    [%]   [>]   [!]
    [!]   [%]   [  ]", + "options": [ + "[!]", + "[:]", + "[*]", + "[%]", + "[&]", + "[<]", + "[$]", + "[>]" + ], + "correct": 7, + "prob_ind": 82 + }, + { + "prompt": "[%]   [$]   [!]
    [!]   [%]   [$]
    [$]   [!]   [  ]", + "options": [ + "[!]", + "[$]", + "[&]", + "[<]", + "[>]", + "[*]", + "[%]", + "[~]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[(]   [>]   [<]
    [<]   [(]   [>]
    [>]   [<]   [  ]", + "options": [ + "[~]", + "[>]", + "[*]", + "[!]", + "[%]", + "[:]", + "[(]", + "[<]" + ], + "correct": 6, + "prob_ind": 84 + }, + { + "prompt": "[<]   [%]   [*]
    [*]   [<]   [%]
    [%]   [*]   [  ]", + "options": [ + "[>]", + "[:]", + "[%]", + "[*]", + "[&]", + "[!]", + "[(]", + "[<]" + ], + "correct": 7, + "prob_ind": 85 + }, + { + "prompt": "[(]   [:]   [$]
    [$]   [(]   [:]
    [:]   [$]   [  ]", + "options": [ + "[:]", + "[~]", + "[*]", + "[$]", + "[(]", + "[%]", + "[<]", + "[>]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[!]   [%]   [>]
    [>]   [!]   [%]
    [%]   [>]   [  ]", + "options": [ + "[~]", + "[<]", + "[(]", + "[&]", + "[%]", + "[$]", + "[!]", + "[*]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[<]   [(]   [>]
    [>]   [<]   [(]
    [(]   [>]   [  ]", + "options": [ + "[<]", + "[~]", + "[$]", + "[*]", + "[!]", + "[>]", + "[(]", + "[:]" + ], + "correct": 0, + "prob_ind": 88 + }, + { + "prompt": "[~]   [>]   [$]
    [$]   [~]   [>]
    [>]   [$]   [  ]", + "options": [ + "[(]", + "[$]", + "[<]", + "[~]", + "[:]", + "[>]", + "[&]", + "[*]" + ], + "correct": 3, + "prob_ind": 89 + }, + { + "prompt": "[%]   [~]   [!]
    [!]   [%]   [~]
    [~]   [!]   [  ]", + "options": [ + "[*]", + "[>]", + "[%]", + "[(]", + "[~]", + "[<]", + "[:]", + "[!]" + ], + "correct": 2, + "prob_ind": 90 + }, + { + "prompt": "[%]   [!]   [(]
    [(]   [%]   [!]
    [!]   [(]   [  ]", + "options": [ + "[~]", + "[(]", + "[&]", + "[%]", + "[!]", + "[*]", + "[>]", + "[<]" + ], + "correct": 3, + "prob_ind": 91 + }, + { + "prompt": "[!]   [:]   [%]
    [%]   [!]   [:]
    [:]   [%]   [  ]", + "options": [ + "[~]", + "[&]", + "[%]", + "[$]", + "[*]", + "[:]", + "[<]", + "[!]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[&]   [~]   [<]
    [<]   [&]   [~]
    [~]   [<]   [  ]", + "options": [ + "[%]", + "[<]", + "[(]", + "[&]", + "[:]", + "[$]", + "[~]", + "[>]" + ], + "correct": 3, + "prob_ind": 93 + }, + { + "prompt": "[(]   [<]   [%]
    [%]   [(]   [<]
    [<]   [%]   [  ]", + "options": [ + "[:]", + "[%]", + "[<]", + "[(]", + "[*]", + "[!]", + "[>]", + "[~]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[(]   [:]   [~]
    [~]   [(]   [:]
    [:]   [~]   [  ]", + "options": [ + "[~]", + "[&]", + "[(]", + "[*]", + "[:]", + "[!]", + "[$]", + "[%]" + ], + "correct": 2, + "prob_ind": 95 + }, + { + "prompt": "[~]   [:]   [(]
    [(]   [~]   [:]
    [:]   [(]   [  ]", + "options": [ + "[:]", + "[>]", + "[<]", + "[(]", + "[$]", + "[!]", + "[~]", + "[*]" + ], + "correct": 6, + "prob_ind": 96 + }, + { + "prompt": "[(]   [&]   [>]
    [>]   [(]   [&]
    [&]   [>]   [  ]", + "options": [ + "[~]", + "[&]", + "[!]", + "[%]", + "[(]", + "[>]", + "[*]", + "[:]" + ], + "correct": 4, + "prob_ind": 97 + }, + { + "prompt": "[<]   [>]   [*]
    [*]   [<]   [>]
    [>]   [*]   [  ]", + "options": [ + "[!]", + "[<]", + "[%]", + "[>]", + "[(]", + "[*]", + "[~]", + "[&]" + ], + "correct": 1, + "prob_ind": 98 + }, + { + "prompt": "[%]   [<]   [!]
    [!]   [%]   [<]
    [<]   [!]   [  ]", + "options": [ + "[>]", + "[$]", + "[%]", + "[(]", + "[*]", + "[!]", + "[<]", + "[:]" + ], + "correct": 2, + "prob_ind": 99 + } + ], + "prog_size1": [ + { + "prompt": "[%]   [&]   [*]
    [&]   [*]   [!]
    [*]   [!]   [  ]", + "options": [ + "[&]", + "[*]", + "[<]", + "[!]", + "[(]", + "[>]", + "[~]", + "[$]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[&]   [*]   [!]
    [*]   [!]   [(]
    [!]   [(]   [  ]", + "options": [ + "[~]", + "[>]", + "[%]", + "[*]", + "[(]", + "[!]", + "[<]", + "[&]" + ], + "correct": 6, + "prob_ind": 1 + }, + { + "prompt": "[*]   [!]   [(]
    [!]   [(]   [<]
    [(]   [<]   [  ]", + "options": [ + "[<]", + "[~]", + "[&]", + "[$]", + "[>]", + "[!]", + "[*]", + "[(]" + ], + "correct": 1, + "prob_ind": 2 + }, + { + "prompt": "[!]   [(]   [<]
    [(]   [<]   [~]
    [<]   [~]   [  ]", + "options": [ + "[:]", + "[(]", + "[!]", + "[>]", + "[&]", + "[$]", + "[<]", + "[~]" + ], + "correct": 3, + "prob_ind": 3 + }, + { + "prompt": "[(]   [<]   [~]
    [<]   [~]   [>]
    [~]   [>]   [  ]", + "options": [ + "[:]", + "[>]", + "[<]", + "[%]", + "[!]", + "[*]", + "[(]", + "[~]" + ], + "correct": 0, + "prob_ind": 4 + }, + { + "prompt": "[<]   [~]   [>]
    [~]   [>]   [:]
    [>]   [:]   [  ]", + "options": [ + "[>]", + "[$]", + "[(]", + "[~]", + "[<]", + "[*]", + "[!]", + "[%]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[(]   [!]   [*]
    [!]   [*]   [&]
    [*]   [&]   [  ]", + "options": [ + "[(]", + "[!]", + "[%]", + "[:]", + "[$]", + "[*]", + "[~]", + "[&]" + ], + "correct": 2, + "prob_ind": 6 + }, + { + "prompt": "[<]   [(]   [!]
    [(]   [!]   [*]
    [!]   [*]   [  ]", + "options": [ + "[:]", + "[>]", + "[*]", + "[(]", + "[~]", + "[&]", + "[%]", + "[<]" + ], + "correct": 5, + "prob_ind": 7 + }, + { + "prompt": "[~]   [<]   [(]
    [<]   [(]   [!]
    [(]   [!]   [  ]", + "options": [ + "[!]", + "[(]", + "[:]", + "[<]", + "[~]", + "[&]", + "[>]", + "[*]" + ], + "correct": 7, + "prob_ind": 8 + }, + { + "prompt": "[>]   [~]   [<]
    [~]   [<]   [(]
    [<]   [(]   [  ]", + "options": [ + "[>]", + "[(]", + "[~]", + "[:]", + "[!]", + "[*]", + "[<]", + "[&]" + ], + "correct": 4, + "prob_ind": 9 + }, + { + "prompt": "[:]   [>]   [~]
    [>]   [~]   [<]
    [~]   [<]   [  ]", + "options": [ + "[$]", + "[*]", + "[(]", + "[~]", + "[!]", + "[<]", + "[&]", + "[>]" + ], + "correct": 2, + "prob_ind": 10 + }, + { + "prompt": "[$]   [:]   [>]
    [:]   [>]   [~]
    [>]   [~]   [  ]", + "options": [ + "[!]", + "[*]", + "[<]", + "[:]", + "[$]", + "[&]", + "[(]", + "[~]" + ], + "correct": 2, + "prob_ind": 11 + } + ], + "prog_size2": [ + { + "prompt": "[%]   [*]   [(]
    [*]   [(]   [~]
    [(]   [~]   [  ]", + "options": [ + "[>]", + "[%]", + "[!]", + "[*]", + "[$]", + "[(]", + "[:]", + "[~]" + ], + "correct": 6, + "prob_ind": 0 + }, + { + "prompt": "[&]   [!]   [<]
    [!]   [<]   [>]
    [<]   [>]   [  ]", + "options": [ + "[~]", + "[>]", + "[$]", + "[*]", + "[!]", + "[:]", + "[(]", + "[<]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[:]   [~]   [(]
    [~]   [(]   [*]
    [(]   [*]   [  ]", + "options": [ + "[(]", + "[!]", + "[&]", + "[*]", + "[:]", + "[~]", + "[%]", + "[<]" + ], + "correct": 6, + "prob_ind": 2 + }, + { + "prompt": "[$]   [>]   [<]
    [>]   [<]   [!]
    [<]   [!]   [  ]", + "options": [ + "[%]", + "[&]", + "[!]", + "[$]", + "[>]", + "[:]", + "[~]", + "[<]" + ], + "correct": 1, + "prob_ind": 3 + } + ], + "two_rule_comb0": [ + { + "prompt": "[% ~]   [* <]   [~ $]
    [% ~]   [* <]   [~ $]
    [% ~]   [* <]   [    ]", + "options": [ + "[* !]", + "[> $]", + "[* ~]", + "[% ~]", + "[! *]", + "[* *]", + "[~ $]", + "[< *]" + ], + "correct": 6, + "prob_ind": 0 + }, + { + "prompt": "[: $]   [: *]   [: %]
    [~ $]   [~ *]   [~ %]
    [> $]   [> *]   [    ]", + "options": [ + "[> %]", + "[% <]", + "[> *]", + "[& :]", + "[> (]", + "[( >]", + "[% >]", + "[: &]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[! >]   [$ &]   [* (]
    [! >]   [$ &]   [* (]
    [! >]   [$ &]   [    ]", + "options": [ + "[! (]", + "[( *]", + "[~ ~]", + "[! &]", + "[$ &]", + "[* (]", + "[! >]", + "[& !]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[< *]   [< *]   [< *]
    [! :]   [! :]   [! :]
    [* %]   [* %]   [    ]", + "options": [ + "[* %]", + "[% %]", + "[% *]", + "[! :]", + "[! >]", + "[< &]", + "[< *]", + "[< :]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[% :]   [% <]   [% *]
    [& :]   [& <]   [& *]
    [$ :]   [$ <]   [    ]", + "options": [ + "[* $]", + "[< &]", + "[% &]", + "[% :]", + "[$ *]", + "[$ &]", + "[< $]", + "[> *]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[: $]   [: <]   [: %]
    [~ $]   [~ <]   [~ %]
    [> $]   [> <]   [    ]", + "options": [ + "[> *]", + "[$ :]", + "[$ ~]", + "[< %]", + "[> <]", + "[% >]", + "[> %]", + "[% :]" + ], + "correct": 6, + "prob_ind": 5 + }, + { + "prompt": "[! !]   [( <]   [& $]
    [! !]   [( <]   [& $]
    [! !]   [( <]   [    ]", + "options": [ + "[< !]", + "[$ &]", + "[$ %]", + "[! <]", + "[& $]", + "[% $]", + "[! !]", + "[( >]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[* *]   [* *]   [* *]
    [< !]   [< !]   [< !]
    [& >]   [& >]   [    ]", + "options": [ + "[& >]", + "[( &]", + "[< %]", + "[< !]", + "[< *]", + "[! %]", + "[* *]", + "[< &]" + ], + "correct": 0, + "prob_ind": 7 + }, + { + "prompt": "[* (]   [& (]   [> (]
    [* :]   [& :]   [> :]
    [* !]   [& !]   [    ]", + "options": [ + "[> !]", + "[> (]", + "[( *]", + "[* (]", + "[* :]", + "[< ~]", + "[: >]", + "[> :]" + ], + "correct": 0, + "prob_ind": 8 + }, + { + "prompt": "[* !]   [* (]   [* %]
    [: !]   [: (]   [: %]
    [$ !]   [$ (]   [    ]", + "options": [ + "[: !]", + "[* <]", + "[$ %]", + "[& $]", + "[& <]", + "[% <]", + "[* !]", + "[< *]" + ], + "correct": 2, + "prob_ind": 9 + }, + { + "prompt": "[! <]   [! $]   [! *]
    [< <]   [< $]   [< *]
    [> <]   [> $]   [    ]", + "options": [ + "[> $]", + "[> *]", + "[< <]", + "[< $]", + "[> <]", + "[> >]", + "[> !]", + "[* >]" + ], + "correct": 1, + "prob_ind": 10 + }, + { + "prompt": "[> !]   [> %]   [> ~]
    [: !]   [: %]   [: ~]
    [& !]   [& %]   [    ]", + "options": [ + "[% %]", + "[& ~]", + "[& (]", + "[< $]", + "[: %]", + "[% >]", + "[$ <]", + "[$ $]" + ], + "correct": 1, + "prob_ind": 11 + }, + { + "prompt": "[( ~]   [: %]   [> (]
    [( ~]   [: %]   [> (]
    [( ~]   [: %]   [    ]", + "options": [ + "[( <]", + "[> (]", + "[( ~]", + "[< ~]", + "[> %]", + "[: (]", + "[~ &]", + "[( >]" + ], + "correct": 1, + "prob_ind": 12 + }, + { + "prompt": "[~ (]   [< (]   [$ (]
    [~ ~]   [< ~]   [$ ~]
    [~ >]   [< >]   [    ]", + "options": [ + "[$ <]", + "[( &]", + "[> ~]", + "[: &]", + "[$ >]", + "[( $]", + "[( ~]", + "[$ (]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[( <]   [( ~]   [( %]
    [& <]   [& ~]   [& %]
    [% <]   [% ~]   [    ]", + "options": [ + "[% <]", + "[& &]", + "[% (]", + "[< %]", + "[~ &]", + "[% %]", + "[% ~]", + "[( %]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[$ ~]   [$ (]   [$ >]
    [> ~]   [> (]   [> >]
    [! ~]   [! (]   [    ]", + "options": [ + "[> !]", + "[> ~]", + "[( >]", + "[& >]", + "[> $]", + "[& ~]", + "[< <]", + "[! >]" + ], + "correct": 7, + "prob_ind": 15 + }, + { + "prompt": "[* :]   [* :]   [* :]
    [( ~]   [( ~]   [( ~]
    [> !]   [> !]   [    ]", + "options": [ + "[~ (]", + "[! !]", + "[( :]", + "[* :]", + "[* ~]", + "[> !]", + "[! >]", + "[( ~]" + ], + "correct": 5, + "prob_ind": 16 + }, + { + "prompt": "[< $]   [< ~]   [< %]
    [! $]   [! ~]   [! %]
    [$ $]   [$ ~]   [    ]", + "options": [ + "[% $]", + "[$ <]", + "[$ !]", + "[$ %]", + "[< >]", + "[$ $]", + "[~ <]", + "[% <]" + ], + "correct": 3, + "prob_ind": 17 + }, + { + "prompt": "[$ ~]   [& ~]   [> ~]
    [$ !]   [& !]   [> !]
    [$ *]   [& *]   [    ]", + "options": [ + "[! &]", + "[* >]", + "[$ *]", + "[~ *]", + "[< (]", + "[> &]", + "[> *]", + "[$ !]" + ], + "correct": 6, + "prob_ind": 18 + }, + { + "prompt": "[< $]   [> $]   [* $]
    [< &]   [> &]   [* &]
    [< ~]   [> ~]   [    ]", + "options": [ + "[* &]", + "[~ *]", + "[$ *]", + "[& ~]", + "[* ~]", + "[< ~]", + "[& >]", + "[& &]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[( :]   [( :]   [( :]
    [! ~]   [! ~]   [! ~]
    [< <]   [< <]   [    ]", + "options": [ + "[< <]", + "[! :]", + "[( :]", + "[: (]", + "[* ~]", + "[( ~]", + "[! $]", + "[: !]" + ], + "correct": 0, + "prob_ind": 20 + }, + { + "prompt": "[< &]   [< &]   [< &]
    [& $]   [& $]   [& $]
    [: <]   [: <]   [    ]", + "options": [ + "[< *]", + "[< $]", + "[& <]", + "[: <]", + "[< :]", + "[* !]", + "[% (]", + "[: !]" + ], + "correct": 3, + "prob_ind": 21 + }, + { + "prompt": "[< *]   [< *]   [< *]
    [! $]   [! $]   [! $]
    [~ (]   [~ (]   [    ]", + "options": [ + "[* <]", + "[< <]", + "[( (]", + "[> *]", + "[~ (]", + "[: >]", + "[< *]", + "[( ~]" + ], + "correct": 4, + "prob_ind": 22 + }, + { + "prompt": "[& <]   [& &]   [& :]
    [* <]   [* &]   [* :]
    [~ <]   [~ &]   [    ]", + "options": [ + "[* ~]", + "[* &]", + "[* *]", + "[~ :]", + "[: ~]", + "[* %]", + "[~ ~]", + "[: :]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[& ~]   [& (]   [& &]
    [: ~]   [: (]   [: &]
    [> ~]   [> (]   [    ]", + "options": [ + "[& >]", + "[% &]", + "[> &]", + "[& &]", + "[~ &]", + "[! (]", + "[( >]", + "[~ :]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[( >]   [* >]   [< >]
    [( <]   [* <]   [< <]
    [( &]   [* &]   [    ]", + "options": [ + "[& <]", + "[& &]", + "[> &]", + "[< *]", + "[( &]", + "[* >]", + "[* <]", + "[< &]" + ], + "correct": 7, + "prob_ind": 25 + }, + { + "prompt": "[! <]   [! (]   [! :]
    [$ <]   [$ (]   [$ :]
    [~ <]   [~ (]   [    ]", + "options": [ + "[: :]", + "[< !]", + "[< $]", + "[> :]", + "[$ <]", + "[< <]", + "[$ !]", + "[~ :]" + ], + "correct": 7, + "prob_ind": 26 + }, + { + "prompt": "[% !]   [% !]   [% !]
    [$ ~]   [$ ~]   [$ ~]
    [> >]   [> >]   [    ]", + "options": [ + "[> >]", + "[< &]", + "[! %]", + "[$ >]", + "[% !]", + "[! >]", + "[: ~]", + "[$ ~]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[( ~]   [~ ~]   [> ~]
    [( >]   [~ >]   [> >]
    [( &]   [~ &]   [    ]", + "options": [ + "[> >]", + "[( !]", + "[% (]", + "[% *]", + "[> &]", + "[: ~]", + "[& ~]", + "[< !]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[& (]   [< ~]   [% *]
    [& (]   [< ~]   [% *]
    [& (]   [< ~]   [    ]", + "options": [ + "[! ~]", + "[% *]", + "[& *]", + "[< ~]", + "[~ <]", + "[* %]", + "[& (]", + "[* *]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[! !]   [< >]   [$ (]
    [! !]   [< >]   [$ (]
    [! !]   [< >]   [    ]", + "options": [ + "[* <]", + "[( $]", + "[! >]", + "[< >]", + "[> (]", + "[< !]", + "[! !]", + "[$ (]" + ], + "correct": 7, + "prob_ind": 30 + }, + { + "prompt": "[! &]   [~ &]   [( &]
    [! ~]   [~ ~]   [( ~]
    [! <]   [~ <]   [    ]", + "options": [ + "[< &]", + "[! <]", + "[< (]", + "[* <]", + "[< ~]", + "[< <]", + "[( <]", + "[( :]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[> ~]   [> ~]   [> ~]
    [< $]   [< $]   [< $]
    [! !]   [! !]   [    ]", + "options": [ + "[( >]", + "[< $]", + "[~ >]", + "[( *]", + "[> $]", + "[$ <]", + "[! !]", + "[> (]" + ], + "correct": 6, + "prob_ind": 32 + }, + { + "prompt": "[% &]   [* &]   [> &]
    [% <]   [* <]   [> <]
    [% $]   [* $]   [    ]", + "options": [ + "[$ $]", + "[$ (]", + "[$ ~]", + "[% $]", + "[$ >]", + "[* $]", + "[< $]", + "[> $]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[: <]   [: %]   [: *]
    [% <]   [% %]   [% *]
    [( <]   [( %]   [    ]", + "options": [ + "[: *]", + "[< :]", + "[< (]", + "[* %]", + "[* :]", + "[$ <]", + "[( *]", + "[: <]" + ], + "correct": 6, + "prob_ind": 34 + }, + { + "prompt": "[$ (]   [< >]   [: $]
    [$ (]   [< >]   [: $]
    [$ (]   [< >]   [    ]", + "options": [ + "[< >]", + "[: $]", + "[> >]", + "[( >]", + "[$ (]", + "[> <]", + "[< (]", + "[: *]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[< $]   [< $]   [< $]
    [$ (]   [$ (]   [$ (]
    [~ <]   [~ <]   [    ]", + "options": [ + "[% !]", + "[& %]", + "[$ (]", + "[$ $]", + "[$ <]", + "[! %]", + "[< $]", + "[~ <]" + ], + "correct": 7, + "prob_ind": 36 + }, + { + "prompt": "[> *]   [> *]   [> *]
    [: >]   [: >]   [: >]
    [& <]   [& <]   [    ]", + "options": [ + "[: >]", + "[! <]", + "[~ &]", + "[( $]", + "[< !]", + "[& <]", + "[< &]", + "[* >]" + ], + "correct": 5, + "prob_ind": 37 + }, + { + "prompt": "[< *]   [$ *]   [! *]
    [< (]   [$ (]   [! (]
    [< ~]   [$ ~]   [    ]", + "options": [ + "[< (]", + "[< &]", + "[! ~]", + "[% :]", + "[* :]", + "[< *]", + "[* <]", + "[~ ~]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[* %]   [* &]   [* $]
    [! %]   [! &]   [! $]
    [< %]   [< &]   [    ]", + "options": [ + "[* &]", + "[$ *]", + "[* $]", + "[< $]", + "[* >]", + "[$ <]", + "[$ !]", + "[& *]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[$ :]   [% :]   [< :]
    [$ &]   [% &]   [< &]
    [$ ~]   [% ~]   [    ]", + "options": [ + "[$ ~]", + "[< :]", + "[$ :]", + "[< ~]", + "[~ <]", + "[& <]", + "[: $]", + "[~ !]" + ], + "correct": 3, + "prob_ind": 40 + }, + { + "prompt": "[* &]   [! &]   [& &]
    [* $]   [! $]   [& $]
    [* *]   [! *]   [    ]", + "options": [ + "[! :]", + "[& *]", + "[! &]", + "[! <]", + "[( $]", + "[< *]", + "[< :]", + "[* *]" + ], + "correct": 1, + "prob_ind": 41 + }, + { + "prompt": "[( !]   [* !]   [& !]
    [( %]   [* %]   [& %]
    [( >]   [* >]   [    ]", + "options": [ + "[( %]", + "[> %]", + "[% (]", + "[& >]", + "[> &]", + "[> >]", + "[> (]", + "[~ >]" + ], + "correct": 3, + "prob_ind": 42 + }, + { + "prompt": "[< *]   [% *]   [: *]
    [< !]   [% !]   [: !]
    [< %]   [% %]   [    ]", + "options": [ + "[* <]", + "[~ %]", + "[~ *]", + "[: %]", + "[> *]", + "[% %]", + "[% ~]", + "[% !]" + ], + "correct": 3, + "prob_ind": 43 + }, + { + "prompt": "[~ >]   [< >]   [! >]
    [~ $]   [< $]   [! $]
    [~ *]   [< *]   [    ]", + "options": [ + "[~ &]", + "[< ~]", + "[* !]", + "[& ~]", + "[$ ~]", + "[! *]", + "[! ~]", + "[( *]" + ], + "correct": 5, + "prob_ind": 44 + }, + { + "prompt": "[$ !]   [$ <]   [$ (]
    [: !]   [: <]   [: (]
    [> !]   [> <]   [    ]", + "options": [ + "[$ !]", + "[$ (]", + "[> (]", + "[( $]", + "[> <]", + "[! $]", + "[( >]", + "[! :]" + ], + "correct": 2, + "prob_ind": 45 + }, + { + "prompt": "[% <]   [% <]   [% <]
    [> &]   [> &]   [> &]
    [$ ~]   [$ ~]   [    ]", + "options": [ + "[( <]", + "[$ ~]", + "[& &]", + "[% <]", + "[< %]", + "[& >]", + "[( %]", + "[> &]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[~ $]   [> :]   [( *]
    [~ $]   [> :]   [( *]
    [~ $]   [> :]   [    ]", + "options": [ + "[$ :]", + "[$ ~]", + "[> !]", + "[( *]", + "[~ $]", + "[: >]", + "[: :]", + "[( %]" + ], + "correct": 3, + "prob_ind": 47 + }, + { + "prompt": "[( $]   [( $]   [( $]
    [* %]   [* %]   [* %]
    [~ (]   [~ (]   [    ]", + "options": [ + "[* *]", + "[~ (]", + "[! %]", + "[( $]", + "[( %]", + "[* %]", + "[( ~]", + "[> <]" + ], + "correct": 1, + "prob_ind": 48 + }, + { + "prompt": "[% %]   [~ %]   [: %]
    [% (]   [~ (]   [: (]
    [% $]   [~ $]   [    ]", + "options": [ + "[: %]", + "[( ~]", + "[: $]", + "[~ (]", + "[% %]", + "[: !]", + "[% ~]", + "[~ %]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[< $]   [< (]   [< %]
    [$ $]   [$ (]   [$ %]
    [* $]   [* (]   [    ]", + "options": [ + "[< (]", + "[* (]", + "[& *]", + "[$ %]", + "[* %]", + "[$ (]", + "[% *]", + "[* *]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[$ !]   [$ $]   [$ <]
    [& !]   [& $]   [& <]
    [> !]   [> $]   [    ]", + "options": [ + "[> <]", + "[> !]", + "[> $]", + "[< <]", + "[~ $]", + "[& $]", + "[< >]", + "[$ $]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[% *]   [% *]   [% *]
    [! %]   [! %]   [! %]
    [* !]   [* !]   [    ]", + "options": [ + "[$ :]", + "[> ~]", + "[> :]", + "[: >]", + "[* %]", + "[* !]", + "[$ (]", + "[% *]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[: (]   [: (]   [: (]
    [> %]   [> %]   [> %]
    [! <]   [! <]   [    ]", + "options": [ + "[% >]", + "[> %]", + "[! <]", + "[: (]", + "[> (]", + "[! >]", + "[: %]", + "[( :]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[$ (]   [! (]   [% (]
    [$ %]   [! %]   [% %]
    [$ >]   [! >]   [    ]", + "options": [ + "[$ >]", + "[! %]", + "[! !]", + "[> %]", + "[! >]", + "[> !]", + "[: !]", + "[% >]" + ], + "correct": 7, + "prob_ind": 54 + }, + { + "prompt": "[% !]   [% <]   [% ~]
    [< !]   [< <]   [< ~]
    [& !]   [& <]   [    ]", + "options": [ + "[& >]", + "[& <]", + "[& ~]", + "[% !]", + "[! ~]", + "[~ <]", + "[% ~]", + "[< <]" + ], + "correct": 2, + "prob_ind": 55 + }, + { + "prompt": "[< <]   [< $]   [< &]
    [( <]   [( $]   [( &]
    [> <]   [> $]   [    ]", + "options": [ + "[> $]", + "[~ &]", + "[~ <]", + "[< &]", + "[% *]", + "[$ <]", + "[> &]", + "[> !]" + ], + "correct": 6, + "prob_ind": 56 + }, + { + "prompt": "[& &]   [< >]   [~ :]
    [& &]   [< >]   [~ :]
    [& &]   [< >]   [    ]", + "options": [ + "[< :]", + "[< >]", + "[< &]", + "[% &]", + "[* ~]", + "[& &]", + "[~ :]", + "[< %]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[< ~]   [( ~]   [: ~]
    [< *]   [( *]   [: *]
    [< %]   [( %]   [    ]", + "options": [ + "[( :]", + "[: *]", + "[$ *]", + "[* :]", + "[: %]", + "[: (]", + "[% :]", + "[< :]" + ], + "correct": 4, + "prob_ind": 58 + }, + { + "prompt": "[> &]   [> ~]   [> %]
    [: &]   [: ~]   [: %]
    [! &]   [! ~]   [    ]", + "options": [ + "[: &]", + "[> %]", + "[% :]", + "[! %]", + "[& :]", + "[: (]", + "[> &]", + "[% !]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[( <]   [* >]   [! %]
    [( <]   [* >]   [! %]
    [( <]   [* >]   [    ]", + "options": [ + "[& %]", + "[! %]", + "[% !]", + "[* >]", + "[< %]", + "[( %]", + "[* $]", + "[% >]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[> ~]   [< ~]   [* ~]
    [> &]   [< &]   [* &]
    [> !]   [< !]   [    ]", + "options": [ + "[> &]", + "[~ <]", + "[! *]", + "[< ~]", + "[* !]", + "[& >]", + "[> ~]", + "[< *]" + ], + "correct": 4, + "prob_ind": 61 + }, + { + "prompt": "[% ~]   [* ~]   [~ ~]
    [% $]   [* $]   [~ $]
    [% !]   [* !]   [    ]", + "options": [ + "[~ <]", + "[* $]", + "[~ !]", + "[< ~]", + "[! ~]", + "[~ ~]", + "[% !]", + "[> ~]" + ], + "correct": 2, + "prob_ind": 62 + }, + { + "prompt": "[< ~]   [$ ~]   [% ~]
    [< &]   [$ &]   [% &]
    [< :]   [$ :]   [    ]", + "options": [ + "[& %]", + "[% ~]", + "[< &]", + "[$ *]", + "[% &]", + "[% :]", + "[% >]", + "[< !]" + ], + "correct": 5, + "prob_ind": 63 + }, + { + "prompt": "[& &]   [& *]   [& >]
    [( &]   [( *]   [( >]
    [$ &]   [$ *]   [    ]", + "options": [ + "[& (]", + "[> >]", + "[~ $]", + "[> $]", + "[> (]", + "[$ >]", + "[( *]", + "[> *]" + ], + "correct": 5, + "prob_ind": 64 + }, + { + "prompt": "[~ *]   [~ &]   [~ (]
    [* *]   [* &]   [* (]
    [< *]   [< &]   [    ]", + "options": [ + "[& !]", + "[< &]", + "[* *]", + "[& *]", + "[! *]", + "[< (]", + "[& <]", + "[~ &]" + ], + "correct": 5, + "prob_ind": 65 + }, + { + "prompt": "[: $]   [( &]   [* ~]
    [: $]   [( &]   [* ~]
    [: $]   [( &]   [    ]", + "options": [ + "[: $]", + "[~ *]", + "[* ~]", + "[( &]", + "[& :]", + "[$ :]", + "[> $]", + "[: &]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[< !]   [< !]   [< !]
    [> <]   [> <]   [> <]
    [% :]   [% :]   [    ]", + "options": [ + "[< !]", + "[~ <]", + "[( &]", + "[> <]", + "[% :]", + "[& :]", + "[< >]", + "[: %]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[* (]   [< (]   [: (]
    [* &]   [< &]   [: &]
    [* %]   [< %]   [    ]", + "options": [ + "[$ %]", + "[& %]", + "[% <]", + "[! (]", + "[< %]", + "[: %]", + "[$ :]", + "[: $]" + ], + "correct": 5, + "prob_ind": 68 + }, + { + "prompt": "[( ~]   [& ~]   [~ ~]
    [( !]   [& !]   [~ !]
    [( &]   [& &]   [    ]", + "options": [ + "[< ~]", + "[~ &]", + "[~ ~]", + "[~ *]", + "[< >]", + "[& ~]", + "[~ %]", + "[& &]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[> >]   [> >]   [> >]
    [! (]   [! (]   [! (]
    [( ~]   [( ~]   [    ]", + "options": [ + "[: !]", + "[( ~]", + "[> >]", + "[$ ~]", + "[! :]", + "[( >]", + "[( <]", + "[< ~]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[( &]   [> &]   [$ &]
    [( *]   [> *]   [$ *]
    [( %]   [> %]   [    ]", + "options": [ + "[( &]", + "[$ *]", + "[% :]", + "[$ %]", + "[> %]", + "[& >]", + "[: %]", + "[% $]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[& ~]   [< ~]   [! ~]
    [& %]   [< %]   [! %]
    [& *]   [< *]   [    ]", + "options": [ + "[& *]", + "[! (]", + "[< %]", + "[& ~]", + "[( (]", + "[! *]", + "[! ~]", + "[( ~]" + ], + "correct": 5, + "prob_ind": 72 + }, + { + "prompt": "[% %]   [% %]   [% %]
    [~ &]   [~ &]   [~ &]
    [! <]   [! <]   [    ]", + "options": [ + "[< <]", + "[& &]", + "[! <]", + "[% &]", + "[< !]", + "[~ %]", + "[! !]", + "[% *]" + ], + "correct": 2, + "prob_ind": 73 + }, + { + "prompt": "[! $]   [! $]   [! $]
    [< &]   [< &]   [< &]
    [% <]   [% <]   [    ]", + "options": [ + "[! &]", + "[$ <]", + "[% <]", + "[< $]", + "[$ !]", + "[< &]", + "[! $]", + "[< %]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[~ <]   [~ <]   [~ <]
    [< >]   [< >]   [< >]
    [> %]   [> %]   [    ]", + "options": [ + "[< ~]", + "[~ <]", + "[% <]", + "[> *]", + "[< :]", + "[< <]", + "[% >]", + "[> %]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[* ~]   [: ~]   [& ~]
    [* >]   [: >]   [& >]
    [* $]   [: $]   [    ]", + "options": [ + "[~ :]", + "[& $]", + "[& ~]", + "[: $]", + "[: >]", + "[$ :]", + "[& :]", + "[* ~]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[( <]   [( :]   [( >]
    [< <]   [< :]   [< >]
    [& <]   [& :]   [    ]", + "options": [ + "[! &]", + "[( :]", + "[! <]", + "[! !]", + "[: &]", + "[< ~]", + "[& >]", + "[( $]" + ], + "correct": 6, + "prob_ind": 77 + }, + { + "prompt": "[< (]   [( %]   [% &]
    [< (]   [( %]   [% &]
    [< (]   [( %]   [    ]", + "options": [ + "[& %]", + "[% &]", + "[> >]", + "[* %]", + "[% (]", + "[( %]", + "[( <]", + "[% *]" + ], + "correct": 1, + "prob_ind": 78 + }, + { + "prompt": "[* ~]   [* ~]   [* ~]
    [% !]   [% !]   [% !]
    [> >]   [> >]   [    ]", + "options": [ + "[% &]", + "[~ *]", + "[( ~]", + "[% !]", + "[* :]", + "[> >]", + "[* ~]", + "[* !]" + ], + "correct": 5, + "prob_ind": 79 + }, + { + "prompt": "[< >]   [< %]   [< <]
    [~ >]   [~ %]   [~ <]
    [* >]   [* %]   [    ]", + "options": [ + "[> *]", + "[< *]", + "[> <]", + "[~ <]", + "[* !]", + "[> (]", + "[* <]", + "[< ~]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[> >]   [* >]   [! >]
    [> &]   [* &]   [! &]
    [> <]   [* <]   [    ]", + "options": [ + "[* >]", + "[& <]", + "[! <]", + "[> &]", + "[< >]", + "[< !]", + "[> <]", + "[> >]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[: (]   [: (]   [: (]
    [& &]   [& &]   [& &]
    [> >]   [> >]   [    ]", + "options": [ + "[: &]", + "[> $]", + "[> >]", + "[> :]", + "[& :]", + "[& (]", + "[& &]", + "[: (]" + ], + "correct": 2, + "prob_ind": 82 + }, + { + "prompt": "[* (]   [* &]   [* %]
    [< (]   [< &]   [< %]
    [> (]   [> &]   [    ]", + "options": [ + "[> &]", + "[* (]", + "[$ &]", + "[< %]", + "[& <]", + "[% >]", + "[> %]", + "[$ %]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[> *]   [< !]   [! &]
    [> *]   [< !]   [! &]
    [> *]   [< !]   [    ]", + "options": [ + "[! &]", + "[> *]", + "[> %]", + "[: >]", + "[: ~]", + "[* !]", + "[( !]", + "[$ *]" + ], + "correct": 0, + "prob_ind": 84 + }, + { + "prompt": "[& (]   [& (]   [& (]
    [* &]   [* &]   [* &]
    [% :]   [% :]   [    ]", + "options": [ + "[: %]", + "[$ !]", + "[* !]", + "[& (]", + "[$ (]", + "[~ $]", + "[* &]", + "[% :]" + ], + "correct": 7, + "prob_ind": 85 + }, + { + "prompt": "[$ ~]   [$ ~]   [$ ~]
    [% :]   [% :]   [% :]
    [! %]   [! %]   [    ]", + "options": [ + "[: %]", + "[% $]", + "[: &]", + "[% :]", + "[& !]", + "[% !]", + "[! %]", + "[& :]" + ], + "correct": 6, + "prob_ind": 86 + }, + { + "prompt": "[$ (]   [( (]   [& (]
    [$ *]   [( *]   [& *]
    [$ <]   [( <]   [    ]", + "options": [ + "[< &]", + "[$ <]", + "[~ $]", + "[& <]", + "[< $]", + "[& (]", + "[( (]", + "[( *]" + ], + "correct": 3, + "prob_ind": 87 + }, + { + "prompt": "[& &]   [& !]   [& %]
    [> &]   [> !]   [> %]
    [: &]   [: !]   [    ]", + "options": [ + "[> &]", + "[< (]", + "[$ %]", + "[$ &]", + "[: %]", + "[% $]", + "[( <]", + "[% :]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[! :]   [< &]   [* >]
    [! :]   [< &]   [* >]
    [! :]   [< &]   [    ]", + "options": [ + "[: !]", + "[> &]", + "[* <]", + "[< ~]", + "[* :]", + "[& !]", + "[* >]", + "[! &]" + ], + "correct": 6, + "prob_ind": 89 + }, + { + "prompt": "[& :]   [& :]   [& :]
    [! ~]   [! ~]   [! ~]
    [: <]   [: <]   [    ]", + "options": [ + "[< :]", + "[~ !]", + "[! ~]", + "[( *]", + "[< ~]", + "[! :]", + "[: <]", + "[~ ~]" + ], + "correct": 6, + "prob_ind": 90 + }, + { + "prompt": "[> <]   [> *]   [> &]
    [< <]   [< *]   [< &]
    [! <]   [! *]   [    ]", + "options": [ + "[< &]", + "[* <]", + "[! &]", + "[> *]", + "[< *]", + "[* &]", + "[! <]", + "[& !]" + ], + "correct": 2, + "prob_ind": 91 + }, + { + "prompt": "[& %]   [& <]   [& :]
    [% %]   [% <]   [% :]
    [! %]   [! <]   [    ]", + "options": [ + "[> *]", + "[& :]", + "[~ *]", + "[! :]", + "[% <]", + "[$ !]", + "[: !]", + "[! %]" + ], + "correct": 3, + "prob_ind": 92 + }, + { + "prompt": "[( !]   [( !]   [( !]
    [& ~]   [& ~]   [& ~]
    [! $]   [! $]   [    ]", + "options": [ + "[( !]", + "[& :]", + "[& ~]", + "[& !]", + "[: &]", + "[! >]", + "[! $]", + "[$ !]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[& &]   [& &]   [& &]
    [$ ~]   [$ ~]   [$ ~]
    [* *]   [* *]   [    ]", + "options": [ + "[( &]", + "[* *]", + "[~ $]", + "[& &]", + "[( ~]", + "[& *]", + "[% (]", + "[$ (]" + ], + "correct": 1, + "prob_ind": 94 + }, + { + "prompt": "[* *]   [! &]   [: !]
    [* *]   [! &]   [: !]
    [* *]   [! &]   [    ]", + "options": [ + "[> >]", + "[& !]", + "[: !]", + "[! *]", + "[* &]", + "[& ~]", + "[! &]", + "[< %]" + ], + "correct": 2, + "prob_ind": 95 + }, + { + "prompt": "[% !]   [% !]   [% !]
    [* >]   [* >]   [* >]
    [& <]   [& <]   [    ]", + "options": [ + "[! (]", + "[% >]", + "[< &]", + "[* >]", + "[( %]", + "[! <]", + "[> *]", + "[& <]" + ], + "correct": 7, + "prob_ind": 96 + }, + { + "prompt": "[< <]   [& <]   [$ <]
    [< :]   [& :]   [$ :]
    [< (]   [& (]   [    ]", + "options": [ + "[( $]", + "[! *]", + "[~ ~]", + "[> ~]", + "[~ >]", + "[! %]", + "[$ (]", + "[: $]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[: ~]   [: ~]   [: ~]
    [* :]   [* :]   [* :]
    [< (]   [< (]   [    ]", + "options": [ + "[( !]", + "[! !]", + "[! (]", + "[( :]", + "[* ~]", + "[: (]", + "[< (]", + "[: *]" + ], + "correct": 6, + "prob_ind": 98 + }, + { + "prompt": "[& *]   [& *]   [& *]
    [% ~]   [% ~]   [% ~]
    [! &]   [! &]   [    ]", + "options": [ + "[( :]", + "[* &]", + "[~ :]", + "[* *]", + "[> <]", + "[! &]", + "[& *]", + "[~ %]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "two_rule_comb1": [ + { + "prompt": "[& %]   [< %]   [~ %]
    [~ (]   [& (]   [< (]
    [< *]   [~ *]   [    ]", + "options": [ + "[& *]", + "[$ !]", + "[( ~]", + "[* &]", + "[> ~]", + "[: &]", + "[$ &]", + "[$ (]" + ], + "correct": 0, + "prob_ind": 0 + }, + { + "prompt": "[: *]   [* >]   [> $]
    [> *]   [: >]   [* $]
    [* *]   [> >]   [    ]", + "options": [ + "[$ >]", + "[: >]", + "[> $]", + "[$ :]", + "[> :]", + "[$ ~]", + "[: $]", + "[~ $]" + ], + "correct": 6, + "prob_ind": 1 + }, + { + "prompt": "[* $]   [: $]   [! $]
    [! :]   [* :]   [: :]
    [: ~]   [! ~]   [    ]", + "options": [ + "[~ :]", + "[* ~]", + "[> <]", + "[: :]", + "[! >]", + "[! <]", + "[> *]", + "[! ~]" + ], + "correct": 1, + "prob_ind": 2 + }, + { + "prompt": "[: (]   [: %]   [: >]
    [< >]   [< (]   [< %]
    [! %]   [! >]   [    ]", + "options": [ + "[& %]", + "[~ (]", + "[! (]", + "[% :]", + "[% &]", + "[( ~]", + "[< (]", + "[< :]" + ], + "correct": 2, + "prob_ind": 3 + }, + { + "prompt": "[* !]   [< !]   [$ !]
    [$ :]   [* :]   [< :]
    [< >]   [$ >]   [    ]", + "options": [ + "[* >]", + "[* :]", + "[$ :]", + "[* !]", + "[: $]", + "[< !]", + "[$ <]", + "[$ !]" + ], + "correct": 0, + "prob_ind": 4 + }, + { + "prompt": "[> >]   [( >]   [$ >]
    [( ~]   [$ ~]   [> ~]
    [$ %]   [> %]   [    ]", + "options": [ + "[> $]", + "[$ >]", + "[$ ~]", + "[% $]", + "[$ %]", + "[( *]", + "[( %]", + "[% (]" + ], + "correct": 6, + "prob_ind": 5 + }, + { + "prompt": "[> >]   [~ >]   [% >]
    [% $]   [> $]   [~ $]
    [~ (]   [% (]   [    ]", + "options": [ + "[> (]", + "[% $]", + "[~ $]", + "[~ >]", + "[~ (]", + "[: >]", + "[( >]", + "[: (]" + ], + "correct": 0, + "prob_ind": 6 + }, + { + "prompt": "[& (]   [: <]   [< &]
    [< (]   [& <]   [: &]
    [: (]   [< <]   [    ]", + "options": [ + "[: (]", + "[< &]", + "[~ (]", + "[& <]", + "[! (]", + "[! &]", + "[& &]", + "[( (]" + ], + "correct": 6, + "prob_ind": 7 + }, + { + "prompt": "[> <]   [* <]   [< <]
    [< :]   [> :]   [* :]
    [* $]   [< $]   [    ]", + "options": [ + "[< <]", + "[< :]", + "[< *]", + "[$ >]", + "[$ ~]", + "[> $]", + "[< %]", + "[* $]" + ], + "correct": 5, + "prob_ind": 8 + }, + { + "prompt": "[! (]   [~ >]   [( &]
    [( (]   [! >]   [~ &]
    [~ (]   [( >]   [    ]", + "options": [ + "[% &]", + "[( &]", + "[~ &]", + "[~ ~]", + "[! &]", + "[* &]", + "[! >]", + "[( >]" + ], + "correct": 4, + "prob_ind": 9 + }, + { + "prompt": "[% >]   [> !]   [! &]
    [% &]   [> >]   [! !]
    [% !]   [> &]   [    ]", + "options": [ + "[! >]", + "[> >]", + "[* !]", + "[( *]", + "[! !]", + "[& >]", + "[! &]", + "[* >]" + ], + "correct": 0, + "prob_ind": 10 + }, + { + "prompt": "[: *]   [( :]   [% %]
    [: %]   [( *]   [% :]
    [: :]   [( %]   [    ]", + "options": [ + "[( *]", + "[% *]", + "[% :]", + "[& *]", + "[: %]", + "[* (]", + "[! $]", + "[% $]" + ], + "correct": 1, + "prob_ind": 11 + }, + { + "prompt": "[$ >]   [> (]   [~ &]
    [$ &]   [> >]   [~ (]
    [$ (]   [> &]   [    ]", + "options": [ + "[~ &]", + "[< $]", + "[$ >]", + "[< >]", + "[> >]", + "[~ >]", + "[> (]", + "[& :]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[: ~]   [! <]   [$ *]
    [$ ~]   [: <]   [! *]
    [! ~]   [$ <]   [    ]", + "options": [ + "[! <]", + "[< !]", + "[: (]", + "[* :]", + "[: *]", + "[* <]", + "[~ >]", + "[& !]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[( ~]   [( (]   [( &]
    [! (]   [! &]   [! ~]
    [> &]   [> ~]   [    ]", + "options": [ + "[: >]", + "[> (]", + "[> >]", + "[( ~]", + "[> :]", + "[> ~]", + "[~ (]", + "[! &]" + ], + "correct": 1, + "prob_ind": 14 + }, + { + "prompt": "[& <]   [* (]   [! !]
    [! <]   [& (]   [* !]
    [* <]   [! (]   [    ]", + "options": [ + "[* !]", + "[< !]", + "[! (]", + "[! &]", + "[& !]", + "[& <]", + "[* (]", + "[* <]" + ], + "correct": 4, + "prob_ind": 15 + }, + { + "prompt": "[> $]   [( &]   [! !]
    [! $]   [> &]   [( !]
    [( $]   [! &]   [    ]", + "options": [ + "[> >]", + "[~ !]", + "[! ~]", + "[! (]", + "[! >]", + "[! &]", + "[> !]", + "[! !]" + ], + "correct": 6, + "prob_ind": 16 + }, + { + "prompt": "[> <]   [~ <]   [( <]
    [( &]   [> &]   [~ &]
    [~ >]   [( >]   [    ]", + "options": [ + "[> >]", + "[* <]", + "[$ >]", + "[: <]", + "[> $]", + "[~ (]", + "[> (]", + "[( >]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[> !]   [% :]   [& >]
    [> :]   [% >]   [& !]
    [> >]   [% !]   [    ]", + "options": [ + "[! >]", + "[> &]", + "[> !]", + "[& :]", + "[! <]", + "[> >]", + "[: &]", + "[& >]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[( %]   [( $]   [( *]
    [~ $]   [~ *]   [~ %]
    [& *]   [& %]   [    ]", + "options": [ + "[( &]", + "[$ &]", + "[( *]", + "[~ *]", + "[% $]", + "[& *]", + "[& %]", + "[& $]" + ], + "correct": 7, + "prob_ind": 19 + }, + { + "prompt": "[* *]   [( *]   [& *]
    [( %]   [& %]   [* %]
    [& $]   [* $]   [    ]", + "options": [ + "[( (]", + "[~ (]", + "[: (]", + "[% (]", + "[( $]", + "[: >]", + "[$ (]", + "[* (]" + ], + "correct": 4, + "prob_ind": 20 + }, + { + "prompt": "[% *]   [* ~]   [< !]
    [* *]   [< ~]   [% !]
    [< *]   [% ~]   [    ]", + "options": [ + "[! *]", + "[> (]", + "[< !]", + "[$ *]", + "[& ~]", + "[* !]", + "[~ *]", + "[% ~]" + ], + "correct": 5, + "prob_ind": 21 + }, + { + "prompt": "[( >]   [( :]   [( (]
    [% (]   [% >]   [% :]
    [~ :]   [~ (]   [    ]", + "options": [ + "[> %]", + "[% :]", + "[% >]", + "[$ :]", + "[> (]", + "[~ >]", + "[> >]", + "[$ &]" + ], + "correct": 5, + "prob_ind": 22 + }, + { + "prompt": "[~ <]   [> &]   [* :]
    [~ :]   [> <]   [* &]
    [~ &]   [> :]   [    ]", + "options": [ + "[~ !]", + "[! ~]", + "[* <]", + "[> *]", + "[* >]", + "[* $]", + "[~ ~]", + "[& *]" + ], + "correct": 2, + "prob_ind": 23 + }, + { + "prompt": "[! <]   [& <]   [< <]
    [< %]   [! %]   [& %]
    [& &]   [< &]   [    ]", + "options": [ + "[& &]", + "[! &]", + "[% <]", + "[< <]", + "[< >]", + "[& *]", + "[< ~]", + "[! !]" + ], + "correct": 1, + "prob_ind": 24 + }, + { + "prompt": "[> $]   [~ %]   [! <]
    [~ $]   [! %]   [> <]
    [! $]   [> %]   [    ]", + "options": [ + "[~ (]", + "[< ~]", + "[% ~]", + "[% >]", + "[( (]", + "[> <]", + "[~ <]", + "[: <]" + ], + "correct": 6, + "prob_ind": 25 + }, + { + "prompt": "[: $]   [( $]   [! $]
    [! <]   [: <]   [( <]
    [( &]   [! &]   [    ]", + "options": [ + "[! ~]", + "[: $]", + "[: &]", + "[& ~]", + "[! $]", + "[! :]", + "[: :]", + "[& :]" + ], + "correct": 2, + "prob_ind": 26 + }, + { + "prompt": "[~ $]   [: $]   [> $]
    [> (]   [~ (]   [: (]
    [: :]   [> :]   [    ]", + "options": [ + "[( :]", + "[% ~]", + "[( >]", + "[: :]", + "[* ~]", + "[& !]", + "[~ :]", + "[~ (]" + ], + "correct": 6, + "prob_ind": 27 + }, + { + "prompt": "[% ~]   [< ~]   [! ~]
    [< !]   [! !]   [% !]
    [! (]   [% (]   [    ]", + "options": [ + "[~ <]", + "[< (]", + "[< <]", + "[& ~]", + "[% ~]", + "[! <]", + "[( (]", + "[< ~]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[% $]   [& ~]   [: (]
    [: $]   [% ~]   [& (]
    [& $]   [: ~]   [    ]", + "options": [ + "[> %]", + "[% (]", + "[: ~]", + "[% ~]", + "[: (]", + "[& $]", + "[$ &]", + "[~ %]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[& :]   [& $]   [& &]
    [> $]   [> &]   [> :]
    [( &]   [( :]   [    ]", + "options": [ + "[( &]", + "[: >]", + "[> $]", + "[! $]", + "[& (]", + "[( $]", + "[$ (]", + "[& $]" + ], + "correct": 5, + "prob_ind": 30 + }, + { + "prompt": "[< >]   [% *]   [~ :]
    [< *]   [% :]   [~ >]
    [< :]   [% >]   [    ]", + "options": [ + "[< >]", + "[< *]", + "[~ ~]", + "[* ~]", + "[( *]", + "[~ *]", + "[> !]", + "[~ &]" + ], + "correct": 5, + "prob_ind": 31 + }, + { + "prompt": "[( (]   [& (]   [$ (]
    [& $]   [$ $]   [( $]
    [$ >]   [( >]   [    ]", + "options": [ + "[< &]", + "[~ >]", + "[~ &]", + "[$ $]", + "[> &]", + "[& >]", + "[> %]", + "[: $]" + ], + "correct": 5, + "prob_ind": 32 + }, + { + "prompt": "[& >]   [! :]   [% %]
    [! >]   [% :]   [& %]
    [% >]   [& :]   [    ]", + "options": [ + "[! :]", + "[& *]", + "[! &]", + "[% :]", + "[! %]", + "[: !]", + "[% !]", + "[> %]" + ], + "correct": 4, + "prob_ind": 33 + }, + { + "prompt": "[< *]   [< ~]   [< >]
    [$ >]   [$ *]   [$ ~]
    [& ~]   [& >]   [    ]", + "options": [ + "[~ $]", + "[> &]", + "[> ~]", + "[( !]", + "[~ >]", + "[& *]", + "[& !]", + "[$ >]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[* *]   [> &]   [( %]
    [* &]   [> %]   [( *]
    [* %]   [> *]   [    ]", + "options": [ + "[! &]", + "[( %]", + "[> %]", + "[* %]", + "[( &]", + "[& (]", + "[% >]", + "[* *]" + ], + "correct": 4, + "prob_ind": 35 + }, + { + "prompt": "[$ (]   [< ~]   [~ :]
    [$ ~]   [< :]   [~ (]
    [$ :]   [< (]   [    ]", + "options": [ + "[( :]", + "[$ <]", + "[$ :]", + "[~ :]", + "[> ~]", + "[< :]", + "[~ &]", + "[~ ~]" + ], + "correct": 7, + "prob_ind": 36 + }, + { + "prompt": "[% (]   [% *]   [% !]
    [& *]   [& !]   [& (]
    [~ !]   [~ (]   [    ]", + "options": [ + "[& !]", + "[> ~]", + "[& (]", + "[( &]", + "[& <]", + "[( %]", + "[~ *]", + "[& &]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[% *]   [~ >]   [! :]
    [% :]   [~ *]   [! >]
    [% >]   [~ :]   [    ]", + "options": [ + "[% :]", + "[~ $]", + "[> %]", + "[* !]", + "[! &]", + "[* &]", + "[( *]", + "[! *]" + ], + "correct": 7, + "prob_ind": 38 + }, + { + "prompt": "[< &]   [< $]   [< (]
    [( $]   [( (]   [( &]
    [$ (]   [$ &]   [    ]", + "options": [ + "[> (]", + "[> *]", + "[< (]", + "[& :]", + "[( (]", + "[$ $]", + "[$ <]", + "[> &]" + ], + "correct": 5, + "prob_ind": 39 + }, + { + "prompt": "[% >]   [< <]   [( $]
    [< >]   [( <]   [% $]
    [( >]   [% <]   [    ]", + "options": [ + "[< $]", + "[( :]", + "[% $]", + "[~ ~]", + "[< ~]", + "[< :]", + "[( $]", + "[< <]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[% $]   [: $]   [& $]
    [& >]   [% >]   [: >]
    [: *]   [& *]   [    ]", + "options": [ + "[~ %]", + "[> :]", + "[$ %]", + "[< %]", + "[: >]", + "[& >]", + "[% *]", + "[! %]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[! :]   [~ :]   [: :]
    [: (]   [! (]   [~ (]
    [~ *]   [: *]   [    ]", + "options": [ + "[: ~]", + "[: *]", + "[~ :]", + "[( (]", + "[! *]", + "[* !]", + "[< *]", + "[> ~]" + ], + "correct": 4, + "prob_ind": 42 + }, + { + "prompt": "[: ~]   [$ *]   [* (]
    [: *]   [$ (]   [* ~]
    [: (]   [$ ~]   [    ]", + "options": [ + "[* (]", + "[* *]", + "[~ *]", + "[> ~]", + "[$ ~]", + "[( *]", + "[* ~]", + "[& <]" + ], + "correct": 1, + "prob_ind": 43 + }, + { + "prompt": "[* $]   [$ &]   [: (]
    [* &]   [$ (]   [: $]
    [* (]   [$ $]   [    ]", + "options": [ + "[& *]", + "[( $]", + "[: !]", + "[: &]", + "[: (]", + "[$ $]", + "[: $]", + "[& &]" + ], + "correct": 3, + "prob_ind": 44 + }, + { + "prompt": "[! >]   [! !]   [! <]
    [~ !]   [~ <]   [~ >]
    [> <]   [> >]   [    ]", + "options": [ + "[: ~]", + "[! >]", + "[> !]", + "[* ~]", + "[< >]", + "[> <]", + "[% :]", + "[> ~]" + ], + "correct": 2, + "prob_ind": 45 + }, + { + "prompt": "[> &]   [& &]   [( &]
    [& $]   [( $]   [> $]
    [( <]   [> <]   [    ]", + "options": [ + "[! <]", + "[& $]", + "[* $]", + "[< (]", + "[( <]", + "[& <]", + "[$ >]", + "[< <]" + ], + "correct": 5, + "prob_ind": 46 + }, + { + "prompt": "[! !]   [! <]   [! $]
    [~ <]   [~ $]   [~ !]
    [% $]   [% !]   [    ]", + "options": [ + "[& <]", + "[! (]", + "[% >]", + "[% !]", + "[! ~]", + "[* (]", + "[< %]", + "[% <]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[< &]   [$ <]   [! (]
    [< <]   [$ (]   [! &]
    [< (]   [$ &]   [    ]", + "options": [ + "[< &]", + "[& $]", + "[< <]", + "[< (]", + "[* <]", + "[! (]", + "[! <]", + "[< !]" + ], + "correct": 6, + "prob_ind": 48 + }, + { + "prompt": "[( <]   [* !]   [: >]
    [: <]   [( !]   [* >]
    [* <]   [: !]   [    ]", + "options": [ + "[~ (]", + "[( >]", + "[> (]", + "[* <]", + "[( <]", + "[( $]", + "[: *]", + "[> <]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[: %]   [: $]   [: :]
    [% $]   [% :]   [% %]
    [! :]   [! %]   [    ]", + "options": [ + "[% %]", + "[$ !]", + "[: $]", + "[$ $]", + "[( :]", + "[% :]", + "[! $]", + "[: !]" + ], + "correct": 6, + "prob_ind": 50 + }, + { + "prompt": "[* !]   [* (]   [* $]
    [: (]   [: $]   [: !]
    [! $]   [! !]   [    ]", + "options": [ + "[! (]", + "[: $]", + "[( (]", + "[* $]", + "[% >]", + "[> %]", + "[& <]", + "[& %]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[: *]   [& !]   [% $]
    [% *]   [: !]   [& $]
    [& *]   [% !]   [    ]", + "options": [ + "[: $]", + "[$ :]", + "[% !]", + "[> &]", + "[: <]", + "[& !]", + "[: :]", + "[: !]" + ], + "correct": 0, + "prob_ind": 52 + }, + { + "prompt": "[* :]   [$ &]   [( <]
    [$ :]   [( &]   [* <]
    [( :]   [* &]   [    ]", + "options": [ + "[* :]", + "[: >]", + "[$ <]", + "[( :]", + "[< $]", + "[> <]", + "[( <]", + "[> :]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[~ :]   [< %]   [% !]
    [~ !]   [< :]   [% %]
    [~ %]   [< !]   [    ]", + "options": [ + "[: <]", + "[! %]", + "[< $]", + "[& :]", + "[% :]", + "[% !]", + "[~ %]", + "[$ :]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[~ >]   [* :]   [$ *]
    [$ >]   [~ :]   [* *]
    [* >]   [$ :]   [    ]", + "options": [ + "[~ >]", + "[( >]", + "[~ (]", + "[~ *]", + "[* !]", + "[( $]", + "[* ~]", + "[~ :]" + ], + "correct": 3, + "prob_ind": 55 + }, + { + "prompt": "[* %]   [~ !]   [> &]
    [* &]   [~ %]   [> !]
    [* !]   [~ &]   [    ]", + "options": [ + "[& *]", + "[! *]", + "[* &]", + "[> %]", + "[~ &]", + "[~ <]", + "[> *]", + "[* !]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[* ~]   [* $]   [* *]
    [: *]   [: ~]   [: $]
    [~ $]   [~ *]   [    ]", + "options": [ + "[$ $]", + "[( ~]", + "[~ ~]", + "[* $]", + "[~ $]", + "[( (]", + "[* *]", + "[* ~]" + ], + "correct": 2, + "prob_ind": 57 + }, + { + "prompt": "[$ <]   [$ !]   [$ &]
    [: !]   [: &]   [: <]
    [~ &]   [~ <]   [    ]", + "options": [ + "[& $]", + "[< !]", + "[< &]", + "[~ !]", + "[: (]", + "[$ &]", + "[~ (]", + "[! ~]" + ], + "correct": 3, + "prob_ind": 58 + }, + { + "prompt": "[< <]   [< (]   [< &]
    [: &]   [: <]   [: (]
    [( (]   [( &]   [    ]", + "options": [ + "[> <]", + "[< &]", + "[( (]", + "[( <]", + "[< <]", + "[< *]", + "[: &]", + "[> &]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[< *]   [~ >]   [$ ~]
    [~ *]   [$ >]   [< ~]
    [$ *]   [< >]   [    ]", + "options": [ + "[* (]", + "[$ *]", + "[~ ~]", + "[* *]", + "[< >]", + "[( *]", + "[! *]", + "[* $]" + ], + "correct": 2, + "prob_ind": 60 + }, + { + "prompt": "[! %]   [! (]   [! !]
    [< (]   [< !]   [< %]
    [: !]   [: %]   [    ]", + "options": [ + "[< (]", + "[* %]", + "[: (]", + "[! ~]", + "[( :]", + "[> !]", + "[! <]", + "[> <]" + ], + "correct": 2, + "prob_ind": 61 + }, + { + "prompt": "[: (]   [: $]   [: *]
    [( *]   [( (]   [( $]
    [~ $]   [~ *]   [    ]", + "options": [ + "[( :]", + "[: $]", + "[> (]", + "[~ <]", + "[< $]", + "[: (]", + "[< (]", + "[~ (]" + ], + "correct": 7, + "prob_ind": 62 + }, + { + "prompt": "[& %]   [* %]   [: %]
    [* (]   [: (]   [& (]
    [: &]   [& &]   [    ]", + "options": [ + "[~ !]", + "[% !]", + "[: !]", + "[* &]", + "[% &]", + "[& !]", + "[< >]", + "[! ~]" + ], + "correct": 3, + "prob_ind": 63 + }, + { + "prompt": "[$ &]   [$ *]   [$ $]
    [& $]   [& &]   [& *]
    [: *]   [: $]   [    ]", + "options": [ + "[! :]", + "[$ $]", + "[& :]", + "[: !]", + "[* &]", + "[: &]", + "[! !]", + "[$ *]" + ], + "correct": 5, + "prob_ind": 64 + }, + { + "prompt": "[& %]   [! %]   [( %]
    [! &]   [( &]   [& &]
    [( !]   [& !]   [    ]", + "options": [ + "[! !]", + "[& %]", + "[( %]", + "[& !]", + "[! %]", + "[& &]", + "[! &]", + "[& *]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[! *]   [! $]   [! %]
    [> $]   [> %]   [> *]
    [< %]   [< *]   [    ]", + "options": [ + "[( $]", + "[> *]", + "[$ <]", + "[$ >]", + "[~ *]", + "[* (]", + "[* ~]", + "[< $]" + ], + "correct": 7, + "prob_ind": 66 + }, + { + "prompt": "[& >]   [( >]   [! >]
    [( &]   [! &]   [& &]
    [! $]   [& $]   [    ]", + "options": [ + "[> <]", + "[% $]", + "[( $]", + "[% !]", + "[$ *]", + "[* $]", + "[$ <]", + "[( *]" + ], + "correct": 2, + "prob_ind": 67 + }, + { + "prompt": "[~ %]   [~ >]   [~ :]
    [< >]   [< :]   [< %]
    [> :]   [> %]   [    ]", + "options": [ + "[> ~]", + "[% <]", + "[> &]", + "[$ >]", + "[> >]", + "[< :]", + "[> :]", + "[( %]" + ], + "correct": 4, + "prob_ind": 68 + }, + { + "prompt": "[: :]   [< :]   [( :]
    [< ~]   [( ~]   [: ~]
    [( *]   [: *]   [    ]", + "options": [ + "[( ~]", + "[! %]", + "[< %]", + "[( <]", + "[~ <]", + "[* <]", + "[( *]", + "[< *]" + ], + "correct": 7, + "prob_ind": 69 + }, + { + "prompt": "[( :]   [% (]   [: &]
    [% :]   [: (]   [( &]
    [: :]   [( (]   [    ]", + "options": [ + "[* (]", + "[( :]", + "[( (]", + "[: (]", + "[( %]", + "[% &]", + "[( &]", + "[( *]" + ], + "correct": 5, + "prob_ind": 70 + }, + { + "prompt": "[( >]   [> >]   [$ >]
    [$ <]   [( <]   [> <]
    [> :]   [$ :]   [    ]", + "options": [ + "[> (]", + "[: (]", + "[* :]", + "[> <]", + "[$ >]", + "[( :]", + "[: >]", + "[> >]" + ], + "correct": 5, + "prob_ind": 71 + }, + { + "prompt": "[& &]   [< !]   [: ~]
    [& !]   [< ~]   [: &]
    [& ~]   [< &]   [    ]", + "options": [ + "[! :]", + "[< ~]", + "[: !]", + "[$ !]", + "[> !]", + "[$ (]", + "[> :]", + "[> &]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[~ $]   [< >]   [$ ~]
    [< $]   [$ >]   [~ ~]
    [$ $]   [~ >]   [    ]", + "options": [ + "[: ~]", + "[~ :]", + "[< ~]", + "[( >]", + "[< >]", + "[> ~]", + "[~ >]", + "[~ <]" + ], + "correct": 2, + "prob_ind": 73 + }, + { + "prompt": "[$ (]   [& :]   [! &]
    [$ :]   [& &]   [! (]
    [$ &]   [& (]   [    ]", + "options": [ + "[! :]", + "[( !]", + "[< :]", + "[! (]", + "[( (]", + "[& :]", + "[& &]", + "[( $]" + ], + "correct": 0, + "prob_ind": 74 + }, + { + "prompt": "[> :]   [( *]   [< $]
    [< :]   [> *]   [( $]
    [( :]   [< *]   [    ]", + "options": [ + "[( $]", + "[< :]", + "[> :]", + "[< $]", + "[< (]", + "[: >]", + "[> $]", + "[$ (]" + ], + "correct": 6, + "prob_ind": 75 + }, + { + "prompt": "[$ (]   [! (]   [~ (]
    [! &]   [~ &]   [$ &]
    [~ *]   [$ *]   [    ]", + "options": [ + "[* :]", + "[* ~]", + "[< *]", + "[* %]", + "[! *]", + "[% $]", + "[$ %]", + "[% :]" + ], + "correct": 4, + "prob_ind": 76 + }, + { + "prompt": "[> *]   [% %]   [* <]
    [* *]   [> %]   [% <]
    [% *]   [* %]   [    ]", + "options": [ + "[% *]", + "[> ~]", + "[> <]", + "[* <]", + "[% %]", + "[* %]", + "[* *]", + "[$ %]" + ], + "correct": 2, + "prob_ind": 77 + }, + { + "prompt": "[& %]   [* <]   [< *]
    [& <]   [* *]   [< %]
    [& *]   [* %]   [    ]", + "options": [ + "[< &]", + "[> %]", + "[& *]", + "[~ !]", + "[( <]", + "[< %]", + "[< <]", + "[* &]" + ], + "correct": 6, + "prob_ind": 78 + }, + { + "prompt": "[& %]   [~ $]   [$ :]
    [~ %]   [$ $]   [& :]
    [$ %]   [& $]   [    ]", + "options": [ + "[& :]", + "[& %]", + "[% &]", + "[~ :]", + "[& >]", + "[~ >]", + "[$ :]", + "[$ %]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[: :]   [: !]   [: %]
    [( %]   [( :]   [( !]
    [~ !]   [~ %]   [    ]", + "options": [ + "[! *]", + "[! ~]", + "[~ <]", + "[% (]", + "[( %]", + "[: !]", + "[~ :]", + "[< ~]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[& ~]   [( !]   [% %]
    [& %]   [( ~]   [% !]
    [& !]   [( %]   [    ]", + "options": [ + "[> !]", + "[% (]", + "[( %]", + "[% %]", + "[% >]", + "[! %]", + "[& %]", + "[% ~]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[* %]   [* >]   [* (]
    [& (]   [& %]   [& >]
    [< >]   [< (]   [    ]", + "options": [ + "[: &]", + "[< %]", + "[% >]", + "[( &]", + "[< (]", + "[% <]", + "[& >]", + "[> <]" + ], + "correct": 1, + "prob_ind": 82 + }, + { + "prompt": "[: !]   [& !]   [* !]
    [& >]   [* >]   [: >]
    [* *]   [: *]   [    ]", + "options": [ + "[* &]", + "[~ *]", + "[& >]", + "[* *]", + "[% >]", + "[* >]", + "[> &]", + "[& *]" + ], + "correct": 7, + "prob_ind": 83 + }, + { + "prompt": "[( $]   [! >]   [> *]
    [( >]   [! *]   [> $]
    [( *]   [! $]   [    ]", + "options": [ + "[( *]", + "[> *]", + "[> >]", + "[! *]", + "[> <]", + "[* *]", + "[* (]", + "[* !]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[% !]   [< !]   [! !]
    [< *]   [! *]   [% *]
    [! (]   [% (]   [    ]", + "options": [ + "[> !]", + "[! >]", + "[% <]", + "[< !]", + "[( !]", + "[~ (]", + "[< (]", + "[> (]" + ], + "correct": 6, + "prob_ind": 85 + }, + { + "prompt": "[* %]   [& :]   [~ >]
    [& %]   [~ :]   [* >]
    [~ %]   [* :]   [    ]", + "options": [ + "[* $]", + "[! %]", + "[& %]", + "[& >]", + "[~ :]", + "[: &]", + "[> *]", + "[$ *]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[! (]   [! &]   [! !]
    [% !]   [% (]   [% &]
    [& &]   [& !]   [    ]", + "options": [ + "[! %]", + "[% %]", + "[% (]", + "[& (]", + "[& &]", + "[! &]", + "[& ~]", + "[( %]" + ], + "correct": 3, + "prob_ind": 87 + }, + { + "prompt": "[& :]   [~ ~]   [< &]
    [< :]   [& ~]   [~ &]
    [~ :]   [< ~]   [    ]", + "options": [ + "[& !]", + "[* ~]", + "[( >]", + "[% !]", + "[& &]", + "[( *]", + "[~ :]", + "[~ ~]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[$ >]   [~ <]   [! $]
    [~ >]   [! <]   [$ $]
    [! >]   [$ <]   [    ]", + "options": [ + "[$ ~]", + "[% %]", + "[< <]", + "[> !]", + "[< !]", + "[& $]", + "[~ $]", + "[% $]" + ], + "correct": 6, + "prob_ind": 89 + }, + { + "prompt": "[* %]   [& &]   [! >]
    [! %]   [* &]   [& >]
    [& %]   [! &]   [    ]", + "options": [ + "[< *]", + "[! &]", + "[& %]", + "[& >]", + "[* >]", + "[& *]", + "[& $]", + "[* &]" + ], + "correct": 4, + "prob_ind": 90 + }, + { + "prompt": "[$ ~]   [( ~]   [< ~]
    [( %]   [< %]   [$ %]
    [< (]   [$ (]   [    ]", + "options": [ + "[& <]", + "[( <]", + "[( ~]", + "[< (]", + "[< *]", + "[( %]", + "[$ !]", + "[( (]" + ], + "correct": 7, + "prob_ind": 91 + }, + { + "prompt": "[< (]   [< *]   [< <]
    [* *]   [* <]   [* (]
    [& <]   [& (]   [    ]", + "options": [ + "[( <]", + "[* <]", + "[> >]", + "[< *]", + "[> :]", + "[& *]", + "[& (]", + "[& <]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[< %]   [< $]   [< *]
    [& *]   [& %]   [& $]
    [% $]   [% *]   [    ]", + "options": [ + "[< %]", + "[% *]", + "[! *]", + "[* %]", + "[% &]", + "[> :]", + "[% %]", + "[* *]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[! *]   [! (]   [! <]
    [$ (]   [$ <]   [$ *]
    [> <]   [> *]   [    ]", + "options": [ + "[> (]", + "[: *]", + "[> ~]", + "[> <]", + "[( >]", + "[& :]", + "[> &]", + "[~ <]" + ], + "correct": 0, + "prob_ind": 94 + }, + { + "prompt": "[: *]   [& *]   [* *]
    [& >]   [* >]   [: >]
    [* <]   [: <]   [    ]", + "options": [ + "[& <]", + "[* <]", + "[* *]", + "[: *]", + "[& !]", + "[> $]", + "[> :]", + "[$ *]" + ], + "correct": 0, + "prob_ind": 95 + }, + { + "prompt": "[! &]   [! >]   [! $]
    [% $]   [% &]   [% >]
    [> >]   [> $]   [    ]", + "options": [ + "[> $]", + "[> &]", + "[* !]", + "[& !]", + "[& >]", + "[$ >]", + "[< !]", + "[! <]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[< $]   [< >]   [< &]
    [& &]   [& $]   [& >]
    [! >]   [! &]   [    ]", + "options": [ + "[~ &]", + "[> <]", + "[& $]", + "[! &]", + "[< $]", + "[! $]", + "[$ !]", + "[* &]" + ], + "correct": 5, + "prob_ind": 97 + }, + { + "prompt": "[> :]   [! :]   [% :]
    [% <]   [> <]   [! <]
    [! ~]   [% ~]   [    ]", + "options": [ + "[~ :]", + "[~ >]", + "[* >]", + "[> ~]", + "[* <]", + "[% :]", + "[% ~]", + "[! ~]" + ], + "correct": 3, + "prob_ind": 98 + }, + { + "prompt": "[: &]   [: !]   [: (]
    [> (]   [> &]   [> !]
    [* !]   [* (]   [    ]", + "options": [ + "[* (]", + "[! *]", + "[: &]", + "[: *]", + "[& :]", + "[* *]", + "[* &]", + "[& (]" + ], + "correct": 6, + "prob_ind": 99 + } + ], + "two_rule_comb2": [ + { + "prompt": "[< &]   [( &]   [! &]
    [( :]   [! :]   [* :]
    [! %]   [* %]   [    ]", + "options": [ + "[% &]", + "[( %]", + "[! :]", + "[( :]", + "[* %]", + "[& !]", + "[$ !]", + "[& %]" + ], + "correct": 7, + "prob_ind": 0 + }, + { + "prompt": "[: (]   [~ (]   [( (]
    [~ !]   [( !]   [* !]
    [( >]   [* >]   [    ]", + "options": [ + "[~ *]", + "[~ (]", + "[> *]", + "[* (]", + "[% ~]", + "[> (]", + "[% >]", + "[( (]" + ], + "correct": 6, + "prob_ind": 1 + }, + { + "prompt": "[$ &]   [< *]   [~ !]
    [$ *]   [< !]   [~ (]
    [$ !]   [< (]   [    ]", + "options": [ + "[< ~]", + "[~ *]", + "[% *]", + "[$ *]", + "[* &]", + "[$ (]", + "[~ !]", + "[~ <]" + ], + "correct": 7, + "prob_ind": 2 + }, + { + "prompt": "[$ !]   [> (]   [< <]
    [> !]   [< (]   [! <]
    [< !]   [! (]   [    ]", + "options": [ + "[( !]", + "[< !]", + "[$ (]", + "[& <]", + "[* :]", + "[& >]", + "[! <]", + "[( (]" + ], + "correct": 3, + "prob_ind": 3 + }, + { + "prompt": "[! &]   [( &]   [< &]
    [( <]   [< <]   [~ <]
    [< *]   [~ *]   [    ]", + "options": [ + "[< &]", + "[* $]", + "[$ *]", + "[> (]", + "[> *]", + "[< *]", + "[( ~]", + "[( *]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[< *]   [< !]   [< (]
    [% !]   [% (]   [% <]
    [* (]   [* <]   [    ]", + "options": [ + "[* ~]", + "[* (]", + "[< *]", + "[* >]", + "[! (]", + "[! ~]", + "[~ (]", + "[( ~]" + ], + "correct": 0, + "prob_ind": 5 + }, + { + "prompt": "[% (]   [~ <]   [( ~]
    [% <]   [~ ~]   [( >]
    [% ~]   [~ >]   [    ]", + "options": [ + "[~ (]", + "[% <]", + "[: (]", + "[( :]", + "[* >]", + "[( <]", + "[~ <]", + "[( %]" + ], + "correct": 3, + "prob_ind": 6 + }, + { + "prompt": "[~ ~]   [~ <]   [~ (]
    [( <]   [( (]   [( !]
    [! (]   [! !]   [    ]", + "options": [ + "[~ <]", + "[! %]", + "[! !]", + "[! (]", + "[< (]", + "[< <]", + "[! *]", + "[* !]" + ], + "correct": 6, + "prob_ind": 7 + }, + { + "prompt": "[< %]   [~ >]   [> $]
    [~ %]   [> >]   [: $]
    [> %]   [: >]   [    ]", + "options": [ + "[< %]", + "[: (]", + "[$ $]", + "[: $]", + "[% >]", + "[> >]", + "[< *]", + "[> %]" + ], + "correct": 2, + "prob_ind": 8 + }, + { + "prompt": "[& $]   [& :]   [& >]
    [! :]   [! >]   [! ~]
    [~ >]   [~ ~]   [    ]", + "options": [ + "[< %]", + "[& %]", + "[~ <]", + "[! %]", + "[& >]", + "[~ >]", + "[~ ~]", + "[% &]" + ], + "correct": 2, + "prob_ind": 9 + }, + { + "prompt": "[( &]   [< &]   [~ &]
    [< (]   [~ (]   [> (]
    [~ :]   [> :]   [    ]", + "options": [ + "[( >]", + "[> :]", + "[~ :]", + "[> (]", + "[( (]", + "[< &]", + "[: :]", + "[$ %]" + ], + "correct": 6, + "prob_ind": 10 + }, + { + "prompt": "[& &]   [! &]   [< &]
    [! *]   [< *]   [> *]
    [< <]   [> <]   [    ]", + "options": [ + "[$ (]", + "[& &]", + "[< $]", + "[$ <]", + "[( $]", + "[$ !]", + "[: <]", + "[> &]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[& :]   [& >]   [& ~]
    [* >]   [* ~]   [* <]
    [< ~]   [< <]   [    ]", + "options": [ + "[! (]", + "[& $]", + "[> &]", + "[~ *]", + "[& ~]", + "[< (]", + "[& >]", + "[* ~]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[: (]   [> !]   [~ ~]
    [> (]   [~ !]   [< ~]
    [~ (]   [< !]   [    ]", + "options": [ + "[( <]", + "[< ~]", + "[~ (]", + "[( ~]", + "[( >]", + "[< (]", + "[( :]", + "[: (]" + ], + "correct": 3, + "prob_ind": 13 + }, + { + "prompt": "[~ ~]   [< <]   [( !]
    [< ~]   [( <]   [! !]
    [( ~]   [! <]   [    ]", + "options": [ + "[< !]", + "[~ ~]", + "[< <]", + "[! *]", + "[* *]", + "[! !]", + "[* !]", + "[~ >]" + ], + "correct": 6, + "prob_ind": 14 + }, + { + "prompt": "[< $]   [< :]   [< >]
    [% :]   [% >]   [% ~]
    [: >]   [: ~]   [    ]", + "options": [ + "[: <]", + "[! >]", + "[< >]", + "[: %]", + "[> <]", + "[% :]", + "[< ~]", + "[$ >]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[< &]   [< !]   [< <]
    [* !]   [* <]   [* >]
    [( <]   [( >]   [    ]", + "options": [ + "[( !]", + "[( $]", + "[$ (]", + "[( ~]", + "[~ (]", + "[! *]", + "[* !]", + "[< >]" + ], + "correct": 1, + "prob_ind": 16 + }, + { + "prompt": "[< %]   [~ !]   [> (]
    [~ %]   [> !]   [: (]
    [> %]   [: !]   [    ]", + "options": [ + "[$ !]", + "[~ !]", + "[$ (]", + "[% <]", + "[> (]", + "[~ %]", + "[* <]", + "[: (]" + ], + "correct": 2, + "prob_ind": 17 + }, + { + "prompt": "[: :]   [: ~]   [: (]
    [! ~]   [! (]   [! *]
    [% (]   [% *]   [    ]", + "options": [ + "[% *]", + "[% %]", + "[: :]", + "[: $]", + "[* %]", + "[! %]", + "[: ~]", + "[% $]" + ], + "correct": 1, + "prob_ind": 18 + }, + { + "prompt": "[* :]   [! >]   [< ~]
    [* >]   [! ~]   [< <]
    [* ~]   [! <]   [    ]", + "options": [ + "[> <]", + "[< >]", + "[< <]", + "[~ >]", + "[< (]", + "[: <]", + "[! &]", + "[( <]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[: :]   [> $]   [~ <]
    [> :]   [~ $]   [< <]
    [~ :]   [< $]   [    ]", + "options": [ + "[$ ~]", + "[! <]", + "[~ :]", + "[( <]", + "[( $]", + "[: >]", + "[( ~]", + "[< !]" + ], + "correct": 3, + "prob_ind": 20 + }, + { + "prompt": "[( >]   [! >]   [* >]
    [! !]   [* !]   [& !]
    [* ~]   [& ~]   [    ]", + "options": [ + "[* ~]", + "[( $]", + "[% :]", + "[( ~]", + "[% ~]", + "[$ (]", + "[! !]", + "[: %]" + ], + "correct": 4, + "prob_ind": 21 + }, + { + "prompt": "[< $]   [< :]   [< >]
    [( :]   [( >]   [( ~]
    [& >]   [& ~]   [    ]", + "options": [ + "[% <]", + "[< &]", + "[% >]", + "[& <]", + "[% ~]", + "[( >]", + "[( ~]", + "[( :]" + ], + "correct": 3, + "prob_ind": 22 + }, + { + "prompt": "[& <]   [& ~]   [& >]
    [% ~]   [% >]   [% :]
    [< >]   [< :]   [    ]", + "options": [ + "[$ <]", + "[$ %]", + "[< $]", + "[% $]", + "[: >]", + "[: <]", + "[& <]", + "[& ~]" + ], + "correct": 2, + "prob_ind": 23 + }, + { + "prompt": "[& (]   [* (]   [! (]
    [* %]   [! %]   [( %]
    [! !]   [( !]   [    ]", + "options": [ + "[& *]", + "[! (]", + "[! <]", + "[* (]", + "[< !]", + "[< &]", + "[& <]", + "[! !]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[& *]   [~ !]   [% (]
    [& !]   [~ (]   [% <]
    [& (]   [~ <]   [    ]", + "options": [ + "[~ !]", + "[! ~]", + "[% *]", + "[& (]", + "[% ~]", + "[% (]", + "[% !]", + "[( ~]" + ], + "correct": 4, + "prob_ind": 25 + }, + { + "prompt": "[% (]   [* (]   [( (]
    [* %]   [( %]   [~ %]
    [( >]   [~ >]   [    ]", + "options": [ + "[~ :]", + "[% >]", + "[~ >]", + "[: <]", + "[% %]", + "[( *]", + "[: >]", + "[( (]" + ], + "correct": 6, + "prob_ind": 26 + }, + { + "prompt": "[< <]   [< (]   [< !]
    [* (]   [* !]   [* *]
    [~ !]   [~ *]   [    ]", + "options": [ + "[! &]", + "[! (]", + "[< !]", + "[( !]", + "[! <]", + "[* >]", + "[~ &]", + "[& ~]" + ], + "correct": 6, + "prob_ind": 27 + }, + { + "prompt": "[~ $]   [% >]   [$ <]
    [~ >]   [% <]   [$ !]
    [~ <]   [% !]   [    ]", + "options": [ + "[( >]", + "[> !]", + "[$ *]", + "[( <]", + "[~ !]", + "[$ &]", + "[% :]", + "[> <]" + ], + "correct": 5, + "prob_ind": 28 + }, + { + "prompt": "[! :]   [( >]   [% ~]
    [! >]   [( ~]   [% <]
    [! ~]   [( <]   [    ]", + "options": [ + "[% <]", + "[* (]", + "[% ~]", + "[% (]", + "[( %]", + "[& <]", + "[% %]", + "[! >]" + ], + "correct": 3, + "prob_ind": 29 + }, + { + "prompt": "[( ~]   [: <]   [! (]
    [( <]   [: (]   [! !]
    [( (]   [: !]   [    ]", + "options": [ + "[( <]", + "[! !]", + "[* *]", + "[! *]", + "[( :]", + "[! <]", + "[* !]", + "[: !]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[> &]   [( *]   [~ !]
    [> *]   [( !]   [~ (]
    [> !]   [( (]   [    ]", + "options": [ + "[~ <]", + "[~ >]", + "[~ (]", + "[~ !]", + "[& >]", + "[( ~]", + "[< ~]", + "[> (]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[! ~]   [% <]   [& (]
    [! <]   [% (]   [& !]
    [! (]   [% !]   [    ]", + "options": [ + "[( &]", + "[! %]", + "[> <]", + "[! <]", + "[> !]", + "[& *]", + "[< %]", + "[* (]" + ], + "correct": 5, + "prob_ind": 32 + }, + { + "prompt": "[* *]   [% !]   [< (]
    [* !]   [% (]   [< <]
    [* (]   [% <]   [    ]", + "options": [ + "[~ <]", + "[% *]", + "[( !]", + "[( <]", + "[( (]", + "[< ~]", + "[* :]", + "[< (]" + ], + "correct": 5, + "prob_ind": 33 + }, + { + "prompt": "[& $]   [& >]   [& <]
    [> >]   [> <]   [> !]
    [< <]   [< !]   [    ]", + "options": [ + "[< !]", + "[> !]", + "[> &]", + "[& !]", + "[& <]", + "[< &]", + "[& >]", + "[< <]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[! <]   [( :]   [< ~]
    [( <]   [< :]   [~ ~]
    [< <]   [~ :]   [    ]", + "options": [ + "[< <]", + "[> ~]", + "[! <]", + "[: ~]", + "[~ >]", + "[~ $]", + "[~ :]", + "[~ ~]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[( *]   [< ~]   [~ %]
    [< *]   [~ ~]   [> %]
    [~ *]   [> ~]   [    ]", + "options": [ + "[( ~]", + "[: %]", + "[% :]", + "[~ *]", + "[: *]", + "[( :]", + "[< *]", + "[% ~]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[< !]   [~ &]   [> ~]
    [~ !]   [> &]   [: ~]
    [> !]   [: &]   [    ]", + "options": [ + "[$ ~]", + "[> <]", + "[~ &]", + "[& ~]", + "[> ~]", + "[~ *]", + "[$ >]", + "[~ (]" + ], + "correct": 0, + "prob_ind": 37 + }, + { + "prompt": "[% >]   [& !]   [* *]
    [& >]   [* !]   [! *]
    [* >]   [! !]   [    ]", + "options": [ + "[( *]", + "[! *]", + "[> %]", + "[! !]", + "[& !]", + "[* (]", + "[% %]", + "[> &]" + ], + "correct": 0, + "prob_ind": 38 + }, + { + "prompt": "[> <]   [( (]   [* !]
    [> (]   [( !]   [* *]
    [> !]   [( *]   [    ]", + "options": [ + "[& *]", + "[~ *]", + "[( (]", + "[* &]", + "[> !]", + "[! *]", + "[( &]", + "[$ &]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[% <]   [* >]   [( !]
    [* <]   [( >]   [~ !]
    [( <]   [~ >]   [    ]", + "options": [ + "[! (]", + "[( !]", + "[: :]", + "[$ $]", + "[% >]", + "[$ :]", + "[: !]", + "[! :]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[> *]   [~ !]   [$ (]
    [> !]   [~ (]   [$ <]
    [> (]   [~ <]   [    ]", + "options": [ + "[$ !]", + "[$ ~]", + "[~ !]", + "[! :]", + "[< :]", + "[> *]", + "[< ~]", + "[> ~]" + ], + "correct": 1, + "prob_ind": 41 + }, + { + "prompt": "[* &]   [! $]   [( <]
    [! &]   [( $]   [< <]
    [( &]   [< $]   [    ]", + "options": [ + "[! *]", + "[< ~]", + "[: <]", + "[( <]", + "[~ <]", + "[~ (]", + "[< :]", + "[( :]" + ], + "correct": 4, + "prob_ind": 42 + }, + { + "prompt": "[( &]   [( !]   [( <]
    [& !]   [& <]   [& >]
    [: <]   [: >]   [    ]", + "options": [ + "[! &]", + "[$ <]", + "[$ :]", + "[( %]", + "[: $]", + "[$ ~]", + "[~ $]", + "[! <]" + ], + "correct": 4, + "prob_ind": 43 + }, + { + "prompt": "[$ >]   [~ ~]   [( <]
    [$ ~]   [~ <]   [( (]
    [$ <]   [~ (]   [    ]", + "options": [ + "[% *]", + "[< $]", + "[$ ~]", + "[( !]", + "[( &]", + "[* (]", + "[! (]", + "[$ :]" + ], + "correct": 3, + "prob_ind": 44 + }, + { + "prompt": "[% <]   [( (]   [> !]
    [% (]   [( !]   [> *]
    [% !]   [( *]   [    ]", + "options": [ + "[> !]", + "[~ *]", + "[* >]", + "[> &]", + "[! >]", + "[& >]", + "[> >]", + "[! !]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[< %]   [< *]   [< (]
    [~ *]   [~ (]   [~ ~]
    [% (]   [% ~]   [    ]", + "options": [ + "[( <]", + "[~ (]", + "[> (]", + "[~ %]", + "[> %]", + "[% :]", + "[: %]", + "[~ *]" + ], + "correct": 5, + "prob_ind": 46 + }, + { + "prompt": "[> <]   [~ !]   [< >]
    [~ <]   [< !]   [( >]
    [< <]   [( !]   [    ]", + "options": [ + "[~ *]", + "[! >]", + "[! !]", + "[> !]", + "[~ <]", + "[~ !]", + "[< <]", + "[! ~]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[& &]   [& *]   [& !]
    [< *]   [< !]   [< (]
    [> !]   [> (]   [    ]", + "options": [ + "[( >]", + "[* &]", + "[> <]", + "[< !]", + "[~ >]", + "[> !]", + "[< *]", + "[$ <]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[$ :]   [: :]   [> :]
    [: &]   [> &]   [~ &]
    [> !]   [~ !]   [    ]", + "options": [ + "[: &]", + "[! &]", + "[! >]", + "[~ :]", + "[< !]", + "[! <]", + "[! !]", + "[: !]" + ], + "correct": 4, + "prob_ind": 49 + }, + { + "prompt": "[% :]   [% >]   [% ~]
    [( >]   [( ~]   [( <]
    [~ ~]   [~ <]   [    ]", + "options": [ + "[: *]", + "[~ ~]", + "[( (]", + "[( <]", + "[~ (]", + "[: ~]", + "[: &]", + "[& !]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[< &]   [~ <]   [> !]
    [~ &]   [> <]   [: !]
    [> &]   [: <]   [    ]", + "options": [ + "[$ *]", + "[> (]", + "[& <]", + "[~ <]", + "[$ !]", + "[! $]", + "[< &]", + "[* $]" + ], + "correct": 4, + "prob_ind": 51 + }, + { + "prompt": "[~ <]   [~ (]   [~ !]
    [: (]   [: !]   [: *]
    [& !]   [& *]   [    ]", + "options": [ + "[: <]", + "[& &]", + "[* !]", + "[* :]", + "[~ ~]", + "[~ (]", + "[< :]", + "[* &]" + ], + "correct": 1, + "prob_ind": 52 + }, + { + "prompt": "[( <]   [> ~]   [% >]
    [( ~]   [> >]   [% :]
    [( >]   [> :]   [    ]", + "options": [ + "[( :]", + "[( (]", + "[: (]", + "[% :]", + "[% $]", + "[: !]", + "[< ~]", + "[$ %]" + ], + "correct": 4, + "prob_ind": 53 + }, + { + "prompt": "[* <]   [! <]   [( <]
    [! (]   [( (]   [< (]
    [( :]   [< :]   [    ]", + "options": [ + "[< (]", + "[! ~]", + "[( :]", + "[! <]", + "[~ :]", + "[: (]", + "[~ >]", + "[* :]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[* &]   [! &]   [( &]
    [! ~]   [( ~]   [< ~]
    [( !]   [< !]   [    ]", + "options": [ + "[( &]", + "[( ~]", + "[~ !]", + "[< &]", + "[% %]", + "[< *]", + "[* &]", + "[! ~]" + ], + "correct": 2, + "prob_ind": 55 + }, + { + "prompt": "[% *]   [* *]   [( *]
    [* >]   [( >]   [~ >]
    [( <]   [~ <]   [    ]", + "options": [ + "[% >]", + "[> (]", + "[: <]", + "[( <]", + "[( (]", + "[~ >]", + "[> ~]", + "[( >]" + ], + "correct": 2, + "prob_ind": 56 + }, + { + "prompt": "[* *]   [* !]   [* (]
    [> !]   [> (]   [> <]
    [$ (]   [$ <]   [    ]", + "options": [ + "[~ *]", + "[$ ~]", + "[: (]", + "[( :]", + "[~ $]", + "[< (]", + "[! *]", + "[< !]" + ], + "correct": 1, + "prob_ind": 57 + }, + { + "prompt": "[$ $]   [: (]   [> %]
    [: $]   [> (]   [~ %]
    [> $]   [~ (]   [    ]", + "options": [ + "[> *]", + "[% :]", + "[> $]", + "[% ~]", + "[> (]", + "[: %]", + "[< *]", + "[< %]" + ], + "correct": 7, + "prob_ind": 58 + }, + { + "prompt": "[$ &]   [& *]   [% !]
    [$ *]   [& !]   [% (]
    [$ !]   [& (]   [    ]", + "options": [ + "[< !]", + "[& <]", + "[% <]", + "[% *]", + "[* $]", + "[$ !]", + "[$ *]", + "[< %]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[~ <]   [< <]   [( <]
    [< !]   [( !]   [! !]
    [( %]   [! %]   [    ]", + "options": [ + "[% *]", + "[< !]", + "[* %]", + "[% !]", + "[( <]", + "[! %]", + "[~ %]", + "[% %]" + ], + "correct": 2, + "prob_ind": 60 + }, + { + "prompt": "[: %]   [~ %]   [( %]
    [~ ~]   [( ~]   [* ~]
    [( *]   [* *]   [    ]", + "options": [ + "[( %]", + "[* %]", + "[( ~]", + "[: *]", + "[* ~]", + "[* :]", + "[% %]", + "[% *]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[> $]   [$ >]   [< <]
    [> >]   [$ <]   [< !]
    [> <]   [$ !]   [    ]", + "options": [ + "[< &]", + "[< >]", + "[& <]", + "[< <]", + "[> <]", + "[$ !]", + "[! <]", + "[! !]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[( $]   [< >]   [~ *]
    [< $]   [~ >]   [> *]
    [~ $]   [> >]   [    ]", + "options": [ + "[: *]", + "[( $]", + "[> <]", + "[& !]", + "[< >]", + "[~ >]", + "[> *]", + "[* >]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[( (]   [< (]   [~ (]
    [< $]   [~ $]   [> $]
    [~ >]   [> >]   [    ]", + "options": [ + "[$ >]", + "[> >]", + "[> $]", + "[< (]", + "[( <]", + "[< $]", + "[: >]", + "[> (]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[* $]   [* >]   [* <]
    [< >]   [< <]   [< !]
    [$ <]   [$ !]   [    ]", + "options": [ + "[$ *]", + "[< *]", + "[$ &]", + "[! $]", + "[< >]", + "[> <]", + "[> !]", + "[< !]" + ], + "correct": 2, + "prob_ind": 65 + }, + { + "prompt": "[$ :]   [: :]   [> :]
    [: *]   [> *]   [~ *]
    [> $]   [~ $]   [    ]", + "options": [ + "[~ *]", + "[$ :]", + "[> &]", + "[> *]", + "[$ <]", + "[: :]", + "[: <]", + "[< $]" + ], + "correct": 7, + "prob_ind": 66 + }, + { + "prompt": "[& !]   [! >]   [< %]
    [! !]   [< >]   [> %]
    [< !]   [> >]   [    ]", + "options": [ + "[( &]", + "[< &]", + "[> >]", + "[$ %]", + "[! !]", + "[% $]", + "[> <]", + "[< >]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[& &]   [< !]   [% <]
    [& !]   [< <]   [% >]
    [& <]   [< >]   [    ]", + "options": [ + "[& >]", + "[% $]", + "[$ %]", + "[< <]", + "[* >]", + "[* !]", + "[! *]", + "[* &]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[& :]   [( ~]   [% (]
    [& ~]   [( (]   [% *]
    [& (]   [( *]   [    ]", + "options": [ + "[( &]", + "[( ~]", + "[% %]", + "[* &]", + "[( (]", + "[& (]", + "[> :]", + "[~ (]" + ], + "correct": 2, + "prob_ind": 69 + }, + { + "prompt": "[& (]   [* (]   [! (]
    [* &]   [! &]   [( &]
    [! :]   [( :]   [    ]", + "options": [ + "[& *]", + "[< :]", + "[* !]", + "[> (]", + "[! &]", + "[& !]", + "[* (]", + "[: <]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[& %]   [& *]   [& (]
    [* *]   [* (]   [* ~]
    [$ (]   [$ ~]   [    ]", + "options": [ + "[& %]", + "[$ ~]", + "[* :]", + "[~ *]", + "[$ :]", + "[~ &]", + "[: $]", + "[& ~]" + ], + "correct": 4, + "prob_ind": 71 + }, + { + "prompt": "[$ $]   [: >]   [& <]
    [$ >]   [: <]   [& !]
    [$ <]   [: !]   [    ]", + "options": [ + "[: >]", + "[& *]", + "[& <]", + "[& !]", + "[& &]", + "[! &]", + "[> $]", + "[$ >]" + ], + "correct": 4, + "prob_ind": 72 + }, + { + "prompt": "[% :]   [& *]   [* !]
    [& :]   [* *]   [! !]
    [* :]   [! *]   [    ]", + "options": [ + "[! !]", + "[% &]", + "[( &]", + "[! &]", + "[( !]", + "[* :]", + "[% :]", + "[& !]" + ], + "correct": 4, + "prob_ind": 73 + }, + { + "prompt": "[% ~]   [( <]   [: (]
    [% <]   [( (]   [: !]
    [% (]   [( !]   [    ]", + "options": [ + "[< (]", + "[: <]", + "[( (]", + "[> (]", + "[: (]", + "[~ (]", + "[< %]", + "[: *]" + ], + "correct": 7, + "prob_ind": 74 + }, + { + "prompt": "[: !]   [~ !]   [( !]
    [~ <]   [( <]   [* <]
    [( *]   [* *]   [    ]", + "options": [ + "[* (]", + "[% *]", + "[: <]", + "[* %]", + "[: !]", + "[& *]", + "[% %]", + "[* *]" + ], + "correct": 1, + "prob_ind": 75 + }, + { + "prompt": "[& !]   [* !]   [! !]
    [* (]   [! (]   [( (]
    [! >]   [( >]   [    ]", + "options": [ + "[& !]", + "[( !]", + "[! !]", + "[~ >]", + "[> <]", + "[< >]", + "[( *]", + "[% !]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[! (]   [~ <]   [: ~]
    [! <]   [~ ~]   [: >]
    [! ~]   [~ >]   [    ]", + "options": [ + "[< !]", + "[: <]", + "[~ <]", + "[: >]", + "[: :]", + "[~ ~]", + "[& ~]", + "[~ !]" + ], + "correct": 4, + "prob_ind": 77 + }, + { + "prompt": "[* !]   [! &]   [( ~]
    [! !]   [( &]   [< ~]
    [( !]   [< &]   [    ]", + "options": [ + "[! <]", + "[< <]", + "[~ ~]", + "[< !]", + "[( ~]", + "[~ (]", + "[< ~]", + "[~ :]" + ], + "correct": 2, + "prob_ind": 78 + }, + { + "prompt": "[( (]   [< (]   [~ (]
    [< >]   [~ >]   [> >]
    [~ %]   [> %]   [    ]", + "options": [ + "[: %]", + "[! (]", + "[& &]", + "[( (]", + "[* *]", + "[> <]", + "[~ <]", + "[< >]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[~ ~]   [~ <]   [~ (]
    [> <]   [> (]   [> !]
    [* (]   [* !]   [    ]", + "options": [ + "[* *]", + "[> (]", + "[> <]", + "[* (]", + "[~ <]", + "[( *]", + "[( ~]", + "[* ~]" + ], + "correct": 0, + "prob_ind": 80 + }, + { + "prompt": "[( %]   [! ~]   [* :]
    [! %]   [* ~]   [& :]
    [* %]   [& ~]   [    ]", + "options": [ + "[! ~]", + "[~ &]", + "[: &]", + "[* *]", + "[% :]", + "[! :]", + "[: %]", + "[& :]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[! %]   [( ~]   [< <]
    [( %]   [< ~]   [~ <]
    [< %]   [~ ~]   [    ]", + "options": [ + "[> <]", + "[< !]", + "[< &]", + "[< :]", + "[< <]", + "[~ ~]", + "[( %]", + "[< *]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[$ :]   [& >]   [: ~]
    [$ >]   [& ~]   [: <]
    [$ ~]   [& <]   [    ]", + "options": [ + "[~ &]", + "[: ~]", + "[: (]", + "[( :]", + "[$ ~]", + "[$ !]", + "[& ~]", + "[$ <]" + ], + "correct": 2, + "prob_ind": 83 + }, + { + "prompt": "[& !]   [* !]   [! !]
    [* $]   [! $]   [( $]
    [! *]   [( *]   [    ]", + "options": [ + "[% <]", + "[* (]", + "[* <]", + "[! :]", + "[< *]", + "[$ (]", + "[! $]", + "[* *]" + ], + "correct": 4, + "prob_ind": 84 + }, + { + "prompt": "[> (]   [> !]   [> *]
    [$ !]   [$ *]   [$ &]
    [: *]   [: &]   [    ]", + "options": [ + "[> *]", + "[& $]", + "[* $]", + "[: %]", + "[$ *]", + "[$ &]", + "[~ %]", + "[* >]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[* (]   [( !]   [< *]
    [* !]   [( *]   [< &]
    [* *]   [( &]   [    ]", + "options": [ + "[* (]", + "[< ~]", + "[* !]", + "[( (]", + "[* &]", + "[: :]", + "[( !]", + "[< %]" + ], + "correct": 7, + "prob_ind": 86 + }, + { + "prompt": "[: $]   [~ <]   [( !]
    [~ $]   [( <]   [* !]
    [( $]   [* <]   [    ]", + "options": [ + "[* >]", + "[( >]", + "[% !]", + "[( !]", + "[( *]", + "[* $]", + "[! %]", + "[* (]" + ], + "correct": 2, + "prob_ind": 87 + }, + { + "prompt": "[! ~]   [( ~]   [< ~]
    [( $]   [< $]   [~ $]
    [< &]   [~ &]   [    ]", + "options": [ + "[: &]", + "[& >]", + "[% :]", + "[< ~]", + "[> &]", + "[& :]", + "[& <]", + "[< &]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[: (]   [* !]   [~ *]
    [: !]   [* *]   [~ &]
    [: *]   [* &]   [    ]", + "options": [ + "[( :]", + "[: *]", + "[* !]", + "[: %]", + "[~ %]", + "[~ &]", + "[: (]", + "[& ~]" + ], + "correct": 4, + "prob_ind": 89 + }, + { + "prompt": "[% ~]   [* :]   [( <]
    [* ~]   [( :]   [~ <]
    [( ~]   [~ :]   [    ]", + "options": [ + "[! (]", + "[: <]", + "[~ *]", + "[& %]", + "[: !]", + "[& *]", + "[< :]", + "[< ~]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[< %]   [~ ~]   [> <]
    [~ %]   [> ~]   [: <]
    [> %]   [: ~]   [    ]", + "options": [ + "[~ ~]", + "[: ~]", + "[$ <]", + "[: <]", + "[> <]", + "[< $]", + "[< :]", + "[~ :]" + ], + "correct": 2, + "prob_ind": 91 + }, + { + "prompt": "[( %]   [! :]   [* <]
    [! %]   [* :]   [& <]
    [* %]   [& :]   [    ]", + "options": [ + "[* >]", + "[< ~]", + "[! ~]", + "[! :]", + "[* <]", + "[% (]", + "[% <]", + "[~ :]" + ], + "correct": 6, + "prob_ind": 92 + }, + { + "prompt": "[! *]   [( :]   [< >]
    [( *]   [< :]   [~ >]
    [< *]   [~ :]   [    ]", + "options": [ + "[~ >]", + "[* <]", + "[< *]", + "[< %]", + "[< >]", + "[> >]", + "[& &]", + "[! :]" + ], + "correct": 5, + "prob_ind": 93 + }, + { + "prompt": "[! $]   [( $]   [< $]
    [( &]   [< &]   [~ &]
    [< %]   [~ %]   [    ]", + "options": [ + "[> %]", + "[& %]", + "[& $]", + "[& <]", + "[< &]", + "[! %]", + "[~ %]", + "[& &]" + ], + "correct": 0, + "prob_ind": 94 + }, + { + "prompt": "[< &]   [( $]   [! %]
    [( &]   [! $]   [* %]
    [! &]   [* $]   [    ]", + "options": [ + "[! >]", + "[$ *]", + "[* $]", + "[( &]", + "[& %]", + "[% !]", + "[! %]", + "[% &]" + ], + "correct": 4, + "prob_ind": 95 + }, + { + "prompt": "[~ *]   [< <]   [( %]
    [< *]   [( <]   [! %]
    [( *]   [! <]   [    ]", + "options": [ + "[* (]", + "[! *]", + "[< *]", + "[& %]", + "[* %]", + "[> &]", + "[( *]", + "[< &]" + ], + "correct": 4, + "prob_ind": 96 + }, + { + "prompt": "[& <]   [& (]   [& !]
    [! (]   [! !]   [! *]
    [< !]   [< *]   [    ]", + "options": [ + "[* !]", + "[( *]", + "[% (]", + "[< &]", + "[< *]", + "[& !]", + "[* (]", + "[( !]" + ], + "correct": 3, + "prob_ind": 97 + }, + { + "prompt": "[% :]   [% >]   [% ~]
    [< >]   [< ~]   [< <]
    [~ ~]   [~ <]   [    ]", + "options": [ + "[< ~]", + "[< >]", + "[% :]", + "[% >]", + "[~ <]", + "[> ~]", + "[~ (]", + "[> %]" + ], + "correct": 6, + "prob_ind": 98 + }, + { + "prompt": "[& !]   [< (]   [* <]
    [& (]   [< <]   [* ~]
    [& <]   [< ~]   [    ]", + "options": [ + "[< ~]", + "[& <]", + "[! ~]", + "[< <]", + "[& >]", + "[~ *]", + "[* >]", + "[> *]" + ], + "correct": 6, + "prob_ind": 99 + } + ], + "two_rule_comb3": [ + { + "prompt": "[$ !]   [% &]   [: (]
    [: &]   [$ (]   [% !]
    [% (]   [: !]   [    ]", + "options": [ + "[( $]", + "[> !]", + "[$ &]", + "[$ !]", + "[$ (]", + "[! >]", + "[> <]", + "[> (]" + ], + "correct": 2, + "prob_ind": 0 + }, + { + "prompt": "[< $]   [$ %]   [( <]
    [$ %]   [( <]   [< $]
    [( <]   [< $]   [    ]", + "options": [ + "[( !]", + "[! <]", + "[< !]", + "[$ <]", + "[$ %]", + "[! (]", + "[! $]", + "[( <]" + ], + "correct": 4, + "prob_ind": 1 + }, + { + "prompt": "[( :]   [~ $]   [& %]
    [& %]   [( :]   [~ $]
    [~ $]   [& %]   [    ]", + "options": [ + "[* :]", + "[% &]", + "[( :]", + "[~ :]", + "[& %]", + "[& $]", + "[: (]", + "[$ !]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[% >]   [& :]   [: $]
    [& :]   [: $]   [% >]
    [: $]   [% >]   [    ]", + "options": [ + "[& :]", + "[& $]", + "[: &]", + "[~ $]", + "[: :]", + "[& >]", + "[~ &]", + "[( $]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[~ >]   [< *]   [: %]
    [< %]   [: >]   [~ *]
    [: *]   [~ %]   [    ]", + "options": [ + "[< >]", + "[< %]", + "[: *]", + "[: >]", + "[< :]", + "[> <]", + "[: %]", + "[: <]" + ], + "correct": 0, + "prob_ind": 4 + }, + { + "prompt": "[: %]   [% *]   [> (]
    [> *]   [: (]   [% %]
    [% (]   [> %]   [    ]", + "options": [ + "[> %]", + "[: (]", + "[% >]", + "[$ *]", + "[< ~]", + "[* >]", + "[: *]", + "[: %]" + ], + "correct": 6, + "prob_ind": 5 + }, + { + "prompt": "[* >]   [$ *]   [% %]
    [$ *]   [% %]   [* >]
    [% %]   [* >]   [    ]", + "options": [ + "[% %]", + "[: &]", + "[$ (]", + "[: %]", + "[$ *]", + "[> &]", + "[$ !]", + "[> ~]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[~ <]   [> &]   [! (]
    [! &]   [~ (]   [> <]
    [> (]   [! <]   [    ]", + "options": [ + "[~ &]", + "[> (]", + "[! >]", + "[! &]", + "[( &]", + "[> &]", + "[( :]", + "[: (]" + ], + "correct": 0, + "prob_ind": 7 + }, + { + "prompt": "[: >]   [$ :]   [> &]
    [$ :]   [> &]   [: >]
    [> &]   [: >]   [    ]", + "options": [ + "[: &]", + "[: >]", + "[: $]", + "[$ :]", + "[$ >]", + "[$ ~]", + "[> :]", + "[& :]" + ], + "correct": 3, + "prob_ind": 8 + }, + { + "prompt": "[% <]   [( !]   [: (]
    [( (]   [: <]   [% !]
    [: !]   [% (]   [    ]", + "options": [ + "[: <]", + "[! :]", + "[: !]", + "[( <]", + "[: :]", + "[% *]", + "[~ $]", + "[( :]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[% *]   [! (]   [( :]
    [( (]   [% :]   [! *]
    [! :]   [( *]   [    ]", + "options": [ + "[* (]", + "[( *]", + "[* *]", + "[> >]", + "[% *]", + "[! *]", + "[% ~]", + "[% (]" + ], + "correct": 7, + "prob_ind": 10 + }, + { + "prompt": "[: ~]   [> >]   [* *]
    [* *]   [: ~]   [> >]
    [> >]   [* *]   [    ]", + "options": [ + "[> >]", + "[* *]", + "[: ~]", + "[& *]", + "[* >]", + "[> <]", + "[~ :]", + "[< >]" + ], + "correct": 2, + "prob_ind": 11 + }, + { + "prompt": "[: !]   [* &]   [~ *]
    [~ *]   [: !]   [* &]
    [* &]   [~ *]   [    ]", + "options": [ + "[& *]", + "[! :]", + "[* &]", + "[~ !]", + "[: !]", + "[% &]", + "[* ~]", + "[* *]" + ], + "correct": 4, + "prob_ind": 12 + }, + { + "prompt": "[< $]   [& <]   [* %]
    [* %]   [< $]   [& <]
    [& <]   [* %]   [    ]", + "options": [ + "[* (]", + "[& ~]", + "[$ <]", + "[* ~]", + "[< $]", + "[& <]", + "[< >]", + "[* %]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[% ~]   [~ (]   [> %]
    [~ (]   [> %]   [% ~]
    [> %]   [% ~]   [    ]", + "options": [ + "[> $]", + "[> %]", + "[% >]", + "[( ~]", + "[~ *]", + "[* ~]", + "[~ (]", + "[( (]" + ], + "correct": 6, + "prob_ind": 14 + }, + { + "prompt": "[< (]   [$ !]   [: $]
    [: !]   [< $]   [$ (]
    [$ $]   [: (]   [    ]", + "options": [ + "[< &]", + "[( :]", + "[> !]", + "[~ !]", + "[! ~]", + "[< *]", + "[< !]", + "[* <]" + ], + "correct": 6, + "prob_ind": 15 + }, + { + "prompt": "[> $]   [% <]   [* (]
    [% <]   [* (]   [> $]
    [* (]   [> $]   [    ]", + "options": [ + "[> !]", + "[% >]", + "[> $]", + "[> %]", + "[* (]", + "[: %]", + "[% :]", + "[% <]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[< <]   [& !]   [! $]
    [! $]   [< <]   [& !]
    [& !]   [! $]   [    ]", + "options": [ + "[$ <]", + "[& $]", + "[& !]", + "[! &]", + "[! $]", + "[* <]", + "[$ !]", + "[< <]" + ], + "correct": 7, + "prob_ind": 17 + }, + { + "prompt": "[> :]   [* %]   [& <]
    [& %]   [> <]   [* :]
    [* <]   [& :]   [    ]", + "options": [ + "[( :]", + "[* :]", + "[> %]", + "[> *]", + "[* %]", + "[> &]", + "[% &]", + "[% >]" + ], + "correct": 2, + "prob_ind": 18 + }, + { + "prompt": "[$ %]   [< ~]   [: &]
    [< ~]   [: &]   [$ %]
    [: &]   [$ %]   [    ]", + "options": [ + "[$ *]", + "[% $]", + "[< ~]", + "[> &]", + "[< <]", + "[: &]", + "[: %]", + "[~ $]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[< ~]   [~ (]   [( :]
    [~ (]   [( :]   [< ~]
    [( :]   [< ~]   [    ]", + "options": [ + "[( :]", + "[~ (]", + "[( %]", + "[~ <]", + "[< :]", + "[: :]", + "[< <]", + "[~ *]" + ], + "correct": 1, + "prob_ind": 20 + }, + { + "prompt": "[! ~]   [% >]   [& *]
    [% *]   [& ~]   [! >]
    [& >]   [! *]   [    ]", + "options": [ + "[> !]", + "[& ~]", + "[~ %]", + "[* &]", + "[* ~]", + "[% ~]", + "[% >]", + "[~ *]" + ], + "correct": 5, + "prob_ind": 21 + }, + { + "prompt": "[> %]   [$ !]   [< (]
    [< (]   [> %]   [$ !]
    [$ !]   [< (]   [    ]", + "options": [ + "[$ <]", + "[> %]", + "[< !]", + "[! *]", + "[$ !]", + "[! !]", + "[$ *]", + "[> *]" + ], + "correct": 1, + "prob_ind": 22 + }, + { + "prompt": "[~ :]   [& !]   [> <]
    [> <]   [~ :]   [& !]
    [& !]   [> <]   [    ]", + "options": [ + "[~ :]", + "[: ~]", + "[! *]", + "[& !]", + "[! !]", + "[! &]", + "[~ ~]", + "[: *]" + ], + "correct": 0, + "prob_ind": 23 + }, + { + "prompt": "[: >]   [* !]   [$ %]
    [$ !]   [: %]   [* >]
    [* %]   [$ >]   [    ]", + "options": [ + "[! :]", + "[! !]", + "[: !]", + "[~ !]", + "[: <]", + "[: >]", + "[% !]", + "[% &]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[& $]   [! >]   [~ ~]
    [~ >]   [& ~]   [! $]
    [! ~]   [~ $]   [    ]", + "options": [ + "[* <]", + "[* *]", + "[! >]", + "[& >]", + "[> *]", + "[< *]", + "[* >]", + "[~ >]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[& :]   [$ *]   [* $]
    [* *]   [& $]   [$ :]
    [$ $]   [* :]   [    ]", + "options": [ + "[( &]", + "[% *]", + "[! $]", + "[& (]", + "[$ *]", + "[$ !]", + "[$ $]", + "[& *]" + ], + "correct": 7, + "prob_ind": 26 + }, + { + "prompt": "[: $]   [( ~]   [& *]
    [( ~]   [& *]   [: $]
    [& *]   [: $]   [    ]", + "options": [ + "[* $]", + "[! ~]", + "[( ~]", + "[~ (]", + "[> (]", + "[( >]", + "[: $]", + "[! %]" + ], + "correct": 2, + "prob_ind": 27 + }, + { + "prompt": "[~ *]   [& <]   [( (]
    [& (]   [( *]   [~ <]
    [( <]   [~ (]   [    ]", + "options": [ + "[( &]", + "[& *]", + "[* *]", + "[* <]", + "[< ~]", + "[* &]", + "[! *]", + "[~ (]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[% >]   [( *]   [! ~]
    [! *]   [% ~]   [( >]
    [( ~]   [! >]   [    ]", + "options": [ + "[% *]", + "[% &]", + "[< :]", + "[% %]", + "[( ~]", + "[& *]", + "[* (]", + "[* %]" + ], + "correct": 0, + "prob_ind": 29 + }, + { + "prompt": "[& &]   [* (]   [< $]
    [* (]   [< $]   [& &]
    [< $]   [& &]   [    ]", + "options": [ + "[& &]", + "[( &]", + "[* <]", + "[< >]", + "[* (]", + "[* ~]", + "[( *]", + "[< &]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[< !]   [% <]   [$ ~]
    [$ <]   [< ~]   [% !]
    [% ~]   [$ !]   [    ]", + "options": [ + "[% ~]", + "[% <]", + "[< !]", + "[> <]", + "[$ ~]", + "[< <]", + "[% !]", + "[$ !]" + ], + "correct": 5, + "prob_ind": 31 + }, + { + "prompt": "[$ :]   [< ~]   [! >]
    [! ~]   [$ >]   [< :]
    [< >]   [! :]   [    ]", + "options": [ + "[~ :]", + "[$ >]", + "[$ ~]", + "[! $]", + "[* %]", + "[: $]", + "[~ $]", + "[$ :]" + ], + "correct": 2, + "prob_ind": 32 + }, + { + "prompt": "[$ &]   [~ %]   [> $]
    [> %]   [$ $]   [~ &]
    [~ $]   [> &]   [    ]", + "options": [ + "[& >]", + "[* >]", + "[: %]", + "[$ &]", + "[% $]", + "[$ >]", + "[< :]", + "[$ %]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[! &]   [( (]   [& ~]
    [& (]   [! ~]   [( &]
    [( ~]   [& &]   [    ]", + "options": [ + "[& &]", + "[( !]", + "[& !]", + "[& ~]", + "[( &]", + "[! (]", + "[~ &]", + "[! !]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[% &]   [~ >]   [* ~]
    [* ~]   [% &]   [~ >]
    [~ >]   [* ~]   [    ]", + "options": [ + "[< *]", + "[~ *]", + "[% *]", + "[~ >]", + "[* ~]", + "[~ ~]", + "[% &]", + "[* %]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[~ !]   [% <]   [& $]
    [& $]   [~ !]   [% <]
    [% <]   [& $]   [    ]", + "options": [ + "[& >]", + "[~ !]", + "[> &]", + "[& :]", + "[& <]", + "[& $]", + "[! $]", + "[$ &]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[! ~]   [$ *]   [> $]
    [> *]   [! $]   [$ ~]
    [$ $]   [> ~]   [    ]", + "options": [ + "[! *]", + "[* (]", + "[> ~]", + "[~ <]", + "[> <]", + "[* !]", + "[$ ~]", + "[( *]" + ], + "correct": 0, + "prob_ind": 37 + }, + { + "prompt": "[! &]   [* !]   [$ :]
    [* :]   [$ &]   [! !]
    [$ !]   [! :]   [    ]", + "options": [ + "[* &]", + "[& *]", + "[% ~]", + "[> (]", + "[! !]", + "[! &]", + "[% *]", + "[* *]" + ], + "correct": 0, + "prob_ind": 38 + }, + { + "prompt": "[& !]   [% $]   [: &]
    [: &]   [& !]   [% $]
    [% $]   [: &]   [    ]", + "options": [ + "[! &]", + "[% $]", + "[& !]", + "[& :]", + "[& &]", + "[: *]", + "[: &]", + "[! :]" + ], + "correct": 2, + "prob_ind": 39 + }, + { + "prompt": "[$ !]   [< &]   [% (]
    [% &]   [$ (]   [< !]
    [< (]   [% !]   [    ]", + "options": [ + "[! %]", + "[$ &]", + "[! !]", + "[< &]", + "[< !]", + "[< (]", + "[$ <]", + "[$ !]" + ], + "correct": 1, + "prob_ind": 40 + }, + { + "prompt": "[( (]   [< &]   [! <]
    [! <]   [( (]   [< &]
    [< &]   [! <]   [    ]", + "options": [ + "[& <]", + "[< <]", + "[~ <]", + "[* <]", + "[( (]", + "[& &]", + "[& !]", + "[~ (]" + ], + "correct": 4, + "prob_ind": 41 + }, + { + "prompt": "[> :]   [$ $]   [~ <]
    [$ <]   [~ :]   [> $]
    [~ $]   [> <]   [    ]", + "options": [ + "[: <]", + "[~ <]", + "[> $]", + "[$ :]", + "[: $]", + "[( $]", + "[< ~]", + "[> :]" + ], + "correct": 3, + "prob_ind": 42 + }, + { + "prompt": "[$ &]   [! *]   [< (]
    [! *]   [< (]   [$ &]
    [< (]   [$ &]   [    ]", + "options": [ + "[> &]", + "[* !]", + "[( (]", + "[! &]", + "[* ~]", + "[! *]", + "[! ~]", + "[$ (]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[% &]   [~ :]   [! (]
    [! :]   [% (]   [~ &]
    [~ (]   [! &]   [    ]", + "options": [ + "[! *]", + "[~ %]", + "[( ~]", + "[% >]", + "[: %]", + "[% (]", + "[% ~]", + "[% :]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[< ~]   [& *]   [! >]
    [! *]   [< >]   [& ~]
    [& >]   [! ~]   [    ]", + "options": [ + "[* !]", + "[* <]", + "[< :]", + "[< *]", + "[% !]", + "[! >]", + "[< !]", + "[> *]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[* !]   [$ ~]   [< %]
    [< %]   [* !]   [$ ~]
    [$ ~]   [< %]   [    ]", + "options": [ + "[! *]", + "[* &]", + "[! !]", + "[~ $]", + "[< ~]", + "[$ %]", + "[* !]", + "[< %]" + ], + "correct": 6, + "prob_ind": 46 + }, + { + "prompt": "[* (]   [~ *]   [> >]
    [> >]   [* (]   [~ *]
    [~ *]   [> >]   [    ]", + "options": [ + "[~ (]", + "[* (]", + "[~ >]", + "[( &]", + "[& (]", + "[> ~]", + "[> >]", + "[* <]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[% &]   [< !]   [$ $]
    [< $]   [$ &]   [% !]
    [$ !]   [% $]   [    ]", + "options": [ + "[! &]", + "[< &]", + "[$ <]", + "[$ $]", + "[* &]", + "[( &]", + "[% &]", + "[& <]" + ], + "correct": 1, + "prob_ind": 48 + }, + { + "prompt": "[< <]   [~ *]   [! :]
    [! *]   [< :]   [~ <]
    [~ :]   [! <]   [    ]", + "options": [ + "[: !]", + "[~ %]", + "[: :]", + "[: (]", + "[< *]", + "[$ <]", + "[~ :]", + "[< %]" + ], + "correct": 4, + "prob_ind": 49 + }, + { + "prompt": "[~ $]   [< %]   [( :]
    [( :]   [~ $]   [< %]
    [< %]   [( :]   [    ]", + "options": [ + "[( $]", + "[( %]", + "[% <]", + "[~ $]", + "[% !]", + "[: (]", + "[! *]", + "[~ *]" + ], + "correct": 3, + "prob_ind": 50 + }, + { + "prompt": "[~ :]   [< ~]   [* &]
    [* ~]   [~ &]   [< :]
    [< &]   [* :]   [    ]", + "options": [ + "[~ >]", + "[< ~]", + "[~ <]", + "[& *]", + "[< !]", + "[( ~]", + "[~ ~]", + "[< >]" + ], + "correct": 6, + "prob_ind": 51 + }, + { + "prompt": "[: <]   [~ !]   [! ~]
    [~ !]   [! ~]   [: <]
    [! ~]   [: <]   [    ]", + "options": [ + "[! :]", + "[* *]", + "[~ !]", + "[: (]", + "[> :]", + "[! ~]", + "[: >]", + "[: <]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[> &]   [( *]   [< (]
    [( *]   [< (]   [> &]
    [< (]   [> &]   [    ]", + "options": [ + "[~ *]", + "[( %]", + "[( <]", + "[! >]", + "[( *]", + "[> !]", + "[& >]", + "[< (]" + ], + "correct": 4, + "prob_ind": 53 + }, + { + "prompt": "[$ *]   [> $]   [! ~]
    [! $]   [$ ~]   [> *]
    [> ~]   [! *]   [    ]", + "options": [ + "[* &]", + "[> ~]", + "[~ !]", + "[> *]", + "[< $]", + "[* *]", + "[$ $]", + "[> $]" + ], + "correct": 6, + "prob_ind": 54 + }, + { + "prompt": "[* ~]   [& <]   [! (]
    [! (]   [* ~]   [& <]
    [& <]   [! (]   [    ]", + "options": [ + "[* ~]", + "[< &]", + "[% <]", + "[! (]", + "[~ *]", + "[* :]", + "[& <]", + "[! <]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[! %]   [< $]   [> *]
    [> *]   [! %]   [< $]
    [< $]   [> *]   [    ]", + "options": [ + "[~ $]", + "[! %]", + "[< >]", + "[> *]", + "[% !]", + "[> :]", + "[$ <]", + "[< $]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[: ~]   [* %]   [( :]
    [( :]   [: ~]   [* %]
    [* %]   [( :]   [    ]", + "options": [ + "[( <]", + "[( :]", + "[* %]", + "[< (]", + "[: ~]", + "[: <]", + "[% *]", + "[: (]" + ], + "correct": 4, + "prob_ind": 57 + }, + { + "prompt": "[* >]   [> :]   [( ~]
    [> :]   [( ~]   [* >]
    [( ~]   [* >]   [    ]", + "options": [ + "[: >]", + "[> ~]", + "[< *]", + "[> $]", + "[> :]", + "[! $]", + "[! <]", + "[& <]" + ], + "correct": 4, + "prob_ind": 58 + }, + { + "prompt": "[! &]   [* *]   [> %]
    [> *]   [! %]   [* &]
    [* %]   [> &]   [    ]", + "options": [ + "[> &]", + "[* !]", + "[< %]", + "[! *]", + "[* <]", + "[* &]", + "[* *]", + "[> %]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[: &]   [$ !]   [~ %]
    [~ %]   [: &]   [$ !]
    [$ !]   [~ %]   [    ]", + "options": [ + "[% ~]", + "[* *]", + "[& :]", + "[: !]", + "[: &]", + "[> !]", + "[* (]", + "[~ %]" + ], + "correct": 4, + "prob_ind": 60 + }, + { + "prompt": "[( *]   [! >]   [> <]
    [! >]   [> <]   [( *]
    [> <]   [( *]   [    ]", + "options": [ + "[$ <]", + "[> !]", + "[* (]", + "[< !]", + "[< $]", + "[> <]", + "[< >]", + "[! >]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[* ~]   [$ !]   [: $]
    [$ $]   [: ~]   [* !]
    [: !]   [* $]   [    ]", + "options": [ + "[$ :]", + "[: &]", + "[~ :]", + "[: $]", + "[$ ~]", + "[~ $]", + "[: ~]", + "[> >]" + ], + "correct": 4, + "prob_ind": 62 + }, + { + "prompt": "[$ :]   [< &]   [( >]
    [( &]   [$ >]   [< :]
    [< >]   [( :]   [    ]", + "options": [ + "[$ &]", + "[* &]", + "[$ >]", + "[$ !]", + "[( >]", + "[> (]", + "[! :]", + "[( ~]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[& *]   [% &]   [( $]
    [( &]   [& $]   [% *]
    [% $]   [( *]   [    ]", + "options": [ + "[& >]", + "[& $]", + "[& *]", + "[$ %]", + "[( !]", + "[$ &]", + "[& &]", + "[% $]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[$ &]   [% >]   [( *]
    [( >]   [$ *]   [% &]
    [% *]   [( &]   [    ]", + "options": [ + "[% *]", + "[( %]", + "[$ (]", + "[& $]", + "[$ >]", + "[$ &]", + "[! &]", + "[& &]" + ], + "correct": 4, + "prob_ind": 65 + }, + { + "prompt": "[: :]   [( >]   [& *]
    [& >]   [: *]   [( :]
    [( *]   [& :]   [    ]", + "options": [ + "[* $]", + "[: :]", + "[> (]", + "[$ >]", + "[> :]", + "[& *]", + "[: >]", + "[$ *]" + ], + "correct": 6, + "prob_ind": 66 + }, + { + "prompt": "[$ ~]   [! *]   [> :]
    [> *]   [$ :]   [! ~]
    [! :]   [> ~]   [    ]", + "options": [ + "[~ $]", + "[~ !]", + "[* $]", + "[~ >]", + "[$ *]", + "[> :]", + "[! *]", + "[: $]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[: (]   [* *]   [< $]
    [< *]   [: $]   [* (]
    [* $]   [< (]   [    ]", + "options": [ + "[< %]", + "[> %]", + "[: *]", + "[< *]", + "[* *]", + "[: (]", + "[( :]", + "[: $]" + ], + "correct": 2, + "prob_ind": 68 + }, + { + "prompt": "[> :]   [& !]   [( &]
    [& !]   [( &]   [> :]
    [( &]   [> :]   [    ]", + "options": [ + "[& !]", + "[: >]", + "[: *]", + "[! &]", + "[: &]", + "[> :]", + "[( &]", + "[: :]" + ], + "correct": 0, + "prob_ind": 69 + }, + { + "prompt": "[< *]   [( >]   [! $]
    [( >]   [! $]   [< *]
    [! $]   [< *]   [    ]", + "options": [ + "[~ >]", + "[( >]", + "[< *]", + "[! !]", + "[* :]", + "[* %]", + "[< (]", + "[> (]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[! !]   [> *]   [: (]
    [> *]   [: (]   [! !]
    [: (]   [! !]   [    ]", + "options": [ + "[* >]", + "[! (]", + "[> *]", + "[~ (]", + "[< *]", + "[( :]", + "[: *]", + "[~ *]" + ], + "correct": 2, + "prob_ind": 71 + }, + { + "prompt": "[% >]   [$ *]   [~ <]
    [~ *]   [% <]   [$ >]
    [$ <]   [~ >]   [    ]", + "options": [ + "[% *]", + "[% &]", + "[> >]", + "[* *]", + "[* %]", + "[> %]", + "[~ *]", + "[~ &]" + ], + "correct": 0, + "prob_ind": 72 + }, + { + "prompt": "[~ &]   [$ %]   [: !]
    [: !]   [~ &]   [$ %]
    [$ %]   [: !]   [    ]", + "options": [ + "[! :]", + "[! <]", + "[& <]", + "[< &]", + "[! &]", + "[~ &]", + "[( %]", + "[! !]" + ], + "correct": 5, + "prob_ind": 73 + }, + { + "prompt": "[> (]   [! !]   [* <]
    [! !]   [* <]   [> (]
    [* <]   [> (]   [    ]", + "options": [ + "[> <]", + "[! &]", + "[! !]", + "[: (]", + "[> (]", + "[* <]", + "[! (]", + "[$ (]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[& (]   [: !]   [< %]
    [: %]   [< (]   [& !]
    [< !]   [& %]   [    ]", + "options": [ + "[! (]", + "[( :]", + "[! &]", + "[( !]", + "[< !]", + "[: (]", + "[< &]", + "[< (]" + ], + "correct": 5, + "prob_ind": 75 + }, + { + "prompt": "[: %]   [> :]   [~ !]
    [> !]   [~ %]   [: :]
    [~ :]   [: !]   [    ]", + "options": [ + "[( !]", + "[> %]", + "[% >]", + "[> &]", + "[& >]", + "[: :]", + "[> :]", + "[> >]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[< :]   [% ~]   [! <]
    [% <]   [! :]   [< ~]
    [! ~]   [< <]   [    ]", + "options": [ + "[> %]", + "[< <]", + "[! <]", + "[~ %]", + "[! ~]", + "[* $]", + "[% ~]", + "[% :]" + ], + "correct": 7, + "prob_ind": 77 + }, + { + "prompt": "[: !]   [* *]   [( <]
    [( <]   [: !]   [* *]
    [* *]   [( <]   [    ]", + "options": [ + "[! :]", + "[! <]", + "[* <]", + "[* *]", + "[: (]", + "[: !]", + "[( <]", + "[! (]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[( *]   [< &]   [* !]
    [* !]   [( *]   [< &]
    [< &]   [* !]   [    ]", + "options": [ + "[* !]", + "[< &]", + "[( !]", + "[* (]", + "[* *]", + "[~ *]", + "[* &]", + "[( *]" + ], + "correct": 7, + "prob_ind": 79 + }, + { + "prompt": "[$ %]   [& *]   [! ~]
    [& ~]   [! %]   [$ *]
    [! *]   [$ ~]   [    ]", + "options": [ + "[! ~]", + "[* $]", + "[% !]", + "[% ~]", + "[& %]", + "[& (]", + "[! *]", + "[~ (]" + ], + "correct": 4, + "prob_ind": 80 + }, + { + "prompt": "[! %]   [< !]   [* :]
    [* :]   [! %]   [< !]
    [< !]   [* :]   [    ]", + "options": [ + "[: *]", + "[! <]", + "[! %]", + "[* :]", + "[< !]", + "[$ *]", + "[! &]", + "[$ %]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[& !]   [( (]   [% *]
    [% (]   [& *]   [( !]
    [( *]   [% !]   [    ]", + "options": [ + "[( (]", + "[> :]", + "[: >]", + "[& *]", + "[! (]", + "[% *]", + "[& (]", + "[% !]" + ], + "correct": 6, + "prob_ind": 82 + }, + { + "prompt": "[$ $]   [% (]   [~ >]
    [% (]   [~ >]   [$ $]
    [~ >]   [$ $]   [    ]", + "options": [ + "[~ $]", + "[( >]", + "[> ~]", + "[~ <]", + "[% <]", + "[% (]", + "[( $]", + "[~ >]" + ], + "correct": 5, + "prob_ind": 83 + }, + { + "prompt": "[* (]   [& $]   [! >]
    [& >]   [! (]   [* $]
    [! $]   [* >]   [    ]", + "options": [ + "[! (]", + "[! $]", + "[& (]", + "[% (]", + "[! >]", + "[: %]", + "[$ %]", + "[$ !]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[~ (]   [* $]   [> >]
    [> $]   [~ >]   [* (]
    [* >]   [> (]   [    ]", + "options": [ + "[> *]", + "[% (]", + "[* >]", + "[~ $]", + "[~ >]", + "[! ~]", + "[> >]", + "[> $]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[& :]   [! <]   [> (]
    [! (]   [> :]   [& <]
    [> <]   [& (]   [    ]", + "options": [ + "[! ~]", + "[< :]", + "[& (]", + "[& <]", + "[: !]", + "[! :]", + "[: <]", + "[! <]" + ], + "correct": 5, + "prob_ind": 86 + }, + { + "prompt": "[> <]   [$ $]   [& !]
    [$ !]   [& <]   [> $]
    [& $]   [> !]   [    ]", + "options": [ + "[: !]", + "[> :]", + "[! <]", + "[! >]", + "[< $]", + "[$ !]", + "[> !]", + "[$ <]" + ], + "correct": 7, + "prob_ind": 87 + }, + { + "prompt": "[~ *]   [< (]   [$ >]
    [$ >]   [~ *]   [< (]
    [< (]   [$ >]   [    ]", + "options": [ + "[< (]", + "[< <]", + "[* ~]", + "[~ *]", + "[> (]", + "[$ >]", + "[( <]", + "[> $]" + ], + "correct": 3, + "prob_ind": 88 + }, + { + "prompt": "[< &]   [* %]   [% <]
    [* <]   [% &]   [< %]
    [% %]   [< <]   [    ]", + "options": [ + "[~ %]", + "[< %]", + "[% %]", + "[& *]", + "[* &]", + "[% *]", + "[! %]", + "[* %]" + ], + "correct": 4, + "prob_ind": 89 + }, + { + "prompt": "[< ~]   [! !]   [~ $]
    [! $]   [~ ~]   [< !]
    [~ !]   [< $]   [    ]", + "options": [ + "[! <]", + "[~ !]", + "[! ~]", + "[$ !]", + "[( !]", + "[! !]", + "[< !]", + "[$ <]" + ], + "correct": 2, + "prob_ind": 90 + }, + { + "prompt": "[$ (]   [< <]   [: &]
    [< &]   [: (]   [$ <]
    [: <]   [$ &]   [    ]", + "options": [ + "[$ (]", + "[! (]", + "[: &]", + "[: <]", + "[$ *]", + "[< (]", + "[~ ~]", + "[: (]" + ], + "correct": 5, + "prob_ind": 91 + }, + { + "prompt": "[* <]   [! ~]   [~ *]
    [~ *]   [* <]   [! ~]
    [! ~]   [~ *]   [    ]", + "options": [ + "[: *]", + "[~ !]", + "[% <]", + "[* (]", + "[! ~]", + "[& (]", + "[< *]", + "[* <]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[* ~]   [% <]   [< &]
    [< &]   [* ~]   [% <]
    [% <]   [< &]   [    ]", + "options": [ + "[! &]", + "[* ~]", + "[~ *]", + "[% >]", + "[< %]", + "[* :]", + "[% <]", + "[< <]" + ], + "correct": 1, + "prob_ind": 93 + }, + { + "prompt": "[~ *]   [* <]   [: ~]
    [: ~]   [~ *]   [* <]
    [* <]   [: ~]   [    ]", + "options": [ + "[* ~]", + "[: *]", + "[* $]", + "[( $]", + "[% ~]", + "[* <]", + "[* :]", + "[~ *]" + ], + "correct": 7, + "prob_ind": 94 + }, + { + "prompt": "[> %]   [~ :]   [* &]
    [* :]   [> &]   [~ %]
    [~ &]   [* %]   [    ]", + "options": [ + "[~ &]", + "[$ !]", + "[$ $]", + "[: !]", + "[: :]", + "[: ~]", + "[> :]", + "[* &]" + ], + "correct": 6, + "prob_ind": 95 + }, + { + "prompt": "[: :]   [< $]   [~ &]
    [< &]   [~ :]   [: $]
    [~ $]   [: &]   [    ]", + "options": [ + "[: >]", + "[< $]", + "[< :]", + "[~ :]", + "[< &]", + "[: ~]", + "[$ *]", + "[: :]" + ], + "correct": 2, + "prob_ind": 96 + }, + { + "prompt": "[: $]   [! (]   [% <]
    [% <]   [: $]   [! (]
    [! (]   [% <]   [    ]", + "options": [ + "[% !]", + "[: $]", + "[! !]", + "[% (]", + "[$ :]", + "[$ >]", + "[: >]", + "[! (]" + ], + "correct": 1, + "prob_ind": 97 + }, + { + "prompt": "[& !]   [( &]   [< %]
    [< %]   [& !]   [( &]
    [( &]   [< %]   [    ]", + "options": [ + "[* &]", + "[( &]", + "[& !]", + "[% <]", + "[% (]", + "[& (]", + "[< %]", + "[< &]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[< *]   [( $]   [! <]
    [( $]   [! <]   [< *]
    [! <]   [< *]   [    ]", + "options": [ + "[( $]", + "[$ (]", + "[* ~]", + "[< (]", + "[< !]", + "[( >]", + "[< *]", + "[< %]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "two_rule_comb4": [ + { + "prompt": "[$ ~]   [> $]   [< !]
    [> !]   [< ~]   [! $]
    [< $]   [! !]   [    ]", + "options": [ + "[~ $]", + "[~ &]", + "[! !]", + "[< >]", + "[& ~]", + "[! (]", + "[! <]", + "[& (]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[& (]   [* >]   [! %]
    [* >]   [! %]   [( (]
    [! %]   [( (]   [    ]", + "options": [ + "[> <]", + "[( &]", + "[! %]", + "[% !]", + "[< >]", + "[! >]", + "[! <]", + "[< $]" + ], + "correct": 4, + "prob_ind": 1 + }, + { + "prompt": "[% !]   [& ~]   [* %]
    [& %]   [* !]   [! ~]
    [* ~]   [! %]   [    ]", + "options": [ + "[> (]", + "[: &]", + "[( !]", + "[( <]", + "[* !]", + "[% !]", + "[! (]", + "[~ %]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[: <]   [! (]   [* !]
    [! (]   [* !]   [: *]
    [* !]   [: *]   [    ]", + "options": [ + "[& (]", + "[& !]", + "[: *]", + "[$ >]", + "[$ *]", + "[! &]", + "[> $]", + "[: (]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[< :]   [( (]   [! %]
    [( (]   [! %]   [* :]
    [! %]   [* :]   [    ]", + "options": [ + "[% (]", + "[( ~]", + "[( &]", + "[& ~]", + "[! %]", + "[% !]", + "[& (]", + "[( :]" + ], + "correct": 6, + "prob_ind": 4 + }, + { + "prompt": "[$ <]   [& (]   [: !]
    [: (]   [$ !]   [& *]
    [& !]   [: *]   [    ]", + "options": [ + "[< $]", + "[: <]", + "[: :]", + "[: (]", + "[$ &]", + "[$ *]", + "[: &]", + "[$ <]" + ], + "correct": 4, + "prob_ind": 5 + }, + { + "prompt": "[< %]   [( !]   [! (]
    [( !]   [! (]   [* %]
    [! (]   [* %]   [    ]", + "options": [ + "[& (]", + "[* !]", + "[> %]", + "[& !]", + "[( !]", + "[! (]", + "[( &]", + "[! &]" + ], + "correct": 3, + "prob_ind": 6 + }, + { + "prompt": "[! :]   [~ >]   [* ~]
    [* >]   [! ~]   [~ <]
    [~ ~]   [* <]   [    ]", + "options": [ + "[! *]", + "[* ~]", + "[~ <]", + "[( !]", + "[* <]", + "[~ ~]", + "[~ *]", + "[! (]" + ], + "correct": 7, + "prob_ind": 7 + }, + { + "prompt": "[* (]   [! :]   [( *]
    [! *]   [( (]   [< :]
    [( :]   [< *]   [    ]", + "options": [ + "[% (]", + "[* !]", + "[! :]", + "[* (]", + "[! *]", + "[~ (]", + "[< (]", + "[~ ~]" + ], + "correct": 5, + "prob_ind": 8 + }, + { + "prompt": "[~ (]   [< :]   [( >]
    [< >]   [( (]   [! :]
    [( :]   [! >]   [    ]", + "options": [ + "[( <]", + "[: !]", + "[< !]", + "[! <]", + "[< (]", + "[< :]", + "[( (]", + "[* (]" + ], + "correct": 7, + "prob_ind": 9 + }, + { + "prompt": "[% <]   [* !]   [( %]
    [* %]   [( <]   [~ !]
    [( !]   [~ %]   [    ]", + "options": [ + "[: $]", + "[: <]", + "[< (]", + "[: (]", + "[: &]", + "[( %]", + "[: !]", + "[( !]" + ], + "correct": 1, + "prob_ind": 10 + }, + { + "prompt": "[: &]   [~ >]   [( <]
    [~ <]   [( &]   [* >]
    [( >]   [* <]   [    ]", + "options": [ + "[% &]", + "[( <]", + "[& %]", + "[% *]", + "[: <]", + "[: &]", + "[( >]", + "[& :]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[! :]   [$ >]   [> ~]
    [$ >]   [> ~]   [! <]
    [> ~]   [! <]   [    ]", + "options": [ + "[> $]", + "[! <]", + "[> ~]", + "[( $]", + "[: !]", + "[$ (]", + "[$ ~]", + "[< !]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[$ :]   [% ~]   [& (]
    [& ~]   [$ (]   [% *]
    [% (]   [& *]   [    ]", + "options": [ + "[$ %]", + "[& (]", + "[: &]", + "[< %]", + "[> %]", + "[& :]", + "[& %]", + "[& ~]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[$ ~]   [* <]   [: (]
    [: <]   [$ (]   [* !]
    [* (]   [: !]   [    ]", + "options": [ + "[! $]", + "[* !]", + "[! *]", + "[: <]", + "[$ *]", + "[$ :]", + "[* $]", + "[$ !]" + ], + "correct": 4, + "prob_ind": 14 + }, + { + "prompt": "[! *]   [~ !]   [> (]
    [~ !]   [> (]   [! <]
    [> (]   [! <]   [    ]", + "options": [ + "[! ~]", + "[: ~]", + "[% ~]", + "[~ ~]", + "[& (]", + "[( >]", + "[% (]", + "[( ~]" + ], + "correct": 3, + "prob_ind": 15 + }, + { + "prompt": "[$ %]   [> *]   [< :]
    [> :]   [< %]   [! *]
    [< *]   [! :]   [    ]", + "options": [ + "[% &]", + "[% <]", + "[: >]", + "[: <]", + "[& %]", + "[> ~]", + "[! *]", + "[~ >]" + ], + "correct": 4, + "prob_ind": 16 + }, + { + "prompt": "[> <]   [< ~]   [: >]
    [< ~]   [: >]   [> :]
    [: >]   [> :]   [    ]", + "options": [ + "[< $]", + "[% (]", + "[> :]", + "[! $]", + "[& ~]", + "[> $]", + "[< ~]", + "[: <]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[> &]   [$ !]   [( <]
    [( !]   [> <]   [$ >]
    [$ <]   [( >]   [    ]", + "options": [ + "[& (]", + "[< $]", + "[> <]", + "[$ >]", + "[( &]", + "[$ <]", + "[> $]", + "[$ &]" + ], + "correct": 6, + "prob_ind": 18 + }, + { + "prompt": "[~ !]   [< :]   [( $]
    [< $]   [( !]   [! :]
    [( :]   [! $]   [    ]", + "options": [ + "[: &]", + "[( !]", + "[< $]", + "[: !]", + "[! :]", + "[& !]", + "[* !]", + "[& :]" + ], + "correct": 6, + "prob_ind": 19 + }, + { + "prompt": "[& *]   [! !]   [< ~]
    [! ~]   [< *]   [> !]
    [< !]   [> ~]   [    ]", + "options": [ + "[> &]", + "[< !]", + "[: *]", + "[* !]", + "[* $]", + "[> !]", + "[! !]", + "[$ *]" + ], + "correct": 7, + "prob_ind": 20 + }, + { + "prompt": "[: &]   [> <]   [~ *]
    [> *]   [~ &]   [< <]
    [~ <]   [< *]   [    ]", + "options": [ + "[~ &]", + "[< *]", + "[! &]", + "[~ (]", + "[> &]", + "[> ~]", + "[& (]", + "[( &]" + ], + "correct": 7, + "prob_ind": 21 + }, + { + "prompt": "[: &]   [> !]   [~ *]
    [> !]   [~ *]   [< &]
    [~ *]   [< &]   [    ]", + "options": [ + "[< !]", + "[> !]", + "[( !]", + "[* !]", + "[* ~]", + "[< &]", + "[! (]", + "[> (]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[$ ~]   [> !]   [< (]
    [> !]   [< (]   [! ~]
    [< (]   [! ~]   [    ]", + "options": [ + "[> *]", + "[: !]", + "[* !]", + "[! &]", + "[$ :]", + "[& !]", + "[> ~]", + "[% !]" + ], + "correct": 5, + "prob_ind": 23 + }, + { + "prompt": "[< %]   [$ *]   [% (]
    [% *]   [< (]   [$ ~]
    [$ (]   [% ~]   [    ]", + "options": [ + "[: (]", + "[< :]", + "[$ (]", + "[< (]", + "[( :]", + "[< $]", + "[* <]", + "[< *]" + ], + "correct": 1, + "prob_ind": 24 + }, + { + "prompt": "[< >]   [* ~]   [& <]
    [& ~]   [< <]   [* (]
    [* <]   [& (]   [    ]", + "options": [ + "[~ <]", + "[> !]", + "[* <]", + "[~ !]", + "[< *]", + "[< !]", + "[! ~]", + "[% <]" + ], + "correct": 5, + "prob_ind": 25 + }, + { + "prompt": "[< &]   [( %]   [! (]
    [( (]   [! &]   [* %]
    [! %]   [* (]   [    ]", + "options": [ + "[( (]", + "[& &]", + "[! :]", + "[! <]", + "[! %]", + "[! (]", + "[* (]", + "[( %]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[% (]   [* >]   [( &]
    [* &]   [( (]   [~ >]
    [( >]   [~ &]   [    ]", + "options": [ + "[( ~]", + "[( &]", + "[~ &]", + "[& ~]", + "[: ~]", + "[< &]", + "[( :]", + "[: (]" + ], + "correct": 7, + "prob_ind": 27 + }, + { + "prompt": "[% &]   [& *]   [* %]
    [& *]   [* %]   [! &]
    [* %]   [! &]   [    ]", + "options": [ + "[( *]", + "[! &]", + "[( (]", + "[% &]", + "[! (]", + "[* (]", + "[% *]", + "[* *]" + ], + "correct": 0, + "prob_ind": 28 + }, + { + "prompt": "[( <]   [& (]   [$ !]
    [$ (]   [( !]   [& *]
    [& !]   [$ *]   [    ]", + "options": [ + "[* (]", + "[( &]", + "[! &]", + "[( *]", + "[& :]", + "[( %]", + "[& (]", + "[: (]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[< ~]   [~ %]   [> !]
    [~ !]   [> ~]   [: %]
    [> %]   [: !]   [    ]", + "options": [ + "[% ~]", + "[% <]", + "[~ $]", + "[$ >]", + "[% >]", + "[: !]", + "[$ $]", + "[$ ~]" + ], + "correct": 7, + "prob_ind": 30 + }, + { + "prompt": "[: <]   [~ >]   [( &]
    [~ >]   [( &]   [* <]
    [( &]   [* <]   [    ]", + "options": [ + "[% >]", + "[> %]", + "[: <]", + "[% :]", + "[~ ~]", + "[~ %]", + "[! ~]", + "[& ~]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[( (]   [% !]   [> *]
    [% !]   [> *]   [( &]
    [> *]   [( &]   [    ]", + "options": [ + "[: *]", + "[( &]", + "[! &]", + "[& &]", + "[< $]", + "[& (]", + "[% %]", + "[~ (]" + ], + "correct": 6, + "prob_ind": 32 + }, + { + "prompt": "[% :]   [< ~]   [: (]
    [< ~]   [: (]   [% *]
    [: (]   [% *]   [    ]", + "options": [ + "[< (]", + "[% <]", + "[& &]", + "[( !]", + "[~ !]", + "[& *]", + "[< %]", + "[( <]" + ], + "correct": 6, + "prob_ind": 33 + }, + { + "prompt": "[% >]   [* ~]   [( (]
    [* ~]   [( (]   [~ >]
    [( (]   [~ >]   [    ]", + "options": [ + "[> >]", + "[> ~]", + "[> :]", + "[( ~]", + "[: ~]", + "[~ :]", + "[: (]", + "[> (]" + ], + "correct": 4, + "prob_ind": 34 + }, + { + "prompt": "[~ !]   [< (]   [( <]
    [< (]   [( <]   [~ ~]
    [( <]   [~ ~]   [    ]", + "options": [ + "[( <]", + "[( !]", + "[~ !]", + "[~ &]", + "[~ >]", + "[! <]", + "[~ ~]", + "[< >]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[: $]   [~ (]   [( %]
    [~ (]   [( %]   [* $]
    [( %]   [* $]   [    ]", + "options": [ + "[( %]", + "[% (]", + "[$ *]", + "[( &]", + "[& !]", + "[% <]", + "[& &]", + "[~ (]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[( :]   [$ >]   [! ~]
    [$ >]   [! ~]   [( <]
    [! ~]   [( <]   [    ]", + "options": [ + "[$ (]", + "[> (]", + "[( >]", + "[( $]", + "[! <]", + "[$ >]", + "[: (]", + "[$ <]" + ], + "correct": 0, + "prob_ind": 37 + }, + { + "prompt": "[& (]   [> !]   [! *]
    [> !]   [! *]   [& &]
    [! *]   [& &]   [    ]", + "options": [ + "[% <]", + "[! %]", + "[% >]", + "[! (]", + "[< *]", + "[> %]", + "[% !]", + "[> !]" + ], + "correct": 5, + "prob_ind": 38 + }, + { + "prompt": "[: (]   [~ !]   [( ~]
    [~ ~]   [( (]   [* !]
    [( !]   [* ~]   [    ]", + "options": [ + "[% (]", + "[( ~]", + "[* (]", + "[~ *]", + "[* :]", + "[~ !]", + "[( (]", + "[~ (]" + ], + "correct": 0, + "prob_ind": 39 + }, + { + "prompt": "[> ~]   [$ <]   [( (]
    [( <]   [> (]   [$ !]
    [$ (]   [( !]   [    ]", + "options": [ + "[: *]", + "[( <]", + "[$ !]", + "[> *]", + "[~ *]", + "[< (]", + "[! $]", + "[( (]" + ], + "correct": 3, + "prob_ind": 40 + }, + { + "prompt": "[> *]   [~ $]   [< :]
    [~ $]   [< :]   [( *]
    [< :]   [( *]   [    ]", + "options": [ + "[% !]", + "[% >]", + "[$ $]", + "[> :]", + "[& $]", + "[< :]", + "[$ !]", + "[! $]" + ], + "correct": 7, + "prob_ind": 41 + }, + { + "prompt": "[< :]   [% ~]   [( (]
    [( ~]   [< (]   [% *]
    [% (]   [( *]   [    ]", + "options": [ + "[% (]", + "[< %]", + "[* (]", + "[& <]", + "[* %]", + "[~ (]", + "[< :]", + "[< *]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[& <]   [! :]   [< %]
    [! %]   [< <]   [> :]
    [< :]   [> %]   [    ]", + "options": [ + "[> !]", + "[> <]", + "[: *]", + "[: <]", + "[< %]", + "[< :]", + "[$ <]", + "[: !]" + ], + "correct": 6, + "prob_ind": 43 + }, + { + "prompt": "[< (]   [% !]   [~ *]
    [~ !]   [< *]   [% &]
    [% *]   [~ &]   [    ]", + "options": [ + "[% <]", + "[< %]", + "[< &]", + "[< *]", + "[$ >]", + "[% *]", + "[~ !]", + "[% &]" + ], + "correct": 1, + "prob_ind": 44 + }, + { + "prompt": "[$ (]   [> !]   [< &]
    [> !]   [< &]   [! (]
    [< &]   [! (]   [    ]", + "options": [ + "[& <]", + "[( $]", + "[( >]", + "[< &]", + "[> &]", + "[& !]", + "[$ (]", + "[! &]" + ], + "correct": 5, + "prob_ind": 45 + }, + { + "prompt": "[$ *]   [> %]   [< :]
    [> %]   [< :]   [! *]
    [< :]   [! *]   [    ]", + "options": [ + "[< &]", + "[% %]", + "[: >]", + "[> $]", + "[> :]", + "[% &]", + "[& %]", + "[~ ~]" + ], + "correct": 6, + "prob_ind": 46 + }, + { + "prompt": "[* :]   [! >]   [~ ~]
    [~ >]   [* ~]   [! <]
    [! ~]   [~ <]   [    ]", + "options": [ + "[~ *]", + "[! <]", + "[~ ~]", + "[> !]", + "[* *]", + "[* (]", + "[~ >]", + "[~ !]" + ], + "correct": 5, + "prob_ind": 47 + }, + { + "prompt": "[$ %]   [: (]   [> >]
    [: (]   [> >]   [~ %]
    [> >]   [~ %]   [    ]", + "options": [ + "[$ (]", + "[$ %]", + "[~ &]", + "[> >]", + "[& <]", + "[~ %]", + "[< (]", + "[$ <]" + ], + "correct": 6, + "prob_ind": 48 + }, + { + "prompt": "[* !]   [! <]   [( %]
    [! %]   [( !]   [< <]
    [( <]   [< %]   [    ]", + "options": [ + "[~ (]", + "[> !]", + "[% !]", + "[~ ~]", + "[! %]", + "[~ !]", + "[& %]", + "[& $]" + ], + "correct": 5, + "prob_ind": 49 + }, + { + "prompt": "[& :]   [! (]   [< %]
    [! (]   [< %]   [> :]
    [< %]   [> :]   [    ]", + "options": [ + "[< %]", + "[< (]", + "[( %]", + "[~ %]", + "[: ~]", + "[> (]", + "[! %]", + "[$ (]" + ], + "correct": 7, + "prob_ind": 50 + }, + { + "prompt": "[~ &]   [! *]   [: !]
    [: *]   [~ !]   [! (]
    [! !]   [: (]   [    ]", + "options": [ + "[~ <]", + "[: &]", + "[: ~]", + "[: !]", + "[! !]", + "[! ~]", + "[~ ~]", + "[* !]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[: *]   [% !]   [! (]
    [! !]   [: (]   [% <]
    [% (]   [! <]   [    ]", + "options": [ + "[% (]", + "[$ ~]", + "[* <]", + "[: ~]", + "[! (]", + "[( !]", + "[( (]", + "[! !]" + ], + "correct": 3, + "prob_ind": 52 + }, + { + "prompt": "[! ~]   [( *]   [< $]
    [( *]   [< $]   [~ ~]
    [< $]   [~ ~]   [    ]", + "options": [ + "[< ~]", + "[* ~]", + "[< $]", + "[* >]", + "[! *]", + "[* !]", + "[~ <]", + "[> *]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[* (]   [! ~]   [( !]
    [! !]   [( (]   [< ~]
    [( ~]   [< !]   [    ]", + "options": [ + "[: (]", + "[* ~]", + "[( (]", + "[! ~]", + "[> !]", + "[( !]", + "[: <]", + "[~ (]" + ], + "correct": 7, + "prob_ind": 54 + }, + { + "prompt": "[$ >]   [> ~]   [~ <]
    [> ~]   [~ <]   [$ (]
    [~ <]   [$ (]   [    ]", + "options": [ + "[> !]", + "[( >]", + "[! >]", + "[~ >]", + "[< !]", + "[! <]", + "[~ :]", + "[~ $]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[! ~]   [( $]   [< !]
    [( $]   [< !]   [~ ~]
    [< !]   [~ ~]   [    ]", + "options": [ + "[$ >]", + "[: ~]", + "[< ~]", + "[( !]", + "[% :]", + "[> $]", + "[$ :]", + "[: $]" + ], + "correct": 5, + "prob_ind": 56 + }, + { + "prompt": "[: <]   [% (]   [! !]
    [! (]   [: !]   [% *]
    [% !]   [! *]   [    ]", + "options": [ + "[% :]", + "[~ &]", + "[: !]", + "[: %]", + "[> :]", + "[: &]", + "[: :]", + "[~ :]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[* &]   [! >]   [( *]
    [! *]   [( &]   [< >]
    [( >]   [< *]   [    ]", + "options": [ + "[* !]", + "[~ *]", + "[< ~]", + "[( *]", + "[~ &]", + "[: :]", + "[* ~]", + "[( >]" + ], + "correct": 4, + "prob_ind": 58 + }, + { + "prompt": "[$ %]   [: *]   [! (]
    [: *]   [! (]   [$ ~]
    [! (]   [$ ~]   [    ]", + "options": [ + "[~ :]", + "[* !]", + "[~ $]", + "[( !]", + "[~ !]", + "[: :]", + "[$ *]", + "[: ~]" + ], + "correct": 5, + "prob_ind": 59 + }, + { + "prompt": "[< %]   [( <]   [! *]
    [( <]   [! *]   [* %]
    [! *]   [* %]   [    ]", + "options": [ + "[! %]", + "[< <]", + "[& %]", + "[< !]", + "[! *]", + "[* %]", + "[! <]", + "[& <]" + ], + "correct": 7, + "prob_ind": 60 + }, + { + "prompt": "[$ $]   [: :]   [& >]
    [: :]   [& >]   [$ ~]
    [& >]   [$ ~]   [    ]", + "options": [ + "[& &]", + "[~ $]", + "[& !]", + "[> :]", + "[$ ~]", + "[< :]", + "[& $]", + "[: <]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[& !]   [! &]   [< ~]
    [! ~]   [< !]   [> &]
    [< &]   [> ~]   [    ]", + "options": [ + "[~ <]", + "[& !]", + "[$ !]", + "[< (]", + "[! $]", + "[& <]", + "[> ~]", + "[! (]" + ], + "correct": 2, + "prob_ind": 62 + }, + { + "prompt": "[( *]   [! (]   [* :]
    [! :]   [* *]   [& (]
    [* (]   [& :]   [    ]", + "options": [ + "[% (]", + "[* %]", + "[: *]", + "[% *]", + "[% &]", + "[& ~]", + "[( %]", + "[% :]" + ], + "correct": 3, + "prob_ind": 63 + }, + { + "prompt": "[: %]   [~ *]   [( ~]
    [~ *]   [( ~]   [* %]
    [( ~]   [* %]   [    ]", + "options": [ + "[% *]", + "[~ %]", + "[( ~]", + "[$ ~]", + "[( &]", + "[~ &]", + "[( (]", + "[$ &]" + ], + "correct": 0, + "prob_ind": 64 + }, + { + "prompt": "[* !]   [< (]   [( <]
    [( (]   [* <]   [< ~]
    [< <]   [( ~]   [    ]", + "options": [ + "[< (]", + "[* >]", + "[% >]", + "[> *]", + "[( <]", + "[< <]", + "[! <]", + "[( (]" + ], + "correct": 1, + "prob_ind": 65 + }, + { + "prompt": "[* !]   [& (]   [% <]
    [% (]   [* <]   [& ~]
    [& <]   [% ~]   [    ]", + "options": [ + "[* $]", + "[% (]", + "[* >]", + "[% <]", + "[( >]", + "[> *]", + "[( :]", + "[* ~]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[! %]   [~ &]   [* *]
    [~ &]   [* *]   [! !]
    [* *]   [! !]   [    ]", + "options": [ + "[& ~]", + "[~ %]", + "[% ~]", + "[( %]", + "[~ (]", + "[! !]", + "[~ &]", + "[* *]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[> :]   [~ >]   [< $]
    [~ >]   [< $]   [( :]
    [< $]   [( :]   [    ]", + "options": [ + "[! $]", + "[$ !]", + "[> &]", + "[( >]", + "[$ <]", + "[~ $]", + "[! >]", + "[> ~]" + ], + "correct": 6, + "prob_ind": 68 + }, + { + "prompt": "[$ $]   [& :]   [: >]
    [& :]   [: >]   [$ ~]
    [: >]   [$ ~]   [    ]", + "options": [ + "[& $]", + "[& <]", + "[~ !]", + "[~ *]", + "[< *]", + "[( *]", + "[$ &]", + "[* ~]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[~ $]   [& >]   [< <]
    [& >]   [< <]   [~ !]
    [< <]   [~ !]   [    ]", + "options": [ + "[< !]", + "[& &]", + "[! ~]", + "[< >]", + "[* >]", + "[~ !]", + "[< <]", + "[~ >]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[% <]   [$ (]   [: !]
    [: (]   [% !]   [$ *]
    [$ !]   [: *]   [    ]", + "options": [ + "[$ &]", + "[* (]", + "[% (]", + "[: (]", + "[% &]", + "[: &]", + "[$ !]", + "[* !]" + ], + "correct": 4, + "prob_ind": 71 + }, + { + "prompt": "[: :]   [> $]   [~ *]
    [> $]   [~ *]   [< :]
    [~ *]   [< :]   [    ]", + "options": [ + "[$ (]", + "[: :]", + "[( $]", + "[( :]", + "[: (]", + "[< $]", + "[> $]", + "[< :]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[$ :]   [: !]   [> &]
    [: !]   [> &]   [~ :]
    [> &]   [~ :]   [    ]", + "options": [ + "[~ >]", + "[* >]", + "[! >]", + "[< !]", + "[~ !]", + "[! <]", + "[: ~]", + "[~ :]" + ], + "correct": 3, + "prob_ind": 73 + }, + { + "prompt": "[> (]   [% !]   [( *]
    [% !]   [( *]   [> &]
    [( *]   [> &]   [    ]", + "options": [ + "[> &]", + "[% %]", + "[> !]", + "[% (]", + "[! %]", + "[~ !]", + "[~ &]", + "[> *]" + ], + "correct": 1, + "prob_ind": 74 + }, + { + "prompt": "[! :]   [> ~]   [: (]
    [: ~]   [! (]   [> *]
    [> (]   [: *]   [    ]", + "options": [ + "[< :]", + "[( >]", + "[: (]", + "[> (]", + "[~ ~]", + "[! %]", + "[% !]", + "[: ~]" + ], + "correct": 5, + "prob_ind": 75 + }, + { + "prompt": "[< !]   [( *]   [! :]
    [( :]   [! !]   [* *]
    [! *]   [* :]   [    ]", + "options": [ + "[& ~]", + "[& (]", + "[* &]", + "[~ *]", + "[* ~]", + "[& *]", + "[* !]", + "[& !]" + ], + "correct": 7, + "prob_ind": 76 + }, + { + "prompt": "[> $]   [~ <]   [< (]
    [~ (]   [< $]   [( <]
    [< <]   [( (]   [    ]", + "options": [ + "[< $]", + "[* <]", + "[~ $]", + "[! $]", + "[( %]", + "[* %]", + "[! <]", + "[% (]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[* &]   [> *]   [% !]
    [> *]   [% !]   [* (]
    [% !]   [* (]   [    ]", + "options": [ + "[% &]", + "[> <]", + "[& *]", + "[< >]", + "[% !]", + "[< :]", + "[$ <]", + "[* >]" + ], + "correct": 1, + "prob_ind": 78 + }, + { + "prompt": "[$ ~]   [: *]   [> &]
    [: &]   [> ~]   [~ *]
    [> *]   [~ &]   [    ]", + "options": [ + "[< ~]", + "[> !]", + "[$ &]", + "[~ ~]", + "[~ <]", + "[: *]", + "[* ~]", + "[< :]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[! *]   [( !]   [* (]
    [( !]   [* (]   [! <]
    [* (]   [! <]   [    ]", + "options": [ + "[~ (]", + "[* <]", + "[( ~]", + "[> :]", + "[* (]", + "[! <]", + "[< !]", + "[! (]" + ], + "correct": 2, + "prob_ind": 80 + }, + { + "prompt": "[% :]   [& >]   [* *]
    [& *]   [* :]   [! >]
    [* >]   [! *]   [    ]", + "options": [ + "[: (]", + "[! !]", + "[& *]", + "[& :]", + "[: *]", + "[% *]", + "[( :]", + "[% <]" + ], + "correct": 6, + "prob_ind": 81 + }, + { + "prompt": "[> :]   [~ *]   [< $]
    [~ *]   [< $]   [( :]
    [< $]   [( :]   [    ]", + "options": [ + "[< :]", + "[> :]", + "[! &]", + "[> &]", + "[< $]", + "[! *]", + "[( ~]", + "[> ~]" + ], + "correct": 5, + "prob_ind": 82 + }, + { + "prompt": "[( (]   [! *]   [* :]
    [! *]   [* :]   [& (]
    [* :]   [& (]   [    ]", + "options": [ + "[* &]", + "[: *]", + "[* %]", + "[! *]", + "[! :]", + "[* *]", + "[( (]", + "[% *]" + ], + "correct": 7, + "prob_ind": 83 + }, + { + "prompt": "[! %]   [( !]   [< :]
    [( :]   [< %]   [~ !]
    [< !]   [~ :]   [    ]", + "options": [ + "[< >]", + "[* :]", + "[< %]", + "[$ %]", + "[! &]", + "[> %]", + "[% >]", + "[< :]" + ], + "correct": 5, + "prob_ind": 84 + }, + { + "prompt": "[< $]   [> >]   [& <]
    [& >]   [< <]   [> !]
    [> <]   [& !]   [    ]", + "options": [ + "[< !]", + "[> &]", + "[! <]", + "[> <]", + "[< &]", + "[> !]", + "[< *]", + "[& <]" + ], + "correct": 4, + "prob_ind": 85 + }, + { + "prompt": "[> (]   [< <]   [: ~]
    [: <]   [> ~]   [< >]
    [< ~]   [: >]   [    ]", + "options": [ + "[> !]", + "[> :]", + "[( >]", + "[> (]", + "[< ~]", + "[( %]", + "[* >]", + "[$ :]" + ], + "correct": 1, + "prob_ind": 86 + }, + { + "prompt": "[( (]   [! <]   [* >]
    [! <]   [* >]   [& (]
    [* >]   [& (]   [    ]", + "options": [ + "[* >]", + "[< !]", + "[( &]", + "[* <]", + "[! (]", + "[> *]", + "[% <]", + "[! <]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[! (]   [( *]   [< <]
    [( <]   [< (]   [~ *]
    [< *]   [~ <]   [    ]", + "options": [ + "[( >]", + "[~ *]", + "[> ~]", + "[< (]", + "[> (]", + "[~ >]", + "[> *]", + "[~ (]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[< $]   [~ :]   [> !]
    [~ !]   [> $]   [: :]
    [> :]   [: !]   [    ]", + "options": [ + "[$ :]", + "[$ >]", + "[: &]", + "[~ !]", + "[< >]", + "[: !]", + "[$ $]", + "[: $]" + ], + "correct": 6, + "prob_ind": 89 + }, + { + "prompt": "[$ :]   [: ~]   [& (]
    [: ~]   [& (]   [$ *]
    [& (]   [$ *]   [    ]", + "options": [ + "[$ *]", + "[& (]", + "[& ~]", + "[& *]", + "[* $]", + "[% :]", + "[> %]", + "[: %]" + ], + "correct": 7, + "prob_ind": 90 + }, + { + "prompt": "[~ &]   [< :]   [( <]
    [< <]   [( &]   [! :]
    [( :]   [! <]   [    ]", + "options": [ + "[* &]", + "[< <]", + "[: !]", + "[* *]", + "[( <]", + "[& *]", + "[: <]", + "[* <]" + ], + "correct": 0, + "prob_ind": 91 + }, + { + "prompt": "[% %]   [& <]   [* &]
    [& <]   [* &]   [! %]
    [* &]   [! %]   [    ]", + "options": [ + "[! (]", + "[< &]", + "[( <]", + "[( (]", + "[( *]", + "[* &]", + "[< (]", + "[* <]" + ], + "correct": 2, + "prob_ind": 92 + }, + { + "prompt": "[: <]   [> &]   [~ !]
    [> !]   [~ <]   [< &]
    [~ &]   [< !]   [    ]", + "options": [ + "[: <]", + "[: &]", + "[> &]", + "[< <]", + "[( <]", + "[$ *]", + "[( !]", + "[* $]" + ], + "correct": 4, + "prob_ind": 93 + }, + { + "prompt": "[~ (]   [( !]   [& *]
    [& !]   [~ *]   [( &]
    [( *]   [& &]   [    ]", + "options": [ + "[* (]", + "[< &]", + "[& &]", + "[( &]", + "[& !]", + "[* ~]", + "[~ %]", + "[( !]" + ], + "correct": 6, + "prob_ind": 94 + }, + { + "prompt": "[> &]   [! *]   [& !]
    [! *]   [& !]   [> (]
    [& !]   [> (]   [    ]", + "options": [ + "[( <]", + "[< !]", + "[! <]", + "[! &]", + "[& >]", + "[* !]", + "[& (]", + "[! !]" + ], + "correct": 2, + "prob_ind": 95 + }, + { + "prompt": "[~ $]   [> >]   [% <]
    [> >]   [% <]   [~ !]
    [% <]   [~ !]   [    ]", + "options": [ + "[& >]", + "[< *]", + "[% !]", + "[% <]", + "[< %]", + "[~ &]", + "[> &]", + "[: $]" + ], + "correct": 6, + "prob_ind": 96 + }, + { + "prompt": "[( &]   [: !]   [* <]
    [* !]   [( <]   [: >]
    [: <]   [* >]   [    ]", + "options": [ + "[! *]", + "[( (]", + "[: >]", + "[~ (]", + "[( $]", + "[: (]", + "[: <]", + "[< (]" + ], + "correct": 4, + "prob_ind": 97 + }, + { + "prompt": "[* <]   [% ~]   [! >]
    [% ~]   [! >]   [* :]
    [! >]   [* :]   [    ]", + "options": [ + "[% >]", + "[! >]", + "[% $]", + "[! ~]", + "[* :]", + "[* (]", + "[> $]", + "[* $]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[< &]   [( ~]   [! <]
    [( ~]   [! <]   [* &]
    [! <]   [* &]   [    ]", + "options": [ + "[& ~]", + "[< <]", + "[~ &]", + "[* %]", + "[< ~]", + "[> <]", + "[* >]", + "[* &]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "two_rule_comb5": [ + { + "prompt": "[~ (]   [< !]   [( *]
    [< !]   [( *]   [! &]
    [( *]   [! &]   [    ]", + "options": [ + "[* %]", + "[< *]", + "[> (]", + "[% *]", + "[% (]", + "[( *]", + "[( :]", + "[* (]" + ], + "correct": 0, + "prob_ind": 0 + }, + { + "prompt": "[% :]   [& >]   [* ~]
    [& >]   [* ~]   [! <]
    [* ~]   [! <]   [    ]", + "options": [ + "[( (]", + "[! <]", + "[~ (]", + "[& >]", + "[! :]", + "[< (]", + "[: %]", + "[~ %]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[& <]   [! ~]   [< >]
    [! ~]   [< >]   [> :]
    [< >]   [> :]   [    ]", + "options": [ + "[( &]", + "[% >]", + "[$ $]", + "[> :]", + "[< >]", + "[: >]", + "[! ~]", + "[& (]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[: &]   [> *]   [~ !]
    [> *]   [~ !]   [< (]
    [~ !]   [< (]   [    ]", + "options": [ + "[~ (]", + "[< !]", + "[! ~]", + "[: &]", + "[! %]", + "[( <]", + "[> *]", + "[: *]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[& %]   [! &]   [< *]
    [! &]   [< *]   [> !]
    [< *]   [> !]   [    ]", + "options": [ + "[( >]", + "[> !]", + "[& &]", + "[& !]", + "[$ (]", + "[& %]", + "[( $]", + "[$ *]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[: $]   [~ >]   [( <]
    [~ >]   [( <]   [* !]
    [( <]   [* !]   [    ]", + "options": [ + "[$ $]", + "[% !]", + "[: $]", + "[% &]", + "[* *]", + "[( <]", + "[% *]", + "[* (]" + ], + "correct": 3, + "prob_ind": 5 + }, + { + "prompt": "[& <]   [! (]   [< !]
    [! (]   [< !]   [> *]
    [< !]   [> *]   [    ]", + "options": [ + "[$ *]", + "[& (]", + "[* $]", + "[$ %]", + "[< !]", + "[* <]", + "[& $]", + "[$ &]" + ], + "correct": 7, + "prob_ind": 6 + }, + { + "prompt": "[~ >]   [< ~]   [( <]
    [< ~]   [( <]   [! (]
    [( <]   [! (]   [    ]", + "options": [ + "[* <]", + "[( (]", + "[* *]", + "[! *]", + "[* !]", + "[! !]", + "[< ~]", + "[< (]" + ], + "correct": 4, + "prob_ind": 7 + }, + { + "prompt": "[: :]   [> ~]   [~ (]
    [> ~]   [~ (]   [< *]
    [~ (]   [< *]   [    ]", + "options": [ + "[~ *]", + "[< !]", + "[~ >]", + "[( !]", + "[( %]", + "[< (]", + "[> ~]", + "[: :]" + ], + "correct": 4, + "prob_ind": 8 + }, + { + "prompt": "[> %]   [~ &]   [< *]
    [~ &]   [< *]   [( !]
    [< *]   [( !]   [    ]", + "options": [ + "[< *]", + "[( !]", + "[< %]", + "[: &]", + "[* <]", + "[! (]", + "[* (]", + "[: *]" + ], + "correct": 5, + "prob_ind": 9 + }, + { + "prompt": "[< (]   [~ !]   [> *]
    [~ !]   [> *]   [: &]
    [> *]   [: &]   [    ]", + "options": [ + "[* >]", + "[: &]", + "[! ~]", + "[< (]", + "[% $]", + "[> *]", + "[$ %]", + "[( <]" + ], + "correct": 6, + "prob_ind": 10 + }, + { + "prompt": "[% %]   [& *]   [* (]
    [& *]   [* (]   [! ~]
    [* (]   [! ~]   [    ]", + "options": [ + "[* <]", + "[( :]", + "[* &]", + "[& *]", + "[* *]", + "[( >]", + "[* (]", + "[* !]" + ], + "correct": 1, + "prob_ind": 11 + }, + { + "prompt": "[< *]   [~ !]   [> (]
    [~ !]   [> (]   [: <]
    [> (]   [: <]   [    ]", + "options": [ + "[$ ~]", + "[: <]", + "[! &]", + "[~ $]", + "[! ~]", + "[~ !]", + "[< :]", + "[~ *]" + ], + "correct": 0, + "prob_ind": 12 + }, + { + "prompt": "[> *]   [~ !]   [< (]
    [~ !]   [< (]   [( <]
    [< (]   [( <]   [    ]", + "options": [ + "[> !]", + "[( !]", + "[! >]", + "[% <]", + "[! ~]", + "[* !]", + "[( <]", + "[% &]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[& (]   [* <]   [! ~]
    [* <]   [! ~]   [( >]
    [! ~]   [( >]   [    ]", + "options": [ + "[> !]", + "[~ !]", + "[! !]", + "[& ~]", + "[! >]", + "[< :]", + "[> &]", + "[* ~]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[* <]   [! (]   [( !]
    [! (]   [( !]   [< *]
    [( !]   [< *]   [    ]", + "options": [ + "[* !]", + "[~ *]", + "[! *]", + "[~ &]", + "[& ~]", + "[* *]", + "[* (]", + "[! (]" + ], + "correct": 3, + "prob_ind": 15 + }, + { + "prompt": "[$ <]   [> ~]   [< >]
    [> ~]   [< >]   [! :]
    [< >]   [! :]   [    ]", + "options": [ + "[< $]", + "[~ &]", + "[& $]", + "[: &]", + "[* $]", + "[& :]", + "[> <]", + "[: !]" + ], + "correct": 2, + "prob_ind": 16 + }, + { + "prompt": "[* %]   [! &]   [( *]
    [! &]   [( *]   [< !]
    [( *]   [< !]   [    ]", + "options": [ + "[~ <]", + "[~ (]", + "[* !]", + "[< ~]", + "[! *]", + "[* (]", + "[( ~]", + "[* *]" + ], + "correct": 1, + "prob_ind": 17 + }, + { + "prompt": "[$ :]   [> ~]   [< (]
    [> ~]   [< (]   [! *]
    [< (]   [! *]   [    ]", + "options": [ + "[% &]", + "[< *]", + "[~ >]", + "[> ~]", + "[& %]", + "[( <]", + "[! *]", + "[& &]" + ], + "correct": 4, + "prob_ind": 18 + }, + { + "prompt": "[! &]   [( !]   [< <]
    [( !]   [< <]   [~ >]
    [< <]   [~ >]   [    ]", + "options": [ + "[: *]", + "[* >]", + "[$ >]", + "[> *]", + "[> $]", + "[: $]", + "[~ $]", + "[~ <]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[$ &]   [> !]   [< <]
    [> !]   [< <]   [! >]
    [< <]   [! >]   [    ]", + "options": [ + "[$ &]", + "[& &]", + "[> !]", + "[$ >]", + "[! >]", + "[< <]", + "[: <]", + "[& $]" + ], + "correct": 7, + "prob_ind": 20 + }, + { + "prompt": "[( &]   [< *]   [~ !]
    [< *]   [~ !]   [> (]
    [~ !]   [> (]   [    ]", + "options": [ + "[~ &]", + "[: <]", + "[% :]", + "[( &]", + "[< :]", + "[% !]", + "[% <]", + "[* <]" + ], + "correct": 1, + "prob_ind": 21 + }, + { + "prompt": "[& *]   [! !]   [< (]
    [! !]   [< (]   [> <]
    [< (]   [> <]   [    ]", + "options": [ + "[! !]", + "[$ ~]", + "[< (]", + "[< <]", + "[~ $]", + "[& *]", + "[! *]", + "[& &]" + ], + "correct": 1, + "prob_ind": 22 + }, + { + "prompt": "[* (]   [! !]   [( *]
    [! !]   [( *]   [< &]
    [( *]   [< &]   [    ]", + "options": [ + "[% ~]", + "[! !]", + "[< &]", + "[> %]", + "[% >]", + "[~ %]", + "[( !]", + "[~ *]" + ], + "correct": 5, + "prob_ind": 23 + }, + { + "prompt": "[& >]   [! ~]   [< <]
    [! ~]   [< <]   [> (]
    [< <]   [> (]   [    ]", + "options": [ + "[! ~]", + "[> !]", + "[! $]", + "[$ <]", + "[$ !]", + "[< ~]", + "[& ~]", + "[< $]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[< (]   [~ <]   [> ~]
    [~ <]   [> ~]   [: >]
    [> ~]   [: >]   [    ]", + "options": [ + "[~ <]", + "[* (]", + "[~ :]", + "[: $]", + "[: >]", + "[$ :]", + "[: ~]", + "[$ >]" + ], + "correct": 5, + "prob_ind": 25 + }, + { + "prompt": "[< &]   [( *]   [! !]
    [( *]   [! !]   [* (]
    [! !]   [* (]   [    ]", + "options": [ + "[! !]", + "[( *]", + "[< !]", + "[& <]", + "[& %]", + "[% (]", + "[( %]", + "[& >]" + ], + "correct": 3, + "prob_ind": 26 + }, + { + "prompt": "[~ *]   [< !]   [( (]
    [< !]   [( (]   [! <]
    [( (]   [! <]   [    ]", + "options": [ + "[* ~]", + "[< !]", + "[< (]", + "[! !]", + "[~ !]", + "[( !]", + "[* (]", + "[~ *]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[< %]   [~ *]   [> (]
    [~ *]   [> (]   [: ~]
    [> (]   [: ~]   [    ]", + "options": [ + "[: :]", + "[: *]", + "[> *]", + "[$ $]", + "[> (]", + "[$ :]", + "[: $]", + "[> ~]" + ], + "correct": 5, + "prob_ind": 28 + }, + { + "prompt": "[% !]   [* (]   [( <]
    [* (]   [( <]   [~ ~]
    [( <]   [~ ~]   [    ]", + "options": [ + "[% !]", + "[: >]", + "[* <]", + "[% <]", + "[* ~]", + "[% :]", + "[> :]", + "[: $]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[! :]   [( >]   [< ~]
    [( >]   [< ~]   [~ <]
    [< ~]   [~ <]   [    ]", + "options": [ + "[~ <]", + "[~ (]", + "[< ~]", + "[> (]", + "[( >]", + "[! (]", + "[! ~]", + "[: <]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[$ >]   [: ~]   [> <]
    [: ~]   [> <]   [~ (]
    [> <]   [~ (]   [    ]", + "options": [ + "[< !]", + "[( ~]", + "[& $]", + "[> <]", + "[$ >]", + "[< $]", + "[! <]", + "[> >]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[$ %]   [> *]   [< (]
    [> *]   [< (]   [! ~]
    [< (]   [! ~]   [    ]", + "options": [ + "[~ :]", + "[< (]", + "[! (]", + "[$ (]", + "[& :]", + "[: &]", + "[> (]", + "[< ~]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[< :]   [~ ~]   [> (]
    [~ ~]   [> (]   [: *]
    [> (]   [: *]   [    ]", + "options": [ + "[( ~]", + "[~ ~]", + "[% $]", + "[> (]", + "[~ :]", + "[( >]", + "[< ~]", + "[$ %]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[( %]   [< &]   [~ *]
    [< &]   [~ *]   [> !]
    [~ *]   [> !]   [    ]", + "options": [ + "[( :]", + "[$ ~]", + "[$ (]", + "[: (]", + "[< >]", + "[! >]", + "[< ~]", + "[* ~]" + ], + "correct": 3, + "prob_ind": 34 + }, + { + "prompt": "[( :]   [! ~]   [* (]
    [! ~]   [* (]   [& *]
    [* (]   [& *]   [    ]", + "options": [ + "[~ !]", + "[% *]", + "[! (]", + "[% %]", + "[* (]", + "[* *]", + "[! ~]", + "[& *]" + ], + "correct": 3, + "prob_ind": 35 + }, + { + "prompt": "[> $]   [~ >]   [< <]
    [~ >]   [< <]   [( !]
    [< <]   [( !]   [    ]", + "options": [ + "[* &]", + "[! &]", + "[< <]", + "[< &]", + "[( %]", + "[( <]", + "[& !]", + "[~ <]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[& *]   [* !]   [! (]
    [* !]   [! (]   [( <]
    [! (]   [( <]   [    ]", + "options": [ + "[* <]", + "[< (]", + "[~ <]", + "[< <]", + "[< ~]", + "[( <]", + "[* &]", + "[< >]" + ], + "correct": 4, + "prob_ind": 37 + }, + { + "prompt": "[% >]   [& ~]   [* <]
    [& ~]   [* <]   [! (]
    [* <]   [! (]   [    ]", + "options": [ + "[* !]", + "[* <]", + "[> ~]", + "[% $]", + "[* (]", + "[( !]", + "[! (]", + "[( <]" + ], + "correct": 5, + "prob_ind": 38 + }, + { + "prompt": "[! &]   [( *]   [< !]
    [( *]   [< !]   [~ (]
    [< !]   [~ (]   [    ]", + "options": [ + "[> >]", + "[( *]", + "[> <]", + "[< >]", + "[< (]", + "[~ (]", + "[( (]", + "[* &]" + ], + "correct": 2, + "prob_ind": 39 + }, + { + "prompt": "[( &]   [! !]   [* <]
    [! !]   [* <]   [& >]
    [* <]   [& >]   [    ]", + "options": [ + "[& ~]", + "[< *]", + "[$ %]", + "[* <]", + "[* $]", + "[< %]", + "[! <]", + "[% $]" + ], + "correct": 7, + "prob_ind": 40 + }, + { + "prompt": "[& &]   [! *]   [< !]
    [! *]   [< !]   [> (]
    [< !]   [> (]   [    ]", + "options": [ + "[% <]", + "[> (]", + "[< %]", + "[$ <]", + "[< !]", + "[< $]", + "[< <]", + "[! <]" + ], + "correct": 3, + "prob_ind": 41 + }, + { + "prompt": "[( %]   [! &]   [* *]
    [! &]   [* *]   [& !]
    [* *]   [& !]   [    ]", + "options": [ + "[* *]", + "[: %]", + "[& *]", + "[! *]", + "[% (]", + "[& &]", + "[$ ~]", + "[& !]" + ], + "correct": 4, + "prob_ind": 42 + }, + { + "prompt": "[& <]   [* ~]   [! >]
    [* ~]   [! >]   [( :]
    [! >]   [( :]   [    ]", + "options": [ + "[( ~]", + "[< $]", + "[< :]", + "[* ~]", + "[$ <]", + "[! :]", + "[: <]", + "[* &]" + ], + "correct": 1, + "prob_ind": 43 + }, + { + "prompt": "[~ $]   [< >]   [( <]
    [< >]   [( <]   [! !]
    [( <]   [! !]   [    ]", + "options": [ + "[! <]", + "[< >]", + "[! &]", + "[< !]", + "[> >]", + "[: %]", + "[* *]", + "[* &]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[~ <]   [< (]   [( !]
    [< (]   [( !]   [! *]
    [( !]   [! *]   [    ]", + "options": [ + "[! &]", + "[! (]", + "[* !]", + "[* &]", + "[! <]", + "[& !]", + "[~ ~]", + "[< (]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[> <]   [~ ~]   [< >]
    [~ ~]   [< >]   [( :]
    [< >]   [( :]   [    ]", + "options": [ + "[! $]", + "[~ :]", + "[< ~]", + "[< >]", + "[( :]", + "[( >]", + "[< $]", + "[& $]" + ], + "correct": 0, + "prob_ind": 46 + }, + { + "prompt": "[$ !]   [: (]   [> <]
    [: (]   [> <]   [~ ~]
    [> <]   [~ ~]   [    ]", + "options": [ + "[% %]", + "[< >]", + "[$ (]", + "[( :]", + "[< ~]", + "[: !]", + "[~ ~]", + "[: (]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[> (]   [~ <]   [< ~]
    [~ <]   [< ~]   [( >]
    [< ~]   [( >]   [    ]", + "options": [ + "[~ <]", + "[! >]", + "[~ ~]", + "[~ !]", + "[( <]", + "[! :]", + "[: !]", + "[> <]" + ], + "correct": 5, + "prob_ind": 48 + }, + { + "prompt": "[( (]   [! <]   [* ~]
    [! <]   [* ~]   [& >]
    [* ~]   [& >]   [    ]", + "options": [ + "[% $]", + "[! >]", + "[% ~]", + "[< !]", + "[( ~]", + "[% :]", + "[* ~]", + "[& >]" + ], + "correct": 5, + "prob_ind": 49 + }, + { + "prompt": "[> &]   [~ *]   [< !]
    [~ *]   [< !]   [( (]
    [< !]   [( (]   [    ]", + "options": [ + "[* (]", + "[< !]", + "[* ~]", + "[< *]", + "[! <]", + "[% ~]", + "[! (]", + "[~ *]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[< !]   [( (]   [! <]
    [( (]   [! <]   [* ~]
    [! <]   [* ~]   [    ]", + "options": [ + "[& >]", + "[$ <]", + "[> &]", + "[~ (]", + "[! ~]", + "[( (]", + "[> !]", + "[~ *]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[% &]   [& !]   [* <]
    [& !]   [* <]   [! >]
    [* <]   [! >]   [    ]", + "options": [ + "[< ~]", + "[( *]", + "[% !]", + "[: !]", + "[* >]", + "[( $]", + "[! %]", + "[* *]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[% ~]   [& <]   [* (]
    [& <]   [* (]   [! !]
    [* (]   [! !]   [    ]", + "options": [ + "[! &]", + "[* &]", + "[( *]", + "[& (]", + "[! !]", + "[* (]", + "[< *]", + "[* !]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[: <]   [~ ~]   [( >]
    [~ ~]   [( >]   [* :]
    [( >]   [* :]   [    ]", + "options": [ + "[! <]", + "[< *]", + "[$ %]", + "[* <]", + "[< &]", + "[% $]", + "[% :]", + "[( <]" + ], + "correct": 5, + "prob_ind": 54 + }, + { + "prompt": "[$ (]   [> !]   [< *]
    [> !]   [< *]   [! &]
    [< *]   [! &]   [    ]", + "options": [ + "[$ !]", + "[< *]", + "[< <]", + "[> *]", + "[% &]", + "[* <]", + "[( $]", + "[& %]" + ], + "correct": 7, + "prob_ind": 55 + }, + { + "prompt": "[< &]   [~ *]   [> !]
    [~ *]   [> !]   [: (]
    [> !]   [: (]   [    ]", + "options": [ + "[: <]", + "[$ <]", + "[< <]", + "[< *]", + "[< $]", + "[< :]", + "[! >]", + "[> <]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[$ &]   [: *]   [> !]
    [: *]   [> !]   [~ (]
    [> !]   [~ (]   [    ]", + "options": [ + "[< <]", + "[~ *]", + "[& $]", + "[> !]", + "[( <]", + "[! >]", + "[* >]", + "[$ &]" + ], + "correct": 0, + "prob_ind": 57 + }, + { + "prompt": "[( &]   [! *]   [* !]
    [! *]   [* !]   [& (]
    [* !]   [& (]   [    ]", + "options": [ + "[% <]", + "[& (]", + "[& *]", + "[< %]", + "[* !]", + "[! *]", + "[& !]", + "[( &]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[* ~]   [! <]   [( (]
    [! <]   [( (]   [< !]
    [( (]   [< !]   [    ]", + "options": [ + "[~ *]", + "[~ &]", + "[! ~]", + "[< %]", + "[< $]", + "[~ %]", + "[* >]", + "[! (]" + ], + "correct": 0, + "prob_ind": 59 + }, + { + "prompt": "[* $]   [! :]   [( >]
    [! :]   [( >]   [< ~]
    [( >]   [< ~]   [    ]", + "options": [ + "[( ~]", + "[* (]", + "[% *]", + "[* :]", + "[! :]", + "[* %]", + "[~ >]", + "[~ <]" + ], + "correct": 7, + "prob_ind": 60 + }, + { + "prompt": "[( *]   [< !]   [~ (]
    [< !]   [~ (]   [> <]
    [~ (]   [> <]   [    ]", + "options": [ + "[> *]", + "[> <]", + "[~ <]", + "[$ ~]", + "[~ :]", + "[> ~]", + "[( :]", + "[: ~]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[% *]   [& !]   [* (]
    [& !]   [* (]   [! <]
    [* (]   [! <]   [    ]", + "options": [ + "[< &]", + "[& *]", + "[( ~]", + "[! &]", + "[& !]", + "[~ ~]", + "[% !]", + "[& <]" + ], + "correct": 2, + "prob_ind": 62 + }, + { + "prompt": "[> %]   [~ *]   [< (]
    [~ *]   [< (]   [( ~]
    [< (]   [( ~]   [    ]", + "options": [ + "[: !]", + "[~ (]", + "[& :]", + "[! :]", + "[> %]", + "[( ~]", + "[< (]", + "[( (]" + ], + "correct": 3, + "prob_ind": 63 + }, + { + "prompt": "[( (]   [< !]   [~ *]
    [< !]   [~ *]   [> &]
    [~ *]   [> &]   [    ]", + "options": [ + "[~ !]", + "[: %]", + "[! <]", + "[> !]", + "[( (]", + "[< !]", + "[~ %]", + "[* *]" + ], + "correct": 1, + "prob_ind": 64 + }, + { + "prompt": "[* &]   [! *]   [( !]
    [! *]   [( !]   [< (]
    [( !]   [< (]   [    ]", + "options": [ + "[! ~]", + "[~ <]", + "[( *]", + "[~ !]", + "[* (]", + "[( &]", + "[( !]", + "[~ ~]" + ], + "correct": 1, + "prob_ind": 65 + }, + { + "prompt": "[: !]   [~ (]   [( <]
    [~ (]   [( <]   [* ~]
    [( <]   [* ~]   [    ]", + "options": [ + "[! :]", + "[& %]", + "[% >]", + "[> %]", + "[( ~]", + "[: !]", + "[( (]", + "[% :]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[~ &]   [< *]   [( !]
    [< *]   [( !]   [! (]
    [( !]   [! (]   [    ]", + "options": [ + "[! !]", + "[* <]", + "[( <]", + "[! ~]", + "[( (]", + "[( !]", + "[* $]", + "[< *]" + ], + "correct": 1, + "prob_ind": 67 + }, + { + "prompt": "[: (]   [> !]   [~ *]
    [> !]   [~ *]   [< &]
    [~ *]   [< &]   [    ]", + "options": [ + "[% (]", + "[& ~]", + "[< %]", + "[~ *]", + "[( %]", + "[~ &]", + "[$ !]", + "[> *]" + ], + "correct": 4, + "prob_ind": 68 + }, + { + "prompt": "[< ~]   [~ <]   [> (]
    [~ <]   [> (]   [: !]
    [> (]   [: !]   [    ]", + "options": [ + "[~ (]", + "[$ <]", + "[~ <]", + "[$ %]", + "[% $]", + "[$ *]", + "[$ (]", + "[> (]" + ], + "correct": 5, + "prob_ind": 69 + }, + { + "prompt": "[! (]   [( !]   [< *]
    [( !]   [< *]   [~ &]
    [< *]   [~ &]   [    ]", + "options": [ + "[< *]", + "[< (]", + "[! (]", + "[< &]", + "[> %]", + "[% >]", + "[~ &]", + "[( <]" + ], + "correct": 4, + "prob_ind": 70 + }, + { + "prompt": "[* :]   [! ~]   [( (]
    [! ~]   [( (]   [< *]
    [( (]   [< *]   [    ]", + "options": [ + "[< ~]", + "[< :]", + "[> %]", + "[( ~]", + "[> ~]", + "[! (]", + "[~ %]", + "[( (]" + ], + "correct": 6, + "prob_ind": 71 + }, + { + "prompt": "[% :]   [* ~]   [( (]
    [* ~]   [( (]   [~ *]
    [( (]   [~ *]   [    ]", + "options": [ + "[: %]", + "[~ (]", + "[~ *]", + "[* ~]", + "[% *]", + "[% :]", + "[% ~]", + "[( ~]" + ], + "correct": 0, + "prob_ind": 72 + }, + { + "prompt": "[& :]   [* ~]   [! (]
    [* ~]   [! (]   [( *]
    [! (]   [( *]   [    ]", + "options": [ + "[< %]", + "[! %]", + "[~ %]", + "[~ *]", + "[< &]", + "[% <]", + "[* (]", + "[~ &]" + ], + "correct": 0, + "prob_ind": 73 + }, + { + "prompt": "[% <]   [& ~]   [* >]
    [& ~]   [* >]   [! :]
    [* >]   [! :]   [    ]", + "options": [ + "[$ *]", + "[> *]", + "[~ :]", + "[* >]", + "[$ (]", + "[% <]", + "[( $]", + "[* :]" + ], + "correct": 6, + "prob_ind": 74 + }, + { + "prompt": "[< :]   [( >]   [! ~]
    [( >]   [! ~]   [* <]
    [! ~]   [* <]   [    ]", + "options": [ + "[< *]", + "[( &]", + "[< ~]", + "[! !]", + "[! ~]", + "[( !]", + "[& (]", + "[( %]" + ], + "correct": 6, + "prob_ind": 75 + }, + { + "prompt": "[& :]   [! ~]   [< (]
    [! ~]   [< (]   [> *]
    [< (]   [> *]   [    ]", + "options": [ + "[! ~]", + "[% ~]", + "[$ %]", + "[: %]", + "[% $]", + "[( !]", + "[% *]", + "[> (]" + ], + "correct": 2, + "prob_ind": 76 + }, + { + "prompt": "[: (]   [> <]   [~ ~]
    [> <]   [~ ~]   [< >]
    [~ ~]   [< >]   [    ]", + "options": [ + "[> ~]", + "[~ <]", + "[: &]", + "[( :]", + "[* :]", + "[$ <]", + "[( ~]", + "[: <]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[% $]   [& >]   [* <]
    [& >]   [* <]   [! !]
    [* <]   [! !]   [    ]", + "options": [ + "[: <]", + "[% ~]", + "[( &]", + "[& <]", + "[! <]", + "[* >]", + "[* <]", + "[& ~]" + ], + "correct": 2, + "prob_ind": 78 + }, + { + "prompt": "[! $]   [( :]   [< >]
    [( :]   [< >]   [~ ~]
    [< >]   [~ ~]   [    ]", + "options": [ + "[$ <]", + "[: <]", + "[~ ~]", + "[! ~]", + "[$ ~]", + "[< >]", + "[~ <]", + "[> <]" + ], + "correct": 7, + "prob_ind": 79 + }, + { + "prompt": "[: >]   [> ~]   [~ <]
    [> ~]   [~ <]   [< (]
    [~ <]   [< (]   [    ]", + "options": [ + "[( !]", + "[> >]", + "[~ <]", + "[! !]", + "[( <]", + "[> :]", + "[< ~]", + "[< (]" + ], + "correct": 0, + "prob_ind": 80 + }, + { + "prompt": "[$ <]   [: (]   [> !]
    [: (]   [> !]   [~ *]
    [> !]   [~ *]   [    ]", + "options": [ + "[~ &]", + "[! >]", + "[% <]", + "[& <]", + "[> *]", + "[< &]", + "[: *]", + "[* ~]" + ], + "correct": 5, + "prob_ind": 81 + }, + { + "prompt": "[$ $]   [: >]   [> <]
    [: >]   [> <]   [~ !]
    [> <]   [~ !]   [    ]", + "options": [ + "[> <]", + "[* >]", + "[< &]", + "[~ !]", + "[$ $]", + "[< >]", + "[< *]", + "[! &]" + ], + "correct": 2, + "prob_ind": 82 + }, + { + "prompt": "[( %]   [! *]   [* (]
    [! *]   [* (]   [& ~]
    [* (]   [& ~]   [    ]", + "options": [ + "[> :]", + "[& (]", + "[( (]", + "[! (]", + "[~ %]", + "[: >]", + "[% :]", + "[( !]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[~ (]   [< <]   [( ~]
    [< <]   [( ~]   [! >]
    [( ~]   [! >]   [    ]", + "options": [ + "[> !]", + "[< <]", + "[: *]", + "[: (]", + "[( ~]", + "[~ (]", + "[( :]", + "[* :]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[! ~]   [( <]   [< (]
    [( <]   [< (]   [~ !]
    [< (]   [~ !]   [    ]", + "options": [ + "[> *]", + "[* (]", + "[$ &]", + "[$ *]", + "[* &]", + "[( <]", + "[! (]", + "[< (]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[> &]   [~ !]   [< <]
    [~ !]   [< <]   [( >]
    [< <]   [( >]   [    ]", + "options": [ + "[< (]", + "[$ !]", + "[! $]", + "[< !]", + "[< <]", + "[> (]", + "[( !]", + "[> &]" + ], + "correct": 2, + "prob_ind": 86 + }, + { + "prompt": "[! >]   [( ~]   [< <]
    [( ~]   [< <]   [~ (]
    [< <]   [~ (]   [    ]", + "options": [ + "[~ (]", + "[~ <]", + "[$ !]", + "[> !]", + "[( <]", + "[( (]", + "[! >]", + "[! (]" + ], + "correct": 3, + "prob_ind": 87 + }, + { + "prompt": "[< *]   [( !]   [! (]
    [( !]   [! (]   [* <]
    [! (]   [* <]   [    ]", + "options": [ + "[& <]", + "[& >]", + "[& ~]", + "[> *]", + "[~ &]", + "[& (]", + "[* >]", + "[! (]" + ], + "correct": 2, + "prob_ind": 88 + }, + { + "prompt": "[% (]   [& !]   [* *]
    [& !]   [* *]   [! &]
    [* *]   [! &]   [    ]", + "options": [ + "[* *]", + "[& (]", + "[& *]", + "[* &]", + "[* %]", + "[( %]", + "[& &]", + "[! %]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[: &]   [> !]   [~ <]
    [> !]   [~ <]   [< >]
    [~ <]   [< >]   [    ]", + "options": [ + "[~ ~]", + "[> <]", + "[$ (]", + "[< <]", + "[< ~]", + "[( :]", + "[$ $]", + "[( $]" + ], + "correct": 7, + "prob_ind": 90 + }, + { + "prompt": "[% %]   [* &]   [( *]
    [* &]   [( *]   [~ !]
    [( *]   [~ !]   [    ]", + "options": [ + "[( *]", + "[~ (]", + "[$ !]", + "[~ %]", + "[% &]", + "[~ *]", + "[* (]", + "[: (]" + ], + "correct": 7, + "prob_ind": 91 + }, + { + "prompt": "[: %]   [> &]   [~ *]
    [> &]   [~ *]   [< !]
    [~ *]   [< !]   [    ]", + "options": [ + "[( &]", + "[> >]", + "[$ &]", + "[< &]", + "[> &]", + "[& >]", + "[$ >]", + "[( (]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[$ $]   [> :]   [< >]
    [> :]   [< >]   [! ~]
    [< >]   [! ~]   [    ]", + "options": [ + "[~ !]", + "[: >]", + "[$ $]", + "[< &]", + "[! $]", + "[& !]", + "[& <]", + "[< >]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[$ (]   [> <]   [< ~]
    [> <]   [< ~]   [! >]
    [< ~]   [! >]   [    ]", + "options": [ + "[: ~]", + "[% $]", + "[! >]", + "[! :]", + "[$ ~]", + "[& :]", + "[$ (]", + "[< >]" + ], + "correct": 5, + "prob_ind": 94 + }, + { + "prompt": "[* !]   [! (]   [( <]
    [! (]   [( <]   [< ~]
    [( <]   [< ~]   [    ]", + "options": [ + "[> >]", + "[< (]", + "[~ >]", + "[& (]", + "[> ~]", + "[( !]", + "[( &]", + "[( ~]" + ], + "correct": 2, + "prob_ind": 95 + }, + { + "prompt": "[$ <]   [> (]   [< !]
    [> (]   [< !]   [! *]
    [< !]   [! *]   [    ]", + "options": [ + "[! <]", + "[! %]", + "[< !]", + "[% <]", + "[& &]", + "[> ~]", + "[* !]", + "[< %]" + ], + "correct": 4, + "prob_ind": 96 + }, + { + "prompt": "[< !]   [~ (]   [> <]
    [~ (]   [> <]   [: ~]
    [> <]   [: ~]   [    ]", + "options": [ + "[> $]", + "[$ %]", + "[$ >]", + "[~ <]", + "[> <]", + "[: <]", + "[: %]", + "[% $]" + ], + "correct": 2, + "prob_ind": 97 + }, + { + "prompt": "[* %]   [! *]   [( (]
    [! *]   [( (]   [< ~]
    [( (]   [< ~]   [    ]", + "options": [ + "[~ ~]", + "[! *]", + "[~ :]", + "[: ~]", + "[~ (]", + "[* (]", + "[* *]", + "[( ~]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[: (]   [~ <]   [( ~]
    [~ <]   [( ~]   [* >]
    [( ~]   [* >]   [    ]", + "options": [ + "[> *]", + "[$ *]", + "[% :]", + "[* :]", + "[~ %]", + "[: %]", + "[$ %]", + "[: *]" + ], + "correct": 2, + "prob_ind": 99 + } + ], + "three_rule_comb0": [ + { + "prompt": "[< ( <]   [( ! <]   [& : <]
    [< ( ~]   [( ! ~]   [& : ~]
    [< ( :]   [( ! :]   [      ]", + "options": [ + "[! ( :]", + "[& > :]", + "[* % (]", + "[& : $]", + "[< ( <]", + "[& : :]", + "[! : :]", + "[< : &]" + ], + "correct": 5, + "prob_ind": 0 + }, + { + "prompt": "[( & &]   [( & <]   [( & %]
    [$ $ &]   [$ $ <]   [$ $ %]
    [! % &]   [! % <]   [      ]", + "options": [ + "[! % %]", + "[$ < <]", + "[$ $ <]", + "[$ < (]", + "[% ! %]", + "[$ < $]", + "[< > &]", + "[! % <]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[! % &]   [~ % &]   [* % &]
    [! ! (]   [~ ! (]   [* ! (]
    [! $ %]   [~ $ %]   [      ]", + "options": [ + "[* % &]", + "[! $ (]", + "[! ! (]", + "[% $ ~]", + "[* $ %]", + "[! $ &]", + "[~ ~ &]", + "[! ( !]" + ], + "correct": 4, + "prob_ind": 2 + }, + { + "prompt": "[~ $ :]   [~ $ :]   [~ $ :]
    [> * !]   [> * !]   [> * !]
    [$ > *]   [$ > *]   [      ]", + "options": [ + "[~ * :]", + "[$ > *]", + "[> * !]", + "[: ~ $]", + "[$ ~ :]", + "[% $ (]", + "[> ~ $]", + "[* ! >]" + ], + "correct": 1, + "prob_ind": 3 + }, + { + "prompt": "[! : !]   [! > :]   [! % <]
    [& : !]   [& > :]   [& % <]
    [: : !]   [: > :]   [      ]", + "options": [ + "[! > !]", + "[: % <]", + "[& : %]", + "[< * <]", + "[& > !]", + "[< % :]", + "[< % <]", + "[: % !]" + ], + "correct": 1, + "prob_ind": 4 + }, + { + "prompt": "[! & :]   [< ( &]   [~ % $]
    [! & :]   [< ( &]   [~ % $]
    [! & :]   [< ( &]   [      ]", + "options": [ + "[% $ ~]", + "[$ % ~]", + "[~ ( &]", + "[~ % $]", + "[! & :]", + "[! & &]", + "[! & $]", + "[* ( %]" + ], + "correct": 3, + "prob_ind": 5 + }, + { + "prompt": "[~ ( *]   [~ % $]   [~ $ :]
    [$ ( *]   [$ % $]   [$ $ :]
    [( ( *]   [( % $]   [      ]", + "options": [ + "[$ : (]", + "[$ $ (]", + "[: $ (]", + "[( $ >]", + "[& * $]", + "[$ > (]", + "[( $ :]", + "[$ ~ ~]" + ], + "correct": 6, + "prob_ind": 6 + }, + { + "prompt": "[( : <]   [* ! ~]   [: > &]
    [( : <]   [* ! ~]   [: > &]
    [( : <]   [* ! ~]   [      ]", + "options": [ + "[> : &]", + "[& * ~]", + "[( ! ~]", + "[! ( ~]", + "[* ! :]", + "[& ~ *]", + "[: > &]", + "[! * ~]" + ], + "correct": 6, + "prob_ind": 7 + }, + { + "prompt": "[% ! <]   [( & $]   [* < !]
    [% ! <]   [( & $]   [* < !]
    [% ! <]   [( & $]   [      ]", + "options": [ + "[( & $]", + "[< % !]", + "[( & :]", + "[( * $]", + "[! < *]", + "[& ( :]", + "[& ~ !]", + "[* < !]" + ], + "correct": 7, + "prob_ind": 8 + }, + { + "prompt": "[( ! :]   [( ! !]   [( ! (]
    [! : :]   [! : !]   [! : (]
    [: $ :]   [: $ !]   [      ]", + "options": [ + "[$ : :]", + "[< ! :]", + "[$ * *]", + "[: $ (]", + "[( ( !]", + "[$ ( *]", + "[! ! :]", + "[( ! :]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[> ! ~]   [! ! ~]   [& ! ~]
    [> ~ *]   [! ~ *]   [& ~ *]
    [> < >]   [! < >]   [      ]", + "options": [ + "[> ! (]", + "[! & ~]", + "[> & <]", + "[& : *]", + "[& < >]", + "[$ * &]", + "[& > <]", + "[> < >]" + ], + "correct": 4, + "prob_ind": 10 + }, + { + "prompt": "[: > %]   [~ > %]   [$ > %]
    [: : <]   [~ : <]   [$ : <]
    [: & !]   [~ & !]   [      ]", + "options": [ + "[$ & <]", + "[~ $ <]", + "[: > *]", + "[$ & !]", + "[! $ &]", + "[~ > %]", + "[! & $]", + "[~ $ *]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[% ( &]   [% ( &]   [% ( &]
    [* & *]   [* & *]   [* & *]
    [& < (]   [& < (]   [      ]", + "options": [ + "[% ( *]", + "[! < (]", + "[& ( &]", + "[( & (]", + "[& ~ (]", + "[& < (]", + "[& * *]", + "[( & <]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[% < >]   [% < &]   [% < $]
    [$ * >]   [$ * &]   [$ * $]
    [> > >]   [> > &]   [      ]", + "options": [ + "[> < $]", + "[> > ~]", + "[$ & *]", + "[> & >]", + "[$ * >]", + "[> > >]", + "[> > $]", + "[> $ >]" + ], + "correct": 6, + "prob_ind": 13 + }, + { + "prompt": "[& % &]   [& % (]   [& % <]
    [% ~ &]   [% ~ (]   [% ~ <]
    [( $ &]   [( $ (]   [      ]", + "options": [ + "[* < &]", + "[( $ <]", + "[$ ( <]", + "[( $ (]", + "[( < $]", + "[$ < (]", + "[% ~ &]", + "[( % (]" + ], + "correct": 1, + "prob_ind": 14 + }, + { + "prompt": "[* $ :]   [* $ :]   [* $ :]
    [& ~ %]   [& ~ %]   [& ~ %]
    [( > *]   [( > *]   [      ]", + "options": [ + "[( & %]", + "[> < (]", + "[& ( %]", + "[& % ~]", + "[( ~ *]", + "[( > *]", + "[* $ :]", + "[& $ %]" + ], + "correct": 5, + "prob_ind": 15 + }, + { + "prompt": "[: : :]   [: : >]   [: : &]
    [% ~ :]   [% ~ >]   [% ~ &]
    [~ ! :]   [~ ! >]   [      ]", + "options": [ + "[: : :]", + "[% ~ >]", + "[> ~ $]", + "[: : &]", + "[$ $ :]", + "[: ~ :]", + "[~ ! &]", + "[~ * &]" + ], + "correct": 6, + "prob_ind": 16 + }, + { + "prompt": "[~ $ *]   [~ $ <]   [~ $ (]
    [% ( *]   [% ( <]   [% ( (]
    [: * *]   [: * <]   [      ]", + "options": [ + "[% ( *]", + "[: * (]", + "[< % (]", + "[: * !]", + "[( * :]", + "[( $ (]", + "[< : *]", + "[% ( <]" + ], + "correct": 1, + "prob_ind": 17 + }, + { + "prompt": "[& < ~]   [& & *]   [& > >]
    [$ < ~]   [$ & *]   [$ > >]
    [< < ~]   [< & *]   [      ]", + "options": [ + "[< < >]", + "[& & >]", + "[> > >]", + "[> > $]", + "[~ $ <]", + "[> > <]", + "[< > <]", + "[< > >]" + ], + "correct": 7, + "prob_ind": 18 + }, + { + "prompt": "[& $ >]   [! $ <]   [< $ !]
    [& ( >]   [! ( <]   [< ( !]
    [& ~ >]   [! ~ <]   [      ]", + "options": [ + "[$ ~ $]", + "[$ ( !]", + "[< ( !]", + "[< ~ !]", + "[< ~ &]", + "[! ( !]", + "[& ( >]", + "[% > >]" + ], + "correct": 3, + "prob_ind": 19 + }, + { + "prompt": "[$ ! %]   [$ $ *]   [$ * (]
    [% ! %]   [% $ *]   [% * (]
    [* ! %]   [* $ *]   [      ]", + "options": [ + "[* * (]", + "[< & ~]", + "[$ $ :]", + "[( * %]", + "[% ! %]", + "[! & ~]", + "[% $ *]", + "[> & (]" + ], + "correct": 0, + "prob_ind": 20 + }, + { + "prompt": "[& $ (]   [& $ (]   [& $ (]
    [% % :]   [% % :]   [% % :]
    [> & %]   [> & %]   [      ]", + "options": [ + "[( ~ *]", + "[& : $]", + "[> & %]", + "[% % :]", + "[> % &]", + "[& $ (]", + "[* $ %]", + "[& $ :]" + ], + "correct": 2, + "prob_ind": 21 + }, + { + "prompt": "[* $ ~]   [* ( ~]   [* & ~]
    [< $ $]   [< ( $]   [< & $]
    [: $ &]   [: ( &]   [      ]", + "options": [ + "[* ~ (]", + "[* % ~]", + "[( * ~]", + "[* % :]", + "[$ : &]", + "[: & &]", + "[* ~ %]", + "[< : !]" + ], + "correct": 5, + "prob_ind": 22 + }, + { + "prompt": "[! > *]   [$ : *]   [* & *]
    [! > <]   [$ : <]   [* & <]
    [! > !]   [$ : !]   [      ]", + "options": [ + "[& * *]", + "[: < $]", + "[< > %]", + "[$ : !]", + "[* & !]", + "[* ( &]", + "[* & *]", + "[& > !]" + ], + "correct": 4, + "prob_ind": 23 + }, + { + "prompt": "[& : <]   [& : <]   [& : <]
    [* < (]   [* < (]   [* < (]
    [~ > &]   [~ > &]   [      ]", + "options": [ + "[* < (]", + "[& < (]", + "[* < *]", + "[~ > &]", + "[& : <]", + "[< % !]", + "[~ > !]", + "[& < <]" + ], + "correct": 3, + "prob_ind": 24 + }, + { + "prompt": "[! : (]   [% : (]   [& : (]
    [! * $]   [% * $]   [& * $]
    [! ( !]   [% ( !]   [      ]", + "options": [ + "[& ( <]", + "[% : (]", + "[! & (]", + "[( & :]", + "[% & (]", + "[& ( !]", + "[> ( (]", + "[! ( !]" + ], + "correct": 5, + "prob_ind": 25 + }, + { + "prompt": "[> ~ $]   [! ~ $]   [: ~ $]
    [> % <]   [! % <]   [: % <]
    [> $ ~]   [! $ ~]   [      ]", + "options": [ + "[& : $]", + "[: $ ~]", + "[< % >]", + "[~ $ :]", + "[> $ ~]", + "[% < >]", + "[> < %]", + "[> % $]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[> $ (]   [> % (]   [> ! (]
    [& $ <]   [& % <]   [& ! <]
    [( $ !]   [( % !]   [      ]", + "options": [ + "[> ( !]", + "[( $ !]", + "[! ( !]", + "[( ! >]", + "[! ! (]", + "[( ! !]", + "[% & $]", + "[& % <]" + ], + "correct": 5, + "prob_ind": 27 + }, + { + "prompt": "[~ > :]   [~ * ~]   [~ ( &]
    [( > :]   [( * ~]   [( ( &]
    [: > :]   [: * ~]   [      ]", + "options": [ + "[~ ( &]", + "[: ( !]", + "[$ ( !]", + "[~ ( !]", + "[~ ( *]", + "[( > >]", + "[: ( *]", + "[: ( &]" + ], + "correct": 7, + "prob_ind": 28 + }, + { + "prompt": "[& ! :]   [~ ! :]   [* ! :]
    [& > &]   [~ > &]   [* > &]
    [& % (]   [~ % (]   [      ]", + "options": [ + "[( ~ %]", + "[* % (]", + "[& % (]", + "[( ~ (]", + "[* & (]", + "[~ > &]", + "[* % *]", + "[* ! :]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[$ * $]   [: & :]   [~ > !]
    [$ * $]   [: & :]   [~ > !]
    [$ * $]   [: & :]   [      ]", + "options": [ + "[~ $ !]", + "[~ > !]", + "[~ > *]", + "[: : &]", + "[* $ !]", + "[$ % :]", + "[* $ :]", + "[$ * :]" + ], + "correct": 1, + "prob_ind": 30 + }, + { + "prompt": "[$ : *]   [* < *]   [& & *]
    [$ : <]   [* < <]   [& & <]
    [$ : :]   [* < :]   [      ]", + "options": [ + "[$ < <]", + "[< $ $]", + "[: : <]", + "[* < *]", + "[* < :]", + "[$ ~ *]", + "[$ $ <]", + "[& & :]" + ], + "correct": 7, + "prob_ind": 31 + }, + { + "prompt": "[< > &]   [! * (]   [( : :]
    [< > &]   [! * (]   [( : :]
    [< > &]   [! * (]   [      ]", + "options": [ + "[( ! :]", + "[: : (]", + "[& > <]", + "[: ( :]", + "[( ! *]", + "[: > :]", + "[( > :]", + "[( : :]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[* > !]   [* > !]   [* > !]
    [$ % :]   [$ % :]   [$ % :]
    [% < <]   [% < <]   [      ]", + "options": [ + "[( ( >]", + "[* > :]", + "[! % (]", + "[% < <]", + "[$ % :]", + "[$ & :]", + "[* > !]", + "[> ! *]" + ], + "correct": 3, + "prob_ind": 33 + }, + { + "prompt": "[: ( (]   [: ! (]   [: : (]
    [! ( :]   [! ! :]   [! : :]
    [& ( %]   [& ! %]   [      ]", + "options": [ + "[! % &]", + "[% : &]", + "[: : :]", + "[& ! *]", + "[% : %]", + "[& : %]", + "[: % &]", + "[& ~ %]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[* & <]   [* & &]   [* & %]
    [% % <]   [% % &]   [% % %]
    [< : <]   [< : &]   [      ]", + "options": [ + "[: < %]", + "[% % %]", + "[& ! &]", + "[< > %]", + "[> : %]", + "[> ! %]", + "[< : %]", + "[> > &]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[< < $]   [< < $]   [< < $]
    [% > !]   [% > !]   [% > !]
    [& ( :]   [& ( :]   [      ]", + "options": [ + "[> < ~]", + "[% < $]", + "[% < !]", + "[& ( $]", + "[& ( :]", + "[! > %]", + "[& ( &]", + "[( : &]" + ], + "correct": 4, + "prob_ind": 36 + }, + { + "prompt": "[~ ( *]   [~ : *]   [~ ~ *]
    [: ( <]   [: : <]   [: ~ <]
    [& ( (]   [& : (]   [      ]", + "options": [ + "[& ( ~]", + "[$ ( <]", + "[& ~ (]", + "[> : *]", + "[& ( *]", + "[~ ~ *]", + "[~ : *]", + "[~ ( *]" + ], + "correct": 2, + "prob_ind": 37 + }, + { + "prompt": "[& % >]   [& ( (]   [& > $]
    [! % >]   [! ( (]   [! > $]
    [: % >]   [: ( (]   [      ]", + "options": [ + "[$ & ~]", + "[& $ >]", + "[! ( (]", + "[: > $]", + "[> > $]", + "[( & (]", + "[: ~ $]", + "[! < (]" + ], + "correct": 3, + "prob_ind": 38 + }, + { + "prompt": "[< ! (]   [< ! <]   [< ! &]
    [% $ (]   [% $ <]   [% $ &]
    [: : (]   [: : <]   [      ]", + "options": [ + "[% $ &]", + "[% $ ~]", + "[: : &]", + "[% $ (]", + "[< ( &]", + "[: $ &]", + "[* $ &]", + "[& $ &]" + ], + "correct": 2, + "prob_ind": 39 + }, + { + "prompt": "[> & *]   [& & *]   [$ & *]
    [> ~ &]   [& ~ &]   [$ ~ &]
    [> ( (]   [& ( (]   [      ]", + "options": [ + "[~ ! &]", + "[& > &]", + "[> & (]", + "[$ * (]", + "[& > %]", + "[> & *]", + "[$ ( (]", + "[& > *]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[* * %]   [! * %]   [% * %]
    [* $ $]   [! $ $]   [% $ $]
    [* & >]   [! & >]   [      ]", + "options": [ + "[> & %]", + "[* & >]", + "[% & >]", + "[% & <]", + "[% % <]", + "[% > &]", + "[* > >]", + "[* $ $]" + ], + "correct": 2, + "prob_ind": 41 + }, + { + "prompt": "[( $ >]   [( $ >]   [( $ >]
    [& & &]   [& & &]   [& & &]
    [> % ~]   [> % ~]   [      ]", + "options": [ + "[( > >]", + "[& & >]", + "[> % ~]", + "[> $ (]", + "[$ % ~]", + "[( & >]", + "[& > (]", + "[( $ >]" + ], + "correct": 2, + "prob_ind": 42 + }, + { + "prompt": "[> $ *]   [% ! *]   [! % *]
    [> $ &]   [% ! &]   [! % &]
    [> $ !]   [% ! !]   [      ]", + "options": [ + "[$ > &]", + "[$ $ !]", + "[% % !]", + "[! ! %]", + "[* % *]", + "[! % !]", + "[% ! !]", + "[% & !]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[< ! $]   [< ! !]   [< ! %]
    [! * $]   [! * !]   [! * %]
    [$ & $]   [$ & !]   [      ]", + "options": [ + "[< $ !]", + "[> ! <]", + "[! & $]", + "[$ & %]", + "[! * *]", + "[< & %]", + "[$ ! <]", + "[$ % %]" + ], + "correct": 3, + "prob_ind": 44 + }, + { + "prompt": "[> < &]   [> * &]   [> > &]
    [% < %]   [% * %]   [% > %]
    [: < *]   [: * *]   [      ]", + "options": [ + "[* > >]", + "[> > !]", + "[* : >]", + "[: > *]", + "[> > %]", + "[: > &]", + "[: < %]", + "[> * :]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[> ( %]   [: $ !]   [* ~ ~]
    [> ( %]   [: $ !]   [* ~ ~]
    [> ( %]   [: $ !]   [      ]", + "options": [ + "[* ( ~]", + "[* ~ ~]", + "[~ $ !]", + "[$ ~ !]", + "[( > %]", + "[( $ !]", + "[~ $ %]", + "[> $ %]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[& $ ~]   [* & ~]   [> * ~]
    [& $ *]   [* & *]   [> * *]
    [& $ >]   [* & >]   [      ]", + "options": [ + "[> % >]", + "[& & *]", + "[! & >]", + "[* $ >]", + "[: > %]", + "[> * >]", + "[* > >]", + "[& $ *]" + ], + "correct": 5, + "prob_ind": 47 + }, + { + "prompt": "[( > >]   [* * >]   [: ! >]
    [( > *]   [* * *]   [: ! *]
    [( > <]   [* * <]   [      ]", + "options": [ + "[~ ! <]", + "[: < *]", + "[> ! <]", + "[* > >]", + "[! > :]", + "[! < :]", + "[~ ! >]", + "[: ! <]" + ], + "correct": 7, + "prob_ind": 48 + }, + { + "prompt": "[! * !]   [< * !]   [( * !]
    [! : ~]   [< : ~]   [( : ~]
    [! ( $]   [< ( $]   [      ]", + "options": [ + "[( * ~]", + "[( ( ~]", + "[< * $]", + "[( ~ $]", + "[( ( $]", + "[< ( $]", + "[< : ~]", + "[< $ ~]" + ], + "correct": 4, + "prob_ind": 49 + }, + { + "prompt": "[> ( &]   [% : :]   [: ! >]
    [> ( &]   [% : :]   [: ! >]
    [> ( &]   [% : :]   [      ]", + "options": [ + "[: > (]", + "[> : (]", + "[% : :]", + "[> ( >]", + "[: ! >]", + "[> ( :]", + "[: ( &]", + "[: % :]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[% > $]   [$ > $]   [* > $]
    [% * :]   [$ * :]   [* * :]
    [% & >]   [$ & >]   [      ]", + "options": [ + "[* * >]", + "[! * >]", + "[! & >]", + "[* > :]", + "[* > ~]", + "[% * :]", + "[* & >]", + "[> $ *]" + ], + "correct": 6, + "prob_ind": 51 + }, + { + "prompt": "[! & $]   [! % $]   [! < $]
    [* & >]   [* % >]   [* < >]
    [$ & <]   [$ % <]   [      ]", + "options": [ + "[$ < <]", + "[* $ !]", + "[* > >]", + "[& * >]", + "[: ( (]", + "[! $ &]", + "[! $ *]", + "[! $ !]" + ], + "correct": 0, + "prob_ind": 52 + }, + { + "prompt": "[> : $]   [> : $]   [> : $]
    [$ > <]   [$ > <]   [$ > <]
    [: ! >]   [: ! >]   [      ]", + "options": [ + "[! > :]", + "[! : :]", + "[$ : $]", + "[> > $]", + "[$ > :]", + "[> : $]", + "[> $ :]", + "[: ! >]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[! * (]   [! : (]   [! $ (]
    [& * %]   [& : %]   [& $ %]
    [( * &]   [( : &]   [      ]", + "options": [ + "[( : &]", + "[& : %]", + "[& * %]", + "[( $ &]", + "[< $ &]", + "[& $ (]", + "[$ & <]", + "[* & (]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[% < &]   [% : $]   [% ( ~]
    [$ < &]   [$ : $]   [$ ( ~]
    [> < &]   [> : $]   [      ]", + "options": [ + "[~ > ~]", + "[% ~ !]", + "[% ! ~]", + "[! ~ %]", + "[> ~ ~]", + "[> ( ~]", + "[> < ~]", + "[~ ( >]" + ], + "correct": 5, + "prob_ind": 55 + }, + { + "prompt": "[$ > !]   [* > :]   [> > >]
    [$ < !]   [* < :]   [> < >]
    [$ ! !]   [* ! :]   [      ]", + "options": [ + "[! ! >]", + "[> > >]", + "[$ ~ !]", + "[> ! >]", + "[* < :]", + "[< ! >]", + "[* ! >]", + "[* ! ~]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[< ! %]   [> ! :]   [% ! $]
    [< > %]   [> > :]   [% > $]
    [< ( %]   [> ( :]   [      ]", + "options": [ + "[% ( $]", + "[( % $]", + "[! : >]", + "[% < $]", + "[< % $]", + "[< > %]", + "[% > $]", + "[! $ >]" + ], + "correct": 0, + "prob_ind": 57 + }, + { + "prompt": "[! > *]   [! ( *]   [! & *]
    [~ > &]   [~ ( &]   [~ & &]
    [* > $]   [* ( $]   [      ]", + "options": [ + "[$ * &]", + "[* > !]", + "[& * $]", + "[* & $]", + "[! * &]", + "[> ! *]", + "[& $ *]", + "[! * >]" + ], + "correct": 3, + "prob_ind": 58 + }, + { + "prompt": "[: % (]   [& ( (]   [! * (]
    [: % >]   [& ( >]   [! * >]
    [: % ~]   [& ( ~]   [      ]", + "options": [ + "[& ( (]", + "[* $ %]", + "[! * ~]", + "[& ( :]", + "[* ~ !]", + "[~ ! (]", + "[: % (]", + "[! ~ *]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[! ! !]   [> ~ !]   [* < !]
    [! ! $]   [> ~ $]   [* < $]
    [! ! &]   [> ~ &]   [      ]", + "options": [ + "[* < &]", + "[& < &]", + "[! < &]", + "[~ ! >]", + "[> > !]", + "[< * &]", + "[~ < >]", + "[> ! ~]" + ], + "correct": 0, + "prob_ind": 60 + }, + { + "prompt": "[* ! :]   [* > !]   [* & %]
    [: ! :]   [: > !]   [: & %]
    [! ! :]   [! > !]   [      ]", + "options": [ + "[* ! >]", + "[: & %]", + "[! & %]", + "[$ & %]", + "[! % &]", + "[! & :]", + "[: & *]", + "[! > :]" + ], + "correct": 2, + "prob_ind": 61 + }, + { + "prompt": "[& > &]   [& > &]   [& > &]
    [> * !]   [> * !]   [> * !]
    [$ : <]   [$ : <]   [      ]", + "options": [ + "[: : <]", + "[$ ! :]", + "[$ < :]", + "[& > !]", + "[& > <]", + "[< ( ~]", + "[$ : <]", + "[> * &]" + ], + "correct": 6, + "prob_ind": 62 + }, + { + "prompt": "[$ : $]   [! ! $]   [< ~ $]
    [$ : %]   [! ! %]   [< ~ %]
    [$ : !]   [! ! !]   [      ]", + "options": [ + "[~ < :]", + "[$ ~ $]", + "[$ $ :]", + "[: $ :]", + "[< ~ $]", + "[: $ $]", + "[$ : :]", + "[< ~ !]" + ], + "correct": 7, + "prob_ind": 63 + }, + { + "prompt": "[& & ~]   [~ ( :]   [! < <]
    [& & ~]   [~ ( :]   [! < <]
    [& & ~]   [~ ( :]   [      ]", + "options": [ + "[( ( $]", + "[( ~ :]", + "[! < <]", + "[< ! <]", + "[< < !]", + "[> < %]", + "[& ~ &]", + "[& > (]" + ], + "correct": 2, + "prob_ind": 64 + }, + { + "prompt": "[$ ! &]   [> & &]   [& % &]
    [$ ! >]   [> & >]   [& % >]
    [$ ! ~]   [> & ~]   [      ]", + "options": [ + "[$ ~ &]", + "[$ & ~]", + "[& % <]", + "[$ % $]", + "[& % ~]", + "[& ~ $]", + "[& % >]", + "[& % &]" + ], + "correct": 4, + "prob_ind": 65 + }, + { + "prompt": "[< ( %]   [< ( %]   [< ( %]
    [> & :]   [> & :]   [> & :]
    [% : *]   [% : *]   [      ]", + "options": [ + "[( < %]", + "[< ! %]", + "[% ! :]", + "[% : *]", + "[> * :]", + "[< ! :]", + "[% : (]", + "[< ( %]" + ], + "correct": 3, + "prob_ind": 66 + }, + { + "prompt": "[* & &]   [$ & &]   [: & &]
    [* % !]   [$ % !]   [: % !]
    [* ! $]   [$ ! $]   [      ]", + "options": [ + "[: ! $]", + "[& & :]", + "[! $ :]", + "[$ & &]", + "[* & &]", + "[* % (]", + "[$ ! $]", + "[: & $]" + ], + "correct": 0, + "prob_ind": 67 + }, + { + "prompt": "[$ ! :]   [$ ! $]   [$ ! (]
    [& & :]   [& & $]   [& & (]
    [> < :]   [> < $]   [      ]", + "options": [ + "[~ > <]", + "[> < (]", + "[> < *]", + "[( > <]", + "[& & (]", + "[> ! :]", + "[> & (]", + "[$ ! >]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[( < <]   [! < &]   [* < >]
    [( ! <]   [! ! &]   [* ! >]
    [( & <]   [! & &]   [      ]", + "options": [ + "[! < (]", + "[& < *]", + "[* & >]", + "[! < &]", + "[< ( <]", + "[! ! <]", + "[! & &]", + "[* < &]" + ], + "correct": 2, + "prob_ind": 69 + }, + { + "prompt": "[% * >]   [* ~ >]   [: : >]
    [% * *]   [* ~ *]   [: : *]
    [% * !]   [* ~ !]   [      ]", + "options": [ + "[% & *]", + "[: : !]", + "[% ( *]", + "[% * !]", + "[% * (]", + "[% * <]", + "[$ : !]", + "[% * *]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[( ! &]   [% ! &]   [> ! &]
    [( ~ $]   [% ~ $]   [> ~ $]
    [( : ~]   [% : ~]   [      ]", + "options": [ + "[~ : >]", + "[~ : ~]", + "[& % !]", + "[: > ~]", + "[> : ~]", + "[~ > :]", + "[% ~ :]", + "[> ~ $]" + ], + "correct": 4, + "prob_ind": 71 + }, + { + "prompt": "[> & >]   [& & <]   [< & ~]
    [> ( >]   [& ( <]   [< ( ~]
    [> < >]   [& < <]   [      ]", + "options": [ + "[< ~ <]", + "[< < ~]", + "[& < (]", + "[& ( ~]", + "[* ( ~]", + "[~ < <]", + "[> ~ <]", + "[& ( <]" + ], + "correct": 1, + "prob_ind": 72 + }, + { + "prompt": "[~ ! $]   [~ ! $]   [~ ! $]
    [! ~ !]   [! ~ !]   [! ~ !]
    [& * :]   [& * :]   [      ]", + "options": [ + "[! ~ $]", + "[$ < ~]", + "[: & *]", + "[! ~ !]", + "[& * :]", + "[& : !]", + "[~ & *]", + "[$ ! ~]" + ], + "correct": 4, + "prob_ind": 73 + }, + { + "prompt": "[> : &]   [> : &]   [> : &]
    [~ & <]   [~ & <]   [~ & <]
    [& % >]   [& % >]   [      ]", + "options": [ + "[& % <]", + "[~ & &]", + "[% & >]", + "[> & %]", + "[> : %]", + "[& > :]", + "[& % >]", + "[> % &]" + ], + "correct": 6, + "prob_ind": 74 + }, + { + "prompt": "[! & (]   [! & (]   [! & (]
    [* > *]   [* > *]   [* > *]
    [~ $ !]   [~ $ !]   [      ]", + "options": [ + "[! > (]", + "[: ( *]", + "[& ! &]", + "[* > (]", + "[~ $ !]", + "[& $ :]", + "[> & *]", + "[* ( :]" + ], + "correct": 4, + "prob_ind": 75 + }, + { + "prompt": "[~ % :]   [$ % &]   [( % ~]
    [~ : :]   [$ : &]   [( : ~]
    [~ * :]   [$ * &]   [      ]", + "options": [ + "[& : $]", + "[( * ~]", + "[: ( <]", + "[~ & :]", + "[~ % :]", + "[( % &]", + "[: ~ *]", + "[: & $]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[: * %]   [! $ <]   [( ~ >]
    [: * %]   [! $ <]   [( ~ >]
    [: * %]   [! $ <]   [      ]", + "options": [ + "[( ~ >]", + "[* % :]", + "[( : >]", + "[! $ <]", + "[< ( $]", + "[! > <]", + "[> & :]", + "[( $ <]" + ], + "correct": 0, + "prob_ind": 77 + }, + { + "prompt": "[: & >]   [$ ( !]   [* > $]
    [: & >]   [$ ( !]   [* > $]
    [: & >]   [$ ( !]   [      ]", + "options": [ + "[$ & !]", + "[: & >]", + "[$ * !]", + "[* > $]", + "[* : ~]", + "[: ( !]", + "[~ $ &]", + "[> $ &]" + ], + "correct": 3, + "prob_ind": 78 + }, + { + "prompt": "[< % !]   [% % >]   [~ % *]
    [< ! !]   [% ! >]   [~ ! *]
    [< $ !]   [% $ >]   [      ]", + "options": [ + "[( % <]", + "[( % !]", + "[~ $ *]", + "[( $ *]", + "[* ~ %]", + "[( ~ ~]", + "[$ * ~]", + "[* $ ~]" + ], + "correct": 2, + "prob_ind": 79 + }, + { + "prompt": "[$ ( ~]   [$ ( *]   [$ ( >]
    [~ > ~]   [~ > *]   [~ > >]
    [& ! ~]   [& ! *]   [      ]", + "options": [ + "[> ! &]", + "[& ~ !]", + "[~ ! &]", + "[& ! >]", + "[~ ! !]", + "[~ * !]", + "[& ! ~]", + "[~ ( >]" + ], + "correct": 3, + "prob_ind": 80 + }, + { + "prompt": "[* ( ~]   [* ( ~]   [* ( ~]
    [> & >]   [> & >]   [> & >]
    [: * !]   [: * !]   [      ]", + "options": [ + "[> % >]", + "[: * !]", + "[! % :]", + "[( > &]", + "[* % :]", + "[* ( >]", + "[! * :]", + "[~ ( *]" + ], + "correct": 1, + "prob_ind": 81 + }, + { + "prompt": "[: % :]   [: ~ :]   [: ( :]
    [& % ~]   [& ~ ~]   [& ( ~]
    [* % $]   [* ~ $]   [      ]", + "options": [ + "[* ( $]", + "[( ~ &]", + "[* ~ $]", + "[% ( $]", + "[& ~ %]", + "[( : &]", + "[~ $ *]", + "[! : &]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[& ( :]   [& ~ :]   [& $ :]
    [( ( <]   [( ~ <]   [( $ <]
    [~ ( >]   [~ ~ >]   [      ]", + "options": [ + "[( $ <]", + "[~ $ >]", + "[: ( >]", + "[~ ( >]", + "[$ < (]", + "[$ < <]", + "[( ( :]", + "[< $ <]" + ], + "correct": 1, + "prob_ind": 83 + }, + { + "prompt": "[& ( %]   [! ~ %]   [: > %]
    [& ( >]   [! ~ >]   [: > >]
    [& ( <]   [! ~ <]   [      ]", + "options": [ + "[: > <]", + "[< ~ %]", + "[( % >]", + "[: ~ %]", + "[> : >]", + "[: > >]", + "[: > %]", + "[! ~ >]" + ], + "correct": 0, + "prob_ind": 84 + }, + { + "prompt": "[~ % $]   [~ ( %]   [~ $ >]
    [> % $]   [> ( %]   [> $ >]
    [: % $]   [: ( %]   [      ]", + "options": [ + "[: ( $]", + "[~ ! %]", + "[$ > :]", + "[: $ >]", + "[$ % >]", + "[> ( %]", + "[$ > >]", + "[: % %]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[< * <]   [! * &]   [~ * >]
    [< < <]   [! < &]   [~ < >]
    [< > <]   [! > &]   [      ]", + "options": [ + "[< < >]", + "[* > &]", + "[~ $ ~]", + "[~ > :]", + "[> > >]", + "[~ > <]", + "[~ > >]", + "[! ~ &]" + ], + "correct": 6, + "prob_ind": 86 + }, + { + "prompt": "[$ $ (]   [$ $ %]   [$ $ $]
    [! % (]   [! % %]   [! % $]
    [~ & (]   [~ & %]   [      ]", + "options": [ + "[% < >]", + "[$ ~ &]", + "[& $ ~]", + "[: ~ &]", + "[& ~ $]", + "[~ & $]", + "[~ $ &]", + "[: % ~]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[! < (]   [: > (]   [& ! (]
    [! < %]   [: > %]   [& ! %]
    [! < >]   [: > >]   [      ]", + "options": [ + "[: > >]", + "[& > !]", + "[: : >]", + "[> : >]", + "[< ! (]", + "[& ! >]", + "[> < !]", + "[% ! <]" + ], + "correct": 5, + "prob_ind": 88 + }, + { + "prompt": "[% % :]   [% % %]   [% % $]
    [~ ( :]   [~ ( %]   [~ ( $]
    [* & :]   [* & %]   [      ]", + "options": [ + "[* & $]", + "[~ ( $]", + "[% $ %]", + "[: : $]", + "[$ * &]", + "[% & *]", + "[& $ *]", + "[~ ( %]" + ], + "correct": 0, + "prob_ind": 89 + }, + { + "prompt": "[: > ~]   [: > ~]   [: > ~]
    [& * &]   [& * &]   [& * &]
    [* % >]   [* % >]   [      ]", + "options": [ + "[* ( >]", + "[: : ~]", + "[* % >]", + "[* ! >]", + "[: ~ ~]", + "[: > >]", + "[* & >]", + "[: > ~]" + ], + "correct": 2, + "prob_ind": 90 + }, + { + "prompt": "[: > %]   [> > %]   [( > %]
    [: $ $]   [> $ $]   [( $ $]
    [: % (]   [> % (]   [      ]", + "options": [ + "[( ( %]", + "[( $ :]", + "[% ( (]", + "[% & !]", + "[( % (]", + "[% ! !]", + "[% ! &]", + "[( $ $]" + ], + "correct": 4, + "prob_ind": 91 + }, + { + "prompt": "[: % <]   [: % $]   [: % &]
    [& ! <]   [& ! $]   [& ! &]
    [< ( <]   [< ( $]   [      ]", + "options": [ + "[< ( &]", + "[$ ! &]", + "[$ & <]", + "[> ( &]", + "[~ ( &]", + "[: % &]", + "[< ( <]", + "[< : <]" + ], + "correct": 0, + "prob_ind": 92 + }, + { + "prompt": "[( * $]   [& % $]   [% : $]
    [( * %]   [& % %]   [% : %]
    [( * *]   [& % *]   [      ]", + "options": [ + "[% : *]", + "[% : (]", + "[% : <]", + "[% * :]", + "[& * %]", + "[( * *]", + "[$ ! ~]", + "[$ < ~]" + ], + "correct": 0, + "prob_ind": 93 + }, + { + "prompt": "[! & (]   [< * !]   [% ! <]
    [! & (]   [< * !]   [% ! <]
    [! & (]   [< * !]   [      ]", + "options": [ + "[< * !]", + "[< ! !]", + "[% ! <]", + "[( & &]", + "[( & !]", + "[( & (]", + "[* ! <]", + "[! < %]" + ], + "correct": 2, + "prob_ind": 94 + }, + { + "prompt": "[% & <]   [$ & <]   [> & <]
    [% > (]   [$ > (]   [> > (]
    [% $ *]   [$ $ *]   [      ]", + "options": [ + "[% & <]", + "[( $ >]", + "[: $ *]", + "[$ $ *]", + "[> $ !]", + "[> $ *]", + "[$ > (]", + "[% & (]" + ], + "correct": 5, + "prob_ind": 95 + }, + { + "prompt": "[% : $]   [% : (]   [% : >]
    [~ ~ $]   [~ ~ (]   [~ ~ >]
    [$ > $]   [$ > (]   [      ]", + "options": [ + "[$ ~ ~]", + "[: * :]", + "[$ > >]", + "[% : $]", + "[: & :]", + "[( % :]", + "[~ ~ (]", + "[~ $ ~]" + ], + "correct": 2, + "prob_ind": 96 + }, + { + "prompt": "[( % *]   [( < $]   [( & :]
    [< % *]   [< < $]   [< & :]
    [* % *]   [* < $]   [      ]", + "options": [ + "[< > $]", + "[( & :]", + "[& ( :]", + "[* % $]", + "[: * $]", + "[: * &]", + "[* & :]", + "[< < $]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[* $ (]   [* $ >]   [* $ $]
    [$ * (]   [$ * >]   [$ * $]
    [( > (]   [( > >]   [      ]", + "options": [ + "[$ ( >]", + "[( > $]", + "[$ > (]", + "[> > (]", + "[( > >]", + "[( $ (]", + "[( > (]", + "[> $ (]" + ], + "correct": 1, + "prob_ind": 98 + }, + { + "prompt": "[! ~ !]   [! * *]   [! : &]
    [: ~ !]   [: * *]   [: : &]
    [< ~ !]   [< * *]   [      ]", + "options": [ + "[: & <]", + "[: : &]", + "[: < &]", + "[< : &]", + "[~ ! !]", + "[< ~ &]", + "[: * *]", + "[~ : !]" + ], + "correct": 3, + "prob_ind": 99 + } + ], + "three_rule_comb1": [ + { + "prompt": "[! * %]   [$ ( !]   [~ $ ~]
    [! * ~]   [$ ( %]   [~ $ !]
    [! * !]   [$ ( ~]   [      ]", + "options": [ + "[$ ( >]", + "[( : ~]", + "[$ % ~]", + "[( $ %]", + "[( > ~]", + "[~ $ %]", + "[& > ~]", + "[< < ~]" + ], + "correct": 5, + "prob_ind": 0 + }, + { + "prompt": "[* ~ (]   [: ! (]   [! $ (]
    [: ~ &]   [! ! &]   [* $ &]
    [! ~ $]   [* ! $]   [      ]", + "options": [ + "[* ~ (]", + "[~ ! (]", + "[( ! :]", + "[: $ $]", + "[* $ &]", + "[< ( !]", + "[< $ !]", + "[$ $ :]" + ], + "correct": 3, + "prob_ind": 1 + }, + { + "prompt": "[: ~ <]   [! : %]   [( ! *]
    [! ~ <]   [( : %]   [: ! *]
    [( ~ <]   [: : %]   [      ]", + "options": [ + "[( < *]", + "[* < (]", + "[* : !]", + "[! ! (]", + "[( ! *]", + "[! ! *]", + "[! * :]", + "[: * *]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[: * <]   [: * :]   [: * !]
    [& ~ :]   [& ~ !]   [& ~ <]
    [~ ( !]   [~ ( <]   [      ]", + "options": [ + "[< ~ :]", + "[: * <]", + "[: < *]", + "[~ ( :]", + "[* < :]", + "[! & ~]", + "[< & ~]", + "[: & ~]" + ], + "correct": 3, + "prob_ind": 3 + }, + { + "prompt": "[$ > $]   [! > !]   [* > *]
    [$ ( !]   [! ( *]   [* ( $]
    [$ * *]   [! * $]   [      ]", + "options": [ + "[* * !]", + "[% : >]", + "[$ * (]", + "[! $ (]", + "[$ * !]", + "[& > !]", + "[* ( *]", + "[* $ (]" + ], + "correct": 0, + "prob_ind": 4 + }, + { + "prompt": "[& % >]   [: ! :]   [* & <]
    [& ! >]   [: & :]   [* % <]
    [& & >]   [: % :]   [      ]", + "options": [ + "[* ! <]", + "[% % <]", + "[% * $]", + "[: % >]", + "[< % $]", + "[$ & $]", + "[$ & :]", + "[< * !]" + ], + "correct": 0, + "prob_ind": 5 + }, + { + "prompt": "[( > (]   [( > &]   [( > :]
    [< * :]   [< * (]   [< * &]
    [~ ( &]   [~ ( :]   [      ]", + "options": [ + "[( : ~]", + "[( $ *]", + "[< ( (]", + "[( ( ~]", + "[( $ &]", + "[~ ( (]", + "[( ~ (]", + "[> : %]" + ], + "correct": 5, + "prob_ind": 6 + }, + { + "prompt": "[* ! *]   [* < ~]   [* > >]
    [~ ! ~]   [~ < >]   [~ > *]
    [< ! >]   [< < *]   [      ]", + "options": [ + "[< * (]", + "[> < ~]", + "[< > >]", + "[~ < >]", + "[< > ~]", + "[< < ~]", + "[< $ ~]", + "[* > >]" + ], + "correct": 4, + "prob_ind": 7 + }, + { + "prompt": "[! * (]   [! ( (]   [! : (]
    [& ( %]   [& : %]   [& * %]
    [* : >]   [* * >]   [      ]", + "options": [ + "[( ( >]", + "[! : *]", + "[: ! *]", + "[* ( >]", + "[* : %]", + "[& * >]", + "[& * %]", + "[* % &]" + ], + "correct": 3, + "prob_ind": 8 + }, + { + "prompt": "[% > &]   [* ! *]   [> * :]
    [% * &]   [* > *]   [> ! :]
    [% ! &]   [* * *]   [      ]", + "options": [ + "[% > *]", + "[! * *]", + "[% ( &]", + "[> * :]", + "[% ! *]", + "[> * %]", + "[> > :]", + "[* > %]" + ], + "correct": 6, + "prob_ind": 9 + }, + { + "prompt": "[: < <]   [$ $ <]   [& : <]
    [: $ !]   [$ : !]   [& < !]
    [: : &]   [$ < &]   [      ]", + "options": [ + "[< : &]", + "[< & :]", + "[~ % ~]", + "[$ & &]", + "[< & !]", + "[& $ &]", + "[: : !]", + "[: ! $]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[% ~ <]   [% % *]   [% < &]
    [& ~ &]   [& % <]   [& < *]
    [! ~ *]   [! % &]   [      ]", + "options": [ + "[! < <]", + "[! > *]", + "[< < <]", + "[! ~ >]", + "[& < *]", + "[> ! ~]", + "[% * %]", + "[< ! <]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[& > $]   [& * >]   [& ! ~]
    [< ! $]   [< > >]   [< * ~]
    [> * $]   [> ! >]   [      ]", + "options": [ + "[> & *]", + "[> > ~]", + "[: * (]", + "[& > $]", + "[! ~ &]", + "[$ & >]", + "[< ! >]", + "[< ! $]" + ], + "correct": 1, + "prob_ind": 12 + }, + { + "prompt": "[$ > <]   [( ~ *]   [: ! $]
    [$ > *]   [( ~ $]   [: ! <]
    [$ > $]   [( ~ <]   [      ]", + "options": [ + "[: ! *]", + "[* > $]", + "[% > *]", + "[! * :]", + "[$ > >]", + "[* > *]", + "[( > *]", + "[* ( >]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[: : >]   [* > *]   [< $ !]
    [< : >]   [: > *]   [* $ !]
    [* : >]   [< > *]   [      ]", + "options": [ + "[! < >]", + "[< % <]", + "[! < $]", + "[* $ *]", + "[* $ !]", + "[! < *]", + "[! < :]", + "[: $ !]" + ], + "correct": 7, + "prob_ind": 14 + }, + { + "prompt": "[> & <]   [> & %]   [> & >]
    [! > %]   [! > >]   [! > <]
    [% ! >]   [% ! <]   [      ]", + "options": [ + "[< ~ !]", + "[! > %]", + "[! < ~]", + "[! > <]", + "[~ ! <]", + "[~ ~ !]", + "[! $ %]", + "[% ! %]" + ], + "correct": 7, + "prob_ind": 15 + }, + { + "prompt": "[< ~ :]   [< < (]   [< ( %]
    [% ( :]   [% ~ (]   [% < %]
    [( < :]   [( ( (]   [      ]", + "options": [ + "[( < %]", + "[< > :]", + "[( < :]", + "[( ~ %]", + "[~ $ :]", + "[( ( (]", + "[< < (]", + "[% ~ (]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[! < %]   [& : <]   [* > &]
    [! < &]   [& : %]   [* > <]
    [! < <]   [& : &]   [      ]", + "options": [ + "[: * &]", + "[* > &]", + "[& > %]", + "[* : &]", + "[* > %]", + "[% : %]", + "[* : %]", + "[& > &]" + ], + "correct": 4, + "prob_ind": 17 + }, + { + "prompt": "[* % <]   [: > %]   [! ! &]
    [* % &]   [: > <]   [! ! %]
    [* % %]   [: > &]   [      ]", + "options": [ + "[( ! &]", + "[( < &]", + "[! ! <]", + "[! < &]", + "[$ > >]", + "[: ~ ~]", + "[( ! %]", + "[! ! &]" + ], + "correct": 2, + "prob_ind": 18 + }, + { + "prompt": "[~ : >]   [% ( *]   [> & $]
    [~ ( >]   [% & *]   [> : $]
    [~ & >]   [% : *]   [      ]", + "options": [ + "[> ( $]", + "[> < <]", + "[( & &]", + "[~ : *]", + "[< < >]", + "[( > $]", + "[~ & $]", + "[> < $]" + ], + "correct": 0, + "prob_ind": 19 + }, + { + "prompt": "[> > >]   [> $ %]   [> & !]
    [< > %]   [< $ !]   [< & >]
    [( > !]   [( $ >]   [      ]", + "options": [ + "[> % <]", + "[% > $]", + "[% > <]", + "[& > <]", + "[> $ %]", + "[~ $ %]", + "[( & %]", + "[( % &]" + ], + "correct": 6, + "prob_ind": 20 + }, + { + "prompt": "[$ ~ >]   [: ~ %]   [( ~ ~]
    [( $ >]   [$ $ %]   [: $ ~]
    [: & >]   [( & %]   [      ]", + "options": [ + "[$ ~ >]", + "[$ ~ <]", + "[$ & ~]", + "[: & ~]", + "[$ * ~]", + "[$ $ %]", + "[$ < ~]", + "[: $ ~]" + ], + "correct": 2, + "prob_ind": 21 + }, + { + "prompt": "[$ : !]   [$ : >]   [$ : (]
    [! % >]   [! % (]   [! % !]
    [< < (]   [< < !]   [      ]", + "options": [ + "[: ( $]", + "[! : !]", + "[( < <]", + "[% ( *]", + "[% * (]", + "[( $ :]", + "[< < >]", + "[! $ :]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[~ : ~]   [~ ~ ~]   [~ < ~]
    [* < >]   [* : >]   [* ~ >]
    [& ~ $]   [& < $]   [      ]", + "options": [ + "[& ~ $]", + "[~ > %]", + "[& $ :]", + "[& : $]", + "[~ < ~]", + "[& < $]", + "[* : >]", + "[~ : %]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[( < &]   [( ~ !]   [( ( :]
    [~ < !]   [~ ~ :]   [~ ( &]
    [$ < :]   [$ ~ &]   [      ]", + "options": [ + "[< < (]", + "[< ( :]", + "[$ ( !]", + "[! ~ (]", + "[~ ! (]", + "[! ~ !]", + "[! ~ :]", + "[! ( ~]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[> & *]   [~ & ~]   [: & $]
    [> > ~]   [~ > $]   [: > *]
    [> ( $]   [~ ( *]   [      ]", + "options": [ + "[~ : (]", + "[> & *]", + "[: ! ~]", + "[~ ! ~]", + "[> ( ~]", + "[& * >]", + "[> ! ~]", + "[: ( ~]" + ], + "correct": 7, + "prob_ind": 25 + }, + { + "prompt": "[* < &]   [* < *]   [* < $]
    [( * $]   [( * &]   [( * *]
    [: > *]   [: > $]   [      ]", + "options": [ + "[$ & >]", + "[: > &]", + "[> $ >]", + "[: & >]", + "[> : &]", + "[& > :]", + "[$ > >]", + "[( & &]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[: ~ <]   [: > :]   [: $ (]
    [> ~ (]   [> > <]   [> $ :]
    [$ ~ :]   [$ > (]   [      ]", + "options": [ + "[$ ~ :]", + "[$ > <]", + "[! & *]", + "[$ > (]", + "[> ~ (]", + "[< ~ :]", + "[$ $ <]", + "[: ~ :]" + ], + "correct": 6, + "prob_ind": 27 + }, + { + "prompt": "[* ! :]   [* < &]   [* * *]
    [( ! *]   [( < :]   [( * &]
    [% ! &]   [% < *]   [      ]", + "options": [ + "[* ! &]", + "[( * !]", + "[! * &]", + "[% * :]", + "[~ * *]", + "[~ : <]", + "[( * *]", + "[: * %]" + ], + "correct": 3, + "prob_ind": 28 + }, + { + "prompt": "[~ $ %]   [: % <]   [$ ~ *]
    [: $ %]   [$ % <]   [~ ~ *]
    [$ $ %]   [~ % <]   [      ]", + "options": [ + "[$ ( *]", + "[: ~ *]", + "[$ $ <]", + "[~ * :]", + "[$ ~ *]", + "[~ % <]", + "[: ~ &]", + "[* ~ :]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[: ! $]   [~ & &]   [( % %]
    [~ ! $]   [( & &]   [: % %]
    [( ! $]   [: & &]   [      ]", + "options": [ + "[( ! $]", + "[% > *]", + "[: ! &]", + "[% > %]", + "[~ % %]", + "[> % %]", + "[% ~ %]", + "[% : %]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[> : <]   [! % <]   [( $ <]
    [! : !]   [( % !]   [> $ !]
    [( : :]   [> % :]   [      ]", + "options": [ + "[~ : %]", + "[! > >]", + "[! $ :]", + "[! $ !]", + "[< ! $]", + "[< : %]", + "[! ! $]", + "[> > !]" + ], + "correct": 2, + "prob_ind": 31 + }, + { + "prompt": "[< ( &]   [% * ~]   [& ! %]
    [< * &]   [% ! ~]   [& ( %]
    [< ! &]   [% ( ~]   [      ]", + "options": [ + "[& % *]", + "[& & %]", + "[< ! %]", + "[% ! &]", + "[& * %]", + "[* $ <]", + "[! * %]", + "[* > $]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[~ ~ $]   [~ ( >]   [~ % &]
    [( % $]   [( ~ >]   [( ( &]
    [* ( $]   [* % >]   [      ]", + "options": [ + "[* % >]", + "[( ( &]", + "[* ( &]", + "[* ~ &]", + "[( < (]", + "[( ~ &]", + "[% ( &]", + "[( % $]" + ], + "correct": 3, + "prob_ind": 33 + }, + { + "prompt": "[$ $ *]   [$ $ (]   [$ $ ~]
    [~ < ~]   [~ < *]   [~ < (]
    [( ( (]   [( ( ~]   [      ]", + "options": [ + "[( ( *]", + "[( ( &]", + "[( ( (]", + "[$ $ ~]", + "[~ ( (]", + "[* $ *]", + "[~ ( <]", + "[~ < ~]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[% ( >]   [: ( >]   [! ( >]
    [: < !]   [! < !]   [% < !]
    [! & *]   [% & *]   [      ]", + "options": [ + "[% ~ >]", + "[% < *]", + "[: < >]", + "[& % *]", + "[! ( >]", + "[! ~ >]", + "[! & >]", + "[: & *]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[( * >]   [< * &]   [> * *]
    [> ! >]   [( ! &]   [< ! *]
    [< : >]   [> : &]   [      ]", + "options": [ + "[( * >]", + "[> & *]", + "[> : &]", + "[< ( &]", + "[> ( (]", + "[< ( *]", + "[( : *]", + "[< : >]" + ], + "correct": 6, + "prob_ind": 36 + }, + { + "prompt": "[< > &]   [~ : &]   [: < &]
    [: > $]   [< : $]   [~ < $]
    [~ > ~]   [: : ~]   [      ]", + "options": [ + "[& * <]", + "[< * <]", + "[~ > $]", + "[* > !]", + "[< ~ <]", + "[! * >]", + "[< < >]", + "[< < ~]" + ], + "correct": 7, + "prob_ind": 37 + }, + { + "prompt": "[( % *]   [~ % !]   [: % ~]
    [( ( ~]   [~ ( *]   [: ( !]
    [( : !]   [~ : ~]   [      ]", + "options": [ + "[( & *]", + "[~ : ~]", + "[> : ~]", + "[( > >]", + "[: : *]", + "[~ > >]", + "[< : ~]", + "[~ ( ~]" + ], + "correct": 4, + "prob_ind": 38 + }, + { + "prompt": "[& % >]   [$ % >]   [: % >]
    [$ $ &]   [: $ &]   [& $ &]
    [: * <]   [& * <]   [      ]", + "options": [ + "[$ > %]", + "[$ * <]", + "[$ < *]", + "[< $ *]", + "[: % >]", + "[$ ~ &]", + "[$ : (]", + "[: * ~]" + ], + "correct": 1, + "prob_ind": 39 + }, + { + "prompt": "[! : &]   [( > &]   [~ * &]
    [~ : !]   [! > !]   [( * !]
    [( : %]   [~ > %]   [      ]", + "options": [ + "[! > !]", + "[~ : !]", + "[! : !]", + "[* * !]", + "[: * &]", + "[* * %]", + "[! > %]", + "[! * %]" + ], + "correct": 7, + "prob_ind": 40 + }, + { + "prompt": "[% < %]   [< : :]   [* * <]
    [< < %]   [* : :]   [% * <]
    [* < %]   [% : :]   [      ]", + "options": [ + "[( * >]", + "[* < <]", + "[< & >]", + "[< * <]", + "[< < *]", + "[< * >]", + "[( * &]", + "[% < :]" + ], + "correct": 3, + "prob_ind": 41 + }, + { + "prompt": "[< * ~]   [$ * ~]   [~ * ~]
    [~ % <]   [< % <]   [$ % <]
    [$ ~ %]   [~ ~ %]   [      ]", + "options": [ + "[% > !]", + "[% ~ <]", + "[~ ~ *]", + "[$ % <]", + "[< ~ %]", + "[* < $]", + "[$ * <]", + "[$ % *]" + ], + "correct": 4, + "prob_ind": 42 + }, + { + "prompt": "[! & >]   [! ! >]   [! * >]
    [% * <]   [% & <]   [% ! <]
    [> ! !]   [> * !]   [      ]", + "options": [ + "[! & >]", + "[> % !]", + "[> ! &]", + "[* * >]", + "[> & !]", + "[% * >]", + "[% * <]", + "[> ! !]" + ], + "correct": 4, + "prob_ind": 43 + }, + { + "prompt": "[* < $]   [% < $]   [< < $]
    [< ! %]   [* ! %]   [% ! %]
    [% ~ <]   [< ~ <]   [      ]", + "options": [ + "[* ~ >]", + "[* < $]", + "[$ * (]", + "[< < *]", + "[* < <]", + "[! % %]", + "[$ * <]", + "[* ~ <]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[< ( !]   [% ( !]   [* ( !]
    [* * ~]   [< * ~]   [% * ~]
    [% $ $]   [* $ $]   [      ]", + "options": [ + "[< ( !]", + "[< ! (]", + "[: > &]", + "[< $ $]", + "[$ $ <]", + "[& : >]", + "[* < !]", + "[* $ $]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[% < $]   [: ( $]   [~ ~ $]
    [% ~ <]   [: < <]   [~ ( <]
    [% ( :]   [: ~ :]   [      ]", + "options": [ + "[: < :]", + "[: ~ <]", + "[% ( $]", + "[~ < :]", + "[% > <]", + "[( $ ~]", + "[$ ~ (]", + "[~ ( $]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[* * ~]   [$ > >]   [: ! %]
    [* > ~]   [$ ! >]   [: * %]
    [* ! ~]   [$ * >]   [      ]", + "options": [ + "[: > %]", + "[$ ( %]", + "[> $ >]", + "[$ ! >]", + "[< < (]", + "[$ > >]", + "[$ < %]", + "[~ ! %]" + ], + "correct": 0, + "prob_ind": 47 + }, + { + "prompt": "[> ~ <]   [> ( $]   [> > *]
    [% > <]   [% ~ $]   [% ( *]
    [& ( <]   [& > $]   [      ]", + "options": [ + "[& ~ *]", + "[< % >]", + "[% ( *]", + "[> > *]", + "[* ~ *]", + "[& ~ (]", + "[& ~ &]", + "[& ~ !]" + ], + "correct": 0, + "prob_ind": 48 + }, + { + "prompt": "[> : >]   [$ : &]   [( : <]
    [( ( >]   [> ( &]   [$ ( <]
    [$ * >]   [( * &]   [      ]", + "options": [ + "[< * >]", + "[> * <]", + "[! $ %]", + "[! : %]", + "[> % (]", + "[< $ (]", + "[> % <]", + "[% < >]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[: % !]   [& : >]   [< & $]
    [: % $]   [& : !]   [< & >]
    [: % >]   [& : $]   [      ]", + "options": [ + "[< : %]", + "[& < !]", + "[< & !]", + "[& $ :]", + "[< ! !]", + "[< ! &]", + "[: : %]", + "[< ! %]" + ], + "correct": 2, + "prob_ind": 50 + }, + { + "prompt": "[( % :]   [( > :]   [( * :]
    [$ * $]   [$ % $]   [$ > $]
    [~ > %]   [~ * %]   [      ]", + "options": [ + "[: * !]", + "[: * (]", + "[* ( :]", + "[$ % $]", + "[$ * $]", + "[~ & %]", + "[~ % %]", + "[: % $]" + ], + "correct": 6, + "prob_ind": 51 + }, + { + "prompt": "[< : :]   [$ < ~]   [( > <]
    [$ : :]   [( < ~]   [< > <]
    [( : :]   [< < ~]   [      ]", + "options": [ + "[> $ <]", + "[< ~ :]", + "[$ > <]", + "[> ~ >]", + "[> ~ <]", + "[( < ~]", + "[( : ~]", + "[< ~ >]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[: % $]   [~ > $]   [* $ $]
    [~ % !]   [* > !]   [: $ !]
    [* % ~]   [: > ~]   [      ]", + "options": [ + "[: ( %]", + "[~ > !]", + "[* % !]", + "[~ $ ~]", + "[$ ~ >]", + "[< ~ $]", + "[* ( *]", + "[$ $ !]" + ], + "correct": 3, + "prob_ind": 53 + }, + { + "prompt": "[( * *]   [% * !]   [& * <]
    [& ( *]   [( ( !]   [% ( <]
    [% ~ *]   [& ~ !]   [      ]", + "options": [ + "[( : <]", + "[% * !]", + "[% * *]", + "[~ < (]", + "[< ~ ~]", + "[& ~ &]", + "[( ~ <]", + "[< ( ~]" + ], + "correct": 6, + "prob_ind": 54 + }, + { + "prompt": "[% ~ *]   [$ $ *]   [< * *]
    [% $ $]   [$ * $]   [< ~ $]
    [% * !]   [$ ~ !]   [      ]", + "options": [ + "[* % !]", + "[% $ $]", + "[% * !]", + "[< $ !]", + "[! * %]", + "[% ~ *]", + "[< ~ $]", + "[< * %]" + ], + "correct": 3, + "prob_ind": 55 + }, + { + "prompt": "[! ~ (]   [! ~ !]   [! ~ &]
    [* $ &]   [* $ (]   [* $ !]
    [> > !]   [> > &]   [      ]", + "options": [ + "[& ~ *]", + "[~ ! %]", + "[> > (]", + "[* $ &]", + "[% ( $]", + "[& ~ %]", + "[* ~ &]", + "[( $ %]" + ], + "correct": 2, + "prob_ind": 56 + }, + { + "prompt": "[~ & :]   [$ & :]   [> & :]
    [$ < (]   [> < (]   [~ < (]
    [> ( $]   [~ ( $]   [      ]", + "options": [ + "[$ ( >]", + "[( < ~]", + "[$ & (]", + "[~ < (]", + "[~ ( $]", + "[$ ( $]", + "[( $ >]", + "[$ < :]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[< $ $]   [: $ %]   [$ $ <]
    [< : %]   [: : <]   [$ : $]
    [< < <]   [: < $]   [      ]", + "options": [ + "[> $ <]", + "[: $ <]", + "[$ $ <]", + "[< ! <]", + "[$ > %]", + "[: > %]", + "[$ < %]", + "[< < <]" + ], + "correct": 6, + "prob_ind": 58 + }, + { + "prompt": "[~ * <]   [~ % <]   [~ < <]
    [$ % :]   [$ < :]   [$ * :]
    [< < &]   [< * &]   [      ]", + "options": [ + "[~ < &]", + "[< < &]", + "[& * <]", + "[< % !]", + "[& % <]", + "[~ % <]", + "[< % &]", + "[: * :]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[( ( >]   [( % >]   [( ~ >]
    [% ~ %]   [% ( %]   [% % %]
    [: % !]   [: ~ !]   [      ]", + "options": [ + "[$ > &]", + "[: ( !]", + "[( ( >]", + "[% % ~]", + "[> ( !]", + "[% > (]", + "[! : (]", + "[% * *]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[: ~ $]   [: > !]   [: : (]
    [~ ~ !]   [~ > (]   [~ : $]
    [< ~ (]   [< > $]   [      ]", + "options": [ + "[~ ( *]", + "[( * ~]", + "[! $ *]", + "[< $ !]", + "[$ ~ %]", + "[< : !]", + "[* ( ~]", + "[! : !]" + ], + "correct": 5, + "prob_ind": 61 + }, + { + "prompt": "[% * &]   [~ % &]   [( ! &]
    [% % >]   [~ ! >]   [( * >]
    [% ! (]   [~ * (]   [      ]", + "options": [ + "[> * ~]", + "[( % (]", + "[% ! (]", + "[( * >]", + "[~ * >]", + "[! % (]", + "[( ( %]", + "[( % !]" + ], + "correct": 1, + "prob_ind": 62 + }, + { + "prompt": "[$ % ~]   [* ( &]   [> : *]
    [> % ~]   [$ ( &]   [* : *]
    [* % ~]   [> ( &]   [      ]", + "options": [ + "[~ > %]", + "[< : %]", + "[& ( $]", + "[* % ~]", + "[: $ *]", + "[~ : %]", + "[$ : *]", + "[* $ :]" + ], + "correct": 6, + "prob_ind": 63 + }, + { + "prompt": "[* ! <]   [~ ! <]   [$ ! <]
    [~ % !]   [$ % !]   [* % !]
    [$ $ >]   [* $ >]   [      ]", + "options": [ + "[% ! ~]", + "[~ ! <]", + "[! % ~]", + "[* ! <]", + "[$ % !]", + "[~ $ >]", + "[$ % >]", + "[~ % !]" + ], + "correct": 5, + "prob_ind": 64 + }, + { + "prompt": "[< $ (]   [& ! (]   [: ~ (]
    [: $ &]   [< ! &]   [& ~ &]
    [& $ %]   [: ! %]   [      ]", + "options": [ + "[< ~ %]", + "[$ & :]", + "[: $ %]", + "[% ~ <]", + "[~ < :]", + "[~ : (]", + "[: & :]", + "[< < %]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[( % :]   [( * ~]   [( ~ >]
    [$ * :]   [$ ~ ~]   [$ % >]
    [* ~ :]   [* % ~]   [      ]", + "options": [ + "[* * >]", + "[( ~ >]", + "[> * *]", + "[$ % >]", + "[< % :]", + "[> * %]", + "[& ! >]", + "[* ! >]" + ], + "correct": 0, + "prob_ind": 66 + }, + { + "prompt": "[( ~ *]   [< ( >]   [& $ <]
    [( ( *]   [< $ >]   [& ~ <]
    [( $ *]   [< ~ >]   [      ]", + "options": [ + "[< & (]", + "[( ( !]", + "[( ( *]", + "[< $ >]", + "[& ~ *]", + "[< ~ (]", + "[& ( <]", + "[& ( (]" + ], + "correct": 6, + "prob_ind": 67 + }, + { + "prompt": "[> > &]   [% & &]   [* ~ &]
    [> & *]   [% ~ *]   [* > *]
    [> ~ %]   [% > %]   [      ]", + "options": [ + "[& & %]", + "[& % *]", + "[> & >]", + "[* & %]", + "[! ~ &]", + "[: % ~]", + "[& * %]", + "[* & <]" + ], + "correct": 3, + "prob_ind": 68 + }, + { + "prompt": "[< : *]   [~ < &]   [& ! $]
    [~ : *]   [& < &]   [< ! $]
    [& : *]   [< < &]   [      ]", + "options": [ + "[( > %]", + "[~ ! $]", + "[< : *]", + "[& $ !]", + "[( < %]", + "[( < $]", + "[~ * $]", + "[< $ $]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[( ( !]   [: ! !]   [& % !]
    [( ! %]   [: % %]   [& ( %]
    [( % *]   [: ( *]   [      ]", + "options": [ + "[! ! <]", + "[* ! &]", + "[( ( !]", + "[: % *]", + "[( ( *]", + "[> ~ %]", + "[: * *]", + "[& ! *]" + ], + "correct": 7, + "prob_ind": 70 + }, + { + "prompt": "[! & *]   [( ! *]   [% ( *]
    [! ( ~]   [( & ~]   [% ! ~]
    [! ! &]   [( ( &]   [      ]", + "options": [ + "[: $ &]", + "[& % &]", + "[& & %]", + "[> ! $]", + "[% & &]", + "[* & &]", + "[% & %]", + "[! ( ~]" + ], + "correct": 4, + "prob_ind": 71 + }, + { + "prompt": "[! : !]   [( : (]   [$ : <]
    [$ ~ !]   [! ~ (]   [( ~ <]
    [( * !]   [$ * (]   [      ]", + "options": [ + "[( * (]", + "[> ~ (]", + "[! * <]", + "[! * !]", + "[$ * (]", + "[! ~ <]", + "[( * *]", + "[< * <]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[> : %]   [> $ *]   [> % <]
    [( : <]   [( $ %]   [( % *]
    [< : *]   [< $ <]   [      ]", + "options": [ + "[> $ %]", + "[< % %]", + "[> ( %]", + "[( $ %]", + "[% < %]", + "[> : %]", + "[( % *]", + "[% ~ %]" + ], + "correct": 1, + "prob_ind": 73 + }, + { + "prompt": "[: : $]   [> % $]   [$ ! $]
    [: % ~]   [> ! ~]   [$ : ~]
    [: ! :]   [> : :]   [      ]", + "options": [ + "[$ : ~]", + "[$ * $]", + "[$ % :]", + "[~ : %]", + "[> : $]", + "[$ * :]", + "[% : $]", + "[> ( :]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[$ : &]   [* : >]   [! : %]
    [! $ &]   [$ $ >]   [* $ %]
    [* * &]   [! * >]   [      ]", + "options": [ + "[$ * &]", + "[: : !]", + "[: ! %]", + "[$ * %]", + "[& $ !]", + "[! $ &]", + "[* $ %]", + "[% $ *]" + ], + "correct": 3, + "prob_ind": 75 + }, + { + "prompt": "[~ ! &]   [~ $ %]   [~ % :]
    [% ! %]   [% $ :]   [% % &]
    [> ! :]   [> $ &]   [      ]", + "options": [ + "[~ % :]", + "[> % %]", + "[$ : ~]", + "[> $ :]", + "[% ! %]", + "[> % &]", + "[% > %]", + "[< % %]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[( < <]   [! < <]   [: < <]
    [! % %]   [: % %]   [( % %]
    [: & :]   [( & :]   [      ]", + "options": [ + "[< < :]", + "[& : :]", + "[! : &]", + "[! < <]", + "[< $ %]", + "[! & :]", + "[& ! :]", + "[( < %]" + ], + "correct": 5, + "prob_ind": 77 + }, + { + "prompt": "[( & $]   [< $ &]   [$ ! !]
    [( $ $]   [< ! &]   [$ & !]
    [( ! $]   [< & &]   [      ]", + "options": [ + "[! $ $]", + "[< & $]", + "[$ $ *]", + "[$ $ !]", + "[& ( $]", + "[$ & !]", + "[$ $ &]", + "[( & $]" + ], + "correct": 3, + "prob_ind": 78 + }, + { + "prompt": "[< ! <]   [! & <]   [* ( <]
    [< ( $]   [! ! $]   [* & $]
    [< & (]   [! ( (]   [      ]", + "options": [ + "[* * *]", + "[( ! *]", + "[* * (]", + "[* ! (]", + "[! ( <]", + "[* ( *]", + "[! ! $]", + "[< ( !]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[> ! $]   [% & $]   [& < $]
    [& ! *]   [> & *]   [% < *]
    [% ! !]   [& & !]   [      ]", + "options": [ + "[> < &]", + "[* & !]", + "[> & *]", + "[> ! <]", + "[$ $ (]", + "[> < !]", + "[! > <]", + "[& ! &]" + ], + "correct": 5, + "prob_ind": 80 + }, + { + "prompt": "[% : (]   [$ : (]   [( : (]
    [$ * :]   [( * :]   [% * :]
    [( > !]   [% > !]   [      ]", + "options": [ + "[< % :]", + "[> ! $]", + "[% > !]", + "[( > !]", + "[$ > !]", + "[% ! %]", + "[! > !]", + "[% < %]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[$ * ~]   [$ ~ :]   [$ ! >]
    [& * :]   [& ~ >]   [& ! ~]
    [% * >]   [% ~ ~]   [      ]", + "options": [ + "[~ $ *]", + "[$ * (]", + "[$ $ >]", + "[( ( !]", + "[$ > !]", + "[$ ! >]", + "[% ! :]", + "[$ * ~]" + ], + "correct": 6, + "prob_ind": 82 + }, + { + "prompt": "[$ ( (]   [( & &]   [< % %]
    [$ ( &]   [( & %]   [< % (]
    [$ ( %]   [( & (]   [      ]", + "options": [ + "[( % (]", + "[( & &]", + "[$ ( !]", + "[( & !]", + "[% < &]", + "[~ & &]", + "[< % &]", + "[> ( &]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[! : ~]   [! % *]   [! ~ >]
    [* ~ ~]   [* : *]   [* % >]
    [( % ~]   [( ~ *]   [      ]", + "options": [ + "[( : >]", + "[! * %]", + "[~ ~ *]", + "[< : >]", + "[( : *]", + "[( ~ >]", + "[* % ~]", + "[< * <]" + ], + "correct": 0, + "prob_ind": 84 + }, + { + "prompt": "[( $ *]   [* $ ~]   [: $ &]
    [( ! &]   [* ! *]   [: ! ~]
    [( & ~]   [* & &]   [      ]", + "options": [ + "[: & *]", + "[: & !]", + "[* & ~]", + "[& * &]", + "[* ! *]", + "[$ * ~]", + "[& ( ~]", + "[: ! &]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[( $ &]   [( $ >]   [( $ !]
    [< * >]   [< * !]   [< * &]
    [: < !]   [: < &]   [      ]", + "options": [ + "[> : <]", + "[> $ (]", + "[> > <]", + "[: < >]", + "[$ ( >]", + "[% ( ~]", + "[: ! >]", + "[* > &]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[~ ( <]   [~ % ~]   [~ < >]
    [> % <]   [> < ~]   [> ( >]
    [& < <]   [& ( ~]   [      ]", + "options": [ + "[< ( <]", + "[< ~ <]", + "[> % &]", + "[& & ~]", + "[< < ~]", + "[& % >]", + "[> & %]", + "[& > %]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[! < ~]   [& < ~]   [< < ~]
    [< $ !]   [! $ !]   [& $ !]
    [& ( :]   [< ( :]   [      ]", + "options": [ + "[< ! <]", + "[< < !]", + "[! : (]", + "[! ( :]", + "[: ( !]", + "[& < ~]", + "[: ( <]", + "[( ! :]" + ], + "correct": 3, + "prob_ind": 88 + }, + { + "prompt": "[< ! ~]   [% > ~]   [$ & ~]
    [< > >]   [% & >]   [$ ! >]
    [< & (]   [% ! (]   [      ]", + "options": [ + "[! ( %]", + "[< $ >]", + "[$ > (]", + "[~ ( (]", + "[* < &]", + "[% ( !]", + "[$ < >]", + "[* ! &]" + ], + "correct": 2, + "prob_ind": 89 + }, + { + "prompt": "[$ : *]   [$ : :]   [$ : >]
    [> * :]   [> * >]   [> * *]
    [( & >]   [( & *]   [      ]", + "options": [ + "[: ( &]", + "[( & :]", + "[( * &]", + "[( & >]", + "[> % <]", + "[( & *]", + "[> % !]", + "[~ & *]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[! > :]   [! & :]   [! < :]
    [> & ~]   [> < ~]   [> > ~]
    [& < !]   [& > !]   [      ]", + "options": [ + "[! $ &]", + "[! < :]", + "[> < ~]", + "[< ~ >]", + "[! & &]", + "[! & !]", + "[< & ~]", + "[& & !]" + ], + "correct": 7, + "prob_ind": 91 + }, + { + "prompt": "[< & $]   [! & &]   [$ & <]
    [< % <]   [! % $]   [$ % &]
    [< ~ &]   [! ~ <]   [      ]", + "options": [ + "[< & $]", + "[( $ &]", + "[! % <]", + "[$ ~ $]", + "[$ & &]", + "[~ ( !]", + "[~ & !]", + "[~ ! !]" + ], + "correct": 3, + "prob_ind": 92 + }, + { + "prompt": "[~ : >]   [& ( !]   [! % &]
    [~ % >]   [& : !]   [! ( &]
    [~ ( >]   [& % !]   [      ]", + "options": [ + "[* : !]", + "[: ! &]", + "[! : &]", + "[! & :]", + "[! : *]", + "[& : &]", + "[& : !]", + "[~ % !]" + ], + "correct": 2, + "prob_ind": 93 + }, + { + "prompt": "[& : <]   [~ $ (]   [! & %]
    [& & <]   [~ : (]   [! $ %]
    [& $ <]   [~ & (]   [      ]", + "options": [ + "[~ & <]", + "[! % :]", + "[! : &]", + "[! : %]", + "[~ : (]", + "[~ < &]", + "[~ > !]", + "[% $ !]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[& : &]   [* ( &]   [< < &]
    [< : ~]   [& ( ~]   [* < ~]
    [* : <]   [< ( <]   [      ]", + "options": [ + "[% < <]", + "[* ( &]", + "[* < ~]", + "[< & <]", + "[< < &]", + "[! ~ :]", + "[* ~ ~]", + "[& < <]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[! % <]   [* % >]   [< % $]
    [! $ >]   [* $ $]   [< $ <]
    [! & $]   [* & <]   [      ]", + "options": [ + "[: % *]", + "[* : %]", + "[$ $ *]", + "[> % <]", + "[< % <]", + "[< & >]", + "[< & :]", + "[! ~ >]" + ], + "correct": 5, + "prob_ind": 96 + }, + { + "prompt": "[> & !]   [! $ :]   [$ < <]
    [! & !]   [$ $ :]   [> < <]
    [$ & !]   [> $ :]   [      ]", + "options": [ + "[> ! <]", + "[> $ :]", + "[$ < <]", + "[< < $]", + "[> ! (]", + "[! < <]", + "[! < >]", + "[* > <]" + ], + "correct": 5, + "prob_ind": 97 + }, + { + "prompt": "[~ % ~]   [: % &]   [! % (]
    [! > ~]   [~ > &]   [: > (]
    [: $ ~]   [! $ &]   [      ]", + "options": [ + "[> & ~]", + "[~ > (]", + "[: ! $]", + "[~ > ~]", + "[: $ (]", + "[< * ~]", + "[~ $ (]", + "[: < (]" + ], + "correct": 6, + "prob_ind": 98 + }, + { + "prompt": "[* < %]   [* ~ %]   [* : %]
    [< : <]   [< < <]   [< ~ <]
    [> ~ >]   [> : >]   [      ]", + "options": [ + "[> < :]", + "[> < >]", + "[< : :]", + "[~ % *]", + "[< > >]", + "[> ~ >]", + "[* ~ <]", + "[< ~ >]" + ], + "correct": 1, + "prob_ind": 99 + } + ], + "three_rule_comb2": [ + { + "prompt": "[~ ~ $]   [* : >]   [% % <]
    [~ ~ >]   [* : <]   [% % !]
    [~ ~ <]   [* : !]   [      ]", + "options": [ + "[< < !]", + "[% % &]", + "[% % ~]", + "[: * >]", + "[$ : :]", + "[~ : >]", + "[* : >]", + "[> ~ :]" + ], + "correct": 1, + "prob_ind": 0 + }, + { + "prompt": "[< $ %]   [% > %]   [& < %]
    [< > :]   [% < :]   [& ! :]
    [< < $]   [% ! $]   [      ]", + "options": [ + "[& & $]", + "[$ & &]", + "[% > %]", + "[& $ :]", + "[$ ! %]", + "[% % >]", + "[& ! :]", + "[: & &]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[$ & %]   [~ * %]   [: ! %]
    [$ * (]   [~ ! (]   [: ( (]
    [$ ! ~]   [~ ( ~]   [      ]", + "options": [ + "[$ * !]", + "[: < $]", + "[: ! %]", + "[: ! ~]", + "[: < ~]", + "[: ( (]", + "[~ ( ~]", + "[$ > (]" + ], + "correct": 4, + "prob_ind": 2 + }, + { + "prompt": "[> ( >]   [> < >]   [> ~ >]
    [< < ~]   [< ~ ~]   [< > ~]
    [* ~ :]   [* > :]   [      ]", + "options": [ + "[: : *]", + "[> > ~]", + "[$ : *]", + "[~ < ~]", + "[> < >]", + "[> ( >]", + "[( % :]", + "[* : :]" + ], + "correct": 7, + "prob_ind": 3 + }, + { + "prompt": "[& $ <]   [& $ (]   [& $ !]
    [( < (]   [( < !]   [( < *]
    [$ ! !]   [$ ! *]   [      ]", + "options": [ + "[$ & !]", + "[$ ! &]", + "[* < (]", + "[& < $]", + "[< ( (]", + "[& $ <]", + "[! < (]", + "[& > (]" + ], + "correct": 1, + "prob_ind": 4 + }, + { + "prompt": "[~ * ~]   [~ * <]   [~ * (]
    [< ~ <]   [< ~ (]   [< ~ !]
    [* ! (]   [* ! !]   [      ]", + "options": [ + "[* < ~]", + "[< ~ (]", + "[$ : %]", + "[~ < (]", + "[( < ~]", + "[* ! *]", + "[~ * ~]", + "[! * *]" + ], + "correct": 5, + "prob_ind": 5 + }, + { + "prompt": "[% % &]   [& : ~]   [* < !]
    [& % &]   [* : ~]   [! < !]
    [* % &]   [! : ~]   [      ]", + "options": [ + "[: ! ~]", + "[! ~ &]", + "[( < <]", + "[( < *]", + "[( < !]", + "[* < !]", + "[! : &]", + "[! ~ :]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[: % *]   [% & >]   [> * $]
    [: & *]   [% * >]   [> ! $]
    [: * *]   [% ! >]   [      ]", + "options": [ + "[$ > (]", + "[> ! >]", + "[> ( $]", + "[( : $]", + "[$ ( >]", + "[$ ( $]", + "[> ! $]", + "[> * $]" + ], + "correct": 2, + "prob_ind": 7 + }, + { + "prompt": "[> $ *]   [~ $ $]   [< $ :]
    [~ ! *]   [< ! $]   [( ! :]
    [< : *]   [( : $]   [      ]", + "options": [ + "[! $ :]", + "[! : :]", + "[: : !]", + "[: $ (]", + "[$ < !]", + "[< $ $]", + "[( : $]", + "[< : !]" + ], + "correct": 1, + "prob_ind": 8 + }, + { + "prompt": "[$ ( $]   [! < $]   [& ~ $]
    [$ < (]   [! ~ (]   [& > (]
    [$ ~ <]   [! > <]   [      ]", + "options": [ + "[> > $]", + "[& : <]", + "[> ! <]", + "[( ~ !]", + "[> > >]", + "[< : &]", + "[> ~ >]", + "[> ~ ~]" + ], + "correct": 1, + "prob_ind": 9 + }, + { + "prompt": "[~ $ &]   [~ : &]   [~ > &]
    [( : ~]   [( > ~]   [( ~ ~]
    [& > $]   [& ~ $]   [      ]", + "options": [ + "[< & $]", + "[( : ~]", + "[& < $]", + "[( > ~]", + "[~ > %]", + "[< > &]", + "[( ~ &]", + "[~ > &]" + ], + "correct": 2, + "prob_ind": 10 + }, + { + "prompt": "[& % *]   [* % *]   [! % *]
    [* ! :]   [! ! :]   [( ! :]
    [! $ %]   [( $ %]   [      ]", + "options": [ + "[* ! *]", + "[& & *]", + "[! % *]", + "[< $ %]", + "[! & *]", + "[: & $]", + "[& % *]", + "[! & $]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[! ~ %]   [* < %]   [~ ( %]
    [! < !]   [* ( !]   [~ ! !]
    [! ( >]   [* ! >]   [      ]", + "options": [ + "[* ( &]", + "[~ ! >]", + "[* ( %]", + "[~ ( %]", + "[~ * :]", + "[! ! ~]", + "[& : *]", + "[~ * >]" + ], + "correct": 7, + "prob_ind": 12 + }, + { + "prompt": "[& & ~]   [* & ~]   [! & ~]
    [* ( &]   [! ( &]   [( ( &]
    [! * >]   [( * >]   [      ]", + "options": [ + "[! & ~]", + "[& ~ !]", + "[: < <]", + "[* & &]", + "[& ( !]", + "[* & ~]", + "[< * >]", + "[( & ~]" + ], + "correct": 6, + "prob_ind": 13 + }, + { + "prompt": "[& ! $]   [& ( $]   [& < $]
    [> ( !]   [> < !]   [> ~ !]
    [* < :]   [* ~ :]   [      ]", + "options": [ + "[% > :]", + "[> < !]", + "[> ! !]", + "[( $ &]", + "[! ( >]", + "[> : *]", + "[* > :]", + "[* > >]" + ], + "correct": 6, + "prob_ind": 14 + }, + { + "prompt": "[% & <]   [% * <]   [% ! <]
    [! * >]   [! ! >]   [! ( >]
    [$ ! *]   [$ ( *]   [      ]", + "options": [ + "[$ & !]", + "[$ ~ *]", + "[$ & <]", + "[% < *]", + "[* $ <]", + "[$ < *]", + "[% * <]", + "[$ > *]" + ], + "correct": 5, + "prob_ind": 15 + }, + { + "prompt": "[% $ $]   [% % >]   [% < <]
    [> $ >]   [> % <]   [> < !]
    [! $ <]   [! % !]   [      ]", + "options": [ + "[> % $]", + "[! $ (]", + "[> ~ !]", + "[! ! %]", + "[! < &]", + "[! & <]", + "[& < !]", + "[& ! <]" + ], + "correct": 4, + "prob_ind": 16 + }, + { + "prompt": "[$ ( ~]   [% ! ~]   [! * ~]
    [$ ! <]   [% * <]   [! & <]
    [$ * !]   [% & !]   [      ]", + "options": [ + "[$ ! >]", + "[> ! $]", + "[$ & ~]", + "[( % !]", + "[! % !]", + "[& $ >]", + "[$ & >]", + "[& $ ~]" + ], + "correct": 4, + "prob_ind": 17 + }, + { + "prompt": "[$ $ &]   [$ $ !]   [$ $ <]
    [( ~ !]   [( ~ <]   [( ~ >]
    [~ ! <]   [~ ! >]   [      ]", + "options": [ + "[~ $ !]", + "[$ < *]", + "[: < <]", + "[~ ! $]", + "[: ! $]", + "[~ ~ >]", + "[$ $ &]", + "[~ ~ <]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[& ! ~]   [& ( %]   [& < (]
    [% ( ~]   [% < %]   [% ~ (]
    [( < ~]   [( ~ %]   [      ]", + "options": [ + "[> ( (]", + "[( > (]", + "[( ~ ~]", + "[< > (]", + "[% ~ (]", + "[( % (]", + "[% ( (]", + "[( ~ (]" + ], + "correct": 1, + "prob_ind": 19 + }, + { + "prompt": "[: ( <]   [( ( ~]   [& ( >]
    [: * ~]   [( * >]   [& * :]
    [: $ >]   [( $ :]   [      ]", + "options": [ + "[< & &]", + "[$ & $]", + "[& $ $]", + "[$ $ &]", + "[& $ &]", + "[! & &]", + "[$ & &]", + "[: * <]" + ], + "correct": 2, + "prob_ind": 20 + }, + { + "prompt": "[& ( *]   [* : (]   [! < !]
    [* ( *]   [! : (]   [( < !]
    [! ( *]   [( : (]   [      ]", + "options": [ + "[& ( *]", + "[! ! *]", + "[& ! *]", + "[: ( !]", + "[< < !]", + "[! : !]", + "[( : (]", + "[( : !]" + ], + "correct": 4, + "prob_ind": 21 + }, + { + "prompt": "[( * $]   [( > >]   [( % <]
    [! * >]   [! > <]   [! % !]
    [> * <]   [> > !]   [      ]", + "options": [ + "[& ( (]", + "[~ % &]", + "[! % !]", + "[> * <]", + "[> & %]", + "[( ( &]", + "[> % &]", + "[% & >]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[< < (]   [< ( (]   [< ! (]
    [& ( &]   [& ! &]   [& * &]
    [* ! :]   [* * :]   [      ]", + "options": [ + "[: & *]", + "[< * %]", + "[* & :]", + "[& & *]", + "[! $ &]", + "[* & &]", + "[< ( (]", + "[: * *]" + ], + "correct": 2, + "prob_ind": 23 + }, + { + "prompt": "[( < >]   [( ~ *]   [( > <]
    [& ~ >]   [& > *]   [& : <]
    [% > >]   [% : *]   [      ]", + "options": [ + "[( ~ *]", + "[& ( >]", + "[% $ <]", + "[* > *]", + "[& ~ <]", + "[& > *]", + "[% < $]", + "[! > >]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[< ! %]   [> * &]   [~ : *]
    [< ! &]   [> * *]   [~ : !]
    [< ! *]   [> * !]   [      ]", + "options": [ + "[~ * &]", + "[~ : *]", + "[< ! %]", + "[& * >]", + "[: ~ (]", + "[> : (]", + "[~ : (]", + "[> : %]" + ], + "correct": 6, + "prob_ind": 25 + }, + { + "prompt": "[% % !]   [% : (]   [% ! <]
    [$ % (]   [$ : <]   [$ ! ~]
    [* % <]   [* : ~]   [      ]", + "options": [ + "[% < !]", + "[* % !]", + "[$ : <]", + "[: ~ *]", + "[~ : *]", + "[% ! %]", + "[* ! >]", + "[* ~ :]" + ], + "correct": 6, + "prob_ind": 26 + }, + { + "prompt": "[$ * ~]   [! * <]   [& * (]
    [$ ~ <]   [! ~ (]   [& ~ !]
    [$ < (]   [! < !]   [      ]", + "options": [ + "[& < %]", + "[* < &]", + "[$ < !]", + "[& < *]", + "[~ * !]", + "[* ~ !]", + "[$ < (]", + "[% ! !]" + ], + "correct": 3, + "prob_ind": 27 + }, + { + "prompt": "[> : ~]   [% ~ :]   [& ( >]
    [> ~ ~]   [% ( :]   [& * >]
    [> ( ~]   [% * :]   [      ]", + "options": [ + "[* & >]", + "[& % >]", + "[& * >]", + "[( ( $]", + "[& > *]", + "[> ~ ~]", + "[& % :]", + "[* % >]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[* > !]   [! ~ ~]   [( < &]
    [! > !]   [( ~ ~]   [< < &]
    [( > !]   [< ~ ~]   [      ]", + "options": [ + "[< ~ ~]", + "[* $ ~]", + "[< ~ &]", + "[! * &]", + "[$ ( *]", + "[( > !]", + "[: ! ~]", + "[~ < &]" + ], + "correct": 7, + "prob_ind": 29 + }, + { + "prompt": "[~ ~ <]   [< > <]   [( < <]
    [< ~ *]   [( > *]   [! < *]
    [( ~ :]   [! > :]   [      ]", + "options": [ + "[( ~ <]", + "[< > <]", + "[~ > <]", + "[< * !]", + "[* < :]", + "[& < :]", + "[% ~ <]", + "[( : <]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[< : <]   [< : (]   [< : !]
    [~ * (]   [~ * !]   [~ * *]
    [& % !]   [& % *]   [      ]", + "options": [ + "[< * (]", + "[$ : <]", + "[< * !]", + "[~ * (]", + "[% & &]", + "[< : !]", + "[& % &]", + "[& & %]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[~ : !]   [% > $]   [! ~ <]
    [~ > !]   [% ~ $]   [! < <]
    [~ ~ !]   [% < $]   [      ]", + "options": [ + "[~ > *]", + "[> % $]", + "[~ ! ~]", + "[! ~ !]", + "[! ~ <]", + "[! > !]", + "[~ ~ !]", + "[! ( <]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[$ & ~]   [$ * <]   [$ > (]
    [* & <]   [* * (]   [* > !]
    [~ & (]   [~ * !]   [      ]", + "options": [ + "[* & <]", + "[< ~ $]", + "[$ & ~]", + "[* & $]", + "[* > !]", + "[~ > *]", + "[< > *]", + "[* * !]" + ], + "correct": 5, + "prob_ind": 33 + }, + { + "prompt": "[> : &]   [> > ~]   [> ~ $]
    [: > &]   [: ~ ~]   [: < $]
    [& ~ &]   [& < ~]   [      ]", + "options": [ + "[& ( $]", + "[~ & &]", + "[$ & (]", + "[( & :]", + "[( & $]", + "[> * ~]", + "[& ~ &]", + "[< & <]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[~ ( *]   [~ ! >]   [~ * !]
    [< ! *]   [< * >]   [< & !]
    [& * *]   [& & >]   [      ]", + "options": [ + "[* & *]", + "[& > &]", + "[* * &]", + "[& % (]", + "[& % !]", + "[& ! %]", + "[& ! &]", + "[! % &]" + ], + "correct": 4, + "prob_ind": 35 + }, + { + "prompt": "[( : (]   [~ ~ *]   [! ( :]
    [( ~ (]   [~ ( *]   [! * :]
    [( ( (]   [~ * *]   [      ]", + "options": [ + "[! * :]", + "[< % :]", + "[< ~ (]", + "[! % :]", + "[: ! %]", + "[* : (]", + "[( % :]", + "[( ~ %]" + ], + "correct": 3, + "prob_ind": 36 + }, + { + "prompt": "[* > :]   [! & ~]   [( * *]
    [! > :]   [( & ~]   [< * *]
    [( > :]   [< & ~]   [      ]", + "options": [ + "[& % %]", + "[* * (]", + "[( & <]", + "[( & ~]", + "[< & ~]", + "[~ * *]", + "[! % ~]", + "[* ( *]" + ], + "correct": 5, + "prob_ind": 37 + }, + { + "prompt": "[: % *]   [~ * !]   [> ( $]
    [: * *]   [~ ( !]   [> ~ $]
    [: ( *]   [~ ~ !]   [      ]", + "options": [ + "[> ~ !]", + "[> $ $]", + "[: * *]", + "[$ : >]", + "[$ ~ >]", + "[> ~ $]", + "[> : $]", + "[~ ~ (]" + ], + "correct": 6, + "prob_ind": 38 + }, + { + "prompt": "[$ $ &]   [& $ !]   [% $ <]
    [$ : !]   [& : <]   [% : >]
    [$ & <]   [& & >]   [      ]", + "options": [ + "[& $ !]", + "[& : !]", + "[% & <]", + "[% & $]", + "[& $ %]", + "[* ! $]", + "[& ! $]", + "[$ < %]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[& * !]   [* * ~]   [! * (]
    [* & !]   [! & ~]   [( & (]
    [! % !]   [( % ~]   [      ]", + "options": [ + "[< % (]", + "[! & ~]", + "[( < %]", + "[* * !]", + "[! & (]", + "[* * (]", + "[< ( %]", + "[~ % (]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[: & %]   [> > %]   [~ : %]
    [> & !]   [~ > !]   [< : !]
    [~ & >]   [< > >]   [      ]", + "options": [ + "[( > :]", + "[: & %]", + "[( $ >]", + "[< & !]", + "[~ ! %]", + "[( : >]", + "[( ! %]", + "[: & >]" + ], + "correct": 5, + "prob_ind": 41 + }, + { + "prompt": "[( : %]   [< % %]   [~ * %]
    [< : $]   [~ % $]   [> * $]
    [~ : &]   [> % &]   [      ]", + "options": [ + "[% * ~]", + "[> % &]", + "[< : $]", + "[: < :]", + "[! : $]", + "[: * &]", + "[~ % *]", + "[< : :]" + ], + "correct": 5, + "prob_ind": 42 + }, + { + "prompt": "[~ & !]   [~ ! (]   [~ ~ <]
    [& & (]   [& ! <]   [& ~ ~]
    [> & <]   [> ! ~]   [      ]", + "options": [ + "[& & &]", + "[& > ~]", + "[& ~ &]", + "[& & ~]", + "[& ~ ~]", + "[> ~ ~]", + "[~ & &]", + "[> ~ >]" + ], + "correct": 7, + "prob_ind": 43 + }, + { + "prompt": "[& < <]   [% ~ :]   [* > $]
    [& ~ <]   [% > :]   [* : $]
    [& > <]   [% : :]   [      ]", + "options": [ + "[% < :]", + "[: < $]", + "[* $ $]", + "[< & >]", + "[* < :]", + "[& & <]", + "[& > <]", + "[& $ <]" + ], + "correct": 2, + "prob_ind": 44 + }, + { + "prompt": "[! * !]   [! * (]   [! * <]
    [> > (]   [> > <]   [> > ~]
    [% & <]   [% & ~]   [      ]", + "options": [ + "[& % >]", + "[% & >]", + "[> > (]", + "[% & <]", + "[& > %]", + "[> $ (]", + "[% < &]", + "[$ ( *]" + ], + "correct": 1, + "prob_ind": 45 + }, + { + "prompt": "[$ ! :]   [( $ ~]   [& % (]
    [$ ! ~]   [( $ (]   [& % *]
    [$ ! (]   [( $ *]   [      ]", + "options": [ + "[( $ !]", + "[$ * ~]", + "[% & %]", + "[( $ ~]", + "[& % %]", + "[$ * (]", + "[& % (]", + "[$ ! :]" + ], + "correct": 4, + "prob_ind": 46 + }, + { + "prompt": "[! % ~]   [! & (]   [! * >]
    [: & ~]   [: * (]   [: ! >]
    [( * ~]   [( ! (]   [      ]", + "options": [ + "[( % (]", + "[( > (]", + "[( > *]", + "[( ! (]", + "[! ( >]", + "[$ * (]", + "[* > !]", + "[( ( >]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[& $ (]   [& : ~]   [& > :]
    [$ : (]   [$ > ~]   [$ ~ :]
    [% > (]   [% ~ ~]   [      ]", + "options": [ + "[% ( $]", + "[% < >]", + "[~ : *]", + "[~ ( *]", + "[% < :]", + "[& : ~]", + "[% ( :]", + "[$ : !]" + ], + "correct": 4, + "prob_ind": 48 + }, + { + "prompt": "[% & :]   [* % :]   [( : :]
    [* & >]   [( % >]   [~ : >]
    [( & *]   [~ % *]   [      ]", + "options": [ + "[< & >]", + "[: : *]", + "[~ $ ~]", + "[~ : >]", + "[~ > :]", + "[( & *]", + "[( & >]", + "[~ & >]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[$ ! *]   [( ( *]   [~ < *]
    [$ ( !]   [( < !]   [~ ~ !]
    [$ < >]   [( ~ >]   [      ]", + "options": [ + "[~ < &]", + "[~ > >]", + "[$ $ <]", + "[~ ! ~]", + "[~ > :]", + "[$ ( *]", + "[> $ $]", + "[$ > $]" + ], + "correct": 1, + "prob_ind": 50 + }, + { + "prompt": "[: : ~]   [> : ~]   [~ : ~]
    [> > :]   [~ > :]   [< > :]
    [~ * !]   [< * !]   [      ]", + "options": [ + "[( > !]", + "[( & !]", + "[! * ~]", + "[> > !]", + "[< : :]", + "[( * !]", + "[~ ~ :]", + "[~ > :]" + ], + "correct": 5, + "prob_ind": 51 + }, + { + "prompt": "[% * <]   [% * (]   [% * !]
    [: > (]   [: > !]   [: > *]
    [< ( !]   [< ( *]   [      ]", + "options": [ + "[< * &]", + "[< > >]", + "[< ( &]", + "[! ( <]", + "[< * (]", + "[! ( !]", + "[$ * >]", + "[: > *]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[$ * !]   [> ( !]   [< & !]
    [> * >]   [< ( >]   [! & >]
    [< * (]   [! ( (]   [      ]", + "options": [ + "[! & <]", + "[< * >]", + "[! * !]", + "[* & (]", + "[! < &]", + "[! > (]", + "[$ * !]", + "[& & (]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[& ( &]   [* > :]   [! * (]
    [* ( &]   [! > :]   [( * (]
    [! ( &]   [( > :]   [      ]", + "options": [ + "[! > (]", + "[< ! *]", + "[! % <]", + "[< ! %]", + "[< * (]", + "[* & (]", + "[* : >]", + "[< % !]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[% $ (]   [* % (]   [( ~ (]
    [* $ %]   [( % %]   [~ ~ %]
    [( $ :]   [~ % :]   [      ]", + "options": [ + "[( ~ <]", + "[( $ :]", + "[~ ~ :]", + "[: ~ :]", + "[$ ~ :]", + "[~ < ~]", + "[( ~ (]", + "[( ~ :]" + ], + "correct": 3, + "prob_ind": 55 + }, + { + "prompt": "[% : >]   [% ~ ~]   [% ! <]
    [> : ~]   [> ~ <]   [> ! (]
    [* : <]   [* ~ (]   [      ]", + "options": [ + "[> ~ ~]", + "[% ~ >]", + "[> % :]", + "[> ! ~]", + "[> ~ %]", + "[$ ~ ~]", + "[* ! !]", + "[~ % ~]" + ], + "correct": 6, + "prob_ind": 56 + }, + { + "prompt": "[$ > >]   [> > >]   [< > >]
    [> $ !]   [< $ !]   [! $ !]
    [< * :]   [! * :]   [      ]", + "options": [ + "[< : !]", + "[! * :]", + "[: < *]", + "[< $ !]", + "[: $ !]", + "[& * :]", + "[< > !]", + "[< * !]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[* < %]   [* > *]   [* * (]
    [& < *]   [& > (]   [& * ~]
    [! < (]   [! > ~]   [      ]", + "options": [ + "[! * :]", + "[( * *]", + "[& * ~]", + "[* ( &]", + "[& * (]", + "[* * (]", + "[! * ~]", + "[! < %]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[( < %]   [< < &]   [& < *]
    [( : &]   [< : *]   [& : !]
    [( ~ *]   [< ~ !]   [      ]", + "options": [ + "[$ > >]", + "[< < *]", + "[& ~ (]", + "[( & ~]", + "[( ( *]", + "[> : !]", + "[~ & (]", + "[& > (]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[< % $]   [< % >]   [< % <]
    [% ~ >]   [% ~ <]   [% ~ !]
    [$ < <]   [$ < !]   [      ]", + "options": [ + "[: < <]", + "[& < $]", + "[< & $]", + "[$ < &]", + "[< < :]", + "[< < $]", + "[$ < <]", + "[$ < $]" + ], + "correct": 3, + "prob_ind": 60 + }, + { + "prompt": "[% % !]   [% % (]   [% % <]
    [< ~ (]   [< ~ <]   [< ~ ~]
    [> > <]   [> > ~]   [      ]", + "options": [ + "[! % *]", + "[> : >]", + "[> ~ >]", + "[< ~ ~]", + "[> > :]", + "[* % !]", + "[> > >]", + "[% % (]" + ], + "correct": 6, + "prob_ind": 61 + }, + { + "prompt": "[( * (]   [& ! (]   [: ( (]
    [( ! %]   [& ( %]   [: < %]
    [( ( *]   [& < *]   [      ]", + "options": [ + "[& ! (]", + "[( * *]", + "[( % !]", + "[* ~ :]", + "[: < %]", + "[& * (]", + "[: ~ *]", + "[* ~ *]" + ], + "correct": 6, + "prob_ind": 62 + }, + { + "prompt": "[: $ ~]   [( : (]   [~ > >]
    [: : ~]   [( > (]   [~ ~ >]
    [: > ~]   [( ~ (]   [      ]", + "options": [ + "[: $ (]", + "[> ~ >]", + "[~ > >]", + "[~ > ~]", + "[~ < >]", + "[~ < !]", + "[~ ~ >]", + "[> ~ <]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[~ ! ~]   [< ~ <]   [& * (]
    [~ ! <]   [< ~ (]   [& * !]
    [~ ! (]   [< ~ !]   [      ]", + "options": [ + "[~ * ~]", + "[~ ! ~]", + "[~ ! !]", + "[~ & <]", + "[* * &]", + "[( ~ <]", + "[& * *]", + "[& ( *]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[% : *]   [% < !]   [% % (]
    [> : !]   [> < (]   [> % <]
    [! : (]   [! < <]   [      ]", + "options": [ + "[< > (]", + "[> < (]", + "[! < <]", + "[! % ~]", + "[< ! <]", + "[% < <]", + "[< % !]", + "[< % <]" + ], + "correct": 3, + "prob_ind": 65 + }, + { + "prompt": "[& ( ~]   [! ( <]   [< ( $]
    [! ~ ~]   [< ~ <]   [> ~ $]
    [< ! ~]   [> ! <]   [      ]", + "options": [ + "[! & !]", + "[$ ! $]", + "[< ~ !]", + "[! < ~]", + "[> $ &]", + "[! & *]", + "[& ! !]", + "[! ~ $]" + ], + "correct": 1, + "prob_ind": 66 + }, + { + "prompt": "[& ( *]   [! ( *]   [< ( *]
    [! % ~]   [< % ~]   [> % ~]
    [< : $]   [> : $]   [      ]", + "options": [ + "[< * (]", + "[$ $ <]", + "[* < (]", + "[$ > (]", + "[: $ $]", + "[< * <]", + "[$ : $]", + "[$ > $]" + ], + "correct": 6, + "prob_ind": 67 + }, + { + "prompt": "[> : :]   [> ~ <]   [> ( %]
    [$ ~ :]   [$ ( <]   [$ * %]
    [~ ( :]   [~ * <]   [      ]", + "options": [ + "[: ( (]", + "[( : *]", + "[% ~ %]", + "[< * <]", + "[! : (]", + "[~ % %]", + "[( : (]", + "[% : %]" + ], + "correct": 5, + "prob_ind": 68 + }, + { + "prompt": "[% ! !]   [< ~ (]   [$ $ <]
    [% ! (]   [< ~ <]   [$ $ ~]
    [% ! <]   [< ~ ~]   [      ]", + "options": [ + "[! % (]", + "[$ $ $]", + "[$ $ ~]", + "[$ $ >]", + "[> ! %]", + "[~ < <]", + "[$ ~ $]", + "[% $ !]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[$ : %]   [% : &]   [( : *]
    [$ $ &]   [% $ *]   [( $ !]
    [$ > *]   [% > !]   [      ]", + "options": [ + "[( : (]", + "[% : !]", + "[( > (]", + "[( > *]", + "[( $ (]", + "[: ( (]", + "[> < <]", + "[> ( (]" + ], + "correct": 2, + "prob_ind": 70 + }, + { + "prompt": "[* $ ~]   [* > ~]   [* < ~]
    [! > :]   [! < :]   [! ! :]
    [% < <]   [% ! <]   [      ]", + "options": [ + "[! < ~]", + "[% < <]", + "[< < (]", + "[% & <]", + "[& * (]", + "[< % &]", + "[* ( %]", + "[( * %]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[% * (]   [& : (]   [* % (]
    [& * $]   [* : $]   [! % $]
    [* * &]   [! : &]   [      ]", + "options": [ + "[$ ! %]", + "[: ! <]", + "[( & &]", + "[& ( %]", + "[$ & %]", + "[% $ &]", + "[( & %]", + "[( % &]" + ], + "correct": 7, + "prob_ind": 72 + }, + { + "prompt": "[< % *]   [( $ %]   [! ! ~]
    [( % *]   [! $ %]   [* ! ~]
    [! % *]   [* $ %]   [      ]", + "options": [ + "[! % %]", + "[& ~ !]", + "[! & ~]", + "[& ! ~]", + "[% ! ~]", + "[~ & !]", + "[~ ! &]", + "[& & ~]" + ], + "correct": 3, + "prob_ind": 73 + }, + { + "prompt": "[: % >]   [: * >]   [: ( >]
    [( * (]   [( ( (]   [( ~ (]
    [< ( :]   [< ~ :]   [      ]", + "options": [ + "[< > :]", + "[< : :]", + "[< : >]", + "[: : <]", + "[% : >]", + "[: < :]", + "[> < :]", + "[: > :]" + ], + "correct": 1, + "prob_ind": 74 + }, + { + "prompt": "[! % &]   [( % *]   [< % %]
    [( < &]   [< < *]   [~ < %]
    [< ! &]   [~ ! *]   [      ]", + "options": [ + "[< ! &]", + "[> ! %]", + "[~ < %]", + "[$ ~ >]", + "[! % >]", + "[! > %]", + "[( < &]", + "[~ < &]" + ], + "correct": 1, + "prob_ind": 75 + }, + { + "prompt": "[~ % %]   [< % !]   [( % >]
    [< ( %]   [( ( !]   [! ( >]
    [( $ %]   [! $ !]   [      ]", + "options": [ + "[! $ >]", + "[$ * >]", + "[$ > *]", + "[( % >]", + "[< ( !]", + "[> * $]", + "[> $ *]", + "[* $ >]" + ], + "correct": 7, + "prob_ind": 76 + }, + { + "prompt": "[$ ~ <]   [> ~ &]   [< ~ :]
    [> ! <]   [< ! &]   [! ! :]
    [< $ <]   [! $ &]   [      ]", + "options": [ + "[& > ~]", + "[& $ :]", + "[% $ :]", + "[* ! *]", + "[! ! <]", + "[& > :]", + "[$ < <]", + "[< ~ :]" + ], + "correct": 1, + "prob_ind": 77 + }, + { + "prompt": "[< ( (]   [< < (]   [< ~ (]
    [% < &]   [% ~ &]   [% > &]
    [& ~ :]   [& > :]   [      ]", + "options": [ + "[: : :]", + "[& > :]", + "[~ $ :]", + "[& : :]", + "[: $ :]", + "[: : &]", + "[& ~ :]", + "[< ( (]" + ], + "correct": 3, + "prob_ind": 78 + }, + { + "prompt": "[! ~ %]   [( ~ %]   [< ~ %]
    [( $ ~]   [< $ ~]   [~ $ ~]
    [< ( >]   [~ ( >]   [      ]", + "options": [ + "[> ( ~]", + "[~ < $]", + "[> ~ %]", + "[> ( >]", + "[~ ( >]", + "[~ ~ ~]", + "[$ ~ ~]", + "[> ( <]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[< & &]   [< ! !]   [< < >]
    [! ! &]   [! < !]   [! > >]
    [> < &]   [> > !]   [      ]", + "options": [ + "[: * :]", + "[! < &]", + "[> $ >]", + "[$ $ >]", + "[> > !]", + "[> ! >]", + "[! > >]", + "[! ~ >]" + ], + "correct": 2, + "prob_ind": 80 + }, + { + "prompt": "[: ! *]   [: ! !]   [: ! (]
    [* ( !]   [* ( (]   [* ( <]
    [> % (]   [> % <]   [      ]", + "options": [ + "[( * !]", + "[> % ~]", + "[( > <]", + "[< ( ~]", + "[( > *]", + "[( ! !]", + "[* ! *]", + "[* ( <]" + ], + "correct": 1, + "prob_ind": 81 + }, + { + "prompt": "[% : (]   [& $ &]   [* * *]
    [& : (]   [* $ &]   [! * *]
    [* : (]   [! $ &]   [      ]", + "options": [ + "[( & :]", + "[& : (]", + "[( % !]", + "[( ! *]", + "[( * *]", + "[$ ~ (]", + "[! * %]", + "[! * *]" + ], + "correct": 4, + "prob_ind": 82 + }, + { + "prompt": "[* < ~]   [! < (]   [( < >]
    [! > ~]   [( > (]   [< > >]
    [( % ~]   [< % (]   [      ]", + "options": [ + "[* < ~]", + "[> % ~]", + "[( ~ (]", + "[( < $]", + "[< ( !]", + "[( > (]", + "[~ % >]", + "[> ~ %]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[& * !]   [* ! %]   [! ( *]
    [* * !]   [! ! %]   [( ( *]
    [! * !]   [( ! %]   [      ]", + "options": [ + "[( ( *]", + "[* < (]", + "[< ( *]", + "[( < *]", + "[> ( *]", + "[& ( !]", + "[* ( <]", + "[& * !]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[( % :]   [< % ~]   [: % (]
    [( : ~]   [< : (]   [: : *]
    [( ~ (]   [< ~ *]   [      ]", + "options": [ + "[: ~ %]", + "[: $ *]", + "[: % ~]", + "[: : %]", + "[% $ ~]", + "[< > *]", + "[% : ~]", + "[< < :]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[! < %]   [( < !]   [< < (]
    [( ~ %]   [< ~ !]   [~ ~ (]
    [< : %]   [~ : !]   [      ]", + "options": [ + "[& > $]", + "[> & $]", + "[( < (]", + "[: ~ !]", + "[> : (]", + "[: ! ~]", + "[: : !]", + "[~ ! <]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[: ~ &]   [~ ~ &]   [( ~ &]
    [~ : %]   [( : %]   [* : %]
    [( ! :]   [* ! :]   [      ]", + "options": [ + "[( % :]", + "[% ( :]", + "[< < >]", + "[( : &]", + "[! : %]", + "[( ( :]", + "[: * %]", + "[% ! :]" + ], + "correct": 7, + "prob_ind": 87 + }, + { + "prompt": "[% % &]   [% % !]   [% % <]
    [~ ! !]   [~ ! <]   [~ ! >]
    [: $ <]   [: $ >]   [      ]", + "options": [ + "[! ~ (]", + "[: $ >]", + "[: $ $]", + "[~ ! <]", + "[! ~ <]", + "[% % &]", + "[< ~ !]", + "[: ~ (]" + ], + "correct": 2, + "prob_ind": 88 + }, + { + "prompt": "[$ % ~]   [$ > <]   [$ * (]
    [! % <]   [! > (]   [! * !]
    [( % (]   [( > !]   [      ]", + "options": [ + "[* ( *]", + "[( * *]", + "[$ % <]", + "[* * (]", + "[< ! <]", + "[< * !]", + "[$ > (]", + "[( * $]" + ], + "correct": 1, + "prob_ind": 89 + }, + { + "prompt": "[~ ! <]   [~ ( !]   [~ < ~]
    [% ( <]   [% < !]   [% ~ ~]
    [< < <]   [< ~ !]   [      ]", + "options": [ + "[: : *]", + "[~ ( :]", + "[! > ~]", + "[< > ~]", + "[< ~ <]", + "[! > :]", + "[~ ( <]", + "[* : :]" + ], + "correct": 3, + "prob_ind": 90 + }, + { + "prompt": "[$ ( :]   [! ! :]   [< * :]
    [$ ! <]   [! * <]   [< & <]
    [$ * &]   [! & &]   [      ]", + "options": [ + "[% < <]", + "[% < &]", + "[( ( <]", + "[< & <]", + "[! & *]", + "[! & <]", + "[! * <]", + "[< % &]" + ], + "correct": 7, + "prob_ind": 91 + }, + { + "prompt": "[$ & !]   [% * &]   [< ! *]
    [$ * !]   [% ! &]   [< ( *]
    [$ ! !]   [% ( &]   [      ]", + "options": [ + "[$ ( !]", + "[> & !]", + "[~ ! *]", + "[< ! !]", + "[$ ! !]", + "[< < *]", + "[< ! &]", + "[* < <]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[$ * <]   [> ~ (]   [( < !]
    [$ * (]   [> ~ !]   [( < *]
    [$ * !]   [> ~ *]   [      ]", + "options": [ + "[( < &]", + "[( < *]", + "[$ * !]", + "[% ! !]", + "[: * !]", + "[% : $]", + "[( ! <]", + "[: * <]" + ], + "correct": 0, + "prob_ind": 93 + }, + { + "prompt": "[: % &]   [: * &]   [: ( &]
    [! * *]   [! ( *]   [! ~ *]
    [& ( ~]   [& ~ ~]   [      ]", + "options": [ + "[* ~ >]", + "[: % &]", + "[: ~ &]", + "[& : ~]", + "[> % &]", + "[* ! *]", + "[~ $ :]", + "[~ : &]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[> % (]   [& * ~]   [( ( $]
    [> * (]   [& ( ~]   [( ~ $]
    [> ( (]   [& ~ ~]   [      ]", + "options": [ + "[* ( %]", + "[> % (]", + "[> * (]", + "[( : $]", + "[& ( ~]", + "[~ ~ &]", + "[& ~ ~]", + "[< ~ $]" + ], + "correct": 3, + "prob_ind": 95 + }, + { + "prompt": "[: * *]   [: * !]   [: * (]
    [% > !]   [% > (]   [% > <]
    [~ : (]   [~ : <]   [      ]", + "options": [ + "[~ : ~]", + "[> ! %]", + "[! & (]", + "[~ * (]", + "[: ~ ~]", + "[: > !]", + "[~ : (]", + "[> % (]" + ], + "correct": 0, + "prob_ind": 96 + }, + { + "prompt": "[$ > %]   [* > &]   [> > *]
    [$ ( &]   [* ( *]   [> ( !]
    [$ ! *]   [* ! !]   [      ]", + "options": [ + "[$ > %]", + "[( ! >]", + "[$ > !]", + "[& < :]", + "[> ! (]", + "[> & (]", + "[> $ !]", + "[* > *]" + ], + "correct": 4, + "prob_ind": 97 + }, + { + "prompt": "[: : &]   [> : $]   [~ : :]
    [> ~ &]   [~ ~ $]   [< ~ :]
    [~ & &]   [< & $]   [      ]", + "options": [ + "[& ( :]", + "[> ( !]", + "[( & :]", + "[& & :]", + "[& : (]", + "[& ( (]", + "[> ~ :]", + "[: & (]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[~ : %]   [~ ~ %]   [~ ( %]
    [& ~ (]   [& ( (]   [& * (]
    [: ( :]   [: * :]   [      ]", + "options": [ + "[* : :]", + "[& ~ %]", + "[& ( ~]", + "[! ~ &]", + "[% : :]", + "[: % :]", + "[: ( :]", + "[( ~ &]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "three_rule_comb3": [ + { + "prompt": "[$ & (]   [! ! >]   [< > :]
    [$ > >]   [! & :]   [< ! (]
    [$ ! :]   [! > (]   [      ]", + "options": [ + "[> * !]", + "[( < !]", + "[> $ >]", + "[> & >]", + "[< & $]", + "[< : >]", + "[> < !]", + "[< & >]" + ], + "correct": 7, + "prob_ind": 0 + }, + { + "prompt": "[* ~ %]   [! & (]   [< ( *]
    [< & %]   [* ( (]   [! ~ *]
    [! ( %]   [< ~ (]   [      ]", + "options": [ + "[* & *]", + "[$ : :]", + "[< * (]", + "[! ~ *]", + "[< ! *]", + "[* * &]", + "[( * (]", + "[* < (]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[* > <]   [~ > >]   [$ > %]
    [~ ~ >]   [$ ~ %]   [* ~ <]
    [$ ! %]   [* ! <]   [      ]", + "options": [ + "[~ ! >]", + "[& % ~]", + "[~ > >]", + "[* & <]", + "[~ ~ <]", + "[* > <]", + "[$ > %]", + "[> ~ ~]" + ], + "correct": 0, + "prob_ind": 2 + }, + { + "prompt": "[( * >]   [& * $]   [< * !]
    [< % $]   [( % !]   [& % >]
    [& : !]   [< : >]   [      ]", + "options": [ + "[< : >]", + "[( * %]", + "[( : $]", + "[> % $]", + "[< % $]", + "[! : !]", + "[( * $]", + "[~ % $]" + ], + "correct": 2, + "prob_ind": 3 + }, + { + "prompt": "[! ( <]   [% ( (]   [( ( >]
    [% * (]   [( * >]   [! * <]
    [( < >]   [! < <]   [      ]", + "options": [ + "[% ( (]", + "[% ( *]", + "[% < (]", + "[* ! &]", + "[( ( >]", + "[( * >]", + "[& ! *]", + "[( < %]" + ], + "correct": 2, + "prob_ind": 4 + }, + { + "prompt": "[$ : %]   [( & %]   [~ ~ %]
    [( & *]   [~ ~ *]   [$ : *]
    [~ ~ (]   [$ : (]   [      ]", + "options": [ + "[( & %]", + "[( & (]", + "[~ ! !]", + "[~ ( *]", + "[( & !]", + "[~ ! *]", + "[~ ~ *]", + "[~ ~ (]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[~ < >]   [( > >]   [* ! >]
    [( > &]   [* ! &]   [~ < &]
    [* ! :]   [~ < :]   [      ]", + "options": [ + "[( > <]", + "[~ ( &]", + "[~ < :]", + "[( : >]", + "[( > :]", + "[> % %]", + "[( ! &]", + "[* ! &]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[$ * $]   [( % :]   [< ( ~]
    [< % $]   [$ ( :]   [( * ~]
    [( ( $]   [< * :]   [      ]", + "options": [ + "[~ ~ &]", + "[( & ~]", + "[~ ( &]", + "[( % :]", + "[: % (]", + "[~ $ %]", + "[$ ~ %]", + "[$ % ~]" + ], + "correct": 7, + "prob_ind": 7 + }, + { + "prompt": "[$ % :]   [< & :]   [> ! :]
    [> ! $]   [$ % $]   [< & $]
    [< & <]   [> ! <]   [      ]", + "options": [ + "[$ ! >]", + "[> ! :]", + "[$ $ (]", + "[$ % <]", + "[$ % (]", + "[$ % $]", + "[< & <]", + "[& * &]" + ], + "correct": 3, + "prob_ind": 8 + }, + { + "prompt": "[( * $]   [$ % $]   [: ( $]
    [$ % !]   [: ( !]   [( * !]
    [: ( (]   [( * (]   [      ]", + "options": [ + "[~ > <]", + "[( * $]", + "[$ % (]", + "[: $ (]", + "[< < >]", + "[( * &]", + "[~ < >]", + "[( : $]" + ], + "correct": 2, + "prob_ind": 9 + }, + { + "prompt": "[: < $]   [: * >]   [: > (]
    [% * >]   [% > (]   [% < $]
    [~ > (]   [~ < $]   [      ]", + "options": [ + "[> > *]", + "[> : (]", + "[( > :]", + "[: ( >]", + "[~ $ <]", + "[< $ %]", + "[> ~ *]", + "[~ * >]" + ], + "correct": 7, + "prob_ind": 10 + }, + { + "prompt": "[% $ >]   [: > ~]   [( < <]
    [( > >]   [% < ~]   [: $ <]
    [: < >]   [( $ ~]   [      ]", + "options": [ + "[: < <]", + "[% > <]", + "[: $ <]", + "[< % ~]", + "[( < <]", + "[: > <]", + "[~ * ~]", + "[: > ~]" + ], + "correct": 1, + "prob_ind": 11 + }, + { + "prompt": "[& % ~]   [& ( :]   [& & &]
    [* & :]   [* % &]   [* ( ~]
    [! ( &]   [! & ~]   [      ]", + "options": [ + "[~ ( *]", + "[& & ~]", + "[* ( ~]", + "[! & ~]", + "[! % :]", + "[* ( (]", + "[( & :]", + "[% ( ~]" + ], + "correct": 4, + "prob_ind": 12 + }, + { + "prompt": "[~ ~ $]   [< ( !]   [* % ~]
    [~ % ~]   [< ~ $]   [* ( !]
    [~ ( !]   [< % ~]   [      ]", + "options": [ + "[* ~ !]", + "[* ~ $]", + "[< % ~]", + "[~ % ~]", + "[* ~ >]", + "[* ~ ~]", + "[* ~ :]", + "[~ % >]" + ], + "correct": 1, + "prob_ind": 13 + }, + { + "prompt": "[* * *]   [! ! <]   [( % $]
    [* ! <]   [! % $]   [( * *]
    [* % $]   [! * *]   [      ]", + "options": [ + "[( % $]", + "[! ! $]", + "[! * *]", + "[( < <]", + "[! * %]", + "[! ( <]", + "[( ! <]", + "[* ! <]" + ], + "correct": 6, + "prob_ind": 14 + }, + { + "prompt": "[: ! $]   [: > %]   [: ( :]
    [$ ( :]   [$ ! $]   [$ > %]
    [& > %]   [& ( :]   [      ]", + "options": [ + "[& ! $]", + "[$ $ !]", + "[$ > $]", + "[: ( !]", + "[$ > :]", + "[$ ! $]", + "[: : %]", + "[: ( $]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[< ! &]   [& $ &]   [* < &]
    [& $ :]   [* < :]   [< ! :]
    [* < ~]   [< ! ~]   [      ]", + "options": [ + "[* : $]", + "[~ & $]", + "[: $ >]", + "[~ & (]", + "[( ! :]", + "[& $ (]", + "[$ : &]", + "[& $ ~]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[: ( (]   [$ $ (]   [( * (]
    [( $ ~]   [: * ~]   [$ ( ~]
    [$ * $]   [( ( $]   [      ]", + "options": [ + "[( & *]", + "[% > %]", + "[: $ $]", + "[( > ~]", + "[$ $ $]", + "[< < &]", + "[: & ~]", + "[: ( (]" + ], + "correct": 2, + "prob_ind": 17 + }, + { + "prompt": "[< < :]   [$ ! :]   [( > :]
    [( > &]   [< < &]   [$ ! &]
    [$ ! $]   [( > $]   [      ]", + "options": [ + "[$ < <]", + "[< < :]", + "[~ < $]", + "[< < $]", + "[$ ! :]", + "[< > $]", + "[~ < :]", + "[< $ <]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[> & (]   [! & &]   [: & $]
    [: : &]   [> : $]   [! : (]
    [! * $]   [: * (]   [      ]", + "options": [ + "[* > &]", + "[& $ :]", + "[! & :]", + "[> * &]", + "[! & $]", + "[: : *]", + "[: : &]", + "[& * $]" + ], + "correct": 3, + "prob_ind": 19 + }, + { + "prompt": "[$ > %]   [& < &]   [! : (]
    [! < %]   [$ : &]   [& > (]
    [& : %]   [! > &]   [      ]", + "options": [ + "[& : &]", + "[< ! %]", + "[! > &]", + "[> : $]", + "[$ < (]", + "[: $ $]", + "[( $ <]", + "[& > (]" + ], + "correct": 4, + "prob_ind": 20 + }, + { + "prompt": "[! > *]   [: ~ (]   [$ ! $]
    [$ > $]   [! ~ *]   [: ! (]
    [: > (]   [$ ~ $]   [      ]", + "options": [ + "[( $ $]", + "[! ! *]", + "[( & *]", + "[( : $]", + "[( : >]", + "[! & *]", + "[: > (]", + "[$ ~ (]" + ], + "correct": 1, + "prob_ind": 21 + }, + { + "prompt": "[$ < ~]   [( % *]   [& > $]
    [( < $]   [& % ~]   [$ > *]
    [& < *]   [$ % $]   [      ]", + "options": [ + "[~ ( >]", + "[( > ~]", + "[~ ( <]", + "[~ $ <]", + "[& % $]", + "[( < ~]", + "[$ < ~]", + "[~ < ~]" + ], + "correct": 1, + "prob_ind": 22 + }, + { + "prompt": "[( ! *]   [! $ *]   [: % *]
    [! % !]   [: ! !]   [( $ !]
    [: $ $]   [( % $]   [      ]", + "options": [ + "[! ( $]", + "[! & !]", + "[< < &]", + "[! ! $]", + "[( ( !]", + "[! % *]", + "[! $ !]", + "[> % ~]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[& ~ (]   [% > &]   [: & *]
    [% ~ *]   [: > (]   [& & &]
    [: ~ &]   [& > *]   [      ]", + "options": [ + "[% < &]", + "[& * %]", + "[: : &]", + "[& & (]", + "[< % &]", + "[& < %]", + "[% & (]", + "[& ( %]" + ], + "correct": 6, + "prob_ind": 24 + }, + { + "prompt": "[% ~ %]   [% % :]   [% $ <]
    [: $ :]   [: ~ <]   [: % %]
    [& % <]   [& $ %]   [      ]", + "options": [ + "[% ~ *]", + "[& < *]", + "[& : :]", + "[& < %]", + "[% : :]", + "[* ~ %]", + "[& ~ :]", + "[~ : &]" + ], + "correct": 6, + "prob_ind": 25 + }, + { + "prompt": "[< & %]   [! > ~]   [: : :]
    [: > %]   [< : ~]   [! & :]
    [! : %]   [: & ~]   [      ]", + "options": [ + "[: > %]", + "[: > <]", + "[: ~ <]", + "[% ~ >]", + "[< > :]", + "[: ~ &]", + "[% : >]", + "[~ > %]" + ], + "correct": 4, + "prob_ind": 26 + }, + { + "prompt": "[> > !]   [> & &]   [> : ~]
    [$ & ~]   [$ : !]   [$ > &]
    [& : &]   [& > ~]   [      ]", + "options": [ + "[~ : ~]", + "[$ > ~]", + "[& & ~]", + "[: ~ ~]", + "[& : ~]", + "[> : ~]", + "[& & !]", + "[> * <]" + ], + "correct": 6, + "prob_ind": 27 + }, + { + "prompt": "[( > $]   [* > (]   [& > %]
    [& $ (]   [( $ %]   [* $ $]
    [* % %]   [& % $]   [      ]", + "options": [ + "[* % :]", + "[( % ~]", + "[% * %]", + "[* > ~]", + "[( % (]", + "[( ( %]", + "[* % $]", + "[< % (]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[% ~ &]   [! * &]   [* : &]
    [* : ~]   [% ~ ~]   [! * ~]
    [! * >]   [* : >]   [      ]", + "options": [ + "[$ ~ &]", + "[> ~ %]", + "[( * &]", + "[> ~ *]", + "[> : *]", + "[% ~ >]", + "[& : *]", + "[& * (]" + ], + "correct": 5, + "prob_ind": 29 + }, + { + "prompt": "[* & !]   [< ( !]   [( $ !]
    [< $ (]   [( & (]   [* ( (]
    [( ( $]   [* $ $]   [      ]", + "options": [ + "[< $ (]", + "[( ! <]", + "[! $ (]", + "[$ ( (]", + "[< ( !]", + "[< * $]", + "[< & $]", + "[$ & <]" + ], + "correct": 6, + "prob_ind": 30 + }, + { + "prompt": "[$ > ~]   [~ ( ~]   [> : ~]
    [~ ( <]   [> : <]   [$ > <]
    [> : :]   [$ > :]   [      ]", + "options": [ + "[> $ :]", + "[( : ~]", + "[> $ <]", + "[$ : <]", + "[~ ! :]", + "[$ > !]", + "[~ ( :]", + "[$ $ <]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[& $ $]   [$ * %]   [( ! !]
    [$ $ %]   [( * !]   [& ! $]
    [( $ !]   [& * $]   [      ]", + "options": [ + "[( $ (]", + "[$ ! %]", + "[& * $]", + "[: ! %]", + "[& * :]", + "[$ $ &]", + "[% $ !]", + "[& $ !]" + ], + "correct": 1, + "prob_ind": 32 + }, + { + "prompt": "[* : ~]   [* $ <]   [* ! >]
    [< $ <]   [< ! >]   [< : ~]
    [$ ! >]   [$ : ~]   [      ]", + "options": [ + "[: : !]", + "[$ : ~]", + "[! ~ $]", + "[* : >]", + "[$ < :]", + "[* $ !]", + "[$ < $]", + "[$ $ <]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[& ! ~]   [* ( :]   [$ & %]
    [& ( :]   [* & %]   [$ ! ~]
    [& & %]   [* ! ~]   [      ]", + "options": [ + "[* & *]", + "[& ! :]", + "[* ( :]", + "[$ ! :]", + "[* & %]", + "[$ ( :]", + "[& ( :]", + "[& & %]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[& > >]   [& ! :]   [& & ~]
    [: ! :]   [: & ~]   [: > >]
    [! & ~]   [! > >]   [      ]", + "options": [ + "[: * :]", + "[: : !]", + "[: ! :]", + "[: > >]", + "[! : :]", + "[! * :]", + "[> ~ *]", + "[! ! :]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[( $ !]   [( ~ (]   [( : &]
    [* ~ &]   [* : !]   [* $ (]
    [& : (]   [& $ &]   [      ]", + "options": [ + "[& & (]", + "[* : (]", + "[& $ (]", + "[* : !]", + "[& ~ !]", + "[( ~ (]", + "[& & $]", + "[& $ &]" + ], + "correct": 4, + "prob_ind": 36 + }, + { + "prompt": "[* < &]   [( & %]   [% * >]
    [( * &]   [% < %]   [* & >]
    [% & &]   [* * %]   [      ]", + "options": [ + "[& ( &]", + "[( < >]", + "[( < ~]", + "[% & &]", + "[< > (]", + "[( % &]", + "[( & &]", + "[( & %]" + ], + "correct": 1, + "prob_ind": 37 + }, + { + "prompt": "[< $ $]   [: % :]   [% > *]
    [: $ *]   [% % $]   [< > :]
    [% $ :]   [< % *]   [      ]", + "options": [ + "[% $ :]", + "[% > !]", + "[: > $]", + "[% < !]", + "[> ~ >]", + "[% : :]", + "[* $ $]", + "[% $ $]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[! ! !]   [~ ! *]   [& ! <]
    [& ( <]   [! ( !]   [~ ( *]
    [~ : *]   [& : <]   [      ]", + "options": [ + "[! ! !]", + "[( : !]", + "[< * &]", + "[! : !]", + "[< * <]", + "[! & <]", + "[& ! <]", + "[< ! &]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[% ~ ~]   [* ~ $]   [: ~ %]
    [: * $]   [% * %]   [* * ~]
    [* % %]   [: % ~]   [      ]", + "options": [ + "[* * %]", + "[& : %]", + "[% % :]", + "[% % *]", + "[* ~ %]", + "[% % $]", + "[& : (]", + "[* % $]" + ], + "correct": 5, + "prob_ind": 40 + }, + { + "prompt": "[& : %]   [< : *]   [! : !]
    [< & *]   [! & !]   [& & %]
    [! * !]   [& * %]   [      ]", + "options": [ + "[! ~ !]", + "[< : %]", + "[! : !]", + "[* : <]", + "[! $ *]", + "[< * *]", + "[! : *]", + "[& : %]" + ], + "correct": 5, + "prob_ind": 41 + }, + { + "prompt": "[* : ~]   [* & (]   [* * *]
    [~ & *]   [~ * ~]   [~ : (]
    [$ * (]   [$ : *]   [      ]", + "options": [ + "[% * <]", + "[$ : *]", + "[$ & <]", + "[( & *]", + "[! ! (]", + "[* : ~]", + "[* * *]", + "[$ & ~]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[~ ! $]   [! ( $]   [: < $]
    [! ( %]   [: < %]   [~ ! %]
    [: < !]   [~ ! !]   [      ]", + "options": [ + "[~ ~ ~]", + "[! ( !]", + "[( ( !]", + "[$ $ &]", + "[( ! !]", + "[! ( (]", + "[! ( $]", + "[( ! %]" + ], + "correct": 1, + "prob_ind": 43 + }, + { + "prompt": "[% > *]   [~ $ :]   [: ! ~]
    [% $ :]   [~ ! ~]   [: > *]
    [% ! ~]   [~ > *]   [      ]", + "options": [ + "[: > :]", + "[: $ :]", + "[$ $ :]", + "[% > %]", + "[: ! :]", + "[: > (]", + "[: > *]", + "[$ : :]" + ], + "correct": 1, + "prob_ind": 44 + }, + { + "prompt": "[& $ <]   [$ < *]   [> ~ %]
    [$ ~ <]   [> $ *]   [& < %]
    [> < <]   [& ~ *]   [      ]", + "options": [ + "[> ~ %]", + "[& & >]", + "[> < *]", + "[$ $ %]", + "[& $ >]", + "[< * >]", + "[> ~ *]", + "[$ ( *]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[& $ &]   [( < <]   [% ( :]
    [& < :]   [( ( &]   [% $ <]
    [& ( <]   [( $ :]   [      ]", + "options": [ + "[( : $]", + "[< & %]", + "[$ : (]", + "[% < &]", + "[& < :]", + "[& & $]", + "[% ! &]", + "[% < *]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[* ! ~]   [~ ! *]   [> ! (]
    [~ ~ *]   [> ~ (]   [* ~ ~]
    [> ( (]   [* ( ~]   [      ]", + "options": [ + "[~ ~ %]", + "[> ! (]", + "[( * (]", + "[( > (]", + "[> % >]", + "[( ( >]", + "[~ ( *]", + "[~ * (]" + ], + "correct": 6, + "prob_ind": 47 + }, + { + "prompt": "[! > ~]   [! : :]   [! * %]
    [< * :]   [< > %]   [< : ~]
    [> : %]   [> * ~]   [      ]", + "options": [ + "[! > ~]", + "[< ~ $]", + "[< > $]", + "[> > :]", + "[< ~ :]", + "[> > ~]", + "[> : :]", + "[: ! :]" + ], + "correct": 3, + "prob_ind": 48 + }, + { + "prompt": "[> ! *]   [$ : (]   [< $ ~]
    [$ ! (]   [< : ~]   [> $ *]
    [< ! ~]   [> : *]   [      ]", + "options": [ + "[> : ~]", + "[> $ (]", + "[! * >]", + "[$ $ (]", + "[( $ $]", + "[> ( $]", + "[< ! ~]", + "[( > $]" + ], + "correct": 3, + "prob_ind": 49 + }, + { + "prompt": "[* $ ~]   [& & <]   [% ~ (]
    [& $ <]   [% & (]   [* ~ ~]
    [% $ (]   [* & ~]   [      ]", + "options": [ + "[* ~ (]", + "[> ~ >]", + "[~ & <]", + "[& ~ <]", + "[( & %]", + "[$ & <]", + "[$ & >]", + "[% & (]" + ], + "correct": 3, + "prob_ind": 50 + }, + { + "prompt": "[( ( $]   [( % :]   [( ~ !]
    [> % :]   [> ~ !]   [> ( $]
    [$ ~ !]   [$ ( $]   [      ]", + "options": [ + "[$ % :]", + "[! ~ (]", + "[: $ %]", + "[$ ~ :]", + "[~ $ !]", + "[$ % $]", + "[* $ >]", + "[! ~ ~]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[( < $]   [< ( %]   [& * ~]
    [& ( $]   [( * %]   [< < ~]
    [< * $]   [& < %]   [      ]", + "options": [ + "[( ( ~]", + "[< < ~]", + "[& < %]", + "[* * %]", + "[& ~ *]", + "[% & <]", + "[< ! %]", + "[& ( *]" + ], + "correct": 0, + "prob_ind": 52 + }, + { + "prompt": "[> $ *]   [~ ~ &]   [( % :]
    [~ $ &]   [( ~ :]   [> % *]
    [( $ :]   [> ~ *]   [      ]", + "options": [ + "[~ * &]", + "[> % &]", + "[~ $ &]", + "[: $ *]", + "[$ < (]", + "[$ & ~]", + "[~ % &]", + "[: $ !]" + ], + "correct": 6, + "prob_ind": 53 + }, + { + "prompt": "[* ( >]   [% > :]   [& & <]
    [% > >]   [& & :]   [* ( <]
    [& & >]   [* ( :]   [      ]", + "options": [ + "[( < *]", + "[! < >]", + "[% > <]", + "[* * :]", + "[% $ %]", + "[& > <]", + "[% ~ <]", + "[* & >]" + ], + "correct": 2, + "prob_ind": 54 + }, + { + "prompt": "[( ( &]   [: * &]   [> $ &]
    [> * %]   [( $ %]   [: ( %]
    [: $ !]   [> ( !]   [      ]", + "options": [ + "[> $ &]", + "[( * !]", + "[( $ %]", + "[( % <]", + "[> ( >]", + "[( : %]", + "[( % !]", + "[> : &]" + ], + "correct": 1, + "prob_ind": 55 + }, + { + "prompt": "[( ! :]   [< & >]   [$ < %]
    [( < >]   [< ! %]   [$ & :]
    [( & %]   [< < :]   [      ]", + "options": [ + "[( ! :]", + "[! : (]", + "[$ ! >]", + "[> ! $]", + "[( < >]", + "[: * &]", + "[! & >]", + "[& : *]" + ], + "correct": 2, + "prob_ind": 56 + }, + { + "prompt": "[( ! *]   [: $ !]   [~ > <]
    [( > !]   [: ! <]   [~ $ *]
    [( $ <]   [: > *]   [      ]", + "options": [ + "[! ~ !]", + "[~ ! (]", + "[! ! ~]", + "[~ ! !]", + "[( ! ~]", + "[> ! (]", + "[! < !]", + "[: ! <]" + ], + "correct": 3, + "prob_ind": 57 + }, + { + "prompt": "[< * *]   [% * &]   [$ * ~]
    [$ ! &]   [< ! ~]   [% ! *]
    [% & ~]   [$ & *]   [      ]", + "options": [ + "[~ $ *]", + "[! ~ :]", + "[< & %]", + "[< & &]", + "[~ : !]", + "[% * ~]", + "[% % &]", + "[: ~ !]" + ], + "correct": 3, + "prob_ind": 58 + }, + { + "prompt": "[( ~ <]   [& ! ~]   [$ * &]
    [& * <]   [$ ~ ~]   [( ! &]
    [$ ! <]   [( * ~]   [      ]", + "options": [ + "[* ~ (]", + "[! ( &]", + "[( ~ <]", + "[& ~ &]", + "[% < &]", + "[~ ~ $]", + "[% > &]", + "[% ~ &]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[< ~ :]   [< & %]   [< > !]
    [( & %]   [( > !]   [( ~ :]
    [~ > !]   [~ ~ :]   [      ]", + "options": [ + "[& < %]", + "[~ & %]", + "[% & ~]", + "[( ! >]", + "[< ~ :]", + "[( & %]", + "[~ & *]", + "[~ < :]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[* ( *]   [: > *]   [( ~ *]
    [: ~ %]   [( ( %]   [* > %]
    [( > :]   [* ~ :]   [      ]", + "options": [ + "[* ( :]", + "[* < %]", + "[% ( *]", + "[: ( :]", + "[% * <]", + "[% * ~]", + "[% ! <]", + "[: < :]" + ], + "correct": 3, + "prob_ind": 61 + }, + { + "prompt": "[( < :]   [( ( >]   [( ~ ~]
    [% ( >]   [% ~ ~]   [% < :]
    [< ~ ~]   [< < :]   [      ]", + "options": [ + "[< ( >]", + "[! & &]", + "[< > (]", + "[( ( >]", + "[> % (]", + "[% ~ ~]", + "[% < ~]", + "[( < :]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[~ ! *]   [% : *]   [< ( *]
    [< ( &]   [~ ! &]   [% : &]
    [% : !]   [< ( !]   [      ]", + "options": [ + "[( < *]", + "[~ ! !]", + "[< : !]", + "[% ( <]", + "[% : &]", + "[* ( <]", + "[! ( <]", + "[! ~ !]" + ], + "correct": 1, + "prob_ind": 63 + }, + { + "prompt": "[! > >]   [~ > *]   [% > <]
    [% ~ <]   [! ~ >]   [~ ~ *]
    [~ % *]   [% % <]   [      ]", + "options": [ + "[! % >]", + "[< & :]", + "[~ % *]", + "[~ > <]", + "[< % >]", + "[! & >]", + "[! % <]", + "[> ~ <]" + ], + "correct": 0, + "prob_ind": 64 + }, + { + "prompt": "[% ~ (]   [> > %]   [: & $]
    [> > (]   [: & %]   [% ~ $]
    [: & (]   [% ~ %]   [      ]", + "options": [ + "[$ : >]", + "[: ~ (]", + "[> > :]", + "[> ~ (]", + "[$ > >]", + "[( ! :]", + "[% ~ (]", + "[> > $]" + ], + "correct": 7, + "prob_ind": 65 + }, + { + "prompt": "[> ~ ~]   [: $ !]   [* > (]
    [: ~ (]   [* $ ~]   [> > !]
    [* ~ !]   [> $ (]   [      ]", + "options": [ + "[: ~ ~]", + "[: > ~]", + "[* $ ~]", + "[~ $ *]", + "[: ~ >]", + "[> ~ (]", + "[: $ !]", + "[( $ ~]" + ], + "correct": 1, + "prob_ind": 66 + }, + { + "prompt": "[: > :]   [& > ~]   [* > *]
    [& % ~]   [* % *]   [: % :]
    [* : *]   [: : :]   [      ]", + "options": [ + "[: : %]", + "[& : ~]", + "[: ~ :]", + "[* : ~]", + "[$ * %]", + "[: % :]", + "[* > *]", + "[& > :]" + ], + "correct": 1, + "prob_ind": 67 + }, + { + "prompt": "[: ~ (]   [* ~ *]   [> ~ <]
    [* $ *]   [> $ <]   [: $ (]
    [> ! <]   [: ! (]   [      ]", + "options": [ + "[* ! *]", + "[* * ~]", + "[* < *]", + "[( ! :]", + "[* : *]", + "[( ! *]", + "[: ( !]", + "[* * !]" + ], + "correct": 0, + "prob_ind": 68 + }, + { + "prompt": "[: % (]   [> * !]   [~ < *]
    [~ % *]   [: * (]   [> < !]
    [> % !]   [~ * *]   [      ]", + "options": [ + "[< * ~]", + "[: % <]", + "[> % !]", + "[> * *]", + "[: < (]", + "[: $ <]", + "[~ * <]", + "[< * (]" + ], + "correct": 4, + "prob_ind": 69 + }, + { + "prompt": "[~ > &]   [& ~ *]   [: $ %]
    [~ ~ *]   [& $ %]   [: > &]
    [~ $ %]   [& > &]   [      ]", + "options": [ + "[: ( *]", + "[~ * ~]", + "[& > !]", + "[& > *]", + "[: > &]", + "[~ ~ *]", + "[~ * :]", + "[: ~ *]" + ], + "correct": 7, + "prob_ind": 70 + }, + { + "prompt": "[: * :]   [& $ $]   [> ~ (]
    [& $ :]   [> ~ $]   [: * (]
    [> ~ :]   [: * $]   [      ]", + "options": [ + "[> ~ >]", + "[: * >]", + "[( : ~]", + "[& $ (]", + "[& $ <]", + "[> $ ~]", + "[: ~ (]", + "[: $ >]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[! > <]   [> * *]   [: : ~]
    [: * <]   [! : *]   [> > ~]
    [> : <]   [: > *]   [      ]", + "options": [ + "[> * <]", + "[> ! !]", + "[! * ~]", + "[: < &]", + "[( * ~]", + "[~ * !]", + "[> > ~]", + "[< & &]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[% $ !]   [$ % %]   [< : :]
    [$ $ %]   [< % :]   [% : !]
    [< $ :]   [% % !]   [      ]", + "options": [ + "[& ( $]", + "[$ : $]", + "[% % :]", + "[$ : %]", + "[$ $ :]", + "[% : $]", + "[& ! $]", + "[% % !]" + ], + "correct": 3, + "prob_ind": 73 + }, + { + "prompt": "[! : %]   [> % %]   [& ~ %]
    [> ~ <]   [& : <]   [! % <]
    [& % !]   [! ~ !]   [      ]", + "options": [ + "[> : &]", + "[~ : !]", + "[> % *]", + "[> : >]", + "[> : !]", + "[! ~ %]", + "[& : %]", + "[! : >]" + ], + "correct": 4, + "prob_ind": 74 + }, + { + "prompt": "[: & ~]   [: % (]   [: * &]
    [< * (]   [< & &]   [< % ~]
    [( % &]   [( * ~]   [      ]", + "options": [ + "[& & &]", + "[< & :]", + "[: * &]", + "[& < &]", + "[( * &]", + "[: % ~]", + "[: < &]", + "[( & (]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[! * $]   [> < $]   [( & $]
    [( < %]   [! & %]   [> * %]
    [> & (]   [( * (]   [      ]", + "options": [ + "[< < $]", + "[& < *]", + "[! < *]", + "[( < !]", + "[& < !]", + "[! & %]", + "[! < (]", + "[& < (]" + ], + "correct": 6, + "prob_ind": 76 + }, + { + "prompt": "[& ( (]   [~ : !]   [* $ <]
    [~ ( !]   [* : <]   [& $ (]
    [* ( <]   [& : (]   [      ]", + "options": [ + "[~ $ !]", + "[: > *]", + "[% $ (]", + "[~ ( !]", + "[< : !]", + "[~ : !]", + "[< $ !]", + "[* ( <]" + ], + "correct": 0, + "prob_ind": 77 + }, + { + "prompt": "[! > $]   [& > ~]   [~ > <]
    [& ! <]   [~ ! $]   [! ! ~]
    [~ < ~]   [! < <]   [      ]", + "options": [ + "[$ < &]", + "[~ < >]", + "[$ < :]", + "[> $ :]", + "[* * <]", + "[& < $]", + "[& ! ~]", + "[& ~ ~]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[( ( !]   [( : ~]   [( * %]
    [& : ~]   [& * %]   [& ( !]
    [! * %]   [! ( !]   [      ]", + "options": [ + "[& ( !]", + "[! : ~]", + "[% ! %]", + "[( : ~]", + "[: ~ (]", + "[! * %]", + "[: ~ *]", + "[~ ! :]" + ], + "correct": 1, + "prob_ind": 79 + }, + { + "prompt": "[* < (]   [( * $]   [: ( &]
    [( ( (]   [: < $]   [* * &]
    [: * (]   [* ( $]   [      ]", + "options": [ + "[( < &]", + "[$ < $]", + "[( * $]", + "[: < $]", + "[* ( <]", + "[* $ (]", + "[( > &]", + "[< & (]" + ], + "correct": 0, + "prob_ind": 80 + }, + { + "prompt": "[( $ :]   [( & ~]   [( ! >]
    [> & ~]   [> ! >]   [> $ :]
    [$ ! >]   [$ $ :]   [      ]", + "options": [ + "[$ > >]", + "[$ % ~]", + "[: $ >]", + "[> & ~]", + "[: < >]", + "[$ > :]", + "[> $ :]", + "[$ & ~]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[& > $]   [~ > *]   [( > ~]
    [( & ~]   [& & $]   [~ & *]
    [~ < *]   [( < ~]   [      ]", + "options": [ + "[& < $]", + "[( & *]", + "[* ~ >]", + "[( % *]", + "[* > ~]", + "[& & ~]", + "[& $ &]", + "[~ & *]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[: & >]   [! < <]   [$ ~ !]
    [: ~ !]   [! & >]   [$ < <]
    [: < <]   [! ~ !]   [      ]", + "options": [ + "[: ~ <]", + "[$ % >]", + "[$ & >]", + "[$ > &]", + "[< ( *]", + "[! ! ~]", + "[> $ &]", + "[> & :]" + ], + "correct": 2, + "prob_ind": 83 + }, + { + "prompt": "[~ & &]   [$ : <]   [: ~ !]
    [: ~ &]   [~ & <]   [$ : !]
    [$ : &]   [: ~ <]   [      ]", + "options": [ + "[$ : !]", + "[~ & &]", + "[~ & !]", + "[~ & <]", + "[~ ! <]", + "[~ : !]", + "[$ : &]", + "[: & !]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[* % ~]   [* : $]   [* $ <]
    [( $ <]   [( % ~]   [( : $]
    [! : $]   [! $ <]   [      ]", + "options": [ + "[! % ~]", + "[( % (]", + "[! : <]", + "[: ! <]", + "[: $ !]", + "[! : (]", + "[* $ <]", + "[( ! :]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[> * *]   [$ < :]   [* ~ (]
    [* * (]   [> < *]   [$ ~ :]
    [$ * :]   [* < (]   [      ]", + "options": [ + "[~ $ *]", + "[~ * <]", + "[$ ~ *]", + "[> ~ *]", + "[> * <]", + "[~ ~ <]", + "[! & :]", + "[$ < :]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[$ $ :]   [! ~ ~]   [> < >]
    [$ ~ ~]   [! < >]   [> $ :]
    [$ < >]   [! $ :]   [      ]", + "options": [ + "[& ! %]", + "[$ $ >]", + "[: & %]", + "[: $ $]", + "[> ~ ~]", + "[& ( %]", + "[% & (]", + "[> $ $]" + ], + "correct": 4, + "prob_ind": 87 + }, + { + "prompt": "[~ & $]   [~ > >]   [~ * %]
    [& > >]   [& * %]   [& & $]
    [> * %]   [> & $]   [      ]", + "options": [ + "[% & !]", + "[% & *]", + "[& > %]", + "[> > >]", + "[* % >]", + "[& * %]", + "[~ > >]", + "[$ > >]" + ], + "correct": 3, + "prob_ind": 88 + }, + { + "prompt": "[< & $]   [& & ~]   [% & (]
    [& ! (]   [% ! $]   [< ! ~]
    [% ( ~]   [< ( (]   [      ]", + "options": [ + "[& ( $]", + "[% & ~]", + "[* ( $]", + "[$ ! *]", + "[! & (]", + "[% ( &]", + "[% ! ~]", + "[< ! (]" + ], + "correct": 0, + "prob_ind": 89 + }, + { + "prompt": "[: < %]   [( $ %]   [~ & %]
    [( $ (]   [~ & (]   [: < (]
    [~ & !]   [: < !]   [      ]", + "options": [ + "[: $ (]", + "[: ( <]", + "[~ & %]", + "[( $ !]", + "[: $ %]", + "[: & %]", + "[( $ (]", + "[< $ !]" + ], + "correct": 3, + "prob_ind": 90 + }, + { + "prompt": "[% < <]   [& % <]   [! : <]
    [& % $]   [! : $]   [% < $]
    [! : :]   [% < :]   [      ]", + "options": [ + "[& % >]", + "[* < <]", + "[& % :]", + "[% : <]", + "[% : &]", + "[! ! &]", + "[< < %]", + "[! : :]" + ], + "correct": 2, + "prob_ind": 91 + }, + { + "prompt": "[< ( *]   [* & %]   [! ! >]
    [* ! *]   [! ( %]   [< & >]
    [! & *]   [< ! %]   [      ]", + "options": [ + "[* ( <]", + "[! ! *]", + "[* ( >]", + "[! ! (]", + "[& * !]", + "[* ~ (]", + "[< > &]", + "[! * !]" + ], + "correct": 2, + "prob_ind": 92 + }, + { + "prompt": "[& < *]   [( $ $]   [< & <]
    [( < $]   [< $ <]   [& & *]
    [< < <]   [& $ *]   [      ]", + "options": [ + "[( $ &]", + "[& $ (]", + "[< $ $]", + "[& ( $]", + "[< < <]", + "[( & $]", + "[& $ *]", + "[$ ( &]" + ], + "correct": 5, + "prob_ind": 93 + }, + { + "prompt": "[% % !]   [~ & !]   [* ( !]
    [~ ( *]   [* % *]   [% & *]
    [* & <]   [% ( <]   [      ]", + "options": [ + "[~ % <]", + "[~ ( *]", + "[( * ~]", + "[* * ~]", + "[& * <]", + "[% ~ <]", + "[( ( >]", + "[~ & <]" + ], + "correct": 0, + "prob_ind": 94 + }, + { + "prompt": "[$ % >]   [< $ <]   [> ! !]
    [$ $ !]   [< ! >]   [> % <]
    [$ ! <]   [< % !]   [      ]", + "options": [ + "[$ > %]", + "[> $ >]", + "[$ ! <]", + "[< $ >]", + "[! $ $]", + "[~ $ >]", + "[< % <]", + "[$ $ !]" + ], + "correct": 1, + "prob_ind": 95 + }, + { + "prompt": "[* ( &]   [* ! ~]   [* > (]
    [& > (]   [& ( &]   [& ! ~]
    [( ! ~]   [( > (]   [      ]", + "options": [ + "[* ! &]", + "[( : $]", + "[: $ ~]", + "[( & (]", + "[: : $]", + "[~ : $]", + "[* ( &]", + "[( ( &]" + ], + "correct": 7, + "prob_ind": 96 + }, + { + "prompt": "[( % !]   [~ & $]   [$ ! <]
    [~ & !]   [$ ! $]   [( % <]
    [$ ! !]   [( % $]   [      ]", + "options": [ + "[~ < &]", + "[( ! %]", + "[% ! (]", + "[~ & <]", + "[< < &]", + "[& < <]", + "[~ * <]", + "[$ & !]" + ], + "correct": 3, + "prob_ind": 97 + }, + { + "prompt": "[% > >]   [: > *]   [~ > (]
    [~ % *]   [% % (]   [: % >]
    [: : (]   [~ : >]   [      ]", + "options": [ + "[% & (]", + "[: > (]", + "[% : *]", + "[( : :]", + "[: % *]", + "[% ! (]", + "[~ % *]", + "[* % :]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[~ : :]   [% : *]   [> : <]
    [% ! *]   [> ! <]   [~ ! :]
    [> ~ <]   [~ ~ :]   [      ]", + "options": [ + "[% ~ *]", + "[~ ! <]", + "[: : *]", + "[< < :]", + "[~ ~ <]", + "[: < >]", + "[% ~ (]", + "[< < *]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "three_rule_comb4": [ + { + "prompt": "[( * %]   [< & $]   [~ > &]
    [< * &]   [~ & %]   [> > $]
    [~ * $]   [> & &]   [      ]", + "options": [ + "[% > :]", + "[~ % &]", + "[~ > %]", + "[: > %]", + "[& ~ %]", + "[~ & %]", + "[~ > &]", + "[~ > $]" + ], + "correct": 3, + "prob_ind": 0 + }, + { + "prompt": "[: < (]   [~ ~ <]   [> > $]
    [: ~ $]   [~ > (]   [> : <]
    [: > <]   [~ : $]   [      ]", + "options": [ + "[: < $]", + "[> > $]", + "[< : $]", + "[> ( $]", + "[> $ (]", + "[: > <]", + "[< > :]", + "[~ < (]" + ], + "correct": 4, + "prob_ind": 1 + }, + { + "prompt": "[< ! !]   [~ < !]   [> * !]
    [~ * $]   [> ! $]   [: < $]
    [> < &]   [: * &]   [      ]", + "options": [ + "[< ! (]", + "[$ ! &]", + "[> ! *]", + "[> * !]", + "[< < <]", + "[> < $]", + "[$ & !]", + "[> * $]" + ], + "correct": 1, + "prob_ind": 2 + }, + { + "prompt": "[~ < :]   [~ > ~]   [~ $ (]
    [: > ~]   [: $ (]   [: < *]
    [$ $ (]   [$ < *]   [      ]", + "options": [ + "[( ~ $]", + "[$ > %]", + "[$ $ (]", + "[~ > ~]", + "[~ ~ >]", + "[$ $ %]", + "[( $ :]", + "[* $ &]" + ], + "correct": 1, + "prob_ind": 3 + }, + { + "prompt": "[& > %]   [! : %]   [< % %]
    [! : :]   [< % :]   [> > :]
    [< % !]   [> > !]   [      ]", + "options": [ + "[* $ :]", + "[< % !]", + "[& < ~]", + "[$ : !]", + "[! $ :]", + "[% & >]", + "[$ ~ !]", + "[! % !]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[$ ( $]   [( < $]   [: ~ $]
    [( < *]   [: ~ *]   [$ > *]
    [: ~ <]   [$ > <]   [      ]", + "options": [ + "[$ > *]", + "[( : <]", + "[< : <]", + "[: ~ *]", + "[: ( <]", + "[: < <]", + "[~ $ :]", + "[< : (]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[< & <]   [~ ! %]   [> < ~]
    [~ ! <]   [> < %]   [: & ~]
    [> < <]   [: & %]   [      ]", + "options": [ + "[< ~ !]", + "[< > !]", + "[: & ~]", + "[~ $ !]", + "[< < >]", + "[~ % !]", + "[$ ! ~]", + "[< > &]" + ], + "correct": 6, + "prob_ind": 6 + }, + { + "prompt": "[$ & *]   [* * *]   [~ ! *]
    [* * &]   [~ ! &]   [$ ( &]
    [~ ! :]   [$ ( :]   [      ]", + "options": [ + "[: ( $]", + "[$ * :]", + "[* * *]", + "[~ ! *]", + "[* < :]", + "[* > :]", + "[$ ( :]", + "[$ ! &]" + ], + "correct": 4, + "prob_ind": 7 + }, + { + "prompt": "[~ ( >]   [< ! !]   [: * <]
    [: ! >]   [~ * !]   [< & <]
    [< * >]   [: & !]   [      ]", + "options": [ + "[~ & ~]", + "[~ % <]", + "[~ & <]", + "[! : >]", + "[% < ~]", + "[> < *]", + "[% < >]", + "[< ~ %]" + ], + "correct": 1, + "prob_ind": 8 + }, + { + "prompt": "[% ! &]   [& ( !]   [( & <]
    [( ! !]   [% ( <]   [& & >]
    [& ! <]   [( ( >]   [      ]", + "options": [ + "[& % $]", + "[( ! &]", + "[> ( (]", + "[% & $]", + "[& $ %]", + "[( ! <]", + "[< ! &]", + "[( ( >]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[> $ $]   [: < :]   [% & >]
    [: $ :]   [% < >]   [> & ~]
    [% $ >]   [> < ~]   [      ]", + "options": [ + "[: & <]", + "[~ < >]", + "[> < &]", + "[< : &]", + "[> < ~]", + "[: & ~]", + "[~ ~ >]", + "[< < ~]" + ], + "correct": 0, + "prob_ind": 10 + }, + { + "prompt": "[> > ~]   [* ~ ~]   [: < ~]
    [: ~ >]   [> < >]   [* ( >]
    [* < :]   [: ( :]   [      ]", + "options": [ + "[: > >]", + "[* ~ ~]", + "[~ : >]", + "[> ( ~]", + "[> ! :]", + "[> & !]", + "[> % &]", + "[> % %]" + ], + "correct": 4, + "prob_ind": 11 + }, + { + "prompt": "[( ( >]   [> : ~]   [% ! <]
    [% ( ~]   [( : <]   [> ! (]
    [> ( <]   [% : (]   [      ]", + "options": [ + "[< ! !]", + "[( ! (]", + "[( % $]", + "[$ % ~]", + "[~ > :]", + "[> : ~]", + "[! ( !]", + "[( ! !]" + ], + "correct": 7, + "prob_ind": 12 + }, + { + "prompt": "[< ( %]   [< < $]   [< ~ !]
    [~ < !]   [~ ~ %]   [~ > $]
    [% ~ $]   [% > !]   [      ]", + "options": [ + "[> % !]", + "[% > !]", + "[% : %]", + "[< ! %]", + "[$ ~ >]", + "[! > %]", + "[~ $ %]", + "[~ $ >]" + ], + "correct": 2, + "prob_ind": 13 + }, + { + "prompt": "[> ( $]   [> ! &]   [> * <]
    [< ! <]   [< * $]   [< & &]
    [! * &]   [! & <]   [      ]", + "options": [ + "[< ! &]", + "[! ! <]", + "[! < <]", + "[! $ <]", + "[$ ! <]", + "[! % $]", + "[* $ <]", + "[< ! <]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[< % :]   [~ * ~]   [$ ( &]
    [< * &]   [~ ( :]   [$ ~ ~]
    [< ( ~]   [~ ~ &]   [      ]", + "options": [ + "[( < !]", + "[~ ( :]", + "[$ ( (]", + "[< ( &]", + "[$ % (]", + "[> * &]", + "[$ & (]", + "[$ : :]" + ], + "correct": 7, + "prob_ind": 15 + }, + { + "prompt": "[( * !]   [! % $]   [* ( %]
    [! % !]   [* ( $]   [& * %]
    [* ( !]   [& * $]   [      ]", + "options": [ + "[! < *]", + "[( * %]", + "[< ~ %]", + "[% % %]", + "[* % &]", + "[! ~ ~]", + "[* ( :]", + "[! ( $]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[: > $]   [: % >]   [: ! <]
    [$ ! >]   [$ > <]   [$ % !]
    [* % <]   [* ! !]   [      ]", + "options": [ + "[* % <]", + "[> $ <]", + "[$ ! >]", + "[% * <]", + "[! $ >]", + "[% % <]", + "[> > $]", + "[* > &]" + ], + "correct": 7, + "prob_ind": 17 + }, + { + "prompt": "[! ~ ~]   [( ~ *]   [< ~ $]
    [( & *]   [< & $]   [~ & ~]
    [< ( $]   [~ ( ~]   [      ]", + "options": [ + "[~ < ~]", + "[: : (]", + "[> & !]", + "[* ~ ~]", + "[~ ~ (]", + "[~ ( ~]", + "[( ~ ~]", + "[> ( *]" + ], + "correct": 7, + "prob_ind": 18 + }, + { + "prompt": "[& * !]   [* * <]   [! * &]
    [* ~ <]   [! ~ &]   [( ~ !]
    [! ( &]   [( ( !]   [      ]", + "options": [ + "[( < *]", + "[( ~ !]", + "[< < *]", + "[! ( &]", + "[< * *]", + "[< ( *]", + "[< ( <]", + "[% ~ <]" + ], + "correct": 6, + "prob_ind": 19 + }, + { + "prompt": "[~ ! *]   [< > $]   [( < (]
    [< ! (]   [( > *]   [! < $]
    [( ! $]   [! > (]   [      ]", + "options": [ + "[( < <]", + "[: $ ~]", + "[* ! ~]", + "[! ! $]", + "[* < ~]", + "[* < *]", + "[* < &]", + "[< ~ $]" + ], + "correct": 5, + "prob_ind": 20 + }, + { + "prompt": "[( > $]   [( ~ (]   [( < !]
    [: ~ (]   [: < !]   [: ( $]
    [! < !]   [! ( $]   [      ]", + "options": [ + "[( ! <]", + "[( ( (]", + "[( ! (]", + "[! ( <]", + "[( ( <]", + "[: ~ (]", + "[! ! (]", + "[( > $]" + ], + "correct": 6, + "prob_ind": 21 + }, + { + "prompt": "[$ ( &]   [< ! &]   [% * &]
    [< ! *]   [% * *]   [$ & *]
    [% * !]   [$ & !]   [      ]", + "options": [ + "[< * !]", + "[< % !]", + "[% * !]", + "[~ < >]", + "[: ( (]", + "[% ! *]", + "[% < *]", + "[% * <]" + ], + "correct": 1, + "prob_ind": 22 + }, + { + "prompt": "[> : :]   [( ~ ~]   [! ( $]
    [> ~ $]   [( ( :]   [! * ~]
    [> ( ~]   [( * $]   [      ]", + "options": [ + "[( ( $]", + "[: ! &]", + "[! * ~]", + "[! : %]", + "[: ! %]", + "[! % :]", + "[( * $]", + "[$ > ~]" + ], + "correct": 5, + "prob_ind": 23 + }, + { + "prompt": "[& % >]   [< * !]   [% ( %]
    [< * >]   [% ( !]   [& ~ %]
    [% ( >]   [& ~ !]   [      ]", + "options": [ + "[& ! ~]", + "[< : %]", + "[& % >]", + "[& ( %]", + "[< $ %]", + "[< > %]", + "[< % :]", + "[& $ %]" + ], + "correct": 1, + "prob_ind": 24 + }, + { + "prompt": "[! < *]   [> ( :]   [* ! (]
    [! ( (]   [> ! *]   [* * :]
    [! ! :]   [> * (]   [      ]", + "options": [ + "[! ( *]", + "[! * *]", + "[: > (]", + "[* & %]", + "[! ! (]", + "[& * *]", + "[* ! *]", + "[* & *]" + ], + "correct": 7, + "prob_ind": 25 + }, + { + "prompt": "[~ > ~]   [< ! >]   [( ( *]
    [< ( ~]   [( > >]   [! ! *]
    [( ! ~]   [! ( >]   [      ]", + "options": [ + "[< < >]", + "[! ( *]", + "[* > (]", + "[! > *]", + "[* > *]", + "[~ ( !]", + "[* ( >]", + "[~ < >]" + ], + "correct": 4, + "prob_ind": 26 + }, + { + "prompt": "[& < $]   [* < :]   [! < >]
    [* % :]   [! % >]   [( % $]
    [! $ >]   [( $ $]   [      ]", + "options": [ + "[< $ :]", + "[! % >]", + "[! < $]", + "[( < :]", + "[( ~ :]", + "[& % >]", + "[< : $]", + "[~ : (]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[: ! <]   [: ( >]   [: < !]
    [> ( !]   [> < <]   [> ~ >]
    [* < >]   [* ~ !]   [      ]", + "options": [ + "[> * <]", + "[> * !]", + "[< * >]", + "[> ( !]", + "[< < !]", + "[* > <]", + "[$ & &]", + "[* < !]" + ], + "correct": 5, + "prob_ind": 28 + }, + { + "prompt": "[$ $ %]   [$ : &]   [$ > :]
    [> : &]   [> > :]   [> ~ %]
    [< > :]   [< ~ %]   [      ]", + "options": [ + "[< < &]", + "[~ * $]", + "[> : &]", + "[~ < &]", + "[< : $]", + "[~ & $]", + "[~ * &]", + "[& < <]" + ], + "correct": 0, + "prob_ind": 29 + }, + { + "prompt": "[% : (]   [& & &]   [* ( :]
    [& : &]   [* & :]   [! ( (]
    [* : :]   [! & (]   [      ]", + "options": [ + "[& > (]", + "[! * $]", + "[: % (]", + "[& ( (]", + "[% & &]", + "[< < >]", + "[( ( &]", + "[! & (]" + ], + "correct": 6, + "prob_ind": 30 + }, + { + "prompt": "[~ ( :]   [~ ! >]   [~ % ~]
    [* ! >]   [* % ~]   [* ( <]
    [& % ~]   [& ( <]   [      ]", + "options": [ + "[& ! (]", + "[! ~ ~]", + "[~ ~ !]", + "[~ & ~]", + "[& < (]", + "[~ ! ~]", + "[! ! !]", + "[~ * >]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[< < (]   [( ~ %]   [! > !]
    [! ~ (]   [< > %]   [( : !]
    [( > (]   [! : %]   [      ]", + "options": [ + "[> % ~]", + "[~ $ %]", + "[~ > %]", + "[( $ !]", + "[< $ !]", + "[( $ %]", + "[< $ &]", + "[! $ (]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[: : :]   [> ! ~]   [% * (]
    [: * ~]   [> : (]   [% ! *]
    [: ! (]   [> * *]   [      ]", + "options": [ + "[% : %]", + "[% % :]", + "[: % $]", + "[% ! (]", + "[% : $]", + "[: * *]", + "[: $ %]", + "[% : !]" + ], + "correct": 0, + "prob_ind": 33 + }, + { + "prompt": "[~ % (]   [$ % <]   [: % ~]
    [: ! <]   [~ ! ~]   [$ ! >]
    [$ ~ ~]   [: ~ >]   [      ]", + "options": [ + "[* > :]", + "[~ % ~]", + "[~ : ~]", + "[: ~ ~]", + "[: ! <]", + "[~ ~ :]", + "[% ( ~]", + "[( & *]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[! ~ (]   [! * <]   [! $ ~]
    [: * <]   [: $ ~]   [: ~ >]
    [& $ ~]   [& ~ >]   [      ]", + "options": [ + "[~ $ !]", + "[: & >]", + "[: ~ >]", + "[& * :]", + "[: > &]", + "[! $ !]", + "[& $ ~]", + "[! ~ !]" + ], + "correct": 3, + "prob_ind": 35 + }, + { + "prompt": "[~ ( !]   [~ < (]   [~ ~ ~]
    [& < ~]   [& ~ !]   [& > (]
    [< ~ (]   [< > ~]   [      ]", + "options": [ + "[< : !]", + "[: < !]", + "[% : *]", + "[& < ~]", + "[! > ~]", + "[! < :]", + "[~ ! (]", + "[: ! <]" + ], + "correct": 0, + "prob_ind": 36 + }, + { + "prompt": "[~ > &]   [< > >]   [( > %]
    [< ( %]   [( ( &]   [! ( >]
    [( % >]   [! % %]   [      ]", + "options": [ + "[$ ( &]", + "[& % *]", + "[! ( &]", + "[( > >]", + "[* % &]", + "[% & *]", + "[~ > &]", + "[& % &]" + ], + "correct": 4, + "prob_ind": 37 + }, + { + "prompt": "[< ~ <]   [( & ~]   [! ( !]
    [( ~ ~]   [! & !]   [* ( <]
    [! ~ !]   [* & <]   [      ]", + "options": [ + "[> : *]", + "[! ~ ~]", + "[< < <]", + "[! ( !]", + "[& ( ~]", + "[~ < <]", + "[< ~ <]", + "[: ! $]" + ], + "correct": 4, + "prob_ind": 38 + }, + { + "prompt": "[* % :]   [: & >]   [< * ~]
    [* & ~]   [: * :]   [< ! >]
    [* * >]   [: ! ~]   [      ]", + "options": [ + "[< ( <]", + "[* : %]", + "[< ( >]", + "[& * ~]", + "[< ( :]", + "[< : (]", + "[* ~ &]", + "[< : *]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[$ > >]   [> : &]   [< ~ ~]
    [> > &]   [< : ~]   [! ~ >]
    [< > ~]   [! : >]   [      ]", + "options": [ + "[$ > >]", + "[> ~ >]", + "[% > >]", + "[& ~ &]", + "[! > >]", + "[> > ~]", + "[& ~ *]", + "[> ! ~]" + ], + "correct": 3, + "prob_ind": 40 + }, + { + "prompt": "[& % (]   [& ! <]   [& ~ ~]
    [< ! <]   [< ~ ~]   [< % >]
    [> ~ ~]   [> % >]   [      ]", + "options": [ + "[> ! :]", + "[~ : !]", + "[~ ! :]", + "[< ~ >]", + "[~ < ~]", + "[: > !]", + "[& % ~]", + "[& ~ <]" + ], + "correct": 0, + "prob_ind": 41 + }, + { + "prompt": "[( % &]   [( ( *]   [( * !]
    [& ( *]   [& * !]   [& % (]
    [: * !]   [: % (]   [      ]", + "options": [ + "[( & &]", + "[& % *]", + "[: ( <]", + "[: * !]", + "[~ * &]", + "[< : (]", + "[( * &]", + "[& % (]" + ], + "correct": 2, + "prob_ind": 42 + }, + { + "prompt": "[< : %]   [~ : *]   [> : (]
    [> ~ *]   [< ~ (]   [~ ~ ~]
    [~ ! (]   [> ! ~]   [      ]", + "options": [ + "[$ ~ *]", + "[: % <]", + "[~ * :]", + "[< ! :]", + "[< < :]", + "[< ~ <]", + "[* > ~]", + "[< : (]" + ], + "correct": 3, + "prob_ind": 43 + }, + { + "prompt": "[< < %]   [> ( %]   [& ! %]
    [> ( !]   [& ! !]   [< * !]
    [& ! $]   [< * $]   [      ]", + "options": [ + "[& > $]", + "[< $ *]", + "[$ > &]", + "[( > !]", + "[( > $]", + "[> & $]", + "[< % $]", + "[< < %]" + ], + "correct": 5, + "prob_ind": 44 + }, + { + "prompt": "[% : %]   [& ( &]   [> ~ *]
    [% ~ &]   [& : *]   [> ( !]
    [% ( *]   [& ~ !]   [      ]", + "options": [ + "[: ( !]", + "[( > :]", + "[& ( &]", + "[> ( !]", + "[~ ( !]", + "[: > (]", + "[> : (]", + "[% ~ &]" + ], + "correct": 6, + "prob_ind": 45 + }, + { + "prompt": "[~ % &]   [< : *]   [( * >]
    [< % >]   [( : &]   [! * *]
    [( % *]   [! : >]   [      ]", + "options": [ + "[( > *]", + "[: < *]", + "[< % *]", + "[* * &]", + "[~ % &]", + "[* > *]", + "[: : *]", + "[< : *]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[& ! :]   [! ! &]   [< ! $]
    [! % $]   [< % :]   [> % &]
    [< $ &]   [> $ $]   [      ]", + "options": [ + "[$ $ :]", + "[$ : $]", + "[> % :]", + "[! ! $]", + "[~ ! $]", + "[$ > $]", + "[& : !]", + "[$ $ $]" + ], + "correct": 0, + "prob_ind": 47 + }, + { + "prompt": "[( & *]   [! * (]   [* % !]
    [! * *]   [* % (]   [& & !]
    [* % *]   [& & (]   [      ]", + "options": [ + "[% * !]", + "[( ! %]", + "[* ( &]", + "[* * (]", + "[! & (]", + "[( & *]", + "[* ! %]", + "[* % !]" + ], + "correct": 0, + "prob_ind": 48 + }, + { + "prompt": "[$ ! $]   [> * :]   [< ~ ~]
    [> ! ~]   [< * $]   [! ~ :]
    [< ! :]   [! * ~]   [      ]", + "options": [ + "[> ! $]", + "[> * :]", + "[: ! <]", + "[~ & $]", + "[> : $]", + "[& ~ $]", + "[~ : !]", + "[! : <]" + ], + "correct": 5, + "prob_ind": 49 + }, + { + "prompt": "[( ! &]   [* ! *]   [% ! !]
    [% % *]   [( % !]   [* % (]
    [* : !]   [% : (]   [      ]", + "options": [ + "[* : >]", + "[* % (]", + "[% ! !]", + "[< ( :]", + "[* ! !]", + "[( : <]", + "[( : >]", + "[( : (]" + ], + "correct": 5, + "prob_ind": 50 + }, + { + "prompt": "[! % (]   [: * (]   [~ ( (]
    [: * $]   [~ ( $]   [! ~ $]
    [~ ( ~]   [! ~ ~]   [      ]", + "options": [ + "[~ % ~]", + "[~ $ (]", + "[$ % (]", + "[: : ~]", + "[( % %]", + "[( ~ ~]", + "[$ ! (]", + "[$ : ~]" + ], + "correct": 3, + "prob_ind": 51 + }, + { + "prompt": "[( ( <]   [< ~ (]   [~ % %]
    [< % <]   [~ ( (]   [> ~ %]
    [~ ~ <]   [> % (]   [      ]", + "options": [ + "[: % (]", + "[~ ( %]", + "[< ~ <]", + "[> & (]", + "[> ~ <]", + "[: ( %]", + "[> % (]", + "[> ~ (]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[> * &]   [% * !]   [: * <]
    [% & !]   [: & <]   [> & >]
    [: $ <]   [> $ >]   [      ]", + "options": [ + "[$ % $]", + "[: & :]", + "[$ ~ <]", + "[% ! !]", + "[% $ $]", + "[: & &]", + "[& : &]", + "[: & <]" + ], + "correct": 4, + "prob_ind": 53 + }, + { + "prompt": "[( % >]   [( & <]   [( * %]
    [~ & %]   [~ * >]   [~ ! <]
    [! * <]   [! ! %]   [      ]", + "options": [ + "[* ! <]", + "[! ( :]", + "[! ( >]", + "[! * <]", + "[% * (]", + "[~ * %]", + "[! ( ~]", + "[< ! %]" + ], + "correct": 2, + "prob_ind": 54 + }, + { + "prompt": "[: > (]   [> : %]   [~ ( ~]
    [> ( (]   [~ > %]   [< : ~]
    [~ : (]   [< ( %]   [      ]", + "options": [ + "[( : ~]", + "[( : %]", + "[~ > (]", + "[( > (]", + "[~ : (]", + "[: ~ (]", + "[( > ~]", + "[> * $]" + ], + "correct": 6, + "prob_ind": 55 + }, + { + "prompt": "[( $ %]   [> : %]   [~ > %]
    [> : $]   [~ > $]   [( ~ $]
    [~ > <]   [( ~ <]   [      ]", + "options": [ + "[~ > <]", + "[( ~ <]", + "[< < >]", + "[$ ~ %]", + "[( > <]", + "[> ~ %]", + "[> % ~]", + "[> < <]" + ], + "correct": 7, + "prob_ind": 56 + }, + { + "prompt": "[* > $]   [! * %]   [( % &]
    [! % $]   [( > %]   [< * &]
    [( * $]   [< % %]   [      ]", + "options": [ + "[~ $ &]", + "[< * %]", + "[! % :]", + "[! * %]", + "[% < *]", + "[< % %]", + "[~ > &]", + "[% > >]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[! & *]   [* ! %]   [& < $]
    [* ! *]   [& < %]   [! > $]
    [& < *]   [! > %]   [      ]", + "options": [ + "[* $ $]", + "[$ $ $]", + "[& $ $]", + "[& $ <]", + "[$ * $]", + "[& < $]", + "[< & %]", + "[! < $]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[& % &]   [< % *]   [! % !]
    [< < *]   [! < !]   [& < (]
    [! ! !]   [& ! (]   [      ]", + "options": [ + "[% < *]", + "[! % (]", + "[$ $ $]", + "[* < <]", + "[! ( !]", + "[* < !]", + "[< ! <]", + "[< $ %]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[: ( !]   [% < :]   [* ~ (]
    [% < !]   [* ~ :]   [: > (]
    [* ~ !]   [: > :]   [      ]", + "options": [ + "[( : %]", + "[% ! !]", + "[: > :]", + "[% ! &]", + "[% ~ (]", + "[: > (]", + "[% : (]", + "[% $ (]" + ], + "correct": 6, + "prob_ind": 60 + }, + { + "prompt": "[~ $ :]   [< $ *]   [( $ <]
    [< & <]   [( & :]   [! & *]
    [( ! *]   [! ! <]   [      ]", + "options": [ + "[< $ *]", + "[> ! *]", + "[* * &]", + "[* ! :]", + "[* ( &]", + "[( ! <]", + "[: ! !]", + "[: * !]" + ], + "correct": 3, + "prob_ind": 61 + }, + { + "prompt": "[( & ~]   [< < !]   [~ ! $]
    [< ! ~]   [~ & !]   [> < $]
    [~ < ~]   [> ! !]   [      ]", + "options": [ + "[> : $]", + "[< $ >]", + "[~ & ~]", + "[& : $]", + "[> & !]", + "[( & %]", + "[> $ $]", + "[: & $]" + ], + "correct": 7, + "prob_ind": 62 + }, + { + "prompt": "[& > %]   [& < &]   [& * *]
    [* * &]   [* > *]   [* < !]
    [% < *]   [% * !]   [      ]", + "options": [ + "[% > (]", + "[% < *]", + "[* > *]", + "[% > <]", + "[& < &]", + "[* < *]", + "[& > (]", + "[% ~ &]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[$ < ~]   [: ! *]   [> $ :]
    [: < *]   [> ! :]   [~ $ ~]
    [> < :]   [~ ! ~]   [      ]", + "options": [ + "[* : <]", + "[* < $]", + "[$ $ :]", + "[$ > ~]", + "[$ : *]", + "[: < *]", + "[* < *]", + "[< $ *]" + ], + "correct": 7, + "prob_ind": 64 + }, + { + "prompt": "[* ( ~]   [! ~ ~]   [( ! ~]
    [! ~ !]   [( ! !]   [< ( !]
    [( ! *]   [< ( *]   [      ]", + "options": [ + "[< ( *]", + "[& ( <]", + "[( ! :]", + "[~ ~ *]", + "[: ! (]", + "[* ~ ~]", + "[< ( &]", + "[( ( !]" + ], + "correct": 3, + "prob_ind": 65 + }, + { + "prompt": "[& ( :]   [: ( ~]   [< ( (]
    [: $ ~]   [< $ (]   [& $ *]
    [< % (]   [& % *]   [      ]", + "options": [ + "[: % %]", + "[: % (]", + "[% & *]", + "[$ < (]", + "[< % (]", + "[* % *]", + "[: % !]", + "[& % *]" + ], + "correct": 0, + "prob_ind": 66 + }, + { + "prompt": "[! ( <]   [~ ! ~]   [( $ >]
    [~ ( ~]   [( ! >]   [! $ :]
    [( ( >]   [! ! :]   [      ]", + "options": [ + "[! ( <]", + "[$ ! :]", + "[~ ! ~]", + "[! ~ ~]", + "[( $ <]", + "[( $ $]", + "[~ $ $]", + "[! > !]" + ], + "correct": 6, + "prob_ind": 67 + }, + { + "prompt": "[( $ %]   [( % &]   [( & *]
    [$ & &]   [$ $ *]   [$ % !]
    [% % *]   [% & !]   [      ]", + "options": [ + "[% % *]", + "[: & :]", + "[: < *]", + "[! $ %]", + "[% $ (]", + "[% $ ~]", + "[( $ !]", + "[* : <]" + ], + "correct": 4, + "prob_ind": 68 + }, + { + "prompt": "[! ( ~]   [! < &]   [! ~ %]
    [: < %]   [: ~ ~]   [: > &]
    [< ~ &]   [< > %]   [      ]", + "options": [ + "[~ : <]", + "[~ & !]", + "[< : %]", + "[: $ &]", + "[< ! &]", + "[! : ~]", + "[* ( !]", + "[< : ~]" + ], + "correct": 7, + "prob_ind": 69 + }, + { + "prompt": "[( % <]   [! % ~]   [* % !]
    [! < !]   [* < <]   [& < ~]
    [* ! ~]   [& ! !]   [      ]", + "options": [ + "[% ! ~]", + "[% * <]", + "[% < <]", + "[% * >]", + "[% ! <]", + "[* ~ &]", + "[: > <]", + "[! < %]" + ], + "correct": 4, + "prob_ind": 70 + }, + { + "prompt": "[> & %]   [~ ~ :]   [< * $]
    [~ & :]   [< ~ $]   [( * %]
    [< & $]   [( ~ %]   [      ]", + "options": [ + "[* ~ %]", + "[! * :]", + "[& & $]", + "[: ! *]", + "[: & $]", + "[< ~ $]", + "[& $ <]", + "[< & $]" + ], + "correct": 1, + "prob_ind": 71 + }, + { + "prompt": "[$ ( :]   [> $ >]   [! > ~]
    [> ( >]   [! $ ~]   [$ > <]
    [! ( ~]   [$ $ <]   [      ]", + "options": [ + "[$ ~ $]", + "[( > >]", + "[! > ~]", + "[> ( <]", + "[$ ( $]", + "[> > (]", + "[$ > (]", + "[: $ %]" + ], + "correct": 5, + "prob_ind": 72 + }, + { + "prompt": "[* ! !]   [& ( %]   [( < *]
    [& ( !]   [( < %]   [* ~ *]
    [( < !]   [* ~ %]   [      ]", + "options": [ + "[& ( %]", + "[( < !]", + "[< < %]", + "[> & *]", + "[! < (]", + "[& > *]", + "[& * >]", + "[& > %]" + ], + "correct": 5, + "prob_ind": 73 + }, + { + "prompt": "[< < $]   [< > :]   [< $ >]
    [$ > :]   [$ $ >]   [$ < ~]
    [% $ >]   [% < ~]   [      ]", + "options": [ + "[< % >]", + "[< > >]", + "[~ % >]", + "[! > :]", + "[$ $ >]", + "[< $ :]", + "[% > <]", + "[! < *]" + ], + "correct": 6, + "prob_ind": 74 + }, + { + "prompt": "[( * ~]   [! ( !]   [* ! &]
    [! * !]   [* ( &]   [& ! ~]
    [* * &]   [& ( ~]   [      ]", + "options": [ + "[! * ~]", + "[* ! !]", + "[! * !]", + "[! ! %]", + "[* < &]", + "[% ! !]", + "[* ! &]", + "[* ( ~]" + ], + "correct": 5, + "prob_ind": 75 + }, + { + "prompt": "[% ( &]   [! $ *]   [< % !]
    [% $ *]   [! % !]   [< ( (]
    [% % !]   [! ( (]   [      ]", + "options": [ + "[~ $ <]", + "[( ( (]", + "[~ * !]", + "[~ < $]", + "[< $ <]", + "[$ ~ <]", + "[< < *]", + "[~ < <]" + ], + "correct": 4, + "prob_ind": 76 + }, + { + "prompt": "[( * &]   [< < &]   [~ & &]
    [< & <]   [~ * <]   [> < <]
    [~ < $]   [> & $]   [      ]", + "options": [ + "[> * $]", + "[< $ !]", + "[* $ :]", + "[: * $]", + "[: $ *]", + "[: % $]", + "[< < &]", + "[* : $]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[$ : $]   [< : >]   [& : <]
    [< $ >]   [& $ <]   [$ $ !]
    [& & <]   [$ & !]   [      ]", + "options": [ + "[< & $]", + "[$ : >]", + "[< : >]", + "[$ ~ $]", + "[< & *]", + "[< & &]", + "[< : $]", + "[$ : <]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[* ( <]   [! ( %]   [( ( :]
    [! : :]   [( : <]   [< : %]
    [( > %]   [< > :]   [      ]", + "options": [ + "[! > :]", + "[> < ~]", + "[( > :]", + "[! : :]", + "[~ < >]", + "[~ > <]", + "[( ( %]", + "[* * <]" + ], + "correct": 5, + "prob_ind": 79 + }, + { + "prompt": "[: ( :]   [: * ~]   [: ! (]
    [! ! ~]   [! ( (]   [! * *]
    [( * (]   [( ! *]   [      ]", + "options": [ + "[~ % (]", + "[: $ %]", + "[( % (]", + "[! ! (]", + "[% ~ !]", + "[! ! ~]", + "[% ! ~]", + "[( ( %]" + ], + "correct": 7, + "prob_ind": 80 + }, + { + "prompt": "[* % !]   [: % (]   [> % <]
    [: < (]   [> < <]   [* < ~]
    [> ( <]   [* ( ~]   [      ]", + "options": [ + "[( < >]", + "[: % (]", + "[> ( <]", + "[* < (]", + "[: > (]", + "[< % >]", + "[* % &]", + "[: ( >]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[! ! ~]   [$ ! <]   [* ! (]
    [$ ~ <]   [* ~ (]   [! ~ !]
    [* % (]   [! % !]   [      ]", + "options": [ + "[* $ %]", + "[$ & <]", + "[* $ *]", + "[: % *]", + "[$ % *]", + "[~ : $]", + "[$ < ~]", + "[: ~ $]" + ], + "correct": 4, + "prob_ind": 82 + }, + { + "prompt": "[$ ! &]   [$ $ !]   [$ ( <]
    [& ( !]   [& ! <]   [& $ >]
    [< $ <]   [< ( >]   [      ]", + "options": [ + "[> $ (]", + "[& ! <]", + "[! ! $]", + "[$ $ &]", + "[< ! $]", + "[& ! $]", + "[& ( &]", + "[$ ! <]" + ], + "correct": 4, + "prob_ind": 83 + }, + { + "prompt": "[: * *]   [> ! *]   [~ ( *]
    [> ( >]   [~ * >]   [< ! >]
    [~ ! :]   [< ( :]   [      ]", + "options": [ + "[: % (]", + "[< > !]", + "[% > ~]", + "[~ * (]", + "[( % :]", + "[: & &]", + "[> : $]", + "[( * :]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[% ~ (]   [* : *]   [( * !]
    [* ~ !]   [( : (]   [~ * *]
    [( ~ *]   [~ : !]   [      ]", + "options": [ + "[~ : &]", + "[~ * !]", + "[( * &]", + "[: * (]", + "[( * :]", + "[* ( :]", + "[: & (]", + "[~ * *]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[! % %]   [* * %]   [& ( %]
    [* * ~]   [& ( ~]   [! ~ ~]
    [& ( :]   [! ~ :]   [      ]", + "options": [ + "[~ * *]", + "[* * ~]", + "[: : *]", + "[* : :]", + "[! ( :]", + "[% & (]", + "[* * %]", + "[& ( >]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[! $ &]   [: $ *]   [~ $ !]
    [~ : *]   [! : !]   [: : (]
    [: ~ !]   [~ ~ (]   [      ]", + "options": [ + "[* : :]", + "[! ! :]", + "[: : (]", + "[! ( <]", + "[: : *]", + "[~ : !]", + "[! ~ <]", + "[! : !]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[! ! ~]   [! ( <]   [! < >]
    [( ( <]   [( < >]   [( ~ ~]
    [: < >]   [: ~ ~]   [      ]", + "options": [ + "[: > <]", + "[> ~ :]", + "[> < :]", + "[> < $]", + "[! ( >]", + "[: : <]", + "[> > <]", + "[> ( :]" + ], + "correct": 0, + "prob_ind": 88 + }, + { + "prompt": "[! $ &]   [! % *]   [! ! !]
    [~ ! *]   [~ $ !]   [~ % (]
    [$ % !]   [$ ! (]   [      ]", + "options": [ + "[: * <]", + "[~ $ !]", + "[< $ !]", + "[< : *]", + "[& < ~]", + "[$ $ >]", + "[$ $ (]", + "[$ $ <]" + ], + "correct": 7, + "prob_ind": 89 + }, + { + "prompt": "[: * %]   [< ! $]   [& ( *]
    [& ! %]   [: ( $]   [< < *]
    [< ( %]   [& < $]   [      ]", + "options": [ + "[: ! $]", + "[! * (]", + "[~ : *]", + "[: ~ *]", + "[( ~ %]", + "[: * ~]", + "[* : ~]", + "[* ( !]" + ], + "correct": 3, + "prob_ind": 90 + }, + { + "prompt": "[> ( $]   [< < >]   [% ~ <]
    [< ( >]   [% < <]   [> ~ !]
    [% ( <]   [> < !]   [      ]", + "options": [ + "[< < &]", + "[( > $]", + "[( ~ &]", + "[< ~ &]", + "[< < %]", + "[< < ~]", + "[( < &]", + "[~ < &]" + ], + "correct": 3, + "prob_ind": 91 + }, + { + "prompt": "[~ & ~]   [* ! ~]   [$ < ~]
    [* ! &]   [$ < &]   [~ > &]
    [$ < (]   [~ > (]   [      ]", + "options": [ + "[$ > *]", + "[* $ *]", + "[* $ (]", + "[$ * *]", + "[* ! &]", + "[( $ (]", + "[> > (]", + "[~ & ~]" + ], + "correct": 2, + "prob_ind": 92 + }, + { + "prompt": "[$ & *]   [( & !]   [& & (]
    [( % !]   [& % (]   [$ % <]
    [& $ (]   [$ $ <]   [      ]", + "options": [ + "[< $ $]", + "[$ & *]", + "[( $ ~]", + "[& $ *]", + "[( ! &]", + "[( & !]", + "[! & *]", + "[! $ ~]" + ], + "correct": 2, + "prob_ind": 93 + }, + { + "prompt": "[< : %]   [> > %]   [! ~ %]
    [! > &]   [< ~ &]   [> < &]
    [> ~ <]   [! < <]   [      ]", + "options": [ + "[< < (]", + "[: > ~]", + "[> > &]", + "[> < &]", + "[< ( <]", + "[< ( (]", + "[> ~ <]", + "[< ~ <]" + ], + "correct": 4, + "prob_ind": 94 + }, + { + "prompt": "[! ( :]   [( ( ~]   [< ( %]
    [( $ ~]   [< $ %]   [~ $ :]
    [< * %]   [~ * :]   [      ]", + "options": [ + "[~ * :]", + "[$ * ~]", + "[% ! $]", + "[* $ ~]", + "[> * ~]", + "[< ( %]", + "[% ( <]", + "[< * ~]" + ], + "correct": 4, + "prob_ind": 95 + }, + { + "prompt": "[% < >]   [! ( &]   [< ! %]
    [% ( %]   [! ! >]   [< * &]
    [% ! &]   [! * %]   [      ]", + "options": [ + "[% * &]", + "[< * &]", + "[& < >]", + "[! & %]", + "[! & >]", + "[~ & >]", + "[< ( &]", + "[< & >]" + ], + "correct": 7, + "prob_ind": 96 + }, + { + "prompt": "[! : $]   [< : >]   [( : <]
    [< $ >]   [( $ <]   [! $ !]
    [( & <]   [! & !]   [      ]", + "options": [ + "[$ < (]", + "[( & !]", + "[< : :]", + "[( $ <]", + "[! $ :]", + "[$ ( <]", + "[< & &]", + "[~ & &]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[( ! *]   [! ! :]   [* ! $]
    [! : :]   [* : $]   [& : *]
    [* > $]   [& > *]   [      ]", + "options": [ + "[$ $ &]", + "[& > *]", + "[> * &]", + "[% > :]", + "[$ $ $]", + "[> % :]", + "[( ! $]", + "[> & &]" + ], + "correct": 3, + "prob_ind": 98 + }, + { + "prompt": "[% & *]   [& < $]   [* % (]
    [& & $]   [* < (]   [! % *]
    [* & (]   [! < *]   [      ]", + "options": [ + "[( * $]", + "[< ! *]", + "[~ & !]", + "[* % *]", + "[( $ %]", + "[( % $]", + "[* & (]", + "[> ~ %]" + ], + "correct": 5, + "prob_ind": 99 + } + ], + "three_rule_comb5": [ + { + "prompt": "[& ( !]   [! ! (]   [< * <]
    [& ! (]   [! * <]   [< & ~]
    [& * <]   [! & ~]   [      ]", + "options": [ + "[% > <]", + "[< % >]", + "[< * <]", + "[( % >]", + "[! & >]", + "[& < ~]", + "[< ! <]", + "[> < %]" + ], + "correct": 1, + "prob_ind": 0 + }, + { + "prompt": "[< > $]   [~ ~ >]   [! < <]
    [< ~ >]   [~ < <]   [! ( !]
    [< < <]   [~ ( !]   [      ]", + "options": [ + "[< < <]", + "[: ~ $]", + "[: ~ >]", + "[~ $ :]", + "[< < $]", + "[! ! &]", + "[> ~ >]", + "[$ ( ~]" + ], + "correct": 5, + "prob_ind": 1 + }, + { + "prompt": "[& > ~]   [* ~ ~]   [! < ~]
    [* ~ >]   [! < >]   [( ( >]
    [! < &]   [( ( &]   [      ]", + "options": [ + "[< $ <]", + "[* ( >]", + "[< * &]", + "[( * &]", + "[< ! &]", + "[* ( &]", + "[& * (]", + "[( ( &]" + ], + "correct": 4, + "prob_ind": 2 + }, + { + "prompt": "[: & ~]   [: ! <]   [: < (]
    [> ! <]   [> < (]   [> > !]
    [< < (]   [< > !]   [      ]", + "options": [ + "[~ * (]", + "[! < >]", + "[% : $]", + "[> > !]", + "[* $ <]", + "[< $ *]", + "[( * ~]", + "[$ < *]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[: ~ :]   [~ < :]   [( ( :]
    [~ < *]   [( ( *]   [* ! *]
    [( ( (]   [* ! (]   [      ]", + "options": [ + "[( < (]", + "[( * %]", + "[( ( (]", + "[~ ( :]", + "[< > (]", + "[% * (]", + "[( * *]", + "[~ % >]" + ], + "correct": 5, + "prob_ind": 4 + }, + { + "prompt": "[& % %]   [! % *]   [< % (]
    [! & *]   [< & (]   [> & ~]
    [< * (]   [> * ~]   [      ]", + "options": [ + "[& ! :]", + "[$ * :]", + "[~ > *]", + "[: * ~]", + "[> < *]", + "[> * <]", + "[: < (]", + "[( * >]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[~ % !]   [! * (]   [* ( <]
    [~ * (]   [! ( <]   [* ~ ~]
    [~ ( <]   [! ~ ~]   [      ]", + "options": [ + "[% $ >]", + "[* : ~]", + "[< ~ (]", + "[~ * >]", + "[* > :]", + "[* : >]", + "[* ( <]", + "[> % $]" + ], + "correct": 5, + "prob_ind": 6 + }, + { + "prompt": "[* % $]   [! & :]   [: * >]
    [* & :]   [! * >]   [: ! ~]
    [* * >]   [! ! ~]   [      ]", + "options": [ + "[( : <]", + "[& $ *]", + "[: ( <]", + "[: ! <]", + "[* $ :]", + "[~ : !]", + "[: ! ~]", + "[: < (]" + ], + "correct": 2, + "prob_ind": 7 + }, + { + "prompt": "[< : !]   [! > (]   [> ~ <]
    [< > (]   [! ~ <]   [> < ~]
    [< ~ <]   [! < ~]   [      ]", + "options": [ + "[> % ~]", + "[> ( >]", + "[! ~ (]", + "[> ( $]", + "[> ~ <]", + "[( > :]", + "[! > (]", + "[: ( >]" + ], + "correct": 1, + "prob_ind": 8 + }, + { + "prompt": "[* % $]   [! ( :]   [( & >]
    [! % :]   [( ( >]   [< & ~]
    [( % >]   [< ( ~]   [      ]", + "options": [ + "[~ & <]", + "[< & ~]", + "[! ( :]", + "[< ~ &]", + "[~ < &]", + "[< ( ~]", + "[: % !]", + "[( & <]" + ], + "correct": 0, + "prob_ind": 9 + }, + { + "prompt": "[& > *]   [* ! !]   [! < (]
    [* > !]   [! ! (]   [( < <]
    [! > (]   [( ! <]   [      ]", + "options": [ + "[* > !]", + "[< ( ~]", + "[( > (]", + "[< ~ <]", + "[! < (]", + "[* ! !]", + "[< < ~]", + "[< < <]" + ], + "correct": 6, + "prob_ind": 10 + }, + { + "prompt": "[~ $ (]   [< ! <]   [( ( ~]
    [< $ <]   [( ! ~]   [! ( >]
    [( $ ~]   [! ! >]   [      ]", + "options": [ + "[* ( :]", + "[( ~ (]", + "[$ < ~]", + "[( ! ~]", + "[( : *]", + "[~ < $]", + "[( ! >]", + "[( < ~]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[: : (]   [~ : !]   [( : *]
    [~ > !]   [( > *]   [* > &]
    [( ~ *]   [* ~ &]   [      ]", + "options": [ + "[% < %]", + "[% % ~]", + "[* ~ &]", + "[% * (]", + "[% % :]", + "[% ~ %]", + "[> * (]", + "[& ~ &]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[& ~ (]   [! % !]   [< ( *]
    [! ~ !]   [< % *]   [> ( &]
    [< ~ *]   [> % &]   [      ]", + "options": [ + "[> * &]", + "[( ! ~]", + "[~ ( &]", + "[& ~ &]", + "[* ( !]", + "[$ ( %]", + "[< & *]", + "[~ & (]" + ], + "correct": 5, + "prob_ind": 13 + }, + { + "prompt": "[* > %]   [! ~ %]   [( < %]
    [! ~ &]   [( < &]   [< ( &]
    [( < *]   [< ( *]   [      ]", + "options": [ + "[~ ! *]", + "[< ! *]", + "[! & :]", + "[! ~ %]", + "[* ! ~]", + "[& : !]", + "[! * ~]", + "[~ * !]" + ], + "correct": 0, + "prob_ind": 14 + }, + { + "prompt": "[: < %]   [: ~ *]   [: > (]
    [& ~ *]   [& > (]   [& : ~]
    [% > (]   [% : ~]   [      ]", + "options": [ + "[: ~ (]", + "[$ % :]", + "[% $ :]", + "[& > (]", + "[: : *]", + "[: > ~]", + "[: > (]", + "[& ~ (]" + ], + "correct": 2, + "prob_ind": 15 + }, + { + "prompt": "[! ~ *]   [( ( !]   [< < (]
    [( ~ !]   [< ( (]   [~ < <]
    [< ~ (]   [~ ( <]   [      ]", + "options": [ + "[( < <]", + "[< ~ ~]", + "[< ~ (]", + "[> < ~]", + "[( % *]", + "[( ( <]", + "[~ < (]", + "[~ ~ <]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[$ $ !]   [: > (]   [% < <]
    [$ > (]   [: < <]   [% ! ~]
    [$ < <]   [: ! ~]   [      ]", + "options": [ + "[% & >]", + "[$ > (]", + "[% < *]", + "[% > &]", + "[~ % !]", + "[$ > <]", + "[: < ~]", + "[> > (]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[< : <]   [% > (]   [& ~ !]
    [< > (]   [% ~ !]   [& < *]
    [< ~ !]   [% < *]   [      ]", + "options": [ + "[% ( $]", + "[% > (]", + "[< > (]", + "[& ( &]", + "[< < (]", + "[% ( &]", + "[< > !]", + "[% ( >]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[( < (]   [( ( !]   [( ! *]
    [* ( !]   [* ! *]   [* * &]
    [% ! *]   [% * &]   [      ]", + "options": [ + "[~ > (]", + "[% ( !]", + "[% & !]", + "[( ( (]", + "[% * !]", + "[% & %]", + "[* ! (]", + "[( ! (]" + ], + "correct": 5, + "prob_ind": 19 + }, + { + "prompt": "[: : &]   [! > !]   [( ~ <]
    [: > !]   [! ~ <]   [( < >]
    [: ~ <]   [! < >]   [      ]", + "options": [ + "[! ~ >]", + "[( ( $]", + "[! ~ <]", + "[( > <]", + "[! > !]", + "[* > >]", + "[* ~ >]", + "[( ( >]" + ], + "correct": 1, + "prob_ind": 20 + }, + { + "prompt": "[: ! %]   [! ( &]   [& < *]
    [: ( &]   [! < *]   [& ~ !]
    [: < *]   [! ~ !]   [      ]", + "options": [ + "[: & &]", + "[( < &]", + "[& < (]", + "[& > (]", + "[< & >]", + "[< ( >]", + "[( & >]", + "[: < *]" + ], + "correct": 3, + "prob_ind": 21 + }, + { + "prompt": "[& $ %]   [! < &]   [< ( *]
    [! $ &]   [< < *]   [> ( !]
    [< $ *]   [> < !]   [      ]", + "options": [ + "[( ( $]", + "[< * *]", + "[> ! <]", + "[( $ (]", + "[! $ &]", + "[< ( *]", + "[$ ( (]", + "[* : &]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[* % (]   [~ & !]   [< * *]
    [* & !]   [~ * *]   [< ! &]
    [* * *]   [~ ! &]   [      ]", + "options": [ + "[< * *]", + "[< & *]", + "[< ( %]", + "[* < *]", + "[< % *]", + "[~ * *]", + "[: * *]", + "[( & !]" + ], + "correct": 2, + "prob_ind": 23 + }, + { + "prompt": "[* ( >]   [! ! <]   [( * (]
    [! ! >]   [( * <]   [< & (]
    [( * >]   [< & <]   [      ]", + "options": [ + "[( < *]", + "[~ % (]", + "[( ( *]", + "[* : $]", + "[& < <]", + "[: ! <]", + "[( * (]", + "[( % (]" + ], + "correct": 1, + "prob_ind": 24 + }, + { + "prompt": "[( : <]   [< : (]   [~ : !]
    [< > (]   [~ > !]   [> > *]
    [~ ~ !]   [> ~ *]   [      ]", + "options": [ + "[( ( *]", + "[: ! ~]", + "[< < (]", + "[: ~ &]", + "[: ~ !]", + "[~ ~ &]", + "[~ & :]", + "[& % :]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[! % (]   [( & (]   [< * (]
    [( & &]   [< * &]   [~ ! &]
    [< * :]   [~ ! :]   [      ]", + "options": [ + "[> ( :]", + "[% ! (]", + "[! : ~]", + "[! % (]", + "[( * %]", + "[( ( &]", + "[< * (]", + "[% ( !]" + ], + "correct": 0, + "prob_ind": 26 + }, + { + "prompt": "[< & *]   [~ ( !]   [> ! (]
    [~ & !]   [> ( (]   [: ! <]
    [> & (]   [: ( <]   [      ]", + "options": [ + "[~ $ !]", + "[> ! >]", + "[( ( >]", + "[> ! (]", + "[$ ~ !]", + "[$ ! ~]", + "[> ! !]", + "[~ ( (]" + ], + "correct": 5, + "prob_ind": 27 + }, + { + "prompt": "[: ( <]   [> < >]   [~ ~ !]
    [> < <]   [~ ~ >]   [< > !]
    [~ ~ <]   [< > >]   [      ]", + "options": [ + "[% ( <]", + "[< > !]", + "[~ > !]", + "[( : !]", + "[< % (]", + "[: ~ !]", + "[% ~ !]", + "[~ ~ !]" + ], + "correct": 3, + "prob_ind": 28 + }, + { + "prompt": "[: % (]   [: * !]   [: ( *]
    [% * !]   [% ( *]   [% ~ &]
    [$ ( *]   [$ ~ &]   [      ]", + "options": [ + "[$ ( *]", + "[% * (]", + "[$ : *]", + "[$ : %]", + "[( % *]", + "[% ( &]", + "[: ( *]", + "[: ( >]" + ], + "correct": 3, + "prob_ind": 29 + }, + { + "prompt": "[& ~ $]   [* ( :]   [! $ >]
    [* ~ :]   [! ( >]   [( $ ~]
    [! ~ >]   [( ( ~]   [      ]", + "options": [ + "[< $ <]", + "[( ~ :]", + "[< $ (]", + "[~ < (]", + "[~ < :]", + "[( ( ~]", + "[< $ ~]", + "[$ < <]" + ], + "correct": 0, + "prob_ind": 30 + }, + { + "prompt": "[( : %]   [: > &]   [< ~ *]
    [( > &]   [: ~ *]   [< < !]
    [( ~ *]   [: < !]   [      ]", + "options": [ + "[> > &]", + "[( : !]", + "[( : %]", + "[( : <]", + "[( ( <]", + "[> & >]", + "[> : &]", + "[< ( (]" + ], + "correct": 7, + "prob_ind": 31 + }, + { + "prompt": "[! $ <]   [! : ~]   [! > >]
    [( : ~]   [( > >]   [( ~ :]
    [< > >]   [< ~ :]   [      ]", + "options": [ + "[( > ~]", + "[< < $]", + "[! > >]", + "[! < $]", + "[* : <]", + "[* > >]", + "[( : ~]", + "[! : <]" + ], + "correct": 1, + "prob_ind": 32 + }, + { + "prompt": "[! ~ %]   [( < *]   [< & (]
    [( ~ *]   [< < (]   [~ & ~]
    [< ~ (]   [~ < ~]   [      ]", + "options": [ + "[< & (]", + "[> : &]", + "[& ( <]", + "[& : <]", + "[~ & :]", + "[& : >]", + "[< < (]", + "[> & :]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[$ : &]   [< ~ *]   [( ( !]
    [$ ~ *]   [< ( !]   [( * (]
    [$ ( !]   [< * (]   [      ]", + "options": [ + "[$ * ~]", + "[* ~ <]", + "[$ ( !]", + "[< ~ *]", + "[( % <]", + "[$ : &]", + "[$ ( (]", + "[$ ~ &]" + ], + "correct": 4, + "prob_ind": 34 + }, + { + "prompt": "[$ < (]   [: ~ (]   [> > (]
    [: ~ <]   [> > <]   [~ : <]
    [> > *]   [~ : *]   [      ]", + "options": [ + "[( : >]", + "[: ~ (]", + "[> ( :]", + "[> > *]", + "[* > >]", + "[> > <]", + "[> < >]", + "[< $ *]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[< : ~]   [( : <]   [! : (]
    [( ! <]   [! ! (]   [* ! !]
    [! * (]   [* * !]   [      ]", + "options": [ + "[& * %]", + "[! ! (]", + "[& * *]", + "[! * *]", + "[* * &]", + "[* ! *]", + "[~ ! <]", + "[> % $]" + ], + "correct": 2, + "prob_ind": 36 + }, + { + "prompt": "[$ ~ !]   [: $ (]   [> * <]
    [: ~ (]   [> $ <]   [~ * ~]
    [> ~ <]   [~ $ ~]   [      ]", + "options": [ + "[< : $]", + "[> * >]", + "[: : (]", + "[> < *]", + "[* > <]", + "[( * >]", + "[< * >]", + "[~ $ ~]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[% & <]   [& ! (]   [! < !]
    [% ! (]   [& < !]   [! > *]
    [% < !]   [& > *]   [      ]", + "options": [ + "[& ! ~]", + "[% < (]", + "[* ! >]", + "[& ! (]", + "[% > *]", + "[$ & !]", + "[: ! *]", + "[! $ &]" + ], + "correct": 7, + "prob_ind": 38 + }, + { + "prompt": "[> % >]   [~ * %]   [< ( $]
    [~ * >]   [< ( %]   [( ~ $]
    [< ( >]   [( ~ %]   [      ]", + "options": [ + "[! : $]", + "[: ! $]", + "[> ~ >]", + "[! : >]", + "[> ~ $]", + "[~ > >]", + "[< * >]", + "[! : :]" + ], + "correct": 0, + "prob_ind": 39 + }, + { + "prompt": "[~ ( :]   [~ ! ~]   [~ * (]
    [> ! ~]   [> * (]   [> & *]
    [% * (]   [% & *]   [      ]", + "options": [ + "[~ ! ~]", + "[~ ( %]", + "[% % %]", + "[& % %]", + "[~ * ~]", + "[& % *]", + "[~ ( ~]", + "[% ( ~]" + ], + "correct": 2, + "prob_ind": 40 + }, + { + "prompt": "[! : >]   [! ~ ~]   [! ( <]
    [: ~ ~]   [: ( <]   [: * (]
    [> ( <]   [> * (]   [      ]", + "options": [ + "[: * (]", + "[! % (]", + "[! ( <]", + "[> % &]", + "[! ~ (]", + "[> % !]", + "[> % (]", + "[< % !]" + ], + "correct": 5, + "prob_ind": 41 + }, + { + "prompt": "[> < %]   [~ < *]   [< < (]
    [~ % *]   [< % (]   [( % ~]
    [< ~ (]   [( ~ ~]   [      ]", + "options": [ + "[& ~ $]", + "[& ~ :]", + "[: & <]", + "[( ~ ~]", + "[* ~ :]", + "[* ~ ~]", + "[< % %]", + "[! ~ :]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[$ < :]   [: : ~]   [> & (]
    [: < ~]   [> : (]   [~ & *]
    [> < (]   [~ : *]   [      ]", + "options": [ + "[> % &]", + "[> % $]", + "[: & :]", + "[& ~ *]", + "[( > &]", + "[< & %]", + "[* > $]", + "[> & (]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[% % &]   [! & !]   [~ * <]
    [% & !]   [! * <]   [~ ! >]
    [% * <]   [! ! >]   [      ]", + "options": [ + "[~ ~ >]", + "[$ ~ (]", + "[$ ~ <]", + "[% * &]", + "[~ ( $]", + "[* ( <]", + "[~ * $]", + "[% ! !]" + ], + "correct": 4, + "prob_ind": 44 + }, + { + "prompt": "[& & (]   [* & !]   [! & *]
    [* * !]   [! * *]   [( * &]
    [! ! *]   [( ! &]   [      ]", + "options": [ + "[! ( *]", + "[* ! !]", + "[< * %]", + "[! * *]", + "[* & !]", + "[! ! *]", + "[& & (]", + "[< ! %]" + ], + "correct": 7, + "prob_ind": 45 + }, + { + "prompt": "[> > %]   [~ > *]   [< > (]
    [~ $ *]   [< $ (]   [( $ ~]
    [< ! (]   [( ! ~]   [      ]", + "options": [ + "[! ! :]", + "[~ > *]", + "[: ! !]", + "[~ : *]", + "[< ! (]", + "[! ~ $]", + "[( ~ $]", + "[$ ~ (]" + ], + "correct": 0, + "prob_ind": 46 + }, + { + "prompt": "[& ~ (]   [! ~ <]   [< ~ ~]
    [! > <]   [< > ~]   [> > >]
    [< $ ~]   [> $ >]   [      ]", + "options": [ + "[> < !]", + "[$ $ ~]", + "[! < >]", + "[< ! >]", + "[& < (]", + "[$ : $]", + "[! ! $]", + "[$ $ :]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[$ > :]   [: ~ :]   [> < :]
    [: ~ <]   [> < <]   [~ ( <]
    [> < (]   [~ ( (]   [      ]", + "options": [ + "[: ( (]", + "[< ! <]", + "[< ! (]", + "[( ~ (]", + "[: ~ :]", + "[< ~ <]", + "[< ! !]", + "[< > <]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[& % &]   [$ & !]   [! * <]
    [& & !]   [$ * <]   [! ! >]
    [& * <]   [$ ! >]   [      ]", + "options": [ + "[! ( $]", + "[! ( <]", + "[& * !]", + "[! & <]", + "[$ & !]", + "[! $ (]", + "[! * >]", + "[! * <]" + ], + "correct": 0, + "prob_ind": 49 + }, + { + "prompt": "[~ * !]   [< ( (]   [( & <]
    [< * (]   [( ( <]   [! & ~]
    [( * <]   [! ( ~]   [      ]", + "options": [ + "[~ & ~]", + "[* & >]", + "[* ( <]", + "[( ( <]", + "[! & ~]", + "[( * <]", + "[& > *]", + "[~ & *]" + ], + "correct": 1, + "prob_ind": 50 + }, + { + "prompt": "[~ ! $]   [< ! :]   [( ! >]
    [< % :]   [( % >]   [! % ~]
    [( * >]   [! * ~]   [      ]", + "options": [ + "[% $ (]", + "[* * <]", + "[% * <]", + "[! ! <]", + "[! * ~]", + "[$ % (]", + "[~ ! $]", + "[< * *]" + ], + "correct": 1, + "prob_ind": 51 + }, + { + "prompt": "[< : :]   [( > :]   [! ~ :]
    [( > <]   [! ~ <]   [* < <]
    [! ~ $]   [* < $]   [      ]", + "options": [ + "[( > :]", + "[< > <]", + "[& ( $]", + "[( < :]", + "[! < !]", + "[< * <]", + "[( ~ <]", + "[~ > :]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[$ ~ <]   [> ! ~]   [< < >]
    [> ~ ~]   [< ! >]   [! < :]
    [< ~ >]   [! ! :]   [      ]", + "options": [ + "[$ & !]", + "[$ * <]", + "[& ! &]", + "[& < $]", + "[> ~ :]", + "[> < <]", + "[< < >]", + "[$ & <]" + ], + "correct": 3, + "prob_ind": 53 + }, + { + "prompt": "[: $ %]   [~ < *]   [( : (]
    [~ $ *]   [( < (]   [* : ~]
    [( $ (]   [* < ~]   [      ]", + "options": [ + "[* ! ~]", + "[% & %]", + "[* < ~]", + "[% : ~]", + "[~ < *]", + "[% : :]", + "[% ~ :]", + "[~ $ ~]" + ], + "correct": 5, + "prob_ind": 54 + }, + { + "prompt": "[* $ &]   [: : !]   [% > <]
    [* : !]   [: > <]   [% ~ >]
    [* > <]   [: ~ >]   [      ]", + "options": [ + "[% < $]", + "[~ > !]", + "[: : !]", + "[$ % <]", + "[$ < %]", + "[* : !]", + "[: > <]", + "[: : <]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[: & ~]   [~ & <]   [( & (]
    [~ ! <]   [( ! (]   [* ! !]
    [( ~ (]   [* ~ !]   [      ]", + "options": [ + "[~ ! <]", + "[< ~ (]", + "[% > *]", + "[> ! <]", + "[% ~ !]", + "[~ & <]", + "[% ~ *]", + "[> ! *]" + ], + "correct": 6, + "prob_ind": 56 + }, + { + "prompt": "[% % <]   [& * (]   [* ! !]
    [& % (]   [* * !]   [! ! *]
    [* % !]   [! * *]   [      ]", + "options": [ + "[( * &]", + "[! % (]", + "[< ~ <]", + "[$ & &]", + "[< * &]", + "[* ! &]", + "[( ! &]", + "[! & &]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[* * &]   [* ! !]   [* ( <]
    [( ! !]   [( ( <]   [( < >]
    [% ( <]   [% < >]   [      ]", + "options": [ + "[( ! !]", + "[* ( <]", + "[% $ ~]", + "[* ! !]", + "[* ! <]", + "[* < !]", + "[% ~ $]", + "[! ( !]" + ], + "correct": 6, + "prob_ind": 58 + }, + { + "prompt": "[> ! :]   [> ( ~]   [> < (]
    [$ ( ~]   [$ < (]   [$ ~ *]
    [: < (]   [: ~ *]   [      ]", + "options": [ + "[( > ~]", + "[: > %]", + "[! < $]", + "[~ : *]", + "[> ~ ~]", + "[$ ~ ~]", + "[$ < !]", + "[~ ( $]" + ], + "correct": 1, + "prob_ind": 59 + }, + { + "prompt": "[$ : *]   [> > *]   [< ~ *]
    [> > &]   [< ~ &]   [! < &]
    [< ~ >]   [! < >]   [      ]", + "options": [ + "[& > >]", + "[& < ~]", + "[> & >]", + "[: $ *]", + "[& ( :]", + "[> ( &]", + "[& ( >]", + "[> : &]" + ], + "correct": 6, + "prob_ind": 60 + }, + { + "prompt": "[$ % $]   [~ & >]   [> * <]
    [$ & >]   [~ * <]   [> ! !]
    [$ * <]   [~ ! !]   [      ]", + "options": [ + "[> ( &]", + "[< ! !]", + "[~ ! &]", + "[> * ~]", + "[* : :]", + "[* ! <]", + "[$ * <]", + "[& * %]" + ], + "correct": 0, + "prob_ind": 61 + }, + { + "prompt": "[% : :]   [% ~ >]   [% ( ~]
    [& ~ >]   [& ( ~]   [& * <]
    [( ( ~]   [( * <]   [      ]", + "options": [ + "[% ( ~]", + "[( * (]", + "[( ~ %]", + "[( % (]", + "[( : >]", + "[~ % (]", + "[% : :]", + "[& ~ (]" + ], + "correct": 3, + "prob_ind": 62 + }, + { + "prompt": "[( ( <]   [( ! (]   [( * !]
    [: ! (]   [: * !]   [: & *]
    [$ * !]   [$ & *]   [      ]", + "options": [ + "[: * !]", + "[~ ! (]", + "[& $ %]", + "[( * *]", + "[> $ <]", + "[$ % &]", + "[* * (]", + "[$ % *]" + ], + "correct": 5, + "prob_ind": 63 + }, + { + "prompt": "[! : <]   [( ~ <]   [< ( <]
    [( ~ *]   [< ( *]   [~ * *]
    [< ( :]   [~ * :]   [      ]", + "options": [ + "[! < ~]", + "[$ % :]", + "[~ < !]", + "[< % :]", + "[< ( >]", + "[< ~ <]", + "[: < !]", + "[> % :]" + ], + "correct": 7, + "prob_ind": 64 + }, + { + "prompt": "[> * (]   [~ & <]   [< ( ~]
    [~ * <]   [< & ~]   [( ( >]
    [< * ~]   [( & >]   [      ]", + "options": [ + "[> * (]", + "[! ( :]", + "[$ * %]", + "[< & (]", + "[> ( ~]", + "[: ( !]", + "[< ~ *]", + "[: ! (]" + ], + "correct": 1, + "prob_ind": 65 + }, + { + "prompt": "[& $ *]   [! > *]   [< < *]
    [! > !]   [< < !]   [> ! !]
    [< < %]   [> ! %]   [      ]", + "options": [ + "[! > !]", + "[$ & %]", + "[! ! *]", + "[< > *]", + "[% $ &]", + "[% & $]", + "[! < %]", + "[< % !]" + ], + "correct": 1, + "prob_ind": 66 + }, + { + "prompt": "[$ < &]   [> < *]   [< < !]
    [> : *]   [< : !]   [! : (]
    [< & !]   [! & (]   [      ]", + "options": [ + "[> : &]", + "[! : (]", + "[& * <]", + "[& & <]", + "[& & >]", + "[< & ~]", + "[& ! <]", + "[< & (]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[> $ ~]   [~ : *]   [< > !]
    [~ : ~]   [< > *]   [( ~ !]
    [< > ~]   [( ~ *]   [      ]", + "options": [ + "[* < !]", + "[> $ ~]", + "[> : ~]", + "[< ! !]", + "[: ! <]", + "[< $ ~]", + "[! < !]", + "[< > !]" + ], + "correct": 6, + "prob_ind": 68 + }, + { + "prompt": "[> : %]   [~ > $]   [< ~ (]
    [~ > %]   [< ~ $]   [( < (]
    [< ~ %]   [( < $]   [      ]", + "options": [ + "[! ( (]", + "[( < (]", + "[~ < (]", + "[( ( !]", + "[( > (]", + "[~ < ~]", + "[~ < %]", + "[< ( ~]" + ], + "correct": 0, + "prob_ind": 69 + }, + { + "prompt": "[> ( $]   [~ ( :]   [< ( >]
    [~ $ :]   [< $ >]   [( $ ~]
    [< * >]   [( * ~]   [      ]", + "options": [ + "[( * ~]", + "[> * $]", + "[( * $]", + "[> ( >]", + "[$ ( $]", + "[! * <]", + "[: ( $]", + "[> ( $]" + ], + "correct": 5, + "prob_ind": 70 + }, + { + "prompt": "[( * $]   [! * :]   [* * >]
    [! % :]   [* % >]   [& % ~]
    [* < >]   [& < ~]   [      ]", + "options": [ + "[( % $]", + "[% < (]", + "[* % ~]", + "[< % (]", + "[% < <]", + "[< ~ &]", + "[* ( $]", + "[* * >]" + ], + "correct": 4, + "prob_ind": 71 + }, + { + "prompt": "[& & &]   [* ! &]   [! < &]
    [* ! %]   [! < %]   [( > %]
    [! < >]   [( > >]   [      ]", + "options": [ + "[< $ ~]", + "[< > $]", + "[! < %]", + "[! < &]", + "[( ! %]", + "[< $ >]", + "[> ~ !]", + "[! ~ >]" + ], + "correct": 5, + "prob_ind": 72 + }, + { + "prompt": "[& ~ >]   [! ~ ~]   [< ~ <]
    [! < ~]   [< < <]   [> < (]
    [< $ <]   [> $ (]   [      ]", + "options": [ + "[! > ~]", + "[< $ <]", + "[( $ <]", + "[$ $ !]", + "[! ~ <]", + "[& ~ <]", + "[$ ! $]", + "[! ~ ~]" + ], + "correct": 3, + "prob_ind": 73 + }, + { + "prompt": "[% * &]   [* * *]   [( * !]
    [* ~ *]   [( ~ !]   [~ ~ (]
    [( ( !]   [~ ( (]   [      ]", + "options": [ + "[* ( !]", + "[( < :]", + "[* * (]", + "[% * %]", + "[% ( &]", + "[* * *]", + "[* ~ *]", + "[: ( <]" + ], + "correct": 7, + "prob_ind": 74 + }, + { + "prompt": "[& & %]   [& * *]   [& ! (]
    [* * *]   [* ! (]   [* ( ~]
    [! ! (]   [! ( ~]   [      ]", + "options": [ + "[( ~ >]", + "[: ! <]", + "[< : !]", + "[! ! *]", + "[! : <]", + "[< ~ >]", + "[! < :]", + "[* ! *]" + ], + "correct": 6, + "prob_ind": 75 + }, + { + "prompt": "[: $ >]   [> * ~]   [~ ! <]
    [> $ ~]   [~ * <]   [< ! (]
    [~ $ <]   [< * (]   [      ]", + "options": [ + "[* ! !]", + "[~ > $]", + "[! ( !]", + "[! ! (]", + "[* $ <]", + "[( $ <]", + "[( ! !]", + "[! & (]" + ], + "correct": 6, + "prob_ind": 76 + }, + { + "prompt": "[( ( *]   [< $ !]   [~ % (]
    [< ( !]   [~ $ (]   [> % <]
    [~ ( (]   [> $ <]   [      ]", + "options": [ + "[( * (]", + "[> % ~]", + "[( ( *]", + "[: % ~]", + "[< > <]", + "[< $ <]", + "[~ : %]", + "[% : ~]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[% * (]   [* ! !]   [( ( >]
    [* ! (]   [( ( !]   [~ < >]
    [( ( (]   [~ < !]   [      ]", + "options": [ + "[( ( !]", + "[* ! (]", + "[( ! >]", + "[( ( >]", + "[~ ! >]", + "[: ~ >]", + "[( * (]", + "[! ( >]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[& ! :]   [! ! ~]   [< ! (]
    [! ~ ~]   [< ~ (]   [> ~ *]
    [< & (]   [> & *]   [      ]", + "options": [ + "[$ * %]", + "[< ~ *]", + "[% $ &]", + "[$ & %]", + "[< ~ $]", + "[% & $]", + "[< & (]", + "[! ~ !]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[( < &]   [! * *]   [* $ !]
    [! < *]   [* * !]   [& $ (]
    [* < !]   [& * (]   [      ]", + "options": [ + "[% $ ~]", + "[% $ <]", + "[& < *]", + "[* $ *]", + "[* ! *]", + "[* * !]", + "[* < *]", + "[! * *]" + ], + "correct": 1, + "prob_ind": 80 + }, + { + "prompt": "[% > ~]   [& ~ >]   [* < *]
    [& ~ ~]   [* < >]   [! ( *]
    [* < ~]   [! ( >]   [      ]", + "options": [ + "[* ! *]", + "[$ $ %]", + "[* * *]", + "[* ~ $]", + "[( ! *]", + "[& ~ ~]", + "[! * *]", + "[* < >]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[% ( *]   [% < !]   [% ~ (]
    [& < !]   [& ~ (]   [& > <]
    [* ~ (]   [* > <]   [      ]", + "options": [ + "[* ~ ~]", + "[: % *]", + "[& < !]", + "[> < *]", + "[* : >]", + "[< & >]", + "[( : ~]", + "[* : ~]" + ], + "correct": 7, + "prob_ind": 82 + }, + { + "prompt": "[< * *]   [( * !]   [! * (]
    [( % !]   [! % (]   [* % <]
    [! > (]   [* > <]   [      ]", + "options": [ + "[~ > &]", + "[> < *]", + "[& > ~]", + "[( % (]", + "[> ~ *]", + "[> ! :]", + "[( % !]", + "[< % *]" + ], + "correct": 2, + "prob_ind": 83 + }, + { + "prompt": "[< $ &]   [~ $ !]   [> $ <]
    [~ ( !]   [> ( <]   [: ( >]
    [> % <]   [: % >]   [      ]", + "options": [ + "[! $ ~]", + "[~ $ !]", + "[$ % $]", + "[> ( :]", + "[< ( !]", + "[~ ! (]", + "[$ $ %]", + "[> $ ~]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[( ( $]   [( ! :]   [( * >]
    [~ ! :]   [~ * >]   [~ & ~]
    [< * >]   [< & ~]   [      ]", + "options": [ + "[( * >]", + "[< : &]", + "[~ ! $]", + "[< % <]", + "[< < %]", + "[% < <]", + "[( > (]", + "[( > *]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[* : !]   [: ~ (]   [& ( <]
    [* ~ (]   [: ( <]   [& * ~]
    [* ( <]   [: * ~]   [      ]", + "options": [ + "[~ : *]", + "[% ~ (]", + "[& % >]", + "[% ( (]", + "[% ( ~]", + "[* ! :]", + "[* ( ~]", + "[* ~ (]" + ], + "correct": 2, + "prob_ind": 86 + }, + { + "prompt": "[% < (]   [* % <]   [( ( ~]
    [* < <]   [( % ~]   [~ ( >]
    [( < ~]   [~ % >]   [      ]", + "options": [ + "[: ( :]", + "[< < *]", + "[* < <]", + "[( % ~]", + "[* < (]", + "[& ( $]", + "[( : :]", + "[& < <]" + ], + "correct": 0, + "prob_ind": 87 + }, + { + "prompt": "[< $ !]   [~ ( (]   [> * <]
    [~ $ (]   [> ( <]   [: * ~]
    [> $ <]   [: ( ~]   [      ]", + "options": [ + "[< * >]", + "[~ * (]", + "[~ $ <]", + "[* $ >]", + "[< ( >]", + "[~ * !]", + "[$ * >]", + "[> $ <]" + ], + "correct": 6, + "prob_ind": 88 + }, + { + "prompt": "[: : &]   [~ : *]   [( : !]
    [~ < *]   [( < !]   [* < (]
    [( * !]   [* * (]   [      ]", + "options": [ + "[( < !]", + "[% ( <]", + "[! ( &]", + "[! ~ <]", + "[% * !]", + "[! ( <]", + "[: : &]", + "[% * <]" + ], + "correct": 7, + "prob_ind": 89 + }, + { + "prompt": "[! $ <]   [( : &]   [< > *]
    [( : <]   [< > &]   [~ ~ *]
    [< > <]   [~ ~ &]   [      ]", + "options": [ + "[> < *]", + "[< $ &]", + "[$ < *]", + "[$ $ (]", + "[( : <]", + "[! $ (]", + "[> ! *]", + "[< $ !]" + ], + "correct": 0, + "prob_ind": 90 + }, + { + "prompt": "[> ( ~]   [& < <]   [% ~ (]
    [> < <]   [& ~ (]   [% > !]
    [> ~ (]   [& > !]   [      ]", + "options": [ + "[* : %]", + "[% : *]", + "[: * %]", + "[& < (]", + "[% : &]", + "[> ( *]", + "[% > !]", + "[> ~ (]" + ], + "correct": 1, + "prob_ind": 91 + }, + { + "prompt": "[< ( *]   [( ! !]   [! * $]
    [( ! *]   [! * !]   [* & $]
    [! * *]   [* & !]   [      ]", + "options": [ + "[% & $]", + "[< > !]", + "[< > $]", + "[* * !]", + "[< % !]", + "[& % $]", + "[% % $]", + "[% > !]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[( $ $]   [! > $]   [* < $]
    [! > <]   [* < <]   [& ! <]
    [* < :]   [& ! :]   [      ]", + "options": [ + "[& ( <]", + "[! < :]", + "[& ( ~]", + "[& ! <]", + "[: & %]", + "[& ( >]", + "[% & :]", + "[! < >]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[( % $]   [* & >]   [! * <]
    [( & >]   [* * <]   [! ! !]
    [( * <]   [* ! !]   [      ]", + "options": [ + "[& * >]", + "[* & >]", + "[! * !]", + "[! ( &]", + "[< * (]", + "[* % !]", + "[( & !]", + "[% ~ >]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[% & (]   [& ! $]   [* < *]
    [& ! (]   [* < $]   [! > *]
    [* < (]   [! > $]   [      ]", + "options": [ + "[* ( <]", + "[* % %]", + "[> $ <]", + "[* ~ <]", + "[< > $]", + "[< % %]", + "[* % &]", + "[( $ *]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[& > &]   [! > *]   [< > !]
    [! & *]   [< & !]   [> & (]
    [< $ !]   [> $ (]   [      ]", + "options": [ + "[! $ *]", + "[< < !]", + "[< & (]", + "[> $ (]", + "[< $ $]", + "[$ $ <]", + "[: < <]", + "[: & *]" + ], + "correct": 5, + "prob_ind": 96 + }, + { + "prompt": "[% < ~]   [* ~ (]   [( > &]
    [* ~ ~]   [( > (]   [~ : &]
    [( > ~]   [~ : (]   [      ]", + "options": [ + "[( > <]", + "[$ % *]", + "[~ $ &]", + "[% ~ <]", + "[( > &]", + "[( > ~]", + "[: $ &]", + "[! > &]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[: ~ &]   [> < <]   [~ ( (]
    [> < &]   [~ ( <]   [< ! (]
    [~ ( &]   [< ! <]   [      ]", + "options": [ + "[< ( ~]", + "[( ( &]", + "[~ ( ~]", + "[( * (]", + "[* * (]", + "[~ % <]", + "[( ( *]", + "[< ! (]" + ], + "correct": 3, + "prob_ind": 98 + }, + { + "prompt": "[$ * %]   [> ! &]   [( ( *]
    [$ ! &]   [> ( *]   [( < !]
    [$ ( *]   [> < !]   [      ]", + "options": [ + "[$ ( &]", + "[( ( *]", + "[( ~ (]", + "[$ ! &]", + "[( < &]", + "[$ * !]", + "[* $ !]", + "[~ ( (]" + ], + "correct": 2, + "prob_ind": 99 + } + ], + "three_rule_comb6": [ + { + "prompt": "[< ! ~]   [% & (]   [! $ :]
    [% & :]   [! $ ~]   [< ! (]
    [! $ (]   [< ! :]   [      ]", + "options": [ + "[< ! :]", + "[% * ~]", + "[! : :]", + "[& ~ %]", + "[% & ~]", + "[& ~ *]", + "[% ! :]", + "[& ( %]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[> & $]   [& ! (]   [* ( :]
    [* ( :]   [> & $]   [& ! (]
    [& ! (]   [* ( :]   [      ]", + "options": [ + "[& ( !]", + "[* ( ~]", + "[> & $]", + "[! ( &]", + "[( : :]", + "[> $ &]", + "[* ! :]", + "[* ( :]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[& : *]   [> % &]   [~ ~ !]
    [~ % !]   [& ~ *]   [> : &]
    [> ~ &]   [~ : !]   [      ]", + "options": [ + "[& ( !]", + "[( & !]", + "[! % *]", + "[( ! &]", + "[% : >]", + "[& ~ >]", + "[% & *]", + "[& % *]" + ], + "correct": 7, + "prob_ind": 2 + }, + { + "prompt": "[! $ <]   [% & $]   [( % :]
    [( & $]   [! % :]   [% $ <]
    [% % :]   [( $ <]   [      ]", + "options": [ + "[$ < %]", + "[( ( <]", + "[( $ &]", + "[$ % %]", + "[! & $]", + "[& ! $]", + "[% ! :]", + "[% % $]" + ], + "correct": 4, + "prob_ind": 3 + }, + { + "prompt": "[* < !]   [( ~ <]   [: > $]
    [: > $]   [* < !]   [( ~ <]
    [( ~ <]   [: > $]   [      ]", + "options": [ + "[( < ~]", + "[< * !]", + "[! ~ <]", + "[! < *]", + "[* : :]", + "[~ < (]", + "[( ~ <]", + "[* < !]" + ], + "correct": 7, + "prob_ind": 4 + }, + { + "prompt": "[* % $]   [! : !]   [< < (]
    [< < (]   [* % $]   [! : !]
    [! : !]   [< < (]   [      ]", + "options": [ + "[< & (]", + "[* % $]", + "[% * $]", + "[> & (]", + "[< > (]", + "[$ * %]", + "[* & $]", + "[% & %]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[% > !]   [< % $]   [* ~ ~]
    [< % $]   [* ~ ~]   [% > !]
    [* ~ ~]   [% > !]   [      ]", + "options": [ + "[& ~ !]", + "[: : !]", + "[% ~ !]", + "[> % !]", + "[% > ~]", + "[< * $]", + "[% * $]", + "[< % $]" + ], + "correct": 7, + "prob_ind": 6 + }, + { + "prompt": "[~ * >]   [% & !]   [* % :]
    [* % :]   [~ * >]   [% & !]
    [% & !]   [* % :]   [      ]", + "options": [ + "[: ~ >]", + "[& ! %]", + "[% % :]", + "[& % !]", + "[% * :]", + "[~ * >]", + "[: ~ (]", + "[~ * <]" + ], + "correct": 5, + "prob_ind": 7 + }, + { + "prompt": "[! $ &]   [( % %]   [* : <]
    [( : <]   [* $ &]   [! % %]
    [* % %]   [! : <]   [      ]", + "options": [ + "[( $ (]", + "[: & (]", + "[& ! ~]", + "[% & *]", + "[% % *]", + "[$ & (]", + "[( $ &]", + "[* $ &]" + ], + "correct": 6, + "prob_ind": 8 + }, + { + "prompt": "[< < >]   [$ ( &]   [% * (]
    [% * &]   [< < (]   [$ ( >]
    [$ ( (]   [% * >]   [      ]", + "options": [ + "[$ < >]", + "[% * (]", + "[! < &]", + "[* $ (]", + "[& $ (]", + "[& % *]", + "[< < &]", + "[< ~ &]" + ], + "correct": 6, + "prob_ind": 9 + }, + { + "prompt": "[! & :]   [$ ~ <]   [> > *]
    [> > *]   [! & :]   [$ ~ <]
    [$ ~ <]   [> > *]   [      ]", + "options": [ + "[! & ~]", + "[~ < $]", + "[~ < %]", + "[( ~ (]", + "[< > *]", + "[! & :]", + "[> ~ *]", + "[! : %]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[! < $]   [% ! :]   [~ ~ !]
    [% ~ !]   [~ < $]   [! ! :]
    [~ ! :]   [! ~ !]   [      ]", + "options": [ + "[% < $]", + "[~ ~ !]", + "[$ % <]", + "[! ~ ~]", + "[> ~ *]", + "[~ ! ~]", + "[: ~ (]", + "[> ~ !]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[> & :]   [~ ( &]   [: % *]
    [: % &]   [> & *]   [~ ( :]
    [~ ( *]   [: % :]   [      ]", + "options": [ + "[$ & *]", + "[> : (]", + "[> & &]", + "[: & *]", + "[: & &]", + "[> & *]", + "[( * <]", + "[~ & *]" + ], + "correct": 2, + "prob_ind": 12 + }, + { + "prompt": "[< & (]   [$ : <]   [% ! >]
    [$ ! >]   [% & (]   [< : <]
    [% : <]   [< ! >]   [      ]", + "options": [ + "[> $ (]", + "[< : (]", + "[( & $]", + "[% < ~]", + "[$ ! ~]", + "[$ & (]", + "[< ~ %]", + "[: < %]" + ], + "correct": 5, + "prob_ind": 13 + }, + { + "prompt": "[( * $]   [> $ >]   [$ ( (]
    [$ ( (]   [( * $]   [> $ >]
    [> $ >]   [$ ( (]   [      ]", + "options": [ + "[$ ( (]", + "[( $ (]", + "[$ * (]", + "[* ( $]", + "[( * $]", + "[( * >]", + "[~ * $]", + "[( ( $]" + ], + "correct": 4, + "prob_ind": 14 + }, + { + "prompt": "[% % *]   [$ ! :]   [& > >]
    [$ > :]   [& % >]   [% ! *]
    [& ! >]   [% > *]   [      ]", + "options": [ + "[: % $]", + "[& % <]", + "[& % >]", + "[% % *]", + "[* % !]", + "[% * *]", + "[$ > >]", + "[$ % :]" + ], + "correct": 7, + "prob_ind": 15 + }, + { + "prompt": "[* ~ (]   [% < $]   [: : :]
    [% < :]   [: : (]   [* ~ $]
    [: : $]   [* ~ :]   [      ]", + "options": [ + "[( < %]", + "[% < (]", + "[( % <]", + "[~ & :]", + "[: $ :]", + "[% < $]", + "[* < $]", + "[( > >]" + ], + "correct": 1, + "prob_ind": 16 + }, + { + "prompt": "[$ $ (]   [( < $]   [! & ~]
    [( < $]   [! & ~]   [$ $ (]
    [! & ~]   [$ $ (]   [      ]", + "options": [ + "[$ ( <]", + "[( $ $]", + "[( < $]", + "[( $ (]", + "[( $ <]", + "[$ ( $]", + "[! $ (]", + "[! $ ~]" + ], + "correct": 2, + "prob_ind": 17 + }, + { + "prompt": "[~ % <]   [: $ *]   [% : :]
    [% $ :]   [~ : <]   [: % *]
    [: : *]   [% % :]   [      ]", + "options": [ + "[~ $ <]", + "[< $ ~]", + "[$ ~ <]", + "[> : <]", + "[: : <]", + "[* % :]", + "[< $ <]", + "[! % :]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[: ! &]   [~ > *]   [* ( ~]
    [~ > *]   [* ( ~]   [: ! &]
    [* ( ~]   [: ! &]   [      ]", + "options": [ + "[~ > !]", + "[: ! ~]", + "[> ~ *]", + "[~ * (]", + "[( > *]", + "[~ < (]", + "[~ > (]", + "[~ > *]" + ], + "correct": 7, + "prob_ind": 19 + }, + { + "prompt": "[~ ( &]   [$ > $]   [* & %]
    [$ & $]   [* ( %]   [~ > &]
    [* > %]   [~ & &]   [      ]", + "options": [ + "[~ ( $]", + "[* ( %]", + "[& & %]", + "[$ $ >]", + "[( $ $]", + "[< ( &]", + "[$ ( $]", + "[$ $ (]" + ], + "correct": 6, + "prob_ind": 20 + }, + { + "prompt": "[$ $ !]   [~ : :]   [( ( <]
    [~ ( :]   [( $ <]   [$ : !]
    [( : <]   [$ ( !]   [      ]", + "options": [ + "[: * <]", + "[( < :]", + "[( : <]", + "[: < *]", + "[< $ :]", + "[: < (]", + "[~ $ :]", + "[$ : !]" + ], + "correct": 6, + "prob_ind": 21 + }, + { + "prompt": "[: ! $]   [! & >]   [* % &]
    [* % &]   [: ! $]   [! & >]
    [! & >]   [* % &]   [      ]", + "options": [ + "[: ! >]", + "[: $ *]", + "[> & !]", + "[: * $]", + "[! > &]", + "[$ ! :]", + "[: ! $]", + "[< ~ $]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[$ : !]   [< $ <]   [~ ~ &]
    [~ $ <]   [$ ~ &]   [< : !]
    [< ~ &]   [~ : !]   [      ]", + "options": [ + "[< $ !]", + "[~ ~ <]", + "[$ < $]", + "[> < $]", + "[$ $ <]", + "[< $ $]", + "[< < $]", + "[~ & ~]" + ], + "correct": 4, + "prob_ind": 23 + }, + { + "prompt": "[! ~ >]   [> ( :]   [& < %]
    [> < %]   [& ~ >]   [! ( :]
    [& ( :]   [! < %]   [      ]", + "options": [ + "[! ( :]", + "[> ~ >]", + "[> ~ $]", + "[> : >]", + "[> ( :]", + "[> < %]", + "[: > >]", + "[< & %]" + ], + "correct": 1, + "prob_ind": 24 + }, + { + "prompt": "[( ! >]   [& : :]   [: & (]
    [: : :]   [( & (]   [& ! >]
    [& & (]   [: ! >]   [      ]", + "options": [ + "[& & (]", + "[( : :]", + "[! > :]", + "[! & (]", + "[( & :]", + "[! & >]", + "[& ! >]", + "[: & (]" + ], + "correct": 1, + "prob_ind": 25 + }, + { + "prompt": "[: > %]   [% & :]   [~ < *]
    [% < :]   [~ > *]   [: & %]
    [~ & *]   [: < %]   [      ]", + "options": [ + "[: % <]", + "[~ & *]", + "[: < %]", + "[* & ~]", + "[> % :]", + "[> : %]", + "[% > :]", + "[: & %]" + ], + "correct": 6, + "prob_ind": 26 + }, + { + "prompt": "[& ( !]   [% & <]   [! % ~]
    [! % ~]   [& ( !]   [% & <]
    [% & <]   [! % ~]   [      ]", + "options": [ + "[* < %]", + "[& < !]", + "[> % *]", + "[& ( !]", + "[! ! %]", + "[% ! <]", + "[! ! <]", + "[! < %]" + ], + "correct": 3, + "prob_ind": 27 + }, + { + "prompt": "[~ < %]   [: ( ~]   [& % (]
    [& ( ~]   [~ % (]   [: < %]
    [: % (]   [& < %]   [      ]", + "options": [ + "[< % :]", + "[~ ( ~]", + "[: % (]", + "[: < %]", + "[& % (]", + "[~ ! ~]", + "[( ( &]", + "[~ % (]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[% * (]   [& : *]   [: > %]
    [& > %]   [: * (]   [% : *]
    [: : *]   [% > %]   [      ]", + "options": [ + "[& : (]", + "[< ~ (]", + "[* ! %]", + "[( > (]", + "[* & (]", + "[& * (]", + "[& $ (]", + "[< ~ ~]" + ], + "correct": 5, + "prob_ind": 29 + }, + { + "prompt": "[< $ %]   [: ~ !]   [& & $]
    [: & !]   [& $ $]   [< ~ %]
    [& ~ $]   [< & %]   [      ]", + "options": [ + "[: & %]", + "[< ~ %]", + "[< $ (]", + "[: $ !]", + "[: $ (]", + "[% < ~]", + "[< & %]", + "[< < (]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[< & (]   [% * :]   [: $ $]
    [: $ :]   [< & $]   [% * (]
    [% * $]   [: $ (]   [      ]", + "options": [ + "[< & :]", + "[< * (]", + "[< ( *]", + "[$ ( :]", + "[( * (]", + "[: $ !]", + "[< & >]", + "[! ( *]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[( & (]   [: % !]   [* > %]
    [* % %]   [( > (]   [: & !]
    [: > !]   [* & %]   [      ]", + "options": [ + "[: ! %]", + "[( % (]", + "[( & (]", + "[: & !]", + "[: & *]", + "[( ( %]", + "[( & *]", + "[* * $]" + ], + "correct": 1, + "prob_ind": 32 + }, + { + "prompt": "[: ( >]   [> $ &]   [$ % ~]
    [$ % &]   [: ( ~]   [> $ >]
    [> $ ~]   [$ % >]   [      ]", + "options": [ + "[& : (]", + "[$ ~ >]", + "[: ( ~]", + "[> > $]", + "[% > $]", + "[: ( &]", + "[> % $]", + "[$ % ~]" + ], + "correct": 5, + "prob_ind": 33 + }, + { + "prompt": "[! < <]   [$ % !]   [: : ~]
    [$ : !]   [: < ~]   [! % <]
    [: % ~]   [! : <]   [      ]", + "options": [ + "[$ < !]", + "[$ ! :]", + "[! % <]", + "[$ ! $]", + "[! < $]", + "[! : <]", + "[< ! $]", + "[! % ~]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[> ! (]   [% * &]   [! > !]
    [! * &]   [> > !]   [% ! (]
    [% > !]   [! ! (]   [      ]", + "options": [ + "[> & *]", + "[> * &]", + "[~ * &]", + "[> > !]", + "[! > !]", + "[! > *]", + "[> ! (]", + "[! ( (]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[( ! %]   [! ( *]   [~ $ >]
    [! ( *]   [~ $ >]   [( ! %]
    [~ $ >]   [( ! %]   [      ]", + "options": [ + "[( $ %]", + "[< ( *]", + "[! ( !]", + "[< $ !]", + "[~ $ >]", + "[% ( !]", + "[! ( *]", + "[< ! <]" + ], + "correct": 6, + "prob_ind": 36 + }, + { + "prompt": "[% < %]   [~ : :]   [& $ (]
    [& $ (]   [% < %]   [~ : :]
    [~ : :]   [& $ (]   [      ]", + "options": [ + "[& : :]", + "[< & %]", + "[& $ :]", + "[~ : :]", + "[: : %]", + "[% : :]", + "[% < %]", + "[< % %]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[$ > *]   [& & ~]   [% ! <]
    [& & <]   [% ! *]   [$ > ~]
    [% ! ~]   [$ > <]   [      ]", + "options": [ + "[& & &]", + "[> % !]", + "[~ % !]", + "[% & ~]", + "[& & *]", + "[> $ ~]", + "[< $ ~]", + "[& * &]" + ], + "correct": 4, + "prob_ind": 38 + }, + { + "prompt": "[* > $]   [& < !]   [( % (]
    [( < !]   [* % (]   [& > $]
    [& % (]   [( > $]   [      ]", + "options": [ + "[& < ~]", + "[& < !]", + "[* < <]", + "[& $ ~]", + "[* < !]", + "[! < &]", + "[< < *]", + "[: $ ~]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[& > &]   [: ! <]   [< : ~]
    [: : <]   [< > ~]   [& ! &]
    [< ! ~]   [& : &]   [      ]", + "options": [ + "[: ~ <]", + "[: : !]", + "[& ! &]", + "[: > <]", + "[: > !]", + "[& : <]", + "[< : <]", + "[> > !]" + ], + "correct": 3, + "prob_ind": 40 + }, + { + "prompt": "[< * <]   [( : >]   [% ( $]
    [% : $]   [< ( <]   [( * >]
    [( ( >]   [% * $]   [      ]", + "options": [ + "[~ : <]", + "[% ( <]", + "[( * <]", + "[< : <]", + "[< < (]", + "[< ~ <]", + "[: ~ <]", + "[( < <]" + ], + "correct": 3, + "prob_ind": 41 + }, + { + "prompt": "[! < (]   [* * $]   [$ > <]
    [* * <]   [$ > (]   [! < $]
    [$ > $]   [! < <]   [      ]", + "options": [ + "[( * *]", + "[* * (]", + "[* ( *]", + "[! * (]", + "[( % *]", + "[( ( (]", + "[! < (]", + "[$ > <]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[& < ~]   [% $ &]   [* % :]
    [% $ &]   [* % :]   [& < ~]
    [* % :]   [& < ~]   [      ]", + "options": [ + "[* < :]", + "[% > &]", + "[% $ &]", + "[& $ %]", + "[* < ~]", + "[& % :]", + "[* < $]", + "[% < ~]" + ], + "correct": 2, + "prob_ind": 43 + }, + { + "prompt": "[< ~ !]   [$ % <]   [* < >]
    [$ < <]   [* ~ >]   [< % !]
    [* % >]   [< < !]   [      ]", + "options": [ + "[$ ~ <]", + "[* ( >]", + "[% $ %]", + "[~ $ <]", + "[* < <]", + "[> ! %]", + "[* ~ >]", + "[$ % <]" + ], + "correct": 0, + "prob_ind": 44 + }, + { + "prompt": "[% ! <]   [< * &]   [( ( ~]
    [( ( &]   [% ! ~]   [< * <]
    [< * ~]   [( ( <]   [      ]", + "options": [ + "[< & <]", + "[< * %]", + "[% ! *]", + "[% ! ~]", + "[< * &]", + "[! % &]", + "[% ~ !]", + "[% ! &]" + ], + "correct": 7, + "prob_ind": 45 + }, + { + "prompt": "[~ * %]   [% % !]   [$ : &]
    [% % !]   [$ : &]   [~ * %]
    [$ : &]   [~ * %]   [      ]", + "options": [ + "[< $ *]", + "[% % !]", + "[< $ (]", + "[< $ $]", + "[$ * <]", + "[$ : &]", + "[& : $]", + "[! & %]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[~ ! ~]   [$ < (]   [< & !]
    [$ < !]   [< & ~]   [~ ! (]
    [< & (]   [~ ! !]   [      ]", + "options": [ + "[~ ( (]", + "[< % !]", + "[< & !]", + "[$ < >]", + "[$ ( ~]", + "[< & ~]", + "[$ < ~]", + "[$ > ~]" + ], + "correct": 6, + "prob_ind": 47 + }, + { + "prompt": "[$ : !]   [! > (]   [( ! *]
    [( > *]   [$ ! !]   [! : (]
    [! ! (]   [( : *]   [      ]", + "options": [ + "[$ > !]", + "[! > $]", + "[! : !]", + "[* > !]", + "[( ! !]", + "[% : !]", + "[! ! :]", + "[% : >]" + ], + "correct": 0, + "prob_ind": 48 + }, + { + "prompt": "[: < %]   [! ~ <]   [> * *]
    [> ~ *]   [: * %]   [! < <]
    [! * <]   [> < *]   [      ]", + "options": [ + "[~ < $]", + "[* > *]", + "[: ~ %]", + "[~ $ &]", + "[: : %]", + "[& ~ $]", + "[~ < !]", + "[: > %]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[% ! ~]   [< & &]   [> : *]
    [> & *]   [% : ~]   [< ! &]
    [< : &]   [> ! *]   [      ]", + "options": [ + "[> ! *]", + "[& < !]", + "[& * ~]", + "[& ~ %]", + "[& % ~]", + "[> & *]", + "[% & ~]", + "[< ! &]" + ], + "correct": 6, + "prob_ind": 50 + }, + { + "prompt": "[& & *]   [( < $]   [! ( (]
    [( ( (]   [! & *]   [& < $]
    [! < $]   [& ( (]   [      ]", + "options": [ + "[& ( (]", + "[! * &]", + "[( < *]", + "[! & *]", + "[& * (]", + "[( ! *]", + "[! * (]", + "[( & *]" + ], + "correct": 7, + "prob_ind": 51 + }, + { + "prompt": "[: $ $]   [( * !]   [< : %]
    [< : !]   [: $ %]   [( * $]
    [( * %]   [< : $]   [      ]", + "options": [ + "[* ( $]", + "[( * %]", + "[~ * !]", + "[~ ! *]", + "[< ! :]", + "[* ( %]", + "[: $ !]", + "[: * $]" + ], + "correct": 6, + "prob_ind": 52 + }, + { + "prompt": "[~ % *]   [$ > <]   [( $ &]
    [$ $ <]   [( % &]   [~ > *]
    [( > &]   [~ $ *]   [      ]", + "options": [ + "[$ % (]", + "[( ~ &]", + "[$ % <]", + "[( > *]", + "[( & $]", + "[& ~ (]", + "[& % <]", + "[& & &]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[% % ~]   [( ( %]   [~ < &]
    [( ( &]   [~ < ~]   [% % %]
    [~ < %]   [% % &]   [      ]", + "options": [ + "[( * ~]", + "[% % &]", + "[& ~ <]", + "[( ( ~]", + "[* < (]", + "[* ~ (]", + "[< ~ &]", + "[& < ~]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[~ * $]   [& ~ ~]   [% : !]
    [% : !]   [~ * $]   [& ~ ~]
    [& ~ ~]   [% : !]   [      ]", + "options": [ + "[> % $]", + "[% ! :]", + "[~ * $]", + "[! % :]", + "[& : ~]", + "[< % :]", + "[> * $]", + "[~ ~ &]" + ], + "correct": 2, + "prob_ind": 55 + }, + { + "prompt": "[~ : %]   [( * &]   [: ! *]
    [( ! &]   [: : *]   [~ * %]
    [: * *]   [~ ! %]   [      ]", + "options": [ + "[~ * %]", + "[~ * *]", + "[! * :]", + "[< $ !]", + "[: * :]", + "[~ & %]", + "[( : &]", + "[: & (]" + ], + "correct": 6, + "prob_ind": 56 + }, + { + "prompt": "[* $ :]   [! ~ (]   [~ & &]
    [~ ~ &]   [* & :]   [! $ (]
    [! & (]   [~ $ &]   [      ]", + "options": [ + "[* ~ :]", + "[% ~ :]", + "[> * &]", + "[: * &]", + "[~ & (]", + "[* $ :]", + "[: ~ *]", + "[& $ ~]" + ], + "correct": 0, + "prob_ind": 57 + }, + { + "prompt": "[~ $ ~]   [* < <]   [$ ! %]
    [* < %]   [$ ! ~]   [~ $ <]
    [$ ! <]   [~ $ %]   [      ]", + "options": [ + "[$ ! <]", + "[$ < %]", + "[* < ~]", + "[< * ~]", + "[! $ %]", + "[$ ! %]", + "[$ $ %]", + "[$ * %]" + ], + "correct": 2, + "prob_ind": 58 + }, + { + "prompt": "[! < (]   [< > &]   [> : ~]
    [< : &]   [> < ~]   [! > (]
    [> > ~]   [! : (]   [      ]", + "options": [ + "[< ! (]", + "[> : ~]", + "[< < &]", + "[> ! (]", + "[& < <]", + "[! ~ *]", + "[< : &]", + "[* ! ~]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[: & !]   [! < *]   [$ ! :]
    [$ ! :]   [: & !]   [! < *]
    [! < *]   [$ ! :]   [      ]", + "options": [ + "[$ ! :]", + "[$ ( :]", + "[$ < $]", + "[! < *]", + "[$ ~ $]", + "[! $ :]", + "[: & !]", + "[% % :]" + ], + "correct": 6, + "prob_ind": 60 + }, + { + "prompt": "[* % <]   [> ~ !]   [$ > &]
    [$ ~ !]   [* > &]   [> % <]
    [> > &]   [$ % <]   [      ]", + "options": [ + "[* ~ &]", + "[* % &]", + "[> < !]", + "[> % <]", + "[* & %]", + "[$ > &]", + "[> ~ <]", + "[* ~ !]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[% < (]   [( : &]   [! ! ~]
    [! ! ~]   [% < (]   [( : &]
    [( : &]   [! ! ~]   [      ]", + "options": [ + "[% < (]", + "[* ! (]", + "[( ! &]", + "[% ! ~]", + "[! ! ~]", + "[! * ~]", + "[% < ~]", + "[! ~ !]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[% : !]   [~ $ &]   [* * *]
    [~ * *]   [* : !]   [% $ &]
    [* $ &]   [% * *]   [      ]", + "options": [ + "[~ : !]", + "[: * *]", + "[> : !]", + "[& $ &]", + "[~ $ &]", + "[* $ !]", + "[~ ! :]", + "[& * $]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[~ * &]   [& ! :]   [% ~ %]
    [% ! %]   [~ ~ &]   [& * :]
    [& ~ :]   [% * %]   [      ]", + "options": [ + "[$ ! &]", + "[$ ! %]", + "[& ! $]", + "[& * :]", + "[~ ! &]", + "[~ % *]", + "[* ! %]", + "[: ! &]" + ], + "correct": 4, + "prob_ind": 64 + }, + { + "prompt": "[& ! ~]   [% % $]   [> & (]
    [> & (]   [& ! ~]   [% % $]
    [% % $]   [> & (]   [      ]", + "options": [ + "[& ! <]", + "[< & (]", + "[> & (]", + "[% % $]", + "[> * %]", + "[& ! ~]", + "[& > (]", + "[% & $]" + ], + "correct": 5, + "prob_ind": 65 + }, + { + "prompt": "[< & !]   [~ ! ~]   [& ( &]
    [~ ( ~]   [& & &]   [< ! !]
    [& ! &]   [< ( !]   [      ]", + "options": [ + "[& ! %]", + "[& ~ ~]", + "[& ! &]", + "[! < !]", + "[& & &]", + "[> $ *]", + "[~ & ~]", + "[~ $ *]" + ], + "correct": 6, + "prob_ind": 66 + }, + { + "prompt": "[~ : >]   [: ( $]   [< ! *]
    [< ! $]   [~ : *]   [: ( >]
    [: ( *]   [< ! >]   [      ]", + "options": [ + "[< ! &]", + "[< : *]", + "[( : >]", + "[~ : $]", + "[* ( (]", + "[( $ :]", + "[> ! $]", + "[< ! !]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[$ & $]   [( > >]   [% $ (]
    [( $ (]   [% & $]   [$ > >]
    [% > >]   [$ $ (]   [      ]", + "options": [ + "[( > >]", + "[& % $]", + "[$ ( &]", + "[~ & $]", + "[< & $]", + "[( & $]", + "[$ & %]", + "[& $ (]" + ], + "correct": 5, + "prob_ind": 68 + }, + { + "prompt": "[~ $ *]   [< ! :]   [! ( >]
    [! ( >]   [~ $ *]   [< ! :]
    [< ! :]   [! ( >]   [      ]", + "options": [ + "[~ $ *]", + "[! & *]", + "[! ! >]", + "[< ! :]", + "[> * $]", + "[* & *]", + "[! > (]", + "[: $ *]" + ], + "correct": 0, + "prob_ind": 69 + }, + { + "prompt": "[% > <]   [& ! (]   [$ < %]
    [& ! %]   [$ < <]   [% > (]
    [$ < (]   [% > %]   [      ]", + "options": [ + "[~ ! !]", + "[% > (]", + "[$ < (]", + "[* ! <]", + "[& ! (]", + "[& ! <]", + "[% > <]", + "[% > %]" + ], + "correct": 5, + "prob_ind": 70 + }, + { + "prompt": "[* & !]   [~ % :]   [! < *]
    [! % *]   [* < !]   [~ & :]
    [~ < :]   [! & *]   [      ]", + "options": [ + "[! & !]", + "[% & !]", + "[! < !]", + "[( % !]", + "[& % !]", + "[* < !]", + "[* % !]", + "[* ! %]" + ], + "correct": 6, + "prob_ind": 71 + }, + { + "prompt": "[% & %]   [! ( >]   [* * (]
    [* ( >]   [% * (]   [! & %]
    [! * (]   [* & %]   [      ]", + "options": [ + "[( > !]", + "[( % $]", + "[( % >]", + "[* ( %]", + "[* ( *]", + "[% ( >]", + "[> * ~]", + "[> % (]" + ], + "correct": 5, + "prob_ind": 72 + }, + { + "prompt": "[$ : *]   [& ~ ~]   [( ! !]
    [& ~ ~]   [( ! !]   [$ : *]
    [( ! !]   [$ : *]   [      ]", + "options": [ + "[> & *]", + "[~ ~ &]", + "[~ ~ %]", + "[$ : *]", + "[> > *]", + "[$ ! *]", + "[& > !]", + "[& ~ ~]" + ], + "correct": 7, + "prob_ind": 73 + }, + { + "prompt": "[$ & ~]   [! * :]   [* : *]
    [! * *]   [* : ~]   [$ & :]
    [* : :]   [$ & *]   [      ]", + "options": [ + "[! % ~]", + "[% > *]", + "[! * :]", + "[* ~ !]", + "[~ * !]", + "[! * ~]", + "[% : &]", + "[* $ &]" + ], + "correct": 5, + "prob_ind": 74 + }, + { + "prompt": "[< ~ >]   [! ( (]   [> & %]
    [! ( %]   [> & >]   [< ~ (]
    [> & (]   [< ~ %]   [      ]", + "options": [ + "[! ( >]", + "[! & (]", + "[% ! <]", + "[& > (]", + "[~ ( (]", + "[! < %]", + "[( ( >]", + "[< ( (]" + ], + "correct": 0, + "prob_ind": 75 + }, + { + "prompt": "[: < >]   [> % &]   [! * !]
    [! % !]   [: * >]   [> < &]
    [> * &]   [! < !]   [      ]", + "options": [ + "[* > &]", + "[% > :]", + "[> : <]", + "[! ! %]", + "[! * !]", + "[: % >]", + "[~ & %]", + "[< > :]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[* $ ~]   [$ ! $]   [! : !]
    [$ ! !]   [! : ~]   [* $ $]
    [! : $]   [* $ !]   [      ]", + "options": [ + "[: ! ~]", + "[: ! !]", + "[! $ $]", + "[$ ! ~]", + "[~ ! $]", + "[* % *]", + "[$ ! $]", + "[! $ *]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[< % :]   [~ * !]   [: ~ >]
    [~ ~ >]   [: % :]   [< * !]
    [: * !]   [< ~ >]   [      ]", + "options": [ + "[< ~ >]", + "[: ~ !]", + "[: : %]", + "[: ~ %]", + "[< % :]", + "[% < :]", + "[( * !]", + "[~ % :]" + ], + "correct": 7, + "prob_ind": 78 + }, + { + "prompt": "[~ $ &]   [! % %]   [& ! (]
    [& % %]   [~ ! (]   [! $ &]
    [! ! (]   [& $ &]   [      ]", + "options": [ + "[$ ! &]", + "[& ~ $]", + "[& & %]", + "[! ! $]", + "[~ % %]", + "[! $ &]", + "[! $ !]", + "[! : !]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[& ( !]   [! ~ ~]   [~ ! >]
    [! ~ >]   [~ ! !]   [& ( ~]
    [~ ! ~]   [& ( >]   [      ]", + "options": [ + "[~ ! ~]", + "[! ! $]", + "[! ~ *]", + "[! ~ $]", + "[~ ! :]", + "[! ~ !]", + "[~ ~ $]", + "[! ~ &]" + ], + "correct": 5, + "prob_ind": 80 + }, + { + "prompt": "[~ < !]   [& ! %]   [> % >]
    [& % %]   [> < >]   [~ ! !]
    [> ! >]   [~ % !]   [      ]", + "options": [ + "[< % &]", + "[~ < !]", + "[% & <]", + "[& & ~]", + "[& % !]", + "[& < %]", + "[> ! $]", + "[! $ >]" + ], + "correct": 5, + "prob_ind": 81 + }, + { + "prompt": "[! ( <]   [& $ $]   [< ! %]
    [& ! %]   [< ( <]   [! $ $]
    [< $ $]   [! ! %]   [      ]", + "options": [ + "[& ( <]", + "[& < (]", + "[( < &]", + "[( < !]", + "[( > &]", + "[! < &]", + "[& ! %]", + "[$ ! *]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[( ~ !]   [~ $ %]   [: : *]
    [: $ *]   [( : !]   [~ ~ %]
    [~ : %]   [: ~ *]   [      ]", + "options": [ + "[& ! (]", + "[~ % :]", + "[: $ *]", + "[~ % $]", + "[$ : *]", + "[( $ !]", + "[! ( :]", + "[! & (]" + ], + "correct": 5, + "prob_ind": 83 + }, + { + "prompt": "[: ! %]   [! > :]   [> : &]
    [> > &]   [: : %]   [! ! :]
    [! : :]   [> ! &]   [      ]", + "options": [ + "[% $ >]", + "[: > %]", + "[> > :]", + "[& : :]", + "[> & >]", + "[> > &]", + "[: < %]", + "[> & :]" + ], + "correct": 1, + "prob_ind": 84 + }, + { + "prompt": "[* < :]   [& ! $]   [> % &]
    [& ! $]   [> % &]   [* < :]
    [> % &]   [* < :]   [      ]", + "options": [ + "[* > :]", + "[> < &]", + "[$ < &]", + "[* : <]", + "[& % >]", + "[& ! $]", + "[& : >]", + "[& % ~]" + ], + "correct": 5, + "prob_ind": 85 + }, + { + "prompt": "[( > ~]   [~ < $]   [* $ :]
    [* $ :]   [( > ~]   [~ < $]
    [~ < $]   [* $ :]   [      ]", + "options": [ + "[~ < $]", + "[% ~ >]", + "[~ < (]", + "[( > ~]", + "[~ ~ (]", + "[> ( ~]", + "[( < ~]", + "[~ ~ *]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[& ( ~]   [~ > :]   [> & !]
    [> & :]   [& ( !]   [~ > ~]
    [~ > !]   [> & ~]   [      ]", + "options": [ + "[& ( :]", + "[& * :]", + "[( : &]", + "[& : (]", + "[( & :]", + "[: & !]", + "[: ( &]", + "[: & (]" + ], + "correct": 0, + "prob_ind": 87 + }, + { + "prompt": "[$ ! :]   [% < &]   [< : *]
    [% < *]   [< : :]   [$ ! &]
    [< : &]   [$ ! *]   [      ]", + "options": [ + "[& < %]", + "[< : %]", + "[< : &]", + "[~ : <]", + "[% < ~]", + "[( > >]", + "[% < :]", + "[< & %]" + ], + "correct": 6, + "prob_ind": 88 + }, + { + "prompt": "[% * *]   [: ! $]   [~ : (]
    [: ! $]   [~ : (]   [% * *]
    [~ : (]   [% * *]   [      ]", + "options": [ + "[~ : !]", + "[: ! $]", + "[~ ( :]", + "[: ! >]", + "[* % *]", + "[% * *]", + "[( ( :]", + "[< ( :]" + ], + "correct": 1, + "prob_ind": 89 + }, + { + "prompt": "[> > *]   [< & &]   [~ : !]
    [< & !]   [~ : *]   [> > &]
    [~ : &]   [> > !]   [      ]", + "options": [ + "[: ~ !]", + "[~ : &]", + "[< * *]", + "[$ $ >]", + "[> > !]", + "[: ~ &]", + "[& * (]", + "[< & *]" + ], + "correct": 7, + "prob_ind": 90 + }, + { + "prompt": "[> ~ ~]   [$ & $]   [< < >]
    [< < $]   [> ~ >]   [$ & ~]
    [$ & >]   [< < ~]   [      ]", + "options": [ + "[$ & $]", + "[$ ~ $]", + "[( ! (]", + "[$ ~ >]", + "[> ~ $]", + "[$ & >]", + "[: & $]", + "[< < ~]" + ], + "correct": 4, + "prob_ind": 91 + }, + { + "prompt": "[& : !]   [! > $]   [* * *]
    [! > $]   [* * *]   [& : !]
    [* * *]   [& : !]   [      ]", + "options": [ + "[& % %]", + "[! > $]", + "[$ > !]", + "[$ > *]", + "[* * *]", + "[! > >]", + "[* > $]", + "[& * >]" + ], + "correct": 1, + "prob_ind": 92 + }, + { + "prompt": "[$ : &]   [: % (]   [* ( *]
    [* ( *]   [$ : &]   [: % (]
    [: % (]   [* ( *]   [      ]", + "options": [ + "[$ : !]", + "[* ( (]", + "[* * (]", + "[$ : &]", + "[* * *]", + "[: % (]", + "[& $ :]", + "[( ( *]" + ], + "correct": 3, + "prob_ind": 93 + }, + { + "prompt": "[( $ :]   [: % (]   [* ~ %]
    [* ~ (]   [( $ %]   [: % :]
    [: % %]   [* ~ :]   [      ]", + "options": [ + "[( % $]", + "[! $ %]", + "[> * %]", + "[( $ (]", + "[( $ %]", + "[( ( %]", + "[< $ %]", + "[% ( $]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[& > >]   [( : :]   [% ( %]
    [( ( :]   [% > %]   [& : >]
    [% : %]   [& ( >]   [      ]", + "options": [ + "[& : %]", + "[* & (]", + "[% : %]", + "[> ( :]", + "[> : (]", + "[& ( %]", + "[( ( %]", + "[( > :]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[! ~ >]   [* > *]   [: $ &]
    [: > &]   [! $ >]   [* ~ *]
    [* $ *]   [: ~ &]   [      ]", + "options": [ + "[( ~ >]", + "[! > >]", + "[* ~ >]", + "[: > &]", + "[! ~ &]", + "[* > >]", + "[! ~ >]", + "[~ & <]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[( ! >]   [: & ~]   [< ( :]
    [: & ~]   [< ( :]   [( ! >]
    [< ( :]   [( ! >]   [      ]", + "options": [ + "[< ! :]", + "[( ( >]", + "[> ( >]", + "[< ( >]", + "[: & ~]", + "[> < ~]", + "[( ! >]", + "[: ! <]" + ], + "correct": 4, + "prob_ind": 97 + }, + { + "prompt": "[& ! *]   [> : <]   [< $ &]
    [> $ <]   [< ! &]   [& : *]
    [< : &]   [& $ *]   [      ]", + "options": [ + "[& : <]", + "[> ! (]", + "[( $ (]", + "[$ & *]", + "[< ! >]", + "[$ : *]", + "[* : &]", + "[> ! <]" + ], + "correct": 7, + "prob_ind": 98 + }, + { + "prompt": "[: $ :]   [< ~ $]   [$ % *]
    [< ~ *]   [$ % :]   [: $ $]
    [$ % $]   [: $ *]   [      ]", + "options": [ + "[< ~ :]", + "[$ % %]", + "[: ~ *]", + "[$ % $]", + "[: $ >]", + "[$ * %]", + "[% $ $]", + "[~ < :]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "three_rule_comb7": [ + { + "prompt": "[: ! %]   [< ( *]   [~ $ (]
    [< ( *]   [~ $ (]   [: ! ~]
    [~ $ (]   [: ! ~]   [      ]", + "options": [ + "[: ( (]", + "[< : (]", + "[! : ~]", + "[< ( :]", + "[: ! (]", + "[< < :]", + "[: ( <]", + "[< * (]" + ], + "correct": 3, + "prob_ind": 0 + }, + { + "prompt": "[! & (]   [% ~ <]   [& $ ~]
    [& $ <]   [! & ~]   [% ~ >]
    [% ~ ~]   [& $ >]   [      ]", + "options": [ + "[! $ >]", + "[! ~ <]", + "[! & <]", + "[! ! :]", + "[! & $]", + "[! & :]", + "[: ! &]", + "[! > <]" + ], + "correct": 5, + "prob_ind": 1 + }, + { + "prompt": "[: * &]   [> > $]   [~ ~ ~]
    [> > $]   [~ ~ ~]   [< * &]
    [~ ~ ~]   [< * &]   [      ]", + "options": [ + "[< > $]", + "[> ~ $]", + "[~ < (]", + "[~ ~ ~]", + "[( > $]", + "[> ( $]", + "[$ < >]", + "[~ ~ :]" + ], + "correct": 4, + "prob_ind": 2 + }, + { + "prompt": "[% ( ~]   [& : <]   [* < &]
    [& : <]   [* < &]   [! ( ~]
    [* < &]   [! ( ~]   [      ]", + "options": [ + "[: % <]", + "[* : &]", + "[: % >]", + "[* < &]", + "[> & ~]", + "[( : <]", + "[: & <]", + "[> ~ ~]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[! < >]   [( $ *]   [< ( ~]
    [( ( *]   [< < ~]   [~ $ >]
    [< $ ~]   [~ ( >]   [      ]", + "options": [ + "[( < ~]", + "[( ( *]", + "[* ( (]", + "[> < *]", + "[> > *]", + "[( * (]", + "[* ( $]", + "[( $ *]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[: ! <]   [$ : ~]   [% ( >]
    [$ ( ~]   [% ! >]   [: : :]
    [% : >]   [: ( :]   [      ]", + "options": [ + "[> % (]", + "[$ * $]", + "[% > (]", + "[$ ! :]", + "[: ! $]", + "[$ $ !]", + "[% ( >]", + "[$ ! $]" + ], + "correct": 7, + "prob_ind": 5 + }, + { + "prompt": "[& : *]   [* & <]   [! > >]
    [* & <]   [! > >]   [( : *]
    [! > >]   [( : *]   [      ]", + "options": [ + "[( * :]", + "[< & <]", + "[( : *]", + "[> & <]", + "[! : >]", + "[< * &]", + "[< : <]", + "[< * !]" + ], + "correct": 1, + "prob_ind": 6 + }, + { + "prompt": "[~ $ <]   [< & %]   [( > $]
    [< > %]   [( $ $]   [! & <]
    [( & $]   [! > <]   [      ]", + "options": [ + "[$ % *]", + "[& $ %]", + "[* $ %]", + "[& $ :]", + "[< & %]", + "[& % $]", + "[% $ *]", + "[$ & (]" + ], + "correct": 2, + "prob_ind": 7 + }, + { + "prompt": "[* ! >]   [( * ~]   [< : <]
    [< * ~]   [* : <]   [( ! (]
    [( : <]   [< ! (]   [      ]", + "options": [ + "[* * !]", + "[! * !]", + "[! ! *]", + "[( : (]", + "[( : !]", + "[( : <]", + "[! * *]", + "[! : !]" + ], + "correct": 0, + "prob_ind": 8 + }, + { + "prompt": "[~ * %]   [< ( *]   [* & (]
    [* & *]   [~ * (]   [< ( ~]
    [< ( (]   [* & ~]   [      ]", + "options": [ + "[< * %]", + "[< ( (]", + "[< ! *]", + "[< ( *]", + "[~ * >]", + "[~ * :]", + "[< ( ~]", + "[> * :]" + ], + "correct": 5, + "prob_ind": 9 + }, + { + "prompt": "[% & :]   [< > >]   [> ! ~]
    [< ! >]   [> & ~]   [% > <]
    [> > ~]   [% ! <]   [      ]", + "options": [ + "[~ $ %]", + "[% ! <]", + "[% ! >]", + "[< & *]", + "[< & (]", + "[> & ~]", + "[< > >]", + "[: % <]" + ], + "correct": 4, + "prob_ind": 10 + }, + { + "prompt": "[~ ~ &]   [< % %]   [( < :]
    [< < :]   [( ~ &]   [! % %]
    [( % %]   [! < :]   [      ]", + "options": [ + "[& * ~]", + "[& ~ *]", + "[% * >]", + "[< < :]", + "[( ~ &]", + "[% * ~]", + "[* ~ &]", + "[* ~ !]" + ], + "correct": 6, + "prob_ind": 11 + }, + { + "prompt": "[< ! %]   [( ( &]   [! < *]
    [( ( &]   [! < *]   [< ! !]
    [! < *]   [< ! !]   [      ]", + "options": [ + "[! < *]", + "[& ( (]", + "[: < (]", + "[< ( (]", + "[: ! &]", + "[( ( (]", + "[( : &]", + "[: ( &]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[% ( (]   [( > !]   [$ & *]
    [( & !]   [$ ( *]   [% > &]
    [$ > *]   [% & &]   [      ]", + "options": [ + "[& $ *]", + "[! & (]", + "[> % &]", + "[( ! &]", + "[( ( %]", + "[& ( !]", + "[( & !]", + "[$ % *]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[: ! (]   [> ( %]   [! < *]
    [> ( *]   [! < (]   [: ~ %]
    [! < %]   [: ~ *]   [      ]", + "options": [ + "[* ! :]", + "[: * !]", + "[( > >]", + "[! < *]", + "[: ! *]", + "[* * <]", + "[< ( !]", + "[> > (]" + ], + "correct": 7, + "prob_ind": 14 + }, + { + "prompt": "[> * %]   [~ % *]   [< & :]
    [~ % :]   [< & %]   [( * *]
    [< & *]   [( * :]   [      ]", + "options": [ + "[! % %]", + "[< % !]", + "[& < :]", + "[& ~ :]", + "[( * %]", + "[< ( :]", + "[! * :]", + "[% % !]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[< : (]   [: ! !]   [$ $ *]
    [: $ !]   [$ : *]   [< ! &]
    [$ ! *]   [< $ &]   [      ]", + "options": [ + "[: * $]", + "[* & !]", + "[! $ :]", + "[: : %]", + "[( ( $]", + "[: < (]", + "[* $ !]", + "[* & (]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[: < !]   [~ ( (]   [< ! %]
    [< ( (]   [: ! %]   [~ * !]
    [~ ! %]   [< * !]   [      ]", + "options": [ + "[~ * !]", + "[: & (]", + "[< * !]", + "[~ ! %]", + "[< ! %]", + "[( * !]", + "[* ! (]", + "[~ & (]" + ], + "correct": 1, + "prob_ind": 17 + }, + { + "prompt": "[~ ~ ~]   [! < &]   [: ( $]
    [: < $]   [~ ( ~]   [! ! &]
    [! ( &]   [: ! $]   [      ]", + "options": [ + "[~ * ~]", + "[! & !]", + "[~ ~ *]", + "[~ ~ ~]", + "[~ ~ %]", + "[% < %]", + "[~ < &]", + "[< : $]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[: ~ &]   [& ! !]   [> < <]
    [& ! !]   [> < <]   [: ~ >]
    [> < <]   [: ~ >]   [      ]", + "options": [ + "[~ : &]", + "[& ! !]", + "[& ! $]", + "[~ : !]", + "[& > !]", + "[$ ( <]", + "[< > &]", + "[& > <]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[& ~ <]   [* & &]   [! < $]
    [* < $]   [! ~ <]   [( & &]
    [! & &]   [( < $]   [      ]", + "options": [ + "[& & <]", + "[~ & &]", + "[< ( <]", + "[! < $]", + "[& > <]", + "[< ~ <]", + "[& ~ &]", + "[~ < <]" + ], + "correct": 5, + "prob_ind": 20 + }, + { + "prompt": "[< $ %]   [( ( !]   [! % (]
    [( ( !]   [! % (]   [* $ %]
    [! % (]   [* $ %]   [      ]", + "options": [ + "[* ! (]", + "[! $ (]", + "[& ( !]", + "[* ( !]", + "[% ( !]", + "[& ! !]", + "[* % (]", + "[* & (]" + ], + "correct": 2, + "prob_ind": 21 + }, + { + "prompt": "[> > <]   [~ ( (]   [: : !]
    [~ ( (]   [: : !]   [> > *]
    [: : !]   [> > *]   [      ]", + "options": [ + "[& * >]", + "[: : !]", + "[~ ( &]", + "[> > (]", + "[& : !]", + "[& > *]", + "[~ * &]", + "[: $ !]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[: ~ >]   [* % ~]   [! ! <]
    [! % ~]   [: ! <]   [* ~ (]
    [* ! <]   [! ~ (]   [      ]", + "options": [ + "[* ~ (]", + "[: * <]", + "[( ~ *]", + "[: % !]", + "[% : !]", + "[~ ( *]", + "[< % %]", + "[~ % ~]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[( ( &]   [< ! *]   [~ > (]
    [< > (]   [~ ( &]   [> ! *]
    [~ ! *]   [> > (]   [      ]", + "options": [ + "[: * *]", + "[~ > (]", + "[~ * *]", + "[> ! *]", + "[: ( !]", + "[$ ( !]", + "[: ( &]", + "[: & (]" + ], + "correct": 6, + "prob_ind": 24 + }, + { + "prompt": "[< < %]   [> ! &]   [~ % *]
    [~ ! &]   [< % *]   [> < !]
    [> % *]   [~ < !]   [      ]", + "options": [ + "[~ % *]", + "[> % !]", + "[> % *]", + "[! ~ <]", + "[~ < !]", + "[> ! &]", + "[< ! (]", + "[> ~ !]" + ], + "correct": 6, + "prob_ind": 25 + }, + { + "prompt": "[% : ~]   [& > %]   [* ~ <]
    [& ~ <]   [* : ~]   [! > %]
    [* > %]   [! ~ <]   [      ]", + "options": [ + "[& > %]", + "[~ : (]", + "[! > %]", + "[( : ~]", + "[! ~ <]", + "[: ( ~]", + "[> % !]", + "[: ~ (]" + ], + "correct": 3, + "prob_ind": 26 + }, + { + "prompt": "[> & ~]   [* ~ <]   [< ! (]
    [* ! <]   [< & (]   [> ~ !]
    [< ~ (]   [> ! !]   [      ]", + "options": [ + "[< * >]", + "[* < >]", + "[< < >]", + "[: ! !]", + "[* < <]", + "[~ > !]", + "[* & *]", + "[! < >]" + ], + "correct": 6, + "prob_ind": 27 + }, + { + "prompt": "[$ > <]   [& : ~]   [~ & >]
    [~ : ~]   [$ & >]   [& > :]
    [& & >]   [~ > :]   [      ]", + "options": [ + "[~ : :]", + "[: : $]", + "[: $ $]", + "[~ & $]", + "[$ : $]", + "[( & >]", + "[$ & (]", + "[( & (]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[( % <]   [% * ~]   [* $ >]
    [% * ~]   [* $ >]   [( % :]
    [* $ >]   [( % :]   [      ]", + "options": [ + "[$ % *]", + "[% & $]", + "[> & ~]", + "[* $ >]", + "[% * $]", + "[> > >]", + "[* > $]", + "[% * :]" + ], + "correct": 4, + "prob_ind": 29 + }, + { + "prompt": "[* & $]   [$ ! (]   [( < &]
    [$ ! &]   [( < $]   [* > (]
    [( < (]   [* > &]   [      ]", + "options": [ + "[: > <]", + "[$ & >]", + "[$ $ $]", + "[* ~ :]", + "[$ ~ $]", + "[* ( >]", + "[$ $ :]", + "[* & $]" + ], + "correct": 2, + "prob_ind": 30 + }, + { + "prompt": "[* $ $]   [~ > <]   [: < ~]
    [~ > ~]   [: < $]   [* ! <]
    [: < <]   [* ! ~]   [      ]", + "options": [ + "[> < ~]", + "[~ % $]", + "[: ~ <]", + "[~ & $]", + "[~ $ &]", + "[: < <]", + "[: $ &]", + "[: ! $]" + ], + "correct": 3, + "prob_ind": 31 + }, + { + "prompt": "[( $ ~]   [* : $]   [: > <]
    [: : $]   [( > <]   [* ~ ~]
    [* > <]   [: ~ ~]   [      ]", + "options": [ + "[% ~ ~]", + "[: $ <]", + "[$ : :]", + "[% ~ <]", + "[& * :]", + "[% ~ :]", + "[* ~ ~]", + "[( < $]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[: $ (]   [! : &]   [$ > <]
    [! : &]   [$ > <]   [: ~ (]
    [$ > <]   [: ~ (]   [      ]", + "options": [ + "[& < &]", + "[( : (]", + "[! : &]", + "[: $ (]", + "[! < &]", + "[$ $ (]", + "[! & <]", + "[~ ( :]" + ], + "correct": 4, + "prob_ind": 33 + }, + { + "prompt": "[~ $ :]   [* < >]   [< ! ~]
    [< < >]   [~ ! ~]   [* $ <]
    [* ! ~]   [< $ <]   [      ]", + "options": [ + "[~ < (]", + "[( ~ <]", + "[< $ *]", + "[! * ~]", + "[~ ( (]", + "[~ < !]", + "[$ * <]", + "[< < $]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[~ ! $]   [* < >]   [% ~ <]
    [* ~ >]   [% ! <]   [~ < !]
    [% < <]   [~ ~ !]   [      ]", + "options": [ + "[* ! &]", + "[* ~ <]", + "[% < <]", + "[* ( <]", + "[& % ~]", + "[% ~ $]", + "[% ~ !]", + "[& ~ %]" + ], + "correct": 0, + "prob_ind": 35 + }, + { + "prompt": "[~ > $]   [* & :]   [( $ >]
    [( & :]   [~ $ >]   [* > ~]
    [* $ >]   [( > ~]   [      ]", + "options": [ + "[~ * :]", + "[< & ~]", + "[~ & (]", + "[* : ~]", + "[~ & <]", + "[~ > ~]", + "[: < (]", + "[: & ~]" + ], + "correct": 4, + "prob_ind": 36 + }, + { + "prompt": "[& : !]   [> > >]   [% ~ (]
    [% > >]   [& ~ (]   [> < !]
    [> ~ (]   [% < !]   [      ]", + "options": [ + "[! < >]", + "[% : :]", + "[% ~ !]", + "[> ~ !]", + "[> ! ~]", + "[& ( >]", + "[> & (]", + "[* ! %]" + ], + "correct": 5, + "prob_ind": 37 + }, + { + "prompt": "[$ ( ~]   [: * <]   [> & (]
    [: & <]   [> ( (]   [~ * ~]
    [> * (]   [~ & ~]   [      ]", + "options": [ + "[$ ( ~]", + "[> % (]", + "[< ( <]", + "[< < <]", + "[< < ~]", + "[< ( >]", + "[~ $ (]", + "[~ & ~]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[: > :]   [% * >]   [( < ~]
    [% * >]   [( < ~]   [: > <]
    [( < ~]   [: > <]   [      ]", + "options": [ + "[( % *]", + "[* * <]", + "[% ( (]", + "[! < ~]", + "[% * (]", + "[% * <]", + "[% ( *]", + "[* % (]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[< $ :]   [% * >]   [> > ~]
    [> > >]   [< $ ~]   [% * <]
    [% * ~]   [> > <]   [      ]", + "options": [ + "[< ( $]", + "[< * >]", + "[< $ (]", + "[( $ <]", + "[$ < *]", + "[( < <]", + "[> $ <]", + "[$ < (]" + ], + "correct": 2, + "prob_ind": 40 + }, + { + "prompt": "[~ $ &]   [< * :]   [( ~ ~]
    [< * ~]   [( ~ &]   [! $ :]
    [( ~ :]   [! $ ~]   [      ]", + "options": [ + "[& * *]", + "[~ ( :]", + "[( ~ :]", + "[( * :]", + "[( : ~]", + "[% % :]", + "[* * &]", + "[( ~ &]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[% ( >]   [* % ~]   [> * <]
    [* * ~]   [> ( <]   [% % (]
    [> % <]   [% * (]   [      ]", + "options": [ + "[> * %]", + "[* ( !]", + "[% ( (]", + "[~ : <]", + "[% * >]", + "[% % ~]", + "[> * >]", + "[( % %]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[( % >]   [< & ~]   [~ ~ &]
    [< & &]   [~ ~ >]   [> % ~]
    [~ ~ ~]   [> % &]   [      ]", + "options": [ + "[! & ~]", + "[~ % ~]", + "[> % ~]", + "[& : >]", + "[~ ~ >]", + "[: & >]", + "[( % >]", + "[> : &]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[( > *]   [< < %]   [~ ~ ~]
    [< ~ ~]   [~ > *]   [> < %]
    [~ < %]   [> ~ ~]   [      ]", + "options": [ + "[! * %]", + "[( * %]", + "[* > :]", + "[( < %]", + "[: > *]", + "[* : >]", + "[~ * >]", + "[> * :]" + ], + "correct": 4, + "prob_ind": 44 + }, + { + "prompt": "[> $ *]   [~ < %]   [< * >]
    [~ * >]   [< $ *]   [( < %]
    [< < %]   [( * >]   [      ]", + "options": [ + "[< * <]", + "[~ * <]", + "[( * *]", + "[* > !]", + "[! $ *]", + "[< * $]", + "[! * >]", + "[$ * !]" + ], + "correct": 4, + "prob_ind": 45 + }, + { + "prompt": "[( ! (]   [$ ( <]   [% < *]
    [$ ( <]   [% < *]   [( ~ (]
    [% < *]   [( ~ (]   [      ]", + "options": [ + "[( ( ~]", + "[< $ >]", + "[> < $]", + "[> $ >]", + "[% ~ *]", + "[% < (]", + "[< $ *]", + "[$ > <]" + ], + "correct": 7, + "prob_ind": 46 + }, + { + "prompt": "[% : :]   [$ > !]   [~ ~ <]
    [~ > !]   [% ~ <]   [$ < :]
    [$ ~ <]   [~ < :]   [      ]", + "options": [ + "[~ ~ !]", + "[& ( !]", + "[% ~ <]", + "[~ : <]", + "[( % !]", + "[$ < :]", + "[% ( !]", + "[~ < <]" + ], + "correct": 6, + "prob_ind": 47 + }, + { + "prompt": "[< ~ ~]   [( $ <]   [% * (]
    [% * <]   [< ~ (]   [( $ !]
    [( $ (]   [% * !]   [      ]", + "options": [ + "[~ < (]", + "[( ~ <]", + "[< < (]", + "[! * %]", + "[% < $]", + "[< ~ *]", + "[~ ~ *]", + "[* ~ <]" + ], + "correct": 5, + "prob_ind": 48 + }, + { + "prompt": "[% % $]   [& > <]   [* : :]
    [& : :]   [* % $]   [! > <]
    [* > <]   [! : :]   [      ]", + "options": [ + "[> ! <]", + "[* ! <]", + "[* ! %]", + "[( % $]", + "[( $ %]", + "[* > <]", + "[( : :]", + "[& ! %]" + ], + "correct": 3, + "prob_ind": 49 + }, + { + "prompt": "[! $ (]   [( > >]   [% < ~]
    [% > >]   [! < ~]   [( ! (]
    [( < ~]   [% ! (]   [      ]", + "options": [ + "[% > >]", + "[* > >]", + "[% > (]", + "[( < ~]", + "[% & *]", + "[! & >]", + "[! > ~]", + "[< > >]" + ], + "correct": 5, + "prob_ind": 50 + }, + { + "prompt": "[( & >]   [< : <]   [~ $ $]
    [< : <]   [~ $ $]   [> & >]
    [~ $ $]   [> & >]   [      ]", + "options": [ + "[( & :]", + "[: < :]", + "[: < <]", + "[< : :]", + "[: $ <]", + "[: ~ :]", + "[& * <]", + "[: : <]" + ], + "correct": 7, + "prob_ind": 51 + }, + { + "prompt": "[: & *]   [* ! &]   [$ < :]
    [* ! &]   [$ < :]   [: > *]
    [$ < :]   [: > *]   [      ]", + "options": [ + "[* : &]", + "[: : *]", + "[$ < %]", + "[* & *]", + "[& * :]", + "[* & :]", + "[$ & *]", + "[* $ &]" + ], + "correct": 7, + "prob_ind": 52 + }, + { + "prompt": "[& : (]   [! < !]   [$ ! *]
    [! ! !]   [$ : *]   [& < &]
    [$ < *]   [& ! &]   [      ]", + "options": [ + "[% ! :]", + "[% * :]", + "[! ! !]", + "[* : %]", + "[$ < *]", + "[< * $]", + "[! : %]", + "[! % :]" + ], + "correct": 6, + "prob_ind": 53 + }, + { + "prompt": "[( ( $]   [~ ! %]   [> * :]
    [~ ! %]   [> * :]   [( & $]
    [> * :]   [( & $]   [      ]", + "options": [ + "[* & $]", + "[: > *]", + "[% % ~]", + "[~ % %]", + "[! % (]", + "[> * :]", + "[% ( !]", + "[( ! %]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[$ ~ :]   [& > ~]   [% & (]
    [& & ~]   [% ~ (]   [$ > *]
    [% > (]   [$ & *]   [      ]", + "options": [ + "[~ & ~]", + "[! & %]", + "[& ~ %]", + "[~ % &]", + "[* & *]", + "[$ > *]", + "[& > :]", + "[% & !]" + ], + "correct": 2, + "prob_ind": 55 + }, + { + "prompt": "[$ : ~]   [* > %]   [> ~ (]
    [> > %]   [$ ~ (]   [* < ~]
    [* ~ (]   [> < ~]   [      ]", + "options": [ + "[( ~ :]", + "[* ~ !]", + "[: ~ (]", + "[* < ~]", + "[~ : (]", + "[* ~ (]", + "[% ( $]", + "[$ ( %]" + ], + "correct": 7, + "prob_ind": 56 + }, + { + "prompt": "[! % &]   [( ( >]   [< & *]
    [( & >]   [< % *]   [~ ( &]
    [< ( *]   [~ & &]   [      ]", + "options": [ + "[> < &]", + "[~ ( &]", + "[< ( &]", + "[< ( %]", + "[> % >]", + "[( < &]", + "[< & &]", + "[> > &]" + ], + "correct": 4, + "prob_ind": 57 + }, + { + "prompt": "[< * >]   [~ ! <]   [> & $]
    [~ ! <]   [> & $]   [: * >]
    [> & $]   [: * >]   [      ]", + "options": [ + "[: ! <]", + "[~ & <]", + "[> & >]", + "[$ ! <]", + "[! * $]", + "[< $ !]", + "[: > *]", + "[> & $]" + ], + "correct": 3, + "prob_ind": 58 + }, + { + "prompt": "[! % (]   [~ & $]   [> * :]
    [> & :]   [! * (]   [~ ! $]
    [~ * $]   [> ! :]   [      ]", + "options": [ + "[! % *]", + "[* ! !]", + "[~ ! !]", + "[< ( (]", + "[< : >]", + "[* ! (]", + "[! ( (]", + "[$ ~ &]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[% * &]   [: & !]   [~ ! <]
    [: & !]   [~ ! <]   [% * >]
    [~ ! <]   [% * >]   [      ]", + "options": [ + "[% * &]", + "[: & $]", + "[& * %]", + "[~ ! :]", + "[% $ $]", + "[& * $]", + "[~ ! >]", + "[* & %]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[< & >]   [$ ( ~]   [* % <]
    [* % ~]   [< & <]   [$ ( (]
    [$ ( <]   [* % (]   [      ]", + "options": [ + "[< & !]", + "[~ > &]", + "[! < &]", + "[> < !]", + "[( < $]", + "[* % <]", + "[% < *]", + "[! & !]" + ], + "correct": 0, + "prob_ind": 61 + }, + { + "prompt": "[: > >]   [> : !]   [~ & $]
    [> : $]   [~ & >]   [< > !]
    [~ & !]   [< > $]   [      ]", + "options": [ + "[~ : $]", + "[> : (]", + "[$ & (]", + "[: > (]", + "[> : ~]", + "[< * !]", + "[: > >]", + "[( : >]" + ], + "correct": 7, + "prob_ind": 62 + }, + { + "prompt": "[< ( %]   [$ ! <]   [( * :]
    [( ! <]   [< * :]   [$ & %]
    [$ * :]   [( & %]   [      ]", + "options": [ + "[$ * ~]", + "[( * <]", + "[% < <]", + "[% < >]", + "[< % <]", + "[$ * :]", + "[< ( %]", + "[( * :]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[$ & ~]   [: < *]   [> ~ $]
    [: ~ $]   [> & ~]   [~ < *]
    [> < *]   [~ ~ $]   [      ]", + "options": [ + "[$ ( :]", + "[$ ~ :]", + "[: < *]", + "[: ~ $]", + "[$ ~ (]", + "[< & (]", + "[* < ~]", + "[< & ~]" + ], + "correct": 7, + "prob_ind": 64 + }, + { + "prompt": "[( : (]   [: > &]   [~ ~ $]
    [: > $]   [~ ~ (]   [( < &]
    [~ ~ &]   [( < $]   [      ]", + "options": [ + "[( ~ $]", + "[( & <]", + "[$ ( ~]", + "[: ( (]", + "[$ : >]", + "[$ ~ $]", + "[~ > $]", + "[! : (]" + ], + "correct": 3, + "prob_ind": 65 + }, + { + "prompt": "[& > !]   [! * ~]   [< & $]
    [! * $]   [< & !]   [> > ~]
    [< & ~]   [> > $]   [      ]", + "options": [ + "[! & !]", + "[* $ :]", + "[~ * %]", + "[* < >]", + "[* < $]", + "[> < $]", + "[! $ *]", + "[$ * !]" + ], + "correct": 7, + "prob_ind": 66 + }, + { + "prompt": "[% ~ >]   [& & %]   [* < (]
    [& < (]   [* ~ >]   [! & %]
    [* & %]   [! < (]   [      ]", + "options": [ + "[% ~ >]", + "[% ! &]", + "[: ! <]", + "[( ~ >]", + "[( ~ :]", + "[< ~ >]", + "[& % !]", + "[( > >]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[& $ (]   [* ! %]   [! % !]
    [* ! %]   [! % !]   [( $ (]
    [! % !]   [( $ (]   [      ]", + "options": [ + "[% < !]", + "[< ! %]", + "[< < %]", + "[! % !]", + "[* % !]", + "[! % <]", + "[( $ &]", + "[% ! <]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[$ & !]   [: ( $]   [> : (]
    [: ( $]   [> : (]   [~ & !]
    [> : (]   [~ & !]   [      ]", + "options": [ + "[< ! $]", + "[( < :]", + "[: ( >]", + "[( : <]", + "[( : >]", + "[< ( $]", + "[> ~ (]", + "[~ & !]" + ], + "correct": 5, + "prob_ind": 69 + }, + { + "prompt": "[! * ~]   [( ! <]   [* ( &]
    [( ! &]   [* ( ~]   [! < <]
    [* ( <]   [! < &]   [      ]", + "options": [ + "[! ( ~]", + "[( ~ ~]", + "[~ ~ ~]", + "[! * ~]", + "[* * <]", + "[~ < (]", + "[< ! &]", + "[~ ~ (]" + ], + "correct": 1, + "prob_ind": 70 + }, + { + "prompt": "[~ * >]   [& ! &]   [$ ( <]
    [$ ! &]   [~ ( <]   [& < >]
    [& ( <]   [$ < >]   [      ]", + "options": [ + "[~ % ~]", + "[~ ( &]", + "[$ < &]", + "[~ ~ &]", + "[$ ! &]", + "[~ ~ %]", + "[( ( :]", + "[~ & >]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[% % :]   [& : ~]   [* ! !]
    [& ! !]   [* % :]   [! : ~]
    [* : ~]   [! ! !]   [      ]", + "options": [ + "[* ! !]", + "[! : ~]", + "[* : ~]", + "[( % :]", + "[( < %]", + "[* $ ~]", + "[> ~ ~]", + "[! & !]" + ], + "correct": 3, + "prob_ind": 72 + }, + { + "prompt": "[& & >]   [< ! *]   [> < $]
    [> ! $]   [& < >]   [< > *]
    [< < *]   [> > $]   [      ]", + "options": [ + "[! : !]", + "[: > $]", + "[< > $]", + "[< > *]", + "[> > $]", + "[> < $]", + "[& $ >]", + "[* $ >]" + ], + "correct": 6, + "prob_ind": 73 + }, + { + "prompt": "[& ( ~]   [* > (]   [! $ *]
    [* $ *]   [! ( ~]   [( > (]
    [! > (]   [( $ *]   [      ]", + "options": [ + "[> ( (]", + "[! > (]", + "[< ( ~]", + "[* ( $]", + "[* > (]", + "[! > !]", + "[! $ *]", + "[~ < (]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[& : *]   [! * $]   [< ~ <]
    [! * $]   [< ~ <]   [> : *]
    [< ~ <]   [> : *]   [      ]", + "options": [ + "[* & &]", + "[> : *]", + "[! * $]", + "[& : !]", + "[> & *]", + "[$ * !]", + "[& & *]", + "[$ * $]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[: $ >]   [$ : &]   [< > %]
    [< : %]   [: > >]   [$ ~ &]
    [$ > &]   [< ~ %]   [      ]", + "options": [ + "[~ ~ %]", + "[: $ >]", + "[: ~ >]", + "[: > >]", + "[: < >]", + "[~ % <]", + "[< : *]", + "[< ~ %]" + ], + "correct": 4, + "prob_ind": 76 + }, + { + "prompt": "[& % &]   [% * :]   [< ( (]
    [< * (]   [& ( &]   [% ~ :]
    [% ( :]   [< ~ (]   [      ]", + "options": [ + "[% * (]", + "[< ( !]", + "[& : &]", + "[& : *]", + "[< & (]", + "[< * *]", + "[& % &]", + "[( < ~]" + ], + "correct": 2, + "prob_ind": 77 + }, + { + "prompt": "[* > $]   [< < :]   [: * >]
    [< * :]   [: > >]   [* < ~]
    [: < >]   [* * ~]   [      ]", + "options": [ + "[~ * *]", + "[~ & &]", + "[( * >]", + "[< > <]", + "[* > $]", + "[< < :]", + "[> * (]", + "[& ~ &]" + ], + "correct": 3, + "prob_ind": 78 + }, + { + "prompt": "[* & >]   [! % &]   [( * $]
    [! % $]   [( * >]   [< & &]
    [( * &]   [< & $]   [      ]", + "options": [ + "[< % >]", + "[> * (]", + "[> % ~]", + "[~ % >]", + "[! * :]", + "[( & &]", + "[! * &]", + "[$ * (]" + ], + "correct": 3, + "prob_ind": 79 + }, + { + "prompt": "[: ~ *]   [~ > >]   [( ! <]
    [~ > <]   [( ! *]   [* ~ >]
    [( ! >]   [* ~ <]   [      ]", + "options": [ + "[> * *]", + "[% > *]", + "[! * (]", + "[* ~ $]", + "[* > $]", + "[* > *]", + "[: < *]", + "[* ~ <]" + ], + "correct": 1, + "prob_ind": 80 + }, + { + "prompt": "[% $ :]   [* : $]   [: > &]
    [* : $]   [: > &]   [% ~ :]
    [: > &]   [% ~ :]   [      ]", + "options": [ + "[> & :]", + "[> : &]", + "[: > *]", + "[* < $]", + "[: ~ %]", + "[* : >]", + "[$ * <]", + "[< $ *]" + ], + "correct": 3, + "prob_ind": 81 + }, + { + "prompt": "[* $ <]   [& < ~]   [! ~ >]
    [& ~ ~]   [! $ >]   [* < :]
    [! < >]   [* ~ :]   [      ]", + "options": [ + "[& $ <]", + "[< $ <]", + "[& $ $]", + "[! > $]", + "[< < >]", + "[: * <]", + "[> < <]", + "[! < :]" + ], + "correct": 2, + "prob_ind": 82 + }, + { + "prompt": "[( ( %]   [* : &]   [< % *]
    [* % &]   [< ( *]   [( : !]
    [< : *]   [( % !]   [      ]", + "options": [ + "[( ( *]", + "[( : !]", + "[% ( !]", + "[* ( (]", + "[( * (]", + "[< % *]", + "[* : &]", + "[! % !]" + ], + "correct": 3, + "prob_ind": 83 + }, + { + "prompt": "[< ! %]   [: ~ &]   [$ > *]
    [: ~ &]   [$ > *]   [< ! !]
    [$ > *]   [< ! !]   [      ]", + "options": [ + "[* $ :]", + "[$ : *]", + "[: ~ (]", + "[$ > *]", + "[~ ( :]", + "[: ~ <]", + "[< ~ :]", + "[: : (]" + ], + "correct": 2, + "prob_ind": 84 + }, + { + "prompt": "[: % $]   [& < :]   [* > >]
    [* < :]   [: > >]   [& % ~]
    [& > >]   [* % ~]   [      ]", + "options": [ + "[& > :]", + "[: < <]", + "[! < *]", + "[> < <]", + "[> ~ (]", + "[! < :]", + "[! ! :]", + "[~ % *]" + ], + "correct": 1, + "prob_ind": 85 + }, + { + "prompt": "[! : $]   [~ ~ %]   [& ( >]
    [~ ~ >]   [& ( $]   [! * %]
    [& ( %]   [! * >]   [      ]", + "options": [ + "[% $ ~]", + "[! % (]", + "[~ $ %]", + "[~ % $]", + "[: ! $]", + "[% ~ $]", + "[! ( %]", + "[& ( %]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[& % *]   [( < !]   [! ! (]
    [! < !]   [& ! (]   [( % <]
    [( ! (]   [! % <]   [      ]", + "options": [ + "[( > <]", + "[! ! *]", + "[& < !]", + "[! ! !]", + "[! > <]", + "[& ! !]", + "[& < ~]", + "[! < !]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[~ : &]   [: > !]   [% ~ (]
    [: > (]   [% ~ &]   [~ < !]
    [% ~ !]   [~ < (]   [      ]", + "options": [ + "[! < ~]", + "[: ! $]", + "[% < !]", + "[: ( &]", + "[( ~ &]", + "[( ~ !]", + "[& ( :]", + "[> < (]" + ], + "correct": 3, + "prob_ind": 88 + }, + { + "prompt": "[~ ! &]   [! ( %]   [$ < (]
    [$ ( %]   [~ < (]   [! ~ &]
    [! < (]   [$ ~ &]   [      ]", + "options": [ + "[& ! ~]", + "[~ : $]", + "[~ > %]", + "[> % (]", + "[~ ! &]", + "[! ( %]", + "[< ( $]", + "[! : &]" + ], + "correct": 2, + "prob_ind": 89 + }, + { + "prompt": "[% < &]   [* ~ (]   [( ( $]
    [* ~ $]   [( ( &]   [~ < (]
    [( ( (]   [~ < $]   [      ]", + "options": [ + "[: ~ &]", + "[* < (]", + "[& ~ :]", + "[~ : &]", + "[> < $]", + "[! ( $]", + "[> ~ &]", + "[( ( (]" + ], + "correct": 0, + "prob_ind": 90 + }, + { + "prompt": "[( > :]   [$ & >]   [> ~ ~]
    [> & >]   [( ~ ~]   [$ > <]
    [$ ~ ~]   [> > <]   [      ]", + "options": [ + "[( & ~]", + "[$ & >]", + "[: % (]", + "[( & (]", + "[( ~ ~]", + "[( % ~]", + "[: & ~]", + "[: > !]" + ], + "correct": 3, + "prob_ind": 91 + }, + { + "prompt": "[* : (]   [! ~ :]   [( > ~]
    [! ~ ~]   [( > (]   [< : :]
    [( > :]   [< : ~]   [      ]", + "options": [ + "[! & !]", + "[! : ~]", + "[~ ~ (]", + "[> & !]", + "[! ~ :]", + "[* : (]", + "[( ~ ~]", + "[< : :]" + ], + "correct": 2, + "prob_ind": 92 + }, + { + "prompt": "[~ & :]   [! ! ~]   [< < >]
    [< ! ~]   [~ < >]   [! > :]
    [! < >]   [< > :]   [      ]", + "options": [ + "[~ $ :]", + "[> $ $]", + "[~ ~ $]", + "[> ~ $]", + "[~ $ ~]", + "[! ~ !]", + "[> < >]", + "[! > !]" + ], + "correct": 4, + "prob_ind": 93 + }, + { + "prompt": "[< % &]   [& ! *]   [( * !]
    [& ! *]   [( * !]   [< % (]
    [( * !]   [< % (]   [      ]", + "options": [ + "[~ * !]", + "[& ! <]", + "[& ~ !]", + "[% ! ~]", + "[& ! !]", + "[~ ! &]", + "[( ! *]", + "[& ! ~]" + ], + "correct": 1, + "prob_ind": 94 + }, + { + "prompt": "[& $ *]   [~ : (]   [> > ~]
    [> : ~]   [& > *]   [~ ~ (]
    [~ > (]   [> ~ ~]   [      ]", + "options": [ + "[~ ~ (]", + "[> ~ >]", + "[! < *]", + "[& < *]", + "[~ % $]", + "[! < (]", + "[* > &]", + "[& > *]" + ], + "correct": 3, + "prob_ind": 95 + }, + { + "prompt": "[~ < (]   [< ( ~]   [( % <]
    [< ( ~]   [( % <]   [! < (]
    [( % <]   [! < (]   [      ]", + "options": [ + "[* ( ~]", + "[( < (]", + "[~ * (]", + "[( $ >]", + "[* * ~]", + "[* : *]", + "[( > (]", + "[~ ( *]" + ], + "correct": 0, + "prob_ind": 96 + }, + { + "prompt": "[& > %]   [% ~ *]   [$ < $]
    [% ~ $]   [$ < %]   [& ( *]
    [$ < *]   [& ( $]   [      ]", + "options": [ + "[$ ( %]", + "[( & >]", + "[% ~ >]", + "[% ! %]", + "[~ ~ <]", + "[! % %]", + "[$ ! *]", + "[% ! &]" + ], + "correct": 3, + "prob_ind": 97 + }, + { + "prompt": "[% > %]   [: ~ >]   [< < ~]
    [: ~ ~]   [< < %]   [% ( >]
    [< < >]   [% ( ~]   [      ]", + "options": [ + "[$ ! %]", + "[< % <]", + "[! < *]", + "[~ > :]", + "[> ~ :]", + "[< < %]", + "[~ > $]", + "[: ! %]" + ], + "correct": 7, + "prob_ind": 98 + }, + { + "prompt": "[$ $ >]   [: : ~]   [~ ( <]
    [: ( ~]   [~ $ <]   [$ : (]
    [~ : <]   [$ ( (]   [      ]", + "options": [ + "[~ ~ ~]", + "[! : $]", + "[! * $]", + "[$ $ !]", + "[% * *]", + "[> * !]", + "[$ ! :]", + "[: $ !]" + ], + "correct": 7, + "prob_ind": 99 + } + ], + "three_rule_comb8": [ + { + "prompt": "[( $ *]   [< > >]   [~ < :]
    [< > :]   [~ < *]   [> ! >]
    [~ < >]   [> ! :]   [      ]", + "options": [ + "[: & *]", + "[> > >]", + "[> < !]", + "[~ < *]", + "[< ~ :]", + "[> ! !]", + "[: ! !]", + "[> : >]" + ], + "correct": 0, + "prob_ind": 0 + }, + { + "prompt": "[& $ &]   [* : <]   [! > $]
    [* : <]   [! > $]   [( ~ &]
    [! > $]   [( ~ &]   [      ]", + "options": [ + "[< < <]", + "[* ~ &]", + "[& $ &]", + "[> $ !]", + "[$ > !]", + "[! > $]", + "[* ( *]", + "[$ ! >]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[: : %]   [! ~ *]   [> ( (]
    [! ~ *]   [> ( (]   [: * ~]
    [> ( (]   [: * ~]   [      ]", + "options": [ + "[: % !]", + "[> ( ~]", + "[! ( *]", + "[! ( &]", + "[$ : !]", + "[! % :]", + "[> ~ (]", + "[> ( (]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[! & *]   [( * $]   [< ! >]
    [( * $]   [< ! >]   [~ ( *]
    [< ! >]   [~ ( *]   [      ]", + "options": [ + "[> < $]", + "[! > >]", + "[~ ! *]", + "[> < ~]", + "[$ > <]", + "[> ! >]", + "[~ * (]", + "[> < >]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[< : :]   [~ > !]   [> ~ ~]
    [~ > ~]   [> ~ :]   [: < !]
    [> ~ !]   [: < ~]   [      ]", + "options": [ + "[< ( *]", + "[: ! !]", + "[~ $ <]", + "[! ~ >]", + "[$ ( :]", + "[: : <]", + "[! : !]", + "[: $ <]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[& > :]   [* ~ <]   [! < !]
    [* ~ !]   [! < :]   [( ( <]
    [! < <]   [( ( !]   [      ]", + "options": [ + "[( ( <]", + "[! < :]", + "[: ! <]", + "[< ! :]", + "[< : !]", + "[( ! :]", + "[( ! >]", + "[: < !]" + ], + "correct": 3, + "prob_ind": 5 + }, + { + "prompt": "[: * &]   [> ! (]   [~ ( <]
    [> ! <]   [~ ( &]   [< < (]
    [~ ( (]   [< < <]   [      ]", + "options": [ + "[~ ( &]", + "[: % &]", + "[~ ( <]", + "[: * &]", + "[( ~ &]", + "[& ~ (]", + "[< ! (]", + "[: & *]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[( ! (]   [< % !]   [~ & *]
    [< & !]   [~ ! *]   [> % &]
    [~ % *]   [> & &]   [      ]", + "options": [ + "[( : <]", + "[< : (]", + "[: ! %]", + "[~ < <]", + "[: ! &]", + "[< : *]", + "[> % *]", + "[! % :]" + ], + "correct": 2, + "prob_ind": 7 + }, + { + "prompt": "[> ( *]   [~ ! !]   [( * (]
    [( ! !]   [> * (]   [~ & <]
    [~ * (]   [( & <]   [      ]", + "options": [ + "[( * (]", + "[< & (]", + "[* ! !]", + "[~ ( (]", + "[( ! !]", + "[~ % >]", + "[( & <]", + "[> % ~]" + ], + "correct": 7, + "prob_ind": 8 + }, + { + "prompt": "[: ! %]   [~ ( !]   [( < *]
    [~ ( *]   [( < %]   [* ~ !]
    [( < !]   [* ~ *]   [      ]", + "options": [ + "[( < !]", + "[% > %]", + "[> % %]", + "[! ~ *]", + "[% ~ %]", + "[! : %]", + "[! $ %]", + "[~ ! *]" + ], + "correct": 1, + "prob_ind": 9 + }, + { + "prompt": "[( & *]   [! * !]   [: ! (]
    [! * !]   [: ! (]   [( ( <]
    [: ! (]   [( ( <]   [      ]", + "options": [ + "[< ~ !]", + "[: ! (]", + "[! * !]", + "[* ! !]", + "[: ~ %]", + "[: ( !]", + "[( ( >]", + "[! < ~]" + ], + "correct": 7, + "prob_ind": 10 + }, + { + "prompt": "[( * &]   [! ( *]   [* > !]
    [! ( *]   [* > !]   [& * (]
    [* > !]   [& * (]   [      ]", + "options": [ + "[& ( (]", + "[( % <]", + "[% ( <]", + "[< % (]", + "[* > (]", + "[* > !]", + "[! > *]", + "[< ( %]" + ], + "correct": 2, + "prob_ind": 11 + }, + { + "prompt": "[* * :]   [! ~ >]   [( < ~]
    [! ~ >]   [( < ~]   [< * <]
    [( < ~]   [< * <]   [      ]", + "options": [ + "[~ ~ (]", + "[~ : (]", + "[& ( *]", + "[$ * %]", + "[~ < (]", + "[% > $]", + "[< * <]", + "[~ ! >]" + ], + "correct": 0, + "prob_ind": 12 + }, + { + "prompt": "[< & %]   [( ! :]   [! < >]
    [( ! :]   [! < >]   [* > %]
    [! < >]   [* > %]   [      ]", + "options": [ + "[! < &]", + "[& ~ $]", + "[! < >]", + "[! & <]", + "[> < !]", + "[& $ ~]", + "[* > %]", + "[& $ :]" + ], + "correct": 7, + "prob_ind": 13 + }, + { + "prompt": "[% ! <]   [> ( (]   [$ < !]
    [$ ( (]   [% < !]   [> ~ *]
    [> < !]   [$ ~ *]   [      ]", + "options": [ + "[% > &]", + "[$ & <]", + "[$ * <]", + "[> ( (]", + "[$ ! <]", + "[! $ <]", + "[> < !]", + "[% & >]" + ], + "correct": 0, + "prob_ind": 14 + }, + { + "prompt": "[< % >]   [! * ~]   [& ( <]
    [! * ~]   [& ( <]   [< ~ (]
    [& ( <]   [< ~ (]   [      ]", + "options": [ + "[( < ~]", + "[! : !]", + "[> < <]", + "[! ! ~]", + "[! < <]", + "[< % ~]", + "[* : !]", + "[< ~ (]" + ], + "correct": 1, + "prob_ind": 15 + }, + { + "prompt": "[: ~ !]   [> > (]   [~ ! <]
    [> ! (]   [~ ~ <]   [< > ~]
    [~ > <]   [< ! ~]   [      ]", + "options": [ + "[> < (]", + "[( ~ >]", + "[~ ! <]", + "[( ~ <]", + "[< > <]", + "[: % >]", + "[< < >]", + "[< > ~]" + ], + "correct": 1, + "prob_ind": 16 + }, + { + "prompt": "[* ( :]   [% < >]   [: ~ ~]
    [: < >]   [* ~ ~]   [% > <]
    [% ~ ~]   [: > <]   [      ]", + "options": [ + "[* : (]", + "[> % <]", + "[% % *]", + "[% : !]", + "[* ~ ~]", + "[* : <]", + "[% % (]", + "[: ( *]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[$ & <]   [> * %]   [< ! *]
    [> * *]   [< ! <]   [! ( %]
    [< ! %]   [! ( *]   [      ]", + "options": [ + "[& < <]", + "[< ( *]", + "[! & <]", + "[( ( *]", + "[: ! *]", + "[< ! %]", + "[& < ~]", + "[< & <]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[: ! %]   [~ ( <]   [( < ~]
    [~ ( <]   [( < ~]   [* ~ %]
    [( < ~]   [* ~ %]   [      ]", + "options": [ + "[( ~ %]", + "[( < ~]", + "[% ~ *]", + "[( < >]", + "[% > <]", + "[~ < >]", + "[* : %]", + "[~ ( ~]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[: < <]   [> & ~]   [~ * >]
    [> & ~]   [~ * >]   [< < :]
    [~ * >]   [< < :]   [      ]", + "options": [ + "[~ * >]", + "[( & $]", + "[* > ~]", + "[! ~ >]", + "[* * ~]", + "[~ ~ ~]", + "[~ ! >]", + "[< & <]" + ], + "correct": 1, + "prob_ind": 20 + }, + { + "prompt": "[: < (]   [~ ~ <]   [( > :]
    [~ ~ :]   [( > (]   [* : <]
    [( > <]   [* : :]   [      ]", + "options": [ + "[~ ~ :]", + "[! : <]", + "[% $ (]", + "[> ( (]", + "[( > :]", + "[: ~ :]", + "[! % $]", + "[( % $]" + ], + "correct": 2, + "prob_ind": 21 + }, + { + "prompt": "[& : ~]   [: > <]   [$ ~ (]
    [: > <]   [$ ~ (]   [& < !]
    [$ ~ (]   [& < !]   [      ]", + "options": [ + "[( : *]", + "[: ( *]", + "[& < !]", + "[: < *]", + "[& < <]", + "[& : >]", + "[: ~ *]", + "[< < &]" + ], + "correct": 1, + "prob_ind": 22 + }, + { + "prompt": "[< & %]   [~ ( *]   [> : (]
    [~ ( *]   [> : (]   [: & ~]
    [> : (]   [: & ~]   [      ]", + "options": [ + "[< & %]", + "[& & (]", + "[$ : (]", + "[$ ( :]", + "[~ : (]", + "[> ( :]", + "[* ~ (]", + "[$ ! :]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[< > :]   [* ~ ~]   [: < (]
    [: ~ ~]   [< < (]   [* ( *]
    [* < (]   [: ( *]   [      ]", + "options": [ + "[% ! <]", + "[< ! &]", + "[: > <]", + "[< ! %]", + "[: > *]", + "[: ( *]", + "[< * %]", + "[% < !]" + ], + "correct": 3, + "prob_ind": 24 + }, + { + "prompt": "[: < %]   [~ ( *]   [( ~ (]
    [~ ~ *]   [( < (]   [* ( ~]
    [( ( (]   [* ~ ~]   [      ]", + "options": [ + "[* ( <]", + "[~ ( !]", + "[( < (]", + "[% < :]", + "[* ( ~]", + "[< ( (]", + "[< ~ (]", + "[( ( *]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[% : $]   [* ( :]   [( < >]
    [* < :]   [( : >]   [~ ( ~]
    [( ( >]   [~ < ~]   [      ]", + "options": [ + "[~ ( :]", + "[~ ( ~]", + "[: : <]", + "[~ ( <]", + "[: : ~]", + "[> ( :]", + "[* ( :]", + "[< ~ ~]" + ], + "correct": 2, + "prob_ind": 26 + }, + { + "prompt": "[( & $]   [! * :]   [* ! !]
    [! * :]   [* ! !]   [& ( $]
    [* ! !]   [& ( $]   [      ]", + "options": [ + "[* ! !]", + "[$ ( &]", + "[> $ &]", + "[: % <]", + "[* : !]", + "[% ~ :]", + "[& $ >]", + "[% < :]" + ], + "correct": 7, + "prob_ind": 27 + }, + { + "prompt": "[: < >]   [> * ~]   [~ ( <]
    [> ( ~]   [~ < <]   [< * (]
    [~ * <]   [< ( (]   [      ]", + "options": [ + "[~ ( ~]", + "[( < (]", + "[( < !]", + "[( ( <]", + "[< & (]", + "[< ! (]", + "[~ < ~]", + "[% * *]" + ], + "correct": 2, + "prob_ind": 28 + }, + { + "prompt": "[( $ *]   [! : !]   [> > (]
    [> : !]   [( > (]   [! ~ <]
    [! > (]   [> ~ <]   [      ]", + "options": [ + "[( < <]", + "[$ ( *]", + "[< ( ~]", + "[! ~ (]", + "[< < ~]", + "[( ~ <]", + "[( < ~]", + "[( $ *]" + ], + "correct": 6, + "prob_ind": 29 + }, + { + "prompt": "[* ~ (]   [! ( !]   [( % *]
    [! % !]   [( ~ *]   [< ( &]
    [( ( *]   [< % &]   [      ]", + "options": [ + "[~ ~ %]", + "[< % &]", + "[% & <]", + "[( ~ &]", + "[< % %]", + "[* ~ (]", + "[< ( &]", + "[: : >]" + ], + "correct": 0, + "prob_ind": 30 + }, + { + "prompt": "[! $ ~]   [( : >]   [< > <]
    [( : >]   [< > <]   [~ ~ ~]
    [< > <]   [~ ~ ~]   [      ]", + "options": [ + "[> > !]", + "[! : ~]", + "[( > ~]", + "[( : >]", + "[! $ ~]", + "[> < >]", + "[> ! >]", + "[> : >]" + ], + "correct": 5, + "prob_ind": 31 + }, + { + "prompt": "[: * (]   [> % <]   [~ ( ~]
    [> % <]   [~ ( ~]   [< * >]
    [~ ( ~]   [< * >]   [      ]", + "options": [ + "[( ~ <]", + "[( ( ~]", + "[~ ~ (]", + "[< ~ (]", + "[~ ( ~]", + "[~ ~ <]", + "[< ( ~]", + "[( % :]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[> ~ ~]   [~ % <]   [< & (]
    [~ % <]   [< & (]   [( ~ !]
    [< & (]   [( ~ !]   [      ]", + "options": [ + "[% < ~]", + "[! % %]", + "[* ~ <]", + "[( * >]", + "[( ~ >]", + "[! % *]", + "[* < ~]", + "[~ ! *]" + ], + "correct": 5, + "prob_ind": 33 + }, + { + "prompt": "[& ( &]   [~ < *]   [: ~ !]
    [~ < *]   [: ~ !]   [& > (]
    [: ~ !]   [& > (]   [      ]", + "options": [ + "[: ~ !]", + "[~ > *]", + "[% % <]", + "[~ : <]", + "[& & (]", + "[~ : !]", + "[< * ~]", + "[~ ! :]" + ], + "correct": 3, + "prob_ind": 34 + }, + { + "prompt": "[& % <]   [! ( ~]   [< < >]
    [! < ~]   [< % >]   [> ( :]
    [< ( >]   [> < :]   [      ]", + "options": [ + "[$ $ %]", + "[: * $]", + "[: $ *]", + "[% $ $]", + "[! ~ (]", + "[< % ~]", + "[$ % $]", + "[! ( ~]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[> : *]   [& > !]   [$ ~ (]
    [$ > !]   [> ~ (]   [& < <]
    [& ~ (]   [$ < <]   [      ]", + "options": [ + "[$ < !]", + "[$ > !]", + "[$ : !]", + "[& > *]", + "[> : *]", + "[$ : *]", + "[> ( ~]", + "[> > !]" + ], + "correct": 6, + "prob_ind": 36 + }, + { + "prompt": "[! ! (]   [( > <]   [< % ~]
    [( % <]   [< ! ~]   [~ > >]
    [< > ~]   [~ % >]   [      ]", + "options": [ + "[! ( !]", + "[~ % >]", + "[( > <]", + "[> ! :]", + "[< ! :]", + "[! : :]", + "[: ! :]", + "[! ~ <]" + ], + "correct": 3, + "prob_ind": 37 + }, + { + "prompt": "[< ( $]   [~ ! >]   [! * <]
    [! ! >]   [< * <]   [~ & !]
    [~ * <]   [! & !]   [      ]", + "options": [ + "[& % <]", + "[< % &]", + "[~ * >]", + "[< ! *]", + "[! * <]", + "[~ * <]", + "[< * !]", + "[~ & >]" + ], + "correct": 1, + "prob_ind": 38 + }, + { + "prompt": "[& < (]   [! $ !]   [< * *]
    [! * !]   [< < *]   [> $ &]
    [< $ *]   [> * &]   [      ]", + "options": [ + "[! * !]", + "[$ ( %]", + "[( * !]", + "[$ < %]", + "[( * &]", + "[> % &]", + "[& < !]", + "[% < $]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[% < <]   [& > (]   [* ! !]
    [& > (]   [* ! !]   [! < *]
    [* ! !]   [! < *]   [      ]", + "options": [ + "[> ( *]", + "[> ( &]", + "[* ! !]", + "[> % :]", + "[( > &]", + "[! > <]", + "[! > !]", + "[! ! >]" + ], + "correct": 4, + "prob_ind": 40 + }, + { + "prompt": "[< ~ !]   [( < (]   [! * <]
    [( * (]   [! ~ <]   [* < ~]
    [! < <]   [* * ~]   [      ]", + "options": [ + "[> ( (]", + "[& ~ >]", + "[< > !]", + "[( > (]", + "[* ! ~]", + "[> ! <]", + "[! ~ ~]", + "[* * <]" + ], + "correct": 1, + "prob_ind": 41 + }, + { + "prompt": "[( ~ &]   [* < *]   [! ( !]
    [! < *]   [( ( !]   [* ! (]
    [* ( !]   [! ! (]   [      ]", + "options": [ + "[( * <]", + "[% $ (]", + "[* ! (]", + "[( < (]", + "[! ( (]", + "[< * (]", + "[( < *]", + "[* ( <]" + ], + "correct": 0, + "prob_ind": 42 + }, + { + "prompt": "[~ $ >]   [* > ~]   [: < <]
    [: > ~]   [~ < <]   [* ! (]
    [* < <]   [: ! (]   [      ]", + "options": [ + "[( & &]", + "[( & !]", + "[~ & !]", + "[> ~ $]", + "[~ ! &]", + "[* ! <]", + "[( ! &]", + "[& ! ~]" + ], + "correct": 2, + "prob_ind": 43 + }, + { + "prompt": "[( & *]   [! ! %]   [* < <]
    [! ! %]   [* < <]   [& > *]
    [* < <]   [& > *]   [      ]", + "options": [ + "[< * (]", + "[% ! !]", + "[* ( &]", + "[* < (]", + "[& > *]", + "[% $ %]", + "[$ % %]", + "[* < *]" + ], + "correct": 5, + "prob_ind": 44 + }, + { + "prompt": "[& ( %]   [* : &]   [! > *]
    [* : &]   [! > *]   [( ( !]
    [! > *]   [( ( !]   [      ]", + "options": [ + "[< : (]", + "[< : !]", + "[( ( !]", + "[( ( <]", + "[% > !]", + "[& ( :]", + "[~ & $]", + "[! ~ *]" + ], + "correct": 0, + "prob_ind": 45 + }, + { + "prompt": "[& : (]   [! ~ !]   [< ! *]
    [! ! !]   [< : *]   [> ~ &]
    [< ~ *]   [> ! &]   [      ]", + "options": [ + "[! ( !]", + "[$ : %]", + "[< : &]", + "[& ~ >]", + "[! ~ <]", + "[< < *]", + "[& : (]", + "[% $ :]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[$ : ~]   [! ~ <]   [~ ( (]
    [! ~ <]   [~ ( (]   [$ * !]
    [~ ( (]   [$ * !]   [      ]", + "options": [ + "[$ ( !]", + "[! % *]", + "[~ * (]", + "[% ! *]", + "[! * %]", + "[( % *]", + "[* % <]", + "[! % %]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[& $ :]   [* > !]   [! < $]
    [* > !]   [! < $]   [( ! :]
    [! < $]   [( ! :]   [      ]", + "options": [ + "[& < !]", + "[< ! &]", + "[! & !]", + "[( : !]", + "[< * !]", + "[< & !]", + "[~ % &]", + "[( ! :]" + ], + "correct": 5, + "prob_ind": 48 + }, + { + "prompt": "[% < &]   [* ~ <]   [( > (]
    [* ~ <]   [( > (]   [~ : &]
    [( > (]   [~ : &]   [      ]", + "options": [ + "[: $ <]", + "[* ( <]", + "[~ $ <]", + "[( ~ &]", + "[$ : <]", + "[~ : *]", + "[$ < :]", + "[~ : !]" + ], + "correct": 0, + "prob_ind": 49 + }, + { + "prompt": "[* < (]   [! ~ !]   [: > *]
    [: ~ !]   [* > *]   [! : &]
    [! > *]   [: : &]   [      ]", + "options": [ + "[: < &]", + "[: ~ !]", + "[! : *]", + "[* $ %]", + "[! < (]", + "[< > >]", + "[( ! <]", + "[* < (]" + ], + "correct": 3, + "prob_ind": 50 + }, + { + "prompt": "[& $ <]   [* > (]   [( < !]
    [( > (]   [& < !]   [* ! *]
    [* < !]   [( ! *]   [      ]", + "options": [ + "[* ! *]", + "[& $ <]", + "[& < !]", + "[& & &]", + "[& % &]", + "[~ > ~]", + "[& & %]", + "[& ( !]" + ], + "correct": 3, + "prob_ind": 51 + }, + { + "prompt": "[* : <]   [! > &]   [( ~ ~]
    [! > ~]   [( ~ <]   [< < &]
    [( ~ &]   [< < ~]   [      ]", + "options": [ + "[( < &]", + "[% : ~]", + "[~ ( <]", + "[( ( :]", + "[> ! &]", + "[~ ( >]", + "[( < <]", + "[< > <]" + ], + "correct": 2, + "prob_ind": 52 + }, + { + "prompt": "[> & ~]   [~ * >]   [< ! $]
    [~ * >]   [< ! $]   [( ( ~]
    [< ! $]   [( ( ~]   [      ]", + "options": [ + "[& ~ >]", + "[( ! ~]", + "[> : $]", + "[< ! ~]", + "[( > !]", + "[! < >]", + "[< > !]", + "[( ( ~]" + ], + "correct": 5, + "prob_ind": 53 + }, + { + "prompt": "[! & *]   [( * %]   [< ! >]
    [( * >]   [< ! *]   [~ ( %]
    [< ! %]   [~ ( >]   [      ]", + "options": [ + "[> < *]", + "[> * <]", + "[% < !]", + "[< * >]", + "[! ! *]", + "[! * >]", + "[$ < *]", + "[& < *]" + ], + "correct": 0, + "prob_ind": 54 + }, + { + "prompt": "[$ * %]   [> ! !]   [< ( :]
    [> ! !]   [< ( :]   [! < %]
    [< ( :]   [! < %]   [      ]", + "options": [ + "[* > %]", + "[& ~ !]", + "[~ ! &]", + "[* % >]", + "[! & ~]", + "[! ( %]", + "[! < %]", + "[< ! %]" + ], + "correct": 1, + "prob_ind": 55 + }, + { + "prompt": "[: $ $]   [~ ( >]   [( ! <]
    [~ ! >]   [( $ <]   [* ( !]
    [( ( <]   [* ! !]   [      ]", + "options": [ + "[> ! >]", + "[% ( !]", + "[& $ !]", + "[% $ &]", + "[$ $ $]", + "[$ & %]", + "[% $ *]", + "[$ & !]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[$ & <]   [: ! (]   [> % !]
    [: ! (]   [> % !]   [~ & *]
    [> % !]   [~ & *]   [      ]", + "options": [ + "[< ! &]", + "[$ & <]", + "[: < <]", + "[: < (]", + "[< $ &]", + "[> % !]", + "[> % *]", + "[: $ !]" + ], + "correct": 0, + "prob_ind": 57 + }, + { + "prompt": "[~ ~ <]   [< < (]   [( ( !]
    [( < (]   [~ ( !]   [< ! *]
    [< ( !]   [( ! *]   [      ]", + "options": [ + "[< * (]", + "[~ ( !]", + "[& * *]", + "[( < (]", + "[< ! (]", + "[< ~ *]", + "[~ * &]", + "[( * &]" + ], + "correct": 6, + "prob_ind": 58 + }, + { + "prompt": "[$ ( :]   [: < ~]   [> : (]
    [: < ~]   [> : (]   [~ ( *]
    [> : (]   [~ ( *]   [      ]", + "options": [ + "[> ( :]", + "[~ % <]", + "[~ < %]", + "[< < %]", + "[< ~ %]", + "[% < <]", + "[: % $]", + "[: < ~]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[< < $]   [( ~ ~]   [! > <]
    [( ~ <]   [! > $]   [* : ~]
    [! > ~]   [* : <]   [      ]", + "options": [ + "[* : <]", + "[& $ $]", + "[( ~ ~]", + "[~ ~ *]", + "[! > $]", + "[* $ $]", + "[< ( ~]", + "[~ ~ (]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[% * <]   [* : (]   [( $ !]
    [* : (]   [( $ !]   [~ * *]
    [( $ !]   [~ * *]   [      ]", + "options": [ + "[: : &]", + "[( * !]", + "[* : (]", + "[~ * *]", + "[$ ( !]", + "[~ % (]", + "[~ ( *]", + "[~ % *]" + ], + "correct": 0, + "prob_ind": 61 + }, + { + "prompt": "[( % ~]   [$ & <]   [: * (]
    [$ & <]   [: * (]   [( ! !]
    [: * (]   [( ! !]   [      ]", + "options": [ + "[$ ( *]", + "[~ ( *]", + "[: * (]", + "[$ & <]", + "[$ ( !]", + "[$ * ~]", + "[( ! *]", + "[( * ~]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[& & :]   [! ! ~]   [$ < (]
    [$ ! ~]   [& < (]   [! > *]
    [! < (]   [$ > *]   [      ]", + "options": [ + "[! < ~]", + "[% & $]", + "[$ & %]", + "[& $ *]", + "[& $ %]", + "[& & ~]", + "[& < (]", + "[* & &]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[( & $]   [< ! :]   [* < >]
    [< ! :]   [* < >]   [( > ~]
    [* < >]   [( > ~]   [      ]", + "options": [ + "[* > >]", + "[< $ (]", + "[& $ (]", + "[$ & (]", + "[< $ <]", + "[< $ *]", + "[< $ !]", + "[< < $]" + ], + "correct": 4, + "prob_ind": 64 + }, + { + "prompt": "[% ( <]   [* ! &]   [( * (]
    [* ! (]   [( * <]   [~ & &]
    [( * &]   [~ & (]   [      ]", + "options": [ + "[: % ~]", + "[* * (]", + "[~ & (]", + "[: % (]", + "[~ % (]", + "[( ! (]", + "[% * <]", + "[: % <]" + ], + "correct": 7, + "prob_ind": 65 + }, + { + "prompt": "[$ > (]   [: ~ <]   [> & ~]
    [: ~ <]   [> & ~]   [~ > >]
    [> & ~]   [~ > >]   [      ]", + "options": [ + "[< : ~]", + "[$ ~ &]", + "[< ~ :]", + "[: < ~]", + "[> ~ <]", + "[> > (]", + "[: ~ <]", + "[~ < :]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[% $ (]   [: : <]   [$ > ~]
    [$ : <]   [% > ~]   [: ~ >]
    [: > ~]   [$ ~ >]   [      ]", + "options": [ + "[$ ~ >]", + "[< : $]", + "[% < >]", + "[< : %]", + "[% < :]", + "[% ( $]", + "[~ > $]", + "[~ > :]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[: $ !]   [$ : (]   [! > <]
    [! : (]   [: > <]   [$ ~ ~]
    [$ > <]   [! ~ ~]   [      ]", + "options": [ + "[$ % %]", + "[: < >]", + "[% % $]", + "[> < >]", + "[! ~ :]", + "[$ % &]", + "[! : (]", + "[> % %]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[& % &]   [> * !]   [: ( <]
    [: * !]   [& ( <]   [> ~ >]
    [> ( <]   [: ~ >]   [      ]", + "options": [ + "[& ( >]", + "[& : $]", + "[: ( <]", + "[> ~ :]", + "[> & (]", + "[: * <]", + "[$ & :]", + "[& % <]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[& * <]   [* < ~]   [! ~ >]
    [* ~ ~]   [! * >]   [( < :]
    [! < >]   [( ~ :]   [      ]", + "options": [ + "[! ( >]", + "[$ * <]", + "[> ~ !]", + "[! * >]", + "[~ ~ (]", + "[> * !]", + "[! ! (]", + "[< * $]" + ], + "correct": 7, + "prob_ind": 70 + }, + { + "prompt": "[& < ~]   [* ( <]   [! * (]
    [* ( <]   [! * (]   [( < !]
    [! * (]   [( < !]   [      ]", + "options": [ + "[< * *]", + "[< ( *]", + "[~ $ :]", + "[* < *]", + "[* ( <]", + "[$ : ~]", + "[: & :]", + "[: : &]" + ], + "correct": 1, + "prob_ind": 71 + }, + { + "prompt": "[( < %]   [< ~ $]   [~ > (]
    [< ~ (]   [~ > %]   [> : $]
    [~ > $]   [> : (]   [      ]", + "options": [ + "[% : $]", + "[$ > $]", + "[~ $ >]", + "[: % :]", + "[$ : %]", + "[$ % :]", + "[~ > $]", + "[: $ %]" + ], + "correct": 7, + "prob_ind": 72 + }, + { + "prompt": "[( : :]   [! ! >]   [* ( ~]
    [! ! >]   [* ( ~]   [& : <]
    [* ( ~]   [& : <]   [      ]", + "options": [ + "[* ! (]", + "[( ! ~]", + "[% % ~]", + "[% & (]", + "[( : :]", + "[( * ~]", + "[% ! (]", + "[: : (]" + ], + "correct": 6, + "prob_ind": 73 + }, + { + "prompt": "[: $ &]   [~ : <]   [( > $]
    [~ : $]   [( > &]   [* ~ <]
    [( > <]   [* ~ $]   [      ]", + "options": [ + "[: : $]", + "[% ( &]", + "[% > %]", + "[< $ >]", + "[( > &]", + "[% < &]", + "[* ~ &]", + "[& ( %]" + ], + "correct": 5, + "prob_ind": 74 + }, + { + "prompt": "[: & ~]   [> * %]   [~ ! <]
    [> * <]   [~ ! ~]   [< ( %]
    [~ ! %]   [< ( <]   [      ]", + "options": [ + "[> * <]", + "[> ( $]", + "[> & <]", + "[> ! ~]", + "[< ! $]", + "[< * >]", + "[( < ~]", + "[( ! ~]" + ], + "correct": 6, + "prob_ind": 75 + }, + { + "prompt": "[< * ~]   [~ ! <]   [> : (]
    [~ ! <]   [> : (]   [: * !]
    [> : (]   [: * !]   [      ]", + "options": [ + "[* ! $]", + "[( : >]", + "[$ ! *]", + "[! $ *]", + "[$ ! (]", + "[* ! :]", + "[> : !]", + "[: > (]" + ], + "correct": 2, + "prob_ind": 76 + }, + { + "prompt": "[( ! %]   [% ( &]   [> < *]
    [% ( &]   [> < *]   [( ~ !]
    [> < *]   [( ~ !]   [      ]", + "options": [ + "[( % >]", + "[% > (]", + "[* < >]", + "[( ~ <]", + "[> % (]", + "[( < >]", + "[( < %]", + "[% ( &]" + ], + "correct": 1, + "prob_ind": 77 + }, + { + "prompt": "[% $ >]   [* > ~]   [( < !]
    [* > !]   [( < >]   [~ ! ~]
    [( < ~]   [~ ! !]   [      ]", + "options": [ + "[~ * >]", + "[( < >]", + "[> * ~]", + "[~ % >]", + "[: & >]", + "[: & ~]", + "[* > ~]", + "[* ! ~]" + ], + "correct": 4, + "prob_ind": 78 + }, + { + "prompt": "[< & *]   [( ! >]   [! < %]
    [( ! >]   [! < %]   [* > *]
    [! < %]   [* > *]   [      ]", + "options": [ + "[* > *]", + "[* > %]", + "[& > $]", + "[* : *]", + "[& $ >]", + "[* * :]", + "[! & %]", + "[* * >]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[: & %]   [~ * *]   [( ( (]
    [~ ( *]   [( & (]   [* * ~]
    [( * (]   [* ( ~]   [      ]", + "options": [ + "[% & :]", + "[* ( ~]", + "[% & ~]", + "[% : &]", + "[% & >]", + "[& & :]", + "[% * :]", + "[% & &]" + ], + "correct": 0, + "prob_ind": 80 + }, + { + "prompt": "[< : (]   [~ * !]   [> $ *]
    [~ * !]   [> $ *]   [: : &]
    [> $ *]   [: : &]   [      ]", + "options": [ + "[$ % *]", + "[< ~ (]", + "[: ~ &]", + "[< > (]", + "[: ( <]", + "[> % $]", + "[$ * %]", + "[> * $]" + ], + "correct": 6, + "prob_ind": 81 + }, + { + "prompt": "[> % $]   [: * >]   [! ( <]
    [: * >]   [! ( <]   [> ~ !]
    [! ( <]   [> ~ !]   [      ]", + "options": [ + "[: % $]", + "[~ : &]", + "[: & :]", + "[! ( !]", + "[> % $]", + "[~ : !]", + "[~ % $]", + "[: : &]" + ], + "correct": 7, + "prob_ind": 82 + }, + { + "prompt": "[* $ %]   [< > *]   [: < (]
    [: > *]   [* < (]   [< ! ~]
    [< < (]   [: ! ~]   [      ]", + "options": [ + "[* * >]", + "[: * &]", + "[> * *]", + "[* ! ~]", + "[* * :]", + "[< : (]", + "[* & :]", + "[* ! :]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[> & %]   [~ ! &]   [< < <]
    [~ ! <]   [< < %]   [( > &]
    [< < &]   [( > <]   [      ]", + "options": [ + "[~ : (]", + "[~ < &]", + "[( ! %]", + "[! % $]", + "[! ! %]", + "[% $ !]", + "[! : %]", + "[! $ %]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[> & >]   [~ * :]   [< ! ~]
    [~ * :]   [< ! ~]   [( ( >]
    [< ! ~]   [( ( >]   [      ]", + "options": [ + "[( ! :]", + "[( ( ~]", + "[! ( :]", + "[! < :]", + "[> ! >]", + "[> ( (]", + "[! > >]", + "[! > :]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[& $ %]   [~ > &]   [( < *]
    [~ > &]   [( < *]   [& ! !]
    [( < *]   [& ! !]   [      ]", + "options": [ + "[< ( *]", + "[( > *]", + "[~ > &]", + "[( > &]", + "[< * (]", + "[~ < %]", + "[~ & (]", + "[( & ~]" + ], + "correct": 6, + "prob_ind": 86 + }, + { + "prompt": "[$ ! ~]   [: % <]   [> : (]
    [: % <]   [> : (]   [~ ! !]
    [> : (]   [~ ! !]   [      ]", + "options": [ + "[> ( :]", + "[! * &]", + "[~ * (]", + "[> : (]", + "[* % <]", + "[> ( <]", + "[~ ! !]", + "[< % *]" + ], + "correct": 7, + "prob_ind": 87 + }, + { + "prompt": "[< $ (]   [: > !]   [( < *]
    [: > !]   [( < *]   [< ! &]
    [( < *]   [< ! &]   [      ]", + "options": [ + "[~ ~ >]", + "[: & %]", + "[! & <]", + "[~ ~ $]", + "[: $ &]", + "[$ < %]", + "[( ! !]", + "[> ! :]" + ], + "correct": 1, + "prob_ind": 88 + }, + { + "prompt": "[: $ (]   [> > <]   [~ % ~]
    [> % <]   [~ $ ~]   [< > >]
    [~ > ~]   [< % >]   [      ]", + "options": [ + "[> > ~]", + "[~ ~ ~]", + "[! & *]", + "[> ~ ~]", + "[( : $]", + "[< $ <]", + "[& $ %]", + "[( $ :]" + ], + "correct": 7, + "prob_ind": 89 + }, + { + "prompt": "[% : ~]   [< ~ <]   [$ ( (]
    [< ~ <]   [$ ( (]   [% * !]
    [$ ( (]   [% * !]   [      ]", + "options": [ + "[< > ~]", + "[< % *]", + "[$ < (]", + "[* % <]", + "[< > <]", + "[$ ( (]", + "[! > <]", + "[% * !]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[% > ~]   [& ~ <]   [< < (]
    [< ~ <]   [% < (]   [& ( !]
    [& < (]   [< ( !]   [      ]", + "options": [ + "[% < *]", + "[% ! *]", + "[< * %]", + "[& ( !]", + "[& > (]", + "[% ! (]", + "[& ( >]", + "[> ( &]" + ], + "correct": 1, + "prob_ind": 91 + }, + { + "prompt": "[( % ~]   [< * <]   [~ ( %]
    [< * %]   [~ ( ~]   [> ~ <]
    [~ ( <]   [> ~ %]   [      ]", + "options": [ + "[: : ~]", + "[~ ( %]", + "[< * >]", + "[% * ~]", + "[> ~ %]", + "[~ ( *]", + "[% ( %]", + "[% ( ~]" + ], + "correct": 0, + "prob_ind": 92 + }, + { + "prompt": "[$ : $]   [> ~ *]   [< ( :]
    [> ~ *]   [< ( :]   [! * $]
    [< ( :]   [! * $]   [      ]", + "options": [ + "[* : :]", + "[* ! $]", + "[* ( $]", + "[: * :]", + "[& % *]", + "[& % (]", + "[$ : $]", + "[~ ! $]" + ], + "correct": 4, + "prob_ind": 93 + }, + { + "prompt": "[( ! !]   [< : (]   [~ & <]
    [< : (]   [~ & <]   [> ! ~]
    [~ & <]   [> ! ~]   [      ]", + "options": [ + "[: : ~]", + "[~ & ~]", + "[: : >]", + "[> : :]", + "[< ( <]", + "[: > :]", + "[: ~ :]", + "[< ! (]" + ], + "correct": 2, + "prob_ind": 94 + }, + { + "prompt": "[* < %]   [! ! &]   [( $ *]
    [! $ &]   [( < *]   [< ! !]
    [( ! *]   [< $ !]   [      ]", + "options": [ + "[< ! &]", + "[! $ &]", + "[~ < !]", + "[! ! <]", + "[! $ !]", + "[* ! &]", + "[( ! *]", + "[~ < (]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[& < !]   [! ~ <]   [< > *]
    [! ~ *]   [< > !]   [> : <]
    [< > <]   [> : *]   [      ]", + "options": [ + "[$ $ !]", + "[: > *]", + "[$ $ <]", + "[< ~ !]", + "[> < *]", + "[* > <]", + "[< > !]", + "[* < >]" + ], + "correct": 0, + "prob_ind": 96 + }, + { + "prompt": "[% ( $]   [& < :]   [> ~ >]
    [> < :]   [% ~ >]   [& > ~]
    [& ~ >]   [> > ~]   [      ]", + "options": [ + "[> & ~]", + "[% > ~]", + "[& ~ ~]", + "[& ~ >]", + "[& < $]", + "[& > ~]", + "[% : <]", + "[: % <]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[* : >]   [< ~ ~]   [( ( <]
    [< ~ ~]   [( ( <]   [* * (]
    [( ( <]   [* * (]   [      ]", + "options": [ + "[< < ~]", + "[~ < ~]", + "[$ * :]", + "[* : %]", + "[: % *]", + "[~ % (]", + "[< % !]", + "[* : $]" + ], + "correct": 6, + "prob_ind": 98 + }, + { + "prompt": "[% < ~]   [* ( %]   [( ! *]
    [* ( %]   [( ! *]   [~ * ~]
    [( ! *]   [~ * ~]   [      ]", + "options": [ + "[: & %]", + "[: ~ >]", + "[< * ~]", + "[% ( *]", + "[* ! *]", + "[% : &]", + "[% & :]", + "[~ > :]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "three_rule_comb9": [ + { + "prompt": "[$ ! >]   [: ( ~]   [> < <]
    [: ( ~]   [> < <]   [~ ~ (]
    [> < <]   [~ ~ (]   [      ]", + "options": [ + "[< > <]", + "[( > (]", + "[< > (]", + "[< : !]", + "[< > !]", + "[> < <]", + "[> < !]", + "[( > !]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[( < (]   [< ~ !]   [~ > *]
    [< ~ !]   [~ > *]   [> : &]
    [~ > *]   [> : &]   [      ]", + "options": [ + "[~ $ (]", + "[: $ %]", + "[~ $ *]", + "[* > ~]", + "[* < ~]", + "[< ( (]", + "[( < (]", + "[$ * ~]" + ], + "correct": 1, + "prob_ind": 1 + }, + { + "prompt": "[* ! ~]   [! ( <]   [( < (]
    [! ( <]   [( < (]   [< ~ !]
    [( < (]   [< ~ !]   [      ]", + "options": [ + "[! < (]", + "[> ~ !]", + "[~ > *]", + "[! * ~]", + "[( < (]", + "[> ~ *]", + "[> < *]", + "[~ ! *]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[$ ( *]   [: < !]   [> ~ (]
    [: < !]   [> ~ (]   [~ > <]
    [> ~ (]   [~ > <]   [      ]", + "options": [ + "[( : ~]", + "[< : :]", + "[< : ~]", + "[$ ~ (]", + "[< ! :]", + "[: : <]", + "[< : >]", + "[: < (]" + ], + "correct": 2, + "prob_ind": 3 + }, + { + "prompt": "[$ * ~]   [: ! <]   [> ( (]
    [: ! <]   [> ( (]   [~ < !]
    [> ( (]   [~ < !]   [      ]", + "options": [ + "[< ( !]", + "[( ( <]", + "[: ( <]", + "[< ~ *]", + "[> < <]", + "[( ( >]", + "[> ( (]", + "[$ ! (]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[! % %]   [( * &]   [< ( *]
    [( * &]   [< ( *]   [~ ~ !]
    [< ( *]   [~ ~ !]   [      ]", + "options": [ + "[( > >]", + "[> > (]", + "[( > :]", + "[$ * >]", + "[> : (]", + "[> : *]", + "[> > >]", + "[< ( *]" + ], + "correct": 4, + "prob_ind": 5 + }, + { + "prompt": "[( < &]   [! ( *]   [* ! !]
    [! ( *]   [* ! !]   [& * (]
    [* ! !]   [& * (]   [      ]", + "options": [ + "[* * (]", + "[< : :]", + "[* ! !]", + "[% & <]", + "[& ! !]", + "[! ! *]", + "[( ! (]", + "[% < &]" + ], + "correct": 3, + "prob_ind": 6 + }, + { + "prompt": "[< < (]   [~ ( !]   [> ! *]
    [~ ( !]   [> ! *]   [: * &]
    [> ! *]   [: * &]   [      ]", + "options": [ + "[: * &]", + "[( * *]", + "[~ ! *]", + "[< * *]", + "[: & %]", + "[* ~ !]", + "[* ! !]", + "[$ & %]" + ], + "correct": 7, + "prob_ind": 7 + }, + { + "prompt": "[% ( >]   [* ! ~]   [( * <]
    [* ! ~]   [( * <]   [~ & (]
    [( * <]   [~ & (]   [      ]", + "options": [ + "[: % !]", + "[: % %]", + "[* ( <]", + "[~ ( <]", + "[* ! ~]", + "[% : !]", + "[~ * <]", + "[: % *]" + ], + "correct": 0, + "prob_ind": 8 + }, + { + "prompt": "[( $ %]   [! : *]   [* > (]
    [! : *]   [* > (]   [& ~ ~]
    [* > (]   [& ~ ~]   [      ]", + "options": [ + "[* < (]", + "[: * !]", + "[! ~ *]", + "[% < :]", + "[$ < &]", + "[* > (]", + "[< : %]", + "[< : *]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[: % <]   [~ * (]   [( ( !]
    [~ * (]   [( ( !]   [* ~ *]
    [( ( !]   [* ~ *]   [      ]", + "options": [ + "[* & :]", + "[! ( (]", + "[* ~ <]", + "[% : &]", + "[* : &]", + "[% ! :]", + "[% : %]", + "[% & :]" + ], + "correct": 3, + "prob_ind": 10 + }, + { + "prompt": "[: < $]   [~ ( >]   [( ! <]
    [~ ( >]   [( ! <]   [* * !]
    [( ! <]   [* * !]   [      ]", + "options": [ + "[% < %]", + "[: ~ >]", + "[~ ~ >]", + "[% & &]", + "[: ( >]", + "[* & &]", + "[( ! <]", + "[~ ( >]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[& < *]   [! ( !]   [< ! (]
    [! ( !]   [< ! (]   [> * <]
    [< ! (]   [> * <]   [      ]", + "options": [ + "[( ! (]", + "[$ & ~]", + "[! ! ~]", + "[& ( (]", + "[( & ~]", + "[( ! ~]", + "[* ! (]", + "[~ & $]" + ], + "correct": 1, + "prob_ind": 12 + }, + { + "prompt": "[% % <]   [& * (]   [* ( !]
    [& * (]   [* ( !]   [! ~ *]
    [* ( !]   [! ~ *]   [      ]", + "options": [ + "[( : &]", + "[! ~ *]", + "[! * (]", + "[> $ $]", + "[& * $]", + "[: ( &]", + "[* ( !]", + "[: & (]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[~ $ :]   [< : ~]   [( > (]
    [< : ~]   [( > (]   [! ~ *]
    [( > (]   [! ~ *]   [      ]", + "options": [ + "[! ~ *]", + "[! < %]", + "[( > (]", + "[< : ~]", + "[% * <]", + "[& < %]", + "[* > (]", + "[* < %]" + ], + "correct": 7, + "prob_ind": 14 + }, + { + "prompt": "[% < $]   [* ( :]   [( ! >]
    [* ( :]   [( ! >]   [~ * ~]
    [( ! >]   [~ * ~]   [      ]", + "options": [ + "[> ( &]", + "[( ! >]", + "[( ( ~]", + "[& < :]", + "[: & <]", + "[( ~ :]", + "[~ * ~]", + "[( ~ (]" + ], + "correct": 4, + "prob_ind": 15 + }, + { + "prompt": "[* ( %]   [! ! *]   [( * (]
    [! ! *]   [( * (]   [< & ~]
    [( * (]   [< & ~]   [      ]", + "options": [ + "[< & ~]", + "[< * ~]", + "[! ( *]", + "[( % *]", + "[: % ~]", + "[* * ~]", + "[( * <]", + "[~ % :]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[$ ~ %]   [: < &]   [> ( *]
    [: < &]   [> ( *]   [~ ! !]
    [> ( *]   [~ ! !]   [      ]", + "options": [ + "[: ( *]", + "[> ~ !]", + "[: ! *]", + "[~ & !]", + "[: ! !]", + "[< * (]", + "[! : *]", + "[: > &]" + ], + "correct": 5, + "prob_ind": 17 + }, + { + "prompt": "[% * <]   [& ! ~]   [* ( >]
    [& ! ~]   [* ( >]   [! < :]
    [* ( >]   [! < :]   [      ]", + "options": [ + "[> % $]", + "[~ ! &]", + "[> * $]", + "[( ~ $]", + "[$ ( ~]", + "[* ( >]", + "[( > *]", + "[> ( $]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[~ ( :]   [< < ~]   [( ~ (]
    [< < ~]   [( ~ (]   [! > *]
    [( ~ (]   [! > *]   [      ]", + "options": [ + "[! < ~]", + "[> < >]", + "[> > <]", + "[% * :]", + "[! & ~]", + "[~ < >]", + "[* : %]", + "[! & (]" + ], + "correct": 6, + "prob_ind": 19 + }, + { + "prompt": "[( % !]   [! * (]   [* ( <]
    [! * (]   [* ( <]   [& ~ ~]
    [* ( <]   [& ~ ~]   [      ]", + "options": [ + "[! ( (]", + "[! ( <]", + "[( * <]", + "[& * <]", + "[% : >]", + "[% $ >]", + "[! * (]", + "[& * (]" + ], + "correct": 4, + "prob_ind": 20 + }, + { + "prompt": "[$ ~ &]   [> < !]   [< ( <]
    [> < !]   [< ( <]   [! ! >]
    [< ( <]   [! ! >]   [      ]", + "options": [ + "[> ! !]", + "[~ ! >]", + "[> < !]", + "[! > !]", + "[& $ *]", + "[& * $]", + "[! ! >]", + "[: ( !]" + ], + "correct": 5, + "prob_ind": 21 + }, + { + "prompt": "[$ % ~]   [: * <]   [> ( (]
    [: * <]   [> ( (]   [~ ~ !]
    [> ( (]   [~ ~ !]   [      ]", + "options": [ + "[$ ~ (]", + "[~ * <]", + "[< : *]", + "[~ $ <]", + "[: * <]", + "[$ ~ %]", + "[* ~ <]", + "[< ~ *]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[* $ ~]   [! > <]   [( < (]
    [! > <]   [( < (]   [< ! !]
    [( < (]   [< ! !]   [      ]", + "options": [ + "[* > ~]", + "[* $ ~]", + "[< $ %]", + "[~ & *]", + "[< ( ~]", + "[! < >]", + "[$ $ >]", + "[< ( (]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[% & :]   [& ! ~]   [* < (]
    [& ! ~]   [* < (]   [! > *]
    [* < (]   [! > *]   [      ]", + "options": [ + "[! ~ %]", + "[~ $ %]", + "[% ! (]", + "[* < (]", + "[~ & !]", + "[! < (]", + "[< * (]", + "[( $ %]" + ], + "correct": 7, + "prob_ind": 24 + }, + { + "prompt": "[~ < %]   [< ~ *]   [( > (]
    [< ~ *]   [( > (]   [! : ~]
    [( > (]   [! : ~]   [      ]", + "options": [ + "[< > (]", + "[* ~ <]", + "[! ~ *]", + "[* $ :]", + "[( < *]", + "[< ~ *]", + "[: ( <]", + "[~ < *]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[: < $]   [~ ~ >]   [( > <]
    [~ ~ >]   [( > <]   [* : !]
    [( > <]   [* : !]   [      ]", + "options": [ + "[< > (]", + "[% $ &]", + "[< > ~]", + "[* : <]", + "[( > <]", + "[% & $]", + "[$ & %]", + "[* ! :]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[: < $]   [~ ( :]   [( ! >]
    [~ ( :]   [( ! >]   [* * ~]
    [( ! >]   [* * ~]   [      ]", + "options": [ + "[( * :]", + "[< : $]", + "[: ~ :]", + "[* ~ *]", + "[* * ~]", + "[% & <]", + "[: : ~]", + "[< ( >]" + ], + "correct": 5, + "prob_ind": 27 + }, + { + "prompt": "[% $ (]   [* > !]   [( < *]
    [* > !]   [( < *]   [~ ! &]
    [( < *]   [~ ! &]   [      ]", + "options": [ + "[& & (]", + "[: & %]", + "[( < *]", + "[~ ! &]", + "[( & &]", + "[& % :]", + "[& : %]", + "[% & :]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[( * %]   [< ! &]   [~ ( *]
    [< ! &]   [~ ( *]   [> < !]
    [~ ( *]   [> < !]   [      ]", + "options": [ + "[* ( %]", + "[* ( *]", + "[: ~ (]", + "[( ( *]", + "[* ~ &]", + "[~ ( *]", + "[* * *]", + "[> % <]" + ], + "correct": 2, + "prob_ind": 29 + }, + { + "prompt": "[& % (]   [* * <]   [! ( ~]
    [* * <]   [! ( ~]   [( ~ >]
    [! ( ~]   [( ~ >]   [      ]", + "options": [ + "[% & (]", + "[* * <]", + "[! * ~]", + "[& > >]", + "[~ ! (]", + "[! ( <]", + "[< : :]", + "[< * *]" + ], + "correct": 6, + "prob_ind": 30 + }, + { + "prompt": "[% ! $]   [* ( >]   [( < <]
    [* ( >]   [( < <]   [~ ~ !]
    [( < <]   [~ ~ !]   [      ]", + "options": [ + "[> > &]", + "[~ ( !]", + "[> & :]", + "[* ~ >]", + "[> : &]", + "[: * *]", + "[* < <]", + "[: > &]" + ], + "correct": 7, + "prob_ind": 31 + }, + { + "prompt": "[: % $]   [~ & :]   [( * >]
    [~ & :]   [( * >]   [* ! ~]
    [( * >]   [* ! ~]   [      ]", + "options": [ + "[* $ ~]", + "[( & :]", + "[( * $]", + "[* $ (]", + "[% ( <]", + "[( * ~]", + "[( * >]", + "[~ * :]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[! & <]   [( * ~]   [< ! >]
    [( * ~]   [< ! >]   [~ ( :]
    [< ! >]   [~ ( :]   [      ]", + "options": [ + "[% * %]", + "[< ( >]", + "[: ~ >]", + "[( : ~]", + "[: ~ (]", + "[( ! >]", + "[> < $]", + "[> ~ $]" + ], + "correct": 6, + "prob_ind": 33 + }, + { + "prompt": "[< : ~]   [~ > <]   [> ~ (]
    [~ > <]   [> ~ (]   [: < !]
    [> ~ (]   [: < !]   [      ]", + "options": [ + "[$ ( *]", + "[* > *]", + "[> < ~]", + "[~ > <]", + "[> > *]", + "[: > !]", + "[$ : >]", + "[: < !]" + ], + "correct": 0, + "prob_ind": 34 + }, + { + "prompt": "[* : (]   [! > !]   [( ~ *]
    [! > !]   [( ~ *]   [< < &]
    [( ~ *]   [< < &]   [      ]", + "options": [ + "[< : *]", + "[~ % (]", + "[! > ~]", + "[> ! ~]", + "[< < (]", + "[: : !]", + "[~ * (]", + "[~ ( %]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[< ( :]   [~ ! >]   [> * ~]
    [~ ! >]   [> * ~]   [: & <]
    [> * ~]   [: & <]   [      ]", + "options": [ + "[> ~ !]", + "[( $ %]", + "[< ( <]", + "[~ ! ~]", + "[~ < >]", + "[$ % (]", + "[< ( >]", + "[( * &]" + ], + "correct": 5, + "prob_ind": 36 + }, + { + "prompt": "[( & >]   [< ! ~]   [~ < <]
    [< ! ~]   [~ < <]   [> > (]
    [~ < <]   [> > (]   [      ]", + "options": [ + "[$ ! :]", + "[: $ !]", + "[< < ~]", + "[~ < <]", + "[( ! >]", + "[~ < ~]", + "[$ : !]", + "[: : !]" + ], + "correct": 1, + "prob_ind": 37 + }, + { + "prompt": "[! : (]   [( ~ !]   [< ( *]
    [( ~ !]   [< ( *]   [~ * &]
    [< ( *]   [~ * &]   [      ]", + "options": [ + "[( ~ <]", + "[( ~ (]", + "[< * !]", + "[( * <]", + "[( ~ !]", + "[> % %]", + "[~ ( (]", + "[~ ( !]" + ], + "correct": 5, + "prob_ind": 38 + }, + { + "prompt": "[> < %]   [~ ~ &]   [< > *]
    [~ ~ &]   [< > *]   [( : !]
    [< > *]   [( : !]   [      ]", + "options": [ + "[> % *]", + "[* > <]", + "[~ > *]", + "[! $ (]", + "[( $ *]", + "[( > *]", + "[( $ !]", + "[< % *]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[( * &]   [< ! !]   [~ ( <]
    [< ! !]   [~ ( <]   [> < >]
    [~ ( <]   [> < >]   [      ]", + "options": [ + "[< ! &]", + "[< & &]", + "[( & &]", + "[! < !]", + "[$ ~ :]", + "[: ~ $]", + "[> < >]", + "[< ! !]" + ], + "correct": 5, + "prob_ind": 40 + }, + { + "prompt": "[% $ :]   [* > >]   [( < ~]
    [* > >]   [( < ~]   [~ ! <]
    [( < ~]   [~ ! <]   [      ]", + "options": [ + "[: ( ~]", + "[: ( :]", + "[& $ !]", + "[* > ~]", + "[: $ !]", + "[& ( :]", + "[: & (]", + "[% $ :]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[! ~ &]   [( < !]   [< ( <]
    [( < !]   [< ( <]   [~ ! >]
    [< ( <]   [~ ! >]   [      ]", + "options": [ + "[& ( !]", + "[~ ( !]", + "[< * $]", + "[$ * >]", + "[* ( !]", + "[! ( &]", + "[( & !]", + "[> * $]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[< : &]   [( ~ !]   [! ( <]
    [( ~ !]   [! ( <]   [* * >]
    [! ( <]   [* * >]   [      ]", + "options": [ + "[> * *]", + "[! < <]", + "[& > *]", + "[& % $]", + "[< < :]", + "[& $ %]", + "[& * $]", + "[* > *]" + ], + "correct": 3, + "prob_ind": 43 + }, + { + "prompt": "[* % :]   [! & >]   [( * ~]
    [! & >]   [( * ~]   [< ! <]
    [( * ~]   [< ! <]   [      ]", + "options": [ + "[~ ( (]", + "[< ! ~]", + "[( % ~]", + "[: ( (]", + "[& % (]", + "[~ < (]", + "[( & ~]", + "[( * ~]" + ], + "correct": 0, + "prob_ind": 44 + }, + { + "prompt": "[$ ! :]   [> ( >]   [< < ~]
    [> ( >]   [< < ~]   [! ~ <]
    [< < ~]   [! ~ <]   [      ]", + "options": [ + "[> > (]", + "[& > (]", + "[$ & (]", + "[> & (]", + "[> ( >]", + "[( > &]", + "[* > (]", + "[! < <]" + ], + "correct": 1, + "prob_ind": 45 + }, + { + "prompt": "[% ~ <]   [* < (]   [( ( !]
    [* < (]   [( ( !]   [~ ! *]
    [( ( !]   [~ ! *]   [      ]", + "options": [ + "[* ( &]", + "[: * &]", + "[& ( *]", + "[~ < *]", + "[* ( !]", + "[( ( !]", + "[* * &]", + "[$ * &]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[: ( !]   [~ < (]   [( ~ <]
    [~ < (]   [( ~ <]   [* > ~]
    [( ~ <]   [* > ~]   [      ]", + "options": [ + "[( > !]", + "[! > (]", + "[( < (]", + "[* % !]", + "[* : >]", + "[> % :]", + "[$ ( !]", + "[% : >]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[* < $]   [! ~ :]   [( > >]
    [! ~ :]   [( > >]   [< : ~]
    [( > >]   [< : ~]   [      ]", + "options": [ + "[( > >]", + "[< ~ $]", + "[< > ~]", + "[~ $ ~]", + "[~ $ (]", + "[! ~ :]", + "[~ $ <]", + "[! : $]" + ], + "correct": 6, + "prob_ind": 48 + }, + { + "prompt": "[$ & $]   [> * :]   [< ! >]
    [> * :]   [< ! >]   [! ( ~]
    [< ! >]   [! ( ~]   [      ]", + "options": [ + "[~ ! (]", + "[& < <]", + "[~ ( !]", + "[< < &]", + "[& < !]", + "[& < ~]", + "[! ~ $]", + "[< & <]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[( : <]   [! ~ (]   [* ( !]
    [! ~ (]   [* ( !]   [& * *]
    [* ( !]   [& * *]   [      ]", + "options": [ + "[& % &]", + "[& ( !]", + "[~ : >]", + "[* ( !]", + "[( ( !]", + "[: ! !]", + "[! * (]", + "[% % &]" + ], + "correct": 7, + "prob_ind": 50 + }, + { + "prompt": "[~ & <]   [< ! (]   [( < !]
    [< ! (]   [( < !]   [! > *]
    [( < !]   [! > *]   [      ]", + "options": [ + "[( < !]", + "[< ( <]", + "[& * $]", + "[* & $]", + "[< < (]", + "[* $ &]", + "[< ! (]", + "[$ & *]" + ], + "correct": 5, + "prob_ind": 51 + }, + { + "prompt": "[< ( &]   [~ < *]   [> ~ !]
    [~ < *]   [> ~ !]   [: > (]
    [> ~ !]   [: > (]   [      ]", + "options": [ + "[> ( !]", + "[> ~ !]", + "[: > ~]", + "[~ > !]", + "[: > (]", + "[$ : <]", + "[! ~ >]", + "[! > ~]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[( : *]   [! ~ !]   [* ( (]
    [! ~ !]   [* ( (]   [& * <]
    [* ( (]   [& * <]   [      ]", + "options": [ + "[* : >]", + "[! ~ !]", + "[* * (]", + "[% % ~]", + "[% ~ %]", + "[> : :]", + "[% * ~]", + "[* ( !]" + ], + "correct": 3, + "prob_ind": 53 + }, + { + "prompt": "[< & (]   [~ ! <]   [> < ~]
    [~ ! <]   [> < ~]   [: > >]
    [> < ~]   [: > >]   [      ]", + "options": [ + "[: ~ >]", + "[( > <]", + "[~ > <]", + "[< > ~]", + "[$ $ :]", + "[> < (]", + "[< $ ~]", + "[* < $]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[& % >]   [* & ~]   [! * <]
    [* & ~]   [! * <]   [( ! (]
    [! * <]   [( ! (]   [      ]", + "options": [ + "[< ! *]", + "[> ( !]", + "[! * ~]", + "[~ * &]", + "[! * <]", + "[< ! (]", + "[! % (]", + "[< ( !]" + ], + "correct": 7, + "prob_ind": 55 + }, + { + "prompt": "[$ ! <]   [> ( ~]   [< < >]
    [> ( ~]   [< < >]   [! ~ :]
    [< < >]   [! ~ :]   [      ]", + "options": [ + "[& > $]", + "[> ! (]", + "[& ! &]", + "[> ~ (]", + "[& & &]", + "[! ~ :]", + "[$ ! !]", + "[< ! >]" + ], + "correct": 0, + "prob_ind": 56 + }, + { + "prompt": "[$ & %]   [> ! *]   [< < (]
    [> ! *]   [< < (]   [! > ~]
    [< < (]   [! > ~]   [      ]", + "options": [ + "[< ! ~]", + "[& $ :]", + "[> & ~]", + "[: ! &]", + "[< ( (]", + "[~ ! &]", + "[$ ~ *]", + "[~ ! *]" + ], + "correct": 1, + "prob_ind": 57 + }, + { + "prompt": "[% < (]   [& ( !]   [* ! *]
    [& ( !]   [* ! *]   [! * &]
    [* ! *]   [! * &]   [      ]", + "options": [ + "[> * (]", + "[( & %]", + "[* ! !]", + "[~ & %]", + "[( % &]", + "[* > (]", + "[$ * (]", + "[( < (]" + ], + "correct": 1, + "prob_ind": 58 + }, + { + "prompt": "[< ! $]   [~ ( :]   [> < >]
    [~ ( :]   [> < >]   [: ~ ~]
    [> < >]   [: ~ ~]   [      ]", + "options": [ + "[$ > <]", + "[> > <]", + "[~ ( :]", + "[: ~ $]", + "[$ > >]", + "[$ > !]", + "[~ : (]", + "[> $ >]" + ], + "correct": 0, + "prob_ind": 59 + }, + { + "prompt": "[< & :]   [~ * >]   [> ! ~]
    [~ * >]   [> ! ~]   [: ( <]
    [> ! ~]   [: ( <]   [      ]", + "options": [ + "[< $ (]", + "[$ < (]", + "[( < $]", + "[~ ( ~]", + "[> ! ~]", + "[> ~ !]", + "[: * <]", + "[< & :]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[% : ~]   [* ~ <]   [( ( (]
    [* ~ <]   [( ( (]   [~ * !]
    [( ( (]   [~ * !]   [      ]", + "options": [ + "[> : >]", + "[: % *]", + "[* < :]", + "[& % !]", + "[% : *]", + "[( ( (]", + "[! < $]", + "[% ~ *]" + ], + "correct": 1, + "prob_ind": 61 + }, + { + "prompt": "[< & %]   [( * *]   [! ! (]
    [( * *]   [! ! (]   [* ( ~]
    [! ! (]   [* ( ~]   [      ]", + "options": [ + "[* ( ~]", + "[: & >]", + "[: < &]", + "[& < :]", + "[: & :]", + "[: $ (]", + "[: & ~]", + "[: & <]" + ], + "correct": 3, + "prob_ind": 62 + }, + { + "prompt": "[< : %]   [~ > *]   [> ~ (]
    [~ > *]   [> ~ (]   [: < ~]
    [> ~ (]   [: < ~]   [      ]", + "options": [ + "[: ~ %]", + "[: < *]", + "[$ ( :]", + "[< ~ :]", + "[: > *]", + "[% ! $]", + "[> : (]", + "[% < $]" + ], + "correct": 2, + "prob_ind": 63 + }, + { + "prompt": "[* ( &]   [! < !]   [( ~ <]
    [! < !]   [( ~ <]   [< > >]
    [( ~ <]   [< > >]   [      ]", + "options": [ + "[( : $]", + "[~ : $]", + "[: $ ~]", + "[< : $]", + "[: ~ >]", + "[~ ~ $]", + "[~ : :]", + "[~ : >]" + ], + "correct": 1, + "prob_ind": 64 + }, + { + "prompt": "[% : >]   [& ~ ~]   [* ( <]
    [& ~ ~]   [* ( <]   [! * (]
    [* ( <]   [! * (]   [      ]", + "options": [ + "[* % (]", + "[( % !]", + "[& % >]", + "[< : >]", + "[& : <]", + "[% ( !]", + "[! % (]", + "[% : %]" + ], + "correct": 1, + "prob_ind": 65 + }, + { + "prompt": "[& $ *]   [* > !]   [! < (]
    [* > !]   [! < (]   [( ! <]
    [! < (]   [( ! <]   [      ]", + "options": [ + "[! < (]", + "[< & :]", + "[! * >]", + "[< & ~]", + "[( < :]", + "[! < *]", + "[* > !]", + "[( ! <]" + ], + "correct": 3, + "prob_ind": 66 + }, + { + "prompt": "[& & >]   [* ! ~]   [! < <]
    [* ! ~]   [! < <]   [( > (]
    [! < <]   [( > (]   [      ]", + "options": [ + "[! ! &]", + "[! < <]", + "[( < <]", + "[< ! <]", + "[< $ !]", + "[! < (]", + "[& < <]", + "[! > ~]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[% < (]   [* ~ !]   [( > *]
    [* ~ !]   [( > *]   [~ : &]
    [( > *]   [~ : &]   [      ]", + "options": [ + "[% < (]", + "[: $ %]", + "[& > &]", + "[* > *]", + "[( : (]", + "[: > %]", + "[~ : &]", + "[& > *]" + ], + "correct": 1, + "prob_ind": 68 + }, + { + "prompt": "[: < !]   [> ~ (]   [~ > <]
    [> ~ (]   [~ > <]   [< : ~]
    [~ > <]   [< : ~]   [      ]", + "options": [ + "[> $ (]", + "[> ( $]", + "[: ~ <]", + "[* ~ <]", + "[$ ( >]", + "[( $ >]", + "[* : &]", + "[< > <]" + ], + "correct": 5, + "prob_ind": 69 + }, + { + "prompt": "[% & %]   [* ! &]   [( < *]
    [* ! &]   [( < *]   [~ > !]
    [( < *]   [~ > !]   [      ]", + "options": [ + "[% & %]", + "[: $ !]", + "[: ( $]", + "[< % %]", + "[: $ (]", + "[$ ( :]", + "[: : (]", + "[< & %]" + ], + "correct": 4, + "prob_ind": 70 + }, + { + "prompt": "[: ~ &]   [> < *]   [~ ( !]
    [> < *]   [~ ( !]   [< ! (]
    [~ ( !]   [< ! (]   [      ]", + "options": [ + "[: % &]", + "[! ~ %]", + "[( * ~]", + "[( * <]", + "[~ * (]", + "[( ~ !]", + "[* ( $]", + "[* < (]" + ], + "correct": 3, + "prob_ind": 71 + }, + { + "prompt": "[! & (]   [( ! <]   [< < ~]
    [( ! <]   [< < ~]   [~ > >]
    [< < ~]   [~ > >]   [      ]", + "options": [ + "[> $ :]", + "[: > $]", + "[: > ~]", + "[< < ~]", + "[> : ~]", + "[( ! (]", + "[: $ >]", + "[! ! ~]" + ], + "correct": 0, + "prob_ind": 72 + }, + { + "prompt": "[& : %]   [* ~ *]   [! ( (]
    [* ~ *]   [! ( (]   [( * ~]
    [! ( (]   [( * ~]   [      ]", + "options": [ + "[( * :]", + "[< % :]", + "[~ % :]", + "[( ( !]", + "[( ( ~]", + "[* * ~]", + "[! ( (]", + "[~ $ <]" + ], + "correct": 1, + "prob_ind": 73 + }, + { + "prompt": "[& % !]   [! * (]   [< ( <]
    [! * (]   [< ( <]   [> ~ ~]
    [< ( <]   [> ~ ~]   [      ]", + "options": [ + "[( ~ <]", + "[! ( *]", + "[* ( !]", + "[$ > :]", + "[$ : >]", + "[% ( *]", + "[! ~ <]", + "[: $ >]" + ], + "correct": 4, + "prob_ind": 74 + }, + { + "prompt": "[> : :]   [~ ~ >]   [< ( ~]
    [~ ~ >]   [< ( ~]   [( * <]
    [< ( ~]   [( * <]   [      ]", + "options": [ + "[~ ~ >]", + "[* % (]", + "[! % (]", + "[* % >]", + "[* % <]", + "[~ < (]", + "[< % (]", + "[: : >]" + ], + "correct": 2, + "prob_ind": 75 + }, + { + "prompt": "[$ % (]   [> * !]   [< ( *]
    [> * !]   [< ( *]   [! ~ &]
    [< ( *]   [! ~ &]   [      ]", + "options": [ + "[: ( *]", + "[$ ( %]", + "[& % :]", + "[! ! &]", + "[> ! *]", + "[& : %]", + "[: ~ *]", + "[! ( &]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[! ( %]   [( ! &]   [< * *]
    [( ! &]   [< * *]   [~ & !]
    [< * *]   [~ & !]   [      ]", + "options": [ + "[> % (]", + "[( % >]", + "[~ * !]", + "[> ( %]", + "[~ ! &]", + "[% ( >]", + "[~ ~ >]", + "[( & !]" + ], + "correct": 0, + "prob_ind": 77 + }, + { + "prompt": "[< $ &]   [~ : !]   [> > <]
    [~ : !]   [> > <]   [: ~ >]
    [> > <]   [: ~ >]   [      ]", + "options": [ + "[: ~ >]", + "[> > <]", + "[: ~ !]", + "[~ : <]", + "[$ < $]", + "[> < >]", + "[! : !]", + "[> > &]" + ], + "correct": 4, + "prob_ind": 78 + }, + { + "prompt": "[$ ! :]   [> ( ~]   [< < (]
    [> ( ~]   [< < (]   [! ~ *]
    [< < (]   [! ~ *]   [      ]", + "options": [ + "[& > %]", + "[! < (]", + "[> % &]", + "[& & <]", + "[< & <]", + "[< ! (]", + "[% > &]", + "[< ( :]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[: % ~]   [> & <]   [~ * (]
    [> & <]   [~ * (]   [< ! !]
    [~ * (]   [< ! !]   [      ]", + "options": [ + "[< ! !]", + "[( ~ *]", + "[< & !]", + "[: % >]", + "[( * *]", + "[< * !]", + "[& > <]", + "[( ( *]" + ], + "correct": 7, + "prob_ind": 80 + }, + { + "prompt": "[< % !]   [( & (]   [! * <]
    [( & (]   [! * <]   [* ! ~]
    [! * <]   [* ! ~]   [      ]", + "options": [ + "[* < !]", + "[> & (]", + "[& ( >]", + "[( & >]", + "[( < >]", + "[% ! <]", + "[( < (]", + "[< ! ~]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[: & %]   [~ * &]   [( ! *]
    [~ * &]   [( ! *]   [* ( !]
    [( ! *]   [* ( !]   [      ]", + "options": [ + "[< * %]", + "[% < (]", + "[% < *]", + "[> ! $]", + "[( * !]", + "[* ( !]", + "[: * %]", + "[> < $]" + ], + "correct": 1, + "prob_ind": 82 + }, + { + "prompt": "[< $ %]   [~ : &]   [> > *]
    [~ : &]   [> > *]   [: ~ !]
    [> > *]   [: ~ !]   [      ]", + "options": [ + "[$ < ~]", + "[$ < (]", + "[$ ( (]", + "[$ ( $]", + "[$ ( <]", + "[< ( $]", + "[* > >]", + "[( < $]" + ], + "correct": 1, + "prob_ind": 83 + }, + { + "prompt": "[$ > (]   [: ~ !]   [> < *]
    [: ~ !]   [> < *]   [~ ( &]
    [> < *]   [~ ( &]   [      ]", + "options": [ + "[> < (]", + "[< ! %]", + "[~ ~ &]", + "[~ ! %]", + "[> > *]", + "[> ! %]", + "[< & %]", + "[< ( &]" + ], + "correct": 1, + "prob_ind": 84 + }, + { + "prompt": "[& ! <]   [* ( (]   [! < !]
    [* ( (]   [! < !]   [( ~ *]
    [! < !]   [( ~ *]   [      ]", + "options": [ + "[< ~ *]", + "[* ( (]", + "[< > *]", + "[< > &]", + "[& < >]", + "[! ! <]", + "[< : &]", + "[~ > &]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[& % &]   [! & *]   [< * !]
    [! & *]   [< * !]   [> ! (]
    [< * !]   [> ! (]   [      ]", + "options": [ + "[! * <]", + "[* & (]", + "[> & (]", + "[~ : :]", + "[: % &]", + "[$ ( <]", + "[< ! !]", + "[* % !]" + ], + "correct": 5, + "prob_ind": 86 + }, + { + "prompt": "[% & &]   [& ! *]   [* < !]
    [& ! *]   [* < !]   [! > (]
    [* < !]   [! > (]   [      ]", + "options": [ + "[* * %]", + "[* ~ !]", + "[* ! %]", + "[> ! (]", + "[< $ <]", + "[( $ <]", + "[( $ ~]", + "[% < !]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[! % $]   [( & :]   [< * >]
    [( & :]   [< * >]   [~ ! ~]
    [< * >]   [~ ! ~]   [      ]", + "options": [ + "[( > <]", + "[< * >]", + "[< ~ ~]", + "[< ( ~]", + "[< ( >]", + "[> ( ~]", + "[( ! :]", + "[> ( <]" + ], + "correct": 7, + "prob_ind": 88 + }, + { + "prompt": "[* ( (]   [! < !]   [( ~ *]
    [! < !]   [( ~ *]   [< > &]
    [( ~ *]   [< > &]   [      ]", + "options": [ + "[< > &]", + "[< & >]", + "[( ~ (]", + "[& % (]", + "[: ~ %]", + "[~ : %]", + "[% : ~]", + "[& % ~]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[$ < >]   [> ~ ~]   [< > <]
    [> ~ ~]   [< > <]   [! : (]
    [< > <]   [! : (]   [      ]", + "options": [ + "[$ < >]", + "[! : (]", + "[& : $]", + "[< ( &]", + "[( > >]", + "[> : ~]", + "[( ( &]", + "[& $ !]" + ], + "correct": 7, + "prob_ind": 90 + }, + { + "prompt": "[< : $]   [~ ~ >]   [> ( <]
    [~ ~ >]   [> ( <]   [: * !]
    [> ( <]   [: * !]   [      ]", + "options": [ + "[< > *]", + "[> * <]", + "[: * <]", + "[$ < >]", + "[$ % &]", + "[> < *]", + "[< > (]", + "[* : !]" + ], + "correct": 4, + "prob_ind": 91 + }, + { + "prompt": "[< ! %]   [~ ( &]   [> < *]
    [~ ( &]   [> < *]   [: ~ !]
    [> < *]   [: ~ !]   [      ]", + "options": [ + "[> $ (]", + "[$ > (]", + "[$ > <]", + "[$ ( >]", + "[> < !]", + "[$ < >]", + "[> < $]", + "[~ ! %]" + ], + "correct": 1, + "prob_ind": 92 + }, + { + "prompt": "[< ( *]   [( ! !]   [! * (]
    [( ! !]   [! * (]   [* & <]
    [! * (]   [* & <]   [      ]", + "options": [ + "[! ( (]", + "[( * <]", + "[< * *]", + "[> ( <]", + "[! ! (]", + "[& * <]", + "[& % ~]", + "[! & (]" + ], + "correct": 6, + "prob_ind": 93 + }, + { + "prompt": "[& ( ~]   [! ! <]   [< * (]
    [! ! <]   [< * (]   [> & !]
    [< * (]   [> & !]   [      ]", + "options": [ + "[< & !]", + "[$ % *]", + "[< * <]", + "[> & *]", + "[< & <]", + "[$ ( %]", + "[> & !]", + "[* ! *]" + ], + "correct": 1, + "prob_ind": 94 + }, + { + "prompt": "[$ > <]   [> ~ (]   [< < !]
    [> ~ (]   [< < !]   [! ( *]
    [< < !]   [! ( *]   [      ]", + "options": [ + "[( ~ >]", + "[$ < *]", + "[* ( *]", + "[& ! &]", + "[* ! (]", + "[* ! &]", + "[! & &]", + "[~ > (]" + ], + "correct": 3, + "prob_ind": 95 + }, + { + "prompt": "[! & $]   [( ! >]   [< < <]
    [( ! >]   [< < <]   [~ > !]
    [< < <]   [~ > !]   [      ]", + "options": [ + "[> $ &]", + "[$ < (]", + "[> $ *]", + "[> > *]", + "[> > (]", + "[( ! >]", + "[> * >]", + "[& $ >]" + ], + "correct": 0, + "prob_ind": 96 + }, + { + "prompt": "[> $ (]   [~ > !]   [< < *]
    [~ > !]   [< < *]   [( ! &]
    [< < *]   [( ! &]   [      ]", + "options": [ + "[> ( $]", + "[~ < (]", + "[~ ! <]", + "[~ ~ <]", + "[~ > <]", + "[! & %]", + "[< ! *]", + "[< > !]" + ], + "correct": 5, + "prob_ind": 97 + }, + { + "prompt": "[& ! (]   [! ( <]   [< < ~]
    [! ( <]   [< < ~]   [> ~ >]
    [< < ~]   [> ~ >]   [      ]", + "options": [ + "[~ < <]", + "[~ : !]", + "[$ > >]", + "[$ < :]", + "[~ * &]", + "[: $ >]", + "[$ > :]", + "[< < ~]" + ], + "correct": 6, + "prob_ind": 98 + }, + { + "prompt": "[> $ ~]   [~ > <]   [< < (]
    [~ > <]   [< < (]   [( ! !]
    [< < (]   [( ! !]   [      ]", + "options": [ + "[< * ~]", + "[> ~ *]", + "[> * ~]", + "[$ : $]", + "[! & *]", + "[~ > (]", + "[! * &]", + "[< < ~]" + ], + "correct": 4, + "prob_ind": 99 + } + ], + "c3_set_union": [ + { + "prompt": "[~]   [&]   [~ &]
    [(]   [$]   [( $]
    [~ (]   [& $]   [    ]", + "options": [ + "[&]", + "[~ ( &]", + "[~ (]", + "[( & $]", + "[( $]", + "[  ]", + "[~ $]", + "[~ ( & $]" + ], + "correct": 7, + "prob_ind": 0 + }, + { + "prompt": "[<]   [(]   [< (]
    [>]   [&]   [> &]
    [< >]   [( &]   [    ]", + "options": [ + "[< ( &]", + "[> (]", + "[< > ( &]", + "[  ]", + "[<]", + "[( &]", + "[< > &]", + "[&]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[&]   [:]   [& :]
    [$]   [~]   [$ ~]
    [& $]   [: ~]   [    ]", + "options": [ + "[& $ : ~]", + "[$ :]", + "[& $ ~]", + "[&]", + "[& : ~]", + "[  ]", + "[$ ~]", + "[& :]" + ], + "correct": 0, + "prob_ind": 2 + }, + { + "prompt": "[%]   [:]   [% :]
    [(]   [>]   [( >]
    [% (]   [: >]   [    ]", + "options": [ + "[% ( : >]", + "[( :]", + "[% ( >]", + "[:]", + "[% : >]", + "[: >]", + "[%]", + "[( >]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[:]   [<]   [: <]
    [~]   [*]   [~ *]
    [: ~]   [< *]   [    ]", + "options": [ + "[: < *]", + "[~ <]", + "[~ < *]", + "[: ~]", + "[<]", + "[: ~ *]", + "[: ~ < *]", + "[  ]" + ], + "correct": 6, + "prob_ind": 4 + }, + { + "prompt": "[*]   [&]   [* &]
    [<]   [%]   [< %]
    [* <]   [& %]   [    ]", + "options": [ + "[%]", + "[* <]", + "[< & %]", + "[&]", + "[*]", + "[& %]", + "[* & %]", + "[* < & %]" + ], + "correct": 7, + "prob_ind": 5 + }, + { + "prompt": "[~]   [%]   [~ %]
    [&]   [(]   [& (]
    [~ &]   [% (]   [    ]", + "options": [ + "[  ]", + "[~ % (]", + "[& %]", + "[~ %]", + "[~ & % (]", + "[~ (]", + "[& % (]", + "[%]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[>]   [:]   [> :]
    [!]   [(]   [! (]
    [> !]   [: (]   [    ]", + "options": [ + "[> ! :]", + "[> ! (]", + "[> (]", + "[> ! : (]", + "[  ]", + "[> !]", + "[>]", + "[:]" + ], + "correct": 3, + "prob_ind": 7 + }, + { + "prompt": "[:]   [*]   [: *]
    [!]   [&]   [! &]
    [: !]   [* &]   [    ]", + "options": [ + "[*]", + "[: ! * &]", + "[* &]", + "[: *]", + "[  ]", + "[: !]", + "[! * &]", + "[&]" + ], + "correct": 1, + "prob_ind": 8 + }, + { + "prompt": "[%]   [&]   [% &]
    [*]   [~]   [* ~]
    [% *]   [& ~]   [    ]", + "options": [ + "[* &]", + "[* ~]", + "[% &]", + "[%]", + "[  ]", + "[% ~]", + "[% * & ~]", + "[* & ~]" + ], + "correct": 6, + "prob_ind": 9 + }, + { + "prompt": "[$]   [>]   [$ >]
    [%]   [&]   [% &]
    [$ %]   [> &]   [    ]", + "options": [ + "[% > &]", + "[%]", + "[% &]", + "[$ % >]", + "[> &]", + "[$ % > &]", + "[$ %]", + "[$ >]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[~]   [!]   [~ !]
    [&]   [<]   [& <]
    [~ &]   [! <]   [    ]", + "options": [ + "[~ & ! <]", + "[~ !]", + "[<]", + "[& !]", + "[& <]", + "[~ & <]", + "[  ]", + "[~]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[$]   [~]   [$ ~]
    [>]   [%]   [> %]
    [$ >]   [~ %]   [    ]", + "options": [ + "[>]", + "[> ~]", + "[$ %]", + "[  ]", + "[~]", + "[$ > ~ %]", + "[$ > %]", + "[$ > ~]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[<]   [>]   [< >]
    [%]   [!]   [% !]
    [< %]   [> !]   [    ]", + "options": [ + "[% !]", + "[  ]", + "[< !]", + "[< > !]", + "[<]", + "[% >]", + "[< % > !]", + "[> !]" + ], + "correct": 6, + "prob_ind": 13 + }, + { + "prompt": "[:]   [>]   [: >]
    [$]   [*]   [$ *]
    [: $]   [> *]   [    ]", + "options": [ + "[: *]", + "[$]", + "[  ]", + "[: $ >]", + "[>]", + "[$ >]", + "[: > *]", + "[: $ > *]" + ], + "correct": 7, + "prob_ind": 14 + }, + { + "prompt": "[%]   [&]   [% &]
    [(]   [*]   [( *]
    [% (]   [& *]   [    ]", + "options": [ + "[% ( & *]", + "[*]", + "[% (]", + "[% & *]", + "[( *]", + "[% ( &]", + "[&]", + "[( & *]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[~]   [:]   [~ :]
    [*]   [!]   [* !]
    [~ *]   [: !]   [    ]", + "options": [ + "[* :]", + "[~ * :]", + "[!]", + "[~ * !]", + "[: !]", + "[~ * : !]", + "[* !]", + "[* : !]" + ], + "correct": 5, + "prob_ind": 16 + }, + { + "prompt": "[>]   [~]   [> ~]
    [:]   [!]   [: !]
    [> :]   [~ !]   [    ]", + "options": [ + "[> ~]", + "[>]", + "[> ~ !]", + "[> : ~ !]", + "[> :]", + "[~ !]", + "[: ~]", + "[: !]" + ], + "correct": 3, + "prob_ind": 17 + }, + { + "prompt": "[$]   [*]   [$ *]
    [(]   [:]   [( :]
    [$ (]   [* :]   [    ]", + "options": [ + "[$ ( * :]", + "[( *]", + "[  ]", + "[$ (]", + "[$ * :]", + "[$ :]", + "[(]", + "[$ *]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[:]   [~]   [: ~]
    [(]   [&]   [( &]
    [: (]   [~ &]   [    ]", + "options": [ + "[(]", + "[  ]", + "[~ &]", + "[: ~]", + "[: ( ~ &]", + "[( &]", + "[( ~ &]", + "[: (]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[~]   [*]   [~ *]
    [%]   [!]   [% !]
    [~ %]   [* !]   [    ]", + "options": [ + "[~ *]", + "[~ %]", + "[~]", + "[* !]", + "[~ % !]", + "[% *]", + "[~ % *]", + "[~ % * !]" + ], + "correct": 7, + "prob_ind": 20 + }, + { + "prompt": "[:]   [<]   [: <]
    [(]   [$]   [( $]
    [: (]   [< $]   [    ]", + "options": [ + "[( $]", + "[: <]", + "[( < $]", + "[:]", + "[: ( < $]", + "[: (]", + "[: $]", + "[<]" + ], + "correct": 4, + "prob_ind": 21 + }, + { + "prompt": "[!]   [>]   [! >]
    [<]   [:]   [< :]
    [! <]   [> :]   [    ]", + "options": [ + "[! < :]", + "[> :]", + "[< :]", + "[:]", + "[<]", + "[  ]", + "[! < > :]", + "[>]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[%]   [~]   [% ~]
    [(]   [<]   [( <]
    [% (]   [~ <]   [    ]", + "options": [ + "[% ( ~ <]", + "[% (]", + "[(]", + "[( <]", + "[% <]", + "[% ( ~]", + "[~ <]", + "[% ( <]" + ], + "correct": 0, + "prob_ind": 23 + }, + { + "prompt": "[%]   [>]   [% >]
    [$]   [<]   [$ <]
    [% $]   [> <]   [    ]", + "options": [ + "[$ > <]", + "[> <]", + "[% $ >]", + "[%]", + "[% $]", + "[>]", + "[% <]", + "[% $ > <]" + ], + "correct": 7, + "prob_ind": 24 + }, + { + "prompt": "[~]   [<]   [~ <]
    [$]   [&]   [$ &]
    [~ $]   [< &]   [    ]", + "options": [ + "[$]", + "[~ $ &]", + "[~ $ < &]", + "[~]", + "[&]", + "[~ &]", + "[~ <]", + "[  ]" + ], + "correct": 2, + "prob_ind": 25 + }, + { + "prompt": "[:]   [$]   [: $]
    [!]   [>]   [! >]
    [: !]   [$ >]   [    ]", + "options": [ + "[$]", + "[: ! $ >]", + "[! $ >]", + "[  ]", + "[: $ >]", + "[! $]", + "[: $]", + "[: !]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[$]   [&]   [$ &]
    [*]   [:]   [* :]
    [$ *]   [& :]   [    ]", + "options": [ + "[$ * & :]", + "[  ]", + "[$ *]", + "[$ :]", + "[* & :]", + "[$]", + "[*]", + "[* &]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[:]   [&]   [: &]
    [%]   [~]   [% ~]
    [: %]   [& ~]   [    ]", + "options": [ + "[% ~]", + "[~]", + "[: & ~]", + "[% & ~]", + "[: % & ~]", + "[&]", + "[%]", + "[:]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[!]   [*]   [! *]
    [$]   [&]   [$ &]
    [! $]   [* &]   [    ]", + "options": [ + "[  ]", + "[$ * &]", + "[! * &]", + "[! $]", + "[! $ *]", + "[! $ &]", + "[! *]", + "[! $ * &]" + ], + "correct": 7, + "prob_ind": 29 + }, + { + "prompt": "[!]   [(]   [! (]
    [*]   [:]   [* :]
    [! *]   [( :]   [    ]", + "options": [ + "[! * ( :]", + "[:]", + "[  ]", + "[* (]", + "[( :]", + "[* ( :]", + "[! ( :]", + "[* :]" + ], + "correct": 0, + "prob_ind": 30 + }, + { + "prompt": "[*]   [&]   [* &]
    [~]   [:]   [~ :]
    [* ~]   [& :]   [    ]", + "options": [ + "[* ~ &]", + "[& :]", + "[*]", + "[* ~ :]", + "[&]", + "[* & :]", + "[* ~ & :]", + "[:]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[:]   [(]   [: (]
    [~]   [%]   [~ %]
    [: ~]   [( %]   [    ]", + "options": [ + "[: ~ %]", + "[(]", + "[: ~ ( %]", + "[%]", + "[: ( %]", + "[( %]", + "[: %]", + "[: ~ (]" + ], + "correct": 2, + "prob_ind": 32 + }, + { + "prompt": "[*]   [<]   [* <]
    [%]   [$]   [% $]
    [* %]   [< $]   [    ]", + "options": [ + "[<]", + "[%]", + "[* %]", + "[% $]", + "[$]", + "[*]", + "[* % <]", + "[* % < $]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[~]   [&]   [~ &]
    [<]   [(]   [< (]
    [~ <]   [& (]   [    ]", + "options": [ + "[  ]", + "[(]", + "[~ < (]", + "[~ < & (]", + "[<]", + "[&]", + "[~ <]", + "[~ < &]" + ], + "correct": 3, + "prob_ind": 34 + }, + { + "prompt": "[%]   [*]   [% *]
    [<]   [!]   [< !]
    [% <]   [* !]   [    ]", + "options": [ + "[% < !]", + "[  ]", + "[% !]", + "[< *]", + "[% <]", + "[< !]", + "[% < * !]", + "[*]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[(]   [:]   [( :]
    [~]   [!]   [~ !]
    [( ~]   [: !]   [    ]", + "options": [ + "[( ~ : !]", + "[( ~ :]", + "[(]", + "[: !]", + "[~ :]", + "[~]", + "[~ !]", + "[  ]" + ], + "correct": 0, + "prob_ind": 36 + }, + { + "prompt": "[$]   [*]   [$ *]
    [&]   [~]   [& ~]
    [$ &]   [* ~]   [    ]", + "options": [ + "[$ * ~]", + "[  ]", + "[$ *]", + "[& *]", + "[$ & * ~]", + "[$]", + "[$ &]", + "[$ ~]" + ], + "correct": 4, + "prob_ind": 37 + }, + { + "prompt": "[:]   [~]   [: ~]
    [(]   [$]   [( $]
    [: (]   [~ $]   [    ]", + "options": [ + "[( $]", + "[: ( $]", + "[: ( ~ $]", + "[: (]", + "[:]", + "[(]", + "[: ~ $]", + "[( ~ $]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[&]   [$]   [& $]
    [>]   [*]   [> *]
    [& >]   [$ *]   [    ]", + "options": [ + "[> *]", + "[& > $]", + "[& $ *]", + "[  ]", + "[& > $ *]", + "[& > *]", + "[&]", + "[> $ *]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[$]   [*]   [$ *]
    [!]   [~]   [! ~]
    [$ !]   [* ~]   [    ]", + "options": [ + "[*]", + "[$ !]", + "[! ~]", + "[$]", + "[$ ! *]", + "[$ ! * ~]", + "[! * ~]", + "[! *]" + ], + "correct": 5, + "prob_ind": 40 + }, + { + "prompt": "[&]   [$]   [& $]
    [%]   [!]   [% !]
    [& %]   [$ !]   [    ]", + "options": [ + "[& % $ !]", + "[% $ !]", + "[&]", + "[$]", + "[%]", + "[!]", + "[& % $]", + "[  ]" + ], + "correct": 0, + "prob_ind": 41 + }, + { + "prompt": "[>]   [*]   [> *]
    [$]   [!]   [$ !]
    [> $]   [* !]   [    ]", + "options": [ + "[* !]", + "[$ *]", + "[> $ * !]", + "[> $ !]", + "[>]", + "[> *]", + "[$ * !]", + "[> !]" + ], + "correct": 2, + "prob_ind": 42 + }, + { + "prompt": "[:]   [(]   [: (]
    [*]   [>]   [* >]
    [: *]   [( >]   [    ]", + "options": [ + "[* ( >]", + "[: * ( >]", + "[(]", + "[* (]", + "[>]", + "[: (]", + "[: >]", + "[:]" + ], + "correct": 1, + "prob_ind": 43 + }, + { + "prompt": "[$]   [(]   [$ (]
    [%]   [:]   [% :]
    [$ %]   [( :]   [    ]", + "options": [ + "[$ % (]", + "[$ ( :]", + "[$]", + "[$ :]", + "[% (]", + "[$ % ( :]", + "[:]", + "[% :]" + ], + "correct": 5, + "prob_ind": 44 + }, + { + "prompt": "[!]   [:]   [! :]
    [<]   [$]   [< $]
    [! <]   [: $]   [    ]", + "options": [ + "[! < : $]", + "[<]", + "[:]", + "[  ]", + "[! : $]", + "[! :]", + "[! < :]", + "[!]" + ], + "correct": 0, + "prob_ind": 45 + }, + { + "prompt": "[>]   [&]   [> &]
    [*]   [<]   [* <]
    [> *]   [& <]   [    ]", + "options": [ + "[& <]", + "[> * <]", + "[> * & <]", + "[> * &]", + "[* & <]", + "[> & <]", + "[> <]", + "[>]" + ], + "correct": 2, + "prob_ind": 46 + }, + { + "prompt": "[:]   [>]   [: >]
    [~]   [*]   [~ *]
    [: ~]   [> *]   [    ]", + "options": [ + "[> *]", + "[:]", + "[~ > *]", + "[: ~ > *]", + "[: *]", + "[: ~]", + "[: ~ *]", + "[~ *]" + ], + "correct": 3, + "prob_ind": 47 + }, + { + "prompt": "[%]   [*]   [% *]
    [(]   [~]   [( ~]
    [% (]   [* ~]   [    ]", + "options": [ + "[% ( * ~]", + "[% ~]", + "[% * ~]", + "[% ( ~]", + "[(]", + "[~]", + "[*]", + "[%]" + ], + "correct": 0, + "prob_ind": 48 + }, + { + "prompt": "[(]   [*]   [( *]
    [~]   [<]   [~ <]
    [( ~]   [* <]   [    ]", + "options": [ + "[~ <]", + "[<]", + "[(]", + "[( ~ *]", + "[( ~ * <]", + "[*]", + "[( <]", + "[~ * <]" + ], + "correct": 4, + "prob_ind": 49 + }, + { + "prompt": "[(]   [!]   [( !]
    [$]   [%]   [$ %]
    [( $]   [! %]   [    ]", + "options": [ + "[!]", + "[$ %]", + "[(]", + "[( !]", + "[( $ ! %]", + "[%]", + "[$]", + "[( ! %]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[>]   [%]   [> %]
    [!]   [*]   [! *]
    [> !]   [% *]   [    ]", + "options": [ + "[> ! % *]", + "[!]", + "[! *]", + "[> ! %]", + "[> ! *]", + "[> *]", + "[*]", + "[  ]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[&]   [>]   [& >]
    [$]   [:]   [$ :]
    [& $]   [> :]   [    ]", + "options": [ + "[& $ >]", + "[$]", + "[& >]", + "[& $]", + "[:]", + "[$ > :]", + "[$ :]", + "[& $ > :]" + ], + "correct": 7, + "prob_ind": 52 + }, + { + "prompt": "[~]   [%]   [~ %]
    [$]   [<]   [$ <]
    [~ $]   [% <]   [    ]", + "options": [ + "[$]", + "[% <]", + "[<]", + "[%]", + "[~ <]", + "[~]", + "[$ % <]", + "[~ $ % <]" + ], + "correct": 7, + "prob_ind": 53 + }, + { + "prompt": "[&]   [<]   [& <]
    [>]   [%]   [> %]
    [& >]   [< %]   [    ]", + "options": [ + "[> %]", + "[<]", + "[< %]", + "[& > < %]", + "[> <]", + "[& >]", + "[& > <]", + "[& < %]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[>]   [<]   [> <]
    [*]   [:]   [* :]
    [> *]   [< :]   [    ]", + "options": [ + "[> * < :]", + "[> :]", + "[< :]", + "[*]", + "[* <]", + "[<]", + "[> <]", + "[> *]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[:]   [*]   [: *]
    [!]   [<]   [! <]
    [: !]   [* <]   [    ]", + "options": [ + "[!]", + "[! * <]", + "[: ! * <]", + "[: <]", + "[* <]", + "[! <]", + "[! *]", + "[  ]" + ], + "correct": 2, + "prob_ind": 56 + }, + { + "prompt": "[%]   [*]   [% *]
    [<]   [~]   [< ~]
    [% <]   [* ~]   [    ]", + "options": [ + "[% < *]", + "[~]", + "[< * ~]", + "[  ]", + "[< ~]", + "[% < * ~]", + "[% ~]", + "[*]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[>]   [<]   [> <]
    [(]   [%]   [( %]
    [> (]   [< %]   [    ]", + "options": [ + "[> %]", + "[> (]", + "[> ( <]", + "[( %]", + "[> ( %]", + "[> ( < %]", + "[( < %]", + "[( <]" + ], + "correct": 5, + "prob_ind": 58 + }, + { + "prompt": "[>]   [<]   [> <]
    [:]   [~]   [: ~]
    [> :]   [< ~]   [    ]", + "options": [ + "[: ~]", + "[: < ~]", + "[~]", + "[> : ~]", + "[> ~]", + "[  ]", + "[> : <]", + "[> : < ~]" + ], + "correct": 7, + "prob_ind": 59 + }, + { + "prompt": "[*]   [<]   [* <]
    [&]   [$]   [& $]
    [* &]   [< $]   [    ]", + "options": [ + "[*]", + "[& < $]", + "[* < $]", + "[< $]", + "[& $]", + "[* & < $]", + "[<]", + "[* <]" + ], + "correct": 5, + "prob_ind": 60 + }, + { + "prompt": "[%]   [*]   [% *]
    [<]   [(]   [< (]
    [% <]   [* (]   [    ]", + "options": [ + "[% *]", + "[%]", + "[% (]", + "[% * (]", + "[<]", + "[% < * (]", + "[% < *]", + "[  ]" + ], + "correct": 5, + "prob_ind": 61 + }, + { + "prompt": "[$]   [<]   [$ <]
    [%]   [!]   [% !]
    [$ %]   [< !]   [    ]", + "options": [ + "[$ % !]", + "[!]", + "[$]", + "[$ <]", + "[$ % <]", + "[< !]", + "[$ < !]", + "[$ % < !]" + ], + "correct": 7, + "prob_ind": 62 + }, + { + "prompt": "[~]   [<]   [~ <]
    [>]   [!]   [> !]
    [~ >]   [< !]   [    ]", + "options": [ + "[~ > !]", + "[~ > <]", + "[~ >]", + "[~ > < !]", + "[~ <]", + "[~ < !]", + "[<]", + "[> < !]" + ], + "correct": 3, + "prob_ind": 63 + }, + { + "prompt": "[&]   [$]   [& $]
    [!]   [~]   [! ~]
    [& !]   [$ ~]   [    ]", + "options": [ + "[& $]", + "[~]", + "[& !]", + "[$ ~]", + "[! $ ~]", + "[& $ ~]", + "[& ! $ ~]", + "[& ~]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[:]   [>]   [: >]
    [&]   [%]   [& %]
    [: &]   [> %]   [    ]", + "options": [ + "[: & > %]", + "[& >]", + "[: > %]", + "[& %]", + "[: & >]", + "[%]", + "[: & %]", + "[&]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[<]   [$]   [< $]
    [&]   [>]   [& >]
    [< &]   [$ >]   [    ]", + "options": [ + "[>]", + "[$]", + "[& $ >]", + "[< $]", + "[&]", + "[< & $ >]", + "[< $ >]", + "[< & $]" + ], + "correct": 5, + "prob_ind": 66 + }, + { + "prompt": "[(]   [*]   [( *]
    [$]   [%]   [$ %]
    [( $]   [* %]   [    ]", + "options": [ + "[  ]", + "[* %]", + "[%]", + "[$ *]", + "[$]", + "[( %]", + "[( $ * %]", + "[( $ %]" + ], + "correct": 6, + "prob_ind": 67 + }, + { + "prompt": "[<]   [:]   [< :]
    [%]   [$]   [% $]
    [< %]   [: $]   [    ]", + "options": [ + "[<]", + "[$]", + "[% : $]", + "[< % $]", + "[< $]", + "[< % : $]", + "[% $]", + "[% :]" + ], + "correct": 5, + "prob_ind": 68 + }, + { + "prompt": "[:]   [$]   [: $]
    [&]   [<]   [& <]
    [: &]   [$ <]   [    ]", + "options": [ + "[$ <]", + "[: & $]", + "[: &]", + "[: & $ <]", + "[& $]", + "[<]", + "[$]", + "[&]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[>]   [~]   [> ~]
    [(]   [*]   [( *]
    [> (]   [~ *]   [    ]", + "options": [ + "[> ~]", + "[> ~ *]", + "[( *]", + "[> ( ~]", + "[~]", + "[>]", + "[> ( ~ *]", + "[( ~]" + ], + "correct": 6, + "prob_ind": 70 + }, + { + "prompt": "[:]   [&]   [: &]
    [~]   [<]   [~ <]
    [: ~]   [& <]   [    ]", + "options": [ + "[: &]", + "[&]", + "[: ~]", + "[: ~ &]", + "[~ & <]", + "[~]", + "[:]", + "[: ~ & <]" + ], + "correct": 7, + "prob_ind": 71 + }, + { + "prompt": "[(]   [:]   [( :]
    [!]   [%]   [! %]
    [( !]   [: %]   [    ]", + "options": [ + "[( : %]", + "[( ! : %]", + "[( !]", + "[:]", + "[! %]", + "[! :]", + "[( :]", + "[(]" + ], + "correct": 1, + "prob_ind": 72 + }, + { + "prompt": "[<]   [$]   [< $]
    [&]   [(]   [& (]
    [< &]   [$ (]   [    ]", + "options": [ + "[(]", + "[&]", + "[< $ (]", + "[  ]", + "[< &]", + "[< $]", + "[< & $ (]", + "[$]" + ], + "correct": 6, + "prob_ind": 73 + }, + { + "prompt": "[*]   [>]   [* >]
    [!]   [:]   [! :]
    [* !]   [> :]   [    ]", + "options": [ + "[* :]", + "[* ! > :]", + "[! :]", + "[!]", + "[> :]", + "[! >]", + "[  ]", + "[>]" + ], + "correct": 1, + "prob_ind": 74 + }, + { + "prompt": "[$]   [<]   [$ <]
    [:]   [*]   [: *]
    [$ :]   [< *]   [    ]", + "options": [ + "[*]", + "[<]", + "[$]", + "[$ : <]", + "[: *]", + "[$ : *]", + "[$ < *]", + "[$ : < *]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[%]   [:]   [% :]
    [>]   [$]   [> $]
    [% >]   [: $]   [    ]", + "options": [ + "[> : $]", + "[$]", + "[% > : $]", + "[> :]", + "[  ]", + "[% > $]", + "[% >]", + "[% $]" + ], + "correct": 2, + "prob_ind": 76 + }, + { + "prompt": "[:]   [!]   [: !]
    [~]   [%]   [~ %]
    [: ~]   [! %]   [    ]", + "options": [ + "[  ]", + "[:]", + "[~ %]", + "[: %]", + "[: !]", + "[: ~ !]", + "[~]", + "[: ~ ! %]" + ], + "correct": 7, + "prob_ind": 77 + }, + { + "prompt": "[&]   [~]   [& ~]
    [!]   [>]   [! >]
    [& !]   [~ >]   [    ]", + "options": [ + "[& >]", + "[& ~]", + "[& ! ~ >]", + "[  ]", + "[& ! >]", + "[! ~]", + "[~]", + "[& !]" + ], + "correct": 2, + "prob_ind": 78 + }, + { + "prompt": "[(]   [*]   [( *]
    [$]   [<]   [$ <]
    [( $]   [* <]   [    ]", + "options": [ + "[(]", + "[( $ *]", + "[( <]", + "[$]", + "[( $ * <]", + "[( $ <]", + "[( *]", + "[* <]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[(]   [&]   [( &]
    [:]   [$]   [: $]
    [( :]   [& $]   [    ]", + "options": [ + "[:]", + "[( $]", + "[: $]", + "[  ]", + "[( : & $]", + "[( : $]", + "[(]", + "[( : &]" + ], + "correct": 4, + "prob_ind": 80 + }, + { + "prompt": "[!]   [*]   [! *]
    [&]   [>]   [& >]
    [! &]   [* >]   [    ]", + "options": [ + "[! *]", + "[>]", + "[! & * >]", + "[& * >]", + "[!]", + "[* >]", + "[*]", + "[! & >]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[:]   [&]   [: &]
    [%]   [<]   [% <]
    [: %]   [& <]   [    ]", + "options": [ + "[: % &]", + "[% &]", + "[% & <]", + "[: & <]", + "[: % & <]", + "[: % <]", + "[& <]", + "[:]" + ], + "correct": 4, + "prob_ind": 82 + }, + { + "prompt": "[>]   [$]   [> $]
    [(]   [*]   [( *]
    [> (]   [$ *]   [    ]", + "options": [ + "[> (]", + "[> ( *]", + "[( *]", + "[(]", + "[> ( $ *]", + "[$]", + "[$ *]", + "[> ( $]" + ], + "correct": 4, + "prob_ind": 83 + }, + { + "prompt": "[!]   [<]   [! <]
    [:]   [&]   [: &]
    [! :]   [< &]   [    ]", + "options": [ + "[! : < &]", + "[: &]", + "[: <]", + "[! <]", + "[!]", + "[! &]", + "[! < &]", + "[: < &]" + ], + "correct": 0, + "prob_ind": 84 + }, + { + "prompt": "[!]   [(]   [! (]
    [$]   [:]   [$ :]
    [! $]   [( :]   [    ]", + "options": [ + "[$ (]", + "[! $ ( :]", + "[! $ (]", + "[! (]", + "[$ ( :]", + "[:]", + "[$ :]", + "[! :]" + ], + "correct": 1, + "prob_ind": 85 + }, + { + "prompt": "[*]   [%]   [* %]
    [!]   [:]   [! :]
    [* !]   [% :]   [    ]", + "options": [ + "[%]", + "[* :]", + "[* % :]", + "[* ! %]", + "[* !]", + "[* %]", + "[* ! % :]", + "[! :]" + ], + "correct": 6, + "prob_ind": 86 + }, + { + "prompt": "[(]   [*]   [( *]
    [!]   [~]   [! ~]
    [( !]   [* ~]   [    ]", + "options": [ + "[~]", + "[( ~]", + "[  ]", + "[( ! * ~]", + "[( * ~]", + "[( ! ~]", + "[(]", + "[( ! *]" + ], + "correct": 3, + "prob_ind": 87 + }, + { + "prompt": "[%]   [&]   [% &]
    [!]   [(]   [! (]
    [% !]   [& (]   [    ]", + "options": [ + "[% &]", + "[&]", + "[% & (]", + "[% ! (]", + "[% !]", + "[! &]", + "[% ! & (]", + "[& (]" + ], + "correct": 6, + "prob_ind": 88 + }, + { + "prompt": "[!]   [>]   [! >]
    [(]   [$]   [( $]
    [! (]   [> $]   [    ]", + "options": [ + "[( >]", + "[! >]", + "[> $]", + "[$]", + "[>]", + "[( $]", + "[! ( > $]", + "[! ( >]" + ], + "correct": 6, + "prob_ind": 89 + }, + { + "prompt": "[<]   [*]   [< *]
    [>]   [(]   [> (]
    [< >]   [* (]   [    ]", + "options": [ + "[(]", + "[< > (]", + "[>]", + "[< >]", + "[> * (]", + "[< > * (]", + "[< (]", + "[< * (]" + ], + "correct": 5, + "prob_ind": 90 + }, + { + "prompt": "[&]   [%]   [& %]
    [$]   [(]   [$ (]
    [& $]   [% (]   [    ]", + "options": [ + "[$]", + "[& $]", + "[& $ % (]", + "[$ (]", + "[&]", + "[(]", + "[  ]", + "[$ % (]" + ], + "correct": 2, + "prob_ind": 91 + }, + { + "prompt": "[!]   [&]   [! &]
    [<]   [%]   [< %]
    [! <]   [& %]   [    ]", + "options": [ + "[! &]", + "[< %]", + "[< & %]", + "[%]", + "[! <]", + "[& %]", + "[! & %]", + "[! < & %]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[:]   [&]   [: &]
    [(]   [>]   [( >]
    [: (]   [& >]   [    ]", + "options": [ + "[  ]", + "[: >]", + "[(]", + "[: ( &]", + "[&]", + "[( &]", + "[& >]", + "[: ( & >]" + ], + "correct": 7, + "prob_ind": 93 + }, + { + "prompt": "[:]   [$]   [: $]
    [<]   [>]   [< >]
    [: <]   [$ >]   [    ]", + "options": [ + "[< $]", + "[$]", + "[: <]", + "[: $]", + "[: < $ >]", + "[:]", + "[: < $]", + "[  ]" + ], + "correct": 4, + "prob_ind": 94 + }, + { + "prompt": "[(]   [<]   [( <]
    [$]   [%]   [$ %]
    [( $]   [< %]   [    ]", + "options": [ + "[$ %]", + "[<]", + "[$ < %]", + "[< %]", + "[$ <]", + "[( <]", + "[%]", + "[( $ < %]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[~]   [*]   [~ *]
    [%]   [:]   [% :]
    [~ %]   [* :]   [    ]", + "options": [ + "[  ]", + "[~ % * :]", + "[~ :]", + "[~ * :]", + "[* :]", + "[% *]", + "[% :]", + "[~ % *]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[&]   [!]   [& !]
    [%]   [*]   [% *]
    [& %]   [! *]   [    ]", + "options": [ + "[  ]", + "[% !]", + "[%]", + "[& ! *]", + "[&]", + "[& %]", + "[& % ! *]", + "[*]" + ], + "correct": 6, + "prob_ind": 97 + }, + { + "prompt": "[:]   [*]   [: *]
    [$]   [!]   [$ !]
    [: $]   [* !]   [    ]", + "options": [ + "[: $]", + "[$]", + "[: $ * !]", + "[$ * !]", + "[$ *]", + "[!]", + "[$ !]", + "[  ]" + ], + "correct": 2, + "prob_ind": 98 + }, + { + "prompt": "[!]   [<]   [! <]
    [(]   [*]   [( *]
    [! (]   [< *]   [    ]", + "options": [ + "[! < *]", + "[! ( <]", + "[< *]", + "[! ( < *]", + "[*]", + "[! *]", + "[!]", + "[<]" + ], + "correct": 3, + "prob_ind": 99 + } + ], + "c1_set_union": [ + { + "prompt": "[> ~ ( &]   [> ~]   [( &]
    [~ &]   [~]   [&]
    [> (]   [>]   [  ]", + "options": [ + "[> ~]", + "[~ ( &]", + "[&]", + "[(]", + "[~ (]", + "[> (]", + "[> &]", + "[> ~ ( &]" + ], + "correct": 3, + "prob_ind": 0 + }, + { + "prompt": "[& > ( :]   [& >]   [( :]
    [> :]   [>]   [:]
    [& (]   [&]   [  ]", + "options": [ + "[> ( :]", + "[> :]", + "[(]", + "[( :]", + "[  ]", + "[& > :]", + "[>]", + "[& ( :]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[( < & *]   [( <]   [& *]
    [< *]   [<]   [*]
    [( &]   [(]   [  ]", + "options": [ + "[< *]", + "[( <]", + "[<]", + "[&]", + "[< & *]", + "[(]", + "[( < &]", + "[( < *]" + ], + "correct": 3, + "prob_ind": 2 + }, + { + "prompt": "[> < $ %]   [> <]   [$ %]
    [< %]   [<]   [%]
    [> $]   [>]   [  ]", + "options": [ + "[$]", + "[> < $]", + "[> < %]", + "[< $ %]", + "[> $]", + "[< %]", + "[< $]", + "[> < $ %]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[% < > :]   [% <]   [> :]
    [< :]   [<]   [:]
    [% >]   [%]   [  ]", + "options": [ + "[  ]", + "[% < > :]", + "[% >]", + "[<]", + "[:]", + "[>]", + "[% :]", + "[< :]" + ], + "correct": 5, + "prob_ind": 4 + }, + { + "prompt": "[$ & ~ >]   [$ &]   [~ >]
    [& >]   [&]   [>]
    [$ ~]   [$]   [  ]", + "options": [ + "[$]", + "[&]", + "[~]", + "[& ~]", + "[$ ~ >]", + "[~ >]", + "[>]", + "[& >]" + ], + "correct": 2, + "prob_ind": 5 + }, + { + "prompt": "[~ : < (]   [~ :]   [< (]
    [: (]   [:]   [(]
    [~ <]   [~]   [  ]", + "options": [ + "[: (]", + "[: <]", + "[< (]", + "[: < (]", + "[  ]", + "[:]", + "[~ < (]", + "[<]" + ], + "correct": 7, + "prob_ind": 6 + }, + { + "prompt": "[: ( % *]   [: (]   [% *]
    [( *]   [(]   [*]
    [: %]   [:]   [  ]", + "options": [ + "[%]", + "[% *]", + "[: ( *]", + "[: (]", + "[: *]", + "[: ( % *]", + "[( % *]", + "[: ( %]" + ], + "correct": 0, + "prob_ind": 7 + }, + { + "prompt": "[& ~ $ %]   [& ~]   [$ %]
    [~ %]   [~]   [%]
    [& $]   [&]   [  ]", + "options": [ + "[& ~ %]", + "[~ %]", + "[$ %]", + "[  ]", + "[& ~ $]", + "[$]", + "[~ $]", + "[&]" + ], + "correct": 5, + "prob_ind": 8 + }, + { + "prompt": "[< ( $ *]   [< (]   [$ *]
    [( *]   [(]   [*]
    [< $]   [<]   [  ]", + "options": [ + "[( *]", + "[(]", + "[< ( *]", + "[< $]", + "[< $ *]", + "[< ( $]", + "[$]", + "[( $ *]" + ], + "correct": 6, + "prob_ind": 9 + }, + { + "prompt": "[% ( : !]   [% (]   [: !]
    [( !]   [(]   [!]
    [% :]   [%]   [  ]", + "options": [ + "[% ( :]", + "[% ( !]", + "[!]", + "[( !]", + "[:]", + "[(]", + "[% :]", + "[% : !]" + ], + "correct": 4, + "prob_ind": 10 + }, + { + "prompt": "[& : * <]   [& :]   [* <]
    [: <]   [:]   [<]
    [& *]   [&]   [  ]", + "options": [ + "[& <]", + "[& : <]", + "[*]", + "[: <]", + "[: * <]", + "[& : *]", + "[& : * <]", + "[& * <]" + ], + "correct": 2, + "prob_ind": 11 + }, + { + "prompt": "[< ~ ( %]   [< ~]   [( %]
    [~ %]   [~]   [%]
    [< (]   [<]   [  ]", + "options": [ + "[< %]", + "[< ~ (]", + "[  ]", + "[< ~ ( %]", + "[< ~]", + "[~ ( %]", + "[(]", + "[~]" + ], + "correct": 6, + "prob_ind": 12 + }, + { + "prompt": "[: > < &]   [: >]   [< &]
    [> &]   [>]   [&]
    [: <]   [:]   [  ]", + "options": [ + "[: < &]", + "[: > <]", + "[> < &]", + "[: >]", + "[<]", + "[:]", + "[> &]", + "[  ]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[> < * ~]   [> <]   [* ~]
    [< ~]   [<]   [~]
    [> *]   [>]   [  ]", + "options": [ + "[  ]", + "[>]", + "[> <]", + "[*]", + "[* ~]", + "[> < ~]", + "[> < *]", + "[> *]" + ], + "correct": 3, + "prob_ind": 14 + }, + { + "prompt": "[> ( < &]   [> (]   [< &]
    [( &]   [(]   [&]
    [> <]   [>]   [  ]", + "options": [ + "[> <]", + "[  ]", + "[> ( < &]", + "[(]", + "[<]", + "[< &]", + "[( < &]", + "[&]" + ], + "correct": 4, + "prob_ind": 15 + }, + { + "prompt": "[% $ : ~]   [% $]   [: ~]
    [$ ~]   [$]   [~]
    [% :]   [%]   [  ]", + "options": [ + "[  ]", + "[% :]", + "[: ~]", + "[:]", + "[$ :]", + "[% : ~]", + "[% $ : ~]", + "[$]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[& < > %]   [& <]   [> %]
    [< %]   [<]   [%]
    [& >]   [&]   [  ]", + "options": [ + "[& >]", + "[%]", + "[<]", + "[> %]", + "[  ]", + "[< > %]", + "[>]", + "[& < >]" + ], + "correct": 6, + "prob_ind": 17 + }, + { + "prompt": "[< ( : %]   [< (]   [: %]
    [( %]   [(]   [%]
    [< :]   [<]   [  ]", + "options": [ + "[( : %]", + "[< ( : %]", + "[:]", + "[<]", + "[: %]", + "[< : %]", + "[< ( :]", + "[( %]" + ], + "correct": 2, + "prob_ind": 18 + }, + { + "prompt": "[% ~ ( :]   [% ~]   [( :]
    [~ :]   [~]   [:]
    [% (]   [%]   [  ]", + "options": [ + "[~]", + "[% ( :]", + "[~ (]", + "[% :]", + "[(]", + "[% (]", + "[  ]", + "[( :]" + ], + "correct": 4, + "prob_ind": 19 + }, + { + "prompt": "[< & : (]   [< &]   [: (]
    [& (]   [&]   [(]
    [< :]   [<]   [  ]", + "options": [ + "[< &]", + "[& :]", + "[(]", + "[&]", + "[:]", + "[< : (]", + "[< & :]", + "[: (]" + ], + "correct": 4, + "prob_ind": 20 + }, + { + "prompt": "[* ! ~ (]   [* !]   [~ (]
    [! (]   [!]   [(]
    [* ~]   [*]   [  ]", + "options": [ + "[~]", + "[* (]", + "[* !]", + "[! (]", + "[(]", + "[* ! ~ (]", + "[* ~]", + "[* ! ~]" + ], + "correct": 0, + "prob_ind": 21 + }, + { + "prompt": "[* : ~ (]   [* :]   [~ (]
    [: (]   [:]   [(]
    [* ~]   [*]   [  ]", + "options": [ + "[~]", + "[*]", + "[: (]", + "[: ~ (]", + "[* :]", + "[~ (]", + "[(]", + "[* : ~]" + ], + "correct": 0, + "prob_ind": 22 + }, + { + "prompt": "[& ( : %]   [& (]   [: %]
    [( %]   [(]   [%]
    [& :]   [&]   [  ]", + "options": [ + "[& ( :]", + "[:]", + "[& %]", + "[( %]", + "[& (]", + "[& :]", + "[&]", + "[( : %]" + ], + "correct": 1, + "prob_ind": 23 + }, + { + "prompt": "[> $ & (]   [> $]   [& (]
    [$ (]   [$]   [(]
    [> &]   [>]   [  ]", + "options": [ + "[> (]", + "[>]", + "[> $]", + "[> $ & (]", + "[&]", + "[(]", + "[$ & (]", + "[> & (]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[* < ~ %]   [* <]   [~ %]
    [< %]   [<]   [%]
    [* ~]   [*]   [  ]", + "options": [ + "[~]", + "[< ~ %]", + "[  ]", + "[*]", + "[* ~ %]", + "[* < ~]", + "[* <]", + "[* < ~ %]" + ], + "correct": 0, + "prob_ind": 25 + }, + { + "prompt": "[* : < ~]   [* :]   [< ~]
    [: ~]   [:]   [~]
    [* <]   [*]   [  ]", + "options": [ + "[  ]", + "[: ~]", + "[<]", + "[* :]", + "[* < ~]", + "[* ~]", + "[* : < ~]", + "[* <]" + ], + "correct": 2, + "prob_ind": 26 + }, + { + "prompt": "[: & > %]   [: &]   [> %]
    [& %]   [&]   [%]
    [: >]   [:]   [  ]", + "options": [ + "[>]", + "[: %]", + "[> %]", + "[%]", + "[  ]", + "[: & > %]", + "[: > %]", + "[& %]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[< ! $ *]   [< !]   [$ *]
    [! *]   [!]   [*]
    [< $]   [<]   [  ]", + "options": [ + "[< $ *]", + "[$ *]", + "[! $ *]", + "[!]", + "[< *]", + "[  ]", + "[$]", + "[< $]" + ], + "correct": 6, + "prob_ind": 28 + }, + { + "prompt": "[: & $ !]   [: &]   [$ !]
    [& !]   [&]   [!]
    [: $]   [:]   [  ]", + "options": [ + "[& !]", + "[:]", + "[& $]", + "[  ]", + "[$ !]", + "[: & $]", + "[: $ !]", + "[$]" + ], + "correct": 7, + "prob_ind": 29 + }, + { + "prompt": "[* $ & :]   [* $]   [& :]
    [$ :]   [$]   [:]
    [* &]   [*]   [  ]", + "options": [ + "[  ]", + "[& :]", + "[$ &]", + "[* &]", + "[&]", + "[*]", + "[* :]", + "[:]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[$ ~ ! >]   [$ ~]   [! >]
    [~ >]   [~]   [>]
    [$ !]   [$]   [  ]", + "options": [ + "[  ]", + "[~ ! >]", + "[$]", + "[$ ~ !]", + "[$ ! >]", + "[$ ~ >]", + "[!]", + "[~]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[% $ & (]   [% $]   [& (]
    [$ (]   [$]   [(]
    [% &]   [%]   [  ]", + "options": [ + "[&]", + "[% & (]", + "[% $]", + "[(]", + "[  ]", + "[% &]", + "[% $ & (]", + "[$ &]" + ], + "correct": 0, + "prob_ind": 32 + }, + { + "prompt": "[: & ( !]   [: &]   [( !]
    [& !]   [&]   [!]
    [: (]   [:]   [  ]", + "options": [ + "[: (]", + "[: & (]", + "[:]", + "[!]", + "[(]", + "[( !]", + "[: !]", + "[& !]" + ], + "correct": 4, + "prob_ind": 33 + }, + { + "prompt": "[> ( ! ~]   [> (]   [! ~]
    [( ~]   [(]   [~]
    [> !]   [>]   [  ]", + "options": [ + "[> !]", + "[( ~]", + "[> (]", + "[~]", + "[> ( ! ~]", + "[> ( !]", + "[> ~]", + "[!]" + ], + "correct": 7, + "prob_ind": 34 + }, + { + "prompt": "[< * & >]   [< *]   [& >]
    [* >]   [*]   [>]
    [< &]   [<]   [  ]", + "options": [ + "[< * &]", + "[< &]", + "[* >]", + "[<]", + "[>]", + "[< * & >]", + "[  ]", + "[&]" + ], + "correct": 7, + "prob_ind": 35 + }, + { + "prompt": "[! < ~ :]   [! <]   [~ :]
    [< :]   [<]   [:]
    [! ~]   [!]   [  ]", + "options": [ + "[! < ~]", + "[~]", + "[!]", + "[<]", + "[! < ~ :]", + "[~ :]", + "[! < :]", + "[< ~]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[> & ( %]   [> &]   [( %]
    [& %]   [&]   [%]
    [> (]   [>]   [  ]", + "options": [ + "[>]", + "[  ]", + "[%]", + "[(]", + "[& (]", + "[> %]", + "[( %]", + "[> & ( %]" + ], + "correct": 3, + "prob_ind": 37 + }, + { + "prompt": "[* ( $ ~]   [* (]   [$ ~]
    [( ~]   [(]   [~]
    [* $]   [*]   [  ]", + "options": [ + "[$]", + "[(]", + "[$ ~]", + "[* $ ~]", + "[  ]", + "[( $ ~]", + "[* ( $ ~]", + "[* (]" + ], + "correct": 0, + "prob_ind": 38 + }, + { + "prompt": "[< $ ( :]   [< $]   [( :]
    [$ :]   [$]   [:]
    [< (]   [<]   [  ]", + "options": [ + "[( :]", + "[$ ( :]", + "[$]", + "[(]", + "[$ (]", + "[< $ ( :]", + "[< $ (]", + "[< (]" + ], + "correct": 3, + "prob_ind": 39 + }, + { + "prompt": "[% ( > <]   [% (]   [> <]
    [( <]   [(]   [<]
    [% >]   [%]   [  ]", + "options": [ + "[>]", + "[%]", + "[( > <]", + "[<]", + "[  ]", + "[( >]", + "[% >]", + "[% ( <]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[~ ( : !]   [~ (]   [: !]
    [( !]   [(]   [!]
    [~ :]   [~]   [  ]", + "options": [ + "[~ ( : !]", + "[( :]", + "[~ :]", + "[:]", + "[~ : !]", + "[( : !]", + "[( !]", + "[  ]" + ], + "correct": 3, + "prob_ind": 41 + }, + { + "prompt": "[< ~ & *]   [< ~]   [& *]
    [~ *]   [~]   [*]
    [< &]   [<]   [  ]", + "options": [ + "[<]", + "[< ~ &]", + "[< & *]", + "[*]", + "[~]", + "[~ *]", + "[< *]", + "[&]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[% ( $ ~]   [% (]   [$ ~]
    [( ~]   [(]   [~]
    [% $]   [%]   [  ]", + "options": [ + "[% ( ~]", + "[% (]", + "[(]", + "[% ( $ ~]", + "[% ( $]", + "[$]", + "[~]", + "[( $ ~]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[: $ ! *]   [: $]   [! *]
    [$ *]   [$]   [*]
    [: !]   [:]   [  ]", + "options": [ + "[: ! *]", + "[$ *]", + "[!]", + "[: $]", + "[: $ ! *]", + "[: !]", + "[$ ! *]", + "[: $ *]" + ], + "correct": 2, + "prob_ind": 44 + }, + { + "prompt": "[% ! $ (]   [% !]   [$ (]
    [! (]   [!]   [(]
    [% $]   [%]   [  ]", + "options": [ + "[(]", + "[% ! $ (]", + "[% (]", + "[% $]", + "[% ! (]", + "[$]", + "[! $]", + "[% $ (]" + ], + "correct": 5, + "prob_ind": 45 + }, + { + "prompt": "[> < * !]   [> <]   [* !]
    [< !]   [<]   [!]
    [> *]   [>]   [  ]", + "options": [ + "[> < !]", + "[<]", + "[< *]", + "[*]", + "[< !]", + "[!]", + "[< * !]", + "[> * !]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[% $ > &]   [% $]   [> &]
    [$ &]   [$]   [&]
    [% >]   [%]   [  ]", + "options": [ + "[$ > &]", + "[% $]", + "[> &]", + "[$]", + "[>]", + "[$ >]", + "[% &]", + "[&]" + ], + "correct": 4, + "prob_ind": 47 + }, + { + "prompt": "[! $ ~ *]   [! $]   [~ *]
    [$ *]   [$]   [*]
    [! ~]   [!]   [  ]", + "options": [ + "[$]", + "[!]", + "[~]", + "[! $]", + "[$ ~ *]", + "[! $ *]", + "[! $ ~ *]", + "[! ~]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[( ! > %]   [( !]   [> %]
    [! %]   [!]   [%]
    [( >]   [(]   [  ]", + "options": [ + "[! >]", + "[  ]", + "[> %]", + "[( ! %]", + "[( ! > %]", + "[(]", + "[>]", + "[( ! >]" + ], + "correct": 6, + "prob_ind": 49 + }, + { + "prompt": "[> * $ :]   [> *]   [$ :]
    [* :]   [*]   [:]
    [> $]   [>]   [  ]", + "options": [ + "[> *]", + "[> * :]", + "[> $ :]", + "[* $ :]", + "[> * $ :]", + "[* :]", + "[$]", + "[$ :]" + ], + "correct": 6, + "prob_ind": 50 + }, + { + "prompt": "[* : ! (]   [* :]   [! (]
    [: (]   [:]   [(]
    [* !]   [*]   [  ]", + "options": [ + "[* : !]", + "[*]", + "[!]", + "[* :]", + "[* ! (]", + "[* : ! (]", + "[! (]", + "[* (]" + ], + "correct": 2, + "prob_ind": 51 + }, + { + "prompt": "[: ( ! <]   [: (]   [! <]
    [( <]   [(]   [<]
    [: !]   [:]   [  ]", + "options": [ + "[  ]", + "[( ! <]", + "[: ( ! <]", + "[(]", + "[! <]", + "[: <]", + "[!]", + "[( !]" + ], + "correct": 6, + "prob_ind": 52 + }, + { + "prompt": "[~ > $ *]   [~ >]   [$ *]
    [> *]   [>]   [*]
    [~ $]   [~]   [  ]", + "options": [ + "[~ > $ *]", + "[~ *]", + "[$]", + "[>]", + "[~ > $]", + "[  ]", + "[~ > *]", + "[*]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[$ > < !]   [$ >]   [< !]
    [> !]   [>]   [!]
    [$ <]   [$]   [  ]", + "options": [ + "[> < !]", + "[> !]", + "[$ <]", + "[< !]", + "[>]", + "[$ < !]", + "[> <]", + "[<]" + ], + "correct": 7, + "prob_ind": 54 + }, + { + "prompt": "[% ~ & <]   [% ~]   [& <]
    [~ <]   [~]   [<]
    [% &]   [%]   [  ]", + "options": [ + "[~]", + "[% <]", + "[~ &]", + "[& <]", + "[<]", + "[% & <]", + "[% ~]", + "[&]" + ], + "correct": 7, + "prob_ind": 55 + }, + { + "prompt": "[% ~ * >]   [% ~]   [* >]
    [~ >]   [~]   [>]
    [% *]   [%]   [  ]", + "options": [ + "[~ >]", + "[*]", + "[* >]", + "[% ~]", + "[% ~ >]", + "[~]", + "[~ *]", + "[~ * >]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[& ! < (]   [& !]   [< (]
    [! (]   [!]   [(]
    [& <]   [&]   [  ]", + "options": [ + "[& ! < (]", + "[& < (]", + "[! <]", + "[! < (]", + "[&]", + "[<]", + "[(]", + "[& ! <]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[> $ ( ~]   [> $]   [( ~]
    [$ ~]   [$]   [~]
    [> (]   [>]   [  ]", + "options": [ + "[( ~]", + "[$]", + "[> ( ~]", + "[(]", + "[> $]", + "[  ]", + "[>]", + "[> $ (]" + ], + "correct": 3, + "prob_ind": 58 + }, + { + "prompt": "[< ~ & (]   [< ~]   [& (]
    [~ (]   [~]   [(]
    [< &]   [<]   [  ]", + "options": [ + "[< (]", + "[& (]", + "[&]", + "[< & (]", + "[< ~]", + "[~]", + "[<]", + "[< ~ (]" + ], + "correct": 2, + "prob_ind": 59 + }, + { + "prompt": "[* & > ~]   [* &]   [> ~]
    [& ~]   [&]   [~]
    [* >]   [*]   [  ]", + "options": [ + "[* > ~]", + "[*]", + "[>]", + "[~]", + "[* &]", + "[* & >]", + "[* ~]", + "[& ~]" + ], + "correct": 2, + "prob_ind": 60 + }, + { + "prompt": "[< > ! ~]   [< >]   [! ~]
    [> ~]   [>]   [~]
    [< !]   [<]   [  ]", + "options": [ + "[< > ~]", + "[  ]", + "[< >]", + "[< > ! ~]", + "[> !]", + "[!]", + "[< !]", + "[<]" + ], + "correct": 5, + "prob_ind": 61 + }, + { + "prompt": "[~ > ! %]   [~ >]   [! %]
    [> %]   [>]   [%]
    [~ !]   [~]   [  ]", + "options": [ + "[~ !]", + "[  ]", + "[~ > ! %]", + "[!]", + "[~]", + "[~ %]", + "[~ > %]", + "[>]" + ], + "correct": 3, + "prob_ind": 62 + }, + { + "prompt": "[< ( : *]   [< (]   [: *]
    [( *]   [(]   [*]
    [< :]   [<]   [  ]", + "options": [ + "[< (]", + "[< :]", + "[<]", + "[( : *]", + "[< : *]", + "[< ( : *]", + "[*]", + "[:]" + ], + "correct": 7, + "prob_ind": 63 + }, + { + "prompt": "[% ! & >]   [% !]   [& >]
    [! >]   [!]   [>]
    [% &]   [%]   [  ]", + "options": [ + "[! & >]", + "[&]", + "[% ! >]", + "[% ! & >]", + "[!]", + "[% ! &]", + "[& >]", + "[! >]" + ], + "correct": 1, + "prob_ind": 64 + }, + { + "prompt": "[$ < > *]   [$ <]   [> *]
    [< *]   [<]   [*]
    [$ >]   [$]   [  ]", + "options": [ + "[<]", + "[$ *]", + "[< *]", + "[$ >]", + "[>]", + "[$ <]", + "[  ]", + "[$]" + ], + "correct": 4, + "prob_ind": 65 + }, + { + "prompt": "[& > $ *]   [& >]   [$ *]
    [> *]   [>]   [*]
    [& $]   [&]   [  ]", + "options": [ + "[& $ *]", + "[& > $]", + "[> $]", + "[& > $ *]", + "[$]", + "[  ]", + "[& $]", + "[>]" + ], + "correct": 4, + "prob_ind": 66 + }, + { + "prompt": "[* > ~ !]   [* >]   [~ !]
    [> !]   [>]   [!]
    [* ~]   [*]   [  ]", + "options": [ + "[~]", + "[> ~]", + "[> !]", + "[* > ~ !]", + "[*]", + "[* > ~]", + "[  ]", + "[> ~ !]" + ], + "correct": 0, + "prob_ind": 67 + }, + { + "prompt": "[> ! ( &]   [> !]   [( &]
    [! &]   [!]   [&]
    [> (]   [>]   [  ]", + "options": [ + "[!]", + "[&]", + "[(]", + "[> ! &]", + "[! (]", + "[( &]", + "[> ! (]", + "[> ! ( &]" + ], + "correct": 2, + "prob_ind": 68 + }, + { + "prompt": "[% $ ( <]   [% $]   [( <]
    [$ <]   [$]   [<]
    [% (]   [%]   [  ]", + "options": [ + "[( <]", + "[$ ( <]", + "[  ]", + "[$ (]", + "[$ <]", + "[(]", + "[% <]", + "[<]" + ], + "correct": 5, + "prob_ind": 69 + }, + { + "prompt": "[* > % &]   [* >]   [% &]
    [> &]   [>]   [&]
    [* %]   [*]   [  ]", + "options": [ + "[% &]", + "[* > %]", + "[* % &]", + "[>]", + "[%]", + "[* %]", + "[> % &]", + "[> %]" + ], + "correct": 4, + "prob_ind": 70 + }, + { + "prompt": "[& ( * :]   [& (]   [* :]
    [( :]   [(]   [:]
    [& *]   [&]   [  ]", + "options": [ + "[:]", + "[  ]", + "[*]", + "[& ( * :]", + "[* :]", + "[( *]", + "[& *]", + "[& ( :]" + ], + "correct": 2, + "prob_ind": 71 + }, + { + "prompt": "[% * < >]   [% *]   [< >]
    [* >]   [*]   [>]
    [% <]   [%]   [  ]", + "options": [ + "[% < >]", + "[% * <]", + "[* >]", + "[% * < >]", + "[* <]", + "[<]", + "[% *]", + "[* < >]" + ], + "correct": 5, + "prob_ind": 72 + }, + { + "prompt": "[~ ( * &]   [~ (]   [* &]
    [( &]   [(]   [&]
    [~ *]   [~]   [  ]", + "options": [ + "[*]", + "[~ ( * &]", + "[~ ( &]", + "[&]", + "[~ &]", + "[( &]", + "[* &]", + "[~ * &]" + ], + "correct": 0, + "prob_ind": 73 + }, + { + "prompt": "[> & ~ !]   [> &]   [~ !]
    [& !]   [&]   [!]
    [> ~]   [>]   [  ]", + "options": [ + "[~]", + "[> !]", + "[> ~]", + "[&]", + "[~ !]", + "[& ~ !]", + "[> &]", + "[!]" + ], + "correct": 0, + "prob_ind": 74 + }, + { + "prompt": "[% ~ > <]   [% ~]   [> <]
    [~ <]   [~]   [<]
    [% >]   [%]   [  ]", + "options": [ + "[% ~ > <]", + "[> <]", + "[~ > <]", + "[% >]", + "[>]", + "[  ]", + "[% ~]", + "[~ >]" + ], + "correct": 4, + "prob_ind": 75 + }, + { + "prompt": "[$ & < >]   [$ &]   [< >]
    [& >]   [&]   [>]
    [$ <]   [$]   [  ]", + "options": [ + "[& < >]", + "[$ >]", + "[$ <]", + "[>]", + "[$ & >]", + "[<]", + "[$ &]", + "[$ & < >]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[% ( ! <]   [% (]   [! <]
    [( <]   [(]   [<]
    [% !]   [%]   [  ]", + "options": [ + "[  ]", + "[% ! <]", + "[!]", + "[% ( !]", + "[<]", + "[% (]", + "[% ( ! <]", + "[% ( <]" + ], + "correct": 2, + "prob_ind": 77 + }, + { + "prompt": "[% ~ * &]   [% ~]   [* &]
    [~ &]   [~]   [&]
    [% *]   [%]   [  ]", + "options": [ + "[  ]", + "[&]", + "[% &]", + "[% * &]", + "[% ~]", + "[%]", + "[~]", + "[*]" + ], + "correct": 7, + "prob_ind": 78 + }, + { + "prompt": "[: ! $ ~]   [: !]   [$ ~]
    [! ~]   [!]   [~]
    [: $]   [:]   [  ]", + "options": [ + "[$]", + "[: $]", + "[! $ ~]", + "[: ! $]", + "[! ~]", + "[: ~]", + "[: !]", + "[: ! $ ~]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[* & ! <]   [* &]   [! <]
    [& <]   [&]   [<]
    [* !]   [*]   [  ]", + "options": [ + "[* & <]", + "[* <]", + "[& ! <]", + "[* &]", + "[&]", + "[* !]", + "[!]", + "[* & !]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[( % & !]   [( %]   [& !]
    [% !]   [%]   [!]
    [( &]   [(]   [  ]", + "options": [ + "[  ]", + "[&]", + "[( % &]", + "[% !]", + "[& !]", + "[%]", + "[( % !]", + "[( %]" + ], + "correct": 1, + "prob_ind": 81 + }, + { + "prompt": "[* $ ( %]   [* $]   [( %]
    [$ %]   [$]   [%]
    [* (]   [*]   [  ]", + "options": [ + "[$]", + "[(]", + "[* ( %]", + "[* %]", + "[*]", + "[* $ %]", + "[( %]", + "[* $ (]" + ], + "correct": 1, + "prob_ind": 82 + }, + { + "prompt": "[< % * (]   [< %]   [* (]
    [% (]   [%]   [(]
    [< *]   [<]   [  ]", + "options": [ + "[< % (]", + "[< % *]", + "[< (]", + "[*]", + "[* (]", + "[< %]", + "[< *]", + "[< % * (]" + ], + "correct": 3, + "prob_ind": 83 + }, + { + "prompt": "[& : ~ <]   [& :]   [~ <]
    [: <]   [:]   [<]
    [& ~]   [&]   [  ]", + "options": [ + "[: <]", + "[& : ~]", + "[:]", + "[& ~]", + "[<]", + "[~]", + "[& : ~ <]", + "[: ~ <]" + ], + "correct": 5, + "prob_ind": 84 + }, + { + "prompt": "[( * % !]   [( *]   [% !]
    [* !]   [*]   [!]
    [( %]   [(]   [  ]", + "options": [ + "[(]", + "[*]", + "[%]", + "[( % !]", + "[( !]", + "[( %]", + "[( * !]", + "[  ]" + ], + "correct": 2, + "prob_ind": 85 + }, + { + "prompt": "[< > * (]   [< >]   [* (]
    [> (]   [>]   [(]
    [< *]   [<]   [  ]", + "options": [ + "[*]", + "[< >]", + "[<]", + "[  ]", + "[(]", + "[> *]", + "[* (]", + "[< > * (]" + ], + "correct": 0, + "prob_ind": 86 + }, + { + "prompt": "[< > $ :]   [< >]   [$ :]
    [> :]   [>]   [:]
    [< $]   [<]   [  ]", + "options": [ + "[< > :]", + "[< :]", + "[< >]", + "[:]", + "[  ]", + "[$]", + "[> $]", + "[> :]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[> < * :]   [> <]   [* :]
    [< :]   [<]   [:]
    [> *]   [>]   [  ]", + "options": [ + "[<]", + "[> * :]", + "[  ]", + "[> *]", + "[> :]", + "[*]", + "[< :]", + "[> < * :]" + ], + "correct": 5, + "prob_ind": 88 + }, + { + "prompt": "[~ > * :]   [~ >]   [* :]
    [> :]   [>]   [:]
    [~ *]   [~]   [  ]", + "options": [ + "[~]", + "[~ > :]", + "[* :]", + "[> :]", + "[~ * :]", + "[~ >]", + "[~ > * :]", + "[*]" + ], + "correct": 7, + "prob_ind": 89 + }, + { + "prompt": "[< ~ & >]   [< ~]   [& >]
    [~ >]   [~]   [>]
    [< &]   [<]   [  ]", + "options": [ + "[< >]", + "[&]", + "[< ~]", + "[<]", + "[>]", + "[< ~ &]", + "[< & >]", + "[< ~ >]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[( * > &]   [( *]   [> &]
    [* &]   [*]   [&]
    [( >]   [(]   [  ]", + "options": [ + "[( > &]", + "[( &]", + "[* > &]", + "[(]", + "[&]", + "[* &]", + "[>]", + "[( * &]" + ], + "correct": 6, + "prob_ind": 91 + }, + { + "prompt": "[: ~ > (]   [: ~]   [> (]
    [~ (]   [~]   [(]
    [: >]   [:]   [  ]", + "options": [ + "[: (]", + "[> (]", + "[(]", + "[: ~]", + "[~]", + "[: ~ > (]", + "[>]", + "[: > (]" + ], + "correct": 6, + "prob_ind": 92 + }, + { + "prompt": "[~ $ ! %]   [~ $]   [! %]
    [$ %]   [$]   [%]
    [~ !]   [~]   [  ]", + "options": [ + "[$ %]", + "[$ ! %]", + "[~ %]", + "[!]", + "[$ !]", + "[~ ! %]", + "[  ]", + "[~ !]" + ], + "correct": 3, + "prob_ind": 93 + }, + { + "prompt": "[: $ ~ >]   [: $]   [~ >]
    [$ >]   [$]   [>]
    [: ~]   [:]   [  ]", + "options": [ + "[>]", + "[~]", + "[~ >]", + "[: $ ~]", + "[$ ~]", + "[: $]", + "[: ~ >]", + "[: ~]" + ], + "correct": 1, + "prob_ind": 94 + }, + { + "prompt": "[! : * <]   [! :]   [* <]
    [: <]   [:]   [<]
    [! *]   [!]   [  ]", + "options": [ + "[! : * <]", + "[*]", + "[: <]", + "[! <]", + "[! *]", + "[  ]", + "[! : *]", + "[* <]" + ], + "correct": 1, + "prob_ind": 95 + }, + { + "prompt": "[( ! $ *]   [( !]   [$ *]
    [! *]   [!]   [*]
    [( $]   [(]   [  ]", + "options": [ + "[  ]", + "[!]", + "[( !]", + "[(]", + "[( $]", + "[( $ *]", + "[( *]", + "[$]" + ], + "correct": 7, + "prob_ind": 96 + }, + { + "prompt": "[> ~ & %]   [> ~]   [& %]
    [~ %]   [~]   [%]
    [> &]   [>]   [  ]", + "options": [ + "[&]", + "[> ~ &]", + "[~ &]", + "[> ~ %]", + "[~ %]", + "[> &]", + "[> ~ & %]", + "[> ~]" + ], + "correct": 0, + "prob_ind": 97 + }, + { + "prompt": "[& ~ $ :]   [& ~]   [$ :]
    [~ :]   [~]   [:]
    [& $]   [&]   [  ]", + "options": [ + "[& :]", + "[~ :]", + "[& ~ $ :]", + "[& ~ $]", + "[$ :]", + "[~]", + "[&]", + "[$]" + ], + "correct": 7, + "prob_ind": 98 + }, + { + "prompt": "[% > ~ :]   [% >]   [~ :]
    [> :]   [>]   [:]
    [% ~]   [%]   [  ]", + "options": [ + "[% > :]", + "[% >]", + "[% > ~]", + "[> ~ :]", + "[~]", + "[% :]", + "[% ~ :]", + "[% > ~ :]" + ], + "correct": 4, + "prob_ind": 99 + } + ], + "c2_set_union": [ + { + "prompt": "[>]   [> (]   [(]
    [~ >]   [~ > ( $]   [( $]
    [~]   [~ $]   [    ]", + "options": [ + "[~ $]", + "[  ]", + "[$]", + "[~ ( $]", + "[> $]", + "[~ > (]", + "[( $]", + "[> (]" + ], + "correct": 2, + "prob_ind": 0 + }, + { + "prompt": "[!]   [! $]   [$]
    [* !]   [* ! $ :]   [$ :]
    [*]   [* :]   [    ]", + "options": [ + "[! :]", + "[  ]", + "[* $ :]", + "[*]", + "[* :]", + "[* ! $ :]", + "[:]", + "[$]" + ], + "correct": 6, + "prob_ind": 1 + }, + { + "prompt": "[*]   [* (]   [(]
    [: *]   [: * ( &]   [( &]
    [:]   [: &]   [    ]", + "options": [ + "[  ]", + "[: * ( &]", + "[: &]", + "[: * (]", + "[: ( &]", + "[&]", + "[: *]", + "[: (]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[>]   [> <]   [<]
    [! >]   [! > < *]   [< *]
    [!]   [! *]   [    ]", + "options": [ + "[>]", + "[! > *]", + "[  ]", + "[! <]", + "[< *]", + "[*]", + "[!]", + "[> < *]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[&]   [& :]   [:]
    [< &]   [< & : !]   [: !]
    [<]   [< !]   [    ]", + "options": [ + "[< & :]", + "[< &]", + "[< !]", + "[< :]", + "[< & !]", + "[& !]", + "[:]", + "[!]" + ], + "correct": 7, + "prob_ind": 4 + }, + { + "prompt": "[(]   [( !]   [!]
    [: (]   [: ( ! &]   [! &]
    [:]   [: &]   [    ]", + "options": [ + "[: !]", + "[: ( &]", + "[( ! &]", + "[&]", + "[( !]", + "[: &]", + "[: ( ! &]", + "[:]" + ], + "correct": 3, + "prob_ind": 5 + }, + { + "prompt": "[$]   [$ ~]   [~]
    [& $]   [& $ ~ :]   [~ :]
    [&]   [& :]   [    ]", + "options": [ + "[  ]", + "[~]", + "[& $]", + "[$ :]", + "[:]", + "[$ ~ :]", + "[$]", + "[& $ :]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[&]   [& $]   [$]
    [< &]   [< & $ >]   [$ >]
    [<]   [< >]   [    ]", + "options": [ + "[< &]", + "[& $ >]", + "[< & >]", + "[>]", + "[& $]", + "[< & $ >]", + "[  ]", + "[< & $]" + ], + "correct": 3, + "prob_ind": 7 + }, + { + "prompt": "[$]   [$ <]   [<]
    [( $]   [( $ < >]   [< >]
    [(]   [( >]   [    ]", + "options": [ + "[$]", + "[< >]", + "[$ >]", + "[$ <]", + "[$ < >]", + "[( $ >]", + "[  ]", + "[>]" + ], + "correct": 7, + "prob_ind": 8 + }, + { + "prompt": "[&]   [& *]   [*]
    [% &]   [% & * (]   [* (]
    [%]   [% (]   [    ]", + "options": [ + "[& (]", + "[*]", + "[% * (]", + "[(]", + "[  ]", + "[& *]", + "[& * (]", + "[% (]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[&]   [& (]   [(]
    [~ &]   [~ & ( *]   [( *]
    [~]   [~ *]   [    ]", + "options": [ + "[(]", + "[~ & ( *]", + "[~ ( *]", + "[& (]", + "[*]", + "[( *]", + "[~ & (]", + "[  ]" + ], + "correct": 4, + "prob_ind": 10 + }, + { + "prompt": "[>]   [> &]   [&]
    [~ >]   [~ > & %]   [& %]
    [~]   [~ %]   [    ]", + "options": [ + "[~ > %]", + "[%]", + "[>]", + "[> &]", + "[~]", + "[~ %]", + "[~ > &]", + "[~ >]" + ], + "correct": 1, + "prob_ind": 11 + }, + { + "prompt": "[>]   [> !]   [!]
    [* >]   [* > ! $]   [! $]
    [*]   [* $]   [    ]", + "options": [ + "[> !]", + "[>]", + "[* > ! $]", + "[$]", + "[* !]", + "[* $]", + "[*]", + "[* ! $]" + ], + "correct": 3, + "prob_ind": 12 + }, + { + "prompt": "[>]   [> %]   [%]
    [< >]   [< > % :]   [% :]
    [<]   [< :]   [    ]", + "options": [ + "[:]", + "[>]", + "[<]", + "[%]", + "[< > %]", + "[< %]", + "[> %]", + "[  ]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[(]   [( $]   [$]
    [* (]   [* ( $ %]   [$ %]
    [*]   [* %]   [    ]", + "options": [ + "[%]", + "[* ( $]", + "[( $ %]", + "[*]", + "[* %]", + "[$]", + "[* $ %]", + "[* ( %]" + ], + "correct": 0, + "prob_ind": 14 + }, + { + "prompt": "[$]   [$ &]   [&]
    [> $]   [> $ & %]   [& %]
    [>]   [> %]   [    ]", + "options": [ + "[>]", + "[> %]", + "[  ]", + "[%]", + "[> $]", + "[$]", + "[> $ & %]", + "[> $ &]" + ], + "correct": 3, + "prob_ind": 15 + }, + { + "prompt": "[~]   [~ *]   [*]
    [! ~]   [! ~ * >]   [* >]
    [!]   [! >]   [    ]", + "options": [ + "[>]", + "[~]", + "[  ]", + "[! ~ >]", + "[~ >]", + "[*]", + "[!]", + "[~ * >]" + ], + "correct": 0, + "prob_ind": 16 + }, + { + "prompt": "[~]   [~ >]   [>]
    [* ~]   [* ~ > $]   [> $]
    [*]   [* $]   [    ]", + "options": [ + "[$]", + "[* ~ >]", + "[>]", + "[~ >]", + "[* ~]", + "[~ > $]", + "[* >]", + "[* > $]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[<]   [< *]   [*]
    [& <]   [& < * $]   [* $]
    [&]   [& $]   [    ]", + "options": [ + "[*]", + "[& <]", + "[& *]", + "[<]", + "[& < $]", + "[  ]", + "[< $]", + "[$]" + ], + "correct": 7, + "prob_ind": 18 + }, + { + "prompt": "[~]   [~ >]   [>]
    [% ~]   [% ~ > :]   [> :]
    [%]   [% :]   [    ]", + "options": [ + "[~ > :]", + "[% > :]", + "[:]", + "[~ :]", + "[>]", + "[% >]", + "[% ~ >]", + "[% ~ > :]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[&]   [& <]   [<]
    [: &]   [: & < >]   [< >]
    [:]   [: >]   [    ]", + "options": [ + "[& <]", + "[: & < >]", + "[< >]", + "[: & <]", + "[>]", + "[&]", + "[: < >]", + "[: <]" + ], + "correct": 4, + "prob_ind": 20 + }, + { + "prompt": "[*]   [* <]   [<]
    [! *]   [! * < :]   [< :]
    [!]   [! :]   [    ]", + "options": [ + "[! * < :]", + "[*]", + "[!]", + "[  ]", + "[:]", + "[! <]", + "[* <]", + "[* < :]" + ], + "correct": 4, + "prob_ind": 21 + }, + { + "prompt": "[*]   [* $]   [$]
    [~ *]   [~ * $ &]   [$ &]
    [~]   [~ &]   [    ]", + "options": [ + "[$ &]", + "[$]", + "[&]", + "[* &]", + "[* $ &]", + "[~ *]", + "[* $]", + "[*]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[~]   [~ *]   [*]
    [$ ~]   [$ ~ * :]   [* :]
    [$]   [$ :]   [    ]", + "options": [ + "[$ *]", + "[$ :]", + "[:]", + "[$ ~ *]", + "[~ :]", + "[$ * :]", + "[$]", + "[*]" + ], + "correct": 2, + "prob_ind": 23 + }, + { + "prompt": "[>]   [> *]   [*]
    [: >]   [: > * <]   [* <]
    [:]   [: <]   [    ]", + "options": [ + "[*]", + "[: > <]", + "[>]", + "[: > * <]", + "[  ]", + "[> *]", + "[> * <]", + "[<]" + ], + "correct": 7, + "prob_ind": 24 + }, + { + "prompt": "[(]   [( *]   [*]
    [$ (]   [$ ( * &]   [* &]
    [$]   [$ &]   [    ]", + "options": [ + "[$ ( * &]", + "[$]", + "[( &]", + "[&]", + "[* &]", + "[$ (]", + "[  ]", + "[( *]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[:]   [: <]   [<]
    [! :]   [! : < >]   [< >]
    [!]   [! >]   [    ]", + "options": [ + "[  ]", + "[>]", + "[: < >]", + "[! < >]", + "[! : <]", + "[! : < >]", + "[: <]", + "[: >]" + ], + "correct": 1, + "prob_ind": 26 + }, + { + "prompt": "[$]   [$ %]   [%]
    [~ $]   [~ $ % *]   [% *]
    [~]   [~ *]   [    ]", + "options": [ + "[*]", + "[  ]", + "[% *]", + "[~ $]", + "[~ % *]", + "[~ %]", + "[$]", + "[~ $ %]" + ], + "correct": 0, + "prob_ind": 27 + }, + { + "prompt": "[~]   [~ (]   [(]
    [* ~]   [* ~ ( <]   [( <]
    [*]   [* <]   [    ]", + "options": [ + "[* ~ ( <]", + "[<]", + "[~ <]", + "[(]", + "[  ]", + "[* (]", + "[* ~]", + "[~ ( <]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[>]   [> ~]   [~]
    [$ >]   [$ > ~ :]   [~ :]
    [$]   [$ :]   [    ]", + "options": [ + "[$ > ~]", + "[$ :]", + "[$ ~ :]", + "[$ >]", + "[>]", + "[:]", + "[$ > :]", + "[  ]" + ], + "correct": 5, + "prob_ind": 29 + }, + { + "prompt": "[(]   [( ~]   [~]
    [: (]   [: ( ~ !]   [~ !]
    [:]   [: !]   [    ]", + "options": [ + "[: (]", + "[( ~ !]", + "[:]", + "[  ]", + "[!]", + "[: ~ !]", + "[: ( ~]", + "[: ( !]" + ], + "correct": 4, + "prob_ind": 30 + }, + { + "prompt": "[(]   [( :]   [:]
    [$ (]   [$ ( : *]   [: *]
    [$]   [$ *]   [    ]", + "options": [ + "[$ ( *]", + "[$ :]", + "[  ]", + "[:]", + "[*]", + "[(]", + "[( :]", + "[( : *]" + ], + "correct": 4, + "prob_ind": 31 + }, + { + "prompt": "[!]   [! $]   [$]
    [( !]   [( ! $ *]   [$ *]
    [(]   [( *]   [    ]", + "options": [ + "[( *]", + "[( ! $ *]", + "[*]", + "[  ]", + "[! $ *]", + "[!]", + "[( !]", + "[( ! *]" + ], + "correct": 2, + "prob_ind": 32 + }, + { + "prompt": "[(]   [( <]   [<]
    [* (]   [* ( < &]   [< &]
    [*]   [* &]   [    ]", + "options": [ + "[( < &]", + "[* &]", + "[*]", + "[&]", + "[(]", + "[* < &]", + "[( <]", + "[* ( < &]" + ], + "correct": 3, + "prob_ind": 33 + }, + { + "prompt": "[>]   [> (]   [(]
    [$ >]   [$ > ( :]   [( :]
    [$]   [$ :]   [    ]", + "options": [ + "[$ >]", + "[> (]", + "[$ ( :]", + "[$ > (]", + "[( :]", + "[> ( :]", + "[  ]", + "[:]" + ], + "correct": 7, + "prob_ind": 34 + }, + { + "prompt": "[&]   [& :]   [:]
    [! &]   [! & : >]   [: >]
    [!]   [! >]   [    ]", + "options": [ + "[! &]", + "[>]", + "[  ]", + "[&]", + "[! & :]", + "[& :]", + "[!]", + "[: >]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[*]   [* :]   [:]
    [~ *]   [~ * : <]   [: <]
    [~]   [~ <]   [    ]", + "options": [ + "[<]", + "[* : <]", + "[~ <]", + "[~]", + "[* <]", + "[~ : <]", + "[* :]", + "[  ]" + ], + "correct": 0, + "prob_ind": 36 + }, + { + "prompt": "[(]   [( &]   [&]
    [> (]   [> ( & *]   [& *]
    [>]   [> *]   [    ]", + "options": [ + "[> & *]", + "[(]", + "[*]", + "[( *]", + "[> &]", + "[>]", + "[&]", + "[> ( & *]" + ], + "correct": 2, + "prob_ind": 37 + }, + { + "prompt": "[:]   [: (]   [(]
    [> :]   [> : ( *]   [( *]
    [>]   [> *]   [    ]", + "options": [ + "[  ]", + "[: *]", + "[> *]", + "[> : ( *]", + "[*]", + "[: (]", + "[> : *]", + "[> : (]" + ], + "correct": 4, + "prob_ind": 38 + }, + { + "prompt": "[(]   [( <]   [<]
    [> (]   [> ( < !]   [< !]
    [>]   [> !]   [    ]", + "options": [ + "[> < !]", + "[> !]", + "[> ( !]", + "[  ]", + "[<]", + "[!]", + "[( < !]", + "[> <]" + ], + "correct": 5, + "prob_ind": 39 + }, + { + "prompt": "[%]   [% !]   [!]
    [> %]   [> % ! <]   [! <]
    [>]   [> <]   [    ]", + "options": [ + "[> % <]", + "[! <]", + "[% <]", + "[%]", + "[% !]", + "[  ]", + "[<]", + "[> !]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[!]   [! *]   [*]
    [: !]   [: ! * >]   [* >]
    [:]   [: >]   [    ]", + "options": [ + "[>]", + "[: !]", + "[! >]", + "[: ! >]", + "[: * >]", + "[:]", + "[: ! * >]", + "[*]" + ], + "correct": 0, + "prob_ind": 41 + }, + { + "prompt": "[<]   [< *]   [*]
    [> <]   [> < * &]   [* &]
    [>]   [> &]   [    ]", + "options": [ + "[>]", + "[&]", + "[* &]", + "[> &]", + "[> < * &]", + "[> <]", + "[< *]", + "[<]" + ], + "correct": 1, + "prob_ind": 42 + }, + { + "prompt": "[&]   [& *]   [*]
    [: &]   [: & * ~]   [* ~]
    [:]   [: ~]   [    ]", + "options": [ + "[: & *]", + "[& * ~]", + "[: & ~]", + "[~]", + "[  ]", + "[& *]", + "[*]", + "[* ~]" + ], + "correct": 3, + "prob_ind": 43 + }, + { + "prompt": "[%]   [% :]   [:]
    [* %]   [* % : &]   [: &]
    [*]   [* &]   [    ]", + "options": [ + "[  ]", + "[* % : &]", + "[&]", + "[* &]", + "[%]", + "[* % &]", + "[*]", + "[:]" + ], + "correct": 2, + "prob_ind": 44 + }, + { + "prompt": "[&]   [& (]   [(]
    [< &]   [< & ( ~]   [( ~]
    [<]   [< ~]   [    ]", + "options": [ + "[< &]", + "[< & ~]", + "[~]", + "[&]", + "[& ~]", + "[< ~]", + "[  ]", + "[& (]" + ], + "correct": 2, + "prob_ind": 45 + }, + { + "prompt": "[$]   [$ ~]   [~]
    [! $]   [! $ ~ <]   [~ <]
    [!]   [! <]   [    ]", + "options": [ + "[! ~ <]", + "[$ ~]", + "[<]", + "[$]", + "[! $ <]", + "[! $ ~ <]", + "[! <]", + "[$ <]" + ], + "correct": 2, + "prob_ind": 46 + }, + { + "prompt": "[&]   [& <]   [<]
    [~ &]   [~ & < *]   [< *]
    [~]   [~ *]   [    ]", + "options": [ + "[& < *]", + "[~ & <]", + "[& <]", + "[*]", + "[~ < *]", + "[~ <]", + "[~ & < *]", + "[~ &]" + ], + "correct": 3, + "prob_ind": 47 + }, + { + "prompt": "[>]   [> ~]   [~]
    [( >]   [( > ~ <]   [~ <]
    [(]   [( <]   [    ]", + "options": [ + "[> <]", + "[( > <]", + "[( > ~ <]", + "[( > ~]", + "[( ~]", + "[~ <]", + "[  ]", + "[<]" + ], + "correct": 7, + "prob_ind": 48 + }, + { + "prompt": "[&]   [& *]   [*]
    [$ &]   [$ & * !]   [* !]
    [$]   [$ !]   [    ]", + "options": [ + "[$ * !]", + "[  ]", + "[$ & *]", + "[$ & * !]", + "[!]", + "[& *]", + "[& !]", + "[$ *]" + ], + "correct": 4, + "prob_ind": 49 + }, + { + "prompt": "[>]   [> (]   [(]
    [! >]   [! > ( &]   [( &]
    [!]   [! &]   [    ]", + "options": [ + "[&]", + "[! > ( &]", + "[! ( &]", + "[! &]", + "[>]", + "[! > (]", + "[! > &]", + "[( &]" + ], + "correct": 0, + "prob_ind": 50 + }, + { + "prompt": "[$]   [$ %]   [%]
    [< $]   [< $ % !]   [% !]
    [<]   [< !]   [    ]", + "options": [ + "[% !]", + "[< % !]", + "[$ % !]", + "[  ]", + "[$]", + "[< $ % !]", + "[!]", + "[$ %]" + ], + "correct": 6, + "prob_ind": 51 + }, + { + "prompt": "[<]   [< %]   [%]
    [> <]   [> < % *]   [% *]
    [>]   [> *]   [    ]", + "options": [ + "[< %]", + "[> *]", + "[> <]", + "[% *]", + "[*]", + "[> < *]", + "[> < % *]", + "[> < %]" + ], + "correct": 4, + "prob_ind": 52 + }, + { + "prompt": "[$]   [$ *]   [*]
    [< $]   [< $ * :]   [* :]
    [<]   [< :]   [    ]", + "options": [ + "[< $]", + "[$]", + "[:]", + "[< $ * :]", + "[<]", + "[* :]", + "[$ :]", + "[*]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[<]   [< $]   [$]
    [! <]   [! < $ (]   [$ (]
    [!]   [! (]   [    ]", + "options": [ + "[! < $]", + "[! < (]", + "[! $]", + "[< $ (]", + "[(]", + "[<]", + "[! $ (]", + "[  ]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[(]   [( !]   [!]
    [$ (]   [$ ( ! :]   [! :]
    [$]   [$ :]   [    ]", + "options": [ + "[:]", + "[$ ( :]", + "[!]", + "[( :]", + "[$ :]", + "[(]", + "[$ ( !]", + "[$ !]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[>]   [> $]   [$]
    [% >]   [% > $ ~]   [$ ~]
    [%]   [% ~]   [    ]", + "options": [ + "[$ ~]", + "[~]", + "[% $]", + "[% > $ ~]", + "[% > ~]", + "[> ~]", + "[% ~]", + "[> $ ~]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[>]   [> ~]   [~]
    [% >]   [% > ~ !]   [~ !]
    [%]   [% !]   [    ]", + "options": [ + "[> ~ !]", + "[> ~]", + "[% > !]", + "[~ !]", + "[% ~ !]", + "[!]", + "[% >]", + "[>]" + ], + "correct": 5, + "prob_ind": 57 + }, + { + "prompt": "[(]   [( ~]   [~]
    [% (]   [% ( ~ >]   [~ >]
    [%]   [% >]   [    ]", + "options": [ + "[>]", + "[% ~ >]", + "[~]", + "[% ( ~]", + "[( ~ >]", + "[% >]", + "[% ( ~ >]", + "[%]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[$]   [$ (]   [(]
    [& $]   [& $ ( <]   [( <]
    [&]   [& <]   [    ]", + "options": [ + "[& $]", + "[& ( <]", + "[$ <]", + "[<]", + "[$]", + "[(]", + "[& (]", + "[& $ (]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[<]   [< (]   [(]
    [% <]   [% < ( $]   [( $]
    [%]   [% $]   [    ]", + "options": [ + "[% ( $]", + "[  ]", + "[%]", + "[< (]", + "[% <]", + "[< ( $]", + "[<]", + "[$]" + ], + "correct": 7, + "prob_ind": 60 + }, + { + "prompt": "[~]   [~ <]   [<]
    [% ~]   [% ~ < &]   [< &]
    [%]   [% &]   [    ]", + "options": [ + "[% < &]", + "[% ~]", + "[&]", + "[~]", + "[% ~ &]", + "[% ~ <]", + "[<]", + "[~ &]" + ], + "correct": 2, + "prob_ind": 61 + }, + { + "prompt": "[*]   [* ~]   [~]
    [( *]   [( * ~ :]   [~ :]
    [(]   [( :]   [    ]", + "options": [ + "[( * :]", + "[*]", + "[( ~]", + "[~]", + "[:]", + "[( * ~]", + "[* :]", + "[* ~ :]" + ], + "correct": 4, + "prob_ind": 62 + }, + { + "prompt": "[(]   [( &]   [&]
    [: (]   [: ( & ~]   [& ~]
    [:]   [: ~]   [    ]", + "options": [ + "[( & ~]", + "[&]", + "[: ( & ~]", + "[~]", + "[: (]", + "[& ~]", + "[: & ~]", + "[:]" + ], + "correct": 3, + "prob_ind": 63 + }, + { + "prompt": "[<]   [< ~]   [~]
    [* <]   [* < ~ >]   [~ >]
    [*]   [* >]   [    ]", + "options": [ + "[  ]", + "[~]", + "[* < >]", + "[* < ~ >]", + "[< ~ >]", + "[>]", + "[* ~ >]", + "[< ~]" + ], + "correct": 5, + "prob_ind": 64 + }, + { + "prompt": "[$]   [$ ~]   [~]
    [< $]   [< $ ~ :]   [~ :]
    [<]   [< :]   [    ]", + "options": [ + "[:]", + "[  ]", + "[<]", + "[$ ~]", + "[< $ :]", + "[< $]", + "[< ~]", + "[< :]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[$]   [$ >]   [>]
    [< $]   [< $ > *]   [> *]
    [<]   [< *]   [    ]", + "options": [ + "[$]", + "[*]", + "[<]", + "[> *]", + "[$ *]", + "[< >]", + "[>]", + "[< $]" + ], + "correct": 1, + "prob_ind": 66 + }, + { + "prompt": "[&]   [& (]   [(]
    [: &]   [: & ( <]   [( <]
    [:]   [: <]   [    ]", + "options": [ + "[& ( <]", + "[( <]", + "[: & (]", + "[: (]", + "[<]", + "[: <]", + "[: & ( <]", + "[: & <]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[:]   [: !]   [!]
    [$ :]   [$ : ! &]   [! &]
    [$]   [$ &]   [    ]", + "options": [ + "[$ : !]", + "[!]", + "[! &]", + "[$ : ! &]", + "[&]", + "[: &]", + "[$ ! &]", + "[: ! &]" + ], + "correct": 4, + "prob_ind": 68 + }, + { + "prompt": "[:]   [: *]   [*]
    [! :]   [! : * %]   [* %]
    [!]   [! %]   [    ]", + "options": [ + "[  ]", + "[%]", + "[! : %]", + "[* %]", + "[! : *]", + "[:]", + "[: %]", + "[! : * %]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[$]   [$ ~]   [~]
    [% $]   [% $ ~ <]   [~ <]
    [%]   [% <]   [    ]", + "options": [ + "[% $]", + "[% ~]", + "[$]", + "[% $ <]", + "[%]", + "[<]", + "[  ]", + "[% $ ~]" + ], + "correct": 5, + "prob_ind": 70 + }, + { + "prompt": "[&]   [& $]   [$]
    [> &]   [> & $ :]   [$ :]
    [>]   [> :]   [    ]", + "options": [ + "[& $]", + "[:]", + "[> $]", + "[$]", + "[> &]", + "[>]", + "[> $ :]", + "[> & $]" + ], + "correct": 1, + "prob_ind": 71 + }, + { + "prompt": "[!]   [! (]   [(]
    [% !]   [% ! ( ~]   [( ~]
    [%]   [% ~]   [    ]", + "options": [ + "[~]", + "[% ! ( ~]", + "[! (]", + "[!]", + "[  ]", + "[% !]", + "[(]", + "[! ~]" + ], + "correct": 0, + "prob_ind": 72 + }, + { + "prompt": "[<]   [< &]   [&]
    [! <]   [! < & *]   [& *]
    [!]   [! *]   [    ]", + "options": [ + "[! &]", + "[! < *]", + "[*]", + "[< &]", + "[! < &]", + "[! <]", + "[! < & *]", + "[! & *]" + ], + "correct": 2, + "prob_ind": 73 + }, + { + "prompt": "[!]   [! $]   [$]
    [: !]   [: ! $ ~]   [$ ~]
    [:]   [: ~]   [    ]", + "options": [ + "[~]", + "[! $ ~]", + "[: ! $ ~]", + "[!]", + "[: ~]", + "[: $]", + "[$ ~]", + "[:]" + ], + "correct": 0, + "prob_ind": 74 + }, + { + "prompt": "[$]   [$ %]   [%]
    [: $]   [: $ % *]   [% *]
    [:]   [: *]   [    ]", + "options": [ + "[: $ %]", + "[$ *]", + "[$ % *]", + "[%]", + "[: $]", + "[*]", + "[% *]", + "[: %]" + ], + "correct": 5, + "prob_ind": 75 + }, + { + "prompt": "[*]   [* >]   [>]
    [~ *]   [~ * > &]   [> &]
    [~]   [~ &]   [    ]", + "options": [ + "[~ > &]", + "[>]", + "[*]", + "[* &]", + "[~]", + "[* > &]", + "[~ * > &]", + "[&]" + ], + "correct": 7, + "prob_ind": 76 + }, + { + "prompt": "[:]   [: !]   [!]
    [& :]   [& : ! *]   [! *]
    [&]   [& *]   [    ]", + "options": [ + "[  ]", + "[& : *]", + "[& !]", + "[*]", + "[& : ! *]", + "[& : !]", + "[& ! *]", + "[& :]" + ], + "correct": 3, + "prob_ind": 77 + }, + { + "prompt": "[~]   [~ >]   [>]
    [: ~]   [: ~ > *]   [> *]
    [:]   [: *]   [    ]", + "options": [ + "[: >]", + "[: *]", + "[*]", + "[~ *]", + "[: ~ > *]", + "[> *]", + "[: ~ *]", + "[~]" + ], + "correct": 2, + "prob_ind": 78 + }, + { + "prompt": "[>]   [> (]   [(]
    [% >]   [% > ( :]   [( :]
    [%]   [% :]   [    ]", + "options": [ + "[(]", + "[% > :]", + "[( :]", + "[> ( :]", + "[  ]", + "[:]", + "[> :]", + "[% > (]" + ], + "correct": 5, + "prob_ind": 79 + }, + { + "prompt": "[~]   [~ $]   [$]
    [> ~]   [> ~ $ <]   [$ <]
    [>]   [> <]   [    ]", + "options": [ + "[> ~ <]", + "[>]", + "[> <]", + "[<]", + "[> ~ $ <]", + "[> ~ $]", + "[  ]", + "[~ $]" + ], + "correct": 3, + "prob_ind": 80 + }, + { + "prompt": "[~]   [~ !]   [!]
    [* ~]   [* ~ ! &]   [! &]
    [*]   [* &]   [    ]", + "options": [ + "[* ~]", + "[! &]", + "[~ !]", + "[* !]", + "[&]", + "[* ~ &]", + "[* ~ ! &]", + "[* ~ !]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[!]   [! *]   [*]
    [< !]   [< ! * $]   [* $]
    [<]   [< $]   [    ]", + "options": [ + "[< ! * $]", + "[! * $]", + "[< ! *]", + "[< ! $]", + "[  ]", + "[$]", + "[< *]", + "[<]" + ], + "correct": 5, + "prob_ind": 82 + }, + { + "prompt": "[!]   [! :]   [:]
    [< !]   [< ! : %]   [: %]
    [<]   [< %]   [    ]", + "options": [ + "[< !]", + "[< ! %]", + "[< :]", + "[%]", + "[! %]", + "[< %]", + "[:]", + "[  ]" + ], + "correct": 3, + "prob_ind": 83 + }, + { + "prompt": "[<]   [< ~]   [~]
    [% <]   [% < ~ (]   [~ (]
    [%]   [% (]   [    ]", + "options": [ + "[% < ~]", + "[~ (]", + "[% ~ (]", + "[% < (]", + "[< ~ (]", + "[% ~]", + "[  ]", + "[(]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[$]   [$ %]   [%]
    [& $]   [& $ % *]   [% *]
    [&]   [& *]   [    ]", + "options": [ + "[*]", + "[& $ *]", + "[% *]", + "[& % *]", + "[$]", + "[& %]", + "[& $ %]", + "[%]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[>]   [> :]   [:]
    [% >]   [% > : !]   [: !]
    [%]   [% !]   [    ]", + "options": [ + "[>]", + "[:]", + "[> :]", + "[!]", + "[> !]", + "[% > :]", + "[  ]", + "[% > !]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[:]   [: $]   [$]
    [* :]   [* : $ &]   [$ &]
    [*]   [* &]   [    ]", + "options": [ + "[* : $ &]", + "[: &]", + "[$]", + "[* : $]", + "[$ &]", + "[&]", + "[*]", + "[  ]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[&]   [& *]   [*]
    [! &]   [! & * (]   [* (]
    [!]   [! (]   [    ]", + "options": [ + "[  ]", + "[! & * (]", + "[! &]", + "[*]", + "[! & (]", + "[* (]", + "[&]", + "[(]" + ], + "correct": 7, + "prob_ind": 88 + }, + { + "prompt": "[>]   [> :]   [:]
    [( >]   [( > : ~]   [: ~]
    [(]   [( ~]   [    ]", + "options": [ + "[  ]", + "[~]", + "[:]", + "[( > : ~]", + "[( ~]", + "[( > ~]", + "[> ~]", + "[> : ~]" + ], + "correct": 1, + "prob_ind": 89 + }, + { + "prompt": "[~]   [~ <]   [<]
    [( ~]   [( ~ < $]   [< $]
    [(]   [( $]   [    ]", + "options": [ + "[( <]", + "[<]", + "[$]", + "[( ~ <]", + "[( ~ $]", + "[~]", + "[~ $]", + "[~ < $]" + ], + "correct": 2, + "prob_ind": 90 + }, + { + "prompt": "[%]   [% :]   [:]
    [( %]   [( % : $]   [: $]
    [(]   [( $]   [    ]", + "options": [ + "[:]", + "[: $]", + "[( %]", + "[$]", + "[( : $]", + "[  ]", + "[( $]", + "[( % :]" + ], + "correct": 3, + "prob_ind": 91 + }, + { + "prompt": "[(]   [( >]   [>]
    [! (]   [! ( > ~]   [> ~]
    [!]   [! ~]   [    ]", + "options": [ + "[! (]", + "[! ( >]", + "[~]", + "[! > ~]", + "[! ( > ~]", + "[(]", + "[! ~]", + "[>]" + ], + "correct": 2, + "prob_ind": 92 + }, + { + "prompt": "[!]   [! $]   [$]
    [< !]   [< ! $ :]   [$ :]
    [<]   [< :]   [    ]", + "options": [ + "[:]", + "[$]", + "[<]", + "[! $]", + "[< !]", + "[  ]", + "[! :]", + "[! $ :]" + ], + "correct": 0, + "prob_ind": 93 + }, + { + "prompt": "[:]   [: >]   [>]
    [* :]   [* : > %]   [> %]
    [*]   [* %]   [    ]", + "options": [ + "[* >]", + "[* : %]", + "[: %]", + "[* %]", + "[* : >]", + "[%]", + "[>]", + "[: >]" + ], + "correct": 5, + "prob_ind": 94 + }, + { + "prompt": "[!]   [! <]   [<]
    [: !]   [: ! < ~]   [< ~]
    [:]   [: ~]   [    ]", + "options": [ + "[: ! ~]", + "[: ! <]", + "[: < ~]", + "[: !]", + "[! < ~]", + "[! ~]", + "[: ~]", + "[~]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[(]   [( %]   [%]
    [~ (]   [~ ( % *]   [% *]
    [~]   [~ *]   [    ]", + "options": [ + "[*]", + "[(]", + "[~]", + "[~ (]", + "[~ ( %]", + "[% *]", + "[~ ( % *]", + "[( % *]" + ], + "correct": 0, + "prob_ind": 96 + }, + { + "prompt": "[$]   [$ %]   [%]
    [< $]   [< $ % &]   [% &]
    [<]   [< &]   [    ]", + "options": [ + "[$ % &]", + "[<]", + "[$]", + "[$ &]", + "[  ]", + "[% &]", + "[< % &]", + "[&]" + ], + "correct": 7, + "prob_ind": 97 + }, + { + "prompt": "[~]   [~ %]   [%]
    [> ~]   [> ~ % <]   [% <]
    [>]   [> <]   [    ]", + "options": [ + "[> ~ %]", + "[> %]", + "[>]", + "[<]", + "[%]", + "[~ <]", + "[~ %]", + "[~ % <]" + ], + "correct": 3, + "prob_ind": 98 + }, + { + "prompt": "[%]   [% :]   [:]
    [~ %]   [~ % : (]   [: (]
    [~]   [~ (]   [    ]", + "options": [ + "[: (]", + "[(]", + "[~ : (]", + "[% : (]", + "[~]", + "[~ % :]", + "[~ % (]", + "[~ %]" + ], + "correct": 1, + "prob_ind": 99 + } + ], + "AND": [ + { + "prompt": "[& ( !]   [~ ( !]   [( !]
    [& ( <]   [~ ( <]   [( <]
    [& (]   [~ (]   [    ]", + "options": [ + "[~ ( !]", + "[~ !]", + "[& ~ ( <]", + "[( <]", + "[~ ( <]", + "[(]", + "[( !]", + "[& ( <]" + ], + "correct": 5, + "prob_ind": 0 + }, + { + "prompt": "[( & $]   [> & $]   [& $]
    [( & !]   [> & !]   [& !]
    [( &]   [> &]   [    ]", + "options": [ + "[( & !]", + "[> & !]", + "[( $]", + "[> & $]", + "[&]", + "[  ]", + "[( > !]", + "[( > & !]" + ], + "correct": 4, + "prob_ind": 1 + }, + { + "prompt": "[: < &]   [$ < &]   [< &]
    [: < (]   [$ < (]   [< (]
    [: <]   [$ <]   [    ]", + "options": [ + "[( &]", + "[$ < &]", + "[$ (]", + "[: $ &]", + "[: <]", + "[: &]", + "[: $]", + "[<]" + ], + "correct": 7, + "prob_ind": 2 + }, + { + "prompt": "[% < !]   [~ < !]   [< !]
    [% < (]   [~ < (]   [< (]
    [% <]   [~ <]   [    ]", + "options": [ + "[% < (]", + "[% ~ < (]", + "[< ( !]", + "[~ <]", + "[( !]", + "[<]", + "[% < !]", + "[~ (]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[~ * (]   [< * (]   [* (]
    [~ * &]   [< * &]   [* &]
    [~ *]   [< *]   [    ]", + "options": [ + "[<]", + "[*]", + "[~ * (]", + "[~ < &]", + "[~ < * &]", + "[< *]", + "[~ < * (]", + "[~ * &]" + ], + "correct": 1, + "prob_ind": 4 + }, + { + "prompt": "[< % >]   [& % >]   [% >]
    [< % *]   [& % *]   [% *]
    [< %]   [& %]   [    ]", + "options": [ + "[*]", + "[< *]", + "[& % >]", + "[% >]", + "[%]", + "[& % * >]", + "[< & %]", + "[< %]" + ], + "correct": 4, + "prob_ind": 5 + }, + { + "prompt": "[! % $]   [& % $]   [% $]
    [! % >]   [& % >]   [% >]
    [! %]   [& %]   [    ]", + "options": [ + "[& > $]", + "[! & >]", + "[%]", + "[& % >]", + "[! %]", + "[! $]", + "[& % $]", + "[&]" + ], + "correct": 2, + "prob_ind": 6 + }, + { + "prompt": "[* $ &]   [> $ &]   [$ &]
    [* $ !]   [> $ !]   [$ !]
    [* $]   [> $]   [    ]", + "options": [ + "[* !]", + "[* &]", + "[* $ &]", + "[$]", + "[* >]", + "[> $ ! &]", + "[! &]", + "[* > ! &]" + ], + "correct": 3, + "prob_ind": 7 + }, + { + "prompt": "[: > %]   [( > %]   [> %]
    [: > *]   [( > *]   [> *]
    [: >]   [( >]   [    ]", + "options": [ + "[: > * %]", + "[  ]", + "[( * %]", + "[: ( > %]", + "[( >]", + "[>]", + "[: ( *]", + "[( > %]" + ], + "correct": 5, + "prob_ind": 8 + }, + { + "prompt": "[& ~ (]   [< ~ (]   [~ (]
    [& ~ :]   [< ~ :]   [~ :]
    [& ~]   [< ~]   [    ]", + "options": [ + "[< : (]", + "[~ :]", + "[& < ~]", + "[< ~]", + "[~]", + "[& :]", + "[& ~ :]", + "[& ~]" + ], + "correct": 4, + "prob_ind": 9 + }, + { + "prompt": "[% : !]   [< : !]   [: !]
    [% : ~]   [< : ~]   [: ~]
    [% :]   [< :]   [    ]", + "options": [ + "[%]", + "[% : !]", + "[~]", + "[:]", + "[% < : ~]", + "[: ~]", + "[<]", + "[% < !]" + ], + "correct": 3, + "prob_ind": 10 + }, + { + "prompt": "[& * %]   [$ * %]   [* %]
    [& * ~]   [$ * ~]   [* ~]
    [& *]   [$ *]   [    ]", + "options": [ + "[& $ * ~ %]", + "[& %]", + "[*]", + "[$ %]", + "[& $ * %]", + "[& * %]", + "[$ * ~ %]", + "[%]" + ], + "correct": 2, + "prob_ind": 11 + }, + { + "prompt": "[< * %]   [( * %]   [* %]
    [< * >]   [( * >]   [* >]
    [< *]   [( *]   [    ]", + "options": [ + "[  ]", + "[(]", + "[< > %]", + "[< ( * > %]", + "[( >]", + "[< * %]", + "[( > %]", + "[*]" + ], + "correct": 7, + "prob_ind": 12 + }, + { + "prompt": "[% < >]   [~ < >]   [< >]
    [% < &]   [~ < &]   [< &]
    [% <]   [~ <]   [    ]", + "options": [ + "[% ~ >]", + "[% <]", + "[%]", + "[% ~]", + "[~ < & >]", + "[% & >]", + "[< & >]", + "[<]" + ], + "correct": 7, + "prob_ind": 13 + }, + { + "prompt": "[% $ !]   [* $ !]   [$ !]
    [% $ >]   [* $ >]   [$ >]
    [% $]   [* $]   [    ]", + "options": [ + "[% !]", + "[% * $]", + "[% $ !]", + "[$]", + "[> !]", + "[$ >]", + "[* $]", + "[% * $ > !]" + ], + "correct": 3, + "prob_ind": 14 + }, + { + "prompt": "[( % $]   [: % $]   [% $]
    [( % *]   [: % *]   [% *]
    [( %]   [: %]   [    ]", + "options": [ + "[: $]", + "[( : % * $]", + "[: % *]", + "[(]", + "[( : %]", + "[%]", + "[( * $]", + "[  ]" + ], + "correct": 5, + "prob_ind": 15 + }, + { + "prompt": "[$ : &]   [< : &]   [: &]
    [$ : ~]   [< : ~]   [: ~]
    [$ :]   [< :]   [    ]", + "options": [ + "[$ < &]", + "[< ~ &]", + "[$ ~ &]", + "[$ : ~]", + "[:]", + "[< : ~ &]", + "[~ &]", + "[$ < :]" + ], + "correct": 4, + "prob_ind": 16 + }, + { + "prompt": "[* > (]   [~ > (]   [> (]
    [* > $]   [~ > $]   [> $]
    [* >]   [~ >]   [    ]", + "options": [ + "[* ~ > (]", + "[* > (]", + "[>]", + "[* $]", + "[~ $]", + "[> (]", + "[* ~ $]", + "[* ~ $ (]" + ], + "correct": 2, + "prob_ind": 17 + }, + { + "prompt": "[$ ( !]   [* ( !]   [( !]
    [$ ( :]   [* ( :]   [( :]
    [$ (]   [* (]   [    ]", + "options": [ + "[$ * ( !]", + "[* : !]", + "[* ( !]", + "[  ]", + "[(]", + "[* ( :]", + "[$ :]", + "[$ ( : !]" + ], + "correct": 4, + "prob_ind": 18 + }, + { + "prompt": "[< > :]   [( > :]   [> :]
    [< > ~]   [( > ~]   [> ~]
    [< >]   [( >]   [    ]", + "options": [ + "[> ~ :]", + "[< > :]", + "[( ~]", + "[( > ~ :]", + "[< >]", + "[<]", + "[> :]", + "[>]" + ], + "correct": 7, + "prob_ind": 19 + }, + { + "prompt": "[$ : !]   [& : !]   [: !]
    [$ : (]   [& : (]   [: (]
    [$ :]   [& :]   [    ]", + "options": [ + "[$ &]", + "[:]", + "[$ !]", + "[$ :]", + "[$ & :]", + "[&]", + "[$ ( !]", + "[& ( !]" + ], + "correct": 1, + "prob_ind": 20 + }, + { + "prompt": "[< % $]   [& % $]   [% $]
    [< % :]   [& % :]   [% :]
    [< %]   [& %]   [    ]", + "options": [ + "[  ]", + "[%]", + "[& %]", + "[% :]", + "[< & %]", + "[% : $]", + "[$]", + "[& % :]" + ], + "correct": 1, + "prob_ind": 21 + }, + { + "prompt": "[: > $]   [( > $]   [> $]
    [: > ~]   [( > ~]   [> ~]
    [: >]   [( >]   [    ]", + "options": [ + "[( > ~ $]", + "[: ( > ~]", + "[: ( ~]", + "[> ~]", + "[: ~]", + "[: $]", + "[>]", + "[: ( >]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[< * %]   [: * %]   [* %]
    [< * >]   [: * >]   [* >]
    [< *]   [: *]   [    ]", + "options": [ + "[< * > %]", + "[< : > %]", + "[< :]", + "[< * %]", + "[: > %]", + "[< : *]", + "[*]", + "[: * >]" + ], + "correct": 6, + "prob_ind": 23 + }, + { + "prompt": "[% & :]   [! & :]   [& :]
    [% & *]   [! & *]   [& *]
    [% &]   [! &]   [    ]", + "options": [ + "[% ! :]", + "[% *]", + "[! & *]", + "[% ! &]", + "[&]", + "[! & :]", + "[% & * :]", + "[  ]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[* ~ %]   [( ~ %]   [~ %]
    [* ~ <]   [( ~ <]   [~ <]
    [* ~]   [( ~]   [    ]", + "options": [ + "[~]", + "[* ~ < %]", + "[* < %]", + "[( ~ < %]", + "[( <]", + "[( ~ %]", + "[~ %]", + "[* ( ~ < %]" + ], + "correct": 0, + "prob_ind": 25 + }, + { + "prompt": "[% ( >]   [* ( >]   [( >]
    [% ( &]   [* ( &]   [( &]
    [% (]   [* (]   [    ]", + "options": [ + "[* ( &]", + "[>]", + "[( & >]", + "[%]", + "[* &]", + "[& >]", + "[% >]", + "[(]" + ], + "correct": 7, + "prob_ind": 26 + }, + { + "prompt": "[~ < $]   [* < $]   [< $]
    [~ < (]   [* < (]   [< (]
    [~ <]   [* <]   [    ]", + "options": [ + "[< $]", + "[~ < ( $]", + "[~ <]", + "[<]", + "[~ * ( $]", + "[~ < $]", + "[* < $]", + "[~ $]" + ], + "correct": 3, + "prob_ind": 27 + }, + { + "prompt": "[: & (]   [~ & (]   [& (]
    [: & >]   [~ & >]   [& >]
    [: &]   [~ &]   [    ]", + "options": [ + "[: >]", + "[& (]", + "[: & >]", + "[: > (]", + "[~ &]", + "[: ~ (]", + "[~ >]", + "[&]" + ], + "correct": 7, + "prob_ind": 28 + }, + { + "prompt": "[: & ~]   [! & ~]   [& ~]
    [: & *]   [! & *]   [& *]
    [: &]   [! &]   [    ]", + "options": [ + "[! & *]", + "[: *]", + "[~]", + "[: ~]", + "[: ! & ~]", + "[& ~]", + "[&]", + "[* ~]" + ], + "correct": 6, + "prob_ind": 29 + }, + { + "prompt": "[! : <]   [~ : <]   [: <]
    [! : >]   [~ : >]   [: >]
    [! :]   [~ :]   [    ]", + "options": [ + "[! ~ : > <]", + "[~]", + "[! <]", + "[:]", + "[<]", + "[! :]", + "[~ : <]", + "[> <]" + ], + "correct": 3, + "prob_ind": 30 + }, + { + "prompt": "[$ > *]   [: > *]   [> *]
    [$ > !]   [: > !]   [> !]
    [$ >]   [: >]   [    ]", + "options": [ + "[> !]", + "[$ :]", + "[$ > !]", + "[$ >]", + "[$ : !]", + "[> ! *]", + "[>]", + "[: > !]" + ], + "correct": 6, + "prob_ind": 31 + }, + { + "prompt": "[% ~ &]   [! ~ &]   [~ &]
    [% ~ (]   [! ~ (]   [~ (]
    [% ~]   [! ~]   [    ]", + "options": [ + "[! ( &]", + "[% &]", + "[% ( &]", + "[~]", + "[  ]", + "[% ! (]", + "[!]", + "[% ! ~]" + ], + "correct": 3, + "prob_ind": 32 + }, + { + "prompt": "[% * (]   [! * (]   [* (]
    [% * >]   [! * >]   [* >]
    [% *]   [! *]   [    ]", + "options": [ + "[*]", + "[% *]", + "[% ! * (]", + "[! * (]", + "[% * >]", + "[% ! * >]", + "[% (]", + "[>]" + ], + "correct": 0, + "prob_ind": 33 + }, + { + "prompt": "[! & >]   [% & >]   [& >]
    [! & ~]   [% & ~]   [& ~]
    [! &]   [% &]   [    ]", + "options": [ + "[% & ~ >]", + "[& ~ >]", + "[  ]", + "[& ~]", + "[% ~]", + "[!]", + "[% ~ >]", + "[&]" + ], + "correct": 7, + "prob_ind": 34 + }, + { + "prompt": "[> $ <]   [! $ <]   [$ <]
    [> $ ~]   [! $ ~]   [$ ~]
    [> $]   [! $]   [    ]", + "options": [ + "[~ <]", + "[$]", + "[! $]", + "[! $ <]", + "[! ~ <]", + "[> !]", + "[> ! $ ~ <]", + "[! $ ~ <]" + ], + "correct": 1, + "prob_ind": 35 + }, + { + "prompt": "[% & ~]   [* & ~]   [& ~]
    [% & (]   [* & (]   [& (]
    [% &]   [* &]   [    ]", + "options": [ + "[  ]", + "[% * & ( ~]", + "[(]", + "[&]", + "[% & ~]", + "[%]", + "[% * &]", + "[* & ~]" + ], + "correct": 3, + "prob_ind": 36 + }, + { + "prompt": "[> & !]   [* & !]   [& !]
    [> & %]   [* & %]   [& %]
    [> &]   [* &]   [    ]", + "options": [ + "[*]", + "[> & % !]", + "[> & !]", + "[> * %]", + "[> % !]", + "[* & %]", + "[&]", + "[* %]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[! $ <]   [> $ <]   [$ <]
    [! $ &]   [> $ &]   [$ &]
    [! $]   [> $]   [    ]", + "options": [ + "[!]", + "[<]", + "[$ &]", + "[! > &]", + "[  ]", + "[! > <]", + "[$]", + "[! $ &]" + ], + "correct": 6, + "prob_ind": 38 + }, + { + "prompt": "[! * <]   [> * <]   [* <]
    [! * &]   [> * &]   [* &]
    [! *]   [> *]   [    ]", + "options": [ + "[* & <]", + "[> *]", + "[> & <]", + "[! >]", + "[*]", + "[! *]", + "[! * &]", + "[> * & <]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[< & !]   [( & !]   [& !]
    [< & >]   [( & >]   [& >]
    [< &]   [( &]   [    ]", + "options": [ + "[< & > !]", + "[&]", + "[( > !]", + "[< & >]", + "[& !]", + "[< > !]", + "[( & !]", + "[< >]" + ], + "correct": 1, + "prob_ind": 40 + }, + { + "prompt": "[~ < &]   [> < &]   [< &]
    [~ < *]   [> < *]   [< *]
    [~ <]   [> <]   [    ]", + "options": [ + "[< &]", + "[~ > < *]", + "[> &]", + "[~ &]", + "[<]", + "[~ <]", + "[> <]", + "[> * &]" + ], + "correct": 4, + "prob_ind": 41 + }, + { + "prompt": "[< % :]   [* % :]   [% :]
    [< % ~]   [* % ~]   [% ~]
    [< %]   [* %]   [    ]", + "options": [ + "[~]", + "[< % ~]", + "[< * ~]", + "[* ~]", + "[* %]", + "[< * % ~]", + "[* % :]", + "[%]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[& < !]   [( < !]   [< !]
    [& < *]   [( < *]   [< *]
    [& <]   [( <]   [    ]", + "options": [ + "[& ( < !]", + "[& <]", + "[( < * !]", + "[& ( * !]", + "[& ( <]", + "[& < *]", + "[( < *]", + "[<]" + ], + "correct": 7, + "prob_ind": 43 + }, + { + "prompt": "[< & (]   [* & (]   [& (]
    [< & >]   [* & >]   [& >]
    [< &]   [* &]   [    ]", + "options": [ + "[* >]", + "[< & > (]", + "[< & (]", + "[< * >]", + "[< * &]", + "[& > (]", + "[< * > (]", + "[&]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[: * &]   [< * &]   [* &]
    [: * >]   [< * >]   [* >]
    [: *]   [< *]   [    ]", + "options": [ + "[: * > &]", + "[>]", + "[* > &]", + "[*]", + "[< > &]", + "[> &]", + "[* >]", + "[: * &]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[% * ~]   [! * ~]   [* ~]
    [% * (]   [! * (]   [* (]
    [% *]   [! *]   [    ]", + "options": [ + "[% ! * ( ~]", + "[*]", + "[% ! (]", + "[% ! ~]", + "[! * (]", + "[% *]", + "[* (]", + "[% ! * ~]" + ], + "correct": 1, + "prob_ind": 46 + }, + { + "prompt": "[< ! $]   [* ! $]   [! $]
    [< ! %]   [* ! %]   [! %]
    [< !]   [* !]   [    ]", + "options": [ + "[* ! %]", + "[!]", + "[< *]", + "[< * ! %]", + "[* ! % $]", + "[<]", + "[! % $]", + "[< * ! % $]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[$ % <]   [~ % <]   [% <]
    [$ % !]   [~ % !]   [% !]
    [$ %]   [~ %]   [    ]", + "options": [ + "[%]", + "[$ !]", + "[$ ~]", + "[$ %]", + "[$ <]", + "[$ ~ %]", + "[~]", + "[  ]" + ], + "correct": 0, + "prob_ind": 48 + }, + { + "prompt": "[~ ( !]   [: ( !]   [( !]
    [~ ( *]   [: ( *]   [( *]
    [~ (]   [: (]   [    ]", + "options": [ + "[~ :]", + "[(]", + "[~]", + "[!]", + "[  ]", + "[~ ( *]", + "[~ : ( *]", + "[~ !]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[* < &]   [: < &]   [< &]
    [* < (]   [: < (]   [< (]
    [* <]   [: <]   [    ]", + "options": [ + "[:]", + "[* : < &]", + "[&]", + "[< (]", + "[<]", + "[* : < (]", + "[: &]", + "[* < ( &]" + ], + "correct": 4, + "prob_ind": 50 + }, + { + "prompt": "[& % ~]   [< % ~]   [% ~]
    [& % !]   [< % !]   [% !]
    [& %]   [< %]   [    ]", + "options": [ + "[< % ~]", + "[! ~]", + "[& < ! ~]", + "[& < % ! ~]", + "[~]", + "[& % ! ~]", + "[& < %]", + "[%]" + ], + "correct": 7, + "prob_ind": 51 + }, + { + "prompt": "[& : >]   [$ : >]   [: >]
    [& : <]   [$ : <]   [: <]
    [& :]   [$ :]   [    ]", + "options": [ + "[  ]", + "[$ < >]", + "[>]", + "[& : < >]", + "[& $ <]", + "[:]", + "[& $ < >]", + "[$ >]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[* & %]   [~ & %]   [& %]
    [* & >]   [~ & >]   [& >]
    [* &]   [~ &]   [    ]", + "options": [ + "[* >]", + "[&]", + "[& >]", + "[& > %]", + "[* ~]", + "[* & %]", + "[>]", + "[~ %]" + ], + "correct": 1, + "prob_ind": 53 + }, + { + "prompt": "[& > %]   [$ > %]   [> %]
    [& > *]   [$ > *]   [> *]
    [& >]   [$ >]   [    ]", + "options": [ + "[$ > *]", + "[>]", + "[& $ *]", + "[& $ %]", + "[$ >]", + "[  ]", + "[&]", + "[%]" + ], + "correct": 1, + "prob_ind": 54 + }, + { + "prompt": "[$ & %]   [* & %]   [& %]
    [$ & !]   [* & !]   [& !]
    [$ &]   [* &]   [    ]", + "options": [ + "[&]", + "[$ * %]", + "[!]", + "[*]", + "[$ %]", + "[* & ! %]", + "[%]", + "[  ]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[* : !]   [% : !]   [: !]
    [* : (]   [% : (]   [: (]
    [* :]   [% :]   [    ]", + "options": [ + "[* % !]", + "[(]", + "[%]", + "[:]", + "[* % : ( !]", + "[* % (]", + "[* % : (]", + "[% !]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[$ ~ >]   [< ~ >]   [~ >]
    [$ ~ (]   [< ~ (]   [~ (]
    [$ ~]   [< ~]   [    ]", + "options": [ + "[~ ( >]", + "[$ < ~ >]", + "[( >]", + "[$ ~ >]", + "[$ ~]", + "[< ~]", + "[~]", + "[$ <]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[% * &]   [( * &]   [* &]
    [% * :]   [( * :]   [* :]
    [% *]   [( *]   [    ]", + "options": [ + "[% * :]", + "[( :]", + "[% &]", + "[% :]", + "[( *]", + "[% * : &]", + "[% (]", + "[*]" + ], + "correct": 7, + "prob_ind": 58 + }, + { + "prompt": "[< & $]   [* & $]   [& $]
    [< & %]   [* & %]   [& %]
    [< &]   [* &]   [    ]", + "options": [ + "[< * % $]", + "[< * $]", + "[* %]", + "[&]", + "[& $]", + "[& % $]", + "[< *]", + "[< & % $]" + ], + "correct": 3, + "prob_ind": 59 + }, + { + "prompt": "[> < &]   [~ < &]   [< &]
    [> < (]   [~ < (]   [< (]
    [> <]   [~ <]   [    ]", + "options": [ + "[< ( &]", + "[> < &]", + "[> ~ (]", + "[<]", + "[> ~ < ( &]", + "[> ( &]", + "[~ < ( &]", + "[  ]" + ], + "correct": 3, + "prob_ind": 60 + }, + { + "prompt": "[( < :]   [& < :]   [< :]
    [( < !]   [& < !]   [< !]
    [( <]   [& <]   [    ]", + "options": [ + "[& <]", + "[& < :]", + "[( < ! :]", + "[( & !]", + "[(]", + "[& !]", + "[  ]", + "[<]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[~ ( >]   [& ( >]   [( >]
    [~ ( %]   [& ( %]   [( %]
    [~ (]   [& (]   [    ]", + "options": [ + "[& ( % >]", + "[& % >]", + "[& >]", + "[~ %]", + "[~ (]", + "[% >]", + "[(]", + "[~ ( %]" + ], + "correct": 6, + "prob_ind": 62 + }, + { + "prompt": "[: > !]   [< > !]   [> !]
    [: > %]   [< > %]   [> %]
    [: >]   [< >]   [    ]", + "options": [ + "[: < % !]", + "[< !]", + "[< > %]", + "[: < > !]", + "[>]", + "[< > !]", + "[: < >]", + "[: < > % !]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[: ~ <]   [> ~ <]   [~ <]
    [: ~ *]   [> ~ *]   [~ *]
    [: ~]   [> ~]   [    ]", + "options": [ + "[*]", + "[> * <]", + "[> ~ * <]", + "[~]", + "[: > ~]", + "[> *]", + "[~ <]", + "[: >]" + ], + "correct": 3, + "prob_ind": 64 + }, + { + "prompt": "[* > :]   [& > :]   [> :]
    [* > $]   [& > $]   [> $]
    [* >]   [& >]   [    ]", + "options": [ + "[* > :]", + "[&]", + "[& $]", + "[$ :]", + "[* &]", + "[>]", + "[* & > $]", + "[:]" + ], + "correct": 5, + "prob_ind": 65 + }, + { + "prompt": "[( $ >]   [% $ >]   [$ >]
    [( $ <]   [% $ <]   [$ <]
    [( $]   [% $]   [    ]", + "options": [ + "[( % < >]", + "[>]", + "[( % $ < >]", + "[% < >]", + "[% >]", + "[% $ < >]", + "[$]", + "[( $ <]" + ], + "correct": 6, + "prob_ind": 66 + }, + { + "prompt": "[: > &]   [~ > &]   [> &]
    [: > *]   [~ > *]   [> *]
    [: >]   [~ >]   [    ]", + "options": [ + "[*]", + "[* &]", + "[: > * &]", + "[~ > *]", + "[>]", + "[: &]", + "[  ]", + "[: *]" + ], + "correct": 4, + "prob_ind": 67 + }, + { + "prompt": "[! < :]   [$ < :]   [< :]
    [! < ~]   [$ < ~]   [< ~]
    [! <]   [$ <]   [    ]", + "options": [ + "[<]", + "[$ < ~]", + "[!]", + "[$ ~ :]", + "[! $ < :]", + "[! $]", + "[< ~]", + "[! < ~ :]" + ], + "correct": 0, + "prob_ind": 68 + }, + { + "prompt": "[* < :]   [$ < :]   [< :]
    [* < &]   [$ < &]   [< &]
    [* <]   [$ <]   [    ]", + "options": [ + "[& :]", + "[* & :]", + "[* $ < & :]", + "[<]", + "[* < & :]", + "[< :]", + "[* :]", + "[* $ < :]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[~ ! >]   [( ! >]   [! >]
    [~ ! *]   [( ! *]   [! *]
    [~ !]   [( !]   [    ]", + "options": [ + "[*]", + "[~ ( ! >]", + "[  ]", + "[!]", + "[~ ( *]", + "[~ ( ! * >]", + "[~ >]", + "[! *]" + ], + "correct": 3, + "prob_ind": 70 + }, + { + "prompt": "[* $ >]   [! $ >]   [$ >]
    [* $ ~]   [! $ ~]   [$ ~]
    [* $]   [! $]   [    ]", + "options": [ + "[* ~ >]", + "[$]", + "[*]", + "[* >]", + "[! $]", + "[* ! $ ~]", + "[* ! $ >]", + "[~]" + ], + "correct": 1, + "prob_ind": 71 + }, + { + "prompt": "[~ & !]   [$ & !]   [& !]
    [~ & %]   [$ & %]   [& %]
    [~ &]   [$ &]   [    ]", + "options": [ + "[&]", + "[$ !]", + "[~ $ & % !]", + "[$ %]", + "[!]", + "[  ]", + "[& !]", + "[~ $ %]" + ], + "correct": 0, + "prob_ind": 72 + }, + { + "prompt": "[> ~ &]   [! ~ &]   [~ &]
    [> ~ <]   [! ~ <]   [~ <]
    [> ~]   [! ~]   [    ]", + "options": [ + "[> ! <]", + "[~ &]", + "[> !]", + "[! < &]", + "[> ! ~]", + "[! &]", + "[> ! &]", + "[~]" + ], + "correct": 7, + "prob_ind": 73 + }, + { + "prompt": "[~ * >]   [! * >]   [* >]
    [~ * %]   [! * %]   [* %]
    [~ *]   [! *]   [    ]", + "options": [ + "[* % >]", + "[*]", + "[!]", + "[>]", + "[~ ! *]", + "[! %]", + "[~ !]", + "[  ]" + ], + "correct": 1, + "prob_ind": 74 + }, + { + "prompt": "[: > ~]   [( > ~]   [> ~]
    [: > !]   [( > !]   [> !]
    [: >]   [( >]   [    ]", + "options": [ + "[!]", + "[( > !]", + "[: ! ~]", + "[: ( ~]", + "[( >]", + "[>]", + "[: > !]", + "[( ! ~]" + ], + "correct": 5, + "prob_ind": 75 + }, + { + "prompt": "[< & ~]   [% & ~]   [& ~]
    [< & (]   [% & (]   [& (]
    [< &]   [% &]   [    ]", + "options": [ + "[%]", + "[< ( ~]", + "[< % ( ~]", + "[&]", + "[% (]", + "[< % (]", + "[< % ~]", + "[% ~]" + ], + "correct": 3, + "prob_ind": 76 + }, + { + "prompt": "[> ! :]   [( ! :]   [! :]
    [> ! %]   [( ! %]   [! %]
    [> !]   [( !]   [    ]", + "options": [ + "[% :]", + "[( % :]", + "[!]", + "[(]", + "[> ( ! % :]", + "[> (]", + "[( %]", + "[! %]" + ], + "correct": 2, + "prob_ind": 77 + }, + { + "prompt": "[: ~ >]   [< ~ >]   [~ >]
    [: ~ &]   [< ~ &]   [~ &]
    [: ~]   [< ~]   [    ]", + "options": [ + "[>]", + "[: &]", + "[& >]", + "[: & >]", + "[: < &]", + "[~]", + "[< & >]", + "[< ~ & >]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[( > ~]   [< > ~]   [> ~]
    [( > !]   [< > !]   [> !]
    [( >]   [< >]   [    ]", + "options": [ + "[> ! ~]", + "[> ~]", + "[( < ! ~]", + "[( < > ~]", + "[( !]", + "[< > !]", + "[( < > !]", + "[>]" + ], + "correct": 7, + "prob_ind": 79 + }, + { + "prompt": "[$ ! (]   [< ! (]   [! (]
    [$ ! *]   [< ! *]   [! *]
    [$ !]   [< !]   [    ]", + "options": [ + "[$ ! * (]", + "[$ < (]", + "[$ !]", + "[! (]", + "[$ *]", + "[!]", + "[*]", + "[$ ! *]" + ], + "correct": 5, + "prob_ind": 80 + }, + { + "prompt": "[% ! *]   [< ! *]   [! *]
    [% ! (]   [< ! (]   [! (]
    [% !]   [< !]   [    ]", + "options": [ + "[% ! (]", + "[< !]", + "[% < ! ( *]", + "[(]", + "[!]", + "[! (]", + "[! *]", + "[% < ! *]" + ], + "correct": 4, + "prob_ind": 81 + }, + { + "prompt": "[: % !]   [> % !]   [% !]
    [: % &]   [> % &]   [% &]
    [: %]   [> %]   [    ]", + "options": [ + "[%]", + "[> % & !]", + "[% & !]", + "[: > & !]", + "[> %]", + "[&]", + "[: & !]", + "[> % !]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[< ( :]   [$ ( :]   [( :]
    [< ( %]   [$ ( %]   [( %]
    [< (]   [$ (]   [    ]", + "options": [ + "[< $ ( :]", + "[$ ( :]", + "[( %]", + "[(]", + "[$ % :]", + "[< % :]", + "[$ %]", + "[  ]" + ], + "correct": 3, + "prob_ind": 83 + }, + { + "prompt": "[~ > (]   [% > (]   [> (]
    [~ > $]   [% > $]   [> $]
    [~ >]   [% >]   [    ]", + "options": [ + "[~ % $]", + "[~]", + "[$]", + "[(]", + "[% (]", + "[>]", + "[% > (]", + "[% $]" + ], + "correct": 5, + "prob_ind": 84 + }, + { + "prompt": "[: & $]   [* & $]   [& $]
    [: & !]   [* & !]   [& !]
    [: &]   [* &]   [    ]", + "options": [ + "[& ! $]", + "[: * & $]", + "[&]", + "[$]", + "[! $]", + "[*]", + "[: * & !]", + "[: !]" + ], + "correct": 2, + "prob_ind": 85 + }, + { + "prompt": "[> ( *]   [: ( *]   [( *]
    [> ( &]   [: ( &]   [( &]
    [> (]   [: (]   [    ]", + "options": [ + "[( &]", + "[> ( *]", + "[> : (]", + "[(]", + "[> & *]", + "[> : ( & *]", + "[*]", + "[: ( *]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[> * !]   [< * !]   [* !]
    [> * ~]   [< * ~]   [* ~]
    [> *]   [< *]   [    ]", + "options": [ + "[> < * ~ !]", + "[> * ~ !]", + "[< !]", + "[<]", + "[< * ~ !]", + "[*]", + "[!]", + "[> *]" + ], + "correct": 5, + "prob_ind": 87 + }, + { + "prompt": "[! & %]   [> & %]   [& %]
    [! & <]   [> & <]   [& <]
    [! &]   [> &]   [    ]", + "options": [ + "[! > & <]", + "[! > <]", + "[> < %]", + "[! > & < %]", + "[&]", + "[! &]", + "[> & <]", + "[> & < %]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[$ * !]   [& * !]   [* !]
    [$ * (]   [& * (]   [* (]
    [$ *]   [& *]   [    ]", + "options": [ + "[$ & ( !]", + "[$ ( !]", + "[& (]", + "[& * !]", + "[& ( !]", + "[*]", + "[* ( !]", + "[$]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[( $ &]   [: $ &]   [$ &]
    [( $ >]   [: $ >]   [$ >]
    [( $]   [: $]   [    ]", + "options": [ + "[$ &]", + "[: &]", + "[( : &]", + "[( : > &]", + "[$]", + "[(]", + "[( $ > &]", + "[( : $ > &]" + ], + "correct": 4, + "prob_ind": 90 + }, + { + "prompt": "[: < >]   [* < >]   [< >]
    [: < $]   [* < $]   [< $]
    [: <]   [* <]   [    ]", + "options": [ + "[: *]", + "[: * < >]", + "[: $]", + "[: <]", + "[<]", + "[*]", + "[: < $]", + "[: * <]" + ], + "correct": 4, + "prob_ind": 91 + }, + { + "prompt": "[& $ :]   [! $ :]   [$ :]
    [& $ <]   [! $ <]   [$ <]
    [& $]   [! $]   [    ]", + "options": [ + "[& ! :]", + "[$]", + "[& $ :]", + "[& ! $ :]", + "[& <]", + "[& ! < :]", + "[$ :]", + "[& ! <]" + ], + "correct": 1, + "prob_ind": 92 + }, + { + "prompt": "[~ ! :]   [* ! :]   [! :]
    [~ ! $]   [* ! $]   [! $]
    [~ !]   [* !]   [    ]", + "options": [ + "[~ $]", + "[* :]", + "[~ !]", + "[!]", + "[~ * :]", + "[~ :]", + "[* ! $]", + "[~ * $ :]" + ], + "correct": 3, + "prob_ind": 93 + }, + { + "prompt": "[* ~ <]   [: ~ <]   [~ <]
    [* ~ !]   [: ~ !]   [~ !]
    [* ~]   [: ~]   [    ]", + "options": [ + "[~ !]", + "[~ <]", + "[* : ! <]", + "[: ~ !]", + "[* !]", + "[* :]", + "[* ~ <]", + "[~]" + ], + "correct": 7, + "prob_ind": 94 + }, + { + "prompt": "[$ ! (]   [~ ! (]   [! (]
    [$ ! &]   [~ ! &]   [! &]
    [$ !]   [~ !]   [    ]", + "options": [ + "[$ ~]", + "[$ !]", + "[& (]", + "[~]", + "[$ ~ !]", + "[(]", + "[$ & (]", + "[!]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[> ~ :]   [% ~ :]   [~ :]
    [> ~ *]   [% ~ *]   [~ *]
    [> ~]   [% ~]   [    ]", + "options": [ + "[~ *]", + "[% ~]", + "[~]", + "[% *]", + "[> % *]", + "[% :]", + "[~ :]", + "[% ~ * :]" + ], + "correct": 2, + "prob_ind": 96 + }, + { + "prompt": "[$ & >]   [< & >]   [& >]
    [$ & *]   [< & *]   [& *]
    [$ &]   [< &]   [    ]", + "options": [ + "[*]", + "[$ & >]", + "[* >]", + "[$ & *]", + "[$ * >]", + "[&]", + "[$ < * >]", + "[< & >]" + ], + "correct": 5, + "prob_ind": 97 + }, + { + "prompt": "[~ * (]   [: * (]   [* (]
    [~ * %]   [: * %]   [* %]
    [~ *]   [: *]   [    ]", + "options": [ + "[*]", + "[%]", + "[~ : * % (]", + "[: (]", + "[~ : (]", + "[  ]", + "[~ %]", + "[~ : * %]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[( ! ~]   [$ ! ~]   [! ~]
    [( ! >]   [$ ! >]   [! >]
    [( !]   [$ !]   [    ]", + "options": [ + "[!]", + "[! ~]", + "[( ! ~]", + "[>]", + "[( >]", + "[$ ! ~]", + "[( $ ! >]", + "[  ]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "XOR": [ + { + "prompt": "[~ (]   [~ &]   [( &]
    [~ &]   [! ~]   [& !]
    [( &]   [& !]   [    ]", + "options": [ + "[~ ( & !]", + "[~]", + "[&]", + "[(]", + "[& !]", + "[~ &]", + "[( !]", + "[~ & !]" + ], + "correct": 6, + "prob_ind": 0 + }, + { + "prompt": "[> $]   [> *]   [$ *]
    [> *]   [: >]   [* :]
    [$ *]   [* :]   [    ]", + "options": [ + "[:]", + "[$]", + "[$ :]", + "[>]", + "[> $ *]", + "[> $ * :]", + "[> $]", + "[> *]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[< !]   [< &]   [! &]
    [< &]   [( <]   [& (]
    [! &]   [& (]   [    ]", + "options": [ + "[< ! & (]", + "[! (]", + "[< &]", + "[< ! (]", + "[<]", + "[(]", + "[< (]", + "[< & (]" + ], + "correct": 1, + "prob_ind": 2 + }, + { + "prompt": "[& $]   [& ~]   [$ ~]
    [& ~]   [: &]   [~ :]
    [$ ~]   [~ :]   [    ]", + "options": [ + "[& $ :]", + "[& $]", + "[~ :]", + "[$ :]", + "[$]", + "[&]", + "[  ]", + "[& :]" + ], + "correct": 3, + "prob_ind": 3 + }, + { + "prompt": "[& $]   [& *]   [$ *]
    [& *]   [! &]   [* !]
    [$ *]   [* !]   [    ]", + "options": [ + "[& $ !]", + "[!]", + "[  ]", + "[& $ *]", + "[$ !]", + "[& !]", + "[& *]", + "[$ *]" + ], + "correct": 4, + "prob_ind": 4 + }, + { + "prompt": "[( $]   [( %]   [$ %]
    [( %]   [> (]   [% >]
    [$ %]   [% >]   [    ]", + "options": [ + "[$ >]", + "[% >]", + "[(]", + "[$ %]", + "[( %]", + "[( $ >]", + "[$ % >]", + "[( $ %]" + ], + "correct": 0, + "prob_ind": 5 + }, + { + "prompt": "[~ !]   [~ <]   [! <]
    [~ <]   [* ~]   [< *]
    [! <]   [< *]   [    ]", + "options": [ + "[! < *]", + "[< *]", + "[!]", + "[*]", + "[! *]", + "[! <]", + "[~ ! < *]", + "[~ *]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[$ >]   [$ <]   [> <]
    [$ <]   [! $]   [< !]
    [> <]   [< !]   [    ]", + "options": [ + "[$]", + "[$ !]", + "[> !]", + "[  ]", + "[!]", + "[<]", + "[>]", + "[$ > < !]" + ], + "correct": 2, + "prob_ind": 7 + }, + { + "prompt": "[> %]   [> !]   [% !]
    [> !]   [$ >]   [! $]
    [% !]   [! $]   [    ]", + "options": [ + "[% ! $]", + "[> !]", + "[% $]", + "[%]", + "[> % $]", + "[! $]", + "[>]", + "[!]" + ], + "correct": 2, + "prob_ind": 8 + }, + { + "prompt": "[! (]   [! $]   [( $]
    [! $]   [* !]   [$ *]
    [( $]   [$ *]   [    ]", + "options": [ + "[! *]", + "[! $ *]", + "[( $ *]", + "[$]", + "[!]", + "[! ( $ *]", + "[( *]", + "[(]" + ], + "correct": 6, + "prob_ind": 9 + }, + { + "prompt": "[~ <]   [~ >]   [< >]
    [~ >]   [: ~]   [> :]
    [< >]   [> :]   [    ]", + "options": [ + "[< :]", + "[:]", + "[~ < >]", + "[~]", + "[~ >]", + "[~ < :]", + "[>]", + "[< > :]" + ], + "correct": 0, + "prob_ind": 10 + }, + { + "prompt": "[( %]   [( >]   [% >]
    [( >]   [* (]   [> *]
    [% >]   [> *]   [    ]", + "options": [ + "[% > *]", + "[  ]", + "[( % > *]", + "[(]", + "[( % *]", + "[% *]", + "[( *]", + "[*]" + ], + "correct": 5, + "prob_ind": 11 + }, + { + "prompt": "[> !]   [> :]   [! :]
    [> :]   [~ >]   [: ~]
    [! :]   [: ~]   [    ]", + "options": [ + "[! ~]", + "[  ]", + "[> :]", + "[>]", + "[> ! : ~]", + "[! : ~]", + "[> ! :]", + "[! :]" + ], + "correct": 0, + "prob_ind": 12 + }, + { + "prompt": "[! ~]   [! (]   [~ (]
    [! (]   [: !]   [( :]
    [~ (]   [( :]   [    ]", + "options": [ + "[! ~ ( :]", + "[( :]", + "[! ( :]", + "[  ]", + "[~ (]", + "[~]", + "[~ :]", + "[:]" + ], + "correct": 6, + "prob_ind": 13 + }, + { + "prompt": "[< ~]   [< $]   [~ $]
    [< $]   [> <]   [$ >]
    [~ $]   [$ >]   [    ]", + "options": [ + "[<]", + "[$ >]", + "[~ $ >]", + "[< ~ $ >]", + "[< $ >]", + "[~ >]", + "[  ]", + "[~ $]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[$ :]   [$ ~]   [: ~]
    [$ ~]   [% $]   [~ %]
    [: ~]   [~ %]   [    ]", + "options": [ + "[: %]", + "[$ ~ %]", + "[$ :]", + "[  ]", + "[$]", + "[: ~ %]", + "[%]", + "[~ %]" + ], + "correct": 0, + "prob_ind": 15 + }, + { + "prompt": "[> :]   [> &]   [: &]
    [> &]   [( >]   [& (]
    [: &]   [& (]   [    ]", + "options": [ + "[: & (]", + "[: (]", + "[  ]", + "[(]", + "[>]", + "[> : & (]", + "[&]", + "[& (]" + ], + "correct": 1, + "prob_ind": 16 + }, + { + "prompt": "[& (]   [& !]   [( !]
    [& !]   [% &]   [! %]
    [( !]   [! %]   [    ]", + "options": [ + "[%]", + "[( ! %]", + "[& ( %]", + "[& ( !]", + "[& %]", + "[& ! %]", + "[(]", + "[( %]" + ], + "correct": 7, + "prob_ind": 17 + }, + { + "prompt": "[: &]   [: (]   [& (]
    [: (]   [% :]   [( %]
    [& (]   [( %]   [    ]", + "options": [ + "[  ]", + "[: %]", + "[(]", + "[& %]", + "[: & %]", + "[: & ( %]", + "[( %]", + "[: (]" + ], + "correct": 3, + "prob_ind": 18 + }, + { + "prompt": "[* >]   [* !]   [> !]
    [* !]   [( *]   [! (]
    [> !]   [! (]   [    ]", + "options": [ + "[>]", + "[* !]", + "[> (]", + "[* > (]", + "[* >]", + "[> ! (]", + "[  ]", + "[(]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[$ %]   [$ !]   [% !]
    [$ !]   [< $]   [! <]
    [% !]   [! <]   [    ]", + "options": [ + "[  ]", + "[$ <]", + "[% <]", + "[$]", + "[%]", + "[$ %]", + "[$ ! <]", + "[<]" + ], + "correct": 2, + "prob_ind": 20 + }, + { + "prompt": "[< !]   [< *]   [! *]
    [< *]   [( <]   [* (]
    [! *]   [* (]   [    ]", + "options": [ + "[! * (]", + "[< *]", + "[<]", + "[  ]", + "[! *]", + "[*]", + "[< (]", + "[! (]" + ], + "correct": 7, + "prob_ind": 21 + }, + { + "prompt": "[* ~]   [* :]   [~ :]
    [* :]   [$ *]   [: $]
    [~ :]   [: $]   [    ]", + "options": [ + "[* ~ : $]", + "[~]", + "[* : $]", + "[$]", + "[* ~]", + "[~ $]", + "[* ~ :]", + "[* $]" + ], + "correct": 5, + "prob_ind": 22 + }, + { + "prompt": "[~ %]   [~ <]   [% <]
    [~ <]   [& ~]   [< &]
    [% <]   [< &]   [    ]", + "options": [ + "[~ %]", + "[~ < &]", + "[%]", + "[&]", + "[<]", + "[  ]", + "[~ % < &]", + "[% &]" + ], + "correct": 7, + "prob_ind": 23 + }, + { + "prompt": "[& >]   [& ~]   [> ~]
    [& ~]   [% &]   [~ %]
    [> ~]   [~ %]   [    ]", + "options": [ + "[> ~]", + "[~]", + "[& >]", + "[& > %]", + "[> %]", + "[  ]", + "[~ %]", + "[& %]" + ], + "correct": 4, + "prob_ind": 24 + }, + { + "prompt": "[> *]   [> !]   [* !]
    [> !]   [< >]   [! <]
    [* !]   [! <]   [    ]", + "options": [ + "[!]", + "[* <]", + "[<]", + "[>]", + "[> *]", + "[> * <]", + "[  ]", + "[! <]" + ], + "correct": 1, + "prob_ind": 25 + }, + { + "prompt": "[* <]   [* !]   [< !]
    [* !]   [$ *]   [! $]
    [< !]   [! $]   [    ]", + "options": [ + "[< $]", + "[$]", + "[*]", + "[  ]", + "[* ! $]", + "[<]", + "[* $]", + "[* < ! $]" + ], + "correct": 0, + "prob_ind": 26 + }, + { + "prompt": "[( &]   [( !]   [& !]
    [( !]   [> (]   [! >]
    [& !]   [! >]   [    ]", + "options": [ + "[( >]", + "[( & >]", + "[& ! >]", + "[( !]", + "[& >]", + "[(]", + "[& !]", + "[! >]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[! $]   [! (]   [$ (]
    [! (]   [% !]   [( %]
    [$ (]   [( %]   [    ]", + "options": [ + "[! $]", + "[! $ (]", + "[$]", + "[$ (]", + "[! ( %]", + "[(]", + "[$ %]", + "[! $ ( %]" + ], + "correct": 6, + "prob_ind": 28 + }, + { + "prompt": "[$ &]   [$ :]   [& :]
    [$ :]   [< $]   [: <]
    [& :]   [: <]   [    ]", + "options": [ + "[<]", + "[& <]", + "[$]", + "[$ &]", + "[  ]", + "[:]", + "[& : <]", + "[& :]" + ], + "correct": 1, + "prob_ind": 29 + }, + { + "prompt": "[( ~]   [( <]   [~ <]
    [( <]   [* (]   [< *]
    [~ <]   [< *]   [    ]", + "options": [ + "[( *]", + "[( ~ < *]", + "[~ < *]", + "[( <]", + "[(]", + "[*]", + "[~ *]", + "[  ]" + ], + "correct": 6, + "prob_ind": 30 + }, + { + "prompt": "[* (]   [* ~]   [( ~]
    [* ~]   [$ *]   [~ $]
    [( ~]   [~ $]   [    ]", + "options": [ + "[( $]", + "[( ~]", + "[~]", + "[( ~ $]", + "[* (]", + "[(]", + "[* ( $]", + "[* ~ $]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[: ~]   [: <]   [~ <]
    [: <]   [$ :]   [< $]
    [~ <]   [< $]   [    ]", + "options": [ + "[~]", + "[: < $]", + "[~ $]", + "[<]", + "[~ <]", + "[: ~ <]", + "[  ]", + "[: ~ < $]" + ], + "correct": 2, + "prob_ind": 32 + }, + { + "prompt": "[> (]   [> %]   [( %]
    [> %]   [: >]   [% :]
    [( %]   [% :]   [    ]", + "options": [ + "[> % :]", + "[> :]", + "[( %]", + "[(]", + "[> ( %]", + "[> %]", + "[( % :]", + "[( :]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[& *]   [& %]   [* %]
    [& %]   [< &]   [% <]
    [* %]   [% <]   [    ]", + "options": [ + "[% <]", + "[& * <]", + "[* % <]", + "[  ]", + "[* <]", + "[* %]", + "[& *]", + "[<]" + ], + "correct": 4, + "prob_ind": 34 + }, + { + "prompt": "[< :]   [< (]   [: (]
    [< (]   [~ <]   [( ~]
    [: (]   [( ~]   [    ]", + "options": [ + "[< ( ~]", + "[: (]", + "[< : ~]", + "[< : ( ~]", + "[: ( ~]", + "[< ~]", + "[: ~]", + "[:]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[< *]   [< :]   [* :]
    [< :]   [> <]   [: >]
    [* :]   [: >]   [    ]", + "options": [ + "[* >]", + "[< *]", + "[< * : >]", + "[< >]", + "[< : >]", + "[< * :]", + "[* :]", + "[: >]" + ], + "correct": 0, + "prob_ind": 36 + }, + { + "prompt": "[~ :]   [~ *]   [: *]
    [~ *]   [! ~]   [* !]
    [: *]   [* !]   [    ]", + "options": [ + "[~ : *]", + "[!]", + "[~ * !]", + "[*]", + "[  ]", + "[~ : !]", + "[: !]", + "[: *]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[< &]   [< *]   [& *]
    [< *]   [( <]   [* (]
    [& *]   [* (]   [    ]", + "options": [ + "[* (]", + "[< & *]", + "[*]", + "[&]", + "[  ]", + "[< &]", + "[& (]", + "[< * (]" + ], + "correct": 6, + "prob_ind": 38 + }, + { + "prompt": "[> (]   [> *]   [( *]
    [> *]   [~ >]   [* ~]
    [( *]   [* ~]   [    ]", + "options": [ + "[> (]", + "[( ~]", + "[~]", + "[> ( * ~]", + "[> * ~]", + "[( *]", + "[> ( *]", + "[>]" + ], + "correct": 1, + "prob_ind": 39 + }, + { + "prompt": "[( *]   [( $]   [* $]
    [( $]   [: (]   [$ :]
    [* $]   [$ :]   [    ]", + "options": [ + "[(]", + "[:]", + "[$ :]", + "[( *]", + "[( :]", + "[( * $]", + "[* :]", + "[( $ :]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[~ <]   [~ $]   [< $]
    [~ $]   [! ~]   [$ !]
    [< $]   [$ !]   [    ]", + "options": [ + "[< $]", + "[~ !]", + "[~ <]", + "[~ $ !]", + "[~]", + "[~ $]", + "[< !]", + "[  ]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[* >]   [* !]   [> !]
    [* !]   [% *]   [! %]
    [> !]   [! %]   [    ]", + "options": [ + "[  ]", + "[>]", + "[* !]", + "[! %]", + "[!]", + "[> %]", + "[* ! %]", + "[%]" + ], + "correct": 5, + "prob_ind": 42 + }, + { + "prompt": "[$ ~]   [$ !]   [~ !]
    [$ !]   [& $]   [! &]
    [~ !]   [! &]   [    ]", + "options": [ + "[~ &]", + "[$ ! &]", + "[!]", + "[$ ~]", + "[$ &]", + "[~]", + "[$]", + "[&]" + ], + "correct": 0, + "prob_ind": 43 + }, + { + "prompt": "[> $]   [> &]   [$ &]
    [> &]   [% >]   [& %]
    [$ &]   [& %]   [    ]", + "options": [ + "[> %]", + "[%]", + "[$ %]", + "[> $ & %]", + "[> & %]", + "[> $ %]", + "[&]", + "[> $ &]" + ], + "correct": 2, + "prob_ind": 44 + }, + { + "prompt": "[( &]   [( :]   [& :]
    [( :]   [! (]   [: !]
    [& :]   [: !]   [    ]", + "options": [ + "[( : !]", + "[!]", + "[& !]", + "[& :]", + "[&]", + "[:]", + "[( & !]", + "[( & : !]" + ], + "correct": 2, + "prob_ind": 45 + }, + { + "prompt": "[* :]   [* (]   [: (]
    [* (]   [% *]   [( %]
    [: (]   [( %]   [    ]", + "options": [ + "[: %]", + "[* :]", + "[(]", + "[  ]", + "[( %]", + "[: ( %]", + "[* : ( %]", + "[:]" + ], + "correct": 0, + "prob_ind": 46 + }, + { + "prompt": "[& %]   [& >]   [% >]
    [& >]   [: &]   [> :]
    [% >]   [> :]   [    ]", + "options": [ + "[% :]", + "[:]", + "[  ]", + "[% >]", + "[& % :]", + "[> :]", + "[& %]", + "[& % >]" + ], + "correct": 0, + "prob_ind": 47 + }, + { + "prompt": "[< ~]   [< *]   [~ *]
    [< *]   [& <]   [* &]
    [~ *]   [* &]   [    ]", + "options": [ + "[*]", + "[~ &]", + "[~ * &]", + "[  ]", + "[< ~]", + "[~]", + "[< &]", + "[< * &]" + ], + "correct": 1, + "prob_ind": 48 + }, + { + "prompt": "[( <]   [( $]   [< $]
    [( $]   [% (]   [$ %]
    [< $]   [$ %]   [    ]", + "options": [ + "[$ %]", + "[< $ %]", + "[< %]", + "[$]", + "[( < $ %]", + "[  ]", + "[( < %]", + "[( %]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[& >]   [& :]   [> :]
    [& :]   [~ &]   [: ~]
    [> :]   [: ~]   [    ]", + "options": [ + "[> : ~]", + "[> ~]", + "[: ~]", + "[& ~]", + "[:]", + "[> :]", + "[& > :]", + "[>]" + ], + "correct": 1, + "prob_ind": 50 + }, + { + "prompt": "[% &]   [% *]   [& *]
    [% *]   [~ %]   [* ~]
    [& *]   [* ~]   [    ]", + "options": [ + "[& ~]", + "[% * ~]", + "[% &]", + "[%]", + "[% ~]", + "[* ~]", + "[% & ~]", + "[% *]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[$ >]   [$ !]   [> !]
    [$ !]   [: $]   [! :]
    [> !]   [! :]   [    ]", + "options": [ + "[$ !]", + "[> !]", + "[>]", + "[> :]", + "[$ > :]", + "[$ >]", + "[$ :]", + "[$ > ! :]" + ], + "correct": 3, + "prob_ind": 52 + }, + { + "prompt": "[! (]   [! >]   [( >]
    [! >]   [% !]   [> %]
    [( >]   [> %]   [    ]", + "options": [ + "[! %]", + "[! ( >]", + "[( %]", + "[! ( > %]", + "[(]", + "[( >]", + "[%]", + "[! >]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[! %]   [! <]   [% <]
    [! <]   [* !]   [< *]
    [% <]   [< *]   [    ]", + "options": [ + "[<]", + "[% *]", + "[  ]", + "[%]", + "[< *]", + "[! % < *]", + "[! < *]", + "[! %]" + ], + "correct": 1, + "prob_ind": 54 + }, + { + "prompt": "[% *]   [% (]   [* (]
    [% (]   [$ %]   [( $]
    [* (]   [( $]   [    ]", + "options": [ + "[% *]", + "[* $]", + "[$]", + "[*]", + "[% * ( $]", + "[( $]", + "[* ( $]", + "[% $]" + ], + "correct": 1, + "prob_ind": 55 + }, + { + "prompt": "[$ >]   [$ ~]   [> ~]
    [$ ~]   [& $]   [~ &]
    [> ~]   [~ &]   [    ]", + "options": [ + "[>]", + "[> &]", + "[~]", + "[$ > ~]", + "[$ >]", + "[$]", + "[> ~]", + "[$ ~]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[< ~]   [< >]   [~ >]
    [< >]   [% <]   [> %]
    [~ >]   [> %]   [    ]", + "options": [ + "[> %]", + "[%]", + "[< ~]", + "[< ~ %]", + "[< > %]", + "[< ~ >]", + "[< %]", + "[~ %]" + ], + "correct": 7, + "prob_ind": 57 + }, + { + "prompt": "[% $]   [% *]   [$ *]
    [% *]   [: %]   [* :]
    [$ *]   [* :]   [    ]", + "options": [ + "[$ :]", + "[* :]", + "[% $ * :]", + "[%]", + "[$ *]", + "[% *]", + "[  ]", + "[% :]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[% *]   [% <]   [* <]
    [% <]   [~ %]   [< ~]
    [* <]   [< ~]   [    ]", + "options": [ + "[* ~]", + "[~]", + "[*]", + "[< ~]", + "[% < ~]", + "[% * ~]", + "[% <]", + "[* < ~]" + ], + "correct": 0, + "prob_ind": 59 + }, + { + "prompt": "[~ <]   [~ (]   [< (]
    [~ (]   [% ~]   [( %]
    [< (]   [( %]   [    ]", + "options": [ + "[( %]", + "[~ ( %]", + "[%]", + "[~ %]", + "[< %]", + "[  ]", + "[~ (]", + "[~ < ( %]" + ], + "correct": 4, + "prob_ind": 60 + }, + { + "prompt": "[~ !]   [~ &]   [! &]
    [~ &]   [* ~]   [& *]
    [! &]   [& *]   [    ]", + "options": [ + "[&]", + "[! & *]", + "[~ ! *]", + "[~ & *]", + "[~ *]", + "[~ ! & *]", + "[~ !]", + "[! *]" + ], + "correct": 7, + "prob_ind": 61 + }, + { + "prompt": "[< !]   [< ~]   [! ~]
    [< ~]   [% <]   [~ %]
    [! ~]   [~ %]   [    ]", + "options": [ + "[< ! %]", + "[~]", + "[! %]", + "[< !]", + "[< ! ~]", + "[! ~]", + "[< %]", + "[! ~ %]" + ], + "correct": 2, + "prob_ind": 62 + }, + { + "prompt": "[! $]   [! (]   [$ (]
    [! (]   [& !]   [( &]
    [$ (]   [( &]   [    ]", + "options": [ + "[! $ (]", + "[!]", + "[( &]", + "[! $]", + "[$ &]", + "[  ]", + "[! $ &]", + "[(]" + ], + "correct": 4, + "prob_ind": 63 + }, + { + "prompt": "[: (]   [: $]   [( $]
    [: $]   [& :]   [$ &]
    [( $]   [$ &]   [    ]", + "options": [ + "[: ( &]", + "[( &]", + "[(]", + "[: $]", + "[:]", + "[$]", + "[( $ &]", + "[( $]" + ], + "correct": 1, + "prob_ind": 64 + }, + { + "prompt": "[> *]   [> !]   [* !]
    [> !]   [& >]   [! &]
    [* !]   [! &]   [    ]", + "options": [ + "[* ! &]", + "[*]", + "[> *]", + "[> * !]", + "[* &]", + "[* !]", + "[  ]", + "[! &]" + ], + "correct": 4, + "prob_ind": 65 + }, + { + "prompt": "[* ~]   [* &]   [~ &]
    [* &]   [$ *]   [& $]
    [~ &]   [& $]   [    ]", + "options": [ + "[~ &]", + "[* & $]", + "[* ~ &]", + "[* $]", + "[~]", + "[* &]", + "[~ $]", + "[  ]" + ], + "correct": 6, + "prob_ind": 66 + }, + { + "prompt": "[! >]   [! ~]   [> ~]
    [! ~]   [* !]   [~ *]
    [> ~]   [~ *]   [    ]", + "options": [ + "[> ~ *]", + "[! ~]", + "[>]", + "[! >]", + "[! ~ *]", + "[! *]", + "[! > *]", + "[> *]" + ], + "correct": 7, + "prob_ind": 67 + }, + { + "prompt": "[* <]   [* $]   [< $]
    [* $]   [> *]   [$ >]
    [< $]   [$ >]   [    ]", + "options": [ + "[< $ >]", + "[* < >]", + "[$ >]", + "[< >]", + "[*]", + "[* < $ >]", + "[<]", + "[$]" + ], + "correct": 3, + "prob_ind": 68 + }, + { + "prompt": "[< *]   [< (]   [* (]
    [< (]   [> <]   [( >]
    [* (]   [( >]   [    ]", + "options": [ + "[(]", + "[< >]", + "[* >]", + "[* (]", + "[< *]", + "[* ( >]", + "[*]", + "[< (]" + ], + "correct": 2, + "prob_ind": 69 + }, + { + "prompt": "[< ~]   [< &]   [~ &]
    [< &]   [( <]   [& (]
    [~ &]   [& (]   [    ]", + "options": [ + "[< (]", + "[(]", + "[~ &]", + "[~ (]", + "[& (]", + "[< ~ (]", + "[<]", + "[< & (]" + ], + "correct": 3, + "prob_ind": 70 + }, + { + "prompt": "[* <]   [* :]   [< :]
    [* :]   [% *]   [: %]
    [< :]   [: %]   [    ]", + "options": [ + "[< %]", + "[  ]", + "[<]", + "[< : %]", + "[*]", + "[< :]", + "[* < %]", + "[* %]" + ], + "correct": 0, + "prob_ind": 71 + }, + { + "prompt": "[& *]   [& :]   [* :]
    [& :]   [$ &]   [: $]
    [* :]   [: $]   [    ]", + "options": [ + "[  ]", + "[$]", + "[* $]", + "[*]", + "[&]", + "[: $]", + "[& *]", + "[& * : $]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[< !]   [< $]   [! $]
    [< $]   [& <]   [$ &]
    [! $]   [$ &]   [    ]", + "options": [ + "[! $ &]", + "[< $ &]", + "[< ! $]", + "[  ]", + "[< ! $ &]", + "[! &]", + "[!]", + "[&]" + ], + "correct": 5, + "prob_ind": 73 + }, + { + "prompt": "[$ &]   [$ <]   [& <]
    [$ <]   [% $]   [< %]
    [& <]   [< %]   [    ]", + "options": [ + "[& %]", + "[& < %]", + "[<]", + "[&]", + "[$ &]", + "[$ & <]", + "[$ & < %]", + "[%]" + ], + "correct": 0, + "prob_ind": 74 + }, + { + "prompt": "[: *]   [: ~]   [* ~]
    [: ~]   [% :]   [~ %]
    [* ~]   [~ %]   [    ]", + "options": [ + "[: * ~ %]", + "[* %]", + "[  ]", + "[~ %]", + "[* ~ %]", + "[* ~]", + "[~]", + "[: * ~]" + ], + "correct": 1, + "prob_ind": 75 + }, + { + "prompt": "[$ %]   [$ *]   [% *]
    [$ *]   [& $]   [* &]
    [% *]   [* &]   [    ]", + "options": [ + "[% * &]", + "[$ % * &]", + "[$ % &]", + "[$ * &]", + "[$ % *]", + "[% &]", + "[%]", + "[*]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[( !]   [( $]   [! $]
    [( $]   [~ (]   [$ ~]
    [! $]   [$ ~]   [    ]", + "options": [ + "[$]", + "[$ ~]", + "[~]", + "[( ! $]", + "[(]", + "[! $ ~]", + "[! $]", + "[! ~]" + ], + "correct": 7, + "prob_ind": 77 + }, + { + "prompt": "[( $]   [( &]   [$ &]
    [( &]   [~ (]   [& ~]
    [$ &]   [& ~]   [    ]", + "options": [ + "[& ~]", + "[~]", + "[( ~]", + "[  ]", + "[$ ~]", + "[( $ & ~]", + "[&]", + "[( $]" + ], + "correct": 4, + "prob_ind": 78 + }, + { + "prompt": "[* %]   [* (]   [% (]
    [* (]   [< *]   [( <]
    [% (]   [( <]   [    ]", + "options": [ + "[% (]", + "[% <]", + "[*]", + "[* (]", + "[* <]", + "[%]", + "[* % <]", + "[* %]" + ], + "correct": 1, + "prob_ind": 79 + }, + { + "prompt": "[& !]   [& :]   [! :]
    [& :]   [$ &]   [: $]
    [! :]   [: $]   [    ]", + "options": [ + "[& ! :]", + "[! : $]", + "[  ]", + "[:]", + "[! $]", + "[!]", + "[& : $]", + "[& ! : $]" + ], + "correct": 4, + "prob_ind": 80 + }, + { + "prompt": "[* ~]   [* !]   [~ !]
    [* !]   [% *]   [! %]
    [~ !]   [! %]   [    ]", + "options": [ + "[* ! %]", + "[!]", + "[* ~ !]", + "[%]", + "[~ ! %]", + "[  ]", + "[* ~]", + "[~ %]" + ], + "correct": 7, + "prob_ind": 81 + }, + { + "prompt": "[* <]   [* (]   [< (]
    [* (]   [$ *]   [( $]
    [< (]   [( $]   [    ]", + "options": [ + "[< $]", + "[< ( $]", + "[*]", + "[* < ( $]", + "[( $]", + "[(]", + "[* < (]", + "[* (]" + ], + "correct": 0, + "prob_ind": 82 + }, + { + "prompt": "[$ >]   [$ !]   [> !]
    [$ !]   [* $]   [! *]
    [> !]   [! *]   [    ]", + "options": [ + "[$ !]", + "[> ! *]", + "[$ > *]", + "[$]", + "[> !]", + "[  ]", + "[> *]", + "[$ *]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[: *]   [: >]   [* >]
    [: >]   [& :]   [> &]
    [* >]   [> &]   [    ]", + "options": [ + "[: * >]", + "[: *]", + "[: * &]", + "[: >]", + "[: &]", + "[* &]", + "[: * > &]", + "[* > &]" + ], + "correct": 5, + "prob_ind": 84 + }, + { + "prompt": "[: (]   [: <]   [( <]
    [: <]   [$ :]   [< $]
    [( <]   [< $]   [    ]", + "options": [ + "[( $]", + "[:]", + "[  ]", + "[< $]", + "[<]", + "[: ( < $]", + "[: ( $]", + "[(]" + ], + "correct": 0, + "prob_ind": 85 + }, + { + "prompt": "[& $]   [& *]   [$ *]
    [& *]   [( &]   [* (]
    [$ *]   [* (]   [    ]", + "options": [ + "[$]", + "[& $ (]", + "[$ *]", + "[& *]", + "[$ (]", + "[$ * (]", + "[(]", + "[& $]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[( %]   [( <]   [% <]
    [( <]   [: (]   [< :]
    [% <]   [< :]   [    ]", + "options": [ + "[% :]", + "[% <]", + "[  ]", + "[( % < :]", + "[( % :]", + "[( :]", + "[( % <]", + "[%]" + ], + "correct": 0, + "prob_ind": 87 + }, + { + "prompt": "[! :]   [! (]   [: (]
    [! (]   [% !]   [( %]
    [: (]   [( %]   [    ]", + "options": [ + "[( %]", + "[: %]", + "[! ( %]", + "[(]", + "[! : ( %]", + "[%]", + "[: (]", + "[! (]" + ], + "correct": 1, + "prob_ind": 88 + }, + { + "prompt": "[< :]   [< *]   [: *]
    [< *]   [& <]   [* &]
    [: *]   [* &]   [    ]", + "options": [ + "[: *]", + "[: &]", + "[<]", + "[< : *]", + "[< :]", + "[< : &]", + "[< &]", + "[* &]" + ], + "correct": 1, + "prob_ind": 89 + }, + { + "prompt": "[% *]   [% (]   [* (]
    [% (]   [~ %]   [( ~]
    [* (]   [( ~]   [    ]", + "options": [ + "[% * ( ~]", + "[* ( ~]", + "[*]", + "[%]", + "[* ~]", + "[% ( ~]", + "[% (]", + "[% *]" + ], + "correct": 4, + "prob_ind": 90 + }, + { + "prompt": "[$ <]   [$ ~]   [< ~]
    [$ ~]   [% $]   [~ %]
    [< ~]   [~ %]   [    ]", + "options": [ + "[< %]", + "[  ]", + "[$ <]", + "[$ ~]", + "[~]", + "[%]", + "[$ ~ %]", + "[$ < ~ %]" + ], + "correct": 0, + "prob_ind": 91 + }, + { + "prompt": "[~ *]   [~ <]   [* <]
    [~ <]   [> ~]   [< >]
    [* <]   [< >]   [    ]", + "options": [ + "[*]", + "[~ <]", + "[~ * >]", + "[* < >]", + "[~]", + "[  ]", + "[~ >]", + "[* >]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[: <]   [: >]   [< >]
    [: >]   [% :]   [> %]
    [< >]   [> %]   [    ]", + "options": [ + "[< %]", + "[>]", + "[<]", + "[> %]", + "[: > %]", + "[: < > %]", + "[%]", + "[: < %]" + ], + "correct": 0, + "prob_ind": 93 + }, + { + "prompt": "[$ :]   [$ (]   [: (]
    [$ (]   [~ $]   [( ~]
    [: (]   [( ~]   [    ]", + "options": [ + "[$ (]", + "[: ( ~]", + "[$ : ~]", + "[$ ( ~]", + "[$ ~]", + "[: (]", + "[: ~]", + "[$ : ( ~]" + ], + "correct": 6, + "prob_ind": 94 + }, + { + "prompt": "[( <]   [( :]   [< :]
    [( :]   [> (]   [: >]
    [< :]   [: >]   [    ]", + "options": [ + "[< >]", + "[>]", + "[( < >]", + "[< :]", + "[( < :]", + "[<]", + "[:]", + "[( >]" + ], + "correct": 0, + "prob_ind": 95 + }, + { + "prompt": "[! :]   [! >]   [: >]
    [! >]   [& !]   [> &]
    [: >]   [> &]   [    ]", + "options": [ + "[&]", + "[! > &]", + "[! : >]", + "[! >]", + "[: > &]", + "[! :]", + "[:]", + "[: &]" + ], + "correct": 7, + "prob_ind": 96 + }, + { + "prompt": "[* &]   [* >]   [& >]
    [* >]   [( *]   [> (]
    [& >]   [> (]   [    ]", + "options": [ + "[* >]", + "[(]", + "[* > (]", + "[  ]", + "[& (]", + "[* & (]", + "[> (]", + "[* &]" + ], + "correct": 4, + "prob_ind": 97 + }, + { + "prompt": "[< !]   [< %]   [! %]
    [< %]   [> <]   [% >]
    [! %]   [% >]   [    ]", + "options": [ + "[< ! % >]", + "[< %]", + "[  ]", + "[< % >]", + "[! %]", + "[! % >]", + "[< !]", + "[! >]" + ], + "correct": 7, + "prob_ind": 98 + }, + { + "prompt": "[% :]   [% &]   [: &]
    [% &]   [$ %]   [& $]
    [: &]   [& $]   [    ]", + "options": [ + "[% : &]", + "[% $]", + "[% & $]", + "[  ]", + "[: &]", + "[&]", + "[% &]", + "[: $]" + ], + "correct": 7, + "prob_ind": 99 + } + ], + "c3_set_union_permuted": [ + { + "prompt": "[!]   [<]   [! <]
    [~]   [*]   [* ~]
    [! ~]   [* <]   [    ]", + "options": [ + "[  ]", + "[~ < !]", + "[* ~]", + "[~]", + "[! *]", + "[< * ~]", + "[* ~ < !]", + "[* ~ !]" + ], + "correct": 6, + "prob_ind": 0 + }, + { + "prompt": "[>]   [~]   [~ >]
    [&]   [<]   [< &]
    [& >]   [< ~]   [    ]", + "options": [ + "[& ~ > <]", + "[> ~]", + "[& ~ <]", + "[& ~]", + "[<]", + "[< &]", + "[>]", + "[< ~]" + ], + "correct": 0, + "prob_ind": 1 + }, + { + "prompt": "[*]   [&]   [& *]
    [(]   [~]   [~ (]
    [( *]   [~ &]   [    ]", + "options": [ + "[(]", + "[~ &]", + "[~ (]", + "[& *]", + "[& * ~]", + "[* & ( ~]", + "[( *]", + "[~ ( *]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[!]   [%]   [! %]
    [&]   [~]   [& ~]
    [! &]   [% ~]   [    ]", + "options": [ + "[~ % & !]", + "[! ~]", + "[! &]", + "[  ]", + "[%]", + "[~ ! &]", + "[!]", + "[% &]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[>]   [&]   [> &]
    [!]   [(]   [! (]
    [> !]   [( &]   [    ]", + "options": [ + "[( ! & >]", + "[  ]", + "[> !]", + "[( &]", + "[!]", + "[>]", + "[&]", + "[(]" + ], + "correct": 0, + "prob_ind": 4 + }, + { + "prompt": "[<]   [>]   [> <]
    [:]   [(]   [: (]
    [< :]   [( >]   [    ]", + "options": [ + "[<]", + "[  ]", + "[< >]", + "[> (]", + "[> < : (]", + "[: (]", + "[< : (]", + "[: >]" + ], + "correct": 4, + "prob_ind": 5 + }, + { + "prompt": "[:]   [&]   [& :]
    [(]   [%]   [( %]
    [: (]   [% &]   [    ]", + "options": [ + "[%]", + "[( % : &]", + "[(]", + "[% & :]", + "[( :]", + "[& :]", + "[& (]", + "[:]" + ], + "correct": 1, + "prob_ind": 6 + }, + { + "prompt": "[&]   [(]   [& (]
    [*]   [:]   [: *]
    [* &]   [: (]   [    ]", + "options": [ + "[* &]", + "[* ( &]", + "[* : (]", + "[* : ( &]", + "[* :]", + "[( : &]", + "[*]", + "[( *]" + ], + "correct": 3, + "prob_ind": 7 + }, + { + "prompt": "[%]   [>]   [> %]
    [!]   [~]   [~ !]
    [! %]   [~ >]   [    ]", + "options": [ + "[% >]", + "[  ]", + "[% ~]", + "[!]", + "[! % > ~]", + "[! ~]", + "[%]", + "[! ~ %]" + ], + "correct": 4, + "prob_ind": 8 + }, + { + "prompt": "[(]   [~]   [~ (]
    [$]   [*]   [* $]
    [( $]   [* ~]   [    ]", + "options": [ + "[~]", + "[~ *]", + "[~ $ * (]", + "[(]", + "[$ ( *]", + "[( *]", + "[$]", + "[~ * $]" + ], + "correct": 2, + "prob_ind": 9 + }, + { + "prompt": "[~]   [:]   [~ :]
    [$]   [<]   [< $]
    [~ $]   [: <]   [    ]", + "options": [ + "[<]", + "[< : $]", + "[$ ~]", + "[< ~ :]", + "[< $]", + "[~ < $ :]", + "[$ ~ :]", + "[: $]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[%]   [*]   [* %]
    [>]   [(]   [( >]
    [% >]   [( *]   [    ]", + "options": [ + "[>]", + "[> %]", + "[> * %]", + "[* >]", + "[( * >]", + "[% ( *]", + "[( > * %]", + "[*]" + ], + "correct": 6, + "prob_ind": 11 + }, + { + "prompt": "[>]   [&]   [> &]
    [<]   [!]   [! <]
    [> <]   [& !]   [    ]", + "options": [ + "[< !]", + "[&]", + "[>]", + "[!]", + "[! &]", + "[& <]", + "[  ]", + "[> & < !]" + ], + "correct": 7, + "prob_ind": 12 + }, + { + "prompt": "[%]   [*]   [* %]
    [(]   [!]   [( !]
    [( %]   [! *]   [    ]", + "options": [ + "[( ! *]", + "[% * ! (]", + "[% (]", + "[  ]", + "[*]", + "[* !]", + "[%]", + "[! (]" + ], + "correct": 1, + "prob_ind": 13 + }, + { + "prompt": "[%]   [$]   [% $]
    [&]   [~]   [& ~]
    [& %]   [~ $]   [    ]", + "options": [ + "[  ]", + "[% $]", + "[&]", + "[~ & %]", + "[& $]", + "[& % ~ $]", + "[& ~]", + "[$ & %]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[%]   [>]   [% >]
    [~]   [&]   [& ~]
    [~ %]   [> &]   [    ]", + "options": [ + "[~ > &]", + "[& ~ %]", + "[%]", + "[>]", + "[> % ~ &]", + "[~ &]", + "[> %]", + "[% & >]" + ], + "correct": 4, + "prob_ind": 15 + }, + { + "prompt": "[%]   [*]   [* %]
    [<]   [>]   [< >]
    [% <]   [* >]   [    ]", + "options": [ + "[% > <]", + "[% < *]", + "[% >]", + "[  ]", + "[> <]", + "[<]", + "[*]", + "[< > * %]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[*]   [:]   [* :]
    [(]   [~]   [( ~]
    [* (]   [: ~]   [    ]", + "options": [ + "[( *]", + "[  ]", + "[( ~]", + "[~ ( *]", + "[*]", + "[( * ~ :]", + "[~]", + "[( :]" + ], + "correct": 5, + "prob_ind": 17 + }, + { + "prompt": "[(]   [>]   [> (]
    [:]   [$]   [: $]
    [: (]   [$ >]   [    ]", + "options": [ + "[  ]", + "[$ >]", + "[( $]", + "[: (]", + "[: ( $ >]", + "[:]", + "[: > (]", + "[: $]" + ], + "correct": 4, + "prob_ind": 18 + }, + { + "prompt": "[%]   [~]   [% ~]
    [:]   [$]   [$ :]
    [% :]   [$ ~]   [    ]", + "options": [ + "[: % ~]", + "[$ ~ %]", + "[: $ % ~]", + "[: $ %]", + "[$]", + "[: $]", + "[%]", + "[~ $]" + ], + "correct": 2, + "prob_ind": 19 + }, + { + "prompt": "[&]   [!]   [! &]
    [:]   [(]   [: (]
    [& :]   [( !]   [    ]", + "options": [ + "[& !]", + "[&]", + "[! : & (]", + "[(]", + "[& ( :]", + "[( !]", + "[! :]", + "[& ! :]" + ], + "correct": 2, + "prob_ind": 20 + }, + { + "prompt": "[!]   [$]   [! $]
    [>]   [%]   [> %]
    [> !]   [$ %]   [    ]", + "options": [ + "[$ %]", + "[% !]", + "[%]", + "[> $]", + "[> $ ! %]", + "[$]", + "[% >]", + "[! >]" + ], + "correct": 4, + "prob_ind": 21 + }, + { + "prompt": "[>]   [%]   [% >]
    [<]   [:]   [< :]
    [< >]   [% :]   [    ]", + "options": [ + "[< % :]", + "[<]", + "[:]", + "[  ]", + "[> < %]", + "[>]", + "[% < : >]", + "[> % :]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[&]   [>]   [> &]
    [!]   [$]   [! $]
    [& !]   [$ >]   [    ]", + "options": [ + "[& $ >]", + "[> & $ !]", + "[&]", + "[! & $]", + "[! $]", + "[>]", + "[> !]", + "[& ! >]" + ], + "correct": 1, + "prob_ind": 23 + }, + { + "prompt": "[(]   [&]   [& (]
    [!]   [$]   [$ !]
    [( !]   [& $]   [    ]", + "options": [ + "[& !]", + "[  ]", + "[& $ ! (]", + "[$ (]", + "[$ & (]", + "[!]", + "[! & (]", + "[$ ! (]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[:]   [>]   [: >]
    [~]   [(]   [( ~]
    [~ :]   [> (]   [    ]", + "options": [ + "[>]", + "[> :]", + "[: ( >]", + "[~ (]", + "[> : ( ~]", + "[~ :]", + "[~ : (]", + "[  ]" + ], + "correct": 4, + "prob_ind": 25 + }, + { + "prompt": "[*]   [!]   [! *]
    [%]   [$]   [$ %]
    [% *]   [! $]   [    ]", + "options": [ + "[* $ %]", + "[$]", + "[$ ! *]", + "[!]", + "[* ! % $]", + "[! $]", + "[* $]", + "[* %]" + ], + "correct": 4, + "prob_ind": 26 + }, + { + "prompt": "[!]   [(]   [! (]
    [~]   [%]   [% ~]
    [~ !]   [% (]   [    ]", + "options": [ + "[( ~]", + "[! (]", + "[( ! % ~]", + "[% (]", + "[~ ! %]", + "[! ~ (]", + "[~ % (]", + "[% ~]" + ], + "correct": 2, + "prob_ind": 27 + }, + { + "prompt": "[>]   [<]   [> <]
    [(]   [!]   [! (]
    [> (]   [< !]   [    ]", + "options": [ + "[< >]", + "[< ! >]", + "[> (]", + "[!]", + "[< ! > (]", + "[<]", + "[< ! (]", + "[! <]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[&]   [(]   [( &]
    [!]   [*]   [! *]
    [& !]   [( *]   [    ]", + "options": [ + "[* & ( !]", + "[(]", + "[* &]", + "[* & (]", + "[& !]", + "[( &]", + "[( !]", + "[! ( &]" + ], + "correct": 0, + "prob_ind": 29 + }, + { + "prompt": "[*]   [<]   [* <]
    [(]   [:]   [( :]
    [( *]   [: <]   [    ]", + "options": [ + "[: (]", + "[<]", + "[< : * (]", + "[< *]", + "[: * <]", + "[(]", + "[*]", + "[( : *]" + ], + "correct": 2, + "prob_ind": 30 + }, + { + "prompt": "[~]   [<]   [< ~]
    [$]   [!]   [$ !]
    [~ $]   [< !]   [    ]", + "options": [ + "[!]", + "[~ $]", + "[<]", + "[< ~]", + "[< ~ $ !]", + "[  ]", + "[! < $]", + "[$ ! ~]" + ], + "correct": 4, + "prob_ind": 31 + }, + { + "prompt": "[<]   [!]   [! <]
    [$]   [>]   [$ >]
    [< $]   [> !]   [    ]", + "options": [ + "[< >]", + "[< > ! $]", + "[> $ <]", + "[!]", + "[< ! $]", + "[$ <]", + "[> ! $]", + "[$]" + ], + "correct": 1, + "prob_ind": 32 + }, + { + "prompt": "[>]   [&]   [& >]
    [:]   [!]   [: !]
    [> :]   [! &]   [    ]", + "options": [ + "[> &]", + "[>]", + "[:]", + "[: > &]", + "[! &]", + "[&]", + "[> : ! &]", + "[  ]" + ], + "correct": 6, + "prob_ind": 33 + }, + { + "prompt": "[&]   [*]   [& *]
    [%]   [:]   [% :]
    [% &]   [: *]   [    ]", + "options": [ + "[% *]", + "[% :]", + "[& *]", + "[:]", + "[&]", + "[: *]", + "[% * & :]", + "[% &]" + ], + "correct": 6, + "prob_ind": 34 + }, + { + "prompt": "[%]   [>]   [% >]
    [!]   [&]   [! &]
    [% !]   [> &]   [    ]", + "options": [ + "[% >]", + "[& >]", + "[& !]", + "[  ]", + "[% > !]", + "[& ! % >]", + "[% > &]", + "[>]" + ], + "correct": 5, + "prob_ind": 35 + }, + { + "prompt": "[>]   [<]   [> <]
    [~]   [$]   [$ ~]
    [> ~]   [< $]   [    ]", + "options": [ + "[$]", + "[$ ~]", + "[>]", + "[~ < >]", + "[~ <]", + "[$ < >]", + "[$ >]", + "[~ $ < >]" + ], + "correct": 7, + "prob_ind": 36 + }, + { + "prompt": "[(]   [<]   [( <]
    [!]   [~]   [! ~]
    [( !]   [< ~]   [    ]", + "options": [ + "[(]", + "[~ <]", + "[~ < ( !]", + "[( ! ~]", + "[( !]", + "[<]", + "[( <]", + "[! ~]" + ], + "correct": 2, + "prob_ind": 37 + }, + { + "prompt": "[~]   [:]   [: ~]
    [<]   [!]   [< !]
    [~ <]   [! :]   [    ]", + "options": [ + "[~]", + "[: < ~ !]", + "[< : !]", + "[<]", + "[: ~ <]", + "[: ~]", + "[! ~]", + "[: <]" + ], + "correct": 1, + "prob_ind": 38 + }, + { + "prompt": "[&]   [%]   [% &]
    [$]   [:]   [: $]
    [& $]   [: %]   [    ]", + "options": [ + "[% &]", + "[&]", + "[: $ % &]", + "[:]", + "[  ]", + "[$ & :]", + "[& $]", + "[: & %]" + ], + "correct": 2, + "prob_ind": 39 + }, + { + "prompt": "[$]   [!]   [! $]
    [~]   [%]   [% ~]
    [$ ~]   [% !]   [    ]", + "options": [ + "[$]", + "[$ !]", + "[  ]", + "[! ~]", + "[!]", + "[% $]", + "[% $ ~]", + "[! % $ ~]" + ], + "correct": 7, + "prob_ind": 40 + }, + { + "prompt": "[:]   [!]   [: !]
    [%]   [<]   [% <]
    [% :]   [! <]   [    ]", + "options": [ + "[<]", + "[% < :]", + "[!]", + "[< : !]", + "[  ]", + "[! %]", + "[% ! < :]", + "[% :]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[~]   [$]   [$ ~]
    [!]   [>]   [> !]
    [~ !]   [> $]   [    ]", + "options": [ + "[> !]", + "[$]", + "[~ ! > $]", + "[!]", + "[~ >]", + "[~ ! >]", + "[$ !]", + "[! ~]" + ], + "correct": 2, + "prob_ind": 42 + }, + { + "prompt": "[:]   [~]   [~ :]
    [!]   [$]   [! $]
    [! :]   [~ $]   [    ]", + "options": [ + "[$]", + "[! ~]", + "[: !]", + "[: ~ !]", + "[  ]", + "[~ : ! $]", + "[~]", + "[~ $ !]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[*]   [>]   [> *]
    [<]   [$]   [$ <]
    [* <]   [> $]   [    ]", + "options": [ + "[* $]", + "[> * < $]", + "[< > *]", + "[< * $]", + "[$]", + "[* >]", + "[< *]", + "[< >]" + ], + "correct": 1, + "prob_ind": 44 + }, + { + "prompt": "[&]   [!]   [! &]
    [(]   [<]   [< (]
    [( &]   [! <]   [    ]", + "options": [ + "[<]", + "[! (]", + "[&]", + "[( < !]", + "[< ! ( &]", + "[!]", + "[( <]", + "[  ]" + ], + "correct": 4, + "prob_ind": 45 + }, + { + "prompt": "[%]   [~]   [% ~]
    [(]   [>]   [> (]
    [% (]   [~ >]   [    ]", + "options": [ + "[% ( >]", + "[% ( ~]", + "[%]", + "[% ( ~ >]", + "[% >]", + "[  ]", + "[(]", + "[~ (]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[%]   [:]   [: %]
    [!]   [>]   [> !]
    [% !]   [: >]   [    ]", + "options": [ + "[!]", + "[: !]", + "[:]", + "[> !]", + "[>]", + "[> % !]", + "[: ! %]", + "[: ! % >]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[:]   [&]   [: &]
    [!]   [~]   [~ !]
    [! :]   [& ~]   [    ]", + "options": [ + "[~ & !]", + "[: &]", + "[: !]", + "[: ~ !]", + "[~ & :]", + "[! &]", + "[  ]", + "[: & ! ~]" + ], + "correct": 7, + "prob_ind": 48 + }, + { + "prompt": "[%]   [*]   [% *]
    [>]   [&]   [& >]
    [> %]   [* &]   [    ]", + "options": [ + "[* & % >]", + "[> *]", + "[% &]", + "[* &]", + "[% > &]", + "[  ]", + "[& > *]", + "[& >]" + ], + "correct": 0, + "prob_ind": 49 + }, + { + "prompt": "[%]   [:]   [% :]
    [*]   [>]   [> *]
    [% *]   [> :]   [    ]", + "options": [ + "[: % * >]", + "[: *]", + "[*]", + "[>]", + "[:]", + "[%]", + "[% : *]", + "[% * >]" + ], + "correct": 0, + "prob_ind": 50 + }, + { + "prompt": "[%]   [&]   [% &]
    [!]   [:]   [! :]
    [! %]   [: &]   [    ]", + "options": [ + "[% & :]", + "[  ]", + "[% : !]", + "[& %]", + "[!]", + "[& : % !]", + "[: %]", + "[! &]" + ], + "correct": 5, + "prob_ind": 51 + }, + { + "prompt": "[&]   [~]   [& ~]
    [%]   [<]   [% <]
    [% &]   [< ~]   [    ]", + "options": [ + "[& < %]", + "[< & ~ %]", + "[~ &]", + "[&]", + "[~ %]", + "[<]", + "[< ~]", + "[  ]" + ], + "correct": 1, + "prob_ind": 52 + }, + { + "prompt": "[(]   [~]   [( ~]
    [>]   [$]   [> $]
    [> (]   [~ $]   [    ]", + "options": [ + "[$ ~ >]", + "[$ (]", + "[( $ > ~]", + "[>]", + "[> ~]", + "[(]", + "[$ ( >]", + "[( >]" + ], + "correct": 2, + "prob_ind": 53 + }, + { + "prompt": "[<]   [~]   [< ~]
    [*]   [$]   [$ *]
    [< *]   [~ $]   [    ]", + "options": [ + "[~ * <]", + "[<]", + "[~ *]", + "[~ < * $]", + "[< ~]", + "[$ ~]", + "[~]", + "[* $]" + ], + "correct": 3, + "prob_ind": 54 + }, + { + "prompt": "[>]   [<]   [> <]
    [~]   [(]   [~ (]
    [~ >]   [< (]   [    ]", + "options": [ + "[~ ( >]", + "[~ <]", + "[<]", + "[(]", + "[>]", + "[< (]", + "[< > ( ~]", + "[< >]" + ], + "correct": 6, + "prob_ind": 55 + }, + { + "prompt": "[~]   [(]   [~ (]
    [$]   [!]   [$ !]
    [~ $]   [( !]   [    ]", + "options": [ + "[~]", + "[( ~ !]", + "[  ]", + "[(]", + "[$ ( !]", + "[~ $ ( !]", + "[( $]", + "[~ $ (]" + ], + "correct": 5, + "prob_ind": 56 + }, + { + "prompt": "[>]   [~]   [~ >]
    [:]   [%]   [: %]
    [: >]   [% ~]   [    ]", + "options": [ + "[%]", + "[~ > %]", + "[> %]", + "[~ : % >]", + "[:]", + "[~]", + "[~ %]", + "[: ~]" + ], + "correct": 3, + "prob_ind": 57 + }, + { + "prompt": "[(]   [>]   [( >]
    [$]   [&]   [$ &]
    [$ (]   [& >]   [    ]", + "options": [ + "[& (]", + "[> &]", + "[$ >]", + "[>]", + "[(]", + "[> (]", + "[& > $]", + "[( $ > &]" + ], + "correct": 7, + "prob_ind": 58 + }, + { + "prompt": "[%]   [(]   [( %]
    [>]   [&]   [> &]
    [% >]   [& (]   [    ]", + "options": [ + "[% ( &]", + "[&]", + "[(]", + "[>]", + "[& >]", + "[& > %]", + "[& % > (]", + "[  ]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[$]   [*]   [* $]
    [&]   [(]   [& (]
    [& $]   [* (]   [    ]", + "options": [ + "[$ ( * &]", + "[  ]", + "[* $ (]", + "[( $]", + "[*]", + "[( &]", + "[* &]", + "[* $ &]" + ], + "correct": 0, + "prob_ind": 60 + }, + { + "prompt": "[*]   [$]   [* $]
    [>]   [~]   [> ~]
    [* >]   [$ ~]   [    ]", + "options": [ + "[> ~ * $]", + "[>]", + "[* $]", + "[~ * $]", + "[> ~ $]", + "[> $]", + "[*]", + "[> * ~]" + ], + "correct": 0, + "prob_ind": 61 + }, + { + "prompt": "[*]   [:]   [* :]
    [~]   [$]   [$ ~]
    [* ~]   [: $]   [    ]", + "options": [ + "[~ * $ :]", + "[: ~]", + "[*]", + "[: ~ $]", + "[  ]", + "[: * ~]", + "[: * $]", + "[~]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[$]   [%]   [% $]
    [~]   [(]   [( ~]
    [$ ~]   [( %]   [    ]", + "options": [ + "[$]", + "[$ ( ~]", + "[~ $]", + "[%]", + "[$ %]", + "[$ ( ~ %]", + "[% $ ~]", + "[~]" + ], + "correct": 5, + "prob_ind": 63 + }, + { + "prompt": "[!]   [*]   [! *]
    [$]   [(]   [( $]
    [$ !]   [* (]   [    ]", + "options": [ + "[* !]", + "[! (]", + "[* $]", + "[*]", + "[$]", + "[  ]", + "[! * $ (]", + "[( ! $]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[%]   [$]   [% $]
    [>]   [*]   [> *]
    [> %]   [$ *]   [    ]", + "options": [ + "[* >]", + "[%]", + "[* %]", + "[> $]", + "[$ *]", + "[* $ % >]", + "[> $ %]", + "[> %]" + ], + "correct": 5, + "prob_ind": 65 + }, + { + "prompt": "[<]   [~]   [< ~]
    [>]   [*]   [* >]
    [< >]   [~ *]   [    ]", + "options": [ + "[~ <]", + "[>]", + "[> < *]", + "[<]", + "[> ~]", + "[  ]", + "[< *]", + "[> < * ~]" + ], + "correct": 7, + "prob_ind": 66 + }, + { + "prompt": "[%]   [(]   [% (]
    [>]   [!]   [> !]
    [% >]   [( !]   [    ]", + "options": [ + "[> ( %]", + "[( ! >]", + "[!]", + "[! %]", + "[( ! %]", + "[! ( % >]", + "[> %]", + "[(]" + ], + "correct": 5, + "prob_ind": 67 + }, + { + "prompt": "[&]   [<]   [& <]
    [*]   [~]   [~ *]
    [* &]   [~ <]   [    ]", + "options": [ + "[*]", + "[* <]", + "[~ * & <]", + "[* &]", + "[& ~]", + "[<]", + "[* ~]", + "[* < ~]" + ], + "correct": 2, + "prob_ind": 68 + }, + { + "prompt": "[$]   [&]   [$ &]
    [<]   [!]   [! <]
    [$ <]   [& !]   [    ]", + "options": [ + "[&]", + "[< $]", + "[! $ &]", + "[< & ! $]", + "[!]", + "[$]", + "[! &]", + "[< !]" + ], + "correct": 3, + "prob_ind": 69 + }, + { + "prompt": "[!]   [*]   [* !]
    [&]   [~]   [~ &]
    [& !]   [* ~]   [    ]", + "options": [ + "[~ *]", + "[& ~ *]", + "[! *]", + "[* ! ~]", + "[* &]", + "[~ ! & *]", + "[! &]", + "[& ! *]" + ], + "correct": 5, + "prob_ind": 70 + }, + { + "prompt": "[%]   [$]   [$ %]
    [:]   [!]   [: !]
    [: %]   [! $]   [    ]", + "options": [ + "[$ :]", + "[: % !]", + "[: $ % !]", + "[  ]", + "[! :]", + "[% !]", + "[:]", + "[% : $]" + ], + "correct": 2, + "prob_ind": 71 + }, + { + "prompt": "[:]   [*]   [* :]
    [%]   [<]   [< %]
    [: %]   [* <]   [    ]", + "options": [ + "[< % :]", + "[% :]", + "[: * < %]", + "[* <]", + "[: *]", + "[:]", + "[: * <]", + "[< %]" + ], + "correct": 2, + "prob_ind": 72 + }, + { + "prompt": "[~]   [(]   [( ~]
    [!]   [&]   [! &]
    [~ !]   [( &]   [    ]", + "options": [ + "[! ~ & (]", + "[( & !]", + "[( ~]", + "[& ~]", + "[~ & (]", + "[!]", + "[(]", + "[( &]" + ], + "correct": 0, + "prob_ind": 73 + }, + { + "prompt": "[%]   [$]   [$ %]
    [*]   [~]   [~ *]
    [% *]   [$ ~]   [    ]", + "options": [ + "[% *]", + "[$ ~ % *]", + "[* % $]", + "[~]", + "[* ~]", + "[%]", + "[*]", + "[% $ ~]" + ], + "correct": 1, + "prob_ind": 74 + }, + { + "prompt": "[>]   [$]   [> $]
    [<]   [(]   [< (]
    [> <]   [( $]   [    ]", + "options": [ + "[< $ ( >]", + "[$ ( >]", + "[$ >]", + "[< $ (]", + "[< >]", + "[< $]", + "[$]", + "[( <]" + ], + "correct": 0, + "prob_ind": 75 + }, + { + "prompt": "[(]   [*]   [( *]
    [&]   [>]   [> &]
    [& (]   [* >]   [    ]", + "options": [ + "[>]", + "[( *]", + "[& > *]", + "[&]", + "[(]", + "[& > ( *]", + "[& *]", + "[> * (]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[*]   [<]   [* <]
    [&]   [!]   [& !]
    [* &]   [! <]   [    ]", + "options": [ + "[&]", + "[& *]", + "[< *]", + "[! *]", + "[! < * &]", + "[* & <]", + "[< ! &]", + "[! <]" + ], + "correct": 4, + "prob_ind": 77 + }, + { + "prompt": "[&]   [(]   [& (]
    [:]   [<]   [< :]
    [& :]   [< (]   [    ]", + "options": [ + "[< &]", + "[& : <]", + "[: (]", + "[& (]", + "[( <]", + "[& < ( :]", + "[: ( &]", + "[( < &]" + ], + "correct": 5, + "prob_ind": 78 + }, + { + "prompt": "[:]   [*]   [* :]
    [<]   [&]   [< &]
    [< :]   [& *]   [    ]", + "options": [ + "[&]", + "[*]", + "[<]", + "[* &]", + "[* & < :]", + "[& * <]", + "[  ]", + "[: < *]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[<]   [!]   [< !]
    [(]   [$]   [( $]
    [< (]   [$ !]   [    ]", + "options": [ + "[$ < !]", + "[$]", + "[$ !]", + "[( <]", + "[$ <]", + "[( ! $ <]", + "[! < (]", + "[! <]" + ], + "correct": 5, + "prob_ind": 80 + }, + { + "prompt": "[$]   [*]   [* $]
    [%]   [&]   [& %]
    [$ %]   [& *]   [    ]", + "options": [ + "[* & $ %]", + "[* %]", + "[% $]", + "[* $]", + "[& %]", + "[$ * %]", + "[%]", + "[* &]" + ], + "correct": 0, + "prob_ind": 81 + }, + { + "prompt": "[<]   [$]   [$ <]
    [%]   [&]   [% &]
    [< %]   [$ &]   [    ]", + "options": [ + "[% <]", + "[&]", + "[<]", + "[% & < $]", + "[& <]", + "[$]", + "[% &]", + "[% < &]" + ], + "correct": 3, + "prob_ind": 82 + }, + { + "prompt": "[$]   [:]   [$ :]
    [*]   [%]   [* %]
    [$ *]   [% :]   [    ]", + "options": [ + "[: % *]", + "[:]", + "[% * $]", + "[%]", + "[*]", + "[% * : $]", + "[: %]", + "[$ %]" + ], + "correct": 5, + "prob_ind": 83 + }, + { + "prompt": "[%]   [&]   [& %]
    [<]   [(]   [< (]
    [< %]   [& (]   [    ]", + "options": [ + "[( &]", + "[( % <]", + "[< ( &]", + "[% &]", + "[  ]", + "[(]", + "[< % &]", + "[& % < (]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[<]   [(]   [( <]
    [%]   [!]   [! %]
    [< %]   [( !]   [    ]", + "options": [ + "[  ]", + "[! % (]", + "[! <]", + "[%]", + "[<]", + "[( <]", + "[< ( !]", + "[< ! ( %]" + ], + "correct": 7, + "prob_ind": 85 + }, + { + "prompt": "[%]   [(]   [( %]
    [:]   [*]   [* :]
    [: %]   [* (]   [    ]", + "options": [ + "[*]", + "[% : (]", + "[( :]", + "[% * : (]", + "[: % *]", + "[( : *]", + "[% :]", + "[( *]" + ], + "correct": 3, + "prob_ind": 86 + }, + { + "prompt": "[~]   [%]   [~ %]
    [<]   [!]   [! <]
    [~ <]   [! %]   [    ]", + "options": [ + "[%]", + "[~ %]", + "[% ~ !]", + "[<]", + "[~]", + "[  ]", + "[! ~ < %]", + "[! <]" + ], + "correct": 6, + "prob_ind": 87 + }, + { + "prompt": "[>]   [(]   [( >]
    [!]   [*]   [! *]
    [! >]   [* (]   [    ]", + "options": [ + "[* ( ! >]", + "[  ]", + "[( !]", + "[(]", + "[> !]", + "[*]", + "[> (]", + "[! * (]" + ], + "correct": 0, + "prob_ind": 88 + }, + { + "prompt": "[<]   [~]   [~ <]
    [:]   [%]   [: %]
    [< :]   [% ~]   [    ]", + "options": [ + "[~ % <]", + "[: <]", + "[: < %]", + "[:]", + "[~ :]", + "[% <]", + "[<]", + "[% ~ : <]" + ], + "correct": 7, + "prob_ind": 89 + }, + { + "prompt": "[!]   [&]   [! &]
    [:]   [$]   [: $]
    [! :]   [$ &]   [    ]", + "options": [ + "[& $ :]", + "[: &]", + "[!]", + "[! : & $]", + "[: $ !]", + "[  ]", + "[:]", + "[$]" + ], + "correct": 3, + "prob_ind": 90 + }, + { + "prompt": "[&]   [*]   [& *]
    [>]   [:]   [> :]
    [& >]   [* :]   [    ]", + "options": [ + "[> & :]", + "[: >]", + "[: *]", + "[& :]", + "[>]", + "[: * > &]", + "[> *]", + "[*]" + ], + "correct": 5, + "prob_ind": 91 + }, + { + "prompt": "[(]   [>]   [( >]
    [~]   [!]   [! ~]
    [( ~]   [> !]   [    ]", + "options": [ + "[! ~ >]", + "[(]", + "[! >]", + "[~ >]", + "[( > ~]", + "[> ~ ( !]", + "[  ]", + "[~]" + ], + "correct": 5, + "prob_ind": 92 + }, + { + "prompt": "[~]   [*]   [* ~]
    [>]   [%]   [% >]
    [> ~]   [% *]   [    ]", + "options": [ + "[* %]", + "[> % * ~]", + "[~ *]", + "[>]", + "[> ~ *]", + "[*]", + "[%]", + "[~ %]" + ], + "correct": 1, + "prob_ind": 93 + }, + { + "prompt": "[<]   [!]   [< !]
    [:]   [(]   [: (]
    [: <]   [( !]   [    ]", + "options": [ + "[: (]", + "[<]", + "[< (]", + "[: ! < (]", + "[: < (]", + "[( : !]", + "[< : !]", + "[(]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[&]   [~]   [~ &]
    [(]   [>]   [( >]
    [( &]   [> ~]   [    ]", + "options": [ + "[> &]", + "[& ~ > (]", + "[& (]", + "[> ~]", + "[  ]", + "[( ~]", + "[> ( &]", + "[(]" + ], + "correct": 1, + "prob_ind": 95 + }, + { + "prompt": "[:]   [>]   [> :]
    [&]   [~]   [~ &]
    [& :]   [~ >]   [    ]", + "options": [ + "[: &]", + "[: ~ > &]", + "[: & ~]", + "[~ & >]", + "[>]", + "[~ &]", + "[> : ~]", + "[:]" + ], + "correct": 1, + "prob_ind": 96 + }, + { + "prompt": "[<]   [%]   [% <]
    [>]   [~]   [~ >]
    [< >]   [% ~]   [    ]", + "options": [ + "[>]", + "[> <]", + "[< ~ > %]", + "[%]", + "[< ~ >]", + "[<]", + "[% >]", + "[% ~]" + ], + "correct": 2, + "prob_ind": 97 + }, + { + "prompt": "[!]   [*]   [* !]
    [~]   [>]   [~ >]
    [~ !]   [> *]   [    ]", + "options": [ + "[> ~ *]", + "[! ~ * >]", + "[! *]", + "[~ !]", + "[* >]", + "[> !]", + "[~ >]", + "[~]" + ], + "correct": 1, + "prob_ind": 98 + }, + { + "prompt": "[>]   [*]   [* >]
    [<]   [!]   [! <]
    [> <]   [! *]   [    ]", + "options": [ + "[! < * >]", + "[* !]", + "[!]", + "[* ! <]", + "[<]", + "[*]", + "[> <]", + "[< *]" + ], + "correct": 0, + "prob_ind": 99 + } + ], + "c2_set_union_permuted": [ + { + "prompt": "[>]   [> ~]   [~]
    [> &]   [> ~ & <]   [< ~]
    [&]   [< &]   [    ]", + "options": [ + "[<]", + "[~]", + "[~ &]", + "[< > ~ &]", + "[~ >]", + "[>]", + "[< >]", + "[~ < >]" + ], + "correct": 0, + "prob_ind": 0 + }, + { + "prompt": "[>]   [! >]   [!]
    [> ~]   [! > < ~]   [! <]
    [~]   [~ <]   [    ]", + "options": [ + "[> ! ~ <]", + "[!]", + "[<]", + "[! ~ <]", + "[~ ! >]", + "[! <]", + "[~]", + "[< ~ >]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[:]   [* :]   [*]
    [> :]   [* $ > :]   [* $]
    [>]   [> $]   [    ]", + "options": [ + "[  ]", + "[* $]", + "[:]", + "[> *]", + "[*]", + "[$ : >]", + "[$]", + "[> $]" + ], + "correct": 6, + "prob_ind": 2 + }, + { + "prompt": "[>]   [$ >]   [$]
    [% >]   [$ % : >]   [: $]
    [%]   [% :]   [    ]", + "options": [ + "[>]", + "[$]", + "[$ > %]", + "[:]", + "[$ > :]", + "[> : %]", + "[  ]", + "[% :]" + ], + "correct": 3, + "prob_ind": 3 + }, + { + "prompt": "[<]   [< $]   [$]
    [< >]   [> < $ :]   [$ :]
    [>]   [> :]   [    ]", + "options": [ + "[$ >]", + "[$ <]", + "[> $ <]", + "[:]", + "[$ :]", + "[: <]", + "[$ : <]", + "[> :]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[<]   [* <]   [*]
    [$ <]   [~ $ * <]   [* ~]
    [$]   [$ ~]   [    ]", + "options": [ + "[*]", + "[~]", + "[< * $]", + "[$ ~]", + "[  ]", + "[$ * ~ <]", + "[< $]", + "[* $ ~]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[!]   [! (]   [(]
    [$ !]   [( $ ! >]   [( >]
    [$]   [$ >]   [    ]", + "options": [ + "[( $]", + "[>]", + "[! (]", + "[( $ >]", + "[  ]", + "[!]", + "[! $]", + "[> $]" + ], + "correct": 1, + "prob_ind": 6 + }, + { + "prompt": "[>]   [& >]   [&]
    [> ~]   [> ! & ~]   [! &]
    [~]   [~ !]   [    ]", + "options": [ + "[>]", + "[&]", + "[~ &]", + "[! >]", + "[& !]", + "[  ]", + "[~ & >]", + "[!]" + ], + "correct": 7, + "prob_ind": 7 + }, + { + "prompt": "[~]   [> ~]   [>]
    [~ &]   [~ > : &]   [> :]
    [&]   [& :]   [    ]", + "options": [ + "[> ~ :]", + "[> &]", + "[~ &]", + "[: ~]", + "[~]", + "[: > &]", + "[:]", + "[: >]" + ], + "correct": 6, + "prob_ind": 8 + }, + { + "prompt": "[!]   [$ !]   [$]
    [! &]   [! $ ( &]   [( $]
    [&]   [( &]   [    ]", + "options": [ + "[$ ( &]", + "[!]", + "[( !]", + "[! ( &]", + "[(]", + "[$ & !]", + "[$ ( !]", + "[& ( $ !]" + ], + "correct": 4, + "prob_ind": 9 + }, + { + "prompt": "[%]   [* %]   [*]
    [: %]   [( : * %]   [* (]
    [:]   [: (]   [    ]", + "options": [ + "[: ( *]", + "[  ]", + "[* (]", + "[:]", + "[% *]", + "[(]", + "[% ( :]", + "[: %]" + ], + "correct": 5, + "prob_ind": 10 + }, + { + "prompt": "[<]   [( <]   [(]
    [< &]   [% ( < &]   [( %]
    [&]   [& %]   [    ]", + "options": [ + "[% ( &]", + "[& %]", + "[< % & (]", + "[%]", + "[( %]", + "[  ]", + "[<]", + "[% <]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[%]   [$ %]   [$]
    [< %]   [% > $ <]   [$ >]
    [<]   [< >]   [    ]", + "options": [ + "[> <]", + "[> < %]", + "[>]", + "[$ >]", + "[$ %]", + "[%]", + "[  ]", + "[$]" + ], + "correct": 2, + "prob_ind": 12 + }, + { + "prompt": "[*]   [* (]   [(]
    [! *]   [( ! < *]   [< (]
    [!]   [! <]   [    ]", + "options": [ + "[<]", + "[( < * !]", + "[* !]", + "[  ]", + "[*]", + "[* < (]", + "[! (]", + "[< *]" + ], + "correct": 0, + "prob_ind": 13 + }, + { + "prompt": "[&]   [& $]   [$]
    [% &]   [! % $ &]   [$ !]
    [%]   [! %]   [    ]", + "options": [ + "[$ % !]", + "[! &]", + "[$ !]", + "[&]", + "[$ &]", + "[!]", + "[! % &]", + "[% &]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[%]   [~ %]   [~]
    [% <]   [~ % ! <]   [! ~]
    [<]   [< !]   [    ]", + "options": [ + "[% ! ~]", + "[~ %]", + "[~]", + "[< !]", + "[!]", + "[~ % <]", + "[  ]", + "[! %]" + ], + "correct": 4, + "prob_ind": 15 + }, + { + "prompt": "[$]   [$ *]   [*]
    [~ $]   [! $ * ~]   [! *]
    [~]   [! ~]   [    ]", + "options": [ + "[$ *]", + "[! ~ *]", + "[* ~]", + "[! $]", + "[~ $ *]", + "[! $ ~]", + "[!]", + "[  ]" + ], + "correct": 6, + "prob_ind": 16 + }, + { + "prompt": "[~]   [! ~]   [!]
    [: ~]   [! : & ~]   [& !]
    [:]   [& :]   [    ]", + "options": [ + "[  ]", + "[~]", + "[! &]", + "[:]", + "[& : ! ~]", + "[~ ! &]", + "[&]", + "[~ !]" + ], + "correct": 6, + "prob_ind": 17 + }, + { + "prompt": "[&]   [> &]   [>]
    [& %]   [< % > &]   [> <]
    [%]   [% <]   [    ]", + "options": [ + "[% <]", + "[&]", + "[< > & %]", + "[> <]", + "[<]", + "[>]", + "[< &]", + "[> &]" + ], + "correct": 4, + "prob_ind": 18 + }, + { + "prompt": "[&]   [% &]   [%]
    [! &]   [& * % !]   [* %]
    [!]   [! *]   [    ]", + "options": [ + "[& *]", + "[! %]", + "[% & !]", + "[! % * &]", + "[* % &]", + "[*]", + "[% &]", + "[! &]" + ], + "correct": 5, + "prob_ind": 19 + }, + { + "prompt": "[&]   [( &]   [(]
    [& >]   [( < > &]   [( <]
    [>]   [> <]   [    ]", + "options": [ + "[>]", + "[( >]", + "[< ( &]", + "[(]", + "[< (]", + "[< &]", + "[> & (]", + "[<]" + ], + "correct": 7, + "prob_ind": 20 + }, + { + "prompt": "[>]   [> ~]   [~]
    [> !]   [> : ~ !]   [~ :]
    [!]   [: !]   [    ]", + "options": [ + "[:]", + "[> : !]", + "[>]", + "[> ~ :]", + "[!]", + "[! ~ >]", + "[  ]", + "[: !]" + ], + "correct": 0, + "prob_ind": 21 + }, + { + "prompt": "[>]   [* >]   [*]
    [% >]   [$ > % *]   [* $]
    [%]   [$ %]   [    ]", + "options": [ + "[*]", + "[% > *]", + "[$]", + "[* >]", + "[% *]", + "[>]", + "[$ % >]", + "[* $ >]" + ], + "correct": 2, + "prob_ind": 22 + }, + { + "prompt": "[*]   [* (]   [(]
    [: *]   [* < : (]   [< (]
    [:]   [: <]   [    ]", + "options": [ + "[: ( *]", + "[* < (]", + "[< *]", + "[<]", + "[:]", + "[  ]", + "[* (]", + "[( <]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[~]   [* ~]   [*]
    [~ <]   [! * ~ <]   [! *]
    [<]   [< !]   [    ]", + "options": [ + "[*]", + "[* <]", + "[<]", + "[! ~ *]", + "[* ~]", + "[!]", + "[~ !]", + "[! < ~]" + ], + "correct": 5, + "prob_ind": 24 + }, + { + "prompt": "[:]   [: *]   [*]
    [~ :]   [* ~ % :]   [* %]
    [~]   [~ %]   [    ]", + "options": [ + "[:]", + "[* ~ :]", + "[% :]", + "[% ~]", + "[%]", + "[* :]", + "[~ * %]", + "[~ : %]" + ], + "correct": 4, + "prob_ind": 25 + }, + { + "prompt": "[~]   [~ <]   [<]
    [~ %]   [: < % ~]   [< :]
    [%]   [% :]   [    ]", + "options": [ + "[: ~]", + "[< %]", + "[~ : %]", + "[: ~ % <]", + "[: %]", + "[~]", + "[% : <]", + "[:]" + ], + "correct": 7, + "prob_ind": 26 + }, + { + "prompt": "[!]   [! >]   [>]
    [! $]   [> $ ! <]   [> <]
    [$]   [< $]   [    ]", + "options": [ + "[> $]", + "[! <]", + "[$ < ! >]", + "[>]", + "[<]", + "[> < !]", + "[$ ! >]", + "[< $ !]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[&]   [& *]   [*]
    [& <]   [% < & *]   [* %]
    [<]   [< %]   [    ]", + "options": [ + "[% * &]", + "[< * %]", + "[* & % <]", + "[% &]", + "[%]", + "[% *]", + "[< %]", + "[<]" + ], + "correct": 4, + "prob_ind": 28 + }, + { + "prompt": "[$]   [% $]   [%]
    [( $]   [% $ ( ~]   [% ~]
    [(]   [~ (]   [    ]", + "options": [ + "[$ %]", + "[  ]", + "[%]", + "[~]", + "[$ % (]", + "[( ~ %]", + "[~ % $]", + "[~ %]" + ], + "correct": 3, + "prob_ind": 29 + }, + { + "prompt": "[(]   [( &]   [&]
    [% (]   [& ( ~ %]   [& ~]
    [%]   [% ~]   [    ]", + "options": [ + "[&]", + "[~ & (]", + "[& ~]", + "[& %]", + "[( & %]", + "[~ %]", + "[~]", + "[( &]" + ], + "correct": 6, + "prob_ind": 30 + }, + { + "prompt": "[*]   [& *]   [&]
    [> *]   [> & % *]   [% &]
    [>]   [% >]   [    ]", + "options": [ + "[* & >]", + "[>]", + "[% &]", + "[%]", + "[&]", + "[  ]", + "[% * > &]", + "[> *]" + ], + "correct": 3, + "prob_ind": 31 + }, + { + "prompt": "[&]   [& <]   [<]
    [& ~]   [& : ~ <]   [: <]
    [~]   [~ :]   [    ]", + "options": [ + "[~]", + "[: & ~]", + "[: ~ <]", + "[~ & <]", + "[  ]", + "[~ & < :]", + "[& ~]", + "[:]" + ], + "correct": 7, + "prob_ind": 32 + }, + { + "prompt": "[%]   [* %]   [*]
    [% !]   [( * ! %]   [( *]
    [!]   [! (]   [    ]", + "options": [ + "[! %]", + "[(]", + "[!]", + "[%]", + "[! * %]", + "[( ! * %]", + "[( ! %]", + "[! * (]" + ], + "correct": 1, + "prob_ind": 33 + }, + { + "prompt": "[>]   [> *]   [*]
    [& >]   [> & * :]   [: *]
    [&]   [: &]   [    ]", + "options": [ + "[: &]", + "[> :]", + "[> * : &]", + "[&]", + "[: *]", + "[:]", + "[: * &]", + "[: > &]" + ], + "correct": 5, + "prob_ind": 34 + }, + { + "prompt": "[:]   [: %]   [%]
    [& :]   [& : % (]   [( %]
    [&]   [& (]   [    ]", + "options": [ + "[: (]", + "[: %]", + "[  ]", + "[(]", + "[%]", + "[:]", + "[: & (]", + "[( : %]" + ], + "correct": 3, + "prob_ind": 35 + }, + { + "prompt": "[%]   [$ %]   [$]
    [% :]   [% : < $]   [< $]
    [:]   [< :]   [    ]", + "options": [ + "[< %]", + "[$ %]", + "[%]", + "[$ : % <]", + "[< $]", + "[<]", + "[:]", + "[% $ <]" + ], + "correct": 5, + "prob_ind": 36 + }, + { + "prompt": "[$]   [$ ~]   [~]
    [& $]   [& ~ ! $]   [~ !]
    [&]   [& !]   [    ]", + "options": [ + "[$ !]", + "[! ~ $]", + "[~ & !]", + "[& $ ~]", + "[!]", + "[~ $]", + "[  ]", + "[~ $ ! &]" + ], + "correct": 4, + "prob_ind": 37 + }, + { + "prompt": "[&]   [& ~]   [~]
    [& (]   [$ ~ ( &]   [~ $]
    [(]   [( $]   [    ]", + "options": [ + "[$ (]", + "[$]", + "[~ $]", + "[( ~]", + "[& ~ (]", + "[(]", + "[( $ ~]", + "[$ ~ &]" + ], + "correct": 1, + "prob_ind": 38 + }, + { + "prompt": "[!]   [> !]   [>]
    [! %]   [$ % > !]   [$ >]
    [%]   [% $]   [    ]", + "options": [ + "[> ! % $]", + "[> $]", + "[> $ %]", + "[! %]", + "[$]", + "[> %]", + "[$ !]", + "[$ > !]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[%]   [> %]   [>]
    [( %]   [& % > (]   [& >]
    [(]   [( &]   [    ]", + "options": [ + "[&]", + "[& (]", + "[& >]", + "[& %]", + "[(]", + "[% >]", + "[% & ( >]", + "[> (]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[&]   [& :]   [:]
    [$ &]   [& ( $ :]   [: (]
    [$]   [( $]   [    ]", + "options": [ + "[$ ( &]", + "[&]", + "[$ :]", + "[:]", + "[$ &]", + "[( :]", + "[& :]", + "[(]" + ], + "correct": 7, + "prob_ind": 41 + }, + { + "prompt": "[(]   [( $]   [$]
    [! (]   [$ ~ ( !]   [$ ~]
    [!]   [! ~]   [    ]", + "options": [ + "[$ (]", + "[! ~ $]", + "[( $ !]", + "[  ]", + "[( $ ! ~]", + "[! (]", + "[~ $]", + "[~]" + ], + "correct": 7, + "prob_ind": 42 + }, + { + "prompt": "[(]   [( ~]   [~]
    [( !]   [& ( ~ !]   [& ~]
    [!]   [! &]   [    ]", + "options": [ + "[  ]", + "[!]", + "[& ~]", + "[&]", + "[( &]", + "[& ! ~ (]", + "[& ( ~]", + "[( & !]" + ], + "correct": 3, + "prob_ind": 43 + }, + { + "prompt": "[>]   [> %]   [%]
    [> (]   [( % > <]   [% <]
    [(]   [< (]   [    ]", + "options": [ + "[( > %]", + "[% (]", + "[> (]", + "[> %]", + "[  ]", + "[<]", + "[> <]", + "[%]" + ], + "correct": 5, + "prob_ind": 44 + }, + { + "prompt": "[&]   [> &]   [>]
    [& $]   [$ & ! >]   [> !]
    [$]   [$ !]   [    ]", + "options": [ + "[& !]", + "[> ! & $]", + "[$ &]", + "[!]", + "[>]", + "[  ]", + "[! > &]", + "[& ! $]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[%]   [( %]   [(]
    [& %]   [$ & % (]   [( $]
    [&]   [& $]   [    ]", + "options": [ + "[& ( $]", + "[&]", + "[(]", + "[$]", + "[( &]", + "[% ( $ &]", + "[$ % &]", + "[  ]" + ], + "correct": 3, + "prob_ind": 46 + }, + { + "prompt": "[<]   [< *]   [*]
    [> <]   [( > * <]   [( *]
    [>]   [> (]   [    ]", + "options": [ + "[  ]", + "[< *]", + "[( > <]", + "[( * <]", + "[( > *]", + "[( <]", + "[*]", + "[(]" + ], + "correct": 7, + "prob_ind": 47 + }, + { + "prompt": "[%]   [% <]   [<]
    [% &]   [< % : &]   [: <]
    [&]   [& :]   [    ]", + "options": [ + "[< %]", + "[& < :]", + "[: <]", + "[< % &]", + "[<]", + "[&]", + "[:]", + "[%]" + ], + "correct": 6, + "prob_ind": 48 + }, + { + "prompt": "[!]   [! :]   [:]
    [! >]   [( ! > :]   [( :]
    [>]   [( >]   [    ]", + "options": [ + "[: >]", + "[: !]", + "[(]", + "[: ( >]", + "[> (]", + "[> : ! (]", + "[! (]", + "[> ! (]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[:]   [: $]   [$]
    [: <]   [( $ : <]   [( $]
    [<]   [< (]   [    ]", + "options": [ + "[: <]", + "[< : $]", + "[( $ : <]", + "[:]", + "[( <]", + "[: (]", + "[< ( $]", + "[(]" + ], + "correct": 7, + "prob_ind": 50 + }, + { + "prompt": "[~]   [* ~]   [*]
    [~ (]   [~ ! ( *]   [* !]
    [(]   [! (]   [    ]", + "options": [ + "[( *]", + "[!]", + "[! * ~]", + "[( ~]", + "[! ( ~]", + "[~ *]", + "[! *]", + "[*]" + ], + "correct": 1, + "prob_ind": 51 + }, + { + "prompt": "[>]   [> $]   [$]
    [> &]   [$ ( & >]   [( $]
    [&]   [& (]   [    ]", + "options": [ + "[& >]", + "[& $]", + "[( $]", + "[& (]", + "[( >]", + "[( > $]", + "[&]", + "[(]" + ], + "correct": 7, + "prob_ind": 52 + }, + { + "prompt": "[:]   [: $]   [$]
    [% :]   [~ % : $]   [$ ~]
    [%]   [% ~]   [    ]", + "options": [ + "[~]", + "[  ]", + "[$ :]", + "[:]", + "[$ ~ :]", + "[~ :]", + "[~ : %]", + "[$ ~]" + ], + "correct": 0, + "prob_ind": 53 + }, + { + "prompt": "[&]   [& :]   [:]
    [& ~]   [& ~ % :]   [: %]
    [~]   [~ %]   [    ]", + "options": [ + "[: & %]", + "[:]", + "[: &]", + "[% &]", + "[%]", + "[& % ~ :]", + "[& ~ %]", + "[~ :]" + ], + "correct": 4, + "prob_ind": 54 + }, + { + "prompt": "[&]   [& $]   [$]
    [* &]   [> & $ *]   [$ >]
    [*]   [* >]   [    ]", + "options": [ + "[& $ >]", + "[  ]", + "[>]", + "[*]", + "[$]", + "[& *]", + "[> $ * &]", + "[& * >]" + ], + "correct": 2, + "prob_ind": 55 + }, + { + "prompt": "[%]   [< %]   [<]
    [% !]   [( ! % <]   [( <]
    [!]   [( !]   [    ]", + "options": [ + "[< (]", + "[% < (]", + "[( % !]", + "[( !]", + "[% ( < !]", + "[(]", + "[! %]", + "[  ]" + ], + "correct": 5, + "prob_ind": 56 + }, + { + "prompt": "[%]   [% (]   [(]
    [$ %]   [% ( > $]   [> (]
    [$]   [$ >]   [    ]", + "options": [ + "[> (]", + "[$ % >]", + "[>]", + "[$ (]", + "[> %]", + "[$ ( >]", + "[% (]", + "[%]" + ], + "correct": 2, + "prob_ind": 57 + }, + { + "prompt": "[%]   [% ~]   [~]
    [& %]   [% * & ~]   [* ~]
    [&]   [& *]   [    ]", + "options": [ + "[* %]", + "[* & %]", + "[  ]", + "[* &]", + "[&]", + "[% ~]", + "[* ~]", + "[*]" + ], + "correct": 7, + "prob_ind": 58 + }, + { + "prompt": "[(]   [& (]   [&]
    [% (]   [& % ( !]   [& !]
    [%]   [% !]   [    ]", + "options": [ + "[% & !]", + "[& !]", + "[( %]", + "[%]", + "[& (]", + "[(]", + "[!]", + "[  ]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[!]   [% !]   [%]
    [* !]   [% ! > *]   [> %]
    [*]   [* >]   [    ]", + "options": [ + "[> *]", + "[! %]", + "[! * %]", + "[>]", + "[> !]", + "[% > *]", + "[!]", + "[* %]" + ], + "correct": 3, + "prob_ind": 60 + }, + { + "prompt": "[(]   [< (]   [<]
    [* (]   [% < ( *]   [% <]
    [*]   [% *]   [    ]", + "options": [ + "[( * %]", + "[( < %]", + "[*]", + "[* %]", + "[%]", + "[<]", + "[( *]", + "[(]" + ], + "correct": 4, + "prob_ind": 61 + }, + { + "prompt": "[>]   [> $]   [$]
    [( >]   [> * ( $]   [$ *]
    [(]   [( *]   [    ]", + "options": [ + "[* >]", + "[$ *]", + "[*]", + "[( $]", + "[( *]", + "[* $ ( >]", + "[>]", + "[( * $]" + ], + "correct": 2, + "prob_ind": 62 + }, + { + "prompt": "[(]   [( !]   [!]
    [* (]   [! ( * >]   [! >]
    [*]   [* >]   [    ]", + "options": [ + "[> !]", + "[  ]", + "[> * !]", + "[( >]", + "[> ( ! *]", + "[>]", + "[(]", + "[( !]" + ], + "correct": 5, + "prob_ind": 63 + }, + { + "prompt": "[(]   [( %]   [%]
    [( >]   [> * % (]   [% *]
    [>]   [* >]   [    ]", + "options": [ + "[* >]", + "[% *]", + "[*]", + "[% >]", + "[* > %]", + "[( >]", + "[%]", + "[>]" + ], + "correct": 2, + "prob_ind": 64 + }, + { + "prompt": "[%]   [$ %]   [$]
    [* %]   [$ % * !]   [! $]
    [*]   [! *]   [    ]", + "options": [ + "[* % !]", + "[! $ *]", + "[% !]", + "[* % ! $]", + "[!]", + "[% $]", + "[*]", + "[% *]" + ], + "correct": 4, + "prob_ind": 65 + }, + { + "prompt": "[>]   [% >]   [%]
    [! >]   [> & ! %]   [% &]
    [!]   [! &]   [    ]", + "options": [ + "[& > !]", + "[&]", + "[  ]", + "[& % !]", + "[!]", + "[%]", + "[> &]", + "[% !]" + ], + "correct": 1, + "prob_ind": 66 + }, + { + "prompt": "[$]   [% $]   [%]
    [~ $]   [$ % ! ~]   [! %]
    [~]   [! ~]   [    ]", + "options": [ + "[! $]", + "[!]", + "[$]", + "[~ ! $]", + "[% ~]", + "[% $]", + "[~ $]", + "[  ]" + ], + "correct": 1, + "prob_ind": 67 + }, + { + "prompt": "[$]   [& $]   [&]
    [> $]   [$ > ~ &]   [& ~]
    [>]   [> ~]   [    ]", + "options": [ + "[&]", + "[~ &]", + "[~]", + "[~ $]", + "[> &]", + "[>]", + "[  ]", + "[> $ & ~]" + ], + "correct": 2, + "prob_ind": 68 + }, + { + "prompt": "[~]   [~ &]   [&]
    [~ !]   [& ! % ~]   [% &]
    [!]   [! %]   [    ]", + "options": [ + "[% !]", + "[~]", + "[! ~ %]", + "[!]", + "[%]", + "[  ]", + "[~ %]", + "[% & ~]" + ], + "correct": 4, + "prob_ind": 69 + }, + { + "prompt": "[&]   [> &]   [>]
    [& *]   [& > ! *]   [! >]
    [*]   [! *]   [    ]", + "options": [ + "[*]", + "[&]", + "[!]", + "[> &]", + "[> & !]", + "[> * ! &]", + "[> *]", + "[> !]" + ], + "correct": 2, + "prob_ind": 70 + }, + { + "prompt": "[*]   [* %]   [%]
    [< *]   [% * < ~]   [% ~]
    [<]   [~ <]   [    ]", + "options": [ + "[~]", + "[~ *]", + "[% * ~]", + "[* %]", + "[< * %]", + "[  ]", + "[~ % <]", + "[~ <]" + ], + "correct": 0, + "prob_ind": 71 + }, + { + "prompt": "[(]   [$ (]   [$]
    [( <]   [* $ < (]   [$ *]
    [<]   [* <]   [    ]", + "options": [ + "[  ]", + "[*]", + "[$ *]", + "[( * $ <]", + "[<]", + "[< $]", + "[< ( *]", + "[$]" + ], + "correct": 1, + "prob_ind": 72 + }, + { + "prompt": "[!]   [! &]   [&]
    [< !]   [> ! < &]   [& >]
    [<]   [> <]   [    ]", + "options": [ + "[  ]", + "[>]", + "[<]", + "[& >]", + "[> !]", + "[> < !]", + "[& !]", + "[& < >]" + ], + "correct": 1, + "prob_ind": 73 + }, + { + "prompt": "[~]   [> ~]   [>]
    [$ ~]   [! > $ ~]   [> !]
    [$]   [$ !]   [    ]", + "options": [ + "[~ >]", + "[~ > !]", + "[!]", + "[  ]", + "[~ > $]", + "[>]", + "[! ~]", + "[~]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[&]   [& $]   [$]
    [& ~]   [$ ~ & %]   [% $]
    [~]   [~ %]   [    ]", + "options": [ + "[~ % & $]", + "[  ]", + "[$ %]", + "[% &]", + "[&]", + "[& ~]", + "[~ %]", + "[%]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[&]   [& !]   [!]
    [& %]   [: & ! %]   [! :]
    [%]   [: %]   [    ]", + "options": [ + "[% !]", + "[:]", + "[%]", + "[! :]", + "[% & !]", + "[% :]", + "[: & !]", + "[& !]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[!]   [! %]   [%]
    [( !]   [! $ ( %]   [$ %]
    [(]   [$ (]   [    ]", + "options": [ + "[$]", + "[( $ %]", + "[( !]", + "[! $ (]", + "[$ (]", + "[% ! $]", + "[!]", + "[$ %]" + ], + "correct": 0, + "prob_ind": 77 + }, + { + "prompt": "[!]   [! <]   [<]
    [! (]   [( < ! ~]   [~ <]
    [(]   [~ (]   [    ]", + "options": [ + "[( < !]", + "[! <]", + "[< (]", + "[< ~]", + "[<]", + "[  ]", + "[~]", + "[( ~]" + ], + "correct": 6, + "prob_ind": 78 + }, + { + "prompt": "[:]   [( :]   [(]
    [: <]   [: ( ! <]   [! (]
    [<]   [< !]   [    ]", + "options": [ + "[  ]", + "[! < : (]", + "[(]", + "[<]", + "[!]", + "[( < !]", + "[: <]", + "[( :]" + ], + "correct": 4, + "prob_ind": 79 + }, + { + "prompt": "[$]   [$ <]   [<]
    [$ ~]   [< ~ $ &]   [& <]
    [~]   [~ &]   [    ]", + "options": [ + "[<]", + "[$ < ~ &]", + "[~ $]", + "[&]", + "[& $]", + "[~ < $]", + "[  ]", + "[& ~]" + ], + "correct": 3, + "prob_ind": 80 + }, + { + "prompt": "[:]   [% :]   [%]
    [< :]   [% ( : <]   [( %]
    [<]   [< (]   [    ]", + "options": [ + "[  ]", + "[:]", + "[(]", + "[<]", + "[% ( :]", + "[( %]", + "[: (]", + "[< :]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[~]   [: ~]   [:]
    [~ %]   [: ! ~ %]   [! :]
    [%]   [% !]   [    ]", + "options": [ + "[~ %]", + "[: ~]", + "[~ % : !]", + "[! ~ :]", + "[! ~]", + "[!]", + "[: %]", + "[% : !]" + ], + "correct": 5, + "prob_ind": 82 + }, + { + "prompt": "[:]   [: <]   [<]
    [: (]   [> : < (]   [> <]
    [(]   [> (]   [    ]", + "options": [ + "[: (]", + "[: >]", + "[: <]", + "[> (]", + "[> < (]", + "[<]", + "[: ( >]", + "[>]" + ], + "correct": 7, + "prob_ind": 83 + }, + { + "prompt": "[!]   [( !]   [(]
    [& !]   [& ! < (]   [( <]
    [&]   [& <]   [    ]", + "options": [ + "[!]", + "[( &]", + "[& <]", + "[  ]", + "[(]", + "[& !]", + "[< ! (]", + "[<]" + ], + "correct": 7, + "prob_ind": 84 + }, + { + "prompt": "[~]   [: ~]   [:]
    [~ (]   [( ~ : $]   [: $]
    [(]   [$ (]   [    ]", + "options": [ + "[~ $]", + "[~]", + "[$ ( ~]", + "[  ]", + "[: ~]", + "[:]", + "[$]", + "[: $ (]" + ], + "correct": 6, + "prob_ind": 85 + }, + { + "prompt": "[>]   [( >]   [(]
    [& >]   [& > ( :]   [: (]
    [&]   [: &]   [    ]", + "options": [ + "[( > &]", + "[& > :]", + "[( >]", + "[( &]", + "[:]", + "[& :]", + "[&]", + "[(]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[:]   [~ :]   [~]
    [* :]   [~ * ! :]   [~ !]
    [*]   [* !]   [    ]", + "options": [ + "[:]", + "[: *]", + "[* : !]", + "[!]", + "[*]", + "[~ * !]", + "[: ~]", + "[* ! ~ :]" + ], + "correct": 3, + "prob_ind": 87 + }, + { + "prompt": "[<]   [& <]   [&]
    [$ <]   [< & : $]   [: &]
    [$]   [$ :]   [    ]", + "options": [ + "[&]", + "[$ : <]", + "[$ &]", + "[< $]", + "[:]", + "[: $ < &]", + "[<]", + "[& <]" + ], + "correct": 4, + "prob_ind": 88 + }, + { + "prompt": "[(]   [* (]   [*]
    [! (]   [* ( : !]   [* :]
    [!]   [: !]   [    ]", + "options": [ + "[( *]", + "[( !]", + "[! *]", + "[* ( : !]", + "[!]", + "[:]", + "[! * (]", + "[* : !]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[$]   [! $]   [!]
    [> $]   [: $ > !]   [: !]
    [>]   [> :]   [    ]", + "options": [ + "[:]", + "[: $]", + "[: $ >]", + "[> :]", + "[$]", + "[>]", + "[$ > : !]", + "[! : $]" + ], + "correct": 0, + "prob_ind": 90 + }, + { + "prompt": "[~]   [< ~]   [<]
    [> ~]   [> ~ : <]   [< :]
    [>]   [: >]   [    ]", + "options": [ + "[: ~ >]", + "[~]", + "[: < >]", + "[<]", + "[  ]", + "[:]", + "[: ~]", + "[~ <]" + ], + "correct": 5, + "prob_ind": 91 + }, + { + "prompt": "[~]   [: ~]   [:]
    [( ~]   [( : ~ <]   [: <]
    [(]   [( <]   [    ]", + "options": [ + "[:]", + "[(]", + "[: ( <]", + "[< ~ ( :]", + "[<]", + "[  ]", + "[~]", + "[: ~]" + ], + "correct": 4, + "prob_ind": 92 + }, + { + "prompt": "[*]   [> *]   [>]
    [* ~]   [( * ~ >]   [> (]
    [~]   [( ~]   [    ]", + "options": [ + "[( *]", + "[~ (]", + "[> ~]", + "[~ * (]", + "[>]", + "[> ( ~]", + "[~]", + "[(]" + ], + "correct": 7, + "prob_ind": 93 + }, + { + "prompt": "[&]   [& $]   [$]
    [& :]   [% $ & :]   [% $]
    [:]   [: %]   [    ]", + "options": [ + "[& % :]", + "[& $]", + "[& %]", + "[&]", + "[%]", + "[& $ :]", + "[$]", + "[  ]" + ], + "correct": 4, + "prob_ind": 94 + }, + { + "prompt": "[*]   [* (]   [(]
    [$ *]   [( $ * ~]   [~ (]
    [$]   [$ ~]   [    ]", + "options": [ + "[(]", + "[  ]", + "[( ~]", + "[* ~ (]", + "[( $ ~]", + "[* (]", + "[*]", + "[~]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[&]   [& :]   [:]
    [> &]   [> % : &]   [: %]
    [>]   [% >]   [    ]", + "options": [ + "[&]", + "[: & %]", + "[:]", + "[%]", + "[% :]", + "[: % >]", + "[% &]", + "[& :]" + ], + "correct": 3, + "prob_ind": 96 + }, + { + "prompt": "[%]   [! %]   [!]
    [% <]   [! & < %]   [! &]
    [<]   [< &]   [    ]", + "options": [ + "[  ]", + "[& ! <]", + "[!]", + "[% <]", + "[< ! & %]", + "[&]", + "[%]", + "[! <]" + ], + "correct": 5, + "prob_ind": 97 + }, + { + "prompt": "[!]   [! :]   [:]
    [% !]   [% : $ !]   [: $]
    [%]   [% $]   [    ]", + "options": [ + "[$]", + "[$ :]", + "[% !]", + "[:]", + "[$ !]", + "[: !]", + "[: % !]", + "[: $ % !]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[~]   [< ~]   [<]
    [& ~]   [& < ~ !]   [! <]
    [&]   [& !]   [    ]", + "options": [ + "[<]", + "[~ ! <]", + "[!]", + "[& ~]", + "[< !]", + "[&]", + "[~ ! &]", + "[< ~]" + ], + "correct": 2, + "prob_ind": 99 + } + ], + "c1_set_union_permuted": [ + { + "prompt": "[$ % ! <]   [$ <]   [! %]
    [! <]   [<]   [!]
    [% $]   [$]   [  ]", + "options": [ + "[$ <]", + "[<]", + "[! %]", + "[%]", + "[! $]", + "[$]", + "[! < $]", + "[  ]" + ], + "correct": 3, + "prob_ind": 0 + }, + { + "prompt": "[! & ( *]   [! &]   [* (]
    [! *]   [!]   [*]
    [& (]   [&]   [  ]", + "options": [ + "[( & !]", + "[& * (]", + "[( &]", + "[!]", + "[! ( *]", + "[*]", + "[(]", + "[( *]" + ], + "correct": 6, + "prob_ind": 1 + }, + { + "prompt": "[: % < *]   [% <]   [* :]
    [: <]   [<]   [:]
    [% *]   [%]   [  ]", + "options": [ + "[* : %]", + "[: < *]", + "[*]", + "[: < %]", + "[:]", + "[< :]", + "[* %]", + "[* <]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[> ! : %]   [: %]   [! >]
    [: >]   [:]   [>]
    [! %]   [%]   [  ]", + "options": [ + "[! :]", + "[> : !]", + "[! % >]", + "[>]", + "[  ]", + "[: ! % >]", + "[!]", + "[: ! %]" + ], + "correct": 6, + "prob_ind": 3 + }, + { + "prompt": "[$ & > :]   [> $]   [: &]
    [: >]   [>]   [:]
    [$ &]   [$]   [  ]", + "options": [ + "[$]", + "[& > :]", + "[: $]", + "[&]", + "[:]", + "[> & $ :]", + "[> $ &]", + "[: & $]" + ], + "correct": 3, + "prob_ind": 4 + }, + { + "prompt": "[% & * $]   [& $]   [% *]
    [% &]   [&]   [%]
    [* $]   [$]   [  ]", + "options": [ + "[*]", + "[% *]", + "[%]", + "[& %]", + "[$]", + "[$ &]", + "[& *]", + "[* $]" + ], + "correct": 0, + "prob_ind": 5 + }, + { + "prompt": "[: ! & >]   [& >]   [! :]
    [: &]   [&]   [:]
    [! >]   [>]   [  ]", + "options": [ + "[: &]", + "[& >]", + "[:]", + "[> !]", + "[!]", + "[> & ! :]", + "[! &]", + "[! > :]" + ], + "correct": 4, + "prob_ind": 6 + }, + { + "prompt": "[~ ! : %]   [! :]   [~ %]
    [: %]   [:]   [%]
    [~ !]   [!]   [  ]", + "options": [ + "[! %]", + "[% ~]", + "[% ! ~]", + "[: ! % ~]", + "[!]", + "[% : ~]", + "[~ !]", + "[~]" + ], + "correct": 7, + "prob_ind": 7 + }, + { + "prompt": "[% ! ~ (]   [( %]   [~ !]
    [~ %]   [%]   [~]
    [( !]   [(]   [  ]", + "options": [ + "[% ~]", + "[( %]", + "[~]", + "[! %]", + "[%]", + "[  ]", + "[!]", + "[( ! ~]" + ], + "correct": 6, + "prob_ind": 8 + }, + { + "prompt": "[$ * ~ <]   [~ <]   [* $]
    [~ *]   [~]   [*]
    [$ <]   [<]   [  ]", + "options": [ + "[$ ~ < *]", + "[< $]", + "[* <]", + "[$]", + "[~ $ <]", + "[<]", + "[$ ~]", + "[< ~]" + ], + "correct": 3, + "prob_ind": 9 + }, + { + "prompt": "[* ~ % !]   [* !]   [~ %]
    [* %]   [*]   [%]
    [~ !]   [!]   [  ]", + "options": [ + "[~]", + "[  ]", + "[! *]", + "[!]", + "[! * ~]", + "[% ~]", + "[* ~ % !]", + "[! ~]" + ], + "correct": 0, + "prob_ind": 10 + }, + { + "prompt": "[: & % !]   [& %]   [! :]
    [% !]   [%]   [!]
    [& :]   [&]   [  ]", + "options": [ + "[:]", + "[& %]", + "[! & :]", + "[!]", + "[! : % &]", + "[: %]", + "[% ! &]", + "[: !]" + ], + "correct": 0, + "prob_ind": 11 + }, + { + "prompt": "[< > : !]   [> :]   [< !]
    [> <]   [>]   [<]
    [: !]   [:]   [  ]", + "options": [ + "[! <]", + "[  ]", + "[> ! :]", + "[:]", + "[< : !]", + "[!]", + "[>]", + "[> <]" + ], + "correct": 5, + "prob_ind": 12 + }, + { + "prompt": "[! % : $]   [% !]   [: $]
    [! $]   [!]   [$]
    [: %]   [%]   [  ]", + "options": [ + "[!]", + "[! : %]", + "[% !]", + "[$ ! :]", + "[:]", + "[: % $]", + "[$]", + "[% ! $]" + ], + "correct": 4, + "prob_ind": 13 + }, + { + "prompt": "[$ * < %]   [% *]   [< $]
    [$ *]   [*]   [$]
    [< %]   [%]   [  ]", + "options": [ + "[< *]", + "[$ %]", + "[% *]", + "[< %]", + "[$ *]", + "[<]", + "[*]", + "[< $ % *]" + ], + "correct": 5, + "prob_ind": 14 + }, + { + "prompt": "[( < ! *]   [< !]   [* (]
    [! (]   [!]   [(]
    [< *]   [<]   [  ]", + "options": [ + "[* < (]", + "[*]", + "[* (]", + "[! (]", + "[(]", + "[< ! ( *]", + "[( ! *]", + "[< ! (]" + ], + "correct": 1, + "prob_ind": 15 + }, + { + "prompt": "[( > * %]   [* (]   [% >]
    [> *]   [*]   [>]
    [( %]   [(]   [  ]", + "options": [ + "[(]", + "[( % > *]", + "[*]", + "[%]", + "[( >]", + "[% >]", + "[( %]", + "[> % *]" + ], + "correct": 3, + "prob_ind": 16 + }, + { + "prompt": "[: < & !]   [& <]   [: !]
    [< :]   [<]   [:]
    [! &]   [&]   [  ]", + "options": [ + "[: !]", + "[<]", + "[!]", + "[& <]", + "[  ]", + "[& : < !]", + "[! <]", + "[! & :]" + ], + "correct": 2, + "prob_ind": 17 + }, + { + "prompt": "[$ ~ < (]   [$ ~]   [< (]
    [~ <]   [~]   [<]
    [( $]   [$]   [  ]", + "options": [ + "[(]", + "[~ ( <]", + "[( ~ $]", + "[< ( $ ~]", + "[( < $]", + "[$ <]", + "[<]", + "[< ~]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[$ > & !]   [! >]   [& $]
    [& >]   [>]   [&]
    [! $]   [!]   [  ]", + "options": [ + "[! &]", + "[$]", + "[& >]", + "[$ >]", + "[&]", + "[$ & > !]", + "[$ > !]", + "[! & >]" + ], + "correct": 1, + "prob_ind": 19 + }, + { + "prompt": "[& * $ ~]   [~ *]   [$ &]
    [$ *]   [*]   [$]
    [~ &]   [~]   [  ]", + "options": [ + "[$ ~ &]", + "[* ~]", + "[*]", + "[~]", + "[* &]", + "[* ~ $]", + "[&]", + "[& $]" + ], + "correct": 6, + "prob_ind": 20 + }, + { + "prompt": "[> ! * &]   [* >]   [& !]
    [* &]   [*]   [&]
    [! >]   [>]   [  ]", + "options": [ + "[*]", + "[> !]", + "[> *]", + "[  ]", + "[> &]", + "[!]", + "[&]", + "[> * &]" + ], + "correct": 5, + "prob_ind": 21 + }, + { + "prompt": "[> : & *]   [& >]   [: *]
    [& *]   [&]   [*]
    [: >]   [>]   [  ]", + "options": [ + "[:]", + "[  ]", + "[> &]", + "[> *]", + "[: >]", + "[& *]", + "[: & *]", + "[* :]" + ], + "correct": 0, + "prob_ind": 22 + }, + { + "prompt": "[& ~ : *]   [: *]   [& ~]
    [& *]   [*]   [&]
    [: ~]   [:]   [  ]", + "options": [ + "[&]", + "[* & ~]", + "[:]", + "[  ]", + "[& : *]", + "[*]", + "[~]", + "[: ~ &]" + ], + "correct": 6, + "prob_ind": 23 + }, + { + "prompt": "[> * % $]   [* $]   [% >]
    [$ %]   [$]   [%]
    [* >]   [*]   [  ]", + "options": [ + "[* $]", + "[> *]", + "[>]", + "[* %]", + "[% $ >]", + "[*]", + "[> * $]", + "[$ %]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[: > $ !]   [$ >]   [: !]
    [: >]   [>]   [:]
    [! $]   [$]   [  ]", + "options": [ + "[> $ !]", + "[> :]", + "[$]", + "[> $]", + "[!]", + "[  ]", + "[! >]", + "[: > !]" + ], + "correct": 4, + "prob_ind": 25 + }, + { + "prompt": "[* & < $]   [& <]   [* $]
    [< *]   [<]   [*]
    [& $]   [&]   [  ]", + "options": [ + "[$]", + "[$ <]", + "[<]", + "[& < *]", + "[  ]", + "[*]", + "[& * $]", + "[$ &]" + ], + "correct": 0, + "prob_ind": 26 + }, + { + "prompt": "[< & $ (]   [( <]   [& $]
    [< &]   [<]   [&]
    [$ (]   [(]   [  ]", + "options": [ + "[< &]", + "[& $]", + "[< ( &]", + "[  ]", + "[$]", + "[& $ <]", + "[< $]", + "[< (]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[! & $ %]   [$ %]   [& !]
    [! %]   [%]   [!]
    [& $]   [$]   [  ]", + "options": [ + "[! %]", + "[$]", + "[& $ %]", + "[&]", + "[$ ! %]", + "[$ ! &]", + "[& ! %]", + "[%]" + ], + "correct": 3, + "prob_ind": 28 + }, + { + "prompt": "[( $ ~ &]   [& $]   [~ (]
    [( $]   [$]   [(]
    [~ &]   [&]   [  ]", + "options": [ + "[&]", + "[(]", + "[( & ~]", + "[~ (]", + "[$ ( ~]", + "[& $ ~]", + "[~]", + "[$]" + ], + "correct": 6, + "prob_ind": 29 + }, + { + "prompt": "[< ~ $ %]   [< %]   [$ ~]
    [< $]   [<]   [$]
    [% ~]   [%]   [  ]", + "options": [ + "[  ]", + "[$ % < ~]", + "[$ <]", + "[$]", + "[<]", + "[~]", + "[% $]", + "[%]" + ], + "correct": 5, + "prob_ind": 30 + }, + { + "prompt": "[& ( % <]   [% <]   [& (]
    [% &]   [%]   [&]
    [< (]   [<]   [  ]", + "options": [ + "[(]", + "[< ( %]", + "[& < %]", + "[% (]", + "[%]", + "[% <]", + "[& (]", + "[&]" + ], + "correct": 0, + "prob_ind": 31 + }, + { + "prompt": "[* $ : (]   [$ :]   [* (]
    [* $]   [$]   [*]
    [( :]   [:]   [  ]", + "options": [ + "[( * $]", + "[: $]", + "[* :]", + "[( : $]", + "[(]", + "[( *]", + "[* $ ( :]", + "[  ]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[< * ( ~]   [~ <]   [( *]
    [< *]   [<]   [*]
    [( ~]   [~]   [  ]", + "options": [ + "[(]", + "[< ~]", + "[~ (]", + "[( < ~]", + "[~]", + "[<]", + "[< (]", + "[* <]" + ], + "correct": 0, + "prob_ind": 33 + }, + { + "prompt": "[( & * $]   [& *]   [$ (]
    [* (]   [*]   [(]
    [$ &]   [&]   [  ]", + "options": [ + "[& *]", + "[*]", + "[& ( *]", + "[( *]", + "[* ( $]", + "[&]", + "[$]", + "[& $]" + ], + "correct": 6, + "prob_ind": 34 + }, + { + "prompt": "[% ~ : *]   [: ~]   [% *]
    [% ~]   [~]   [%]
    [* :]   [:]   [  ]", + "options": [ + "[~ % :]", + "[* ~]", + "[* : %]", + "[% * ~]", + "[*]", + "[* %]", + "[%]", + "[~ : *]" + ], + "correct": 4, + "prob_ind": 35 + }, + { + "prompt": "[: & % <]   [% &]   [: <]
    [% :]   [%]   [:]
    [< &]   [&]   [  ]", + "options": [ + "[% :]", + "[< %]", + "[:]", + "[: < %]", + "[& <]", + "[& < %]", + "[<]", + "[: % &]" + ], + "correct": 6, + "prob_ind": 36 + }, + { + "prompt": "[$ < & %]   [$ <]   [% &]
    [< &]   [<]   [&]
    [$ %]   [$]   [  ]", + "options": [ + "[% <]", + "[$ &]", + "[& <]", + "[%]", + "[% $]", + "[<]", + "[% & <]", + "[$]" + ], + "correct": 3, + "prob_ind": 37 + }, + { + "prompt": "[% ~ : &]   [~ :]   [& %]
    [: &]   [:]   [&]
    [~ %]   [~]   [  ]", + "options": [ + "[  ]", + "[%]", + "[~ %]", + "[:]", + "[~ % &]", + "[: &]", + "[: %]", + "[: % ~]" + ], + "correct": 1, + "prob_ind": 38 + }, + { + "prompt": "[> & ! <]   [< >]   [! &]
    [& >]   [>]   [&]
    [< !]   [<]   [  ]", + "options": [ + "[< >]", + "[< &]", + "[& ! >]", + "[  ]", + "[< !]", + "[& < >]", + "[> ! & <]", + "[!]" + ], + "correct": 7, + "prob_ind": 39 + }, + { + "prompt": "[$ : ( >]   [$ (]   [> :]
    [> $]   [$]   [>]
    [: (]   [(]   [  ]", + "options": [ + "[> (]", + "[(]", + "[: >]", + "[( :]", + "[> ( : $]", + "[: $]", + "[:]", + "[$]" + ], + "correct": 6, + "prob_ind": 40 + }, + { + "prompt": "[% ( > ~]   [~ (]   [> %]
    [~ >]   [~]   [>]
    [% (]   [(]   [  ]", + "options": [ + "[> (]", + "[% > ( ~]", + "[% (]", + "[% ~ >]", + "[  ]", + "[%]", + "[( % ~]", + "[> ~]" + ], + "correct": 5, + "prob_ind": 41 + }, + { + "prompt": "[! > ( :]   [: !]   [( >]
    [> :]   [:]   [>]
    [( !]   [!]   [  ]", + "options": [ + "[>]", + "[! (]", + "[: (]", + "[(]", + "[> :]", + "[! >]", + "[> (]", + "[> ( !]" + ], + "correct": 3, + "prob_ind": 42 + }, + { + "prompt": "[( ~ $ !]   [~ $]   [( !]
    [( ~]   [~]   [(]
    [$ !]   [$]   [  ]", + "options": [ + "[$]", + "[! ~ $]", + "[( ~]", + "[( ! ~]", + "[~ !]", + "[!]", + "[$ ~]", + "[  ]" + ], + "correct": 5, + "prob_ind": 43 + }, + { + "prompt": "[! : * >]   [! :]   [> *]
    [* !]   [!]   [*]
    [: >]   [:]   [  ]", + "options": [ + "[: * >]", + "[* : ! >]", + "[> :]", + "[>]", + "[! *]", + "[: *]", + "[> !]", + "[:]" + ], + "correct": 3, + "prob_ind": 44 + }, + { + "prompt": "[> ! ( $]   [! $]   [( >]
    [( !]   [!]   [(]
    [$ >]   [$]   [  ]", + "options": [ + "[$ (]", + "[$]", + "[$ !]", + "[>]", + "[  ]", + "[!]", + "[> ( $]", + "[( >]" + ], + "correct": 3, + "prob_ind": 45 + }, + { + "prompt": "[* ! ~ :]   [: ~]   [! *]
    [~ !]   [~]   [!]
    [* :]   [:]   [  ]", + "options": [ + "[*]", + "[* ~ !]", + "[* ~]", + "[: ! *]", + "[! ~]", + "[! *]", + "[* ~ :]", + "[! * ~ :]" + ], + "correct": 0, + "prob_ind": 46 + }, + { + "prompt": "[( < > !]   [> (]   [< !]
    [> !]   [>]   [!]
    [( <]   [(]   [  ]", + "options": [ + "[>]", + "[<]", + "[! (]", + "[< (]", + "[(]", + "[!]", + "[> ! <]", + "[! >]" + ], + "correct": 1, + "prob_ind": 47 + }, + { + "prompt": "[& ~ % !]   [~ &]   [% !]
    [~ !]   [~]   [!]
    [& %]   [&]   [  ]", + "options": [ + "[% ! ~]", + "[~ !]", + "[~ %]", + "[& ! ~]", + "[% &]", + "[~ & %]", + "[%]", + "[~ &]" + ], + "correct": 6, + "prob_ind": 48 + }, + { + "prompt": "[> : % *]   [* %]   [: >]
    [* >]   [*]   [>]
    [: %]   [%]   [  ]", + "options": [ + "[% >]", + "[:]", + "[* % :]", + "[: >]", + "[% * > :]", + "[> *]", + "[  ]", + "[* %]" + ], + "correct": 1, + "prob_ind": 49 + }, + { + "prompt": "[( ! $ :]   [( :]   [! $]
    [$ (]   [(]   [$]
    [! :]   [:]   [  ]", + "options": [ + "[$ : (]", + "[( !]", + "[:]", + "[! $ :]", + "[: $]", + "[: ( !]", + "[!]", + "[$ (]" + ], + "correct": 6, + "prob_ind": 50 + }, + { + "prompt": "[& : ~ (]   [& :]   [( ~]
    [( :]   [:]   [(]
    [~ &]   [&]   [  ]", + "options": [ + "[& : (]", + "[~ (]", + "[:]", + "[: (]", + "[: ~ & (]", + "[  ]", + "[~]", + "[: ( ~]" + ], + "correct": 6, + "prob_ind": 51 + }, + { + "prompt": "[* $ % :]   [* :]   [% $]
    [: $]   [:]   [$]
    [% *]   [*]   [  ]", + "options": [ + "[$ * %]", + "[% : $]", + "[*]", + "[: *]", + "[* $]", + "[%]", + "[:]", + "[: %]" + ], + "correct": 5, + "prob_ind": 52 + }, + { + "prompt": "[: ( $ %]   [% $]   [: (]
    [% (]   [%]   [(]
    [: $]   [$]   [  ]", + "options": [ + "[(]", + "[: $]", + "[%]", + "[:]", + "[( $]", + "[% $]", + "[( %]", + "[$]" + ], + "correct": 3, + "prob_ind": 53 + }, + { + "prompt": "[$ % > !]   [% $]   [! >]
    [$ >]   [$]   [>]
    [! %]   [%]   [  ]", + "options": [ + "[% !]", + "[!]", + "[$ % !]", + "[$ > %]", + "[! $]", + "[>]", + "[> %]", + "[$ ! % >]" + ], + "correct": 1, + "prob_ind": 54 + }, + { + "prompt": "[! & ~ *]   [* !]   [& ~]
    [* &]   [*]   [&]
    [~ !]   [!]   [  ]", + "options": [ + "[& !]", + "[* & ! ~]", + "[  ]", + "[~]", + "[~ !]", + "[& ! ~]", + "[& *]", + "[~ * !]" + ], + "correct": 3, + "prob_ind": 55 + }, + { + "prompt": "[< % ~ !]   [! ~]   [< %]
    [~ %]   [~]   [%]
    [! <]   [!]   [  ]", + "options": [ + "[!]", + "[~ !]", + "[% ! <]", + "[% ! < ~]", + "[~ % !]", + "[< ! ~]", + "[<]", + "[  ]" + ], + "correct": 6, + "prob_ind": 56 + }, + { + "prompt": "[* % : &]   [& :]   [* %]
    [: *]   [:]   [*]
    [% &]   [&]   [  ]", + "options": [ + "[& * :]", + "[  ]", + "[* & % :]", + "[&]", + "[* :]", + "[* &]", + "[%]", + "[% : &]" + ], + "correct": 6, + "prob_ind": 57 + }, + { + "prompt": "[> % $ ~]   [~ >]   [% $]
    [> %]   [>]   [%]
    [~ $]   [~]   [  ]", + "options": [ + "[$]", + "[% $ ~ >]", + "[% >]", + "[% ~]", + "[~ >]", + "[  ]", + "[% $]", + "[~ $]" + ], + "correct": 0, + "prob_ind": 58 + }, + { + "prompt": "[! $ < :]   [< :]   [$ !]
    [: $]   [:]   [$]
    [! <]   [<]   [  ]", + "options": [ + "[!]", + "[$]", + "[: ! <]", + "[! $ <]", + "[$ : <]", + "[< !]", + "[:]", + "[<]" + ], + "correct": 0, + "prob_ind": 59 + }, + { + "prompt": "[& * ! %]   [% *]   [& !]
    [! *]   [*]   [!]
    [% &]   [%]   [  ]", + "options": [ + "[% *]", + "[! &]", + "[! * &]", + "[! * % &]", + "[! % &]", + "[%]", + "[  ]", + "[&]" + ], + "correct": 7, + "prob_ind": 60 + }, + { + "prompt": "[~ & $ !]   [& ~]   [$ !]
    [! ~]   [~]   [!]
    [& $]   [&]   [  ]", + "options": [ + "[&]", + "[!]", + "[! ~]", + "[$ & !]", + "[! $]", + "[& ~ !]", + "[$]", + "[& !]" + ], + "correct": 6, + "prob_ind": 61 + }, + { + "prompt": "[( : < >]   [> :]   [( <]
    [< >]   [>]   [<]
    [( :]   [:]   [  ]", + "options": [ + "[: >]", + "[(]", + "[>]", + "[<]", + "[< (]", + "[< > :]", + "[> ( <]", + "[:]" + ], + "correct": 1, + "prob_ind": 62 + }, + { + "prompt": "[~ < > $]   [$ <]   [~ >]
    [> <]   [<]   [>]
    [$ ~]   [$]   [  ]", + "options": [ + "[$ ~ <]", + "[~]", + "[$ < >]", + "[$]", + "[> <]", + "[< ~ >]", + "[~ >]", + "[> $]" + ], + "correct": 1, + "prob_ind": 63 + }, + { + "prompt": "[( $ & !]   [( &]   [$ !]
    [& !]   [&]   [!]
    [$ (]   [(]   [  ]", + "options": [ + "[& (]", + "[$]", + "[$ (]", + "[$ !]", + "[$ ! ( &]", + "[(]", + "[  ]", + "[& $]" + ], + "correct": 1, + "prob_ind": 64 + }, + { + "prompt": "[* % ~ (]   [( %]   [* ~]
    [% ~]   [%]   [~]
    [( *]   [(]   [  ]", + "options": [ + "[*]", + "[( * ~ %]", + "[~ %]", + "[% ~ *]", + "[~]", + "[  ]", + "[~ *]", + "[( % *]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[* ( $ >]   [( *]   [$ >]
    [( >]   [(]   [>]
    [* $]   [*]   [  ]", + "options": [ + "[* >]", + "[$ (]", + "[$ *]", + "[$]", + "[*]", + "[(]", + "[( *]", + "[> $ * (]" + ], + "correct": 3, + "prob_ind": 66 + }, + { + "prompt": "[< ! * %]   [< *]   [% !]
    [* %]   [*]   [%]
    [< !]   [<]   [  ]", + "options": [ + "[<]", + "[< !]", + "[%]", + "[!]", + "[! < * %]", + "[< %]", + "[! % <]", + "[% !]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[~ & % (]   [( &]   [% ~]
    [% (]   [(]   [%]
    [& ~]   [&]   [  ]", + "options": [ + "[& (]", + "[& %]", + "[( ~]", + "[~]", + "[~ & %]", + "[(]", + "[% ~]", + "[% (]" + ], + "correct": 3, + "prob_ind": 68 + }, + { + "prompt": "[~ : ( $]   [: (]   [~ $]
    [$ (]   [(]   [$]
    [: ~]   [:]   [  ]", + "options": [ + "[: $]", + "[~]", + "[$ ~]", + "[: ~ $]", + "[: $ (]", + "[: (]", + "[(]", + "[( $]" + ], + "correct": 1, + "prob_ind": 69 + }, + { + "prompt": "[: ~ * $]   [~ *]   [: $]
    [* $]   [*]   [$]
    [~ :]   [~]   [  ]", + "options": [ + "[: *]", + "[$]", + "[~ :]", + "[:]", + "[~ $ :]", + "[  ]", + "[~ *]", + "[* ~ :]" + ], + "correct": 3, + "prob_ind": 70 + }, + { + "prompt": "[< $ % :]   [$ :]   [< %]
    [: %]   [:]   [%]
    [$ <]   [$]   [  ]", + "options": [ + "[:]", + "[% <]", + "[< $ :]", + "[: < $ %]", + "[< $]", + "[  ]", + "[<]", + "[: <]" + ], + "correct": 6, + "prob_ind": 71 + }, + { + "prompt": "[< $ ~ &]   [$ <]   [& ~]
    [$ ~]   [$]   [~]
    [< &]   [<]   [  ]", + "options": [ + "[~]", + "[$ <]", + "[$]", + "[<]", + "[$ & <]", + "[$ ~ &]", + "[&]", + "[$ ~]" + ], + "correct": 6, + "prob_ind": 72 + }, + { + "prompt": "[% ! * :]   [! *]   [: %]
    [* :]   [*]   [:]
    [! %]   [!]   [  ]", + "options": [ + "[! * :]", + "[!]", + "[! *]", + "[%]", + "[* % :]", + "[% *]", + "[  ]", + "[% :]" + ], + "correct": 3, + "prob_ind": 73 + }, + { + "prompt": "[& ! ~ :]   [& :]   [~ !]
    [~ :]   [:]   [~]
    [& !]   [&]   [  ]", + "options": [ + "[~ !]", + "[:]", + "[: ~]", + "[: ! &]", + "[! &]", + "[&]", + "[& ! ~ :]", + "[!]" + ], + "correct": 7, + "prob_ind": 74 + }, + { + "prompt": "[: * ! &]   [* :]   [& !]
    [: &]   [:]   [&]
    [! *]   [*]   [  ]", + "options": [ + "[* ! & :]", + "[!]", + "[& ! :]", + "[*]", + "[& * !]", + "[: !]", + "[: & *]", + "[& *]" + ], + "correct": 1, + "prob_ind": 75 + }, + { + "prompt": "[( * : >]   [* :]   [( >]
    [: >]   [:]   [>]
    [* (]   [*]   [  ]", + "options": [ + "[> * (]", + "[(]", + "[: > ( *]", + "[: >]", + "[: ( *]", + "[*]", + "[: > *]", + "[* (]" + ], + "correct": 1, + "prob_ind": 76 + }, + { + "prompt": "[! & < %]   [% &]   [< !]
    [< &]   [&]   [<]
    [! %]   [%]   [  ]", + "options": [ + "[! <]", + "[& %]", + "[%]", + "[% & <]", + "[% ! &]", + "[!]", + "[< &]", + "[! < & %]" + ], + "correct": 5, + "prob_ind": 77 + }, + { + "prompt": "[( % $ >]   [$ (]   [> %]
    [> $]   [$]   [>]
    [% (]   [(]   [  ]", + "options": [ + "[> ( % $]", + "[%]", + "[  ]", + "[% (]", + "[>]", + "[$ > (]", + "[% > $]", + "[> $]" + ], + "correct": 1, + "prob_ind": 78 + }, + { + "prompt": "[: ~ > &]   [~ :]   [& >]
    [> ~]   [~]   [>]
    [& :]   [:]   [  ]", + "options": [ + "[&]", + "[:]", + "[: >]", + "[~ :]", + "[  ]", + "[> ~]", + "[~ & > :]", + "[& >]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[* ~ % $]   [~ %]   [$ *]
    [~ *]   [~]   [*]
    [% $]   [%]   [  ]", + "options": [ + "[* $]", + "[$ %]", + "[~ $]", + "[$ ~ %]", + "[% $ *]", + "[*]", + "[$]", + "[~ * $]" + ], + "correct": 6, + "prob_ind": 80 + }, + { + "prompt": "[! > * (]   [> !]   [( *]
    [! (]   [!]   [(]
    [* >]   [>]   [  ]", + "options": [ + "[( *]", + "[>]", + "[(]", + "[*]", + "[( ! *]", + "[* !]", + "[( >]", + "[* >]" + ], + "correct": 3, + "prob_ind": 81 + }, + { + "prompt": "[& < ~ !]   [! ~]   [& <]
    [< !]   [!]   [<]
    [~ &]   [~]   [  ]", + "options": [ + "[<]", + "[< !]", + "[& ~ <]", + "[& ! ~]", + "[&]", + "[< & !]", + "[! &]", + "[! < ~]" + ], + "correct": 4, + "prob_ind": 82 + }, + { + "prompt": "[! > % <]   [% >]   [! <]
    [< >]   [>]   [<]
    [! %]   [%]   [  ]", + "options": [ + "[> ! <]", + "[% <]", + "[! %]", + "[  ]", + "[!]", + "[! < %]", + "[<]", + "[>]" + ], + "correct": 4, + "prob_ind": 83 + }, + { + "prompt": "[$ % * !]   [* !]   [$ %]
    [$ *]   [*]   [$]
    [! %]   [!]   [  ]", + "options": [ + "[* ! %]", + "[% !]", + "[% *]", + "[!]", + "[*]", + "[%]", + "[! $ *]", + "[! *]" + ], + "correct": 5, + "prob_ind": 84 + }, + { + "prompt": "[% ( > :]   [( %]   [> :]
    [> %]   [%]   [>]
    [: (]   [(]   [  ]", + "options": [ + "[> (]", + "[> :]", + "[> %]", + "[> : (]", + "[:]", + "[%]", + "[>]", + "[> : %]" + ], + "correct": 4, + "prob_ind": 85 + }, + { + "prompt": "[> ( ~ <]   [> ~]   [( <]
    [~ <]   [~]   [<]
    [( >]   [>]   [  ]", + "options": [ + "[< > ~]", + "[<]", + "[> <]", + "[  ]", + "[(]", + "[> (]", + "[~]", + "[~ ( <]" + ], + "correct": 4, + "prob_ind": 86 + }, + { + "prompt": "[~ ! ( &]   [& ~]   [! (]
    [( &]   [&]   [(]
    [! ~]   [~]   [  ]", + "options": [ + "[( ~ &]", + "[~]", + "[!]", + "[( & ! ~]", + "[  ]", + "[! ( &]", + "[(]", + "[&]" + ], + "correct": 2, + "prob_ind": 87 + }, + { + "prompt": "[< % & *]   [* <]   [& %]
    [< &]   [<]   [&]
    [% *]   [*]   [  ]", + "options": [ + "[&]", + "[& *]", + "[& * % <]", + "[& % *]", + "[% & <]", + "[% *]", + "[% <]", + "[%]" + ], + "correct": 7, + "prob_ind": 88 + }, + { + "prompt": "[: < % ~]   [% :]   [< ~]
    [% <]   [%]   [<]
    [: ~]   [:]   [  ]", + "options": [ + "[< %]", + "[~ < %]", + "[: ~]", + "[%]", + "[~]", + "[% ~ :]", + "[< :]", + "[<]" + ], + "correct": 4, + "prob_ind": 89 + }, + { + "prompt": "[& $ < !]   [& !]   [< $]
    [& $]   [&]   [$]
    [! <]   [!]   [  ]", + "options": [ + "[$ & !]", + "[$ ! <]", + "[<]", + "[< ! $ &]", + "[$ &]", + "[$ <]", + "[$ & <]", + "[! & <]" + ], + "correct": 2, + "prob_ind": 90 + }, + { + "prompt": "[% * & (]   [( %]   [& *]
    [* (]   [(]   [*]
    [% &]   [%]   [  ]", + "options": [ + "[( &]", + "[% (]", + "[%]", + "[  ]", + "[% * (]", + "[&]", + "[*]", + "[% * &]" + ], + "correct": 5, + "prob_ind": 91 + }, + { + "prompt": "[> ~ ( *]   [* >]   [( ~]
    [* (]   [*]   [(]
    [> ~]   [>]   [  ]", + "options": [ + "[> ~ (]", + "[  ]", + "[>]", + "[~]", + "[> ( *]", + "[( ~ *]", + "[(]", + "[~ (]" + ], + "correct": 3, + "prob_ind": 92 + }, + { + "prompt": "[< & $ :]   [& $]   [< :]
    [$ :]   [$]   [:]
    [& <]   [&]   [  ]", + "options": [ + "[  ]", + "[<]", + "[< $ &]", + "[: <]", + "[& $]", + "[:]", + "[< $]", + "[$ : &]" + ], + "correct": 1, + "prob_ind": 93 + }, + { + "prompt": "[$ : * <]   [< :]   [$ *]
    [* :]   [:]   [*]
    [$ <]   [<]   [  ]", + "options": [ + "[<]", + "[: * $]", + "[< $ :]", + "[*]", + "[$]", + "[* <]", + "[$ : < *]", + "[* : <]" + ], + "correct": 4, + "prob_ind": 94 + }, + { + "prompt": "[$ > ! *]   [$ !]   [> *]
    [$ >]   [$]   [>]
    [* !]   [!]   [  ]", + "options": [ + "[* ! > $]", + "[! >]", + "[$ ! >]", + "[  ]", + "[> $]", + "[$ *]", + "[*]", + "[$ ! *]" + ], + "correct": 6, + "prob_ind": 95 + }, + { + "prompt": "[~ : > !]   [! :]   [~ >]
    [~ !]   [!]   [~]
    [: >]   [:]   [  ]", + "options": [ + "[:]", + "[!]", + "[~ !]", + "[> ! :]", + "[~]", + "[~ ! >]", + "[>]", + "[: >]" + ], + "correct": 6, + "prob_ind": 96 + }, + { + "prompt": "[( < ! $]   [! <]   [( $]
    [! $]   [!]   [$]
    [( <]   [<]   [  ]", + "options": [ + "[$ !]", + "[< ! $]", + "[(]", + "[! (]", + "[$ ! ( <]", + "[$ (]", + "[! $ (]", + "[  ]" + ], + "correct": 2, + "prob_ind": 97 + }, + { + "prompt": "[< $ ! ~]   [! $]   [~ <]
    [< $]   [$]   [<]
    [~ !]   [!]   [  ]", + "options": [ + "[~]", + "[< $ !]", + "[! ~]", + "[  ]", + "[!]", + "[$]", + "[! ~ < $]", + "[! <]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[* ! ~ <]   [~ <]   [! *]
    [! ~]   [~]   [!]
    [* <]   [<]   [  ]", + "options": [ + "[! ~]", + "[*]", + "[! * <]", + "[~ *]", + "[~]", + "[* !]", + "[< * ~]", + "[<]" + ], + "correct": 1, + "prob_ind": 99 + } + ], + "XOR_permuted": [ + { + "prompt": "[% ~]   [~ :]   [% :]
    [: ~]   [~ (]   [( :]
    [% :]   [: (]   [    ]", + "options": [ + "[( : % ~]", + "[( :]", + "[:]", + "[~ % :]", + "[( %]", + "[~ (]", + "[  ]", + "[% ( ~]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[: *]   [< *]   [: <]
    [* <]   [( *]   [< (]
    [: <]   [< (]   [    ]", + "options": [ + "[* :]", + "[( *]", + "[: (]", + "[< (]", + "[* <]", + "[:]", + "[(]", + "[< :]" + ], + "correct": 2, + "prob_ind": 1 + }, + { + "prompt": "[% &]   [( %]   [( &]
    [% (]   [% >]   [> (]
    [( &]   [> (]   [    ]", + "options": [ + "[& ( %]", + "[(]", + "[& >]", + "[  ]", + "[% (]", + "[>]", + "[> % &]", + "[% > (]" + ], + "correct": 2, + "prob_ind": 2 + }, + { + "prompt": "[! %]   [! :]   [% :]
    [: !]   [~ !]   [~ :]
    [: %]   [: ~]   [    ]", + "options": [ + "[% :]", + "[: ! ~]", + "[% !]", + "[:]", + "[~]", + "[~ %]", + "[! ~]", + "[! :]" + ], + "correct": 5, + "prob_ind": 3 + }, + { + "prompt": "[~ %]   [% (]   [( ~]
    [( %]   [% !]   [( !]
    [( ~]   [( !]   [    ]", + "options": [ + "[% (]", + "[(]", + "[% ( !]", + "[~ % (]", + "[( ~]", + "[! ~ %]", + "[! ~]", + "[! (]" + ], + "correct": 6, + "prob_ind": 4 + }, + { + "prompt": "[! ~]   [! (]   [~ (]
    [( !]   [! <]   [< (]
    [( ~]   [< (]   [    ]", + "options": [ + "[! (]", + "[! <]", + "[< ~]", + "[~ !]", + "[!]", + "[(]", + "[( ! ~]", + "[( ~]" + ], + "correct": 2, + "prob_ind": 5 + }, + { + "prompt": "[$ ~]   [> ~]   [> $]
    [~ >]   [! ~]   [! >]
    [$ >]   [> !]   [    ]", + "options": [ + "[! $]", + "[!]", + "[$ ! ~]", + "[> $ ~ !]", + "[~ >]", + "[>]", + "[~]", + "[~ $]" + ], + "correct": 0, + "prob_ind": 6 + }, + { + "prompt": "[: !]   [& !]   [: &]
    [& !]   [% !]   [% &]
    [: &]   [% &]   [    ]", + "options": [ + "[&]", + "[: !]", + "[% ! &]", + "[%]", + "[: ! %]", + "[% : &]", + "[% :]", + "[& : ! %]" + ], + "correct": 6, + "prob_ind": 7 + }, + { + "prompt": "[& *]   [! *]   [! &]
    [* !]   [( *]   [! (]
    [! &]   [! (]   [    ]", + "options": [ + "[& ! *]", + "[* (]", + "[& (]", + "[!]", + "[! (]", + "[  ]", + "[*]", + "[&]" + ], + "correct": 2, + "prob_ind": 8 + }, + { + "prompt": "[< !]   [< %]   [% !]
    [% <]   [< :]   [: %]
    [! %]   [% :]   [    ]", + "options": [ + "[<]", + "[: <]", + "[< % :]", + "[% :]", + "[  ]", + "[! %]", + "[%]", + "[: !]" + ], + "correct": 7, + "prob_ind": 9 + }, + { + "prompt": "[$ >]   [* >]   [* $]
    [> *]   [~ >]   [~ *]
    [* $]   [~ *]   [    ]", + "options": [ + "[>]", + "[~ > $ *]", + "[~ *]", + "[$ > *]", + "[~ >]", + "[$ *]", + "[$ ~]", + "[~]" + ], + "correct": 6, + "prob_ind": 10 + }, + { + "prompt": "[> *]   [< *]   [> <]
    [< *]   [* %]   [< %]
    [< >]   [< %]   [    ]", + "options": [ + "[% > * <]", + "[>]", + "[% *]", + "[% >]", + "[> < %]", + "[< >]", + "[% * >]", + "[> < *]" + ], + "correct": 3, + "prob_ind": 11 + }, + { + "prompt": "[$ :]   [> :]   [> $]
    [> :]   [% :]   [% >]
    [$ >]   [% >]   [    ]", + "options": [ + "[% $]", + "[>]", + "[% $ :]", + "[: % >]", + "[  ]", + "[> : $]", + "[: >]", + "[$]" + ], + "correct": 0, + "prob_ind": 12 + }, + { + "prompt": "[: !]   [& :]   [& !]
    [: &]   [: ~]   [& ~]
    [& !]   [& ~]   [    ]", + "options": [ + "[!]", + "[~ : &]", + "[: ~ !]", + "[& :]", + "[:]", + "[! ~]", + "[& !]", + "[: !]" + ], + "correct": 5, + "prob_ind": 13 + }, + { + "prompt": "[& $]   [> $]   [> &]
    [> $]   [$ !]   [> !]
    [& >]   [> !]   [    ]", + "options": [ + "[& !]", + "[$ !]", + "[  ]", + "[& $]", + "[& > $]", + "[& >]", + "[&]", + "[!]" + ], + "correct": 0, + "prob_ind": 14 + }, + { + "prompt": "[! %]   [~ !]   [% ~]
    [~ !]   [! >]   [~ >]
    [% ~]   [> ~]   [    ]", + "options": [ + "[~]", + "[% !]", + "[% >]", + "[!]", + "[~ % !]", + "[% ~]", + "[% > ~]", + "[>]" + ], + "correct": 2, + "prob_ind": 15 + }, + { + "prompt": "[: (]   [( !]   [: !]
    [! (]   [> (]   [! >]
    [! :]   [! >]   [    ]", + "options": [ + "[!]", + "[: > !]", + "[(]", + "[( :]", + "[> ! (]", + "[: ( >]", + "[! (]", + "[> :]" + ], + "correct": 7, + "prob_ind": 16 + }, + { + "prompt": "[! ~]   [( !]   [( ~]
    [( !]   [! *]   [( *]
    [~ (]   [( *]   [    ]", + "options": [ + "[~]", + "[~ *]", + "[* ! ~]", + "[( ~]", + "[* ~ ! (]", + "[( *]", + "[!]", + "[( ~ *]" + ], + "correct": 1, + "prob_ind": 17 + }, + { + "prompt": "[> *]   [* (]   [> (]
    [( *]   [: *]   [: (]
    [( >]   [( :]   [    ]", + "options": [ + "[> :]", + "[> (]", + "[* : (]", + "[>]", + "[( : * >]", + "[> ( *]", + "[*]", + "[( :]" + ], + "correct": 0, + "prob_ind": 18 + }, + { + "prompt": "[* $]   [< *]   [$ <]
    [< *]   [* %]   [< %]
    [< $]   [% <]   [    ]", + "options": [ + "[$]", + "[$ < *]", + "[  ]", + "[* <]", + "[$ <]", + "[% $]", + "[%]", + "[% *]" + ], + "correct": 5, + "prob_ind": 19 + }, + { + "prompt": "[> %]   [& >]   [% &]
    [> &]   [* >]   [& *]
    [% &]   [& *]   [    ]", + "options": [ + "[% >]", + "[>]", + "[  ]", + "[% &]", + "[* & %]", + "[* & > %]", + "[% *]", + "[%]" + ], + "correct": 6, + "prob_ind": 20 + }, + { + "prompt": "[> <]   [> &]   [< &]
    [> &]   [~ >]   [~ &]
    [< &]   [~ &]   [    ]", + "options": [ + "[~ <]", + "[  ]", + "[& <]", + "[< ~ > &]", + "[& >]", + "[>]", + "[& < ~]", + "[> <]" + ], + "correct": 0, + "prob_ind": 21 + }, + { + "prompt": "[% (]   [* (]   [* %]
    [* (]   [! (]   [* !]
    [* %]   [! *]   [    ]", + "options": [ + "[(]", + "[* !]", + "[* ! (]", + "[!]", + "[* ! %]", + "[  ]", + "[% !]", + "[%]" + ], + "correct": 6, + "prob_ind": 22 + }, + { + "prompt": "[& %]   [& (]   [( %]
    [& (]   [& $]   [$ (]
    [% (]   [( $]   [    ]", + "options": [ + "[&]", + "[( & %]", + "[& %]", + "[% $]", + "[(]", + "[$ (]", + "[$ &]", + "[( &]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[% >]   [! >]   [% !]
    [> !]   [> :]   [: !]
    [! %]   [! :]   [    ]", + "options": [ + "[:]", + "[!]", + "[: %]", + "[> %]", + "[> !]", + "[%]", + "[> ! :]", + "[% !]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[! *]   [& !]   [* &]
    [! &]   [: !]   [& :]
    [& *]   [& :]   [    ]", + "options": [ + "[& *]", + "[& :]", + "[&]", + "[* :]", + "[* : !]", + "[! *]", + "[*]", + "[!]" + ], + "correct": 3, + "prob_ind": 25 + }, + { + "prompt": "[< $]   [: <]   [$ :]
    [< :]   [! <]   [: !]
    [: $]   [: !]   [    ]", + "options": [ + "[!]", + "[! :]", + "[! $]", + "[  ]", + "[! : <]", + "[! <]", + "[:]", + "[<]" + ], + "correct": 2, + "prob_ind": 26 + }, + { + "prompt": "[< *]   [< ~]   [* ~]
    [~ <]   [< $]   [$ ~]
    [* ~]   [~ $]   [    ]", + "options": [ + "[*]", + "[< ~]", + "[<]", + "[$ < ~ *]", + "[* $]", + "[  ]", + "[< ~ *]", + "[~]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[> &]   [& %]   [% >]
    [% &]   [! &]   [! %]
    [% >]   [% !]   [    ]", + "options": [ + "[& > % !]", + "[! >]", + "[! %]", + "[& > %]", + "[&]", + "[>]", + "[% >]", + "[> &]" + ], + "correct": 1, + "prob_ind": 28 + }, + { + "prompt": "[! $]   [! :]   [$ :]
    [: !]   [% !]   [: %]
    [: $]   [% :]   [    ]", + "options": [ + "[$ %]", + "[!]", + "[$]", + "[:]", + "[: $ !]", + "[$ !]", + "[% $ :]", + "[: $]" + ], + "correct": 0, + "prob_ind": 29 + }, + { + "prompt": "[* $]   [$ &]   [* &]
    [$ &]   [$ <]   [& <]
    [* &]   [& <]   [    ]", + "options": [ + "[  ]", + "[& *]", + "[& $]", + "[$]", + "[< $ &]", + "[* <]", + "[< * $]", + "[& * <]" + ], + "correct": 5, + "prob_ind": 30 + }, + { + "prompt": "[: *]   [> :]   [> *]
    [: >]   [: ~]   [~ >]
    [> *]   [> ~]   [    ]", + "options": [ + "[: * ~]", + "[* ~ >]", + "[* >]", + "[* ~]", + "[: ~]", + "[~ * : >]", + "[:]", + "[~]" + ], + "correct": 3, + "prob_ind": 31 + }, + { + "prompt": "[: *]   [& :]   [* &]
    [& :]   [: %]   [& %]
    [& *]   [& %]   [    ]", + "options": [ + "[  ]", + "[*]", + "[& :]", + "[* & : %]", + "[& *]", + "[% *]", + "[& : %]", + "[& * :]" + ], + "correct": 5, + "prob_ind": 32 + }, + { + "prompt": "[: <]   [& :]   [& <]
    [& :]   [> :]   [& >]
    [< &]   [> &]   [    ]", + "options": [ + "[: <]", + "[& >]", + "[> :]", + "[:]", + "[: &]", + "[>]", + "[< >]", + "[> : <]" + ], + "correct": 6, + "prob_ind": 33 + }, + { + "prompt": "[& <]   [% &]   [< %]
    [& %]   [! &]   [% !]
    [< %]   [% !]   [    ]", + "options": [ + "[%]", + "[% !]", + "[< %]", + "[% &]", + "[! &]", + "[<]", + "[! <]", + "[&]" + ], + "correct": 6, + "prob_ind": 34 + }, + { + "prompt": "[% >]   [( >]   [( %]
    [( >]   [> ~]   [( ~]
    [( %]   [~ (]   [    ]", + "options": [ + "[~]", + "[( >]", + "[~ >]", + "[~ %]", + "[(]", + "[> %]", + "[> % (]", + "[%]" + ], + "correct": 3, + "prob_ind": 35 + }, + { + "prompt": "[~ $]   [( $]   [( ~]
    [( $]   [% $]   [( %]
    [( ~]   [% (]   [    ]", + "options": [ + "[% $]", + "[~ %]", + "[~]", + "[% ( $]", + "[~ $]", + "[$ ( ~]", + "[( ~ % $]", + "[(]" + ], + "correct": 1, + "prob_ind": 36 + }, + { + "prompt": "[( >]   [~ >]   [( ~]
    [> ~]   [> <]   [< ~]
    [( ~]   [~ <]   [    ]", + "options": [ + "[  ]", + "[~]", + "[<]", + "[< ~]", + "[(]", + "[>]", + "[( <]", + "[~ (]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[: *]   [! *]   [: !]
    [! *]   [$ *]   [$ !]
    [: !]   [! $]   [    ]", + "options": [ + "[* !]", + "[: $ *]", + "[: !]", + "[: $ * !]", + "[$ *]", + "[$ !]", + "[: *]", + "[: $]" + ], + "correct": 7, + "prob_ind": 38 + }, + { + "prompt": "[~ $]   [( $]   [( ~]
    [( $]   [> $]   [> (]
    [~ (]   [> (]   [    ]", + "options": [ + "[~ >]", + "[~ (]", + "[~]", + "[$]", + "[(]", + "[$ ( ~]", + "[( $]", + "[( >]" + ], + "correct": 0, + "prob_ind": 39 + }, + { + "prompt": "[! ~]   [~ %]   [% !]
    [% ~]   [~ $]   [% $]
    [! %]   [% $]   [    ]", + "options": [ + "[!]", + "[$ ~ %]", + "[$]", + "[% $]", + "[$ !]", + "[%]", + "[~]", + "[  ]" + ], + "correct": 4, + "prob_ind": 40 + }, + { + "prompt": "[> &]   [& *]   [* >]
    [& *]   [~ &]   [* ~]
    [> *]   [~ *]   [    ]", + "options": [ + "[> ~]", + "[~ > & *]", + "[~ *]", + "[>]", + "[& >]", + "[> *]", + "[* & >]", + "[*]" + ], + "correct": 0, + "prob_ind": 41 + }, + { + "prompt": "[$ <]   [% <]   [% $]
    [% <]   [: <]   [: %]
    [% $]   [: %]   [    ]", + "options": [ + "[< % $]", + "[% < :]", + "[$]", + "[% :]", + "[%]", + "[: $]", + "[  ]", + "[% $ :]" + ], + "correct": 5, + "prob_ind": 42 + }, + { + "prompt": "[: %]   [: ~]   [% ~]
    [~ :]   [: >]   [> ~]
    [~ %]   [~ >]   [    ]", + "options": [ + "[: >]", + "[: %]", + "[> ~]", + "[% > :]", + "[% ~ :]", + "[~ :]", + "[> %]", + "[>]" + ], + "correct": 6, + "prob_ind": 43 + }, + { + "prompt": "[& %]   [% (]   [& (]
    [% (]   [* %]   [( *]
    [& (]   [* (]   [    ]", + "options": [ + "[* &]", + "[( %]", + "[& (]", + "[% &]", + "[( * &]", + "[&]", + "[* % (]", + "[*]" + ], + "correct": 0, + "prob_ind": 44 + }, + { + "prompt": "[~ <]   [: ~]   [: <]
    [: ~]   [~ !]   [: !]
    [< :]   [: !]   [    ]", + "options": [ + "[: ~]", + "[~]", + "[: < !]", + "[! :]", + "[! <]", + "[  ]", + "[~ !]", + "[: ~ ! <]" + ], + "correct": 4, + "prob_ind": 45 + }, + { + "prompt": "[! *]   [! :]   [* :]
    [! :]   [% !]   [: %]
    [* :]   [% :]   [    ]", + "options": [ + "[* !]", + "[*]", + "[!]", + "[:]", + "[* %]", + "[: !]", + "[  ]", + "[%]" + ], + "correct": 4, + "prob_ind": 46 + }, + { + "prompt": "[! %]   [! $]   [$ %]
    [! $]   [! *]   [* $]
    [$ %]   [$ *]   [    ]", + "options": [ + "[% !]", + "[$ *]", + "[% * !]", + "[$ ! * %]", + "[* %]", + "[$ !]", + "[$]", + "[  ]" + ], + "correct": 4, + "prob_ind": 47 + }, + { + "prompt": "[$ &]   [$ !]   [! &]
    [! $]   [% $]   [% !]
    [& !]   [! %]   [    ]", + "options": [ + "[! $ &]", + "[%]", + "[% &]", + "[  ]", + "[% $]", + "[$ !]", + "[$]", + "[& !]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[~ <]   [: ~]   [< :]
    [~ :]   [~ &]   [& :]
    [: <]   [: &]   [    ]", + "options": [ + "[~]", + "[: ~ &]", + "[:]", + "[< &]", + "[  ]", + "[: < ~]", + "[&]", + "[~ :]" + ], + "correct": 3, + "prob_ind": 49 + }, + { + "prompt": "[$ :]   [> :]   [> $]
    [> :]   [: ~]   [~ >]
    [$ >]   [~ >]   [    ]", + "options": [ + "[~ :]", + "[$ >]", + "[$ :]", + "[: >]", + "[> $ ~]", + "[~ >]", + "[$]", + "[~ $]" + ], + "correct": 7, + "prob_ind": 50 + }, + { + "prompt": "[( %]   [( <]   [% <]
    [< (]   [( &]   [< &]
    [< %]   [& <]   [    ]", + "options": [ + "[% &]", + "[<]", + "[( % < &]", + "[(]", + "[&]", + "[%]", + "[( & %]", + "[( %]" + ], + "correct": 0, + "prob_ind": 51 + }, + { + "prompt": "[! $]   [! ~]   [$ ~]
    [! ~]   [: !]   [~ :]
    [$ ~]   [~ :]   [    ]", + "options": [ + "[! : ~ $]", + "[$ ~]", + "[: !]", + "[$ :]", + "[: ! ~]", + "[! ~ $]", + "[!]", + "[$]" + ], + "correct": 3, + "prob_ind": 52 + }, + { + "prompt": "[: &]   [& (]   [: (]
    [( &]   [* &]   [* (]
    [: (]   [* (]   [    ]", + "options": [ + "[* : &]", + "[: *]", + "[( *]", + "[( &]", + "[* ( &]", + "[*]", + "[& ( :]", + "[(]" + ], + "correct": 1, + "prob_ind": 53 + }, + { + "prompt": "[< %]   [< :]   [% :]
    [< :]   [& <]   [: &]
    [% :]   [& :]   [    ]", + "options": [ + "[: % <]", + "[<]", + "[: %]", + "[% : &]", + "[& : <]", + "[& %]", + "[%]", + "[  ]" + ], + "correct": 5, + "prob_ind": 54 + }, + { + "prompt": "[< ~]   [( ~]   [( <]
    [( ~]   [~ $]   [( $]
    [< (]   [$ (]   [    ]", + "options": [ + "[< $]", + "[$ ~ < (]", + "[$]", + "[$ ( ~]", + "[~ < $]", + "[  ]", + "[( ~]", + "[<]" + ], + "correct": 0, + "prob_ind": 55 + }, + { + "prompt": "[: %]   [: <]   [% <]
    [: <]   [~ :]   [< ~]
    [< %]   [< ~]   [    ]", + "options": [ + "[~]", + "[% <]", + "[% : <]", + "[% ~]", + "[<]", + "[  ]", + "[~ <]", + "[~ < %]" + ], + "correct": 3, + "prob_ind": 56 + }, + { + "prompt": "[( !]   [! %]   [% (]
    [! %]   [< !]   [< %]
    [% (]   [% <]   [    ]", + "options": [ + "[< (]", + "[  ]", + "[! % < (]", + "[%]", + "[<]", + "[!]", + "[(]", + "[< ! %]" + ], + "correct": 0, + "prob_ind": 57 + }, + { + "prompt": "[< &]   [& !]   [< !]
    [! &]   [& >]   [> !]
    [! <]   [> !]   [    ]", + "options": [ + "[& >]", + "[! & >]", + "[&]", + "[& ! <]", + "[> < !]", + "[> <]", + "[!]", + "[<]" + ], + "correct": 5, + "prob_ind": 58 + }, + { + "prompt": "[: <]   [! <]   [! :]
    [! <]   [* <]   [* !]
    [! :]   [! *]   [    ]", + "options": [ + "[* < :]", + "[: ! *]", + "[:]", + "[! <]", + "[<]", + "[! *]", + "[: *]", + "[!]" + ], + "correct": 6, + "prob_ind": 59 + }, + { + "prompt": "[> $]   [> %]   [% $]
    [> %]   [> *]   [* %]
    [$ %]   [* %]   [    ]", + "options": [ + "[*]", + "[$ *]", + "[>]", + "[> %]", + "[> % $]", + "[% *]", + "[> $ * %]", + "[  ]" + ], + "correct": 1, + "prob_ind": 60 + }, + { + "prompt": "[: %]   [: ~]   [~ %]
    [: ~]   [: &]   [& ~]
    [% ~]   [~ &]   [    ]", + "options": [ + "[% :]", + "[&]", + "[: & ~]", + "[  ]", + "[: % &]", + "[% &]", + "[& ~]", + "[: ~]" + ], + "correct": 5, + "prob_ind": 61 + }, + { + "prompt": "[& %]   [& !]   [! %]
    [! &]   [* &]   [! *]
    [! %]   [* !]   [    ]", + "options": [ + "[% !]", + "[% * !]", + "[*]", + "[!]", + "[% *]", + "[* % &]", + "[&]", + "[  ]" + ], + "correct": 4, + "prob_ind": 62 + }, + { + "prompt": "[* :]   [> :]   [> *]
    [: >]   [% :]   [> %]
    [> *]   [> %]   [    ]", + "options": [ + "[% >]", + "[% : >]", + "[>]", + "[%]", + "[*]", + "[:]", + "[* %]", + "[> * %]" + ], + "correct": 6, + "prob_ind": 63 + }, + { + "prompt": "[: *]   [> :]   [* >]
    [: >]   [! :]   [! >]
    [* >]   [! >]   [    ]", + "options": [ + "[> ! *]", + "[  ]", + "[* : >]", + "[* !]", + "[:]", + "[>]", + "[*]", + "[* >]" + ], + "correct": 3, + "prob_ind": 64 + }, + { + "prompt": "[~ %]   [% *]   [* ~]
    [* %]   [$ %]   [* $]
    [~ *]   [$ *]   [    ]", + "options": [ + "[$ ~]", + "[% $]", + "[$ % ~]", + "[$ *]", + "[* ~ %]", + "[%]", + "[*]", + "[$]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[( !]   [! :]   [( :]
    [! :]   [! $]   [: $]
    [( :]   [: $]   [    ]", + "options": [ + "[$ !]", + "[( !]", + "[: $ ( !]", + "[$ (]", + "[( $ :]", + "[  ]", + "[$]", + "[: ! (]" + ], + "correct": 3, + "prob_ind": 66 + }, + { + "prompt": "[% $]   [$ :]   [: %]
    [$ :]   [( $]   [: (]
    [% :]   [( :]   [    ]", + "options": [ + "[% :]", + "[( % : $]", + "[$]", + "[% (]", + "[  ]", + "[( :]", + "[:]", + "[$ : (]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[$ >]   [> &]   [$ &]
    [> &]   [> <]   [& <]
    [$ &]   [& <]   [    ]", + "options": [ + "[>]", + "[& < > $]", + "[> &]", + "[$ >]", + "[& < >]", + "[< &]", + "[$ & <]", + "[$ <]" + ], + "correct": 7, + "prob_ind": 68 + }, + { + "prompt": "[* ~]   [: *]   [~ :]
    [: *]   [( *]   [: (]
    [: ~]   [( :]   [    ]", + "options": [ + "[~ :]", + "[* : (]", + "[*]", + "[* :]", + "[~ ( * :]", + "[* (]", + "[* ~ :]", + "[~ (]" + ], + "correct": 7, + "prob_ind": 69 + }, + { + "prompt": "[> %]   [> &]   [& %]
    [& >]   [> <]   [& <]
    [& %]   [& <]   [    ]", + "options": [ + "[%]", + "[% & <]", + "[> %]", + "[&]", + "[< & > %]", + "[> % &]", + "[& >]", + "[< %]" + ], + "correct": 7, + "prob_ind": 70 + }, + { + "prompt": "[> !]   [> ~]   [! ~]
    [~ >]   [> &]   [~ &]
    [! ~]   [~ &]   [    ]", + "options": [ + "[&]", + "[>]", + "[!]", + "[~ >]", + "[~ ! &]", + "[~ &]", + "[! &]", + "[& ! >]" + ], + "correct": 6, + "prob_ind": 71 + }, + { + "prompt": "[& >]   [$ >]   [$ &]
    [$ >]   [> :]   [: $]
    [$ &]   [: $]   [    ]", + "options": [ + "[$ : &]", + "[: & >]", + "[& >]", + "[:]", + "[: &]", + "[>]", + "[$ :]", + "[&]" + ], + "correct": 4, + "prob_ind": 72 + }, + { + "prompt": "[% ~]   [& %]   [& ~]
    [& %]   [% !]   [& !]
    [~ &]   [& !]   [    ]", + "options": [ + "[! %]", + "[~ %]", + "[! ~ % &]", + "[~ &]", + "[& % ~]", + "[% & !]", + "[~ !]", + "[!]" + ], + "correct": 6, + "prob_ind": 73 + }, + { + "prompt": "[& %]   [~ &]   [~ %]
    [& ~]   [$ &]   [$ ~]
    [~ %]   [~ $]   [    ]", + "options": [ + "[&]", + "[~ %]", + "[~]", + "[~ $ %]", + "[& $]", + "[$ ~ &]", + "[& ~]", + "[% $]" + ], + "correct": 7, + "prob_ind": 74 + }, + { + "prompt": "[* &]   [> &]   [> *]
    [> &]   [$ &]   [> $]
    [* >]   [> $]   [    ]", + "options": [ + "[> & *]", + "[* $ &]", + "[$ & >]", + "[$]", + "[$ > * &]", + "[$ >]", + "[> *]", + "[* $]" + ], + "correct": 7, + "prob_ind": 75 + }, + { + "prompt": "[$ >]   [% >]   [% $]
    [> %]   [> ~]   [~ %]
    [% $]   [% ~]   [    ]", + "options": [ + "[>]", + "[$ %]", + "[$]", + "[$ % ~ >]", + "[%]", + "[$ ~]", + "[% > ~]", + "[> ~]" + ], + "correct": 5, + "prob_ind": 76 + }, + { + "prompt": "[( $]   [$ <]   [< (]
    [$ <]   [& $]   [< &]
    [< (]   [< &]   [    ]", + "options": [ + "[<]", + "[( &]", + "[& <]", + "[$ (]", + "[$ < &]", + "[$ <]", + "[& ( $]", + "[&]" + ], + "correct": 1, + "prob_ind": 77 + }, + { + "prompt": "[* &]   [~ *]   [& ~]
    [~ *]   [* (]   [~ (]
    [~ &]   [( ~]   [    ]", + "options": [ + "[~ & (]", + "[~ (]", + "[* (]", + "[~]", + "[& ~]", + "[(]", + "[& (]", + "[&]" + ], + "correct": 6, + "prob_ind": 78 + }, + { + "prompt": "[> (]   [( ~]   [> ~]
    [~ (]   [( !]   [~ !]
    [~ >]   [! ~]   [    ]", + "options": [ + "[> !]", + "[( ~]", + "[( ~ !]", + "[(]", + "[! ( >]", + "[( > ~]", + "[> (]", + "[>]" + ], + "correct": 0, + "prob_ind": 79 + }, + { + "prompt": "[! <]   [< (]   [( !]
    [( <]   [< :]   [( :]
    [! (]   [( :]   [    ]", + "options": [ + "[! (]", + "[! : < (]", + "[: !]", + "[< : (]", + "[( ! <]", + "[( <]", + "[< :]", + "[<]" + ], + "correct": 2, + "prob_ind": 80 + }, + { + "prompt": "[~ >]   [! >]   [! ~]
    [! >]   [< >]   [< !]
    [~ !]   [< !]   [    ]", + "options": [ + "[< > ! ~]", + "[< ~]", + "[~ > <]", + "[~]", + "[>]", + "[  ]", + "[> ~]", + "[!]" + ], + "correct": 1, + "prob_ind": 81 + }, + { + "prompt": "[( >]   [! (]   [! >]
    [! (]   [< (]   [! <]
    [! >]   [! <]   [    ]", + "options": [ + "[<]", + "[  ]", + "[! >]", + "[< >]", + "[( > !]", + "[!]", + "[( <]", + "[> ( < !]" + ], + "correct": 3, + "prob_ind": 82 + }, + { + "prompt": "[% *]   [~ *]   [% ~]
    [~ *]   [> *]   [~ >]
    [% ~]   [> ~]   [    ]", + "options": [ + "[* >]", + "[* > %]", + "[> ~ % *]", + "[%]", + "[* ~]", + "[> % ~]", + "[> %]", + "[  ]" + ], + "correct": 6, + "prob_ind": 83 + }, + { + "prompt": "[& ~]   [& <]   [< ~]
    [< &]   [& $]   [$ <]
    [< ~]   [$ <]   [    ]", + "options": [ + "[& < $]", + "[~ $]", + "[~]", + "[$ ~ <]", + "[&]", + "[& ~ < $]", + "[& $]", + "[<]" + ], + "correct": 1, + "prob_ind": 84 + }, + { + "prompt": "[( :]   [: >]   [( >]
    [> :]   [: $]   [$ >]
    [( >]   [$ >]   [    ]", + "options": [ + "[: ( >]", + "[: (]", + "[  ]", + "[$ (]", + "[> :]", + "[$ > ( :]", + "[: > $]", + "[( >]" + ], + "correct": 3, + "prob_ind": 85 + }, + { + "prompt": "[: ~]   [: <]   [< ~]
    [: <]   [* :]   [< *]
    [~ <]   [< *]   [    ]", + "options": [ + "[~ *]", + "[~ < *]", + "[< ~]", + "[~]", + "[~ :]", + "[* :]", + "[  ]", + "[< *]" + ], + "correct": 0, + "prob_ind": 86 + }, + { + "prompt": "[$ >]   [& >]   [& $]
    [> &]   [( >]   [( &]
    [& $]   [( &]   [    ]", + "options": [ + "[( > &]", + "[&]", + "[$]", + "[( $ >]", + "[$ (]", + "[(]", + "[  ]", + "[>]" + ], + "correct": 4, + "prob_ind": 87 + }, + { + "prompt": "[< !]   [< ~]   [~ !]
    [~ <]   [< &]   [~ &]
    [! ~]   [~ &]   [    ]", + "options": [ + "[< ! &]", + "[<]", + "[! ~]", + "[! &]", + "[~ &]", + "[& ~ !]", + "[~]", + "[!]" + ], + "correct": 3, + "prob_ind": 88 + }, + { + "prompt": "[( *]   [> *]   [> (]
    [> *]   [$ *]   [> $]
    [> (]   [$ >]   [    ]", + "options": [ + "[* $ (]", + "[( * >]", + "[>]", + "[( $]", + "[> $]", + "[> $ ( *]", + "[$]", + "[( > $]" + ], + "correct": 3, + "prob_ind": 89 + }, + { + "prompt": "[< (]   [: (]   [< :]
    [( :]   [( &]   [: &]
    [: <]   [& :]   [    ]", + "options": [ + "[( &]", + "[& <]", + "[: <]", + "[( :]", + "[( < : &]", + "[& ( :]", + "[: ( <]", + "[:]" + ], + "correct": 1, + "prob_ind": 90 + }, + { + "prompt": "[& %]   [& ~]   [% ~]
    [~ &]   [( &]   [~ (]
    [% ~]   [~ (]   [    ]", + "options": [ + "[( % &]", + "[( %]", + "[% &]", + "[~]", + "[% ~ &]", + "[~ ( &]", + "[% ( & ~]", + "[%]" + ], + "correct": 1, + "prob_ind": 91 + }, + { + "prompt": "[: &]   [& ~]   [: ~]
    [~ &]   [( &]   [~ (]
    [~ :]   [~ (]   [    ]", + "options": [ + "[: (]", + "[~ & (]", + "[~]", + "[:]", + "[: ~ &]", + "[~ :]", + "[~ ( :]", + "[  ]" + ], + "correct": 0, + "prob_ind": 92 + }, + { + "prompt": "[$ <]   [* $]   [* <]
    [* $]   [$ :]   [* :]
    [* <]   [* :]   [    ]", + "options": [ + "[: $ * <]", + "[< *]", + "[$ *]", + "[<]", + "[: < $]", + "[* $ <]", + "[:]", + "[< :]" + ], + "correct": 7, + "prob_ind": 93 + }, + { + "prompt": "[$ >]   [$ (]   [( >]
    [( $]   [$ !]   [( !]
    [> (]   [( !]   [    ]", + "options": [ + "[>]", + "[$ >]", + "[! (]", + "[  ]", + "[! >]", + "[! $ >]", + "[( ! $]", + "[$ !]" + ], + "correct": 4, + "prob_ind": 94 + }, + { + "prompt": "[: !]   [! &]   [& :]
    [! &]   [< !]   [< &]
    [: &]   [< &]   [    ]", + "options": [ + "[: < !]", + "[< !]", + "[: &]", + "[: <]", + "[<]", + "[: ! &]", + "[& : <]", + "[& !]" + ], + "correct": 3, + "prob_ind": 95 + }, + { + "prompt": "[% $]   [> %]   [> $]
    [% >]   [< %]   [> <]
    [> $]   [< >]   [    ]", + "options": [ + "[< >]", + "[> $ % <]", + "[< $]", + "[% <]", + "[> $ %]", + "[> % <]", + "[$ < >]", + "[<]" + ], + "correct": 2, + "prob_ind": 96 + }, + { + "prompt": "[* !]   [* (]   [( !]
    [( *]   [* :]   [: (]
    [( !]   [( :]   [    ]", + "options": [ + "[( !]", + "[: !]", + "[:]", + "[! * :]", + "[: * ! (]", + "[! *]", + "[( :]", + "[! ( *]" + ], + "correct": 1, + "prob_ind": 97 + }, + { + "prompt": "[* >]   [& *]   [> &]
    [* &]   [* <]   [& <]
    [& >]   [& <]   [    ]", + "options": [ + "[> &]", + "[*]", + "[& *]", + "[> <]", + "[& <]", + "[* <]", + "[< > & *]", + "[* > <]" + ], + "correct": 3, + "prob_ind": 98 + }, + { + "prompt": "[: >]   [( :]   [> (]
    [( :]   [~ :]   [~ (]
    [> (]   [~ (]   [    ]", + "options": [ + "[> (]", + "[:]", + "[~]", + "[>]", + "[~ >]", + "[~ : (]", + "[(]", + "[( :]" + ], + "correct": 4, + "prob_ind": 99 + } + ], + "AND_permuted": [ + { + "prompt": "[* >]   [> $]   [>]
    [* !]   [$ !]   [!]
    [*]   [$]   [  ]", + "options": [ + "[> (]", + "[> !]", + "[> ! ( $]", + "[( * ! >]", + "[  ]", + "[> $ *]", + "[!]", + "[$ (]" + ], + "correct": 4, + "prob_ind": 0 + }, + { + "prompt": "[* $]   [~ *]   [*]
    [$ !]   [! ~]   [!]
    [$]   [~]   [  ]", + "options": [ + "[$ * ~]", + "[  ]", + "[$]", + "[~ $]", + "[$ ~ !]", + "[* ~]", + "[! & ~]", + "[$ *]" + ], + "correct": 1, + "prob_ind": 1 + }, + { + "prompt": "[> !]   [> <]   [>]
    [* !]   [< *]   [*]
    [!]   [<]   [  ]", + "options": [ + "[< *]", + "[*]", + "[> * <]", + "[: *]", + "[! *]", + "[  ]", + "[>]", + "[:]" + ], + "correct": 5, + "prob_ind": 2 + }, + { + "prompt": "[> &]   [& *]   [&]
    [> !]   [! *]   [!]
    [>]   [*]   [  ]", + "options": [ + "[  ]", + "[& (]", + "[> * !]", + "[! ( & *]", + "[> ( & *]", + "[& ( >]", + "[(]", + "[&]" + ], + "correct": 0, + "prob_ind": 3 + }, + { + "prompt": "[$ !]   [! <]   [!]
    [$ %]   [% <]   [%]
    [$]   [<]   [  ]", + "options": [ + "[>]", + "[> % < ! $]", + "[> ! <]", + "[< ! %]", + "[< % >]", + "[< $ ! %]", + "[  ]", + "[> $]" + ], + "correct": 6, + "prob_ind": 4 + }, + { + "prompt": "[* $]   [$ (]   [$]
    [% *]   [( %]   [%]
    [*]   [(]   [  ]", + "options": [ + "[< (]", + "[  ]", + "[$ < %]", + "[* % $ (]", + "[< * % (]", + "[% $]", + "[* (]", + "[< * (]" + ], + "correct": 1, + "prob_ind": 5 + }, + { + "prompt": "[( *]   [( $]   [(]
    [< *]   [$ <]   [<]
    [*]   [$]   [  ]", + "options": [ + "[  ]", + "[$]", + "[: < $ *]", + "[< * (]", + "[< ( $ *]", + "[<]", + "[< (]", + "[* : <]" + ], + "correct": 0, + "prob_ind": 6 + }, + { + "prompt": "[( :]   [: *]   [:]
    [( >]   [> *]   [>]
    [(]   [*]   [  ]", + "options": [ + "[  ]", + "[* > <]", + "[> *]", + "[< * ( >]", + "[( :]", + "[> ( : <]", + "[*]", + "[< (]" + ], + "correct": 0, + "prob_ind": 7 + }, + { + "prompt": "[~ !]   [$ !]   [!]
    [~ :]   [$ :]   [:]
    [~]   [$]   [  ]", + "options": [ + "[~ : $]", + "[& ~]", + "[& ! ~]", + "[  ]", + "[! & $]", + "[:]", + "[: & $ !]", + "[$ &]" + ], + "correct": 3, + "prob_ind": 8 + }, + { + "prompt": "[! <]   [! *]   [!]
    [< %]   [* %]   [%]
    [<]   [*]   [  ]", + "options": [ + "[* ! <]", + "[  ]", + "[<]", + "[% !]", + "[*]", + "[! * < %]", + "[!]", + "[< ! %]" + ], + "correct": 1, + "prob_ind": 9 + }, + { + "prompt": "[: $]   [& :]   [:]
    [~ $]   [~ &]   [~]
    [$]   [&]   [  ]", + "options": [ + "[: ( &]", + "[& :]", + "[:]", + "[$ ~ ( :]", + "[: (]", + "[~]", + "[  ]", + "[( $]" + ], + "correct": 6, + "prob_ind": 10 + }, + { + "prompt": "[% :]   [$ :]   [:]
    [~ %]   [~ $]   [~]
    [%]   [$]   [  ]", + "options": [ + "[~ % >]", + "[~ :]", + "[  ]", + "[: > $ ~]", + "[$ : %]", + "[~ > : %]", + "[> % ~ : $]", + "[~ : $]" + ], + "correct": 2, + "prob_ind": 11 + }, + { + "prompt": "[% <]   [% &]   [%]
    [* <]   [* &]   [*]
    [<]   [&]   [  ]", + "options": [ + "[<]", + "[* <]", + "[& * < %]", + "[( &]", + "[  ]", + "[(]", + "[* % (]", + "[( & %]" + ], + "correct": 4, + "prob_ind": 12 + }, + { + "prompt": "[> ~]   [( ~]   [~]
    [> *]   [* (]   [*]
    [>]   [(]   [  ]", + "options": [ + "[%]", + "[~ > ( *]", + "[* ~ %]", + "[  ]", + "[> %]", + "[> % ~]", + "[(]", + "[> ~ ( * %]" + ], + "correct": 3, + "prob_ind": 13 + }, + { + "prompt": "[( ~]   [( %]   [(]
    [> ~]   [% >]   [>]
    [~]   [%]   [  ]", + "options": [ + "[% <]", + "[>]", + "[  ]", + "[( % > <]", + "[~]", + "[~ > % <]", + "[( < % ~ >]", + "[( ~]" + ], + "correct": 2, + "prob_ind": 14 + }, + { + "prompt": "[! >]   [! <]   [!]
    [& >]   [& <]   [&]
    [>]   [<]   [  ]", + "options": [ + "[& < >]", + "[! & :]", + "[  ]", + "[!]", + "[: > & <]", + "[:]", + "[! & <]", + "[< :]" + ], + "correct": 2, + "prob_ind": 15 + }, + { + "prompt": "[! (]   [( >]   [(]
    [! %]   [> %]   [%]
    [!]   [>]   [  ]", + "options": [ + "[> ! ( %]", + "[  ]", + "[< ! (]", + "[(]", + "[% !]", + "[( >]", + "[! >]", + "[> ! %]" + ], + "correct": 1, + "prob_ind": 16 + }, + { + "prompt": "[* $]   [* (]   [*]
    [$ %]   [% (]   [%]
    [$]   [(]   [  ]", + "options": [ + "[  ]", + "[> ( % $]", + "[%]", + "[( $ >]", + "[> $]", + "[> * $ %]", + "[% $ >]", + "[( % >]" + ], + "correct": 0, + "prob_ind": 17 + }, + { + "prompt": "[% :]   [% !]   [%]
    [~ :]   [! ~]   [~]
    [:]   [!]   [  ]", + "options": [ + "[! % ~]", + "[$ : ~]", + "[! $]", + "[$ % ~]", + "[~]", + "[  ]", + "[$ : !]", + "[: $]" + ], + "correct": 5, + "prob_ind": 18 + }, + { + "prompt": "[! &]   [$ &]   [&]
    [! ~]   [$ ~]   [~]
    [!]   [$]   [  ]", + "options": [ + "[<]", + "[~ <]", + "[& ~ <]", + "[  ]", + "[~]", + "[$]", + "[! & <]", + "[& ~ $]" + ], + "correct": 3, + "prob_ind": 19 + }, + { + "prompt": "[! *]   [< !]   [!]
    [& *]   [< &]   [&]
    [*]   [<]   [  ]", + "options": [ + "[  ]", + "[* & < ! :]", + "[*]", + "[& *]", + "[& !]", + "[< ! &]", + "[! : < *]", + "[! *]" + ], + "correct": 0, + "prob_ind": 20 + }, + { + "prompt": "[< (]   [! (]   [(]
    [> <]   [! >]   [>]
    [<]   [!]   [  ]", + "options": [ + "[  ]", + "[< > *]", + "[* ! > (]", + "[> ( < *]", + "[! *]", + "[!]", + "[( <]", + "[> <]" + ], + "correct": 0, + "prob_ind": 21 + }, + { + "prompt": "[: *]   [< :]   [:]
    [* $]   [< $]   [$]
    [*]   [<]   [  ]", + "options": [ + "[% $]", + "[$ * % :]", + "[% * <]", + "[$ < %]", + "[$ % :]", + "[  ]", + "[$]", + "[: %]" + ], + "correct": 5, + "prob_ind": 22 + }, + { + "prompt": "[% (]   [% <]   [%]
    [( ~]   [< ~]   [~]
    [(]   [<]   [  ]", + "options": [ + "[~]", + "[( < %]", + "[: % <]", + "[  ]", + "[: (]", + "[< % ~]", + "[< ( % ~]", + "[( ~ < % :]" + ], + "correct": 3, + "prob_ind": 23 + }, + { + "prompt": "[> %]   [> *]   [>]
    [% !]   [* !]   [!]
    [%]   [*]   [  ]", + "options": [ + "[* >]", + "[* ! % >]", + "[  ]", + "[% > :]", + "[% * >]", + "[%]", + "[! :]", + "[% * : !]" + ], + "correct": 2, + "prob_ind": 24 + }, + { + "prompt": "[< *]   [> *]   [*]
    [< $]   [$ >]   [$]
    [<]   [>]   [  ]", + "options": [ + "[< ! $]", + "[$ *]", + "[$ < * >]", + "[> $]", + "[$ > <]", + "[>]", + "[* $ < ! >]", + "[  ]" + ], + "correct": 7, + "prob_ind": 25 + }, + { + "prompt": "[% (]   [! (]   [(]
    [: %]   [! :]   [:]
    [%]   [!]   [  ]", + "options": [ + "[~ % :]", + "[! %]", + "[  ]", + "[~ %]", + "[! : ( %]", + "[~ ( :]", + "[! % ~]", + "[! ( %]" + ], + "correct": 2, + "prob_ind": 26 + }, + { + "prompt": "[& $]   [$ %]   [$]
    [( &]   [% (]   [(]
    [&]   [%]   [  ]", + "options": [ + "[%]", + "[% ( &]", + "[% $ & *]", + "[( * & % $]", + "[  ]", + "[*]", + "[( *]", + "[&]" + ], + "correct": 4, + "prob_ind": 27 + }, + { + "prompt": "[~ (]   [& ~]   [~]
    [! (]   [& !]   [!]
    [(]   [&]   [  ]", + "options": [ + "[: & ~ !]", + "[:]", + "[& ~ :]", + "[  ]", + "[! ~ &]", + "[! & ( ~]", + "[~ : ! (]", + "[! :]" + ], + "correct": 3, + "prob_ind": 28 + }, + { + "prompt": "[$ <]   [< &]   [<]
    [$ !]   [& !]   [!]
    [$]   [&]   [  ]", + "options": [ + "[< & ! *]", + "[$ ! &]", + "[$ * ! <]", + "[! < $]", + "[  ]", + "[$]", + "[! & $ <]", + "[! * & < $]" + ], + "correct": 4, + "prob_ind": 29 + }, + { + "prompt": "[* <]   [! *]   [*]
    [( <]   [! (]   [(]
    [<]   [!]   [  ]", + "options": [ + "[: *]", + "[( < : *]", + "[  ]", + "[< :]", + "[! ( * <]", + "[< * !]", + "[! < :]", + "[: * !]" + ], + "correct": 2, + "prob_ind": 30 + }, + { + "prompt": "[~ &]   [< &]   [&]
    [~ :]   [: <]   [:]
    [~]   [<]   [  ]", + "options": [ + "[& : ~ !]", + "[~ < ! &]", + "[!]", + "[! : < ~ &]", + "[< ! ~]", + "[: < !]", + "[~]", + "[  ]" + ], + "correct": 7, + "prob_ind": 31 + }, + { + "prompt": "[~ *]   [< *]   [*]
    [~ $]   [$ <]   [$]
    [~]   [<]   [  ]", + "options": [ + "[&]", + "[<]", + "[* < $]", + "[& $]", + "[  ]", + "[& <]", + "[* $ < ~]", + "[$]" + ], + "correct": 4, + "prob_ind": 32 + }, + { + "prompt": "[* :]   [> :]   [:]
    [! *]   [! >]   [!]
    [*]   [>]   [  ]", + "options": [ + "[: >]", + "[* :]", + "[> & *]", + "[! :]", + "[& > !]", + "[: * >]", + "[! >]", + "[  ]" + ], + "correct": 7, + "prob_ind": 33 + }, + { + "prompt": "[( :]   [: $]   [:]
    [< (]   [$ <]   [<]
    [(]   [$]   [  ]", + "options": [ + "[~ (]", + "[< $ (]", + "[( < :]", + "[$ : ~]", + "[  ]", + "[( $ :]", + "[$ <]", + "[<]" + ], + "correct": 4, + "prob_ind": 34 + }, + { + "prompt": "[% ~]   [* %]   [%]
    [< ~]   [< *]   [<]
    [~]   [*]   [  ]", + "options": [ + "[&]", + "[* % ~]", + "[< &]", + "[%]", + "[~ < *]", + "[* <]", + "[  ]", + "[~ & *]" + ], + "correct": 6, + "prob_ind": 35 + }, + { + "prompt": "[% ~]   [* %]   [%]
    [~ $]   [$ *]   [$]
    [~]   [*]   [  ]", + "options": [ + "[*]", + "[> ~ % *]", + "[~ * %]", + "[~]", + "[$ * % ~]", + "[% $]", + "[~ $]", + "[  ]" + ], + "correct": 7, + "prob_ind": 36 + }, + { + "prompt": "[* <]   [$ *]   [*]
    [& <]   [& $]   [&]
    [<]   [$]   [  ]", + "options": [ + "[( $ <]", + "[<]", + "[& < *]", + "[( & $]", + "[< *]", + "[( <]", + "[  ]", + "[& (]" + ], + "correct": 6, + "prob_ind": 37 + }, + { + "prompt": "[( !]   [( <]   [(]
    [! %]   [% <]   [%]
    [!]   [<]   [  ]", + "options": [ + "[<]", + "[! <]", + "[  ]", + "[! $]", + "[! %]", + "[% <]", + "[< $ %]", + "[! < $]" + ], + "correct": 2, + "prob_ind": 38 + }, + { + "prompt": "[* &]   [* ~]   [*]
    [: &]   [~ :]   [:]
    [&]   [~]   [  ]", + "options": [ + "[(]", + "[:]", + "[: ~]", + "[* & ( :]", + "[  ]", + "[: ( * ~]", + "[* ~]", + "[* :]" + ], + "correct": 4, + "prob_ind": 39 + }, + { + "prompt": "[$ :]   [> :]   [:]
    [$ ~]   [~ >]   [~]
    [$]   [>]   [  ]", + "options": [ + "[  ]", + "[: > &]", + "[& : ~]", + "[> : ~]", + "[~ &]", + "[:]", + "[: & > $ ~]", + "[& ~ $]" + ], + "correct": 0, + "prob_ind": 40 + }, + { + "prompt": "[( ~]   [% ~]   [~]
    [( $]   [% $]   [$]
    [(]   [%]   [  ]", + "options": [ + "[( $]", + "[!]", + "[% ~ $]", + "[~ $]", + "[~ ! (]", + "[! $ (]", + "[  ]", + "[% $]" + ], + "correct": 6, + "prob_ind": 41 + }, + { + "prompt": "[% :]   [% (]   [%]
    [: &]   [& (]   [&]
    [:]   [(]   [  ]", + "options": [ + "[< &]", + "[& %]", + "[& :]", + "[  ]", + "[< %]", + "[& ( %]", + "[% : (]", + "[: %]" + ], + "correct": 3, + "prob_ind": 42 + }, + { + "prompt": "[% >]   [~ >]   [>]
    [< %]   [~ <]   [<]
    [%]   [~]   [  ]", + "options": [ + "[: > < % ~]", + "[  ]", + "[< %]", + "[: < ~ >]", + "[< ~]", + "[:]", + "[% > < ~]", + "[>]" + ], + "correct": 1, + "prob_ind": 43 + }, + { + "prompt": "[$ *]   [> $]   [$]
    [* :]   [> :]   [:]
    [*]   [>]   [  ]", + "options": [ + "[:]", + "[(]", + "[: * > (]", + "[$ ( :]", + "[> : *]", + "[> $]", + "[$]", + "[  ]" + ], + "correct": 7, + "prob_ind": 44 + }, + { + "prompt": "[% <]   [< >]   [<]
    [~ %]   [> ~]   [~]
    [%]   [>]   [  ]", + "options": [ + "[< ~ % *]", + "[* > % <]", + "[~ < % >]", + "[~ % * >]", + "[> ~ <]", + "[~ %]", + "[<]", + "[  ]" + ], + "correct": 7, + "prob_ind": 45 + }, + { + "prompt": "[* :]   [* &]   [*]
    [< :]   [< &]   [<]
    [:]   [&]   [  ]", + "options": [ + "[~ <]", + "[~ : < &]", + "[  ]", + "[* : < ~ &]", + "[* &]", + "[< :]", + "[< *]", + "[~ * :]" + ], + "correct": 2, + "prob_ind": 46 + }, + { + "prompt": "[( !]   [: !]   [!]
    [% (]   [% :]   [%]
    [(]   [:]   [  ]", + "options": [ + "[  ]", + "[% & ( :]", + "[: & %]", + "[:]", + "[( %]", + "[% &]", + "[! : %]", + "[& ! (]" + ], + "correct": 0, + "prob_ind": 47 + }, + { + "prompt": "[& :]   [& %]   [&]
    [< :]   [< %]   [<]
    [:]   [%]   [  ]", + "options": [ + "[< :]", + "[& % :]", + "[  ]", + "[<]", + "[:]", + "[%]", + "[: ! &]", + "[% : & <]" + ], + "correct": 2, + "prob_ind": 48 + }, + { + "prompt": "[% ~]   [~ $]   [~]
    [< %]   [< $]   [<]
    [%]   [$]   [  ]", + "options": [ + "[~ $ &]", + "[% $]", + "[  ]", + "[% $ &]", + "[$ <]", + "[~ $ %]", + "[~ % <]", + "[$]" + ], + "correct": 2, + "prob_ind": 49 + }, + { + "prompt": "[* :]   [* %]   [*]
    [: !]   [! %]   [!]
    [:]   [%]   [  ]", + "options": [ + "[! : * %]", + "[* !]", + "[: *]", + "[< %]", + "[% ! *]", + "[% ! < *]", + "[  ]", + "[: %]" + ], + "correct": 6, + "prob_ind": 50 + }, + { + "prompt": "[~ >]   [~ !]   [~]
    [> *]   [* !]   [*]
    [>]   [!]   [  ]", + "options": [ + "[~ > !]", + "[~ :]", + "[* ! >]", + "[:]", + "[~ >]", + "[  ]", + "[* ! ~]", + "[! ~ > :]" + ], + "correct": 5, + "prob_ind": 51 + }, + { + "prompt": "[! <]   [! *]   [!]
    [< &]   [& *]   [&]
    [<]   [*]   [  ]", + "options": [ + "[! % <]", + "[< ! *]", + "[* !]", + "[& % *]", + "[  ]", + "[& * < % !]", + "[& !]", + "[& *]" + ], + "correct": 4, + "prob_ind": 52 + }, + { + "prompt": "[: ~]   [! :]   [:]
    [~ (]   [! (]   [(]
    [~]   [!]   [  ]", + "options": [ + "[! $ ~ :]", + "[  ]", + "[: ( !]", + "[: $ !]", + "[: ~ (]", + "[! : ~ (]", + "[:]", + "[( ! ~]" + ], + "correct": 1, + "prob_ind": 53 + }, + { + "prompt": "[~ <]   [~ $]   [~]
    [( <]   [$ (]   [(]
    [<]   [$]   [  ]", + "options": [ + "[$ < ! ~]", + "[! $ < (]", + "[~ < ( $ !]", + "[<]", + "[( !]", + "[! <]", + "[~]", + "[  ]" + ], + "correct": 7, + "prob_ind": 54 + }, + { + "prompt": "[> :]   [% >]   [>]
    [: ~]   [% ~]   [~]
    [:]   [%]   [  ]", + "options": [ + "[% ~]", + "[% ~ >]", + "[: ! %]", + "[> :]", + "[! ~]", + "[! %]", + "[~ : >]", + "[  ]" + ], + "correct": 7, + "prob_ind": 55 + }, + { + "prompt": "[& ~]   [~ !]   [~]
    [& >]   [> !]   [>]
    [&]   [!]   [  ]", + "options": [ + "[! ~ &]", + "[  ]", + "[>]", + "[!]", + "[! & $]", + "[> ~ ! $]", + "[~ $ & !]", + "[> ! & $]" + ], + "correct": 1, + "prob_ind": 56 + }, + { + "prompt": "[$ &]   [& ~]   [&]
    [$ *]   [~ *]   [*]
    [$]   [~]   [  ]", + "options": [ + "[*]", + "[~]", + "[* ~ $]", + "[& ~ > *]", + "[  ]", + "[$ *]", + "[& * $]", + "[$ ~]" + ], + "correct": 4, + "prob_ind": 57 + }, + { + "prompt": "[$ %]   [* %]   [%]
    [! $]   [! *]   [!]
    [$]   [*]   [  ]", + "options": [ + "[$ ! (]", + "[  ]", + "[* ( !]", + "[! % (]", + "[! % * $]", + "[(]", + "[! ( * $]", + "[$ ( % !]" + ], + "correct": 1, + "prob_ind": 58 + }, + { + "prompt": "[( >]   [( %]   [(]
    [$ >]   [% $]   [$]
    [>]   [%]   [  ]", + "options": [ + "[  ]", + "[$ > %]", + "[! ( % >]", + "[( >]", + "[> % !]", + "[( $]", + "[( ! > $]", + "[$ > !]" + ], + "correct": 0, + "prob_ind": 59 + }, + { + "prompt": "[% <]   [& <]   [<]
    [> %]   [> &]   [>]
    [%]   [&]   [  ]", + "options": [ + "[& $]", + "[< $ > % &]", + "[& >]", + "[$ >]", + "[% > $]", + "[  ]", + "[$ & % >]", + "[< $ & >]" + ], + "correct": 5, + "prob_ind": 60 + }, + { + "prompt": "[< $]   [$ !]   [$]
    [< *]   [* !]   [*]
    [<]   [!]   [  ]", + "options": [ + "[! $ <]", + "[! : <]", + "[$ !]", + "[* < !]", + "[$ ! *]", + "[  ]", + "[! <]", + "[: $]" + ], + "correct": 5, + "prob_ind": 61 + }, + { + "prompt": "[~ (]   [( *]   [(]
    [~ :]   [: *]   [:]
    [~]   [*]   [  ]", + "options": [ + "[  ]", + "[~ * :]", + "[(]", + "[( $ *]", + "[~ * $ ( :]", + "[$ * :]", + "[~ $ :]", + "[:]" + ], + "correct": 0, + "prob_ind": 62 + }, + { + "prompt": "[% &]   [> &]   [&]
    [% :]   [> :]   [:]
    [%]   [>]   [  ]", + "options": [ + "[  ]", + "[$]", + "[> $ %]", + "[: >]", + "[&]", + "[> $]", + "[:]", + "[% > &]" + ], + "correct": 0, + "prob_ind": 63 + }, + { + "prompt": "[* <]   [< ~]   [<]
    [$ *]   [$ ~]   [$]
    [*]   [~]   [  ]", + "options": [ + "[$ > *]", + "[<]", + "[> ~ $]", + "[* $ ~ <]", + "[>]", + "[> ~]", + "[  ]", + "[> * < ~]" + ], + "correct": 6, + "prob_ind": 64 + }, + { + "prompt": "[* ~]   [~ $]   [~]
    [* &]   [$ &]   [&]
    [*]   [$]   [  ]", + "options": [ + "[  ]", + "[& $ (]", + "[~ &]", + "[& $ *]", + "[& * (]", + "[$]", + "[* ( $]", + "[$ ~ &]" + ], + "correct": 0, + "prob_ind": 65 + }, + { + "prompt": "[> $]   [$ (]   [$]
    [> &]   [( &]   [&]
    [>]   [(]   [  ]", + "options": [ + "[> (]", + "[( > <]", + "[  ]", + "[$]", + "[> $]", + "[> & $]", + "[& > (]", + "[$ < >]" + ], + "correct": 2, + "prob_ind": 66 + }, + { + "prompt": "[< :]   [< >]   [<]
    [: !]   [> !]   [!]
    [:]   [>]   [  ]", + "options": [ + "[! > : (]", + "[> ( < !]", + "[> :]", + "[  ]", + "[( > !]", + "[: !]", + "[( !]", + "[: < > (]" + ], + "correct": 3, + "prob_ind": 67 + }, + { + "prompt": "[< $]   [$ :]   [$]
    [! <]   [: !]   [!]
    [<]   [:]   [  ]", + "options": [ + "[$ :]", + "[! : < $]", + "[  ]", + "[< (]", + "[< :]", + "[! ( <]", + "[:]", + "[$ < ( ! :]" + ], + "correct": 2, + "prob_ind": 68 + }, + { + "prompt": "[~ (]   [% (]   [(]
    [: ~]   [% :]   [:]
    [~]   [%]   [  ]", + "options": [ + "[~ %]", + "[$ % ~]", + "[( ~ $ %]", + "[( $ :]", + "[  ]", + "[:]", + "[%]", + "[$]" + ], + "correct": 4, + "prob_ind": 69 + }, + { + "prompt": "[% &]   [! %]   [%]
    [& $]   [$ !]   [$]
    [&]   [!]   [  ]", + "options": [ + "[: $ !]", + "[:]", + "[: $ %]", + "[& % : !]", + "[& % $ !]", + "[& : !]", + "[  ]", + "[!]" + ], + "correct": 6, + "prob_ind": 70 + }, + { + "prompt": "[$ &]   [& ~]   [&]
    [> $]   [~ >]   [>]
    [$]   [~]   [  ]", + "options": [ + "[$ ~]", + "[  ]", + "[(]", + "[$ & (]", + "[& > ~]", + "[& (]", + "[> $ &]", + "[&]" + ], + "correct": 1, + "prob_ind": 71 + }, + { + "prompt": "[& :]   [~ &]   [&]
    [: %]   [~ %]   [%]
    [:]   [~]   [  ]", + "options": [ + "[~ & : $ %]", + "[& :]", + "[~ & :]", + "[~ %]", + "[$ &]", + "[$ :]", + "[& ~ $ %]", + "[  ]" + ], + "correct": 7, + "prob_ind": 72 + }, + { + "prompt": "[< &]   [< ~]   [<]
    [( &]   [( ~]   [(]
    [&]   [~]   [  ]", + "options": [ + "[  ]", + "[< ~ ( &]", + "[~]", + "[( <]", + "[< ( ~]", + "[< ~]", + "[$ < ~]", + "[&]" + ], + "correct": 0, + "prob_ind": 73 + }, + { + "prompt": "[< &]   [< !]   [<]
    [~ &]   [! ~]   [~]
    [&]   [!]   [  ]", + "options": [ + "[~ & *]", + "[~ < ! &]", + "[  ]", + "[* ! &]", + "[!]", + "[< !]", + "[! ~]", + "[~]" + ], + "correct": 2, + "prob_ind": 74 + }, + { + "prompt": "[( <]   [: (]   [(]
    [< !]   [! :]   [!]
    [<]   [:]   [  ]", + "options": [ + "[( % !]", + "[  ]", + "[:]", + "[( ! <]", + "[: (]", + "[< :]", + "[! <]", + "[( <]" + ], + "correct": 1, + "prob_ind": 75 + }, + { + "prompt": "[~ <]   [~ (]   [~]
    [! <]   [! (]   [!]
    [<]   [(]   [  ]", + "options": [ + "[< !]", + "[~ < ! (]", + "[*]", + "[* ~ <]", + "[  ]", + "[!]", + "[* ~ (]", + "[~ <]" + ], + "correct": 4, + "prob_ind": 76 + }, + { + "prompt": "[* :]   [: $]   [:]
    [% *]   [% $]   [%]
    [*]   [$]   [  ]", + "options": [ + "[* > % :]", + "[  ]", + "[* > %]", + "[* %]", + "[: * >]", + "[% :]", + "[% * > $]", + "[> $]" + ], + "correct": 1, + "prob_ind": 77 + }, + { + "prompt": "[* <]   [~ <]   [<]
    [* $]   [~ $]   [$]
    [*]   [~]   [  ]", + "options": [ + "[~ *]", + "[$ % <]", + "[< $ *]", + "[% < ~]", + "[%]", + "[* <]", + "[  ]", + "[$ %]" + ], + "correct": 6, + "prob_ind": 78 + }, + { + "prompt": "[% >]   [% $]   [%]
    [> &]   [& $]   [&]
    [>]   [$]   [  ]", + "options": [ + "[% >]", + "[> & ~]", + "[  ]", + "[% & >]", + "[> ~]", + "[> % $ ~]", + "[> $]", + "[~]" + ], + "correct": 2, + "prob_ind": 79 + }, + { + "prompt": "[~ >]   [< >]   [>]
    [$ ~]   [$ <]   [$]
    [~]   [<]   [  ]", + "options": [ + "[<]", + "[  ]", + "[< % ~]", + "[> $ ~ < %]", + "[% >]", + "[> $]", + "[% ~ >]", + "[$ > <]" + ], + "correct": 1, + "prob_ind": 80 + }, + { + "prompt": "[$ <]   [$ %]   [$]
    [! <]   [% !]   [!]
    [<]   [%]   [  ]", + "options": [ + "[!]", + "[% $ & <]", + "[  ]", + "[%]", + "[% $ <]", + "[& !]", + "[! < $ % &]", + "[! $]" + ], + "correct": 2, + "prob_ind": 81 + }, + { + "prompt": "[& !]   [& :]   [&]
    [! >]   [> :]   [>]
    [!]   [:]   [  ]", + "options": [ + "[$ !]", + "[& !]", + "[> :]", + "[& >]", + "[$ : >]", + "[  ]", + "[$ > !]", + "[: ! & $ >]" + ], + "correct": 5, + "prob_ind": 82 + }, + { + "prompt": "[> *]   [* <]   [*]
    [! >]   [! <]   [!]
    [>]   [<]   [  ]", + "options": [ + "[* %]", + "[> < %]", + "[< > ! *]", + "[! < %]", + "[* < %]", + "[*]", + "[> ! %]", + "[  ]" + ], + "correct": 7, + "prob_ind": 83 + }, + { + "prompt": "[: *]   [< :]   [:]
    [* (]   [( <]   [(]
    [*]   [<]   [  ]", + "options": [ + "[<]", + "[* < ( ~]", + "[~]", + "[  ]", + "[* < (]", + "[* ( :]", + "[~ < ( : *]", + "[(]" + ], + "correct": 3, + "prob_ind": 84 + }, + { + "prompt": "[% *]   [% :]   [%]
    [$ *]   [$ :]   [$]
    [*]   [:]   [  ]", + "options": [ + "[! %]", + "[  ]", + "[$ * :]", + "[: ! *]", + "[$]", + "[! % *]", + "[% : $]", + "[% * :]" + ], + "correct": 1, + "prob_ind": 85 + }, + { + "prompt": "[% :]   [% &]   [%]
    [< :]   [& <]   [<]
    [:]   [&]   [  ]", + "options": [ + "[: < ~]", + "[< ~ %]", + "[  ]", + "[% <]", + "[& : < ~]", + "[: & %]", + "[% < & :]", + "[~]" + ], + "correct": 2, + "prob_ind": 86 + }, + { + "prompt": "[< $]   [< %]   [<]
    [~ $]   [~ %]   [~]
    [$]   [%]   [  ]", + "options": [ + "[  ]", + "[$ (]", + "[$ ~ < (]", + "[% < (]", + "[( ~]", + "[( ~ <]", + "[< $ ( %]", + "[% $ ( ~]" + ], + "correct": 0, + "prob_ind": 87 + }, + { + "prompt": "[& *]   [* >]   [*]
    [& %]   [% >]   [%]
    [&]   [>]   [  ]", + "options": [ + "[  ]", + "[& %]", + "[& : *]", + "[* % &]", + "[: > &]", + "[& > %]", + "[*]", + "[& >]" + ], + "correct": 0, + "prob_ind": 88 + }, + { + "prompt": "[$ <]   [: <]   [<]
    [~ $]   [: ~]   [~]
    [$]   [:]   [  ]", + "options": [ + "[~ : <]", + "[$ :]", + "[* :]", + "[$ ~ *]", + "[~ * <]", + "[  ]", + "[< * :]", + "[* : ~]" + ], + "correct": 5, + "prob_ind": 89 + }, + { + "prompt": "[! ~]   [% !]   [!]
    [* ~]   [* %]   [*]
    [~]   [%]   [  ]", + "options": [ + "[! : %]", + "[! :]", + "[%]", + "[% : *]", + "[~ !]", + "[* : !]", + "[  ]", + "[! ~ %]" + ], + "correct": 6, + "prob_ind": 90 + }, + { + "prompt": "[~ (]   [~ *]   [~]
    [> (]   [> *]   [>]
    [(]   [*]   [  ]", + "options": [ + "[~ * & >]", + "[* ( &]", + "[* & ( >]", + "[& >]", + "[~ * >]", + "[& ~ ( *]", + "[( * >]", + "[  ]" + ], + "correct": 7, + "prob_ind": 91 + }, + { + "prompt": "[( *]   [> *]   [*]
    [< (]   [< >]   [<]
    [(]   [>]   [  ]", + "options": [ + "[( $ *]", + "[*]", + "[> * (]", + "[* >]", + "[$ >]", + "[$]", + "[> (]", + "[  ]" + ], + "correct": 7, + "prob_ind": 92 + }, + { + "prompt": "[& %]   [~ %]   [%]
    [& :]   [~ :]   [:]
    [&]   [~]   [  ]", + "options": [ + "[:]", + "[% & ( :]", + "[% & (]", + "[  ]", + "[( : ~]", + "[%]", + "[~ ( &]", + "[~ (]" + ], + "correct": 3, + "prob_ind": 93 + }, + { + "prompt": "[& %]   [~ %]   [%]
    [: &]   [: ~]   [:]
    [&]   [~]   [  ]", + "options": [ + "[:]", + "[: * %]", + "[~ &]", + "[  ]", + "[: & ~ %]", + "[: * &]", + "[* %]", + "[& ~ : *]" + ], + "correct": 3, + "prob_ind": 94 + }, + { + "prompt": "[( !]   [: !]   [!]
    [( <]   [: <]   [<]
    [(]   [:]   [  ]", + "options": [ + "[~ : !]", + "[~ ( <]", + "[( :]", + "[< : ~ !]", + "[: < (]", + "[: ~]", + "[( ~]", + "[  ]" + ], + "correct": 7, + "prob_ind": 95 + }, + { + "prompt": "[< &]   [& !]   [&]
    [< (]   [! (]   [(]
    [<]   [!]   [  ]", + "options": [ + "[< ! (]", + "[% (]", + "[  ]", + "[% &]", + "[! & (]", + "[% & < !]", + "[& < (]", + "[% ! < ( &]" + ], + "correct": 2, + "prob_ind": 96 + }, + { + "prompt": "[* <]   [* $]   [*]
    [> <]   [> $]   [>]
    [<]   [$]   [  ]", + "options": [ + "[% $ >]", + "[  ]", + "[%]", + "[> *]", + "[% > * $]", + "[% > < *]", + "[$ < >]", + "[% < >]" + ], + "correct": 1, + "prob_ind": 97 + }, + { + "prompt": "[( :]   [( *]   [(]
    [: ~]   [* ~]   [~]
    [:]   [*]   [  ]", + "options": [ + "[  ]", + "[( ~ :]", + "[~ : *]", + "[(]", + "[~ : > ( *]", + "[* :]", + "[> ~ *]", + "[( >]" + ], + "correct": 0, + "prob_ind": 98 + }, + { + "prompt": "[! >]   [* !]   [!]
    [~ >]   [* ~]   [~]
    [>]   [*]   [  ]", + "options": [ + "[* ! ~]", + "[  ]", + "[&]", + "[~ &]", + "[! >]", + "[*]", + "[* ~ &]", + "[> &]" + ], + "correct": 1, + "prob_ind": 99 + } + ] +} \ No newline at end of file diff --git a/digit_matrices/problems/all_problems_symbols.npz b/digit_matrices/problems/all_problems_symbols.npz new file mode 100644 index 0000000000000000000000000000000000000000..02a7bda9e2b727540089fbafdb9ed35806279002 GIT binary patch literal 768648 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%0DbxwWGVEt>;;}dn_LAV-`Q|X1pToh(|F%jD7O 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 z
    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łwzai`S1#ZlGvYSG$FVNrm;-rUv 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πy!BgVo(9mYmypo!8E zqjQ)}VU1HxF4ftXFHsV!yI5!X$vJNL<4L#<Z!svFGIjmXA$(Wqgm=DHtRydn=UVO+od-!umcudY|XBL*ZFlODHJG6Ns=EXrf z%!jVUkan0KqsPMnVJ&E9ej8<>BJy<-6<*jnV?)X!;dhmAJ1lBvg4tpiv&ZQc+TsyQ z;2=IMiLT4?s7qng2v&X=)-rZxiY;42jRud&?$&EwEEoRr5}p?;*qLm7MU3f-l|oxN zVig>;!>Z`@Xscm#U#uS18s%hYt!d1cYI(f1N_StZ9sW8J9+T^qlY;AEOq^Ulv<)IQ z#KFAifnGW7Mi@ONHx6qPI}NnRV6@-DmUgw~%nu*|NxV+Ey6#WP)3V)-z%o z9Q4Ju=+zh7VRT#iLQ1apX`m%?XXu^d)t}!S^G3x6M0|jb!Oft{QV@{4t>kXO1MA9#K{9fJ22v) zIP`yAL+9bdJ_MtpiSom+4zn}w(E1gT_j-^IFWvjiBf>vY!db~tb|wMuk1=EN=+KUd zI2H$Iq{pFa5uoRe$LO{Dgs@JuGr{8|W8QYBFHW|u^@F}RCHzw*9Cc2!GcOrV$C!3F zBeXLk&cZ*rTcvH!tgJW@JPSd&JZub zm^xe<+GP=!;~-96fv)Byuf7ta*UhWKy4p@<402v$tTs>vK^?9w-F3eWBeS@c<6$@F2P_OC27cmBZbW$Sew^-B1! zO8CiMD>6^^I>xLQZ-n+{#9KJXquxf>V5iI9!RTD>-LT#(Cv$P2v2r(NhV=KFPCI-M z{)ZB3Nd1_Doq2=(5ys?lABXly#9$mgNkp%CF$AMy)MsH0wKM0DpBr;#o^}~#ofxV* zd=dVa5+3Qp?M(9f6~^Q+Ux)Th#J4zThwsqq(Z0v%@$f@fKiZj1*iVJq`->6Q>zwxI z@PCo;nEchw?B+*eOgsD*+V2s6#G#W!bj?kth!{OL{|@UPJ98%bZxI#FOz!YS3OYuO zfuclF!jW$*JF^iP8)I^qj-hpm7zYRIW@q#Yzg;l89mWl7JUf#Hj9-`tL426NIx$nq zgyByl;rwCZA~VV+!I(8`($FT0m>dUla|-l|4^v`ve3&Y%sqM^}=ro1N=BUH8*2yiU zOc(z267Jy{iVSf^jI0;!C;4XzdFF^&aIxI<_N+EADg1;ZMCgAyxm;b?Y4!DS@pMU1h@NE(v(?3WM1|xBG=!>SdY&W zY>T2d)ez~4?Eyrz9n8uQ-O)HBXD8z%zrBR@HDhD?#=A&kZs;r$yN)64X0+3=yO+jH z*uyxt*wZ)*YHwk;;$CG;=-eAKqhX(B<^lFa(N81T=J$Xy?gy3U?rU?l(fb>7{LIY{ zfI?bzpv``}FY`gArO3h7_yVH7^gjfHl26-}-FopoOqzZs!M3DlhYP!^N7$Ip?T*CA z9giwww!HnV)e3MlivB!i6oaZBYb|FW#~JhfJ1=04m+lyOf*m;^I8j*tXE$5~f|Knc z_UmG&py=;oZ0qj9cUr@qPp3=sP&mWpOrJ9gGvUsHz;Vaf0!l?uz3iV0NxxQxf%~41 zt~O#C5H>Hc9(3&j8!zgJT)5C^k)XWqG*W zRl*+1SCE)O&J9%GIk$ocMV9%rHVN%QUR z7m)V>yh>Chl%nD!En@Fa?|RNInP zJl%-T*yz6q@Q8ZWddAvwkQf}#1Bf^;6q|d!SWIUkFQMpA)3%&azhaye=T&3o0iFF? z^JuJbrPrPS=aiY zFgN?qSTV~xwL#FGfqaBrZ^bdt?4J}bd#}Nmx$~!GPP`m~nNjtb&8+6E-$SM87Y}Ts zyiCJTl*dZ=QNOg4@1__m!!ffCe`RytX?cj?B4zvz(fBcpdTSKC$Vy*ah;g_hN73`5`Kt3ipU!ICq{Sa!1zvp$V&Er)O&3v=a8&hExD&B8Xmagy!{{s&tbZ)2(1dDe+a=eiRMd-6_VBRdBu zlVWyyJsEcW%CFt5>&k(R>zLG-7aCc?r;_fTo*F=dPGg29Xwu-~hdrG&{yf;DYSe&%OOxF1DAkQ*$abeCP>}H&`jP&4a#%Y$>A$YpXfmJE7og8*6D;8Eh z427P8m)vc%W8p0W3YhqPe zY-i%{+Bk`W>j0Q^>jJ3%dPU24Sl=3l_R%*OrPF8|j^cV7-UC(nv8{RvF*Y{N>Ch&H z`6(!Tn@V>}ZB_*sPn%;T*lf{^=5ARUjVRVus7jH`%BfnU=HsNiRrlqfLrcq zFNY{j<$9y)&%|xbHhOPkLL*n$#~S_361lH6KF(rf^pWOX+pkCz=qs!v*=BJDAoBqj zlquVuqvL~wy`CK0$l@JhoP)1JjWv!uCl7>3?g6ngPE_;2{{&S1J-LKO&`EZuH%~6iR6V6Impc_Q zk8zrfSt3s_tfHRVXIQV}wKGwaGuzg-Cud9ZJE-jv$oM|rI2(lvjB|W; zA!MI(U4&H$w4LdjON`qfxYSy9Fv_5%DS`ga=D~19m0%KFX`BIcm9V0UtXE@I`YfT` z88b8fI;<6H24Ey;U2kKOr5lPsWw`i_rDu%X)R^g!n^BcNm$kdQ_*QHASm!olT2@JP zVY=lGVIA-4U(c7j%Ec;qH%7lmy9cYXW;-(@?kl1aUC)>Mt>?ww1HyjB2LavnTn`B- zgEmKNqhrb=)^s(M*WDgP)wcj;&2Ig1X>OP&0F0g|0VHEjnV6<}+L&+UQh{fzlZP=7 zo|Pu?97ZM263U#-NT&6ou?C>S$V;W=JMEW8`G}6Mlt$~kD(pP#HGs#{>$sIMo0Z7* zrZK05jMKNQB?o!Cv0TS@q`3p$1uzue12Cos0^AMn3+ehFAQUZ`VILMINDYEW8+}y9 z%&Cv9rRP5>ti0DFVX*b!Ps@jvudyqOwmZiH-{NGJd}pKoCRSy>FA72Uhw@}P{Aev%?N6f#m960ewm^ zTvnP%ml#9XjWlK%lRA%Ot9s9(~dYMR~MsET7Ea&eD9zF3l|CxW*a(<3V8k z9p6TB%iL*#(z7$4&>9|g@yF&2DT@J0@T0+>Jy<`!1o~1An z8I}exua*&zV_8Vbl@YbuUCua-xP0L}(hAbtR4W#p&REH~ZIxGs!u40NnR4Q+ilTJc zHr}PtuB(@pIJt&2kEJzj4rMKj4BWK=q;u=on;5Y!Mo+u-uJFGsLfE7Bil+Uq%>JrKe$_#oX>4#EtlH5JWk=o z?#<-EVZ&9Vh?Lthdpukv=&eA|9Fmhdr5cy?p-88=RO!|-+jyI%~c;19VgqSc zNNbsAM-|52zgXa-g(Z%`q_blQSN6D~kW3tpk=TAh87X(7aq4*z1P0H^0!o3)#UZ)R zP)^05EZFuu`02vF<{37U@G(Qq#7ujf1)x377SO4&S>c>(tT>;GpNFc{SHeAV0f6?t z5WuxAf>9aR#SOb}E-6ie*eS`SO;=SeE9}O<97Six60Y@?c4qCp%9z6qV%XKzGMTS2 z<~*BcyH=WVVB7R0&b$Vc<_+5QDEa`_yc_kepXVl1GEQ$cCYt5rG-}?&ZwCDa}5eObATyGj5L{;8v zYt9`XZrH8;h%|S|qXJ5MM>!c!kK?35PuQ#hA>)%6y`gvtt3HIalh#WL{)}{GyS8Sp z{G4&Jfairh6kf0~rxY(5XDGb{!FlG(Se5PCnIZZr&VH)VYhme>*xr0C^hPnW9KBf@ z`OaI$q$)Jh+t$ER-a*l6v4p4Vdv=mfGC&5FMzQyeiBBwMA6N_i&{$RU6dxqbZTeAB zy!w2Mq9bG5TFx-oS`PU>HBQzsq%aNsnXpI0PywA7qcZb{nM2+w(ibSob4?j;567j+ zc)ybFApbRhf%Of5dHAiVtvcUXOCJ4wd7Ov+fTCY!l5qK-?BqZ)@BT(u&yMqFNKE!$ zY|NnewFsFGBci+zaA#q+S{EBRC{l`R%#p5#(|D-L zaf`u7nV>MUc*4SLN+vQ+HaKzNbpIsM{Iru6Jqzh%n7w{Zj$Mf^2D))d^Rf$_$~Xsv zQwuA*g+?n*TP_}RI%7_hspIred}uoZc4f16r$=YP$&j1bM)DIHZWd|EX>H5t_-qiF zp0fj3{N^Yx^F&4FL{&0ts~*Y`er{{5%{2Ht%_lr>VOG5PgnjM#iw=1KjEuDf0nWk} z!mUptFi@36(A7I+SY3@dd87pvg+l8s1|W0jWBon z+Jv?VU8XcDzN~Ques}29YB?LVgVhv*v^);R_X>8dbri3`{7mxaLY9s+a11U@oU(wg{lm|U=qVgPD7KZrh040G!*JrO4p*eLHJJuEdb-p>dxb1oVHDKxMG+WFFnGYxhFYhZ44>Cw4K; zq1dj*-90UKD|_CJ?JmtNvqw=fclN~0U3vpNaQA|s|CNM!?2Z}W`;^9Vyl?Xe_YwBE z+Ydle*0(WTZhy@5%mD)8ABa~eEoPeJU;&->Vy)SHs4*|mhzEz2Cx^WK%7^E0VNaGL z08Rvs#I27aFfbYWqpQoa={y=U9d`_Xsvc{99`Ly0<{rdf1C$_ zXF0zJOv4L|6H_iM9QsA2vCH@Ba4`n`O_zj++@&V4H()`y3^M`ga+{MIU16L|?@9EYPXsSfk1IbJ$Ie zGa7&F(mRe;u3fjx9h$%K+x?ns_Qq@XY31AXTKyWYm23Q_H`(~@K22}@_FV0H&ENEP zoyKc=t5>^DlcSe!dXtUU>eHU9+1q`Z-tN=x+xV@1O>g{m-FCnKzjDpr?%QO$Zu2+2 z)u-{AZ2ne{W^epfuXepwzgDh2Pb=T#|EpZPPAk{$)AZ(V*BM=J_iy}GzSXDC^_nkz z``n;^|M$NJt6E+^(4UOgHMI^v{`ux_Y6+r)w2Mtaw_>;XwOHyfY4IGaVyt-(RyO|OUC?R zh#W76|4Q*`hgXH&4zB_H9mVTmy{G+fwHY*31pWvhpg8_VYtdE338xrvuLfK%;f`?ky zv9*|=8*4eG*s$=wC>wS7QrIcRaDdz4tFXQ{D=(wI!O3{|7LZTCzYFdAh#wH@2_2mK zzCT*e{_Uso`Als@_&+zk>hO!Od-_*^x9=mv`pv9d@pqim;SWIi;?L0jiufC$eqi0^ z+5WK}{I4-veK|UOEuvmzAV@W28dKPH7z^Nb7(1+vX60*`PB=+b#{r}-I)~OJVqAps zpf(=Hv(A0BuPdMD<^jh{YFMk8m2Ux7$4Q)A1E7(s+OHYf zS`lj_6eHWdY8~s@g{@mYkB9ZbU%&kH+XliO@f!lX$?p-?MrI{*-54jS?IwVXhfPD< zEMjwnMkHq)#HB5)=Q+1Du3g?%;cs1hxIKm4%G&^Z_PK3X+nJTwvpr7Y;Z5c_6)1HS-Ij~IH|+l0JWA%?i1R+ z5q%JBCe;><_5G|TL+@)`>*oI9A7ER~Sq>C-I~)Y?zVG0$4lygM;GsB~7l#27C;NqV zc*GG1)j^+-dCfY~dbXTL8MC2M<@$$zv~Bs2^cZ2c!?A$wyp=vKtmDl}lsN$>@!>>3 z@`sZ`J2~PMgvJ7YD#?62)p`z|PAi|sV;EPEITy0VIETG_=Pe9!EHj%B%J#tmpONlg4%A{#5u+m!Gx!8DZDqS%BN&xv-u$ zE3NqgPS)-h0T~Z3h4ym9D+ou)y#9aHdh&$eA zn3Ydm-o;5B-UB2?4Giu5hz}6z3!M}?K743Bcu@0EhmXSlxNOwn6JfW*V1V1<)3An^ zmD9-2a1yJB0=FMh!0YCBVSR5_ zdh`dJtgb%-6h&0~pF$fE@iRhgpe)w$;TP-qhU3@rIX;XG|F_21m3|j?EB^s-eE2i0 zzs$La5(uqX`B+prqV-(8 zlrd+Iy8F`MFVpa4T2|P1Uk>1PbNR4VFe@=?MV$1-N`TCZl|x%4VpW9tLN7Ml4joG8 zIaf0#eo9$A{58tY*y$+jzE~6BIJs6>EoSAV{@OUnAJze+4(o=tUc~wc^@P@0=hdC8 z2XD~$sKbWgZ&ZHb@mO~Y3mwiR|?YzOeX*gmWs%*wI)jyQ=?I{{LMokQCtVpoLvLRpK~tlg|< zZQk9Oa|so=NBG?uzD#=x`w8~~xDI=V)!nSzaUYzlS^EM~hy6m^KjHv{%5V0(2U^eC zagcGnxjH!fLu^Z)b*Qi-;9&rd$sS=HZdUf)J#jK7j{szD_6qIDh@%i13(b0QwDm;# zW6I}t=pFvC4PWhWoUotpcz|PdpRoFxm7mo(0VjQNB0#OBD^CioU&P4>#cK9A>={n6 zo>%s#md_{Ur-k3Y{OpNO7xtJu1K?PFW>{yLl{Z{x>NhOT)U%tjzYyaT24h03@fqGPJ8Au0~W}FyF4R zo>#%w8dEnpt_%Nq+j9OeP}r?J2;e&05Y~-m<<;|GoQ%nv0I9=}&~A>n1))__5!rol ztM$ATyUm#FSarBP{5xz*j&rB5*Uh^CuEX77-D6gEDfi+eKHLY$x_N(S4@5kOP+#!U zj6C(B(s={)urYg2DUXEzXxWI9j|sb#9|tHi&~ai|Pnwm8^At|jtf2sn8quB(?U{&Y z5$X$eIpnm@SOTupDmjSNBD`CBARz9744JUPY9gx0wBeY== zZz9wWEvf}${VnU+F~4n0`^Ygo{C8~2zWiNbkB9dFuEYCbePCA3VLrr3ZvPP=G3w*c zK8g4gq4HU?*k^raJ+J0JFQ4?)V)}=Ee7bjE5gW z`!V7tgxWz_tjEL8jjl3&F>Xn$9ufXX+wva$S7ATlZve;Y-^2RDtmM_Ba1x{b1gN!i z=f6VxJ7P3KJ)xbnbGb3rlL`J~TzxS%{BdQY&BhD64*vq&4*!MK?icQwtaKt_x5LDM z)L|0*`m4f-$q;IT=JSxrttVDbVa%C;3Y;?hscg$h)6~N5i)jGPqoxgOI5h^^ZF|%CCY~jydez%o*M0$hi=!kXKxWTowK zGB4%UP z#jN!1t~l9m?gq$s*gdp8BDx{GVr8}8(|X>9?bZ0G!`|U{FF*5UA7S_Oz5utweqrrz zR%&_xPU7T&fQ*NOLOVF(5QN48U!pVC54D~;9A?Z(h8#V@KfL&i$)3W#`w;+-$zEX{ zX;$7P9fgxIc{Cv7;h4~RM;wdLh-7whrf{6~#Ny+P`LaNcKH>K*Kl#oH!fxdg0nQ&z z3ag)4iDW0^WX(DSknwP8Xs1Q=M<_y()zS{9TUXQ+KBMtbhcm-J%eG`lXA3(%oC8o# z>oeuB&NC}n(fK&3!v%oEs0%~8DB@y-#w6#}Jlg>4IdQ+F@ll6M!@tb7oYPz`>@j%- zz-!i(VO?cbGUKapGB2(HWK3Qg+I11vBQzE?0{rX)t>?R^LB=&NZV3OzhOcT37Iv(@ z3E*}Z64uRTB?GtxC;8;9fb1`B3+?uZI}nagIeWd+dhlJwWC1Gh?(pxiEhGM3VYkD5 z0ME_)!+OB1^u>cX$tNEIWK2FB+9MH9C$LD}C`SPUgjP0F7Lg@_cA7M7)U5c;pO(G5L~p=7J6sjjJ7A3IA2wGG<>B zb}PRQa2?(VYnWL%#ds4Z&X}2E1&mS?}z_^ZQ*_> z?D6msz~|K;hxLhB$xuJV$$Ie_K#@$Pd>+~t5nm$I4&)Ey>t9*V8@aE`=NR=(_}|*r z;=Ras!tUws0gh2Wg!Q9Y8Rb9WBu@SeNPPGuv=I>_5#({|4f^8O(wV2f8CPHY9{wM; zg*!^vt^6mzeeqXVf18!nbu>v-g@4C{98W9$^XJ{Hv)c6 zc_tF}XqyrrlMc#ll~_ zY^>c&2)iAY1h@`Mg|)OUeWNt1C$e3I%wB;jKK&TGvd6^e0TF-8ErSdt4SvmYw zY|Cg{RoHdt0C1dKEv(he$_`--oXpLRfYf2l(AJ7*L8u0NgG?RPww`r-o$|R3>xRFc zZQ-sj?7rv(a2+-XYeTbgim?$+){Bh+$ze7LZPSR&5E>6;F@02r&8;WD?OZ;efou`} zmbN8h-b&a{xHZ6i(Iu>|W+lpOgOm8MEg)<6cA;$_u>-<&NCvv2^<2G^apf>Ohrdht ziRHTr`|i5|JU4d_YY($>V$=;MV{%VG){DJD+dHB=LT$jjpdI$Ho;7J-W1d-#{leeh zwr~#+c3&I_P%G;tgM2E;3S7R6rk1;?Xb{#L>!JFMlvqt?O8hb2xIaqDZRo! zvTXQ|5_Vr44RAXg6IO4t5>1cA$-FoYkhyt$Xni93A~YshyPYFi&vTw=%$-!=N#XY^ zKHQUqU58Tu&L>X|>ol{{n*DJSqfQ5;4rhdRX2e+t%}bT)IC-}9)Zv`+IZmD%{&}{A zd%m#iZ~?$^^1`q#GApOK7vrQ30{~e!FA43^h|3VPfyN~{%;naTeOzH&`|c~lzp8As z!_~rW zf55gD=UER5JNi5Xa2*~F>k+e(oj;0`IQbYLbMx`go``r7q0zwk1JCx9_3R&p8uQnA zay%XWGv#MZdsf(Wcn;v){`s(8Fe`U_5hs1|5+Lj5%b~pz@hU>&K__3{cfV#m`@YwW z>;1(W;SVc5Yu1~>p80P9yx)8~tl?(ml5H#J`zGRBgxewS4!*OV5Bk3^ zpL5zD!vE2>^9wspE&%YnSTL-G%*x1K7$;+L5kSVnqMvN1<`$1 zwVs@+gK_s_oI96{L*7jy)_1ys{@nJ_mV$@Ed?HsWSLi0j9 zJ&%W7ttZOvW?W~ayNAC=`KfO=VfXZ&0FTMN!rI%ctZdzJGB5T4q%ZajZNG^95$Xqe zgZOZO^_(0WSiU~A!$IL6Y+Ja82z%{56rh=}L@}%$X61{P!*P>cdi$99R>nCHwT4vgIRfxb0bdrVlW`F`lir^ zMBI!}4RqS#{OlI%sn4y(tPLvgw(xIn_%hug?7p}Y;23pRSa+M1jN~4i^u@h^%!~U% zyFcOqgvKL#9LD5>)`K51W}L|JaQKgujWz92Vck@jB0wvFzE2G639~ZFpTtQ!JOyAp zG(Y=3G~}lvo}6^4zJgJIzhWOB znlOZ3v&L~K0p|6_C;W!6n`@Yjtf9=2H!-u?yagZyc-#KUFo&b)w+w7!k3>%Kt~J&l z?(m*8-{JjMGo%kNGfY3UIg#KaJ4MuDz~<#^+zgFx{^y{dzeUw=8sMf~zqebP3Wv=ficHi02!(+66M)C~**`4+McZ_uPA2#Ntr14bHhMgjfr52!rg%;xaw)CYUBpy~y-t$ZSwVLO}k%&6IoGo|Mcc2CS{Bi}|a zYv;nutexBD97ne|u4HQ-6y=@}2^{kY=zk0|CF{`wxTxWRjnScTA!}*Ug^jcQWY{lK zOh3t@C_1T>aQ7~5XT8-fV)nU9LZPIk%B+d&lzD0Ena0Z)a|}gtx@>uT;IbTw-f!EM zg<}O_<)pS~M0x0}B+WHh*=Egg&(&2hQ~Ig^QkM?)bJDMpRzuN;kPT}MJ9S3~myXsr z7}kq!W0nvG>RMdDRBW-CM`Eh3jhU&lj?Fwz4l+^oQwO%D&(}B3OWaPyW^!#%90vG? z#lgOjuseNY08w(2VseD(rDIbJ`t@7eHG&*>H*e^j%S(x2MN292iGN@GKZk(7}T~5^ur)BUV7M=&)W_+ z&e2y-2*my)%E$u2Gxcgn){eBssh#t=qfqtoyf``IIL4Z$v##zf?A|#RK!iB1yiC92 z8>Yu}A1G9zug$fpoPeTlEpgJ#C)t_0^()LcI9XU3Z&|qeslx8K(*WGKe|hUt%8_)l-wdN(jC)RRw{wWs_&p#_8rGH*@){`$F_(17PtjdV( z)SBXP{I#`wc=3&KHs0SBE1vJ9xmw?snIZN=(P=#f`H#{ie!{GzSi+b5Vp^JLgmIdF zq%m7j8t+%=G|z7U8tixbvugffOco~UC={i`wk4kYCG2tjcNw!}jZ? z62L9BGH(6#xLGFh4nQ}3?Ae%ftp zOs>4GF%wRSaFH1k+e7xb<_=hu2iuu9n>*noFzj4LuGj@5jk&9UJ_|)<1>fBqdXMMc z!&-e9-VH@bFjQ9Jz3gNg#|`&xG~w>XJQWq)$6A_e-@@4UYp!ri+Q0GWeom$iz@U#s zC0x;i0L?B>>t!v^b7WyA z@KMH0NmxhMHB8oHik1CoZ)qOP$2Mk)Iu1q2uWi|y^npkK>1(6EvJ~?KYnhfO7F{F7 z?Q@cKC2ivM6IKRn3+GHSor0nq*fvh6X`R!o`sJX8W0ibHQ0$ zKr5bYGh<1&JO@Rel-fq}N;&6Q%VK!Gu*KvQ2+OgGoHDEd1joD7-k%gLZ0 zh>=SN0l4%Adov|&G)~epxa`#LCdiJ8L$E3rE+UiT7M!%@tu~TrVZN<2?MtQIZY`(B zcW?pI^G+K>xU1;O7Bh(N#-QBT_MDC0Ys|}{4A%RkD>K%=Zs`Z?&Io_dxFJ4N8sqEX zV(~se>LaK+Etc>@JXUTV;c;Uo5L4`l|7o5oPZl$e`;;}#0hmTZrFlL-Eg=0Fyh@Nw z;&7KtyDtW~V(w+0XSPrN!H6-DeA<%`d*vP1H?(izA4v=vZ5nnI2LbU_( z8>O>Y3@c1s-!u;AEn%g|JOFRxEz-a%24EaAp_4?tP(n?+Ehr9QC6EJXXz8q*f- zBWpQg_*mFu@DqSv6MTwWX|h>4ZvEUiTmLT#v+33U0MV-DZ0xJjqkS#S?evX+j*d~C zVSfirXU8!pLk2K_f5cHe_>-~HE)V9P%R`I&VysPyJtL&K2}YLLqv}@_Wy!WB=KT(l z>G%hL;XevM(Ero41p2=UCoukPjTMWw8_fk?3CCd9k0sen2jd=#n~*cE%*mq0W2Te- zwV5+KWy!`$>OC~t{mz32Ph{MpNF>_CC^|E?E#YlaVc%{t8?y{gUYJ=kMT1pqdTB~7 z;K8R7&<6^3R|Y=~icX55u z+P-^u-c|xpGP4q;X3LyK$Db zk(CL`GMIUoWo=G2x?EvD$nq#kjcv*-cF(RWX4!Fxfc-h12VmDaWFj>DU@eemcn z>`mY$ZeDHd7lMw4?chqf;sDG{xdY3b7xo8P)5;>s!G&|0a7e?W!45@Hc5IsxNsq)H z(meVOx0!>wOyHi4t}Bly98WJUp%zCr6i1t*tkrBk8b#@`ZCUYp8)udsE9@RQ&PFXp zj=0B{mgegNiN5S>a}M-QFeWf?C)Mpl3_2#ZoysRQ>nGhMoGhU9*zO!Oor;UabZ48D#p@j7%*u0xl@{B=CRV?kTi)h9>;=~A zSp7m2{bjyw$zLxv&WsyioH%kx*%R+CwZ;K2Q~WY%?wHE~Os^~K&*$(WT#2e*bFwv^ zc{NlT;~D^g?^*!edtK48i@V-h2He2%kR}Z(yLVMLpya%z2(Zm z)P0xIQ{$(f)e2vbZU&Q8Ba5Q(qPSWD*tKe3FMzyYXZvWrE%RCg}LTS zVYQvmS6KBig`F7?-x%`>o!0->T0;GI!fx{K0kp~w_L6YXYd>1cS0Fz@alZaDR^`NY zHreus(h?g-hOEP5o7p1eH1oISBHjJ>!aTqqjonQ!${LG@kCp#K)yKNFrj7qLPW&4! z?57wbpai*GSr5kIWG0RSFq+4=`n`qv7gfoztr}Avl055$Q9G|wag`Jk2_ znA94B1#L1&bo=Bsb0b-&Kv6<0p==lmgLP_C$Uqn{(^$)1X0U5_ztsJYcii%A<+c00f?uw+h5;M7<S+ZvM+?H|3VlykG=?inYXBU z$y*jPCQ33&7l%UcEYVP0{*sspBTL!Lq9*dvC`yZM%j>{pjXg$1SWcR|ae13_D!W2M z*A!>Cu2?z|Wu@X}Yq7F48CSum(_;x&t%FH)1WC7@^~T|I@Eh4YN2538O?Z9N?u~4&YxG7o{oa%}p}o1TsaI2O!)wZIWOKi!UJbwJW|}X( zdTy?NTYouzT9J0#s_Py-_UU=Zk-hfm-m|m3eR^)8fBl2;TLQG7jMzG&i@n**cQwv} zy-nG@;oCOc?QF|}zkP9uTRRx@o=nP);qGKx4kdRs?&I}vm*Of96M5H=cZ=A)ctrI* zjPspCx3W86?HTS~wk0y{ZJeyVyD_I>y2(D_?rU3C#r<0S+Cr9HT#*k5`M`*S?8{l; z!Nz$@e@J03nTLjZSaE5K9)(%A4mT!+mC`fZBWz3R(W}+39iy>#Jt7|!^3f5;*q2

    _A$;v*SD~_Cxm-qaY^P*Dop6^SKRc`$swN-acZkiyF}xp zPW_EJK++9P5BH3+asM-m%c6Bw*?ll|cDU!1jq=ZJ^=qeS%mT-a&ky;6hznbN+94LE z4=y&Yv}r)Nm)Mr~H$v2Y8IIyl^$Y|EEvLyVQI$bEBhbzf<>gnVnnZT4jh+-{sr z;~i!9*u68{yW05gHqJiop2Ftd8}5C!k^8n6dey zaUGPt6zwKzVz#G;~Xx( zQ`qC>-EiNtEiX9VH_q7kps>^355xV)w&d&|xB9g=G-iBKmrq0fEaG$fa{n)k6L-HX zyW{Rx;eOr5|BZ28LVjCzx660oeqT0X;Sa5TZ3d0~rcR!pLjF187yEL)I>I>bGDa45 zyZjpNZ*Ba)8>ij>DC~JOD%?M9OMCy->eq+$g)@&vhdd_YANw+o#v11ga$I4@ukqpj zTU^HDe}#!3?MAWs@==u(B=A!jXD2jOVb7zf z!=0v$e_G>g7N#q^>pgwAGuXzuqYsB#{n`eWJ!5y~kY|aQ)xM1P*^INs%x+9Bp_|PS z?woD>a~Wq(H+R|HNA1I%$F}4m^BO0H&R2GEb>sO%ULayY`;uEMWSkhkaM}H=i-fzV zZP|w{W}M@t#mnxxED`RKWn<1S)#}%-&zLbuU6u)X*@)$eN53y`oVu(~*zK}nxGS~s zuWX#SxJubQr&kTPgKaraSgqBsHz8#gS0%0ya>s}@?aQ2A%Q&YPEoFBsT|3-$Y)hrVDoT0xAAXb zocOY3*&ScD3U}+WF(;V5LOwL&F#D3r^)SwOIlQpjy=S;bwDI>c&YU{3 z?4EN+g?n__SZ9wZE@P{=vDaK_$A)}d#PRm!eMq0e{3jJ=JoGcJ zPjgNV_Y~XeRflmtTsf`m887`qK0V@$@-g1eG*0|FtL%Q(v%@{dw&Z8$7G`doXUsYx z<@|6juq`q4!oqMbDz2VU+QlIch`6M9wBM!1$?GmNu21tvmQ3io2Ey~p1M35@?#N?+t=dL*e8rLj-NEHualk%cWBw@qohdM(`7ZOa&W!#MkZVP$t+ z-VFDxvT@(Hi_3k78}nw427f2ycO%}jFKfX2#pAg@D7)j=hv9zI#{Y3)^6*cL>nQ)z za6hvxU-W$5>eoAsvM1Jk8S+;VU)z^8?i=IenBNw5T>mcI?~6;j|4^8*^`kK{Sjtb~ z{%l*;++PaA9bxQoC~aiOzefCKU+VI^adON*jB8Gh3ir=8{=babhbV_FyZdN#xMRx3 zoc^cPug`pp{c(#t<3b)E@vnWE$Nw3pF75tI4(oM#A{6DYWuxCGF-{v!T6VX~WZ_P3 zTh^l~ic8;5S@w+GsY0GQVjBDM@_Sn2tgX`-^8!jYm_FPYic4F}Xqgk>WEc~dxbf^E&k-?a@fZVh8RsWU<}U2Iv=4WlHvV~yD~Bz+W6}KKE>Je= zy`XV&yoCy99xWX5A`y$0kGZ#)an`WK3;X^{gu7%L|5C>J0$}N~yWY!$yKLDQugeve zHFtSq-l@|rD}=ma#7g$1EmkfbZL~_+U6)nE?OD7(v)%6MN6r|g+W zJA}Mr#7_3*d}-(6G2V7DuDP*mxVx2&F|d1adDcD3u4mn?XSZJ7WT6q74Fe({Kpt4M)of3d30>J#}$`$JHFMg-$X8)@zOWs z6CzG*!#k-kebCRi_R}Yadx~v2qd&E{%(>HynO{=+hkJT)>F+ZN!#%UOnbT*5e0Ib+ z_9bUI*Esp|d1d!_JU`qE+W0Rt&R*>zWA>9O?BZ|-*p?3uFDWkZ<u5_H?Fh8JHoxwwtS*@S8=)T-DOW7-4pV?5%<}b zxp#kI#@hqN&cBqyhWk((|HFlOhDVIa$D}+O?qjy)%c{oImL8+Co&IP1|1h22LlhWnCj+26cuoacR|xEU|6hWuK@>-J^5ykVU2 zGR&C%R>5zE`&Myj>$eN@48x6UfAmhc@7k6*|6XCZ?;CrcF71PmKaBXuzMNxzY@Gb) zlfrKIPs9DJjsJ7w)cXtL$}ztT_bc0Sj`?+~Uq5wHIPvA%kiU!g-oCuQ`k^pu?~lgB zJt;qh`?GENn*5jI@~k7u?*1GZ?yqGdzWipKeC>B*pQXt2N64ch{mCOJ*3UmvQMJ!e7Fg*<)44E7~2ov|=ub0*_@ z$2W7hv$XNgYMgeT&A2}2nLXS&Y|FX$oWoLISG*^|SDyRmKA z6Kzu57G1ZgaZApnHVb$2;!=L+R=<9}q;PWYEkoWaVr%;nAG;Xme5Y$+&(m$f-L{Q? zJL9~=-@dTxy+gP=7MJn5Q(@MlosG%$X_s9>-Zf%3`;tTNUYI`K!IEolw-p^u56Tlym4Y( zpRzlz>l^L~WuuKxEH3vw$+$UZ=oj+I5vLT7em&JVYvXB!egFR9o^D&dBR|79vFyy^ zy547ndv@9A!*g2w`kuhp{VC6RA)g;{fqmIGUTB=UTx48(l8eI~P+aEDCC2$|@Y2F9 zwBcppUT$077hKWm*I8`YHO@u8D&(spuCXuQuU~7NFL$pqu5--m!yQ;Q+I^65#^w!W z_c*^X+`+cx%e|Y5OB)R-oc+R^lt9^-ew;AVIZ!f#&^c~^e*~WiYVRF2?jr(NI z-4pJ;w&ic??`!qz6LVvq*Xzm$LVhsfA^VamK3qJ;&LhT^Pd^&&V{QD88)xtRL~$LX zpA7dY+cKVp7MJ@zUG~J?XF`59;yL@0e?4!U{p<^6cYgF@xG%Nwzg(EO`igO#W4;>h zYqsSp-q&0G`pUfQiMzu>ely}N`*J@0wsFSsaO294-U;{JHvadF^Svb$YA2=~LX z5vx8bF75KMvA?U4_DRT}Mto*pi{i*`JwGo@{P@C{xFhAuaK9=W^XTj1(k|bW-TB40 z;eJ;(?)!bKUuUt#J_nTN$B=)D_}Mu+wv~$x8hRo-^=d) z{3F~^w&g74&sM)aCog;A?%yGgju>NK-ZB1ToUt>uuex1dZJ+W@4kY|pVrFit~ti_|U{FuEMVO+~KyjEirVS z!nDi0#$NxW%@^|g5ewLtHEu!U%;|*+dp%k>+(p{>7d1{@7Aw2s?&9GtVO!RKC0qUa zo}lc>cb5)%nTTcW%NSYCIKPXqd|}^zg>YB2Epu+A!nD!K#+6^J67H(DC5Cn=40ko- z=DVQPLtZ1IqkV~=YZi}rx|VT$GuIOC+HL&n80Rk!)-A5b`Fi25UpCHvI<@+h#~QQ8 zB3Nt~@YZ5Hn4ZTy{$^DcXfvOCso8SYkPW9)5hoV`vLmad9`}#G2iWou|vQ zN66hG_ADO#vX^o8S9=??e#_B4+&_eO|cd+m?8KL2;SW7Zz3wm3C3c7e@@R zkNKh;wlL%2QsdeqUl#7=Wn*q!QCwo_mB#hm&Q;-FU0m*aO{-tu6Bu(QKwYj2`TB@~ z_9Yh_WSl(zhO+xvZwz;^ZCMX*DlT;yVobc0a&x%1*p|M(wbifh2?{5#yFKJPBJQ*= z=Wcfurd{qfu6DU6+p!|3Hi~8$Lz}* z@VIgEhbIbq4R|u#r)wCtT z8}AoR4jb-=ZTue@=N;e2Wp^8X67HvEV?Fw;xXka*jamPA$S*?vGU6-y5+}Yk&UxQA zW$(i!--i30Z5ij^7p7f)Fs}2uAH)5rY_#Fe#(4+-OX2JTMua>v;@9$#OZ`@uKKk9* zXIVOi4R@4n$<_We&Y9+4Wp^9?9qwq`5?{u&`t?15vA@GoDPuz(7ct&Go=HC$Vw_m> zU)de&+Ko;Qi>N=4o!B^anWXHl%cS8>RyNkF$y@#Ut4L$oo(7*XD%~cFwWWijAeI!&J^yTynMCdx<6MBca5^qh8>H`b!!&RoL(#BmWZ|O%ikZYQoGj6HxU$zfugvfK`71W~WYC^vCNw zz)KJ)_vLbMhgTYs@Ttaf9JMQ{ZBr!L5DYpk_+#ud*2ay*JMVF^FVe|Bd3-);<# z#gFJv(}}DlBu-o&b(0I5q*1%7<;uK6%Q*Ozx?SwUqgWQ%m!p zo5p4q(xe*GHkWuVO$Uu>KYc@EZq9(B(_NhWzQjy+D$VvaGfPuiY+EMNtc_pS&Sso+ zZ+2nN{5i_#DKaOD^5U}5&vQd$HntZ~N?b0|oq3IQEa-VSU#pfRa{gk{ZVL#jG@%8t zDkruxJM)Ew^$Q`k)l81Ef;9a+h;13yD?#)Vtc+D(CtzR+S=B6Up4E6fyJA2KUfr^e`@ zwt+RCMw|^%^t;lwCArxir1>H?pAKBW{`1g>ORjC_x{hqYlI{T@>wwLvssqS5vUg-Wmp0s_Wx#9K& zFm3j;KP$=p#ek#$+Y~j7cBdXqTYs;1?=W^)kB?YA!cUa&tx5x$l+6$xg2lcIJ0=8JR2BV037^(Qz zHYPX!Mpy}O(dsYlzC%^=TRe*Yp)gJKqj8?_Cu8;_6!CLuIZ64&TJVUvhU-TP>&bropH0aZO3Yo6a~BYWlLLycx=)Ji|kIM(e>dH9i$G zv#>|UECSMJ#ixwd6dfjbNt+!Kqh$`8)9`Z&E8{H-<8E%_EUxW^ecyR(#TrbQOCIe&V$kg$FauZT%j7J*0#xv0&IDqX%9it^l6n|=|`IOo?( z7G`WNWt{bLX=82iJWH3cmQb^-u%BVMGWsNBc@$;3wxuangh)_b$wm!W%{`uIWgLW~ zRRB(U0W@WYqE^ORn$JI0M^VCSn+Bkohvw~QJ=I*(IOAlkvh!dqjolBkwl(e4eEmAo zJo45Bc;CGq1SP)akw8%CPS%u=2ybAV^TQ1b!`Y~=$g7WyrFn2~VlxMWRAy7mUW+!v zu3t;ATN#G4)y}wSwJjR6uG!L9$1bkQR@O*Ln0Z^5#zg5N>~`!bAblHrIvh47f8f2H zF|j=7oZCxxckWP*te`tugG3|mBu&|{ZSn6StZK@)D^`8vfPvAwyIFadJqo9$-AW_w z?+Km9+)F^8>DrYIT=xcRii)`ps*Z(iO`Z1>)=z%fqLZh3k^`js;SU6G?}GqDm4g9{ zxI+Y3-|I~6P*nX`w5?f1dKfD$@|tqEG>_1pMakFDM_6m&Myg@2MiV}g3n=m^fE(y& z+{%E>QkLsc(A%1Zst44ukeTDh*_=X-$H-&!DI-I#uW^Rq2@t$JIuWaqUJN9${me=P zJQ*X|%PBS{5j(ZP?%va^C711A9$oAZdAf9!dj@7@y~Si8pC#|crDZQJoajA3njh~H0F8WU;}`cbW7amN;^j~XEmsIg zzY?!L(lsgDr>hGm;9Vol&2%k*SacnL*1R4-?+g^+l!vJ{$XIzuM(GWxN_NYdZXGO5 z|7VJA%|>KMX*}M|!oKk>0Q%@w0A=1*H0NWtqbSF=+-DrhHfbI;uQj zC*#~F|4*Xo2-wyfBM&uZbx6MTv~*wkOpz$#Sz(>~7M0QWJTyAx1shd(N_Y`fnJ#Wx z^kuts5Tpc*Q1*&-HqFX&jk6HG_CKCHuUpG<^+vIBm^7?3@4MbaQNn9m(zv&c>22yg zT$)?@oyIKVyG7Rm;#lxr`MBWy!nxT84U<6lA&O3cCESZ2+o|F1W#AKQncbg4Veo%u zqaK5E2i@ZHhUCZp!de2|m&J6*{R%}{u!L{(4S>e{7Qn>&4u*zRi*EXT;cO*;D2?|0 z(Kz;>jFs`|8o7Q()p4+`bRPT>)(9lrcVt}w{#Dq${aZtk@pp_=>kk_<{zhT+uJuo> zIu5ooFDU*t&TJT6cJ_!AKBj!&e~gucIHHZUMnf|##uX1dUN{l>U#v=lG0^hu#-@R2 z^@)VNG)`Q`9M4Q*EuZjAYRsxk@spK@g>rIZCc2aMi-vmSRUaSj5(Q+G9!u(g(ck1GuxTk&w`N+)U1uMhQn+)h@Z2U zgQu9om`xDcoYufn=0Z`LEaBCzy`4#+<}uCypVv4io%0pW1f9RpbhicSitK6^l$OD; z5O!tEcB_>=I~OU9iMOb6-lQ!i><(Mp#;jFKU?hiFvW#4{6h@D>rLpR4*v=M@lx2;R zFD=(#dzP2xd#zxzf}?wD#UiDZR$ z%9zc{b8U#rY0E}f^&JHU5}i#1lpteuoX~%-Vw^Lt&5hMkZo}sRaZ&7x`Ot{$HW(~Buc8}7zPd7-;B=^Lsl-W-8s0Yp7jV5Y$VP(v= zWTxzEoU@1h%1-;Rgzj&h7iAQ4fHm$Z-h0EnW0!68_ZS*NY=}2jAj-vnsm!r#{HToE9d9dD4n2yH^C~-#h1UVj( zl4b-mi=}rN7+@1?u`b1~RN8J*GA_Nm(S)xsj{QnuH_TOKOzT~3O$VdC z_?q%bbLhC1i+pf%9UdjuCL}x!G;X5vAgJspZvgZWxUsk?XmGK4+?xvL@rFo~@n($r zB?tTZsGIWo;a2Mz#Gb>T z%%HvBIFb4RVI|pRVVpcvINXP=5uX_@k60ram+~lz{?`@Ti1duj$E^iFQ69SN$%ZBT zl&~LbXc;pjp0?H;B0N)?i+UDC*|u$oz0VtKNNP;b3@?H-Z0JzHVh&y{-%u_-O=N36-8S^PrtVtuYALeGZx+{JF`r# zcTsihY-^&<`@+uAKd>=L)rUpkVLvK6_+#S?q)&|5Smc^d%g0hE>Sw6RxouU6Kj+00{2@INtp4@3VG!w-^Od;SP5{}aPcf^GgM zhUS;)n_r@DWb;e*|JN_oPiSv`5x=oFzkuKTvVC*EMsLb#u4{hzzVSEw=6;R6(VP1> z_nA;{p6ma*Z^NIkoC)vWT;JH6`Zo1x%4zfo@7LHH-h^_(`cHWOrk+hbn)^5RZTyYi z_?!ApcwJL|-n?hORt{4=->bEe_~i~%MJebKQWAuw@=TJ`q%#x!><6npo#cB z;tzY135+t%qW`CGvXs9<{JV$*^U=mRdl>`KxyC;sj>W){%{Tyg!gv9~%)cT07twAU z^rnJe7lN3!3(Irn2;*=ODa4G;XYia>Xo+gB8Bc?-C zaz1@wBIXRjdFB~IoXO4{>CJ4MwRjeYuHvjA&W3^0hS>pRZ*vGx@|+>e6)`uWQponk ziO2H@XLB}hi1QVZ)}G%u=X47|^fNCQ;zAgR$_oQ%_C*9JdC?FSi&z|?MUfjWVVs@S zlES&+QXwu~M2-WNG0vK}EJUY6%Z0c+23mUs0MERl041*!!pae=AgZ5NHBJ`VL0H#| zzgmc^+nLSH8pe5Z*b$;jUNgkCFz~1?0M?te1t@u)5Y~-Y4^c_$`h^*7orHCn&;}uH zXlMF%Bjcn{8$nC8-&$C!s`y<(>{>+f zjBSi_xUnrnZxXf(aeE9r>J9*^u%iGa?-at$5xXF2Kd`HD`g}Lx^z-f^?omWClx{@? z?+MXW+$+SrF)*3B19;|r1Somm5cZ4MAE6Y7nRGy5whIRer{se|JlM{B=5dH|&Z!TD z=zcyd#2y$JSce06=AHtSd_)MnB9268_dwqsWt@*MQ_NI9q^{&k5n&i1QGY;+|iaN4Y>ajd)>*7ulIK@Z!P{2S9WTyClR*G0@tV z0eI%i1t|H75Uz~43ZWRral_TdIXAjSIFE8|h}RX7L2$is&a4JPbjgE4ya59->_z~C ze6Ro|-xR`-h?^0bRg`>7VZzj{!kN#vg?PK2sp1{Rd5>}@M9-?bLcALTWBVQe&3>-{ zCEpjq{Sgl!G`5+h4;E&eKO~&7{cwnn*qIZ}M+-xI45Clp9uM&e3_SCb0GjR0+jqw2p>m$f~Z;b zX<^o_&xCWs&qMse&b)y5(m0vHR}ej`z7Fvl41HAKw*bEu5TNAmL---$M}%6N3G$P1 zj;enaPWSy1;)o(L6h{^j{3}G4{9A~>W1zr406hFC0ZRTeguf#GMyO;a%V^{5mB$EY zg#8oZSUZz8j4LA59S_kX?B5Xo!$8n%H(r1dHjw}&Pb{gtYLbXa5!&j~x04xXn>x90 zM%WY~PHAUOPp2v(6JlzJo>kL?I4uSWoDRUlPcJ~pGlVc>#7qdqZJv2%%o{NuLL-c4p1&~DbOGUvumwY0 z$j*eEg^lYA7KrZWMMGQ+14DXo03|OWK*>vnuvEm-2t`k)SA}{0Wrfp-%Z0eSo%u{? z1>@wQD?)SzxKfBKV<2>`0^s3S6`d$Izs(SX=@lK)#xak`MhR`YZZ|eZZXc0 z&)N{(+Utb4E(RWTJphqpeE~}D6v74(8zQQ;H!{u$+gLawY?BZ-wX=^KXR{)*v~CX3 zIZ5Xbx4^(NZwX+8Z6!d-TZhmkqANmY9z4o6#tBo~3g=O_3vqipa}cgOZ;5|ch&_r(X@?uWUDr#6Zbc0Vw%u0ZP6m zgli+NL#VZRlAu;pGSOwP(KqOzAVh#{z^F0^y?76 zu`?eod~2LDgYO_Z1N=V3A22YDe*{p4p9CoR=Ma907=h3;GoMEmc6ue8XZ|h3-|ftc zqd$z34UU57`TS>ye_iK!WLAwc&a4_QoE!cd;(tY?TJ8Sj zqMV3NB&_?(Ix$wISr};KNde5N$pk2Q@(`wom=aODo2iU5&Zid64W|il+9J}o(-jds zJw%VN8A6;91G8!-0BhCE0+c*U2(w1ahS1pNnP)FdIG#f|-8W~5bJ>~Jp4&KIC$xv? z5jIbV^I{<1o)173<`k#5< z7?{SZ1L)^91Sq*<2x~^Hh0rro{TAcAW?EY~kFrjP>)M$!gY}HFqg@}OM_8v2H^9I% zZwR2|jRYup;}AB9*c4GK#%6_?VVetQR&@?>3pxFwPsZ9fh+5?G)n9b|&}Qr7*3%D?~?<-9p?Q0|RRh09EKFK*@WC zuvf(12xWlWq?*%I7bM8fPX5S{hj8scpj2wk@Wc;-6bzpU1!mdjY@*dr^RrUkc&nh*uExg~qGK`S#^C;oR``5Z@?bi*7N@ zIA3GE39*H4c`L-XF%Y_j18D7c1St945Z;S;AE6b4K=^@ic61*KXW)Dk;>Sf~_qXu6IN5n`hAE$*qKi zImwt1|G~g~9t)tK#|cpK_z?b$_zzL5WV`>sNo*$)PEec}tI{hwbD%P5VY+BCi01CU&H^DWh=GB% z5P*JOSb&lj31QKQ#Sm(38g6mpd~mXaaK`qMAud%!N?y8%;AJ4XOFTf`O7Z1u(rf6QJbHL+Bi_ z1wzr25w@jq!tqwZd6ca~>{3KZ?rNM9s%;>;vNaz{6iAK*^Vfa7DzGh|0IGGOlkeg;Vl1Azo`|&U&vaB1_Bl z5ZyQfLmY&G?!5s($u|m6^576|iWq{>2xGF`T$s6ii*UyFts&lKXJ*pvg(2Pn(b>?Q zA>M_7*1j7+$@d6Q^1UJ47jZwLN`9a)S?`0wDfyugAGR|M@`!QXS3L^R+0bJlK8}Hs zp8(L$PYO`-Qy~nEcp9PgnGEn5<9vwstZ*LXxe%YXGq03hFiw*CB1F%smqL6Q1GDNC z0L}iY042W`!s`)lAS(A9R+x3`P2oJsTOqz}XXf+p!Vuqq=#t+J@jVQb{62sf_JIH; ze;C3?5g#LJck_vHP9HxN&NTfj#Lw-__at8wCggqz(If1u5WmJi-2Mi@Apcf?lD`Y# z`-mS9wO0LToZR~-;q>#*A^uWCN*hr`@JNWB&%cKF8wN`L9l!|tLx7S;h45#@UkF7K zV)fsJx#4KxJj$35|FJWR_gLdZm2nWgVvG;*Ukrrn{{TF5yLJ<~K!I}sh}&}uP;&ba=82dWp%}&-p06+q z!TiE$#05fJ(9V1ou#j=KL<>W7^jsvwMKLgq7XvV>78ju8B|=y-Vkv|&15(PRjq^5T z8DWhRS(goQIXhGG@`Y)r6(IVVR}66_4D|EL03Lo70ZLvqgbop_A?jW1>c+_u))3CD z>KNjhcIHctwTu&fS|B=lt{vh!7#Q2@0w{Ss0ZLv!gia9~AT+jl<_!ze+8YUHY;PRm zCUzzR+_W&n%^-S&Z60E043xYDfY#npfReWgVe5!42$jrDx)x^j*hV-dZyVxvcBVnL zH_m2c2Z%nQ*)hbOFi_ym00Q_f0+hUK2)jk>j;L&CkHU=YZo;|Yo+0jKXA;xB3q$M< z(JRJ2A?}NTX}lkRvAw?lB_9yNfe{BGG`4B&gN^g;=OMxwVTXozSP?0$hjGHs;Se1? zdxm%f1|GE+fT4Dz03{z4!qE}OAZkAMHqNWJV}MFDgvSUo4zQ84%(ncIMOjOAAB145A~+3xW#X!kV11R|!0ZM*0gy$ljN7VWD z3&z>ByeOOz_ELy17m--~N)f@YLUe1t7UJs|Xze!ujO}3pl>BB0Z$-R~sN8e7an`MO zgjI9#-wpA-B9eQ(Z=7!qK7i=B{b7h7VIW+83}DgvM1Yb%4dJth&k>akeNouym2gJb zS0R3FXTBTyrZB{BA$n|o7vlFADES8f6Z=O2O8zN?pCf)jsI?g^BMLLlM+)arehu+A zJF}zv-8ggm4~UK=qeA=>1C9I_fLZmo040wOVNAq72t^Vm$XMeX`HT}zKaUUbUptdF z{Z~XrSi6auk|z=(&BDNBngl?}lM4Lr7pNx-ZSsgI5Xuke#3>7trA*aewF*r;wRO$@ zs_Qh;m2ed+OXzgc+`ZG=%n^jHoB>6DPhGaO*G$rscvh ztZ(TYcjqWxer*#)X_#&KUSe)xKYn`~6|9{2&0{U6Tk{&{JBIm$m5}LQH{JpOPuv9| z>AcJSg;7)inrjhb?n{F$YE3ghUWU$M9E#WII9;Q3;G(?b2QtrxY*Zh<#`aSg{pHi37wkhUw8XDCTY>u&1tiBt*iTd z>-9?00JL{~E@LuxY8<*`17p2RRp(0G5LKC;gx*z_FM(ncYgw~4HFiPnj?JuR{%>A9 zX&x}0rF$H0Q5X4vwnS0-XPdqda0hK|EyJ@*;Uo!Nr6~=xjR8z|ZY#|pVmq6)c<4bH zO50oKNKncSC^~hsjoC+V-$|NMLjCIo*~QMJAiH8@*6(Jc26y%3?l=g(d)SeIqkDBj z)k{uWwb}P^$6nU*l5=li*R#8g{QY)XYM`OeDEg?(HZ7oT z@`Fkve45BnwDNWJV% z5IE9U6SdmrDC>FjqlNX0Mf%qhw6|T&a6h&ostzjSI8^;$CuDNAK6WcetA!ZQeXT2c zxymO<)A#V* zjkAVcW6TZRY}cYHUzN~7VEJexCg4En?zTa85NBwO8;SXC*0+|Ad*4=`@NSpp?z%%j?`6xGtnV&sHL&kSQBo`6fqk!? zIXJq{SP{rAe!n!Owh$Qz4+2Pn9x|)xmxrx!jpxlHsCrE+p_jDw>9Z+~gPiX@E{o&K z6Lw{>d$KUm>nUUC?0kn><0tE~DnDJiSM6s|l=({N>o|M(i(+QZ^VXbgcrkdvI`b;` zdC_{7?w5o;5MQ=2rw6ap1zr|jMbUwyZRz~ijkU6iNu?P*?>AKU&Ii(T6j?SF&5w*dFQt848pD;b^NDqR zInLcOi$2AqkL>Kpw)^wKj6cTc7t(b?X)B?DXZ@=R~-7oQu|pk zsP*sGlFW7ac+zw;yR(|6VJgzjY z#~zvEtrM8}jU=A#Us-hQsee5&+Wo&e&OF+ys*2+e5Ct(Hz!U`)1yl^25XYxrh$s>W z3g(1N353j`sUS)SgdmthX%1;=R+gGtYG#_LX=W{l${d!KX=>(}L+a}L`R=`cto4@t z@!s9v@80L$bIOUN;ufCy&fY zK{zAr67exb+CzI|X1^FGH%-6C*A4&)baQ%yp&0V>8DnH2owH-2k`(@o+ww-fgG(94b(jG|1pH$xyLx`Poz6$4pslF^C# z$Pn&}SNp8ctl)RTK#%T>gWS8=`Wc19+eNmNd@__;|BOXnbIAe1DqdN;;?aJq1LC`U zyJs*hVh`I)vDD+9M$uIV+SV_`oa?=eC?fjPpp3)bTec4SKuNgU6R!sBXB!o6>2BmI zQ}_W!HGee=Nx)}BJa9cIBe=c6vQ;LshQMlP7J}0Hf}-0zOCyIGAOwth!uI0{M|wuDieqfE!ZPgX`7M^8R7 zlhCWj$kt&jl*GC{NCfh8w2-TQoM~o9vOGS6qVkV13eT6)L*ip)Ya7=LD@jqu10>mX z@M%x9GqnB$*;47rkh6(tb6b;ahp?M$n`*=}C8KDSf>VLg={i_Uos7Z2GtF@!Po~?Z zN5`-^Ls(xz$_RQWB{nmouun{7>yq8;A_)IU7Ro5Ww*|x7XmK1^*FpQb^#u}`dE<{Vz4QA5e~*^ z6*q&x#l|WZPe+#+vGk&ue=`w9{w>*_9xjz3d>KA%Av=UjMqj+#n3G3Sy}~$@3}e%k zi52bJy2_ZoOpp0ad1YTM+kNC38N%PiC!wApgkPIB13A;&b;45TX1!CO)52e$4E7If z$1L;1w7J(G+1BfJDhI(EfO@d6gEYE*d>b)J=|*FkEVX}=kZa>+)6ociT1gaei*05j z!f!QVp7w}v8&HznY-H=_84+seb|Jl0ssApGJ2B|azrbKLy-Nl)8gt+;jc9!=#&o^A zA*9yLt8chO?#U=>_FmcAoi4`y`;1}?{Ecl=lKuM=MfE-)6tmic@OtIaZtgWk4sGrU zAs5+`l|ba5WJ{-1E~$ND11_Ge&WP&)P;U;(1O;Uq(vK zI}pz3^U09u7s|`k{sz!TlFTtyg+zQ&SX!oOb=#Ks`1>fCiRVkO9szIg-X z@1BJ{_HU66=65o;r7>eado3cmL+ITG9rR{HdNq{G)x!w&9?Q+1#<4H6jctZ}n#Z>3 z;R@TOt&Zp`_A=I{N?dPypyasOsEFRS(Keiq5xY-%sp!78V^d~F+f063X(u5m^z_pQ ziSK93+4!)6h+QD0)Xlq*i|n6B^N7#@qiE{8+NSSvXS~aC_Qbto$f= zAV7QVjv8c7%q|k>LavZ~Ow+FzF!pT()pWd{86@mt`S(wMsPO}Y)UCxg!%M8|pzqi~ zv-dL?mcnuM4Ka$|axfv5>J_4s425J~Im9Hz>TT&^K#6p-R0=sAPB1H?!%Wj{sDs0e zSmwucK7z1jg&k303K}U}Dm@vB)@^+hghaZ%N7}0f;r2YnD0=hQhKGC{l_;Jg94+Kq zA7`4*L9WIdktg5KF+lCCn+*+gtZlVr*Z*-sQtJBelbw)(oa)51qp40XLbuZEPBLQD zbVHj6lx#Ok^ViU=sL94kkxgn!V(NFQYzcQWWQHbpvXMqc+0)X4Jw180(X1n8KuE%y zj}|i1HWL9$14(#c{nW^8jP0}2=IV1YS~(M%E9B;&r;BPvo(wcJdRCkdrI$ABi5>5S z85M*3A|p1iqVb)YII?w`kR-hR`vRw9pkvO!@Cx}%S-QYt4$6IW#U;3Dpl3B`#-*i3 z^!F&Fvl}>)os&4c%Y>xh^w#eXMZENsOWEJP;50_UP*MWD{NEq-0PJ>aYt9dORL+>9nll7 zPK1h}0Im_1W;crtgZrM4r`~H#$C!GZ?U>-dPkZf8tS+EW*jP$!6Xa6>v{ z?ESG(bh4k=4l#YB?TEQ4Q&<<@4AA?y8B3?S#WqqWrrKMDJ-Odz2Xi`o<7YzJTgQoz zxV_<|9o%6=pun8~N%f3iMx*lX64nd48(497C!*4SWg7|IEOd`iq`Wt67FcxYUmIf! z+y~J9y1Dq_(EYa63!U)?jF=6nvImXiasB>Q$ldTE(;Al*@~~{ZVPb}^Eb0+}KKNrU zCfP@AYrgP_{vf1RP14V_E2W+hG^EGU*23HIk0<7Ko{$|4;7M4ibO)`r)K7-K=6v7L_66d%XrvBb= z<9yL5UYz-dZ8bIJD5T3v$+&u6252kYTntXH*pAe%+78wGTJn_LzcN1N?$?F1d!Ag( z5pNi2fK!H%MoRQ1ly=hXiIv#fwsp@gsdtQ+Jz^R2t}%J19RHK)0=*~XZt%Wok`VNP zkPaV0>YWyXsHu+}#JnCu%Evem#-GTLIN#t_;--z1SnWL4)vb)EOkuat)?zdaE3yqf zz2f4K$Us}!+Ceu{8fgfUPkeFW{_=8$waWXkT%fGX=>65MeYmK zPx8$oCsEkh0KJ2q(V+&H2}!H#zZa{^?Tl66xwd0> zZv_Fo2er~9B8`$>W#mQd)ET$6(=Sz;rnMT;w0z#ziPv|;SL--t-g$(@cf{Ao{FLvA z*LRoeyU+Fg<(A)bF20T}zu#Q(^?m009&^PNU&p#`ov*H6@x|A%rN7Qo--#~V^16k~ zU-8Aa#C0FV7q0Y`uJTp>%6HvYrLSY9uXKg$Sm&wxtn2*0^A+DRuFhZQsbleVtm_r7 zeAImuuJc!XUAOM5W%}}0y26#d&Rcxp%4eOo^3gJ`u2;uOSLd(vb*%H$vG}@foxjdk zc-~s|mj(0A*Z=yC_`-<`=B)z{7(Jp@>;7%}XPRD3M8RF%$oDn(IeVAx2^R0^MQ&Qct;2Q{~u9gYpwtQ literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_coords_0613_prompt_1_2.npz b/digit_matrices/results/gpt_matprob_results_coords_0613_prompt_1_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..17b9e73ffb197acec06607f79cca930c3c048b55 GIT binary patch literal 28047 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 AY5)KL literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_coords_350613_prompt_1_2.npz b/digit_matrices/results/gpt_matprob_results_coords_350613_prompt_1_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..b5015aa3b73d4486cd74444443209569ffc86876 GIT binary patch literal 28088 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%0DOtO3dZ@=q>~Bf!Z_c97Ppn(b=$ zW(Zq#a9I`J`9DMyy}|+=rS(*Mw5vUv!5*!o(3l=Yt@0~W9jogot+(2%T}=<&=#oL| zJ^u<=lp9B)XXc>8Nc*Z8`a0ZZ2pRVVe+ZyJIsVV(j5|u}ukNi!P6Pi~vbK@`CfRmxl) zr43d3lC{BRXQ$S_1kx!`d%CD)I;psV)L zw*iNwtV0%pEXgh)lna1tx*JX2r16H>-Rg|N~+ zZE|t!{XblQR)^}FjhkwK+HM!dEGW~$FtF$cMwut>R6E@xRfp?Kkeh{hOowQj1z1Sk zVQ~G2lXms&c6DTveoOyjs^&r#Ud)z35y>WE{IRAws$I=&*3DPbA&bvL%-u zu{wJ7&EqXMH}Bx7KCey6=JA+AR@pOB#gBhKvuFHo?ioAp|KdPWZ^80jZZ%@wm&KW2 z+*b*+$6A$^cU4c{Yjjuar=CvFd!wh*^FHV4^t@+zIz8_{o=(quiB9WVckBx~)#Nq4 zQ%zp4JJsa1w^L1CM?2NzHL+7oUf(*^D=ku;or~XkY{p8 zoME2HA_zx=;Q!ve$mP=?zyC7D3$OAoYU$sFT6)%kvlor{U(}+GAOG&W37OyeANnV?CQg_= zbHW;v*Zg$Ylq@BFdG|2GSp@n&@f6V_ literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_digits_0125_prompt_0_2.npz b/digit_matrices/results/gpt_matprob_results_digits_0125_prompt_0_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..75432788e18c278f46dd805e315eeb836aa40faf GIT binary patch literal 43942 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 LfevqTG3oyS9x6OG literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_digits_0125_prompt_1_2.npz b/digit_matrices/results/gpt_matprob_results_digits_0125_prompt_1_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..a2d0558bb5e3b39167e23c3f4ed21b86fc124545 GIT binary patch literal 42337 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_digits_0613_prompt_1_2.npz b/digit_matrices/results/gpt_matprob_results_digits_0613_prompt_1_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..95503670196f9a2eab5e960cfb3b2b4a4a690092 GIT binary patch literal 50193 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_digits_350613_prompt_0_2.npz b/digit_matrices/results/gpt_matprob_results_digits_350613_prompt_0_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..0657e77d1e4f458837e1eb0ca751f0b0074ea272 GIT binary patch literal 50497 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_symb_0125_prompt_0_2.npz b/digit_matrices/results/gpt_matprob_results_symb_0125_prompt_0_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..6046db17b4505b826f21c48da5df36cb2d25b8cd GIT binary patch literal 49191 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_symb_0125_prompt_1_2.npz b/digit_matrices/results/gpt_matprob_results_symb_0125_prompt_1_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..f8cc7d47187e8c8487c3a2512ce09836cbf3af46 GIT binary patch literal 45643 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_symb_0613_prompt_0_2.npz b/digit_matrices/results/gpt_matprob_results_symb_0613_prompt_0_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..c896215fe795bf6bec430dde746c2459e566ce5a GIT binary patch literal 51964 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_symb_0613_prompt_1_2.npz b/digit_matrices/results/gpt_matprob_results_symb_0613_prompt_1_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..90331d960133e1e338b2bc634e371722f0ea0830 GIT binary patch literal 51932 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_symb_1106_prompt_0_2.npz b/digit_matrices/results/gpt_matprob_results_symb_1106_prompt_0_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..a43833613f1910a6ad86aeab38763e24581a2ac0 GIT binary patch literal 50293 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_symb_1106_prompt_1_2.npz b/digit_matrices/results/gpt_matprob_results_symb_1106_prompt_1_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..a69bcbdf1e29690389b031729b9bf45d3be95b89 GIT binary patch literal 47874 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_symb_350613_prompt_0_2.npz b/digit_matrices/results/gpt_matprob_results_symb_350613_prompt_0_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..7b601c6b9a586e0128b06a0d7bc0e07d798e9962 GIT binary patch literal 51983 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/gpt_matprob_results_symb_350613_prompt_1_2.npz b/digit_matrices/results/gpt_matprob_results_symb_350613_prompt_1_2.npz new file mode 100644 index 0000000000000000000000000000000000000000..d26ad760a1c9939b4c0e028bdddd3cc305b028d6 GIT binary patch literal 51929 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 LTn=C3VblKs*{phI literal 0 HcmV?d00001 diff --git a/digit_matrices/results/webb_original/N_unique_rules_2rule_prob.npz b/digit_matrices/results/webb_original/N_unique_rules_2rule_prob.npz new file mode 100644 index 0000000000000000000000000000000000000000..57d9c3b025b2d6e4218b4004f696c981d16a8f86 GIT binary patch literal 330 zcmWIWW@Zs#fB;1X)5zP(8-N@T7Ge-#@QW|a%PcHSjV~(ANiEjPE2v~-5CF@9bbwTW zz+}Hr-+)L)hBAg~^_0}&a*?`~g1Swng}RP{dRl%_Nl{{6e11_%DoETdF{d~cC|;bA zSda?jYZw~nXzD1`Dv%Gj7$MGJV8TH&qlx2E4-*gYW@Hj!#uX}1!+=x+SOaDl1$eWv PfmAU9p#zW>0jmQ5D0nnO literal 0 HcmV?d00001 diff --git a/digit_matrices/results/webb_original/all_prob.npz b/digit_matrices/results/webb_original/all_prob.npz new file mode 100644 index 0000000000000000000000000000000000000000..1e3ca6dec47bff86e2d003898af99be1ecabaebb GIT binary patch literal 2944 zcmeHJzfZzI6uyEu;Nrj^P^W4_OmJ{;GBI&MOcw_yQl;uZ09#{Xl*G-+$^XyU_y?G{ zdEa~Y+G}Zn7-Ucn%H8|kd*AzU$EAL|y3$ZQHq=x6ezadx3eTEqsG#5PUWSA1!RXFW z>jc9TYK)iTla7Dts9SaK^}_f(^7dTs;jHB~UGHKT-9*8lJB)fE@WY@VhZ>Ksf>EgD z&DKt9x4G4H$L@DW-T8Y%Ew*HfPA_>^Rk8x0jV`0=b5%nf*IOT5Z^TkZ+&@FU{`UWNgaHm)YFwayZlMzhmAy$|% zf6l?)B}yR&i0Ef7-;cM~XSsaq=JM?v{NKH~=Ke-e&M2Qm985V^jPMD@v6)`|4E1zp z)-HfzR+#b-ll7I`&Wd9FMKh)oj5eUx{Dq5b0@_YSn0djBB4+rPEl@(s4vKhbqY9&2 zU1LjbqO{UMhX4Qo literal 0 HcmV?d00001 diff --git a/digit_matrices/results/webb_original/all_probcat_gen_acc.npz b/digit_matrices/results/webb_original/all_probcat_gen_acc.npz new file mode 100644 index 0000000000000000000000000000000000000000..dc7e8a3c957edae294c6391fcda2861c8e551a28 GIT binary patch literal 594 zcmWIWW@Zs#fB;2?MY(Pq3xFIDW@iv#NK8)F%PXj4WDo!g0Y%~TWWP|~fJjD$GKOmP zl+@znB6TYTb(=H`bsYuuwEUuyqQt!T{Gyapkhoi7PH`$wyf`DVAQi~hFwxP}QK(g* z0C0ia!ocvsJ`@aI+iS-3ANs2C%zoBP5O`@HfZ{R#mg77Jfa*aQ11ry4=2K5*NLxT9GJ4@~?vk!3Zw~JI?ZeQ?q#)P+mOYEV}#3>)(&B!Fe sj4MuIx)~T67(r}k45Mp84KHL(H-Q{z=mmJQvVo+SfG`V4Ujmy50I*SfB>(^b literal 0 HcmV?d00001 diff --git a/digit_matrices/results/webb_original/exp1_all_data.csv b/digit_matrices/results/webb_original/exp1_all_data.csv new file mode 100644 index 0000000..cf0e90a --- /dev/null +++ b/digit_matrices/results/webb_original/exp1_all_data.csv @@ -0,0 +1,2593 @@ +subjID,gen_correct_pred,MC_correct_pred,human_vs_gpt,N_unique_rules,prob_type,onerule_rule_type,aligned_permuted,tworule_prog_noprog,threerule_prog_noprog +0,1,1,0,0,0,0,-1,-1,-1 +0,1,1,0,0,0,0,-1,-1,-1 +0,1,1,0,0,0,1,-1,-1,-1 +0,1,1,0,0,0,1,-1,-1,-1 +0,1,1,0,0,0,2,-1,-1,-1 +0,1,1,0,0,0,2,-1,-1,-1 +0,1,1,0,0,1,-1,-1,0,-1 +0,1,1,0,1,1,-1,-1,0,-1 +0,1,1,0,1,1,-1,-1,1,-1 +0,1,1,0,0,1,-1,-1,0,-1 +0,1,1,0,1,1,-1,-1,1,-1 +0,1,1,0,0,1,-1,-1,1,-1 +0,1,1,0,0,2,-1,-1,-1,0 +0,1,1,0,1,2,-1,-1,-1,0 +0,1,1,0,1,2,-1,-1,-1,1 +0,1,1,0,1,2,-1,-1,-1,0 +0,1,1,0,2,2,-1,-1,-1,1 +0,1,1,0,1,2,-1,-1,-1,1 +0,1,1,0,0,2,-1,-1,-1,0 +0,1,1,0,1,2,-1,-1,-1,1 +0,1,1,0,1,2,-1,-1,-1,1 +0,1,1,0,0,2,-1,-1,-1,1 +0,0,0,0,0,3,-1,0,-1,-1 +0,0,1,0,0,3,-1,0,-1,-1 +0,1,1,0,0,3,-1,0,-1,-1 +0,1,1,0,0,3,-1,0,-1,-1 +0,0,0,0,0,3,-1,0,-1,-1 +0,0,0,0,0,3,-1,1,-1,-1 +0,1,1,0,0,3,-1,1,-1,-1 +0,1,1,0,0,3,-1,1,-1,-1 +0,0,0,0,0,3,-1,1,-1,-1 +0,0,1,0,0,3,-1,1,-1,-1 +1,1,1,0,0,0,0,-1,-1,-1 +1,1,1,0,0,0,0,-1,-1,-1 +1,1,1,0,0,0,1,-1,-1,-1 +1,1,1,0,0,0,1,-1,-1,-1 +1,1,1,0,0,0,2,-1,-1,-1 +1,1,1,0,0,0,2,-1,-1,-1 +1,1,1,0,0,1,-1,-1,0,-1 +1,0,1,0,1,1,-1,-1,0,-1 +1,1,1,0,1,1,-1,-1,1,-1 +1,1,1,0,0,1,-1,-1,0,-1 +1,1,1,0,1,1,-1,-1,1,-1 +1,1,1,0,0,1,-1,-1,1,-1 +1,1,1,0,0,2,-1,-1,-1,0 +1,1,1,0,1,2,-1,-1,-1,0 +1,1,1,0,1,2,-1,-1,-1,1 +1,0,0,0,1,2,-1,-1,-1,0 +1,0,0,0,2,2,-1,-1,-1,1 +1,0,0,0,1,2,-1,-1,-1,1 +1,0,0,0,0,2,-1,-1,-1,0 +1,1,1,0,1,2,-1,-1,-1,1 +1,0,0,0,1,2,-1,-1,-1,1 +1,1,1,0,0,2,-1,-1,-1,1 +1,1,1,0,0,3,-1,0,-1,-1 +1,1,1,0,0,3,-1,0,-1,-1 +1,1,1,0,0,3,-1,0,-1,-1 +1,1,1,0,0,3,-1,0,-1,-1 +1,0,0,0,0,3,-1,0,-1,-1 +1,1,0,0,0,3,-1,1,-1,-1 +1,0,0,0,0,3,-1,1,-1,-1 +1,1,1,0,0,3,-1,1,-1,-1 +1,0,0,0,0,3,-1,1,-1,-1 +1,0,1,0,0,3,-1,1,-1,-1 +2,1,1,0,0,0,0,-1,-1,-1 +2,1,1,0,0,0,0,-1,-1,-1 +2,1,1,0,0,0,1,-1,-1,-1 +2,1,1,0,0,0,1,-1,-1,-1 +2,1,1,0,0,0,2,-1,-1,-1 +2,0,0,0,0,0,2,-1,-1,-1 +2,1,1,0,0,1,-1,-1,0,-1 +2,1,1,0,1,1,-1,-1,0,-1 +2,1,1,0,1,1,-1,-1,1,-1 +2,1,1,0,0,1,-1,-1,0,-1 +2,1,1,0,1,1,-1,-1,1,-1 +2,1,1,0,0,1,-1,-1,1,-1 +2,1,1,0,0,2,-1,-1,-1,0 +2,1,1,0,1,2,-1,-1,-1,0 +2,1,1,0,1,2,-1,-1,-1,1 +2,1,1,0,1,2,-1,-1,-1,0 +2,1,1,0,2,2,-1,-1,-1,1 +2,1,1,0,1,2,-1,-1,-1,1 +2,1,1,0,0,2,-1,-1,-1,0 +2,1,1,0,1,2,-1,-1,-1,1 +2,0,0,0,1,2,-1,-1,-1,1 +2,0,0,0,0,2,-1,-1,-1,1 +2,0,1,0,0,3,-1,0,-1,-1 +2,1,1,0,0,3,-1,0,-1,-1 +2,1,1,0,0,3,-1,0,-1,-1 +2,1,1,0,0,3,-1,0,-1,-1 +2,0,1,0,0,3,-1,0,-1,-1 +2,0,0,0,0,3,-1,1,-1,-1 +2,0,0,0,0,3,-1,1,-1,-1 +2,1,1,0,0,3,-1,1,-1,-1 +2,1,1,0,0,3,-1,1,-1,-1 +2,0,1,0,0,3,-1,1,-1,-1 +3,1,1,0,0,0,0,-1,-1,-1 +3,1,1,0,0,0,0,-1,-1,-1 +3,1,1,0,0,0,1,-1,-1,-1 +3,1,1,0,0,0,1,-1,-1,-1 +3,1,1,0,0,0,2,-1,-1,-1 +3,1,1,0,0,0,2,-1,-1,-1 +3,1,1,0,0,1,-1,-1,0,-1 +3,1,1,0,1,1,-1,-1,0,-1 +3,1,1,0,1,1,-1,-1,1,-1 +3,1,1,0,0,1,-1,-1,0,-1 +3,1,1,0,1,1,-1,-1,1,-1 +3,1,1,0,0,1,-1,-1,1,-1 +3,1,1,0,0,2,-1,-1,-1,0 +3,1,1,0,1,2,-1,-1,-1,0 +3,1,1,0,1,2,-1,-1,-1,1 +3,1,1,0,1,2,-1,-1,-1,0 +3,1,1,0,2,2,-1,-1,-1,1 +3,1,1,0,1,2,-1,-1,-1,1 +3,1,1,0,0,2,-1,-1,-1,0 +3,0,1,0,1,2,-1,-1,-1,1 +3,0,1,0,1,2,-1,-1,-1,1 +3,0,0,0,0,2,-1,-1,-1,1 +3,0,1,0,0,3,-1,0,-1,-1 +3,0,0,0,0,3,-1,0,-1,-1 +3,0,0,0,0,3,-1,0,-1,-1 +3,0,0,0,0,3,-1,0,-1,-1 +3,0,0,0,0,3,-1,0,-1,-1 +3,0,0,0,0,3,-1,1,-1,-1 +3,0,0,0,0,3,-1,1,-1,-1 +3,0,0,0,0,3,-1,1,-1,-1 +3,0,0,0,0,3,-1,1,-1,-1 +3,0,0,0,0,3,-1,1,-1,-1 +4,1,1,0,0,0,0,-1,-1,-1 +4,1,1,0,0,0,0,-1,-1,-1 +4,1,1,0,0,0,1,-1,-1,-1 +4,1,1,0,0,0,1,-1,-1,-1 +4,1,1,0,0,0,2,-1,-1,-1 +4,1,1,0,0,0,2,-1,-1,-1 +4,1,1,0,0,1,-1,-1,0,-1 +4,0,0,0,1,1,-1,-1,0,-1 +4,1,1,0,1,1,-1,-1,1,-1 +4,1,1,0,0,1,-1,-1,0,-1 +4,0,0,0,1,1,-1,-1,1,-1 +4,1,1,0,0,1,-1,-1,1,-1 +4,1,1,0,0,2,-1,-1,-1,0 +4,1,1,0,1,2,-1,-1,-1,0 +4,0,1,0,1,2,-1,-1,-1,1 +4,1,1,0,1,2,-1,-1,-1,0 +4,1,1,0,2,2,-1,-1,-1,1 +4,1,1,0,1,2,-1,-1,-1,1 +4,1,1,0,0,2,-1,-1,-1,0 +4,1,1,0,1,2,-1,-1,-1,1 +4,1,1,0,1,2,-1,-1,-1,1 +4,1,1,0,0,2,-1,-1,-1,1 +4,0,0,0,0,3,-1,0,-1,-1 +4,1,1,0,0,3,-1,0,-1,-1 +4,0,1,0,0,3,-1,0,-1,-1 +4,1,1,0,0,3,-1,0,-1,-1 +4,0,0,0,0,3,-1,0,-1,-1 +4,1,0,0,0,3,-1,1,-1,-1 +4,1,1,0,0,3,-1,1,-1,-1 +4,1,1,0,0,3,-1,1,-1,-1 +4,1,1,0,0,3,-1,1,-1,-1 +4,0,0,0,0,3,-1,1,-1,-1 +5,1,1,0,0,0,0,-1,-1,-1 +5,1,1,0,0,0,0,-1,-1,-1 +5,1,1,0,0,0,1,-1,-1,-1 +5,1,1,0,0,0,1,-1,-1,-1 +5,0,0,0,0,0,2,-1,-1,-1 +5,1,1,0,0,0,2,-1,-1,-1 +5,0,0,0,0,1,-1,-1,0,-1 +5,0,0,0,1,1,-1,-1,0,-1 +5,0,0,0,1,1,-1,-1,1,-1 +5,1,1,0,0,1,-1,-1,0,-1 +5,0,0,0,1,1,-1,-1,1,-1 +5,0,0,0,0,1,-1,-1,1,-1 +5,1,1,0,0,2,-1,-1,-1,0 +5,0,0,0,1,2,-1,-1,-1,0 +5,0,1,0,1,2,-1,-1,-1,1 +5,0,0,0,1,2,-1,-1,-1,0 +5,0,0,0,2,2,-1,-1,-1,1 +5,0,0,0,1,2,-1,-1,-1,1 +5,0,0,0,0,2,-1,-1,-1,0 +5,0,0,0,1,2,-1,-1,-1,1 +5,0,0,0,1,2,-1,-1,-1,1 +5,0,0,0,0,2,-1,-1,-1,1 +5,1,1,0,0,3,-1,0,-1,-1 +5,1,1,0,0,3,-1,0,-1,-1 +5,1,1,0,0,3,-1,0,-1,-1 +5,0,0,0,0,3,-1,0,-1,-1 +5,1,1,0,0,3,-1,0,-1,-1 +5,0,0,0,0,3,-1,1,-1,-1 +5,1,1,0,0,3,-1,1,-1,-1 +5,1,1,0,0,3,-1,1,-1,-1 +5,0,1,0,0,3,-1,1,-1,-1 +5,0,0,0,0,3,-1,1,-1,-1 +6,1,1,0,0,0,0,-1,-1,-1 +6,1,1,0,0,0,0,-1,-1,-1 +6,1,1,0,0,0,1,-1,-1,-1 +6,1,1,0,0,0,1,-1,-1,-1 +6,0,0,0,0,0,2,-1,-1,-1 +6,0,0,0,0,0,2,-1,-1,-1 +6,1,1,0,0,1,-1,-1,0,-1 +6,0,0,0,1,1,-1,-1,0,-1 +6,0,0,0,1,1,-1,-1,1,-1 +6,1,1,0,0,1,-1,-1,0,-1 +6,0,0,0,1,1,-1,-1,1,-1 +6,0,0,0,0,1,-1,-1,1,-1 +6,1,1,0,0,2,-1,-1,-1,0 +6,0,0,0,1,2,-1,-1,-1,0 +6,0,0,0,1,2,-1,-1,-1,1 +6,0,0,0,1,2,-1,-1,-1,0 +6,0,1,0,2,2,-1,-1,-1,1 +6,0,0,0,1,2,-1,-1,-1,1 +6,0,0,0,0,2,-1,-1,-1,0 +6,0,1,0,1,2,-1,-1,-1,1 +6,0,0,0,1,2,-1,-1,-1,1 +6,0,0,0,0,2,-1,-1,-1,1 +6,0,0,0,0,3,-1,0,-1,-1 +6,0,0,0,0,3,-1,0,-1,-1 +6,0,0,0,0,3,-1,0,-1,-1 +6,0,1,0,0,3,-1,0,-1,-1 +6,0,0,0,0,3,-1,0,-1,-1 +6,0,0,0,0,3,-1,1,-1,-1 +6,1,1,0,0,3,-1,1,-1,-1 +6,1,1,0,0,3,-1,1,-1,-1 +6,0,0,0,0,3,-1,1,-1,-1 +6,0,0,0,0,3,-1,1,-1,-1 +7,1,1,0,0,0,0,-1,-1,-1 +7,1,1,0,0,0,0,-1,-1,-1 +7,1,1,0,0,0,1,-1,-1,-1 +7,1,1,0,0,0,1,-1,-1,-1 +7,0,0,0,0,0,2,-1,-1,-1 +7,0,0,0,0,0,2,-1,-1,-1 +7,0,1,0,0,1,-1,-1,0,-1 +7,0,1,0,1,1,-1,-1,0,-1 +7,1,1,0,1,1,-1,-1,1,-1 +7,0,1,0,0,1,-1,-1,0,-1 +7,0,0,0,1,1,-1,-1,1,-1 +7,1,1,0,0,1,-1,-1,1,-1 +7,1,1,0,0,2,-1,-1,-1,0 +7,1,1,0,1,2,-1,-1,-1,0 +7,1,1,0,1,2,-1,-1,-1,1 +7,0,0,0,1,2,-1,-1,-1,0 +7,0,0,0,2,2,-1,-1,-1,1 +7,1,1,0,1,2,-1,-1,-1,1 +7,1,1,0,0,2,-1,-1,-1,0 +7,0,0,0,1,2,-1,-1,-1,1 +7,0,1,0,1,2,-1,-1,-1,1 +7,0,1,0,0,2,-1,-1,-1,1 +7,0,0,0,0,3,-1,0,-1,-1 +7,1,1,0,0,3,-1,0,-1,-1 +7,0,0,0,0,3,-1,0,-1,-1 +7,0,1,0,0,3,-1,0,-1,-1 +7,0,0,0,0,3,-1,0,-1,-1 +7,0,0,0,0,3,-1,1,-1,-1 +7,0,0,0,0,3,-1,1,-1,-1 +7,0,1,0,0,3,-1,1,-1,-1 +7,0,0,0,0,3,-1,1,-1,-1 +7,0,0,0,0,3,-1,1,-1,-1 +8,1,1,0,0,0,0,-1,-1,-1 +8,1,1,0,0,0,0,-1,-1,-1 +8,1,1,0,0,0,1,-1,-1,-1 +8,1,1,0,0,0,1,-1,-1,-1 +8,1,1,0,0,0,2,-1,-1,-1 +8,0,0,0,0,0,2,-1,-1,-1 +8,1,1,0,0,1,-1,-1,0,-1 +8,1,1,0,1,1,-1,-1,0,-1 +8,1,1,0,1,1,-1,-1,1,-1 +8,1,1,0,0,1,-1,-1,0,-1 +8,0,0,0,1,1,-1,-1,1,-1 +8,1,1,0,0,1,-1,-1,1,-1 +8,1,1,0,0,2,-1,-1,-1,0 +8,1,1,0,1,2,-1,-1,-1,0 +8,0,1,0,1,2,-1,-1,-1,1 +8,0,0,0,1,2,-1,-1,-1,0 +8,0,0,0,2,2,-1,-1,-1,1 +8,0,0,0,1,2,-1,-1,-1,1 +8,1,1,0,0,2,-1,-1,-1,0 +8,1,1,0,1,2,-1,-1,-1,1 +8,0,0,0,1,2,-1,-1,-1,1 +8,0,1,0,0,2,-1,-1,-1,1 +8,0,0,0,0,3,-1,0,-1,-1 +8,0,1,0,0,3,-1,0,-1,-1 +8,0,0,0,0,3,-1,0,-1,-1 +8,1,1,0,0,3,-1,0,-1,-1 +8,0,0,0,0,3,-1,0,-1,-1 +8,0,0,0,0,3,-1,1,-1,-1 +8,0,0,0,0,3,-1,1,-1,-1 +8,1,1,0,0,3,-1,1,-1,-1 +8,0,1,0,0,3,-1,1,-1,-1 +8,0,1,0,0,3,-1,1,-1,-1 +9,0,0,0,0,0,0,-1,-1,-1 +9,0,0,0,0,0,0,-1,-1,-1 +9,1,1,0,0,0,1,-1,-1,-1 +9,0,0,0,0,0,1,-1,-1,-1 +9,0,0,0,0,0,2,-1,-1,-1 +9,0,0,0,0,0,2,-1,-1,-1 +9,0,0,0,0,1,-1,-1,0,-1 +9,0,1,0,1,1,-1,-1,0,-1 +9,0,0,0,1,1,-1,-1,1,-1 +9,0,0,0,0,1,-1,-1,0,-1 +9,0,0,0,1,1,-1,-1,1,-1 +9,0,0,0,0,1,-1,-1,1,-1 +9,0,0,0,0,2,-1,-1,-1,0 +9,0,0,0,1,2,-1,-1,-1,0 +9,0,0,0,1,2,-1,-1,-1,1 +9,0,1,0,1,2,-1,-1,-1,0 +9,0,0,0,2,2,-1,-1,-1,1 +9,0,1,0,1,2,-1,-1,-1,1 +9,0,0,0,0,2,-1,-1,-1,0 +9,0,0,0,1,2,-1,-1,-1,1 +9,0,0,0,1,2,-1,-1,-1,1 +9,0,0,0,0,2,-1,-1,-1,1 +9,0,0,0,0,3,-1,0,-1,-1 +9,0,1,0,0,3,-1,0,-1,-1 +9,0,0,0,0,3,-1,0,-1,-1 +9,0,0,0,0,3,-1,0,-1,-1 +9,0,0,0,0,3,-1,0,-1,-1 +9,0,1,0,0,3,-1,1,-1,-1 +9,0,0,0,0,3,-1,1,-1,-1 +9,0,0,0,0,3,-1,1,-1,-1 +9,0,0,0,0,3,-1,1,-1,-1 +9,0,0,0,0,3,-1,1,-1,-1 +10,1,1,0,0,0,0,-1,-1,-1 +10,1,1,0,0,0,0,-1,-1,-1 +10,1,1,0,0,0,1,-1,-1,-1 +10,1,1,0,0,0,1,-1,-1,-1 +10,1,1,0,0,0,2,-1,-1,-1 +10,1,1,0,0,0,2,-1,-1,-1 +10,1,1,0,0,1,-1,-1,0,-1 +10,1,1,0,1,1,-1,-1,0,-1 +10,0,1,0,1,1,-1,-1,1,-1 +10,1,1,0,0,1,-1,-1,0,-1 +10,0,1,0,1,1,-1,-1,1,-1 +10,0,0,0,0,1,-1,-1,1,-1 +10,1,1,0,0,2,-1,-1,-1,0 +10,1,1,0,1,2,-1,-1,-1,0 +10,1,1,0,1,2,-1,-1,-1,1 +10,0,1,0,1,2,-1,-1,-1,0 +10,0,0,0,2,2,-1,-1,-1,1 +10,1,1,0,1,2,-1,-1,-1,1 +10,0,0,0,0,2,-1,-1,-1,0 +10,0,0,0,1,2,-1,-1,-1,1 +10,0,0,0,1,2,-1,-1,-1,1 +10,0,0,0,0,2,-1,-1,-1,1 +10,0,0,0,0,3,-1,0,-1,-1 +10,1,1,0,0,3,-1,0,-1,-1 +10,1,1,0,0,3,-1,0,-1,-1 +10,1,1,0,0,3,-1,0,-1,-1 +10,0,0,0,0,3,-1,0,-1,-1 +10,0,0,0,0,3,-1,1,-1,-1 +10,0,0,0,0,3,-1,1,-1,-1 +10,0,1,0,0,3,-1,1,-1,-1 +10,0,1,0,0,3,-1,1,-1,-1 +10,0,0,0,0,3,-1,1,-1,-1 +11,1,1,0,0,0,0,-1,-1,-1 +11,1,1,0,0,0,0,-1,-1,-1 +11,1,1,0,0,0,1,-1,-1,-1 +11,1,1,0,0,0,1,-1,-1,-1 +11,1,1,0,0,0,2,-1,-1,-1 +11,1,1,0,0,0,2,-1,-1,-1 +11,1,1,0,0,1,-1,-1,0,-1 +11,1,1,0,1,1,-1,-1,0,-1 +11,0,1,0,1,1,-1,-1,1,-1 +11,1,1,0,0,1,-1,-1,0,-1 +11,0,1,0,1,1,-1,-1,1,-1 +11,1,1,0,0,1,-1,-1,1,-1 +11,1,1,0,0,2,-1,-1,-1,0 +11,1,0,0,1,2,-1,-1,-1,0 +11,0,1,0,1,2,-1,-1,-1,1 +11,1,1,0,1,2,-1,-1,-1,0 +11,0,1,0,2,2,-1,-1,-1,1 +11,0,1,0,1,2,-1,-1,-1,1 +11,1,1,0,0,2,-1,-1,-1,0 +11,0,1,0,1,2,-1,-1,-1,1 +11,0,0,0,1,2,-1,-1,-1,1 +11,1,1,0,0,2,-1,-1,-1,1 +11,0,1,0,0,3,-1,0,-1,-1 +11,1,1,0,0,3,-1,0,-1,-1 +11,1,1,0,0,3,-1,0,-1,-1 +11,1,1,0,0,3,-1,0,-1,-1 +11,0,0,0,0,3,-1,0,-1,-1 +11,1,1,0,0,3,-1,1,-1,-1 +11,0,0,0,0,3,-1,1,-1,-1 +11,1,1,0,0,3,-1,1,-1,-1 +11,0,0,0,0,3,-1,1,-1,-1 +11,0,1,0,0,3,-1,1,-1,-1 +12,0,0,0,0,0,0,-1,-1,-1 +12,0,1,0,0,0,0,-1,-1,-1 +12,0,1,0,0,0,1,-1,-1,-1 +12,0,1,0,0,0,1,-1,-1,-1 +12,0,0,0,0,0,2,-1,-1,-1 +12,0,0,0,0,0,2,-1,-1,-1 +12,0,0,0,0,1,-1,-1,0,-1 +12,0,1,0,1,1,-1,-1,0,-1 +12,0,0,0,1,1,-1,-1,1,-1 +12,0,1,0,0,1,-1,-1,0,-1 +12,0,0,0,1,1,-1,-1,1,-1 +12,0,0,0,0,1,-1,-1,1,-1 +12,0,0,0,0,2,-1,-1,-1,0 +12,0,0,0,1,2,-1,-1,-1,0 +12,0,0,0,1,2,-1,-1,-1,1 +12,0,0,0,1,2,-1,-1,-1,0 +12,0,1,0,2,2,-1,-1,-1,1 +12,0,1,0,1,2,-1,-1,-1,1 +12,0,0,0,0,2,-1,-1,-1,0 +12,0,0,0,1,2,-1,-1,-1,1 +12,0,0,0,1,2,-1,-1,-1,1 +12,0,0,0,0,2,-1,-1,-1,1 +12,0,0,0,0,3,-1,0,-1,-1 +12,0,0,0,0,3,-1,0,-1,-1 +12,0,0,0,0,3,-1,0,-1,-1 +12,0,0,0,0,3,-1,0,-1,-1 +12,0,0,0,0,3,-1,0,-1,-1 +12,0,0,0,0,3,-1,1,-1,-1 +12,0,0,0,0,3,-1,1,-1,-1 +12,0,1,0,0,3,-1,1,-1,-1 +12,0,0,0,0,3,-1,1,-1,-1 +12,0,0,0,0,3,-1,1,-1,-1 +13,1,1,0,0,0,0,-1,-1,-1 +13,1,1,0,0,0,0,-1,-1,-1 +13,1,1,0,0,0,1,-1,-1,-1 +13,1,1,0,0,0,1,-1,-1,-1 +13,1,1,0,0,0,2,-1,-1,-1 +13,1,1,0,0,0,2,-1,-1,-1 +13,1,1,0,0,1,-1,-1,0,-1 +13,0,0,0,1,1,-1,-1,0,-1 +13,0,1,0,1,1,-1,-1,1,-1 +13,0,0,0,0,1,-1,-1,0,-1 +13,0,0,0,1,1,-1,-1,1,-1 +13,0,1,0,0,1,-1,-1,1,-1 +13,1,1,0,0,2,-1,-1,-1,0 +13,0,0,0,1,2,-1,-1,-1,0 +13,0,0,0,1,2,-1,-1,-1,1 +13,0,1,0,1,2,-1,-1,-1,0 +13,0,1,0,2,2,-1,-1,-1,1 +13,1,1,0,1,2,-1,-1,-1,1 +13,0,1,0,0,2,-1,-1,-1,0 +13,0,0,0,1,2,-1,-1,-1,1 +13,0,1,0,1,2,-1,-1,-1,1 +13,1,1,0,0,2,-1,-1,-1,1 +13,0,0,0,0,3,-1,0,-1,-1 +13,1,1,0,0,3,-1,0,-1,-1 +13,1,1,0,0,3,-1,0,-1,-1 +13,1,1,0,0,3,-1,0,-1,-1 +13,0,0,0,0,3,-1,0,-1,-1 +13,0,0,0,0,3,-1,1,-1,-1 +13,1,1,0,0,3,-1,1,-1,-1 +13,1,1,0,0,3,-1,1,-1,-1 +13,0,0,0,0,3,-1,1,-1,-1 +13,0,1,0,0,3,-1,1,-1,-1 +14,1,1,0,0,0,0,-1,-1,-1 +14,1,1,0,0,0,0,-1,-1,-1 +14,1,1,0,0,0,1,-1,-1,-1 +14,1,1,0,0,0,1,-1,-1,-1 +14,0,0,0,0,0,2,-1,-1,-1 +14,0,0,0,0,0,2,-1,-1,-1 +14,1,1,0,0,1,-1,-1,0,-1 +14,1,1,0,1,1,-1,-1,0,-1 +14,1,1,0,1,1,-1,-1,1,-1 +14,1,1,0,0,1,-1,-1,0,-1 +14,1,1,0,1,1,-1,-1,1,-1 +14,1,1,0,0,1,-1,-1,1,-1 +14,1,1,0,0,2,-1,-1,-1,0 +14,1,1,0,1,2,-1,-1,-1,0 +14,1,1,0,1,2,-1,-1,-1,1 +14,1,1,0,1,2,-1,-1,-1,0 +14,1,1,0,2,2,-1,-1,-1,1 +14,1,1,0,1,2,-1,-1,-1,1 +14,1,1,0,0,2,-1,-1,-1,0 +14,0,0,0,1,2,-1,-1,-1,1 +14,0,0,0,1,2,-1,-1,-1,1 +14,0,0,0,0,2,-1,-1,-1,1 +14,0,0,0,0,3,-1,0,-1,-1 +14,0,0,0,0,3,-1,0,-1,-1 +14,0,0,0,0,3,-1,0,-1,-1 +14,1,1,0,0,3,-1,0,-1,-1 +14,0,0,0,0,3,-1,0,-1,-1 +14,0,0,0,0,3,-1,1,-1,-1 +14,0,0,0,0,3,-1,1,-1,-1 +14,1,1,0,0,3,-1,1,-1,-1 +14,0,0,0,0,3,-1,1,-1,-1 +14,0,0,0,0,3,-1,1,-1,-1 +15,1,1,0,0,0,0,-1,-1,-1 +15,1,1,0,0,0,0,-1,-1,-1 +15,1,1,0,0,0,1,-1,-1,-1 +15,1,1,0,0,0,1,-1,-1,-1 +15,1,1,0,0,0,2,-1,-1,-1 +15,1,1,0,0,0,2,-1,-1,-1 +15,0,1,0,0,1,-1,-1,0,-1 +15,1,1,0,1,1,-1,-1,0,-1 +15,1,1,0,1,1,-1,-1,1,-1 +15,1,1,0,0,1,-1,-1,0,-1 +15,1,1,0,1,1,-1,-1,1,-1 +15,0,1,0,0,1,-1,-1,1,-1 +15,1,1,0,0,2,-1,-1,-1,0 +15,1,1,0,1,2,-1,-1,-1,0 +15,1,1,0,1,2,-1,-1,-1,1 +15,1,1,0,1,2,-1,-1,-1,0 +15,1,1,0,2,2,-1,-1,-1,1 +15,1,1,0,1,2,-1,-1,-1,1 +15,1,1,0,0,2,-1,-1,-1,0 +15,1,1,0,1,2,-1,-1,-1,1 +15,1,1,0,1,2,-1,-1,-1,1 +15,1,1,0,0,2,-1,-1,-1,1 +15,1,1,0,0,3,-1,0,-1,-1 +15,1,1,0,0,3,-1,0,-1,-1 +15,1,1,0,0,3,-1,0,-1,-1 +15,0,1,0,0,3,-1,0,-1,-1 +15,0,0,0,0,3,-1,0,-1,-1 +15,1,1,0,0,3,-1,1,-1,-1 +15,1,1,0,0,3,-1,1,-1,-1 +15,1,1,0,0,3,-1,1,-1,-1 +15,0,0,0,0,3,-1,1,-1,-1 +15,0,1,0,0,3,-1,1,-1,-1 +16,0,0,0,0,0,0,-1,-1,-1 +16,0,0,0,0,0,0,-1,-1,-1 +16,0,0,0,0,0,1,-1,-1,-1 +16,0,0,0,0,0,1,-1,-1,-1 +16,0,1,0,0,0,2,-1,-1,-1 +16,0,0,0,0,0,2,-1,-1,-1 +16,0,0,0,0,1,-1,-1,0,-1 +16,0,0,0,1,1,-1,-1,0,-1 +16,0,0,0,1,1,-1,-1,1,-1 +16,0,1,0,0,1,-1,-1,0,-1 +16,0,0,0,1,1,-1,-1,1,-1 +16,0,0,0,0,1,-1,-1,1,-1 +16,0,1,0,0,2,-1,-1,-1,0 +16,0,0,0,1,2,-1,-1,-1,0 +16,0,0,0,1,2,-1,-1,-1,1 +16,0,0,0,1,2,-1,-1,-1,0 +16,0,0,0,2,2,-1,-1,-1,1 +16,0,0,0,1,2,-1,-1,-1,1 +16,0,0,0,0,2,-1,-1,-1,0 +16,0,0,0,1,2,-1,-1,-1,1 +16,0,0,0,1,2,-1,-1,-1,1 +16,0,0,0,0,2,-1,-1,-1,1 +16,0,0,0,0,3,-1,0,-1,-1 +16,0,0,0,0,3,-1,0,-1,-1 +16,0,0,0,0,3,-1,0,-1,-1 +16,0,1,0,0,3,-1,0,-1,-1 +16,0,0,0,0,3,-1,0,-1,-1 +16,0,0,0,0,3,-1,1,-1,-1 +16,0,0,0,0,3,-1,1,-1,-1 +16,0,0,0,0,3,-1,1,-1,-1 +16,0,0,0,0,3,-1,1,-1,-1 +16,1,0,0,0,3,-1,1,-1,-1 +17,1,1,0,0,0,0,-1,-1,-1 +17,1,1,0,0,0,0,-1,-1,-1 +17,1,1,0,0,0,1,-1,-1,-1 +17,1,1,0,0,0,1,-1,-1,-1 +17,1,1,0,0,0,2,-1,-1,-1 +17,0,0,0,0,0,2,-1,-1,-1 +17,1,1,0,0,1,-1,-1,0,-1 +17,1,1,0,1,1,-1,-1,0,-1 +17,0,1,0,1,1,-1,-1,1,-1 +17,1,1,0,0,1,-1,-1,0,-1 +17,1,1,0,1,1,-1,-1,1,-1 +17,1,1,0,0,1,-1,-1,1,-1 +17,1,1,0,0,2,-1,-1,-1,0 +17,1,1,0,1,2,-1,-1,-1,0 +17,1,1,0,1,2,-1,-1,-1,1 +17,1,1,0,1,2,-1,-1,-1,0 +17,1,1,0,2,2,-1,-1,-1,1 +17,1,1,0,1,2,-1,-1,-1,1 +17,1,1,0,0,2,-1,-1,-1,0 +17,1,1,0,1,2,-1,-1,-1,1 +17,1,1,0,1,2,-1,-1,-1,1 +17,1,1,0,0,2,-1,-1,-1,1 +17,0,1,0,0,3,-1,0,-1,-1 +17,1,1,0,0,3,-1,0,-1,-1 +17,1,1,0,0,3,-1,0,-1,-1 +17,1,1,0,0,3,-1,0,-1,-1 +17,0,1,0,0,3,-1,0,-1,-1 +17,0,1,0,0,3,-1,1,-1,-1 +17,0,0,0,0,3,-1,1,-1,-1 +17,1,1,0,0,3,-1,1,-1,-1 +17,1,1,0,0,3,-1,1,-1,-1 +17,0,1,0,0,3,-1,1,-1,-1 +18,1,1,0,0,0,0,-1,-1,-1 +18,1,1,0,0,0,0,-1,-1,-1 +18,1,1,0,0,0,1,-1,-1,-1 +18,1,1,0,0,0,1,-1,-1,-1 +18,0,0,0,0,0,2,-1,-1,-1 +18,0,0,0,0,0,2,-1,-1,-1 +18,1,1,0,0,1,-1,-1,0,-1 +18,0,0,0,1,1,-1,-1,0,-1 +18,0,0,0,1,1,-1,-1,1,-1 +18,0,0,0,0,1,-1,-1,0,-1 +18,0,0,0,1,1,-1,-1,1,-1 +18,0,1,0,0,1,-1,-1,1,-1 +18,1,1,0,0,2,-1,-1,-1,0 +18,0,0,0,1,2,-1,-1,-1,0 +18,0,0,0,1,2,-1,-1,-1,1 +18,0,0,0,1,2,-1,-1,-1,0 +18,0,0,0,2,2,-1,-1,-1,1 +18,0,0,0,1,2,-1,-1,-1,1 +18,0,0,0,0,2,-1,-1,-1,0 +18,0,0,0,1,2,-1,-1,-1,1 +18,0,0,0,1,2,-1,-1,-1,1 +18,0,0,0,0,2,-1,-1,-1,1 +18,0,0,0,0,3,-1,0,-1,-1 +18,1,1,0,0,3,-1,0,-1,-1 +18,0,0,0,0,3,-1,0,-1,-1 +18,1,1,0,0,3,-1,0,-1,-1 +18,1,1,0,0,3,-1,0,-1,-1 +18,0,0,0,0,3,-1,1,-1,-1 +18,0,0,0,0,3,-1,1,-1,-1 +18,0,0,0,0,3,-1,1,-1,-1 +18,0,0,0,0,3,-1,1,-1,-1 +18,0,0,0,0,3,-1,1,-1,-1 +19,1,1,0,0,0,0,-1,-1,-1 +19,1,0,0,0,0,0,-1,-1,-1 +19,1,0,0,0,0,1,-1,-1,-1 +19,1,1,0,0,0,1,-1,-1,-1 +19,1,1,0,0,0,2,-1,-1,-1 +19,0,0,0,0,0,2,-1,-1,-1 +19,0,0,0,0,1,-1,-1,0,-1 +19,0,0,0,1,1,-1,-1,0,-1 +19,0,0,0,1,1,-1,-1,1,-1 +19,0,0,0,0,1,-1,-1,0,-1 +19,0,0,0,1,1,-1,-1,1,-1 +19,0,1,0,0,1,-1,-1,1,-1 +19,0,0,0,0,2,-1,-1,-1,0 +19,0,0,0,1,2,-1,-1,-1,0 +19,0,0,0,1,2,-1,-1,-1,1 +19,0,0,0,1,2,-1,-1,-1,0 +19,0,0,0,2,2,-1,-1,-1,1 +19,0,0,0,1,2,-1,-1,-1,1 +19,0,0,0,0,2,-1,-1,-1,0 +19,0,0,0,1,2,-1,-1,-1,1 +19,0,0,0,1,2,-1,-1,-1,1 +19,0,0,0,0,2,-1,-1,-1,1 +19,0,0,0,0,3,-1,0,-1,-1 +19,0,0,0,0,3,-1,0,-1,-1 +19,0,0,0,0,3,-1,0,-1,-1 +19,0,0,0,0,3,-1,0,-1,-1 +19,1,0,0,0,3,-1,0,-1,-1 +19,0,0,0,0,3,-1,1,-1,-1 +19,0,0,0,0,3,-1,1,-1,-1 +19,0,1,0,0,3,-1,1,-1,-1 +19,0,0,0,0,3,-1,1,-1,-1 +19,0,0,0,0,3,-1,1,-1,-1 +20,1,1,0,0,0,0,-1,-1,-1 +20,1,1,0,0,0,0,-1,-1,-1 +20,1,1,0,0,0,1,-1,-1,-1 +20,1,1,0,0,0,1,-1,-1,-1 +20,1,1,0,0,0,2,-1,-1,-1 +20,1,1,0,0,0,2,-1,-1,-1 +20,1,1,0,0,1,-1,-1,0,-1 +20,1,1,0,1,1,-1,-1,0,-1 +20,1,1,0,1,1,-1,-1,1,-1 +20,1,1,0,0,1,-1,-1,0,-1 +20,1,1,0,1,1,-1,-1,1,-1 +20,1,1,0,0,1,-1,-1,1,-1 +20,1,1,0,0,2,-1,-1,-1,0 +20,1,1,0,1,2,-1,-1,-1,0 +20,1,1,0,1,2,-1,-1,-1,1 +20,1,1,0,1,2,-1,-1,-1,0 +20,1,1,0,2,2,-1,-1,-1,1 +20,1,1,0,1,2,-1,-1,-1,1 +20,1,1,0,0,2,-1,-1,-1,0 +20,1,1,0,1,2,-1,-1,-1,1 +20,1,1,0,1,2,-1,-1,-1,1 +20,0,1,0,0,2,-1,-1,-1,1 +20,1,1,0,0,3,-1,0,-1,-1 +20,1,1,0,0,3,-1,0,-1,-1 +20,1,1,0,0,3,-1,0,-1,-1 +20,1,1,0,0,3,-1,0,-1,-1 +20,0,1,0,0,3,-1,0,-1,-1 +20,1,1,0,0,3,-1,1,-1,-1 +20,1,1,0,0,3,-1,1,-1,-1 +20,1,1,0,0,3,-1,1,-1,-1 +20,1,1,0,0,3,-1,1,-1,-1 +20,0,1,0,0,3,-1,1,-1,-1 +21,1,1,0,0,0,0,-1,-1,-1 +21,1,1,0,0,0,0,-1,-1,-1 +21,1,1,0,0,0,1,-1,-1,-1 +21,1,1,0,0,0,1,-1,-1,-1 +21,1,1,0,0,0,2,-1,-1,-1 +21,0,0,0,0,0,2,-1,-1,-1 +21,1,1,0,0,1,-1,-1,0,-1 +21,0,0,0,1,1,-1,-1,0,-1 +21,0,0,0,1,1,-1,-1,1,-1 +21,0,0,0,0,1,-1,-1,0,-1 +21,0,0,0,1,1,-1,-1,1,-1 +21,0,0,0,0,1,-1,-1,1,-1 +21,1,1,0,0,2,-1,-1,-1,0 +21,1,1,0,1,2,-1,-1,-1,0 +21,1,1,0,1,2,-1,-1,-1,1 +21,0,0,0,1,2,-1,-1,-1,0 +21,0,0,0,2,2,-1,-1,-1,1 +21,0,0,0,1,2,-1,-1,-1,1 +21,0,0,0,0,2,-1,-1,-1,0 +21,0,0,0,1,2,-1,-1,-1,1 +21,0,0,0,1,2,-1,-1,-1,1 +21,0,1,0,0,2,-1,-1,-1,1 +21,0,1,0,0,3,-1,0,-1,-1 +21,0,1,0,0,3,-1,0,-1,-1 +21,0,0,0,0,3,-1,0,-1,-1 +21,0,1,0,0,3,-1,0,-1,-1 +21,0,0,0,0,3,-1,0,-1,-1 +21,0,0,0,0,3,-1,1,-1,-1 +21,0,0,0,0,3,-1,1,-1,-1 +21,0,0,0,0,3,-1,1,-1,-1 +21,0,0,0,0,3,-1,1,-1,-1 +21,0,1,0,0,3,-1,1,-1,-1 +22,1,1,0,0,0,0,-1,-1,-1 +22,1,1,0,0,0,0,-1,-1,-1 +22,1,1,0,0,0,1,-1,-1,-1 +22,1,1,0,0,0,1,-1,-1,-1 +22,1,1,0,0,0,2,-1,-1,-1 +22,1,1,0,0,0,2,-1,-1,-1 +22,1,1,0,0,1,-1,-1,0,-1 +22,1,1,0,1,1,-1,-1,0,-1 +22,1,1,0,1,1,-1,-1,1,-1 +22,1,1,0,0,1,-1,-1,0,-1 +22,0,0,0,1,1,-1,-1,1,-1 +22,0,0,0,0,1,-1,-1,1,-1 +22,0,0,0,0,2,-1,-1,-1,0 +22,1,1,0,1,2,-1,-1,-1,0 +22,0,0,0,1,2,-1,-1,-1,1 +22,0,0,0,1,2,-1,-1,-1,0 +22,1,1,0,2,2,-1,-1,-1,1 +22,0,0,0,1,2,-1,-1,-1,1 +22,1,1,0,0,2,-1,-1,-1,0 +22,1,1,0,1,2,-1,-1,-1,1 +22,1,1,0,1,2,-1,-1,-1,1 +22,1,1,0,0,2,-1,-1,-1,1 +22,1,1,0,0,3,-1,0,-1,-1 +22,1,1,0,0,3,-1,0,-1,-1 +22,1,1,0,0,3,-1,0,-1,-1 +22,1,1,0,0,3,-1,0,-1,-1 +22,0,1,0,0,3,-1,0,-1,-1 +22,0,0,0,0,3,-1,1,-1,-1 +22,0,0,0,0,3,-1,1,-1,-1 +22,1,1,0,0,3,-1,1,-1,-1 +22,0,0,0,0,3,-1,1,-1,-1 +22,0,1,0,0,3,-1,1,-1,-1 +23,1,1,0,0,0,0,-1,-1,-1 +23,1,1,0,0,0,0,-1,-1,-1 +23,1,1,0,0,0,1,-1,-1,-1 +23,1,1,0,0,0,1,-1,-1,-1 +23,1,1,0,0,0,2,-1,-1,-1 +23,1,1,0,0,0,2,-1,-1,-1 +23,1,1,0,0,1,-1,-1,0,-1 +23,1,1,0,1,1,-1,-1,0,-1 +23,1,1,0,1,1,-1,-1,1,-1 +23,1,1,0,0,1,-1,-1,0,-1 +23,1,1,0,1,1,-1,-1,1,-1 +23,1,1,0,0,1,-1,-1,1,-1 +23,1,1,0,0,2,-1,-1,-1,0 +23,1,1,0,1,2,-1,-1,-1,0 +23,0,1,0,1,2,-1,-1,-1,1 +23,1,1,0,1,2,-1,-1,-1,0 +23,0,1,0,2,2,-1,-1,-1,1 +23,1,1,0,1,2,-1,-1,-1,1 +23,1,1,0,0,2,-1,-1,-1,0 +23,0,0,0,1,2,-1,-1,-1,1 +23,1,1,0,1,2,-1,-1,-1,1 +23,1,1,0,0,2,-1,-1,-1,1 +23,0,1,0,0,3,-1,0,-1,-1 +23,1,1,0,0,3,-1,0,-1,-1 +23,1,1,0,0,3,-1,0,-1,-1 +23,0,0,0,0,3,-1,0,-1,-1 +23,0,0,0,0,3,-1,0,-1,-1 +23,1,1,0,0,3,-1,1,-1,-1 +23,1,1,0,0,3,-1,1,-1,-1 +23,1,1,0,0,3,-1,1,-1,-1 +23,0,0,0,0,3,-1,1,-1,-1 +23,0,1,0,0,3,-1,1,-1,-1 +24,1,1,0,0,0,0,-1,-1,-1 +24,1,1,0,0,0,0,-1,-1,-1 +24,1,1,0,0,0,1,-1,-1,-1 +24,1,1,0,0,0,1,-1,-1,-1 +24,1,1,0,0,0,2,-1,-1,-1 +24,1,1,0,0,0,2,-1,-1,-1 +24,0,1,0,0,1,-1,-1,0,-1 +24,0,0,0,1,1,-1,-1,0,-1 +24,0,1,0,1,1,-1,-1,1,-1 +24,0,0,0,0,1,-1,-1,0,-1 +24,0,0,0,1,1,-1,-1,1,-1 +24,1,1,0,0,1,-1,-1,1,-1 +24,0,0,0,0,2,-1,-1,-1,0 +24,0,0,0,1,2,-1,-1,-1,0 +24,0,0,0,1,2,-1,-1,-1,1 +24,0,0,0,1,2,-1,-1,-1,0 +24,0,0,0,2,2,-1,-1,-1,1 +24,1,1,0,1,2,-1,-1,-1,1 +24,1,1,0,0,2,-1,-1,-1,0 +24,0,1,0,1,2,-1,-1,-1,1 +24,0,0,0,1,2,-1,-1,-1,1 +24,0,0,0,0,2,-1,-1,-1,1 +24,0,0,0,0,3,-1,0,-1,-1 +24,1,1,0,0,3,-1,0,-1,-1 +24,1,1,0,0,3,-1,0,-1,-1 +24,1,1,0,0,3,-1,0,-1,-1 +24,0,0,0,0,3,-1,0,-1,-1 +24,0,1,0,0,3,-1,1,-1,-1 +24,0,0,0,0,3,-1,1,-1,-1 +24,1,1,0,0,3,-1,1,-1,-1 +24,0,0,0,0,3,-1,1,-1,-1 +24,0,0,0,0,3,-1,1,-1,-1 +25,1,1,0,0,0,0,-1,-1,-1 +25,1,1,0,0,0,0,-1,-1,-1 +25,1,1,0,0,0,1,-1,-1,-1 +25,1,1,0,0,0,1,-1,-1,-1 +25,1,1,0,0,0,2,-1,-1,-1 +25,1,1,0,0,0,2,-1,-1,-1 +25,1,1,0,0,1,-1,-1,0,-1 +25,1,1,0,1,1,-1,-1,0,-1 +25,1,1,0,1,1,-1,-1,1,-1 +25,1,1,0,0,1,-1,-1,0,-1 +25,1,1,0,1,1,-1,-1,1,-1 +25,1,1,0,0,1,-1,-1,1,-1 +25,1,1,0,0,2,-1,-1,-1,0 +25,1,1,0,1,2,-1,-1,-1,0 +25,1,1,0,1,2,-1,-1,-1,1 +25,1,1,0,1,2,-1,-1,-1,0 +25,1,1,0,2,2,-1,-1,-1,1 +25,1,1,0,1,2,-1,-1,-1,1 +25,1,1,0,0,2,-1,-1,-1,0 +25,1,1,0,1,2,-1,-1,-1,1 +25,1,1,0,1,2,-1,-1,-1,1 +25,1,1,0,0,2,-1,-1,-1,1 +25,1,1,0,0,3,-1,0,-1,-1 +25,1,1,0,0,3,-1,0,-1,-1 +25,1,1,0,0,3,-1,0,-1,-1 +25,1,1,0,0,3,-1,0,-1,-1 +25,0,1,0,0,3,-1,0,-1,-1 +25,0,0,0,0,3,-1,1,-1,-1 +25,1,1,0,0,3,-1,1,-1,-1 +25,1,1,0,0,3,-1,1,-1,-1 +25,1,1,0,0,3,-1,1,-1,-1 +25,0,1,0,0,3,-1,1,-1,-1 +26,1,1,0,0,0,0,-1,-1,-1 +26,1,1,0,0,0,0,-1,-1,-1 +26,1,1,0,0,0,1,-1,-1,-1 +26,1,1,0,0,0,1,-1,-1,-1 +26,1,1,0,0,0,2,-1,-1,-1 +26,1,1,0,0,0,2,-1,-1,-1 +26,1,1,0,0,1,-1,-1,0,-1 +26,1,1,0,1,1,-1,-1,0,-1 +26,1,1,0,1,1,-1,-1,1,-1 +26,1,1,0,0,1,-1,-1,0,-1 +26,1,1,0,1,1,-1,-1,1,-1 +26,1,1,0,0,1,-1,-1,1,-1 +26,1,1,0,0,2,-1,-1,-1,0 +26,1,1,0,1,2,-1,-1,-1,0 +26,1,1,0,1,2,-1,-1,-1,1 +26,1,1,0,1,2,-1,-1,-1,0 +26,1,1,0,2,2,-1,-1,-1,1 +26,0,1,0,1,2,-1,-1,-1,1 +26,1,1,0,0,2,-1,-1,-1,0 +26,1,1,0,1,2,-1,-1,-1,1 +26,1,1,0,1,2,-1,-1,-1,1 +26,1,1,0,0,2,-1,-1,-1,1 +26,1,1,0,0,3,-1,0,-1,-1 +26,1,1,0,0,3,-1,0,-1,-1 +26,1,1,0,0,3,-1,0,-1,-1 +26,1,1,0,0,3,-1,0,-1,-1 +26,1,1,0,0,3,-1,0,-1,-1 +26,0,1,0,0,3,-1,1,-1,-1 +26,1,1,0,0,3,-1,1,-1,-1 +26,0,0,0,0,3,-1,1,-1,-1 +26,0,1,0,0,3,-1,1,-1,-1 +26,0,0,0,0,3,-1,1,-1,-1 +27,1,1,0,0,0,0,-1,-1,-1 +27,1,1,0,0,0,0,-1,-1,-1 +27,1,1,0,0,0,1,-1,-1,-1 +27,1,1,0,0,0,1,-1,-1,-1 +27,1,1,0,0,0,2,-1,-1,-1 +27,1,1,0,0,0,2,-1,-1,-1 +27,1,1,0,0,1,-1,-1,0,-1 +27,1,1,0,1,1,-1,-1,0,-1 +27,1,1,0,1,1,-1,-1,1,-1 +27,1,1,0,0,1,-1,-1,0,-1 +27,0,1,0,1,1,-1,-1,1,-1 +27,1,1,0,0,1,-1,-1,1,-1 +27,1,1,0,0,2,-1,-1,-1,0 +27,0,1,0,1,2,-1,-1,-1,0 +27,1,1,0,1,2,-1,-1,-1,1 +27,1,1,0,1,2,-1,-1,-1,0 +27,1,1,0,2,2,-1,-1,-1,1 +27,1,1,0,1,2,-1,-1,-1,1 +27,1,1,0,0,2,-1,-1,-1,0 +27,1,1,0,1,2,-1,-1,-1,1 +27,1,1,0,1,2,-1,-1,-1,1 +27,0,1,0,0,2,-1,-1,-1,1 +27,0,1,0,0,3,-1,0,-1,-1 +27,1,1,0,0,3,-1,0,-1,-1 +27,1,1,0,0,3,-1,0,-1,-1 +27,1,1,0,0,3,-1,0,-1,-1 +27,1,1,0,0,3,-1,0,-1,-1 +27,0,0,0,0,3,-1,1,-1,-1 +27,1,1,0,0,3,-1,1,-1,-1 +27,1,1,0,0,3,-1,1,-1,-1 +27,0,0,0,0,3,-1,1,-1,-1 +27,0,1,0,0,3,-1,1,-1,-1 +28,1,1,0,0,0,0,-1,-1,-1 +28,1,1,0,0,0,0,-1,-1,-1 +28,1,1,0,0,0,1,-1,-1,-1 +28,1,1,0,0,0,1,-1,-1,-1 +28,0,0,0,0,0,2,-1,-1,-1 +28,0,0,0,0,0,2,-1,-1,-1 +28,1,1,0,0,1,-1,-1,0,-1 +28,1,1,0,1,1,-1,-1,0,-1 +28,0,0,0,1,1,-1,-1,1,-1 +28,1,1,0,0,1,-1,-1,0,-1 +28,0,0,0,1,1,-1,-1,1,-1 +28,0,0,0,0,1,-1,-1,1,-1 +28,1,1,0,0,2,-1,-1,-1,0 +28,0,0,0,1,2,-1,-1,-1,0 +28,0,0,0,1,2,-1,-1,-1,1 +28,0,0,0,1,2,-1,-1,-1,0 +28,0,0,0,2,2,-1,-1,-1,1 +28,0,0,0,1,2,-1,-1,-1,1 +28,1,1,0,0,2,-1,-1,-1,0 +28,0,0,0,1,2,-1,-1,-1,1 +28,0,0,0,1,2,-1,-1,-1,1 +28,0,1,0,0,2,-1,-1,-1,1 +28,1,1,0,0,3,-1,0,-1,-1 +28,1,1,0,0,3,-1,0,-1,-1 +28,1,1,0,0,3,-1,0,-1,-1 +28,1,1,0,0,3,-1,0,-1,-1 +28,0,0,0,0,3,-1,0,-1,-1 +28,0,0,0,0,3,-1,1,-1,-1 +28,0,0,0,0,3,-1,1,-1,-1 +28,1,1,0,0,3,-1,1,-1,-1 +28,0,0,0,0,3,-1,1,-1,-1 +28,0,0,0,0,3,-1,1,-1,-1 +29,1,1,0,0,0,0,-1,-1,-1 +29,1,1,0,0,0,0,-1,-1,-1 +29,1,1,0,0,0,1,-1,-1,-1 +29,1,1,0,0,0,1,-1,-1,-1 +29,0,0,0,0,0,2,-1,-1,-1 +29,1,1,0,0,0,2,-1,-1,-1 +29,1,1,0,0,1,-1,-1,0,-1 +29,1,1,0,1,1,-1,-1,0,-1 +29,0,0,0,1,1,-1,-1,1,-1 +29,1,1,0,0,1,-1,-1,0,-1 +29,0,0,0,1,1,-1,-1,1,-1 +29,0,0,0,0,1,-1,-1,1,-1 +29,1,1,0,0,2,-1,-1,-1,0 +29,0,1,0,1,2,-1,-1,-1,0 +29,1,1,0,1,2,-1,-1,-1,1 +29,0,0,0,1,2,-1,-1,-1,0 +29,0,0,0,2,2,-1,-1,-1,1 +29,0,0,0,1,2,-1,-1,-1,1 +29,0,0,0,0,2,-1,-1,-1,0 +29,0,0,0,1,2,-1,-1,-1,1 +29,0,0,0,1,2,-1,-1,-1,1 +29,0,0,0,0,2,-1,-1,-1,1 +29,1,0,0,0,3,-1,0,-1,-1 +29,1,1,0,0,3,-1,0,-1,-1 +29,0,0,0,0,3,-1,0,-1,-1 +29,1,1,0,0,3,-1,0,-1,-1 +29,0,0,0,0,3,-1,0,-1,-1 +29,0,1,0,0,3,-1,1,-1,-1 +29,0,0,0,0,3,-1,1,-1,-1 +29,0,0,0,0,3,-1,1,-1,-1 +29,0,0,0,0,3,-1,1,-1,-1 +29,0,0,0,0,3,-1,1,-1,-1 +30,1,1,0,0,0,0,-1,-1,-1 +30,1,1,0,0,0,0,-1,-1,-1 +30,1,1,0,0,0,1,-1,-1,-1 +30,1,1,0,0,0,1,-1,-1,-1 +30,1,1,0,0,0,2,-1,-1,-1 +30,1,1,0,0,0,2,-1,-1,-1 +30,1,1,0,0,1,-1,-1,0,-1 +30,1,1,0,1,1,-1,-1,0,-1 +30,1,1,0,1,1,-1,-1,1,-1 +30,1,1,0,0,1,-1,-1,0,-1 +30,1,1,0,1,1,-1,-1,1,-1 +30,1,1,0,0,1,-1,-1,1,-1 +30,1,1,0,0,2,-1,-1,-1,0 +30,1,1,0,1,2,-1,-1,-1,0 +30,1,0,0,1,2,-1,-1,-1,1 +30,1,1,0,1,2,-1,-1,-1,0 +30,1,1,0,2,2,-1,-1,-1,1 +30,1,1,0,1,2,-1,-1,-1,1 +30,1,1,0,0,2,-1,-1,-1,0 +30,1,1,0,1,2,-1,-1,-1,1 +30,1,1,0,1,2,-1,-1,-1,1 +30,1,1,0,0,2,-1,-1,-1,1 +30,0,1,0,0,3,-1,0,-1,-1 +30,1,1,0,0,3,-1,0,-1,-1 +30,1,1,0,0,3,-1,0,-1,-1 +30,1,1,0,0,3,-1,0,-1,-1 +30,0,0,0,0,3,-1,0,-1,-1 +30,1,1,0,0,3,-1,1,-1,-1 +30,1,1,0,0,3,-1,1,-1,-1 +30,1,1,0,0,3,-1,1,-1,-1 +30,0,0,0,0,3,-1,1,-1,-1 +30,0,0,0,0,3,-1,1,-1,-1 +31,1,1,0,0,0,0,-1,-1,-1 +31,1,1,0,0,0,0,-1,-1,-1 +31,1,1,0,0,0,1,-1,-1,-1 +31,1,1,0,0,0,1,-1,-1,-1 +31,1,1,0,0,0,2,-1,-1,-1 +31,1,1,0,0,0,2,-1,-1,-1 +31,1,1,0,0,1,-1,-1,0,-1 +31,0,0,0,1,1,-1,-1,0,-1 +31,0,0,0,1,1,-1,-1,1,-1 +31,0,0,0,0,1,-1,-1,0,-1 +31,0,0,0,1,1,-1,-1,1,-1 +31,1,1,0,0,1,-1,-1,1,-1 +31,1,1,0,0,2,-1,-1,-1,0 +31,1,1,0,1,2,-1,-1,-1,0 +31,1,1,0,1,2,-1,-1,-1,1 +31,1,1,0,1,2,-1,-1,-1,0 +31,1,1,0,2,2,-1,-1,-1,1 +31,0,1,0,1,2,-1,-1,-1,1 +31,0,0,0,0,2,-1,-1,-1,0 +31,0,1,0,1,2,-1,-1,-1,1 +31,1,1,0,1,2,-1,-1,-1,1 +31,1,1,0,0,2,-1,-1,-1,1 +31,0,0,0,0,3,-1,0,-1,-1 +31,0,0,0,0,3,-1,0,-1,-1 +31,0,1,0,0,3,-1,0,-1,-1 +31,0,0,0,0,3,-1,0,-1,-1 +31,0,0,0,0,3,-1,0,-1,-1 +31,0,0,0,0,3,-1,1,-1,-1 +31,1,1,0,0,3,-1,1,-1,-1 +31,0,0,0,0,3,-1,1,-1,-1 +31,0,0,0,0,3,-1,1,-1,-1 +31,0,0,0,0,3,-1,1,-1,-1 +32,1,1,0,0,0,0,-1,-1,-1 +32,1,1,0,0,0,0,-1,-1,-1 +32,1,1,0,0,0,1,-1,-1,-1 +32,1,1,0,0,0,1,-1,-1,-1 +32,1,1,0,0,0,2,-1,-1,-1 +32,1,1,0,0,0,2,-1,-1,-1 +32,1,1,0,0,1,-1,-1,0,-1 +32,1,1,0,1,1,-1,-1,0,-1 +32,1,1,0,1,1,-1,-1,1,-1 +32,1,1,0,0,1,-1,-1,0,-1 +32,1,1,0,1,1,-1,-1,1,-1 +32,1,1,0,0,1,-1,-1,1,-1 +32,1,1,0,0,2,-1,-1,-1,0 +32,1,1,0,1,2,-1,-1,-1,0 +32,1,1,0,1,2,-1,-1,-1,1 +32,1,1,0,1,2,-1,-1,-1,0 +32,1,1,0,2,2,-1,-1,-1,1 +32,1,1,0,1,2,-1,-1,-1,1 +32,1,1,0,0,2,-1,-1,-1,0 +32,1,1,0,1,2,-1,-1,-1,1 +32,1,1,0,1,2,-1,-1,-1,1 +32,1,1,0,0,2,-1,-1,-1,1 +32,1,1,0,0,3,-1,0,-1,-1 +32,1,1,0,0,3,-1,0,-1,-1 +32,1,1,0,0,3,-1,0,-1,-1 +32,1,1,0,0,3,-1,0,-1,-1 +32,1,1,0,0,3,-1,0,-1,-1 +32,1,1,0,0,3,-1,1,-1,-1 +32,1,1,0,0,3,-1,1,-1,-1 +32,1,1,0,0,3,-1,1,-1,-1 +32,1,1,0,0,3,-1,1,-1,-1 +32,1,1,0,0,3,-1,1,-1,-1 +33,1,1,0,0,0,0,-1,-1,-1 +33,1,1,0,0,0,0,-1,-1,-1 +33,1,1,0,0,0,1,-1,-1,-1 +33,1,1,0,0,0,1,-1,-1,-1 +33,1,1,0,0,0,2,-1,-1,-1 +33,1,1,0,0,0,2,-1,-1,-1 +33,1,1,0,0,1,-1,-1,0,-1 +33,0,1,0,1,1,-1,-1,0,-1 +33,1,1,0,1,1,-1,-1,1,-1 +33,0,0,0,0,1,-1,-1,0,-1 +33,0,1,0,1,1,-1,-1,1,-1 +33,0,0,0,0,1,-1,-1,1,-1 +33,1,1,0,0,2,-1,-1,-1,0 +33,0,0,0,1,2,-1,-1,-1,0 +33,1,1,0,1,2,-1,-1,-1,1 +33,0,1,0,1,2,-1,-1,-1,0 +33,0,1,0,2,2,-1,-1,-1,1 +33,1,1,0,1,2,-1,-1,-1,1 +33,1,1,0,0,2,-1,-1,-1,0 +33,1,1,0,1,2,-1,-1,-1,1 +33,0,0,0,1,2,-1,-1,-1,1 +33,1,1,0,0,2,-1,-1,-1,1 +33,0,0,0,0,3,-1,0,-1,-1 +33,1,0,0,0,3,-1,0,-1,-1 +33,0,0,0,0,3,-1,0,-1,-1 +33,1,1,0,0,3,-1,0,-1,-1 +33,0,0,0,0,3,-1,0,-1,-1 +33,0,1,0,0,3,-1,1,-1,-1 +33,0,0,0,0,3,-1,1,-1,-1 +33,1,1,0,0,3,-1,1,-1,-1 +33,0,0,0,0,3,-1,1,-1,-1 +33,0,0,0,0,3,-1,1,-1,-1 +34,1,1,0,0,0,0,-1,-1,-1 +34,1,1,0,0,0,0,-1,-1,-1 +34,1,1,0,0,0,1,-1,-1,-1 +34,1,1,0,0,0,1,-1,-1,-1 +34,1,1,0,0,0,2,-1,-1,-1 +34,1,1,0,0,0,2,-1,-1,-1 +34,0,0,0,0,1,-1,-1,0,-1 +34,1,1,0,1,1,-1,-1,0,-1 +34,0,1,0,1,1,-1,-1,1,-1 +34,0,0,0,0,1,-1,-1,0,-1 +34,0,0,0,1,1,-1,-1,1,-1 +34,0,1,0,0,1,-1,-1,1,-1 +34,1,1,0,0,2,-1,-1,-1,0 +34,0,0,0,1,2,-1,-1,-1,0 +34,0,0,0,1,2,-1,-1,-1,1 +34,0,0,0,1,2,-1,-1,-1,0 +34,0,0,0,2,2,-1,-1,-1,1 +34,0,0,0,1,2,-1,-1,-1,1 +34,0,0,0,0,2,-1,-1,-1,0 +34,0,0,0,1,2,-1,-1,-1,1 +34,0,0,0,1,2,-1,-1,-1,1 +34,0,0,0,0,2,-1,-1,-1,1 +34,0,0,0,0,3,-1,0,-1,-1 +34,1,1,0,0,3,-1,0,-1,-1 +34,0,0,0,0,3,-1,0,-1,-1 +34,0,0,0,0,3,-1,0,-1,-1 +34,0,1,0,0,3,-1,0,-1,-1 +34,0,0,0,0,3,-1,1,-1,-1 +34,1,1,0,0,3,-1,1,-1,-1 +34,0,0,0,0,3,-1,1,-1,-1 +34,1,1,0,0,3,-1,1,-1,-1 +34,0,0,0,0,3,-1,1,-1,-1 +35,1,1,0,0,0,0,-1,-1,-1 +35,1,1,0,0,0,0,-1,-1,-1 +35,1,1,0,0,0,1,-1,-1,-1 +35,1,1,0,0,0,1,-1,-1,-1 +35,1,1,0,0,0,2,-1,-1,-1 +35,1,1,0,0,0,2,-1,-1,-1 +35,0,0,0,0,1,-1,-1,0,-1 +35,0,0,0,1,1,-1,-1,0,-1 +35,1,1,0,1,1,-1,-1,1,-1 +35,1,1,0,0,1,-1,-1,0,-1 +35,1,1,0,1,1,-1,-1,1,-1 +35,0,1,0,0,1,-1,-1,1,-1 +35,1,1,0,0,2,-1,-1,-1,0 +35,0,0,0,1,2,-1,-1,-1,0 +35,1,1,0,1,2,-1,-1,-1,1 +35,0,1,0,1,2,-1,-1,-1,0 +35,1,1,0,2,2,-1,-1,-1,1 +35,1,1,0,1,2,-1,-1,-1,1 +35,1,1,0,0,2,-1,-1,-1,0 +35,0,0,0,1,2,-1,-1,-1,1 +35,1,1,0,1,2,-1,-1,-1,1 +35,1,1,0,0,2,-1,-1,-1,1 +35,1,1,0,0,3,-1,0,-1,-1 +35,1,1,0,0,3,-1,0,-1,-1 +35,1,1,0,0,3,-1,0,-1,-1 +35,1,1,0,0,3,-1,0,-1,-1 +35,0,0,0,0,3,-1,0,-1,-1 +35,0,0,0,0,3,-1,1,-1,-1 +35,1,1,0,0,3,-1,1,-1,-1 +35,1,1,0,0,3,-1,1,-1,-1 +35,0,0,0,0,3,-1,1,-1,-1 +35,0,0,0,0,3,-1,1,-1,-1 +36,1,1,0,0,0,0,-1,-1,-1 +36,1,1,0,0,0,0,-1,-1,-1 +36,1,1,0,0,0,1,-1,-1,-1 +36,1,1,0,0,0,1,-1,-1,-1 +36,1,1,0,0,0,2,-1,-1,-1 +36,1,1,0,0,0,2,-1,-1,-1 +36,1,1,0,0,1,-1,-1,0,-1 +36,1,1,0,1,1,-1,-1,0,-1 +36,1,1,0,1,1,-1,-1,1,-1 +36,1,1,0,0,1,-1,-1,0,-1 +36,0,0,0,1,1,-1,-1,1,-1 +36,0,0,0,0,1,-1,-1,1,-1 +36,1,1,0,0,2,-1,-1,-1,0 +36,1,1,0,1,2,-1,-1,-1,0 +36,1,1,0,1,2,-1,-1,-1,1 +36,1,1,0,1,2,-1,-1,-1,0 +36,0,1,0,2,2,-1,-1,-1,1 +36,1,1,0,1,2,-1,-1,-1,1 +36,1,1,0,0,2,-1,-1,-1,0 +36,0,0,0,1,2,-1,-1,-1,1 +36,1,1,0,1,2,-1,-1,-1,1 +36,1,1,0,0,2,-1,-1,-1,1 +36,0,1,0,0,3,-1,0,-1,-1 +36,1,1,0,0,3,-1,0,-1,-1 +36,1,1,0,0,3,-1,0,-1,-1 +36,1,1,0,0,3,-1,0,-1,-1 +36,1,1,0,0,3,-1,0,-1,-1 +36,1,1,0,0,3,-1,1,-1,-1 +36,1,1,0,0,3,-1,1,-1,-1 +36,1,1,0,0,3,-1,1,-1,-1 +36,1,1,0,0,3,-1,1,-1,-1 +36,1,1,0,0,3,-1,1,-1,-1 +37,1,1,0,0,0,0,-1,-1,-1 +37,1,1,0,0,0,0,-1,-1,-1 +37,1,1,0,0,0,1,-1,-1,-1 +37,1,1,0,0,0,1,-1,-1,-1 +37,1,1,0,0,0,2,-1,-1,-1 +37,0,0,0,0,0,2,-1,-1,-1 +37,0,0,0,0,1,-1,-1,0,-1 +37,1,1,0,1,1,-1,-1,0,-1 +37,0,0,0,1,1,-1,-1,1,-1 +37,0,1,0,0,1,-1,-1,0,-1 +37,0,0,0,1,1,-1,-1,1,-1 +37,0,0,0,0,1,-1,-1,1,-1 +37,0,0,0,0,2,-1,-1,-1,0 +37,0,0,0,1,2,-1,-1,-1,0 +37,0,0,0,1,2,-1,-1,-1,1 +37,0,0,0,1,2,-1,-1,-1,0 +37,0,0,0,2,2,-1,-1,-1,1 +37,1,1,0,1,2,-1,-1,-1,1 +37,0,0,0,0,2,-1,-1,-1,0 +37,0,0,0,1,2,-1,-1,-1,1 +37,0,0,0,1,2,-1,-1,-1,1 +37,0,0,0,0,2,-1,-1,-1,1 +37,0,1,0,0,3,-1,0,-1,-1 +37,0,0,0,0,3,-1,0,-1,-1 +37,0,0,0,0,3,-1,0,-1,-1 +37,0,1,0,0,3,-1,0,-1,-1 +37,1,1,0,0,3,-1,0,-1,-1 +37,1,1,0,0,3,-1,1,-1,-1 +37,0,0,0,0,3,-1,1,-1,-1 +37,0,0,0,0,3,-1,1,-1,-1 +37,0,0,0,0,3,-1,1,-1,-1 +37,0,0,0,0,3,-1,1,-1,-1 +38,1,1,0,0,0,0,-1,-1,-1 +38,1,1,0,0,0,0,-1,-1,-1 +38,1,1,0,0,0,1,-1,-1,-1 +38,1,1,0,0,0,1,-1,-1,-1 +38,1,1,0,0,0,2,-1,-1,-1 +38,1,1,0,0,0,2,-1,-1,-1 +38,1,1,0,0,1,-1,-1,0,-1 +38,1,1,0,1,1,-1,-1,0,-1 +38,1,1,0,1,1,-1,-1,1,-1 +38,1,1,0,0,1,-1,-1,0,-1 +38,1,1,0,1,1,-1,-1,1,-1 +38,1,1,0,0,1,-1,-1,1,-1 +38,1,1,0,0,2,-1,-1,-1,0 +38,1,1,0,1,2,-1,-1,-1,0 +38,1,1,0,1,2,-1,-1,-1,1 +38,1,1,0,1,2,-1,-1,-1,0 +38,1,1,0,2,2,-1,-1,-1,1 +38,1,1,0,1,2,-1,-1,-1,1 +38,1,1,0,0,2,-1,-1,-1,0 +38,0,1,0,1,2,-1,-1,-1,1 +38,0,0,0,1,2,-1,-1,-1,1 +38,1,1,0,0,2,-1,-1,-1,1 +38,0,1,0,0,3,-1,0,-1,-1 +38,1,1,0,0,3,-1,0,-1,-1 +38,1,1,0,0,3,-1,0,-1,-1 +38,1,1,0,0,3,-1,0,-1,-1 +38,0,0,0,0,3,-1,0,-1,-1 +38,1,1,0,0,3,-1,1,-1,-1 +38,1,1,0,0,3,-1,1,-1,-1 +38,1,1,0,0,3,-1,1,-1,-1 +38,0,0,0,0,3,-1,1,-1,-1 +38,0,1,0,0,3,-1,1,-1,-1 +39,1,1,0,0,0,0,-1,-1,-1 +39,1,1,0,0,0,0,-1,-1,-1 +39,1,1,0,0,0,1,-1,-1,-1 +39,1,1,0,0,0,1,-1,-1,-1 +39,1,1,0,0,0,2,-1,-1,-1 +39,0,0,0,0,0,2,-1,-1,-1 +39,1,1,0,0,1,-1,-1,0,-1 +39,0,0,0,1,1,-1,-1,0,-1 +39,1,1,0,1,1,-1,-1,1,-1 +39,1,1,0,0,1,-1,-1,0,-1 +39,1,1,0,1,1,-1,-1,1,-1 +39,0,1,0,0,1,-1,-1,1,-1 +39,1,1,0,0,2,-1,-1,-1,0 +39,1,1,0,1,2,-1,-1,-1,0 +39,1,1,0,1,2,-1,-1,-1,1 +39,1,1,0,1,2,-1,-1,-1,0 +39,1,1,0,2,2,-1,-1,-1,1 +39,0,0,0,1,2,-1,-1,-1,1 +39,1,1,0,0,2,-1,-1,-1,0 +39,0,1,0,1,2,-1,-1,-1,1 +39,1,1,0,1,2,-1,-1,-1,1 +39,1,1,0,0,2,-1,-1,-1,1 +39,0,0,0,0,3,-1,0,-1,-1 +39,0,0,0,0,3,-1,0,-1,-1 +39,0,0,0,0,3,-1,0,-1,-1 +39,0,0,0,0,3,-1,0,-1,-1 +39,0,0,0,0,3,-1,0,-1,-1 +39,0,0,0,0,3,-1,1,-1,-1 +39,0,0,0,0,3,-1,1,-1,-1 +39,0,0,0,0,3,-1,1,-1,-1 +39,0,0,0,0,3,-1,1,-1,-1 +39,0,0,0,0,3,-1,1,-1,-1 +40,1,1,0,0,0,0,-1,-1,-1 +40,1,1,0,0,0,0,-1,-1,-1 +40,1,1,0,0,0,1,-1,-1,-1 +40,1,1,0,0,0,1,-1,-1,-1 +40,1,1,0,0,0,2,-1,-1,-1 +40,0,0,0,0,0,2,-1,-1,-1 +40,1,1,0,0,1,-1,-1,0,-1 +40,0,0,0,1,1,-1,-1,0,-1 +40,0,0,0,1,1,-1,-1,1,-1 +40,1,1,0,0,1,-1,-1,0,-1 +40,0,0,0,1,1,-1,-1,1,-1 +40,0,0,0,0,1,-1,-1,1,-1 +40,0,0,0,0,2,-1,-1,-1,0 +40,0,0,0,1,2,-1,-1,-1,0 +40,0,0,0,1,2,-1,-1,-1,1 +40,0,1,0,1,2,-1,-1,-1,0 +40,0,0,0,2,2,-1,-1,-1,1 +40,0,0,0,1,2,-1,-1,-1,1 +40,0,0,0,0,2,-1,-1,-1,0 +40,0,0,0,1,2,-1,-1,-1,1 +40,0,0,0,1,2,-1,-1,-1,1 +40,0,0,0,0,2,-1,-1,-1,1 +40,0,0,0,0,3,-1,0,-1,-1 +40,1,1,0,0,3,-1,0,-1,-1 +40,1,1,0,0,3,-1,0,-1,-1 +40,0,0,0,0,3,-1,0,-1,-1 +40,0,0,0,0,3,-1,0,-1,-1 +40,0,0,0,0,3,-1,1,-1,-1 +40,1,1,0,0,3,-1,1,-1,-1 +40,1,1,0,0,3,-1,1,-1,-1 +40,0,0,0,0,3,-1,1,-1,-1 +40,0,0,0,0,3,-1,1,-1,-1 +41,1,1,0,0,0,0,-1,-1,-1 +41,1,1,0,0,0,0,-1,-1,-1 +41,1,1,0,0,0,1,-1,-1,-1 +41,1,1,0,0,0,1,-1,-1,-1 +41,1,1,0,0,0,2,-1,-1,-1 +41,1,1,0,0,0,2,-1,-1,-1 +41,1,1,0,0,1,-1,-1,0,-1 +41,1,1,0,1,1,-1,-1,0,-1 +41,1,1,0,1,1,-1,-1,1,-1 +41,1,1,0,0,1,-1,-1,0,-1 +41,1,1,0,1,1,-1,-1,1,-1 +41,1,1,0,0,1,-1,-1,1,-1 +41,1,1,0,0,2,-1,-1,-1,0 +41,0,0,0,1,2,-1,-1,-1,0 +41,1,1,0,1,2,-1,-1,-1,1 +41,0,0,0,1,2,-1,-1,-1,0 +41,0,1,0,2,2,-1,-1,-1,1 +41,1,1,0,1,2,-1,-1,-1,1 +41,1,1,0,0,2,-1,-1,-1,0 +41,1,1,0,1,2,-1,-1,-1,1 +41,0,1,0,1,2,-1,-1,-1,1 +41,0,0,0,0,2,-1,-1,-1,1 +41,1,1,0,0,3,-1,0,-1,-1 +41,1,1,0,0,3,-1,0,-1,-1 +41,1,1,0,0,3,-1,0,-1,-1 +41,0,0,0,0,3,-1,0,-1,-1 +41,0,0,0,0,3,-1,0,-1,-1 +41,1,1,0,0,3,-1,1,-1,-1 +41,0,0,0,0,3,-1,1,-1,-1 +41,0,0,0,0,3,-1,1,-1,-1 +41,0,0,0,0,3,-1,1,-1,-1 +41,0,0,0,0,3,-1,1,-1,-1 +42,1,1,0,0,0,0,-1,-1,-1 +42,1,1,0,0,0,0,-1,-1,-1 +42,1,1,0,0,0,1,-1,-1,-1 +42,1,1,0,0,0,1,-1,-1,-1 +42,0,0,0,0,0,2,-1,-1,-1 +42,0,0,0,0,0,2,-1,-1,-1 +42,1,1,0,0,1,-1,-1,0,-1 +42,1,1,0,1,1,-1,-1,0,-1 +42,1,1,0,1,1,-1,-1,1,-1 +42,1,1,0,0,1,-1,-1,0,-1 +42,0,0,0,1,1,-1,-1,1,-1 +42,0,0,0,0,1,-1,-1,1,-1 +42,1,1,0,0,2,-1,-1,-1,0 +42,1,1,0,1,2,-1,-1,-1,0 +42,0,0,0,1,2,-1,-1,-1,1 +42,1,1,0,1,2,-1,-1,-1,0 +42,1,1,0,2,2,-1,-1,-1,1 +42,1,0,0,1,2,-1,-1,-1,1 +42,1,1,0,0,2,-1,-1,-1,0 +42,0,0,0,1,2,-1,-1,-1,1 +42,0,0,0,1,2,-1,-1,-1,1 +42,0,0,0,0,2,-1,-1,-1,1 +42,0,0,0,0,3,-1,0,-1,-1 +42,0,0,0,0,3,-1,0,-1,-1 +42,0,0,0,0,3,-1,0,-1,-1 +42,0,0,0,0,3,-1,0,-1,-1 +42,0,1,0,0,3,-1,0,-1,-1 +42,0,0,0,0,3,-1,1,-1,-1 +42,0,0,0,0,3,-1,1,-1,-1 +42,0,0,0,0,3,-1,1,-1,-1 +42,0,1,0,0,3,-1,1,-1,-1 +42,0,0,0,0,3,-1,1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,0,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,1,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,0,2,-1,-1,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,0,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,0,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,0,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,0,0,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,1,1,1,0,1,-1,-1,0,-1 +43,0,1,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,1,1,1,1,-1,-1,1,-1 +43,0,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,0,1,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,1,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,1,1,1,1,-1,-1,1,-1 +43,0,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,0,1,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,0,0,1,1,1,-1,-1,1,-1 +43,1,1,1,1,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,0,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,0,1,1,0,1,-1,-1,1,-1 +43,0,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,0,0,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,0,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,1,-1,-1,1,-1 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,0,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,0,0,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,0 +43,1,1,1,1,2,-1,-1,-1,0 +43,1,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,0,1,2,2,-1,-1,-1,1 +43,0,0,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,1,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,1,1,2,2,-1,-1,-1,1 +43,0,0,1,2,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,0,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,0,0,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,0,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,0,0,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,0,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,1,1,1,0,2,-1,-1,-1,0 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,1,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,1,1,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,0,0,1,1,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,0,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,0,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,0,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,0,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,0,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,0,1,1,0,2,-1,-1,-1,1 +43,0,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,2,-1,-1,-1,1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,0,0,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,0,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,0,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,0,1,1,0,3,-1,0,-1,-1 +43,0,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,0,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,0,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,0,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,1,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,1,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,1,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,1,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 +43,0,0,1,0,3,-1,1,-1,-1 diff --git a/digit_matrices/results/webb_original/exp1_create_stats_dset.py b/digit_matrices/results/webb_original/exp1_create_stats_dset.py new file mode 100644 index 0000000..5f0c9de --- /dev/null +++ b/digit_matrices/results/webb_original/exp1_create_stats_dset.py @@ -0,0 +1,215 @@ +import numpy as np +import csv +import builtins + +# Load human behavioral data +human_data = np.load('./ind_subj_results.npz') +all_human_gen_correct_pred = human_data['all_subj_gen_correct_pred'] +all_human_MC_correct_pred = human_data['all_subj_MC_correct_pred'] +N_subj = all_human_gen_correct_pred.shape[0] +N_prob = all_human_gen_correct_pred.shape[1] +# Load data about # of unique relations in each problem +N_unique_rules_2rule_prob = np.load('./N_unique_rules_2rule_prob.npz')['N_unique_rules'] +N_unique_rules_3rule_prob = np.load('./N_unique_rules_3rule_prob.npz')['N_unique_rules'] +# Create dataset +subjID = [] +gen_correct_pred = [] +MC_correct_pred = [] +human_vs_gpt = [] +N_unique_rules = [] +prob_type = [] +onerule_rule_type = [] +tworule_prog_noprog = [] +threerule_prog_noprog = [] +aligned_permuted = [] +for s in range(N_subj): + for p in range(N_prob): + # Subject ID + subjID.append(s) + # Correct prediction + gen_correct_pred.append(all_human_gen_correct_pred[s,p]) + MC_correct_pred.append(all_human_MC_correct_pred[s,p]) + # Human vs. GPT-3 + human_vs_gpt.append(0) + # Problem-type specific variables + # One-rule problems + if p < 6: + # Problem type + prob_type.append(0) + # Number of unique rules + N_unique_rules.append(0) + # Rule type + # Constant rule + if p == 0 or p == 1: + onerule_rule_type.append(0) + # Distribution-of-3 rule + elif p == 2 or p == 3: + onerule_rule_type.append(1) + # Progression rule + elif p == 4 or p == 5: + onerule_rule_type.append(2) + # Dummy code for aligned vs. permuted (logic rules only) + aligned_permuted.append(-1) + # Dummy code for two-rule progression vs. no progression + tworule_prog_noprog.append(-1) + threerule_prog_noprog.append(-1) + # Two-rule problems + elif p >= 6 and p < 12: + # Problem type + prob_type.append(1) + # Dummy code for one-rule rule type + onerule_rule_type.append(-1) + # Dummy code for aligned vs. permuted (logic rules only) + aligned_permuted.append(-1) + # Number of unique rules + N_unique_rules.append(N_unique_rules_2rule_prob[p-6] - 1) + # Progression rule present + if p == 6 or p == 7 or p == 9: + tworule_prog_noprog.append(0) + elif p == 8 or p == 10 or p == 11: + tworule_prog_noprog.append(1) + threerule_prog_noprog.append(-1) + # Three-rule problems + elif p >= 12 and p < 22: + # Problem type + prob_type.append(2) + # Dummy code for one-rule rule type + onerule_rule_type.append(-1) + # Dummy code for aligned vs. permuted (logic rules only) + aligned_permuted.append(-1) + # Number of unique rules + N_unique_rules.append(N_unique_rules_3rule_prob[p-12] - 1) + # Dummy code for two-rule progression vs. no progression + tworule_prog_noprog.append(-1) + if p in [12, 13, 15, 18]: + threerule_prog_noprog.append(0) + else: + threerule_prog_noprog.append(1) + + # Logic problems + elif p >= 22: + # Problem type + prob_type.append(3) + # Dummy code for one-rule rule type + onerule_rule_type.append(-1) + # Dummy code for two-rule progression vs. no progression + tworule_prog_noprog.append(-1) + threerule_prog_noprog.append(-1) + # Number of unique rules + N_unique_rules.append(0) + # Spatially aligned elements + if p < 27: + aligned_permuted.append(0) + else: + aligned_permuted.append(1) +# Load GPT-3 data +gpt3_data = np.load('./gpt_matprob_results.npz', allow_pickle=True) +prob_type_names = builtins.list(gpt3_data['all_gen_correct_pred'].item().keys()) +# Add to dataset +for p in range(N_prob): + # Problem type name + prob_type_name = prob_type_names[p] + # Loop through all trials for this problem type + N_trials = len(gpt3_data['all_gen_correct_pred'].item()[prob_type_name]) + for t in range(N_trials): + # Subject ID + subjID.append(N_subj) + # Correct prediction + gen_correct_pred.append(int(gpt3_data['all_gen_correct_pred'].item()[prob_type_name][t])) + MC_correct_pred.append(int(gpt3_data['all_MC_correct_pred'].item()[prob_type_name][t])) + # Human vs. GPT-3 + human_vs_gpt.append(1) + # Problem-type specific variables + # One-rule problems + if p < 6: + # Problem type + prob_type.append(0) + # Number of unique rules + N_unique_rules.append(0) + # Rule type + # Constant rule + if p == 0 or p == 1: + onerule_rule_type.append(0) + # Distribution-of-3 rule + elif p == 2 or p == 3: + onerule_rule_type.append(1) + # Progression rule + elif p == 4 or p == 5: + onerule_rule_type.append(2) + # Dummy code for aligned vs. permuted (logic rules only) + aligned_permuted.append(-1) + # Dummy code for two-rule progression vs. no progression + tworule_prog_noprog.append(-1) + threerule_prog_noprog.append(-1) + # Two-rule problems + elif p >= 6 and p < 12: + # Problem type + prob_type.append(1) + # Dummy code for one-rule rule type + onerule_rule_type.append(-1) + # Number of unique rules + N_unique_rules.append(N_unique_rules_2rule_prob[p-6] - 1) + # Dummy code for aligned vs. permuted (logic rules only) + aligned_permuted.append(-1) + # Progression rule present + if p == 6 or p == 7 or p == 9: + tworule_prog_noprog.append(0) + elif p == 8 or p == 10 or p == 11: + tworule_prog_noprog.append(1) + threerule_prog_noprog.append(-1) + # Three-rule problems + elif p >= 12 and p < 22: + # Problem type + prob_type.append(2) + # Dummy code for one-rule rule type + onerule_rule_type.append(-1) + # Number of unique rules + N_unique_rules.append(N_unique_rules_3rule_prob[p-12] - 1) + # Dummy code for aligned vs. permuted (logic rules only) + aligned_permuted.append(-1) + # Dummy code for two-rule progression vs. no progression + tworule_prog_noprog.append(-1) + if p in [12, 13, 15, 18]: + threerule_prog_noprog.append(0) + else: + threerule_prog_noprog.append(1) + # Logic problems + elif p >= 22: + # Problem type + prob_type.append(3) + # Dummy code for one-rule rule type + onerule_rule_type.append(-1) + # Dummy code for two-rule progression vs. no progression + tworule_prog_noprog.append(-1) + # Number of unique rules + N_unique_rules.append(0) + # Spatially aligned elements + if p < 27: + aligned_permuted.append(0) + else: + aligned_permuted.append(1) + threerule_prog_noprog.append(-1) + + +# Write csv file +# Create file +f = open('./exp1_all_data.csv', 'w') +writer = csv.writer(f) +# Header +header = ['subjID', 'gen_correct_pred', 'MC_correct_pred', 'human_vs_gpt', 'N_unique_rules', \ + 'prob_type', 'onerule_rule_type', 'aligned_permuted', 'tworule_prog_noprog', 'threerule_prog_noprog'] +writer.writerow(header) +# Write data +for i in range(len(subjID)): + data_row = [subjID[i], gen_correct_pred[i], MC_correct_pred[i], human_vs_gpt[i], N_unique_rules[i], \ + prob_type[i], onerule_rule_type[i], aligned_permuted[i], tworule_prog_noprog[i], threerule_prog_noprog[i]] + writer.writerow(data_row) +# Close file +f.close() + + + + + + + diff --git a/digit_matrices/results/webb_original/gpt_matprob_results.npz b/digit_matrices/results/webb_original/gpt_matprob_results.npz new file mode 100644 index 0000000000000000000000000000000000000000..a8555d925b8f3181f473102f5a35fc2be3eab695 GIT binary patch literal 65768 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

    wMh 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 literal 0 HcmV?d00001 diff --git a/digit_matrices/results/webb_original/probcat_gen_acc_behavior.npz b/digit_matrices/results/webb_original/probcat_gen_acc_behavior.npz new file mode 100644 index 0000000000000000000000000000000000000000..0242d092c400bab19fa5e7f6d37baaaba4e5cebf GIT binary patch literal 562 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