You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
388 B

// RESULT (AA=0,BB=1,x=1): true
// RESULT (AA=0,BB=1,x=2): true
// RESULT (AA=0,BB=1,x=3): false
// RESULT (AA=0,BB=2,x=1): true
// RESULT (AA=0,BB=2,x=2): true
// RESULT (AA=0,BB=2,x=3): false
// RESULT (AA=1,BB=1,x=1): true
// RESULT (AA=1,BB=1,x=2): true
// RESULT (AA=1,BB=1,x=3): false
// RESULT (AA=1,BB=2,x=1): true
// RESULT (AA=1,BB=2,x=2): true
// RESULT (AA=1,BB=2,x=3): false