首页
比赛
tracker
题库
课程
竞赛讨论区
登录
/
注册
去牛客
首页
>
chika和蜜柑
6条解析
开通博客写题解
牛客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
展开全文
一语破的
发表于 2026-02-21 19:48:41
#include<bits/stdc++.h> using namespace std; using ll = long long; ll n, m; const ll N = 2e5 + 5; struct node{ ll t,s; }; node work[N]; ll 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
展开全文
111w11
发表于 2026-01-20 11:46:51
#include <iostream> #include<vector> #include<algorithm> using namespace std; int main() { int n,k; cin>>n>>k; vecto
展开全文
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 !=
展开全文
查看本题
查看本题讨论
相关比赛
919-北京信息科技大学程序设计竞赛(网络赛)
进入比赛
43657-哈尔滨理工大学ACM协会编程练习赛(暨招新生赛)
进入比赛
46147-ACM全国计算机挑战赛校赛
进入比赛
126307-123
进入比赛
等你来战
查看全部
牛客小白月赛129
报名截止时间:2026-02-27 21:00
牛客周赛 Round 133
报名截止时间:2026-03-01 21:00
扫描二维码,关注牛客
意见反馈
下载牛客APP,随时随地刷题