PTT推薦

Re: [問卦] 用if else敘述反對死刑但這個必須死

看板Gossiping標題Re: [問卦] 用if else敘述反對死刑但這個必須死作者
oxlittle
(格子迷宮)
時間推噓 推:0 噓:0 →:1

※ 引述《pchion2002 (阿我就怕被罵阿)》之銘言:
: 各位大師下午好
: 昨天兩名警察領了盒飯
: 造就了有金句產生
: 從程式語言來看下面這句話
: 「我反對死刑但這一定要判死」
: 判斷式要怎麼寫才能成立?


std::maps <string,string> dpp_lists; //Should init.

const bool opinion_for_death = True;

string prisoner_name;

cin >> prisoner_name;

if( dpp_lists.find(prisoner_name) != dpp_lists.end()){
//Delete by 數位中介法
exit(0);
}
else if( IsPrisonerKillPolice(prisoner_name) ){
if( IsAbnormal(prisoner_name){ //思覺失調 ..etc
cout << "Probation?" << endl;
}
else if( QueryPoll("Taiwan") > 0.5 ){ //民調領先
cout << "Prisoner go to jail forever." << endl;
}
else if( QueryPoll("Taiwan") <= 0.5){ //民調落後
cout << "Do execution now." << endl;
}
else{
cerr << "Should not happen. Program error" << endl;
exit( -1 );
}
}
else{
//TODO
}


--

※ PTT留言評論
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 1.171.17.51 (臺灣)
PTT 網址
※ 編輯: oxlittle (1.171.17.51 臺灣), 08/23/2022 15:50:32

nkfcc 08/23 15:51條件只有一個:對「當次選舉」有利。

※ 編輯: oxlittle (1.171.17.51 臺灣), 08/23/2022 15:56:37 ※ 編輯: oxlittle (1.171.17.51 臺灣), 08/23/2022 16:00:25