#25056: ternary operator


cooljamesku92@gmail.com (你要不要訂閱一塊沒有影片的餅乾owo)

學校 : 臺北市立大同高級中學
編號 : 87502
來源 : [114.36.182.35]
最後登入時間 :
2021-11-19 20:47:58
d064. ㄑㄧˊ 數? -- 板橋高中教學題 | From: [114.24.14.196] | 發表日期 : 2021-04-18 10:05

#include<iostream>

using namespace std;

int main()

{

int in;

cin >> in;

string result = (in % 2) ? "Odd" : "Even";

cout << result;

return 0;

}

 
#25061: Re:ternary operator


hsugoya@gmail.com (Мигает cf4?)

學校 : 國立臺北科技大學
編號 : 139476
來源 : [218.172.15.43]
最後登入時間 :
2023-09-07 11:23:36
d064. ㄑㄧˊ 數? -- 板橋高中教學題 | From: [59.115.136.104] | 發表日期 : 2021-04-18 10:35

不要直接貼程式碼在解題報告

 
ZeroJudge Forum