我要进IOI
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
```cpp #include using namespace std; int n , m , s , t , fa[20005]; struct edge{int u , v , dis;} e[10005]; int find(int x){ if (x == fa[x]) return x; return fa…
希望各位大大在我的代码上修改,不要粘上自己的代码 ```cpp #include using namespace std; #define int long long int n , k , ans; vector e[100005]; int a[100005] , c[100005]; signed main(){…
在讨论《求调比关》回复:
@[heisejingzi](luogu://user/1581071)@[heisejingzi](luogu://user/1581071) 代码如下: ```cpp #include using namespace std; int main(){ ios::sync_with_stdio(0); cin.tie…
```cpp #include using namespace std; string s1 , s2; int na[10100] , nb[10100] , ans[10100]; string del(string a , string b){ bool f; if ((a = 1 ; i--) na[i] =…