首页
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
兑换中心
登录
注册
上岸
以下题解仅供学习参考使用。
抄袭、复制题解,以达到刷AC率/AC数量或其他目的的行为,在N诺是严格禁止的。
N诺非常重视学术诚信。此类行为将会导致您成为作弊者。具体细则请查看N诺社区规则。
sheep276
2025年3月20日 14:44
只通过了75%,不知道为什么
P1154
回复 2
|
赞 5
|
浏览 101
#include <bits/stdc++.h> using namespace std; typedef long long ll; int main() { int n, m; while (cin >> n) { vector<ll> agent; vector<ll> sever; int a, ...
FPokerFace
2023年3月5日 21:49
动态规划
P1154
回复 0
|
赞 4
|
浏览 3.3k
#include <iostream> #include <string> #include <unordered_map> #include <vector> #include <algorithm> #include <cstring> using namespace std; typedef long long int ll; int cnt = 1; int M, N; unordered_map<ll, int> database; int q, w, e,...
题目
代理服务器
题解数量
2
发布题解
在线答疑
热门题解
1
只通过了75%,不知道为什么
2
动态规划