比赛链接
这场偏简单,C是暴力,D是变种背包,E是map链表,F是四维dp。DF出的很好,建议做。 A Spoiler
题意:
给你一个由小写英文字母和 | 组成的字符串 S S S。 S S S 中保证包含两个 |。
请删除两个|之间…
Il ne faut pas soffenser que les autres nous cachent la vrit,puisque nous nous la cachons si souvent nous-mmes. 我们不必为他人隐藏本性而感到愤怒,因为你自己也在隐藏本性。 解释-- 这句话提醒我们要以宽容和理解的态度对待他人。当我们意识到自己也在隐藏…
Building Systems with the ChatGPT API
本文是 https://www.deeplearning.ai/short-courses/building-systems-with-chatgpt/ 这门课程的学习笔记。 文章目录 Building Systems with the ChatGPT APIWhat you’ll learn in this course Language Models, the Chat Format and…
对于1<i<k, 把 a[c[i]] 改为c[i % k 1]。给定n,k和数组b,判断能否得到数组b。
题目
思路: #include <bits/stdc.h>
using namespace std;
#define int long long
#define pb push_back
#define fi first
#define se second
#d…