利用分治法求一组数据A[n]中最大的一个数。最大的数保存在变量fmax中。int A[10]={-5, 9, 10, 99, 100, 30, 600, 98, -10, -1};void Maxnum(int i, int j, int &fmax){int mid;if ( ① )fmax = A[i];elseif(i==j-1){if (A[i] < A[j])fmax = A[j];elsefmax = A[i];}else{int lmax, rmax;mid = (int) (i + j) / 2;Maxnum(i, ② , lmax);Maxnum(mid + 1, j, rmax);③ ;}}}请写出第三空的答案。
Writing主办方: Mr. John ABC公司总裁被邀请方:Ms. Nancy XYZ公司总经理场合:ABC公司圣诞晚宴时间:12月24日周四下午4点地点:大学路196号着装:正装联系方式:Ms.Li ABC公司总裁秘书电话 57780995Mr. Johnpresident of ___1_____.Cordially invitesMs.NancyGeneral Manager of ____2_____To the Christmas Dinner Party of ABC CompanyAt ____3______ Thursday ,December 24At No. 169 Daxue RoadR.S.V.P __4_____DressContact Ms. Li ,secretary to president.At : ______5______(Tel)