摘要:
Atcoder-abc123_d AT 小卖部从下学期开始售卖带有数字形状的蛋糕,$X$,$Y$ 和 $Z$ 种蛋糕分别带有 $1$ 形,$2$ 形和 $3$ 形蜡烛,而且每个蛋糕都有美味值,如下所示: - 带有 $1$ 形蜡烛的美味值有: $A_1,A_2,\cdots,A_X$ - 带有 $2$ 阅读全文
摘要:
``` #include using namespace std; define N 1000000 int b[1000005], n, cnt; int main(){ scanf("%d",&n); for(int i = 2; i*i using namespace std; int n,m 阅读全文
摘要:
//木桶原理:桶能装的水的多少取决于最短的木板。 #include<iostream> #include<cstdio> #include<stack> #include<cstring> #include<queue> using namespace std; int n,m; const int 阅读全文
摘要:
https://oi-wiki.org/lang/csl/associative-container/ 1.基本操作 2.自定义比较方式 P5250 【深基17.例5】木材仓库 set/ multiset #include<iostream> #include<set> using namespac 阅读全文
摘要:
[春季测试 2023] 幂次 题目描述 小 Ω 在小学数学课上学到了“幂次”的概念:$\forall a, b \in \N^+$,定义 $a^b$ 为 $b$ 个 $a$ 相乘。 她很好奇有多少正整数可以被表示为上述 $a^b$ 的形式?由于所有正整数 $m \in N^+$ 总是可以被表示为 $ 阅读全文
摘要:
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>江苏高考数据</title> <style> .title{ font-size: 30px; } .fp{ text-indent: 2em } h1{tex 阅读全文
摘要:
P1189 P3663 P3110 阅读全文