本文分类:news发布日期:2025/11/4 22:09:13
相关文章
[B] AGC VP 记录
AtCoder Grand Contest 049
AT_agc049_e [AGC049E] Increment Decrement
AtCoder Grand Contest 052
约 1h 切 A,之后都不会了。
A - Long Common Subsequence
先从左到右放 \(n\) 个 \(0\),\(n\) 个 \(1\)。发现 \(…
建站知识
2025/11/4 22:07:26
2025年河南工业大学2025新生周赛(2)
A 小唐的签到
小唐到达教室的时间等于路上所用时间和上楼时间之和,注意如果教室在n楼,只需要上n-1层。#include<bits/stdc++.h>
using namespace std;
int main()
{int a, x, n, b, y;cin >> a >> …
建站知识
2025/11/4 22:07:08
Atcoder [ARC161C] Dyed by Majority (Odd Tree) 题解 [ 绿 ] [ 树的遍历 ] [ 构造 ] [ 贪心 ]
Dyed by Majority (Odd Tree)
想起来无聊,写起来恶心。
首先手模一下,发现叶子节点可以确定它父亲的颜色。这启示我们自底向上确定颜色。
因此考虑在已确定所有儿子的颜色时,确定自己的颜色,此时有两种情况:儿子中…
建站知识
2025/11/4 22:03:53
Reflections on Trusting Trust by Ken Thompson
来源:https://aeb.win.tue.nl/linux/hh/thompson/trust.htmlKen Thompsons "cc hack" - Presented in the journal, Communication of the ACM, Vol. 27, No. 8, August 1984, in a paper entitled "R…
建站知识
2025/11/4 22:03:07
[Agent] ACE(Agentic Context Engineering)源码阅读笔记---(1)基础模块
[Agent] ACE(Agentic Context Engineering)源码阅读笔记---(1)基础模块
目录[Agent] ACE(Agentic Context Engineering)源码阅读笔记---(1)基础模块0x00 概要0x01 示例1.1 建立简单Agent1.2 后续操作Load and …
建站知识
2025/11/4 22:02:22
AI大语言模型从0开发
Transformer
Tokenization
考虑到计算机没有办法直接识别人类语言,我们将每一个词映射为一个token使得计算机可以直接识别。
为实现这个目的我们使用BPE算法将每个词划分为若干个前缀和后缀,以此拼起来一个词,节省v…
建站知识
2025/11/4 22:02:03

