本文分类:news发布日期:2026/3/13 9:34:39
打赏

相关文章

5-3 树的同构 (25分)

5-3 树的同构 (25分)#include <iostream> #include <string.h>using namespace std;struct node {int lchild, rchild;char key; }tree1[10], tree2[10];int flag[10];int getindex(char ch) {if(ch == -)…

NOIP2025 游记——希望不要是尾声

出场估分:\(100+100+48+[50,75]\)。这是流水账版,之后可能会写点 emotional 的东西。 总结一下:没有完全发挥出上限,但是保住了下限(前提是不挂大分)。T3 没有拼上 \(m\leq 2\) 还是有点可惜。T4 没有去刻意判 A…

手机版浏览

扫一扫体验

微信公众账号

微信扫一扫加关注

返回
顶部