第2题 同样是排序 3道自测都过了 为什么提交是0% #include<bits/stdc++.h> using namespace std; int main(){ vector<int> nums{1}; int n, x, y; cin >> n; int tmp; for(int i = 0; i < n; i++){ cin >> tmp; nums.push_back(tmp); } sort(nums.begin(), nums.end()); cin >> x >> y; int l = nums[x], r = nums[x + 1]; if(x == 0){ cout << "infinity" << endl; } else{ cout << r - l << endl; } }
点赞 3

相关推荐

2024-12-20 21:43
湖北大学 Java
点赞 评论 收藏
分享
鼗:眼睛打码有点那啥的味道
点赞 评论 收藏
分享
牛客网
牛客企业服务