第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

相关推荐

09-29 11:19
门头沟学院 Java
点赞 评论 收藏
分享
头像
11-18 16:08
福州大学 Java
影流之主:干10年不被裁,我就能拿别人一年的钱了,日子有盼头了
点赞 评论 收藏
分享
牛客网
牛客企业服务