This commit is contained in:
Zengtudor 2025-08-14 09:37:06 +08:00
parent 5af9efe1eb
commit fa55095f9d
2 changed files with 4 additions and 1 deletions

3
src/8/12/P11232.cpp Normal file
View File

@ -0,0 +1,3 @@
int main(){
}

View File

@ -17,5 +17,5 @@ u 有军营v 有军营dp[u][1] * dp[v][1]
int main(){ int main(){
} }