编程介的小学生 2019-02-20 17:04 采纳率: 20.5%
浏览 458

C语言里,这个多个整数xor的问题,是如何实现的,C语言

Problem Description
BrotherK likes playing GALGAME, now he wants to design a GALGAME.

Ery has designed N roles for his game, each role can be described as four integers: name, face, character, magic(Just a special parameter, don't care about it). BrotherK need to select some roles for his game, and there are some rules:

Assume BrotherK has selected K roles, i-th role's magic is Mi, the equation should be hold: M1 xor M2 xor .. xor MK = 0. (xor means exclusive or, (a xor b) means (a ^ b) in C/C++/Java).

There is not any pair of selected role has same face.

For each character(except there is not any role with the character), BrotherK should select at least one role with the character.

Now, BrotherK wants to know there are how many ways to choose roles.

Input
The first line contains a single integer T, indicating the number of test cases.

Each test case begins with one integers N, indicating the number of roles designed by Ery.Following N lines, i-th line contains three integers
Facei, Characteri and Magici, describing the role whose Name is i.

T is about 100, in most case, N is small.

1 ≤ N ≤ 32.

1 ≤ Facei,Characteri ≤ N.

0 ≤ Magici ≤ 100000.

Output
For each test, print one line.

The line contains a number indicating the number of BrotherK's ways to choose roles.

Sample Input
2
3
1 2 1
2 1 1
1 1 1
5
1 2 1
1 1 2
1 2 2
2 1 1
3 2 2

Sample Output
1
2

  • 写回答

1条回答 默认 最新

  • yrhdsp 2019-02-20 17:08
    关注

    model name : AMD Opteron(tm) Processor 6136
    stepping : 1
    cpu MHz : 800.000
    cache size : 512 KB
    physical id : 0
    siblings : 8
    core id : 0

    评论

报告相同问题?

悬赏问题

  • ¥15 Qt下使用tcp获取数据的详细操作
  • ¥15 idea右下角设置编码是灰色的
  • ¥15 全志H618ROM新增分区
  • ¥20 jupyter保存图像功能的实现
  • ¥15 在grasshopper里DrawViewportWires更改预览后,禁用电池仍然显示
  • ¥15 NAO机器人的录音程序保存问题
  • ¥15 C#读写EXCEL文件,不同编译
  • ¥15 MapReduce结果输出到HBase,一直连接不上MySQL
  • ¥15 扩散模型sd.webui使用时报错“Nonetype”
  • ¥15 stm32流水灯+呼吸灯+外部中断按键