avatar
文章
410
標籤
38
分類
38
記事簿
  • 《中外历史纲要》
  • 《主机註記》
筆記本
  • 邏輯與算法
  • 大學筆記
作品集
  • CUC-Radio
  • 篆刻作品展
工具箱
  • Music
  • 詩詞
更多
  • 旅遊足跡
  • 地鐵圖
  • 賽博空調
  • 中午吃什么
  • 进制转换
  • 尖团音识别
好盆友
關於小明
小明の雜貨屋LLM:
記事簿
  • 《中外历史纲要》
  • 《主机註記》
筆記本
  • 邏輯與算法
  • 大學筆記
作品集
  • CUC-Radio
  • 篆刻作品展
工具箱
  • Music
  • 詩詞
更多
  • 旅遊足跡
  • 地鐵圖
  • 賽博空調
  • 中午吃什么
  • 进制转换
  • 尖团音识别
好盆友
關於小明

LLM:

發表於2025-03-14|更新於2025-03-14|diary
|總字數:9|閱讀時間:1分鐘|瀏覽量:
[{"url":"/img/posts/diary/250314/1.webp","alt":"","title":""}]
文章作者: 小明同學
文章連結: http://kobicgend.top/posts/699e6cb9.html
版權聲明: 本部落格所有文章除特別聲明外,均採用CC BY-NC-SA 4.0 授權協議。轉載請註明來源 小明の雜貨屋!
小明CUCPlog
cover of previous post
上一篇
Codeforces Round 1008 (Div. 1) A - C
2077A/2078C - Breach of Faith 取较大的 n2+1\dfrac{n}{2}+12n​+1 个放在奇数位,较小的放在偶数位。 12345678910111213141516171819202122232425262728293031323334353637#include <bits/stdc++.h>using namespace std;using ll = long long;int main() { int J; cin >> J; while (J--) { int n; cin >> n; vector<int> a(n * 2); for (int i = 0; i < n * 2; i++) { cin >> a[i]; } sort(a.begin(), a.end()); ...
cover of next post
下一篇
Educational Codeforces Round 174 A - F
(一个月前的比赛) 2069A - Was there an Array? 12345678910111213141516171819202122232425262728293031#include <bits/stdc++.h>using namespace std;int main() { ios::sync_with_stdio(false); cin.tie(nullptr), cout.tie(nullptr); int t; cin >> t; while (t--) { int n; cin >> n; n -= 2; vector<int> b(n); for (int i = 0; i < n; i++) { cin >> b[i]; } bool flag = 1; for (int i =...
相關推薦
cover
2023-09-11
超級充實的 Sept.8-11
Sept.8-11高情商:超級充實……
cover
2023-09-07
at 西柚西
[{"url":"../img/posts/diary/230907/1.webp","alt":"","title":""},{"url":"../img/posts/diary/230907/2.webp","alt":"","title":""}] [{"url":"../img/posts/diary/230907/4.webp","alt":"","title":""},{"url":"../img/posts/diary/230907/3.webp","alt":"","title":""}] at 西柚西
cover
2023-09-14
原來面試真的很快樂
...
cover
2023-09-15
《孤註一擲 2》
pasted from QQ
cover
2023-10-26
陽光長跑,陰暗爬行
[{"url":"../img/posts/diary/231026/1.webp","alt":"","title":""},{"url":"../img/posts/diary/231026/2.webp","alt":"","title":""},{"url":"../img/posts/diary/231026/3.webp","alt":"","title":""}]
cover
2023-11-23
真心希望高數考試和昨天下午的簡單數學一樣簡單
[{"url":"/img/posts/diary/231123/1.webp","alt":"","title":""}]

評論
avatar
小明同學
「一直游到海水變藍。」
文章
410
標籤
38
分類
38
Follow Me
©2024 - 2026 By 小明同學