p

phi_93

#433896

牢当益壮

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

历史用户名外显

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

  1. phi_93
    最早追溯到 2024/11/08最后捕获于 2025/11/04
  2. phi_93
    最早追溯到 2024/09/19最后捕获于 2024/09/19
  3. start93tjq
    最早追溯到 2023/10/23最后捕获于 2023/10/23

时间线

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

  1. 发起讨论
    https://www.luogu.com.cn/problem/P1875

    看题解都用dijkstra写的,蒟蒻不是很明白,为什么想我这样写是错误的(已经试过不是long long的问题),WA了第11个点,求解释 ```cpp #include #include using namespace std; int n; int C[1005],way[1005]; pair p[100005]…

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

    在讨论建议降黄回复:

    建议升蓝doge
  3. 发起讨论
    70pts求debug

    ```cpp #include #include #include using namespace std; int t; int n,m,l,V; inline int read(){ char ch=getchar(); int x=0,f=1; while(ch '9'){ if(ch=='-')f=-1; ch…

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

    在讨论非常好的段错误,使我求助神犇debug回复:

    ```cpp #include #include #include #include using namespace std; int n,m,p,k,tot[2],head[2][100005]; struct edge{ int to,next,w; }e[2][200005]; void addedge(int…
  5. 发起讨论
    非常好的段错误,使我求助神犇debug

    ```cpp #include #include #include #include using namespace std; int t; int n,m,p,k,tot[2],head[2][100005]; struct edge{ int to,next,w; }e[2][200005]; void added…

    回复 1参与人数 1
  6. 发起讨论
    求大佬debug

    ```cpp #include #include #include using namespace std; int n,m,p,k,tot[2],head[2][100005]; struct edge{ int to,next,w; }e[2][200005]; void addedge(int u,int v,i…

    回复 0参与人数 1
  7. 发起讨论
    CF8773求调

    ```cpp #include const int maxn=4e5+5; int head[maxn],cnt; struct edge{ int to,next; }e[maxn]; void addedge(int u,int v){ e[++cnt]=(edge){v,head[u]}; head[u]=cnt…

    回复 0参与人数 1
  8. 发起讨论
    CFF877E求调

    ```cpp #include const int maxn=4e5+5; int head[maxn],cnt; struct edge{ int to,next; }e[maxn]; void addedge(int u,int v){ e[++cnt]=(edge){v,head[u]}; head[u]=cnt…

    回复 0参与人数 1
  9. 发起讨论
    蒟蒻求助0pts

    ```cpp #include #include using namespace std; struct edge{ int to,next; int val; }e[105]; int ecnt,head[105]; void addedge(int from,int to,int val){ e[++ecnt]=(…

    回复 0参与人数 1
  10. 发起讨论
    蒟蒻求助与或和

    ```cpp #include #include int n; int ans; int height[1005]; int stack[1005]; bool matrix[32][1005][1005]; int main() { scanf("%d",&n); for(int i=1; i >=1; } } }…

    回复 1参与人数 1
  11. 回复讨论

    在讨论各位大佬,这题为什么错?回复:

    注意读题:一个正整数代表三元组个数 cnt应该只输出一次
  12. 回复讨论

    在讨论数据太水回复:

    哈哈,同款代码 ```cpp #include #include using namespace std; const int N = 15; int a[N][N]; int dp[N][N]; int main() { int n, x, y, w; cin >> n; while(cin >> x >> y >>…
已经到最早的记录