摘要: 2023冲刺清北营1 A. string 虽然但是,根号能过,分长度 $hash$ 处理即可 code #include<bits/stdc++.h> using namespace std; int read(){ int x = 0; char c = getchar(); while(!isd 阅读全文
posted @ 2023-04-20 21:40 Chen_jr 阅读(28) 评论(0) 推荐(0)
摘要: 胡测6 / ZROI2023省选十连测Day3 A. 数正方体 可以发现是求 $$ \sum_{a = 1}^{A}\sum_{b = 1}^{B}\sum_{c = 1}^{C}[ab>=c][ac>=b][bc>=a] $$ 直接搞不好整,当然您如果和牛神一样巨也是能做的。 正难则反,考虑减去不 阅读全文
posted @ 2023-04-20 06:58 Chen_jr 阅读(71) 评论(0) 推荐(2)