A

Ameath

#1595777

这名用户暂未设置签名。

发帖
8
文章
0
互动
2
陶片
0
获赞
0
收藏
0

历史用户名外显

追踪最近的用户名外显变动记录。

  1. Ameath
    最早追溯到 2026/03/09最后捕获于 2026/03/09
  2. bloodywolf
    最早追溯到 2026/03/03最后捕获于 2026/03/03

时间线

最近的文章、讨论、云剪贴板与社区记录

  1. 发起讨论
    近视后人

    记得改成long long

    回复 0参与人数 1
  2. 回复讨论

    在讨论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…
  3. 发起讨论
    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]; }Shi…

    回复 3参与人数 3
  4. 发起讨论
    TLE求调

    ```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…

    回复 0参与人数 1
  5. 发起讨论
    10分,求大佬指出问题

    ```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…

    回复 0参与人数 1
  6. 发起讨论
    10分求调,不知道哪里有问题

    ```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…

    回复 0参与人数 1
  7. 发起讨论
    40分求大佬指出问题

    ```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…

    回复 0参与人数 1
  8. 回复讨论
  9. 发起讨论
    第十一个样例过不了,c=0的情况也试过了,可能是哪里没考虑到,求大佬指出

    ```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;…

    回复 2参与人数 2
  10. 发起讨论
    第十一个样例过不了,c=0的情况也试过了,可能是哪里没考虑到,求大佬指出

    #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[…

    回复 4参与人数 4
已经到最早的记录