摘要: 进入vscode->设置->设置 搜索C_Cpp: Clang_format_fallback Style 输入以下风格并保存 { BasedOnStyle: LLVM, UseTab: Never, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: A 阅读全文
posted @ 2025-04-08 17:42 菜狗非狗 阅读(175) 评论(0) 推荐(0)
摘要: 目录板子汇总字符串后缀自动机多项式多项式乘法(FFT) 板子汇总 字符串 后缀自动机 P3804 【模板】后缀自动机(SAM) #include<bits/stdc++.h> using namespace std; const int maxn=1e6; struct Suffix_Automat 阅读全文
posted @ 2024-08-02 10:46 菜狗非狗 阅读(49) 评论(0) 推荐(0)