12 2024 档案

摘要:P5707 【深基2.例12】上学迟到 题目链接:https://www.luogu.com.cn/problem/P5707 题解代码: #include <bits/stdc++.h> using namespace std; int main() { int s, v; cin >> s >> 阅读全文
posted @ 2024-12-09 17:35 fufuaifufu 阅读(29) 评论(0) 推荐(0) 编辑
摘要:题目链接:https://leetcode.cn/problems/identify-the-largest-outlier-in-an-array/description/ 题解代码: class Solution { public: int getLargestOutlier(std::vect 阅读全文
posted @ 2024-12-05 17:37 fufuaifufu 阅读(15) 评论(0) 推荐(0) 编辑