这名用户暂未设置签名。
追踪最近的用户名外显变动记录。
最近的文章、讨论、云剪贴板与社区记录
在讨论《TLE70pt求调》回复:
```cpp #include #include #include #include using namespace std; const int N = 1e5 + 10; int indexx[N]; struct ship { unsigned long long t; int country[3001]; in…
```cpp #include #include #include #include using namespace std; const int N = 1e5+10; int indexx[N]; struct ship { unsigned long long t; int country[3001]; }Shi…
```cpp #include #include #include #include using namespace std; unsigned long long a[10000001]; unsigned long long b[10000001]; int main() { int t; cin >> t; fo…
```cpp #include #include using namespace std; const int N = 1e5 + 10; int a[N]; int b[N]; int c[N]; int total[4]; int sum; int main() { int n; cin >> n; for (in…
```cpp #include #include using namespace std; const int N = 1e4 + 10; int a[N]; int b[N]; int c[N]; int total[N]; int sum; int main() { int n; cin >> n; for (in…
```cpp #include #include using namespace std; const int N = 1e6 + 10; int head[N]; int vis[N]; int tot; int maxx; long long worth; struct edge { int to; int nex…
在讨论《第十一个样例过不了,c=0的情况也试过了,可能是哪里没考虑到,求大佬指出》回复:
@[pika_](luogu://user/1038404)过了谢谢大佬
```cpp #include #include using namespace std; const int N = 200000; long long arr[N]; int flag = 0; int binarySearch(long long arr[], int R, int x) { int l = 1;…
#include #include using namespace std; const int N = 200000; long long arr[N];```cpp #include #include using namespace std; const int N = 200000; long long arr[…