Tangzhe Chen
- 合計アクティビティ 4
- 前回のアクティビティ
- メンバー登録日
- フォロー 0ユーザー
- フォロワー 0ユーザー
- 投票 0
- サブスクリプション 1
アクティビティの概要
Tangzhe Chenさんの最近のアクティビティ-
Tangzhe Chenさんがコメントを作成しました:
Here is how I define the decision variable Hire[j] Besides, J is the month in a year
-
Tangzhe Chenさんがコメントを作成しました:
hire[j] is a decision variable for how many workers are hired in j month in a year in my code. and num_hire, I would like to treat it as a label, counting how many times for the company hire worker...
-
Tangzhe Chenさんが投稿を作成しました:
How can I count the zero number in my decsion variable?
ユーザーの入力を待っています。I want to count how many zeros in hire[], and get num_hire for the numbers of zero, so I tried to use the following code. But bug come out. How can I count them?