Update and rename D_Pigeon_Swap.cpp to D_Pigeon_Swap(WA).cpp

This commit is contained in:
2025-03-01 22:27:22 +08:00
committed by GitHub
parent 647ff46929
commit eef078270d

View File

@ -1,3 +1,5 @@
// 这个代码尚未正确,仅作参考价值
#include <bits/stdc++.h> #include <bits/stdc++.h>
#define lo long long #define lo long long
#define INF INT_MAX #define INF INT_MAX
@ -50,4 +52,4 @@ int main() {
} }
} }
return 0; return 0;
} }