菜得抠脚、
菜得抠脚、
全部文章
分类
题解(1)
归档
标签
去牛客网
登录
/
注册
菜得抠脚、的博客
全部文章
(共2篇)
题解 | #异或炸弹(hard)#
#include <vector> using namespace std; const int N = 6010; int n, m; int c[N][N]; void add(int x1, int y1, int x2, int y2){ c[x1][y1...
前缀和
几何
2024-06-05
3
193
题解 | #实践出真知#
#include <stdio.h> int main() { printf('Practice makes perfect') return 0 ]
C
2022-09-26
3
911