About 50% of the data:
2 or less n, m 16 or less, n indicates m
105-105 - s or less or less
About 100% of the data:
2 or less n, m or less 36, n indicates m
- 1018 - s or less 1018 or less
CodePudding user response:
The conditions of the contract is data scenarios (not beyond the scope of this scenario conditions)About 50% of the data:
2 or less n, m 16 or less, n indicates m
105-105 - s or less or less
That is to say
N and m, 50% May be in the range of 2 to 16, and 50% May be less than or greater than 2 16
S with 50% May be in the range of 105 to 105, and may be less than 50% - 105 or greater than 105
About 100% of the data:
2 or less n, m or less 36, n indicates m
1018-1018 - s or less or less
That is to say
N and m100 approximately % is in the range of 2 to 36, n and m is less than or greater than 2 36 impossible
According to % is in the range of 1018 to 1018, s - less than 1018 or greater than 1018 impossible
This problem is to give priority to the condition of 100% is ok (because 100% is inevitable, which is n, m, s inevitable in 100% of this condition)
CodePudding user response: