This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.Arrays; | |
import java.util.BitSet; | |
import java.util.*; | |
import java.util.stream.*; | |
public class A { | |
private static final int NUM_CARDS = 6; | |
private static final List<String> cardss = new ArrayList<>( | |
List.of("1399","1399","1399","69","69","69")); |