一篇博客

这是一篇博客。

\(\mathcal O(n+m)\)

缺省源:

/**
 *    author: sunkuangzheng
 *    created: 21.01.2024 18:53:17
**/
#include<bits/stdc++.h>
#ifdef DEBUG_LOCAL
#include <mydebug/debug.h>
#endif
using ll = long long;
const int N = 5e5+5;
using namespace std;
int T,n;
void los(){
    
}int main(){
    ios::sync_with_stdio(0),cin.tie(0);
    for(cin >> T;T --;) los();
}
posted @ 2024-01-21 18:00  sunkuangzheng  阅读(29)  评论(2编辑  收藏  举报