首页 > chika和蜜柑
头像 牛客508007610号
发表于 2025-12-22 19:51:36
#include<bits/stdc++.h> using namespace std; //定义结构体 struct weidao { long long s; long long t; }; //自定义排序规则 bool g(const weidao& a,c 展开全文
头像 牛客455581481号
发表于 2025-12-23 21:07:30
#include <bits/stdc++.h> using namespace std; //橘子结构体 struct org{ long long t;//甜度 long long s;//酸度 }; int main() { ios::sync_with_s 展开全文
头像 xing_meng
发表于 2025-12-24 11:16:58
import sys import sys input = sys.stdin.readline n, k = map(int, input().split()) ai = list(map(int, input().split())) bi = list(map(int, input().sp 展开全文
头像 Dz_阿彬
发表于 2025-12-23 08:40:06
#include<bits/stdc++.h> using namespace std; bool cmp(const pair<int,int>& a,const pair<int,int>& b){ if(a.second != 展开全文