New inputs: 8, 3
This commit is contained in:
parent
18f5012f4a
commit
6c23234bd2
3 changed files with 13 additions and 2 deletions
5
GDE_3_2008/res/input3.txt
Normal file
5
GDE_3_2008/res/input3.txt
Normal file
|
@ -0,0 +1,5 @@
|
|||
Variables: a, b, c
|
||||
Terms:
|
||||
0>1
|
||||
3>1
|
||||
"1xx">1
|
|
@ -1,3 +1,6 @@
|
|||
Variables: a, b, c, d, e, f, g, h
|
||||
Terms:
|
||||
"xx01xx01">0
|
||||
"xx01xx01">0
|
||||
"0X001X00">0
|
||||
"00011X00">0
|
||||
"10XX1XXX">0
|
|
@ -1,3 +1,6 @@
|
|||
Variables: a, b, c, d, e, f, g, h
|
||||
Terms:
|
||||
"xx01xx01">1
|
||||
"xx01xx01">1
|
||||
"0X001X00">1
|
||||
"00011X00">1
|
||||
"10XX1XXX">1
|
Loading…
Reference in a new issue