3115. 质数的最大距离
质数的最大距离
- 难度:
medium - 原始链接: https://leetcode.cn/problems/maximum-prime-difference
- 标签:
循环
解法一: 循环
1 | func maximumPrimeDifference(nums []int) int { |
medium循环1 | func maximumPrimeDifference(nums []int) int { |
Update your browser to view this website correctly.&npsb;Update my browser now