第 1 行: n
第 2 行: confidence[0], ..., confidence[n-1]
第 3 行: host[1], protocol[1], host[2], protocol[2], ..., host[n-1], protocol[n-1]
n: 人数.
confidence: 大小为n的数组;confidence[i]表示第i号人的可信度。
host: 大小为n的数组;host[i] 表示阶段i的主持人。
protocol: 大小为n的数组;protocol[i] 表示在阶段i(0<i<n)所采用的方式的代码: 0 代表 IAmYourFriend, 1 代表 MyFriendsAreYourFriends, 而 2 代表WeAreYourFiends。