#include #include int main(int argc, char **argv) { int hands; char dominant; scanf("%d %c", &hands, &dominant); int points = 0; for (int i=0; i