admin 管理员组

文章数量: 887021

2,日本发生命案,警察把嫌疑人确定在4人当中(a,b,c,d) 审讯结果:两个人说的真话,两个人说的假话 a: 罪犯在其他三个当中 B:人不是我杀的,是c杀的 c: a和d之间有一个是罪犯 d: b说

2,日本发生命案,警察把嫌疑人确定在4人当中(a,b,c,d)
审讯结果:两个人说的真话,两个人说的假话
a: 罪犯在其他三个当中
B:人不是我杀的,是c杀的
c: a和d之间有一个是罪犯
d: b说的是事实
写一个代码,判断谁是罪犯

#include <stdio.h>
int main(int argc, const char *argv[])
{char killer='a';for(killer;killer<='d';killer++){if(((killer!='a')+(killer=='c')+(killer=='a'||killer=='d')+(killer=='c'))==2)printf("凶手是%c\n",killer);}return 0;
}

本文标签:

Error[2]: Invalid argument supplied for foreach(), File: /www/wwwroot/freenas.com.cn/tmp/view_template_quzhiwa_htm_read.htm, Line: 58
File: /www/wwwroot/freenas.com.cn/tmp/route_read.php, Line: 205, include(/www/wwwroot/freenas.com.cn/tmp/view_template_quzhiwa_htm_read.htm)
File: /www/wwwroot/freenas.com.cn/tmp/index.inc.php, Line: 129, include(/www/wwwroot/freenas.com.cn/tmp/route_read.php)
File: /www/wwwroot/freenas.com.cn/index.php, Line: 29, include(/www/wwwroot/freenas.com.cn/tmp/index.inc.php)